diff --git a/Kena/Assertions.inl b/Kena/Assertions.inl new file mode 100644 index 0000000..2157710 --- /dev/null +++ b/Kena/Assertions.inl @@ -0,0 +1,148262 @@ +#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_BP_TryConsumeAttack_C_Received_NotifyTick \ +static_assert(alignof(BP_TryConsumeAttack_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_TryConsumeAttack_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_TryConsumeAttack_C_Received_NotifyTick) == 0x000030, "Wrong size on BP_TryConsumeAttack_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, CallFunc_CurrentStateIs_ReturnValue) == 0x000029, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, CallFunc_SuperStateIs_ReturnValue) == 0x00002A, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::CallFunc_SuperStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, CallFunc_Not_PreBool_ReturnValue) == 0x00002B, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, CallFunc_IsAttackQueued_ReturnValue) == 0x00002C, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::CallFunc_IsAttackQueued_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TryConsumeAttack_C_Received_NotifyTick, CallFunc_BooleanOR_ReturnValue) == 0x00002D, "Member 'BP_TryConsumeAttack_C_Received_NotifyTick::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TryConsumeAttack_C \ +static_assert(alignof(UBP_TryConsumeAttack_C) == 0x000008, "Wrong alignment on UBP_TryConsumeAttack_C"); \ +static_assert(sizeof(UBP_TryConsumeAttack_C) == 0x000030, "Wrong size on UBP_TryConsumeAttack_C"); \ + +#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_FGuid \ +static_assert(alignof(FGuid) == 0x000004, "Wrong alignment on FGuid"); \ +static_assert(sizeof(FGuid) == 0x000010, "Wrong size on FGuid"); \ +static_assert(offsetof(FGuid, A) == 0x000000, "Member 'FGuid::A' has a wrong offset!"); \ +static_assert(offsetof(FGuid, B) == 0x000004, "Member 'FGuid::B' has a wrong offset!"); \ +static_assert(offsetof(FGuid, C) == 0x000008, "Member 'FGuid::C' has a wrong offset!"); \ +static_assert(offsetof(FGuid, D) == 0x00000C, "Member 'FGuid::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutomationEvent \ +static_assert(alignof(FAutomationEvent) == 0x000008, "Wrong alignment on FAutomationEvent"); \ +static_assert(sizeof(FAutomationEvent) == 0x000038, "Wrong size on FAutomationEvent"); \ +static_assert(offsetof(FAutomationEvent, Type) == 0x000000, "Member 'FAutomationEvent::Type' has a wrong offset!"); \ +static_assert(offsetof(FAutomationEvent, Message) == 0x000008, "Member 'FAutomationEvent::Message' has a wrong offset!"); \ +static_assert(offsetof(FAutomationEvent, Context) == 0x000018, "Member 'FAutomationEvent::Context' has a wrong offset!"); \ +static_assert(offsetof(FAutomationEvent, Artifact) == 0x000028, "Member 'FAutomationEvent::Artifact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJoinabilitySettings \ +static_assert(alignof(FJoinabilitySettings) == 0x000004, "Wrong alignment on FJoinabilitySettings"); \ +static_assert(sizeof(FJoinabilitySettings) == 0x000014, "Wrong size on FJoinabilitySettings"); \ +static_assert(offsetof(FJoinabilitySettings, SessionName) == 0x000000, "Member 'FJoinabilitySettings::SessionName' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bPublicSearchable) == 0x000008, "Member 'FJoinabilitySettings::bPublicSearchable' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bAllowInvites) == 0x000009, "Member 'FJoinabilitySettings::bAllowInvites' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bJoinViaPresence) == 0x00000A, "Member 'FJoinabilitySettings::bJoinViaPresence' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bJoinViaPresenceFriendsOnly) == 0x00000B, "Member 'FJoinabilitySettings::bJoinViaPresenceFriendsOnly' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, MaxPlayers) == 0x00000C, "Member 'FJoinabilitySettings::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, MaxPartySize) == 0x000010, "Member 'FJoinabilitySettings::MaxPartySize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000018, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000008, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetBundleEntry \ +static_assert(alignof(FAssetBundleEntry) == 0x000008, "Wrong alignment on FAssetBundleEntry"); \ +static_assert(sizeof(FAssetBundleEntry) == 0x000018, "Wrong size on FAssetBundleEntry"); \ +static_assert(offsetof(FAssetBundleEntry, BundleName) == 0x000000, "Member 'FAssetBundleEntry::BundleName' has a wrong offset!"); \ +static_assert(offsetof(FAssetBundleEntry, BundleAssets) == 0x000008, "Member 'FAssetBundleEntry::BundleAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdWrapper \ +static_assert(alignof(FUniqueNetIdWrapper) == 0x000001, "Wrong alignment on FUniqueNetIdWrapper"); \ +static_assert(sizeof(FUniqueNetIdWrapper) == 0x000001, "Wrong size on FUniqueNetIdWrapper"); \ + +#define DUMPER7_ASSERTS_FAssetBundleData \ +static_assert(alignof(FAssetBundleData) == 0x000008, "Wrong alignment on FAssetBundleData"); \ +static_assert(sizeof(FAssetBundleData) == 0x000010, "Wrong size on FAssetBundleData"); \ +static_assert(offsetof(FAssetBundleData, Bundles) == 0x000000, "Member 'FAssetBundleData::Bundles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetData \ +static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ +static_assert(sizeof(FAssetData) == 0x000060, "Wrong size on FAssetData"); \ +static_assert(offsetof(FAssetData, ObjectPath) == 0x000000, "Member 'FAssetData::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackageName) == 0x000008, "Member 'FAssetData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackagePath) == 0x000010, "Member 'FAssetData::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetName) == 0x000018, "Member 'FAssetData::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClass) == 0x000020, "Member 'FAssetData::AssetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FTestUninitializedScriptStructMembersTest \ +static_assert(alignof(FTestUninitializedScriptStructMembersTest) == 0x000008, "Wrong alignment on FTestUninitializedScriptStructMembersTest"); \ +static_assert(sizeof(FTestUninitializedScriptStructMembersTest) == 0x000018, "Wrong size on FTestUninitializedScriptStructMembersTest"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UninitializedObjectReference) == 0x000000, "Member 'FTestUninitializedScriptStructMembersTest::UninitializedObjectReference' has a wrong offset!"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, InitializedObjectReference) == 0x000008, "Member 'FTestUninitializedScriptStructMembersTest::InitializedObjectReference' has a wrong offset!"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UnusedValue) == 0x000010, "Member 'FTestUninitializedScriptStructMembersTest::UnusedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4 \ +static_assert(alignof(FVector4) == 0x000010, "Wrong alignment on FVector4"); \ +static_assert(sizeof(FVector4) == 0x000010, "Wrong size on FVector4"); \ +static_assert(offsetof(FVector4, X) == 0x000000, "Member 'FVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FVector4, Y) == 0x000004, "Member 'FVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector4, Z) == 0x000008, "Member 'FVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FVector4, W) == 0x00000C, "Member 'FVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTwoVectors \ +static_assert(alignof(FTwoVectors) == 0x000004, "Wrong alignment on FTwoVectors"); \ +static_assert(sizeof(FTwoVectors) == 0x000018, "Wrong size on FTwoVectors"); \ +static_assert(offsetof(FTwoVectors, v1) == 0x000000, "Member 'FTwoVectors::v1' has a wrong offset!"); \ +static_assert(offsetof(FTwoVectors, v2) == 0x00000C, "Member 'FTwoVectors::v2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlane \ +static_assert(alignof(FPlane) == 0x000010, "Wrong alignment on FPlane"); \ +static_assert(sizeof(FPlane) == 0x000010, "Wrong size on FPlane"); \ +static_assert(offsetof(FPlane, W) == 0x00000C, "Member 'FPlane::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator \ +static_assert(alignof(FRotator) == 0x000004, "Wrong alignment on FRotator"); \ +static_assert(sizeof(FRotator) == 0x00000C, "Wrong size on FRotator"); \ +static_assert(offsetof(FRotator, Pitch) == 0x000000, "Member 'FRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRotator, Yaw) == 0x000004, "Member 'FRotator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRotator, Roll) == 0x000008, "Member 'FRotator::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuat \ +static_assert(alignof(FQuat) == 0x000010, "Wrong alignment on FQuat"); \ +static_assert(sizeof(FQuat) == 0x000010, "Wrong size on FQuat"); \ +static_assert(offsetof(FQuat, X) == 0x000000, "Member 'FQuat::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat, Y) == 0x000004, "Member 'FQuat::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat, Z) == 0x000008, "Member 'FQuat::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat, W) == 0x00000C, "Member 'FQuat::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedNormal \ +static_assert(alignof(FPackedNormal) == 0x000001, "Wrong alignment on FPackedNormal"); \ +static_assert(sizeof(FPackedNormal) == 0x000004, "Wrong size on FPackedNormal"); \ +static_assert(offsetof(FPackedNormal, X) == 0x000000, "Member 'FPackedNormal::X' has a wrong offset!"); \ +static_assert(offsetof(FPackedNormal, Y) == 0x000001, "Member 'FPackedNormal::Y' has a wrong offset!"); \ +static_assert(offsetof(FPackedNormal, Z) == 0x000002, "Member 'FPackedNormal::Z' has a wrong offset!"); \ +static_assert(offsetof(FPackedNormal, W) == 0x000003, "Member 'FPackedNormal::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedRGB10A2N \ +static_assert(alignof(FPackedRGB10A2N) == 0x000004, "Wrong alignment on FPackedRGB10A2N"); \ +static_assert(sizeof(FPackedRGB10A2N) == 0x000004, "Wrong size on FPackedRGB10A2N"); \ +static_assert(offsetof(FPackedRGB10A2N, Packed) == 0x000000, "Member 'FPackedRGB10A2N::Packed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedRGBA16N \ +static_assert(alignof(FPackedRGBA16N) == 0x000004, "Wrong alignment on FPackedRGBA16N"); \ +static_assert(sizeof(FPackedRGBA16N) == 0x000008, "Wrong size on FPackedRGBA16N"); \ +static_assert(offsetof(FPackedRGBA16N, XY) == 0x000000, "Member 'FPackedRGBA16N::XY' has a wrong offset!"); \ +static_assert(offsetof(FPackedRGBA16N, ZW) == 0x000004, "Member 'FPackedRGBA16N::ZW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntPoint \ +static_assert(alignof(FIntPoint) == 0x000004, "Wrong alignment on FIntPoint"); \ +static_assert(sizeof(FIntPoint) == 0x000008, "Wrong size on FIntPoint"); \ +static_assert(offsetof(FIntPoint, X) == 0x000000, "Member 'FIntPoint::X' has a wrong offset!"); \ +static_assert(offsetof(FIntPoint, Y) == 0x000004, "Member 'FIntPoint::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntVector \ +static_assert(alignof(FIntVector) == 0x000004, "Wrong alignment on FIntVector"); \ +static_assert(sizeof(FIntVector) == 0x00000C, "Wrong size on FIntVector"); \ +static_assert(offsetof(FIntVector, X) == 0x000000, "Member 'FIntVector::X' has a wrong offset!"); \ +static_assert(offsetof(FIntVector, Y) == 0x000004, "Member 'FIntVector::Y' has a wrong offset!"); \ +static_assert(offsetof(FIntVector, Z) == 0x000008, "Member 'FIntVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColor \ +static_assert(alignof(FColor) == 0x000004, "Wrong alignment on FColor"); \ +static_assert(sizeof(FColor) == 0x000004, "Wrong size on FColor"); \ +static_assert(offsetof(FColor, B) == 0x000000, "Member 'FColor::B' has a wrong offset!"); \ +static_assert(offsetof(FColor, G) == 0x000001, "Member 'FColor::G' has a wrong offset!"); \ +static_assert(offsetof(FColor, R) == 0x000002, "Member 'FColor::R' has a wrong offset!"); \ +static_assert(offsetof(FColor, A) == 0x000003, "Member 'FColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinearColor \ +static_assert(alignof(FLinearColor) == 0x000004, "Wrong alignment on FLinearColor"); \ +static_assert(sizeof(FLinearColor) == 0x000010, "Wrong size on FLinearColor"); \ +static_assert(offsetof(FLinearColor, R) == 0x000000, "Member 'FLinearColor::R' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, G) == 0x000004, "Member 'FLinearColor::G' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, B) == 0x000008, "Member 'FLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, A) == 0x00000C, "Member 'FLinearColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox \ +static_assert(alignof(FBox) == 0x000004, "Wrong alignment on FBox"); \ +static_assert(sizeof(FBox) == 0x00001C, "Wrong size on FBox"); \ +static_assert(offsetof(FBox, Min) == 0x000000, "Member 'FBox::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox, Max) == 0x00000C, "Member 'FBox::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox, IsValid) == 0x000018, "Member 'FBox::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox2D \ +static_assert(alignof(FBox2D) == 0x000004, "Wrong alignment on FBox2D"); \ +static_assert(sizeof(FBox2D) == 0x000014, "Wrong size on FBox2D"); \ +static_assert(offsetof(FBox2D, Min) == 0x000000, "Member 'FBox2D::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, Max) == 0x000008, "Member 'FBox2D::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, bIsValid) == 0x000010, "Member 'FBox2D::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds \ +static_assert(alignof(FBoxSphereBounds) == 0x000004, "Wrong alignment on FBoxSphereBounds"); \ +static_assert(sizeof(FBoxSphereBounds) == 0x00001C, "Wrong size on FBoxSphereBounds"); \ +static_assert(offsetof(FBoxSphereBounds, Origin) == 0x000000, "Member 'FBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, BoxExtent) == 0x00000C, "Member 'FBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, SphereRadius) == 0x000018, "Member 'FBoxSphereBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOrientedBox \ +static_assert(alignof(FOrientedBox) == 0x000004, "Wrong alignment on FOrientedBox"); \ +static_assert(sizeof(FOrientedBox) == 0x00003C, "Wrong size on FOrientedBox"); \ +static_assert(offsetof(FOrientedBox, Center) == 0x000000, "Member 'FOrientedBox::Center' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisX) == 0x00000C, "Member 'FOrientedBox::AxisX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisY) == 0x000018, "Member 'FOrientedBox::AxisY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisZ) == 0x000024, "Member 'FOrientedBox::AxisZ' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentX) == 0x000030, "Member 'FOrientedBox::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentY) == 0x000034, "Member 'FOrientedBox::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentZ) == 0x000038, "Member 'FOrientedBox::ExtentZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix \ +static_assert(alignof(FMatrix) == 0x000010, "Wrong alignment on FMatrix"); \ +static_assert(sizeof(FMatrix) == 0x000040, "Wrong size on FMatrix"); \ +static_assert(offsetof(FMatrix, XPlane) == 0x000000, "Member 'FMatrix::XPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, YPlane) == 0x000010, "Member 'FMatrix::YPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, ZPlane) == 0x000020, "Member 'FMatrix::ZPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, WPlane) == 0x000030, "Member 'FMatrix::WPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointFloat \ +static_assert(alignof(FInterpCurvePointFloat) == 0x000004, "Wrong alignment on FInterpCurvePointFloat"); \ +static_assert(sizeof(FInterpCurvePointFloat) == 0x000014, "Wrong size on FInterpCurvePointFloat"); \ +static_assert(offsetof(FInterpCurvePointFloat, InVal) == 0x000000, "Member 'FInterpCurvePointFloat::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, OutVal) == 0x000004, "Member 'FInterpCurvePointFloat::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, ArriveTangent) == 0x000008, "Member 'FInterpCurvePointFloat::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, LeaveTangent) == 0x00000C, "Member 'FInterpCurvePointFloat::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, InterpMode) == 0x000010, "Member 'FInterpCurvePointFloat::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveFloat \ +static_assert(alignof(FInterpCurveFloat) == 0x000008, "Wrong alignment on FInterpCurveFloat"); \ +static_assert(sizeof(FInterpCurveFloat) == 0x000018, "Wrong size on FInterpCurveFloat"); \ +static_assert(offsetof(FInterpCurveFloat, Points) == 0x000000, "Member 'FInterpCurveFloat::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveFloat, bIsLooped) == 0x000010, "Member 'FInterpCurveFloat::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveFloat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveFloat::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointVector2D \ +static_assert(alignof(FInterpCurvePointVector2D) == 0x000004, "Wrong alignment on FInterpCurvePointVector2D"); \ +static_assert(sizeof(FInterpCurvePointVector2D) == 0x000020, "Wrong size on FInterpCurvePointVector2D"); \ +static_assert(offsetof(FInterpCurvePointVector2D, InVal) == 0x000000, "Member 'FInterpCurvePointVector2D::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, OutVal) == 0x000004, "Member 'FInterpCurvePointVector2D::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, ArriveTangent) == 0x00000C, "Member 'FInterpCurvePointVector2D::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, LeaveTangent) == 0x000014, "Member 'FInterpCurvePointVector2D::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, InterpMode) == 0x00001C, "Member 'FInterpCurvePointVector2D::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveVector2D \ +static_assert(alignof(FInterpCurveVector2D) == 0x000008, "Wrong alignment on FInterpCurveVector2D"); \ +static_assert(sizeof(FInterpCurveVector2D) == 0x000018, "Wrong size on FInterpCurveVector2D"); \ +static_assert(offsetof(FInterpCurveVector2D, Points) == 0x000000, "Member 'FInterpCurveVector2D::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector2D, bIsLooped) == 0x000010, "Member 'FInterpCurveVector2D::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector2D, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveVector2D::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointVector \ +static_assert(alignof(FInterpCurvePointVector) == 0x000004, "Wrong alignment on FInterpCurvePointVector"); \ +static_assert(sizeof(FInterpCurvePointVector) == 0x00002C, "Wrong size on FInterpCurvePointVector"); \ +static_assert(offsetof(FInterpCurvePointVector, InVal) == 0x000000, "Member 'FInterpCurvePointVector::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, OutVal) == 0x000004, "Member 'FInterpCurvePointVector::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, ArriveTangent) == 0x000010, "Member 'FInterpCurvePointVector::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, LeaveTangent) == 0x00001C, "Member 'FInterpCurvePointVector::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, InterpMode) == 0x000028, "Member 'FInterpCurvePointVector::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveVector \ +static_assert(alignof(FInterpCurveVector) == 0x000008, "Wrong alignment on FInterpCurveVector"); \ +static_assert(sizeof(FInterpCurveVector) == 0x000018, "Wrong size on FInterpCurveVector"); \ +static_assert(offsetof(FInterpCurveVector, Points) == 0x000000, "Member 'FInterpCurveVector::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector, bIsLooped) == 0x000010, "Member 'FInterpCurveVector::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveVector::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointQuat \ +static_assert(alignof(FInterpCurvePointQuat) == 0x000010, "Wrong alignment on FInterpCurvePointQuat"); \ +static_assert(sizeof(FInterpCurvePointQuat) == 0x000050, "Wrong size on FInterpCurvePointQuat"); \ +static_assert(offsetof(FInterpCurvePointQuat, InVal) == 0x000000, "Member 'FInterpCurvePointQuat::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, OutVal) == 0x000010, "Member 'FInterpCurvePointQuat::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, ArriveTangent) == 0x000020, "Member 'FInterpCurvePointQuat::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, LeaveTangent) == 0x000030, "Member 'FInterpCurvePointQuat::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, InterpMode) == 0x000040, "Member 'FInterpCurvePointQuat::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveQuat \ +static_assert(alignof(FInterpCurveQuat) == 0x000008, "Wrong alignment on FInterpCurveQuat"); \ +static_assert(sizeof(FInterpCurveQuat) == 0x000018, "Wrong size on FInterpCurveQuat"); \ +static_assert(offsetof(FInterpCurveQuat, Points) == 0x000000, "Member 'FInterpCurveQuat::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveQuat, bIsLooped) == 0x000010, "Member 'FInterpCurveQuat::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveQuat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveQuat::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointTwoVectors \ +static_assert(alignof(FInterpCurvePointTwoVectors) == 0x000004, "Wrong alignment on FInterpCurvePointTwoVectors"); \ +static_assert(sizeof(FInterpCurvePointTwoVectors) == 0x000050, "Wrong size on FInterpCurvePointTwoVectors"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, InVal) == 0x000000, "Member 'FInterpCurvePointTwoVectors::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, OutVal) == 0x000004, "Member 'FInterpCurvePointTwoVectors::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, ArriveTangent) == 0x00001C, "Member 'FInterpCurvePointTwoVectors::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, LeaveTangent) == 0x000034, "Member 'FInterpCurvePointTwoVectors::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, InterpMode) == 0x00004C, "Member 'FInterpCurvePointTwoVectors::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveTwoVectors \ +static_assert(alignof(FInterpCurveTwoVectors) == 0x000008, "Wrong alignment on FInterpCurveTwoVectors"); \ +static_assert(sizeof(FInterpCurveTwoVectors) == 0x000018, "Wrong size on FInterpCurveTwoVectors"); \ +static_assert(offsetof(FInterpCurveTwoVectors, Points) == 0x000000, "Member 'FInterpCurveTwoVectors::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveTwoVectors, bIsLooped) == 0x000010, "Member 'FInterpCurveTwoVectors::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveTwoVectors, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveTwoVectors::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointLinearColor \ +static_assert(alignof(FInterpCurvePointLinearColor) == 0x000004, "Wrong alignment on FInterpCurvePointLinearColor"); \ +static_assert(sizeof(FInterpCurvePointLinearColor) == 0x000038, "Wrong size on FInterpCurvePointLinearColor"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, InVal) == 0x000000, "Member 'FInterpCurvePointLinearColor::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, OutVal) == 0x000004, "Member 'FInterpCurvePointLinearColor::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, ArriveTangent) == 0x000014, "Member 'FInterpCurvePointLinearColor::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, LeaveTangent) == 0x000024, "Member 'FInterpCurvePointLinearColor::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, InterpMode) == 0x000034, "Member 'FInterpCurvePointLinearColor::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveLinearColor \ +static_assert(alignof(FInterpCurveLinearColor) == 0x000008, "Wrong alignment on FInterpCurveLinearColor"); \ +static_assert(sizeof(FInterpCurveLinearColor) == 0x000018, "Wrong size on FInterpCurveLinearColor"); \ +static_assert(offsetof(FInterpCurveLinearColor, Points) == 0x000000, "Member 'FInterpCurveLinearColor::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveLinearColor, bIsLooped) == 0x000010, "Member 'FInterpCurveLinearColor::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveLinearColor, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveLinearColor::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform \ +static_assert(alignof(FTransform) == 0x000010, "Wrong alignment on FTransform"); \ +static_assert(sizeof(FTransform) == 0x000030, "Wrong size on FTransform"); \ +static_assert(offsetof(FTransform, Rotation) == 0x000000, "Member 'FTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransform, Translation) == 0x000010, "Member 'FTransform::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransform, Scale3D) == 0x000020, "Member 'FTransform::Scale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomStream \ +static_assert(alignof(FRandomStream) == 0x000004, "Wrong alignment on FRandomStream"); \ +static_assert(sizeof(FRandomStream) == 0x000008, "Wrong size on FRandomStream"); \ +static_assert(offsetof(FRandomStream, InitialSeed) == 0x000000, "Member 'FRandomStream::InitialSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomStream, Seed) == 0x000004, "Member 'FRandomStream::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDateTime \ +static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ +static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ + +#define DUMPER7_ASSERTS_FFrameNumber \ +static_assert(alignof(FFrameNumber) == 0x000004, "Wrong alignment on FFrameNumber"); \ +static_assert(sizeof(FFrameNumber) == 0x000004, "Wrong size on FFrameNumber"); \ +static_assert(offsetof(FFrameNumber, Value) == 0x000000, "Member 'FFrameNumber::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameRate \ +static_assert(alignof(FFrameRate) == 0x000004, "Wrong alignment on FFrameRate"); \ +static_assert(sizeof(FFrameRate) == 0x000008, "Wrong size on FFrameRate"); \ +static_assert(offsetof(FFrameRate, Numerator) == 0x000000, "Member 'FFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(FFrameRate, Denominator) == 0x000004, "Member 'FFrameRate::Denominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameTime \ +static_assert(alignof(FFrameTime) == 0x000004, "Wrong alignment on FFrameTime"); \ +static_assert(sizeof(FFrameTime) == 0x000008, "Wrong size on FFrameTime"); \ +static_assert(offsetof(FFrameTime, FrameNumber) == 0x000000, "Member 'FFrameTime::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FFrameTime, SubFrame) == 0x000004, "Member 'FFrameTime::SubFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQualifiedFrameTime \ +static_assert(alignof(FQualifiedFrameTime) == 0x000004, "Wrong alignment on FQualifiedFrameTime"); \ +static_assert(sizeof(FQualifiedFrameTime) == 0x000010, "Wrong size on FQualifiedFrameTime"); \ +static_assert(offsetof(FQualifiedFrameTime, Time) == 0x000000, "Member 'FQualifiedFrameTime::Time' has a wrong offset!"); \ +static_assert(offsetof(FQualifiedFrameTime, Rate) == 0x000008, "Member 'FQualifiedFrameTime::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimecode \ +static_assert(alignof(FTimecode) == 0x000004, "Wrong alignment on FTimecode"); \ +static_assert(sizeof(FTimecode) == 0x000014, "Wrong size on FTimecode"); \ +static_assert(offsetof(FTimecode, Hours) == 0x000000, "Member 'FTimecode::Hours' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, Minutes) == 0x000004, "Member 'FTimecode::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, Seconds) == 0x000008, "Member 'FTimecode::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, Frames) == 0x00000C, "Member 'FTimecode::Frames' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, bDropFrameFormat) == 0x000010, "Member 'FTimecode::bDropFrameFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimespan \ +static_assert(alignof(FTimespan) == 0x000008, "Wrong alignment on FTimespan"); \ +static_assert(sizeof(FTimespan) == 0x000008, "Wrong size on FTimespan"); \ + +#define DUMPER7_ASSERTS_FSoftClassPath \ +static_assert(alignof(FSoftClassPath) == 0x000008, "Wrong alignment on FSoftClassPath"); \ +static_assert(sizeof(FSoftClassPath) == 0x000018, "Wrong size on FSoftClassPath"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetType \ +static_assert(alignof(FPrimaryAssetType) == 0x000004, "Wrong alignment on FPrimaryAssetType"); \ +static_assert(sizeof(FPrimaryAssetType) == 0x000008, "Wrong size on FPrimaryAssetType"); \ +static_assert(offsetof(FPrimaryAssetType, Name) == 0x000000, "Member 'FPrimaryAssetType::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetId \ +static_assert(alignof(FPrimaryAssetId) == 0x000004, "Wrong alignment on FPrimaryAssetId"); \ +static_assert(sizeof(FPrimaryAssetId) == 0x000010, "Wrong size on FPrimaryAssetId"); \ +static_assert(offsetof(FPrimaryAssetId, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetId::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetId, PrimaryAssetName) == 0x000008, "Member 'FPrimaryAssetId::PrimaryAssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFallbackStruct \ +static_assert(alignof(FFallbackStruct) == 0x000001, "Wrong alignment on FFallbackStruct"); \ +static_assert(sizeof(FFallbackStruct) == 0x000001, "Wrong size on FFallbackStruct"); \ + +#define DUMPER7_ASSERTS_FFloatRangeBound \ +static_assert(alignof(FFloatRangeBound) == 0x000004, "Wrong alignment on FFloatRangeBound"); \ +static_assert(sizeof(FFloatRangeBound) == 0x000008, "Wrong size on FFloatRangeBound"); \ +static_assert(offsetof(FFloatRangeBound, Type) == 0x000000, "Member 'FFloatRangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FFloatRangeBound, Value) == 0x000004, "Member 'FFloatRangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatRange \ +static_assert(alignof(FFloatRange) == 0x000004, "Wrong alignment on FFloatRange"); \ +static_assert(sizeof(FFloatRange) == 0x000010, "Wrong size on FFloatRange"); \ +static_assert(offsetof(FFloatRange, LowerBound) == 0x000000, "Member 'FFloatRange::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FFloatRange, UpperBound) == 0x000008, "Member 'FFloatRange::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32RangeBound \ +static_assert(alignof(FInt32RangeBound) == 0x000004, "Wrong alignment on FInt32RangeBound"); \ +static_assert(sizeof(FInt32RangeBound) == 0x000008, "Wrong size on FInt32RangeBound"); \ +static_assert(offsetof(FInt32RangeBound, Type) == 0x000000, "Member 'FInt32RangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FInt32RangeBound, Value) == 0x000004, "Member 'FInt32RangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Range \ +static_assert(alignof(FInt32Range) == 0x000004, "Wrong alignment on FInt32Range"); \ +static_assert(sizeof(FInt32Range) == 0x000010, "Wrong size on FInt32Range"); \ +static_assert(offsetof(FInt32Range, LowerBound) == 0x000000, "Member 'FInt32Range::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt32Range, UpperBound) == 0x000008, "Member 'FInt32Range::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameNumberRangeBound \ +static_assert(alignof(FFrameNumberRangeBound) == 0x000004, "Wrong alignment on FFrameNumberRangeBound"); \ +static_assert(sizeof(FFrameNumberRangeBound) == 0x000008, "Wrong size on FFrameNumberRangeBound"); \ +static_assert(offsetof(FFrameNumberRangeBound, Type) == 0x000000, "Member 'FFrameNumberRangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FFrameNumberRangeBound, Value) == 0x000004, "Member 'FFrameNumberRangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameNumberRange \ +static_assert(alignof(FFrameNumberRange) == 0x000004, "Wrong alignment on FFrameNumberRange"); \ +static_assert(sizeof(FFrameNumberRange) == 0x000010, "Wrong size on FFrameNumberRange"); \ +static_assert(offsetof(FFrameNumberRange, LowerBound) == 0x000000, "Member 'FFrameNumberRange::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FFrameNumberRange, UpperBound) == 0x000008, "Member 'FFrameNumberRange::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatInterval \ +static_assert(alignof(FFloatInterval) == 0x000004, "Wrong alignment on FFloatInterval"); \ +static_assert(sizeof(FFloatInterval) == 0x000008, "Wrong size on FFloatInterval"); \ +static_assert(offsetof(FFloatInterval, Min) == 0x000000, "Member 'FFloatInterval::Min' has a wrong offset!"); \ +static_assert(offsetof(FFloatInterval, Max) == 0x000004, "Member 'FFloatInterval::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Interval \ +static_assert(alignof(FInt32Interval) == 0x000004, "Wrong alignment on FInt32Interval"); \ +static_assert(sizeof(FInt32Interval) == 0x000008, "Wrong size on FInt32Interval"); \ +static_assert(offsetof(FInt32Interval, Min) == 0x000000, "Member 'FInt32Interval::Min' has a wrong offset!"); \ +static_assert(offsetof(FInt32Interval, Max) == 0x000004, "Member 'FInt32Interval::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolyglotTextData \ +static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ +static_assert(sizeof(FPolyglotTextData) == 0x0000B8, "Wrong size on FPolyglotTextData"); \ +static_assert(offsetof(FPolyglotTextData, Category) == 0x000000, "Member 'FPolyglotTextData::Category' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeCulture) == 0x000008, "Member 'FPolyglotTextData::NativeCulture' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Namespace) == 0x000018, "Member 'FPolyglotTextData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Key) == 0x000028, "Member 'FPolyglotTextData::Key' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeString) == 0x000038, "Member 'FPolyglotTextData::NativeString' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, LocalizedStrings) == 0x000048, "Member 'FPolyglotTextData::LocalizedStrings' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, bIsMinimalPatch) == 0x000098, "Member 'FPolyglotTextData::bIsMinimalPatch' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, CachedText) == 0x0000A0, "Member 'FPolyglotTextData::CachedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutomationExecutionEntry \ +static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ +static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ +static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARFilter \ +static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ +static_assert(sizeof(FARFilter) == 0x0000F0, "Wrong size on FARFilter"); \ +static_assert(offsetof(FARFilter, PackageNames) == 0x000000, "Member 'FARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, PackagePaths) == 0x000010, "Member 'FARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ObjectPaths) == 0x000020, "Member 'FARFilter::ObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x000090, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursivePaths) == 0x0000E0, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x0000E1, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x0000E2, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Object_ExecuteUbergraph \ +static_assert(alignof(Object_ExecuteUbergraph) == 0x000004, "Wrong alignment on Object_ExecuteUbergraph"); \ +static_assert(sizeof(Object_ExecuteUbergraph) == 0x000004, "Wrong size on Object_ExecuteUbergraph"); \ +static_assert(offsetof(Object_ExecuteUbergraph, EntryPoint) == 0x000000, "Member 'Object_ExecuteUbergraph::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObject \ +static_assert(alignof(UObject) == 0x000008, "Wrong alignment on UObject"); \ +static_assert(sizeof(UObject) == 0x000028, "Wrong size on UObject"); \ +static_assert(offsetof(UObject, VTable) == 0x000000, "Member 'UObject::VTable' has a wrong offset!"); \ +static_assert(offsetof(UObject, Flags) == 0x000008, "Member 'UObject::Flags' has a wrong offset!"); \ +static_assert(offsetof(UObject, Index) == 0x00000C, "Member 'UObject::Index' has a wrong offset!"); \ +static_assert(offsetof(UObject, Class) == 0x000010, "Member 'UObject::Class' has a wrong offset!"); \ +static_assert(offsetof(UObject, Name) == 0x000018, "Member 'UObject::Name' has a wrong offset!"); \ +static_assert(offsetof(UObject, Outer) == 0x000020, "Member 'UObject::Outer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UField \ +static_assert(alignof(UField) == 0x000008, "Wrong alignment on UField"); \ +static_assert(sizeof(UField) == 0x000030, "Wrong size on UField"); \ +static_assert(offsetof(UField, Next) == 0x000028, "Member 'UField::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProperty \ +static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ +static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ + +#define DUMPER7_ASSERTS_UDelegateProperty \ +static_assert(alignof(UDelegateProperty) == 0x000008, "Wrong alignment on UDelegateProperty"); \ +static_assert(sizeof(UDelegateProperty) == 0x000078, "Wrong size on UDelegateProperty"); \ + +#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_UPackageMap \ +static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ +static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ + +#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_UMulticastSparseDelegateProperty \ +static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ +static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000078, "Wrong size on UMulticastSparseDelegateProperty"); \ + +#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_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_UNumericProperty \ +static_assert(alignof(UNumericProperty) == 0x000008, "Wrong alignment on UNumericProperty"); \ +static_assert(sizeof(UNumericProperty) == 0x000070, "Wrong size on UNumericProperty"); \ + +#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_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_UGCObjectReferencer \ +static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ +static_assert(sizeof(UGCObjectReferencer) == 0x000070, "Wrong size on UGCObjectReferencer"); \ + +#define DUMPER7_ASSERTS_UTextBuffer \ +static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ +static_assert(sizeof(UTextBuffer) == 0x000050, "Wrong size on UTextBuffer"); \ + +#define DUMPER7_ASSERTS_UScriptStruct \ +static_assert(alignof(UScriptStruct) == 0x000008, "Wrong alignment on UScriptStruct"); \ +static_assert(sizeof(UScriptStruct) == 0x0000C0, "Wrong size on UScriptStruct"); \ + +#define DUMPER7_ASSERTS_UFunction \ +static_assert(alignof(UFunction) == 0x000008, "Wrong alignment on UFunction"); \ +static_assert(sizeof(UFunction) == 0x0000E0, "Wrong size on UFunction"); \ +static_assert(offsetof(UFunction, FunctionFlags) == 0x0000B0, "Member 'UFunction::FunctionFlags' has a wrong offset!"); \ +static_assert(offsetof(UFunction, ExecFunction) == 0x0000D8, "Member 'UFunction::ExecFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDelegateFunction \ +static_assert(alignof(UDelegateFunction) == 0x000008, "Wrong alignment on UDelegateFunction"); \ +static_assert(sizeof(UDelegateFunction) == 0x0000E0, "Wrong size on UDelegateFunction"); \ + +#define DUMPER7_ASSERTS_USparseDelegateFunction \ +static_assert(alignof(USparseDelegateFunction) == 0x000008, "Wrong alignment on USparseDelegateFunction"); \ +static_assert(sizeof(USparseDelegateFunction) == 0x0000F0, "Wrong size on USparseDelegateFunction"); \ + +#define DUMPER7_ASSERTS_UDynamicClass \ +static_assert(alignof(UDynamicClass) == 0x000008, "Wrong alignment on UDynamicClass"); \ +static_assert(sizeof(UDynamicClass) == 0x0002B0, "Wrong size on UDynamicClass"); \ + +#define DUMPER7_ASSERTS_UEnum \ +static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ +static_assert(sizeof(UEnum) == 0x000060, "Wrong size on UEnum"); \ +static_assert(offsetof(UEnum, Names) == 0x000040, "Member 'UEnum::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ +static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ +static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003E8, "Wrong size on ULinkerPlaceholderClass"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ +static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ +static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F0, "Wrong size on ULinkerPlaceholderExportObject"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ +static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ +static_assert(sizeof(ULinkerPlaceholderFunction) == 0x000298, "Wrong size on ULinkerPlaceholderFunction"); \ + +#define DUMPER7_ASSERTS_UMetaData \ +static_assert(alignof(UMetaData) == 0x000008, "Wrong alignment on UMetaData"); \ +static_assert(sizeof(UMetaData) == 0x0000C8, "Wrong size on UMetaData"); \ + +#define DUMPER7_ASSERTS_UObjectRedirector \ +static_assert(alignof(UObjectRedirector) == 0x000008, "Wrong alignment on UObjectRedirector"); \ +static_assert(sizeof(UObjectRedirector) == 0x000030, "Wrong size on UObjectRedirector"); \ + +#define DUMPER7_ASSERTS_UEnumProperty \ +static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ +static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ + +#define DUMPER7_ASSERTS_UArrayProperty \ +static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ +static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ + +#define DUMPER7_ASSERTS_UObjectPropertyBase \ +static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ +static_assert(sizeof(UObjectPropertyBase) == 0x000078, "Wrong size on UObjectPropertyBase"); \ + +#define DUMPER7_ASSERTS_UBoolProperty \ +static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ +static_assert(sizeof(UBoolProperty) == 0x000078, "Wrong size on UBoolProperty"); \ + +#define DUMPER7_ASSERTS_UByteProperty \ +static_assert(alignof(UByteProperty) == 0x000008, "Wrong alignment on UByteProperty"); \ +static_assert(sizeof(UByteProperty) == 0x000078, "Wrong size on UByteProperty"); \ + +#define DUMPER7_ASSERTS_UObjectProperty \ +static_assert(alignof(UObjectProperty) == 0x000008, "Wrong alignment on UObjectProperty"); \ +static_assert(sizeof(UObjectProperty) == 0x000078, "Wrong size on UObjectProperty"); \ + +#define DUMPER7_ASSERTS_UClassProperty \ +static_assert(alignof(UClassProperty) == 0x000008, "Wrong alignment on UClassProperty"); \ +static_assert(sizeof(UClassProperty) == 0x000080, "Wrong size on UClassProperty"); \ + +#define DUMPER7_ASSERTS_UDoubleProperty \ +static_assert(alignof(UDoubleProperty) == 0x000008, "Wrong alignment on UDoubleProperty"); \ +static_assert(sizeof(UDoubleProperty) == 0x000070, "Wrong size on UDoubleProperty"); \ + +#define DUMPER7_ASSERTS_UFloatProperty \ +static_assert(alignof(UFloatProperty) == 0x000008, "Wrong alignment on UFloatProperty"); \ +static_assert(sizeof(UFloatProperty) == 0x000070, "Wrong size on UFloatProperty"); \ + +#define DUMPER7_ASSERTS_UIntProperty \ +static_assert(alignof(UIntProperty) == 0x000008, "Wrong alignment on UIntProperty"); \ +static_assert(sizeof(UIntProperty) == 0x000070, "Wrong size on UIntProperty"); \ + +#define DUMPER7_ASSERTS_UInt8Property \ +static_assert(alignof(UInt8Property) == 0x000008, "Wrong alignment on UInt8Property"); \ +static_assert(sizeof(UInt8Property) == 0x000070, "Wrong size on UInt8Property"); \ + +#define DUMPER7_ASSERTS_UInt16Property \ +static_assert(alignof(UInt16Property) == 0x000008, "Wrong alignment on UInt16Property"); \ +static_assert(sizeof(UInt16Property) == 0x000070, "Wrong size on UInt16Property"); \ + +#define DUMPER7_ASSERTS_UInt64Property \ +static_assert(alignof(UInt64Property) == 0x000008, "Wrong alignment on UInt64Property"); \ +static_assert(sizeof(UInt64Property) == 0x000070, "Wrong size on UInt64Property"); \ + +#define DUMPER7_ASSERTS_UInterfaceProperty \ +static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ +static_assert(sizeof(UInterfaceProperty) == 0x000078, "Wrong size on UInterfaceProperty"); \ + +#define DUMPER7_ASSERTS_ULazyObjectProperty \ +static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ +static_assert(sizeof(ULazyObjectProperty) == 0x000078, "Wrong size on ULazyObjectProperty"); \ + +#define DUMPER7_ASSERTS_UMapProperty \ +static_assert(alignof(UMapProperty) == 0x000008, "Wrong alignment on UMapProperty"); \ +static_assert(sizeof(UMapProperty) == 0x000098, "Wrong size on UMapProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegateProperty \ +static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ +static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000078, "Wrong size on UMulticastInlineDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UNameProperty \ +static_assert(alignof(UNameProperty) == 0x000008, "Wrong alignment on UNameProperty"); \ +static_assert(sizeof(UNameProperty) == 0x000070, "Wrong size on UNameProperty"); \ + +#define DUMPER7_ASSERTS_USetProperty \ +static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ +static_assert(sizeof(USetProperty) == 0x000090, "Wrong size on USetProperty"); \ + +#define DUMPER7_ASSERTS_USoftObjectProperty \ +static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ +static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ + +#define DUMPER7_ASSERTS_USoftClassProperty \ +static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ +static_assert(sizeof(USoftClassProperty) == 0x000080, "Wrong size on USoftClassProperty"); \ + +#define DUMPER7_ASSERTS_UStrProperty \ +static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ +static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ + +#define DUMPER7_ASSERTS_UStructProperty \ +static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ +static_assert(sizeof(UStructProperty) == 0x000078, "Wrong size on UStructProperty"); \ + +#define DUMPER7_ASSERTS_UUInt32Property \ +static_assert(alignof(UUInt32Property) == 0x000008, "Wrong alignment on UUInt32Property"); \ +static_assert(sizeof(UUInt32Property) == 0x000070, "Wrong size on UUInt32Property"); \ + +#define DUMPER7_ASSERTS_UUInt64Property \ +static_assert(alignof(UUInt64Property) == 0x000008, "Wrong alignment on UUInt64Property"); \ +static_assert(sizeof(UUInt64Property) == 0x000070, "Wrong size on UUInt64Property"); \ + +#define DUMPER7_ASSERTS_UWeakObjectProperty \ +static_assert(alignof(UWeakObjectProperty) == 0x000008, "Wrong alignment on UWeakObjectProperty"); \ +static_assert(sizeof(UWeakObjectProperty) == 0x000078, "Wrong size on UWeakObjectProperty"); \ + +#define DUMPER7_ASSERTS_UTextProperty \ +static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ +static_assert(sizeof(UTextProperty) == 0x000070, "Wrong size on UTextProperty"); \ + +#define DUMPER7_ASSERTS_UPropertyWrapper \ +static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ +static_assert(sizeof(UPropertyWrapper) == 0x000030, "Wrong size on UPropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegatePropertyWrapper \ +static_assert(alignof(UMulticastDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastDelegatePropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegatePropertyWrapper \ +static_assert(alignof(UMulticastInlineDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastInlineDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastInlineDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastInlineDelegatePropertyWrapper"); \ + +#define DUMPER7_ASSERTS_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_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_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_FDamageEvent \ +static_assert(alignof(FDamageEvent) == 0x000008, "Wrong alignment on FDamageEvent"); \ +static_assert(sizeof(FDamageEvent) == 0x000010, "Wrong size on FDamageEvent"); \ +static_assert(offsetof(FDamageEvent, DamageTypeClass) == 0x000008, "Member 'FDamageEvent::DamageTypeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialDamageEvent \ +static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ +static_assert(sizeof(FRadialDamageEvent) == 0x000040, "Wrong size on FRadialDamageEvent"); \ +static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000024, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000030, "Member 'FRadialDamageEvent::ComponentHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FAtmospherePrecomputeParameters \ +static_assert(alignof(FAtmospherePrecomputeParameters) == 0x000004, "Wrong alignment on FAtmospherePrecomputeParameters"); \ +static_assert(sizeof(FAtmospherePrecomputeParameters) == 0x00002C, "Wrong size on FAtmospherePrecomputeParameters"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, DensityHeight) == 0x000000, "Member 'FAtmospherePrecomputeParameters::DensityHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, DecayHeight) == 0x000004, "Member 'FAtmospherePrecomputeParameters::DecayHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, MaxScatteringOrder) == 0x000008, "Member 'FAtmospherePrecomputeParameters::MaxScatteringOrder' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexWidth) == 0x00000C, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexWidth' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexHeight) == 0x000010, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexWidth) == 0x000014, "Member 'FAtmospherePrecomputeParameters::IrradianceTexWidth' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexHeight) == 0x000018, "Member 'FAtmospherePrecomputeParameters::IrradianceTexHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterAltitudeSampleNum) == 0x00001C, "Member 'FAtmospherePrecomputeParameters::InscatterAltitudeSampleNum' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuNum) == 0x000020, "Member 'FAtmospherePrecomputeParameters::InscatterMuNum' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuSNum) == 0x000024, "Member 'FAtmospherePrecomputeParameters::InscatterMuSNum' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterNuNum) == 0x000028, "Member 'FAtmospherePrecomputeParameters::InscatterNuNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FInputRange \ +static_assert(alignof(FInputRange) == 0x000004, "Wrong alignment on FInputRange"); \ +static_assert(sizeof(FInputRange) == 0x000008, "Wrong size on FInputRange"); \ +static_assert(offsetof(FInputRange, Min) == 0x000000, "Member 'FInputRange::Min' has a wrong offset!"); \ +static_assert(offsetof(FInputRange, Max) == 0x000004, "Member 'FInputRange::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputScaleBiasClamp \ +static_assert(alignof(FInputScaleBiasClamp) == 0x000004, "Wrong alignment on FInputScaleBiasClamp"); \ +static_assert(sizeof(FInputScaleBiasClamp) == 0x000030, "Wrong size on FInputScaleBiasClamp"); \ +static_assert(offsetof(FInputScaleBiasClamp, bMapRange) == 0x000000, "Member 'FInputScaleBiasClamp::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, bClampResult) == 0x000001, "Member 'FInputScaleBiasClamp::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, bInterpResult) == 0x000002, "Member 'FInputScaleBiasClamp::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, InRange) == 0x000004, "Member 'FInputScaleBiasClamp::InRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, OutRange) == 0x00000C, "Member 'FInputScaleBiasClamp::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, Scale) == 0x000014, "Member 'FInputScaleBiasClamp::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, Bias) == 0x000018, "Member 'FInputScaleBiasClamp::Bias' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, ClampMin) == 0x00001C, "Member 'FInputScaleBiasClamp::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, ClampMax) == 0x000020, "Member 'FInputScaleBiasClamp::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, InterpSpeedIncreasing) == 0x000024, "Member 'FInputScaleBiasClamp::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, InterpSpeedDecreasing) == 0x000028, "Member 'FInputScaleBiasClamp::InterpSpeedDecreasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_FBranchingPointNotifyPayload \ +static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ +static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ + +#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_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_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_FActorComponentDuplicatedObjectData \ +static_assert(alignof(FActorComponentDuplicatedObjectData) == 0x000008, "Wrong alignment on FActorComponentDuplicatedObjectData"); \ +static_assert(sizeof(FActorComponentDuplicatedObjectData) == 0x000010, "Wrong size on FActorComponentDuplicatedObjectData"); \ + +#define DUMPER7_ASSERTS_FActorComponentInstanceData \ +static_assert(alignof(FActorComponentInstanceData) == 0x000008, "Wrong alignment on FActorComponentInstanceData"); \ +static_assert(sizeof(FActorComponentInstanceData) == 0x000068, "Wrong size on FActorComponentInstanceData"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTemplate) == 0x000008, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000010, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000014, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SavedProperties) == 0x000018, "Member 'FActorComponentInstanceData::SavedProperties' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, UniqueTransientPackage) == 0x000028, "Member 'FActorComponentInstanceData::UniqueTransientPackage' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, DuplicatedObjects) == 0x000038, "Member 'FActorComponentInstanceData::DuplicatedObjects' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, ReferencedObjects) == 0x000048, "Member 'FActorComponentInstanceData::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, ReferencedNames) == 0x000058, "Member 'FActorComponentInstanceData::ReferencedNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneComponentInstanceData \ +static_assert(alignof(FSceneComponentInstanceData) == 0x000008, "Wrong alignment on FSceneComponentInstanceData"); \ +static_assert(sizeof(FSceneComponentInstanceData) == 0x0000B8, "Wrong size on FSceneComponentInstanceData"); \ +static_assert(offsetof(FSceneComponentInstanceData, AttachedInstanceComponents) == 0x000068, "Member 'FSceneComponentInstanceData::AttachedInstanceComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FExpressionInput \ +static_assert(alignof(FExpressionInput) == 0x000004, "Wrong alignment on FExpressionInput"); \ +static_assert(sizeof(FExpressionInput) == 0x000014, "Wrong size on FExpressionInput"); \ +static_assert(offsetof(FExpressionInput, OutputIndex) == 0x000000, "Member 'FExpressionInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, InputName) == 0x000004, "Member 'FExpressionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, ExpressionName) == 0x00000C, "Member 'FExpressionInput::ExpressionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseLinkBase \ +static_assert(alignof(FPoseLinkBase) == 0x000008, "Wrong alignment on FPoseLinkBase"); \ +static_assert(sizeof(FPoseLinkBase) == 0x000010, "Wrong size on FPoseLinkBase"); \ +static_assert(offsetof(FPoseLinkBase, LinkID) == 0x000000, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMaterialAttributesInput \ +static_assert(alignof(FMaterialAttributesInput) == 0x000004, "Wrong alignment on FMaterialAttributesInput"); \ +static_assert(sizeof(FMaterialAttributesInput) == 0x000018, "Wrong size on FMaterialAttributesInput"); \ +static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedBitmask) == 0x000014, "Member 'FMaterialAttributesInput::PropertyConnectedBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionOutput \ +static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ +static_assert(sizeof(FExpressionOutput) == 0x000008, "Wrong size on FExpressionOutput"); \ +static_assert(offsetof(FExpressionOutput, OutputName) == 0x000000, "Member 'FExpressionOutput::OutputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FTexturePlatformData \ +static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ +static_assert(sizeof(FTexturePlatformData) == 0x000030, "Wrong size on FTexturePlatformData"); \ + +#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_FRichCurve \ +static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ +static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ +static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeFloatCurve \ +static_assert(alignof(FRuntimeFloatCurve) == 0x000008, "Wrong alignment on FRuntimeFloatCurve"); \ +static_assert(sizeof(FRuntimeFloatCurve) == 0x000088, "Wrong size on FRuntimeFloatCurve"); \ +static_assert(offsetof(FRuntimeFloatCurve, EditorCurveData) == 0x000000, "Member 'FRuntimeFloatCurve::EditorCurveData' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeFloatCurve, ExternalCurve) == 0x000080, "Member 'FRuntimeFloatCurve::ExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FScalarMaterialInput \ +static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ +static_assert(sizeof(FScalarMaterialInput) == 0x000014, "Wrong size on FScalarMaterialInput"); \ + +#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_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_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_FShadingModelMaterialInput \ +static_assert(alignof(FShadingModelMaterialInput) == 0x000004, "Wrong alignment on FShadingModelMaterialInput"); \ +static_assert(sizeof(FShadingModelMaterialInput) == 0x000014, "Wrong size on FShadingModelMaterialInput"); \ + +#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_FPoseLink \ +static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ +static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ + +#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_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_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_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_FVector2MaterialInput \ +static_assert(alignof(FVector2MaterialInput) == 0x000004, "Wrong alignment on FVector2MaterialInput"); \ +static_assert(sizeof(FVector2MaterialInput) == 0x000014, "Wrong size on FVector2MaterialInput"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FAnimSyncMarker \ +static_assert(alignof(FAnimSyncMarker) == 0x000004, "Wrong alignment on FAnimSyncMarker"); \ +static_assert(sizeof(FAnimSyncMarker) == 0x00000C, "Wrong size on FAnimSyncMarker"); \ +static_assert(offsetof(FAnimSyncMarker, MarkerName) == 0x000000, "Member 'FAnimSyncMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncMarker, Time) == 0x000008, "Member 'FAnimSyncMarker::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMarkerSyncData \ +static_assert(alignof(FMarkerSyncData) == 0x000008, "Wrong alignment on FMarkerSyncData"); \ +static_assert(sizeof(FMarkerSyncData) == 0x000020, "Wrong size on FMarkerSyncData"); \ +static_assert(offsetof(FMarkerSyncData, AuthoredSyncMarkers) == 0x000000, "Member 'FMarkerSyncData::AuthoredSyncMarkers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FTickFunction \ +static_assert(alignof(FTickFunction) == 0x000008, "Wrong alignment on FTickFunction"); \ +static_assert(sizeof(FTickFunction) == 0x000028, "Wrong size on FTickFunction"); \ +static_assert(offsetof(FTickFunction, TickGroup) == 0x000008, "Member 'FTickFunction::TickGroup' has a wrong offset!"); \ +static_assert(offsetof(FTickFunction, EndTickGroup) == 0x000009, "Member 'FTickFunction::EndTickGroup' has a wrong offset!"); \ +static_assert(offsetof(FTickFunction, TickInterval) == 0x00000C, "Member 'FTickFunction::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FActorComponentTickFunction \ +static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ +static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ + +#define DUMPER7_ASSERTS_FCollectionParameterBase \ +static_assert(alignof(FCollectionParameterBase) == 0x000004, "Wrong alignment on FCollectionParameterBase"); \ +static_assert(sizeof(FCollectionParameterBase) == 0x000018, "Wrong size on FCollectionParameterBase"); \ +static_assert(offsetof(FCollectionParameterBase, ParameterName) == 0x000000, "Member 'FCollectionParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionParameterBase, ID) == 0x000008, "Member 'FCollectionParameterBase::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVectorParameter \ +static_assert(alignof(FCollectionVectorParameter) == 0x000004, "Wrong alignment on FCollectionVectorParameter"); \ +static_assert(sizeof(FCollectionVectorParameter) == 0x000028, "Wrong size on FCollectionVectorParameter"); \ +static_assert(offsetof(FCollectionVectorParameter, DefaultValue) == 0x000018, "Member 'FCollectionVectorParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_FTableRowBase \ +static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ +static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ + +#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_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_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_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_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_FSwarmDebugOptions \ +static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ +static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FRootMotionSourceSettings \ +static_assert(alignof(FRootMotionSourceSettings) == 0x000001, "Wrong alignment on FRootMotionSourceSettings"); \ +static_assert(sizeof(FRootMotionSourceSettings) == 0x000001, "Wrong size on FRootMotionSourceSettings"); \ +static_assert(offsetof(FRootMotionSourceSettings, Flags) == 0x000000, "Member 'FRootMotionSourceSettings::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionMovementParams \ +static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ +static_assert(sizeof(FRootMotionMovementParams) == 0x000040, "Wrong size on FRootMotionMovementParams"); \ +static_assert(offsetof(FRootMotionMovementParams, bHasRootMotion) == 0x000000, "Member 'FRootMotionMovementParams::bHasRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionMovementParams, BlendWeight) == 0x000004, "Member 'FRootMotionMovementParams::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionMovementParams, RootMotionTransform) == 0x000010, "Member 'FRootMotionMovementParams::RootMotionTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource \ +static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ +static_assert(sizeof(FRootMotionSource) == 0x0000A0, "Wrong size on FRootMotionSource"); \ +static_assert(offsetof(FRootMotionSource, Priority) == 0x000010, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, LocalID) == 0x000012, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000014, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, InstanceName) == 0x000018, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, StartTime) == 0x000020, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000024, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x000028, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Duration) == 0x00002C, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Status) == 0x000030, "Member 'FRootMotionSource::Status' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Settings) == 0x000031, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000032, "Member 'FRootMotionSource::bInLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, RootMotionParams) == 0x000040, "Member 'FRootMotionSource::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, FinishVelocityParams) == 0x000080, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_MoveToForce \ +static_assert(alignof(FRootMotionSource_MoveToForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToForce) == 0x0000C0, "Wrong size on FRootMotionSource_MoveToForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, TargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, bRestrictSpeedToExpected) == 0x0000B0, "Member 'FRootMotionSource_MoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, PathOffsetCurve) == 0x0000B8, "Member 'FRootMotionSource_MoveToForce::PathOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightingChannels \ +static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ +static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ + +#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_FPointerToUberGraphFrame \ +static_assert(alignof(FPointerToUberGraphFrame) == 0x000008, "Wrong alignment on FPointerToUberGraphFrame"); \ +static_assert(sizeof(FPointerToUberGraphFrame) == 0x000008, "Wrong size on FPointerToUberGraphFrame"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FActorTickFunction \ +static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ +static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ + +#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_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_FComponentSpacePoseLink \ +static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ +static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ + +#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_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_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_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_FInputActionKeyMapping \ +static_assert(alignof(FInputActionKeyMapping) == 0x000008, "Wrong alignment on FInputActionKeyMapping"); \ +static_assert(sizeof(FInputActionKeyMapping) == 0x000028, "Wrong size on FInputActionKeyMapping"); \ +static_assert(offsetof(FInputActionKeyMapping, ActionName) == 0x000000, "Member 'FInputActionKeyMapping::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FInputActionKeyMapping, Key) == 0x000010, "Member 'FInputActionKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FPrimaryAssetRules \ +static_assert(alignof(FPrimaryAssetRules) == 0x000004, "Wrong alignment on FPrimaryAssetRules"); \ +static_assert(sizeof(FPrimaryAssetRules) == 0x00000C, "Wrong size on FPrimaryAssetRules"); \ +static_assert(offsetof(FPrimaryAssetRules, Priority) == 0x000000, "Member 'FPrimaryAssetRules::Priority' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRules, ChunkId) == 0x000004, "Member 'FPrimaryAssetRules::ChunkId' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRules, bApplyRecursively) == 0x000008, "Member 'FPrimaryAssetRules::bApplyRecursively' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRules, CookRule) == 0x000009, "Member 'FPrimaryAssetRules::CookRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetTypeInfo \ +static_assert(alignof(FPrimaryAssetTypeInfo) == 0x000008, "Wrong alignment on FPrimaryAssetTypeInfo"); \ +static_assert(sizeof(FPrimaryAssetTypeInfo) == 0x000088, "Wrong size on FPrimaryAssetTypeInfo"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetTypeInfo::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClass) == 0x000008, "Member 'FPrimaryAssetTypeInfo::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClassLoaded) == 0x000030, "Member 'FPrimaryAssetTypeInfo::AssetBaseClassLoaded' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bHasBlueprintClasses) == 0x000038, "Member 'FPrimaryAssetTypeInfo::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsEditorOnly) == 0x000039, "Member 'FPrimaryAssetTypeInfo::bIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Directories) == 0x000040, "Member 'FPrimaryAssetTypeInfo::Directories' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, SpecificAssets) == 0x000050, "Member 'FPrimaryAssetTypeInfo::SpecificAssets' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Rules) == 0x000060, "Member 'FPrimaryAssetTypeInfo::Rules' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetScanPaths) == 0x000070, "Member 'FPrimaryAssetTypeInfo::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsDynamicAsset) == 0x000080, "Member 'FPrimaryAssetTypeInfo::bIsDynamicAsset' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, NumberOfAssets) == 0x000084, "Member 'FPrimaryAssetTypeInfo::NumberOfAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FPoseSnapshot \ +static_assert(alignof(FPoseSnapshot) == 0x000008, "Wrong alignment on FPoseSnapshot"); \ +static_assert(sizeof(FPoseSnapshot) == 0x000038, "Wrong size on FPoseSnapshot"); \ +static_assert(offsetof(FPoseSnapshot, LocalTransforms) == 0x000000, "Member 'FPoseSnapshot::LocalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, BoneNames) == 0x000010, "Member 'FPoseSnapshot::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, SkeletalMeshName) == 0x000020, "Member 'FPoseSnapshot::SkeletalMeshName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, SnapshotName) == 0x000028, "Member 'FPoseSnapshot::SnapshotName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, bIsValid) == 0x000030, "Member 'FPoseSnapshot::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Root \ +static_assert(alignof(FAnimNode_Root) == 0x000008, "Wrong alignment on FAnimNode_Root"); \ +static_assert(sizeof(FAnimNode_Root) == 0x000030, "Wrong size on FAnimNode_Root"); \ +static_assert(offsetof(FAnimNode_Root, Result) == 0x000010, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Root, Name) == 0x000020, "Member 'FAnimNode_Root::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Root, Group) == 0x000028, "Member 'FAnimNode_Root::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendFilter \ +static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ +static_assert(sizeof(FBlendFilter) == 0x000078, "Wrong size on FBlendFilter"); \ + +#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_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_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_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_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_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_FAnimationGroupReference \ +static_assert(alignof(FAnimationGroupReference) == 0x000004, "Wrong alignment on FAnimationGroupReference"); \ +static_assert(sizeof(FAnimationGroupReference) == 0x00000C, "Wrong size on FAnimationGroupReference"); \ +static_assert(offsetof(FAnimationGroupReference, GroupName) == 0x000000, "Member 'FAnimationGroupReference::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupRole) == 0x000008, "Member 'FAnimationGroupReference::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupScope) == 0x000009, "Member 'FAnimationGroupReference::GroupScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGroupInstance \ +static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ +static_assert(sizeof(FAnimGroupInstance) == 0x000070, "Wrong size on FAnimGroupInstance"); \ + +#define DUMPER7_ASSERTS_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_FAnimTickRecord \ +static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ +static_assert(sizeof(FAnimTickRecord) == 0x000048, "Wrong size on FAnimTickRecord"); \ +static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FFloatSpringState \ +static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ +static_assert(sizeof(FFloatSpringState) == 0x000008, "Wrong size on FFloatSpringState"); \ + +#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_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_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_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_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_FBookmark2DJumpToSettings \ +static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ +static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ + +#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_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_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_FAnimBlueprintDebugData \ +static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ +static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ + +#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_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_FStateMachineDebugData \ +static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ +static_assert(sizeof(FStateMachineDebugData) == 0x0000B0, "Wrong size on FStateMachineDebugData"); \ + +#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_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_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_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_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_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_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_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_FVectorCurve \ +static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ +static_assert(sizeof(FVectorCurve) == 0x000198, "Wrong size on FVectorCurve"); \ +static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000018, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCurve \ +static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ +static_assert(sizeof(FTransformCurve) == 0x0004E0, "Wrong size on FTransformCurve"); \ +static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000018, "Member 'FTransformCurve::TranslationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001B0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000348, "Member 'FTransformCurve::ScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FA2Pose \ +static_assert(alignof(FA2Pose) == 0x000008, "Wrong alignment on FA2Pose"); \ +static_assert(sizeof(FA2Pose) == 0x000010, "Wrong size on FA2Pose"); \ +static_assert(offsetof(FA2Pose, Bones) == 0x000000, "Member 'FA2Pose::Bones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FA2CSPose \ +static_assert(alignof(FA2CSPose) == 0x000008, "Wrong alignment on FA2CSPose"); \ +static_assert(sizeof(FA2CSPose) == 0x000028, "Wrong size on FA2CSPose"); \ +static_assert(offsetof(FA2CSPose, ComponentSpaceFlags) == 0x000018, "Member 'FA2CSPose::ComponentSpaceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FWeightedBlendable \ +static_assert(alignof(FWeightedBlendable) == 0x000008, "Wrong alignment on FWeightedBlendable"); \ +static_assert(sizeof(FWeightedBlendable) == 0x000010, "Wrong size on FWeightedBlendable"); \ +static_assert(offsetof(FWeightedBlendable, Weight) == 0x000000, "Member 'FWeightedBlendable::Weight' has a wrong offset!"); \ +static_assert(offsetof(FWeightedBlendable, Object) == 0x000008, "Member 'FWeightedBlendable::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightedBlendables \ +static_assert(alignof(FWeightedBlendables) == 0x000008, "Wrong alignment on FWeightedBlendables"); \ +static_assert(sizeof(FWeightedBlendables) == 0x000010, "Wrong size on FWeightedBlendables"); \ +static_assert(offsetof(FWeightedBlendables, Array) == 0x000000, "Member 'FWeightedBlendables::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPostProcessSettings \ +static_assert(alignof(FPostProcessSettings) == 0x000010, "Wrong alignment on FPostProcessSettings"); \ +static_assert(sizeof(FPostProcessSettings) == 0x000560, "Wrong size on FPostProcessSettings"); \ +static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x000021, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x000022, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x000023, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x000024, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x000028, "Member 'FPostProcessSettings::WhiteTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturation) == 0x000030, "Member 'FPostProcessSettings::ColorSaturation' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrast) == 0x000040, "Member 'FPostProcessSettings::ColorContrast' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGamma) == 0x000050, "Member 'FPostProcessSettings::ColorGamma' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGain) == 0x000060, "Member 'FPostProcessSettings::ColorGain' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffset) == 0x000070, "Member 'FPostProcessSettings::ColorOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationShadows) == 0x000080, "Member 'FPostProcessSettings::ColorSaturationShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastShadows) == 0x000090, "Member 'FPostProcessSettings::ColorContrastShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaShadows) == 0x0000A0, "Member 'FPostProcessSettings::ColorGammaShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainShadows) == 0x0000B0, "Member 'FPostProcessSettings::ColorGainShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetShadows) == 0x0000C0, "Member 'FPostProcessSettings::ColorOffsetShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationMidtones) == 0x0000D0, "Member 'FPostProcessSettings::ColorSaturationMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastMidtones) == 0x0000E0, "Member 'FPostProcessSettings::ColorContrastMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaMidtones) == 0x0000F0, "Member 'FPostProcessSettings::ColorGammaMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainMidtones) == 0x000100, "Member 'FPostProcessSettings::ColorGainMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetMidtones) == 0x000110, "Member 'FPostProcessSettings::ColorOffsetMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationHighlights) == 0x000120, "Member 'FPostProcessSettings::ColorSaturationHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastHighlights) == 0x000130, "Member 'FPostProcessSettings::ColorContrastHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaHighlights) == 0x000140, "Member 'FPostProcessSettings::ColorGammaHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainHighlights) == 0x000150, "Member 'FPostProcessSettings::ColorGainHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetHighlights) == 0x000160, "Member 'FPostProcessSettings::ColorOffsetHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionHighlightsMin) == 0x000170, "Member 'FPostProcessSettings::ColorCorrectionHighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionShadowsMax) == 0x000174, "Member 'FPostProcessSettings::ColorCorrectionShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BlueCorrection) == 0x000178, "Member 'FPostProcessSettings::BlueCorrection' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ExpandGamut) == 0x00017C, "Member 'FPostProcessSettings::ExpandGamut' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ToneCurveAmount) == 0x000180, "Member 'FPostProcessSettings::ToneCurveAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmSlope) == 0x000184, "Member 'FPostProcessSettings::FilmSlope' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmToe) == 0x000188, "Member 'FPostProcessSettings::FilmToe' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShoulder) == 0x00018C, "Member 'FPostProcessSettings::FilmShoulder' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmBlackClip) == 0x000190, "Member 'FPostProcessSettings::FilmBlackClip' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmWhiteClip) == 0x000194, "Member 'FPostProcessSettings::FilmWhiteClip' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmWhitePoint) == 0x000198, "Member 'FPostProcessSettings::FilmWhitePoint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShadowTint) == 0x0001A8, "Member 'FPostProcessSettings::FilmShadowTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShadowTintBlend) == 0x0001B8, "Member 'FPostProcessSettings::FilmShadowTintBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShadowTintAmount) == 0x0001BC, "Member 'FPostProcessSettings::FilmShadowTintAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmSaturation) == 0x0001C0, "Member 'FPostProcessSettings::FilmSaturation' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmChannelMixerRed) == 0x0001C4, "Member 'FPostProcessSettings::FilmChannelMixerRed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmChannelMixerGreen) == 0x0001D4, "Member 'FPostProcessSettings::FilmChannelMixerGreen' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmChannelMixerBlue) == 0x0001E4, "Member 'FPostProcessSettings::FilmChannelMixerBlue' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmContrast) == 0x0001F4, "Member 'FPostProcessSettings::FilmContrast' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmToeAmount) == 0x0001F8, "Member 'FPostProcessSettings::FilmToeAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmHealAmount) == 0x0001FC, "Member 'FPostProcessSettings::FilmHealAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmDynamicRange) == 0x000200, "Member 'FPostProcessSettings::FilmDynamicRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneColorTint) == 0x000204, "Member 'FPostProcessSettings::SceneColorTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneFringeIntensity) == 0x000214, "Member 'FPostProcessSettings::SceneFringeIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ChromaticAberrationStartOffset) == 0x000218, "Member 'FPostProcessSettings::ChromaticAberrationStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomIntensity) == 0x00021C, "Member 'FPostProcessSettings::BloomIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x000220, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x000224, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x000228, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x00022C, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x000230, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x000234, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x000238, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x00023C, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x000240, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x000250, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x000260, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x000270, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x000280, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x000290, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x0002A0, "Member 'FPostProcessSettings::BloomConvolutionSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionTexture) == 0x0002A8, "Member 'FPostProcessSettings::BloomConvolutionTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionCenterUV) == 0x0002B0, "Member 'FPostProcessSettings::BloomConvolutionCenterUV' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMin) == 0x0002B8, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMax) == 0x0002BC, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMult) == 0x0002C0, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionBufferScale) == 0x0002C4, "Member 'FPostProcessSettings::BloomConvolutionBufferScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMask) == 0x0002C8, "Member 'FPostProcessSettings::BloomDirtMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskIntensity) == 0x0002D0, "Member 'FPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskTint) == 0x0002D4, "Member 'FPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x0002E4, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x0002F4, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x0002F8, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000300, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x000304, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000308, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x00030C, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000310, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x000314, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x000318, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x000328, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x000330, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x000338, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x00033C, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x000340, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x000344, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x000348, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x00034C, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x000350, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x000354, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x000358, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x00035C, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x000360, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x000370, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x000374, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000378, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x000380, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x000400, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x000404, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x000408, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x00040C, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x000410, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x000414, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x00041C, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x000420, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x000424, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x000428, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x00042C, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x000430, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x000434, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x000438, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x00043C, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x000440, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x000448, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x00044C, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000450, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingColor) == 0x000454, "Member 'FPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingIntensity) == 0x000464, "Member 'FPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGIType) == 0x000468, "Member 'FPostProcessSettings::RayTracingGIType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGIMaxBounces) == 0x00046C, "Member 'FPostProcessSettings::RayTracingGIMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGISamplesPerPixel) == 0x000470, "Member 'FPostProcessSettings::RayTracingGISamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x000474, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x000478, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x000480, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x000484, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x000488, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x00048C, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x000490, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x000494, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x000498, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x00049C, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x0004A0, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x0004A4, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x0004A8, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x0004AC, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x0004B0, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x0004B4, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x0004B8, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x0004BC, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x0004C0, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x0004C4, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x0004C8, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x0004CC, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x0004D0, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x0004D4, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x0004D8, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x0004DC, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x0004E0, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x0004E4, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x0004E8, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x0004EC, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x0004F0, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x0004F4, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x0004F8, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x0004FC, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000500, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x000504, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxRoughness) == 0x000508, "Member 'FPostProcessSettings::RayTracingReflectionsMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxBounces) == 0x00050C, "Member 'FPostProcessSettings::RayTracingReflectionsMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsSamplesPerPixel) == 0x000510, "Member 'FPostProcessSettings::RayTracingReflectionsSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsShadows) == 0x000514, "Member 'FPostProcessSettings::RayTracingReflectionsShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x000516, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x000518, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x00051C, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x000520, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x000524, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x000528, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x00052C, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingFilterWidth) == 0x000530, "Member 'FPostProcessSettings::PathTracingFilterWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathExposure) == 0x000538, "Member 'FPostProcessSettings::PathTracingMaxPathExposure' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x000540, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x000544, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x000548, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x000550, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalViewInfo \ +static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ +static_assert(sizeof(FMinimalViewInfo) == 0x0005F0, "Wrong size on FMinimalViewInfo"); \ +static_assert(offsetof(FMinimalViewInfo, Location) == 0x000000, "Member 'FMinimalViewInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, Rotation) == 0x00000C, "Member 'FMinimalViewInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, FOV) == 0x000018, "Member 'FMinimalViewInfo::FOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, DesiredFOV) == 0x00001C, "Member 'FMinimalViewInfo::DesiredFOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoWidth) == 0x000020, "Member 'FMinimalViewInfo::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoNearClipPlane) == 0x000024, "Member 'FMinimalViewInfo::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoFarClipPlane) == 0x000028, "Member 'FMinimalViewInfo::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AspectRatio) == 0x00002C, "Member 'FMinimalViewInfo::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, ProjectionMode) == 0x000034, "Member 'FMinimalViewInfo::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000038, "Member 'FMinimalViewInfo::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000040, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x0005A0, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeScrubParams \ +static_assert(alignof(FCameraShakeScrubParams) == 0x000010, "Wrong alignment on FCameraShakeScrubParams"); \ +static_assert(sizeof(FCameraShakeScrubParams) == 0x000600, "Wrong size on FCameraShakeScrubParams"); \ +static_assert(offsetof(FCameraShakeScrubParams, AbsoluteTime) == 0x000000, "Member 'FCameraShakeScrubParams::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, ShakeScale) == 0x000004, "Member 'FCameraShakeScrubParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, DynamicScale) == 0x000008, "Member 'FCameraShakeScrubParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeScrubParams::BlendingWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, POV) == 0x000010, "Member 'FCameraShakeScrubParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0001C0, "Wrong size on FAnimMontageInstance"); \ +static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000038, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00003C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x0000F8, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000108, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000128, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Position) == 0x000138, "Member 'FAnimMontageInstance::Position' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00013C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000140, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x00019C, "Member 'FAnimMontageInstance::DisableRootMotionCount' 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_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_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_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_FCharacterNetworkSerializationPackedBits \ +static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x000098, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ + +#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_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_FAnimNode_Inertialization \ +static_assert(alignof(FAnimNode_Inertialization) == 0x000008, "Wrong alignment on FAnimNode_Inertialization"); \ +static_assert(sizeof(FAnimNode_Inertialization) == 0x000070, "Wrong size on FAnimNode_Inertialization"); \ +static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000010, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPoseDiff \ +static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ +static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ + +#define DUMPER7_ASSERTS_FInertializationCurveDiff \ +static_assert(alignof(FInertializationCurveDiff) == 0x000004, "Wrong alignment on FInertializationCurveDiff"); \ +static_assert(sizeof(FInertializationCurveDiff) == 0x000008, "Wrong size on FInertializationCurveDiff"); \ + +#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_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_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_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_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_FCharacterMovementComponentPostPhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ +static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ +static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x000118, "Wrong size on FAnimNode_LinkedInputPose"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Name) == 0x000010, "Member 'FAnimNode_LinkedInputPose::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Graph) == 0x000018, "Member 'FAnimNode_LinkedInputPose::Graph' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, InputPose) == 0x000020, "Member 'FAnimNode_LinkedInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SaveCachedPose \ +static_assert(alignof(FAnimNode_SaveCachedPose) == 0x000008, "Wrong alignment on FAnimNode_SaveCachedPose"); \ +static_assert(sizeof(FAnimNode_SaveCachedPose) == 0x000158, "Wrong size on FAnimNode_SaveCachedPose"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, Pose) == 0x000010, "Member 'FAnimNode_SaveCachedPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, CachePoseName) == 0x000020, "Member 'FAnimNode_SaveCachedPose::CachePoseName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ +static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ +static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000080, "Wrong size on FAnimNode_SequencePlayer"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000038, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateBasis) == 0x000040, "Member 'FAnimNode_SequencePlayer::PlayRateBasis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, PlayRate) == 0x000044, "Member 'FAnimNode_SequencePlayer::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateScaleBiasClamp) == 0x000048, "Member 'FAnimNode_SequencePlayer::PlayRateScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, StartPosition) == 0x000078, "Member 'FAnimNode_SequencePlayer::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, bLoopAnimation) == 0x00007C, "Member 'FAnimNode_SequencePlayer::bLoopAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimNode_StateMachine \ +static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ +static_assert(sizeof(FAnimNode_StateMachine) == 0x0000B0, "Wrong size on FAnimNode_StateMachine"); \ +static_assert(offsetof(FAnimNode_StateMachine, StateMachineIndexInClass) == 0x000010, "Member 'FAnimNode_StateMachine::StateMachineIndexInClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsPerFrame) == 0x000014, "Member 'FAnimNode_StateMachine::MaxTransitionsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x000018, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x000019, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationPotentialTransition \ +static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ +static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ + +#define DUMPER7_ASSERTS_FAnimationActiveTransitionEntry \ +static_assert(alignof(FAnimationActiveTransitionEntry) == 0x000008, "Wrong alignment on FAnimationActiveTransitionEntry"); \ +static_assert(sizeof(FAnimationActiveTransitionEntry) == 0x0000C8, "Wrong size on FAnimationActiveTransitionEntry"); \ +static_assert(offsetof(FAnimationActiveTransitionEntry, BlendProfile) == 0x0000B8, "Member 'FAnimationActiveTransitionEntry::BlendProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TransitionPoseEvaluator \ +static_assert(alignof(FAnimNode_TransitionPoseEvaluator) == 0x000008, "Wrong alignment on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(sizeof(FAnimNode_TransitionPoseEvaluator) == 0x0000F8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x0000E8, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x0000F0, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x0000F1, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FRootMotionSourceGroup \ +static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ +static_assert(sizeof(FRootMotionSourceGroup) == 0x000038, "Wrong size on FRootMotionSourceGroup"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastAccumulatedSettings) == 0x000029, "Member 'FRootMotionSourceGroup::LastAccumulatedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastPreAdditiveVelocity) == 0x00002C, "Member 'FRootMotionSourceGroup::LastPreAdditiveVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRepRootMotionMontage \ +static_assert(alignof(FRepRootMotionMontage) == 0x000008, "Wrong alignment on FRepRootMotionMontage"); \ +static_assert(sizeof(FRepRootMotionMontage) == 0x000098, "Wrong size on FRepRootMotionMontage"); \ +static_assert(offsetof(FRepRootMotionMontage, bIsActive) == 0x000000, "Member 'FRepRootMotionMontage::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, AnimMontage) == 0x000008, "Member 'FRepRootMotionMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Position) == 0x000010, "Member 'FRepRootMotionMontage::Position' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Location) == 0x000014, "Member 'FRepRootMotionMontage::Location' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Rotation) == 0x000020, "Member 'FRepRootMotionMontage::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBase) == 0x000030, "Member 'FRepRootMotionMontage::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBaseBoneName) == 0x000038, "Member 'FRepRootMotionMontage::MovementBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativePosition) == 0x000040, "Member 'FRepRootMotionMontage::bRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativeRotation) == 0x000041, "Member 'FRepRootMotionMontage::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, AuthoritativeRootMotion) == 0x000048, "Member 'FRepRootMotionMontage::AuthoritativeRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Acceleration) == 0x000080, "Member 'FRepRootMotionMontage::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, LinearVelocity) == 0x00008C, "Member 'FRepRootMotionMontage::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulatedRootMotionReplicatedMove \ +static_assert(alignof(FSimulatedRootMotionReplicatedMove) == 0x000008, "Wrong alignment on FSimulatedRootMotionReplicatedMove"); \ +static_assert(sizeof(FSimulatedRootMotionReplicatedMove) == 0x0000A0, "Wrong size on FSimulatedRootMotionReplicatedMove"); \ +static_assert(offsetof(FSimulatedRootMotionReplicatedMove, Time) == 0x000000, "Member 'FSimulatedRootMotionReplicatedMove::Time' has a wrong offset!"); \ +static_assert(offsetof(FSimulatedRootMotionReplicatedMove, RootMotion) == 0x000008, "Member 'FSimulatedRootMotionReplicatedMove::RootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ConvertComponentToLocalSpace \ +static_assert(alignof(FAnimNode_ConvertComponentToLocalSpace) == 0x000008, "Wrong alignment on FAnimNode_ConvertComponentToLocalSpace"); \ +static_assert(sizeof(FAnimNode_ConvertComponentToLocalSpace) == 0x000020, "Wrong size on FAnimNode_ConvertComponentToLocalSpace"); \ +static_assert(offsetof(FAnimNode_ConvertComponentToLocalSpace, ComponentPose) == 0x000010, "Member 'FAnimNode_ConvertComponentToLocalSpace::ComponentPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEventReference \ +static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ +static_assert(sizeof(FAnimNotifyEventReference) == 0x000010, "Wrong size on FAnimNotifyEventReference"); \ +static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000008, "Member 'FAnimNotifyEventReference::NotifySource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyArray \ +static_assert(alignof(FAnimNotifyArray) == 0x000008, "Wrong alignment on FAnimNotifyArray"); \ +static_assert(sizeof(FAnimNotifyArray) == 0x000010, "Wrong size on FAnimNotifyArray"); \ +static_assert(offsetof(FAnimNotifyArray, Notifies) == 0x000000, "Member 'FAnimNotifyArray::Notifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyQueue \ +static_assert(alignof(FAnimNotifyQueue) == 0x000008, "Wrong alignment on FAnimNotifyQueue"); \ +static_assert(sizeof(FAnimNotifyQueue) == 0x000070, "Wrong size on FAnimNotifyQueue"); \ +static_assert(offsetof(FAnimNotifyQueue, AnimNotifies) == 0x000010, "Member 'FAnimNotifyQueue::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyQueue, UnfilteredMontageAnimNotifies) == 0x000020, "Member 'FAnimNotifyQueue::UnfilteredMontageAnimNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FConstraintInstanceBase \ +static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ +static_assert(sizeof(FConstraintInstanceBase) == 0x000018, "Wrong size on FConstraintInstanceBase"); \ + +#define DUMPER7_ASSERTS_FCompressedTrack \ +static_assert(alignof(FCompressedTrack) == 0x000008, "Wrong alignment on FCompressedTrack"); \ +static_assert(sizeof(FCompressedTrack) == 0x000038, "Wrong size on FCompressedTrack"); \ +static_assert(offsetof(FCompressedTrack, ByteStream) == 0x000000, "Member 'FCompressedTrack::ByteStream' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Times) == 0x000010, "Member 'FCompressedTrack::Times' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Mins) == 0x000020, "Member 'FCompressedTrack::Mins' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Ranges) == 0x00002C, "Member 'FCompressedTrack::Ranges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveTrack \ +static_assert(alignof(FCurveTrack) == 0x000008, "Wrong alignment on FCurveTrack"); \ +static_assert(sizeof(FCurveTrack) == 0x000018, "Wrong size on FCurveTrack"); \ +static_assert(offsetof(FCurveTrack, CurveName) == 0x000000, "Member 'FCurveTrack::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FCurveTrack, CurveWeights) == 0x000008, "Member 'FCurveTrack::CurveWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScaleTrack \ +static_assert(alignof(FScaleTrack) == 0x000008, "Wrong alignment on FScaleTrack"); \ +static_assert(sizeof(FScaleTrack) == 0x000020, "Wrong size on FScaleTrack"); \ +static_assert(offsetof(FScaleTrack, ScaleKeys) == 0x000000, "Member 'FScaleTrack::ScaleKeys' has a wrong offset!"); \ +static_assert(offsetof(FScaleTrack, Times) == 0x000010, "Member 'FScaleTrack::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeToCodeAssociation \ +static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ +static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ + +#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_FCharacterServerMovePackedBits \ +static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ +static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ + +#define DUMPER7_ASSERTS_FTranslationTrack \ +static_assert(alignof(FTranslationTrack) == 0x000008, "Wrong alignment on FTranslationTrack"); \ +static_assert(sizeof(FTranslationTrack) == 0x000020, "Wrong size on FTranslationTrack"); \ +static_assert(offsetof(FTranslationTrack, PosKeys) == 0x000000, "Member 'FTranslationTrack::PosKeys' has a wrong offset!"); \ +static_assert(offsetof(FTranslationTrack, Times) == 0x000010, "Member 'FTranslationTrack::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawAnimSequenceTrack \ +static_assert(alignof(FRawAnimSequenceTrack) == 0x000008, "Wrong alignment on FRawAnimSequenceTrack"); \ +static_assert(sizeof(FRawAnimSequenceTrack) == 0x000030, "Wrong size on FRawAnimSequenceTrack"); \ +static_assert(offsetof(FRawAnimSequenceTrack, PosKeys) == 0x000000, "Member 'FRawAnimSequenceTrack::PosKeys' has a wrong offset!"); \ +static_assert(offsetof(FRawAnimSequenceTrack, RotKeys) == 0x000010, "Member 'FRawAnimSequenceTrack::RotKeys' has a wrong offset!"); \ +static_assert(offsetof(FRawAnimSequenceTrack, ScaleKeys) == 0x000020, "Member 'FRawAnimSequenceTrack::ScaleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSequenceTrackContainer \ +static_assert(alignof(FAnimSequenceTrackContainer) == 0x000008, "Wrong alignment on FAnimSequenceTrackContainer"); \ +static_assert(sizeof(FAnimSequenceTrackContainer) == 0x000020, "Wrong size on FAnimSequenceTrackContainer"); \ +static_assert(offsetof(FAnimSequenceTrackContainer, AnimationTracks) == 0x000000, "Member 'FAnimSequenceTrackContainer::AnimationTracks' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceTrackContainer, TrackNames) == 0x000010, "Member 'FAnimSequenceTrackContainer::TrackNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FAnimSingleNodeInstanceProxy \ +static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ +static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x0008C0, "Wrong size on FAnimSingleNodeInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationState \ +static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ +static_assert(sizeof(FBakedAnimationState) == 0x000058, "Wrong size on FBakedAnimationState"); \ +static_assert(offsetof(FBakedAnimationState, StateName) == 0x000000, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000008, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x00001C, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000020, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x000028, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x00002C, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000030, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000040, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x000050, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationStateMachine \ +static_assert(alignof(FBakedAnimationStateMachine) == 0x000008, "Wrong alignment on FBakedAnimationStateMachine"); \ +static_assert(sizeof(FBakedAnimationStateMachine) == 0x000030, "Wrong size on FBakedAnimationStateMachine"); \ +static_assert(offsetof(FBakedAnimationStateMachine, MachineName) == 0x000000, "Member 'FBakedAnimationStateMachine::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, InitialState) == 0x000008, "Member 'FBakedAnimationStateMachine::InitialState' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, States) == 0x000010, "Member 'FBakedAnimationStateMachine::States' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, Transitions) == 0x000020, "Member 'FBakedAnimationStateMachine::Transitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimationTransitionRule \ +static_assert(alignof(FAnimationTransitionRule) == 0x000004, "Wrong alignment on FAnimationTransitionRule"); \ +static_assert(sizeof(FAnimationTransitionRule) == 0x000010, "Wrong size on FAnimationTransitionRule"); \ +static_assert(offsetof(FAnimationTransitionRule, RuleToExecute) == 0x000000, "Member 'FAnimationTransitionRule::RuleToExecute' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionRule, TransitionReturnVal) == 0x000008, "Member 'FAnimationTransitionRule::TransitionReturnVal' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionRule, TransitionIndex) == 0x00000C, "Member 'FAnimationTransitionRule::TransitionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationState \ +static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ +static_assert(sizeof(FAnimationState) == 0x000028, "Wrong size on FAnimationState"); \ +static_assert(offsetof(FAnimationState, Transitions) == 0x000008, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, EndNotify) == 0x000020, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralKey \ +static_assert(alignof(FIntegralKey) == 0x000004, "Wrong alignment on FIntegralKey"); \ +static_assert(sizeof(FIntegralKey) == 0x000008, "Wrong size on FIntegralKey"); \ +static_assert(offsetof(FIntegralKey, Time) == 0x000000, "Member 'FIntegralKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FIntegralKey, Value) == 0x000004, "Member 'FIntegralKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralCurve \ +static_assert(alignof(FIntegralCurve) == 0x000008, "Wrong alignment on FIntegralCurve"); \ +static_assert(sizeof(FIntegralCurve) == 0x000080, "Wrong size on FIntegralCurve"); \ +static_assert(offsetof(FIntegralCurve, Keys) == 0x000068, "Member 'FIntegralCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, DefaultValue) == 0x000078, "Member 'FIntegralCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, bUseDefaultValueBeforeFirstKey) == 0x00007C, "Member 'FIntegralCurve::bUseDefaultValueBeforeFirstKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FAnimNotifyTrack \ +static_assert(alignof(FAnimNotifyTrack) == 0x000008, "Wrong alignment on FAnimNotifyTrack"); \ +static_assert(sizeof(FAnimNotifyTrack) == 0x000038, "Wrong size on FAnimNotifyTrack"); \ +static_assert(offsetof(FAnimNotifyTrack, TrackName) == 0x000000, "Member 'FAnimNotifyTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyTrack, TrackColor) == 0x000008, "Member 'FAnimNotifyTrack::TrackColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerBoneBlendWeights \ +static_assert(alignof(FPerBoneBlendWeights) == 0x000008, "Wrong alignment on FPerBoneBlendWeights"); \ +static_assert(sizeof(FPerBoneBlendWeights) == 0x000010, "Wrong size on FPerBoneBlendWeights"); \ +static_assert(offsetof(FPerBoneBlendWeights, BoneBlendWeights) == 0x000000, "Member 'FPerBoneBlendWeights::BoneBlendWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetImportInfo \ +static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ +static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ + +#define DUMPER7_ASSERTS_FActiveHapticFeedbackEffect \ +static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ +static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000038, "Wrong size on FActiveHapticFeedbackEffect"); \ +static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetRulesCustomOverride \ +static_assert(alignof(FPrimaryAssetRulesCustomOverride) == 0x000008, "Wrong alignment on FPrimaryAssetRulesCustomOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesCustomOverride) == 0x000038, "Wrong size on FPrimaryAssetRulesCustomOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetRulesCustomOverride::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterDirectory) == 0x000008, "Member 'FPrimaryAssetRulesCustomOverride::FilterDirectory' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterString) == 0x000018, "Member 'FPrimaryAssetRulesCustomOverride::FilterString' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, Rules) == 0x000028, "Member 'FPrimaryAssetRulesCustomOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FPrimaryAssetRulesOverride \ +static_assert(alignof(FPrimaryAssetRulesOverride) == 0x000004, "Wrong alignment on FPrimaryAssetRulesOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesOverride) == 0x00001C, "Wrong size on FPrimaryAssetRulesOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, PrimaryAssetId) == 0x000000, "Member 'FPrimaryAssetRulesOverride::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, Rules) == 0x000010, "Member 'FPrimaryAssetRulesOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetManagerRedirect \ +static_assert(alignof(FAssetManagerRedirect) == 0x000008, "Wrong alignment on FAssetManagerRedirect"); \ +static_assert(sizeof(FAssetManagerRedirect) == 0x000020, "Wrong size on FAssetManagerRedirect"); \ +static_assert(offsetof(FAssetManagerRedirect, Old) == 0x000000, "Member 'FAssetManagerRedirect::Old' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerRedirect, New) == 0x000010, "Member 'FAssetManagerRedirect::New' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAssetMapping \ +static_assert(alignof(FAssetMapping) == 0x000008, "Wrong alignment on FAssetMapping"); \ +static_assert(sizeof(FAssetMapping) == 0x000010, "Wrong size on FAssetMapping"); \ +static_assert(offsetof(FAssetMapping, SourceAsset) == 0x000000, "Member 'FAssetMapping::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(FAssetMapping, TargetAsset) == 0x000008, "Member 'FAssetMapping::TargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAtmospherePrecomputeInstanceData \ +static_assert(alignof(FAtmospherePrecomputeInstanceData) == 0x000008, "Wrong alignment on FAtmospherePrecomputeInstanceData"); \ +static_assert(sizeof(FAtmospherePrecomputeInstanceData) == 0x000160, "Wrong size on FAtmospherePrecomputeInstanceData"); \ + +#define DUMPER7_ASSERTS_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_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_FBaseAttenuationSettings \ +static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ +static_assert(sizeof(FBaseAttenuationSettings) == 0x0000B0, "Wrong size on FBaseAttenuationSettings"); \ +static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x000010, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000014, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000020, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x000024, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000028, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioComponentParam \ +static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ +static_assert(sizeof(FAudioComponentParam) == 0x000020, "Wrong size on FAudioComponentParam"); \ +static_assert(offsetof(FAudioComponentParam, ParamName) == 0x000000, "Member 'FAudioComponentParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, FloatParam) == 0x000008, "Member 'FAudioComponentParam::FloatParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, BoolParam) == 0x00000C, "Member 'FAudioComponentParam::BoolParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, IntParam) == 0x000010, "Member 'FAudioComponentParam::IntParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x000018, "Member 'FAudioComponentParam::SoundWaveParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioEffectParameters \ +static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ +static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputDelegateBinding \ +static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputAxisKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisKeyDelegateBinding) == 0x000028, "Wrong size on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, AxisKey) == 0x000008, "Member 'FBlueprintInputAxisKeyDelegateBinding::AxisKey' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, FunctionNameToBind) == 0x000020, "Member 'FBlueprintInputAxisKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FAudioVolumeSubmixOverrideSettings \ +static_assert(alignof(FAudioVolumeSubmixOverrideSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixOverrideSettings"); \ +static_assert(sizeof(FAudioVolumeSubmixOverrideSettings) == 0x000020, "Wrong size on FAudioVolumeSubmixOverrideSettings"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, Submix) == 0x000000, "Member 'FAudioVolumeSubmixOverrideSettings::Submix' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, SubmixEffectChain) == 0x000008, "Member 'FAudioVolumeSubmixOverrideSettings::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, CrossfadeTime) == 0x000018, "Member 'FAudioVolumeSubmixOverrideSettings::CrossfadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfo \ +static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ +static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B0, "Wrong size on FSoundSubmixSendInfo"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfo::SendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x000001, "Member 'FSoundSubmixSendInfo::SendStage' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfo::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfo::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MinSendLevel) == 0x000014, "Member 'FSoundSubmixSendInfo::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MaxSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfo::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MinSendDistance) == 0x00001C, "Member 'FSoundSubmixSendInfo::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MaxSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfo::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVolumeSubmixSendSettings \ +static_assert(alignof(FAudioVolumeSubmixSendSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixSendSettings"); \ +static_assert(sizeof(FAudioVolumeSubmixSendSettings) == 0x000018, "Wrong size on FAudioVolumeSubmixSendSettings"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, ListenerLocationState) == 0x000000, "Member 'FAudioVolumeSubmixSendSettings::ListenerLocationState' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, SourceLocationState) == 0x000001, "Member 'FAudioVolumeSubmixSendSettings::SourceLocationState' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, SubmixSends) == 0x000008, "Member 'FAudioVolumeSubmixSendSettings::SubmixSends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FCameraShakeDuration \ +static_assert(alignof(FCameraShakeDuration) == 0x000004, "Wrong alignment on FCameraShakeDuration"); \ +static_assert(sizeof(FCameraShakeDuration) == 0x000008, "Wrong size on FCameraShakeDuration"); \ +static_assert(offsetof(FCameraShakeDuration, Duration) == 0x000000, "Member 'FCameraShakeDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeDuration, Type) == 0x000004, "Member 'FCameraShakeDuration::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeInfo \ +static_assert(alignof(FCameraShakeInfo) == 0x000004, "Wrong alignment on FCameraShakeInfo"); \ +static_assert(sizeof(FCameraShakeInfo) == 0x000010, "Wrong size on FCameraShakeInfo"); \ +static_assert(offsetof(FCameraShakeInfo, Duration) == 0x000000, "Member 'FCameraShakeInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeInfo, BlendIn) == 0x000008, "Member 'FCameraShakeInfo::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCameraShakeInfo::BlendOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_FLinearDriveConstraint \ +static_assert(alignof(FLinearDriveConstraint) == 0x000004, "Wrong alignment on FLinearDriveConstraint"); \ +static_assert(sizeof(FLinearDriveConstraint) == 0x00004C, "Wrong size on FLinearDriveConstraint"); \ +static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x00000C, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000018, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000028, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000038, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintProfileProperties \ +static_assert(alignof(FConstraintProfileProperties) == 0x000004, "Wrong alignment on FConstraintProfileProperties"); \ +static_assert(sizeof(FConstraintProfileProperties) == 0x000114, "Wrong size on FConstraintProfileProperties"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000010, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x000018, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000020, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x00003C, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x00005C, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000078, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000C4, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FNavAvoidanceData \ +static_assert(alignof(FNavAvoidanceData) == 0x000004, "Wrong alignment on FNavAvoidanceData"); \ +static_assert(sizeof(FNavAvoidanceData) == 0x00003C, "Wrong size on FNavAvoidanceData"); \ + +#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_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_FBlendProfileBoneEntry \ +static_assert(alignof(FBlendProfileBoneEntry) == 0x000004, "Wrong alignment on FBlendProfileBoneEntry"); \ +static_assert(sizeof(FBlendProfileBoneEntry) == 0x000014, "Wrong size on FBlendProfileBoneEntry"); \ +static_assert(offsetof(FBlendProfileBoneEntry, BoneReference) == 0x000000, "Member 'FBlendProfileBoneEntry::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FBlendProfileBoneEntry, BlendScale) == 0x000010, "Member 'FBlendProfileBoneEntry::BlendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerBoneInterpolation \ +static_assert(alignof(FPerBoneInterpolation) == 0x000004, "Wrong alignment on FPerBoneInterpolation"); \ +static_assert(sizeof(FPerBoneInterpolation) == 0x000014, "Wrong size on FPerBoneInterpolation"); \ +static_assert(offsetof(FPerBoneInterpolation, BoneReference) == 0x000000, "Member 'FPerBoneInterpolation::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FPerBoneInterpolation, InterpolationSpeedPerSec) == 0x000010, "Member 'FPerBoneInterpolation::InterpolationSpeedPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FBlendParameter \ +static_assert(alignof(FBlendParameter) == 0x000008, "Wrong alignment on FBlendParameter"); \ +static_assert(sizeof(FBlendParameter) == 0x000020, "Wrong size on FBlendParameter"); \ +static_assert(offsetof(FBlendParameter, DisplayName) == 0x000000, "Member 'FBlendParameter::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, Min) == 0x000010, "Member 'FBlendParameter::Min' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, Max) == 0x000014, "Member 'FBlendParameter::Max' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, GridNum) == 0x000018, "Member 'FBlendParameter::GridNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpolationParameter \ +static_assert(alignof(FInterpolationParameter) == 0x000004, "Wrong alignment on FInterpolationParameter"); \ +static_assert(sizeof(FInterpolationParameter) == 0x000008, "Wrong size on FInterpolationParameter"); \ +static_assert(offsetof(FInterpolationParameter, InterpolationTime) == 0x000000, "Member 'FInterpolationParameter::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FInterpolationParameter, InterpolationType) == 0x000004, "Member 'FInterpolationParameter::InterpolationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ +static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ +static_assert(sizeof(FBPEditorBookmarkNode) == 0x000038, "Wrong size on FBPEditorBookmarkNode"); \ +static_assert(offsetof(FBPEditorBookmarkNode, NodeGuid) == 0x000000, "Member 'FBPEditorBookmarkNode::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, ParentGuid) == 0x000010, "Member 'FBPEditorBookmarkNode::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, DisplayName) == 0x000020, "Member 'FBPEditorBookmarkNode::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FEdGraphPinType \ +static_assert(alignof(FEdGraphPinType) == 0x000008, "Wrong alignment on FEdGraphPinType"); \ +static_assert(sizeof(FEdGraphPinType) == 0x000058, "Wrong size on FEdGraphPinType"); \ +static_assert(offsetof(FEdGraphPinType, PinCategory) == 0x000000, "Member 'FEdGraphPinType::PinCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategory) == 0x000008, "Member 'FEdGraphPinType::PinSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryObject) == 0x000010, "Member 'FEdGraphPinType::PinSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryMemberReference) == 0x000018, "Member 'FEdGraphPinType::PinSubCategoryMemberReference' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinValueType) == 0x000038, "Member 'FEdGraphPinType::PinValueType' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, ContainerType) == 0x000054, "Member 'FEdGraphPinType::ContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableDescription \ +static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ +static_assert(sizeof(FBPVariableDescription) == 0x0000D0, "Wrong size on FBPVariableDescription"); \ +static_assert(offsetof(FBPVariableDescription, VarName) == 0x000000, "Member 'FBPVariableDescription::VarName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarGuid) == 0x000008, "Member 'FBPVariableDescription::VarGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarType) == 0x000018, "Member 'FBPVariableDescription::VarType' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, FriendlyName) == 0x000070, "Member 'FBPVariableDescription::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, Category) == 0x000080, "Member 'FBPVariableDescription::Category' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, PropertyFlags) == 0x000098, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x0000A0, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A8, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000B0, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000C0, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBlueprintDebugData \ +static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ +static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ + +#define DUMPER7_ASSERTS_FDebuggingInfoForSingleFunction \ +static_assert(alignof(FDebuggingInfoForSingleFunction) == 0x000008, "Wrong alignment on FDebuggingInfoForSingleFunction"); \ +static_assert(sizeof(FDebuggingInfoForSingleFunction) == 0x000190, "Wrong size on FDebuggingInfoForSingleFunction"); \ + +#define DUMPER7_ASSERTS_FAnimCurveType \ +static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ +static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ + +#define DUMPER7_ASSERTS_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_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_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_FCameraShakeUpdateResult \ +static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ +static_assert(sizeof(FCameraShakeUpdateResult) == 0x000590, "Wrong size on FCameraShakeUpdateResult"); \ + +#define DUMPER7_ASSERTS_FCameraShakeUpdateParams \ +static_assert(alignof(FCameraShakeUpdateParams) == 0x000010, "Wrong alignment on FCameraShakeUpdateParams"); \ +static_assert(sizeof(FCameraShakeUpdateParams) == 0x000600, "Wrong size on FCameraShakeUpdateParams"); \ +static_assert(offsetof(FCameraShakeUpdateParams, DeltaTime) == 0x000000, "Member 'FCameraShakeUpdateParams::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, ShakeScale) == 0x000004, "Member 'FCameraShakeUpdateParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, DynamicScale) == 0x000008, "Member 'FCameraShakeUpdateParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeUpdateParams::BlendingWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, POV) == 0x000010, "Member 'FCameraShakeUpdateParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDummySpacerCameraTypes \ +static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ +static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ + +#define DUMPER7_ASSERTS_FWrappedStringElement \ +static_assert(alignof(FWrappedStringElement) == 0x000008, "Wrong alignment on FWrappedStringElement"); \ +static_assert(sizeof(FWrappedStringElement) == 0x000018, "Wrong size on FWrappedStringElement"); \ +static_assert(offsetof(FWrappedStringElement, Value) == 0x000000, "Member 'FWrappedStringElement::Value' has a wrong offset!"); \ +static_assert(offsetof(FWrappedStringElement, LineExtent) == 0x000010, "Member 'FWrappedStringElement::LineExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasedMovementInfo \ +static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ +static_assert(sizeof(FBasedMovementInfo) == 0x000030, "Wrong size on FBasedMovementInfo"); \ +static_assert(offsetof(FBasedMovementInfo, MovementBase) == 0x000000, "Member 'FBasedMovementInfo::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, BoneName) == 0x000008, "Member 'FBasedMovementInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Location) == 0x000010, "Member 'FBasedMovementInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Rotation) == 0x00001C, "Member 'FBasedMovementInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasBaseComponent) == 0x000028, "Member 'FBasedMovementInfo::bServerHasBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bRelativeRotation) == 0x000029, "Member 'FBasedMovementInfo::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasVelocity) == 0x00002A, "Member 'FBasedMovementInfo::bServerHasVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCharacterMoveResponsePackedBits \ +static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ +static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x000098, "Wrong size on FCharacterMoveResponsePackedBits"); \ + +#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_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_FConstraintInstance \ +static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ +static_assert(sizeof(FConstraintInstance) == 0x0001C8, "Wrong size on FConstraintInstance"); \ +static_assert(offsetof(FConstraintInstance, JointName) == 0x000018, "Member 'FConstraintInstance::JointName' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone1) == 0x000020, "Member 'FConstraintInstance::ConstraintBone1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone2) == 0x000028, "Member 'FConstraintInstance::ConstraintBone2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos1) == 0x000030, "Member 'FConstraintInstance::Pos1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis1) == 0x00003C, "Member 'FConstraintInstance::PriAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis1) == 0x000048, "Member 'FConstraintInstance::SecAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos2) == 0x000054, "Member 'FConstraintInstance::Pos2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis2) == 0x000060, "Member 'FConstraintInstance::PriAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x00006C, "Member 'FConstraintInstance::SecAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x000078, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x00008C, "Member 'FConstraintInstance::ProfileInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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, UpdateRate) == 0x000004, "Member 'FAnimUpdateRateParameters::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, EvaluationRate) == 0x000008, "Member 'FAnimUpdateRateParameters::EvaluationRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, TickedPoseOffestTime) == 0x00000C, "Member 'FAnimUpdateRateParameters::TickedPoseOffestTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, AdditionalTime) == 0x000010, "Member 'FAnimUpdateRateParameters::AdditionalTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, BaseNonRenderedUpdateRate) == 0x000018, "Member 'FAnimUpdateRateParameters::BaseNonRenderedUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, MaxEvalRateForInterpolation) == 0x00001C, "Member 'FAnimUpdateRateParameters::MaxEvalRateForInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, BaseVisibleDistanceFactorThesholds) == 0x000020, "Member 'FAnimUpdateRateParameters::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, LODToFrameSkipMap) == 0x000030, "Member 'FAnimUpdateRateParameters::LODToFrameSkipMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, SkippedUpdateFrames) == 0x000080, "Member 'FAnimUpdateRateParameters::SkippedUpdateFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, SkippedEvalFrames) == 0x000084, "Member 'FAnimUpdateRateParameters::SkippedEvalFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, ForcedEvalRate) == 0x000088, "Member 'FAnimUpdateRateParameters::ForcedEvalRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSlotDesc \ +static_assert(alignof(FAnimSlotDesc) == 0x000004, "Wrong alignment on FAnimSlotDesc"); \ +static_assert(sizeof(FAnimSlotDesc) == 0x00000C, "Wrong size on FAnimSlotDesc"); \ +static_assert(offsetof(FAnimSlotDesc, SlotName) == 0x000000, "Member 'FAnimSlotDesc::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotDesc, NumChannels) == 0x000008, "Member 'FAnimSlotDesc::NumChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSlotInfo \ +static_assert(alignof(FAnimSlotInfo) == 0x000008, "Wrong alignment on FAnimSlotInfo"); \ +static_assert(sizeof(FAnimSlotInfo) == 0x000018, "Wrong size on FAnimSlotInfo"); \ +static_assert(offsetof(FAnimSlotInfo, SlotName) == 0x000000, "Member 'FAnimSlotInfo::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotInfo, ChannelWeights) == 0x000008, "Member 'FAnimSlotInfo::ChannelWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMTDResult \ +static_assert(alignof(FMTDResult) == 0x000004, "Wrong alignment on FMTDResult"); \ +static_assert(sizeof(FMTDResult) == 0x000010, "Wrong size on FMTDResult"); \ +static_assert(offsetof(FMTDResult, Direction) == 0x000000, "Member 'FMTDResult::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMTDResult, Distance) == 0x00000C, "Member 'FMTDResult::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlapResult \ +static_assert(alignof(FOverlapResult) == 0x000004, "Wrong alignment on FOverlapResult"); \ +static_assert(sizeof(FOverlapResult) == 0x000018, "Wrong size on FOverlapResult"); \ +static_assert(offsetof(FOverlapResult, Actor) == 0x000000, "Member 'FOverlapResult::Actor' has a wrong offset!"); \ +static_assert(offsetof(FOverlapResult, Component) == 0x000008, "Member 'FOverlapResult::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FLightmassDebugOptions \ +static_assert(alignof(FLightmassDebugOptions) == 0x000004, "Wrong alignment on FLightmassDebugOptions"); \ +static_assert(sizeof(FLightmassDebugOptions) == 0x000010, "Wrong size on FLightmassDebugOptions"); \ +static_assert(offsetof(FLightmassDebugOptions, CoplanarTolerance) == 0x000004, "Member 'FLightmassDebugOptions::CoplanarTolerance' has a wrong offset!"); \ +static_assert(offsetof(FLightmassDebugOptions, ExecutionTimeDivisor) == 0x00000C, "Member 'FLightmassDebugOptions::ExecutionTimeDivisor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassPrimitiveSettings \ +static_assert(alignof(FLightmassPrimitiveSettings) == 0x000004, "Wrong alignment on FLightmassPrimitiveSettings"); \ +static_assert(sizeof(FLightmassPrimitiveSettings) == 0x000018, "Wrong size on FLightmassPrimitiveSettings"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, EmissiveLightFalloffExponent) == 0x000004, "Member 'FLightmassPrimitiveSettings::EmissiveLightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, EmissiveLightExplicitInfluenceRadius) == 0x000008, "Member 'FLightmassPrimitiveSettings::EmissiveLightExplicitInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, EmissiveBoost) == 0x00000C, "Member 'FLightmassPrimitiveSettings::EmissiveBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, DiffuseBoost) == 0x000010, "Member 'FLightmassPrimitiveSettings::DiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, FullyOccludedSamplesFraction) == 0x000014, "Member 'FLightmassPrimitiveSettings::FullyOccludedSamplesFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FLightmassLightSettings \ +static_assert(alignof(FLightmassLightSettings) == 0x000004, "Wrong alignment on FLightmassLightSettings"); \ +static_assert(sizeof(FLightmassLightSettings) == 0x00000C, "Wrong size on FLightmassLightSettings"); \ +static_assert(offsetof(FLightmassLightSettings, IndirectLightingSaturation) == 0x000000, "Member 'FLightmassLightSettings::IndirectLightingSaturation' has a wrong offset!"); \ +static_assert(offsetof(FLightmassLightSettings, ShadowExponent) == 0x000004, "Member 'FLightmassLightSettings::ShadowExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassLightSettings, bUseAreaShadowsForStationaryLight) == 0x000008, "Member 'FLightmassLightSettings::bUseAreaShadowsForStationaryLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassDirectionalLightSettings \ +static_assert(alignof(FLightmassDirectionalLightSettings) == 0x000004, "Wrong alignment on FLightmassDirectionalLightSettings"); \ +static_assert(sizeof(FLightmassDirectionalLightSettings) == 0x000010, "Wrong size on FLightmassDirectionalLightSettings"); \ +static_assert(offsetof(FLightmassDirectionalLightSettings, LightSourceAngle) == 0x00000C, "Member 'FLightmassDirectionalLightSettings::LightSourceAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassPointLightSettings \ +static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ +static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ + +#define DUMPER7_ASSERTS_FBasedPosition \ +static_assert(alignof(FBasedPosition) == 0x000008, "Wrong alignment on FBasedPosition"); \ +static_assert(sizeof(FBasedPosition) == 0x000038, "Wrong size on FBasedPosition"); \ +static_assert(offsetof(FBasedPosition, Base) == 0x000000, "Member 'FBasedPosition::Base' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, Position) == 0x000008, "Member 'FBasedPosition::Position' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedBaseLocation) == 0x000014, "Member 'FBasedPosition::CachedBaseLocation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedBaseRotation) == 0x000020, "Member 'FBasedPosition::CachedBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedTransPosition) == 0x00002C, "Member 'FBasedPosition::CachedTransPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FRigidBodyContactInfo \ +static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ +static_assert(sizeof(FRigidBodyContactInfo) == 0x000030, "Wrong size on FRigidBodyContactInfo"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x00000C, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000018, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000020, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionImpactData \ +static_assert(alignof(FCollisionImpactData) == 0x000008, "Wrong alignment on FCollisionImpactData"); \ +static_assert(sizeof(FCollisionImpactData) == 0x000030, "Wrong size on FCollisionImpactData"); \ +static_assert(offsetof(FCollisionImpactData, ContactInfos) == 0x000000, "Member 'FCollisionImpactData::ContactInfos' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, TotalNormalImpulse) == 0x000010, "Member 'FCollisionImpactData::TotalNormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, TotalFrictionImpulse) == 0x00001C, "Member 'FCollisionImpactData::TotalFrictionImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, bIsVelocityDeltaUnderThreshold) == 0x000028, "Member 'FCollisionImpactData::bIsVelocityDeltaUnderThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FOrbitOptions \ +static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ +static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ + +#define DUMPER7_ASSERTS_FRigidBodyState \ +static_assert(alignof(FRigidBodyState) == 0x000010, "Wrong alignment on FRigidBodyState"); \ +static_assert(sizeof(FRigidBodyState) == 0x000040, "Wrong size on FRigidBodyState"); \ +static_assert(offsetof(FRigidBodyState, Position) == 0x000000, "Member 'FRigidBodyState::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, Quaternion) == 0x000010, "Member 'FRigidBodyState::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, LinVel) == 0x000020, "Member 'FRigidBodyState::LinVel' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, AngVel) == 0x00002C, "Member 'FRigidBodyState::AngVel' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, Flags) == 0x000038, "Member 'FRigidBodyState::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialShadingModelField \ +static_assert(alignof(FMaterialShadingModelField) == 0x000002, "Wrong alignment on FMaterialShadingModelField"); \ +static_assert(sizeof(FMaterialShadingModelField) == 0x000002, "Wrong size on FMaterialShadingModelField"); \ +static_assert(offsetof(FMaterialShadingModelField, ShadingModelField) == 0x000000, "Member 'FMaterialShadingModelField::ShadingModelField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FFontImportOptionsData \ +static_assert(alignof(FFontImportOptionsData) == 0x000008, "Wrong alignment on FFontImportOptionsData"); \ +static_assert(sizeof(FFontImportOptionsData) == 0x0000B0, "Wrong size on FFontImportOptionsData"); \ +static_assert(offsetof(FFontImportOptionsData, FontName) == 0x000000, "Member 'FFontImportOptionsData::FontName' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, Height) == 0x000010, "Member 'FFontImportOptionsData::Height' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, CharacterSet) == 0x000018, "Member 'FFontImportOptionsData::CharacterSet' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, Chars) == 0x000020, "Member 'FFontImportOptionsData::Chars' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, UnicodeRange) == 0x000030, "Member 'FFontImportOptionsData::UnicodeRange' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, CharsFilePath) == 0x000040, "Member 'FFontImportOptionsData::CharsFilePath' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, CharsFileWildcard) == 0x000050, "Member 'FFontImportOptionsData::CharsFileWildcard' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ForegroundColor) == 0x000064, "Member 'FFontImportOptionsData::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, TexturePageWidth) == 0x000078, "Member 'FFontImportOptionsData::TexturePageWidth' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, TexturePageMaxHeight) == 0x00007C, "Member 'FFontImportOptionsData::TexturePageMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, XPadding) == 0x000080, "Member 'FFontImportOptionsData::XPadding' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, YPadding) == 0x000084, "Member 'FFontImportOptionsData::YPadding' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxTop) == 0x000088, "Member 'FFontImportOptionsData::ExtendBoxTop' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxBottom) == 0x00008C, "Member 'FFontImportOptionsData::ExtendBoxBottom' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxRight) == 0x000090, "Member 'FFontImportOptionsData::ExtendBoxRight' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxLeft) == 0x000094, "Member 'FFontImportOptionsData::ExtendBoxLeft' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, Kerning) == 0x00009C, "Member 'FFontImportOptionsData::Kerning' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, DistanceFieldScaleFactor) == 0x0000A4, "Member 'FFontImportOptionsData::DistanceFieldScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, DistanceFieldScanRadiusScale) == 0x0000A8, "Member 'FFontImportOptionsData::DistanceFieldScanRadiusScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings \ +static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ +static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000B0, "Wrong size on FForceFeedbackAttenuationSettings"); \ + +#define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ +static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ +static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000018, "Wrong size on FActiveForceFeedbackEffect"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FPredictProjectilePathParams \ +static_assert(alignof(FPredictProjectilePathParams) == 0x000008, "Wrong alignment on FPredictProjectilePathParams"); \ +static_assert(sizeof(FPredictProjectilePathParams) == 0x000060, "Wrong size on FPredictProjectilePathParams"); \ +static_assert(offsetof(FPredictProjectilePathParams, StartLocation) == 0x000000, "Member 'FPredictProjectilePathParams::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, LaunchVelocity) == 0x00000C, "Member 'FPredictProjectilePathParams::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceWithCollision) == 0x000018, "Member 'FPredictProjectilePathParams::bTraceWithCollision' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ProjectileRadius) == 0x00001C, "Member 'FPredictProjectilePathParams::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, MaxSimTime) == 0x000020, "Member 'FPredictProjectilePathParams::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceWithChannel) == 0x000024, "Member 'FPredictProjectilePathParams::bTraceWithChannel' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, TraceChannel) == 0x000025, "Member 'FPredictProjectilePathParams::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ObjectTypes) == 0x000028, "Member 'FPredictProjectilePathParams::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ActorsToIgnore) == 0x000038, "Member 'FPredictProjectilePathParams::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, SimFrequency) == 0x000048, "Member 'FPredictProjectilePathParams::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, OverrideGravityZ) == 0x00004C, "Member 'FPredictProjectilePathParams::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, DrawDebugType) == 0x000050, "Member 'FPredictProjectilePathParams::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, DrawDebugTime) == 0x000054, "Member 'FPredictProjectilePathParams::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceComplex) == 0x000058, "Member 'FPredictProjectilePathParams::bTraceComplex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHapticFeedbackDetails_Curve \ +static_assert(alignof(FHapticFeedbackDetails_Curve) == 0x000008, "Wrong alignment on FHapticFeedbackDetails_Curve"); \ +static_assert(sizeof(FHapticFeedbackDetails_Curve) == 0x000110, "Wrong size on FHapticFeedbackDetails_Curve"); \ +static_assert(offsetof(FHapticFeedbackDetails_Curve, Frequency) == 0x000000, "Member 'FHapticFeedbackDetails_Curve::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackDetails_Curve, Amplitude) == 0x000088, "Member 'FHapticFeedbackDetails_Curve::Amplitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterNode \ +static_assert(alignof(FClusterNode) == 0x000004, "Wrong alignment on FClusterNode"); \ +static_assert(sizeof(FClusterNode) == 0x000040, "Wrong size on FClusterNode"); \ +static_assert(offsetof(FClusterNode, BoundMin) == 0x000000, "Member 'FClusterNode::BoundMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, FirstChild) == 0x00000C, "Member 'FClusterNode::FirstChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, BoundMax) == 0x000010, "Member 'FClusterNode::BoundMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, LastChild) == 0x00001C, "Member 'FClusterNode::LastChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, FirstInstance) == 0x000020, "Member 'FClusterNode::FirstInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, LastInstance) == 0x000024, "Member 'FClusterNode::LastInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, MinInstanceScale) == 0x000028, "Member 'FClusterNode::MinInstanceScale' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, MaxInstanceScale) == 0x000034, "Member 'FClusterNode::MaxInstanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterNode_DEPRECATED \ +static_assert(alignof(FClusterNode_DEPRECATED) == 0x000004, "Wrong alignment on FClusterNode_DEPRECATED"); \ +static_assert(sizeof(FClusterNode_DEPRECATED) == 0x000028, "Wrong size on FClusterNode_DEPRECATED"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, BoundMin) == 0x000000, "Member 'FClusterNode_DEPRECATED::BoundMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, FirstChild) == 0x00000C, "Member 'FClusterNode_DEPRECATED::FirstChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, BoundMax) == 0x000010, "Member 'FClusterNode_DEPRECATED::BoundMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, LastChild) == 0x00001C, "Member 'FClusterNode_DEPRECATED::LastChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, FirstInstance) == 0x000020, "Member 'FClusterNode_DEPRECATED::FirstInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, LastInstance) == 0x000024, "Member 'FClusterNode_DEPRECATED::LastInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODProxyMesh \ +static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ +static_assert(sizeof(FHLODProxyMesh) == 0x000030, "Wrong size on FHLODProxyMesh"); \ +static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000020, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, Key) == 0x000028, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FBlueprintInputAxisDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputAxisDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisDelegateBinding) == 0x000014, "Wrong size on FBlueprintInputAxisDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisDelegateBinding, InputAxisName) == 0x000004, "Member 'FBlueprintInputAxisDelegateBinding::InputAxisName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintInputAxisDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedKeyToActionInfo \ +static_assert(alignof(FCachedKeyToActionInfo) == 0x000008, "Wrong alignment on FCachedKeyToActionInfo"); \ +static_assert(sizeof(FCachedKeyToActionInfo) == 0x000070, "Wrong size on FCachedKeyToActionInfo"); \ +static_assert(offsetof(FCachedKeyToActionInfo, PlayerInput) == 0x000000, "Member 'FCachedKeyToActionInfo::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputKeyDelegateBinding) == 0x000038, "Wrong size on FBlueprintInputKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x000008, "Member 'FBlueprintInputKeyDelegateBinding::InputChord' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputKeyEvent) == 0x000028, "Member 'FBlueprintInputKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, FunctionNameToBind) == 0x00002C, "Member 'FBlueprintInputKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding \ +static_assert(alignof(FBlueprintInputTouchDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputTouchDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputTouchDelegateBinding) == 0x000010, "Wrong size on FBlueprintInputTouchDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputTouchDelegateBinding, InputKeyEvent) == 0x000004, "Member 'FBlueprintInputTouchDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputTouchDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FBlueprintInputTouchDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshInstanceData \ +static_assert(alignof(FInstancedStaticMeshInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshInstanceData) == 0x000040, "Wrong size on FInstancedStaticMeshInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshInstanceData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ +static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000150, "Wrong size on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, StaticMesh) == 0x0000B8, "Member 'FInstancedStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, CachedStaticLighting) == 0x0000C0, "Member 'FInstancedStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMData) == 0x000100, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMCustomData) == 0x000110, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000140, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FSupportedSubTrackInfo \ +static_assert(alignof(FSupportedSubTrackInfo) == 0x000008, "Wrong alignment on FSupportedSubTrackInfo"); \ +static_assert(sizeof(FSupportedSubTrackInfo) == 0x000020, "Wrong size on FSupportedSubTrackInfo"); \ +static_assert(offsetof(FSupportedSubTrackInfo, SupportedClass) == 0x000000, "Member 'FSupportedSubTrackInfo::SupportedClass' has a wrong offset!"); \ +static_assert(offsetof(FSupportedSubTrackInfo, SubTrackName) == 0x000008, "Member 'FSupportedSubTrackInfo::SubTrackName' has a wrong offset!"); \ +static_assert(offsetof(FSupportedSubTrackInfo, GroupIndex) == 0x000018, "Member 'FSupportedSubTrackInfo::GroupIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimControlTrackKey \ +static_assert(alignof(FAnimControlTrackKey) == 0x000008, "Wrong alignment on FAnimControlTrackKey"); \ +static_assert(sizeof(FAnimControlTrackKey) == 0x000020, "Wrong size on FAnimControlTrackKey"); \ +static_assert(offsetof(FAnimControlTrackKey, StartTime) == 0x000000, "Member 'FAnimControlTrackKey::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimSeq) == 0x000008, "Member 'FAnimControlTrackKey::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimStartOffset) == 0x000010, "Member 'FAnimControlTrackKey::AnimStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimEndOffset) == 0x000014, "Member 'FAnimControlTrackKey::AnimEndOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimPlayRate) == 0x000018, "Member 'FAnimControlTrackKey::AnimPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolTrackKey \ +static_assert(alignof(FBoolTrackKey) == 0x000004, "Wrong alignment on FBoolTrackKey"); \ +static_assert(sizeof(FBoolTrackKey) == 0x000008, "Wrong size on FBoolTrackKey"); \ +static_assert(offsetof(FBoolTrackKey, Time) == 0x000000, "Member 'FBoolTrackKey::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDirectorTrackCut \ +static_assert(alignof(FDirectorTrackCut) == 0x000004, "Wrong alignment on FDirectorTrackCut"); \ +static_assert(sizeof(FDirectorTrackCut) == 0x000014, "Wrong size on FDirectorTrackCut"); \ +static_assert(offsetof(FDirectorTrackCut, Time) == 0x000000, "Member 'FDirectorTrackCut::Time' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, TransitionTime) == 0x000004, "Member 'FDirectorTrackCut::TransitionTime' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, TargetCamGroup) == 0x000008, "Member 'FDirectorTrackCut::TargetCamGroup' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, ShotNumber) == 0x000010, "Member 'FDirectorTrackCut::ShotNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FDrawToRenderTargetContext \ +static_assert(alignof(FDrawToRenderTargetContext) == 0x000008, "Wrong alignment on FDrawToRenderTargetContext"); \ +static_assert(sizeof(FDrawToRenderTargetContext) == 0x000010, "Wrong size on FDrawToRenderTargetContext"); \ +static_assert(offsetof(FDrawToRenderTargetContext, RenderTarget) == 0x000000, "Member 'FDrawToRenderTargetContext::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLatentActionManager \ +static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ +static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ + +#define DUMPER7_ASSERTS_FLayerActorStats \ +static_assert(alignof(FLayerActorStats) == 0x000008, "Wrong alignment on FLayerActorStats"); \ +static_assert(sizeof(FLayerActorStats) == 0x000010, "Wrong size on FLayerActorStats"); \ +static_assert(offsetof(FLayerActorStats, Type) == 0x000000, "Member 'FLayerActorStats::Type' has a wrong offset!"); \ +static_assert(offsetof(FLayerActorStats, Total) == 0x000008, "Member 'FLayerActorStats::Total' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedStaticActorDestructionInfo \ +static_assert(alignof(FReplicatedStaticActorDestructionInfo) == 0x000008, "Wrong alignment on FReplicatedStaticActorDestructionInfo"); \ +static_assert(sizeof(FReplicatedStaticActorDestructionInfo) == 0x000038, "Wrong size on FReplicatedStaticActorDestructionInfo"); \ +static_assert(offsetof(FReplicatedStaticActorDestructionInfo, ObjClass) == 0x000030, "Member 'FReplicatedStaticActorDestructionInfo::ObjClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSimplificationDetails \ +static_assert(alignof(FLevelSimplificationDetails) == 0x000004, "Wrong alignment on FLevelSimplificationDetails"); \ +static_assert(sizeof(FLevelSimplificationDetails) == 0x00012C, "Wrong size on FLevelSimplificationDetails"); \ +static_assert(offsetof(FLevelSimplificationDetails, bCreatePackagePerAsset) == 0x000000, "Member 'FLevelSimplificationDetails::bCreatePackagePerAsset' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, DetailsPercentage) == 0x000004, "Member 'FLevelSimplificationDetails::DetailsPercentage' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, StaticMeshMaterialSettings) == 0x000008, "Member 'FLevelSimplificationDetails::StaticMeshMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bOverrideLandscapeExportLOD) == 0x000090, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x000094, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x000098, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000120, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000121, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshNormalMap) == 0x000122, "Member 'FLevelSimplificationDetails::bGenerateMeshNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshMetallicMap) == 0x000123, "Member 'FLevelSimplificationDetails::bGenerateMeshMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshRoughnessMap) == 0x000124, "Member 'FLevelSimplificationDetails::bGenerateMeshRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshSpecularMap) == 0x000125, "Member 'FLevelSimplificationDetails::bGenerateMeshSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeNormalMap) == 0x000126, "Member 'FLevelSimplificationDetails::bGenerateLandscapeNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeMetallicMap) == 0x000127, "Member 'FLevelSimplificationDetails::bGenerateLandscapeMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeRoughnessMap) == 0x000128, "Member 'FLevelSimplificationDetails::bGenerateLandscapeRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeSpecularMap) == 0x000129, "Member 'FLevelSimplificationDetails::bGenerateLandscapeSpecularMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamableTextureInstance \ +static_assert(alignof(FStreamableTextureInstance) == 0x000004, "Wrong alignment on FStreamableTextureInstance"); \ +static_assert(sizeof(FStreamableTextureInstance) == 0x000028, "Wrong size on FStreamableTextureInstance"); \ + +#define DUMPER7_ASSERTS_FDynamicTextureInstance \ +static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ +static_assert(sizeof(FDynamicTextureInstance) == 0x000038, "Wrong size on FDynamicTextureInstance"); \ +static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000028, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000030, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000034, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBatchedLine \ +static_assert(alignof(FBatchedLine) == 0x000004, "Wrong alignment on FBatchedLine"); \ +static_assert(sizeof(FBatchedLine) == 0x000034, "Wrong size on FBatchedLine"); \ +static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, End) == 0x00000C, "Member 'FBatchedLine::End' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Color) == 0x000018, "Member 'FBatchedLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Thickness) == 0x000028, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x00002C, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000030, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClientReceiveData \ +static_assert(alignof(FClientReceiveData) == 0x000008, "Wrong alignment on FClientReceiveData"); \ +static_assert(sizeof(FClientReceiveData) == 0x000040, "Wrong size on FClientReceiveData"); \ +static_assert(offsetof(FClientReceiveData, LocalPC) == 0x000000, "Member 'FClientReceiveData::LocalPC' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, MessageType) == 0x000008, "Member 'FClientReceiveData::MessageType' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, MessageIndex) == 0x000010, "Member 'FClientReceiveData::MessageIndex' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, MessageString) == 0x000018, "Member 'FClientReceiveData::MessageString' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, RelatedPlayerState_1) == 0x000028, "Member 'FClientReceiveData::RelatedPlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, RelatedPlayerState_2) == 0x000030, "Member 'FClientReceiveData::RelatedPlayerState_2' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, OptionalObject) == 0x000038, "Member 'FClientReceiveData::OptionalObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODInstancingKey \ +static_assert(alignof(FHLODInstancingKey) == 0x000008, "Wrong alignment on FHLODInstancingKey"); \ +static_assert(sizeof(FHLODInstancingKey) == 0x000010, "Wrong size on FHLODInstancingKey"); \ +static_assert(offsetof(FHLODInstancingKey, StaticMesh) == 0x000000, "Member 'FHLODInstancingKey::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODInstancingKey, Material) == 0x000008, "Member 'FHLODInstancingKey::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLODMappingData \ +static_assert(alignof(FLODMappingData) == 0x000008, "Wrong alignment on FLODMappingData"); \ +static_assert(sizeof(FLODMappingData) == 0x000020, "Wrong size on FLODMappingData"); \ +static_assert(offsetof(FLODMappingData, Mapping) == 0x000000, "Member 'FLODMappingData::Mapping' has a wrong offset!"); \ +static_assert(offsetof(FLODMappingData, InverseMapping) == 0x000010, "Member 'FLODMappingData::InverseMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParameterGroupData \ +static_assert(alignof(FParameterGroupData) == 0x000008, "Wrong alignment on FParameterGroupData"); \ +static_assert(sizeof(FParameterGroupData) == 0x000018, "Wrong size on FParameterGroupData"); \ +static_assert(offsetof(FParameterGroupData, GroupName) == 0x000000, "Member 'FParameterGroupData::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FParameterGroupData, GroupSortPriority) == 0x000010, "Member 'FParameterGroupData::GroupSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialSpriteElement \ +static_assert(alignof(FMaterialSpriteElement) == 0x000008, "Wrong alignment on FMaterialSpriteElement"); \ +static_assert(sizeof(FMaterialSpriteElement) == 0x000028, "Wrong size on FMaterialSpriteElement"); \ +static_assert(offsetof(FMaterialSpriteElement, Material) == 0x000000, "Member 'FMaterialSpriteElement::Material' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, DistanceToOpacityCurve) == 0x000008, "Member 'FMaterialSpriteElement::DistanceToOpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, BaseSizeX) == 0x000014, "Member 'FMaterialSpriteElement::BaseSizeX' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, BaseSizeY) == 0x000018, "Member 'FMaterialSpriteElement::BaseSizeY' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, DistanceToSizeCurve) == 0x000020, "Member 'FMaterialSpriteElement::DistanceToSizeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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) == 0x0000A8, "Wrong size on FMeshProxySettings"); \ +static_assert(offsetof(FMeshProxySettings, ScreenSize) == 0x000000, "Member 'FMeshProxySettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, VoxelSize) == 0x000004, "Member 'FMeshProxySettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaterialSettings) == 0x000008, "Member 'FMeshProxySettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MergeDistance) == 0x000090, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x000094, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x000098, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x00009C, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000A0, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000A4, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000A5, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshReductionSettings \ +static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ +static_assert(sizeof(FMeshReductionSettings) == 0x000024, "Wrong size on FMeshReductionSettings"); \ +static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000004, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000008, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x00000C, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000010, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x000014, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000018, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x00001C, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x00001D, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x00001E, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000020, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000021, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x000022, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPurchaseInfo \ +static_assert(alignof(FPurchaseInfo) == 0x000008, "Wrong alignment on FPurchaseInfo"); \ +static_assert(sizeof(FPurchaseInfo) == 0x000040, "Wrong size on FPurchaseInfo"); \ +static_assert(offsetof(FPurchaseInfo, Identifier) == 0x000000, "Member 'FPurchaseInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseInfo, DisplayName) == 0x000010, "Member 'FPurchaseInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseInfo, DisplayDescription) == 0x000020, "Member 'FPurchaseInfo::DisplayDescription' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseInfo, DisplayPrice) == 0x000030, "Member 'FPurchaseInfo::DisplayPrice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavAvoidanceMask \ +static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ +static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ + +#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_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_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_FBeamModifierOptions \ +static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ +static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ + +#define DUMPER7_ASSERTS_FLocationBoneSocketInfo \ +static_assert(alignof(FLocationBoneSocketInfo) == 0x000004, "Wrong alignment on FLocationBoneSocketInfo"); \ +static_assert(sizeof(FLocationBoneSocketInfo) == 0x000014, "Wrong size on FLocationBoneSocketInfo"); \ +static_assert(offsetof(FLocationBoneSocketInfo, BoneSocketName) == 0x000000, "Member 'FLocationBoneSocketInfo::BoneSocketName' has a wrong offset!"); \ +static_assert(offsetof(FLocationBoneSocketInfo, Offset) == 0x000008, "Member 'FLocationBoneSocketInfo::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterDynamicParameter \ +static_assert(alignof(FEmitterDynamicParameter) == 0x000008, "Wrong alignment on FEmitterDynamicParameter"); \ +static_assert(sizeof(FEmitterDynamicParameter) == 0x000048, "Wrong size on FEmitterDynamicParameter"); \ +static_assert(offsetof(FEmitterDynamicParameter, ParamName) == 0x000000, "Member 'FEmitterDynamicParameter::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FEmitterDynamicParameter, ValueMethod) == 0x00000C, "Member 'FEmitterDynamicParameter::ValueMethod' has a wrong offset!"); \ +static_assert(offsetof(FEmitterDynamicParameter, ParamValue) == 0x000018, "Member 'FEmitterDynamicParameter::ParamValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPUSpriteResourceData \ +static_assert(alignof(FGPUSpriteResourceData) == 0x000010, "Wrong alignment on FGPUSpriteResourceData"); \ +static_assert(sizeof(FGPUSpriteResourceData) == 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_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_FParticleSystemLOD \ +static_assert(alignof(FParticleSystemLOD) == 0x000001, "Wrong alignment on FParticleSystemLOD"); \ +static_assert(sizeof(FParticleSystemLOD) == 0x000001, "Wrong size on FParticleSystemLOD"); \ + +#define DUMPER7_ASSERTS_FParticleSysParam \ +static_assert(alignof(FParticleSysParam) == 0x000010, "Wrong alignment on FParticleSysParam"); \ +static_assert(sizeof(FParticleSysParam) == 0x000080, "Wrong size on FParticleSysParam"); \ +static_assert(offsetof(FParticleSysParam, Name) == 0x000000, "Member 'FParticleSysParam::Name' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, ParamType) == 0x000008, "Member 'FParticleSysParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Scalar) == 0x00000C, "Member 'FParticleSysParam::Scalar' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Scalar_Low) == 0x000010, "Member 'FParticleSysParam::Scalar_Low' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Vector) == 0x000014, "Member 'FParticleSysParam::Vector' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Vector_Low) == 0x000020, "Member 'FParticleSysParam::Vector_Low' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Color) == 0x00002C, "Member 'FParticleSysParam::Color' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Actor) == 0x000030, "Member 'FParticleSysParam::Actor' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Material) == 0x000038, "Member 'FParticleSysParam::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemWorldManagerTickFunction \ +static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ +static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_FParticleSystemReplayFrame \ +static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ +static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ + +#define DUMPER7_ASSERTS_FParticleEmitterReplayFrame \ +static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ +static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ + +#define DUMPER7_ASSERTS_FFreezablePerPlatformInt \ +static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ +static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationData \ +static_assert(alignof(FPhysicalAnimationData) == 0x000004, "Wrong alignment on FPhysicalAnimationData"); \ +static_assert(sizeof(FPhysicalAnimationData) == 0x000024, "Wrong size on FPhysicalAnimationData"); \ +static_assert(offsetof(FPhysicalAnimationData, BodyName) == 0x000000, "Member 'FPhysicalAnimationData::BodyName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, OrientationStrength) == 0x00000C, "Member 'FPhysicalAnimationData::OrientationStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, AngularVelocityStrength) == 0x000010, "Member 'FPhysicalAnimationData::AngularVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, PositionStrength) == 0x000014, "Member 'FPhysicalAnimationData::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, VelocityStrength) == 0x000018, "Member 'FPhysicalAnimationData::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxLinearForce) == 0x00001C, "Member 'FPhysicalAnimationData::MaxLinearForce' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxAngularForce) == 0x000020, "Member 'FPhysicalAnimationData::MaxAngularForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationProfile \ +static_assert(alignof(FPhysicalAnimationProfile) == 0x000004, "Wrong alignment on FPhysicalAnimationProfile"); \ +static_assert(sizeof(FPhysicalAnimationProfile) == 0x00002C, "Wrong size on FPhysicalAnimationProfile"); \ +static_assert(offsetof(FPhysicalAnimationProfile, ProfileName) == 0x000000, "Member 'FPhysicalAnimationProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationProfile, PhysicalAnimationData) == 0x000008, "Member 'FPhysicalAnimationProfile::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverIterations \ +static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ +static_assert(sizeof(FSolverIterations) == 0x00001C, "Wrong size on FSolverIterations"); \ +static_assert(offsetof(FSolverIterations, FixedTimeStep) == 0x000000, "Member 'FSolverIterations::FixedTimeStep' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000004, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointIterations) == 0x000008, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x00000C, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x000010, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000014, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000018, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle \ +static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000004, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ +static_assert(sizeof(FPhysicsConstraintProfileHandle) == 0x00011C, "Wrong size on FPhysicsConstraintProfileHandle"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileProperties) == 0x000000, "Member 'FPhysicsConstraintProfileHandle::ProfileProperties' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileName) == 0x000114, "Member 'FPhysicsConstraintProfileHandle::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosPhysicsSettings \ +static_assert(alignof(FChaosPhysicsSettings) == 0x000001, "Wrong alignment on FChaosPhysicsSettings"); \ +static_assert(sizeof(FChaosPhysicsSettings) == 0x000003, "Wrong size on FChaosPhysicsSettings"); \ +static_assert(offsetof(FChaosPhysicsSettings, DefaultThreadingModel) == 0x000000, "Member 'FChaosPhysicsSettings::DefaultThreadingModel' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadTickMode) == 0x000001, "Member 'FChaosPhysicsSettings::DedicatedThreadTickMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadBufferMode) == 0x000002, "Member 'FChaosPhysicsSettings::DedicatedThreadBufferMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000610, "Wrong size on FTViewTarget"); \ +static_assert(offsetof(FTViewTarget, Target) == 0x000000, "Member 'FTViewTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(FTViewTarget, POV) == 0x000010, "Member 'FTViewTarget::POV' has a wrong offset!"); \ +static_assert(offsetof(FTViewTarget, PlayerState) == 0x000600, "Member 'FTViewTarget::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraCacheEntry \ +static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ +static_assert(sizeof(FCameraCacheEntry) == 0x000600, "Wrong size on FCameraCacheEntry"); \ +static_assert(offsetof(FCameraCacheEntry, Timestamp) == 0x000000, "Member 'FCameraCacheEntry::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FCameraCacheEntry, POV) == 0x000010, "Member 'FCameraCacheEntry::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelStreamingLevelStatus \ +static_assert(alignof(FUpdateLevelStreamingLevelStatus) == 0x000004, "Wrong alignment on FUpdateLevelStreamingLevelStatus"); \ +static_assert(sizeof(FUpdateLevelStreamingLevelStatus) == 0x000010, "Wrong size on FUpdateLevelStreamingLevelStatus"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, PackageName) == 0x000000, "Member 'FUpdateLevelStreamingLevelStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, LODIndex) == 0x000008, "Member 'FUpdateLevelStreamingLevelStatus::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeLoaded) == 0x00000C, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeVisible) == 0x00000D, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnLoad) == 0x00000E, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionSpeechMapping \ +static_assert(alignof(FInputActionSpeechMapping) == 0x000004, "Wrong alignment on FInputActionSpeechMapping"); \ +static_assert(sizeof(FInputActionSpeechMapping) == 0x000010, "Wrong size on FInputActionSpeechMapping"); \ +static_assert(offsetof(FInputActionSpeechMapping, ActionName) == 0x000000, "Member 'FInputActionSpeechMapping::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FInputActionSpeechMapping, SpeechKeyword) == 0x000008, "Member 'FInputActionSpeechMapping::SpeechKeyword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisKeyMapping \ +static_assert(alignof(FInputAxisKeyMapping) == 0x000008, "Wrong alignment on FInputAxisKeyMapping"); \ +static_assert(sizeof(FInputAxisKeyMapping) == 0x000028, "Wrong size on FInputAxisKeyMapping"); \ +static_assert(offsetof(FInputAxisKeyMapping, AxisName) == 0x000000, "Member 'FInputAxisKeyMapping::AxisName' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisKeyMapping, Scale) == 0x000008, "Member 'FInputAxisKeyMapping::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisKeyMapping, Key) == 0x000010, "Member 'FInputAxisKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisProperties \ +static_assert(alignof(FInputAxisProperties) == 0x000004, "Wrong alignment on FInputAxisProperties"); \ +static_assert(sizeof(FInputAxisProperties) == 0x000010, "Wrong size on FInputAxisProperties"); \ +static_assert(offsetof(FInputAxisProperties, DeadZone) == 0x000000, "Member 'FInputAxisProperties::DeadZone' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisProperties, Sensitivity) == 0x000004, "Member 'FInputAxisProperties::Sensitivity' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisProperties, Exponent) == 0x000008, "Member 'FInputAxisProperties::Exponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisConfigEntry \ +static_assert(alignof(FInputAxisConfigEntry) == 0x000004, "Wrong alignment on FInputAxisConfigEntry"); \ +static_assert(sizeof(FInputAxisConfigEntry) == 0x000018, "Wrong size on FInputAxisConfigEntry"); \ +static_assert(offsetof(FInputAxisConfigEntry, AxisKeyName) == 0x000000, "Member 'FInputAxisConfigEntry::AxisKeyName' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisConfigEntry, AxisProperties) == 0x000008, "Member 'FInputAxisConfigEntry::AxisProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyBind \ +static_assert(alignof(FKeyBind) == 0x000008, "Wrong alignment on FKeyBind"); \ +static_assert(sizeof(FKeyBind) == 0x000030, "Wrong size on FKeyBind"); \ +static_assert(offsetof(FKeyBind, Key) == 0x000000, "Member 'FKeyBind::Key' has a wrong offset!"); \ +static_assert(offsetof(FKeyBind, Command) == 0x000018, "Member 'FKeyBind::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FPreviewAttachedObjectPair \ +static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ +static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000038, "Wrong size on FPreviewAttachedObjectPair"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, Object) == 0x000028, "Member 'FPreviewAttachedObjectPair::Object' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000030, "Member 'FPreviewAttachedObjectPair::AttachedTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewAssetAttachContainer \ +static_assert(alignof(FPreviewAssetAttachContainer) == 0x000008, "Wrong alignment on FPreviewAssetAttachContainer"); \ +static_assert(sizeof(FPreviewAssetAttachContainer) == 0x000010, "Wrong size on FPreviewAssetAttachContainer"); \ +static_assert(offsetof(FPreviewAssetAttachContainer, AttachedObjects) == 0x000000, "Member 'FPreviewAssetAttachContainer::AttachedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewMeshCollectionEntry \ +static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ +static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000028, "Wrong size on FPreviewMeshCollectionEntry"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimitiveComponentInstanceData \ +static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ +static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000100, "Wrong size on FPrimitiveComponentInstanceData"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x0000F0, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x0000F8, "Member 'FPrimitiveComponentInstanceData::LODParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ +static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ +static_assert(sizeof(FSpriteCategoryInfo) == 0x000038, "Wrong size on FSpriteCategoryInfo"); \ +static_assert(offsetof(FSpriteCategoryInfo, Category) == 0x000000, "Member 'FSpriteCategoryInfo::Category' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, DisplayName) == 0x000008, "Member 'FSpriteCategoryInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, Description) == 0x000020, "Member 'FSpriteCategoryInfo::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzPulseOverrideStep \ +static_assert(alignof(FQuartzPulseOverrideStep) == 0x000004, "Wrong alignment on FQuartzPulseOverrideStep"); \ +static_assert(sizeof(FQuartzPulseOverrideStep) == 0x000008, "Wrong size on FQuartzPulseOverrideStep"); \ +static_assert(offsetof(FQuartzPulseOverrideStep, NumberOfPulses) == 0x000000, "Member 'FQuartzPulseOverrideStep::NumberOfPulses' has a wrong offset!"); \ +static_assert(offsetof(FQuartzPulseOverrideStep, PulseDuration) == 0x000004, "Member 'FQuartzPulseOverrideStep::PulseDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzTimeSignature \ +static_assert(alignof(FQuartzTimeSignature) == 0x000008, "Wrong alignment on FQuartzTimeSignature"); \ +static_assert(sizeof(FQuartzTimeSignature) == 0x000018, "Wrong size on FQuartzTimeSignature"); \ +static_assert(offsetof(FQuartzTimeSignature, NumBeats) == 0x000000, "Member 'FQuartzTimeSignature::NumBeats' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTimeSignature, BeatType) == 0x000004, "Member 'FQuartzTimeSignature::BeatType' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTimeSignature, OptionalPulseOverride) == 0x000008, "Member 'FQuartzTimeSignature::OptionalPulseOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzClockSettings \ +static_assert(alignof(FQuartzClockSettings) == 0x000008, "Wrong alignment on FQuartzClockSettings"); \ +static_assert(sizeof(FQuartzClockSettings) == 0x000020, "Wrong size on FQuartzClockSettings"); \ +static_assert(offsetof(FQuartzClockSettings, TimeSignature) == 0x000000, "Member 'FQuartzClockSettings::TimeSignature' has a wrong offset!"); \ +static_assert(offsetof(FQuartzClockSettings, bIgnoreLevelChange) == 0x000018, "Member 'FQuartzClockSettings::bIgnoreLevelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ +static_assert(alignof(FQuartzQuantizationBoundary) == 0x000004, "Wrong alignment on FQuartzQuantizationBoundary"); \ +static_assert(sizeof(FQuartzQuantizationBoundary) == 0x00000C, "Wrong size on FQuartzQuantizationBoundary"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, Quantization) == 0x000000, "Member 'FQuartzQuantizationBoundary::Quantization' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, Multiplier) == 0x000004, "Member 'FQuartzQuantizationBoundary::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, CountingReferencePoint) == 0x000008, "Member 'FQuartzQuantizationBoundary::CountingReferencePoint' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bFireOnClockStart) == 0x000009, "Member 'FQuartzQuantizationBoundary::bFireOnClockStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzTransportTimeStamp \ +static_assert(alignof(FQuartzTransportTimeStamp) == 0x000004, "Wrong alignment on FQuartzTransportTimeStamp"); \ +static_assert(sizeof(FQuartzTransportTimeStamp) == 0x000010, "Wrong size on FQuartzTransportTimeStamp"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Bars) == 0x000000, "Member 'FQuartzTransportTimeStamp::Bars' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Beat) == 0x000004, "Member 'FQuartzTransportTimeStamp::Beat' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, BeatFraction) == 0x000008, "Member 'FQuartzTransportTimeStamp::BeatFraction' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Seconds) == 0x00000C, "Member 'FQuartzTransportTimeStamp::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelNameAndTime \ +static_assert(alignof(FLevelNameAndTime) == 0x000008, "Wrong alignment on FLevelNameAndTime"); \ +static_assert(sizeof(FLevelNameAndTime) == 0x000018, "Wrong size on FLevelNameAndTime"); \ +static_assert(offsetof(FLevelNameAndTime, LevelName) == 0x000000, "Member 'FLevelNameAndTime::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FLevelNameAndTime, LevelChangeTimeInMS) == 0x000010, "Member 'FLevelNameAndTime::LevelChangeTimeInMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReverbSettings \ +static_assert(alignof(FReverbSettings) == 0x000008, "Wrong alignment on FReverbSettings"); \ +static_assert(sizeof(FReverbSettings) == 0x000020, "Wrong size on FReverbSettings"); \ +static_assert(offsetof(FReverbSettings, bApplyReverb) == 0x000000, "Member 'FReverbSettings::bApplyReverb' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, ReverbEffect) == 0x000008, "Member 'FReverbSettings::ReverbEffect' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, ReverbPluginEffect) == 0x000010, "Member 'FReverbSettings::ReverbPluginEffect' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, Volume) == 0x000018, "Member 'FReverbSettings::Volume' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, FadeTime) == 0x00001C, "Member 'FReverbSettings::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompressedRichCurve \ +static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ +static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_FRigTransformConstraint \ +static_assert(alignof(FRigTransformConstraint) == 0x000004, "Wrong alignment on FRigTransformConstraint"); \ +static_assert(sizeof(FRigTransformConstraint) == 0x000010, "Wrong size on FRigTransformConstraint"); \ +static_assert(offsetof(FRigTransformConstraint, TranformType) == 0x000000, "Member 'FRigTransformConstraint::TranformType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformConstraint, ParentSpace) == 0x000004, "Member 'FRigTransformConstraint::ParentSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformConstraint, Weight) == 0x00000C, "Member 'FRigTransformConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformBaseConstraint \ +static_assert(alignof(FTransformBaseConstraint) == 0x000008, "Wrong alignment on FTransformBaseConstraint"); \ +static_assert(sizeof(FTransformBaseConstraint) == 0x000010, "Wrong size on FTransformBaseConstraint"); \ +static_assert(offsetof(FTransformBaseConstraint, TransformConstraints) == 0x000000, "Member 'FTransformBaseConstraint::TransformConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformBase \ +static_assert(alignof(FTransformBase) == 0x000008, "Wrong alignment on FTransformBase"); \ +static_assert(sizeof(FTransformBase) == 0x000028, "Wrong size on FTransformBase"); \ +static_assert(offsetof(FTransformBase, Node) == 0x000000, "Member 'FTransformBase::Node' has a wrong offset!"); \ +static_assert(offsetof(FTransformBase, Constraints) == 0x000008, "Member 'FTransformBase::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNode \ +static_assert(alignof(FNode) == 0x000010, "Wrong alignment on FNode"); \ +static_assert(sizeof(FNode) == 0x000060, "Wrong size on FNode"); \ +static_assert(offsetof(FNode, Name) == 0x000000, "Member 'FNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FNode, ParentName) == 0x000008, "Member 'FNode::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FNode, Transform) == 0x000010, "Member 'FNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNode, DisplayName) == 0x000040, "Member 'FNode::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNode, bAdvanced) == 0x000050, "Member 'FNode::bAdvanced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_JumpForce \ +static_assert(alignof(FRootMotionSource_JumpForce) == 0x000010, "Wrong alignment on FRootMotionSource_JumpForce"); \ +static_assert(sizeof(FRootMotionSource_JumpForce) == 0x0000D0, "Wrong size on FRootMotionSource_JumpForce"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x000098, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000A4, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000A8, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000AC, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x0000B0, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x0000B8, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_MoveToDynamicForce \ +static_assert(alignof(FRootMotionSource_MoveToDynamicForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToDynamicForce) == 0x0000D0, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x0000B0, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x0000BC, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x0000C0, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x0000C8, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_RadialForce \ +static_assert(alignof(FRootMotionSource_RadialForce) == 0x000010, "Wrong alignment on FRootMotionSource_RadialForce"); \ +static_assert(sizeof(FRootMotionSource_RadialForce) == 0x0000E0, "Wrong size on FRootMotionSource_RadialForce"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x000098, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000A8, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000B0, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000B4, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x0000B8, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x0000B9, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x0000C0, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x0000C8, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x0000D0, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x0000D4, "Member 'FRootMotionSource_RadialForce::FixedWorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_ConstantForce \ +static_assert(alignof(FRootMotionSource_ConstantForce) == 0x000010, "Wrong alignment on FRootMotionSource_ConstantForce"); \ +static_assert(sizeof(FRootMotionSource_ConstantForce) == 0x0000B0, "Wrong size on FRootMotionSource_ConstantForce"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x000098, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000A8, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraExposureSettings \ +static_assert(alignof(FCameraExposureSettings) == 0x000008, "Wrong alignment on FCameraExposureSettings"); \ +static_assert(sizeof(FCameraExposureSettings) == 0x000040, "Wrong size on FCameraExposureSettings"); \ +static_assert(offsetof(FCameraExposureSettings, Method) == 0x000000, "Member 'FCameraExposureSettings::Method' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, LowPercent) == 0x000004, "Member 'FCameraExposureSettings::LowPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HighPercent) == 0x000008, "Member 'FCameraExposureSettings::HighPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MinBrightness) == 0x00000C, "Member 'FCameraExposureSettings::MinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MaxBrightness) == 0x000010, "Member 'FCameraExposureSettings::MaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, SpeedUp) == 0x000014, "Member 'FCameraExposureSettings::SpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, SpeedDown) == 0x000018, "Member 'FCameraExposureSettings::SpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, Bias) == 0x00001C, "Member 'FCameraExposureSettings::Bias' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, BiasCurve) == 0x000020, "Member 'FCameraExposureSettings::BiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MeterMask) == 0x000028, "Member 'FCameraExposureSettings::MeterMask' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMin) == 0x000030, "Member 'FCameraExposureSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMax) == 0x000034, "Member 'FCameraExposureSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, CalibrationConstant) == 0x000038, "Member 'FCameraExposureSettings::CalibrationConstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGaussianSumBloomSettings \ +static_assert(alignof(FGaussianSumBloomSettings) == 0x000004, "Wrong alignment on FGaussianSumBloomSettings"); \ +static_assert(sizeof(FGaussianSumBloomSettings) == 0x000084, "Wrong size on FGaussianSumBloomSettings"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Intensity) == 0x000000, "Member 'FGaussianSumBloomSettings::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Threshold) == 0x000004, "Member 'FGaussianSumBloomSettings::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, SizeScale) == 0x000008, "Member 'FGaussianSumBloomSettings::SizeScale' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter1Size) == 0x00000C, "Member 'FGaussianSumBloomSettings::Filter1Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter2Size) == 0x000010, "Member 'FGaussianSumBloomSettings::Filter2Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter3Size) == 0x000014, "Member 'FGaussianSumBloomSettings::Filter3Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter4Size) == 0x000018, "Member 'FGaussianSumBloomSettings::Filter4Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter5Size) == 0x00001C, "Member 'FGaussianSumBloomSettings::Filter5Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter6Size) == 0x000020, "Member 'FGaussianSumBloomSettings::Filter6Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter1Tint) == 0x000024, "Member 'FGaussianSumBloomSettings::Filter1Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter2Tint) == 0x000034, "Member 'FGaussianSumBloomSettings::Filter2Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter3Tint) == 0x000044, "Member 'FGaussianSumBloomSettings::Filter3Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter4Tint) == 0x000054, "Member 'FGaussianSumBloomSettings::Filter4Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter5Tint) == 0x000064, "Member 'FGaussianSumBloomSettings::Filter5Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter6Tint) == 0x000074, "Member 'FGaussianSumBloomSettings::Filter6Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensBloomSettings \ +static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ +static_assert(sizeof(FLensBloomSettings) == 0x0000B8, "Wrong size on FLensBloomSettings"); \ +static_assert(offsetof(FLensBloomSettings, GaussianSum) == 0x000000, "Member 'FLensBloomSettings::GaussianSum' has a wrong offset!"); \ +static_assert(offsetof(FLensBloomSettings, Convolution) == 0x000088, "Member 'FLensBloomSettings::Convolution' has a wrong offset!"); \ +static_assert(offsetof(FLensBloomSettings, Method) == 0x0000B0, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensImperfectionSettings \ +static_assert(alignof(FLensImperfectionSettings) == 0x000008, "Wrong alignment on FLensImperfectionSettings"); \ +static_assert(sizeof(FLensImperfectionSettings) == 0x000020, "Wrong size on FLensImperfectionSettings"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMask) == 0x000000, "Member 'FLensImperfectionSettings::DirtMask' has a wrong offset!"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMaskIntensity) == 0x000008, "Member 'FLensImperfectionSettings::DirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMaskTint) == 0x00000C, "Member 'FLensImperfectionSettings::DirtMaskTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensSettings \ +static_assert(alignof(FLensSettings) == 0x000008, "Wrong alignment on FLensSettings"); \ +static_assert(sizeof(FLensSettings) == 0x0000E0, "Wrong size on FLensSettings"); \ +static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, Imperfections) == 0x0000B8, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000D8, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilmStockSettings \ +static_assert(alignof(FFilmStockSettings) == 0x000004, "Wrong alignment on FFilmStockSettings"); \ +static_assert(sizeof(FFilmStockSettings) == 0x000014, "Wrong size on FFilmStockSettings"); \ +static_assert(offsetof(FFilmStockSettings, Slope) == 0x000000, "Member 'FFilmStockSettings::Slope' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, Toe) == 0x000004, "Member 'FFilmStockSettings::Toe' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, Shoulder) == 0x000008, "Member 'FFilmStockSettings::Shoulder' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, BlackClip) == 0x00000C, "Member 'FFilmStockSettings::BlackClip' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, WhiteClip) == 0x000010, "Member 'FFilmStockSettings::WhiteClip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradePerRangeSettings \ +static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ +static_assert(sizeof(FColorGradePerRangeSettings) == 0x000050, "Wrong size on FColorGradePerRangeSettings"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000010, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000020, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000030, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000040, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradingSettings \ +static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ +static_assert(sizeof(FColorGradingSettings) == 0x000150, "Wrong size on FColorGradingSettings"); \ +static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Shadows) == 0x000050, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Midtones) == 0x0000A0, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0000F0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000140, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000144, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineShowFlagsSetting \ +static_assert(alignof(FEngineShowFlagsSetting) == 0x000008, "Wrong alignment on FEngineShowFlagsSetting"); \ +static_assert(sizeof(FEngineShowFlagsSetting) == 0x000018, "Wrong size on FEngineShowFlagsSetting"); \ +static_assert(offsetof(FEngineShowFlagsSetting, ShowFlagName) == 0x000000, "Member 'FEngineShowFlagsSetting::ShowFlagName' has a wrong offset!"); \ +static_assert(offsetof(FEngineShowFlagsSetting, Enabled) == 0x000010, "Member 'FEngineShowFlagsSetting::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneViewExtensionIsActiveFunctor \ +static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ +static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ + +#define DUMPER7_ASSERTS_FSingleAnimationPlayData \ +static_assert(alignof(FSingleAnimationPlayData) == 0x000008, "Wrong alignment on FSingleAnimationPlayData"); \ +static_assert(sizeof(FSingleAnimationPlayData) == 0x000018, "Wrong size on FSingleAnimationPlayData"); \ +static_assert(offsetof(FSingleAnimationPlayData, AnimToPlay) == 0x000000, "Member 'FSingleAnimationPlayData::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(FSingleAnimationPlayData, SavedPosition) == 0x00000C, "Member 'FSingleAnimationPlayData::SavedPosition' has a wrong offset!"); \ +static_assert(offsetof(FSingleAnimationPlayData, SavedPlayRate) == 0x000010, "Member 'FSingleAnimationPlayData::SavedPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMaterial \ +static_assert(alignof(FSkeletalMaterial) == 0x000008, "Wrong alignment on FSkeletalMaterial"); \ +static_assert(sizeof(FSkeletalMaterial) == 0x000028, "Wrong size on FSkeletalMaterial"); \ +static_assert(offsetof(FSkeletalMaterial, MaterialInterface) == 0x000000, "Member 'FSkeletalMaterial::MaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMaterial, MaterialSlotName) == 0x000008, "Member 'FSkeletalMaterial::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMaterial, UVChannelData) == 0x000010, "Member 'FSkeletalMaterial::UVChannelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothPhysicsProperties_Legacy \ +static_assert(alignof(FClothPhysicsProperties_Legacy) == 0x000004, "Wrong alignment on FClothPhysicsProperties_Legacy"); \ +static_assert(sizeof(FClothPhysicsProperties_Legacy) == 0x000050, "Wrong size on FClothPhysicsProperties_Legacy"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, VerticalResistance) == 0x000000, "Member 'FClothPhysicsProperties_Legacy::VerticalResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, HorizontalResistance) == 0x000004, "Member 'FClothPhysicsProperties_Legacy::HorizontalResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, BendResistance) == 0x000008, "Member 'FClothPhysicsProperties_Legacy::BendResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, ShearResistance) == 0x00000C, "Member 'FClothPhysicsProperties_Legacy::ShearResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Friction) == 0x000010, "Member 'FClothPhysicsProperties_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Damping) == 0x000014, "Member 'FClothPhysicsProperties_Legacy::Damping' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherStiffness) == 0x000018, "Member 'FClothPhysicsProperties_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherLimit) == 0x00001C, "Member 'FClothPhysicsProperties_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Drag) == 0x000020, "Member 'FClothPhysicsProperties_Legacy::Drag' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, StiffnessFrequency) == 0x000024, "Member 'FClothPhysicsProperties_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, GravityScale) == 0x000028, "Member 'FClothPhysicsProperties_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, MassScale) == 0x00002C, "Member 'FClothPhysicsProperties_Legacy::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, InertiaBlend) == 0x000030, "Member 'FClothPhysicsProperties_Legacy::InertiaBlend' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionThickness) == 0x000034, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionSquashScale) == 0x000038, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionSquashScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionStiffness) == 0x00003C, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SolverFrequency) == 0x000040, "Member 'FClothPhysicsProperties_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberCompression) == 0x000044, "Member 'FClothPhysicsProperties_Legacy::FiberCompression' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberExpansion) == 0x000048, "Member 'FClothPhysicsProperties_Legacy::FiberExpansion' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberResistance) == 0x00004C, "Member 'FClothPhysicsProperties_Legacy::FiberResistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothingAssetData_Legacy \ +static_assert(alignof(FClothingAssetData_Legacy) == 0x000008, "Wrong alignment on FClothingAssetData_Legacy"); \ +static_assert(sizeof(FClothingAssetData_Legacy) == 0x000078, "Wrong size on FClothingAssetData_Legacy"); \ +static_assert(offsetof(FClothingAssetData_Legacy, AssetName) == 0x000000, "Member 'FClothingAssetData_Legacy::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, ApexFileName) == 0x000008, "Member 'FClothingAssetData_Legacy::ApexFileName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, bClothPropertiesChanged) == 0x000018, "Member 'FClothingAssetData_Legacy::bClothPropertiesChanged' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, PhysicsProperties) == 0x00001C, "Member 'FClothingAssetData_Legacy::PhysicsProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings \ +static_assert(alignof(FSkeletalMeshOptimizationSettings) == 0x000004, "Wrong alignment on FSkeletalMeshOptimizationSettings"); \ +static_assert(sizeof(FSkeletalMeshOptimizationSettings) == 0x00003C, "Wrong size on FSkeletalMeshOptimizationSettings"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, TerminationCriterion) == 0x000000, "Member 'FSkeletalMeshOptimizationSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FSkeletalMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfVertPercentage) == 0x000008, "Member 'FSkeletalMeshOptimizationSettings::NumOfVertPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfTriangles) == 0x00000C, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfTriangles' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfVerts) == 0x000010, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfVerts' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxDeviationPercentage) == 0x000014, "Member 'FSkeletalMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, ReductionMethod) == 0x000018, "Member 'FSkeletalMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, SilhouetteImportance) == 0x000019, "Member 'FSkeletalMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, TextureImportance) == 0x00001A, "Member 'FSkeletalMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, ShadingImportance) == 0x00001B, "Member 'FSkeletalMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, SkinningImportance) == 0x00001C, "Member 'FSkeletalMeshOptimizationSettings::SkinningImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, WeldingThreshold) == 0x000020, "Member 'FSkeletalMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NormalsThreshold) == 0x000024, "Member 'FSkeletalMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxBonesPerVertex) == 0x000028, "Member 'FSkeletalMeshOptimizationSettings::MaxBonesPerVertex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, VolumeImportance) == 0x000030, "Member 'FSkeletalMeshOptimizationSettings::VolumeImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, BaseLOD) == 0x000038, "Member 'FSkeletalMeshOptimizationSettings::BaseLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshLODInfo \ +static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ +static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000B8, "Wrong size on FSkeletalMeshLODInfo"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODInfo::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODInfo::LODHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, LODMaterialMap) == 0x000008, "Member 'FSkeletalMeshLODInfo::LODMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BuildSettings) == 0x000018, "Member 'FSkeletalMeshLODInfo::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, ReductionSettings) == 0x00002C, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000068, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000078, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x000088, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x000090, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x000098, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshClothBuildParams \ +static_assert(alignof(FSkeletalMeshClothBuildParams) == 0x000008, "Wrong alignment on FSkeletalMeshClothBuildParams"); \ +static_assert(sizeof(FSkeletalMeshClothBuildParams) == 0x000058, "Wrong size on FSkeletalMeshClothBuildParams"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, TargetAsset) == 0x000000, "Member 'FSkeletalMeshClothBuildParams::TargetAsset' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, TargetLod) == 0x000008, "Member 'FSkeletalMeshClothBuildParams::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, bRemapParameters) == 0x00000C, "Member 'FSkeletalMeshClothBuildParams::bRemapParameters' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, AssetName) == 0x000010, "Member 'FSkeletalMeshClothBuildParams::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, LODIndex) == 0x000020, "Member 'FSkeletalMeshClothBuildParams::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, SourceSection) == 0x000024, "Member 'FSkeletalMeshClothBuildParams::SourceSection' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, bRemoveFromMesh) == 0x000028, "Member 'FSkeletalMeshClothBuildParams::bRemoveFromMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, PhysicsAsset) == 0x000030, "Member 'FSkeletalMeshClothBuildParams::PhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSkeletalMeshSignificanceSettings \ +static_assert(alignof(FSkeletalMeshSignificanceSettings) == 0x000004, "Wrong alignment on FSkeletalMeshSignificanceSettings"); \ +static_assert(sizeof(FSkeletalMeshSignificanceSettings) == 0x000014, "Wrong size on FSkeletalMeshSignificanceSettings"); \ +static_assert(offsetof(FSkeletalMeshSignificanceSettings, UseSignificance) == 0x000000, "Member 'FSkeletalMeshSignificanceSettings::UseSignificance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSignificanceSettings, DistanceMinMax) == 0x000004, "Member 'FSkeletalMeshSignificanceSettings::DistanceMinMax' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSignificanceSettings, EvalRateMinMax) == 0x00000C, "Member 'FSkeletalMeshSignificanceSettings::EvalRateMinMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentClothTickFunction \ +static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentEndPhysicsTickFunction \ +static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FBoneFilter \ +static_assert(alignof(FBoneFilter) == 0x000004, "Wrong alignment on FBoneFilter"); \ +static_assert(sizeof(FBoneFilter) == 0x00000C, "Wrong size on FBoneFilter"); \ +static_assert(offsetof(FBoneFilter, bExcludeSelf) == 0x000000, "Member 'FBoneFilter::bExcludeSelf' has a wrong offset!"); \ +static_assert(offsetof(FBoneFilter, BoneName) == 0x000004, "Member 'FBoneFilter::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshLODGroupSettings \ +static_assert(alignof(FSkeletalMeshLODGroupSettings) == 0x000008, "Wrong alignment on FSkeletalMeshLODGroupSettings"); \ +static_assert(sizeof(FSkeletalMeshLODGroupSettings) == 0x000080, "Wrong size on FSkeletalMeshLODGroupSettings"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODGroupSettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODGroupSettings::LODHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneFilterActionOption) == 0x000008, "Member 'FSkeletalMeshLODGroupSettings::BoneFilterActionOption' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneList) == 0x000010, "Member 'FSkeletalMeshLODGroupSettings::BoneList' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BonesToPrioritize) == 0x000020, "Member 'FSkeletalMeshLODGroupSettings::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, WeightOfPrioritization) == 0x000030, "Member 'FSkeletalMeshLODGroupSettings::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BakePose) == 0x000038, "Member 'FSkeletalMeshLODGroupSettings::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ReductionSettings) == 0x000040, "Member 'FSkeletalMeshLODGroupSettings::ReductionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionMaterialFilter \ +static_assert(alignof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionMaterialFilter"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000008, "Wrong size on FSkeletalMeshSamplingRegionMaterialFilter"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegionMaterialFilter, MaterialName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionMaterialFilter::MaterialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBoneFilter \ +static_assert(alignof(FSkeletalMeshSamplingRegionBoneFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionBoneFilter"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBoneFilter) == 0x00000C, "Wrong size on FSkeletalMeshSamplingRegionBoneFilter"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegionBoneFilter, BoneName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionBoneFilter::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegion \ +static_assert(alignof(FSkeletalMeshSamplingRegion) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegion"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegion) == 0x000030, "Wrong size on FSkeletalMeshSamplingRegion"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, Name) == 0x000000, "Member 'FSkeletalMeshSamplingRegion::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, LODIndex) == 0x000008, "Member 'FSkeletalMeshSamplingRegion::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, MaterialFilters) == 0x000010, "Member 'FSkeletalMeshSamplingRegion::MaterialFilters' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, BoneFilters) == 0x000020, "Member 'FSkeletalMeshSamplingRegion::BoneFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingLODBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ +static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo \ +static_assert(alignof(FSkeletalMeshSamplingInfo) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingInfo"); \ +static_assert(sizeof(FSkeletalMeshSamplingInfo) == 0x000030, "Wrong size on FSkeletalMeshSamplingInfo"); \ +static_assert(offsetof(FSkeletalMeshSamplingInfo, Regions) == 0x000000, "Member 'FSkeletalMeshSamplingInfo::Regions' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingInfo, BuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingInfo::BuiltData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualBone \ +static_assert(alignof(FVirtualBone) == 0x000004, "Wrong alignment on FVirtualBone"); \ +static_assert(sizeof(FVirtualBone) == 0x000018, "Wrong size on FVirtualBone"); \ +static_assert(offsetof(FVirtualBone, SourceBoneName) == 0x000000, "Member 'FVirtualBone::SourceBoneName' has a wrong offset!"); \ +static_assert(offsetof(FVirtualBone, TargetBoneName) == 0x000008, "Member 'FVirtualBone::TargetBoneName' has a wrong offset!"); \ +static_assert(offsetof(FVirtualBone, VirtualBoneName) == 0x000010, "Member 'FVirtualBone::VirtualBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSlotGroup \ +static_assert(alignof(FAnimSlotGroup) == 0x000008, "Wrong alignment on FAnimSlotGroup"); \ +static_assert(sizeof(FAnimSlotGroup) == 0x000018, "Wrong size on FAnimSlotGroup"); \ +static_assert(offsetof(FAnimSlotGroup, GroupName) == 0x000000, "Member 'FAnimSlotGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotGroup, SlotNames) == 0x000008, "Member 'FAnimSlotGroup::SlotNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameMapping \ +static_assert(alignof(FNameMapping) == 0x000004, "Wrong alignment on FNameMapping"); \ +static_assert(sizeof(FNameMapping) == 0x000010, "Wrong size on FNameMapping"); \ +static_assert(offsetof(FNameMapping, NodeName) == 0x000000, "Member 'FNameMapping::NodeName' has a wrong offset!"); \ +static_assert(offsetof(FNameMapping, BoneName) == 0x000008, "Member 'FNameMapping::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConfiguration \ +static_assert(alignof(FRigConfiguration) == 0x000008, "Wrong alignment on FRigConfiguration"); \ +static_assert(sizeof(FRigConfiguration) == 0x000018, "Wrong size on FRigConfiguration"); \ +static_assert(offsetof(FRigConfiguration, Rig) == 0x000000, "Member 'FRigConfiguration::Rig' has a wrong offset!"); \ +static_assert(offsetof(FRigConfiguration, BoneMappingTable) == 0x000008, "Member 'FRigConfiguration::BoneMappingTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneReductionSetting \ +static_assert(alignof(FBoneReductionSetting) == 0x000008, "Wrong alignment on FBoneReductionSetting"); \ +static_assert(sizeof(FBoneReductionSetting) == 0x000010, "Wrong size on FBoneReductionSetting"); \ +static_assert(offsetof(FBoneReductionSetting, BonesToRemove) == 0x000000, "Member 'FBoneReductionSetting::BonesToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReferencePose \ +static_assert(alignof(FReferencePose) == 0x000008, "Wrong alignment on FReferencePose"); \ +static_assert(sizeof(FReferencePose) == 0x000018, "Wrong size on FReferencePose"); \ +static_assert(offsetof(FReferencePose, PoseName) == 0x000000, "Member 'FReferencePose::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FReferencePose, ReferencePose) == 0x000008, "Member 'FReferencePose::ReferencePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonToMeshLinkup \ +static_assert(alignof(FSkeletonToMeshLinkup) == 0x000008, "Wrong alignment on FSkeletonToMeshLinkup"); \ +static_assert(sizeof(FSkeletonToMeshLinkup) == 0x000020, "Wrong size on FSkeletonToMeshLinkup"); \ +static_assert(offsetof(FSkeletonToMeshLinkup, SkeletonToMeshTable) == 0x000000, "Member 'FSkeletonToMeshLinkup::SkeletonToMeshTable' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonToMeshLinkup, MeshToSkeletonTable) == 0x000010, "Member 'FSkeletonToMeshLinkup::MeshToSkeletonTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexOffsetUsage \ +static_assert(alignof(FVertexOffsetUsage) == 0x000004, "Wrong alignment on FVertexOffsetUsage"); \ +static_assert(sizeof(FVertexOffsetUsage) == 0x000004, "Wrong size on FVertexOffsetUsage"); \ +static_assert(offsetof(FVertexOffsetUsage, Usage) == 0x000000, "Member 'FVertexOffsetUsage::Usage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshComponentLODInfo \ +static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ +static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000048, "Wrong size on FSkelMeshComponentLODInfo"); \ +static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshSkinWeightInfo \ +static_assert(alignof(FSkelMeshSkinWeightInfo) == 0x000004, "Wrong alignment on FSkelMeshSkinWeightInfo"); \ +static_assert(sizeof(FSkelMeshSkinWeightInfo) == 0x00003C, "Wrong size on FSkelMeshSkinWeightInfo"); \ +static_assert(offsetof(FSkelMeshSkinWeightInfo, Bones) == 0x000000, "Member 'FSkelMeshSkinWeightInfo::Bones' has a wrong offset!"); \ +static_assert(offsetof(FSkelMeshSkinWeightInfo, Weights) == 0x000030, "Member 'FSkelMeshSkinWeightInfo::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinWeightProfileInfo \ +static_assert(alignof(FSkinWeightProfileInfo) == 0x000004, "Wrong alignment on FSkinWeightProfileInfo"); \ +static_assert(sizeof(FSkinWeightProfileInfo) == 0x000010, "Wrong size on FSkinWeightProfileInfo"); \ +static_assert(offsetof(FSkinWeightProfileInfo, Name) == 0x000000, "Member 'FSkinWeightProfileInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfile) == 0x000008, "Member 'FSkinWeightProfileInfo::DefaultProfile' has a wrong offset!"); \ +static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfileFromLODIndex) == 0x00000C, "Member 'FSkinWeightProfileInfo::DefaultProfileFromLODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinWeightProfileManagerTickFunction \ +static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ +static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000030, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_FTentDistribution \ +static_assert(alignof(FTentDistribution) == 0x000004, "Wrong alignment on FTentDistribution"); \ +static_assert(sizeof(FTentDistribution) == 0x00000C, "Wrong size on FTentDistribution"); \ +static_assert(offsetof(FTentDistribution, TipAltitude) == 0x000000, "Member 'FTentDistribution::TipAltitude' has a wrong offset!"); \ +static_assert(offsetof(FTentDistribution, TipValue) == 0x000004, "Member 'FTentDistribution::TipValue' has a wrong offset!"); \ +static_assert(offsetof(FTentDistribution, Width) == 0x000008, "Member 'FTentDistribution::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedSkyLightInstanceData \ +static_assert(alignof(FPrecomputedSkyLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedSkyLightInstanceData"); \ +static_assert(sizeof(FPrecomputedSkyLightInstanceData) == 0x000170, "Wrong size on FPrecomputedSkyLightInstanceData"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, LightGuid) == 0x0000B8, "Member 'FPrecomputedSkyLightInstanceData::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, AverageBrightness) == 0x0000C8, "Member 'FPrecomputedSkyLightInstanceData::AverageBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartNameContainer \ +static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ +static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ + +#define DUMPER7_ASSERTS_FSmartNameMapping \ +static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ +static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ + +#define DUMPER7_ASSERTS_FCurveMetaData \ +static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ +static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationPluginSettings \ +static_assert(alignof(FSoundAttenuationPluginSettings) == 0x000008, "Wrong alignment on FSoundAttenuationPluginSettings"); \ +static_assert(sizeof(FSoundAttenuationPluginSettings) == 0x000030, "Wrong size on FSoundAttenuationPluginSettings"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, SpatializationPluginSettingsArray) == 0x000000, "Member 'FSoundAttenuationPluginSettings::SpatializationPluginSettingsArray' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, OcclusionPluginSettingsArray) == 0x000010, "Member 'FSoundAttenuationPluginSettings::OcclusionPluginSettingsArray' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, ReverbPluginSettingsArray) == 0x000020, "Member 'FSoundAttenuationPluginSettings::ReverbPluginSettingsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationSettings \ +static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ +static_assert(sizeof(FSoundAttenuationSettings) == 0x0003A0, "Wrong size on FSoundAttenuationSettings"); \ +static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000B2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000B4, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0000B8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0000B9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0000BA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0000BB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OmniRadius) == 0x0000BC, "Member 'FSoundAttenuationSettings::OmniRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0000C0, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0000C4, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x0000C8, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D0, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000158, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x0001E0, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x0001E4, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x0001E8, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x0001EC, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x0001F0, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x0001F8, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x0001FC, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000200, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000204, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x000208, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x00020C, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000210, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000214, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x000218, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x00021C, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000220, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000224, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x000228, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x00022C, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000230, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000234, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000238, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002C0, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x0002D0, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x0002D4, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x0002D8, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x0002DC, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x0002E0, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x0002E8, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000370, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPassiveSoundMixModifier \ +static_assert(alignof(FPassiveSoundMixModifier) == 0x000008, "Wrong alignment on FPassiveSoundMixModifier"); \ +static_assert(sizeof(FPassiveSoundMixModifier) == 0x000010, "Wrong size on FPassiveSoundMixModifier"); \ +static_assert(offsetof(FPassiveSoundMixModifier, SoundMix) == 0x000000, "Member 'FPassiveSoundMixModifier::SoundMix' has a wrong offset!"); \ +static_assert(offsetof(FPassiveSoundMixModifier, MinVolumeThreshold) == 0x000008, "Member 'FPassiveSoundMixModifier::MinVolumeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPassiveSoundMixModifier, MaxVolumeThreshold) == 0x00000C, "Member 'FPassiveSoundMixModifier::MaxVolumeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ +static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ +static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000040, "Wrong size on FSoundModulationDefaultSettings"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000010, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x000020, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000030, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassProperties \ +static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ +static_assert(sizeof(FSoundClassProperties) == 0x000078, "Wrong size on FSoundClassProperties"); \ +static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000068, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000069, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000070, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassEditorData \ +static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ +static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ + +#define DUMPER7_ASSERTS_FSoundConcurrencySettings \ +static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ +static_assert(sizeof(FSoundConcurrencySettings) == 0x000028, "Wrong size on FSoundConcurrencySettings"); \ +static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000008, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x00000C, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000024, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundNodeEditorData \ +static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ +static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ + +#define DUMPER7_ASSERTS_FSourceEffectChainEntry \ +static_assert(alignof(FSourceEffectChainEntry) == 0x000008, "Wrong alignment on FSourceEffectChainEntry"); \ +static_assert(sizeof(FSourceEffectChainEntry) == 0x000010, "Wrong size on FSourceEffectChainEntry"); \ +static_assert(offsetof(FSourceEffectChainEntry, Preset) == 0x000000, "Member 'FSourceEffectChainEntry::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundGroup \ +static_assert(alignof(FSoundGroup) == 0x000008, "Wrong alignment on FSoundGroup"); \ +static_assert(sizeof(FSoundGroup) == 0x000020, "Wrong size on FSoundGroup"); \ +static_assert(offsetof(FSoundGroup, SoundGroup) == 0x000000, "Member 'FSoundGroup::SoundGroup' has a wrong offset!"); \ +static_assert(offsetof(FSoundGroup, DisplayName) == 0x000008, "Member 'FSoundGroup::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSoundGroup, DecompressedDuration) == 0x00001C, "Member 'FSoundGroup::DecompressedDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassAdjuster \ +static_assert(alignof(FSoundClassAdjuster) == 0x000008, "Wrong alignment on FSoundClassAdjuster"); \ +static_assert(sizeof(FSoundClassAdjuster) == 0x000020, "Wrong size on FSoundClassAdjuster"); \ +static_assert(offsetof(FSoundClassAdjuster, SoundClassObject) == 0x000000, "Member 'FSoundClassAdjuster::SoundClassObject' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, VolumeAdjuster) == 0x000008, "Member 'FSoundClassAdjuster::VolumeAdjuster' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, PitchAdjuster) == 0x00000C, "Member 'FSoundClassAdjuster::PitchAdjuster' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, LowPassFilterFrequency) == 0x000010, "Member 'FSoundClassAdjuster::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, VoiceCenterChannelVolumeAdjuster) == 0x000018, "Member 'FSoundClassAdjuster::VoiceCenterChannelVolumeAdjuster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioEQEffect \ +static_assert(alignof(FAudioEQEffect) == 0x000008, "Wrong alignment on FAudioEQEffect"); \ +static_assert(sizeof(FAudioEQEffect) == 0x000040, "Wrong size on FAudioEQEffect"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter0) == 0x000010, "Member 'FAudioEQEffect::FrequencyCenter0' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain0) == 0x000014, "Member 'FAudioEQEffect::Gain0' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth0) == 0x000018, "Member 'FAudioEQEffect::Bandwidth0' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter1) == 0x00001C, "Member 'FAudioEQEffect::FrequencyCenter1' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain1) == 0x000020, "Member 'FAudioEQEffect::Gain1' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth1) == 0x000024, "Member 'FAudioEQEffect::Bandwidth1' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter2) == 0x000028, "Member 'FAudioEQEffect::FrequencyCenter2' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain2) == 0x00002C, "Member 'FAudioEQEffect::Gain2' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth2) == 0x000030, "Member 'FAudioEQEffect::Bandwidth2' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter3) == 0x000034, "Member 'FAudioEQEffect::FrequencyCenter3' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain3) == 0x000038, "Member 'FAudioEQEffect::Gain3' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth3) == 0x00003C, "Member 'FAudioEQEffect::Bandwidth3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings \ +static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ +static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000048, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000040, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000041, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000042, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000043, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistanceDatum \ +static_assert(alignof(FDistanceDatum) == 0x000004, "Wrong alignment on FDistanceDatum"); \ +static_assert(sizeof(FDistanceDatum) == 0x000014, "Wrong size on FDistanceDatum"); \ +static_assert(offsetof(FDistanceDatum, FadeInDistanceStart) == 0x000000, "Member 'FDistanceDatum::FadeInDistanceStart' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, FadeInDistanceEnd) == 0x000004, "Member 'FDistanceDatum::FadeInDistanceEnd' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, FadeOutDistanceStart) == 0x000008, "Member 'FDistanceDatum::FadeOutDistanceStart' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, FadeOutDistanceEnd) == 0x00000C, "Member 'FDistanceDatum::FadeOutDistanceEnd' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, Volume) == 0x000010, "Member 'FDistanceDatum::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModulatorContinuousParams \ +static_assert(alignof(FModulatorContinuousParams) == 0x000004, "Wrong alignment on FModulatorContinuousParams"); \ +static_assert(sizeof(FModulatorContinuousParams) == 0x000020, "Wrong size on FModulatorContinuousParams"); \ +static_assert(offsetof(FModulatorContinuousParams, ParameterName) == 0x000000, "Member 'FModulatorContinuousParams::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, Default) == 0x000008, "Member 'FModulatorContinuousParams::Default' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MinInput) == 0x00000C, "Member 'FModulatorContinuousParams::MinInput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MaxInput) == 0x000010, "Member 'FModulatorContinuousParams::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MinOutput) == 0x000014, "Member 'FModulatorContinuousParams::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MaxOutput) == 0x000018, "Member 'FModulatorContinuousParams::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, ParamMode) == 0x00001C, "Member 'FModulatorContinuousParams::ParamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSourceBusSendInfo \ +static_assert(alignof(FSoundSourceBusSendInfo) == 0x000008, "Wrong alignment on FSoundSourceBusSendInfo"); \ +static_assert(sizeof(FSoundSourceBusSendInfo) == 0x0000B8, "Wrong size on FSoundSourceBusSendInfo"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SourceBusSendLevelControlMethod) == 0x000000, "Member 'FSoundSourceBusSendInfo::SourceBusSendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SoundSourceBus) == 0x000008, "Member 'FSoundSourceBusSendInfo::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, AudioBus) == 0x000010, "Member 'FSoundSourceBusSendInfo::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SendLevel) == 0x000018, "Member 'FSoundSourceBusSendInfo::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MinSendLevel) == 0x00001C, "Member 'FSoundSourceBusSendInfo::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendLevel) == 0x000020, "Member 'FSoundSourceBusSendInfo::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MinSendDistance) == 0x000024, "Member 'FSoundSourceBusSendInfo::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendDistance) == 0x000028, "Member 'FSoundSourceBusSendInfo::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, CustomSendLevelCurve) == 0x000030, "Member 'FSoundSourceBusSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSpectralAnalysisBandSettings \ +static_assert(alignof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000004, "Wrong alignment on FSoundSubmixSpectralAnalysisBandSettings"); \ +static_assert(sizeof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000010, "Wrong size on FSoundSubmixSpectralAnalysisBandSettings"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, BandFrequency) == 0x000000, "Member 'FSoundSubmixSpectralAnalysisBandSettings::BandFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, AttackTimeMsec) == 0x000004, "Member 'FSoundSubmixSpectralAnalysisBandSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FSoundSubmixSpectralAnalysisBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, QFactor) == 0x00000C, "Member 'FSoundSubmixSpectralAnalysisBandSettings::QFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveEnvelopeTimeData \ +static_assert(alignof(FSoundWaveEnvelopeTimeData) == 0x000004, "Wrong alignment on FSoundWaveEnvelopeTimeData"); \ +static_assert(sizeof(FSoundWaveEnvelopeTimeData) == 0x000008, "Wrong size on FSoundWaveEnvelopeTimeData"); \ +static_assert(offsetof(FSoundWaveEnvelopeTimeData, Amplitude) == 0x000000, "Member 'FSoundWaveEnvelopeTimeData::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveEnvelopeTimeData, TimeSec) == 0x000004, "Member 'FSoundWaveEnvelopeTimeData::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound \ +static_assert(alignof(FSoundWaveEnvelopeDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveEnvelopeDataPerSound"); \ +static_assert(sizeof(FSoundWaveEnvelopeDataPerSound) == 0x000010, "Wrong size on FSoundWaveEnvelopeDataPerSound"); \ +static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, Envelope) == 0x000000, "Member 'FSoundWaveEnvelopeDataPerSound::Envelope' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, PlaybackTime) == 0x000004, "Member 'FSoundWaveEnvelopeDataPerSound::PlaybackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, SoundWave) == 0x000008, "Member 'FSoundWaveEnvelopeDataPerSound::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveSpectralDataPerSound \ +static_assert(alignof(FSoundWaveSpectralDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveSpectralDataPerSound"); \ +static_assert(sizeof(FSoundWaveSpectralDataPerSound) == 0x000020, "Wrong size on FSoundWaveSpectralDataPerSound"); \ +static_assert(offsetof(FSoundWaveSpectralDataPerSound, SpectralData) == 0x000000, "Member 'FSoundWaveSpectralDataPerSound::SpectralData' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralDataPerSound, PlaybackTime) == 0x000010, "Member 'FSoundWaveSpectralDataPerSound::PlaybackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralDataPerSound, SoundWave) == 0x000018, "Member 'FSoundWaveSpectralDataPerSound::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamedAudioPlatformData \ +static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ +static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ + +#define DUMPER7_ASSERTS_FSplineCurves \ +static_assert(alignof(FSplineCurves) == 0x000008, "Wrong alignment on FSplineCurves"); \ +static_assert(sizeof(FSplineCurves) == 0x000070, "Wrong size on FSplineCurves"); \ +static_assert(offsetof(FSplineCurves, Position) == 0x000000, "Member 'FSplineCurves::Position' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Rotation) == 0x000018, "Member 'FSplineCurves::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Scale) == 0x000030, "Member 'FSplineCurves::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, ReparamTable) == 0x000048, "Member 'FSplineCurves::ReparamTable' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, MetaData) == 0x000060, "Member 'FSplineCurves::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Version) == 0x000068, "Member 'FSplineCurves::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineInstanceData \ +static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ +static_assert(sizeof(FSplineInstanceData) == 0x0001A0, "Wrong size on FSplineInstanceData"); \ +static_assert(offsetof(FSplineInstanceData, bSplineHasBeenEdited) == 0x0000B8, "Member 'FSplineInstanceData::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(FSplineInstanceData, SplineCurves) == 0x0000C0, "Member 'FSplineInstanceData::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(FSplineInstanceData, SplineCurvesPreUCS) == 0x000130, "Member 'FSplineInstanceData::SplineCurvesPreUCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplinePoint \ +static_assert(alignof(FSplinePoint) == 0x000004, "Wrong alignment on FSplinePoint"); \ +static_assert(sizeof(FSplinePoint) == 0x000044, "Wrong size on FSplinePoint"); \ +static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Position) == 0x000004, "Member 'FSplinePoint::Position' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000010, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x00001C, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Rotation) == 0x000028, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Scale) == 0x000034, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Type) == 0x000040, "Member 'FSplinePoint::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshInstanceData \ +static_assert(alignof(FSplineMeshInstanceData) == 0x000008, "Wrong alignment on FSplineMeshInstanceData"); \ +static_assert(sizeof(FSplineMeshInstanceData) == 0x0000E8, "Wrong size on FSplineMeshInstanceData"); \ +static_assert(offsetof(FSplineMeshInstanceData, StartPos) == 0x0000B8, "Member 'FSplineMeshInstanceData::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, EndPos) == 0x0000C4, "Member 'FSplineMeshInstanceData::EndPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, StartTangent) == 0x0000D0, "Member 'FSplineMeshInstanceData::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, EndTangent) == 0x0000DC, "Member 'FSplineMeshInstanceData::EndTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshParams \ +static_assert(alignof(FSplineMeshParams) == 0x000004, "Wrong alignment on FSplineMeshParams"); \ +static_assert(sizeof(FSplineMeshParams) == 0x000058, "Wrong size on FSplineMeshParams"); \ +static_assert(offsetof(FSplineMeshParams, StartPos) == 0x000000, "Member 'FSplineMeshParams::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartTangent) == 0x00000C, "Member 'FSplineMeshParams::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartScale) == 0x000018, "Member 'FSplineMeshParams::StartScale' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartRoll) == 0x000020, "Member 'FSplineMeshParams::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartOffset) == 0x000024, "Member 'FSplineMeshParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndPos) == 0x00002C, "Member 'FSplineMeshParams::EndPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndScale) == 0x000038, "Member 'FSplineMeshParams::EndScale' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndTangent) == 0x000040, "Member 'FSplineMeshParams::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x00004C, "Member 'FSplineMeshParams::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x000050, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterial \ +static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ +static_assert(sizeof(FStaticMaterial) == 0x000030, "Wrong size on FStaticMaterial"); \ +static_assert(offsetof(FStaticMaterial, MaterialInterface) == 0x000000, "Member 'FStaticMaterial::MaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, MaterialSlotName) == 0x000008, "Member 'FStaticMaterial::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, ImportedMaterialSlotName) == 0x000010, "Member 'FStaticMaterial::ImportedMaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, UVChannelData) == 0x000018, "Member 'FStaticMaterial::UVChannelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetEditorOrbitCameraPosition \ +static_assert(alignof(FAssetEditorOrbitCameraPosition) == 0x000004, "Wrong alignment on FAssetEditorOrbitCameraPosition"); \ +static_assert(sizeof(FAssetEditorOrbitCameraPosition) == 0x000028, "Wrong size on FAssetEditorOrbitCameraPosition"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, bIsSet) == 0x000000, "Member 'FAssetEditorOrbitCameraPosition::bIsSet' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitPoint) == 0x000004, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitPoint' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitZoom) == 0x000010, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitZoom' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitRotation) == 0x00001C, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSectionInfo \ +static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ +static_assert(sizeof(FMeshSectionInfo) == 0x000008, "Wrong size on FMeshSectionInfo"); \ +static_assert(offsetof(FMeshSectionInfo, MaterialIndex) == 0x000000, "Member 'FMeshSectionInfo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bEnableCollision) == 0x000004, "Member 'FMeshSectionInfo::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bCastShadow) == 0x000005, "Member 'FMeshSectionInfo::bCastShadow' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bVisibleInRayTracing) == 0x000006, "Member 'FMeshSectionInfo::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000007, "Member 'FMeshSectionInfo::bForceOpaque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSectionInfoMap \ +static_assert(alignof(FMeshSectionInfoMap) == 0x000008, "Wrong alignment on FMeshSectionInfoMap"); \ +static_assert(sizeof(FMeshSectionInfoMap) == 0x000050, "Wrong size on FMeshSectionInfoMap"); \ +static_assert(offsetof(FMeshSectionInfoMap, Map) == 0x000000, "Member 'FMeshSectionInfoMap::Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshSourceModel \ +static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ +static_assert(sizeof(FStaticMeshSourceModel) == 0x000070, "Wrong size on FStaticMeshSourceModel"); \ +static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000030, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x000054, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000058, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000060, "Member 'FStaticMeshSourceModel::SourceImportFilename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaintedVertex \ +static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ +static_assert(sizeof(FPaintedVertex) == 0x000020, "Wrong size on FPaintedVertex"); \ +static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Color) == 0x00000C, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Normal) == 0x000010, "Member 'FPaintedVertex::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshVertexColorLODData \ +static_assert(alignof(FStaticMeshVertexColorLODData) == 0x000008, "Wrong alignment on FStaticMeshVertexColorLODData"); \ +static_assert(sizeof(FStaticMeshVertexColorLODData) == 0x000028, "Wrong size on FStaticMeshVertexColorLODData"); \ +static_assert(offsetof(FStaticMeshVertexColorLODData, PaintedVertices) == 0x000000, "Member 'FStaticMeshVertexColorLODData::PaintedVertices' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshVertexColorLODData, VertexBufferColors) == 0x000010, "Member 'FStaticMeshVertexColorLODData::VertexBufferColors' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshVertexColorLODData, LODIndex) == 0x000020, "Member 'FStaticMeshVertexColorLODData::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamingTextureBuildInfo \ +static_assert(alignof(FStreamingTextureBuildInfo) == 0x000004, "Wrong alignment on FStreamingTextureBuildInfo"); \ +static_assert(sizeof(FStreamingTextureBuildInfo) == 0x00000C, "Wrong size on FStreamingTextureBuildInfo"); \ +static_assert(offsetof(FStreamingTextureBuildInfo, PackedRelativeBox) == 0x000000, "Member 'FStreamingTextureBuildInfo::PackedRelativeBox' has a wrong offset!"); \ +static_assert(offsetof(FStreamingTextureBuildInfo, TextureLevelIndex) == 0x000004, "Member 'FStreamingTextureBuildInfo::TextureLevelIndex' has a wrong offset!"); \ +static_assert(offsetof(FStreamingTextureBuildInfo, TexelFactor) == 0x000008, "Member 'FStreamingTextureBuildInfo::TexelFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshComponentInstanceData \ +static_assert(alignof(FStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FStaticMeshComponentInstanceData) == 0x000140, "Wrong size on FStaticMeshComponentInstanceData"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, StaticMesh) == 0x000100, "Member 'FStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, VertexColorLODs) == 0x000108, "Member 'FStaticMeshComponentInstanceData::VertexColorLODs' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, CachedStaticLighting) == 0x000118, "Member 'FStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, StreamingTextureData) == 0x000128, "Member 'FStaticMeshComponentInstanceData::StreamingTextureData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshComponentLODInfo \ +static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ +static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ + +#define DUMPER7_ASSERTS_FStaticParameterBase \ +static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ +static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ +static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticSwitchParameter \ +static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ +static_assert(sizeof(FStaticSwitchParameter) == 0x000028, "Wrong size on FStaticSwitchParameter"); \ +static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000024, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ +static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ +static_assert(sizeof(FStaticComponentMaskParameter) == 0x000028, "Wrong size on FStaticComponentMaskParameter"); \ +static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000024, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000025, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x000026, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x000027, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ +static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ +static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x00002C, "Wrong size on FStaticTerrainLayerWeightParameter"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000028, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ +static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ +static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000068, "Wrong size on FStaticMaterialLayersParameter"); \ +static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSet \ +static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ +static_assert(sizeof(FStaticParameterSet) == 0x000040, "Wrong size on FStaticParameterSet"); \ +static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, MaterialLayersParameters) == 0x000030, "Member 'FStaticParameterSet::MaterialLayersParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquirectProps \ +static_assert(alignof(FEquirectProps) == 0x000004, "Wrong alignment on FEquirectProps"); \ +static_assert(sizeof(FEquirectProps) == 0x000048, "Wrong size on FEquirectProps"); \ +static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000014, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftScale) == 0x000028, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightScale) == 0x000030, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftBias) == 0x000038, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightBias) == 0x000040, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ +static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ +static_assert(sizeof(FSubsurfaceProfileStruct) == 0x00008C, "Wrong size on FSubsurfaceProfileStruct"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SurfaceAlbedo) == 0x000000, "Member 'FSubsurfaceProfileStruct::SurfaceAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathColor) == 0x000010, "Member 'FSubsurfaceProfileStruct::MeanFreePathColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathDistance) == 0x000020, "Member 'FSubsurfaceProfileStruct::MeanFreePathDistance' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, WorldUnitScale) == 0x000024, "Member 'FSubsurfaceProfileStruct::WorldUnitScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, bEnableBurley) == 0x000028, "Member 'FSubsurfaceProfileStruct::bEnableBurley' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00002C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000030, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000050, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000060, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000064, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x000068, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x00006C, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000070, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000074, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x000078, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x00007C, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureFormatSettings \ +static_assert(alignof(FTextureFormatSettings) == 0x000001, "Wrong alignment on FTextureFormatSettings"); \ +static_assert(sizeof(FTextureFormatSettings) == 0x000002, "Wrong size on FTextureFormatSettings"); \ +static_assert(offsetof(FTextureFormatSettings, CompressionSettings) == 0x000000, "Member 'FTextureFormatSettings::CompressionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureSource \ +static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ +static_assert(sizeof(FTextureSource) == 0x000038, "Wrong size on FTextureSource"); \ + +#define DUMPER7_ASSERTS_FTextureSourceBlock \ +static_assert(alignof(FTextureSourceBlock) == 0x000004, "Wrong alignment on FTextureSourceBlock"); \ +static_assert(sizeof(FTextureSourceBlock) == 0x000018, "Wrong size on FTextureSourceBlock"); \ +static_assert(offsetof(FTextureSourceBlock, BlockX) == 0x000000, "Member 'FTextureSourceBlock::BlockX' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, BlockY) == 0x000004, "Member 'FTextureSourceBlock::BlockY' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, SizeX) == 0x000008, "Member 'FTextureSourceBlock::SizeX' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, SizeY) == 0x00000C, "Member 'FTextureSourceBlock::SizeY' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, NumSlices) == 0x000010, "Member 'FTextureSourceBlock::NumSlices' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, NumMips) == 0x000014, "Member 'FTextureSourceBlock::NumMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureLODGroup \ +static_assert(alignof(FTextureLODGroup) == 0x000004, "Wrong alignment on FTextureLODGroup"); \ +static_assert(sizeof(FTextureLODGroup) == 0x000068, "Wrong size on FTextureLODGroup"); \ +static_assert(offsetof(FTextureLODGroup, Group) == 0x000000, "Member 'FTextureLODGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias) == 0x00000C, "Member 'FTextureLODGroup::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smaller) == 0x000010, "Member 'FTextureLODGroup::LODBias_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smallest) == 0x000014, "Member 'FTextureLODGroup::LODBias_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x00001C, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x000020, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x000024, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x000030, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, OptionalLODBias) == 0x000034, "Member 'FTextureLODGroup::OptionalLODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, OptionalMaxLODSize) == 0x000038, "Member 'FTextureLODGroup::OptionalMaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinMagFilter) == 0x000040, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x000048, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x000050, "Member 'FTextureLODGroup::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, HighPriorityLoad) == 0x000051, "Member 'FTextureLODGroup::HighPriorityLoad' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DuplicateNonOptionalMips) == 0x000052, "Member 'FTextureLODGroup::DuplicateNonOptionalMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, Downscale) == 0x000054, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000058, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x00005C, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x000060, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x000064, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo \ +static_assert(alignof(FStreamingRenderAssetPrimitiveInfo) == 0x000008, "Wrong alignment on FStreamingRenderAssetPrimitiveInfo"); \ +static_assert(sizeof(FStreamingRenderAssetPrimitiveInfo) == 0x000030, "Wrong size on FStreamingRenderAssetPrimitiveInfo"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, RenderAsset) == 0x000000, "Member 'FStreamingRenderAssetPrimitiveInfo::RenderAsset' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, Bounds) == 0x000008, "Member 'FStreamingRenderAssetPrimitiveInfo::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, TexelFactor) == 0x000024, "Member 'FStreamingRenderAssetPrimitiveInfo::TexelFactor' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, PackedRelativeBox) == 0x000028, "Member 'FStreamingRenderAssetPrimitiveInfo::PackedRelativeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineLinearColorTrack \ +static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ +static_assert(sizeof(FTimelineLinearColorTrack) == 0x000040, "Wrong size on FTimelineLinearColorTrack"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorCurve) == 0x000000, "Member 'FTimelineLinearColorTrack::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, InterpFunc) == 0x000008, "Member 'FTimelineLinearColorTrack::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, TrackName) == 0x000018, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000020, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineEventEntry \ +static_assert(alignof(FTimelineEventEntry) == 0x000004, "Wrong alignment on FTimelineEventEntry"); \ +static_assert(sizeof(FTimelineEventEntry) == 0x000014, "Wrong size on FTimelineEventEntry"); \ +static_assert(offsetof(FTimelineEventEntry, Time) == 0x000000, "Member 'FTimelineEventEntry::Time' has a wrong offset!"); \ +static_assert(offsetof(FTimelineEventEntry, EventFunc) == 0x000004, "Member 'FTimelineEventEntry::EventFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FTTPropertyTrack \ +static_assert(alignof(FTTPropertyTrack) == 0x000008, "Wrong alignment on FTTPropertyTrack"); \ +static_assert(sizeof(FTTPropertyTrack) == 0x000020, "Wrong size on FTTPropertyTrack"); \ +static_assert(offsetof(FTTPropertyTrack, PropertyName) == 0x000018, "Member 'FTTPropertyTrack::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTLinearColorTrack \ +static_assert(alignof(FTTLinearColorTrack) == 0x000008, "Wrong alignment on FTTLinearColorTrack"); \ +static_assert(sizeof(FTTLinearColorTrack) == 0x000028, "Wrong size on FTTLinearColorTrack"); \ +static_assert(offsetof(FTTLinearColorTrack, CurveLinearColor) == 0x000020, "Member 'FTTLinearColorTrack::CurveLinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTVectorTrack \ +static_assert(alignof(FTTVectorTrack) == 0x000008, "Wrong alignment on FTTVectorTrack"); \ +static_assert(sizeof(FTTVectorTrack) == 0x000028, "Wrong size on FTTVectorTrack"); \ +static_assert(offsetof(FTTVectorTrack, CurveVector) == 0x000020, "Member 'FTTVectorTrack::CurveVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTFloatTrack \ +static_assert(alignof(FTTFloatTrack) == 0x000008, "Wrong alignment on FTTFloatTrack"); \ +static_assert(sizeof(FTTFloatTrack) == 0x000028, "Wrong size on FTTFloatTrack"); \ +static_assert(offsetof(FTTFloatTrack, CurveFloat) == 0x000020, "Member 'FTTFloatTrack::CurveFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTEventTrack \ +static_assert(alignof(FTTEventTrack) == 0x000008, "Wrong alignment on FTTEventTrack"); \ +static_assert(sizeof(FTTEventTrack) == 0x000028, "Wrong size on FTTEventTrack"); \ +static_assert(offsetof(FTTEventTrack, FunctionName) == 0x000018, "Member 'FTTEventTrack::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FTTEventTrack, CurveKeys) == 0x000020, "Member 'FTTEventTrack::CurveKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTTrackId \ +static_assert(alignof(FTTTrackId) == 0x000004, "Wrong alignment on FTTTrackId"); \ +static_assert(sizeof(FTTTrackId) == 0x000008, "Wrong size on FTTTrackId"); \ +static_assert(offsetof(FTTTrackId, TrackType) == 0x000000, "Member 'FTTTrackId::TrackType' has a wrong offset!"); \ +static_assert(offsetof(FTTTrackId, TrackIndex) == 0x000004, "Member 'FTTTrackId::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeStretchCurveInstance \ +static_assert(alignof(FTimeStretchCurveInstance) == 0x000008, "Wrong alignment on FTimeStretchCurveInstance"); \ +static_assert(sizeof(FTimeStretchCurveInstance) == 0x000030, "Wrong size on FTimeStretchCurveInstance"); \ +static_assert(offsetof(FTimeStretchCurveInstance, bHasValidData) == 0x000000, "Member 'FTimeStretchCurveInstance::bHasValidData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeStretchCurveMarker \ +static_assert(alignof(FTimeStretchCurveMarker) == 0x000004, "Wrong alignment on FTimeStretchCurveMarker"); \ +static_assert(sizeof(FTimeStretchCurveMarker) == 0x000010, "Wrong size on FTimeStretchCurveMarker"); \ +static_assert(offsetof(FTimeStretchCurveMarker, Time) == 0x000000, "Member 'FTimeStretchCurveMarker::Time' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurveMarker, Alpha) == 0x00000C, "Member 'FTimeStretchCurveMarker::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeStretchCurve \ +static_assert(alignof(FTimeStretchCurve) == 0x000008, "Wrong alignment on FTimeStretchCurve"); \ +static_assert(sizeof(FTimeStretchCurve) == 0x000028, "Wrong size on FTimeStretchCurve"); \ +static_assert(offsetof(FTimeStretchCurve, SamplingRate) == 0x000000, "Member 'FTimeStretchCurve::SamplingRate' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurve, CurveValueMinPrecision) == 0x000004, "Member 'FTimeStretchCurve::CurveValueMinPrecision' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurve, Markers) == 0x000008, "Member 'FTimeStretchCurve::Markers' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurve, Sum_dT_i_by_C_i) == 0x000018, "Member 'FTimeStretchCurve::Sum_dT_i_by_C_i' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTouchInputControl \ +static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ +static_assert(sizeof(FTouchInputControl) == 0x000068, "Wrong size on FTouchInputControl"); \ +static_assert(offsetof(FTouchInputControl, Image1) == 0x000000, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image2) == 0x000008, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Center) == 0x000010, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000018, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000020, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000028, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InputScale) == 0x000030, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000038, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000050, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ +static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000014, "Wrong size on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, PackageName) == 0x000000, "Member 'FUpdateLevelVisibilityLevelInfo::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, Filename) == 0x000008, "Member 'FUpdateLevelVisibilityLevelInfo::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualTextureBuildSettings \ +static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ +static_assert(sizeof(FVirtualTextureBuildSettings) == 0x00000C, "Wrong size on FVirtualTextureBuildSettings"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileSize) == 0x000000, "Member 'FVirtualTextureBuildSettings::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileBorderSize) == 0x000004, "Member 'FVirtualTextureBuildSettings::TileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressCrunch) == 0x000008, "Member 'FVirtualTextureBuildSettings::bEnableCompressCrunch' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressZlib) == 0x000009, "Member 'FVirtualTextureBuildSettings::bEnableCompressZlib' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig \ +static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ +static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000028, "Wrong size on FVirtualTextureSpacePoolConfig"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinTileSize) == 0x000000, "Member 'FVirtualTextureSpacePoolConfig::MinTileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxTileSize) == 0x000004, "Member 'FVirtualTextureSpacePoolConfig::MaxTileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, Formats) == 0x000008, "Member 'FVirtualTextureSpacePoolConfig::Formats' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, SizeInMegabyte) == 0x000018, "Member 'FVirtualTextureSpacePoolConfig::SizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x00001C, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, ScalabilityGroup) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::ScalabilityGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelCollection \ +static_assert(alignof(FLevelCollection) == 0x000008, "Wrong alignment on FLevelCollection"); \ +static_assert(sizeof(FLevelCollection) == 0x000078, "Wrong size on FLevelCollection"); \ +static_assert(offsetof(FLevelCollection, GameState) == 0x000008, "Member 'FLevelCollection::GameState' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, NetDriver) == 0x000010, "Member 'FLevelCollection::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, DemoNetDriver) == 0x000018, "Member 'FLevelCollection::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, PersistentLevel) == 0x000020, "Member 'FLevelCollection::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, Levels) == 0x000028, "Member 'FLevelCollection::Levels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEndPhysicsTickFunction \ +static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ +static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FStartPhysicsTickFunction \ +static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ +static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FLevelViewportInfo \ +static_assert(alignof(FLevelViewportInfo) == 0x000004, "Wrong alignment on FLevelViewportInfo"); \ +static_assert(sizeof(FLevelViewportInfo) == 0x000020, "Wrong size on FLevelViewportInfo"); \ +static_assert(offsetof(FLevelViewportInfo, CamPosition) == 0x000000, "Member 'FLevelViewportInfo::CamPosition' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamRotation) == 0x00000C, "Member 'FLevelViewportInfo::CamRotation' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamOrthoZoom) == 0x000018, "Member 'FLevelViewportInfo::CamOrthoZoom' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamUpdated) == 0x00001C, "Member 'FLevelViewportInfo::CamUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPSCPool \ +static_assert(alignof(FPSCPool) == 0x000008, "Wrong alignment on FPSCPool"); \ +static_assert(sizeof(FPSCPool) == 0x000010, "Wrong size on FPSCPool"); \ +static_assert(offsetof(FPSCPool, FreeElements) == 0x000000, "Member 'FPSCPool::FreeElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPSCPool \ +static_assert(alignof(FWorldPSCPool) == 0x000008, "Wrong alignment on FWorldPSCPool"); \ +static_assert(sizeof(FWorldPSCPool) == 0x000058, "Wrong size on FWorldPSCPool"); \ +static_assert(offsetof(FWorldPSCPool, WorldParticleSystemPools) == 0x000000, "Member 'FWorldPSCPool::WorldParticleSystemPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBroadphaseSettings \ +static_assert(alignof(FBroadphaseSettings) == 0x000004, "Wrong alignment on FBroadphaseSettings"); \ +static_assert(sizeof(FBroadphaseSettings) == 0x000040, "Wrong size on FBroadphaseSettings"); \ +static_assert(offsetof(FBroadphaseSettings, bUseMBPOnClient) == 0x000000, "Member 'FBroadphaseSettings::bUseMBPOnClient' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, bUseMBPOnServer) == 0x000001, "Member 'FBroadphaseSettings::bUseMBPOnServer' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, bUseMBPOuterBounds) == 0x000002, "Member 'FBroadphaseSettings::bUseMBPOuterBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPBounds) == 0x000004, "Member 'FBroadphaseSettings::MBPBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPOuterBounds) == 0x000020, "Member 'FBroadphaseSettings::MBPOuterBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPNumSubdivs) == 0x00003C, "Member 'FBroadphaseSettings::MBPNumSubdivs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHierarchicalSimplification \ +static_assert(alignof(FHierarchicalSimplification) == 0x000004, "Wrong alignment on FHierarchicalSimplification"); \ +static_assert(sizeof(FHierarchicalSimplification) == 0x000160, "Wrong size on FHierarchicalSimplification"); \ +static_assert(offsetof(FHierarchicalSimplification, TransitionScreenSize) == 0x000000, "Member 'FHierarchicalSimplification::TransitionScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, OverrideDrawDistance) == 0x000004, "Member 'FHierarchicalSimplification::OverrideDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x00000C, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x0000B4, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x000154, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x000158, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x00015C, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetViewer \ +static_assert(alignof(FNetViewer) == 0x000008, "Wrong alignment on FNetViewer"); \ +static_assert(sizeof(FNetViewer) == 0x000030, "Wrong size on FNetViewer"); \ +static_assert(offsetof(FNetViewer, Connection) == 0x000000, "Member 'FNetViewer::Connection' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, InViewer) == 0x000008, "Member 'FNetViewer::InViewer' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, ViewTarget) == 0x000010, "Member 'FNetViewer::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, ViewLocation) == 0x000018, "Member 'FNetViewer::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, ViewDir) == 0x000024, "Member 'FNetViewer::ViewDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassWorldInfoSettings \ +static_assert(alignof(FLightmassWorldInfoSettings) == 0x000004, "Wrong alignment on FLightmassWorldInfoSettings"); \ +static_assert(sizeof(FLightmassWorldInfoSettings) == 0x00004C, "Wrong size on FLightmassWorldInfoSettings"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, StaticLightingLevelScale) == 0x000000, "Member 'FLightmassWorldInfoSettings::StaticLightingLevelScale' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, NumIndirectLightingBounces) == 0x000004, "Member 'FLightmassWorldInfoSettings::NumIndirectLightingBounces' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, NumSkyLightingBounces) == 0x000008, "Member 'FLightmassWorldInfoSettings::NumSkyLightingBounces' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectLightingQuality) == 0x00000C, "Member 'FLightmassWorldInfoSettings::IndirectLightingQuality' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectLightingSmoothness) == 0x000010, "Member 'FLightmassWorldInfoSettings::IndirectLightingSmoothness' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, EnvironmentColor) == 0x000014, "Member 'FLightmassWorldInfoSettings::EnvironmentColor' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, EnvironmentIntensity) == 0x000018, "Member 'FLightmassWorldInfoSettings::EnvironmentIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, EmissiveBoost) == 0x00001C, "Member 'FLightmassWorldInfoSettings::EmissiveBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, DiffuseBoost) == 0x000020, "Member 'FLightmassWorldInfoSettings::DiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightingMethod) == 0x000024, "Member 'FLightmassWorldInfoSettings::VolumeLightingMethod' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapDetailCellSize) == 0x000028, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapDetailCellSize' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapMaximumBrickMemoryMb) == 0x00002C, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapMaximumBrickMemoryMb' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapSphericalHarmonicSmoothing) == 0x000030, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapSphericalHarmonicSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightSamplePlacementScale) == 0x000034, "Member 'FLightmassWorldInfoSettings::VolumeLightSamplePlacementScale' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, DirectIlluminationOcclusionFraction) == 0x000038, "Member 'FLightmassWorldInfoSettings::DirectIlluminationOcclusionFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectIlluminationOcclusionFraction) == 0x00003C, "Member 'FLightmassWorldInfoSettings::IndirectIlluminationOcclusionFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, OcclusionExponent) == 0x000040, "Member 'FLightmassWorldInfoSettings::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, FullyOccludedSamplesFraction) == 0x000044, "Member 'FLightmassWorldInfoSettings::FullyOccludedSamplesFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, MaxOcclusionDistance) == 0x000048, "Member 'FLightmassWorldInfoSettings::MaxOcclusionDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamableRenderAsset \ +static_assert(alignof(UStreamableRenderAsset) == 0x000008, "Wrong alignment on UStreamableRenderAsset"); \ +static_assert(sizeof(UStreamableRenderAsset) == 0x000060, "Wrong size on UStreamableRenderAsset"); \ +static_assert(offsetof(UStreamableRenderAsset, ForceMipLevelsToBeResidentTimestamp) == 0x000040, "Member 'UStreamableRenderAsset::ForceMipLevelsToBeResidentTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, NumCinematicMipLevels) == 0x000048, "Member 'UStreamableRenderAsset::NumCinematicMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, StreamingIndex) == 0x00004C, "Member 'UStreamableRenderAsset::StreamingIndex' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, CachedCombinedLODBias) == 0x000050, "Member 'UStreamableRenderAsset::CachedCombinedLODBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture \ +static_assert(alignof(UTexture) == 0x000010, "Wrong alignment on UTexture"); \ +static_assert(sizeof(UTexture) == 0x000180, "Wrong size on UTexture"); \ +static_assert(offsetof(UTexture, LightingGuid) == 0x000068, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODBias) == 0x000078, "Member 'UTexture::LODBias' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CompressionSettings) == 0x00007C, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Filter) == 0x00007D, "Member 'UTexture::Filter' has a wrong offset!"); \ +static_assert(offsetof(UTexture, MipLoadOptions) == 0x00007E, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODGroup) == 0x00007F, "Member 'UTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Downscale) == 0x000080, "Member 'UTexture::Downscale' has a wrong offset!"); \ +static_assert(offsetof(UTexture, DownscaleOptions) == 0x000084, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, AssetUserData) == 0x000088, "Member 'UTexture::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_Actor_AddComponent \ +static_assert(alignof(Actor_AddComponent) == 0x000010, "Wrong alignment on Actor_AddComponent"); \ +static_assert(sizeof(Actor_AddComponent) == 0x000060, "Wrong size on Actor_AddComponent"); \ +static_assert(offsetof(Actor_AddComponent, TemplateName) == 0x000000, "Member 'Actor_AddComponent::TemplateName' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bManualAttachment) == 0x000008, "Member 'Actor_AddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, RelativeTransform) == 0x000010, "Member 'Actor_AddComponent::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ComponentTemplateContext) == 0x000040, "Member 'Actor_AddComponent::ComponentTemplateContext' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bDeferredFinish) == 0x000048, "Member 'Actor_AddComponent::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ReturnValue) == 0x000050, "Member 'Actor_AddComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddComponentByClass \ +static_assert(alignof(Actor_AddComponentByClass) == 0x000010, "Wrong alignment on Actor_AddComponentByClass"); \ +static_assert(sizeof(Actor_AddComponentByClass) == 0x000050, "Wrong size on Actor_AddComponentByClass"); \ +static_assert(offsetof(Actor_AddComponentByClass, Class_0) == 0x000000, "Member 'Actor_AddComponentByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, bManualAttachment) == 0x000008, "Member 'Actor_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, RelativeTransform) == 0x000010, "Member 'Actor_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, bDeferredFinish) == 0x000040, "Member 'Actor_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, ReturnValue) == 0x000048, "Member 'Actor_AddComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteActor \ +static_assert(alignof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteActor"); \ +static_assert(sizeof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteActor"); \ +static_assert(offsetof(Actor_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteComponent \ +static_assert(alignof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteComponent"); \ +static_assert(sizeof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteComponent"); \ +static_assert(offsetof(Actor_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_DetachRootComponentFromParent \ +static_assert(alignof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong alignment on Actor_DetachRootComponentFromParent"); \ +static_assert(sizeof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong size on Actor_DetachRootComponentFromParent"); \ +static_assert(offsetof(Actor_DetachRootComponentFromParent, bMaintainWorldPosition) == 0x000000, "Member 'Actor_DetachRootComponentFromParent::bMaintainWorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_DisableInput \ +static_assert(alignof(Actor_DisableInput) == 0x000008, "Wrong alignment on Actor_DisableInput"); \ +static_assert(sizeof(Actor_DisableInput) == 0x000008, "Wrong size on Actor_DisableInput"); \ +static_assert(offsetof(Actor_DisableInput, PlayerController) == 0x000000, "Member 'Actor_DisableInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_EnableInput \ +static_assert(alignof(Actor_EnableInput) == 0x000008, "Wrong alignment on Actor_EnableInput"); \ +static_assert(sizeof(Actor_EnableInput) == 0x000008, "Wrong size on Actor_EnableInput"); \ +static_assert(offsetof(Actor_EnableInput, PlayerController) == 0x000000, "Member 'Actor_EnableInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_FinishAddComponent \ +static_assert(alignof(Actor_FinishAddComponent) == 0x000010, "Wrong alignment on Actor_FinishAddComponent"); \ +static_assert(sizeof(Actor_FinishAddComponent) == 0x000040, "Wrong size on Actor_FinishAddComponent"); \ +static_assert(offsetof(Actor_FinishAddComponent, Component) == 0x000000, "Member 'Actor_FinishAddComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(Actor_FinishAddComponent, bManualAttachment) == 0x000008, "Member 'Actor_FinishAddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_FinishAddComponent, RelativeTransform) == 0x000010, "Member 'Actor_FinishAddComponent::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetTickableWhenPaused \ +static_assert(alignof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_GetTickableWhenPaused"); \ +static_assert(sizeof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong size on Actor_GetTickableWhenPaused"); \ +static_assert(offsetof(Actor_GetTickableWhenPaused, ReturnValue) == 0x000000, "Member 'Actor_GetTickableWhenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalOffset \ +static_assert(alignof(Actor_K2_AddActorLocalOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalOffset"); \ +static_assert(sizeof(Actor_K2_AddActorLocalOffset) == 0x00009C, "Wrong size on Actor_K2_AddActorLocalOffset"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorLocalOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorLocalOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalRotation \ +static_assert(alignof(Actor_K2_AddActorLocalRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalRotation"); \ +static_assert(sizeof(Actor_K2_AddActorLocalRotation) == 0x00009C, "Wrong size on Actor_K2_AddActorLocalRotation"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorLocalRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorLocalRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalTransform \ +static_assert(alignof(Actor_K2_AddActorLocalTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorLocalTransform"); \ +static_assert(sizeof(Actor_K2_AddActorLocalTransform) == 0x0000C0, "Wrong size on Actor_K2_AddActorLocalTransform"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, NewTransform) == 0x000000, "Member 'Actor_K2_AddActorLocalTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorLocalTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldOffset \ +static_assert(alignof(Actor_K2_AddActorWorldOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldOffset"); \ +static_assert(sizeof(Actor_K2_AddActorWorldOffset) == 0x00009C, "Wrong size on Actor_K2_AddActorWorldOffset"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorWorldOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorWorldOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldRotation \ +static_assert(alignof(Actor_K2_AddActorWorldRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldRotation"); \ +static_assert(sizeof(Actor_K2_AddActorWorldRotation) == 0x00009C, "Wrong size on Actor_K2_AddActorWorldRotation"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorWorldRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransform \ +static_assert(alignof(Actor_K2_AddActorWorldTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransform"); \ +static_assert(sizeof(Actor_K2_AddActorWorldTransform) == 0x0000C0, "Wrong size on Actor_K2_AddActorWorldTransform"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransformKeepScale \ +static_assert(alignof(Actor_K2_AddActorWorldTransformKeepScale) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransformKeepScale"); \ +static_assert(sizeof(Actor_K2_AddActorWorldTransformKeepScale) == 0x0000C0, "Wrong size on Actor_K2_AddActorWorldTransformKeepScale"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentTo \ +static_assert(alignof(Actor_K2_AttachRootComponentTo) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentTo"); \ +static_assert(sizeof(Actor_K2_AttachRootComponentTo) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentTo"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, InParent) == 0x000000, "Member 'Actor_K2_AttachRootComponentTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentTo::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentTo::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentToActor \ +static_assert(alignof(Actor_K2_AttachRootComponentToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentToActor"); \ +static_assert(sizeof(Actor_K2_AttachRootComponentToActor) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentToActor"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InParentActor) == 0x000000, "Member 'Actor_K2_AttachRootComponentToActor::InParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentToActor::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentToActor::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentToActor::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachToActor \ +static_assert(alignof(Actor_K2_AttachToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachToActor"); \ +static_assert(sizeof(Actor_K2_AttachToActor) == 0x000018, "Wrong size on Actor_K2_AttachToActor"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ParentActor) == 0x000000, "Member 'Actor_K2_AttachToActor::ParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, SocketName) == 0x000008, "Member 'Actor_K2_AttachToActor::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToActor::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToActor::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachToComponent \ +static_assert(alignof(Actor_K2_AttachToComponent) == 0x000008, "Wrong alignment on Actor_K2_AttachToComponent"); \ +static_assert(sizeof(Actor_K2_AttachToComponent) == 0x000018, "Wrong size on Actor_K2_AttachToComponent"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, Parent) == 0x000000, "Member 'Actor_K2_AttachToComponent::Parent' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, SocketName) == 0x000008, "Member 'Actor_K2_AttachToComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_DestroyComponent \ +static_assert(alignof(Actor_K2_DestroyComponent) == 0x000008, "Wrong alignment on Actor_K2_DestroyComponent"); \ +static_assert(sizeof(Actor_K2_DestroyComponent) == 0x000008, "Wrong size on Actor_K2_DestroyComponent"); \ +static_assert(offsetof(Actor_K2_DestroyComponent, Component) == 0x000000, "Member 'Actor_K2_DestroyComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_DetachFromActor \ +static_assert(alignof(Actor_K2_DetachFromActor) == 0x000001, "Wrong alignment on Actor_K2_DetachFromActor"); \ +static_assert(sizeof(Actor_K2_DetachFromActor) == 0x000003, "Wrong size on Actor_K2_DetachFromActor"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, LocationRule) == 0x000000, "Member 'Actor_K2_DetachFromActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, RotationRule) == 0x000001, "Member 'Actor_K2_DetachFromActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, ScaleRule) == 0x000002, "Member 'Actor_K2_DetachFromActor::ScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_OnBecomeViewTarget \ +static_assert(alignof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnBecomeViewTarget"); \ +static_assert(sizeof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on Actor_K2_OnBecomeViewTarget"); \ +static_assert(offsetof(Actor_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_OnEndViewTarget \ +static_assert(alignof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnEndViewTarget"); \ +static_assert(sizeof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong size on Actor_K2_OnEndViewTarget"); \ +static_assert(offsetof(Actor_K2_OnEndViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnEndViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorLocation \ +static_assert(alignof(Actor_K2_SetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocation"); \ +static_assert(sizeof(Actor_K2_SetActorLocation) == 0x00009C, "Wrong size on Actor_K2_SetActorLocation"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x000099, "Member 'Actor_K2_SetActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorLocationAndRotation \ +static_assert(alignof(Actor_K2_SetActorLocationAndRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocationAndRotation"); \ +static_assert(sizeof(Actor_K2_SetActorLocationAndRotation) == 0x0000A8, "Wrong size on Actor_K2_SetActorLocationAndRotation"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewRotation) == 0x00000C, "Member 'Actor_K2_SetActorLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bSweep) == 0x000018, "Member 'Actor_K2_SetActorLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'Actor_K2_SetActorLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bTeleport) == 0x0000A4, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x0000A5, "Member 'Actor_K2_SetActorLocationAndRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeLocation \ +static_assert(alignof(Actor_K2_SetActorRelativeLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeLocation"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeLocation) == 0x00009C, "Wrong size on Actor_K2_SetActorRelativeLocation"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, NewRelativeLocation) == 0x000000, "Member 'Actor_K2_SetActorRelativeLocation::NewRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeRotation \ +static_assert(alignof(Actor_K2_SetActorRelativeRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeRotation) == 0x00009C, "Wrong size on Actor_K2_SetActorRelativeRotation"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, NewRelativeRotation) == 0x000000, "Member 'Actor_K2_SetActorRelativeRotation::NewRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeTransform \ +static_assert(alignof(Actor_K2_SetActorRelativeTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorRelativeTransform"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeTransform) == 0x0000C0, "Wrong size on Actor_K2_SetActorRelativeTransform"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, NewRelativeTransform) == 0x000000, "Member 'Actor_K2_SetActorRelativeTransform::NewRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_SetActorRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRotation \ +static_assert(alignof(Actor_K2_SetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRotation) == 0x000010, "Wrong size on Actor_K2_SetActorRotation"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, NewRotation) == 0x000000, "Member 'Actor_K2_SetActorRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, bTeleportPhysics) == 0x00000C, "Member 'Actor_K2_SetActorRotation::bTeleportPhysics' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, ReturnValue) == 0x00000D, "Member 'Actor_K2_SetActorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorTransform \ +static_assert(alignof(Actor_K2_SetActorTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorTransform"); \ +static_assert(sizeof(Actor_K2_SetActorTransform) == 0x0000C0, "Wrong size on Actor_K2_SetActorTransform"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, NewTransform) == 0x000000, "Member 'Actor_K2_SetActorTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x0000BD, "Member 'Actor_K2_SetActorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_TeleportTo \ +static_assert(alignof(Actor_K2_TeleportTo) == 0x000004, "Wrong alignment on Actor_K2_TeleportTo"); \ +static_assert(sizeof(Actor_K2_TeleportTo) == 0x00001C, "Wrong size on Actor_K2_TeleportTo"); \ +static_assert(offsetof(Actor_K2_TeleportTo, DestLocation) == 0x000000, "Member 'Actor_K2_TeleportTo::DestLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, DestRotation) == 0x00000C, "Member 'Actor_K2_TeleportTo::DestRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000018, "Member 'Actor_K2_TeleportTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_MakeMIDForMaterial \ +static_assert(alignof(Actor_MakeMIDForMaterial) == 0x000008, "Wrong alignment on Actor_MakeMIDForMaterial"); \ +static_assert(sizeof(Actor_MakeMIDForMaterial) == 0x000010, "Wrong size on Actor_MakeMIDForMaterial"); \ +static_assert(offsetof(Actor_MakeMIDForMaterial, Parent) == 0x000000, "Member 'Actor_MakeMIDForMaterial::Parent' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeMIDForMaterial, ReturnValue) == 0x000008, "Member 'Actor_MakeMIDForMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_MakeNoise \ +static_assert(alignof(Actor_MakeNoise) == 0x000008, "Wrong alignment on Actor_MakeNoise"); \ +static_assert(sizeof(Actor_MakeNoise) == 0x000028, "Wrong size on Actor_MakeNoise"); \ +static_assert(offsetof(Actor_MakeNoise, Loudness) == 0x000000, "Member 'Actor_MakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, NoiseInstigator) == 0x000008, "Member 'Actor_MakeNoise::NoiseInstigator' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, NoiseLocation) == 0x000010, "Member 'Actor_MakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, MaxRange) == 0x00001C, "Member 'Actor_MakeNoise::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, Tag) == 0x000020, "Member 'Actor_MakeNoise::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_PrestreamTextures \ +static_assert(alignof(Actor_PrestreamTextures) == 0x000004, "Wrong alignment on Actor_PrestreamTextures"); \ +static_assert(sizeof(Actor_PrestreamTextures) == 0x00000C, "Wrong size on Actor_PrestreamTextures"); \ +static_assert(offsetof(Actor_PrestreamTextures, Seconds) == 0x000000, "Member 'Actor_PrestreamTextures::Seconds' has a wrong offset!"); \ +static_assert(offsetof(Actor_PrestreamTextures, bEnableStreaming) == 0x000004, "Member 'Actor_PrestreamTextures::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(Actor_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'Actor_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorBeginOverlap \ +static_assert(alignof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(Actor_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorEndOverlap \ +static_assert(alignof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorEndOverlap"); \ +static_assert(sizeof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorEndOverlap"); \ +static_assert(offsetof(Actor_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnClicked \ +static_assert(alignof(Actor_ReceiveActorOnClicked) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnClicked"); \ +static_assert(sizeof(Actor_ReceiveActorOnClicked) == 0x000018, "Wrong size on Actor_ReceiveActorOnClicked"); \ +static_assert(offsetof(Actor_ReceiveActorOnClicked, ButtonPressed) == 0x000000, "Member 'Actor_ReceiveActorOnClicked::ButtonPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchBegin \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchBegin"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchBegin"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchBegin, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchBegin::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnd \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnd"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnd"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnd, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnd::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnter \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnter"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnter"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnter, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnter::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchLeave \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchLeave"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchLeave"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchLeave, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchLeave::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnReleased \ +static_assert(alignof(Actor_ReceiveActorOnReleased) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnReleased"); \ +static_assert(sizeof(Actor_ReceiveActorOnReleased) == 0x000018, "Wrong size on Actor_ReceiveActorOnReleased"); \ +static_assert(offsetof(Actor_ReceiveActorOnReleased, ButtonReleased) == 0x000000, "Member 'Actor_ReceiveActorOnReleased::ButtonReleased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveAnyDamage \ +static_assert(alignof(Actor_ReceiveAnyDamage) == 0x000008, "Wrong alignment on Actor_ReceiveAnyDamage"); \ +static_assert(sizeof(Actor_ReceiveAnyDamage) == 0x000020, "Wrong size on Actor_ReceiveAnyDamage"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, Damage) == 0x000000, "Member 'Actor_ReceiveAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'Actor_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'Actor_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveEndPlay \ +static_assert(alignof(Actor_ReceiveEndPlay) == 0x000001, "Wrong alignment on Actor_ReceiveEndPlay"); \ +static_assert(sizeof(Actor_ReceiveEndPlay) == 0x000001, "Wrong size on Actor_ReceiveEndPlay"); \ +static_assert(offsetof(Actor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Actor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveHit \ +static_assert(alignof(Actor_ReceiveHit) == 0x000008, "Wrong alignment on Actor_ReceiveHit"); \ +static_assert(sizeof(Actor_ReceiveHit) == 0x0000C8, "Wrong size on Actor_ReceiveHit"); \ +static_assert(offsetof(Actor_ReceiveHit, MyComp) == 0x000000, "Member 'Actor_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, Other) == 0x000008, "Member 'Actor_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, OtherComp) == 0x000010, "Member 'Actor_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, bSelfMoved) == 0x000018, "Member 'Actor_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, HitLocation) == 0x00001C, "Member 'Actor_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, HitNormal) == 0x000028, "Member 'Actor_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, NormalImpulse) == 0x000034, "Member 'Actor_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, Hit) == 0x000040, "Member 'Actor_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceivePointDamage \ +static_assert(alignof(Actor_ReceivePointDamage) == 0x000008, "Wrong alignment on Actor_ReceivePointDamage"); \ +static_assert(sizeof(Actor_ReceivePointDamage) == 0x0000E0, "Wrong size on Actor_ReceivePointDamage"); \ +static_assert(offsetof(Actor_ReceivePointDamage, Damage) == 0x000000, "Member 'Actor_ReceivePointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, DamageType) == 0x000008, "Member 'Actor_ReceivePointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitLocation) == 0x000010, "Member 'Actor_ReceivePointDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'Actor_ReceivePointDamage::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitComponent) == 0x000028, "Member 'Actor_ReceivePointDamage::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, BoneName) == 0x000030, "Member 'Actor_ReceivePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'Actor_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'Actor_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'Actor_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitInfo) == 0x000058, "Member 'Actor_ReceivePointDamage::HitInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveRadialDamage \ +static_assert(alignof(Actor_ReceiveRadialDamage) == 0x000008, "Wrong alignment on Actor_ReceiveRadialDamage"); \ +static_assert(sizeof(Actor_ReceiveRadialDamage) == 0x0000B8, "Wrong size on Actor_ReceiveRadialDamage"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageReceived) == 0x000000, "Member 'Actor_ReceiveRadialDamage::DamageReceived' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, Origin) == 0x000010, "Member 'Actor_ReceiveRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, HitInfo) == 0x00001C, "Member 'Actor_ReceiveRadialDamage::HitInfo' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, InstigatedBy) == 0x0000A8, "Member 'Actor_ReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageCauser) == 0x0000B0, "Member 'Actor_ReceiveRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveTick \ +static_assert(alignof(Actor_ReceiveTick) == 0x000004, "Wrong alignment on Actor_ReceiveTick"); \ +static_assert(sizeof(Actor_ReceiveTick) == 0x000004, "Wrong size on Actor_ReceiveTick"); \ +static_assert(offsetof(Actor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Actor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_RemoveTickPrerequisiteActor \ +static_assert(alignof(Actor_RemoveTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_RemoveTickPrerequisiteActor"); \ +static_assert(sizeof(Actor_RemoveTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_RemoveTickPrerequisiteActor"); \ +static_assert(offsetof(Actor_RemoveTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_RemoveTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_RemoveTickPrerequisiteComponent \ +static_assert(alignof(Actor_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_RemoveTickPrerequisiteComponent"); \ +static_assert(sizeof(Actor_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_RemoveTickPrerequisiteComponent"); \ +static_assert(offsetof(Actor_RemoveTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_RemoveTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorEnableCollision \ +static_assert(alignof(Actor_SetActorEnableCollision) == 0x000001, "Wrong alignment on Actor_SetActorEnableCollision"); \ +static_assert(sizeof(Actor_SetActorEnableCollision) == 0x000001, "Wrong size on Actor_SetActorEnableCollision"); \ +static_assert(offsetof(Actor_SetActorEnableCollision, bNewActorEnableCollision) == 0x000000, "Member 'Actor_SetActorEnableCollision::bNewActorEnableCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorHiddenInGame \ +static_assert(alignof(Actor_SetActorHiddenInGame) == 0x000001, "Wrong alignment on Actor_SetActorHiddenInGame"); \ +static_assert(sizeof(Actor_SetActorHiddenInGame) == 0x000001, "Wrong size on Actor_SetActorHiddenInGame"); \ +static_assert(offsetof(Actor_SetActorHiddenInGame, bNewHidden) == 0x000000, "Member 'Actor_SetActorHiddenInGame::bNewHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorRelativeScale3D \ +static_assert(alignof(Actor_SetActorRelativeScale3D) == 0x000004, "Wrong alignment on Actor_SetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_SetActorRelativeScale3D) == 0x00000C, "Wrong size on Actor_SetActorRelativeScale3D"); \ +static_assert(offsetof(Actor_SetActorRelativeScale3D, NewRelativeScale) == 0x000000, "Member 'Actor_SetActorRelativeScale3D::NewRelativeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorScale3D \ +static_assert(alignof(Actor_SetActorScale3D) == 0x000004, "Wrong alignment on Actor_SetActorScale3D"); \ +static_assert(sizeof(Actor_SetActorScale3D) == 0x00000C, "Wrong size on Actor_SetActorScale3D"); \ +static_assert(offsetof(Actor_SetActorScale3D, NewScale3D) == 0x000000, "Member 'Actor_SetActorScale3D::NewScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorTickEnabled \ +static_assert(alignof(Actor_SetActorTickEnabled) == 0x000001, "Wrong alignment on Actor_SetActorTickEnabled"); \ +static_assert(sizeof(Actor_SetActorTickEnabled) == 0x000001, "Wrong size on Actor_SetActorTickEnabled"); \ +static_assert(offsetof(Actor_SetActorTickEnabled, bEnabled) == 0x000000, "Member 'Actor_SetActorTickEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorTickInterval \ +static_assert(alignof(Actor_SetActorTickInterval) == 0x000004, "Wrong alignment on Actor_SetActorTickInterval"); \ +static_assert(sizeof(Actor_SetActorTickInterval) == 0x000004, "Wrong size on Actor_SetActorTickInterval"); \ +static_assert(offsetof(Actor_SetActorTickInterval, TickInterval) == 0x000000, "Member 'Actor_SetActorTickInterval::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetAutoDestroyWhenFinished \ +static_assert(alignof(Actor_SetAutoDestroyWhenFinished) == 0x000001, "Wrong alignment on Actor_SetAutoDestroyWhenFinished"); \ +static_assert(sizeof(Actor_SetAutoDestroyWhenFinished) == 0x000001, "Wrong size on Actor_SetAutoDestroyWhenFinished"); \ +static_assert(offsetof(Actor_SetAutoDestroyWhenFinished, bVal) == 0x000000, "Member 'Actor_SetAutoDestroyWhenFinished::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetLifeSpan \ +static_assert(alignof(Actor_SetLifeSpan) == 0x000004, "Wrong alignment on Actor_SetLifeSpan"); \ +static_assert(sizeof(Actor_SetLifeSpan) == 0x000004, "Wrong size on Actor_SetLifeSpan"); \ +static_assert(offsetof(Actor_SetLifeSpan, InLifespan) == 0x000000, "Member 'Actor_SetLifeSpan::InLifespan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetNetDormancy \ +static_assert(alignof(Actor_SetNetDormancy) == 0x000001, "Wrong alignment on Actor_SetNetDormancy"); \ +static_assert(sizeof(Actor_SetNetDormancy) == 0x000001, "Wrong size on Actor_SetNetDormancy"); \ +static_assert(offsetof(Actor_SetNetDormancy, NewDormancy) == 0x000000, "Member 'Actor_SetNetDormancy::NewDormancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetOwner \ +static_assert(alignof(Actor_SetOwner) == 0x000008, "Wrong alignment on Actor_SetOwner"); \ +static_assert(sizeof(Actor_SetOwner) == 0x000008, "Wrong size on Actor_SetOwner"); \ +static_assert(offsetof(Actor_SetOwner, NewOwner) == 0x000000, "Member 'Actor_SetOwner::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetReplicateMovement \ +static_assert(alignof(Actor_SetReplicateMovement) == 0x000001, "Wrong alignment on Actor_SetReplicateMovement"); \ +static_assert(sizeof(Actor_SetReplicateMovement) == 0x000001, "Wrong size on Actor_SetReplicateMovement"); \ +static_assert(offsetof(Actor_SetReplicateMovement, bInReplicateMovement) == 0x000000, "Member 'Actor_SetReplicateMovement::bInReplicateMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetReplicates \ +static_assert(alignof(Actor_SetReplicates) == 0x000001, "Wrong alignment on Actor_SetReplicates"); \ +static_assert(sizeof(Actor_SetReplicates) == 0x000001, "Wrong size on Actor_SetReplicates"); \ +static_assert(offsetof(Actor_SetReplicates, bInReplicates) == 0x000000, "Member 'Actor_SetReplicates::bInReplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetTickableWhenPaused \ +static_assert(alignof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_SetTickableWhenPaused"); \ +static_assert(sizeof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong size on Actor_SetTickableWhenPaused"); \ +static_assert(offsetof(Actor_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'Actor_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetTickGroup \ +static_assert(alignof(Actor_SetTickGroup) == 0x000001, "Wrong alignment on Actor_SetTickGroup"); \ +static_assert(sizeof(Actor_SetTickGroup) == 0x000001, "Wrong size on Actor_SetTickGroup"); \ +static_assert(offsetof(Actor_SetTickGroup, NewTickGroup) == 0x000000, "Member 'Actor_SetTickGroup::NewTickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SnapRootComponentTo \ +static_assert(alignof(Actor_SnapRootComponentTo) == 0x000008, "Wrong alignment on Actor_SnapRootComponentTo"); \ +static_assert(sizeof(Actor_SnapRootComponentTo) == 0x000010, "Wrong size on Actor_SnapRootComponentTo"); \ +static_assert(offsetof(Actor_SnapRootComponentTo, InParentActor) == 0x000000, "Member 'Actor_SnapRootComponentTo::InParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_SnapRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_SnapRootComponentTo::InSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ActorHasTag \ +static_assert(alignof(Actor_ActorHasTag) == 0x000004, "Wrong alignment on Actor_ActorHasTag"); \ +static_assert(sizeof(Actor_ActorHasTag) == 0x00000C, "Wrong size on Actor_ActorHasTag"); \ +static_assert(offsetof(Actor_ActorHasTag, Tag) == 0x000000, "Member 'Actor_ActorHasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_ActorHasTag, ReturnValue) == 0x000008, "Member 'Actor_ActorHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorBounds \ +static_assert(alignof(Actor_GetActorBounds) == 0x000004, "Wrong alignment on Actor_GetActorBounds"); \ +static_assert(sizeof(Actor_GetActorBounds) == 0x000020, "Wrong size on Actor_GetActorBounds"); \ +static_assert(offsetof(Actor_GetActorBounds, bOnlyCollidingComponents) == 0x000000, "Member 'Actor_GetActorBounds::bOnlyCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, Origin) == 0x000004, "Member 'Actor_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, BoxExtent) == 0x000010, "Member 'Actor_GetActorBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, bIncludeFromChildActors) == 0x00001C, "Member 'Actor_GetActorBounds::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEnableCollision \ +static_assert(alignof(Actor_GetActorEnableCollision) == 0x000001, "Wrong alignment on Actor_GetActorEnableCollision"); \ +static_assert(sizeof(Actor_GetActorEnableCollision) == 0x000001, "Wrong size on Actor_GetActorEnableCollision"); \ +static_assert(offsetof(Actor_GetActorEnableCollision, ReturnValue) == 0x000000, "Member 'Actor_GetActorEnableCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEyesViewPoint \ +static_assert(alignof(Actor_GetActorEyesViewPoint) == 0x000004, "Wrong alignment on Actor_GetActorEyesViewPoint"); \ +static_assert(sizeof(Actor_GetActorEyesViewPoint) == 0x000018, "Wrong size on Actor_GetActorEyesViewPoint"); \ +static_assert(offsetof(Actor_GetActorEyesViewPoint, OutLocation) == 0x000000, "Member 'Actor_GetActorEyesViewPoint::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorEyesViewPoint, OutRotation) == 0x00000C, "Member 'Actor_GetActorEyesViewPoint::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorForwardVector \ +static_assert(alignof(Actor_GetActorForwardVector) == 0x000004, "Wrong alignment on Actor_GetActorForwardVector"); \ +static_assert(sizeof(Actor_GetActorForwardVector) == 0x00000C, "Wrong size on Actor_GetActorForwardVector"); \ +static_assert(offsetof(Actor_GetActorForwardVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorRelativeScale3D \ +static_assert(alignof(Actor_GetActorRelativeScale3D) == 0x000004, "Wrong alignment on Actor_GetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_GetActorRelativeScale3D) == 0x00000C, "Wrong size on Actor_GetActorRelativeScale3D"); \ +static_assert(offsetof(Actor_GetActorRelativeScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorRelativeScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorRightVector \ +static_assert(alignof(Actor_GetActorRightVector) == 0x000004, "Wrong alignment on Actor_GetActorRightVector"); \ +static_assert(sizeof(Actor_GetActorRightVector) == 0x00000C, "Wrong size on Actor_GetActorRightVector"); \ +static_assert(offsetof(Actor_GetActorRightVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorScale3D \ +static_assert(alignof(Actor_GetActorScale3D) == 0x000004, "Wrong alignment on Actor_GetActorScale3D"); \ +static_assert(sizeof(Actor_GetActorScale3D) == 0x00000C, "Wrong size on Actor_GetActorScale3D"); \ +static_assert(offsetof(Actor_GetActorScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorTickInterval \ +static_assert(alignof(Actor_GetActorTickInterval) == 0x000004, "Wrong alignment on Actor_GetActorTickInterval"); \ +static_assert(sizeof(Actor_GetActorTickInterval) == 0x000004, "Wrong size on Actor_GetActorTickInterval"); \ +static_assert(offsetof(Actor_GetActorTickInterval, ReturnValue) == 0x000000, "Member 'Actor_GetActorTickInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorTimeDilation \ +static_assert(alignof(Actor_GetActorTimeDilation) == 0x000004, "Wrong alignment on Actor_GetActorTimeDilation"); \ +static_assert(sizeof(Actor_GetActorTimeDilation) == 0x000004, "Wrong size on Actor_GetActorTimeDilation"); \ +static_assert(offsetof(Actor_GetActorTimeDilation, ReturnValue) == 0x000000, "Member 'Actor_GetActorTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorUpVector \ +static_assert(alignof(Actor_GetActorUpVector) == 0x000004, "Wrong alignment on Actor_GetActorUpVector"); \ +static_assert(sizeof(Actor_GetActorUpVector) == 0x00000C, "Wrong size on Actor_GetActorUpVector"); \ +static_assert(offsetof(Actor_GetActorUpVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAllChildActors \ +static_assert(alignof(Actor_GetAllChildActors) == 0x000008, "Wrong alignment on Actor_GetAllChildActors"); \ +static_assert(sizeof(Actor_GetAllChildActors) == 0x000018, "Wrong size on Actor_GetAllChildActors"); \ +static_assert(offsetof(Actor_GetAllChildActors, ChildActors) == 0x000000, "Member 'Actor_GetAllChildActors::ChildActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAllChildActors, bIncludeDescendants) == 0x000010, "Member 'Actor_GetAllChildActors::bIncludeDescendants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachedActors \ +static_assert(alignof(Actor_GetAttachedActors) == 0x000008, "Wrong alignment on Actor_GetAttachedActors"); \ +static_assert(sizeof(Actor_GetAttachedActors) == 0x000018, "Wrong size on Actor_GetAttachedActors"); \ +static_assert(offsetof(Actor_GetAttachedActors, OutActors) == 0x000000, "Member 'Actor_GetAttachedActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAttachedActors, bResetArray) == 0x000010, "Member 'Actor_GetAttachedActors::bResetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachParentActor \ +static_assert(alignof(Actor_GetAttachParentActor) == 0x000008, "Wrong alignment on Actor_GetAttachParentActor"); \ +static_assert(sizeof(Actor_GetAttachParentActor) == 0x000008, "Wrong size on Actor_GetAttachParentActor"); \ +static_assert(offsetof(Actor_GetAttachParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachParentSocketName \ +static_assert(alignof(Actor_GetAttachParentSocketName) == 0x000004, "Wrong alignment on Actor_GetAttachParentSocketName"); \ +static_assert(sizeof(Actor_GetAttachParentSocketName) == 0x000008, "Wrong size on Actor_GetAttachParentSocketName"); \ +static_assert(offsetof(Actor_GetAttachParentSocketName, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentSocketName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentByClass \ +static_assert(alignof(Actor_GetComponentByClass) == 0x000008, "Wrong alignment on Actor_GetComponentByClass"); \ +static_assert(sizeof(Actor_GetComponentByClass) == 0x000010, "Wrong size on Actor_GetComponentByClass"); \ +static_assert(offsetof(Actor_GetComponentByClass, ComponentClass) == 0x000000, "Member 'Actor_GetComponentByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentByClass, ReturnValue) == 0x000008, "Member 'Actor_GetComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentsByInterface \ +static_assert(alignof(Actor_GetComponentsByInterface) == 0x000008, "Wrong alignment on Actor_GetComponentsByInterface"); \ +static_assert(sizeof(Actor_GetComponentsByInterface) == 0x000018, "Wrong size on Actor_GetComponentsByInterface"); \ +static_assert(offsetof(Actor_GetComponentsByInterface, Interface) == 0x000000, "Member 'Actor_GetComponentsByInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByInterface, ReturnValue) == 0x000008, "Member 'Actor_GetComponentsByInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentsByTag \ +static_assert(alignof(Actor_GetComponentsByTag) == 0x000008, "Wrong alignment on Actor_GetComponentsByTag"); \ +static_assert(sizeof(Actor_GetComponentsByTag) == 0x000020, "Wrong size on Actor_GetComponentsByTag"); \ +static_assert(offsetof(Actor_GetComponentsByTag, ComponentClass) == 0x000000, "Member 'Actor_GetComponentsByTag::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByTag, Tag) == 0x000008, "Member 'Actor_GetComponentsByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByTag, ReturnValue) == 0x000010, "Member 'Actor_GetComponentsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetDistanceTo \ +static_assert(alignof(Actor_GetDistanceTo) == 0x000008, "Wrong alignment on Actor_GetDistanceTo"); \ +static_assert(sizeof(Actor_GetDistanceTo) == 0x000010, "Wrong size on Actor_GetDistanceTo"); \ +static_assert(offsetof(Actor_GetDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetDotProductTo \ +static_assert(alignof(Actor_GetDotProductTo) == 0x000008, "Wrong alignment on Actor_GetDotProductTo"); \ +static_assert(sizeof(Actor_GetDotProductTo) == 0x000010, "Wrong size on Actor_GetDotProductTo"); \ +static_assert(offsetof(Actor_GetDotProductTo, OtherActor) == 0x000000, "Member 'Actor_GetDotProductTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetDotProductTo, ReturnValue) == 0x000008, "Member 'Actor_GetDotProductTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetGameTimeSinceCreation \ +static_assert(alignof(Actor_GetGameTimeSinceCreation) == 0x000004, "Wrong alignment on Actor_GetGameTimeSinceCreation"); \ +static_assert(sizeof(Actor_GetGameTimeSinceCreation) == 0x000004, "Wrong size on Actor_GetGameTimeSinceCreation"); \ +static_assert(offsetof(Actor_GetGameTimeSinceCreation, ReturnValue) == 0x000000, "Member 'Actor_GetGameTimeSinceCreation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetHorizontalDistanceTo \ +static_assert(alignof(Actor_GetHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetHorizontalDistanceTo"); \ +static_assert(sizeof(Actor_GetHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetHorizontalDistanceTo"); \ +static_assert(offsetof(Actor_GetHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetHorizontalDotProductTo \ +static_assert(alignof(Actor_GetHorizontalDotProductTo) == 0x000008, "Wrong alignment on Actor_GetHorizontalDotProductTo"); \ +static_assert(sizeof(Actor_GetHorizontalDotProductTo) == 0x000010, "Wrong size on Actor_GetHorizontalDotProductTo"); \ +static_assert(offsetof(Actor_GetHorizontalDotProductTo, OtherActor) == 0x000000, "Member 'Actor_GetHorizontalDotProductTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetHorizontalDotProductTo, ReturnValue) == 0x000008, "Member 'Actor_GetHorizontalDotProductTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputAxisKeyValue \ +static_assert(alignof(Actor_GetInputAxisKeyValue) == 0x000008, "Wrong alignment on Actor_GetInputAxisKeyValue"); \ +static_assert(sizeof(Actor_GetInputAxisKeyValue) == 0x000020, "Wrong size on Actor_GetInputAxisKeyValue"); \ +static_assert(offsetof(Actor_GetInputAxisKeyValue, InputAxisKey) == 0x000000, "Member 'Actor_GetInputAxisKeyValue::InputAxisKey' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputAxisKeyValue, ReturnValue) == 0x000018, "Member 'Actor_GetInputAxisKeyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputAxisValue \ +static_assert(alignof(Actor_GetInputAxisValue) == 0x000004, "Wrong alignment on Actor_GetInputAxisValue"); \ +static_assert(sizeof(Actor_GetInputAxisValue) == 0x00000C, "Wrong size on Actor_GetInputAxisValue"); \ +static_assert(offsetof(Actor_GetInputAxisValue, InputAxisName) == 0x000000, "Member 'Actor_GetInputAxisValue::InputAxisName' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputAxisValue, ReturnValue) == 0x000008, "Member 'Actor_GetInputAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputVectorAxisValue \ +static_assert(alignof(Actor_GetInputVectorAxisValue) == 0x000008, "Wrong alignment on Actor_GetInputVectorAxisValue"); \ +static_assert(sizeof(Actor_GetInputVectorAxisValue) == 0x000028, "Wrong size on Actor_GetInputVectorAxisValue"); \ +static_assert(offsetof(Actor_GetInputVectorAxisValue, InputAxisKey) == 0x000000, "Member 'Actor_GetInputVectorAxisValue::InputAxisKey' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputVectorAxisValue, ReturnValue) == 0x000018, "Member 'Actor_GetInputVectorAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInstigator \ +static_assert(alignof(Actor_GetInstigator) == 0x000008, "Wrong alignment on Actor_GetInstigator"); \ +static_assert(sizeof(Actor_GetInstigator) == 0x000008, "Wrong size on Actor_GetInstigator"); \ +static_assert(offsetof(Actor_GetInstigator, ReturnValue) == 0x000000, "Member 'Actor_GetInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInstigatorController \ +static_assert(alignof(Actor_GetInstigatorController) == 0x000008, "Wrong alignment on Actor_GetInstigatorController"); \ +static_assert(sizeof(Actor_GetInstigatorController) == 0x000008, "Wrong size on Actor_GetInstigatorController"); \ +static_assert(offsetof(Actor_GetInstigatorController, ReturnValue) == 0x000000, "Member 'Actor_GetInstigatorController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLifeSpan \ +static_assert(alignof(Actor_GetLifeSpan) == 0x000004, "Wrong alignment on Actor_GetLifeSpan"); \ +static_assert(sizeof(Actor_GetLifeSpan) == 0x000004, "Wrong size on Actor_GetLifeSpan"); \ +static_assert(offsetof(Actor_GetLifeSpan, ReturnValue) == 0x000000, "Member 'Actor_GetLifeSpan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLocalRole \ +static_assert(alignof(Actor_GetLocalRole) == 0x000001, "Wrong alignment on Actor_GetLocalRole"); \ +static_assert(sizeof(Actor_GetLocalRole) == 0x000001, "Wrong size on Actor_GetLocalRole"); \ +static_assert(offsetof(Actor_GetLocalRole, ReturnValue) == 0x000000, "Member 'Actor_GetLocalRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOverlappingActors \ +static_assert(alignof(Actor_GetOverlappingActors) == 0x000008, "Wrong alignment on Actor_GetOverlappingActors"); \ +static_assert(sizeof(Actor_GetOverlappingActors) == 0x000018, "Wrong size on Actor_GetOverlappingActors"); \ +static_assert(offsetof(Actor_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'Actor_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'Actor_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOverlappingComponents \ +static_assert(alignof(Actor_GetOverlappingComponents) == 0x000008, "Wrong alignment on Actor_GetOverlappingComponents"); \ +static_assert(sizeof(Actor_GetOverlappingComponents) == 0x000010, "Wrong size on Actor_GetOverlappingComponents"); \ +static_assert(offsetof(Actor_GetOverlappingComponents, OverlappingComponents) == 0x000000, "Member 'Actor_GetOverlappingComponents::OverlappingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOwner \ +static_assert(alignof(Actor_GetOwner) == 0x000008, "Wrong alignment on Actor_GetOwner"); \ +static_assert(sizeof(Actor_GetOwner) == 0x000008, "Wrong size on Actor_GetOwner"); \ +static_assert(offsetof(Actor_GetOwner, ReturnValue) == 0x000000, "Member 'Actor_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetParentActor \ +static_assert(alignof(Actor_GetParentActor) == 0x000008, "Wrong alignment on Actor_GetParentActor"); \ +static_assert(sizeof(Actor_GetParentActor) == 0x000008, "Wrong size on Actor_GetParentActor"); \ +static_assert(offsetof(Actor_GetParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetParentComponent \ +static_assert(alignof(Actor_GetParentComponent) == 0x000008, "Wrong alignment on Actor_GetParentComponent"); \ +static_assert(sizeof(Actor_GetParentComponent) == 0x000008, "Wrong size on Actor_GetParentComponent"); \ +static_assert(offsetof(Actor_GetParentComponent, ReturnValue) == 0x000000, "Member 'Actor_GetParentComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetRemoteRole \ +static_assert(alignof(Actor_GetRemoteRole) == 0x000001, "Wrong alignment on Actor_GetRemoteRole"); \ +static_assert(sizeof(Actor_GetRemoteRole) == 0x000001, "Wrong size on Actor_GetRemoteRole"); \ +static_assert(offsetof(Actor_GetRemoteRole, ReturnValue) == 0x000000, "Member 'Actor_GetRemoteRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetSquaredDistanceTo \ +static_assert(alignof(Actor_GetSquaredDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredDistanceTo"); \ +static_assert(sizeof(Actor_GetSquaredDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredDistanceTo"); \ +static_assert(offsetof(Actor_GetSquaredDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetSquaredDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetSquaredHorizontalDistanceTo \ +static_assert(alignof(Actor_GetSquaredHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredHorizontalDistanceTo"); \ +static_assert(sizeof(Actor_GetSquaredHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredHorizontalDistanceTo"); \ +static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetTransform \ +static_assert(alignof(Actor_GetTransform) == 0x000010, "Wrong alignment on Actor_GetTransform"); \ +static_assert(sizeof(Actor_GetTransform) == 0x000030, "Wrong size on Actor_GetTransform"); \ +static_assert(offsetof(Actor_GetTransform, ReturnValue) == 0x000000, "Member 'Actor_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetVelocity \ +static_assert(alignof(Actor_GetVelocity) == 0x000004, "Wrong alignment on Actor_GetVelocity"); \ +static_assert(sizeof(Actor_GetVelocity) == 0x00000C, "Wrong size on Actor_GetVelocity"); \ +static_assert(offsetof(Actor_GetVelocity, ReturnValue) == 0x000000, "Member 'Actor_GetVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetVerticalDistanceTo \ +static_assert(alignof(Actor_GetVerticalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetVerticalDistanceTo"); \ +static_assert(sizeof(Actor_GetVerticalDistanceTo) == 0x000010, "Wrong size on Actor_GetVerticalDistanceTo"); \ +static_assert(offsetof(Actor_GetVerticalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetVerticalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetVerticalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetVerticalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_HasAuthority \ +static_assert(alignof(Actor_HasAuthority) == 0x000001, "Wrong alignment on Actor_HasAuthority"); \ +static_assert(sizeof(Actor_HasAuthority) == 0x000001, "Wrong size on Actor_HasAuthority"); \ +static_assert(offsetof(Actor_HasAuthority, ReturnValue) == 0x000000, "Member 'Actor_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsActorBeingDestroyed \ +static_assert(alignof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong alignment on Actor_IsActorBeingDestroyed"); \ +static_assert(sizeof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong size on Actor_IsActorBeingDestroyed"); \ +static_assert(offsetof(Actor_IsActorBeingDestroyed, ReturnValue) == 0x000000, "Member 'Actor_IsActorBeingDestroyed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsActorTickEnabled \ +static_assert(alignof(Actor_IsActorTickEnabled) == 0x000001, "Wrong alignment on Actor_IsActorTickEnabled"); \ +static_assert(sizeof(Actor_IsActorTickEnabled) == 0x000001, "Wrong size on Actor_IsActorTickEnabled"); \ +static_assert(offsetof(Actor_IsActorTickEnabled, ReturnValue) == 0x000000, "Member 'Actor_IsActorTickEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsChildActor \ +static_assert(alignof(Actor_IsChildActor) == 0x000001, "Wrong alignment on Actor_IsChildActor"); \ +static_assert(sizeof(Actor_IsChildActor) == 0x000001, "Wrong size on Actor_IsChildActor"); \ +static_assert(offsetof(Actor_IsChildActor, ReturnValue) == 0x000000, "Member 'Actor_IsChildActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsFirstInitialization \ +static_assert(alignof(Actor_IsFirstInitialization) == 0x000001, "Wrong alignment on Actor_IsFirstInitialization"); \ +static_assert(sizeof(Actor_IsFirstInitialization) == 0x000001, "Wrong size on Actor_IsFirstInitialization"); \ +static_assert(offsetof(Actor_IsFirstInitialization, ReturnValue) == 0x000000, "Member 'Actor_IsFirstInitialization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsOverlappingActor \ +static_assert(alignof(Actor_IsOverlappingActor) == 0x000008, "Wrong alignment on Actor_IsOverlappingActor"); \ +static_assert(sizeof(Actor_IsOverlappingActor) == 0x000010, "Wrong size on Actor_IsOverlappingActor"); \ +static_assert(offsetof(Actor_IsOverlappingActor, Other) == 0x000000, "Member 'Actor_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(Actor_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'Actor_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetActorLocation \ +static_assert(alignof(Actor_K2_GetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_GetActorLocation"); \ +static_assert(sizeof(Actor_K2_GetActorLocation) == 0x00000C, "Wrong size on Actor_K2_GetActorLocation"); \ +static_assert(offsetof(Actor_K2_GetActorLocation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetActorRotation \ +static_assert(alignof(Actor_K2_GetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_GetActorRotation"); \ +static_assert(sizeof(Actor_K2_GetActorRotation) == 0x00000C, "Wrong size on Actor_K2_GetActorRotation"); \ +static_assert(offsetof(Actor_K2_GetActorRotation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetComponentsByClass \ +static_assert(alignof(Actor_K2_GetComponentsByClass) == 0x000008, "Wrong alignment on Actor_K2_GetComponentsByClass"); \ +static_assert(sizeof(Actor_K2_GetComponentsByClass) == 0x000018, "Wrong size on Actor_K2_GetComponentsByClass"); \ +static_assert(offsetof(Actor_K2_GetComponentsByClass, ComponentClass) == 0x000000, "Member 'Actor_K2_GetComponentsByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_GetComponentsByClass, ReturnValue) == 0x000008, "Member 'Actor_K2_GetComponentsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetRootComponent \ +static_assert(alignof(Actor_K2_GetRootComponent) == 0x000008, "Wrong alignment on Actor_K2_GetRootComponent"); \ +static_assert(sizeof(Actor_K2_GetRootComponent) == 0x000008, "Wrong size on Actor_K2_GetRootComponent"); \ +static_assert(offsetof(Actor_K2_GetRootComponent, ReturnValue) == 0x000000, "Member 'Actor_K2_GetRootComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_WasRecentlyRendered \ +static_assert(alignof(Actor_WasRecentlyRendered) == 0x000004, "Wrong alignment on Actor_WasRecentlyRendered"); \ +static_assert(sizeof(Actor_WasRecentlyRendered) == 0x000008, "Wrong size on Actor_WasRecentlyRendered"); \ +static_assert(offsetof(Actor_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'Actor_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(Actor_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'Actor_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActor \ +static_assert(alignof(AActor) == 0x000008, "Wrong alignment on AActor"); \ +static_assert(sizeof(AActor) == 0x000228, "Wrong size on AActor"); \ +static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ +static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x00005E, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x00005F, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, RemoteRole) == 0x000060, "Member 'AActor::RemoteRole' has a wrong offset!"); \ +static_assert(offsetof(AActor, ReplicatedMovement) == 0x000064, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ +static_assert(offsetof(AActor, InitialLifeSpan) == 0x000098, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AActor, CustomTimeDilation) == 0x00009C, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AActor, AttachmentReplication) == 0x0000A8, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ +static_assert(offsetof(AActor, Owner) == 0x0000E8, "Member 'AActor::Owner' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDriverName) == 0x0000F0, "Member 'AActor::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(AActor, Role) == 0x0000F8, "Member 'AActor::Role' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDormancy) == 0x0000F9, "Member 'AActor::NetDormancy' has a wrong offset!"); \ +static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x0000FA, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ +static_assert(offsetof(AActor, AutoReceiveInput) == 0x0000FB, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputPriority) == 0x0000FC, "Member 'AActor::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputComponent) == 0x000100, "Member 'AActor::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000108, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetTag) == 0x00010C, "Member 'AActor::NetTag' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000110, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x000114, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetPriority) == 0x000118, "Member 'AActor::NetPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, Instigator) == 0x000120, "Member 'AActor::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AActor, Children) == 0x000128, "Member 'AActor::Children' has a wrong offset!"); \ +static_assert(offsetof(AActor, RootComponent) == 0x000138, "Member 'AActor::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, ControllingMatineeActors) == 0x000140, "Member 'AActor::ControllingMatineeActors' has a wrong offset!"); \ +static_assert(offsetof(AActor, Layers) == 0x000158, "Member 'AActor::Layers' has a wrong offset!"); \ +static_assert(offsetof(AActor, ParentComponent) == 0x000168, "Member 'AActor::ParentComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, Tags) == 0x000178, "Member 'AActor::Tags' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x000188, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakePointDamage) == 0x000189, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x00018A, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x00018B, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorEndOverlap) == 0x00018C, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnBeginCursorOver) == 0x00018D, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndCursorOver) == 0x00018E, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnClicked) == 0x00018F, "Member 'AActor::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnReleased) == 0x000190, "Member 'AActor::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchBegin) == 0x000191, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnd) == 0x000192, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnter) == 0x000193, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchLeave) == 0x000194, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorHit) == 0x000195, "Member 'AActor::OnActorHit' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnDestroyed) == 0x000196, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndPlay) == 0x000197, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(AActor, InstanceComponents) == 0x0001F8, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ +static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000208, "Member 'AActor::BlueprintCreatedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASkeletalMeshActor \ +static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ +static_assert(sizeof(ASkeletalMeshActor) == 0x0002B0, "Wrong size on ASkeletalMeshActor"); \ +static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000238, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x000240, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x000248, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x000250, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x000258, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetMovementBaseActor \ +static_assert(alignof(Pawn_GetMovementBaseActor) == 0x000008, "Wrong alignment on Pawn_GetMovementBaseActor"); \ +static_assert(sizeof(Pawn_GetMovementBaseActor) == 0x000010, "Wrong size on Pawn_GetMovementBaseActor"); \ +static_assert(offsetof(Pawn_GetMovementBaseActor, Pawn) == 0x000000, "Member 'Pawn_GetMovementBaseActor::Pawn' has a wrong offset!"); \ +static_assert(offsetof(Pawn_GetMovementBaseActor, ReturnValue) == 0x000008, "Member 'Pawn_GetMovementBaseActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerPitchInput \ +static_assert(alignof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong alignment on Pawn_AddControllerPitchInput"); \ +static_assert(sizeof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong size on Pawn_AddControllerPitchInput"); \ +static_assert(offsetof(Pawn_AddControllerPitchInput, Val) == 0x000000, "Member 'Pawn_AddControllerPitchInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerRollInput \ +static_assert(alignof(Pawn_AddControllerRollInput) == 0x000004, "Wrong alignment on Pawn_AddControllerRollInput"); \ +static_assert(sizeof(Pawn_AddControllerRollInput) == 0x000004, "Wrong size on Pawn_AddControllerRollInput"); \ +static_assert(offsetof(Pawn_AddControllerRollInput, Val) == 0x000000, "Member 'Pawn_AddControllerRollInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerYawInput \ +static_assert(alignof(Pawn_AddControllerYawInput) == 0x000004, "Wrong alignment on Pawn_AddControllerYawInput"); \ +static_assert(sizeof(Pawn_AddControllerYawInput) == 0x000004, "Wrong size on Pawn_AddControllerYawInput"); \ +static_assert(offsetof(Pawn_AddControllerYawInput, Val) == 0x000000, "Member 'Pawn_AddControllerYawInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddMovementInput \ +static_assert(alignof(Pawn_AddMovementInput) == 0x000004, "Wrong alignment on Pawn_AddMovementInput"); \ +static_assert(sizeof(Pawn_AddMovementInput) == 0x000014, "Wrong size on Pawn_AddMovementInput"); \ +static_assert(offsetof(Pawn_AddMovementInput, WorldDirection) == 0x000000, "Member 'Pawn_AddMovementInput::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, ScaleValue) == 0x00000C, "Member 'Pawn_AddMovementInput::ScaleValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, bForce) == 0x000010, "Member 'Pawn_AddMovementInput::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ConsumeMovementInputVector \ +static_assert(alignof(Pawn_ConsumeMovementInputVector) == 0x000004, "Wrong alignment on Pawn_ConsumeMovementInputVector"); \ +static_assert(sizeof(Pawn_ConsumeMovementInputVector) == 0x00000C, "Wrong size on Pawn_ConsumeMovementInputVector"); \ +static_assert(offsetof(Pawn_ConsumeMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_ConsumeMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_LaunchPawn \ +static_assert(alignof(Pawn_LaunchPawn) == 0x000004, "Wrong alignment on Pawn_LaunchPawn"); \ +static_assert(sizeof(Pawn_LaunchPawn) == 0x000010, "Wrong size on Pawn_LaunchPawn"); \ +static_assert(offsetof(Pawn_LaunchPawn, LaunchVelocity) == 0x000000, "Member 'Pawn_LaunchPawn::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(Pawn_LaunchPawn, bXYOverride) == 0x00000C, "Member 'Pawn_LaunchPawn::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Pawn_LaunchPawn, bZOverride) == 0x00000D, "Member 'Pawn_LaunchPawn::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_PawnMakeNoise \ +static_assert(alignof(Pawn_PawnMakeNoise) == 0x000008, "Wrong alignment on Pawn_PawnMakeNoise"); \ +static_assert(sizeof(Pawn_PawnMakeNoise) == 0x000020, "Wrong size on Pawn_PawnMakeNoise"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, Loudness) == 0x000000, "Member 'Pawn_PawnMakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseLocation) == 0x000004, "Member 'Pawn_PawnMakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, bUseNoiseMakerLocation) == 0x000010, "Member 'Pawn_PawnMakeNoise::bUseNoiseMakerLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseMaker) == 0x000018, "Member 'Pawn_PawnMakeNoise::NoiseMaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceivePossessed \ +static_assert(alignof(Pawn_ReceivePossessed) == 0x000008, "Wrong alignment on Pawn_ReceivePossessed"); \ +static_assert(sizeof(Pawn_ReceivePossessed) == 0x000008, "Wrong size on Pawn_ReceivePossessed"); \ +static_assert(offsetof(Pawn_ReceivePossessed, NewController) == 0x000000, "Member 'Pawn_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceiveUnpossessed \ +static_assert(alignof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong alignment on Pawn_ReceiveUnpossessed"); \ +static_assert(sizeof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong size on Pawn_ReceiveUnpossessed"); \ +static_assert(offsetof(Pawn_ReceiveUnpossessed, OldController) == 0x000000, "Member 'Pawn_ReceiveUnpossessed::OldController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_SetCanAffectNavigationGeneration \ +static_assert(alignof(Pawn_SetCanAffectNavigationGeneration) == 0x000001, "Wrong alignment on Pawn_SetCanAffectNavigationGeneration"); \ +static_assert(sizeof(Pawn_SetCanAffectNavigationGeneration) == 0x000002, "Wrong size on Pawn_SetCanAffectNavigationGeneration"); \ +static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bNewValue) == 0x000000, "Member 'Pawn_SetCanAffectNavigationGeneration::bNewValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bForceUpdate) == 0x000001, "Member 'Pawn_SetCanAffectNavigationGeneration::bForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetBaseAimRotation \ +static_assert(alignof(Pawn_GetBaseAimRotation) == 0x000004, "Wrong alignment on Pawn_GetBaseAimRotation"); \ +static_assert(sizeof(Pawn_GetBaseAimRotation) == 0x00000C, "Wrong size on Pawn_GetBaseAimRotation"); \ +static_assert(offsetof(Pawn_GetBaseAimRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetBaseAimRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetController \ +static_assert(alignof(Pawn_GetController) == 0x000008, "Wrong alignment on Pawn_GetController"); \ +static_assert(sizeof(Pawn_GetController) == 0x000008, "Wrong size on Pawn_GetController"); \ +static_assert(offsetof(Pawn_GetController, ReturnValue) == 0x000000, "Member 'Pawn_GetController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetControlRotation \ +static_assert(alignof(Pawn_GetControlRotation) == 0x000004, "Wrong alignment on Pawn_GetControlRotation"); \ +static_assert(sizeof(Pawn_GetControlRotation) == 0x00000C, "Wrong size on Pawn_GetControlRotation"); \ +static_assert(offsetof(Pawn_GetControlRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetControlRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetLastMovementInputVector \ +static_assert(alignof(Pawn_GetLastMovementInputVector) == 0x000004, "Wrong alignment on Pawn_GetLastMovementInputVector"); \ +static_assert(sizeof(Pawn_GetLastMovementInputVector) == 0x00000C, "Wrong size on Pawn_GetLastMovementInputVector"); \ +static_assert(offsetof(Pawn_GetLastMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetLastMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetMovementComponent \ +static_assert(alignof(Pawn_GetMovementComponent) == 0x000008, "Wrong alignment on Pawn_GetMovementComponent"); \ +static_assert(sizeof(Pawn_GetMovementComponent) == 0x000008, "Wrong size on Pawn_GetMovementComponent"); \ +static_assert(offsetof(Pawn_GetMovementComponent, ReturnValue) == 0x000000, "Member 'Pawn_GetMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetNavAgentLocation \ +static_assert(alignof(Pawn_GetNavAgentLocation) == 0x000004, "Wrong alignment on Pawn_GetNavAgentLocation"); \ +static_assert(sizeof(Pawn_GetNavAgentLocation) == 0x00000C, "Wrong size on Pawn_GetNavAgentLocation"); \ +static_assert(offsetof(Pawn_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'Pawn_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetPendingMovementInputVector \ +static_assert(alignof(Pawn_GetPendingMovementInputVector) == 0x000004, "Wrong alignment on Pawn_GetPendingMovementInputVector"); \ +static_assert(sizeof(Pawn_GetPendingMovementInputVector) == 0x00000C, "Wrong size on Pawn_GetPendingMovementInputVector"); \ +static_assert(offsetof(Pawn_GetPendingMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetPendingMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsBotControlled \ +static_assert(alignof(Pawn_IsBotControlled) == 0x000001, "Wrong alignment on Pawn_IsBotControlled"); \ +static_assert(sizeof(Pawn_IsBotControlled) == 0x000001, "Wrong size on Pawn_IsBotControlled"); \ +static_assert(offsetof(Pawn_IsBotControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsBotControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsControlled \ +static_assert(alignof(Pawn_IsControlled) == 0x000001, "Wrong alignment on Pawn_IsControlled"); \ +static_assert(sizeof(Pawn_IsControlled) == 0x000001, "Wrong size on Pawn_IsControlled"); \ +static_assert(offsetof(Pawn_IsControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsLocallyControlled \ +static_assert(alignof(Pawn_IsLocallyControlled) == 0x000001, "Wrong alignment on Pawn_IsLocallyControlled"); \ +static_assert(sizeof(Pawn_IsLocallyControlled) == 0x000001, "Wrong size on Pawn_IsLocallyControlled"); \ +static_assert(offsetof(Pawn_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsMoveInputIgnored \ +static_assert(alignof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Pawn_IsMoveInputIgnored"); \ +static_assert(sizeof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong size on Pawn_IsMoveInputIgnored"); \ +static_assert(offsetof(Pawn_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Pawn_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsPawnControlled \ +static_assert(alignof(Pawn_IsPawnControlled) == 0x000001, "Wrong alignment on Pawn_IsPawnControlled"); \ +static_assert(sizeof(Pawn_IsPawnControlled) == 0x000001, "Wrong size on Pawn_IsPawnControlled"); \ +static_assert(offsetof(Pawn_IsPawnControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPawnControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsPlayerControlled \ +static_assert(alignof(Pawn_IsPlayerControlled) == 0x000001, "Wrong alignment on Pawn_IsPlayerControlled"); \ +static_assert(sizeof(Pawn_IsPlayerControlled) == 0x000001, "Wrong size on Pawn_IsPlayerControlled"); \ +static_assert(offsetof(Pawn_IsPlayerControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPlayerControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_K2_GetMovementInputVector \ +static_assert(alignof(Pawn_K2_GetMovementInputVector) == 0x000004, "Wrong alignment on Pawn_K2_GetMovementInputVector"); \ +static_assert(sizeof(Pawn_K2_GetMovementInputVector) == 0x00000C, "Wrong size on Pawn_K2_GetMovementInputVector"); \ +static_assert(offsetof(Pawn_K2_GetMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_K2_GetMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APawn \ +static_assert(alignof(APawn) == 0x000008, "Wrong alignment on APawn"); \ +static_assert(sizeof(APawn) == 0x000288, "Wrong size on APawn"); \ +static_assert(offsetof(APawn, BaseEyeHeight) == 0x000234, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessPlayer) == 0x000238, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessAI) == 0x000239, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ +static_assert(offsetof(APawn, RemoteViewPitch) == 0x00023A, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ +static_assert(offsetof(APawn, AIControllerClass) == 0x000240, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ +static_assert(offsetof(APawn, PlayerState) == 0x000248, "Member 'APawn::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastHitBy) == 0x000258, "Member 'APawn::LastHitBy' has a wrong offset!"); \ +static_assert(offsetof(APawn, Controller) == 0x000260, "Member 'APawn::Controller' has a wrong offset!"); \ +static_assert(offsetof(APawn, ControlInputVector) == 0x00026C, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastControlInputVector) == 0x000278, "Member 'APawn::LastControlInputVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_LookUpAtRate \ +static_assert(alignof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong alignment on DefaultPawn_LookUpAtRate"); \ +static_assert(sizeof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong size on DefaultPawn_LookUpAtRate"); \ +static_assert(offsetof(DefaultPawn_LookUpAtRate, Rate) == 0x000000, "Member 'DefaultPawn_LookUpAtRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveForward \ +static_assert(alignof(DefaultPawn_MoveForward) == 0x000004, "Wrong alignment on DefaultPawn_MoveForward"); \ +static_assert(sizeof(DefaultPawn_MoveForward) == 0x000004, "Wrong size on DefaultPawn_MoveForward"); \ +static_assert(offsetof(DefaultPawn_MoveForward, Val) == 0x000000, "Member 'DefaultPawn_MoveForward::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveRight \ +static_assert(alignof(DefaultPawn_MoveRight) == 0x000004, "Wrong alignment on DefaultPawn_MoveRight"); \ +static_assert(sizeof(DefaultPawn_MoveRight) == 0x000004, "Wrong size on DefaultPawn_MoveRight"); \ +static_assert(offsetof(DefaultPawn_MoveRight, Val) == 0x000000, "Member 'DefaultPawn_MoveRight::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveUp_World \ +static_assert(alignof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong alignment on DefaultPawn_MoveUp_World"); \ +static_assert(sizeof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong size on DefaultPawn_MoveUp_World"); \ +static_assert(offsetof(DefaultPawn_MoveUp_World, Val) == 0x000000, "Member 'DefaultPawn_MoveUp_World::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_TurnAtRate \ +static_assert(alignof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong alignment on DefaultPawn_TurnAtRate"); \ +static_assert(sizeof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong size on DefaultPawn_TurnAtRate"); \ +static_assert(offsetof(DefaultPawn_TurnAtRate, Rate) == 0x000000, "Member 'DefaultPawn_TurnAtRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPawn \ +static_assert(alignof(ADefaultPawn) == 0x000008, "Wrong alignment on ADefaultPawn"); \ +static_assert(sizeof(ADefaultPawn) == 0x0002B0, "Wrong size on ADefaultPawn"); \ +static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000288, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x00028C, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000290, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000298, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x0002A0, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UBlueprintFunctionLibrary \ +static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ +static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000028, "Wrong size on UBlueprintFunctionLibrary"); \ + +#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_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_ActorComponent_IsFirstInitialization \ +static_assert(alignof(ActorComponent_IsFirstInitialization) == 0x000001, "Wrong alignment on ActorComponent_IsFirstInitialization"); \ +static_assert(sizeof(ActorComponent_IsFirstInitialization) == 0x000001, "Wrong size on ActorComponent_IsFirstInitialization"); \ +static_assert(offsetof(ActorComponent_IsFirstInitialization, ReturnValue) == 0x000000, "Member 'ActorComponent_IsFirstInitialization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorComponent \ +static_assert(alignof(UActorComponent) == 0x000008, "Wrong alignment on UActorComponent"); \ +static_assert(sizeof(UActorComponent) == 0x0000B0, "Wrong size on UActorComponent"); \ +static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000030, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, ComponentTags) == 0x000060, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, AssetUserData) == 0x000070, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x000084, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, CreationMethod) == 0x00008C, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x00008D, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x00008E, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSModifiedProperties) == 0x000090, "Member 'UActorComponent::UCSModifiedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_DetachFromParent \ +static_assert(alignof(SceneComponent_DetachFromParent) == 0x000001, "Wrong alignment on SceneComponent_DetachFromParent"); \ +static_assert(sizeof(SceneComponent_DetachFromParent) == 0x000002, "Wrong size on SceneComponent_DetachFromParent"); \ +static_assert(offsetof(SceneComponent_DetachFromParent, bMaintainWorldPosition) == 0x000000, "Member 'SceneComponent_DetachFromParent::bMaintainWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_DetachFromParent, bCallModify) == 0x000001, "Member 'SceneComponent_DetachFromParent::bCallModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalOffset \ +static_assert(alignof(SceneComponent_K2_AddLocalOffset) == 0x000004, "Wrong alignment on SceneComponent_K2_AddLocalOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalOffset) == 0x00009C, "Wrong size on SceneComponent_K2_AddLocalOffset"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddLocalOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddLocalOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddLocalOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddLocalOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalRotation \ +static_assert(alignof(SceneComponent_K2_AddLocalRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddLocalRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalRotation) == 0x00009C, "Wrong size on SceneComponent_K2_AddLocalRotation"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddLocalRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddLocalRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddLocalRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddLocalRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalTransform \ +static_assert(alignof(SceneComponent_K2_AddLocalTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_AddLocalTransform"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalTransform) == 0x0000C0, "Wrong size on SceneComponent_K2_AddLocalTransform"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddLocalTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_AddLocalTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeLocation \ +static_assert(alignof(SceneComponent_K2_AddRelativeLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddRelativeLocation"); \ +static_assert(sizeof(SceneComponent_K2_AddRelativeLocation) == 0x00009C, "Wrong size on SceneComponent_K2_AddRelativeLocation"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddRelativeLocation::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeRotation \ +static_assert(alignof(SceneComponent_K2_AddRelativeRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddRelativeRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddRelativeRotation) == 0x00009C, "Wrong size on SceneComponent_K2_AddRelativeRotation"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddRelativeRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldOffset \ +static_assert(alignof(SceneComponent_K2_AddWorldOffset) == 0x000004, "Wrong alignment on SceneComponent_K2_AddWorldOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldOffset) == 0x00009C, "Wrong size on SceneComponent_K2_AddWorldOffset"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddWorldOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddWorldOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddWorldOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddWorldOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldRotation \ +static_assert(alignof(SceneComponent_K2_AddWorldRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddWorldRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldRotation) == 0x00009C, "Wrong size on SceneComponent_K2_AddWorldRotation"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddWorldRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransform \ +static_assert(alignof(SceneComponent_K2_AddWorldTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_AddWorldTransform"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldTransform) == 0x0000C0, "Wrong size on SceneComponent_K2_AddWorldTransform"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_AddWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransformKeepScale \ +static_assert(alignof(SceneComponent_K2_AddWorldTransformKeepScale) == 0x000010, "Wrong alignment on SceneComponent_K2_AddWorldTransformKeepScale"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldTransformKeepScale) == 0x0000C0, "Wrong size on SceneComponent_K2_AddWorldTransformKeepScale"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AttachTo \ +static_assert(alignof(SceneComponent_K2_AttachTo) == 0x000008, "Wrong alignment on SceneComponent_K2_AttachTo"); \ +static_assert(sizeof(SceneComponent_K2_AttachTo) == 0x000018, "Wrong size on SceneComponent_K2_AttachTo"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, InParent) == 0x000000, "Member 'SceneComponent_K2_AttachTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, InSocketName) == 0x000008, "Member 'SceneComponent_K2_AttachTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, AttachType) == 0x000010, "Member 'SceneComponent_K2_AttachTo::AttachType' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, bWeldSimulatedBodies) == 0x000011, "Member 'SceneComponent_K2_AttachTo::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, ReturnValue) == 0x000012, "Member 'SceneComponent_K2_AttachTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AttachToComponent \ +static_assert(alignof(SceneComponent_K2_AttachToComponent) == 0x000008, "Wrong alignment on SceneComponent_K2_AttachToComponent"); \ +static_assert(sizeof(SceneComponent_K2_AttachToComponent) == 0x000018, "Wrong size on SceneComponent_K2_AttachToComponent"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, Parent) == 0x000000, "Member 'SceneComponent_K2_AttachToComponent::Parent' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, SocketName) == 0x000008, "Member 'SceneComponent_K2_AttachToComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, LocationRule) == 0x000010, "Member 'SceneComponent_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'SceneComponent_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'SceneComponent_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'SceneComponent_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, ReturnValue) == 0x000014, "Member 'SceneComponent_K2_AttachToComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_DetachFromComponent \ +static_assert(alignof(SceneComponent_K2_DetachFromComponent) == 0x000001, "Wrong alignment on SceneComponent_K2_DetachFromComponent"); \ +static_assert(sizeof(SceneComponent_K2_DetachFromComponent) == 0x000004, "Wrong size on SceneComponent_K2_DetachFromComponent"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, LocationRule) == 0x000000, "Member 'SceneComponent_K2_DetachFromComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, RotationRule) == 0x000001, "Member 'SceneComponent_K2_DetachFromComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, ScaleRule) == 0x000002, "Member 'SceneComponent_K2_DetachFromComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, bCallModify) == 0x000003, "Member 'SceneComponent_K2_DetachFromComponent::bCallModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocation \ +static_assert(alignof(SceneComponent_K2_SetRelativeLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeLocation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeLocation) == 0x00009C, "Wrong size on SceneComponent_K2_SetRelativeLocation"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_SetRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocationAndRotation \ +static_assert(alignof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeLocationAndRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x0000A8, "Wrong size on SceneComponent_K2_SetRelativeLocationAndRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, NewRotation) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bSweep) == 0x000018, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bTeleport) == 0x0000A4, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeRotation \ +static_assert(alignof(SceneComponent_K2_SetRelativeRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeRotation) == 0x00009C, "Wrong size on SceneComponent_K2_SetRelativeRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, NewRotation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_SetRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeTransform \ +static_assert(alignof(SceneComponent_K2_SetRelativeTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_SetRelativeTransform"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeTransform) == 0x0000C0, "Wrong size on SceneComponent_K2_SetRelativeTransform"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetRelativeTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_SetRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_SetRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocation \ +static_assert(alignof(SceneComponent_K2_SetWorldLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldLocation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldLocation) == 0x00009C, "Wrong size on SceneComponent_K2_SetWorldLocation"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetWorldLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetWorldLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetWorldLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_SetWorldLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocationAndRotation \ +static_assert(alignof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldLocationAndRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x0000A8, "Wrong size on SceneComponent_K2_SetWorldLocationAndRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, NewRotation) == 0x00000C, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bSweep) == 0x000018, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bTeleport) == 0x0000A4, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldRotation \ +static_assert(alignof(SceneComponent_K2_SetWorldRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldRotation) == 0x00009C, "Wrong size on SceneComponent_K2_SetWorldRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, NewRotation) == 0x000000, "Member 'SceneComponent_K2_SetWorldRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_SetWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldTransform \ +static_assert(alignof(SceneComponent_K2_SetWorldTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_SetWorldTransform"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldTransform) == 0x0000C0, "Wrong size on SceneComponent_K2_SetWorldTransform"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetWorldTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_SetWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_SetWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_OnRep_Visibility \ +static_assert(alignof(SceneComponent_OnRep_Visibility) == 0x000001, "Wrong alignment on SceneComponent_OnRep_Visibility"); \ +static_assert(sizeof(SceneComponent_OnRep_Visibility) == 0x000001, "Wrong size on SceneComponent_OnRep_Visibility"); \ +static_assert(offsetof(SceneComponent_OnRep_Visibility, OldValue) == 0x000000, "Member 'SceneComponent_OnRep_Visibility::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetAbsolute \ +static_assert(alignof(SceneComponent_SetAbsolute) == 0x000001, "Wrong alignment on SceneComponent_SetAbsolute"); \ +static_assert(sizeof(SceneComponent_SetAbsolute) == 0x000003, "Wrong size on SceneComponent_SetAbsolute"); \ +static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteLocation) == 0x000000, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteRotation) == 0x000001, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteScale) == 0x000002, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetHiddenInGame \ +static_assert(alignof(SceneComponent_SetHiddenInGame) == 0x000001, "Wrong alignment on SceneComponent_SetHiddenInGame"); \ +static_assert(sizeof(SceneComponent_SetHiddenInGame) == 0x000002, "Wrong size on SceneComponent_SetHiddenInGame"); \ +static_assert(offsetof(SceneComponent_SetHiddenInGame, NewHidden) == 0x000000, "Member 'SceneComponent_SetHiddenInGame::NewHidden' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetHiddenInGame, bPropagateToChildren) == 0x000001, "Member 'SceneComponent_SetHiddenInGame::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetMobility \ +static_assert(alignof(SceneComponent_SetMobility) == 0x000001, "Wrong alignment on SceneComponent_SetMobility"); \ +static_assert(sizeof(SceneComponent_SetMobility) == 0x000001, "Wrong size on SceneComponent_SetMobility"); \ +static_assert(offsetof(SceneComponent_SetMobility, NewMobility) == 0x000000, "Member 'SceneComponent_SetMobility::NewMobility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetRelativeScale3D \ +static_assert(alignof(SceneComponent_SetRelativeScale3D) == 0x000004, "Wrong alignment on SceneComponent_SetRelativeScale3D"); \ +static_assert(sizeof(SceneComponent_SetRelativeScale3D) == 0x00000C, "Wrong size on SceneComponent_SetRelativeScale3D"); \ +static_assert(offsetof(SceneComponent_SetRelativeScale3D, NewScale3D) == 0x000000, "Member 'SceneComponent_SetRelativeScale3D::NewScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetShouldUpdatePhysicsVolume \ +static_assert(alignof(SceneComponent_SetShouldUpdatePhysicsVolume) == 0x000001, "Wrong alignment on SceneComponent_SetShouldUpdatePhysicsVolume"); \ +static_assert(sizeof(SceneComponent_SetShouldUpdatePhysicsVolume) == 0x000001, "Wrong size on SceneComponent_SetShouldUpdatePhysicsVolume"); \ +static_assert(offsetof(SceneComponent_SetShouldUpdatePhysicsVolume, bInShouldUpdatePhysicsVolume) == 0x000000, "Member 'SceneComponent_SetShouldUpdatePhysicsVolume::bInShouldUpdatePhysicsVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetVisibility \ +static_assert(alignof(SceneComponent_SetVisibility) == 0x000001, "Wrong alignment on SceneComponent_SetVisibility"); \ +static_assert(sizeof(SceneComponent_SetVisibility) == 0x000002, "Wrong size on SceneComponent_SetVisibility"); \ +static_assert(offsetof(SceneComponent_SetVisibility, bNewVisibility) == 0x000000, "Member 'SceneComponent_SetVisibility::bNewVisibility' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetVisibility, bPropagateToChildren) == 0x000001, "Member 'SceneComponent_SetVisibility::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetWorldScale3D \ +static_assert(alignof(SceneComponent_SetWorldScale3D) == 0x000004, "Wrong alignment on SceneComponent_SetWorldScale3D"); \ +static_assert(sizeof(SceneComponent_SetWorldScale3D) == 0x00000C, "Wrong size on SceneComponent_SetWorldScale3D"); \ +static_assert(offsetof(SceneComponent_SetWorldScale3D, NewScale) == 0x000000, "Member 'SceneComponent_SetWorldScale3D::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SnapTo \ +static_assert(alignof(SceneComponent_SnapTo) == 0x000008, "Wrong alignment on SceneComponent_SnapTo"); \ +static_assert(sizeof(SceneComponent_SnapTo) == 0x000018, "Wrong size on SceneComponent_SnapTo"); \ +static_assert(offsetof(SceneComponent_SnapTo, InParent) == 0x000000, "Member 'SceneComponent_SnapTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SnapTo, InSocketName) == 0x000008, "Member 'SceneComponent_SnapTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SnapTo, ReturnValue) == 0x000010, "Member 'SceneComponent_SnapTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_ToggleVisibility \ +static_assert(alignof(SceneComponent_ToggleVisibility) == 0x000001, "Wrong alignment on SceneComponent_ToggleVisibility"); \ +static_assert(sizeof(SceneComponent_ToggleVisibility) == 0x000001, "Wrong size on SceneComponent_ToggleVisibility"); \ +static_assert(offsetof(SceneComponent_ToggleVisibility, bPropagateToChildren) == 0x000000, "Member 'SceneComponent_ToggleVisibility::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_DoesSocketExist \ +static_assert(alignof(SceneComponent_DoesSocketExist) == 0x000004, "Wrong alignment on SceneComponent_DoesSocketExist"); \ +static_assert(sizeof(SceneComponent_DoesSocketExist) == 0x00000C, "Wrong size on SceneComponent_DoesSocketExist"); \ +static_assert(offsetof(SceneComponent_DoesSocketExist, InSocketName) == 0x000000, "Member 'SceneComponent_DoesSocketExist::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_DoesSocketExist, ReturnValue) == 0x000008, "Member 'SceneComponent_DoesSocketExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetAllSocketNames \ +static_assert(alignof(SceneComponent_GetAllSocketNames) == 0x000008, "Wrong alignment on SceneComponent_GetAllSocketNames"); \ +static_assert(sizeof(SceneComponent_GetAllSocketNames) == 0x000010, "Wrong size on SceneComponent_GetAllSocketNames"); \ +static_assert(offsetof(SceneComponent_GetAllSocketNames, ReturnValue) == 0x000000, "Member 'SceneComponent_GetAllSocketNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetAttachParent \ +static_assert(alignof(SceneComponent_GetAttachParent) == 0x000008, "Wrong alignment on SceneComponent_GetAttachParent"); \ +static_assert(sizeof(SceneComponent_GetAttachParent) == 0x000008, "Wrong size on SceneComponent_GetAttachParent"); \ +static_assert(offsetof(SceneComponent_GetAttachParent, ReturnValue) == 0x000000, "Member 'SceneComponent_GetAttachParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetAttachSocketName \ +static_assert(alignof(SceneComponent_GetAttachSocketName) == 0x000004, "Wrong alignment on SceneComponent_GetAttachSocketName"); \ +static_assert(sizeof(SceneComponent_GetAttachSocketName) == 0x000008, "Wrong size on SceneComponent_GetAttachSocketName"); \ +static_assert(offsetof(SceneComponent_GetAttachSocketName, ReturnValue) == 0x000000, "Member 'SceneComponent_GetAttachSocketName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetChildComponent \ +static_assert(alignof(SceneComponent_GetChildComponent) == 0x000008, "Wrong alignment on SceneComponent_GetChildComponent"); \ +static_assert(sizeof(SceneComponent_GetChildComponent) == 0x000010, "Wrong size on SceneComponent_GetChildComponent"); \ +static_assert(offsetof(SceneComponent_GetChildComponent, ChildIndex) == 0x000000, "Member 'SceneComponent_GetChildComponent::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetChildComponent, ReturnValue) == 0x000008, "Member 'SceneComponent_GetChildComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetChildrenComponents \ +static_assert(alignof(SceneComponent_GetChildrenComponents) == 0x000008, "Wrong alignment on SceneComponent_GetChildrenComponents"); \ +static_assert(sizeof(SceneComponent_GetChildrenComponents) == 0x000018, "Wrong size on SceneComponent_GetChildrenComponents"); \ +static_assert(offsetof(SceneComponent_GetChildrenComponents, bIncludeAllDescendants) == 0x000000, "Member 'SceneComponent_GetChildrenComponents::bIncludeAllDescendants' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetChildrenComponents, Children) == 0x000008, "Member 'SceneComponent_GetChildrenComponents::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetComponentVelocity \ +static_assert(alignof(SceneComponent_GetComponentVelocity) == 0x000004, "Wrong alignment on SceneComponent_GetComponentVelocity"); \ +static_assert(sizeof(SceneComponent_GetComponentVelocity) == 0x00000C, "Wrong size on SceneComponent_GetComponentVelocity"); \ +static_assert(offsetof(SceneComponent_GetComponentVelocity, ReturnValue) == 0x000000, "Member 'SceneComponent_GetComponentVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetForwardVector \ +static_assert(alignof(SceneComponent_GetForwardVector) == 0x000004, "Wrong alignment on SceneComponent_GetForwardVector"); \ +static_assert(sizeof(SceneComponent_GetForwardVector) == 0x00000C, "Wrong size on SceneComponent_GetForwardVector"); \ +static_assert(offsetof(SceneComponent_GetForwardVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetNumChildrenComponents \ +static_assert(alignof(SceneComponent_GetNumChildrenComponents) == 0x000004, "Wrong alignment on SceneComponent_GetNumChildrenComponents"); \ +static_assert(sizeof(SceneComponent_GetNumChildrenComponents) == 0x000004, "Wrong size on SceneComponent_GetNumChildrenComponents"); \ +static_assert(offsetof(SceneComponent_GetNumChildrenComponents, ReturnValue) == 0x000000, "Member 'SceneComponent_GetNumChildrenComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetParentComponents \ +static_assert(alignof(SceneComponent_GetParentComponents) == 0x000008, "Wrong alignment on SceneComponent_GetParentComponents"); \ +static_assert(sizeof(SceneComponent_GetParentComponents) == 0x000010, "Wrong size on SceneComponent_GetParentComponents"); \ +static_assert(offsetof(SceneComponent_GetParentComponents, Parents) == 0x000000, "Member 'SceneComponent_GetParentComponents::Parents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetPhysicsVolume \ +static_assert(alignof(SceneComponent_GetPhysicsVolume) == 0x000008, "Wrong alignment on SceneComponent_GetPhysicsVolume"); \ +static_assert(sizeof(SceneComponent_GetPhysicsVolume) == 0x000008, "Wrong size on SceneComponent_GetPhysicsVolume"); \ +static_assert(offsetof(SceneComponent_GetPhysicsVolume, ReturnValue) == 0x000000, "Member 'SceneComponent_GetPhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetRelativeTransform \ +static_assert(alignof(SceneComponent_GetRelativeTransform) == 0x000010, "Wrong alignment on SceneComponent_GetRelativeTransform"); \ +static_assert(sizeof(SceneComponent_GetRelativeTransform) == 0x000030, "Wrong size on SceneComponent_GetRelativeTransform"); \ +static_assert(offsetof(SceneComponent_GetRelativeTransform, ReturnValue) == 0x000000, "Member 'SceneComponent_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetRightVector \ +static_assert(alignof(SceneComponent_GetRightVector) == 0x000004, "Wrong alignment on SceneComponent_GetRightVector"); \ +static_assert(sizeof(SceneComponent_GetRightVector) == 0x00000C, "Wrong size on SceneComponent_GetRightVector"); \ +static_assert(offsetof(SceneComponent_GetRightVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetShouldUpdatePhysicsVolume \ +static_assert(alignof(SceneComponent_GetShouldUpdatePhysicsVolume) == 0x000001, "Wrong alignment on SceneComponent_GetShouldUpdatePhysicsVolume"); \ +static_assert(sizeof(SceneComponent_GetShouldUpdatePhysicsVolume) == 0x000001, "Wrong size on SceneComponent_GetShouldUpdatePhysicsVolume"); \ +static_assert(offsetof(SceneComponent_GetShouldUpdatePhysicsVolume, ReturnValue) == 0x000000, "Member 'SceneComponent_GetShouldUpdatePhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketLocation \ +static_assert(alignof(SceneComponent_GetSocketLocation) == 0x000004, "Wrong alignment on SceneComponent_GetSocketLocation"); \ +static_assert(sizeof(SceneComponent_GetSocketLocation) == 0x000014, "Wrong size on SceneComponent_GetSocketLocation"); \ +static_assert(offsetof(SceneComponent_GetSocketLocation, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketLocation::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketLocation, ReturnValue) == 0x000008, "Member 'SceneComponent_GetSocketLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketQuaternion \ +static_assert(alignof(SceneComponent_GetSocketQuaternion) == 0x000010, "Wrong alignment on SceneComponent_GetSocketQuaternion"); \ +static_assert(sizeof(SceneComponent_GetSocketQuaternion) == 0x000020, "Wrong size on SceneComponent_GetSocketQuaternion"); \ +static_assert(offsetof(SceneComponent_GetSocketQuaternion, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketQuaternion::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketQuaternion, ReturnValue) == 0x000010, "Member 'SceneComponent_GetSocketQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketRotation \ +static_assert(alignof(SceneComponent_GetSocketRotation) == 0x000004, "Wrong alignment on SceneComponent_GetSocketRotation"); \ +static_assert(sizeof(SceneComponent_GetSocketRotation) == 0x000014, "Wrong size on SceneComponent_GetSocketRotation"); \ +static_assert(offsetof(SceneComponent_GetSocketRotation, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketRotation::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketRotation, ReturnValue) == 0x000008, "Member 'SceneComponent_GetSocketRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketTransform \ +static_assert(alignof(SceneComponent_GetSocketTransform) == 0x000010, "Wrong alignment on SceneComponent_GetSocketTransform"); \ +static_assert(sizeof(SceneComponent_GetSocketTransform) == 0x000040, "Wrong size on SceneComponent_GetSocketTransform"); \ +static_assert(offsetof(SceneComponent_GetSocketTransform, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketTransform::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketTransform, TransformSpace) == 0x000008, "Member 'SceneComponent_GetSocketTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketTransform, ReturnValue) == 0x000010, "Member 'SceneComponent_GetSocketTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetUpVector \ +static_assert(alignof(SceneComponent_GetUpVector) == 0x000004, "Wrong alignment on SceneComponent_GetUpVector"); \ +static_assert(sizeof(SceneComponent_GetUpVector) == 0x00000C, "Wrong size on SceneComponent_GetUpVector"); \ +static_assert(offsetof(SceneComponent_GetUpVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsAnySimulatingPhysics \ +static_assert(alignof(SceneComponent_IsAnySimulatingPhysics) == 0x000001, "Wrong alignment on SceneComponent_IsAnySimulatingPhysics"); \ +static_assert(sizeof(SceneComponent_IsAnySimulatingPhysics) == 0x000001, "Wrong size on SceneComponent_IsAnySimulatingPhysics"); \ +static_assert(offsetof(SceneComponent_IsAnySimulatingPhysics, ReturnValue) == 0x000000, "Member 'SceneComponent_IsAnySimulatingPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsSimulatingPhysics \ +static_assert(alignof(SceneComponent_IsSimulatingPhysics) == 0x000004, "Wrong alignment on SceneComponent_IsSimulatingPhysics"); \ +static_assert(sizeof(SceneComponent_IsSimulatingPhysics) == 0x00000C, "Wrong size on SceneComponent_IsSimulatingPhysics"); \ +static_assert(offsetof(SceneComponent_IsSimulatingPhysics, BoneName) == 0x000000, "Member 'SceneComponent_IsSimulatingPhysics::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_IsSimulatingPhysics, ReturnValue) == 0x000008, "Member 'SceneComponent_IsSimulatingPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsVisible \ +static_assert(alignof(SceneComponent_IsVisible) == 0x000001, "Wrong alignment on SceneComponent_IsVisible"); \ +static_assert(sizeof(SceneComponent_IsVisible) == 0x000001, "Wrong size on SceneComponent_IsVisible"); \ +static_assert(offsetof(SceneComponent_IsVisible, ReturnValue) == 0x000000, "Member 'SceneComponent_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentLocation \ +static_assert(alignof(SceneComponent_K2_GetComponentLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentLocation"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentLocation) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentLocation"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentLocation, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentRotation \ +static_assert(alignof(SceneComponent_K2_GetComponentRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentRotation"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentRotation) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentRotation"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentRotation, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentScale \ +static_assert(alignof(SceneComponent_K2_GetComponentScale) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentScale"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentScale) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentScale"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentScale, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentToWorld \ +static_assert(alignof(SceneComponent_K2_GetComponentToWorld) == 0x000010, "Wrong alignment on SceneComponent_K2_GetComponentToWorld"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentToWorld) == 0x000030, "Wrong size on SceneComponent_K2_GetComponentToWorld"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentToWorld, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneComponent \ +static_assert(alignof(USceneComponent) == 0x000010, "Wrong alignment on USceneComponent"); \ +static_assert(sizeof(USceneComponent) == 0x000200, "Wrong size on USceneComponent"); \ +static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000B8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachParent) == 0x0000C0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000C8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000D0, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000E0, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeLocation) == 0x00011C, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000128, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x000134, "Member 'USceneComponent::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ComponentVelocity) == 0x000140, "Member 'USceneComponent::ComponentVelocity' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, Mobility) == 0x00014F, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, DetailMode) == 0x000150, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x000151, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReflectionCaptureComponent \ +static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ +static_assert(sizeof(UReflectionCaptureComponent) == 0x000270, "Wrong size on UReflectionCaptureComponent"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x0001F8, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000200, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MobileReflectionCompression) == 0x000201, "Member 'UReflectionCaptureComponent::MobileReflectionCompression' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x000208, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000210, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x000214, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, bModifyMaxValueRGBM) == 0x000218, "Member 'UReflectionCaptureComponent::bModifyMaxValueRGBM' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MaxValueRGBM) == 0x00021C, "Member 'UReflectionCaptureComponent::MaxValueRGBM' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000220, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x00022C, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CachedEncodedHDRCubemap) == 0x000250, "Member 'UReflectionCaptureComponent::CachedEncodedHDRCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoxReflectionCaptureComponent \ +static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ +static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x000290, "Wrong size on UBoxReflectionCaptureComponent"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x000270, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x000278, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x000280, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UScriptViewportClient \ +static_assert(alignof(UScriptViewportClient) == 0x000008, "Wrong alignment on UScriptViewportClient"); \ +static_assert(sizeof(UScriptViewportClient) == 0x000038, "Wrong size on UScriptViewportClient"); \ + +#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_ATargetPoint \ +static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ +static_assert(sizeof(ATargetPoint) == 0x000228, "Wrong size on ATargetPoint"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulse \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddAngularImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddAngularImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInDegrees \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInRadians \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000018, "Wrong size on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForce \ +static_assert(alignof(PrimitiveComponent_AddForce) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForce"); \ +static_assert(sizeof(PrimitiveComponent_AddForce) == 0x000018, "Wrong size on PrimitiveComponent_AddForce"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, Force) == 0x000000, "Member 'PrimitiveComponent_AddForce::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddForce::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocation \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocation) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocation) == 0x000020, "Wrong size on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocation::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Location) == 0x00000C, "Member 'PrimitiveComponent_AddForceAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocationLocal \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000020, "Wrong size on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Location) == 0x00000C, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocationLocal::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulse \ +static_assert(alignof(PrimitiveComponent_AddImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulseAtLocation \ +static_assert(alignof(PrimitiveComponent_AddImpulseAtLocation) == 0x000004, "Wrong alignment on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulseAtLocation) == 0x000020, "Wrong size on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulseAtLocation::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Location) == 0x00000C, "Member 'PrimitiveComponent_AddImpulseAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddImpulseAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialForce \ +static_assert(alignof(PrimitiveComponent_AddRadialForce) == 0x000004, "Wrong alignment on PrimitiveComponent_AddRadialForce"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialForce) == 0x000018, "Wrong size on PrimitiveComponent_AddRadialForce"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialForce::Origin' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Radius) == 0x00000C, "Member 'PrimitiveComponent_AddRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Strength) == 0x000010, "Member 'PrimitiveComponent_AddRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Falloff) == 0x000014, "Member 'PrimitiveComponent_AddRadialForce::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, bAccelChange) == 0x000015, "Member 'PrimitiveComponent_AddRadialForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialImpulse \ +static_assert(alignof(PrimitiveComponent_AddRadialImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialImpulse::Origin' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Radius) == 0x00000C, "Member 'PrimitiveComponent_AddRadialImpulse::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Strength) == 0x000010, "Member 'PrimitiveComponent_AddRadialImpulse::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Falloff) == 0x000014, "Member 'PrimitiveComponent_AddRadialImpulse::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, bVelChange) == 0x000015, "Member 'PrimitiveComponent_AddRadialImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorque \ +static_assert(alignof(PrimitiveComponent_AddTorque) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorque"); \ +static_assert(sizeof(PrimitiveComponent_AddTorque) == 0x000018, "Wrong size on PrimitiveComponent_AddTorque"); \ +static_assert(offsetof(PrimitiveComponent_AddTorque, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorque::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorque, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorque::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorque, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddTorque::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInDegrees \ +static_assert(alignof(PrimitiveComponent_AddTorqueInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInDegrees::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorqueInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddTorqueInDegrees::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInRadians \ +static_assert(alignof(PrimitiveComponent_AddTorqueInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInRadians) == 0x000018, "Wrong size on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInRadians::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorqueInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddTorqueInRadians::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreActors \ +static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ +static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ +static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreComponents \ +static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ +static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ +static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamic \ +static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ +static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000010, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial \ +static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ +static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000018, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, Parent) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::Parent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateDynamicMaterialInstance \ +static_assert(alignof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000020, "Wrong size on PrimitiveComponent_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000018, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocityAtPoint \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000020, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, Point) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, BoneName) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, ReturnValue) == 0x000014, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreActorWhenMoving \ +static_assert(alignof(PrimitiveComponent_IgnoreActorWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreActorWhenMoving"); \ +static_assert(sizeof(PrimitiveComponent_IgnoreActorWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreActorWhenMoving"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreActorWhenMoving, Actor) == 0x000000, "Member 'PrimitiveComponent_IgnoreActorWhenMoving::Actor' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreActorWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreActorWhenMoving::bShouldIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreComponentWhenMoving \ +static_assert(alignof(PrimitiveComponent_IgnoreComponentWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreComponentWhenMoving"); \ +static_assert(sizeof(PrimitiveComponent_IgnoreComponentWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreComponentWhenMoving"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreComponentWhenMoving, Component) == 0x000000, "Member 'PrimitiveComponent_IgnoreComponentWhenMoving::Component' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreComponentWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreComponentWhenMoving::bShouldIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsAnyRigidBodyAwake \ +static_assert(alignof(PrimitiveComponent_IsAnyRigidBodyAwake) == 0x000001, "Wrong alignment on PrimitiveComponent_IsAnyRigidBodyAwake"); \ +static_assert(sizeof(PrimitiveComponent_IsAnyRigidBodyAwake) == 0x000001, "Wrong size on PrimitiveComponent_IsAnyRigidBodyAwake"); \ +static_assert(offsetof(PrimitiveComponent_IsAnyRigidBodyAwake, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsAnyRigidBodyAwake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_BoxOverlapComponent \ +static_assert(alignof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_BoxOverlapComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x0000D8, "Wrong size on PrimitiveComponent_K2_BoxOverlapComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, InBoxCentre) == 0x000000, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBoxCentre' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, InBox) == 0x00000C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBox' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bTraceComplex) == 0x000028, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bShowTrace) == 0x000029, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bPersistentShowTrace) == 0x00002A, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitLocation) == 0x00002C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitNormal) == 0x000038, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, BoneName) == 0x000044, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, OutHit) == 0x00004C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, ReturnValue) == 0x0000D4, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_LineTraceComponent \ +static_assert(alignof(PrimitiveComponent_K2_LineTraceComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_LineTraceComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_LineTraceComponent) == 0x0000C8, "Wrong size on PrimitiveComponent_K2_LineTraceComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, TraceStart) == 0x000000, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, TraceEnd) == 0x00000C, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bTraceComplex) == 0x000018, "Member 'PrimitiveComponent_K2_LineTraceComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bShowTrace) == 0x000019, "Member 'PrimitiveComponent_K2_LineTraceComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bPersistentShowTrace) == 0x00001A, "Member 'PrimitiveComponent_K2_LineTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitLocation) == 0x00001C, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitNormal) == 0x000028, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, BoneName) == 0x000034, "Member 'PrimitiveComponent_K2_LineTraceComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, OutHit) == 0x00003C, "Member 'PrimitiveComponent_K2_LineTraceComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, ReturnValue) == 0x0000C4, "Member 'PrimitiveComponent_K2_LineTraceComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereOverlapComponent \ +static_assert(alignof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_SphereOverlapComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x0000C0, "Wrong size on PrimitiveComponent_K2_SphereOverlapComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, InSphereCentre) == 0x000000, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereCentre' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, InSphereRadius) == 0x00000C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bTraceComplex) == 0x000010, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bShowTrace) == 0x000011, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bPersistentShowTrace) == 0x000012, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitLocation) == 0x000014, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitNormal) == 0x000020, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, BoneName) == 0x00002C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, OutHit) == 0x000034, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, ReturnValue) == 0x0000BC, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereTraceComponent \ +static_assert(alignof(PrimitiveComponent_K2_SphereTraceComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_SphereTraceComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_SphereTraceComponent) == 0x0000CC, "Wrong size on PrimitiveComponent_K2_SphereTraceComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, TraceStart) == 0x000000, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, TraceEnd) == 0x00000C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, SphereRadius) == 0x000018, "Member 'PrimitiveComponent_K2_SphereTraceComponent::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bTraceComplex) == 0x00001C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bShowTrace) == 0x00001D, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bPersistentShowTrace) == 0x00001E, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitLocation) == 0x000020, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitNormal) == 0x00002C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, BoneName) == 0x000038, "Member 'PrimitiveComponent_K2_SphereTraceComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, OutHit) == 0x000040, "Member 'PrimitiveComponent_K2_SphereTraceComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, ReturnValue) == 0x0000C8, "Member 'PrimitiveComponent_K2_SphereTraceComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_PutRigidBodyToSleep \ +static_assert(alignof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000004, "Wrong alignment on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(sizeof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000008, "Wrong size on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(offsetof(PrimitiveComponent_PutRigidBodyToSleep, BoneName) == 0x000000, "Member 'PrimitiveComponent_PutRigidBodyToSleep::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllMassScale \ +static_assert(alignof(PrimitiveComponent_SetAllMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllMassScale"); \ +static_assert(sizeof(PrimitiveComponent_SetAllMassScale) == 0x000004, "Wrong size on PrimitiveComponent_SetAllMassScale"); \ +static_assert(offsetof(PrimitiveComponent_SetAllMassScale, InMassScale) == 0x000000, "Member 'PrimitiveComponent_SetAllMassScale::InMassScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsLinearVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllUseCCD \ +static_assert(alignof(PrimitiveComponent_SetAllUseCCD) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAllUseCCD"); \ +static_assert(sizeof(PrimitiveComponent_SetAllUseCCD) == 0x000001, "Wrong size on PrimitiveComponent_SetAllUseCCD"); \ +static_assert(offsetof(PrimitiveComponent_SetAllUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetAllUseCCD::InUseCCD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAngularDamping \ +static_assert(alignof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAngularDamping"); \ +static_assert(sizeof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetAngularDamping"); \ +static_assert(offsetof(PrimitiveComponent_SetAngularDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetAngularDamping::InDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetBoundsScale \ +static_assert(alignof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetBoundsScale"); \ +static_assert(sizeof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong size on PrimitiveComponent_SetBoundsScale"); \ +static_assert(offsetof(PrimitiveComponent_SetBoundsScale, NewBoundsScale) == 0x000000, "Member 'PrimitiveComponent_SetBoundsScale::NewBoundsScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastHiddenShadow \ +static_assert(alignof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastHiddenShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastHiddenShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastHiddenShadow, NewCastHiddenShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastHiddenShadow::NewCastHiddenShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastInsetShadow \ +static_assert(alignof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastInsetShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastInsetShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastInsetShadow, bInCastInsetShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastInsetShadow::bInCastInsetShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastShadow \ +static_assert(alignof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastShadow, NewCastShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastShadow::NewCastShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_SetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_SetCenterOfMass) == 0x000014, "Wrong size on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, CenterOfMassOffset) == 0x000000, "Member 'PrimitiveComponent_SetCenterOfMass::CenterOfMassOffset' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, BoneName) == 0x00000C, "Member 'PrimitiveComponent_SetCenterOfMass::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionEnabled, NewType) == 0x000000, "Member 'PrimitiveComponent_SetCollisionEnabled::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionObjectType \ +static_assert(alignof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionObjectType"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionObjectType"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionObjectType, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionObjectType::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionProfileName \ +static_assert(alignof(PrimitiveComponent_SetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCollisionProfileName"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionProfileName) == 0x00000C, "Wrong size on PrimitiveComponent_SetCollisionProfileName"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, InCollisionProfileName) == 0x000000, "Member 'PrimitiveComponent_SetCollisionProfileName::InCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, bUpdateOverlaps) == 0x000008, "Member 'PrimitiveComponent_SetCollisionProfileName::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToAllChannels \ +static_assert(alignof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToChannel \ +static_assert(alignof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToChannel"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_SetCollisionResponseToChannel"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, NewResponse) == 0x000001, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetConstraintMode \ +static_assert(alignof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong alignment on PrimitiveComponent_SetConstraintMode"); \ +static_assert(sizeof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong size on PrimitiveComponent_SetConstraintMode"); \ +static_assert(offsetof(PrimitiveComponent_SetConstraintMode, ConstraintMode) == 0x000000, "Member 'PrimitiveComponent_SetConstraintMode::ConstraintMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCullDistance \ +static_assert(alignof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCullDistance"); \ +static_assert(sizeof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetCullDistance"); \ +static_assert(offsetof(PrimitiveComponent_SetCullDistance, NewCullDistance) == 0x000000, "Member 'PrimitiveComponent_SetCullDistance::NewCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilValue \ +static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilValue"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong size on PrimitiveComponent_SetCustomDepthStencilValue"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilValue, Value) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilWriteMask \ +static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong size on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilWriteMask, WriteMaskBit) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilWriteMask::WriteMaskBit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataArray \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataArray) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataArray"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataArray) == 0x000010, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataArray"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataArray, Data) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataArray::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetEnableGravity \ +static_assert(alignof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEnableGravity"); \ +static_assert(sizeof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong size on PrimitiveComponent_SetEnableGravity"); \ +static_assert(offsetof(PrimitiveComponent_SetEnableGravity, bGravityEnabled) == 0x000000, "Member 'PrimitiveComponent_SetEnableGravity::bGravityEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeFromLightAttachmentGroup \ +static_assert(alignof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup, bInExcludeFromLightAttachmentGroup) == 0x000000, "Member 'PrimitiveComponent_SetExcludeFromLightAttachmentGroup::bInExcludeFromLightAttachmentGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetGenerateOverlapEvents \ +static_assert(alignof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_SetGenerateOverlapEvents"); \ +static_assert(sizeof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_SetGenerateOverlapEvents"); \ +static_assert(offsetof(PrimitiveComponent_SetGenerateOverlapEvents, bInGenerateOverlapEvents) == 0x000000, "Member 'PrimitiveComponent_SetGenerateOverlapEvents::bInGenerateOverlapEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetHiddenInSceneCapture \ +static_assert(alignof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHiddenInSceneCapture"); \ +static_assert(sizeof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetHiddenInSceneCapture"); \ +static_assert(offsetof(PrimitiveComponent_SetHiddenInSceneCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHiddenInSceneCapture::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightAttachmentsAsGroup \ +static_assert(alignof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ +static_assert(sizeof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ +static_assert(offsetof(PrimitiveComponent_SetLightAttachmentsAsGroup, bInLightAttachmentsAsGroup) == 0x000000, "Member 'PrimitiveComponent_SetLightAttachmentsAsGroup::bInLightAttachmentsAsGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightingChannels \ +static_assert(alignof(PrimitiveComponent_SetLightingChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightingChannels"); \ +static_assert(sizeof(PrimitiveComponent_SetLightingChannels) == 0x000003, "Wrong size on PrimitiveComponent_SetLightingChannels"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'PrimitiveComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'PrimitiveComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'PrimitiveComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLinearDamping \ +static_assert(alignof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetLinearDamping"); \ +static_assert(sizeof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetLinearDamping"); \ +static_assert(offsetof(PrimitiveComponent_SetLinearDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetLinearDamping::InDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMassOverrideInKg \ +static_assert(alignof(PrimitiveComponent_SetMassOverrideInKg) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassOverrideInKg"); \ +static_assert(sizeof(PrimitiveComponent_SetMassOverrideInKg) == 0x000010, "Wrong size on PrimitiveComponent_SetMassOverrideInKg"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassOverrideInKg::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, MassInKg) == 0x000008, "Member 'PrimitiveComponent_SetMassOverrideInKg::MassInKg' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, bOverrideMass) == 0x00000C, "Member 'PrimitiveComponent_SetMassOverrideInKg::bOverrideMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMassScale \ +static_assert(alignof(PrimitiveComponent_SetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassScale"); \ +static_assert(sizeof(PrimitiveComponent_SetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_SetMassScale"); \ +static_assert(offsetof(PrimitiveComponent_SetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassScale::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassScale, InMassScale) == 0x000008, "Member 'PrimitiveComponent_SetMassScale::InMassScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterial \ +static_assert(alignof(PrimitiveComponent_SetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterial"); \ +static_assert(sizeof(PrimitiveComponent_SetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterial"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_SetMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterial, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterialByName \ +static_assert(alignof(PrimitiveComponent_SetMaterialByName) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterialByName"); \ +static_assert(sizeof(PrimitiveComponent_SetMaterialByName) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterialByName"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterialByName, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_SetMaterialByName::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterialByName, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterialByName::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetNotifyRigidBodyCollision \ +static_assert(alignof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong alignment on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ +static_assert(sizeof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong size on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ +static_assert(offsetof(PrimitiveComponent_SetNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'PrimitiveComponent_SetNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetOnlyOwnerSee \ +static_assert(alignof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOnlyOwnerSee"); \ +static_assert(sizeof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOnlyOwnerSee"); \ +static_assert(offsetof(PrimitiveComponent_SetOnlyOwnerSee, bNewOnlyOwnerSee) == 0x000000, "Member 'PrimitiveComponent_SetOnlyOwnerSee::bNewOnlyOwnerSee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetOwnerNoSee \ +static_assert(alignof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOwnerNoSee"); \ +static_assert(sizeof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOwnerNoSee"); \ +static_assert(offsetof(PrimitiveComponent_SetOwnerNoSee, bNewOwnerNoSee) == 0x000000, "Member 'PrimitiveComponent_SetOwnerNoSee::bNewOwnerNoSee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocity) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocity) == 0x000010, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000010, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians) == 0x000010, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysMaterialOverride \ +static_assert(alignof(PrimitiveComponent_SetPhysMaterialOverride) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysMaterialOverride"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysMaterialOverride) == 0x000008, "Wrong size on PrimitiveComponent_SetPhysMaterialOverride"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysMaterialOverride, NewPhysMaterial) == 0x000000, "Member 'PrimitiveComponent_SetPhysMaterialOverride::NewPhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetReceivesDecals \ +static_assert(alignof(PrimitiveComponent_SetReceivesDecals) == 0x000001, "Wrong alignment on PrimitiveComponent_SetReceivesDecals"); \ +static_assert(sizeof(PrimitiveComponent_SetReceivesDecals) == 0x000001, "Wrong size on PrimitiveComponent_SetReceivesDecals"); \ +static_assert(offsetof(PrimitiveComponent_SetReceivesDecals, bNewReceivesDecals) == 0x000000, "Member 'PrimitiveComponent_SetReceivesDecals::bNewReceivesDecals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderCustomDepth \ +static_assert(alignof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderCustomDepth"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderCustomDepth"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderCustomDepth, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderCustomDepth::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInMainPass \ +static_assert(alignof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInMainPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInMainPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSimulatePhysics \ +static_assert(alignof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSimulatePhysics"); \ +static_assert(sizeof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong size on PrimitiveComponent_SetSimulatePhysics"); \ +static_assert(offsetof(PrimitiveComponent_SetSimulatePhysics, bSimulate) == 0x000000, "Member 'PrimitiveComponent_SetSimulatePhysics::bSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSingleSampleShadowFromStationaryLights \ +static_assert(alignof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ +static_assert(sizeof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong size on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ +static_assert(offsetof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights, bNewSingleSampleShadowFromStationaryLights) == 0x000000, "Member 'PrimitiveComponent_SetSingleSampleShadowFromStationaryLights::bNewSingleSampleShadowFromStationaryLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucencySortDistanceOffset \ +static_assert(alignof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucencySortDistanceOffset, NewTranslucencySortDistanceOffset) == 0x000000, "Member 'PrimitiveComponent_SetTranslucencySortDistanceOffset::NewTranslucencySortDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority \ +static_assert(alignof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucentSortPriority, NewTranslucentSortPriority) == 0x000000, "Member 'PrimitiveComponent_SetTranslucentSortPriority::NewTranslucentSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD \ +static_assert(alignof(PrimitiveComponent_SetUseCCD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseCCD"); \ +static_assert(sizeof(PrimitiveComponent_SetUseCCD) == 0x00000C, "Wrong size on PrimitiveComponent_SetUseCCD"); \ +static_assert(offsetof(PrimitiveComponent_SetUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetUseCCD::InUseCCD' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetUseCCD, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetUseCCD::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInSceneCaptureOnly \ +static_assert(alignof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ +static_assert(sizeof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ +static_assert(offsetof(PrimitiveComponent_SetVisibleInSceneCaptureOnly, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInSceneCaptureOnly::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetWalkableSlopeOverride \ +static_assert(alignof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_SetWalkableSlopeOverride"); \ +static_assert(sizeof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_SetWalkableSlopeOverride"); \ +static_assert(offsetof(PrimitiveComponent_SetWalkableSlopeOverride, NewOverride) == 0x000000, "Member 'PrimitiveComponent_SetWalkableSlopeOverride::NewOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_WakeRigidBody \ +static_assert(alignof(PrimitiveComponent_WakeRigidBody) == 0x000004, "Wrong alignment on PrimitiveComponent_WakeRigidBody"); \ +static_assert(sizeof(PrimitiveComponent_WakeRigidBody) == 0x000008, "Wrong size on PrimitiveComponent_WakeRigidBody"); \ +static_assert(offsetof(PrimitiveComponent_WakeRigidBody, BoneName) == 0x000000, "Member 'PrimitiveComponent_WakeRigidBody::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CanCharacterStepUp \ +static_assert(alignof(PrimitiveComponent_CanCharacterStepUp) == 0x000008, "Wrong alignment on PrimitiveComponent_CanCharacterStepUp"); \ +static_assert(sizeof(PrimitiveComponent_CanCharacterStepUp) == 0x000010, "Wrong size on PrimitiveComponent_CanCharacterStepUp"); \ +static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, Pawn) == 0x000000, "Member 'PrimitiveComponent_CanCharacterStepUp::Pawn' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CanCharacterStepUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetAngularDamping \ +static_assert(alignof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetAngularDamping"); \ +static_assert(sizeof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetAngularDamping"); \ +static_assert(offsetof(PrimitiveComponent_GetAngularDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetAngularDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_GetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_GetCenterOfMass) == 0x000014, "Wrong size on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetCenterOfMass::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetClosestPointOnCollision \ +static_assert(alignof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000004, "Wrong alignment on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(sizeof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000024, "Wrong size on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, Point) == 0x000000, "Member 'PrimitiveComponent_GetClosestPointOnCollision::Point' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, OutPointOnBody) == 0x00000C, "Member 'PrimitiveComponent_GetClosestPointOnCollision::OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, BoneName) == 0x000018, "Member 'PrimitiveComponent_GetClosestPointOnCollision::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, ReturnValue) == 0x000020, "Member 'PrimitiveComponent_GetClosestPointOnCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionObjectType \ +static_assert(alignof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionObjectType"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionObjectType"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionObjectType, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionProfileName \ +static_assert(alignof(PrimitiveComponent_GetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCollisionProfileName"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionProfileName) == 0x000008, "Wrong size on PrimitiveComponent_GetCollisionProfileName"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionProfileName, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionResponseToChannel \ +static_assert(alignof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionResponseToChannel"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_GetCollisionResponseToChannel"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, ReturnValue) == 0x000001, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetGenerateOverlapEvents \ +static_assert(alignof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_GetGenerateOverlapEvents"); \ +static_assert(sizeof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_GetGenerateOverlapEvents"); \ +static_assert(offsetof(PrimitiveComponent_GetGenerateOverlapEvents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetGenerateOverlapEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor \ +static_assert(alignof(PrimitiveComponent_GetInertiaTensor) == 0x000004, "Wrong alignment on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(sizeof(PrimitiveComponent_GetInertiaTensor) == 0x000014, "Wrong size on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetInertiaTensor::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetInertiaTensor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetLinearDamping \ +static_assert(alignof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLinearDamping"); \ +static_assert(sizeof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetLinearDamping"); \ +static_assert(offsetof(PrimitiveComponent_GetLinearDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLinearDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMass \ +static_assert(alignof(PrimitiveComponent_GetMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMass"); \ +static_assert(sizeof(PrimitiveComponent_GetMass) == 0x000004, "Wrong size on PrimitiveComponent_GetMass"); \ +static_assert(offsetof(PrimitiveComponent_GetMass, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMassScale \ +static_assert(alignof(PrimitiveComponent_GetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMassScale"); \ +static_assert(sizeof(PrimitiveComponent_GetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_GetMassScale"); \ +static_assert(offsetof(PrimitiveComponent_GetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMassScale::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMassScale, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMassScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterial \ +static_assert(alignof(PrimitiveComponent_GetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterial"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterial"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterial, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromCollisionFaceIndex \ +static_assert(alignof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, FaceIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, SectionIndex) == 0x000004, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetNumMaterials \ +static_assert(alignof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong alignment on PrimitiveComponent_GetNumMaterials"); \ +static_assert(sizeof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong size on PrimitiveComponent_GetNumMaterials"); \ +static_assert(offsetof(PrimitiveComponent_GetNumMaterials, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetNumMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingActors \ +static_assert(alignof(PrimitiveComponent_GetOverlappingActors) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingActors"); \ +static_assert(sizeof(PrimitiveComponent_GetOverlappingActors) == 0x000018, "Wrong size on PrimitiveComponent_GetOverlappingActors"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'PrimitiveComponent_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingComponents \ +static_assert(alignof(PrimitiveComponent_GetOverlappingComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingComponents"); \ +static_assert(sizeof(PrimitiveComponent_GetOverlappingComponents) == 0x000010, "Wrong size on PrimitiveComponent_GetOverlappingComponents"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingComponents, OutOverlappingComponents) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingComponents::OutOverlappingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocity \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetWalkableSlopeOverride \ +static_assert(alignof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(sizeof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(offsetof(PrimitiveComponent_GetWalkableSlopeOverride, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetWalkableSlopeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled \ +static_assert(alignof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(sizeof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong size on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(offsetof(PrimitiveComponent_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor \ +static_assert(alignof(PrimitiveComponent_IsOverlappingActor) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingActor) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, Other) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent \ +static_assert(alignof(PrimitiveComponent_IsOverlappingComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingComponent) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, OtherComp) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingComponent::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsPhysicsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsPhysicsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsQueryCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsQueryCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsQueryCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_ScaleByMomentOfInertia \ +static_assert(alignof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000004, "Wrong alignment on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(sizeof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000020, "Wrong size on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, InputVector) == 0x000000, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::InputVector' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, BoneName) == 0x00000C, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, ReturnValue) == 0x000014, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_WasRecentlyRendered \ +static_assert(alignof(PrimitiveComponent_WasRecentlyRendered) == 0x000004, "Wrong alignment on PrimitiveComponent_WasRecentlyRendered"); \ +static_assert(sizeof(PrimitiveComponent_WasRecentlyRendered) == 0x000008, "Wrong size on PrimitiveComponent_WasRecentlyRendered"); \ +static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'PrimitiveComponent_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimitiveComponent \ +static_assert(alignof(UPrimitiveComponent) == 0x000010, "Wrong alignment on UPrimitiveComponent"); \ +static_assert(sizeof(UPrimitiveComponent) == 0x000450, "Wrong size on UPrimitiveComponent"); \ +static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000200, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x000204, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x000208, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x00020C, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x00020D, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x00020E, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x00020F, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x000218, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x00021A, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x00021B, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x00021C, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000220, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x000228, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x000238, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x000250, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x000254, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x000258, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x000260, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x000270, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x000271, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x000272, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x000273, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LpvBiasMultiplier) == 0x000278, "Member 'UPrimitiveComponent::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x000284, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x000298, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x0002A8, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x0002C8, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x000420, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x000421, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x000422, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x000423, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x000424, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x000426, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x000427, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x000428, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x000429, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x00042A, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x00042B, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x00042C, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x00042D, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000448, "Member 'UPrimitiveComponent::LODParentPrimitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_PrestreamTextures \ +static_assert(alignof(MeshComponent_PrestreamTextures) == 0x000004, "Wrong alignment on MeshComponent_PrestreamTextures"); \ +static_assert(sizeof(MeshComponent_PrestreamTextures) == 0x00000C, "Wrong size on MeshComponent_PrestreamTextures"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamTextures::Seconds' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, bPrioritizeCharacterTextures) == 0x000004, "Member 'MeshComponent_PrestreamTextures::bPrioritizeCharacterTextures' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'MeshComponent_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetScalarParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetScalarParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x00000C, "Wrong size on MeshComponent_SetScalarParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000014, "Wrong size on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterialIndex \ +static_assert(alignof(MeshComponent_GetMaterialIndex) == 0x000004, "Wrong alignment on MeshComponent_GetMaterialIndex"); \ +static_assert(sizeof(MeshComponent_GetMaterialIndex) == 0x00000C, "Wrong size on MeshComponent_GetMaterialIndex"); \ +static_assert(offsetof(MeshComponent_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'MeshComponent_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MeshComponent_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterials \ +static_assert(alignof(MeshComponent_GetMaterials) == 0x000008, "Wrong alignment on MeshComponent_GetMaterials"); \ +static_assert(sizeof(MeshComponent_GetMaterials) == 0x000010, "Wrong size on MeshComponent_GetMaterials"); \ +static_assert(offsetof(MeshComponent_GetMaterials, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterialSlotNames \ +static_assert(alignof(MeshComponent_GetMaterialSlotNames) == 0x000008, "Wrong alignment on MeshComponent_GetMaterialSlotNames"); \ +static_assert(sizeof(MeshComponent_GetMaterialSlotNames) == 0x000010, "Wrong size on MeshComponent_GetMaterialSlotNames"); \ +static_assert(offsetof(MeshComponent_GetMaterialSlotNames, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterialSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_IsMaterialSlotNameValid \ +static_assert(alignof(MeshComponent_IsMaterialSlotNameValid) == 0x000004, "Wrong alignment on MeshComponent_IsMaterialSlotNameValid"); \ +static_assert(sizeof(MeshComponent_IsMaterialSlotNameValid) == 0x00000C, "Wrong size on MeshComponent_IsMaterialSlotNameValid"); \ +static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, MaterialSlotName) == 0x000000, "Member 'MeshComponent_IsMaterialSlotNameValid::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, ReturnValue) == 0x000008, "Member 'MeshComponent_IsMaterialSlotNameValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshComponent \ +static_assert(alignof(UMeshComponent) == 0x000010, "Wrong alignment on UMeshComponent"); \ +static_assert(sizeof(UMeshComponent) == 0x000480, "Wrong size on UMeshComponent"); \ +static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000450, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearSkinWeightOverride \ +static_assert(alignof(SkinnedMeshComponent_ClearSkinWeightOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearSkinWeightOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_ClearSkinWeightOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearSkinWeightOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_ClearSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearSkinWeightOverride::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearVertexColorOverride \ +static_assert(alignof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearVertexColorOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearVertexColorOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_ClearVertexColorOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearVertexColorOverride::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPosePosition \ +static_assert(alignof(SkinnedMeshComponent_GetRefPosePosition) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(sizeof(SkinnedMeshComponent_GetRefPosePosition) == 0x000010, "Wrong size on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetRefPosePosition::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetRefPosePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_HideBoneByName \ +static_assert(alignof(SkinnedMeshComponent_HideBoneByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_HideBoneByName"); \ +static_assert(sizeof(SkinnedMeshComponent_HideBoneByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_HideBoneByName"); \ +static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_HideBoneByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, PhysBodyOption) == 0x000008, "Member 'SkinnedMeshComponent_HideBoneByName::PhysBodyOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsBoneHiddenByName \ +static_assert(alignof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsBoneHiddenByName"); \ +static_assert(sizeof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsBoneHiddenByName"); \ +static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsMaterialSectionShown \ +static_assert(alignof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsMaterialSectionShown"); \ +static_assert(sizeof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsMaterialSectionShown"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, LODIndex) == 0x000004, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility \ +static_assert(alignof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong size on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility, NewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleDirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleDirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleDirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleIndirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleIndirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetForcedLOD, InNewForcedLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetForcedLOD::InNewForcedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMasterPoseComponent \ +static_assert(alignof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetMasterPoseComponent"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000010, "Wrong size on SkinnedMeshComponent_SetMasterPoseComponent"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, NewMasterBoneComponent) == 0x000000, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::NewMasterBoneComponent' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, bForceUpdate) == 0x000008, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::bForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMinLOD \ +static_assert(alignof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetMinLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetMinLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMinLOD, InNewMinLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetMinLOD::InNewMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPhysicsAsset \ +static_assert(alignof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPhysicsAsset"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000010, "Wrong size on SkinnedMeshComponent_SetPhysicsAsset"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, NewPhysicsAsset) == 0x000000, "Member 'SkinnedMeshComponent_SetPhysicsAsset::NewPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, bForceReInit) == 0x000008, "Member 'SkinnedMeshComponent_SetPhysicsAsset::bForceReInit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPostSkinningOffsets \ +static_assert(alignof(SkinnedMeshComponent_SetPostSkinningOffsets) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPostSkinningOffsets"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPostSkinningOffsets) == 0x000018, "Wrong size on SkinnedMeshComponent_SetPostSkinningOffsets"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPostSkinningOffsets, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetPostSkinningOffsets::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPostSkinningOffsets, Offsets) == 0x000008, "Member 'SkinnedMeshComponent_SetPostSkinningOffsets::Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPreSkinningOffsets \ +static_assert(alignof(SkinnedMeshComponent_SetPreSkinningOffsets) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPreSkinningOffsets"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPreSkinningOffsets) == 0x000018, "Wrong size on SkinnedMeshComponent_SetPreSkinningOffsets"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPreSkinningOffsets, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetPreSkinningOffsets::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPreSkinningOffsets, Offsets) == 0x000008, "Member 'SkinnedMeshComponent_SetPreSkinningOffsets::Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetRenderStatic \ +static_assert(alignof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetRenderStatic"); \ +static_assert(sizeof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong size on SkinnedMeshComponent_SetRenderStatic"); \ +static_assert(offsetof(SkinnedMeshComponent_SetRenderStatic, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetRenderStatic::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkeletalMesh \ +static_assert(alignof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkeletalMesh"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkeletalMesh"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, NewMesh) == 0x000000, "Member 'SkinnedMeshComponent_SetSkeletalMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, bReinitPose) == 0x000008, "Member 'SkinnedMeshComponent_SetSkeletalMesh::bReinitPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightOverride \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000018, "Wrong size on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, SkinWeights) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::SkinWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x00000C, "Wrong size on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, InProfileName) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::InProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexColorOverride_LinearColor \ +static_assert(alignof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetVertexColorOverride_LinearColor"); \ +static_assert(sizeof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor) == 0x000018, "Wrong size on SkinnedMeshComponent_SetVertexColorOverride_LinearColor"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetVertexColorOverride_LinearColor::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor, VertexColors) == 0x000008, "Member 'SkinnedMeshComponent_SetVertexColorOverride_LinearColor::VertexColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexOffsetUsage \ +static_assert(alignof(SkinnedMeshComponent_SetVertexOffsetUsage) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetVertexOffsetUsage"); \ +static_assert(sizeof(SkinnedMeshComponent_SetVertexOffsetUsage) == 0x000008, "Wrong size on SkinnedMeshComponent_SetVertexOffsetUsage"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexOffsetUsage, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetVertexOffsetUsage::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexOffsetUsage, Usage) == 0x000004, "Member 'SkinnedMeshComponent_SetVertexOffsetUsage::Usage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ShowAllMaterialSections \ +static_assert(alignof(SkinnedMeshComponent_ShowAllMaterialSections) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ShowAllMaterialSections"); \ +static_assert(sizeof(SkinnedMeshComponent_ShowAllMaterialSections) == 0x000004, "Wrong size on SkinnedMeshComponent_ShowAllMaterialSections"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowAllMaterialSections, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ShowAllMaterialSections::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ShowMaterialSection \ +static_assert(alignof(SkinnedMeshComponent_ShowMaterialSection) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ShowMaterialSection"); \ +static_assert(sizeof(SkinnedMeshComponent_ShowMaterialSection) == 0x000010, "Wrong size on SkinnedMeshComponent_ShowMaterialSection"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_ShowMaterialSection::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, SectionIndex) == 0x000004, "Member 'SkinnedMeshComponent_ShowMaterialSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, bShow) == 0x000008, "Member 'SkinnedMeshComponent_ShowMaterialSection::bShow' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, LODIndex) == 0x00000C, "Member 'SkinnedMeshComponent_ShowMaterialSection::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_TransformFromBoneSpace \ +static_assert(alignof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x000004, "Wrong alignment on SkinnedMeshComponent_TransformFromBoneSpace"); \ +static_assert(sizeof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x000038, "Wrong size on SkinnedMeshComponent_TransformFromBoneSpace"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, InPosition) == 0x000008, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, InRotation) == 0x000014, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutPosition) == 0x000020, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutRotation) == 0x00002C, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_UnHideBoneByName \ +static_assert(alignof(SkinnedMeshComponent_UnHideBoneByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_UnHideBoneByName"); \ +static_assert(sizeof(SkinnedMeshComponent_UnHideBoneByName) == 0x000008, "Wrong size on SkinnedMeshComponent_UnHideBoneByName"); \ +static_assert(offsetof(SkinnedMeshComponent_UnHideBoneByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_UnHideBoneByName::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_UnloadSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_UnloadSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_UnloadSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_UnloadSkinWeightProfile) == 0x000008, "Wrong size on SkinnedMeshComponent_UnloadSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_UnloadSkinWeightProfile, InProfileName) == 0x000000, "Member 'SkinnedMeshComponent_UnloadSkinWeightProfile::InProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_BoneIsChildOf \ +static_assert(alignof(SkinnedMeshComponent_BoneIsChildOf) == 0x000004, "Wrong alignment on SkinnedMeshComponent_BoneIsChildOf"); \ +static_assert(sizeof(SkinnedMeshComponent_BoneIsChildOf) == 0x000014, "Wrong size on SkinnedMeshComponent_BoneIsChildOf"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_BoneIsChildOf::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, ParentBoneName) == 0x000008, "Member 'SkinnedMeshComponent_BoneIsChildOf::ParentBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_BoneIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_FindClosestBone_K2 \ +static_assert(alignof(SkinnedMeshComponent_FindClosestBone_K2) == 0x000004, "Wrong alignment on SkinnedMeshComponent_FindClosestBone_K2"); \ +static_assert(sizeof(SkinnedMeshComponent_FindClosestBone_K2) == 0x000028, "Wrong size on SkinnedMeshComponent_FindClosestBone_K2"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, TestLocation) == 0x000000, "Member 'SkinnedMeshComponent_FindClosestBone_K2::TestLocation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, BoneLocation) == 0x00000C, "Member 'SkinnedMeshComponent_FindClosestBone_K2::BoneLocation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, IgnoreScale) == 0x000018, "Member 'SkinnedMeshComponent_FindClosestBone_K2::IgnoreScale' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, bRequirePhysicsAsset) == 0x00001C, "Member 'SkinnedMeshComponent_FindClosestBone_K2::bRequirePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, ReturnValue) == 0x000020, "Member 'SkinnedMeshComponent_FindClosestBone_K2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneIndex \ +static_assert(alignof(SkinnedMeshComponent_GetBoneIndex) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneIndex"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneIndex) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetBoneIndex"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneIndex::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetBoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneName \ +static_assert(alignof(SkinnedMeshComponent_GetBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneName) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetBoneName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneName, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneName::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneName, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetCurrentSkinWeightProfileName \ +static_assert(alignof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x000008, "Wrong size on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetCurrentSkinWeightProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetDeltaTransformFromRefPose \ +static_assert(alignof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ +static_assert(sizeof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000040, "Wrong size on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BaseName) == 0x000008, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BaseName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_GetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_GetForcedLOD, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetForcedLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumBones \ +static_assert(alignof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumBones"); \ +static_assert(sizeof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumBones"); \ +static_assert(offsetof(SkinnedMeshComponent_GetNumBones, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumLODs \ +static_assert(alignof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumLODs"); \ +static_assert(sizeof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumLODs"); \ +static_assert(offsetof(SkinnedMeshComponent_GetNumLODs, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetParentBone \ +static_assert(alignof(SkinnedMeshComponent_GetParentBone) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetParentBone"); \ +static_assert(sizeof(SkinnedMeshComponent_GetParentBone) == 0x000010, "Wrong size on SkinnedMeshComponent_GetParentBone"); \ +static_assert(offsetof(SkinnedMeshComponent_GetParentBone, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetParentBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetParentBone, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetParentBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSocketBoneName \ +static_assert(alignof(SkinnedMeshComponent_GetSocketBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetSocketBoneName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSocketBoneName) == 0x000010, "Wrong size on SkinnedMeshComponent_GetSocketBoneName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, InSocketName) == 0x000000, "Member 'SkinnedMeshComponent_GetSocketBoneName::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetSocketBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose \ +static_assert(alignof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ +static_assert(sizeof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000014, "Wrong size on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutTwistAngle) == 0x000008, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutTwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutSwingAngle) == 0x00000C, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutSwingAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetVertexOffsetUsage \ +static_assert(alignof(SkinnedMeshComponent_GetVertexOffsetUsage) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetVertexOffsetUsage"); \ +static_assert(sizeof(SkinnedMeshComponent_GetVertexOffsetUsage) == 0x000008, "Wrong size on SkinnedMeshComponent_GetVertexOffsetUsage"); \ +static_assert(offsetof(SkinnedMeshComponent_GetVertexOffsetUsage, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetVertexOffsetUsage::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetVertexOffsetUsage, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetVertexOffsetUsage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsUsingSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_IsUsingSkinWeightProfile) == 0x000001, "Wrong alignment on SkinnedMeshComponent_IsUsingSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_IsUsingSkinWeightProfile) == 0x000001, "Wrong size on SkinnedMeshComponent_IsUsingSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_IsUsingSkinWeightProfile, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_IsUsingSkinWeightProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_TransformToBoneSpace \ +static_assert(alignof(SkinnedMeshComponent_TransformToBoneSpace) == 0x000004, "Wrong alignment on SkinnedMeshComponent_TransformToBoneSpace"); \ +static_assert(sizeof(SkinnedMeshComponent_TransformToBoneSpace) == 0x000038, "Wrong size on SkinnedMeshComponent_TransformToBoneSpace"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_TransformToBoneSpace::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, InPosition) == 0x000008, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, InRotation) == 0x000014, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutPosition) == 0x000020, "Member 'SkinnedMeshComponent_TransformToBoneSpace::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutRotation) == 0x00002C, "Member 'SkinnedMeshComponent_TransformToBoneSpace::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedMeshComponent \ +static_assert(alignof(USkinnedMeshComponent) == 0x000010, "Wrong alignment on USkinnedMeshComponent"); \ +static_assert(sizeof(USkinnedMeshComponent) == 0x0006A0, "Wrong size on USkinnedMeshComponent"); \ +static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000480, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MasterPoseComponent) == 0x000488, "Member 'USkinnedMeshComponent::MasterPoseComponent' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x000490, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VertexOffsetUsage) == 0x0004A0, "Member 'USkinnedMeshComponent::VertexOffsetUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x0005A8, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x0005B0, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x0005B4, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x0005C0, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x0005D0, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x000604, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x00060C, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldSpaceBounds) == 0x000620, "Member 'USkinnedMeshComponent::CachedWorldSpaceBounds' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000640, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_UParticleModuleSizeBase \ +static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ +static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSize \ +static_assert(alignof(UParticleModuleSize) == 0x000008, "Wrong alignment on UParticleModuleSize"); \ +static_assert(sizeof(UParticleModuleSize) == 0x000078, "Wrong size on UParticleModuleSize"); \ +static_assert(offsetof(UParticleModuleSize, StartSize) == 0x000030, "Member 'UParticleModuleSize::StartSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleLocationBase \ +static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ +static_assert(sizeof(UParticleModuleLocationBase) == 0x000030, "Wrong size on UParticleModuleLocationBase"); \ + +#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_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_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_UPlayer \ +static_assert(alignof(UPlayer) == 0x000008, "Wrong alignment on UPlayer"); \ +static_assert(sizeof(UPlayer) == 0x000048, "Wrong size on UPlayer"); \ +static_assert(offsetof(UPlayer, PlayerController) == 0x000030, "Member 'UPlayer::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, CurrentNetSpeed) == 0x000038, "Member 'UPlayer::CurrentNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, ConfiguredInternetSpeed) == 0x00003C, "Member 'UPlayer::ConfiguredInternetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, ConfiguredLanSpeed) == 0x000040, "Member 'UPlayer::ConfiguredLanSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnection \ +static_assert(alignof(UNetConnection) == 0x000008, "Wrong alignment on UNetConnection"); \ +static_assert(sizeof(UNetConnection) == 0x001BA8, "Wrong size on UNetConnection"); \ +static_assert(offsetof(UNetConnection, Children) == 0x000048, "Member 'UNetConnection::Children' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, Driver) == 0x000058, "Member 'UNetConnection::Driver' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PackageMapClass) == 0x000060, "Member 'UNetConnection::PackageMapClass' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PackageMap) == 0x000068, "Member 'UNetConnection::PackageMap' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, OpenChannels) == 0x000070, "Member 'UNetConnection::OpenChannels' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, SentTemporaries) == 0x000080, "Member 'UNetConnection::SentTemporaries' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ViewTarget) == 0x000090, "Member 'UNetConnection::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, OwningActor) == 0x000098, "Member 'UNetConnection::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, MaxPacket) == 0x0000A0, "Member 'UNetConnection::MaxPacket' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PlayerId) == 0x000160, "Member 'UNetConnection::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, LastReceiveTime) == 0x0001D0, "Member 'UNetConnection::LastReceiveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ChannelsToTick) == 0x001510, "Member 'UNetConnection::ChannelsToTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_HUD_AddDebugText \ +static_assert(alignof(HUD_AddDebugText) == 0x000008, "Wrong alignment on HUD_AddDebugText"); \ +static_assert(sizeof(HUD_AddDebugText) == 0x000050, "Wrong size on HUD_AddDebugText"); \ +static_assert(offsetof(HUD_AddDebugText, DebugText) == 0x000000, "Member 'HUD_AddDebugText::DebugText' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, SrcActor) == 0x000010, "Member 'HUD_AddDebugText::SrcActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, Duration) == 0x000018, "Member 'HUD_AddDebugText::Duration' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, Offset) == 0x00001C, "Member 'HUD_AddDebugText::Offset' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, DesiredOffset) == 0x000028, "Member 'HUD_AddDebugText::DesiredOffset' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, TextColor) == 0x000034, "Member 'HUD_AddDebugText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bSkipOverwriteCheck) == 0x000038, "Member 'HUD_AddDebugText::bSkipOverwriteCheck' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bAbsoluteLocation) == 0x000039, "Member 'HUD_AddDebugText::bAbsoluteLocation' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bKeepAttachedToActor) == 0x00003A, "Member 'HUD_AddDebugText::bKeepAttachedToActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, InFont) == 0x000040, "Member 'HUD_AddDebugText::InFont' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, FontScale) == 0x000048, "Member 'HUD_AddDebugText::FontScale' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bDrawShadow) == 0x00004C, "Member 'HUD_AddDebugText::bDrawShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_AddHitBox \ +static_assert(alignof(HUD_AddHitBox) == 0x000004, "Wrong alignment on HUD_AddHitBox"); \ +static_assert(sizeof(HUD_AddHitBox) == 0x000020, "Wrong size on HUD_AddHitBox"); \ +static_assert(offsetof(HUD_AddHitBox, Position) == 0x000000, "Member 'HUD_AddHitBox::Position' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, Size) == 0x000008, "Member 'HUD_AddHitBox::Size' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, InName) == 0x000010, "Member 'HUD_AddHitBox::InName' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, bConsumesInput) == 0x000018, "Member 'HUD_AddHitBox::bConsumesInput' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, Priority) == 0x00001C, "Member 'HUD_AddHitBox::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawLine \ +static_assert(alignof(HUD_DrawLine) == 0x000004, "Wrong alignment on HUD_DrawLine"); \ +static_assert(sizeof(HUD_DrawLine) == 0x000024, "Wrong size on HUD_DrawLine"); \ +static_assert(offsetof(HUD_DrawLine, StartScreenX) == 0x000000, "Member 'HUD_DrawLine::StartScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, StartScreenY) == 0x000004, "Member 'HUD_DrawLine::StartScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, EndScreenX) == 0x000008, "Member 'HUD_DrawLine::EndScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, EndScreenY) == 0x00000C, "Member 'HUD_DrawLine::EndScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, LineColor) == 0x000010, "Member 'HUD_DrawLine::LineColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, LineThickness) == 0x000020, "Member 'HUD_DrawLine::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawMaterial \ +static_assert(alignof(HUD_DrawMaterial) == 0x000008, "Wrong alignment on HUD_DrawMaterial"); \ +static_assert(sizeof(HUD_DrawMaterial) == 0x000040, "Wrong size on HUD_DrawMaterial"); \ +static_assert(offsetof(HUD_DrawMaterial, Material) == 0x000000, "Member 'HUD_DrawMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenX) == 0x000008, "Member 'HUD_DrawMaterial::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterial::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenW) == 0x000010, "Member 'HUD_DrawMaterial::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenH) == 0x000014, "Member 'HUD_DrawMaterial::ScreenH' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialU) == 0x000018, "Member 'HUD_DrawMaterial::MaterialU' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialV) == 0x00001C, "Member 'HUD_DrawMaterial::MaterialV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialUWidth) == 0x000020, "Member 'HUD_DrawMaterial::MaterialUWidth' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialVHeight) == 0x000024, "Member 'HUD_DrawMaterial::MaterialVHeight' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, Scale) == 0x000028, "Member 'HUD_DrawMaterial::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, bScalePosition) == 0x00002C, "Member 'HUD_DrawMaterial::bScalePosition' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, Rotation) == 0x000030, "Member 'HUD_DrawMaterial::Rotation' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, RotPivot) == 0x000034, "Member 'HUD_DrawMaterial::RotPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawMaterialSimple \ +static_assert(alignof(HUD_DrawMaterialSimple) == 0x000008, "Wrong alignment on HUD_DrawMaterialSimple"); \ +static_assert(sizeof(HUD_DrawMaterialSimple) == 0x000020, "Wrong size on HUD_DrawMaterialSimple"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, Material) == 0x000000, "Member 'HUD_DrawMaterialSimple::Material' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenX) == 0x000008, "Member 'HUD_DrawMaterialSimple::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterialSimple::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenW) == 0x000010, "Member 'HUD_DrawMaterialSimple::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenH) == 0x000014, "Member 'HUD_DrawMaterialSimple::ScreenH' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, Scale) == 0x000018, "Member 'HUD_DrawMaterialSimple::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, bScalePosition) == 0x00001C, "Member 'HUD_DrawMaterialSimple::bScalePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawMaterialTriangle \ +static_assert(alignof(HUD_DrawMaterialTriangle) == 0x000008, "Wrong alignment on HUD_DrawMaterialTriangle"); \ +static_assert(sizeof(HUD_DrawMaterialTriangle) == 0x000068, "Wrong size on HUD_DrawMaterialTriangle"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, Material) == 0x000000, "Member 'HUD_DrawMaterialTriangle::Material' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Pos) == 0x000008, "Member 'HUD_DrawMaterialTriangle::V0_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Pos) == 0x000010, "Member 'HUD_DrawMaterialTriangle::V1_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Pos) == 0x000018, "Member 'HUD_DrawMaterialTriangle::V2_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_UV) == 0x000020, "Member 'HUD_DrawMaterialTriangle::V0_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_UV) == 0x000028, "Member 'HUD_DrawMaterialTriangle::V1_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_UV) == 0x000030, "Member 'HUD_DrawMaterialTriangle::V2_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Color) == 0x000038, "Member 'HUD_DrawMaterialTriangle::V0_Color' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Color) == 0x000048, "Member 'HUD_DrawMaterialTriangle::V1_Color' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Color) == 0x000058, "Member 'HUD_DrawMaterialTriangle::V2_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawRect \ +static_assert(alignof(HUD_DrawRect) == 0x000004, "Wrong alignment on HUD_DrawRect"); \ +static_assert(sizeof(HUD_DrawRect) == 0x000020, "Wrong size on HUD_DrawRect"); \ +static_assert(offsetof(HUD_DrawRect, RectColor) == 0x000000, "Member 'HUD_DrawRect::RectColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenX) == 0x000010, "Member 'HUD_DrawRect::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenY) == 0x000014, "Member 'HUD_DrawRect::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenW) == 0x000018, "Member 'HUD_DrawRect::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenH) == 0x00001C, "Member 'HUD_DrawRect::ScreenH' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawText \ +static_assert(alignof(HUD_DrawText) == 0x000008, "Wrong alignment on HUD_DrawText"); \ +static_assert(sizeof(HUD_DrawText) == 0x000038, "Wrong size on HUD_DrawText"); \ +static_assert(offsetof(HUD_DrawText, Text) == 0x000000, "Member 'HUD_DrawText::Text' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, TextColor) == 0x000010, "Member 'HUD_DrawText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, ScreenX) == 0x000020, "Member 'HUD_DrawText::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, ScreenY) == 0x000024, "Member 'HUD_DrawText::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, Font) == 0x000028, "Member 'HUD_DrawText::Font' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, Scale) == 0x000030, "Member 'HUD_DrawText::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, bScalePosition) == 0x000034, "Member 'HUD_DrawText::bScalePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawTexture \ +static_assert(alignof(HUD_DrawTexture) == 0x000008, "Wrong alignment on HUD_DrawTexture"); \ +static_assert(sizeof(HUD_DrawTexture) == 0x000050, "Wrong size on HUD_DrawTexture"); \ +static_assert(offsetof(HUD_DrawTexture, Texture) == 0x000000, "Member 'HUD_DrawTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenX) == 0x000008, "Member 'HUD_DrawTexture::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenY) == 0x00000C, "Member 'HUD_DrawTexture::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenW) == 0x000010, "Member 'HUD_DrawTexture::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenH) == 0x000014, "Member 'HUD_DrawTexture::ScreenH' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureU) == 0x000018, "Member 'HUD_DrawTexture::TextureU' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureV) == 0x00001C, "Member 'HUD_DrawTexture::TextureV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureUWidth) == 0x000020, "Member 'HUD_DrawTexture::TextureUWidth' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureVHeight) == 0x000024, "Member 'HUD_DrawTexture::TextureVHeight' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TintColor) == 0x000028, "Member 'HUD_DrawTexture::TintColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, BlendMode) == 0x000038, "Member 'HUD_DrawTexture::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, Scale) == 0x00003C, "Member 'HUD_DrawTexture::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, bScalePosition) == 0x000040, "Member 'HUD_DrawTexture::bScalePosition' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, Rotation) == 0x000044, "Member 'HUD_DrawTexture::Rotation' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, RotPivot) == 0x000048, "Member 'HUD_DrawTexture::RotPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawTextureSimple \ +static_assert(alignof(HUD_DrawTextureSimple) == 0x000008, "Wrong alignment on HUD_DrawTextureSimple"); \ +static_assert(sizeof(HUD_DrawTextureSimple) == 0x000018, "Wrong size on HUD_DrawTextureSimple"); \ +static_assert(offsetof(HUD_DrawTextureSimple, Texture) == 0x000000, "Member 'HUD_DrawTextureSimple::Texture' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, ScreenX) == 0x000008, "Member 'HUD_DrawTextureSimple::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawTextureSimple::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, Scale) == 0x000010, "Member 'HUD_DrawTextureSimple::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, bScalePosition) == 0x000014, "Member 'HUD_DrawTextureSimple::bScalePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetActorsInSelectionRectangle \ +static_assert(alignof(HUD_GetActorsInSelectionRectangle) == 0x000008, "Wrong alignment on HUD_GetActorsInSelectionRectangle"); \ +static_assert(sizeof(HUD_GetActorsInSelectionRectangle) == 0x000030, "Wrong size on HUD_GetActorsInSelectionRectangle"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, ClassFilter) == 0x000000, "Member 'HUD_GetActorsInSelectionRectangle::ClassFilter' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, FirstPoint) == 0x000008, "Member 'HUD_GetActorsInSelectionRectangle::FirstPoint' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, SecondPoint) == 0x000010, "Member 'HUD_GetActorsInSelectionRectangle::SecondPoint' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, OutActors) == 0x000018, "Member 'HUD_GetActorsInSelectionRectangle::OutActors' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bIncludeNonCollidingComponents) == 0x000028, "Member 'HUD_GetActorsInSelectionRectangle::bIncludeNonCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bActorMustBeFullyEnclosed) == 0x000029, "Member 'HUD_GetActorsInSelectionRectangle::bActorMustBeFullyEnclosed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveDrawHUD \ +static_assert(alignof(HUD_ReceiveDrawHUD) == 0x000004, "Wrong alignment on HUD_ReceiveDrawHUD"); \ +static_assert(sizeof(HUD_ReceiveDrawHUD) == 0x000008, "Wrong size on HUD_ReceiveDrawHUD"); \ +static_assert(offsetof(HUD_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'HUD_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ +static_assert(offsetof(HUD_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'HUD_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxBeginCursorOver \ +static_assert(alignof(HUD_ReceiveHitBoxBeginCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxBeginCursorOver"); \ +static_assert(sizeof(HUD_ReceiveHitBoxBeginCursorOver) == 0x000008, "Wrong size on HUD_ReceiveHitBoxBeginCursorOver"); \ +static_assert(offsetof(HUD_ReceiveHitBoxBeginCursorOver, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxBeginCursorOver::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxClick \ +static_assert(alignof(HUD_ReceiveHitBoxClick) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxClick"); \ +static_assert(sizeof(HUD_ReceiveHitBoxClick) == 0x000008, "Wrong size on HUD_ReceiveHitBoxClick"); \ +static_assert(offsetof(HUD_ReceiveHitBoxClick, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxClick::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxEndCursorOver \ +static_assert(alignof(HUD_ReceiveHitBoxEndCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxEndCursorOver"); \ +static_assert(sizeof(HUD_ReceiveHitBoxEndCursorOver) == 0x000008, "Wrong size on HUD_ReceiveHitBoxEndCursorOver"); \ +static_assert(offsetof(HUD_ReceiveHitBoxEndCursorOver, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxEndCursorOver::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxRelease \ +static_assert(alignof(HUD_ReceiveHitBoxRelease) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxRelease"); \ +static_assert(sizeof(HUD_ReceiveHitBoxRelease) == 0x000008, "Wrong size on HUD_ReceiveHitBoxRelease"); \ +static_assert(offsetof(HUD_ReceiveHitBoxRelease, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxRelease::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_RemoveDebugText \ +static_assert(alignof(HUD_RemoveDebugText) == 0x000008, "Wrong alignment on HUD_RemoveDebugText"); \ +static_assert(sizeof(HUD_RemoveDebugText) == 0x000010, "Wrong size on HUD_RemoveDebugText"); \ +static_assert(offsetof(HUD_RemoveDebugText, SrcActor) == 0x000000, "Member 'HUD_RemoveDebugText::SrcActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_RemoveDebugText, bLeaveDurationText) == 0x000008, "Member 'HUD_RemoveDebugText::bLeaveDurationText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ShowDebug \ +static_assert(alignof(HUD_ShowDebug) == 0x000004, "Wrong alignment on HUD_ShowDebug"); \ +static_assert(sizeof(HUD_ShowDebug) == 0x000008, "Wrong size on HUD_ShowDebug"); \ +static_assert(offsetof(HUD_ShowDebug, DebugType) == 0x000000, "Member 'HUD_ShowDebug::DebugType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ShowDebugForReticleTargetToggle \ +static_assert(alignof(HUD_ShowDebugForReticleTargetToggle) == 0x000008, "Wrong alignment on HUD_ShowDebugForReticleTargetToggle"); \ +static_assert(sizeof(HUD_ShowDebugForReticleTargetToggle) == 0x000008, "Wrong size on HUD_ShowDebugForReticleTargetToggle"); \ +static_assert(offsetof(HUD_ShowDebugForReticleTargetToggle, DesiredClass) == 0x000000, "Member 'HUD_ShowDebugForReticleTargetToggle::DesiredClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ShowDebugToggleSubCategory \ +static_assert(alignof(HUD_ShowDebugToggleSubCategory) == 0x000004, "Wrong alignment on HUD_ShowDebugToggleSubCategory"); \ +static_assert(sizeof(HUD_ShowDebugToggleSubCategory) == 0x000008, "Wrong size on HUD_ShowDebugToggleSubCategory"); \ +static_assert(offsetof(HUD_ShowDebugToggleSubCategory, Category) == 0x000000, "Member 'HUD_ShowDebugToggleSubCategory::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_Deproject \ +static_assert(alignof(HUD_Deproject) == 0x000004, "Wrong alignment on HUD_Deproject"); \ +static_assert(sizeof(HUD_Deproject) == 0x000020, "Wrong size on HUD_Deproject"); \ +static_assert(offsetof(HUD_Deproject, ScreenX) == 0x000000, "Member 'HUD_Deproject::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_Deproject, ScreenY) == 0x000004, "Member 'HUD_Deproject::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_Deproject, WorldPosition) == 0x000008, "Member 'HUD_Deproject::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(HUD_Deproject, WorldDirection) == 0x000014, "Member 'HUD_Deproject::WorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetOwningPawn \ +static_assert(alignof(HUD_GetOwningPawn) == 0x000008, "Wrong alignment on HUD_GetOwningPawn"); \ +static_assert(sizeof(HUD_GetOwningPawn) == 0x000008, "Wrong size on HUD_GetOwningPawn"); \ +static_assert(offsetof(HUD_GetOwningPawn, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetOwningPlayerController \ +static_assert(alignof(HUD_GetOwningPlayerController) == 0x000008, "Wrong alignment on HUD_GetOwningPlayerController"); \ +static_assert(sizeof(HUD_GetOwningPlayerController) == 0x000008, "Wrong size on HUD_GetOwningPlayerController"); \ +static_assert(offsetof(HUD_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetTextSize \ +static_assert(alignof(HUD_GetTextSize) == 0x000008, "Wrong alignment on HUD_GetTextSize"); \ +static_assert(sizeof(HUD_GetTextSize) == 0x000028, "Wrong size on HUD_GetTextSize"); \ +static_assert(offsetof(HUD_GetTextSize, Text) == 0x000000, "Member 'HUD_GetTextSize::Text' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, OutWidth) == 0x000010, "Member 'HUD_GetTextSize::OutWidth' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, OutHeight) == 0x000014, "Member 'HUD_GetTextSize::OutHeight' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, Font) == 0x000018, "Member 'HUD_GetTextSize::Font' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, Scale) == 0x000020, "Member 'HUD_GetTextSize::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_Project \ +static_assert(alignof(HUD_Project) == 0x000004, "Wrong alignment on HUD_Project"); \ +static_assert(sizeof(HUD_Project) == 0x000018, "Wrong size on HUD_Project"); \ +static_assert(offsetof(HUD_Project, Location) == 0x000000, "Member 'HUD_Project::Location' has a wrong offset!"); \ +static_assert(offsetof(HUD_Project, ReturnValue) == 0x00000C, "Member 'HUD_Project::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHUD \ +static_assert(alignof(AHUD) == 0x000008, "Wrong alignment on AHUD"); \ +static_assert(sizeof(AHUD) == 0x000318, "Wrong size on AHUD"); \ +static_assert(offsetof(AHUD, PlayerOwner) == 0x000228, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ +static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x000234, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(AHUD, PostRenderedActors) == 0x000240, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugDisplay) == 0x000258, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x000268, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ +static_assert(offsetof(AHUD, Canvas) == 0x000278, "Member 'AHUD::Canvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugCanvas) == 0x000280, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugTextList) == 0x000288, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x000298, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x0002A0, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ADocumentationActor \ +static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ +static_assert(sizeof(ADocumentationActor) == 0x000230, "Wrong size on ADocumentationActor"); \ + +#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_Character_CacheInitialMeshOffset \ +static_assert(alignof(Character_CacheInitialMeshOffset) == 0x000004, "Wrong alignment on Character_CacheInitialMeshOffset"); \ +static_assert(sizeof(Character_CacheInitialMeshOffset) == 0x000018, "Wrong size on Character_CacheInitialMeshOffset"); \ +static_assert(offsetof(Character_CacheInitialMeshOffset, MeshRelativeLocation) == 0x000000, "Member 'Character_CacheInitialMeshOffset::MeshRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(Character_CacheInitialMeshOffset, MeshRelativeRotation) == 0x00000C, "Member 'Character_CacheInitialMeshOffset::MeshRelativeRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAckGoodMove \ +static_assert(alignof(Character_ClientAckGoodMove) == 0x000004, "Wrong alignment on Character_ClientAckGoodMove"); \ +static_assert(sizeof(Character_ClientAckGoodMove) == 0x000004, "Wrong size on Character_ClientAckGoodMove"); \ +static_assert(offsetof(Character_ClientAckGoodMove, Timestamp) == 0x000000, "Member 'Character_ClientAckGoodMove::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAdjustPosition \ +static_assert(alignof(Character_ClientAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientAdjustPosition"); \ +static_assert(sizeof(Character_ClientAdjustPosition) == 0x000038, "Wrong size on Character_ClientAdjustPosition"); \ +static_assert(offsetof(Character_ClientAdjustPosition, Timestamp) == 0x000000, "Member 'Character_ClientAdjustPosition::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewLoc) == 0x000004, "Member 'Character_ClientAdjustPosition::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewVel) == 0x000010, "Member 'Character_ClientAdjustPosition::NewVel' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewBase) == 0x000020, "Member 'Character_ClientAdjustPosition::NewBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewBaseBoneName) == 0x000028, "Member 'Character_ClientAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, bHasBase) == 0x000030, "Member 'Character_ClientAdjustPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, bBaseRelativePosition) == 0x000031, "Member 'Character_ClientAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, ServerMovementMode) == 0x000032, "Member 'Character_ClientAdjustPosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAdjustRootMotionPosition \ +static_assert(alignof(Character_ClientAdjustRootMotionPosition) == 0x000008, "Wrong alignment on Character_ClientAdjustRootMotionPosition"); \ +static_assert(sizeof(Character_ClientAdjustRootMotionPosition) == 0x000040, "Wrong size on Character_ClientAdjustRootMotionPosition"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, Timestamp) == 0x000000, "Member 'Character_ClientAdjustRootMotionPosition::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMontageTrackPosition) == 0x000004, "Member 'Character_ClientAdjustRootMotionPosition::ServerMontageTrackPosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerLoc) == 0x000008, "Member 'Character_ClientAdjustRootMotionPosition::ServerLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerRotation) == 0x000014, "Member 'Character_ClientAdjustRootMotionPosition::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerVelZ) == 0x000020, "Member 'Character_ClientAdjustRootMotionPosition::ServerVelZ' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBase) == 0x000028, "Member 'Character_ClientAdjustRootMotionPosition::ServerBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBoneName) == 0x000030, "Member 'Character_ClientAdjustRootMotionPosition::ServerBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bHasBase) == 0x000038, "Member 'Character_ClientAdjustRootMotionPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bBaseRelativePosition) == 0x000039, "Member 'Character_ClientAdjustRootMotionPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMovementMode) == 0x00003A, "Member 'Character_ClientAdjustRootMotionPosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAdjustRootMotionSourcePosition \ +static_assert(alignof(Character_ClientAdjustRootMotionSourcePosition) == 0x000008, "Wrong alignment on Character_ClientAdjustRootMotionSourcePosition"); \ +static_assert(sizeof(Character_ClientAdjustRootMotionSourcePosition) == 0x000080, "Wrong size on Character_ClientAdjustRootMotionSourcePosition"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, Timestamp) == 0x000000, "Member 'Character_ClientAdjustRootMotionSourcePosition::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRootMotion) == 0x000008, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRootMotion' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasAnimRootMotion) == 0x000040, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasAnimRootMotion' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMontageTrackPosition) == 0x000044, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMontageTrackPosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerLoc) == 0x000048, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRotation) == 0x000054, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerVelZ) == 0x000060, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerVelZ' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBase) == 0x000068, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBoneName) == 0x000070, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasBase) == 0x000078, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bBaseRelativePosition) == 0x000079, "Member 'Character_ClientAdjustRootMotionSourcePosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMovementMode) == 0x00007A, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientMoveResponsePacked \ +static_assert(alignof(Character_ClientMoveResponsePacked) == 0x000008, "Wrong alignment on Character_ClientMoveResponsePacked"); \ +static_assert(sizeof(Character_ClientMoveResponsePacked) == 0x000098, "Wrong size on Character_ClientMoveResponsePacked"); \ +static_assert(offsetof(Character_ClientMoveResponsePacked, PackedBits) == 0x000000, "Member 'Character_ClientMoveResponsePacked::PackedBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientVeryShortAdjustPosition \ +static_assert(alignof(Character_ClientVeryShortAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientVeryShortAdjustPosition"); \ +static_assert(sizeof(Character_ClientVeryShortAdjustPosition) == 0x000028, "Wrong size on Character_ClientVeryShortAdjustPosition"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, Timestamp) == 0x000000, "Member 'Character_ClientVeryShortAdjustPosition::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewLoc) == 0x000004, "Member 'Character_ClientVeryShortAdjustPosition::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBase) == 0x000010, "Member 'Character_ClientVeryShortAdjustPosition::NewBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBaseBoneName) == 0x000018, "Member 'Character_ClientVeryShortAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bHasBase) == 0x000020, "Member 'Character_ClientVeryShortAdjustPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bBaseRelativePosition) == 0x000021, "Member 'Character_ClientVeryShortAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, ServerMovementMode) == 0x000022, "Member 'Character_ClientVeryShortAdjustPosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_Crouch \ +static_assert(alignof(Character_Crouch) == 0x000001, "Wrong alignment on Character_Crouch"); \ +static_assert(sizeof(Character_Crouch) == 0x000001, "Wrong size on Character_Crouch"); \ +static_assert(offsetof(Character_Crouch, bClientSimulation) == 0x000000, "Member 'Character_Crouch::bClientSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_OnEndCrouch \ +static_assert(alignof(Character_K2_OnEndCrouch) == 0x000004, "Wrong alignment on Character_K2_OnEndCrouch"); \ +static_assert(sizeof(Character_K2_OnEndCrouch) == 0x000008, "Wrong size on Character_K2_OnEndCrouch"); \ +static_assert(offsetof(Character_K2_OnEndCrouch, HalfHeightAdjust) == 0x000000, "Member 'Character_K2_OnEndCrouch::HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnEndCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'Character_K2_OnEndCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_OnMovementModeChanged \ +static_assert(alignof(Character_K2_OnMovementModeChanged) == 0x000001, "Wrong alignment on Character_K2_OnMovementModeChanged"); \ +static_assert(sizeof(Character_K2_OnMovementModeChanged) == 0x000004, "Wrong size on Character_K2_OnMovementModeChanged"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, PrevMovementMode) == 0x000000, "Member 'Character_K2_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, NewMovementMode) == 0x000001, "Member 'Character_K2_OnMovementModeChanged::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, PrevCustomMode) == 0x000002, "Member 'Character_K2_OnMovementModeChanged::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, NewCustomMode) == 0x000003, "Member 'Character_K2_OnMovementModeChanged::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_OnStartCrouch \ +static_assert(alignof(Character_K2_OnStartCrouch) == 0x000004, "Wrong alignment on Character_K2_OnStartCrouch"); \ +static_assert(sizeof(Character_K2_OnStartCrouch) == 0x000008, "Wrong size on Character_K2_OnStartCrouch"); \ +static_assert(offsetof(Character_K2_OnStartCrouch, HalfHeightAdjust) == 0x000000, "Member 'Character_K2_OnStartCrouch::HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnStartCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'Character_K2_OnStartCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_UpdateCustomMovement \ +static_assert(alignof(Character_K2_UpdateCustomMovement) == 0x000004, "Wrong alignment on Character_K2_UpdateCustomMovement"); \ +static_assert(sizeof(Character_K2_UpdateCustomMovement) == 0x000004, "Wrong size on Character_K2_UpdateCustomMovement"); \ +static_assert(offsetof(Character_K2_UpdateCustomMovement, DeltaTime) == 0x000000, "Member 'Character_K2_UpdateCustomMovement::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_LaunchCharacter \ +static_assert(alignof(Character_LaunchCharacter) == 0x000004, "Wrong alignment on Character_LaunchCharacter"); \ +static_assert(sizeof(Character_LaunchCharacter) == 0x000010, "Wrong size on Character_LaunchCharacter"); \ +static_assert(offsetof(Character_LaunchCharacter, LaunchVelocity) == 0x000000, "Member 'Character_LaunchCharacter::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(Character_LaunchCharacter, bXYOverride) == 0x00000C, "Member 'Character_LaunchCharacter::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Character_LaunchCharacter, bZOverride) == 0x00000D, "Member 'Character_LaunchCharacter::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnLanded \ +static_assert(alignof(Character_OnLanded) == 0x000004, "Wrong alignment on Character_OnLanded"); \ +static_assert(sizeof(Character_OnLanded) == 0x000088, "Wrong size on Character_OnLanded"); \ +static_assert(offsetof(Character_OnLanded, Hit) == 0x000000, "Member 'Character_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnLaunched \ +static_assert(alignof(Character_OnLaunched) == 0x000004, "Wrong alignment on Character_OnLaunched"); \ +static_assert(sizeof(Character_OnLaunched) == 0x000010, "Wrong size on Character_OnLaunched"); \ +static_assert(offsetof(Character_OnLaunched, LaunchVelocity) == 0x000000, "Member 'Character_OnLaunched::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(Character_OnLaunched, bXYOverride) == 0x00000C, "Member 'Character_OnLaunched::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Character_OnLaunched, bZOverride) == 0x00000D, "Member 'Character_OnLaunched::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnWalkingOffLedge \ +static_assert(alignof(Character_OnWalkingOffLedge) == 0x000004, "Wrong alignment on Character_OnWalkingOffLedge"); \ +static_assert(sizeof(Character_OnWalkingOffLedge) == 0x000028, "Wrong size on Character_OnWalkingOffLedge"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousFloorImpactNormal) == 0x000000, "Member 'Character_OnWalkingOffLedge::PreviousFloorImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousFloorContactNormal) == 0x00000C, "Member 'Character_OnWalkingOffLedge::PreviousFloorContactNormal' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousLocation) == 0x000018, "Member 'Character_OnWalkingOffLedge::PreviousLocation' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, TimeDelta) == 0x000024, "Member 'Character_OnWalkingOffLedge::TimeDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_PlayAnimMontage \ +static_assert(alignof(Character_PlayAnimMontage) == 0x000008, "Wrong alignment on Character_PlayAnimMontage"); \ +static_assert(sizeof(Character_PlayAnimMontage) == 0x000018, "Wrong size on Character_PlayAnimMontage"); \ +static_assert(offsetof(Character_PlayAnimMontage, AnimMontage) == 0x000000, "Member 'Character_PlayAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(Character_PlayAnimMontage, InPlayRate) == 0x000008, "Member 'Character_PlayAnimMontage::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(Character_PlayAnimMontage, StartSectionName) == 0x00000C, "Member 'Character_PlayAnimMontage::StartSectionName' has a wrong offset!"); \ +static_assert(offsetof(Character_PlayAnimMontage, ReturnValue) == 0x000014, "Member 'Character_PlayAnimMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_RootMotionDebugClientPrintOnScreen \ +static_assert(alignof(Character_RootMotionDebugClientPrintOnScreen) == 0x000008, "Wrong alignment on Character_RootMotionDebugClientPrintOnScreen"); \ +static_assert(sizeof(Character_RootMotionDebugClientPrintOnScreen) == 0x000010, "Wrong size on Character_RootMotionDebugClientPrintOnScreen"); \ +static_assert(offsetof(Character_RootMotionDebugClientPrintOnScreen, inString) == 0x000000, "Member 'Character_RootMotionDebugClientPrintOnScreen::inString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMove \ +static_assert(alignof(Character_ServerMove) == 0x000008, "Wrong alignment on Character_ServerMove"); \ +static_assert(sizeof(Character_ServerMove) == 0x000040, "Wrong size on Character_ServerMove"); \ +static_assert(offsetof(Character_ServerMove, Timestamp) == 0x000000, "Member 'Character_ServerMove::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, InAccel) == 0x000004, "Member 'Character_ServerMove::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientLoc) == 0x000010, "Member 'Character_ServerMove::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, CompressedMoveFlags) == 0x00001C, "Member 'Character_ServerMove::CompressedMoveFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientRoll) == 0x00001D, "Member 'Character_ServerMove::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, View) == 0x000020, "Member 'Character_ServerMove::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientMovementBase) == 0x000028, "Member 'Character_ServerMove::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientBaseBoneName) == 0x000030, "Member 'Character_ServerMove::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientMovementMode) == 0x000038, "Member 'Character_ServerMove::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDual \ +static_assert(alignof(Character_ServerMoveDual) == 0x000008, "Wrong alignment on Character_ServerMoveDual"); \ +static_assert(sizeof(Character_ServerMoveDual) == 0x000058, "Wrong size on Character_ServerMoveDual"); \ +static_assert(offsetof(Character_ServerMoveDual, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDual::TimeStamp0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, InAccel0) == 0x000004, "Member 'Character_ServerMoveDual::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDual::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, View0) == 0x000014, "Member 'Character_ServerMoveDual::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, Timestamp) == 0x000018, "Member 'Character_ServerMoveDual::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, InAccel) == 0x00001C, "Member 'Character_ServerMoveDual::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDual::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, NewFlags) == 0x000034, "Member 'Character_ServerMoveDual::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDual::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, View) == 0x000038, "Member 'Character_ServerMoveDual::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientMovementBase) == 0x000040, "Member 'Character_ServerMoveDual::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMoveDual::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientMovementMode) == 0x000050, "Member 'Character_ServerMoveDual::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDualHybridRootMotion \ +static_assert(alignof(Character_ServerMoveDualHybridRootMotion) == 0x000008, "Wrong alignment on Character_ServerMoveDualHybridRootMotion"); \ +static_assert(sizeof(Character_ServerMoveDualHybridRootMotion) == 0x000058, "Wrong size on Character_ServerMoveDualHybridRootMotion"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDualHybridRootMotion::TimeStamp0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel0) == 0x000004, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDualHybridRootMotion::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View0) == 0x000014, "Member 'Character_ServerMoveDualHybridRootMotion::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, Timestamp) == 0x000018, "Member 'Character_ServerMoveDualHybridRootMotion::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel) == 0x00001C, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDualHybridRootMotion::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, NewFlags) == 0x000034, "Member 'Character_ServerMoveDualHybridRootMotion::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDualHybridRootMotion::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View) == 0x000038, "Member 'Character_ServerMoveDualHybridRootMotion::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementBase) == 0x000040, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMoveDualHybridRootMotion::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementMode) == 0x000050, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDualNoBase \ +static_assert(alignof(Character_ServerMoveDualNoBase) == 0x000004, "Wrong alignment on Character_ServerMoveDualNoBase"); \ +static_assert(sizeof(Character_ServerMoveDualNoBase) == 0x000040, "Wrong size on Character_ServerMoveDualNoBase"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDualNoBase::TimeStamp0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel0) == 0x000004, "Member 'Character_ServerMoveDualNoBase::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDualNoBase::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, View0) == 0x000014, "Member 'Character_ServerMoveDualNoBase::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, Timestamp) == 0x000018, "Member 'Character_ServerMoveDualNoBase::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel) == 0x00001C, "Member 'Character_ServerMoveDualNoBase::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDualNoBase::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, NewFlags) == 0x000034, "Member 'Character_ServerMoveDualNoBase::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDualNoBase::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, View) == 0x000038, "Member 'Character_ServerMoveDualNoBase::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientMovementMode) == 0x00003C, "Member 'Character_ServerMoveDualNoBase::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveNoBase \ +static_assert(alignof(Character_ServerMoveNoBase) == 0x000004, "Wrong alignment on Character_ServerMoveNoBase"); \ +static_assert(sizeof(Character_ServerMoveNoBase) == 0x000028, "Wrong size on Character_ServerMoveNoBase"); \ +static_assert(offsetof(Character_ServerMoveNoBase, Timestamp) == 0x000000, "Member 'Character_ServerMoveNoBase::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, InAccel) == 0x000004, "Member 'Character_ServerMoveNoBase::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientLoc) == 0x000010, "Member 'Character_ServerMoveNoBase::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, CompressedMoveFlags) == 0x00001C, "Member 'Character_ServerMoveNoBase::CompressedMoveFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientRoll) == 0x00001D, "Member 'Character_ServerMoveNoBase::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, View) == 0x000020, "Member 'Character_ServerMoveNoBase::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientMovementMode) == 0x000024, "Member 'Character_ServerMoveNoBase::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveOld \ +static_assert(alignof(Character_ServerMoveOld) == 0x000004, "Wrong alignment on Character_ServerMoveOld"); \ +static_assert(sizeof(Character_ServerMoveOld) == 0x000014, "Wrong size on Character_ServerMoveOld"); \ +static_assert(offsetof(Character_ServerMoveOld, OldTimeStamp) == 0x000000, "Member 'Character_ServerMoveOld::OldTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveOld, OldAccel) == 0x000004, "Member 'Character_ServerMoveOld::OldAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveOld, OldMoveFlags) == 0x000010, "Member 'Character_ServerMoveOld::OldMoveFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMovePacked \ +static_assert(alignof(Character_ServerMovePacked) == 0x000008, "Wrong alignment on Character_ServerMovePacked"); \ +static_assert(sizeof(Character_ServerMovePacked) == 0x000098, "Wrong size on Character_ServerMovePacked"); \ +static_assert(offsetof(Character_ServerMovePacked, PackedBits) == 0x000000, "Member 'Character_ServerMovePacked::PackedBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_StopAnimMontage \ +static_assert(alignof(Character_StopAnimMontage) == 0x000008, "Wrong alignment on Character_StopAnimMontage"); \ +static_assert(sizeof(Character_StopAnimMontage) == 0x000008, "Wrong size on Character_StopAnimMontage"); \ +static_assert(offsetof(Character_StopAnimMontage, AnimMontage) == 0x000000, "Member 'Character_StopAnimMontage::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_UnCrouch \ +static_assert(alignof(Character_UnCrouch) == 0x000001, "Wrong alignment on Character_UnCrouch"); \ +static_assert(sizeof(Character_UnCrouch) == 0x000001, "Wrong size on Character_UnCrouch"); \ +static_assert(offsetof(Character_UnCrouch, bClientSimulation) == 0x000000, "Member 'Character_UnCrouch::bClientSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanCrouch \ +static_assert(alignof(Character_CanCrouch) == 0x000001, "Wrong alignment on Character_CanCrouch"); \ +static_assert(sizeof(Character_CanCrouch) == 0x000001, "Wrong size on Character_CanCrouch"); \ +static_assert(offsetof(Character_CanCrouch, ReturnValue) == 0x000000, "Member 'Character_CanCrouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanJump \ +static_assert(alignof(Character_CanJump) == 0x000001, "Wrong alignment on Character_CanJump"); \ +static_assert(sizeof(Character_CanJump) == 0x000001, "Wrong size on Character_CanJump"); \ +static_assert(offsetof(Character_CanJump, ReturnValue) == 0x000000, "Member 'Character_CanJump::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanJumpInternal \ +static_assert(alignof(Character_CanJumpInternal) == 0x000001, "Wrong alignment on Character_CanJumpInternal"); \ +static_assert(sizeof(Character_CanJumpInternal) == 0x000001, "Wrong size on Character_CanJumpInternal"); \ +static_assert(offsetof(Character_CanJumpInternal, ReturnValue) == 0x000000, "Member 'Character_CanJumpInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetAnimRootMotionTranslationScale \ +static_assert(alignof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong alignment on Character_GetAnimRootMotionTranslationScale"); \ +static_assert(sizeof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong size on Character_GetAnimRootMotionTranslationScale"); \ +static_assert(offsetof(Character_GetAnimRootMotionTranslationScale, ReturnValue) == 0x000000, "Member 'Character_GetAnimRootMotionTranslationScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetBaseRotationOffsetRotator \ +static_assert(alignof(Character_GetBaseRotationOffsetRotator) == 0x000004, "Wrong alignment on Character_GetBaseRotationOffsetRotator"); \ +static_assert(sizeof(Character_GetBaseRotationOffsetRotator) == 0x00000C, "Wrong size on Character_GetBaseRotationOffsetRotator"); \ +static_assert(offsetof(Character_GetBaseRotationOffsetRotator, ReturnValue) == 0x000000, "Member 'Character_GetBaseRotationOffsetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetBaseTranslationOffset \ +static_assert(alignof(Character_GetBaseTranslationOffset) == 0x000004, "Wrong alignment on Character_GetBaseTranslationOffset"); \ +static_assert(sizeof(Character_GetBaseTranslationOffset) == 0x00000C, "Wrong size on Character_GetBaseTranslationOffset"); \ +static_assert(offsetof(Character_GetBaseTranslationOffset, ReturnValue) == 0x000000, "Member 'Character_GetBaseTranslationOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetCurrentMontage \ +static_assert(alignof(Character_GetCurrentMontage) == 0x000008, "Wrong alignment on Character_GetCurrentMontage"); \ +static_assert(sizeof(Character_GetCurrentMontage) == 0x000008, "Wrong size on Character_GetCurrentMontage"); \ +static_assert(offsetof(Character_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'Character_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_HasAnyRootMotion \ +static_assert(alignof(Character_HasAnyRootMotion) == 0x000001, "Wrong alignment on Character_HasAnyRootMotion"); \ +static_assert(sizeof(Character_HasAnyRootMotion) == 0x000001, "Wrong size on Character_HasAnyRootMotion"); \ +static_assert(offsetof(Character_HasAnyRootMotion, ReturnValue) == 0x000000, "Member 'Character_HasAnyRootMotion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_IsJumpProvidingForce \ +static_assert(alignof(Character_IsJumpProvidingForce) == 0x000001, "Wrong alignment on Character_IsJumpProvidingForce"); \ +static_assert(sizeof(Character_IsJumpProvidingForce) == 0x000001, "Wrong size on Character_IsJumpProvidingForce"); \ +static_assert(offsetof(Character_IsJumpProvidingForce, ReturnValue) == 0x000000, "Member 'Character_IsJumpProvidingForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_IsPlayingNetworkedRootMotionMontage \ +static_assert(alignof(Character_IsPlayingNetworkedRootMotionMontage) == 0x000001, "Wrong alignment on Character_IsPlayingNetworkedRootMotionMontage"); \ +static_assert(sizeof(Character_IsPlayingNetworkedRootMotionMontage) == 0x000001, "Wrong size on Character_IsPlayingNetworkedRootMotionMontage"); \ +static_assert(offsetof(Character_IsPlayingNetworkedRootMotionMontage, ReturnValue) == 0x000000, "Member 'Character_IsPlayingNetworkedRootMotionMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_IsPlayingRootMotion \ +static_assert(alignof(Character_IsPlayingRootMotion) == 0x000001, "Wrong alignment on Character_IsPlayingRootMotion"); \ +static_assert(sizeof(Character_IsPlayingRootMotion) == 0x000001, "Wrong size on Character_IsPlayingRootMotion"); \ +static_assert(offsetof(Character_IsPlayingRootMotion, ReturnValue) == 0x000000, "Member 'Character_IsPlayingRootMotion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACharacter \ +static_assert(alignof(ACharacter) == 0x000010, "Wrong alignment on ACharacter"); \ +static_assert(sizeof(ACharacter) == 0x0004C0, "Wrong size on ACharacter"); \ +static_assert(offsetof(ACharacter, Mesh) == 0x000288, "Member 'ACharacter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CharacterMovement) == 0x000290, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000298, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BasedMovement) == 0x0002A0, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x0002D0, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x000300, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x000304, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x000310, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x000320, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x000324, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x000328, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, bInBaseReplication) == 0x000329, "Member 'ACharacter::bInBaseReplication' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x00032C, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x000334, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x000338, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x00033C, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x000340, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxCount) == 0x000344, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x000348, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x00034C, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000358, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x000378, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x000388, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, SavedRootMotion) == 0x000398, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x0003D0, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x000410, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RepRootMotion) == 0x000420, "Member 'ACharacter::RepRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector \ +static_assert(alignof(UMaterialExpressionAtmosphericLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightVector"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightVector) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightVector"); \ + +#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_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_AReflectionCapture \ +static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ +static_assert(sizeof(AReflectionCapture) == 0x000230, "Wrong size on AReflectionCapture"); \ +static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000228, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABoxReflectionCapture \ +static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ +static_assert(sizeof(ABoxReflectionCapture) == 0x000230, "Wrong size on ABoxReflectionCapture"); \ + +#define DUMPER7_ASSERTS_AInfo \ +static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ +static_assert(sizeof(AInfo) == 0x000228, "Wrong size on AInfo"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationBase \ +static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ +static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000038, "Wrong size on UParticleModuleAccelerationBase"); \ + +#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_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_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_AudioComponent_AdjustAttenuation \ +static_assert(alignof(AudioComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on AudioComponent_AdjustAttenuation"); \ +static_assert(sizeof(AudioComponent_AdjustAttenuation) == 0x0003A0, "Wrong size on AudioComponent_AdjustAttenuation"); \ +static_assert(offsetof(AudioComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_AdjustVolume \ +static_assert(alignof(AudioComponent_AdjustVolume) == 0x000004, "Wrong alignment on AudioComponent_AdjustVolume"); \ +static_assert(sizeof(AudioComponent_AdjustVolume) == 0x00000C, "Wrong size on AudioComponent_AdjustVolume"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AudioComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AudioComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'AudioComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on AudioComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x0003A8, "Wrong size on AudioComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003A0, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeIn \ +static_assert(alignof(AudioComponent_FadeIn) == 0x000004, "Wrong alignment on AudioComponent_FadeIn"); \ +static_assert(sizeof(AudioComponent_FadeIn) == 0x000010, "Wrong size on AudioComponent_FadeIn"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'AudioComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, StartTime) == 0x000008, "Member 'AudioComponent_FadeIn::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'AudioComponent_FadeIn::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeOut \ +static_assert(alignof(AudioComponent_FadeOut) == 0x000004, "Wrong alignment on AudioComponent_FadeOut"); \ +static_assert(sizeof(AudioComponent_FadeOut) == 0x00000C, "Wrong size on AudioComponent_FadeOut"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'AudioComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeCurve) == 0x000008, "Member 'AudioComponent_FadeOut::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeData) == 0x000004, "Wrong alignment on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeData) == 0x000008, "Wrong size on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeData::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, ReturnValue) == 0x000004, "Member 'AudioComponent_GetCookedEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData \ +static_assert(alignof(AudioComponent_GetCookedFFTData) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTData"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTData) == 0x000028, "Wrong size on AudioComponent_GetCookedFFTData"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, FrequenciesToGet) == 0x000000, "Member 'AudioComponent_GetCookedFFTData::FrequenciesToGet' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, OutSoundWaveSpectralData) == 0x000010, "Member 'AudioComponent_GetCookedFFTData::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, ReturnValue) == 0x000020, "Member 'AudioComponent_GetCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, OutSoundWaveSpectralData) == 0x000000, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_Play \ +static_assert(alignof(AudioComponent_Play) == 0x000004, "Wrong alignment on AudioComponent_Play"); \ +static_assert(sizeof(AudioComponent_Play) == 0x000004, "Wrong size on AudioComponent_Play"); \ +static_assert(offsetof(AudioComponent_Play, StartTime) == 0x000000, "Member 'AudioComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_PlayQuantized \ +static_assert(alignof(AudioComponent_PlayQuantized) == 0x000008, "Wrong alignment on AudioComponent_PlayQuantized"); \ +static_assert(sizeof(AudioComponent_PlayQuantized) == 0x000040, "Wrong size on AudioComponent_PlayQuantized"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, WorldContextObject) == 0x000000, "Member 'AudioComponent_PlayQuantized::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InClockHandle) == 0x000008, "Member 'AudioComponent_PlayQuantized::InClockHandle' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InQuantizationBoundary) == 0x000010, "Member 'AudioComponent_PlayQuantized::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InDelegate) == 0x00001C, "Member 'AudioComponent_PlayQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InStartTime) == 0x00002C, "Member 'AudioComponent_PlayQuantized::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeInDuration) == 0x000030, "Member 'AudioComponent_PlayQuantized::InFadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeVolumeLevel) == 0x000034, "Member 'AudioComponent_PlayQuantized::InFadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeCurve) == 0x000038, "Member 'AudioComponent_PlayQuantized::InFadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetBoolParameter \ +static_assert(alignof(AudioComponent_SetBoolParameter) == 0x000004, "Wrong alignment on AudioComponent_SetBoolParameter"); \ +static_assert(sizeof(AudioComponent_SetBoolParameter) == 0x00000C, "Wrong size on AudioComponent_SetBoolParameter"); \ +static_assert(offsetof(AudioComponent_SetBoolParameter, InName) == 0x000000, "Member 'AudioComponent_SetBoolParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetBoolParameter, InBool) == 0x000008, "Member 'AudioComponent_SetBoolParameter::InBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetFloatParameter \ +static_assert(alignof(AudioComponent_SetFloatParameter) == 0x000004, "Wrong alignment on AudioComponent_SetFloatParameter"); \ +static_assert(sizeof(AudioComponent_SetFloatParameter) == 0x00000C, "Wrong size on AudioComponent_SetFloatParameter"); \ +static_assert(offsetof(AudioComponent_SetFloatParameter, InName) == 0x000000, "Member 'AudioComponent_SetFloatParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetFloatParameter, InFloat) == 0x000008, "Member 'AudioComponent_SetFloatParameter::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetIntParameter \ +static_assert(alignof(AudioComponent_SetIntParameter) == 0x000004, "Wrong alignment on AudioComponent_SetIntParameter"); \ +static_assert(sizeof(AudioComponent_SetIntParameter) == 0x00000C, "Wrong size on AudioComponent_SetIntParameter"); \ +static_assert(offsetof(AudioComponent_SetIntParameter, InName) == 0x000000, "Member 'AudioComponent_SetIntParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetIntParameter, inInt) == 0x000008, "Member 'AudioComponent_SetIntParameter::inInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterEnabled \ +static_assert(alignof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on AudioComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on AudioComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(AudioComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'AudioComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterFrequency \ +static_assert(alignof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on AudioComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on AudioComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(AudioComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'AudioComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetOutputToBusOnly \ +static_assert(alignof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on AudioComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on AudioComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(AudioComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'AudioComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPaused \ +static_assert(alignof(AudioComponent_SetPaused) == 0x000001, "Wrong alignment on AudioComponent_SetPaused"); \ +static_assert(sizeof(AudioComponent_SetPaused) == 0x000001, "Wrong size on AudioComponent_SetPaused"); \ +static_assert(offsetof(AudioComponent_SetPaused, bPause) == 0x000000, "Member 'AudioComponent_SetPaused::bPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier \ +static_assert(alignof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetPitchMultiplier"); \ +static_assert(sizeof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong size on AudioComponent_SetPitchMultiplier"); \ +static_assert(offsetof(AudioComponent_SetPitchMultiplier, NewPitchMultiplier) == 0x000000, "Member 'AudioComponent_SetPitchMultiplier::NewPitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSound \ +static_assert(alignof(AudioComponent_SetSound) == 0x000008, "Wrong alignment on AudioComponent_SetSound"); \ +static_assert(sizeof(AudioComponent_SetSound) == 0x000008, "Wrong size on AudioComponent_SetSound"); \ +static_assert(offsetof(AudioComponent_SetSound, NewSound) == 0x000000, "Member 'AudioComponent_SetSound::NewSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSubmixSend \ +static_assert(alignof(AudioComponent_SetSubmixSend) == 0x000008, "Wrong alignment on AudioComponent_SetSubmixSend"); \ +static_assert(sizeof(AudioComponent_SetSubmixSend) == 0x000010, "Wrong size on AudioComponent_SetSubmixSend"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, Submix) == 0x000000, "Member 'AudioComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'AudioComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetUISound \ +static_assert(alignof(AudioComponent_SetUISound) == 0x000001, "Wrong alignment on AudioComponent_SetUISound"); \ +static_assert(sizeof(AudioComponent_SetUISound) == 0x000001, "Wrong size on AudioComponent_SetUISound"); \ +static_assert(offsetof(AudioComponent_SetUISound, bInUISound) == 0x000000, "Member 'AudioComponent_SetUISound::bInUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier \ +static_assert(alignof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on AudioComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(AudioComponent_SetVolumeMultiplier, NewVolumeMultiplier) == 0x000000, "Member 'AudioComponent_SetVolumeMultiplier::NewVolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetWaveParameter \ +static_assert(alignof(AudioComponent_SetWaveParameter) == 0x000008, "Wrong alignment on AudioComponent_SetWaveParameter"); \ +static_assert(sizeof(AudioComponent_SetWaveParameter) == 0x000010, "Wrong size on AudioComponent_SetWaveParameter"); \ +static_assert(offsetof(AudioComponent_SetWaveParameter, InName) == 0x000000, "Member 'AudioComponent_SetWaveParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetWaveParameter, InWave) == 0x000008, "Member 'AudioComponent_SetWaveParameter::InWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_StopDelayed \ +static_assert(alignof(AudioComponent_StopDelayed) == 0x000004, "Wrong alignment on AudioComponent_StopDelayed"); \ +static_assert(sizeof(AudioComponent_StopDelayed) == 0x000004, "Wrong size on AudioComponent_StopDelayed"); \ +static_assert(offsetof(AudioComponent_StopDelayed, DelayTime) == 0x000000, "Member 'AudioComponent_StopDelayed::DelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetPlayState \ +static_assert(alignof(AudioComponent_GetPlayState) == 0x000001, "Wrong alignment on AudioComponent_GetPlayState"); \ +static_assert(sizeof(AudioComponent_GetPlayState) == 0x000001, "Wrong size on AudioComponent_GetPlayState"); \ +static_assert(offsetof(AudioComponent_GetPlayState, ReturnValue) == 0x000000, "Member 'AudioComponent_GetPlayState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_HasCookedAmplitudeEnvelopeData \ +static_assert(alignof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ +static_assert(sizeof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong size on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ +static_assert(offsetof(AudioComponent_HasCookedAmplitudeEnvelopeData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedAmplitudeEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_HasCookedFFTData \ +static_assert(alignof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedFFTData"); \ +static_assert(sizeof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong size on AudioComponent_HasCookedFFTData"); \ +static_assert(offsetof(AudioComponent_HasCookedFFTData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_IsPlaying \ +static_assert(alignof(AudioComponent_IsPlaying) == 0x000001, "Wrong alignment on AudioComponent_IsPlaying"); \ +static_assert(sizeof(AudioComponent_IsPlaying) == 0x000001, "Wrong size on AudioComponent_IsPlaying"); \ +static_assert(offsetof(AudioComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'AudioComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_IsVirtualized \ +static_assert(alignof(AudioComponent_IsVirtualized) == 0x000001, "Wrong alignment on AudioComponent_IsVirtualized"); \ +static_assert(sizeof(AudioComponent_IsVirtualized) == 0x000001, "Wrong size on AudioComponent_IsVirtualized"); \ +static_assert(offsetof(AudioComponent_IsVirtualized, ReturnValue) == 0x000000, "Member 'AudioComponent_IsVirtualized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioComponent \ +static_assert(alignof(UAudioComponent) == 0x000010, "Wrong alignment on UAudioComponent"); \ +static_assert(sizeof(UAudioComponent) == 0x000860, "Wrong size on UAudioComponent"); \ +static_assert(offsetof(UAudioComponent, Sound) == 0x0001F8, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000200, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000210, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000220, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000228, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x00022C, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000230, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000234, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000238, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x00023C, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000240, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, Priority) == 0x000244, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x000248, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000250, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000258, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x00025C, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000268, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x000270, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000610, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000618, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x000674, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x000675, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x000676, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x000678, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x0006C0, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x0006E8, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000710, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000738, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000760, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x000788, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x0007B0, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x0007C0, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x0007C8, "Member 'UAudioComponent::AutoAttachSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_USubsystem \ +static_assert(alignof(USubsystem) == 0x000008, "Wrong alignment on USubsystem"); \ +static_assert(sizeof(USubsystem) == 0x000030, "Wrong size on USubsystem"); \ + +#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_UMaterialExpressionCustomOutput \ +static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000040, "Wrong size on UMaterialExpressionCustomOutput"); \ + +#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_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_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_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_UDynamicSubsystem \ +static_assert(alignof(UDynamicSubsystem) == 0x000008, "Wrong alignment on UDynamicSubsystem"); \ +static_assert(sizeof(UDynamicSubsystem) == 0x000030, "Wrong size on UDynamicSubsystem"); \ + +#define DUMPER7_ASSERTS_AWindDirectionalSource \ +static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ +static_assert(sizeof(AWindDirectionalSource) == 0x000230, "Wrong size on AWindDirectionalSource"); \ +static_assert(offsetof(AWindDirectionalSource, Component) == 0x000228, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleLifetimeBase \ +static_assert(alignof(UParticleModuleLifetimeBase) == 0x000008, "Wrong alignment on UParticleModuleLifetimeBase"); \ +static_assert(sizeof(UParticleModuleLifetimeBase) == 0x000030, "Wrong size on UParticleModuleLifetimeBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetime \ +static_assert(alignof(UParticleModuleLifetime) == 0x000008, "Wrong alignment on UParticleModuleLifetime"); \ +static_assert(sizeof(UParticleModuleLifetime) == 0x000060, "Wrong size on UParticleModuleLifetime"); \ +static_assert(offsetof(UParticleModuleLifetime, Lifetime) == 0x000030, "Member 'UParticleModuleLifetime::Lifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetime_Seeded \ +static_assert(alignof(UParticleModuleLifetime_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLifetime_Seeded"); \ +static_assert(sizeof(UParticleModuleLifetime_Seeded) == 0x000080, "Wrong size on UParticleModuleLifetime_Seeded"); \ +static_assert(offsetof(UParticleModuleLifetime_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleLifetime_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UEngineSubsystem \ +static_assert(alignof(UEngineSubsystem) == 0x000008, "Wrong alignment on UEngineSubsystem"); \ +static_assert(sizeof(UEngineSubsystem) == 0x000030, "Wrong size on UEngineSubsystem"); \ + +#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_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_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_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_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_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_FXSystemComponent_SetActorParameter \ +static_assert(alignof(FXSystemComponent_SetActorParameter) == 0x000008, "Wrong alignment on FXSystemComponent_SetActorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetActorParameter) == 0x000010, "Wrong size on FXSystemComponent_SetActorParameter"); \ +static_assert(offsetof(FXSystemComponent_SetActorParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetActorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetActorParameter, Param) == 0x000008, "Member 'FXSystemComponent_SetActorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetAutoAttachmentParameters \ +static_assert(alignof(FXSystemComponent_SetAutoAttachmentParameters) == 0x000008, "Wrong alignment on FXSystemComponent_SetAutoAttachmentParameters"); \ +static_assert(sizeof(FXSystemComponent_SetAutoAttachmentParameters) == 0x000018, "Wrong size on FXSystemComponent_SetAutoAttachmentParameters"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, Parent) == 0x000000, "Member 'FXSystemComponent_SetAutoAttachmentParameters::Parent' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, SocketName) == 0x000008, "Member 'FXSystemComponent_SetAutoAttachmentParameters::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, LocationRule) == 0x000010, "Member 'FXSystemComponent_SetAutoAttachmentParameters::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, RotationRule) == 0x000011, "Member 'FXSystemComponent_SetAutoAttachmentParameters::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, ScaleRule) == 0x000012, "Member 'FXSystemComponent_SetAutoAttachmentParameters::ScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetBoolParameter \ +static_assert(alignof(FXSystemComponent_SetBoolParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetBoolParameter"); \ +static_assert(sizeof(FXSystemComponent_SetBoolParameter) == 0x00000C, "Wrong size on FXSystemComponent_SetBoolParameter"); \ +static_assert(offsetof(FXSystemComponent_SetBoolParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetBoolParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetBoolParameter, Param) == 0x000008, "Member 'FXSystemComponent_SetBoolParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetColorParameter \ +static_assert(alignof(FXSystemComponent_SetColorParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetColorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetColorParameter) == 0x000018, "Wrong size on FXSystemComponent_SetColorParameter"); \ +static_assert(offsetof(FXSystemComponent_SetColorParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetColorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetColorParameter, Param) == 0x000008, "Member 'FXSystemComponent_SetColorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetEmitterEnable \ +static_assert(alignof(FXSystemComponent_SetEmitterEnable) == 0x000004, "Wrong alignment on FXSystemComponent_SetEmitterEnable"); \ +static_assert(sizeof(FXSystemComponent_SetEmitterEnable) == 0x00000C, "Wrong size on FXSystemComponent_SetEmitterEnable"); \ +static_assert(offsetof(FXSystemComponent_SetEmitterEnable, EmitterName) == 0x000000, "Member 'FXSystemComponent_SetEmitterEnable::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetEmitterEnable, bNewEnableState) == 0x000008, "Member 'FXSystemComponent_SetEmitterEnable::bNewEnableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetFloatParameter \ +static_assert(alignof(FXSystemComponent_SetFloatParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetFloatParameter"); \ +static_assert(sizeof(FXSystemComponent_SetFloatParameter) == 0x00000C, "Wrong size on FXSystemComponent_SetFloatParameter"); \ +static_assert(offsetof(FXSystemComponent_SetFloatParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetFloatParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetFloatParameter, Param) == 0x000008, "Member 'FXSystemComponent_SetFloatParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetIntParameter \ +static_assert(alignof(FXSystemComponent_SetIntParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetIntParameter"); \ +static_assert(sizeof(FXSystemComponent_SetIntParameter) == 0x00000C, "Wrong size on FXSystemComponent_SetIntParameter"); \ +static_assert(offsetof(FXSystemComponent_SetIntParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetIntParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetIntParameter, Param) == 0x000008, "Member 'FXSystemComponent_SetIntParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetUseAutoManageAttachment \ +static_assert(alignof(FXSystemComponent_SetUseAutoManageAttachment) == 0x000001, "Wrong alignment on FXSystemComponent_SetUseAutoManageAttachment"); \ +static_assert(sizeof(FXSystemComponent_SetUseAutoManageAttachment) == 0x000001, "Wrong size on FXSystemComponent_SetUseAutoManageAttachment"); \ +static_assert(offsetof(FXSystemComponent_SetUseAutoManageAttachment, bAutoManage) == 0x000000, "Member 'FXSystemComponent_SetUseAutoManageAttachment::bAutoManage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetVectorParameter \ +static_assert(alignof(FXSystemComponent_SetVectorParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetVectorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetVectorParameter) == 0x000014, "Wrong size on FXSystemComponent_SetVectorParameter"); \ +static_assert(offsetof(FXSystemComponent_SetVectorParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetVectorParameter, Param) == 0x000008, "Member 'FXSystemComponent_SetVectorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_GetFXSystemAsset \ +static_assert(alignof(FXSystemComponent_GetFXSystemAsset) == 0x000008, "Wrong alignment on FXSystemComponent_GetFXSystemAsset"); \ +static_assert(sizeof(FXSystemComponent_GetFXSystemAsset) == 0x000008, "Wrong size on FXSystemComponent_GetFXSystemAsset"); \ +static_assert(offsetof(FXSystemComponent_GetFXSystemAsset, ReturnValue) == 0x000000, "Member 'FXSystemComponent_GetFXSystemAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFXSystemComponent \ +static_assert(alignof(UFXSystemComponent) == 0x000010, "Wrong alignment on UFXSystemComponent"); \ +static_assert(sizeof(UFXSystemComponent) == 0x000450, "Wrong size on UFXSystemComponent"); \ + +#define DUMPER7_ASSERTS_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) == 0x000080, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x000088, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x0000A4, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x0000C0, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x0000CC, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Materials) == 0x0000D8, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorTable) == 0x0000E8, "Member 'USkeletalMesh::SkelMirrorTable' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, LODInfo) == 0x0000F8, "Member 'USkeletalMesh::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinLOD) == 0x000158, "Member 'USkeletalMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x00015C, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorAxis) == 0x00015D, "Member 'USkeletalMesh::SkelMirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorFlipAxis) == 0x00015E, "Member 'USkeletalMesh::SkelMirrorFlipAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000160, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000168, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x000170, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MaxShadowCascade) == 0x000178, "Member 'USkeletalMesh::MaxShadowCascade' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x000180, "Member 'USkeletalMesh::NodeMappingData' 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_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_LightComponentBase_SetAffectGlobalIllumination \ +static_assert(alignof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectGlobalIllumination"); \ +static_assert(sizeof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong size on LightComponentBase_SetAffectGlobalIllumination"); \ +static_assert(offsetof(LightComponentBase_SetAffectGlobalIllumination, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectGlobalIllumination::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetAffectReflection \ +static_assert(alignof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectReflection"); \ +static_assert(sizeof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong size on LightComponentBase_SetAffectReflection"); \ +static_assert(offsetof(LightComponentBase_SetAffectReflection, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectReflection::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastDeepShadow \ +static_assert(alignof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastDeepShadow"); \ +static_assert(sizeof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastDeepShadow"); \ +static_assert(offsetof(LightComponentBase_SetCastDeepShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastDeepShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastRaytracedShadow \ +static_assert(alignof(LightComponentBase_SetCastRaytracedShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastRaytracedShadow"); \ +static_assert(sizeof(LightComponentBase_SetCastRaytracedShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastRaytracedShadow"); \ +static_assert(offsetof(LightComponentBase_SetCastRaytracedShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastRaytracedShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastShadows \ +static_assert(alignof(LightComponentBase_SetCastShadows) == 0x000001, "Wrong alignment on LightComponentBase_SetCastShadows"); \ +static_assert(sizeof(LightComponentBase_SetCastShadows) == 0x000001, "Wrong size on LightComponentBase_SetCastShadows"); \ +static_assert(offsetof(LightComponentBase_SetCastShadows, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastShadows::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastVolumetricShadow \ +static_assert(alignof(LightComponentBase_SetCastVolumetricShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastVolumetricShadow"); \ +static_assert(sizeof(LightComponentBase_SetCastVolumetricShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastVolumetricShadow"); \ +static_assert(offsetof(LightComponentBase_SetCastVolumetricShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastVolumetricShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetSamplesPerPixel \ +static_assert(alignof(LightComponentBase_SetSamplesPerPixel) == 0x000004, "Wrong alignment on LightComponentBase_SetSamplesPerPixel"); \ +static_assert(sizeof(LightComponentBase_SetSamplesPerPixel) == 0x000004, "Wrong size on LightComponentBase_SetSamplesPerPixel"); \ +static_assert(offsetof(LightComponentBase_SetSamplesPerPixel, NewValue) == 0x000000, "Member 'LightComponentBase_SetSamplesPerPixel::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_GetLightColor \ +static_assert(alignof(LightComponentBase_GetLightColor) == 0x000004, "Wrong alignment on LightComponentBase_GetLightColor"); \ +static_assert(sizeof(LightComponentBase_GetLightColor) == 0x000010, "Wrong size on LightComponentBase_GetLightColor"); \ +static_assert(offsetof(LightComponentBase_GetLightColor, ReturnValue) == 0x000000, "Member 'LightComponentBase_GetLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightComponentBase \ +static_assert(alignof(ULightComponentBase) == 0x000010, "Wrong alignment on ULightComponentBase"); \ +static_assert(sizeof(ULightComponentBase) == 0x000230, "Wrong size on ULightComponentBase"); \ +static_assert(offsetof(ULightComponentBase, LightGuid) == 0x0001F8, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Brightness) == 0x000208, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Intensity) == 0x00020C, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, LightColor) == 0x000210, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x000218, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x00021C, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x000220, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000224, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_IInterface_CollisionDataProvider \ +static_assert(alignof(IInterface_CollisionDataProvider) == 0x000001, "Wrong alignment on IInterface_CollisionDataProvider"); \ +static_assert(sizeof(IInterface_CollisionDataProvider) == 0x000001, "Wrong size on IInterface_CollisionDataProvider"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFade \ +static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ +static_assert(sizeof(UInterpTrackInstFade) == 0x000028, "Wrong size on UInterpTrackInstFade"); \ + +#define DUMPER7_ASSERTS_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_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_SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000010, "Wrong size on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, AddPhysicsBlendWeight) == 0x000008, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::AddPhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddForceToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000018, "Wrong size on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, Force) == 0x000000, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::Force' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, BoneName) == 0x00000C, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bAccelChange) == 0x000014, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bAccelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bIncludeSelf) == 0x000015, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddImpulseToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000018, "Wrong size on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::Impulse' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, BoneName) == 0x00000C, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bVelChange) == 0x000014, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bVelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bIncludeSelf) == 0x000015, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AllowAnimCurveEvaluation \ +static_assert(alignof(SkeletalMeshComponent_AllowAnimCurveEvaluation) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AllowAnimCurveEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_AllowAnimCurveEvaluation) == 0x00000C, "Wrong size on SkeletalMeshComponent_AllowAnimCurveEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_AllowAnimCurveEvaluation, NameOfCurve) == 0x000000, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::NameOfCurve' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AllowAnimCurveEvaluation, bAllow) == 0x000008, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_BreakConstraint \ +static_assert(alignof(SkeletalMeshComponent_BreakConstraint) == 0x000004, "Wrong alignment on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(sizeof(SkeletalMeshComponent_BreakConstraint) == 0x000020, "Wrong size on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_BreakConstraint::Impulse' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, HitLocation) == 0x00000C, "Member 'SkeletalMeshComponent_BreakConstraint::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, InBoneName) == 0x000018, "Member 'SkeletalMeshComponent_BreakConstraint::InBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_FindConstraintBoneName \ +static_assert(alignof(SkeletalMeshComponent_FindConstraintBoneName) == 0x000004, "Wrong alignment on SkeletalMeshComponent_FindConstraintBoneName"); \ +static_assert(sizeof(SkeletalMeshComponent_FindConstraintBoneName) == 0x00000C, "Wrong size on SkeletalMeshComponent_FindConstraintBoneName"); \ +static_assert(offsetof(SkeletalMeshComponent_FindConstraintBoneName, ConstraintIndex) == 0x000000, "Member 'SkeletalMeshComponent_FindConstraintBoneName::ConstraintIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_FindConstraintBoneName, ReturnValue) == 0x000004, "Member 'SkeletalMeshComponent_FindConstraintBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimClass \ +static_assert(alignof(SkeletalMeshComponent_GetAnimClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimClass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimClass) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimClass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimClass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetCurrentJointAngles \ +static_assert(alignof(SkeletalMeshComponent_GetCurrentJointAngles) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetCurrentJointAngles"); \ +static_assert(sizeof(SkeletalMeshComponent_GetCurrentJointAngles) == 0x000014, "Wrong size on SkeletalMeshComponent_GetCurrentJointAngles"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing1Angle) == 0x000008, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing1Angle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, TwistAngle) == 0x00000C, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::TwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing2Angle) == 0x000010, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing2Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetFloatAttribute) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetFloatAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetFloatAttribute) == 0x00001C, "Wrong size on SkeletalMeshComponent_GetFloatAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetFloatAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetFloatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, OutValue) == 0x000014, "Member 'SkeletalMeshComponent_GetFloatAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, LookupType) == 0x000018, "Member 'SkeletalMeshComponent_GetFloatAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, ReturnValue) == 0x000019, "Member 'SkeletalMeshComponent_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetFloatAttribute_Ref) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetFloatAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetFloatAttribute_Ref) == 0x000018, "Wrong size on SkeletalMeshComponent_GetFloatAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, LookupType) == 0x000014, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, ReturnValue) == 0x000015, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetIntegerAttribute) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetIntegerAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetIntegerAttribute) == 0x00001C, "Wrong size on SkeletalMeshComponent_GetIntegerAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetIntegerAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetIntegerAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetIntegerAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, OutValue) == 0x000014, "Member 'SkeletalMeshComponent_GetIntegerAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, LookupType) == 0x000018, "Member 'SkeletalMeshComponent_GetIntegerAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, ReturnValue) == 0x000019, "Member 'SkeletalMeshComponent_GetIntegerAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetIntegerAttribute_Ref) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetIntegerAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetIntegerAttribute_Ref) == 0x000018, "Wrong size on SkeletalMeshComponent_GetIntegerAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, LookupType) == 0x000014, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, ReturnValue) == 0x000015, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetStringAttribute) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetStringAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetStringAttribute) == 0x000038, "Wrong size on SkeletalMeshComponent_GetStringAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetStringAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetStringAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, OutValue) == 0x000020, "Member 'SkeletalMeshComponent_GetStringAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, LookupType) == 0x000030, "Member 'SkeletalMeshComponent_GetStringAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, ReturnValue) == 0x000031, "Member 'SkeletalMeshComponent_GetStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetStringAttribute_Ref) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetStringAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetStringAttribute_Ref) == 0x000028, "Wrong size on SkeletalMeshComponent_GetStringAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, LookupType) == 0x000020, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, ReturnValue) == 0x000021, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsBodyGravityEnabled \ +static_assert(alignof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x000004, "Wrong alignment on SkeletalMeshComponent_IsBodyGravityEnabled"); \ +static_assert(sizeof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x00000C, "Wrong size on SkeletalMeshComponent_IsBodyGravityEnabled"); \ +static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_LinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimGraphByTag \ +static_assert(alignof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimGraphByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_LinkAnimGraphByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InClass) == 0x000008, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_OverrideAnimationData \ +static_assert(alignof(SkeletalMeshComponent_OverrideAnimationData) == 0x000008, "Wrong alignment on SkeletalMeshComponent_OverrideAnimationData"); \ +static_assert(sizeof(SkeletalMeshComponent_OverrideAnimationData) == 0x000018, "Wrong size on SkeletalMeshComponent_OverrideAnimationData"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, InAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_OverrideAnimationData::InAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsLooping) == 0x000008, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsPlaying) == 0x000009, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, Position) == 0x00000C, "Member 'SkeletalMeshComponent_OverrideAnimationData::Position' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, PlayRate) == 0x000010, "Member 'SkeletalMeshComponent_OverrideAnimationData::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_Play \ +static_assert(alignof(SkeletalMeshComponent_Play) == 0x000001, "Wrong alignment on SkeletalMeshComponent_Play"); \ +static_assert(sizeof(SkeletalMeshComponent_Play) == 0x000001, "Wrong size on SkeletalMeshComponent_Play"); \ +static_assert(offsetof(SkeletalMeshComponent_Play, bLooping) == 0x000000, "Member 'SkeletalMeshComponent_Play::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_PlayAnimation \ +static_assert(alignof(SkeletalMeshComponent_PlayAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_PlayAnimation"); \ +static_assert(sizeof(SkeletalMeshComponent_PlayAnimation) == 0x000010, "Wrong size on SkeletalMeshComponent_PlayAnimation"); \ +static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_PlayAnimation::NewAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, bLooping) == 0x000008, "Member 'SkeletalMeshComponent_PlayAnimation::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_ResetAnimInstanceDynamics \ +static_assert(alignof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ +static_assert(sizeof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong size on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ +static_assert(offsetof(SkeletalMeshComponent_ResetAnimInstanceDynamics, InTeleportType) == 0x000000, "Member 'SkeletalMeshComponent_ResetAnimInstanceDynamics::InTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, PhysicsBlendWeight) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bIncludeSelf) == 0x00000D, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bNewSimulate) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bNewSimulate' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bIncludeSelf) == 0x000009, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x000004, "Member 'SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesSimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesSimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllBodiesSimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics, bNewSimulate) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesSimulatePhysics::bNewSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularDriveParams \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularDriveParams"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularDriveParams"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InSpring) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InSpring' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InDamping) == 0x000004, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InDamping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InForceLimit) == 0x000008, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InForceLimit' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularPositionDrive \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularPositionDrive"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive) == 0x000003, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularPositionDrive"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bEnableSwingDrive) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bEnableTwistDrive) == 0x000001, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bSkipCustomPhysicsType) == 0x000002, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive) == 0x000003, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bEnableSwingDrive) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bEnableTwistDrive) == 0x000001, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bSkipCustomPhysicsType) == 0x000002, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowAnimCurveEvaluation \ +static_assert(alignof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowAnimCurveEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllowAnimCurveEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowAnimCurveEvaluation::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation \ +static_assert(alignof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000018, "Wrong size on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, List) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::List' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, bAllow) == 0x000010, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowRigidBodyAnimNode \ +static_assert(alignof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000002, "Wrong size on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bInAllow' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bReinitAnim) == 0x000001, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bReinitAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow, Damping) == 0x000000, "Member 'SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow::Damping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow, bIncludeSelf) == 0x00000C, "Member 'SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow::bIncludeSelf' 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_SetDampingOnAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_SetDampingOnAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetDampingOnAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_SetDampingOnAllBodiesBelow) == 0x000014, "Wrong size on SkeletalMeshComponent_SetDampingOnAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDampingOnAllBodiesBelow, LinearDamping) == 0x000000, "Member 'SkeletalMeshComponent_SetDampingOnAllBodiesBelow::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDampingOnAllBodiesBelow, AngularDamping) == 0x000004, "Member 'SkeletalMeshComponent_SetDampingOnAllBodiesBelow::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDampingOnAllBodiesBelow, BoneName) == 0x000008, "Member 'SkeletalMeshComponent_SetDampingOnAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDampingOnAllBodiesBelow, bIncludeSelf) == 0x000010, "Member 'SkeletalMeshComponent_SetDampingOnAllBodiesBelow::bIncludeSelf' 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_SetLinearDampingOnAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow) == 0x000010, "Wrong size on SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow, Damping) == 0x000000, "Member 'SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow::Damping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow, bIncludeSelf) == 0x00000C, "Member 'SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetMorphTarget \ +static_assert(alignof(SkeletalMeshComponent_SetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetMorphTarget"); \ +static_assert(sizeof(SkeletalMeshComponent_SetMorphTarget) == 0x000010, "Wrong size on SkeletalMeshComponent_SetMorphTarget"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_SetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, Value) == 0x000008, "Member 'SkeletalMeshComponent_SetMorphTarget::Value' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, bRemoveZeroWeight) == 0x00000C, "Member 'SkeletalMeshComponent_SetMorphTarget::bRemoveZeroWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow \ +static_assert(alignof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow) == 0x000010, "Wrong size on SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, bIncludeSelf) == 0x00000C, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPlayRate \ +static_assert(alignof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPlayRate"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPlayRate"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPlayRate, Rate) == 0x000000, "Member 'SkeletalMeshComponent_SetPlayRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPosition \ +static_assert(alignof(SkeletalMeshComponent_SetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPosition"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPosition) == 0x000008, "Wrong size on SkeletalMeshComponent_SetPosition"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPosition, InPos) == 0x000000, "Member 'SkeletalMeshComponent_SetPosition::InPos' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPosition, bFireNotifies) == 0x000004, "Member 'SkeletalMeshComponent_SetPosition::bFireNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportDistanceThreshold \ +static_assert(alignof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_SetTeleportDistanceThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportDistanceThreshold::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportRotationThreshold \ +static_assert(alignof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_SetTeleportRotationThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportRotationThreshold::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateAnimationInEditor \ +static_assert(alignof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ +static_assert(sizeof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ +static_assert(offsetof(SkeletalMeshComponent_SetUpdateAnimationInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateAnimationInEditor::NewUpdateState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateClothInEditor \ +static_assert(alignof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateClothInEditor"); \ +static_assert(sizeof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateClothInEditor"); \ +static_assert(offsetof(SkeletalMeshComponent_SetUpdateClothInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateClothInEditor::NewUpdateState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SnapshotPose \ +static_assert(alignof(SkeletalMeshComponent_SnapshotPose) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SnapshotPose"); \ +static_assert(sizeof(SkeletalMeshComponent_SnapshotPose) == 0x000038, "Wrong size on SkeletalMeshComponent_SnapshotPose"); \ +static_assert(offsetof(SkeletalMeshComponent_SnapshotPose, Snapshot) == 0x000000, "Member 'SkeletalMeshComponent_SnapshotPose::Snapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_TermBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_TermBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_TermBodiesBelow) == 0x000008, "Wrong size on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_TermBodiesBelow, ParentBoneName) == 0x000000, "Member 'SkeletalMeshComponent_TermBodiesBelow::ParentBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnbindClothFromMasterPoseComponent \ +static_assert(alignof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong alignment on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ +static_assert(sizeof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong size on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ +static_assert(offsetof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent, bRestoreSimulationSpace) == 0x000000, "Member 'SkeletalMeshComponent_UnbindClothFromMasterPoseComponent::bRestoreSimulationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnlinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowedAnimCurveEvaluate \ +static_assert(alignof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowedAnimCurveEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowRigidBodyAnimNode \ +static_assert(alignof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimationMode \ +static_assert(alignof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAnimationMode"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimationMode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimInstance \ +static_assert(alignof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneMass \ +static_assert(alignof(SkeletalMeshComponent_GetBoneMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetBoneMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetBoneMass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetBoneMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneMass::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, bScaleMass) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneMass::bScaleMass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetBoneMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothingSimulationInteractor \ +static_assert(alignof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ +static_assert(sizeof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong size on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ +static_assert(offsetof(SkeletalMeshComponent_GetClothingSimulationInteractor, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothingSimulationInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothMaxDistanceScale \ +static_assert(alignof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ +static_assert(sizeof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ +static_assert(offsetof(SkeletalMeshComponent_GetClothMaxDistanceScale, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothMaxDistanceScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisableAnimCurves \ +static_assert(alignof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisableAnimCurves"); \ +static_assert(sizeof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisableAnimCurves"); \ +static_assert(offsetof(SkeletalMeshComponent_GetDisableAnimCurves, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisableAnimCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisablePostProcessBlueprint \ +static_assert(alignof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ +static_assert(sizeof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ +static_assert(offsetof(SkeletalMeshComponent_GetDisablePostProcessBlueprint, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisablePostProcessBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000018, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetMorphTarget \ +static_assert(alignof(SkeletalMeshComponent_GetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetMorphTarget"); \ +static_assert(sizeof(SkeletalMeshComponent_GetMorphTarget) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetMorphTarget"); \ +static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_GetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPlayRate \ +static_assert(alignof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPlayRate"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPlayRate"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPosition \ +static_assert(alignof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPosition"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPosition"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPosition, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPostProcessInstance \ +static_assert(alignof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetPostProcessInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetPostProcessInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPostProcessInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPostProcessInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalCenterOfMass \ +static_assert(alignof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetSkeletalCenterOfMass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportDistanceThreshold \ +static_assert(alignof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTeleportDistanceThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportDistanceThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportRotationThreshold \ +static_assert(alignof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTeleportRotationThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportRotationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_HasValidAnimationInstance \ +static_assert(alignof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong alignment on SkeletalMeshComponent_HasValidAnimationInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong size on SkeletalMeshComponent_HasValidAnimationInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_HasValidAnimationInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_HasValidAnimationInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsClothingSimulationSuspended \ +static_assert(alignof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ +static_assert(sizeof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong size on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ +static_assert(offsetof(SkeletalMeshComponent_IsClothingSimulationSuspended, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsClothingSimulationSuspended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsPlaying \ +static_assert(alignof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsPlaying"); \ +static_assert(sizeof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong size on SkeletalMeshComponent_IsPlaying"); \ +static_assert(offsetof(SkeletalMeshComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset \ +static_assert(alignof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000004, "Wrong alignment on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000034, "Wrong size on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, WorldPosition) == 0x000000, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ClosestWorldPosition) == 0x00000C, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ClosestWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Normal) == 0x000018, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Normal' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, BoneName) == 0x000024, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Distance) == 0x00002C, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Distance' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ReturnValue) == 0x000030, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshComponent \ +static_assert(alignof(USkeletalMeshComponent) == 0x000010, "Wrong alignment on USkeletalMeshComponent"); \ +static_assert(sizeof(USkeletalMeshComponent) == 0x000EE0, "Wrong size on USkeletalMeshComponent"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x0006A0, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x0006A8, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x0006B0, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x0006B8, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x0006C0, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x0006E8, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x0006F4, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x000730, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x000740, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000750, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x0008B0, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x0008B4, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x0008B5, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x0008B7, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x0008C6, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x0008C8, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x0008CC, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, DisallowedAnimCurves) == 0x0008D0, "Member 'USkeletalMeshComponent::DisallowedAnimCurves' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x0008E0, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x0008F0, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000900, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x0009D8, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x0009DC, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x0009E8, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000A40, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000B10, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, SignificanceSettings) == 0x000EC8, "Member 'USkeletalMeshComponent::SignificanceSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeX \ +static_assert(alignof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeX"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeX"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeX, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeY \ +static_assert(alignof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeY"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeY"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeY, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2D \ +static_assert(alignof(UTexture2D) == 0x000010, "Wrong alignment on UTexture2D"); \ +static_assert(sizeof(UTexture2D) == 0x0001A0, "Wrong size on UTexture2D"); \ +static_assert(offsetof(UTexture2D, LevelIndex) == 0x000178, "Member 'UTexture2D::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, FirstResourceMemMip) == 0x00017C, "Member 'UTexture2D::FirstResourceMemMip' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressX) == 0x000181, "Member 'UTexture2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressY) == 0x000182, "Member 'UTexture2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, ImportedSize) == 0x000184, "Member 'UTexture2D::ImportedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x0002D0, "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) == 0x000110, "Member 'UAnimInstance::NotifyQueue' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyState) == 0x000180, "Member 'UAnimInstance::ActiveAnimNotifyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraActor_GetAutoActivatePlayerIndex \ +static_assert(alignof(CameraActor_GetAutoActivatePlayerIndex) == 0x000004, "Wrong alignment on CameraActor_GetAutoActivatePlayerIndex"); \ +static_assert(sizeof(CameraActor_GetAutoActivatePlayerIndex) == 0x000004, "Wrong size on CameraActor_GetAutoActivatePlayerIndex"); \ +static_assert(offsetof(CameraActor_GetAutoActivatePlayerIndex, ReturnValue) == 0x000000, "Member 'CameraActor_GetAutoActivatePlayerIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraActor \ +static_assert(alignof(ACameraActor) == 0x000010, "Wrong alignment on ACameraActor"); \ +static_assert(sizeof(ACameraActor) == 0x0007C0, "Wrong size on ACameraActor"); \ +static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x000228, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, CameraComponent) == 0x000230, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, SceneComponent) == 0x000238, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, AspectRatio) == 0x00024C, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, FOVAngle) == 0x000250, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x000254, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x000260, "Member 'ACameraActor::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectDynamicIndirectLighting \ +static_assert(alignof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(sizeof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong size on LightComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(offsetof(LightComponent_SetAffectDynamicIndirectLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectDynamicIndirectLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectTranslucentLighting \ +static_assert(alignof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(sizeof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong size on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(offsetof(LightComponent_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomMaxBrightness \ +static_assert(alignof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong alignment on LightComponent_SetBloomMaxBrightness"); \ +static_assert(sizeof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong size on LightComponent_SetBloomMaxBrightness"); \ +static_assert(offsetof(LightComponent_SetBloomMaxBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetBloomMaxBrightness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomScale \ +static_assert(alignof(LightComponent_SetBloomScale) == 0x000004, "Wrong alignment on LightComponent_SetBloomScale"); \ +static_assert(sizeof(LightComponent_SetBloomScale) == 0x000004, "Wrong size on LightComponent_SetBloomScale"); \ +static_assert(offsetof(LightComponent_SetBloomScale, NewValue) == 0x000000, "Member 'LightComponent_SetBloomScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomThreshold \ +static_assert(alignof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong alignment on LightComponent_SetBloomThreshold"); \ +static_assert(sizeof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong size on LightComponent_SetBloomThreshold"); \ +static_assert(offsetof(LightComponent_SetBloomThreshold, NewValue) == 0x000000, "Member 'LightComponent_SetBloomThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomTint \ +static_assert(alignof(LightComponent_SetBloomTint) == 0x000004, "Wrong alignment on LightComponent_SetBloomTint"); \ +static_assert(sizeof(LightComponent_SetBloomTint) == 0x000004, "Wrong size on LightComponent_SetBloomTint"); \ +static_assert(offsetof(LightComponent_SetBloomTint, NewValue) == 0x000000, "Member 'LightComponent_SetBloomTint::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetEnableLightShaftBloom \ +static_assert(alignof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong alignment on LightComponent_SetEnableLightShaftBloom"); \ +static_assert(sizeof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong size on LightComponent_SetEnableLightShaftBloom"); \ +static_assert(offsetof(LightComponent_SetEnableLightShaftBloom, bNewValue) == 0x000000, "Member 'LightComponent_SetEnableLightShaftBloom::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetForceCachedShadowsForMovablePrimitives \ +static_assert(alignof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong alignment on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ +static_assert(sizeof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong size on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ +static_assert(offsetof(LightComponent_SetForceCachedShadowsForMovablePrimitives, bNewValue) == 0x000000, "Member 'LightComponent_SetForceCachedShadowsForMovablePrimitives::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIESBrightnessScale \ +static_assert(alignof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong alignment on LightComponent_SetIESBrightnessScale"); \ +static_assert(sizeof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong size on LightComponent_SetIESBrightnessScale"); \ +static_assert(offsetof(LightComponent_SetIESBrightnessScale, NewValue) == 0x000000, "Member 'LightComponent_SetIESBrightnessScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIESTexture \ +static_assert(alignof(LightComponent_SetIESTexture) == 0x000008, "Wrong alignment on LightComponent_SetIESTexture"); \ +static_assert(sizeof(LightComponent_SetIESTexture) == 0x000008, "Wrong size on LightComponent_SetIESTexture"); \ +static_assert(offsetof(LightComponent_SetIESTexture, NewValue) == 0x000000, "Member 'LightComponent_SetIESTexture::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIndirectLightingIntensity \ +static_assert(alignof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIndirectLightingIntensity"); \ +static_assert(sizeof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on LightComponent_SetIndirectLightingIntensity"); \ +static_assert(offsetof(LightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIntensity \ +static_assert(alignof(LightComponent_SetIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIntensity"); \ +static_assert(sizeof(LightComponent_SetIntensity) == 0x000004, "Wrong size on LightComponent_SetIntensity"); \ +static_assert(offsetof(LightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightColor \ +static_assert(alignof(LightComponent_SetLightColor) == 0x000004, "Wrong alignment on LightComponent_SetLightColor"); \ +static_assert(sizeof(LightComponent_SetLightColor) == 0x000014, "Wrong size on LightComponent_SetLightColor"); \ +static_assert(offsetof(LightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightColor, bSRGB) == 0x000010, "Member 'LightComponent_SetLightColor::bSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionDisabledBrightness \ +static_assert(alignof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionDisabledBrightness"); \ +static_assert(sizeof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong size on LightComponent_SetLightFunctionDisabledBrightness"); \ +static_assert(offsetof(LightComponent_SetLightFunctionDisabledBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetLightFunctionDisabledBrightness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionFadeDistance \ +static_assert(alignof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionFadeDistance"); \ +static_assert(sizeof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on LightComponent_SetLightFunctionFadeDistance"); \ +static_assert(offsetof(LightComponent_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'LightComponent_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionMaterial \ +static_assert(alignof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionMaterial"); \ +static_assert(sizeof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong size on LightComponent_SetLightFunctionMaterial"); \ +static_assert(offsetof(LightComponent_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'LightComponent_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionScale \ +static_assert(alignof(LightComponent_SetLightFunctionScale) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionScale"); \ +static_assert(sizeof(LightComponent_SetLightFunctionScale) == 0x00000C, "Wrong size on LightComponent_SetLightFunctionScale"); \ +static_assert(offsetof(LightComponent_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'LightComponent_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightingChannels \ +static_assert(alignof(LightComponent_SetLightingChannels) == 0x000001, "Wrong alignment on LightComponent_SetLightingChannels"); \ +static_assert(sizeof(LightComponent_SetLightingChannels) == 0x000003, "Wrong size on LightComponent_SetLightingChannels"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'LightComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'LightComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'LightComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetShadowBias \ +static_assert(alignof(LightComponent_SetShadowBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowBias"); \ +static_assert(sizeof(LightComponent_SetShadowBias) == 0x000004, "Wrong size on LightComponent_SetShadowBias"); \ +static_assert(offsetof(LightComponent_SetShadowBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias \ +static_assert(alignof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowSlopeBias"); \ +static_assert(sizeof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong size on LightComponent_SetShadowSlopeBias"); \ +static_assert(offsetof(LightComponent_SetShadowSlopeBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowSlopeBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetSpecularScale \ +static_assert(alignof(LightComponent_SetSpecularScale) == 0x000004, "Wrong alignment on LightComponent_SetSpecularScale"); \ +static_assert(sizeof(LightComponent_SetSpecularScale) == 0x000004, "Wrong size on LightComponent_SetSpecularScale"); \ +static_assert(offsetof(LightComponent_SetSpecularScale, NewValue) == 0x000000, "Member 'LightComponent_SetSpecularScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetTemperature \ +static_assert(alignof(LightComponent_SetTemperature) == 0x000004, "Wrong alignment on LightComponent_SetTemperature"); \ +static_assert(sizeof(LightComponent_SetTemperature) == 0x000004, "Wrong size on LightComponent_SetTemperature"); \ +static_assert(offsetof(LightComponent_SetTemperature, NewTemperature) == 0x000000, "Member 'LightComponent_SetTemperature::NewTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetTransmission \ +static_assert(alignof(LightComponent_SetTransmission) == 0x000001, "Wrong alignment on LightComponent_SetTransmission"); \ +static_assert(sizeof(LightComponent_SetTransmission) == 0x000001, "Wrong size on LightComponent_SetTransmission"); \ +static_assert(offsetof(LightComponent_SetTransmission, bNewValue) == 0x000000, "Member 'LightComponent_SetTransmission::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness \ +static_assert(alignof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong alignment on LightComponent_SetUseIESBrightness"); \ +static_assert(sizeof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong size on LightComponent_SetUseIESBrightness"); \ +static_assert(offsetof(LightComponent_SetUseIESBrightness, bNewValue) == 0x000000, "Member 'LightComponent_SetUseIESBrightness::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ +static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ +static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ +static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightComponent \ +static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ +static_assert(sizeof(ULightComponent) == 0x000330, "Wrong size on ULightComponent"); \ +static_assert(offsetof(ULightComponent, Temperature) == 0x000228, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x00022C, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000230, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x000238, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinRoughness) == 0x000240, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, SpecularScale) == 0x000244, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x000248, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowBias) == 0x00024C, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x000250, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x000254, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x000258, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightingChannels) == 0x000260, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x000268, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x000270, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESTexture) == 0x000280, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x00028C, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x000290, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x000294, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomScale) == 0x00029C, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomThreshold) == 0x0002A0, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x0002A4, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomTint) == 0x0002A8, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x0002AC, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x0002B0, "Member 'ULightComponent::RayStartOffsetDepthScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalLightComponent_GetUnitsConversionFactor \ +static_assert(alignof(LocalLightComponent_GetUnitsConversionFactor) == 0x000004, "Wrong alignment on LocalLightComponent_GetUnitsConversionFactor"); \ +static_assert(sizeof(LocalLightComponent_GetUnitsConversionFactor) == 0x00000C, "Wrong size on LocalLightComponent_GetUnitsConversionFactor"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, SrcUnits) == 0x000000, "Member 'LocalLightComponent_GetUnitsConversionFactor::SrcUnits' has a wrong offset!"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, TargetUnits) == 0x000001, "Member 'LocalLightComponent_GetUnitsConversionFactor::TargetUnits' has a wrong offset!"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, CosHalfConeAngle) == 0x000004, "Member 'LocalLightComponent_GetUnitsConversionFactor::CosHalfConeAngle' has a wrong offset!"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, ReturnValue) == 0x000008, "Member 'LocalLightComponent_GetUnitsConversionFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalLightComponent_SetAttenuationRadius \ +static_assert(alignof(LocalLightComponent_SetAttenuationRadius) == 0x000004, "Wrong alignment on LocalLightComponent_SetAttenuationRadius"); \ +static_assert(sizeof(LocalLightComponent_SetAttenuationRadius) == 0x000004, "Wrong size on LocalLightComponent_SetAttenuationRadius"); \ +static_assert(offsetof(LocalLightComponent_SetAttenuationRadius, NewRadius) == 0x000000, "Member 'LocalLightComponent_SetAttenuationRadius::NewRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalLightComponent_SetIntensityUnits \ +static_assert(alignof(LocalLightComponent_SetIntensityUnits) == 0x000001, "Wrong alignment on LocalLightComponent_SetIntensityUnits"); \ +static_assert(sizeof(LocalLightComponent_SetIntensityUnits) == 0x000001, "Wrong size on LocalLightComponent_SetIntensityUnits"); \ +static_assert(offsetof(LocalLightComponent_SetIntensityUnits, NewIntensityUnits) == 0x000000, "Member 'LocalLightComponent_SetIntensityUnits::NewIntensityUnits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalLightComponent \ +static_assert(alignof(ULocalLightComponent) == 0x000010, "Wrong alignment on ULocalLightComponent"); \ +static_assert(sizeof(ULocalLightComponent) == 0x000340, "Wrong size on ULocalLightComponent"); \ +static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000328, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, Radius) == 0x00032C, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x000330, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x000334, "Member 'ULocalLightComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetLightFalloffExponent \ +static_assert(alignof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(sizeof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(offsetof(PointLightComponent_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLightComponent_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSoftSourceRadius \ +static_assert(alignof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSoftSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSoftSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceLength \ +static_assert(alignof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceLength"); \ +static_assert(sizeof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong size on PointLightComponent_SetSourceLength"); \ +static_assert(offsetof(PointLightComponent_SetSourceLength, NewValue) == 0x000000, "Member 'PointLightComponent_SetSourceLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceRadius \ +static_assert(alignof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointLightComponent \ +static_assert(alignof(UPointLightComponent) == 0x000010, "Wrong alignment on UPointLightComponent"); \ +static_assert(sizeof(UPointLightComponent) == 0x000360, "Wrong size on UPointLightComponent"); \ +static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x000344, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x000348, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x00034C, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceLength) == 0x000350, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLightComponent_SetInnerConeAngle \ +static_assert(alignof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetInnerConeAngle"); \ +static_assert(sizeof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetInnerConeAngle"); \ +static_assert(offsetof(SpotLightComponent_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLightComponent_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLightComponent_SetOuterConeAngle \ +static_assert(alignof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetOuterConeAngle"); \ +static_assert(sizeof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetOuterConeAngle"); \ +static_assert(offsetof(SpotLightComponent_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLightComponent_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpotLightComponent \ +static_assert(alignof(USpotLightComponent) == 0x000010, "Wrong alignment on USpotLightComponent"); \ +static_assert(sizeof(USpotLightComponent) == 0x000360, "Wrong size on USpotLightComponent"); \ +static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x000358, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x00035C, "Member 'USpotLightComponent::OuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineCustomTimeStep \ +static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ +static_assert(sizeof(UEngineCustomTimeStep) == 0x000028, "Wrong size on UEngineCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_GameModeBase_CanSpectate \ +static_assert(alignof(GameModeBase_CanSpectate) == 0x000008, "Wrong alignment on GameModeBase_CanSpectate"); \ +static_assert(sizeof(GameModeBase_CanSpectate) == 0x000018, "Wrong size on GameModeBase_CanSpectate"); \ +static_assert(offsetof(GameModeBase_CanSpectate, Viewer) == 0x000000, "Member 'GameModeBase_CanSpectate::Viewer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_CanSpectate, ViewTarget) == 0x000008, "Member 'GameModeBase_CanSpectate::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_CanSpectate, ReturnValue) == 0x000010, "Member 'GameModeBase_CanSpectate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ChangeName \ +static_assert(alignof(GameModeBase_ChangeName) == 0x000008, "Wrong alignment on GameModeBase_ChangeName"); \ +static_assert(sizeof(GameModeBase_ChangeName) == 0x000020, "Wrong size on GameModeBase_ChangeName"); \ +static_assert(offsetof(GameModeBase_ChangeName, Controller) == 0x000000, "Member 'GameModeBase_ChangeName::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChangeName, NewName) == 0x000008, "Member 'GameModeBase_ChangeName::NewName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_ChangeName::bNameChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ChoosePlayerStart \ +static_assert(alignof(GameModeBase_ChoosePlayerStart) == 0x000008, "Wrong alignment on GameModeBase_ChoosePlayerStart"); \ +static_assert(sizeof(GameModeBase_ChoosePlayerStart) == 0x000010, "Wrong size on GameModeBase_ChoosePlayerStart"); \ +static_assert(offsetof(GameModeBase_ChoosePlayerStart, Player) == 0x000000, "Member 'GameModeBase_ChoosePlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChoosePlayerStart, ReturnValue) == 0x000008, "Member 'GameModeBase_ChoosePlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_FindPlayerStart \ +static_assert(alignof(GameModeBase_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_FindPlayerStart"); \ +static_assert(sizeof(GameModeBase_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_FindPlayerStart"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_FindPlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_FindPlayerStart::IncomingName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_FindPlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetDefaultPawnClassForController \ +static_assert(alignof(GameModeBase_GetDefaultPawnClassForController) == 0x000008, "Wrong alignment on GameModeBase_GetDefaultPawnClassForController"); \ +static_assert(sizeof(GameModeBase_GetDefaultPawnClassForController) == 0x000010, "Wrong size on GameModeBase_GetDefaultPawnClassForController"); \ +static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, InController) == 0x000000, "Member 'GameModeBase_GetDefaultPawnClassForController::InController' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, ReturnValue) == 0x000008, "Member 'GameModeBase_GetDefaultPawnClassForController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetNumPlayers \ +static_assert(alignof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong alignment on GameModeBase_GetNumPlayers"); \ +static_assert(sizeof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong size on GameModeBase_GetNumPlayers"); \ +static_assert(offsetof(GameModeBase_GetNumPlayers, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetNumSpectators \ +static_assert(alignof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong alignment on GameModeBase_GetNumSpectators"); \ +static_assert(sizeof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong size on GameModeBase_GetNumSpectators"); \ +static_assert(offsetof(GameModeBase_GetNumSpectators, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumSpectators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HandleStartingNewPlayer \ +static_assert(alignof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong alignment on GameModeBase_HandleStartingNewPlayer"); \ +static_assert(sizeof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong size on GameModeBase_HandleStartingNewPlayer"); \ +static_assert(offsetof(GameModeBase_HandleStartingNewPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_HandleStartingNewPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_InitializeHUDForPlayer \ +static_assert(alignof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong alignment on GameModeBase_InitializeHUDForPlayer"); \ +static_assert(sizeof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong size on GameModeBase_InitializeHUDForPlayer"); \ +static_assert(offsetof(GameModeBase_InitializeHUDForPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_InitializeHUDForPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_InitStartSpot \ +static_assert(alignof(GameModeBase_InitStartSpot) == 0x000008, "Wrong alignment on GameModeBase_InitStartSpot"); \ +static_assert(sizeof(GameModeBase_InitStartSpot) == 0x000010, "Wrong size on GameModeBase_InitStartSpot"); \ +static_assert(offsetof(GameModeBase_InitStartSpot, StartSpot) == 0x000000, "Member 'GameModeBase_InitStartSpot::StartSpot' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_InitStartSpot, NewPlayer) == 0x000008, "Member 'GameModeBase_InitStartSpot::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_FindPlayerStart \ +static_assert(alignof(GameModeBase_K2_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_K2_FindPlayerStart"); \ +static_assert(sizeof(GameModeBase_K2_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_K2_FindPlayerStart"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_K2_FindPlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_K2_FindPlayerStart::IncomingName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_K2_FindPlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnChangeName \ +static_assert(alignof(GameModeBase_K2_OnChangeName) == 0x000008, "Wrong alignment on GameModeBase_K2_OnChangeName"); \ +static_assert(sizeof(GameModeBase_K2_OnChangeName) == 0x000020, "Wrong size on GameModeBase_K2_OnChangeName"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, Other) == 0x000000, "Member 'GameModeBase_K2_OnChangeName::Other' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, NewName) == 0x000008, "Member 'GameModeBase_K2_OnChangeName::NewName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_K2_OnChangeName::bNameChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnLogout \ +static_assert(alignof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong alignment on GameModeBase_K2_OnLogout"); \ +static_assert(sizeof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong size on GameModeBase_K2_OnLogout"); \ +static_assert(offsetof(GameModeBase_K2_OnLogout, ExitingController) == 0x000000, "Member 'GameModeBase_K2_OnLogout::ExitingController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnRestartPlayer \ +static_assert(alignof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_K2_OnRestartPlayer"); \ +static_assert(sizeof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong size on GameModeBase_K2_OnRestartPlayer"); \ +static_assert(offsetof(GameModeBase_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnSwapPlayerControllers \ +static_assert(alignof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000008, "Wrong alignment on GameModeBase_K2_OnSwapPlayerControllers"); \ +static_assert(sizeof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000010, "Wrong size on GameModeBase_K2_OnSwapPlayerControllers"); \ +static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, OldPC) == 0x000000, "Member 'GameModeBase_K2_OnSwapPlayerControllers::OldPC' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, NewPC) == 0x000008, "Member 'GameModeBase_K2_OnSwapPlayerControllers::NewPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_PostLogin \ +static_assert(alignof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong alignment on GameModeBase_K2_PostLogin"); \ +static_assert(sizeof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong size on GameModeBase_K2_PostLogin"); \ +static_assert(offsetof(GameModeBase_K2_PostLogin, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_PostLogin::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_PlayerCanRestart \ +static_assert(alignof(GameModeBase_PlayerCanRestart) == 0x000008, "Wrong alignment on GameModeBase_PlayerCanRestart"); \ +static_assert(sizeof(GameModeBase_PlayerCanRestart) == 0x000010, "Wrong size on GameModeBase_PlayerCanRestart"); \ +static_assert(offsetof(GameModeBase_PlayerCanRestart, Player) == 0x000000, "Member 'GameModeBase_PlayerCanRestart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_PlayerCanRestart, ReturnValue) == 0x000008, "Member 'GameModeBase_PlayerCanRestart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayer \ +static_assert(alignof(GameModeBase_RestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayer"); \ +static_assert(sizeof(GameModeBase_RestartPlayer) == 0x000008, "Wrong size on GameModeBase_RestartPlayer"); \ +static_assert(offsetof(GameModeBase_RestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtPlayerStart \ +static_assert(alignof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayerAtPlayerStart"); \ +static_assert(sizeof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000010, "Wrong size on GameModeBase_RestartPlayerAtPlayerStart"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtPlayerStart::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, StartSpot) == 0x000008, "Member 'GameModeBase_RestartPlayerAtPlayerStart::StartSpot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtTransform \ +static_assert(alignof(GameModeBase_RestartPlayerAtTransform) == 0x000010, "Wrong alignment on GameModeBase_RestartPlayerAtTransform"); \ +static_assert(sizeof(GameModeBase_RestartPlayerAtTransform) == 0x000040, "Wrong size on GameModeBase_RestartPlayerAtTransform"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtTransform::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_RestartPlayerAtTransform::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ShouldReset \ +static_assert(alignof(GameModeBase_ShouldReset) == 0x000008, "Wrong alignment on GameModeBase_ShouldReset"); \ +static_assert(sizeof(GameModeBase_ShouldReset) == 0x000010, "Wrong size on GameModeBase_ShouldReset"); \ +static_assert(offsetof(GameModeBase_ShouldReset, ActorToReset) == 0x000000, "Member 'GameModeBase_ShouldReset::ActorToReset' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ShouldReset, ReturnValue) == 0x000008, "Member 'GameModeBase_ShouldReset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnAtTransform \ +static_assert(alignof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000010, "Wrong alignment on GameModeBase_SpawnDefaultPawnAtTransform"); \ +static_assert(sizeof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000050, "Wrong size on GameModeBase_SpawnDefaultPawnAtTransform"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, ReturnValue) == 0x000040, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnFor \ +static_assert(alignof(GameModeBase_SpawnDefaultPawnFor) == 0x000008, "Wrong alignment on GameModeBase_SpawnDefaultPawnFor"); \ +static_assert(sizeof(GameModeBase_SpawnDefaultPawnFor) == 0x000018, "Wrong size on GameModeBase_SpawnDefaultPawnFor"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnFor::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, StartSpot) == 0x000008, "Member 'GameModeBase_SpawnDefaultPawnFor::StartSpot' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, ReturnValue) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnFor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HasMatchEnded \ +static_assert(alignof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameModeBase_HasMatchEnded"); \ +static_assert(sizeof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong size on GameModeBase_HasMatchEnded"); \ +static_assert(offsetof(GameModeBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HasMatchStarted \ +static_assert(alignof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameModeBase_HasMatchStarted"); \ +static_assert(sizeof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong size on GameModeBase_HasMatchStarted"); \ +static_assert(offsetof(GameModeBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_MustSpectate \ +static_assert(alignof(GameModeBase_MustSpectate) == 0x000008, "Wrong alignment on GameModeBase_MustSpectate"); \ +static_assert(sizeof(GameModeBase_MustSpectate) == 0x000010, "Wrong size on GameModeBase_MustSpectate"); \ +static_assert(offsetof(GameModeBase_MustSpectate, NewPlayerController) == 0x000000, "Member 'GameModeBase_MustSpectate::NewPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_MustSpectate, ReturnValue) == 0x000008, "Member 'GameModeBase_MustSpectate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameModeBase \ +static_assert(alignof(AGameModeBase) == 0x000008, "Wrong alignment on AGameModeBase"); \ +static_assert(sizeof(AGameModeBase) == 0x0002C8, "Wrong size on AGameModeBase"); \ +static_assert(offsetof(AGameModeBase, OptionsString) == 0x000228, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x000238, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameStateClass) == 0x000240, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x000248, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x000250, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, HUDClass) == 0x000258, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x000260, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x000268, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x000270, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x000278, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSession) == 0x000280, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameState) == 0x000288, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x000290, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x000298, "Member 'AGameModeBase::DefaultPlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UAnimCurveCompressionCodec \ +static_assert(alignof(UAnimCurveCompressionCodec) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec"); \ +static_assert(sizeof(UAnimCurveCompressionCodec) == 0x000028, "Wrong size on UAnimCurveCompressionCodec"); \ + +#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_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_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_ABrush \ +static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ +static_assert(sizeof(ABrush) == 0x000260, "Wrong size on ABrush"); \ +static_assert(offsetof(ABrush, BrushType) == 0x000228, "Member 'ABrush::BrushType' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushColor) == 0x00022C, "Member 'ABrush::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(ABrush, PolyFlags) == 0x000230, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ +static_assert(offsetof(ABrush, Brush) == 0x000238, "Member 'ABrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushComponent) == 0x000240, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ +static_assert(offsetof(ABrush, SavedSelections) == 0x000250, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_AVolume \ +static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ +static_assert(sizeof(AVolume) == 0x000260, "Wrong size on AVolume"); \ + +#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_InputComponent_GetControllerAnalogKeyState \ +static_assert(alignof(InputComponent_GetControllerAnalogKeyState) == 0x000008, "Wrong alignment on InputComponent_GetControllerAnalogKeyState"); \ +static_assert(sizeof(InputComponent_GetControllerAnalogKeyState) == 0x000020, "Wrong size on InputComponent_GetControllerAnalogKeyState"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogKeyState, Key) == 0x000000, "Member 'InputComponent_GetControllerAnalogKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogKeyState, ReturnValue) == 0x000018, "Member 'InputComponent_GetControllerAnalogKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerAnalogStickState \ +static_assert(alignof(InputComponent_GetControllerAnalogStickState) == 0x000004, "Wrong alignment on InputComponent_GetControllerAnalogStickState"); \ +static_assert(sizeof(InputComponent_GetControllerAnalogStickState) == 0x00000C, "Wrong size on InputComponent_GetControllerAnalogStickState"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, WhichStick) == 0x000000, "Member 'InputComponent_GetControllerAnalogStickState::WhichStick' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, StickX) == 0x000004, "Member 'InputComponent_GetControllerAnalogStickState::StickX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, StickY) == 0x000008, "Member 'InputComponent_GetControllerAnalogStickState::StickY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerKeyTimeDown \ +static_assert(alignof(InputComponent_GetControllerKeyTimeDown) == 0x000008, "Wrong alignment on InputComponent_GetControllerKeyTimeDown"); \ +static_assert(sizeof(InputComponent_GetControllerKeyTimeDown) == 0x000020, "Wrong size on InputComponent_GetControllerKeyTimeDown"); \ +static_assert(offsetof(InputComponent_GetControllerKeyTimeDown, Key) == 0x000000, "Member 'InputComponent_GetControllerKeyTimeDown::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerKeyTimeDown, ReturnValue) == 0x000018, "Member 'InputComponent_GetControllerKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerMouseDelta \ +static_assert(alignof(InputComponent_GetControllerMouseDelta) == 0x000004, "Wrong alignment on InputComponent_GetControllerMouseDelta"); \ +static_assert(sizeof(InputComponent_GetControllerMouseDelta) == 0x000008, "Wrong size on InputComponent_GetControllerMouseDelta"); \ +static_assert(offsetof(InputComponent_GetControllerMouseDelta, DeltaX) == 0x000000, "Member 'InputComponent_GetControllerMouseDelta::DeltaX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerMouseDelta, DeltaY) == 0x000004, "Member 'InputComponent_GetControllerMouseDelta::DeltaY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerVectorKeyState \ +static_assert(alignof(InputComponent_GetControllerVectorKeyState) == 0x000008, "Wrong alignment on InputComponent_GetControllerVectorKeyState"); \ +static_assert(sizeof(InputComponent_GetControllerVectorKeyState) == 0x000028, "Wrong size on InputComponent_GetControllerVectorKeyState"); \ +static_assert(offsetof(InputComponent_GetControllerVectorKeyState, Key) == 0x000000, "Member 'InputComponent_GetControllerVectorKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerVectorKeyState, ReturnValue) == 0x000018, "Member 'InputComponent_GetControllerVectorKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetTouchState \ +static_assert(alignof(InputComponent_GetTouchState) == 0x000004, "Wrong alignment on InputComponent_GetTouchState"); \ +static_assert(sizeof(InputComponent_GetTouchState) == 0x000010, "Wrong size on InputComponent_GetTouchState"); \ +static_assert(offsetof(InputComponent_GetTouchState, FingerIndex) == 0x000000, "Member 'InputComponent_GetTouchState::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, LocationX) == 0x000004, "Member 'InputComponent_GetTouchState::LocationX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, LocationY) == 0x000008, "Member 'InputComponent_GetTouchState::LocationY' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'InputComponent_GetTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_IsControllerKeyDown \ +static_assert(alignof(InputComponent_IsControllerKeyDown) == 0x000008, "Wrong alignment on InputComponent_IsControllerKeyDown"); \ +static_assert(sizeof(InputComponent_IsControllerKeyDown) == 0x000020, "Wrong size on InputComponent_IsControllerKeyDown"); \ +static_assert(offsetof(InputComponent_IsControllerKeyDown, Key) == 0x000000, "Member 'InputComponent_IsControllerKeyDown::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_IsControllerKeyDown, ReturnValue) == 0x000018, "Member 'InputComponent_IsControllerKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustPressed \ +static_assert(alignof(InputComponent_WasControllerKeyJustPressed) == 0x000008, "Wrong alignment on InputComponent_WasControllerKeyJustPressed"); \ +static_assert(sizeof(InputComponent_WasControllerKeyJustPressed) == 0x000020, "Wrong size on InputComponent_WasControllerKeyJustPressed"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustPressed, Key) == 0x000000, "Member 'InputComponent_WasControllerKeyJustPressed::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustPressed, ReturnValue) == 0x000018, "Member 'InputComponent_WasControllerKeyJustPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustReleased \ +static_assert(alignof(InputComponent_WasControllerKeyJustReleased) == 0x000008, "Wrong alignment on InputComponent_WasControllerKeyJustReleased"); \ +static_assert(sizeof(InputComponent_WasControllerKeyJustReleased) == 0x000020, "Wrong size on InputComponent_WasControllerKeyJustReleased"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustReleased, Key) == 0x000000, "Member 'InputComponent_WasControllerKeyJustReleased::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustReleased, ReturnValue) == 0x000018, "Member 'InputComponent_WasControllerKeyJustReleased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputComponent \ +static_assert(alignof(UInputComponent) == 0x000008, "Wrong alignment on UInputComponent"); \ +static_assert(sizeof(UInputComponent) == 0x000138, "Wrong size on UInputComponent"); \ +static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000120, "Member 'UInputComponent::CachedKeyToActionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_World_K2_GetWorldSettings \ +static_assert(alignof(World_K2_GetWorldSettings) == 0x000008, "Wrong alignment on World_K2_GetWorldSettings"); \ +static_assert(sizeof(World_K2_GetWorldSettings) == 0x000008, "Wrong size on World_K2_GetWorldSettings"); \ +static_assert(offsetof(World_K2_GetWorldSettings, ReturnValue) == 0x000000, "Member 'World_K2_GetWorldSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorld \ +static_assert(alignof(UWorld) == 0x000008, "Wrong alignment on UWorld"); \ +static_assert(sizeof(UWorld) == 0x0007B0, "Wrong size on UWorld"); \ +static_assert(offsetof(UWorld, PersistentLevel) == 0x000030, "Member 'UWorld::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NetDriver) == 0x000038, "Member 'UWorld::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LineBatcher) == 0x000040, "Member 'UWorld::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PersistentLineBatcher) == 0x000048, "Member 'UWorld::PersistentLineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ForegroundLineBatcher) == 0x000050, "Member 'UWorld::ForegroundLineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NetworkManager) == 0x000058, "Member 'UWorld::NetworkManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsCollisionHandler) == 0x000060, "Member 'UWorld::PhysicsCollisionHandler' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ExtraReferencedObjects) == 0x000068, "Member 'UWorld::ExtraReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PerModuleDataObjects) == 0x000078, "Member 'UWorld::PerModuleDataObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevels) == 0x000088, "Member 'UWorld::StreamingLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsToConsider) == 0x000098, "Member 'UWorld::StreamingLevelsToConsider' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsPrefix) == 0x0000C0, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingVisibility) == 0x0000D0, "Member 'UWorld::CurrentLevelPendingVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingInvisibility) == 0x0000D8, "Member 'UWorld::CurrentLevelPendingInvisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DemoNetDriver) == 0x0000E0, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MyParticleEventManager) == 0x0000E8, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x0000F0, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NavigationSystem) == 0x000110, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AuthorityGameMode) == 0x000118, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(UWorld, GameState) == 0x000120, "Member 'UWorld::GameState' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AISystem) == 0x000128, "Member 'UWorld::AISystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AvoidanceManager) == 0x000130, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, Levels) == 0x000138, "Member 'UWorld::Levels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LevelCollections) == 0x000148, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ +static_assert(offsetof(UWorld, OwningGameInstance) == 0x000180, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000188, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x000198, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x0001A0, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsField) == 0x0001F8, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x000200, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000250, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000260, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ +static_assert(offsetof(UWorld, WorldComposition) == 0x0005E0, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PSCPool) == 0x000690, "Member 'UWorld::PSCPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetBaseMaterial \ +static_assert(alignof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetBaseMaterial"); \ +static_assert(sizeof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong size on MaterialInterface_GetBaseMaterial"); \ +static_assert(offsetof(MaterialInterface_GetBaseMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBaseMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident \ +static_assert(alignof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(sizeof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000010, "Wrong size on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, OverrideForceMiplevelsToBeResident) == 0x000000, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::OverrideForceMiplevelsToBeResident' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bForceMiplevelsToBeResidentValue) == 0x000001, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bForceMiplevelsToBeResidentValue' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, ForceDuration) == 0x000004, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x000008, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bFastResponse) == 0x00000C, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bFastResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo \ +static_assert(alignof(MaterialInterface_GetParameterInfo) == 0x000008, "Wrong alignment on MaterialInterface_GetParameterInfo"); \ +static_assert(sizeof(MaterialInterface_GetParameterInfo) == 0x000028, "Wrong size on MaterialInterface_GetParameterInfo"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, Association) == 0x000000, "Member 'MaterialInterface_GetParameterInfo::Association' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, ParameterName) == 0x000004, "Member 'MaterialInterface_GetParameterInfo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, LayerFunction) == 0x000010, "Member 'MaterialInterface_GetParameterInfo::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, ReturnValue) == 0x000018, "Member 'MaterialInterface_GetParameterInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterial \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterial"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterial"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialFromMap \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialFromMap"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000010, "Wrong size on MaterialInterface_GetPhysicalMaterialFromMap"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, Index_0) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, ReturnValue) == 0x000008, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialMask \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialMask"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterialMask"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialMask, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInterface \ +static_assert(alignof(UMaterialInterface) == 0x000008, "Wrong alignment on UMaterialInterface"); \ +static_assert(sizeof(UMaterialInterface) == 0x000088, "Wrong size on UMaterialInterface"); \ +static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000038, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000050, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000060, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x000070, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstance \ +static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ +static_assert(sizeof(UMaterialInstance) == 0x000310, "Wrong size on UMaterialInstance"); \ +static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x000088, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x000090, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, Parent) == 0x0000D0, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x0000E0, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x0000F0, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x000100, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x000110, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x000120, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x000130, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, StaticParameters) == 0x000148, "Member 'UMaterialInstance::StaticParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, CachedLayerParameters) == 0x000188, "Member 'UMaterialInstance::CachedLayerParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, CachedReferencedTextures) == 0x0002D8, "Member 'UMaterialInstance::CachedReferencedTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetScalarParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetTextureParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetVectorParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstanceConstant \ +static_assert(alignof(UMaterialInstanceConstant) == 0x000008, "Wrong alignment on UMaterialInstanceConstant"); \ +static_assert(sizeof(UMaterialInstanceConstant) == 0x000318, "Wrong size on UMaterialInstanceConstant"); \ +static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x000310, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelPartitionInterface \ +static_assert(alignof(ILevelPartitionInterface) == 0x000001, "Wrong alignment on ILevelPartitionInterface"); \ +static_assert(sizeof(ILevelPartitionInterface) == 0x000001, "Wrong size on ILevelPartitionInterface"); \ + +#define DUMPER7_ASSERTS_UChannel \ +static_assert(alignof(UChannel) == 0x000008, "Wrong alignment on UChannel"); \ +static_assert(sizeof(UChannel) == 0x000068, "Wrong size on UChannel"); \ +static_assert(offsetof(UChannel, Connection) == 0x000028, "Member 'UChannel::Connection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorChannel \ +static_assert(alignof(UActorChannel) == 0x000008, "Wrong alignment on UActorChannel"); \ +static_assert(sizeof(UActorChannel) == 0x000290, "Wrong size on UActorChannel"); \ +static_assert(offsetof(UActorChannel, Actor) == 0x000068, "Member 'UActorChannel::Actor' has a wrong offset!"); \ +static_assert(offsetof(UActorChannel, CreateSubObjects) == 0x000158, "Member 'UActorChannel::CreateSubObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AGameSession \ +static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ +static_assert(sizeof(AGameSession) == 0x000240, "Wrong size on AGameSession"); \ +static_assert(offsetof(AGameSession, MaxSpectators) == 0x000228, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPlayers) == 0x00022C, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPartySize) == 0x000230, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x000234, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x000235, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, SessionName) == 0x000238, "Member 'AGameSession::SessionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineTypes \ +static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ +static_assert(sizeof(UEngineTypes) == 0x000028, "Wrong size on UEngineTypes"); \ + +#define DUMPER7_ASSERTS_MaterialBillboardComponent_AddElement \ +static_assert(alignof(MaterialBillboardComponent_AddElement) == 0x000008, "Wrong alignment on MaterialBillboardComponent_AddElement"); \ +static_assert(sizeof(MaterialBillboardComponent_AddElement) == 0x000028, "Wrong size on MaterialBillboardComponent_AddElement"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, Material) == 0x000000, "Member 'MaterialBillboardComponent_AddElement::Material' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, DistanceToOpacityCurve) == 0x000008, "Member 'MaterialBillboardComponent_AddElement::DistanceToOpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, bSizeIsInScreenSpace) == 0x000010, "Member 'MaterialBillboardComponent_AddElement::bSizeIsInScreenSpace' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, BaseSizeX) == 0x000014, "Member 'MaterialBillboardComponent_AddElement::BaseSizeX' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, BaseSizeY) == 0x000018, "Member 'MaterialBillboardComponent_AddElement::BaseSizeY' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, DistanceToSizeCurve) == 0x000020, "Member 'MaterialBillboardComponent_AddElement::DistanceToSizeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialBillboardComponent_SetElements \ +static_assert(alignof(MaterialBillboardComponent_SetElements) == 0x000008, "Wrong alignment on MaterialBillboardComponent_SetElements"); \ +static_assert(sizeof(MaterialBillboardComponent_SetElements) == 0x000010, "Wrong size on MaterialBillboardComponent_SetElements"); \ +static_assert(offsetof(MaterialBillboardComponent_SetElements, NewElements) == 0x000000, "Member 'MaterialBillboardComponent_SetElements::NewElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialBillboardComponent \ +static_assert(alignof(UMaterialBillboardComponent) == 0x000010, "Wrong alignment on UMaterialBillboardComponent"); \ +static_assert(sizeof(UMaterialBillboardComponent) == 0x000460, "Wrong size on UMaterialBillboardComponent"); \ +static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000450, "Member 'UMaterialBillboardComponent::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSize \ +static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ +static_assert(sizeof(UMaterialExpressionParticleSize) == 0x000040, "Wrong size on UMaterialExpressionParticleSize"); \ + +#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_UAnimationAsset \ +static_assert(alignof(UAnimationAsset) == 0x000008, "Wrong alignment on UAnimationAsset"); \ +static_assert(sizeof(UAnimationAsset) == 0x000080, "Wrong size on UAnimationAsset"); \ +static_assert(offsetof(UAnimationAsset, Skeleton) == 0x000038, "Member 'UAnimationAsset::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, MetaData) == 0x000060, "Member 'UAnimationAsset::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, AssetUserData) == 0x000070, "Member 'UAnimationAsset::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpaceBase \ +static_assert(alignof(UBlendSpaceBase) == 0x000008, "Wrong alignment on UBlendSpaceBase"); \ +static_assert(sizeof(UBlendSpaceBase) == 0x000148, "Wrong size on UBlendSpaceBase"); \ +static_assert(offsetof(UBlendSpaceBase, bRotationBlendInMeshSpace) == 0x000088, "Member 'UBlendSpaceBase::bRotationBlendInMeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, AnimLength) == 0x00008C, "Member 'UBlendSpaceBase::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, InterpolationParam) == 0x000090, "Member 'UBlendSpaceBase::InterpolationParam' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, TargetWeightInterpolationSpeedPerSec) == 0x0000A8, "Member 'UBlendSpaceBase::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, NotifyTriggerMode) == 0x0000AC, "Member 'UBlendSpaceBase::NotifyTriggerMode' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, PerBoneBlend) == 0x0000B0, "Member 'UBlendSpaceBase::PerBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, SampleIndexWithMarkers) == 0x0000C0, "Member 'UBlendSpaceBase::SampleIndexWithMarkers' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, SampleData) == 0x0000C8, "Member 'UBlendSpaceBase::SampleData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, GridSamples) == 0x0000D8, "Member 'UBlendSpaceBase::GridSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, BlendParameters) == 0x0000E8, "Member 'UBlendSpaceBase::BlendParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace \ +static_assert(alignof(UBlendSpace) == 0x000008, "Wrong alignment on UBlendSpace"); \ +static_assert(sizeof(UBlendSpace) == 0x000150, "Wrong size on UBlendSpace"); \ +static_assert(offsetof(UBlendSpace, AxisToScaleAnimation) == 0x000148, "Member 'UBlendSpace::AxisToScaleAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace \ +static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ +static_assert(sizeof(UAimOffsetBlendSpace) == 0x000150, "Wrong size on UAimOffsetBlendSpace"); \ + +#define DUMPER7_ASSERTS_UOnlineBlueprintCallProxyBase \ +static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ +static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000030, "Wrong size on UOnlineBlueprintCallProxyBase"); \ + +#define DUMPER7_ASSERTS_UNetDriver \ +static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ +static_assert(sizeof(UNetDriver) == 0x000760, "Wrong size on UNetDriver"); \ +static_assert(offsetof(UNetDriver, NetConnectionClassName) == 0x000030, "Member 'UNetDriver::NetConnectionClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClassName) == 0x000040, "Member 'UNetDriver::ReplicationDriverClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxDownloadSize) == 0x000050, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x000058, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x00005C, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x000060, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxClientRate) == 0x000064, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x000068, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x00006C, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x000070, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x000074, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x000078, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x00007C, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x000080, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bNoTimeouts) == 0x000084, "Member 'UNetDriver::bNoTimeouts' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bNeverApplyNetworkEmulationSettings) == 0x000085, "Member 'UNetDriver::bNeverApplyNetworkEmulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerConnection) == 0x000088, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ClientConnections) == 0x000090, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000100, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, World) == 0x000140, "Member 'UNetDriver::World' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, WorldPackage) == 0x000148, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x000170, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x000178, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetDriverName) == 0x000190, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x000198, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x0001A8, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x0001F8, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, Time) == 0x000210, "Member 'UNetDriver::Time' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x000700, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UOnlineSession \ +static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ +static_assert(sizeof(UOnlineSession) == 0x000028, "Wrong size on UOnlineSession"); \ + +#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_UControlChannel \ +static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ +static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ + +#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_AExponentialHeightFog \ +static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ +static_assert(sizeof(AExponentialHeightFog) == 0x000238, "Wrong size on AExponentialHeightFog"); \ +static_assert(offsetof(AExponentialHeightFog, Component) == 0x000228, "Member 'AExponentialHeightFog::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UWorldSubsystem \ +static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ +static_assert(sizeof(UWorldSubsystem) == 0x000030, "Wrong size on UWorldSubsystem"); \ + +#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_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_UMaterialExpressionParticleRandom \ +static_assert(alignof(UMaterialExpressionParticleRandom) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRandom"); \ +static_assert(sizeof(UMaterialExpressionParticleRandom) == 0x000040, "Wrong size on UMaterialExpressionParticleRandom"); \ + +#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_VOIPTalker_CreateTalkerForPlayer \ +static_assert(alignof(VOIPTalker_CreateTalkerForPlayer) == 0x000008, "Wrong alignment on VOIPTalker_CreateTalkerForPlayer"); \ +static_assert(sizeof(VOIPTalker_CreateTalkerForPlayer) == 0x000010, "Wrong size on VOIPTalker_CreateTalkerForPlayer"); \ +static_assert(offsetof(VOIPTalker_CreateTalkerForPlayer, OwningState) == 0x000000, "Member 'VOIPTalker_CreateTalkerForPlayer::OwningState' has a wrong offset!"); \ +static_assert(offsetof(VOIPTalker_CreateTalkerForPlayer, ReturnValue) == 0x000008, "Member 'VOIPTalker_CreateTalkerForPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_BPOnTalkingBegin \ +static_assert(alignof(VOIPTalker_BPOnTalkingBegin) == 0x000008, "Wrong alignment on VOIPTalker_BPOnTalkingBegin"); \ +static_assert(sizeof(VOIPTalker_BPOnTalkingBegin) == 0x000008, "Wrong size on VOIPTalker_BPOnTalkingBegin"); \ +static_assert(offsetof(VOIPTalker_BPOnTalkingBegin, AudioComponent) == 0x000000, "Member 'VOIPTalker_BPOnTalkingBegin::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_GetVoiceLevel \ +static_assert(alignof(VOIPTalker_GetVoiceLevel) == 0x000004, "Wrong alignment on VOIPTalker_GetVoiceLevel"); \ +static_assert(sizeof(VOIPTalker_GetVoiceLevel) == 0x000004, "Wrong size on VOIPTalker_GetVoiceLevel"); \ +static_assert(offsetof(VOIPTalker_GetVoiceLevel, ReturnValue) == 0x000000, "Member 'VOIPTalker_GetVoiceLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_RegisterWithPlayerState \ +static_assert(alignof(VOIPTalker_RegisterWithPlayerState) == 0x000008, "Wrong alignment on VOIPTalker_RegisterWithPlayerState"); \ +static_assert(sizeof(VOIPTalker_RegisterWithPlayerState) == 0x000008, "Wrong size on VOIPTalker_RegisterWithPlayerState"); \ +static_assert(offsetof(VOIPTalker_RegisterWithPlayerState, OwningState) == 0x000000, "Member 'VOIPTalker_RegisterWithPlayerState::OwningState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVOIPTalker \ +static_assert(alignof(UVOIPTalker) == 0x000008, "Wrong alignment on UVOIPTalker"); \ +static_assert(sizeof(UVOIPTalker) == 0x0000E8, "Wrong size on UVOIPTalker"); \ +static_assert(offsetof(UVOIPTalker, Settings) == 0x0000B0, "Member 'UVOIPTalker::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ +static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ +static_assert(sizeof(UMaterialExpressionVertexColor) == 0x000040, "Wrong size on UMaterialExpressionVertexColor"); \ + +#define DUMPER7_ASSERTS_GameMode_K2_OnSetMatchState \ +static_assert(alignof(GameMode_K2_OnSetMatchState) == 0x000004, "Wrong alignment on GameMode_K2_OnSetMatchState"); \ +static_assert(sizeof(GameMode_K2_OnSetMatchState) == 0x000008, "Wrong size on GameMode_K2_OnSetMatchState"); \ +static_assert(offsetof(GameMode_K2_OnSetMatchState, NewState) == 0x000000, "Member 'GameMode_K2_OnSetMatchState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_ReadyToEndMatch \ +static_assert(alignof(GameMode_ReadyToEndMatch) == 0x000001, "Wrong alignment on GameMode_ReadyToEndMatch"); \ +static_assert(sizeof(GameMode_ReadyToEndMatch) == 0x000001, "Wrong size on GameMode_ReadyToEndMatch"); \ +static_assert(offsetof(GameMode_ReadyToEndMatch, ReturnValue) == 0x000000, "Member 'GameMode_ReadyToEndMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_ReadyToStartMatch \ +static_assert(alignof(GameMode_ReadyToStartMatch) == 0x000001, "Wrong alignment on GameMode_ReadyToStartMatch"); \ +static_assert(sizeof(GameMode_ReadyToStartMatch) == 0x000001, "Wrong size on GameMode_ReadyToStartMatch"); \ +static_assert(offsetof(GameMode_ReadyToStartMatch, ReturnValue) == 0x000000, "Member 'GameMode_ReadyToStartMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_Say \ +static_assert(alignof(GameMode_Say) == 0x000008, "Wrong alignment on GameMode_Say"); \ +static_assert(sizeof(GameMode_Say) == 0x000010, "Wrong size on GameMode_Say"); \ +static_assert(offsetof(GameMode_Say, Msg) == 0x000000, "Member 'GameMode_Say::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_SetBandwidthLimit \ +static_assert(alignof(GameMode_SetBandwidthLimit) == 0x000004, "Wrong alignment on GameMode_SetBandwidthLimit"); \ +static_assert(sizeof(GameMode_SetBandwidthLimit) == 0x000004, "Wrong size on GameMode_SetBandwidthLimit"); \ +static_assert(offsetof(GameMode_SetBandwidthLimit, AsyncIOBandwidthLimit) == 0x000000, "Member 'GameMode_SetBandwidthLimit::AsyncIOBandwidthLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_GetMatchState \ +static_assert(alignof(GameMode_GetMatchState) == 0x000004, "Wrong alignment on GameMode_GetMatchState"); \ +static_assert(sizeof(GameMode_GetMatchState) == 0x000008, "Wrong size on GameMode_GetMatchState"); \ +static_assert(offsetof(GameMode_GetMatchState, ReturnValue) == 0x000000, "Member 'GameMode_GetMatchState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_IsMatchInProgress \ +static_assert(alignof(GameMode_IsMatchInProgress) == 0x000001, "Wrong alignment on GameMode_IsMatchInProgress"); \ +static_assert(sizeof(GameMode_IsMatchInProgress) == 0x000001, "Wrong size on GameMode_IsMatchInProgress"); \ +static_assert(offsetof(GameMode_IsMatchInProgress, ReturnValue) == 0x000000, "Member 'GameMode_IsMatchInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameMode \ +static_assert(alignof(AGameMode) == 0x000008, "Wrong alignment on AGameMode"); \ +static_assert(sizeof(AGameMode) == 0x000310, "Wrong size on AGameMode"); \ +static_assert(offsetof(AGameMode, MatchState) == 0x0002C8, "Member 'AGameMode::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumSpectators) == 0x0002D4, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumPlayers) == 0x0002D8, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumBots) == 0x0002DC, "Member 'AGameMode::NumBots' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x0002E0, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x0002E4, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, EngineMessageClass) == 0x0002E8, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x0002F0, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000300, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x000304, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000308, "Member 'AGameMode::bHandleDedicatedServerReplays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompositeBase \ +static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ +static_assert(sizeof(UAnimCompositeBase) == 0x0000A8, "Wrong size on UAnimCompositeBase"); \ + +#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_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_ARigidBodyBase \ +static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ +static_assert(sizeof(ARigidBodyBase) == 0x000228, "Wrong size on ARigidBodyBase"); \ + +#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_UMaterialExpressionTextureSampleParameter2D \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ + +#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_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_UMaterialExpressionRerouteBase \ +static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase \ +static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteUsage \ +static_assert(alignof(UMaterialExpressionNamedRerouteUsage) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteUsage) == 0x000058, "Wrong size on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, Declaration) == 0x000040, "Member 'UMaterialExpressionNamedRerouteUsage::Declaration' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, DeclarationGuid) == 0x000048, "Member 'UMaterialExpressionNamedRerouteUsage::DeclarationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_GetQuaternionAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetQuaternionAtSplineInputKey) == 0x000010, "Wrong alignment on SplineComponent_GetQuaternionAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetQuaternionAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetQuaternionAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetQuaternionAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetQuaternionAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetQuaternionAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetQuaternionAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetQuaternionAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetQuaternionAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtTime \ +static_assert(alignof(SplineComponent_GetRightVectorAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtTime) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtTime"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRightVectorAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRightVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x00000C, "Wrong size on SplineComponent_GetRollAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRollAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRollAtSplineInputKey) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRollAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRollAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRollAtSplinePoint) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRollAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtTime \ +static_assert(alignof(SplineComponent_GetRollAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtTime"); \ +static_assert(sizeof(SplineComponent_GetRollAtTime) == 0x00000C, "Wrong size on SplineComponent_GetRollAtTime"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRollAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRollAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRotationAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRotationAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRotationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtTime \ +static_assert(alignof(SplineComponent_GetRotationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetRotationAtTime) == 0x000014, "Wrong size on SplineComponent_GetRotationAtTime"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRotationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetScaleAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplineInputKey) == 0x000010, "Wrong size on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetScaleAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_GetScaleAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtTime \ +static_assert(alignof(SplineComponent_GetScaleAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtTime"); \ +static_assert(sizeof(SplineComponent_GetScaleAtTime) == 0x000014, "Wrong size on SplineComponent_GetScaleAtTime"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, Time) == 0x000000, "Member 'SplineComponent_GetScaleAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetScaleAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplineLength \ +static_assert(alignof(SplineComponent_GetSplineLength) == 0x000004, "Wrong alignment on SplineComponent_GetSplineLength"); \ +static_assert(sizeof(SplineComponent_GetSplineLength) == 0x000004, "Wrong size on SplineComponent_GetSplineLength"); \ +static_assert(offsetof(SplineComponent_GetSplineLength, ReturnValue) == 0x000000, "Member 'SplineComponent_GetSplineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplinePointType \ +static_assert(alignof(SplineComponent_GetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_GetSplinePointType"); \ +static_assert(sizeof(SplineComponent_GetSplinePointType) == 0x000008, "Wrong size on SplineComponent_GetSplinePointType"); \ +static_assert(offsetof(SplineComponent_GetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_GetSplinePointType::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointType, ReturnValue) == 0x000004, "Member 'SplineComponent_GetSplinePointType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetTangentAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTangentAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtTime \ +static_assert(alignof(SplineComponent_GetTangentAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtTime"); \ +static_assert(sizeof(SplineComponent_GetTangentAtTime) == 0x000014, "Wrong size on SplineComponent_GetTangentAtTime"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTangentAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTangentAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000040, "Wrong size on SplineComponent_GetTransformAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetTransformAtSplineInputKey) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTransformAtSplineInputKey) == 0x000040, "Wrong size on SplineComponent_GetTransformAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTransformAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplineInputKey::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplinePoint \ +static_assert(alignof(SplineComponent_GetTransformAtSplinePoint) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTransformAtSplinePoint) == 0x000040, "Wrong size on SplineComponent_GetTransformAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTransformAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplinePoint::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtTime \ +static_assert(alignof(SplineComponent_GetTransformAtTime) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtTime"); \ +static_assert(sizeof(SplineComponent_GetTransformAtTime) == 0x000040, "Wrong size on SplineComponent_GetTransformAtTime"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTransformAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTransformAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseScale) == 0x000006, "Member 'SplineComponent_GetTransformAtTime::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtTime \ +static_assert(alignof(SplineComponent_GetUpVectorAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtTime) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtTime"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetUpVectorAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetUpVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x000018, "Wrong size on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, PropertyName) == 0x000004, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplinePoint \ +static_assert(alignof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x000018, "Wrong size on SplineComponent_GetVectorPropertyAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplinePoint, Index_0) == 0x000000, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplinePoint, PropertyName) == 0x000004, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplinePoint, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtTime \ +static_assert(alignof(SplineComponent_GetWorldDirectionAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldDirectionAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldDirectionAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldDirectionAtTime"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldDirectionAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldDirectionAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldDirectionAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetWorldLocationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtTime \ +static_assert(alignof(SplineComponent_GetWorldLocationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldLocationAtTime"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldLocationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtTime \ +static_assert(alignof(SplineComponent_GetWorldRotationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldRotationAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldRotationAtTime"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldRotationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldRotationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldTangentAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldTangentAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_IsClosedLoop \ +static_assert(alignof(SplineComponent_IsClosedLoop) == 0x000001, "Wrong alignment on SplineComponent_IsClosedLoop"); \ +static_assert(sizeof(SplineComponent_IsClosedLoop) == 0x000001, "Wrong size on SplineComponent_IsClosedLoop"); \ +static_assert(offsetof(SplineComponent_IsClosedLoop, ReturnValue) == 0x000000, "Member 'SplineComponent_IsClosedLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineComponent \ +static_assert(alignof(USplineComponent) == 0x000010, "Wrong alignment on USplineComponent"); \ +static_assert(sizeof(USplineComponent) == 0x000550, "Wrong size on USplineComponent"); \ +static_assert(offsetof(USplineComponent, SplineCurves) == 0x000450, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineInfo) == 0x0004C0, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x0004D8, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x0004F0, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x000508, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x000520, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x000524, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, Duration) == 0x000528, "Member 'USplineComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x00052C, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x00052D, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x00052E, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x00052F, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bDrawDebug) == 0x000530, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bClosedLoop) == 0x000531, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x000532, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LoopPosition) == 0x000534, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000538, "Member 'USplineComponent::DefaultUpVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UAssetImportData \ +static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ +static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ + +#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_UMaterialExpressionPrecomputedAOMask \ +static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ +static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x000040, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ + +#define DUMPER7_ASSERTS_Controller_CastToPlayerController \ +static_assert(alignof(Controller_CastToPlayerController) == 0x000008, "Wrong alignment on Controller_CastToPlayerController"); \ +static_assert(sizeof(Controller_CastToPlayerController) == 0x000008, "Wrong size on Controller_CastToPlayerController"); \ +static_assert(offsetof(Controller_CastToPlayerController, ReturnValue) == 0x000000, "Member 'Controller_CastToPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ClientSetLocation \ +static_assert(alignof(Controller_ClientSetLocation) == 0x000004, "Wrong alignment on Controller_ClientSetLocation"); \ +static_assert(sizeof(Controller_ClientSetLocation) == 0x000018, "Wrong size on Controller_ClientSetLocation"); \ +static_assert(offsetof(Controller_ClientSetLocation, NewLocation) == 0x000000, "Member 'Controller_ClientSetLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Controller_ClientSetLocation, NewRotation) == 0x00000C, "Member 'Controller_ClientSetLocation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ClientSetRotation \ +static_assert(alignof(Controller_ClientSetRotation) == 0x000004, "Wrong alignment on Controller_ClientSetRotation"); \ +static_assert(sizeof(Controller_ClientSetRotation) == 0x000010, "Wrong size on Controller_ClientSetRotation"); \ +static_assert(offsetof(Controller_ClientSetRotation, NewRotation) == 0x000000, "Member 'Controller_ClientSetRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Controller_ClientSetRotation, bResetCamera) == 0x00000C, "Member 'Controller_ClientSetRotation::bResetCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_Possess \ +static_assert(alignof(Controller_Possess) == 0x000008, "Wrong alignment on Controller_Possess"); \ +static_assert(sizeof(Controller_Possess) == 0x000008, "Wrong size on Controller_Possess"); \ +static_assert(offsetof(Controller_Possess, InPawn) == 0x000000, "Member 'Controller_Possess::InPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveInstigatedAnyDamage \ +static_assert(alignof(Controller_ReceiveInstigatedAnyDamage) == 0x000008, "Wrong alignment on Controller_ReceiveInstigatedAnyDamage"); \ +static_assert(sizeof(Controller_ReceiveInstigatedAnyDamage) == 0x000020, "Wrong size on Controller_ReceiveInstigatedAnyDamage"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, Damage) == 0x000000, "Member 'Controller_ReceiveInstigatedAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamageType) == 0x000008, "Member 'Controller_ReceiveInstigatedAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamagedActor) == 0x000010, "Member 'Controller_ReceiveInstigatedAnyDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamageCauser) == 0x000018, "Member 'Controller_ReceiveInstigatedAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceivePossess \ +static_assert(alignof(Controller_ReceivePossess) == 0x000008, "Wrong alignment on Controller_ReceivePossess"); \ +static_assert(sizeof(Controller_ReceivePossess) == 0x000008, "Wrong size on Controller_ReceivePossess"); \ +static_assert(offsetof(Controller_ReceivePossess, PossessedPawn) == 0x000000, "Member 'Controller_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveUnPossess \ +static_assert(alignof(Controller_ReceiveUnPossess) == 0x000008, "Wrong alignment on Controller_ReceiveUnPossess"); \ +static_assert(sizeof(Controller_ReceiveUnPossess) == 0x000008, "Wrong size on Controller_ReceiveUnPossess"); \ +static_assert(offsetof(Controller_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'Controller_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetControlRotation \ +static_assert(alignof(Controller_SetControlRotation) == 0x000004, "Wrong alignment on Controller_SetControlRotation"); \ +static_assert(sizeof(Controller_SetControlRotation) == 0x00000C, "Wrong size on Controller_SetControlRotation"); \ +static_assert(offsetof(Controller_SetControlRotation, NewRotation) == 0x000000, "Member 'Controller_SetControlRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetIgnoreLookInput \ +static_assert(alignof(Controller_SetIgnoreLookInput) == 0x000001, "Wrong alignment on Controller_SetIgnoreLookInput"); \ +static_assert(sizeof(Controller_SetIgnoreLookInput) == 0x000001, "Wrong size on Controller_SetIgnoreLookInput"); \ +static_assert(offsetof(Controller_SetIgnoreLookInput, bNewLookInput) == 0x000000, "Member 'Controller_SetIgnoreLookInput::bNewLookInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetIgnoreMoveInput \ +static_assert(alignof(Controller_SetIgnoreMoveInput) == 0x000001, "Wrong alignment on Controller_SetIgnoreMoveInput"); \ +static_assert(sizeof(Controller_SetIgnoreMoveInput) == 0x000001, "Wrong size on Controller_SetIgnoreMoveInput"); \ +static_assert(offsetof(Controller_SetIgnoreMoveInput, bNewMoveInput) == 0x000000, "Member 'Controller_SetIgnoreMoveInput::bNewMoveInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetInitialLocationAndRotation \ +static_assert(alignof(Controller_SetInitialLocationAndRotation) == 0x000004, "Wrong alignment on Controller_SetInitialLocationAndRotation"); \ +static_assert(sizeof(Controller_SetInitialLocationAndRotation) == 0x000018, "Wrong size on Controller_SetInitialLocationAndRotation"); \ +static_assert(offsetof(Controller_SetInitialLocationAndRotation, NewLocation) == 0x000000, "Member 'Controller_SetInitialLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Controller_SetInitialLocationAndRotation, NewRotation) == 0x00000C, "Member 'Controller_SetInitialLocationAndRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetControlRotation \ +static_assert(alignof(Controller_GetControlRotation) == 0x000004, "Wrong alignment on Controller_GetControlRotation"); \ +static_assert(sizeof(Controller_GetControlRotation) == 0x00000C, "Wrong size on Controller_GetControlRotation"); \ +static_assert(offsetof(Controller_GetControlRotation, ReturnValue) == 0x000000, "Member 'Controller_GetControlRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetDesiredRotation \ +static_assert(alignof(Controller_GetDesiredRotation) == 0x000004, "Wrong alignment on Controller_GetDesiredRotation"); \ +static_assert(sizeof(Controller_GetDesiredRotation) == 0x00000C, "Wrong size on Controller_GetDesiredRotation"); \ +static_assert(offsetof(Controller_GetDesiredRotation, ReturnValue) == 0x000000, "Member 'Controller_GetDesiredRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetViewTarget \ +static_assert(alignof(Controller_GetViewTarget) == 0x000008, "Wrong alignment on Controller_GetViewTarget"); \ +static_assert(sizeof(Controller_GetViewTarget) == 0x000008, "Wrong size on Controller_GetViewTarget"); \ +static_assert(offsetof(Controller_GetViewTarget, ReturnValue) == 0x000000, "Member 'Controller_GetViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsLocalController \ +static_assert(alignof(Controller_IsLocalController) == 0x000001, "Wrong alignment on Controller_IsLocalController"); \ +static_assert(sizeof(Controller_IsLocalController) == 0x000001, "Wrong size on Controller_IsLocalController"); \ +static_assert(offsetof(Controller_IsLocalController, ReturnValue) == 0x000000, "Member 'Controller_IsLocalController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsLocalPlayerController \ +static_assert(alignof(Controller_IsLocalPlayerController) == 0x000001, "Wrong alignment on Controller_IsLocalPlayerController"); \ +static_assert(sizeof(Controller_IsLocalPlayerController) == 0x000001, "Wrong size on Controller_IsLocalPlayerController"); \ +static_assert(offsetof(Controller_IsLocalPlayerController, ReturnValue) == 0x000000, "Member 'Controller_IsLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsLookInputIgnored \ +static_assert(alignof(Controller_IsLookInputIgnored) == 0x000001, "Wrong alignment on Controller_IsLookInputIgnored"); \ +static_assert(sizeof(Controller_IsLookInputIgnored) == 0x000001, "Wrong size on Controller_IsLookInputIgnored"); \ +static_assert(offsetof(Controller_IsLookInputIgnored, ReturnValue) == 0x000000, "Member 'Controller_IsLookInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsMoveInputIgnored \ +static_assert(alignof(Controller_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Controller_IsMoveInputIgnored"); \ +static_assert(sizeof(Controller_IsMoveInputIgnored) == 0x000001, "Wrong size on Controller_IsMoveInputIgnored"); \ +static_assert(offsetof(Controller_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Controller_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsPlayerController \ +static_assert(alignof(Controller_IsPlayerController) == 0x000001, "Wrong alignment on Controller_IsPlayerController"); \ +static_assert(sizeof(Controller_IsPlayerController) == 0x000001, "Wrong size on Controller_IsPlayerController"); \ +static_assert(offsetof(Controller_IsPlayerController, ReturnValue) == 0x000000, "Member 'Controller_IsPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_K2_GetPawn \ +static_assert(alignof(Controller_K2_GetPawn) == 0x000008, "Wrong alignment on Controller_K2_GetPawn"); \ +static_assert(sizeof(Controller_K2_GetPawn) == 0x000008, "Wrong size on Controller_K2_GetPawn"); \ +static_assert(offsetof(Controller_K2_GetPawn, ReturnValue) == 0x000000, "Member 'Controller_K2_GetPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_LineOfSightTo \ +static_assert(alignof(Controller_LineOfSightTo) == 0x000008, "Wrong alignment on Controller_LineOfSightTo"); \ +static_assert(sizeof(Controller_LineOfSightTo) == 0x000018, "Wrong size on Controller_LineOfSightTo"); \ +static_assert(offsetof(Controller_LineOfSightTo, Other) == 0x000000, "Member 'Controller_LineOfSightTo::Other' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, ViewPoint) == 0x000008, "Member 'Controller_LineOfSightTo::ViewPoint' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, bAlternateChecks) == 0x000014, "Member 'Controller_LineOfSightTo::bAlternateChecks' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, ReturnValue) == 0x000015, "Member 'Controller_LineOfSightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AController \ +static_assert(alignof(AController) == 0x000008, "Wrong alignment on AController"); \ +static_assert(sizeof(AController) == 0x0002A0, "Wrong size on AController"); \ +static_assert(offsetof(AController, PlayerState) == 0x000230, "Member 'AController::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x000240, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, StateName) == 0x000250, "Member 'AController::StateName' has a wrong offset!"); \ +static_assert(offsetof(AController, Pawn) == 0x000258, "Member 'AController::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AController, Character) == 0x000268, "Member 'AController::Character' has a wrong offset!"); \ +static_assert(offsetof(AController, TransformComponent) == 0x000270, "Member 'AController::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(AController, ControlRotation) == 0x000290, "Member 'AController::ControlRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ActivateTouchInterface \ +static_assert(alignof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong alignment on PlayerController_ActivateTouchInterface"); \ +static_assert(sizeof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong size on PlayerController_ActivateTouchInterface"); \ +static_assert(offsetof(PlayerController_ActivateTouchInterface, NewTouchInterface) == 0x000000, "Member 'PlayerController_ActivateTouchInterface::NewTouchInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddPitchInput \ +static_assert(alignof(PlayerController_AddPitchInput) == 0x000004, "Wrong alignment on PlayerController_AddPitchInput"); \ +static_assert(sizeof(PlayerController_AddPitchInput) == 0x000004, "Wrong size on PlayerController_AddPitchInput"); \ +static_assert(offsetof(PlayerController_AddPitchInput, Val) == 0x000000, "Member 'PlayerController_AddPitchInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddRollInput \ +static_assert(alignof(PlayerController_AddRollInput) == 0x000004, "Wrong alignment on PlayerController_AddRollInput"); \ +static_assert(sizeof(PlayerController_AddRollInput) == 0x000004, "Wrong size on PlayerController_AddRollInput"); \ +static_assert(offsetof(PlayerController_AddRollInput, Val) == 0x000000, "Member 'PlayerController_AddRollInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddYawInput \ +static_assert(alignof(PlayerController_AddYawInput) == 0x000004, "Wrong alignment on PlayerController_AddYawInput"); \ +static_assert(sizeof(PlayerController_AddYawInput) == 0x000004, "Wrong size on PlayerController_AddYawInput"); \ +static_assert(offsetof(PlayerController_AddYawInput, Val) == 0x000000, "Member 'PlayerController_AddYawInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_Camera \ +static_assert(alignof(PlayerController_Camera) == 0x000004, "Wrong alignment on PlayerController_Camera"); \ +static_assert(sizeof(PlayerController_Camera) == 0x000008, "Wrong size on PlayerController_Camera"); \ +static_assert(offsetof(PlayerController_Camera, NewMode) == 0x000000, "Member 'PlayerController_Camera::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_CanRestartPlayer \ +static_assert(alignof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong alignment on PlayerController_CanRestartPlayer"); \ +static_assert(sizeof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong size on PlayerController_CanRestartPlayer"); \ +static_assert(offsetof(PlayerController_CanRestartPlayer, ReturnValue) == 0x000000, "Member 'PlayerController_CanRestartPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc \ +static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000004, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000014, "Wrong size on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, InLoc) == 0x000000, "Member 'PlayerController_ClientAddTextureStreamingLoc::InLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, Duration) == 0x00000C, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x000010, "Member 'PlayerController_ClientAddTextureStreamingLoc::bOverrideLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth \ +static_assert(alignof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong alignment on PlayerController_ClientCapBandwidth"); \ +static_assert(sizeof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong size on PlayerController_ClientCapBandwidth"); \ +static_assert(offsetof(PlayerController_ClientCapBandwidth, Cap) == 0x000000, "Member 'PlayerController_ClientCapBandwidth::Cap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientEnableNetworkVoice \ +static_assert(alignof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong alignment on PlayerController_ClientEnableNetworkVoice"); \ +static_assert(sizeof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong size on PlayerController_ClientEnableNetworkVoice"); \ +static_assert(offsetof(PlayerController_ClientEnableNetworkVoice, bEnable) == 0x000000, "Member 'PlayerController_ClientEnableNetworkVoice::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientGameEnded \ +static_assert(alignof(PlayerController_ClientGameEnded) == 0x000008, "Wrong alignment on PlayerController_ClientGameEnded"); \ +static_assert(sizeof(PlayerController_ClientGameEnded) == 0x000010, "Wrong size on PlayerController_ClientGameEnded"); \ +static_assert(offsetof(PlayerController_ClientGameEnded, EndGameFocus) == 0x000000, "Member 'PlayerController_ClientGameEnded::EndGameFocus' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientGameEnded, bIsWinner) == 0x000008, "Member 'PlayerController_ClientGameEnded::bIsWinner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientGotoState \ +static_assert(alignof(PlayerController_ClientGotoState) == 0x000004, "Wrong alignment on PlayerController_ClientGotoState"); \ +static_assert(sizeof(PlayerController_ClientGotoState) == 0x000008, "Wrong size on PlayerController_ClientGotoState"); \ +static_assert(offsetof(PlayerController_ClientGotoState, NewState) == 0x000000, "Member 'PlayerController_ClientGotoState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientIgnoreLookInput \ +static_assert(alignof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreLookInput"); \ +static_assert(sizeof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreLookInput"); \ +static_assert(offsetof(PlayerController_ClientIgnoreLookInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreLookInput::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientIgnoreMoveInput \ +static_assert(alignof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreMoveInput"); \ +static_assert(sizeof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreMoveInput"); \ +static_assert(offsetof(PlayerController_ClientIgnoreMoveInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreMoveInput::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientMessage \ +static_assert(alignof(PlayerController_ClientMessage) == 0x000008, "Wrong alignment on PlayerController_ClientMessage"); \ +static_assert(sizeof(PlayerController_ClientMessage) == 0x000020, "Wrong size on PlayerController_ClientMessage"); \ +static_assert(offsetof(PlayerController_ClientMessage, S) == 0x000000, "Member 'PlayerController_ClientMessage::S' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientMessage, Type) == 0x000010, "Member 'PlayerController_ClientMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientMessage, MsgLifeTime) == 0x000018, "Member 'PlayerController_ClientMessage::MsgLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientMutePlayer \ +static_assert(alignof(PlayerController_ClientMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientMutePlayer"); \ +static_assert(sizeof(PlayerController_ClientMutePlayer) == 0x000028, "Wrong size on PlayerController_ClientMutePlayer"); \ +static_assert(offsetof(PlayerController_ClientMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientMutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlayCameraAnim \ +static_assert(alignof(PlayerController_ClientPlayCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientPlayCameraAnim"); \ +static_assert(sizeof(PlayerController_ClientPlayCameraAnim) == 0x000028, "Wrong size on PlayerController_ClientPlayCameraAnim"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, AnimToPlay) == 0x000000, "Member 'PlayerController_ClientPlayCameraAnim::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Scale) == 0x000008, "Member 'PlayerController_ClientPlayCameraAnim::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Rate) == 0x00000C, "Member 'PlayerController_ClientPlayCameraAnim::Rate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerController_ClientPlayCameraAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerController_ClientPlayCameraAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerController_ClientPlayCameraAnim::bLoop' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerController_ClientPlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Space) == 0x00001A, "Member 'PlayerController_ClientPlayCameraAnim::Space' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, CustomPlaySpace) == 0x00001C, "Member 'PlayerController_ClientPlayCameraAnim::CustomPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal \ +static_assert(alignof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000008, "Wrong alignment on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(sizeof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000018, "Wrong size on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientPlayForceFeedback_Internal::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, Params_0) == 0x000008, "Member 'PlayerController_ClientPlayForceFeedback_Internal::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlaySound \ +static_assert(alignof(PlayerController_ClientPlaySound) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySound"); \ +static_assert(sizeof(PlayerController_ClientPlaySound) == 0x000010, "Wrong size on PlayerController_ClientPlaySound"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySound::Sound' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, VolumeMultiplier) == 0x000008, "Member 'PlayerController_ClientPlaySound::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, PitchMultiplier) == 0x00000C, "Member 'PlayerController_ClientPlaySound::PitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlaySoundAtLocation \ +static_assert(alignof(PlayerController_ClientPlaySoundAtLocation) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySoundAtLocation"); \ +static_assert(sizeof(PlayerController_ClientPlaySoundAtLocation) == 0x000020, "Wrong size on PlayerController_ClientPlaySoundAtLocation"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Location) == 0x000008, "Member 'PlayerController_ClientPlaySoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, VolumeMultiplier) == 0x000014, "Member 'PlayerController_ClientPlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, PitchMultiplier) == 0x000018, "Member 'PlayerController_ClientPlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPrepareMapChange \ +static_assert(alignof(PlayerController_ClientPrepareMapChange) == 0x000004, "Wrong alignment on PlayerController_ClientPrepareMapChange"); \ +static_assert(sizeof(PlayerController_ClientPrepareMapChange) == 0x00000C, "Wrong size on PlayerController_ClientPrepareMapChange"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, LevelName) == 0x000000, "Member 'PlayerController_ClientPrepareMapChange::LevelName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bFirst) == 0x000008, "Member 'PlayerController_ClientPrepareMapChange::bFirst' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bLast) == 0x000009, "Member 'PlayerController_ClientPrepareMapChange::bLast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPrestreamTextures \ +static_assert(alignof(PlayerController_ClientPrestreamTextures) == 0x000008, "Wrong alignment on PlayerController_ClientPrestreamTextures"); \ +static_assert(sizeof(PlayerController_ClientPrestreamTextures) == 0x000018, "Wrong size on PlayerController_ClientPrestreamTextures"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForcedActor) == 0x000000, "Member 'PlayerController_ClientPrestreamTextures::ForcedActor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForceDuration) == 0x000008, "Member 'PlayerController_ClientPrestreamTextures::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, bEnableStreaming) == 0x00000C, "Member 'PlayerController_ClientPrestreamTextures::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, CinematicTextureGroups) == 0x000010, "Member 'PlayerController_ClientPrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReceiveLocalizedMessage \ +static_assert(alignof(PlayerController_ClientReceiveLocalizedMessage) == 0x000008, "Wrong alignment on PlayerController_ClientReceiveLocalizedMessage"); \ +static_assert(sizeof(PlayerController_ClientReceiveLocalizedMessage) == 0x000028, "Wrong size on PlayerController_ClientReceiveLocalizedMessage"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Message) == 0x000000, "Member 'PlayerController_ClientReceiveLocalizedMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Switch) == 0x000008, "Member 'PlayerController_ClientReceiveLocalizedMessage::Switch' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_1) == 0x000010, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_2) == 0x000018, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_2' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, OptionalObject) == 0x000020, "Member 'PlayerController_ClientReceiveLocalizedMessage::OptionalObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRepObjRef \ +static_assert(alignof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong alignment on PlayerController_ClientRepObjRef"); \ +static_assert(sizeof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong size on PlayerController_ClientRepObjRef"); \ +static_assert(offsetof(PlayerController_ClientRepObjRef, Object) == 0x000000, "Member 'PlayerController_ClientRepObjRef::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRestart \ +static_assert(alignof(PlayerController_ClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRestart"); \ +static_assert(sizeof(PlayerController_ClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRestart"); \ +static_assert(offsetof(PlayerController_ClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRestart::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRetryClientRestart \ +static_assert(alignof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRetryClientRestart"); \ +static_assert(sizeof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRetryClientRestart"); \ +static_assert(offsetof(PlayerController_ClientRetryClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRetryClientRestart::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenu \ +static_assert(alignof(PlayerController_ClientReturnToMainMenu) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenu"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenu) == 0x000010, "Wrong size on PlayerController_ClientReturnToMainMenu"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenu, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenu::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason \ +static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000018, "Wrong size on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenuWithTextReason, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenuWithTextReason::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade \ +static_assert(alignof(PlayerController_ClientSetCameraFade) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraFade"); \ +static_assert(sizeof(PlayerController_ClientSetCameraFade) == 0x000018, "Wrong size on PlayerController_ClientSetCameraFade"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bEnableFading) == 0x000000, "Member 'PlayerController_ClientSetCameraFade::bEnableFading' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeColor) == 0x000004, "Member 'PlayerController_ClientSetCameraFade::FadeColor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeAlpha) == 0x000008, "Member 'PlayerController_ClientSetCameraFade::FadeAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeTime) == 0x000010, "Member 'PlayerController_ClientSetCameraFade::FadeTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bFadeAudio) == 0x000014, "Member 'PlayerController_ClientSetCameraFade::bFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bHoldWhenFinished) == 0x000015, "Member 'PlayerController_ClientSetCameraFade::bHoldWhenFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraMode \ +static_assert(alignof(PlayerController_ClientSetCameraMode) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraMode"); \ +static_assert(sizeof(PlayerController_ClientSetCameraMode) == 0x000008, "Wrong size on PlayerController_ClientSetCameraMode"); \ +static_assert(offsetof(PlayerController_ClientSetCameraMode, NewCamMode) == 0x000000, "Member 'PlayerController_ClientSetCameraMode::NewCamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCinematicMode \ +static_assert(alignof(PlayerController_ClientSetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_ClientSetCinematicMode"); \ +static_assert(sizeof(PlayerController_ClientSetCinematicMode) == 0x000004, "Wrong size on PlayerController_ClientSetCinematicMode"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_ClientSetCinematicMode::bInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsMovement) == 0x000001, "Member 'PlayerController_ClientSetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsTurning) == 0x000002, "Member 'PlayerController_ClientSetCinematicMode::bAffectsTurning' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsHUD) == 0x000003, "Member 'PlayerController_ClientSetCinematicMode::bAffectsHUD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetForceMipLevelsToBeResident \ +static_assert(alignof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000008, "Wrong alignment on PlayerController_ClientSetForceMipLevelsToBeResident"); \ +static_assert(sizeof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000010, "Wrong size on PlayerController_ClientSetForceMipLevelsToBeResident"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, Material) == 0x000000, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::Material' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, ForceDuration) == 0x000008, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x00000C, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetHUD \ +static_assert(alignof(PlayerController_ClientSetHUD) == 0x000008, "Wrong alignment on PlayerController_ClientSetHUD"); \ +static_assert(sizeof(PlayerController_ClientSetHUD) == 0x000008, "Wrong size on PlayerController_ClientSetHUD"); \ +static_assert(offsetof(PlayerController_ClientSetHUD, NewHUDClass) == 0x000000, "Member 'PlayerController_ClientSetHUD::NewHUDClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetSpectatorWaiting \ +static_assert(alignof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ClientSetSpectatorWaiting"); \ +static_assert(sizeof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ClientSetSpectatorWaiting"); \ +static_assert(offsetof(PlayerController_ClientSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ClientSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetViewTarget \ +static_assert(alignof(PlayerController_ClientSetViewTarget) == 0x000008, "Wrong alignment on PlayerController_ClientSetViewTarget"); \ +static_assert(sizeof(PlayerController_ClientSetViewTarget) == 0x000018, "Wrong size on PlayerController_ClientSetViewTarget"); \ +static_assert(offsetof(PlayerController_ClientSetViewTarget, A) == 0x000000, "Member 'PlayerController_ClientSetViewTarget::A' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetViewTarget, TransitionParams) == 0x000008, "Member 'PlayerController_ClientSetViewTarget::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSpawnCameraLensEffect \ +static_assert(alignof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnCameraLensEffect"); \ +static_assert(sizeof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnCameraLensEffect"); \ +static_assert(offsetof(PlayerController_ClientSpawnCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShake \ +static_assert(alignof(PlayerController_ClientStartCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStartCameraShake) == 0x000020, "Wrong size on PlayerController_ClientStartCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, Scale) == 0x000008, "Member 'PlayerController_ClientStartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerController_ClientStartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerController_ClientStartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShakeFromSource \ +static_assert(alignof(PlayerController_ClientStartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShakeFromSource"); \ +static_assert(sizeof(PlayerController_ClientStartCameraShakeFromSource) == 0x000010, "Wrong size on PlayerController_ClientStartCameraShakeFromSource"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerController_ClientStartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraAnim \ +static_assert(alignof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraAnim"); \ +static_assert(sizeof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong size on PlayerController_ClientStopCameraAnim"); \ +static_assert(offsetof(PlayerController_ClientStopCameraAnim, AnimToStop) == 0x000000, "Member 'PlayerController_ClientStopCameraAnim::AnimToStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake \ +static_assert(alignof(PlayerController_ClientStopCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShake) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStopCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource \ +static_assert(alignof(PlayerController_ClientStopCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShakesFromSource) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerController_ClientStopCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback \ +static_assert(alignof(PlayerController_ClientStopForceFeedback) == 0x000008, "Wrong alignment on PlayerController_ClientStopForceFeedback"); \ +static_assert(sizeof(PlayerController_ClientStopForceFeedback) == 0x000010, "Wrong size on PlayerController_ClientStopForceFeedback"); \ +static_assert(offsetof(PlayerController_ClientStopForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientStopForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopForceFeedback, Tag) == 0x000008, "Member 'PlayerController_ClientStopForceFeedback::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTeamMessage \ +static_assert(alignof(PlayerController_ClientTeamMessage) == 0x000008, "Wrong alignment on PlayerController_ClientTeamMessage"); \ +static_assert(sizeof(PlayerController_ClientTeamMessage) == 0x000028, "Wrong size on PlayerController_ClientTeamMessage"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, SenderPlayerState) == 0x000000, "Member 'PlayerController_ClientTeamMessage::SenderPlayerState' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, S) == 0x000008, "Member 'PlayerController_ClientTeamMessage::S' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, Type) == 0x000018, "Member 'PlayerController_ClientTeamMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, MsgLifeTime) == 0x000020, "Member 'PlayerController_ClientTeamMessage::MsgLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTravel \ +static_assert(alignof(PlayerController_ClientTravel) == 0x000008, "Wrong alignment on PlayerController_ClientTravel"); \ +static_assert(sizeof(PlayerController_ClientTravel) == 0x000028, "Wrong size on PlayerController_ClientTravel"); \ +static_assert(offsetof(PlayerController_ClientTravel, URL) == 0x000000, "Member 'PlayerController_ClientTravel::URL' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, TravelType) == 0x000010, "Member 'PlayerController_ClientTravel::TravelType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravel::bSeamless' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravel::MapPackageGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTravelInternal \ +static_assert(alignof(PlayerController_ClientTravelInternal) == 0x000008, "Wrong alignment on PlayerController_ClientTravelInternal"); \ +static_assert(sizeof(PlayerController_ClientTravelInternal) == 0x000028, "Wrong size on PlayerController_ClientTravelInternal"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, URL) == 0x000000, "Member 'PlayerController_ClientTravelInternal::URL' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, TravelType) == 0x000010, "Member 'PlayerController_ClientTravelInternal::TravelType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravelInternal::bSeamless' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravelInternal::MapPackageGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayer \ +static_assert(alignof(PlayerController_ClientUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientUnmutePlayer"); \ +static_assert(sizeof(PlayerController_ClientUnmutePlayer) == 0x000028, "Wrong size on PlayerController_ClientUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ClientUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateLevelStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000004, "Wrong alignment on PlayerController_ClientUpdateLevelStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateLevelStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, PackageName) == 0x000000, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeLoaded) == 0x000008, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeVisible) == 0x000009, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnLoad) == 0x00000A, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000008, "Wrong alignment on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus, LevelStatuses) == 0x000000, "Member 'PlayerController_ClientUpdateMultipleLevelsStreamingStatus::LevelStatuses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientWasKicked \ +static_assert(alignof(PlayerController_ClientWasKicked) == 0x000008, "Wrong alignment on PlayerController_ClientWasKicked"); \ +static_assert(sizeof(PlayerController_ClientWasKicked) == 0x000018, "Wrong size on PlayerController_ClientWasKicked"); \ +static_assert(offsetof(PlayerController_ClientWasKicked, KickReason) == 0x000000, "Member 'PlayerController_ClientWasKicked::KickReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ConsoleKey \ +static_assert(alignof(PlayerController_ConsoleKey) == 0x000008, "Wrong alignment on PlayerController_ConsoleKey"); \ +static_assert(sizeof(PlayerController_ConsoleKey) == 0x000018, "Wrong size on PlayerController_ConsoleKey"); \ +static_assert(offsetof(PlayerController_ConsoleKey, Key) == 0x000000, "Member 'PlayerController_ConsoleKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_FOV \ +static_assert(alignof(PlayerController_FOV) == 0x000004, "Wrong alignment on PlayerController_FOV"); \ +static_assert(sizeof(PlayerController_FOV) == 0x000004, "Wrong size on PlayerController_FOV"); \ +static_assert(offsetof(PlayerController_FOV, NewFOV) == 0x000000, "Member 'PlayerController_FOV::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_K2_ClientPlayForceFeedback \ +static_assert(alignof(PlayerController_K2_ClientPlayForceFeedback) == 0x000008, "Wrong alignment on PlayerController_K2_ClientPlayForceFeedback"); \ +static_assert(sizeof(PlayerController_K2_ClientPlayForceFeedback) == 0x000018, "Wrong size on PlayerController_K2_ClientPlayForceFeedback"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_K2_ClientPlayForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, Tag) == 0x000008, "Member 'PlayerController_K2_ClientPlayForceFeedback::Tag' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bLooping) == 0x000010, "Member 'PlayerController_K2_ClientPlayForceFeedback::bLooping' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bIgnoreTimeDilation) == 0x000011, "Member 'PlayerController_K2_ClientPlayForceFeedback::bIgnoreTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bPlayWhilePaused) == 0x000012, "Member 'PlayerController_K2_ClientPlayForceFeedback::bPlayWhilePaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_LocalTravel \ +static_assert(alignof(PlayerController_LocalTravel) == 0x000008, "Wrong alignment on PlayerController_LocalTravel"); \ +static_assert(sizeof(PlayerController_LocalTravel) == 0x000010, "Wrong size on PlayerController_LocalTravel"); \ +static_assert(offsetof(PlayerController_LocalTravel, URL) == 0x000000, "Member 'PlayerController_LocalTravel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_OnServerStartedVisualLogger \ +static_assert(alignof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong alignment on PlayerController_OnServerStartedVisualLogger"); \ +static_assert(sizeof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong size on PlayerController_OnServerStartedVisualLogger"); \ +static_assert(offsetof(PlayerController_OnServerStartedVisualLogger, bIsLogging) == 0x000000, "Member 'PlayerController_OnServerStartedVisualLogger::bIsLogging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_PlayDynamicForceFeedback \ +static_assert(alignof(PlayerController_PlayDynamicForceFeedback) == 0x000008, "Wrong alignment on PlayerController_PlayDynamicForceFeedback"); \ +static_assert(sizeof(PlayerController_PlayDynamicForceFeedback) == 0x000028, "Wrong size on PlayerController_PlayDynamicForceFeedback"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Intensity) == 0x000000, "Member 'PlayerController_PlayDynamicForceFeedback::Intensity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Duration) == 0x000004, "Member 'PlayerController_PlayDynamicForceFeedback::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftLarge) == 0x000008, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftLarge' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftSmall) == 0x000009, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftSmall' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightLarge) == 0x00000A, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightLarge' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightSmall) == 0x00000B, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightSmall' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Action) == 0x00000C, "Member 'PlayerController_PlayDynamicForceFeedback::Action' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, LatentInfo) == 0x000010, "Member 'PlayerController_PlayDynamicForceFeedback::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_PlayHapticEffect \ +static_assert(alignof(PlayerController_PlayHapticEffect) == 0x000008, "Wrong alignment on PlayerController_PlayHapticEffect"); \ +static_assert(sizeof(PlayerController_PlayHapticEffect) == 0x000018, "Wrong size on PlayerController_PlayHapticEffect"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, HapticEffect) == 0x000000, "Member 'PlayerController_PlayHapticEffect::HapticEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, Hand) == 0x000008, "Member 'PlayerController_PlayHapticEffect::Hand' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, Scale) == 0x00000C, "Member 'PlayerController_PlayHapticEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, bLoop) == 0x000010, "Member 'PlayerController_PlayHapticEffect::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SendToConsole \ +static_assert(alignof(PlayerController_SendToConsole) == 0x000008, "Wrong alignment on PlayerController_SendToConsole"); \ +static_assert(sizeof(PlayerController_SendToConsole) == 0x000010, "Wrong size on PlayerController_SendToConsole"); \ +static_assert(offsetof(PlayerController_SendToConsole, Command) == 0x000000, "Member 'PlayerController_SendToConsole::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerAcknowledgePossession \ +static_assert(alignof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong alignment on PlayerController_ServerAcknowledgePossession"); \ +static_assert(sizeof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong size on PlayerController_ServerAcknowledgePossession"); \ +static_assert(offsetof(PlayerController_ServerAcknowledgePossession, P) == 0x000000, "Member 'PlayerController_ServerAcknowledgePossession::P' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerCamera \ +static_assert(alignof(PlayerController_ServerCamera) == 0x000004, "Wrong alignment on PlayerController_ServerCamera"); \ +static_assert(sizeof(PlayerController_ServerCamera) == 0x000008, "Wrong size on PlayerController_ServerCamera"); \ +static_assert(offsetof(PlayerController_ServerCamera, NewMode) == 0x000000, "Member 'PlayerController_ServerCamera::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerChangeName \ +static_assert(alignof(PlayerController_ServerChangeName) == 0x000008, "Wrong alignment on PlayerController_ServerChangeName"); \ +static_assert(sizeof(PlayerController_ServerChangeName) == 0x000010, "Wrong size on PlayerController_ServerChangeName"); \ +static_assert(offsetof(PlayerController_ServerChangeName, S) == 0x000000, "Member 'PlayerController_ServerChangeName::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerExec \ +static_assert(alignof(PlayerController_ServerExec) == 0x000008, "Wrong alignment on PlayerController_ServerExec"); \ +static_assert(sizeof(PlayerController_ServerExec) == 0x000010, "Wrong size on PlayerController_ServerExec"); \ +static_assert(offsetof(PlayerController_ServerExec, Msg) == 0x000000, "Member 'PlayerController_ServerExec::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerExecRPC \ +static_assert(alignof(PlayerController_ServerExecRPC) == 0x000008, "Wrong alignment on PlayerController_ServerExecRPC"); \ +static_assert(sizeof(PlayerController_ServerExecRPC) == 0x000010, "Wrong size on PlayerController_ServerExecRPC"); \ +static_assert(offsetof(PlayerController_ServerExecRPC, Msg) == 0x000000, "Member 'PlayerController_ServerExecRPC::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerMutePlayer \ +static_assert(alignof(PlayerController_ServerMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerMutePlayer"); \ +static_assert(sizeof(PlayerController_ServerMutePlayer) == 0x000028, "Wrong size on PlayerController_ServerMutePlayer"); \ +static_assert(offsetof(PlayerController_ServerMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerMutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerNotifyLoadedWorld \ +static_assert(alignof(PlayerController_ServerNotifyLoadedWorld) == 0x000004, "Wrong alignment on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(sizeof(PlayerController_ServerNotifyLoadedWorld) == 0x000008, "Wrong size on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(offsetof(PlayerController_ServerNotifyLoadedWorld, WorldPackageName) == 0x000000, "Member 'PlayerController_ServerNotifyLoadedWorld::WorldPackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorLocation \ +static_assert(alignof(PlayerController_ServerSetSpectatorLocation) == 0x000004, "Wrong alignment on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorLocation) == 0x000018, "Wrong size on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewLoc) == 0x000000, "Member 'PlayerController_ServerSetSpectatorLocation::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewRot) == 0x00000C, "Member 'PlayerController_ServerSetSpectatorLocation::NewRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorWaiting \ +static_assert(alignof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ServerSetSpectatorWaiting"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ServerSetSpectatorWaiting"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ServerSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUnmutePlayer \ +static_assert(alignof(PlayerController_ServerUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerUnmutePlayer"); \ +static_assert(sizeof(PlayerController_ServerUnmutePlayer) == 0x000028, "Wrong size on PlayerController_ServerUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ServerUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateCamera \ +static_assert(alignof(PlayerController_ServerUpdateCamera) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateCamera"); \ +static_assert(sizeof(PlayerController_ServerUpdateCamera) == 0x000010, "Wrong size on PlayerController_ServerUpdateCamera"); \ +static_assert(offsetof(PlayerController_ServerUpdateCamera, CamLoc) == 0x000000, "Member 'PlayerController_ServerUpdateCamera::CamLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerUpdateCamera, CamPitchAndYaw) == 0x00000C, "Member 'PlayerController_ServerUpdateCamera::CamPitchAndYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateLevelVisibility \ +static_assert(alignof(PlayerController_ServerUpdateLevelVisibility) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateLevelVisibility"); \ +static_assert(sizeof(PlayerController_ServerUpdateLevelVisibility) == 0x000014, "Wrong size on PlayerController_ServerUpdateLevelVisibility"); \ +static_assert(offsetof(PlayerController_ServerUpdateLevelVisibility, LevelVisibility) == 0x000000, "Member 'PlayerController_ServerUpdateLevelVisibility::LevelVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateMultipleLevelsVisibility \ +static_assert(alignof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000008, "Wrong alignment on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ +static_assert(sizeof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000010, "Wrong size on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ +static_assert(offsetof(PlayerController_ServerUpdateMultipleLevelsVisibility, LevelVisibilities) == 0x000000, "Member 'PlayerController_ServerUpdateMultipleLevelsVisibility::LevelVisibilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerViewSelf \ +static_assert(alignof(PlayerController_ServerViewSelf) == 0x000004, "Wrong alignment on PlayerController_ServerViewSelf"); \ +static_assert(sizeof(PlayerController_ServerViewSelf) == 0x000010, "Wrong size on PlayerController_ServerViewSelf"); \ +static_assert(offsetof(PlayerController_ServerViewSelf, TransitionParams) == 0x000000, "Member 'PlayerController_ServerViewSelf::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetAudioListenerAttenuationOverride \ +static_assert(alignof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerAttenuationOverride"); \ +static_assert(sizeof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000018, "Wrong size on PlayerController_SetAudioListenerAttenuationOverride"); \ +static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttenuationLocationOVerride) == 0x000008, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttenuationLocationOVerride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetAudioListenerOverride \ +static_assert(alignof(PlayerController_SetAudioListenerOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerOverride"); \ +static_assert(sizeof(PlayerController_SetAudioListenerOverride) == 0x000020, "Wrong size on PlayerController_SetAudioListenerOverride"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerOverride::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, Location) == 0x000008, "Member 'PlayerController_SetAudioListenerOverride::Location' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, Rotation) == 0x000014, "Member 'PlayerController_SetAudioListenerOverride::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetCinematicMode \ +static_assert(alignof(PlayerController_SetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_SetCinematicMode"); \ +static_assert(sizeof(PlayerController_SetCinematicMode) == 0x000005, "Wrong size on PlayerController_SetCinematicMode"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_SetCinematicMode::bInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bHidePlayer) == 0x000001, "Member 'PlayerController_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsHUD) == 0x000002, "Member 'PlayerController_SetCinematicMode::bAffectsHUD' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsMovement) == 0x000003, "Member 'PlayerController_SetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsTurning) == 0x000004, "Member 'PlayerController_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetControllerLightColor \ +static_assert(alignof(PlayerController_SetControllerLightColor) == 0x000004, "Wrong alignment on PlayerController_SetControllerLightColor"); \ +static_assert(sizeof(PlayerController_SetControllerLightColor) == 0x000004, "Wrong size on PlayerController_SetControllerLightColor"); \ +static_assert(offsetof(PlayerController_SetControllerLightColor, Color) == 0x000000, "Member 'PlayerController_SetControllerLightColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDisableHaptics \ +static_assert(alignof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong alignment on PlayerController_SetDisableHaptics"); \ +static_assert(sizeof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong size on PlayerController_SetDisableHaptics"); \ +static_assert(offsetof(PlayerController_SetDisableHaptics, bNewDisabled) == 0x000000, "Member 'PlayerController_SetDisableHaptics::bNewDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetHapticsByValue \ +static_assert(alignof(PlayerController_SetHapticsByValue) == 0x000004, "Wrong alignment on PlayerController_SetHapticsByValue"); \ +static_assert(sizeof(PlayerController_SetHapticsByValue) == 0x00000C, "Wrong size on PlayerController_SetHapticsByValue"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Frequency) == 0x000000, "Member 'PlayerController_SetHapticsByValue::Frequency' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Amplitude) == 0x000004, "Member 'PlayerController_SetHapticsByValue::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Hand) == 0x000008, "Member 'PlayerController_SetHapticsByValue::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMouseCursorWidget \ +static_assert(alignof(PlayerController_SetMouseCursorWidget) == 0x000008, "Wrong alignment on PlayerController_SetMouseCursorWidget"); \ +static_assert(sizeof(PlayerController_SetMouseCursorWidget) == 0x000010, "Wrong size on PlayerController_SetMouseCursorWidget"); \ +static_assert(offsetof(PlayerController_SetMouseCursorWidget, cursor) == 0x000000, "Member 'PlayerController_SetMouseCursorWidget::cursor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetMouseCursorWidget, CursorWidget) == 0x000008, "Member 'PlayerController_SetMouseCursorWidget::CursorWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMouseLocation \ +static_assert(alignof(PlayerController_SetMouseLocation) == 0x000004, "Wrong alignment on PlayerController_SetMouseLocation"); \ +static_assert(sizeof(PlayerController_SetMouseLocation) == 0x000008, "Wrong size on PlayerController_SetMouseLocation"); \ +static_assert(offsetof(PlayerController_SetMouseLocation, X) == 0x000000, "Member 'PlayerController_SetMouseLocation::X' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetMouseLocation, Y) == 0x000004, "Member 'PlayerController_SetMouseLocation::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetName \ +static_assert(alignof(PlayerController_SetName) == 0x000008, "Wrong alignment on PlayerController_SetName"); \ +static_assert(sizeof(PlayerController_SetName) == 0x000010, "Wrong size on PlayerController_SetName"); \ +static_assert(offsetof(PlayerController_SetName, S) == 0x000000, "Member 'PlayerController_SetName::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetViewTargetWithBlend \ +static_assert(alignof(PlayerController_SetViewTargetWithBlend) == 0x000008, "Wrong alignment on PlayerController_SetViewTargetWithBlend"); \ +static_assert(sizeof(PlayerController_SetViewTargetWithBlend) == 0x000018, "Wrong size on PlayerController_SetViewTargetWithBlend"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, NewViewTarget) == 0x000000, "Member 'PlayerController_SetViewTargetWithBlend::NewViewTarget' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendTime) == 0x000008, "Member 'PlayerController_SetViewTargetWithBlend::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendFunc) == 0x00000C, "Member 'PlayerController_SetViewTargetWithBlend::BlendFunc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendExp) == 0x000010, "Member 'PlayerController_SetViewTargetWithBlend::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, bLockOutgoing) == 0x000014, "Member 'PlayerController_SetViewTargetWithBlend::bLockOutgoing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetVirtualJoystickVisibility \ +static_assert(alignof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong alignment on PlayerController_SetVirtualJoystickVisibility"); \ +static_assert(sizeof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong size on PlayerController_SetVirtualJoystickVisibility"); \ +static_assert(offsetof(PlayerController_SetVirtualJoystickVisibility, bVisible) == 0x000000, "Member 'PlayerController_SetVirtualJoystickVisibility::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StartFire \ +static_assert(alignof(PlayerController_StartFire) == 0x000001, "Wrong alignment on PlayerController_StartFire"); \ +static_assert(sizeof(PlayerController_StartFire) == 0x000001, "Wrong size on PlayerController_StartFire"); \ +static_assert(offsetof(PlayerController_StartFire, FireModeNum) == 0x000000, "Member 'PlayerController_StartFire::FireModeNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StopHapticEffect \ +static_assert(alignof(PlayerController_StopHapticEffect) == 0x000001, "Wrong alignment on PlayerController_StopHapticEffect"); \ +static_assert(sizeof(PlayerController_StopHapticEffect) == 0x000001, "Wrong size on PlayerController_StopHapticEffect"); \ +static_assert(offsetof(PlayerController_StopHapticEffect, Hand) == 0x000000, "Member 'PlayerController_StopHapticEffect::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SwitchLevel \ +static_assert(alignof(PlayerController_SwitchLevel) == 0x000008, "Wrong alignment on PlayerController_SwitchLevel"); \ +static_assert(sizeof(PlayerController_SwitchLevel) == 0x000010, "Wrong size on PlayerController_SwitchLevel"); \ +static_assert(offsetof(PlayerController_SwitchLevel, URL) == 0x000000, "Member 'PlayerController_SwitchLevel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_TestServerLevelVisibilityChange \ +static_assert(alignof(PlayerController_TestServerLevelVisibilityChange) == 0x000004, "Wrong alignment on PlayerController_TestServerLevelVisibilityChange"); \ +static_assert(sizeof(PlayerController_TestServerLevelVisibilityChange) == 0x000010, "Wrong size on PlayerController_TestServerLevelVisibilityChange"); \ +static_assert(offsetof(PlayerController_TestServerLevelVisibilityChange, PackageName) == 0x000000, "Member 'PlayerController_TestServerLevelVisibilityChange::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_TestServerLevelVisibilityChange, Filename) == 0x000008, "Member 'PlayerController_TestServerLevelVisibilityChange::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ToggleSpeaking \ +static_assert(alignof(PlayerController_ToggleSpeaking) == 0x000001, "Wrong alignment on PlayerController_ToggleSpeaking"); \ +static_assert(sizeof(PlayerController_ToggleSpeaking) == 0x000001, "Wrong size on PlayerController_ToggleSpeaking"); \ +static_assert(offsetof(PlayerController_ToggleSpeaking, bInSpeaking) == 0x000000, "Member 'PlayerController_ToggleSpeaking::bInSpeaking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectMousePositionToWorld \ +static_assert(alignof(PlayerController_DeprojectMousePositionToWorld) == 0x000004, "Wrong alignment on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectMousePositionToWorld) == 0x00001C, "Wrong size on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldLocation) == 0x000000, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldDirection) == 0x00000C, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, ReturnValue) == 0x000018, "Member 'PlayerController_DeprojectMousePositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectScreenPositionToWorld \ +static_assert(alignof(PlayerController_DeprojectScreenPositionToWorld) == 0x000004, "Wrong alignment on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectScreenPositionToWorld) == 0x000024, "Wrong size on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenX) == 0x000000, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenY) == 0x000004, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldLocation) == 0x000008, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldDirection) == 0x000014, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ReturnValue) == 0x000020, "Member 'PlayerController_DeprojectScreenPositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetFocalLocation \ +static_assert(alignof(PlayerController_GetFocalLocation) == 0x000004, "Wrong alignment on PlayerController_GetFocalLocation"); \ +static_assert(sizeof(PlayerController_GetFocalLocation) == 0x00000C, "Wrong size on PlayerController_GetFocalLocation"); \ +static_assert(offsetof(PlayerController_GetFocalLocation, ReturnValue) == 0x000000, "Member 'PlayerController_GetFocalLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursor \ +static_assert(alignof(PlayerController_GetHitResultUnderCursor) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursor"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursor) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderCursor"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursor::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursor::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursor::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorByChannel \ +static_assert(alignof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursorByChannel"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderCursorByChannel"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursorByChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursorByChannel::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderCursorByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorForObjects \ +static_assert(alignof(PlayerController_GetHitResultUnderCursorForObjects) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderCursorForObjects"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursorForObjects) == 0x0000A0, "Wrong size on PlayerController_GetHitResultUnderCursorForObjects"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ObjectTypes) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, bTraceComplex) == 0x000010, "Member 'PlayerController_GetHitResultUnderCursorForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, HitResult) == 0x000014, "Member 'PlayerController_GetHitResultUnderCursorForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ReturnValue) == 0x00009C, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFinger \ +static_assert(alignof(PlayerController_GetHitResultUnderFinger) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFinger"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFinger) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderFinger"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFinger::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFinger::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFinger::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFinger::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderFinger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerByChannel \ +static_assert(alignof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFingerByChannel"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderFingerByChannel"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerByChannel::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFingerByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFingerByChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFingerByChannel::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderFingerByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerForObjects \ +static_assert(alignof(PlayerController_GetHitResultUnderFingerForObjects) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderFingerForObjects"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFingerForObjects) == 0x0000A8, "Wrong size on PlayerController_GetHitResultUnderFingerForObjects"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerForObjects::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ObjectTypes) == 0x000008, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, bTraceComplex) == 0x000018, "Member 'PlayerController_GetHitResultUnderFingerForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, HitResult) == 0x00001C, "Member 'PlayerController_GetHitResultUnderFingerForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ReturnValue) == 0x0000A4, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHUD \ +static_assert(alignof(PlayerController_GetHUD) == 0x000008, "Wrong alignment on PlayerController_GetHUD"); \ +static_assert(sizeof(PlayerController_GetHUD) == 0x000008, "Wrong size on PlayerController_GetHUD"); \ +static_assert(offsetof(PlayerController_GetHUD, ReturnValue) == 0x000000, "Member 'PlayerController_GetHUD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputAnalogKeyState \ +static_assert(alignof(PlayerController_GetInputAnalogKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputAnalogKeyState"); \ +static_assert(sizeof(PlayerController_GetInputAnalogKeyState) == 0x000020, "Wrong size on PlayerController_GetInputAnalogKeyState"); \ +static_assert(offsetof(PlayerController_GetInputAnalogKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputAnalogKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputAnalogKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputAnalogStickState \ +static_assert(alignof(PlayerController_GetInputAnalogStickState) == 0x000004, "Wrong alignment on PlayerController_GetInputAnalogStickState"); \ +static_assert(sizeof(PlayerController_GetInputAnalogStickState) == 0x00000C, "Wrong size on PlayerController_GetInputAnalogStickState"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, WhichStick) == 0x000000, "Member 'PlayerController_GetInputAnalogStickState::WhichStick' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickX) == 0x000004, "Member 'PlayerController_GetInputAnalogStickState::StickX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickY) == 0x000008, "Member 'PlayerController_GetInputAnalogStickState::StickY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputKeyTimeDown \ +static_assert(alignof(PlayerController_GetInputKeyTimeDown) == 0x000008, "Wrong alignment on PlayerController_GetInputKeyTimeDown"); \ +static_assert(sizeof(PlayerController_GetInputKeyTimeDown) == 0x000020, "Wrong size on PlayerController_GetInputKeyTimeDown"); \ +static_assert(offsetof(PlayerController_GetInputKeyTimeDown, Key) == 0x000000, "Member 'PlayerController_GetInputKeyTimeDown::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputKeyTimeDown, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMotionState \ +static_assert(alignof(PlayerController_GetInputMotionState) == 0x000004, "Wrong alignment on PlayerController_GetInputMotionState"); \ +static_assert(sizeof(PlayerController_GetInputMotionState) == 0x000030, "Wrong size on PlayerController_GetInputMotionState"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Tilt) == 0x000000, "Member 'PlayerController_GetInputMotionState::Tilt' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, RotationRate) == 0x00000C, "Member 'PlayerController_GetInputMotionState::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Gravity) == 0x000018, "Member 'PlayerController_GetInputMotionState::Gravity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Acceleration) == 0x000024, "Member 'PlayerController_GetInputMotionState::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMouseDelta \ +static_assert(alignof(PlayerController_GetInputMouseDelta) == 0x000004, "Wrong alignment on PlayerController_GetInputMouseDelta"); \ +static_assert(sizeof(PlayerController_GetInputMouseDelta) == 0x000008, "Wrong size on PlayerController_GetInputMouseDelta"); \ +static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaX) == 0x000000, "Member 'PlayerController_GetInputMouseDelta::DeltaX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaY) == 0x000004, "Member 'PlayerController_GetInputMouseDelta::DeltaY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputTouchState \ +static_assert(alignof(PlayerController_GetInputTouchState) == 0x000004, "Wrong alignment on PlayerController_GetInputTouchState"); \ +static_assert(sizeof(PlayerController_GetInputTouchState) == 0x000010, "Wrong size on PlayerController_GetInputTouchState"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, FingerIndex) == 0x000000, "Member 'PlayerController_GetInputTouchState::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, LocationX) == 0x000004, "Member 'PlayerController_GetInputTouchState::LocationX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, LocationY) == 0x000008, "Member 'PlayerController_GetInputTouchState::LocationY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'PlayerController_GetInputTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputVectorKeyState \ +static_assert(alignof(PlayerController_GetInputVectorKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputVectorKeyState"); \ +static_assert(sizeof(PlayerController_GetInputVectorKeyState) == 0x000028, "Wrong size on PlayerController_GetInputVectorKeyState"); \ +static_assert(offsetof(PlayerController_GetInputVectorKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputVectorKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputVectorKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputVectorKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetMousePosition \ +static_assert(alignof(PlayerController_GetMousePosition) == 0x000004, "Wrong alignment on PlayerController_GetMousePosition"); \ +static_assert(sizeof(PlayerController_GetMousePosition) == 0x00000C, "Wrong size on PlayerController_GetMousePosition"); \ +static_assert(offsetof(PlayerController_GetMousePosition, LocationX) == 0x000000, "Member 'PlayerController_GetMousePosition::LocationX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetMousePosition, LocationY) == 0x000004, "Member 'PlayerController_GetMousePosition::LocationY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetMousePosition, ReturnValue) == 0x000008, "Member 'PlayerController_GetMousePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn \ +static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ +static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ +static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetViewportSize \ +static_assert(alignof(PlayerController_GetViewportSize) == 0x000004, "Wrong alignment on PlayerController_GetViewportSize"); \ +static_assert(sizeof(PlayerController_GetViewportSize) == 0x000008, "Wrong size on PlayerController_GetViewportSize"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeX) == 0x000000, "Member 'PlayerController_GetViewportSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeY) == 0x000004, "Member 'PlayerController_GetViewportSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_IsInputKeyDown \ +static_assert(alignof(PlayerController_IsInputKeyDown) == 0x000008, "Wrong alignment on PlayerController_IsInputKeyDown"); \ +static_assert(sizeof(PlayerController_IsInputKeyDown) == 0x000020, "Wrong size on PlayerController_IsInputKeyDown"); \ +static_assert(offsetof(PlayerController_IsInputKeyDown, Key) == 0x000000, "Member 'PlayerController_IsInputKeyDown::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_IsInputKeyDown, ReturnValue) == 0x000018, "Member 'PlayerController_IsInputKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ProjectWorldLocationToScreen \ +static_assert(alignof(PlayerController_ProjectWorldLocationToScreen) == 0x000004, "Wrong alignment on PlayerController_ProjectWorldLocationToScreen"); \ +static_assert(sizeof(PlayerController_ProjectWorldLocationToScreen) == 0x000018, "Wrong size on PlayerController_ProjectWorldLocationToScreen"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, WorldLocation) == 0x000000, "Member 'PlayerController_ProjectWorldLocationToScreen::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ScreenLocation) == 0x00000C, "Member 'PlayerController_ProjectWorldLocationToScreen::ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, bPlayerViewportRelative) == 0x000014, "Member 'PlayerController_ProjectWorldLocationToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ReturnValue) == 0x000015, "Member 'PlayerController_ProjectWorldLocationToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustPressed \ +static_assert(alignof(PlayerController_WasInputKeyJustPressed) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustPressed"); \ +static_assert(sizeof(PlayerController_WasInputKeyJustPressed) == 0x000020, "Wrong size on PlayerController_WasInputKeyJustPressed"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustPressed, Key) == 0x000000, "Member 'PlayerController_WasInputKeyJustPressed::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustPressed, ReturnValue) == 0x000018, "Member 'PlayerController_WasInputKeyJustPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustReleased \ +static_assert(alignof(PlayerController_WasInputKeyJustReleased) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustReleased"); \ +static_assert(sizeof(PlayerController_WasInputKeyJustReleased) == 0x000020, "Wrong size on PlayerController_WasInputKeyJustReleased"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustReleased, Key) == 0x000000, "Member 'PlayerController_WasInputKeyJustReleased::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustReleased, ReturnValue) == 0x000018, "Member 'PlayerController_WasInputKeyJustReleased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerController \ +static_assert(alignof(APlayerController) == 0x000008, "Wrong alignment on APlayerController"); \ +static_assert(sizeof(APlayerController) == 0x000588, "Wrong size on APlayerController"); \ +static_assert(offsetof(APlayerController, Player) == 0x0002A0, "Member 'APlayerController::Player' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x0002A8, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x0002B0, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, MyHUD) == 0x0002B8, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x0002C0, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x0002C8, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x0002D0, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, TargetViewRotation) == 0x0002D4, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x0002EC, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenActors) == 0x0002F8, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x000308, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x00031C, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x000320, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x00032C, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClientCap) == 0x000338, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatManager) == 0x000340, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatClass) == 0x000348, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerInput) == 0x000350, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000358, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0003EC, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000428, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetConnection) == 0x000430, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputYawScale) == 0x000444, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputPitchScale) == 0x000448, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputRollScale) == 0x00044C, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x000454, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000458, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000468, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000469, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x00046A, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x00046B, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x00046C, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000470, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x000472, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x0004E8, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x000508, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000560, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x00056C, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpawnLocation) == 0x000570, "Member 'APlayerController::SpawnLocation' 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_UAssetUserData \ +static_assert(alignof(UAssetUserData) == 0x000008, "Wrong alignment on UAssetUserData"); \ +static_assert(sizeof(UAssetUserData) == 0x000028, "Wrong size on UAssetUserData"); \ + +#define DUMPER7_ASSERTS_UMapBuildDataRegistry \ +static_assert(alignof(UMapBuildDataRegistry) == 0x000008, "Wrong alignment on UMapBuildDataRegistry"); \ +static_assert(sizeof(UMapBuildDataRegistry) == 0x000238, "Wrong size on UMapBuildDataRegistry"); \ +static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000028, "Member 'UMapBuildDataRegistry::LevelLightingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom \ +static_assert(alignof(UMaterialExpressionPerInstanceRandom) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceRandom"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceRandom) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceRandom"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetPlayerRespawnDelay \ +static_assert(alignof(GameStateBase_GetPlayerRespawnDelay) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerRespawnDelay"); \ +static_assert(sizeof(GameStateBase_GetPlayerRespawnDelay) == 0x000010, "Wrong size on GameStateBase_GetPlayerRespawnDelay"); \ +static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerRespawnDelay::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerRespawnDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetPlayerStartTime \ +static_assert(alignof(GameStateBase_GetPlayerStartTime) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerStartTime"); \ +static_assert(sizeof(GameStateBase_GetPlayerStartTime) == 0x000010, "Wrong size on GameStateBase_GetPlayerStartTime"); \ +static_assert(offsetof(GameStateBase_GetPlayerStartTime, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerStartTime::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameStateBase_GetPlayerStartTime, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetServerWorldTimeSeconds \ +static_assert(alignof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong alignment on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(sizeof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong size on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(offsetof(GameStateBase_GetServerWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'GameStateBase_GetServerWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasBegunPlay \ +static_assert(alignof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong alignment on GameStateBase_HasBegunPlay"); \ +static_assert(sizeof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong size on GameStateBase_HasBegunPlay"); \ +static_assert(offsetof(GameStateBase_HasBegunPlay, ReturnValue) == 0x000000, "Member 'GameStateBase_HasBegunPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchEnded \ +static_assert(alignof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameStateBase_HasMatchEnded"); \ +static_assert(sizeof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong size on GameStateBase_HasMatchEnded"); \ +static_assert(offsetof(GameStateBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchStarted \ +static_assert(alignof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameStateBase_HasMatchStarted"); \ +static_assert(sizeof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong size on GameStateBase_HasMatchStarted"); \ +static_assert(offsetof(GameStateBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameStateBase \ +static_assert(alignof(AGameStateBase) == 0x000008, "Wrong alignment on AGameStateBase"); \ +static_assert(sizeof(AGameStateBase) == 0x000278, "Wrong size on AGameStateBase"); \ +static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000228, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000230, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x000238, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, PlayerArray) == 0x000240, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x000250, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x000254, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x000258, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x00025C, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AGameState \ +static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ +static_assert(sizeof(AGameState) == 0x000298, "Wrong size on AGameState"); \ +static_assert(offsetof(AGameState, MatchState) == 0x000278, "Member 'AGameState::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, PreviousMatchState) == 0x000280, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, ElapsedTime) == 0x000288, "Member 'AGameState::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialFunctionInterface \ +static_assert(alignof(UMaterialFunctionInterface) == 0x000008, "Wrong alignment on UMaterialFunctionInterface"); \ +static_assert(sizeof(UMaterialFunctionInterface) == 0x000040, "Wrong size on UMaterialFunctionInterface"); \ +static_assert(offsetof(UMaterialFunctionInterface, StateId) == 0x000028, "Member 'UMaterialFunctionInterface::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInterface, MaterialFunctionUsage) == 0x000038, "Member 'UMaterialFunctionInterface::MaterialFunctionUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunction \ +static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ +static_assert(sizeof(UMaterialFunction) == 0x000058, "Wrong size on UMaterialFunction"); \ +static_assert(offsetof(UMaterialFunction, Description) == 0x000040, "Member 'UMaterialFunction::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UApplicationLifecycleComponent \ +static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ +static_assert(sizeof(UApplicationLifecycleComponent) == 0x000140, "Wrong size on UApplicationLifecycleComponent"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000B0, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000C0, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000D0, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x0000E0, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x0000F0, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x000100, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000110, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000120, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000130, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_MoveUpdatedComponent \ +static_assert(alignof(MovementComponent_K2_MoveUpdatedComponent) == 0x000004, "Wrong alignment on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_K2_MoveUpdatedComponent) == 0x0000A4, "Wrong size on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, Delta) == 0x000000, "Member 'MovementComponent_K2_MoveUpdatedComponent::Delta' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, NewRotation) == 0x00000C, "Member 'MovementComponent_K2_MoveUpdatedComponent::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, OutHit) == 0x000018, "Member 'MovementComponent_K2_MoveUpdatedComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bSweep) == 0x0000A0, "Member 'MovementComponent_K2_MoveUpdatedComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bTeleport) == 0x0000A1, "Member 'MovementComponent_K2_MoveUpdatedComponent::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, ReturnValue) == 0x0000A2, "Member 'MovementComponent_K2_MoveUpdatedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_PhysicsVolumeChanged \ +static_assert(alignof(MovementComponent_PhysicsVolumeChanged) == 0x000008, "Wrong alignment on MovementComponent_PhysicsVolumeChanged"); \ +static_assert(sizeof(MovementComponent_PhysicsVolumeChanged) == 0x000008, "Wrong size on MovementComponent_PhysicsVolumeChanged"); \ +static_assert(offsetof(MovementComponent_PhysicsVolumeChanged, NewVolume) == 0x000000, "Member 'MovementComponent_PhysicsVolumeChanged::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintAxisSetting \ +static_assert(alignof(MovementComponent_SetPlaneConstraintAxisSetting) == 0x000001, "Wrong alignment on MovementComponent_SetPlaneConstraintAxisSetting"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintAxisSetting) == 0x000001, "Wrong size on MovementComponent_SetPlaneConstraintAxisSetting"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintAxisSetting, NewAxisSetting) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintAxisSetting::NewAxisSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintEnabled \ +static_assert(alignof(MovementComponent_SetPlaneConstraintEnabled) == 0x000001, "Wrong alignment on MovementComponent_SetPlaneConstraintEnabled"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintEnabled) == 0x000001, "Wrong size on MovementComponent_SetPlaneConstraintEnabled"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintEnabled, bEnabled) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintFromVectors \ +static_assert(alignof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintFromVectors"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000018, "Wrong size on MovementComponent_SetPlaneConstraintFromVectors"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintFromVectors, Forward) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintFromVectors, Up) == 0x00000C, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintNormal \ +static_assert(alignof(MovementComponent_SetPlaneConstraintNormal) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintNormal"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintNormal) == 0x00000C, "Wrong size on MovementComponent_SetPlaneConstraintNormal"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintNormal, PlaneNormal) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintNormal::PlaneNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintOrigin \ +static_assert(alignof(MovementComponent_SetPlaneConstraintOrigin) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintOrigin"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintOrigin) == 0x00000C, "Wrong size on MovementComponent_SetPlaneConstraintOrigin"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintOrigin, PlaneOrigin) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintOrigin::PlaneOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetUpdatedComponent \ +static_assert(alignof(MovementComponent_SetUpdatedComponent) == 0x000008, "Wrong alignment on MovementComponent_SetUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_SetUpdatedComponent) == 0x000008, "Wrong size on MovementComponent_SetUpdatedComponent"); \ +static_assert(offsetof(MovementComponent_SetUpdatedComponent, NewUpdatedComponent) == 0x000000, "Member 'MovementComponent_SetUpdatedComponent::NewUpdatedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainDirectionToPlane \ +static_assert(alignof(MovementComponent_ConstrainDirectionToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainDirectionToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainDirectionToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainDirectionToPlane"); \ +static_assert(offsetof(MovementComponent_ConstrainDirectionToPlane, Direction) == 0x000000, "Member 'MovementComponent_ConstrainDirectionToPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_ConstrainDirectionToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainDirectionToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainLocationToPlane \ +static_assert(alignof(MovementComponent_ConstrainLocationToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainLocationToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainLocationToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainLocationToPlane"); \ +static_assert(offsetof(MovementComponent_ConstrainLocationToPlane, Location) == 0x000000, "Member 'MovementComponent_ConstrainLocationToPlane::Location' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_ConstrainLocationToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainLocationToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainNormalToPlane \ +static_assert(alignof(MovementComponent_ConstrainNormalToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainNormalToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainNormalToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainNormalToPlane"); \ +static_assert(offsetof(MovementComponent_ConstrainNormalToPlane, Normal) == 0x000000, "Member 'MovementComponent_ConstrainNormalToPlane::Normal' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_ConstrainNormalToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainNormalToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetGravityZ \ +static_assert(alignof(MovementComponent_GetGravityZ) == 0x000004, "Wrong alignment on MovementComponent_GetGravityZ"); \ +static_assert(sizeof(MovementComponent_GetGravityZ) == 0x000004, "Wrong size on MovementComponent_GetGravityZ"); \ +static_assert(offsetof(MovementComponent_GetGravityZ, ReturnValue) == 0x000000, "Member 'MovementComponent_GetGravityZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetMaxSpeed \ +static_assert(alignof(MovementComponent_GetMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_GetMaxSpeed"); \ +static_assert(sizeof(MovementComponent_GetMaxSpeed) == 0x000004, "Wrong size on MovementComponent_GetMaxSpeed"); \ +static_assert(offsetof(MovementComponent_GetMaxSpeed, ReturnValue) == 0x000000, "Member 'MovementComponent_GetMaxSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPhysicsVolume \ +static_assert(alignof(MovementComponent_GetPhysicsVolume) == 0x000008, "Wrong alignment on MovementComponent_GetPhysicsVolume"); \ +static_assert(sizeof(MovementComponent_GetPhysicsVolume) == 0x000008, "Wrong size on MovementComponent_GetPhysicsVolume"); \ +static_assert(offsetof(MovementComponent_GetPhysicsVolume, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintAxisSetting \ +static_assert(alignof(MovementComponent_GetPlaneConstraintAxisSetting) == 0x000001, "Wrong alignment on MovementComponent_GetPlaneConstraintAxisSetting"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintAxisSetting) == 0x000001, "Wrong size on MovementComponent_GetPlaneConstraintAxisSetting"); \ +static_assert(offsetof(MovementComponent_GetPlaneConstraintAxisSetting, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintAxisSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintNormal \ +static_assert(alignof(MovementComponent_GetPlaneConstraintNormal) == 0x000004, "Wrong alignment on MovementComponent_GetPlaneConstraintNormal"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintNormal) == 0x00000C, "Wrong size on MovementComponent_GetPlaneConstraintNormal"); \ +static_assert(offsetof(MovementComponent_GetPlaneConstraintNormal, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintOrigin \ +static_assert(alignof(MovementComponent_GetPlaneConstraintOrigin) == 0x000004, "Wrong alignment on MovementComponent_GetPlaneConstraintOrigin"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintOrigin) == 0x00000C, "Wrong size on MovementComponent_GetPlaneConstraintOrigin"); \ +static_assert(offsetof(MovementComponent_GetPlaneConstraintOrigin, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_IsExceedingMaxSpeed \ +static_assert(alignof(MovementComponent_IsExceedingMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_IsExceedingMaxSpeed"); \ +static_assert(sizeof(MovementComponent_IsExceedingMaxSpeed) == 0x000008, "Wrong size on MovementComponent_IsExceedingMaxSpeed"); \ +static_assert(offsetof(MovementComponent_IsExceedingMaxSpeed, MaxSpeed) == 0x000000, "Member 'MovementComponent_IsExceedingMaxSpeed::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_IsExceedingMaxSpeed, ReturnValue) == 0x000004, "Member 'MovementComponent_IsExceedingMaxSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_GetMaxSpeedModifier \ +static_assert(alignof(MovementComponent_K2_GetMaxSpeedModifier) == 0x000004, "Wrong alignment on MovementComponent_K2_GetMaxSpeedModifier"); \ +static_assert(sizeof(MovementComponent_K2_GetMaxSpeedModifier) == 0x000004, "Wrong size on MovementComponent_K2_GetMaxSpeedModifier"); \ +static_assert(offsetof(MovementComponent_K2_GetMaxSpeedModifier, ReturnValue) == 0x000000, "Member 'MovementComponent_K2_GetMaxSpeedModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_GetModifiedMaxSpeed \ +static_assert(alignof(MovementComponent_K2_GetModifiedMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_K2_GetModifiedMaxSpeed"); \ +static_assert(sizeof(MovementComponent_K2_GetModifiedMaxSpeed) == 0x000004, "Wrong size on MovementComponent_K2_GetModifiedMaxSpeed"); \ +static_assert(offsetof(MovementComponent_K2_GetModifiedMaxSpeed, ReturnValue) == 0x000000, "Member 'MovementComponent_K2_GetModifiedMaxSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovementComponent \ +static_assert(alignof(UMovementComponent) == 0x000008, "Wrong alignment on UMovementComponent"); \ +static_assert(sizeof(UMovementComponent) == 0x0000F0, "Wrong size on UMovementComponent"); \ +static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000B0, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000B8, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, Velocity) == 0x0000C4, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000D0, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x0000DC, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x0000EB, "Member 'UMovementComponent::PlaneConstraintAxisSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsCrouching \ +static_assert(alignof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong alignment on NavMovementComponent_IsCrouching"); \ +static_assert(sizeof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong size on NavMovementComponent_IsCrouching"); \ +static_assert(offsetof(NavMovementComponent_IsCrouching, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsCrouching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsFalling \ +static_assert(alignof(NavMovementComponent_IsFalling) == 0x000001, "Wrong alignment on NavMovementComponent_IsFalling"); \ +static_assert(sizeof(NavMovementComponent_IsFalling) == 0x000001, "Wrong size on NavMovementComponent_IsFalling"); \ +static_assert(offsetof(NavMovementComponent_IsFalling, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFalling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsFlying \ +static_assert(alignof(NavMovementComponent_IsFlying) == 0x000001, "Wrong alignment on NavMovementComponent_IsFlying"); \ +static_assert(sizeof(NavMovementComponent_IsFlying) == 0x000001, "Wrong size on NavMovementComponent_IsFlying"); \ +static_assert(offsetof(NavMovementComponent_IsFlying, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFlying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsMovingOnGround \ +static_assert(alignof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong alignment on NavMovementComponent_IsMovingOnGround"); \ +static_assert(sizeof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong size on NavMovementComponent_IsMovingOnGround"); \ +static_assert(offsetof(NavMovementComponent_IsMovingOnGround, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsMovingOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsSwimming \ +static_assert(alignof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong alignment on NavMovementComponent_IsSwimming"); \ +static_assert(sizeof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong size on NavMovementComponent_IsSwimming"); \ +static_assert(offsetof(NavMovementComponent_IsSwimming, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsSwimming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavMovementComponent \ +static_assert(alignof(UNavMovementComponent) == 0x000008, "Wrong alignment on UNavMovementComponent"); \ +static_assert(sizeof(UNavMovementComponent) == 0x000130, "Wrong size on UNavMovementComponent"); \ +static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x0000F0, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000120, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, MovementState) == 0x000125, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000128, "Member 'UNavMovementComponent::PathFollowingComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_AddInputVector \ +static_assert(alignof(PawnMovementComponent_AddInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_AddInputVector"); \ +static_assert(sizeof(PawnMovementComponent_AddInputVector) == 0x000010, "Wrong size on PawnMovementComponent_AddInputVector"); \ +static_assert(offsetof(PawnMovementComponent_AddInputVector, WorldVector) == 0x000000, "Member 'PawnMovementComponent_AddInputVector::WorldVector' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_AddInputVector, bForce) == 0x00000C, "Member 'PawnMovementComponent_AddInputVector::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_ConsumeInputVector \ +static_assert(alignof(PawnMovementComponent_ConsumeInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_ConsumeInputVector"); \ +static_assert(sizeof(PawnMovementComponent_ConsumeInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_ConsumeInputVector"); \ +static_assert(offsetof(PawnMovementComponent_ConsumeInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_ConsumeInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetLastInputVector \ +static_assert(alignof(PawnMovementComponent_GetLastInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_GetLastInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetLastInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_GetLastInputVector"); \ +static_assert(offsetof(PawnMovementComponent_GetLastInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetLastInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetPawnOwner \ +static_assert(alignof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong alignment on PawnMovementComponent_GetPawnOwner"); \ +static_assert(sizeof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong size on PawnMovementComponent_GetPawnOwner"); \ +static_assert(offsetof(PawnMovementComponent_GetPawnOwner, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPawnOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetPendingInputVector \ +static_assert(alignof(PawnMovementComponent_GetPendingInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetPendingInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(offsetof(PawnMovementComponent_GetPendingInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPendingInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_IsMoveInputIgnored \ +static_assert(alignof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong alignment on PawnMovementComponent_IsMoveInputIgnored"); \ +static_assert(sizeof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong size on PawnMovementComponent_IsMoveInputIgnored"); \ +static_assert(offsetof(PawnMovementComponent_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_K2_GetInputVector \ +static_assert(alignof(PawnMovementComponent_K2_GetInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_K2_GetInputVector"); \ +static_assert(sizeof(PawnMovementComponent_K2_GetInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_K2_GetInputVector"); \ +static_assert(offsetof(PawnMovementComponent_K2_GetInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_K2_GetInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnMovementComponent \ +static_assert(alignof(UPawnMovementComponent) == 0x000008, "Wrong alignment on UPawnMovementComponent"); \ +static_assert(sizeof(UPawnMovementComponent) == 0x000138, "Wrong size on UPawnMovementComponent"); \ +static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000130, "Member 'UPawnMovementComponent::PawnOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatingPawnMovement \ +static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ +static_assert(sizeof(UFloatingPawnMovement) == 0x000150, "Wrong size on UFloatingPawnMovement"); \ +static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000138, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x00013C, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000140, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x000144, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorPawnMovement \ +static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ +static_assert(sizeof(USpectatorPawnMovement) == 0x000158, "Wrong size on USpectatorPawnMovement"); \ + +#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_UMaterialExpressionCollectionParameter \ +static_assert(alignof(UMaterialExpressionCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionParameter"); \ +static_assert(sizeof(UMaterialExpressionCollectionParameter) == 0x000060, "Wrong size on UMaterialExpressionCollectionParameter"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, Collection) == 0x000040, "Member 'UMaterialExpressionCollectionParameter::Collection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterName) == 0x000048, "Member 'UMaterialExpressionCollectionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterId) == 0x000050, "Member 'UMaterialExpressionCollectionParameter::ParameterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_AddForce \ +static_assert(alignof(CharacterMovementComponent_AddForce) == 0x000004, "Wrong alignment on CharacterMovementComponent_AddForce"); \ +static_assert(sizeof(CharacterMovementComponent_AddForce) == 0x00000C, "Wrong size on CharacterMovementComponent_AddForce"); \ +static_assert(offsetof(CharacterMovementComponent_AddForce, Force) == 0x000000, "Member 'CharacterMovementComponent_AddForce::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_AddImpulse \ +static_assert(alignof(CharacterMovementComponent_AddImpulse) == 0x000004, "Wrong alignment on CharacterMovementComponent_AddImpulse"); \ +static_assert(sizeof(CharacterMovementComponent_AddImpulse) == 0x000010, "Wrong size on CharacterMovementComponent_AddImpulse"); \ +static_assert(offsetof(CharacterMovementComponent_AddImpulse, Impulse) == 0x000000, "Member 'CharacterMovementComponent_AddImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_AddImpulse, bVelocityChange) == 0x00000C, "Member 'CharacterMovementComponent_AddImpulse::bVelocityChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_CalcVelocity \ +static_assert(alignof(CharacterMovementComponent_CalcVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_CalcVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_CalcVelocity) == 0x000010, "Wrong size on CharacterMovementComponent_CalcVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, DeltaTime) == 0x000000, "Member 'CharacterMovementComponent_CalcVelocity::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, Friction) == 0x000004, "Member 'CharacterMovementComponent_CalcVelocity::Friction' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, bFluid) == 0x000008, "Member 'CharacterMovementComponent_CalcVelocity::bFluid' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, BrakingDeceleration) == 0x00000C, "Member 'CharacterMovementComponent_CalcVelocity::BrakingDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_CapsuleTouched \ +static_assert(alignof(CharacterMovementComponent_CapsuleTouched) == 0x000008, "Wrong alignment on CharacterMovementComponent_CapsuleTouched"); \ +static_assert(sizeof(CharacterMovementComponent_CapsuleTouched) == 0x0000A8, "Wrong size on CharacterMovementComponent_CapsuleTouched"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OverlappedComp) == 0x000000, "Member 'CharacterMovementComponent_CapsuleTouched::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, Other) == 0x000008, "Member 'CharacterMovementComponent_CapsuleTouched::Other' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherComp) == 0x000010, "Member 'CharacterMovementComponent_CapsuleTouched::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'CharacterMovementComponent_CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, bFromSweep) == 0x00001C, "Member 'CharacterMovementComponent_CapsuleTouched::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, SweepResult) == 0x000020, "Member 'CharacterMovementComponent_CapsuleTouched::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceEnabled \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetAvoidanceEnabled"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on CharacterMovementComponent_SetAvoidanceEnabled"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroup \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroup"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroup"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroupMask \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoid \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoid"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoid"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoidMask \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnore \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnore"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnore"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnoreMask \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetMovementMode \ +static_assert(alignof(CharacterMovementComponent_SetMovementMode) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetMovementMode"); \ +static_assert(sizeof(CharacterMovementComponent_SetMovementMode) == 0x000002, "Wrong size on CharacterMovementComponent_SetMovementMode"); \ +static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewMovementMode) == 0x000000, "Member 'CharacterMovementComponent_SetMovementMode::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewCustomMode) == 0x000001, "Member 'CharacterMovementComponent_SetMovementMode::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorAngle \ +static_assert(alignof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorAngle"); \ +static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorAngle"); \ +static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorAngle, InWalkableFloorAngle) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorAngle::InWalkableFloorAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorZ \ +static_assert(alignof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorZ"); \ +static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorZ"); \ +static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorZ, InWalkableFloorZ) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorZ::InWalkableFloorZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetAnalogInputModifier \ +static_assert(alignof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetAnalogInputModifier"); \ +static_assert(sizeof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong size on CharacterMovementComponent_GetAnalogInputModifier"); \ +static_assert(offsetof(CharacterMovementComponent_GetAnalogInputModifier, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetAnalogInputModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCharacterOwner \ +static_assert(alignof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetCharacterOwner"); \ +static_assert(sizeof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong size on CharacterMovementComponent_GetCharacterOwner"); \ +static_assert(offsetof(CharacterMovementComponent_GetCharacterOwner, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCharacterOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCurrentAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetCurrentAcceleration) == 0x00000C, "Wrong size on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetCurrentAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCurrentAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetImpartedMovementBaseVelocity \ +static_assert(alignof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x00000C, "Wrong size on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetImpartedMovementBaseVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetImpartedMovementBaseVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateLocation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateLocation) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateLocation) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateLocation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRotation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRotation) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateRotation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateVelocity \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxBrakingDeceleration \ +static_assert(alignof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxBrakingDeceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxBrakingDeceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeight \ +static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeight"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeight"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeight, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeightWithJumpTime \ +static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeightWithJumpTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMinAnalogSpeed \ +static_assert(alignof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMinAnalogSpeed"); \ +static_assert(sizeof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong size on CharacterMovementComponent_GetMinAnalogSpeed"); \ +static_assert(offsetof(CharacterMovementComponent_GetMinAnalogSpeed, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMinAnalogSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMovementBase \ +static_assert(alignof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetMovementBase"); \ +static_assert(sizeof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong size on CharacterMovementComponent_GetMovementBase"); \ +static_assert(offsetof(CharacterMovementComponent_GetMovementBase, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMovementBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetPerchRadiusThreshold \ +static_assert(alignof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetPerchRadiusThreshold"); \ +static_assert(sizeof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong size on CharacterMovementComponent_GetPerchRadiusThreshold"); \ +static_assert(offsetof(CharacterMovementComponent_GetPerchRadiusThreshold, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetPerchRadiusThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetValidPerchRadius \ +static_assert(alignof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(sizeof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong size on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(offsetof(CharacterMovementComponent_GetValidPerchRadius, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetValidPerchRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalkable \ +static_assert(alignof(CharacterMovementComponent_IsWalkable) == 0x000004, "Wrong alignment on CharacterMovementComponent_IsWalkable"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalkable) == 0x00008C, "Wrong size on CharacterMovementComponent_IsWalkable"); \ +static_assert(offsetof(CharacterMovementComponent_IsWalkable, Hit) == 0x000000, "Member 'CharacterMovementComponent_IsWalkable::Hit' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_IsWalkable, ReturnValue) == 0x000088, "Member 'CharacterMovementComponent_IsWalkable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalking \ +static_assert(alignof(CharacterMovementComponent_IsWalking) == 0x000001, "Wrong alignment on CharacterMovementComponent_IsWalking"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalking) == 0x000001, "Wrong size on CharacterMovementComponent_IsWalking"); \ +static_assert(offsetof(CharacterMovementComponent_IsWalking, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_IsWalking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_ComputeFloorDist \ +static_assert(alignof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_ComputeFloorDist"); \ +static_assert(sizeof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x0000AC, "Wrong size on CharacterMovementComponent_K2_ComputeFloorDist"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, CapsuleLocation) == 0x000000, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::CapsuleLocation' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, LineDistance) == 0x00000C, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::LineDistance' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepDistance) == 0x000010, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepDistance' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepRadius) == 0x000014, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, FloorResult) == 0x000018, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::FloorResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_FindFloor \ +static_assert(alignof(CharacterMovementComponent_K2_FindFloor) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_FindFloor"); \ +static_assert(sizeof(CharacterMovementComponent_K2_FindFloor) == 0x0000A0, "Wrong size on CharacterMovementComponent_K2_FindFloor"); \ +static_assert(offsetof(CharacterMovementComponent_K2_FindFloor, CapsuleLocation) == 0x000000, "Member 'CharacterMovementComponent_K2_FindFloor::CapsuleLocation' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_FindFloor, FloorResult) == 0x00000C, "Member 'CharacterMovementComponent_K2_FindFloor::FloorResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetModifiedMaxAcceleration \ +static_assert(alignof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetModifiedMaxAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetModifiedMaxAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetModifiedMaxAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorAngle \ +static_assert(alignof(CharacterMovementComponent_K2_GetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetWalkableFloorAngle"); \ +static_assert(sizeof(CharacterMovementComponent_K2_GetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetWalkableFloorAngle"); \ +static_assert(offsetof(CharacterMovementComponent_K2_GetWalkableFloorAngle, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetWalkableFloorAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorZ \ +static_assert(alignof(CharacterMovementComponent_K2_GetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetWalkableFloorZ"); \ +static_assert(sizeof(CharacterMovementComponent_K2_GetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetWalkableFloorZ"); \ +static_assert(offsetof(CharacterMovementComponent_K2_GetWalkableFloorZ, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetWalkableFloorZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterMovementComponent \ +static_assert(alignof(UCharacterMovementComponent) == 0x000010, "Wrong alignment on UCharacterMovementComponent"); \ +static_assert(sizeof(UCharacterMovementComponent) == 0x000AF0, "Wrong size on UCharacterMovementComponent"); \ +static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000148, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000150, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x000154, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000158, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x00015C, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x000160, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x000164, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000168, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x000169, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x00016A, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x00016C, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x00018C, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x000190, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x000194, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x000198, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x00019C, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x0001A0, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x0001A4, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x0001A8, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x0001AC, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x0001B0, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x0001B4, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x0001B8, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x0001BC, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x0001C0, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x0001C4, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x0001C8, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x0001CC, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x0001D0, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x0001D4, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x0001D8, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x0001DC, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x0001E0, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x0001E4, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x0001F8, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000200, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x000204, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000208, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x00020C, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000210, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x000214, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x000218, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x00021C, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x000220, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x000224, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x000228, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x00022C, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000240, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000250, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x00025C, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000268, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x00026C, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000270, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000274, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x000280, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x00028C, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x00029C, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x0002A0, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x0002A4, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x0002A8, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x0002AC, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x0002B0, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x0002B4, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x0002B8, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x0002BC, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x0002C0, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x0002C4, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x0002C8, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0002CC, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0002D0, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0002D4, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0002D8, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0002DC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x0002E0, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x0002E4, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x0002E8, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x0002EC, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x0002F0, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x000384, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x000385, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x000386, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x00039C, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0003A0, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x0003AC, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x0003B0, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x0003B4, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x0003B8, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x0003BC, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x0003C0, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x000470, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x000474, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x000478, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x00047C, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x000480, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x000484, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x000488, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x0004D0, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x000980, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x0009B8, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000A80, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000AC0, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_HideActorComponents \ +static_assert(alignof(SceneCaptureComponent_HideActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideActorComponents"); \ +static_assert(sizeof(SceneCaptureComponent_HideActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_HideActorComponents"); \ +static_assert(offsetof(SceneCaptureComponent_HideActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_HideActorComponents::InActor' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent_HideActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_HideActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_HideComponent \ +static_assert(alignof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideComponent"); \ +static_assert(sizeof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong size on SceneCaptureComponent_HideComponent"); \ +static_assert(offsetof(SceneCaptureComponent_HideComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_HideComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyActorComponents \ +static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ +static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ +static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::InActor' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyComponent \ +static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyComponent"); \ +static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_RemoveShowOnlyComponent"); \ +static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_SetCaptureSortPriority \ +static_assert(alignof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong alignment on SceneCaptureComponent_SetCaptureSortPriority"); \ +static_assert(sizeof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong size on SceneCaptureComponent_SetCaptureSortPriority"); \ +static_assert(offsetof(SceneCaptureComponent_SetCaptureSortPriority, NewCaptureSortPriority) == 0x000000, "Member 'SceneCaptureComponent_SetCaptureSortPriority::NewCaptureSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyActorComponents \ +static_assert(alignof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyActorComponents"); \ +static_assert(sizeof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_ShowOnlyActorComponents"); \ +static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::InActor' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyComponent \ +static_assert(alignof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyComponent"); \ +static_assert(sizeof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_ShowOnlyComponent"); \ +static_assert(offsetof(SceneCaptureComponent_ShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponent \ +static_assert(alignof(USceneCaptureComponent) == 0x000010, "Wrong alignment on USceneCaptureComponent"); \ +static_assert(sizeof(USceneCaptureComponent) == 0x0002B0, "Wrong size on USceneCaptureComponent"); \ +static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x0001F8, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x0001F9, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x0001FB, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000200, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000210, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000220, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x000230, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000240, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x000244, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x000248, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x00024C, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x000250, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x000290, "Member 'USceneCaptureComponent::ProfilingEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanarReflectionComponent \ +static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ +static_assert(sizeof(UPlanarReflectionComponent) == 0x0003A0, "Wrong size on UPlanarReflectionComponent"); \ +static_assert(offsetof(UPlanarReflectionComponent, PreviewBox) == 0x0002B0, "Member 'UPlanarReflectionComponent::PreviewBox' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, NormalDistortionStrength) == 0x0002B8, "Member 'UPlanarReflectionComponent::NormalDistortionStrength' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughness) == 0x0002BC, "Member 'UPlanarReflectionComponent::PrefilterRoughness' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughnessDistance) == 0x0002C0, "Member 'UPlanarReflectionComponent::PrefilterRoughnessDistance' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ScreenPercentage) == 0x0002C4, "Member 'UPlanarReflectionComponent::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ExtraFOV) == 0x0002C8, "Member 'UPlanarReflectionComponent::ExtraFOV' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeStart) == 0x0002CC, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeEnd) == 0x0002D0, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutStart) == 0x0002D4, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutEnd) == 0x0002D8, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeStart) == 0x0002DC, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeEnd) == 0x0002E0, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bShowPreviewPlane) == 0x0002E4, "Member 'UPlanarReflectionComponent::bShowPreviewPlane' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bRenderSceneTwoSided) == 0x0002E5, "Member 'UPlanarReflectionComponent::bRenderSceneTwoSided' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsVolume \ +static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ +static_assert(sizeof(APhysicsVolume) == 0x000270, "Wrong size on APhysicsVolume"); \ +static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x000260, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, Priority) == 0x000264, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x000268, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APainCausingVolume \ +static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ +static_assert(sizeof(APainCausingVolume) == 0x000298, "Wrong size on APainCausingVolume"); \ +static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x000274, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageType) == 0x000278, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, PainInterval) == 0x000280, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x000288, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameNetworkManager \ +static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ +static_assert(sizeof(AGameNetworkManager) == 0x0002D8, "Wrong size on AGameNetworkManager"); \ +static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x000228, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x00022C, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000230, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x000234, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x000238, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x00023C, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x000240, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x000244, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x000248, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x000250, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x000254, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x000258, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x00025C, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x000260, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x000264, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x000268, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x00026C, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x000270, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x000274, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x000278, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x00027C, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x000280, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x000284, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x000288, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x00028C, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x000290, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x000294, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x000298, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x00029C, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x0002A0, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x0002A4, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x0002A8, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x0002AC, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x0002B0, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x0002B4, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x0002B5, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x0002B8, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x0002BC, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x0002C0, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x0002C4, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x0002C8, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x0002C9, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_USoundEffectSourcePreset \ +static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ +static_assert(sizeof(USoundEffectSourcePreset) == 0x000068, "Wrong size on USoundEffectSourcePreset"); \ + +#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_CameraModifier_BlueprintModifyCamera \ +static_assert(alignof(CameraModifier_BlueprintModifyCamera) == 0x000004, "Wrong alignment on CameraModifier_BlueprintModifyCamera"); \ +static_assert(sizeof(CameraModifier_BlueprintModifyCamera) == 0x00003C, "Wrong size on CameraModifier_BlueprintModifyCamera"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyCamera::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewLocation) == 0x000004, "Member 'CameraModifier_BlueprintModifyCamera::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewRotation) == 0x000010, "Member 'CameraModifier_BlueprintModifyCamera::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, FOV) == 0x00001C, "Member 'CameraModifier_BlueprintModifyCamera::FOV' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewLocation) == 0x000020, "Member 'CameraModifier_BlueprintModifyCamera::NewViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewRotation) == 0x00002C, "Member 'CameraModifier_BlueprintModifyCamera::NewViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewFOV) == 0x000038, "Member 'CameraModifier_BlueprintModifyCamera::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_BlueprintModifyPostProcess \ +static_assert(alignof(CameraModifier_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on CameraModifier_BlueprintModifyPostProcess"); \ +static_assert(sizeof(CameraModifier_BlueprintModifyPostProcess) == 0x000570, "Wrong size on CameraModifier_BlueprintModifyPostProcess"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_DisableModifier \ +static_assert(alignof(CameraModifier_DisableModifier) == 0x000001, "Wrong alignment on CameraModifier_DisableModifier"); \ +static_assert(sizeof(CameraModifier_DisableModifier) == 0x000001, "Wrong size on CameraModifier_DisableModifier"); \ +static_assert(offsetof(CameraModifier_DisableModifier, bImmediate) == 0x000000, "Member 'CameraModifier_DisableModifier::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_GetViewTarget \ +static_assert(alignof(CameraModifier_GetViewTarget) == 0x000008, "Wrong alignment on CameraModifier_GetViewTarget"); \ +static_assert(sizeof(CameraModifier_GetViewTarget) == 0x000008, "Wrong size on CameraModifier_GetViewTarget"); \ +static_assert(offsetof(CameraModifier_GetViewTarget, ReturnValue) == 0x000000, "Member 'CameraModifier_GetViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_IsDisabled \ +static_assert(alignof(CameraModifier_IsDisabled) == 0x000001, "Wrong alignment on CameraModifier_IsDisabled"); \ +static_assert(sizeof(CameraModifier_IsDisabled) == 0x000001, "Wrong size on CameraModifier_IsDisabled"); \ +static_assert(offsetof(CameraModifier_IsDisabled, ReturnValue) == 0x000000, "Member 'CameraModifier_IsDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier \ +static_assert(alignof(UCameraModifier) == 0x000008, "Wrong alignment on UCameraModifier"); \ +static_assert(sizeof(UCameraModifier) == 0x000048, "Wrong size on UCameraModifier"); \ +static_assert(offsetof(UCameraModifier, Priority) == 0x00002C, "Member 'UCameraModifier::Priority' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, CameraOwner) == 0x000030, "Member 'UCameraModifier::CameraOwner' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaInTime) == 0x000038, "Member 'UCameraModifier::AlphaInTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaOutTime) == 0x00003C, "Member 'UCameraModifier::AlphaOutTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, Alpha) == 0x000040, "Member 'UCameraModifier::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UParticleModuleRotationRateBase \ +static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ +static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000030, "Wrong size on UParticleModuleRotationRateBase"); \ + +#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_UTickableWorldSubsystem \ +static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ +static_assert(sizeof(UTickableWorldSubsystem) == 0x000040, "Wrong size on UTickableWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_OnRep_StaticMesh \ +static_assert(alignof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_OnRep_StaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong size on StaticMeshComponent_OnRep_StaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_OnRep_StaticMesh, OldStaticMesh) == 0x000000, "Member 'StaticMeshComponent_OnRep_StaticMesh::OldStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetDistanceFieldSelfShadowBias \ +static_assert(alignof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong alignment on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ +static_assert(sizeof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong size on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ +static_assert(offsetof(StaticMeshComponent_SetDistanceFieldSelfShadowBias, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetDistanceFieldSelfShadowBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing \ +static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetForcedLodModel \ +static_assert(alignof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong alignment on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(sizeof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong size on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(offsetof(StaticMeshComponent_SetForcedLodModel, NewForcedLodModel) == 0x000000, "Member 'StaticMeshComponent_SetForcedLodModel::NewForcedLodModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetReverseCulling \ +static_assert(alignof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong alignment on StaticMeshComponent_SetReverseCulling"); \ +static_assert(sizeof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong size on StaticMeshComponent_SetReverseCulling"); \ +static_assert(offsetof(StaticMeshComponent_SetReverseCulling, ReverseCulling) == 0x000000, "Member 'StaticMeshComponent_SetReverseCulling::ReverseCulling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetStaticMesh \ +static_assert(alignof(StaticMeshComponent_SetStaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_SetStaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_SetStaticMesh) == 0x000010, "Wrong size on StaticMeshComponent_SetStaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, NewMesh) == 0x000000, "Member 'StaticMeshComponent_SetStaticMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, ReturnValue) == 0x000008, "Member 'StaticMeshComponent_SetStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_GetLocalBounds \ +static_assert(alignof(StaticMeshComponent_GetLocalBounds) == 0x000004, "Wrong alignment on StaticMeshComponent_GetLocalBounds"); \ +static_assert(sizeof(StaticMeshComponent_GetLocalBounds) == 0x000018, "Wrong size on StaticMeshComponent_GetLocalBounds"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Min) == 0x000000, "Member 'StaticMeshComponent_GetLocalBounds::Min' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Max) == 0x00000C, "Member 'StaticMeshComponent_GetLocalBounds::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshComponent \ +static_assert(alignof(UStaticMeshComponent) == 0x000010, "Wrong alignment on UStaticMeshComponent"); \ +static_assert(sizeof(UStaticMeshComponent) == 0x0004E0, "Wrong size on UStaticMeshComponent"); \ +static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000478, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x00047C, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x000480, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x000484, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x000488, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x000490, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x000498, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x00049C, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x0004A0, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x0004A4, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LODData) == 0x0004A8, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0004B8, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x0004C8, "Member 'UStaticMeshComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMax \ +static_assert(alignof(SplineMeshComponent_SetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMax"); \ +static_assert(sizeof(SplineMeshComponent_SetBoundaryMax) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMax"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, InBoundaryMax) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMax::InBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMax::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMin \ +static_assert(alignof(SplineMeshComponent_SetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMin"); \ +static_assert(sizeof(SplineMeshComponent_SetBoundaryMin) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMin"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, InBoundaryMin) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMin::InBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMin::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndOffset \ +static_assert(alignof(SplineMeshComponent_SetEndOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetEndOffset) == 0x00000C, "Wrong size on SplineMeshComponent_SetEndOffset"); \ +static_assert(offsetof(SplineMeshComponent_SetEndOffset, EndOffset) == 0x000000, "Member 'SplineMeshComponent_SetEndOffset::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndOffset, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetEndOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndPosition \ +static_assert(alignof(SplineMeshComponent_SetEndPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetEndPosition) == 0x000010, "Wrong size on SplineMeshComponent_SetEndPosition"); \ +static_assert(offsetof(SplineMeshComponent_SetEndPosition, EndPos) == 0x000000, "Member 'SplineMeshComponent_SetEndPosition::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndPosition, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetEndPosition::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndRoll \ +static_assert(alignof(SplineMeshComponent_SetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndRoll"); \ +static_assert(sizeof(SplineMeshComponent_SetEndRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetEndRoll"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRoll, EndRoll) == 0x000000, "Member 'SplineMeshComponent_SetEndRoll::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetEndRoll::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndScale \ +static_assert(alignof(SplineMeshComponent_SetEndScale) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_SetEndScale) == 0x00000C, "Wrong size on SplineMeshComponent_SetEndScale"); \ +static_assert(offsetof(SplineMeshComponent_SetEndScale, EndScale) == 0x000000, "Member 'SplineMeshComponent_SetEndScale::EndScale' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndScale, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetEndScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndTangent \ +static_assert(alignof(SplineMeshComponent_SetEndTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetEndTangent) == 0x000010, "Wrong size on SplineMeshComponent_SetEndTangent"); \ +static_assert(offsetof(SplineMeshComponent_SetEndTangent, EndTangent) == 0x000000, "Member 'SplineMeshComponent_SetEndTangent::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndTangent, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetEndTangent::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetForwardAxis \ +static_assert(alignof(SplineMeshComponent_SetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_SetForwardAxis"); \ +static_assert(sizeof(SplineMeshComponent_SetForwardAxis) == 0x000002, "Wrong size on SplineMeshComponent_SetForwardAxis"); \ +static_assert(offsetof(SplineMeshComponent_SetForwardAxis, InForwardAxis) == 0x000000, "Member 'SplineMeshComponent_SetForwardAxis::InForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetForwardAxis, bUpdateMesh) == 0x000001, "Member 'SplineMeshComponent_SetForwardAxis::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetSplineUpDir \ +static_assert(alignof(SplineMeshComponent_SetSplineUpDir) == 0x000004, "Wrong alignment on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_SetSplineUpDir) == 0x000010, "Wrong size on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, InSplineUpDir) == 0x000000, "Member 'SplineMeshComponent_SetSplineUpDir::InSplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetSplineUpDir::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartAndEnd \ +static_assert(alignof(SplineMeshComponent_SetStartAndEnd) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(sizeof(SplineMeshComponent_SetStartAndEnd) == 0x000034, "Wrong size on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartAndEnd::StartPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartTangent) == 0x00000C, "Member 'SplineMeshComponent_SetStartAndEnd::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndPos) == 0x000018, "Member 'SplineMeshComponent_SetStartAndEnd::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndTangent) == 0x000024, "Member 'SplineMeshComponent_SetStartAndEnd::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, bUpdateMesh) == 0x000030, "Member 'SplineMeshComponent_SetStartAndEnd::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartOffset \ +static_assert(alignof(SplineMeshComponent_SetStartOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetStartOffset) == 0x00000C, "Wrong size on SplineMeshComponent_SetStartOffset"); \ +static_assert(offsetof(SplineMeshComponent_SetStartOffset, StartOffset) == 0x000000, "Member 'SplineMeshComponent_SetStartOffset::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartOffset, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetStartOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartPosition \ +static_assert(alignof(SplineMeshComponent_SetStartPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetStartPosition) == 0x000010, "Wrong size on SplineMeshComponent_SetStartPosition"); \ +static_assert(offsetof(SplineMeshComponent_SetStartPosition, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartPosition::StartPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartPosition, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetStartPosition::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartRoll \ +static_assert(alignof(SplineMeshComponent_SetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartRoll"); \ +static_assert(sizeof(SplineMeshComponent_SetStartRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetStartRoll"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRoll, StartRoll) == 0x000000, "Member 'SplineMeshComponent_SetStartRoll::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetStartRoll::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartScale \ +static_assert(alignof(SplineMeshComponent_SetStartScale) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_SetStartScale) == 0x00000C, "Wrong size on SplineMeshComponent_SetStartScale"); \ +static_assert(offsetof(SplineMeshComponent_SetStartScale, StartScale) == 0x000000, "Member 'SplineMeshComponent_SetStartScale::StartScale' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartScale, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetStartScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartTangent \ +static_assert(alignof(SplineMeshComponent_SetStartTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetStartTangent) == 0x000010, "Wrong size on SplineMeshComponent_SetStartTangent"); \ +static_assert(offsetof(SplineMeshComponent_SetStartTangent, StartTangent) == 0x000000, "Member 'SplineMeshComponent_SetStartTangent::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartTangent, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetStartTangent::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMax \ +static_assert(alignof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMax"); \ +static_assert(sizeof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMax"); \ +static_assert(offsetof(SplineMeshComponent_GetBoundaryMax, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMin \ +static_assert(alignof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMin"); \ +static_assert(sizeof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMin"); \ +static_assert(offsetof(SplineMeshComponent_GetBoundaryMin, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndOffset \ +static_assert(alignof(SplineMeshComponent_GetEndOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetEndOffset) == 0x000008, "Wrong size on SplineMeshComponent_GetEndOffset"); \ +static_assert(offsetof(SplineMeshComponent_GetEndOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndPosition \ +static_assert(alignof(SplineMeshComponent_GetEndPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetEndPosition) == 0x00000C, "Wrong size on SplineMeshComponent_GetEndPosition"); \ +static_assert(offsetof(SplineMeshComponent_GetEndPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndRoll \ +static_assert(alignof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndRoll"); \ +static_assert(sizeof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetEndRoll"); \ +static_assert(offsetof(SplineMeshComponent_GetEndRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndScale \ +static_assert(alignof(SplineMeshComponent_GetEndScale) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_GetEndScale) == 0x000008, "Wrong size on SplineMeshComponent_GetEndScale"); \ +static_assert(offsetof(SplineMeshComponent_GetEndScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndTangent \ +static_assert(alignof(SplineMeshComponent_GetEndTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetEndTangent) == 0x00000C, "Wrong size on SplineMeshComponent_GetEndTangent"); \ +static_assert(offsetof(SplineMeshComponent_GetEndTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetForwardAxis \ +static_assert(alignof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_GetForwardAxis"); \ +static_assert(sizeof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong size on SplineMeshComponent_GetForwardAxis"); \ +static_assert(offsetof(SplineMeshComponent_GetForwardAxis, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetForwardAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetSplineUpDir \ +static_assert(alignof(SplineMeshComponent_GetSplineUpDir) == 0x000004, "Wrong alignment on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_GetSplineUpDir) == 0x00000C, "Wrong size on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(offsetof(SplineMeshComponent_GetSplineUpDir, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetSplineUpDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartOffset \ +static_assert(alignof(SplineMeshComponent_GetStartOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetStartOffset) == 0x000008, "Wrong size on SplineMeshComponent_GetStartOffset"); \ +static_assert(offsetof(SplineMeshComponent_GetStartOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartPosition \ +static_assert(alignof(SplineMeshComponent_GetStartPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetStartPosition) == 0x00000C, "Wrong size on SplineMeshComponent_GetStartPosition"); \ +static_assert(offsetof(SplineMeshComponent_GetStartPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartRoll \ +static_assert(alignof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartRoll"); \ +static_assert(sizeof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetStartRoll"); \ +static_assert(offsetof(SplineMeshComponent_GetStartRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartScale \ +static_assert(alignof(SplineMeshComponent_GetStartScale) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_GetStartScale) == 0x000008, "Wrong size on SplineMeshComponent_GetStartScale"); \ +static_assert(offsetof(SplineMeshComponent_GetStartScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartTangent \ +static_assert(alignof(SplineMeshComponent_GetStartTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetStartTangent) == 0x00000C, "Wrong size on SplineMeshComponent_GetStartTangent"); \ +static_assert(offsetof(SplineMeshComponent_GetStartTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineMeshComponent \ +static_assert(alignof(USplineMeshComponent) == 0x000010, "Wrong alignment on USplineMeshComponent"); \ +static_assert(sizeof(USplineMeshComponent) == 0x000580, "Wrong size on USplineMeshComponent"); \ +static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x0004E8, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x000540, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x00054C, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x000550, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000560, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x000568, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x00056D, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000570, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_InstancedStaticMeshComponent_AddInstance \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstance) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstance) == 0x000040, "Wrong size on InstancedStaticMeshComponent_AddInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, InstanceTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstance::InstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, ReturnValue) == 0x000030, "Member 'InstancedStaticMeshComponent_AddInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstances \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstances) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_AddInstances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstances) == 0x000028, "Wrong size on InstancedStaticMeshComponent_AddInstances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, InstanceTransforms) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstances::InstanceTransforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bShouldReturnIndices) == 0x000010, "Member 'InstancedStaticMeshComponent_AddInstances::bShouldReturnIndices' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_AddInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstanceWorldSpace \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000040, "Wrong size on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, WorldTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, ReturnValue) == 0x000030, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransform \ +static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NumInstances) == 0x000004, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NewInstancesTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NewInstancesTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bMarkRenderStateDirty) == 0x000041, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bTeleport) == 0x000042, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, ReturnValue) == 0x000043, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransforms \ +static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ +static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000020, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, NewInstancesTransforms) == 0x000008, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::NewInstancesTransforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bWorldSpace) == 0x000018, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bMarkRenderStateDirty) == 0x000019, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bTeleport) == 0x00001A, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, ReturnValue) == 0x00001B, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_RemoveInstance \ +static_assert(alignof(InstancedStaticMeshComponent_RemoveInstance) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_RemoveInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_RemoveInstance) == 0x000008, "Wrong size on InstancedStaticMeshComponent_RemoveInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'InstancedStaticMeshComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCullDistances \ +static_assert(alignof(InstancedStaticMeshComponent_SetCullDistances) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCullDistances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetCullDistances) == 0x000008, "Wrong size on InstancedStaticMeshComponent_SetCullDistances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, StartCullDistance) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCullDistances::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, EndCullDistance) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCullDistances::EndCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCustomDataValue \ +static_assert(alignof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCustomDataValue"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000010, "Wrong size on InstancedStaticMeshComponent_SetCustomDataValue"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataIndex) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataValue) == 0x000008, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, bMarkRenderStateDirty) == 0x00000C, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, ReturnValue) == 0x00000D, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_UpdateInstanceTransform \ +static_assert(alignof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000041, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bTeleport) == 0x000042, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, ReturnValue) == 0x000043, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceCount \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceCount"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong size on InstancedStaticMeshComponent_GetInstanceCount"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingBox \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000030, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, Box) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::Box' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, bBoxInWorldSpace) == 0x00001C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::bBoxInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, ReturnValue) == 0x000020, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingSphere \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000028, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Center) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Radius) == 0x00000C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, bSphereInWorldSpace) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::bSphereInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceTransform \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_GetInstanceTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, ReturnValue) == 0x000041, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInstancedStaticMeshComponent \ +static_assert(alignof(UInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UInstancedStaticMeshComponent"); \ +static_assert(sizeof(UInstancedStaticMeshComponent) == 0x000590, "Wrong size on UInstancedStaticMeshComponent"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x0004E0, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x0004F0, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x0004F8, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x000508, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x00050C, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x000510, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x000518, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000570, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000578, "Member 'UInstancedStaticMeshComponent::CachedMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UCameraAnim \ +static_assert(alignof(UCameraAnim) == 0x000010, "Wrong alignment on UCameraAnim"); \ +static_assert(sizeof(UCameraAnim) == 0x0005D0, "Wrong size on UCameraAnim"); \ +static_assert(offsetof(UCameraAnim, CameraInterpGroup) == 0x000028, "Member 'UCameraAnim::CameraInterpGroup' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, AnimLength) == 0x000030, "Member 'UCameraAnim::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BoundingBox) == 0x000034, "Member 'UCameraAnim::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BaseFOV) == 0x000054, "Member 'UCameraAnim::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BasePostProcessSettings) == 0x000060, "Member 'UCameraAnim::BasePostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BasePostProcessBlendWeight) == 0x0005C0, "Member 'UCameraAnim::BasePostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetInputSettings \ +static_assert(alignof(InputSettings_GetInputSettings) == 0x000008, "Wrong alignment on InputSettings_GetInputSettings"); \ +static_assert(sizeof(InputSettings_GetInputSettings) == 0x000008, "Wrong size on InputSettings_GetInputSettings"); \ +static_assert(offsetof(InputSettings_GetInputSettings, ReturnValue) == 0x000000, "Member 'InputSettings_GetInputSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_AddActionMapping \ +static_assert(alignof(InputSettings_AddActionMapping) == 0x000008, "Wrong alignment on InputSettings_AddActionMapping"); \ +static_assert(sizeof(InputSettings_AddActionMapping) == 0x000030, "Wrong size on InputSettings_AddActionMapping"); \ +static_assert(offsetof(InputSettings_AddActionMapping, KeyMapping) == 0x000000, "Member 'InputSettings_AddActionMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_AddActionMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_AddActionMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_AddAxisMapping \ +static_assert(alignof(InputSettings_AddAxisMapping) == 0x000008, "Wrong alignment on InputSettings_AddAxisMapping"); \ +static_assert(sizeof(InputSettings_AddAxisMapping) == 0x000030, "Wrong size on InputSettings_AddAxisMapping"); \ +static_assert(offsetof(InputSettings_AddAxisMapping, KeyMapping) == 0x000000, "Member 'InputSettings_AddAxisMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_AddAxisMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_AddAxisMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_RemoveActionMapping \ +static_assert(alignof(InputSettings_RemoveActionMapping) == 0x000008, "Wrong alignment on InputSettings_RemoveActionMapping"); \ +static_assert(sizeof(InputSettings_RemoveActionMapping) == 0x000030, "Wrong size on InputSettings_RemoveActionMapping"); \ +static_assert(offsetof(InputSettings_RemoveActionMapping, KeyMapping) == 0x000000, "Member 'InputSettings_RemoveActionMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_RemoveActionMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_RemoveActionMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_RemoveAxisMapping \ +static_assert(alignof(InputSettings_RemoveAxisMapping) == 0x000008, "Wrong alignment on InputSettings_RemoveAxisMapping"); \ +static_assert(sizeof(InputSettings_RemoveAxisMapping) == 0x000030, "Wrong size on InputSettings_RemoveAxisMapping"); \ +static_assert(offsetof(InputSettings_RemoveAxisMapping, KeyMapping) == 0x000000, "Member 'InputSettings_RemoveAxisMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_RemoveAxisMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_RemoveAxisMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetActionMappingByName \ +static_assert(alignof(InputSettings_GetActionMappingByName) == 0x000008, "Wrong alignment on InputSettings_GetActionMappingByName"); \ +static_assert(sizeof(InputSettings_GetActionMappingByName) == 0x000018, "Wrong size on InputSettings_GetActionMappingByName"); \ +static_assert(offsetof(InputSettings_GetActionMappingByName, InActionName) == 0x000000, "Member 'InputSettings_GetActionMappingByName::InActionName' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_GetActionMappingByName, OutMappings) == 0x000008, "Member 'InputSettings_GetActionMappingByName::OutMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetActionNames \ +static_assert(alignof(InputSettings_GetActionNames) == 0x000008, "Wrong alignment on InputSettings_GetActionNames"); \ +static_assert(sizeof(InputSettings_GetActionNames) == 0x000010, "Wrong size on InputSettings_GetActionNames"); \ +static_assert(offsetof(InputSettings_GetActionNames, ActionNames) == 0x000000, "Member 'InputSettings_GetActionNames::ActionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetAxisMappingByName \ +static_assert(alignof(InputSettings_GetAxisMappingByName) == 0x000008, "Wrong alignment on InputSettings_GetAxisMappingByName"); \ +static_assert(sizeof(InputSettings_GetAxisMappingByName) == 0x000018, "Wrong size on InputSettings_GetAxisMappingByName"); \ +static_assert(offsetof(InputSettings_GetAxisMappingByName, InAxisName) == 0x000000, "Member 'InputSettings_GetAxisMappingByName::InAxisName' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_GetAxisMappingByName, OutMappings) == 0x000008, "Member 'InputSettings_GetAxisMappingByName::OutMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetAxisNames \ +static_assert(alignof(InputSettings_GetAxisNames) == 0x000008, "Wrong alignment on InputSettings_GetAxisNames"); \ +static_assert(sizeof(InputSettings_GetAxisNames) == 0x000010, "Wrong size on InputSettings_GetAxisNames"); \ +static_assert(offsetof(InputSettings_GetAxisNames, AxisNames) == 0x000000, "Member 'InputSettings_GetAxisNames::AxisNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputSettings \ +static_assert(alignof(UInputSettings) == 0x000008, "Wrong alignment on UInputSettings"); \ +static_assert(sizeof(UInputSettings) == 0x000140, "Wrong size on UInputSettings"); \ +static_assert(offsetof(UInputSettings, AxisConfig) == 0x000028, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, bUseAutocorrect) == 0x00003A, "Member 'UInputSettings::bUseAutocorrect' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000040, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000070, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000071, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, FOVScale) == 0x000074, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000078, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ActionMappings) == 0x000080, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, AxisMappings) == 0x000090, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000A0, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000B0, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x0000D8, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000100, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKey) == 0x000118, "Member 'UInputSettings::ConsoleKey' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000130, "Member 'UInputSettings::ConsoleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShapeComponent \ +static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ +static_assert(sizeof(UShapeComponent) == 0x000470, "Wrong size on UShapeComponent"); \ +static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000450, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, AreaClass) == 0x000458, "Member 'UShapeComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000460, "Member 'UShapeComponent::ShapeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_SpringArmComponent_GetTargetRotation \ +static_assert(alignof(SpringArmComponent_GetTargetRotation) == 0x000004, "Wrong alignment on SpringArmComponent_GetTargetRotation"); \ +static_assert(sizeof(SpringArmComponent_GetTargetRotation) == 0x00000C, "Wrong size on SpringArmComponent_GetTargetRotation"); \ +static_assert(offsetof(SpringArmComponent_GetTargetRotation, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetTargetRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_GetUnfixedCameraPosition \ +static_assert(alignof(SpringArmComponent_GetUnfixedCameraPosition) == 0x000004, "Wrong alignment on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(sizeof(SpringArmComponent_GetUnfixedCameraPosition) == 0x00000C, "Wrong size on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(offsetof(SpringArmComponent_GetUnfixedCameraPosition, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetUnfixedCameraPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_IsCollisionFixApplied \ +static_assert(alignof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong alignment on SpringArmComponent_IsCollisionFixApplied"); \ +static_assert(sizeof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong size on SpringArmComponent_IsCollisionFixApplied"); \ +static_assert(offsetof(SpringArmComponent_IsCollisionFixApplied, ReturnValue) == 0x000000, "Member 'SpringArmComponent_IsCollisionFixApplied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpringArmComponent \ +static_assert(alignof(USpringArmComponent) == 0x000010, "Wrong alignment on USpringArmComponent"); \ +static_assert(sizeof(USpringArmComponent) == 0x000290, "Wrong size on USpringArmComponent"); \ +static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x0001F8, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x0001FC, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000208, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000214, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x000218, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraZLocLagSpeed) == 0x000220, "Member 'USpringArmComponent::CameraZLocLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraZLocLagDistance) == 0x000224, "Member 'USpringArmComponent::CameraZLocLagDistance' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x00022C, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000230, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x000234, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x000238, "Member 'USpringArmComponent::CameraLagMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsVectorField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsVectorField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsVectorField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsVectorField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_SetSphereRadius \ +static_assert(alignof(SphereComponent_SetSphereRadius) == 0x000004, "Wrong alignment on SphereComponent_SetSphereRadius"); \ +static_assert(sizeof(SphereComponent_SetSphereRadius) == 0x000008, "Wrong size on SphereComponent_SetSphereRadius"); \ +static_assert(offsetof(SphereComponent_SetSphereRadius, InSphereRadius) == 0x000000, "Member 'SphereComponent_SetSphereRadius::InSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(SphereComponent_SetSphereRadius, bUpdateOverlaps) == 0x000004, "Member 'SphereComponent_SetSphereRadius::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_GetScaledSphereRadius \ +static_assert(alignof(SphereComponent_GetScaledSphereRadius) == 0x000004, "Wrong alignment on SphereComponent_GetScaledSphereRadius"); \ +static_assert(sizeof(SphereComponent_GetScaledSphereRadius) == 0x000004, "Wrong size on SphereComponent_GetScaledSphereRadius"); \ +static_assert(offsetof(SphereComponent_GetScaledSphereRadius, ReturnValue) == 0x000000, "Member 'SphereComponent_GetScaledSphereRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_GetShapeScale \ +static_assert(alignof(SphereComponent_GetShapeScale) == 0x000004, "Wrong alignment on SphereComponent_GetShapeScale"); \ +static_assert(sizeof(SphereComponent_GetShapeScale) == 0x000004, "Wrong size on SphereComponent_GetShapeScale"); \ +static_assert(offsetof(SphereComponent_GetShapeScale, ReturnValue) == 0x000000, "Member 'SphereComponent_GetShapeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_GetUnscaledSphereRadius \ +static_assert(alignof(SphereComponent_GetUnscaledSphereRadius) == 0x000004, "Wrong alignment on SphereComponent_GetUnscaledSphereRadius"); \ +static_assert(sizeof(SphereComponent_GetUnscaledSphereRadius) == 0x000004, "Wrong size on SphereComponent_GetUnscaledSphereRadius"); \ +static_assert(offsetof(SphereComponent_GetUnscaledSphereRadius, ReturnValue) == 0x000000, "Member 'SphereComponent_GetUnscaledSphereRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereComponent \ +static_assert(alignof(USphereComponent) == 0x000010, "Wrong alignment on USphereComponent"); \ +static_assert(sizeof(USphereComponent) == 0x000470, "Wrong size on USphereComponent"); \ +static_assert(offsetof(USphereComponent, SphereRadius) == 0x000468, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_BillboardComponent_SetSprite \ +static_assert(alignof(BillboardComponent_SetSprite) == 0x000008, "Wrong alignment on BillboardComponent_SetSprite"); \ +static_assert(sizeof(BillboardComponent_SetSprite) == 0x000008, "Wrong size on BillboardComponent_SetSprite"); \ +static_assert(offsetof(BillboardComponent_SetSprite, NewSprite) == 0x000000, "Member 'BillboardComponent_SetSprite::NewSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BillboardComponent_SetSpriteAndUV \ +static_assert(alignof(BillboardComponent_SetSpriteAndUV) == 0x000008, "Wrong alignment on BillboardComponent_SetSpriteAndUV"); \ +static_assert(sizeof(BillboardComponent_SetSpriteAndUV) == 0x000018, "Wrong size on BillboardComponent_SetSpriteAndUV"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewSprite) == 0x000000, "Member 'BillboardComponent_SetSpriteAndUV::NewSprite' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewU) == 0x000008, "Member 'BillboardComponent_SetSpriteAndUV::NewU' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewUL) == 0x00000C, "Member 'BillboardComponent_SetSpriteAndUV::NewUL' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewV) == 0x000010, "Member 'BillboardComponent_SetSpriteAndUV::NewV' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewVL) == 0x000014, "Member 'BillboardComponent_SetSpriteAndUV::NewVL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BillboardComponent_SetUV \ +static_assert(alignof(BillboardComponent_SetUV) == 0x000004, "Wrong alignment on BillboardComponent_SetUV"); \ +static_assert(sizeof(BillboardComponent_SetUV) == 0x000010, "Wrong size on BillboardComponent_SetUV"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewU) == 0x000000, "Member 'BillboardComponent_SetUV::NewU' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewUL) == 0x000004, "Member 'BillboardComponent_SetUV::NewUL' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewV) == 0x000008, "Member 'BillboardComponent_SetUV::NewV' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewVL) == 0x00000C, "Member 'BillboardComponent_SetUV::NewVL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBillboardComponent \ +static_assert(alignof(UBillboardComponent) == 0x000010, "Wrong alignment on UBillboardComponent"); \ +static_assert(sizeof(UBillboardComponent) == 0x000470, "Wrong size on UBillboardComponent"); \ +static_assert(offsetof(UBillboardComponent, Sprite) == 0x000450, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x00045C, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, U) == 0x000460, "Member 'UBillboardComponent::U' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, UL) == 0x000464, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, V) == 0x000468, "Member 'UBillboardComponent::V' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, VL) == 0x00046C, "Member 'UBillboardComponent::VL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_HierarchicalInstancedStaticMeshComponent_RemoveInstances \ +static_assert(alignof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(sizeof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000018, "Wrong size on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ +static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, ReturnValue) == 0x000010, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent \ +static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 0x000680, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x000598, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x0005A8, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x0005B0, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x0005CC, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x0005E8, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000600, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000604, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bDisableCollision) == 0x000620, "Member 'UHierarchicalInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000624, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties \ +static_assert(alignof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong alignment on PlayerState_ReceiveCopyProperties"); \ +static_assert(sizeof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong size on PlayerState_ReceiveCopyProperties"); \ +static_assert(offsetof(PlayerState_ReceiveCopyProperties, NewPlayerState) == 0x000000, "Member 'PlayerState_ReceiveCopyProperties::NewPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith \ +static_assert(alignof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong alignment on PlayerState_ReceiveOverrideWith"); \ +static_assert(sizeof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong size on PlayerState_ReceiveOverrideWith"); \ +static_assert(offsetof(PlayerState_ReceiveOverrideWith, OldPlayerState) == 0x000000, "Member 'PlayerState_ReceiveOverrideWith::OldPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPlayerName \ +static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ +static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ +static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ +static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ +static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ +static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerState \ +static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ +static_assert(sizeof(APlayerState) == 0x000328, "Wrong size on APlayerState"); \ +static_assert(offsetof(APlayerState, Score) == 0x000228, "Member 'APlayerState::Score' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerId) == 0x00022C, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, Ping) == 0x000230, "Member 'APlayerState::Ping' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, StartTime) == 0x000234, "Member 'APlayerState::StartTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, EngineMessageClass) == 0x000238, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x000248, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, UniqueId) == 0x000258, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PawnPrivate) == 0x000288, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000308, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_BoxComponent_SetBoxExtent \ +static_assert(alignof(BoxComponent_SetBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_SetBoxExtent"); \ +static_assert(sizeof(BoxComponent_SetBoxExtent) == 0x000010, "Wrong size on BoxComponent_SetBoxExtent"); \ +static_assert(offsetof(BoxComponent_SetBoxExtent, InBoxExtent) == 0x000000, "Member 'BoxComponent_SetBoxExtent::InBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BoxComponent_SetBoxExtent, bUpdateOverlaps) == 0x00000C, "Member 'BoxComponent_SetBoxExtent::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_GetScaledBoxExtent \ +static_assert(alignof(BoxComponent_GetScaledBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_GetScaledBoxExtent"); \ +static_assert(sizeof(BoxComponent_GetScaledBoxExtent) == 0x00000C, "Wrong size on BoxComponent_GetScaledBoxExtent"); \ +static_assert(offsetof(BoxComponent_GetScaledBoxExtent, ReturnValue) == 0x000000, "Member 'BoxComponent_GetScaledBoxExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_GetUnscaledBoxExtent \ +static_assert(alignof(BoxComponent_GetUnscaledBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_GetUnscaledBoxExtent"); \ +static_assert(sizeof(BoxComponent_GetUnscaledBoxExtent) == 0x00000C, "Wrong size on BoxComponent_GetUnscaledBoxExtent"); \ +static_assert(offsetof(BoxComponent_GetUnscaledBoxExtent, ReturnValue) == 0x000000, "Member 'BoxComponent_GetUnscaledBoxExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoxComponent \ +static_assert(alignof(UBoxComponent) == 0x000010, "Wrong alignment on UBoxComponent"); \ +static_assert(sizeof(UBoxComponent) == 0x000480, "Wrong size on UBoxComponent"); \ +static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000468, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UBoxComponent, LineThickness) == 0x000474, "Member 'UBoxComponent::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraShakeSourceActor \ +static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ +static_assert(sizeof(ACameraShakeSourceActor) == 0x000230, "Wrong size on ACameraShakeSourceActor"); \ +static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000228, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_USoundNodeAssetReferencer \ +static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ +static_assert(sizeof(USoundNodeAssetReferencer) == 0x000048, "Wrong size on USoundNodeAssetReferencer"); \ + +#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_GameUserSettings_GetDefaultResolution \ +static_assert(alignof(GameUserSettings_GetDefaultResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolution"); \ +static_assert(sizeof(GameUserSettings_GetDefaultResolution) == 0x000008, "Wrong size on GameUserSettings_GetDefaultResolution"); \ +static_assert(offsetof(GameUserSettings_GetDefaultResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowMode \ +static_assert(alignof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong alignment on GameUserSettings_GetDefaultWindowMode"); \ +static_assert(sizeof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong size on GameUserSettings_GetDefaultWindowMode"); \ +static_assert(offsetof(GameUserSettings_GetDefaultWindowMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowPosition \ +static_assert(alignof(GameUserSettings_GetDefaultWindowPosition) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultWindowPosition"); \ +static_assert(sizeof(GameUserSettings_GetDefaultWindowPosition) == 0x000008, "Wrong size on GameUserSettings_GetDefaultWindowPosition"); \ +static_assert(offsetof(GameUserSettings_GetDefaultWindowPosition, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFramePace \ +static_assert(alignof(GameUserSettings_GetFramePace) == 0x000004, "Wrong alignment on GameUserSettings_GetFramePace"); \ +static_assert(sizeof(GameUserSettings_GetFramePace) == 0x000004, "Wrong size on GameUserSettings_GetFramePace"); \ +static_assert(offsetof(GameUserSettings_GetFramePace, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFramePace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetGameUserSettings \ +static_assert(alignof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong alignment on GameUserSettings_GetGameUserSettings"); \ +static_assert(sizeof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong size on GameUserSettings_GetGameUserSettings"); \ +static_assert(offsetof(GameUserSettings_GetGameUserSettings, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetSyncInterval \ +static_assert(alignof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong alignment on GameUserSettings_GetSyncInterval"); \ +static_assert(sizeof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong size on GameUserSettings_GetSyncInterval"); \ +static_assert(offsetof(GameUserSettings_GetSyncInterval, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetSyncInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_ApplyResolutionSettings \ +static_assert(alignof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplyResolutionSettings"); \ +static_assert(sizeof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong size on GameUserSettings_ApplyResolutionSettings"); \ +static_assert(offsetof(GameUserSettings_ApplyResolutionSettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplyResolutionSettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_ApplySettings \ +static_assert(alignof(GameUserSettings_ApplySettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplySettings"); \ +static_assert(sizeof(GameUserSettings_ApplySettings) == 0x000001, "Wrong size on GameUserSettings_ApplySettings"); \ +static_assert(offsetof(GameUserSettings_ApplySettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplySettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_EnableHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_EnableHDRDisplayOutput) == 0x000004, "Wrong alignment on GameUserSettings_EnableHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_EnableHDRDisplayOutput) == 0x000008, "Wrong size on GameUserSettings_EnableHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, bEnable) == 0x000000, "Member 'GameUserSettings_EnableHDRDisplayOutput::bEnable' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, DisplayNits) == 0x000004, "Member 'GameUserSettings_EnableHDRDisplayOutput::DisplayNits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolutionScale \ +static_assert(alignof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolutionScale"); \ +static_assert(sizeof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetDefaultResolutionScale"); \ +static_assert(offsetof(GameUserSettings_GetDefaultResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetRecommendedResolutionScale \ +static_assert(alignof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetRecommendedResolutionScale"); \ +static_assert(sizeof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetRecommendedResolutionScale"); \ +static_assert(offsetof(GameUserSettings_GetRecommendedResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetRecommendedResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_LoadSettings \ +static_assert(alignof(GameUserSettings_LoadSettings) == 0x000001, "Wrong alignment on GameUserSettings_LoadSettings"); \ +static_assert(sizeof(GameUserSettings_LoadSettings) == 0x000001, "Wrong size on GameUserSettings_LoadSettings"); \ +static_assert(offsetof(GameUserSettings_LoadSettings, bForceReload) == 0x000000, "Member 'GameUserSettings_LoadSettings::bForceReload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_RunHardwareBenchmark \ +static_assert(alignof(GameUserSettings_RunHardwareBenchmark) == 0x000004, "Wrong alignment on GameUserSettings_RunHardwareBenchmark"); \ +static_assert(sizeof(GameUserSettings_RunHardwareBenchmark) == 0x00000C, "Wrong size on GameUserSettings_RunHardwareBenchmark"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, WorkScale) == 0x000000, "Member 'GameUserSettings_RunHardwareBenchmark::WorkScale' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, CPUMultiplier) == 0x000004, "Member 'GameUserSettings_RunHardwareBenchmark::CPUMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, GPUMultiplier) == 0x000008, "Member 'GameUserSettings_RunHardwareBenchmark::GPUMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_SetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_SetAntiAliasingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetAntiAliasingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_SetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_SetAudioQualityLevel, QualityLevel) == 0x000000, "Member 'GameUserSettings_SetAudioQualityLevel::QualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_SetDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_SetDynamicResolutionEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetDynamicResolutionEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFoliageQuality \ +static_assert(alignof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_SetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_SetFoliageQuality, Value) == 0x000000, "Member 'GameUserSettings_SetFoliageQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFrameRateLimit \ +static_assert(alignof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_SetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_SetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_SetFrameRateLimit, NewLimit) == 0x000000, "Member 'GameUserSettings_SetFrameRateLimit::NewLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFullscreenMode \ +static_assert(alignof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_SetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_SetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_SetFullscreenMode, InFullscreenMode) == 0x000000, "Member 'GameUserSettings_SetFullscreenMode::InFullscreenMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetOverallScalabilityLevel \ +static_assert(alignof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetOverallScalabilityLevel"); \ +static_assert(sizeof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_SetOverallScalabilityLevel"); \ +static_assert(offsetof(GameUserSettings_SetOverallScalabilityLevel, Value) == 0x000000, "Member 'GameUserSettings_SetOverallScalabilityLevel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetPostProcessingQuality \ +static_assert(alignof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetPostProcessingQuality"); \ +static_assert(sizeof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_SetPostProcessingQuality"); \ +static_assert(offsetof(GameUserSettings_SetPostProcessingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetPostProcessingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleNormalized, NewScaleNormalized) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleNormalized::NewScaleNormalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValue \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValue"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValue"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValue, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValue::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValueEx \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValueEx, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValueEx::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetScreenResolution \ +static_assert(alignof(GameUserSettings_SetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_SetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_SetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_SetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_SetScreenResolution, Resolution) == 0x000000, "Member 'GameUserSettings_SetScreenResolution::Resolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadingQuality \ +static_assert(alignof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadowQuality \ +static_assert(alignof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadowQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadowQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetTextureQuality \ +static_assert(alignof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_SetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_SetTextureQuality, Value) == 0x000000, "Member 'GameUserSettings_SetTextureQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_SetViewDistanceQuality, Value) == 0x000000, "Member 'GameUserSettings_SetViewDistanceQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_SetVisualEffectQuality, Value) == 0x000000, "Member 'GameUserSettings_SetVisualEffectQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVSyncEnabled \ +static_assert(alignof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_SetVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_SetVSyncEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetVSyncEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_GetAntiAliasingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAntiAliasingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_GetAudioQualityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAudioQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetCurrentHDRDisplayNits \ +static_assert(alignof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong alignment on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(sizeof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong size on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(offsetof(GameUserSettings_GetCurrentHDRDisplayNits, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetCurrentHDRDisplayNits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDesktopResolution \ +static_assert(alignof(GameUserSettings_GetDesktopResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDesktopResolution"); \ +static_assert(sizeof(GameUserSettings_GetDesktopResolution) == 0x000008, "Wrong size on GameUserSettings_GetDesktopResolution"); \ +static_assert(offsetof(GameUserSettings_GetDesktopResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDesktopResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFoliageQuality \ +static_assert(alignof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_GetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_GetFoliageQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFoliageQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFrameRateLimit \ +static_assert(alignof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_GetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_GetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_GetFrameRateLimit, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFrameRateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFullscreenMode \ +static_assert(alignof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedFullscreenMode \ +static_assert(alignof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetLastConfirmedFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetLastConfirmedFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetLastConfirmedFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedScreenResolution \ +static_assert(alignof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetLastConfirmedScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetLastConfirmedScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetLastConfirmedScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetOverallScalabilityLevel \ +static_assert(alignof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetOverallScalabilityLevel"); \ +static_assert(sizeof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_GetOverallScalabilityLevel"); \ +static_assert(offsetof(GameUserSettings_GetOverallScalabilityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetOverallScalabilityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetPostProcessingQuality \ +static_assert(alignof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetPostProcessingQuality"); \ +static_assert(sizeof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_GetPostProcessingQuality"); \ +static_assert(offsetof(GameUserSettings_GetPostProcessingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPostProcessingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetPreferredFullscreenMode \ +static_assert(alignof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetPreferredFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetPreferredFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetPreferredFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPreferredFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformation \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformation) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformation"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformation) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformation"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformation::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformation::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformationEx \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleNormalized, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetScreenResolution \ +static_assert(alignof(GameUserSettings_GetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadingQuality \ +static_assert(alignof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadowQuality \ +static_assert(alignof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadowQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetTextureQuality \ +static_assert(alignof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_GetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_GetTextureQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetTextureQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_GetViewDistanceQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetViewDistanceQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_GetVisualEffectQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetVisualEffectQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDirty \ +static_assert(alignof(GameUserSettings_IsDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDirty"); \ +static_assert(sizeof(GameUserSettings_IsDirty) == 0x000001, "Wrong size on GameUserSettings_IsDirty"); \ +static_assert(offsetof(GameUserSettings_IsDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionDirty \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsFullscreenModeDirty \ +static_assert(alignof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(sizeof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong size on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(offsetof(GameUserSettings_IsFullscreenModeDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsFullscreenModeDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsHDREnabled \ +static_assert(alignof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsHDREnabled"); \ +static_assert(sizeof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong size on GameUserSettings_IsHDREnabled"); \ +static_assert(offsetof(GameUserSettings_IsHDREnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsHDREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsScreenResolutionDirty \ +static_assert(alignof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsScreenResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsScreenResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncDirty \ +static_assert(alignof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncDirty"); \ +static_assert(sizeof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong size on GameUserSettings_IsVSyncDirty"); \ +static_assert(offsetof(GameUserSettings_IsVSyncDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncEnabled \ +static_assert(alignof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_IsVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_IsVSyncEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SupportsHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong alignment on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong size on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_SupportsHDRDisplayOutput, ReturnValue) == 0x000000, "Member 'GameUserSettings_SupportsHDRDisplayOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameUserSettings \ +static_assert(alignof(UGameUserSettings) == 0x000008, "Wrong alignment on UGameUserSettings"); \ +static_assert(sizeof(UGameUserSettings) == 0x000120, "Wrong size on UGameUserSettings"); \ +static_assert(offsetof(UGameUserSettings, bUseVSync) == 0x000028, "Member 'UGameUserSettings::bUseVSync' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseDynamicResolution) == 0x000029, "Member 'UGameUserSettings::bUseDynamicResolution' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, ResolutionSizeX) == 0x000080, "Member 'UGameUserSettings::ResolutionSizeX' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, ResolutionSizeY) == 0x000084, "Member 'UGameUserSettings::ResolutionSizeY' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeX) == 0x000088, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeX' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeY) == 0x00008C, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeY' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, WindowPosX) == 0x000090, "Member 'UGameUserSettings::WindowPosX' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, WindowPosY) == 0x000094, "Member 'UGameUserSettings::WindowPosY' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, FullscreenMode) == 0x000098, "Member 'UGameUserSettings::FullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastConfirmedFullscreenMode) == 0x00009C, "Member 'UGameUserSettings::LastConfirmedFullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, PreferredFullscreenMode) == 0x0000A0, "Member 'UGameUserSettings::PreferredFullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, Version) == 0x0000A4, "Member 'UGameUserSettings::Version' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, AudioQualityLevel) == 0x0000A8, "Member 'UGameUserSettings::AudioQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastConfirmedAudioQualityLevel) == 0x0000AC, "Member 'UGameUserSettings::LastConfirmedAudioQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, FrameRateLimit) == 0x0000B0, "Member 'UGameUserSettings::FrameRateLimit' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, DesiredScreenWidth) == 0x0000B8, "Member 'UGameUserSettings::DesiredScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseDesiredScreenHeight) == 0x0000BC, "Member 'UGameUserSettings::bUseDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, DesiredScreenHeight) == 0x0000C0, "Member 'UGameUserSettings::DesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenWidth) == 0x0000C4, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenHeight) == 0x0000C8, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastRecommendedScreenWidth) == 0x0000CC, "Member 'UGameUserSettings::LastRecommendedScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastRecommendedScreenHeight) == 0x0000D0, "Member 'UGameUserSettings::LastRecommendedScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkResult) == 0x0000D4, "Member 'UGameUserSettings::LastCPUBenchmarkResult' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkResult) == 0x0000D8, "Member 'UGameUserSettings::LastGPUBenchmarkResult' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkSteps) == 0x0000E0, "Member 'UGameUserSettings::LastCPUBenchmarkSteps' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkSteps) == 0x0000F0, "Member 'UGameUserSettings::LastGPUBenchmarkSteps' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkMultiplier) == 0x000100, "Member 'UGameUserSettings::LastGPUBenchmarkMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseHDRDisplayOutput) == 0x000104, "Member 'UGameUserSettings::bUseHDRDisplayOutput' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, HDRDisplayOutputNits) == 0x000108, "Member 'UGameUserSettings::HDRDisplayOutputNits' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, OnGameUserSettingsUINeedsUpdate) == 0x000110, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UPrimaryDataAsset \ +static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ +static_assert(sizeof(UPrimaryDataAsset) == 0x000030, "Wrong size on UPrimaryDataAsset"); \ + +#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_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_UEngine \ +static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ +static_assert(sizeof(UEngine) == 0x000D20, "Wrong size on UEngine"); \ +static_assert(offsetof(UEngine, TinyFont) == 0x000030, "Member 'UEngine::TinyFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TinyFontName) == 0x000038, "Member 'UEngine::TinyFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFont) == 0x000050, "Member 'UEngine::SmallFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFontName) == 0x000058, "Member 'UEngine::SmallFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFont) == 0x000070, "Member 'UEngine::MediumFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFontName) == 0x000078, "Member 'UEngine::MediumFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFont) == 0x000090, "Member 'UEngine::LargeFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFontName) == 0x000098, "Member 'UEngine::LargeFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFont) == 0x0000B0, "Member 'UEngine::SubtitleFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFontName) == 0x0000B8, "Member 'UEngine::SubtitleFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFonts) == 0x0000D0, "Member 'UEngine::AdditionalFonts' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFontNames) == 0x0000E0, "Member 'UEngine::AdditionalFontNames' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClass) == 0x0000F0, "Member 'UEngine::ConsoleClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClassName) == 0x0000F8, "Member 'UEngine::ConsoleClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClass) == 0x000110, "Member 'UEngine::GameViewportClientClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClassName) == 0x000118, "Member 'UEngine::GameViewportClientClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClass) == 0x000130, "Member 'UEngine::LocalPlayerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClassName) == 0x000138, "Member 'UEngine::LocalPlayerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClass) == 0x000150, "Member 'UEngine::WorldSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClassName) == 0x000158, "Member 'UEngine::WorldSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClassName) == 0x000170, "Member 'UEngine::NavigationSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClass) == 0x000188, "Member 'UEngine::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClassName) == 0x000190, "Member 'UEngine::NavigationSystemConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClass) == 0x0001A8, "Member 'UEngine::NavigationSystemConfigClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClassName) == 0x0001B0, "Member 'UEngine::AvoidanceManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClass) == 0x0001C8, "Member 'UEngine::AvoidanceManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AIControllerClassName) == 0x0001D0, "Member 'UEngine::AIControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClass) == 0x0001E8, "Member 'UEngine::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClassName) == 0x0001F0, "Member 'UEngine::PhysicsCollisionHandlerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClassName) == 0x000208, "Member 'UEngine::GameUserSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClass) == 0x000220, "Member 'UEngine::GameUserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettings) == 0x000228, "Member 'UEngine::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClass) == 0x000230, "Member 'UEngine::LevelScriptActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClassName) == 0x000238, "Member 'UEngine::LevelScriptActorClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBlueprintBaseClassName) == 0x000250, "Member 'UEngine::DefaultBlueprintBaseClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingletonClassName) == 0x000268, "Member 'UEngine::GameSingletonClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingleton) == 0x000280, "Member 'UEngine::GameSingleton' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManagerClassName) == 0x000288, "Member 'UEngine::AssetManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManager) == 0x0002A0, "Member 'UEngine::AssetManager' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTexture) == 0x0002A8, "Member 'UEngine::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTextureName) == 0x0002B0, "Member 'UEngine::DefaultTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTexture) == 0x0002C8, "Member 'UEngine::DefaultDiffuseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTextureName) == 0x0002D0, "Member 'UEngine::DefaultDiffuseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTexture) == 0x0002E8, "Member 'UEngine::DefaultBSPVertexTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTextureName) == 0x0002F0, "Member 'UEngine::DefaultBSPVertexTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTexture) == 0x000308, "Member 'UEngine::HighFrequencyNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTextureName) == 0x000310, "Member 'UEngine::HighFrequencyNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTexture) == 0x000328, "Member 'UEngine::DefaultBokehTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTextureName) == 0x000330, "Member 'UEngine::DefaultBokehTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTexture) == 0x000348, "Member 'UEngine::DefaultBloomKernelTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTextureName) == 0x000350, "Member 'UEngine::DefaultBloomKernelTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterial) == 0x000368, "Member 'UEngine::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterialName) == 0x000370, "Member 'UEngine::WireframeMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterial) == 0x000380, "Member 'UEngine::DebugMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterialName) == 0x000388, "Member 'UEngine::DebugMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterial) == 0x0003A0, "Member 'UEngine::EmissiveMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterialName) == 0x0003A8, "Member 'UEngine::EmissiveMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterial) == 0x0003C0, "Member 'UEngine::LevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterialName) == 0x0003C8, "Member 'UEngine::LevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterial) == 0x0003D8, "Member 'UEngine::LevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterialName) == 0x0003E0, "Member 'UEngine::LevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityMaterial) == 0x0003F0, "Member 'UEngine::LightingTexelDensityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityName) == 0x0003F8, "Member 'UEngine::LightingTexelDensityName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterial) == 0x000408, "Member 'UEngine::ShadedLevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterialName) == 0x000410, "Member 'UEngine::ShadedLevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterial) == 0x000420, "Member 'UEngine::ShadedLevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterialName) == 0x000428, "Member 'UEngine::ShadedLevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterial) == 0x000438, "Member 'UEngine::RemoveSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterialName) == 0x000440, "Member 'UEngine::RemoveSurfaceMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterial) == 0x000458, "Member 'UEngine::VertexColorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterialName) == 0x000460, "Member 'UEngine::VertexColorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_ColorOnly) == 0x000470, "Member 'UEngine::VertexColorViewModeMaterial_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_ColorOnly) == 0x000478, "Member 'UEngine::VertexColorViewModeMaterialName_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_AlphaAsColor) == 0x000488, "Member 'UEngine::VertexColorViewModeMaterial_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_AlphaAsColor) == 0x000490, "Member 'UEngine::VertexColorViewModeMaterialName_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_RedOnly) == 0x0004A0, "Member 'UEngine::VertexColorViewModeMaterial_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_RedOnly) == 0x0004A8, "Member 'UEngine::VertexColorViewModeMaterialName_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_GreenOnly) == 0x0004B8, "Member 'UEngine::VertexColorViewModeMaterial_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_GreenOnly) == 0x0004C0, "Member 'UEngine::VertexColorViewModeMaterialName_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_BlueOnly) == 0x0004D0, "Member 'UEngine::VertexColorViewModeMaterial_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_BlueOnly) == 0x0004D8, "Member 'UEngine::VertexColorViewModeMaterialName_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugEditorMaterialName) == 0x0004E8, "Member 'UEngine::DebugEditorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterial) == 0x000500, "Member 'UEngine::ConstraintLimitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialX) == 0x000508, "Member 'UEngine::ConstraintLimitMaterialX' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialXAxis) == 0x000510, "Member 'UEngine::ConstraintLimitMaterialXAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialY) == 0x000518, "Member 'UEngine::ConstraintLimitMaterialY' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialYAxis) == 0x000520, "Member 'UEngine::ConstraintLimitMaterialYAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZ) == 0x000528, "Member 'UEngine::ConstraintLimitMaterialZ' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZAxis) == 0x000530, "Member 'UEngine::ConstraintLimitMaterialZAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialPrismatic) == 0x000538, "Member 'UEngine::ConstraintLimitMaterialPrismatic' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterial) == 0x000540, "Member 'UEngine::InvalidLightmapSettingsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterialName) == 0x000548, "Member 'UEngine::InvalidLightmapSettingsMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterial) == 0x000560, "Member 'UEngine::PreviewShadowsIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterialName) == 0x000568, "Member 'UEngine::PreviewShadowsIndicatorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterial) == 0x000580, "Member 'UEngine::ArrowMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialYellow) == 0x000588, "Member 'UEngine::ArrowMaterialYellow' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialName) == 0x000590, "Member 'UEngine::ArrowMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingOnlyBrightness) == 0x0005A8, "Member 'UEngine::LightingOnlyBrightness' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShaderComplexityColors) == 0x0005B8, "Member 'UEngine::ShaderComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, QuadComplexityColors) == 0x0005C8, "Member 'UEngine::QuadComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightComplexityColors) == 0x0005D8, "Member 'UEngine::LightComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StationaryLightOverlapColors) == 0x0005E8, "Member 'UEngine::StationaryLightOverlapColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LODColorationColors) == 0x0005F8, "Member 'UEngine::LODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HLODColorationColors) == 0x000608, "Member 'UEngine::HLODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingAccuracyColors) == 0x000618, "Member 'UEngine::StreamingAccuracyColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxPixelShaderAdditiveComplexityCount) == 0x000628, "Member 'UEngine::MaxPixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxES3PixelShaderAdditiveComplexityCount) == 0x00062C, "Member 'UEngine::MaxES3PixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinLightMapDensity) == 0x000630, "Member 'UEngine::MinLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IdealLightMapDensity) == 0x000634, "Member 'UEngine::IdealLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxLightMapDensity) == 0x000638, "Member 'UEngine::MaxLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityGrayscaleScale) == 0x000640, "Member 'UEngine::RenderLightMapDensityGrayscaleScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityColorScale) == 0x000644, "Member 'UEngine::RenderLightMapDensityColorScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityVertexMappedColor) == 0x000648, "Member 'UEngine::LightMapDensityVertexMappedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensitySelectedColor) == 0x000658, "Member 'UEngine::LightMapDensitySelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StatColorMappings) == 0x000668, "Member 'UEngine::StatColorMappings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterial) == 0x000678, "Member 'UEngine::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterialName) == 0x000680, "Member 'UEngine::DefaultPhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x000698, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x0006A8, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x0006B8, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x0006C8, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x0006D8, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x0006E0, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseTexture) == 0x0006F8, "Member 'UEngine::BlueNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseTextureName) == 0x000700, "Member 'UEngine::BlueNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTexture) == 0x000718, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTextureName) == 0x000720, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000738, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x000740, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x000758, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x000760, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewport) == 0x000780, "Member 'UEngine::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DeferredCommands) == 0x000788, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NearClipPlane) == 0x000798, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x0007A0, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, FixedFrameRate) == 0x0007A8, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x0007AC, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStep) == 0x0007C0, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x0007E8, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProvider) == 0x000800, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000828, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x000840, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x000844, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x00084C, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x000854, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WorldBox) == 0x00085C, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushWire) == 0x000860, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_AddWire) == 0x000864, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SubtractWire) == 0x000868, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x00086C, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_NonSolidWire) == 0x000870, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WireBackground) == 0x000874, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x000878, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_VolumeCollision) == 0x00087C, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BSPCollision) == 0x000880, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_OrthoBackground) == 0x000884, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_Volume) == 0x000888, "Member 'UEngine::C_Volume' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushShape) == 0x00088C, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingDistanceFactor) == 0x000890, "Member 'UEngine::StreamingDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x000898, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionType) == 0x0008A8, "Member 'UEngine::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionDescription) == 0x0008B0, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionGameMode) == 0x0008C0, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x0008D4, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x0008D8, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x0008DC, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x0008E0, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResize) == 0x0008E8, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x0008EC, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x0008F0, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000900, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DisplayGamma) == 0x000904, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000908, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x00090C, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x00091C, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x00092C, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x00093C, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x00094C, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x00095C, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x000964, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x000968, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x000970, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x000980, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x000984, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x000988, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x000BF8, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ServerActors) == 0x000C08, "Member 'UEngine::ServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000C18, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000C28, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000C48, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x0003A8, "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_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_UPluginCommandlet \ +static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ +static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ + +#define DUMPER7_ASSERTS_CameraComponent_AddOrUpdateBlendable \ +static_assert(alignof(CameraComponent_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on CameraComponent_AddOrUpdateBlendable"); \ +static_assert(sizeof(CameraComponent_AddOrUpdateBlendable) == 0x000018, "Wrong size on CameraComponent_AddOrUpdateBlendable"); \ +static_assert(offsetof(CameraComponent_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(CameraComponent_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'CameraComponent_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_GetCameraView \ +static_assert(alignof(CameraComponent_GetCameraView) == 0x000010, "Wrong alignment on CameraComponent_GetCameraView"); \ +static_assert(sizeof(CameraComponent_GetCameraView) == 0x000600, "Wrong size on CameraComponent_GetCameraView"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DeltaTime) == 0x000000, "Member 'CameraComponent_GetCameraView::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DesiredView) == 0x000010, "Member 'CameraComponent_GetCameraView::DesiredView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_RemoveBlendable \ +static_assert(alignof(CameraComponent_RemoveBlendable) == 0x000008, "Wrong alignment on CameraComponent_RemoveBlendable"); \ +static_assert(sizeof(CameraComponent_RemoveBlendable) == 0x000010, "Wrong size on CameraComponent_RemoveBlendable"); \ +static_assert(offsetof(CameraComponent_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAspectRatio \ +static_assert(alignof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong alignment on CameraComponent_SetAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong size on CameraComponent_SetAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetAspectRatio, InAspectRatio) == 0x000000, "Member 'CameraComponent_SetAspectRatio::InAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetConstraintAspectRatio \ +static_assert(alignof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong alignment on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong size on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetConstraintAspectRatio, bInConstrainAspectRatio) == 0x000000, "Member 'CameraComponent_SetConstraintAspectRatio::bInConstrainAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetFieldOfView \ +static_assert(alignof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong alignment on CameraComponent_SetFieldOfView"); \ +static_assert(sizeof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong size on CameraComponent_SetFieldOfView"); \ +static_assert(offsetof(CameraComponent_SetFieldOfView, InFieldOfView) == 0x000000, "Member 'CameraComponent_SetFieldOfView::InFieldOfView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoFarClipPlane \ +static_assert(alignof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoFarClipPlane"); \ +static_assert(sizeof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoFarClipPlane"); \ +static_assert(offsetof(CameraComponent_SetOrthoFarClipPlane, InOrthoFarClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoFarClipPlane::InOrthoFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoNearClipPlane \ +static_assert(alignof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoNearClipPlane"); \ +static_assert(sizeof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoNearClipPlane"); \ +static_assert(offsetof(CameraComponent_SetOrthoNearClipPlane, InOrthoNearClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoNearClipPlane::InOrthoNearClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoWidth \ +static_assert(alignof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoWidth"); \ +static_assert(sizeof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong size on CameraComponent_SetOrthoWidth"); \ +static_assert(offsetof(CameraComponent_SetOrthoWidth, InOrthoWidth) == 0x000000, "Member 'CameraComponent_SetOrthoWidth::InOrthoWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetPostProcessBlendWeight \ +static_assert(alignof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong alignment on CameraComponent_SetPostProcessBlendWeight"); \ +static_assert(sizeof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong size on CameraComponent_SetPostProcessBlendWeight"); \ +static_assert(offsetof(CameraComponent_SetPostProcessBlendWeight, InPostProcessBlendWeight) == 0x000000, "Member 'CameraComponent_SetPostProcessBlendWeight::InPostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetProjectionMode \ +static_assert(alignof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong alignment on CameraComponent_SetProjectionMode"); \ +static_assert(sizeof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong size on CameraComponent_SetProjectionMode"); \ +static_assert(offsetof(CameraComponent_SetProjectionMode, InProjectionMode) == 0x000000, "Member 'CameraComponent_SetProjectionMode::InProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUseFieldOfViewForLOD \ +static_assert(alignof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong alignment on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(sizeof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong size on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(offsetof(CameraComponent_SetUseFieldOfViewForLOD, bInUseFieldOfViewForLOD) == 0x000000, "Member 'CameraComponent_SetUseFieldOfViewForLOD::bInUseFieldOfViewForLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraComponent \ +static_assert(alignof(UCameraComponent) == 0x000010, "Wrong alignment on UCameraComponent"); \ +static_assert(sizeof(UCameraComponent) == 0x0007D0, "Wrong size on UCameraComponent"); \ +static_assert(offsetof(UCameraComponent, FieldOfView) == 0x0001F8, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x0001FC, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000200, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x000204, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatio) == 0x000208, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x00020D, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000240, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x000270, "Member 'UCameraComponent::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ASkyLight \ +static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ +static_assert(sizeof(ASkyLight) == 0x000238, "Wrong size on ASkyLight"); \ +static_assert(offsetof(ASkyLight, LightComponent) == 0x000228, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureCube \ +static_assert(alignof(UTextureCube) == 0x000010, "Wrong alignment on UTextureCube"); \ +static_assert(sizeof(UTextureCube) == 0x0001D0, "Wrong size on UTextureCube"); \ + +#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_StaticMeshActor_SetMobility \ +static_assert(alignof(StaticMeshActor_SetMobility) == 0x000001, "Wrong alignment on StaticMeshActor_SetMobility"); \ +static_assert(sizeof(StaticMeshActor_SetMobility) == 0x000001, "Wrong size on StaticMeshActor_SetMobility"); \ +static_assert(offsetof(StaticMeshActor_SetMobility, InMobility) == 0x000000, "Member 'StaticMeshActor_SetMobility::InMobility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStaticMeshActor \ +static_assert(alignof(AStaticMeshActor) == 0x000008, "Wrong alignment on AStaticMeshActor"); \ +static_assert(sizeof(AStaticMeshActor) == 0x000238, "Wrong size on AStaticMeshActor"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000228, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000230, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x000231, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringExponent \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringExponent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogCutoffDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogCutoffDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogCutoffDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogMaxOpacity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogMaxOpacity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogMaxOpacity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemap \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemap::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringTextureTint \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringTextureTint, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringTextureTint::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightOffset \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightOffset, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightOffset::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetStartDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFog \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFog"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFog"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFog, bNewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFog::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogAlbedo \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogEmissive \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogEmissive, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogEmissive::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ +static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ +static_assert(sizeof(UExponentialHeightFogComponent) == 0x0002A0, "Wrong size on UExponentialHeightFogComponent"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x0001F8, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x0001FC, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000200, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x00020C, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000220, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000228, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x00022C, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x00023C, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000240, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x000244, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x000248, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x00024C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x00025C, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x000260, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x000264, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x000268, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x00026C, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x000270, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x000274, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x000284, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x000288, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x00028C, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x000290, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_URotatingMovementComponent \ +static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ +static_assert(sizeof(URotatingMovementComponent) == 0x000110, "Wrong size on URotatingMovementComponent"); \ +static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x0000F0, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x0000FC, "Member 'URotatingMovementComponent::PivotTranslation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleColorBase \ +static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ +static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ + +#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_USoundWaveProcedural \ +static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ +static_assert(sizeof(USoundWaveProcedural) == 0x0003C0, "Wrong size on USoundWaveProcedural"); \ + +#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_UModel \ +static_assert(alignof(UModel) == 0x000008, "Wrong alignment on UModel"); \ +static_assert(sizeof(UModel) == 0x000258, "Wrong size on UModel"); \ + +#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_UMaterialExpressionParticleColor \ +static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ +static_assert(sizeof(UMaterialExpressionParticleColor) == 0x000040, "Wrong size on UMaterialExpressionParticleColor"); \ + +#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_UMaterialExpressionParticlePositionWS \ +static_assert(alignof(UMaterialExpressionParticlePositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionParticlePositionWS"); \ +static_assert(sizeof(UMaterialExpressionParticlePositionWS) == 0x000040, "Wrong size on UMaterialExpressionParticlePositionWS"); \ + +#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) == 0x000230, "Wrong size on AAmbientSound"); \ +static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000228, "Member 'AAmbientSound::AudioComponent' 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_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_UMaterialExpressionDeltaTime \ +static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ +static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x000040, "Wrong size on UMaterialExpressionDeltaTime"); \ + +#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_AVolumetricLightmapDensityVolume \ +static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ +static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x000268, "Wrong size on AVolumetricLightmapDensityVolume"); \ +static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x000260, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimClassInterface \ +static_assert(alignof(IAnimClassInterface) == 0x000001, "Wrong alignment on IAnimClassInterface"); \ +static_assert(sizeof(IAnimClassInterface) == 0x000001, "Wrong size on IAnimClassInterface"); \ + +#define DUMPER7_ASSERTS_UInputAxisKeyDelegateBinding \ +static_assert(alignof(UInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(UInputAxisKeyDelegateBinding) == 0x000038, "Wrong size on UInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(UInputAxisKeyDelegateBinding, InputAxisKeyDelegateBindings) == 0x000028, "Member 'UInputAxisKeyDelegateBinding::InputAxisKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ +static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ +static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ + +#define DUMPER7_ASSERTS_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_UVoiceChannel \ +static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ +static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ + +#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_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_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_UAnimCompress_LeastDestructive \ +static_assert(alignof(UAnimCompress_LeastDestructive) == 0x000008, "Wrong alignment on UAnimCompress_LeastDestructive"); \ +static_assert(sizeof(UAnimCompress_LeastDestructive) == 0x000040, "Wrong size on UAnimCompress_LeastDestructive"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_RemoveLinearKeys \ +static_assert(alignof(UAnimCompress_RemoveLinearKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveLinearKeys"); \ +static_assert(sizeof(UAnimCompress_RemoveLinearKeys) == 0x000060, "Wrong size on UAnimCompress_RemoveLinearKeys"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxPosDiff) == 0x000040, "Member 'UAnimCompress_RemoveLinearKeys::MaxPosDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxAngleDiff) == 0x000044, "Member 'UAnimCompress_RemoveLinearKeys::MaxAngleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxScaleDiff) == 0x000048, "Member 'UAnimCompress_RemoveLinearKeys::MaxScaleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxEffectorDiff) == 0x00004C, "Member 'UAnimCompress_RemoveLinearKeys::MaxEffectorDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MinEffectorDiff) == 0x000050, "Member 'UAnimCompress_RemoveLinearKeys::MinEffectorDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, EffectorDiffSocket) == 0x000054, "Member 'UAnimCompress_RemoveLinearKeys::EffectorDiffSocket' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, ParentKeyScale) == 0x000058, "Member 'UAnimCompress_RemoveLinearKeys::ParentKeyScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_PerTrackCompression \ +static_assert(alignof(UAnimCompress_PerTrackCompression) == 0x000008, "Wrong alignment on UAnimCompress_PerTrackCompression"); \ +static_assert(sizeof(UAnimCompress_PerTrackCompression) == 0x0000D8, "Wrong size on UAnimCompress_PerTrackCompression"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxZeroingThreshold) == 0x000060, "Member 'UAnimCompress_PerTrackCompression::MaxZeroingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxPosDiffBitwise) == 0x000064, "Member 'UAnimCompress_PerTrackCompression::MaxPosDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxAngleDiffBitwise) == 0x000068, "Member 'UAnimCompress_PerTrackCompression::MaxAngleDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxScaleDiffBitwise) == 0x00006C, "Member 'UAnimCompress_PerTrackCompression::MaxScaleDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedRotationFormats) == 0x000070, "Member 'UAnimCompress_PerTrackCompression::AllowedRotationFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedTranslationFormats) == 0x000080, "Member 'UAnimCompress_PerTrackCompression::AllowedTranslationFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedScaleFormats) == 0x000090, "Member 'UAnimCompress_PerTrackCompression::AllowedScaleFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ResampledFramerate) == 0x0000A4, "Member 'UAnimCompress_PerTrackCompression::ResampledFramerate' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MinKeysForResampling) == 0x0000A8, "Member 'UAnimCompress_PerTrackCompression::MinKeysForResampling' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, TrackHeightBias) == 0x0000B0, "Member 'UAnimCompress_PerTrackCompression::TrackHeightBias' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisor) == 0x0000B4, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisor' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisorExponent) == 0x0000B8, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisorExponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, RotationErrorSourceRatio) == 0x0000C0, "Member 'UAnimCompress_PerTrackCompression::RotationErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, TranslationErrorSourceRatio) == 0x0000C4, "Member 'UAnimCompress_PerTrackCompression::TranslationErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ScaleErrorSourceRatio) == 0x0000C8, "Member 'UAnimCompress_PerTrackCompression::ScaleErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxErrorPerTrackRatio) == 0x0000CC, "Member 'UAnimCompress_PerTrackCompression::MaxErrorPerTrackRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, PerturbationProbeSize) == 0x0000D0, "Member 'UAnimCompress_PerTrackCompression::PerturbationProbeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_WindDirectionalSourceComponent_SetMaximumGustAmount \ +static_assert(alignof(WindDirectionalSourceComponent_SetMaximumGustAmount) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetMaximumGustAmount"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetMaximumGustAmount) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetMaximumGustAmount"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetMaximumGustAmount, InNewMaxGust) == 0x000000, "Member 'WindDirectionalSourceComponent_SetMaximumGustAmount::InNewMaxGust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMinimumGustAmount \ +static_assert(alignof(WindDirectionalSourceComponent_SetMinimumGustAmount) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetMinimumGustAmount"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetMinimumGustAmount) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetMinimumGustAmount"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetMinimumGustAmount, InNewMinGust) == 0x000000, "Member 'WindDirectionalSourceComponent_SetMinimumGustAmount::InNewMinGust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetRadius \ +static_assert(alignof(WindDirectionalSourceComponent_SetRadius) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetRadius"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetRadius) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetRadius"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetRadius, InNewRadius) == 0x000000, "Member 'WindDirectionalSourceComponent_SetRadius::InNewRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetSpeed \ +static_assert(alignof(WindDirectionalSourceComponent_SetSpeed) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetSpeed"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetSpeed) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetSpeed"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetSpeed, InNewSpeed) == 0x000000, "Member 'WindDirectionalSourceComponent_SetSpeed::InNewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetStrength \ +static_assert(alignof(WindDirectionalSourceComponent_SetStrength) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetStrength"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetStrength) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetStrength"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindDirectionalSourceComponent_SetStrength::InNewStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetWindType \ +static_assert(alignof(WindDirectionalSourceComponent_SetWindType) == 0x000001, "Wrong alignment on WindDirectionalSourceComponent_SetWindType"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetWindType) == 0x000001, "Wrong size on WindDirectionalSourceComponent_SetWindType"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetWindType, InNewType) == 0x000000, "Member 'WindDirectionalSourceComponent_SetWindType::InNewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindDirectionalSourceComponent \ +static_assert(alignof(UWindDirectionalSourceComponent) == 0x000010, "Wrong alignment on UWindDirectionalSourceComponent"); \ +static_assert(sizeof(UWindDirectionalSourceComponent) == 0x000220, "Wrong size on UWindDirectionalSourceComponent"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x0001F8, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x0001FC, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x000200, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x000204, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000208, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_APrecomputedVisibilityOverrideVolume \ +static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ +static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x000290, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x000260, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x000270, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x000280, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_CompressedRichCurve \ +static_assert(alignof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_CompressedRichCurve"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_CompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformIndexable \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformIndexable"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformIndexable"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformlySampled \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformlySampled"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformlySampled"); \ + +#define DUMPER7_ASSERTS_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_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance \ +static_assert(alignof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong size on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo \ +static_assert(alignof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(sizeof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong size on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(offsetof(VolumetricCloudComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude \ +static_assert(alignof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerBottomAltitude, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerBottomAltitude::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight \ +static_assert(alignof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerHeight, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial \ +static_assert(alignof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong alignment on VolumetricCloudComponent_SetMaterial"); \ +static_assert(sizeof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong size on VolumetricCloudComponent_SetMaterial"); \ +static_assert(offsetof(VolumetricCloudComponent_SetMaterial, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetMaterial::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius \ +static_assert(alignof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(sizeof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong size on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(offsetof(VolumetricCloudComponent_SetPlanetRadius, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetPlanetRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowTracingDistance \ +static_assert(alignof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowTracingDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowTracingDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowTracingDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowTracingDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion \ +static_assert(alignof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ +static_assert(sizeof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong size on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ +static_assert(offsetof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetStopTracingTransmittanceThreshold \ +static_assert(alignof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ +static_assert(sizeof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong size on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ +static_assert(offsetof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetStopTracingTransmittanceThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingMaxDistance \ +static_assert(alignof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingMaxDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingMaxDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingMaxDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartMaxDistance \ +static_assert(alignof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingStartMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartMaxDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumetricCloudComponent \ +static_assert(alignof(UVolumetricCloudComponent) == 0x000010, "Wrong alignment on UVolumetricCloudComponent"); \ +static_assert(sizeof(UVolumetricCloudComponent) == 0x000240, "Wrong size on UVolumetricCloudComponent"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x0001F8, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x0001FC, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000200, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000204, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000208, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00020C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000210, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00021C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x000220, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x000224, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000228, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00022C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000230, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000234, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ +static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ +static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000030, "Wrong size on UAnimCurveCompressionSettings"); \ +static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000028, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimLayerInterface \ +static_assert(alignof(IAnimLayerInterface) == 0x000001, "Wrong alignment on IAnimLayerInterface"); \ +static_assert(sizeof(IAnimLayerInterface) == 0x000001, "Wrong size on IAnimLayerInterface"); \ + +#define DUMPER7_ASSERTS_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_UAnimMetaData \ +static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ +static_assert(sizeof(UAnimMetaData) == 0x000028, "Wrong size on UAnimMetaData"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShape \ +static_assert(alignof(UStereoLayerShape) == 0x000008, "Wrong alignment on UStereoLayerShape"); \ +static_assert(sizeof(UStereoLayerShape) == 0x000028, "Wrong size on UStereoLayerShape"); \ + +#define DUMPER7_ASSERTS_StereoLayerShapeEquirect_SetEquirectProps \ +static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerShapeEquirect_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerShapeEquirect_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeEquirect \ +static_assert(alignof(UStereoLayerShapeEquirect) == 0x000008, "Wrong alignment on UStereoLayerShapeEquirect"); \ +static_assert(sizeof(UStereoLayerShapeEquirect) == 0x000070, "Wrong size on UStereoLayerShapeEquirect"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftUVRect) == 0x000028, "Member 'UStereoLayerShapeEquirect::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightUVRect) == 0x00003C, "Member 'UStereoLayerShapeEquirect::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftScale) == 0x000050, "Member 'UStereoLayerShapeEquirect::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightScale) == 0x000058, "Member 'UStereoLayerShapeEquirect::RightScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftBias) == 0x000060, "Member 'UStereoLayerShapeEquirect::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightBias) == 0x000068, "Member 'UStereoLayerShapeEquirect::RightBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PauseClothingSimulation \ +static_assert(alignof(UAnimNotify_PauseClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_PauseClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_PauseClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_PauseClothingSimulation"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayParticleEffect \ +static_assert(alignof(UAnimNotify_PlayParticleEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayParticleEffect"); \ +static_assert(sizeof(UAnimNotify_PlayParticleEffect) == 0x000090, "Wrong size on UAnimNotify_PlayParticleEffect"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, PSTemplate) == 0x000038, "Member 'UAnimNotify_PlayParticleEffect::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, LocationOffset) == 0x000040, "Member 'UAnimNotify_PlayParticleEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, RotationOffset) == 0x00004C, "Member 'UAnimNotify_PlayParticleEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, Scale) == 0x000058, "Member 'UAnimNotify_PlayParticleEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, SocketName) == 0x000084, "Member 'UAnimNotify_PlayParticleEffect::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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) == 0x0002E0, "Wrong size on UAnimSingleNodeInstance"); \ +static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x0002C8, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x0002D0, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimStateMachineTypes \ +static_assert(alignof(UAnimStateMachineTypes) == 0x000008, "Wrong alignment on UAnimStateMachineTypes"); \ +static_assert(sizeof(UAnimStateMachineTypes) == 0x000028, "Wrong size on UAnimStateMachineTypes"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowColor \ +static_assert(alignof(ArrowComponent_SetArrowColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowColor"); \ +static_assert(sizeof(ArrowComponent_SetArrowColor) == 0x000010, "Wrong size on ArrowComponent_SetArrowColor"); \ +static_assert(offsetof(ArrowComponent_SetArrowColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrowComponent \ +static_assert(alignof(UArrowComponent) == 0x000010, "Wrong alignment on UArrowComponent"); \ +static_assert(sizeof(UArrowComponent) == 0x000470, "Wrong size on UArrowComponent"); \ +static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000450, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowSize) == 0x000454, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000458, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ScreenSize) == 0x00045C, "Member 'UArrowComponent::ScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UAssetManagerSettings \ +static_assert(alignof(UAssetManagerSettings) == 0x000008, "Wrong alignment on UAssetManagerSettings"); \ +static_assert(sizeof(UAssetManagerSettings) == 0x000100, "Wrong size on UAssetManagerSettings"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypesToScan) == 0x000038, "Member 'UAssetManagerSettings::PrimaryAssetTypesToScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, DirectoriesToExclude) == 0x000048, "Member 'UAssetManagerSettings::DirectoriesToExclude' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetRules) == 0x000058, "Member 'UAssetManagerSettings::PrimaryAssetRules' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, CustomPrimaryAssetRules) == 0x000068, "Member 'UAssetManagerSettings::CustomPrimaryAssetRules' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bOnlyCookProductionAssets) == 0x000078, "Member 'UAssetManagerSettings::bOnlyCookProductionAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldManagerDetermineTypeAndName) == 0x000079, "Member 'UAssetManagerSettings::bShouldManagerDetermineTypeAndName' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldGuessTypeAndNameInEditor) == 0x00007A, "Member 'UAssetManagerSettings::bShouldGuessTypeAndNameInEditor' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldAcquireMissingChunksOnLoad) == 0x00007B, "Member 'UAssetManagerSettings::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetIdRedirects) == 0x000080, "Member 'UAssetManagerSettings::PrimaryAssetIdRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypeRedirects) == 0x000090, "Member 'UAssetManagerSettings::PrimaryAssetTypeRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, AssetPathRedirects) == 0x0000A0, "Member 'UAssetManagerSettings::AssetPathRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, MetaDataTagsForAssetRegistry) == 0x0000B0, "Member 'UAssetManagerSettings::MetaDataTagsForAssetRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetMappingTable \ +static_assert(alignof(UAssetMappingTable) == 0x000008, "Wrong alignment on UAssetMappingTable"); \ +static_assert(sizeof(UAssetMappingTable) == 0x000038, "Wrong size on UAssetMappingTable"); \ +static_assert(offsetof(UAssetMappingTable, MappedAssets) == 0x000028, "Member 'UAssetMappingTable::MappedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UAsyncActionLoadPrimaryAssetBase \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetBase) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetBase"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetBase) == 0x000078, "Wrong size on UAsyncActionLoadPrimaryAssetBase"); \ + +#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_AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset \ +static_assert(alignof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::PrimaryAsset' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAsset \ +static_assert(alignof(UAsyncActionLoadPrimaryAsset) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAsset"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAsset) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAsset"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAsset, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAsset::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass \ +static_assert(alignof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::PrimaryAsset' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClass \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetClass"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetClass) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetClass"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetClass, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetClass::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList \ +static_assert(alignof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetList \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetList) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetList"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetList) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetList"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetList, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetList::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList \ +static_assert(alignof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::PrimaryAssetList' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClassList \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetClassList) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetClassList"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetClassList) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetClassList"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetClassList, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetClassList::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets \ +static_assert(alignof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets) == 0x000008, "Wrong alignment on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets"); \ +static_assert(sizeof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets) == 0x000030, "Wrong size on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, WorldContextObject) == 0x000000, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, NewBundles) == 0x000008, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::NewBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, OldBundles) == 0x000018, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::OldBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, ReturnValue) == 0x000028, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList \ +static_assert(alignof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList"); \ +static_assert(sizeof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList) == 0x000040, "Wrong size on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, AddBundles) == 0x000018, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::AddBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, RemoveBundles) == 0x000028, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::RemoveBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, ReturnValue) == 0x000038, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionChangePrimaryAssetBundles \ +static_assert(alignof(UAsyncActionChangePrimaryAssetBundles) == 0x000008, "Wrong alignment on UAsyncActionChangePrimaryAssetBundles"); \ +static_assert(sizeof(UAsyncActionChangePrimaryAssetBundles) == 0x000088, "Wrong size on UAsyncActionChangePrimaryAssetBundles"); \ +static_assert(offsetof(UAsyncActionChangePrimaryAssetBundles, Completed) == 0x000078, "Member 'UAsyncActionChangePrimaryAssetBundles::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAtmosphericFog \ +static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ +static_assert(sizeof(AAtmosphericFog) == 0x000230, "Wrong size on AAtmosphericFog"); \ +static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000228, "Member 'AAtmosphericFog::AtmosphericFogComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Base \ +static_assert(alignof(UHapticFeedbackEffect_Base) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Base"); \ +static_assert(sizeof(UHapticFeedbackEffect_Base) == 0x000028, "Wrong size on UHapticFeedbackEffect_Base"); \ + +#define DUMPER7_ASSERTS_APhysicsThruster \ +static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ +static_assert(sizeof(APhysicsThruster) == 0x000230, "Wrong size on APhysicsThruster"); \ +static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000228, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_DisableGroundScattering \ +static_assert(alignof(AtmosphericFogComponent_DisableGroundScattering) == 0x000001, "Wrong alignment on AtmosphericFogComponent_DisableGroundScattering"); \ +static_assert(sizeof(AtmosphericFogComponent_DisableGroundScattering) == 0x000001, "Wrong size on AtmosphericFogComponent_DisableGroundScattering"); \ +static_assert(offsetof(AtmosphericFogComponent_DisableGroundScattering, NewGroundScattering) == 0x000000, "Member 'AtmosphericFogComponent_DisableGroundScattering::NewGroundScattering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_DisableSunDisk \ +static_assert(alignof(AtmosphericFogComponent_DisableSunDisk) == 0x000001, "Wrong alignment on AtmosphericFogComponent_DisableSunDisk"); \ +static_assert(sizeof(AtmosphericFogComponent_DisableSunDisk) == 0x000001, "Wrong size on AtmosphericFogComponent_DisableSunDisk"); \ +static_assert(offsetof(AtmosphericFogComponent_DisableSunDisk, NewSunDisk) == 0x000000, "Member 'AtmosphericFogComponent_DisableSunDisk::NewSunDisk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetAltitudeScale \ +static_assert(alignof(AtmosphericFogComponent_SetAltitudeScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetAltitudeScale"); \ +static_assert(sizeof(AtmosphericFogComponent_SetAltitudeScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetAltitudeScale"); \ +static_assert(offsetof(AtmosphericFogComponent_SetAltitudeScale, NewAltitudeScale) == 0x000000, "Member 'AtmosphericFogComponent_SetAltitudeScale::NewAltitudeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultBrightness \ +static_assert(alignof(AtmosphericFogComponent_SetDefaultBrightness) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultBrightness"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDefaultBrightness) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDefaultBrightness"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDefaultBrightness, NewBrightness) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultBrightness::NewBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultLightColor \ +static_assert(alignof(AtmosphericFogComponent_SetDefaultLightColor) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultLightColor"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDefaultLightColor) == 0x000010, "Wrong size on AtmosphericFogComponent_SetDefaultLightColor"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDefaultLightColor, NewLightColor) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityMultiplier \ +static_assert(alignof(AtmosphericFogComponent_SetDensityMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDensityMultiplier"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDensityMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDensityMultiplier"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDensityMultiplier, NewDensityMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetDensityMultiplier::NewDensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityOffset \ +static_assert(alignof(AtmosphericFogComponent_SetDensityOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDensityOffset"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDensityOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDensityOffset"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDensityOffset, NewDensityOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetDensityOffset::NewDensityOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceOffset \ +static_assert(alignof(AtmosphericFogComponent_SetDistanceOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDistanceOffset"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDistanceOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDistanceOffset"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDistanceOffset, NewDistanceOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetDistanceOffset::NewDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceScale \ +static_assert(alignof(AtmosphericFogComponent_SetDistanceScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDistanceScale"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDistanceScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDistanceScale"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDistanceScale, NewDistanceScale) == 0x000000, "Member 'AtmosphericFogComponent_SetDistanceScale::NewDistanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetFogMultiplier \ +static_assert(alignof(AtmosphericFogComponent_SetFogMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetFogMultiplier"); \ +static_assert(sizeof(AtmosphericFogComponent_SetFogMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetFogMultiplier"); \ +static_assert(offsetof(AtmosphericFogComponent_SetFogMultiplier, NewFogMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetFogMultiplier::NewFogMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetPrecomputeParams \ +static_assert(alignof(AtmosphericFogComponent_SetPrecomputeParams) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetPrecomputeParams"); \ +static_assert(sizeof(AtmosphericFogComponent_SetPrecomputeParams) == 0x00000C, "Wrong size on AtmosphericFogComponent_SetPrecomputeParams"); \ +static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, DensityHeight) == 0x000000, "Member 'AtmosphericFogComponent_SetPrecomputeParams::DensityHeight' has a wrong offset!"); \ +static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, MaxScatteringOrder) == 0x000004, "Member 'AtmosphericFogComponent_SetPrecomputeParams::MaxScatteringOrder' has a wrong offset!"); \ +static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, InscatterAltitudeSampleNum) == 0x000008, "Member 'AtmosphericFogComponent_SetPrecomputeParams::InscatterAltitudeSampleNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetStartDistance \ +static_assert(alignof(AtmosphericFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetStartDistance"); \ +static_assert(sizeof(AtmosphericFogComponent_SetStartDistance) == 0x000004, "Wrong size on AtmosphericFogComponent_SetStartDistance"); \ +static_assert(offsetof(AtmosphericFogComponent_SetStartDistance, NewStartDistance) == 0x000000, "Member 'AtmosphericFogComponent_SetStartDistance::NewStartDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetSunMultiplier \ +static_assert(alignof(AtmosphericFogComponent_SetSunMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetSunMultiplier"); \ +static_assert(sizeof(AtmosphericFogComponent_SetSunMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetSunMultiplier"); \ +static_assert(offsetof(AtmosphericFogComponent_SetSunMultiplier, NewSunMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetSunMultiplier::NewSunMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAtmosphericFogComponent \ +static_assert(alignof(UAtmosphericFogComponent) == 0x000010, "Wrong alignment on UAtmosphericFogComponent"); \ +static_assert(sizeof(UAtmosphericFogComponent) == 0x000300, "Wrong size on UAtmosphericFogComponent"); \ +static_assert(offsetof(UAtmosphericFogComponent, SunMultiplier) == 0x0001F8, "Member 'UAtmosphericFogComponent::SunMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, FogMultiplier) == 0x0001FC, "Member 'UAtmosphericFogComponent::FogMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DensityMultiplier) == 0x000200, "Member 'UAtmosphericFogComponent::DensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DensityOffset) == 0x000204, "Member 'UAtmosphericFogComponent::DensityOffset' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DistanceScale) == 0x000208, "Member 'UAtmosphericFogComponent::DistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, AltitudeScale) == 0x00020C, "Member 'UAtmosphericFogComponent::AltitudeScale' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DistanceOffset) == 0x000210, "Member 'UAtmosphericFogComponent::DistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, GroundOffset) == 0x000214, "Member 'UAtmosphericFogComponent::GroundOffset' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, StartDistance) == 0x000218, "Member 'UAtmosphericFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, SunDiscScale) == 0x00021C, "Member 'UAtmosphericFogComponent::SunDiscScale' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DefaultBrightness) == 0x000220, "Member 'UAtmosphericFogComponent::DefaultBrightness' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DefaultLightColor) == 0x000224, "Member 'UAtmosphericFogComponent::DefaultLightColor' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, PrecomputeParams) == 0x00022C, "Member 'UAtmosphericFogComponent::PrecomputeParams' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, TransmittanceTexture) == 0x000258, "Member 'UAtmosphericFogComponent::TransmittanceTexture' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, IrradianceTexture) == 0x000260, "Member 'UAtmosphericFogComponent::IrradianceTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UAudioSettings \ +static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ +static_assert(sizeof(UAudioSettings) == 0x000198, "Wrong size on UAudioSettings"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000038, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000050, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000068, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x000080, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x000098, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000B0, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x0000C8, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x0000E0, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, EQSubmix) == 0x0000F8, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000110, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x000114, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x000118, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x00011C, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000120, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000128, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x00013C, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000140, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000141, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x000148, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DebugSounds) == 0x000158, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x000168, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x000178, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x000180, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x000188, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetEnabled \ +static_assert(alignof(AudioVolume_SetEnabled) == 0x000001, "Wrong alignment on AudioVolume_SetEnabled"); \ +static_assert(sizeof(AudioVolume_SetEnabled) == 0x000001, "Wrong size on AudioVolume_SetEnabled"); \ +static_assert(offsetof(AudioVolume_SetEnabled, bNewEnabled) == 0x000000, "Member 'AudioVolume_SetEnabled::bNewEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetInteriorSettings \ +static_assert(alignof(AudioVolume_SetInteriorSettings) == 0x000004, "Wrong alignment on AudioVolume_SetInteriorSettings"); \ +static_assert(sizeof(AudioVolume_SetInteriorSettings) == 0x000024, "Wrong size on AudioVolume_SetInteriorSettings"); \ +static_assert(offsetof(AudioVolume_SetInteriorSettings, NewInteriorSettings) == 0x000000, "Member 'AudioVolume_SetInteriorSettings::NewInteriorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetPriority \ +static_assert(alignof(AudioVolume_SetPriority) == 0x000004, "Wrong alignment on AudioVolume_SetPriority"); \ +static_assert(sizeof(AudioVolume_SetPriority) == 0x000004, "Wrong size on AudioVolume_SetPriority"); \ +static_assert(offsetof(AudioVolume_SetPriority, NewPriority) == 0x000000, "Member 'AudioVolume_SetPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetReverbSettings \ +static_assert(alignof(AudioVolume_SetReverbSettings) == 0x000008, "Wrong alignment on AudioVolume_SetReverbSettings"); \ +static_assert(sizeof(AudioVolume_SetReverbSettings) == 0x000020, "Wrong size on AudioVolume_SetReverbSettings"); \ +static_assert(offsetof(AudioVolume_SetReverbSettings, NewReverbSettings) == 0x000000, "Member 'AudioVolume_SetReverbSettings::NewReverbSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetSubmixOverrideSettings \ +static_assert(alignof(AudioVolume_SetSubmixOverrideSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixOverrideSettings"); \ +static_assert(sizeof(AudioVolume_SetSubmixOverrideSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixOverrideSettings"); \ +static_assert(offsetof(AudioVolume_SetSubmixOverrideSettings, NewSubmixOverrideSettings) == 0x000000, "Member 'AudioVolume_SetSubmixOverrideSettings::NewSubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetSubmixSendSettings \ +static_assert(alignof(AudioVolume_SetSubmixSendSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixSendSettings"); \ +static_assert(sizeof(AudioVolume_SetSubmixSendSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixSendSettings"); \ +static_assert(offsetof(AudioVolume_SetSubmixSendSettings, NewSubmixSendSettings) == 0x000000, "Member 'AudioVolume_SetSubmixSendSettings::NewSubmixSendSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAudioVolume \ +static_assert(alignof(AAudioVolume) == 0x000008, "Wrong alignment on AAudioVolume"); \ +static_assert(sizeof(AAudioVolume) == 0x0002D0, "Wrong size on AAudioVolume"); \ +static_assert(offsetof(AAudioVolume, Priority) == 0x000260, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, Settings) == 0x000268, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x000288, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x0002B0, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x0002C0, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ANavigationObjectBase \ +static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ +static_assert(sizeof(ANavigationObjectBase) == 0x000250, "Wrong size on ANavigationObjectBase"); \ +static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000230, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x000238, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x000240, "Member 'ANavigationObjectBase::BadSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerStart \ +static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ +static_assert(sizeof(APlayerStart) == 0x000258, "Wrong size on APlayerStart"); \ +static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x000250, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UPhysicsSettings \ +static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ +static_assert(sizeof(UPhysicsSettings) == 0x0001A0, "Wrong size on UPhysicsSettings"); \ +static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x0000E0, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x000114, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x000115, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x000116, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x000117, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x000118, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x000119, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x00011A, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x00011B, "Member 'UPhysicsSettings::bDisableCCD' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bEnableEnhancedDeterminism) == 0x00011C, "Member 'UPhysicsSettings::bEnableEnhancedDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AnimPhysicsMinDeltaTime) == 0x000120, "Member 'UPhysicsSettings::AnimPhysicsMinDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSimulateAnimPhysicsAfterReset) == 0x000124, "Member 'UPhysicsSettings::bSimulateAnimPhysicsAfterReset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x000128, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x00012C, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x00012D, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x000130, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x000134, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x000138, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x00013C, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x000140, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x000148, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x000158, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x000198, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x00019C, "Member 'UPhysicsSettings::ChaosSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000248, "Wrong size on ABandwidthTestActor"); \ +static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000228, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_BreakImportanceTexture \ +static_assert(alignof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_BreakImportanceTexture"); \ +static_assert(sizeof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000060, "Wrong size on ImportanceSamplingLibrary_BreakImportanceTexture"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, ImportanceTexture) == 0x000000, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::ImportanceTexture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, Texture) == 0x000050, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, WeightingFunc) == 0x000058, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::WeightingFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_ImportanceSample \ +static_assert(alignof(ImportanceSamplingLibrary_ImportanceSample) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_ImportanceSample"); \ +static_assert(sizeof(ImportanceSamplingLibrary_ImportanceSample) == 0x000080, "Wrong size on ImportanceSamplingLibrary_ImportanceSample"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Texture) == 0x000000, "Member 'ImportanceSamplingLibrary_ImportanceSample::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Rand) == 0x000050, "Member 'ImportanceSamplingLibrary_ImportanceSample::Rand' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Samples) == 0x000058, "Member 'ImportanceSamplingLibrary_ImportanceSample::Samples' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Intensity) == 0x00005C, "Member 'ImportanceSamplingLibrary_ImportanceSample::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SamplePosition) == 0x000060, "Member 'ImportanceSamplingLibrary_ImportanceSample::SamplePosition' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleColor) == 0x000068, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleColor' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleIntensity) == 0x000078, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleIntensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleSize) == 0x00007C, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_MakeImportanceTexture \ +static_assert(alignof(ImportanceSamplingLibrary_MakeImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_MakeImportanceTexture"); \ +static_assert(sizeof(ImportanceSamplingLibrary_MakeImportanceTexture) == 0x000060, "Wrong size on ImportanceSamplingLibrary_MakeImportanceTexture"); \ +static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, Texture) == 0x000000, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, WeightingFunc) == 0x000008, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::WeightingFunc' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, ReturnValue) == 0x000010, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell2D \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell2D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000018, "Wrong size on ImportanceSamplingLibrary_NextSobolCell2D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, ReturnValue) == 0x000010, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell3D \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell3D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000020, "Wrong size on ImportanceSamplingLibrary_NextSobolCell3D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, ReturnValue) == 0x000014, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolFloat \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolFloat) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolFloat"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolFloat) == 0x000010, "Wrong size on ImportanceSamplingLibrary_NextSobolFloat"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, Dimension) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolFloat::Dimension' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, ReturnValue) == 0x00000C, "Member 'ImportanceSamplingLibrary_NextSobolFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell2D \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell2D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000020, "Wrong size on ImportanceSamplingLibrary_RandomSobolCell2D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Cell) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Cell' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Seed) == 0x000010, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, ReturnValue) == 0x000018, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell3D \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell3D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x00002C, "Wrong size on ImportanceSamplingLibrary_RandomSobolCell3D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Cell) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Cell' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Seed) == 0x000014, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, ReturnValue) == 0x000020, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolFloat \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolFloat) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolFloat"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolFloat) == 0x000010, "Wrong size on ImportanceSamplingLibrary_RandomSobolFloat"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Dimension) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Dimension' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Seed) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, ReturnValue) == 0x00000C, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImportanceSamplingLibrary \ +static_assert(alignof(UImportanceSamplingLibrary) == 0x000008, "Wrong alignment on UImportanceSamplingLibrary"); \ +static_assert(sizeof(UImportanceSamplingLibrary) == 0x000028, "Wrong size on UImportanceSamplingLibrary"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_IsInLaptopMode \ +static_assert(alignof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInLaptopMode"); \ +static_assert(sizeof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInLaptopMode"); \ +static_assert(offsetof(PlatformEventsComponent_IsInLaptopMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInLaptopMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_IsInTabletMode \ +static_assert(alignof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInTabletMode"); \ +static_assert(sizeof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInTabletMode"); \ +static_assert(offsetof(PlatformEventsComponent_IsInTabletMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInTabletMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_SupportsConvertibleLaptops \ +static_assert(alignof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong alignment on PlatformEventsComponent_SupportsConvertibleLaptops"); \ +static_assert(sizeof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong size on PlatformEventsComponent_SupportsConvertibleLaptops"); \ +static_assert(offsetof(PlatformEventsComponent_SupportsConvertibleLaptops, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_SupportsConvertibleLaptops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformEventsComponent \ +static_assert(alignof(UPlatformEventsComponent) == 0x000008, "Wrong alignment on UPlatformEventsComponent"); \ +static_assert(sizeof(UPlatformEventsComponent) == 0x0000D0, "Wrong size on UPlatformEventsComponent"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000B0, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000C0, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBlendableInterface \ +static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ +static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ + +#define DUMPER7_ASSERTS_Light_SetAffectTranslucentLighting \ +static_assert(alignof(Light_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on Light_SetAffectTranslucentLighting"); \ +static_assert(sizeof(Light_SetAffectTranslucentLighting) == 0x000001, "Wrong size on Light_SetAffectTranslucentLighting"); \ +static_assert(offsetof(Light_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'Light_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetBrightness \ +static_assert(alignof(Light_SetBrightness) == 0x000004, "Wrong alignment on Light_SetBrightness"); \ +static_assert(sizeof(Light_SetBrightness) == 0x000004, "Wrong size on Light_SetBrightness"); \ +static_assert(offsetof(Light_SetBrightness, NewBrightness) == 0x000000, "Member 'Light_SetBrightness::NewBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetCastShadows \ +static_assert(alignof(Light_SetCastShadows) == 0x000001, "Wrong alignment on Light_SetCastShadows"); \ +static_assert(sizeof(Light_SetCastShadows) == 0x000001, "Wrong size on Light_SetCastShadows"); \ +static_assert(offsetof(Light_SetCastShadows, bNewValue) == 0x000000, "Member 'Light_SetCastShadows::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetEnabled \ +static_assert(alignof(Light_SetEnabled) == 0x000001, "Wrong alignment on Light_SetEnabled"); \ +static_assert(sizeof(Light_SetEnabled) == 0x000001, "Wrong size on Light_SetEnabled"); \ +static_assert(offsetof(Light_SetEnabled, bSetEnabled) == 0x000000, "Member 'Light_SetEnabled::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightColor \ +static_assert(alignof(Light_SetLightColor) == 0x000004, "Wrong alignment on Light_SetLightColor"); \ +static_assert(sizeof(Light_SetLightColor) == 0x000010, "Wrong size on Light_SetLightColor"); \ +static_assert(offsetof(Light_SetLightColor, NewLightColor) == 0x000000, "Member 'Light_SetLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightFunctionFadeDistance \ +static_assert(alignof(Light_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on Light_SetLightFunctionFadeDistance"); \ +static_assert(sizeof(Light_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on Light_SetLightFunctionFadeDistance"); \ +static_assert(offsetof(Light_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'Light_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightFunctionMaterial \ +static_assert(alignof(Light_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on Light_SetLightFunctionMaterial"); \ +static_assert(sizeof(Light_SetLightFunctionMaterial) == 0x000008, "Wrong size on Light_SetLightFunctionMaterial"); \ +static_assert(offsetof(Light_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'Light_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightFunctionScale \ +static_assert(alignof(Light_SetLightFunctionScale) == 0x000004, "Wrong alignment on Light_SetLightFunctionScale"); \ +static_assert(sizeof(Light_SetLightFunctionScale) == 0x00000C, "Wrong size on Light_SetLightFunctionScale"); \ +static_assert(offsetof(Light_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'Light_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_GetBrightness \ +static_assert(alignof(Light_GetBrightness) == 0x000004, "Wrong alignment on Light_GetBrightness"); \ +static_assert(sizeof(Light_GetBrightness) == 0x000004, "Wrong size on Light_GetBrightness"); \ +static_assert(offsetof(Light_GetBrightness, ReturnValue) == 0x000000, "Member 'Light_GetBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_GetLightColor \ +static_assert(alignof(Light_GetLightColor) == 0x000004, "Wrong alignment on Light_GetLightColor"); \ +static_assert(sizeof(Light_GetLightColor) == 0x000010, "Wrong size on Light_GetLightColor"); \ +static_assert(offsetof(Light_GetLightColor, ReturnValue) == 0x000000, "Member 'Light_GetLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_IsEnabled \ +static_assert(alignof(Light_IsEnabled) == 0x000001, "Wrong alignment on Light_IsEnabled"); \ +static_assert(sizeof(Light_IsEnabled) == 0x000001, "Wrong size on Light_IsEnabled"); \ +static_assert(offsetof(Light_IsEnabled, ReturnValue) == 0x000000, "Member 'Light_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALight \ +static_assert(alignof(ALight) == 0x000008, "Wrong alignment on ALight"); \ +static_assert(sizeof(ALight) == 0x000238, "Wrong size on ALight"); \ +static_assert(offsetof(ALight, LightComponent) == 0x000228, "Member 'ALight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLight_SetInnerConeAngle \ +static_assert(alignof(SpotLight_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLight_SetInnerConeAngle"); \ +static_assert(sizeof(SpotLight_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLight_SetInnerConeAngle"); \ +static_assert(offsetof(SpotLight_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLight_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLight_SetOuterConeAngle \ +static_assert(alignof(SpotLight_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLight_SetOuterConeAngle"); \ +static_assert(sizeof(SpotLight_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLight_SetOuterConeAngle"); \ +static_assert(offsetof(SpotLight_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLight_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpotLight \ +static_assert(alignof(ASpotLight) == 0x000008, "Wrong alignment on ASpotLight"); \ +static_assert(sizeof(ASpotLight) == 0x000240, "Wrong size on ASpotLight"); \ +static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x000238, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeleton \ +static_assert(alignof(USkeleton) == 0x000008, "Wrong alignment on USkeleton"); \ +static_assert(sizeof(USkeleton) == 0x000390, "Wrong size on USkeleton"); \ +static_assert(offsetof(USkeleton, BoneTree) == 0x000038, "Member 'USkeleton::BoneTree' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, RefLocalPoses) == 0x000048, "Member 'USkeleton::RefLocalPoses' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBoneGuid) == 0x000170, "Member 'USkeleton::VirtualBoneGuid' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBones) == 0x000180, "Member 'USkeleton::VirtualBones' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, Sockets) == 0x000190, "Member 'USkeleton::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SmartNames) == 0x0001F0, "Member 'USkeleton::SmartNames' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, BlendProfiles) == 0x000270, "Member 'USkeleton::BlendProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SlotGroups) == 0x000280, "Member 'USkeleton::SlotGroups' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, AssetUserData) == 0x000380, "Member 'USkeleton::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABlockingVolume \ +static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ +static_assert(sizeof(ABlockingVolume) == 0x000260, "Wrong size on ABlockingVolume"); \ + +#define DUMPER7_ASSERTS_PostProcessComponent_AddOrUpdateBlendable \ +static_assert(alignof(PostProcessComponent_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessComponent_AddOrUpdateBlendable"); \ +static_assert(sizeof(PostProcessComponent_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessComponent_AddOrUpdateBlendable"); \ +static_assert(offsetof(PostProcessComponent_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessComponent_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(PostProcessComponent_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessComponent_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessComponent \ +static_assert(alignof(UPostProcessComponent) == 0x000010, "Wrong alignment on UPostProcessComponent"); \ +static_assert(sizeof(UPostProcessComponent) == 0x000770, "Wrong size on UPostProcessComponent"); \ +static_assert(offsetof(UPostProcessComponent, Settings) == 0x000200, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, Priority) == 0x000760, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x000764, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x000768, "Member 'UPostProcessComponent::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintExtension \ +static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ +static_assert(sizeof(UBlueprintExtension) == 0x000028, "Wrong size on UBlueprintExtension"); \ + +#define DUMPER7_ASSERTS_APlaneReflectionCapture \ +static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ +static_assert(sizeof(APlaneReflectionCapture) == 0x000230, "Wrong size on APlaneReflectionCapture"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_URendererOverrideSettings \ +static_assert(alignof(URendererOverrideSettings) == 0x000008, "Wrong alignment on URendererOverrideSettings"); \ +static_assert(sizeof(URendererOverrideSettings) == 0x000040, "Wrong size on URendererOverrideSettings"); \ + +#define DUMPER7_ASSERTS_UBodySetup \ +static_assert(alignof(UBodySetup) == 0x000008, "Wrong alignment on UBodySetup"); \ +static_assert(sizeof(UBodySetup) == 0x0002A0, "Wrong size on UBodySetup"); \ +static_assert(offsetof(UBodySetup, AggGeom) == 0x000048, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, PhysMaterial) == 0x0000A8, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000B0, "Member 'UBodySetup::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, DefaultInstance) == 0x000128, "Member 'UBodySetup::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, BuildScale3D) == 0x000288, "Member 'UBodySetup::BuildScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UGameEngine \ +static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ +static_assert(sizeof(UGameEngine) == 0x000D70, "Wrong size on UGameEngine"); \ +static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x000D20, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x000D24, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, GameInstance) == 0x000D28, "Member 'UGameEngine::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBookMark \ +static_assert(alignof(UBookMark) == 0x000008, "Wrong alignment on UBookMark"); \ +static_assert(sizeof(UBookMark) == 0x000050, "Wrong size on UBookMark"); \ +static_assert(offsetof(UBookMark, Location) == 0x000028, "Member 'UBookMark::Location' has a wrong offset!"); \ +static_assert(offsetof(UBookMark, Rotation) == 0x000034, "Member 'UBookMark::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UBookMark, HiddenLevels) == 0x000040, "Member 'UBookMark::HiddenLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoundsCopyComponent \ +static_assert(alignof(UBoundsCopyComponent) == 0x000010, "Wrong alignment on UBoundsCopyComponent"); \ +static_assert(sizeof(UBoundsCopyComponent) == 0x000120, "Wrong size on UBoundsCopyComponent"); \ +static_assert(offsetof(UBoundsCopyComponent, BoundsSourceActor) == 0x0000B0, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000D8, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000D9, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000DA, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x0000E0, "Member 'UBoundsCopyComponent::PostTransform' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyXBounds) == 0x000110, "Member 'UBoundsCopyComponent::bCopyXBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyYBounds) == 0x000111, "Member 'UBoundsCopyComponent::bCopyYBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyZBounds) == 0x000112, "Member 'UBoundsCopyComponent::bCopyZBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UParticleModuleVelocityBase \ +static_assert(alignof(UParticleModuleVelocityBase) == 0x000008, "Wrong alignment on UParticleModuleVelocityBase"); \ +static_assert(sizeof(UParticleModuleVelocityBase) == 0x000038, "Wrong size on UParticleModuleVelocityBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocity \ +static_assert(alignof(UParticleModuleVelocity) == 0x000008, "Wrong alignment on UParticleModuleVelocity"); \ +static_assert(sizeof(UParticleModuleVelocity) == 0x0000B0, "Wrong size on UParticleModuleVelocity"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocity) == 0x000038, "Member 'UParticleModuleVelocity::StartVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocityRadial) == 0x000080, "Member 'UParticleModuleVelocity::StartVelocityRadial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_UBrushComponent \ +static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ +static_assert(sizeof(UBrushComponent) == 0x000460, "Wrong size on UBrushComponent"); \ +static_assert(offsetof(UBrushComponent, Brush) == 0x000450, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ +static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000458, "Member 'UBrushComponent::BrushBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABrushShape \ +static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ +static_assert(sizeof(ABrushShape) == 0x000260, "Wrong size on ABrushShape"); \ + +#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_RectLightComponent_SetBarnDoorAngle \ +static_assert(alignof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorAngle, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength \ +static_assert(alignof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorLength"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorLength"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorLength, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight \ +static_assert(alignof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceHeight"); \ +static_assert(sizeof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong size on RectLightComponent_SetSourceHeight"); \ +static_assert(offsetof(RectLightComponent_SetSourceHeight, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture \ +static_assert(alignof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong alignment on RectLightComponent_SetSourceTexture"); \ +static_assert(sizeof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong size on RectLightComponent_SetSourceTexture"); \ +static_assert(offsetof(RectLightComponent_SetSourceTexture, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth \ +static_assert(alignof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceWidth"); \ +static_assert(sizeof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong size on RectLightComponent_SetSourceWidth"); \ +static_assert(offsetof(RectLightComponent_SetSourceWidth, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectLightComponent \ +static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ +static_assert(sizeof(URectLightComponent) == 0x000360, "Wrong size on URectLightComponent"); \ +static_assert(offsetof(URectLightComponent, SourceWidth) == 0x000340, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceHeight) == 0x000344, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x000348, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x00034C, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTexture) == 0x000350, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_CameraAnimInst_SetDuration \ +static_assert(alignof(CameraAnimInst_SetDuration) == 0x000004, "Wrong alignment on CameraAnimInst_SetDuration"); \ +static_assert(sizeof(CameraAnimInst_SetDuration) == 0x000004, "Wrong size on CameraAnimInst_SetDuration"); \ +static_assert(offsetof(CameraAnimInst_SetDuration, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetDuration::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_SetScale \ +static_assert(alignof(CameraAnimInst_SetScale) == 0x000004, "Wrong alignment on CameraAnimInst_SetScale"); \ +static_assert(sizeof(CameraAnimInst_SetScale) == 0x000004, "Wrong size on CameraAnimInst_SetScale"); \ +static_assert(offsetof(CameraAnimInst_SetScale, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetScale::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_Stop \ +static_assert(alignof(CameraAnimInst_Stop) == 0x000001, "Wrong alignment on CameraAnimInst_Stop"); \ +static_assert(sizeof(CameraAnimInst_Stop) == 0x000001, "Wrong size on CameraAnimInst_Stop"); \ +static_assert(offsetof(CameraAnimInst_Stop, bImmediate) == 0x000000, "Member 'CameraAnimInst_Stop::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimInst \ +static_assert(alignof(UCameraAnimInst) == 0x000010, "Wrong alignment on UCameraAnimInst"); \ +static_assert(sizeof(UCameraAnimInst) == 0x000110, "Wrong size on UCameraAnimInst"); \ +static_assert(offsetof(UCameraAnimInst, CamAnim) == 0x000028, "Member 'UCameraAnimInst::CamAnim' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, InterpGroupInst) == 0x000030, "Member 'UCameraAnimInst::InterpGroupInst' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, PlayRate) == 0x000050, "Member 'UCameraAnimInst::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, MoveTrack) == 0x000068, "Member 'UCameraAnimInst::MoveTrack' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, MoveInst) == 0x000070, "Member 'UCameraAnimInst::MoveInst' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, PlaySpace) == 0x000078, "Member 'UCameraAnimInst::PlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraBlockingVolume \ +static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ +static_assert(sizeof(ACameraBlockingVolume) == 0x000260, "Wrong size on ACameraBlockingVolume"); \ + +#define DUMPER7_ASSERTS_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_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_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_RadialForceComponent_AddObjectTypeToAffect \ +static_assert(alignof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_AddObjectTypeToAffect"); \ +static_assert(sizeof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_AddObjectTypeToAffect"); \ +static_assert(offsetof(RadialForceComponent_AddObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_AddObjectTypeToAffect::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialForceComponent_RemoveObjectTypeToAffect \ +static_assert(alignof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_RemoveObjectTypeToAffect"); \ +static_assert(sizeof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_RemoveObjectTypeToAffect"); \ +static_assert(offsetof(RadialForceComponent_RemoveObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_RemoveObjectTypeToAffect::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialForceComponent \ +static_assert(alignof(URadialForceComponent) == 0x000010, "Wrong alignment on URadialForceComponent"); \ +static_assert(sizeof(URadialForceComponent) == 0x000230, "Wrong size on URadialForceComponent"); \ +static_assert(offsetof(URadialForceComponent, Radius) == 0x0001F8, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, Falloff) == 0x0001FC, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000200, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000208, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x00020C, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000210, "Member 'URadialForceComponent::ObjectTypesToAffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StartCameraShake \ +static_assert(alignof(CameraShakeSourceComponent_StartCameraShake) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StartCameraShake"); \ +static_assert(sizeof(CameraShakeSourceComponent_StartCameraShake) == 0x000020, "Wrong size on CameraShakeSourceComponent_StartCameraShake"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StartCameraShake::InCameraShake' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, Scale) == 0x000008, "Member 'CameraShakeSourceComponent_StartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, PlaySpace) == 0x00000C, "Member 'CameraShakeSourceComponent_StartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'CameraShakeSourceComponent_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakes \ +static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakes"); \ +static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakes"); \ +static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakesOfType \ +static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ +static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000010, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ +static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::InCameraShake' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, bImmediately) == 0x000008, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_GetAttenuationFactor \ +static_assert(alignof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000004, "Wrong alignment on CameraShakeSourceComponent_GetAttenuationFactor"); \ +static_assert(sizeof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000010, "Wrong size on CameraShakeSourceComponent_GetAttenuationFactor"); \ +static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, Location) == 0x000000, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::Location' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, ReturnValue) == 0x00000C, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeSourceComponent \ +static_assert(alignof(UCameraShakeSourceComponent) == 0x000010, "Wrong alignment on UCameraShakeSourceComponent"); \ +static_assert(sizeof(UCameraShakeSourceComponent) == 0x000220, "Wrong size on UCameraShakeSourceComponent"); \ +static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x0001F8, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x0001FC, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000200, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000208, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000210, "Member 'UCameraShakeSourceComponent::bAutoStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_Deproject \ +static_assert(alignof(Canvas_K2_Deproject) == 0x000004, "Wrong alignment on Canvas_K2_Deproject"); \ +static_assert(sizeof(Canvas_K2_Deproject) == 0x000020, "Wrong size on Canvas_K2_Deproject"); \ +static_assert(offsetof(Canvas_K2_Deproject, ScreenPosition) == 0x000000, "Member 'Canvas_K2_Deproject::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Deproject, WorldOrigin) == 0x000008, "Member 'Canvas_K2_Deproject::WorldOrigin' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Deproject, WorldDirection) == 0x000014, "Member 'Canvas_K2_Deproject::WorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawBorder \ +static_assert(alignof(Canvas_K2_DrawBorder) == 0x000008, "Wrong alignment on Canvas_K2_DrawBorder"); \ +static_assert(sizeof(Canvas_K2_DrawBorder) == 0x000088, "Wrong size on Canvas_K2_DrawBorder"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BorderTexture) == 0x000000, "Member 'Canvas_K2_DrawBorder::BorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundTexture) == 0x000008, "Member 'Canvas_K2_DrawBorder::BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, LeftBorderTexture) == 0x000010, "Member 'Canvas_K2_DrawBorder::LeftBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, RightBorderTexture) == 0x000018, "Member 'Canvas_K2_DrawBorder::RightBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, TopBorderTexture) == 0x000020, "Member 'Canvas_K2_DrawBorder::TopBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BottomBorderTexture) == 0x000028, "Member 'Canvas_K2_DrawBorder::BottomBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, ScreenPosition) == 0x000030, "Member 'Canvas_K2_DrawBorder::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, ScreenSize) == 0x000038, "Member 'Canvas_K2_DrawBorder::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CoordinatePosition) == 0x000040, "Member 'Canvas_K2_DrawBorder::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CoordinateSize) == 0x000048, "Member 'Canvas_K2_DrawBorder::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, RenderColor) == 0x000050, "Member 'Canvas_K2_DrawBorder::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BorderScale) == 0x000060, "Member 'Canvas_K2_DrawBorder::BorderScale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundScale) == 0x000068, "Member 'Canvas_K2_DrawBorder::BackgroundScale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, Rotation) == 0x000070, "Member 'Canvas_K2_DrawBorder::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, PivotPoint) == 0x000074, "Member 'Canvas_K2_DrawBorder::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CornerSize) == 0x00007C, "Member 'Canvas_K2_DrawBorder::CornerSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawBox \ +static_assert(alignof(Canvas_K2_DrawBox) == 0x000004, "Wrong alignment on Canvas_K2_DrawBox"); \ +static_assert(sizeof(Canvas_K2_DrawBox) == 0x000024, "Wrong size on Canvas_K2_DrawBox"); \ +static_assert(offsetof(Canvas_K2_DrawBox, ScreenPosition) == 0x000000, "Member 'Canvas_K2_DrawBox::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, ScreenSize) == 0x000008, "Member 'Canvas_K2_DrawBox::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, Thickness) == 0x000010, "Member 'Canvas_K2_DrawBox::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawBox::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawLine \ +static_assert(alignof(Canvas_K2_DrawLine) == 0x000004, "Wrong alignment on Canvas_K2_DrawLine"); \ +static_assert(sizeof(Canvas_K2_DrawLine) == 0x000024, "Wrong size on Canvas_K2_DrawLine"); \ +static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionA) == 0x000000, "Member 'Canvas_K2_DrawLine::ScreenPositionA' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionB) == 0x000008, "Member 'Canvas_K2_DrawLine::ScreenPositionB' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, Thickness) == 0x000010, "Member 'Canvas_K2_DrawLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawLine::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawMaterial \ +static_assert(alignof(Canvas_K2_DrawMaterial) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterial"); \ +static_assert(sizeof(Canvas_K2_DrawMaterial) == 0x000038, "Wrong size on Canvas_K2_DrawMaterial"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterial::RenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawMaterial::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawMaterial::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawMaterial::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawMaterial::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, Rotation) == 0x000028, "Member 'Canvas_K2_DrawMaterial::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, PivotPoint) == 0x00002C, "Member 'Canvas_K2_DrawMaterial::PivotPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawMaterialTriangle \ +static_assert(alignof(Canvas_K2_DrawMaterialTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterialTriangle"); \ +static_assert(sizeof(Canvas_K2_DrawMaterialTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawMaterialTriangle"); \ +static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterialTriangle::RenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawMaterialTriangle::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawPolygon \ +static_assert(alignof(Canvas_K2_DrawPolygon) == 0x000008, "Wrong alignment on Canvas_K2_DrawPolygon"); \ +static_assert(sizeof(Canvas_K2_DrawPolygon) == 0x000030, "Wrong size on Canvas_K2_DrawPolygon"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawPolygon::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawPolygon::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, Radius) == 0x000010, "Member 'Canvas_K2_DrawPolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, NumberOfSides) == 0x000018, "Member 'Canvas_K2_DrawPolygon::NumberOfSides' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, RenderColor) == 0x00001C, "Member 'Canvas_K2_DrawPolygon::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawText \ +static_assert(alignof(Canvas_K2_DrawText) == 0x000008, "Wrong alignment on Canvas_K2_DrawText"); \ +static_assert(sizeof(Canvas_K2_DrawText) == 0x000068, "Wrong size on Canvas_K2_DrawText"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderFont) == 0x000000, "Member 'Canvas_K2_DrawText::RenderFont' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderText) == 0x000008, "Member 'Canvas_K2_DrawText::RenderText' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ScreenPosition) == 0x000018, "Member 'Canvas_K2_DrawText::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, Scale) == 0x000020, "Member 'Canvas_K2_DrawText::Scale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawText::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, Kerning) == 0x000038, "Member 'Canvas_K2_DrawText::Kerning' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ShadowColor) == 0x00003C, "Member 'Canvas_K2_DrawText::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ShadowOffset) == 0x00004C, "Member 'Canvas_K2_DrawText::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bCentreX) == 0x000054, "Member 'Canvas_K2_DrawText::bCentreX' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bCentreY) == 0x000055, "Member 'Canvas_K2_DrawText::bCentreY' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bOutlined) == 0x000056, "Member 'Canvas_K2_DrawText::bOutlined' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, OutlineColor) == 0x000058, "Member 'Canvas_K2_DrawText::OutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawTexture \ +static_assert(alignof(Canvas_K2_DrawTexture) == 0x000008, "Wrong alignment on Canvas_K2_DrawTexture"); \ +static_assert(sizeof(Canvas_K2_DrawTexture) == 0x000048, "Wrong size on Canvas_K2_DrawTexture"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTexture::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawTexture::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawTexture::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawTexture::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawTexture::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawTexture::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, BlendMode) == 0x000038, "Member 'Canvas_K2_DrawTexture::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, Rotation) == 0x00003C, "Member 'Canvas_K2_DrawTexture::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, PivotPoint) == 0x000040, "Member 'Canvas_K2_DrawTexture::PivotPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawTriangle \ +static_assert(alignof(Canvas_K2_DrawTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawTriangle"); \ +static_assert(sizeof(Canvas_K2_DrawTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawTriangle"); \ +static_assert(offsetof(Canvas_K2_DrawTriangle, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTriangle::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawTriangle::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_Project \ +static_assert(alignof(Canvas_K2_Project) == 0x000004, "Wrong alignment on Canvas_K2_Project"); \ +static_assert(sizeof(Canvas_K2_Project) == 0x000018, "Wrong size on Canvas_K2_Project"); \ +static_assert(offsetof(Canvas_K2_Project, WorldLocation) == 0x000000, "Member 'Canvas_K2_Project::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Project, ReturnValue) == 0x00000C, "Member 'Canvas_K2_Project::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_StrLen \ +static_assert(alignof(Canvas_K2_StrLen) == 0x000008, "Wrong alignment on Canvas_K2_StrLen"); \ +static_assert(sizeof(Canvas_K2_StrLen) == 0x000020, "Wrong size on Canvas_K2_StrLen"); \ +static_assert(offsetof(Canvas_K2_StrLen, RenderFont) == 0x000000, "Member 'Canvas_K2_StrLen::RenderFont' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_StrLen, RenderText) == 0x000008, "Member 'Canvas_K2_StrLen::RenderText' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_StrLen, ReturnValue) == 0x000018, "Member 'Canvas_K2_StrLen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_TextSize \ +static_assert(alignof(Canvas_K2_TextSize) == 0x000008, "Wrong alignment on Canvas_K2_TextSize"); \ +static_assert(sizeof(Canvas_K2_TextSize) == 0x000028, "Wrong size on Canvas_K2_TextSize"); \ +static_assert(offsetof(Canvas_K2_TextSize, RenderFont) == 0x000000, "Member 'Canvas_K2_TextSize::RenderFont' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_TextSize, RenderText) == 0x000008, "Member 'Canvas_K2_TextSize::RenderText' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_TextSize, Scale) == 0x000018, "Member 'Canvas_K2_TextSize::Scale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_TextSize, ReturnValue) == 0x000020, "Member 'Canvas_K2_TextSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvas \ +static_assert(alignof(UCanvas) == 0x000010, "Wrong alignment on UCanvas"); \ +static_assert(sizeof(UCanvas) == 0x0002D0, "Wrong size on UCanvas"); \ +static_assert(offsetof(UCanvas, OrgX) == 0x000028, "Member 'UCanvas::OrgX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, OrgY) == 0x00002C, "Member 'UCanvas::OrgY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ClipX) == 0x000030, "Member 'UCanvas::ClipX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ClipY) == 0x000034, "Member 'UCanvas::ClipY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, DrawColor) == 0x000038, "Member 'UCanvas::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, SizeX) == 0x000040, "Member 'UCanvas::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, SizeY) == 0x000044, "Member 'UCanvas::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ColorModulate) == 0x000050, "Member 'UCanvas::ColorModulate' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, DefaultTexture) == 0x000060, "Member 'UCanvas::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, GradientTexture0) == 0x000068, "Member 'UCanvas::GradientTexture0' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ReporterGraph) == 0x000070, "Member 'UCanvas::ReporterGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackAudioMaster \ +static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ +static_assert(sizeof(UInterpTrackAudioMaster) == 0x000090, "Wrong size on UInterpTrackAudioMaster"); \ + +#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_CapsuleComponent_SetCapsuleHalfHeight \ +static_assert(alignof(CapsuleComponent_SetCapsuleHalfHeight) == 0x000004, "Wrong alignment on CapsuleComponent_SetCapsuleHalfHeight"); \ +static_assert(sizeof(CapsuleComponent_SetCapsuleHalfHeight) == 0x000008, "Wrong size on CapsuleComponent_SetCapsuleHalfHeight"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleHalfHeight, HalfHeight) == 0x000000, "Member 'CapsuleComponent_SetCapsuleHalfHeight::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleHalfHeight, bUpdateOverlaps) == 0x000004, "Member 'CapsuleComponent_SetCapsuleHalfHeight::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleRadius \ +static_assert(alignof(CapsuleComponent_SetCapsuleRadius) == 0x000004, "Wrong alignment on CapsuleComponent_SetCapsuleRadius"); \ +static_assert(sizeof(CapsuleComponent_SetCapsuleRadius) == 0x000008, "Wrong size on CapsuleComponent_SetCapsuleRadius"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleRadius, Radius) == 0x000000, "Member 'CapsuleComponent_SetCapsuleRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleRadius, bUpdateOverlaps) == 0x000004, "Member 'CapsuleComponent_SetCapsuleRadius::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleSize \ +static_assert(alignof(CapsuleComponent_SetCapsuleSize) == 0x000004, "Wrong alignment on CapsuleComponent_SetCapsuleSize"); \ +static_assert(sizeof(CapsuleComponent_SetCapsuleSize) == 0x00000C, "Wrong size on CapsuleComponent_SetCapsuleSize"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleSize, InRadius) == 0x000000, "Member 'CapsuleComponent_SetCapsuleSize::InRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleSize, InHalfHeight) == 0x000004, "Member 'CapsuleComponent_SetCapsuleSize::InHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleSize, bUpdateOverlaps) == 0x000008, "Member 'CapsuleComponent_SetCapsuleSize::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleHalfHeight \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleHalfHeight) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleHalfHeight"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleHalfHeight) == 0x000004, "Wrong size on CapsuleComponent_GetScaledCapsuleHalfHeight"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleHalfHeight, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong size on CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleRadius \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleRadius) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleRadius"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleRadius) == 0x000004, "Wrong size on CapsuleComponent_GetScaledCapsuleRadius"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleRadius, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleSize \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleSize) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleSize"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleSize) == 0x000008, "Wrong size on CapsuleComponent_GetScaledCapsuleSize"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleSize::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize, OutHalfHeight) == 0x000004, "Member 'CapsuleComponent_GetScaledCapsuleSize::OutHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere) == 0x000008, "Wrong size on CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere, OutHalfHeightWithoutHemisphere) == 0x000004, "Member 'CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere::OutHalfHeightWithoutHemisphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetShapeScale \ +static_assert(alignof(CapsuleComponent_GetShapeScale) == 0x000004, "Wrong alignment on CapsuleComponent_GetShapeScale"); \ +static_assert(sizeof(CapsuleComponent_GetShapeScale) == 0x000004, "Wrong size on CapsuleComponent_GetShapeScale"); \ +static_assert(offsetof(CapsuleComponent_GetShapeScale, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetShapeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleHalfHeight \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleHalfHeight) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleHalfHeight"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleHalfHeight) == 0x000004, "Wrong size on CapsuleComponent_GetUnscaledCapsuleHalfHeight"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleHalfHeight, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong size on CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleRadius \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleRadius) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleRadius"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleRadius) == 0x000004, "Wrong size on CapsuleComponent_GetUnscaledCapsuleRadius"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleRadius, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleSize \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleSize) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleSize"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleSize) == 0x000008, "Wrong size on CapsuleComponent_GetUnscaledCapsuleSize"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleSize::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize, OutHalfHeight) == 0x000004, "Member 'CapsuleComponent_GetUnscaledCapsuleSize::OutHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere) == 0x000008, "Wrong size on CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere, OutHalfHeightWithoutHemisphere) == 0x000004, "Member 'CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere::OutHalfHeightWithoutHemisphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCapsuleComponent \ +static_assert(alignof(UCapsuleComponent) == 0x000010, "Wrong alignment on UCapsuleComponent"); \ +static_assert(sizeof(UCapsuleComponent) == 0x000470, "Wrong size on UCapsuleComponent"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000468, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x00046C, "Member 'UCapsuleComponent::CapsuleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UCheatManagerExtension \ +static_assert(alignof(UCheatManagerExtension) == 0x000008, "Wrong alignment on UCheatManagerExtension"); \ +static_assert(sizeof(UCheatManagerExtension) == 0x000028, "Wrong size on UCheatManagerExtension"); \ + +#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_ChildActorComponent_SetChildActorClass \ +static_assert(alignof(ChildActorComponent_SetChildActorClass) == 0x000008, "Wrong alignment on ChildActorComponent_SetChildActorClass"); \ +static_assert(sizeof(ChildActorComponent_SetChildActorClass) == 0x000008, "Wrong size on ChildActorComponent_SetChildActorClass"); \ +static_assert(offsetof(ChildActorComponent_SetChildActorClass, InClass) == 0x000000, "Member 'ChildActorComponent_SetChildActorClass::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChildActorComponent \ +static_assert(alignof(UChildActorComponent) == 0x000010, "Wrong alignment on UChildActorComponent"); \ +static_assert(sizeof(UChildActorComponent) == 0x000230, "Wrong size on UChildActorComponent"); \ +static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x0001F8, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000200, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000208, "Member 'UChildActorComponent::ChildActorTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_AddControlPointPosition \ +static_assert(alignof(InterpToMovementComponent_AddControlPointPosition) == 0x000004, "Wrong alignment on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(sizeof(InterpToMovementComponent_AddControlPointPosition) == 0x000010, "Wrong size on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, Pos) == 0x000000, "Member 'InterpToMovementComponent_AddControlPointPosition::Pos' has a wrong offset!"); \ +static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, bPositionIsRelative) == 0x00000C, "Member 'InterpToMovementComponent_AddControlPointPosition::bPositionIsRelative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_RestartMovement \ +static_assert(alignof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong alignment on InterpToMovementComponent_RestartMovement"); \ +static_assert(sizeof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong size on InterpToMovementComponent_RestartMovement"); \ +static_assert(offsetof(InterpToMovementComponent_RestartMovement, InitialDirection) == 0x000000, "Member 'InterpToMovementComponent_RestartMovement::InitialDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_StopSimulating \ +static_assert(alignof(InterpToMovementComponent_StopSimulating) == 0x000004, "Wrong alignment on InterpToMovementComponent_StopSimulating"); \ +static_assert(sizeof(InterpToMovementComponent_StopSimulating) == 0x000088, "Wrong size on InterpToMovementComponent_StopSimulating"); \ +static_assert(offsetof(InterpToMovementComponent_StopSimulating, HitResult) == 0x000000, "Member 'InterpToMovementComponent_StopSimulating::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpToMovementComponent \ +static_assert(alignof(UInterpToMovementComponent) == 0x000008, "Wrong alignment on UInterpToMovementComponent"); \ +static_assert(sizeof(UInterpToMovementComponent) == 0x000190, "Wrong size on UInterpToMovementComponent"); \ +static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x0000F0, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x0000F8, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x0000F9, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x0000FA, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x0000FB, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000100, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000110, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000120, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000130, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000140, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000150, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x000154, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000158, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCloudStorageBase \ +static_assert(alignof(UCloudStorageBase) == 0x000008, "Wrong alignment on UCloudStorageBase"); \ +static_assert(sizeof(UCloudStorageBase) == 0x000050, "Wrong size on UCloudStorageBase"); \ +static_assert(offsetof(UCloudStorageBase, LocalCloudFiles) == 0x000038, "Member 'UCloudStorageBase::LocalCloudFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollisionProfile \ +static_assert(alignof(UCollisionProfile) == 0x000008, "Wrong alignment on UCollisionProfile"); \ +static_assert(sizeof(UCollisionProfile) == 0x000170, "Wrong size on UCollisionProfile"); \ +static_assert(offsetof(UCollisionProfile, Profiles) == 0x000038, "Member 'UCollisionProfile::Profiles' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, DefaultChannelResponses) == 0x000048, "Member 'UCollisionProfile::DefaultChannelResponses' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, EditProfiles) == 0x000058, "Member 'UCollisionProfile::EditProfiles' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, ProfileRedirects) == 0x000068, "Member 'UCollisionProfile::ProfileRedirects' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, CollisionChannelRedirects) == 0x000078, "Member 'UCollisionProfile::CollisionChannelRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComponentDelegateBinding \ +static_assert(alignof(UComponentDelegateBinding) == 0x000008, "Wrong alignment on UComponentDelegateBinding"); \ +static_assert(sizeof(UComponentDelegateBinding) == 0x000038, "Wrong size on UComponentDelegateBinding"); \ +static_assert(offsetof(UComponentDelegateBinding, ComponentDelegateBindings) == 0x000028, "Member 'UComponentDelegateBinding::ComponentDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UActorComponentInstanceDataTransientOuter \ +static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ +static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000028, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ + +#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_UCurveTable \ +static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ +static_assert(sizeof(UCurveTable) == 0x0000A0, "Wrong size on UCurveTable"); \ + +#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_UCompositeCurveTable \ +static_assert(alignof(UCompositeCurveTable) == 0x000008, "Wrong alignment on UCompositeCurveTable"); \ +static_assert(sizeof(UCompositeCurveTable) == 0x0000C8, "Wrong size on UCompositeCurveTable"); \ +static_assert(offsetof(UCompositeCurveTable, ParentTables) == 0x0000A0, "Member 'UCompositeCurveTable::ParentTables' has a wrong offset!"); \ +static_assert(offsetof(UCompositeCurveTable, OldParentTables) == 0x0000B0, "Member 'UCompositeCurveTable::OldParentTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeDataTable \ +static_assert(alignof(UCompositeDataTable) == 0x000008, "Wrong alignment on UCompositeDataTable"); \ +static_assert(sizeof(UCompositeDataTable) == 0x0000D8, "Wrong size on UCompositeDataTable"); \ +static_assert(offsetof(UCompositeDataTable, ParentTables) == 0x0000B0, "Member 'UCompositeDataTable::ParentTables' has a wrong offset!"); \ +static_assert(offsetof(UCompositeDataTable, OldParentTables) == 0x0000C0, "Member 'UCompositeDataTable::OldParentTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_AdjustAttenuation \ +static_assert(alignof(ForceFeedbackComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on ForceFeedbackComponent_AdjustAttenuation"); \ +static_assert(sizeof(ForceFeedbackComponent_AdjustAttenuation) == 0x0000B0, "Wrong size on ForceFeedbackComponent_AdjustAttenuation"); \ +static_assert(offsetof(ForceFeedbackComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_Play \ +static_assert(alignof(ForceFeedbackComponent_Play) == 0x000004, "Wrong alignment on ForceFeedbackComponent_Play"); \ +static_assert(sizeof(ForceFeedbackComponent_Play) == 0x000004, "Wrong size on ForceFeedbackComponent_Play"); \ +static_assert(offsetof(ForceFeedbackComponent_Play, StartTime) == 0x000000, "Member 'ForceFeedbackComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_SetForceFeedbackEffect \ +static_assert(alignof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong alignment on ForceFeedbackComponent_SetForceFeedbackEffect"); \ +static_assert(sizeof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong size on ForceFeedbackComponent_SetForceFeedbackEffect"); \ +static_assert(offsetof(ForceFeedbackComponent_SetForceFeedbackEffect, NewForceFeedbackEffect) == 0x000000, "Member 'ForceFeedbackComponent_SetForceFeedbackEffect::NewForceFeedbackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_SetIntensityMultiplier \ +static_assert(alignof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong alignment on ForceFeedbackComponent_SetIntensityMultiplier"); \ +static_assert(sizeof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong size on ForceFeedbackComponent_SetIntensityMultiplier"); \ +static_assert(offsetof(ForceFeedbackComponent_SetIntensityMultiplier, NewIntensityMultiplier) == 0x000000, "Member 'ForceFeedbackComponent_SetIntensityMultiplier::NewIntensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x0000B8, "Wrong size on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0000B0, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackComponent \ +static_assert(alignof(UForceFeedbackComponent) == 0x000010, "Wrong alignment on UForceFeedbackComponent"); \ +static_assert(sizeof(UForceFeedbackComponent) == 0x0002E0, "Wrong size on UForceFeedbackComponent"); \ +static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x0001F8, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x000204, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000208, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000210, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x0002C0, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_PlayerCameraManager_AddCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_AddCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_AddCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_AddCameraLensEffect) == 0x000010, "Wrong size on PlayerCameraManager_AddCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_AddCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerCameraManager_AddCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_AddCameraLensEffect, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddCameraLensEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_AddNewCameraModifier \ +static_assert(alignof(PlayerCameraManager_AddNewCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_AddNewCameraModifier"); \ +static_assert(sizeof(PlayerCameraManager_AddNewCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_AddNewCameraModifier"); \ +static_assert(offsetof(PlayerCameraManager_AddNewCameraModifier, ModifierClass) == 0x000000, "Member 'PlayerCameraManager_AddNewCameraModifier::ModifierClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_AddNewCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddNewCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_BlueprintUpdateCamera \ +static_assert(alignof(PlayerCameraManager_BlueprintUpdateCamera) == 0x000008, "Wrong alignment on PlayerCameraManager_BlueprintUpdateCamera"); \ +static_assert(sizeof(PlayerCameraManager_BlueprintUpdateCamera) == 0x000028, "Wrong size on PlayerCameraManager_BlueprintUpdateCamera"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, CameraTarget) == 0x000000, "Member 'PlayerCameraManager_BlueprintUpdateCamera::CameraTarget' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraLocation) == 0x000008, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraRotation) == 0x000014, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraFOV) == 0x000020, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraFOV' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, ReturnValue) == 0x000024, "Member 'PlayerCameraManager_BlueprintUpdateCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_FindCameraModifierByClass \ +static_assert(alignof(PlayerCameraManager_FindCameraModifierByClass) == 0x000008, "Wrong alignment on PlayerCameraManager_FindCameraModifierByClass"); \ +static_assert(sizeof(PlayerCameraManager_FindCameraModifierByClass) == 0x000010, "Wrong size on PlayerCameraManager_FindCameraModifierByClass"); \ +static_assert(offsetof(PlayerCameraManager_FindCameraModifierByClass, ModifierClass) == 0x000000, "Member 'PlayerCameraManager_FindCameraModifierByClass::ModifierClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_FindCameraModifierByClass, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_FindCameraModifierByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_PhotographyCameraModify \ +static_assert(alignof(PlayerCameraManager_PhotographyCameraModify) == 0x000004, "Wrong alignment on PlayerCameraManager_PhotographyCameraModify"); \ +static_assert(sizeof(PlayerCameraManager_PhotographyCameraModify) == 0x000030, "Wrong size on PlayerCameraManager_PhotographyCameraModify"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, NewCameraLocation) == 0x000000, "Member 'PlayerCameraManager_PhotographyCameraModify::NewCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, PreviousCameraLocation) == 0x00000C, "Member 'PlayerCameraManager_PhotographyCameraModify::PreviousCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, OriginalCameraLocation) == 0x000018, "Member 'PlayerCameraManager_PhotographyCameraModify::OriginalCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, ResultCameraLocation) == 0x000024, "Member 'PlayerCameraManager_PhotographyCameraModify::ResultCameraLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_PlayCameraAnim \ +static_assert(alignof(PlayerCameraManager_PlayCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_PlayCameraAnim"); \ +static_assert(sizeof(PlayerCameraManager_PlayCameraAnim) == 0x000038, "Wrong size on PlayerCameraManager_PlayCameraAnim"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_PlayCameraAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Rate) == 0x000008, "Member 'PlayerCameraManager_PlayCameraAnim::Rate' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Scale) == 0x00000C, "Member 'PlayerCameraManager_PlayCameraAnim::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerCameraManager_PlayCameraAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerCameraManager_PlayCameraAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerCameraManager_PlayCameraAnim::bLoop' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerCameraManager_PlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Duration) == 0x00001C, "Member 'PlayerCameraManager_PlayCameraAnim::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, PlaySpace) == 0x000020, "Member 'PlayerCameraManager_PlayCameraAnim::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, UserPlaySpaceRot) == 0x000024, "Member 'PlayerCameraManager_PlayCameraAnim::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, ReturnValue) == 0x000030, "Member 'PlayerCameraManager_PlayCameraAnim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong size on PlayerCameraManager_RemoveCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraLensEffect, Emitter) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraLensEffect::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraModifier \ +static_assert(alignof(PlayerCameraManager_RemoveCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ModifierToRemove) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraModifier::ModifierToRemove' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_RemoveCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_SetManualCameraFade \ +static_assert(alignof(PlayerCameraManager_SetManualCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_SetManualCameraFade"); \ +static_assert(sizeof(PlayerCameraManager_SetManualCameraFade) == 0x000018, "Wrong size on PlayerCameraManager_SetManualCameraFade"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, InFadeAmount) == 0x000000, "Member 'PlayerCameraManager_SetManualCameraFade::InFadeAmount' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, Color) == 0x000004, "Member 'PlayerCameraManager_SetManualCameraFade::Color' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, bInFadeAudio) == 0x000014, "Member 'PlayerCameraManager_SetManualCameraFade::bInFadeAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraFade \ +static_assert(alignof(PlayerCameraManager_StartCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_StartCameraFade"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraFade) == 0x000020, "Wrong size on PlayerCameraManager_StartCameraFade"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, FromAlpha) == 0x000000, "Member 'PlayerCameraManager_StartCameraFade::FromAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, ToAlpha) == 0x000004, "Member 'PlayerCameraManager_StartCameraFade::ToAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, Duration) == 0x000008, "Member 'PlayerCameraManager_StartCameraFade::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, Color) == 0x00000C, "Member 'PlayerCameraManager_StartCameraFade::Color' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, bShouldFadeAudio) == 0x00001C, "Member 'PlayerCameraManager_StartCameraFade::bShouldFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, bHoldWhenFinished) == 0x00001D, "Member 'PlayerCameraManager_StartCameraFade::bHoldWhenFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShake \ +static_assert(alignof(PlayerCameraManager_StartCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraShake) == 0x000028, "Wrong size on PlayerCameraManager_StartCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, Scale) == 0x000008, "Member 'PlayerCameraManager_StartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerCameraManager_StartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerCameraManager_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, ReturnValue) == 0x000020, "Member 'PlayerCameraManager_StartCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000030, "Wrong size on PlayerCameraManager_StartCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, Scale) == 0x000010, "Member 'PlayerCameraManager_StartCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, PlaySpace) == 0x000014, "Member 'PlayerCameraManager_StartCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, UserPlaySpaceRot) == 0x000018, "Member 'PlayerCameraManager_StartCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ReturnValue) == 0x000028, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraAnims \ +static_assert(alignof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraAnims"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraAnims"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraAnims, bImmediate) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraAnims::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakes \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakesFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000010, "Wrong size on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraAnim \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShake \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000018, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, bImmediately) == 0x000010, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraAnimInst \ +static_assert(alignof(PlayerCameraManager_StopCameraAnimInst) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraAnimInst"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraAnimInst) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraAnimInst"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, AnimInst) == 0x000000, "Member 'PlayerCameraManager_StopCameraAnimInst::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopCameraAnimInst::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraShake \ +static_assert(alignof(PlayerCameraManager_StopCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, ShakeInstance) == 0x000000, "Member 'PlayerCameraManager_StopCameraShake::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraLocation \ +static_assert(alignof(PlayerCameraManager_GetCameraLocation) == 0x000004, "Wrong alignment on PlayerCameraManager_GetCameraLocation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraLocation) == 0x00000C, "Wrong size on PlayerCameraManager_GetCameraLocation"); \ +static_assert(offsetof(PlayerCameraManager_GetCameraLocation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraRotation \ +static_assert(alignof(PlayerCameraManager_GetCameraRotation) == 0x000004, "Wrong alignment on PlayerCameraManager_GetCameraRotation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraRotation) == 0x00000C, "Wrong size on PlayerCameraManager_GetCameraRotation"); \ +static_assert(offsetof(PlayerCameraManager_GetCameraRotation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetFOVAngle \ +static_assert(alignof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong alignment on PlayerCameraManager_GetFOVAngle"); \ +static_assert(sizeof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong size on PlayerCameraManager_GetFOVAngle"); \ +static_assert(offsetof(PlayerCameraManager_GetFOVAngle, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetFOVAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetOwningPlayerController \ +static_assert(alignof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong alignment on PlayerCameraManager_GetOwningPlayerController"); \ +static_assert(sizeof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong size on PlayerCameraManager_GetOwningPlayerController"); \ +static_assert(offsetof(PlayerCameraManager_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerCameraManager \ +static_assert(alignof(APlayerCameraManager) == 0x000010, "Wrong alignment on APlayerCameraManager"); \ +static_assert(sizeof(APlayerCameraManager) == 0x002820, "Wrong size on APlayerCameraManager"); \ +static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x000228, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000230, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x000240, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x000248, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x000250, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCache) == 0x0002A0, "Member 'APlayerCameraManager::CameraCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCache) == 0x0008A0, "Member 'APlayerCameraManager::LastFrameCameraCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000EA0, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x0014B0, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001AF0, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x0020F0, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x0026F0, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x002700, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x002710, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x002714, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x002720, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002730, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002750, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x002760, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimInstPool) == 0x002768, "Member 'APlayerCameraManager::AnimInstPool' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x0027A8, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ActiveAnims) == 0x0027C8, "Member 'APlayerCameraManager::ActiveAnims' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeAnims) == 0x0027D8, "Member 'APlayerCameraManager::FreeAnims' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x0027E8, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x0027F4, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x0027F8, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x0027FC, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x002800, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x002804, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x002808, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x002810, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGarbageCollectionSettings \ +static_assert(alignof(UGarbageCollectionSettings) == 0x000008, "Wrong alignment on UGarbageCollectionSettings"); \ +static_assert(sizeof(UGarbageCollectionSettings) == 0x000058, "Wrong size on UGarbageCollectionSettings"); \ +static_assert(offsetof(UGarbageCollectionSettings, TimeBetweenPurgingPendingKillObjects) == 0x000038, "Member 'UGarbageCollectionSettings::TimeBetweenPurgingPendingKillObjects' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MinGCClusterSize) == 0x000040, "Member 'UGarbageCollectionSettings::MinGCClusterSize' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, NumRetriesBeforeForcingGC) == 0x000044, "Member 'UGarbageCollectionSettings::NumRetriesBeforeForcingGC' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsNotConsideredByGC) == 0x000048, "Member 'UGarbageCollectionSettings::MaxObjectsNotConsideredByGC' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, SizeOfPermanentObjectPool) == 0x00004C, "Member 'UGarbageCollectionSettings::SizeOfPermanentObjectPool' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInGame) == 0x000050, "Member 'UGarbageCollectionSettings::MaxObjectsInGame' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInEditor) == 0x000054, "Member 'UGarbageCollectionSettings::MaxObjectsInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACullDistanceVolume \ +static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ +static_assert(sizeof(ACullDistanceVolume) == 0x000278, "Wrong size on ACullDistanceVolume"); \ +static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x000260, "Member 'ACullDistanceVolume::CullDistances' 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_GetEnableSceneRendering \ +static_assert(alignof(GameplayStatics_GetEnableSceneRendering) == 0x000008, "Wrong alignment on GameplayStatics_GetEnableSceneRendering"); \ +static_assert(sizeof(GameplayStatics_GetEnableSceneRendering) == 0x000010, "Wrong size on GameplayStatics_GetEnableSceneRendering"); \ +static_assert(offsetof(GameplayStatics_GetEnableSceneRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetEnableSceneRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetEnableSceneRendering, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetEnableSceneRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_GetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_GetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_GetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_GetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetEnableWorldRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameInstance \ +static_assert(alignof(GameplayStatics_GetGameInstance) == 0x000008, "Wrong alignment on GameplayStatics_GetGameInstance"); \ +static_assert(sizeof(GameplayStatics_GetGameInstance) == 0x000010, "Wrong size on GameplayStatics_GetGameInstance"); \ +static_assert(offsetof(GameplayStatics_GetGameInstance, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameInstance, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameMode \ +static_assert(alignof(GameplayStatics_GetGameMode) == 0x000008, "Wrong alignment on GameplayStatics_GetGameMode"); \ +static_assert(sizeof(GameplayStatics_GetGameMode) == 0x000010, "Wrong size on GameplayStatics_GetGameMode"); \ +static_assert(offsetof(GameplayStatics_GetGameMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameState \ +static_assert(alignof(GameplayStatics_GetGameState) == 0x000008, "Wrong alignment on GameplayStatics_GetGameState"); \ +static_assert(sizeof(GameplayStatics_GetGameState) == 0x000010, "Wrong size on GameplayStatics_GetGameState"); \ +static_assert(offsetof(GameplayStatics_GetGameState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameState, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_GetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_GetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_GetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_GetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGlobalTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetIntOption \ +static_assert(alignof(GameplayStatics_GetIntOption) == 0x000008, "Wrong alignment on GameplayStatics_GetIntOption"); \ +static_assert(sizeof(GameplayStatics_GetIntOption) == 0x000028, "Wrong size on GameplayStatics_GetIntOption"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, Options) == 0x000000, "Member 'GameplayStatics_GetIntOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, Key) == 0x000010, "Member 'GameplayStatics_GetIntOption::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, DefaultValue) == 0x000020, "Member 'GameplayStatics_GetIntOption::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, ReturnValue) == 0x000024, "Member 'GameplayStatics_GetIntOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetKeyValue \ +static_assert(alignof(GameplayStatics_GetKeyValue) == 0x000008, "Wrong alignment on GameplayStatics_GetKeyValue"); \ +static_assert(sizeof(GameplayStatics_GetKeyValue) == 0x000030, "Wrong size on GameplayStatics_GetKeyValue"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Pair) == 0x000000, "Member 'GameplayStatics_GetKeyValue::Pair' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Key) == 0x000010, "Member 'GameplayStatics_GetKeyValue::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Value) == 0x000020, "Member 'GameplayStatics_GetKeyValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetMaxAudioChannelCount \ +static_assert(alignof(GameplayStatics_GetMaxAudioChannelCount) == 0x000008, "Wrong alignment on GameplayStatics_GetMaxAudioChannelCount"); \ +static_assert(sizeof(GameplayStatics_GetMaxAudioChannelCount) == 0x000010, "Wrong size on GameplayStatics_GetMaxAudioChannelCount"); \ +static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetMaxAudioChannelCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetMaxAudioChannelCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetObjectClass \ +static_assert(alignof(GameplayStatics_GetObjectClass) == 0x000008, "Wrong alignment on GameplayStatics_GetObjectClass"); \ +static_assert(sizeof(GameplayStatics_GetObjectClass) == 0x000010, "Wrong size on GameplayStatics_GetObjectClass"); \ +static_assert(offsetof(GameplayStatics_GetObjectClass, Object) == 0x000000, "Member 'GameplayStatics_GetObjectClass::Object' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetObjectClass, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlatformName \ +static_assert(alignof(GameplayStatics_GetPlatformName) == 0x000008, "Wrong alignment on GameplayStatics_GetPlatformName"); \ +static_assert(sizeof(GameplayStatics_GetPlatformName) == 0x000010, "Wrong size on GameplayStatics_GetPlatformName"); \ +static_assert(offsetof(GameplayStatics_GetPlatformName, ReturnValue) == 0x000000, "Member 'GameplayStatics_GetPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager \ +static_assert(alignof(GameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCameraManager"); \ +static_assert(sizeof(GameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCameraManager"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter \ +static_assert(alignof(GameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCharacter"); \ +static_assert(sizeof(GameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCharacter"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerController \ +static_assert(alignof(GameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerController"); \ +static_assert(sizeof(GameplayStatics_GetPlayerController) == 0x000018, "Wrong size on GameplayStatics_GetPlayerController"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID \ +static_assert(alignof(GameplayStatics_GetPlayerControllerFromID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromID"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerFromID) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromID"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ControllerId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromID::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID \ +static_assert(alignof(GameplayStatics_GetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_GetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerID, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn \ +static_assert(alignof(GameplayStatics_GetPlayerPawn) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerPawn"); \ +static_assert(sizeof(GameplayStatics_GetPlayerPawn) == 0x000018, "Wrong size on GameplayStatics_GetPlayerPawn"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerPawn::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds \ +static_assert(alignof(GameplayStatics_GetRealTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetRealTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetRealTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetRealTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetRealTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetRealTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel \ +static_assert(alignof(GameplayStatics_GetStreamingLevel) == 0x000008, "Wrong alignment on GameplayStatics_GetStreamingLevel"); \ +static_assert(sizeof(GameplayStatics_GetStreamingLevel) == 0x000018, "Wrong size on GameplayStatics_GetStreamingLevel"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetStreamingLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, PackageName) == 0x000008, "Member 'GameplayStatics_GetStreamingLevel::PackageName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetStreamingLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType \ +static_assert(alignof(GameplayStatics_GetSurfaceType) == 0x000004, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ +static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x00008C, "Wrong size on GameplayStatics_GetSurfaceType"); \ +static_assert(offsetof(GameplayStatics_GetSurfaceType, Hit) == 0x000000, "Member 'GameplayStatics_GetSurfaceType::Hit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetSurfaceType, ReturnValue) == 0x000088, "Member 'GameplayStatics_GetSurfaceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetTimeSeconds \ +static_assert(alignof(GameplayStatics_GetTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetUnpausedTimeSeconds \ +static_assert(alignof(GameplayStatics_GetUnpausedTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetUnpausedTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetUnpausedTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetUnpausedTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetUnpausedTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetUnpausedTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetUnpausedTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetUnpausedTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetViewportMouseCaptureMode \ +static_assert(alignof(GameplayStatics_GetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_GetViewportMouseCaptureMode"); \ +static_assert(sizeof(GameplayStatics_GetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_GetViewportMouseCaptureMode"); \ +static_assert(offsetof(GameplayStatics_GetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewportMouseCaptureMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetViewportMouseCaptureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetViewProjectionMatrix \ +static_assert(alignof(GameplayStatics_GetViewProjectionMatrix) == 0x000010, "Wrong alignment on GameplayStatics_GetViewProjectionMatrix"); \ +static_assert(sizeof(GameplayStatics_GetViewProjectionMatrix) == 0x0006B0, "Wrong size on GameplayStatics_GetViewProjectionMatrix"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, DesiredView) == 0x000000, "Member 'GameplayStatics_GetViewProjectionMatrix::DesiredView' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewMatrix) == 0x0005F0, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000630, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000670, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewProjectionMatrix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetWorldDeltaSeconds \ +static_assert(alignof(GameplayStatics_GetWorldDeltaSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldDeltaSeconds"); \ +static_assert(sizeof(GameplayStatics_GetWorldDeltaSeconds) == 0x000010, "Wrong size on GameplayStatics_GetWorldDeltaSeconds"); \ +static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldDeltaSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldDeltaSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_GetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_GetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_GetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldOriginLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GrassOverlappingSphereCount \ +static_assert(alignof(GameplayStatics_GrassOverlappingSphereCount) == 0x000008, "Wrong alignment on GameplayStatics_GrassOverlappingSphereCount"); \ +static_assert(sizeof(GameplayStatics_GrassOverlappingSphereCount) == 0x000028, "Wrong size on GameplayStatics_GrassOverlappingSphereCount"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GrassOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'GameplayStatics_GrassOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'GameplayStatics_GrassOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, Radius) == 0x00001C, "Member 'GameplayStatics_GrassOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'GameplayStatics_GrassOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_HasLaunchOption \ +static_assert(alignof(GameplayStatics_HasLaunchOption) == 0x000008, "Wrong alignment on GameplayStatics_HasLaunchOption"); \ +static_assert(sizeof(GameplayStatics_HasLaunchOption) == 0x000018, "Wrong size on GameplayStatics_HasLaunchOption"); \ +static_assert(offsetof(GameplayStatics_HasLaunchOption, OptionToCheck) == 0x000000, "Member 'GameplayStatics_HasLaunchOption::OptionToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasLaunchOption, ReturnValue) == 0x000010, "Member 'GameplayStatics_HasLaunchOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_HasOption \ +static_assert(alignof(GameplayStatics_HasOption) == 0x000008, "Wrong alignment on GameplayStatics_HasOption"); \ +static_assert(sizeof(GameplayStatics_HasOption) == 0x000028, "Wrong size on GameplayStatics_HasOption"); \ +static_assert(offsetof(GameplayStatics_HasOption, Options) == 0x000000, "Member 'GameplayStatics_HasOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasOption, InKey) == 0x000010, "Member 'GameplayStatics_HasOption::InKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_HasOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsGamePaused \ +static_assert(alignof(GameplayStatics_IsGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_IsGamePaused"); \ +static_assert(sizeof(GameplayStatics_IsGamePaused) == 0x000010, "Wrong size on GameplayStatics_IsGamePaused"); \ +static_assert(offsetof(GameplayStatics_IsGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsGamePaused, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsSplitscreenForceDisabled \ +static_assert(alignof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000008, "Wrong alignment on GameplayStatics_IsSplitscreenForceDisabled"); \ +static_assert(sizeof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000010, "Wrong size on GameplayStatics_IsSplitscreenForceDisabled"); \ +static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsSplitscreenForceDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsSplitscreenForceDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadGameFromSlot \ +static_assert(alignof(GameplayStatics_LoadGameFromSlot) == 0x000008, "Wrong alignment on GameplayStatics_LoadGameFromSlot"); \ +static_assert(sizeof(GameplayStatics_LoadGameFromSlot) == 0x000020, "Wrong size on GameplayStatics_LoadGameFromSlot"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, SlotName) == 0x000000, "Member 'GameplayStatics_LoadGameFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_LoadGameFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, ReturnValue) == 0x000018, "Member 'GameplayStatics_LoadGameFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevel \ +static_assert(alignof(GameplayStatics_LoadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevel"); \ +static_assert(sizeof(GameplayStatics_LoadStreamLevel) == 0x000030, "Wrong size on GameplayStatics_LoadStreamLevel"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_LoadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bMakeVisibleAfterLoad) == 0x000010, "Member 'GameplayStatics_LoadStreamLevel::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bShouldBlockOnLoad) == 0x000011, "Member 'GameplayStatics_LoadStreamLevel::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, LatentInfo) == 0x000018, "Member 'GameplayStatics_LoadStreamLevel::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000050, "Wrong size on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bMakeVisibleAfterLoad) == 0x000030, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bShouldBlockOnLoad) == 0x000031, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000038, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_MakeHitResult \ +static_assert(alignof(GameplayStatics_MakeHitResult) == 0x000008, "Wrong alignment on GameplayStatics_MakeHitResult"); \ +static_assert(sizeof(GameplayStatics_MakeHitResult) == 0x000110, "Wrong size on GameplayStatics_MakeHitResult"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, bBlockingHit) == 0x000000, "Member 'GameplayStatics_MakeHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, bInitialOverlap) == 0x000001, "Member 'GameplayStatics_MakeHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Time) == 0x000004, "Member 'GameplayStatics_MakeHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Distance) == 0x000008, "Member 'GameplayStatics_MakeHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Location) == 0x00000C, "Member 'GameplayStatics_MakeHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactPoint) == 0x000018, "Member 'GameplayStatics_MakeHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Normal) == 0x000024, "Member 'GameplayStatics_MakeHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactNormal) == 0x000030, "Member 'GameplayStatics_MakeHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, PhysMat) == 0x000040, "Member 'GameplayStatics_MakeHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitActor) == 0x000048, "Member 'GameplayStatics_MakeHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitComponent) == 0x000050, "Member 'GameplayStatics_MakeHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitBoneName) == 0x000058, "Member 'GameplayStatics_MakeHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitItem) == 0x000060, "Member 'GameplayStatics_MakeHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ElementIndex) == 0x000064, "Member 'GameplayStatics_MakeHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, FaceIndex) == 0x000068, "Member 'GameplayStatics_MakeHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceStart) == 0x00006C, "Member 'GameplayStatics_MakeHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceEnd) == 0x000078, "Member 'GameplayStatics_MakeHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ReturnValue) == 0x000084, "Member 'GameplayStatics_MakeHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_OpenLevel \ +static_assert(alignof(GameplayStatics_OpenLevel) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevel"); \ +static_assert(sizeof(GameplayStatics_OpenLevel) == 0x000028, "Wrong size on GameplayStatics_OpenLevel"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, LevelName) == 0x000008, "Member 'GameplayStatics_OpenLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, bAbsolute) == 0x000010, "Member 'GameplayStatics_OpenLevel::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, Options) == 0x000018, "Member 'GameplayStatics_OpenLevel::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_OpenLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000048, "Wrong size on GameplayStatics_OpenLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, bAbsolute) == 0x000030, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Options) == 0x000038, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ParseOption \ +static_assert(alignof(GameplayStatics_ParseOption) == 0x000008, "Wrong alignment on GameplayStatics_ParseOption"); \ +static_assert(sizeof(GameplayStatics_ParseOption) == 0x000030, "Wrong size on GameplayStatics_ParseOption"); \ +static_assert(offsetof(GameplayStatics_ParseOption, Options) == 0x000000, "Member 'GameplayStatics_ParseOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ParseOption, Key) == 0x000010, "Member 'GameplayStatics_ParseOption::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ParseOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_ParseOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayDialogue2D \ +static_assert(alignof(GameplayStatics_PlayDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogue2D"); \ +static_assert(sizeof(GameplayStatics_PlayDialogue2D) == 0x000038, "Wrong size on GameplayStatics_PlayDialogue2D"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogue2D::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlayDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlayDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_PlayDialogue2D::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayDialogueAtLocation \ +static_assert(alignof(GameplayStatics_PlayDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogueAtLocation"); \ +static_assert(sizeof(GameplayStatics_PlayDialogueAtLocation) == 0x000058, "Wrong size on GameplayStatics_PlayDialogueAtLocation"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogueAtLocation::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_PlayDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_PlayDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_PlayDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_PlayDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_PlayDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_PlayDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlaySound2D \ +static_assert(alignof(GameplayStatics_PlaySound2D) == 0x000008, "Wrong alignment on GameplayStatics_PlaySound2D"); \ +static_assert(sizeof(GameplayStatics_PlaySound2D) == 0x000038, "Wrong size on GameplayStatics_PlaySound2D"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, Sound) == 0x000008, "Member 'GameplayStatics_PlaySound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_PlaySound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_PlaySound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, StartTime) == 0x000018, "Member 'GameplayStatics_PlaySound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_PlaySound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, OwningActor) == 0x000028, "Member 'GameplayStatics_PlaySound2D::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, bIsUISound) == 0x000030, "Member 'GameplayStatics_PlaySound2D::bIsUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlaySoundAtLocation \ +static_assert(alignof(GameplayStatics_PlaySoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlaySoundAtLocation"); \ +static_assert(sizeof(GameplayStatics_PlaySoundAtLocation) == 0x000050, "Wrong size on GameplayStatics_PlaySoundAtLocation"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySoundAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_PlaySoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_PlaySoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_PlaySoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_PlaySoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_PlaySoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_PlaySoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, OwningActor) == 0x000048, "Member 'GameplayStatics_PlaySoundAtLocation::OwningActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayWorldCameraShake \ +static_assert(alignof(GameplayStatics_PlayWorldCameraShake) == 0x000008, "Wrong alignment on GameplayStatics_PlayWorldCameraShake"); \ +static_assert(sizeof(GameplayStatics_PlayWorldCameraShake) == 0x000030, "Wrong size on GameplayStatics_PlayWorldCameraShake"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayWorldCameraShake::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Shake) == 0x000008, "Member 'GameplayStatics_PlayWorldCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Epicenter) == 0x000010, "Member 'GameplayStatics_PlayWorldCameraShake::Epicenter' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, InnerRadius) == 0x00001C, "Member 'GameplayStatics_PlayWorldCameraShake::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, OuterRadius) == 0x000020, "Member 'GameplayStatics_PlayWorldCameraShake::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Falloff) == 0x000024, "Member 'GameplayStatics_PlayWorldCameraShake::Falloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, bOrientShakeTowardsEpicenter) == 0x000028, "Member 'GameplayStatics_PlayWorldCameraShake::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PopSoundMixModifier \ +static_assert(alignof(GameplayStatics_PopSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PopSoundMixModifier"); \ +static_assert(sizeof(GameplayStatics_PopSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PopSoundMixModifier"); \ +static_assert(offsetof(GameplayStatics_PopSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PopSoundMixModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PopSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PopSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PrimeAllSoundsInSoundClass \ +static_assert(alignof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_PrimeAllSoundsInSoundClass"); \ +static_assert(sizeof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_PrimeAllSoundsInSoundClass"); \ +static_assert(offsetof(GameplayStatics_PrimeAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_PrimeAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PrimeSound \ +static_assert(alignof(GameplayStatics_PrimeSound) == 0x000008, "Wrong alignment on GameplayStatics_PrimeSound"); \ +static_assert(sizeof(GameplayStatics_PrimeSound) == 0x000008, "Wrong size on GameplayStatics_PrimeSound"); \ +static_assert(offsetof(GameplayStatics_PrimeSound, InSound) == 0x000000, "Member 'GameplayStatics_PrimeSound::InSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ProjectWorldToScreen \ +static_assert(alignof(GameplayStatics_ProjectWorldToScreen) == 0x000008, "Wrong alignment on GameplayStatics_ProjectWorldToScreen"); \ +static_assert(sizeof(GameplayStatics_ProjectWorldToScreen) == 0x000020, "Wrong size on GameplayStatics_ProjectWorldToScreen"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, Player) == 0x000000, "Member 'GameplayStatics_ProjectWorldToScreen::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, WorldPosition) == 0x000008, "Member 'GameplayStatics_ProjectWorldToScreen::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ScreenPosition) == 0x000014, "Member 'GameplayStatics_ProjectWorldToScreen::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, bPlayerViewportRelative) == 0x00001C, "Member 'GameplayStatics_ProjectWorldToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ReturnValue) == 0x00001D, "Member 'GameplayStatics_ProjectWorldToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PushSoundMixModifier \ +static_assert(alignof(GameplayStatics_PushSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PushSoundMixModifier"); \ +static_assert(sizeof(GameplayStatics_PushSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PushSoundMixModifier"); \ +static_assert(offsetof(GameplayStatics_PushSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PushSoundMixModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PushSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PushSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RebaseLocalOriginOntoZero \ +static_assert(alignof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000008, "Wrong alignment on GameplayStatics_RebaseLocalOriginOntoZero"); \ +static_assert(sizeof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000020, "Wrong size on GameplayStatics_RebaseLocalOriginOntoZero"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RebaseZeroOriginOntoLocal \ +static_assert(alignof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000008, "Wrong alignment on GameplayStatics_RebaseZeroOriginOntoLocal"); \ +static_assert(sizeof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000020, "Wrong size on GameplayStatics_RebaseZeroOriginOntoLocal"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RemovePlayer \ +static_assert(alignof(GameplayStatics_RemovePlayer) == 0x000008, "Wrong alignment on GameplayStatics_RemovePlayer"); \ +static_assert(sizeof(GameplayStatics_RemovePlayer) == 0x000010, "Wrong size on GameplayStatics_RemovePlayer"); \ +static_assert(offsetof(GameplayStatics_RemovePlayer, Player) == 0x000000, "Member 'GameplayStatics_RemovePlayer::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RemovePlayer, bDestroyPawn) == 0x000008, "Member 'GameplayStatics_RemovePlayer::bDestroyPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SaveGameToSlot \ +static_assert(alignof(GameplayStatics_SaveGameToSlot) == 0x000008, "Wrong alignment on GameplayStatics_SaveGameToSlot"); \ +static_assert(sizeof(GameplayStatics_SaveGameToSlot) == 0x000020, "Wrong size on GameplayStatics_SaveGameToSlot"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, SaveGameObject) == 0x000000, "Member 'GameplayStatics_SaveGameToSlot::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, SlotName) == 0x000008, "Member 'GameplayStatics_SaveGameToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, UserIndex) == 0x000018, "Member 'GameplayStatics_SaveGameToSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, ReturnValue) == 0x00001C, "Member 'GameplayStatics_SaveGameToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetBaseSoundMix \ +static_assert(alignof(GameplayStatics_SetBaseSoundMix) == 0x000008, "Wrong alignment on GameplayStatics_SetBaseSoundMix"); \ +static_assert(sizeof(GameplayStatics_SetBaseSoundMix) == 0x000010, "Wrong size on GameplayStatics_SetBaseSoundMix"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetBaseSoundMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, InSoundMix) == 0x000008, "Member 'GameplayStatics_SetBaseSoundMix::InSoundMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetEnableSceneRendering \ +static_assert(alignof(GameplayStatics_SetEnableSceneRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableSceneRendering"); \ +static_assert(sizeof(GameplayStatics_SetEnableSceneRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableSceneRendering"); \ +static_assert(offsetof(GameplayStatics_SetEnableSceneRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableSceneRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetEnableSceneRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableSceneRendering::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_SetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_SetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableWorldRendering::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen \ +static_assert(alignof(GameplayStatics_SetForceDisableSplitscreen) == 0x000008, "Wrong alignment on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(sizeof(GameplayStatics_SetForceDisableSplitscreen) == 0x000010, "Wrong size on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetForceDisableSplitscreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, bDisable) == 0x000008, "Member 'GameplayStatics_SetForceDisableSplitscreen::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGamePaused \ +static_assert(alignof(GameplayStatics_SetGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_SetGamePaused"); \ +static_assert(sizeof(GameplayStatics_SetGamePaused) == 0x000010, "Wrong size on GameplayStatics_SetGamePaused"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, bPaused) == 0x000008, "Member 'GameplayStatics_SetGamePaused::bPaused' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, ReturnValue) == 0x000009, "Member 'GameplayStatics_SetGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters \ +static_assert(alignof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(sizeof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000028, "Wrong size on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusAzimuthScale) == 0x000008, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusAzimuthScale) == 0x00000C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusDistanceScale) == 0x000010, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusDistanceScale) == 0x000014, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusVolumeScale) == 0x000018, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusVolumeScale) == 0x00001C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusPriorityScale) == 0x000020, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusPriorityScale) == 0x000024, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusPriorityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation \ +static_assert(alignof(GameplayStatics_SetGlobalPitchModulation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalPitchModulation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalPitchModulation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, PitchModulation) == 0x000008, "Member 'GameplayStatics_SetGlobalPitchModulation::PitchModulation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, TimeSec) == 0x00000C, "Member 'GameplayStatics_SetGlobalPitchModulation::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled \ +static_assert(alignof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000008, "Wrong alignment on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(sizeof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000010, "Wrong size on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, MaxChannelCountScale) == 0x000008, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::MaxChannelCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID \ +static_assert(alignof(GameplayStatics_SetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_SetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_SetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_SetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, ControllerId) == 0x000008, "Member 'GameplayStatics_SetPlayerControllerID::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale \ +static_assert(alignof(GameplayStatics_SetSoundClassDistanceScale) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(sizeof(GameplayStatics_SetSoundClassDistanceScale) == 0x000018, "Wrong size on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundClassDistanceScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, SoundClass) == 0x000008, "Member 'GameplayStatics_SetSoundClassDistanceScale::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, DistanceAttenuationScale) == 0x000010, "Member 'GameplayStatics_SetSoundClassDistanceScale::DistanceAttenuationScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, TimeSec) == 0x000014, "Member 'GameplayStatics_SetSoundClassDistanceScale::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_SetSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_SetSoundMixClassOverride) == 0x000028, "Wrong size on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Volume) == 0x000018, "Member 'GameplayStatics_SetSoundMixClassOverride::Volume' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Pitch) == 0x00001C, "Member 'GameplayStatics_SetSoundMixClassOverride::Pitch' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, FadeInTime) == 0x000020, "Member 'GameplayStatics_SetSoundMixClassOverride::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, bApplyToChildren) == 0x000024, "Member 'GameplayStatics_SetSoundMixClassOverride::bApplyToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled \ +static_assert(alignof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(sizeof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(offsetof(GameplayStatics_SetSubtitlesEnabled, bEnabled) == 0x000000, "Member 'GameplayStatics_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode \ +static_assert(alignof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(sizeof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, MouseCaptureMode) == 0x000008, "Member 'GameplayStatics_SetViewportMouseCaptureMode::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_SetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_SetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, NewLocation) == 0x000008, "Member 'GameplayStatics_SetWorldOriginLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDecalAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalMaterial) == 0x000008, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalSize) == 0x000010, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Location) == 0x00001C, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000034, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDecalAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAttached \ +static_assert(alignof(GameplayStatics_SpawnDecalAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAttached) == 0x000050, "Wrong size on GameplayStatics_SpawnDecalAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'GameplayStatics_SpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalSize) == 0x000008, "Member 'GameplayStatics_SpawnDecalAttached::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachToComponent) == 0x000018, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x000028, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000040, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000044, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D \ +static_assert(alignof(GameplayStatics_SpawnDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogue2D"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogue2D) == 0x000040, "Wrong size on GameplayStatics_SpawnDialogue2D"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogue2D::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnDialogue2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnDialogue2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDialogue2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogueAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnDialogueAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogueAtLocation::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached \ +static_assert(alignof(GameplayStatics_SpawnDialogueAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogueAttached) == 0x000070, "Wrong size on GameplayStatics_SpawnDialogueAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Dialogue) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAttached::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Context) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAttached::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachToComponent) == 0x000020, "Member 'GameplayStatics_SpawnDialogueAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Location) == 0x000030, "Member 'GameplayStatics_SpawnDialogueAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Rotation) == 0x00003C, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x000054, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation \ +static_assert(alignof(GameplayStatics_SpawnEmitterAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnEmitterAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnEmitterAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000035, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x000036, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnEmitterAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached \ +static_assert(alignof(GameplayStatics_SpawnEmitterAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnEmitterAttached) == 0x000048, "Wrong size on GameplayStatics_SpawnEmitterAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, EmitterTemplate) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAttached::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnEmitterAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000030, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x00003C, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x00003D, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x00003E, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x00003F, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation \ +static_assert(alignof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000050, "Wrong size on GameplayStatics_SpawnForceFeedbackAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ForceFeedbackEffect) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached \ +static_assert(alignof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000058, "Wrong size on GameplayStatics_SpawnForceFeedbackAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ForceFeedbackEffect) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x000032, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnObject \ +static_assert(alignof(GameplayStatics_SpawnObject) == 0x000008, "Wrong alignment on GameplayStatics_SpawnObject"); \ +static_assert(sizeof(GameplayStatics_SpawnObject) == 0x000018, "Wrong size on GameplayStatics_SpawnObject"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, ObjectClass) == 0x000000, "Member 'GameplayStatics_SpawnObject::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, Outer_0) == 0x000008, "Member 'GameplayStatics_SpawnObject::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, ReturnValue) == 0x000010, "Member 'GameplayStatics_SpawnObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D \ +static_assert(alignof(GameplayStatics_SpawnSound2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSound2D"); \ +static_assert(sizeof(GameplayStatics_SpawnSound2D) == 0x000038, "Wrong size on GameplayStatics_SpawnSound2D"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_SpawnSound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_SpawnSound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_SpawnSound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_SpawnSound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_SpawnSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_SpawnSound2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_SpawnSound2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAtLocation \ +static_assert(alignof(GameplayStatics_SpawnSoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnSoundAtLocation) == 0x000058, "Wrong size on GameplayStatics_SpawnSoundAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSoundAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnSoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnSoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnSoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnSoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnSoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnSoundAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAttached \ +static_assert(alignof(GameplayStatics_SpawnSoundAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnSoundAttached) == 0x000060, "Wrong size on GameplayStatics_SpawnSoundAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Sound) == 0x000000, "Member 'GameplayStatics_SpawnSoundAttached::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnSoundAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnSoundAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnSoundAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnSoundAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnSoundAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnSoundAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, VolumeMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnSoundAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, PitchMultiplier) == 0x000038, "Member 'GameplayStatics_SpawnSoundAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, StartTime) == 0x00003C, "Member 'GameplayStatics_SpawnSoundAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ConcurrencySettings) == 0x000048, "Member 'GameplayStatics_SpawnSoundAttached::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bAutoDestroy) == 0x000050, "Member 'GameplayStatics_SpawnSoundAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ReturnValue) == 0x000058, "Member 'GameplayStatics_SpawnSoundAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_CustomArc \ +static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ +static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000038, "Wrong size on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OutLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, StartPos) == 0x000014, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, EndPos) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::EndPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OverrideGravityZ) == 0x00002C, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ArcParam) == 0x000030, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ArcParam' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ReturnValue) == 0x000034, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevel \ +static_assert(alignof(GameplayStatics_UnloadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevel"); \ +static_assert(sizeof(GameplayStatics_UnloadStreamLevel) == 0x000030, "Wrong size on GameplayStatics_UnloadStreamLevel"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_UnloadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_UnloadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, LatentInfo) == 0x000010, "Member 'GameplayStatics_UnloadStreamLevel::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, bShouldBlockOnUnload) == 0x000028, "Member 'GameplayStatics_UnloadStreamLevel::bShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr) == 0x000050, "Wrong size on GameplayStatics_UnloadStreamLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000030, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, bShouldBlockOnUnload) == 0x000048, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::bShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_UnRetainAllSoundsInSoundClass \ +static_assert(alignof(GameplayStatics_UnRetainAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_UnRetainAllSoundsInSoundClass"); \ +static_assert(sizeof(GameplayStatics_UnRetainAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_UnRetainAllSoundsInSoundClass"); \ +static_assert(offsetof(GameplayStatics_UnRetainAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_UnRetainAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayStatics \ +static_assert(alignof(UGameplayStatics) == 0x000008, "Wrong alignment on UGameplayStatics"); \ +static_assert(sizeof(UGameplayStatics) == 0x000028, "Wrong size on UGameplayStatics"); \ + +#define DUMPER7_ASSERTS_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_UInterpGroupDirector \ +static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ +static_assert(sizeof(UInterpGroupDirector) == 0x000050, "Wrong size on UInterpGroupDirector"); \ + +#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_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_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_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_SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop \ +static_assert(alignof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ +static_assert(sizeof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000018, "Wrong size on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, DirectionalLight) == 0x000000, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, ReturnValue) == 0x000008, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(sizeof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000010, "Wrong size on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, LightDirection) == 0x000004, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::LightDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale \ +static_assert(alignof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight \ +static_assert(alignof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAtmosphereHeight, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAtmosphereHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution \ +static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAnisotropy, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAnisotropy::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMultiScatteringFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScatteringFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyLuminanceFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetSkyLuminanceFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyLuminanceFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyAtmosphereComponent \ +static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ +static_assert(sizeof(USkyAtmosphereComponent) == 0x0002D0, "Wrong size on USkyAtmosphereComponent"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x0001F8, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x0001FC, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000200, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x000204, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000208, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x00020C, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000210, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x000214, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x000224, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000228, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x00022C, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x00023C, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000240, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000250, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x000254, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000258, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x00025C, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x00026C, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x000278, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x000288, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x00028C, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x000290, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x000294, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x0002BC, "Member 'USkyAtmosphereComponent::bStaticLightingBuiltGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_CurveSourceInterface_GetBindingName \ +static_assert(alignof(CurveSourceInterface_GetBindingName) == 0x000004, "Wrong alignment on CurveSourceInterface_GetBindingName"); \ +static_assert(sizeof(CurveSourceInterface_GetBindingName) == 0x000008, "Wrong size on CurveSourceInterface_GetBindingName"); \ +static_assert(offsetof(CurveSourceInterface_GetBindingName, ReturnValue) == 0x000000, "Member 'CurveSourceInterface_GetBindingName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetCurves \ +static_assert(alignof(CurveSourceInterface_GetCurves) == 0x000008, "Wrong alignment on CurveSourceInterface_GetCurves"); \ +static_assert(sizeof(CurveSourceInterface_GetCurves) == 0x000010, "Wrong size on CurveSourceInterface_GetCurves"); \ +static_assert(offsetof(CurveSourceInterface_GetCurves, OutValues) == 0x000000, "Member 'CurveSourceInterface_GetCurves::OutValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetCurveValue \ +static_assert(alignof(CurveSourceInterface_GetCurveValue) == 0x000004, "Wrong alignment on CurveSourceInterface_GetCurveValue"); \ +static_assert(sizeof(CurveSourceInterface_GetCurveValue) == 0x00000C, "Wrong size on CurveSourceInterface_GetCurveValue"); \ +static_assert(offsetof(CurveSourceInterface_GetCurveValue, CurveName) == 0x000000, "Member 'CurveSourceInterface_GetCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(CurveSourceInterface_GetCurveValue, ReturnValue) == 0x000008, "Member 'CurveSourceInterface_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICurveSourceInterface \ +static_assert(alignof(ICurveSourceInterface) == 0x000001, "Wrong alignment on ICurveSourceInterface"); \ +static_assert(sizeof(ICurveSourceInterface) == 0x000001, "Wrong size on ICurveSourceInterface"); \ + +#define DUMPER7_ASSERTS_CurveVector_GetVectorValue \ +static_assert(alignof(CurveVector_GetVectorValue) == 0x000004, "Wrong alignment on CurveVector_GetVectorValue"); \ +static_assert(sizeof(CurveVector_GetVectorValue) == 0x000010, "Wrong size on CurveVector_GetVectorValue"); \ +static_assert(offsetof(CurveVector_GetVectorValue, InTime) == 0x000000, "Member 'CurveVector_GetVectorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveVector_GetVectorValue, ReturnValue) == 0x000004, "Member 'CurveVector_GetVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveVector \ +static_assert(alignof(UCurveVector) == 0x000008, "Wrong alignment on UCurveVector"); \ +static_assert(sizeof(UCurveVector) == 0x0001B0, "Wrong size on UCurveVector"); \ +static_assert(offsetof(UCurveVector, FloatCurves) == 0x000030, "Member 'UCurveVector::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_LevelStreaming_CreateInstance \ +static_assert(alignof(LevelStreaming_CreateInstance) == 0x000008, "Wrong alignment on LevelStreaming_CreateInstance"); \ +static_assert(sizeof(LevelStreaming_CreateInstance) == 0x000018, "Wrong size on LevelStreaming_CreateInstance"); \ +static_assert(offsetof(LevelStreaming_CreateInstance, UniqueInstanceName) == 0x000000, "Member 'LevelStreaming_CreateInstance::UniqueInstanceName' has a wrong offset!"); \ +static_assert(offsetof(LevelStreaming_CreateInstance, ReturnValue) == 0x000010, "Member 'LevelStreaming_CreateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetLevelScriptActor \ +static_assert(alignof(LevelStreaming_GetLevelScriptActor) == 0x000008, "Wrong alignment on LevelStreaming_GetLevelScriptActor"); \ +static_assert(sizeof(LevelStreaming_GetLevelScriptActor) == 0x000008, "Wrong size on LevelStreaming_GetLevelScriptActor"); \ +static_assert(offsetof(LevelStreaming_GetLevelScriptActor, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetLevelScriptActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetIsRequestingUnloadAndRemoval \ +static_assert(alignof(LevelStreaming_SetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong alignment on LevelStreaming_SetIsRequestingUnloadAndRemoval"); \ +static_assert(sizeof(LevelStreaming_SetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong size on LevelStreaming_SetIsRequestingUnloadAndRemoval"); \ +static_assert(offsetof(LevelStreaming_SetIsRequestingUnloadAndRemoval, bInIsRequestingUnloadAndRemoval) == 0x000000, "Member 'LevelStreaming_SetIsRequestingUnloadAndRemoval::bInIsRequestingUnloadAndRemoval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetLevelLODIndex \ +static_assert(alignof(LevelStreaming_SetLevelLODIndex) == 0x000004, "Wrong alignment on LevelStreaming_SetLevelLODIndex"); \ +static_assert(sizeof(LevelStreaming_SetLevelLODIndex) == 0x000004, "Wrong size on LevelStreaming_SetLevelLODIndex"); \ +static_assert(offsetof(LevelStreaming_SetLevelLODIndex, LODIndex) == 0x000000, "Member 'LevelStreaming_SetLevelLODIndex::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetPriority \ +static_assert(alignof(LevelStreaming_SetPriority) == 0x000004, "Wrong alignment on LevelStreaming_SetPriority"); \ +static_assert(sizeof(LevelStreaming_SetPriority) == 0x000004, "Wrong size on LevelStreaming_SetPriority"); \ +static_assert(offsetof(LevelStreaming_SetPriority, NewPriority) == 0x000000, "Member 'LevelStreaming_SetPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetShouldBeLoaded \ +static_assert(alignof(LevelStreaming_SetShouldBeLoaded) == 0x000001, "Wrong alignment on LevelStreaming_SetShouldBeLoaded"); \ +static_assert(sizeof(LevelStreaming_SetShouldBeLoaded) == 0x000001, "Wrong size on LevelStreaming_SetShouldBeLoaded"); \ +static_assert(offsetof(LevelStreaming_SetShouldBeLoaded, bInShouldBeLoaded) == 0x000000, "Member 'LevelStreaming_SetShouldBeLoaded::bInShouldBeLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetShouldBeVisible \ +static_assert(alignof(LevelStreaming_SetShouldBeVisible) == 0x000001, "Wrong alignment on LevelStreaming_SetShouldBeVisible"); \ +static_assert(sizeof(LevelStreaming_SetShouldBeVisible) == 0x000001, "Wrong size on LevelStreaming_SetShouldBeVisible"); \ +static_assert(offsetof(LevelStreaming_SetShouldBeVisible, bInShouldBeVisible) == 0x000000, "Member 'LevelStreaming_SetShouldBeVisible::bInShouldBeVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetIsRequestingUnloadAndRemoval \ +static_assert(alignof(LevelStreaming_GetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong alignment on LevelStreaming_GetIsRequestingUnloadAndRemoval"); \ +static_assert(sizeof(LevelStreaming_GetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong size on LevelStreaming_GetIsRequestingUnloadAndRemoval"); \ +static_assert(offsetof(LevelStreaming_GetIsRequestingUnloadAndRemoval, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetIsRequestingUnloadAndRemoval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetLoadedLevel \ +static_assert(alignof(LevelStreaming_GetLoadedLevel) == 0x000008, "Wrong alignment on LevelStreaming_GetLoadedLevel"); \ +static_assert(sizeof(LevelStreaming_GetLoadedLevel) == 0x000008, "Wrong size on LevelStreaming_GetLoadedLevel"); \ +static_assert(offsetof(LevelStreaming_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetWorldAssetPackageFName \ +static_assert(alignof(LevelStreaming_GetWorldAssetPackageFName) == 0x000004, "Wrong alignment on LevelStreaming_GetWorldAssetPackageFName"); \ +static_assert(sizeof(LevelStreaming_GetWorldAssetPackageFName) == 0x000008, "Wrong size on LevelStreaming_GetWorldAssetPackageFName"); \ +static_assert(offsetof(LevelStreaming_GetWorldAssetPackageFName, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetWorldAssetPackageFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_IsLevelLoaded \ +static_assert(alignof(LevelStreaming_IsLevelLoaded) == 0x000001, "Wrong alignment on LevelStreaming_IsLevelLoaded"); \ +static_assert(sizeof(LevelStreaming_IsLevelLoaded) == 0x000001, "Wrong size on LevelStreaming_IsLevelLoaded"); \ +static_assert(offsetof(LevelStreaming_IsLevelLoaded, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsLevelLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_IsLevelVisible \ +static_assert(alignof(LevelStreaming_IsLevelVisible) == 0x000001, "Wrong alignment on LevelStreaming_IsLevelVisible"); \ +static_assert(sizeof(LevelStreaming_IsLevelVisible) == 0x000001, "Wrong size on LevelStreaming_IsLevelVisible"); \ +static_assert(offsetof(LevelStreaming_IsLevelVisible, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsLevelVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_IsStreamingStatePending \ +static_assert(alignof(LevelStreaming_IsStreamingStatePending) == 0x000001, "Wrong alignment on LevelStreaming_IsStreamingStatePending"); \ +static_assert(sizeof(LevelStreaming_IsStreamingStatePending) == 0x000001, "Wrong size on LevelStreaming_IsStreamingStatePending"); \ +static_assert(offsetof(LevelStreaming_IsStreamingStatePending, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsStreamingStatePending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_ShouldBeLoaded \ +static_assert(alignof(LevelStreaming_ShouldBeLoaded) == 0x000001, "Wrong alignment on LevelStreaming_ShouldBeLoaded"); \ +static_assert(sizeof(LevelStreaming_ShouldBeLoaded) == 0x000001, "Wrong size on LevelStreaming_ShouldBeLoaded"); \ +static_assert(offsetof(LevelStreaming_ShouldBeLoaded, ReturnValue) == 0x000000, "Member 'LevelStreaming_ShouldBeLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreaming \ +static_assert(alignof(ULevelStreaming) == 0x000010, "Wrong alignment on ULevelStreaming"); \ +static_assert(sizeof(ULevelStreaming) == 0x000150, "Wrong size on ULevelStreaming"); \ +static_assert(offsetof(ULevelStreaming, WorldAsset) == 0x000028, "Member 'ULevelStreaming::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PackageNameToLoad) == 0x000050, "Member 'ULevelStreaming::PackageNameToLoad' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LODPackageNames) == 0x000058, "Member 'ULevelStreaming::LODPackageNames' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelTransform) == 0x000080, "Member 'ULevelStreaming::LevelTransform' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelLODIndex) == 0x0000B0, "Member 'ULevelStreaming::LevelLODIndex' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, StreamingPriority) == 0x0000B4, "Member 'ULevelStreaming::StreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelColor) == 0x0000BC, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x0000D0, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x0000E0, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x0000E8, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x0000F8, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000108, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000118, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000128, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000130, "Member 'ULevelStreaming::PendingUnloadLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ +static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ +static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x000150, "Wrong size on ULevelStreamingAlwaysLoaded"); \ + +#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_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_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_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) == 0x000688, "Wrong size on ADebugCameraController"); \ +static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000590, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x000598, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x0005A0, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x0005A8, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000630, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000638, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000640, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x000644, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000648, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x00064C, "Member 'ADebugCameraController::InitialDecel' 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_UDebugCameraControllerSettings \ +static_assert(alignof(UDebugCameraControllerSettings) == 0x000008, "Wrong alignment on UDebugCameraControllerSettings"); \ +static_assert(sizeof(UDebugCameraControllerSettings) == 0x000048, "Wrong size on UDebugCameraControllerSettings"); \ +static_assert(offsetof(UDebugCameraControllerSettings, CycleViewModes) == 0x000038, "Member 'UDebugCameraControllerSettings::CycleViewModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADebugCameraHUD \ +static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ +static_assert(sizeof(ADebugCameraHUD) == 0x000318, "Wrong size on ADebugCameraHUD"); \ + +#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_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_UDebugDrawService \ +static_assert(alignof(UDebugDrawService) == 0x000008, "Wrong alignment on UDebugDrawService"); \ +static_assert(sizeof(UDebugDrawService) == 0x000028, "Wrong size on UDebugDrawService"); \ + +#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_DecalActor_CreateDynamicMaterialInstance \ +static_assert(alignof(DecalActor_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalActor_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(DecalActor_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalActor_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(DecalActor_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalActor_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalActor_SetDecalMaterial \ +static_assert(alignof(DecalActor_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalActor_SetDecalMaterial"); \ +static_assert(sizeof(DecalActor_SetDecalMaterial) == 0x000008, "Wrong size on DecalActor_SetDecalMaterial"); \ +static_assert(offsetof(DecalActor_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalActor_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalActor_GetDecalMaterial \ +static_assert(alignof(DecalActor_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalActor_GetDecalMaterial"); \ +static_assert(sizeof(DecalActor_GetDecalMaterial) == 0x000008, "Wrong size on DecalActor_GetDecalMaterial"); \ +static_assert(offsetof(DecalActor_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalActor_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADecalActor \ +static_assert(alignof(ADecalActor) == 0x000008, "Wrong alignment on ADecalActor"); \ +static_assert(sizeof(ADecalActor) == 0x000230, "Wrong size on ADecalActor"); \ +static_assert(offsetof(ADecalActor, Decal) == 0x000228, "Member 'ADecalActor::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_DecalComponent_CreateDynamicMaterialInstance \ +static_assert(alignof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalComponent_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalComponent_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(DecalComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetDecalMaterial \ +static_assert(alignof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_SetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_SetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalComponent_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeIn \ +static_assert(alignof(DecalComponent_SetFadeIn) == 0x000004, "Wrong alignment on DecalComponent_SetFadeIn"); \ +static_assert(sizeof(DecalComponent_SetFadeIn) == 0x000008, "Wrong size on DecalComponent_SetFadeIn"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeIn::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, Duaration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duaration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeOut \ +static_assert(alignof(DecalComponent_SetFadeOut) == 0x000004, "Wrong alignment on DecalComponent_SetFadeOut"); \ +static_assert(sizeof(DecalComponent_SetFadeOut) == 0x00000C, "Wrong size on DecalComponent_SetFadeOut"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeOut::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, Duration) == 0x000004, "Member 'DecalComponent_SetFadeOut::Duration' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, DestroyOwnerAfterFade) == 0x000008, "Member 'DecalComponent_SetFadeOut::DestroyOwnerAfterFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize \ +static_assert(alignof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong alignment on DecalComponent_SetFadeScreenSize"); \ +static_assert(sizeof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong size on DecalComponent_SetFadeScreenSize"); \ +static_assert(offsetof(DecalComponent_SetFadeScreenSize, NewFadeScreenSize) == 0x000000, "Member 'DecalComponent_SetFadeScreenSize::NewFadeScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetSortOrder \ +static_assert(alignof(DecalComponent_SetSortOrder) == 0x000004, "Wrong alignment on DecalComponent_SetSortOrder"); \ +static_assert(sizeof(DecalComponent_SetSortOrder) == 0x000004, "Wrong size on DecalComponent_SetSortOrder"); \ +static_assert(offsetof(DecalComponent_SetSortOrder, Value) == 0x000000, "Member 'DecalComponent_SetSortOrder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetDecalMaterial \ +static_assert(alignof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_GetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_GetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalComponent_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeDuration \ +static_assert(alignof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInDuration \ +static_assert(alignof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeInDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeInDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInStartDelay \ +static_assert(alignof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeInStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeInStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeStartDelay \ +static_assert(alignof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecalComponent \ +static_assert(alignof(UDecalComponent) == 0x000010, "Wrong alignment on UDecalComponent"); \ +static_assert(sizeof(UDecalComponent) == 0x000240, "Wrong size on UDecalComponent"); \ +static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x0001F8, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, SortOrder) == 0x000200, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x000204, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000208, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeDuration) == 0x00020C, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000210, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x000214, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalSize) == 0x00021C, "Member 'UDecalComponent::DecalSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ +static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ +static_assert(sizeof(ADefaultPhysicsVolume) == 0x000270, "Wrong size on ADefaultPhysicsVolume"); \ + +#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_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_UDemoNetConnection \ +static_assert(alignof(UDemoNetConnection) == 0x000008, "Wrong alignment on UDemoNetConnection"); \ +static_assert(sizeof(UDemoNetConnection) == 0x001C18, "Wrong size on UDemoNetConnection"); \ + +#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_UPendingNetGame \ +static_assert(alignof(UPendingNetGame) == 0x000008, "Wrong alignment on UPendingNetGame"); \ +static_assert(sizeof(UPendingNetGame) == 0x0000C0, "Wrong size on UPendingNetGame"); \ +static_assert(offsetof(UPendingNetGame, NetDriver) == 0x000030, "Member 'UPendingNetGame::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UPendingNetGame, DemoNetDriver) == 0x000038, "Member 'UPendingNetGame::DemoNetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDemoPendingNetGame \ +static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ +static_assert(sizeof(UDemoPendingNetGame) == 0x0000C0, "Wrong size on UDemoPendingNetGame"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ +static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ +static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x000040, "Wrong size on UMaterialExpressionCameraPositionWS"); \ + +#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_IDestructibleInterface \ +static_assert(alignof(IDestructibleInterface) == 0x000001, "Wrong alignment on IDestructibleInterface"); \ +static_assert(sizeof(IDestructibleInterface) == 0x000001, "Wrong size on IDestructibleInterface"); \ + +#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_UTextureLODSettings \ +static_assert(alignof(UTextureLODSettings) == 0x000008, "Wrong alignment on UTextureLODSettings"); \ +static_assert(sizeof(UTextureLODSettings) == 0x000038, "Wrong size on UTextureLODSettings"); \ +static_assert(offsetof(UTextureLODSettings, TextureLODGroups) == 0x000028, "Member 'UTextureLODSettings::TextureLODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThumbnailInfo \ +static_assert(alignof(UThumbnailInfo) == 0x000008, "Wrong alignment on UThumbnailInfo"); \ +static_assert(sizeof(UThumbnailInfo) == 0x000028, "Wrong size on UThumbnailInfo"); \ + +#define DUMPER7_ASSERTS_UDeviceProfile \ +static_assert(alignof(UDeviceProfile) == 0x000008, "Wrong alignment on UDeviceProfile"); \ +static_assert(sizeof(UDeviceProfile) == 0x0000A8, "Wrong size on UDeviceProfile"); \ +static_assert(offsetof(UDeviceProfile, DeviceType) == 0x000038, "Member 'UDeviceProfile::DeviceType' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, BaseProfileName) == 0x000048, "Member 'UDeviceProfile::BaseProfileName' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, Parent) == 0x000058, "Member 'UDeviceProfile::Parent' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, CVars) == 0x000088, "Member 'UDeviceProfile::CVars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfileFragment \ +static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ +static_assert(sizeof(UDeviceProfileFragment) == 0x000038, "Wrong size on UDeviceProfileFragment"); \ + +#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_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_UDeviceProfileManager \ +static_assert(alignof(UDeviceProfileManager) == 0x000008, "Wrong alignment on UDeviceProfileManager"); \ +static_assert(sizeof(UDeviceProfileManager) == 0x0000C8, "Wrong size on UDeviceProfileManager"); \ +static_assert(offsetof(UDeviceProfileManager, Profiles) == 0x000028, "Member 'UDeviceProfileManager::Profiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackSlomo \ +static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ +static_assert(sizeof(UInterpTrackSlomo) == 0x000090, "Wrong size on UInterpTrackSlomo"); \ + +#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_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_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_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_UMaterialExpressionCloudSampleAttribute \ +static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ +static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x000040, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ + +#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_UInterpTrackInstParticleReplay \ +static_assert(alignof(UInterpTrackInstParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackInstParticleReplay"); \ +static_assert(sizeof(UInterpTrackInstParticleReplay) == 0x000030, "Wrong size on UInterpTrackInstParticleReplay"); \ +static_assert(offsetof(UInterpTrackInstParticleReplay, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstParticleReplay::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADirectionalLight \ +static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ +static_assert(sizeof(ADirectionalLight) == 0x000238, "Wrong size on ADirectionalLight"); \ + +#define DUMPER7_ASSERTS_ATriggerBase \ +static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ +static_assert(sizeof(ATriggerBase) == 0x000230, "Wrong size on ATriggerBase"); \ +static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000228, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerSphere \ +static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ +static_assert(sizeof(ATriggerSphere) == 0x000230, "Wrong size on ATriggerSphere"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLight \ +static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLight"); \ +static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLight"); \ +static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLight, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLight::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLightIndex \ +static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ +static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ +static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLightIndex, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLightIndex::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeDistributionExponent \ +static_assert(alignof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeDistributionExponent"); \ +static_assert(sizeof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeDistributionExponent"); \ +static_assert(offsetof(DirectionalLightComponent_SetCascadeDistributionExponent, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeDistributionExponent::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeTransitionFraction \ +static_assert(alignof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeTransitionFraction"); \ +static_assert(sizeof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeTransitionFraction"); \ +static_assert(offsetof(DirectionalLightComponent_SetCascadeTransitionFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeTransitionFraction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowCascades \ +static_assert(alignof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowCascades"); \ +static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowCascades"); \ +static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowCascades, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowCascades::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceMovableLight \ +static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ +static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ +static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceMovableLight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight \ +static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ +static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ +static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetEnableLightShaftOcclusion \ +static_assert(alignof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ +static_assert(sizeof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong size on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ +static_assert(offsetof(DirectionalLightComponent_SetEnableLightShaftOcclusion, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetEnableLightShaftOcclusion::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightShaftOverrideDirection \ +static_assert(alignof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ +static_assert(sizeof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x00000C, "Wrong size on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ +static_assert(offsetof(DirectionalLightComponent_SetLightShaftOverrideDirection, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightShaftOverrideDirection::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionMaskDarkness \ +static_assert(alignof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ +static_assert(sizeof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong size on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ +static_assert(offsetof(DirectionalLightComponent_SetOcclusionMaskDarkness, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetOcclusionMaskDarkness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowAmount \ +static_assert(alignof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowAmount"); \ +static_assert(sizeof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowAmount"); \ +static_assert(offsetof(DirectionalLightComponent_SetShadowAmount, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowAmount::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowDistanceFadeoutFraction \ +static_assert(alignof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ +static_assert(sizeof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ +static_assert(offsetof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowDistanceFadeoutFraction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDirectionalLightComponent \ +static_assert(alignof(UDirectionalLightComponent) == 0x000010, "Wrong alignment on UDirectionalLightComponent"); \ +static_assert(sizeof(UDirectionalLightComponent) == 0x0003F0, "Wrong size on UDirectionalLightComponent"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000328, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000330, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x000334, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000338, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x000344, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x000348, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x00034C, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x000350, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x000354, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x000358, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x00035C, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x000364, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x000368, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x00036C, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x000370, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x000374, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x000378, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x00037C, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x000384, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x000388, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x00039C, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x0003A0, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x0003A4, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x0003A8, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x0003AC, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x0003B0, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x0003B4, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x0003B8, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x0003C8, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x0003DC, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x0003E0, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistribution \ +static_assert(alignof(UDistribution) == 0x000008, "Wrong alignment on UDistribution"); \ +static_assert(sizeof(UDistribution) == 0x000030, "Wrong size on UDistribution"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ +static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ +static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 0x000038, "Wrong size on KismetSystemLibrary_BeginTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Context) == 0x000000, "Member 'KismetSystemLibrary_BeginTransaction::Context' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Description) == 0x000010, "Member 'KismetSystemLibrary_BeginTransaction::Description' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, PrimaryObject) == 0x000028, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_BeginTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapComponents::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, Extent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapComponents::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMulti \ +static_assert(alignof(KismetSystemLibrary_BoxTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceMulti) == 0x000098, "Wrong size on KismetSystemLibrary_BoxTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMulti::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMulti::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x0000A0, "Wrong size on KismetSystemLibrary_BoxTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ReturnValue) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x0000A8, "Wrong size on KismetSystemLibrary_BoxTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, OutHits) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ReturnValue) == 0x0000A0, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingle \ +static_assert(alignof(KismetSystemLibrary_BoxTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceSingle) == 0x000108, "Wrong size on KismetSystemLibrary_BoxTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingle::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingle::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, OutHit) == 0x000054, "Member 'KismetSystemLibrary_BoxTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_BoxTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_BoxTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceSingleByProfile) == 0x000110, "Wrong size on KismetSystemLibrary_BoxTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, OutHit) == 0x00005C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bIgnoreSelf) == 0x0000E4, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x0000E8, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x0000F8, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x000108, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x00010C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_BoxTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceSingleForObjects) == 0x000118, "Wrong size on KismetSystemLibrary_BoxTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, OutHit) == 0x000064, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bIgnoreSelf) == 0x0000EC, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x000110, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x000114, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, InSoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftClassPath::InSoftClassPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, PathString) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftClassPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_BreakSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, InSoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftObjectPath::InSoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, PathString) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftObjectPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction \ +static_assert(alignof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_CancelTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_CancelTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_CancelTransaction, Index_0) == 0x000000, "Member 'KismetSystemLibrary_CancelTransaction::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL \ +static_assert(alignof(KismetSystemLibrary_CanLaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_CanLaunchURL) == 0x000018, "Wrong size on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_CanLaunchURL::URL' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_CanLaunchURL::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapActors::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapActors::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapActors::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMulti \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000088, "Wrong size on KismetSystemLibrary_CapsuleTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMulti::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, OutHits) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000090, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, OutHits) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingle \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingle) == 0x0000F8, "Wrong size on KismetSystemLibrary_CapsuleTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingle::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, OutHit) == 0x000044, "Member 'KismetSystemLibrary_CapsuleTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingleByProfile) == 0x000100, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingleForObjects) == 0x000108, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapActors \ +static_assert(alignof(KismetSystemLibrary_ComponentOverlapActors) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_ComponentOverlapActors) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapActors::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapActors::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, OutActors) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapComponents::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, OutComponents) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ControlScreensaver \ +static_assert(alignof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong alignment on KismetSystemLibrary_ControlScreensaver"); \ +static_assert(sizeof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong size on KismetSystemLibrary_ControlScreensaver"); \ +static_assert(offsetof(KismetSystemLibrary_ControlScreensaver, bAllowScreenSaver) == 0x000000, "Member 'KismetSystemLibrary_ControlScreensaver::bAllowScreenSaver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ClassToSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, Class_0) == 0x000000, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_InterfaceToObject \ +static_assert(alignof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_InterfaceToObject"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_InterfaceToObject"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, Interface) == 0x000000, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetIdToString \ +static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000020, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetTypeToString \ +static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, SoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::SoftClassPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToClass \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, SoftClass) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToString \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToObject \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, SoftObject) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::SoftObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToString \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, SoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::SoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToRelativePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToRelativePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToRelativePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToRelativePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer \ +static_assert(alignof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong alignment on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(sizeof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong size on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(offsetof(KismetSystemLibrary_CreateCopyForUndoBuffer, ObjectToModify) == 0x000000, "Member 'KismetSystemLibrary_CreateCopyForUndoBuffer::ObjectToModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Delay \ +static_assert(alignof(KismetSystemLibrary_Delay) == 0x000008, "Wrong alignment on KismetSystemLibrary_Delay"); \ +static_assert(sizeof(KismetSystemLibrary_Delay) == 0x000028, "Wrong size on KismetSystemLibrary_Delay"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_Delay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, Duration) == 0x000008, "Member 'KismetSystemLibrary_Delay::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_Delay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DoesImplementInterface \ +static_assert(alignof(KismetSystemLibrary_DoesImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesImplementInterface"); \ +static_assert(sizeof(KismetSystemLibrary_DoesImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesImplementInterface"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, TestObject) == 0x000000, "Member 'KismetSystemLibrary_DoesImplementInterface::TestObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesImplementInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesImplementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugArrow \ +static_assert(alignof(KismetSystemLibrary_DrawDebugArrow) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugArrow"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugArrow) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugArrow"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugArrow::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, ArrowSize) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineColor) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugArrow::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Duration) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugArrow::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Thickness) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugArrow::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugBox \ +static_assert(alignof(KismetSystemLibrary_DrawDebugBox) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugBox"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugBox) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugBox"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugBox::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Extent) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugBox::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Rotation) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Duration) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugBox::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Thickness) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugBox::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCamera \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCamera) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCamera"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCamera) == 0x000020, "Wrong size on KismetSystemLibrary_DrawDebugCamera"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraActor) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraColor) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, Duration) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCamera::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCapsule \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCapsule) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCapsule"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCapsule) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCapsule"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCapsule::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCapsule::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, HalfHeight) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Radius) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Rotation) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCapsule::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCapsule::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCircle \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCircle) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCircle"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCircle) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugCircle"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCircle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, NumSegments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCircle::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCircle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCircle::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, YAxis) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugCircle::YAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, ZAxis) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCircle::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, bDrawAxis) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugCircle::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCone \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCone) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCone"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCone) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugCone"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCone::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCone::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCone::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugConeInDegrees \ +static_assert(alignof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugConeInDegrees"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugConeInDegrees"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::NumSides' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCoordinateSystem \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisLoc) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisRot) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Scale) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Duration) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Thickness) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCylinder \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCylinder) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCylinder"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCylinder) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCylinder"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCylinder::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Start) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, End) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Radius) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Segments) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCylinder::Segments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCylinder::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCylinder::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCylinder::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryLocation \ +static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawLocation) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawSize) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawColor) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, Duration) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryTransform \ +static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000080, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawTransform) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawSize) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawColor) == 0x000068, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, Duration) == 0x000078, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFrustum \ +static_assert(alignof(KismetSystemLibrary_DrawDebugFrustum) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFrustum"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugFrustum) == 0x000060, "Wrong size on KismetSystemLibrary_DrawDebugFrustum"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFrustum::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumTransform) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumColor) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Duration) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugFrustum::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Thickness) == 0x000054, "Member 'KismetSystemLibrary_DrawDebugFrustum::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugLine \ +static_assert(alignof(KismetSystemLibrary_DrawDebugLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugLine"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugLine) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugLine"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugLine::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugLine::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugLine::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugLine::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Duration) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugLine::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Thickness) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPlane \ +static_assert(alignof(KismetSystemLibrary_DrawDebugPlane) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugPlane"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugPlane) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugPlane"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPlane::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneCoordinates) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneCoordinates' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Location) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugPlane::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Size) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugPlane::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPoint \ +static_assert(alignof(KismetSystemLibrary_DrawDebugPoint) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugPoint"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugPoint) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugPoint"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPoint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Position) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Size) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, PointColor) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugPoint::PointColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Duration) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugPoint::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugSphere \ +static_assert(alignof(KismetSystemLibrary_DrawDebugSphere) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugSphere"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugSphere) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugSphere"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugSphere::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Segments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugSphere::Segments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugSphere::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugSphere::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugSphere::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugString \ +static_assert(alignof(KismetSystemLibrary_DrawDebugString) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugString"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugString) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugString"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextLocation) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugString::TextLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Text) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TestBaseActor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugString::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EndTransaction \ +static_assert(alignof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_EndTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_EndTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_EndTransaction, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_EndTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000024, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, B) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000014, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, B) == 0x000008, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftClassReference \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000058, "Wrong size on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, B) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000058, "Wrong size on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, B) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ExecuteConsoleCommand \ +static_assert(alignof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000008, "Wrong alignment on KismetSystemLibrary_ExecuteConsoleCommand"); \ +static_assert(sizeof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000020, "Wrong size on KismetSystemLibrary_ExecuteConsoleCommand"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, Command) == 0x000008, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, SpecificPlayer) == 0x000018, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_FlushDebugStrings \ +static_assert(alignof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushDebugStrings"); \ +static_assert(sizeof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong size on KismetSystemLibrary_FlushDebugStrings"); \ +static_assert(offsetof(KismetSystemLibrary_FlushDebugStrings, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushDebugStrings::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_FlushPersistentDebugLines \ +static_assert(alignof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushPersistentDebugLines"); \ +static_assert(sizeof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong size on KismetSystemLibrary_FlushPersistentDebugLines"); \ +static_assert(offsetof(KismetSystemLibrary_FlushPersistentDebugLines, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushPersistentDebugLines::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorBounds \ +static_assert(alignof(KismetSystemLibrary_GetActorBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorBounds"); \ +static_assert(sizeof(KismetSystemLibrary_GetActorBounds) == 0x000020, "Wrong size on KismetSystemLibrary_GetActorBounds"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Actor) == 0x000000, "Member 'KismetSystemLibrary_GetActorBounds::Actor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetActorBounds::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorListFromComponentList \ +static_assert(alignof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorListFromComponentList"); \ +static_assert(sizeof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000028, "Wrong size on KismetSystemLibrary_GetActorListFromComponentList"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ComponentList) == 0x000000, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ComponentList' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ActorClassFilter) == 0x000010, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, OutActorList) == 0x000018, "Member 'KismetSystemLibrary_GetActorListFromComponentList::OutActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetAdIDCount \ +static_assert(alignof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetAdIDCount"); \ +static_assert(sizeof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong size on KismetSystemLibrary_GetAdIDCount"); \ +static_assert(offsetof(KismetSystemLibrary_GetAdIDCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetAdIDCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassDisplayName \ +static_assert(alignof(KismetSystemLibrary_GetClassDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassDisplayName"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassDisplayName"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassDisplayName::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetCommandLine \ +static_assert(alignof(KismetSystemLibrary_GetCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCommandLine"); \ +static_assert(sizeof(KismetSystemLibrary_GetCommandLine) == 0x000010, "Wrong size on KismetSystemLibrary_GetCommandLine"); \ +static_assert(offsetof(KismetSystemLibrary_GetCommandLine, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetCommandLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetComponentBounds \ +static_assert(alignof(KismetSystemLibrary_GetComponentBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetComponentBounds"); \ +static_assert(sizeof(KismetSystemLibrary_GetComponentBounds) == 0x000028, "Wrong size on KismetSystemLibrary_GetComponentBounds"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Component) == 0x000000, "Member 'KismetSystemLibrary_GetComponentBounds::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetComponentBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetComponentBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, SphereRadius) == 0x000020, "Member 'KismetSystemLibrary_GetComponentBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableBoolValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableFloatValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableIntValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableIntValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableIntValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConvenientWindowedResolutions \ +static_assert(alignof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ +static_assert(sizeof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ +static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetCurrentBundleState \ +static_assert(alignof(KismetSystemLibrary_GetCurrentBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCurrentBundleState"); \ +static_assert(sizeof(KismetSystemLibrary_GetCurrentBundleState) == 0x000030, "Wrong size on KismetSystemLibrary_GetCurrentBundleState"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetCurrentBundleState::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, bForceCurrentState) == 0x000010, "Member 'KismetSystemLibrary_GetCurrentBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, OutBundles) == 0x000018, "Member 'KismetSystemLibrary_GetCurrentBundleState::OutBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetCurrentBundleState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLanguage \ +static_assert(alignof(KismetSystemLibrary_GetDefaultLanguage) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLanguage"); \ +static_assert(sizeof(KismetSystemLibrary_GetDefaultLanguage) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLanguage"); \ +static_assert(offsetof(KismetSystemLibrary_GetDefaultLanguage, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLocale \ +static_assert(alignof(KismetSystemLibrary_GetDefaultLocale) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLocale"); \ +static_assert(sizeof(KismetSystemLibrary_GetDefaultLocale) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLocale"); \ +static_assert(offsetof(KismetSystemLibrary_GetDefaultLocale, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDeviceId \ +static_assert(alignof(KismetSystemLibrary_GetDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDeviceId"); \ +static_assert(sizeof(KismetSystemLibrary_GetDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetDeviceId"); \ +static_assert(offsetof(KismetSystemLibrary_GetDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDisplayName \ +static_assert(alignof(KismetSystemLibrary_GetDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDisplayName"); \ +static_assert(sizeof(KismetSystemLibrary_GetDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetDisplayName"); \ +static_assert(offsetof(KismetSystemLibrary_GetDisplayName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetDisplayName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetEngineVersion \ +static_assert(alignof(KismetSystemLibrary_GetEngineVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEngineVersion"); \ +static_assert(sizeof(KismetSystemLibrary_GetEngineVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetEngineVersion"); \ +static_assert(offsetof(KismetSystemLibrary_GetEngineVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetEngineVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetFrameCount \ +static_assert(alignof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetFrameCount"); \ +static_assert(sizeof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong size on KismetSystemLibrary_GetFrameCount"); \ +static_assert(offsetof(KismetSystemLibrary_GetFrameCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameBundleId \ +static_assert(alignof(KismetSystemLibrary_GetGameBundleId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameBundleId"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameBundleId) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameBundleId"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameBundleId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameBundleId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameName \ +static_assert(alignof(KismetSystemLibrary_GetGameName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameName"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameName) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameName"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadButtonGlyph \ +static_assert(alignof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadButtonGlyph"); \ +static_assert(sizeof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000020, "Wrong size on KismetSystemLibrary_GetGamepadButtonGlyph"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ButtonKey) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ButtonKey' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ControllerIndex) == 0x000010, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadControllerName \ +static_assert(alignof(KismetSystemLibrary_GetGamepadControllerName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadControllerName"); \ +static_assert(sizeof(KismetSystemLibrary_GetGamepadControllerName) == 0x000018, "Wrong size on KismetSystemLibrary_GetGamepadControllerName"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadControllerName::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGamepadControllerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameTimeInSeconds \ +static_assert(alignof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameTimeInSeconds"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameTimeInSeconds"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencyCode \ +static_assert(alignof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencyCode"); \ +static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencyCode"); \ +static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencyCode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencyCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencySymbol \ +static_assert(alignof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencySymbol"); \ +static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencySymbol"); \ +static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencySymbol, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencySymbol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionFor3DView \ +static_assert(alignof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ +static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ +static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionFor3DView, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionFor3DView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionForUI \ +static_assert(alignof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionForUI"); \ +static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionForUI"); \ +static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionForUI, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionForUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectName \ +static_assert(alignof(KismetSystemLibrary_GetObjectName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectName"); \ +static_assert(sizeof(KismetSystemLibrary_GetObjectName) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectName"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetObjectName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetObjectName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetOuterObject \ +static_assert(alignof(KismetSystemLibrary_GetOuterObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetOuterObject"); \ +static_assert(sizeof(KismetSystemLibrary_GetOuterObject) == 0x000010, "Wrong size on KismetSystemLibrary_GetOuterObject"); \ +static_assert(offsetof(KismetSystemLibrary_GetOuterObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetOuterObject::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetOuterObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetOuterObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPathName \ +static_assert(alignof(KismetSystemLibrary_GetPathName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPathName"); \ +static_assert(sizeof(KismetSystemLibrary_GetPathName) == 0x000018, "Wrong size on KismetSystemLibrary_GetPathName"); \ +static_assert(offsetof(KismetSystemLibrary_GetPathName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPathName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPathName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserDir \ +static_assert(alignof(KismetSystemLibrary_GetPlatformUserDir) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserDir"); \ +static_assert(sizeof(KismetSystemLibrary_GetPlatformUserDir) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserDir"); \ +static_assert(offsetof(KismetSystemLibrary_GetPlatformUserDir, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserName \ +static_assert(alignof(KismetSystemLibrary_GetPlatformUserName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserName"); \ +static_assert(sizeof(KismetSystemLibrary_GetPlatformUserName) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserName"); \ +static_assert(offsetof(KismetSystemLibrary_GetPlatformUserName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPreferredLanguages \ +static_assert(alignof(KismetSystemLibrary_GetPreferredLanguages) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPreferredLanguages"); \ +static_assert(sizeof(KismetSystemLibrary_GetPreferredLanguages) == 0x000010, "Wrong size on KismetSystemLibrary_GetPreferredLanguages"); \ +static_assert(offsetof(KismetSystemLibrary_GetPreferredLanguages, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPreferredLanguages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromClass \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromObject \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdList \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdList"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdList"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, OutPrimaryAssetIdList) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::OutPrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetsWithBundleState \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, RequiredBundles) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::RequiredBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ExcludedBundles) == 0x000010, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ExcludedBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ValidTypes) == 0x000020, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ValidTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, bForceCurrentState) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, OutPrimaryAssetIdList) == 0x000038, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::OutPrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectContentDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectContentDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectContentDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectContentDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectContentDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectSavedDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectSavedDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectSavedDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectSavedDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectSavedDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingDetailMode \ +static_assert(alignof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingDetailMode"); \ +static_assert(sizeof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingDetailMode"); \ +static_assert(offsetof(KismetSystemLibrary_GetRenderingDetailMode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingDetailMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingMaterialQualityLevel \ +static_assert(alignof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ +static_assert(sizeof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ +static_assert(offsetof(KismetSystemLibrary_GetRenderingMaterialQualityLevel, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingMaterialQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSupportedFullscreenResolutions \ +static_assert(alignof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ +static_assert(sizeof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ +static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSystemPath \ +static_assert(alignof(KismetSystemLibrary_GetSystemPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSystemPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSystemPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetSystemPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSystemPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSystemPath::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSystemPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSystemPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetUniqueDeviceId \ +static_assert(alignof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetUniqueDeviceId"); \ +static_assert(sizeof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetUniqueDeviceId"); \ +static_assert(offsetof(KismetSystemLibrary_GetUniqueDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetUniqueDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetVolumeButtonsHandledBySystem \ +static_assert(alignof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ +static_assert(sizeof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ +static_assert(offsetof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetVolumeButtonsHandledBySystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsControllerAssignedToGamepad \ +static_assert(alignof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ +static_assert(sizeof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000008, "Wrong size on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ +static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsDedicatedServer \ +static_assert(alignof(KismetSystemLibrary_IsDedicatedServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsDedicatedServer"); \ +static_assert(sizeof(KismetSystemLibrary_IsDedicatedServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsDedicatedServer"); \ +static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsDedicatedServer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsDedicatedServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdAvailable \ +static_assert(alignof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdAvailable"); \ +static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdAvailable"); \ +static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdAvailable, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdRequested \ +static_assert(alignof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdRequested"); \ +static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdRequested"); \ +static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdRequested, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsLoggedIn \ +static_assert(alignof(KismetSystemLibrary_IsLoggedIn) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsLoggedIn"); \ +static_assert(sizeof(KismetSystemLibrary_IsLoggedIn) == 0x000010, "Wrong size on KismetSystemLibrary_IsLoggedIn"); \ +static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_IsLoggedIn::SpecificPlayer' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsLoggedIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsPackagedForDistribution \ +static_assert(alignof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsPackagedForDistribution"); \ +static_assert(sizeof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong size on KismetSystemLibrary_IsPackagedForDistribution"); \ +static_assert(offsetof(KismetSystemLibrary_IsPackagedForDistribution, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsPackagedForDistribution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsScreensaverEnabled \ +static_assert(alignof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsScreensaverEnabled"); \ +static_assert(sizeof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong size on KismetSystemLibrary_IsScreensaverEnabled"); \ +static_assert(offsetof(KismetSystemLibrary_IsScreensaverEnabled, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsScreensaverEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsServer \ +static_assert(alignof(KismetSystemLibrary_IsServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsServer"); \ +static_assert(sizeof(KismetSystemLibrary_IsServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsServer"); \ +static_assert(offsetof(KismetSystemLibrary_IsServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsServer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsSplitScreen \ +static_assert(alignof(KismetSystemLibrary_IsSplitScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsSplitScreen"); \ +static_assert(sizeof(KismetSystemLibrary_IsSplitScreen) == 0x000010, "Wrong size on KismetSystemLibrary_IsSplitScreen"); \ +static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsSplitScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsSplitScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsStandalone \ +static_assert(alignof(KismetSystemLibrary_IsStandalone) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsStandalone"); \ +static_assert(sizeof(KismetSystemLibrary_IsStandalone) == 0x000010, "Wrong size on KismetSystemLibrary_IsStandalone"); \ +static_assert(offsetof(KismetSystemLibrary_IsStandalone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsStandalone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsStandalone, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsStandalone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsUnattended \ +static_assert(alignof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsUnattended"); \ +static_assert(sizeof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong size on KismetSystemLibrary_IsUnattended"); \ +static_assert(offsetof(KismetSystemLibrary_IsUnattended, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsUnattended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValid \ +static_assert(alignof(KismetSystemLibrary_IsValid) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValid"); \ +static_assert(sizeof(KismetSystemLibrary_IsValid) == 0x000010, "Wrong size on KismetSystemLibrary_IsValid"); \ +static_assert(offsetof(KismetSystemLibrary_IsValid, Object) == 0x000000, "Member 'KismetSystemLibrary_IsValid::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValid, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidClass \ +static_assert(alignof(KismetSystemLibrary_IsValidClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidClass"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidClass) == 0x000010, "Wrong size on KismetSystemLibrary_IsValidClass"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_IsValidClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000014, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x00000C, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftClassReference::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimer \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_ClearTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTime \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeHandle \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTime \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeHandle \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_InvalidateTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActive \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActive) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActive"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActive) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerActive"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActive::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActive::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPaused \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPaused"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerPaused"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPaused::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPaused::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsValidTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsValidTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_IsValidTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimer \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_PauseTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimer \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimer) == 0x000030, "Wrong size on KismetSystemLibrary_K2_SetTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimer::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Time) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimer::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, bLooping) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimer::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelay) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelayVariance) == 0x000024, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_K2_SetTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000028, "Wrong size on KismetSystemLibrary_K2_SetTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Time) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bLooping) == 0x000014, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelay) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelayVariance) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExists \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExists) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExists"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExists) == 0x000020, "Wrong size on KismetSystemLibrary_K2_TimerExists"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExists::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExists::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_TimerExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_TimerExistsDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsHandle \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_TimerExistsHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimer \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_UnPauseTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LaunchURL \ +static_assert(alignof(KismetSystemLibrary_LaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_LaunchURL) == 0x000010, "Wrong size on KismetSystemLibrary_LaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_LaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_LaunchURL::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMulti \ +static_assert(alignof(KismetSystemLibrary_LineTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_LineTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_LineTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_LineTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_LineTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bTraceComplex) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000090, "Wrong size on KismetSystemLibrary_LineTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, OutHits) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingle \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingle) == 0x0000F0, "Wrong size on KismetSystemLibrary_LineTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_LineTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bIgnoreSelf) == 0x0000C4, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x0000C8, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x0000EC, "Member 'KismetSystemLibrary_LineTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingleByProfile) == 0x0000F8, "Wrong size on KismetSystemLibrary_LineTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bTraceComplex) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingleForObjects) == 0x000100, "Wrong size on KismetSystemLibrary_LineTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset \ +static_assert(alignof(KismetSystemLibrary_LoadAsset) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAsset) == 0x000058, "Wrong size on KismetSystemLibrary_LoadAsset"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, Asset) == 0x000008, "Member 'KismetSystemLibrary_LoadAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, OnLoaded) == 0x000030, "Member 'KismetSystemLibrary_LoadAsset::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, LatentInfo) == 0x000040, "Member 'KismetSystemLibrary_LoadAsset::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset_Blocking \ +static_assert(alignof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset_Blocking"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadAsset_Blocking"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, Asset) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset_Blocking::Asset' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadAsset_Blocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAssetClass \ +static_assert(alignof(KismetSystemLibrary_LoadAssetClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAssetClass"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAssetClass) == 0x000058, "Wrong size on KismetSystemLibrary_LoadAssetClass"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAssetClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, AssetClass) == 0x000008, "Member 'KismetSystemLibrary_LoadAssetClass::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, OnLoaded) == 0x000030, "Member 'KismetSystemLibrary_LoadAssetClass::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, LatentInfo) == 0x000040, "Member 'KismetSystemLibrary_LoadAssetClass::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadClassAsset_Blocking \ +static_assert(alignof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadClassAsset_Blocking"); \ +static_assert(sizeof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadClassAsset_Blocking"); \ +static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, AssetClass) == 0x000000, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadInterstitialAd \ +static_assert(alignof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong alignment on KismetSystemLibrary_LoadInterstitialAd"); \ +static_assert(sizeof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong size on KismetSystemLibrary_LoadInterstitialAd"); \ +static_assert(offsetof(KismetSystemLibrary_LoadInterstitialAd, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_LoadInterstitialAd::AdIdIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralBool \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralBool) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralBool"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralBool) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralBool"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralBool::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralByte \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralByte) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralByte"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralByte) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralByte"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralByte::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralFloat \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralFloat) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralFloat"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralFloat) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralFloat"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralInt) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralName \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralName) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralName"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralName) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralName"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralName::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralString \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralString) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralString"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralString) == 0x000020, "Wrong size on KismetSystemLibrary_MakeLiteralString"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralString::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeLiteralString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralText \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralText) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralText) == 0x000030, "Wrong size on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_MakeLiteralText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftClassPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftClassPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftObjectPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo \ +static_assert(alignof(KismetSystemLibrary_MoveComponentTo) == 0x000008, "Wrong alignment on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(sizeof(KismetSystemLibrary_MoveComponentTo) == 0x000048, "Wrong size on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, Component) == 0x000000, "Member 'KismetSystemLibrary_MoveComponentTo::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeLocation) == 0x000008, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeRotation) == 0x000014, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseOut) == 0x000020, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseOut' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseIn) == 0x000021, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseIn' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, OverTime) == 0x000024, "Member 'KismetSystemLibrary_MoveComponentTo::OverTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bForceShortestRotationPath) == 0x000028, "Member 'KismetSystemLibrary_MoveComponentTo::bForceShortestRotationPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, MoveAction) == 0x000029, "Member 'KismetSystemLibrary_MoveComponentTo::MoveAction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, LatentInfo) == 0x000030, "Member 'KismetSystemLibrary_MoveComponentTo::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NormalizeFilename \ +static_assert(alignof(KismetSystemLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on KismetSystemLibrary_NormalizeFilename"); \ +static_assert(sizeof(KismetSystemLibrary_NormalizeFilename) == 0x000020, "Wrong size on KismetSystemLibrary_NormalizeFilename"); \ +static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, InFilename) == 0x000000, "Member 'KismetSystemLibrary_NormalizeFilename::InFilename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NormalizeFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000024, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, B) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000014, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, B) == 0x000008, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftClassReference \ +static_assert(alignof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000058, "Wrong size on KismetSystemLibrary_NotEqual_SoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, B) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000058, "Wrong size on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, B) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseCommandLine \ +static_assert(alignof(KismetSystemLibrary_ParseCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseCommandLine"); \ +static_assert(sizeof(KismetSystemLibrary_ParseCommandLine) == 0x000080, "Wrong size on KismetSystemLibrary_ParseCommandLine"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, InCmdLine) == 0x000000, "Member 'KismetSystemLibrary_ParseCommandLine::InCmdLine' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutTokens) == 0x000010, "Member 'KismetSystemLibrary_ParseCommandLine::OutTokens' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutSwitches) == 0x000020, "Member 'KismetSystemLibrary_ParseCommandLine::OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutParams) == 0x000030, "Member 'KismetSystemLibrary_ParseCommandLine::OutParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParam \ +static_assert(alignof(KismetSystemLibrary_ParseParam) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParam"); \ +static_assert(sizeof(KismetSystemLibrary_ParseParam) == 0x000028, "Wrong size on KismetSystemLibrary_ParseParam"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, inString) == 0x000000, "Member 'KismetSystemLibrary_ParseParam::inString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParam::InParam' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParamValue \ +static_assert(alignof(KismetSystemLibrary_ParseParamValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParamValue"); \ +static_assert(sizeof(KismetSystemLibrary_ParseParamValue) == 0x000038, "Wrong size on KismetSystemLibrary_ParseParamValue"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, inString) == 0x000000, "Member 'KismetSystemLibrary_ParseParamValue::inString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParamValue::InParam' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, OutValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParamValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_ParseParamValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintString \ +static_assert(alignof(KismetSystemLibrary_PrintString) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintString"); \ +static_assert(sizeof(KismetSystemLibrary_PrintString) == 0x000030, "Wrong size on KismetSystemLibrary_PrintString"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, inString) == 0x000008, "Member 'KismetSystemLibrary_PrintString::inString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToScreen) == 0x000018, "Member 'KismetSystemLibrary_PrintString::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintString::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintString::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintText \ +static_assert(alignof(KismetSystemLibrary_PrintText) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintText"); \ +static_assert(sizeof(KismetSystemLibrary_PrintText) == 0x000038, "Wrong size on KismetSystemLibrary_PrintText"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, InText) == 0x000008, "Member 'KismetSystemLibrary_PrintText::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToScreen) == 0x000020, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000021, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x000024, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x000034, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintWarning \ +static_assert(alignof(KismetSystemLibrary_PrintWarning) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintWarning"); \ +static_assert(sizeof(KismetSystemLibrary_PrintWarning) == 0x000010, "Wrong size on KismetSystemLibrary_PrintWarning"); \ +static_assert(offsetof(KismetSystemLibrary_PrintWarning, inString) == 0x000000, "Member 'KismetSystemLibrary_PrintWarning::inString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_QuitGame \ +static_assert(alignof(KismetSystemLibrary_QuitGame) == 0x000008, "Wrong alignment on KismetSystemLibrary_QuitGame"); \ +static_assert(sizeof(KismetSystemLibrary_QuitGame) == 0x000018, "Wrong size on KismetSystemLibrary_QuitGame"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_QuitGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, SpecificPlayer) == 0x000008, "Member 'KismetSystemLibrary_QuitGame::SpecificPlayer' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, QuitPreference) == 0x000010, "Member 'KismetSystemLibrary_QuitGame::QuitPreference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, bIgnorePlatformRestrictions) == 0x000011, "Member 'KismetSystemLibrary_QuitGame::bIgnorePlatformRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ResetGamepadAssignmentToController \ +static_assert(alignof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong alignment on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ +static_assert(sizeof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong size on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ +static_assert(offsetof(KismetSystemLibrary_ResetGamepadAssignmentToController, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_ResetGamepadAssignmentToController::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_RetriggerableDelay \ +static_assert(alignof(KismetSystemLibrary_RetriggerableDelay) == 0x000008, "Wrong alignment on KismetSystemLibrary_RetriggerableDelay"); \ +static_assert(sizeof(KismetSystemLibrary_RetriggerableDelay) == 0x000028, "Wrong size on KismetSystemLibrary_RetriggerableDelay"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_RetriggerableDelay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, Duration) == 0x000008, "Member 'KismetSystemLibrary_RetriggerableDelay::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_RetriggerableDelay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetBoolPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBoolPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBoolPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBoolPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetBytePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetBytePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBytePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetBytePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBytePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBytePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBytePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetBytePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetClassPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetClassPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetClassPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetClassPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetClassPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetClassPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetClassPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetCollisionProfileNameProperty \ +static_assert(alignof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ +static_assert(sizeof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000018, "Wrong size on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Object) == 0x000000, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Value) == 0x000010, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetColorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetColorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetColorPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetColorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetColorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetColorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetFieldPathPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFieldPathPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000030, "Wrong size on KismetSystemLibrary_SetFieldPathPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetFloatPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFloatPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetFloatPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFloatPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetGamepadsBlockDeviceFeedback \ +static_assert(alignof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ +static_assert(sizeof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong size on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ +static_assert(offsetof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback, bBlock) == 0x000000, "Member 'KismetSystemLibrary_SetGamepadsBlockDeviceFeedback::bBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetInt64PropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInt64PropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetInt64PropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInt64PropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetInterfacePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInterfacePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetInterfacePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetIntPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetIntPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetIntPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetIntPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetIntPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetIntPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetIntPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetIntPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetLinearColorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetLinearColorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetLinearColorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetNamePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetNamePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetNamePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetNamePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetNamePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetNamePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetNamePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetNamePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetObjectPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetObjectPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetObjectPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetObjectPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetRotatorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetRotatorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetRotatorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftClassPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftClassPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftClassPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftObjectPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetStringPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetStringPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStringPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetStringPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetStringPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStringPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStringPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStringPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetStructurePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStructurePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetStructurePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStructurePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSuppressViewportTransitionMessage \ +static_assert(alignof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ +static_assert(sizeof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000010, "Wrong size on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ +static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, bState) == 0x000008, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetTextPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetTextPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetTextPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetTextPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetTextPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTextPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTextPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTextPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetTransformPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000010, "Wrong alignment on KismetSystemLibrary_SetTransformPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000040, "Wrong size on KismetSystemLibrary_SetTransformPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTransformPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetUserActivity \ +static_assert(alignof(KismetSystemLibrary_SetUserActivity) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetUserActivity"); \ +static_assert(sizeof(KismetSystemLibrary_SetUserActivity) == 0x000018, "Wrong size on KismetSystemLibrary_SetUserActivity"); \ +static_assert(offsetof(KismetSystemLibrary_SetUserActivity, UserActivity) == 0x000000, "Member 'KismetSystemLibrary_SetUserActivity::UserActivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVectorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVectorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetVectorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVectorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVolumeButtonsHandledBySystem \ +static_assert(alignof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ +static_assert(sizeof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ +static_assert(offsetof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem, bEnabled) == 0x000000, "Member 'KismetSystemLibrary_SetVolumeButtonsHandledBySystem::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetWindowTitle \ +static_assert(alignof(KismetSystemLibrary_SetWindowTitle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(sizeof(KismetSystemLibrary_SetWindowTitle) == 0x000018, "Wrong size on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(offsetof(KismetSystemLibrary_SetWindowTitle, Title) == 0x000000, "Member 'KismetSystemLibrary_SetWindowTitle::Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner \ +static_assert(alignof(KismetSystemLibrary_ShowAdBanner) == 0x000004, "Wrong alignment on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(sizeof(KismetSystemLibrary_ShowAdBanner) == 0x000008, "Wrong size on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_ShowAdBanner::AdIdIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, bShowOnBottomOfScreen) == 0x000004, "Member 'KismetSystemLibrary_ShowAdBanner::bShowOnBottomOfScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000010, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen, CategoryName) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen::CategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject \ +static_assert(alignof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_SnapshotObject"); \ +static_assert(sizeof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong size on KismetSystemLibrary_SnapshotObject"); \ +static_assert(offsetof(KismetSystemLibrary_SnapshotObject, Object) == 0x000000, "Member 'KismetSystemLibrary_SnapshotObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapActors) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapActors::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, OutActors) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapComponents) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapComponents::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapComponents::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ComponentClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, OutComponents) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMulti \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_SphereTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_SphereTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_SphereTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_SphereTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingle \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingle) == 0x0000F0, "Wrong size on KismetSystemLibrary_SphereTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bIgnoreSelf) == 0x0000C4, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x0000C8, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x0000D8, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x0000E8, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x0000EC, "Member 'KismetSystemLibrary_SphereTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingleByProfile) == 0x0000F8, "Wrong size on KismetSystemLibrary_SphereTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingleForObjects) == 0x000108, "Wrong size on KismetSystemLibrary_SphereTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_TransactObject \ +static_assert(alignof(KismetSystemLibrary_TransactObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_TransactObject"); \ +static_assert(sizeof(KismetSystemLibrary_TransactObject) == 0x000008, "Wrong size on KismetSystemLibrary_TransactObject"); \ +static_assert(offsetof(KismetSystemLibrary_TransactObject, Object) == 0x000000, "Member 'KismetSystemLibrary_TransactObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAsset \ +static_assert(alignof(KismetSystemLibrary_UnloadPrimaryAsset) == 0x000004, "Wrong alignment on KismetSystemLibrary_UnloadPrimaryAsset"); \ +static_assert(sizeof(KismetSystemLibrary_UnloadPrimaryAsset) == 0x000010, "Wrong size on KismetSystemLibrary_UnloadPrimaryAsset"); \ +static_assert(offsetof(KismetSystemLibrary_UnloadPrimaryAsset, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_UnloadPrimaryAsset::PrimaryAssetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAssetList \ +static_assert(alignof(KismetSystemLibrary_UnloadPrimaryAssetList) == 0x000008, "Wrong alignment on KismetSystemLibrary_UnloadPrimaryAssetList"); \ +static_assert(sizeof(KismetSystemLibrary_UnloadPrimaryAssetList) == 0x000010, "Wrong size on KismetSystemLibrary_UnloadPrimaryAssetList"); \ +static_assert(offsetof(KismetSystemLibrary_UnloadPrimaryAssetList, PrimaryAssetIdList) == 0x000000, "Member 'KismetSystemLibrary_UnloadPrimaryAssetList::PrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetSystemLibrary \ +static_assert(alignof(UKismetSystemLibrary) == 0x000008, "Wrong alignment on UKismetSystemLibrary"); \ +static_assert(sizeof(UKismetSystemLibrary) == 0x000028, "Wrong size on UKismetSystemLibrary"); \ + +#define DUMPER7_ASSERTS_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_UDistributionFloat \ +static_assert(alignof(UDistributionFloat) == 0x000008, "Wrong alignment on UDistributionFloat"); \ +static_assert(sizeof(UDistributionFloat) == 0x000038, "Wrong size on UDistributionFloat"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Add \ +static_assert(alignof(KismetArrayLibrary_Array_Add) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Add"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Add) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Add"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Add, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Add::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Add, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Add::NewItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Add, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_AddUnique \ +static_assert(alignof(KismetArrayLibrary_Array_AddUnique) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_AddUnique"); \ +static_assert(sizeof(KismetArrayLibrary_Array_AddUnique) == 0x000018, "Wrong size on KismetArrayLibrary_Array_AddUnique"); \ +static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_AddUnique::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_AddUnique::NewItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_AddUnique::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Append \ +static_assert(alignof(KismetArrayLibrary_Array_Append) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Append"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Append) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Append"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Append, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Append::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Append, SourceArray) == 0x000010, "Member 'KismetArrayLibrary_Array_Append::SourceArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Clear \ +static_assert(alignof(KismetArrayLibrary_Array_Clear) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Clear"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Clear) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Clear"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Clear, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Clear::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Contains \ +static_assert(alignof(KismetArrayLibrary_Array_Contains) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Contains"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Contains) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Contains"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Contains, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Contains::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Contains, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Contains::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Contains, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Find \ +static_assert(alignof(KismetArrayLibrary_Array_Find) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Find"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Find) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Find"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Find, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Find::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Find, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Find::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Find, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Find::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Get \ +static_assert(alignof(KismetArrayLibrary_Array_Get) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Get"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Get) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Get"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Get, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Get::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Get, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Get::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Get, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Get::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Identical \ +static_assert(alignof(KismetArrayLibrary_Array_Identical) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Identical"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Identical) == 0x000028, "Wrong size on KismetArrayLibrary_Array_Identical"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayA) == 0x000000, "Member 'KismetArrayLibrary_Array_Identical::ArrayA' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayB) == 0x000010, "Member 'KismetArrayLibrary_Array_Identical::ArrayB' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Identical, ReturnValue) == 0x000020, "Member 'KismetArrayLibrary_Array_Identical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Insert \ +static_assert(alignof(KismetArrayLibrary_Array_Insert) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Insert"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Insert) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Insert"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Insert, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Insert::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Insert, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Insert::NewItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Insert, Index_0) == 0x000014, "Member 'KismetArrayLibrary_Array_Insert::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_IsValidIndex \ +static_assert(alignof(KismetArrayLibrary_Array_IsValidIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_IsValidIndex"); \ +static_assert(sizeof(KismetArrayLibrary_Array_IsValidIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_IsValidIndex"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_IsValidIndex::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, IndexToTest) == 0x000010, "Member 'KismetArrayLibrary_Array_IsValidIndex::IndexToTest' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_IsValidIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_LastIndex \ +static_assert(alignof(KismetArrayLibrary_Array_LastIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_LastIndex"); \ +static_assert(sizeof(KismetArrayLibrary_Array_LastIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_LastIndex"); \ +static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_LastIndex::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_LastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Length \ +static_assert(alignof(KismetArrayLibrary_Array_Length) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Length"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Length) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Length"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Length, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Length::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Length, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_Length::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Random \ +static_assert(alignof(KismetArrayLibrary_Array_Random) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Random"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Random) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Random"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Random, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Random::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Random, OutItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Random::OutItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Random, OutIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Random::OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RandomFromStream \ +static_assert(alignof(KismetArrayLibrary_Array_RandomFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RandomFromStream"); \ +static_assert(sizeof(KismetArrayLibrary_Array_RandomFromStream) == 0x000020, "Wrong size on KismetArrayLibrary_Array_RandomFromStream"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RandomFromStream::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_RandomFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutItem) == 0x000018, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutIndex) == 0x00001C, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Remove \ +static_assert(alignof(KismetArrayLibrary_Array_Remove) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Remove"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Remove) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Remove"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Remove, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Remove::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Remove, IndexToRemove) == 0x000010, "Member 'KismetArrayLibrary_Array_Remove::IndexToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RemoveItem \ +static_assert(alignof(KismetArrayLibrary_Array_RemoveItem) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RemoveItem"); \ +static_assert(sizeof(KismetArrayLibrary_Array_RemoveItem) == 0x000018, "Wrong size on KismetArrayLibrary_Array_RemoveItem"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RemoveItem::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, Item) == 0x000010, "Member 'KismetArrayLibrary_Array_RemoveItem::Item' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_RemoveItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Resize \ +static_assert(alignof(KismetArrayLibrary_Array_Resize) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Resize"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Resize) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Resize"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Resize, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Resize::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Resize, Size) == 0x000010, "Member 'KismetArrayLibrary_Array_Resize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Reverse \ +static_assert(alignof(KismetArrayLibrary_Array_Reverse) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Reverse"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Reverse) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Reverse"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Reverse, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Reverse::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Set \ +static_assert(alignof(KismetArrayLibrary_Array_Set) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Set"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Set) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Set"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Set::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Set::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Set::Item' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, bSizeToFit) == 0x000018, "Member 'KismetArrayLibrary_Array_Set::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Shuffle \ +static_assert(alignof(KismetArrayLibrary_Array_Shuffle) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Shuffle"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Shuffle) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Shuffle"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Shuffle, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Shuffle::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap \ +static_assert(alignof(KismetArrayLibrary_Array_Swap) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Swap"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Swap) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Swap"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Swap::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, FirstIndex) == 0x000010, "Member 'KismetArrayLibrary_Array_Swap::FirstIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, SecondIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Swap::SecondIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray \ +static_assert(alignof(KismetArrayLibrary_FilterArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_FilterArray"); \ +static_assert(sizeof(KismetArrayLibrary_FilterArray) == 0x000028, "Wrong size on KismetArrayLibrary_FilterArray"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_FilterArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, FilterClass) == 0x000010, "Member 'KismetArrayLibrary_FilterArray::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, FilteredArray) == 0x000018, "Member 'KismetArrayLibrary_FilterArray::FilteredArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName \ +static_assert(alignof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000008, "Wrong alignment on KismetArrayLibrary_SetArrayPropertyByName"); \ +static_assert(sizeof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000020, "Wrong size on KismetArrayLibrary_SetArrayPropertyByName"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Object) == 0x000000, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, PropertyName) == 0x000008, "Member 'KismetArrayLibrary_SetArrayPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Value) == 0x000010, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetArrayLibrary \ +static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ +static_assert(sizeof(UKismetArrayLibrary) == 0x000028, "Wrong size on UKismetArrayLibrary"); \ + +#define DUMPER7_ASSERTS_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_PawnNoiseEmitterComponent_MakeNoise \ +static_assert(alignof(PawnNoiseEmitterComponent_MakeNoise) == 0x000008, "Wrong alignment on PawnNoiseEmitterComponent_MakeNoise"); \ +static_assert(sizeof(PawnNoiseEmitterComponent_MakeNoise) == 0x000018, "Wrong size on PawnNoiseEmitterComponent_MakeNoise"); \ +static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, NoiseMaker) == 0x000000, "Member 'PawnNoiseEmitterComponent_MakeNoise::NoiseMaker' has a wrong offset!"); \ +static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, Loudness) == 0x000008, "Member 'PawnNoiseEmitterComponent_MakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, NoiseLocation) == 0x00000C, "Member 'PawnNoiseEmitterComponent_MakeNoise::NoiseLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnNoiseEmitterComponent \ +static_assert(alignof(UPawnNoiseEmitterComponent) == 0x000008, "Wrong alignment on UPawnNoiseEmitterComponent"); \ +static_assert(sizeof(UPawnNoiseEmitterComponent) == 0x0000D8, "Wrong size on UPawnNoiseEmitterComponent"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000B4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000C0, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000C4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000C8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000CC, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000D0, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ULevel \ +static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ +static_assert(sizeof(ULevel) == 0x0002A0, "Wrong size on ULevel"); \ +static_assert(offsetof(ULevel, Actors) == 0x000098, "Member 'ULevel::Actors' has a wrong offset!"); \ +static_assert(offsetof(ULevel, OwningWorld) == 0x0000B8, "Member 'ULevel::OwningWorld' has a wrong offset!"); \ +static_assert(offsetof(ULevel, Model) == 0x0000C0, "Member 'ULevel::Model' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ModelComponents) == 0x0000C8, "Member 'ULevel::ModelComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ActorCluster) == 0x0000D8, "Member 'ULevel::ActorCluster' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingUnbuiltComponents) == 0x0000E0, "Member 'ULevel::NumTextureStreamingUnbuiltComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingDirtyResources) == 0x0000E4, "Member 'ULevel::NumTextureStreamingDirtyResources' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelScriptActor) == 0x0000E8, "Member 'ULevel::LevelScriptActor' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListStart) == 0x0000F0, "Member 'ULevel::NavListStart' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListEnd) == 0x0000F8, "Member 'ULevel::NavListEnd' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavDataChunks) == 0x000100, "Member 'ULevel::NavDataChunks' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightmapTotalSize) == 0x000110, "Member 'ULevel::LightmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ShadowmapTotalSize) == 0x000114, "Member 'ULevel::ShadowmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StaticNavigableGeometry) == 0x000118, "Member 'ULevel::StaticNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StreamingTextureGuids) == 0x000128, "Member 'ULevel::StreamingTextureGuids' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelBuildDataId) == 0x0001D0, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULevel, MapBuildData) == 0x0001E0, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x0001E8, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldSettings) == 0x000260, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ +static_assert(offsetof(ULevel, AssetUserData) == 0x000270, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x000290, "Member 'ULevel::DestroyedReplicatedStaticActors' 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_UDistributionFloatParticleParameter \ +static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ +static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ + +#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_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_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_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_UDistributionVector \ +static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ +static_assert(sizeof(UDistributionVector) == 0x000038, "Wrong size on UDistributionVector"); \ + +#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_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_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_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_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_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_PhysicsConstraintComponent_GetConstraintForce \ +static_assert(alignof(PhysicsConstraintComponent_GetConstraintForce) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetConstraintForce"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetConstraintForce) == 0x000018, "Wrong size on PhysicsConstraintComponent_GetConstraintForce"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstraintForce, OutLinearForce) == 0x000000, "Member 'PhysicsConstraintComponent_GetConstraintForce::OutLinearForce' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstraintForce, OutAngularForce) == 0x00000C, "Member 'PhysicsConstraintComponent_GetConstraintForce::OutAngularForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_IsBroken \ +static_assert(alignof(PhysicsConstraintComponent_IsBroken) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_IsBroken"); \ +static_assert(sizeof(PhysicsConstraintComponent_IsBroken) == 0x000001, "Wrong size on PhysicsConstraintComponent_IsBroken"); \ +static_assert(offsetof(PhysicsConstraintComponent_IsBroken, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_IsBroken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularBreakable \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularBreakable) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularBreakable"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularBreakable) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularBreakable"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularBreakable, bAngularBreakable) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularBreakable, AngularBreakThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveMode \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveMode) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveMode"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveMode) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularDriveMode"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveMode, DriveMode) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveMode::DriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveParams \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularDriveParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularOrientationDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationDrive) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularOrientationDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationDrive, bEnableSwingDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularOrientationDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationDrive, bEnableTwistDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularOrientationDrive::bEnableTwistDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularOrientationTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularPlasticity \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularPlasticity"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularPlasticity) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularPlasticity"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularPlasticity, bAngularPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularPlasticity, AngularPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing1Limit \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularSwing1Limit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularSwing1Limit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularSwing1Limit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularSwing1Limit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing1Limit, MotionType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularSwing1Limit::MotionType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing1Limit, Swing1LimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularSwing1Limit::Swing1LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing2Limit \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularSwing2Limit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularSwing2Limit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularSwing2Limit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularSwing2Limit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing2Limit, MotionType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularSwing2Limit::MotionType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing2Limit, Swing2LimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularSwing2Limit::Swing2LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularTwistLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularTwistLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularTwistLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularTwistLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularTwistLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularTwistLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularTwistLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularTwistLimit, TwistLimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularTwistLimit::TwistLimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDrive) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDrive, bEnableSwingDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDrive, bEnableTwistDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularVelocityDrive::bEnableTwistDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveSLERP \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDriveSLERP"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDriveSLERP"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstrainedComponents \ +static_assert(alignof(PhysicsConstraintComponent_SetConstrainedComponents) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetConstrainedComponents"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstrainedComponents) == 0x000020, "Wrong size on PhysicsConstraintComponent_SetConstrainedComponents"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, Component1) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::Component1' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, BoneName1) == 0x000008, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::BoneName1' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, Component2) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::Component2' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, BoneName2) == 0x000018, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::BoneName2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceFrame \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferenceFrame) == 0x000010, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferenceFrame"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferenceFrame) == 0x000040, "Wrong size on PhysicsConstraintComponent_SetConstraintReferenceFrame"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceFrame, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferenceFrame::Frame' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceFrame, RefFrame) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstraintReferenceFrame::RefFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceOrientation \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x00001C, "Wrong size on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::Frame' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, PriAxis) == 0x000004, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::PriAxis' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, SecAxis) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::SecAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferencePosition \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000010, "Wrong size on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferencePosition, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::Frame' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferencePosition, RefPosition) == 0x000004, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::RefPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetDisableCollision \ +static_assert(alignof(PhysicsConstraintComponent_SetDisableCollision) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetDisableCollision"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetDisableCollision) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetDisableCollision"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetDisableCollision, bDisableCollision) == 0x000000, "Member 'PhysicsConstraintComponent_SetDisableCollision::bDisableCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearBreakable \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearBreakable) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearBreakable"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearBreakable) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearBreakable"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearBreakable, bLinearBreakable) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearBreakable, LinearBreakThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearDriveParams \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearDriveParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearDriveParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPlasticity \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPlasticity"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearPlasticity"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, bLinearPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, LinearPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearPositionDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearXLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearXLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearXLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearXLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearXLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearYLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearYLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearYLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearYLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearYLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearZLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearZLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearZLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearZLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearZLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveSLERP \ +static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing \ +static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing1 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing1, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing2 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing2, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentTwist \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentTwist, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentTwist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintComponent \ +static_assert(alignof(UPhysicsConstraintComponent) == 0x000010, "Wrong alignment on UPhysicsConstraintComponent"); \ +static_assert(sizeof(UPhysicsConstraintComponent) == 0x000410, "Wrong size on UPhysicsConstraintComponent"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x0001F8, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000200, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x000208, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x000210, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x000228, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000230, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000240, "Member 'UPhysicsConstraintComponent::ConstraintInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ULevelStreamingPersistent \ +static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ +static_assert(sizeof(ULevelStreamingPersistent) == 0x000150, "Wrong size on ULevelStreamingPersistent"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialMask \ +static_assert(alignof(UPhysicalMaterialMask) == 0x000008, "Wrong alignment on UPhysicalMaterialMask"); \ +static_assert(sizeof(UPhysicalMaterialMask) == 0x000030, "Wrong size on UPhysicalMaterialMask"); \ +static_assert(offsetof(UPhysicalMaterialMask, UVChannelIndex) == 0x000028, "Member 'UPhysicalMaterialMask::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressX) == 0x00002C, "Member 'UPhysicalMaterialMask::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressY) == 0x00002D, "Member 'UPhysicalMaterialMask::AddressY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UDPICustomScalingRule \ +static_assert(alignof(UDPICustomScalingRule) == 0x000008, "Wrong alignment on UDPICustomScalingRule"); \ +static_assert(sizeof(UDPICustomScalingRule) == 0x000028, "Wrong size on UDPICustomScalingRule"); \ + +#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_IRVOAvoidanceInterface \ +static_assert(alignof(IRVOAvoidanceInterface) == 0x000001, "Wrong alignment on IRVOAvoidanceInterface"); \ +static_assert(sizeof(IRVOAvoidanceInterface) == 0x000001, "Wrong size on IRVOAvoidanceInterface"); \ + +#define DUMPER7_ASSERTS_UDrawFrustumComponent \ +static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ +static_assert(sizeof(UDrawFrustumComponent) == 0x000470, "Wrong size on UDrawFrustumComponent"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x000450, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000454, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000458, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x00045C, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x000460, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000468, "Member 'UDrawFrustumComponent::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelBounds \ +static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ +static_assert(sizeof(ALevelBounds) == 0x000238, "Wrong size on ALevelBounds"); \ +static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000228, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000230, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawSphereComponent \ +static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ +static_assert(sizeof(UDrawSphereComponent) == 0x000470, "Wrong size on UDrawSphereComponent"); \ + +#define DUMPER7_ASSERTS_ASceneCapture \ +static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ +static_assert(sizeof(ASceneCapture) == 0x000238, "Wrong size on ASceneCapture"); \ +static_assert(offsetof(ASceneCapture, MeshComp) == 0x000228, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000230, "Member 'ASceneCapture::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UInterpTrackInstAudioMaster \ +static_assert(alignof(UInterpTrackInstAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackInstAudioMaster"); \ +static_assert(sizeof(UInterpTrackInstAudioMaster) == 0x000028, "Wrong size on UInterpTrackInstAudioMaster"); \ + +#define DUMPER7_ASSERTS_UPhysicsFieldComponent \ +static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ +static_assert(sizeof(UPhysicsFieldComponent) == 0x000270, "Wrong size on UPhysicsFieldComponent"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTextureComponent_Invalidate \ +static_assert(alignof(RuntimeVirtualTextureComponent_Invalidate) == 0x000004, "Wrong alignment on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(sizeof(RuntimeVirtualTextureComponent_Invalidate) == 0x00001C, "Wrong size on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(offsetof(RuntimeVirtualTextureComponent_Invalidate, WorldBounds) == 0x000000, "Member 'RuntimeVirtualTextureComponent_Invalidate::WorldBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureComponent \ +static_assert(alignof(URuntimeVirtualTextureComponent) == 0x000010, "Wrong alignment on URuntimeVirtualTextureComponent"); \ +static_assert(sizeof(URuntimeVirtualTextureComponent) == 0x000270, "Wrong size on URuntimeVirtualTextureComponent"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x0001F8, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x000220, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x000221, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000228, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x000230, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x000234, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000238, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000240, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x000248, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x00024C, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableCompressCrunch) == 0x00024D, "Member 'URuntimeVirtualTextureComponent::bEnableCompressCrunch' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x00024E, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildDebugStreamingMips) == 0x00024F, "Member 'URuntimeVirtualTextureComponent::bBuildDebugStreamingMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphPin_Deprecated \ +static_assert(alignof(UEdGraphPin_Deprecated) == 0x000008, "Wrong alignment on UEdGraphPin_Deprecated"); \ +static_assert(sizeof(UEdGraphPin_Deprecated) == 0x000118, "Wrong size on UEdGraphPin_Deprecated"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinName) == 0x000028, "Member 'UEdGraphPin_Deprecated::PinName' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinToolTip) == 0x000038, "Member 'UEdGraphPin_Deprecated::PinToolTip' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, Direction) == 0x000048, "Member 'UEdGraphPin_Deprecated::Direction' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinType) == 0x000050, "Member 'UEdGraphPin_Deprecated::PinType' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultValue) == 0x0000A8, "Member 'UEdGraphPin_Deprecated::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, AutogeneratedDefaultValue) == 0x0000B8, "Member 'UEdGraphPin_Deprecated::AutogeneratedDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultObject) == 0x0000C8, "Member 'UEdGraphPin_Deprecated::DefaultObject' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultTextValue) == 0x0000D0, "Member 'UEdGraphPin_Deprecated::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, LinkedTo) == 0x0000E8, "Member 'UEdGraphPin_Deprecated::LinkedTo' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, SubPins) == 0x0000F8, "Member 'UEdGraphPin_Deprecated::SubPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ParentPin) == 0x000108, "Member 'UEdGraphPin_Deprecated::ParentPin' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ReferencePassThroughConnection) == 0x000110, "Member 'UEdGraphPin_Deprecated::ReferencePassThroughConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphSchema \ +static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ +static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstColorScale \ +static_assert(alignof(UInterpTrackInstColorScale) == 0x000008, "Wrong alignment on UInterpTrackInstColorScale"); \ +static_assert(sizeof(UInterpTrackInstColorScale) == 0x000028, "Wrong size on UInterpTrackInstColorScale"); \ + +#define DUMPER7_ASSERTS_AServerStatReplicator \ +static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ +static_assert(sizeof(AServerStatReplicator) == 0x0002F0, "Wrong size on AServerStatReplicator"); \ +static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000228, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000229, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, Channels) == 0x00022C, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRate) == 0x000230, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRate) == 0x000234, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x00023C, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x000240, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x000244, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x000248, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x00024C, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x000250, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x000254, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x000258, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x00025C, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x000260, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x000264, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x000268, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x00026C, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x000270, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPackets) == 0x000274, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x000278, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InBunches) == 0x00027C, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x000280, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x000284, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InLoss) == 0x000288, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x00028C, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x000290, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x000294, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x000298, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x00029C, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x0002A0, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x0002A4, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x0002A8, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x0002AC, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x0002B0, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x0002B4, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x0002B8, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x0002BC, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActors) == 0x0002C0, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x0002C4, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x0002C8, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x0002CC, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x0002D0, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x0002D4, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x0002D8, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x0002DC, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x0002E0, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x0002E4, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x0002E8, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_OnParticleSystemFinished \ +static_assert(alignof(Emitter_OnParticleSystemFinished) == 0x000008, "Wrong alignment on Emitter_OnParticleSystemFinished"); \ +static_assert(sizeof(Emitter_OnParticleSystemFinished) == 0x000008, "Wrong size on Emitter_OnParticleSystemFinished"); \ +static_assert(offsetof(Emitter_OnParticleSystemFinished, FinishedComponent) == 0x000000, "Member 'Emitter_OnParticleSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetActorParameter \ +static_assert(alignof(Emitter_SetActorParameter) == 0x000008, "Wrong alignment on Emitter_SetActorParameter"); \ +static_assert(sizeof(Emitter_SetActorParameter) == 0x000010, "Wrong size on Emitter_SetActorParameter"); \ +static_assert(offsetof(Emitter_SetActorParameter, ParameterName) == 0x000000, "Member 'Emitter_SetActorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetActorParameter, Param) == 0x000008, "Member 'Emitter_SetActorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetColorParameter \ +static_assert(alignof(Emitter_SetColorParameter) == 0x000004, "Wrong alignment on Emitter_SetColorParameter"); \ +static_assert(sizeof(Emitter_SetColorParameter) == 0x000018, "Wrong size on Emitter_SetColorParameter"); \ +static_assert(offsetof(Emitter_SetColorParameter, ParameterName) == 0x000000, "Member 'Emitter_SetColorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetColorParameter, Param) == 0x000008, "Member 'Emitter_SetColorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetFloatParameter \ +static_assert(alignof(Emitter_SetFloatParameter) == 0x000004, "Wrong alignment on Emitter_SetFloatParameter"); \ +static_assert(sizeof(Emitter_SetFloatParameter) == 0x00000C, "Wrong size on Emitter_SetFloatParameter"); \ +static_assert(offsetof(Emitter_SetFloatParameter, ParameterName) == 0x000000, "Member 'Emitter_SetFloatParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetFloatParameter, Param) == 0x000008, "Member 'Emitter_SetFloatParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetMaterialParameter \ +static_assert(alignof(Emitter_SetMaterialParameter) == 0x000008, "Wrong alignment on Emitter_SetMaterialParameter"); \ +static_assert(sizeof(Emitter_SetMaterialParameter) == 0x000010, "Wrong size on Emitter_SetMaterialParameter"); \ +static_assert(offsetof(Emitter_SetMaterialParameter, ParameterName) == 0x000000, "Member 'Emitter_SetMaterialParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetMaterialParameter, Param) == 0x000008, "Member 'Emitter_SetMaterialParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetTemplate \ +static_assert(alignof(Emitter_SetTemplate) == 0x000008, "Wrong alignment on Emitter_SetTemplate"); \ +static_assert(sizeof(Emitter_SetTemplate) == 0x000008, "Wrong size on Emitter_SetTemplate"); \ +static_assert(offsetof(Emitter_SetTemplate, NewTemplate) == 0x000000, "Member 'Emitter_SetTemplate::NewTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetVectorParameter \ +static_assert(alignof(Emitter_SetVectorParameter) == 0x000004, "Wrong alignment on Emitter_SetVectorParameter"); \ +static_assert(sizeof(Emitter_SetVectorParameter) == 0x000014, "Wrong size on Emitter_SetVectorParameter"); \ +static_assert(offsetof(Emitter_SetVectorParameter, ParameterName) == 0x000000, "Member 'Emitter_SetVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetVectorParameter, Param) == 0x000008, "Member 'Emitter_SetVectorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_IsActive \ +static_assert(alignof(Emitter_IsActive) == 0x000001, "Wrong alignment on Emitter_IsActive"); \ +static_assert(sizeof(Emitter_IsActive) == 0x000001, "Wrong size on Emitter_IsActive"); \ +static_assert(offsetof(Emitter_IsActive, ReturnValue) == 0x000000, "Member 'Emitter_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEmitter \ +static_assert(alignof(AEmitter) == 0x000008, "Wrong alignment on AEmitter"); \ +static_assert(sizeof(AEmitter) == 0x000278, "Wrong size on AEmitter"); \ +static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000228, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x000238, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleBurst) == 0x000248, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleDeath) == 0x000258, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleCollide) == 0x000268, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AEmitterCameraLensEffectBase \ +static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ +static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x0002E0, "Wrong size on AEmitterCameraLensEffectBase"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x000278, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffectNonExtremeContent) == 0x000280, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffectNonExtremeContent' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x000288, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x000290, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x0002C0, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x0002C8, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x0002D8, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UViewModeUtils \ +static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ +static_assert(sizeof(UViewModeUtils) == 0x000028, "Wrong size on UViewModeUtils"); \ + +#define DUMPER7_ASSERTS_UEngineBaseTypes \ +static_assert(alignof(UEngineBaseTypes) == 0x000008, "Wrong alignment on UEngineBaseTypes"); \ +static_assert(sizeof(UEngineBaseTypes) == 0x000028, "Wrong size on UEngineBaseTypes"); \ + +#define DUMPER7_ASSERTS_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_UEngineHandlerComponentFactory \ +static_assert(alignof(UEngineHandlerComponentFactory) == 0x000008, "Wrong alignment on UEngineHandlerComponentFactory"); \ +static_assert(sizeof(UEngineHandlerComponentFactory) == 0x000028, "Wrong size on UEngineHandlerComponentFactory"); \ + +#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_ULocalMessage \ +static_assert(alignof(ULocalMessage) == 0x000008, "Wrong alignment on ULocalMessage"); \ +static_assert(sizeof(ULocalMessage) == 0x000028, "Wrong size on ULocalMessage"); \ + +#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_UEngineMessage \ +static_assert(alignof(UEngineMessage) == 0x000008, "Wrong alignment on UEngineMessage"); \ +static_assert(sizeof(UEngineMessage) == 0x0000A8, "Wrong size on UEngineMessage"); \ +static_assert(offsetof(UEngineMessage, FailedPlaceMessage) == 0x000028, "Member 'UEngineMessage::FailedPlaceMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, MaxedOutMessage) == 0x000038, "Member 'UEngineMessage::MaxedOutMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, EnteredMessage) == 0x000048, "Member 'UEngineMessage::EnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, LeftMessage) == 0x000058, "Member 'UEngineMessage::LeftMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, GlobalNameChange) == 0x000068, "Member 'UEngineMessage::GlobalNameChange' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, SpecEnteredMessage) == 0x000078, "Member 'UEngineMessage::SpecEnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewPlayerMessage) == 0x000088, "Member 'UEngineMessage::NewPlayerMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewSpecMessage) == 0x000098, "Member 'UEngineMessage::NewSpecMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontFace \ +static_assert(alignof(UFontFace) == 0x000008, "Wrong alignment on UFontFace"); \ +static_assert(sizeof(UFontFace) == 0x000058, "Wrong size on UFontFace"); \ +static_assert(offsetof(UFontFace, SourceFilename) == 0x000030, "Member 'UFontFace::SourceFilename' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, Hinting) == 0x000040, "Member 'UFontFace::Hinting' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LoadingPolicy) == 0x000041, "Member 'UFontFace::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LayoutMethod) == 0x000042, "Member 'UFontFace::LayoutMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackAttenuation \ +static_assert(alignof(UForceFeedbackAttenuation) == 0x000008, "Wrong alignment on UForceFeedbackAttenuation"); \ +static_assert(sizeof(UForceFeedbackAttenuation) == 0x0000D8, "Wrong size on UForceFeedbackAttenuation"); \ +static_assert(offsetof(UForceFeedbackAttenuation, Attenuation) == 0x000028, "Member 'UForceFeedbackAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AGeneratedMeshAreaLight \ +static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ +static_assert(sizeof(AGeneratedMeshAreaLight) == 0x000240, "Wrong size on AGeneratedMeshAreaLight"); \ + +#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_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_UHLODEngineSubsystem \ +static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ +static_assert(sizeof(UHLODEngineSubsystem) == 0x000030, "Wrong size on UHLODEngineSubsystem"); \ + +#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_IImportantToggleSettingInterface \ +static_assert(alignof(IImportantToggleSettingInterface) == 0x000001, "Wrong alignment on IImportantToggleSettingInterface"); \ +static_assert(sizeof(IImportantToggleSettingInterface) == 0x000001, "Wrong size on IImportantToggleSettingInterface"); \ + +#define DUMPER7_ASSERTS_UInheritableComponentHandler \ +static_assert(alignof(UInheritableComponentHandler) == 0x000008, "Wrong alignment on UInheritableComponentHandler"); \ +static_assert(sizeof(UInheritableComponentHandler) == 0x000048, "Wrong size on UInheritableComponentHandler"); \ +static_assert(offsetof(UInheritableComponentHandler, Records) == 0x000028, "Member 'UInheritableComponentHandler::Records' has a wrong offset!"); \ +static_assert(offsetof(UInheritableComponentHandler, UnnecessaryComponents) == 0x000038, "Member 'UInheritableComponentHandler::UnnecessaryComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionDelegateBinding \ +static_assert(alignof(UInputActionDelegateBinding) == 0x000008, "Wrong alignment on UInputActionDelegateBinding"); \ +static_assert(sizeof(UInputActionDelegateBinding) == 0x000038, "Wrong size on UInputActionDelegateBinding"); \ +static_assert(offsetof(UInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_UInterpGroupCamera \ +static_assert(alignof(UInterpGroupCamera) == 0x000008, "Wrong alignment on UInterpGroupCamera"); \ +static_assert(sizeof(UInterpGroupCamera) == 0x000060, "Wrong size on UInterpGroupCamera"); \ +static_assert(offsetof(UInterpGroupCamera, CameraAnimInst) == 0x000050, "Member 'UInterpGroupCamera::CameraAnimInst' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupCamera, CompressTolerance) == 0x000058, "Member 'UInterpGroupCamera::CompressTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInstDirector \ +static_assert(alignof(UInterpGroupInstDirector) == 0x000008, "Wrong alignment on UInterpGroupInstDirector"); \ +static_assert(sizeof(UInterpGroupInstDirector) == 0x000048, "Wrong size on UInterpGroupInstDirector"); \ + +#define DUMPER7_ASSERTS_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_UInterpTrackBoolProp \ +static_assert(alignof(UInterpTrackBoolProp) == 0x000008, "Wrong alignment on UInterpTrackBoolProp"); \ +static_assert(sizeof(UInterpTrackBoolProp) == 0x000088, "Wrong size on UInterpTrackBoolProp"); \ +static_assert(offsetof(UInterpTrackBoolProp, BoolTrack) == 0x000070, "Member 'UInterpTrackBoolProp::BoolTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackBoolProp, PropertyName) == 0x000080, "Member 'UInterpTrackBoolProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackColorScale \ +static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ +static_assert(sizeof(UInterpTrackColorScale) == 0x000090, "Wrong size on UInterpTrackColorScale"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_UInterpTrackInstFloatMaterialParam \ +static_assert(alignof(UInterpTrackInstFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatMaterialParam"); \ +static_assert(sizeof(UInterpTrackInstFloatMaterialParam) == 0x000060, "Wrong size on UInterpTrackInstFloatMaterialParam"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, MaterialInstances) == 0x000028, "Member 'UInterpTrackInstFloatMaterialParam::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, ResetFloats) == 0x000038, "Member 'UInterpTrackInstFloatMaterialParam::ResetFloats' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, PrimitiveMaterialRefs) == 0x000048, "Member 'UInterpTrackInstFloatMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, InstancedTrack) == 0x000058, "Member 'UInterpTrackInstFloatMaterialParam::InstancedTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatProp \ +static_assert(alignof(UInterpTrackInstFloatProp) == 0x000008, "Wrong alignment on UInterpTrackInstFloatProp"); \ +static_assert(sizeof(UInterpTrackInstFloatProp) == 0x000060, "Wrong size on UInterpTrackInstFloatProp"); \ +static_assert(offsetof(UInterpTrackInstFloatProp, ResetFloat) == 0x000058, "Member 'UInterpTrackInstFloatProp::ResetFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstMove \ +static_assert(alignof(UInterpTrackInstMove) == 0x000008, "Wrong alignment on UInterpTrackInstMove"); \ +static_assert(sizeof(UInterpTrackInstMove) == 0x000040, "Wrong size on UInterpTrackInstMove"); \ +static_assert(offsetof(UInterpTrackInstMove, ResetLocation) == 0x000028, "Member 'UInterpTrackInstMove::ResetLocation' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstMove, ResetRotation) == 0x000034, "Member 'UInterpTrackInstMove::ResetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UInterpTrackLinearColorProp \ +static_assert(alignof(UInterpTrackLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackLinearColorProp"); \ +static_assert(sizeof(UInterpTrackLinearColorProp) == 0x000098, "Wrong size on UInterpTrackLinearColorProp"); \ +static_assert(offsetof(UInterpTrackLinearColorProp, PropertyName) == 0x000090, "Member 'UInterpTrackLinearColorProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackMove \ +static_assert(alignof(UInterpTrackMove) == 0x000008, "Wrong alignment on UInterpTrackMove"); \ +static_assert(sizeof(UInterpTrackMove) == 0x0000C8, "Wrong size on UInterpTrackMove"); \ +static_assert(offsetof(UInterpTrackMove, PosTrack) == 0x000070, "Member 'UInterpTrackMove::PosTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, EulerTrack) == 0x000088, "Member 'UInterpTrackMove::EulerTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LookupTrack) == 0x0000A0, "Member 'UInterpTrackMove::LookupTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LookAtGroupName) == 0x0000B0, "Member 'UInterpTrackMove::LookAtGroupName' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LinCurveTension) == 0x0000B8, "Member 'UInterpTrackMove::LinCurveTension' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, AngCurveTension) == 0x0000BC, "Member 'UInterpTrackMove::AngCurveTension' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, RotMode) == 0x0000C4, "Member 'UInterpTrackMove::RotMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UInterpTrackVectorMaterialParam \ +static_assert(alignof(UInterpTrackVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackVectorMaterialParam"); \ +static_assert(sizeof(UInterpTrackVectorMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackVectorMaterialParam"); \ +static_assert(offsetof(UInterpTrackVectorMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackVectorMaterialParam::TargetMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackVectorMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackVectorMaterialParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVisibility \ +static_assert(alignof(UInterpTrackVisibility) == 0x000008, "Wrong alignment on UInterpTrackVisibility"); \ +static_assert(sizeof(UInterpTrackVisibility) == 0x000088, "Wrong size on UInterpTrackVisibility"); \ +static_assert(offsetof(UInterpTrackVisibility, VisibilityTrack) == 0x000070, "Member 'UInterpTrackVisibility::VisibilityTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKillZVolume \ +static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ +static_assert(sizeof(AKillZVolume) == 0x000270, "Wrong size on AKillZVolume"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Conv_GuidToString \ +static_assert(alignof(KismetGuidLibrary_Conv_GuidToString) == 0x000008, "Wrong alignment on KismetGuidLibrary_Conv_GuidToString"); \ +static_assert(sizeof(KismetGuidLibrary_Conv_GuidToString) == 0x000020, "Wrong size on KismetGuidLibrary_Conv_GuidToString"); \ +static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Conv_GuidToString::InGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_Conv_GuidToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid \ +static_assert(alignof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_EqualEqual_GuidGuid"); \ +static_assert(sizeof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_EqualEqual_GuidGuid"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::A' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::B' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid \ +static_assert(alignof(KismetGuidLibrary_Invalidate_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_Invalidate_Guid"); \ +static_assert(sizeof(KismetGuidLibrary_Invalidate_Guid) == 0x000010, "Wrong size on KismetGuidLibrary_Invalidate_Guid"); \ +static_assert(offsetof(KismetGuidLibrary_Invalidate_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Invalidate_Guid::InGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid \ +static_assert(alignof(KismetGuidLibrary_IsValid_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_IsValid_Guid"); \ +static_assert(sizeof(KismetGuidLibrary_IsValid_Guid) == 0x000014, "Wrong size on KismetGuidLibrary_IsValid_Guid"); \ +static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_IsValid_Guid::InGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_IsValid_Guid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid \ +static_assert(alignof(KismetGuidLibrary_NewGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NewGuid"); \ +static_assert(sizeof(KismetGuidLibrary_NewGuid) == 0x000010, "Wrong size on KismetGuidLibrary_NewGuid"); \ +static_assert(offsetof(KismetGuidLibrary_NewGuid, ReturnValue) == 0x000000, "Member 'KismetGuidLibrary_NewGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid \ +static_assert(alignof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NotEqual_GuidGuid"); \ +static_assert(sizeof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_NotEqual_GuidGuid"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::A' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::B' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid \ +static_assert(alignof(KismetGuidLibrary_Parse_StringToGuid) == 0x000008, "Wrong alignment on KismetGuidLibrary_Parse_StringToGuid"); \ +static_assert(sizeof(KismetGuidLibrary_Parse_StringToGuid) == 0x000028, "Wrong size on KismetGuidLibrary_Parse_StringToGuid"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, GuidString) == 0x000000, "Member 'KismetGuidLibrary_Parse_StringToGuid::GuidString' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, OutGuid) == 0x000010, "Member 'KismetGuidLibrary_Parse_StringToGuid::OutGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, Success) == 0x000020, "Member 'KismetGuidLibrary_Parse_StringToGuid::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetGuidLibrary \ +static_assert(alignof(UKismetGuidLibrary) == 0x000008, "Wrong alignment on UKismetGuidLibrary"); \ +static_assert(sizeof(UKismetGuidLibrary) == 0x000028, "Wrong size on UKismetGuidLibrary"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture \ +static_assert(alignof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x000004, "Wrong alignment on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x00000C, "Wrong size on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, SaveToConfig) == 0x000008, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCultureDisplayName \ +static_assert(alignof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCultureDisplayName"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000028, "Wrong size on KismetInternationalizationLibrary_GetCultureDisplayName"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Localized) == 0x000010, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Localized' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, ReturnValue) == 0x000018, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentAssetGroupCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentCulture, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLanguage \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLanguage"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLanguage"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLanguage, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLocale \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLocale"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLocale"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLocale, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetLocalizedCultures \ +static_assert(alignof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetLocalizedCultures"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetLocalizedCultures"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeGame) == 0x000000, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeGame' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEngine) == 0x000001, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEngine' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEditor) == 0x000002, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEditor' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeAdditional) == 0x000003, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeAdditional' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetNativeCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetNativeCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetNativeCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, TextCategory) == 0x000000, "Member 'KismetInternationalizationLibrary_GetNativeCulture::TextCategory' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetNativeCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetSuitableCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetSuitableCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000040, "Wrong size on KismetInternationalizationLibrary_GetSuitableCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, AvailableCultures) == 0x000000, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::AvailableCultures' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, CultureToMatch) == 0x000010, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::CultureToMatch' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, FallbackCulture) == 0x000020, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::FallbackCulture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, ReturnValue) == 0x000030, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentAssetGroupCulture \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000020, "Wrong size on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, Culture) == 0x000008, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, SaveToConfig) == 0x000018, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, ReturnValue) == 0x000019, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentCulture \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguage \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguage"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguage"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguageAndLocale \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLocale \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLocale"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLocale"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetInternationalizationLibrary \ +static_assert(alignof(UKismetInternationalizationLibrary) == 0x000008, "Wrong alignment on UKismetInternationalizationLibrary"); \ +static_assert(sizeof(UKismetInternationalizationLibrary) == 0x000028, "Wrong size on UKismetInternationalizationLibrary"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs \ +static_assert(alignof(KismetMathLibrary_Abs) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs"); \ +static_assert(sizeof(KismetMathLibrary_Abs) == 0x000008, "Wrong size on KismetMathLibrary_Abs"); \ +static_assert(offsetof(KismetMathLibrary_Abs, A) == 0x000000, "Member 'KismetMathLibrary_Abs::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int \ +static_assert(alignof(KismetMathLibrary_Abs_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs_Int"); \ +static_assert(sizeof(KismetMathLibrary_Abs_Int) == 0x000008, "Wrong size on KismetMathLibrary_Abs_Int"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int64 \ +static_assert(alignof(KismetMathLibrary_Abs_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Abs_Int64"); \ +static_assert(sizeof(KismetMathLibrary_Abs_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Abs_Int64"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Abs_Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Acos \ +static_assert(alignof(KismetMathLibrary_Acos) == 0x000004, "Wrong alignment on KismetMathLibrary_Acos"); \ +static_assert(sizeof(KismetMathLibrary_Acos) == 0x000008, "Wrong size on KismetMathLibrary_Acos"); \ +static_assert(offsetof(KismetMathLibrary_Acos, A) == 0x000000, "Member 'KismetMathLibrary_Acos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Acos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Acos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_ByteByte \ +static_assert(alignof(KismetMathLibrary_Add_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Add_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Add_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Add_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Add_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Add_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Add_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeTimespan \ +static_assert(alignof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Add_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Add_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Add_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Add_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Add_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Add_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Add_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Add_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntInt \ +static_assert(alignof(KismetMathLibrary_Add_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Add_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Add_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Add_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Add_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Add_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Add_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_Add_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Add_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Add_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Add_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_Add_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Add_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Add_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Add_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Add_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Add_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Add_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Add_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Add_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Add_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Add_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Add_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Add_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt \ +static_assert(alignof(KismetMathLibrary_Add_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector \ +static_assert(alignof(KismetMathLibrary_Add_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Add_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Add_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_And_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_And_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_And_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_And_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_And_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_And_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_And_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_And_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_And_IntInt \ +static_assert(alignof(KismetMathLibrary_And_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_And_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_And_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_And_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_And_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_And_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_And_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Asin \ +static_assert(alignof(KismetMathLibrary_Asin) == 0x000004, "Wrong alignment on KismetMathLibrary_Asin"); \ +static_assert(sizeof(KismetMathLibrary_Asin) == 0x000008, "Wrong size on KismetMathLibrary_Asin"); \ +static_assert(offsetof(KismetMathLibrary_Asin, A) == 0x000000, "Member 'KismetMathLibrary_Asin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Asin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Asin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Atan \ +static_assert(alignof(KismetMathLibrary_Atan) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan"); \ +static_assert(sizeof(KismetMathLibrary_Atan) == 0x000008, "Wrong size on KismetMathLibrary_Atan"); \ +static_assert(offsetof(KismetMathLibrary_Atan, A) == 0x000000, "Member 'KismetMathLibrary_Atan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Atan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Atan2 \ +static_assert(alignof(KismetMathLibrary_Atan2) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan2"); \ +static_assert(sizeof(KismetMathLibrary_Atan2) == 0x00000C, "Wrong size on KismetMathLibrary_Atan2"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, Y) == 0x000000, "Member 'KismetMathLibrary_Atan2::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, X) == 0x000004, "Member 'KismetMathLibrary_Atan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Atan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BMax \ +static_assert(alignof(KismetMathLibrary_BMax) == 0x000001, "Wrong alignment on KismetMathLibrary_BMax"); \ +static_assert(sizeof(KismetMathLibrary_BMax) == 0x000003, "Wrong size on KismetMathLibrary_BMax"); \ +static_assert(offsetof(KismetMathLibrary_BMax, A) == 0x000000, "Member 'KismetMathLibrary_BMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMax, B) == 0x000001, "Member 'KismetMathLibrary_BMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMax, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BMin \ +static_assert(alignof(KismetMathLibrary_BMin) == 0x000001, "Wrong alignment on KismetMathLibrary_BMin"); \ +static_assert(sizeof(KismetMathLibrary_BMin) == 0x000003, "Wrong size on KismetMathLibrary_BMin"); \ +static_assert(offsetof(KismetMathLibrary_BMin, A) == 0x000000, "Member 'KismetMathLibrary_BMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMin, B) == 0x000001, "Member 'KismetMathLibrary_BMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMin, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanAND \ +static_assert(alignof(KismetMathLibrary_BooleanAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanAND"); \ +static_assert(sizeof(KismetMathLibrary_BooleanAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanAND"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanAND::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanAND::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanAND::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNAND \ +static_assert(alignof(KismetMathLibrary_BooleanNAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNAND"); \ +static_assert(sizeof(KismetMathLibrary_BooleanNAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNAND"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNAND::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNAND::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNAND::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNOR \ +static_assert(alignof(KismetMathLibrary_BooleanNOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanNOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanOR \ +static_assert(alignof(KismetMathLibrary_BooleanOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanXOR \ +static_assert(alignof(KismetMathLibrary_BooleanXOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanXOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanXOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanXOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanXOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanXOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanXOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakColor \ +static_assert(alignof(KismetMathLibrary_BreakColor) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakColor"); \ +static_assert(sizeof(KismetMathLibrary_BreakColor) == 0x000020, "Wrong size on KismetMathLibrary_BreakColor"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, InColor) == 0x000000, "Member 'KismetMathLibrary_BreakColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, R) == 0x000010, "Member 'KismetMathLibrary_BreakColor::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, G) == 0x000014, "Member 'KismetMathLibrary_BreakColor::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, B) == 0x000018, "Member 'KismetMathLibrary_BreakColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, A) == 0x00001C, "Member 'KismetMathLibrary_BreakColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakDateTime \ +static_assert(alignof(KismetMathLibrary_BreakDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakDateTime"); \ +static_assert(sizeof(KismetMathLibrary_BreakDateTime) == 0x000028, "Wrong size on KismetMathLibrary_BreakDateTime"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, InDateTime) == 0x000000, "Member 'KismetMathLibrary_BreakDateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Year) == 0x000008, "Member 'KismetMathLibrary_BreakDateTime::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Month) == 0x00000C, "Member 'KismetMathLibrary_BreakDateTime::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Day) == 0x000010, "Member 'KismetMathLibrary_BreakDateTime::Day' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Hour) == 0x000014, "Member 'KismetMathLibrary_BreakDateTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Minute) == 0x000018, "Member 'KismetMathLibrary_BreakDateTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Second) == 0x00001C, "Member 'KismetMathLibrary_BreakDateTime::Second' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Millisecond) == 0x000020, "Member 'KismetMathLibrary_BreakDateTime::Millisecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakFrameRate \ +static_assert(alignof(KismetMathLibrary_BreakFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakFrameRate"); \ +static_assert(sizeof(KismetMathLibrary_BreakFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_BreakFrameRate"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, InFrameRate) == 0x000000, "Member 'KismetMathLibrary_BreakFrameRate::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Numerator) == 0x000008, "Member 'KismetMathLibrary_BreakFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Denominator) == 0x00000C, "Member 'KismetMathLibrary_BreakFrameRate::Denominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakQualifiedFrameTime \ +static_assert(alignof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakQualifiedFrameTime"); \ +static_assert(sizeof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_BreakQualifiedFrameTime"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, InFrameTime) == 0x000000, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::InFrameTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, Frame) == 0x000010, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::Frame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, FrameRate) == 0x000014, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, SubFrame) == 0x00001C, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::SubFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRandomStream \ +static_assert(alignof(KismetMathLibrary_BreakRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_BreakRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_BreakRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InRandomStream) == 0x000000, "Member 'KismetMathLibrary_BreakRandomStream::InRandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InitialSeed) == 0x000008, "Member 'KismetMathLibrary_BreakRandomStream::InitialSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotator \ +static_assert(alignof(KismetMathLibrary_BreakRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotator"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotator) == 0x000018, "Wrong size on KismetMathLibrary_BreakRotator"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotator::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Roll) == 0x00000C, "Member 'KismetMathLibrary_BreakRotator::Roll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Pitch) == 0x000010, "Member 'KismetMathLibrary_BreakRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Yaw) == 0x000014, "Member 'KismetMathLibrary_BreakRotator::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes \ +static_assert(alignof(KismetMathLibrary_BreakRotIntoAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotIntoAxes) == 0x000030, "Wrong size on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotIntoAxes::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, X) == 0x00000C, "Member 'KismetMathLibrary_BreakRotIntoAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Y) == 0x000018, "Member 'KismetMathLibrary_BreakRotIntoAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Z) == 0x000024, "Member 'KismetMathLibrary_BreakRotIntoAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan \ +static_assert(alignof(KismetMathLibrary_BreakTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan"); \ +static_assert(sizeof(KismetMathLibrary_BreakTimespan) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Milliseconds) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan::Milliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan2 \ +static_assert(alignof(KismetMathLibrary_BreakTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan2"); \ +static_assert(sizeof(KismetMathLibrary_BreakTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan2"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan2::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan2::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan2::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan2::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan2::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, FractionNano) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan2::FractionNano' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTransform \ +static_assert(alignof(KismetMathLibrary_BreakTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakTransform"); \ +static_assert(sizeof(KismetMathLibrary_BreakTransform) == 0x000060, "Wrong size on KismetMathLibrary_BreakTransform"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, InTransform) == 0x000000, "Member 'KismetMathLibrary_BreakTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Location) == 0x000030, "Member 'KismetMathLibrary_BreakTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Rotation) == 0x00003C, "Member 'KismetMathLibrary_BreakTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Scale) == 0x000048, "Member 'KismetMathLibrary_BreakTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector \ +static_assert(alignof(KismetMathLibrary_BreakVector) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector) == 0x000018, "Wrong size on KismetMathLibrary_BreakVector"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, X) == 0x00000C, "Member 'KismetMathLibrary_BreakVector::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Y) == 0x000010, "Member 'KismetMathLibrary_BreakVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Z) == 0x000014, "Member 'KismetMathLibrary_BreakVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D \ +static_assert(alignof(KismetMathLibrary_BreakVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector2D"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector2D) == 0x000010, "Wrong size on KismetMathLibrary_BreakVector2D"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector2D::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, X) == 0x000008, "Member 'KismetMathLibrary_BreakVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, Y) == 0x00000C, "Member 'KismetMathLibrary_BreakVector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector4 \ +static_assert(alignof(KismetMathLibrary_BreakVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakVector4"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector4) == 0x000020, "Wrong size on KismetMathLibrary_BreakVector4"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector4::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, X) == 0x000010, "Member 'KismetMathLibrary_BreakVector4::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Y) == 0x000014, "Member 'KismetMathLibrary_BreakVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Z) == 0x000018, "Member 'KismetMathLibrary_BreakVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, W) == 0x00001C, "Member 'KismetMathLibrary_BreakVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CInterpTo \ +static_assert(alignof(KismetMathLibrary_CInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_CInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_CInterpTo) == 0x000038, "Wrong size on KismetMathLibrary_CInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_CInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, Target) == 0x000010, "Member 'KismetMathLibrary_CInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_CInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_CInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_CInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Clamp \ +static_assert(alignof(KismetMathLibrary_Clamp) == 0x000004, "Wrong alignment on KismetMathLibrary_Clamp"); \ +static_assert(sizeof(KismetMathLibrary_Clamp) == 0x000010, "Wrong size on KismetMathLibrary_Clamp"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Value) == 0x000000, "Member 'KismetMathLibrary_Clamp::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_Clamp::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_Clamp::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Clamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAngle \ +static_assert(alignof(KismetMathLibrary_ClampAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAngle"); \ +static_assert(sizeof(KismetMathLibrary_ClampAngle) == 0x000010, "Wrong size on KismetMathLibrary_ClampAngle"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, AngleDegrees) == 0x000000, "Member 'KismetMathLibrary_ClampAngle::AngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, MinAngleDegrees) == 0x000004, "Member 'KismetMathLibrary_ClampAngle::MinAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, MaxAngleDegrees) == 0x000008, "Member 'KismetMathLibrary_ClampAngle::MaxAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_ClampAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxes2D \ +static_assert(alignof(KismetMathLibrary_ClampAxes2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxes2D"); \ +static_assert(sizeof(KismetMathLibrary_ClampAxes2D) == 0x000018, "Wrong size on KismetMathLibrary_ClampAxes2D"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, A) == 0x000000, "Member 'KismetMathLibrary_ClampAxes2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MinAxisVal) == 0x000008, "Member 'KismetMathLibrary_ClampAxes2D::MinAxisVal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MaxAxisVal) == 0x00000C, "Member 'KismetMathLibrary_ClampAxes2D::MaxAxisVal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClampAxes2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxis \ +static_assert(alignof(KismetMathLibrary_ClampAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxis"); \ +static_assert(sizeof(KismetMathLibrary_ClampAxis) == 0x000008, "Wrong size on KismetMathLibrary_ClampAxis"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_ClampAxis::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_ClampAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampInt64 \ +static_assert(alignof(KismetMathLibrary_ClampInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampInt64"); \ +static_assert(sizeof(KismetMathLibrary_ClampInt64) == 0x000020, "Wrong size on KismetMathLibrary_ClampInt64"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Value) == 0x000000, "Member 'KismetMathLibrary_ClampInt64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Min_0) == 0x000008, "Member 'KismetMathLibrary_ClampInt64::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampInt64::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ClampInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampVectorSize \ +static_assert(alignof(KismetMathLibrary_ClampVectorSize) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampVectorSize"); \ +static_assert(sizeof(KismetMathLibrary_ClampVectorSize) == 0x000020, "Wrong size on KismetMathLibrary_ClampVectorSize"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, A) == 0x000000, "Member 'KismetMathLibrary_ClampVectorSize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Min_0) == 0x00000C, "Member 'KismetMathLibrary_ClampVectorSize::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampVectorSize::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_ClampVectorSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClassIsChildOf \ +static_assert(alignof(KismetMathLibrary_ClassIsChildOf) == 0x000008, "Wrong alignment on KismetMathLibrary_ClassIsChildOf"); \ +static_assert(sizeof(KismetMathLibrary_ClassIsChildOf) == 0x000018, "Wrong size on KismetMathLibrary_ClassIsChildOf"); \ +static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, TestClass) == 0x000000, "Member 'KismetMathLibrary_ClassIsChildOf::TestClass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ParentClass) == 0x000008, "Member 'KismetMathLibrary_ClassIsChildOf::ParentClass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClassIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ComposeRotators \ +static_assert(alignof(KismetMathLibrary_ComposeRotators) == 0x000004, "Wrong alignment on KismetMathLibrary_ComposeRotators"); \ +static_assert(sizeof(KismetMathLibrary_ComposeRotators) == 0x000024, "Wrong size on KismetMathLibrary_ComposeRotators"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, A) == 0x000000, "Member 'KismetMathLibrary_ComposeRotators::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, B) == 0x00000C, "Member 'KismetMathLibrary_ComposeRotators::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ComposeRotators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ComposeTransforms \ +static_assert(alignof(KismetMathLibrary_ComposeTransforms) == 0x000010, "Wrong alignment on KismetMathLibrary_ComposeTransforms"); \ +static_assert(sizeof(KismetMathLibrary_ComposeTransforms) == 0x000090, "Wrong size on KismetMathLibrary_ComposeTransforms"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, A) == 0x000000, "Member 'KismetMathLibrary_ComposeTransforms::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, B) == 0x000030, "Member 'KismetMathLibrary_ComposeTransforms::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ComposeTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToByte \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Conv_BoolToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToByte) == 0x000002, "Wrong size on KismetMathLibrary_Conv_BoolToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToByte::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Conv_BoolToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToFloat::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToInt::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToFloat::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ColorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ColorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_ColorToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_FloatToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToVector \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_FloatToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToVector::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToByte) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToByte) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToByte::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToInt \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToInt) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToInt::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntPointToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, InIntPoint) == 0x000000, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::InIntPoint' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToBool \ +static_assert(alignof(KismetMathLibrary_Conv_IntToBool) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToBool"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToBool) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToBool"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToBool::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToByte \ +static_assert(alignof(KismetMathLibrary_Conv_IntToByte) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToByte) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToByte::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_IntToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToFloat::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_IntToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToInt64::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, InIntVector) == 0x000000, "Member 'KismetMathLibrary_Conv_IntVectorToVector::InIntVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_IntVectorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToColor \ +static_assert(alignof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_LinearColorToColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InUseSRGB) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InUseSRGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Conv_LinearColorToColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToVector) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToVector::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000050, "Wrong size on KismetMathLibrary_Conv_MatrixToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToRotator::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000070, "Wrong size on KismetMathLibrary_Conv_MatrixToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToTransform::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_RotatorToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, InRotator) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToTransform::InRotator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_RotatorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_RotatorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_TransformToMatrix \ +static_assert(alignof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_TransformToMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000070, "Wrong size on KismetMathLibrary_Conv_TransformToMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, Transform) == 0x000000, "Member 'KismetMathLibrary_Conv_TransformToMatrix::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Conv_TransformToMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToVector::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, Z) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_Vector2DToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, InVector4) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToVector::InVector4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_VectorToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToRotator) == 0x000018, "Wrong size on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToRotator::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_VectorToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, InLocation) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToTransform::InLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000014, "Wrong size on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, InVector) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToVector2D::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ConvertTransformToRelative \ +static_assert(alignof(KismetMathLibrary_ConvertTransformToRelative) == 0x000010, "Wrong alignment on KismetMathLibrary_ConvertTransformToRelative"); \ +static_assert(sizeof(KismetMathLibrary_ConvertTransformToRelative) == 0x000090, "Wrong size on KismetMathLibrary_ConvertTransformToRelative"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, Transform) == 0x000000, "Member 'KismetMathLibrary_ConvertTransformToRelative::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ParentTransform) == 0x000030, "Member 'KismetMathLibrary_ConvertTransformToRelative::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ConvertTransformToRelative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Cos \ +static_assert(alignof(KismetMathLibrary_Cos) == 0x000004, "Wrong alignment on KismetMathLibrary_Cos"); \ +static_assert(sizeof(KismetMathLibrary_Cos) == 0x000008, "Wrong size on KismetMathLibrary_Cos"); \ +static_assert(offsetof(KismetMathLibrary_Cos, A) == 0x000000, "Member 'KismetMathLibrary_Cos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Cos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch \ +static_assert(alignof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000004, "Wrong alignment on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(sizeof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000018, "Wrong size on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Yaw) == 0x000000, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Pitch) == 0x000004, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Length) == 0x000008, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector \ +static_assert(alignof(KismetMathLibrary_Cross_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Cross_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Cross_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Cross_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Cross_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D \ +static_assert(alignof(KismetMathLibrary_CrossProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_CrossProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_CrossProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_CrossProduct2D"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_CrossProduct2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, B) == 0x000008, "Member 'KismetMathLibrary_CrossProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_CrossProduct2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromIsoString \ +static_assert(alignof(KismetMathLibrary_DateTimeFromIsoString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromIsoString"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeFromIsoString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromIsoString"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, IsoString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromIsoString::IsoString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromIsoString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromIsoString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromString \ +static_assert(alignof(KismetMathLibrary_DateTimeFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromString"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeFromString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromString"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, DateTimeString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromString::DateTimeString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMaxValue \ +static_assert(alignof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMaxValue"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMaxValue"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMinValue \ +static_assert(alignof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMinValue"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMinValue"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DaysInMonth \ +static_assert(alignof(KismetMathLibrary_DaysInMonth) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInMonth"); \ +static_assert(sizeof(KismetMathLibrary_DaysInMonth) == 0x00000C, "Wrong size on KismetMathLibrary_DaysInMonth"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInMonth::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, Month) == 0x000004, "Member 'KismetMathLibrary_DaysInMonth::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DaysInMonth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DaysInYear \ +static_assert(alignof(KismetMathLibrary_DaysInYear) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInYear"); \ +static_assert(sizeof(KismetMathLibrary_DaysInYear) == 0x000008, "Wrong size on KismetMathLibrary_DaysInYear"); \ +static_assert(offsetof(KismetMathLibrary_DaysInYear, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInYear::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DaysInYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAcos \ +static_assert(alignof(KismetMathLibrary_DegAcos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAcos"); \ +static_assert(sizeof(KismetMathLibrary_DegAcos) == 0x000008, "Wrong size on KismetMathLibrary_DegAcos"); \ +static_assert(offsetof(KismetMathLibrary_DegAcos, A) == 0x000000, "Member 'KismetMathLibrary_DegAcos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAcos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAcos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAsin \ +static_assert(alignof(KismetMathLibrary_DegAsin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAsin"); \ +static_assert(sizeof(KismetMathLibrary_DegAsin) == 0x000008, "Wrong size on KismetMathLibrary_DegAsin"); \ +static_assert(offsetof(KismetMathLibrary_DegAsin, A) == 0x000000, "Member 'KismetMathLibrary_DegAsin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAsin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAsin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan \ +static_assert(alignof(KismetMathLibrary_DegAtan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan) == 0x000008, "Wrong size on KismetMathLibrary_DegAtan"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan, A) == 0x000000, "Member 'KismetMathLibrary_DegAtan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAtan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2 \ +static_assert(alignof(KismetMathLibrary_DegAtan2) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan2"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan2) == 0x00000C, "Wrong size on KismetMathLibrary_DegAtan2"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, Y) == 0x000000, "Member 'KismetMathLibrary_DegAtan2::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, X) == 0x000004, "Member 'KismetMathLibrary_DegAtan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAtan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegCos \ +static_assert(alignof(KismetMathLibrary_DegCos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegCos"); \ +static_assert(sizeof(KismetMathLibrary_DegCos) == 0x000008, "Wrong size on KismetMathLibrary_DegCos"); \ +static_assert(offsetof(KismetMathLibrary_DegCos, A) == 0x000000, "Member 'KismetMathLibrary_DegCos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegCos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegCos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians \ +static_assert(alignof(KismetMathLibrary_DegreesToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_DegreesToRadians"); \ +static_assert(sizeof(KismetMathLibrary_DegreesToRadians) == 0x000008, "Wrong size on KismetMathLibrary_DegreesToRadians"); \ +static_assert(offsetof(KismetMathLibrary_DegreesToRadians, A) == 0x000000, "Member 'KismetMathLibrary_DegreesToRadians::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegreesToRadians, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegreesToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegSin \ +static_assert(alignof(KismetMathLibrary_DegSin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegSin"); \ +static_assert(sizeof(KismetMathLibrary_DegSin) == 0x000008, "Wrong size on KismetMathLibrary_DegSin"); \ +static_assert(offsetof(KismetMathLibrary_DegSin, A) == 0x000000, "Member 'KismetMathLibrary_DegSin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegSin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegSin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegTan \ +static_assert(alignof(KismetMathLibrary_DegTan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegTan"); \ +static_assert(sizeof(KismetMathLibrary_DegTan) == 0x000008, "Wrong size on KismetMathLibrary_DegTan"); \ +static_assert(offsetof(KismetMathLibrary_DegTan, A) == 0x000000, "Member 'KismetMathLibrary_DegTan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegTan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegTan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Distance2D \ +static_assert(alignof(KismetMathLibrary_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Distance2D) == 0x000014, "Wrong size on KismetMathLibrary_Distance2D"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, v1) == 0x000000, "Member 'KismetMathLibrary_Distance2D::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, v2) == 0x000008, "Member 'KismetMathLibrary_Distance2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D \ +static_assert(alignof(KismetMathLibrary_DistanceSquared2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(sizeof(KismetMathLibrary_DistanceSquared2D) == 0x000014, "Wrong size on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v1) == 0x000000, "Member 'KismetMathLibrary_DistanceSquared2D::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v2) == 0x000008, "Member 'KismetMathLibrary_DistanceSquared2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DistanceSquared2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_ByteByte \ +static_assert(alignof(KismetMathLibrary_Divide_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Divide_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Divide_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Divide_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Divide_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Divide_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Divide_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Divide_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Divide_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Divide_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntInt \ +static_assert(alignof(KismetMathLibrary_Divide_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Divide_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Divide_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Divide_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Divide_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Divide_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_TimespanFloat \ +static_assert(alignof(KismetMathLibrary_Divide_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_TimespanFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Divide_TimespanFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_TimespanFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Divide_TimespanFloat::Scalar' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_TimespanFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Divide_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Divide_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Divide_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt \ +static_assert(alignof(KismetMathLibrary_Divide_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector \ +static_assert(alignof(KismetMathLibrary_Divide_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector \ +static_assert(alignof(KismetMathLibrary_Dot_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Dot_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Dot_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Dot_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Dot_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D \ +static_assert(alignof(KismetMathLibrary_DotProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DotProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_DotProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_DotProduct2D"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_DotProduct2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, B) == 0x000008, "Member 'KismetMathLibrary_DotProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DotProduct2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_Float \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000018, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxDistance) == 0x000008, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MinWeight) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxWeight) == 0x000010, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FRotator \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Ease \ +static_assert(alignof(KismetMathLibrary_Ease) == 0x000004, "Wrong alignment on KismetMathLibrary_Ease"); \ +static_assert(sizeof(KismetMathLibrary_Ease) == 0x00001C, "Wrong size on KismetMathLibrary_Ease"); \ +static_assert(offsetof(KismetMathLibrary_Ease, A) == 0x000000, "Member 'KismetMathLibrary_Ease::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, B) == 0x000004, "Member 'KismetMathLibrary_Ease::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Alpha) == 0x000008, "Member 'KismetMathLibrary_Ease::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, EasingFunc) == 0x00000C, "Member 'KismetMathLibrary_Ease::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, BlendExp) == 0x000010, "Member 'KismetMathLibrary_Ease::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Steps) == 0x000014, "Member 'KismetMathLibrary_Ease::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Ease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Equal_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Equal_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_Equal_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_BoolBool \ +static_assert(alignof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_BoolBool"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_BoolBool"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_BoolBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_BoolBool::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_BoolBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ClassClass \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ClassClass"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ClassClass"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ClassClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ClassClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ClassClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_EqualEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_NameName \ +static_assert(alignof(KismetMathLibrary_EqualEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_NameName"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_NameName) == 0x000014, "Wrong size on KismetMathLibrary_EqualEqual_NameName"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_NameName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_NameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ObjectObject \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ObjectObject"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ObjectObject"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_QuatQuat \ +static_assert(alignof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, Tolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TransformTransform \ +static_assert(alignof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_TransformTransform"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_EqualEqual_TransformTransform"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, B) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_EqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_EqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Exp \ +static_assert(alignof(KismetMathLibrary_Exp) == 0x000004, "Wrong alignment on KismetMathLibrary_Exp"); \ +static_assert(sizeof(KismetMathLibrary_Exp) == 0x000008, "Wrong size on KismetMathLibrary_Exp"); \ +static_assert(offsetof(KismetMathLibrary_Exp, A) == 0x000000, "Member 'KismetMathLibrary_Exp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Exp, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil \ +static_assert(alignof(KismetMathLibrary_FCeil) == 0x000004, "Wrong alignment on KismetMathLibrary_FCeil"); \ +static_assert(sizeof(KismetMathLibrary_FCeil) == 0x000008, "Wrong size on KismetMathLibrary_FCeil"); \ +static_assert(offsetof(KismetMathLibrary_FCeil, A) == 0x000000, "Member 'KismetMathLibrary_FCeil::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FCeil, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FCeil::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil64 \ +static_assert(alignof(KismetMathLibrary_FCeil64) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil64"); \ +static_assert(sizeof(KismetMathLibrary_FCeil64) == 0x000010, "Wrong size on KismetMathLibrary_FCeil64"); \ +static_assert(offsetof(KismetMathLibrary_FCeil64, A) == 0x000000, "Member 'KismetMathLibrary_FCeil64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FCeil64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FCeil64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FClamp \ +static_assert(alignof(KismetMathLibrary_FClamp) == 0x000004, "Wrong alignment on KismetMathLibrary_FClamp"); \ +static_assert(sizeof(KismetMathLibrary_FClamp) == 0x000010, "Wrong size on KismetMathLibrary_FClamp"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Value) == 0x000000, "Member 'KismetMathLibrary_FClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_FClamp::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_FClamp::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FClamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FFloor \ +static_assert(alignof(KismetMathLibrary_FFloor) == 0x000004, "Wrong alignment on KismetMathLibrary_FFloor"); \ +static_assert(sizeof(KismetMathLibrary_FFloor) == 0x000008, "Wrong size on KismetMathLibrary_FFloor"); \ +static_assert(offsetof(KismetMathLibrary_FFloor, A) == 0x000000, "Member 'KismetMathLibrary_FFloor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FFloor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FFloor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FFloor64 \ +static_assert(alignof(KismetMathLibrary_FFloor64) == 0x000008, "Wrong alignment on KismetMathLibrary_FFloor64"); \ +static_assert(sizeof(KismetMathLibrary_FFloor64) == 0x000010, "Wrong size on KismetMathLibrary_FFloor64"); \ +static_assert(offsetof(KismetMathLibrary_FFloor64, A) == 0x000000, "Member 'KismetMathLibrary_FFloor64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FFloor64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FFloor64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnLine \ +static_assert(alignof(KismetMathLibrary_FindClosestPointOnLine) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnLine"); \ +static_assert(sizeof(KismetMathLibrary_FindClosestPointOnLine) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnLine"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnLine::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnSegment \ +static_assert(alignof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnSegment"); \ +static_assert(sizeof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnSegment"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnSegment::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindLookAtRotation \ +static_assert(alignof(KismetMathLibrary_FindLookAtRotation) == 0x000004, "Wrong alignment on KismetMathLibrary_FindLookAtRotation"); \ +static_assert(sizeof(KismetMathLibrary_FindLookAtRotation) == 0x000024, "Wrong size on KismetMathLibrary_FindLookAtRotation"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Start) == 0x000000, "Member 'KismetMathLibrary_FindLookAtRotation::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Target) == 0x00000C, "Member 'KismetMathLibrary_FindLookAtRotation::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FindLookAtRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindNearestPointsOnLineSegments \ +static_assert(alignof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000004, "Wrong alignment on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ +static_assert(sizeof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000048, "Wrong size on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Start) == 0x000000, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1End) == 0x00000C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Start) == 0x000018, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2End) == 0x000024, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Point) == 0x000030, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Point) == 0x00003C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpEaseInOut \ +static_assert(alignof(KismetMathLibrary_FInterpEaseInOut) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpEaseInOut"); \ +static_assert(sizeof(KismetMathLibrary_FInterpEaseInOut) == 0x000014, "Wrong size on KismetMathLibrary_FInterpEaseInOut"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, A) == 0x000000, "Member 'KismetMathLibrary_FInterpEaseInOut::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, B) == 0x000004, "Member 'KismetMathLibrary_FInterpEaseInOut::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Alpha) == 0x000008, "Member 'KismetMathLibrary_FInterpEaseInOut::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Exponent) == 0x00000C, "Member 'KismetMathLibrary_FInterpEaseInOut::Exponent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpEaseInOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo \ +static_assert(alignof(KismetMathLibrary_FInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_FInterpTo) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_FInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_FInterpTo_Constant) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FixedTurn \ +static_assert(alignof(KismetMathLibrary_FixedTurn) == 0x000004, "Wrong alignment on KismetMathLibrary_FixedTurn"); \ +static_assert(sizeof(KismetMathLibrary_FixedTurn) == 0x000010, "Wrong size on KismetMathLibrary_FixedTurn"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, InCurrent) == 0x000000, "Member 'KismetMathLibrary_FixedTurn::InCurrent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, InDesired) == 0x000004, "Member 'KismetMathLibrary_FixedTurn::InDesired' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, InDeltaRate) == 0x000008, "Member 'KismetMathLibrary_FixedTurn::InDeltaRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FixedTurn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FloatSpringInterp \ +static_assert(alignof(KismetMathLibrary_FloatSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_FloatSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_FloatSpringInterp) == 0x000024, "Wrong size on KismetMathLibrary_FloatSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_FloatSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Target) == 0x000004, "Member 'KismetMathLibrary_FloatSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, SpringState) == 0x000008, "Member 'KismetMathLibrary_FloatSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Stiffness) == 0x000010, "Member 'KismetMathLibrary_FloatSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, CriticalDampingFactor) == 0x000014, "Member 'KismetMathLibrary_FloatSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_FloatSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Mass) == 0x00001C, "Member 'KismetMathLibrary_FloatSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_FloatSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMax \ +static_assert(alignof(KismetMathLibrary_FMax) == 0x000004, "Wrong alignment on KismetMathLibrary_FMax"); \ +static_assert(sizeof(KismetMathLibrary_FMax) == 0x00000C, "Wrong size on KismetMathLibrary_FMax"); \ +static_assert(offsetof(KismetMathLibrary_FMax, A) == 0x000000, "Member 'KismetMathLibrary_FMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMax, B) == 0x000004, "Member 'KismetMathLibrary_FMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMax, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMin \ +static_assert(alignof(KismetMathLibrary_FMin) == 0x000004, "Wrong alignment on KismetMathLibrary_FMin"); \ +static_assert(sizeof(KismetMathLibrary_FMin) == 0x00000C, "Wrong size on KismetMathLibrary_FMin"); \ +static_assert(offsetof(KismetMathLibrary_FMin, A) == 0x000000, "Member 'KismetMathLibrary_FMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMin, B) == 0x000004, "Member 'KismetMathLibrary_FMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMod \ +static_assert(alignof(KismetMathLibrary_FMod) == 0x000004, "Wrong alignment on KismetMathLibrary_FMod"); \ +static_assert(sizeof(KismetMathLibrary_FMod) == 0x000010, "Wrong size on KismetMathLibrary_FMod"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Dividend) == 0x000000, "Member 'KismetMathLibrary_FMod::Dividend' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Divisor) == 0x000004, "Member 'KismetMathLibrary_FMod::Divisor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Remainder) == 0x000008, "Member 'KismetMathLibrary_FMod::Remainder' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FMod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Fraction \ +static_assert(alignof(KismetMathLibrary_Fraction) == 0x000004, "Wrong alignment on KismetMathLibrary_Fraction"); \ +static_assert(sizeof(KismetMathLibrary_Fraction) == 0x000008, "Wrong size on KismetMathLibrary_Fraction"); \ +static_assert(offsetof(KismetMathLibrary_Fraction, A) == 0x000000, "Member 'KismetMathLibrary_Fraction::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Fraction, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Fraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromDays \ +static_assert(alignof(KismetMathLibrary_FromDays) == 0x000008, "Wrong alignment on KismetMathLibrary_FromDays"); \ +static_assert(sizeof(KismetMathLibrary_FromDays) == 0x000010, "Wrong size on KismetMathLibrary_FromDays"); \ +static_assert(offsetof(KismetMathLibrary_FromDays, Days) == 0x000000, "Member 'KismetMathLibrary_FromDays::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromHours \ +static_assert(alignof(KismetMathLibrary_FromHours) == 0x000008, "Wrong alignment on KismetMathLibrary_FromHours"); \ +static_assert(sizeof(KismetMathLibrary_FromHours) == 0x000010, "Wrong size on KismetMathLibrary_FromHours"); \ +static_assert(offsetof(KismetMathLibrary_FromHours, Hours) == 0x000000, "Member 'KismetMathLibrary_FromHours::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromMilliseconds \ +static_assert(alignof(KismetMathLibrary_FromMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_FromMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_FromMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_FromMilliseconds, Milliseconds) == 0x000000, "Member 'KismetMathLibrary_FromMilliseconds::Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromMinutes \ +static_assert(alignof(KismetMathLibrary_FromMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMinutes"); \ +static_assert(sizeof(KismetMathLibrary_FromMinutes) == 0x000010, "Wrong size on KismetMathLibrary_FromMinutes"); \ +static_assert(offsetof(KismetMathLibrary_FromMinutes, Minutes) == 0x000000, "Member 'KismetMathLibrary_FromMinutes::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromSeconds \ +static_assert(alignof(KismetMathLibrary_FromSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromSeconds"); \ +static_assert(sizeof(KismetMathLibrary_FromSeconds) == 0x000010, "Wrong size on KismetMathLibrary_FromSeconds"); \ +static_assert(offsetof(KismetMathLibrary_FromSeconds, Seconds) == 0x000000, "Member 'KismetMathLibrary_FromSeconds::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc \ +static_assert(alignof(KismetMathLibrary_FTrunc) == 0x000004, "Wrong alignment on KismetMathLibrary_FTrunc"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc) == 0x000008, "Wrong size on KismetMathLibrary_FTrunc"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FTrunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc64 \ +static_assert(alignof(KismetMathLibrary_FTrunc64) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc64"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc64) == 0x000010, "Wrong size on KismetMathLibrary_FTrunc64"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc64, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FTrunc64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector \ +static_assert(alignof(KismetMathLibrary_FTruncVector) == 0x000004, "Wrong alignment on KismetMathLibrary_FTruncVector"); \ +static_assert(sizeof(KismetMathLibrary_FTruncVector) == 0x000018, "Wrong size on KismetMathLibrary_FTruncVector"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector, InVector) == 0x000000, "Member 'KismetMathLibrary_FTruncVector::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FTruncVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FWrap \ +static_assert(alignof(KismetMathLibrary_FWrap) == 0x000004, "Wrong alignment on KismetMathLibrary_FWrap"); \ +static_assert(sizeof(KismetMathLibrary_FWrap) == 0x000010, "Wrong size on KismetMathLibrary_FWrap"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Value) == 0x000000, "Member 'KismetMathLibrary_FWrap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Min_0) == 0x000004, "Member 'KismetMathLibrary_FWrap::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Max_0) == 0x000008, "Member 'KismetMathLibrary_FWrap::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FWrap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAbs2D \ +static_assert(alignof(KismetMathLibrary_GetAbs2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbs2D"); \ +static_assert(sizeof(KismetMathLibrary_GetAbs2D) == 0x000010, "Wrong size on KismetMathLibrary_GetAbs2D"); \ +static_assert(offsetof(KismetMathLibrary_GetAbs2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbs2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAbs2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbs2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAbsMax2D \ +static_assert(alignof(KismetMathLibrary_GetAbsMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbsMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetAbsMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetAbsMax2D"); \ +static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbsMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbsMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAxes \ +static_assert(alignof(KismetMathLibrary_GetAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAxes"); \ +static_assert(sizeof(KismetMathLibrary_GetAxes) == 0x000030, "Wrong size on KismetMathLibrary_GetAxes"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, A) == 0x000000, "Member 'KismetMathLibrary_GetAxes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, X) == 0x00000C, "Member 'KismetMathLibrary_GetAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, Y) == 0x000018, "Member 'KismetMathLibrary_GetAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, Z) == 0x000024, "Member 'KismetMathLibrary_GetAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAzimuthAndElevation \ +static_assert(alignof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000010, "Wrong alignment on KismetMathLibrary_GetAzimuthAndElevation"); \ +static_assert(sizeof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000050, "Wrong size on KismetMathLibrary_GetAzimuthAndElevation"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, InDirection) == 0x000000, "Member 'KismetMathLibrary_GetAzimuthAndElevation::InDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, ReferenceFrame) == 0x000010, "Member 'KismetMathLibrary_GetAzimuthAndElevation::ReferenceFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Azimuth) == 0x000040, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Azimuth' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Elevation) == 0x000044, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Elevation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDate \ +static_assert(alignof(KismetMathLibrary_GetDate) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDate"); \ +static_assert(sizeof(KismetMathLibrary_GetDate) == 0x000010, "Wrong size on KismetMathLibrary_GetDate"); \ +static_assert(offsetof(KismetMathLibrary_GetDate, A) == 0x000000, "Member 'KismetMathLibrary_GetDate::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDay \ +static_assert(alignof(KismetMathLibrary_GetDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDay"); \ +static_assert(sizeof(KismetMathLibrary_GetDay) == 0x000010, "Wrong size on KismetMathLibrary_GetDay"); \ +static_assert(offsetof(KismetMathLibrary_GetDay, A) == 0x000000, "Member 'KismetMathLibrary_GetDay::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDayOfYear \ +static_assert(alignof(KismetMathLibrary_GetDayOfYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDayOfYear"); \ +static_assert(sizeof(KismetMathLibrary_GetDayOfYear) == 0x000010, "Wrong size on KismetMathLibrary_GetDayOfYear"); \ +static_assert(offsetof(KismetMathLibrary_GetDayOfYear, A) == 0x000000, "Member 'KismetMathLibrary_GetDayOfYear::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDayOfYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDayOfYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDays \ +static_assert(alignof(KismetMathLibrary_GetDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDays"); \ +static_assert(sizeof(KismetMathLibrary_GetDays) == 0x000010, "Wrong size on KismetMathLibrary_GetDays"); \ +static_assert(offsetof(KismetMathLibrary_GetDays, A) == 0x000000, "Member 'KismetMathLibrary_GetDays::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDirectionUnitVector \ +static_assert(alignof(KismetMathLibrary_GetDirectionUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_GetDirectionUnitVector) == 0x000024, "Wrong size on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, From) == 0x000000, "Member 'KismetMathLibrary_GetDirectionUnitVector::From' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, To) == 0x00000C, "Member 'KismetMathLibrary_GetDirectionUnitVector::To' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetDirectionUnitVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDuration \ +static_assert(alignof(KismetMathLibrary_GetDuration) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDuration"); \ +static_assert(sizeof(KismetMathLibrary_GetDuration) == 0x000010, "Wrong size on KismetMathLibrary_GetDuration"); \ +static_assert(offsetof(KismetMathLibrary_GetDuration, A) == 0x000000, "Member 'KismetMathLibrary_GetDuration::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDuration, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetForwardVector \ +static_assert(alignof(KismetMathLibrary_GetForwardVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetForwardVector"); \ +static_assert(sizeof(KismetMathLibrary_GetForwardVector) == 0x000018, "Wrong size on KismetMathLibrary_GetForwardVector"); \ +static_assert(offsetof(KismetMathLibrary_GetForwardVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetForwardVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetForwardVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHour \ +static_assert(alignof(KismetMathLibrary_GetHour) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour"); \ +static_assert(sizeof(KismetMathLibrary_GetHour) == 0x000010, "Wrong size on KismetMathLibrary_GetHour"); \ +static_assert(offsetof(KismetMathLibrary_GetHour, A) == 0x000000, "Member 'KismetMathLibrary_GetHour::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHour, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHour12 \ +static_assert(alignof(KismetMathLibrary_GetHour12) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour12"); \ +static_assert(sizeof(KismetMathLibrary_GetHour12) == 0x000010, "Wrong size on KismetMathLibrary_GetHour12"); \ +static_assert(offsetof(KismetMathLibrary_GetHour12, A) == 0x000000, "Member 'KismetMathLibrary_GetHour12::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHour12, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour12::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHours \ +static_assert(alignof(KismetMathLibrary_GetHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHours"); \ +static_assert(sizeof(KismetMathLibrary_GetHours) == 0x000010, "Wrong size on KismetMathLibrary_GetHours"); \ +static_assert(offsetof(KismetMathLibrary_GetHours, A) == 0x000000, "Member 'KismetMathLibrary_GetHours::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMax2D \ +static_assert(alignof(KismetMathLibrary_GetMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMax2D"); \ +static_assert(offsetof(KismetMathLibrary_GetMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement \ +static_assert(alignof(KismetMathLibrary_GetMaxElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMaxElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMaxElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMaxElement"); \ +static_assert(offsetof(KismetMathLibrary_GetMaxElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMaxElement::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMaxElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMaxElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMillisecond \ +static_assert(alignof(KismetMathLibrary_GetMillisecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMillisecond"); \ +static_assert(sizeof(KismetMathLibrary_GetMillisecond) == 0x000010, "Wrong size on KismetMathLibrary_GetMillisecond"); \ +static_assert(offsetof(KismetMathLibrary_GetMillisecond, A) == 0x000000, "Member 'KismetMathLibrary_GetMillisecond::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMillisecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMillisecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMilliseconds \ +static_assert(alignof(KismetMathLibrary_GetMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_GetMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_GetMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetMilliseconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMin2D \ +static_assert(alignof(KismetMathLibrary_GetMin2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMin2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMin2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMin2D"); \ +static_assert(offsetof(KismetMathLibrary_GetMin2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMin2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMin2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMin2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement \ +static_assert(alignof(KismetMathLibrary_GetMinElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMinElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMinElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMinElement"); \ +static_assert(offsetof(KismetMathLibrary_GetMinElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMinElement::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMinElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinute \ +static_assert(alignof(KismetMathLibrary_GetMinute) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinute"); \ +static_assert(sizeof(KismetMathLibrary_GetMinute) == 0x000010, "Wrong size on KismetMathLibrary_GetMinute"); \ +static_assert(offsetof(KismetMathLibrary_GetMinute, A) == 0x000000, "Member 'KismetMathLibrary_GetMinute::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinute, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinutes \ +static_assert(alignof(KismetMathLibrary_GetMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinutes"); \ +static_assert(sizeof(KismetMathLibrary_GetMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetMinutes"); \ +static_assert(offsetof(KismetMathLibrary_GetMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetMinutes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMonth \ +static_assert(alignof(KismetMathLibrary_GetMonth) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMonth"); \ +static_assert(sizeof(KismetMathLibrary_GetMonth) == 0x000010, "Wrong size on KismetMathLibrary_GetMonth"); \ +static_assert(offsetof(KismetMathLibrary_GetMonth, A) == 0x000000, "Member 'KismetMathLibrary_GetMonth::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMonth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPI \ +static_assert(alignof(KismetMathLibrary_GetPI) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPI"); \ +static_assert(sizeof(KismetMathLibrary_GetPI) == 0x000004, "Wrong size on KismetMathLibrary_GetPI"); \ +static_assert(offsetof(KismetMathLibrary_GetPI, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToLine \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToLine) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToLine) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToLine::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToSegment::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector \ +static_assert(alignof(KismetMathLibrary_GetReflectionVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetReflectionVector"); \ +static_assert(sizeof(KismetMathLibrary_GetReflectionVector) == 0x000024, "Wrong size on KismetMathLibrary_GetReflectionVector"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, Direction) == 0x000000, "Member 'KismetMathLibrary_GetReflectionVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, SurfaceNormal) == 0x00000C, "Member 'KismetMathLibrary_GetReflectionVector::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetReflectionVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector \ +static_assert(alignof(KismetMathLibrary_GetRightVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRightVector"); \ +static_assert(sizeof(KismetMathLibrary_GetRightVector) == 0x000018, "Wrong size on KismetMathLibrary_GetRightVector"); \ +static_assert(offsetof(KismetMathLibrary_GetRightVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetRightVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRightVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D \ +static_assert(alignof(KismetMathLibrary_GetRotated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRotated2D"); \ +static_assert(sizeof(KismetMathLibrary_GetRotated2D) == 0x000014, "Wrong size on KismetMathLibrary_GetRotated2D"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, A) == 0x000000, "Member 'KismetMathLibrary_GetRotated2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, AngleDeg) == 0x000008, "Member 'KismetMathLibrary_GetRotated2D::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRotated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSecond \ +static_assert(alignof(KismetMathLibrary_GetSecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSecond"); \ +static_assert(sizeof(KismetMathLibrary_GetSecond) == 0x000010, "Wrong size on KismetMathLibrary_GetSecond"); \ +static_assert(offsetof(KismetMathLibrary_GetSecond, A) == 0x000000, "Member 'KismetMathLibrary_GetSecond::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSeconds \ +static_assert(alignof(KismetMathLibrary_GetSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSeconds"); \ +static_assert(sizeof(KismetMathLibrary_GetSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetSeconds"); \ +static_assert(offsetof(KismetMathLibrary_GetSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetSeconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSlopeDegreeAngles \ +static_assert(alignof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000004, "Wrong alignment on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(sizeof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x00002C, "Wrong size on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, MyRightYAxis) == 0x000000, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::MyRightYAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, FloorNormal) == 0x00000C, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::FloorNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, UpVector) == 0x000018, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopePitchDegreeAngle) == 0x000024, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopePitchDegreeAngle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopeRollDegreeAngle) == 0x000028, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopeRollDegreeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTAU \ +static_assert(alignof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong alignment on KismetMathLibrary_GetTAU"); \ +static_assert(sizeof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong size on KismetMathLibrary_GetTAU"); \ +static_assert(offsetof(KismetMathLibrary_GetTAU, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetTAU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTimeOfDay \ +static_assert(alignof(KismetMathLibrary_GetTimeOfDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTimeOfDay"); \ +static_assert(sizeof(KismetMathLibrary_GetTimeOfDay) == 0x000010, "Wrong size on KismetMathLibrary_GetTimeOfDay"); \ +static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, A) == 0x000000, "Member 'KismetMathLibrary_GetTimeOfDay::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTimeOfDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalDays \ +static_assert(alignof(KismetMathLibrary_GetTotalDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalDays"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalDays) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalDays"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalDays, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalDays::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalHours \ +static_assert(alignof(KismetMathLibrary_GetTotalHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalHours"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalHours) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalHours"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalHours, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalHours::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMilliseconds \ +static_assert(alignof(KismetMathLibrary_GetTotalMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMilliseconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMinutes \ +static_assert(alignof(KismetMathLibrary_GetTotalMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMinutes"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMinutes"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMinutes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalSeconds \ +static_assert(alignof(KismetMathLibrary_GetTotalSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalSeconds"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalSeconds"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalSeconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetUpVector \ +static_assert(alignof(KismetMathLibrary_GetUpVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetUpVector"); \ +static_assert(sizeof(KismetMathLibrary_GetUpVector) == 0x000018, "Wrong size on KismetMathLibrary_GetUpVector"); \ +static_assert(offsetof(KismetMathLibrary_GetUpVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetUpVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetUpVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetVectorArrayAverage \ +static_assert(alignof(KismetMathLibrary_GetVectorArrayAverage) == 0x000008, "Wrong alignment on KismetMathLibrary_GetVectorArrayAverage"); \ +static_assert(sizeof(KismetMathLibrary_GetVectorArrayAverage) == 0x000020, "Wrong size on KismetMathLibrary_GetVectorArrayAverage"); \ +static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, Vectors) == 0x000000, "Member 'KismetMathLibrary_GetVectorArrayAverage::Vectors' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetVectorArrayAverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetYawPitchFromVector \ +static_assert(alignof(KismetMathLibrary_GetYawPitchFromVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(sizeof(KismetMathLibrary_GetYawPitchFromVector) == 0x000014, "Wrong size on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, InVec) == 0x000000, "Member 'KismetMathLibrary_GetYawPitchFromVector::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Yaw) == 0x00000C, "Member 'KismetMathLibrary_GetYawPitchFromVector::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Pitch) == 0x000010, "Member 'KismetMathLibrary_GetYawPitchFromVector::Pitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetYear \ +static_assert(alignof(KismetMathLibrary_GetYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYear"); \ +static_assert(sizeof(KismetMathLibrary_GetYear) == 0x000010, "Wrong size on KismetMathLibrary_GetYear"); \ +static_assert(offsetof(KismetMathLibrary_GetYear, A) == 0x000000, "Member 'KismetMathLibrary_GetYear::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_ByteByte \ +static_assert(alignof(KismetMathLibrary_Greater_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Greater_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Greater_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Greater_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Greater_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Greater_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Greater_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Greater_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Greater_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Greater_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Greater_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Greater_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Greater_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Greater_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Greater_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Greater_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_IntInt \ +static_assert(alignof(KismetMathLibrary_Greater_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Greater_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Greater_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Greater_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Greater_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Greater_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Greater_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_GreaterEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_GreaterEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterGreater_VectorRotator \ +static_assert(alignof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float \ +static_assert(alignof(KismetMathLibrary_GridSnap_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_GridSnap_Float"); \ +static_assert(sizeof(KismetMathLibrary_GridSnap_Float) == 0x00000C, "Wrong size on KismetMathLibrary_GridSnap_Float"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, Location) == 0x000000, "Member 'KismetMathLibrary_GridSnap_Float::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, GridSize) == 0x000004, "Member 'KismetMathLibrary_GridSnap_Float::GridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GridSnap_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB \ +static_assert(alignof(KismetMathLibrary_HSVToRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGB) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, H) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, S) == 0x000004, "Member 'KismetMathLibrary_HSVToRGB::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, V) == 0x000008, "Member 'KismetMathLibrary_HSVToRGB::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, A) == 0x00000C, "Member 'KismetMathLibrary_HSVToRGB::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB_Vector \ +static_assert(alignof(KismetMathLibrary_HSVToRGB_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB_Vector"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGB_Vector) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB_Vector"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB_Vector::HSV' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, RGB) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB_Vector::RGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGBLinear \ +static_assert(alignof(KismetMathLibrary_HSVToRGBLinear) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGBLinear"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGBLinear) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGBLinear"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGBLinear::HSV' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGBLinear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Hypotenuse \ +static_assert(alignof(KismetMathLibrary_Hypotenuse) == 0x000004, "Wrong alignment on KismetMathLibrary_Hypotenuse"); \ +static_assert(sizeof(KismetMathLibrary_Hypotenuse) == 0x00000C, "Wrong size on KismetMathLibrary_Hypotenuse"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, Width) == 0x000000, "Member 'KismetMathLibrary_Hypotenuse::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, Height) == 0x000004, "Member 'KismetMathLibrary_Hypotenuse::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Hypotenuse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat \ +static_assert(alignof(KismetMathLibrary_InRange_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_InRange_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_FloatFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_FloatFloat::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_FloatFloat::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_InRange_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_InRange_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_InRange_Int64Int64) == 0x000020, "Wrong size on KismetMathLibrary_InRange_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_Int64Int64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_Int64Int64::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_Int64Int64::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMin) == 0x000018, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMax) == 0x000019, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, ReturnValue) == 0x00001A, "Member 'KismetMathLibrary_InRange_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_IntInt \ +static_assert(alignof(KismetMathLibrary_InRange_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_InRange_IntInt) == 0x000010, "Wrong size on KismetMathLibrary_InRange_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_IntInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_IntInt::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_IntInt::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Down \ +static_assert(alignof(KismetMathLibrary_IntPoint_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Down"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Down) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Down"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Down::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Left \ +static_assert(alignof(KismetMathLibrary_IntPoint_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Left"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Left) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Left"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_One \ +static_assert(alignof(KismetMathLibrary_IntPoint_One) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_One"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_One) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_One"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Right \ +static_assert(alignof(KismetMathLibrary_IntPoint_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Right"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Right) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Right"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Up \ +static_assert(alignof(KismetMathLibrary_IntPoint_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Up"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Up) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Up"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Up::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Zero \ +static_assert(alignof(KismetMathLibrary_IntPoint_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Zero"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Zero) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Zero"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformDirection \ +static_assert(alignof(KismetMathLibrary_InverseTransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformDirection"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformDirection"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformDirection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_InverseTransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformLocation \ +static_assert(alignof(KismetMathLibrary_InverseTransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformLocation"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformLocation"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformLocation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_InverseTransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformRotation \ +static_assert(alignof(KismetMathLibrary_InverseTransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformRotation"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformRotation"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformRotation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_InverseTransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InvertTransform \ +static_assert(alignof(KismetMathLibrary_InvertTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_InvertTransform"); \ +static_assert(sizeof(KismetMathLibrary_InvertTransform) == 0x000060, "Wrong size on KismetMathLibrary_InvertTransform"); \ +static_assert(offsetof(KismetMathLibrary_InvertTransform, T) == 0x000000, "Member 'KismetMathLibrary_InvertTransform::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InvertTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_InvertTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsAfternoon \ +static_assert(alignof(KismetMathLibrary_IsAfternoon) == 0x000008, "Wrong alignment on KismetMathLibrary_IsAfternoon"); \ +static_assert(sizeof(KismetMathLibrary_IsAfternoon) == 0x000010, "Wrong size on KismetMathLibrary_IsAfternoon"); \ +static_assert(offsetof(KismetMathLibrary_IsAfternoon, A) == 0x000000, "Member 'KismetMathLibrary_IsAfternoon::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsAfternoon, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsAfternoon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsLeapYear \ +static_assert(alignof(KismetMathLibrary_IsLeapYear) == 0x000004, "Wrong alignment on KismetMathLibrary_IsLeapYear"); \ +static_assert(sizeof(KismetMathLibrary_IsLeapYear) == 0x000008, "Wrong size on KismetMathLibrary_IsLeapYear"); \ +static_assert(offsetof(KismetMathLibrary_IsLeapYear, Year) == 0x000000, "Member 'KismetMathLibrary_IsLeapYear::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsLeapYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_IsLeapYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsMorning \ +static_assert(alignof(KismetMathLibrary_IsMorning) == 0x000008, "Wrong alignment on KismetMathLibrary_IsMorning"); \ +static_assert(sizeof(KismetMathLibrary_IsMorning) == 0x000010, "Wrong size on KismetMathLibrary_IsMorning"); \ +static_assert(offsetof(KismetMathLibrary_IsMorning, A) == 0x000000, "Member 'KismetMathLibrary_IsMorning::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsMorning, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsMorning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsNearlyZero2D \ +static_assert(alignof(KismetMathLibrary_IsNearlyZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsNearlyZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsNearlyZero2D) == 0x000010, "Wrong size on KismetMathLibrary_IsNearlyZero2D"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsNearlyZero2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_IsNearlyZero2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_IsNearlyZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox \ +static_assert(alignof(KismetMathLibrary_IsPointInBox) == 0x000004, "Wrong alignment on KismetMathLibrary_IsPointInBox"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBox) == 0x000028, "Wrong size on KismetMathLibrary_IsPointInBox"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBox::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxOrigin) == 0x00000C, "Member 'KismetMathLibrary_IsPointInBox::BoxOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxExtent) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_IsPointInBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform \ +static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000050, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxWorldTransform) == 0x000010, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxExtent) == 0x000040, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D \ +static_assert(alignof(KismetMathLibrary_IsZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsZero2D) == 0x00000C, "Wrong size on KismetMathLibrary_IsZero2D"); \ +static_assert(offsetof(KismetMathLibrary_IsZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsZero2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsZero2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Lerp \ +static_assert(alignof(KismetMathLibrary_Lerp) == 0x000004, "Wrong alignment on KismetMathLibrary_Lerp"); \ +static_assert(sizeof(KismetMathLibrary_Lerp) == 0x000010, "Wrong size on KismetMathLibrary_Lerp"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, A) == 0x000000, "Member 'KismetMathLibrary_Lerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, B) == 0x000004, "Member 'KismetMathLibrary_Lerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, Alpha) == 0x000008, "Member 'KismetMathLibrary_Lerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Lerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_ByteByte \ +static_assert(alignof(KismetMathLibrary_Less_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Less_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Less_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Less_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Less_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Less_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Less_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Less_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Less_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Less_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Less_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Less_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Less_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Less_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Less_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Less_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Less_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Less_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Less_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Less_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_IntInt \ +static_assert(alignof(KismetMathLibrary_Less_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Less_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Less_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Less_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Less_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Less_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Less_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Less_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Less_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Less_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_LessEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_LessEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_LessEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_LessEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_LessEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_LessEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_LessEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessLess_VectorRotator \ +static_assert(alignof(KismetMathLibrary_LessLess_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_LessLess_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_LessLess_VectorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_LessLess_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_LessLess_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Black \ +static_assert(alignof(KismetMathLibrary_LinearColor_Black) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Black"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Black) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Black"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Black, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Black::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Blue \ +static_assert(alignof(KismetMathLibrary_LinearColor_Blue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Blue"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Blue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Blue"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Blue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Blue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Desaturated \ +static_assert(alignof(KismetMathLibrary_LinearColor_Desaturated) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Desaturated"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Desaturated) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Desaturated"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Desaturated::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InDesaturation) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Desaturated::InDesaturation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_Desaturated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Distance \ +static_assert(alignof(KismetMathLibrary_LinearColor_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Distance"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Distance) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Distance"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C1) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Distance::C1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C2) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Distance::C2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_LinearColor_Distance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetLuminance \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetLuminance"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetLuminance"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetLuminance::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetLuminance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMax \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetMax) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMax"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetMax) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMax"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMax::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMin \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetMin) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMin"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetMin) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMin"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMin::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Gray \ +static_assert(alignof(KismetMathLibrary_LinearColor_Gray) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Gray"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Gray) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Gray"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Gray, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Gray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Green \ +static_assert(alignof(KismetMathLibrary_LinearColor_Green) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Green"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Green) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Green"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Green, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Green::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_IsNearEqual \ +static_assert(alignof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_IsNearEqual"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000028, "Wrong size on KismetMathLibrary_LinearColor_IsNearEqual"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, A) == 0x000000, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, B) == 0x000010, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, Tolerance) == 0x000020, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Quantize \ +static_assert(alignof(KismetMathLibrary_LinearColor_Quantize) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Quantize"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Quantize) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_Quantize"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Quantize::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Quantize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_QuantizeRound \ +static_assert(alignof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_QuantizeRound"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_QuantizeRound"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Red \ +static_assert(alignof(KismetMathLibrary_LinearColor_Red) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Red"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Red) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Red"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Red, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Red::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Set \ +static_assert(alignof(KismetMathLibrary_LinearColor_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Set"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Set) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_Set"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Set::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Set::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromHSV \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromHSV"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetFromHSV"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, H) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, S) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, V) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromPow22 \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromPow22"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromPow22"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromSRGB \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromSRGB"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromSRGB"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InSRGB) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRandomHue \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRandomHue"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_SetRandomHue"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRandomHue, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRandomHue::InOutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRGBA \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRGBA"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetRGBA"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRGBA::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, R) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetRGBA::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, G) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetRGBA::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, B) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetRGBA::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetRGBA::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetTemperature \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetTemperature"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetTemperature"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InTemperature) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToNewOpacity \ +static_assert(alignof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToNewOpacity"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_ToNewOpacity"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InOpacity) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToRGBE \ +static_assert(alignof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToRGBE"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_ToRGBE"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToRGBE::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToRGBE::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Transparent \ +static_assert(alignof(KismetMathLibrary_LinearColor_Transparent) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Transparent"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Transparent) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Transparent"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Transparent, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Transparent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_White \ +static_assert(alignof(KismetMathLibrary_LinearColor_White) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_White"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_White) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_White"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_White, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_White::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Yellow \ +static_assert(alignof(KismetMathLibrary_LinearColor_Yellow) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Yellow"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Yellow) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Yellow"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Yellow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Yellow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerp \ +static_assert(alignof(KismetMathLibrary_LinearColorLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerp"); \ +static_assert(sizeof(KismetMathLibrary_LinearColorLerp) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerp"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerpUsingHSV \ +static_assert(alignof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerpUsingHSV"); \ +static_assert(sizeof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerpUsingHSV"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection) == 0x000010, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection) == 0x000050, "Wrong size on KismetMathLibrary_LinePlaneIntersection"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, APlane) == 0x000020, "Member 'KismetMathLibrary_LinePlaneIntersection::APlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000044, "Wrong size on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneOrigin) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneNormal) == 0x000024, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Log \ +static_assert(alignof(KismetMathLibrary_Log) == 0x000004, "Wrong alignment on KismetMathLibrary_Log"); \ +static_assert(sizeof(KismetMathLibrary_Log) == 0x00000C, "Wrong size on KismetMathLibrary_Log"); \ +static_assert(offsetof(KismetMathLibrary_Log, A) == 0x000000, "Member 'KismetMathLibrary_Log::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Log, Base) == 0x000004, "Member 'KismetMathLibrary_Log::Base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Log, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Log::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Loge \ +static_assert(alignof(KismetMathLibrary_Loge) == 0x000004, "Wrong alignment on KismetMathLibrary_Loge"); \ +static_assert(sizeof(KismetMathLibrary_Loge) == 0x000008, "Wrong size on KismetMathLibrary_Loge"); \ +static_assert(offsetof(KismetMathLibrary_Loge, A) == 0x000000, "Member 'KismetMathLibrary_Loge::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Loge, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Loge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox \ +static_assert(alignof(KismetMathLibrary_MakeBox) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox) == 0x000034, "Wrong size on KismetMathLibrary_MakeBox"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Max_0) == 0x00000C, "Member 'KismetMathLibrary_MakeBox::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox2D \ +static_assert(alignof(KismetMathLibrary_MakeBox2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox2D"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox2D) == 0x000024, "Wrong size on KismetMathLibrary_MakeBox2D"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox2D::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Max_0) == 0x000008, "Member 'KismetMathLibrary_MakeBox2D::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeBox2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeColor \ +static_assert(alignof(KismetMathLibrary_MakeColor) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeColor"); \ +static_assert(sizeof(KismetMathLibrary_MakeColor) == 0x000020, "Wrong size on KismetMathLibrary_MakeColor"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, R) == 0x000000, "Member 'KismetMathLibrary_MakeColor::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, G) == 0x000004, "Member 'KismetMathLibrary_MakeColor::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, B) == 0x000008, "Member 'KismetMathLibrary_MakeColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, A) == 0x00000C, "Member 'KismetMathLibrary_MakeColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeDateTime \ +static_assert(alignof(KismetMathLibrary_MakeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_MakeDateTime) == 0x000028, "Wrong size on KismetMathLibrary_MakeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Year) == 0x000000, "Member 'KismetMathLibrary_MakeDateTime::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Month) == 0x000004, "Member 'KismetMathLibrary_MakeDateTime::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Day) == 0x000008, "Member 'KismetMathLibrary_MakeDateTime::Day' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Hour) == 0x00000C, "Member 'KismetMathLibrary_MakeDateTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Minute) == 0x000010, "Member 'KismetMathLibrary_MakeDateTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Second) == 0x000014, "Member 'KismetMathLibrary_MakeDateTime::Second' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Millisecond) == 0x000018, "Member 'KismetMathLibrary_MakeDateTime::Millisecond' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeFrameRate \ +static_assert(alignof(KismetMathLibrary_MakeFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeFrameRate"); \ +static_assert(sizeof(KismetMathLibrary_MakeFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_MakeFrameRate"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Numerator) == 0x000000, "Member 'KismetMathLibrary_MakeFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Denominator) == 0x000004, "Member 'KismetMathLibrary_MakeFrameRate::Denominator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakePlaneFromPointAndNormal \ +static_assert(alignof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000010, "Wrong alignment on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ +static_assert(sizeof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000030, "Wrong size on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Point) == 0x000000, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Normal_0) == 0x00000C, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Normal_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakePulsatingValue \ +static_assert(alignof(KismetMathLibrary_MakePulsatingValue) == 0x000004, "Wrong alignment on KismetMathLibrary_MakePulsatingValue"); \ +static_assert(sizeof(KismetMathLibrary_MakePulsatingValue) == 0x000010, "Wrong size on KismetMathLibrary_MakePulsatingValue"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InCurrentTime) == 0x000000, "Member 'KismetMathLibrary_MakePulsatingValue::InCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPulsesPerSecond) == 0x000004, "Member 'KismetMathLibrary_MakePulsatingValue::InPulsesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPhase) == 0x000008, "Member 'KismetMathLibrary_MakePulsatingValue::InPhase' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakePulsatingValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeQualifiedFrameTime \ +static_assert(alignof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeQualifiedFrameTime"); \ +static_assert(sizeof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_MakeQualifiedFrameTime"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, Frame) == 0x000000, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::Frame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, FrameRate) == 0x000004, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, SubFrame) == 0x00000C, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRandomStream \ +static_assert(alignof(KismetMathLibrary_MakeRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_MakeRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_MakeRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStream, InitialSeed) == 0x000000, "Member 'KismetMathLibrary_MakeRandomStream::InitialSeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStream, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MakeRandomStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRelativeTransform \ +static_assert(alignof(KismetMathLibrary_MakeRelativeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeRelativeTransform"); \ +static_assert(sizeof(KismetMathLibrary_MakeRelativeTransform) == 0x000090, "Wrong size on KismetMathLibrary_MakeRelativeTransform"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, A) == 0x000000, "Member 'KismetMathLibrary_MakeRelativeTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, RelativeTo) == 0x000030, "Member 'KismetMathLibrary_MakeRelativeTransform::RelativeTo' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_MakeRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotationFromAxes \ +static_assert(alignof(KismetMathLibrary_MakeRotationFromAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotationFromAxes"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotationFromAxes) == 0x000030, "Wrong size on KismetMathLibrary_MakeRotationFromAxes"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Forward) == 0x000000, "Member 'KismetMathLibrary_MakeRotationFromAxes::Forward' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Right) == 0x00000C, "Member 'KismetMathLibrary_MakeRotationFromAxes::Right' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Up) == 0x000018, "Member 'KismetMathLibrary_MakeRotationFromAxes::Up' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_MakeRotationFromAxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotator \ +static_assert(alignof(KismetMathLibrary_MakeRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotator"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotator) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotator"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, Roll) == 0x000000, "Member 'KismetMathLibrary_MakeRotator::Roll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, Pitch) == 0x000004, "Member 'KismetMathLibrary_MakeRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, Yaw) == 0x000008, "Member 'KismetMathLibrary_MakeRotator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromX) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromX"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromX, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromX, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromXY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromXY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXY"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXY::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromXZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromXZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXZ"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXZ::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromY) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromY"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromY, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromYX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromYX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYX"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYX::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromYZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromYZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYZ"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYZ::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZ) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromZ"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZX"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZX::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZY"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZY::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan \ +static_assert(alignof(KismetMathLibrary_MakeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_MakeTimespan) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Milliseconds) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan::Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan2 \ +static_assert(alignof(KismetMathLibrary_MakeTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan2"); \ +static_assert(sizeof(KismetMathLibrary_MakeTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan2"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan2::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan2::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan2::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan2::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, FractionNano) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan2::FractionNano' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeTransform \ +static_assert(alignof(KismetMathLibrary_MakeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeTransform"); \ +static_assert(sizeof(KismetMathLibrary_MakeTransform) == 0x000060, "Wrong size on KismetMathLibrary_MakeTransform"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Location) == 0x000000, "Member 'KismetMathLibrary_MakeTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Rotation) == 0x00000C, "Member 'KismetMathLibrary_MakeTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Scale) == 0x000018, "Member 'KismetMathLibrary_MakeTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector \ +static_assert(alignof(KismetMathLibrary_MakeVector) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector) == 0x000018, "Wrong size on KismetMathLibrary_MakeVector"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector2D \ +static_assert(alignof(KismetMathLibrary_MakeVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector2D"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector2D) == 0x000010, "Wrong size on KismetMathLibrary_MakeVector2D"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector2D::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector4 \ +static_assert(alignof(KismetMathLibrary_MakeVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeVector4"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector4) == 0x000020, "Wrong size on KismetMathLibrary_MakeVector4"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector4::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, W) == 0x00000C, "Member 'KismetMathLibrary_MakeVector4::W' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeClamped \ +static_assert(alignof(KismetMathLibrary_MapRangeClamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeClamped"); \ +static_assert(sizeof(KismetMathLibrary_MapRangeClamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeClamped"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeClamped::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeClamped::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeClamped::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeClamped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeUnclamped \ +static_assert(alignof(KismetMathLibrary_MapRangeUnclamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeUnclamped"); \ +static_assert(sizeof(KismetMathLibrary_MapRangeUnclamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeUnclamped"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeUnclamped::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeUnclamped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ApplyScale \ +static_assert(alignof(KismetMathLibrary_Matrix_ApplyScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ApplyScale"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ApplyScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ApplyScale"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ApplyScale::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, Scale) == 0x000040, "Member 'KismetMathLibrary_Matrix_ApplyScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ApplyScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ConcatenateTranslation \ +static_assert(alignof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, Translation) == 0x000040, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ContainsNaN \ +static_assert(alignof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ContainsNaN"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ContainsNaN"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ContainsNaN::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ContainsNaN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetColumn \ +static_assert(alignof(KismetMathLibrary_Matrix_GetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetColumn"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetColumn"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetColumn::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetColumn::Column' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetColumn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetDeterminant \ +static_assert(alignof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetDeterminant"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetDeterminant"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetDeterminant::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetDeterminant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumBottomPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumFarPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumLeftPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumNearPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumRightPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumTopPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetInverse \ +static_assert(alignof(KismetMathLibrary_Matrix_GetInverse) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetInverse"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetInverse) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetInverse"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetInverse::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetInverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMatrixWithoutScale \ +static_assert(alignof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMaximumAxisScale \ +static_assert(alignof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetOrigin \ +static_assert(alignof(KismetMathLibrary_Matrix_GetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetOrigin"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetOrigin"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetOrigin::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotator \ +static_assert(alignof(KismetMathLibrary_Matrix_GetRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotator"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetRotator) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotator"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotator::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotDeterminant \ +static_assert(alignof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotDeterminant"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotDeterminant"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxes \ +static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxes"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxes"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxis \ +static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxis"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxis"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaleVector \ +static_assert(alignof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaleVector"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaleVector"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaleVector::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaleVector::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaleVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposeAdjoint \ +static_assert(alignof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposed \ +static_assert(alignof(KismetMathLibrary_Matrix_GetTransposed) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposed"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposed) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposed"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposed::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxes \ +static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxes"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxes"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxis \ +static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxis"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxis"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Identity \ +static_assert(alignof(KismetMathLibrary_Matrix_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Identity"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_Identity) == 0x000040, "Wrong size on KismetMathLibrary_Matrix_Identity"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Matrix_Identity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformPosition \ +static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformPosition"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformPosition"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformVector \ +static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformVector"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformVector"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Mirror \ +static_assert(alignof(KismetMathLibrary_Matrix_Mirror) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Mirror"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_Mirror) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_Mirror"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_Mirror::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, MirrorAxis) == 0x000040, "Member 'KismetMathLibrary_Matrix_Mirror::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, FlipAxis) == 0x000041, "Member 'KismetMathLibrary_Matrix_Mirror::FlipAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_Mirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveScaling \ +static_assert(alignof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveScaling"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_RemoveScaling"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveScaling::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveScaling::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveTranslation \ +static_assert(alignof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveTranslation"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_RemoveTranslation"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ScaleTranslation \ +static_assert(alignof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ScaleTranslation"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ScaleTranslation"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, Scale3D) == 0x000040, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::Scale3D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetAxis \ +static_assert(alignof(KismetMathLibrary_Matrix_SetAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetAxis"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_SetAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetAxis"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetAxis::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, AxisVector) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetAxis::AxisVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetColumn \ +static_assert(alignof(KismetMathLibrary_Matrix_SetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetColumn"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_SetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetColumn"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetColumn::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetColumn::Column' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Value) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetOrigin \ +static_assert(alignof(KismetMathLibrary_Matrix_SetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetOrigin"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_SetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetOrigin"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetOrigin::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, NewOrigin) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetOrigin::NewOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ToQuat \ +static_assert(alignof(KismetMathLibrary_Matrix_ToQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ToQuat"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ToQuat) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ToQuat"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ToQuat::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ToQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformPosition \ +static_assert(alignof(KismetMathLibrary_Matrix_TransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformPosition"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_TransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformPosition"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformPosition::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformPosition::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector \ +static_assert(alignof(KismetMathLibrary_Matrix_TransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector4 \ +static_assert(alignof(KismetMathLibrary_Matrix_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector4"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector4"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector4::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector4::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Max \ +static_assert(alignof(KismetMathLibrary_Max) == 0x000004, "Wrong alignment on KismetMathLibrary_Max"); \ +static_assert(sizeof(KismetMathLibrary_Max) == 0x00000C, "Wrong size on KismetMathLibrary_Max"); \ +static_assert(offsetof(KismetMathLibrary_Max, A) == 0x000000, "Member 'KismetMathLibrary_Max::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Max, B) == 0x000004, "Member 'KismetMathLibrary_Max::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Max, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Max::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxInt64 \ +static_assert(alignof(KismetMathLibrary_MaxInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxInt64"); \ +static_assert(sizeof(KismetMathLibrary_MaxInt64) == 0x000018, "Wrong size on KismetMathLibrary_MaxInt64"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, A) == 0x000000, "Member 'KismetMathLibrary_MaxInt64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, B) == 0x000008, "Member 'KismetMathLibrary_MaxInt64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MaxInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfByteArray \ +static_assert(alignof(KismetMathLibrary_MaxOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfByteArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfByteArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfByteArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfByteArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfFloatArray \ +static_assert(alignof(KismetMathLibrary_MaxOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfFloatArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfFloatArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfFloatArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfFloatArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfIntArray \ +static_assert(alignof(KismetMathLibrary_MaxOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfIntArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfIntArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Min \ +static_assert(alignof(KismetMathLibrary_Min) == 0x000004, "Wrong alignment on KismetMathLibrary_Min"); \ +static_assert(sizeof(KismetMathLibrary_Min) == 0x00000C, "Wrong size on KismetMathLibrary_Min"); \ +static_assert(offsetof(KismetMathLibrary_Min, A) == 0x000000, "Member 'KismetMathLibrary_Min::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Min, B) == 0x000004, "Member 'KismetMathLibrary_Min::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Min, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Min::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinimumAreaRectangle \ +static_assert(alignof(KismetMathLibrary_MinimumAreaRectangle) == 0x000008, "Wrong alignment on KismetMathLibrary_MinimumAreaRectangle"); \ +static_assert(sizeof(KismetMathLibrary_MinimumAreaRectangle) == 0x000048, "Wrong size on KismetMathLibrary_MinimumAreaRectangle"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, WorldContextObject) == 0x000000, "Member 'KismetMathLibrary_MinimumAreaRectangle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, InVerts) == 0x000008, "Member 'KismetMathLibrary_MinimumAreaRectangle::InVerts' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, SampleSurfaceNormal) == 0x000018, "Member 'KismetMathLibrary_MinimumAreaRectangle::SampleSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectCenter) == 0x000024, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectCenter' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectRotation) == 0x000030, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthX) == 0x00003C, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthX' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthY) == 0x000040, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthY' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, bDebugDraw) == 0x000044, "Member 'KismetMathLibrary_MinimumAreaRectangle::bDebugDraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinInt64 \ +static_assert(alignof(KismetMathLibrary_MinInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MinInt64"); \ +static_assert(sizeof(KismetMathLibrary_MinInt64) == 0x000018, "Wrong size on KismetMathLibrary_MinInt64"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, A) == 0x000000, "Member 'KismetMathLibrary_MinInt64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, B) == 0x000008, "Member 'KismetMathLibrary_MinInt64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MinInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfByteArray \ +static_assert(alignof(KismetMathLibrary_MinOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfByteArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfByteArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MinOfByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfByteArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfByteArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfFloatArray \ +static_assert(alignof(KismetMathLibrary_MinOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfFloatArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfFloatArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MinOfFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfFloatArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfFloatArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfIntArray \ +static_assert(alignof(KismetMathLibrary_MinOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MinOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfIntArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfIntArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MirrorVectorByNormal \ +static_assert(alignof(KismetMathLibrary_MirrorVectorByNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(sizeof(KismetMathLibrary_MirrorVectorByNormal) == 0x000024, "Wrong size on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InVect) == 0x000000, "Member 'KismetMathLibrary_MirrorVectorByNormal::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_MirrorVectorByNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MirrorVectorByNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_ByteByte \ +static_assert(alignof(KismetMathLibrary_Multiply_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Multiply_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Multiply_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Multiply_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Multiply_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Multiply_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_IntFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntInt \ +static_assert(alignof(KismetMathLibrary_Multiply_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Multiply_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_LinearColorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000090, "Wrong size on KismetMathLibrary_Multiply_MatrixFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, B) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Multiply_MatrixFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Multiply_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Multiply_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_TimespanFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_TimespanFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_TimespanFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_TimespanFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Multiply_TimespanFloat::Scalar' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_TimespanFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi \ +static_assert(alignof(KismetMathLibrary_MultiplyByPi) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyByPi"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyByPi) == 0x000008, "Wrong size on KismetMathLibrary_MultiplyByPi"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyByPi, Value) == 0x000000, "Member 'KismetMathLibrary_MultiplyByPi::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyByPi, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MultiplyByPi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat \ +static_assert(alignof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Base) == 0x000000, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Exp) == 0x000004, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Exp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ErrorTolerance) == 0x000008, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_TransformTransform \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_NearlyEqual_TransformTransform"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_NearlyEqual_TransformTransform"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, B) == 0x000030, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, LocationTolerance) == 0x000060, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::LocationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, RotationTolerance) == 0x000064, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::RotationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, Scale3DTolerance) == 0x000068, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::Scale3DTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, ReturnValue) == 0x00006C, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Negated2D \ +static_assert(alignof(KismetMathLibrary_Negated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Negated2D"); \ +static_assert(sizeof(KismetMathLibrary_Negated2D) == 0x000010, "Wrong size on KismetMathLibrary_Negated2D"); \ +static_assert(offsetof(KismetMathLibrary_Negated2D, A) == 0x000000, "Member 'KismetMathLibrary_Negated2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Negated2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Negated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator \ +static_assert(alignof(KismetMathLibrary_NegateRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateRotator"); \ +static_assert(sizeof(KismetMathLibrary_NegateRotator) == 0x000018, "Wrong size on KismetMathLibrary_NegateRotator"); \ +static_assert(offsetof(KismetMathLibrary_NegateRotator, A) == 0x000000, "Member 'KismetMathLibrary_NegateRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NegateRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateVector \ +static_assert(alignof(KismetMathLibrary_NegateVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateVector"); \ +static_assert(sizeof(KismetMathLibrary_NegateVector) == 0x000018, "Wrong size on KismetMathLibrary_NegateVector"); \ +static_assert(offsetof(KismetMathLibrary_NegateVector, A) == 0x000000, "Member 'KismetMathLibrary_NegateVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NegateVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal \ +static_assert(alignof(KismetMathLibrary_Normal) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal"); \ +static_assert(sizeof(KismetMathLibrary_Normal) == 0x00001C, "Wrong size on KismetMathLibrary_Normal"); \ +static_assert(offsetof(KismetMathLibrary_Normal, A) == 0x000000, "Member 'KismetMathLibrary_Normal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Normal::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Normal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal2D \ +static_assert(alignof(KismetMathLibrary_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Normal2D) == 0x000010, "Wrong size on KismetMathLibrary_Normal2D"); \ +static_assert(offsetof(KismetMathLibrary_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Normal2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D \ +static_assert(alignof(KismetMathLibrary_Normalize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normalize2D"); \ +static_assert(sizeof(KismetMathLibrary_Normalize2D) == 0x00000C, "Wrong size on KismetMathLibrary_Normalize2D"); \ +static_assert(offsetof(KismetMathLibrary_Normalize2D, A) == 0x000000, "Member 'KismetMathLibrary_Normalize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normalize2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_Normalize2D::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeAxis \ +static_assert(alignof(KismetMathLibrary_NormalizeAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeAxis"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeAxis) == 0x000008, "Wrong size on KismetMathLibrary_NormalizeAxis"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_NormalizeAxis::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_NormalizeAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizedDeltaRotator \ +static_assert(alignof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(sizeof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000024, "Wrong size on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, A) == 0x000000, "Member 'KismetMathLibrary_NormalizedDeltaRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, B) == 0x00000C, "Member 'KismetMathLibrary_NormalizedDeltaRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalizedDeltaRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange \ +static_assert(alignof(KismetMathLibrary_NormalizeToRange) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeToRange"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeToRange) == 0x000010, "Wrong size on KismetMathLibrary_NormalizeToRange"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, Value) == 0x000000, "Member 'KismetMathLibrary_NormalizeToRange::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMin) == 0x000004, "Member 'KismetMathLibrary_NormalizeToRange::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMax) == 0x000008, "Member 'KismetMathLibrary_NormalizeToRange::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalizeToRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D \ +static_assert(alignof(KismetMathLibrary_NormalSafe2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalSafe2D"); \ +static_assert(sizeof(KismetMathLibrary_NormalSafe2D) == 0x000014, "Wrong size on KismetMathLibrary_NormalSafe2D"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, A) == 0x000000, "Member 'KismetMathLibrary_NormalSafe2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_NormalSafe2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalSafe2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int \ +static_assert(alignof(KismetMathLibrary_Not_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Not_Int"); \ +static_assert(sizeof(KismetMathLibrary_Not_Int) == 0x000008, "Wrong size on KismetMathLibrary_Not_Int"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Not_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int64 \ +static_assert(alignof(KismetMathLibrary_Not_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Not_Int64"); \ +static_assert(sizeof(KismetMathLibrary_Not_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Not_Int64"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Not_Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_PreBool \ +static_assert(alignof(KismetMathLibrary_Not_PreBool) == 0x000001, "Wrong alignment on KismetMathLibrary_Not_PreBool"); \ +static_assert(sizeof(KismetMathLibrary_Not_PreBool) == 0x000002, "Wrong size on KismetMathLibrary_Not_PreBool"); \ +static_assert(offsetof(KismetMathLibrary_Not_PreBool, A) == 0x000000, "Member 'KismetMathLibrary_Not_PreBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_PreBool, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Not_PreBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_BoolBool \ +static_assert(alignof(KismetMathLibrary_NotEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_BoolBool"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_BoolBool"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_BoolBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_BoolBool::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_BoolBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_NotEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ClassClass \ +static_assert(alignof(KismetMathLibrary_NotEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ClassClass"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ClassClass"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ClassClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ClassClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ClassClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_NotEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_NotEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_NotEqual_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_NameName \ +static_assert(alignof(KismetMathLibrary_NotEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_NameName"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_NameName) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_NameName"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_NameName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_NameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ObjectObject \ +static_assert(alignof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ObjectObject"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ObjectObject"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ObjectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ObjectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_QuatQuat \ +static_assert(alignof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Now \ +static_assert(alignof(KismetMathLibrary_Now) == 0x000008, "Wrong alignment on KismetMathLibrary_Now"); \ +static_assert(sizeof(KismetMathLibrary_Now) == 0x000008, "Wrong size on KismetMathLibrary_Now"); \ +static_assert(offsetof(KismetMathLibrary_Now, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Now::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Or_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Or_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Or_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Or_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Or_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Or_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Or_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Or_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Or_IntInt \ +static_assert(alignof(KismetMathLibrary_Or_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Or_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Or_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Or_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Or_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Or_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Or_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_ByteByte \ +static_assert(alignof(KismetMathLibrary_Percent_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Percent_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Percent_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Percent_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Percent_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Percent_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Percent_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Percent_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Percent_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Percent_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Percent_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_IntInt \ +static_assert(alignof(KismetMathLibrary_Percent_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Percent_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Percent_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Percent_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_PerlinNoise1D \ +static_assert(alignof(KismetMathLibrary_PerlinNoise1D) == 0x000004, "Wrong alignment on KismetMathLibrary_PerlinNoise1D"); \ +static_assert(sizeof(KismetMathLibrary_PerlinNoise1D) == 0x000008, "Wrong size on KismetMathLibrary_PerlinNoise1D"); \ +static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, Value) == 0x000000, "Member 'KismetMathLibrary_PerlinNoise1D::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_PerlinNoise1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_PointsAreCoplanar \ +static_assert(alignof(KismetMathLibrary_PointsAreCoplanar) == 0x000008, "Wrong alignment on KismetMathLibrary_PointsAreCoplanar"); \ +static_assert(sizeof(KismetMathLibrary_PointsAreCoplanar) == 0x000018, "Wrong size on KismetMathLibrary_PointsAreCoplanar"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Points) == 0x000000, "Member 'KismetMathLibrary_PointsAreCoplanar::Points' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Tolerance) == 0x000010, "Member 'KismetMathLibrary_PointsAreCoplanar::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_PointsAreCoplanar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectPointOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000030, "Wrong size on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, Point) == 0x000000, "Member 'KismetMathLibrary_ProjectPointOnToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneBase) == 0x00000C, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneBase' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneNormal) == 0x000018, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_ProjectPointOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, PlaneNormal) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, Target) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToVector::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_AngularDistance \ +static_assert(alignof(KismetMathLibrary_Quat_AngularDistance) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_AngularDistance"); \ +static_assert(sizeof(KismetMathLibrary_Quat_AngularDistance) == 0x000030, "Wrong size on KismetMathLibrary_Quat_AngularDistance"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, A) == 0x000000, "Member 'KismetMathLibrary_Quat_AngularDistance::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, B) == 0x000010, "Member 'KismetMathLibrary_Quat_AngularDistance::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_AngularDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_EnforceShortestArcWith \ +static_assert(alignof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ +static_assert(sizeof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000020, "Wrong size on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ +static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, A) == 0x000000, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, B) == 0x000010, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Euler \ +static_assert(alignof(KismetMathLibrary_Quat_Euler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Euler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Euler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Euler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Euler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Euler::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Euler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Euler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Exp \ +static_assert(alignof(KismetMathLibrary_Quat_Exp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Exp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Exp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Exp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Exp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Exp::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Exp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAngle \ +static_assert(alignof(KismetMathLibrary_Quat_GetAngle) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAngle"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAngle) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAngle"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAngle::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisX \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisX) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisX"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisX) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisX"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisX::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisY \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisY) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisY"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisY) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisY"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisY::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisZ \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisZ) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisZ"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisZ) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisZ"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisZ::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetRotationAxis \ +static_assert(alignof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetRotationAxis"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetRotationAxis"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetRotationAxis::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetRotationAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Identity \ +static_assert(alignof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Identity"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong size on KismetMathLibrary_Quat_Identity"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Quat_Identity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Inversed \ +static_assert(alignof(KismetMathLibrary_Quat_Inversed) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Inversed"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Inversed) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Inversed"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Inversed, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Inversed::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Inversed, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Inversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsFinite \ +static_assert(alignof(KismetMathLibrary_Quat_IsFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsFinite"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsFinite"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsFinite::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsFinite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsIdentity \ +static_assert(alignof(KismetMathLibrary_Quat_IsIdentity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsIdentity"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsIdentity) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsIdentity"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsIdentity::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_IsIdentity::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Quat_IsIdentity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNonFinite \ +static_assert(alignof(KismetMathLibrary_Quat_IsNonFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNonFinite"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsNonFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNonFinite"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNonFinite::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNonFinite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNormalized \ +static_assert(alignof(KismetMathLibrary_Quat_IsNormalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNormalized"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsNormalized) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNormalized"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNormalized::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Log \ +static_assert(alignof(KismetMathLibrary_Quat_Log) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Log"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Log) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Log"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Log, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Log::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Log, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Log::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_MakeFromEuler \ +static_assert(alignof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_MakeFromEuler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_MakeFromEuler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, Euler) == 0x000000, "Member 'KismetMathLibrary_Quat_MakeFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_MakeFromEuler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalize \ +static_assert(alignof(KismetMathLibrary_Quat_Normalize) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalize"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Normalize) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Normalize"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalize::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalize::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalized \ +static_assert(alignof(KismetMathLibrary_Quat_Normalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalized"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Normalized) == 0x000030, "Wrong size on KismetMathLibrary_Quat_Normalized"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalized::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalized::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_RotateVector \ +static_assert(alignof(KismetMathLibrary_Quat_RotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_RotateVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_RotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_RotateVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_RotateVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_RotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_RotateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Rotator \ +static_assert(alignof(KismetMathLibrary_Quat_Rotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Rotator"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Rotator) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Rotator"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Rotator, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Rotator::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Rotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Rotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetComponents \ +static_assert(alignof(KismetMathLibrary_Quat_SetComponents) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetComponents"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SetComponents) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetComponents"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetComponents::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, X) == 0x000010, "Member 'KismetMathLibrary_Quat_SetComponents::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Y) == 0x000014, "Member 'KismetMathLibrary_Quat_SetComponents::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Z) == 0x000018, "Member 'KismetMathLibrary_Quat_SetComponents::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, W) == 0x00001C, "Member 'KismetMathLibrary_Quat_SetComponents::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetFromEuler \ +static_assert(alignof(KismetMathLibrary_Quat_SetFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetFromEuler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SetFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetFromEuler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetFromEuler::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Euler) == 0x000010, "Member 'KismetMathLibrary_Quat_SetFromEuler::Euler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Size \ +static_assert(alignof(KismetMathLibrary_Quat_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Size"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Size) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Size"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Size, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Size::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Size::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SizeSquared \ +static_assert(alignof(KismetMathLibrary_Quat_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SizeSquared::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_UnrotateVector \ +static_assert(alignof(KismetMathLibrary_Quat_UnrotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_UnrotateVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_UnrotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_UnrotateVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_UnrotateVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_UnrotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_UnrotateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorForward \ +static_assert(alignof(KismetMathLibrary_Quat_VectorForward) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorForward"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorForward) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorForward"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorForward::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorRight \ +static_assert(alignof(KismetMathLibrary_Quat_VectorRight) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorRight"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorRight) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorRight"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorRight::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorUp \ +static_assert(alignof(KismetMathLibrary_Quat_VectorUp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorUp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorUp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorUp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorUp::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees \ +static_assert(alignof(KismetMathLibrary_RadiansToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RadiansToDegrees) == 0x000008, "Wrong size on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_RadiansToDegrees::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RadiansToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBool \ +static_assert(alignof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong alignment on KismetMathLibrary_RandomBool"); \ +static_assert(sizeof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong size on KismetMathLibrary_RandomBool"); \ +static_assert(offsetof(KismetMathLibrary_RandomBool, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolFromStream \ +static_assert(alignof(KismetMathLibrary_RandomBoolFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomBoolFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomBoolFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeight \ +static_assert(alignof(KismetMathLibrary_RandomBoolWithWeight) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeight"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeight) == 0x000008, "Wrong size on KismetMathLibrary_RandomBoolWithWeight"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeight::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeightFromStream \ +static_assert(alignof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, RandomStream) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat \ +static_assert(alignof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloat"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong size on KismetMathLibrary_RandomFloat"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloat, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatFromStream \ +static_assert(alignof(KismetMathLibrary_RandomFloatFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRange \ +static_assert(alignof(KismetMathLibrary_RandomFloatInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRangeFromStream \ +static_assert(alignof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRangeFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomFloatInRangeFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger \ +static_assert(alignof(KismetMathLibrary_RandomInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomInteger"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger) == 0x000008, "Wrong size on KismetMathLibrary_RandomInteger"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64 \ +static_assert(alignof(KismetMathLibrary_RandomInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger64) == 0x000010, "Wrong size on KismetMathLibrary_RandomInteger64"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64InRange \ +static_assert(alignof(KismetMathLibrary_RandomInteger64InRange) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64InRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger64InRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomInteger64InRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64InRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Max) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64InRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomInteger64InRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerFromStream \ +static_assert(alignof(KismetMathLibrary_RandomIntegerFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomIntegerFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Max) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRange \ +static_assert(alignof(KismetMathLibrary_RandomIntegerInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomIntegerInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRangeFromStream \ +static_assert(alignof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000024, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, Origin) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, BoxExtent) == 0x00000C, "Member 'KismetMathLibrary_RandomPointInBoundingBox::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotator \ +static_assert(alignof(KismetMathLibrary_RandomRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomRotator"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotator) == 0x000010, "Wrong size on KismetMathLibrary_RandomRotator"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotator, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotator::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotator, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotatorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomRotatorFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotatorFromStream) == 0x000018, "Wrong size on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotatorFromStream::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomRotatorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomRotatorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVector \ +static_assert(alignof(KismetMathLibrary_RandomUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVector) == 0x00000C, "Wrong size on KismetMathLibrary_RandomUnitVector"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVector, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x00001C, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeHalfAngleInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000024, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeHalfAngleInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, Stream) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x00001C, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeHalfAngleInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000024, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeHalfAngleInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, Stream) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxYawInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxPitchInDegrees) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxYawInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxPitchInDegrees) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, Stream) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxYawInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxPitchInRadians) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxYawInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxPitchInRadians) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, Stream) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_REase \ +static_assert(alignof(KismetMathLibrary_REase) == 0x000004, "Wrong alignment on KismetMathLibrary_REase"); \ +static_assert(sizeof(KismetMathLibrary_REase) == 0x000034, "Wrong size on KismetMathLibrary_REase"); \ +static_assert(offsetof(KismetMathLibrary_REase, A) == 0x000000, "Member 'KismetMathLibrary_REase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, B) == 0x00000C, "Member 'KismetMathLibrary_REase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Alpha) == 0x000018, "Member 'KismetMathLibrary_REase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, bShortestPath) == 0x00001C, "Member 'KismetMathLibrary_REase::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, EasingFunc) == 0x00001D, "Member 'KismetMathLibrary_REase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, BlendExp) == 0x000020, "Member 'KismetMathLibrary_REase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Steps) == 0x000024, "Member 'KismetMathLibrary_REase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_REase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetFloatSpringState \ +static_assert(alignof(KismetMathLibrary_ResetFloatSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetFloatSpringState) == 0x000008, "Wrong size on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetFloatSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetFloatSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetRandomStream \ +static_assert(alignof(KismetMathLibrary_ResetRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_ResetRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_ResetRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_ResetRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_ResetRandomStream::Stream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetVectorSpringState \ +static_assert(alignof(KismetMathLibrary_ResetVectorSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetVectorSpringState) == 0x000018, "Wrong size on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetVectorSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetVectorSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBLinearToHSV \ +static_assert(alignof(KismetMathLibrary_RGBLinearToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBLinearToHSV"); \ +static_assert(sizeof(KismetMathLibrary_RGBLinearToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBLinearToHSV"); \ +static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBLinearToHSV::RGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RGBLinearToHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV \ +static_assert(alignof(KismetMathLibrary_RGBToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV"); \ +static_assert(sizeof(KismetMathLibrary_RGBToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, InColor) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, H) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, S) == 0x000014, "Member 'KismetMathLibrary_RGBToHSV::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, V) == 0x000018, "Member 'KismetMathLibrary_RGBToHSV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, A) == 0x00001C, "Member 'KismetMathLibrary_RGBToHSV::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV_Vector \ +static_assert(alignof(KismetMathLibrary_RGBToHSV_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV_Vector"); \ +static_assert(sizeof(KismetMathLibrary_RGBToHSV_Vector) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV_Vector"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV_Vector::RGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, HSV) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV_Vector::HSV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo \ +static_assert(alignof(KismetMathLibrary_RInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_RInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo) == 0x00002C, "Wrong size on KismetMathLibrary_RInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, Target) == 0x00000C, "Member 'KismetMathLibrary_RInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_RInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_RInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_RInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo_Constant) == 0x00002C, "Wrong size on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Target) == 0x00000C, "Member 'KismetMathLibrary_RInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_RInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_RInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RLerp \ +static_assert(alignof(KismetMathLibrary_RLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_RLerp"); \ +static_assert(sizeof(KismetMathLibrary_RLerp) == 0x00002C, "Wrong size on KismetMathLibrary_RLerp"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, A) == 0x000000, "Member 'KismetMathLibrary_RLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, B) == 0x00000C, "Member 'KismetMathLibrary_RLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, Alpha) == 0x000018, "Member 'KismetMathLibrary_RLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, bShortestPath) == 0x00001C, "Member 'KismetMathLibrary_RLerp::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotateAngleAxis \ +static_assert(alignof(KismetMathLibrary_RotateAngleAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(sizeof(KismetMathLibrary_RotateAngleAxis) == 0x000028, "Wrong size on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, InVect) == 0x000000, "Member 'KismetMathLibrary_RotateAngleAxis::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, AngleDeg) == 0x00000C, "Member 'KismetMathLibrary_RotateAngleAxis::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, Axis) == 0x000010, "Member 'KismetMathLibrary_RotateAngleAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RotateAngleAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotatorFromAxisAndAngle \ +static_assert(alignof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(sizeof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x00001C, "Wrong size on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Axis) == 0x000000, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Angle) == 0x00000C, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Round \ +static_assert(alignof(KismetMathLibrary_Round) == 0x000004, "Wrong alignment on KismetMathLibrary_Round"); \ +static_assert(sizeof(KismetMathLibrary_Round) == 0x000008, "Wrong size on KismetMathLibrary_Round"); \ +static_assert(offsetof(KismetMathLibrary_Round, A) == 0x000000, "Member 'KismetMathLibrary_Round::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Round, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Round::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Round64 \ +static_assert(alignof(KismetMathLibrary_Round64) == 0x000008, "Wrong alignment on KismetMathLibrary_Round64"); \ +static_assert(sizeof(KismetMathLibrary_Round64) == 0x000010, "Wrong size on KismetMathLibrary_Round64"); \ +static_assert(offsetof(KismetMathLibrary_Round64, A) == 0x000000, "Member 'KismetMathLibrary_Round64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Round64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Round64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SafeDivide \ +static_assert(alignof(KismetMathLibrary_SafeDivide) == 0x000004, "Wrong alignment on KismetMathLibrary_SafeDivide"); \ +static_assert(sizeof(KismetMathLibrary_SafeDivide) == 0x00000C, "Wrong size on KismetMathLibrary_SafeDivide"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, A) == 0x000000, "Member 'KismetMathLibrary_SafeDivide::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, B) == 0x000004, "Member 'KismetMathLibrary_SafeDivide::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SafeDivide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SeedRandomStream \ +static_assert(alignof(KismetMathLibrary_SeedRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_SeedRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_SeedRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_SeedRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_SeedRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_SeedRandomStream::Stream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectClass \ +static_assert(alignof(KismetMathLibrary_SelectClass) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectClass"); \ +static_assert(sizeof(KismetMathLibrary_SelectClass) == 0x000020, "Wrong size on KismetMathLibrary_SelectClass"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, A) == 0x000000, "Member 'KismetMathLibrary_SelectClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, B) == 0x000008, "Member 'KismetMathLibrary_SelectClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectClass::bSelectA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectColor \ +static_assert(alignof(KismetMathLibrary_SelectColor) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectColor"); \ +static_assert(sizeof(KismetMathLibrary_SelectColor) == 0x000034, "Wrong size on KismetMathLibrary_SelectColor"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, A) == 0x000000, "Member 'KismetMathLibrary_SelectColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, B) == 0x000010, "Member 'KismetMathLibrary_SelectColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectColor::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_SelectColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectFloat \ +static_assert(alignof(KismetMathLibrary_SelectFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectFloat"); \ +static_assert(sizeof(KismetMathLibrary_SelectFloat) == 0x000010, "Wrong size on KismetMathLibrary_SelectFloat"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, A) == 0x000000, "Member 'KismetMathLibrary_SelectFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, B) == 0x000004, "Member 'KismetMathLibrary_SelectFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectFloat::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectInt \ +static_assert(alignof(KismetMathLibrary_SelectInt) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectInt"); \ +static_assert(sizeof(KismetMathLibrary_SelectInt) == 0x000010, "Wrong size on KismetMathLibrary_SelectInt"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, A) == 0x000000, "Member 'KismetMathLibrary_SelectInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, B) == 0x000004, "Member 'KismetMathLibrary_SelectInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectInt::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectObject \ +static_assert(alignof(KismetMathLibrary_SelectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectObject"); \ +static_assert(sizeof(KismetMathLibrary_SelectObject) == 0x000020, "Wrong size on KismetMathLibrary_SelectObject"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, A) == 0x000000, "Member 'KismetMathLibrary_SelectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, B) == 0x000008, "Member 'KismetMathLibrary_SelectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectObject::bSelectA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectRotator \ +static_assert(alignof(KismetMathLibrary_SelectRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectRotator"); \ +static_assert(sizeof(KismetMathLibrary_SelectRotator) == 0x000028, "Wrong size on KismetMathLibrary_SelectRotator"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, A) == 0x000000, "Member 'KismetMathLibrary_SelectRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, B) == 0x00000C, "Member 'KismetMathLibrary_SelectRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, bPickA) == 0x000018, "Member 'KismetMathLibrary_SelectRotator::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_SelectRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectString \ +static_assert(alignof(KismetMathLibrary_SelectString) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectString"); \ +static_assert(sizeof(KismetMathLibrary_SelectString) == 0x000038, "Wrong size on KismetMathLibrary_SelectString"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, A) == 0x000000, "Member 'KismetMathLibrary_SelectString::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, B) == 0x000010, "Member 'KismetMathLibrary_SelectString::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectString::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_SelectString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectTransform \ +static_assert(alignof(KismetMathLibrary_SelectTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_SelectTransform"); \ +static_assert(sizeof(KismetMathLibrary_SelectTransform) == 0x0000A0, "Wrong size on KismetMathLibrary_SelectTransform"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, A) == 0x000000, "Member 'KismetMathLibrary_SelectTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, B) == 0x000030, "Member 'KismetMathLibrary_SelectTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, bPickA) == 0x000060, "Member 'KismetMathLibrary_SelectTransform::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_SelectTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectVector \ +static_assert(alignof(KismetMathLibrary_SelectVector) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectVector"); \ +static_assert(sizeof(KismetMathLibrary_SelectVector) == 0x000028, "Wrong size on KismetMathLibrary_SelectVector"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, A) == 0x000000, "Member 'KismetMathLibrary_SelectVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, B) == 0x00000C, "Member 'KismetMathLibrary_SelectVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, bPickA) == 0x000018, "Member 'KismetMathLibrary_SelectVector::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_SelectVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Set2D \ +static_assert(alignof(KismetMathLibrary_Set2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Set2D"); \ +static_assert(sizeof(KismetMathLibrary_Set2D) == 0x000010, "Wrong size on KismetMathLibrary_Set2D"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, A) == 0x000000, "Member 'KismetMathLibrary_Set2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, X) == 0x000008, "Member 'KismetMathLibrary_Set2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, Y) == 0x00000C, "Member 'KismetMathLibrary_Set2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetRandomStreamSeed \ +static_assert(alignof(KismetMathLibrary_SetRandomStreamSeed) == 0x000004, "Wrong alignment on KismetMathLibrary_SetRandomStreamSeed"); \ +static_assert(sizeof(KismetMathLibrary_SetRandomStreamSeed) == 0x00000C, "Wrong size on KismetMathLibrary_SetRandomStreamSeed"); \ +static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, Stream) == 0x000000, "Member 'KismetMathLibrary_SetRandomStreamSeed::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, NewSeed) == 0x000008, "Member 'KismetMathLibrary_SetRandomStreamSeed::NewSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfFloat \ +static_assert(alignof(KismetMathLibrary_SignOfFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfFloat"); \ +static_assert(sizeof(KismetMathLibrary_SignOfFloat) == 0x000008, "Wrong size on KismetMathLibrary_SignOfFloat"); \ +static_assert(offsetof(KismetMathLibrary_SignOfFloat, A) == 0x000000, "Member 'KismetMathLibrary_SignOfFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger \ +static_assert(alignof(KismetMathLibrary_SignOfInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfInteger"); \ +static_assert(sizeof(KismetMathLibrary_SignOfInteger) == 0x000008, "Wrong size on KismetMathLibrary_SignOfInteger"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger64 \ +static_assert(alignof(KismetMathLibrary_SignOfInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_SignOfInteger64"); \ +static_assert(sizeof(KismetMathLibrary_SignOfInteger64) == 0x000010, "Wrong size on KismetMathLibrary_SignOfInteger64"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger64, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SignOfInteger64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Sin \ +static_assert(alignof(KismetMathLibrary_Sin) == 0x000004, "Wrong alignment on KismetMathLibrary_Sin"); \ +static_assert(sizeof(KismetMathLibrary_Sin) == 0x000008, "Wrong size on KismetMathLibrary_Sin"); \ +static_assert(offsetof(KismetMathLibrary_Sin, A) == 0x000000, "Member 'KismetMathLibrary_Sin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Sin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Sin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Spherical2DToUnitCartesian \ +static_assert(alignof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000004, "Wrong alignment on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(sizeof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000014, "Wrong size on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, A) == 0x000000, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Sqrt \ +static_assert(alignof(KismetMathLibrary_Sqrt) == 0x000004, "Wrong alignment on KismetMathLibrary_Sqrt"); \ +static_assert(sizeof(KismetMathLibrary_Sqrt) == 0x000008, "Wrong size on KismetMathLibrary_Sqrt"); \ +static_assert(offsetof(KismetMathLibrary_Sqrt, A) == 0x000000, "Member 'KismetMathLibrary_Sqrt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Sqrt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Sqrt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Square \ +static_assert(alignof(KismetMathLibrary_Square) == 0x000004, "Wrong alignment on KismetMathLibrary_Square"); \ +static_assert(sizeof(KismetMathLibrary_Square) == 0x000008, "Wrong size on KismetMathLibrary_Square"); \ +static_assert(offsetof(KismetMathLibrary_Square, A) == 0x000000, "Member 'KismetMathLibrary_Square::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Square, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Square::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_ByteByte \ +static_assert(alignof(KismetMathLibrary_Subtract_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Subtract_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Subtract_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Subtract_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Subtract_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeTimespan \ +static_assert(alignof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Subtract_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntInt \ +static_assert(alignof(KismetMathLibrary_Subtract_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Subtract_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Subtract_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorInt \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorVector \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Tan \ +static_assert(alignof(KismetMathLibrary_Tan) == 0x000004, "Wrong alignment on KismetMathLibrary_Tan"); \ +static_assert(sizeof(KismetMathLibrary_Tan) == 0x000008, "Wrong size on KismetMathLibrary_Tan"); \ +static_assert(offsetof(KismetMathLibrary_Tan, A) == 0x000000, "Member 'KismetMathLibrary_Tan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Tan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Tan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TEase \ +static_assert(alignof(KismetMathLibrary_TEase) == 0x000010, "Wrong alignment on KismetMathLibrary_TEase"); \ +static_assert(sizeof(KismetMathLibrary_TEase) == 0x0000A0, "Wrong size on KismetMathLibrary_TEase"); \ +static_assert(offsetof(KismetMathLibrary_TEase, A) == 0x000000, "Member 'KismetMathLibrary_TEase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, B) == 0x000030, "Member 'KismetMathLibrary_TEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Alpha) == 0x000060, "Member 'KismetMathLibrary_TEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, EasingFunc) == 0x000064, "Member 'KismetMathLibrary_TEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, BlendExp) == 0x000068, "Member 'KismetMathLibrary_TEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Steps) == 0x00006C, "Member 'KismetMathLibrary_TEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanFromString \ +static_assert(alignof(KismetMathLibrary_TimespanFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanFromString"); \ +static_assert(sizeof(KismetMathLibrary_TimespanFromString) == 0x000020, "Wrong size on KismetMathLibrary_TimespanFromString"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, TimespanString) == 0x000000, "Member 'KismetMathLibrary_TimespanFromString::TimespanString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, Result) == 0x000010, "Member 'KismetMathLibrary_TimespanFromString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_TimespanFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMaxValue \ +static_assert(alignof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMaxValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMaxValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMinValue \ +static_assert(alignof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMinValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMinValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanRatio \ +static_assert(alignof(KismetMathLibrary_TimespanRatio) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanRatio"); \ +static_assert(sizeof(KismetMathLibrary_TimespanRatio) == 0x000018, "Wrong size on KismetMathLibrary_TimespanRatio"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, A) == 0x000000, "Member 'KismetMathLibrary_TimespanRatio::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, B) == 0x000008, "Member 'KismetMathLibrary_TimespanRatio::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_TimespanRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanZeroValue \ +static_assert(alignof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanZeroValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanZeroValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanZeroValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanZeroValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TInterpTo \ +static_assert(alignof(KismetMathLibrary_TInterpTo) == 0x000010, "Wrong alignment on KismetMathLibrary_TInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_TInterpTo) == 0x0000A0, "Wrong size on KismetMathLibrary_TInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_TInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, Target) == 0x000030, "Member 'KismetMathLibrary_TInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, DeltaTime) == 0x000060, "Member 'KismetMathLibrary_TInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, InterpSpeed) == 0x000064, "Member 'KismetMathLibrary_TInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TLerp \ +static_assert(alignof(KismetMathLibrary_TLerp) == 0x000010, "Wrong alignment on KismetMathLibrary_TLerp"); \ +static_assert(sizeof(KismetMathLibrary_TLerp) == 0x0000A0, "Wrong size on KismetMathLibrary_TLerp"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, A) == 0x000000, "Member 'KismetMathLibrary_TLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, B) == 0x000030, "Member 'KismetMathLibrary_TLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, Alpha) == 0x000060, "Member 'KismetMathLibrary_TLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, InterpMode) == 0x000064, "Member 'KismetMathLibrary_TLerp::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Today \ +static_assert(alignof(KismetMathLibrary_Today) == 0x000008, "Wrong alignment on KismetMathLibrary_Today"); \ +static_assert(sizeof(KismetMathLibrary_Today) == 0x000008, "Wrong size on KismetMathLibrary_Today"); \ +static_assert(offsetof(KismetMathLibrary_Today, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Today::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToDirectionAndLength2D \ +static_assert(alignof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(sizeof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000014, "Wrong size on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, A) == 0x000000, "Member 'KismetMathLibrary_ToDirectionAndLength2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutDir) == 0x000008, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutLength) == 0x000010, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToRounded2D \ +static_assert(alignof(KismetMathLibrary_ToRounded2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToRounded2D"); \ +static_assert(sizeof(KismetMathLibrary_ToRounded2D) == 0x000010, "Wrong size on KismetMathLibrary_ToRounded2D"); \ +static_assert(offsetof(KismetMathLibrary_ToRounded2D, A) == 0x000000, "Member 'KismetMathLibrary_ToRounded2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToRounded2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToRounded2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToSign2D \ +static_assert(alignof(KismetMathLibrary_ToSign2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToSign2D"); \ +static_assert(sizeof(KismetMathLibrary_ToSign2D) == 0x000010, "Wrong size on KismetMathLibrary_ToSign2D"); \ +static_assert(offsetof(KismetMathLibrary_ToSign2D, A) == 0x000000, "Member 'KismetMathLibrary_ToSign2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToSign2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToSign2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Transform_Determinant \ +static_assert(alignof(KismetMathLibrary_Transform_Determinant) == 0x000010, "Wrong alignment on KismetMathLibrary_Transform_Determinant"); \ +static_assert(sizeof(KismetMathLibrary_Transform_Determinant) == 0x000040, "Wrong size on KismetMathLibrary_Transform_Determinant"); \ +static_assert(offsetof(KismetMathLibrary_Transform_Determinant, Transform) == 0x000000, "Member 'KismetMathLibrary_Transform_Determinant::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Transform_Determinant, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Transform_Determinant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformDirection \ +static_assert(alignof(KismetMathLibrary_TransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformDirection"); \ +static_assert(sizeof(KismetMathLibrary_TransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_TransformDirection"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_TransformDirection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_TransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformLocation \ +static_assert(alignof(KismetMathLibrary_TransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformLocation"); \ +static_assert(sizeof(KismetMathLibrary_TransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_TransformLocation"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_TransformLocation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_TransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformRotation \ +static_assert(alignof(KismetMathLibrary_TransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformRotation"); \ +static_assert(sizeof(KismetMathLibrary_TransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_TransformRotation"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_TransformRotation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_TransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformVector4 \ +static_assert(alignof(KismetMathLibrary_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformVector4"); \ +static_assert(sizeof(KismetMathLibrary_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_TransformVector4"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, Matrix) == 0x000000, "Member 'KismetMathLibrary_TransformVector4::Matrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, Vec4) == 0x000040, "Member 'KismetMathLibrary_TransformVector4::Vec4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_TransformVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_UtcNow \ +static_assert(alignof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong alignment on KismetMathLibrary_UtcNow"); \ +static_assert(sizeof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong size on KismetMathLibrary_UtcNow"); \ +static_assert(offsetof(KismetMathLibrary_UtcNow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_UtcNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VEase \ +static_assert(alignof(KismetMathLibrary_VEase) == 0x000004, "Wrong alignment on KismetMathLibrary_VEase"); \ +static_assert(sizeof(KismetMathLibrary_VEase) == 0x000034, "Wrong size on KismetMathLibrary_VEase"); \ +static_assert(offsetof(KismetMathLibrary_VEase, A) == 0x000000, "Member 'KismetMathLibrary_VEase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, B) == 0x00000C, "Member 'KismetMathLibrary_VEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Alpha) == 0x000018, "Member 'KismetMathLibrary_VEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, EasingFunc) == 0x00001C, "Member 'KismetMathLibrary_VEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, BlendExp) == 0x000020, "Member 'KismetMathLibrary_VEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Steps) == 0x000024, "Member 'KismetMathLibrary_VEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_VEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_One \ +static_assert(alignof(KismetMathLibrary_Vector2D_One) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_One) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_One"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Unit45Deg \ +static_assert(alignof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_Unit45Deg, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Unit45Deg::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Zero \ +static_assert(alignof(KismetMathLibrary_Vector2D_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Zero) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo) == 0x000020, "Wrong size on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Target) == 0x000008, "Member 'KismetMathLibrary_Vector2DInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, InterpSpeed) == 0x000014, "Member 'KismetMathLibrary_Vector2DInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector2DInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000020, "Wrong size on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Target) == 0x000008, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, InterpSpeed) == 0x000014, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Assign \ +static_assert(alignof(KismetMathLibrary_Vector4_Assign) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Assign) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Assign"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Assign::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Assign, InVector) == 0x000010, "Member 'KismetMathLibrary_Vector4_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_CrossProduct3 \ +static_assert(alignof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_CrossProduct3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_CrossProduct3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_CrossProduct3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_CrossProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_CrossProduct3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct \ +static_assert(alignof(KismetMathLibrary_Vector4_DotProduct) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_DotProduct"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_DotProduct::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct3 \ +static_assert(alignof(KismetMathLibrary_Vector4_DotProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_DotProduct3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_DotProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNAN \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNAN) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNAN"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNAN) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNAN"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNAN::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNAN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNearlyZero3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNearlyZero3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNearlyZero3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNormal3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNormal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNormal3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNormal3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNormal3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNormal3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNormal3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsUnit3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsUnit3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsUnit3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsUnit3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsUnit3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsUnit3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, SquaredLenthTolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsUnit3::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector4_IsUnit3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsZero \ +static_assert(alignof(KismetMathLibrary_Vector4_IsZero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsZero) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_MirrorByVector3 \ +static_assert(alignof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_MirrorByVector3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_MirrorByVector3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, Direction) == 0x000000, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, SurfaceNormal) == 0x000010, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Negated \ +static_assert(alignof(KismetMathLibrary_Vector4_Negated) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Negated"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Negated) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Negated"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Negated, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Negated::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Negated, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Negated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normal3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Normal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normal3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Normal3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_Normal3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normal3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_Normal3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_Normal3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normalize3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Normalize3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normalize3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Normalize3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Normalize3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normalize3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_Normalize3::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_NormalUnsafe3 \ +static_assert(alignof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_NormalUnsafe3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_NormalUnsafe3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Set \ +static_assert(alignof(KismetMathLibrary_Vector4_Set) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Set"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Set) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Set"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Set::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, X) == 0x000010, "Member 'KismetMathLibrary_Vector4_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Y) == 0x000014, "Member 'KismetMathLibrary_Vector4_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Z) == 0x000018, "Member 'KismetMathLibrary_Vector4_Set::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, W) == 0x00001C, "Member 'KismetMathLibrary_Vector4_Set::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size \ +static_assert(alignof(KismetMathLibrary_Vector4_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Size) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Size"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Size::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Size3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Size3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Size3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Size3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared \ +static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_SizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared3 \ +static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_SizeSquared3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_SizeSquared3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Zero \ +static_assert(alignof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong size on KismetMathLibrary_Vector4_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector4_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_AddBounded \ +static_assert(alignof(KismetMathLibrary_Vector_AddBounded) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(sizeof(KismetMathLibrary_Vector_AddBounded) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, A) == 0x000000, "Member 'KismetMathLibrary_Vector_AddBounded::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InAddVect) == 0x00000C, "Member 'KismetMathLibrary_Vector_AddBounded::InAddVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InRadius) == 0x000018, "Member 'KismetMathLibrary_Vector_AddBounded::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Assign \ +static_assert(alignof(KismetMathLibrary_Vector_Assign) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Assign) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Assign"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Assign::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Assign, InVector) == 0x00000C, "Member 'KismetMathLibrary_Vector_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Backward \ +static_assert(alignof(KismetMathLibrary_Vector_Backward) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Backward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Backward) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Backward"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Backward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Backward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToBox \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToBox) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToBox) == 0x000030, "Wrong size on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToBox::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMin) == 0x00000C, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMax) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_Vector_BoundedToBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToCube \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToCube) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToCube) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToCube::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InRadius) == 0x00000C, "Member 'KismetMathLibrary_Vector_BoundedToCube::InRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_BoundedToCube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSize2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSize2D) == 0x000020, "Wrong size on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Min) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSize2D::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Max) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSize2D::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector_ClampSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_ClampSizeMax"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSizeMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, Max) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSizeMax::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSizeMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_ClampSizeMax2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, Max) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMax \ +static_assert(alignof(KismetMathLibrary_Vector_ComponentMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ComponentMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ComponentMax) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ComponentMax"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ComponentMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_ComponentMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMin \ +static_assert(alignof(KismetMathLibrary_Vector_ComponentMin) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ComponentMin"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ComponentMin) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ComponentMin"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ComponentMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_ComponentMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_CosineAngle2D \ +static_assert(alignof(KismetMathLibrary_Vector_CosineAngle2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_CosineAngle2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_CosineAngle2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_CosineAngle2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_CosineAngle2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_CosineAngle2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_CosineAngle2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance \ +static_assert(alignof(KismetMathLibrary_Vector_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2D \ +static_assert(alignof(KismetMathLibrary_Vector_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance2D::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2DSquared \ +static_assert(alignof(KismetMathLibrary_Vector_Distance2DSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance2DSquared) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance2DSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance2DSquared::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance2DSquared::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_DistanceSquared \ +static_assert(alignof(KismetMathLibrary_Vector_DistanceSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_DistanceSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector_DistanceSquared) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_DistanceSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_DistanceSquared::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_DistanceSquared::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_DistanceSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Down \ +static_assert(alignof(KismetMathLibrary_Vector_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Down"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Down) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Down"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Down::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Forward \ +static_assert(alignof(KismetMathLibrary_Vector_Forward) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Forward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Forward) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Forward"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Forward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Forward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbs \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbs) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbs"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbs) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetAbs"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbs, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbs::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbs, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMax \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbsMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMax) == 0x000010, "Wrong size on KismetMathLibrary_Vector_GetAbsMax"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbsMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMax, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbsMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMin \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbsMin) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMin"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMin) == 0x000010, "Wrong size on KismetMathLibrary_Vector_GetAbsMin"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMin, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbsMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMin, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbsMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetProjection \ +static_assert(alignof(KismetMathLibrary_Vector_GetProjection) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetProjection"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetProjection) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetProjection"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetProjection, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetProjection::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetProjection, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetSignVector \ +static_assert(alignof(KismetMathLibrary_Vector_GetSignVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetSignVector"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetSignVector) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetSignVector"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetSignVector, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetSignVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetSignVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetSignVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_HeadingAngle \ +static_assert(alignof(KismetMathLibrary_Vector_HeadingAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_HeadingAngle"); \ +static_assert(sizeof(KismetMathLibrary_Vector_HeadingAngle) == 0x000010, "Wrong size on KismetMathLibrary_Vector_HeadingAngle"); \ +static_assert(offsetof(KismetMathLibrary_Vector_HeadingAngle, A) == 0x000000, "Member 'KismetMathLibrary_Vector_HeadingAngle::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_HeadingAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_HeadingAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNAN \ +static_assert(alignof(KismetMathLibrary_Vector_IsNAN) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNAN"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNAN) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsNAN"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNAN::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNAN, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNAN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNearlyZero \ +static_assert(alignof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNearlyZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsNearlyZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNearlyZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsNearlyZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNormal \ +static_assert(alignof(KismetMathLibrary_Vector_IsNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNormal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNormal) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsNormal"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNormal, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNormal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNormal, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUniform \ +static_assert(alignof(KismetMathLibrary_Vector_IsUniform) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsUniform"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsUniform) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsUniform"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsUniform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsUniform::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsUniform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUnit \ +static_assert(alignof(KismetMathLibrary_Vector_IsUnit) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsUnit"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsUnit) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsUnit"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsUnit::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, SquaredLenthTolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsUnit::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsUnit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsZero \ +static_assert(alignof(KismetMathLibrary_Vector_IsZero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsZero) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsZero, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Left \ +static_assert(alignof(KismetMathLibrary_Vector_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Left"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Left) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Left"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_MirrorByPlane \ +static_assert(alignof(KismetMathLibrary_Vector_MirrorByPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector_MirrorByPlane"); \ +static_assert(sizeof(KismetMathLibrary_Vector_MirrorByPlane) == 0x000030, "Wrong size on KismetMathLibrary_Vector_MirrorByPlane"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, A) == 0x000000, "Member 'KismetMathLibrary_Vector_MirrorByPlane::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, InPlane) == 0x000010, "Member 'KismetMathLibrary_Vector_MirrorByPlane::InPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_MirrorByPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normal2D \ +static_assert(alignof(KismetMathLibrary_Vector_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Normal2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Normal2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Normal2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_Normal2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normalize \ +static_assert(alignof(KismetMathLibrary_Vector_Normalize) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Normalize"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Normalize) == 0x000010, "Wrong size on KismetMathLibrary_Vector_Normalize"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normalize, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Normalize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normalize, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_Normalize::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_NormalUnsafe \ +static_assert(alignof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_NormalUnsafe"); \ +static_assert(sizeof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000018, "Wrong size on KismetMathLibrary_Vector_NormalUnsafe"); \ +static_assert(offsetof(KismetMathLibrary_Vector_NormalUnsafe, A) == 0x000000, "Member 'KismetMathLibrary_Vector_NormalUnsafe::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_NormalUnsafe, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_NormalUnsafe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_One \ +static_assert(alignof(KismetMathLibrary_Vector_One) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector_One) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_One"); \ +static_assert(offsetof(KismetMathLibrary_Vector_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ProjectOnToNormal \ +static_assert(alignof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ProjectOnToNormal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ProjectOnToNormal"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, V) == 0x000000, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Reciprocal \ +static_assert(alignof(KismetMathLibrary_Vector_Reciprocal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Reciprocal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Reciprocal) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Reciprocal"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Reciprocal, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Reciprocal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Reciprocal, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_Reciprocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Right \ +static_assert(alignof(KismetMathLibrary_Vector_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Right"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Right) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Right"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Set \ +static_assert(alignof(KismetMathLibrary_Vector_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Set"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Set) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Set"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Set::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, X) == 0x00000C, "Member 'KismetMathLibrary_Vector_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, Y) == 0x000010, "Member 'KismetMathLibrary_Vector_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, Z) == 0x000014, "Member 'KismetMathLibrary_Vector_Set::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SnappedToGrid \ +static_assert(alignof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SnappedToGrid) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InGridSize) == 0x00000C, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InGridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_SnappedToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToDegrees \ +static_assert(alignof(KismetMathLibrary_Vector_ToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToDegrees) == 0x000018, "Wrong size on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToDegrees::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_ToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToRadians \ +static_assert(alignof(KismetMathLibrary_Vector_ToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToRadians) == 0x000018, "Wrong size on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToRadians::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_ToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnitCartesianToSpherical \ +static_assert(alignof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000014, "Wrong size on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnwindEuler \ +static_assert(alignof(KismetMathLibrary_Vector_UnwindEuler) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnwindEuler) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnwindEuler, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnwindEuler::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Up \ +static_assert(alignof(KismetMathLibrary_Vector_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Up"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Up) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Up"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Up::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Zero \ +static_assert(alignof(KismetMathLibrary_Vector_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Zero) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VectorSpringInterp \ +static_assert(alignof(KismetMathLibrary_VectorSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_VectorSpringInterp) == 0x00004C, "Wrong size on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_VectorSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Target) == 0x00000C, "Member 'KismetMathLibrary_VectorSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, SpringState) == 0x000018, "Member 'KismetMathLibrary_VectorSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Stiffness) == 0x000030, "Member 'KismetMathLibrary_VectorSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, CriticalDampingFactor) == 0x000034, "Member 'KismetMathLibrary_VectorSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, DeltaTime) == 0x000038, "Member 'KismetMathLibrary_VectorSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Mass) == 0x00003C, "Member 'KismetMathLibrary_VectorSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_VectorSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo \ +static_assert(alignof(KismetMathLibrary_VInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_VInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo) == 0x00002C, "Wrong size on KismetMathLibrary_VInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, Target) == 0x00000C, "Member 'KismetMathLibrary_VInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_VInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_VInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_VInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_VInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo_Constant) == 0x00002C, "Wrong size on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Target) == 0x00000C, "Member 'KismetMathLibrary_VInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_VInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_VInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_VInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VLerp \ +static_assert(alignof(KismetMathLibrary_VLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_VLerp"); \ +static_assert(sizeof(KismetMathLibrary_VLerp) == 0x000028, "Wrong size on KismetMathLibrary_VLerp"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, A) == 0x000000, "Member 'KismetMathLibrary_VLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, B) == 0x00000C, "Member 'KismetMathLibrary_VLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, Alpha) == 0x000018, "Member 'KismetMathLibrary_VLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_VLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize \ +static_assert(alignof(KismetMathLibrary_VSize) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize"); \ +static_assert(sizeof(KismetMathLibrary_VSize) == 0x000010, "Wrong size on KismetMathLibrary_VSize"); \ +static_assert(offsetof(KismetMathLibrary_VSize, A) == 0x000000, "Member 'KismetMathLibrary_VSize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2D \ +static_assert(alignof(KismetMathLibrary_VSize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize2D"); \ +static_assert(sizeof(KismetMathLibrary_VSize2D) == 0x00000C, "Wrong size on KismetMathLibrary_VSize2D"); \ +static_assert(offsetof(KismetMathLibrary_VSize2D, A) == 0x000000, "Member 'KismetMathLibrary_VSize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_VSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2DSquared \ +static_assert(alignof(KismetMathLibrary_VSize2DSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSize2DSquared) == 0x00000C, "Wrong size on KismetMathLibrary_VSize2DSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSize2DSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSize2DSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize2DSquared, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_VSize2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeSquared \ +static_assert(alignof(KismetMathLibrary_VSizeSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeSquared) == 0x000010, "Wrong size on KismetMathLibrary_VSizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeSquared, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXY \ +static_assert(alignof(KismetMathLibrary_VSizeXY) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeXY"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXY) == 0x000010, "Wrong size on KismetMathLibrary_VSizeXY"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXY, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXY::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXYSquared \ +static_assert(alignof(KismetMathLibrary_VSizeXYSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXYSquared) == 0x000010, "Wrong size on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXYSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeXYSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_Float \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_Float"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000010, "Wrong size on KismetMathLibrary_WeightedMovingAverage_Float"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, Weight) == 0x000008, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FRotator \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000028, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, Weight) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000028, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, Weight) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Wrap \ +static_assert(alignof(KismetMathLibrary_Wrap) == 0x000004, "Wrong alignment on KismetMathLibrary_Wrap"); \ +static_assert(sizeof(KismetMathLibrary_Wrap) == 0x000010, "Wrong size on KismetMathLibrary_Wrap"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Value) == 0x000000, "Member 'KismetMathLibrary_Wrap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Min) == 0x000004, "Member 'KismetMathLibrary_Wrap::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Max) == 0x000008, "Member 'KismetMathLibrary_Wrap::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Wrap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Xor_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Xor_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Xor_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Xor_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Xor_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Xor_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Xor_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Xor_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Xor_IntInt \ +static_assert(alignof(KismetMathLibrary_Xor_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Xor_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Xor_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Xor_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Xor_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Xor_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Xor_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetMathLibrary \ +static_assert(alignof(UKismetMathLibrary) == 0x000008, "Wrong alignment on UKismetMathLibrary"); \ +static_assert(sizeof(UKismetMathLibrary) == 0x000028, "Wrong size on UKismetMathLibrary"); \ + +#define DUMPER7_ASSERTS_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_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_ULevelActorContainer \ +static_assert(alignof(ULevelActorContainer) == 0x000008, "Wrong alignment on ULevelActorContainer"); \ +static_assert(sizeof(ULevelActorContainer) == 0x000038, "Wrong size on ULevelActorContainer"); \ +static_assert(offsetof(ULevelActorContainer, Actors) == 0x000028, "Member 'ULevelActorContainer::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_RemoteEvent \ +static_assert(alignof(LevelScriptActor_RemoteEvent) == 0x000004, "Wrong alignment on LevelScriptActor_RemoteEvent"); \ +static_assert(sizeof(LevelScriptActor_RemoteEvent) == 0x00000C, "Wrong size on LevelScriptActor_RemoteEvent"); \ +static_assert(offsetof(LevelScriptActor_RemoteEvent, EventName) == 0x000000, "Member 'LevelScriptActor_RemoteEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_RemoteEvent, ReturnValue) == 0x000008, "Member 'LevelScriptActor_RemoteEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_SetCinematicMode \ +static_assert(alignof(LevelScriptActor_SetCinematicMode) == 0x000001, "Wrong alignment on LevelScriptActor_SetCinematicMode"); \ +static_assert(sizeof(LevelScriptActor_SetCinematicMode) == 0x000005, "Wrong size on LevelScriptActor_SetCinematicMode"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bCinematicMode) == 0x000000, "Member 'LevelScriptActor_SetCinematicMode::bCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bHidePlayer) == 0x000001, "Member 'LevelScriptActor_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bAffectsHUD) == 0x000002, "Member 'LevelScriptActor_SetCinematicMode::bAffectsHUD' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bAffectsMovement) == 0x000003, "Member 'LevelScriptActor_SetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bAffectsTurning) == 0x000004, "Member 'LevelScriptActor_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_WorldOriginLocationChanged \ +static_assert(alignof(LevelScriptActor_WorldOriginLocationChanged) == 0x000004, "Wrong alignment on LevelScriptActor_WorldOriginLocationChanged"); \ +static_assert(sizeof(LevelScriptActor_WorldOriginLocationChanged) == 0x000018, "Wrong size on LevelScriptActor_WorldOriginLocationChanged"); \ +static_assert(offsetof(LevelScriptActor_WorldOriginLocationChanged, OldOriginLocation) == 0x000000, "Member 'LevelScriptActor_WorldOriginLocationChanged::OldOriginLocation' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_WorldOriginLocationChanged, NewOriginLocation) == 0x00000C, "Member 'LevelScriptActor_WorldOriginLocationChanged::NewOriginLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelScriptActor \ +static_assert(alignof(ALevelScriptActor) == 0x000008, "Wrong alignment on ALevelScriptActor"); \ +static_assert(sizeof(ALevelScriptActor) == 0x000230, "Wrong size on ALevelScriptActor"); \ + +#define DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstance \ +static_assert(alignof(LevelStreamingDynamic_LoadLevelInstance) == 0x000008, "Wrong alignment on LevelStreamingDynamic_LoadLevelInstance"); \ +static_assert(sizeof(LevelStreamingDynamic_LoadLevelInstance) == 0x000050, "Wrong size on LevelStreamingDynamic_LoadLevelInstance"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, WorldContextObject) == 0x000000, "Member 'LevelStreamingDynamic_LoadLevelInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, LevelName) == 0x000008, "Member 'LevelStreamingDynamic_LoadLevelInstance::LevelName' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, Location) == 0x000018, "Member 'LevelStreamingDynamic_LoadLevelInstance::Location' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, Rotation) == 0x000024, "Member 'LevelStreamingDynamic_LoadLevelInstance::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, bOutSuccess) == 0x000030, "Member 'LevelStreamingDynamic_LoadLevelInstance::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, OptionalLevelNameOverride) == 0x000038, "Member 'LevelStreamingDynamic_LoadLevelInstance::OptionalLevelNameOverride' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, ReturnValue) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr \ +static_assert(alignof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr) == 0x000008, "Wrong alignment on LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr"); \ +static_assert(sizeof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr) == 0x000068, "Wrong size on LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Level) == 0x000008, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Location) == 0x000030, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Location' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Rotation) == 0x00003C, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, bOutSuccess) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, OptionalLevelNameOverride) == 0x000050, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::OptionalLevelNameOverride' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, ReturnValue) == 0x000060, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingDynamic \ +static_assert(alignof(ULevelStreamingDynamic) == 0x000010, "Wrong alignment on ULevelStreamingDynamic"); \ +static_assert(sizeof(ULevelStreamingDynamic) == 0x000150, "Wrong size on ULevelStreamingDynamic"); \ + +#define DUMPER7_ASSERTS_ALevelStreamingVolume \ +static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ +static_assert(sizeof(ALevelStreamingVolume) == 0x000278, "Wrong size on ALevelStreamingVolume"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x000260, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x000274, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapTexture2D \ +static_assert(alignof(ULightMapTexture2D) == 0x000010, "Wrong alignment on ULightMapTexture2D"); \ +static_assert(sizeof(ULightMapTexture2D) == 0x0001B0, "Wrong size on ULightMapTexture2D"); \ + +#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_ALightmassCharacterIndirectDetailVolume \ +static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ +static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x000260, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ + +#define DUMPER7_ASSERTS_ALightmassImportanceVolume \ +static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ +static_assert(sizeof(ALightmassImportanceVolume) == 0x000260, "Wrong size on ALightmassImportanceVolume"); \ + +#define DUMPER7_ASSERTS_ALightmassPortal \ +static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ +static_assert(sizeof(ALightmassPortal) == 0x000230, "Wrong size on ALightmassPortal"); \ +static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000228, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmassPortalComponent \ +static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ +static_assert(sizeof(ULightmassPortalComponent) == 0x000200, "Wrong size on ULightmassPortalComponent"); \ +static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x0001F8, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmassPrimitiveSettingsObject \ +static_assert(alignof(ULightmassPrimitiveSettingsObject) == 0x000008, "Wrong alignment on ULightmassPrimitiveSettingsObject"); \ +static_assert(sizeof(ULightmassPrimitiveSettingsObject) == 0x000040, "Wrong size on ULightmassPrimitiveSettingsObject"); \ +static_assert(offsetof(ULightmassPrimitiveSettingsObject, LightmassSettings) == 0x000028, "Member 'ULightmassPrimitiveSettingsObject::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineBatchComponent \ +static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ +static_assert(sizeof(ULineBatchComponent) == 0x000490, "Wrong size on ULineBatchComponent"); \ + +#define DUMPER7_ASSERTS_ULocalPlayer \ +static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ +static_assert(sizeof(ULocalPlayer) == 0x000258, "Wrong size on ULocalPlayer"); \ +static_assert(offsetof(ULocalPlayer, ViewportClient) == 0x000070, "Member 'ULocalPlayer::ViewportClient' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, AspectRatioAxisConstraint) == 0x000094, "Member 'ULocalPlayer::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, PendingLevelPlayerControllerClass) == 0x000098, "Member 'ULocalPlayer::PendingLevelPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, ControllerId) == 0x0000B8, "Member 'ULocalPlayer::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalPlayerSubsystem \ +static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ +static_assert(sizeof(ULocalPlayerSubsystem) == 0x000030, "Wrong size on ULocalPlayerSubsystem"); \ + +#define DUMPER7_ASSERTS_ALODActor \ +static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ +static_assert(sizeof(ALODActor) == 0x0002B0, "Wrong size on ALODActor"); \ +static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000228, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000230, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Proxy) == 0x000280, "Member 'ALODActor::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Key) == 0x000288, "Member 'ALODActor::Key' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODDrawDistance) == 0x000290, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODLevel) == 0x000294, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, SubActors) == 0x000298, "Member 'ALODActor::SubActors' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x0002A8, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LODSyncComponent_GetLODSyncDebugText \ +static_assert(alignof(LODSyncComponent_GetLODSyncDebugText) == 0x000008, "Wrong alignment on LODSyncComponent_GetLODSyncDebugText"); \ +static_assert(sizeof(LODSyncComponent_GetLODSyncDebugText) == 0x000010, "Wrong size on LODSyncComponent_GetLODSyncDebugText"); \ +static_assert(offsetof(LODSyncComponent_GetLODSyncDebugText, ReturnValue) == 0x000000, "Member 'LODSyncComponent_GetLODSyncDebugText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULODSyncComponent \ +static_assert(alignof(ULODSyncComponent) == 0x000008, "Wrong alignment on ULODSyncComponent"); \ +static_assert(sizeof(ULODSyncComponent) == 0x000140, "Wrong size on ULODSyncComponent"); \ +static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000B0, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000B4, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000B8, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000C8, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000118, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x00011C, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000120, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000130, "Member 'ULODSyncComponent::SubComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILODSyncInterface \ +static_assert(alignof(ILODSyncInterface) == 0x000001, "Wrong alignment on ILODSyncInterface"); \ +static_assert(sizeof(ILODSyncInterface) == 0x000001, "Wrong size on ILODSyncInterface"); \ + +#define DUMPER7_ASSERTS_UMaterial \ +static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ +static_assert(sizeof(UMaterial) == 0x000440, "Wrong size on UMaterial"); \ +static_assert(offsetof(UMaterial, PhysMaterial) == 0x000088, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x000090, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x000098, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Metallic) == 0x0000D8, "Member 'UMaterial::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Specular) == 0x0000EC, "Member 'UMaterial::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Anisotropy) == 0x000100, "Member 'UMaterial::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Normal) == 0x000114, "Member 'UMaterial::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Tangent) == 0x000128, "Member 'UMaterial::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, EmissiveColor) == 0x00013C, "Member 'UMaterial::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDomain) == 0x000150, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendMode) == 0x000151, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DecalBlendMode) == 0x000152, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x000153, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModel) == 0x000154, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModels) == 0x000156, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x000158, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, WorldPositionOffset) == 0x00015C, "Member 'UMaterial::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Refraction) == 0x000170, "Member 'UMaterial::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialAttributes) == 0x000184, "Member 'UMaterial::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PixelDepthOffset) == 0x00019C, "Member 'UMaterial::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModelFromMaterialExpression) == 0x0001B0, "Member 'UMaterial::ShadingModelFromMaterialExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x0001C5, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x0001C8, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x0001CC, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x0001D0, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x0001D4, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x0001D8, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x0001DC, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x0001E0, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x0001E4, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x0001F4, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, D3D11TessellationMode) == 0x000209, "Member 'UMaterial::D3D11TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingRate) == 0x00020B, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendableLocation) == 0x00020E, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilCompare) == 0x000210, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilRefValue) == 0x000211, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMode) == 0x000212, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendablePriority) == 0x000214, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x00021C, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x000220, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StateId) == 0x000224, "Member 'UMaterial::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaxDisplacement) == 0x000234, "Member 'UMaterial::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, CachedExpressionData) == 0x000268, "Member 'UMaterial::CachedExpressionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionAntialiasedTextureMask \ +static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x000088, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000080, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x000084, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosineFast \ +static_assert(alignof(UMaterialExpressionArccosineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArccosineFast"); \ +static_assert(sizeof(UMaterialExpressionArccosineFast) == 0x000058, "Wrong size on UMaterialExpressionArccosineFast"); \ +static_assert(offsetof(UMaterialExpressionArccosineFast, Input) == 0x000040, "Member 'UMaterialExpressionArccosineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ +static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ +static_assert(sizeof(UMaterialExpressionArcsine) == 0x000058, "Wrong size on UMaterialExpressionArcsine"); \ +static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x000040, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UMaterialExpressionBlendMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x000088, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x000040, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, B) == 0x000058, "Member 'UMaterialExpressionBlendMaterialAttributes::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, Alpha) == 0x000070, "Member 'UMaterialExpressionBlendMaterialAttributes::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x000084, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x000085, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x000058, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionChannelMaskParameter \ +static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000078, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000070, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClamp \ +static_assert(alignof(UMaterialExpressionClamp) == 0x000008, "Wrong alignment on UMaterialExpressionClamp"); \ +static_assert(sizeof(UMaterialExpressionClamp) == 0x000088, "Wrong size on UMaterialExpressionClamp"); \ +static_assert(offsetof(UMaterialExpressionClamp, Input) == 0x000040, "Member 'UMaterialExpressionClamp::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Min) == 0x000054, "Member 'UMaterialExpressionClamp::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Max) == 0x000068, "Member 'UMaterialExpressionClamp::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, ClampMode) == 0x00007C, "Member 'UMaterialExpressionClamp::ClampMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MinDefault) == 0x000080, "Member 'UMaterialExpressionClamp::MinDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MaxDefault) == 0x000084, "Member 'UMaterialExpressionClamp::MaxDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000058, "Wrong size on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionClearCoatNormalCustomOutput, Input) == 0x000040, "Member 'UMaterialExpressionClearCoatNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionComponentMask \ +static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ +static_assert(sizeof(UMaterialExpressionComponentMask) == 0x000058, "Wrong size on UMaterialExpressionComponentMask"); \ +static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x000040, "Member 'UMaterialExpressionComponentMask::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant \ +static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ +static_assert(sizeof(UMaterialExpressionConstant) == 0x000048, "Wrong size on UMaterialExpressionConstant"); \ +static_assert(offsetof(UMaterialExpressionConstant, R) == 0x000040, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ +static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant3Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant3Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ +static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ +static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x000060, "Wrong size on UMaterialExpressionConstantBiasScale"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x000040, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x000054, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x000058, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_PointLight_SetLightFalloffExponent \ +static_assert(alignof(PointLight_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLight_SetLightFalloffExponent"); \ +static_assert(sizeof(PointLight_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLight_SetLightFalloffExponent"); \ +static_assert(offsetof(PointLight_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLight_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLight_SetRadius \ +static_assert(alignof(PointLight_SetRadius) == 0x000004, "Wrong alignment on PointLight_SetRadius"); \ +static_assert(sizeof(PointLight_SetRadius) == 0x000004, "Wrong size on PointLight_SetRadius"); \ +static_assert(offsetof(PointLight_SetRadius, NewRadius) == 0x000000, "Member 'PointLight_SetRadius::NewRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APointLight \ +static_assert(alignof(APointLight) == 0x000008, "Wrong alignment on APointLight"); \ +static_assert(sizeof(APointLight) == 0x000240, "Wrong size on APointLight"); \ +static_assert(offsetof(APointLight, PointLightComponent) == 0x000238, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UMaterialExpressionEyeAdaptation \ +static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x000040, "Wrong size on UMaterialExpressionEyeAdaptation"); \ + +#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_APrecomputedVisibilityVolume \ +static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ +static_assert(sizeof(APrecomputedVisibilityVolume) == 0x000260, "Wrong size on APrecomputedVisibilityVolume"); \ + +#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_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_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_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_ARectLight \ +static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ +static_assert(sizeof(ARectLight) == 0x000240, "Wrong size on ARectLight"); \ +static_assert(offsetof(ARectLight, RectLightComponent) == 0x000238, "Member 'ARectLight::RectLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x000068, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x000058, "Member 'UMaterialExpressionGetMaterialAttributes::AttributeGetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairAttributes \ +static_assert(alignof(UMaterialExpressionHairAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionHairAttributes"); \ +static_assert(sizeof(UMaterialExpressionHairAttributes) == 0x000048, "Wrong size on UMaterialExpressionHairAttributes"); \ + +#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_UMaterialExpressionLightmapUVs \ +static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ +static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x000040, "Wrong size on UMaterialExpressionLightmapUVs"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ +static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ +static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000068, "Wrong size on UMaterialExpressionLightmassReplace"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x000054, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightVector \ +static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ +static_assert(sizeof(UMaterialExpressionLightVector) == 0x000040, "Wrong size on UMaterialExpressionLightVector"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionLogarithm2 \ +static_assert(alignof(UMaterialExpressionLogarithm2) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm2"); \ +static_assert(sizeof(UMaterialExpressionLogarithm2) == 0x000058, "Wrong size on UMaterialExpressionLogarithm2"); \ +static_assert(offsetof(UMaterialExpressionLogarithm2, X) == 0x000040, "Member 'UMaterialExpressionLogarithm2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ +static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x000270, "Wrong size on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, BaseColor) == 0x000040, "Member 'UMaterialExpressionMakeMaterialAttributes::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Metallic) == 0x000054, "Member 'UMaterialExpressionMakeMaterialAttributes::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Specular) == 0x000068, "Member 'UMaterialExpressionMakeMaterialAttributes::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Roughness) == 0x00007C, "Member 'UMaterialExpressionMakeMaterialAttributes::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Anisotropy) == 0x000090, "Member 'UMaterialExpressionMakeMaterialAttributes::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, EmissiveColor) == 0x0000A4, "Member 'UMaterialExpressionMakeMaterialAttributes::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity) == 0x0000B8, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, OpacityMask) == 0x0000CC, "Member 'UMaterialExpressionMakeMaterialAttributes::OpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Normal) == 0x0000E0, "Member 'UMaterialExpressionMakeMaterialAttributes::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Tangent) == 0x0000F4, "Member 'UMaterialExpressionMakeMaterialAttributes::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldPositionOffset) == 0x000108, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldDisplacement) == 0x00011C, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, TessellationMultiplier) == 0x000130, "Member 'UMaterialExpressionMakeMaterialAttributes::TessellationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, SubsurfaceColor) == 0x000144, "Member 'UMaterialExpressionMakeMaterialAttributes::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoat) == 0x000158, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoatRoughness) == 0x00016C, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, AmbientOcclusion) == 0x000180, "Member 'UMaterialExpressionMakeMaterialAttributes::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Refraction) == 0x000194, "Member 'UMaterialExpressionMakeMaterialAttributes::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, CustomizedUVs) == 0x0001A8, "Member 'UMaterialExpressionMakeMaterialAttributes::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, PixelDepthOffset) == 0x000248, "Member 'UMaterialExpressionMakeMaterialAttributes::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ShadingModel) == 0x00025C, "Member 'UMaterialExpressionMakeMaterialAttributes::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers \ +static_assert(alignof(UMaterialExpressionMaterialAttributeLayers) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(sizeof(UMaterialExpressionMaterialAttributeLayers) == 0x0000E8, "Wrong size on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, ParameterName) == 0x000040, "Member 'UMaterialExpressionMaterialAttributeLayers::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, ExpressionGUID) == 0x000048, "Member 'UMaterialExpressionMaterialAttributeLayers::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, Input) == 0x000058, "Member 'UMaterialExpressionMaterialAttributeLayers::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, DefaultLayers) == 0x000070, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x0000B0, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x0000C0, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x0000C8, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x0000D8, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x0000DC, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialFunctionCall \ +static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x000058, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x000040, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x000048, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ +static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ +static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000088, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMax \ +static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ +static_assert(sizeof(UMaterialExpressionMax) == 0x000070, "Wrong size on UMaterialExpressionMax"); \ +static_assert(offsetof(UMaterialExpressionMax, A) == 0x000040, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, B) == 0x000054, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000068, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x00006C, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMin \ +static_assert(alignof(UMaterialExpressionMin) == 0x000008, "Wrong alignment on UMaterialExpressionMin"); \ +static_assert(sizeof(UMaterialExpressionMin) == 0x000070, "Wrong size on UMaterialExpressionMin"); \ +static_assert(offsetof(UMaterialExpressionMin, A) == 0x000040, "Member 'UMaterialExpressionMin::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, B) == 0x000054, "Member 'UMaterialExpressionMin::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstA) == 0x000068, "Member 'UMaterialExpressionMin::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstB) == 0x00006C, "Member 'UMaterialExpressionMin::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMultiply \ +static_assert(alignof(UMaterialExpressionMultiply) == 0x000008, "Wrong alignment on UMaterialExpressionMultiply"); \ +static_assert(sizeof(UMaterialExpressionMultiply) == 0x000070, "Wrong size on UMaterialExpressionMultiply"); \ +static_assert(offsetof(UMaterialExpressionMultiply, A) == 0x000040, "Member 'UMaterialExpressionMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, B) == 0x000054, "Member 'UMaterialExpressionMultiply::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstA) == 0x000068, "Member 'UMaterialExpressionMultiply::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstB) == 0x00006C, "Member 'UMaterialExpressionMultiply::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration \ +static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000070, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x000040, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x000054, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x00005C, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNoise \ +static_assert(alignof(UMaterialExpressionNoise) == 0x000008, "Wrong alignment on UMaterialExpressionNoise"); \ +static_assert(sizeof(UMaterialExpressionNoise) == 0x000090, "Wrong size on UMaterialExpressionNoise"); \ +static_assert(offsetof(UMaterialExpressionNoise, Position) == 0x000040, "Member 'UMaterialExpressionNoise::Position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, FilterWidth) == 0x000054, "Member 'UMaterialExpressionNoise::FilterWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Scale) == 0x000068, "Member 'UMaterialExpressionNoise::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Quality) == 0x00006C, "Member 'UMaterialExpressionNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, NoiseFunction) == 0x000070, "Member 'UMaterialExpressionNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Levels) == 0x000078, "Member 'UMaterialExpressionNoise::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMin) == 0x00007C, "Member 'UMaterialExpressionNoise::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMax) == 0x000080, "Member 'UMaterialExpressionNoise::OutputMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, LevelScale) == 0x000084, "Member 'UMaterialExpressionNoise::LevelScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, RepeatSize) == 0x00008C, "Member 'UMaterialExpressionNoise::RepeatSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNormalize \ +static_assert(alignof(UMaterialExpressionNormalize) == 0x000008, "Wrong alignment on UMaterialExpressionNormalize"); \ +static_assert(sizeof(UMaterialExpressionNormalize) == 0x000058, "Wrong size on UMaterialExpressionNormalize"); \ +static_assert(offsetof(UMaterialExpressionNormalize, VectorInput) == 0x000040, "Member 'UMaterialExpressionNormalize::VectorInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectBounds \ +static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x000040, "Wrong size on UMaterialExpressionObjectBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectOrientation \ +static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ +static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x000040, "Wrong size on UMaterialExpressionObjectOrientation"); \ + +#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_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_UMaterialExpressionParticleDirection \ +static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ +static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x000040, "Wrong size on UMaterialExpressionParticleDirection"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ +static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ +static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x000040, "Wrong size on UMaterialExpressionParticleMacroUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade \ +static_assert(alignof(UMaterialExpressionParticleMotionBlurFade) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMotionBlurFade"); \ +static_assert(sizeof(UMaterialExpressionParticleMotionBlurFade) == 0x000040, "Wrong size on UMaterialExpressionParticleMotionBlurFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRadius \ +static_assert(alignof(UMaterialExpressionParticleRadius) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRadius"); \ +static_assert(sizeof(UMaterialExpressionParticleRadius) == 0x000040, "Wrong size on UMaterialExpressionParticleRadius"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRelativeTime \ +static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ +static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x000040, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ +static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ +static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x000040, "Wrong size on UMaterialExpressionParticleSpeed"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUV \ +static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x000068, "Wrong size on UMaterialExpressionParticleSubUV"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionParticleSubUVProperties \ +static_assert(alignof(UMaterialExpressionParticleSubUVProperties) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUVProperties"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUVProperties) == 0x000040, "Wrong size on UMaterialExpressionParticleSubUVProperties"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData) == 0x000060, "Wrong size on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DefaultValue) == 0x000040, "Member 'UMaterialExpressionPerInstanceCustomData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, ConstDefaultValue) == 0x000054, "Member 'UMaterialExpressionPerInstanceCustomData::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DataIndex) == 0x000058, "Member 'UMaterialExpressionPerInstanceCustomData::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount \ +static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionPixelDepth \ +static_assert(alignof(UMaterialExpressionPixelDepth) == 0x000008, "Wrong alignment on UMaterialExpressionPixelDepth"); \ +static_assert(sizeof(UMaterialExpressionPixelDepth) == 0x000040, "Wrong size on UMaterialExpressionPixelDepth"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ +static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ +static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x000040, "Wrong size on UMaterialExpressionPixelNormalWS"); \ + +#define DUMPER7_ASSERTS_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_URuntimeVirtualTextureStreamingProxy \ +static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000010, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ +static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x0001A0, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ +static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ +static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedPosition \ +static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionRayTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionRayTracingQualitySwitch) == 0x000068, "Wrong size on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, Normal) == 0x000040, "Member 'UMaterialExpressionRayTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, RayTraced) == 0x000054, "Member 'UMaterialExpressionRayTracingQualitySwitch::RayTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch \ +static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000068, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x000040, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x000054, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ASpectatorPawn \ +static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ +static_assert(sizeof(ASpectatorPawn) == 0x0002B0, "Wrong size on ASpectatorPawn"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReroute \ +static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ +static_assert(sizeof(UMaterialExpressionReroute) == 0x000058, "Wrong size on UMaterialExpressionReroute"); \ +static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x000040, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotateAboutAxis \ +static_assert(alignof(UMaterialExpressionRotateAboutAxis) == 0x000008, "Wrong alignment on UMaterialExpressionRotateAboutAxis"); \ +static_assert(sizeof(UMaterialExpressionRotateAboutAxis) == 0x000098, "Wrong size on UMaterialExpressionRotateAboutAxis"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, NormalizedRotationAxis) == 0x000040, "Member 'UMaterialExpressionRotateAboutAxis::NormalizedRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, RotationAngle) == 0x000054, "Member 'UMaterialExpressionRotateAboutAxis::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, PivotPoint) == 0x000068, "Member 'UMaterialExpressionRotateAboutAxis::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Position) == 0x00007C, "Member 'UMaterialExpressionRotateAboutAxis::Position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Period) == 0x000090, "Member 'UMaterialExpressionRotateAboutAxis::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotator \ +static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ +static_assert(sizeof(UMaterialExpressionRotator) == 0x000078, "Wrong size on UMaterialExpressionRotator"); \ +static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x000040, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x000054, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000068, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x00006C, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000070, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x000074, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRound \ +static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ +static_assert(sizeof(UMaterialExpressionRound) == 0x000058, "Wrong size on UMaterialExpressionRound"); \ +static_assert(offsetof(UMaterialExpressionRound, Input) == 0x000040, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x0000D0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Normal) == 0x00007C, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x0000A4, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, mask) == 0x0000B8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000068, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000090, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x000080, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x000088, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x000089, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x00008A, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x00008B, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x00008C, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x000098, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0000A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsScalarField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsScalarField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsScalarField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsIntegerField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSaturate \ +static_assert(alignof(UMaterialExpressionSaturate) == 0x000008, "Wrong alignment on UMaterialExpressionSaturate"); \ +static_assert(sizeof(UMaterialExpressionSaturate) == 0x000058, "Wrong size on UMaterialExpressionSaturate"); \ +static_assert(offsetof(UMaterialExpressionSaturate, Input) == 0x000040, "Member 'UMaterialExpressionSaturate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ +static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ +static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000078, "Wrong size on UMaterialExpressionSceneColor"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x000044, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x000058, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x00006C, "Member 'UMaterialExpressionSceneColor::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ +static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ +static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000078, "Wrong size on UMaterialExpressionSceneDepth"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x000058, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x00006C, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepthWithoutWater \ +static_assert(alignof(UMaterialExpressionSceneDepthWithoutWater) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(sizeof(UMaterialExpressionSceneDepthWithoutWater) == 0x000068, "Wrong size on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepthWithoutWater::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepthWithoutWater::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, ConstInput) == 0x000058, "Member 'UMaterialExpressionSceneDepthWithoutWater::ConstInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, FallbackDepth) == 0x000060, "Member 'UMaterialExpressionSceneDepthWithoutWater::FallbackDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize \ +static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ +static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x000040, "Wrong size on UMaterialExpressionSceneTexelSize"); \ + +#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_UMaterialExpressionSceneTexture \ +static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ +static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x000058, "Wrong size on UMaterialExpressionSceneTexture"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x000040, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x000054, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x000055, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ +static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ +static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x000040, "Wrong size on UMaterialExpressionScreenPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x000060, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x000040, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x000050, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UVisualLoggerAutomationTests \ +static_assert(alignof(UVisualLoggerAutomationTests) == 0x000008, "Wrong alignment on UVisualLoggerAutomationTests"); \ +static_assert(sizeof(UVisualLoggerAutomationTests) == 0x000028, "Wrong size on UVisualLoggerAutomationTests"); \ + +#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_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_ISlateTextureAtlasInterface \ +static_assert(alignof(ISlateTextureAtlasInterface) == 0x000001, "Wrong alignment on ISlateTextureAtlasInterface"); \ +static_assert(sizeof(ISlateTextureAtlasInterface) == 0x000001, "Wrong size on ISlateTextureAtlasInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSine \ +static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ +static_assert(sizeof(UMaterialExpressionSine) == 0x000058, "Wrong size on UMaterialExpressionSine"); \ +static_assert(offsetof(UMaterialExpressionSine, Input) == 0x000040, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSine, Period) == 0x000054, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ +static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000090, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x000040, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x000054, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000068, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x00007C, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkinningVertexOffsets \ +static_assert(alignof(UMaterialExpressionSkinningVertexOffsets) == 0x000008, "Wrong alignment on UMaterialExpressionSkinningVertexOffsets"); \ +static_assert(sizeof(UMaterialExpressionSkinningVertexOffsets) == 0x000040, "Wrong size on UMaterialExpressionSkinningVertexOffsets"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightDirection::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineMetadata \ +static_assert(alignof(USplineMetadata) == 0x000008, "Wrong alignment on USplineMetadata"); \ +static_assert(sizeof(USplineMetadata) == 0x000028, "Wrong size on USplineMetadata"); \ + +#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_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ + +#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_UMaterialExpressionSkyAtmosphereViewLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSmoothStep \ +static_assert(alignof(UMaterialExpressionSmoothStep) == 0x000008, "Wrong alignment on UMaterialExpressionSmoothStep"); \ +static_assert(sizeof(UMaterialExpressionSmoothStep) == 0x000088, "Wrong size on UMaterialExpressionSmoothStep"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Min) == 0x000040, "Member 'UMaterialExpressionSmoothStep::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Max) == 0x000054, "Member 'UMaterialExpressionSmoothStep::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Value) == 0x000068, "Member 'UMaterialExpressionSmoothStep::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMin) == 0x00007C, "Member 'UMaterialExpressionSmoothStep::ConstMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMax) == 0x000080, "Member 'UMaterialExpressionSmoothStep::ConstMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstValue) == 0x000084, "Member 'UMaterialExpressionSmoothStep::ConstValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UStereoLayerShapeQuad \ +static_assert(alignof(UStereoLayerShapeQuad) == 0x000008, "Wrong alignment on UStereoLayerShapeQuad"); \ +static_assert(sizeof(UStereoLayerShapeQuad) == 0x000028, "Wrong size on UStereoLayerShapeQuad"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphereMask \ +static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ +static_assert(sizeof(UMaterialExpressionSphereMask) == 0x000098, "Wrong size on UMaterialExpressionSphereMask"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x000040, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, B) == 0x000054, "Member 'UMaterialExpressionSphereMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000068, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x00007C, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x000090, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x000094, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphericalParticleOpacity \ +static_assert(alignof(UMaterialExpressionSphericalParticleOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(sizeof(UMaterialExpressionSphericalParticleOpacity) == 0x000058, "Wrong size on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, Density) == 0x000040, "Member 'UMaterialExpressionSphericalParticleOpacity::Density' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, ConstantDensity) == 0x000054, "Member 'UMaterialExpressionSphericalParticleOpacity::ConstantDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ +static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ +static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x000058, "Wrong size on UMaterialExpressionSquareRoot"); \ +static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x000040, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ +static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ +static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000048, "Wrong size on UMaterialExpressionStaticBool"); \ + +#define DUMPER7_ASSERTS_ATriggerBox \ +static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ +static_assert(sizeof(ATriggerBox) == 0x000230, "Wrong size on ATriggerBox"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ +static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter \ +static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ +static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ + +#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_UMaterialExpressionStep \ +static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ +static_assert(sizeof(UMaterialExpressionStep) == 0x000070, "Wrong size on UMaterialExpressionStep"); \ +static_assert(offsetof(UMaterialExpressionStep, Y) == 0x000040, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, X) == 0x000054, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000068, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x00006C, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubtract \ +static_assert(alignof(UMaterialExpressionSubtract) == 0x000008, "Wrong alignment on UMaterialExpressionSubtract"); \ +static_assert(sizeof(UMaterialExpressionSubtract) == 0x000070, "Wrong size on UMaterialExpressionSubtract"); \ +static_assert(offsetof(UMaterialExpressionSubtract, A) == 0x000040, "Member 'UMaterialExpressionSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, B) == 0x000054, "Member 'UMaterialExpressionSubtract::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstA) == 0x000068, "Member 'UMaterialExpressionSubtract::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstB) == 0x00006C, "Member 'UMaterialExpressionSubtract::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangent \ +static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ +static_assert(sizeof(UMaterialExpressionTangent) == 0x000058, "Wrong size on UMaterialExpressionTangent"); \ +static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x000040, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x000054, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangentOutput \ +static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ +static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x000058, "Wrong size on UMaterialExpressionTangentOutput"); \ +static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x000040, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol \ +static_assert(alignof(UMaterialExpressionTemporalSobol) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalSobol"); \ +static_assert(sizeof(UMaterialExpressionTemporalSobol) == 0x000078, "Wrong size on UMaterialExpressionTemporalSobol"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Index_0) == 0x000040, "Member 'UMaterialExpressionTemporalSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Seed) == 0x000054, "Member 'UMaterialExpressionTemporalSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstIndex) == 0x000068, "Member 'UMaterialExpressionTemporalSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstSeed) == 0x00006C, "Member 'UMaterialExpressionTemporalSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate \ +static_assert(alignof(UMaterialExpressionTextureCoordinate) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCoordinate"); \ +static_assert(sizeof(UMaterialExpressionTextureCoordinate) == 0x000050, "Wrong size on UMaterialExpressionTextureCoordinate"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, CoordinateIndex) == 0x000040, "Member 'UMaterialExpressionTextureCoordinate::CoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, UTiling) == 0x000044, "Member 'UMaterialExpressionTextureCoordinate::UTiling' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, VTiling) == 0x000048, "Member 'UMaterialExpressionTextureCoordinate::VTiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000080, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureProperty \ +static_assert(alignof(UMaterialExpressionTextureProperty) == 0x000008, "Wrong alignment on UMaterialExpressionTextureProperty"); \ +static_assert(sizeof(UMaterialExpressionTextureProperty) == 0x000058, "Wrong size on UMaterialExpressionTextureProperty"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, TextureObject) == 0x000040, "Member 'UMaterialExpressionTextureProperty::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, Property) == 0x000054, "Member 'UMaterialExpressionTextureProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterSubUV \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterSubUV"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000088, "Wrong size on UMaterialExpressionTextureSampleParameterSubUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterVolume \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput \ +static_assert(alignof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000058, "Wrong size on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, TransmittanceColor) == 0x000040, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTime \ +static_assert(alignof(UMaterialExpressionTime) == 0x000008, "Wrong alignment on UMaterialExpressionTime"); \ +static_assert(sizeof(UMaterialExpressionTime) == 0x000048, "Wrong size on UMaterialExpressionTime"); \ +static_assert(offsetof(UMaterialExpressionTime, Period) == 0x000044, "Member 'UMaterialExpressionTime::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransform \ +static_assert(alignof(UMaterialExpressionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionTransform"); \ +static_assert(sizeof(UMaterialExpressionTransform) == 0x000058, "Wrong size on UMaterialExpressionTransform"); \ +static_assert(offsetof(UMaterialExpressionTransform, Input) == 0x000040, "Member 'UMaterialExpressionTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformSourceType) == 0x000054, "Member 'UMaterialExpressionTransform::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformType) == 0x000055, "Member 'UMaterialExpressionTransform::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionTruncate \ +static_assert(alignof(UMaterialExpressionTruncate) == 0x000008, "Wrong alignment on UMaterialExpressionTruncate"); \ +static_assert(sizeof(UMaterialExpressionTruncate) == 0x000058, "Wrong size on UMaterialExpressionTruncate"); \ +static_assert(offsetof(UMaterialExpressionTruncate, Input) == 0x000040, "Member 'UMaterialExpressionTruncate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign \ +static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ +static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000040, "Wrong size on UMaterialExpressionTwoSidedSign"); \ + +#define DUMPER7_ASSERTS_APlayerStartPIE \ +static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ +static_assert(sizeof(APlayerStartPIE) == 0x000258, "Wrong size on APlayerStartPIE"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorNoise \ +static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ +static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x000068, "Wrong size on UMaterialExpressionVectorNoise"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Position) == 0x000040, "Member 'UMaterialExpressionVectorNoise::Position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x000054, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x000058, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x000060, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ +static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ +static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x000060, "Wrong size on UMaterialExpressionVertexInterpolator"); \ +static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x000040, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS \ +static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ +static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x000040, "Wrong size on UMaterialExpressionVertexNormalWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ +static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ +static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x000040, "Wrong size on UMaterialExpressionVertexTangentWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ +static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ +static_assert(sizeof(UMaterialExpressionViewSize) == 0x000040, "Wrong size on UMaterialExpressionViewSize"); \ + +#define DUMPER7_ASSERTS_PostProcessVolume_AddOrUpdateBlendable \ +static_assert(alignof(PostProcessVolume_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessVolume_AddOrUpdateBlendable"); \ +static_assert(sizeof(PostProcessVolume_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessVolume_AddOrUpdateBlendable"); \ +static_assert(offsetof(PostProcessVolume_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessVolume_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(PostProcessVolume_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessVolume_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APostProcessVolume \ +static_assert(alignof(APostProcessVolume) == 0x000010, "Wrong alignment on APostProcessVolume"); \ +static_assert(sizeof(APostProcessVolume) == 0x0007E0, "Wrong size on APostProcessVolume"); \ +static_assert(offsetof(APostProcessVolume, Settings) == 0x000270, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, Priority) == 0x0007D0, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x0007D4, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x0007D8, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000040, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ + +#define DUMPER7_ASSERTS_UWorldComposition \ +static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ +static_assert(sizeof(UWorldComposition) == 0x000068, "Wrong size on UWorldComposition"); \ +static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x000048, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x000058, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x000060, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x000061, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x000064, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0000F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x000040, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x000054, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000068, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x00007C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000090, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x0000A4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0000B8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0000CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0000D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0000D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0000DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0000E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0000E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0000E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0000EC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0000ED, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0000EE, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionWorldPosition \ +static_assert(alignof(UMaterialExpressionWorldPosition) == 0x000008, "Wrong alignment on UMaterialExpressionWorldPosition"); \ +static_assert(sizeof(UMaterialExpressionWorldPosition) == 0x000048, "Wrong size on UMaterialExpressionWorldPosition"); \ +static_assert(offsetof(UMaterialExpressionWorldPosition, WorldPositionShaderOffset) == 0x000040, "Member 'UMaterialExpressionWorldPosition::WorldPositionShaderOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInstance \ +static_assert(alignof(UMaterialFunctionInstance) == 0x000008, "Wrong alignment on UMaterialFunctionInstance"); \ +static_assert(sizeof(UMaterialFunctionInstance) == 0x0000C0, "Wrong size on UMaterialFunctionInstance"); \ +static_assert(offsetof(UMaterialFunctionInstance, Parent) == 0x000040, "Member 'UMaterialFunctionInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, Base) == 0x000048, "Member 'UMaterialFunctionInstance::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, ScalarParameterValues) == 0x000050, "Member 'UMaterialFunctionInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, VectorParameterValues) == 0x000060, "Member 'UMaterialFunctionInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, TextureParameterValues) == 0x000070, "Member 'UMaterialFunctionInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, FontParameterValues) == 0x000080, "Member 'UMaterialFunctionInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticSwitchParameterValues) == 0x000090, "Member 'UMaterialFunctionInstance::StaticSwitchParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticComponentMaskParameterValues) == 0x0000A0, "Member 'UMaterialFunctionInstance::StaticComponentMaskParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, RuntimeVirtualTextureParameterValues) == 0x0000B0, "Member 'UMaterialFunctionInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer \ +static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayer"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x0000C0, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlend) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlend"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlend) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayerBlend"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ +static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture \ +static_assert(alignof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetLeftTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetLeftTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetPriority \ +static_assert(alignof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_SetPriority"); \ +static_assert(sizeof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong size on StereoLayerComponent_SetPriority"); \ +static_assert(offsetof(StereoLayerComponent_SetPriority, InPriority) == 0x000000, "Member 'StereoLayerComponent_SetPriority::InPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize \ +static_assert(alignof(StereoLayerComponent_SetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_SetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_SetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_SetQuadSize"); \ +static_assert(offsetof(StereoLayerComponent_SetQuadSize, InQuadSize) == 0x000000, "Member 'StereoLayerComponent_SetQuadSize::InQuadSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetTexture \ +static_assert(alignof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetUVRect \ +static_assert(alignof(StereoLayerComponent_SetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_SetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_SetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_SetUVRect"); \ +static_assert(offsetof(StereoLayerComponent_SetUVRect, InUVRect) == 0x000000, "Member 'StereoLayerComponent_SetUVRect::InUVRect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetLeftTexture \ +static_assert(alignof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_GetLeftTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetLeftTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetPriority \ +static_assert(alignof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_GetPriority"); \ +static_assert(sizeof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong size on StereoLayerComponent_GetPriority"); \ +static_assert(offsetof(StereoLayerComponent_GetPriority, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetQuadSize \ +static_assert(alignof(StereoLayerComponent_GetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_GetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_GetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_GetQuadSize"); \ +static_assert(offsetof(StereoLayerComponent_GetQuadSize, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetQuadSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetTexture \ +static_assert(alignof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetTexture"); \ +static_assert(sizeof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetTexture"); \ +static_assert(offsetof(StereoLayerComponent_GetTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetUVRect \ +static_assert(alignof(StereoLayerComponent_GetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_GetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_GetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_GetUVRect"); \ +static_assert(offsetof(StereoLayerComponent_GetUVRect, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetUVRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerComponent \ +static_assert(alignof(UStereoLayerComponent) == 0x000010, "Wrong alignment on UStereoLayerComponent"); \ +static_assert(sizeof(UStereoLayerComponent) == 0x0002E0, "Wrong size on UStereoLayerComponent"); \ +static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000200, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000208, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000214, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x00021C, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000230, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x000234, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x000238, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x00023C, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x000284, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x000285, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Shape) == 0x000288, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Priority) == 0x000290, "Member 'UStereoLayerComponent::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlendInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlendInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlendInstance) == 0x0000C0, "Wrong size on UMaterialFunctionMaterialLayerBlendInstance"); \ + +#define DUMPER7_ASSERTS_AMaterialInstanceActor \ +static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ +static_assert(sizeof(AMaterialInstanceActor) == 0x000238, "Wrong size on AMaterialInstanceActor"); \ +static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000228, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyInterpParameters \ +static_assert(alignof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyInterpParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_CopyInterpParameters::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyParameterOverrides \ +static_assert(alignof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyParameterOverrides, MaterialInstance) == 0x000000, "Member 'MaterialInstanceDynamic_CopyParameterOverrides::MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters \ +static_assert(alignof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::Source' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, bQuickParametersOnly) == 0x000008, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::bQuickParametersOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000014, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams \ +static_assert(alignof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceA) == 0x000000, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceA' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceB) == 0x000008, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceB' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, Alpha) == 0x000010, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceDynamic_SetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetScalarParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterValueByInfo) == 0x000014, "Wrong size on MaterialInstanceDynamic_SetScalarParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetTextureParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetTextureParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetVectorParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetVectorParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetVectorParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_SetVectorParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetVectorParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstanceDynamic \ +static_assert(alignof(UMaterialInstanceDynamic) == 0x000008, "Wrong alignment on UMaterialInstanceDynamic"); \ +static_assert(sizeof(UMaterialInstanceDynamic) == 0x000360, "Wrong size on UMaterialInstanceDynamic"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollection \ +static_assert(alignof(UMaterialParameterCollection) == 0x000008, "Wrong alignment on UMaterialParameterCollection"); \ +static_assert(sizeof(UMaterialParameterCollection) == 0x000070, "Wrong size on UMaterialParameterCollection"); \ +static_assert(offsetof(UMaterialParameterCollection, StateId) == 0x000028, "Member 'UMaterialParameterCollection::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, ScalarParameters) == 0x000038, "Member 'UMaterialParameterCollection::ScalarParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, VectorParameters) == 0x000048, "Member 'UMaterialParameterCollection::VectorParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollectionInstance \ +static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ +static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000120, "Wrong size on UMaterialParameterCollectionInstance"); \ +static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x000030, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_EnableGroupByName \ +static_assert(alignof(MatineeActor_EnableGroupByName) == 0x000008, "Wrong alignment on MatineeActor_EnableGroupByName"); \ +static_assert(sizeof(MatineeActor_EnableGroupByName) == 0x000018, "Wrong size on MatineeActor_EnableGroupByName"); \ +static_assert(offsetof(MatineeActor_EnableGroupByName, GroupName) == 0x000000, "Member 'MatineeActor_EnableGroupByName::GroupName' has a wrong offset!"); \ +static_assert(offsetof(MatineeActor_EnableGroupByName, bEnable) == 0x000010, "Member 'MatineeActor_EnableGroupByName::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_SetLoopingState \ +static_assert(alignof(MatineeActor_SetLoopingState) == 0x000001, "Wrong alignment on MatineeActor_SetLoopingState"); \ +static_assert(sizeof(MatineeActor_SetLoopingState) == 0x000001, "Wrong size on MatineeActor_SetLoopingState"); \ +static_assert(offsetof(MatineeActor_SetLoopingState, bNewLooping) == 0x000000, "Member 'MatineeActor_SetLoopingState::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_SetPosition \ +static_assert(alignof(MatineeActor_SetPosition) == 0x000004, "Wrong alignment on MatineeActor_SetPosition"); \ +static_assert(sizeof(MatineeActor_SetPosition) == 0x000008, "Wrong size on MatineeActor_SetPosition"); \ +static_assert(offsetof(MatineeActor_SetPosition, NewPosition) == 0x000000, "Member 'MatineeActor_SetPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(MatineeActor_SetPosition, bJump) == 0x000004, "Member 'MatineeActor_SetPosition::bJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMatineeActor \ +static_assert(alignof(AMatineeActor) == 0x000008, "Wrong alignment on AMatineeActor"); \ +static_assert(sizeof(AMatineeActor) == 0x0002D0, "Wrong size on AMatineeActor"); \ +static_assert(offsetof(AMatineeActor, MatineeData) == 0x000228, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x000230, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, PlayRate) == 0x000238, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x000240, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x000248, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x000250, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, GroupInst) == 0x000268, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, CameraCuts) == 0x000278, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, InterpPosition) == 0x00028C, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x000294, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnPlay) == 0x000298, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnStop) == 0x0002A8, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnPause) == 0x0002B8, "Member 'AMatineeActor::OnPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMatineeActorCameraAnim \ +static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ +static_assert(sizeof(AMatineeActorCameraAnim) == 0x0002D8, "Wrong size on AMatineeActorCameraAnim"); \ +static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x0002D0, "Member 'AMatineeActorCameraAnim::CameraAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMatineeAnimInterface \ +static_assert(alignof(IMatineeAnimInterface) == 0x000001, "Wrong alignment on IMatineeAnimInterface"); \ +static_assert(sizeof(IMatineeAnimInterface) == 0x000001, "Wrong size on IMatineeAnimInterface"); \ + +#define DUMPER7_ASSERTS_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_IMatineeInterface \ +static_assert(alignof(IMatineeInterface) == 0x000001, "Wrong alignment on IMatineeInterface"); \ +static_assert(sizeof(IMatineeInterface) == 0x000001, "Wrong size on IMatineeInterface"); \ + +#define DUMPER7_ASSERTS_AMeshMergeCullingVolume \ +static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ +static_assert(sizeof(AMeshMergeCullingVolume) == 0x000260, "Wrong size on AMeshMergeCullingVolume"); \ + +#define DUMPER7_ASSERTS_UMeshSimplificationSettings \ +static_assert(alignof(UMeshSimplificationSettings) == 0x000008, "Wrong alignment on UMeshSimplificationSettings"); \ +static_assert(sizeof(UMeshSimplificationSettings) == 0x000040, "Wrong size on UMeshSimplificationSettings"); \ +static_assert(offsetof(UMeshSimplificationSettings, MeshReductionModuleName) == 0x000038, "Member 'UMeshSimplificationSettings::MeshReductionModuleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis \ +static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ +static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000030, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StartColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StartColor' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, EndColor) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::EndColor' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, Axis) == 0x000028, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, bConvertToSRGB) == 0x000029, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::bConvertToSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesSingleColor \ +static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ +static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000020, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, FillColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::FillColor' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, bConvertToSRGB) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::bConvertToSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_RemovePaintedVertices \ +static_assert(alignof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ +static_assert(sizeof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong size on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_RemovePaintedVertices, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_RemovePaintedVertices::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPainterKismetLibrary \ +static_assert(alignof(UMeshVertexPainterKismetLibrary) == 0x000008, "Wrong alignment on UMeshVertexPainterKismetLibrary"); \ +static_assert(sizeof(UMeshVertexPainterKismetLibrary) == 0x000028, "Wrong size on UMeshVertexPainterKismetLibrary"); \ + +#define DUMPER7_ASSERTS_AVolumetricCloud \ +static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ +static_assert(sizeof(AVolumetricCloud) == 0x000230, "Wrong size on AVolumetricCloud"); \ +static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000228, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMicroTransactionBase \ +static_assert(alignof(UMicroTransactionBase) == 0x000008, "Wrong alignment on UMicroTransactionBase"); \ +static_assert(sizeof(UMicroTransactionBase) == 0x000068, "Wrong size on UMicroTransactionBase"); \ +static_assert(offsetof(UMicroTransactionBase, AvailableProducts) == 0x000038, "Member 'UMicroTransactionBase::AvailableProducts' has a wrong offset!"); \ +static_assert(offsetof(UMicroTransactionBase, LastError) == 0x000048, "Member 'UMicroTransactionBase::LastError' has a wrong offset!"); \ +static_assert(offsetof(UMicroTransactionBase, LastErrorSolution) == 0x000058, "Member 'UMicroTransactionBase::LastErrorSolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelComponent \ +static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ +static_assert(sizeof(UModelComponent) == 0x000490, "Wrong size on UModelComponent"); \ +static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000468, "Member 'UModelComponent::ModelBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMorphTarget \ +static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ +static_assert(sizeof(UMorphTarget) == 0x000040, "Wrong size on UMorphTarget"); \ +static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000028, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavAreaBase \ +static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ +static_assert(sizeof(UNavAreaBase) == 0x000030, "Wrong size on UNavAreaBase"); \ + +#define DUMPER7_ASSERTS_UNavCollisionBase \ +static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ +static_assert(sizeof(UNavCollisionBase) == 0x000070, "Wrong size on UNavCollisionBase"); \ + +#define DUMPER7_ASSERTS_INavEdgeProviderInterface \ +static_assert(alignof(INavEdgeProviderInterface) == 0x000001, "Wrong alignment on INavEdgeProviderInterface"); \ +static_assert(sizeof(INavEdgeProviderInterface) == 0x000001, "Wrong size on INavEdgeProviderInterface"); \ + +#define DUMPER7_ASSERTS_UNavigationDataChunk \ +static_assert(alignof(UNavigationDataChunk) == 0x000008, "Wrong alignment on UNavigationDataChunk"); \ +static_assert(sizeof(UNavigationDataChunk) == 0x000030, "Wrong size on UNavigationDataChunk"); \ +static_assert(offsetof(UNavigationDataChunk, NavigationDataName) == 0x000028, "Member 'UNavigationDataChunk::NavigationDataName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavigationDataInterface \ +static_assert(alignof(INavigationDataInterface) == 0x000001, "Wrong alignment on INavigationDataInterface"); \ +static_assert(sizeof(INavigationDataInterface) == 0x000001, "Wrong size on INavigationDataInterface"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemBase \ +static_assert(alignof(UNavigationSystemBase) == 0x000008, "Wrong alignment on UNavigationSystemBase"); \ +static_assert(sizeof(UNavigationSystemBase) == 0x000028, "Wrong size on UNavigationSystemBase"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemConfig \ +static_assert(alignof(UNavigationSystemConfig) == 0x000008, "Wrong alignment on UNavigationSystemConfig"); \ +static_assert(sizeof(UNavigationSystemConfig) == 0x000050, "Wrong size on UNavigationSystemConfig"); \ +static_assert(offsetof(UNavigationSystemConfig, NavigationSystemClass) == 0x000028, "Member 'UNavigationSystemConfig::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, SupportedAgentsMask) == 0x000040, "Member 'UNavigationSystemConfig::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, DefaultAgentName) == 0x000044, "Member 'UNavigationSystemConfig::DefaultAgentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNullNavSysConfig \ +static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ +static_assert(sizeof(UNullNavSysConfig) == 0x000050, "Wrong size on UNullNavSysConfig"); \ + +#define DUMPER7_ASSERTS_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_INavRelevantInterface \ +static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ +static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ + +#define DUMPER7_ASSERTS_USimulatedClientNetConnection \ +static_assert(alignof(USimulatedClientNetConnection) == 0x000008, "Wrong alignment on USimulatedClientNetConnection"); \ +static_assert(sizeof(USimulatedClientNetConnection) == 0x001BA8, "Wrong size on USimulatedClientNetConnection"); \ + +#define DUMPER7_ASSERTS_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_PhysicsHandleComponent_GrabComponent \ +static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 0x000020, "Wrong size on PhysicsHandleComponent_GrabComponent"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponent::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, GrabLocation) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponent::GrabLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, bConstrainRotation) == 0x00001C, "Member 'PhysicsHandleComponent_GrabComponent::bConstrainRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocation \ +static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocation"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000020, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocation"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, GrabLocation) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::GrabLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocationWithRotation \ +static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocationWithRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation) == 0x000028, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocationWithRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Location) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Location' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Rotation) == 0x00001C, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularDamping \ +static_assert(alignof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularDamping"); \ +static_assert(sizeof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularDamping"); \ +static_assert(offsetof(PhysicsHandleComponent_SetAngularDamping, NewAngularDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularDamping::NewAngularDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularStiffness \ +static_assert(alignof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularStiffness"); \ +static_assert(sizeof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularStiffness"); \ +static_assert(offsetof(PhysicsHandleComponent_SetAngularStiffness, NewAngularStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularStiffness::NewAngularStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetInterpolationSpeed \ +static_assert(alignof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetInterpolationSpeed"); \ +static_assert(sizeof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong size on PhysicsHandleComponent_SetInterpolationSpeed"); \ +static_assert(offsetof(PhysicsHandleComponent_SetInterpolationSpeed, NewInterpolationSpeed) == 0x000000, "Member 'PhysicsHandleComponent_SetInterpolationSpeed::NewInterpolationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearDamping \ +static_assert(alignof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearDamping"); \ +static_assert(sizeof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearDamping"); \ +static_assert(offsetof(PhysicsHandleComponent_SetLinearDamping, NewLinearDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearDamping::NewLinearDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearStiffness \ +static_assert(alignof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearStiffness"); \ +static_assert(sizeof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearStiffness"); \ +static_assert(offsetof(PhysicsHandleComponent_SetLinearStiffness, NewLinearStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearStiffness::NewLinearStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetLocation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetLocation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetLocation"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetLocation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocationAndRotation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewRotation) == 0x00000C, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetRotation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetRotation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetRotation, NewRotation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GetGrabbedComponent \ +static_assert(alignof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GetGrabbedComponent"); \ +static_assert(sizeof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong size on PhysicsHandleComponent_GetGrabbedComponent"); \ +static_assert(offsetof(PhysicsHandleComponent_GetGrabbedComponent, ReturnValue) == 0x000000, "Member 'PhysicsHandleComponent_GetGrabbedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GetTargetLocationAndRotation \ +static_assert(alignof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetLocation) == 0x000000, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetRotation) == 0x00000C, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsHandleComponent \ +static_assert(alignof(UPhysicsHandleComponent) == 0x000010, "Wrong alignment on UPhysicsHandleComponent"); \ +static_assert(sizeof(UPhysicsHandleComponent) == 0x000160, "Wrong size on UPhysicsHandleComponent"); \ +static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000B0, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000C4, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000C8, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000CC, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000D0, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x000140, "Member 'UPhysicsHandleComponent::InterpolationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkSettings \ +static_assert(alignof(UNetworkSettings) == 0x000008, "Wrong alignment on UNetworkSettings"); \ +static_assert(sizeof(UNetworkSettings) == 0x000058, "Wrong size on UNetworkSettings"); \ +static_assert(offsetof(UNetworkSettings, MaxRepArraySize) == 0x00003C, "Member 'UNetworkSettings::MaxRepArraySize' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, MaxRepArrayMemory) == 0x000040, "Member 'UNetworkSettings::MaxRepArrayMemory' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, NetworkEmulationProfiles) == 0x000048, "Member 'UNetworkSettings::NetworkEmulationProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNodeMappingContainer \ +static_assert(alignof(UNodeMappingContainer) == 0x000008, "Wrong alignment on UNodeMappingContainer"); \ +static_assert(sizeof(UNodeMappingContainer) == 0x000168, "Wrong size on UNodeMappingContainer"); \ +static_assert(offsetof(UNodeMappingContainer, SourceItems) == 0x000028, "Member 'UNodeMappingContainer::SourceItems' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, TargetItems) == 0x000078, "Member 'UNodeMappingContainer::TargetItems' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, SourceToTarget) == 0x0000C8, "Member 'UNodeMappingContainer::SourceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, SourceAsset) == 0x000118, "Member 'UNodeMappingContainer::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, TargetAsset) == 0x000140, "Member 'UNodeMappingContainer::TargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INodeMappingProviderInterface \ +static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ +static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ + +#define DUMPER7_ASSERTS_ANote \ +static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ +static_assert(sizeof(ANote) == 0x000228, "Wrong size on ANote"); \ + +#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_UObjectLibrary \ +static_assert(alignof(UObjectLibrary) == 0x000008, "Wrong alignment on UObjectLibrary"); \ +static_assert(sizeof(UObjectLibrary) == 0x0000A8, "Wrong size on UObjectLibrary"); \ +static_assert(offsetof(UObjectLibrary, ObjectBaseClass) == 0x000028, "Member 'UObjectLibrary::ObjectBaseClass' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bHasBlueprintClasses) == 0x000030, "Member 'UObjectLibrary::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, Objects) == 0x000038, "Member 'UObjectLibrary::Objects' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, WeakObjects) == 0x000048, "Member 'UObjectLibrary::WeakObjects' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bUseWeakReferences) == 0x000058, "Member 'UObjectLibrary::bUseWeakReferences' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bIsFullyLoaded) == 0x000059, "Member 'UObjectLibrary::bIsFullyLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectReferencer \ +static_assert(alignof(UObjectReferencer) == 0x000008, "Wrong alignment on UObjectReferencer"); \ +static_assert(sizeof(UObjectReferencer) == 0x000038, "Wrong size on UObjectReferencer"); \ +static_assert(offsetof(UObjectReferencer, ReferencedObjects) == 0x000028, "Member 'UObjectReferencer::ReferencedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectTraceWorldSubsystem \ +static_assert(alignof(UObjectTraceWorldSubsystem) == 0x000008, "Wrong alignment on UObjectTraceWorldSubsystem"); \ +static_assert(sizeof(UObjectTraceWorldSubsystem) == 0x000038, "Wrong size on UObjectTraceWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UPackageMapClient \ +static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ +static_assert(sizeof(UPackageMapClient) == 0x000408, "Wrong size on UPackageMapClient"); \ + +#define DUMPER7_ASSERTS_AParticleEventManager \ +static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ +static_assert(sizeof(AParticleEventManager) == 0x000228, "Wrong size on AParticleEventManager"); \ + +#define DUMPER7_ASSERTS_UParticleLODLevel \ +static_assert(alignof(UParticleLODLevel) == 0x000008, "Wrong alignment on UParticleLODLevel"); \ +static_assert(sizeof(UParticleLODLevel) == 0x0000B8, "Wrong size on UParticleLODLevel"); \ +static_assert(offsetof(UParticleLODLevel, Level) == 0x000028, "Member 'UParticleLODLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, RequiredModule) == 0x000030, "Member 'UParticleLODLevel::RequiredModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, Modules) == 0x000038, "Member 'UParticleLODLevel::Modules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, TypeDataModule) == 0x000048, "Member 'UParticleLODLevel::TypeDataModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawnModule) == 0x000050, "Member 'UParticleLODLevel::SpawnModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, EventGenerator) == 0x000058, "Member 'UParticleLODLevel::EventGenerator' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawningModules) == 0x000060, "Member 'UParticleLODLevel::SpawningModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawnModules) == 0x000070, "Member 'UParticleLODLevel::SpawnModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, UpdateModules) == 0x000080, "Member 'UParticleLODLevel::UpdateModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, OrbitModules) == 0x000090, "Member 'UParticleLODLevel::OrbitModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, EventReceiverModules) == 0x0000A0, "Member 'UParticleLODLevel::EventReceiverModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, PeakActiveParticles) == 0x0000B4, "Member 'UParticleLODLevel::PeakActiveParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererSettings \ +static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ +static_assert(sizeof(URendererSettings) == 0x000148, "Wrong size on URendererSettings"); \ +static_assert(offsetof(URendererSettings, MaxMobileCascades) == 0x00003C, "Member 'URendererSettings::MaxMobileCascades' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileMSAASampleCount) == 0x000040, "Member 'URendererSettings::MobileMSAASampleCount' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForLights) == 0x000048, "Member 'URendererSettings::MinScreenRadiusForLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForEarlyZPass) == 0x00004C, "Member 'URendererSettings::MinScreenRadiusForEarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForCSMdepth) == 0x000050, "Member 'URendererSettings::MinScreenRadiusForCSMdepth' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileSize) == 0x000058, "Member 'URendererSettings::VirtualTextureTileSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileBorderSize) == 0x00005C, "Member 'URendererSettings::VirtualTextureTileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureFeedbackFactor) == 0x000060, "Member 'URendererSettings::VirtualTextureFeedbackFactor' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ReflectionCaptureResolution) == 0x000068, "Member 'URendererSettings::ReflectionCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TessellationAdaptivePixelsPerTriangle) == 0x000070, "Member 'URendererSettings::TessellationAdaptivePixelsPerTriangle' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortPolicy) == 0x000078, "Member 'URendererSettings::TranslucentSortPolicy' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortAxis) == 0x00007C, "Member 'URendererSettings::TranslucentSortAxis' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, HMDFixedFoveationLevel) == 0x000088, "Member 'URendererSettings::HMDFixedFoveationLevel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, CustomDepthStencil) == 0x000089, "Member 'URendererSettings::CustomDepthStencil' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableAlphaChannelInPostProcessing) == 0x000090, "Member 'URendererSettings::bEnableAlphaChannelInPostProcessing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposure) == 0x000098, "Member 'URendererSettings::DefaultFeatureAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposureBias) == 0x00009C, "Member 'URendererSettings::DefaultFeatureAutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAntiAliasing) == 0x0000A4, "Member 'URendererSettings::DefaultFeatureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultLightUnits) == 0x0000A5, "Member 'URendererSettings::DefaultLightUnits' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBackBufferPixelFormat) == 0x0000A6, "Member 'URendererSettings::DefaultBackBufferPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, EarlyZPass) == 0x0000AC, "Member 'URendererSettings::EarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ClearSceneMethod) == 0x0000B4, "Member 'URendererSettings::ClearSceneMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeX) == 0x0000BC, "Member 'URendererSettings::GPUSimulationTextureSizeX' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeY) == 0x0000C0, "Member 'URendererSettings::GPUSimulationTextureSizeY' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GBufferFormat) == 0x0000C8, "Member 'URendererSettings::GBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WireframeCullThreshold) == 0x0000D0, "Member 'URendererSettings::WireframeCullThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultSkinCacheBehavior) == 0x0000D8, "Member 'URendererSettings::DefaultSkinCacheBehavior' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SkinCacheSceneMemoryLimitInMB) == 0x0000DC, "Member 'URendererSettings::SkinCacheSceneMemoryLimitInMB' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileNumDynamicPointLights) == 0x0000E4, "Member 'URendererSettings::MobileNumDynamicPointLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, UnlimitedBonInfluencesThreshold) == 0x0000EC, "Member 'URendererSettings::UnlimitedBonInfluencesThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MaxSkinBones) == 0x0000F0, "Member 'URendererSettings::MaxSkinBones' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobilePlanarReflectionMode) == 0x0000F4, "Member 'URendererSettings::MobilePlanarReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x0000FC, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x0000FD, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x000100, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x000118, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x000130, "Member 'URendererSettings::VisualizeCalibrationGrayscaleMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystem_ContainsEmitterType \ +static_assert(alignof(ParticleSystem_ContainsEmitterType) == 0x000008, "Wrong alignment on ParticleSystem_ContainsEmitterType"); \ +static_assert(sizeof(ParticleSystem_ContainsEmitterType) == 0x000010, "Wrong size on ParticleSystem_ContainsEmitterType"); \ +static_assert(offsetof(ParticleSystem_ContainsEmitterType, TypeData) == 0x000000, "Member 'ParticleSystem_ContainsEmitterType::TypeData' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystem_ContainsEmitterType, ReturnValue) == 0x000008, "Member 'ParticleSystem_ContainsEmitterType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSystem \ +static_assert(alignof(UParticleSystem) == 0x000008, "Wrong alignment on UParticleSystem"); \ +static_assert(sizeof(UParticleSystem) == 0x000110, "Wrong size on UParticleSystem"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000030, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x000034, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000038, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x00003C, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Emitters) == 0x000040, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000050, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000058, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000060, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x000064, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistances) == 0x000068, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODSettings) == 0x000078, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x000088, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000A4, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Delay) == 0x0000A8, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000AC, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000B2, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000B3, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000B4, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000B5, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000B7, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000B8, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000BC, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x0000C0, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x0000CC, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SoloTracking) == 0x0000E8, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x0000F8, "Member 'UParticleSystem::NamedMaterialSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAcceleration \ +static_assert(alignof(UParticleModuleAcceleration) == 0x000008, "Wrong alignment on UParticleModuleAcceleration"); \ +static_assert(sizeof(UParticleModuleAcceleration) == 0x000088, "Wrong size on UParticleModuleAcceleration"); \ +static_assert(offsetof(UParticleModuleAcceleration, Acceleration) == 0x000038, "Member 'UParticleModuleAcceleration::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationConstant \ +static_assert(alignof(UParticleModuleAccelerationConstant) == 0x000008, "Wrong alignment on UParticleModuleAccelerationConstant"); \ +static_assert(sizeof(UParticleModuleAccelerationConstant) == 0x000048, "Wrong size on UParticleModuleAccelerationConstant"); \ +static_assert(offsetof(UParticleModuleAccelerationConstant, Acceleration) == 0x000038, "Member 'UParticleModuleAccelerationConstant::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationDrag \ +static_assert(alignof(UParticleModuleAccelerationDrag) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDrag"); \ +static_assert(sizeof(UParticleModuleAccelerationDrag) == 0x000070, "Wrong size on UParticleModuleAccelerationDrag"); \ +static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficient) == 0x000038, "Member 'UParticleModuleAccelerationDrag::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficientRaw) == 0x000040, "Member 'UParticleModuleAccelerationDrag::DragCoefficientRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationDragScaleOverLife \ +static_assert(alignof(UParticleModuleAccelerationDragScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDragScaleOverLife"); \ +static_assert(sizeof(UParticleModuleAccelerationDragScaleOverLife) == 0x000070, "Wrong size on UParticleModuleAccelerationDragScaleOverLife"); \ +static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScale) == 0x000038, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScaleRaw) == 0x000040, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScaleRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationOverLifetime \ +static_assert(alignof(UParticleModuleAccelerationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleAccelerationOverLifetime"); \ +static_assert(sizeof(UParticleModuleAccelerationOverLifetime) == 0x000080, "Wrong size on UParticleModuleAccelerationOverLifetime"); \ +static_assert(offsetof(UParticleModuleAccelerationOverLifetime, AccelOverLife) == 0x000038, "Member 'UParticleModuleAccelerationOverLifetime::AccelOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleAttractorBase \ +static_assert(alignof(UParticleModuleAttractorBase) == 0x000008, "Wrong alignment on UParticleModuleAttractorBase"); \ +static_assert(sizeof(UParticleModuleAttractorBase) == 0x000030, "Wrong size on UParticleModuleAttractorBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorLine \ +static_assert(alignof(UParticleModuleAttractorLine) == 0x000008, "Wrong alignment on UParticleModuleAttractorLine"); \ +static_assert(sizeof(UParticleModuleAttractorLine) == 0x0000A8, "Wrong size on UParticleModuleAttractorLine"); \ +static_assert(offsetof(UParticleModuleAttractorLine, EndPoint0) == 0x000030, "Member 'UParticleModuleAttractorLine::EndPoint0' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, EndPoint1) == 0x00003C, "Member 'UParticleModuleAttractorLine::EndPoint1' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, Range) == 0x000048, "Member 'UParticleModuleAttractorLine::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, Strength) == 0x000078, "Member 'UParticleModuleAttractorLine::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorParticle \ +static_assert(alignof(UParticleModuleAttractorParticle) == 0x000008, "Wrong alignment on UParticleModuleAttractorParticle"); \ +static_assert(sizeof(UParticleModuleAttractorParticle) == 0x0000B0, "Wrong size on UParticleModuleAttractorParticle"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, EmitterName) == 0x000030, "Member 'UParticleModuleAttractorParticle::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, Range) == 0x000038, "Member 'UParticleModuleAttractorParticle::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, Strength) == 0x000070, "Member 'UParticleModuleAttractorParticle::Strength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, SelectionMethod) == 0x0000A4, "Member 'UParticleModuleAttractorParticle::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, LastSelIndex) == 0x0000AC, "Member 'UParticleModuleAttractorParticle::LastSelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UParticleModuleBeamBase \ +static_assert(alignof(UParticleModuleBeamBase) == 0x000008, "Wrong alignment on UParticleModuleBeamBase"); \ +static_assert(sizeof(UParticleModuleBeamBase) == 0x000030, "Wrong size on UParticleModuleBeamBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamModifier \ +static_assert(alignof(UParticleModuleBeamModifier) == 0x000008, "Wrong alignment on UParticleModuleBeamModifier"); \ +static_assert(sizeof(UParticleModuleBeamModifier) == 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_IPathFollowingAgentInterface \ +static_assert(alignof(IPathFollowingAgentInterface) == 0x000001, "Wrong alignment on IPathFollowingAgentInterface"); \ +static_assert(sizeof(IPathFollowingAgentInterface) == 0x000001, "Wrong size on IPathFollowingAgentInterface"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamSource \ +static_assert(alignof(UParticleModuleBeamSource) == 0x000008, "Wrong alignment on UParticleModuleBeamSource"); \ +static_assert(sizeof(UParticleModuleBeamSource) == 0x000118, "Wrong size on UParticleModuleBeamSource"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceMethod) == 0x000030, "Member 'UParticleModuleBeamSource::SourceMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceName) == 0x000034, "Member 'UParticleModuleBeamSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, Source) == 0x000040, "Member 'UParticleModuleBeamSource::Source' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceTangentMethod) == 0x00008C, "Member 'UParticleModuleBeamSource::SourceTangentMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceTangent) == 0x000090, "Member 'UParticleModuleBeamSource::SourceTangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceStrength) == 0x0000E0, "Member 'UParticleModuleBeamSource::SourceStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamTarget \ +static_assert(alignof(UParticleModuleBeamTarget) == 0x000008, "Wrong alignment on UParticleModuleBeamTarget"); \ +static_assert(sizeof(UParticleModuleBeamTarget) == 0x000120, "Wrong size on UParticleModuleBeamTarget"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetMethod) == 0x000030, "Member 'UParticleModuleBeamTarget::TargetMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetName) == 0x000034, "Member 'UParticleModuleBeamTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, Target) == 0x000040, "Member 'UParticleModuleBeamTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetTangentMethod) == 0x00008C, "Member 'UParticleModuleBeamTarget::TargetTangentMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetTangent) == 0x000090, "Member 'UParticleModuleBeamTarget::TargetTangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetStrength) == 0x0000E0, "Member 'UParticleModuleBeamTarget::TargetStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, LockRadius) == 0x000114, "Member 'UParticleModuleBeamTarget::LockRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ARadialForceActor \ +static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ +static_assert(sizeof(ARadialForceActor) == 0x000230, "Wrong size on ARadialForceActor"); \ +static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000228, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleCollisionGPU \ +static_assert(alignof(UParticleModuleCollisionGPU) == 0x000008, "Wrong alignment on UParticleModuleCollisionGPU"); \ +static_assert(sizeof(UParticleModuleCollisionGPU) == 0x0000A8, "Wrong size on UParticleModuleCollisionGPU"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Resilience) == 0x000030, "Member 'UParticleModuleCollisionGPU::Resilience' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, ResilienceScaleOverLife) == 0x000060, "Member 'UParticleModuleCollisionGPU::ResilienceScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Friction) == 0x000090, "Member 'UParticleModuleCollisionGPU::Friction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RandomSpread) == 0x000094, "Member 'UParticleModuleCollisionGPU::RandomSpread' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RandomDistribution) == 0x000098, "Member 'UParticleModuleCollisionGPU::RandomDistribution' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RadiusScale) == 0x00009C, "Member 'UParticleModuleCollisionGPU::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RadiusBias) == 0x0000A0, "Member 'UParticleModuleCollisionGPU::RadiusBias' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Response) == 0x0000A4, "Member 'UParticleModuleCollisionGPU::Response' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, CollisionMode) == 0x0000A5, "Member 'UParticleModuleCollisionGPU::CollisionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColor \ +static_assert(alignof(UParticleModuleColor) == 0x000008, "Wrong alignment on UParticleModuleColor"); \ +static_assert(sizeof(UParticleModuleColor) == 0x0000B0, "Wrong size on UParticleModuleColor"); \ +static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000030, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000078, "Member 'UParticleModuleColor::StartAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColor_Seeded \ +static_assert(alignof(UParticleModuleColor_Seeded) == 0x000008, "Wrong alignment on UParticleModuleColor_Seeded"); \ +static_assert(sizeof(UParticleModuleColor_Seeded) == 0x0000D0, "Wrong size on UParticleModuleColor_Seeded"); \ +static_assert(offsetof(UParticleModuleColor_Seeded, RandomSeedInfo) == 0x0000B0, "Member 'UParticleModuleColor_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorOverLife \ +static_assert(alignof(UParticleModuleColorOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorOverLife"); \ +static_assert(sizeof(UParticleModuleColorOverLife) == 0x0000B0, "Wrong size on UParticleModuleColorOverLife"); \ +static_assert(offsetof(UParticleModuleColorOverLife, ColorOverLife) == 0x000030, "Member 'UParticleModuleColorOverLife::ColorOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColorOverLife, AlphaOverLife) == 0x000078, "Member 'UParticleModuleColorOverLife::AlphaOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UReplicationDriver \ +static_assert(alignof(UReplicationDriver) == 0x000008, "Wrong alignment on UReplicationDriver"); \ +static_assert(sizeof(UReplicationDriver) == 0x000028, "Wrong size on UReplicationDriver"); \ + +#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_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_UParticleModuleEventSendToGame \ +static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ +static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000028, "Wrong size on UParticleModuleEventSendToGame"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillBase \ +static_assert(alignof(UParticleModuleKillBase) == 0x000008, "Wrong alignment on UParticleModuleKillBase"); \ +static_assert(sizeof(UParticleModuleKillBase) == 0x000030, "Wrong size on UParticleModuleKillBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillBox \ +static_assert(alignof(UParticleModuleKillBox) == 0x000008, "Wrong alignment on UParticleModuleKillBox"); \ +static_assert(sizeof(UParticleModuleKillBox) == 0x0000C8, "Wrong size on UParticleModuleKillBox"); \ +static_assert(offsetof(UParticleModuleKillBox, LowerLeftCorner) == 0x000030, "Member 'UParticleModuleKillBox::LowerLeftCorner' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleKillBox, UpperRightCorner) == 0x000078, "Member 'UParticleModuleKillBox::UpperRightCorner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleKillHeight \ +static_assert(alignof(UParticleModuleKillHeight) == 0x000008, "Wrong alignment on UParticleModuleKillHeight"); \ +static_assert(sizeof(UParticleModuleKillHeight) == 0x000068, "Wrong size on UParticleModuleKillHeight"); \ +static_assert(offsetof(UParticleModuleKillHeight, Height) == 0x000030, "Member 'UParticleModuleKillHeight::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLightBase \ +static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ +static_assert(sizeof(UParticleModuleLightBase) == 0x000030, "Wrong size on UParticleModuleLightBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight \ +static_assert(alignof(UParticleModuleLight) == 0x000008, "Wrong alignment on UParticleModuleLight"); \ +static_assert(sizeof(UParticleModuleLight) == 0x000120, "Wrong size on UParticleModuleLight"); \ +static_assert(offsetof(UParticleModuleLight, bUseInverseSquaredFalloff) == 0x000030, "Member 'UParticleModuleLight::bUseInverseSquaredFalloff' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bAffectsTranslucency) == 0x000031, "Member 'UParticleModuleLight::bAffectsTranslucency' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bPreviewLightRadius) == 0x000032, "Member 'UParticleModuleLight::bPreviewLightRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, SpawnFraction) == 0x000034, "Member 'UParticleModuleLight::SpawnFraction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, ColorScaleOverLife) == 0x000038, "Member 'UParticleModuleLight::ColorScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, BrightnessOverLife) == 0x000080, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000B0, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x0000E0, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000110, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x000114, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x000118, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x000119, "Member 'UParticleModuleLight::bShadowCastingLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight_Seeded \ +static_assert(alignof(UParticleModuleLight_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLight_Seeded"); \ +static_assert(sizeof(UParticleModuleLight_Seeded) == 0x000140, "Wrong size on UParticleModuleLight_Seeded"); \ +static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000120, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsAsset \ +static_assert(alignof(UPhysicsAsset) == 0x000008, "Wrong alignment on UPhysicsAsset"); \ +static_assert(sizeof(UPhysicsAsset) == 0x000138, "Wrong size on UPhysicsAsset"); \ +static_assert(offsetof(UPhysicsAsset, BoundsBodies) == 0x000030, "Member 'UPhysicsAsset::BoundsBodies' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SkeletalBodySetups) == 0x000040, "Member 'UPhysicsAsset::SkeletalBodySetups' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ConstraintSetup) == 0x000050, "Member 'UPhysicsAsset::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverIterations) == 0x000060, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverType) == 0x00007C, "Member 'UPhysicsAsset::SolverType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ThumbnailInfo) == 0x000120, "Member 'UPhysicsAsset::ThumbnailInfo' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, BodySetup) == 0x000128, "Member 'UPhysicsAsset::BodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocation \ +static_assert(alignof(UParticleModuleLocation) == 0x000008, "Wrong alignment on UParticleModuleLocation"); \ +static_assert(sizeof(UParticleModuleLocation) == 0x000080, "Wrong size on UParticleModuleLocation"); \ +static_assert(offsetof(UParticleModuleLocation, StartLocation) == 0x000030, "Member 'UParticleModuleLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocation, DistributeOverNPoints) == 0x000078, "Member 'UParticleModuleLocation::DistributeOverNPoints' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocation, DistributeThreshold) == 0x00007C, "Member 'UParticleModuleLocation::DistributeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocation_Seeded \ +static_assert(alignof(UParticleModuleLocation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocation_Seeded"); \ +static_assert(sizeof(UParticleModuleLocation_Seeded) == 0x0000A0, "Wrong size on UParticleModuleLocation_Seeded"); \ +static_assert(offsetof(UParticleModuleLocation_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleLocation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationBoneSocket \ +static_assert(alignof(UParticleModuleLocationBoneSocket) == 0x000008, "Wrong alignment on UParticleModuleLocationBoneSocket"); \ +static_assert(sizeof(UParticleModuleLocationBoneSocket) == 0x000070, "Wrong size on UParticleModuleLocationBoneSocket"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceType) == 0x000030, "Member 'UParticleModuleLocationBoneSocket::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, UniversalOffset) == 0x000034, "Member 'UParticleModuleLocationBoneSocket::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceLocations) == 0x000040, "Member 'UParticleModuleLocationBoneSocket::SourceLocations' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SelectionMethod) == 0x000050, "Member 'UParticleModuleLocationBoneSocket::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, InheritVelocityScale) == 0x000058, "Member 'UParticleModuleLocationBoneSocket::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SkelMeshActorParamName) == 0x00005C, "Member 'UParticleModuleLocationBoneSocket::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, NumPreSelectedIndices) == 0x000064, "Member 'UParticleModuleLocationBoneSocket::NumPreSelectedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_PoseableMeshComponent_CopyPoseFromSkeletalComponent \ +static_assert(alignof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong alignment on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ +static_assert(sizeof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong size on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ +static_assert(offsetof(PoseableMeshComponent_CopyPoseFromSkeletalComponent, InComponentToCopy) == 0x000000, "Member 'PoseableMeshComponent_CopyPoseFromSkeletalComponent::InComponentToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneLocationByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneLocationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneLocationByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneLocationByName) == 0x000018, "Wrong size on PoseableMeshComponent_GetBoneLocationByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneLocationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneLocationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneLocationByName, BoneSpace) == 0x000008, "Member 'PoseableMeshComponent_GetBoneLocationByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneLocationByName, ReturnValue) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneLocationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneRotationByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneRotationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneRotationByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneRotationByName) == 0x000018, "Wrong size on PoseableMeshComponent_GetBoneRotationByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneRotationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneRotationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneRotationByName, BoneSpace) == 0x000008, "Member 'PoseableMeshComponent_GetBoneRotationByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneRotationByName, ReturnValue) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneRotationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneScaleByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneScaleByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneScaleByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneScaleByName) == 0x000018, "Wrong size on PoseableMeshComponent_GetBoneScaleByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneScaleByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneScaleByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneScaleByName, BoneSpace) == 0x000008, "Member 'PoseableMeshComponent_GetBoneScaleByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneScaleByName, ReturnValue) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneScaleByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneTransformByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_GetBoneTransformByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneTransformByName) == 0x000040, "Wrong size on PoseableMeshComponent_GetBoneTransformByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, BoneSpace) == 0x000008, "Member 'PoseableMeshComponent_GetBoneTransformByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, ReturnValue) == 0x000010, "Member 'PoseableMeshComponent_GetBoneTransformByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_ResetBoneTransformByName \ +static_assert(alignof(PoseableMeshComponent_ResetBoneTransformByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_ResetBoneTransformByName"); \ +static_assert(sizeof(PoseableMeshComponent_ResetBoneTransformByName) == 0x000008, "Wrong size on PoseableMeshComponent_ResetBoneTransformByName"); \ +static_assert(offsetof(PoseableMeshComponent_ResetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_ResetBoneTransformByName::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneLocationByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneLocationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneLocationByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneLocationByName) == 0x000018, "Wrong size on PoseableMeshComponent_SetBoneLocationByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneLocationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, InLocation) == 0x000008, "Member 'PoseableMeshComponent_SetBoneLocationByName::InLocation' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, BoneSpace) == 0x000014, "Member 'PoseableMeshComponent_SetBoneLocationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneRotationByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneRotationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneRotationByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneRotationByName) == 0x000018, "Wrong size on PoseableMeshComponent_SetBoneRotationByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneRotationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, InRotation) == 0x000008, "Member 'PoseableMeshComponent_SetBoneRotationByName::InRotation' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, BoneSpace) == 0x000014, "Member 'PoseableMeshComponent_SetBoneRotationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneScaleByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneScaleByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneScaleByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneScaleByName) == 0x000018, "Wrong size on PoseableMeshComponent_SetBoneScaleByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneScaleByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, InScale3D) == 0x000008, "Member 'PoseableMeshComponent_SetBoneScaleByName::InScale3D' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, BoneSpace) == 0x000014, "Member 'PoseableMeshComponent_SetBoneScaleByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneTransformByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_SetBoneTransformByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneTransformByName) == 0x000050, "Wrong size on PoseableMeshComponent_SetBoneTransformByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, InTransform) == 0x000010, "Member 'PoseableMeshComponent_SetBoneTransformByName::InTransform' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, BoneSpace) == 0x000040, "Member 'PoseableMeshComponent_SetBoneTransformByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseableMeshComponent \ +static_assert(alignof(UPoseableMeshComponent) == 0x000010, "Wrong alignment on UPoseableMeshComponent"); \ +static_assert(sizeof(UPoseableMeshComponent) == 0x000800, "Wrong size on UPoseableMeshComponent"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_USoundNodeMature \ +static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ +static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ + +#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_UParticleModuleMaterialBase \ +static_assert(alignof(UParticleModuleMaterialBase) == 0x000008, "Wrong alignment on UParticleModuleMaterialBase"); \ +static_assert(sizeof(UParticleModuleMaterialBase) == 0x000030, "Wrong size on UParticleModuleMaterialBase"); \ + +#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_UParticleModuleMeshMaterial \ +static_assert(alignof(UParticleModuleMeshMaterial) == 0x000008, "Wrong alignment on UParticleModuleMeshMaterial"); \ +static_assert(sizeof(UParticleModuleMeshMaterial) == 0x000040, "Wrong size on UParticleModuleMeshMaterial"); \ +static_assert(offsetof(UParticleModuleMeshMaterial, MeshMaterials) == 0x000030, "Member 'UParticleModuleMeshMaterial::MeshMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation \ +static_assert(alignof(UParticleModuleMeshRotation) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation"); \ +static_assert(sizeof(UParticleModuleMeshRotation) == 0x000080, "Wrong size on UParticleModuleMeshRotation"); \ +static_assert(offsetof(UParticleModuleMeshRotation, StartRotation) == 0x000030, "Member 'UParticleModuleMeshRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation_Seeded \ +static_assert(alignof(UParticleModuleMeshRotation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation_Seeded"); \ +static_assert(sizeof(UParticleModuleMeshRotation_Seeded) == 0x0000A0, "Wrong size on UParticleModuleMeshRotation_Seeded"); \ +static_assert(offsetof(UParticleModuleMeshRotation_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleMeshRotation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_UParticleModuleOrientationBase \ +static_assert(alignof(UParticleModuleOrientationBase) == 0x000008, "Wrong alignment on UParticleModuleOrientationBase"); \ +static_assert(sizeof(UParticleModuleOrientationBase) == 0x000030, "Wrong size on UParticleModuleOrientationBase"); \ + +#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_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_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_ATriggerCapsule \ +static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ +static_assert(sizeof(ATriggerCapsule) == 0x000230, "Wrong size on ATriggerCapsule"); \ + +#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_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_UScene \ +static_assert(alignof(UScene) == 0x000008, "Wrong alignment on UScene"); \ +static_assert(sizeof(UScene) == 0x000028, "Wrong size on UScene"); \ + +#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_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_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_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_APhysicsConstraintActor \ +static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ +static_assert(sizeof(APhysicsConstraintActor) == 0x000248, "Wrong size on APhysicsConstraintActor"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000228, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000230, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x000238, "Member 'APhysicsConstraintActor::ConstraintActor2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScale \ +static_assert(alignof(UParticleModuleSizeScale) == 0x000008, "Wrong alignment on UParticleModuleSizeScale"); \ +static_assert(sizeof(UParticleModuleSizeScale) == 0x000080, "Wrong size on UParticleModuleSizeScale"); \ +static_assert(offsetof(UParticleModuleSizeScale, SizeScale) == 0x000030, "Member 'UParticleModuleSizeScale::SizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScaleBySpeed \ +static_assert(alignof(UParticleModuleSizeScaleBySpeed) == 0x000008, "Wrong alignment on UParticleModuleSizeScaleBySpeed"); \ +static_assert(sizeof(UParticleModuleSizeScaleBySpeed) == 0x000040, "Wrong size on UParticleModuleSizeScaleBySpeed"); \ +static_assert(offsetof(UParticleModuleSizeScaleBySpeed, SpeedScale) == 0x000030, "Member 'UParticleModuleSizeScaleBySpeed::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSizeScaleBySpeed, MaxScale) == 0x000038, "Member 'UParticleModuleSizeScaleBySpeed::MaxScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawnBase \ +static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ +static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ + +#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_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_UPhysicsThrusterComponent \ +static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ +static_assert(sizeof(UPhysicsThrusterComponent) == 0x000200, "Wrong size on UPhysicsThrusterComponent"); \ +static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x0001F8, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUVMovie \ +static_assert(alignof(UParticleModuleSubUVMovie) == 0x000008, "Wrong alignment on UParticleModuleSubUVMovie"); \ +static_assert(sizeof(UParticleModuleSubUVMovie) == 0x0000B0, "Wrong size on UParticleModuleSubUVMovie"); \ +static_assert(offsetof(UParticleModuleSubUVMovie, FrameRate) == 0x000078, "Member 'UParticleModuleSubUVMovie::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSubUVMovie, StartingFrame) == 0x0000A8, "Member 'UParticleModuleSubUVMovie::StartingFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTrailBase \ +static_assert(alignof(UParticleModuleTrailBase) == 0x000008, "Wrong alignment on UParticleModuleTrailBase"); \ +static_assert(sizeof(UParticleModuleTrailBase) == 0x000030, "Wrong size on UParticleModuleTrailBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTrailSource \ +static_assert(alignof(UParticleModuleTrailSource) == 0x000008, "Wrong alignment on UParticleModuleTrailSource"); \ +static_assert(sizeof(UParticleModuleTrailSource) == 0x000090, "Wrong size on UParticleModuleTrailSource"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceMethod) == 0x000030, "Member 'UParticleModuleTrailSource::SourceMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceName) == 0x000034, "Member 'UParticleModuleTrailSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceStrength) == 0x000040, "Member 'UParticleModuleTrailSource::SourceStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetCount) == 0x000074, "Member 'UParticleModuleTrailSource::SourceOffsetCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetDefaults) == 0x000078, "Member 'UParticleModuleTrailSource::SourceOffsetDefaults' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SelectionMethod) == 0x000088, "Member 'UParticleModuleTrailSource::SelectionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataBase \ +static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ +static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ + +#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_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_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_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_UParticleModuleTypeDataRibbon \ +static_assert(alignof(UParticleModuleTypeDataRibbon) == 0x000008, "Wrong alignment on UParticleModuleTypeDataRibbon"); \ +static_assert(sizeof(UParticleModuleTypeDataRibbon) == 0x000060, "Wrong size on UParticleModuleTypeDataRibbon"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTessellationBetweenParticles) == 0x000030, "Member 'UParticleModuleTypeDataRibbon::MaxTessellationBetweenParticles' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, SheetsPerTrail) == 0x000034, "Member 'UParticleModuleTypeDataRibbon::SheetsPerTrail' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTrailCount) == 0x000038, "Member 'UParticleModuleTypeDataRibbon::MaxTrailCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxParticleInTrailCount) == 0x00003C, "Member 'UParticleModuleTypeDataRibbon::MaxParticleInTrailCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, RenderAxis) == 0x000044, "Member 'UParticleModuleTypeDataRibbon::RenderAxis' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentSpawningScalar) == 0x000048, "Member 'UParticleModuleTypeDataRibbon::TangentSpawningScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TilingDistance) == 0x000050, "Member 'UParticleModuleTypeDataRibbon::TilingDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, DistanceTessellationStepSize) == 0x000054, "Member 'UParticleModuleTypeDataRibbon::DistanceTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentTessellationScalar) == 0x00005C, "Member 'UParticleModuleTypeDataRibbon::TangentTessellationScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldBase \ +static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ +static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000030, "Wrong size on UParticleModuleVectorFieldBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldGlobal \ +static_assert(alignof(UParticleModuleVectorFieldGlobal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldGlobal"); \ +static_assert(sizeof(UParticleModuleVectorFieldGlobal) == 0x000040, "Wrong size on UParticleModuleVectorFieldGlobal"); \ +static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldScale) == 0x000034, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldTightness) == 0x000038, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldTightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_SceneCaptureCube_OnInterpToggle \ +static_assert(alignof(SceneCaptureCube_OnInterpToggle) == 0x000001, "Wrong alignment on SceneCaptureCube_OnInterpToggle"); \ +static_assert(sizeof(SceneCaptureCube_OnInterpToggle) == 0x000001, "Wrong size on SceneCaptureCube_OnInterpToggle"); \ +static_assert(offsetof(SceneCaptureCube_OnInterpToggle, bEnable) == 0x000000, "Member 'SceneCaptureCube_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCaptureCube \ +static_assert(alignof(ASceneCaptureCube) == 0x000008, "Wrong alignment on ASceneCaptureCube"); \ +static_assert(sizeof(ASceneCaptureCube) == 0x000240, "Wrong size on ASceneCaptureCube"); \ +static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x000238, "Member 'ASceneCaptureCube::CaptureComponentCube' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_ParticleSystemComponent_BeginTrails \ +static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ +static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 0x000018, "Wrong size on ParticleSystemComponent_BeginTrails"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_BeginTrails::InFirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_BeginTrails::InSecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_BeginTrails::InWidthMode' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidth) == 0x000014, "Member 'ParticleSystemComponent_BeginTrails::InWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_CreateNamedDynamicMaterialInstance \ +static_assert(alignof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000008, "Wrong alignment on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ +static_assert(sizeof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000018, "Wrong size on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, InName) == 0x000000, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::InName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent \ +static_assert(alignof(ParticleSystemComponent_GenerateParticleEvent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GenerateParticleEvent"); \ +static_assert(sizeof(ParticleSystemComponent_GenerateParticleEvent) == 0x000030, "Wrong size on ParticleSystemComponent_GenerateParticleEvent"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEventName) == 0x000000, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEmitterTime) == 0x000008, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEmitterTime' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InLocation) == 0x00000C, "Member 'ParticleSystemComponent_GenerateParticleEvent::InLocation' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InDirection) == 0x000018, "Member 'ParticleSystemComponent_GenerateParticleEvent::InDirection' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InVelocity) == 0x000024, "Member 'ParticleSystemComponent_GenerateParticleEvent::InVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetAutoAttachParams \ +static_assert(alignof(ParticleSystemComponent_SetAutoAttachParams) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetAutoAttachParams"); \ +static_assert(sizeof(ParticleSystemComponent_SetAutoAttachParams) == 0x000018, "Wrong size on ParticleSystemComponent_SetAutoAttachParams"); \ +static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, Parent) == 0x000000, "Member 'ParticleSystemComponent_SetAutoAttachParams::Parent' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, SocketName) == 0x000008, "Member 'ParticleSystemComponent_SetAutoAttachParams::SocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, LocationType) == 0x000010, "Member 'ParticleSystemComponent_SetAutoAttachParams::LocationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamEndPoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamEndPoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamEndPoint) == 0x000010, "Wrong size on ParticleSystemComponent_SetBeamEndPoint"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, NewEndPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamEndPoint::NewEndPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourcePoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourcePoint"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, NewSourcePoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourcePoint::NewSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceStrength \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceStrength"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourceStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamSourceStrength"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, NewSourceStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceStrength::NewSourceStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, SourceIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceTangent \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceTangent"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourceTangent"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceTangent::NewTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetPoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetPoint"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, NewTargetPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetPoint::NewTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetStrength \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetStrength"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamTargetStrength"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, NewTargetStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetStrength::NewTargetStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, TargetIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetTangent \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetTangent"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetTangent"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetTangent::NewTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetMaterialParameter \ +static_assert(alignof(ParticleSystemComponent_SetMaterialParameter) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetMaterialParameter"); \ +static_assert(sizeof(ParticleSystemComponent_SetMaterialParameter) == 0x000010, "Wrong size on ParticleSystemComponent_SetMaterialParameter"); \ +static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, ParameterName) == 0x000000, "Member 'ParticleSystemComponent_SetMaterialParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, Param) == 0x000008, "Member 'ParticleSystemComponent_SetMaterialParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetTemplate \ +static_assert(alignof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetTemplate"); \ +static_assert(sizeof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong size on ParticleSystemComponent_SetTemplate"); \ +static_assert(offsetof(ParticleSystemComponent_SetTemplate, NewTemplate) == 0x000000, "Member 'ParticleSystemComponent_SetTemplate::NewTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetTrailSourceData \ +static_assert(alignof(ParticleSystemComponent_SetTrailSourceData) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetTrailSourceData"); \ +static_assert(sizeof(ParticleSystemComponent_SetTrailSourceData) == 0x000018, "Wrong size on ParticleSystemComponent_SetTrailSourceData"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_SetTrailSourceData::InFirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_SetTrailSourceData::InSecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidthMode' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidth) == 0x000014, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamEndPoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamEndPoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamEndPoint) == 0x000014, "Wrong size on ParticleSystemComponent_GetBeamEndPoint"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, OutEndPoint) == 0x000004, "Member 'ParticleSystemComponent_GetBeamEndPoint::OutEndPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_GetBeamEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourcePoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourcePoint"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, OutSourcePoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourcePoint::OutSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourcePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceStrength \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceStrength"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamSourceStrength"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, OutSourceStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceStrength::OutSourceStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamSourceStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceTangent \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceTangent"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourceTangent"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceTangent::OutTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourceTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetPoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetPoint"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, OutTargetPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetPoint::OutTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetStrength \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetStrength"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamTargetStrength"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, OutTargetStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetStrength::OutTargetStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamTargetStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetTangent \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetTangent"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetTangent"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetTangent::OutTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetNamedMaterial \ +static_assert(alignof(ParticleSystemComponent_GetNamedMaterial) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetNamedMaterial"); \ +static_assert(sizeof(ParticleSystemComponent_GetNamedMaterial) == 0x000010, "Wrong size on ParticleSystemComponent_GetNamedMaterial"); \ +static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, InName) == 0x000000, "Member 'ParticleSystemComponent_GetNamedMaterial::InName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, ReturnValue) == 0x000008, "Member 'ParticleSystemComponent_GetNamedMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetNumActiveParticles \ +static_assert(alignof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetNumActiveParticles"); \ +static_assert(sizeof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong size on ParticleSystemComponent_GetNumActiveParticles"); \ +static_assert(offsetof(ParticleSystemComponent_GetNumActiveParticles, ReturnValue) == 0x000000, "Member 'ParticleSystemComponent_GetNumActiveParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSystemComponent \ +static_assert(alignof(UParticleSystemComponent) == 0x000010, "Wrong alignment on UParticleSystemComponent"); \ +static_assert(sizeof(UParticleSystemComponent) == 0x0006B0, "Wrong size on UParticleSystemComponent"); \ +static_assert(offsetof(UParticleSystemComponent, Template) == 0x000450, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000458, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000468, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x000485, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x000486, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x000488, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x000498, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x0004A8, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x0004B8, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x0004C8, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x0004D8, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x0004DC, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x0004E8, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x0004F4, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x0004F8, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x000500, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x000508, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000528, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000540, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x000598, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x0005A0, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x0005A8, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x0005A9, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x0005AA, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x0005D8, "Member 'UParticleSystemComponent::OnSystemFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000014, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, ProfileName) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bIncludeSelf) == 0x000010, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bIncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bClearNotFound) == 0x000011, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bClearNotFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettings \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationSettings"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings) == 0x00002C, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationSettings"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettings::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings, PhysicalAnimationData) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettings::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow) == 0x000030, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, PhysicalAnimationData) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::PhysicalAnimationData' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, bIncludeSelf) == 0x00002C, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_SetSkeletalMeshComponent \ +static_assert(alignof(PhysicalAnimationComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong alignment on PhysicalAnimationComponent_SetSkeletalMeshComponent"); \ +static_assert(sizeof(PhysicalAnimationComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong size on PhysicalAnimationComponent_SetSkeletalMeshComponent"); \ +static_assert(offsetof(PhysicalAnimationComponent_SetSkeletalMeshComponent, InSkeletalMeshComponent) == 0x000000, "Member 'PhysicalAnimationComponent_SetSkeletalMeshComponent::InSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_SetStrengthMultiplyer \ +static_assert(alignof(PhysicalAnimationComponent_SetStrengthMultiplyer) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_SetStrengthMultiplyer"); \ +static_assert(sizeof(PhysicalAnimationComponent_SetStrengthMultiplyer) == 0x000004, "Wrong size on PhysicalAnimationComponent_SetStrengthMultiplyer"); \ +static_assert(offsetof(PhysicalAnimationComponent_SetStrengthMultiplyer, InStrengthMultiplyer) == 0x000000, "Member 'PhysicalAnimationComponent_SetStrengthMultiplyer::InStrengthMultiplyer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_GetBodyTargetTransform \ +static_assert(alignof(PhysicalAnimationComponent_GetBodyTargetTransform) == 0x000010, "Wrong alignment on PhysicalAnimationComponent_GetBodyTargetTransform"); \ +static_assert(sizeof(PhysicalAnimationComponent_GetBodyTargetTransform) == 0x000040, "Wrong size on PhysicalAnimationComponent_GetBodyTargetTransform"); \ +static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, ReturnValue) == 0x000010, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalAnimationComponent \ +static_assert(alignof(UPhysicalAnimationComponent) == 0x000008, "Wrong alignment on UPhysicalAnimationComponent"); \ +static_assert(sizeof(UPhysicalAnimationComponent) == 0x0000F0, "Wrong size on UPhysicalAnimationComponent"); \ +static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000B0, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000B8, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsCollisionHandler \ +static_assert(alignof(UPhysicsCollisionHandler) == 0x000008, "Wrong alignment on UPhysicsCollisionHandler"); \ +static_assert(sizeof(UPhysicsCollisionHandler) == 0x000040, "Wrong size on UPhysicsCollisionHandler"); \ +static_assert(offsetof(UPhysicsCollisionHandler, ImpactThreshold) == 0x000028, "Member 'UPhysicsCollisionHandler::ImpactThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, ImpactReFireDelay) == 0x00002C, "Member 'UPhysicsCollisionHandler::ImpactReFireDelay' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, DefaultImpactSound) == 0x000030, "Member 'UPhysicsCollisionHandler::DefaultImpactSound' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, LastImpactSoundTime) == 0x000038, "Member 'UPhysicsCollisionHandler::LastImpactSoundTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintTemplate \ +static_assert(alignof(UPhysicsConstraintTemplate) == 0x000008, "Wrong alignment on UPhysicsConstraintTemplate"); \ +static_assert(sizeof(UPhysicsConstraintTemplate) == 0x000318, "Wrong size on UPhysicsConstraintTemplate"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultInstance) == 0x000028, "Member 'UPhysicsConstraintTemplate::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, ProfileHandles) == 0x0001F0, "Member 'UPhysicsConstraintTemplate::ProfileHandles' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultProfile) == 0x000200, "Member 'UPhysicsConstraintTemplate::DefaultProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetNormalizedCompressionScalar \ +static_assert(alignof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ +static_assert(sizeof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong size on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ +static_assert(offsetof(PhysicsSpringComponent_GetNormalizedCompressionScalar, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetNormalizedCompressionScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringCurrentEndPoint \ +static_assert(alignof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ +static_assert(offsetof(PhysicsSpringComponent_GetSpringCurrentEndPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringCurrentEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringDirection \ +static_assert(alignof(PhysicsSpringComponent_GetSpringDirection) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringDirection"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringDirection) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringDirection"); \ +static_assert(offsetof(PhysicsSpringComponent_GetSpringDirection, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringRestingPoint \ +static_assert(alignof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringRestingPoint"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringRestingPoint"); \ +static_assert(offsetof(PhysicsSpringComponent_GetSpringRestingPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringRestingPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSpringComponent \ +static_assert(alignof(UPhysicsSpringComponent) == 0x000010, "Wrong alignment on UPhysicsSpringComponent"); \ +static_assert(sizeof(UPhysicsSpringComponent) == 0x000220, "Wrong size on UPhysicsSpringComponent"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x0001F8, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x0001FC, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000200, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x000204, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000208, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000209, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x00020C, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle \ +static_assert(alignof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong alignment on PlanarReflection_OnInterpToggle"); \ +static_assert(sizeof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong size on PlanarReflection_OnInterpToggle"); \ +static_assert(offsetof(PlanarReflection_OnInterpToggle, bEnable) == 0x000000, "Member 'PlanarReflection_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlanarReflection \ +static_assert(alignof(APlanarReflection) == 0x000008, "Wrong alignment on APlanarReflection"); \ +static_assert(sizeof(APlanarReflection) == 0x000248, "Wrong size on APlanarReflection"); \ +static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x000238, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ +static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x000240, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ +static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ +static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x000290, "Wrong size on UPlaneReflectionCaptureComponent"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x000270, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000278, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x000280, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_ProjectileMovementComponent_MoveInterpolationTarget \ +static_assert(alignof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000004, "Wrong alignment on ProjectileMovementComponent_MoveInterpolationTarget"); \ +static_assert(sizeof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000018, "Wrong size on ProjectileMovementComponent_MoveInterpolationTarget"); \ +static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, NewLocation) == 0x000000, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, NewRotation) == 0x00000C, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_SetInterpolatedComponent \ +static_assert(alignof(ProjectileMovementComponent_SetInterpolatedComponent) == 0x000008, "Wrong alignment on ProjectileMovementComponent_SetInterpolatedComponent"); \ +static_assert(sizeof(ProjectileMovementComponent_SetInterpolatedComponent) == 0x000008, "Wrong size on ProjectileMovementComponent_SetInterpolatedComponent"); \ +static_assert(offsetof(ProjectileMovementComponent_SetInterpolatedComponent, Component) == 0x000000, "Member 'ProjectileMovementComponent_SetInterpolatedComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_SetVelocityInLocalSpace \ +static_assert(alignof(ProjectileMovementComponent_SetVelocityInLocalSpace) == 0x000004, "Wrong alignment on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ +static_assert(sizeof(ProjectileMovementComponent_SetVelocityInLocalSpace) == 0x00000C, "Wrong size on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ +static_assert(offsetof(ProjectileMovementComponent_SetVelocityInLocalSpace, NewVelocity) == 0x000000, "Member 'ProjectileMovementComponent_SetVelocityInLocalSpace::NewVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_StopSimulating \ +static_assert(alignof(ProjectileMovementComponent_StopSimulating) == 0x000004, "Wrong alignment on ProjectileMovementComponent_StopSimulating"); \ +static_assert(sizeof(ProjectileMovementComponent_StopSimulating) == 0x000088, "Wrong size on ProjectileMovementComponent_StopSimulating"); \ +static_assert(offsetof(ProjectileMovementComponent_StopSimulating, HitResult) == 0x000000, "Member 'ProjectileMovementComponent_StopSimulating::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_IsInterpolationComplete \ +static_assert(alignof(ProjectileMovementComponent_IsInterpolationComplete) == 0x000001, "Wrong alignment on ProjectileMovementComponent_IsInterpolationComplete"); \ +static_assert(sizeof(ProjectileMovementComponent_IsInterpolationComplete) == 0x000001, "Wrong size on ProjectileMovementComponent_IsInterpolationComplete"); \ +static_assert(offsetof(ProjectileMovementComponent_IsInterpolationComplete, ReturnValue) == 0x000000, "Member 'ProjectileMovementComponent_IsInterpolationComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_IsVelocityUnderSimulationThreshold \ +static_assert(alignof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold) == 0x000001, "Wrong alignment on ProjectileMovementComponent_IsVelocityUnderSimulationThreshold"); \ +static_assert(sizeof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold) == 0x000001, "Wrong size on ProjectileMovementComponent_IsVelocityUnderSimulationThreshold"); \ +static_assert(offsetof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold, ReturnValue) == 0x000000, "Member 'ProjectileMovementComponent_IsVelocityUnderSimulationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_LimitVelocity \ +static_assert(alignof(ProjectileMovementComponent_LimitVelocity) == 0x000004, "Wrong alignment on ProjectileMovementComponent_LimitVelocity"); \ +static_assert(sizeof(ProjectileMovementComponent_LimitVelocity) == 0x000018, "Wrong size on ProjectileMovementComponent_LimitVelocity"); \ +static_assert(offsetof(ProjectileMovementComponent_LimitVelocity, NewVelocity) == 0x000000, "Member 'ProjectileMovementComponent_LimitVelocity::NewVelocity' has a wrong offset!"); \ +static_assert(offsetof(ProjectileMovementComponent_LimitVelocity, ReturnValue) == 0x00000C, "Member 'ProjectileMovementComponent_LimitVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectileMovementComponent \ +static_assert(alignof(UProjectileMovementComponent) == 0x000010, "Wrong alignment on UProjectileMovementComponent"); \ +static_assert(sizeof(UProjectileMovementComponent) == 0x0001D0, "Wrong size on UProjectileMovementComponent"); \ +static_assert(offsetof(UProjectileMovementComponent, InitialSpeed) == 0x0000F0, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x0000F4, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x0000FC, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000100, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x00010C, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x000110, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000114, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000118, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x00011C, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x000120, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000128, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000138, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000148, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x00014C, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x000154, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000158, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x00015C, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x000160, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x000164, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x000168, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x00016C, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplayNetConnection \ +static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ +static_assert(sizeof(UReplayNetConnection) == 0x0023A8, "Wrong size on UReplayNetConnection"); \ + +#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_ARuntimeVirtualTextureVolume \ +static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ +static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000230, "Wrong size on ARuntimeVirtualTextureVolume"); \ +static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000228, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCapture2D_OnInterpToggle \ +static_assert(alignof(SceneCapture2D_OnInterpToggle) == 0x000001, "Wrong alignment on SceneCapture2D_OnInterpToggle"); \ +static_assert(sizeof(SceneCapture2D_OnInterpToggle) == 0x000001, "Wrong size on SceneCapture2D_OnInterpToggle"); \ +static_assert(offsetof(SceneCapture2D_OnInterpToggle, bEnable) == 0x000000, "Member 'SceneCapture2D_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCapture2D \ +static_assert(alignof(ASceneCapture2D) == 0x000008, "Wrong alignment on ASceneCapture2D"); \ +static_assert(sizeof(ASceneCapture2D) == 0x000240, "Wrong size on ASceneCapture2D"); \ +static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x000238, "Member 'ASceneCapture2D::CaptureComponent2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent2D_AddOrUpdateBlendable \ +static_assert(alignof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ +static_assert(sizeof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000018, "Wrong size on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ +static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent2D_RemoveBlendable \ +static_assert(alignof(SceneCaptureComponent2D_RemoveBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_RemoveBlendable"); \ +static_assert(sizeof(SceneCaptureComponent2D_RemoveBlendable) == 0x000010, "Wrong size on SceneCaptureComponent2D_RemoveBlendable"); \ +static_assert(offsetof(SceneCaptureComponent2D_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponent2D \ +static_assert(alignof(USceneCaptureComponent2D) == 0x000010, "Wrong alignment on USceneCaptureComponent2D"); \ +static_assert(sizeof(USceneCaptureComponent2D) == 0x0008C0, "Wrong size on USceneCaptureComponent2D"); \ +static_assert(offsetof(USceneCaptureComponent2D, ProjectionType) == 0x0002B0, "Member 'USceneCaptureComponent2D::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, FOVAngle) == 0x0002B4, "Member 'USceneCaptureComponent2D::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, OrthoWidth) == 0x0002B8, "Member 'USceneCaptureComponent2D::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x0002C0, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x0002C8, "Member 'USceneCaptureComponent2D::CompositeMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessSettings) == 0x0002D0, "Member 'USceneCaptureComponent2D::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessBlendWeight) == 0x000830, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000838, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x00083C, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000840, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x000880, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x000884, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x000890, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bDisableFlipCopyGLES) == 0x0008A0, "Member 'USceneCaptureComponent2D::bDisableFlipCopyGLES' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponentCube \ +static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ +static_assert(sizeof(USceneCaptureComponentCube) == 0x0002E0, "Wrong size on USceneCaptureComponentCube"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTarget) == 0x0002B0, "Member 'USceneCaptureComponentCube::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, bCaptureRotation) == 0x0002B8, "Member 'USceneCaptureComponentCube::bCaptureRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetLeft) == 0x0002C0, "Member 'USceneCaptureComponentCube::TextureTargetLeft' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetRight) == 0x0002C8, "Member 'USceneCaptureComponentCube::TextureTargetRight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetODS) == 0x0002D0, "Member 'USceneCaptureComponentCube::TextureTargetODS' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, IPD) == 0x0002D8, "Member 'USceneCaptureComponentCube::IPD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelection \ +static_assert(alignof(USelection) == 0x000008, "Wrong alignment on USelection"); \ +static_assert(sizeof(USelection) == 0x0000A0, "Wrong size on USelection"); \ + +#define DUMPER7_ASSERTS_UShadowMapTexture2D \ +static_assert(alignof(UShadowMapTexture2D) == 0x000010, "Wrong alignment on UShadowMapTexture2D"); \ +static_assert(sizeof(UShadowMapTexture2D) == 0x0001B0, "Wrong size on UShadowMapTexture2D"); \ +static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x0001A0, "Member 'UShadowMapTexture2D::ShadowmapFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleConstructionScript \ +static_assert(alignof(USimpleConstructionScript) == 0x000008, "Wrong alignment on USimpleConstructionScript"); \ +static_assert(sizeof(USimpleConstructionScript) == 0x0000A0, "Wrong size on USimpleConstructionScript"); \ +static_assert(offsetof(USimpleConstructionScript, RootNodes) == 0x000028, "Member 'USimpleConstructionScript::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, AllNodes) == 0x000038, "Member 'USimpleConstructionScript::AllNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, DefaultSceneRootNode) == 0x000048, "Member 'USimpleConstructionScript::DefaultSceneRootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ASkyAtmosphere \ +static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ +static_assert(sizeof(ASkyAtmosphere) == 0x000230, "Wrong size on ASkyAtmosphere"); \ +static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000228, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetCubemap \ +static_assert(alignof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemap"); \ +static_assert(sizeof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong size on SkyLightComponent_SetCubemap"); \ +static_assert(offsetof(SkyLightComponent_SetCubemap, NewCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemap::NewCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetCubemapBlend \ +static_assert(alignof(SkyLightComponent_SetCubemapBlend) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemapBlend"); \ +static_assert(sizeof(SkyLightComponent_SetCubemapBlend) == 0x000018, "Wrong size on SkyLightComponent_SetCubemapBlend"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, SourceCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemapBlend::SourceCubemap' has a wrong offset!"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, DestinationCubemap) == 0x000008, "Member 'SkyLightComponent_SetCubemapBlend::DestinationCubemap' has a wrong offset!"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, InBlendFraction) == 0x000010, "Member 'SkyLightComponent_SetCubemapBlend::InBlendFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetIndirectLightingIntensity \ +static_assert(alignof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIndirectLightingIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIndirectLightingIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetIntensity \ +static_assert(alignof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetLightColor \ +static_assert(alignof(SkyLightComponent_SetLightColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLightColor"); \ +static_assert(sizeof(SkyLightComponent_SetLightColor) == 0x000010, "Wrong size on SkyLightComponent_SetLightColor"); \ +static_assert(offsetof(SkyLightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'SkyLightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetLowerHemisphereColor \ +static_assert(alignof(SkyLightComponent_SetLowerHemisphereColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLowerHemisphereColor"); \ +static_assert(sizeof(SkyLightComponent_SetLowerHemisphereColor) == 0x000010, "Wrong size on SkyLightComponent_SetLowerHemisphereColor"); \ +static_assert(offsetof(SkyLightComponent_SetLowerHemisphereColor, InLowerHemisphereColor) == 0x000000, "Member 'SkyLightComponent_SetLowerHemisphereColor::InLowerHemisphereColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetMinOcclusion \ +static_assert(alignof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong alignment on SkyLightComponent_SetMinOcclusion"); \ +static_assert(sizeof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong size on SkyLightComponent_SetMinOcclusion"); \ +static_assert(offsetof(SkyLightComponent_SetMinOcclusion, InMinOcclusion) == 0x000000, "Member 'SkyLightComponent_SetMinOcclusion::InMinOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionContrast \ +static_assert(alignof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionContrast"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionContrast"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionContrast, InOcclusionContrast) == 0x000000, "Member 'SkyLightComponent_SetOcclusionContrast::InOcclusionContrast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionExponent \ +static_assert(alignof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionExponent"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionExponent"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionExponent, InOcclusionExponent) == 0x000000, "Member 'SkyLightComponent_SetOcclusionExponent::InOcclusionExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionTint \ +static_assert(alignof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionTint"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionTint"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionTint, InTint) == 0x000000, "Member 'SkyLightComponent_SetOcclusionTint::InTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyLightComponent \ +static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ +static_assert(sizeof(USkyLightComponent) == 0x000400, "Wrong size on USkyLightComponent"); \ +static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000228, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceType) == 0x000229, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Cubemap) == 0x000230, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x000238, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x00023C, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000240, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x000244, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x000245, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x000248, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x000258, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Contrast) == 0x00025C, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x000260, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x000264, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x000268, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x000270, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x000274, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x000278, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x00027C, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x000280, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000328, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateBrushAsset \ +static_assert(alignof(USlateBrushAsset) == 0x000008, "Wrong alignment on USlateBrushAsset"); \ +static_assert(sizeof(USlateBrushAsset) == 0x0000B0, "Wrong size on USlateBrushAsset"); \ +static_assert(offsetof(USlateBrushAsset, Brush) == 0x000028, "Member 'USlateBrushAsset::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_USoundCue \ +static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ +static_assert(sizeof(USoundCue) == 0x000548, "Wrong size on USoundCue"); \ +static_assert(offsetof(USoundCue, FirstNode) == 0x000178, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000180, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, PitchMultiplier) == 0x000184, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000188, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000528, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x000534, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundGroups \ +static_assert(alignof(USoundGroups) == 0x000008, "Wrong alignment on USoundGroups"); \ +static_assert(sizeof(USoundGroups) == 0x000088, "Wrong size on USoundGroups"); \ +static_assert(offsetof(USoundGroups, SoundGroupProfiles) == 0x000028, "Member 'USoundGroups::SoundGroupProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_ASphereReflectionCapture \ +static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ +static_assert(sizeof(ASphereReflectionCapture) == 0x000238, "Wrong size on ASphereReflectionCapture"); \ +static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000230, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ +static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ +static_assert(sizeof(USphereReflectionCaptureComponent) == 0x000280, "Wrong size on USphereReflectionCaptureComponent"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x000270, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x000274, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000278, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASplineMeshActor \ +static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ +static_assert(sizeof(ASplineMeshActor) == 0x000230, "Wrong size on ASplineMeshActor"); \ +static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000228, "Member 'ASplineMeshActor::SplineMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000170, "Wrong size on UStaticMesh"); \ +static_assert(offsetof(UStaticMesh, MinLOD) == 0x000080, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LpvBiasMultiplier) == 0x000084, "Member 'UStaticMesh::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000088, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x000098, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x00009C, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x0000A0, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x0000A4, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, BodySetup) == 0x0000A8, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LODForCollision) == 0x0000B0, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ShadowMapLODs) == 0x0000B8, "Member 'UStaticMesh::ShadowMapLODs' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ShadowOnlyLODs) == 0x0000C8, "Member 'UStaticMesh::ShadowOnlyLODs' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MaxShadowCascade) == 0x0000CC, "Member 'UStaticMesh::MaxShadowCascade' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, Sockets) == 0x0000F8, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x000118, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x000124, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000130, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x00014C, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000150, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, EditableMesh) == 0x000160, "Member 'UStaticMesh::EditableMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NavCollision) == 0x000168, "Member 'UStaticMesh::NavCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshSocket \ +static_assert(alignof(UStaticMeshSocket) == 0x000008, "Wrong alignment on UStaticMeshSocket"); \ +static_assert(sizeof(UStaticMeshSocket) == 0x000068, "Wrong size on UStaticMeshSocket"); \ +static_assert(offsetof(UStaticMeshSocket, SocketName) == 0x000028, "Member 'UStaticMeshSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeLocation) == 0x000030, "Member 'UStaticMeshSocket::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeRotation) == 0x00003C, "Member 'UStaticMeshSocket::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeScale) == 0x000048, "Member 'UStaticMeshSocket::RelativeScale' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, Tag) == 0x000058, "Member 'UStaticMeshSocket::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen \ +static_assert(alignof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen) == 0x000001, "Wrong alignment on StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen"); \ +static_assert(sizeof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen) == 0x000001, "Wrong size on StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen, InAutoShowEnabled) == 0x000000, "Member 'StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen::InAutoShowEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerFunctionLibrary_SetSplashScreen \ +static_assert(alignof(StereoLayerFunctionLibrary_SetSplashScreen) == 0x000008, "Wrong alignment on StereoLayerFunctionLibrary_SetSplashScreen"); \ +static_assert(sizeof(StereoLayerFunctionLibrary_SetSplashScreen) == 0x000020, "Wrong size on StereoLayerFunctionLibrary_SetSplashScreen"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Texture) == 0x000000, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Texture' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Scale) == 0x000008, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Scale' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Offset) == 0x000010, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Offset' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowLoadingMovie) == 0x00001C, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowLoadingMovie' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowOnSet) == 0x00001D, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowOnSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerFunctionLibrary \ +static_assert(alignof(UStereoLayerFunctionLibrary) == 0x000008, "Wrong alignment on UStereoLayerFunctionLibrary"); \ +static_assert(sizeof(UStereoLayerFunctionLibrary) == 0x000028, "Wrong size on UStereoLayerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UStringTable \ +static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ +static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ + +#define DUMPER7_ASSERTS_USubsurfaceProfile \ +static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ +static_assert(sizeof(USubsurfaceProfile) == 0x0000B8, "Wrong size on USubsurfaceProfile"); \ +static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000028, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ATextRenderActor \ +static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ +static_assert(sizeof(ATextRenderActor) == 0x000230, "Wrong size on ATextRenderActor"); \ +static_assert(offsetof(ATextRenderActor, TextRender) == 0x000228, "Member 'ATextRenderActor::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_K2_SetText \ +static_assert(alignof(TextRenderComponent_K2_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_K2_SetText"); \ +static_assert(sizeof(TextRenderComponent_K2_SetText) == 0x000018, "Wrong size on TextRenderComponent_K2_SetText"); \ +static_assert(offsetof(TextRenderComponent_K2_SetText, Value) == 0x000000, "Member 'TextRenderComponent_K2_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetFont \ +static_assert(alignof(TextRenderComponent_SetFont) == 0x000008, "Wrong alignment on TextRenderComponent_SetFont"); \ +static_assert(sizeof(TextRenderComponent_SetFont) == 0x000008, "Wrong size on TextRenderComponent_SetFont"); \ +static_assert(offsetof(TextRenderComponent_SetFont, Value) == 0x000000, "Member 'TextRenderComponent_SetFont::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizontalAlignment \ +static_assert(alignof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetHorizontalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetHorizSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetText \ +static_assert(alignof(TextRenderComponent_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_SetText"); \ +static_assert(sizeof(TextRenderComponent_SetText) == 0x000010, "Wrong size on TextRenderComponent_SetText"); \ +static_assert(offsetof(TextRenderComponent_SetText, Value) == 0x000000, "Member 'TextRenderComponent_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetTextMaterial \ +static_assert(alignof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong alignment on TextRenderComponent_SetTextMaterial"); \ +static_assert(sizeof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong size on TextRenderComponent_SetTextMaterial"); \ +static_assert(offsetof(TextRenderComponent_SetTextMaterial, Material) == 0x000000, "Member 'TextRenderComponent_SetTextMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetTextRenderColor \ +static_assert(alignof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong alignment on TextRenderComponent_SetTextRenderColor"); \ +static_assert(sizeof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong size on TextRenderComponent_SetTextRenderColor"); \ +static_assert(offsetof(TextRenderComponent_SetTextRenderColor, Value) == 0x000000, "Member 'TextRenderComponent_SetTextRenderColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetVerticalAlignment \ +static_assert(alignof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetVerticalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetVerticalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetVerticalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetVertSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetVertSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetVertSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetVertSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetVertSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetWorldSize \ +static_assert(alignof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_SetWorldSize"); \ +static_assert(sizeof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong size on TextRenderComponent_SetWorldSize"); \ +static_assert(offsetof(TextRenderComponent_SetWorldSize, Value) == 0x000000, "Member 'TextRenderComponent_SetWorldSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetXScale \ +static_assert(alignof(TextRenderComponent_SetXScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetXScale"); \ +static_assert(sizeof(TextRenderComponent_SetXScale) == 0x000004, "Wrong size on TextRenderComponent_SetXScale"); \ +static_assert(offsetof(TextRenderComponent_SetXScale, Value) == 0x000000, "Member 'TextRenderComponent_SetXScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetYScale \ +static_assert(alignof(TextRenderComponent_SetYScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetYScale"); \ +static_assert(sizeof(TextRenderComponent_SetYScale) == 0x000004, "Wrong size on TextRenderComponent_SetYScale"); \ +static_assert(offsetof(TextRenderComponent_SetYScale, Value) == 0x000000, "Member 'TextRenderComponent_SetYScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_GetTextLocalSize \ +static_assert(alignof(TextRenderComponent_GetTextLocalSize) == 0x000004, "Wrong alignment on TextRenderComponent_GetTextLocalSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextLocalSize) == 0x00000C, "Wrong size on TextRenderComponent_GetTextLocalSize"); \ +static_assert(offsetof(TextRenderComponent_GetTextLocalSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_GetTextWorldSize \ +static_assert(alignof(TextRenderComponent_GetTextWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_GetTextWorldSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextWorldSize) == 0x00000C, "Wrong size on TextRenderComponent_GetTextWorldSize"); \ +static_assert(offsetof(TextRenderComponent_GetTextWorldSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextWorldSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextRenderComponent \ +static_assert(alignof(UTextRenderComponent) == 0x000010, "Wrong alignment on UTextRenderComponent"); \ +static_assert(sizeof(UTextRenderComponent) == 0x0004A0, "Wrong size on UTextRenderComponent"); \ +static_assert(offsetof(UTextRenderComponent, Text) == 0x000450, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000468, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, Font) == 0x000470, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000478, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000479, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x00047C, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, XScale) == 0x000480, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, YScale) == 0x000484, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x000488, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x00048C, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x000490, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x000494, "Member 'UTextRenderComponent::VertSpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2DArray \ +static_assert(alignof(UTexture2DArray) == 0x000010, "Wrong alignment on UTexture2DArray"); \ +static_assert(sizeof(UTexture2DArray) == 0x0001E0, "Wrong size on UTexture2DArray"); \ +static_assert(offsetof(UTexture2DArray, AddressX) == 0x0001D0, "Member 'UTexture2DArray::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressY) == 0x0001D1, "Member 'UTexture2DArray::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressZ) == 0x0001D2, "Member 'UTexture2DArray::AddressZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureMipDataProviderFactory \ +static_assert(alignof(UTextureMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureMipDataProviderFactory"); \ +static_assert(sizeof(UTextureMipDataProviderFactory) == 0x000028, "Wrong size on UTextureMipDataProviderFactory"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2DArray \ +static_assert(alignof(UTextureRenderTarget2DArray) == 0x000010, "Wrong alignment on UTextureRenderTarget2DArray"); \ +static_assert(sizeof(UTextureRenderTarget2DArray) == 0x0001A0, "Wrong size on UTextureRenderTarget2DArray"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeX) == 0x000180, "Member 'UTextureRenderTarget2DArray::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeY) == 0x000184, "Member 'UTextureRenderTarget2DArray::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, Slices) == 0x000188, "Member 'UTextureRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x00018C, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x00019C, "Member 'UTextureRenderTarget2DArray::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ +static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ +static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000010, "Wrong size on TimelineComponent_SetFloatCurve"); \ +static_assert(offsetof(TimelineComponent_SetFloatCurve, NewFloatCurve) == 0x000000, "Member 'TimelineComponent_SetFloatCurve::NewFloatCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetFloatCurve, FloatTrackName) == 0x000008, "Member 'TimelineComponent_SetFloatCurve::FloatTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation \ +static_assert(alignof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_SetIgnoreTimeDilation"); \ +static_assert(sizeof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_SetIgnoreTimeDilation"); \ +static_assert(offsetof(TimelineComponent_SetIgnoreTimeDilation, bNewIgnoreTimeDilation) == 0x000000, "Member 'TimelineComponent_SetIgnoreTimeDilation::bNewIgnoreTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve \ +static_assert(alignof(TimelineComponent_SetLinearColorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetLinearColorCurve"); \ +static_assert(sizeof(TimelineComponent_SetLinearColorCurve) == 0x000010, "Wrong size on TimelineComponent_SetLinearColorCurve"); \ +static_assert(offsetof(TimelineComponent_SetLinearColorCurve, NewLinearColorCurve) == 0x000000, "Member 'TimelineComponent_SetLinearColorCurve::NewLinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetLinearColorCurve, LinearColorTrackName) == 0x000008, "Member 'TimelineComponent_SetLinearColorCurve::LinearColorTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetLooping \ +static_assert(alignof(TimelineComponent_SetLooping) == 0x000001, "Wrong alignment on TimelineComponent_SetLooping"); \ +static_assert(sizeof(TimelineComponent_SetLooping) == 0x000001, "Wrong size on TimelineComponent_SetLooping"); \ +static_assert(offsetof(TimelineComponent_SetLooping, bNewLooping) == 0x000000, "Member 'TimelineComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetNewTime \ +static_assert(alignof(TimelineComponent_SetNewTime) == 0x000004, "Wrong alignment on TimelineComponent_SetNewTime"); \ +static_assert(sizeof(TimelineComponent_SetNewTime) == 0x000004, "Wrong size on TimelineComponent_SetNewTime"); \ +static_assert(offsetof(TimelineComponent_SetNewTime, NewTime) == 0x000000, "Member 'TimelineComponent_SetNewTime::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition \ +static_assert(alignof(TimelineComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_SetPlaybackPosition"); \ +static_assert(sizeof(TimelineComponent_SetPlaybackPosition) == 0x000008, "Wrong size on TimelineComponent_SetPlaybackPosition"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'TimelineComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'TimelineComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireUpdate) == 0x000005, "Member 'TimelineComponent_SetPlaybackPosition::bFireUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetPlayRate \ +static_assert(alignof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_SetPlayRate"); \ +static_assert(sizeof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong size on TimelineComponent_SetPlayRate"); \ +static_assert(offsetof(TimelineComponent_SetPlayRate, NewRate) == 0x000000, "Member 'TimelineComponent_SetPlayRate::NewRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength \ +static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ +static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ +static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ +static_assert(sizeof(TimelineComponent_SetVectorCurve) == 0x000010, "Wrong size on TimelineComponent_SetVectorCurve"); \ +static_assert(offsetof(TimelineComponent_SetVectorCurve, NewVectorCurve) == 0x000000, "Member 'TimelineComponent_SetVectorCurve::NewVectorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetVectorCurve, VectorTrackName) == 0x000008, "Member 'TimelineComponent_SetVectorCurve::VectorTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation \ +static_assert(alignof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_GetIgnoreTimeDilation"); \ +static_assert(sizeof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_GetIgnoreTimeDilation"); \ +static_assert(offsetof(TimelineComponent_GetIgnoreTimeDilation, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetIgnoreTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition \ +static_assert(alignof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_GetPlaybackPosition"); \ +static_assert(sizeof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong size on TimelineComponent_GetPlaybackPosition"); \ +static_assert(offsetof(TimelineComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetPlayRate \ +static_assert(alignof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_GetPlayRate"); \ +static_assert(sizeof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong size on TimelineComponent_GetPlayRate"); \ +static_assert(offsetof(TimelineComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetTimelineLength \ +static_assert(alignof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_GetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_GetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_GetTimelineLength, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetTimelineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsLooping \ +static_assert(alignof(TimelineComponent_IsLooping) == 0x000001, "Wrong alignment on TimelineComponent_IsLooping"); \ +static_assert(sizeof(TimelineComponent_IsLooping) == 0x000001, "Wrong size on TimelineComponent_IsLooping"); \ +static_assert(offsetof(TimelineComponent_IsLooping, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsPlaying \ +static_assert(alignof(TimelineComponent_IsPlaying) == 0x000001, "Wrong alignment on TimelineComponent_IsPlaying"); \ +static_assert(sizeof(TimelineComponent_IsPlaying) == 0x000001, "Wrong size on TimelineComponent_IsPlaying"); \ +static_assert(offsetof(TimelineComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsReversing \ +static_assert(alignof(TimelineComponent_IsReversing) == 0x000001, "Wrong alignment on TimelineComponent_IsReversing"); \ +static_assert(sizeof(TimelineComponent_IsReversing) == 0x000001, "Wrong size on TimelineComponent_IsReversing"); \ +static_assert(offsetof(TimelineComponent_IsReversing, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsReversing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimelineComponent \ +static_assert(alignof(UTimelineComponent) == 0x000008, "Wrong alignment on UTimelineComponent"); \ +static_assert(sizeof(UTimelineComponent) == 0x000150, "Wrong size on UTimelineComponent"); \ +static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000B0, "Member 'UTimelineComponent::TheTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_ATriggerVolume \ +static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ +static_assert(sizeof(ATriggerVolume) == 0x000260, "Wrong size on ATriggerVolume"); \ + +#define DUMPER7_ASSERTS_UUserDefinedEnum \ +static_assert(alignof(UUserDefinedEnum) == 0x000008, "Wrong alignment on UUserDefinedEnum"); \ +static_assert(sizeof(UUserDefinedEnum) == 0x0000B0, "Wrong size on UUserDefinedEnum"); \ +static_assert(offsetof(UUserDefinedEnum, DisplayNameMap) == 0x000060, "Member 'UUserDefinedEnum::DisplayNameMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UVectorFieldAnimated \ +static_assert(alignof(UVectorFieldAnimated) == 0x000008, "Wrong alignment on UVectorFieldAnimated"); \ +static_assert(sizeof(UVectorFieldAnimated) == 0x000088, "Wrong size on UVectorFieldAnimated"); \ +static_assert(offsetof(UVectorFieldAnimated, Texture) == 0x000048, "Member 'UVectorFieldAnimated::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, ConstructionOp) == 0x000050, "Member 'UVectorFieldAnimated::ConstructionOp' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeX) == 0x000054, "Member 'UVectorFieldAnimated::VolumeSizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeY) == 0x000058, "Member 'UVectorFieldAnimated::VolumeSizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeZ) == 0x00005C, "Member 'UVectorFieldAnimated::VolumeSizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesX) == 0x000060, "Member 'UVectorFieldAnimated::SubImagesX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesY) == 0x000064, "Member 'UVectorFieldAnimated::SubImagesY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FrameCount) == 0x000068, "Member 'UVectorFieldAnimated::FrameCount' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FramesPerSecond) == 0x00006C, "Member 'UVectorFieldAnimated::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseField) == 0x000078, "Member 'UVectorFieldAnimated::NoiseField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseScale) == 0x000080, "Member 'UVectorFieldAnimated::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseMax) == 0x000084, "Member 'UVectorFieldAnimated::NoiseMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VectorFieldComponent_SetIntensity \ +static_assert(alignof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong alignment on VectorFieldComponent_SetIntensity"); \ +static_assert(sizeof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong size on VectorFieldComponent_SetIntensity"); \ +static_assert(offsetof(VectorFieldComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'VectorFieldComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldComponent \ +static_assert(alignof(UVectorFieldComponent) == 0x000010, "Wrong alignment on UVectorFieldComponent"); \ +static_assert(sizeof(UVectorFieldComponent) == 0x000480, "Wrong size on UVectorFieldComponent"); \ +static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000450, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000458, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x00045C, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldStatic \ +static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ +static_assert(sizeof(UVectorFieldStatic) == 0x000098, "Wrong size on UVectorFieldStatic"); \ +static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000048, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x00004C, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000050, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x000054, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVectorFieldVolume \ +static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ +static_assert(sizeof(AVectorFieldVolume) == 0x000230, "Wrong size on AVectorFieldVolume"); \ +static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000228, "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_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_IVisualLoggerDebugSnapshotInterface \ +static_assert(alignof(IVisualLoggerDebugSnapshotInterface) == 0x000001, "Wrong alignment on IVisualLoggerDebugSnapshotInterface"); \ +static_assert(sizeof(IVisualLoggerDebugSnapshotInterface) == 0x000001, "Wrong size on IVisualLoggerDebugSnapshotInterface"); \ + +#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_AWorldSettings \ +static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ +static_assert(sizeof(AWorldSettings) == 0x0003A8, "Wrong size on AWorldSettings"); \ +static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000230, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x000234, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x000238, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x000240, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000248, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZ) == 0x00024C, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000250, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000258, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x00025C, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000260, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000268, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000270, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000278, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000280, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x000284, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000290, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x000294, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000298, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x0002A0, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x0002C0, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0002E8, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0002F0, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x0002F4, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x0002F8, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x0002FC, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x000300, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x000304, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000308, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x00030C, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, Pauser) == 0x000350, "Member 'AWorldSettings::Pauser' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000358, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000368, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000378, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000380, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x000388, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x000390, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x0003A0, "Member 'AWorldSettings::LastBookmarkClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextHandle \ +static_assert(alignof(FGameplayEffectContextHandle) == 0x000008, "Wrong alignment on FGameplayEffectContextHandle"); \ +static_assert(sizeof(FGameplayEffectContextHandle) == 0x000018, "Wrong size on FGameplayEffectContextHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetDataHandle \ +static_assert(alignof(FGameplayAbilityTargetDataHandle) == 0x000008, "Wrong alignment on FGameplayAbilityTargetDataHandle"); \ +static_assert(sizeof(FGameplayAbilityTargetDataHandle) == 0x000028, "Wrong size on FGameplayAbilityTargetDataHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayEventData \ +static_assert(alignof(FGameplayEventData) == 0x000008, "Wrong alignment on FGameplayEventData"); \ +static_assert(sizeof(FGameplayEventData) == 0x0000B0, "Wrong size on FGameplayEventData"); \ +static_assert(offsetof(FGameplayEventData, EventTag) == 0x000000, "Member 'FGameplayEventData::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Instigator) == 0x000008, "Member 'FGameplayEventData::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Target) == 0x000010, "Member 'FGameplayEventData::Target' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject) == 0x000018, "Member 'FGameplayEventData::OptionalObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject2) == 0x000020, "Member 'FGameplayEventData::OptionalObject2' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, ContextHandle) == 0x000028, "Member 'FGameplayEventData::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, InstigatorTags) == 0x000040, "Member 'FGameplayEventData::InstigatorTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetTags) == 0x000060, "Member 'FGameplayEventData::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, EventMagnitude) == 0x000080, "Member 'FGameplayEventData::EventMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetData) == 0x000088, "Member 'FGameplayEventData::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectHandle \ +static_assert(alignof(FActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on FActiveGameplayEffectHandle"); \ +static_assert(sizeof(FActiveGameplayEffectHandle) == 0x000008, "Wrong size on FActiveGameplayEffectHandle"); \ +static_assert(offsetof(FActiveGameplayEffectHandle, Handle) == 0x000000, "Member 'FActiveGameplayEffectHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffectHandle, bPassedFiltersAndWasExecuted) == 0x000004, "Member 'FActiveGameplayEffectHandle::bPassedFiltersAndWasExecuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxy \ +static_assert(alignof(FMinimalGameplayCueReplicationProxy) == 0x000010, "Wrong alignment on FMinimalGameplayCueReplicationProxy"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxy) == 0x000290, "Wrong size on FMinimalGameplayCueReplicationProxy"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxy, Owner) == 0x000280, "Member 'FMinimalGameplayCueReplicationProxy::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpecHandle \ +static_assert(alignof(FGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on FGameplayEffectSpecHandle"); \ +static_assert(sizeof(FGameplayEffectSpecHandle) == 0x000010, "Wrong size on FGameplayEffectSpecHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslationLink \ +static_assert(alignof(FGameplayCueTranslationLink) == 0x000008, "Wrong alignment on FGameplayCueTranslationLink"); \ +static_assert(sizeof(FGameplayCueTranslationLink) == 0x000018, "Wrong size on FGameplayCueTranslationLink"); \ +static_assert(offsetof(FGameplayCueTranslationLink, RulesCDO) == 0x000000, "Member 'FGameplayCueTranslationLink::RulesCDO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslatorNodeIndex \ +static_assert(alignof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong alignment on FGameplayCueTranslatorNodeIndex"); \ +static_assert(sizeof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong size on FGameplayCueTranslatorNodeIndex"); \ +static_assert(offsetof(FGameplayCueTranslatorNodeIndex, Index) == 0x000000, "Member 'FGameplayCueTranslatorNodeIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslatorNode \ +static_assert(alignof(FGameplayCueTranslatorNode) == 0x000008, "Wrong alignment on FGameplayCueTranslatorNode"); \ +static_assert(sizeof(FGameplayCueTranslatorNode) == 0x000078, "Wrong size on FGameplayCueTranslatorNode"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, Links) == 0x000000, "Member 'FGameplayCueTranslatorNode::Links' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedIndex) == 0x000010, "Member 'FGameplayCueTranslatorNode::CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTag) == 0x000014, "Member 'FGameplayCueTranslatorNode::CachedGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTagName) == 0x00001C, "Member 'FGameplayCueTranslatorNode::CachedGameplayTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagRequirements \ +static_assert(alignof(FGameplayTagRequirements) == 0x000008, "Wrong alignment on FGameplayTagRequirements"); \ +static_assert(sizeof(FGameplayTagRequirements) == 0x000040, "Wrong size on FGameplayTagRequirements"); \ +static_assert(offsetof(FGameplayTagRequirements, RequireTags) == 0x000000, "Member 'FGameplayTagRequirements::RequireTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRequirements, IgnoreTags) == 0x000020, "Member 'FGameplayTagRequirements::IgnoreTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTargetDataFilterHandle \ +static_assert(alignof(FGameplayTargetDataFilterHandle) == 0x000008, "Wrong alignment on FGameplayTargetDataFilterHandle"); \ +static_assert(sizeof(FGameplayTargetDataFilterHandle) == 0x000010, "Wrong size on FGameplayTargetDataFilterHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecHandle \ +static_assert(alignof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandle"); \ +static_assert(sizeof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong size on FGameplayAbilitySpecHandle"); \ +static_assert(offsetof(FGameplayAbilitySpecHandle, Handle) == 0x000000, "Member 'FGameplayAbilitySpecHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecHandleAndPredictionKey \ +static_assert(alignof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandleAndPredictionKey"); \ +static_assert(sizeof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000008, "Wrong size on FGameplayAbilitySpecHandleAndPredictionKey"); \ +static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, AbilityHandle) == 0x000000, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, PredictionKeyAtCreation) == 0x000004, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::PredictionKeyAtCreation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityBindInfo \ +static_assert(alignof(FGameplayAbilityBindInfo) == 0x000008, "Wrong alignment on FGameplayAbilityBindInfo"); \ +static_assert(sizeof(FGameplayAbilityBindInfo) == 0x000010, "Wrong size on FGameplayAbilityBindInfo"); \ +static_assert(offsetof(FGameplayAbilityBindInfo, Command) == 0x000000, "Member 'FGameplayAbilityBindInfo::Command' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityBindInfo, GameplayAbilityClass) == 0x000008, "Member 'FGameplayAbilityBindInfo::GameplayAbilityClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictionKey \ +static_assert(alignof(FPredictionKey) == 0x000008, "Wrong alignment on FPredictionKey"); \ +static_assert(sizeof(FPredictionKey) == 0x000010, "Wrong size on FPredictionKey"); \ +static_assert(offsetof(FPredictionKey, PredictiveConnection) == 0x000000, "Member 'FPredictionKey::PredictiveConnection' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, Current) == 0x000008, "Member 'FPredictionKey::Current' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, Base) == 0x00000A, "Member 'FPredictionKey::Base' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, bIsStale) == 0x00000C, "Member 'FPredictionKey::bIsStale' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, bIsServerInitiated) == 0x00000D, "Member 'FPredictionKey::bIsServerInitiated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilities__FServerAbilityRPCBatch \ +static_assert(alignof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000008, "Wrong alignment on GameplayAbilities::FServerAbilityRPCBatch"); \ +static_assert(sizeof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000048, "Wrong size on GameplayAbilities::FServerAbilityRPCBatch"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, AbilitySpecHandle) == 0x000000, "Member 'GameplayAbilities::FServerAbilityRPCBatch::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, PredictionKey) == 0x000008, "Member 'GameplayAbilities::FServerAbilityRPCBatch::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, TargetData) == 0x000018, "Member 'GameplayAbilities::FServerAbilityRPCBatch::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, InputPressed) == 0x000040, "Member 'GameplayAbilities::FServerAbilityRPCBatch::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Ended) == 0x000041, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Ended' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Started) == 0x000042, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Started' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAttribute \ +static_assert(alignof(FGameplayAttribute) == 0x000008, "Wrong alignment on FGameplayAttribute"); \ +static_assert(sizeof(FGameplayAttribute) == 0x000038, "Wrong size on FGameplayAttribute"); \ +static_assert(offsetof(FGameplayAttribute, AttributeName) == 0x000000, "Member 'FGameplayAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttribute, Attribute) == 0x000010, "Member 'FGameplayAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttribute, AttributeOwner) == 0x000030, "Member 'FGameplayAttribute::AttributeOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifiedAttribute \ +static_assert(alignof(FGameplayEffectModifiedAttribute) == 0x000008, "Wrong alignment on FGameplayEffectModifiedAttribute"); \ +static_assert(sizeof(FGameplayEffectModifiedAttribute) == 0x000040, "Wrong size on FGameplayEffectModifiedAttribute"); \ +static_assert(offsetof(FGameplayEffectModifiedAttribute, Attribute) == 0x000000, "Member 'FGameplayEffectModifiedAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifiedAttribute, TotalMagnitude) == 0x000038, "Member 'FGameplayEffectModifiedAttribute::TotalMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureDefinition \ +static_assert(alignof(FGameplayEffectAttributeCaptureDefinition) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureDefinition"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureDefinition) == 0x000040, "Wrong size on FGameplayEffectAttributeCaptureDefinition"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeToCapture) == 0x000000, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeToCapture' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeSource) == 0x000038, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, bSnapshot) == 0x000039, "Member 'FGameplayEffectAttributeCaptureDefinition::bSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpec \ +static_assert(alignof(FGameplayEffectAttributeCaptureSpec) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpec"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureSpec) == 0x000050, "Wrong size on FGameplayEffectAttributeCaptureSpec"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpec, BackingDefinition) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpec::BackingDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpecContainer \ +static_assert(alignof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpecContainer"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000028, "Wrong size on FGameplayEffectAttributeCaptureSpecContainer"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, SourceAttributes) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpecContainer::SourceAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, TargetAttributes) == 0x000010, "Member 'FGameplayEffectAttributeCaptureSpecContainer::TargetAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, bHasNonSnapshottedAttributes) == 0x000020, "Member 'FGameplayEffectAttributeCaptureSpecContainer::bHasNonSnapshottedAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagContainerAggregator \ +static_assert(alignof(FTagContainerAggregator) == 0x000008, "Wrong alignment on FTagContainerAggregator"); \ +static_assert(sizeof(FTagContainerAggregator) == 0x000088, "Wrong size on FTagContainerAggregator"); \ +static_assert(offsetof(FTagContainerAggregator, CapturedActorTags) == 0x000000, "Member 'FTagContainerAggregator::CapturedActorTags' has a wrong offset!"); \ +static_assert(offsetof(FTagContainerAggregator, CapturedSpecTags) == 0x000020, "Member 'FTagContainerAggregator::CapturedSpecTags' has a wrong offset!"); \ +static_assert(offsetof(FTagContainerAggregator, ScopedTags) == 0x000040, "Member 'FTagContainerAggregator::ScopedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModifierSpec \ +static_assert(alignof(FModifierSpec) == 0x000004, "Wrong alignment on FModifierSpec"); \ +static_assert(sizeof(FModifierSpec) == 0x000004, "Wrong size on FModifierSpec"); \ +static_assert(offsetof(FModifierSpec, EvaluatedMagnitude) == 0x000000, "Member 'FModifierSpec::EvaluatedMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalableFloat \ +static_assert(alignof(FScalableFloat) == 0x000008, "Wrong alignment on FScalableFloat"); \ +static_assert(sizeof(FScalableFloat) == 0x000028, "Wrong size on FScalableFloat"); \ +static_assert(offsetof(FScalableFloat, Value) == 0x000000, "Member 'FScalableFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FScalableFloat, Curve) == 0x000008, "Member 'FScalableFloat::Curve' has a wrong offset!"); \ +static_assert(offsetof(FScalableFloat, RegistryType) == 0x000018, "Member 'FScalableFloat::RegistryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecDef \ +static_assert(alignof(FGameplayAbilitySpecDef) == 0x000008, "Wrong alignment on FGameplayAbilitySpecDef"); \ +static_assert(sizeof(FGameplayAbilitySpecDef) == 0x000098, "Wrong size on FGameplayAbilitySpecDef"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, Ability) == 0x000000, "Member 'FGameplayAbilitySpecDef::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, LevelScalableFloat) == 0x000008, "Member 'FGameplayAbilitySpecDef::LevelScalableFloat' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, InputID) == 0x000030, "Member 'FGameplayAbilitySpecDef::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, RemovalPolicy) == 0x000034, "Member 'FGameplayAbilitySpecDef::RemovalPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, SourceObject) == 0x000038, "Member 'FGameplayAbilitySpecDef::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, AssignedHandle) == 0x000090, "Member 'FGameplayAbilitySpecDef::AssignedHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpec \ +static_assert(alignof(FGameplayEffectSpec) == 0x000008, "Wrong alignment on FGameplayEffectSpec"); \ +static_assert(sizeof(FGameplayEffectSpec) == 0x000298, "Wrong size on FGameplayEffectSpec"); \ +static_assert(offsetof(FGameplayEffectSpec, Def) == 0x000000, "Member 'FGameplayEffectSpec::Def' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpec::ModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedRelevantAttributes) == 0x000018, "Member 'FGameplayEffectSpec::CapturedRelevantAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Duration) == 0x000050, "Member 'FGameplayEffectSpec::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Period) == 0x000054, "Member 'FGameplayEffectSpec::Period' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, ChanceToApplyToTarget) == 0x000058, "Member 'FGameplayEffectSpec::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedSourceTags) == 0x000060, "Member 'FGameplayEffectSpec::CapturedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedTargetTags) == 0x0000E8, "Member 'FGameplayEffectSpec::CapturedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, DynamicGrantedTags) == 0x000170, "Member 'FGameplayEffectSpec::DynamicGrantedTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, DynamicAssetTags) == 0x000190, "Member 'FGameplayEffectSpec::DynamicAssetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Modifiers) == 0x0001B0, "Member 'FGameplayEffectSpec::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, StackCount) == 0x0001C0, "Member 'FGameplayEffectSpec::StackCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, GrantedAbilitySpecs) == 0x0001C8, "Member 'FGameplayEffectSpec::GrantedAbilitySpecs' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, EffectContext) == 0x000278, "Member 'FGameplayEffectSpec::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Level) == 0x000290, "Member 'FGameplayEffectSpec::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffect \ +static_assert(alignof(FActiveGameplayEffect) == 0x000008, "Wrong alignment on FActiveGameplayEffect"); \ +static_assert(sizeof(FActiveGameplayEffect) == 0x000368, "Wrong size on FActiveGameplayEffect"); \ +static_assert(offsetof(FActiveGameplayEffect, Spec) == 0x000018, "Member 'FActiveGameplayEffect::Spec' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, PredictionKey) == 0x0002B0, "Member 'FActiveGameplayEffect::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartServerWorldTime) == 0x0002C0, "Member 'FActiveGameplayEffect::StartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, CachedStartServerWorldTime) == 0x0002C4, "Member 'FActiveGameplayEffect::CachedStartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartWorldTime) == 0x0002C8, "Member 'FActiveGameplayEffect::StartWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, bIsInhibited) == 0x0002CC, "Member 'FActiveGameplayEffect::bIsInhibited' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetingLocationInfo \ +static_assert(alignof(FGameplayAbilityTargetingLocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetingLocationInfo) == 0x000070, "Wrong size on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LocationType) == 0x000010, "Member 'FGameplayAbilityTargetingLocationInfo::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LiteralTransform) == 0x000020, "Member 'FGameplayAbilityTargetingLocationInfo::LiteralTransform' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceActor) == 0x000050, "Member 'FGameplayAbilityTargetingLocationInfo::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceComponent) == 0x000058, "Member 'FGameplayAbilityTargetingLocationInfo::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceAbility) == 0x000060, "Member 'FGameplayAbilityTargetingLocationInfo::SourceAbility' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceSocketName) == 0x000068, "Member 'FGameplayAbilityTargetingLocationInfo::SourceSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData \ +static_assert(alignof(FGameplayAbilityTargetData) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData"); \ +static_assert(sizeof(FGameplayAbilityTargetData) == 0x000008, "Wrong size on FGameplayAbilityTargetData"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_LocationInfo \ +static_assert(alignof(FGameplayAbilityTargetData_LocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetData_LocationInfo) == 0x0000F0, "Wrong size on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_LocationInfo::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, TargetLocation) == 0x000080, "Member 'FGameplayAbilityTargetData_LocationInfo::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTriggerData \ +static_assert(alignof(FAbilityTriggerData) == 0x000004, "Wrong alignment on FAbilityTriggerData"); \ +static_assert(sizeof(FAbilityTriggerData) == 0x00000C, "Wrong size on FAbilityTriggerData"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerTag) == 0x000000, "Member 'FAbilityTriggerData::TriggerTag' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerSource) == 0x000008, "Member 'FAbilityTriggerData::TriggerSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedPredictionKeyItem \ +static_assert(alignof(FReplicatedPredictionKeyItem) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyItem"); \ +static_assert(sizeof(FReplicatedPredictionKeyItem) == 0x000020, "Wrong size on FReplicatedPredictionKeyItem"); \ +static_assert(offsetof(FReplicatedPredictionKeyItem, PredictionKey) == 0x000010, "Member 'FReplicatedPredictionKeyItem::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslationManager \ +static_assert(alignof(FGameplayCueTranslationManager) == 0x000008, "Wrong alignment on FGameplayCueTranslationManager"); \ +static_assert(sizeof(FGameplayCueTranslationManager) == 0x000080, "Wrong size on FGameplayCueTranslationManager"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TranslationLUT) == 0x000000, "Member 'FGameplayCueTranslationManager::TranslationLUT' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TranslationNameToIndexMap) == 0x000010, "Member 'FGameplayCueTranslationManager::TranslationNameToIndexMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TagManager) == 0x000060, "Member 'FGameplayCueTranslationManager::TagManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActivationInfo \ +static_assert(alignof(FGameplayAbilityActivationInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActivationInfo"); \ +static_assert(sizeof(FGameplayAbilityActivationInfo) == 0x000018, "Wrong size on FGameplayAbilityActivationInfo"); \ +static_assert(offsetof(FGameplayAbilityActivationInfo, ActivationMode) == 0x000000, "Member 'FGameplayAbilityActivationInfo::ActivationMode' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActivationInfo, PredictionKeyWhenActivated) == 0x000008, "Member 'FGameplayAbilityActivationInfo::PredictionKeyWhenActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueObjectLibrary \ +static_assert(alignof(FGameplayCueObjectLibrary) == 0x000008, "Wrong alignment on FGameplayCueObjectLibrary"); \ +static_assert(sizeof(FGameplayCueObjectLibrary) == 0x000050, "Wrong size on FGameplayCueObjectLibrary"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, Paths) == 0x000000, "Member 'FGameplayCueObjectLibrary::Paths' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, ActorObjectLibrary) == 0x000030, "Member 'FGameplayCueObjectLibrary::ActorObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, StaticObjectLibrary) == 0x000038, "Member 'FGameplayCueObjectLibrary::StaticObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, CueSet) == 0x000040, "Member 'FGameplayCueObjectLibrary::CueSet' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncScan) == 0x00004C, "Member 'FGameplayCueObjectLibrary::bShouldSyncScan' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldAsyncLoad) == 0x00004D, "Member 'FGameplayCueObjectLibrary::bShouldAsyncLoad' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncLoad) == 0x00004E, "Member 'FGameplayCueObjectLibrary::bShouldSyncLoad' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bHasBeenInitialized) == 0x00004F, "Member 'FGameplayCueObjectLibrary::bHasBeenInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectsContainer \ +static_assert(alignof(FActiveGameplayEffectsContainer) == 0x000008, "Wrong alignment on FActiveGameplayEffectsContainer"); \ +static_assert(sizeof(FActiveGameplayEffectsContainer) == 0x000478, "Wrong size on FActiveGameplayEffectsContainer"); \ +static_assert(offsetof(FActiveGameplayEffectsContainer, GameplayEffects_Internal) == 0x000130, "Member 'FActiveGameplayEffectsContainer::GameplayEffects_Internal' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffectsContainer, ApplicationImmunityQueryEffects) == 0x000450, "Member 'FActiveGameplayEffectsContainer::ApplicationImmunityQueryEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTag \ +static_assert(alignof(FGameplayCueTag) == 0x000004, "Wrong alignment on FGameplayCueTag"); \ +static_assert(sizeof(FGameplayCueTag) == 0x000008, "Wrong size on FGameplayCueTag"); \ +static_assert(offsetof(FGameplayCueTag, GameplayCueTag) == 0x000000, "Member 'FGameplayCueTag::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectRemovalInfo \ +static_assert(alignof(FGameplayEffectRemovalInfo) == 0x000008, "Wrong alignment on FGameplayEffectRemovalInfo"); \ +static_assert(sizeof(FGameplayEffectRemovalInfo) == 0x000020, "Wrong size on FGameplayEffectRemovalInfo"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, bPrematureRemoval) == 0x000000, "Member 'FGameplayEffectRemovalInfo::bPrematureRemoval' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, StackCount) == 0x000004, "Member 'FGameplayEffectRemovalInfo::StackCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, EffectContext) == 0x000008, "Member 'FGameplayEffectRemovalInfo::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActorInfo \ +static_assert(alignof(FGameplayAbilityActorInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActorInfo"); \ +static_assert(sizeof(FGameplayAbilityActorInfo) == 0x000048, "Wrong size on FGameplayAbilityActorInfo"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, OwnerActor) == 0x000008, "Member 'FGameplayAbilityActorInfo::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AvatarActor) == 0x000010, "Member 'FGameplayAbilityActorInfo::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, PlayerController) == 0x000018, "Member 'FGameplayAbilityActorInfo::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AbilitySystemComponent) == 0x000020, "Member 'FGameplayAbilityActorInfo::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, SkeletalMeshComponent) == 0x000028, "Member 'FGameplayAbilityActorInfo::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AnimInstance) == 0x000030, "Member 'FGameplayAbilityActorInfo::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, MovementComponent) == 0x000038, "Member 'FGameplayAbilityActorInfo::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AffectedAnimInstanceTag) == 0x000040, "Member 'FGameplayAbilityActorInfo::AffectedAnimInstanceTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectQuery \ +static_assert(alignof(FGameplayEffectQuery) == 0x000008, "Wrong alignment on FGameplayEffectQuery"); \ +static_assert(sizeof(FGameplayEffectQuery) == 0x000150, "Wrong size on FGameplayEffectQuery"); \ +static_assert(offsetof(FGameplayEffectQuery, CustomMatchDelegate_BP) == 0x000010, "Member 'FGameplayEffectQuery::CustomMatchDelegate_BP' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, OwningTagQuery) == 0x000020, "Member 'FGameplayEffectQuery::OwningTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectTagQuery) == 0x000068, "Member 'FGameplayEffectQuery::EffectTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, SourceTagQuery) == 0x0000B0, "Member 'FGameplayEffectQuery::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, ModifyingAttribute) == 0x0000F8, "Member 'FGameplayEffectQuery::ModifyingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectSource) == 0x000130, "Member 'FGameplayEffectQuery::EffectSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectDefinition) == 0x000138, "Member 'FGameplayEffectQuery::EffectDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueParameters \ +static_assert(alignof(FGameplayCueParameters) == 0x000008, "Wrong alignment on FGameplayCueParameters"); \ +static_assert(sizeof(FGameplayCueParameters) == 0x0000C0, "Wrong size on FGameplayCueParameters"); \ +static_assert(offsetof(FGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'FGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'FGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectContext) == 0x000008, "Member 'FGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'FGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, OriginalTag) == 0x000028, "Member 'FGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'FGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'FGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Location) == 0x000070, "Member 'FGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Normal) == 0x00007C, "Member 'FGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Instigator) == 0x000088, "Member 'FGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectCauser) == 0x000090, "Member 'FGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, SourceObject) == 0x000098, "Member 'FGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, PhysicalMaterial) == 0x0000A0, "Member 'FGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, GameplayEffectLevel) == 0x0000A8, "Member 'FGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AbilityLevel) == 0x0000AC, "Member 'FGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, TargetAttachComponent) == 0x0000B0, "Member 'FGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000B8, "Member 'FGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpecForRPC \ +static_assert(alignof(FGameplayEffectSpecForRPC) == 0x000008, "Wrong alignment on FGameplayEffectSpecForRPC"); \ +static_assert(sizeof(FGameplayEffectSpecForRPC) == 0x000078, "Wrong size on FGameplayEffectSpecForRPC"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Def) == 0x000000, "Member 'FGameplayEffectSpecForRPC::Def' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpecForRPC::ModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, EffectContext) == 0x000018, "Member 'FGameplayEffectSpecForRPC::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedSourceTags) == 0x000030, "Member 'FGameplayEffectSpecForRPC::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedTargetTags) == 0x000050, "Member 'FGameplayEffectSpecForRPC::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Level) == 0x000070, "Member 'FGameplayEffectSpecForRPC::Level' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AbilityLevel) == 0x000074, "Member 'FGameplayEffectSpecForRPC::AbilityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectQuery \ +static_assert(alignof(FActiveGameplayEffectQuery) == 0x000008, "Wrong alignment on FActiveGameplayEffectQuery"); \ +static_assert(sizeof(FActiveGameplayEffectQuery) == 0x000088, "Wrong size on FActiveGameplayEffectQuery"); \ + +#define DUMPER7_ASSERTS_FReplicatedPredictionKeyMap \ +static_assert(alignof(FReplicatedPredictionKeyMap) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyMap"); \ +static_assert(sizeof(FReplicatedPredictionKeyMap) == 0x000118, "Wrong size on FReplicatedPredictionKeyMap"); \ +static_assert(offsetof(FReplicatedPredictionKeyMap, PredictionKeys) == 0x000108, "Member 'FReplicatedPredictionKeyMap::PredictionKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreallocationInfo \ +static_assert(alignof(FPreallocationInfo) == 0x000008, "Wrong alignment on FPreallocationInfo"); \ +static_assert(sizeof(FPreallocationInfo) == 0x000068, "Wrong size on FPreallocationInfo"); \ +static_assert(offsetof(FPreallocationInfo, ClassesNeedingPreallocation) == 0x000050, "Member 'FPreallocationInfo::ClassesNeedingPreallocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMap \ +static_assert(alignof(FMinimalReplicationTagCountMap) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMap"); \ +static_assert(sizeof(FMinimalReplicationTagCountMap) == 0x000060, "Wrong size on FMinimalReplicationTagCountMap"); \ +static_assert(offsetof(FMinimalReplicationTagCountMap, Owner) == 0x000050, "Member 'FMinimalReplicationTagCountMap::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_SingleTargetHit \ +static_assert(alignof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData_SingleTargetHit"); \ +static_assert(sizeof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000098, "Wrong size on FGameplayAbilityTargetData_SingleTargetHit"); \ +static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, HitResult) == 0x000008, "Member 'FGameplayAbilityTargetData_SingleTargetHit::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, bHitReplaced) == 0x000090, "Member 'FGameplayAbilityTargetData_SingleTargetHit::bHitReplaced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCue \ +static_assert(alignof(FActiveGameplayCue) == 0x000008, "Wrong alignment on FActiveGameplayCue"); \ +static_assert(sizeof(FActiveGameplayCue) == 0x0000F0, "Wrong size on FActiveGameplayCue"); \ +static_assert(offsetof(FActiveGameplayCue, GameplayCueTag) == 0x00000C, "Member 'FActiveGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, PredictionKey) == 0x000018, "Member 'FActiveGameplayCue::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, Parameters) == 0x000028, "Member 'FActiveGameplayCue::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, bPredictivelyRemoved) == 0x0000E8, "Member 'FActiveGameplayCue::bPredictivelyRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCueContainer \ +static_assert(alignof(FActiveGameplayCueContainer) == 0x000008, "Wrong alignment on FActiveGameplayCueContainer"); \ +static_assert(sizeof(FActiveGameplayCueContainer) == 0x000128, "Wrong size on FActiveGameplayCueContainer"); \ +static_assert(offsetof(FActiveGameplayCueContainer, GameplayCues) == 0x000108, "Member 'FActiveGameplayCueContainer::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCueContainer, Owner) == 0x000120, "Member 'FActiveGameplayCueContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityLocalAnimMontage \ +static_assert(alignof(FGameplayAbilityLocalAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityLocalAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityLocalAnimMontage) == 0x000028, "Wrong size on FGameplayAbilityLocalAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityLocalAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PlayBit) == 0x000008, "Member 'FGameplayAbilityLocalAnimMontage::PlayBit' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PredictionKey) == 0x000010, "Member 'FGameplayAbilityLocalAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimatingAbility) == 0x000020, "Member 'FGameplayAbilityLocalAnimMontage::AnimatingAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityRepAnimMontage \ +static_assert(alignof(FGameplayAbilityRepAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityRepAnimMontage) == 0x000030, "Wrong size on FGameplayAbilityRepAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityRepAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayRate) == 0x000008, "Member 'FGameplayAbilityRepAnimMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, Position) == 0x00000C, "Member 'FGameplayAbilityRepAnimMontage::Position' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendTime) == 0x000010, "Member 'FGameplayAbilityRepAnimMontage::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, NextSectionID) == 0x000014, "Member 'FGameplayAbilityRepAnimMontage::NextSectionID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PredictionKey) == 0x000018, "Member 'FGameplayAbilityRepAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, SectionIdToPlay) == 0x000028, "Member 'FGameplayAbilityRepAnimMontage::SectionIdToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpec \ +static_assert(alignof(FGameplayAbilitySpec) == 0x000008, "Wrong alignment on FGameplayAbilitySpec"); \ +static_assert(sizeof(FGameplayAbilitySpec) == 0x0000E0, "Wrong size on FGameplayAbilitySpec"); \ +static_assert(offsetof(FGameplayAbilitySpec, Handle) == 0x00000C, "Member 'FGameplayAbilitySpec::Handle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, Ability) == 0x000010, "Member 'FGameplayAbilitySpec::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, Level) == 0x000018, "Member 'FGameplayAbilitySpec::Level' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, InputID) == 0x00001C, "Member 'FGameplayAbilitySpec::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, SourceObject) == 0x000020, "Member 'FGameplayAbilitySpec::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ActiveCount) == 0x000028, "Member 'FGameplayAbilitySpec::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ActivationInfo) == 0x000030, "Member 'FGameplayAbilitySpec::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, DynamicAbilityTags) == 0x000048, "Member 'FGameplayAbilitySpec::DynamicAbilityTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, NonReplicatedInstances) == 0x000068, "Member 'FGameplayAbilitySpec::NonReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ReplicatedInstances) == 0x000078, "Member 'FGameplayAbilitySpec::ReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, GameplayEffectHandle) == 0x000088, "Member 'FGameplayAbilitySpec::GameplayEffectHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecContainer \ +static_assert(alignof(FGameplayAbilitySpecContainer) == 0x000008, "Wrong alignment on FGameplayAbilitySpecContainer"); \ +static_assert(sizeof(FGameplayAbilitySpecContainer) == 0x000120, "Wrong size on FGameplayAbilitySpecContainer"); \ +static_assert(offsetof(FGameplayAbilitySpecContainer, Items) == 0x000108, "Member 'FGameplayAbilitySpecContainer::Items' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecContainer, Owner) == 0x000118, "Member 'FGameplayAbilitySpecContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCuePendingExecute \ +static_assert(alignof(FGameplayCuePendingExecute) == 0x000008, "Wrong alignment on FGameplayCuePendingExecute"); \ +static_assert(sizeof(FGameplayCuePendingExecute) == 0x000170, "Wrong size on FGameplayCuePendingExecute"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PredictionKey) == 0x000018, "Member 'FGameplayCuePendingExecute::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PayloadType) == 0x000028, "Member 'FGameplayCuePendingExecute::PayloadType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, OwningComponent) == 0x000030, "Member 'FGameplayCuePendingExecute::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, FromSpec) == 0x000038, "Member 'FGameplayCuePendingExecute::FromSpec' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, CueParameters) == 0x0000B0, "Member 'FGameplayCuePendingExecute::CueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_ActorArray \ +static_assert(alignof(FGameplayAbilityTargetData_ActorArray) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(sizeof(FGameplayAbilityTargetData_ActorArray) == 0x000090, "Wrong size on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_ActorArray::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, TargetActorArray) == 0x000080, "Member 'FGameplayAbilityTargetData_ActorArray::TargetActorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeDefaults \ +static_assert(alignof(FAttributeDefaults) == 0x000008, "Wrong alignment on FAttributeDefaults"); \ +static_assert(sizeof(FAttributeDefaults) == 0x000010, "Wrong size on FAttributeDefaults"); \ +static_assert(offsetof(FAttributeDefaults, Attributes) == 0x000000, "Member 'FAttributeDefaults::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAttributeDefaults, DefaultStartingTable) == 0x000008, "Member 'FAttributeDefaults::DefaultStartingTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetSerializeScriptStructCache \ +static_assert(alignof(FNetSerializeScriptStructCache) == 0x000008, "Wrong alignment on FNetSerializeScriptStructCache"); \ +static_assert(sizeof(FNetSerializeScriptStructCache) == 0x000010, "Wrong size on FNetSerializeScriptStructCache"); \ +static_assert(offsetof(FNetSerializeScriptStructCache, ScriptStructs) == 0x000000, "Member 'FNetSerializeScriptStructCache::ScriptStructs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeMetaData \ +static_assert(alignof(FAttributeMetaData) == 0x000008, "Wrong alignment on FAttributeMetaData"); \ +static_assert(sizeof(FAttributeMetaData) == 0x000030, "Wrong size on FAttributeMetaData"); \ +static_assert(offsetof(FAttributeMetaData, BaseValue) == 0x000008, "Member 'FAttributeMetaData::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, MinValue) == 0x00000C, "Member 'FAttributeMetaData::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, MaxValue) == 0x000010, "Member 'FAttributeMetaData::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, DerivedAttributeInfo) == 0x000018, "Member 'FAttributeMetaData::DerivedAttributeInfo' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, bCanStack) == 0x000028, "Member 'FAttributeMetaData::bCanStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAttributeData \ +static_assert(alignof(FGameplayAttributeData) == 0x000008, "Wrong alignment on FGameplayAttributeData"); \ +static_assert(sizeof(FGameplayAttributeData) == 0x000010, "Wrong size on FGameplayAttributeData"); \ +static_assert(offsetof(FGameplayAttributeData, BaseValue) == 0x000008, "Member 'FGameplayAttributeData::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttributeData, CurrentValue) == 0x00000C, "Member 'FGameplayAttributeData::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTargetDataFilter \ +static_assert(alignof(FGameplayTargetDataFilter) == 0x000008, "Wrong alignment on FGameplayTargetDataFilter"); \ +static_assert(sizeof(FGameplayTargetDataFilter) == 0x000020, "Wrong size on FGameplayTargetDataFilter"); \ +static_assert(offsetof(FGameplayTargetDataFilter, SelfActor) == 0x000008, "Member 'FGameplayTargetDataFilter::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, RequiredActorClass) == 0x000010, "Member 'FGameplayTargetDataFilter::RequiredActorClass' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, SelfFilter) == 0x000018, "Member 'FGameplayTargetDataFilter::SelfFilter' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, bReverseFilter) == 0x000019, "Member 'FGameplayTargetDataFilter::bReverseFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTaskDebugMessage \ +static_assert(alignof(FAbilityTaskDebugMessage) == 0x000008, "Wrong alignment on FAbilityTaskDebugMessage"); \ +static_assert(sizeof(FAbilityTaskDebugMessage) == 0x000018, "Wrong size on FAbilityTaskDebugMessage"); \ +static_assert(offsetof(FAbilityTaskDebugMessage, FromTask) == 0x000000, "Member 'FAbilityTaskDebugMessage::FromTask' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTaskDebugMessage, Message) == 0x000008, "Member 'FAbilityTaskDebugMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityEndedData \ +static_assert(alignof(FAbilityEndedData) == 0x000008, "Wrong alignment on FAbilityEndedData"); \ +static_assert(sizeof(FAbilityEndedData) == 0x000010, "Wrong size on FAbilityEndedData"); \ +static_assert(offsetof(FAbilityEndedData, AbilityThatEnded) == 0x000000, "Member 'FAbilityEndedData::AbilityThatEnded' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, AbilitySpecHandle) == 0x000008, "Member 'FAbilityEndedData::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, bReplicateEndAbility) == 0x00000C, "Member 'FAbilityEndedData::bReplicateEndAbility' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, bWasCancelled) == 0x00000D, "Member 'FAbilityEndedData::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldReticleParameters \ +static_assert(alignof(FWorldReticleParameters) == 0x000004, "Wrong alignment on FWorldReticleParameters"); \ +static_assert(sizeof(FWorldReticleParameters) == 0x00000C, "Wrong size on FWorldReticleParameters"); \ +static_assert(offsetof(FWorldReticleParameters, AOEScale) == 0x000000, "Member 'FWorldReticleParameters::AOEScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotifyData \ +static_assert(alignof(FGameplayCueNotifyData) == 0x000008, "Wrong alignment on FGameplayCueNotifyData"); \ +static_assert(sizeof(FGameplayCueNotifyData) == 0x000030, "Wrong size on FGameplayCueNotifyData"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueTag) == 0x000000, "Member 'FGameplayCueNotifyData::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueNotifyObj) == 0x000008, "Member 'FGameplayCueNotifyData::GameplayCueNotifyObj' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, LoadedGameplayCueClass) == 0x000020, "Member 'FGameplayCueNotifyData::LoadedGameplayCueClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInheritedTagContainer \ +static_assert(alignof(FInheritedTagContainer) == 0x000008, "Wrong alignment on FInheritedTagContainer"); \ +static_assert(sizeof(FInheritedTagContainer) == 0x000060, "Wrong size on FInheritedTagContainer"); \ +static_assert(offsetof(FInheritedTagContainer, CombinedTags) == 0x000000, "Member 'FInheritedTagContainer::CombinedTags' has a wrong offset!"); \ +static_assert(offsetof(FInheritedTagContainer, Added) == 0x000020, "Member 'FInheritedTagContainer::Added' has a wrong offset!"); \ +static_assert(offsetof(FInheritedTagContainer, Removed) == 0x000040, "Member 'FInheritedTagContainer::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCue \ +static_assert(alignof(FGameplayEffectCue) == 0x000008, "Wrong alignment on FGameplayEffectCue"); \ +static_assert(sizeof(FGameplayEffectCue) == 0x000060, "Wrong size on FGameplayEffectCue"); \ +static_assert(offsetof(FGameplayEffectCue, MagnitudeAttribute) == 0x000000, "Member 'FGameplayEffectCue::MagnitudeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, MinLevel) == 0x000038, "Member 'FGameplayEffectCue::MinLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, MaxLevel) == 0x00003C, "Member 'FGameplayEffectCue::MaxLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, GameplayCueTags) == 0x000040, "Member 'FGameplayEffectCue::GameplayCueTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModEvaluationChannelSettings \ +static_assert(alignof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong alignment on FGameplayModEvaluationChannelSettings"); \ +static_assert(sizeof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong size on FGameplayModEvaluationChannelSettings"); \ +static_assert(offsetof(FGameplayModEvaluationChannelSettings, Channel) == 0x000000, "Member 'FGameplayModEvaluationChannelSettings::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeBasedFloat \ +static_assert(alignof(FAttributeBasedFloat) == 0x000008, "Wrong alignment on FAttributeBasedFloat"); \ +static_assert(sizeof(FAttributeBasedFloat) == 0x000110, "Wrong size on FAttributeBasedFloat"); \ +static_assert(offsetof(FAttributeBasedFloat, Coefficient) == 0x000000, "Member 'FAttributeBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PreMultiplyAdditiveValue) == 0x000028, "Member 'FAttributeBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PostMultiplyAdditiveValue) == 0x000050, "Member 'FAttributeBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, BackingAttribute) == 0x000078, "Member 'FAttributeBasedFloat::BackingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCurve) == 0x0000B8, "Member 'FAttributeBasedFloat::AttributeCurve' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCalculationType) == 0x0000C8, "Member 'FAttributeBasedFloat::AttributeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, FinalChannel) == 0x0000C9, "Member 'FAttributeBasedFloat::FinalChannel' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, SourceTagFilter) == 0x0000D0, "Member 'FAttributeBasedFloat::SourceTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, TargetTagFilter) == 0x0000F0, "Member 'FAttributeBasedFloat::TargetTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomCalculationBasedFloat \ +static_assert(alignof(FCustomCalculationBasedFloat) == 0x000008, "Wrong alignment on FCustomCalculationBasedFloat"); \ +static_assert(sizeof(FCustomCalculationBasedFloat) == 0x000090, "Wrong size on FCustomCalculationBasedFloat"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, CalculationClassMagnitude) == 0x000000, "Member 'FCustomCalculationBasedFloat::CalculationClassMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, Coefficient) == 0x000008, "Member 'FCustomCalculationBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PreMultiplyAdditiveValue) == 0x000030, "Member 'FCustomCalculationBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PostMultiplyAdditiveValue) == 0x000058, "Member 'FCustomCalculationBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, FinalLookupCurve) == 0x000080, "Member 'FCustomCalculationBasedFloat::FinalLookupCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetByCallerFloat \ +static_assert(alignof(FSetByCallerFloat) == 0x000004, "Wrong alignment on FSetByCallerFloat"); \ +static_assert(sizeof(FSetByCallerFloat) == 0x000010, "Wrong size on FSetByCallerFloat"); \ +static_assert(offsetof(FSetByCallerFloat, DataName) == 0x000000, "Member 'FSetByCallerFloat::DataName' has a wrong offset!"); \ +static_assert(offsetof(FSetByCallerFloat, DataTag) == 0x000008, "Member 'FSetByCallerFloat::DataTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifierMagnitude \ +static_assert(alignof(FGameplayEffectModifierMagnitude) == 0x000008, "Wrong alignment on FGameplayEffectModifierMagnitude"); \ +static_assert(sizeof(FGameplayEffectModifierMagnitude) == 0x0001E0, "Wrong size on FGameplayEffectModifierMagnitude"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, MagnitudeCalculationType) == 0x000000, "Member 'FGameplayEffectModifierMagnitude::MagnitudeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, ScalableFloatMagnitude) == 0x000008, "Member 'FGameplayEffectModifierMagnitude::ScalableFloatMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, AttributeBasedMagnitude) == 0x000030, "Member 'FGameplayEffectModifierMagnitude::AttributeBasedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, CustomMagnitude) == 0x000140, "Member 'FGameplayEffectModifierMagnitude::CustomMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, SetByCallerMagnitude) == 0x0001D0, "Member 'FGameplayEffectModifierMagnitude::SetByCallerMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierInfo \ +static_assert(alignof(FGameplayModifierInfo) == 0x000008, "Wrong alignment on FGameplayModifierInfo"); \ +static_assert(sizeof(FGameplayModifierInfo) == 0x0002D0, "Wrong size on FGameplayModifierInfo"); \ +static_assert(offsetof(FGameplayModifierInfo, Attribute) == 0x000000, "Member 'FGameplayModifierInfo::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, ModifierOp) == 0x000038, "Member 'FGameplayModifierInfo::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, Magnitude) == 0x000040, "Member 'FGameplayModifierInfo::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, ModifierMagnitude) == 0x000068, "Member 'FGameplayModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, EvaluationChannelSettings) == 0x000248, "Member 'FGameplayModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, SourceTags) == 0x000250, "Member 'FGameplayModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, TargetTags) == 0x000290, "Member 'FGameplayModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionScopedModifierInfo \ +static_assert(alignof(FGameplayEffectExecutionScopedModifierInfo) == 0x000008, "Wrong alignment on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(sizeof(FGameplayEffectExecutionScopedModifierInfo) == 0x0002B8, "Wrong size on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, CapturedAttribute) == 0x000000, "Member 'FGameplayEffectExecutionScopedModifierInfo::CapturedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TransientAggregatorIdentifier) == 0x000040, "Member 'FGameplayEffectExecutionScopedModifierInfo::TransientAggregatorIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, AggregatorType) == 0x000048, "Member 'FGameplayEffectExecutionScopedModifierInfo::AggregatorType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierOp) == 0x000049, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierMagnitude) == 0x000050, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, EvaluationChannelSettings) == 0x000230, "Member 'FGameplayEffectExecutionScopedModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, SourceTags) == 0x000238, "Member 'FGameplayEffectExecutionScopedModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TargetTags) == 0x000278, "Member 'FGameplayEffectExecutionScopedModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConditionalGameplayEffect \ +static_assert(alignof(FConditionalGameplayEffect) == 0x000008, "Wrong alignment on FConditionalGameplayEffect"); \ +static_assert(sizeof(FConditionalGameplayEffect) == 0x000028, "Wrong size on FConditionalGameplayEffect"); \ +static_assert(offsetof(FConditionalGameplayEffect, EffectClass) == 0x000000, "Member 'FConditionalGameplayEffect::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(FConditionalGameplayEffect, RequiredSourceTags) == 0x000008, "Member 'FConditionalGameplayEffect::RequiredSourceTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionDefinition \ +static_assert(alignof(FGameplayEffectExecutionDefinition) == 0x000008, "Wrong alignment on FGameplayEffectExecutionDefinition"); \ +static_assert(sizeof(FGameplayEffectExecutionDefinition) == 0x000058, "Wrong size on FGameplayEffectExecutionDefinition"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationClass) == 0x000000, "Member 'FGameplayEffectExecutionDefinition::CalculationClass' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, PassedInTags) == 0x000008, "Member 'FGameplayEffectExecutionDefinition::PassedInTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationModifiers) == 0x000028, "Member 'FGameplayEffectExecutionDefinition::CalculationModifiers' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffectClasses) == 0x000038, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffects) == 0x000048, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierEvaluatedData \ +static_assert(alignof(FGameplayModifierEvaluatedData) == 0x000008, "Wrong alignment on FGameplayModifierEvaluatedData"); \ +static_assert(sizeof(FGameplayModifierEvaluatedData) == 0x000050, "Wrong size on FGameplayModifierEvaluatedData"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Attribute) == 0x000000, "Member 'FGameplayModifierEvaluatedData::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, ModifierOp) == 0x000038, "Member 'FGameplayModifierEvaluatedData::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Magnitude) == 0x00003C, "Member 'FGameplayModifierEvaluatedData::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Handle) == 0x000040, "Member 'FGameplayModifierEvaluatedData::Handle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, IsValid) == 0x000048, "Member 'FGameplayModifierEvaluatedData::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionOutput \ +static_assert(alignof(FGameplayEffectCustomExecutionOutput) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionOutput"); \ +static_assert(sizeof(FGameplayEffectCustomExecutionOutput) == 0x000018, "Wrong size on FGameplayEffectCustomExecutionOutput"); \ +static_assert(offsetof(FGameplayEffectCustomExecutionOutput, OutputModifiers) == 0x000000, "Member 'FGameplayEffectCustomExecutionOutput::OutputModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionParameters \ +static_assert(alignof(FGameplayEffectCustomExecutionParameters) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionParameters"); \ +static_assert(sizeof(FGameplayEffectCustomExecutionParameters) == 0x0000F0, "Wrong size on FGameplayEffectCustomExecutionParameters"); \ + +#define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMapping \ +static_assert(alignof(FGameplayTagBlueprintPropertyMapping) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMapping) == 0x000048, "Wrong size on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, TagToMap) == 0x000000, "Member 'FGameplayTagBlueprintPropertyMapping::TagToMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyToEdit) == 0x000008, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyToEdit' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyName) == 0x000028, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyGuid) == 0x000030, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMap \ +static_assert(alignof(FGameplayTagBlueprintPropertyMap) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMap"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMap) == 0x000020, "Wrong size on FGameplayTagBlueprintPropertyMap"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMap, PropertyMappings) == 0x000010, "Member 'FGameplayTagBlueprintPropertyMap::PropertyMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContext \ +static_assert(alignof(FGameplayEffectContext) == 0x000008, "Wrong alignment on FGameplayEffectContext"); \ +static_assert(sizeof(FGameplayEffectContext) == 0x000070, "Wrong size on FGameplayEffectContext"); \ +static_assert(offsetof(FGameplayEffectContext, Instigator) == 0x000008, "Member 'FGameplayEffectContext::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, EffectCauser) == 0x000010, "Member 'FGameplayEffectContext::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityCDO) == 0x000018, "Member 'FGameplayEffectContext::AbilityCDO' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityInstanceNotReplicated) == 0x000020, "Member 'FGameplayEffectContext::AbilityInstanceNotReplicated' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityLevel) == 0x000028, "Member 'FGameplayEffectContext::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, SourceObject) == 0x00002C, "Member 'FGameplayEffectContext::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, InstigatorAbilitySystemComponent) == 0x000034, "Member 'FGameplayEffectContext::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, Actors) == 0x000040, "Member 'FGameplayEffectContext::Actors' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, WorldOrigin) == 0x000060, "Member 'FGameplayEffectContext::WorldOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagReponsePair \ +static_assert(alignof(FGameplayTagReponsePair) == 0x000008, "Wrong alignment on FGameplayTagReponsePair"); \ +static_assert(sizeof(FGameplayTagReponsePair) == 0x000028, "Wrong size on FGameplayTagReponsePair"); \ +static_assert(offsetof(FGameplayTagReponsePair, Tag) == 0x000000, "Member 'FGameplayTagReponsePair::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffect) == 0x000008, "Member 'FGameplayTagReponsePair::ResponseGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffects) == 0x000010, "Member 'FGameplayTagReponsePair::ResponseGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, SoftCountCap) == 0x000020, "Member 'FGameplayTagReponsePair::SoftCountCap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagResponseTableEntry \ +static_assert(alignof(FGameplayTagResponseTableEntry) == 0x000008, "Wrong alignment on FGameplayTagResponseTableEntry"); \ +static_assert(sizeof(FGameplayTagResponseTableEntry) == 0x000050, "Wrong size on FGameplayTagResponseTableEntry"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Positive) == 0x000000, "Member 'FGameplayTagResponseTableEntry::Positive' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Negative) == 0x000028, "Member 'FGameplayTagResponseTableEntry::Negative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueKey \ +static_assert(alignof(FMovieSceneGameplayCueKey) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueKey"); \ +static_assert(sizeof(FMovieSceneGameplayCueKey) == 0x000078, "Wrong size on FMovieSceneGameplayCueKey"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Cue) == 0x000000, "Member 'FMovieSceneGameplayCueKey::Cue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Location) == 0x000008, "Member 'FMovieSceneGameplayCueKey::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Normal) == 0x000014, "Member 'FMovieSceneGameplayCueKey::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AttachSocketName) == 0x000020, "Member 'FMovieSceneGameplayCueKey::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, NormalizedMagnitude) == 0x000028, "Member 'FMovieSceneGameplayCueKey::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Instigator) == 0x00002C, "Member 'FMovieSceneGameplayCueKey::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, EffectCauser) == 0x000044, "Member 'FMovieSceneGameplayCueKey::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, PhysicalMaterial) == 0x000060, "Member 'FMovieSceneGameplayCueKey::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, GameplayEffectLevel) == 0x000068, "Member 'FMovieSceneGameplayCueKey::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AbilityLevel) == 0x00006C, "Member 'FMovieSceneGameplayCueKey::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, bAttachToBinding) == 0x000070, "Member 'FMovieSceneGameplayCueKey::bAttachToBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueChannel \ +static_assert(alignof(FMovieSceneGameplayCueChannel) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueChannel"); \ +static_assert(sizeof(FMovieSceneGameplayCueChannel) == 0x000088, "Wrong size on FMovieSceneGameplayCueChannel"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneGameplayCueChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyValues) == 0x000018, "Member 'FMovieSceneGameplayCueChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToOwner \ +static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ +static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000018, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectLevel) == 0x000008, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, Stacks) == 0x00000C, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::Stacks' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToTarget \ +static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ +static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000048, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, TargetData) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000028, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectLevel) == 0x000030, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, Stacks) == 0x000034, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::Stacks' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, WithAssetTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::WithAssetTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, WithGrantedTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::WithGrantedTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x000004, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x00000C, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, Handle) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, StacksToRemove) == 0x000008, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_CancelTaskByInstanceName \ +static_assert(alignof(GameplayAbility_CancelTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_CancelTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_CancelTaskByInstanceName) == 0x000008, "Wrong size on GameplayAbility_CancelTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_CancelTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_CancelTaskByInstanceName::InstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_ConfirmTaskByInstanceName \ +static_assert(alignof(GameplayAbility_ConfirmTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_ConfirmTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_ConfirmTaskByInstanceName) == 0x00000C, "Wrong size on GameplayAbility_ConfirmTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_ConfirmTaskByInstanceName::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, bEndTask) == 0x000008, "Member 'GameplayAbility_ConfirmTaskByInstanceName::bEndTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_EndAbilityState \ +static_assert(alignof(GameplayAbility_EndAbilityState) == 0x000004, "Wrong alignment on GameplayAbility_EndAbilityState"); \ +static_assert(sizeof(GameplayAbility_EndAbilityState) == 0x000008, "Wrong size on GameplayAbility_EndAbilityState"); \ +static_assert(offsetof(GameplayAbility_EndAbilityState, OptionalStateNameToEnd) == 0x000000, "Member 'GameplayAbility_EndAbilityState::OptionalStateNameToEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_EndTaskByInstanceName \ +static_assert(alignof(GameplayAbility_EndTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_EndTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_EndTaskByInstanceName) == 0x000008, "Wrong size on GameplayAbility_EndTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_EndTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_EndTaskByInstanceName::InstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ActivateAbilityFromEvent \ +static_assert(alignof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ActivateAbilityFromEvent"); \ +static_assert(sizeof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x0000B0, "Wrong size on GameplayAbility_K2_ActivateAbilityFromEvent"); \ +static_assert(offsetof(GameplayAbility_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GameplayAbility_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCue \ +static_assert(alignof(GameplayAbility_K2_AddGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_AddGameplayCue) == 0x000028, "Wrong size on GameplayAbility_K2_AddGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, Context) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCue::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, bRemoveOnAbilityEnd) == 0x000020, "Member 'GameplayAbility_K2_AddGameplayCue::bRemoveOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCueWithParams \ +static_assert(alignof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCueWithParams"); \ +static_assert(sizeof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x0000D0, "Wrong size on GameplayAbility_K2_AddGameplayCueWithParams"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueParameter) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueParameter' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, bRemoveOnAbilityEnd) == 0x0000C8, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::bRemoveOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToOwner \ +static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ +static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000018, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::EffectSpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToTarget \ +static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ +static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000048, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::EffectSpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, TargetData) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCooldown \ +static_assert(alignof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCooldown"); \ +static_assert(sizeof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCooldown"); \ +static_assert(offsetof(GameplayAbility_K2_CheckAbilityCooldown, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCost \ +static_assert(alignof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCost"); \ +static_assert(sizeof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCost"); \ +static_assert(offsetof(GameplayAbility_K2_CheckAbilityCost, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbility \ +static_assert(alignof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbility"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong size on GameplayAbility_K2_CommitAbility"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbility, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CommitAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCooldown \ +static_assert(alignof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCooldown"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000003, "Wrong size on GameplayAbility_K2_CommitAbilityCooldown"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCooldown::BroadcastCommitEvent' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ForceCooldown) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ForceCooldown' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ReturnValue) == 0x000002, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCost \ +static_assert(alignof(GameplayAbility_K2_CommitAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCost"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbilityCost) == 0x000002, "Wrong size on GameplayAbility_K2_CommitAbilityCost"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCost::BroadcastCommitEvent' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, ReturnValue) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCue \ +static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000020, "Wrong size on GameplayAbility_K2_ExecuteGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, Context) == 0x000008, "Member 'GameplayAbility_K2_ExecuteGameplayCue::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCueWithParams \ +static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ +static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x0000C8, "Wrong size on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueParameters) == 0x000008, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_OnEndAbility \ +static_assert(alignof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_OnEndAbility"); \ +static_assert(sizeof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong size on GameplayAbility_K2_OnEndAbility"); \ +static_assert(offsetof(GameplayAbility_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GameplayAbility_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_RemoveGameplayCue \ +static_assert(alignof(GameplayAbility_K2_RemoveGameplayCue) == 0x000004, "Wrong alignment on GameplayAbility_K2_RemoveGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_RemoveGameplayCue) == 0x000008, "Wrong size on GameplayAbility_K2_RemoveGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_RemoveGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_RemoveGameplayCue::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerActor \ +static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ +static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000070, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor, ReturnValue) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent \ +static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ +static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000080, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, SocketName) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageJumpToSection \ +static_assert(alignof(GameplayAbility_MontageJumpToSection) == 0x000004, "Wrong alignment on GameplayAbility_MontageJumpToSection"); \ +static_assert(sizeof(GameplayAbility_MontageJumpToSection) == 0x000008, "Wrong size on GameplayAbility_MontageJumpToSection"); \ +static_assert(offsetof(GameplayAbility_MontageJumpToSection, SectionName) == 0x000000, "Member 'GameplayAbility_MontageJumpToSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageSetNextSectionName \ +static_assert(alignof(GameplayAbility_MontageSetNextSectionName) == 0x000004, "Wrong alignment on GameplayAbility_MontageSetNextSectionName"); \ +static_assert(sizeof(GameplayAbility_MontageSetNextSectionName) == 0x000010, "Wrong size on GameplayAbility_MontageSetNextSectionName"); \ +static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, FromSectionName) == 0x000000, "Member 'GameplayAbility_MontageSetNextSectionName::FromSectionName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, ToSectionName) == 0x000008, "Member 'GameplayAbility_MontageSetNextSectionName::ToSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageStop \ +static_assert(alignof(GameplayAbility_MontageStop) == 0x000004, "Wrong alignment on GameplayAbility_MontageStop"); \ +static_assert(sizeof(GameplayAbility_MontageStop) == 0x000004, "Wrong size on GameplayAbility_MontageStop"); \ +static_assert(offsetof(GameplayAbility_MontageStop, OverrideBlendOutTime) == 0x000000, "Member 'GameplayAbility_MontageStop::OverrideBlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SendGameplayEvent \ +static_assert(alignof(GameplayAbility_SendGameplayEvent) == 0x000008, "Wrong alignment on GameplayAbility_SendGameplayEvent"); \ +static_assert(sizeof(GameplayAbility_SendGameplayEvent) == 0x0000B8, "Wrong size on GameplayAbility_SendGameplayEvent"); \ +static_assert(offsetof(GameplayAbility_SendGameplayEvent, EventTag) == 0x000000, "Member 'GameplayAbility_SendGameplayEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_SendGameplayEvent, Payload) == 0x000008, "Member 'GameplayAbility_SendGameplayEvent::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SetCanBeCanceled \ +static_assert(alignof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong alignment on GameplayAbility_SetCanBeCanceled"); \ +static_assert(sizeof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong size on GameplayAbility_SetCanBeCanceled"); \ +static_assert(offsetof(GameplayAbility_SetCanBeCanceled, bCanBeCanceled) == 0x000000, "Member 'GameplayAbility_SetCanBeCanceled::bCanBeCanceled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SetShouldBlockOtherAbilities \ +static_assert(alignof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong alignment on GameplayAbility_SetShouldBlockOtherAbilities"); \ +static_assert(sizeof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong size on GameplayAbility_SetShouldBlockOtherAbilities"); \ +static_assert(offsetof(GameplayAbility_SetShouldBlockOtherAbilities, bShouldBlockAbilities) == 0x000000, "Member 'GameplayAbility_SetShouldBlockOtherAbilities::bShouldBlockAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel \ +static_assert(alignof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong alignment on GameplayAbility_GetAbilityLevel"); \ +static_assert(sizeof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong size on GameplayAbility_GetAbilityLevel"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel_BP \ +static_assert(alignof(GameplayAbility_GetAbilityLevel_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilityLevel_BP"); \ +static_assert(sizeof(GameplayAbility_GetAbilityLevel_BP) == 0x000058, "Wrong size on GameplayAbility_GetAbilityLevel_BP"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel_BP::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetAbilityLevel_BP::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ReturnValue) == 0x000050, "Member 'GameplayAbility_GetAbilityLevel_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilitySystemComponentFromActorInfo \ +static_assert(alignof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetAbilitySystemComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilitySystemComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetActorInfo \ +static_assert(alignof(GameplayAbility_GetActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetActorInfo) == 0x000048, "Wrong size on GameplayAbility_GetActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAvatarActorFromActorInfo \ +static_assert(alignof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAvatarActorFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAvatarActorFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetAvatarActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAvatarActorFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetContextFromOwner \ +static_assert(alignof(GameplayAbility_GetContextFromOwner) == 0x000008, "Wrong alignment on GameplayAbility_GetContextFromOwner"); \ +static_assert(sizeof(GameplayAbility_GetContextFromOwner) == 0x000040, "Wrong size on GameplayAbility_GetContextFromOwner"); \ +static_assert(offsetof(GameplayAbility_GetContextFromOwner, OptionalTargetData) == 0x000000, "Member 'GameplayAbility_GetContextFromOwner::OptionalTargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetContextFromOwner, ReturnValue) == 0x000028, "Member 'GameplayAbility_GetContextFromOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCooldownTimeRemaining \ +static_assert(alignof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong alignment on GameplayAbility_GetCooldownTimeRemaining"); \ +static_assert(sizeof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong size on GameplayAbility_GetCooldownTimeRemaining"); \ +static_assert(offsetof(GameplayAbility_GetCooldownTimeRemaining, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCooldownTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCurrentMontage \ +static_assert(alignof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentMontage"); \ +static_assert(sizeof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong size on GameplayAbility_GetCurrentMontage"); \ +static_assert(offsetof(GameplayAbility_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCurrentSourceObject \ +static_assert(alignof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentSourceObject"); \ +static_assert(sizeof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong size on GameplayAbility_GetCurrentSourceObject"); \ +static_assert(offsetof(GameplayAbility_GetCurrentSourceObject, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetGrantedByEffectContext \ +static_assert(alignof(GameplayAbility_GetGrantedByEffectContext) == 0x000008, "Wrong alignment on GameplayAbility_GetGrantedByEffectContext"); \ +static_assert(sizeof(GameplayAbility_GetGrantedByEffectContext) == 0x000018, "Wrong size on GameplayAbility_GetGrantedByEffectContext"); \ +static_assert(offsetof(GameplayAbility_GetGrantedByEffectContext, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetGrantedByEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetOwningActorFromActorInfo \ +static_assert(alignof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningActorFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningActorFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetOwningActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningActorFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetOwningComponentFromActorInfo \ +static_assert(alignof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningComponentFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningComponentFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetOwningComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetSourceObject_BP \ +static_assert(alignof(GameplayAbility_GetSourceObject_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetSourceObject_BP"); \ +static_assert(sizeof(GameplayAbility_GetSourceObject_BP) == 0x000058, "Wrong size on GameplayAbility_GetSourceObject_BP"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetSourceObject_BP::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetSourceObject_BP::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ReturnValue) == 0x000050, "Member 'GameplayAbility_GetSourceObject_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_IsLocallyControlled \ +static_assert(alignof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong alignment on GameplayAbility_IsLocallyControlled"); \ +static_assert(sizeof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong size on GameplayAbility_IsLocallyControlled"); \ +static_assert(offsetof(GameplayAbility_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'GameplayAbility_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CanActivateAbility \ +static_assert(alignof(GameplayAbility_K2_CanActivateAbility) == 0x000008, "Wrong alignment on GameplayAbility_K2_CanActivateAbility"); \ +static_assert(sizeof(GameplayAbility_K2_CanActivateAbility) == 0x000078, "Wrong size on GameplayAbility_K2_CanActivateAbility"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_CanActivateAbility::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, Handle) == 0x000048, "Member 'GameplayAbility_K2_CanActivateAbility::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, RelevantTags) == 0x000050, "Member 'GameplayAbility_K2_CanActivateAbility::RelevantTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ReturnValue) == 0x000070, "Member 'GameplayAbility_K2_CanActivateAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_HasAuthority \ +static_assert(alignof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong alignment on GameplayAbility_K2_HasAuthority"); \ +static_assert(sizeof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong size on GameplayAbility_K2_HasAuthority"); \ +static_assert(offsetof(GameplayAbility_K2_HasAuthority, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ShouldAbilityRespondToEvent \ +static_assert(alignof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ +static_assert(sizeof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000100, "Wrong size on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, Payload) == 0x000048, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::Payload' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ReturnValue) == 0x0000F8, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeOutgoingGameplayEffectSpec \ +static_assert(alignof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000008, "Wrong alignment on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ +static_assert(sizeof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000020, "Wrong size on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, Level) == 0x000008, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility \ +static_assert(alignof(UGameplayAbility) == 0x000008, "Wrong alignment on UGameplayAbility"); \ +static_assert(sizeof(UGameplayAbility) == 0x0003B0, "Wrong size on UGameplayAbility"); \ +static_assert(offsetof(UGameplayAbility, AbilityTags) == 0x0000A8, "Member 'UGameplayAbility::AbilityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bReplicateInputDirectly) == 0x0000C8, "Member 'UGameplayAbility::bReplicateInputDirectly' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, RemoteInstanceEnded) == 0x0000C9, "Member 'UGameplayAbility::RemoteInstanceEnded' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ReplicationPolicy) == 0x0000CE, "Member 'UGameplayAbility::ReplicationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, InstancingPolicy) == 0x0000CF, "Member 'UGameplayAbility::InstancingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bServerRespectsRemoteAbilityCancellation) == 0x0000D0, "Member 'UGameplayAbility::bServerRespectsRemoteAbilityCancellation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bRetriggerInstancedAbility) == 0x0000D1, "Member 'UGameplayAbility::bRetriggerInstancedAbility' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentActivationInfo) == 0x0000D8, "Member 'UGameplayAbility::CurrentActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentEventData) == 0x0000F0, "Member 'UGameplayAbility::CurrentEventData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetExecutionPolicy) == 0x0001A0, "Member 'UGameplayAbility::NetExecutionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetSecurityPolicy) == 0x0001A1, "Member 'UGameplayAbility::NetSecurityPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CostGameplayEffectClass) == 0x0001A8, "Member 'UGameplayAbility::CostGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, AbilityTriggers) == 0x0001B0, "Member 'UGameplayAbility::AbilityTriggers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CooldownGameplayEffectClass) == 0x0001C0, "Member 'UGameplayAbility::CooldownGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CancelAbilitiesWithTag) == 0x0001C8, "Member 'UGameplayAbility::CancelAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, BlockAbilitiesWithTag) == 0x0001E8, "Member 'UGameplayAbility::BlockAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationOwnedTags) == 0x000208, "Member 'UGameplayAbility::ActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationRequiredTags) == 0x000228, "Member 'UGameplayAbility::ActivationRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationBlockedTags) == 0x000248, "Member 'UGameplayAbility::ActivationBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceRequiredTags) == 0x000268, "Member 'UGameplayAbility::SourceRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceBlockedTags) == 0x000288, "Member 'UGameplayAbility::SourceBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetRequiredTags) == 0x0002A8, "Member 'UGameplayAbility::TargetRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetBlockedTags) == 0x0002C8, "Member 'UGameplayAbility::TargetBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActiveTasks) == 0x000308, "Member 'UGameplayAbility::ActiveTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentMontage) == 0x000328, "Member 'UGameplayAbility::CurrentMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsActive) == 0x000390, "Member 'UGameplayAbility::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsAbilityEnding) == 0x000391, "Member 'UGameplayAbility::bIsAbilityEnding' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsCancelable) == 0x000392, "Member 'UGameplayAbility::bIsCancelable' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsBlockingOtherAbilities) == 0x000393, "Member 'UGameplayAbility::bIsBlockingOtherAbilities' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bMarkPendingKillOnAbilityEnd) == 0x0003A8, "Member 'UGameplayAbility::bMarkPendingKillOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync \ +static_assert(alignof(UAbilityAsync) == 0x000008, "Wrong alignment on UAbilityAsync"); \ +static_assert(sizeof(UAbilityAsync) == 0x000038, "Wrong size on UAbilityAsync"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility_CharacterJump \ +static_assert(alignof(UGameplayAbility_CharacterJump) == 0x000008, "Wrong alignment on UGameplayAbility_CharacterJump"); \ +static_assert(sizeof(UGameplayAbility_CharacterJump) == 0x0003B0, "Wrong size on UGameplayAbility_CharacterJump"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x0000A8, "Wrong size on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceFilter) == 0x000008, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceTagRequirements) == 0x000018, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetTagRequirements) == 0x000058, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TriggerOnce) == 0x000098, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ListenForPeriodicEffect) == 0x000099, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ReturnValue) == 0x0000A0, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEffectApplied \ +static_assert(alignof(UAbilityAsync_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayEffectApplied) == 0x0000F8, "Wrong size on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEffectApplied, OnApplied) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEffectApplied::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility_Montage \ +static_assert(alignof(UGameplayAbility_Montage) == 0x000008, "Wrong alignment on UGameplayAbility_Montage"); \ +static_assert(sizeof(UGameplayAbility_Montage) == 0x0003E8, "Wrong size on UGameplayAbility_Montage"); \ +static_assert(offsetof(UGameplayAbility_Montage, MontageToPlay) == 0x0003B0, "Member 'UGameplayAbility_Montage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, PlayRate) == 0x0003B8, "Member 'UGameplayAbility_Montage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, SectionName) == 0x0003BC, "Member 'UGameplayAbility_Montage::SectionName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectClassesWhileAnimating) == 0x0003C8, "Member 'UGameplayAbility_Montage::GameplayEffectClassesWhileAnimating' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectsWhileAnimating) == 0x0003D8, "Member 'UGameplayAbility_Montage::GameplayEffectsWhileAnimating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyMatchExact) == 0x000011, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEvent \ +static_assert(alignof(UAbilityAsync_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayEvent) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEvent, EventReceived) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor \ +static_assert(alignof(AGameplayAbilityTargetActor) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor"); \ +static_assert(sizeof(AGameplayAbilityTargetActor) == 0x000340, "Wrong size on AGameplayAbilityTargetActor"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ShouldProduceTargetDataOnServer) == 0x000228, "Member 'AGameplayAbilityTargetActor::ShouldProduceTargetDataOnServer' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, StartLocation) == 0x000230, "Member 'AGameplayAbilityTargetActor::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, MasterPC) == 0x0002D0, "Member 'AGameplayAbilityTargetActor::MasterPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, OwningAbility) == 0x0002D8, "Member 'AGameplayAbilityTargetActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDestroyOnConfirmation) == 0x0002E0, "Member 'AGameplayAbilityTargetActor::bDestroyOnConfirmation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, SourceActor) == 0x0002E8, "Member 'AGameplayAbilityTargetActor::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleParams) == 0x0002F0, "Member 'AGameplayAbilityTargetActor::ReticleParams' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleClass) == 0x000300, "Member 'AGameplayAbilityTargetActor::ReticleClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, Filter) == 0x000308, "Member 'AGameplayAbilityTargetActor::Filter' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDebug) == 0x000318, "Member 'AGameplayAbilityTargetActor::bDebug' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, GenericDelegateBoundASC) == 0x000330, "Member 'AGameplayAbilityTargetActor::GenericDelegateBoundASC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Trace \ +static_assert(alignof(AGameplayAbilityTargetActor_Trace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Trace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_Trace) == 0x000350, "Wrong size on AGameplayAbilityTargetActor_Trace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, MaxRange) == 0x000338, "Member 'AGameplayAbilityTargetActor_Trace::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, TraceProfile) == 0x00033C, "Member 'AGameplayAbilityTargetActor_Trace::TraceProfile' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, bTraceAffectsAimPitch) == 0x000344, "Member 'AGameplayAbilityTargetActor_Trace::bTraceAffectsAimPitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_GroundTrace \ +static_assert(alignof(AGameplayAbilityTargetActor_GroundTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_GroundTrace) == 0x000370, "Wrong size on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionRadius) == 0x000350, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionHeight) == 0x000354, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_ActorPlacement \ +static_assert(alignof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_ActorPlacement"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000390, "Wrong size on AGameplayAbilityTargetActor_ActorPlacement"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorClass) == 0x000370, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorMaterial) == 0x000378, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000018, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000020, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, Target) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToSelf \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000030, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, Level) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, EffectContext) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToTarget \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000038, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Target) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Level) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Context) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Context' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000030, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilityFailed \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilityFailed"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000008, "Wrong size on AbilitySystemComponent_ClientActivateAbilityFailed"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, PredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceed \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000018, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x0000C8, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::TriggerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientCancelAbility \ +static_assert(alignof(AbilitySystemComponent_ClientCancelAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientCancelAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientCancelAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ClientCancelAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ClientCancelAbility::AbilityToCancel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ClientCancelAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientEndAbility \ +static_assert(alignof(AbilitySystemComponent_ClientEndAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientEndAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientEndAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ClientEndAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ClientEndAbility::AbilityToEnd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ClientEndAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientPrintDebug_Response \ +static_assert(alignof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientPrintDebug_Response"); \ +static_assert(sizeof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000018, "Wrong size on AbilitySystemComponent_ClientPrintDebug_Response"); \ +static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, Strings) == 0x000000, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::Strings' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, GameFlags) == 0x000010, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::GameFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientSetReplicatedEvent \ +static_assert(alignof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientSetReplicatedEvent"); \ +static_assert(sizeof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000018, "Wrong size on AbilitySystemComponent_ClientSetReplicatedEvent"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientTryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientTryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong size on AbilitySystemComponent_ClientTryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectCount \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectCount"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000018, "Wrong size on AbilitySystemComponent_GetGameplayEffectCount"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, SourceGameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectCount::SourceGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, OptionalInstigatorFilterComponent) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectCount::OptionalInstigatorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, bEnforceOnGoingCheck) == 0x000010, "Member 'AbilitySystemComponent_GetGameplayEffectCount::bEnforceOnGoingCheck' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, ReturnValue) == 0x000014, "Member 'AbilitySystemComponent_GetGameplayEffectCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_InitStats \ +static_assert(alignof(AbilitySystemComponent_K2_InitStats) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_InitStats"); \ +static_assert(sizeof(AbilitySystemComponent_K2_InitStats) == 0x000010, "Wrong size on AbilitySystemComponent_K2_InitStats"); \ +static_assert(offsetof(AbilitySystemComponent_K2_InitStats, Attributes) == 0x000000, "Member 'AbilitySystemComponent_K2_InitStats::Attributes' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_InitStats, DataTable) == 0x000008, "Member 'AbilitySystemComponent_K2_InitStats::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000030, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, EffectContext) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x0000D8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, Parameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000088, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::Spec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, PredictionKey) == 0x000078, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x0000D8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000030, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, EffectContext) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000088, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::Spec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, PredictionKey) == 0x000078, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x0000D8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueParameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000048, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, EffectContext) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithSourceTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffect \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000004, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000010, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, Handle) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, StacksToRemove) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::StacksToRemove' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, ReturnValue) == 0x00000C, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000018, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, GameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, InstigatorAbilitySystemComponent) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, StacksToRemove) == 0x000010, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerAbilityRPCBatch \ +static_assert(alignof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerAbilityRPCBatch"); \ +static_assert(sizeof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000048, "Wrong size on AbilitySystemComponent_ServerAbilityRPCBatch"); \ +static_assert(offsetof(AbilitySystemComponent_ServerAbilityRPCBatch, BatchInfo) == 0x000000, "Member 'AbilitySystemComponent_ServerAbilityRPCBatch::BatchInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCancelAbility \ +static_assert(alignof(AbilitySystemComponent_ServerCancelAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCancelAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCancelAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCancelAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ServerCancelAbility::AbilityToCancel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ServerCancelAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageJumpToSectionName \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::ClientAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, SectionName) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetNextSectionName \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientPosition) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientPosition' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, SectionName) == 0x00000C, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, NextSectionName) == 0x000014, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::NextSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetPlayRate \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::ClientAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, InPlayRate) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerEndAbility \ +static_assert(alignof(AbilitySystemComponent_ServerEndAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerEndAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerEndAbility) == 0x000030, "Wrong size on AbilitySystemComponent_ServerEndAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ServerEndAbility::AbilityToEnd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ServerEndAbility::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_ServerEndAbility::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerPrintDebug_RequestWithStrings \ +static_assert(alignof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ +static_assert(sizeof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000010, "Wrong size on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ +static_assert(offsetof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings, Strings) == 0x000000, "Member 'AbilitySystemComponent_ServerPrintDebug_RequestWithStrings::Strings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputPressed \ +static_assert(alignof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputPressed"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputPressed"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetInputPressed, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputPressed::AbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputReleased \ +static_assert(alignof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputReleased"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputReleased"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetInputReleased, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputReleased::AbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEvent \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEvent"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEvent"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEventWithPayload \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000038, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::CurrentPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, VectorPayload) == 0x000028, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::VectorPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetData \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000058, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ReplicatedTargetDataHandle) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ReplicatedTargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ApplicationTag) == 0x000040, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ApplicationTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, CurrentPredictionKey) == 0x000048, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ServerTryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbility::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbility::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbilityWithEventData \ +static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ +static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x0000C8, "Wrong size on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::TriggerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevel \ +static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x000004, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ +static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x00000C, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, NewLevel) == 0x000008, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery \ +static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000008, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ +static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000158, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, Query) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, NewLevel) == 0x000150, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetUserAbilityActivationInhibited \ +static_assert(alignof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ +static_assert(sizeof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ +static_assert(offsetof(AbilitySystemComponent_SetUserAbilityActivationInhibited, NewInhibit) == 0x000000, "Member 'AbilitySystemComponent_SetUserAbilityActivationInhibited::NewInhibit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilitiesByTag \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000028, "Wrong size on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, GameplayTagContainer) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, bAllowRemoteActivation) == 0x000020, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, ReturnValue) == 0x000021, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilityByClass \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilityByClass"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000010, "Wrong size on AbilitySystemComponent_TryActivateAbilityByClass"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, InAbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::InAbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, bAllowRemoteActivation) == 0x000008, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, ReturnValue) == 0x000009, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffects \ +static_assert(alignof(AbilitySystemComponent_GetActiveEffects) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffects"); \ +static_assert(sizeof(AbilitySystemComponent_GetActiveEffects) == 0x000160, "Wrong size on AbilitySystemComponent_GetActiveEffects"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, Query) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffects::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, ReturnValue) == 0x000150, "Member 'AbilitySystemComponent_GetActiveEffects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffectsWithAllTags \ +static_assert(alignof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ +static_assert(sizeof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000030, "Wrong size on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectMagnitude \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000048, "Wrong size on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Handle) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Attribute) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, ReturnValue) == 0x000040, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetUserAbilityActivationInhibited \ +static_assert(alignof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ +static_assert(sizeof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ +static_assert(offsetof(AbilitySystemComponent_GetUserAbilityActivationInhibited, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_GetUserAbilityActivationInhibited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_IsGameplayCueActive \ +static_assert(alignof(AbilitySystemComponent_IsGameplayCueActive) == 0x000004, "Wrong alignment on AbilitySystemComponent_IsGameplayCueActive"); \ +static_assert(sizeof(AbilitySystemComponent_IsGameplayCueActive) == 0x00000C, "Wrong size on AbilitySystemComponent_IsGameplayCueActive"); \ +static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_IsGameplayCueActive::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_IsGameplayCueActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_MakeEffectContext \ +static_assert(alignof(AbilitySystemComponent_MakeEffectContext) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeEffectContext"); \ +static_assert(sizeof(AbilitySystemComponent_MakeEffectContext) == 0x000018, "Wrong size on AbilitySystemComponent_MakeEffectContext"); \ +static_assert(offsetof(AbilitySystemComponent_MakeEffectContext, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_MakeEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_MakeOutgoingSpec \ +static_assert(alignof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeOutgoingSpec"); \ +static_assert(sizeof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000038, "Wrong size on AbilitySystemComponent_MakeOutgoingSpec"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_MakeOutgoingSpec::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Level) == 0x000008, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Context) == 0x000010, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Context' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_MakeOutgoingSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemComponent \ +static_assert(alignof(UAbilitySystemComponent) == 0x000008, "Wrong alignment on UAbilitySystemComponent"); \ +static_assert(sizeof(UAbilitySystemComponent) == 0x001308, "Wrong size on UAbilitySystemComponent"); \ +static_assert(offsetof(UAbilitySystemComponent, DefaultStartingData) == 0x000130, "Member 'UAbilitySystemComponent::DefaultStartingData' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedAttributes) == 0x000140, "Member 'UAbilitySystemComponent::SpawnedAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AffectedAnimInstanceTag) == 0x000150, "Member 'UAbilitySystemComponent::AffectedAnimInstanceTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OutgoingDuration) == 0x0002F0, "Member 'UAbilitySystemComponent::OutgoingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, IncomingDuration) == 0x0002F4, "Member 'UAbilitySystemComponent::IncomingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ClientDebugStrings) == 0x000318, "Member 'UAbilitySystemComponent::ClientDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ServerDebugStrings) == 0x000328, "Member 'UAbilitySystemComponent::ServerDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, UserAbilityActivationInhibited) == 0x000390, "Member 'UAbilitySystemComponent::UserAbilityActivationInhibited' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicationProxyEnabled) == 0x000391, "Member 'UAbilitySystemComponent::ReplicationProxyEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGrantAbility) == 0x000392, "Member 'UAbilitySystemComponent::bSuppressGrantAbility' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGameplayCues) == 0x000393, "Member 'UAbilitySystemComponent::bSuppressGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedTargetActors) == 0x000398, "Member 'UAbilitySystemComponent::SpawnedTargetActors' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OwnerActor) == 0x0003D0, "Member 'UAbilitySystemComponent::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AvatarActor) == 0x0003D8, "Member 'UAbilitySystemComponent::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActivatableAbilities) == 0x0003F0, "Member 'UAbilitySystemComponent::ActivatableAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AllReplicatedInstancedAbilities) == 0x000540, "Member 'UAbilitySystemComponent::AllReplicatedInstancedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, RepAnimMontageInfo) == 0x000750, "Member 'UAbilitySystemComponent::RepAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bCachedIsNetSimulated) == 0x000780, "Member 'UAbilitySystemComponent::bCachedIsNetSimulated' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bPendingMontageRep) == 0x000781, "Member 'UAbilitySystemComponent::bPendingMontageRep' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, LocalAnimMontageInfo) == 0x000788, "Member 'UAbilitySystemComponent::LocalAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayEffects) == 0x000850, "Member 'UAbilitySystemComponent::ActiveGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayCues) == 0x000CC8, "Member 'UAbilitySystemComponent::ActiveGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationGameplayCues) == 0x000DF0, "Member 'UAbilitySystemComponent::MinimalReplicationGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, BlockedAbilityBindings) == 0x001040, "Member 'UAbilitySystemComponent::BlockedAbilityBindings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationTags) == 0x001178, "Member 'UAbilitySystemComponent::MinimalReplicationTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicatedPredictionKeyMap) == 0x0011F0, "Member 'UAbilitySystemComponent::ReplicatedPredictionKeyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTag \ +static_assert(alignof(UAbilityAsync_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTag"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTag) == 0x000050, "Wrong size on UAbilityAsync_WaitGameplayTag"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagAdded \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagAdded) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagAdded, Added) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagAdded::Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilityBlueprint \ +static_assert(alignof(UGameplayAbilityBlueprint) == 0x000008, "Wrong alignment on UGameplayAbilityBlueprint"); \ +static_assert(sizeof(UGameplayAbilityBlueprint) == 0x0000A0, "Wrong size on UGameplayAbilityBlueprint"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagRemoved \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagRemoved, Removed) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilitySet \ +static_assert(alignof(UGameplayAbilitySet) == 0x000008, "Wrong alignment on UGameplayAbilitySet"); \ +static_assert(sizeof(UGameplayAbilitySet) == 0x000040, "Wrong size on UGameplayAbilitySet"); \ +static_assert(offsetof(UGameplayAbilitySet, Abilities) == 0x000030, "Member 'UGameplayAbilitySet::Abilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ActorArray) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ActorArray' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, OneTargetPerHandle) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::OneTargetPerHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x0000B0, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, ReturnValue) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000110, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, SourceLocation) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, TargetLocation) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, ReturnValue) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::NewGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::NewGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::NewGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::NewGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, LinkedGameplayEffect) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::LinkedGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, LinkedGameplayEffectSpec) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::LinkedGameplayEffectSpec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AppendTargetDataHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, TargetHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::TargetHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, HandleToAdd) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::HandleToAdd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, ReturnValue) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, DataName) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::DataName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, Magnitude) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, DataTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::DataTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, Magnitude) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BreakGameplayCueParameters \ +static_assert(alignof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000180, "Wrong size on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, NormalizedMagnitude) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, RawMagnitude) == 0x0000C4, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectContext) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, MatchedTagName) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, OriginalTag) == 0x0000E8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedSourceTags) == 0x0000F0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedTargetTags) == 0x000110, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Location) == 0x000130, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Normal) == 0x00013C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Instigator) == 0x000148, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectCauser) == 0x000150, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, SourceObject) == 0x000158, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, PhysicalMaterial) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, GameplayEffectLevel) == 0x000168, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AbilityLevel) == 0x00016C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, TargetAttachComponent) == 0x000170, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x000178, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_CloneSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InNewInstigator) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InNewInstigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InEffectCauser) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InEffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, GameplayEffectSpecHandle_Clone) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::GameplayEffectSpecHandle_Clone' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements \ +static_assert(alignof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000148, "Wrong size on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, SourceTagReqs) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::SourceTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, TargetTagReqs) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::TargetTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, ReturnValue) == 0x000140, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesTargetDataContainActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Actor) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextAddHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x0000A8, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, HitResult) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, bReset) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x0000A0, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetSourceObject \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextHasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextSetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, Origin) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000088, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, bSuccess) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, ReturnValue) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000090, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, BaseValue) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, bSuccess) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, ReturnValue) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_FilterTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_FilterTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_FilterTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, TargetDataHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ActorFilterClass) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ActorFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget \ +static_assert(alignof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x0000D8, "Wrong size on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, TargetCueInterface) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::TargetCueInterface' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, EventType) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, Parameters) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, WorldContextObject) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ActiveHandle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorByIndex \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Index_0) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_GetActorCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorsFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetDataCountFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetEffectContext \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetEffectContext"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetEffectContext"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBase \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueDirection \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x0000D8, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Direction) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, ReturnValue) == 0x0000D4, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x0000E8, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Location) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Normal) == 0x0000D4, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, ReturnValue) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000148, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResultFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x0000B8, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorTransform \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x0000F0, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000050, "Wrong size on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, Attribute) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, ReturnValue) == 0x000048, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_GetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPoint \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_HasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_HasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_HasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsValid) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_IsValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, Attribute) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsValid::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeFilterHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, Filter) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::Filter' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, FilterActor) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::FilterActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeGameplayCueParameters \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000180, "Wrong size on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectContext) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, OriginalTag) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Location) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Normal) == 0x00007C, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Instigator) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectCauser) == 0x000090, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, SourceObject) == 0x000098, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, PhysicalMaterial) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, GameplayEffectLevel) == 0x0000A8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AbilityLevel) == 0x0000AC, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, TargetAttachComponent) == 0x0000B0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000B8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InGameplayEffect) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InInstigator) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InEffectCauser) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InEffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InLevel) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SendGameplayEventToActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x0000C0, "Wrong size on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Payload) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetDuration::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, Duration) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, StackCount) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::StackCount' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCountToMax \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasEndPoint \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemBlueprintLibrary \ +static_assert(alignof(UAbilitySystemBlueprintLibrary) == 0x000008, "Wrong alignment on UAbilitySystemBlueprintLibrary"); \ +static_assert(sizeof(UAbilitySystemBlueprintLibrary) == 0x000028, "Wrong size on UAbilitySystemBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemDebugHUD \ +static_assert(alignof(AAbilitySystemDebugHUD) == 0x000008, "Wrong alignment on AAbilitySystemDebugHUD"); \ +static_assert(sizeof(AAbilitySystemDebugHUD) == 0x000318, "Wrong size on AAbilitySystemDebugHUD"); \ + +#define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerActivatePlayerAbility \ +static_assert(alignof(AbilitySystemGlobals_ServerActivatePlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerActivatePlayerAbility"); \ +static_assert(sizeof(AbilitySystemGlobals_ServerActivatePlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerActivatePlayerAbility"); \ +static_assert(offsetof(AbilitySystemGlobals_ServerActivatePlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerActivatePlayerAbility::AbilityNameMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerCancelPlayerAbility \ +static_assert(alignof(AbilitySystemGlobals_ServerCancelPlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerCancelPlayerAbility"); \ +static_assert(sizeof(AbilitySystemGlobals_ServerCancelPlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerCancelPlayerAbility"); \ +static_assert(offsetof(AbilitySystemGlobals_ServerCancelPlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerCancelPlayerAbility::AbilityNameMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerEndPlayerAbility \ +static_assert(alignof(AbilitySystemGlobals_ServerEndPlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerEndPlayerAbility"); \ +static_assert(sizeof(AbilitySystemGlobals_ServerEndPlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerEndPlayerAbility"); \ +static_assert(offsetof(AbilitySystemGlobals_ServerEndPlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerEndPlayerAbility::AbilityNameMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemGlobals \ +static_assert(alignof(UAbilitySystemGlobals) == 0x000008, "Wrong alignment on UAbilitySystemGlobals"); \ +static_assert(sizeof(UAbilitySystemGlobals) == 0x000260, "Wrong size on UAbilitySystemGlobals"); \ +static_assert(offsetof(UAbilitySystemGlobals, AbilitySystemGlobalsClassName) == 0x000028, "Member 'UAbilitySystemGlobals::AbilitySystemGlobalsClassName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadTag) == 0x000068, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadName) == 0x000070, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownTag) == 0x000078, "Member 'UAbilitySystemGlobals::ActivateFailCooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownName) == 0x000080, "Member 'UAbilitySystemGlobals::ActivateFailCooldownName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostTag) == 0x000088, "Member 'UAbilitySystemGlobals::ActivateFailCostTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostName) == 0x000090, "Member 'UAbilitySystemGlobals::ActivateFailCostName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedTag) == 0x000098, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedName) == 0x0000A0, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingTag) == 0x0000A8, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingName) == 0x0000B0, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingTag) == 0x0000B8, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingName) == 0x0000C0, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, MinimalReplicationTagCountBits) == 0x0000C8, "Member 'UAbilitySystemGlobals::MinimalReplicationTagCountBits' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, TargetDataStructCache) == 0x0000D0, "Member 'UAbilitySystemGlobals::TargetDataStructCache' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, bAllowGameplayModEvaluationChannels) == 0x0000E0, "Member 'UAbilitySystemGlobals::bAllowGameplayModEvaluationChannels' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, DefaultGameplayModEvaluationChannel) == 0x0000E1, "Member 'UAbilitySystemGlobals::DefaultGameplayModEvaluationChannel' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayModEvaluationChannelAliases) == 0x0000E4, "Member 'UAbilitySystemGlobals::GameplayModEvaluationChannelAliases' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTableName) == 0x000138, "Member 'UAbilitySystemGlobals::GlobalCurveTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTable) == 0x000150, "Member 'UAbilitySystemGlobals::GlobalCurveTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTableName) == 0x000158, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTable) == 0x000170, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableName) == 0x000178, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableNames) == 0x000190, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableNames' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeDefaultsTables) == 0x0001A0, "Member 'UAbilitySystemGlobals::GlobalAttributeDefaultsTables' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerClass) == 0x0001B0, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerName) == 0x0001C8, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayCueNotifyPaths) == 0x0001E0, "Member 'UAbilitySystemGlobals::GameplayCueNotifyPaths' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTableName) == 0x0001F0, "Member 'UAbilitySystemGlobals::GameplayTagResponseTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTable) == 0x000208, "Member 'UAbilitySystemGlobals::GameplayTagResponseTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, PredictTargetGameplayEffects) == 0x000210, "Member 'UAbilitySystemGlobals::PredictTargetGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManager) == 0x000218, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAbilitySystemInterface \ +static_assert(alignof(IAbilitySystemInterface) == 0x000001, "Wrong alignment on IAbilitySystemInterface"); \ +static_assert(sizeof(IAbilitySystemInterface) == 0x000001, "Wrong size on IAbilitySystemInterface"); \ + +#define DUMPER7_ASSERTS_IAbilitySystemReplicationProxyInterface \ +static_assert(alignof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong alignment on IAbilitySystemReplicationProxyInterface"); \ +static_assert(sizeof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong size on IAbilitySystemReplicationProxyInterface"); \ + +#define DUMPER7_ASSERTS_UAttributeSet \ +static_assert(alignof(UAttributeSet) == 0x000008, "Wrong alignment on UAttributeSet"); \ +static_assert(sizeof(UAttributeSet) == 0x000030, "Wrong size on UAttributeSet"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemTestAttributeSet \ +static_assert(alignof(UAbilitySystemTestAttributeSet) == 0x000008, "Wrong alignment on UAbilitySystemTestAttributeSet"); \ +static_assert(sizeof(UAbilitySystemTestAttributeSet) == 0x000070, "Wrong size on UAbilitySystemTestAttributeSet"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxHealth) == 0x000030, "Member 'UAbilitySystemTestAttributeSet::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Health) == 0x000034, "Member 'UAbilitySystemTestAttributeSet::Health' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Mana) == 0x000038, "Member 'UAbilitySystemTestAttributeSet::Mana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxMana) == 0x00003C, "Member 'UAbilitySystemTestAttributeSet::MaxMana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Damage) == 0x000040, "Member 'UAbilitySystemTestAttributeSet::Damage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, SpellDamage) == 0x000044, "Member 'UAbilitySystemTestAttributeSet::SpellDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, PhysicalDamage) == 0x000048, "Member 'UAbilitySystemTestAttributeSet::PhysicalDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritChance) == 0x00004C, "Member 'UAbilitySystemTestAttributeSet::CritChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritMultiplier) == 0x000050, "Member 'UAbilitySystemTestAttributeSet::CritMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, ArmorDamageReduction) == 0x000054, "Member 'UAbilitySystemTestAttributeSet::ArmorDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, DodgeChance) == 0x000058, "Member 'UAbilitySystemTestAttributeSet::DodgeChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, LifeSteal) == 0x00005C, "Member 'UAbilitySystemTestAttributeSet::LifeSteal' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Strength) == 0x000060, "Member 'UAbilitySystemTestAttributeSet::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute1) == 0x000064, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute1' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute2) == 0x000068, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute2' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, NoStackAttribute) == 0x00006C, "Member 'UAbilitySystemTestAttributeSet::NoStackAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemTestPawn \ +static_assert(alignof(AAbilitySystemTestPawn) == 0x000008, "Wrong alignment on AAbilitySystemTestPawn"); \ +static_assert(sizeof(AAbilitySystemTestPawn) == 0x0002D0, "Wrong size on AAbilitySystemTestPawn"); \ +static_assert(offsetof(AAbilitySystemTestPawn, AbilitySystemComponent) == 0x0002C8, "Member 'AAbilitySystemTestPawn::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask \ +static_assert(alignof(UAbilityTask) == 0x000008, "Wrong alignment on UAbilityTask"); \ +static_assert(sizeof(UAbilityTask) == 0x000080, "Wrong size on UAbilityTask"); \ +static_assert(offsetof(UAbilityTask, Ability) == 0x000068, "Member 'UAbilityTask::Ability' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask, AbilitySystemComponent) == 0x000070, "Member 'UAbilityTask::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotion_Base \ +static_assert(alignof(UAbilityTask_ApplyRootMotion_Base) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotion_Base) == 0x0000B8, "Wrong size on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, ForceName) == 0x000080, "Member 'UAbilityTask_ApplyRootMotion_Base::ForceName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishVelocityMode) == 0x000088, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishVelocityMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishSetVelocity) == 0x00008C, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishSetVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishClampVelocity) == 0x000098, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishClampVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, MovementComponent) == 0x0000A0, "Member 'UAbilityTask_ApplyRootMotion_Base::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000050, "Wrong size on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, WorldDirection_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::WorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Strength_0) == 0x00001C, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Duration_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bIsAdditive_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, StrengthOverTime_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, VelocityOnFinishMode) == 0x000030, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, SetVelocityOnFinish) == 0x000034, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ClampVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bEnableGravity_0) == 0x000044, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bEnableGravity_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ReturnValue) == 0x000048, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionConstantForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionConstantForce) == 0x0000F0, "Wrong size on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, OnFinish) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, WorldDirection) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Strength) == 0x0000D4, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Duration) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bIsAdditive) == 0x0000DC, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, StrengthOverTime) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bEnableGravity) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bEnableGravity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000058, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Rotation_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Rotation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Distance_0) == 0x00001C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Distance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Height_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Height_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Duration_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, MinimumLandedTriggerTime_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::MinimumLandedTriggerTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, bFinishOnLanded_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::bFinishOnLanded_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, VelocityOnFinishMode) == 0x00002D, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, SetVelocityOnFinish) == 0x000030, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ClampVelocityOnFinish) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, PathOffsetCurve_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TimeMappingCurve_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ReturnValue) == 0x000050, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000004, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000088, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback, Hit) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionJumpForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000110, "Wrong size on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnFinish) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnLanded) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Rotation) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Distance) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Height) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Duration) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, MinimumLandedTriggerTime) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::MinimumLandedTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, bFinishOnLanded) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionJumpForce::bFinishOnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, PathOffsetCurve) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, TimeMappingCurve) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionJumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000078, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetActor_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLocationOffset_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OffsetAlignment_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, Duration_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontal) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVertical) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bSetNewMovementMode_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, MovementMode) == 0x000041, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected_0) == 0x000042, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, PathOffsetCurve_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TimeMappingCurve_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, VelocityOnFinishMode) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, SetVelocityOnFinish) == 0x00005C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ClampVelocityOnFinish) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt_0) == 0x00006C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x0000A0, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataHandle) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataIndex) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetActorIndex) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetActorIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLocationOffset_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OffsetAlignment_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, Duration_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedHorizontal) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedVertical) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bSetNewMovementMode_0) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, MovementMode) == 0x000069, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bRestrictSpeedToExpected_0) == 0x00006A, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, PathOffsetCurve_0) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TimeMappingCurve_0) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, VelocityOnFinishMode) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, SetVelocityOnFinish) == 0x000084, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ClampVelocityOnFinish) == 0x000090, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bDisableDestinationReachedInterrupt_0) == 0x000094, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReturnValue) == 0x000098, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000010, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, OriginalTarget) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::OriginalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, NewTarget) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToActorForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000130, "Wrong size on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OnFinished) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, StartLocation) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocation) == 0x0000DC, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetActor) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocationOffset) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OffsetAlignment) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OffsetAlignment' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, Duration) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bSetNewMovementMode) == 0x000105, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, NewMovementMode) == 0x000106, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected) == 0x000107, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, PathOffsetCurve) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TimeMappingCurve) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TimeMappingCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontalCurve) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontalCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVerticalCurve) == 0x000120, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVerticalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000050, "Wrong size on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TargetLocation_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TargetLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, Duration_0) == 0x00001C, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bSetNewMovementMode_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, MovementMode) == 0x000021, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected_0) == 0x000022, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, PathOffsetCurve_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, VelocityOnFinishMode) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, SetVelocityOnFinish) == 0x000034, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ClampVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ReturnValue) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000108, "Wrong size on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOut) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOutAndDestinationReached) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOutAndDestinationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, StartLocation) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, TargetLocation) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, Duration) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bSetNewMovementMode) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, NewMovementMode) == 0x0000F5, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected) == 0x0000F6, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, PathOffsetCurve) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::PathOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000078, "Wrong size on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Location_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Location_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, LocationActor_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::LocationActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Strength_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Duration_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Radius_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsPush_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsPush_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsAdditive_0) == 0x000035, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bNoZForce_0) == 0x000036, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bNoZForce_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthDistanceFalloff_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthDistanceFalloff_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthOverTime_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bUseFixedWorldDirection_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bUseFixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, FixedWorldDirection_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::FixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, VelocityOnFinishMode) == 0x000058, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, SetVelocityOnFinish) == 0x00005C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ClampVelocityOnFinish) == 0x000068, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionRadialForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000110, "Wrong size on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, OnFinish) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Location) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, LocationActor) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Strength) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Duration) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Radius) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsPush) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsAdditive) == 0x0000ED, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bNoZForce) == 0x0000EE, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthDistanceFalloff) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthOverTime) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bUseFixedWorldDirection) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, FixedWorldDirection) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionRadialForce::FixedWorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_MoveToLocation_MoveToLocation \ +static_assert(alignof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000008, "Wrong alignment on AbilityTask_MoveToLocation_MoveToLocation"); \ +static_assert(sizeof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000038, "Wrong size on AbilityTask_MoveToLocation_MoveToLocation"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OwningAbility) == 0x000000, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, TaskInstanceName) == 0x000008, "Member 'AbilityTask_MoveToLocation_MoveToLocation::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Location) == 0x000010, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Duration) == 0x00001C, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalInterpolationCurve) == 0x000020, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalVectorInterpolationCurve) == 0x000028, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalVectorInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, ReturnValue) == 0x000030, "Member 'AbilityTask_MoveToLocation_MoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_MoveToLocation \ +static_assert(alignof(UAbilityTask_MoveToLocation) == 0x000008, "Wrong alignment on UAbilityTask_MoveToLocation"); \ +static_assert(sizeof(UAbilityTask_MoveToLocation) == 0x0000C8, "Wrong size on UAbilityTask_MoveToLocation"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, OnTargetLocationReached) == 0x000080, "Member 'UAbilityTask_MoveToLocation::OnTargetLocationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, StartLocation) == 0x000094, "Member 'UAbilityTask_MoveToLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, TargetLocation) == 0x0000A0, "Member 'UAbilityTask_MoveToLocation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, DurationOfMovement) == 0x0000AC, "Member 'UAbilityTask_MoveToLocation::DurationOfMovement' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurve) == 0x0000B8, "Member 'UAbilityTask_MoveToLocation::LerpCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurveVector) == 0x0000C0, "Member 'UAbilityTask_MoveToLocation::LerpCurveVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_NetworkSyncPoint_WaitNetSync \ +static_assert(alignof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000008, "Wrong alignment on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ +static_assert(sizeof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000018, "Wrong size on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, OwningAbility) == 0x000000, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, SyncType) == 0x000008, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::SyncType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, ReturnValue) == 0x000010, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_NetworkSyncPoint \ +static_assert(alignof(UAbilityTask_NetworkSyncPoint) == 0x000008, "Wrong alignment on UAbilityTask_NetworkSyncPoint"); \ +static_assert(sizeof(UAbilityTask_NetworkSyncPoint) == 0x000098, "Wrong size on UAbilityTask_NetworkSyncPoint"); \ +static_assert(offsetof(UAbilityTask_NetworkSyncPoint, OnSync) == 0x000080, "Member 'UAbilityTask_NetworkSyncPoint::OnSync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000038, "Wrong size on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, OwningAbility) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, TaskInstanceName) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, MontageToPlay_0) == 0x000010, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::MontageToPlay_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, Rate_0) == 0x000018, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::Rate_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartSection_0) == 0x00001C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartSection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bStopWhenAbilityEnds_0) == 0x000024, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bStopWhenAbilityEnds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, AnimRootMotionTranslationScale_0) == 0x000028, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::AnimRootMotionTranslationScale_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartTimeSeconds_0) == 0x00002C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartTimeSeconds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, ReturnValue) == 0x000030, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageBlendingOut \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageEnded \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PlayMontageAndWait \ +static_assert(alignof(UAbilityTask_PlayMontageAndWait) == 0x000008, "Wrong alignment on UAbilityTask_PlayMontageAndWait"); \ +static_assert(sizeof(UAbilityTask_PlayMontageAndWait) == 0x000108, "Wrong size on UAbilityTask_PlayMontageAndWait"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCompleted) == 0x000080, "Member 'UAbilityTask_PlayMontageAndWait::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnBlendOut) == 0x000090, "Member 'UAbilityTask_PlayMontageAndWait::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnInterrupted) == 0x0000A0, "Member 'UAbilityTask_PlayMontageAndWait::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCancelled) == 0x0000B0, "Member 'UAbilityTask_PlayMontageAndWait::OnCancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, MontageToPlay) == 0x0000E8, "Member 'UAbilityTask_PlayMontageAndWait::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, Rate) == 0x0000F0, "Member 'UAbilityTask_PlayMontageAndWait::Rate' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartSection) == 0x0000F4, "Member 'UAbilityTask_PlayMontageAndWait::StartSection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, AnimRootMotionTranslationScale) == 0x0000FC, "Member 'UAbilityTask_PlayMontageAndWait::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartTimeSeconds) == 0x000100, "Member 'UAbilityTask_PlayMontageAndWait::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bStopWhenAbilityEnds) == 0x000104, "Member 'UAbilityTask_PlayMontageAndWait::bStopWhenAbilityEnds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_Repeat_RepeatAction \ +static_assert(alignof(AbilityTask_Repeat_RepeatAction) == 0x000008, "Wrong alignment on AbilityTask_Repeat_RepeatAction"); \ +static_assert(sizeof(AbilityTask_Repeat_RepeatAction) == 0x000018, "Wrong size on AbilityTask_Repeat_RepeatAction"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, OwningAbility) == 0x000000, "Member 'AbilityTask_Repeat_RepeatAction::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TimeBetweenActions) == 0x000008, "Member 'AbilityTask_Repeat_RepeatAction::TimeBetweenActions' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TotalActionCount) == 0x00000C, "Member 'AbilityTask_Repeat_RepeatAction::TotalActionCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, ReturnValue) == 0x000010, "Member 'AbilityTask_Repeat_RepeatAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_Repeat \ +static_assert(alignof(UAbilityTask_Repeat) == 0x000008, "Wrong alignment on UAbilityTask_Repeat"); \ +static_assert(sizeof(UAbilityTask_Repeat) == 0x0000B8, "Wrong size on UAbilityTask_Repeat"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnPerformAction) == 0x000080, "Member 'UAbilityTask_Repeat::OnPerformAction' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnFinished) == 0x000090, "Member 'UAbilityTask_Repeat::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_SpawnActor \ +static_assert(alignof(AbilityTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_SpawnActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_SpawnActor) == 0x000040, "Wrong size on AbilityTask_SpawnActor_SpawnActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_SpawnActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_SpawnActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'AbilityTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_BeginSpawningActor \ +static_assert(alignof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000048, "Wrong size on AbilityTask_SpawnActor_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000038, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000040, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_FinishSpawningActor \ +static_assert(alignof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000038, "Wrong size on AbilityTask_SpawnActor_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000030, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_SpawnActor \ +static_assert(alignof(UAbilityTask_SpawnActor) == 0x000008, "Wrong alignment on UAbilityTask_SpawnActor"); \ +static_assert(sizeof(UAbilityTask_SpawnActor) == 0x0000C8, "Wrong size on UAbilityTask_SpawnActor"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, Success) == 0x000080, "Member 'UAbilityTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, DidNotSpawn) == 0x000090, "Member 'UAbilityTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_StartAbilityState_StartAbilityState \ +static_assert(alignof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000008, "Wrong alignment on AbilityTask_StartAbilityState_StartAbilityState"); \ +static_assert(sizeof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000020, "Wrong size on AbilityTask_StartAbilityState_StartAbilityState"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, OwningAbility) == 0x000000, "Member 'AbilityTask_StartAbilityState_StartAbilityState::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, StateName) == 0x000008, "Member 'AbilityTask_StartAbilityState_StartAbilityState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, bEndCurrentState) == 0x000010, "Member 'AbilityTask_StartAbilityState_StartAbilityState::bEndCurrentState' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, ReturnValue) == 0x000018, "Member 'AbilityTask_StartAbilityState_StartAbilityState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_StartAbilityState \ +static_assert(alignof(UAbilityTask_StartAbilityState) == 0x000008, "Wrong alignment on UAbilityTask_StartAbilityState"); \ +static_assert(sizeof(UAbilityTask_StartAbilityState) == 0x0000B8, "Wrong size on UAbilityTask_StartAbilityState"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateEnded) == 0x000080, "Member 'UAbilityTask_StartAbilityState::OnStateEnded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateInterrupted) == 0x000090, "Member 'UAbilityTask_StartAbilityState::OnStateInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargeting \ +static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Duration) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TargetActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, Duration) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_BeginSpawningActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_FinishSpawningActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_VisualizeTargeting \ +static_assert(alignof(UAbilityTask_VisualizeTargeting) == 0x000008, "Wrong alignment on UAbilityTask_VisualizeTargeting"); \ +static_assert(sizeof(UAbilityTask_VisualizeTargeting) == 0x0000A8, "Wrong size on UAbilityTask_VisualizeTargeting"); \ +static_assert(offsetof(UAbilityTask_VisualizeTargeting, TimeElapsed) == 0x000080, "Member 'UAbilityTask_VisualizeTargeting::TimeElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000028, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithoutTag) == 0x000010, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, IncludeTriggeredAbilities) == 0x000018, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, TriggerOnce) == 0x000019, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, IncludeTriggeredAbilities) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, TriggerOnce) == 0x000051, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000058, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TagRequirements) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, IncludeTriggeredAbilities) == 0x000048, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TriggerOnce) == 0x000049, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, ReturnValue) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_OnAbilityActivate \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong size on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_OnAbilityActivate, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_OnAbilityActivate::ActivatedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityActivate \ +static_assert(alignof(UAbilityTask_WaitAbilityActivate) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityActivate"); \ +static_assert(sizeof(UAbilityTask_WaitAbilityActivate) == 0x000138, "Wrong size on UAbilityTask_WaitAbilityActivate"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityActivate, OnActivate) == 0x000080, "Member 'UAbilityTask_WaitAbilityActivate::OnActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000028, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithoutTage) == 0x000010, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithoutTage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, TriggerOnce) == 0x000018, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_OnAbilityCommit \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong size on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_OnAbilityCommit, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_OnAbilityCommit::ActivatedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityCommit \ +static_assert(alignof(UAbilityTask_WaitAbilityCommit) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityCommit"); \ +static_assert(sizeof(UAbilityTask_WaitAbilityCommit) == 0x0000F8, "Wrong size on UAbilityTask_WaitAbilityCommit"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityCommit, OnCommit) == 0x000080, "Member 'UAbilityTask_WaitAbilityCommit::OnCommit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChange \ +static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000068, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithSrcTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithoutSrcTag) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithoutSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OptionalExternalOwner) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, ReturnValue) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison \ +static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000070, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InAttribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithoutTag) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonType) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonValue) == 0x000054, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, TriggerOnce) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OptionalExternalOwner) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, ReturnValue) == 0x000068, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChange \ +static_assert(alignof(UAbilityTask_WaitAttributeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChange"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChange) == 0x0000F8, "Wrong size on UAbilityTask_WaitAttributeChange"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, ExternalOwner) == 0x0000F0, "Member 'UAbilityTask_WaitAttributeChange::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold \ +static_assert(alignof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000098, "Wrong size on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeNumerator) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeNumerator' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeDenominator) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeDenominator' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonType) == 0x000078, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonValue) == 0x00007C, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, bTriggerOnce) == 0x000080, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OptionalExternalOwner) == 0x000088, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ReturnValue) == 0x000090, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeRatioThreshold \ +static_assert(alignof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000140, "Wrong size on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, ExternalOwner) == 0x000138, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold \ +static_assert(alignof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000060, "Wrong size on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonType) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonValue) == 0x000044, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, bTriggerOnce) == 0x000048, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OptionalExternalOwner) == 0x000050, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeThreshold \ +static_assert(alignof(UAbilityTask_WaitAttributeChangeThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChangeThreshold) == 0x0000F0, "Wrong size on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, ExternalOwner) == 0x0000E8, "Member 'UAbilityTask_WaitAttributeChangeThreshold::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitCancel_WaitCancel \ +static_assert(alignof(AbilityTask_WaitCancel_WaitCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitCancel_WaitCancel"); \ +static_assert(sizeof(AbilityTask_WaitCancel_WaitCancel) == 0x000010, "Wrong size on AbilityTask_WaitCancel_WaitCancel"); \ +static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitCancel_WaitCancel::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitCancel_WaitCancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitCancel \ +static_assert(alignof(UAbilityTask_WaitCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitCancel"); \ +static_assert(sizeof(UAbilityTask_WaitCancel) == 0x000098, "Wrong size on UAbilityTask_WaitCancel"); \ +static_assert(offsetof(UAbilityTask_WaitCancel, OnCancel) == 0x000080, "Member 'UAbilityTask_WaitCancel::OnCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_WaitConfirm \ +static_assert(alignof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_WaitConfirm"); \ +static_assert(sizeof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000010, "Wrong size on AbilityTask_WaitConfirm_WaitConfirm"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_WaitConfirm::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirm_WaitConfirm::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_OnConfirmCallback \ +static_assert(alignof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_OnConfirmCallback"); \ +static_assert(sizeof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong size on AbilityTask_WaitConfirm_OnConfirmCallback"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_OnConfirmCallback, InAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_OnConfirmCallback::InAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitConfirm \ +static_assert(alignof(UAbilityTask_WaitConfirm) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirm"); \ +static_assert(sizeof(UAbilityTask_WaitConfirm) == 0x0000A0, "Wrong size on UAbilityTask_WaitConfirm"); \ +static_assert(offsetof(UAbilityTask_WaitConfirm, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirm::OnConfirm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirmCancel_WaitConfirmCancel \ +static_assert(alignof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ +static_assert(sizeof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000010, "Wrong size on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ +static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitConfirmCancel \ +static_assert(alignof(UAbilityTask_WaitConfirmCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirmCancel"); \ +static_assert(sizeof(UAbilityTask_WaitConfirmCancel) == 0x0000A8, "Wrong size on UAbilityTask_WaitConfirmCancel"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirmCancel::OnConfirm' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnCancel) == 0x000090, "Member 'UAbilityTask_WaitConfirmCancel::OnCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitDelay_WaitDelay \ +static_assert(alignof(AbilityTask_WaitDelay_WaitDelay) == 0x000008, "Wrong alignment on AbilityTask_WaitDelay_WaitDelay"); \ +static_assert(sizeof(AbilityTask_WaitDelay_WaitDelay) == 0x000018, "Wrong size on AbilityTask_WaitDelay_WaitDelay"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitDelay_WaitDelay::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, Time) == 0x000008, "Member 'AbilityTask_WaitDelay_WaitDelay::Time' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitDelay_WaitDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitDelay \ +static_assert(alignof(UAbilityTask_WaitDelay) == 0x000008, "Wrong alignment on UAbilityTask_WaitDelay"); \ +static_assert(sizeof(UAbilityTask_WaitDelay) == 0x000098, "Wrong size on UAbilityTask_WaitDelay"); \ +static_assert(offsetof(UAbilityTask_WaitDelay, OnFinish) == 0x000080, "Member 'UAbilityTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x0002A8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, Target) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, SpecApplied) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::SpecApplied' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, ActiveHandle) == 0x0002A0, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::ActiveHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied) == 0x0001B8, "Wrong size on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied, ExternalOwner) == 0x0001A8, "Member 'UAbilityTask_WaitGameplayEffectApplied::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x0000B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TargetTagRequirements) == 0x000058, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TriggerOnce) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OptionalExternalOwner) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ListenForPeriodicEffect) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ReturnValue) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x0000C8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TargetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TriggerOnce) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OptionalExternalOwner) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ListenForPeriodicEffect) == 0x0000B8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ReturnValue) == 0x0000C0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Self \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x0001D8, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Self, OnApplied) == 0x0001B8, "Member 'UAbilityTask_WaitGameplayEffectApplied_Self::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x0000B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetTagRequirements) == 0x000058, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TriggerOnce) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OptionalExternalOwner) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ListenForPeriodicEffects) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ListenForPeriodicEffects' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ReturnValue) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x0000C8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TargetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TriggerOnce) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OptionalExternalOwner) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ListenForPeriodicEffect) == 0x0000B8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ReturnValue) == 0x0000C0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Target \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x0001D8, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Target, OnApplied) == 0x0001B8, "Member 'UAbilityTask_WaitGameplayEffectApplied_Target::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity \ +static_assert(alignof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x0000A0, "Wrong size on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, SourceTagRequirements) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, TargetTagRequirements) == 0x000048, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OptionalExternalTarget) == 0x000088, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OnlyTriggerOnce) == 0x000090, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, ReturnValue) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectBlockedImmunity \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000128, "Wrong size on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, bLocked) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::bLocked' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, ExternalOwner) == 0x000118, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved \ +static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000018, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved \ +static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000020, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved, InGameplayEffectRemovalInfo) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved::InGameplayEffectRemovalInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectRemoved \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectRemoved) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, OnRemoved) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectRemoved::OnRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, InvalidHandle) == 0x000090, "Member 'UAbilityTask_WaitGameplayEffectRemoved::InvalidHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange \ +static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000018, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange \ +static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000010, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, Handle) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::NewCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, OldCount) == 0x00000C, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::OldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectStackChange \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectStackChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectStackChange) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectStackChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, InvalidHandle) == 0x000090, "Member 'UAbilityTask_WaitGameplayEffectStackChange::InvalidHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEvent_WaitGameplayEvent \ +static_assert(alignof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000028, "Wrong size on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, EventTag) == 0x000008, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OptionalExternalTarget_0) == 0x000010, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OptionalExternalTarget_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyMatchExact) == 0x000019, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEvent \ +static_assert(alignof(UAbilityTask_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEvent"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEvent) == 0x0000B0, "Wrong size on UAbilityTask_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, EventReceived) == 0x000080, "Member 'UAbilityTask_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, OptionalExternalTarget) == 0x000098, "Member 'UAbilityTask_WaitGameplayEvent::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTag_GameplayTagCallback \ +static_assert(alignof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x00000C, "Wrong size on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, Tag) == 0x000000, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTag \ +static_assert(alignof(UAbilityTask_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTag"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTag) == 0x0000A8, "Wrong size on UAbilityTask_WaitGameplayTag"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTag, OptionalExternalTarget) == 0x000090, "Member 'UAbilityTask_WaitGameplayTag::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd \ +static_assert(alignof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000028, "Wrong size on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagAdded \ +static_assert(alignof(UAbilityTask_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagAdded) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagAdded, Added) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagAdded::Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove \ +static_assert(alignof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000028, "Wrong size on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagRemoved \ +static_assert(alignof(UAbilityTask_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagRemoved) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagRemoved, Removed) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitInputPress_WaitInputPress \ +static_assert(alignof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000008, "Wrong alignment on AbilityTask_WaitInputPress_WaitInputPress"); \ +static_assert(sizeof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000018, "Wrong size on AbilityTask_WaitInputPress_WaitInputPress"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputPress_WaitInputPress::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, bTestAlreadyPressed) == 0x000008, "Member 'AbilityTask_WaitInputPress_WaitInputPress::bTestAlreadyPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputPress_WaitInputPress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitInputPress \ +static_assert(alignof(UAbilityTask_WaitInputPress) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputPress"); \ +static_assert(sizeof(UAbilityTask_WaitInputPress) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputPress"); \ +static_assert(offsetof(UAbilityTask_WaitInputPress, OnPress) == 0x000080, "Member 'UAbilityTask_WaitInputPress::OnPress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitInputRelease_WaitInputRelease \ +static_assert(alignof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000008, "Wrong alignment on AbilityTask_WaitInputRelease_WaitInputRelease"); \ +static_assert(sizeof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000018, "Wrong size on AbilityTask_WaitInputRelease_WaitInputRelease"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, bTestAlreadyReleased) == 0x000008, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::bTestAlreadyReleased' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitInputRelease \ +static_assert(alignof(UAbilityTask_WaitInputRelease) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputRelease"); \ +static_assert(sizeof(UAbilityTask_WaitInputRelease) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputRelease"); \ +static_assert(offsetof(UAbilityTask_WaitInputRelease, OnRelease) == 0x000080, "Member 'UAbilityTask_WaitInputRelease::OnRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange \ +static_assert(alignof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ +static_assert(sizeof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000018, "Wrong size on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, NewMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::NewMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_OnMovementModeChange \ +static_assert(alignof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ +static_assert(sizeof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000010, "Wrong size on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, Character) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::Character' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PrevMovementMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PreviousCustomMode) == 0x000009, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PreviousCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitMovementModeChange \ +static_assert(alignof(UAbilityTask_WaitMovementModeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitMovementModeChange"); \ +static_assert(sizeof(UAbilityTask_WaitMovementModeChange) == 0x0000A0, "Wrong size on UAbilityTask_WaitMovementModeChange"); \ +static_assert(offsetof(UAbilityTask_WaitMovementModeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitMovementModeChange::OnChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_WaitForOverlap \ +static_assert(alignof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_WaitForOverlap"); \ +static_assert(sizeof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000010, "Wrong size on AbilityTask_WaitOverlap_WaitForOverlap"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_OnHitCallback \ +static_assert(alignof(AbilityTask_WaitOverlap_OnHitCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_OnHitCallback"); \ +static_assert(sizeof(AbilityTask_WaitOverlap_OnHitCallback) == 0x0000B0, "Wrong size on AbilityTask_WaitOverlap_OnHitCallback"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, HitComp) == 0x000000, "Member 'AbilityTask_WaitOverlap_OnHitCallback::HitComp' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherActor) == 0x000008, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherComp) == 0x000010, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, NormalImpulse) == 0x000018, "Member 'AbilityTask_WaitOverlap_OnHitCallback::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, Hit) == 0x000024, "Member 'AbilityTask_WaitOverlap_OnHitCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitOverlap \ +static_assert(alignof(UAbilityTask_WaitOverlap) == 0x000008, "Wrong alignment on UAbilityTask_WaitOverlap"); \ +static_assert(sizeof(UAbilityTask_WaitOverlap) == 0x000090, "Wrong size on UAbilityTask_WaitOverlap"); \ +static_assert(offsetof(UAbilityTask_WaitOverlap, OnOverlap) == 0x000080, "Member 'UAbilityTask_WaitOverlap::OnOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetData \ +static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetData"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetData"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetData::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetData::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ConfirmationType) == 0x000010, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ConfirmationType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, Class_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetData::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetDataUsingActor \ +static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ConfirmationType) == 0x000010, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ConfirmationType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TargetActor_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_BeginSpawningActor \ +static_assert(alignof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_WaitTargetData_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_FinishSpawningActor \ +static_assert(alignof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_WaitTargetData_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataCancelledCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataCancelledCallback::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReadyCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReadyCallback::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000030, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::Data' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, ActivationTag) == 0x000028, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::ActivationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitTargetData \ +static_assert(alignof(UAbilityTask_WaitTargetData) == 0x000008, "Wrong alignment on UAbilityTask_WaitTargetData"); \ +static_assert(sizeof(UAbilityTask_WaitTargetData) == 0x0000C0, "Wrong size on UAbilityTask_WaitTargetData"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, ValidData) == 0x000080, "Member 'UAbilityTask_WaitTargetData::ValidData' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, Cancelled) == 0x000090, "Member 'UAbilityTask_WaitTargetData::Cancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetClass) == 0x0000A0, "Member 'UAbilityTask_WaitTargetData::TargetClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetActor) == 0x0000A8, "Member 'UAbilityTask_WaitTargetData::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitVelocityChange_CreateWaitVelocityChange \ +static_assert(alignof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000008, "Wrong alignment on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ +static_assert(sizeof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000020, "Wrong size on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, Direction) == 0x000008, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, MinimumMagnitude) == 0x000014, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::MinimumMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitVelocityChange \ +static_assert(alignof(UAbilityTask_WaitVelocityChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitVelocityChange"); \ +static_assert(sizeof(UAbilityTask_WaitVelocityChange) == 0x0000A8, "Wrong size on UAbilityTask_WaitVelocityChange"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, OnVelocityChage) == 0x000080, "Member 'UAbilityTask_WaitVelocityChange::OnVelocityChage' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, CachedMovementComponent) == 0x000090, "Member 'UAbilityTask_WaitVelocityChange::CachedMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Radius \ +static_assert(alignof(AGameplayAbilityTargetActor_Radius) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Radius"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_Radius) == 0x000340, "Wrong size on AGameplayAbilityTargetActor_Radius"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Radius, Radius) == 0x000338, "Member 'AGameplayAbilityTargetActor_Radius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_SingleLineTrace \ +static_assert(alignof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_SingleLineTrace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000350, "Wrong size on AGameplayAbilityTargetActor_SingleLineTrace"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_FaceTowardSource \ +static_assert(alignof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_FaceTowardSource"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_FaceTowardSource"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_FaceTowardSource, bFaceIn2D) == 0x000000, "Member 'GameplayAbilityWorldReticle_FaceTowardSource::bFaceIn2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnTargetingAnActor \ +static_assert(alignof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_OnTargetingAnActor, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnTargetingAnActor::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnValidTargetChanged \ +static_assert(alignof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_OnValidTargetChanged, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnValidTargetChanged::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamFloat \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x00000C, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, Value) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamVector \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000014, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, Value) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle \ +static_assert(alignof(AGameplayAbilityWorldReticle) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle"); \ +static_assert(sizeof(AGameplayAbilityWorldReticle) == 0x000248, "Wrong size on AGameplayAbilityWorldReticle"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, Parameters) == 0x000228, "Member 'AGameplayAbilityWorldReticle::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bFaceOwnerFlat) == 0x000234, "Member 'AGameplayAbilityWorldReticle::bFaceOwnerFlat' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bSnapToTargetedActor) == 0x000235, "Member 'AGameplayAbilityWorldReticle::bSnapToTargetedActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetValid) == 0x000236, "Member 'AGameplayAbilityWorldReticle::bIsTargetValid' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetAnActor) == 0x000237, "Member 'AGameplayAbilityWorldReticle::bIsTargetAnActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, MasterPC) == 0x000238, "Member 'AGameplayAbilityWorldReticle::MasterPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, TargetingActor) == 0x000240, "Member 'AGameplayAbilityWorldReticle::TargetingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle_ActorVisualization \ +static_assert(alignof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(sizeof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x000260, "Wrong size on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, CollisionComponent) == 0x000248, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, VisualizationComponents) == 0x000250, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::VisualizationComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueInterface_BlueprintCustomHandler \ +static_assert(alignof(GameplayCueInterface_BlueprintCustomHandler) == 0x000008, "Wrong alignment on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(sizeof(GameplayCueInterface_BlueprintCustomHandler) == 0x0000C8, "Wrong size on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, EventType) == 0x000000, "Member 'GameplayCueInterface_BlueprintCustomHandler::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, Parameters) == 0x000008, "Member 'GameplayCueInterface_BlueprintCustomHandler::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayCueInterface \ +static_assert(alignof(IGameplayCueInterface) == 0x000001, "Wrong alignment on IGameplayCueInterface"); \ +static_assert(sizeof(IGameplayCueInterface) == 0x000001, "Wrong size on IGameplayCueInterface"); \ + +#define DUMPER7_ASSERTS_UGameplayCueManager \ +static_assert(alignof(UGameplayCueManager) == 0x000008, "Wrong alignment on UGameplayCueManager"); \ +static_assert(sizeof(UGameplayCueManager) == 0x000310, "Wrong size on UGameplayCueManager"); \ +static_assert(offsetof(UGameplayCueManager, RuntimeGameplayCueObjectLibrary) == 0x000048, "Member 'UGameplayCueManager::RuntimeGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, EditorGameplayCueObjectLibrary) == 0x000098, "Member 'UGameplayCueManager::EditorGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, LoadedGameplayCueNotifyClasses) == 0x0002B0, "Member 'UGameplayCueManager::LoadedGameplayCueNotifyClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueClassesForPreallocation) == 0x0002C0, "Member 'UGameplayCueManager::GameplayCueClassesForPreallocation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PendingExecuteCues) == 0x0002D0, "Member 'UGameplayCueManager::PendingExecuteCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueSendContextCount) == 0x0002E0, "Member 'UGameplayCueManager::GameplayCueSendContextCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PreallocationInfoList_Internal) == 0x0002E8, "Member 'UGameplayCueManager::PreallocationInfoList_Internal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_K2_HandleGameplayCue \ +static_assert(alignof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ +static_assert(sizeof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnActive \ +static_assert(alignof(GameplayCueNotify_Actor_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnActive"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_OnActive"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_OnActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnExecute \ +static_assert(alignof(GameplayCueNotify_Actor_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnExecute"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnExecute) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_OnExecute"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnExecute::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnExecute::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_OnExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnOwnerDestroyed \ +static_assert(alignof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong size on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnOwnerDestroyed, DestroyedActor) == 0x000000, "Member 'GameplayCueNotify_Actor_OnOwnerDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnRemove \ +static_assert(alignof(GameplayCueNotify_Actor_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnRemove"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnRemove) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_OnRemove"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnRemove::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnRemove::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_OnRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_WhileActive \ +static_assert(alignof(GameplayCueNotify_Actor_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_WhileActive"); \ +static_assert(sizeof(GameplayCueNotify_Actor_WhileActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_WhileActive"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_WhileActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_WhileActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_WhileActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_Actor \ +static_assert(alignof(AGameplayCueNotify_Actor) == 0x000008, "Wrong alignment on AGameplayCueNotify_Actor"); \ +static_assert(sizeof(AGameplayCueNotify_Actor) == 0x000288, "Wrong size on AGameplayCueNotify_Actor"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoDestroyOnRemove) == 0x000228, "Member 'AGameplayCueNotify_Actor::bAutoDestroyOnRemove' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, AutoDestroyDelay) == 0x00022C, "Member 'AGameplayCueNotify_Actor::AutoDestroyDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfTimelineIsStillRunning) == 0x000230, "Member 'AGameplayCueNotify_Actor::WarnIfTimelineIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfLatentActionIsStillRunning) == 0x000231, "Member 'AGameplayCueNotify_Actor::WarnIfLatentActionIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueTag) == 0x000234, "Member 'AGameplayCueNotify_Actor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueName) == 0x00023C, "Member 'AGameplayCueNotify_Actor::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoAttachToOwner) == 0x000244, "Member 'AGameplayCueNotify_Actor::bAutoAttachToOwner' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, IsOverride) == 0x000245, "Member 'AGameplayCueNotify_Actor::IsOverride' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerInstigator) == 0x000246, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerInstigator' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerSourceObject) == 0x000247, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerSourceObject' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleOnActiveEvents) == 0x000248, "Member 'AGameplayCueNotify_Actor::bAllowMultipleOnActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleWhileActiveEvents) == 0x000249, "Member 'AGameplayCueNotify_Actor::bAllowMultipleWhileActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, NumPreallocatedInstances) == 0x00024C, "Member 'AGameplayCueNotify_Actor::NumPreallocatedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_K2_HandleGameplayCue \ +static_assert(alignof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ +static_assert(sizeof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnActive \ +static_assert(alignof(GameplayCueNotify_Static_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnActive"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_OnActive"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_OnActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnExecute \ +static_assert(alignof(GameplayCueNotify_Static_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnExecute"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnExecute) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_OnExecute"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnExecute::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnExecute::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_OnExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnRemove \ +static_assert(alignof(GameplayCueNotify_Static_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnRemove"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnRemove) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_OnRemove"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnRemove::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnRemove::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_OnRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_WhileActive \ +static_assert(alignof(GameplayCueNotify_Static_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_WhileActive"); \ +static_assert(sizeof(GameplayCueNotify_Static_WhileActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_WhileActive"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_WhileActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_WhileActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_WhileActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_Static \ +static_assert(alignof(UGameplayCueNotify_Static) == 0x000008, "Wrong alignment on UGameplayCueNotify_Static"); \ +static_assert(sizeof(UGameplayCueNotify_Static) == 0x000040, "Wrong size on UGameplayCueNotify_Static"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueTag) == 0x000028, "Member 'UGameplayCueNotify_Static::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueName) == 0x000030, "Member 'UGameplayCueNotify_Static::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, IsOverride) == 0x000038, "Member 'UGameplayCueNotify_Static::IsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_HitImpact \ +static_assert(alignof(UGameplayCueNotify_HitImpact) == 0x000008, "Wrong alignment on UGameplayCueNotify_HitImpact"); \ +static_assert(sizeof(UGameplayCueNotify_HitImpact) == 0x000050, "Wrong size on UGameplayCueNotify_HitImpact"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, Sound) == 0x000040, "Member 'UGameplayCueNotify_HitImpact::Sound' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, ParticleSystem) == 0x000048, "Member 'UGameplayCueNotify_HitImpact::ParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueSet \ +static_assert(alignof(UGameplayCueSet) == 0x000008, "Wrong alignment on UGameplayCueSet"); \ +static_assert(sizeof(UGameplayCueSet) == 0x000090, "Wrong size on UGameplayCueSet"); \ +static_assert(offsetof(UGameplayCueSet, GameplayCueData) == 0x000030, "Member 'UGameplayCueSet::GameplayCueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator \ +static_assert(alignof(UGameplayCueTranslator) == 0x000008, "Wrong alignment on UGameplayCueTranslator"); \ +static_assert(sizeof(UGameplayCueTranslator) == 0x000028, "Wrong size on UGameplayCueTranslator"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator_Test \ +static_assert(alignof(UGameplayCueTranslator_Test) == 0x000008, "Wrong alignment on UGameplayCueTranslator_Test"); \ +static_assert(sizeof(UGameplayCueTranslator_Test) == 0x000028, "Wrong size on UGameplayCueTranslator_Test"); \ + +#define DUMPER7_ASSERTS_UGameplayEffect \ +static_assert(alignof(UGameplayEffect) == 0x000008, "Wrong alignment on UGameplayEffect"); \ +static_assert(sizeof(UGameplayEffect) == 0x000800, "Wrong size on UGameplayEffect"); \ +static_assert(offsetof(UGameplayEffect, DurationPolicy) == 0x000030, "Member 'UGameplayEffect::DurationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, DurationMagnitude) == 0x000038, "Member 'UGameplayEffect::DurationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Period) == 0x000218, "Member 'UGameplayEffect::Period' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bExecutePeriodicEffectOnApplication) == 0x000240, "Member 'UGameplayEffect::bExecutePeriodicEffectOnApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PeriodicInhibitionPolicy) == 0x000241, "Member 'UGameplayEffect::PeriodicInhibitionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Modifiers) == 0x000248, "Member 'UGameplayEffect::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Executions) == 0x000258, "Member 'UGameplayEffect::Executions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ChanceToApplyToTarget) == 0x000268, "Member 'UGameplayEffect::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationRequirements) == 0x000290, "Member 'UGameplayEffect::ApplicationRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, TargetEffectClasses) == 0x0002A0, "Member 'UGameplayEffect::TargetEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ConditionalGameplayEffects) == 0x0002B0, "Member 'UGameplayEffect::ConditionalGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OverflowEffects) == 0x0002C0, "Member 'UGameplayEffect::OverflowEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bDenyOverflowApplication) == 0x0002D0, "Member 'UGameplayEffect::bDenyOverflowApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bClearStackOnOverflow) == 0x0002D1, "Member 'UGameplayEffect::bClearStackOnOverflow' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PrematureExpirationEffectClasses) == 0x0002D8, "Member 'UGameplayEffect::PrematureExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RoutineExpirationEffectClasses) == 0x0002E8, "Member 'UGameplayEffect::RoutineExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bRequireModifierSuccessToTriggerCues) == 0x0002F8, "Member 'UGameplayEffect::bRequireModifierSuccessToTriggerCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bSuppressStackingCues) == 0x0002F9, "Member 'UGameplayEffect::bSuppressStackingCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GameplayCues) == 0x000300, "Member 'UGameplayEffect::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, UIData) == 0x000310, "Member 'UGameplayEffect::UIData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableGameplayEffectTags) == 0x000318, "Member 'UGameplayEffect::InheritableGameplayEffectTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableOwnedTagsContainer) == 0x000378, "Member 'UGameplayEffect::InheritableOwnedTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OngoingTagRequirements) == 0x0003D8, "Member 'UGameplayEffect::OngoingTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationTagRequirements) == 0x000418, "Member 'UGameplayEffect::ApplicationTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemovalTagRequirements) == 0x000458, "Member 'UGameplayEffect::RemovalTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectsWithTags) == 0x000498, "Member 'UGameplayEffect::RemoveGameplayEffectsWithTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityTags) == 0x0004F8, "Member 'UGameplayEffect::GrantedApplicationImmunityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityQuery) == 0x000538, "Member 'UGameplayEffect::GrantedApplicationImmunityQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectQuery) == 0x000690, "Member 'UGameplayEffect::RemoveGameplayEffectQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackingType) == 0x0007E1, "Member 'UGameplayEffect::StackingType' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackLimitCount) == 0x0007E4, "Member 'UGameplayEffect::StackLimitCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackDurationRefreshPolicy) == 0x0007E8, "Member 'UGameplayEffect::StackDurationRefreshPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackPeriodResetPolicy) == 0x0007E9, "Member 'UGameplayEffect::StackPeriodResetPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackExpirationPolicy) == 0x0007EA, "Member 'UGameplayEffect::StackExpirationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedAbilities) == 0x0007F0, "Member 'UGameplayEffect::GrantedAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCalculation \ +static_assert(alignof(UGameplayEffectCalculation) == 0x000008, "Wrong alignment on UGameplayEffectCalculation"); \ +static_assert(sizeof(UGameplayEffectCalculation) == 0x000038, "Wrong size on UGameplayEffectCalculation"); \ +static_assert(offsetof(UGameplayEffectCalculation, RelevantAttributesToCapture) == 0x000028, "Member 'UGameplayEffectCalculation::RelevantAttributesToCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect \ +static_assert(alignof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x000008, "Wrong alignment on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ +static_assert(sizeof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x0002B0, "Wrong size on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, GameplayEffect) == 0x000000, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, Spec) == 0x000008, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::Spec' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ASC) == 0x0002A0, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ASC' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ReturnValue) == 0x0002A8, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCustomApplicationRequirement \ +static_assert(alignof(UGameplayEffectCustomApplicationRequirement) == 0x000008, "Wrong alignment on UGameplayEffectCustomApplicationRequirement"); \ +static_assert(sizeof(UGameplayEffectCustomApplicationRequirement) == 0x000028, "Wrong size on UGameplayEffectCustomApplicationRequirement"); \ + +#define DUMPER7_ASSERTS_GameplayEffectExecutionCalculation_Execute \ +static_assert(alignof(GameplayEffectExecutionCalculation_Execute) == 0x000008, "Wrong alignment on GameplayEffectExecutionCalculation_Execute"); \ +static_assert(sizeof(GameplayEffectExecutionCalculation_Execute) == 0x000108, "Wrong size on GameplayEffectExecutionCalculation_Execute"); \ +static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, ExecutionParams) == 0x000000, "Member 'GameplayEffectExecutionCalculation_Execute::ExecutionParams' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, OutExecutionOutput) == 0x0000F0, "Member 'GameplayEffectExecutionCalculation_Execute::OutExecutionOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectExecutionCalculation \ +static_assert(alignof(UGameplayEffectExecutionCalculation) == 0x000008, "Wrong alignment on UGameplayEffectExecutionCalculation"); \ +static_assert(sizeof(UGameplayEffectExecutionCalculation) == 0x000040, "Wrong size on UGameplayEffectExecutionCalculation"); \ +static_assert(offsetof(UGameplayEffectExecutionCalculation, bRequiresPassedInTags) == 0x000038, "Member 'UGameplayEffectExecutionCalculation::bRequiresPassedInTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData \ +static_assert(alignof(UGameplayEffectUIData) == 0x000008, "Wrong alignment on UGameplayEffectUIData"); \ +static_assert(sizeof(UGameplayEffectUIData) == 0x000028, "Wrong size on UGameplayEffectUIData"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData_TextOnly \ +static_assert(alignof(UGameplayEffectUIData_TextOnly) == 0x000008, "Wrong alignment on UGameplayEffectUIData_TextOnly"); \ +static_assert(sizeof(UGameplayEffectUIData_TextOnly) == 0x000040, "Wrong size on UGameplayEffectUIData_TextOnly"); \ +static_assert(offsetof(UGameplayEffectUIData_TextOnly, Description) == 0x000028, "Member 'UGameplayEffectUIData_TextOnly::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_CalculateBaseMagnitude \ +static_assert(alignof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x0002A0, "Wrong size on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, Spec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::Spec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayModMagnitudeCalculation \ +static_assert(alignof(UGameplayModMagnitudeCalculation) == 0x000008, "Wrong alignment on UGameplayModMagnitudeCalculation"); \ +static_assert(sizeof(UGameplayModMagnitudeCalculation) == 0x000040, "Wrong size on UGameplayModMagnitudeCalculation"); \ +static_assert(offsetof(UGameplayModMagnitudeCalculation, bAllowNonNetAuthorityDependencyRegistration) == 0x000038, "Member 'UGameplayModMagnitudeCalculation::bAllowNonNetAuthorityDependencyRegistration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagReponseTable_TagResponseEvent \ +static_assert(alignof(GameplayTagReponseTable_TagResponseEvent) == 0x000008, "Wrong alignment on GameplayTagReponseTable_TagResponseEvent"); \ +static_assert(sizeof(GameplayTagReponseTable_TagResponseEvent) == 0x000020, "Wrong size on GameplayTagReponseTable_TagResponseEvent"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, Tag) == 0x000000, "Member 'GameplayTagReponseTable_TagResponseEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, NewCount) == 0x000008, "Member 'GameplayTagReponseTable_TagResponseEvent::NewCount' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, ASC) == 0x000010, "Member 'GameplayTagReponseTable_TagResponseEvent::ASC' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, idx) == 0x000018, "Member 'GameplayTagReponseTable_TagResponseEvent::idx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagReponseTable \ +static_assert(alignof(UGameplayTagReponseTable) == 0x000008, "Wrong alignment on UGameplayTagReponseTable"); \ +static_assert(sizeof(UGameplayTagReponseTable) == 0x0001E8, "Wrong size on UGameplayTagReponseTable"); \ +static_assert(offsetof(UGameplayTagReponseTable, Entries) == 0x000030, "Member 'UGameplayTagReponseTable::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTriggerSection \ +static_assert(alignof(UMovieSceneGameplayCueTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueTriggerSection) == 0x000188, "Wrong size on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(offsetof(UMovieSceneGameplayCueTriggerSection, Channel) == 0x000100, "Member 'UMovieSceneGameplayCueTriggerSection::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueSection \ +static_assert(alignof(UMovieSceneGameplayCueSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueSection) == 0x000178, "Wrong size on UMovieSceneGameplayCueSection"); \ +static_assert(offsetof(UMovieSceneGameplayCueSection, Cue) == 0x000100, "Member 'UMovieSceneGameplayCueSection::Cue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneGameplayCueTrack_SetSequencerTrackHandler \ +static_assert(alignof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000004, "Wrong alignment on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ +static_assert(sizeof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000010, "Wrong size on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ +static_assert(offsetof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler, InGameplayCueTrackHandler) == 0x000000, "Member 'MovieSceneGameplayCueTrack_SetSequencerTrackHandler::InGameplayCueTrackHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTrack \ +static_assert(alignof(UMovieSceneGameplayCueTrack) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTrack"); \ +static_assert(sizeof(UMovieSceneGameplayCueTrack) == 0x0000A0, "Wrong size on UMovieSceneGameplayCueTrack"); \ +static_assert(offsetof(UMovieSceneGameplayCueTrack, Sections) == 0x000090, "Member 'UMovieSceneGameplayCueTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITickableAttributeSetInterface \ +static_assert(alignof(ITickableAttributeSetInterface) == 0x000001, "Wrong alignment on ITickableAttributeSetInterface"); \ +static_assert(sizeof(ITickableAttributeSetInterface) == 0x000001, "Wrong size on ITickableAttributeSetInterface"); \ + +#define DUMPER7_ASSERTS_FGameplayResourceSet \ +static_assert(alignof(FGameplayResourceSet) == 0x000002, "Wrong alignment on FGameplayResourceSet"); \ +static_assert(sizeof(FGameplayResourceSet) == 0x000002, "Wrong size on FGameplayResourceSet"); \ + +#define DUMPER7_ASSERTS_UGameplayTask \ +static_assert(alignof(UGameplayTask) == 0x000008, "Wrong alignment on UGameplayTask"); \ +static_assert(sizeof(UGameplayTask) == 0x000068, "Wrong size on UGameplayTask"); \ +static_assert(offsetof(UGameplayTask, InstanceName) == 0x000030, "Member 'UGameplayTask::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask, ResourceOverlapPolicy) == 0x00003A, "Member 'UGameplayTask::ResourceOverlapPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask, ChildTask) == 0x000060, "Member 'UGameplayTask::ChildTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_TimeLimitedExecution \ +static_assert(alignof(UGameplayTask_TimeLimitedExecution) == 0x000008, "Wrong alignment on UGameplayTask_TimeLimitedExecution"); \ +static_assert(sizeof(UGameplayTask_TimeLimitedExecution) == 0x000098, "Wrong size on UGameplayTask_TimeLimitedExecution"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnFinished) == 0x000068, "Member 'UGameplayTask_TimeLimitedExecution::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnTimeExpired) == 0x000078, "Member 'UGameplayTask_TimeLimitedExecution::OnTimeExpired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTasksComponent_K2_RunGameplayTask \ +static_assert(alignof(GameplayTasksComponent_K2_RunGameplayTask) == 0x000008, "Wrong alignment on GameplayTasksComponent_K2_RunGameplayTask"); \ +static_assert(sizeof(GameplayTasksComponent_K2_RunGameplayTask) == 0x000048, "Wrong size on GameplayTasksComponent_K2_RunGameplayTask"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, TaskOwner) == 0x000000, "Member 'GameplayTasksComponent_K2_RunGameplayTask::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, Task) == 0x000010, "Member 'GameplayTasksComponent_K2_RunGameplayTask::Task' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, Priority) == 0x000018, "Member 'GameplayTasksComponent_K2_RunGameplayTask::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, AdditionalRequiredResources) == 0x000020, "Member 'GameplayTasksComponent_K2_RunGameplayTask::AdditionalRequiredResources' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, AdditionalClaimedResources) == 0x000030, "Member 'GameplayTasksComponent_K2_RunGameplayTask::AdditionalClaimedResources' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, ReturnValue) == 0x000040, "Member 'GameplayTasksComponent_K2_RunGameplayTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTasksComponent \ +static_assert(alignof(UGameplayTasksComponent) == 0x000008, "Wrong alignment on UGameplayTasksComponent"); \ +static_assert(sizeof(UGameplayTasksComponent) == 0x000120, "Wrong size on UGameplayTasksComponent"); \ +static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x0000C0, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000D0, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x0000F0, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000100, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000110, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_GameplayTask_WaitDelay_TaskWaitDelay \ +static_assert(alignof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000008, "Wrong alignment on GameplayTask_WaitDelay_TaskWaitDelay"); \ +static_assert(sizeof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000020, "Wrong size on GameplayTask_WaitDelay_TaskWaitDelay"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, TaskOwner) == 0x000000, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Time) == 0x000010, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Priority) == 0x000014, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, ReturnValue) == 0x000018, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_WaitDelay \ +static_assert(alignof(UGameplayTask_WaitDelay) == 0x000008, "Wrong alignment on UGameplayTask_WaitDelay"); \ +static_assert(sizeof(UGameplayTask_WaitDelay) == 0x000080, "Wrong size on UGameplayTask_WaitDelay"); \ +static_assert(offsetof(UGameplayTask_WaitDelay, OnFinish) == 0x000068, "Member 'UGameplayTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayTaskOwnerInterface \ +static_assert(alignof(IGameplayTaskOwnerInterface) == 0x000001, "Wrong alignment on IGameplayTaskOwnerInterface"); \ +static_assert(sizeof(IGameplayTaskOwnerInterface) == 0x000001, "Wrong size on IGameplayTaskOwnerInterface"); \ + +#define DUMPER7_ASSERTS_UGameplayTaskResource \ +static_assert(alignof(UGameplayTaskResource) == 0x000008, "Wrong alignment on UGameplayTaskResource"); \ +static_assert(sizeof(UGameplayTaskResource) == 0x000038, "Wrong size on UGameplayTaskResource"); \ +static_assert(offsetof(UGameplayTaskResource, ManualResourceID) == 0x000028, "Member 'UGameplayTaskResource::ManualResourceID' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTaskResource, AutoResourceID) == 0x00002C, "Member 'UGameplayTaskResource::AutoResourceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapEyeBlinkState \ +static_assert(alignof(FMagicLeapEyeBlinkState) == 0x000001, "Wrong alignment on FMagicLeapEyeBlinkState"); \ +static_assert(sizeof(FMagicLeapEyeBlinkState) == 0x000002, "Wrong size on FMagicLeapEyeBlinkState"); \ +static_assert(offsetof(FMagicLeapEyeBlinkState, LeftEyeBlinked) == 0x000000, "Member 'FMagicLeapEyeBlinkState::LeftEyeBlinked' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapEyeBlinkState, RightEyeBlinked) == 0x000001, "Member 'FMagicLeapEyeBlinkState::RightEyeBlinked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus \ +static_assert(alignof(MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus) == 0x000001, "Wrong alignment on MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus"); \ +static_assert(sizeof(MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus) == 0x000001, "Wrong size on MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus"); \ +static_assert(offsetof(MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus, ReturnValue) == 0x000000, "Member 'MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState \ +static_assert(alignof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState) == 0x000001, "Wrong alignment on MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState"); \ +static_assert(sizeof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState) == 0x000003, "Wrong size on MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState"); \ +static_assert(offsetof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState, BlinkState) == 0x000000, "Member 'MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState::BlinkState' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState, ReturnValue) == 0x000002, "Member 'MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapEyeTrackerFunctionLibrary \ +static_assert(alignof(UMagicLeapEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapEyeTrackerFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapEyeTrackerFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapEyeTrackerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectBindingID \ +static_assert(alignof(FMovieSceneObjectBindingID) == 0x000004, "Wrong alignment on FMovieSceneObjectBindingID"); \ +static_assert(sizeof(FMovieSceneObjectBindingID) == 0x000018, "Wrong size on FMovieSceneObjectBindingID"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, Guid) == 0x000000, "Member 'FMovieSceneObjectBindingID::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, SequenceID) == 0x000010, "Member 'FMovieSceneObjectBindingID::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, ResolveParentIndex) == 0x000014, "Member 'FMovieSceneObjectBindingID::ResolveParentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingOverrideData \ +static_assert(alignof(FMovieSceneBindingOverrideData) == 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_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_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_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_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_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_FMovieSceneChannel \ +static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ +static_assert(sizeof(FMovieSceneChannel) == 0x000008, "Wrong size on FMovieSceneChannel"); \ + +#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_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_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_FMovieSceneSequenceInstanceDataPtr \ +static_assert(alignof(FMovieSceneSequenceInstanceDataPtr) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceDataPtr"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceDataPtr) == 0x000018, "Wrong size on FMovieSceneSequenceInstanceDataPtr"); \ + +#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_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_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_FMovieSceneKeyHandleMap \ +static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ +static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000060, "Wrong size on FMovieSceneKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatChannel \ +static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ +static_assert(sizeof(FMovieSceneFloatChannel) == 0x0000A0, "Wrong size on FMovieSceneFloatChannel"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PreInfinityExtrap) == 0x000008, "Member 'FMovieSceneFloatChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PostInfinityExtrap) == 0x000009, "Member 'FMovieSceneFloatChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Times) == 0x000010, "Member 'FMovieSceneFloatChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Values) == 0x000020, "Member 'FMovieSceneFloatChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, DefaultValue) == 0x000030, "Member 'FMovieSceneFloatChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, bHasDefaultValue) == 0x000034, "Member 'FMovieSceneFloatChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, KeyHandles) == 0x000038, "Member 'FMovieSceneFloatChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, TickResolution) == 0x000098, "Member 'FMovieSceneFloatChannel::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FMovieSceneTrackImplementation \ +static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ +static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ + +#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_FMovieSceneSequenceInstanceData \ +static_assert(alignof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceData"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong size on FMovieSceneSequenceInstanceData"); \ + +#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_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_FTrackInstanceInputComponent \ +static_assert(alignof(FTrackInstanceInputComponent) == 0x000008, "Wrong alignment on FTrackInstanceInputComponent"); \ +static_assert(sizeof(FTrackInstanceInputComponent) == 0x000010, "Wrong size on FTrackInstanceInputComponent"); \ +static_assert(offsetof(FTrackInstanceInputComponent, Section) == 0x000000, "Member 'FTrackInstanceInputComponent::Section' has a wrong offset!"); \ +static_assert(offsetof(FTrackInstanceInputComponent, OutputIndex) == 0x000008, "Member 'FTrackInstanceInputComponent::OutputIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceComponent \ +static_assert(alignof(FMovieSceneTrackInstanceComponent) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceComponent"); \ +static_assert(sizeof(FMovieSceneTrackInstanceComponent) == 0x000010, "Wrong size on FMovieSceneTrackInstanceComponent"); \ +static_assert(offsetof(FMovieSceneTrackInstanceComponent, Owner) == 0x000000, "Member 'FMovieSceneTrackInstanceComponent::Owner' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackInstanceComponent, TrackInstanceClass) == 0x000008, "Member 'FMovieSceneTrackInstanceComponent::TrackInstanceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEasingComponentData \ +static_assert(alignof(FEasingComponentData) == 0x000008, "Wrong alignment on FEasingComponentData"); \ +static_assert(sizeof(FEasingComponentData) == 0x000008, "Wrong size on FEasingComponentData"); \ +static_assert(offsetof(FEasingComponentData, Section) == 0x000000, "Member 'FEasingComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionGroup \ +static_assert(alignof(FMovieSceneSectionGroup) == 0x000008, "Wrong alignment on FMovieSceneSectionGroup"); \ +static_assert(sizeof(FMovieSceneSectionGroup) == 0x000010, "Wrong size on FMovieSceneSectionGroup"); \ +static_assert(offsetof(FMovieSceneSectionGroup, Sections) == 0x000000, "Member 'FMovieSceneSectionGroup::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneExpansionState \ +static_assert(alignof(FMovieSceneExpansionState) == 0x000001, "Wrong alignment on FMovieSceneExpansionState"); \ +static_assert(sizeof(FMovieSceneExpansionState) == 0x000001, "Wrong size on FMovieSceneExpansionState"); \ +static_assert(offsetof(FMovieSceneExpansionState, bExpanded) == 0x000000, "Member 'FMovieSceneExpansionState::bExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEditorData \ +static_assert(alignof(FMovieSceneEditorData) == 0x000008, "Wrong alignment on FMovieSceneEditorData"); \ +static_assert(sizeof(FMovieSceneEditorData) == 0x0000F0, "Wrong size on FMovieSceneEditorData"); \ +static_assert(offsetof(FMovieSceneEditorData, ExpansionStates) == 0x000000, "Member 'FMovieSceneEditorData::ExpansionStates' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, PinnedNodes) == 0x000050, "Member 'FMovieSceneEditorData::PinnedNodes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, ViewStart) == 0x000060, "Member 'FMovieSceneEditorData::ViewStart' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, ViewEnd) == 0x000068, "Member 'FMovieSceneEditorData::ViewEnd' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, WorkStart) == 0x000070, "Member 'FMovieSceneEditorData::WorkStart' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, WorkEnd) == 0x000078, "Member 'FMovieSceneEditorData::WorkEnd' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, MarkedFrames) == 0x000080, "Member 'FMovieSceneEditorData::MarkedFrames' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, WorkingRange) == 0x0000D0, "Member 'FMovieSceneEditorData::WorkingRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, ViewRange) == 0x0000E0, "Member 'FMovieSceneEditorData::ViewRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMarkedFrame \ +static_assert(alignof(FMovieSceneMarkedFrame) == 0x000008, "Wrong alignment on FMovieSceneMarkedFrame"); \ +static_assert(sizeof(FMovieSceneMarkedFrame) == 0x000020, "Wrong size on FMovieSceneMarkedFrame"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, FrameNumber) == 0x000000, "Member 'FMovieSceneMarkedFrame::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, Label) == 0x000008, "Member 'FMovieSceneMarkedFrame::Label' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, bIsDeterminismFence) == 0x000018, "Member 'FMovieSceneMarkedFrame::bIsDeterminismFence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimecodeSource \ +static_assert(alignof(FMovieSceneTimecodeSource) == 0x000004, "Wrong alignment on FMovieSceneTimecodeSource"); \ +static_assert(sizeof(FMovieSceneTimecodeSource) == 0x000018, "Wrong size on FMovieSceneTimecodeSource"); \ +static_assert(offsetof(FMovieSceneTimecodeSource, Timecode) == 0x000000, "Member 'FMovieSceneTimecodeSource::Timecode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimecodeSource, DeltaFrame) == 0x000014, "Member 'FMovieSceneTimecodeSource::DeltaFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMovieSceneEntitySystemGraphNodes \ +static_assert(alignof(FMovieSceneEntitySystemGraphNodes) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNodes"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNodes) == 0x000038, "Wrong size on FMovieSceneEntitySystemGraphNodes"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraph \ +static_assert(alignof(FMovieSceneEntitySystemGraph) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraph"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraph) == 0x000138, "Wrong size on FMovieSceneEntitySystemGraph"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x000080, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNode \ +static_assert(alignof(FMovieSceneEntitySystemGraphNode) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNode"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNode) == 0x000028, "Wrong size on FMovieSceneEntitySystemGraphNode"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraphNode, System) == 0x000020, "Member 'FMovieSceneEntitySystemGraphNode::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplatePtr \ +static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ +static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEmptyStruct \ +static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ +static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFrameRange \ +static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ +static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ +static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ +static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ +static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ +static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ +static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ +static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ +static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, Flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ +static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ +static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ +static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ +static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneOrderedEvaluationKey \ +static_assert(alignof(FMovieSceneOrderedEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneOrderedEvaluationKey"); \ +static_assert(sizeof(FMovieSceneOrderedEvaluationKey) == 0x000010, "Wrong size on FMovieSceneOrderedEvaluationKey"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, Key) == 0x000000, "Member 'FMovieSceneOrderedEvaluationKey::Key' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, SetupIndex) == 0x00000C, "Member 'FMovieSceneOrderedEvaluationKey::SetupIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, TearDownIndex) == 0x00000E, "Member 'FMovieSceneOrderedEvaluationKey::TearDownIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationMetaData \ +static_assert(alignof(FMovieSceneEvaluationMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveSequences) == 0x000000, "Member 'FMovieSceneEvaluationMetaData::ActiveSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveEntities) == 0x000010, "Member 'FMovieSceneEvaluationMetaData::ActiveEntities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationField \ +static_assert(alignof(FMovieSceneEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneEvaluationField"); \ +static_assert(sizeof(FMovieSceneEvaluationField) == 0x000030, "Wrong size on FMovieSceneEvaluationField"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Ranges) == 0x000000, "Member 'FMovieSceneEvaluationField::Ranges' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Groups) == 0x000010, "Member 'FMovieSceneEvaluationField::Groups' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, MetaData) == 0x000020, "Member 'FMovieSceneEvaluationField::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneTrackImplementationPtr \ +static_assert(alignof(FMovieSceneTrackImplementationPtr) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementationPtr"); \ +static_assert(sizeof(FMovieSceneTrackImplementationPtr) == 0x000038, "Wrong size on FMovieSceneTrackImplementationPtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTrack \ +static_assert(alignof(FMovieSceneEvaluationTrack) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTrack"); \ +static_assert(sizeof(FMovieSceneEvaluationTrack) == 0x000078, "Wrong size on FMovieSceneEvaluationTrack"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationTrack::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationPriority) == 0x000010, "Member 'FMovieSceneEvaluationTrack::EvaluationPriority' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationMethod) == 0x000012, "Member 'FMovieSceneEvaluationTrack::EvaluationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, SourceTrack) == 0x000014, "Member 'FMovieSceneEvaluationTrack::SourceTrack' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, ChildTemplates) == 0x000020, "Member 'FMovieSceneEvaluationTrack::ChildTemplates' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, TrackTemplate) == 0x000030, "Member 'FMovieSceneEvaluationTrack::TrackTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationGroup) == 0x000068, "Member 'FMovieSceneEvaluationTrack::EvaluationGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplateSerialNumber \ +static_assert(alignof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong alignment on FMovieSceneEvaluationTemplateSerialNumber"); \ +static_assert(sizeof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong size on FMovieSceneEvaluationTemplateSerialNumber"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplateSerialNumber, Value) == 0x000000, "Member 'FMovieSceneEvaluationTemplateSerialNumber::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTemplateGenerationLedger \ +static_assert(alignof(FMovieSceneTemplateGenerationLedger) == 0x000008, "Wrong alignment on FMovieSceneTemplateGenerationLedger"); \ +static_assert(sizeof(FMovieSceneTemplateGenerationLedger) == 0x0000A8, "Wrong size on FMovieSceneTemplateGenerationLedger"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, LastTrackIdentifier) == 0x000000, "Member 'FMovieSceneTemplateGenerationLedger::LastTrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, TrackSignatureToTrackIdentifier) == 0x000008, "Member 'FMovieSceneTemplateGenerationLedger::TrackSignatureToTrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, SubSectionRanges) == 0x000058, "Member 'FMovieSceneTemplateGenerationLedger::SubSectionRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplate \ +static_assert(alignof(FMovieSceneEvaluationTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTemplate"); \ +static_assert(sizeof(FMovieSceneEvaluationTemplate) == 0x000160, "Wrong size on FMovieSceneEvaluationTemplate"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, Tracks) == 0x000000, "Member 'FMovieSceneEvaluationTemplate::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, SequenceSignature) == 0x0000A0, "Member 'FMovieSceneEvaluationTemplate::SequenceSignature' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateSerialNumber) == 0x0000B0, "Member 'FMovieSceneEvaluationTemplate::TemplateSerialNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateLedger) == 0x0000B8, "Member 'FMovieSceneEvaluationTemplate::TemplateLedger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneSubSequenceData \ +static_assert(alignof(FMovieSceneSubSequenceData) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceData"); \ +static_assert(sizeof(FMovieSceneSubSequenceData) == 0x000108, "Wrong size on FMovieSceneSubSequenceData"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, Sequence) == 0x000000, "Member 'FMovieSceneSubSequenceData::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, OuterToInnerTransform) == 0x000018, "Member 'FMovieSceneSubSequenceData::OuterToInnerTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, RootToSequenceTransform) == 0x000038, "Member 'FMovieSceneSubSequenceData::RootToSequenceTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, TickResolution) == 0x000058, "Member 'FMovieSceneSubSequenceData::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, DeterministicSequenceID) == 0x000060, "Member 'FMovieSceneSubSequenceData::DeterministicSequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentPlayRange) == 0x000064, "Member 'FMovieSceneSubSequenceData::ParentPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentStartFrameOffset) == 0x000074, "Member 'FMovieSceneSubSequenceData::ParentStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentEndFrameOffset) == 0x000078, "Member 'FMovieSceneSubSequenceData::ParentEndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentFirstLoopStartFrameOffset) == 0x00007C, "Member 'FMovieSceneSubSequenceData::ParentFirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bCanLoop) == 0x000080, "Member 'FMovieSceneSubSequenceData::bCanLoop' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PlayRange) == 0x000084, "Member 'FMovieSceneSubSequenceData::PlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, FullPlayRange) == 0x000094, "Member 'FMovieSceneSubSequenceData::FullPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, UnwarpedPlayRange) == 0x0000A4, "Member 'FMovieSceneSubSequenceData::UnwarpedPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PreRollRange) == 0x0000B4, "Member 'FMovieSceneSubSequenceData::PreRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PostRollRange) == 0x0000C4, "Member 'FMovieSceneSubSequenceData::PostRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, HierarchicalBias) == 0x0000D4, "Member 'FMovieSceneSubSequenceData::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bHasHierarchicalEasing) == 0x0000D6, "Member 'FMovieSceneSubSequenceData::bHasHierarchicalEasing' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, InstanceData) == 0x0000D8, "Member 'FMovieSceneSubSequenceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, SubSectionSignature) == 0x0000F8, "Member 'FMovieSceneSubSequenceData::SubSectionSignature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchy \ +static_assert(alignof(FMovieSceneSequenceHierarchy) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchy"); \ +static_assert(sizeof(FMovieSceneSequenceHierarchy) == 0x000118, "Wrong size on FMovieSceneSequenceHierarchy"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, RootNode) == 0x000000, "Member 'FMovieSceneSequenceHierarchy::RootNode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Tree) == 0x000018, "Member 'FMovieSceneSequenceHierarchy::Tree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, SubSequences) == 0x000078, "Member 'FMovieSceneSequenceHierarchy::SubSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Hierarchy) == 0x0000C8, "Member 'FMovieSceneSequenceHierarchy::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSequenceTreeEntry \ +static_assert(alignof(FMovieSceneSubSequenceTreeEntry) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTreeEntry"); \ +static_assert(sizeof(FMovieSceneSubSequenceTreeEntry) == 0x000018, "Wrong size on FMovieSceneSubSequenceTreeEntry"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ +static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackParams"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Frame) == 0x000000, "Member 'FMovieSceneSequencePlaybackParams::Frame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Time) == 0x000008, "Member 'FMovieSceneSequencePlaybackParams::Time' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, MarkedFrame) == 0x000010, "Member 'FMovieSceneSequencePlaybackParams::MarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000021, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceLoopCount \ +static_assert(alignof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong alignment on FMovieSceneSequenceLoopCount"); \ +static_assert(sizeof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong size on FMovieSceneSequenceLoopCount"); \ +static_assert(offsetof(FMovieSceneSequenceLoopCount, Value) == 0x000000, "Member 'FMovieSceneSequenceLoopCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ +static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000014, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x00000C, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceReplProperties \ +static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ +static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000010, "Wrong size on FMovieSceneSequenceReplProperties"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownPosition) == 0x000000, "Member 'FMovieSceneSequenceReplProperties::LastKnownPosition' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownStatus) == 0x000008, "Member 'FMovieSceneSequenceReplProperties::LastKnownStatus' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownNumLoops) == 0x00000C, "Member 'FMovieSceneSequenceReplProperties::LastKnownNumLoops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceActorPointers \ +static_assert(alignof(FMovieSceneSequenceActorPointers) == 0x000008, "Wrong alignment on FMovieSceneSequenceActorPointers"); \ +static_assert(sizeof(FMovieSceneSequenceActorPointers) == 0x000018, "Wrong size on FMovieSceneSequenceActorPointers"); \ +static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActor) == 0x000000, "Member 'FMovieSceneSequenceActorPointers::SequenceActor' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActorInterface) == 0x000008, "Member 'FMovieSceneSequenceActorPointers::SequenceActorInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSpawnable \ +static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ +static_assert(sizeof(FMovieSceneSpawnable) == 0x000090, "Wrong size on FMovieSceneSpawnable"); \ +static_assert(offsetof(FMovieSceneSpawnable, SpawnTransform) == 0x000000, "Member 'FMovieSceneSpawnable::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Tags) == 0x000030, "Member 'FMovieSceneSpawnable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bContinuouslyRespawn) == 0x000040, "Member 'FMovieSceneSpawnable::bContinuouslyRespawn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bNetAddressableName) == 0x000041, "Member 'FMovieSceneSpawnable::bNetAddressableName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bEvaluateTracksWhenNotSpawned) == 0x000042, "Member 'FMovieSceneSpawnable::bEvaluateTracksWhenNotSpawned' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x000044, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x000058, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x000068, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x000070, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x000080, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x000084, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestMovieSceneEvalTemplate \ +static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ +static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackDisplayOptions \ +static_assert(alignof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackDisplayOptions"); \ +static_assert(sizeof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong size on FMovieSceneTrackDisplayOptions"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackEvalOptions \ +static_assert(alignof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackEvalOptions"); \ +static_assert(sizeof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong size on FMovieSceneTrackEvalOptions"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationFieldEntry \ +static_assert(alignof(FMovieSceneTrackEvaluationFieldEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationFieldEntry"); \ +static_assert(sizeof(FMovieSceneTrackEvaluationFieldEntry) == 0x000020, "Wrong size on FMovieSceneTrackEvaluationFieldEntry"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Section) == 0x000000, "Member 'FMovieSceneTrackEvaluationFieldEntry::Section' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Range) == 0x000008, "Member 'FMovieSceneTrackEvaluationFieldEntry::Range' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, ForcedTime) == 0x000018, "Member 'FMovieSceneTrackEvaluationFieldEntry::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Flags) == 0x00001C, "Member 'FMovieSceneTrackEvaluationFieldEntry::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, LegacySortOrder) == 0x00001E, "Member 'FMovieSceneTrackEvaluationFieldEntry::LegacySortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationField \ +static_assert(alignof(FMovieSceneTrackEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationField"); \ +static_assert(sizeof(FMovieSceneTrackEvaluationField) == 0x000010, "Wrong size on FMovieSceneTrackEvaluationField"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationField, Entries) == 0x000000, "Member 'FMovieSceneTrackEvaluationField::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceInput \ +static_assert(alignof(FMovieSceneTrackInstanceInput) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceInput"); \ +static_assert(sizeof(FMovieSceneTrackInstanceInput) == 0x000010, "Wrong size on FMovieSceneTrackInstanceInput"); \ +static_assert(offsetof(FMovieSceneTrackInstanceInput, Section) == 0x000000, "Member 'FMovieSceneTrackInstanceInput::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceEntry \ +static_assert(alignof(FMovieSceneTrackInstanceEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceEntry"); \ +static_assert(sizeof(FMovieSceneTrackInstanceEntry) == 0x000010, "Wrong size on FMovieSceneTrackInstanceEntry"); \ +static_assert(offsetof(FMovieSceneTrackInstanceEntry, BoundObject) == 0x000000, "Member 'FMovieSceneTrackInstanceEntry::BoundObject' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackInstanceEntry, TrackInstance) == 0x000008, "Member 'FMovieSceneTrackInstanceEntry::TrackInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBindingOwnerInterface \ +static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ +static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ + +#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_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_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_MovieSceneSection_SetBlendType \ +static_assert(alignof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_SetBlendType"); \ +static_assert(sizeof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong size on MovieSceneSection_SetBlendType"); \ +static_assert(offsetof(MovieSceneSection_SetBlendType, InBlendType) == 0x000000, "Member 'MovieSceneSection_SetBlendType::InBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetCompletionMode \ +static_assert(alignof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_SetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_SetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_SetCompletionMode, InCompletionMode) == 0x000000, "Member 'MovieSceneSection_SetCompletionMode::InCompletionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsActive \ +static_assert(alignof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsActive"); \ +static_assert(sizeof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong size on MovieSceneSection_SetIsActive"); \ +static_assert(offsetof(MovieSceneSection_SetIsActive, bInIsActive) == 0x000000, "Member 'MovieSceneSection_SetIsActive::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsLocked \ +static_assert(alignof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsLocked"); \ +static_assert(sizeof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong size on MovieSceneSection_SetIsLocked"); \ +static_assert(offsetof(MovieSceneSection_SetIsLocked, bInIsLocked) == 0x000000, "Member 'MovieSceneSection_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetOverlapPriority \ +static_assert(alignof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_SetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_SetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_SetOverlapPriority, NewPriority) == 0x000000, "Member 'MovieSceneSection_SetOverlapPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPostRollFrames \ +static_assert(alignof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPostRollFrames, InPostRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPostRollFrames::InPostRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPreRollFrames \ +static_assert(alignof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPreRollFrames, InPreRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPreRollFrames::InPreRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetRowIndex \ +static_assert(alignof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_SetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_SetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_SetRowIndex, NewRowIndex) == 0x000000, "Member 'MovieSceneSection_SetRowIndex::NewRowIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetBlendType \ +static_assert(alignof(MovieSceneSection_GetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_GetBlendType"); \ +static_assert(sizeof(MovieSceneSection_GetBlendType) == 0x000002, "Wrong size on MovieSceneSection_GetBlendType"); \ +static_assert(offsetof(MovieSceneSection_GetBlendType, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetBlendType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetCompletionMode \ +static_assert(alignof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_GetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_GetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_GetCompletionMode, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetOverlapPriority \ +static_assert(alignof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_GetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_GetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_GetOverlapPriority, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetOverlapPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPostRollFrames \ +static_assert(alignof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPostRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPostRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPreRollFrames \ +static_assert(alignof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPreRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPreRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetRowIndex \ +static_assert(alignof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_GetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_GetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_GetRowIndex, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetRowIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsActive \ +static_assert(alignof(MovieSceneSection_IsActive) == 0x000001, "Wrong alignment on MovieSceneSection_IsActive"); \ +static_assert(sizeof(MovieSceneSection_IsActive) == 0x000001, "Wrong size on MovieSceneSection_IsActive"); \ +static_assert(offsetof(MovieSceneSection_IsActive, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsLocked \ +static_assert(alignof(MovieSceneSection_IsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_IsLocked"); \ +static_assert(sizeof(MovieSceneSection_IsLocked) == 0x000001, "Wrong size on MovieSceneSection_IsLocked"); \ +static_assert(offsetof(MovieSceneSection_IsLocked, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSection \ +static_assert(alignof(UMovieSceneSection) == 0x000008, "Wrong alignment on UMovieSceneSection"); \ +static_assert(sizeof(UMovieSceneSection) == 0x0000E8, "Wrong size on UMovieSceneSection"); \ +static_assert(offsetof(UMovieSceneSection, EvalOptions) == 0x000050, "Member 'UMovieSceneSection::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, Easing) == 0x000058, "Member 'UMovieSceneSection::Easing' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, SectionRange) == 0x000090, "Member 'UMovieSceneSection::SectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PreRollFrames) == 0x0000A0, "Member 'UMovieSceneSection::PreRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostRollFrames) == 0x0000A4, "Member 'UMovieSceneSection::PostRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, RowIndex) == 0x0000A8, "Member 'UMovieSceneSection::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, OverlapPriority) == 0x0000AC, "Member 'UMovieSceneSection::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, StartTime) == 0x0000B4, "Member 'UMovieSceneSection::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, EndTime) == 0x0000B8, "Member 'UMovieSceneSection::EndTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PrerollTime) == 0x0000BC, "Member 'UMovieSceneSection::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostrollTime) == 0x0000C0, "Member 'UMovieSceneSection::PostrollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, bSupportsInfiniteRange) == 0x0000C8, "Member 'UMovieSceneSection::bSupportsInfiniteRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, BlendType) == 0x0000C9, "Member 'UMovieSceneSection::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSubSection_SetSequence \ +static_assert(alignof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_SetSequence"); \ +static_assert(sizeof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_SetSequence"); \ +static_assert(offsetof(MovieSceneSubSection_SetSequence, Sequence) == 0x000000, "Member 'MovieSceneSubSection_SetSequence::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSubSection_GetSequence \ +static_assert(alignof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_GetSequence"); \ +static_assert(sizeof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_GetSequence"); \ +static_assert(offsetof(MovieSceneSubSection_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSubSection_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubSection \ +static_assert(alignof(UMovieSceneSubSection) == 0x000008, "Wrong alignment on UMovieSceneSubSection"); \ +static_assert(sizeof(UMovieSceneSubSection) == 0x000168, "Wrong size on UMovieSceneSubSection"); \ +static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x0000E8, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x00010C, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000110, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, PrerollTime_MovieSceneSubSection) == 0x000114, "Member 'UMovieSceneSubSection::PrerollTime_MovieSceneSubSection' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x000118, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x000120, "Member 'UMovieSceneSubSection::SubSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, ActorToRecord) == 0x000128, "Member 'UMovieSceneSubSection::ActorToRecord' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TargetSequenceName) == 0x000148, "Member 'UMovieSceneSubSection::TargetSequenceName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TargetPathToRecordTo) == 0x000158, "Member 'UMovieSceneSubSection::TargetPathToRecordTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMovieSceneHookSection \ +static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ +static_assert(sizeof(UMovieSceneHookSection) == 0x000100, "Wrong size on UMovieSceneHookSection"); \ + +#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_IMovieSceneTrackTemplateProducer \ +static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ +static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ + +#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_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_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_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_UMovieSceneEntityInstantiatorSystem \ +static_assert(alignof(UMovieSceneEntityInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneEntityInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneEntityInstantiatorSystem"); \ + +#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_IMovieSceneKeyProxy \ +static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ +static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubTrack \ +static_assert(alignof(UMovieSceneSubTrack) == 0x000008, "Wrong alignment on UMovieSceneSubTrack"); \ +static_assert(sizeof(UMovieSceneSubTrack) == 0x0000A0, "Wrong size on UMovieSceneSubTrack"); \ +static_assert(offsetof(UMovieSceneSubTrack, Sections) == 0x000090, "Member 'UMovieSceneSubTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnRequestCurrentTime \ +static_assert(alignof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x00001C, "Wrong size on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InCurrentTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InPlayRate) == 0x000010, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, ReturnValue) == 0x000014, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStartPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStartPlaying, InStartTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStartPlaying::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStopPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStopPlaying, InStopTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStopPlaying::InStopTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnTick \ +static_assert(alignof(MovieSceneCustomClockSource_OnTick) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnTick"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnTick) == 0x000008, "Wrong size on MovieSceneCustomClockSource_OnTick"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, DeltaSeconds) == 0x000000, "Member 'MovieSceneCustomClockSource_OnTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, InPlayRate) == 0x000004, "Member 'MovieSceneCustomClockSource_OnTick::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCustomClockSource \ +static_assert(alignof(IMovieSceneCustomClockSource) == 0x000001, "Wrong alignment on IMovieSceneCustomClockSource"); \ +static_assert(sizeof(IMovieSceneCustomClockSource) == 0x000001, "Wrong size on IMovieSceneCustomClockSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneDeterminismSource \ +static_assert(alignof(IMovieSceneDeterminismSource) == 0x000001, "Wrong alignment on IMovieSceneDeterminismSource"); \ +static_assert(sizeof(IMovieSceneDeterminismSource) == 0x000001, "Wrong size on IMovieSceneDeterminismSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEntityProvider \ +static_assert(alignof(IMovieSceneEntityProvider) == 0x000001, "Wrong alignment on IMovieSceneEntityProvider"); \ +static_assert(sizeof(IMovieSceneEntityProvider) == 0x000001, "Wrong size on IMovieSceneEntityProvider"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEvaluationHook \ +static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ +static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ + +#define DUMPER7_ASSERTS_IMovieScenePlaybackClient \ +static_assert(alignof(IMovieScenePlaybackClient) == 0x000001, "Wrong alignment on IMovieScenePlaybackClient"); \ +static_assert(sizeof(IMovieScenePlaybackClient) == 0x000001, "Wrong size on IMovieScenePlaybackClient"); \ + +#define DUMPER7_ASSERTS_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_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_UMovieSceneBlenderSystem \ +static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ +static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ + +#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_UMovieSceneGenericBoundObjectInstantiator \ +static_assert(alignof(UMovieSceneGenericBoundObjectInstantiator) == 0x000008, "Wrong alignment on UMovieSceneGenericBoundObjectInstantiator"); \ +static_assert(sizeof(UMovieSceneGenericBoundObjectInstantiator) == 0x000040, "Wrong size on UMovieSceneGenericBoundObjectInstantiator"); \ + +#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_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_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_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_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_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_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_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_UMovieSceneSpawnablesSystem \ +static_assert(alignof(UMovieSceneSpawnablesSystem) == 0x000008, "Wrong alignment on UMovieSceneSpawnablesSystem"); \ +static_assert(sizeof(UMovieSceneSpawnablesSystem) == 0x000040, "Wrong size on UMovieSceneSpawnablesSystem"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSection \ +static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ +static_assert(sizeof(UTestMovieSceneSection) == 0x0000E8, "Wrong size on UTestMovieSceneSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSequence \ +static_assert(alignof(UTestMovieSceneSequence) == 0x000008, "Wrong alignment on UTestMovieSceneSequence"); \ +static_assert(sizeof(UTestMovieSceneSequence) == 0x000068, "Wrong size on UTestMovieSceneSequence"); \ +static_assert(offsetof(UTestMovieSceneSequence, MovieScene) == 0x000060, "Member 'UTestMovieSceneSequence::MovieScene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ +static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ +static_assert(sizeof(UTestMovieSceneSubSection) == 0x000168, "Wrong size on UTestMovieSceneSubSection"); \ + +#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_UMovieSceneTrackInstanceInstantiator \ +static_assert(alignof(UMovieSceneTrackInstanceInstantiator) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceInstantiator"); \ +static_assert(sizeof(UMovieSceneTrackInstanceInstantiator) == 0x0000F0, "Wrong size on UMovieSceneTrackInstanceInstantiator"); \ + +#define DUMPER7_ASSERTS_FDataRegistryIdFormat \ +static_assert(alignof(FDataRegistryIdFormat) == 0x000004, "Wrong alignment on FDataRegistryIdFormat"); \ +static_assert(sizeof(FDataRegistryIdFormat) == 0x000008, "Wrong size on FDataRegistryIdFormat"); \ +static_assert(offsetof(FDataRegistryIdFormat, BaseGameplayTag) == 0x000000, "Member 'FDataRegistryIdFormat::BaseGameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryLookup \ +static_assert(alignof(FDataRegistryLookup) == 0x000008, "Wrong alignment on FDataRegistryLookup"); \ +static_assert(sizeof(FDataRegistryLookup) == 0x000020, "Wrong size on FDataRegistryLookup"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySource_DataTableRules \ +static_assert(alignof(FDataRegistrySource_DataTableRules) == 0x000004, "Wrong alignment on FDataRegistrySource_DataTableRules"); \ +static_assert(sizeof(FDataRegistrySource_DataTableRules) == 0x000008, "Wrong size on FDataRegistrySource_DataTableRules"); \ +static_assert(offsetof(FDataRegistrySource_DataTableRules, bPrecacheTable) == 0x000000, "Member 'FDataRegistrySource_DataTableRules::bPrecacheTable' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistrySource_DataTableRules, CachedTableKeepSeconds) == 0x000004, "Member 'FDataRegistrySource_DataTableRules::CachedTableKeepSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryType \ +static_assert(alignof(FDataRegistryType) == 0x000004, "Wrong alignment on FDataRegistryType"); \ +static_assert(sizeof(FDataRegistryType) == 0x000008, "Wrong size on FDataRegistryType"); \ +static_assert(offsetof(FDataRegistryType, Name) == 0x000000, "Member 'FDataRegistryType::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryId \ +static_assert(alignof(FDataRegistryId) == 0x000004, "Wrong alignment on FDataRegistryId"); \ +static_assert(sizeof(FDataRegistryId) == 0x000010, "Wrong size on FDataRegistryId"); \ +static_assert(offsetof(FDataRegistryId, RegistryType) == 0x000000, "Member 'FDataRegistryId::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryId, ItemName) == 0x000008, "Member 'FDataRegistryId::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySourceItemId \ +static_assert(alignof(FDataRegistrySourceItemId) == 0x000008, "Wrong alignment on FDataRegistrySourceItemId"); \ +static_assert(sizeof(FDataRegistrySourceItemId) == 0x000040, "Wrong size on FDataRegistrySourceItemId"); \ + +#define DUMPER7_ASSERTS_FDataRegistryCachePolicy \ +static_assert(alignof(FDataRegistryCachePolicy) == 0x000004, "Wrong alignment on FDataRegistryCachePolicy"); \ +static_assert(sizeof(FDataRegistryCachePolicy) == 0x000014, "Wrong size on FDataRegistryCachePolicy"); \ +static_assert(offsetof(FDataRegistryCachePolicy, bCacheIsAlwaysVolatile) == 0x000000, "Member 'FDataRegistryCachePolicy::bCacheIsAlwaysVolatile' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, bUseCurveTableCacheVersion) == 0x000001, "Member 'FDataRegistryCachePolicy::bUseCurveTableCacheVersion' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, MinNumberKept) == 0x000004, "Member 'FDataRegistryCachePolicy::MinNumberKept' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, MaxNumberKept) == 0x000008, "Member 'FDataRegistryCachePolicy::MaxNumberKept' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, ForceKeepSeconds) == 0x00000C, "Member 'FDataRegistryCachePolicy::ForceKeepSeconds' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, ForceReleaseSeconds) == 0x000010, "Member 'FDataRegistryCachePolicy::ForceReleaseSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource \ +static_assert(alignof(UDataRegistrySource) == 0x000008, "Wrong alignment on UDataRegistrySource"); \ +static_assert(sizeof(UDataRegistrySource) == 0x000038, "Wrong size on UDataRegistrySource"); \ +static_assert(offsetof(UDataRegistrySource, ParentSource) == 0x000030, "Member 'UDataRegistrySource::ParentSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource_DataTable \ +static_assert(alignof(UDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UDataRegistrySource_DataTable"); \ +static_assert(sizeof(UDataRegistrySource_DataTable) == 0x0000A0, "Wrong size on UDataRegistrySource_DataTable"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_DataTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_DataTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_DataTable::PreloadTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistry \ +static_assert(alignof(UDataRegistry) == 0x000008, "Wrong alignment on UDataRegistry"); \ +static_assert(sizeof(UDataRegistry) == 0x0000C0, "Wrong size on UDataRegistry"); \ +static_assert(offsetof(UDataRegistry, RegistryType) == 0x000028, "Member 'UDataRegistry::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, IdFormat) == 0x000030, "Member 'UDataRegistry::IdFormat' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, ItemStruct) == 0x000038, "Member 'UDataRegistry::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DataSources) == 0x000040, "Member 'UDataRegistry::DataSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, RuntimeSources) == 0x000050, "Member 'UDataRegistry::RuntimeSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, TimerUpdateFrequency) == 0x000060, "Member 'UDataRegistry::TimerUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DefaultCachePolicy) == 0x000064, "Member 'UDataRegistry::DefaultCachePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySettings \ +static_assert(alignof(UDataRegistrySettings) == 0x000008, "Wrong alignment on UDataRegistrySettings"); \ +static_assert(sizeof(UDataRegistrySettings) == 0x000050, "Wrong size on UDataRegistrySettings"); \ +static_assert(offsetof(UDataRegistrySettings, DirectoriesToScan) == 0x000038, "Member 'UDataRegistrySettings::DirectoriesToScan' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bInitializeAllLoadedRegistries) == 0x000048, "Member 'UDataRegistrySettings::bInitializeAllLoadedRegistries' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bIgnoreMissingCookedAssetRegistryData) == 0x000049, "Member 'UDataRegistrySettings::bIgnoreMissingCookedAssetRegistryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource \ +static_assert(alignof(UMetaDataRegistrySource) == 0x000008, "Wrong alignment on UMetaDataRegistrySource"); \ +static_assert(sizeof(UMetaDataRegistrySource) == 0x000108, "Wrong size on UMetaDataRegistrySource"); \ +static_assert(offsetof(UMetaDataRegistrySource, AssetUsage) == 0x000038, "Member 'UMetaDataRegistrySource::AssetUsage' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, SearchRules) == 0x000040, "Member 'UMetaDataRegistrySource::SearchRules' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, RuntimeChildren) == 0x000090, "Member 'UMetaDataRegistrySource::RuntimeChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource_CurveTable \ +static_assert(alignof(UDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UDataRegistrySource_CurveTable"); \ +static_assert(sizeof(UDataRegistrySource_CurveTable) == 0x0000A0, "Wrong size on UDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_CurveTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_CurveTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_CurveTable::PreloadTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource_CurveTable \ +static_assert(alignof(UMetaDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_CurveTable"); \ +static_assert(sizeof(UMetaDataRegistrySource_CurveTable) == 0x000118, "Wrong size on UMetaDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_CurveTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource_DataTable \ +static_assert(alignof(UMetaDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_DataTable"); \ +static_assert(sizeof(UMetaDataRegistrySource_DataTable) == 0x000118, "Wrong size on UMetaDataRegistrySource_DataTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_DataTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_AcquireItemBP \ +static_assert(alignof(DataRegistrySubsystem_AcquireItemBP) == 0x000004, "Wrong alignment on DataRegistrySubsystem_AcquireItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_AcquireItemBP) == 0x000024, "Wrong size on DataRegistrySubsystem_AcquireItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_AcquireItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, AcquireCallback) == 0x000010, "Member 'DataRegistrySubsystem_AcquireItemBP::AcquireCallback' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_AcquireItemBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryIdToString \ +static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ +static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000020, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::DataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryTypeToString \ +static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ +static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000018, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::DataRegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, ReturnValue) == 0x000008, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000024, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, B) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000014, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, B) == 0x000008, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EvaluateDataRegistryCurve \ +static_assert(alignof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ +static_assert(sizeof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000020, "Wrong size on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, InputValue) == 0x000010, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::InputValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, DefaultValue) == 0x000014, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutResult) == 0x000018, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutValue) == 0x00001C, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_FindCachedItemBP \ +static_assert(alignof(DataRegistrySubsystem_FindCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_FindCachedItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_FindCachedItemBP) == 0x000020, "Wrong size on DataRegistrySubsystem_FindCachedItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_FindCachedItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutResult) == 0x000010, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutItem) == 0x000018, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemBP \ +static_assert(alignof(DataRegistrySubsystem_GetCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_GetCachedItemBP) == 0x000020, "Wrong size on DataRegistrySubsystem_GetCachedItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, OutItem) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_GetCachedItemBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemFromLookupBP \ +static_assert(alignof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ +static_assert(sizeof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000040, "Wrong size on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ResolvedLookup) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ResolvedLookup' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, OutItem) == 0x000030, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ReturnValue) == 0x000038, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000014, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::DataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x00000C, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::DataRegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, ReturnValue) == 0x000008, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000024, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, B) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000014, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, B) == 0x000008, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySubsystem \ +static_assert(alignof(UDataRegistrySubsystem) == 0x000008, "Wrong alignment on UDataRegistrySubsystem"); \ +static_assert(sizeof(UDataRegistrySubsystem) == 0x0000C8, "Wrong size on UDataRegistrySubsystem"); \ + +#define DUMPER7_ASSERTS_FFPhotoFormat \ +static_assert(alignof(FFPhotoFormat) == 0x000008, "Wrong alignment on FFPhotoFormat"); \ +static_assert(sizeof(FFPhotoFormat) == 0x000018, "Wrong size on FFPhotoFormat"); \ +static_assert(offsetof(FFPhotoFormat, FormatName_2_13EDD77F4EC02E5093225797F5C1CDC2) == 0x000000, "Member 'FFPhotoFormat::FormatName_2_13EDD77F4EC02E5093225797F5C1CDC2' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoFormat, FormatAspect_5_20F98ED743B5EDE596F339A21685FC20) == 0x000010, "Member 'FFPhotoFormat::FormatAspect_5_20F98ED743B5EDE596F339A21685FC20' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobileInstalledContent_GetDiskFreeSpace \ +static_assert(alignof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong alignment on MobileInstalledContent_GetDiskFreeSpace"); \ +static_assert(sizeof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong size on MobileInstalledContent_GetDiskFreeSpace"); \ +static_assert(offsetof(MobileInstalledContent_GetDiskFreeSpace, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetDiskFreeSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobileInstalledContent_GetInstalledContentSize \ +static_assert(alignof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong alignment on MobileInstalledContent_GetInstalledContentSize"); \ +static_assert(sizeof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong size on MobileInstalledContent_GetInstalledContentSize"); \ +static_assert(offsetof(MobileInstalledContent_GetInstalledContentSize, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetInstalledContentSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobileInstalledContent_Mount \ +static_assert(alignof(MobileInstalledContent_Mount) == 0x000008, "Wrong alignment on MobileInstalledContent_Mount"); \ +static_assert(sizeof(MobileInstalledContent_Mount) == 0x000020, "Wrong size on MobileInstalledContent_Mount"); \ +static_assert(offsetof(MobileInstalledContent_Mount, PakOrder) == 0x000000, "Member 'MobileInstalledContent_Mount::PakOrder' has a wrong offset!"); \ +static_assert(offsetof(MobileInstalledContent_Mount, MountPoint) == 0x000008, "Member 'MobileInstalledContent_Mount::MountPoint' has a wrong offset!"); \ +static_assert(offsetof(MobileInstalledContent_Mount, ReturnValue) == 0x000018, "Member 'MobileInstalledContent_Mount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMobileInstalledContent \ +static_assert(alignof(UMobileInstalledContent) == 0x000008, "Wrong alignment on UMobileInstalledContent"); \ +static_assert(sizeof(UMobileInstalledContent) == 0x000048, "Wrong size on UMobileInstalledContent"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSize \ +static_assert(alignof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSize"); \ +static_assert(sizeof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSize"); \ +static_assert(offsetof(MobilePendingContent_GetDownloadSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSpeed \ +static_assert(alignof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSpeed"); \ +static_assert(sizeof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSpeed"); \ +static_assert(offsetof(MobilePendingContent_GetDownloadSpeed, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadStatusText \ +static_assert(alignof(MobilePendingContent_GetDownloadStatusText) == 0x000008, "Wrong alignment on MobilePendingContent_GetDownloadStatusText"); \ +static_assert(sizeof(MobilePendingContent_GetDownloadStatusText) == 0x000018, "Wrong size on MobilePendingContent_GetDownloadStatusText"); \ +static_assert(offsetof(MobilePendingContent_GetDownloadStatusText, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadStatusText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetInstallProgress \ +static_assert(alignof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong alignment on MobilePendingContent_GetInstallProgress"); \ +static_assert(sizeof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong size on MobilePendingContent_GetInstallProgress"); \ +static_assert(offsetof(MobilePendingContent_GetInstallProgress, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetInstallProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetRequiredDiskSpace \ +static_assert(alignof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong alignment on MobilePendingContent_GetRequiredDiskSpace"); \ +static_assert(sizeof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong size on MobilePendingContent_GetRequiredDiskSpace"); \ +static_assert(offsetof(MobilePendingContent_GetRequiredDiskSpace, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetRequiredDiskSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetTotalDownloadedSize \ +static_assert(alignof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetTotalDownloadedSize"); \ +static_assert(sizeof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong size on MobilePendingContent_GetTotalDownloadedSize"); \ +static_assert(offsetof(MobilePendingContent_GetTotalDownloadedSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetTotalDownloadedSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_StartInstall \ +static_assert(alignof(MobilePendingContent_StartInstall) == 0x000004, "Wrong alignment on MobilePendingContent_StartInstall"); \ +static_assert(sizeof(MobilePendingContent_StartInstall) == 0x000020, "Wrong size on MobilePendingContent_StartInstall"); \ +static_assert(offsetof(MobilePendingContent_StartInstall, OnSucceeded) == 0x000000, "Member 'MobilePendingContent_StartInstall::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(MobilePendingContent_StartInstall, OnFailed) == 0x000010, "Member 'MobilePendingContent_StartInstall::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMobilePendingContent \ +static_assert(alignof(UMobilePendingContent) == 0x000008, "Wrong alignment on UMobilePendingContent"); \ +static_assert(sizeof(UMobilePendingContent) == 0x000088, "Wrong size on UMobilePendingContent"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_GetActiveDeviceProfileName \ +static_assert(alignof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ +static_assert(sizeof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000010, "Wrong size on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ +static_assert(offsetof(MobilePatchingLibrary_GetActiveDeviceProfileName, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetActiveDeviceProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_GetInstalledContent \ +static_assert(alignof(MobilePatchingLibrary_GetInstalledContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetInstalledContent"); \ +static_assert(sizeof(MobilePatchingLibrary_GetInstalledContent) == 0x000018, "Wrong size on MobilePatchingLibrary_GetInstalledContent"); \ +static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, InstallDirectory) == 0x000000, "Member 'MobilePatchingLibrary_GetInstalledContent::InstallDirectory' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, ReturnValue) == 0x000010, "Member 'MobilePatchingLibrary_GetInstalledContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_GetSupportedPlatformNames \ +static_assert(alignof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetSupportedPlatformNames"); \ +static_assert(sizeof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000010, "Wrong size on MobilePatchingLibrary_GetSupportedPlatformNames"); \ +static_assert(offsetof(MobilePatchingLibrary_GetSupportedPlatformNames, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetSupportedPlatformNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_HasActiveWiFiConnection \ +static_assert(alignof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong alignment on MobilePatchingLibrary_HasActiveWiFiConnection"); \ +static_assert(sizeof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong size on MobilePatchingLibrary_HasActiveWiFiConnection"); \ +static_assert(offsetof(MobilePatchingLibrary_HasActiveWiFiConnection, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_HasActiveWiFiConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_RequestContent \ +static_assert(alignof(MobilePatchingLibrary_RequestContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_RequestContent"); \ +static_assert(sizeof(MobilePatchingLibrary_RequestContent) == 0x000050, "Wrong size on MobilePatchingLibrary_RequestContent"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, RemoteManifestURL) == 0x000000, "Member 'MobilePatchingLibrary_RequestContent::RemoteManifestURL' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, CloudURL) == 0x000010, "Member 'MobilePatchingLibrary_RequestContent::CloudURL' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, InstallDirectory) == 0x000020, "Member 'MobilePatchingLibrary_RequestContent::InstallDirectory' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnSucceeded) == 0x000030, "Member 'MobilePatchingLibrary_RequestContent::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnFailed) == 0x000040, "Member 'MobilePatchingLibrary_RequestContent::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMobilePatchingLibrary \ +static_assert(alignof(UMobilePatchingLibrary) == 0x000008, "Wrong alignment on UMobilePatchingLibrary"); \ +static_assert(sizeof(UMobilePatchingLibrary) == 0x000028, "Wrong size on UMobilePatchingLibrary"); \ + +#define DUMPER7_ASSERTS_UDeveloperSettings \ +static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ +static_assert(sizeof(UDeveloperSettings) == 0x000038, "Wrong size on UDeveloperSettings"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIWarp_C_ReasonToNotificationText \ +static_assert(alignof(WBP_MapPOIWarp_C_ReasonToNotificationText) == 0x000008, "Wrong alignment on WBP_MapPOIWarp_C_ReasonToNotificationText"); \ +static_assert(sizeof(WBP_MapPOIWarp_C_ReasonToNotificationText) == 0x0000A0, "Wrong size on WBP_MapPOIWarp_C_ReasonToNotificationText"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, reason) == 0x000000, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::reason' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, OutText) == 0x000008, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, Temp_byte_Variable) == 0x000020, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, Temp_text_Variable) == 0x000028, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, Temp_text_Variable_1) == 0x000040, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, Temp_text_Variable_2) == 0x000058, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, Temp_text_Variable_3) == 0x000070, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ReasonToNotificationText, K2Node_Select_Default) == 0x000088, "Member 'WBP_MapPOIWarp_C_ReasonToNotificationText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIWarp_C_SetIconType \ +static_assert(alignof(WBP_MapPOIWarp_C_SetIconType) == 0x000001, "Wrong alignment on WBP_MapPOIWarp_C_SetIconType"); \ +static_assert(sizeof(WBP_MapPOIWarp_C_SetIconType) == 0x000001, "Wrong size on WBP_MapPOIWarp_C_SetIconType"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_SetIconType, ObjectiveType) == 0x000000, "Member 'WBP_MapPOIWarp_C_SetIconType::ObjectiveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIWarp_C_PreConstruct \ +static_assert(alignof(WBP_MapPOIWarp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MapPOIWarp_C_PreConstruct"); \ +static_assert(sizeof(WBP_MapPOIWarp_C_PreConstruct) == 0x000001, "Wrong size on WBP_MapPOIWarp_C_PreConstruct"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MapPOIWarp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp \ +static_assert(alignof(WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp) == 0x000004, "Wrong alignment on WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp"); \ +static_assert(sizeof(WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp) == 0x000008, "Wrong size on WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp, EntryPoint) == 0x000000, "Member 'WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_MapPOIWarp_C_ExecuteUbergraph_WBP_MapPOIWarp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MapPOIWarp_C \ +static_assert(alignof(UWBP_MapPOIWarp_C) == 0x000008, "Wrong alignment on UWBP_MapPOIWarp_C"); \ +static_assert(sizeof(UWBP_MapPOIWarp_C) == 0x000378, "Wrong size on UWBP_MapPOIWarp_C"); \ +static_assert(offsetof(UWBP_MapPOIWarp_C, UberGraphFrame) == 0x000370, "Member 'UWBP_MapPOIWarp_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReference \ +static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ +static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ +static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ +static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ +static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ +static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ +static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ +static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ +static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequence \ +static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ +static_assert(sizeof(UActorSequence) == 0x000088, "Wrong size on UActorSequence"); \ +static_assert(offsetof(UActorSequence, MovieScene) == 0x000060, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000068, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequenceComponent \ +static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ +static_assert(sizeof(UActorSequenceComponent) == 0x0000D8, "Wrong size on UActorSequenceComponent"); \ +static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000B0, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000C8, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000D0, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequencePlayer \ +static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ +static_assert(sizeof(UActorSequencePlayer) == 0x0004E8, "Wrong size on UActorSequencePlayer"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_FMovieSceneNiagaraIntegerParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackImplementation \ +static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ +static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000028, "Wrong size on FMovieSceneNiagaraSystemTrackImplementation"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartFrame) == 0x000010, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndFrame) == 0x000014, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartBehavior) == 0x000018, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEvaluateBehavior) == 0x00001C, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndBehavior) == 0x000020, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, AgeUpdateMode) == 0x000024, "Member 'FMovieSceneNiagaraSystemTrackImplementation::AgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackTemplate \ +static_assert(alignof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraSystemTrackTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraVectorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x0002C8, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x0002C0, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ +static_assert(alignof(FNiagaraBakerTextureSource) == 0x000004, "Wrong alignment on FNiagaraBakerTextureSource"); \ +static_assert(sizeof(FNiagaraBakerTextureSource) == 0x000008, "Wrong size on FNiagaraBakerTextureSource"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, SourceName) == 0x000000, "Member 'FNiagaraBakerTextureSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSettings \ +static_assert(alignof(FNiagaraBakerTextureSettings) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSettings"); \ +static_assert(sizeof(FNiagaraBakerTextureSettings) == 0x000030, "Wrong size on FNiagaraBakerTextureSettings"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, OutputName) == 0x000000, "Member 'FNiagaraBakerTextureSettings::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, SourceBinding) == 0x000008, "Member 'FNiagaraBakerTextureSettings::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, FrameSize) == 0x000014, "Member 'FNiagaraBakerTextureSettings::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, TextureSize) == 0x00001C, "Member 'FNiagaraBakerTextureSettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, GeneratedTexture) == 0x000028, "Member 'FNiagaraBakerTextureSettings::GeneratedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScalabilityState \ +static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ +static_assert(sizeof(FNiagaraScalabilityState) == 0x000008, "Wrong size on FNiagaraScalabilityState"); \ +static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileDependency \ +static_assert(alignof(FNiagaraCompileDependency) == 0x000008, "Wrong alignment on FNiagaraCompileDependency"); \ +static_assert(sizeof(FNiagaraCompileDependency) == 0x000050, "Wrong size on FNiagaraCompileDependency"); \ +static_assert(offsetof(FNiagaraCompileDependency, LinkerErrorMessage) == 0x000000, "Member 'FNiagaraCompileDependency::LinkerErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, NodeGuid) == 0x000010, "Member 'FNiagaraCompileDependency::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, PinGuid) == 0x000020, "Member 'FNiagaraCompileDependency::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, StackGuids) == 0x000030, "Member 'FNiagaraCompileDependency::StackGuids' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, DependentVariable) == 0x000040, "Member 'FNiagaraCompileDependency::DependentVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRandInfo \ +static_assert(alignof(FNiagaraRandInfo) == 0x000004, "Wrong alignment on FNiagaraRandInfo"); \ +static_assert(sizeof(FNiagaraRandInfo) == 0x00000C, "Wrong size on FNiagaraRandInfo"); \ +static_assert(offsetof(FNiagaraRandInfo, Seed1) == 0x000000, "Member 'FNiagaraRandInfo::Seed1' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRandInfo, Seed2) == 0x000004, "Member 'FNiagaraRandInfo::Seed2' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRandInfo, Seed3) == 0x000008, "Member 'FNiagaraRandInfo::Seed3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraUserParameterBinding \ +static_assert(alignof(FNiagaraUserParameterBinding) == 0x000008, "Wrong alignment on FNiagaraUserParameterBinding"); \ +static_assert(sizeof(FNiagaraUserParameterBinding) == 0x000020, "Wrong size on FNiagaraUserParameterBinding"); \ +static_assert(offsetof(FNiagaraUserParameterBinding, Parameter) == 0x000000, "Member 'FNiagaraUserParameterBinding::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptVariableBinding \ +static_assert(alignof(FNiagaraScriptVariableBinding) == 0x000004, "Wrong alignment on FNiagaraScriptVariableBinding"); \ +static_assert(sizeof(FNiagaraScriptVariableBinding) == 0x000008, "Wrong size on FNiagaraScriptVariableBinding"); \ +static_assert(offsetof(FNiagaraScriptVariableBinding, Name) == 0x000000, "Member 'FNiagaraScriptVariableBinding::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableDataInterfaceBinding \ +static_assert(alignof(FNiagaraVariableDataInterfaceBinding) == 0x000008, "Wrong alignment on FNiagaraVariableDataInterfaceBinding"); \ +static_assert(sizeof(FNiagaraVariableDataInterfaceBinding) == 0x000020, "Wrong size on FNiagaraVariableDataInterfaceBinding"); \ +static_assert(offsetof(FNiagaraVariableDataInterfaceBinding, BoundVariable) == 0x000000, "Member 'FNiagaraVariableDataInterfaceBinding::BoundVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMaterialAttributeBinding \ +static_assert(alignof(FNiagaraMaterialAttributeBinding) == 0x000004, "Wrong alignment on FNiagaraMaterialAttributeBinding"); \ +static_assert(sizeof(FNiagaraMaterialAttributeBinding) == 0x00002C, "Wrong size on FNiagaraMaterialAttributeBinding"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, MaterialParameterName) == 0x000000, "Member 'FNiagaraMaterialAttributeBinding::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraVariable) == 0x000008, "Member 'FNiagaraMaterialAttributeBinding::NiagaraVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, ResolvedNiagaraVariable) == 0x000014, "Member 'FNiagaraMaterialAttributeBinding::ResolvedNiagaraVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraChildVariable) == 0x000020, "Member 'FNiagaraMaterialAttributeBinding::NiagaraChildVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableAttributeBinding \ +static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000008, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ +static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000058, "Wrong size on FNiagaraVariableAttributeBinding"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetVariable) == 0x000010, "Member 'FNiagaraVariableAttributeBinding::DataSetVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, RootVariable) == 0x000030, "Member 'FNiagaraVariableAttributeBinding::RootVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x000050, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableInfo \ +static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ +static_assert(sizeof(FNiagaraVariableInfo) == 0x000040, "Wrong size on FNiagaraVariableInfo"); \ +static_assert(offsetof(FNiagaraVariableInfo, Variable) == 0x000000, "Member 'FNiagaraVariableInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, Definition) == 0x000020, "Member 'FNiagaraVariableInfo::Definition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, DataInterface) == 0x000038, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemUpdateContext \ +static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ +static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000068, "Wrong size on FNiagaraSystemUpdateContext"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReset) == 0x000000, "Member 'FNiagaraSystemUpdateContext::ComponentsToReset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReInit) == 0x000010, "Member 'FNiagaraSystemUpdateContext::ComponentsToReInit' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToNotifySimDestroy) == 0x000020, "Member 'FNiagaraSystemUpdateContext::ComponentsToNotifySimDestroy' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000030, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMFunctionSpecifier \ +static_assert(alignof(FVMFunctionSpecifier) == 0x000004, "Wrong alignment on FVMFunctionSpecifier"); \ +static_assert(sizeof(FVMFunctionSpecifier) == 0x000010, "Wrong size on FVMFunctionSpecifier"); \ +static_assert(offsetof(FVMFunctionSpecifier, Key) == 0x000000, "Member 'FVMFunctionSpecifier::Key' has a wrong offset!"); \ +static_assert(offsetof(FVMFunctionSpecifier, Value) == 0x000008, "Member 'FVMFunctionSpecifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMExternalFunctionBindingInfo \ +static_assert(alignof(FVMExternalFunctionBindingInfo) == 0x000008, "Wrong alignment on FVMExternalFunctionBindingInfo"); \ +static_assert(sizeof(FVMExternalFunctionBindingInfo) == 0x000038, "Wrong size on FVMExternalFunctionBindingInfo"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, Name) == 0x000000, "Member 'FVMExternalFunctionBindingInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, OwnerName) == 0x000008, "Member 'FVMExternalFunctionBindingInfo::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, InputParamLocations) == 0x000010, "Member 'FVMExternalFunctionBindingInfo::InputParamLocations' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, NumOutputs) == 0x000020, "Member 'FVMExternalFunctionBindingInfo::NumOutputs' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, FunctionSpecifiers) == 0x000028, "Member 'FVMExternalFunctionBindingInfo::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatScope \ +static_assert(alignof(FNiagaraStatScope) == 0x000004, "Wrong alignment on FNiagaraStatScope"); \ +static_assert(sizeof(FNiagaraStatScope) == 0x000010, "Wrong size on FNiagaraStatScope"); \ +static_assert(offsetof(FNiagaraStatScope, FullName) == 0x000000, "Member 'FNiagaraStatScope::FullName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatScope, FriendlyName) == 0x000008, "Member 'FNiagaraStatScope::FriendlyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeDefinition \ +static_assert(alignof(FNiagaraTypeDefinition) == 0x000008, "Wrong alignment on FNiagaraTypeDefinition"); \ +static_assert(sizeof(FNiagaraTypeDefinition) == 0x000010, "Wrong size on FNiagaraTypeDefinition"); \ +static_assert(offsetof(FNiagaraTypeDefinition, ClassStructOrEnum) == 0x000000, "Member 'FNiagaraTypeDefinition::ClassStructOrEnum' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeDefinition, UnderlyingType) == 0x000008, "Member 'FNiagaraTypeDefinition::UnderlyingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceCompileInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Name) == 0x000000, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, UserPtrIdx) == 0x000008, "Member 'FNiagaraScriptDataInterfaceCompileInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Type) == 0x000010, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapRead) == 0x000020, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapWrite) == 0x000028, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, bIsPlaceholder) == 0x000030, "Member 'FNiagaraScriptDataInterfaceCompileInfo::bIsPlaceholder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceInfo) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, DataInterface) == 0x000000, "Member 'FNiagaraScriptDataInterfaceInfo::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Name) == 0x000008, "Member 'FNiagaraScriptDataInterfaceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000010, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000028, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000030, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraFunctionSignature \ +static_assert(alignof(FNiagaraFunctionSignature) == 0x000008, "Wrong alignment on FNiagaraFunctionSignature"); \ +static_assert(sizeof(FNiagaraFunctionSignature) == 0x000090, "Wrong size on FNiagaraFunctionSignature"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Name) == 0x000000, "Member 'FNiagaraFunctionSignature::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Inputs) == 0x000008, "Member 'FNiagaraFunctionSignature::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Outputs) == 0x000018, "Member 'FNiagaraFunctionSignature::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, OwnerName) == 0x000028, "Member 'FNiagaraFunctionSignature::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ModuleUsageBitmask) == 0x000034, "Member 'FNiagaraFunctionSignature::ModuleUsageBitmask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMinIndex) == 0x000038, "Member 'FNiagaraFunctionSignature::ContextStageMinIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMaxIndex) == 0x00003C, "Member 'FNiagaraFunctionSignature::ContextStageMaxIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000040, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataUsageInfo \ +static_assert(alignof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong alignment on FNiagaraScriptDataUsageInfo"); \ +static_assert(sizeof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong size on FNiagaraScriptDataUsageInfo"); \ +static_assert(offsetof(FNiagaraScriptDataUsageInfo, bReadsAttributeData) == 0x000000, "Member 'FNiagaraScriptDataUsageInfo::bReadsAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetID \ +static_assert(alignof(FNiagaraDataSetID) == 0x000004, "Wrong alignment on FNiagaraDataSetID"); \ +static_assert(sizeof(FNiagaraDataSetID) == 0x00000C, "Wrong size on FNiagaraDataSetID"); \ +static_assert(offsetof(FNiagaraDataSetID, Name) == 0x000000, "Member 'FNiagaraDataSetID::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetID, Type) == 0x000008, "Member 'FNiagaraDataSetID::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetProperties \ +static_assert(alignof(FNiagaraDataSetProperties) == 0x000008, "Wrong alignment on FNiagaraDataSetProperties"); \ +static_assert(sizeof(FNiagaraDataSetProperties) == 0x000020, "Wrong size on FNiagaraDataSetProperties"); \ +static_assert(offsetof(FNiagaraDataSetProperties, ID) == 0x000000, "Member 'FNiagaraDataSetProperties::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetProperties, Variables) == 0x000010, "Member 'FNiagaraDataSetProperties::Variables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMaterialOverride \ +static_assert(alignof(FNiagaraMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMaterialOverride"); \ +static_assert(sizeof(FNiagaraMaterialOverride) == 0x000018, "Wrong size on FNiagaraMaterialOverride"); \ +static_assert(offsetof(FNiagaraMaterialOverride, Material) == 0x000000, "Member 'FNiagaraMaterialOverride::Material' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialOverride, MaterialSubIndex) == 0x000008, "Member 'FNiagaraMaterialOverride::MaterialSubIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialOverride, EmitterRendererProperty) == 0x000010, "Member 'FNiagaraMaterialOverride::EmitterRendererProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNCPoolElement \ +static_assert(alignof(FNCPoolElement) == 0x000008, "Wrong alignment on FNCPoolElement"); \ +static_assert(sizeof(FNCPoolElement) == 0x000010, "Wrong size on FNCPoolElement"); \ +static_assert(offsetof(FNCPoolElement, Component) == 0x000000, "Member 'FNCPoolElement::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNCPool \ +static_assert(alignof(FNCPool) == 0x000008, "Wrong alignment on FNCPool"); \ +static_assert(sizeof(FNCPool) == 0x000010, "Wrong size on FNCPool"); \ +static_assert(offsetof(FNCPool, FreeElements) == 0x000000, "Member 'FNCPool::FreeElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraComponentPropertyBinding \ +static_assert(alignof(FNiagaraComponentPropertyBinding) == 0x000008, "Wrong alignment on FNiagaraComponentPropertyBinding"); \ +static_assert(sizeof(FNiagaraComponentPropertyBinding) == 0x0000E8, "Wrong size on FNiagaraComponentPropertyBinding"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000058, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000060, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000070, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000078, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, WritableValue) == 0x0000C8, "Member 'FNiagaraComponentPropertyBinding::WritableValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterNameSettingsRef \ +static_assert(alignof(FNiagaraEmitterNameSettingsRef) == 0x000008, "Wrong alignment on FNiagaraEmitterNameSettingsRef"); \ +static_assert(sizeof(FNiagaraEmitterNameSettingsRef) == 0x000018, "Wrong size on FNiagaraEmitterNameSettingsRef"); \ +static_assert(offsetof(FNiagaraEmitterNameSettingsRef, SystemName) == 0x000000, "Member 'FNiagaraEmitterNameSettingsRef::SystemName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterNameSettingsRef, EmitterName) == 0x000008, "Member 'FNiagaraEmitterNameSettingsRef::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasicParticleData \ +static_assert(alignof(FBasicParticleData) == 0x000004, "Wrong alignment on FBasicParticleData"); \ +static_assert(sizeof(FBasicParticleData) == 0x00001C, "Wrong size on FBasicParticleData"); \ +static_assert(offsetof(FBasicParticleData, Position) == 0x000000, "Member 'FBasicParticleData::Position' has a wrong offset!"); \ +static_assert(offsetof(FBasicParticleData, Size) == 0x00000C, "Member 'FBasicParticleData::Size' has a wrong offset!"); \ +static_assert(offsetof(FBasicParticleData, Velocity) == 0x000010, "Member 'FBasicParticleData::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshTriCoordinate \ +static_assert(alignof(FMeshTriCoordinate) == 0x000004, "Wrong alignment on FMeshTriCoordinate"); \ +static_assert(sizeof(FMeshTriCoordinate) == 0x000010, "Wrong size on FMeshTriCoordinate"); \ +static_assert(offsetof(FMeshTriCoordinate, Tri) == 0x000000, "Member 'FMeshTriCoordinate::Tri' has a wrong offset!"); \ +static_assert(offsetof(FMeshTriCoordinate, BaryCoord) == 0x000004, "Member 'FMeshTriCoordinate::BaryCoord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIStaticMeshSectionFilter \ +static_assert(alignof(FNDIStaticMeshSectionFilter) == 0x000008, "Wrong alignment on FNDIStaticMeshSectionFilter"); \ +static_assert(sizeof(FNDIStaticMeshSectionFilter) == 0x000010, "Wrong size on FNDIStaticMeshSectionFilter"); \ +static_assert(offsetof(FNDIStaticMeshSectionFilter, AllowedMaterialSlots) == 0x000000, "Member 'FNDIStaticMeshSectionFilter::AllowedMaterialSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ +static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ +static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000060, "Wrong size on FNiagaraTypeLayoutInfo"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentByteOffsets) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::FloatComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentRegisterOffsets) == 0x000010, "Member 'FNiagaraTypeLayoutInfo::FloatComponentRegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentByteOffsets) == 0x000020, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentRegisterOffsets) == 0x000030, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentRegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentByteOffsets) == 0x000040, "Member 'FNiagaraTypeLayoutInfo::HalfComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentRegisterOffsets) == 0x000050, "Member 'FNiagaraTypeLayoutInfo::HalfComponentRegisterOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ +static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ +static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000070, "Wrong size on FNiagaraVariableLayoutInfo"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000010, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetCompiledData \ +static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ +static_assert(sizeof(FNiagaraDataSetCompiledData) == 0x000040, "Wrong size on FNiagaraDataSetCompiledData"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, Variables) == 0x000000, "Member 'FNiagaraDataSetCompiledData::Variables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, VariableLayouts) == 0x000010, "Member 'FNiagaraDataSetCompiledData::VariableLayouts' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, ID) == 0x000020, "Member 'FNiagaraDataSetCompiledData::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalFloatComponents) == 0x00002C, "Member 'FNiagaraDataSetCompiledData::TotalFloatComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalInt32Components) == 0x000030, "Member 'FNiagaraDataSetCompiledData::TotalInt32Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalHalfComponents) == 0x000034, "Member 'FNiagaraDataSetCompiledData::TotalHalfComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, SimTarget) == 0x00003C, "Member 'FNiagaraDataSetCompiledData::SimTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimpleClientInfo \ +static_assert(alignof(FNiagaraSimpleClientInfo) == 0x000008, "Wrong alignment on FNiagaraSimpleClientInfo"); \ +static_assert(sizeof(FNiagaraSimpleClientInfo) == 0x000040, "Wrong size on FNiagaraSimpleClientInfo"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Systems) == 0x000000, "Member 'FNiagaraSimpleClientInfo::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Actors) == 0x000010, "Member 'FNiagaraSimpleClientInfo::Actors' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Components) == 0x000020, "Member 'FNiagaraSimpleClientInfo::Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Emitters) == 0x000030, "Member 'FNiagaraSimpleClientInfo::Emitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerCaptureSettings \ +static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ +static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x00000C, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRequestSimpleClientInfoMessage \ +static_assert(alignof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong alignment on FNiagaraRequestSimpleClientInfoMessage"); \ +static_assert(sizeof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong size on FNiagaraRequestSimpleClientInfoMessage"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHUDVariable \ +static_assert(alignof(FNiagaraDebugHUDVariable) == 0x000008, "Wrong alignment on FNiagaraDebugHUDVariable"); \ +static_assert(sizeof(FNiagaraDebugHUDVariable) == 0x000018, "Wrong size on FNiagaraDebugHUDVariable"); \ +static_assert(offsetof(FNiagaraDebugHUDVariable, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDVariable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDVariable, Name) == 0x000008, "Member 'FNiagaraDebugHUDVariable::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHudTextOptions \ +static_assert(alignof(FNiagaraDebugHudTextOptions) == 0x000004, "Wrong alignment on FNiagaraDebugHudTextOptions"); \ +static_assert(sizeof(FNiagaraDebugHudTextOptions) == 0x000010, "Wrong size on FNiagaraDebugHudTextOptions"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, Font) == 0x000000, "Member 'FNiagaraDebugHudTextOptions::Font' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, HorizontalAlignment) == 0x000004, "Member 'FNiagaraDebugHudTextOptions::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, VerticalAlignment) == 0x000005, "Member 'FNiagaraDebugHudTextOptions::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, ScreenOffset) == 0x000008, "Member 'FNiagaraDebugHudTextOptions::ScreenOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHUDSettingsData \ +static_assert(alignof(FNiagaraDebugHUDSettingsData) == 0x000008, "Wrong alignment on FNiagaraDebugHUDSettingsData"); \ +static_assert(sizeof(FNiagaraDebugHUDSettingsData) == 0x0000E0, "Wrong size on FNiagaraDebugHUDSettingsData"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewEnabled) == 0x000003, "Member 'FNiagaraDebugHUDSettingsData::bOverviewEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x000004, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000020, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000028, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000038, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000040, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000050, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000058, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000068, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x00006C, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x000070, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowBounds) == 0x000074, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x000075, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowSystemVariables) == 0x000076, "Member 'FNiagaraDebugHUDSettingsData::bShowSystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x000088, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x000099, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000A0, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x0000C0, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x0000C1, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x0000C4, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x0000C8, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x0000C9, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x0000CC, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x0000D0, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x0000D4, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x0000D8, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerTimingData \ +static_assert(alignof(FNiagaraOutlinerTimingData) == 0x000004, "Wrong alignment on FNiagaraOutlinerTimingData"); \ +static_assert(sizeof(FNiagaraOutlinerTimingData) == 0x000008, "Wrong size on FNiagaraOutlinerTimingData"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, GameThread) == 0x000000, "Member 'FNiagaraOutlinerTimingData::GameThread' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, RenderThread) == 0x000004, "Member 'FNiagaraOutlinerTimingData::RenderThread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemInstanceData \ +static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 0x000048, "Wrong size on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ComponentName) == 0x000000, "Member 'FNiagaraOutlinerSystemInstanceData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, Emitters) == 0x000010, "Member 'FNiagaraOutlinerSystemInstanceData::Emitters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ActualExecutionState) == 0x000020, "Member 'FNiagaraOutlinerSystemInstanceData::ActualExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, RequestedExecutionState) == 0x000024, "Member 'FNiagaraOutlinerSystemInstanceData::RequestedExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ScalabilityState) == 0x000028, "Member 'FNiagaraOutlinerSystemInstanceData::ScalabilityState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, PoolMethod) == 0x000034, "Member 'FNiagaraOutlinerSystemInstanceData::PoolMethod' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, AverageTime) == 0x000038, "Member 'FNiagaraOutlinerSystemInstanceData::AverageTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, MaxTime) == 0x000040, "Member 'FNiagaraOutlinerSystemInstanceData::MaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemData \ +static_assert(alignof(FNiagaraOutlinerSystemData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemData) == 0x000030, "Wrong size on FNiagaraOutlinerSystemData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, SystemInstances) == 0x000000, "Member 'FNiagaraOutlinerSystemData::SystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerFrameTime) == 0x000010, "Member 'FNiagaraOutlinerSystemData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerFrameTime) == 0x000018, "Member 'FNiagaraOutlinerSystemData::MaxPerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerInstanceTime) == 0x000020, "Member 'FNiagaraOutlinerSystemData::AveragePerInstanceTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerInstanceTime) == 0x000028, "Member 'FNiagaraOutlinerSystemData::MaxPerInstanceTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerWorldData \ +static_assert(alignof(FNiagaraOutlinerWorldData) == 0x000008, "Wrong alignment on FNiagaraOutlinerWorldData"); \ +static_assert(sizeof(FNiagaraOutlinerWorldData) == 0x000068, "Wrong size on FNiagaraOutlinerWorldData"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, Systems) == 0x000000, "Member 'FNiagaraOutlinerWorldData::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, bHasBegunPlay) == 0x000050, "Member 'FNiagaraOutlinerWorldData::bHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, WorldType) == 0x000051, "Member 'FNiagaraOutlinerWorldData::WorldType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, NetMode) == 0x000052, "Member 'FNiagaraOutlinerWorldData::NetMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, AveragePerFrameTime) == 0x000054, "Member 'FNiagaraOutlinerWorldData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, MaxPerFrameTime) == 0x00005C, "Member 'FNiagaraOutlinerWorldData::MaxPerFrameTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerData \ +static_assert(alignof(FNiagaraOutlinerData) == 0x000008, "Wrong alignment on FNiagaraOutlinerData"); \ +static_assert(sizeof(FNiagaraOutlinerData) == 0x000050, "Wrong size on FNiagaraOutlinerData"); \ +static_assert(offsetof(FNiagaraOutlinerData, WorldData) == 0x000000, "Member 'FNiagaraOutlinerData::WorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerOutlinerUpdate \ +static_assert(alignof(FNiagaraDebuggerOutlinerUpdate) == 0x000008, "Wrong alignment on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(sizeof(FNiagaraDebuggerOutlinerUpdate) == 0x000050, "Wrong size on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(offsetof(FNiagaraDebuggerOutlinerUpdate, OutlinerData) == 0x000000, "Member 'FNiagaraDebuggerOutlinerUpdate::OutlinerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000070, "Wrong size on FNiagaraScalabilityManager"); \ +static_assert(offsetof(FNiagaraScalabilityManager, EffectType) == 0x000000, "Member 'FNiagaraScalabilityManager::EffectType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScalabilityManager, ManagedComponents) == 0x000008, "Member 'FNiagaraScalabilityManager::ManagedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraScriptData \ +static_assert(alignof(FVersionedNiagaraScriptData) == 0x000001, "Wrong alignment on FVersionedNiagaraScriptData"); \ +static_assert(sizeof(FVersionedNiagaraScriptData) == 0x000001, "Wrong size on FVersionedNiagaraScriptData"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompilerTag \ +static_assert(alignof(FNiagaraCompilerTag) == 0x000008, "Wrong alignment on FNiagaraCompilerTag"); \ +static_assert(sizeof(FNiagaraCompilerTag) == 0x000030, "Wrong size on FNiagaraCompilerTag"); \ +static_assert(offsetof(FNiagaraCompilerTag, Variable) == 0x000000, "Member 'FNiagaraCompilerTag::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompilerTag, StringValue) == 0x000020, "Member 'FNiagaraCompilerTag::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableData \ +static_assert(alignof(FNiagaraVMExecutableData) == 0x000008, "Wrong alignment on FNiagaraVMExecutableData"); \ +static_assert(sizeof(FNiagaraVMExecutableData) == 0x0000F0, "Wrong size on FNiagaraVMExecutableData"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ByteCode) == 0x000000, "Member 'FNiagaraVMExecutableData::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, OptimizedByteCode) == 0x000010, "Member 'FNiagaraVMExecutableData::OptimizedByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumTempRegisters) == 0x000020, "Member 'FNiagaraVMExecutableData::NumTempRegisters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumUserPtrs) == 0x000024, "Member 'FNiagaraVMExecutableData::NumUserPtrs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CompileTags) == 0x000028, "Member 'FNiagaraVMExecutableData::CompileTags' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ScriptLiterals) == 0x000038, "Member 'FNiagaraVMExecutableData::ScriptLiterals' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, Attributes) == 0x000048, "Member 'FNiagaraVMExecutableData::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataUsage) == 0x000058, "Member 'FNiagaraVMExecutableData::DataUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataInterfaceInfo) == 0x000060, "Member 'FNiagaraVMExecutableData::DataInterfaceInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CalledVMExternalFunctions) == 0x000070, "Member 'FNiagaraVMExecutableData::CalledVMExternalFunctions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ReadDataSets) == 0x000090, "Member 'FNiagaraVMExecutableData::ReadDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, WriteDataSets) == 0x0000A0, "Member 'FNiagaraVMExecutableData::WriteDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, StatScopes) == 0x0000B0, "Member 'FNiagaraVMExecutableData::StatScopes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DIParamInfo) == 0x0000C0, "Member 'FNiagaraVMExecutableData::DIParamInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, LastCompileStatus) == 0x0000D0, "Member 'FNiagaraVMExecutableData::LastCompileStatus' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, SimulationStageMetaData) == 0x0000D8, "Member 'FNiagaraVMExecutableData::SimulationStageMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableDataId \ +static_assert(alignof(FNiagaraVMExecutableDataId) == 0x000008, "Wrong alignment on FNiagaraVMExecutableDataId"); \ +static_assert(sizeof(FNiagaraVMExecutableDataId) == 0x000058, "Wrong size on FNiagaraVMExecutableDataId"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, CompilerVersionID) == 0x000000, "Member 'FNiagaraVMExecutableDataId::CompilerVersionID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptUsageType) == 0x000010, "Member 'FNiagaraVMExecutableDataId::ScriptUsageType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptUsageTypeID) == 0x000014, "Member 'FNiagaraVMExecutableDataId::ScriptUsageTypeID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptID) == 0x000028, "Member 'FNiagaraVMExecutableDataId::BaseScriptID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptCompileHash) == 0x000038, "Member 'FNiagaraVMExecutableDataId::BaseScriptCompileHash' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptVersionID) == 0x000048, "Member 'FNiagaraVMExecutableDataId::ScriptVersionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraModuleDependency \ +static_assert(alignof(FNiagaraModuleDependency) == 0x000008, "Wrong alignment on FNiagaraModuleDependency"); \ +static_assert(sizeof(FNiagaraModuleDependency) == 0x000028, "Wrong size on FNiagaraModuleDependency"); \ +static_assert(offsetof(FNiagaraModuleDependency, ID) == 0x000000, "Member 'FNiagaraModuleDependency::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Type) == 0x000008, "Member 'FNiagaraModuleDependency::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, ScriptConstraint) == 0x000009, "Member 'FNiagaraModuleDependency::ScriptConstraint' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Description) == 0x000010, "Member 'FNiagaraModuleDependency::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptInstanceParameterStore \ +static_assert(alignof(FNiagaraScriptInstanceParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptInstanceParameterStore"); \ +static_assert(sizeof(FNiagaraScriptInstanceParameterStore) == 0x000088, "Wrong size on FNiagaraScriptInstanceParameterStore"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptExecutionPaddingInfo \ +static_assert(alignof(FNiagaraScriptExecutionPaddingInfo) == 0x000002, "Wrong alignment on FNiagaraScriptExecutionPaddingInfo"); \ +static_assert(sizeof(FNiagaraScriptExecutionPaddingInfo) == 0x000008, "Wrong size on FNiagaraScriptExecutionPaddingInfo"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, SrcOffset) == 0x000000, "Member 'FNiagaraScriptExecutionPaddingInfo::SrcOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, DestOffset) == 0x000002, "Member 'FNiagaraScriptExecutionPaddingInfo::DestOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, SrcSize) == 0x000004, "Member 'FNiagaraScriptExecutionPaddingInfo::SrcSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, DestSize) == 0x000006, "Member 'FNiagaraScriptExecutionPaddingInfo::DestSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptExecutionParameterStore \ +static_assert(alignof(FNiagaraScriptExecutionParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptExecutionParameterStore"); \ +static_assert(sizeof(FNiagaraScriptExecutionParameterStore) == 0x000098, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000078, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddedParameterSize) == 0x00007C, "Member 'FNiagaraScriptExecutionParameterStore::PaddedParameterSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddingInfo) == 0x000080, "Member 'FNiagaraScriptExecutionParameterStore::PaddingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ +static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ +static_assert(sizeof(FNiagaraScriptHighlight) == 0x000028, "Wrong size on FNiagaraScriptHighlight"); \ +static_assert(offsetof(FNiagaraScriptHighlight, Color) == 0x000000, "Member 'FNiagaraScriptHighlight::Color' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptHighlight, DisplayName) == 0x000010, "Member 'FNiagaraScriptHighlight::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompileRequest \ +static_assert(alignof(FNiagaraSystemCompileRequest) == 0x000008, "Wrong alignment on FNiagaraSystemCompileRequest"); \ +static_assert(sizeof(FNiagaraSystemCompileRequest) == 0x000080, "Wrong size on FNiagaraSystemCompileRequest"); \ +static_assert(offsetof(FNiagaraSystemCompileRequest, RootObjects) == 0x000008, "Member 'FNiagaraSystemCompileRequest::RootObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ +static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ +static_assert(sizeof(FEmitterCompiledScriptPair) == 0x000090, "Wrong size on FEmitterCompiledScriptPair"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterDataSetBinding \ +static_assert(alignof(FNiagaraParameterDataSetBinding) == 0x000004, "Wrong alignment on FNiagaraParameterDataSetBinding"); \ +static_assert(sizeof(FNiagaraParameterDataSetBinding) == 0x000008, "Wrong size on FNiagaraParameterDataSetBinding"); \ +static_assert(offsetof(FNiagaraParameterDataSetBinding, ParameterOffset) == 0x000000, "Member 'FNiagaraParameterDataSetBinding::ParameterOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterDataSetBinding, DataSetComponentOffset) == 0x000004, "Member 'FNiagaraParameterDataSetBinding::DataSetComponentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterDataSetBindingCollection \ +static_assert(alignof(FNiagaraParameterDataSetBindingCollection) == 0x000008, "Wrong alignment on FNiagaraParameterDataSetBindingCollection"); \ +static_assert(sizeof(FNiagaraParameterDataSetBindingCollection) == 0x000020, "Wrong size on FNiagaraParameterDataSetBindingCollection"); \ +static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, FloatOffsets) == 0x000000, "Member 'FNiagaraParameterDataSetBindingCollection::FloatOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, Int32Offsets) == 0x000010, "Member 'FNiagaraParameterDataSetBindingCollection::Int32Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompiledData \ +static_assert(alignof(FNiagaraSystemCompiledData) == 0x000008, "Wrong alignment on FNiagaraSystemCompiledData"); \ +static_assert(sizeof(FNiagaraSystemCompiledData) == 0x000218, "Wrong size on FNiagaraSystemCompiledData"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, InstanceParamStore) == 0x000000, "Member 'FNiagaraSystemCompiledData::InstanceParamStore' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, DataSetCompiledData) == 0x000078, "Member 'FNiagaraSystemCompiledData::DataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceParamsDataSetCompiledData) == 0x0000B8, "Member 'FNiagaraSystemCompiledData::SpawnInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceParamsDataSetCompiledData) == 0x0000F8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceGlobalBinding) == 0x000138, "Member 'FNiagaraSystemCompiledData::SpawnInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceSystemBinding) == 0x000158, "Member 'FNiagaraSystemCompiledData::SpawnInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceOwnerBinding) == 0x000178, "Member 'FNiagaraSystemCompiledData::SpawnInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceEmitterBindings) == 0x000198, "Member 'FNiagaraSystemCompiledData::SpawnInstanceEmitterBindings' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceGlobalBinding) == 0x0001A8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceSystemBinding) == 0x0001C8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceOwnerBinding) == 0x0001E8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceEmitterBindings) == 0x000208, "Member 'FNiagaraSystemCompiledData::UpdateInstanceEmitterBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterCompiledData \ +static_assert(alignof(FNiagaraEmitterCompiledData) == 0x000008, "Wrong alignment on FNiagaraEmitterCompiledData"); \ +static_assert(sizeof(FNiagaraEmitterCompiledData) == 0x000130, "Wrong size on FNiagaraEmitterCompiledData"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, SpawnAttributes) == 0x000000, "Member 'FNiagaraEmitterCompiledData::SpawnAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnIntervalVar) == 0x000010, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnIntervalVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInterpSpawnStartDTVar) == 0x000030, "Member 'FNiagaraEmitterCompiledData::EmitterInterpSpawnStartDTVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnGroupVar) == 0x000050, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnGroupVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterAgeVar) == 0x000070, "Member 'FNiagaraEmitterCompiledData::EmitterAgeVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterRandomSeedVar) == 0x000090, "Member 'FNiagaraEmitterCompiledData::EmitterRandomSeedVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInstanceSeedVar) == 0x0000B0, "Member 'FNiagaraEmitterCompiledData::EmitterInstanceSeedVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterTotalSpawnedParticlesVar) == 0x0000D0, "Member 'FNiagaraEmitterCompiledData::EmitterTotalSpawnedParticlesVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, DataSetCompiledData) == 0x0000F0, "Member 'FNiagaraEmitterCompiledData::DataSetCompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInputConditionMetadata \ +static_assert(alignof(FNiagaraInputConditionMetadata) == 0x000008, "Wrong alignment on FNiagaraInputConditionMetadata"); \ +static_assert(sizeof(FNiagaraInputConditionMetadata) == 0x000018, "Wrong size on FNiagaraInputConditionMetadata"); \ +static_assert(offsetof(FNiagaraInputConditionMetadata, InputName) == 0x000000, "Member 'FNiagaraInputConditionMetadata::InputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputConditionMetadata, TargetValues) == 0x000008, "Member 'FNiagaraInputConditionMetadata::TargetValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableMetaData \ +static_assert(alignof(FNiagaraVariableMetaData) == 0x000008, "Wrong alignment on FNiagaraVariableMetaData"); \ +static_assert(sizeof(FNiagaraVariableMetaData) == 0x0000E0, "Wrong size on FNiagaraVariableMetaData"); \ +static_assert(offsetof(FNiagaraVariableMetaData, Description) == 0x000000, "Member 'FNiagaraVariableMetaData::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, CategoryName) == 0x000018, "Member 'FNiagaraVariableMetaData::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bAdvancedDisplay) == 0x000030, "Member 'FNiagaraVariableMetaData::bAdvancedDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditorSortPriority) == 0x000034, "Member 'FNiagaraVariableMetaData::EditorSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bInlineEditConditionToggle) == 0x000038, "Member 'FNiagaraVariableMetaData::bInlineEditConditionToggle' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditCondition) == 0x000040, "Member 'FNiagaraVariableMetaData::EditCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VisibleCondition) == 0x000058, "Member 'FNiagaraVariableMetaData::VisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, PropertyMetaData) == 0x000070, "Member 'FNiagaraVariableMetaData::PropertyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, ParentAttribute) == 0x0000C0, "Member 'FNiagaraVariableMetaData::ParentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VariableGuid) == 0x0000C8, "Member 'FNiagaraVariableMetaData::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bIsStaticSwitch) == 0x0000D8, "Member 'FNiagaraVariableMetaData::bIsStaticSwitch' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, StaticSwitchDefaultValue) == 0x0000DC, "Member 'FNiagaraVariableMetaData::StaticSwitchDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileHashVisitorDebugInfo \ +static_assert(alignof(FNiagaraCompileHashVisitorDebugInfo) == 0x000008, "Wrong alignment on FNiagaraCompileHashVisitorDebugInfo"); \ +static_assert(sizeof(FNiagaraCompileHashVisitorDebugInfo) == 0x000030, "Wrong size on FNiagaraCompileHashVisitorDebugInfo"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, Object) == 0x000000, "Member 'FNiagaraCompileHashVisitorDebugInfo::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyKeys) == 0x000010, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyKeys' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyValues) == 0x000020, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraID \ +static_assert(alignof(FNiagaraID) == 0x000004, "Wrong alignment on FNiagaraID"); \ +static_assert(sizeof(FNiagaraID) == 0x000008, "Wrong size on FNiagaraID"); \ +static_assert(offsetof(FNiagaraID, Index) == 0x000000, "Member 'FNiagaraID::Index' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraID, AcquireTag) == 0x000004, "Member 'FNiagaraID::AcquireTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSpawnInfo \ +static_assert(alignof(FNiagaraSpawnInfo) == 0x000004, "Wrong alignment on FNiagaraSpawnInfo"); \ +static_assert(sizeof(FNiagaraSpawnInfo) == 0x000010, "Wrong size on FNiagaraSpawnInfo"); \ +static_assert(offsetof(FNiagaraSpawnInfo, Count) == 0x000000, "Member 'FNiagaraSpawnInfo::Count' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSpawnInfo, InterpStartDt) == 0x000004, "Member 'FNiagaraSpawnInfo::InterpStartDt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSpawnInfo, IntervalDt) == 0x000008, "Member 'FNiagaraSpawnInfo::IntervalDt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSpawnInfo, SpawnGroup) == 0x00000C, "Member 'FNiagaraSpawnInfo::SpawnGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraAssetVersion \ +static_assert(alignof(FNiagaraAssetVersion) == 0x000004, "Wrong alignment on FNiagaraAssetVersion"); \ +static_assert(sizeof(FNiagaraAssetVersion) == 0x00001C, "Wrong size on FNiagaraAssetVersion"); \ +static_assert(offsetof(FNiagaraAssetVersion, MajorVersion) == 0x000000, "Member 'FNiagaraAssetVersion::MajorVersion' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetVersion, MinorVersion) == 0x000004, "Member 'FNiagaraAssetVersion::MinorVersion' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetVersion, VersionGuid) == 0x000008, "Member 'FNiagaraAssetVersion::VersionGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetVersion, bIsVisibleInVersionSelector) == 0x000018, "Member 'FNiagaraAssetVersion::bIsVisibleInVersionSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMatrix \ +static_assert(alignof(FNiagaraMatrix) == 0x000010, "Wrong alignment on FNiagaraMatrix"); \ +static_assert(sizeof(FNiagaraMatrix) == 0x000040, "Wrong size on FNiagaraMatrix"); \ +static_assert(offsetof(FNiagaraMatrix, Row0) == 0x000000, "Member 'FNiagaraMatrix::Row0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMatrix, Row1) == 0x000010, "Member 'FNiagaraMatrix::Row1' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMatrix, Row2) == 0x000020, "Member 'FNiagaraMatrix::Row2' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMatrix, Row3) == 0x000030, "Member 'FNiagaraMatrix::Row3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterMap \ +static_assert(alignof(FNiagaraParameterMap) == 0x000001, "Wrong alignment on FNiagaraParameterMap"); \ +static_assert(sizeof(FNiagaraParameterMap) == 0x000001, "Wrong size on FNiagaraParameterMap"); \ + +#define DUMPER7_ASSERTS_FNiagaraNumeric \ +static_assert(alignof(FNiagaraNumeric) == 0x000001, "Wrong alignment on FNiagaraNumeric"); \ +static_assert(sizeof(FNiagaraNumeric) == 0x000001, "Wrong size on FNiagaraNumeric"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalfVector4 \ +static_assert(alignof(FNiagaraHalfVector4) == 0x000002, "Wrong alignment on FNiagaraHalfVector4"); \ +static_assert(sizeof(FNiagaraHalfVector4) == 0x000008, "Wrong size on FNiagaraHalfVector4"); \ +static_assert(offsetof(FNiagaraHalfVector4, X) == 0x000000, "Member 'FNiagaraHalfVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, Y) == 0x000002, "Member 'FNiagaraHalfVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, Z) == 0x000004, "Member 'FNiagaraHalfVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, W) == 0x000006, "Member 'FNiagaraHalfVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalfVector3 \ +static_assert(alignof(FNiagaraHalfVector3) == 0x000002, "Wrong alignment on FNiagaraHalfVector3"); \ +static_assert(sizeof(FNiagaraHalfVector3) == 0x000006, "Wrong size on FNiagaraHalfVector3"); \ +static_assert(offsetof(FNiagaraHalfVector3, X) == 0x000000, "Member 'FNiagaraHalfVector3::X' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector3, Y) == 0x000002, "Member 'FNiagaraHalfVector3::Y' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector3, Z) == 0x000004, "Member 'FNiagaraHalfVector3::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalfVector2 \ +static_assert(alignof(FNiagaraHalfVector2) == 0x000002, "Wrong alignment on FNiagaraHalfVector2"); \ +static_assert(sizeof(FNiagaraHalfVector2) == 0x000004, "Wrong size on FNiagaraHalfVector2"); \ +static_assert(offsetof(FNiagaraHalfVector2, X) == 0x000000, "Member 'FNiagaraHalfVector2::X' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector2, Y) == 0x000002, "Member 'FNiagaraHalfVector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalf \ +static_assert(alignof(FNiagaraHalf) == 0x000002, "Wrong alignment on FNiagaraHalf"); \ +static_assert(sizeof(FNiagaraHalf) == 0x000002, "Wrong size on FNiagaraHalf"); \ +static_assert(offsetof(FNiagaraHalf, Value) == 0x000000, "Member 'FNiagaraHalf::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBool \ +static_assert(alignof(FNiagaraBool) == 0x000004, "Wrong alignment on FNiagaraBool"); \ +static_assert(sizeof(FNiagaraBool) == 0x000004, "Wrong size on FNiagaraBool"); \ +static_assert(offsetof(FNiagaraBool, Value) == 0x000000, "Member 'FNiagaraBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInt32 \ +static_assert(alignof(FNiagaraInt32) == 0x000004, "Wrong alignment on FNiagaraInt32"); \ +static_assert(sizeof(FNiagaraInt32) == 0x000004, "Wrong size on FNiagaraInt32"); \ +static_assert(offsetof(FNiagaraInt32, Value) == 0x000000, "Member 'FNiagaraInt32::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraFloat \ +static_assert(alignof(FNiagaraFloat) == 0x000004, "Wrong alignment on FNiagaraFloat"); \ +static_assert(sizeof(FNiagaraFloat) == 0x000004, "Wrong size on FNiagaraFloat"); \ +static_assert(offsetof(FNiagaraFloat, Value) == 0x000000, "Member 'FNiagaraFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWildcard \ +static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ +static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ + +#define DUMPER7_ASSERTS_FNiagaraUserRedirectionParameterStore \ +static_assert(alignof(FNiagaraUserRedirectionParameterStore) == 0x000008, "Wrong alignment on FNiagaraUserRedirectionParameterStore"); \ +static_assert(sizeof(FNiagaraUserRedirectionParameterStore) == 0x0000C8, "Wrong size on FNiagaraUserRedirectionParameterStore"); \ +static_assert(offsetof(FNiagaraUserRedirectionParameterStore, UserParameterRedirects) == 0x000078, "Member 'FNiagaraUserRedirectionParameterStore::UserParameterRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariant \ +static_assert(alignof(FNiagaraVariant) == 0x000008, "Wrong alignment on FNiagaraVariant"); \ +static_assert(sizeof(FNiagaraVariant) == 0x000028, "Wrong size on FNiagaraVariant"); \ +static_assert(offsetof(FNiagaraVariant, Object) == 0x000000, "Member 'FNiagaraVariant::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, DataInterface) == 0x000008, "Member 'FNiagaraVariant::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, Bytes) == 0x000010, "Member 'FNiagaraVariant::Bytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, CurrentMode) == 0x000020, "Member 'FNiagaraVariant::CurrentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWorldManagerTickFunction \ +static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ +static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000030, "Wrong size on FNiagaraWorldManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface \ +static_assert(alignof(UNiagaraDataInterface) == 0x000008, "Wrong alignment on UNiagaraDataInterface"); \ +static_assert(sizeof(UNiagaraDataInterface) == 0x000038, "Wrong size on UNiagaraDataInterface"); \ + +#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_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_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_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_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_UMovieSceneNiagaraBoolParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraColorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraIntegerParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraIntegerParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraIntegerParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraIntegerParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemSpawnSection \ +static_assert(alignof(UMovieSceneNiagaraSystemSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemSpawnSection) == 0x0000F8, "Wrong size on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionStartBehavior) == 0x0000E8, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionStartBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEvaluateBehavior) == 0x0000EC, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEndBehavior) == 0x0000F0, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, AgeUpdateMode) == 0x0000F4, "Member 'UMovieSceneNiagaraSystemSpawnSection::AgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemTrack \ +static_assert(alignof(UMovieSceneNiagaraSystemTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemTrack) == 0x0000A8, "Wrong size on UMovieSceneNiagaraSystemTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraVectorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraVectorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraVectorParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraVectorParameterTrack, ChannelsUsed) == 0x0000C8, "Member 'UMovieSceneNiagaraVectorParameterTrack::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_OnNiagaraSystemFinished \ +static_assert(alignof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(sizeof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(offsetof(NiagaraActor_OnNiagaraSystemFinished, FinishedComponent) == 0x000000, "Member 'NiagaraActor_OnNiagaraSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_SetDestroyOnSystemFinish \ +static_assert(alignof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(sizeof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(offsetof(NiagaraActor_SetDestroyOnSystemFinish, bShouldDestroyOnSystemFinish) == 0x000000, "Member 'NiagaraActor_SetDestroyOnSystemFinish::bShouldDestroyOnSystemFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraActor \ +static_assert(alignof(ANiagaraActor) == 0x000008, "Wrong alignment on ANiagaraActor"); \ +static_assert(sizeof(ANiagaraActor) == 0x000238, "Wrong size on ANiagaraActor"); \ +static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000228, "Member 'ANiagaraActor::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerSettings \ +static_assert(alignof(UNiagaraBakerSettings) == 0x000008, "Wrong alignment on UNiagaraBakerSettings"); \ +static_assert(sizeof(UNiagaraBakerSettings) == 0x000118, "Wrong size on UNiagaraBakerSettings"); \ +static_assert(offsetof(UNiagaraBakerSettings, StartSeconds) == 0x000028, "Member 'UNiagaraBakerSettings::StartSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, DurationSeconds) == 0x00002C, "Member 'UNiagaraBakerSettings::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerSecond) == 0x000030, "Member 'UNiagaraBakerSettings::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerDimension) == 0x000038, "Member 'UNiagaraBakerSettings::FramesPerDimension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, OutputTextures) == 0x000040, "Member 'UNiagaraBakerSettings::OutputTextures' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportMode) == 0x000050, "Member 'UNiagaraBakerSettings::CameraViewportMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportLocation) == 0x000054, "Member 'UNiagaraBakerSettings::CameraViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportRotation) == 0x0000A8, "Member 'UNiagaraBakerSettings::CameraViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrbitDistance) == 0x0000FC, "Member 'UNiagaraBakerSettings::CameraOrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraFOV) == 0x000100, "Member 'UNiagaraBakerSettings::CameraFOV' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrthoWidth) == 0x000104, "Member 'UNiagaraBakerSettings::CameraOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraAspectRatio) == 0x00010C, "Member 'UNiagaraBakerSettings::CameraAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_AdvanceSimulation \ +static_assert(alignof(NiagaraComponent_AdvanceSimulation) == 0x000004, "Wrong alignment on NiagaraComponent_AdvanceSimulation"); \ +static_assert(sizeof(NiagaraComponent_AdvanceSimulation) == 0x000008, "Wrong size on NiagaraComponent_AdvanceSimulation"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulation, TickCount) == 0x000000, "Member 'NiagaraComponent_AdvanceSimulation::TickCount' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulation, TickDeltaSeconds) == 0x000004, "Member 'NiagaraComponent_AdvanceSimulation::TickDeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_AdvanceSimulationByTime \ +static_assert(alignof(NiagaraComponent_AdvanceSimulationByTime) == 0x000004, "Wrong alignment on NiagaraComponent_AdvanceSimulationByTime"); \ +static_assert(sizeof(NiagaraComponent_AdvanceSimulationByTime) == 0x000008, "Wrong size on NiagaraComponent_AdvanceSimulationByTime"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulationByTime, SimulateTime) == 0x000000, "Member 'NiagaraComponent_AdvanceSimulationByTime::SimulateTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulationByTime, TickDeltaSeconds) == 0x000004, "Member 'NiagaraComponent_AdvanceSimulationByTime::TickDeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetDataInterface \ +static_assert(alignof(NiagaraComponent_GetDataInterface) == 0x000008, "Wrong alignment on NiagaraComponent_GetDataInterface"); \ +static_assert(sizeof(NiagaraComponent_GetDataInterface) == 0x000018, "Wrong size on NiagaraComponent_GetDataInterface"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, Name_0) == 0x000000, "Member 'NiagaraComponent_GetDataInterface::Name_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetDataInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticlePositions_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValues_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InValueName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InValueName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableBool \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableBool) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraVariableBool"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableBool) == 0x000018, "Wrong size on NiagaraComponent_GetNiagaraVariableBool"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableBool, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableFloat \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableFloat) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableFloat) == 0x000018, "Wrong size on NiagaraComponent_GetNiagaraVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableFloat, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableInt \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableInt) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraVariableInt"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableInt) == 0x000018, "Wrong size on NiagaraComponent_GetNiagaraVariableInt"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableInt, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableLinearColor \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableLinearColor) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableLinearColor) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableLinearColor, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableQuat \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_GetNiagaraVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableQuat, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableVec2 \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableVec2) == 0x000018, "Wrong size on NiagaraComponent_GetNiagaraVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableVec2, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableVec2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableVec3 \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableVec3) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableVec3, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableVec3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraVariableVec4 \ +static_assert(alignof(NiagaraComponent_GetNiagaraVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_GetNiagaraVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraVariableVec4) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraVariableVec4, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraVariableVec4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SeekToDesiredAge \ +static_assert(alignof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SeekToDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SeekToDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_SetAgeUpdateMode, InAgeUpdateMode) == 0x000000, "Member 'NiagaraComponent_SetAgeUpdateMode::InAgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAllowScalability \ +static_assert(alignof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_SetAllowScalability"); \ +static_assert(sizeof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_SetAllowScalability"); \ +static_assert(offsetof(NiagaraComponent_SetAllowScalability, bAllow) == 0x000000, "Member 'NiagaraComponent_SetAllowScalability::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAsset \ +static_assert(alignof(NiagaraComponent_SetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_SetAsset"); \ +static_assert(sizeof(NiagaraComponent_SetAsset) == 0x000010, "Wrong size on NiagaraComponent_SetAsset"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, InAsset) == 0x000000, "Member 'NiagaraComponent_SetAsset::InAsset' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, bResetExistingOverrideParameters) == 0x000008, "Member 'NiagaraComponent_SetAsset::bResetExistingOverrideParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAutoDestroy \ +static_assert(alignof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong alignment on NiagaraComponent_SetAutoDestroy"); \ +static_assert(sizeof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong size on NiagaraComponent_SetAutoDestroy"); \ +static_assert(offsetof(NiagaraComponent_SetAutoDestroy, bInAutoDestroy) == 0x000000, "Member 'NiagaraComponent_SetAutoDestroy::bInAutoDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetCanRenderWhileSeeking \ +static_assert(alignof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong alignment on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(sizeof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong size on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(offsetof(NiagaraComponent_SetCanRenderWhileSeeking, bInCanRenderWhileSeeking) == 0x000000, "Member 'NiagaraComponent_SetCanRenderWhileSeeking::bInCanRenderWhileSeeking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetDesiredAge \ +static_assert(alignof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SetDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SetDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SetDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SetDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetForceSolo \ +static_assert(alignof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_SetForceSolo"); \ +static_assert(sizeof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_SetForceSolo"); \ +static_assert(offsetof(NiagaraComponent_SetForceSolo, bInForceSolo) == 0x000000, "Member 'NiagaraComponent_SetForceSolo::bInForceSolo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetGpuComputeDebug \ +static_assert(alignof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong alignment on NiagaraComponent_SetGpuComputeDebug"); \ +static_assert(sizeof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong size on NiagaraComponent_SetGpuComputeDebug"); \ +static_assert(offsetof(NiagaraComponent_SetGpuComputeDebug, bEnableDebug) == 0x000000, "Member 'NiagaraComponent_SetGpuComputeDebug::bEnableDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta \ +static_assert(alignof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta, bLock) == 0x000000, "Member 'NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta::bLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetMaxSimTime \ +static_assert(alignof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_SetMaxSimTime"); \ +static_assert(sizeof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_SetMaxSimTime"); \ +static_assert(offsetof(NiagaraComponent_SetMaxSimTime, InMaxTime) == 0x000000, "Member 'NiagaraComponent_SetMaxSimTime::InMaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableActor \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableActor"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableActor) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableActor"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableActor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, Actor) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableBool \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableBool) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableBool"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableBool) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableBool"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableBool::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableFloat \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableInt \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableInt) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableInt"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableInt) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableInt"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableInt::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableLinearColor \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableObject \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableObject"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableObject) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableObject"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableObject::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, Object) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableQuat \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec4 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetPaused \ +static_assert(alignof(NiagaraComponent_SetPaused) == 0x000001, "Wrong alignment on NiagaraComponent_SetPaused"); \ +static_assert(sizeof(NiagaraComponent_SetPaused) == 0x000001, "Wrong size on NiagaraComponent_SetPaused"); \ +static_assert(offsetof(NiagaraComponent_SetPaused, bInPaused) == 0x000000, "Member 'NiagaraComponent_SetPaused::bInPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetPreviewLODDistance \ +static_assert(alignof(NiagaraComponent_SetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_SetPreviewLODDistance"); \ +static_assert(sizeof(NiagaraComponent_SetPreviewLODDistance) == 0x000008, "Wrong size on NiagaraComponent_SetPreviewLODDistance"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, bEnablePreviewLODDistance) == 0x000000, "Member 'NiagaraComponent_SetPreviewLODDistance::bEnablePreviewLODDistance' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, PreviewLODDistance) == 0x000004, "Member 'NiagaraComponent_SetPreviewLODDistance::PreviewLODDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetRandomSeedOffset \ +static_assert(alignof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_SetRandomSeedOffset"); \ +static_assert(sizeof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_SetRandomSeedOffset"); \ +static_assert(offsetof(NiagaraComponent_SetRandomSeedOffset, NewRandomSeedOffset) == 0x000000, "Member 'NiagaraComponent_SetRandomSeedOffset::NewRandomSeedOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetRenderingEnabled \ +static_assert(alignof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_SetRenderingEnabled"); \ +static_assert(sizeof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong size on NiagaraComponent_SetRenderingEnabled"); \ +static_assert(offsetof(NiagaraComponent_SetRenderingEnabled, bInRenderingEnabled) == 0x000000, "Member 'NiagaraComponent_SetRenderingEnabled::bInRenderingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetSeekDelta \ +static_assert(alignof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_SetSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_SetSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_SetSeekDelta, InSeekDelta) == 0x000000, "Member 'NiagaraComponent_SetSeekDelta::InSeekDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetTickBehavior \ +static_assert(alignof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_SetTickBehavior"); \ +static_assert(sizeof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_SetTickBehavior"); \ +static_assert(offsetof(NiagaraComponent_SetTickBehavior, NewTickBehavior) == 0x000000, "Member 'NiagaraComponent_SetTickBehavior::NewTickBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableActor \ +static_assert(alignof(NiagaraComponent_SetVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableActor"); \ +static_assert(sizeof(NiagaraComponent_SetVariableActor) == 0x000010, "Wrong size on NiagaraComponent_SetVariableActor"); \ +static_assert(offsetof(NiagaraComponent_SetVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableActor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableActor, Actor) == 0x000008, "Member 'NiagaraComponent_SetVariableActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableBool \ +static_assert(alignof(NiagaraComponent_SetVariableBool) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableBool"); \ +static_assert(sizeof(NiagaraComponent_SetVariableBool) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableBool"); \ +static_assert(offsetof(NiagaraComponent_SetVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableBool, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableBool::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableFloat \ +static_assert(alignof(NiagaraComponent_SetVariableFloat) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_SetVariableFloat) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_SetVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableFloat, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableInt \ +static_assert(alignof(NiagaraComponent_SetVariableInt) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableInt"); \ +static_assert(sizeof(NiagaraComponent_SetVariableInt) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableInt"); \ +static_assert(offsetof(NiagaraComponent_SetVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableInt, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableInt::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableLinearColor \ +static_assert(alignof(NiagaraComponent_SetVariableLinearColor) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_SetVariableLinearColor) == 0x000018, "Wrong size on NiagaraComponent_SetVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableLinearColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableMaterial \ +static_assert(alignof(NiagaraComponent_SetVariableMaterial) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableMaterial"); \ +static_assert(sizeof(NiagaraComponent_SetVariableMaterial) == 0x000010, "Wrong size on NiagaraComponent_SetVariableMaterial"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMaterial, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableMaterial::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMaterial, Object) == 0x000008, "Member 'NiagaraComponent_SetVariableMaterial::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableObject \ +static_assert(alignof(NiagaraComponent_SetVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableObject"); \ +static_assert(sizeof(NiagaraComponent_SetVariableObject) == 0x000010, "Wrong size on NiagaraComponent_SetVariableObject"); \ +static_assert(offsetof(NiagaraComponent_SetVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableObject::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableObject, Object) == 0x000008, "Member 'NiagaraComponent_SetVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableQuat \ +static_assert(alignof(NiagaraComponent_SetVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_SetVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_SetVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_SetVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableQuat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableTextureRenderTarget \ +static_assert(alignof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableTextureRenderTarget"); \ +static_assert(sizeof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000010, "Wrong size on NiagaraComponent_SetVariableTextureRenderTarget"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTextureRenderTarget, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTextureRenderTarget, TextureRenderTarget) == 0x000008, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetVariableVec2) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec2) == 0x000010, "Wrong size on NiagaraComponent_SetVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec2, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetVariableVec3) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec3) == 0x000014, "Wrong size on NiagaraComponent_SetVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec3, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableVec3::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec4 \ +static_assert(alignof(NiagaraComponent_SetVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec4) == 0x000020, "Wrong size on NiagaraComponent_SetVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableVec4::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_GetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_GetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_GetAgeUpdateMode, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAgeUpdateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAsset \ +static_assert(alignof(NiagaraComponent_GetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_GetAsset"); \ +static_assert(sizeof(NiagaraComponent_GetAsset) == 0x000008, "Wrong size on NiagaraComponent_GetAsset"); \ +static_assert(offsetof(NiagaraComponent_GetAsset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetDesiredAge \ +static_assert(alignof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_GetDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_GetDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_GetDesiredAge, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetDesiredAge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetForceSolo \ +static_assert(alignof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_GetForceSolo"); \ +static_assert(sizeof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_GetForceSolo"); \ +static_assert(offsetof(NiagaraComponent_GetForceSolo, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetForceSolo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta \ +static_assert(alignof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetMaxSimTime \ +static_assert(alignof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_GetMaxSimTime"); \ +static_assert(sizeof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_GetMaxSimTime"); \ +static_assert(offsetof(NiagaraComponent_GetMaxSimTime, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetMaxSimTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistance \ +static_assert(alignof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_GetPreviewLODDistance"); \ +static_assert(sizeof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong size on NiagaraComponent_GetPreviewLODDistance"); \ +static_assert(offsetof(NiagaraComponent_GetPreviewLODDistance, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistanceEnabled \ +static_assert(alignof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ +static_assert(sizeof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong size on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ +static_assert(offsetof(NiagaraComponent_GetPreviewLODDistanceEnabled, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistanceEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetRandomSeedOffset \ +static_assert(alignof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_GetRandomSeedOffset"); \ +static_assert(sizeof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_GetRandomSeedOffset"); \ +static_assert(offsetof(NiagaraComponent_GetRandomSeedOffset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetRandomSeedOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetSeekDelta \ +static_assert(alignof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_GetSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_GetSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_GetSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSeekDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetTickBehavior \ +static_assert(alignof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_GetTickBehavior"); \ +static_assert(sizeof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_GetTickBehavior"); \ +static_assert(offsetof(NiagaraComponent_GetTickBehavior, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetTickBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_IsPaused \ +static_assert(alignof(NiagaraComponent_IsPaused) == 0x000001, "Wrong alignment on NiagaraComponent_IsPaused"); \ +static_assert(sizeof(NiagaraComponent_IsPaused) == 0x000001, "Wrong size on NiagaraComponent_IsPaused"); \ +static_assert(offsetof(NiagaraComponent_IsPaused, ReturnValue) == 0x000000, "Member 'NiagaraComponent_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponent \ +static_assert(alignof(UNiagaraComponent) == 0x000010, "Wrong alignment on UNiagaraComponent"); \ +static_assert(sizeof(UNiagaraComponent) == 0x000600, "Wrong size on UNiagaraComponent"); \ +static_assert(offsetof(UNiagaraComponent, Asset) == 0x000450, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000458, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x00045C, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000460, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00055C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, EmitterMaterials) == 0x000560, "Member 'UNiagaraComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000578, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x000588, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x000590, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x000598, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x000599, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x00059A, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentPool \ +static_assert(alignof(UNiagaraComponentPool) == 0x000008, "Wrong alignment on UNiagaraComponentPool"); \ +static_assert(sizeof(UNiagaraComponentPool) == 0x000080, "Wrong size on UNiagaraComponentPool"); \ +static_assert(offsetof(UNiagaraComponentPool, WorldParticleSystemPools) == 0x000028, "Member 'UNiagaraComponentPool::WorldParticleSystemPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRendererProperties \ +static_assert(alignof(UNiagaraRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRendererProperties"); \ +static_assert(sizeof(UNiagaraRendererProperties) == 0x000078, "Wrong size on UNiagaraRendererProperties"); \ +static_assert(offsetof(UNiagaraRendererProperties, Platforms) == 0x000028, "Member 'UNiagaraRendererProperties::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, SortOrderHint) == 0x000058, "Member 'UNiagaraRendererProperties::SortOrderHint' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, MotionVectorSetting) == 0x00005C, "Member 'UNiagaraRendererProperties::MotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bIsEnabled) == 0x000060, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bMotionBlurEnabled) == 0x000061, "Member 'UNiagaraRendererProperties::bMotionBlurEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentRendererProperties \ +static_assert(alignof(UNiagaraComponentRendererProperties) == 0x000008, "Wrong alignment on UNiagaraComponentRendererProperties"); \ +static_assert(sizeof(UNiagaraComponentRendererProperties) == 0x0001B0, "Wrong size on UNiagaraComponentRendererProperties"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentType) == 0x000078, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x000080, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x000088, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x0000E0, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x000138, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyCreateComponentsOnParticleSpawn) == 0x000139, "Member 'UNiagaraComponentRendererProperties::bOnlyCreateComponentsOnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibility) == 0x00013C, "Member 'UNiagaraComponentRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, TemplateComponent) == 0x000140, "Member 'UNiagaraComponentRendererProperties::TemplateComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, PropertyBindings) == 0x000148, "Member 'UNiagaraComponentRendererProperties::PropertyBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentSettings \ +static_assert(alignof(UNiagaraComponentSettings) == 0x000008, "Wrong alignment on UNiagaraComponentSettings"); \ +static_assert(sizeof(UNiagaraComponentSettings) == 0x000118, "Wrong size on UNiagaraComponentSettings"); \ +static_assert(offsetof(UNiagaraComponentSettings, SuppressActivationList) == 0x000028, "Member 'UNiagaraComponentSettings::SuppressActivationList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, ForceAutoPooolingList) == 0x000078, "Member 'UNiagaraComponentSettings::ForceAutoPooolingList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, SuppressEmitterList) == 0x0000C8, "Member 'UNiagaraComponentSettings::SuppressEmitterList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraConvertInPlaceUtilityBase \ +static_assert(alignof(UNiagaraConvertInPlaceUtilityBase) == 0x000008, "Wrong alignment on UNiagaraConvertInPlaceUtilityBase"); \ +static_assert(sizeof(UNiagaraConvertInPlaceUtilityBase) == 0x000028, "Wrong size on UNiagaraConvertInPlaceUtilityBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface2DArrayTexture \ +static_assert(alignof(UNiagaraDataInterface2DArrayTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterface2DArrayTexture"); \ +static_assert(sizeof(UNiagaraDataInterface2DArrayTexture) == 0x000050, "Wrong size on UNiagaraDataInterface2DArrayTexture"); \ +static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterface2DArrayTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArray \ +static_assert(alignof(UNiagaraDataInterfaceArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceArray) == 0x000050, "Wrong size on UNiagaraDataInterfaceArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x000040, "Member 'UNiagaraDataInterfaceArray::MaxElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat2 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat2) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat2) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat2, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat2::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat3 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat3) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat3) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat3, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat3::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat4 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat4) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat4) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat4, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat4::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayColor \ +static_assert(alignof(UNiagaraDataInterfaceArrayColor) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayColor"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayColor) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayColor"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayColor, ColorData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayColor::ColorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayQuat \ +static_assert(alignof(UNiagaraDataInterfaceArrayQuat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayQuat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayQuat, QuatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayQuat::QuatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, bSizeToFit) == 0x000015, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, bSizeToFit) == 0x000024, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, bSizeToFit) == 0x00001C, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, bSizeToFit) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFunctionLibrary \ +static_assert(alignof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFunctionLibrary"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000028, "Wrong size on UNiagaraDataInterfaceArrayFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayInt32 \ +static_assert(alignof(UNiagaraDataInterfaceArrayInt32) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayInt32) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayInt32, IntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayInt32::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayBool \ +static_assert(alignof(UNiagaraDataInterfaceArrayBool) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayBool"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayBool) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayBool"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayBool, BoolData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayBool::BoolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSubmix \ +static_assert(alignof(UNiagaraDataInterfaceAudioSubmix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSubmix) == 0x000040, "Wrong size on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSubmix, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioSubmix::Submix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioOscilloscope \ +static_assert(alignof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000048, "Wrong size on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Submix' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, ScopeInMilliseconds) == 0x000044, "Member 'UNiagaraDataInterfaceAudioOscilloscope::ScopeInMilliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayer \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000070, "Wrong size on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, SoundToPlay) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayer::SoundToPlay' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Attenuation) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayer::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Concurrency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioPlayer::Concurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ParameterNames) == 0x000050, "Member 'UNiagaraDataInterfaceAudioPlayer::ParameterNames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bLimitPlaysPerTick) == 0x000060, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x000064, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000068, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSpectrum \ +static_assert(alignof(UNiagaraDataInterfaceAudioSpectrum) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSpectrum) == 0x000050, "Wrong size on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioSpectrum::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MinimumFrequency) == 0x000044, "Member 'UNiagaraDataInterfaceAudioSpectrum::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MaximumFrequency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioSpectrum::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, NoiseFloorDb) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioSpectrum::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCamera \ +static_assert(alignof(UNiagaraDataInterfaceCamera) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCamera"); \ +static_assert(sizeof(UNiagaraDataInterfaceCamera) == 0x000040, "Wrong size on UNiagaraDataInterfaceCamera"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, PlayerControllerIndex) == 0x000038, "Member 'UNiagaraDataInterfaceCamera::PlayerControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, bRequireCurrentFrameData) == 0x00003C, "Member 'UNiagaraDataInterfaceCamera::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceCollisionQuery) == 0x000048, "Wrong size on UNiagaraDataInterfaceCollisionQuery"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurveBase \ +static_assert(alignof(UNiagaraDataInterfaceCurveBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurveBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurveBase) == 0x000070, "Wrong size on UNiagaraDataInterfaceCurveBase"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ShaderLUT) == 0x000038, "Member 'UNiagaraDataInterfaceCurveBase::ShaderLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMinTime) == 0x000048, "Member 'UNiagaraDataInterfaceCurveBase::LUTMinTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMaxTime) == 0x00004C, "Member 'UNiagaraDataInterfaceCurveBase::LUTMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTInvTimeRange) == 0x000050, "Member 'UNiagaraDataInterfaceCurveBase::LUTInvTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTNumSamplesMinusOne) == 0x000054, "Member 'UNiagaraDataInterfaceCurveBase::LUTNumSamplesMinusOne' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedName) == 0x00005C, "Member 'UNiagaraDataInterfaceCurveBase::ExposedName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedTexture) == 0x000068, "Member 'UNiagaraDataInterfaceCurveBase::ExposedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceColorCurve \ +static_assert(alignof(UNiagaraDataInterfaceColorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceColorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceColorCurve) == 0x000270, "Wrong size on UNiagaraDataInterfaceColorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, RedCurve) == 0x000070, "Member 'UNiagaraDataInterfaceColorCurve::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, GreenCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceColorCurve::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, BlueCurve) == 0x000170, "Member 'UNiagaraDataInterfaceColorCurve::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, AlphaCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceColorCurve::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCubeTexture \ +static_assert(alignof(UNiagaraDataInterfaceCubeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceCubeTexture) == 0x000048, "Wrong size on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceCubeTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurlNoise \ +static_assert(alignof(UNiagaraDataInterfaceCurlNoise) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurlNoise) == 0x000048, "Wrong size on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurlNoise, Seed) == 0x000038, "Member 'UNiagaraDataInterfaceCurlNoise::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurve \ +static_assert(alignof(UNiagaraDataInterfaceCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurve) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurve, Curve) == 0x000070, "Member 'UNiagaraDataInterfaceCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDebugDraw \ +static_assert(alignof(UNiagaraDataInterfaceDebugDraw) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDebugDraw"); \ +static_assert(sizeof(UNiagaraDataInterfaceDebugDraw) == 0x000038, "Wrong size on UNiagaraDataInterfaceDebugDraw"); \ + +#define DUMPER7_ASSERTS_NiagaraParticleCallbackHandler_ReceiveParticleData \ +static_assert(alignof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000008, "Wrong alignment on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(sizeof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000018, "Wrong size on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, Data) == 0x000000, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INiagaraParticleCallbackHandler \ +static_assert(alignof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong alignment on INiagaraParticleCallbackHandler"); \ +static_assert(sizeof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong size on INiagaraParticleCallbackHandler"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceExport \ +static_assert(alignof(UNiagaraDataInterfaceExport) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceExport"); \ +static_assert(sizeof(UNiagaraDataInterfaceExport) == 0x000068, "Wrong size on UNiagaraDataInterfaceExport"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, CallbackHandlerParameter) == 0x000038, "Member 'UNiagaraDataInterfaceExport::CallbackHandlerParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationMode) == 0x000058, "Member 'UNiagaraDataInterfaceExport::GPUAllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationFixedSize) == 0x00005C, "Member 'UNiagaraDataInterfaceExport::GPUAllocationFixedSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationPerParticleSize) == 0x000060, "Member 'UNiagaraDataInterfaceExport::GPUAllocationPerParticleSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGBuffer \ +static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000038, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRWBase \ +static_assert(alignof(UNiagaraDataInterfaceRWBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRWBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceRWBase) == 0x0000D8, "Wrong size on UNiagaraDataInterfaceRWBase"); \ +static_assert(offsetof(UNiagaraDataInterfaceRWBase, OutputShaderStages) == 0x000038, "Member 'UNiagaraDataInterfaceRWBase::OutputShaderStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRWBase, IterationShaderStages) == 0x000088, "Member 'UNiagaraDataInterfaceRWBase::IterationShaderStages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2D \ +static_assert(alignof(UNiagaraDataInterfaceGrid2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2D) == 0x0000F8, "Wrong size on UNiagaraDataInterfaceGrid2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsX) == 0x0000D8, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsY) == 0x0000DC, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsMaxAxis) == 0x0000E0, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumAttributes) == 0x0000E4, "Member 'UNiagaraDataInterfaceGrid2D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, SetGridFromMaxAxis) == 0x0000E8, "Member 'UNiagaraDataInterfaceGrid2D::SetGridFromMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, WorldBBoxSize) == 0x0000EC, "Member 'UNiagaraDataInterfaceGrid2D::WorldBBoxSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D) == 0x000020, "Wrong size on NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, TilesX) == 0x000010, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::TilesX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, TilesY) == 0x000014, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::TilesY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_FillTexture2D \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_FillTexture2D"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid2DCollection_FillTexture2D"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, AttributeIndex) == 0x000010, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize) == 0x000010, "Wrong size on NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_GetTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_GetTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize) == 0x000010, "Wrong size on NiagaraDataInterfaceGrid2DCollection_GetTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollection \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollection) == 0x0001C0, "Wrong size on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, RenderTargetUserParameter) == 0x0000F8, "Member 'UNiagaraDataInterfaceGrid2DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, OverrideBufferFormat) == 0x000118, "Member 'UNiagaraDataInterfaceGrid2DCollection::OverrideBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, ManagedRenderTargets) == 0x000170, "Member 'UNiagaraDataInterfaceGrid2DCollection::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000168, "Wrong size on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, EmitterName) == 0x0000F8, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, DIName) == 0x000108, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3D) == 0x000100, "Wrong size on UNiagaraDataInterfaceGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCells) == 0x0000D8, "Member 'UNiagaraDataInterfaceGrid3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, CellSize) == 0x0000E4, "Member 'UNiagaraDataInterfaceGrid3D::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCellsMaxAxis) == 0x0000E8, "Member 'UNiagaraDataInterfaceGrid3D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, SetResolutionMethod) == 0x0000EC, "Member 'UNiagaraDataInterfaceGrid3D::SetResolutionMethod' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, WorldBBoxSize) == 0x0000F0, "Member 'UNiagaraDataInterfaceGrid3D::WorldBBoxSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture) == 0x000020, "Wrong size on NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TilesX) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TilesX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TilesY) == 0x000014, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TilesY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TileZ) == 0x000018, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TileZ' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, ReturnValue) == 0x00001C, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, AttributeIndex) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeZ) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_GetTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_GetTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_GetTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeZ) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3DCollection \ +static_assert(alignof(UNiagaraDataInterfaceGrid3DCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3DCollection) == 0x000180, "Wrong size on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, NumAttributes) == 0x000100, "Member 'UNiagaraDataInterfaceGrid3DCollection::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, RenderTargetUserParameter) == 0x000108, "Member 'UNiagaraDataInterfaceGrid3DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, OverrideBufferFormat) == 0x000128, "Member 'UNiagaraDataInterfaceGrid3DCollection::OverrideBufferFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceIntRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000150, "Wrong size on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, RenderTargetUserParameter) == 0x0000E0, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, ManagedRenderTargets) == 0x000100, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceLandscape \ +static_assert(alignof(UNiagaraDataInterfaceLandscape) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceLandscape"); \ +static_assert(sizeof(UNiagaraDataInterfaceLandscape) == 0x000058, "Wrong size on UNiagaraDataInterfaceLandscape"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceLandscape) == 0x000038, "Member 'UNiagaraDataInterfaceLandscape::SourceLandscape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceMode) == 0x000040, "Member 'UNiagaraDataInterfaceLandscape::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, PhysicalMaterials) == 0x000048, "Member 'UNiagaraDataInterfaceLandscape::PhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMeshRendererInfo \ +static_assert(alignof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(sizeof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000050, "Wrong size on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(offsetof(UNiagaraDataInterfaceMeshRendererInfo, MeshRenderer) == 0x000038, "Member 'UNiagaraDataInterfaceMeshRendererInfo::MeshRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceNeighborGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000108, "Wrong size on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceNeighborGrid3D, MaxNeighborsPerCell) == 0x000100, "Member 'UNiagaraDataInterfaceNeighborGrid3D::MaxNeighborsPerCell' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceOcclusion \ +static_assert(alignof(UNiagaraDataInterfaceOcclusion) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceOcclusion"); \ +static_assert(sizeof(UNiagaraDataInterfaceOcclusion) == 0x000038, "Wrong size on UNiagaraDataInterfaceOcclusion"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceParticleRead \ +static_assert(alignof(UNiagaraDataInterfaceParticleRead) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceParticleRead"); \ +static_assert(sizeof(UNiagaraDataInterfaceParticleRead) == 0x0000E8, "Wrong size on UNiagaraDataInterfaceParticleRead"); \ +static_assert(offsetof(UNiagaraDataInterfaceParticleRead, EmitterName) == 0x0000D8, "Member 'UNiagaraDataInterfaceParticleRead::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePlatformSet \ +static_assert(alignof(UNiagaraDataInterfacePlatformSet) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePlatformSet"); \ +static_assert(sizeof(UNiagaraDataInterfacePlatformSet) == 0x000068, "Wrong size on UNiagaraDataInterfacePlatformSet"); \ +static_assert(offsetof(UNiagaraDataInterfacePlatformSet, Platforms) == 0x000038, "Member 'UNiagaraDataInterfacePlatformSet::Platforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2D) == 0x0001A8, "Wrong size on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGeneration) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFormat) == 0x0000E1, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, ManagedRenderTargets) == 0x000158, "Member 'UNiagaraDataInterfaceRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2DArray \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x000150, "Wrong size on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetCube::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFormat) == 0x0000DC, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, RenderTargetUserParameter) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, ManagedRenderTargets) == 0x000100, "Member 'UNiagaraDataInterfaceRenderTargetCube::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTargetVolume::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceStaticMesh \ +static_assert(alignof(UNiagaraDataInterfaceStaticMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceStaticMesh) == 0x000088, "Wrong size on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceStaticMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, DefaultMesh) == 0x000040, "Member 'UNiagaraDataInterfaceStaticMesh::DefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, Source) == 0x000048, "Member 'UNiagaraDataInterfaceStaticMesh::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceComponent) == 0x000050, "Member 'UNiagaraDataInterfaceStaticMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SectionFilter) == 0x000058, "Member 'UNiagaraDataInterfaceStaticMesh::SectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bUsePhysicsBodyVelocity) == 0x000068, "Member 'UNiagaraDataInterfaceStaticMesh::bUsePhysicsBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, FilteredSockets) == 0x000070, "Member 'UNiagaraDataInterfaceStaticMesh::FilteredSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceTexture \ +static_assert(alignof(UNiagaraDataInterfaceTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceTexture) == 0x000048, "Wrong size on UNiagaraDataInterfaceTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector2DCurve \ +static_assert(alignof(UNiagaraDataInterfaceVector2DCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector2DCurve) == 0x000170, "Wrong size on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector2DCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector2DCurve::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector4Curve \ +static_assert(alignof(UNiagaraDataInterfaceVector4Curve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector4Curve) == 0x000270, "Wrong size on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector4Curve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector4Curve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVector4Curve::ZCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, WCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceVector4Curve::WCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorCurve \ +static_assert(alignof(UNiagaraDataInterfaceVectorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorCurve) == 0x0001F0, "Wrong size on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVectorCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVectorCurve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVectorCurve::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorField \ +static_assert(alignof(UNiagaraDataInterfaceVectorField) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorField"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorField) == 0x000048, "Wrong size on UNiagaraDataInterfaceVectorField"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, Field) == 0x000038, "Member 'UNiagaraDataInterfaceVectorField::Field' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileX) == 0x000040, "Member 'UNiagaraDataInterfaceVectorField::bTileX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileY) == 0x000041, "Member 'UNiagaraDataInterfaceVectorField::bTileY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileZ) == 0x000042, "Member 'UNiagaraDataInterfaceVectorField::bTileZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVolumeTexture \ +static_assert(alignof(UNiagaraDataInterfaceVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVolumeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceVolumeTexture) == 0x000050, "Wrong size on UNiagaraDataInterfaceVolumeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceVolumeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceVolumeTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDebugHUDSettings \ +static_assert(alignof(UNiagaraDebugHUDSettings) == 0x000008, "Wrong alignment on UNiagaraDebugHUDSettings"); \ +static_assert(sizeof(UNiagaraDebugHUDSettings) == 0x000128, "Wrong size on UNiagaraDebugHUDSettings"); \ +static_assert(offsetof(UNiagaraDebugHUDSettings, Data) == 0x000048, "Member 'UNiagaraDebugHUDSettings::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorDataBase \ +static_assert(alignof(UNiagaraEditorDataBase) == 0x000008, "Wrong alignment on UNiagaraEditorDataBase"); \ +static_assert(sizeof(UNiagaraEditorDataBase) == 0x000028, "Wrong size on UNiagaraEditorDataBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorParametersAdapterBase \ +static_assert(alignof(UNiagaraEditorParametersAdapterBase) == 0x000008, "Wrong alignment on UNiagaraEditorParametersAdapterBase"); \ +static_assert(sizeof(UNiagaraEditorParametersAdapterBase) == 0x000028, "Wrong size on UNiagaraEditorParametersAdapterBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandler \ +static_assert(alignof(UNiagaraSignificanceHandler) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandler"); \ +static_assert(sizeof(UNiagaraSignificanceHandler) == 0x000028, "Wrong size on UNiagaraSignificanceHandler"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerDistance \ +static_assert(alignof(UNiagaraSignificanceHandlerDistance) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerDistance"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerDistance) == 0x000028, "Wrong size on UNiagaraSignificanceHandlerDistance"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerAge \ +static_assert(alignof(UNiagaraSignificanceHandlerAge) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerAge"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerAge) == 0x000028, "Wrong size on UNiagaraSignificanceHandlerAge"); \ + +#define DUMPER7_ASSERTS_UNiagaraEffectType \ +static_assert(alignof(UNiagaraEffectType) == 0x000008, "Wrong alignment on UNiagaraEffectType"); \ +static_assert(sizeof(UNiagaraEffectType) == 0x000098, "Wrong size on UNiagaraEffectType"); \ +static_assert(offsetof(UNiagaraEffectType, UpdateFrequency) == 0x000028, "Member 'UNiagaraEffectType::UpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, CullReaction) == 0x00002C, "Member 'UNiagaraEffectType::CullReaction' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, SignificanceHandler) == 0x000030, "Member 'UNiagaraEffectType::SignificanceHandler' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, DetailLevelScalabilitySettings) == 0x000038, "Member 'UNiagaraEffectType::DetailLevelScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, SystemScalabilitySettings) == 0x000048, "Member 'UNiagaraEffectType::SystemScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, EmitterScalabilitySettings) == 0x000058, "Member 'UNiagaraEffectType::EmitterScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerformanceBaselineController) == 0x000070, "Member 'UNiagaraEffectType::PerformanceBaselineController' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerfBaselineStats) == 0x000078, "Member 'UNiagaraEffectType::PerfBaselineStats' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerfBaselineVersion) == 0x000088, "Member 'UNiagaraEffectType::PerfBaselineVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEmitter \ +static_assert(alignof(UNiagaraEmitter) == 0x000008, "Wrong alignment on UNiagaraEmitter"); \ +static_assert(sizeof(UNiagaraEmitter) == 0x0002A0, "Wrong size on UNiagaraEmitter"); \ +static_assert(offsetof(UNiagaraEmitter, bLocalSpace) == 0x000028, "Member 'UNiagaraEmitter::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, bDeterminism) == 0x000029, "Member 'UNiagaraEmitter::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RandomSeed) == 0x00002C, "Member 'UNiagaraEmitter::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, AllocationMode) == 0x000030, "Member 'UNiagaraEmitter::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, PreAllocationCount) == 0x000034, "Member 'UNiagaraEmitter::PreAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UpdateScriptProps) == 0x000038, "Member 'UNiagaraEmitter::UpdateScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SpawnScriptProps) == 0x000060, "Member 'UNiagaraEmitter::SpawnScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SimTarget) == 0x000088, "Member 'UNiagaraEmitter::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, FixedBounds) == 0x00008C, "Member 'UNiagaraEmitter::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MinDetailLevel) == 0x0000A8, "Member 'UNiagaraEmitter::MinDetailLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxDetailLevel) == 0x0000AC, "Member 'UNiagaraEmitter::MaxDetailLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, GlobalSpawnCountScaleOverrides) == 0x0000B0, "Member 'UNiagaraEmitter::GlobalSpawnCountScaleOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, Platforms) == 0x0000C8, "Member 'UNiagaraEmitter::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, ScalabilityOverrides) == 0x0000F8, "Member 'UNiagaraEmitter::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxDeltaTimePerTick) == 0x00010C, "Member 'UNiagaraEmitter::MaxDeltaTimePerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, DefaultShaderStageIndex) == 0x000110, "Member 'UNiagaraEmitter::DefaultShaderStageIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxUpdateIterations) == 0x000114, "Member 'UNiagaraEmitter::MaxUpdateIterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SpawnStages) == 0x000118, "Member 'UNiagaraEmitter::SpawnStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UniqueEmitterName) == 0x000170, "Member 'UNiagaraEmitter::UniqueEmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RendererProperties) == 0x000180, "Member 'UNiagaraEmitter::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, EventHandlerScriptProps) == 0x000190, "Member 'UNiagaraEmitter::EventHandlerScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SimulationStages) == 0x0001A0, "Member 'UNiagaraEmitter::SimulationStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, GPUComputeScript) == 0x0001B0, "Member 'UNiagaraEmitter::GPUComputeScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SharedEventGeneratorIds) == 0x0001B8, "Member 'UNiagaraEmitter::SharedEventGeneratorIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction \ +static_assert(alignof(UNiagaraEventReceiverEmitterAction) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction"); \ +static_assert(sizeof(UNiagaraEventReceiverEmitterAction) == 0x000028, "Wrong size on UNiagaraEventReceiverEmitterAction"); \ + +#define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction_SpawnParticles \ +static_assert(alignof(UNiagaraEventReceiverEmitterAction_SpawnParticles) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ +static_assert(sizeof(UNiagaraEventReceiverEmitterAction_SpawnParticles) == 0x000030, "Wrong size on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ +static_assert(offsetof(UNiagaraEventReceiverEmitterAction_SpawnParticles, NumParticles) == 0x000028, "Member 'UNiagaraEventReceiverEmitterAction_SpawnParticles::NumParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_GetNiagaraParameterCollection \ +static_assert(alignof(NiagaraFunctionLibrary_GetNiagaraParameterCollection) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_GetNiagaraParameterCollection"); \ +static_assert(sizeof(NiagaraFunctionLibrary_GetNiagaraParameterCollection) == 0x000018, "Wrong size on NiagaraFunctionLibrary_GetNiagaraParameterCollection"); \ +static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, Collection) == 0x000008, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::Collection' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, ReturnValue) == 0x000010, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent \ +static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent"); \ +static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, SkeletalMeshComponent) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh \ +static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh"); \ +static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, StaticMesh) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent \ +static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent"); \ +static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, StaticMeshComponent) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, SamplingRegions) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::SamplingRegions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTexture2DArrayObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTextureObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTextureObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTextureObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTextureObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTextureObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTextureObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetVolumeTextureObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAtLocation \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000040, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, SystemTemplate) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Location) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Rotation) == 0x00001C, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Scale) == 0x000028, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoDestroy) == 0x000034, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoActivate) == 0x000035, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, PoolingMethod) == 0x000036, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bPreCullCheck) == 0x000037, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, ReturnValue) == 0x000038, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAttached \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAttached"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000040, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAttached"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, SystemTemplate) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, AttachToComponent) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, AttachPointName) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Location) == 0x000018, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Rotation) == 0x000024, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, LocationType) == 0x000030, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoDestroy) == 0x000031, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoActivate) == 0x000032, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, PoolingMethod) == 0x000033, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bPreCullCheck) == 0x000034, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, ReturnValue) == 0x000038, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraFunctionLibrary \ +static_assert(alignof(UNiagaraFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraFunctionLibrary"); \ +static_assert(sizeof(UNiagaraFunctionLibrary) == 0x000028, "Wrong size on UNiagaraFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraLightRendererProperties \ +static_assert(alignof(UNiagaraLightRendererProperties) == 0x000008, "Wrong alignment on UNiagaraLightRendererProperties"); \ +static_assert(sizeof(UNiagaraLightRendererProperties) == 0x000330, "Wrong size on UNiagaraLightRendererProperties"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusScale) == 0x00007C, "Member 'UNiagaraLightRendererProperties::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x000080, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x000084, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x000090, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x000098, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x0000F0, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x000148, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x0001A0, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x0001F8, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x000250, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x0002A8, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ +static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ +static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x000898, "Wrong size on UNiagaraMeshRendererProperties"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x000078, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x000088, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x000089, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x000090, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x0000A0, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x0000A8, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x0000B0, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x0000BC, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x0000C0, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x0000C4, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x0000C8, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000128, "Member 'UNiagaraMeshRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, VelocityBinding) == 0x000180, "Member 'UNiagaraMeshRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshOrientationBinding) == 0x0001D8, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x000230, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x000288, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x0002E0, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x000338, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x000390, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x0003E8, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x000440, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x000498, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x0004F0, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x000548, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x0005A0, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x0005F8, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameterBindings) == 0x000650, "Member 'UNiagaraMeshRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000660, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x0006B8, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x000710, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x000768, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x0007C0, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ParticleMesh) == 0x000880, "Member 'UNiagaraMeshRendererProperties::ParticleMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffset) == 0x000888, "Member 'UNiagaraMeshRendererProperties::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffsetSpace) == 0x000894, "Member 'UNiagaraMeshRendererProperties::PivotOffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMessageDataBase \ +static_assert(alignof(UNiagaraMessageDataBase) == 0x000008, "Wrong alignment on UNiagaraMessageDataBase"); \ +static_assert(sizeof(UNiagaraMessageDataBase) == 0x000028, "Wrong size on UNiagaraMessageDataBase"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetBoolParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetBoolParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetBoolParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetColorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetColorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetColorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetFloatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetFloatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetFloatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetIntParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetIntParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetIntParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetQuatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetQuatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetQuatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector2DParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector4Parameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVectorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVectorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVectorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetBoolParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetBoolParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetBoolParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetColorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetColorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetColorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetFloatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetFloatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetFloatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetIntParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetIntParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetIntParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetQuatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetQuatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetQuatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector2DParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector4Parameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVectorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVectorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVectorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollectionInstance \ +static_assert(alignof(UNiagaraParameterCollectionInstance) == 0x000008, "Wrong alignment on UNiagaraParameterCollectionInstance"); \ +static_assert(sizeof(UNiagaraParameterCollectionInstance) == 0x0000E0, "Wrong size on UNiagaraParameterCollectionInstance"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, Collection) == 0x000028, "Member 'UNiagaraParameterCollectionInstance::Collection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, OverridenParameters) == 0x000030, "Member 'UNiagaraParameterCollectionInstance::OverridenParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, ParameterStorage) == 0x000040, "Member 'UNiagaraParameterCollectionInstance::ParameterStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollection \ +static_assert(alignof(UNiagaraParameterCollection) == 0x000008, "Wrong alignment on UNiagaraParameterCollection"); \ +static_assert(sizeof(UNiagaraParameterCollection) == 0x000060, "Wrong size on UNiagaraParameterCollection"); \ +static_assert(offsetof(UNiagaraParameterCollection, Namespace) == 0x000028, "Member 'UNiagaraParameterCollection::Namespace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, Parameters) == 0x000030, "Member 'UNiagaraParameterCollection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, SourceMaterialCollection) == 0x000040, "Member 'UNiagaraParameterCollection::SourceMaterialCollection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, DefaultInstance) == 0x000048, "Member 'UNiagaraParameterCollection::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, CompileId) == 0x000050, "Member 'UNiagaraParameterCollection::CompileId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterDefinitionsBase \ +static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ +static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000028, "Wrong size on UNiagaraParameterDefinitionsBase"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_GetSystem \ +static_assert(alignof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong alignment on NiagaraBaselineController_GetSystem"); \ +static_assert(sizeof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong size on NiagaraBaselineController_GetSystem"); \ +static_assert(offsetof(NiagaraBaselineController_GetSystem, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_GetSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_OnEndTest \ +static_assert(alignof(NiagaraBaselineController_OnEndTest) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnEndTest"); \ +static_assert(sizeof(NiagaraBaselineController_OnEndTest) == 0x000010, "Wrong size on NiagaraBaselineController_OnEndTest"); \ +static_assert(offsetof(NiagaraBaselineController_OnEndTest, Stats) == 0x000000, "Member 'NiagaraBaselineController_OnEndTest::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_OnOwnerTick \ +static_assert(alignof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnOwnerTick"); \ +static_assert(sizeof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong size on NiagaraBaselineController_OnOwnerTick"); \ +static_assert(offsetof(NiagaraBaselineController_OnOwnerTick, DeltaTime) == 0x000000, "Member 'NiagaraBaselineController_OnOwnerTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_OnTickTest \ +static_assert(alignof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong alignment on NiagaraBaselineController_OnTickTest"); \ +static_assert(sizeof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong size on NiagaraBaselineController_OnTickTest"); \ +static_assert(offsetof(NiagaraBaselineController_OnTickTest, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_OnTickTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBaselineController \ +static_assert(alignof(UNiagaraBaselineController) == 0x000008, "Wrong alignment on UNiagaraBaselineController"); \ +static_assert(sizeof(UNiagaraBaselineController) == 0x000068, "Wrong size on UNiagaraBaselineController"); \ +static_assert(offsetof(UNiagaraBaselineController, TestDuration) == 0x000028, "Member 'UNiagaraBaselineController::TestDuration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, EffectType) == 0x000030, "Member 'UNiagaraBaselineController::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, Owner) == 0x000038, "Member 'UNiagaraBaselineController::Owner' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, System) == 0x000040, "Member 'UNiagaraBaselineController::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBaselineController_Basic \ +static_assert(alignof(UNiagaraBaselineController_Basic) == 0x000008, "Wrong alignment on UNiagaraBaselineController_Basic"); \ +static_assert(sizeof(UNiagaraBaselineController_Basic) == 0x000080, "Wrong size on UNiagaraBaselineController_Basic"); \ +static_assert(offsetof(UNiagaraBaselineController_Basic, NumInstances) == 0x000068, "Member 'UNiagaraBaselineController_Basic::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController_Basic, SpawnedComponents) == 0x000070, "Member 'UNiagaraBaselineController_Basic::SpawnedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPerfBaselineActor \ +static_assert(alignof(ANiagaraPerfBaselineActor) == 0x000008, "Wrong alignment on ANiagaraPerfBaselineActor"); \ +static_assert(sizeof(ANiagaraPerfBaselineActor) == 0x000238, "Wrong size on ANiagaraPerfBaselineActor"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000228, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000230, "Member 'ANiagaraPerfBaselineActor::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPrecompileContainer \ +static_assert(alignof(UNiagaraPrecompileContainer) == 0x000008, "Wrong alignment on UNiagaraPrecompileContainer"); \ +static_assert(sizeof(UNiagaraPrecompileContainer) == 0x000040, "Wrong size on UNiagaraPrecompileContainer"); \ +static_assert(offsetof(UNiagaraPrecompileContainer, Scripts) == 0x000028, "Member 'UNiagaraPrecompileContainer::Scripts' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPrecompileContainer, System) == 0x000038, "Member 'UNiagaraPrecompileContainer::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetLabelText \ +static_assert(alignof(NiagaraPreviewBase_SetLabelText) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetLabelText"); \ +static_assert(sizeof(NiagaraPreviewBase_SetLabelText) == 0x000030, "Wrong size on NiagaraPreviewBase_SetLabelText"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InXAxisText) == 0x000000, "Member 'NiagaraPreviewBase_SetLabelText::InXAxisText' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InYAxisText) == 0x000018, "Member 'NiagaraPreviewBase_SetLabelText::InYAxisText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetSystem \ +static_assert(alignof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetSystem"); \ +static_assert(sizeof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong size on NiagaraPreviewBase_SetSystem"); \ +static_assert(offsetof(NiagaraPreviewBase_SetSystem, InSystem) == 0x000000, "Member 'NiagaraPreviewBase_SetSystem::InSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewBase \ +static_assert(alignof(ANiagaraPreviewBase) == 0x000008, "Wrong alignment on ANiagaraPreviewBase"); \ +static_assert(sizeof(ANiagaraPreviewBase) == 0x000228, "Wrong size on ANiagaraPreviewBase"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewAxis_ApplyToPreview \ +static_assert(alignof(NiagaraPreviewAxis_ApplyToPreview) == 0x000008, "Wrong alignment on NiagaraPreviewAxis_ApplyToPreview"); \ +static_assert(sizeof(NiagaraPreviewAxis_ApplyToPreview) == 0x000020, "Wrong size on NiagaraPreviewAxis_ApplyToPreview"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewComponent) == 0x000000, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewIndex) == 0x000008, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, bIsXAxis) == 0x00000C, "Member 'NiagaraPreviewAxis_ApplyToPreview::bIsXAxis' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, OutLabelText) == 0x000010, "Member 'NiagaraPreviewAxis_ApplyToPreview::OutLabelText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewAxis_Num \ +static_assert(alignof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong alignment on NiagaraPreviewAxis_Num"); \ +static_assert(sizeof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong size on NiagaraPreviewAxis_Num"); \ +static_assert(offsetof(NiagaraPreviewAxis_Num, ReturnValue) == 0x000000, "Member 'NiagaraPreviewAxis_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis \ +static_assert(alignof(UNiagaraPreviewAxis) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis"); \ +static_assert(sizeof(UNiagaraPreviewAxis) == 0x000028, "Wrong size on UNiagaraPreviewAxis"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamBase \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamBase) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamBase"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamBase) == 0x000038, "Wrong size on UNiagaraPreviewAxis_InterpParamBase"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Param) == 0x000028, "Member 'UNiagaraPreviewAxis_InterpParamBase::Param' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Count) == 0x000030, "Member 'UNiagaraPreviewAxis_InterpParamBase::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamInt32 \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamInt32"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamInt32"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector2D \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000048, "Wrong size on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Max) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector) == 0x000050, "Wrong size on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Max) == 0x000044, "Member 'UNiagaraPreviewAxis_InterpParamVector::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector4 \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000010, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector4"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000060, "Wrong size on UNiagaraPreviewAxis_InterpParamVector4"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Max) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamLinearColor \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Max) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_ActivatePreviews \ +static_assert(alignof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_ActivatePreviews"); \ +static_assert(sizeof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong size on NiagaraPreviewGrid_ActivatePreviews"); \ +static_assert(offsetof(NiagaraPreviewGrid_ActivatePreviews, bReset) == 0x000000, "Member 'NiagaraPreviewGrid_ActivatePreviews::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_GetPreviews \ +static_assert(alignof(NiagaraPreviewGrid_GetPreviews) == 0x000008, "Wrong alignment on NiagaraPreviewGrid_GetPreviews"); \ +static_assert(sizeof(NiagaraPreviewGrid_GetPreviews) == 0x000010, "Wrong size on NiagaraPreviewGrid_GetPreviews"); \ +static_assert(offsetof(NiagaraPreviewGrid_GetPreviews, OutPreviews) == 0x000000, "Member 'NiagaraPreviewGrid_GetPreviews::OutPreviews' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_SetPaused \ +static_assert(alignof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_SetPaused"); \ +static_assert(sizeof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong size on NiagaraPreviewGrid_SetPaused"); \ +static_assert(offsetof(NiagaraPreviewGrid_SetPaused, bPaused) == 0x000000, "Member 'NiagaraPreviewGrid_SetPaused::bPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewGrid \ +static_assert(alignof(ANiagaraPreviewGrid) == 0x000008, "Wrong alignment on ANiagaraPreviewGrid"); \ +static_assert(sizeof(ANiagaraPreviewGrid) == 0x000278, "Wrong size on ANiagaraPreviewGrid"); \ +static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000228, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000230, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x000238, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x000240, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x000248, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x000250, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x000254, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x000258, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x00025C, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x000260, "Member 'ANiagaraPreviewGrid::PreviewComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRibbonRendererProperties \ +static_assert(alignof(UNiagaraRibbonRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRibbonRendererProperties"); \ +static_assert(sizeof(UNiagaraRibbonRendererProperties) == 0x000860, "Wrong size on UNiagaraRibbonRendererProperties"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Material) == 0x000078, "Member 'UNiagaraRibbonRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialUserParamBinding) == 0x000080, "Member 'UNiagaraRibbonRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, FacingMode) == 0x0000A0, "Member 'UNiagaraRibbonRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x0000A4, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x0000C8, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x0000EC, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Shape) == 0x0000ED, "Member 'UNiagaraRibbonRendererProperties::Shape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bEnableAccurateGeometry) == 0x0000EE, "Member 'UNiagaraRibbonRendererProperties::bEnableAccurateGeometry' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x0000F0, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x0000F4, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x0000F8, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000100, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x000110, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x000114, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x000118, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bUseConstantFactor) == 0x00011C, "Member 'UNiagaraRibbonRendererProperties::bUseConstantFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x000120, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bScreenSpaceTessellation) == 0x000124, "Member 'UNiagaraRibbonRendererProperties::bScreenSpaceTessellation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x000128, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x000180, "Member 'UNiagaraRibbonRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, VelocityBinding) == 0x0001D8, "Member 'UNiagaraRibbonRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, NormalizedAgeBinding) == 0x000230, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x000288, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x0002E0, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x000338, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x000390, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x0003E8, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x000440, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x000498, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x0004F0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x000548, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x0005A0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x0005F8, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x000650, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x0006A8, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000700, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x000758, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameterBindings) == 0x0007B0, "Member 'UNiagaraRibbonRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScript \ +static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ +static_assert(sizeof(UNiagaraScript) == 0x0002E0, "Wrong size on UNiagaraScript"); \ +static_assert(offsetof(UNiagaraScript, Usage) == 0x000028, "Member 'UNiagaraScript::Usage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, UsageId) == 0x00002C, "Member 'UNiagaraScript::UsageId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, RapidIterationParameters) == 0x000040, "Member 'UNiagaraScript::RapidIterationParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionParamStore) == 0x0000B8, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000150, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000160, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001C8, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x0002B8, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedDefaultDataInterfaces) == 0x0002C8, "Member 'UNiagaraScript::CachedDefaultDataInterfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptSourceBase \ +static_assert(alignof(UNiagaraScriptSourceBase) == 0x000008, "Wrong alignment on UNiagaraScriptSourceBase"); \ +static_assert(sizeof(UNiagaraScriptSourceBase) == 0x000048, "Wrong size on UNiagaraScriptSourceBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraSettings \ +static_assert(alignof(UNiagaraSettings) == 0x000008, "Wrong alignment on UNiagaraSettings"); \ +static_assert(sizeof(UNiagaraSettings) == 0x0000C8, "Wrong size on UNiagaraSettings"); \ +static_assert(offsetof(UNiagaraSettings, DefaultEffectType) == 0x000038, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x000050, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x000060, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x0000B0, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x0000B1, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x0000B4, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x0000B8, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x0000B9, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x0000BA, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultEffectTypePtr) == 0x0000C0, "Member 'UNiagaraSettings::DefaultEffectTypePtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimulationStageBase \ +static_assert(alignof(UNiagaraSimulationStageBase) == 0x000008, "Wrong alignment on UNiagaraSimulationStageBase"); \ +static_assert(sizeof(UNiagaraSimulationStageBase) == 0x000040, "Wrong size on UNiagaraSimulationStageBase"); \ +static_assert(offsetof(UNiagaraSimulationStageBase, Script) == 0x000028, "Member 'UNiagaraSimulationStageBase::Script' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageBase, SimulationStageName) == 0x000030, "Member 'UNiagaraSimulationStageBase::SimulationStageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimulationStageGeneric \ +static_assert(alignof(UNiagaraSimulationStageGeneric) == 0x000008, "Wrong alignment on UNiagaraSimulationStageGeneric"); \ +static_assert(sizeof(UNiagaraSimulationStageGeneric) == 0x000070, "Wrong size on UNiagaraSimulationStageGeneric"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000040, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, Iterations) == 0x000044, "Member 'UNiagaraSimulationStageGeneric::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x000050, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ +static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ +static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000AB0, "Wrong size on UNiagaraSpriteRendererProperties"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x000078, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x000080, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x000088, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000A8, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000A9, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000AC, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000B4, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x0000B8, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x0000C4, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x0000C8, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x0000D4, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x0000D8, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x000138, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x000190, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x0001E8, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x000240, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x000298, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x0002F0, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x000348, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x0003A0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x0003F8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x000450, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x0004A8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x000500, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x000558, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x0005B0, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000608, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x000660, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x0006B8, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000710, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameterBindings) == 0x000768, "Member 'UNiagaraSpriteRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x000778, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0007D0, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000828, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000880, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x0008D8, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x000930, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000988, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x0009E0, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystem \ +static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ +static_assert(sizeof(UNiagaraSystem) == 0x000498, "Wrong size on UNiagaraSystem"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugSystemInfo) == 0x000030, "Member 'UNiagaraSystem::bDumpDebugSystemInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugEmitterInfo) == 0x000031, "Member 'UNiagaraSystem::bDumpDebugEmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bRequireCurrentFrameData) == 0x000033, "Member 'UNiagaraSystem::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000038, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bOverrideScalabilitySettings) == 0x000040, "Member 'UNiagaraSystem::bOverrideScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ScalabilityOverrides) == 0x000048, "Member 'UNiagaraSystem::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000058, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x000068, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x000078, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x000088, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x000090, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000A8, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x0002C0, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x000388, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bAutoDeactivate) == 0x0003A4, "Member 'UNiagaraSystem::bAutoDeactivate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x0003A8, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x0003AC, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0003B0, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bHasSystemScriptDIsWithPerInstanceData) == 0x0003B4, "Member 'UNiagaraSystem::bHasSystemScriptDIsWithPerInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x0003B5, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, UserDINamesReadInSystemScripts) == 0x0003B8, "Member 'UNiagaraSystem::UserDINamesReadInSystemScripts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirBowState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_AirBowState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirBowState_C_HandleInputActionEvent) == 0x000018, "Wrong size on BP_AirBowState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirBowState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirBowState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirBowState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, CallFunc_HandleInputActionEvent_ReturnValue) == 0x000003, "Member 'BP_AirBowState_C_HandleInputActionEvent::CallFunc_HandleInputActionEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_AirBowState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_AirBowState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_AirBowState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_ChangeToBomb \ +static_assert(alignof(BP_AirBowState_C_ChangeToBomb) == 0x000008, "Wrong alignment on BP_AirBowState_C_ChangeToBomb"); \ +static_assert(sizeof(BP_AirBowState_C_ChangeToBomb) == 0x000018, "Wrong size on BP_AirBowState_C_ChangeToBomb"); \ +static_assert(offsetof(BP_AirBowState_C_ChangeToBomb, reason) == 0x000000, "Member 'BP_AirBowState_C_ChangeToBomb::reason' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ChangeToBomb, ReturnValue) == 0x000010, "Member 'BP_AirBowState_C_ChangeToBomb::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ChangeToBomb, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_AirBowState_C_ChangeToBomb::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_TryHandleJump \ +static_assert(alignof(BP_AirBowState_C_TryHandleJump) == 0x000001, "Wrong alignment on BP_AirBowState_C_TryHandleJump"); \ +static_assert(sizeof(BP_AirBowState_C_TryHandleJump) == 0x000001, "Wrong size on BP_AirBowState_C_TryHandleJump"); \ +static_assert(offsetof(BP_AirBowState_C_TryHandleJump, WasHandled) == 0x000000, "Member 'BP_AirBowState_C_TryHandleJump::WasHandled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_IsSwimming \ +static_assert(alignof(BP_AirBowState_C_IsSwimming) == 0x000008, "Wrong alignment on BP_AirBowState_C_IsSwimming"); \ +static_assert(sizeof(BP_AirBowState_C_IsSwimming) == 0x000018, "Wrong size on BP_AirBowState_C_IsSwimming"); \ +static_assert(offsetof(BP_AirBowState_C_IsSwimming, ReturnValue) == 0x000000, "Member 'BP_AirBowState_C_IsSwimming::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_IsSwimming, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_AirBowState_C_IsSwimming::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_IsSwimming, CallFunc_IsSwimming_ReturnValue) == 0x000010, "Member 'BP_AirBowState_C_IsSwimming::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_CanEnterState \ +static_assert(alignof(BP_AirBowState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_AirBowState_C_CanEnterState"); \ +static_assert(sizeof(BP_AirBowState_C_CanEnterState) == 0x000030, "Wrong size on BP_AirBowState_C_CanEnterState"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_AirBowState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_AirBowState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00000A, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000C, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x00000D, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_CanEnterState_ReturnValue) == 0x00000E, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_CanEnterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000F, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_AirBowState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AirBowState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x000029, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_2) == 0x00002A, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_3) == 0x00002B, "Member 'BP_AirBowState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirBowState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirBowState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirBowState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirBowState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirBowState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirBowState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirBowState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleNamedEvent, CallFunc_HandleNamedEvent_ReturnValue) == 0x000009, "Member 'BP_AirBowState_C_HandleNamedEvent::CallFunc_HandleNamedEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AirBowState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000B, "Member 'BP_AirBowState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_Update \ +static_assert(alignof(BP_AirBowState_C_Update) == 0x000004, "Wrong alignment on BP_AirBowState_C_Update"); \ +static_assert(sizeof(BP_AirBowState_C_Update) == 0x000004, "Wrong size on BP_AirBowState_C_Update"); \ +static_assert(offsetof(BP_AirBowState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AirBowState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_OnResume \ +static_assert(alignof(BP_AirBowState_C_OnResume) == 0x000008, "Wrong alignment on BP_AirBowState_C_OnResume"); \ +static_assert(sizeof(BP_AirBowState_C_OnResume) == 0x000008, "Wrong size on BP_AirBowState_C_OnResume"); \ +static_assert(offsetof(BP_AirBowState_C_OnResume, NextState) == 0x000000, "Member 'BP_AirBowState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState \ +static_assert(alignof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState) == 0x000008, "Wrong alignment on BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState"); \ +static_assert(sizeof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState) == 0x000080, "Wrong size on BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, EntryPoint) == 0x000000, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, Temp_class_Variable) == 0x000008, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_IsSwimming_ReturnValue) == 0x000011, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_IsSwimming_ReturnValue_1) == 0x000012, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_IsSwimming_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_IsFalling_ReturnValue) == 0x000014, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_IsFalling_ReturnValue_1) == 0x000015, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_IsFalling_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000016, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_BooleanAND_ReturnValue) == 0x000017, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000018, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, K2Node_Event_DeltaTime) == 0x00001C, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000020, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_GetValidValue_ReturnValue) == 0x000030, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_IsMovingOnGround_ReturnValue) == 0x000032, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000033, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_BooleanAND_ReturnValue_1) == 0x000034, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000035, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, K2Node_Event_NextState) == 0x000038, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_GetCharacter_ReturnValue) == 0x000040, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_Vector_ClampSizeMax_ReturnValue) == 0x00004C, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_Vector_ClampSizeMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_VSizeSquared_ReturnValue) == 0x000058, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00005C, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, Temp_class_Variable_1) == 0x000060, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, Temp_bool_Variable) == 0x000068, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, K2Node_Select_Default) == 0x000070, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000078, "Member 'BP_AirBowState_C_ExecuteUbergraph_BP_AirBowState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirBowState_C \ +static_assert(alignof(UBP_AirBowState_C) == 0x000008, "Wrong alignment on UBP_AirBowState_C"); \ +static_assert(sizeof(UBP_AirBowState_C) == 0x0001E0, "Wrong size on UBP_AirBowState_C"); \ +static_assert(offsetof(UBP_AirBowState_C, UberGraphFrame_BP_AirBowState_C) == 0x0001D0, "Member 'UBP_AirBowState_C::UberGraphFrame_BP_AirBowState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirBowState_C, CachedTimeDilation) == 0x0001D8, "Member 'UBP_AirBowState_C::CachedTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirBowState_C, LateralSpeedFrictionThreshold) == 0x0001DC, "Member 'UBP_AirBowState_C::LateralSpeedFrictionThreshold' 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_BP_DebugFlyState_C_HandleInputStickEvent \ +static_assert(alignof(BP_DebugFlyState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_DebugFlyState_C_HandleInputStickEvent) == 0x000098, "Wrong size on BP_DebugFlyState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_BreakVector2D_X) == 0x000020, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetDesiredRotation_ReturnValue) == 0x000028, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetDesiredRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000034, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetForwardVector_ReturnValue) == 0x000038, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetPlayerController_ReturnValue_1) == 0x000048, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000050, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetDesiredRotation_ReturnValue_1) == 0x00005C, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetDesiredRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetCharacter_ReturnValue) == 0x000068, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_GetRightVector_ReturnValue) == 0x000070, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00007C, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputStickEvent, CallFunc_Add_VectorVector_ReturnValue) == 0x000088, "Member 'BP_DebugFlyState_C_HandleInputStickEvent::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_HandleInputActionEvent \ +static_assert(alignof(BP_DebugFlyState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_DebugFlyState_C_HandleInputActionEvent) == 0x000048, "Wrong size on BP_DebugFlyState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, Temp_int_Variable) == 0x000004, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, Temp_int_Variable_1) == 0x00000C, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, Temp_bool_Variable) == 0x000014, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, Temp_int_Variable_2) == 0x000018, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_Clamp_ReturnValue) == 0x00001C, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, K2Node_Select_Default) == 0x000020, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000028, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000030, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, Temp_int_Variable_3) == 0x000034, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_Clamp_ReturnValue_1) == 0x000038, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_HandleInputActionEvent, CallFunc_Add_IntInt_ReturnValue_2) == 0x000040, "Member 'BP_DebugFlyState_C_HandleInputActionEvent::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_CanEnterState \ +static_assert(alignof(BP_DebugFlyState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_CanEnterState"); \ +static_assert(sizeof(BP_DebugFlyState_C_CanEnterState) == 0x000020, "Wrong size on BP_DebugFlyState_C_CanEnterState"); \ +static_assert(offsetof(BP_DebugFlyState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_DebugFlyState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_DebugFlyState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_DebugFlyState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000018, "Member 'BP_DebugFlyState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_UpdateSpeed \ +static_assert(alignof(BP_DebugFlyState_C_UpdateSpeed) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_UpdateSpeed"); \ +static_assert(sizeof(BP_DebugFlyState_C_UpdateSpeed) == 0x000018, "Wrong size on BP_DebugFlyState_C_UpdateSpeed"); \ +static_assert(offsetof(BP_DebugFlyState_C_UpdateSpeed, CallFunc_GetCharacter_ReturnValue) == 0x000000, "Member 'BP_DebugFlyState_C_UpdateSpeed::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_UpdateSpeed, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000008, "Member 'BP_DebugFlyState_C_UpdateSpeed::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_UpdateSpeed, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000010, "Member 'BP_DebugFlyState_C_UpdateSpeed::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_GetPitchConstraintMod \ +static_assert(alignof(BP_DebugFlyState_C_GetPitchConstraintMod) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_GetPitchConstraintMod"); \ +static_assert(sizeof(BP_DebugFlyState_C_GetPitchConstraintMod) == 0x000020, "Wrong size on BP_DebugFlyState_C_GetPitchConstraintMod"); \ +static_assert(offsetof(BP_DebugFlyState_C_GetPitchConstraintMod, PitchModifier) == 0x000000, "Member 'BP_DebugFlyState_C_GetPitchConstraintMod::PitchModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_GetPitchConstraintMod, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_DebugFlyState_C_GetPitchConstraintMod::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_GetPitchConstraintMod, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_DebugFlyState_C_GetPitchConstraintMod::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_GetPitchConstraintMod, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_DebugFlyState_C_GetPitchConstraintMod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_Update \ +static_assert(alignof(BP_DebugFlyState_C_Update) == 0x000004, "Wrong alignment on BP_DebugFlyState_C_Update"); \ +static_assert(sizeof(BP_DebugFlyState_C_Update) == 0x000004, "Wrong size on BP_DebugFlyState_C_Update"); \ +static_assert(offsetof(BP_DebugFlyState_C_Update, DeltaTime) == 0x000000, "Member 'BP_DebugFlyState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_OnEnd \ +static_assert(alignof(BP_DebugFlyState_C_OnEnd) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_OnEnd"); \ +static_assert(sizeof(BP_DebugFlyState_C_OnEnd) == 0x000008, "Wrong size on BP_DebugFlyState_C_OnEnd"); \ +static_assert(offsetof(BP_DebugFlyState_C_OnEnd, NextState) == 0x000000, "Member 'BP_DebugFlyState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_OnStart \ +static_assert(alignof(BP_DebugFlyState_C_OnStart) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_OnStart"); \ +static_assert(sizeof(BP_DebugFlyState_C_OnStart) == 0x000008, "Wrong size on BP_DebugFlyState_C_OnStart"); \ +static_assert(offsetof(BP_DebugFlyState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DebugFlyState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState \ +static_assert(alignof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState) == 0x000008, "Wrong alignment on BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState"); \ +static_assert(sizeof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState) == 0x0000D8, "Wrong size on BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, EntryPoint) == 0x000000, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_float_Variable) == 0x000004, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_float_Variable_1) == 0x000008, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_bool_Variable) == 0x00000C, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_float_Variable_2) == 0x000010, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_float_Variable_3) == 0x000014, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_bool_Variable_1) == 0x000018, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_float_Variable_4) == 0x00001C, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_float_Variable_5) == 0x000020, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetPitchConstraintMod_PitchModifier) == 0x000030, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetPitchConstraintMod_PitchModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetPitchConstraintMod_PitchModifier_1) == 0x000038, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetPitchConstraintMod_PitchModifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, K2Node_Event_DeltaTime) == 0x000040, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, K2Node_Event_NextState) == 0x000048, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, K2Node_Event_PrevState) == 0x000050, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000058, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000060, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_TryIncrease_OutDelta) == 0x000068, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_TryIncrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_TryIncrease_OutFilled) == 0x00006C, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_TryIncrease_OutFilled' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_TryIncrease_ReturnValue) == 0x00006D, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_TryIncrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_TryIncrease_OutDelta_1) == 0x000070, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_TryIncrease_OutDelta_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_TryIncrease_OutFilled_1) == 0x000074, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_TryIncrease_OutFilled_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_TryIncrease_ReturnValue_1) == 0x000075, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_TryIncrease_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetComponentOnController_ReturnValue) == 0x000078, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000080, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x000088, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetCharacter_ReturnValue) == 0x000090, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_Greater_IntInt_ReturnValue) == 0x000098, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000099, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_IsInputBuffered_ReturnValue) == 0x00009A, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, K2Node_Select_Default) == 0x00009C, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, K2Node_Select_Default_1) == 0x0000A0, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, Temp_bool_Variable_2) == 0x0000A4, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000A8, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, K2Node_Select_Default_2) == 0x0000AC, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetCharacter_ReturnValue_1) == 0x0000B0, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x0000C0, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_MakeVector_ReturnValue) == 0x0000C8, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BP_DebugFlyState_C_ExecuteUbergraph_BP_DebugFlyState::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DebugFlyState_C \ +static_assert(alignof(UBP_DebugFlyState_C) == 0x000008, "Wrong alignment on UBP_DebugFlyState_C"); \ +static_assert(sizeof(UBP_DebugFlyState_C) == 0x000140, "Wrong size on UBP_DebugFlyState_C"); \ +static_assert(offsetof(UBP_DebugFlyState_C, UberGraphFrame) == 0x000120, "Member 'UBP_DebugFlyState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DebugFlyState_C, IsHoldingDodge) == 0x000128, "Member 'UBP_DebugFlyState_C::IsHoldingDodge' has a wrong offset!"); \ +static_assert(offsetof(UBP_DebugFlyState_C, IsHoldingJump) == 0x00012C, "Member 'UBP_DebugFlyState_C::IsHoldingJump' has a wrong offset!"); \ +static_assert(offsetof(UBP_DebugFlyState_C, SpeedIndex) == 0x000130, "Member 'UBP_DebugFlyState_C::SpeedIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_DebugFlyState_C, BaseFlightSpeed) == 0x000134, "Member 'UBP_DebugFlyState_C::BaseFlightSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_DebugFlyState_C, MaxFlightIndex) == 0x000138, "Member 'UBP_DebugFlyState_C::MaxFlightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_PlayNiagaraEffect_GetSpawnedEffect \ +static_assert(alignof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ +static_assert(sizeof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong size on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ +static_assert(offsetof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000000, "Member 'AnimNotify_PlayNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayNiagaraEffect \ +static_assert(alignof(UAnimNotify_PlayNiagaraEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayNiagaraEffect"); \ +static_assert(sizeof(UAnimNotify_PlayNiagaraEffect) == 0x000090, "Wrong size on UAnimNotify_PlayNiagaraEffect"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Template) == 0x000038, "Member 'UAnimNotify_PlayNiagaraEffect::Template' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, LocationOffset) == 0x000040, "Member 'UAnimNotify_PlayNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, RotationOffset) == 0x00004C, "Member 'UAnimNotify_PlayNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Scale) == 0x000058, "Member 'UAnimNotify_PlayNiagaraEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, bAbsoluteScale) == 0x000064, "Member 'UAnimNotify_PlayNiagaraEffect::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, SocketName) == 0x000084, "Member 'UAnimNotify_PlayNiagaraEffect::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect \ +static_assert(alignof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect"); \ +static_assert(sizeof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect) == 0x000010, "Wrong size on AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, MeshComp) == 0x000000, "Member 'AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000008, "Member 'AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_TimedNiagaraEffect \ +static_assert(alignof(UAnimNotifyState_TimedNiagaraEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedNiagaraEffect"); \ +static_assert(sizeof(UAnimNotifyState_TimedNiagaraEffect) == 0x000060, "Wrong size on UAnimNotifyState_TimedNiagaraEffect"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, Template) == 0x000030, "Member 'UAnimNotifyState_TimedNiagaraEffect::Template' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, SocketName) == 0x000038, "Member 'UAnimNotifyState_TimedNiagaraEffect::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, LocationOffset) == 0x000040, "Member 'UAnimNotifyState_TimedNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, RotationOffset) == 0x00004C, "Member 'UAnimNotifyState_TimedNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bDestroyAtEnd) == 0x000058, "Member 'UAnimNotifyState_TimedNiagaraEffect::bDestroyAtEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress \ +static_assert(alignof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress) == 0x000008, "Wrong alignment on AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress"); \ +static_assert(sizeof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress) == 0x000010, "Wrong size on AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress, MeshComp) == 0x000000, "Member 'AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress, ReturnValue) == 0x000008, "Member 'AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_TimedNiagaraEffectAdvanced \ +static_assert(alignof(UAnimNotifyState_TimedNiagaraEffectAdvanced) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ +static_assert(sizeof(UAnimNotifyState_TimedNiagaraEffectAdvanced) == 0x0000B0, "Wrong size on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ + +#define DUMPER7_ASSERTS_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_FRigHierarchyRef \ +static_assert(alignof(FRigHierarchyRef) == 0x000001, "Wrong alignment on FRigHierarchyRef"); \ +static_assert(sizeof(FRigHierarchyRef) == 0x000001, "Wrong size on FRigHierarchyRef"); \ + +#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_FRigUnit \ +static_assert(alignof(FRigUnit) == 0x000008, "Wrong alignment on FRigUnit"); \ +static_assert(sizeof(FRigUnit) == 0x000008, "Wrong size on FRigUnit"); \ + +#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_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_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_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_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_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_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_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_FRigElementKey \ +static_assert(alignof(FRigElementKey) == 0x000004, "Wrong alignment on FRigElementKey"); \ +static_assert(sizeof(FRigElementKey) == 0x00000C, "Wrong size on FRigElementKey"); \ +static_assert(offsetof(FRigElementKey, Type) == 0x000000, "Member 'FRigElementKey::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigElementKey, Name) == 0x000004, "Member 'FRigElementKey::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_FControlRigAnimInstanceProxy \ +static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000810, "Wrong size on FControlRigAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FControlRigExecuteContext \ +static_assert(alignof(FControlRigExecuteContext) == 0x000008, "Wrong alignment on FControlRigExecuteContext"); \ +static_assert(sizeof(FControlRigExecuteContext) == 0x000060, "Wrong size on FControlRigExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigUnitMutable \ +static_assert(alignof(FRigUnitMutable) == 0x000008, "Wrong alignment on FRigUnitMutable"); \ +static_assert(sizeof(FRigUnitMutable) == 0x000068, "Wrong size on FRigUnitMutable"); \ +static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000008, "Member 'FRigUnitMutable::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_FRigElementKeyCollection \ +static_assert(alignof(FRigElementKeyCollection) == 0x000008, "Wrong alignment on FRigElementKeyCollection"); \ +static_assert(sizeof(FRigElementKeyCollection) == 0x000010, "Wrong size on FRigElementKeyCollection"); \ + +#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_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_FRigEventContext \ +static_assert(alignof(FRigEventContext) == 0x000008, "Wrong alignment on FRigEventContext"); \ +static_assert(sizeof(FRigEventContext) == 0x000028, "Wrong size on FRigEventContext"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_FControlRigDrawInstruction \ +static_assert(alignof(FControlRigDrawInstruction) == 0x000010, "Wrong alignment on FControlRigDrawInstruction"); \ +static_assert(sizeof(FControlRigDrawInstruction) == 0x0000A0, "Wrong size on FControlRigDrawInstruction"); \ +static_assert(offsetof(FControlRigDrawInstruction, Name) == 0x000000, "Member 'FControlRigDrawInstruction::Name' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, PrimitiveType) == 0x000008, "Member 'FControlRigDrawInstruction::PrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Positions) == 0x000010, "Member 'FControlRigDrawInstruction::Positions' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Color) == 0x000020, "Member 'FControlRigDrawInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Thickness) == 0x000030, "Member 'FControlRigDrawInstruction::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Transform) == 0x000040, "Member 'FControlRigDrawInstruction::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawContainer \ +static_assert(alignof(FControlRigDrawContainer) == 0x000008, "Wrong alignment on FControlRigDrawContainer"); \ +static_assert(sizeof(FControlRigDrawContainer) == 0x000018, "Wrong size on FControlRigDrawContainer"); \ +static_assert(offsetof(FControlRigDrawContainer, Instructions) == 0x000008, "Member 'FControlRigDrawContainer::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ +static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ +static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x000068, "Wrong size on FRigUnit_CollectionBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ +static_assert(alignof(FRigUnit_CollectionLoop) == 0x000008, "Wrong alignment on FRigUnit_CollectionLoop"); \ +static_assert(sizeof(FRigUnit_CollectionLoop) == 0x0000F8, "Wrong size on FRigUnit_CollectionLoop"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x000068, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x000078, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x000084, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x000088, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x00008C, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Continue) == 0x000090, "Member 'FRigUnit_CollectionLoop::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000098, "Member 'FRigUnit_CollectionLoop::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FControlRigDrawInterface \ +static_assert(alignof(FControlRigDrawInterface) == 0x000008, "Wrong alignment on FControlRigDrawInterface"); \ +static_assert(sizeof(FControlRigDrawInterface) == 0x000018, "Wrong size on FControlRigDrawInterface"); \ + +#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_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_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_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_FControlRigLayerInstanceProxy \ +static_assert(alignof(FControlRigLayerInstanceProxy) == 0x000010, "Wrong alignment on FControlRigLayerInstanceProxy"); \ +static_assert(sizeof(FControlRigLayerInstanceProxy) == 0x000810, "Wrong size on FControlRigLayerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRigInputPose \ +static_assert(alignof(FAnimNode_ControlRigInputPose) == 0x000008, "Wrong alignment on FAnimNode_ControlRigInputPose"); \ +static_assert(sizeof(FAnimNode_ControlRigInputPose) == 0x000030, "Wrong size on FAnimNode_ControlRigInputPose"); \ +static_assert(offsetof(FAnimNode_ControlRigInputPose, InputPose) == 0x000010, "Member 'FAnimNode_ControlRigInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_FCRFourPointBezier \ +static_assert(alignof(FCRFourPointBezier) == 0x000004, "Wrong alignment on FCRFourPointBezier"); \ +static_assert(sizeof(FCRFourPointBezier) == 0x000030, "Wrong size on FCRFourPointBezier"); \ +static_assert(offsetof(FCRFourPointBezier, A) == 0x000000, "Member 'FCRFourPointBezier::A' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, B) == 0x00000C, "Member 'FCRFourPointBezier::B' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, C) == 0x000018, "Member 'FCRFourPointBezier::C' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, D) == 0x000024, "Member 'FCRFourPointBezier::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReference \ +static_assert(alignof(FControlRigSequenceObjectReference) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReference"); \ +static_assert(sizeof(FControlRigSequenceObjectReference) == 0x000008, "Wrong size on FControlRigSequenceObjectReference"); \ +static_assert(offsetof(FControlRigSequenceObjectReference, ControlRigClass) == 0x000000, "Member 'FControlRigSequenceObjectReference::ControlRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReferences \ +static_assert(alignof(FControlRigSequenceObjectReferences) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferences"); \ +static_assert(sizeof(FControlRigSequenceObjectReferences) == 0x000010, "Wrong size on FControlRigSequenceObjectReferences"); \ +static_assert(offsetof(FControlRigSequenceObjectReferences, Array) == 0x000000, "Member 'FControlRigSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReferenceMap \ +static_assert(alignof(FControlRigSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferenceMap"); \ +static_assert(sizeof(FControlRigSequenceObjectReferenceMap) == 0x000020, "Wrong size on FControlRigSequenceObjectReferenceMap"); \ +static_assert(offsetof(FControlRigSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FControlRigSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FControlRigSequenceObjectReferenceMap, References) == 0x000010, "Member 'FControlRigSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBase \ +static_assert(alignof(FRigUnit_CollectionBase) == 0x000008, "Wrong alignment on FRigUnit_CollectionBase"); \ +static_assert(sizeof(FRigUnit_CollectionBase) == 0x000008, "Wrong size on FRigUnit_CollectionBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionItems \ +static_assert(alignof(FRigUnit_CollectionItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionItems"); \ +static_assert(sizeof(FRigUnit_CollectionItems) == 0x000028, "Wrong size on FRigUnit_CollectionItems"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Items) == 0x000008, "Member 'FRigUnit_CollectionItems::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000018, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequencerAnimInstanceProxy \ +static_assert(alignof(FControlRigSequencerAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigSequencerAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigSequencerAnimInstanceProxy) == 0x000CC0, "Wrong size on FControlRigSequencerAnimInstanceProxy"); \ + +#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_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_FIntegerParameterNameAndCurve \ +static_assert(alignof(FIntegerParameterNameAndCurve) == 0x000008, "Wrong alignment on FIntegerParameterNameAndCurve"); \ +static_assert(sizeof(FIntegerParameterNameAndCurve) == 0x000098, "Wrong size on FIntegerParameterNameAndCurve"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FIntegerParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FIntegerParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_EndEffector \ +static_assert(alignof(FRigUnit_MultiFABRIK_EndEffector) == 0x000004, "Wrong alignment on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK_EndEffector) == 0x000014, "Wrong size on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Bone) == 0x000000, "Member 'FRigUnit_MultiFABRIK_EndEffector::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Location) == 0x000008, "Member 'FRigUnit_MultiFABRIK_EndEffector::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_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_FControlRigValidationContext \ +static_assert(alignof(FControlRigValidationContext) == 0x000008, "Wrong alignment on FControlRigValidationContext"); \ +static_assert(sizeof(FControlRigValidationContext) == 0x000028, "Wrong size on FControlRigValidationContext"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_WorkData \ +static_assert(alignof(FRigUnit_ModifyTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyTransforms_WorkData"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_ModifyTransforms_WorkData::CachedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms \ +static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms) == 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_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_MathVectorIsNearlyEqual \ +static_assert(alignof(FRigUnit_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyEqual"); \ +static_assert(sizeof(FRigUnit_MathVectorIsNearlyEqual) == 0x000028, "Wrong size on FRigUnit_MathVectorIsNearlyEqual"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, B) == 0x000014, "Member 'FRigUnit_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Tolerance) == 0x000020, "Member 'FRigUnit_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Result) == 0x000024, "Member 'FRigUnit_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_SlideChain_WorkData \ +static_assert(alignof(FRigUnit_SlideChain_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SlideChain_WorkData"); \ +static_assert(sizeof(FRigUnit_SlideChain_WorkData) == 0x000048, "Wrong size on FRigUnit_SlideChain_WorkData"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_SlideChain_WorkData::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, ItemSegments) == 0x000008, "Member 'FRigUnit_SlideChain_WorkData::ItemSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, CachedItems) == 0x000018, "Member 'FRigUnit_SlideChain_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, Transforms) == 0x000028, "Member 'FRigUnit_SlideChain_WorkData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, BlendedTransforms) == 0x000038, "Member 'FRigUnit_SlideChain_WorkData::BlendedTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChain \ +static_assert(alignof(FRigUnit_SlideChain) == 0x000008, "Wrong alignment on FRigUnit_SlideChain"); \ +static_assert(sizeof(FRigUnit_SlideChain) == 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_MathVectorRound \ +static_assert(alignof(FRigUnit_MathVectorRound) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRound"); \ +static_assert(sizeof(FRigUnit_MathVectorRound) == 0x000020, "Wrong size on FRigUnit_MathVectorRound"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_FRigControlModifiedContext \ +static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ +static_assert(sizeof(FRigControlModifiedContext) == 0x000010, "Wrong size on FRigControlModifiedContext"); \ + +#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_MathQuaternionFromTwoVectors \ +static_assert(alignof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromTwoVectors"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromTwoVectors"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigUnit_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, B) == 0x000014, "Member 'FRigUnit_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathVectorRemap \ +static_assert(alignof(FRigUnit_MathVectorRemap) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRemap"); \ +static_assert(sizeof(FRigUnit_MathVectorRemap) == 0x000058, "Wrong size on FRigUnit_MathVectorRemap"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, Value) == 0x000008, "Member 'FRigUnit_MathVectorRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMinimum) == 0x000014, "Member 'FRigUnit_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMaximum) == 0x000020, "Member 'FRigUnit_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMinimum) == 0x00002C, "Member 'FRigUnit_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMaximum) == 0x000038, "Member 'FRigUnit_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, bClamp) == 0x000044, "Member 'FRigUnit_MathVectorRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, Result) == 0x000048, "Member 'FRigUnit_MathVectorRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_MathVectorNotEquals \ +static_assert(alignof(FRigUnit_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNotEquals"); \ +static_assert(sizeof(FRigUnit_MathVectorNotEquals) == 0x000028, "Wrong size on FRigUnit_MathVectorNotEquals"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, B) == 0x000014, "Member 'FRigUnit_MathVectorNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, Result) == 0x000020, "Member 'FRigUnit_MathVectorNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_OffsetTransformForItem \ +static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ +static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x0000D0, "Wrong size on FRigUnit_OffsetTransformForItem"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x000068, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x000080, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x0000B0, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x0000B4, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x0000B8, "Member 'FRigUnit_OffsetTransformForItem::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FMathRBFInterpolateVectorFloat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorFloat_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorFloat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorFloat_Target) == 0x000010, "Wrong size on FMathRBFInterpolateVectorFloat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorFloat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorFloat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorFloat_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorFloat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathVectorBinaryOp \ +static_assert(alignof(FRigUnit_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathVectorBinaryOp) == 0x000030, "Wrong size on FRigUnit_MathVectorBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathVectorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, B) == 0x000014, "Member 'FRigUnit_MathVectorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, Result) == 0x000020, "Member 'FRigUnit_MathVectorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAdd \ +static_assert(alignof(FRigUnit_MathVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAdd"); \ +static_assert(sizeof(FRigUnit_MathVectorAdd) == 0x000030, "Wrong size on FRigUnit_MathVectorAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlVector2D_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000010, "Wrong size on FRigUnit_SetMultiControlVector2D_Entry"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D_Entry, Vector) == 0x000008, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000090, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x000078, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_AimBoneMath \ +static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ +static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000140, "Wrong size on FRigUnit_AimBoneMath"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, InputTransform) == 0x000010, "Member 'FRigUnit_AimBoneMath::InputTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Primary) == 0x000040, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x00006C, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x000098, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x0000A0, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x0000D0, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x000110, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000124, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_ModifyBoneTransforms_WorkData \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyBoneTransforms_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x000098, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x000068, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x000078, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x00007C, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x000080, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x000084, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x000088, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_SetSpaceInitialTransform \ +static_assert(alignof(FRigUnit_SetSpaceInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(sizeof(FRigUnit_SetSpaceInitialTransform) == 0x0000F0, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x000068, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x000070, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x0000A0, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0000D0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0000D4, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_MathFloatCeil \ +static_assert(alignof(FRigUnit_MathFloatCeil) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCeil"); \ +static_assert(sizeof(FRigUnit_MathFloatCeil) == 0x000018, "Wrong size on FRigUnit_MathFloatCeil"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Value) == 0x000008, "Member 'FRigUnit_MathFloatCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Result) == 0x00000C, "Member 'FRigUnit_MathFloatCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Int) == 0x000010, "Member 'FRigUnit_MathFloatCeil::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_MathVectorDeg \ +static_assert(alignof(FRigUnit_MathVectorDeg) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDeg"); \ +static_assert(sizeof(FRigUnit_MathVectorDeg) == 0x000020, "Wrong size on FRigUnit_MathVectorDeg"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_SlideChainPerItem \ +static_assert(alignof(FRigUnit_SlideChainPerItem) == 0x000008, "Wrong alignment on FRigUnit_SlideChainPerItem"); \ +static_assert(sizeof(FRigUnit_SlideChainPerItem) == 0x0000C8, "Wrong size on FRigUnit_SlideChainPerItem"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, Items) == 0x000068, "Member 'FRigUnit_SlideChainPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, SlideAmount) == 0x000078, "Member 'FRigUnit_SlideChainPerItem::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, bPropagateToChildren) == 0x00007C, "Member 'FRigUnit_SlideChainPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, WorkData) == 0x000080, "Member 'FRigUnit_SlideChainPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClamp \ +static_assert(alignof(FRigUnit_MathVectorClamp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClamp"); \ +static_assert(sizeof(FRigUnit_MathVectorClamp) == 0x000038, "Wrong size on FRigUnit_MathVectorClamp"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Value) == 0x000008, "Member 'FRigUnit_MathVectorClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Minimum) == 0x000014, "Member 'FRigUnit_MathVectorClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Maximum) == 0x000020, "Member 'FRigUnit_MathVectorClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Result) == 0x00002C, "Member 'FRigUnit_MathVectorClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_Timeline \ +static_assert(alignof(FRigUnit_Timeline) == 0x000008, "Wrong alignment on FRigUnit_Timeline"); \ +static_assert(sizeof(FRigUnit_Timeline) == 0x000018, "Wrong size on FRigUnit_Timeline"); \ +static_assert(offsetof(FRigUnit_Timeline, Speed) == 0x000008, "Member 'FRigUnit_Timeline::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Timeline, Time) == 0x00000C, "Member 'FRigUnit_Timeline::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigUnit_Timeline::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_ConvertQuaternionToVector \ +static_assert(alignof(FRigUnit_ConvertQuaternionToVector) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternionToVector"); \ +static_assert(sizeof(FRigUnit_ConvertQuaternionToVector) == 0x000030, "Wrong size on FRigUnit_ConvertQuaternionToVector"); \ +static_assert(offsetof(FRigUnit_ConvertQuaternionToVector, Input) == 0x000010, "Member 'FRigUnit_ConvertQuaternionToVector::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertQuaternionToVector, Result) == 0x000020, "Member 'FRigUnit_ConvertQuaternionToVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertRotationToVector \ +static_assert(alignof(FRigUnit_ConvertRotationToVector) == 0x000008, "Wrong alignment on FRigUnit_ConvertRotationToVector"); \ +static_assert(sizeof(FRigUnit_ConvertRotationToVector) == 0x000020, "Wrong size on FRigUnit_ConvertRotationToVector"); \ +static_assert(offsetof(FRigUnit_ConvertRotationToVector, Input) == 0x000008, "Member 'FRigUnit_ConvertRotationToVector::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertRotationToVector, Result) == 0x000014, "Member 'FRigUnit_ConvertRotationToVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertVectorToQuaternion \ +static_assert(alignof(FRigUnit_ConvertVectorToQuaternion) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorToQuaternion"); \ +static_assert(sizeof(FRigUnit_ConvertVectorToQuaternion) == 0x000030, "Wrong size on FRigUnit_ConvertVectorToQuaternion"); \ +static_assert(offsetof(FRigUnit_ConvertVectorToQuaternion, Input) == 0x000008, "Member 'FRigUnit_ConvertVectorToQuaternion::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertVectorToQuaternion, Result) == 0x000020, "Member 'FRigUnit_ConvertVectorToQuaternion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_MathQuaternionUnaryOp \ +static_assert(alignof(FRigUnit_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionUnaryOp) == 0x000030, "Wrong size on FRigUnit_MathQuaternionUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionInverse \ +static_assert(alignof(FRigUnit_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionInverse"); \ +static_assert(sizeof(FRigUnit_MathQuaternionInverse) == 0x000030, "Wrong size on FRigUnit_MathQuaternionInverse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_DebugPoint \ +static_assert(alignof(FRigUnit_DebugPoint) == 0x000010, "Wrong alignment on FRigUnit_DebugPoint"); \ +static_assert(sizeof(FRigUnit_DebugPoint) == 0x000080, "Wrong size on FRigUnit_DebugPoint"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Vector) == 0x000008, "Member 'FRigUnit_DebugPoint::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Mode) == 0x000014, "Member 'FRigUnit_DebugPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Color) == 0x000018, "Member 'FRigUnit_DebugPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Scale) == 0x000028, "Member 'FRigUnit_DebugPoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Thickness) == 0x00002C, "Member 'FRigUnit_DebugPoint::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Space) == 0x000030, "Member 'FRigUnit_DebugPoint::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, WorldOffset) == 0x000040, "Member 'FRigUnit_DebugPoint::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, bEnabled) == 0x000070, "Member 'FRigUnit_DebugPoint::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugArcItemSpace \ +static_assert(alignof(FRigUnit_DebugArcItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugArcItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugArcItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugArcItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugArcItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Color) == 0x0000A0, "Member 'FRigUnit_DebugArcItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Radius) == 0x0000B0, "Member 'FRigUnit_DebugArcItemSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MinimumDegrees) == 0x0000B4, "Member 'FRigUnit_DebugArcItemSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MaximumDegrees) == 0x0000B8, "Member 'FRigUnit_DebugArcItemSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Thickness) == 0x0000BC, "Member 'FRigUnit_DebugArcItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Detail) == 0x0000C0, "Member 'FRigUnit_DebugArcItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x0000C4, "Member 'FRigUnit_DebugArcItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugArcItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugArc \ +static_assert(alignof(FRigUnit_DebugArc) == 0x000010, "Wrong alignment on FRigUnit_DebugArc"); \ +static_assert(sizeof(FRigUnit_DebugArc) == 0x000110, "Wrong size on FRigUnit_DebugArc"); \ +static_assert(offsetof(FRigUnit_DebugArc, Transform) == 0x000070, "Member 'FRigUnit_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Color) == 0x0000A0, "Member 'FRigUnit_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Radius) == 0x0000B0, "Member 'FRigUnit_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MinimumDegrees) == 0x0000B4, "Member 'FRigUnit_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MaximumDegrees) == 0x0000B8, "Member 'FRigUnit_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Thickness) == 0x0000BC, "Member 'FRigUnit_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Detail) == 0x0000C0, "Member 'FRigUnit_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x0000C4, "Member 'FRigUnit_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x000100, "Member 'FRigUnit_DebugArc::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_MathFloatUnaryOp \ +static_assert(alignof(FRigUnit_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathFloatUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathFloatUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathFloatUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSqrt \ +static_assert(alignof(FRigUnit_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSqrt"); \ +static_assert(sizeof(FRigUnit_MathFloatSqrt) == 0x000010, "Wrong size on FRigUnit_MathFloatSqrt"); \ + +#define DUMPER7_ASSERTS_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_MathQuaternionToAxisAndAngle \ +static_assert(alignof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Axis) == 0x000020, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Angle) == 0x00002C, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathRBFInterpolateVectorWorkData \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorWorkData"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateVectorWorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigUnit_MathRBFInterpolateBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigUnit_MathRBFInterpolateBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorBase) == 0x0000B0, "Wrong size on FRigUnit_MathRBFInterpolateVectorBase"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigUnit_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000014, "Member 'FRigUnit_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000015, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000018, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x00001C, "Member 'FRigUnit_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, WorkData) == 0x000020, "Member 'FRigUnit_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_Rotation \ +static_assert(alignof(FRigUnit_DistributeRotation_Rotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation_Rotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation_Rotation) == 0x000020, "Wrong size on FRigUnit_DistributeRotation_Rotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_Rotation, Rotation) == 0x000000, "Member 'FRigUnit_DistributeRotation_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_Rotation, Ratio) == 0x000010, "Member 'FRigUnit_DistributeRotation_Rotation::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation_WorkData \ +static_assert(alignof(FRigUnit_DistributeRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation_WorkData"); \ +static_assert(sizeof(FRigUnit_DistributeRotation_WorkData) == 0x000050, "Wrong size on FRigUnit_DistributeRotation_WorkData"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_DistributeRotation_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationA) == 0x000010, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationB) == 0x000020, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationT) == 0x000030, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationT' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemLocalTransforms) == 0x000040, "Member 'FRigUnit_DistributeRotation_WorkData::ItemLocalTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ +static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x0000E0, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x000068, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x000078, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x000088, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x00008C, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x000090, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_FABRIK_WorkData \ +static_assert(alignof(FRigUnit_FABRIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FABRIK_WorkData"); \ +static_assert(sizeof(FRigUnit_FABRIK_WorkData) == 0x000038, "Wrong size on FRigUnit_FABRIK_WorkData"); \ +static_assert(offsetof(FRigUnit_FABRIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_FABRIK_WorkData::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_FABRIK_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK_WorkData, CachedEffector) == 0x000020, "Member 'FRigUnit_FABRIK_WorkData::CachedEffector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIKPerItem \ +static_assert(alignof(FRigUnit_FABRIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_FABRIKPerItem"); \ +static_assert(sizeof(FRigUnit_FABRIKPerItem) == 0x000100, "Wrong size on FRigUnit_FABRIKPerItem"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x000068, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x000080, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x0000B0, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x0000B4, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x0000B8, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x0000BC, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x0000C0, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIK \ +static_assert(alignof(FRigUnit_FABRIK) == 0x000010, "Wrong alignment on FRigUnit_FABRIK"); \ +static_assert(sizeof(FRigUnit_FABRIK) == 0x000100, "Wrong size on FRigUnit_FABRIK"); \ +static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x000068, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x000070, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x000080, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x0000B0, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x0000B4, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x0000B8, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x0000BC, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x0000C0, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_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_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_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_MathQuaternionBinaryOp \ +static_assert(alignof(FRigUnit_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionBinaryOp) == 0x000040, "Wrong size on FRigUnit_MathQuaternionBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, B) == 0x000020, "Member 'FRigUnit_MathQuaternionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionMul \ +static_assert(alignof(FRigUnit_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionMul"); \ +static_assert(sizeof(FRigUnit_MathQuaternionMul) == 0x000040, "Wrong size on FRigUnit_MathQuaternionMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_SequenceExecution \ +static_assert(alignof(FRigUnit_SequenceExecution) == 0x000008, "Wrong alignment on FRigUnit_SequenceExecution"); \ +static_assert(sizeof(FRigUnit_SequenceExecution) == 0x0001E8, "Wrong size on FRigUnit_SequenceExecution"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_SequenceExecution::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, A) == 0x000068, "Member 'FRigUnit_SequenceExecution::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x0000C8, "Member 'FRigUnit_SequenceExecution::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x000128, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x000188, "Member 'FRigUnit_SequenceExecution::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve \ +static_assert(alignof(FRigUnit_FitChainToCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve"); \ +static_assert(sizeof(FRigUnit_FitChainToCurve) == 0x000200, "Wrong size on FRigUnit_FitChainToCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x000068, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x000070, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x000078, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x0000A8, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x0000AC, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x0000B0, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x0000B4, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x0000B8, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x0000C4, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x0000D0, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x0000E0, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0000F0, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0000F4, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0000F8, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x000100, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000160, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MapRange_Float \ +static_assert(alignof(FRigUnit_MapRange_Float) == 0x000008, "Wrong alignment on FRigUnit_MapRange_Float"); \ +static_assert(sizeof(FRigUnit_MapRange_Float) == 0x000020, "Wrong size on FRigUnit_MapRange_Float"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, Value) == 0x000008, "Member 'FRigUnit_MapRange_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MinIn) == 0x00000C, "Member 'FRigUnit_MapRange_Float::MinIn' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MaxIn) == 0x000010, "Member 'FRigUnit_MapRange_Float::MaxIn' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MinOut) == 0x000014, "Member 'FRigUnit_MapRange_Float::MinOut' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MaxOut) == 0x000018, "Member 'FRigUnit_MapRange_Float::MaxOut' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, Result) == 0x00001C, "Member 'FRigUnit_MapRange_Float::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_Multiply_FloatFloat \ +static_assert(alignof(FRigUnit_Multiply_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Multiply_FloatFloat"); \ +static_assert(sizeof(FRigUnit_Multiply_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Multiply_FloatFloat"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ForLoopCount \ +static_assert(alignof(FRigUnit_ForLoopCount) == 0x000008, "Wrong alignment on FRigUnit_ForLoopCount"); \ +static_assert(sizeof(FRigUnit_ForLoopCount) == 0x0000D8, "Wrong size on FRigUnit_ForLoopCount"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Count) == 0x000068, "Member 'FRigUnit_ForLoopCount::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Index) == 0x00006C, "Member 'FRigUnit_ForLoopCount::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Ratio) == 0x000070, "Member 'FRigUnit_ForLoopCount::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Continue) == 0x000074, "Member 'FRigUnit_ForLoopCount::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Completed) == 0x000078, "Member 'FRigUnit_ForLoopCount::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetBoneTransform \ +static_assert(alignof(FRigUnit_GetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetBoneTransform) == 0x000070, "Wrong size on FRigUnit_GetBoneTransform"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Space) == 0x000010, "Member 'FRigUnit_GetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_GetControlInitialTransform \ +static_assert(alignof(FRigUnit_GetControlInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlInitialTransform"); \ +static_assert(sizeof(FRigUnit_GetControlInitialTransform) == 0x000070, "Wrong size on FRigUnit_GetControlInitialTransform"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, Control) == 0x000008, "Member 'FRigUnit_GetControlInitialTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, Space) == 0x000010, "Member 'FRigUnit_GetControlInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, CachedControlIndex) == 0x000050, "Member 'FRigUnit_GetControlInitialTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlTransform \ +static_assert(alignof(FRigUnit_GetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlTransform"); \ +static_assert(sizeof(FRigUnit_GetControlTransform) == 0x0000D0, "Wrong size on FRigUnit_GetControlTransform"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Control) == 0x000008, "Member 'FRigUnit_GetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Space) == 0x000010, "Member 'FRigUnit_GetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Minimum) == 0x000050, "Member 'FRigUnit_GetControlTransform::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Maximum) == 0x000080, "Member 'FRigUnit_GetControlTransform::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, CachedControlIndex) == 0x0000B0, "Member 'FRigUnit_GetControlTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_PointSimulation_DebugSettings \ +static_assert(alignof(FRigUnit_PointSimulation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation_DebugSettings"); \ +static_assert(sizeof(FRigUnit_PointSimulation_DebugSettings) == 0x000050, "Wrong size on FRigUnit_PointSimulation_DebugSettings"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_PointSimulation_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_PointSimulation_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, CollisionScale) == 0x000008, "Member 'FRigUnit_PointSimulation_DebugSettings::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bDrawPointsAsSpheres) == 0x00000C, "Member 'FRigUnit_PointSimulation_DebugSettings::bDrawPointsAsSpheres' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Color) == 0x000010, "Member 'FRigUnit_PointSimulation_DebugSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_PointSimulation_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_WorkData \ +static_assert(alignof(FRigUnit_PointSimulation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_PointSimulation_WorkData"); \ +static_assert(sizeof(FRigUnit_PointSimulation_WorkData) == 0x000088, "Wrong size on FRigUnit_PointSimulation_WorkData"); \ +static_assert(offsetof(FRigUnit_PointSimulation_WorkData, Simulation) == 0x000000, "Member 'FRigUnit_PointSimulation_WorkData::Simulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_WorkData, BoneIndices) == 0x000078, "Member 'FRigUnit_PointSimulation_WorkData::BoneIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_GetCurveValue \ +static_assert(alignof(FRigUnit_GetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_GetCurveValue"); \ +static_assert(sizeof(FRigUnit_GetCurveValue) == 0x000028, "Wrong size on FRigUnit_GetCurveValue"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Curve) == 0x000008, "Member 'FRigUnit_GetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Value) == 0x000010, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000014, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetDeltaTime \ +static_assert(alignof(FRigUnit_GetDeltaTime) == 0x000008, "Wrong alignment on FRigUnit_GetDeltaTime"); \ +static_assert(sizeof(FRigUnit_GetDeltaTime) == 0x000010, "Wrong size on FRigUnit_GetDeltaTime"); \ +static_assert(offsetof(FRigUnit_GetDeltaTime, Result) == 0x000008, "Member 'FRigUnit_GetDeltaTime::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_MathRBFInterpolateQuatXform \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatXform"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000110, "Wrong size on FRigUnit_MathRBFInterpolateQuatXform"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_GetRelativeBoneTransform \ +static_assert(alignof(FRigUnit_GetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetRelativeBoneTransform) == 0x000080, "Wrong size on FRigUnit_GetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetRelativeBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Space) == 0x000010, "Member 'FRigUnit_GetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedSpace) == 0x000064, "Member 'FRigUnit_GetRelativeBoneTransform::CachedSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransformForItem \ +static_assert(alignof(FRigUnit_GetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransformForItem"); \ +static_assert(sizeof(FRigUnit_GetRelativeTransformForItem) == 0x000090, "Wrong size on FRigUnit_GetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Child) == 0x000008, "Member 'FRigUnit_GetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bChildInitial) == 0x000014, "Member 'FRigUnit_GetRelativeTransformForItem::bChildInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Parent) == 0x000018, "Member 'FRigUnit_GetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bParentInitial) == 0x000024, "Member 'FRigUnit_GetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, RelativeTransform) == 0x000030, "Member 'FRigUnit_GetRelativeTransformForItem::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedChild) == 0x000060, "Member 'FRigUnit_GetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedParent) == 0x000074, "Member 'FRigUnit_GetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_GetWorldTime \ +static_assert(alignof(FRigUnit_GetWorldTime) == 0x000008, "Wrong alignment on FRigUnit_GetWorldTime"); \ +static_assert(sizeof(FRigUnit_GetWorldTime) == 0x000028, "Wrong size on FRigUnit_GetWorldTime"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Year) == 0x000008, "Member 'FRigUnit_GetWorldTime::Year' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Month) == 0x00000C, "Member 'FRigUnit_GetWorldTime::Month' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Day) == 0x000010, "Member 'FRigUnit_GetWorldTime::Day' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, WeekDay) == 0x000014, "Member 'FRigUnit_GetWorldTime::WeekDay' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Hours) == 0x000018, "Member 'FRigUnit_GetWorldTime::Hours' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Minutes) == 0x00001C, "Member 'FRigUnit_GetWorldTime::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Seconds) == 0x000020, "Member 'FRigUnit_GetWorldTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigUnit_GetWorldTime::OverallSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBase \ +static_assert(alignof(FRigUnit_HierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_HierarchyBase"); \ +static_assert(sizeof(FRigUnit_HierarchyBase) == 0x000008, "Wrong size on FRigUnit_HierarchyBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_HierarchyGetParents \ +static_assert(alignof(FRigUnit_HierarchyGetParents) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParents"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParents) == 0x000050, "Wrong size on FRigUnit_HierarchyGetParents"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParents::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, bIncludeChild) == 0x000014, "Member 'FRigUnit_HierarchyGetParents::bIncludeChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, bReverse) == 0x000015, "Member 'FRigUnit_HierarchyGetParents::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, Parents) == 0x000018, "Member 'FRigUnit_HierarchyGetParents::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParents::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedParents) == 0x000040, "Member 'FRigUnit_HierarchyGetParents::CachedParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParent \ +static_assert(alignof(FRigUnit_HierarchyGetParent) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParent"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParent) == 0x000048, "Wrong size on FRigUnit_HierarchyGetParent"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, Parent) == 0x000014, "Member 'FRigUnit_HierarchyGetParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedChild) == 0x000020, "Member 'FRigUnit_HierarchyGetParent::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedParent) == 0x000034, "Member 'FRigUnit_HierarchyGetParent::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_InverseExecution \ +static_assert(alignof(FRigUnit_InverseExecution) == 0x000008, "Wrong alignment on FRigUnit_InverseExecution"); \ +static_assert(sizeof(FRigUnit_InverseExecution) == 0x000068, "Wrong size on FRigUnit_InverseExecution"); \ +static_assert(offsetof(FRigUnit_InverseExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_InverseExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsInteracting \ +static_assert(alignof(FRigUnit_IsInteracting) == 0x000008, "Wrong alignment on FRigUnit_IsInteracting"); \ +static_assert(sizeof(FRigUnit_IsInteracting) == 0x000010, "Wrong size on FRigUnit_IsInteracting"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_KalmanTransform \ +static_assert(alignof(FRigUnit_KalmanTransform) == 0x000010, "Wrong alignment on FRigUnit_KalmanTransform"); \ +static_assert(sizeof(FRigUnit_KalmanTransform) == 0x0000A0, "Wrong size on FRigUnit_KalmanTransform"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Value) == 0x000010, "Member 'FRigUnit_KalmanTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, BufferSize) == 0x000040, "Member 'FRigUnit_KalmanTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Result) == 0x000050, "Member 'FRigUnit_KalmanTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Buffer) == 0x000080, "Member 'FRigUnit_KalmanTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, LastInsertIndex) == 0x000090, "Member 'FRigUnit_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_KalmanVector \ +static_assert(alignof(FRigUnit_KalmanVector) == 0x000008, "Wrong alignment on FRigUnit_KalmanVector"); \ +static_assert(sizeof(FRigUnit_KalmanVector) == 0x000040, "Wrong size on FRigUnit_KalmanVector"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Value) == 0x000008, "Member 'FRigUnit_KalmanVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, BufferSize) == 0x000014, "Member 'FRigUnit_KalmanVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Result) == 0x000018, "Member 'FRigUnit_KalmanVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Buffer) == 0x000028, "Member 'FRigUnit_KalmanVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, LastInsertIndex) == 0x000038, "Member 'FRigUnit_KalmanVector::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_MathBoolOr \ +static_assert(alignof(FRigUnit_MathBoolOr) == 0x000008, "Wrong alignment on FRigUnit_MathBoolOr"); \ +static_assert(sizeof(FRigUnit_MathBoolOr) == 0x000010, "Wrong size on FRigUnit_MathBoolOr"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolNand \ +static_assert(alignof(FRigUnit_MathBoolNand) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNand"); \ +static_assert(sizeof(FRigUnit_MathBoolNand) == 0x000010, "Wrong size on FRigUnit_MathBoolNand"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathRBFInterpolateVectorXform \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorXform"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorXform) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateVectorXform"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_MathBoolNot \ +static_assert(alignof(FRigUnit_MathBoolNot) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNot"); \ +static_assert(sizeof(FRigUnit_MathBoolNot) == 0x000010, "Wrong size on FRigUnit_MathBoolNot"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolConstant \ +static_assert(alignof(FRigUnit_MathBoolConstant) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstant"); \ +static_assert(sizeof(FRigUnit_MathBoolConstant) == 0x000010, "Wrong size on FRigUnit_MathBoolConstant"); \ +static_assert(offsetof(FRigUnit_MathBoolConstant, Value) == 0x000008, "Member 'FRigUnit_MathBoolConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_MathColorSub \ +static_assert(alignof(FRigUnit_MathColorSub) == 0x000008, "Wrong alignment on FRigUnit_MathColorSub"); \ +static_assert(sizeof(FRigUnit_MathColorSub) == 0x000038, "Wrong size on FRigUnit_MathColorSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorAdd \ +static_assert(alignof(FRigUnit_MathColorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathColorAdd"); \ +static_assert(sizeof(FRigUnit_MathColorAdd) == 0x000038, "Wrong size on FRigUnit_MathColorAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_MathFloatAsin \ +static_assert(alignof(FRigUnit_MathFloatAsin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAsin"); \ +static_assert(sizeof(FRigUnit_MathFloatAsin) == 0x000010, "Wrong size on FRigUnit_MathFloatAsin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatTan \ +static_assert(alignof(FRigUnit_MathFloatTan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatTan"); \ +static_assert(sizeof(FRigUnit_MathFloatTan) == 0x000010, "Wrong size on FRigUnit_MathFloatTan"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_MathFloatRad \ +static_assert(alignof(FRigUnit_MathFloatRad) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRad"); \ +static_assert(sizeof(FRigUnit_MathFloatRad) == 0x000010, "Wrong size on FRigUnit_MathFloatRad"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatDeg \ +static_assert(alignof(FRigUnit_MathFloatDeg) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDeg"); \ +static_assert(sizeof(FRigUnit_MathFloatDeg) == 0x000010, "Wrong size on FRigUnit_MathFloatDeg"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_FMathRBFInterpolateVectorColor_Target \ +static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x00001C, "Wrong size on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorColor_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorColor \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorColor"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorColor) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorColor"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_MathFloatGreater \ +static_assert(alignof(FRigUnit_MathFloatGreater) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreater"); \ +static_assert(sizeof(FRigUnit_MathFloatGreater) == 0x000018, "Wrong size on FRigUnit_MathFloatGreater"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, A) == 0x000008, "Member 'FRigUnit_MathFloatGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatNotEquals \ +static_assert(alignof(FRigUnit_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNotEquals"); \ +static_assert(sizeof(FRigUnit_MathFloatNotEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatNotEquals"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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) == 0x000010, "Member 'FRigUnit_MathFloatRound::Int' 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) == 0x000010, "Member 'FRigUnit_MathFloatFloor::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatNegate \ +static_assert(alignof(FRigUnit_MathFloatNegate) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNegate"); \ +static_assert(sizeof(FRigUnit_MathFloatNegate) == 0x000010, "Wrong size on FRigUnit_MathFloatNegate"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_MathQuaternionDot \ +static_assert(alignof(FRigUnit_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionDot"); \ +static_assert(sizeof(FRigUnit_MathQuaternionDot) == 0x000040, "Wrong size on FRigUnit_MathQuaternionDot"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, A) == 0x000010, "Member 'FRigUnit_MathQuaternionDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, B) == 0x000020, "Member 'FRigUnit_MathQuaternionDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathQuaternionSlerp \ +static_assert(alignof(FRigUnit_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSlerp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSlerp) == 0x000050, "Wrong size on FRigUnit_MathQuaternionSlerp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionSlerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, B) == 0x000020, "Member 'FRigUnit_MathQuaternionSlerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, T) == 0x000030, "Member 'FRigUnit_MathQuaternionSlerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, Result) == 0x000040, "Member 'FRigUnit_MathQuaternionSlerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToRotator \ +static_assert(alignof(FRigUnit_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToRotator"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToRotator) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToRotator"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionToRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionScale \ +static_assert(alignof(FRigUnit_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionScale"); \ +static_assert(sizeof(FRigUnit_MathQuaternionScale) == 0x000030, "Wrong size on FRigUnit_MathQuaternionScale"); \ +static_assert(offsetof(FRigUnit_MathQuaternionScale, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionScale, Scale) == 0x000020, "Member 'FRigUnit_MathQuaternionScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_FMathRBFInterpolateQuatColor_Target \ +static_assert(alignof(FMathRBFInterpolateQuatColor_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatColor_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatColor_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatColor \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatColor"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatColor) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatColor"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_FRigUnit_MathVectorBezierFourPoint \ +static_assert(alignof(FRigUnit_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBezierFourPoint"); \ +static_assert(sizeof(FRigUnit_MathVectorBezierFourPoint) == 0x000058, "Wrong size on FRigUnit_MathVectorBezierFourPoint"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, T) == 0x000038, "Member 'FRigUnit_MathVectorBezierFourPoint::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Result) == 0x00003C, "Member 'FRigUnit_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Tangent) == 0x000048, "Member 'FRigUnit_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorParallel \ +static_assert(alignof(FRigUnit_MathVectorParallel) == 0x000008, "Wrong alignment on FRigUnit_MathVectorParallel"); \ +static_assert(sizeof(FRigUnit_MathVectorParallel) == 0x000028, "Wrong size on FRigUnit_MathVectorParallel"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, A) == 0x000008, "Member 'FRigUnit_MathVectorParallel::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, B) == 0x000014, "Member 'FRigUnit_MathVectorParallel::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, Result) == 0x000020, "Member 'FRigUnit_MathVectorParallel::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMirror \ +static_assert(alignof(FRigUnit_MathVectorMirror) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMirror"); \ +static_assert(sizeof(FRigUnit_MathVectorMirror) == 0x000030, "Wrong size on FRigUnit_MathVectorMirror"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Value) == 0x000008, "Member 'FRigUnit_MathVectorMirror::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Normal) == 0x000014, "Member 'FRigUnit_MathVectorMirror::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Result) == 0x000020, "Member 'FRigUnit_MathVectorMirror::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigUnit_MathVectorDistance \ +static_assert(alignof(FRigUnit_MathVectorDistance) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDistance"); \ +static_assert(sizeof(FRigUnit_MathVectorDistance) == 0x000028, "Wrong size on FRigUnit_MathVectorDistance"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, A) == 0x000008, "Member 'FRigUnit_MathVectorDistance::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, B) == 0x000014, "Member 'FRigUnit_MathVectorDistance::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, Result) == 0x000020, "Member 'FRigUnit_MathVectorDistance::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLengthSquared \ +static_assert(alignof(FRigUnit_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLengthSquared"); \ +static_assert(sizeof(FRigUnit_MathVectorLengthSquared) == 0x000018, "Wrong size on FRigUnit_MathVectorLengthSquared"); \ +static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigUnit_MathVectorLengthSquared::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Result) == 0x000014, "Member 'FRigUnit_MathVectorLengthSquared::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_EndsWith \ +static_assert(alignof(FRigUnit_EndsWith) == 0x000008, "Wrong alignment on FRigUnit_EndsWith"); \ +static_assert(sizeof(FRigUnit_EndsWith) == 0x000020, "Wrong size on FRigUnit_EndsWith"); \ +static_assert(offsetof(FRigUnit_EndsWith, Name) == 0x000008, "Member 'FRigUnit_EndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndsWith, Ending) == 0x000010, "Member 'FRigUnit_EndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndsWith, Result) == 0x000018, "Member 'FRigUnit_EndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameTruncate \ +static_assert(alignof(FRigUnit_NameTruncate) == 0x000008, "Wrong alignment on FRigUnit_NameTruncate"); \ +static_assert(sizeof(FRigUnit_NameTruncate) == 0x000028, "Wrong size on FRigUnit_NameTruncate"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Name) == 0x000008, "Member 'FRigUnit_NameTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Count) == 0x000010, "Member 'FRigUnit_NameTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, FromEnd) == 0x000014, "Member 'FRigUnit_NameTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Remainder) == 0x000018, "Member 'FRigUnit_NameTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Chopped) == 0x000020, "Member 'FRigUnit_NameTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_SetMultiControlInteger \ +static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000090, "Wrong size on FRigUnit_SetMultiControlInteger"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x000078, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ +static_assert(alignof(FRigUnit_SetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetControlInteger"); \ +static_assert(sizeof(FRigUnit_SetControlInteger) == 0x000090, "Wrong size on FRigUnit_SetControlInteger"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x000068, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x000070, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x000074, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x000078, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool \ +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_SetScale \ +static_assert(alignof(FRigUnit_SetScale) == 0x000008, "Wrong alignment on FRigUnit_SetScale"); \ +static_assert(sizeof(FRigUnit_SetScale) == 0x0000A0, "Wrong size on FRigUnit_SetScale"); \ +static_assert(offsetof(FRigUnit_SetScale, Item) == 0x000068, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Space) == 0x000074, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x000078, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x000084, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x00008C, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRotation \ +static_assert(alignof(FRigUnit_SetRotation) == 0x000010, "Wrong alignment on FRigUnit_SetRotation"); \ +static_assert(sizeof(FRigUnit_SetRotation) == 0x0000B0, "Wrong size on FRigUnit_SetRotation"); \ +static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x000068, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x000074, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Rotation) == 0x000080, "Member 'FRigUnit_SetRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000090, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000094, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000098, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_TwoBoneIKSimple_DebugSettings \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000040, "Wrong size on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimplePerItem \ +static_assert(alignof(FRigUnit_TwoBoneIKSimplePerItem) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimplePerItem) == 0x0001B0, "Wrong size on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemA) == 0x000068, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemB) == 0x000074, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, EffectorItem) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimplePerItem::EffectorItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Effector) == 0x000090, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PrimaryAxis) == 0x0000C0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxis) == 0x0000CC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxisWeight) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVector) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorKind) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorSpace) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bEnableStretch) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchStartRatio) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchMaximumRatio) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Weight) == 0x000104, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemALength) == 0x000108, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemBLength) == 0x00010C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bPropagateToChildren) == 0x000110, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, DebugSettings) == 0x000120, "Member 'FRigUnit_TwoBoneIKSimplePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemAIndex) == 0x000160, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemBIndex) == 0x000174, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedEffectorItemIndex) == 0x000188, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedEffectorItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedPoleVectorSpaceIndex) == 0x00019C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedPoleVectorSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple) == 0x000190, "Wrong size on FRigUnit_TwoBoneIKSimple"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneA) == 0x000068, "Member 'FRigUnit_TwoBoneIKSimple::BoneA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneB) == 0x000070, "Member 'FRigUnit_TwoBoneIKSimple::BoneB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, EffectorBone) == 0x000078, "Member 'FRigUnit_TwoBoneIKSimple::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Effector) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimple::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PrimaryAxis) == 0x0000B0, "Member 'FRigUnit_TwoBoneIKSimple::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxis) == 0x0000BC, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxisWeight) == 0x0000C8, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVector) == 0x0000CC, "Member 'FRigUnit_TwoBoneIKSimple::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorKind) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorSpace) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bEnableStretch) == 0x0000E4, "Member 'FRigUnit_TwoBoneIKSimple::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchStartRatio) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimple::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchMaximumRatio) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimple::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Weight) == 0x0000F0, "Member 'FRigUnit_TwoBoneIKSimple::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneALength) == 0x0000F4, "Member 'FRigUnit_TwoBoneIKSimple::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneBLength) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimple::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bPropagateToChildren) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimple::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, DebugSettings) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimple::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneAIndex) == 0x000140, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneBIndex) == 0x000154, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedEffectorBoneIndex) == 0x000168, "Member 'FRigUnit_TwoBoneIKSimple::CachedEffectorBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedPoleVectorSpaceIndex) == 0x00017C, "Member 'FRigUnit_TwoBoneIKSimple::CachedPoleVectorSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BinaryVectorOp \ +static_assert(alignof(FRigUnit_BinaryVectorOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryVectorOp"); \ +static_assert(sizeof(FRigUnit_BinaryVectorOp) == 0x000030, "Wrong size on FRigUnit_BinaryVectorOp"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Argument0) == 0x000008, "Member 'FRigUnit_BinaryVectorOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Argument1) == 0x000014, "Member 'FRigUnit_BinaryVectorOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Result) == 0x000020, "Member 'FRigUnit_BinaryVectorOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Divide_VectorVector \ +static_assert(alignof(FRigUnit_Divide_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Divide_VectorVector"); \ +static_assert(sizeof(FRigUnit_Divide_VectorVector) == 0x000030, "Wrong size on FRigUnit_Divide_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Subtract_VectorVector \ +static_assert(alignof(FRigUnit_Subtract_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Subtract_VectorVector"); \ +static_assert(sizeof(FRigUnit_Subtract_VectorVector) == 0x000030, "Wrong size on FRigUnit_Subtract_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Add_VectorVector \ +static_assert(alignof(FRigUnit_Add_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Add_VectorVector"); \ +static_assert(sizeof(FRigUnit_Add_VectorVector) == 0x000030, "Wrong size on FRigUnit_Add_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Multiply_VectorVector \ +static_assert(alignof(FRigUnit_Multiply_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Multiply_VectorVector"); \ +static_assert(sizeof(FRigUnit_Multiply_VectorVector) == 0x000030, "Wrong size on FRigUnit_Multiply_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VerletIntegrateVector \ +static_assert(alignof(FRigUnit_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigUnit_VerletIntegrateVector"); \ +static_assert(sizeof(FRigUnit_VerletIntegrateVector) == 0x000070, "Wrong size on FRigUnit_VerletIntegrateVector"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigUnit_VerletIntegrateVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Strength) == 0x000014, "Member 'FRigUnit_VerletIntegrateVector::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Damp) == 0x000018, "Member 'FRigUnit_VerletIntegrateVector::Damp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Blend) == 0x00001C, "Member 'FRigUnit_VerletIntegrateVector::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Position) == 0x000020, "Member 'FRigUnit_VerletIntegrateVector::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Velocity) == 0x00002C, "Member 'FRigUnit_VerletIntegrateVector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Acceleration) == 0x000038, "Member 'FRigUnit_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Point) == 0x000044, "Member 'FRigUnit_VerletIntegrateVector::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, bInitialized) == 0x00006C, "Member 'FRigUnit_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugTransformItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugTransformItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransformItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugTransformItemSpace) == 0x000060, "Wrong size on FRigUnit_VisualDebugTransformItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugTransformItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, bEnabled) == 0x000040, "Member 'FRigUnit_VisualDebugTransformItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Thickness) == 0x000044, "Member 'FRigUnit_VisualDebugTransformItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Scale) == 0x000048, "Member 'FRigUnit_VisualDebugTransformItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Space) == 0x00004C, "Member 'FRigUnit_VisualDebugTransformItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugTransform \ +static_assert(alignof(FRigUnit_VisualDebugTransform) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransform"); \ +static_assert(sizeof(FRigUnit_VisualDebugTransform) == 0x000060, "Wrong size on FRigUnit_VisualDebugTransform"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Value) == 0x000010, "Member 'FRigUnit_VisualDebugTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, bEnabled) == 0x000040, "Member 'FRigUnit_VisualDebugTransform::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Thickness) == 0x000044, "Member 'FRigUnit_VisualDebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Scale) == 0x000048, "Member 'FRigUnit_VisualDebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, BoneSpace) == 0x00004C, "Member 'FRigUnit_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuatItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugQuatItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuatItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugQuatItemSpace) == 0x000040, "Wrong size on FRigUnit_VisualDebugQuatItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugQuatItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, bEnabled) == 0x000020, "Member 'FRigUnit_VisualDebugQuatItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Thickness) == 0x000024, "Member 'FRigUnit_VisualDebugQuatItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Scale) == 0x000028, "Member 'FRigUnit_VisualDebugQuatItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Space) == 0x00002C, "Member 'FRigUnit_VisualDebugQuatItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuat \ +static_assert(alignof(FRigUnit_VisualDebugQuat) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuat"); \ +static_assert(sizeof(FRigUnit_VisualDebugQuat) == 0x000040, "Wrong size on FRigUnit_VisualDebugQuat"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Value) == 0x000010, "Member 'FRigUnit_VisualDebugQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, bEnabled) == 0x000020, "Member 'FRigUnit_VisualDebugQuat::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Thickness) == 0x000024, "Member 'FRigUnit_VisualDebugQuat::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Scale) == 0x000028, "Member 'FRigUnit_VisualDebugQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, BoneSpace) == 0x00002C, "Member 'FRigUnit_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugVectorItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugVectorItemSpace) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugVectorItemSpace) == 0x000040, "Wrong size on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Value) == 0x000008, "Member 'FRigUnit_VisualDebugVectorItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, bEnabled) == 0x000014, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000015, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x000018, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x000028, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x00002C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x000030, "Member 'FRigUnit_VisualDebugVectorItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugVector \ +static_assert(alignof(FRigUnit_VisualDebugVector) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVector"); \ +static_assert(sizeof(FRigUnit_VisualDebugVector) == 0x000038, "Wrong size on FRigUnit_VisualDebugVector"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Value) == 0x000008, "Member 'FRigUnit_VisualDebugVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, bEnabled) == 0x000014, "Member 'FRigUnit_VisualDebugVector::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Mode) == 0x000015, "Member 'FRigUnit_VisualDebugVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Color) == 0x000018, "Member 'FRigUnit_VisualDebugVector::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Thickness) == 0x000028, "Member 'FRigUnit_VisualDebugVector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Scale) == 0x00002C, "Member 'FRigUnit_VisualDebugVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, BoneSpace) == 0x000030, "Member 'FRigUnit_VisualDebugVector::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceWorld \ +static_assert(alignof(FRigUnit_SphereTraceWorld) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceWorld"); \ +static_assert(sizeof(FRigUnit_SphereTraceWorld) == 0x000048, "Wrong size on FRigUnit_SphereTraceWorld"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Start) == 0x000008, "Member 'FRigUnit_SphereTraceWorld::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, End) == 0x000014, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x000024, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000028, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x00002C, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Rotation \ +static_assert(alignof(FRigUnit_ToRigSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Rotation) == 0x000030, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Rotation) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Rotation::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Rotation \ +static_assert(alignof(FRigUnit_ToWorldSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Rotation) == 0x000030, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Rotation) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Rotation::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Location \ +static_assert(alignof(FRigUnit_ToRigSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToRigSpace_Location"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Location) == 0x000020, "Wrong size on FRigUnit_ToRigSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Location) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000014, "Member 'FRigUnit_ToRigSpace_Location::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Transform \ +static_assert(alignof(FRigUnit_ToRigSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Transform"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Transform) == 0x000070, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Transform) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000040, "Member 'FRigUnit_ToRigSpace_Transform::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Transform \ +static_assert(alignof(FRigUnit_ToWorldSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Transform) == 0x000070, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Transform) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000040, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructReference \ +static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ +static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x0002C0, "Wrong size on AControlRigControlActor"); \ +static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x000228, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x000230, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x000238, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x000239, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x000240, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x000248, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x000258, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x000260, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x000268, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x000270, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, GizmoTransforms) == 0x000280, "Member 'AControlRigControlActor::GizmoTransforms' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Components) == 0x000290, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Materials) == 0x0002A0, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x0002B0, "Member 'AControlRigControlActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigAnimInstance \ +static_assert(alignof(UControlRigAnimInstance) == 0x000010, "Wrong alignment on UControlRigAnimInstance"); \ +static_assert(sizeof(UControlRigAnimInstance) == 0x0002D0, "Wrong size on UControlRigAnimInstance"); \ + +#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_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) == 0x000530, "Wrong size on UControlRigComponent"); \ +static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000450, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000458, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreSetupDelegate) == 0x000468, "Member 'UControlRigComponent::OnPreSetupDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostSetupDelegate) == 0x000478, "Member 'UControlRigComponent::OnPostSetupDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreUpdateDelegate) == 0x000488, "Member 'UControlRigComponent::OnPreUpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostUpdateDelegate) == 0x000498, "Member 'UControlRigComponent::OnPostUpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, MappedElements) == 0x0004A8, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x0004B8, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeSetup) == 0x0004B9, "Member 'UControlRigComponent::bResetInitialsBeforeSetup' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x0004BA, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x0004BB, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x0004BC, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x0004BD, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, ControlRig) == 0x0004C0, "Member 'UControlRigComponent::ControlRig' has a wrong offset!"); \ + +#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) == 0x000250, "Wrong size on AControlRigGizmoActor"); \ +static_assert(offsetof(AControlRigGizmoActor, ActorRootComponent) == 0x000228, "Member 'AControlRigGizmoActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, StaticMeshComponent) == 0x000230, "Member 'AControlRigGizmoActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, ControlRigIndex) == 0x000238, "Member 'AControlRigGizmoActor::ControlRigIndex' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, ControlName) == 0x00023C, "Member 'AControlRigGizmoActor::ControlName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, ColorParameterName) == 0x000244, "Member 'AControlRigGizmoActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigLayerInstance \ +static_assert(alignof(UControlRigLayerInstance) == 0x000010, "Wrong alignment on UControlRigLayerInstance"); \ +static_assert(sizeof(UControlRigLayerInstance) == 0x0002D0, "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) == 0x0002E0, "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_ABP_CM_Hat_RusuMask_C \ +static_assert(alignof(ABP_CM_Hat_RusuMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_RusuMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_RusuMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_RusuMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_RusuMask_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_RusuMask_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PMSettings_Camera_C \ +static_assert(alignof(UWBP_PMSettings_Camera_C) == 0x000008, "Wrong alignment on UWBP_PMSettings_Camera_C"); \ +static_assert(sizeof(UWBP_PMSettings_Camera_C) == 0x0002E0, "Wrong size on UWBP_PMSettings_Camera_C"); \ + +#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_ULevelSequenceBurnInInitSettings \ +static_assert(alignof(ULevelSequenceBurnInInitSettings) == 0x000008, "Wrong alignment on ULevelSequenceBurnInInitSettings"); \ +static_assert(sizeof(ULevelSequenceBurnInInitSettings) == 0x000028, "Wrong size on ULevelSequenceBurnInInitSettings"); \ + +#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_ILevelSequenceMetaData \ +static_assert(alignof(ILevelSequenceMetaData) == 0x000001, "Wrong alignment on ILevelSequenceMetaData"); \ +static_assert(sizeof(ILevelSequenceMetaData) == 0x000001, "Wrong size on ILevelSequenceMetaData"); \ + +#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_LevelSequenceActor_AddBinding \ +static_assert(alignof(LevelSequenceActor_AddBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBinding"); \ +static_assert(sizeof(LevelSequenceActor_AddBinding) == 0x000028, "Wrong size on LevelSequenceActor_AddBinding"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_AddBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_AddBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, bAllowBindingsFromAsset) == 0x000020, "Member 'LevelSequenceActor_AddBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_AddBindingByTag \ +static_assert(alignof(LevelSequenceActor_AddBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_AddBindingByTag) == 0x000018, "Wrong size on LevelSequenceActor_AddBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_AddBindingByTag::BindingTag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, Actor) == 0x000008, "Member 'LevelSequenceActor_AddBindingByTag::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, bAllowBindingsFromAsset) == 0x000010, "Member 'LevelSequenceActor_AddBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBinding \ +static_assert(alignof(LevelSequenceActor_RemoveBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBinding"); \ +static_assert(sizeof(LevelSequenceActor_RemoveBinding) == 0x000020, "Wrong size on LevelSequenceActor_RemoveBinding"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_RemoveBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_RemoveBinding::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBindingByTag \ +static_assert(alignof(LevelSequenceActor_RemoveBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_RemoveBindingByTag) == 0x000010, "Wrong size on LevelSequenceActor_RemoveBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Tag) == 0x000000, "Member 'LevelSequenceActor_RemoveBindingByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Actor) == 0x000008, "Member 'LevelSequenceActor_RemoveBindingByTag::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_ResetBinding \ +static_assert(alignof(LevelSequenceActor_ResetBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_ResetBinding"); \ +static_assert(sizeof(LevelSequenceActor_ResetBinding) == 0x000018, "Wrong size on LevelSequenceActor_ResetBinding"); \ +static_assert(offsetof(LevelSequenceActor_ResetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_ResetBinding::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetBinding \ +static_assert(alignof(LevelSequenceActor_SetBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBinding"); \ +static_assert(sizeof(LevelSequenceActor_SetBinding) == 0x000030, "Wrong size on LevelSequenceActor_SetBinding"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_SetBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, Actors) == 0x000018, "Member 'LevelSequenceActor_SetBinding::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, bAllowBindingsFromAsset) == 0x000028, "Member 'LevelSequenceActor_SetBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetBindingByTag \ +static_assert(alignof(LevelSequenceActor_SetBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_SetBindingByTag) == 0x000020, "Wrong size on LevelSequenceActor_SetBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_SetBindingByTag::BindingTag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, Actors) == 0x000008, "Member 'LevelSequenceActor_SetBindingByTag::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, bAllowBindingsFromAsset) == 0x000018, "Member 'LevelSequenceActor_SetBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetReplicatePlayback \ +static_assert(alignof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong alignment on LevelSequenceActor_SetReplicatePlayback"); \ +static_assert(sizeof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong size on LevelSequenceActor_SetReplicatePlayback"); \ +static_assert(offsetof(LevelSequenceActor_SetReplicatePlayback, ReplicatePlayback) == 0x000000, "Member 'LevelSequenceActor_SetReplicatePlayback::ReplicatePlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetSequence \ +static_assert(alignof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_SetSequence"); \ +static_assert(sizeof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong size on LevelSequenceActor_SetSequence"); \ +static_assert(offsetof(LevelSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'LevelSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBinding \ +static_assert(alignof(LevelSequenceActor_FindNamedBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_FindNamedBinding"); \ +static_assert(sizeof(LevelSequenceActor_FindNamedBinding) == 0x000020, "Wrong size on LevelSequenceActor_FindNamedBinding"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBinding, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBinding::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBinding, ReturnValue) == 0x000008, "Member 'LevelSequenceActor_FindNamedBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBindings \ +static_assert(alignof(LevelSequenceActor_FindNamedBindings) == 0x000008, "Wrong alignment on LevelSequenceActor_FindNamedBindings"); \ +static_assert(sizeof(LevelSequenceActor_FindNamedBindings) == 0x000018, "Wrong size on LevelSequenceActor_FindNamedBindings"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBindings, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBindings::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBindings, ReturnValue) == 0x000008, "Member 'LevelSequenceActor_FindNamedBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_GetSequence \ +static_assert(alignof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequence"); \ +static_assert(sizeof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong size on LevelSequenceActor_GetSequence"); \ +static_assert(offsetof(LevelSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_GetSequencePlayer \ +static_assert(alignof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on LevelSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(LevelSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_LoadSequence \ +static_assert(alignof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_LoadSequence"); \ +static_assert(sizeof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong size on LevelSequenceActor_LoadSequence"); \ +static_assert(offsetof(LevelSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelSequenceActor \ +static_assert(alignof(ALevelSequenceActor) == 0x000008, "Wrong alignment on ALevelSequenceActor"); \ +static_assert(sizeof(ALevelSequenceActor) == 0x0002B0, "Wrong size on ALevelSequenceActor"); \ +static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x000240, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x000258, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, LevelSequence) == 0x000260, "Member 'ALevelSequenceActor::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000278, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x000280, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x000288, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x000298, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x0002A0, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x0002A8, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UAnimSequenceLevelSequenceLink \ +static_assert(alignof(UAnimSequenceLevelSequenceLink) == 0x000008, "Wrong alignment on UAnimSequenceLevelSequenceLink"); \ +static_assert(sizeof(UAnimSequenceLevelSequenceLink) == 0x000050, "Wrong size on UAnimSequenceLevelSequenceLink"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, SkelTrackGuid) == 0x000028, "Member 'UAnimSequenceLevelSequenceLink::SkelTrackGuid' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, PathToLevelSequence) == 0x000038, "Member 'UAnimSequenceLevelSequenceLink::PathToLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultLevelSequenceInstanceData \ +static_assert(alignof(UDefaultLevelSequenceInstanceData) == 0x000010, "Wrong alignment on UDefaultLevelSequenceInstanceData"); \ +static_assert(sizeof(UDefaultLevelSequenceInstanceData) == 0x000070, "Wrong size on UDefaultLevelSequenceInstanceData"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOriginActor) == 0x000030, "Member 'UDefaultLevelSequenceInstanceData::TransformOriginActor' has a wrong offset!"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOrigin) == 0x000040, "Member 'UDefaultLevelSequenceInstanceData::TransformOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnInOptions_SetBurnIn \ +static_assert(alignof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000008, "Wrong alignment on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(sizeof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000018, "Wrong size on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(offsetof(LevelSequenceBurnInOptions_SetBurnIn, InBurnInClass) == 0x000000, "Member 'LevelSequenceBurnInOptions_SetBurnIn::InBurnInClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnInOptions \ +static_assert(alignof(ULevelSequenceBurnInOptions) == 0x000008, "Wrong alignment on ULevelSequenceBurnInOptions"); \ +static_assert(sizeof(ULevelSequenceBurnInOptions) == 0x000050, "Wrong size on ULevelSequenceBurnInOptions"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, bUseBurnIn) == 0x000028, "Member 'ULevelSequenceBurnInOptions::bUseBurnIn' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, BurnInClass) == 0x000030, "Member 'ULevelSequenceBurnInOptions::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, Settings) == 0x000048, "Member 'ULevelSequenceBurnInOptions::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceAnimSequenceLink \ +static_assert(alignof(ULevelSequenceAnimSequenceLink) == 0x000008, "Wrong alignment on ULevelSequenceAnimSequenceLink"); \ +static_assert(sizeof(ULevelSequenceAnimSequenceLink) == 0x000038, "Wrong size on ULevelSequenceAnimSequenceLink"); \ +static_assert(offsetof(ULevelSequenceAnimSequenceLink, AnimSequenceLinks) == 0x000028, "Member 'ULevelSequenceAnimSequenceLink::AnimSequenceLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnIn_SetSettings \ +static_assert(alignof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_SetSettings"); \ +static_assert(sizeof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong size on LevelSequenceBurnIn_SetSettings"); \ +static_assert(offsetof(LevelSequenceBurnIn_SetSettings, InSettings) == 0x000000, "Member 'LevelSequenceBurnIn_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnIn_GetSettingsClass \ +static_assert(alignof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_GetSettingsClass"); \ +static_assert(sizeof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong size on LevelSequenceBurnIn_GetSettingsClass"); \ +static_assert(offsetof(LevelSequenceBurnIn_GetSettingsClass, ReturnValue) == 0x000000, "Member 'LevelSequenceBurnIn_GetSettingsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnIn \ +static_assert(alignof(ULevelSequenceBurnIn) == 0x000008, "Wrong alignment on ULevelSequenceBurnIn"); \ +static_assert(sizeof(ULevelSequenceBurnIn) == 0x000320, "Wrong size on ULevelSequenceBurnIn"); \ +static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x000260, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x000318, "Member 'ULevelSequenceBurnIn::LevelSequenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyLevelSequenceDirectorBlueprint \ +static_assert(alignof(ULegacyLevelSequenceDirectorBlueprint) == 0x000008, "Wrong alignment on ULegacyLevelSequenceDirectorBlueprint"); \ +static_assert(sizeof(ULegacyLevelSequenceDirectorBlueprint) == 0x0000A0, "Wrong size on ULegacyLevelSequenceDirectorBlueprint"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceProjectSettings \ +static_assert(alignof(ULevelSequenceProjectSettings) == 0x000008, "Wrong alignment on ULevelSequenceProjectSettings"); \ +static_assert(sizeof(ULevelSequenceProjectSettings) == 0x000068, "Wrong size on ULevelSequenceProjectSettings"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, bDefaultLockEngineToDisplayRate) == 0x000038, "Member 'ULevelSequenceProjectSettings::bDefaultLockEngineToDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultDisplayRate) == 0x000040, "Member 'ULevelSequenceProjectSettings::DefaultDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultTickResolution) == 0x000050, "Member 'ULevelSequenceProjectSettings::DefaultTickResolution' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultClockSource) == 0x000060, "Member 'ULevelSequenceProjectSettings::DefaultClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceMediaController_SynchronizeToServer \ +static_assert(alignof(LevelSequenceMediaController_SynchronizeToServer) == 0x000004, "Wrong alignment on LevelSequenceMediaController_SynchronizeToServer"); \ +static_assert(sizeof(LevelSequenceMediaController_SynchronizeToServer) == 0x000004, "Wrong size on LevelSequenceMediaController_SynchronizeToServer"); \ +static_assert(offsetof(LevelSequenceMediaController_SynchronizeToServer, DesyncThresholdSeconds) == 0x000000, "Member 'LevelSequenceMediaController_SynchronizeToServer::DesyncThresholdSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceMediaController_GetMediaComponent \ +static_assert(alignof(LevelSequenceMediaController_GetMediaComponent) == 0x000008, "Wrong alignment on LevelSequenceMediaController_GetMediaComponent"); \ +static_assert(sizeof(LevelSequenceMediaController_GetMediaComponent) == 0x000008, "Wrong size on LevelSequenceMediaController_GetMediaComponent"); \ +static_assert(offsetof(LevelSequenceMediaController_GetMediaComponent, ReturnValue) == 0x000000, "Member 'LevelSequenceMediaController_GetMediaComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceMediaController_GetSequence \ +static_assert(alignof(LevelSequenceMediaController_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceMediaController_GetSequence"); \ +static_assert(sizeof(LevelSequenceMediaController_GetSequence) == 0x000008, "Wrong size on LevelSequenceMediaController_GetSequence"); \ +static_assert(offsetof(LevelSequenceMediaController_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceMediaController_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelSequenceMediaController \ +static_assert(alignof(ALevelSequenceMediaController) == 0x000008, "Wrong alignment on ALevelSequenceMediaController"); \ +static_assert(sizeof(ALevelSequenceMediaController) == 0x000250, "Wrong size on ALevelSequenceMediaController"); \ +static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000230, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x000238, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x000240, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_CosmeticItem_C \ +static_assert(alignof(ABP_CM_CosmeticItem_C) == 0x000008, "Wrong alignment on ABP_CM_CosmeticItem_C"); \ +static_assert(sizeof(ABP_CM_CosmeticItem_C) == 0x000238, "Wrong size on ABP_CM_CosmeticItem_C"); \ +static_assert(offsetof(ABP_CM_CosmeticItem_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_CM_CosmeticItem_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysPlanarLimit \ +static_assert(alignof(FAnimPhysPlanarLimit) == 0x000010, "Wrong alignment on FAnimPhysPlanarLimit"); \ +static_assert(sizeof(FAnimPhysPlanarLimit) == 0x000040, "Wrong size on FAnimPhysPlanarLimit"); \ +static_assert(offsetof(FAnimPhysPlanarLimit, DrivingBone) == 0x000000, "Member 'FAnimPhysPlanarLimit::DrivingBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysPlanarLimit, PlaneTransform) == 0x000010, "Member 'FAnimPhysPlanarLimit::PlaneTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_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_FAnimSequencerInstanceProxy \ +static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ +static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000A10, "Wrong size on FAnimSequencerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseHandler \ +static_assert(alignof(FAnimNode_PoseHandler) == 0x000008, "Wrong alignment on FAnimNode_PoseHandler"); \ +static_assert(sizeof(FAnimNode_PoseHandler) == 0x000080, "Wrong size on FAnimNode_PoseHandler"); \ +static_assert(offsetof(FAnimNode_PoseHandler, PoseAsset) == 0x000038, "Member 'FAnimNode_PoseHandler::PoseAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_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_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_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_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_FRotationRetargetingInfo \ +static_assert(alignof(FRotationRetargetingInfo) == 0x000010, "Wrong alignment on FRotationRetargetingInfo"); \ +static_assert(sizeof(FRotationRetargetingInfo) == 0x000130, "Wrong size on FRotationRetargetingInfo"); \ +static_assert(offsetof(FRotationRetargetingInfo, bEnabled) == 0x000000, "Member 'FRotationRetargetingInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, Source) == 0x000010, "Member 'FRotationRetargetingInfo::Source' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, Target) == 0x000040, "Member 'FRotationRetargetingInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, RotationComponent) == 0x000070, "Member 'FRotationRetargetingInfo::RotationComponent' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TwistAxis) == 0x000074, "Member 'FRotationRetargetingInfo::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bUseAbsoluteAngle) == 0x000080, "Member 'FRotationRetargetingInfo::bUseAbsoluteAngle' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, SourceMinimum) == 0x000084, "Member 'FRotationRetargetingInfo::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, SourceMaximum) == 0x000088, "Member 'FRotationRetargetingInfo::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TargetMinimum) == 0x00008C, "Member 'FRotationRetargetingInfo::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TargetMaximum) == 0x000090, "Member 'FRotationRetargetingInfo::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, EasingType) == 0x000094, "Member 'FRotationRetargetingInfo::EasingType' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, CustomCurve) == 0x000098, "Member 'FRotationRetargetingInfo::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bFlipEasing) == 0x000120, "Member 'FRotationRetargetingInfo::bFlipEasing' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, EasingWeight) == 0x000124, "Member 'FRotationRetargetingInfo::EasingWeight' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bClamp) == 0x000128, "Member 'FRotationRetargetingInfo::bClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AnimDynamics \ +static_assert(alignof(FAnimNode_AnimDynamics) == 0x000010, "Wrong alignment on FAnimNode_AnimDynamics"); \ +static_assert(sizeof(FAnimNode_AnimDynamics) == 0x000440, "Wrong size on FAnimNode_AnimDynamics"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearDampingOverride) == 0x0000C8, "Member 'FAnimNode_AnimDynamics::LinearDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularDampingOverride) == 0x0000CC, "Member 'FAnimNode_AnimDynamics::AngularDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RelativeSpaceBone) == 0x000130, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x000140, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x000150, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, BoxExtents) == 0x000160, "Member 'FAnimNode_AnimDynamics::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LocalJointOffset) == 0x00016C, "Member 'FAnimNode_AnimDynamics::LocalJointOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x000178, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x00017C, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x000188, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x00018C, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x000190, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000194, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x0001A0, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x0001AC, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x0001B8, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x0001BC, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ConstraintSetup) == 0x0001C4, "Member 'FAnimNode_AnimDynamics::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000210, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphereCollisionRadius) == 0x000220, "Member 'FAnimNode_AnimDynamics::SphereCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x000224, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000230, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, CollisionType) == 0x000240, "Member 'FAnimNode_AnimDynamics::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000241, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000250, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyAdditive \ +static_assert(alignof(FAnimNode_ApplyAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyAdditive"); \ +static_assert(sizeof(FAnimNode_ApplyAdditive) == 0x0000C8, "Wrong size on FAnimNode_ApplyAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Base) == 0x000010, "Member 'FAnimNode_ApplyAdditive::Base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Alpha) == 0x000030, "Member 'FAnimNode_ApplyAdditive::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBias) == 0x000034, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, LODThreshold) == 0x00003C, "Member 'FAnimNode_ApplyAdditive::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaInputType) == 0x0000C4, "Member 'FAnimNode_ApplyAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, bAlphaBoolEnabled) == 0x0000C5, "Member 'FAnimNode_ApplyAdditive::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAngularRangeLimit \ +static_assert(alignof(FAngularRangeLimit) == 0x000004, "Wrong alignment on FAngularRangeLimit"); \ +static_assert(sizeof(FAngularRangeLimit) == 0x000028, "Wrong size on FAngularRangeLimit"); \ +static_assert(offsetof(FAngularRangeLimit, LimitMin) == 0x000000, "Member 'FAngularRangeLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FAngularRangeLimit, LimitMax) == 0x00000C, "Member 'FAngularRangeLimit::LimitMax' has a wrong offset!"); \ +static_assert(offsetof(FAngularRangeLimit, Bone) == 0x000018, "Member 'FAngularRangeLimit::Bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyLimits \ +static_assert(alignof(FAnimNode_ApplyLimits) == 0x000008, "Wrong alignment on FAnimNode_ApplyLimits"); \ +static_assert(sizeof(FAnimNode_ApplyLimits) == 0x0000E8, "Wrong size on FAnimNode_ApplyLimits"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000C8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000D8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendBoneByChannelEntry \ +static_assert(alignof(FBlendBoneByChannelEntry) == 0x000004, "Wrong alignment on FBlendBoneByChannelEntry"); \ +static_assert(sizeof(FBlendBoneByChannelEntry) == 0x000024, "Wrong size on FBlendBoneByChannelEntry"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, SourceBone) == 0x000000, "Member 'FBlendBoneByChannelEntry::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, TargetBone) == 0x000010, "Member 'FBlendBoneByChannelEntry::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendTranslation) == 0x000020, "Member 'FBlendBoneByChannelEntry::bBlendTranslation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendRotation) == 0x000021, "Member 'FBlendBoneByChannelEntry::bBlendRotation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendScale) == 0x000022, "Member 'FBlendBoneByChannelEntry::bBlendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendBoneByChannel \ +static_assert(alignof(FAnimNode_BlendBoneByChannel) == 0x000008, "Wrong alignment on FAnimNode_BlendBoneByChannel"); \ +static_assert(sizeof(FAnimNode_BlendBoneByChannel) == 0x000068, "Wrong size on FAnimNode_BlendBoneByChannel"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, A) == 0x000010, "Member 'FAnimNode_BlendBoneByChannel::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, B) == 0x000020, "Member 'FAnimNode_BlendBoneByChannel::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, BoneDefinitions) == 0x000030, "Member 'FAnimNode_BlendBoneByChannel::BoneDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, Alpha) == 0x000050, "Member 'FAnimNode_BlendBoneByChannel::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_BlendBoneByChannel::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, TransformsSpace) == 0x000060, "Member 'FAnimNode_BlendBoneByChannel::TransformsSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_FBoneSocketTarget \ +static_assert(alignof(FBoneSocketTarget) == 0x000010, "Wrong alignment on FBoneSocketTarget"); \ +static_assert(sizeof(FBoneSocketTarget) == 0x000060, "Wrong size on FBoneSocketTarget"); \ +static_assert(offsetof(FBoneSocketTarget, bUseSocket) == 0x000000, "Member 'FBoneSocketTarget::bUseSocket' has a wrong offset!"); \ +static_assert(offsetof(FBoneSocketTarget, BoneReference) == 0x000004, "Member 'FBoneSocketTarget::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FBoneSocketTarget, SocketReference) == 0x000020, "Member 'FBoneSocketTarget::SocketReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CCDIK \ +static_assert(alignof(FAnimNode_CCDIK) == 0x000010, "Wrong alignment on FAnimNode_CCDIK"); \ +static_assert(sizeof(FAnimNode_CCDIK) == 0x000180, "Wrong size on FAnimNode_CCDIK"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocation) == 0x0000C8, "Member 'FAnimNode_CCDIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocationSpace) == 0x0000D4, "Member 'FAnimNode_CCDIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorTarget) == 0x0000E0, "Member 'FAnimNode_CCDIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, TipBone) == 0x000140, "Member 'FAnimNode_CCDIK::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RootBone) == 0x000150, "Member 'FAnimNode_CCDIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, Precision) == 0x000160, "Member 'FAnimNode_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, MaxIterations) == 0x000164, "Member 'FAnimNode_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bStartFromTail) == 0x000168, "Member 'FAnimNode_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bEnableRotationLimit) == 0x000169, "Member 'FAnimNode_CCDIK::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RotationLimitPerJoints) == 0x000170, "Member 'FAnimNode_CCDIK::RotationLimitPerJoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraint \ +static_assert(alignof(FConstraint) == 0x000004, "Wrong alignment on FConstraint"); \ +static_assert(sizeof(FConstraint) == 0x00001C, "Wrong size on FConstraint"); \ +static_assert(offsetof(FConstraint, TargetBone) == 0x000000, "Member 'FConstraint::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, OffsetOption) == 0x000010, "Member 'FConstraint::OffsetOption' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, TransformType) == 0x000011, "Member 'FConstraint::TransformType' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, PerAxis) == 0x000012, "Member 'FConstraint::PerAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Constraint \ +static_assert(alignof(FAnimNode_Constraint) == 0x000008, "Wrong alignment on FAnimNode_Constraint"); \ +static_assert(sizeof(FAnimNode_Constraint) == 0x000108, "Wrong size on FAnimNode_Constraint"); \ +static_assert(offsetof(FAnimNode_Constraint, BoneToModify) == 0x0000C8, "Member 'FAnimNode_Constraint::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintSetup) == 0x0000D8, "Member 'FAnimNode_Constraint::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintWeights) == 0x0000E8, "Member 'FAnimNode_Constraint::ConstraintWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyBoneDelta \ +static_assert(alignof(FAnimNode_CopyBoneDelta) == 0x000008, "Wrong alignment on FAnimNode_CopyBoneDelta"); \ +static_assert(sizeof(FAnimNode_CopyBoneDelta) == 0x0000F8, "Wrong size on FAnimNode_CopyBoneDelta"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBoneDelta::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBoneDelta::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBoneDelta::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBoneDelta::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBoneDelta::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, CopyMode) == 0x0000EB, "Member 'FAnimNode_CopyBoneDelta::CopyMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TranslationMultiplier) == 0x0000EC, "Member 'FAnimNode_CopyBoneDelta::TranslationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, RotationMultiplier) == 0x0000F0, "Member 'FAnimNode_CopyBoneDelta::RotationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, ScaleMultiplier) == 0x0000F4, "Member 'FAnimNode_CopyBoneDelta::ScaleMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyPoseFromMesh \ +static_assert(alignof(FAnimNode_CopyPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_CopyPoseFromMesh"); \ +static_assert(sizeof(FAnimNode_CopyPoseFromMesh) == 0x0001D8, "Wrong size on FAnimNode_CopyPoseFromMesh"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_CopyPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, bCopyCustomAttributes) == 0x000019, "Member 'FAnimNode_CopyPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, RootBoneToCopy) == 0x00001C, "Member 'FAnimNode_CopyPoseFromMesh::RootBoneToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CurveSource \ +static_assert(alignof(FAnimNode_CurveSource) == 0x000008, "Wrong alignment on FAnimNode_CurveSource"); \ +static_assert(sizeof(FAnimNode_CurveSource) == 0x000040, "Wrong size on FAnimNode_CurveSource"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourcePose) == 0x000010, "Member 'FAnimNode_CurveSource::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourceBinding) == 0x000020, "Member 'FAnimNode_CurveSource::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, Alpha) == 0x000028, "Member 'FAnimNode_CurveSource::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, CurveSource) == 0x000030, "Member 'FAnimNode_CurveSource::CurveSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Fabrik \ +static_assert(alignof(FAnimNode_Fabrik) == 0x000010, "Wrong alignment on FAnimNode_Fabrik"); \ +static_assert(sizeof(FAnimNode_Fabrik) == 0x000190, "Wrong size on FAnimNode_Fabrik"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransform) == 0x0000D0, "Member 'FAnimNode_Fabrik::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTarget) == 0x000100, "Member 'FAnimNode_Fabrik::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, TipBone) == 0x000160, "Member 'FAnimNode_Fabrik::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, RootBone) == 0x000170, "Member 'FAnimNode_Fabrik::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, Precision) == 0x000180, "Member 'FAnimNode_Fabrik::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, MaxIterations) == 0x000184, "Member 'FAnimNode_Fabrik::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransformSpace) == 0x000188, "Member 'FAnimNode_Fabrik::EffectorTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorRotationSource) == 0x000189, "Member 'FAnimNode_Fabrik::EffectorRotationSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_HandIKRetargeting \ +static_assert(alignof(FAnimNode_HandIKRetargeting) == 0x000008, "Wrong alignment on FAnimNode_HandIKRetargeting"); \ +static_assert(sizeof(FAnimNode_HandIKRetargeting) == 0x000120, "Wrong size on FAnimNode_HandIKRetargeting"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000C8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000D8, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x0000F8, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000108, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000118, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LayeredBoneBlend \ +static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ +static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000C0, "Wrong size on FAnimNode_LayeredBoneBlend"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BasePose) == 0x000010, "Member 'FAnimNode_LayeredBoneBlend::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendPoses) == 0x000020, "Member 'FAnimNode_LayeredBoneBlend::BlendPoses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LayerSetup) == 0x000030, "Member 'FAnimNode_LayeredBoneBlend::LayerSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendWeights) == 0x000040, "Member 'FAnimNode_LayeredBoneBlend::BlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x000050, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x000051, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x000052, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x000053, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x000058, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, PerBoneBlendWeights) == 0x000060, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x000070, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x000080, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKDefinition \ +static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ +static_assert(sizeof(FAnimLegIKDefinition) == 0x00002C, "Wrong size on FAnimLegIKDefinition"); \ +static_assert(offsetof(FAnimLegIKDefinition, IKFootBone) == 0x000000, "Member 'FAnimLegIKDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FKFootBone) == 0x000010, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000020, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x000024, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000028, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000029, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x00002A, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x00002B, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LegIK \ +static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ +static_assert(sizeof(FAnimNode_LegIK) == 0x0000F8, "Wrong size on FAnimNode_LegIK"); \ +static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000C8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000CC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000D0, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKData \ +static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ +static_assert(sizeof(FAnimLegIKData) == 0x0000A0, "Wrong size on FAnimLegIKData"); \ + +#define DUMPER7_ASSERTS_FIKChain \ +static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ +static_assert(sizeof(FIKChain) == 0x000038, "Wrong size on FIKChain"); \ + +#define DUMPER7_ASSERTS_FIKChainLink \ +static_assert(alignof(FIKChainLink) == 0x000004, "Wrong alignment on FIKChainLink"); \ +static_assert(sizeof(FIKChainLink) == 0x00003C, "Wrong size on FIKChainLink"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LookAt \ +static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ +static_assert(sizeof(FAnimNode_LookAt) == 0x0001B0, "Wrong size on FAnimNode_LookAt"); \ +static_assert(offsetof(FAnimNode_LookAt, BoneToModify) == 0x0000C8, "Member 'FAnimNode_LookAt::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtTarget) == 0x0000E0, "Member 'FAnimNode_LookAt::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtLocation) == 0x000140, "Member 'FAnimNode_LookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAt_Axis) == 0x00014C, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x00015C, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x00015D, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x000160, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x000170, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x000174, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x000178, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MakeDynamicAdditive \ +static_assert(alignof(FAnimNode_MakeDynamicAdditive) == 0x000008, "Wrong alignment on FAnimNode_MakeDynamicAdditive"); \ +static_assert(sizeof(FAnimNode_MakeDynamicAdditive) == 0x000038, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Base) == 0x000010, "Member 'FAnimNode_MakeDynamicAdditive::Base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_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_FPoseDriverTransform \ +static_assert(alignof(FPoseDriverTransform) == 0x000004, "Wrong alignment on FPoseDriverTransform"); \ +static_assert(sizeof(FPoseDriverTransform) == 0x000018, "Wrong size on FPoseDriverTransform"); \ +static_assert(offsetof(FPoseDriverTransform, TargetTranslation) == 0x000000, "Member 'FPoseDriverTransform::TargetTranslation' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTransform, TargetRotation) == 0x00000C, "Member 'FPoseDriverTransform::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDriverTarget \ +static_assert(alignof(FPoseDriverTarget) == 0x000008, "Wrong alignment on FPoseDriverTarget"); \ +static_assert(sizeof(FPoseDriverTarget) == 0x0000C0, "Wrong size on FPoseDriverTarget"); \ +static_assert(offsetof(FPoseDriverTarget, BoneTransforms) == 0x000000, "Member 'FPoseDriverTarget::BoneTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, TargetRotation) == 0x000010, "Member 'FPoseDriverTarget::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, TargetScale) == 0x00001C, "Member 'FPoseDriverTarget::TargetScale' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, DistanceMethod) == 0x000020, "Member 'FPoseDriverTarget::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, FunctionType) == 0x000021, "Member 'FPoseDriverTarget::FunctionType' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, bApplyCustomCurve) == 0x000022, "Member 'FPoseDriverTarget::bApplyCustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, CustomCurve) == 0x000028, "Member 'FPoseDriverTarget::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, DrivenName) == 0x0000A8, "Member 'FPoseDriverTarget::DrivenName' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, bIsHidden) == 0x0000B8, "Member 'FPoseDriverTarget::bIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFParams \ +static_assert(alignof(FRBFParams) == 0x000004, "Wrong alignment on FRBFParams"); \ +static_assert(sizeof(FRBFParams) == 0x00002C, "Wrong size on FRBFParams"); \ +static_assert(offsetof(FRBFParams, TargetDimensions) == 0x000000, "Member 'FRBFParams::TargetDimensions' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, SolverType) == 0x000004, "Member 'FRBFParams::SolverType' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, Radius) == 0x000008, "Member 'FRBFParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, bAutomaticRadius) == 0x00000C, "Member 'FRBFParams::bAutomaticRadius' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, Function) == 0x00000D, "Member 'FRBFParams::Function' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, DistanceMethod) == 0x00000E, "Member 'FRBFParams::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, TwistAxis) == 0x00000F, "Member 'FRBFParams::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, WeightThreshold) == 0x000010, "Member 'FRBFParams::WeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, NormalizeMethod) == 0x000014, "Member 'FRBFParams::NormalizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianReference) == 0x000018, "Member 'FRBFParams::MedianReference' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianMin) == 0x000024, "Member 'FRBFParams::MedianMin' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianMax) == 0x000028, "Member 'FRBFParams::MedianMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseDriver \ +static_assert(alignof(FAnimNode_PoseDriver) == 0x000008, "Wrong alignment on FAnimNode_PoseDriver"); \ +static_assert(sizeof(FAnimNode_PoseDriver) == 0x000168, "Wrong size on FAnimNode_PoseDriver"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x000080, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x000090, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000A0, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000B0, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x0000F0, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x000100, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x00012C, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x00012D, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x000130, "Member 'FAnimNode_PoseDriver::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseSnapshot \ +static_assert(alignof(FAnimNode_PoseSnapshot) == 0x000008, "Wrong alignment on FAnimNode_PoseSnapshot"); \ +static_assert(sizeof(FAnimNode_PoseSnapshot) == 0x000090, "Wrong size on FAnimNode_PoseSnapshot"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, SnapshotName) == 0x000010, "Member 'FAnimNode_PoseSnapshot::SnapshotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, Snapshot) == 0x000018, "Member 'FAnimNode_PoseSnapshot::Snapshot' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, Mode) == 0x000050, "Member 'FAnimNode_PoseSnapshot::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomPlayerSequenceEntry \ +static_assert(alignof(FRandomPlayerSequenceEntry) == 0x000008, "Wrong alignment on FRandomPlayerSequenceEntry"); \ +static_assert(sizeof(FRandomPlayerSequenceEntry) == 0x000050, "Wrong size on FRandomPlayerSequenceEntry"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, Sequence) == 0x000000, "Member 'FRandomPlayerSequenceEntry::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, ChanceToPlay) == 0x000008, "Member 'FRandomPlayerSequenceEntry::ChanceToPlay' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MinLoopCount) == 0x00000C, "Member 'FRandomPlayerSequenceEntry::MinLoopCount' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MaxLoopCount) == 0x000010, "Member 'FRandomPlayerSequenceEntry::MaxLoopCount' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MinPlayRate) == 0x000014, "Member 'FRandomPlayerSequenceEntry::MinPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MaxPlayRate) == 0x000018, "Member 'FRandomPlayerSequenceEntry::MaxPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, BlendIn) == 0x000020, "Member 'FRandomPlayerSequenceEntry::BlendIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RandomPlayer \ +static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ +static_assert(sizeof(FAnimNode_RandomPlayer) == 0x000078, "Wrong size on FAnimNode_RandomPlayer"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000010, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000070, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MeshSpaceRefPose \ +static_assert(alignof(FAnimNode_MeshSpaceRefPose) == 0x000008, "Wrong alignment on FAnimNode_MeshSpaceRefPose"); \ +static_assert(sizeof(FAnimNode_MeshSpaceRefPose) == 0x000010, "Wrong size on FAnimNode_MeshSpaceRefPose"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RefPose \ +static_assert(alignof(FAnimNode_RefPose) == 0x000008, "Wrong alignment on FAnimNode_RefPose"); \ +static_assert(sizeof(FAnimNode_RefPose) == 0x000018, "Wrong size on FAnimNode_RefPose"); \ +static_assert(offsetof(FAnimNode_RefPose, RefPoseType) == 0x000010, "Member 'FAnimNode_RefPose::RefPoseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ResetRoot \ +static_assert(alignof(FAnimNode_ResetRoot) == 0x000008, "Wrong alignment on FAnimNode_ResetRoot"); \ +static_assert(sizeof(FAnimNode_ResetRoot) == 0x0000D8, "Wrong size on FAnimNode_ResetRoot"); \ + +#define DUMPER7_ASSERTS_FSimSpaceSettings \ +static_assert(alignof(FSimSpaceSettings) == 0x000004, "Wrong alignment on FSimSpaceSettings"); \ +static_assert(sizeof(FSimSpaceSettings) == 0x000040, "Wrong size on FSimSpaceSettings"); \ +static_assert(offsetof(FSimSpaceSettings, MasterAlpha) == 0x000000, "Member 'FSimSpaceSettings::MasterAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, VelocityScaleZ) == 0x000004, "Member 'FSimSpaceSettings::VelocityScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearVelocity) == 0x000008, "Member 'FSimSpaceSettings::MaxLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularVelocity) == 0x00000C, "Member 'FSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearAcceleration) == 0x000010, "Member 'FSimSpaceSettings::MaxLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularAcceleration) == 0x000014, "Member 'FSimSpaceSettings::MaxAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearDrag) == 0x000018, "Member 'FSimSpaceSettings::ExternalLinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearDragV) == 0x00001C, "Member 'FSimSpaceSettings::ExternalLinearDragV' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearVelocity) == 0x000028, "Member 'FSimSpaceSettings::ExternalLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalAngularVelocity) == 0x000034, "Member 'FSimSpaceSettings::ExternalAngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RigidBody \ +static_assert(alignof(FAnimNode_RigidBody) == 0x000010, "Wrong alignment on FAnimNode_RigidBody"); \ +static_assert(sizeof(FAnimNode_RigidBody) == 0x000830, "Wrong size on FAnimNode_RigidBody"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverridePhysicsAsset) == 0x0000C8, "Member 'FAnimNode_RigidBody::OverridePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverrideWorldGravity) == 0x000168, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000174, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x000180, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x00018C, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x000198, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x0001A4, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x0001E4, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x0001E8, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x0001F8, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x0001F9, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x0001FA, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x000200, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x000204, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotateRootBone \ +static_assert(alignof(FAnimNode_RotateRootBone) == 0x000008, "Wrong alignment on FAnimNode_RotateRootBone"); \ +static_assert(sizeof(FAnimNode_RotateRootBone) == 0x0000A0, "Wrong size on FAnimNode_RotateRootBone"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, BasePose) == 0x000010, "Member 'FAnimNode_RotateRootBone::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Pitch) == 0x000020, "Member 'FAnimNode_RotateRootBone::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Yaw) == 0x000024, "Member 'FAnimNode_RotateRootBone::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, PitchScaleBiasClamp) == 0x000028, "Member 'FAnimNode_RotateRootBone::PitchScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, YawScaleBiasClamp) == 0x000058, "Member 'FAnimNode_RotateRootBone::YawScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, MeshToComponent) == 0x000088, "Member 'FAnimNode_RotateRootBone::MeshToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationMultiplier \ +static_assert(alignof(FAnimNode_RotationMultiplier) == 0x000008, "Wrong alignment on FAnimNode_RotationMultiplier"); \ +static_assert(sizeof(FAnimNode_RotationMultiplier) == 0x0000F0, "Wrong size on FAnimNode_RotationMultiplier"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, TargetBone) == 0x0000C8, "Member 'FAnimNode_RotationMultiplier::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, SourceBone) == 0x0000D8, "Member 'FAnimNode_RotationMultiplier::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, Multiplier) == 0x0000E8, "Member 'FAnimNode_RotationMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, RotationAxisToRefer) == 0x0000EC, "Member 'FAnimNode_RotationMultiplier::RotationAxisToRefer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, bIsAdditive) == 0x0000ED, "Member 'FAnimNode_RotationMultiplier::bIsAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpace \ +static_assert(alignof(FAnimNode_RotationOffsetBlendSpace) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(sizeof(FAnimNode_RotationOffsetBlendSpace) == 0x000190, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x0000E8, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x0000F8, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, Alpha) == 0x0000FC, "Member 'FAnimNode_RotationOffsetBlendSpace::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000100, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000108, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x000150, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x000158, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x00018C, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x00018D, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ScaleChainLength \ +static_assert(alignof(FAnimNode_ScaleChainLength) == 0x000008, "Wrong alignment on FAnimNode_ScaleChainLength"); \ +static_assert(sizeof(FAnimNode_ScaleChainLength) == 0x000078, "Wrong size on FAnimNode_ScaleChainLength"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, InputPose) == 0x000010, "Member 'FAnimNode_ScaleChainLength::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, DefaultChainLength) == 0x000020, "Member 'FAnimNode_ScaleChainLength::DefaultChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainStartBone) == 0x000024, "Member 'FAnimNode_ScaleChainLength::ChainStartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainEndBone) == 0x000034, "Member 'FAnimNode_ScaleChainLength::ChainEndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, TargetLocation) == 0x000044, "Member 'FAnimNode_ScaleChainLength::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, Alpha) == 0x000050, "Member 'FAnimNode_ScaleChainLength::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_ScaleChainLength::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainInitialLength) == 0x000060, "Member 'FAnimNode_ScaleChainLength::ChainInitialLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequenceEvaluator \ +static_assert(alignof(FAnimNode_SequenceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_SequenceEvaluator"); \ +static_assert(sizeof(FAnimNode_SequenceEvaluator) == 0x000050, "Wrong size on FAnimNode_SequenceEvaluator"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, Sequence) == 0x000038, "Member 'FAnimNode_SequenceEvaluator::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, ExplicitTime) == 0x000040, "Member 'FAnimNode_SequenceEvaluator::ExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, bShouldLoop) == 0x000044, "Member 'FAnimNode_SequenceEvaluator::bShouldLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, bTeleportToExplicitTime) == 0x000045, "Member 'FAnimNode_SequenceEvaluator::bTeleportToExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, ReinitializationBehavior) == 0x000046, "Member 'FAnimNode_SequenceEvaluator::ReinitializationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, StartPosition) == 0x000048, "Member 'FAnimNode_SequenceEvaluator::StartPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Slot \ +static_assert(alignof(FAnimNode_Slot) == 0x000008, "Wrong alignment on FAnimNode_Slot"); \ +static_assert(sizeof(FAnimNode_Slot) == 0x000048, "Wrong size on FAnimNode_Slot"); \ +static_assert(offsetof(FAnimNode_Slot, Source) == 0x000010, "Member 'FAnimNode_Slot::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, SlotName) == 0x000020, "Member 'FAnimNode_Slot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, bAlwaysUpdateSourcePose) == 0x000028, "Member 'FAnimNode_Slot::bAlwaysUpdateSourcePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SplineIK \ +static_assert(alignof(FAnimNode_SplineIK) == 0x000008, "Wrong alignment on FAnimNode_SplineIK"); \ +static_assert(sizeof(FAnimNode_SplineIK) == 0x000270, "Wrong size on FAnimNode_SplineIK"); \ +static_assert(offsetof(FAnimNode_SplineIK, StartBone) == 0x0000C8, "Member 'FAnimNode_SplineIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, EndBone) == 0x0000D8, "Member 'FAnimNode_SplineIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, BoneAxis) == 0x0000E8, "Member 'FAnimNode_SplineIK::BoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, bAutoCalculateSpline) == 0x0000E9, "Member 'FAnimNode_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, PointCount) == 0x0000EC, "Member 'FAnimNode_SplineIK::PointCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, ControlPoints) == 0x0000F0, "Member 'FAnimNode_SplineIK::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Roll) == 0x000100, "Member 'FAnimNode_SplineIK::Roll' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistStart) == 0x000104, "Member 'FAnimNode_SplineIK::TwistStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistEnd) == 0x000108, "Member 'FAnimNode_SplineIK::TwistEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistBlend) == 0x000110, "Member 'FAnimNode_SplineIK::TwistBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Stretch) == 0x000140, "Member 'FAnimNode_SplineIK::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Offset) == 0x000144, "Member 'FAnimNode_SplineIK::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineIKCachedBoneData \ +static_assert(alignof(FSplineIKCachedBoneData) == 0x000004, "Wrong alignment on FSplineIKCachedBoneData"); \ +static_assert(sizeof(FSplineIKCachedBoneData) == 0x000014, "Wrong size on FSplineIKCachedBoneData"); \ +static_assert(offsetof(FSplineIKCachedBoneData, Bone) == 0x000000, "Member 'FSplineIKCachedBoneData::Bone' has a wrong offset!"); \ +static_assert(offsetof(FSplineIKCachedBoneData, RefSkeletonIndex) == 0x000010, "Member 'FSplineIKCachedBoneData::RefSkeletonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SpringBone \ +static_assert(alignof(FAnimNode_SpringBone) == 0x000008, "Wrong alignment on FAnimNode_SpringBone"); \ +static_assert(sizeof(FAnimNode_SpringBone) == 0x000128, "Wrong size on FAnimNode_SpringBone"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringBone) == 0x0000C8, "Member 'FAnimNode_SpringBone::SpringBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, MaxDisplacement) == 0x0000D8, "Member 'FAnimNode_SpringBone::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringStiffness) == 0x0000DC, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x0000E0, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x0000E4, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StateResult \ +static_assert(alignof(FAnimNode_StateResult) == 0x000008, "Wrong alignment on FAnimNode_StateResult"); \ +static_assert(sizeof(FAnimNode_StateResult) == 0x000030, "Wrong size on FAnimNode_StateResult"); \ + +#define DUMPER7_ASSERTS_FRotationLimit \ +static_assert(alignof(FRotationLimit) == 0x000004, "Wrong alignment on FRotationLimit"); \ +static_assert(sizeof(FRotationLimit) == 0x000018, "Wrong size on FRotationLimit"); \ +static_assert(offsetof(FRotationLimit, LimitMin) == 0x000000, "Member 'FRotationLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationLimit, LimitMax) == 0x00000C, "Member 'FRotationLimit::LimitMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Trail \ +static_assert(alignof(FAnimNode_Trail) == 0x000010, "Wrong alignment on FAnimNode_Trail"); \ +static_assert(sizeof(FAnimNode_Trail) == 0x000260, "Wrong size on FAnimNode_Trail"); \ +static_assert(offsetof(FAnimNode_Trail, TrailBone) == 0x000100, "Member 'FAnimNode_Trail::TrailBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainLength) == 0x000110, "Member 'FAnimNode_Trail::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainBoneAxis) == 0x000114, "Member 'FAnimNode_Trail::ChainBoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, MaxDeltaTime) == 0x000118, "Member 'FAnimNode_Trail::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScale) == 0x00011C, "Member 'FAnimNode_Trail::RelaxationSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, TrailRelaxationSpeed) == 0x000120, "Member 'FAnimNode_Trail::TrailRelaxationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScaleInputProcessor) == 0x0001A8, "Member 'FAnimNode_Trail::RelaxationSpeedScaleInputProcessor' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationLimits) == 0x0001D8, "Member 'FAnimNode_Trail::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationOffsets) == 0x0001E8, "Member 'FAnimNode_Trail::RotationOffsets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, PlanarLimits) == 0x0001F8, "Member 'FAnimNode_Trail::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, StretchLimit) == 0x000208, "Member 'FAnimNode_Trail::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, FakeVelocity) == 0x00020C, "Member 'FAnimNode_Trail::FakeVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, BaseJoint) == 0x000218, "Member 'FAnimNode_Trail::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, LastBoneRotationAnimAlphaBlend) == 0x000228, "Member 'FAnimNode_Trail::LastBoneRotationAnimAlphaBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReferenceBoneFrame \ +static_assert(alignof(FReferenceBoneFrame) == 0x000004, "Wrong alignment on FReferenceBoneFrame"); \ +static_assert(sizeof(FReferenceBoneFrame) == 0x000020, "Wrong size on FReferenceBoneFrame"); \ +static_assert(offsetof(FReferenceBoneFrame, Bone) == 0x000000, "Member 'FReferenceBoneFrame::Bone' has a wrong offset!"); \ +static_assert(offsetof(FReferenceBoneFrame, Axis) == 0x000010, "Member 'FReferenceBoneFrame::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwistCorrectiveNode \ +static_assert(alignof(FAnimNode_TwistCorrectiveNode) == 0x000008, "Wrong alignment on FAnimNode_TwistCorrectiveNode"); \ +static_assert(sizeof(FAnimNode_TwistCorrectiveNode) == 0x000138, "Wrong size on FAnimNode_TwistCorrectiveNode"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, BaseFrame) == 0x0000C8, "Member 'FAnimNode_TwistCorrectiveNode::BaseFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistFrame) == 0x0000E8, "Member 'FAnimNode_TwistCorrectiveNode::TwistFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistPlaneNormalAxis) == 0x000108, "Member 'FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RangeMax) == 0x000118, "Member 'FAnimNode_TwistCorrectiveNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMin) == 0x00011C, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMax) == 0x000120, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, Curve) == 0x000124, "Member 'FAnimNode_TwistCorrectiveNode::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoBoneIK \ +static_assert(alignof(FAnimNode_TwoBoneIK) == 0x000010, "Wrong alignment on FAnimNode_TwoBoneIK"); \ +static_assert(sizeof(FAnimNode_TwoBoneIK) == 0x0001E0, "Wrong size on FAnimNode_TwoBoneIK"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, IKBone) == 0x0000C8, "Member 'FAnimNode_TwoBoneIK::IKBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, StartStretchRatio) == 0x0000D8, "Member 'FAnimNode_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, MaxStretchScale) == 0x0000DC, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x0000E0, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x0000F0, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x000150, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x000160, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x0001C0, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x0001D0, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x0001D1, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoWayBlend \ +static_assert(alignof(FAnimNode_TwoWayBlend) == 0x000008, "Wrong alignment on FAnimNode_TwoWayBlend"); \ +static_assert(sizeof(FAnimNode_TwoWayBlend) == 0x0000C8, "Wrong size on FAnimNode_TwoWayBlend"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, A) == 0x000010, "Member 'FAnimNode_TwoWayBlend::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, B) == 0x000020, "Member 'FAnimNode_TwoWayBlend::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaInputType) == 0x000030, "Member 'FAnimNode_TwoWayBlend::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, Alpha) == 0x000034, "Member 'FAnimNode_TwoWayBlend::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBias) == 0x000038, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_TwoWayBlend::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaCurveName) == 0x000088, "Member 'FAnimNode_TwoWayBlend::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositionHistory \ +static_assert(alignof(FPositionHistory) == 0x000008, "Wrong alignment on FPositionHistory"); \ +static_assert(sizeof(FPositionHistory) == 0x000030, "Wrong size on FPositionHistory"); \ +static_assert(offsetof(FPositionHistory, Positions) == 0x000000, "Member 'FPositionHistory::Positions' has a wrong offset!"); \ +static_assert(offsetof(FPositionHistory, Range) == 0x000010, "Member 'FPositionHistory::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFEntry \ +static_assert(alignof(FRBFEntry) == 0x000008, "Wrong alignment on FRBFEntry"); \ +static_assert(sizeof(FRBFEntry) == 0x000010, "Wrong size on FRBFEntry"); \ +static_assert(offsetof(FRBFEntry, Values) == 0x000000, "Member 'FRBFEntry::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFTarget \ +static_assert(alignof(FRBFTarget) == 0x000008, "Wrong alignment on FRBFTarget"); \ +static_assert(sizeof(FRBFTarget) == 0x0000A0, "Wrong size on FRBFTarget"); \ +static_assert(offsetof(FRBFTarget, ScaleFactor) == 0x000010, "Member 'FRBFTarget::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, bApplyCustomCurve) == 0x000014, "Member 'FRBFTarget::bApplyCustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, CustomCurve) == 0x000018, "Member 'FRBFTarget::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, DistanceMethod) == 0x000098, "Member 'FRBFTarget::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, FunctionType) == 0x000099, "Member 'FRBFTarget::FunctionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequencerInstance \ +static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ +static_assert(sizeof(UAnimSequencerInstance) == 0x0002D0, "Wrong size on UAnimSequencerInstance"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotify \ +static_assert(alignof(UAnimNotify_PlayMontageNotify) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotify"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotify) == 0x000040, "Wrong size on UAnimNotify_PlayMontageNotify"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotify, NotifyName) == 0x000038, "Member 'UAnimNotify_PlayMontageNotify::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotifyWindow \ +static_assert(alignof(UAnimNotify_PlayMontageNotifyWindow) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotifyWindow) == 0x000038, "Wrong size on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotifyWindow, NotifyName) == 0x000030, "Member 'UAnimNotify_PlayMontageNotifyWindow::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory \ +static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000050, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, Position) == 0x000004, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::Position' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, History) == 0x000010, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, NumberOfSamples) == 0x000040, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMin) == 0x000044, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMax) == 0x000048, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, ReturnValue) == 0x00004C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromSockets \ +static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000100, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, Component) == 0x000008, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketOrBoneName) == 0x000010, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketOrBoneName' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReferenceSocketOrBone) == 0x000018, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReferenceSocketOrBone' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketSpace) == 0x000020, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, OffsetInBoneSpace) == 0x000024, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::OffsetInBoneSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, History) == 0x000030, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, NumberOfSamples) == 0x000060, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMin) == 0x000064, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMax) == 0x000068, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, EasingType) == 0x00006C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::EasingType' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, CustomCurve) == 0x000070, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReturnValue) == 0x0000F8, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_DirectionBetweenSockets \ +static_assert(alignof(KismetAnimationLibrary_K2_DirectionBetweenSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_DirectionBetweenSockets"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_DirectionBetweenSockets) == 0x000028, "Wrong size on KismetAnimationLibrary_K2_DirectionBetweenSockets"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, Component) == 0x000000, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, SocketOrBoneNameFrom) == 0x000008, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameFrom' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, SocketOrBoneNameTo) == 0x000010, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameTo' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, ReturnValue) == 0x000018, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange \ +static_assert(alignof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange) == 0x000038, "Wrong size on KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, Component) == 0x000000, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameA) == 0x000008, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceA) == 0x000010, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameB) == 0x000014, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceB) == 0x00001C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, bRemapRange) == 0x00001D, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::bRemapRange' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMin) == 0x000020, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMax) == 0x000024, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMin) == 0x000028, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMax) == 0x00002C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, ReturnValue) == 0x000030, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_EndProfilingTimer \ +static_assert(alignof(KismetAnimationLibrary_K2_EndProfilingTimer) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_EndProfilingTimer"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_EndProfilingTimer) == 0x000020, "Wrong size on KismetAnimationLibrary_K2_EndProfilingTimer"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, bLog) == 0x000000, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::bLog' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, LogPrefix) == 0x000008, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::LogPrefix' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, ReturnValue) == 0x000018, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_LookAt \ +static_assert(alignof(KismetAnimationLibrary_K2_LookAt) == 0x000010, "Wrong alignment on KismetAnimationLibrary_K2_LookAt"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_LookAt) == 0x000090, "Wrong size on KismetAnimationLibrary_K2_LookAt"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, CurrentTransform) == 0x000000, "Member 'KismetAnimationLibrary_K2_LookAt::CurrentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, TargetPosition) == 0x000030, "Member 'KismetAnimationLibrary_K2_LookAt::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, LookAtVector) == 0x00003C, "Member 'KismetAnimationLibrary_K2_LookAt::LookAtVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, bUseUpVector) == 0x000048, "Member 'KismetAnimationLibrary_K2_LookAt::bUseUpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, UpVector) == 0x00004C, "Member 'KismetAnimationLibrary_K2_LookAt::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ClampConeInDegree) == 0x000058, "Member 'KismetAnimationLibrary_K2_LookAt::ClampConeInDegree' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ReturnValue) == 0x000060, "Member 'KismetAnimationLibrary_K2_LookAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap \ +static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000010, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, Value) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMin) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMax) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, ReturnValue) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap \ +static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000030, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, X) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::X' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Y) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Z) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinX) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinX' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxX) == 0x000010, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxX' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinY) == 0x000014, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinY' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxY) == 0x000018, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxY' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinZ) == 0x00001C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinZ' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxZ) == 0x000020, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxZ' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, ReturnValue) == 0x000024, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_TwoBoneIK \ +static_assert(alignof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000060, "Wrong size on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, RootPos) == 0x000000, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::RootPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointPos) == 0x00000C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, EndPos) == 0x000018, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::EndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointTarget) == 0x000024, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, Effector) == 0x000030, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::Effector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutJointPos) == 0x00003C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutJointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutEndPos) == 0x000048, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, bAllowStretching) == 0x000054, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::bAllowStretching' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, StartStretchRatio) == 0x000058, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, MaxStretchScale) == 0x00005C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetAnimationLibrary \ +static_assert(alignof(UKismetAnimationLibrary) == 0x000008, "Wrong alignment on UKismetAnimationLibrary"); \ +static_assert(sizeof(UKismetAnimationLibrary) == 0x000028, "Wrong size on UKismetAnimationLibrary"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage \ +static_assert(alignof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(sizeof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000028, "Wrong size on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, InSkeletalMeshComponent) == 0x000000, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::InSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, MontageToPlay) == 0x000008, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, PlayRate) == 0x000010, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingPosition) == 0x000014, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingPosition' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingSection) == 0x000018, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingSection' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, ReturnValue) == 0x000020, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageBlendingOut \ +static_assert(alignof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageEnded \ +static_assert(alignof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyBeginReceived \ +static_assert(alignof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000028, "Wrong size on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyEndReceived \ +static_assert(alignof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000028, "Wrong size on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayMontageCallbackProxy \ +static_assert(alignof(UPlayMontageCallbackProxy) == 0x000008, "Wrong alignment on UPlayMontageCallbackProxy"); \ +static_assert(sizeof(UPlayMontageCallbackProxy) == 0x0000A8, "Wrong size on UPlayMontageCallbackProxy"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnCompleted) == 0x000028, "Member 'UPlayMontageCallbackProxy::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnBlendOut) == 0x000038, "Member 'UPlayMontageCallbackProxy::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnInterrupted) == 0x000048, "Member 'UPlayMontageCallbackProxy::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyBegin) == 0x000058, "Member 'UPlayMontageCallbackProxy::OnNotifyBegin' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyEnd) == 0x000068, "Member 'UPlayMontageCallbackProxy::OnNotifyEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISequencerAnimationSupport \ +static_assert(alignof(ISequencerAnimationSupport) == 0x000001, "Wrong alignment on ISequencerAnimationSupport"); \ +static_assert(sizeof(ISequencerAnimationSupport) == 0x000001, "Wrong size on ISequencerAnimationSupport"); \ + +#define DUMPER7_ASSERTS_BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey \ +static_assert(alignof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey) == 0x000008, "Wrong alignment on BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey"); \ +static_assert(sizeof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey) == 0x000060, "Wrong size on BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, Pawn) == 0x000000, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, ReturnValue) == 0x000008, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, CallFunc_GetKeyOrBBKey_ReturnValue) == 0x000010, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::CallFunc_GetKeyOrBBKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, K2Node_DynamicCast_AsBP_Rot_Character) == 0x000018, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::K2Node_DynamicCast_AsBP_Rot_Character' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, CallFunc_Conv_NameToString_ReturnValue) == 0x000028, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey, CallFunc_Conv_StringToName_ReturnValue) == 0x000058, "Member 'BT_PlayRotSwimmingMontage_C_GetKeyOrBBKey::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_PlayRotSwimmingMontage_C \ +static_assert(alignof(UBT_PlayRotSwimmingMontage_C) == 0x000008, "Wrong alignment on UBT_PlayRotSwimmingMontage_C"); \ +static_assert(sizeof(UBT_PlayRotSwimmingMontage_C) == 0x0000F0, "Wrong size on UBT_PlayRotSwimmingMontage_C"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPtrs \ +static_assert(alignof(FMovieSceneEventPtrs) == 0x000008, "Wrong alignment on FMovieSceneEventPtrs"); \ +static_assert(sizeof(FMovieSceneEventPtrs) == 0x000028, "Wrong size on FMovieSceneEventPtrs"); \ +static_assert(offsetof(FMovieSceneEventPtrs, Function) == 0x000000, "Member 'FMovieSceneEventPtrs::Function' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventPtrs, BoundObjectProperty) == 0x000008, "Member 'FMovieSceneEventPtrs::BoundObjectProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvent \ +static_assert(alignof(FMovieSceneEvent) == 0x000008, "Wrong alignment on FMovieSceneEvent"); \ +static_assert(sizeof(FMovieSceneEvent) == 0x000028, "Wrong size on FMovieSceneEvent"); \ +static_assert(offsetof(FMovieSceneEvent, Ptrs) == 0x000000, "Member 'FMovieSceneEvent::Ptrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventChannel \ +static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ +static_assert(sizeof(FMovieSceneEventChannel) == 0x000088, "Wrong size on FMovieSceneEventChannel"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneEventChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyValues) == 0x000018, "Member 'FMovieSceneEventChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FMovieScene3DPathSectionTemplate \ +static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ +static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x0000E0, "Wrong size on FMovieScene3DPathSectionTemplate"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, PathBindingID) == 0x000020, "Member 'FMovieScene3DPathSectionTemplate::PathBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, TimingCurve) == 0x000038, "Member 'FMovieScene3DPathSectionTemplate::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, FrontAxisEnum) == 0x0000D8, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x0000D9, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTransformMask \ +static_assert(alignof(FMovieSceneTransformMask) == 0x000004, "Wrong alignment on FMovieSceneTransformMask"); \ +static_assert(sizeof(FMovieSceneTransformMask) == 0x000004, "Wrong size on FMovieSceneTransformMask"); \ +static_assert(offsetof(FMovieSceneTransformMask, mask) == 0x000000, "Member 'FMovieSceneTransformMask::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DTransformKeyStruct \ +static_assert(alignof(FMovieScene3DTransformKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DTransformKeyStruct"); \ +static_assert(sizeof(FMovieScene3DTransformKeyStruct) == 0x000048, "Wrong size on FMovieScene3DTransformKeyStruct"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DTransformKeyStruct::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Rotation) == 0x000014, "Member 'FMovieScene3DTransformKeyStruct::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Scale) == 0x000020, "Member 'FMovieScene3DTransformKeyStruct::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Time) == 0x00002C, "Member 'FMovieScene3DTransformKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DScaleKeyStruct \ +static_assert(alignof(FMovieScene3DScaleKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DScaleKeyStruct"); \ +static_assert(sizeof(FMovieScene3DScaleKeyStruct) == 0x000030, "Wrong size on FMovieScene3DScaleKeyStruct"); \ +static_assert(offsetof(FMovieScene3DScaleKeyStruct, Scale) == 0x000008, "Member 'FMovieScene3DScaleKeyStruct::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DScaleKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DScaleKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMovieSceneColorSectionTemplate \ +static_assert(alignof(FMovieSceneColorSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneColorSectionTemplate"); \ +static_assert(sizeof(FMovieSceneColorSectionTemplate) == 0x0002C0, "Wrong size on FMovieSceneColorSectionTemplate"); \ +static_assert(offsetof(FMovieSceneColorSectionTemplate, Curves) == 0x000038, "Member 'FMovieSceneColorSectionTemplate::Curves' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneColorSectionTemplate, BlendType) == 0x0002B8, "Member 'FMovieSceneColorSectionTemplate::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ +static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ +static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000010, "Wrong size on FMovieSceneEventPayloadVariable"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventParameters \ +static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ +static_assert(sizeof(FMovieSceneEventParameters) == 0x000028, "Wrong size on FMovieSceneEventParameters"); \ + +#define DUMPER7_ASSERTS_FEventPayload \ +static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ +static_assert(sizeof(FEventPayload) == 0x000030, "Wrong size on FEventPayload"); \ +static_assert(offsetof(FEventPayload, EventName) == 0x000000, "Member 'FEventPayload::EventName' has a wrong offset!"); \ +static_assert(offsetof(FEventPayload, Parameters) == 0x000008, "Member 'FEventPayload::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionData \ +static_assert(alignof(FMovieSceneEventSectionData) == 0x000008, "Wrong alignment on FMovieSceneEventSectionData"); \ +static_assert(sizeof(FMovieSceneEventSectionData) == 0x000088, "Wrong size on FMovieSceneEventSectionData"); \ +static_assert(offsetof(FMovieSceneEventSectionData, Times) == 0x000008, "Member 'FMovieSceneEventSectionData::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventSectionData, KeyValues) == 0x000018, "Member 'FMovieSceneEventSectionData::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventTriggerData \ +static_assert(alignof(FMovieSceneEventTriggerData) == 0x000008, "Wrong alignment on FMovieSceneEventTriggerData"); \ +static_assert(sizeof(FMovieSceneEventTriggerData) == 0x000048, "Wrong size on FMovieSceneEventTriggerData"); \ +static_assert(offsetof(FMovieSceneEventTriggerData, Ptrs) == 0x000000, "Member 'FMovieSceneEventTriggerData::Ptrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventTriggerData, ObjectBindingID) == 0x000028, "Member 'FMovieSceneEventTriggerData::ObjectBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionTemplate \ +static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ +static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x0000B0, "Wrong size on FMovieSceneEventSectionTemplate"); \ +static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFadeSectionTemplate \ +static_assert(alignof(FMovieSceneFadeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneFadeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneFadeSectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneFadeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeCurve) == 0x000020, "Member 'FMovieSceneFadeSectionTemplate::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeColor) == 0x0000C0, "Member 'FMovieSceneFadeSectionTemplate::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMaterialParameterCollectionTemplate \ +static_assert(alignof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMaterialParameterCollectionTemplate"); \ +static_assert(sizeof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000088, "Wrong size on FMovieSceneMaterialParameterCollectionTemplate"); \ +static_assert(offsetof(FMovieSceneMaterialParameterCollectionTemplate, MPC) == 0x000080, "Member 'FMovieSceneMaterialParameterCollectionTemplate::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPropertyTemplate \ +static_assert(alignof(FMovieSceneObjectPropertyTemplate) == 0x000008, "Wrong alignment on FMovieSceneObjectPropertyTemplate"); \ +static_assert(sizeof(FMovieSceneObjectPropertyTemplate) == 0x0000F8, "Wrong size on FMovieSceneObjectPropertyTemplate"); \ +static_assert(offsetof(FMovieSceneObjectPropertyTemplate, ObjectChannel) == 0x000038, "Member 'FMovieSceneObjectPropertyTemplate::ObjectChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneComponentMaterialSectionTemplate \ +static_assert(alignof(FMovieSceneComponentMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(sizeof(FMovieSceneComponentMaterialSectionTemplate) == 0x000088, "Wrong size on FMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(offsetof(FMovieSceneComponentMaterialSectionTemplate, MaterialIndex) == 0x000080, "Member 'FMovieSceneComponentMaterialSectionTemplate::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleParameterSectionTemplate \ +static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleChannel \ +static_assert(alignof(FMovieSceneParticleChannel) == 0x000008, "Wrong alignment on FMovieSceneParticleChannel"); \ +static_assert(sizeof(FMovieSceneParticleChannel) == 0x000098, "Wrong size on FMovieSceneParticleChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ +static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x0000B8, "Wrong size on FMovieSceneParticleSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePrimitiveMaterialTemplate \ +static_assert(alignof(FMovieScenePrimitiveMaterialTemplate) == 0x000008, "Wrong alignment on FMovieScenePrimitiveMaterialTemplate"); \ +static_assert(sizeof(FMovieScenePrimitiveMaterialTemplate) == 0x0000E8, "Wrong size on FMovieScenePrimitiveMaterialTemplate"); \ +static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialIndex) == 0x000020, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialChannel) == 0x000028, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringChannel \ +static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ +static_assert(sizeof(FMovieSceneStringChannel) == 0x0000A0, "Wrong size on FMovieSceneStringChannel"); \ +static_assert(offsetof(FMovieSceneStringChannel, Times) == 0x000008, "Member 'FMovieSceneStringChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, Values) == 0x000018, "Member 'FMovieSceneStringChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, DefaultValue) == 0x000028, "Member 'FMovieSceneStringChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, bHasDefaultValue) == 0x000038, "Member 'FMovieSceneStringChannel::bHasDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringPropertySectionTemplate \ +static_assert(alignof(FMovieSceneStringPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneStringPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneStringPropertySectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneStringPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneStringPropertySectionTemplate, StringCurve) == 0x000038, "Member 'FMovieSceneStringPropertySectionTemplate::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolPropertySectionTemplate \ +static_assert(alignof(FMovieSceneBoolPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneBoolPropertySectionTemplate) == 0x0000C8, "Wrong size on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneBoolPropertySectionTemplate, BoolCurve) == 0x000038, "Member 'FMovieSceneBoolPropertySectionTemplate::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationParams \ +static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x0000D8, "Wrong size on FMovieSceneSkeletalAnimationParams"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Animation) == 0x000000, "Member 'FMovieSceneSkeletalAnimationParams::Animation' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneSkeletalAnimationParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneSkeletalAnimationParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneSkeletalAnimationParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, PlayRate) == 0x000014, "Member 'FMovieSceneSkeletalAnimationParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SlotName) == 0x00001C, "Member 'FMovieSceneSkeletalAnimationParams::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Weight) == 0x000028, "Member 'FMovieSceneSkeletalAnimationParams::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x0000C8, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x0000C9, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x0000CC, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x0000D0, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplateParameters \ +static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x0000E0, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionStartTime) == 0x0000D8, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionEndTime) == 0x0000DC, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplate \ +static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplate"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000100, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplate"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneSkeletalAnimationSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMovieSceneSkeletalAnimRootMotionTrackParams \ +static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSlomoSectionTemplate \ +static_assert(alignof(FMovieSceneSlomoSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSlomoSectionTemplate"); \ +static_assert(sizeof(FMovieSceneSlomoSectionTemplate) == 0x0000C0, "Wrong size on FMovieSceneSlomoSectionTemplate"); \ +static_assert(offsetof(FMovieSceneSlomoSectionTemplate, SlomoCurve) == 0x000020, "Member 'FMovieSceneSlomoSectionTemplate::SlomoCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelVisibilityComponentData \ +static_assert(alignof(FLevelVisibilityComponentData) == 0x000008, "Wrong alignment on FLevelVisibilityComponentData"); \ +static_assert(sizeof(FLevelVisibilityComponentData) == 0x000008, "Wrong size on FLevelVisibilityComponentData"); \ +static_assert(offsetof(FLevelVisibilityComponentData, Section) == 0x000000, "Member 'FLevelVisibilityComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneVisibilitySectionTemplate \ +static_assert(alignof(FMovieSceneVisibilitySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneVisibilitySectionTemplate"); \ +static_assert(sizeof(FMovieSceneVisibilitySectionTemplate) == 0x0000C8, "Wrong size on FMovieSceneVisibilitySectionTemplate"); \ + +#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_UWeightAndEasingEvaluatorSystem \ +static_assert(alignof(UWeightAndEasingEvaluatorSystem) == 0x000008, "Wrong alignment on UWeightAndEasingEvaluatorSystem"); \ +static_assert(sizeof(UWeightAndEasingEvaluatorSystem) == 0x000078, "Wrong size on UWeightAndEasingEvaluatorSystem"); \ + +#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_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_UMovieSceneCameraShakeEvaluator \ +static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ +static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ + +#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_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_UMovieSceneBoolTrack \ +static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ +static_assert(sizeof(UMovieSceneBoolTrack) == 0x0000C8, "Wrong size on UMovieSceneBoolTrack"); \ + +#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_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_UMovieScene3DAttachSection \ +static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ +static_assert(sizeof(UMovieScene3DAttachSection) == 0x000130, "Wrong size on UMovieScene3DAttachSection"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000118, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000129, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00012A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00012B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00012C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00012D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DConstraintTrack \ +static_assert(alignof(UMovieScene3DConstraintTrack) == 0x000008, "Wrong alignment on UMovieScene3DConstraintTrack"); \ +static_assert(sizeof(UMovieScene3DConstraintTrack) == 0x0000A0, "Wrong size on UMovieScene3DConstraintTrack"); \ +static_assert(offsetof(UMovieScene3DConstraintTrack, ConstraintSections) == 0x000090, "Member 'UMovieScene3DConstraintTrack::ConstraintSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachTrack \ +static_assert(alignof(UMovieScene3DAttachTrack) == 0x000008, "Wrong alignment on UMovieScene3DAttachTrack"); \ +static_assert(sizeof(UMovieScene3DAttachTrack) == 0x0000A0, "Wrong size on UMovieScene3DAttachTrack"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathSection \ +static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ +static_assert(sizeof(UMovieScene3DPathSection) == 0x0001B8, "Wrong size on UMovieScene3DPathSection"); \ +static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000110, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x0001B0, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x0001B1, "Member 'UMovieScene3DPathSection::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathTrack \ +static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ +static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000A8, "Wrong size on UMovieScene3DPathTrack"); \ + +#define DUMPER7_ASSERTS_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_UMovieSceneBytePropertySystem \ +static_assert(alignof(UMovieSceneBytePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBytePropertySystem"); \ +static_assert(sizeof(UMovieSceneBytePropertySystem) == 0x000058, "Wrong size on UMovieSceneBytePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteSection \ +static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ +static_assert(sizeof(UMovieSceneByteSection) == 0x000188, "Wrong size on UMovieSceneByteSection"); \ +static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x0000F0, "Member 'UMovieSceneByteSection::ByteCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteTrack \ +static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ +static_assert(sizeof(UMovieSceneByteTrack) == 0x0000C8, "Wrong size on UMovieSceneByteTrack"); \ +static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x0000C0, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraAnimSection \ +static_assert(alignof(UMovieSceneCameraAnimSection) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimSection"); \ +static_assert(sizeof(UMovieSceneCameraAnimSection) == 0x000128, "Wrong size on UMovieSceneCameraAnimSection"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, AnimData) == 0x0000E8, "Member 'UMovieSceneCameraAnimSection::AnimData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, CameraAnim) == 0x000108, "Member 'UMovieSceneCameraAnimSection::CameraAnim' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, PlayRate) == 0x000110, "Member 'UMovieSceneCameraAnimSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, PlayScale) == 0x000114, "Member 'UMovieSceneCameraAnimSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, BlendInTime) == 0x000118, "Member 'UMovieSceneCameraAnimSection::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, BlendOutTime) == 0x00011C, "Member 'UMovieSceneCameraAnimSection::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, bLooping) == 0x000120, "Member 'UMovieSceneCameraAnimSection::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraAnimTrack \ +static_assert(alignof(UMovieSceneCameraAnimTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimTrack"); \ +static_assert(sizeof(UMovieSceneCameraAnimTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraAnimTrack"); \ +static_assert(offsetof(UMovieSceneCameraAnimTrack, CameraAnimSections) == 0x000098, "Member 'UMovieSceneCameraAnimTrack::CameraAnimSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_SetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'MovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_GetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutSection \ +static_assert(alignof(UMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UMovieSceneCameraCutSection"); \ +static_assert(sizeof(UMovieSceneCameraCutSection) == 0x000160, "Wrong size on UMovieSceneCameraCutSection"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bLockPreviousCamera) == 0x0000F0, "Member 'UMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraGuid) == 0x0000F4, "Member 'UMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraBindingID) == 0x000104, "Member 'UMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000120, "Member 'UMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x000150, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ +static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ +static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraCutTrack"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, bCanBlend) == 0x000090, "Member 'UMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ +static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ +static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x0000B8, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000128, "Wrong size on UMovieSceneCameraShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000108, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000110, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x000114, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000118, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000108, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeTrack, CameraShakeSections) == 0x000098, "Member 'UMovieSceneCameraShakeSourceShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000170, "Wrong size on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerSection, Channel) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceTriggerSection::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraShakeSourceTriggerTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeTrack, CameraShakeSections) == 0x000098, "Member 'UMovieSceneCameraShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_SetShotDisplayName \ +static_assert(alignof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_SetShotDisplayName"); \ +static_assert(sizeof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_SetShotDisplayName"); \ +static_assert(offsetof(MovieSceneCinematicShotSection_SetShotDisplayName, InShotDisplayName) == 0x000000, "Member 'MovieSceneCinematicShotSection_SetShotDisplayName::InShotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_GetShotDisplayName \ +static_assert(alignof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_GetShotDisplayName"); \ +static_assert(sizeof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_GetShotDisplayName"); \ +static_assert(offsetof(MovieSceneCinematicShotSection_GetShotDisplayName, ReturnValue) == 0x000000, "Member 'MovieSceneCinematicShotSection_GetShotDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotSection \ +static_assert(alignof(UMovieSceneCinematicShotSection) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotSection"); \ +static_assert(sizeof(UMovieSceneCinematicShotSection) == 0x000190, "Wrong size on UMovieSceneCinematicShotSection"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, ShotDisplayName) == 0x000168, "Member 'UMovieSceneCinematicShotSection::ShotDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, DisplayName) == 0x000178, "Member 'UMovieSceneCinematicShotSection::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotTrack \ +static_assert(alignof(UMovieSceneCinematicShotTrack) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotTrack"); \ +static_assert(sizeof(UMovieSceneCinematicShotTrack) == 0x0000A0, "Wrong size on UMovieSceneCinematicShotTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorPropertySystem \ +static_assert(alignof(UMovieSceneColorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneColorPropertySystem"); \ +static_assert(sizeof(UMovieSceneColorPropertySystem) == 0x000058, "Wrong size on UMovieSceneColorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorSection \ +static_assert(alignof(UMovieSceneColorSection) == 0x000008, "Wrong alignment on UMovieSceneColorSection"); \ +static_assert(sizeof(UMovieSceneColorSection) == 0x000370, "Wrong size on UMovieSceneColorSection"); \ +static_assert(offsetof(UMovieSceneColorSection, RedCurve) == 0x0000F0, "Member 'UMovieSceneColorSection::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, GreenCurve) == 0x000190, "Member 'UMovieSceneColorSection::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, BlueCurve) == 0x000230, "Member 'UMovieSceneColorSection::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, AlphaCurve) == 0x0002D0, "Member 'UMovieSceneColorSection::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorTrack \ +static_assert(alignof(UMovieSceneColorTrack) == 0x000008, "Wrong alignment on UMovieSceneColorTrack"); \ +static_assert(sizeof(UMovieSceneColorTrack) == 0x0000C8, "Wrong size on UMovieSceneColorTrack"); \ +static_assert(offsetof(UMovieSceneColorTrack, bIsSlateColor) == 0x0000C0, "Member 'UMovieSceneColorTrack::bIsSlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_BP_OptionsScreenPercentage_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsScreenPercentage_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsScreenPercentage_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsScreenPercentage_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsScreenPercentage_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsScreenPercentage_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsScreenPercentage_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage \ +static_assert(alignof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage) == 0x000008, "Wrong alignment on BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage"); \ +static_assert(sizeof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage) == 0x000020, "Wrong size on BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage, EntryPoint) == 0x000000, "Member 'BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage, CallFunc_FTrunc_ReturnValue) == 0x000014, "Member 'BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsScreenPercentage_C_ExecuteUbergraph_BP_OptionsScreenPercentage::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsScreenPercentage_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsScreenPercentage_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsScreenPercentage_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsScreenPercentage_C_IsOptionAvailable) == 0x000020, "Wrong size on BP_OptionsScreenPercentage_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_IsDLSSSupported_ReturnValue) == 0x000018, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_GetDynamicResEnabled_ReturnValue) == 0x000019, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_GetDynamicResEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_GetDLSSMode_ReturnValue) == 0x00001C, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_GetDLSSMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001D, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_IsOptionAvailable, CallFunc_BooleanAND_ReturnValue) == 0x00001F, "Member 'BP_OptionsScreenPercentage_C_IsOptionAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsScreenPercentage_C_GetPresentableValue \ +static_assert(alignof(BP_OptionsScreenPercentage_C_GetPresentableValue) == 0x000008, "Wrong alignment on BP_OptionsScreenPercentage_C_GetPresentableValue"); \ +static_assert(sizeof(BP_OptionsScreenPercentage_C_GetPresentableValue) == 0x000070, "Wrong size on BP_OptionsScreenPercentage_C_GetPresentableValue"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, OwningWidget) == 0x000000, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, ReturnValue) == 0x000008, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000030, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, CallFunc_GetScreenPercentage_ReturnValue) == 0x000038, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::CallFunc_GetScreenPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetPresentableValue, CallFunc_Format_ReturnValue) == 0x000058, "Member 'BP_OptionsScreenPercentage_C_GetPresentableValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsScreenPercentage_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsScreenPercentage_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsScreenPercentage_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsScreenPercentage_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsScreenPercentage_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsScreenPercentage_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue, CallFunc_GetDefaultScreenPercentage_ReturnValue) == 0x000018, "Member 'BP_OptionsScreenPercentage_C_GetDefaultFloatValue::CallFunc_GetDefaultScreenPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetDefaultFloatValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'BP_OptionsScreenPercentage_C_GetDefaultFloatValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsScreenPercentage_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsScreenPercentage_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsScreenPercentage_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsScreenPercentage_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsScreenPercentage_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsScreenPercentage_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue, CallFunc_GetScreenPercentage_ReturnValue) == 0x000018, "Member 'BP_OptionsScreenPercentage_C_GetAppliedFloatValue::CallFunc_GetScreenPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsScreenPercentage_C_GetAppliedFloatValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'BP_OptionsScreenPercentage_C_GetAppliedFloatValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsScreenPercentage_C \ +static_assert(alignof(UBP_OptionsScreenPercentage_C) == 0x000008, "Wrong alignment on UBP_OptionsScreenPercentage_C"); \ +static_assert(sizeof(UBP_OptionsScreenPercentage_C) == 0x000030, "Wrong size on UBP_OptionsScreenPercentage_C"); \ +static_assert(offsetof(UBP_OptionsScreenPercentage_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsScreenPercentage_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositionGraphCapturePasses \ +static_assert(alignof(FCompositionGraphCapturePasses) == 0x000008, "Wrong alignment on FCompositionGraphCapturePasses"); \ +static_assert(sizeof(FCompositionGraphCapturePasses) == 0x000010, "Wrong size on FCompositionGraphCapturePasses"); \ +static_assert(offsetof(FCompositionGraphCapturePasses, Value) == 0x000000, "Member 'FCompositionGraphCapturePasses::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameMetrics \ +static_assert(alignof(FFrameMetrics) == 0x000004, "Wrong alignment on FFrameMetrics"); \ +static_assert(sizeof(FFrameMetrics) == 0x000010, "Wrong size on FFrameMetrics"); \ +static_assert(offsetof(FFrameMetrics, TotalElapsedTime) == 0x000000, "Member 'FFrameMetrics::TotalElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, FrameDelta) == 0x000004, "Member 'FFrameMetrics::FrameDelta' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, FrameNumber) == 0x000008, "Member 'FFrameMetrics::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, NumDroppedFrames) == 0x00000C, "Member 'FFrameMetrics::NumDroppedFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCaptureResolution \ +static_assert(alignof(FCaptureResolution) == 0x000004, "Wrong alignment on FCaptureResolution"); \ +static_assert(sizeof(FCaptureResolution) == 0x000008, "Wrong size on FCaptureResolution"); \ +static_assert(offsetof(FCaptureResolution, ResX) == 0x000000, "Member 'FCaptureResolution::ResX' has a wrong offset!"); \ +static_assert(offsetof(FCaptureResolution, ResY) == 0x000004, "Member 'FCaptureResolution::ResY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCaptureSettings \ +static_assert(alignof(FMovieSceneCaptureSettings) == 0x000008, "Wrong alignment on FMovieSceneCaptureSettings"); \ +static_assert(sizeof(FMovieSceneCaptureSettings) == 0x000070, "Wrong size on FMovieSceneCaptureSettings"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, OutputDirectory) == 0x000000, "Member 'FMovieSceneCaptureSettings::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, GameModeOverride) == 0x000010, "Member 'FMovieSceneCaptureSettings::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, OutputFormat) == 0x000018, "Member 'FMovieSceneCaptureSettings::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bOverwriteExisting) == 0x000028, "Member 'FMovieSceneCaptureSettings::bOverwriteExisting' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUseRelativeFrameNumbers) == 0x000029, "Member 'FMovieSceneCaptureSettings::bUseRelativeFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, HandleFrames) == 0x00002C, "Member 'FMovieSceneCaptureSettings::HandleFrames' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, MovieExtension) == 0x000030, "Member 'FMovieSceneCaptureSettings::MovieExtension' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, ZeroPadFrameNumbers) == 0x000040, "Member 'FMovieSceneCaptureSettings::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, FrameRate) == 0x000044, "Member 'FMovieSceneCaptureSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUseCustomFrameRate) == 0x00004C, "Member 'FMovieSceneCaptureSettings::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, CustomFrameRate) == 0x000050, "Member 'FMovieSceneCaptureSettings::CustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, Resolution) == 0x000058, "Member 'FMovieSceneCaptureSettings::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bEnableTextureStreaming) == 0x000060, "Member 'FMovieSceneCaptureSettings::bEnableTextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicEngineScalability) == 0x000061, "Member 'FMovieSceneCaptureSettings::bCinematicEngineScalability' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicMode) == 0x000062, "Member 'FMovieSceneCaptureSettings::bCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bAllowMovement) == 0x000063, "Member 'FMovieSceneCaptureSettings::bAllowMovement' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bAllowTurning) == 0x000064, "Member 'FMovieSceneCaptureSettings::bAllowTurning' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bShowPlayer) == 0x000065, "Member 'FMovieSceneCaptureSettings::bShowPlayer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bShowHUD) == 0x000066, "Member 'FMovieSceneCaptureSettings::bShowHUD' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUsePathTracer) == 0x000067, "Member 'FMovieSceneCaptureSettings::bUsePathTracer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, PathTracerSamplePerPixel) == 0x000068, "Member 'FMovieSceneCaptureSettings::PathTracerSamplePerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedPixels \ +static_assert(alignof(FCapturedPixels) == 0x000008, "Wrong alignment on FCapturedPixels"); \ +static_assert(sizeof(FCapturedPixels) == 0x000010, "Wrong size on FCapturedPixels"); \ + +#define DUMPER7_ASSERTS_FCapturedPixelsID \ +static_assert(alignof(FCapturedPixelsID) == 0x000008, "Wrong alignment on FCapturedPixelsID"); \ +static_assert(sizeof(FCapturedPixelsID) == 0x000050, "Wrong size on FCapturedPixelsID"); \ +static_assert(offsetof(FCapturedPixelsID, Identifiers) == 0x000000, "Member 'FCapturedPixelsID::Identifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureProtocolBase_GetState \ +static_assert(alignof(MovieSceneCaptureProtocolBase_GetState) == 0x000001, "Wrong alignment on MovieSceneCaptureProtocolBase_GetState"); \ +static_assert(sizeof(MovieSceneCaptureProtocolBase_GetState) == 0x000001, "Wrong size on MovieSceneCaptureProtocolBase_GetState"); \ +static_assert(offsetof(MovieSceneCaptureProtocolBase_GetState, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureProtocolBase_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureProtocolBase_IsCapturing \ +static_assert(alignof(MovieSceneCaptureProtocolBase_IsCapturing) == 0x000001, "Wrong alignment on MovieSceneCaptureProtocolBase_IsCapturing"); \ +static_assert(sizeof(MovieSceneCaptureProtocolBase_IsCapturing) == 0x000001, "Wrong size on MovieSceneCaptureProtocolBase_IsCapturing"); \ +static_assert(offsetof(MovieSceneCaptureProtocolBase_IsCapturing, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureProtocolBase_IsCapturing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCaptureProtocolBase \ +static_assert(alignof(UMovieSceneCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneCaptureProtocolBase"); \ +static_assert(offsetof(UMovieSceneCaptureProtocolBase, State) == 0x000050, "Member 'UMovieSceneCaptureProtocolBase::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneImageCaptureProtocolBase \ +static_assert(alignof(UMovieSceneImageCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneImageCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneImageCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneImageCaptureProtocolBase"); \ + +#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_UMovieSceneAudioCaptureProtocolBase \ +static_assert(alignof(UMovieSceneAudioCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneAudioCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneAudioCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneAudioCaptureProtocolBase"); \ + +#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_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_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_UImageSequenceProtocol \ +static_assert(alignof(UImageSequenceProtocol) == 0x000008, "Wrong alignment on UImageSequenceProtocol"); \ +static_assert(sizeof(UImageSequenceProtocol) == 0x0000D8, "Wrong size on UImageSequenceProtocol"); \ + +#define DUMPER7_ASSERTS_UCompressedImageSequenceProtocol \ +static_assert(alignof(UCompressedImageSequenceProtocol) == 0x000008, "Wrong alignment on UCompressedImageSequenceProtocol"); \ +static_assert(sizeof(UCompressedImageSequenceProtocol) == 0x0000E0, "Wrong size on UCompressedImageSequenceProtocol"); \ +static_assert(offsetof(UCompressedImageSequenceProtocol, CompressionQuality) == 0x0000D8, "Member 'UCompressedImageSequenceProtocol::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_BMP \ +static_assert(alignof(UImageSequenceProtocol_BMP) == 0x000008, "Wrong alignment on UImageSequenceProtocol_BMP"); \ +static_assert(sizeof(UImageSequenceProtocol_BMP) == 0x0000D8, "Wrong size on UImageSequenceProtocol_BMP"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_PNG \ +static_assert(alignof(UImageSequenceProtocol_PNG) == 0x000008, "Wrong alignment on UImageSequenceProtocol_PNG"); \ +static_assert(sizeof(UImageSequenceProtocol_PNG) == 0x0000E0, "Wrong size on UImageSequenceProtocol_PNG"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_JPG \ +static_assert(alignof(UImageSequenceProtocol_JPG) == 0x000008, "Wrong alignment on UImageSequenceProtocol_JPG"); \ +static_assert(sizeof(UImageSequenceProtocol_JPG) == 0x0000E0, "Wrong size on UImageSequenceProtocol_JPG"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_EXR \ +static_assert(alignof(UImageSequenceProtocol_EXR) == 0x000008, "Wrong alignment on UImageSequenceProtocol_EXR"); \ +static_assert(sizeof(UImageSequenceProtocol_EXR) == 0x0000E8, "Wrong size on UImageSequenceProtocol_EXR"); \ +static_assert(offsetof(UImageSequenceProtocol_EXR, bCompressed) == 0x0000D8, "Member 'UImageSequenceProtocol_EXR::bCompressed' has a wrong offset!"); \ +static_assert(offsetof(UImageSequenceProtocol_EXR, CaptureGamut) == 0x0000D9, "Member 'UImageSequenceProtocol_EXR::CaptureGamut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCaptureInterface \ +static_assert(alignof(IMovieSceneCaptureInterface) == 0x000001, "Wrong alignment on IMovieSceneCaptureInterface"); \ +static_assert(sizeof(IMovieSceneCaptureInterface) == 0x000001, "Wrong size on IMovieSceneCaptureInterface"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetAudioCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetImageCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetAudioCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetAudioCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetAudioCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetImageCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetImageCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetImageCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCapture \ +static_assert(alignof(UMovieSceneCapture) == 0x000008, "Wrong alignment on UMovieSceneCapture"); \ +static_assert(sizeof(UMovieSceneCapture) == 0x000220, "Wrong size on UMovieSceneCapture"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocolType) == 0x000038, "Member 'UMovieSceneCapture::ImageCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocolType) == 0x000050, "Member 'UMovieSceneCapture::AudioCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocol) == 0x000068, "Member 'UMovieSceneCapture::ImageCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocol) == 0x000070, "Member 'UMovieSceneCapture::AudioCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, Settings) == 0x000078, "Member 'UMovieSceneCapture::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bUseSeparateProcess) == 0x0000E8, "Member 'UMovieSceneCapture::bUseSeparateProcess' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bCloseEditorWhenCaptureStarts) == 0x0000E9, "Member 'UMovieSceneCapture::bCloseEditorWhenCaptureStarts' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AdditionalCommandLineArguments) == 0x0000F0, "Member 'UMovieSceneCapture::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, InheritedCommandLineArguments) == 0x000100, "Member 'UMovieSceneCapture::InheritedCommandLineArguments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelCapture \ +static_assert(alignof(ULevelCapture) == 0x000008, "Wrong alignment on ULevelCapture"); \ +static_assert(sizeof(ULevelCapture) == 0x000240, "Wrong size on ULevelCapture"); \ +static_assert(offsetof(ULevelCapture, bAutoStartCapture) == 0x000220, "Member 'ULevelCapture::bAutoStartCapture' has a wrong offset!"); \ +static_assert(offsetof(ULevelCapture, PrerequisiteActorId) == 0x00022C, "Member 'ULevelCapture::PrerequisiteActorId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_FindAudioCaptureProtocol \ +static_assert(alignof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCaptureEnvironment_FindAudioCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCaptureEnvironment_FindAudioCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_FindAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_FindImageCaptureProtocol \ +static_assert(alignof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCaptureEnvironment_FindImageCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCaptureEnvironment_FindImageCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_FindImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_GetCaptureElapsedTime \ +static_assert(alignof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime) == 0x000004, "Wrong alignment on MovieSceneCaptureEnvironment_GetCaptureElapsedTime"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime) == 0x000004, "Wrong size on MovieSceneCaptureEnvironment_GetCaptureElapsedTime"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_GetCaptureElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_GetCaptureFrameNumber \ +static_assert(alignof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber) == 0x000004, "Wrong alignment on MovieSceneCaptureEnvironment_GetCaptureFrameNumber"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber) == 0x000004, "Wrong size on MovieSceneCaptureEnvironment_GetCaptureFrameNumber"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_GetCaptureFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_IsCaptureInProgress \ +static_assert(alignof(MovieSceneCaptureEnvironment_IsCaptureInProgress) == 0x000001, "Wrong alignment on MovieSceneCaptureEnvironment_IsCaptureInProgress"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_IsCaptureInProgress) == 0x000001, "Wrong size on MovieSceneCaptureEnvironment_IsCaptureInProgress"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_IsCaptureInProgress, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_IsCaptureInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCaptureEnvironment \ +static_assert(alignof(UMovieSceneCaptureEnvironment) == 0x000008, "Wrong alignment on UMovieSceneCaptureEnvironment"); \ +static_assert(sizeof(UMovieSceneCaptureEnvironment) == 0x000028, "Wrong size on UMovieSceneCaptureEnvironment"); \ + +#define DUMPER7_ASSERTS_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_UAppleProResEncoderProtocol \ +static_assert(alignof(UAppleProResEncoderProtocol) == 0x000008, "Wrong alignment on UAppleProResEncoderProtocol"); \ +static_assert(sizeof(UAppleProResEncoderProtocol) == 0x0000F0, "Wrong size on UAppleProResEncoderProtocol"); \ +static_assert(offsetof(UAppleProResEncoderProtocol, EncodingFormat) == 0x000068, "Member 'UAppleProResEncoderProtocol::EncodingFormat' has a wrong offset!"); \ +static_assert(offsetof(UAppleProResEncoderProtocol, ColorDescription) == 0x000069, "Member 'UAppleProResEncoderProtocol::ColorDescription' has a wrong offset!"); \ +static_assert(offsetof(UAppleProResEncoderProtocol, ScanType) == 0x00006A, "Member 'UAppleProResEncoderProtocol::ScanType' has a wrong offset!"); \ +static_assert(offsetof(UAppleProResEncoderProtocol, NumberOfEncodingThreads) == 0x00006C, "Member 'UAppleProResEncoderProtocol::NumberOfEncodingThreads' has a wrong offset!"); \ +static_assert(offsetof(UAppleProResEncoderProtocol, bEmbedTimecodeTrack) == 0x000070, "Member 'UAppleProResEncoderProtocol::bEmbedTimecodeTrack' has a wrong offset!"); \ +static_assert(offsetof(UAppleProResEncoderProtocol, bDropFrameTimecode) == 0x000071, "Member 'UAppleProResEncoderProtocol::bDropFrameTimecode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleProResMediaSettings \ +static_assert(alignof(UAppleProResMediaSettings) == 0x000008, "Wrong alignment on UAppleProResMediaSettings"); \ +static_assert(sizeof(UAppleProResMediaSettings) == 0x000030, "Wrong size on UAppleProResMediaSettings"); \ +static_assert(offsetof(UAppleProResMediaSettings, NumberOfCPUDecodingThreads) == 0x000028, "Member 'UAppleProResMediaSettings::NumberOfCPUDecodingThreads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineAppleProResOutput \ +static_assert(alignof(UMoviePipelineAppleProResOutput) == 0x000008, "Wrong alignment on UMoviePipelineAppleProResOutput"); \ +static_assert(sizeof(UMoviePipelineAppleProResOutput) == 0x000090, "Wrong size on UMoviePipelineAppleProResOutput"); \ +static_assert(offsetof(UMoviePipelineAppleProResOutput, Codec) == 0x000088, "Member 'UMoviePipelineAppleProResOutput::Codec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAppleProResOutput, bDropFrameTimecode) == 0x000089, "Member 'UMoviePipelineAppleProResOutput::bDropFrameTimecode' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAppleProResOutput, bOverrideMaximumEncodingThreads) == 0x00008A, "Member 'UMoviePipelineAppleProResOutput::bOverrideMaximumEncodingThreads' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAppleProResOutput, MaxNumberOfEncodingThreads) == 0x00008C, "Member 'UMoviePipelineAppleProResOutput::MaxNumberOfEncodingThreads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePassIdentifier \ +static_assert(alignof(FMoviePipelinePassIdentifier) == 0x000008, "Wrong alignment on FMoviePipelinePassIdentifier"); \ +static_assert(sizeof(FMoviePipelinePassIdentifier) == 0x000010, "Wrong size on FMoviePipelinePassIdentifier"); \ +static_assert(offsetof(FMoviePipelinePassIdentifier, Name) == 0x000000, "Member 'FMoviePipelinePassIdentifier::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineRenderPassOutputData \ +static_assert(alignof(FMoviePipelineRenderPassOutputData) == 0x000008, "Wrong alignment on FMoviePipelineRenderPassOutputData"); \ +static_assert(sizeof(FMoviePipelineRenderPassOutputData) == 0x000010, "Wrong size on FMoviePipelineRenderPassOutputData"); \ +static_assert(offsetof(FMoviePipelineRenderPassOutputData, FilePaths) == 0x000000, "Member 'FMoviePipelineRenderPassOutputData::FilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineShotOutputData \ +static_assert(alignof(FMoviePipelineShotOutputData) == 0x000008, "Wrong alignment on FMoviePipelineShotOutputData"); \ +static_assert(sizeof(FMoviePipelineShotOutputData) == 0x000058, "Wrong size on FMoviePipelineShotOutputData"); \ +static_assert(offsetof(FMoviePipelineShotOutputData, Shot) == 0x000000, "Member 'FMoviePipelineShotOutputData::Shot' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineShotOutputData, RenderPassData) == 0x000008, "Member 'FMoviePipelineShotOutputData::RenderPassData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineOutputData \ +static_assert(alignof(FMoviePipelineOutputData) == 0x000008, "Wrong alignment on FMoviePipelineOutputData"); \ +static_assert(sizeof(FMoviePipelineOutputData) == 0x000028, "Wrong size on FMoviePipelineOutputData"); \ +static_assert(offsetof(FMoviePipelineOutputData, Pipeline) == 0x000000, "Member 'FMoviePipelineOutputData::Pipeline' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, Job) == 0x000008, "Member 'FMoviePipelineOutputData::Job' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, bSuccess) == 0x000010, "Member 'FMoviePipelineOutputData::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, ShotData) == 0x000018, "Member 'FMoviePipelineOutputData::ShotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMoviePipelineCustomTimeStep \ +static_assert(alignof(UMoviePipelineCustomTimeStep) == 0x000008, "Wrong alignment on UMoviePipelineCustomTimeStep"); \ +static_assert(sizeof(UMoviePipelineCustomTimeStep) == 0x000030, "Wrong size on UMoviePipelineCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_BuildNewProcessCommandLine \ +static_assert(alignof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000008, "Wrong alignment on MoviePipelineSetting_BuildNewProcessCommandLine"); \ +static_assert(sizeof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000020, "Wrong size on MoviePipelineSetting_BuildNewProcessCommandLine"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutUnrealURLParams) == 0x000000, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutUnrealURLParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutCommandLineArgs) == 0x000010, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutCommandLineArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineSetting \ +static_assert(alignof(UMoviePipelineSetting) == 0x000008, "Wrong alignment on UMoviePipelineSetting"); \ +static_assert(sizeof(UMoviePipelineSetting) == 0x000048, "Wrong size on UMoviePipelineSetting"); \ +static_assert(offsetof(UMoviePipelineSetting, CachedPipeline) == 0x000028, "Member 'UMoviePipelineSetting::CachedPipeline' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting, bEnabled) == 0x000030, "Member 'UMoviePipelineSetting::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineAntiAliasingSetting \ +static_assert(alignof(UMoviePipelineAntiAliasingSetting) == 0x000008, "Wrong alignment on UMoviePipelineAntiAliasingSetting"); \ +static_assert(sizeof(UMoviePipelineAntiAliasingSetting) == 0x000068, "Wrong size on UMoviePipelineAntiAliasingSetting"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, SpatialSampleCount) == 0x000048, "Member 'UMoviePipelineAntiAliasingSetting::SpatialSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, TemporalSampleCount) == 0x00004C, "Member 'UMoviePipelineAntiAliasingSetting::TemporalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bOverrideAntiAliasing) == 0x000050, "Member 'UMoviePipelineAntiAliasingSetting::bOverrideAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, AntiAliasingMethod) == 0x000051, "Member 'UMoviePipelineAntiAliasingSetting::AntiAliasingMethod' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, RenderWarmUpCount) == 0x000054, "Member 'UMoviePipelineAntiAliasingSetting::RenderWarmUpCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bUseCameraCutForWarmUp) == 0x000058, "Member 'UMoviePipelineAntiAliasingSetting::bUseCameraCutForWarmUp' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, EngineWarmUpCount) == 0x00005C, "Member 'UMoviePipelineAntiAliasingSetting::EngineWarmUpCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bRenderWarmUpFrames) == 0x000060, "Member 'UMoviePipelineAntiAliasingSetting::bRenderWarmUpFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineOutputBase \ +static_assert(alignof(UMoviePipelineOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineOutputBase"); \ +static_assert(sizeof(UMoviePipelineOutputBase) == 0x000048, "Wrong size on UMoviePipelineOutputBase"); \ + +#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_UMoviePipelineVideoOutputBase \ +static_assert(alignof(UMoviePipelineVideoOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineVideoOutputBase"); \ +static_assert(sizeof(UMoviePipelineVideoOutputBase) == 0x000088, "Wrong size on UMoviePipelineVideoOutputBase"); \ + +#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_UMoviePipelineCameraSetting \ +static_assert(alignof(UMoviePipelineCameraSetting) == 0x000008, "Wrong alignment on UMoviePipelineCameraSetting"); \ +static_assert(sizeof(UMoviePipelineCameraSetting) == 0x000050, "Wrong size on UMoviePipelineCameraSetting"); \ +static_assert(offsetof(UMoviePipelineCameraSetting, ShutterTiming) == 0x000048, "Member 'UMoviePipelineCameraSetting::ShutterTiming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCameraSetting, OverscanPercentage) == 0x00004C, "Member 'UMoviePipelineCameraSetting::OverscanPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineColorSetting \ +static_assert(alignof(UMoviePipelineColorSetting) == 0x000008, "Wrong alignment on UMoviePipelineColorSetting"); \ +static_assert(sizeof(UMoviePipelineColorSetting) == 0x0000B0, "Wrong size on UMoviePipelineColorSetting"); \ +static_assert(offsetof(UMoviePipelineColorSetting, OCIOConfiguration) == 0x000048, "Member 'UMoviePipelineColorSetting::OCIOConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineColorSetting, bDisableToneCurve) == 0x0000A8, "Member 'UMoviePipelineColorSetting::bDisableToneCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoder \ +static_assert(alignof(UMoviePipelineCommandLineEncoder) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoder"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoder) == 0x000088, "Wrong size on UMoviePipelineCommandLineEncoder"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineCommandLineEncoder::FileNameFormatOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, Quality) == 0x000058, "Member 'UMoviePipelineCommandLineEncoder::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, AdditionalCommandLineArgs) == 0x000060, "Member 'UMoviePipelineCommandLineEncoder::AdditionalCommandLineArgs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bDeleteSourceFiles) == 0x000070, "Member 'UMoviePipelineCommandLineEncoder::bDeleteSourceFiles' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bSkipEncodeOnRenderCanceled) == 0x000071, "Member 'UMoviePipelineCommandLineEncoder::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoderSettings \ +static_assert(alignof(UMoviePipelineCommandLineEncoderSettings) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoderSettings) == 0x000100, "Wrong size on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, ExecutablePath) == 0x000038, "Member 'UMoviePipelineCommandLineEncoderSettings::ExecutablePath' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CodecHelpText) == 0x000048, "Member 'UMoviePipelineCommandLineEncoderSettings::CodecHelpText' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoCodec) == 0x000060, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioCodec) == 0x000070, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, OutputFileExtension) == 0x000080, "Member 'UMoviePipelineCommandLineEncoderSettings::OutputFileExtension' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CommandLineFormat) == 0x000090, "Member 'UMoviePipelineCommandLineEncoderSettings::CommandLineFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoInputStringFormat) == 0x0000A0, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioInputStringFormat) == 0x0000B0, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Low) == 0x0000C0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Low' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Med) == 0x0000D0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Med' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_High) == 0x0000E0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_High' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Epic) == 0x0000F0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Epic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_CopyFrom \ +static_assert(alignof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_CopyFrom"); \ +static_assert(sizeof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong size on MoviePipelineConfigBase_CopyFrom"); \ +static_assert(offsetof(MoviePipelineConfigBase_CopyFrom, InConfig) == 0x000000, "Member 'MoviePipelineConfigBase_CopyFrom::InConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindOrAddSettingByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_RemoveSetting \ +static_assert(alignof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_RemoveSetting"); \ +static_assert(sizeof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong size on MoviePipelineConfigBase_RemoveSetting"); \ +static_assert(offsetof(MoviePipelineConfigBase_RemoveSetting, InSetting) == 0x000000, "Member 'MoviePipelineConfigBase_RemoveSetting::InSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindSettingByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingsByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingsByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000020, "Wrong size on MoviePipelineConfigBase_FindSettingsByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingsByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingsByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_GetUserSettings \ +static_assert(alignof(MoviePipelineConfigBase_GetUserSettings) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_GetUserSettings"); \ +static_assert(sizeof(MoviePipelineConfigBase_GetUserSettings) == 0x000010, "Wrong size on MoviePipelineConfigBase_GetUserSettings"); \ +static_assert(offsetof(MoviePipelineConfigBase_GetUserSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineConfigBase_GetUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConfigBase \ +static_assert(alignof(UMoviePipelineConfigBase) == 0x000008, "Wrong alignment on UMoviePipelineConfigBase"); \ +static_assert(sizeof(UMoviePipelineConfigBase) == 0x000050, "Wrong size on UMoviePipelineConfigBase"); \ +static_assert(offsetof(UMoviePipelineConfigBase, DisplayName) == 0x000028, "Member 'UMoviePipelineConfigBase::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConfigBase, Settings) == 0x000038, "Member 'UMoviePipelineConfigBase::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDebugSettings \ +static_assert(alignof(UMoviePipelineDebugSettings) == 0x000008, "Wrong alignment on UMoviePipelineDebugSettings"); \ +static_assert(sizeof(UMoviePipelineDebugSettings) == 0x000058, "Wrong size on UMoviePipelineDebugSettings"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bWriteAllSamples) == 0x000048, "Member 'UMoviePipelineDebugSettings::bWriteAllSamples' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bCaptureFramesWithRenderDoc) == 0x000049, "Member 'UMoviePipelineDebugSettings::bCaptureFramesWithRenderDoc' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, CaptureFrame) == 0x00004C, "Member 'UMoviePipelineDebugSettings::CaptureFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_ConnectSocket \ +static_assert(alignof(MoviePipelineExecutorBase_ConnectSocket) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_ConnectSocket"); \ +static_assert(sizeof(MoviePipelineExecutorBase_ConnectSocket) == 0x000018, "Wrong size on MoviePipelineExecutorBase_ConnectSocket"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InHostName) == 0x000000, "Member 'MoviePipelineExecutorBase_ConnectSocket::InHostName' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InPort) == 0x000010, "Member 'MoviePipelineExecutorBase_ConnectSocket::InPort' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, ReturnValue) == 0x000014, "Member 'MoviePipelineExecutorBase_ConnectSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_Execute \ +static_assert(alignof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_Execute"); \ +static_assert(sizeof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong size on MoviePipelineExecutorBase_Execute"); \ +static_assert(offsetof(MoviePipelineExecutorBase_Execute, InPipelineQueue) == 0x000000, "Member 'MoviePipelineExecutorBase_Execute::InPipelineQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_OnExecutorErroredImpl \ +static_assert(alignof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ +static_assert(sizeof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000028, "Wrong size on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErroredPipeline) == 0x000000, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErroredPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, bFatal) == 0x000008, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::bFatal' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErrorReason) == 0x000010, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErrorReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendHTTPRequest \ +static_assert(alignof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendHTTPRequest"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000088, "Wrong size on MoviePipelineExecutorBase_SendHTTPRequest"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InURL) == 0x000000, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InURL' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InVerb) == 0x000010, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InVerb' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InMessage) == 0x000020, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InMessage' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InHeaders) == 0x000030, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InHeaders' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, ReturnValue) == 0x000080, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendSocketMessage \ +static_assert(alignof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendSocketMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000018, "Wrong size on MoviePipelineExecutorBase_SendSocketMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, InMessage) == 0x000000, "Member 'MoviePipelineExecutorBase_SendSocketMessage::InMessage' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, ReturnValue) == 0x000010, "Member 'MoviePipelineExecutorBase_SendSocketMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetMoviePipelineClass \ +static_assert(alignof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong size on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetMoviePipelineClass, InPipelineClass) == 0x000000, "Member 'MoviePipelineExecutorBase_SetMoviePipelineClass::InPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorBase_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsRendering \ +static_assert(alignof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsRendering"); \ +static_assert(sizeof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsRendering"); \ +static_assert(offsetof(MoviePipelineExecutorBase_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsSocketConnected \ +static_assert(alignof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsSocketConnected"); \ +static_assert(sizeof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsSocketConnected"); \ +static_assert(offsetof(MoviePipelineExecutorBase_IsSocketConnected, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsSocketConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorBase \ +static_assert(alignof(UMoviePipelineExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineExecutorBase"); \ +static_assert(sizeof(UMoviePipelineExecutorBase) == 0x000108, "Wrong size on UMoviePipelineExecutorBase"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorFinishedDelegate) == 0x000028, "Member 'UMoviePipelineExecutorBase::OnExecutorFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorErroredDelegate) == 0x000050, "Member 'UMoviePipelineExecutorBase::OnExecutorErroredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, SocketMessageRecievedDelegate) == 0x000080, "Member 'UMoviePipelineExecutorBase::SocketMessageRecievedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, HTTPResponseRecievedDelegate) == 0x000090, "Member 'UMoviePipelineExecutorBase::HTTPResponseRecievedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, DebugWidgetClass) == 0x0000A0, "Member 'UMoviePipelineExecutorBase::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, UserData) == 0x0000A8, "Member 'UMoviePipelineExecutorBase::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, TargetPipelineClass) == 0x0000B8, "Member 'UMoviePipelineExecutorBase::TargetPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002C8, "Wrong size on AMoviePipelineGameMode"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ +static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ +static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000108, "Wrong size on UMoviePipelineGameOverrideSetting"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, GameModeOverride) == 0x000048, "Member 'UMoviePipelineGameOverrideSetting::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bCinematicQualitySettings) == 0x000050, "Member 'UMoviePipelineGameOverrideSetting::bCinematicQualitySettings' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, TextureStreaming) == 0x000051, "Member 'UMoviePipelineGameOverrideSetting::TextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseLODZero) == 0x000052, "Member 'UMoviePipelineGameOverrideSetting::bUseLODZero' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bDisableHLODs) == 0x000053, "Member 'UMoviePipelineGameOverrideSetting::bDisableHLODs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseHighQualityShadows) == 0x000054, "Member 'UMoviePipelineGameOverrideSetting::bUseHighQualityShadows' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowDistanceScale) == 0x000058, "Member 'UMoviePipelineGameOverrideSetting::ShadowDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowRadiusThreshold) == 0x00005C, "Member 'UMoviePipelineGameOverrideSetting::ShadowRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bOverrideViewDistanceScale) == 0x000060, "Member 'UMoviePipelineGameOverrideSetting::bOverrideViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ViewDistanceScale) == 0x000064, "Member 'UMoviePipelineGameOverrideSetting::ViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bFlushGrassStreaming) == 0x000068, "Member 'UMoviePipelineGameOverrideSetting::bFlushGrassStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineHighResSetting \ +static_assert(alignof(UMoviePipelineHighResSetting) == 0x000008, "Wrong alignment on UMoviePipelineHighResSetting"); \ +static_assert(sizeof(UMoviePipelineHighResSetting) == 0x000060, "Wrong size on UMoviePipelineHighResSetting"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, TileCount) == 0x000048, "Member 'UMoviePipelineHighResSetting::TileCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, TextureSharpnessBias) == 0x00004C, "Member 'UMoviePipelineHighResSetting::TextureSharpnessBias' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, OverlapRatio) == 0x000050, "Member 'UMoviePipelineHighResSetting::OverlapRatio' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, bOverrideSubSurfaceScattering) == 0x000054, "Member 'UMoviePipelineHighResSetting::bOverrideSubSurfaceScattering' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, BurleySampleCount) == 0x000058, "Member 'UMoviePipelineHighResSetting::BurleySampleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineLinearExecutorBase \ +static_assert(alignof(UMoviePipelineLinearExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineLinearExecutorBase"); \ +static_assert(sizeof(UMoviePipelineLinearExecutorBase) == 0x000130, "Wrong size on UMoviePipelineLinearExecutorBase"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, Queue) == 0x000108, "Member 'UMoviePipelineLinearExecutorBase::Queue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, ActiveMoviePipeline) == 0x000110, "Member 'UMoviePipelineLinearExecutorBase::ActiveMoviePipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutor \ +static_assert(alignof(UMoviePipelineInProcessExecutor) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutor"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutor) == 0x000168, "Wrong size on UMoviePipelineInProcessExecutor"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutor, bUseCurrentLevel) == 0x000130, "Member 'UMoviePipelineInProcessExecutor::bUseCurrentLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutorSettings \ +static_assert(alignof(UMoviePipelineInProcessExecutorSettings) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutorSettings"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutorSettings) == 0x000068, "Wrong size on UMoviePipelineInProcessExecutorSettings"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, bCloseEditor) == 0x000038, "Member 'UMoviePipelineInProcessExecutorSettings::bCloseEditor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, AdditionalCommandLineArguments) == 0x000040, "Member 'UMoviePipelineInProcessExecutorSettings::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InheritedCommandLineArguments) == 0x000050, "Member 'UMoviePipelineInProcessExecutorSettings::InheritedCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InitialDelayFrameCount) == 0x000060, "Member 'UMoviePipelineInProcessExecutorSettings::InitialDelayFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetAllSettings \ +static_assert(alignof(MoviePipelineMasterConfig_GetAllSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetAllSettings"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetAllSettings) == 0x000018, "Wrong size on MoviePipelineMasterConfig_GetAllSettings"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeDisabledSettings) == 0x000000, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeTransientSettings) == 0x000001, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeTransientSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetAllSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetEffectiveFrameRate \ +static_assert(alignof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, InSequence) == 0x000000, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetTransientSettings \ +static_assert(alignof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetTransientSettings"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetTransientSettings"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetTransientSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineMasterConfig_GetTransientSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineMasterConfig \ +static_assert(alignof(UMoviePipelineMasterConfig) == 0x000008, "Wrong alignment on UMoviePipelineMasterConfig"); \ +static_assert(sizeof(UMoviePipelineMasterConfig) == 0x0000B8, "Wrong size on UMoviePipelineMasterConfig"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, PerShotConfigMapping) == 0x000050, "Member 'UMoviePipelineMasterConfig::PerShotConfigMapping' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, OutputSetting) == 0x0000A0, "Member 'UMoviePipelineMasterConfig::OutputSetting' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, TransientSettings) == 0x0000A8, "Member 'UMoviePipelineMasterConfig::TransientSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineOutputSetting \ +static_assert(alignof(UMoviePipelineOutputSetting) == 0x000008, "Wrong alignment on UMoviePipelineOutputSetting"); \ +static_assert(sizeof(UMoviePipelineOutputSetting) == 0x0000B0, "Wrong size on UMoviePipelineOutputSetting"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputDirectory) == 0x000048, "Member 'UMoviePipelineOutputSetting::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, FileNameFormat) == 0x000058, "Member 'UMoviePipelineOutputSetting::FileNameFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputResolution) == 0x000068, "Member 'UMoviePipelineOutputSetting::OutputResolution' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomFrameRate) == 0x000070, "Member 'UMoviePipelineOutputSetting::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameRate) == 0x000074, "Member 'UMoviePipelineOutputSetting::OutputFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bOverrideExistingOutput) == 0x000080, "Member 'UMoviePipelineOutputSetting::bOverrideExistingOutput' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, HandleFrameCount) == 0x000084, "Member 'UMoviePipelineOutputSetting::HandleFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameStep) == 0x000088, "Member 'UMoviePipelineOutputSetting::OutputFrameStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomPlaybackRange) == 0x00008C, "Member 'UMoviePipelineOutputSetting::bUseCustomPlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, CustomStartFrame) == 0x000090, "Member 'UMoviePipelineOutputSetting::CustomStartFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, CustomEndFrame) == 0x000094, "Member 'UMoviePipelineOutputSetting::CustomEndFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, VersionNumber) == 0x000098, "Member 'UMoviePipelineOutputSetting::VersionNumber' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bAutoVersion) == 0x00009C, "Member 'UMoviePipelineOutputSetting::bAutoVersion' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, ZeroPadFrameNumbers) == 0x0000A0, "Member 'UMoviePipelineOutputSetting::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, FrameNumberOffset) == 0x0000A4, "Member 'UMoviePipelineOutputSetting::FrameNumberOffset' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bFlushDiskWritesPerShot) == 0x0000A8, "Member 'UMoviePipelineOutputSetting::bFlushDiskWritesPerShot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_ExecuteDelayed \ +static_assert(alignof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ +static_assert(sizeof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ +static_assert(offsetof(MoviePipelinePythonHostExecutor_ExecuteDelayed, InPipelineQueue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_ExecuteDelayed::InPipelineQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_OnMapLoad \ +static_assert(alignof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_OnMapLoad"); \ +static_assert(sizeof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_OnMapLoad"); \ +static_assert(offsetof(MoviePipelinePythonHostExecutor_OnMapLoad, InWorld) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_OnMapLoad::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_GetLastLoadedWorld \ +static_assert(alignof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ +static_assert(sizeof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ +static_assert(offsetof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld, ReturnValue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_GetLastLoadedWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelinePythonHostExecutor \ +static_assert(alignof(UMoviePipelinePythonHostExecutor) == 0x000008, "Wrong alignment on UMoviePipelinePythonHostExecutor"); \ +static_assert(sizeof(UMoviePipelinePythonHostExecutor) == 0x000120, "Wrong size on UMoviePipelinePythonHostExecutor"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, ExecutorClass) == 0x000108, "Member 'UMoviePipelinePythonHostExecutor::ExecutorClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, PipelineQueue) == 0x000110, "Member 'UMoviePipelinePythonHostExecutor::PipelineQueue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, LastLoadedWorld) == 0x000118, "Member 'UMoviePipelinePythonHostExecutor::LastLoadedWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_AllocateNewShotOverrideConfig \ +static_assert(alignof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ +static_assert(sizeof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000010, "Wrong size on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ +static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, InConfigType) == 0x000000, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::InConfigType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverrideConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverrideConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverrideConfiguration::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverridePresetOrigin \ +static_assert(alignof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverridePresetOrigin::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverrideConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverrideConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverrideConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverridePresetOrigin \ +static_assert(alignof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverridePresetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_ShouldRender \ +static_assert(alignof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong alignment on MoviePipelineExecutorShot_ShouldRender"); \ +static_assert(sizeof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong size on MoviePipelineExecutorShot_ShouldRender"); \ +static_assert(offsetof(MoviePipelineExecutorShot_ShouldRender, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_ShouldRender::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorShot \ +static_assert(alignof(UMoviePipelineExecutorShot) == 0x000008, "Wrong alignment on UMoviePipelineExecutorShot"); \ +static_assert(sizeof(UMoviePipelineExecutorShot) == 0x000130, "Wrong size on UMoviePipelineExecutorShot"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, bEnabled) == 0x000028, "Member 'UMoviePipelineExecutorShot::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, OuterName) == 0x000030, "Member 'UMoviePipelineExecutorShot::OuterName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, InnerName) == 0x000040, "Member 'UMoviePipelineExecutorShot::InnerName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, Progress) == 0x0000E8, "Member 'UMoviePipelineExecutorShot::Progress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, StatusMessage) == 0x0000F0, "Member 'UMoviePipelineExecutorShot::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverrideConfig) == 0x000100, "Member 'UMoviePipelineExecutorShot::ShotOverrideConfig' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverridePresetOrigin) == 0x000108, "Member 'UMoviePipelineExecutorShot::ShotOverridePresetOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConfiguration::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConsumed \ +static_assert(alignof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_SetConsumed"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_SetConsumed"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetConsumed, bInConsumed) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConsumed::bInConsumed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetPresetOrigin \ +static_assert(alignof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetPresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetPresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetPresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetPresetOrigin::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetSequence \ +static_assert(alignof(MoviePipelineExecutorJob_SetSequence) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetSequence"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetSequence) == 0x000018, "Wrong size on MoviePipelineExecutorJob_SetSequence"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetSequence, InSequence) == 0x000000, "Member 'MoviePipelineExecutorJob_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetPresetOrigin \ +static_assert(alignof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetPresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetPresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetPresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetPresetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_IsConsumed \ +static_assert(alignof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsConsumed"); \ +static_assert(sizeof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsConsumed"); \ +static_assert(offsetof(MoviePipelineExecutorJob_IsConsumed, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsConsumed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorJob \ +static_assert(alignof(UMoviePipelineExecutorJob) == 0x000008, "Wrong alignment on UMoviePipelineExecutorJob"); \ +static_assert(sizeof(UMoviePipelineExecutorJob) == 0x0000E0, "Wrong size on UMoviePipelineExecutorJob"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, JobName) == 0x000028, "Member 'UMoviePipelineExecutorJob::JobName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Sequence) == 0x000038, "Member 'UMoviePipelineExecutorJob::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Map) == 0x000050, "Member 'UMoviePipelineExecutorJob::Map' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Author) == 0x000068, "Member 'UMoviePipelineExecutorJob::Author' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, ShotInfo) == 0x000078, "Member 'UMoviePipelineExecutorJob::ShotInfo' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, UserData) == 0x000088, "Member 'UMoviePipelineExecutorJob::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusMessage) == 0x000098, "Member 'UMoviePipelineExecutorJob::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusProgress) == 0x0000A8, "Member 'UMoviePipelineExecutorJob::StatusProgress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, bIsConsumed) == 0x0000AC, "Member 'UMoviePipelineExecutorJob::bIsConsumed' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Configuration) == 0x0000B0, "Member 'UMoviePipelineExecutorJob::Configuration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, PresetOrigin) == 0x0000B8, "Member 'UMoviePipelineExecutorJob::PresetOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_AllocateNewJob \ +static_assert(alignof(MoviePipelineQueue_AllocateNewJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_AllocateNewJob"); \ +static_assert(sizeof(MoviePipelineQueue_AllocateNewJob) == 0x000010, "Wrong size on MoviePipelineQueue_AllocateNewJob"); \ +static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, InJobType) == 0x000000, "Member 'MoviePipelineQueue_AllocateNewJob::InJobType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_AllocateNewJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_CopyFrom \ +static_assert(alignof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineQueue_CopyFrom"); \ +static_assert(sizeof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong size on MoviePipelineQueue_CopyFrom"); \ +static_assert(offsetof(MoviePipelineQueue_CopyFrom, InQueue) == 0x000000, "Member 'MoviePipelineQueue_CopyFrom::InQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_DeleteJob \ +static_assert(alignof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DeleteJob"); \ +static_assert(sizeof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong size on MoviePipelineQueue_DeleteJob"); \ +static_assert(offsetof(MoviePipelineQueue_DeleteJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DeleteJob::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_DuplicateJob \ +static_assert(alignof(MoviePipelineQueue_DuplicateJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DuplicateJob"); \ +static_assert(sizeof(MoviePipelineQueue_DuplicateJob) == 0x000010, "Wrong size on MoviePipelineQueue_DuplicateJob"); \ +static_assert(offsetof(MoviePipelineQueue_DuplicateJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DuplicateJob::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_DuplicateJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_DuplicateJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_GetJobs \ +static_assert(alignof(MoviePipelineQueue_GetJobs) == 0x000008, "Wrong alignment on MoviePipelineQueue_GetJobs"); \ +static_assert(sizeof(MoviePipelineQueue_GetJobs) == 0x000010, "Wrong size on MoviePipelineQueue_GetJobs"); \ +static_assert(offsetof(MoviePipelineQueue_GetJobs, ReturnValue) == 0x000000, "Member 'MoviePipelineQueue_GetJobs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueue \ +static_assert(alignof(UMoviePipelineQueue) == 0x000008, "Wrong alignment on UMoviePipelineQueue"); \ +static_assert(sizeof(UMoviePipelineQueue) == 0x000040, "Wrong size on UMoviePipelineQueue"); \ +static_assert(offsetof(UMoviePipelineQueue, Jobs) == 0x000028, "Member 'UMoviePipelineQueue::Jobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, InExecutorType) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::InExecutorType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, ReturnValue) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance, InExecutor) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance::InExecutor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetActiveExecutor \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetActiveExecutor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetQueue \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetQueue"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetQueue"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetQueue, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_IsRendering \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineQueueEngineSubsystem_IsRendering"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong size on MoviePipelineQueueEngineSubsystem_IsRendering"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_IsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueueEngineSubsystem \ +static_assert(alignof(UMoviePipelineQueueEngineSubsystem) == 0x000008, "Wrong alignment on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(sizeof(UMoviePipelineQueueEngineSubsystem) == 0x000040, "Wrong size on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, ActiveExecutor) == 0x000030, "Member 'UMoviePipelineQueueEngineSubsystem::ActiveExecutor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, CurrentQueue) == 0x000038, "Member 'UMoviePipelineQueueEngineSubsystem::CurrentQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineRenderPass \ +static_assert(alignof(UMoviePipelineRenderPass) == 0x000008, "Wrong alignment on UMoviePipelineRenderPass"); \ +static_assert(sizeof(UMoviePipelineRenderPass) == 0x000048, "Wrong size on UMoviePipelineRenderPass"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineShotConfig \ +static_assert(alignof(UMoviePipelineShotConfig) == 0x000008, "Wrong alignment on UMoviePipelineShotConfig"); \ +static_assert(sizeof(UMoviePipelineShotConfig) == 0x000050, "Wrong size on UMoviePipelineShotConfig"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineViewFamilySetting \ +static_assert(alignof(UMoviePipelineViewFamilySetting) == 0x000008, "Wrong alignment on UMoviePipelineViewFamilySetting"); \ +static_assert(sizeof(UMoviePipelineViewFamilySetting) == 0x000048, "Wrong size on UMoviePipelineViewFamilySetting"); \ + +#define DUMPER7_ASSERTS_MovieRenderDebugWidget_OnInitializedForPipeline \ +static_assert(alignof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong alignment on MovieRenderDebugWidget_OnInitializedForPipeline"); \ +static_assert(sizeof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong size on MovieRenderDebugWidget_OnInitializedForPipeline"); \ +static_assert(offsetof(MovieRenderDebugWidget_OnInitializedForPipeline, ForPipeline) == 0x000000, "Member 'MovieRenderDebugWidget_OnInitializedForPipeline::ForPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieRenderDebugWidget \ +static_assert(alignof(UMovieRenderDebugWidget) == 0x000008, "Wrong alignment on UMovieRenderDebugWidget"); \ +static_assert(sizeof(UMovieRenderDebugWidget) == 0x000260, "Wrong size on UMovieRenderDebugWidget"); \ + +#define DUMPER7_ASSERTS_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_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_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_FPaintContext \ +static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ +static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ + +#define DUMPER7_ASSERTS_FEventReply \ +static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ +static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ + +#define DUMPER7_ASSERTS_FDynamicPropertyPath \ +static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ +static_assert(sizeof(FDynamicPropertyPath) == 0x000028, "Wrong size on FDynamicPropertyPath"); \ + +#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_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_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_FShapedTextOptions \ +static_assert(alignof(FShapedTextOptions) == 0x000001, "Wrong alignment on FShapedTextOptions"); \ +static_assert(sizeof(FShapedTextOptions) == 0x000003, "Wrong size on FShapedTextOptions"); \ +static_assert(offsetof(FShapedTextOptions, TextShapingMethod) == 0x000001, "Member 'FShapedTextOptions::TextShapingMethod' has a wrong offset!"); \ +static_assert(offsetof(FShapedTextOptions, TextFlowDirection) == 0x000002, "Member 'FShapedTextOptions::TextFlowDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnchorData \ +static_assert(alignof(FAnchorData) == 0x000004, "Wrong alignment on FAnchorData"); \ +static_assert(sizeof(FAnchorData) == 0x000028, "Wrong size on FAnchorData"); \ +static_assert(offsetof(FAnchorData, Offsets) == 0x000000, "Member 'FAnchorData::Offsets' has a wrong offset!"); \ +static_assert(offsetof(FAnchorData, Anchors) == 0x000010, "Member 'FAnchorData::Anchors' has a wrong offset!"); \ +static_assert(offsetof(FAnchorData, Alignment) == 0x000020, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialBoxSettings \ +static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ +static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ +static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextStyleRow \ +static_assert(alignof(FRichTextStyleRow) == 0x000008, "Wrong alignment on FRichTextStyleRow"); \ +static_assert(sizeof(FRichTextStyleRow) == 0x000278, "Wrong size on FRichTextStyleRow"); \ +static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000008, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichImageRow \ +static_assert(alignof(FRichImageRow) == 0x000008, "Wrong alignment on FRichImageRow"); \ +static_assert(sizeof(FRichImageRow) == 0x000090, "Wrong size on FRichImageRow"); \ +static_assert(offsetof(FRichImageRow, Brush) == 0x000008, "Member 'FRichImageRow::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateMeshVertex \ +static_assert(alignof(FSlateMeshVertex) == 0x000004, "Wrong alignment on FSlateMeshVertex"); \ +static_assert(sizeof(FSlateMeshVertex) == 0x00003C, "Wrong size on FSlateMeshVertex"); \ +static_assert(offsetof(FSlateMeshVertex, Position) == 0x000000, "Member 'FSlateMeshVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, Color) == 0x000008, "Member 'FSlateMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV0) == 0x00000C, "Member 'FSlateMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV1) == 0x000014, "Member 'FSlateMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV2) == 0x00001C, "Member 'FSlateMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV3) == 0x000024, "Member 'FSlateMeshVertex::UV3' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV4) == 0x00002C, "Member 'FSlateMeshVertex::UV4' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV5) == 0x000034, "Member 'FSlateMeshVertex::UV5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateChildSize \ +static_assert(alignof(FSlateChildSize) == 0x000004, "Wrong alignment on FSlateChildSize"); \ +static_assert(sizeof(FSlateChildSize) == 0x000008, "Wrong size on FSlateChildSize"); \ +static_assert(offsetof(FSlateChildSize, Value) == 0x000000, "Member 'FSlateChildSize::Value' has a wrong offset!"); \ +static_assert(offsetof(FSlateChildSize, SizeRule) == 0x000004, "Member 'FSlateChildSize::SizeRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedSlotBinding \ +static_assert(alignof(FNamedSlotBinding) == 0x000008, "Wrong alignment on FNamedSlotBinding"); \ +static_assert(sizeof(FNamedSlotBinding) == 0x000010, "Wrong size on FNamedSlotBinding"); \ +static_assert(offsetof(FNamedSlotBinding, Name) == 0x000000, "Member 'FNamedSlotBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedSlotBinding, Content) == 0x000008, "Member 'FNamedSlotBinding::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationEventBinding \ +static_assert(alignof(FAnimationEventBinding) == 0x000008, "Wrong alignment on FAnimationEventBinding"); \ +static_assert(sizeof(FAnimationEventBinding) == 0x000028, "Wrong size on FAnimationEventBinding"); \ +static_assert(offsetof(FAnimationEventBinding, Animation) == 0x000000, "Member 'FAnimationEventBinding::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, Delegate) == 0x000008, "Member 'FAnimationEventBinding::Delegate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, AnimationEvent) == 0x000018, "Member 'FAnimationEventBinding::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, UserTag) == 0x00001C, "Member 'FAnimationEventBinding::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UVisual \ +static_assert(alignof(UVisual) == 0x000008, "Wrong alignment on UVisual"); \ +static_assert(sizeof(UVisual) == 0x000028, "Wrong size on UVisual"); \ + +#define DUMPER7_ASSERTS_Widget_ForceVolatile \ +static_assert(alignof(Widget_ForceVolatile) == 0x000001, "Wrong alignment on Widget_ForceVolatile"); \ +static_assert(sizeof(Widget_ForceVolatile) == 0x000001, "Wrong size on Widget_ForceVolatile"); \ +static_assert(offsetof(Widget_ForceVolatile, bForce) == 0x000000, "Member 'Widget_ForceVolatile::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetAllNavigationRules \ +static_assert(alignof(Widget_SetAllNavigationRules) == 0x000004, "Wrong alignment on Widget_SetAllNavigationRules"); \ +static_assert(sizeof(Widget_SetAllNavigationRules) == 0x00000C, "Wrong size on Widget_SetAllNavigationRules"); \ +static_assert(offsetof(Widget_SetAllNavigationRules, Rule) == 0x000000, "Member 'Widget_SetAllNavigationRules::Rule' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetAllNavigationRules, WidgetToFocus) == 0x000004, "Member 'Widget_SetAllNavigationRules::WidgetToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetClipping \ +static_assert(alignof(Widget_SetClipping) == 0x000001, "Wrong alignment on Widget_SetClipping"); \ +static_assert(sizeof(Widget_SetClipping) == 0x000001, "Wrong size on Widget_SetClipping"); \ +static_assert(offsetof(Widget_SetClipping, InClipping) == 0x000000, "Member 'Widget_SetClipping::InClipping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetCursor \ +static_assert(alignof(Widget_SetCursor) == 0x000001, "Wrong alignment on Widget_SetCursor"); \ +static_assert(sizeof(Widget_SetCursor) == 0x000001, "Wrong size on Widget_SetCursor"); \ +static_assert(offsetof(Widget_SetCursor, InCursor) == 0x000000, "Member 'Widget_SetCursor::InCursor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetIsEnabled \ +static_assert(alignof(Widget_SetIsEnabled) == 0x000001, "Wrong alignment on Widget_SetIsEnabled"); \ +static_assert(sizeof(Widget_SetIsEnabled) == 0x000001, "Wrong size on Widget_SetIsEnabled"); \ +static_assert(offsetof(Widget_SetIsEnabled, bInIsEnabled) == 0x000000, "Member 'Widget_SetIsEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRule \ +static_assert(alignof(Widget_SetNavigationRule) == 0x000004, "Wrong alignment on Widget_SetNavigationRule"); \ +static_assert(sizeof(Widget_SetNavigationRule) == 0x00000C, "Wrong size on Widget_SetNavigationRule"); \ +static_assert(offsetof(Widget_SetNavigationRule, Direction) == 0x000000, "Member 'Widget_SetNavigationRule::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRule, Rule) == 0x000001, "Member 'Widget_SetNavigationRule::Rule' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRule, WidgetToFocus) == 0x000004, "Member 'Widget_SetNavigationRule::WidgetToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleBase \ +static_assert(alignof(Widget_SetNavigationRuleBase) == 0x000001, "Wrong alignment on Widget_SetNavigationRuleBase"); \ +static_assert(sizeof(Widget_SetNavigationRuleBase) == 0x000002, "Wrong size on Widget_SetNavigationRuleBase"); \ +static_assert(offsetof(Widget_SetNavigationRuleBase, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleBase, Rule) == 0x000001, "Member 'Widget_SetNavigationRuleBase::Rule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleCustom \ +static_assert(alignof(Widget_SetNavigationRuleCustom) == 0x000004, "Wrong alignment on Widget_SetNavigationRuleCustom"); \ +static_assert(sizeof(Widget_SetNavigationRuleCustom) == 0x000014, "Wrong size on Widget_SetNavigationRuleCustom"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustom, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleCustom::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustom, InCustomDelegate) == 0x000004, "Member 'Widget_SetNavigationRuleCustom::InCustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleCustomBoundary \ +static_assert(alignof(Widget_SetNavigationRuleCustomBoundary) == 0x000004, "Wrong alignment on Widget_SetNavigationRuleCustomBoundary"); \ +static_assert(sizeof(Widget_SetNavigationRuleCustomBoundary) == 0x000014, "Wrong size on Widget_SetNavigationRuleCustomBoundary"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustomBoundary, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleCustomBoundary::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustomBoundary, InCustomDelegate) == 0x000004, "Member 'Widget_SetNavigationRuleCustomBoundary::InCustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleExplicit \ +static_assert(alignof(Widget_SetNavigationRuleExplicit) == 0x000008, "Wrong alignment on Widget_SetNavigationRuleExplicit"); \ +static_assert(sizeof(Widget_SetNavigationRuleExplicit) == 0x000010, "Wrong size on Widget_SetNavigationRuleExplicit"); \ +static_assert(offsetof(Widget_SetNavigationRuleExplicit, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleExplicit::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleExplicit, InWidget) == 0x000008, "Member 'Widget_SetNavigationRuleExplicit::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderOpacity \ +static_assert(alignof(Widget_SetRenderOpacity) == 0x000004, "Wrong alignment on Widget_SetRenderOpacity"); \ +static_assert(sizeof(Widget_SetRenderOpacity) == 0x000004, "Wrong size on Widget_SetRenderOpacity"); \ +static_assert(offsetof(Widget_SetRenderOpacity, InOpacity) == 0x000000, "Member 'Widget_SetRenderOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderScale \ +static_assert(alignof(Widget_SetRenderScale) == 0x000004, "Wrong alignment on Widget_SetRenderScale"); \ +static_assert(sizeof(Widget_SetRenderScale) == 0x000008, "Wrong size on Widget_SetRenderScale"); \ +static_assert(offsetof(Widget_SetRenderScale, Scale) == 0x000000, "Member 'Widget_SetRenderScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderShear \ +static_assert(alignof(Widget_SetRenderShear) == 0x000004, "Wrong alignment on Widget_SetRenderShear"); \ +static_assert(sizeof(Widget_SetRenderShear) == 0x000008, "Wrong size on Widget_SetRenderShear"); \ +static_assert(offsetof(Widget_SetRenderShear, Shear) == 0x000000, "Member 'Widget_SetRenderShear::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransform \ +static_assert(alignof(Widget_SetRenderTransform) == 0x000004, "Wrong alignment on Widget_SetRenderTransform"); \ +static_assert(sizeof(Widget_SetRenderTransform) == 0x00001C, "Wrong size on Widget_SetRenderTransform"); \ +static_assert(offsetof(Widget_SetRenderTransform, InTransform) == 0x000000, "Member 'Widget_SetRenderTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransformAngle \ +static_assert(alignof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_SetRenderTransformAngle"); \ +static_assert(sizeof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong size on Widget_SetRenderTransformAngle"); \ +static_assert(offsetof(Widget_SetRenderTransformAngle, Angle) == 0x000000, "Member 'Widget_SetRenderTransformAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransformPivot \ +static_assert(alignof(Widget_SetRenderTransformPivot) == 0x000004, "Wrong alignment on Widget_SetRenderTransformPivot"); \ +static_assert(sizeof(Widget_SetRenderTransformPivot) == 0x000008, "Wrong size on Widget_SetRenderTransformPivot"); \ +static_assert(offsetof(Widget_SetRenderTransformPivot, Pivot) == 0x000000, "Member 'Widget_SetRenderTransformPivot::Pivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTranslation \ +static_assert(alignof(Widget_SetRenderTranslation) == 0x000004, "Wrong alignment on Widget_SetRenderTranslation"); \ +static_assert(sizeof(Widget_SetRenderTranslation) == 0x000008, "Wrong size on Widget_SetRenderTranslation"); \ +static_assert(offsetof(Widget_SetRenderTranslation, Translation) == 0x000000, "Member 'Widget_SetRenderTranslation::Translation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetToolTip \ +static_assert(alignof(Widget_SetToolTip) == 0x000008, "Wrong alignment on Widget_SetToolTip"); \ +static_assert(sizeof(Widget_SetToolTip) == 0x000008, "Wrong size on Widget_SetToolTip"); \ +static_assert(offsetof(Widget_SetToolTip, Widget) == 0x000000, "Member 'Widget_SetToolTip::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetToolTipText \ +static_assert(alignof(Widget_SetToolTipText) == 0x000008, "Wrong alignment on Widget_SetToolTipText"); \ +static_assert(sizeof(Widget_SetToolTipText) == 0x000018, "Wrong size on Widget_SetToolTipText"); \ +static_assert(offsetof(Widget_SetToolTipText, InToolTipText) == 0x000000, "Member 'Widget_SetToolTipText::InToolTipText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetUserFocus \ +static_assert(alignof(Widget_SetUserFocus) == 0x000008, "Wrong alignment on Widget_SetUserFocus"); \ +static_assert(sizeof(Widget_SetUserFocus) == 0x000008, "Wrong size on Widget_SetUserFocus"); \ +static_assert(offsetof(Widget_SetUserFocus, PlayerController) == 0x000000, "Member 'Widget_SetUserFocus::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetVisibility \ +static_assert(alignof(Widget_SetVisibility) == 0x000001, "Wrong alignment on Widget_SetVisibility"); \ +static_assert(sizeof(Widget_SetVisibility) == 0x000001, "Wrong size on Widget_SetVisibility"); \ +static_assert(offsetof(Widget_SetVisibility, InVisibility) == 0x000000, "Member 'Widget_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleSummaryText \ +static_assert(alignof(Widget_GetAccessibleSummaryText) == 0x000008, "Wrong alignment on Widget_GetAccessibleSummaryText"); \ +static_assert(sizeof(Widget_GetAccessibleSummaryText) == 0x000018, "Wrong size on Widget_GetAccessibleSummaryText"); \ +static_assert(offsetof(Widget_GetAccessibleSummaryText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleSummaryText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleText \ +static_assert(alignof(Widget_GetAccessibleText) == 0x000008, "Wrong alignment on Widget_GetAccessibleText"); \ +static_assert(sizeof(Widget_GetAccessibleText) == 0x000018, "Wrong size on Widget_GetAccessibleText"); \ +static_assert(offsetof(Widget_GetAccessibleText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetCachedGeometry \ +static_assert(alignof(Widget_GetCachedGeometry) == 0x000004, "Wrong alignment on Widget_GetCachedGeometry"); \ +static_assert(sizeof(Widget_GetCachedGeometry) == 0x000038, "Wrong size on Widget_GetCachedGeometry"); \ +static_assert(offsetof(Widget_GetCachedGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetCachedGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetClipping \ +static_assert(alignof(Widget_GetClipping) == 0x000001, "Wrong alignment on Widget_GetClipping"); \ +static_assert(sizeof(Widget_GetClipping) == 0x000001, "Wrong size on Widget_GetClipping"); \ +static_assert(offsetof(Widget_GetClipping, ReturnValue) == 0x000000, "Member 'Widget_GetClipping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetDesiredSize \ +static_assert(alignof(Widget_GetDesiredSize) == 0x000004, "Wrong alignment on Widget_GetDesiredSize"); \ +static_assert(sizeof(Widget_GetDesiredSize) == 0x000008, "Wrong size on Widget_GetDesiredSize"); \ +static_assert(offsetof(Widget_GetDesiredSize, ReturnValue) == 0x000000, "Member 'Widget_GetDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetGameInstance \ +static_assert(alignof(Widget_GetGameInstance) == 0x000008, "Wrong alignment on Widget_GetGameInstance"); \ +static_assert(sizeof(Widget_GetGameInstance) == 0x000008, "Wrong size on Widget_GetGameInstance"); \ +static_assert(offsetof(Widget_GetGameInstance, ReturnValue) == 0x000000, "Member 'Widget_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetIsEnabled \ +static_assert(alignof(Widget_GetIsEnabled) == 0x000001, "Wrong alignment on Widget_GetIsEnabled"); \ +static_assert(sizeof(Widget_GetIsEnabled) == 0x000001, "Wrong size on Widget_GetIsEnabled"); \ +static_assert(offsetof(Widget_GetIsEnabled, ReturnValue) == 0x000000, "Member 'Widget_GetIsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetOwningLocalPlayer \ +static_assert(alignof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningLocalPlayer"); \ +static_assert(sizeof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong size on Widget_GetOwningLocalPlayer"); \ +static_assert(offsetof(Widget_GetOwningLocalPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetOwningPlayer \ +static_assert(alignof(Widget_GetOwningPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningPlayer"); \ +static_assert(sizeof(Widget_GetOwningPlayer) == 0x000008, "Wrong size on Widget_GetOwningPlayer"); \ +static_assert(offsetof(Widget_GetOwningPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetPaintSpaceGeometry \ +static_assert(alignof(Widget_GetPaintSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetPaintSpaceGeometry"); \ +static_assert(sizeof(Widget_GetPaintSpaceGeometry) == 0x000038, "Wrong size on Widget_GetPaintSpaceGeometry"); \ +static_assert(offsetof(Widget_GetPaintSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetPaintSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetParent \ +static_assert(alignof(Widget_GetParent) == 0x000008, "Wrong alignment on Widget_GetParent"); \ +static_assert(sizeof(Widget_GetParent) == 0x000008, "Wrong size on Widget_GetParent"); \ +static_assert(offsetof(Widget_GetParent, ReturnValue) == 0x000000, "Member 'Widget_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetRenderOpacity \ +static_assert(alignof(Widget_GetRenderOpacity) == 0x000004, "Wrong alignment on Widget_GetRenderOpacity"); \ +static_assert(sizeof(Widget_GetRenderOpacity) == 0x000004, "Wrong size on Widget_GetRenderOpacity"); \ +static_assert(offsetof(Widget_GetRenderOpacity, ReturnValue) == 0x000000, "Member 'Widget_GetRenderOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetRenderTransformAngle \ +static_assert(alignof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_GetRenderTransformAngle"); \ +static_assert(sizeof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong size on Widget_GetRenderTransformAngle"); \ +static_assert(offsetof(Widget_GetRenderTransformAngle, ReturnValue) == 0x000000, "Member 'Widget_GetRenderTransformAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetTickSpaceGeometry \ +static_assert(alignof(Widget_GetTickSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetTickSpaceGeometry"); \ +static_assert(sizeof(Widget_GetTickSpaceGeometry) == 0x000038, "Wrong size on Widget_GetTickSpaceGeometry"); \ +static_assert(offsetof(Widget_GetTickSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetTickSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetVisibility \ +static_assert(alignof(Widget_GetVisibility) == 0x000001, "Wrong alignment on Widget_GetVisibility"); \ +static_assert(sizeof(Widget_GetVisibility) == 0x000001, "Wrong size on Widget_GetVisibility"); \ +static_assert(offsetof(Widget_GetVisibility, ReturnValue) == 0x000000, "Member 'Widget_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasAnyUserFocus \ +static_assert(alignof(Widget_HasAnyUserFocus) == 0x000001, "Wrong alignment on Widget_HasAnyUserFocus"); \ +static_assert(sizeof(Widget_HasAnyUserFocus) == 0x000001, "Wrong size on Widget_HasAnyUserFocus"); \ +static_assert(offsetof(Widget_HasAnyUserFocus, ReturnValue) == 0x000000, "Member 'Widget_HasAnyUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasFocusedDescendants \ +static_assert(alignof(Widget_HasFocusedDescendants) == 0x000001, "Wrong alignment on Widget_HasFocusedDescendants"); \ +static_assert(sizeof(Widget_HasFocusedDescendants) == 0x000001, "Wrong size on Widget_HasFocusedDescendants"); \ +static_assert(offsetof(Widget_HasFocusedDescendants, ReturnValue) == 0x000000, "Member 'Widget_HasFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasKeyboardFocus \ +static_assert(alignof(Widget_HasKeyboardFocus) == 0x000001, "Wrong alignment on Widget_HasKeyboardFocus"); \ +static_assert(sizeof(Widget_HasKeyboardFocus) == 0x000001, "Wrong size on Widget_HasKeyboardFocus"); \ +static_assert(offsetof(Widget_HasKeyboardFocus, ReturnValue) == 0x000000, "Member 'Widget_HasKeyboardFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCapture \ +static_assert(alignof(Widget_HasMouseCapture) == 0x000001, "Wrong alignment on Widget_HasMouseCapture"); \ +static_assert(sizeof(Widget_HasMouseCapture) == 0x000001, "Wrong size on Widget_HasMouseCapture"); \ +static_assert(offsetof(Widget_HasMouseCapture, ReturnValue) == 0x000000, "Member 'Widget_HasMouseCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCaptureByUser \ +static_assert(alignof(Widget_HasMouseCaptureByUser) == 0x000004, "Wrong alignment on Widget_HasMouseCaptureByUser"); \ +static_assert(sizeof(Widget_HasMouseCaptureByUser) == 0x00000C, "Wrong size on Widget_HasMouseCaptureByUser"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, UserIndex) == 0x000000, "Member 'Widget_HasMouseCaptureByUser::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, PointerIndex) == 0x000004, "Member 'Widget_HasMouseCaptureByUser::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, ReturnValue) == 0x000008, "Member 'Widget_HasMouseCaptureByUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocus \ +static_assert(alignof(Widget_HasUserFocus) == 0x000008, "Wrong alignment on Widget_HasUserFocus"); \ +static_assert(sizeof(Widget_HasUserFocus) == 0x000010, "Wrong size on Widget_HasUserFocus"); \ +static_assert(offsetof(Widget_HasUserFocus, PlayerController) == 0x000000, "Member 'Widget_HasUserFocus::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocus, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocusedDescendants \ +static_assert(alignof(Widget_HasUserFocusedDescendants) == 0x000008, "Wrong alignment on Widget_HasUserFocusedDescendants"); \ +static_assert(sizeof(Widget_HasUserFocusedDescendants) == 0x000010, "Wrong size on Widget_HasUserFocusedDescendants"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, PlayerController) == 0x000000, "Member 'Widget_HasUserFocusedDescendants::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsHovered \ +static_assert(alignof(Widget_IsHovered) == 0x000001, "Wrong alignment on Widget_IsHovered"); \ +static_assert(sizeof(Widget_IsHovered) == 0x000001, "Wrong size on Widget_IsHovered"); \ +static_assert(offsetof(Widget_IsHovered, ReturnValue) == 0x000000, "Member 'Widget_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsVisible \ +static_assert(alignof(Widget_IsVisible) == 0x000001, "Wrong alignment on Widget_IsVisible"); \ +static_assert(sizeof(Widget_IsVisible) == 0x000001, "Wrong size on Widget_IsVisible"); \ +static_assert(offsetof(Widget_IsVisible, ReturnValue) == 0x000000, "Member 'Widget_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidget \ +static_assert(alignof(UWidget) == 0x000008, "Wrong alignment on UWidget"); \ +static_assert(sizeof(UWidget) == 0x000108, "Wrong size on UWidget"); \ +static_assert(offsetof(UWidget, Slot) == 0x000028, "Member 'UWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, bIsEnabledDelegate) == 0x000030, "Member 'UWidget::bIsEnabledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipText) == 0x000040, "Member 'UWidget::ToolTipText' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipTextDelegate) == 0x000058, "Member 'UWidget::ToolTipTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidget) == 0x000068, "Member 'UWidget::ToolTipWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidgetDelegate) == 0x000070, "Member 'UWidget::ToolTipWidgetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, VisibilityDelegate) == 0x000080, "Member 'UWidget::VisibilityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransform) == 0x000090, "Member 'UWidget::RenderTransform' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransformPivot) == 0x0000AC, "Member 'UWidget::RenderTransformPivot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, AccessibleWidgetData) == 0x0000B8, "Member 'UWidget::AccessibleWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UWidget, cursor) == 0x0000C1, "Member 'UWidget::cursor' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Clipping) == 0x0000C2, "Member 'UWidget::Clipping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Visibility) == 0x0000C3, "Member 'UWidget::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderOpacity) == 0x0000C4, "Member 'UWidget::RenderOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Navigation) == 0x0000C8, "Member 'UWidget::Navigation' has a wrong offset!"); \ +static_assert(offsetof(UWidget, FlowDirectionPreference) == 0x0000D0, "Member 'UWidget::FlowDirectionPreference' has a wrong offset!"); \ +static_assert(offsetof(UWidget, NativeBindings) == 0x0000F8, "Member 'UWidget::NativeBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_AddChild \ +static_assert(alignof(PanelWidget_AddChild) == 0x000008, "Wrong alignment on PanelWidget_AddChild"); \ +static_assert(sizeof(PanelWidget_AddChild) == 0x000010, "Wrong size on PanelWidget_AddChild"); \ +static_assert(offsetof(PanelWidget_AddChild, Content) == 0x000000, "Member 'PanelWidget_AddChild::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_AddChild, ReturnValue) == 0x000008, "Member 'PanelWidget_AddChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_RemoveChild \ +static_assert(alignof(PanelWidget_RemoveChild) == 0x000008, "Wrong alignment on PanelWidget_RemoveChild"); \ +static_assert(sizeof(PanelWidget_RemoveChild) == 0x000010, "Wrong size on PanelWidget_RemoveChild"); \ +static_assert(offsetof(PanelWidget_RemoveChild, Content) == 0x000000, "Member 'PanelWidget_RemoveChild::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_RemoveChild, ReturnValue) == 0x000008, "Member 'PanelWidget_RemoveChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_RemoveChildAt \ +static_assert(alignof(PanelWidget_RemoveChildAt) == 0x000004, "Wrong alignment on PanelWidget_RemoveChildAt"); \ +static_assert(sizeof(PanelWidget_RemoveChildAt) == 0x000008, "Wrong size on PanelWidget_RemoveChildAt"); \ +static_assert(offsetof(PanelWidget_RemoveChildAt, Index_0) == 0x000000, "Member 'PanelWidget_RemoveChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_RemoveChildAt, ReturnValue) == 0x000004, "Member 'PanelWidget_RemoveChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetAllChildren \ +static_assert(alignof(PanelWidget_GetAllChildren) == 0x000008, "Wrong alignment on PanelWidget_GetAllChildren"); \ +static_assert(sizeof(PanelWidget_GetAllChildren) == 0x000010, "Wrong size on PanelWidget_GetAllChildren"); \ +static_assert(offsetof(PanelWidget_GetAllChildren, ReturnValue) == 0x000000, "Member 'PanelWidget_GetAllChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildAt \ +static_assert(alignof(PanelWidget_GetChildAt) == 0x000008, "Wrong alignment on PanelWidget_GetChildAt"); \ +static_assert(sizeof(PanelWidget_GetChildAt) == 0x000010, "Wrong size on PanelWidget_GetChildAt"); \ +static_assert(offsetof(PanelWidget_GetChildAt, Index_0) == 0x000000, "Member 'PanelWidget_GetChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_GetChildAt, ReturnValue) == 0x000008, "Member 'PanelWidget_GetChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildIndex \ +static_assert(alignof(PanelWidget_GetChildIndex) == 0x000008, "Wrong alignment on PanelWidget_GetChildIndex"); \ +static_assert(sizeof(PanelWidget_GetChildIndex) == 0x000010, "Wrong size on PanelWidget_GetChildIndex"); \ +static_assert(offsetof(PanelWidget_GetChildIndex, Content) == 0x000000, "Member 'PanelWidget_GetChildIndex::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_GetChildIndex, ReturnValue) == 0x000008, "Member 'PanelWidget_GetChildIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildrenCount \ +static_assert(alignof(PanelWidget_GetChildrenCount) == 0x000004, "Wrong alignment on PanelWidget_GetChildrenCount"); \ +static_assert(sizeof(PanelWidget_GetChildrenCount) == 0x000004, "Wrong size on PanelWidget_GetChildrenCount"); \ +static_assert(offsetof(PanelWidget_GetChildrenCount, ReturnValue) == 0x000000, "Member 'PanelWidget_GetChildrenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_HasAnyChildren \ +static_assert(alignof(PanelWidget_HasAnyChildren) == 0x000001, "Wrong alignment on PanelWidget_HasAnyChildren"); \ +static_assert(sizeof(PanelWidget_HasAnyChildren) == 0x000001, "Wrong size on PanelWidget_HasAnyChildren"); \ +static_assert(offsetof(PanelWidget_HasAnyChildren, ReturnValue) == 0x000000, "Member 'PanelWidget_HasAnyChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_HasChild \ +static_assert(alignof(PanelWidget_HasChild) == 0x000008, "Wrong alignment on PanelWidget_HasChild"); \ +static_assert(sizeof(PanelWidget_HasChild) == 0x000010, "Wrong size on PanelWidget_HasChild"); \ +static_assert(offsetof(PanelWidget_HasChild, Content) == 0x000000, "Member 'PanelWidget_HasChild::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_HasChild, ReturnValue) == 0x000008, "Member 'PanelWidget_HasChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanelWidget \ +static_assert(alignof(UPanelWidget) == 0x000008, "Wrong alignment on UPanelWidget"); \ +static_assert(sizeof(UPanelWidget) == 0x000120, "Wrong size on UPanelWidget"); \ +static_assert(offsetof(UPanelWidget, Slots) == 0x000108, "Member 'UPanelWidget::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_UserWidget_AddToPlayerScreen \ +static_assert(alignof(UserWidget_AddToPlayerScreen) == 0x000004, "Wrong alignment on UserWidget_AddToPlayerScreen"); \ +static_assert(sizeof(UserWidget_AddToPlayerScreen) == 0x000008, "Wrong size on UserWidget_AddToPlayerScreen"); \ +static_assert(offsetof(UserWidget_AddToPlayerScreen, ZOrder) == 0x000000, "Member 'UserWidget_AddToPlayerScreen::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_AddToPlayerScreen, ReturnValue) == 0x000004, "Member 'UserWidget_AddToPlayerScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddToViewport \ +static_assert(alignof(UserWidget_AddToViewport) == 0x000004, "Wrong alignment on UserWidget_AddToViewport"); \ +static_assert(sizeof(UserWidget_AddToViewport) == 0x000004, "Wrong size on UserWidget_AddToViewport"); \ +static_assert(offsetof(UserWidget_AddToViewport, ZOrder) == 0x000000, "Member 'UserWidget_AddToViewport::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationEvent \ +static_assert(alignof(UserWidget_BindToAnimationEvent) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationEvent"); \ +static_assert(sizeof(UserWidget_BindToAnimationEvent) == 0x000028, "Wrong size on UserWidget_BindToAnimationEvent"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationEvent::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationEvent::Delegate' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, AnimationEvent) == 0x000018, "Member 'UserWidget_BindToAnimationEvent::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, UserTag) == 0x00001C, "Member 'UserWidget_BindToAnimationEvent::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationFinished \ +static_assert(alignof(UserWidget_BindToAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationFinished"); \ +static_assert(sizeof(UserWidget_BindToAnimationFinished) == 0x000018, "Wrong size on UserWidget_BindToAnimationFinished"); \ +static_assert(offsetof(UserWidget_BindToAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationFinished::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationStarted \ +static_assert(alignof(UserWidget_BindToAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationStarted"); \ +static_assert(sizeof(UserWidget_BindToAnimationStarted) == 0x000018, "Wrong size on UserWidget_BindToAnimationStarted"); \ +static_assert(offsetof(UserWidget_BindToAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationStarted::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlayingForward \ +static_assert(alignof(UserWidget_IsAnimationPlayingForward) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlayingForward"); \ +static_assert(sizeof(UserWidget_IsAnimationPlayingForward) == 0x000010, "Wrong size on UserWidget_IsAnimationPlayingForward"); \ +static_assert(offsetof(UserWidget_IsAnimationPlayingForward, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlayingForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlayingForward, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlayingForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ListenForInputAction \ +static_assert(alignof(UserWidget_ListenForInputAction) == 0x000004, "Wrong alignment on UserWidget_ListenForInputAction"); \ +static_assert(sizeof(UserWidget_ListenForInputAction) == 0x00001C, "Wrong size on UserWidget_ListenForInputAction"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, ActionName) == 0x000000, "Member 'UserWidget_ListenForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, EventType) == 0x000008, "Member 'UserWidget_ListenForInputAction::EventType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, bConsume) == 0x000009, "Member 'UserWidget_ListenForInputAction::bConsume' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, Callback) == 0x00000C, "Member 'UserWidget_ListenForInputAction::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAddedToFocusPath \ +static_assert(alignof(UserWidget_OnAddedToFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnAddedToFocusPath"); \ +static_assert(sizeof(UserWidget_OnAddedToFocusPath) == 0x000008, "Wrong size on UserWidget_OnAddedToFocusPath"); \ +static_assert(offsetof(UserWidget_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnalogValueChanged \ +static_assert(alignof(UserWidget_OnAnalogValueChanged) == 0x000008, "Wrong alignment on UserWidget_OnAnalogValueChanged"); \ +static_assert(sizeof(UserWidget_OnAnalogValueChanged) == 0x000130, "Wrong size on UserWidget_OnAnalogValueChanged"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'UserWidget_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, ReturnValue) == 0x000078, "Member 'UserWidget_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnimationFinished \ +static_assert(alignof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_OnAnimationFinished"); \ +static_assert(sizeof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong size on UserWidget_OnAnimationFinished"); \ +static_assert(offsetof(UserWidget_OnAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnimationStarted \ +static_assert(alignof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_OnAnimationStarted"); \ +static_assert(sizeof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong size on UserWidget_OnAnimationStarted"); \ +static_assert(offsetof(UserWidget_OnAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_OnAnimationStarted::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragCancelled \ +static_assert(alignof(UserWidget_OnDragCancelled) == 0x000008, "Wrong alignment on UserWidget_OnDragCancelled"); \ +static_assert(sizeof(UserWidget_OnDragCancelled) == 0x000078, "Wrong size on UserWidget_OnDragCancelled"); \ +static_assert(offsetof(UserWidget_OnDragCancelled, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragCancelled::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragCancelled, Operation) == 0x000070, "Member 'UserWidget_OnDragCancelled::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragDetected \ +static_assert(alignof(UserWidget_OnDragDetected) == 0x000008, "Wrong alignment on UserWidget_OnDragDetected"); \ +static_assert(sizeof(UserWidget_OnDragDetected) == 0x0000B0, "Wrong size on UserWidget_OnDragDetected"); \ +static_assert(offsetof(UserWidget_OnDragDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragDetected::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, Operation) == 0x0000A8, "Member 'UserWidget_OnDragDetected::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragEnter \ +static_assert(alignof(UserWidget_OnDragEnter) == 0x000008, "Wrong alignment on UserWidget_OnDragEnter"); \ +static_assert(sizeof(UserWidget_OnDragEnter) == 0x0000B0, "Wrong size on UserWidget_OnDragEnter"); \ +static_assert(offsetof(UserWidget_OnDragEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragEnter::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, Operation) == 0x0000A8, "Member 'UserWidget_OnDragEnter::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragLeave \ +static_assert(alignof(UserWidget_OnDragLeave) == 0x000008, "Wrong alignment on UserWidget_OnDragLeave"); \ +static_assert(sizeof(UserWidget_OnDragLeave) == 0x000078, "Wrong size on UserWidget_OnDragLeave"); \ +static_assert(offsetof(UserWidget_OnDragLeave, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragLeave::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragLeave, Operation) == 0x000070, "Member 'UserWidget_OnDragLeave::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragOver \ +static_assert(alignof(UserWidget_OnDragOver) == 0x000008, "Wrong alignment on UserWidget_OnDragOver"); \ +static_assert(sizeof(UserWidget_OnDragOver) == 0x0000B8, "Wrong size on UserWidget_OnDragOver"); \ +static_assert(offsetof(UserWidget_OnDragOver, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragOver::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragOver::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, Operation) == 0x0000A8, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnDragOver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDrop \ +static_assert(alignof(UserWidget_OnDrop) == 0x000008, "Wrong alignment on UserWidget_OnDrop"); \ +static_assert(sizeof(UserWidget_OnDrop) == 0x0000B8, "Wrong size on UserWidget_OnDrop"); \ +static_assert(offsetof(UserWidget_OnDrop, MyGeometry) == 0x000000, "Member 'UserWidget_OnDrop::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, PointerEvent) == 0x000038, "Member 'UserWidget_OnDrop::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, Operation) == 0x0000A8, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusLost \ +static_assert(alignof(UserWidget_OnFocusLost) == 0x000004, "Wrong alignment on UserWidget_OnFocusLost"); \ +static_assert(sizeof(UserWidget_OnFocusLost) == 0x000008, "Wrong size on UserWidget_OnFocusLost"); \ +static_assert(offsetof(UserWidget_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UserWidget_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusReceived \ +static_assert(alignof(UserWidget_OnFocusReceived) == 0x000008, "Wrong alignment on UserWidget_OnFocusReceived"); \ +static_assert(sizeof(UserWidget_OnFocusReceived) == 0x0000F8, "Wrong size on UserWidget_OnFocusReceived"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, MyGeometry) == 0x000000, "Member 'UserWidget_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'UserWidget_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, ReturnValue) == 0x000040, "Member 'UserWidget_OnFocusReceived::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyChar \ +static_assert(alignof(UserWidget_OnKeyChar) == 0x000008, "Wrong alignment on UserWidget_OnKeyChar"); \ +static_assert(sizeof(UserWidget_OnKeyChar) == 0x000110, "Wrong size on UserWidget_OnKeyChar"); \ +static_assert(offsetof(UserWidget_OnKeyChar, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyChar::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyChar, InCharacterEvent) == 0x000038, "Member 'UserWidget_OnKeyChar::InCharacterEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyChar, ReturnValue) == 0x000058, "Member 'UserWidget_OnKeyChar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyDown \ +static_assert(alignof(UserWidget_OnKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnKeyDown"); \ +static_assert(sizeof(UserWidget_OnKeyDown) == 0x000128, "Wrong size on UserWidget_OnKeyDown"); \ +static_assert(offsetof(UserWidget_OnKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyDown, ReturnValue) == 0x000070, "Member 'UserWidget_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyUp \ +static_assert(alignof(UserWidget_OnKeyUp) == 0x000008, "Wrong alignment on UserWidget_OnKeyUp"); \ +static_assert(sizeof(UserWidget_OnKeyUp) == 0x000128, "Wrong size on UserWidget_OnKeyUp"); \ +static_assert(offsetof(UserWidget_OnKeyUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyUp, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyUp, ReturnValue) == 0x000070, "Member 'UserWidget_OnKeyUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMotionDetected \ +static_assert(alignof(UserWidget_OnMotionDetected) == 0x000008, "Wrong alignment on UserWidget_OnMotionDetected"); \ +static_assert(sizeof(UserWidget_OnMotionDetected) == 0x000138, "Wrong size on UserWidget_OnMotionDetected"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnMotionDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, InMotionEvent) == 0x000038, "Member 'UserWidget_OnMotionDetected::InMotionEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, ReturnValue) == 0x000080, "Member 'UserWidget_OnMotionDetected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDoubleClick \ +static_assert(alignof(UserWidget_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDoubleClick"); \ +static_assert(sizeof(UserWidget_OnMouseButtonDoubleClick) == 0x000160, "Wrong size on UserWidget_OnMouseButtonDoubleClick"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDown \ +static_assert(alignof(UserWidget_OnMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDown"); \ +static_assert(sizeof(UserWidget_OnMouseButtonDown) == 0x000160, "Wrong size on UserWidget_OnMouseButtonDown"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonUp \ +static_assert(alignof(UserWidget_OnMouseButtonUp) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonUp"); \ +static_assert(sizeof(UserWidget_OnMouseButtonUp) == 0x000160, "Wrong size on UserWidget_OnMouseButtonUp"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseEnter \ +static_assert(alignof(UserWidget_OnMouseEnter) == 0x000008, "Wrong alignment on UserWidget_OnMouseEnter"); \ +static_assert(sizeof(UserWidget_OnMouseEnter) == 0x0000A8, "Wrong size on UserWidget_OnMouseEnter"); \ +static_assert(offsetof(UserWidget_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseLeave \ +static_assert(alignof(UserWidget_OnMouseLeave) == 0x000008, "Wrong alignment on UserWidget_OnMouseLeave"); \ +static_assert(sizeof(UserWidget_OnMouseLeave) == 0x000070, "Wrong size on UserWidget_OnMouseLeave"); \ +static_assert(offsetof(UserWidget_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UserWidget_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseMove \ +static_assert(alignof(UserWidget_OnMouseMove) == 0x000008, "Wrong alignment on UserWidget_OnMouseMove"); \ +static_assert(sizeof(UserWidget_OnMouseMove) == 0x000160, "Wrong size on UserWidget_OnMouseMove"); \ +static_assert(offsetof(UserWidget_OnMouseMove, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseWheel \ +static_assert(alignof(UserWidget_OnMouseWheel) == 0x000008, "Wrong alignment on UserWidget_OnMouseWheel"); \ +static_assert(sizeof(UserWidget_OnMouseWheel) == 0x000160, "Wrong size on UserWidget_OnMouseWheel"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseWheel::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseWheel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPreviewKeyDown \ +static_assert(alignof(UserWidget_OnPreviewKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewKeyDown"); \ +static_assert(sizeof(UserWidget_OnPreviewKeyDown) == 0x000128, "Wrong size on UserWidget_OnPreviewKeyDown"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, ReturnValue) == 0x000070, "Member 'UserWidget_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPreviewMouseButtonDown \ +static_assert(alignof(UserWidget_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewMouseButtonDown"); \ +static_assert(sizeof(UserWidget_OnPreviewMouseButtonDown) == 0x000160, "Wrong size on UserWidget_OnPreviewMouseButtonDown"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnRemovedFromFocusPath \ +static_assert(alignof(UserWidget_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnRemovedFromFocusPath"); \ +static_assert(sizeof(UserWidget_OnRemovedFromFocusPath) == 0x000008, "Wrong size on UserWidget_OnRemovedFromFocusPath"); \ +static_assert(offsetof(UserWidget_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchEnded \ +static_assert(alignof(UserWidget_OnTouchEnded) == 0x000008, "Wrong alignment on UserWidget_OnTouchEnded"); \ +static_assert(sizeof(UserWidget_OnTouchEnded) == 0x000160, "Wrong size on UserWidget_OnTouchEnded"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchEnded::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchEnded::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchForceChanged \ +static_assert(alignof(UserWidget_OnTouchForceChanged) == 0x000008, "Wrong alignment on UserWidget_OnTouchForceChanged"); \ +static_assert(sizeof(UserWidget_OnTouchForceChanged) == 0x000160, "Wrong size on UserWidget_OnTouchForceChanged"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchForceChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchForceChanged::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchForceChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchGesture \ +static_assert(alignof(UserWidget_OnTouchGesture) == 0x000008, "Wrong alignment on UserWidget_OnTouchGesture"); \ +static_assert(sizeof(UserWidget_OnTouchGesture) == 0x000160, "Wrong size on UserWidget_OnTouchGesture"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchGesture::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, GestureEvent) == 0x000038, "Member 'UserWidget_OnTouchGesture::GestureEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchGesture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchMoved \ +static_assert(alignof(UserWidget_OnTouchMoved) == 0x000008, "Wrong alignment on UserWidget_OnTouchMoved"); \ +static_assert(sizeof(UserWidget_OnTouchMoved) == 0x000160, "Wrong size on UserWidget_OnTouchMoved"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchMoved::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchMoved::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchMoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchStarted \ +static_assert(alignof(UserWidget_OnTouchStarted) == 0x000008, "Wrong alignment on UserWidget_OnTouchStarted"); \ +static_assert(sizeof(UserWidget_OnTouchStarted) == 0x000160, "Wrong size on UserWidget_OnTouchStarted"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchStarted::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchStarted::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PauseAnimation \ +static_assert(alignof(UserWidget_PauseAnimation) == 0x000008, "Wrong alignment on UserWidget_PauseAnimation"); \ +static_assert(sizeof(UserWidget_PauseAnimation) == 0x000010, "Wrong size on UserWidget_PauseAnimation"); \ +static_assert(offsetof(UserWidget_PauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PauseAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_PauseAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimation \ +static_assert(alignof(UserWidget_PlayAnimation) == 0x000008, "Wrong alignment on UserWidget_PlayAnimation"); \ +static_assert(sizeof(UserWidget_PlayAnimation) == 0x000028, "Wrong size on UserWidget_PlayAnimation"); \ +static_assert(offsetof(UserWidget_PlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimation::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_PlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_PlayAnimation::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_PlayAnimation::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_PlayAnimation::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationForward \ +static_assert(alignof(UserWidget_PlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationForward"); \ +static_assert(sizeof(UserWidget_PlayAnimationForward) == 0x000018, "Wrong size on UserWidget_PlayAnimationForward"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationForward::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationReverse \ +static_assert(alignof(UserWidget_PlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationReverse"); \ +static_assert(sizeof(UserWidget_PlayAnimationReverse) == 0x000018, "Wrong size on UserWidget_PlayAnimationReverse"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationReverse::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationReverse::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationReverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationTimeRange \ +static_assert(alignof(UserWidget_PlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationTimeRange"); \ +static_assert(sizeof(UserWidget_PlayAnimationTimeRange) == 0x000028, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlaySound \ +static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ +static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ +static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PreConstruct \ +static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ +static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ +static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ReverseAnimation \ +static_assert(alignof(UserWidget_ReverseAnimation) == 0x000008, "Wrong alignment on UserWidget_ReverseAnimation"); \ +static_assert(sizeof(UserWidget_ReverseAnimation) == 0x000008, "Wrong size on UserWidget_ReverseAnimation"); \ +static_assert(offsetof(UserWidget_ReverseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_ReverseAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAlignmentInViewport \ +static_assert(alignof(UserWidget_SetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_SetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_SetAlignmentInViewport"); \ +static_assert(offsetof(UserWidget_SetAlignmentInViewport, Alignment) == 0x000000, "Member 'UserWidget_SetAlignmentInViewport::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAnchorsInViewport \ +static_assert(alignof(UserWidget_SetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_SetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_SetAnchorsInViewport"); \ +static_assert(offsetof(UserWidget_SetAnchorsInViewport, Anchors) == 0x000000, "Member 'UserWidget_SetAnchorsInViewport::Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAnimationCurrentTime \ +static_assert(alignof(UserWidget_SetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_SetAnimationCurrentTime"); \ +static_assert(sizeof(UserWidget_SetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_SetAnimationCurrentTime"); \ +static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_SetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InTime) == 0x000008, "Member 'UserWidget_SetAnimationCurrentTime::InTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetColorAndOpacity \ +static_assert(alignof(UserWidget_SetColorAndOpacity) == 0x000004, "Wrong alignment on UserWidget_SetColorAndOpacity"); \ +static_assert(sizeof(UserWidget_SetColorAndOpacity) == 0x000010, "Wrong size on UserWidget_SetColorAndOpacity"); \ +static_assert(offsetof(UserWidget_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'UserWidget_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetDesiredSizeInViewport \ +static_assert(alignof(UserWidget_SetDesiredSizeInViewport) == 0x000004, "Wrong alignment on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(sizeof(UserWidget_SetDesiredSizeInViewport) == 0x000008, "Wrong size on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(offsetof(UserWidget_SetDesiredSizeInViewport, Size) == 0x000000, "Member 'UserWidget_SetDesiredSizeInViewport::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetForegroundColor \ +static_assert(alignof(UserWidget_SetForegroundColor) == 0x000008, "Wrong alignment on UserWidget_SetForegroundColor"); \ +static_assert(sizeof(UserWidget_SetForegroundColor) == 0x000028, "Wrong size on UserWidget_SetForegroundColor"); \ +static_assert(offsetof(UserWidget_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'UserWidget_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetInputActionBlocking \ +static_assert(alignof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong alignment on UserWidget_SetInputActionBlocking"); \ +static_assert(sizeof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong size on UserWidget_SetInputActionBlocking"); \ +static_assert(offsetof(UserWidget_SetInputActionBlocking, bShouldBlock) == 0x000000, "Member 'UserWidget_SetInputActionBlocking::bShouldBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetInputActionPriority \ +static_assert(alignof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong alignment on UserWidget_SetInputActionPriority"); \ +static_assert(sizeof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong size on UserWidget_SetInputActionPriority"); \ +static_assert(offsetof(UserWidget_SetInputActionPriority, NewPriority) == 0x000000, "Member 'UserWidget_SetInputActionPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetNumLoopsToPlay \ +static_assert(alignof(UserWidget_SetNumLoopsToPlay) == 0x000008, "Wrong alignment on UserWidget_SetNumLoopsToPlay"); \ +static_assert(sizeof(UserWidget_SetNumLoopsToPlay) == 0x000010, "Wrong size on UserWidget_SetNumLoopsToPlay"); \ +static_assert(offsetof(UserWidget_SetNumLoopsToPlay, InAnimation) == 0x000000, "Member 'UserWidget_SetNumLoopsToPlay::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetNumLoopsToPlay, NumLoopsToPlay) == 0x000008, "Member 'UserWidget_SetNumLoopsToPlay::NumLoopsToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetOwningPlayer \ +static_assert(alignof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong alignment on UserWidget_SetOwningPlayer"); \ +static_assert(sizeof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong size on UserWidget_SetOwningPlayer"); \ +static_assert(offsetof(UserWidget_SetOwningPlayer, LocalPlayerController) == 0x000000, "Member 'UserWidget_SetOwningPlayer::LocalPlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPadding \ +static_assert(alignof(UserWidget_SetPadding) == 0x000004, "Wrong alignment on UserWidget_SetPadding"); \ +static_assert(sizeof(UserWidget_SetPadding) == 0x000010, "Wrong size on UserWidget_SetPadding"); \ +static_assert(offsetof(UserWidget_SetPadding, InPadding) == 0x000000, "Member 'UserWidget_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPlaybackSpeed \ +static_assert(alignof(UserWidget_SetPlaybackSpeed) == 0x000008, "Wrong alignment on UserWidget_SetPlaybackSpeed"); \ +static_assert(sizeof(UserWidget_SetPlaybackSpeed) == 0x000010, "Wrong size on UserWidget_SetPlaybackSpeed"); \ +static_assert(offsetof(UserWidget_SetPlaybackSpeed, InAnimation) == 0x000000, "Member 'UserWidget_SetPlaybackSpeed::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetPlaybackSpeed, PlaybackSpeed) == 0x000008, "Member 'UserWidget_SetPlaybackSpeed::PlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPositionInViewport \ +static_assert(alignof(UserWidget_SetPositionInViewport) == 0x000004, "Wrong alignment on UserWidget_SetPositionInViewport"); \ +static_assert(sizeof(UserWidget_SetPositionInViewport) == 0x00000C, "Wrong size on UserWidget_SetPositionInViewport"); \ +static_assert(offsetof(UserWidget_SetPositionInViewport, Position) == 0x000000, "Member 'UserWidget_SetPositionInViewport::Position' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetPositionInViewport, bRemoveDPIScale) == 0x000008, "Member 'UserWidget_SetPositionInViewport::bRemoveDPIScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_StopAnimation \ +static_assert(alignof(UserWidget_StopAnimation) == 0x000008, "Wrong alignment on UserWidget_StopAnimation"); \ +static_assert(sizeof(UserWidget_StopAnimation) == 0x000008, "Wrong size on UserWidget_StopAnimation"); \ +static_assert(offsetof(UserWidget_StopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_StopAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_StopListeningForInputAction \ +static_assert(alignof(UserWidget_StopListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_StopListeningForInputAction"); \ +static_assert(sizeof(UserWidget_StopListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_StopListeningForInputAction"); \ +static_assert(offsetof(UserWidget_StopListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_StopListeningForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_StopListeningForInputAction, EventType) == 0x000008, "Member 'UserWidget_StopListeningForInputAction::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_Tick \ +static_assert(alignof(UserWidget_Tick) == 0x000004, "Wrong alignment on UserWidget_Tick"); \ +static_assert(sizeof(UserWidget_Tick) == 0x00003C, "Wrong size on UserWidget_Tick"); \ +static_assert(offsetof(UserWidget_Tick, MyGeometry) == 0x000000, "Member 'UserWidget_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_Tick, InDeltaTime) == 0x000038, "Member 'UserWidget_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationFinished \ +static_assert(alignof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationFinished"); \ +static_assert(sizeof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationFinished"); \ +static_assert(offsetof(UserWidget_UnbindAllFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationStarted \ +static_assert(alignof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationStarted"); \ +static_assert(sizeof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationStarted"); \ +static_assert(offsetof(UserWidget_UnbindAllFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationStarted::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationFinished \ +static_assert(alignof(UserWidget_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationFinished"); \ +static_assert(sizeof(UserWidget_UnbindFromAnimationFinished) == 0x000018, "Wrong size on UserWidget_UnbindFromAnimationFinished"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationFinished::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationStarted \ +static_assert(alignof(UserWidget_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationStarted"); \ +static_assert(sizeof(UserWidget_UnbindFromAnimationStarted) == 0x000018, "Wrong size on UserWidget_UnbindFromAnimationStarted"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationStarted::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAlignmentInViewport \ +static_assert(alignof(UserWidget_GetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_GetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_GetAlignmentInViewport"); \ +static_assert(offsetof(UserWidget_GetAlignmentInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAlignmentInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnchorsInViewport \ +static_assert(alignof(UserWidget_GetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_GetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_GetAnchorsInViewport"); \ +static_assert(offsetof(UserWidget_GetAnchorsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAnchorsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnimationCurrentTime \ +static_assert(alignof(UserWidget_GetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_GetAnimationCurrentTime"); \ +static_assert(sizeof(UserWidget_GetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_GetAnimationCurrentTime"); \ +static_assert(offsetof(UserWidget_GetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_GetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetAnimationCurrentTime, ReturnValue) == 0x000008, "Member 'UserWidget_GetAnimationCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetIsVisible \ +static_assert(alignof(UserWidget_GetIsVisible) == 0x000001, "Wrong alignment on UserWidget_GetIsVisible"); \ +static_assert(sizeof(UserWidget_GetIsVisible) == 0x000001, "Wrong size on UserWidget_GetIsVisible"); \ +static_assert(offsetof(UserWidget_GetIsVisible, ReturnValue) == 0x000000, "Member 'UserWidget_GetIsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerCameraManager \ +static_assert(alignof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerCameraManager, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerPawn \ +static_assert(alignof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerPawn"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerPawn"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerPawn, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnimationPlaying) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnimationPlaying) == 0x000010, "Wrong size on UserWidget_IsAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlaying::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnyAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong alignment on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong size on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnyAnimationPlaying, ReturnValue) == 0x000000, "Member 'UserWidget_IsAnyAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInteractable \ +static_assert(alignof(UserWidget_IsInteractable) == 0x000001, "Wrong alignment on UserWidget_IsInteractable"); \ +static_assert(sizeof(UserWidget_IsInteractable) == 0x000001, "Wrong size on UserWidget_IsInteractable"); \ +static_assert(offsetof(UserWidget_IsInteractable, ReturnValue) == 0x000000, "Member 'UserWidget_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInViewport \ +static_assert(alignof(UserWidget_IsInViewport) == 0x000001, "Wrong alignment on UserWidget_IsInViewport"); \ +static_assert(sizeof(UserWidget_IsInViewport) == 0x000001, "Wrong size on UserWidget_IsInViewport"); \ +static_assert(offsetof(UserWidget_IsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_IsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsListeningForInputAction \ +static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ +static_assert(sizeof(UserWidget_IsListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_IsListeningForInputAction"); \ +static_assert(offsetof(UserWidget_IsListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_IsListeningForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsListeningForInputAction, ReturnValue) == 0x000008, "Member 'UserWidget_IsListeningForInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsPlayingAnimation \ +static_assert(alignof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong alignment on UserWidget_IsPlayingAnimation"); \ +static_assert(sizeof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong size on UserWidget_IsPlayingAnimation"); \ +static_assert(offsetof(UserWidget_IsPlayingAnimation, ReturnValue) == 0x000000, "Member 'UserWidget_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPaint \ +static_assert(alignof(UserWidget_OnPaint) == 0x000008, "Wrong alignment on UserWidget_OnPaint"); \ +static_assert(sizeof(UserWidget_OnPaint) == 0x000030, "Wrong size on UserWidget_OnPaint"); \ +static_assert(offsetof(UserWidget_OnPaint, Context) == 0x000000, "Member 'UserWidget_OnPaint::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidget \ +static_assert(alignof(UUserWidget) == 0x000008, "Wrong alignment on UUserWidget"); \ +static_assert(sizeof(UUserWidget) == 0x000260, "Wrong size on UUserWidget"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacity) == 0x000110, "Member 'UUserWidget::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacityDelegate) == 0x000120, "Member 'UUserWidget::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColor) == 0x000130, "Member 'UUserWidget::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColorDelegate) == 0x000158, "Member 'UUserWidget::ForegroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, OnVisibilityChanged) == 0x000168, "Member 'UUserWidget::OnVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Padding) == 0x000190, "Member 'UUserWidget::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ActiveSequencePlayers) == 0x0001A0, "Member 'UUserWidget::ActiveSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationTickManager) == 0x0001B0, "Member 'UUserWidget::AnimationTickManager' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, StoppedSequencePlayers) == 0x0001B8, "Member 'UUserWidget::StoppedSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, NamedSlotBindings) == 0x0001C8, "Member 'UUserWidget::NamedSlotBindings' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, WidgetTree) == 0x0001D8, "Member 'UUserWidget::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Priority) == 0x0001E0, "Member 'UUserWidget::Priority' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, TickFrequency) == 0x0001F0, "Member 'UUserWidget::TickFrequency' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, InputComponent) == 0x0001F8, "Member 'UUserWidget::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationCallbacks) == 0x000200, "Member 'UUserWidget::AnimationCallbacks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginPropertySystem \ +static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ +static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000058, "Wrong size on UMovieSceneMarginPropertySystem"); \ + +#define DUMPER7_ASSERTS_ContentWidget_SetContent \ +static_assert(alignof(ContentWidget_SetContent) == 0x000008, "Wrong alignment on ContentWidget_SetContent"); \ +static_assert(sizeof(ContentWidget_SetContent) == 0x000010, "Wrong size on ContentWidget_SetContent"); \ +static_assert(offsetof(ContentWidget_SetContent, Content) == 0x000000, "Member 'ContentWidget_SetContent::Content' has a wrong offset!"); \ +static_assert(offsetof(ContentWidget_SetContent, ReturnValue) == 0x000008, "Member 'ContentWidget_SetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContent \ +static_assert(alignof(ContentWidget_GetContent) == 0x000008, "Wrong alignment on ContentWidget_GetContent"); \ +static_assert(sizeof(ContentWidget_GetContent) == 0x000008, "Wrong size on ContentWidget_GetContent"); \ +static_assert(offsetof(ContentWidget_GetContent, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContentSlot \ +static_assert(alignof(ContentWidget_GetContentSlot) == 0x000008, "Wrong alignment on ContentWidget_GetContentSlot"); \ +static_assert(sizeof(ContentWidget_GetContentSlot) == 0x000008, "Wrong size on ContentWidget_GetContentSlot"); \ +static_assert(offsetof(ContentWidget_GetContentSlot, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContentSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentWidget \ +static_assert(alignof(UContentWidget) == 0x000008, "Wrong alignment on UContentWidget"); \ +static_assert(sizeof(UContentWidget) == 0x000120, "Wrong size on UContentWidget"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetCheckedState \ +static_assert(alignof(CheckBox_SetCheckedState) == 0x000001, "Wrong alignment on CheckBox_SetCheckedState"); \ +static_assert(sizeof(CheckBox_SetCheckedState) == 0x000001, "Wrong size on CheckBox_SetCheckedState"); \ +static_assert(offsetof(CheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'CheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetClickMethod \ +static_assert(alignof(CheckBox_SetClickMethod) == 0x000001, "Wrong alignment on CheckBox_SetClickMethod"); \ +static_assert(sizeof(CheckBox_SetClickMethod) == 0x000001, "Wrong size on CheckBox_SetClickMethod"); \ +static_assert(offsetof(CheckBox_SetClickMethod, InClickMethod) == 0x000000, "Member 'CheckBox_SetClickMethod::InClickMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetIsChecked \ +static_assert(alignof(CheckBox_SetIsChecked) == 0x000001, "Wrong alignment on CheckBox_SetIsChecked"); \ +static_assert(sizeof(CheckBox_SetIsChecked) == 0x000001, "Wrong size on CheckBox_SetIsChecked"); \ +static_assert(offsetof(CheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'CheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetPressMethod \ +static_assert(alignof(CheckBox_SetPressMethod) == 0x000001, "Wrong alignment on CheckBox_SetPressMethod"); \ +static_assert(sizeof(CheckBox_SetPressMethod) == 0x000001, "Wrong size on CheckBox_SetPressMethod"); \ +static_assert(offsetof(CheckBox_SetPressMethod, InPressMethod) == 0x000000, "Member 'CheckBox_SetPressMethod::InPressMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetTouchMethod \ +static_assert(alignof(CheckBox_SetTouchMethod) == 0x000001, "Wrong alignment on CheckBox_SetTouchMethod"); \ +static_assert(sizeof(CheckBox_SetTouchMethod) == 0x000001, "Wrong size on CheckBox_SetTouchMethod"); \ +static_assert(offsetof(CheckBox_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CheckBox_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_GetCheckedState \ +static_assert(alignof(CheckBox_GetCheckedState) == 0x000001, "Wrong alignment on CheckBox_GetCheckedState"); \ +static_assert(sizeof(CheckBox_GetCheckedState) == 0x000001, "Wrong size on CheckBox_GetCheckedState"); \ +static_assert(offsetof(CheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'CheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_IsChecked \ +static_assert(alignof(CheckBox_IsChecked) == 0x000001, "Wrong alignment on CheckBox_IsChecked"); \ +static_assert(sizeof(CheckBox_IsChecked) == 0x000001, "Wrong size on CheckBox_IsChecked"); \ +static_assert(offsetof(CheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'CheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_IsPressed \ +static_assert(alignof(CheckBox_IsPressed) == 0x000001, "Wrong alignment on CheckBox_IsPressed"); \ +static_assert(sizeof(CheckBox_IsPressed) == 0x000001, "Wrong size on CheckBox_IsPressed"); \ +static_assert(offsetof(CheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'CheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBox \ +static_assert(alignof(UCheckBox) == 0x000008, "Wrong alignment on UCheckBox"); \ +static_assert(sizeof(UCheckBox) == 0x000770, "Wrong size on UCheckBox"); \ +static_assert(offsetof(UCheckBox, CheckedState) == 0x000120, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000124, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, WidgetStyle) == 0x000138, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, Style) == 0x0006B8, "Member 'UCheckBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedImage) == 0x0006C0, "Member 'UCheckBox::UncheckedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedHoveredImage) == 0x0006C8, "Member 'UCheckBox::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedPressedImage) == 0x0006D0, "Member 'UCheckBox::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedImage) == 0x0006D8, "Member 'UCheckBox::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedHoveredImage) == 0x0006E0, "Member 'UCheckBox::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedPressedImage) == 0x0006E8, "Member 'UCheckBox::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedImage) == 0x0006F0, "Member 'UCheckBox::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedHoveredImage) == 0x0006F8, "Member 'UCheckBox::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedPressedImage) == 0x000700, "Member 'UCheckBox::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000708, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, Padding) == 0x00070C, "Member 'UCheckBox::Padding' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, BorderBackgroundColor) == 0x000720, "Member 'UCheckBox::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, ClickMethod) == 0x000748, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, TouchMethod) == 0x000749, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, PressMethod) == 0x00074A, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, IsFocusable) == 0x00074B, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000750, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_URichTextBlockDecorator \ +static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ +static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ + +#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_WidgetComponent_SetBackgroundColor \ +static_assert(alignof(WidgetComponent_SetBackgroundColor) == 0x000004, "Wrong alignment on WidgetComponent_SetBackgroundColor"); \ +static_assert(sizeof(WidgetComponent_SetBackgroundColor) == 0x000010, "Wrong size on WidgetComponent_SetBackgroundColor"); \ +static_assert(offsetof(WidgetComponent_SetBackgroundColor, NewBackgroundColor) == 0x000000, "Member 'WidgetComponent_SetBackgroundColor::NewBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetCylinderArcAngle \ +static_assert(alignof(WidgetComponent_SetCylinderArcAngle) == 0x000004, "Wrong alignment on WidgetComponent_SetCylinderArcAngle"); \ +static_assert(sizeof(WidgetComponent_SetCylinderArcAngle) == 0x000004, "Wrong size on WidgetComponent_SetCylinderArcAngle"); \ +static_assert(offsetof(WidgetComponent_SetCylinderArcAngle, InCylinderArcAngle) == 0x000000, "Member 'WidgetComponent_SetCylinderArcAngle::InCylinderArcAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetDrawAtDesiredSize \ +static_assert(alignof(WidgetComponent_SetDrawAtDesiredSize) == 0x000001, "Wrong alignment on WidgetComponent_SetDrawAtDesiredSize"); \ +static_assert(sizeof(WidgetComponent_SetDrawAtDesiredSize) == 0x000001, "Wrong size on WidgetComponent_SetDrawAtDesiredSize"); \ +static_assert(offsetof(WidgetComponent_SetDrawAtDesiredSize, bInDrawAtDesiredSize) == 0x000000, "Member 'WidgetComponent_SetDrawAtDesiredSize::bInDrawAtDesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetDrawSize \ +static_assert(alignof(WidgetComponent_SetDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_SetDrawSize"); \ +static_assert(sizeof(WidgetComponent_SetDrawSize) == 0x000008, "Wrong size on WidgetComponent_SetDrawSize"); \ +static_assert(offsetof(WidgetComponent_SetDrawSize, Size) == 0x000000, "Member 'WidgetComponent_SetDrawSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetGeometryMode \ +static_assert(alignof(WidgetComponent_SetGeometryMode) == 0x000001, "Wrong alignment on WidgetComponent_SetGeometryMode"); \ +static_assert(sizeof(WidgetComponent_SetGeometryMode) == 0x000001, "Wrong size on WidgetComponent_SetGeometryMode"); \ +static_assert(offsetof(WidgetComponent_SetGeometryMode, InGeometryMode) == 0x000000, "Member 'WidgetComponent_SetGeometryMode::InGeometryMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetManuallyRedraw \ +static_assert(alignof(WidgetComponent_SetManuallyRedraw) == 0x000001, "Wrong alignment on WidgetComponent_SetManuallyRedraw"); \ +static_assert(sizeof(WidgetComponent_SetManuallyRedraw) == 0x000001, "Wrong size on WidgetComponent_SetManuallyRedraw"); \ +static_assert(offsetof(WidgetComponent_SetManuallyRedraw, bUseManualRedraw) == 0x000000, "Member 'WidgetComponent_SetManuallyRedraw::bUseManualRedraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetOwnerPlayer \ +static_assert(alignof(WidgetComponent_SetOwnerPlayer) == 0x000008, "Wrong alignment on WidgetComponent_SetOwnerPlayer"); \ +static_assert(sizeof(WidgetComponent_SetOwnerPlayer) == 0x000008, "Wrong size on WidgetComponent_SetOwnerPlayer"); \ +static_assert(offsetof(WidgetComponent_SetOwnerPlayer, LocalPlayer) == 0x000000, "Member 'WidgetComponent_SetOwnerPlayer::LocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetPivot \ +static_assert(alignof(WidgetComponent_SetPivot) == 0x000004, "Wrong alignment on WidgetComponent_SetPivot"); \ +static_assert(sizeof(WidgetComponent_SetPivot) == 0x000008, "Wrong size on WidgetComponent_SetPivot"); \ +static_assert(offsetof(WidgetComponent_SetPivot, InPivot) == 0x000000, "Member 'WidgetComponent_SetPivot::InPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetRedrawTime \ +static_assert(alignof(WidgetComponent_SetRedrawTime) == 0x000004, "Wrong alignment on WidgetComponent_SetRedrawTime"); \ +static_assert(sizeof(WidgetComponent_SetRedrawTime) == 0x000004, "Wrong size on WidgetComponent_SetRedrawTime"); \ +static_assert(offsetof(WidgetComponent_SetRedrawTime, InRedrawTime) == 0x000000, "Member 'WidgetComponent_SetRedrawTime::InRedrawTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTickMode \ +static_assert(alignof(WidgetComponent_SetTickMode) == 0x000001, "Wrong alignment on WidgetComponent_SetTickMode"); \ +static_assert(sizeof(WidgetComponent_SetTickMode) == 0x000001, "Wrong size on WidgetComponent_SetTickMode"); \ +static_assert(offsetof(WidgetComponent_SetTickMode, InTickMode) == 0x000000, "Member 'WidgetComponent_SetTickMode::InTickMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTickWhenOffscreen \ +static_assert(alignof(WidgetComponent_SetTickWhenOffscreen) == 0x000001, "Wrong alignment on WidgetComponent_SetTickWhenOffscreen"); \ +static_assert(sizeof(WidgetComponent_SetTickWhenOffscreen) == 0x000001, "Wrong size on WidgetComponent_SetTickWhenOffscreen"); \ +static_assert(offsetof(WidgetComponent_SetTickWhenOffscreen, bWantTickWhenOffscreen) == 0x000000, "Member 'WidgetComponent_SetTickWhenOffscreen::bWantTickWhenOffscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTintColorAndOpacity \ +static_assert(alignof(WidgetComponent_SetTintColorAndOpacity) == 0x000004, "Wrong alignment on WidgetComponent_SetTintColorAndOpacity"); \ +static_assert(sizeof(WidgetComponent_SetTintColorAndOpacity) == 0x000010, "Wrong size on WidgetComponent_SetTintColorAndOpacity"); \ +static_assert(offsetof(WidgetComponent_SetTintColorAndOpacity, NewTintColorAndOpacity) == 0x000000, "Member 'WidgetComponent_SetTintColorAndOpacity::NewTintColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTwoSided \ +static_assert(alignof(WidgetComponent_SetTwoSided) == 0x000001, "Wrong alignment on WidgetComponent_SetTwoSided"); \ +static_assert(sizeof(WidgetComponent_SetTwoSided) == 0x000001, "Wrong size on WidgetComponent_SetTwoSided"); \ +static_assert(offsetof(WidgetComponent_SetTwoSided, bWantTwoSided) == 0x000000, "Member 'WidgetComponent_SetTwoSided::bWantTwoSided' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWidget \ +static_assert(alignof(WidgetComponent_SetWidget) == 0x000008, "Wrong alignment on WidgetComponent_SetWidget"); \ +static_assert(sizeof(WidgetComponent_SetWidget) == 0x000008, "Wrong size on WidgetComponent_SetWidget"); \ +static_assert(offsetof(WidgetComponent_SetWidget, Widget_0) == 0x000000, "Member 'WidgetComponent_SetWidget::Widget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWidgetSpace \ +static_assert(alignof(WidgetComponent_SetWidgetSpace) == 0x000001, "Wrong alignment on WidgetComponent_SetWidgetSpace"); \ +static_assert(sizeof(WidgetComponent_SetWidgetSpace) == 0x000001, "Wrong size on WidgetComponent_SetWidgetSpace"); \ +static_assert(offsetof(WidgetComponent_SetWidgetSpace, NewSpace) == 0x000000, "Member 'WidgetComponent_SetWidgetSpace::NewSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWindowFocusable \ +static_assert(alignof(WidgetComponent_SetWindowFocusable) == 0x000001, "Wrong alignment on WidgetComponent_SetWindowFocusable"); \ +static_assert(sizeof(WidgetComponent_SetWindowFocusable) == 0x000001, "Wrong size on WidgetComponent_SetWindowFocusable"); \ +static_assert(offsetof(WidgetComponent_SetWindowFocusable, bInWindowFocusable) == 0x000000, "Member 'WidgetComponent_SetWindowFocusable::bInWindowFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWindowVisibility \ +static_assert(alignof(WidgetComponent_SetWindowVisibility) == 0x000001, "Wrong alignment on WidgetComponent_SetWindowVisibility"); \ +static_assert(sizeof(WidgetComponent_SetWindowVisibility) == 0x000001, "Wrong size on WidgetComponent_SetWindowVisibility"); \ +static_assert(offsetof(WidgetComponent_SetWindowVisibility, InVisibility) == 0x000000, "Member 'WidgetComponent_SetWindowVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetCurrentDrawSize \ +static_assert(alignof(WidgetComponent_GetCurrentDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_GetCurrentDrawSize"); \ +static_assert(sizeof(WidgetComponent_GetCurrentDrawSize) == 0x000008, "Wrong size on WidgetComponent_GetCurrentDrawSize"); \ +static_assert(offsetof(WidgetComponent_GetCurrentDrawSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetCurrentDrawSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetCylinderArcAngle \ +static_assert(alignof(WidgetComponent_GetCylinderArcAngle) == 0x000004, "Wrong alignment on WidgetComponent_GetCylinderArcAngle"); \ +static_assert(sizeof(WidgetComponent_GetCylinderArcAngle) == 0x000004, "Wrong size on WidgetComponent_GetCylinderArcAngle"); \ +static_assert(offsetof(WidgetComponent_GetCylinderArcAngle, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetCylinderArcAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetDrawAtDesiredSize \ +static_assert(alignof(WidgetComponent_GetDrawAtDesiredSize) == 0x000001, "Wrong alignment on WidgetComponent_GetDrawAtDesiredSize"); \ +static_assert(sizeof(WidgetComponent_GetDrawAtDesiredSize) == 0x000001, "Wrong size on WidgetComponent_GetDrawAtDesiredSize"); \ +static_assert(offsetof(WidgetComponent_GetDrawAtDesiredSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetDrawAtDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetDrawSize \ +static_assert(alignof(WidgetComponent_GetDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_GetDrawSize"); \ +static_assert(sizeof(WidgetComponent_GetDrawSize) == 0x000008, "Wrong size on WidgetComponent_GetDrawSize"); \ +static_assert(offsetof(WidgetComponent_GetDrawSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetDrawSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetGeometryMode \ +static_assert(alignof(WidgetComponent_GetGeometryMode) == 0x000001, "Wrong alignment on WidgetComponent_GetGeometryMode"); \ +static_assert(sizeof(WidgetComponent_GetGeometryMode) == 0x000001, "Wrong size on WidgetComponent_GetGeometryMode"); \ +static_assert(offsetof(WidgetComponent_GetGeometryMode, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetGeometryMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetManuallyRedraw \ +static_assert(alignof(WidgetComponent_GetManuallyRedraw) == 0x000001, "Wrong alignment on WidgetComponent_GetManuallyRedraw"); \ +static_assert(sizeof(WidgetComponent_GetManuallyRedraw) == 0x000001, "Wrong size on WidgetComponent_GetManuallyRedraw"); \ +static_assert(offsetof(WidgetComponent_GetManuallyRedraw, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetManuallyRedraw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetMaterialInstance \ +static_assert(alignof(WidgetComponent_GetMaterialInstance) == 0x000008, "Wrong alignment on WidgetComponent_GetMaterialInstance"); \ +static_assert(sizeof(WidgetComponent_GetMaterialInstance) == 0x000008, "Wrong size on WidgetComponent_GetMaterialInstance"); \ +static_assert(offsetof(WidgetComponent_GetMaterialInstance, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetOwnerPlayer \ +static_assert(alignof(WidgetComponent_GetOwnerPlayer) == 0x000008, "Wrong alignment on WidgetComponent_GetOwnerPlayer"); \ +static_assert(sizeof(WidgetComponent_GetOwnerPlayer) == 0x000008, "Wrong size on WidgetComponent_GetOwnerPlayer"); \ +static_assert(offsetof(WidgetComponent_GetOwnerPlayer, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetOwnerPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetPivot \ +static_assert(alignof(WidgetComponent_GetPivot) == 0x000004, "Wrong alignment on WidgetComponent_GetPivot"); \ +static_assert(sizeof(WidgetComponent_GetPivot) == 0x000008, "Wrong size on WidgetComponent_GetPivot"); \ +static_assert(offsetof(WidgetComponent_GetPivot, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetPivot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetRedrawTime \ +static_assert(alignof(WidgetComponent_GetRedrawTime) == 0x000004, "Wrong alignment on WidgetComponent_GetRedrawTime"); \ +static_assert(sizeof(WidgetComponent_GetRedrawTime) == 0x000004, "Wrong size on WidgetComponent_GetRedrawTime"); \ +static_assert(offsetof(WidgetComponent_GetRedrawTime, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetRedrawTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetRenderTarget \ +static_assert(alignof(WidgetComponent_GetRenderTarget) == 0x000008, "Wrong alignment on WidgetComponent_GetRenderTarget"); \ +static_assert(sizeof(WidgetComponent_GetRenderTarget) == 0x000008, "Wrong size on WidgetComponent_GetRenderTarget"); \ +static_assert(offsetof(WidgetComponent_GetRenderTarget, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetTickWhenOffscreen \ +static_assert(alignof(WidgetComponent_GetTickWhenOffscreen) == 0x000001, "Wrong alignment on WidgetComponent_GetTickWhenOffscreen"); \ +static_assert(sizeof(WidgetComponent_GetTickWhenOffscreen) == 0x000001, "Wrong size on WidgetComponent_GetTickWhenOffscreen"); \ +static_assert(offsetof(WidgetComponent_GetTickWhenOffscreen, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetTickWhenOffscreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetTwoSided \ +static_assert(alignof(WidgetComponent_GetTwoSided) == 0x000001, "Wrong alignment on WidgetComponent_GetTwoSided"); \ +static_assert(sizeof(WidgetComponent_GetTwoSided) == 0x000001, "Wrong size on WidgetComponent_GetTwoSided"); \ +static_assert(offsetof(WidgetComponent_GetTwoSided, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetUserWidgetObject \ +static_assert(alignof(WidgetComponent_GetUserWidgetObject) == 0x000008, "Wrong alignment on WidgetComponent_GetUserWidgetObject"); \ +static_assert(sizeof(WidgetComponent_GetUserWidgetObject) == 0x000008, "Wrong size on WidgetComponent_GetUserWidgetObject"); \ +static_assert(offsetof(WidgetComponent_GetUserWidgetObject, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetUserWidgetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWidget \ +static_assert(alignof(WidgetComponent_GetWidget) == 0x000008, "Wrong alignment on WidgetComponent_GetWidget"); \ +static_assert(sizeof(WidgetComponent_GetWidget) == 0x000008, "Wrong size on WidgetComponent_GetWidget"); \ +static_assert(offsetof(WidgetComponent_GetWidget, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWidgetSpace \ +static_assert(alignof(WidgetComponent_GetWidgetSpace) == 0x000001, "Wrong alignment on WidgetComponent_GetWidgetSpace"); \ +static_assert(sizeof(WidgetComponent_GetWidgetSpace) == 0x000001, "Wrong size on WidgetComponent_GetWidgetSpace"); \ +static_assert(offsetof(WidgetComponent_GetWidgetSpace, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWidgetSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWindowFocusable \ +static_assert(alignof(WidgetComponent_GetWindowFocusable) == 0x000001, "Wrong alignment on WidgetComponent_GetWindowFocusable"); \ +static_assert(sizeof(WidgetComponent_GetWindowFocusable) == 0x000001, "Wrong size on WidgetComponent_GetWindowFocusable"); \ +static_assert(offsetof(WidgetComponent_GetWindowFocusable, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWindowFocusable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWindowVisiblility \ +static_assert(alignof(WidgetComponent_GetWindowVisiblility) == 0x000001, "Wrong alignment on WidgetComponent_GetWindowVisiblility"); \ +static_assert(sizeof(WidgetComponent_GetWindowVisiblility) == 0x000001, "Wrong size on WidgetComponent_GetWindowVisiblility"); \ +static_assert(offsetof(WidgetComponent_GetWindowVisiblility, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWindowVisiblility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_IsWidgetVisible \ +static_assert(alignof(WidgetComponent_IsWidgetVisible) == 0x000001, "Wrong alignment on WidgetComponent_IsWidgetVisible"); \ +static_assert(sizeof(WidgetComponent_IsWidgetVisible) == 0x000001, "Wrong size on WidgetComponent_IsWidgetVisible"); \ +static_assert(offsetof(WidgetComponent_IsWidgetVisible, ReturnValue) == 0x000000, "Member 'WidgetComponent_IsWidgetVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetComponent \ +static_assert(alignof(UWidgetComponent) == 0x000010, "Wrong alignment on UWidgetComponent"); \ +static_assert(sizeof(UWidgetComponent) == 0x0005A0, "Wrong size on UWidgetComponent"); \ +static_assert(offsetof(UWidgetComponent, Space) == 0x000478, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x000479, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x000480, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, DrawSize) == 0x000488, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x000490, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x000491, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x000494, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x0004A0, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x0004A8, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Pivot) == 0x0004AC, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x0004B4, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x0004B5, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x0004B6, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x0004B7, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x0004B8, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x0004C0, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x0004D0, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x0004E0, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BlendMode) == 0x0004E4, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x0004E5, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x0004E6, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BodySetup) == 0x0004E8, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x0004F0, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x0004F8, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x000500, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x000508, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x000510, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x000518, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x000520, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x000528, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x000530, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x000531, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x000534, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x00053C, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x000540, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x000544, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickMode) == 0x000548, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Widget) == 0x000570, "Member 'UWidgetComponent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_BackgroundBlurSlot_SetHorizontalAlignment \ +static_assert(alignof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(BackgroundBlurSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetPadding \ +static_assert(alignof(BackgroundBlurSlot_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlurSlot_SetPadding"); \ +static_assert(sizeof(BackgroundBlurSlot_SetPadding) == 0x000010, "Wrong size on BackgroundBlurSlot_SetPadding"); \ +static_assert(offsetof(BackgroundBlurSlot_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlurSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetVerticalAlignment \ +static_assert(alignof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetVerticalAlignment"); \ +static_assert(sizeof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetVerticalAlignment"); \ +static_assert(offsetof(BackgroundBlurSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBackgroundBlurSlot \ +static_assert(alignof(UBackgroundBlurSlot) == 0x000008, "Wrong alignment on UBackgroundBlurSlot"); \ +static_assert(sizeof(UBackgroundBlurSlot) == 0x000060, "Wrong size on UBackgroundBlurSlot"); \ +static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000038, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000048, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000049, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoolBinding_GetValue \ +static_assert(alignof(BoolBinding_GetValue) == 0x000001, "Wrong alignment on BoolBinding_GetValue"); \ +static_assert(sizeof(BoolBinding_GetValue) == 0x000001, "Wrong size on BoolBinding_GetValue"); \ +static_assert(offsetof(BoolBinding_GetValue, ReturnValue) == 0x000000, "Member 'BoolBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoolBinding \ +static_assert(alignof(UBoolBinding) == 0x000008, "Wrong alignment on UBoolBinding"); \ +static_assert(sizeof(UBoolBinding) == 0x000060, "Wrong size on UBoolBinding"); \ + +#define DUMPER7_ASSERTS_Border_GetDynamicMaterial \ +static_assert(alignof(Border_GetDynamicMaterial) == 0x000008, "Wrong alignment on Border_GetDynamicMaterial"); \ +static_assert(sizeof(Border_GetDynamicMaterial) == 0x000008, "Wrong size on Border_GetDynamicMaterial"); \ +static_assert(offsetof(Border_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Border_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrush \ +static_assert(alignof(Border_SetBrush) == 0x000008, "Wrong alignment on Border_SetBrush"); \ +static_assert(sizeof(Border_SetBrush) == 0x000088, "Wrong size on Border_SetBrush"); \ +static_assert(offsetof(Border_SetBrush, InBrush) == 0x000000, "Member 'Border_SetBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushColor \ +static_assert(alignof(Border_SetBrushColor) == 0x000004, "Wrong alignment on Border_SetBrushColor"); \ +static_assert(sizeof(Border_SetBrushColor) == 0x000010, "Wrong size on Border_SetBrushColor"); \ +static_assert(offsetof(Border_SetBrushColor, InBrushColor) == 0x000000, "Member 'Border_SetBrushColor::InBrushColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromAsset \ +static_assert(alignof(Border_SetBrushFromAsset) == 0x000008, "Wrong alignment on Border_SetBrushFromAsset"); \ +static_assert(sizeof(Border_SetBrushFromAsset) == 0x000008, "Wrong size on Border_SetBrushFromAsset"); \ +static_assert(offsetof(Border_SetBrushFromAsset, Asset) == 0x000000, "Member 'Border_SetBrushFromAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromMaterial \ +static_assert(alignof(Border_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Border_SetBrushFromMaterial"); \ +static_assert(sizeof(Border_SetBrushFromMaterial) == 0x000008, "Wrong size on Border_SetBrushFromMaterial"); \ +static_assert(offsetof(Border_SetBrushFromMaterial, Material) == 0x000000, "Member 'Border_SetBrushFromMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromTexture \ +static_assert(alignof(Border_SetBrushFromTexture) == 0x000008, "Wrong alignment on Border_SetBrushFromTexture"); \ +static_assert(sizeof(Border_SetBrushFromTexture) == 0x000008, "Wrong size on Border_SetBrushFromTexture"); \ +static_assert(offsetof(Border_SetBrushFromTexture, Texture) == 0x000000, "Member 'Border_SetBrushFromTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetContentColorAndOpacity \ +static_assert(alignof(Border_SetContentColorAndOpacity) == 0x000004, "Wrong alignment on Border_SetContentColorAndOpacity"); \ +static_assert(sizeof(Border_SetContentColorAndOpacity) == 0x000010, "Wrong size on Border_SetContentColorAndOpacity"); \ +static_assert(offsetof(Border_SetContentColorAndOpacity, InContentColorAndOpacity) == 0x000000, "Member 'Border_SetContentColorAndOpacity::InContentColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetDesiredSizeScale \ +static_assert(alignof(Border_SetDesiredSizeScale) == 0x000004, "Wrong alignment on Border_SetDesiredSizeScale"); \ +static_assert(sizeof(Border_SetDesiredSizeScale) == 0x000008, "Wrong size on Border_SetDesiredSizeScale"); \ +static_assert(offsetof(Border_SetDesiredSizeScale, InScale) == 0x000000, "Member 'Border_SetDesiredSizeScale::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetHorizontalAlignment \ +static_assert(alignof(Border_SetHorizontalAlignment) == 0x000001, "Wrong alignment on Border_SetHorizontalAlignment"); \ +static_assert(sizeof(Border_SetHorizontalAlignment) == 0x000001, "Wrong size on Border_SetHorizontalAlignment"); \ +static_assert(offsetof(Border_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'Border_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetPadding \ +static_assert(alignof(Border_SetPadding) == 0x000004, "Wrong alignment on Border_SetPadding"); \ +static_assert(sizeof(Border_SetPadding) == 0x000010, "Wrong size on Border_SetPadding"); \ +static_assert(offsetof(Border_SetPadding, InPadding) == 0x000000, "Member 'Border_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetVerticalAlignment \ +static_assert(alignof(Border_SetVerticalAlignment) == 0x000001, "Wrong alignment on Border_SetVerticalAlignment"); \ +static_assert(sizeof(Border_SetVerticalAlignment) == 0x000001, "Wrong size on Border_SetVerticalAlignment"); \ +static_assert(offsetof(Border_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'Border_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBorder \ +static_assert(alignof(UBorder) == 0x000008, "Wrong alignment on UBorder"); \ +static_assert(sizeof(UBorder) == 0x000270, "Wrong size on UBorder"); \ +static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000120, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, VerticalAlignment) == 0x000121, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x000124, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x000134, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Padding) == 0x000144, "Member 'UBorder::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Background) == 0x000158, "Member 'UBorder::Background' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BackgroundDelegate) == 0x0001E0, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColor) == 0x0001F0, "Member 'UBorder::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColorDelegate) == 0x000200, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, DesiredSizeScale) == 0x000210, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x000218, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x00021C, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x00022C, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x00023C, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x00024C, "Member 'UBorder::OnMouseDoubleClickEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetHorizontalAlignment \ +static_assert(alignof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BorderSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(BorderSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BorderSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetPadding \ +static_assert(alignof(BorderSlot_SetPadding) == 0x000004, "Wrong alignment on BorderSlot_SetPadding"); \ +static_assert(sizeof(BorderSlot_SetPadding) == 0x000010, "Wrong size on BorderSlot_SetPadding"); \ +static_assert(offsetof(BorderSlot_SetPadding, InPadding) == 0x000000, "Member 'BorderSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetVerticalAlignment \ +static_assert(alignof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetVerticalAlignment"); \ +static_assert(sizeof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BorderSlot_SetVerticalAlignment"); \ +static_assert(offsetof(BorderSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BorderSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBorderSlot \ +static_assert(alignof(UBorderSlot) == 0x000008, "Wrong alignment on UBorderSlot"); \ +static_assert(sizeof(UBorderSlot) == 0x000060, "Wrong size on UBorderSlot"); \ +static_assert(offsetof(UBorderSlot, Padding) == 0x000038, "Member 'UBorderSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, HorizontalAlignment) == 0x000048, "Member 'UBorderSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, VerticalAlignment) == 0x000049, "Member 'UBorderSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrushBinding_GetValue \ +static_assert(alignof(BrushBinding_GetValue) == 0x000008, "Wrong alignment on BrushBinding_GetValue"); \ +static_assert(sizeof(BrushBinding_GetValue) == 0x000088, "Wrong size on BrushBinding_GetValue"); \ +static_assert(offsetof(BrushBinding_GetValue, ReturnValue) == 0x000000, "Member 'BrushBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBinding \ +static_assert(alignof(UBrushBinding) == 0x000008, "Wrong alignment on UBrushBinding"); \ +static_assert(sizeof(UBrushBinding) == 0x000068, "Wrong size on UBrushBinding"); \ + +#define DUMPER7_ASSERTS_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_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_FloatBinding_GetValue \ +static_assert(alignof(FloatBinding_GetValue) == 0x000004, "Wrong alignment on FloatBinding_GetValue"); \ +static_assert(sizeof(FloatBinding_GetValue) == 0x000004, "Wrong size on FloatBinding_GetValue"); \ +static_assert(offsetof(FloatBinding_GetValue, ReturnValue) == 0x000000, "Member 'FloatBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatBinding \ +static_assert(alignof(UFloatBinding) == 0x000008, "Wrong alignment on UFloatBinding"); \ +static_assert(sizeof(UFloatBinding) == 0x000060, "Wrong size on UFloatBinding"); \ + +#define DUMPER7_ASSERTS_GridPanel_AddChildToGrid \ +static_assert(alignof(GridPanel_AddChildToGrid) == 0x000008, "Wrong alignment on GridPanel_AddChildToGrid"); \ +static_assert(sizeof(GridPanel_AddChildToGrid) == 0x000018, "Wrong size on GridPanel_AddChildToGrid"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, Content) == 0x000000, "Member 'GridPanel_AddChildToGrid::Content' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, InRow) == 0x000008, "Member 'GridPanel_AddChildToGrid::InRow' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, InColumn) == 0x00000C, "Member 'GridPanel_AddChildToGrid::InColumn' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, ReturnValue) == 0x000010, "Member 'GridPanel_AddChildToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_SetColumnFill \ +static_assert(alignof(GridPanel_SetColumnFill) == 0x000004, "Wrong alignment on GridPanel_SetColumnFill"); \ +static_assert(sizeof(GridPanel_SetColumnFill) == 0x000008, "Wrong size on GridPanel_SetColumnFill"); \ +static_assert(offsetof(GridPanel_SetColumnFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetColumnFill::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetColumnFill, Coefficient) == 0x000004, "Member 'GridPanel_SetColumnFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_SetRowFill \ +static_assert(alignof(GridPanel_SetRowFill) == 0x000004, "Wrong alignment on GridPanel_SetRowFill"); \ +static_assert(sizeof(GridPanel_SetRowFill) == 0x000008, "Wrong size on GridPanel_SetRowFill"); \ +static_assert(offsetof(GridPanel_SetRowFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetRowFill::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetRowFill, Coefficient) == 0x000004, "Member 'GridPanel_SetRowFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridPanel \ +static_assert(alignof(UGridPanel) == 0x000008, "Wrong alignment on UGridPanel"); \ +static_assert(sizeof(UGridPanel) == 0x000150, "Wrong size on UGridPanel"); \ +static_assert(offsetof(UGridPanel, ColumnFill) == 0x000120, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ +static_assert(offsetof(UGridPanel, RowFill) == 0x000130, "Member 'UGridPanel::RowFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetColumn \ +static_assert(alignof(GridSlot_SetColumn) == 0x000004, "Wrong alignment on GridSlot_SetColumn"); \ +static_assert(sizeof(GridSlot_SetColumn) == 0x000004, "Wrong size on GridSlot_SetColumn"); \ +static_assert(offsetof(GridSlot_SetColumn, InColumn) == 0x000000, "Member 'GridSlot_SetColumn::InColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetColumnSpan \ +static_assert(alignof(GridSlot_SetColumnSpan) == 0x000004, "Wrong alignment on GridSlot_SetColumnSpan"); \ +static_assert(sizeof(GridSlot_SetColumnSpan) == 0x000004, "Wrong size on GridSlot_SetColumnSpan"); \ +static_assert(offsetof(GridSlot_SetColumnSpan, InColumnSpan) == 0x000000, "Member 'GridSlot_SetColumnSpan::InColumnSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetHorizontalAlignment \ +static_assert(alignof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on GridSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(GridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetLayer \ +static_assert(alignof(GridSlot_SetLayer) == 0x000004, "Wrong alignment on GridSlot_SetLayer"); \ +static_assert(sizeof(GridSlot_SetLayer) == 0x000004, "Wrong size on GridSlot_SetLayer"); \ +static_assert(offsetof(GridSlot_SetLayer, InLayer) == 0x000000, "Member 'GridSlot_SetLayer::InLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetNudge \ +static_assert(alignof(GridSlot_SetNudge) == 0x000004, "Wrong alignment on GridSlot_SetNudge"); \ +static_assert(sizeof(GridSlot_SetNudge) == 0x000008, "Wrong size on GridSlot_SetNudge"); \ +static_assert(offsetof(GridSlot_SetNudge, InNudge) == 0x000000, "Member 'GridSlot_SetNudge::InNudge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetPadding \ +static_assert(alignof(GridSlot_SetPadding) == 0x000004, "Wrong alignment on GridSlot_SetPadding"); \ +static_assert(sizeof(GridSlot_SetPadding) == 0x000010, "Wrong size on GridSlot_SetPadding"); \ +static_assert(offsetof(GridSlot_SetPadding, InPadding) == 0x000000, "Member 'GridSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetRow \ +static_assert(alignof(GridSlot_SetRow) == 0x000004, "Wrong alignment on GridSlot_SetRow"); \ +static_assert(sizeof(GridSlot_SetRow) == 0x000004, "Wrong size on GridSlot_SetRow"); \ +static_assert(offsetof(GridSlot_SetRow, InRow) == 0x000000, "Member 'GridSlot_SetRow::InRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetRowSpan \ +static_assert(alignof(GridSlot_SetRowSpan) == 0x000004, "Wrong alignment on GridSlot_SetRowSpan"); \ +static_assert(sizeof(GridSlot_SetRowSpan) == 0x000004, "Wrong size on GridSlot_SetRowSpan"); \ +static_assert(offsetof(GridSlot_SetRowSpan, InRowSpan) == 0x000000, "Member 'GridSlot_SetRowSpan::InRowSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetVerticalAlignment \ +static_assert(alignof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetVerticalAlignment"); \ +static_assert(sizeof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on GridSlot_SetVerticalAlignment"); \ +static_assert(offsetof(GridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridSlot \ +static_assert(alignof(UGridSlot) == 0x000008, "Wrong alignment on UGridSlot"); \ +static_assert(sizeof(UGridSlot) == 0x000070, "Wrong size on UGridSlot"); \ +static_assert(offsetof(UGridSlot, Padding) == 0x000038, "Member 'UGridSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, HorizontalAlignment) == 0x000048, "Member 'UGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, VerticalAlignment) == 0x000049, "Member 'UGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Row) == 0x00004C, "Member 'UGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, RowSpan) == 0x000050, "Member 'UGridSlot::RowSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Column) == 0x000054, "Member 'UGridSlot::Column' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, ColumnSpan) == 0x000058, "Member 'UGridSlot::ColumnSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Layer) == 0x00005C, "Member 'UGridSlot::Layer' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Nudge) == 0x000060, "Member 'UGridSlot::Nudge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBox_AddChildToHorizontalBox \ +static_assert(alignof(HorizontalBox_AddChildToHorizontalBox) == 0x000008, "Wrong alignment on HorizontalBox_AddChildToHorizontalBox"); \ +static_assert(sizeof(HorizontalBox_AddChildToHorizontalBox) == 0x000010, "Wrong size on HorizontalBox_AddChildToHorizontalBox"); \ +static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, Content) == 0x000000, "Member 'HorizontalBox_AddChildToHorizontalBox::Content' has a wrong offset!"); \ +static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, ReturnValue) == 0x000008, "Member 'HorizontalBox_AddChildToHorizontalBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHorizontalBox \ +static_assert(alignof(UHorizontalBox) == 0x000008, "Wrong alignment on UHorizontalBox"); \ +static_assert(sizeof(UHorizontalBox) == 0x000130, "Wrong size on UHorizontalBox"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(HorizontalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetPadding \ +static_assert(alignof(HorizontalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetPadding"); \ +static_assert(sizeof(HorizontalBoxSlot_SetPadding) == 0x000010, "Wrong size on HorizontalBoxSlot_SetPadding"); \ +static_assert(offsetof(HorizontalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'HorizontalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetSize \ +static_assert(alignof(HorizontalBoxSlot_SetSize) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetSize"); \ +static_assert(sizeof(HorizontalBoxSlot_SetSize) == 0x000008, "Wrong size on HorizontalBoxSlot_SetSize"); \ +static_assert(offsetof(HorizontalBoxSlot_SetSize, InSize) == 0x000000, "Member 'HorizontalBoxSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetVerticalAlignment \ +static_assert(alignof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(HorizontalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHorizontalBoxSlot \ +static_assert(alignof(UHorizontalBoxSlot) == 0x000008, "Wrong alignment on UHorizontalBoxSlot"); \ +static_assert(sizeof(UHorizontalBoxSlot) == 0x000060, "Wrong size on UHorizontalBoxSlot"); \ +static_assert(offsetof(UHorizontalBoxSlot, Padding) == 0x000040, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, Size) == 0x000050, "Member 'UHorizontalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UHorizontalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UHorizontalBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_GetDynamicMaterial \ +static_assert(alignof(Image_GetDynamicMaterial) == 0x000008, "Wrong alignment on Image_GetDynamicMaterial"); \ +static_assert(sizeof(Image_GetDynamicMaterial) == 0x000008, "Wrong size on Image_GetDynamicMaterial"); \ +static_assert(offsetof(Image_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Image_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrush \ +static_assert(alignof(Image_SetBrush) == 0x000008, "Wrong alignment on Image_SetBrush"); \ +static_assert(sizeof(Image_SetBrush) == 0x000088, "Wrong size on Image_SetBrush"); \ +static_assert(offsetof(Image_SetBrush, InBrush) == 0x000000, "Member 'Image_SetBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromAsset \ +static_assert(alignof(Image_SetBrushFromAsset) == 0x000008, "Wrong alignment on Image_SetBrushFromAsset"); \ +static_assert(sizeof(Image_SetBrushFromAsset) == 0x000008, "Wrong size on Image_SetBrushFromAsset"); \ +static_assert(offsetof(Image_SetBrushFromAsset, Asset) == 0x000000, "Member 'Image_SetBrushFromAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromAtlasInterface \ +static_assert(alignof(Image_SetBrushFromAtlasInterface) == 0x000008, "Wrong alignment on Image_SetBrushFromAtlasInterface"); \ +static_assert(sizeof(Image_SetBrushFromAtlasInterface) == 0x000018, "Wrong size on Image_SetBrushFromAtlasInterface"); \ +static_assert(offsetof(Image_SetBrushFromAtlasInterface, AtlasRegion) == 0x000000, "Member 'Image_SetBrushFromAtlasInterface::AtlasRegion' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromAtlasInterface, bMatchSize) == 0x000010, "Member 'Image_SetBrushFromAtlasInterface::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromMaterial \ +static_assert(alignof(Image_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Image_SetBrushFromMaterial"); \ +static_assert(sizeof(Image_SetBrushFromMaterial) == 0x000008, "Wrong size on Image_SetBrushFromMaterial"); \ +static_assert(offsetof(Image_SetBrushFromMaterial, Material) == 0x000000, "Member 'Image_SetBrushFromMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromSoftMaterial \ +static_assert(alignof(Image_SetBrushFromSoftMaterial) == 0x000008, "Wrong alignment on Image_SetBrushFromSoftMaterial"); \ +static_assert(sizeof(Image_SetBrushFromSoftMaterial) == 0x000028, "Wrong size on Image_SetBrushFromSoftMaterial"); \ +static_assert(offsetof(Image_SetBrushFromSoftMaterial, SoftMaterial) == 0x000000, "Member 'Image_SetBrushFromSoftMaterial::SoftMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromSoftTexture \ +static_assert(alignof(Image_SetBrushFromSoftTexture) == 0x000008, "Wrong alignment on Image_SetBrushFromSoftTexture"); \ +static_assert(sizeof(Image_SetBrushFromSoftTexture) == 0x000030, "Wrong size on Image_SetBrushFromSoftTexture"); \ +static_assert(offsetof(Image_SetBrushFromSoftTexture, SoftTexture) == 0x000000, "Member 'Image_SetBrushFromSoftTexture::SoftTexture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromSoftTexture, bMatchSize) == 0x000028, "Member 'Image_SetBrushFromSoftTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromTexture \ +static_assert(alignof(Image_SetBrushFromTexture) == 0x000008, "Wrong alignment on Image_SetBrushFromTexture"); \ +static_assert(sizeof(Image_SetBrushFromTexture) == 0x000010, "Wrong size on Image_SetBrushFromTexture"); \ +static_assert(offsetof(Image_SetBrushFromTexture, Texture) == 0x000000, "Member 'Image_SetBrushFromTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromTexture, bMatchSize) == 0x000008, "Member 'Image_SetBrushFromTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromTextureDynamic \ +static_assert(alignof(Image_SetBrushFromTextureDynamic) == 0x000008, "Wrong alignment on Image_SetBrushFromTextureDynamic"); \ +static_assert(sizeof(Image_SetBrushFromTextureDynamic) == 0x000010, "Wrong size on Image_SetBrushFromTextureDynamic"); \ +static_assert(offsetof(Image_SetBrushFromTextureDynamic, Texture) == 0x000000, "Member 'Image_SetBrushFromTextureDynamic::Texture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromTextureDynamic, bMatchSize) == 0x000008, "Member 'Image_SetBrushFromTextureDynamic::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushResourceObject \ +static_assert(alignof(Image_SetBrushResourceObject) == 0x000008, "Wrong alignment on Image_SetBrushResourceObject"); \ +static_assert(sizeof(Image_SetBrushResourceObject) == 0x000008, "Wrong size on Image_SetBrushResourceObject"); \ +static_assert(offsetof(Image_SetBrushResourceObject, ResourceObject) == 0x000000, "Member 'Image_SetBrushResourceObject::ResourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushSize \ +static_assert(alignof(Image_SetBrushSize) == 0x000004, "Wrong alignment on Image_SetBrushSize"); \ +static_assert(sizeof(Image_SetBrushSize) == 0x000008, "Wrong size on Image_SetBrushSize"); \ +static_assert(offsetof(Image_SetBrushSize, DesiredSize) == 0x000000, "Member 'Image_SetBrushSize::DesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushTintColor \ +static_assert(alignof(Image_SetBrushTintColor) == 0x000008, "Wrong alignment on Image_SetBrushTintColor"); \ +static_assert(sizeof(Image_SetBrushTintColor) == 0x000028, "Wrong size on Image_SetBrushTintColor"); \ +static_assert(offsetof(Image_SetBrushTintColor, TintColor) == 0x000000, "Member 'Image_SetBrushTintColor::TintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetColorAndOpacity \ +static_assert(alignof(Image_SetColorAndOpacity) == 0x000004, "Wrong alignment on Image_SetColorAndOpacity"); \ +static_assert(sizeof(Image_SetColorAndOpacity) == 0x000010, "Wrong size on Image_SetColorAndOpacity"); \ +static_assert(offsetof(Image_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'Image_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetOpacity \ +static_assert(alignof(Image_SetOpacity) == 0x000004, "Wrong alignment on Image_SetOpacity"); \ +static_assert(sizeof(Image_SetOpacity) == 0x000004, "Wrong size on Image_SetOpacity"); \ +static_assert(offsetof(Image_SetOpacity, InOpacity) == 0x000000, "Member 'Image_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImage \ +static_assert(alignof(UImage) == 0x000008, "Wrong alignment on UImage"); \ +static_assert(sizeof(UImage) == 0x000210, "Wrong size on UImage"); \ +static_assert(offsetof(UImage, Brush) == 0x000108, "Member 'UImage::Brush' has a wrong offset!"); \ +static_assert(offsetof(UImage, BrushDelegate) == 0x000190, "Member 'UImage::BrushDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacity) == 0x0001A0, "Member 'UImage::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacityDelegate) == 0x0001B0, "Member 'UImage::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, bFlipForRightToLeftFlowDirection) == 0x0001C0, "Member 'UImage::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UImage, OnMouseButtonDownEvent) == 0x0001C4, "Member 'UImage::OnMouseButtonDownEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowGamepadKeys \ +static_assert(alignof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowGamepadKeys, bInAllowGamepadKeys) == 0x000000, "Member 'InputKeySelector_SetAllowGamepadKeys::bInAllowGamepadKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowModifierKeys \ +static_assert(alignof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowModifierKeys, bInAllowModifierKeys) == 0x000000, "Member 'InputKeySelector_SetAllowModifierKeys::bInAllowModifierKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetEscapeKeys \ +static_assert(alignof(InputKeySelector_SetEscapeKeys) == 0x000008, "Wrong alignment on InputKeySelector_SetEscapeKeys"); \ +static_assert(sizeof(InputKeySelector_SetEscapeKeys) == 0x000010, "Wrong size on InputKeySelector_SetEscapeKeys"); \ +static_assert(offsetof(InputKeySelector_SetEscapeKeys, InKeys) == 0x000000, "Member 'InputKeySelector_SetEscapeKeys::InKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetKeySelectionText \ +static_assert(alignof(InputKeySelector_SetKeySelectionText) == 0x000008, "Wrong alignment on InputKeySelector_SetKeySelectionText"); \ +static_assert(sizeof(InputKeySelector_SetKeySelectionText) == 0x000018, "Wrong size on InputKeySelector_SetKeySelectionText"); \ +static_assert(offsetof(InputKeySelector_SetKeySelectionText, InKeySelectionText) == 0x000000, "Member 'InputKeySelector_SetKeySelectionText::InKeySelectionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetNoKeySpecifiedText \ +static_assert(alignof(InputKeySelector_SetNoKeySpecifiedText) == 0x000008, "Wrong alignment on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(sizeof(InputKeySelector_SetNoKeySpecifiedText) == 0x000018, "Wrong size on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(offsetof(InputKeySelector_SetNoKeySpecifiedText, InNoKeySpecifiedText) == 0x000000, "Member 'InputKeySelector_SetNoKeySpecifiedText::InNoKeySpecifiedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetSelectedKey \ +static_assert(alignof(InputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on InputKeySelector_SetSelectedKey"); \ +static_assert(sizeof(InputKeySelector_SetSelectedKey) == 0x000020, "Wrong size on InputKeySelector_SetSelectedKey"); \ +static_assert(offsetof(InputKeySelector_SetSelectedKey, InSelectedKey) == 0x000000, "Member 'InputKeySelector_SetSelectedKey::InSelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetTextBlockVisibility \ +static_assert(alignof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong alignment on InputKeySelector_SetTextBlockVisibility"); \ +static_assert(sizeof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong size on InputKeySelector_SetTextBlockVisibility"); \ +static_assert(offsetof(InputKeySelector_SetTextBlockVisibility, InVisibility) == 0x000000, "Member 'InputKeySelector_SetTextBlockVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_GetIsSelectingKey \ +static_assert(alignof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong alignment on InputKeySelector_GetIsSelectingKey"); \ +static_assert(sizeof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong size on InputKeySelector_GetIsSelectingKey"); \ +static_assert(offsetof(InputKeySelector_GetIsSelectingKey, ReturnValue) == 0x000000, "Member 'InputKeySelector_GetIsSelectingKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputKeySelector \ +static_assert(alignof(UInputKeySelector) == 0x000008, "Wrong alignment on UInputKeySelector"); \ +static_assert(sizeof(UInputKeySelector) == 0x000700, "Wrong size on UInputKeySelector"); \ +static_assert(offsetof(UInputKeySelector, WidgetStyle) == 0x000108, "Member 'UInputKeySelector::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, TextStyle) == 0x000380, "Member 'UInputKeySelector::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, SelectedKey) == 0x0005F0, "Member 'UInputKeySelector::SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Font) == 0x000610, "Member 'UInputKeySelector::Font' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Margin) == 0x000668, "Member 'UInputKeySelector::Margin' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, ColorAndOpacity) == 0x000678, "Member 'UInputKeySelector::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, KeySelectionText) == 0x000688, "Member 'UInputKeySelector::KeySelectionText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, NoKeySpecifiedText) == 0x0006A0, "Member 'UInputKeySelector::NoKeySpecifiedText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowModifierKeys) == 0x0006B8, "Member 'UInputKeySelector::bAllowModifierKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowGamepadKeys) == 0x0006B9, "Member 'UInputKeySelector::bAllowGamepadKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, EscapeKeys) == 0x0006C0, "Member 'UInputKeySelector::EscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnKeySelected) == 0x0006D0, "Member 'UInputKeySelector::OnKeySelected' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnIsSelectingKeyChanged) == 0x0006E0, "Member 'UInputKeySelector::OnIsSelectingKeyChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Int32Binding_GetValue \ +static_assert(alignof(Int32Binding_GetValue) == 0x000004, "Wrong alignment on Int32Binding_GetValue"); \ +static_assert(sizeof(Int32Binding_GetValue) == 0x000004, "Wrong size on Int32Binding_GetValue"); \ +static_assert(offsetof(Int32Binding_GetValue, ReturnValue) == 0x000000, "Member 'Int32Binding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInt32Binding \ +static_assert(alignof(UInt32Binding) == 0x000008, "Wrong alignment on UInt32Binding"); \ +static_assert(sizeof(UInt32Binding) == 0x000060, "Wrong size on UInt32Binding"); \ + +#define DUMPER7_ASSERTS_InvalidationBox_SetCanCache \ +static_assert(alignof(InvalidationBox_SetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_SetCanCache"); \ +static_assert(sizeof(InvalidationBox_SetCanCache) == 0x000001, "Wrong size on InvalidationBox_SetCanCache"); \ +static_assert(offsetof(InvalidationBox_SetCanCache, CanCache) == 0x000000, "Member 'InvalidationBox_SetCanCache::CanCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvalidationBox_GetCanCache \ +static_assert(alignof(InvalidationBox_GetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_GetCanCache"); \ +static_assert(sizeof(InvalidationBox_GetCanCache) == 0x000001, "Wrong size on InvalidationBox_GetCanCache"); \ +static_assert(offsetof(InvalidationBox_GetCanCache, ReturnValue) == 0x000000, "Member 'InvalidationBox_GetCanCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInvalidationBox \ +static_assert(alignof(UInvalidationBox) == 0x000008, "Wrong alignment on UInvalidationBox"); \ +static_assert(sizeof(UInvalidationBox) == 0x000138, "Wrong size on UInvalidationBox"); \ +static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000120, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ +static_assert(offsetof(UInvalidationBox, CacheRelativeTransforms) == 0x000121, "Member 'UInvalidationBox::CacheRelativeTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnItemExpansionChanged \ +static_assert(alignof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'UserListEntry_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnItemSelectionChanged \ +static_assert(alignof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'UserListEntry_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUserListEntry \ +static_assert(alignof(IUserListEntry) == 0x000001, "Wrong alignment on IUserListEntry"); \ +static_assert(sizeof(IUserListEntry) == 0x000001, "Wrong size on IUserListEntry"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_GetOwningListView \ +static_assert(alignof(UserListEntryLibrary_GetOwningListView) == 0x000008, "Wrong alignment on UserListEntryLibrary_GetOwningListView"); \ +static_assert(sizeof(UserListEntryLibrary_GetOwningListView) == 0x000018, "Wrong size on UserListEntryLibrary_GetOwningListView"); \ +static_assert(offsetof(UserListEntryLibrary_GetOwningListView, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_GetOwningListView::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_GetOwningListView, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_GetOwningListView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemExpanded \ +static_assert(alignof(UserListEntryLibrary_IsListItemExpanded) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemExpanded"); \ +static_assert(sizeof(UserListEntryLibrary_IsListItemExpanded) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemExpanded"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemExpanded::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemExpanded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemSelected \ +static_assert(alignof(UserListEntryLibrary_IsListItemSelected) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemSelected"); \ +static_assert(sizeof(UserListEntryLibrary_IsListItemSelected) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemSelected"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemSelected::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserListEntryLibrary \ +static_assert(alignof(UUserListEntryLibrary) == 0x000008, "Wrong alignment on UUserListEntryLibrary"); \ +static_assert(sizeof(UUserListEntryLibrary) == 0x000028, "Wrong size on UUserListEntryLibrary"); \ + +#define DUMPER7_ASSERTS_UserObjectListEntry_OnListItemObjectSet \ +static_assert(alignof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong alignment on UserObjectListEntry_OnListItemObjectSet"); \ +static_assert(sizeof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong size on UserObjectListEntry_OnListItemObjectSet"); \ +static_assert(offsetof(UserObjectListEntry_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'UserObjectListEntry_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUserObjectListEntry \ +static_assert(alignof(IUserObjectListEntry) == 0x000001, "Wrong alignment on IUserObjectListEntry"); \ +static_assert(sizeof(IUserObjectListEntry) == 0x000001, "Wrong size on IUserObjectListEntry"); \ + +#define DUMPER7_ASSERTS_UserObjectListEntryLibrary_GetListItemObject \ +static_assert(alignof(UserObjectListEntryLibrary_GetListItemObject) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_GetListItemObject"); \ +static_assert(sizeof(UserObjectListEntryLibrary_GetListItemObject) == 0x000018, "Wrong size on UserObjectListEntryLibrary_GetListItemObject"); \ +static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_GetListItemObject::UserObjectListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_GetListItemObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserObjectListEntryLibrary \ +static_assert(alignof(UUserObjectListEntryLibrary) == 0x000008, "Wrong alignment on UUserObjectListEntryLibrary"); \ +static_assert(sizeof(UUserObjectListEntryLibrary) == 0x000028, "Wrong size on UUserObjectListEntryLibrary"); \ + +#define DUMPER7_ASSERTS_UListViewDesignerPreviewItem \ +static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ +static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000028, "Wrong size on UListViewDesignerPreviewItem"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_FitInWindow \ +static_assert(alignof(MenuAnchor_FitInWindow) == 0x000001, "Wrong alignment on MenuAnchor_FitInWindow"); \ +static_assert(sizeof(MenuAnchor_FitInWindow) == 0x000001, "Wrong size on MenuAnchor_FitInWindow"); \ +static_assert(offsetof(MenuAnchor_FitInWindow, bFit) == 0x000000, "Member 'MenuAnchor_FitInWindow::bFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_Open \ +static_assert(alignof(MenuAnchor_Open) == 0x000001, "Wrong alignment on MenuAnchor_Open"); \ +static_assert(sizeof(MenuAnchor_Open) == 0x000001, "Wrong size on MenuAnchor_Open"); \ +static_assert(offsetof(MenuAnchor_Open, bFocusMenu) == 0x000000, "Member 'MenuAnchor_Open::bFocusMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_SetPlacement \ +static_assert(alignof(MenuAnchor_SetPlacement) == 0x000001, "Wrong alignment on MenuAnchor_SetPlacement"); \ +static_assert(sizeof(MenuAnchor_SetPlacement) == 0x000001, "Wrong size on MenuAnchor_SetPlacement"); \ +static_assert(offsetof(MenuAnchor_SetPlacement, InPlacement) == 0x000000, "Member 'MenuAnchor_SetPlacement::InPlacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ToggleOpen \ +static_assert(alignof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong alignment on MenuAnchor_ToggleOpen"); \ +static_assert(sizeof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong size on MenuAnchor_ToggleOpen"); \ +static_assert(offsetof(MenuAnchor_ToggleOpen, bFocusOnOpen) == 0x000000, "Member 'MenuAnchor_ToggleOpen::bFocusOnOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_GetMenuPosition \ +static_assert(alignof(MenuAnchor_GetMenuPosition) == 0x000004, "Wrong alignment on MenuAnchor_GetMenuPosition"); \ +static_assert(sizeof(MenuAnchor_GetMenuPosition) == 0x000008, "Wrong size on MenuAnchor_GetMenuPosition"); \ +static_assert(offsetof(MenuAnchor_GetMenuPosition, ReturnValue) == 0x000000, "Member 'MenuAnchor_GetMenuPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_HasOpenSubMenus \ +static_assert(alignof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong alignment on MenuAnchor_HasOpenSubMenus"); \ +static_assert(sizeof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong size on MenuAnchor_HasOpenSubMenus"); \ +static_assert(offsetof(MenuAnchor_HasOpenSubMenus, ReturnValue) == 0x000000, "Member 'MenuAnchor_HasOpenSubMenus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_IsOpen \ +static_assert(alignof(MenuAnchor_IsOpen) == 0x000001, "Wrong alignment on MenuAnchor_IsOpen"); \ +static_assert(sizeof(MenuAnchor_IsOpen) == 0x000001, "Wrong size on MenuAnchor_IsOpen"); \ +static_assert(offsetof(MenuAnchor_IsOpen, ReturnValue) == 0x000000, "Member 'MenuAnchor_IsOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ShouldOpenDueToClick \ +static_assert(alignof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong alignment on MenuAnchor_ShouldOpenDueToClick"); \ +static_assert(sizeof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong size on MenuAnchor_ShouldOpenDueToClick"); \ +static_assert(offsetof(MenuAnchor_ShouldOpenDueToClick, ReturnValue) == 0x000000, "Member 'MenuAnchor_ShouldOpenDueToClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMenuAnchor \ +static_assert(alignof(UMenuAnchor) == 0x000008, "Wrong alignment on UMenuAnchor"); \ +static_assert(sizeof(UMenuAnchor) == 0x000170, "Wrong size on UMenuAnchor"); \ +static_assert(offsetof(UMenuAnchor, MenuClass) == 0x000120, "Member 'UMenuAnchor::MenuClass' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetMenuContentEvent) == 0x000128, "Member 'UMenuAnchor::OnGetMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetUserMenuContentEvent) == 0x000138, "Member 'UMenuAnchor::OnGetUserMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, Placement) == 0x000148, "Member 'UMenuAnchor::Placement' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, bFitInWindow) == 0x000149, "Member 'UMenuAnchor::bFitInWindow' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, ShouldDeferPaintingAfterWindowContent) == 0x00014A, "Member 'UMenuAnchor::ShouldDeferPaintingAfterWindowContent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, UseApplicationMenuStack) == 0x00014B, "Member 'UMenuAnchor::UseApplicationMenuStack' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnMenuOpenChanged) == 0x000150, "Member 'UMenuAnchor::OnMenuOpenChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformPropertySystem \ +static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene2DTransformPropertySystem"); \ + +#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_UMovieSceneMarginSection \ +static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ +static_assert(sizeof(UMovieSceneMarginSection) == 0x000370, "Wrong size on UMovieSceneMarginSection"); \ +static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x0000F0, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x000190, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x000230, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x0002D0, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ +static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ +static_assert(sizeof(UMovieSceneMarginTrack) == 0x0000C0, "Wrong size on UMovieSceneMarginTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialTrack \ +static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x0000C0, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x0000A8, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x0000B8, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextLayoutWidget_SetJustification \ +static_assert(alignof(TextLayoutWidget_SetJustification) == 0x000001, "Wrong alignment on TextLayoutWidget_SetJustification"); \ +static_assert(sizeof(TextLayoutWidget_SetJustification) == 0x000001, "Wrong size on TextLayoutWidget_SetJustification"); \ +static_assert(offsetof(TextLayoutWidget_SetJustification, InJustification) == 0x000000, "Member 'TextLayoutWidget_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextLayoutWidget \ +static_assert(alignof(UTextLayoutWidget) == 0x000008, "Wrong alignment on UTextLayoutWidget"); \ +static_assert(sizeof(UTextLayoutWidget) == 0x000128, "Wrong size on UTextLayoutWidget"); \ +static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000108, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Justification) == 0x00010B, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x00010C, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000110, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Margin) == 0x000114, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x000124, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetHintText \ +static_assert(alignof(MultiLineEditableText_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetHintText"); \ +static_assert(sizeof(MultiLineEditableText_SetHintText) == 0x000018, "Wrong size on MultiLineEditableText_SetHintText"); \ +static_assert(offsetof(MultiLineEditableText_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableText_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableText_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetText \ +static_assert(alignof(MultiLineEditableText_SetText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetText"); \ +static_assert(sizeof(MultiLineEditableText_SetText) == 0x000018, "Wrong size on MultiLineEditableText_SetText"); \ +static_assert(offsetof(MultiLineEditableText_SetText, InText) == 0x000000, "Member 'MultiLineEditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetWidgetStyle \ +static_assert(alignof(MultiLineEditableText_SetWidgetStyle) == 0x000008, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x000270, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetHintText \ +static_assert(alignof(MultiLineEditableText_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetHintText"); \ +static_assert(sizeof(MultiLineEditableText_GetHintText) == 0x000018, "Wrong size on MultiLineEditableText_GetHintText"); \ +static_assert(offsetof(MultiLineEditableText_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetText \ +static_assert(alignof(MultiLineEditableText_GetText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetText"); \ +static_assert(sizeof(MultiLineEditableText_GetText) == 0x000018, "Wrong size on MultiLineEditableText_GetText"); \ +static_assert(offsetof(MultiLineEditableText_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableText \ +static_assert(alignof(UMultiLineEditableText) == 0x000008, "Wrong alignment on UMultiLineEditableText"); \ +static_assert(sizeof(UMultiLineEditableText) == 0x000470, "Wrong size on UMultiLineEditableText"); \ +static_assert(offsetof(UMultiLineEditableText, Text) == 0x000128, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintText) == 0x000140, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x000158, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x000168, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x0003D8, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, Font) == 0x0003E0, "Member 'UMultiLineEditableText::Font' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x000438, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x000439, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x00043A, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x00043B, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x00043C, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x00043D, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x00043E, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x000440, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x000450, "Member 'UMultiLineEditableText::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetError \ +static_assert(alignof(MultiLineEditableTextBox_SetError) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetError"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetError) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetError"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetHintText \ +static_assert(alignof(MultiLineEditableTextBox_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableTextBox_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetText \ +static_assert(alignof(MultiLineEditableTextBox_SetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetText, InText) == 0x000000, "Member 'MultiLineEditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetTextStyle \ +static_assert(alignof(MultiLineEditableTextBox_SetTextStyle) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x000270, "Wrong size on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetTextStyle, InTextStyle) == 0x000000, "Member 'MultiLineEditableTextBox_SetTextStyle::InTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetHintText \ +static_assert(alignof(MultiLineEditableTextBox_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetText \ +static_assert(alignof(MultiLineEditableTextBox_GetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableTextBox \ +static_assert(alignof(UMultiLineEditableTextBox) == 0x000008, "Wrong alignment on UMultiLineEditableTextBox"); \ +static_assert(sizeof(UMultiLineEditableTextBox) == 0x000C98, "Wrong size on UMultiLineEditableTextBox"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x000128, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x000140, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x000158, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x000168, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, TextStyle) == 0x000960, "Member 'UMultiLineEditableTextBox::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x000BD0, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x000BD1, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x000BD2, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x000BD3, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Style) == 0x000BD8, "Member 'UMultiLineEditableTextBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Font) == 0x000BE0, "Member 'UMultiLineEditableTextBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, ForegroundColor) == 0x000C38, "Member 'UMultiLineEditableTextBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, BackgroundColor) == 0x000C48, "Member 'UMultiLineEditableTextBox::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, ReadOnlyForegroundColor) == 0x000C58, "Member 'UMultiLineEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x000C68, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x000C78, "Member 'UMultiLineEditableTextBox::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedSlot \ +static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ +static_assert(sizeof(UNamedSlot) == 0x000130, "Wrong size on UNamedSlot"); \ + +#define DUMPER7_ASSERTS_INamedSlotInterface \ +static_assert(alignof(INamedSlotInterface) == 0x000001, "Wrong alignment on INamedSlotInterface"); \ +static_assert(sizeof(INamedSlotInterface) == 0x000001, "Wrong size on INamedSlotInterface"); \ + +#define DUMPER7_ASSERTS_UNativeWidgetHost \ +static_assert(alignof(UNativeWidgetHost) == 0x000008, "Wrong alignment on UNativeWidgetHost"); \ +static_assert(sizeof(UNativeWidgetHost) == 0x000118, "Wrong size on UNativeWidgetHost"); \ + +#define DUMPER7_ASSERTS_Overlay_AddChildToOverlay \ +static_assert(alignof(Overlay_AddChildToOverlay) == 0x000008, "Wrong alignment on Overlay_AddChildToOverlay"); \ +static_assert(sizeof(Overlay_AddChildToOverlay) == 0x000010, "Wrong size on Overlay_AddChildToOverlay"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, Content) == 0x000000, "Member 'Overlay_AddChildToOverlay::Content' has a wrong offset!"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, ReturnValue) == 0x000008, "Member 'Overlay_AddChildToOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlay \ +static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ +static_assert(sizeof(UOverlay) == 0x000130, "Wrong size on UOverlay"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetHorizontalAlignment \ +static_assert(alignof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetHorizontalAlignment"); \ +static_assert(sizeof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetHorizontalAlignment"); \ +static_assert(offsetof(OverlaySlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'OverlaySlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetPadding \ +static_assert(alignof(OverlaySlot_SetPadding) == 0x000004, "Wrong alignment on OverlaySlot_SetPadding"); \ +static_assert(sizeof(OverlaySlot_SetPadding) == 0x000010, "Wrong size on OverlaySlot_SetPadding"); \ +static_assert(offsetof(OverlaySlot_SetPadding, InPadding) == 0x000000, "Member 'OverlaySlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetVerticalAlignment \ +static_assert(alignof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetVerticalAlignment"); \ +static_assert(sizeof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetVerticalAlignment"); \ +static_assert(offsetof(OverlaySlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'OverlaySlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlaySlot \ +static_assert(alignof(UOverlaySlot) == 0x000008, "Wrong alignment on UOverlaySlot"); \ +static_assert(sizeof(UOverlaySlot) == 0x000058, "Wrong size on UOverlaySlot"); \ +static_assert(offsetof(UOverlaySlot, Padding) == 0x000040, "Member 'UOverlaySlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, HorizontalAlignment) == 0x000050, "Member 'UOverlaySlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, VerticalAlignment) == 0x000051, "Member 'UOverlaySlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProgressBar_SetFillColorAndOpacity \ +static_assert(alignof(ProgressBar_SetFillColorAndOpacity) == 0x000004, "Wrong alignment on ProgressBar_SetFillColorAndOpacity"); \ +static_assert(sizeof(ProgressBar_SetFillColorAndOpacity) == 0x000010, "Wrong size on ProgressBar_SetFillColorAndOpacity"); \ +static_assert(offsetof(ProgressBar_SetFillColorAndOpacity, InColor) == 0x000000, "Member 'ProgressBar_SetFillColorAndOpacity::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProgressBar_SetIsMarquee \ +static_assert(alignof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong alignment on ProgressBar_SetIsMarquee"); \ +static_assert(sizeof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong size on ProgressBar_SetIsMarquee"); \ +static_assert(offsetof(ProgressBar_SetIsMarquee, InbIsMarquee) == 0x000000, "Member 'ProgressBar_SetIsMarquee::InbIsMarquee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProgressBar_SetPercent \ +static_assert(alignof(ProgressBar_SetPercent) == 0x000004, "Wrong alignment on ProgressBar_SetPercent"); \ +static_assert(sizeof(ProgressBar_SetPercent) == 0x000004, "Wrong size on ProgressBar_SetPercent"); \ +static_assert(offsetof(ProgressBar_SetPercent, InPercent) == 0x000000, "Member 'ProgressBar_SetPercent::InPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProgressBar \ +static_assert(alignof(UProgressBar) == 0x000008, "Wrong alignment on UProgressBar"); \ +static_assert(sizeof(UProgressBar) == 0x000318, "Wrong size on UProgressBar"); \ +static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000108, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Style) == 0x0002A8, "Member 'UProgressBar::Style' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BackgroundImage) == 0x0002B0, "Member 'UProgressBar::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillImage) == 0x0002B8, "Member 'UProgressBar::FillImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, MarqueeImage) == 0x0002C0, "Member 'UProgressBar::MarqueeImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Percent) == 0x0002C8, "Member 'UProgressBar::Percent' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillType) == 0x0002CC, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, bIsMarquee) == 0x0002CD, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BorderPadding) == 0x0002D0, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, PercentDelegate) == 0x0002D8, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x0002E8, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x0002F8, "Member 'UProgressBar::FillColorAndOpacityDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetEffectMaterial \ +static_assert(alignof(RetainerBox_SetEffectMaterial) == 0x000008, "Wrong alignment on RetainerBox_SetEffectMaterial"); \ +static_assert(sizeof(RetainerBox_SetEffectMaterial) == 0x000008, "Wrong size on RetainerBox_SetEffectMaterial"); \ +static_assert(offsetof(RetainerBox_SetEffectMaterial, EffectMaterial_0) == 0x000000, "Member 'RetainerBox_SetEffectMaterial::EffectMaterial_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetRenderingPhase \ +static_assert(alignof(RetainerBox_SetRenderingPhase) == 0x000004, "Wrong alignment on RetainerBox_SetRenderingPhase"); \ +static_assert(sizeof(RetainerBox_SetRenderingPhase) == 0x000008, "Wrong size on RetainerBox_SetRenderingPhase"); \ +static_assert(offsetof(RetainerBox_SetRenderingPhase, RenderPhase) == 0x000000, "Member 'RetainerBox_SetRenderingPhase::RenderPhase' has a wrong offset!"); \ +static_assert(offsetof(RetainerBox_SetRenderingPhase, TotalPhases) == 0x000004, "Member 'RetainerBox_SetRenderingPhase::TotalPhases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetRetainRendering \ +static_assert(alignof(RetainerBox_SetRetainRendering) == 0x000001, "Wrong alignment on RetainerBox_SetRetainRendering"); \ +static_assert(sizeof(RetainerBox_SetRetainRendering) == 0x000001, "Wrong size on RetainerBox_SetRetainRendering"); \ +static_assert(offsetof(RetainerBox_SetRetainRendering, bInRetainRendering) == 0x000000, "Member 'RetainerBox_SetRetainRendering::bInRetainRendering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetTextureParameter \ +static_assert(alignof(RetainerBox_SetTextureParameter) == 0x000004, "Wrong alignment on RetainerBox_SetTextureParameter"); \ +static_assert(sizeof(RetainerBox_SetTextureParameter) == 0x000008, "Wrong size on RetainerBox_SetTextureParameter"); \ +static_assert(offsetof(RetainerBox_SetTextureParameter, TextureParameter_0) == 0x000000, "Member 'RetainerBox_SetTextureParameter::TextureParameter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_GetEffectMaterial \ +static_assert(alignof(RetainerBox_GetEffectMaterial) == 0x000008, "Wrong alignment on RetainerBox_GetEffectMaterial"); \ +static_assert(sizeof(RetainerBox_GetEffectMaterial) == 0x000008, "Wrong size on RetainerBox_GetEffectMaterial"); \ +static_assert(offsetof(RetainerBox_GetEffectMaterial, ReturnValue) == 0x000000, "Member 'RetainerBox_GetEffectMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetainerBox \ +static_assert(alignof(URetainerBox) == 0x000008, "Wrong alignment on URetainerBox"); \ +static_assert(sizeof(URetainerBox) == 0x000150, "Wrong size on URetainerBox"); \ +static_assert(offsetof(URetainerBox, bRetainRender) == 0x000120, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000121, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x000122, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, Phase) == 0x000124, "Member 'URetainerBox::Phase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, PhaseCount) == 0x000128, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, EffectMaterial) == 0x000130, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, TextureParameter) == 0x000138, "Member 'URetainerBox::TextureParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetDecoratorByClass \ +static_assert(alignof(RichTextBlock_GetDecoratorByClass) == 0x000008, "Wrong alignment on RichTextBlock_GetDecoratorByClass"); \ +static_assert(sizeof(RichTextBlock_GetDecoratorByClass) == 0x000010, "Wrong size on RichTextBlock_GetDecoratorByClass"); \ +static_assert(offsetof(RichTextBlock_GetDecoratorByClass, DecoratorClass) == 0x000000, "Member 'RichTextBlock_GetDecoratorByClass::DecoratorClass' has a wrong offset!"); \ +static_assert(offsetof(RichTextBlock_GetDecoratorByClass, ReturnValue) == 0x000008, "Member 'RichTextBlock_GetDecoratorByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetAutoWrapText \ +static_assert(alignof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on RichTextBlock_SetAutoWrapText"); \ +static_assert(sizeof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong size on RichTextBlock_SetAutoWrapText"); \ +static_assert(offsetof(RichTextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'RichTextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000028, "Wrong size on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultFont \ +static_assert(alignof(RichTextBlock_SetDefaultFont) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultFont"); \ +static_assert(sizeof(RichTextBlock_SetDefaultFont) == 0x000058, "Wrong size on RichTextBlock_SetDefaultFont"); \ +static_assert(offsetof(RichTextBlock_SetDefaultFont, InFontInfo) == 0x000000, "Member 'RichTextBlock_SetDefaultFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowOffset \ +static_assert(alignof(RichTextBlock_SetDefaultShadowOffset) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowOffset) == 0x000008, "Wrong size on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowOffset, InShadowOffset) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowOffset::InShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultStrikeBrush \ +static_assert(alignof(RichTextBlock_SetDefaultStrikeBrush) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultStrikeBrush"); \ +static_assert(sizeof(RichTextBlock_SetDefaultStrikeBrush) == 0x000088, "Wrong size on RichTextBlock_SetDefaultStrikeBrush"); \ +static_assert(offsetof(RichTextBlock_SetDefaultStrikeBrush, InStrikeBrush) == 0x000000, "Member 'RichTextBlock_SetDefaultStrikeBrush::InStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultTextStyle \ +static_assert(alignof(RichTextBlock_SetDefaultTextStyle) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(sizeof(RichTextBlock_SetDefaultTextStyle) == 0x000270, "Wrong size on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(offsetof(RichTextBlock_SetDefaultTextStyle, InDefaultTextStyle) == 0x000000, "Member 'RichTextBlock_SetDefaultTextStyle::InDefaultTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetMinDesiredWidth \ +static_assert(alignof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(RichTextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'RichTextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetText \ +static_assert(alignof(RichTextBlock_SetText) == 0x000008, "Wrong alignment on RichTextBlock_SetText"); \ +static_assert(sizeof(RichTextBlock_SetText) == 0x000018, "Wrong size on RichTextBlock_SetText"); \ +static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextStyleSet \ +static_assert(alignof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_SetTextStyleSet"); \ +static_assert(sizeof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_SetTextStyleSet"); \ +static_assert(offsetof(RichTextBlock_SetTextStyleSet, NewTextStyleSet) == 0x000000, "Member 'RichTextBlock_SetTextStyleSet::NewTextStyleSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextTransformPolicy \ +static_assert(alignof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextTransformPolicy"); \ +static_assert(sizeof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextTransformPolicy"); \ +static_assert(offsetof(RichTextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'RichTextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetText \ +static_assert(alignof(RichTextBlock_GetText) == 0x000008, "Wrong alignment on RichTextBlock_GetText"); \ +static_assert(sizeof(RichTextBlock_GetText) == 0x000018, "Wrong size on RichTextBlock_GetText"); \ +static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlock \ +static_assert(alignof(URichTextBlock) == 0x000008, "Wrong alignment on URichTextBlock"); \ +static_assert(sizeof(URichTextBlock) == 0x000678, "Wrong size on URichTextBlock"); \ +static_assert(offsetof(URichTextBlock, Text) == 0x000128, "Member 'URichTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x000140, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x000148, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x000158, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x000160, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x0003D0, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x0003D4, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x0003D8, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x000648, "Member 'URichTextBlock::InstanceDecorators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlockImageDecorator \ +static_assert(alignof(URichTextBlockImageDecorator) == 0x000008, "Wrong alignment on URichTextBlockImageDecorator"); \ +static_assert(sizeof(URichTextBlockImageDecorator) == 0x000030, "Wrong size on URichTextBlockImageDecorator"); \ +static_assert(offsetof(URichTextBlockImageDecorator, ImageSet) == 0x000028, "Member 'URichTextBlockImageDecorator::ImageSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SafeZone_SetSidesToPad \ +static_assert(alignof(SafeZone_SetSidesToPad) == 0x000001, "Wrong alignment on SafeZone_SetSidesToPad"); \ +static_assert(sizeof(SafeZone_SetSidesToPad) == 0x000004, "Wrong size on SafeZone_SetSidesToPad"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadLeft) == 0x000000, "Member 'SafeZone_SetSidesToPad::InPadLeft' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadRight) == 0x000001, "Member 'SafeZone_SetSidesToPad::InPadRight' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadTop) == 0x000002, "Member 'SafeZone_SetSidesToPad::InPadTop' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadBottom) == 0x000003, "Member 'SafeZone_SetSidesToPad::InPadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZone \ +static_assert(alignof(USafeZone) == 0x000008, "Wrong alignment on USafeZone"); \ +static_assert(sizeof(USafeZone) == 0x000138, "Wrong size on USafeZone"); \ +static_assert(offsetof(USafeZone, PadLeft) == 0x000120, "Member 'USafeZone::PadLeft' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadRight) == 0x000121, "Member 'USafeZone::PadRight' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadTop) == 0x000122, "Member 'USafeZone::PadTop' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadBottom) == 0x000123, "Member 'USafeZone::PadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZoneSlot \ +static_assert(alignof(USafeZoneSlot) == 0x000008, "Wrong alignment on USafeZoneSlot"); \ +static_assert(sizeof(USafeZoneSlot) == 0x000060, "Wrong size on USafeZoneSlot"); \ +static_assert(offsetof(USafeZoneSlot, bIsTitleSafe) == 0x000038, "Member 'USafeZoneSlot::bIsTitleSafe' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, SafeAreaScale) == 0x00003C, "Member 'USafeZoneSlot::SafeAreaScale' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, HAlign) == 0x00004C, "Member 'USafeZoneSlot::HAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, VAlign) == 0x00004D, "Member 'USafeZoneSlot::VAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, Padding) == 0x000050, "Member 'USafeZoneSlot::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetIgnoreInheritedScale \ +static_assert(alignof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong alignment on ScaleBox_SetIgnoreInheritedScale"); \ +static_assert(sizeof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong size on ScaleBox_SetIgnoreInheritedScale"); \ +static_assert(offsetof(ScaleBox_SetIgnoreInheritedScale, bInIgnoreInheritedScale) == 0x000000, "Member 'ScaleBox_SetIgnoreInheritedScale::bInIgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetStretch \ +static_assert(alignof(ScaleBox_SetStretch) == 0x000001, "Wrong alignment on ScaleBox_SetStretch"); \ +static_assert(sizeof(ScaleBox_SetStretch) == 0x000001, "Wrong size on ScaleBox_SetStretch"); \ +static_assert(offsetof(ScaleBox_SetStretch, InStretch) == 0x000000, "Member 'ScaleBox_SetStretch::InStretch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetStretchDirection \ +static_assert(alignof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong alignment on ScaleBox_SetStretchDirection"); \ +static_assert(sizeof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong size on ScaleBox_SetStretchDirection"); \ +static_assert(offsetof(ScaleBox_SetStretchDirection, InStretchDirection) == 0x000000, "Member 'ScaleBox_SetStretchDirection::InStretchDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetUserSpecifiedScale \ +static_assert(alignof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong alignment on ScaleBox_SetUserSpecifiedScale"); \ +static_assert(sizeof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong size on ScaleBox_SetUserSpecifiedScale"); \ +static_assert(offsetof(ScaleBox_SetUserSpecifiedScale, InUserSpecifiedScale) == 0x000000, "Member 'ScaleBox_SetUserSpecifiedScale::InUserSpecifiedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBox \ +static_assert(alignof(UScaleBox) == 0x000008, "Wrong alignment on UScaleBox"); \ +static_assert(sizeof(UScaleBox) == 0x000140, "Wrong size on UScaleBox"); \ +static_assert(offsetof(UScaleBox, Stretch) == 0x000120, "Member 'UScaleBox::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, StretchDirection) == 0x000121, "Member 'UScaleBox::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, UserSpecifiedScale) == 0x000124, "Member 'UScaleBox::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, IgnoreInheritedScale) == 0x000128, "Member 'UScaleBox::IgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScaleBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetPadding \ +static_assert(alignof(ScaleBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScaleBoxSlot_SetPadding"); \ +static_assert(sizeof(ScaleBoxSlot_SetPadding) == 0x000010, "Wrong size on ScaleBoxSlot_SetPadding"); \ +static_assert(offsetof(ScaleBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScaleBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScaleBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBoxSlot \ +static_assert(alignof(UScaleBoxSlot) == 0x000008, "Wrong alignment on UScaleBoxSlot"); \ +static_assert(sizeof(UScaleBoxSlot) == 0x000060, "Wrong size on UScaleBoxSlot"); \ +static_assert(offsetof(UScaleBoxSlot, Padding) == 0x000038, "Member 'UScaleBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScaleBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, VerticalAlignment) == 0x000049, "Member 'UScaleBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBar_SetState \ +static_assert(alignof(ScrollBar_SetState) == 0x000004, "Wrong alignment on ScrollBar_SetState"); \ +static_assert(sizeof(ScrollBar_SetState) == 0x000008, "Wrong size on ScrollBar_SetState"); \ +static_assert(offsetof(ScrollBar_SetState, InOffsetFraction) == 0x000000, "Member 'ScrollBar_SetState::InOffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(ScrollBar_SetState, InThumbSizeFraction) == 0x000004, "Member 'ScrollBar_SetState::InThumbSizeFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBar \ +static_assert(alignof(UScrollBar) == 0x000008, "Wrong alignment on UScrollBar"); \ +static_assert(sizeof(UScrollBar) == 0x000610, "Wrong size on UScrollBar"); \ +static_assert(offsetof(UScrollBar, WidgetStyle) == 0x000108, "Member 'UScrollBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Style) == 0x0005D8, "Member 'UScrollBar::Style' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbar) == 0x0005E0, "Member 'UScrollBar::bAlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbarTrack) == 0x0005E1, "Member 'UScrollBar::bAlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Orientation) == 0x0005E2, "Member 'UScrollBar::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Thickness) == 0x0005E4, "Member 'UScrollBar::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Padding) == 0x0005EC, "Member 'UScrollBar::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_ScrollWidgetIntoView \ +static_assert(alignof(ScrollBox_ScrollWidgetIntoView) == 0x000008, "Wrong alignment on ScrollBox_ScrollWidgetIntoView"); \ +static_assert(sizeof(ScrollBox_ScrollWidgetIntoView) == 0x000010, "Wrong size on ScrollBox_ScrollWidgetIntoView"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, WidgetToFind) == 0x000000, "Member 'ScrollBox_ScrollWidgetIntoView::WidgetToFind' has a wrong offset!"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, AnimateScroll) == 0x000008, "Member 'ScrollBox_ScrollWidgetIntoView::AnimateScroll' has a wrong offset!"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, ScrollDestination) == 0x000009, "Member 'ScrollBox_ScrollWidgetIntoView::ScrollDestination' has a wrong offset!"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, Padding) == 0x00000C, "Member 'ScrollBox_ScrollWidgetIntoView::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetAllowOverscroll \ +static_assert(alignof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong alignment on ScrollBox_SetAllowOverscroll"); \ +static_assert(sizeof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong size on ScrollBox_SetAllowOverscroll"); \ +static_assert(offsetof(ScrollBox_SetAllowOverscroll, NewAllowOverscroll) == 0x000000, "Member 'ScrollBox_SetAllowOverscroll::NewAllowOverscroll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetAlwaysShowScrollbar \ +static_assert(alignof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong alignment on ScrollBox_SetAlwaysShowScrollbar"); \ +static_assert(sizeof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong size on ScrollBox_SetAlwaysShowScrollbar"); \ +static_assert(offsetof(ScrollBox_SetAlwaysShowScrollbar, NewAlwaysShowScrollbar) == 0x000000, "Member 'ScrollBox_SetAlwaysShowScrollbar::NewAlwaysShowScrollbar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetAnimateWheelScrolling \ +static_assert(alignof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong alignment on ScrollBox_SetAnimateWheelScrolling"); \ +static_assert(sizeof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong size on ScrollBox_SetAnimateWheelScrolling"); \ +static_assert(offsetof(ScrollBox_SetAnimateWheelScrolling, bShouldAnimateWheelScrolling) == 0x000000, "Member 'ScrollBox_SetAnimateWheelScrolling::bShouldAnimateWheelScrolling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetConsumeMouseWheel \ +static_assert(alignof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong alignment on ScrollBox_SetConsumeMouseWheel"); \ +static_assert(sizeof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong size on ScrollBox_SetConsumeMouseWheel"); \ +static_assert(offsetof(ScrollBox_SetConsumeMouseWheel, NewConsumeMouseWheel) == 0x000000, "Member 'ScrollBox_SetConsumeMouseWheel::NewConsumeMouseWheel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetOrientation \ +static_assert(alignof(ScrollBox_SetOrientation) == 0x000001, "Wrong alignment on ScrollBox_SetOrientation"); \ +static_assert(sizeof(ScrollBox_SetOrientation) == 0x000001, "Wrong size on ScrollBox_SetOrientation"); \ +static_assert(offsetof(ScrollBox_SetOrientation, NewOrientation) == 0x000000, "Member 'ScrollBox_SetOrientation::NewOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollbarPadding \ +static_assert(alignof(ScrollBox_SetScrollbarPadding) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarPadding"); \ +static_assert(sizeof(ScrollBox_SetScrollbarPadding) == 0x000010, "Wrong size on ScrollBox_SetScrollbarPadding"); \ +static_assert(offsetof(ScrollBox_SetScrollbarPadding, NewScrollbarPadding) == 0x000000, "Member 'ScrollBox_SetScrollbarPadding::NewScrollbarPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollbarThickness \ +static_assert(alignof(ScrollBox_SetScrollbarThickness) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarThickness"); \ +static_assert(sizeof(ScrollBox_SetScrollbarThickness) == 0x000008, "Wrong size on ScrollBox_SetScrollbarThickness"); \ +static_assert(offsetof(ScrollBox_SetScrollbarThickness, NewScrollbarThickness) == 0x000000, "Member 'ScrollBox_SetScrollbarThickness::NewScrollbarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollbarVisibility \ +static_assert(alignof(ScrollBox_SetScrollbarVisibility) == 0x000001, "Wrong alignment on ScrollBox_SetScrollbarVisibility"); \ +static_assert(sizeof(ScrollBox_SetScrollbarVisibility) == 0x000001, "Wrong size on ScrollBox_SetScrollbarVisibility"); \ +static_assert(offsetof(ScrollBox_SetScrollbarVisibility, NewScrollBarVisibility) == 0x000000, "Member 'ScrollBox_SetScrollbarVisibility::NewScrollBarVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollOffset \ +static_assert(alignof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_SetScrollOffset"); \ +static_assert(sizeof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong size on ScrollBox_SetScrollOffset"); \ +static_assert(offsetof(ScrollBox_SetScrollOffset, NewScrollOffset) == 0x000000, "Member 'ScrollBox_SetScrollOffset::NewScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollSpeed \ +static_assert(alignof(ScrollBox_SetScrollSpeed) == 0x000004, "Wrong alignment on ScrollBox_SetScrollSpeed"); \ +static_assert(sizeof(ScrollBox_SetScrollSpeed) == 0x000004, "Wrong size on ScrollBox_SetScrollSpeed"); \ +static_assert(offsetof(ScrollBox_SetScrollSpeed, NewSpeed) == 0x000000, "Member 'ScrollBox_SetScrollSpeed::NewSpeed' 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) == 0x000888, "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, ScrollSpeed) == 0x000858, "Member 'UScrollBox::ScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x000860, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetPadding \ +static_assert(alignof(ScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScrollBoxSlot_SetPadding"); \ +static_assert(sizeof(ScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on ScrollBoxSlot_SetPadding"); \ +static_assert(offsetof(ScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxSlot \ +static_assert(alignof(UScrollBoxSlot) == 0x000008, "Wrong alignment on UScrollBoxSlot"); \ +static_assert(sizeof(UScrollBoxSlot) == 0x000058, "Wrong size on UScrollBoxSlot"); \ +static_assert(offsetof(UScrollBoxSlot, Padding) == 0x000038, "Member 'UScrollBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, VerticalAlignment) == 0x000049, "Member 'UScrollBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetHeightOverride \ +static_assert(alignof(SizeBox_SetHeightOverride) == 0x000004, "Wrong alignment on SizeBox_SetHeightOverride"); \ +static_assert(sizeof(SizeBox_SetHeightOverride) == 0x000004, "Wrong size on SizeBox_SetHeightOverride"); \ +static_assert(offsetof(SizeBox_SetHeightOverride, InHeightOverride) == 0x000000, "Member 'SizeBox_SetHeightOverride::InHeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxAspectRatio \ +static_assert(alignof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMaxAspectRatio"); \ +static_assert(sizeof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMaxAspectRatio"); \ +static_assert(offsetof(SizeBox_SetMaxAspectRatio, InMaxAspectRatio) == 0x000000, "Member 'SizeBox_SetMaxAspectRatio::InMaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredHeight \ +static_assert(alignof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredHeight"); \ +static_assert(sizeof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredHeight"); \ +static_assert(offsetof(SizeBox_SetMaxDesiredHeight, InMaxDesiredHeight) == 0x000000, "Member 'SizeBox_SetMaxDesiredHeight::InMaxDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredWidth \ +static_assert(alignof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredWidth"); \ +static_assert(sizeof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredWidth"); \ +static_assert(offsetof(SizeBox_SetMaxDesiredWidth, InMaxDesiredWidth) == 0x000000, "Member 'SizeBox_SetMaxDesiredWidth::InMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinAspectRatio \ +static_assert(alignof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMinAspectRatio"); \ +static_assert(sizeof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMinAspectRatio"); \ +static_assert(offsetof(SizeBox_SetMinAspectRatio, InMinAspectRatio) == 0x000000, "Member 'SizeBox_SetMinAspectRatio::InMinAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinDesiredHeight \ +static_assert(alignof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredHeight"); \ +static_assert(sizeof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMinDesiredHeight"); \ +static_assert(offsetof(SizeBox_SetMinDesiredHeight, InMinDesiredHeight) == 0x000000, "Member 'SizeBox_SetMinDesiredHeight::InMinDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinDesiredWidth \ +static_assert(alignof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredWidth"); \ +static_assert(sizeof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMinDesiredWidth"); \ +static_assert(offsetof(SizeBox_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'SizeBox_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetWidthOverride \ +static_assert(alignof(SizeBox_SetWidthOverride) == 0x000004, "Wrong alignment on SizeBox_SetWidthOverride"); \ +static_assert(sizeof(SizeBox_SetWidthOverride) == 0x000004, "Wrong size on SizeBox_SetWidthOverride"); \ +static_assert(offsetof(SizeBox_SetWidthOverride, InWidthOverride) == 0x000000, "Member 'SizeBox_SetWidthOverride::InWidthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USizeBox \ +static_assert(alignof(USizeBox) == 0x000008, "Wrong alignment on USizeBox"); \ +static_assert(sizeof(USizeBox) == 0x000158, "Wrong size on USizeBox"); \ +static_assert(offsetof(USizeBox, WidthOverride) == 0x000130, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, HeightOverride) == 0x000134, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x000138, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x00013C, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x000140, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x000144, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinAspectRatio) == 0x000148, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x00014C, "Member 'USizeBox::MaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(SizeBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBoxSlot_SetPadding \ +static_assert(alignof(SizeBoxSlot_SetPadding) == 0x000004, "Wrong alignment on SizeBoxSlot_SetPadding"); \ +static_assert(sizeof(SizeBoxSlot_SetPadding) == 0x000010, "Wrong size on SizeBoxSlot_SetPadding"); \ +static_assert(offsetof(SizeBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'SizeBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBoxSlot_SetVerticalAlignment \ +static_assert(alignof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(SizeBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USizeBoxSlot \ +static_assert(alignof(USizeBoxSlot) == 0x000008, "Wrong alignment on USizeBoxSlot"); \ +static_assert(sizeof(USizeBoxSlot) == 0x000060, "Wrong size on USizeBoxSlot"); \ +static_assert(offsetof(USizeBoxSlot, Padding) == 0x000038, "Member 'USizeBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxSlot, HorizontalAlignment) == 0x000058, "Member 'USizeBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxSlot, VerticalAlignment) == 0x000059, "Member 'USizeBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToViewport \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000020, "Wrong size on SlateBlueprintLibrary_AbsoluteToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, AbsoluteDesktopCoordinate) == 0x000008, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::AbsoluteDesktopCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, PixelPosition) == 0x000010, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, ViewportPosition) == 0x000018, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_EqualEqual_SlateBrush \ +static_assert(alignof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ +static_assert(sizeof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000118, "Wrong size on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, A) == 0x000000, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::A' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, B) == 0x000088, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::B' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, ReturnValue) == 0x000110, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetAbsoluteSize \ +static_assert(alignof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalSize \ +static_assert(alignof(SlateBlueprintLibrary_GetLocalSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalTopLeft \ +static_assert(alignof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_IsUnderLocation \ +static_assert(alignof(SlateBlueprintLibrary_IsUnderLocation) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(sizeof(SlateBlueprintLibrary_IsUnderLocation) == 0x000044, "Wrong size on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_IsUnderLocation::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_IsUnderLocation::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_IsUnderLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, LocalCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_LocalToAbsolute::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToViewport \ +static_assert(alignof(SlateBlueprintLibrary_LocalToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToViewport) == 0x000058, "Wrong size on SlateBlueprintLibrary_LocalToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_LocalToViewport::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, LocalCoordinate) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToViewport::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, PixelPosition) == 0x000048, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000050, "Member 'SlateBlueprintLibrary_LocalToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToViewport \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToViewport) == 0x000018, "Wrong size on SlateBlueprintLibrary_ScreenToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToViewport::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ViewportPosition) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000020, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, AbsoluteCoordinate) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetLocal \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, ScreenPosition) == 0x000040, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, LocalCoordinate) == 0x000048, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000050, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, AbsoluteScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, LocalScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::LocalScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, AbsoluteVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, LocalVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::LocalVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateBlueprintLibrary \ +static_assert(alignof(USlateBlueprintLibrary) == 0x000008, "Wrong alignment on USlateBlueprintLibrary"); \ +static_assert(sizeof(USlateBlueprintLibrary) == 0x000028, "Wrong size on USlateBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USlateVectorArtData \ +static_assert(alignof(USlateVectorArtData) == 0x000008, "Wrong alignment on USlateVectorArtData"); \ +static_assert(sizeof(USlateVectorArtData) == 0x000060, "Wrong size on USlateVectorArtData"); \ +static_assert(offsetof(USlateVectorArtData, VertexData) == 0x000028, "Member 'USlateVectorArtData::VertexData' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, IndexData) == 0x000038, "Member 'USlateVectorArtData::IndexData' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, Material) == 0x000048, "Member 'USlateVectorArtData::Material' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, ExtentMin) == 0x000050, "Member 'USlateVectorArtData::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, ExtentMax) == 0x000058, "Member 'USlateVectorArtData::ExtentMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateAccessibleWidgetData \ +static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ +static_assert(sizeof(USlateAccessibleWidgetData) == 0x000080, "Wrong size on USlateAccessibleWidgetData"); \ +static_assert(offsetof(USlateAccessibleWidgetData, bCanChildrenBeAccessible) == 0x000028, "Member 'USlateAccessibleWidgetData::bCanChildrenBeAccessible' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleBehavior) == 0x000029, "Member 'USlateAccessibleWidgetData::AccessibleBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryBehavior) == 0x00002A, "Member 'USlateAccessibleWidgetData::AccessibleSummaryBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleText) == 0x000030, "Member 'USlateAccessibleWidgetData::AccessibleText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleTextDelegate) == 0x000048, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000058, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000070, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Spacer_SetSize \ +static_assert(alignof(Spacer_SetSize) == 0x000004, "Wrong alignment on Spacer_SetSize"); \ +static_assert(sizeof(Spacer_SetSize) == 0x000008, "Wrong size on Spacer_SetSize"); \ +static_assert(offsetof(Spacer_SetSize, InSize) == 0x000000, "Member 'Spacer_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpacer \ +static_assert(alignof(USpacer) == 0x000008, "Wrong alignment on USpacer"); \ +static_assert(sizeof(USpacer) == 0x000120, "Wrong size on USpacer"); \ +static_assert(offsetof(USpacer, Size) == 0x000108, "Member 'USpacer::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetAlwaysUsesDeltaSnap \ +static_assert(alignof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_SetAlwaysUsesDeltaSnap"); \ +static_assert(sizeof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_SetAlwaysUsesDeltaSnap"); \ +static_assert(offsetof(SpinBox_SetAlwaysUsesDeltaSnap, bNewValue) == 0x000000, "Member 'SpinBox_SetAlwaysUsesDeltaSnap::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetDelta \ +static_assert(alignof(SpinBox_SetDelta) == 0x000004, "Wrong alignment on SpinBox_SetDelta"); \ +static_assert(sizeof(SpinBox_SetDelta) == 0x000004, "Wrong size on SpinBox_SetDelta"); \ +static_assert(offsetof(SpinBox_SetDelta, NewValue) == 0x000000, "Member 'SpinBox_SetDelta::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetForegroundColor \ +static_assert(alignof(SpinBox_SetForegroundColor) == 0x000008, "Wrong alignment on SpinBox_SetForegroundColor"); \ +static_assert(sizeof(SpinBox_SetForegroundColor) == 0x000028, "Wrong size on SpinBox_SetForegroundColor"); \ +static_assert(offsetof(SpinBox_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'SpinBox_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMaxFractionalDigits \ +static_assert(alignof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMaxFractionalDigits"); \ +static_assert(sizeof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMaxFractionalDigits"); \ +static_assert(offsetof(SpinBox_SetMaxFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMaxFractionalDigits::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMaxSliderValue \ +static_assert(alignof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxSliderValue"); \ +static_assert(sizeof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_SetMaxSliderValue"); \ +static_assert(offsetof(SpinBox_SetMaxSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMaxValue \ +static_assert(alignof(SpinBox_SetMaxValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxValue"); \ +static_assert(sizeof(SpinBox_SetMaxValue) == 0x000004, "Wrong size on SpinBox_SetMaxValue"); \ +static_assert(offsetof(SpinBox_SetMaxValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMinFractionalDigits \ +static_assert(alignof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMinFractionalDigits"); \ +static_assert(sizeof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMinFractionalDigits"); \ +static_assert(offsetof(SpinBox_SetMinFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMinFractionalDigits::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMinSliderValue \ +static_assert(alignof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMinSliderValue"); \ +static_assert(sizeof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong size on SpinBox_SetMinSliderValue"); \ +static_assert(offsetof(SpinBox_SetMinSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMinValue \ +static_assert(alignof(SpinBox_SetMinValue) == 0x000004, "Wrong alignment on SpinBox_SetMinValue"); \ +static_assert(sizeof(SpinBox_SetMinValue) == 0x000004, "Wrong size on SpinBox_SetMinValue"); \ +static_assert(offsetof(SpinBox_SetMinValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetValue \ +static_assert(alignof(SpinBox_SetValue) == 0x000004, "Wrong alignment on SpinBox_SetValue"); \ +static_assert(sizeof(SpinBox_SetValue) == 0x000004, "Wrong size on SpinBox_SetValue"); \ +static_assert(offsetof(SpinBox_SetValue, NewValue) == 0x000000, "Member 'SpinBox_SetValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetAlwaysUsesDeltaSnap \ +static_assert(alignof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_GetAlwaysUsesDeltaSnap"); \ +static_assert(sizeof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_GetAlwaysUsesDeltaSnap"); \ +static_assert(offsetof(SpinBox_GetAlwaysUsesDeltaSnap, ReturnValue) == 0x000000, "Member 'SpinBox_GetAlwaysUsesDeltaSnap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetDelta \ +static_assert(alignof(SpinBox_GetDelta) == 0x000004, "Wrong alignment on SpinBox_GetDelta"); \ +static_assert(sizeof(SpinBox_GetDelta) == 0x000004, "Wrong size on SpinBox_GetDelta"); \ +static_assert(offsetof(SpinBox_GetDelta, ReturnValue) == 0x000000, "Member 'SpinBox_GetDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMaxFractionalDigits \ +static_assert(alignof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMaxFractionalDigits"); \ +static_assert(sizeof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMaxFractionalDigits"); \ +static_assert(offsetof(SpinBox_GetMaxFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxFractionalDigits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMaxSliderValue \ +static_assert(alignof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxSliderValue"); \ +static_assert(sizeof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_GetMaxSliderValue"); \ +static_assert(offsetof(SpinBox_GetMaxSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMaxValue \ +static_assert(alignof(SpinBox_GetMaxValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxValue"); \ +static_assert(sizeof(SpinBox_GetMaxValue) == 0x000004, "Wrong size on SpinBox_GetMaxValue"); \ +static_assert(offsetof(SpinBox_GetMaxValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMinFractionalDigits \ +static_assert(alignof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMinFractionalDigits"); \ +static_assert(sizeof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMinFractionalDigits"); \ +static_assert(offsetof(SpinBox_GetMinFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinFractionalDigits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMinSliderValue \ +static_assert(alignof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMinSliderValue"); \ +static_assert(sizeof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong size on SpinBox_GetMinSliderValue"); \ +static_assert(offsetof(SpinBox_GetMinSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMinValue \ +static_assert(alignof(SpinBox_GetMinValue) == 0x000004, "Wrong alignment on SpinBox_GetMinValue"); \ +static_assert(sizeof(SpinBox_GetMinValue) == 0x000004, "Wrong size on SpinBox_GetMinValue"); \ +static_assert(offsetof(SpinBox_GetMinValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetValue \ +static_assert(alignof(SpinBox_GetValue) == 0x000004, "Wrong alignment on SpinBox_GetValue"); \ +static_assert(sizeof(SpinBox_GetValue) == 0x000004, "Wrong size on SpinBox_GetValue"); \ +static_assert(offsetof(SpinBox_GetValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpinBox \ +static_assert(alignof(USpinBox) == 0x000008, "Wrong alignment on USpinBox"); \ +static_assert(sizeof(USpinBox) == 0x000520, "Wrong size on USpinBox"); \ +static_assert(offsetof(USpinBox, Value) == 0x000108, "Member 'USpinBox::Value' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ValueDelegate) == 0x00010C, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, WidgetStyle) == 0x000120, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Style) == 0x000408, "Member 'USpinBox::Style' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x000410, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x000414, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x000418, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Delta) == 0x00041C, "Member 'USpinBox::Delta' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SliderExponent) == 0x000420, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Font) == 0x000428, "Member 'USpinBox::Font' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Justification) == 0x000480, "Member 'USpinBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x000484, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x000488, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x000489, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ForegroundColor) == 0x000490, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueChanged) == 0x0004B8, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueCommitted) == 0x0004C8, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x0004D8, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x0004E8, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinValue) == 0x0004FC, "Member 'USpinBox::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxValue) == 0x000500, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinSliderValue) == 0x000504, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000508, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetStringValue \ +static_assert(alignof(TextBinding_GetStringValue) == 0x000008, "Wrong alignment on TextBinding_GetStringValue"); \ +static_assert(sizeof(TextBinding_GetStringValue) == 0x000010, "Wrong size on TextBinding_GetStringValue"); \ +static_assert(offsetof(TextBinding_GetStringValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetStringValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetTextValue \ +static_assert(alignof(TextBinding_GetTextValue) == 0x000008, "Wrong alignment on TextBinding_GetTextValue"); \ +static_assert(sizeof(TextBinding_GetTextValue) == 0x000018, "Wrong size on TextBinding_GetTextValue"); \ +static_assert(offsetof(TextBinding_GetTextValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetTextValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBinding \ +static_assert(alignof(UTextBinding) == 0x000008, "Wrong alignment on UTextBinding"); \ +static_assert(sizeof(UTextBinding) == 0x000068, "Wrong size on UTextBinding"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetDynamicFontMaterial \ +static_assert(alignof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicFontMaterial"); \ +static_assert(sizeof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicFontMaterial"); \ +static_assert(offsetof(TextBlock_GetDynamicFontMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicFontMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetDynamicOutlineMaterial \ +static_assert(alignof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicOutlineMaterial"); \ +static_assert(sizeof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicOutlineMaterial"); \ +static_assert(offsetof(TextBlock_GetDynamicOutlineMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicOutlineMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetAutoWrapText \ +static_assert(alignof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on TextBlock_SetAutoWrapText"); \ +static_assert(sizeof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong size on TextBlock_SetAutoWrapText"); \ +static_assert(offsetof(TextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'TextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetColorAndOpacity \ +static_assert(alignof(TextBlock_SetColorAndOpacity) == 0x000008, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000028, "Wrong size on TextBlock_SetColorAndOpacity"); \ +static_assert(offsetof(TextBlock_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'TextBlock_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetFont \ +static_assert(alignof(TextBlock_SetFont) == 0x000008, "Wrong alignment on TextBlock_SetFont"); \ +static_assert(sizeof(TextBlock_SetFont) == 0x000058, "Wrong size on TextBlock_SetFont"); \ +static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetMinDesiredWidth \ +static_assert(alignof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on TextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on TextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(TextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'TextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetOpacity \ +static_assert(alignof(TextBlock_SetOpacity) == 0x000004, "Wrong alignment on TextBlock_SetOpacity"); \ +static_assert(sizeof(TextBlock_SetOpacity) == 0x000004, "Wrong size on TextBlock_SetOpacity"); \ +static_assert(offsetof(TextBlock_SetOpacity, InOpacity) == 0x000000, "Member 'TextBlock_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetShadowColorAndOpacity \ +static_assert(alignof(TextBlock_SetShadowColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetShadowColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetShadowColorAndOpacity) == 0x000010, "Wrong size on TextBlock_SetShadowColorAndOpacity"); \ +static_assert(offsetof(TextBlock_SetShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'TextBlock_SetShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetShadowOffset \ +static_assert(alignof(TextBlock_SetShadowOffset) == 0x000004, "Wrong alignment on TextBlock_SetShadowOffset"); \ +static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000008, "Wrong size on TextBlock_SetShadowOffset"); \ +static_assert(offsetof(TextBlock_SetShadowOffset, InShadowOffset) == 0x000000, "Member 'TextBlock_SetShadowOffset::InShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetStrikeBrush \ +static_assert(alignof(TextBlock_SetStrikeBrush) == 0x000008, "Wrong alignment on TextBlock_SetStrikeBrush"); \ +static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x000088, "Wrong size on TextBlock_SetStrikeBrush"); \ +static_assert(offsetof(TextBlock_SetStrikeBrush, InStrikeBrush) == 0x000000, "Member 'TextBlock_SetStrikeBrush::InStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetText \ +static_assert(alignof(TextBlock_SetText) == 0x000008, "Wrong alignment on TextBlock_SetText"); \ +static_assert(sizeof(TextBlock_SetText) == 0x000018, "Wrong size on TextBlock_SetText"); \ +static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetTextTransformPolicy \ +static_assert(alignof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextTransformPolicy"); \ +static_assert(sizeof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on TextBlock_SetTextTransformPolicy"); \ +static_assert(offsetof(TextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'TextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetText \ +static_assert(alignof(TextBlock_GetText) == 0x000008, "Wrong alignment on TextBlock_GetText"); \ +static_assert(sizeof(TextBlock_GetText) == 0x000018, "Wrong size on TextBlock_GetText"); \ +static_assert(offsetof(TextBlock_GetText, ReturnValue) == 0x000000, "Member 'TextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlock \ +static_assert(alignof(UTextBlock) == 0x000008, "Wrong alignment on UTextBlock"); \ +static_assert(sizeof(UTextBlock) == 0x0002A8, "Wrong size on UTextBlock"); \ +static_assert(offsetof(UTextBlock, Text) == 0x000128, "Member 'UTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextDelegate) == 0x000140, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x000150, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x000178, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, Font) == 0x000188, "Member 'UTextBlock::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, StrikeBrush) == 0x0001E0, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowOffset) == 0x000268, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x000270, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x000280, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x000290, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x000294, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bAutoWrapText) == 0x000295, "Member 'UTextBlock::bAutoWrapText' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x000296, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x000297, "Member 'UTextBlock::bSimpleTextMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateHorizontally \ +static_assert(alignof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong alignment on Throbber_SetAnimateHorizontally"); \ +static_assert(sizeof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong size on Throbber_SetAnimateHorizontally"); \ +static_assert(offsetof(Throbber_SetAnimateHorizontally, bInAnimateHorizontally) == 0x000000, "Member 'Throbber_SetAnimateHorizontally::bInAnimateHorizontally' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateOpacity \ +static_assert(alignof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong alignment on Throbber_SetAnimateOpacity"); \ +static_assert(sizeof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong size on Throbber_SetAnimateOpacity"); \ +static_assert(offsetof(Throbber_SetAnimateOpacity, bInAnimateOpacity) == 0x000000, "Member 'Throbber_SetAnimateOpacity::bInAnimateOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateVertically \ +static_assert(alignof(Throbber_SetAnimateVertically) == 0x000001, "Wrong alignment on Throbber_SetAnimateVertically"); \ +static_assert(sizeof(Throbber_SetAnimateVertically) == 0x000001, "Wrong size on Throbber_SetAnimateVertically"); \ +static_assert(offsetof(Throbber_SetAnimateVertically, bInAnimateVertically) == 0x000000, "Member 'Throbber_SetAnimateVertically::bInAnimateVertically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetNumberOfPieces \ +static_assert(alignof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong alignment on Throbber_SetNumberOfPieces"); \ +static_assert(sizeof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong size on Throbber_SetNumberOfPieces"); \ +static_assert(offsetof(Throbber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'Throbber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThrobber \ +static_assert(alignof(UThrobber) == 0x000008, "Wrong alignment on UThrobber"); \ +static_assert(sizeof(UThrobber) == 0x0001B0, "Wrong size on UThrobber"); \ +static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000108, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x00010C, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateVertically) == 0x00010D, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x00010E, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, PieceImage) == 0x000110, "Member 'UThrobber::PieceImage' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, Image) == 0x000118, "Member 'UThrobber::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryHeight \ +static_assert(alignof(TileView_SetEntryHeight) == 0x000004, "Wrong alignment on TileView_SetEntryHeight"); \ +static_assert(sizeof(TileView_SetEntryHeight) == 0x000004, "Wrong size on TileView_SetEntryHeight"); \ +static_assert(offsetof(TileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'TileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryWidth \ +static_assert(alignof(TileView_SetEntryWidth) == 0x000004, "Wrong alignment on TileView_SetEntryWidth"); \ +static_assert(sizeof(TileView_SetEntryWidth) == 0x000004, "Wrong size on TileView_SetEntryWidth"); \ +static_assert(offsetof(TileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'TileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryHeight \ +static_assert(alignof(TileView_GetEntryHeight) == 0x000004, "Wrong alignment on TileView_GetEntryHeight"); \ +static_assert(sizeof(TileView_GetEntryHeight) == 0x000004, "Wrong size on TileView_GetEntryHeight"); \ +static_assert(offsetof(TileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'TileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryWidth \ +static_assert(alignof(TileView_GetEntryWidth) == 0x000004, "Wrong alignment on TileView_GetEntryWidth"); \ +static_assert(sizeof(TileView_GetEntryWidth) == 0x000004, "Wrong size on TileView_GetEntryWidth"); \ +static_assert(offsetof(TileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'TileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileView \ +static_assert(alignof(UTileView) == 0x000008, "Wrong alignment on UTileView"); \ +static_assert(sizeof(UTileView) == 0x000388, "Wrong size on UTileView"); \ +static_assert(offsetof(UTileView, EntryHeight) == 0x000368, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ +static_assert(offsetof(UTileView, EntryWidth) == 0x00036C, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ +static_assert(offsetof(UTileView, TileAlignment) == 0x000370, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000371, "Member 'UTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TreeView_SetItemExpansion \ +static_assert(alignof(TreeView_SetItemExpansion) == 0x000008, "Wrong alignment on TreeView_SetItemExpansion"); \ +static_assert(sizeof(TreeView_SetItemExpansion) == 0x000010, "Wrong size on TreeView_SetItemExpansion"); \ +static_assert(offsetof(TreeView_SetItemExpansion, Item) == 0x000000, "Member 'TreeView_SetItemExpansion::Item' has a wrong offset!"); \ +static_assert(offsetof(TreeView_SetItemExpansion, bExpandItem) == 0x000008, "Member 'TreeView_SetItemExpansion::bExpandItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTreeView \ +static_assert(alignof(UTreeView) == 0x000008, "Wrong alignment on UTreeView"); \ +static_assert(sizeof(UTreeView) == 0x0003C0, "Wrong size on UTreeView"); \ +static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000378, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ +static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000388, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ +static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_SetUserTag"); \ +static_assert(offsetof(UMGSequencePlayer_SetUserTag, InUserTag) == 0x000000, "Member 'UMGSequencePlayer_SetUserTag::InUserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_GetUserTag \ +static_assert(alignof(UMGSequencePlayer_GetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_GetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_GetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_GetUserTag"); \ +static_assert(offsetof(UMGSequencePlayer_GetUserTag, ReturnValue) == 0x000000, "Member 'UMGSequencePlayer_GetUserTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequencePlayer \ +static_assert(alignof(UUMGSequencePlayer) == 0x000008, "Wrong alignment on UUMGSequencePlayer"); \ +static_assert(sizeof(UUMGSequencePlayer) == 0x0003C8, "Wrong size on UUMGSequencePlayer"); \ +static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000260, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000270, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequenceTickManager \ +static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ +static_assert(sizeof(UUMGSequenceTickManager) == 0x000120, "Wrong size on UUMGSequenceTickManager"); \ +static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgets) == 0x000028, "Member 'UUMGSequenceTickManager::WeakUserWidgets' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequenceTickManager, Linker) == 0x000078, "Member 'UUMGSequenceTickManager::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_AddChildToUniformGrid \ +static_assert(alignof(UniformGridPanel_AddChildToUniformGrid) == 0x000008, "Wrong alignment on UniformGridPanel_AddChildToUniformGrid"); \ +static_assert(sizeof(UniformGridPanel_AddChildToUniformGrid) == 0x000018, "Wrong size on UniformGridPanel_AddChildToUniformGrid"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, Content) == 0x000000, "Member 'UniformGridPanel_AddChildToUniformGrid::Content' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InRow) == 0x000008, "Member 'UniformGridPanel_AddChildToUniformGrid::InRow' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InColumn) == 0x00000C, "Member 'UniformGridPanel_AddChildToUniformGrid::InColumn' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, ReturnValue) == 0x000010, "Member 'UniformGridPanel_AddChildToUniformGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotHeight \ +static_assert(alignof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotHeight"); \ +static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotHeight"); \ +static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotHeight, InMinDesiredSlotHeight) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotHeight::InMinDesiredSlotHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotWidth \ +static_assert(alignof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotWidth"); \ +static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotWidth"); \ +static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotWidth, InMinDesiredSlotWidth) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotWidth::InMinDesiredSlotWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetSlotPadding \ +static_assert(alignof(UniformGridPanel_SetSlotPadding) == 0x000004, "Wrong alignment on UniformGridPanel_SetSlotPadding"); \ +static_assert(sizeof(UniformGridPanel_SetSlotPadding) == 0x000010, "Wrong size on UniformGridPanel_SetSlotPadding"); \ +static_assert(offsetof(UniformGridPanel_SetSlotPadding, InSlotPadding) == 0x000000, "Member 'UniformGridPanel_SetSlotPadding::InSlotPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformGridPanel \ +static_assert(alignof(UUniformGridPanel) == 0x000008, "Wrong alignment on UUniformGridPanel"); \ +static_assert(sizeof(UUniformGridPanel) == 0x000148, "Wrong size on UUniformGridPanel"); \ +static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000120, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x000130, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x000134, "Member 'UUniformGridPanel::MinDesiredSlotHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetColumn \ +static_assert(alignof(UniformGridSlot_SetColumn) == 0x000004, "Wrong alignment on UniformGridSlot_SetColumn"); \ +static_assert(sizeof(UniformGridSlot_SetColumn) == 0x000004, "Wrong size on UniformGridSlot_SetColumn"); \ +static_assert(offsetof(UniformGridSlot_SetColumn, InColumn) == 0x000000, "Member 'UniformGridSlot_SetColumn::InColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetHorizontalAlignment \ +static_assert(alignof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(UniformGridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'UniformGridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetRow \ +static_assert(alignof(UniformGridSlot_SetRow) == 0x000004, "Wrong alignment on UniformGridSlot_SetRow"); \ +static_assert(sizeof(UniformGridSlot_SetRow) == 0x000004, "Wrong size on UniformGridSlot_SetRow"); \ +static_assert(offsetof(UniformGridSlot_SetRow, InRow) == 0x000000, "Member 'UniformGridSlot_SetRow::InRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetVerticalAlignment \ +static_assert(alignof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetVerticalAlignment"); \ +static_assert(sizeof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetVerticalAlignment"); \ +static_assert(offsetof(UniformGridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'UniformGridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformGridSlot \ +static_assert(alignof(UUniformGridSlot) == 0x000008, "Wrong alignment on UUniformGridSlot"); \ +static_assert(sizeof(UUniformGridSlot) == 0x000050, "Wrong size on UUniformGridSlot"); \ +static_assert(offsetof(UUniformGridSlot, HorizontalAlignment) == 0x000038, "Member 'UUniformGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, VerticalAlignment) == 0x000039, "Member 'UUniformGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Row) == 0x00003C, "Member 'UUniformGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Column) == 0x000040, "Member 'UUniformGridSlot::Column' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBox_AddChildToVerticalBox \ +static_assert(alignof(VerticalBox_AddChildToVerticalBox) == 0x000008, "Wrong alignment on VerticalBox_AddChildToVerticalBox"); \ +static_assert(sizeof(VerticalBox_AddChildToVerticalBox) == 0x000010, "Wrong size on VerticalBox_AddChildToVerticalBox"); \ +static_assert(offsetof(VerticalBox_AddChildToVerticalBox, Content) == 0x000000, "Member 'VerticalBox_AddChildToVerticalBox::Content' has a wrong offset!"); \ +static_assert(offsetof(VerticalBox_AddChildToVerticalBox, ReturnValue) == 0x000008, "Member 'VerticalBox_AddChildToVerticalBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerticalBox \ +static_assert(alignof(UVerticalBox) == 0x000008, "Wrong alignment on UVerticalBox"); \ +static_assert(sizeof(UVerticalBox) == 0x000130, "Wrong size on UVerticalBox"); \ + +#define DUMPER7_ASSERTS_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) == 0x0003F0, "Wrong size on UWidgetInteractionComponent"); \ +static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x0001F8, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000218, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x00021C, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000220, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x000224, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000228, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000229, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x00022A, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x00022C, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000230, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x000234, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x0002C0, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000348, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000350, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000358, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000360, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x0003E8, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x0003E9, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x0003EA, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnPlatform \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000004, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000008, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnPlatform, ReturnValue) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnViewport \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionScaledByDPI \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, Player) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::Player' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationX) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationX' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationY) == 0x00000C, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationY' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, ReturnValue) == 0x000010, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry \ +static_assert(alignof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportScale \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportScale) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportScale"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportScale) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportScale"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportSize \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportSize) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportSize"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportSize) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportSize"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportWidgetGeometry \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition \ +static_assert(alignof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ +static_assert(sizeof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000020, "Wrong size on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, WorldLocation) == 0x000008, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ScreenPosition) == 0x000014, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, bPlayerViewportRelative) == 0x00001C, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ReturnValue) == 0x00001D, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_RemoveAllWidgets \ +static_assert(alignof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_RemoveAllWidgets"); \ +static_assert(sizeof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong size on WidgetLayoutLibrary_RemoveAllWidgets"); \ +static_assert(offsetof(WidgetLayoutLibrary_RemoveAllWidgets, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_RemoveAllWidgets::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsBorderSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsBorderSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsBorderSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsCanvasSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsGridSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsGridSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsGridSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsHorizontalBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsOverlaySlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSafeBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScaleBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScrollBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSizeBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsUniformGridSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsVerticalBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWrapBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetLayoutLibrary \ +static_assert(alignof(UWidgetLayoutLibrary) == 0x000008, "Wrong alignment on UWidgetLayoutLibrary"); \ +static_assert(sizeof(UWidgetLayoutLibrary) == 0x000028, "Wrong size on UWidgetLayoutLibrary"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidget \ +static_assert(alignof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_SetActiveWidget"); \ +static_assert(sizeof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_SetActiveWidget"); \ +static_assert(offsetof(WidgetSwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidgetIndex \ +static_assert(alignof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_SetActiveWidgetIndex"); \ +static_assert(sizeof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_SetActiveWidgetIndex"); \ +static_assert(offsetof(WidgetSwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidget \ +static_assert(alignof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_GetActiveWidget"); \ +static_assert(sizeof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_GetActiveWidget"); \ +static_assert(offsetof(WidgetSwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidgetIndex \ +static_assert(alignof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_GetActiveWidgetIndex"); \ +static_assert(sizeof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_GetActiveWidgetIndex"); \ +static_assert(offsetof(WidgetSwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetNumWidgets \ +static_assert(alignof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong alignment on WidgetSwitcher_GetNumWidgets"); \ +static_assert(sizeof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong size on WidgetSwitcher_GetNumWidgets"); \ +static_assert(offsetof(WidgetSwitcher_GetNumWidgets, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetNumWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetWidgetAtIndex \ +static_assert(alignof(WidgetSwitcher_GetWidgetAtIndex) == 0x000008, "Wrong alignment on WidgetSwitcher_GetWidgetAtIndex"); \ +static_assert(sizeof(WidgetSwitcher_GetWidgetAtIndex) == 0x000010, "Wrong size on WidgetSwitcher_GetWidgetAtIndex"); \ +static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'WidgetSwitcher_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetSwitcher \ +static_assert(alignof(UWidgetSwitcher) == 0x000008, "Wrong alignment on UWidgetSwitcher"); \ +static_assert(sizeof(UWidgetSwitcher) == 0x000138, "Wrong size on UWidgetSwitcher"); \ +static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000120, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetHorizontalAlignment \ +static_assert(alignof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetPadding \ +static_assert(alignof(WidgetSwitcherSlot_SetPadding) == 0x000004, "Wrong alignment on WidgetSwitcherSlot_SetPadding"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetPadding) == 0x000010, "Wrong size on WidgetSwitcherSlot_SetPadding"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetPadding, InPadding) == 0x000000, "Member 'WidgetSwitcherSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetVerticalAlignment \ +static_assert(alignof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetSwitcherSlot \ +static_assert(alignof(UWidgetSwitcherSlot) == 0x000008, "Wrong alignment on UWidgetSwitcherSlot"); \ +static_assert(sizeof(UWidgetSwitcherSlot) == 0x000058, "Wrong size on UWidgetSwitcherSlot"); \ +static_assert(offsetof(UWidgetSwitcherSlot, Padding) == 0x000040, "Member 'UWidgetSwitcherSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWidgetSwitcherSlot, HorizontalAlignment) == 0x000050, "Member 'UWidgetSwitcherSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWidgetSwitcherSlot, VerticalAlignment) == 0x000051, "Member 'UWidgetSwitcherSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetTree \ +static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ +static_assert(sizeof(UWidgetTree) == 0x000030, "Wrong size on UWidgetTree"); \ +static_assert(offsetof(UWidgetTree, RootWidget) == 0x000028, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetPadding \ +static_assert(alignof(WindowTitleBarArea_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarArea_SetPadding"); \ +static_assert(sizeof(WindowTitleBarArea_SetPadding) == 0x000010, "Wrong size on WindowTitleBarArea_SetPadding"); \ +static_assert(offsetof(WindowTitleBarArea_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarArea_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarArea \ +static_assert(alignof(UWindowTitleBarArea) == 0x000008, "Wrong alignment on UWindowTitleBarArea"); \ +static_assert(sizeof(UWindowTitleBarArea) == 0x000140, "Wrong size on UWindowTitleBarArea"); \ +static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000120, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000121, "Member 'UWindowTitleBarArea::bDoubleClickTogglesFullscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetPadding \ +static_assert(alignof(WindowTitleBarAreaSlot_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetPadding) == 0x000010, "Wrong size on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarAreaSlot \ +static_assert(alignof(UWindowTitleBarAreaSlot) == 0x000008, "Wrong alignment on UWindowTitleBarAreaSlot"); \ +static_assert(sizeof(UWindowTitleBarAreaSlot) == 0x000060, "Wrong size on UWindowTitleBarAreaSlot"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, Padding) == 0x000038, "Member 'UWindowTitleBarAreaSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, HorizontalAlignment) == 0x000048, "Member 'UWindowTitleBarAreaSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, VerticalAlignment) == 0x000049, "Member 'UWindowTitleBarAreaSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_AddChildToWrapBox \ +static_assert(alignof(WrapBox_AddChildToWrapBox) == 0x000008, "Wrong alignment on WrapBox_AddChildToWrapBox"); \ +static_assert(sizeof(WrapBox_AddChildToWrapBox) == 0x000010, "Wrong size on WrapBox_AddChildToWrapBox"); \ +static_assert(offsetof(WrapBox_AddChildToWrapBox, Content) == 0x000000, "Member 'WrapBox_AddChildToWrapBox::Content' has a wrong offset!"); \ +static_assert(offsetof(WrapBox_AddChildToWrapBox, ReturnValue) == 0x000008, "Member 'WrapBox_AddChildToWrapBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_SetInnerSlotPadding \ +static_assert(alignof(WrapBox_SetInnerSlotPadding) == 0x000004, "Wrong alignment on WrapBox_SetInnerSlotPadding"); \ +static_assert(sizeof(WrapBox_SetInnerSlotPadding) == 0x000008, "Wrong size on WrapBox_SetInnerSlotPadding"); \ +static_assert(offsetof(WrapBox_SetInnerSlotPadding, InPadding) == 0x000000, "Member 'WrapBox_SetInnerSlotPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWrapBox \ +static_assert(alignof(UWrapBox) == 0x000008, "Wrong alignment on UWrapBox"); \ +static_assert(sizeof(UWrapBox) == 0x000148, "Wrong size on UWrapBox"); \ +static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000120, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapWidth) == 0x000128, "Member 'UWrapBox::WrapWidth' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapSize) == 0x00012C, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapWidth) == 0x000130, "Member 'UWrapBox::bExplicitWrapWidth' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x000131, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, Orientation) == 0x000132, "Member 'UWrapBox::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetFillEmptySpace \ +static_assert(alignof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong alignment on WrapBoxSlot_SetFillEmptySpace"); \ +static_assert(sizeof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong size on WrapBoxSlot_SetFillEmptySpace"); \ +static_assert(offsetof(WrapBoxSlot_SetFillEmptySpace, InbFillEmptySpace) == 0x000000, "Member 'WrapBoxSlot_SetFillEmptySpace::InbFillEmptySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetFillSpanWhenLessThan \ +static_assert(alignof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong alignment on WrapBoxSlot_SetFillSpanWhenLessThan"); \ +static_assert(sizeof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong size on WrapBoxSlot_SetFillSpanWhenLessThan"); \ +static_assert(offsetof(WrapBoxSlot_SetFillSpanWhenLessThan, InFillSpanWhenLessThan) == 0x000000, "Member 'WrapBoxSlot_SetFillSpanWhenLessThan::InFillSpanWhenLessThan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WrapBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetPadding \ +static_assert(alignof(WrapBoxSlot_SetPadding) == 0x000004, "Wrong alignment on WrapBoxSlot_SetPadding"); \ +static_assert(sizeof(WrapBoxSlot_SetPadding) == 0x000010, "Wrong size on WrapBoxSlot_SetPadding"); \ +static_assert(offsetof(WrapBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'WrapBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetVerticalAlignment \ +static_assert(alignof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WrapBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWrapBoxSlot \ +static_assert(alignof(UWrapBoxSlot) == 0x000008, "Wrong alignment on UWrapBoxSlot"); \ +static_assert(sizeof(UWrapBoxSlot) == 0x000060, "Wrong size on UWrapBoxSlot"); \ +static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000038, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x000048, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x00004C, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x000051, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBurnInSetting \ +static_assert(alignof(UMoviePipelineBurnInSetting) == 0x000008, "Wrong alignment on UMoviePipelineBurnInSetting"); \ +static_assert(sizeof(UMoviePipelineBurnInSetting) == 0x0000A0, "Wrong size on UMoviePipelineBurnInSetting"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInClass) == 0x000048, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000060, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x000090, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstance) == 0x000098, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBurnInWidget_OnOutputFrameStarted \ +static_assert(alignof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong alignment on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ +static_assert(sizeof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong size on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ +static_assert(offsetof(MoviePipelineBurnInWidget_OnOutputFrameStarted, ForPipeline) == 0x000000, "Member 'MoviePipelineBurnInWidget_OnOutputFrameStarted::ForPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBurnInWidget \ +static_assert(alignof(UMoviePipelineBurnInWidget) == 0x000008, "Wrong alignment on UMoviePipelineBurnInWidget"); \ +static_assert(sizeof(UMoviePipelineBurnInWidget) == 0x000260, "Wrong size on UMoviePipelineBurnInWidget"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConsoleVariableSetting \ +static_assert(alignof(UMoviePipelineConsoleVariableSetting) == 0x000008, "Wrong alignment on UMoviePipelineConsoleVariableSetting"); \ +static_assert(sizeof(UMoviePipelineConsoleVariableSetting) == 0x0000C8, "Wrong size on UMoviePipelineConsoleVariableSetting"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariables) == 0x000048, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariables' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, StartConsoleCommands) == 0x000098, "Member 'UMoviePipelineConsoleVariableSetting::StartConsoleCommands' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, EndConsoleCommands) == 0x0000A8, "Member 'UMoviePipelineConsoleVariableSetting::EndConsoleCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineWidgetRenderer \ +static_assert(alignof(UMoviePipelineWidgetRenderer) == 0x000008, "Wrong alignment on UMoviePipelineWidgetRenderer"); \ +static_assert(sizeof(UMoviePipelineWidgetRenderer) == 0x000068, "Wrong size on UMoviePipelineWidgetRenderer"); \ +static_assert(offsetof(UMoviePipelineWidgetRenderer, bCompositeOntoFinalImage) == 0x000048, "Member 'UMoviePipelineWidgetRenderer::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineWidgetRenderer, RenderTarget) == 0x000060, "Member 'UMoviePipelineWidgetRenderer::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_PDSCheck \ +static_assert(alignof(BP_FogBowl_C_PDSCheck) == 0x000008, "Wrong alignment on BP_FogBowl_C_PDSCheck"); \ +static_assert(sizeof(BP_FogBowl_C_PDSCheck) == 0x000010, "Wrong size on BP_FogBowl_C_PDSCheck"); \ +static_assert(offsetof(BP_FogBowl_C_PDSCheck, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000000, "Member 'BP_FogBowl_C_PDSCheck::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_PDSCheck, CallFunc_GetValue_OutValue) == 0x000008, "Member 'BP_FogBowl_C_PDSCheck::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_PDSCheck, CallFunc_GetValue_ReturnValue) == 0x00000C, "Member 'BP_FogBowl_C_PDSCheck::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_PDSCheck, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BP_FogBowl_C_PDSCheck::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_PDSCheck, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_FogBowl_C_PDSCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_PDSCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00000F, "Member 'BP_FogBowl_C_PDSCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_UpdateCustomPrimitiveData \ +static_assert(alignof(BP_FogBowl_C_UpdateCustomPrimitiveData) == 0x000010, "Wrong alignment on BP_FogBowl_C_UpdateCustomPrimitiveData"); \ +static_assert(sizeof(BP_FogBowl_C_UpdateCustomPrimitiveData) == 0x000050, "Wrong size on BP_FogBowl_C_UpdateCustomPrimitiveData"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, NewLocalVar_0) == 0x000000, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_R) == 0x000004, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_G) == 0x000008, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_B) == 0x00000C, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_A) == 0x000010, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, K2Node_MakeStruct_Vector4) == 0x000020, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_R_1) == 0x000030, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_R_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_G_1) == 0x000034, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_G_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_B_1) == 0x000038, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_B_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, CallFunc_BreakColor_A_1) == 0x00003C, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::CallFunc_BreakColor_A_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UpdateCustomPrimitiveData, K2Node_MakeStruct_Vector4_1) == 0x000040, "Member 'BP_FogBowl_C_UpdateCustomPrimitiveData::K2Node_MakeStruct_Vector4_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_UserConstructionScript \ +static_assert(alignof(BP_FogBowl_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FogBowl_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FogBowl_C_UserConstructionScript) == 0x000018, "Wrong size on BP_FogBowl_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FogBowl_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_FogBowl_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UserConstructionScript, CallFunc_NotEqual_NameName_ReturnValue) == 0x000001, "Member 'BP_FogBowl_C_UserConstructionScript::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_FogBowl_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_FogBowl_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_UserConstructionScript, K2Node_Select_Default) == 0x000010, "Member 'BP_FogBowl_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_SetHiddenInGame \ +static_assert(alignof(BP_FogBowl_C_SetHiddenInGame) == 0x000008, "Wrong alignment on BP_FogBowl_C_SetHiddenInGame"); \ +static_assert(sizeof(BP_FogBowl_C_SetHiddenInGame) == 0x000008, "Wrong size on BP_FogBowl_C_SetHiddenInGame"); \ +static_assert(offsetof(BP_FogBowl_C_SetHiddenInGame, Trigger) == 0x000000, "Member 'BP_FogBowl_C_SetHiddenInGame::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_SetHidden \ +static_assert(alignof(BP_FogBowl_C_SetHidden) == 0x000001, "Wrong alignment on BP_FogBowl_C_SetHidden"); \ +static_assert(sizeof(BP_FogBowl_C_SetHidden) == 0x000001, "Wrong size on BP_FogBowl_C_SetHidden"); \ +static_assert(offsetof(BP_FogBowl_C_SetHidden, Hidden) == 0x000000, "Member 'BP_FogBowl_C_SetHidden::Hidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature \ +static_assert(alignof(BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature) == 0x000004, "Wrong alignment on BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature"); \ +static_assert(sizeof(BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature) == 0x000010, "Wrong size on BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature"); \ +static_assert(offsetof(BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature, Context) == 0x000000, "Member 'BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature, KeyName) == 0x000004, "Member 'BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature, Value) == 0x00000C, "Member 'BP_FogBowl_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_2_WatchedValueChanged__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl \ +static_assert(alignof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl) == 0x000008, "Wrong alignment on BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl"); \ +static_assert(sizeof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl) == 0x000030, "Wrong size on BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, EntryPoint) == 0x000000, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, Temp_bool_Variable) == 0x000004, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, Temp_float_Variable) == 0x000008, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, K2Node_Select_Default) == 0x00000C, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, K2Node_CustomEvent_Trigger) == 0x000010, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, K2Node_CustomEvent_Hidden) == 0x000018, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::K2Node_CustomEvent_Hidden' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, K2Node_ComponentBoundEvent_Context) == 0x000020, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::K2Node_ComponentBoundEvent_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, K2Node_ComponentBoundEvent_KeyName) == 0x000024, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::K2Node_ComponentBoundEvent_KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl, K2Node_ComponentBoundEvent_Value) == 0x00002C, "Member 'BP_FogBowl_C_ExecuteUbergraph_BP_FogBowl::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FogBowl_C \ +static_assert(alignof(ABP_FogBowl_C) == 0x000008, "Wrong alignment on ABP_FogBowl_C"); \ +static_assert(sizeof(ABP_FogBowl_C) == 0x000320, "Wrong size on ABP_FogBowl_C"); \ +static_assert(offsetof(ABP_FogBowl_C, UberGraphFrame) == 0x000238, "Member 'ABP_FogBowl_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, PDSWatch) == 0x000240, "Member 'ABP_FogBowl_C::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, TextRender) == 0x000248, "Member 'ABP_FogBowl_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, SaveGame) == 0x000250, "Member 'ABP_FogBowl_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, TriggerNode) == 0x000258, "Member 'ABP_FogBowl_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Fade_Extinction_1BA4A6A441A6D6A979D7B0811DB6C342) == 0x000260, "Member 'ABP_FogBowl_C::Fade_Extinction_1BA4A6A441A6D6A979D7B0811DB6C342' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Fade__Direction_1BA4A6A441A6D6A979D7B0811DB6C342) == 0x000264, "Member 'ABP_FogBowl_C::Fade__Direction_1BA4A6A441A6D6A979D7B0811DB6C342' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Fade) == 0x000268, "Member 'ABP_FogBowl_C::Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, SquareMat) == 0x000270, "Member 'ABP_FogBowl_C::SquareMat' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Preview) == 0x000278, "Member 'ABP_FogBowl_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, IsHidden) == 0x000279, "Member 'ABP_FogBowl_C::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Density) == 0x00027C, "Member 'ABP_FogBowl_C::Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Albedo) == 0x000280, "Member 'ABP_FogBowl_C::Albedo' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, EmissiveAmount) == 0x000290, "Member 'ABP_FogBowl_C::EmissiveAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, TextureTiling) == 0x000294, "Member 'ABP_FogBowl_C::TextureTiling' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, TextureMinDensity) == 0x000298, "Member 'ABP_FogBowl_C::TextureMinDensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, TextureVelocity) == 0x00029C, "Member 'ABP_FogBowl_C::TextureVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, RimHeight) == 0x0002AC, "Member 'ABP_FogBowl_C::RimHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, RimNoiseScale) == 0x0002B0, "Member 'ABP_FogBowl_C::RimNoiseScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, RimNoiseSpeed) == 0x0002B4, "Member 'ABP_FogBowl_C::RimNoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, RimNoiseDepth) == 0x0002B8, "Member 'ABP_FogBowl_C::RimNoiseDepth' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, RimSoftness) == 0x0002BC, "Member 'ABP_FogBowl_C::RimSoftness' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, BowlMaskExp) == 0x0002C0, "Member 'ABP_FogBowl_C::BowlMaskExp' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, BowlInnerRadius) == 0x0002C4, "Member 'ABP_FogBowl_C::BowlInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, Spheroid) == 0x0002C8, "Member 'ABP_FogBowl_C::Spheroid' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, OuterRadius) == 0x0002CC, "Member 'ABP_FogBowl_C::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, OuterExp) == 0x0002D0, "Member 'ABP_FogBowl_C::OuterExp' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, AlbedoB) == 0x0002D4, "Member 'ABP_FogBowl_C::AlbedoB' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, ShadowVector) == 0x0002E4, "Member 'ABP_FogBowl_C::ShadowVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, ShadowOffset) == 0x0002F4, "Member 'ABP_FogBowl_C::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, ShadowIntensity) == 0x0002F8, "Member 'ABP_FogBowl_C::ShadowIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, SpheroidMat) == 0x000300, "Member 'ABP_FogBowl_C::SpheroidMat' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, PDSActivationKey) == 0x000308, "Member 'ABP_FogBowl_C::PDSActivationKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, PDSDeactivationKey) == 0x000310, "Member 'ABP_FogBowl_C::PDSDeactivationKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogBowl_C, PDSActive) == 0x000318, "Member 'ABP_FogBowl_C::PDSActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePostProcessPass \ +static_assert(alignof(FMoviePipelinePostProcessPass) == 0x000008, "Wrong alignment on FMoviePipelinePostProcessPass"); \ +static_assert(sizeof(FMoviePipelinePostProcessPass) == 0x000030, "Wrong size on FMoviePipelinePostProcessPass"); \ +static_assert(offsetof(FMoviePipelinePostProcessPass, bEnabled) == 0x000000, "Member 'FMoviePipelinePostProcessPass::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelinePostProcessPass, Material) == 0x000008, "Member 'FMoviePipelinePostProcessPass::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImagePassBase \ +static_assert(alignof(UMoviePipelineImagePassBase) == 0x000008, "Wrong alignment on UMoviePipelineImagePassBase"); \ +static_assert(sizeof(UMoviePipelineImagePassBase) == 0x0000C8, "Wrong size on UMoviePipelineImagePassBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPassBase \ +static_assert(alignof(UMoviePipelineDeferredPassBase) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPassBase"); \ +static_assert(sizeof(UMoviePipelineDeferredPassBase) == 0x000170, "Wrong size on UMoviePipelineDeferredPassBase"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAccumulatorIncludesAlpha) == 0x0000C8, "Member 'UMoviePipelineDeferredPassBase::bAccumulatorIncludesAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bDisableMultisampleEffects) == 0x0000C9, "Member 'UMoviePipelineDeferredPassBase::bDisableMultisampleEffects' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bUse32BitPostProcessMaterials) == 0x0000CA, "Member 'UMoviePipelineDeferredPassBase::bUse32BitPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, AdditionalPostProcessMaterials) == 0x0000D0, "Member 'UMoviePipelineDeferredPassBase::AdditionalPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAddDefaultLayer) == 0x0000E0, "Member 'UMoviePipelineDeferredPassBase::bAddDefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayers) == 0x0000E8, "Member 'UMoviePipelineDeferredPassBase::StencilLayers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, ActivePostProcessMaterials) == 0x0000F8, "Member 'UMoviePipelineDeferredPassBase::ActivePostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayerMaterial) == 0x000108, "Member 'UMoviePipelineDeferredPassBase::StencilLayerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, TileRenderTargets) == 0x000110, "Member 'UMoviePipelineDeferredPassBase::TileRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_Unlit \ +static_assert(alignof(UMoviePipelineDeferredPass_Unlit) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_Unlit"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_Unlit) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_Unlit"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_DetailLighting \ +static_assert(alignof(UMoviePipelineDeferredPass_DetailLighting) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_DetailLighting"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_DetailLighting) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_DetailLighting"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_LightingOnly \ +static_assert(alignof(UMoviePipelineDeferredPass_LightingOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_LightingOnly"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_LightingOnly) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_LightingOnly"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_ReflectionsOnly \ +static_assert(alignof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_ReflectionsOnly"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_ReflectionsOnly"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_PathTracer \ +static_assert(alignof(UMoviePipelineDeferredPass_PathTracer) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_PathTracer"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_PathTracer) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_PathTracer"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutputBase \ +static_assert(alignof(UMoviePipelineImageSequenceOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutputBase"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutputBase) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutputBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_EXR \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_EXR) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_EXR"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_EXR) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_EXR"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, Compression) == 0x000068, "Member 'UMoviePipelineImageSequenceOutput_EXR::Compression' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, bMultilayer) == 0x000069, "Member 'UMoviePipelineImageSequenceOutput_EXR::bMultilayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_BMP \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_BMP) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_BMP"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_BMP) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_BMP"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_PNG \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_PNG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_PNG"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_PNG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_PNG"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_JPG \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_JPG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_JPG"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_JPG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_JPG"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineWaveOutput \ +static_assert(alignof(UMoviePipelineWaveOutput) == 0x000008, "Wrong alignment on UMoviePipelineWaveOutput"); \ +static_assert(sizeof(UMoviePipelineWaveOutput) == 0x0000B8, "Wrong size on UMoviePipelineWaveOutput"); \ +static_assert(offsetof(UMoviePipelineWaveOutput, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineWaveOutput::FileNameFormatOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorLayer \ +static_assert(alignof(FActorLayer) == 0x000004, "Wrong alignment on FActorLayer"); \ +static_assert(sizeof(FActorLayer) == 0x000008, "Wrong size on FActorLayer"); \ +static_assert(offsetof(FActorLayer, Name) == 0x000000, "Member 'FActorLayer::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayersBlueprintLibrary_AddActorToLayer \ +static_assert(alignof(LayersBlueprintLibrary_AddActorToLayer) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_AddActorToLayer"); \ +static_assert(sizeof(LayersBlueprintLibrary_AddActorToLayer) == 0x000010, "Wrong size on LayersBlueprintLibrary_AddActorToLayer"); \ +static_assert(offsetof(LayersBlueprintLibrary_AddActorToLayer, InActor) == 0x000000, "Member 'LayersBlueprintLibrary_AddActorToLayer::InActor' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_AddActorToLayer, Layer) == 0x000008, "Member 'LayersBlueprintLibrary_AddActorToLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayersBlueprintLibrary_GetActors \ +static_assert(alignof(LayersBlueprintLibrary_GetActors) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_GetActors"); \ +static_assert(sizeof(LayersBlueprintLibrary_GetActors) == 0x000020, "Wrong size on LayersBlueprintLibrary_GetActors"); \ +static_assert(offsetof(LayersBlueprintLibrary_GetActors, WorldContextObject) == 0x000000, "Member 'LayersBlueprintLibrary_GetActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_GetActors, ActorLayer) == 0x000008, "Member 'LayersBlueprintLibrary_GetActors::ActorLayer' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_GetActors, ReturnValue) == 0x000010, "Member 'LayersBlueprintLibrary_GetActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayersBlueprintLibrary_RemoveActorFromLayer \ +static_assert(alignof(LayersBlueprintLibrary_RemoveActorFromLayer) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_RemoveActorFromLayer"); \ +static_assert(sizeof(LayersBlueprintLibrary_RemoveActorFromLayer) == 0x000010, "Wrong size on LayersBlueprintLibrary_RemoveActorFromLayer"); \ +static_assert(offsetof(LayersBlueprintLibrary_RemoveActorFromLayer, InActor) == 0x000000, "Member 'LayersBlueprintLibrary_RemoveActorFromLayer::InActor' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_RemoveActorFromLayer, Layer) == 0x000008, "Member 'LayersBlueprintLibrary_RemoveActorFromLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULayersBlueprintLibrary \ +static_assert(alignof(ULayersBlueprintLibrary) == 0x000008, "Wrong alignment on ULayersBlueprintLibrary"); \ +static_assert(sizeof(ULayersBlueprintLibrary) == 0x000028, "Wrong size on ULayersBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FOpenColorIOColorSpace \ +static_assert(alignof(FOpenColorIOColorSpace) == 0x000008, "Wrong alignment on FOpenColorIOColorSpace"); \ +static_assert(sizeof(FOpenColorIOColorSpace) == 0x000028, "Wrong size on FOpenColorIOColorSpace"); \ +static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceName) == 0x000000, "Member 'FOpenColorIOColorSpace::ColorSpaceName' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceIndex) == 0x000010, "Member 'FOpenColorIOColorSpace::ColorSpaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorSpace, FamilyName) == 0x000018, "Member 'FOpenColorIOColorSpace::FamilyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIOColorConversionSettings \ +static_assert(alignof(FOpenColorIOColorConversionSettings) == 0x000008, "Wrong alignment on FOpenColorIOColorConversionSettings"); \ +static_assert(sizeof(FOpenColorIOColorConversionSettings) == 0x000058, "Wrong size on FOpenColorIOColorConversionSettings"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, ConfigurationSource) == 0x000000, "Member 'FOpenColorIOColorConversionSettings::ConfigurationSource' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, SourceColorSpace) == 0x000008, "Member 'FOpenColorIOColorConversionSettings::SourceColorSpace' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, DestinationColorSpace) == 0x000030, "Member 'FOpenColorIOColorConversionSettings::DestinationColorSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIODisplayConfiguration \ +static_assert(alignof(FOpenColorIODisplayConfiguration) == 0x000008, "Wrong alignment on FOpenColorIODisplayConfiguration"); \ +static_assert(sizeof(FOpenColorIODisplayConfiguration) == 0x000060, "Wrong size on FOpenColorIODisplayConfiguration"); \ +static_assert(offsetof(FOpenColorIODisplayConfiguration, bIsEnabled) == 0x000000, "Member 'FOpenColorIODisplayConfiguration::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIODisplayConfiguration, ColorConfiguration) == 0x000008, "Member 'FOpenColorIODisplayConfiguration::ColorConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform \ +static_assert(alignof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000008, "Wrong alignment on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(sizeof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000078, "Wrong size on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, WorldContextObject) == 0x000000, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ConversionSettings) == 0x000008, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ConversionSettings' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, InputTexture) == 0x000060, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::InputTexture' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, OutputRenderTarget) == 0x000068, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::OutputRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ReturnValue) == 0x000070, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOBlueprintLibrary \ +static_assert(alignof(UOpenColorIOBlueprintLibrary) == 0x000008, "Wrong alignment on UOpenColorIOBlueprintLibrary"); \ +static_assert(sizeof(UOpenColorIOBlueprintLibrary) == 0x000028, "Wrong size on UOpenColorIOBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOColorTransform \ +static_assert(alignof(UOpenColorIOColorTransform) == 0x000008, "Wrong alignment on UOpenColorIOColorTransform"); \ +static_assert(sizeof(UOpenColorIOColorTransform) == 0x000098, "Wrong size on UOpenColorIOColorTransform"); \ +static_assert(offsetof(UOpenColorIOColorTransform, ConfigurationOwner) == 0x000028, "Member 'UOpenColorIOColorTransform::ConfigurationOwner' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, SourceColorSpace) == 0x000030, "Member 'UOpenColorIOColorTransform::SourceColorSpace' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, DestinationColorSpace) == 0x000040, "Member 'UOpenColorIOColorTransform::DestinationColorSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOConfiguration \ +static_assert(alignof(UOpenColorIOConfiguration) == 0x000008, "Wrong alignment on UOpenColorIOConfiguration"); \ +static_assert(sizeof(UOpenColorIOConfiguration) == 0x000080, "Wrong size on UOpenColorIOConfiguration"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ConfigurationFile) == 0x000028, "Member 'UOpenColorIOConfiguration::ConfigurationFile' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, DesiredColorSpaces) == 0x000038, "Member 'UOpenColorIOConfiguration::DesiredColorSpaces' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ColorTransforms) == 0x000048, "Member 'UOpenColorIOConfiguration::ColorTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x0000C0, "Wrong size on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::InDisplayConfiguration' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, IsActiveFunction) == 0x000060, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::IsActiveFunction' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, ReturnValue) == 0x0000B0, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000060, "Wrong size on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration::InDisplayConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000050, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction, IsActiveFunction) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction::IsActiveFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000010, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions, IsActiveFunctions) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions::IsActiveFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIODisplayExtensionWrapper \ +static_assert(alignof(UOpenColorIODisplayExtensionWrapper) == 0x000008, "Wrong alignment on UOpenColorIODisplayExtensionWrapper"); \ +static_assert(sizeof(UOpenColorIODisplayExtensionWrapper) == 0x000038, "Wrong size on UOpenColorIODisplayExtensionWrapper"); \ + +#define DUMPER7_ASSERTS_FSequencerBindingProxy \ +static_assert(alignof(FSequencerBindingProxy) == 0x000008, "Wrong alignment on FSequencerBindingProxy"); \ +static_assert(sizeof(FSequencerBindingProxy) == 0x000018, "Wrong size on FSequencerBindingProxy"); \ +static_assert(offsetof(FSequencerBindingProxy, BindingID) == 0x000000, "Member 'FSequencerBindingProxy::BindingID' has a wrong offset!"); \ +static_assert(offsetof(FSequencerBindingProxy, Sequence) == 0x000010, "Member 'FSequencerBindingProxy::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequencerScriptingRange \ +static_assert(alignof(FSequencerScriptingRange) == 0x000004, "Wrong alignment on FSequencerScriptingRange"); \ +static_assert(sizeof(FSequencerScriptingRange) == 0x000014, "Wrong size on FSequencerScriptingRange"); \ +static_assert(offsetof(FSequencerScriptingRange, InclusiveStart) == 0x000004, "Member 'FSequencerScriptingRange::InclusiveStart' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, ExclusiveEnd) == 0x000008, "Member 'FSequencerScriptingRange::ExclusiveEnd' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, InternalRate) == 0x00000C, "Member 'FSequencerScriptingRange::InternalRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_AddTrack \ +static_assert(alignof(MovieSceneBindingExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_AddTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_AddTrack) == 0x000028, "Wrong size on MovieSceneBindingExtensions_AddTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_AddTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_AddTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByExactType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetChildPossessables \ +static_assert(alignof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetChildPossessables::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetChildPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetId \ +static_assert(alignof(MovieSceneBindingExtensions_GetId) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetId"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetId) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetId"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetId::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetName \ +static_assert(alignof(MovieSceneBindingExtensions_GetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetObjectTemplate \ +static_assert(alignof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetParent \ +static_assert(alignof(MovieSceneBindingExtensions_GetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetPossessedObjectClass \ +static_assert(alignof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetTracks \ +static_assert(alignof(MovieSceneBindingExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetTracks) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetTracks::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_IsValid \ +static_assert(alignof(MovieSceneBindingExtensions_IsValid) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_IsValid"); \ +static_assert(sizeof(MovieSceneBindingExtensions_IsValid) == 0x000020, "Wrong size on MovieSceneBindingExtensions_IsValid"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_IsValid::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_MoveBindingContents \ +static_assert(alignof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(sizeof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000030, "Wrong size on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, SourceBindingId) == 0x000000, "Member 'MovieSceneBindingExtensions_MoveBindingContents::SourceBindingId' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, DestinationBindingId) == 0x000018, "Member 'MovieSceneBindingExtensions_MoveBindingContents::DestinationBindingId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_Remove \ +static_assert(alignof(MovieSceneBindingExtensions_Remove) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_Remove"); \ +static_assert(sizeof(MovieSceneBindingExtensions_Remove) == 0x000018, "Wrong size on MovieSceneBindingExtensions_Remove"); \ +static_assert(offsetof(MovieSceneBindingExtensions_Remove, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_Remove::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_RemoveTrack \ +static_assert(alignof(MovieSceneBindingExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_RemoveTrack) == 0x000020, "Wrong size on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_RemoveTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, TrackToRemove) == 0x000018, "Member 'MovieSceneBindingExtensions_RemoveTrack::TrackToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InDisplayName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetName \ +static_assert(alignof(MovieSceneBindingExtensions_SetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetParent \ +static_assert(alignof(MovieSceneBindingExtensions_SetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InParentBinding) == 0x000018, "Member 'MovieSceneBindingExtensions_SetParent::InParentBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ +static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ +static_assert(sizeof(UMovieSceneBindingExtensions) == 0x000028, "Wrong size on UMovieSceneBindingExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventRepeaterSection \ +static_assert(alignof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventTriggerSection \ +static_assert(alignof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTrackExtensions \ +static_assert(alignof(UMovieSceneEventTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneEventTrackExtensions"); \ +static_assert(sizeof(UMovieSceneEventTrackExtensions) == 0x000028, "Wrong size on UMovieSceneEventTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildFolder \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildFolder"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildFolder"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildFolder::TargetFolder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, FolderToAdd) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildFolder::FolderToAdd' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildMasterTrack \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildMasterTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildMasterTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::InMasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildFolders \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildFolders) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildFolders) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildFolders::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildFolders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildMasterTracks \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildMasterTracks"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildMasterTracks"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildObjectBindings \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderColor::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderName) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderName::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildFolder \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildFolder"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildFolder"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::TargetFolder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, FolderToRemove) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::FolderToRemove' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildMasterTrack \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::InMasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderColor::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, InFolderColor) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderColor::InFolderColor' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, ReturnValue) == 0x00000C, "Member 'MovieSceneFolderExtensions_SetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderName::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, InFolderName) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderName::InFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_SetFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFolderExtensions \ +static_assert(alignof(UMovieSceneFolderExtensions) == 0x000008, "Wrong alignment on UMovieSceneFolderExtensions"); \ +static_assert(sizeof(UMovieSceneFolderExtensions) == 0x000028, "Wrong size on UMovieSceneFolderExtensions"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetObjectPropertyClass \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyName \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyName"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyName"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyPath \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetUniqueTrackName \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetObjectPropertyClass \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, PropertyClass) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetPropertyNameAndPath \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000020, "Wrong size on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyName) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyName' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyPath) == 0x000010, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrackExtensions \ +static_assert(alignof(UMovieScenePropertyTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePropertyTrackExtensions"); \ +static_assert(sizeof(UMovieScenePropertyTrackExtensions) == 0x000028, "Wrong size on UMovieScenePropertyTrackExtensions"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingKey \ +static_assert(alignof(UMovieSceneScriptingKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingKey"); \ +static_assert(sizeof(UMovieSceneScriptingKey) == 0x000040, "Wrong size on UMovieSceneScriptingKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetTime \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetValue \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetTime \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetValue \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceKey \ +static_assert(alignof(UMovieSceneScriptingActorReferenceKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceKey"); \ +static_assert(sizeof(UMovieSceneScriptingActorReferenceKey) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingChannel \ +static_assert(alignof(UMovieSceneScriptingChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingChannel"); \ +static_assert(sizeof(UMovieSceneScriptingChannel) == 0x000030, "Wrong size on UMovieSceneScriptingChannel"); \ +static_assert(offsetof(UMovieSceneScriptingChannel, ChannelName) == 0x000028, "Member 'UMovieSceneScriptingChannel::ChannelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000030, "Wrong size on MovieSceneScriptingActorReferenceChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, SubFrame) == 0x00001C, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, TimeUnit) == 0x000020, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, ReturnValue) == 0x000028, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceChannel \ +static_assert(alignof(UMovieSceneScriptingActorReferenceChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceChannel"); \ +static_assert(sizeof(UMovieSceneScriptingActorReferenceChannel) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetTime \ +static_assert(alignof(MovieSceneScriptingBoolKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingBoolKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingBoolKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetValue \ +static_assert(alignof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetTime \ +static_assert(alignof(MovieSceneScriptingBoolKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingBoolKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetValue \ +static_assert(alignof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingBoolKey \ +static_assert(alignof(UMovieSceneScriptingBoolKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolKey"); \ +static_assert(sizeof(UMovieSceneScriptingBoolKey) == 0x000060, "Wrong size on UMovieSceneScriptingBoolKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingBoolChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingBoolChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingBoolChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingBoolChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingBoolChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingBoolChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingBoolChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingBoolChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingBoolChannel \ +static_assert(alignof(UMovieSceneScriptingBoolChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolChannel"); \ +static_assert(sizeof(UMovieSceneScriptingBoolChannel) == 0x000060, "Wrong size on UMovieSceneScriptingBoolChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetTime \ +static_assert(alignof(MovieSceneScriptingByteKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingByteKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingByteKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetValue \ +static_assert(alignof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetTime \ +static_assert(alignof(MovieSceneScriptingByteKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingByteKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetValue \ +static_assert(alignof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingByteKey \ +static_assert(alignof(UMovieSceneScriptingByteKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteKey"); \ +static_assert(sizeof(UMovieSceneScriptingByteKey) == 0x000060, "Wrong size on UMovieSceneScriptingByteKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingByteChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingByteChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingByteChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingByteChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingByteChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingByteChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingByteChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingByteChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingByteChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingByteChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingByteChannel \ +static_assert(alignof(UMovieSceneScriptingByteChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteChannel"); \ +static_assert(sizeof(UMovieSceneScriptingByteChannel) == 0x000060, "Wrong size on UMovieSceneScriptingByteChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetTime \ +static_assert(alignof(MovieSceneScriptingEventKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingEventKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingEventKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetValue \ +static_assert(alignof(MovieSceneScriptingEventKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_SetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetTime \ +static_assert(alignof(MovieSceneScriptingEventKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingEventKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetValue \ +static_assert(alignof(MovieSceneScriptingEventKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_GetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventKey \ +static_assert(alignof(UMovieSceneScriptingEventKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventKey"); \ +static_assert(sizeof(UMovieSceneScriptingEventKey) == 0x000060, "Wrong size on UMovieSceneScriptingEventKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingEventChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_AddKey) == 0x000040, "Wrong size on MovieSceneScriptingEventChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingEventChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingEventChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, SubFrame) == 0x000030, "Member 'MovieSceneScriptingEventChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, TimeUnit) == 0x000034, "Member 'MovieSceneScriptingEventChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, ReturnValue) == 0x000038, "Member 'MovieSceneScriptingEventChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingEventChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingEventChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingEventChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingEventChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventChannel \ +static_assert(alignof(UMovieSceneScriptingEventChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventChannel"); \ +static_assert(sizeof(UMovieSceneScriptingEventChannel) == 0x000060, "Wrong size on UMovieSceneScriptingEventChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTime \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingFloatKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingFloatKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetValue \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTime \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingFloatKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetValue \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingFloatKey \ +static_assert(alignof(UMovieSceneScriptingFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingFloatKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingFloatChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingFloatChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingFloatChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingFloatChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingFloatChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingFloatChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingFloatChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingFloatChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingFloatChannel \ +static_assert(alignof(UMovieSceneScriptingFloatChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatChannel"); \ +static_assert(sizeof(UMovieSceneScriptingFloatChannel) == 0x000060, "Wrong size on UMovieSceneScriptingFloatChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetTime \ +static_assert(alignof(MovieSceneScriptingIntegerKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingIntegerKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetValue \ +static_assert(alignof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetTime \ +static_assert(alignof(MovieSceneScriptingIntegerKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetValue \ +static_assert(alignof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerKey \ +static_assert(alignof(UMovieSceneScriptingIntegerKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerKey"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerKey) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingIntegerChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingIntegerChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingIntegerChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingIntegerChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingIntegerChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerChannel \ +static_assert(alignof(UMovieSceneScriptingIntegerChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerChannel"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerChannel) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetTime \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingObjectPathKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetValue \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetTime \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetValue \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathKey \ +static_assert(alignof(UMovieSceneScriptingObjectPathKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathKey"); \ +static_assert(sizeof(UMovieSceneScriptingObjectPathKey) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingObjectPathChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingObjectPathChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathChannel \ +static_assert(alignof(UMovieSceneScriptingObjectPathChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathChannel"); \ +static_assert(sizeof(UMovieSceneScriptingObjectPathChannel) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetTime \ +static_assert(alignof(MovieSceneScriptingStringKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingStringKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingStringKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetValue \ +static_assert(alignof(MovieSceneScriptingStringKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_SetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetTime \ +static_assert(alignof(MovieSceneScriptingStringKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingStringKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetValue \ +static_assert(alignof(MovieSceneScriptingStringKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_GetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingStringKey \ +static_assert(alignof(UMovieSceneScriptingStringKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringKey"); \ +static_assert(sizeof(UMovieSceneScriptingStringKey) == 0x000060, "Wrong size on UMovieSceneScriptingStringKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingStringChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_AddKey) == 0x000028, "Wrong size on MovieSceneScriptingStringChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingStringChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingStringChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, SubFrame) == 0x000018, "Member 'MovieSceneScriptingStringChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, TimeUnit) == 0x00001C, "Member 'MovieSceneScriptingStringChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingStringChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingStringChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingStringChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_SetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingStringChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingStringChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingStringChannel \ +static_assert(alignof(UMovieSceneScriptingStringChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringChannel"); \ +static_assert(sizeof(UMovieSceneScriptingStringChannel) == 0x000060, "Wrong size on UMovieSceneScriptingStringChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_FindChannelsByType \ +static_assert(alignof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_FindChannelsByType"); \ +static_assert(sizeof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_FindChannelsByType"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_FindChannelsByType::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ChannelType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannels \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannels"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannels"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannels::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetParentSequenceFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, InFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::InFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ParentSequence) == 0x000010, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ParentSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ReturnValue) == 0x000018, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_HasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_HasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_HasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_HasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, EndFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrame::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameBounded \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameBounded"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameBounded"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::bIsBounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, EndTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRange \ +static_assert(alignof(MovieSceneSectionExtensions_SetRange) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRange"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetRange) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRange"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRange::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, EndFrame) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRange::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRangeSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRangeSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRangeSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, EndTime) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrame::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameBounded \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameBounded"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameBounded"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::bIsBounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSectionExtensions \ +static_assert(alignof(UMovieSceneSectionExtensions) == 0x000008, "Wrong alignment on UMovieSceneSectionExtensions"); \ +static_assert(sizeof(UMovieSceneSectionExtensions) == 0x000028, "Wrong size on UMovieSceneSectionExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::InMarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMasterTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMasterTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddMasterTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddPossessable \ +static_assert(alignof(MovieSceneSequenceExtensions_AddPossessable) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddPossessable) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddPossessable::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ObjectToPossess) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddPossessable::ObjectToPossess' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddPossessable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddRootFolderToSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, NewFolderName) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::NewFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromClass \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ClassToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ClassToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromInstance \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ObjectToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ObjectToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, DeleteIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::DeleteIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingById \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingById) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingById) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingById::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, BindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingById::BindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingByName \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Name_0) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, ReturnValue) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByLabel \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, InLabel) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByExactType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::bForward' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindingID) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_GetBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindings \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindings) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindings) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindings::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetClockSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMasterTracks \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMasterTracks"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMasterTracks"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMovieScene \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMovieScene::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMovieScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackRange \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPortableBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, DestinationSequence) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::DestinationSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, InBinding) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPossessables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPossessables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPossessables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPossessables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetRootFoldersInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetSpawnables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetSpawnables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetSpawnables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTickResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTimecodeSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTimecodeSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetTimecodeSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsReadOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_LocateBoundObjects \ +static_assert(alignof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Context) == 0x000020, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Context' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_MakeBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, Space) == 0x000020, "Member 'MovieSceneSequenceExtensions_MakeBindingID::Space' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, ReturnValue) == 0x000024, "Member 'MovieSceneSequenceExtensions_MakeBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRange \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRange) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRangeSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveMasterTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, MasterTrack) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::MasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_ResolveBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, InObjectBindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::InObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_SetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InClockSource) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetClockSource::InClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, DisplayRate) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::DisplayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InEvaluationType) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InEvaluationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InMarkIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InFrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, EndFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, EndTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, bInReadOnly) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetReadOnly::bInReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolution::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolutionDirectly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SortMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SortMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SortMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceExtensions \ +static_assert(alignof(UMovieSceneSequenceExtensions) == 0x000008, "Wrong alignment on UMovieSceneSequenceExtensions"); \ +static_assert(sizeof(UMovieSceneSequenceExtensions) == 0x000028, "Wrong size on UMovieSceneSequenceExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_AddSection \ +static_assert(alignof(MovieSceneTrackExtensions_AddSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_AddSection"); \ +static_assert(sizeof(MovieSceneTrackExtensions_AddSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_AddSection"); \ +static_assert(offsetof(MovieSceneTrackExtensions_AddSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_AddSection::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_AddSection, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_AddSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetColorTint \ +static_assert(alignof(MovieSceneTrackExtensions_GetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetColorTint"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetColorTint"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetColorTint::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetColorTint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSections \ +static_assert(alignof(MovieSceneTrackExtensions_GetSections) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSections"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSections) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetSections"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSections::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSectionToKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_RemoveSection \ +static_assert(alignof(MovieSceneTrackExtensions_RemoveSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_RemoveSection"); \ +static_assert(sizeof(MovieSceneTrackExtensions_RemoveSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_RemoveSection"); \ +static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_RemoveSection::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_RemoveSection::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetColorTint \ +static_assert(alignof(MovieSceneTrackExtensions_SetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetColorTint"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetColorTint"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetColorTint::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, ColorTint) == 0x000008, "Member 'MovieSceneTrackExtensions_SetColorTint::ColorTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetDisplayName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, SortingOrder) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackExtensions \ +static_assert(alignof(UMovieSceneTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneTrackExtensions"); \ +static_assert(sizeof(UMovieSceneTrackExtensions) == 0x000028, "Wrong size on UMovieSceneTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_GetNumChannelsUsed \ +static_assert(alignof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_SetNumChannelsUsed \ +static_assert(alignof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVectorTrackExtensions \ +static_assert(alignof(UMovieSceneVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneVectorTrackExtensions"); \ +static_assert(sizeof(UMovieSceneVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneVectorTrackExtensions"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasEnd \ +static_assert(alignof(SequencerScriptingRangeExtensions_HasEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasEnd"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_HasEnd) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasEnd"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasEnd::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasStart \ +static_assert(alignof(SequencerScriptingRangeExtensions_HasStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasStart"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_HasStart) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasStart"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasStart::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveEnd \ +static_assert(alignof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveEnd"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveEnd"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveEnd::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveStart \ +static_assert(alignof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveStart"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveStart"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveStart::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerScriptingRangeExtensions \ +static_assert(alignof(USequencerScriptingRangeExtensions) == 0x000008, "Wrong alignment on USequencerScriptingRangeExtensions"); \ +static_assert(sizeof(USequencerScriptingRangeExtensions) == 0x000028, "Wrong size on USequencerScriptingRangeExtensions"); \ + +#define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ +static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ +static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ +static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ +static_assert(sizeof(FTemplateSectionPropertyScale) == 0x0000C8, "Wrong size on FTemplateSectionPropertyScale"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, ObjectBinding) == 0x000000, "Member 'FTemplateSectionPropertyScale::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, PropertyBinding) == 0x000010, "Member 'FTemplateSectionPropertyScale::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, PropertyScaleType) == 0x000024, "Member 'FTemplateSectionPropertyScale::PropertyScaleType' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, FloatChannel) == 0x000028, "Member 'FTemplateSectionPropertyScale::FloatChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequence \ +static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ +static_assert(sizeof(UTemplateSequence) == 0x000108, "Wrong size on UTemplateSequence"); \ +static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000060, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000068, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundPreviewActor) == 0x000090, "Member 'UTemplateSequence::BoundPreviewActor' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x0000B8, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UCameraAnimationSequence \ +static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ +static_assert(sizeof(UCameraAnimationSequence) == 0x000108, "Wrong size on UCameraAnimationSequence"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakeCameraStandIn \ +static_assert(alignof(USequenceCameraShakeCameraStandIn) == 0x000010, "Wrong alignment on USequenceCameraShakeCameraStandIn"); \ +static_assert(sizeof(USequenceCameraShakeCameraStandIn) == 0x000670, "Wrong size on USequenceCameraShakeCameraStandIn"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, FieldOfView) == 0x000030, "Member 'USequenceCameraShakeCameraStandIn::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, AspectRatio) == 0x000038, "Member 'USequenceCameraShakeCameraStandIn::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessSettings) == 0x000040, "Member 'USequenceCameraShakeCameraStandIn::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessBlendWeight) == 0x0005A0, "Member 'USequenceCameraShakeCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, Filmback) == 0x0005A4, "Member 'USequenceCameraShakeCameraStandIn::Filmback' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, LensSettings) == 0x0005B0, "Member 'USequenceCameraShakeCameraStandIn::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, FocusSettings) == 0x0005C8, "Member 'USequenceCameraShakeCameraStandIn::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocalLength) == 0x000620, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentAperture) == 0x000624, "Member 'USequenceCameraShakeCameraStandIn::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocusDistance) == 0x000628, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakePattern \ +static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ +static_assert(sizeof(USequenceCameraShakePattern) == 0x000058, "Wrong size on USequenceCameraShakePattern"); \ +static_assert(offsetof(USequenceCameraShakePattern, Sequence) == 0x000028, "Member 'USequenceCameraShakePattern::Sequence' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, PlayRate) == 0x000030, "Member 'USequenceCameraShakePattern::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Scale) == 0x000034, "Member 'USequenceCameraShakePattern::Scale' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendInTime) == 0x000038, "Member 'USequenceCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendOutTime) == 0x00003C, "Member 'USequenceCameraShakePattern::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, RandomSegmentDuration) == 0x000040, "Member 'USequenceCameraShakePattern::RandomSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, bRandomSegment) == 0x000044, "Member 'USequenceCameraShakePattern::bRandomSegment' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Player) == 0x000048, "Member 'USequenceCameraShakePattern::Player' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, CameraStandIn) == 0x000050, "Member 'USequenceCameraShakePattern::CameraStandIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakeSequencePlayer \ +static_assert(alignof(USequenceCameraShakeSequencePlayer) == 0x000008, "Wrong alignment on USequenceCameraShakeSequencePlayer"); \ +static_assert(sizeof(USequenceCameraShakeSequencePlayer) == 0x000428, "Wrong size on USequenceCameraShakeSequencePlayer"); \ +static_assert(offsetof(USequenceCameraShakeSequencePlayer, BoundObjectOverride) == 0x0002D0, "Member 'USequenceCameraShakeSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeSequencePlayer, Sequence) == 0x0002D8, "Member 'USequenceCameraShakeSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeSequencePlayer, RootTemplateInstance) == 0x0002E0, "Member 'USequenceCameraShakeSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetBinding \ +static_assert(alignof(TemplateSequenceActor_SetBinding) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetBinding"); \ +static_assert(sizeof(TemplateSequenceActor_SetBinding) == 0x000010, "Wrong size on TemplateSequenceActor_SetBinding"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, Actor) == 0x000000, "Member 'TemplateSequenceActor_SetBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, bOverridesDefault) == 0x000008, "Member 'TemplateSequenceActor_SetBinding::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetSequence \ +static_assert(alignof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_SetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'TemplateSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequence \ +static_assert(alignof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequencePlayer \ +static_assert(alignof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_LoadSequence \ +static_assert(alignof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_LoadSequence"); \ +static_assert(sizeof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong size on TemplateSequenceActor_LoadSequence"); \ +static_assert(offsetof(TemplateSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATemplateSequenceActor \ +static_assert(alignof(ATemplateSequenceActor) == 0x000008, "Wrong alignment on ATemplateSequenceActor"); \ +static_assert(sizeof(ATemplateSequenceActor) == 0x000280, "Wrong size on ATemplateSequenceActor"); \ +static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000238, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x000250, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x000258, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x000270, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequencePlayer_CreateTemplateSequencePlayer \ +static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePlayer \ +static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ +static_assert(sizeof(UTemplateSequencePlayer) == 0x0004F0, "Wrong size on UTemplateSequencePlayer"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSystem \ +static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ +static_assert(sizeof(UTemplateSequenceSystem) == 0x0000B0, "Wrong size on UTemplateSequenceSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingInstantiatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingInstantiatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000098, "Wrong size on UTemplateSequencePropertyScalingInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingEvaluatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingEvaluatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000090, "Wrong size on UTemplateSequencePropertyScalingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceTrack \ +static_assert(alignof(UTemplateSequenceTrack) == 0x000008, "Wrong alignment on UTemplateSequenceTrack"); \ +static_assert(sizeof(UTemplateSequenceTrack) == 0x0000A0, "Wrong size on UTemplateSequenceTrack"); \ + +#define DUMPER7_ASSERTS_FImgPath \ +static_assert(alignof(FImgPath) == 0x000008, "Wrong alignment on FImgPath"); \ +static_assert(sizeof(FImgPath) == 0x000010, "Wrong size on FImgPath"); \ +static_assert(offsetof(FImgPath, FilePath) == 0x000000, "Member 'FImgPath::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeatMapperSettings \ +static_assert(alignof(FHeatMapperSettings) == 0x000008, "Wrong alignment on FHeatMapperSettings"); \ +static_assert(sizeof(FHeatMapperSettings) == 0x000090, "Wrong size on FHeatMapperSettings"); \ +static_assert(offsetof(FHeatMapperSettings, TrackingInterval) == 0x000000, "Member 'FHeatMapperSettings::TrackingInterval' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, TrackWeights) == 0x000008, "Member 'FHeatMapperSettings::TrackWeights' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, FlipXY) == 0x000018, "Member 'FHeatMapperSettings::FlipXY' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, UseFixedBounds) == 0x000019, "Member 'FHeatMapperSettings::UseFixedBounds' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, FixedBoundsActor) == 0x000020, "Member 'FHeatMapperSettings::FixedBoundsActor' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, EnableBucketing) == 0x000048, "Member 'FHeatMapperSettings::EnableBucketing' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, BucketSize) == 0x00004C, "Member 'FHeatMapperSettings::BucketSize' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, OutputResolutionWidth) == 0x000050, "Member 'FHeatMapperSettings::OutputResolutionWidth' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, KernelPath) == 0x000058, "Member 'FHeatMapperSettings::KernelPath' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, KernelSize) == 0x000068, "Member 'FHeatMapperSettings::KernelSize' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, OverrideNormalizeRange) == 0x00006C, "Member 'FHeatMapperSettings::OverrideNormalizeRange' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, NormalizeRange) == 0x000070, "Member 'FHeatMapperSettings::NormalizeRange' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, LUTPath) == 0x000078, "Member 'FHeatMapperSettings::LUTPath' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, CombineOperation) == 0x000088, "Member 'FHeatMapperSettings::CombineOperation' has a wrong offset!"); \ +static_assert(offsetof(FHeatMapperSettings, ProcessOnEndPlay) == 0x00008C, "Member 'FHeatMapperSettings::ProcessOnEndPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeatMapperSettingsObject \ +static_assert(alignof(UHeatMapperSettingsObject) == 0x000008, "Wrong alignment on UHeatMapperSettingsObject"); \ +static_assert(sizeof(UHeatMapperSettingsObject) == 0x0000B8, "Wrong size on UHeatMapperSettingsObject"); \ +static_assert(offsetof(UHeatMapperSettingsObject, Settings) == 0x000028, "Member 'UHeatMapperSettingsObject::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeatMapperTrackerComponent \ +static_assert(alignof(UHeatMapperTrackerComponent) == 0x000008, "Wrong alignment on UHeatMapperTrackerComponent"); \ +static_assert(sizeof(UHeatMapperTrackerComponent) == 0x000170, "Wrong size on UHeatMapperTrackerComponent"); \ +static_assert(offsetof(UHeatMapperTrackerComponent, WeightsToTrack) == 0x0000B0, "Member 'UHeatMapperTrackerComponent::WeightsToTrack' has a wrong offset!"); \ +static_assert(offsetof(UHeatMapperTrackerComponent, Weights) == 0x0000B8, "Member 'UHeatMapperTrackerComponent::Weights' has a wrong offset!"); \ +static_assert(offsetof(UHeatMapperTrackerComponent, AccruedWeights) == 0x000108, "Member 'UHeatMapperTrackerComponent::AccruedWeights' has a wrong offset!"); \ +static_assert(offsetof(UHeatMapperTrackerComponent, EnumToWeight) == 0x000158, "Member 'UHeatMapperTrackerComponent::EnumToWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHeatMapperTrackerManager \ +static_assert(alignof(AHeatMapperTrackerManager) == 0x000008, "Wrong alignment on AHeatMapperTrackerManager"); \ +static_assert(sizeof(AHeatMapperTrackerManager) == 0x000380, "Wrong size on AHeatMapperTrackerManager"); \ +static_assert(offsetof(AHeatMapperTrackerManager, Settings) == 0x000228, "Member 'AHeatMapperTrackerManager::Settings' has a wrong offset!"); \ +static_assert(offsetof(AHeatMapperTrackerManager, IsTrackingEnabled) == 0x0002B8, "Member 'AHeatMapperTrackerManager::IsTrackingEnabled' has a wrong offset!"); \ +static_assert(offsetof(AHeatMapperTrackerManager, CSVPath) == 0x000310, "Member 'AHeatMapperTrackerManager::CSVPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_UpdateEnvironment \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_UpdateEnvironment) == 0x000008, "Wrong alignment on BP_Explosion_SpiritPulse_C_UpdateEnvironment"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_UpdateEnvironment) == 0x000038, "Wrong size on BP_Explosion_SpiritPulse_C_UpdateEnvironment"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_GetGlobalPulseManager_ReturnValue) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_GetGlobalPulseManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_GetPulseCollectionQueue_ReturnValue) == 0x000008, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_GetPulseCollectionQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x00001C, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000020, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_BreakVector_X) == 0x00002C, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_UpdateEnvironment, CallFunc_BreakVector_Z) == 0x000034, "Member 'BP_Explosion_SpiritPulse_C_UpdateEnvironment::CallFunc_BreakVector_Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_ShouldPreventDamage \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_ShouldPreventDamage) == 0x000008, "Wrong alignment on BP_Explosion_SpiritPulse_C_ShouldPreventDamage"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_ShouldPreventDamage) == 0x0000F0, "Wrong size on BP_Explosion_SpiritPulse_C_ShouldPreventDamage"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ShouldPreventDamage, DamageParams) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_ShouldPreventDamage::DamageParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ShouldPreventDamage, OtherActor) == 0x0000E0, "Member 'BP_Explosion_SpiritPulse_C_ShouldPreventDamage::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ShouldPreventDamage, ReturnValue) == 0x0000E8, "Member 'BP_Explosion_SpiritPulse_C_ShouldPreventDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ShouldPreventDamage, CallFunc_DamagePreventionCheck_ReturnValue) == 0x0000E9, "Member 'BP_Explosion_SpiritPulse_C_ShouldPreventDamage::CallFunc_DamagePreventionCheck_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_GetPower \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_GetPower) == 0x000004, "Wrong alignment on BP_Explosion_SpiritPulse_C_GetPower"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_GetPower) == 0x00000C, "Wrong size on BP_Explosion_SpiritPulse_C_GetPower"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_GetPower, Value) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_GetPower::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_GetPower, CallFunc_Map_Find_Value) == 0x000004, "Member 'BP_Explosion_SpiritPulse_C_GetPower::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_GetPower, CallFunc_Map_Find_ReturnValue) == 0x000008, "Member 'BP_Explosion_SpiritPulse_C_GetPower::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_GetExpansionPercent \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_GetExpansionPercent) == 0x000004, "Wrong alignment on BP_Explosion_SpiritPulse_C_GetExpansionPercent"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_GetExpansionPercent) == 0x00000C, "Wrong size on BP_Explosion_SpiritPulse_C_GetExpansionPercent"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_GetExpansionPercent, ReturnValue) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_GetExpansionPercent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_GetExpansionPercent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_Explosion_SpiritPulse_C_GetExpansionPercent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_GetExpansionPercent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_Explosion_SpiritPulse_C_GetExpansionPercent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'BP_Explosion_SpiritPulse_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_ReceiveTick \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Explosion_SpiritPulse_C_ReceiveTick"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_ReceiveTick) == 0x000004, "Wrong size on BP_Explosion_SpiritPulse_C_ReceiveTick"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse \ +static_assert(alignof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse) == 0x000008, "Wrong alignment on BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse) == 0x0002B0, "Wrong size on BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, EntryPoint) == 0x000000, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetMinDamagingDistanceFromCenter_ReturnValue) == 0x000014, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetMinDamagingDistanceFromCenter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetTimeSeconds_ReturnValue) == 0x00001C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00002C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000038, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000040, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_MakeStruct_WindEffect) == 0x000048, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetGlobalPulseManager_ReturnValue) == 0x000068, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetGlobalPulseManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetPulseCollectionQueue_ReturnValue) == 0x000070, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetPulseCollectionQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_FMin_ReturnValue) == 0x000078, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00007C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_ComponentBoundEvent_DamageResult) == 0x000088, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_ComponentBoundEvent_DamageEvent) == 0x000090, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_ComponentBoundEvent_OtherActor) == 0x0001A0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_DynamicCast_AsMochi_Interactive_Foliage) == 0x0001A8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_DynamicCast_AsMochi_Interactive_Foliage' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetMaterial_ReturnValue) == 0x0001B8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetComponentByClass_ReturnValue) == 0x0001C0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001C8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_EvaluateCurve_ReturnValue) == 0x0001D0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, Temp_int_Loop_Counter_Variable) == 0x0001D4, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001D8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Add_IntInt_ReturnValue) == 0x0001DC, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_Event_OtherActor) == 0x0001E0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetGlobalPulseManager_ReturnValue_1) == 0x0001E8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetGlobalPulseManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_DynamicCast_AsMochi_Pickup) == 0x0001F0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_DynamicCast_AsMochi_Pickup' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetPulseCollectionQueue_ReturnValue_1) == 0x000200, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetPulseCollectionQueue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetDistanceTo_ReturnValue) == 0x000208, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_AllocateNext_ReturnValue) == 0x00020C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_AllocateNext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000210, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000218, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000220, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_HandlePickedUp_ReturnValue) == 0x000228, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_HandlePickedUp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_IsValid_ReturnValue) == 0x000229, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000230, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_IsValid_ReturnValue_1) == 0x000238, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Array_Get_Item) == 0x000240, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Array_Length_ReturnValue) == 0x000248, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00024C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Less_IntInt_ReturnValue) == 0x000258, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Set_Contains_ReturnValue) == 0x000259, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Not_PreBool_ReturnValue) == 0x00025A, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, Temp_bool_Variable) == 0x00025B, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00025C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000268, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000274, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_VSizeSquared_ReturnValue) == 0x000278, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Square_ReturnValue) == 0x00027C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Less_FloatFloat_ReturnValue) == 0x000280, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_BooleanAND_ReturnValue) == 0x000281, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetGlobalPulseManager_ReturnValue_2) == 0x000288, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetGlobalPulseManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetPulseCollectionQueue_ReturnValue_2) == 0x000290, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetPulseCollectionQueue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000298, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetScaledSphereRadius_ReturnValue_1) == 0x00029C, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetScaledSphereRadius_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_Select_Default) == 0x0002A0, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, K2Node_Event_DeltaSeconds) == 0x0002A4, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_GetScaledSphereRadius_ReturnValue_2) == 0x0002A8, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_GetScaledSphereRadius_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse, CallFunc_FMin_ReturnValue_1) == 0x0002AC, "Member 'BP_Explosion_SpiritPulse_C_ExecuteUbergraph_BP_Explosion_SpiritPulse::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_SpiritPulse_C \ +static_assert(alignof(ABP_Explosion_SpiritPulse_C) == 0x000008, "Wrong alignment on ABP_Explosion_SpiritPulse_C"); \ +static_assert(sizeof(ABP_Explosion_SpiritPulse_C) == 0x000520, "Wrong size on ABP_Explosion_SpiritPulse_C"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, UberGraphFrame_BP_Explosion_SpiritPulse_C) == 0x0003E0, "Member 'ABP_Explosion_SpiritPulse_C::UberGraphFrame_BP_Explosion_SpiritPulse_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, MochiWaterInteractor) == 0x0003E8, "Member 'ABP_Explosion_SpiritPulse_C::MochiWaterInteractor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, FoliageInteraction) == 0x0003F0, "Member 'ABP_Explosion_SpiritPulse_C::FoliageInteraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, PostExplodeTimeline_ScanRadiusFactor_92D53AC34CB6F5918EA4AD9EC881A391) == 0x0003F8, "Member 'ABP_Explosion_SpiritPulse_C::PostExplodeTimeline_ScanRadiusFactor_92D53AC34CB6F5918EA4AD9EC881A391' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, PostExplodeTimeline_PulseIntensity_92D53AC34CB6F5918EA4AD9EC881A391) == 0x0003FC, "Member 'ABP_Explosion_SpiritPulse_C::PostExplodeTimeline_PulseIntensity_92D53AC34CB6F5918EA4AD9EC881A391' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, PostExplodeTimeline__Direction_92D53AC34CB6F5918EA4AD9EC881A391) == 0x000400, "Member 'ABP_Explosion_SpiritPulse_C::PostExplodeTimeline__Direction_92D53AC34CB6F5918EA4AD9EC881A391' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, PostExplodeTimeline) == 0x000408, "Member 'ABP_Explosion_SpiritPulse_C::PostExplodeTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, MaterialInstance) == 0x000410, "Member 'ABP_Explosion_SpiritPulse_C::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, MaxFoliageInteractionRadius) == 0x000418, "Member 'ABP_Explosion_SpiritPulse_C::MaxFoliageInteractionRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, FoliageImpulse) == 0x00041C, "Member 'ABP_Explosion_SpiritPulse_C::FoliageImpulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, CollectionIndex) == 0x000420, "Member 'ABP_Explosion_SpiritPulse_C::CollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, PulseIntensity) == 0x000424, "Member 'ABP_Explosion_SpiritPulse_C::PulseIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, IsDecayed) == 0x000428, "Member 'ABP_Explosion_SpiritPulse_C::IsDecayed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, FadeOutDuration) == 0x00042C, "Member 'ABP_Explosion_SpiritPulse_C::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, PulseEffectTween) == 0x000430, "Member 'ABP_Explosion_SpiritPulse_C::PulseEffectTween' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, OverlappedRot) == 0x000438, "Member 'ABP_Explosion_SpiritPulse_C::OverlappedRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, GatherPickUpsOnOverlap) == 0x000488, "Member 'ABP_Explosion_SpiritPulse_C::GatherPickUpsOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, ScanRadius) == 0x00048C, "Member 'ABP_Explosion_SpiritPulse_C::ScanRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, Opacity) == 0x000490, "Member 'ABP_Explosion_SpiritPulse_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_C, ExplodePercentToOpacity) == 0x000498, "Member 'ABP_Explosion_SpiritPulse_C::ExplodePercentToOpacity' 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_FBlueprintSessionResult \ +static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ +static_assert(sizeof(FBlueprintSessionResult) == 0x000108, "Wrong size on FBlueprintSessionResult"); \ + +#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_FInAppPurchaseReceiptInfo2 \ +static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo2"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo2::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ +static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ +static_assert(sizeof(FOnlineProxyStoreOffer) == 0x000110, "Wrong size on FOnlineProxyStoreOffer"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, OfferId) == 0x000000, "Member 'FOnlineProxyStoreOffer::OfferId' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Title) == 0x000010, "Member 'FOnlineProxyStoreOffer::Title' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Description) == 0x000028, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000040, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000070, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000078, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000090, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000098, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x0000A8, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x0000B0, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x0000B8, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x0000C0, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FPartyBeaconCrossplayPlatformMapping \ +static_assert(alignof(FPartyBeaconCrossplayPlatformMapping) == 0x000008, "Wrong alignment on FPartyBeaconCrossplayPlatformMapping"); \ +static_assert(sizeof(FPartyBeaconCrossplayPlatformMapping) == 0x000020, "Wrong size on FPartyBeaconCrossplayPlatformMapping"); \ +static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformName) == 0x000000, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformType) == 0x000010, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyReservation \ +static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ +static_assert(sizeof(FPartyReservation) == 0x000050, "Wrong size on FPartyReservation"); \ +static_assert(offsetof(FPartyReservation, TeamNum) == 0x000000, "Member 'FPartyReservation::TeamNum' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, PartyLeader) == 0x000008, "Member 'FPartyReservation::PartyLeader' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, PartyMembers) == 0x000030, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000040, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpectatorReservation \ +static_assert(alignof(FSpectatorReservation) == 0x000008, "Wrong alignment on FSpectatorReservation"); \ +static_assert(sizeof(FSpectatorReservation) == 0x000078, "Wrong size on FSpectatorReservation"); \ +static_assert(offsetof(FSpectatorReservation, SpectatorId) == 0x000000, "Member 'FSpectatorReservation::SpectatorId' has a wrong offset!"); \ +static_assert(offsetof(FSpectatorReservation, Spectator) == 0x000028, "Member 'FSpectatorReservation::Spectator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EndTurnCallbackProxy_EndTurn \ +static_assert(alignof(EndTurnCallbackProxy_EndTurn) == 0x000008, "Wrong alignment on EndTurnCallbackProxy_EndTurn"); \ +static_assert(sizeof(EndTurnCallbackProxy_EndTurn) == 0x000038, "Wrong size on EndTurnCallbackProxy_EndTurn"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, WorldContextObject) == 0x000000, "Member 'EndTurnCallbackProxy_EndTurn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, PlayerController) == 0x000008, "Member 'EndTurnCallbackProxy_EndTurn::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, MatchID) == 0x000010, "Member 'EndTurnCallbackProxy_EndTurn::MatchID' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, TurnBasedMatchInterface) == 0x000020, "Member 'EndTurnCallbackProxy_EndTurn::TurnBasedMatchInterface' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, ReturnValue) == 0x000030, "Member 'EndTurnCallbackProxy_EndTurn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndTurnCallbackProxy \ +static_assert(alignof(UEndTurnCallbackProxy) == 0x000008, "Wrong alignment on UEndTurnCallbackProxy"); \ +static_assert(sizeof(UEndTurnCallbackProxy) == 0x000078, "Wrong size on UEndTurnCallbackProxy"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000040, "Member 'UEndTurnCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementDescription \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000070, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, Title) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::Title' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, LockedDescription) == 0x000038, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000068, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000020, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, Progress) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementBlueprintLibrary \ +static_assert(alignof(UAchievementBlueprintLibrary) == 0x000008, "Wrong alignment on UAchievementBlueprintLibrary"); \ +static_assert(sizeof(UAchievementBlueprintLibrary) == 0x000028, "Wrong size on UAchievementBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievementDescriptions \ +static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ +static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievements \ +static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievements"); \ +static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievements"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievements::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievements::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementQueryCallbackProxy \ +static_assert(alignof(UAchievementQueryCallbackProxy) == 0x000008, "Wrong alignment on UAchievementQueryCallbackProxy"); \ +static_assert(sizeof(UAchievementQueryCallbackProxy) == 0x000068, "Wrong size on UAchievementQueryCallbackProxy"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementWriteCallbackProxy_WriteAchievementProgress \ +static_assert(alignof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000008, "Wrong alignment on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ +static_assert(sizeof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000028, "Wrong size on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, AchievementName) == 0x000010, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::AchievementName' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, Progress) == 0x000018, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, UserTag) == 0x00001C, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::UserTag' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, ReturnValue) == 0x000020, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementWriteCallbackProxy \ +static_assert(alignof(UAchievementWriteCallbackProxy) == 0x000008, "Wrong alignment on UAchievementWriteCallbackProxy"); \ +static_assert(sizeof(UAchievementWriteCallbackProxy) == 0x000080, "Wrong size on UAchievementWriteCallbackProxy"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementWriteCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementWriteCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConnectionCallbackProxy_ConnectToService \ +static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ +static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConnectionCallbackProxy \ +static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ +static_assert(sizeof(UConnectionCallbackProxy) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ +static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ +static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ +static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ +static_assert(sizeof(UCreateSessionCallbackProxy) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestroySessionCallbackProxy_DestroySession \ +static_assert(alignof(DestroySessionCallbackProxy_DestroySession) == 0x000008, "Wrong alignment on DestroySessionCallbackProxy_DestroySession"); \ +static_assert(sizeof(DestroySessionCallbackProxy_DestroySession) == 0x000018, "Wrong size on DestroySessionCallbackProxy_DestroySession"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, WorldContextObject) == 0x000000, "Member 'DestroySessionCallbackProxy_DestroySession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, PlayerController) == 0x000008, "Member 'DestroySessionCallbackProxy_DestroySession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, ReturnValue) == 0x000010, "Member 'DestroySessionCallbackProxy_DestroySession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestroySessionCallbackProxy \ +static_assert(alignof(UDestroySessionCallbackProxy) == 0x000008, "Wrong alignment on UDestroySessionCallbackProxy"); \ +static_assert(sizeof(UDestroySessionCallbackProxy) == 0x000078, "Wrong size on UDestroySessionCallbackProxy"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000040, "Member 'UDestroySessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ +static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ +static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ +static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ +static_assert(sizeof(UEndMatchCallbackProxy) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl \ +static_assert(alignof(UOnlineEngineInterfaceImpl) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl"); \ +static_assert(sizeof(UOnlineEngineInterfaceImpl) == 0x000120, "Wrong size on UOnlineEngineInterfaceImpl"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl, VoiceSubsystemNameOverride) == 0x000028, "Member 'UOnlineEngineInterfaceImpl::VoiceSubsystemNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_FindSessions \ +static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ +static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ +static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000118, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ +static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ +static_assert(sizeof(UFindSessionsCallbackProxy) == 0x000090, "Wrong size on UFindSessionsCallbackProxy"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch \ +static_assert(alignof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000008, "Wrong alignment on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ +static_assert(sizeof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000038, "Wrong size on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, WorldContextObject) == 0x000000, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerController) == 0x000008, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MatchActor) == 0x000010, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MatchActor' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MinPlayers) == 0x000020, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MaxPlayers) == 0x000024, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerGroup) == 0x000028, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerGroup' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ShowExistingMatches) == 0x00002C, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ShowExistingMatches' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ReturnValue) == 0x000030, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindTurnBasedMatchCallbackProxy \ +static_assert(alignof(UFindTurnBasedMatchCallbackProxy) == 0x000008, "Wrong alignment on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(sizeof(UFindTurnBasedMatchCallbackProxy) == 0x000088, "Wrong size on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindTurnBasedMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UFindTurnBasedMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy \ +static_assert(alignof(UInAppPurchaseCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy) == 0x000080, "Wrong size on UInAppPurchaseCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy2) == 0x0000A8, "Wrong size on UInAppPurchaseCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseQueryCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy2) == 0x000068, "Wrong size on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore \ +static_assert(alignof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(sizeof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy \ +static_assert(alignof(UInAppPurchaseRestoreCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseRestoreCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseRestoreCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseRestoreCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore \ +static_assert(alignof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(sizeof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseRestoreCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy2) == 0x0000A8, "Wrong size on UInAppPurchaseRestoreCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseRestoreCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseRestoreCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpConnection \ +static_assert(alignof(UIpConnection) == 0x000008, "Wrong alignment on UIpConnection"); \ +static_assert(sizeof(UIpConnection) == 0x001C48, "Wrong size on UIpConnection"); \ +static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001BF8, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpNetDriver \ +static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ +static_assert(sizeof(UIpNetDriver) == 0x0007D0, "Wrong size on UIpNetDriver"); \ +static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x000764, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x000774, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x000778, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x00077C, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x000780, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x000788, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x000790, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x000794, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JoinSessionCallbackProxy_JoinSession \ +static_assert(alignof(JoinSessionCallbackProxy_JoinSession) == 0x000008, "Wrong alignment on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(sizeof(JoinSessionCallbackProxy_JoinSession) == 0x000120, "Wrong size on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, WorldContextObject) == 0x000000, "Member 'JoinSessionCallbackProxy_JoinSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, PlayerController) == 0x000008, "Member 'JoinSessionCallbackProxy_JoinSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, SearchResult) == 0x000010, "Member 'JoinSessionCallbackProxy_JoinSession::SearchResult' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, ReturnValue) == 0x000118, "Member 'JoinSessionCallbackProxy_JoinSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJoinSessionCallbackProxy \ +static_assert(alignof(UJoinSessionCallbackProxy) == 0x000008, "Wrong alignment on UJoinSessionCallbackProxy"); \ +static_assert(sizeof(UJoinSessionCallbackProxy) == 0x000180, "Wrong size on UJoinSessionCallbackProxy"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UJoinSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UJoinSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LeaderboardBlueprintLibrary_WriteLeaderboardInteger \ +static_assert(alignof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger) == 0x000008, "Wrong alignment on LeaderboardBlueprintLibrary_WriteLeaderboardInteger"); \ +static_assert(sizeof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger) == 0x000018, "Wrong size on LeaderboardBlueprintLibrary_WriteLeaderboardInteger"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, PlayerController) == 0x000000, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, StatName) == 0x000008, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, StatValue) == 0x000010, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatValue' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, ReturnValue) == 0x000014, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardBlueprintLibrary \ +static_assert(alignof(ULeaderboardBlueprintLibrary) == 0x000008, "Wrong alignment on ULeaderboardBlueprintLibrary"); \ +static_assert(sizeof(ULeaderboardBlueprintLibrary) == 0x000028, "Wrong size on ULeaderboardBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush \ +static_assert(alignof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush) == 0x000008, "Wrong alignment on LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush"); \ +static_assert(sizeof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush) == 0x000018, "Wrong size on LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush"); \ +static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, PlayerController) == 0x000000, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, SessionName) == 0x000008, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::SessionName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, ReturnValue) == 0x000010, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardFlushCallbackProxy \ +static_assert(alignof(ULeaderboardFlushCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardFlushCallbackProxy"); \ +static_assert(sizeof(ULeaderboardFlushCallbackProxy) == 0x000068, "Wrong size on ULeaderboardFlushCallbackProxy"); \ +static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnSuccess) == 0x000028, "Member 'ULeaderboardFlushCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnFailure) == 0x000038, "Member 'ULeaderboardFlushCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery \ +static_assert(alignof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery) == 0x000008, "Wrong alignment on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ +static_assert(sizeof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery) == 0x000018, "Wrong size on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, PlayerController) == 0x000000, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, StatName) == 0x000008, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::StatName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, ReturnValue) == 0x000010, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardQueryCallbackProxy \ +static_assert(alignof(ULeaderboardQueryCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardQueryCallbackProxy"); \ +static_assert(sizeof(ULeaderboardQueryCallbackProxy) == 0x000098, "Wrong size on ULeaderboardQueryCallbackProxy"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'ULeaderboardQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnFailure) == 0x000038, "Member 'ULeaderboardQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LogoutCallbackProxy_Logout \ +static_assert(alignof(LogoutCallbackProxy_Logout) == 0x000008, "Wrong alignment on LogoutCallbackProxy_Logout"); \ +static_assert(sizeof(LogoutCallbackProxy_Logout) == 0x000018, "Wrong size on LogoutCallbackProxy_Logout"); \ +static_assert(offsetof(LogoutCallbackProxy_Logout, WorldContextObject) == 0x000000, "Member 'LogoutCallbackProxy_Logout::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LogoutCallbackProxy_Logout, PlayerController) == 0x000008, "Member 'LogoutCallbackProxy_Logout::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LogoutCallbackProxy_Logout, ReturnValue) == 0x000010, "Member 'LogoutCallbackProxy_Logout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULogoutCallbackProxy \ +static_assert(alignof(ULogoutCallbackProxy) == 0x000008, "Wrong alignment on ULogoutCallbackProxy"); \ +static_assert(sizeof(ULogoutCallbackProxy) == 0x000068, "Wrong size on ULogoutCallbackProxy"); \ +static_assert(offsetof(ULogoutCallbackProxy, OnSuccess) == 0x000030, "Member 'ULogoutCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULogoutCallbackProxy, OnFailure) == 0x000040, "Member 'ULogoutCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeacon \ +static_assert(alignof(AOnlineBeacon) == 0x000008, "Wrong alignment on AOnlineBeacon"); \ +static_assert(sizeof(AOnlineBeacon) == 0x000258, "Wrong size on AOnlineBeacon"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000230, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x000234, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x000238, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconClient \ +static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ +static_assert(sizeof(AOnlineBeaconClient) == 0x0002B8, "Wrong size on AOnlineBeaconClient"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x000258, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x000260, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x000268, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHost \ +static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ +static_assert(sizeof(AOnlineBeaconHost) == 0x000310, "Wrong size on AOnlineBeaconHost"); \ +static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x000258, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000260, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ +static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ +static_assert(sizeof(AOnlineBeaconHostObject) == 0x000250, "Wrong size on AOnlineBeaconHostObject"); \ +static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000228, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x000238, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x000240, "Member 'AOnlineBeaconHostObject::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl2 \ +static_assert(alignof(UOnlineEngineInterfaceImpl2) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl2"); \ +static_assert(sizeof(UOnlineEngineInterfaceImpl2) == 0x000188, "Wrong size on UOnlineEngineInterfaceImpl2"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, MappedUniqueNetIdTypes) == 0x000028, "Member 'UOnlineEngineInterfaceImpl2::MappedUniqueNetIdTypes' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, CompatibleUniqueNetIdTypes) == 0x000078, "Member 'UOnlineEngineInterfaceImpl2::CompatibleUniqueNetIdTypes' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, VoiceSubsystemNameOverride) == 0x000088, "Member 'UOnlineEngineInterfaceImpl2::VoiceSubsystemNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlinePIESettings \ +static_assert(alignof(UOnlinePIESettings) == 0x000008, "Wrong alignment on UOnlinePIESettings"); \ +static_assert(sizeof(UOnlinePIESettings) == 0x000050, "Wrong size on UOnlinePIESettings"); \ +static_assert(offsetof(UOnlinePIESettings, bOnlinePIEEnabled) == 0x000038, "Member 'UOnlinePIESettings::bOnlinePIEEnabled' has a wrong offset!"); \ +static_assert(offsetof(UOnlinePIESettings, Logins) == 0x000040, "Member 'UOnlinePIESettings::Logins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineSessionClient \ +static_assert(alignof(UOnlineSessionClient) == 0x000008, "Wrong alignment on UOnlineSessionClient"); \ +static_assert(sizeof(UOnlineSessionClient) == 0x0001C8, "Wrong size on UOnlineSessionClient"); \ +static_assert(offsetof(UOnlineSessionClient, bIsFromInvite) == 0x0001C0, "Member 'UOnlineSessionClient::bIsFromInvite' has a wrong offset!"); \ +static_assert(offsetof(UOnlineSessionClient, bHandlingDisconnect) == 0x0001C1, "Member 'UOnlineSessionClient::bHandlingDisconnect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ClientCancelReservationResponse \ +static_assert(alignof(PartyBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong alignment on PartyBeaconClient_ClientCancelReservationResponse"); \ +static_assert(sizeof(PartyBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong size on PartyBeaconClient_ClientCancelReservationResponse"); \ +static_assert(offsetof(PartyBeaconClient_ClientCancelReservationResponse, ReservationResponse) == 0x000000, "Member 'PartyBeaconClient_ClientCancelReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ClientReservationResponse \ +static_assert(alignof(PartyBeaconClient_ClientReservationResponse) == 0x000001, "Wrong alignment on PartyBeaconClient_ClientReservationResponse"); \ +static_assert(sizeof(PartyBeaconClient_ClientReservationResponse) == 0x000001, "Wrong size on PartyBeaconClient_ClientReservationResponse"); \ +static_assert(offsetof(PartyBeaconClient_ClientReservationResponse, ReservationResponse) == 0x000000, "Member 'PartyBeaconClient_ClientReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ClientSendReservationUpdates \ +static_assert(alignof(PartyBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong alignment on PartyBeaconClient_ClientSendReservationUpdates"); \ +static_assert(sizeof(PartyBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong size on PartyBeaconClient_ClientSendReservationUpdates"); \ +static_assert(offsetof(PartyBeaconClient_ClientSendReservationUpdates, NumRemainingReservations) == 0x000000, "Member 'PartyBeaconClient_ClientSendReservationUpdates::NumRemainingReservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerAddOrUpdateReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerAddOrUpdateReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerAddOrUpdateReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerAddOrUpdateReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerAddOrUpdateReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerAddOrUpdateReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerAddOrUpdateReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerAddOrUpdateReservationRequest, Reservation) == 0x000010, "Member 'PartyBeaconClient_ServerAddOrUpdateReservationRequest::Reservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerCancelReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerCancelReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerCancelReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerCancelReservationRequest) == 0x000028, "Wrong size on PartyBeaconClient_ServerCancelReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerCancelReservationRequest, PartyLeader) == 0x000000, "Member 'PartyBeaconClient_ServerCancelReservationRequest::PartyLeader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerRemoveMemberFromReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerRemoveMemberFromReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerRemoveMemberFromReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerRemoveMemberFromReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest, ReservationUpdate) == 0x000010, "Member 'PartyBeaconClient_ServerRemoveMemberFromReservationRequest::ReservationUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerReservationRequest, Reservation) == 0x000010, "Member 'PartyBeaconClient_ServerReservationRequest::Reservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerUpdateReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerUpdateReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerUpdateReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerUpdateReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerUpdateReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerUpdateReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerUpdateReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerUpdateReservationRequest, ReservationUpdate) == 0x000010, "Member 'PartyBeaconClient_ServerUpdateReservationRequest::ReservationUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconClient \ +static_assert(alignof(APartyBeaconClient) == 0x000008, "Wrong alignment on APartyBeaconClient"); \ +static_assert(sizeof(APartyBeaconClient) == 0x000378, "Wrong size on APartyBeaconClient"); \ +static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x0002E8, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x0002F8, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, RequestType) == 0x000348, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x000349, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x00034A, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconHost \ +static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ +static_assert(sizeof(APartyBeaconHost) == 0x0002C8, "Wrong size on APartyBeaconHost"); \ +static_assert(offsetof(APartyBeaconHost, State) == 0x000250, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x0002B8, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x0002BC, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x0002C0, "Member 'APartyBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartyBeaconState \ +static_assert(alignof(UPartyBeaconState) == 0x000008, "Wrong alignment on UPartyBeaconState"); \ +static_assert(sizeof(UPartyBeaconState) == 0x0000A0, "Wrong size on UPartyBeaconState"); \ +static_assert(offsetof(UPartyBeaconState, SessionName) == 0x000028, "Member 'UPartyBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumConsumedReservations) == 0x000030, "Member 'UPartyBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, MaxReservations) == 0x000034, "Member 'UPartyBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumTeams) == 0x000038, "Member 'UPartyBeaconState::NumTeams' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumPlayersPerTeam) == 0x00003C, "Member 'UPartyBeaconState::NumPlayersPerTeam' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, TeamAssignmentMethod) == 0x000040, "Member 'UPartyBeaconState::TeamAssignmentMethod' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ReservedHostTeamNum) == 0x000048, "Member 'UPartyBeaconState::ReservedHostTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ForceTeamNum) == 0x00004C, "Member 'UPartyBeaconState::ForceTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bRestrictCrossConsole) == 0x000050, "Member 'UPartyBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformCrossplayRestrictions) == 0x000058, "Member 'UPartyBeaconState::PlatformCrossplayRestrictions' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformTypeMapping) == 0x000068, "Member 'UPartyBeaconState::PlatformTypeMapping' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bEnableRemovalRequests) == 0x000078, "Member 'UPartyBeaconState::bEnableRemovalRequests' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, Reservations) == 0x000080, "Member 'UPartyBeaconState::Reservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuitMatchCallbackProxy_QuitMatch \ +static_assert(alignof(QuitMatchCallbackProxy_QuitMatch) == 0x000008, "Wrong alignment on QuitMatchCallbackProxy_QuitMatch"); \ +static_assert(sizeof(QuitMatchCallbackProxy_QuitMatch) == 0x000030, "Wrong size on QuitMatchCallbackProxy_QuitMatch"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, WorldContextObject) == 0x000000, "Member 'QuitMatchCallbackProxy_QuitMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, PlayerController) == 0x000008, "Member 'QuitMatchCallbackProxy_QuitMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, MatchID) == 0x000010, "Member 'QuitMatchCallbackProxy_QuitMatch::MatchID' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, Outcome) == 0x000020, "Member 'QuitMatchCallbackProxy_QuitMatch::Outcome' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, TurnTimeoutInSeconds) == 0x000024, "Member 'QuitMatchCallbackProxy_QuitMatch::TurnTimeoutInSeconds' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, ReturnValue) == 0x000028, "Member 'QuitMatchCallbackProxy_QuitMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuitMatchCallbackProxy \ +static_assert(alignof(UQuitMatchCallbackProxy) == 0x000008, "Wrong alignment on UQuitMatchCallbackProxy"); \ +static_assert(sizeof(UQuitMatchCallbackProxy) == 0x000078, "Wrong size on UQuitMatchCallbackProxy"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UQuitMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UQuitMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShowLoginUICallbackProxy_ShowExternalLoginUI \ +static_assert(alignof(ShowLoginUICallbackProxy_ShowExternalLoginUI) == 0x000008, "Wrong alignment on ShowLoginUICallbackProxy_ShowExternalLoginUI"); \ +static_assert(sizeof(ShowLoginUICallbackProxy_ShowExternalLoginUI) == 0x000018, "Wrong size on ShowLoginUICallbackProxy_ShowExternalLoginUI"); \ +static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, WorldContextObject) == 0x000000, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, InPlayerController) == 0x000008, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::InPlayerController' has a wrong offset!"); \ +static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, ReturnValue) == 0x000010, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShowLoginUICallbackProxy \ +static_assert(alignof(UShowLoginUICallbackProxy) == 0x000008, "Wrong alignment on UShowLoginUICallbackProxy"); \ +static_assert(sizeof(UShowLoginUICallbackProxy) == 0x000060, "Wrong size on UShowLoginUICallbackProxy"); \ +static_assert(offsetof(UShowLoginUICallbackProxy, OnSuccess) == 0x000030, "Member 'UShowLoginUICallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UShowLoginUICallbackProxy, OnFailure) == 0x000040, "Member 'UShowLoginUICallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientCancelReservationResponse \ +static_assert(alignof(SpectatorBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong alignment on SpectatorBeaconClient_ClientCancelReservationResponse"); \ +static_assert(sizeof(SpectatorBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong size on SpectatorBeaconClient_ClientCancelReservationResponse"); \ +static_assert(offsetof(SpectatorBeaconClient_ClientCancelReservationResponse, ReservationResponse) == 0x000000, "Member 'SpectatorBeaconClient_ClientCancelReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientReservationResponse \ +static_assert(alignof(SpectatorBeaconClient_ClientReservationResponse) == 0x000001, "Wrong alignment on SpectatorBeaconClient_ClientReservationResponse"); \ +static_assert(sizeof(SpectatorBeaconClient_ClientReservationResponse) == 0x000001, "Wrong size on SpectatorBeaconClient_ClientReservationResponse"); \ +static_assert(offsetof(SpectatorBeaconClient_ClientReservationResponse, ReservationResponse) == 0x000000, "Member 'SpectatorBeaconClient_ClientReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientSendReservationUpdates \ +static_assert(alignof(SpectatorBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong alignment on SpectatorBeaconClient_ClientSendReservationUpdates"); \ +static_assert(sizeof(SpectatorBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong size on SpectatorBeaconClient_ClientSendReservationUpdates"); \ +static_assert(offsetof(SpectatorBeaconClient_ClientSendReservationUpdates, NumRemainingReservations) == 0x000000, "Member 'SpectatorBeaconClient_ClientSendReservationUpdates::NumRemainingReservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ServerCancelReservationRequest \ +static_assert(alignof(SpectatorBeaconClient_ServerCancelReservationRequest) == 0x000008, "Wrong alignment on SpectatorBeaconClient_ServerCancelReservationRequest"); \ +static_assert(sizeof(SpectatorBeaconClient_ServerCancelReservationRequest) == 0x000028, "Wrong size on SpectatorBeaconClient_ServerCancelReservationRequest"); \ +static_assert(offsetof(SpectatorBeaconClient_ServerCancelReservationRequest, Spectator) == 0x000000, "Member 'SpectatorBeaconClient_ServerCancelReservationRequest::Spectator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ServerReservationRequest \ +static_assert(alignof(SpectatorBeaconClient_ServerReservationRequest) == 0x000008, "Wrong alignment on SpectatorBeaconClient_ServerReservationRequest"); \ +static_assert(sizeof(SpectatorBeaconClient_ServerReservationRequest) == 0x000088, "Wrong size on SpectatorBeaconClient_ServerReservationRequest"); \ +static_assert(offsetof(SpectatorBeaconClient_ServerReservationRequest, SessionId) == 0x000000, "Member 'SpectatorBeaconClient_ServerReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(SpectatorBeaconClient_ServerReservationRequest, Reservation) == 0x000010, "Member 'SpectatorBeaconClient_ServerReservationRequest::Reservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconClient \ +static_assert(alignof(ASpectatorBeaconClient) == 0x000008, "Wrong alignment on ASpectatorBeaconClient"); \ +static_assert(sizeof(ASpectatorBeaconClient) == 0x0003A0, "Wrong size on ASpectatorBeaconClient"); \ +static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x0002E8, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x0002F8, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000370, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000371, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x000372, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconHost \ +static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ +static_assert(sizeof(ASpectatorBeaconHost) == 0x0002C8, "Wrong size on ASpectatorBeaconHost"); \ +static_assert(offsetof(ASpectatorBeaconHost, State) == 0x000250, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x0002B8, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x0002BC, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x0002C0, "Member 'ASpectatorBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorBeaconState \ +static_assert(alignof(USpectatorBeaconState) == 0x000008, "Wrong alignment on USpectatorBeaconState"); \ +static_assert(sizeof(USpectatorBeaconState) == 0x000060, "Wrong size on USpectatorBeaconState"); \ +static_assert(offsetof(USpectatorBeaconState, SessionName) == 0x000028, "Member 'USpectatorBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, NumConsumedReservations) == 0x000030, "Member 'USpectatorBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, MaxReservations) == 0x000034, "Member 'USpectatorBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, bRestrictCrossConsole) == 0x000038, "Member 'USpectatorBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, Reservations) == 0x000040, "Member 'USpectatorBeaconState::Reservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATestBeaconClient \ +static_assert(alignof(ATestBeaconClient) == 0x000008, "Wrong alignment on ATestBeaconClient"); \ +static_assert(sizeof(ATestBeaconClient) == 0x0002B8, "Wrong size on ATestBeaconClient"); \ + +#define DUMPER7_ASSERTS_ATestBeaconHost \ +static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ +static_assert(sizeof(ATestBeaconHost) == 0x000250, "Wrong size on ATestBeaconHost"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetIsMyTurn \ +static_assert(alignof(TurnBasedBlueprintLibrary_GetIsMyTurn) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetIsMyTurn"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_GetIsMyTurn) == 0x000028, "Wrong size on TurnBasedBlueprintLibrary_GetIsMyTurn"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::MatchID' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, bIsMyTurn) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::bIsMyTurn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetMyPlayerIndex \ +static_assert(alignof(TurnBasedBlueprintLibrary_GetMyPlayerIndex) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetMyPlayerIndex"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_GetMyPlayerIndex) == 0x000028, "Wrong size on TurnBasedBlueprintLibrary_GetMyPlayerIndex"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::MatchID' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, PlayerIndex) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetPlayerDisplayName \ +static_assert(alignof(TurnBasedBlueprintLibrary_GetPlayerDisplayName) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetPlayerDisplayName"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_GetPlayerDisplayName) == 0x000038, "Wrong size on TurnBasedBlueprintLibrary_GetPlayerDisplayName"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::MatchID' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerIndex) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerDisplayName) == 0x000028, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject \ +static_assert(alignof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject) == 0x000018, "Wrong size on TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, Object) == 0x000010, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTurnBasedBlueprintLibrary \ +static_assert(alignof(UTurnBasedBlueprintLibrary) == 0x000008, "Wrong alignment on UTurnBasedBlueprintLibrary"); \ +static_assert(sizeof(UTurnBasedBlueprintLibrary) == 0x000028, "Wrong size on UTurnBasedBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_VoipListenerSynthComponent_IsIdling \ +static_assert(alignof(VoipListenerSynthComponent_IsIdling) == 0x000001, "Wrong alignment on VoipListenerSynthComponent_IsIdling"); \ +static_assert(sizeof(VoipListenerSynthComponent_IsIdling) == 0x000001, "Wrong size on VoipListenerSynthComponent_IsIdling"); \ +static_assert(offsetof(VoipListenerSynthComponent_IsIdling, ReturnValue) == 0x000000, "Member 'VoipListenerSynthComponent_IsIdling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoipListenerSynthComponent \ +static_assert(alignof(UVoipListenerSynthComponent) == 0x000010, "Wrong alignment on UVoipListenerSynthComponent"); \ +static_assert(sizeof(UVoipListenerSynthComponent) == 0x000720, "Wrong size on UVoipListenerSynthComponent"); \ + +#define DUMPER7_ASSERTS_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) == 0x000160, "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) == 0x000158, "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) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLBase"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACL \ +static_assert(alignof(UAnimBoneCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACL) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACL"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACL, SafetyFallbackCodec) == 0x000038, "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) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLCustom"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLDatabase \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACLDatabase, DatabaseAsset) == 0x000038, "Member 'UAnimBoneCompressionCodec_ACLDatabase::DatabaseAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLSafe \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLSafe) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLSafe"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLSafe) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLSafe"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_FindAbilitiesByClass \ +static_assert(alignof(AbilityCycler_C_FindAbilitiesByClass) == 0x000008, "Wrong alignment on AbilityCycler_C_FindAbilitiesByClass"); \ +static_assert(sizeof(AbilityCycler_C_FindAbilitiesByClass) == 0x000050, "Wrong size on AbilityCycler_C_FindAbilitiesByClass"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, Classes) == 0x000000, "Member 'AbilityCycler_C_FindAbilitiesByClass::Classes' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, OutAbilities) == 0x000010, "Member 'AbilityCycler_C_FindAbilitiesByClass::OutAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, Temp_int_Array_Index_Variable) == 0x000024, "Member 'AbilityCycler_C_FindAbilitiesByClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'AbilityCycler_C_FindAbilitiesByClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_Array_Get_Item) == 0x000030, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_FindAbilityByClass_ReturnValue) == 0x000040, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FindAbilitiesByClass, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'AbilityCycler_C_FindAbilitiesByClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_FilterAbilitiesByClasses \ +static_assert(alignof(AbilityCycler_C_FilterAbilitiesByClasses) == 0x000008, "Wrong alignment on AbilityCycler_C_FilterAbilitiesByClasses"); \ +static_assert(sizeof(AbilityCycler_C_FilterAbilitiesByClasses) == 0x000088, "Wrong size on AbilityCycler_C_FilterAbilitiesByClasses"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, AbilityUser_0) == 0x000000, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::AbilityUser_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, Classes) == 0x000008, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::Classes' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, Filtered) == 0x000018, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::Filtered' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, FilteredAbilities) == 0x000028, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::FilteredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Array_Get_Item) == 0x000058, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_GetObjectClass_ReturnValue) == 0x000068, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_ClassIsChildOf_ReturnValue) == 0x000070, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, Temp_int_Loop_Counter_Variable_1) == 0x000078, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_FilterAbilitiesByClasses, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'AbilityCycler_C_FilterAbilitiesByClasses::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_GetCurrentAbility \ +static_assert(alignof(AbilityCycler_C_GetCurrentAbility) == 0x000008, "Wrong alignment on AbilityCycler_C_GetCurrentAbility"); \ +static_assert(sizeof(AbilityCycler_C_GetCurrentAbility) == 0x000010, "Wrong size on AbilityCycler_C_GetCurrentAbility"); \ +static_assert(offsetof(AbilityCycler_C_GetCurrentAbility, Ability) == 0x000000, "Member 'AbilityCycler_C_GetCurrentAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_GetCurrentAbility, CallFunc_Array_Get_Item) == 0x000008, "Member 'AbilityCycler_C_GetCurrentAbility::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_PrevAbility \ +static_assert(alignof(AbilityCycler_C_PrevAbility) == 0x000008, "Wrong alignment on AbilityCycler_C_PrevAbility"); \ +static_assert(sizeof(AbilityCycler_C_PrevAbility) == 0x000020, "Wrong size on AbilityCycler_C_PrevAbility"); \ +static_assert(offsetof(AbilityCycler_C_PrevAbility, Ability) == 0x000000, "Member 'AbilityCycler_C_PrevAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_PrevAbility, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'AbilityCycler_C_PrevAbility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_PrevAbility, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'AbilityCycler_C_PrevAbility::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_PrevAbility, CallFunc_Percent_IntInt_ReturnValue) == 0x000010, "Member 'AbilityCycler_C_PrevAbility::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_PrevAbility, CallFunc_SetAbilityIndex_Ability) == 0x000018, "Member 'AbilityCycler_C_PrevAbility::CallFunc_SetAbilityIndex_Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_SetAbilityIndex \ +static_assert(alignof(AbilityCycler_C_SetAbilityIndex) == 0x000008, "Wrong alignment on AbilityCycler_C_SetAbilityIndex"); \ +static_assert(sizeof(AbilityCycler_C_SetAbilityIndex) == 0x000028, "Wrong size on AbilityCycler_C_SetAbilityIndex"); \ +static_assert(offsetof(AbilityCycler_C_SetAbilityIndex, Index_0) == 0x000000, "Member 'AbilityCycler_C_SetAbilityIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_SetAbilityIndex, Ability) == 0x000008, "Member 'AbilityCycler_C_SetAbilityIndex::Ability' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_SetAbilityIndex, CallFunc_GetCurrentAbility_Ability) == 0x000010, "Member 'AbilityCycler_C_SetAbilityIndex::CallFunc_GetCurrentAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_SetAbilityIndex, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'AbilityCycler_C_SetAbilityIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_SetAbilityIndex, CallFunc_Complete_ReturnValue) == 0x000019, "Member 'AbilityCycler_C_SetAbilityIndex::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_SetAbilityIndex, CallFunc_GetCurrentAbility_Ability_1) == 0x000020, "Member 'AbilityCycler_C_SetAbilityIndex::CallFunc_GetCurrentAbility_Ability_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_NextAbility \ +static_assert(alignof(AbilityCycler_C_NextAbility) == 0x000008, "Wrong alignment on AbilityCycler_C_NextAbility"); \ +static_assert(sizeof(AbilityCycler_C_NextAbility) == 0x000020, "Wrong size on AbilityCycler_C_NextAbility"); \ +static_assert(offsetof(AbilityCycler_C_NextAbility, Ability) == 0x000000, "Member 'AbilityCycler_C_NextAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_NextAbility, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'AbilityCycler_C_NextAbility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_NextAbility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AbilityCycler_C_NextAbility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_NextAbility, CallFunc_Percent_IntInt_ReturnValue) == 0x000010, "Member 'AbilityCycler_C_NextAbility::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityCycler_C_NextAbility, CallFunc_SetAbilityIndex_Ability) == 0x000018, "Member 'AbilityCycler_C_NextAbility::CallFunc_SetAbilityIndex_Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityCycler_C_ExecuteUbergraph_AbilityCycler \ +static_assert(alignof(AbilityCycler_C_ExecuteUbergraph_AbilityCycler) == 0x000004, "Wrong alignment on AbilityCycler_C_ExecuteUbergraph_AbilityCycler"); \ +static_assert(sizeof(AbilityCycler_C_ExecuteUbergraph_AbilityCycler) == 0x000004, "Wrong size on AbilityCycler_C_ExecuteUbergraph_AbilityCycler"); \ +static_assert(offsetof(AbilityCycler_C_ExecuteUbergraph_AbilityCycler, EntryPoint) == 0x000000, "Member 'AbilityCycler_C_ExecuteUbergraph_AbilityCycler::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityCycler_C \ +static_assert(alignof(UAbilityCycler_C) == 0x000008, "Wrong alignment on UAbilityCycler_C"); \ +static_assert(sizeof(UAbilityCycler_C) == 0x0000E8, "Wrong size on UAbilityCycler_C"); \ +static_assert(offsetof(UAbilityCycler_C, UberGraphFrame) == 0x0000B0, "Member 'UAbilityCycler_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAbilityCycler_C, AbilityUser) == 0x0000B8, "Member 'UAbilityCycler_C::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(UAbilityCycler_C, CurrentAbilityIndex) == 0x0000C0, "Member 'UAbilityCycler_C::CurrentAbilityIndex' has a wrong offset!"); \ +static_assert(offsetof(UAbilityCycler_C, CycleAbilityClasses) == 0x0000C8, "Member 'UAbilityCycler_C::CycleAbilityClasses' has a wrong offset!"); \ +static_assert(offsetof(UAbilityCycler_C, CycleAbilities) == 0x0000D8, "Member 'UAbilityCycler_C::CycleAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFakeCaptureParams \ +static_assert(alignof(FFakeCaptureParams) == 0x000008, "Wrong alignment on FFakeCaptureParams"); \ +static_assert(sizeof(FFakeCaptureParams) == 0x000028, "Wrong size on FFakeCaptureParams"); \ + +#define DUMPER7_ASSERTS_FRipple \ +static_assert(alignof(FRipple) == 0x000004, "Wrong alignment on FRipple"); \ +static_assert(sizeof(FRipple) == 0x000010, "Wrong size on FRipple"); \ + +#define DUMPER7_ASSERTS_FWaterSimParams \ +static_assert(alignof(FWaterSimParams) == 0x000008, "Wrong alignment on FWaterSimParams"); \ +static_assert(sizeof(FWaterSimParams) == 0x000050, "Wrong size on FWaterSimParams"); \ + +#define DUMPER7_ASSERTS_AMochiCapture \ +static_assert(alignof(AMochiCapture) == 0x000008, "Wrong alignment on AMochiCapture"); \ +static_assert(sizeof(AMochiCapture) == 0x000258, "Wrong size on AMochiCapture"); \ +static_assert(offsetof(AMochiCapture, MPC_UIWSWaterBodies) == 0x000228, "Member 'AMochiCapture::MPC_UIWSWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, SceneRoot) == 0x000230, "Member 'AMochiCapture::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, RainEnabled) == 0x000238, "Member 'AMochiCapture::RainEnabled' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, RainCellScale) == 0x00023C, "Member 'AMochiCapture::RainCellScale' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, RainAmount) == 0x000240, "Member 'AMochiCapture::RainAmount' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, RippleIntensity) == 0x000244, "Member 'AMochiCapture::RippleIntensity' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, Manager) == 0x000248, "Member 'AMochiCapture::Manager' has a wrong offset!"); \ +static_assert(offsetof(AMochiCapture, CaptureRT) == 0x000250, "Member 'AMochiCapture::CaptureRT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_CompensateForWetnessDepth \ +static_assert(alignof(MochiWaterInteractorComponent_CompensateForWetnessDepth) == 0x000004, "Wrong alignment on MochiWaterInteractorComponent_CompensateForWetnessDepth"); \ +static_assert(sizeof(MochiWaterInteractorComponent_CompensateForWetnessDepth) == 0x000004, "Wrong size on MochiWaterInteractorComponent_CompensateForWetnessDepth"); \ +static_assert(offsetof(MochiWaterInteractorComponent_CompensateForWetnessDepth, DeltaTime) == 0x000000, "Member 'MochiWaterInteractorComponent_CompensateForWetnessDepth::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_RippleAt \ +static_assert(alignof(MochiWaterInteractorComponent_RippleAt) == 0x000004, "Wrong alignment on MochiWaterInteractorComponent_RippleAt"); \ +static_assert(sizeof(MochiWaterInteractorComponent_RippleAt) == 0x000018, "Wrong size on MochiWaterInteractorComponent_RippleAt"); \ +static_assert(offsetof(MochiWaterInteractorComponent_RippleAt, Location) == 0x000000, "Member 'MochiWaterInteractorComponent_RippleAt::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_RippleAt, Intensity) == 0x00000C, "Member 'MochiWaterInteractorComponent_RippleAt::Intensity' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_RippleAt, ProjectAlongVelocity) == 0x000010, "Member 'MochiWaterInteractorComponent_RippleAt::ProjectAlongVelocity' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_RippleAt, DepthCutoffOverride) == 0x000014, "Member 'MochiWaterInteractorComponent_RippleAt::DepthCutoffOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_RippleAtCurrentLocation \ +static_assert(alignof(MochiWaterInteractorComponent_RippleAtCurrentLocation) == 0x000004, "Wrong alignment on MochiWaterInteractorComponent_RippleAtCurrentLocation"); \ +static_assert(sizeof(MochiWaterInteractorComponent_RippleAtCurrentLocation) == 0x000008, "Wrong size on MochiWaterInteractorComponent_RippleAtCurrentLocation"); \ +static_assert(offsetof(MochiWaterInteractorComponent_RippleAtCurrentLocation, Intensity) == 0x000000, "Member 'MochiWaterInteractorComponent_RippleAtCurrentLocation::Intensity' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_RippleAtCurrentLocation, ProjectAlongVelocity) == 0x000004, "Member 'MochiWaterInteractorComponent_RippleAtCurrentLocation::ProjectAlongVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_SetRainVolume \ +static_assert(alignof(MochiWaterInteractorComponent_SetRainVolume) == 0x000008, "Wrong alignment on MochiWaterInteractorComponent_SetRainVolume"); \ +static_assert(sizeof(MochiWaterInteractorComponent_SetRainVolume) == 0x000010, "Wrong size on MochiWaterInteractorComponent_SetRainVolume"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SetRainVolume, InRainVolume) == 0x000000, "Member 'MochiWaterInteractorComponent_SetRainVolume::InRainVolume' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SetRainVolume, RainAmount) == 0x000008, "Member 'MochiWaterInteractorComponent_SetRainVolume::RainAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_SetWaterVolume \ +static_assert(alignof(MochiWaterInteractorComponent_SetWaterVolume) == 0x000008, "Wrong alignment on MochiWaterInteractorComponent_SetWaterVolume"); \ +static_assert(sizeof(MochiWaterInteractorComponent_SetWaterVolume) == 0x000010, "Wrong size on MochiWaterInteractorComponent_SetWaterVolume"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SetWaterVolume, InWaterVolume) == 0x000000, "Member 'MochiWaterInteractorComponent_SetWaterVolume::InWaterVolume' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SetWaterVolume, Force) == 0x000008, "Member 'MochiWaterInteractorComponent_SetWaterVolume::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_SplashAt \ +static_assert(alignof(MochiWaterInteractorComponent_SplashAt) == 0x000008, "Wrong alignment on MochiWaterInteractorComponent_SplashAt"); \ +static_assert(sizeof(MochiWaterInteractorComponent_SplashAt) == 0x000030, "Wrong size on MochiWaterInteractorComponent_SplashAt"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAt, Location) == 0x000000, "Member 'MochiWaterInteractorComponent_SplashAt::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAt, Scale) == 0x00000C, "Member 'MochiWaterInteractorComponent_SplashAt::Scale' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAt, ProjectAlongVelocity) == 0x000010, "Member 'MochiWaterInteractorComponent_SplashAt::ProjectAlongVelocity' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAt, SystemOverride) == 0x000018, "Member 'MochiWaterInteractorComponent_SplashAt::SystemOverride' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAt, DepthCutoffOverride) == 0x000020, "Member 'MochiWaterInteractorComponent_SplashAt::DepthCutoffOverride' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAt, ReturnValue) == 0x000028, "Member 'MochiWaterInteractorComponent_SplashAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_SplashAtCurrentLocation \ +static_assert(alignof(MochiWaterInteractorComponent_SplashAtCurrentLocation) == 0x000008, "Wrong alignment on MochiWaterInteractorComponent_SplashAtCurrentLocation"); \ +static_assert(sizeof(MochiWaterInteractorComponent_SplashAtCurrentLocation) == 0x000018, "Wrong size on MochiWaterInteractorComponent_SplashAtCurrentLocation"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAtCurrentLocation, Intensity) == 0x000000, "Member 'MochiWaterInteractorComponent_SplashAtCurrentLocation::Intensity' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAtCurrentLocation, ProjectAlongVelocity) == 0x000004, "Member 'MochiWaterInteractorComponent_SplashAtCurrentLocation::ProjectAlongVelocity' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAtCurrentLocation, SystemOverride) == 0x000008, "Member 'MochiWaterInteractorComponent_SplashAtCurrentLocation::SystemOverride' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_SplashAtCurrentLocation, ReturnValue) == 0x000010, "Member 'MochiWaterInteractorComponent_SplashAtCurrentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_GetNormalizedDepth \ +static_assert(alignof(MochiWaterInteractorComponent_GetNormalizedDepth) == 0x000004, "Wrong alignment on MochiWaterInteractorComponent_GetNormalizedDepth"); \ +static_assert(sizeof(MochiWaterInteractorComponent_GetNormalizedDepth) == 0x000014, "Wrong size on MochiWaterInteractorComponent_GetNormalizedDepth"); \ +static_assert(offsetof(MochiWaterInteractorComponent_GetNormalizedDepth, Location) == 0x000000, "Member 'MochiWaterInteractorComponent_GetNormalizedDepth::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_GetNormalizedDepth, MaximumDepth) == 0x00000C, "Member 'MochiWaterInteractorComponent_GetNormalizedDepth::MaximumDepth' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_GetNormalizedDepth, ReturnValue) == 0x000010, "Member 'MochiWaterInteractorComponent_GetNormalizedDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_IsCurrentRainVolume \ +static_assert(alignof(MochiWaterInteractorComponent_IsCurrentRainVolume) == 0x000008, "Wrong alignment on MochiWaterInteractorComponent_IsCurrentRainVolume"); \ +static_assert(sizeof(MochiWaterInteractorComponent_IsCurrentRainVolume) == 0x000010, "Wrong size on MochiWaterInteractorComponent_IsCurrentRainVolume"); \ +static_assert(offsetof(MochiWaterInteractorComponent_IsCurrentRainVolume, InRainVolume) == 0x000000, "Member 'MochiWaterInteractorComponent_IsCurrentRainVolume::InRainVolume' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterInteractorComponent_IsCurrentRainVolume, ReturnValue) == 0x000008, "Member 'MochiWaterInteractorComponent_IsCurrentRainVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterInteractorComponent_IsInWaterVolume \ +static_assert(alignof(MochiWaterInteractorComponent_IsInWaterVolume) == 0x000001, "Wrong alignment on MochiWaterInteractorComponent_IsInWaterVolume"); \ +static_assert(sizeof(MochiWaterInteractorComponent_IsInWaterVolume) == 0x000001, "Wrong size on MochiWaterInteractorComponent_IsInWaterVolume"); \ +static_assert(offsetof(MochiWaterInteractorComponent_IsInWaterVolume, ReturnValue) == 0x000000, "Member 'MochiWaterInteractorComponent_IsInWaterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiWaterInteractorComponent \ +static_assert(alignof(UMochiWaterInteractorComponent) == 0x000010, "Wrong alignment on UMochiWaterInteractorComponent"); \ +static_assert(sizeof(UMochiWaterInteractorComponent) == 0x000370, "Wrong size on UMochiWaterInteractorComponent"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, EnableSound) == 0x000200, "Member 'UMochiWaterInteractorComponent::EnableSound' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, FootstepRTPCName) == 0x000204, "Member 'UMochiWaterInteractorComponent::FootstepRTPCName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, FootstepEnableStateName) == 0x000210, "Member 'UMochiWaterInteractorComponent::FootstepEnableStateName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, FootstepDisableStateName) == 0x000220, "Member 'UMochiWaterInteractorComponent::FootstepDisableStateName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, ActorSwimDepth) == 0x000230, "Member 'UMochiWaterInteractorComponent::ActorSwimDepth' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, MPC) == 0x000238, "Member 'UMochiWaterInteractorComponent::MPC' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, WetParamName) == 0x000240, "Member 'UMochiWaterInteractorComponent::WetParamName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, LocalWetParamName) == 0x000248, "Member 'UMochiWaterInteractorComponent::LocalWetParamName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, WaterDepthName) == 0x000250, "Member 'UMochiWaterInteractorComponent::WaterDepthName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, WaterLocationParamName) == 0x000258, "Member 'UMochiWaterInteractorComponent::WaterLocationParamName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, BecomesWetInWater) == 0x000260, "Member 'UMochiWaterInteractorComponent::BecomesWetInWater' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, DryOffTime) == 0x000264, "Member 'UMochiWaterInteractorComponent::DryOffTime' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, DryOffCurve) == 0x000268, "Member 'UMochiWaterInteractorComponent::DryOffCurve' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, HeadSocketName) == 0x0002F0, "Member 'UMochiWaterInteractorComponent::HeadSocketName' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, BecomesWetInRain) == 0x0002F8, "Member 'UMochiWaterInteractorComponent::BecomesWetInRain' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, TimeToTargetWetness) == 0x0002FC, "Member 'UMochiWaterInteractorComponent::TimeToTargetWetness' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, AutoRippleOnMovement) == 0x000300, "Member 'UMochiWaterInteractorComponent::AutoRippleOnMovement' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, MinimumVelocity) == 0x000304, "Member 'UMochiWaterInteractorComponent::MinimumVelocity' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RippleCooldown) == 0x000308, "Member 'UMochiWaterInteractorComponent::RippleCooldown' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RippleIntensity) == 0x00030C, "Member 'UMochiWaterInteractorComponent::RippleIntensity' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, SplashEffect) == 0x000310, "Member 'UMochiWaterInteractorComponent::SplashEffect' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, InteractionEffectScaleMin) == 0x000318, "Member 'UMochiWaterInteractorComponent::InteractionEffectScaleMin' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, InteractionEffectScaleMax) == 0x00031C, "Member 'UMochiWaterInteractorComponent::InteractionEffectScaleMax' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RippleDepthCutOff) == 0x000320, "Member 'UMochiWaterInteractorComponent::RippleDepthCutOff' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, SplashDepthCutOff) == 0x000324, "Member 'UMochiWaterInteractorComponent::SplashDepthCutOff' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, Manager) == 0x000328, "Member 'UMochiWaterInteractorComponent::Manager' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RainTargetWetness) == 0x000330, "Member 'UMochiWaterInteractorComponent::RainTargetWetness' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, PrevRainTargetWetness) == 0x000334, "Member 'UMochiWaterInteractorComponent::PrevRainTargetWetness' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RainWetness) == 0x000338, "Member 'UMochiWaterInteractorComponent::RainWetness' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RainWetnessTimeAccumulator) == 0x00033C, "Member 'UMochiWaterInteractorComponent::RainWetnessTimeAccumulator' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, DryingWetness) == 0x000340, "Member 'UMochiWaterInteractorComponent::DryingWetness' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RemainingDryOffTime) == 0x000344, "Member 'UMochiWaterInteractorComponent::RemainingDryOffTime' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, MaxDepth) == 0x000348, "Member 'UMochiWaterInteractorComponent::MaxDepth' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, OriginalHeadSocketDifference) == 0x00034C, "Member 'UMochiWaterInteractorComponent::OriginalHeadSocketDifference' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, MaxAdditionalSocketDepth) == 0x000350, "Member 'UMochiWaterInteractorComponent::MaxAdditionalSocketDepth' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, CurrentWaterVolumeWorldZ) == 0x000354, "Member 'UMochiWaterInteractorComponent::CurrentWaterVolumeWorldZ' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, WaterVolume) == 0x000358, "Member 'UMochiWaterInteractorComponent::WaterVolume' has a wrong offset!"); \ +static_assert(offsetof(UMochiWaterInteractorComponent, RainVolume) == 0x000360, "Member 'UMochiWaterInteractorComponent::RainVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIWSCapture \ +static_assert(alignof(AUIWSCapture) == 0x000008, "Wrong alignment on AUIWSCapture"); \ +static_assert(sizeof(AUIWSCapture) == 0x000288, "Wrong size on AUIWSCapture"); \ +static_assert(offsetof(AUIWSCapture, SceneCaptureComp) == 0x000228, "Member 'AUIWSCapture::SceneCaptureComp' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, PPVolume) == 0x000230, "Member 'AUIWSCapture::PPVolume' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, SceneRoot) == 0x000238, "Member 'AUIWSCapture::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, DrawMID) == 0x000240, "Member 'AUIWSCapture::DrawMID' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, moveoffset) == 0x000248, "Member 'AUIWSCapture::moveoffset' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, RTPersistent) == 0x000258, "Member 'AUIWSCapture::RTPersistent' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, RTCapture) == 0x000260, "Member 'AUIWSCapture::RTCapture' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, MPC_UIWSWaterBodies) == 0x000268, "Member 'AUIWSCapture::MPC_UIWSWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, DrawToPMat) == 0x000270, "Member 'AUIWSCapture::DrawToPMat' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, DynamicDrawToPMat) == 0x000278, "Member 'AUIWSCapture::DynamicDrawToPMat' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCapture, PostProcessComp) == 0x000280, "Member 'AUIWSCapture::PostProcessComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWSWaterBody_OnWaterOverlap \ +static_assert(alignof(UIWSWaterBody_OnWaterOverlap) == 0x000008, "Wrong alignment on UIWSWaterBody_OnWaterOverlap"); \ +static_assert(sizeof(UIWSWaterBody_OnWaterOverlap) == 0x0000A8, "Wrong size on UIWSWaterBody_OnWaterOverlap"); \ +static_assert(offsetof(UIWSWaterBody_OnWaterOverlap, OverlappedComponent) == 0x000000, "Member 'UIWSWaterBody_OnWaterOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_OnWaterOverlap, OtherActor) == 0x000008, "Member 'UIWSWaterBody_OnWaterOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_OnWaterOverlap, OtherComp) == 0x000010, "Member 'UIWSWaterBody_OnWaterOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_OnWaterOverlap, OtherBodyIndex) == 0x000018, "Member 'UIWSWaterBody_OnWaterOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_OnWaterOverlap, bFromSweep) == 0x00001C, "Member 'UIWSWaterBody_OnWaterOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_OnWaterOverlap, SweepResult) == 0x000020, "Member 'UIWSWaterBody_OnWaterOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWSWaterBody_SplashAtlocation \ +static_assert(alignof(UIWSWaterBody_SplashAtlocation) == 0x000004, "Wrong alignment on UIWSWaterBody_SplashAtlocation"); \ +static_assert(sizeof(UIWSWaterBody_SplashAtlocation) == 0x00001C, "Wrong size on UIWSWaterBody_SplashAtlocation"); \ +static_assert(offsetof(UIWSWaterBody_SplashAtlocation, SplashLoc) == 0x000000, "Member 'UIWSWaterBody_SplashAtlocation::SplashLoc' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_SplashAtlocation, SplachVelocity) == 0x00000C, "Member 'UIWSWaterBody_SplashAtlocation::SplachVelocity' has a wrong offset!"); \ +static_assert(offsetof(UIWSWaterBody_SplashAtlocation, SplashStrengthPercent) == 0x000018, "Member 'UIWSWaterBody_SplashAtlocation::SplashStrengthPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIWSWaterBody \ +static_assert(alignof(AUIWSWaterBody) == 0x000008, "Wrong alignment on AUIWSWaterBody"); \ +static_assert(sizeof(AUIWSWaterBody) == 0x0003A8, "Wrong size on AUIWSWaterBody"); \ +static_assert(offsetof(AUIWSWaterBody, MyManager) == 0x000228, "Member 'AUIWSWaterBody::MyManager' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, BoxComp) == 0x000230, "Member 'AUIWSWaterBody::BoxComp' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, XMeshes) == 0x000238, "Member 'AUIWSWaterBody::XMeshes' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, YMeshes) == 0x000248, "Member 'AUIWSWaterBody::YMeshes' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, CurrentYArray) == 0x000258, "Member 'AUIWSWaterBody::CurrentYArray' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterSurfaceMeshes) == 0x000268, "Member 'AUIWSWaterBody::WaterSurfaceMeshes' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, OverrideWaterMaterials) == 0x000288, "Member 'AUIWSWaterBody::OverrideWaterMaterials' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, CustomWaterMaterial) == 0x000290, "Member 'AUIWSWaterBody::CustomWaterMaterial' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, CustomWaterMaterialDistant) == 0x000298, "Member 'AUIWSWaterBody::CustomWaterMaterialDistant' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, MaxTileScale) == 0x0002A0, "Member 'AUIWSWaterBody::MaxTileScale' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterColor) == 0x0002A4, "Member 'AUIWSWaterBody::WaterColor' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, DeepOpacity) == 0x0002B4, "Member 'AUIWSWaterBody::DeepOpacity' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, ShallowOpacity) == 0x0002C4, "Member 'AUIWSWaterBody::ShallowOpacity' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, DepthTransitionDistance) == 0x0002D4, "Member 'AUIWSWaterBody::DepthTransitionDistance' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, ShallowEdgeFadeDistance) == 0x0002D8, "Member 'AUIWSWaterBody::ShallowEdgeFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, ShallowEdgeFadePower) == 0x0002DC, "Member 'AUIWSWaterBody::ShallowEdgeFadePower' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, bEnableParticleOnCollision) == 0x0002E0, "Member 'AUIWSWaterBody::bEnableParticleOnCollision' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, bOverrideParticleSettings) == 0x0002E1, "Member 'AUIWSWaterBody::bOverrideParticleSettings' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, InteractionEffectScaleMin) == 0x0002E4, "Member 'AUIWSWaterBody::InteractionEffectScaleMin' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, InteractionEffectScaleMax) == 0x0002E8, "Member 'AUIWSWaterBody::InteractionEffectScaleMax' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, InteractionEffect) == 0x0002F0, "Member 'AUIWSWaterBody::InteractionEffect' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, DamageEffectScaleMin) == 0x0002F8, "Member 'AUIWSWaterBody::DamageEffectScaleMin' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, DamageEffectScaleMax) == 0x0002FC, "Member 'AUIWSWaterBody::DamageEffectScaleMax' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, DamageEffect) == 0x000300, "Member 'AUIWSWaterBody::DamageEffect' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RippleWaterMat) == 0x000308, "Member 'AUIWSWaterBody::RippleWaterMat' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RainRippleType) == 0x000310, "Member 'AUIWSWaterBody::RainRippleType' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RippleIntensity) == 0x000314, "Member 'AUIWSWaterBody::RippleIntensity' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WPOScale) == 0x000318, "Member 'AUIWSWaterBody::WPOScale' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RippleSpeed) == 0x00031C, "Member 'AUIWSWaterBody::RippleSpeed' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RippleTiling) == 0x000320, "Member 'AUIWSWaterBody::RippleTiling' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RippleRingCount) == 0x000324, "Member 'AUIWSWaterBody::RippleRingCount' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RainCellScale) == 0x000328, "Member 'AUIWSWaterBody::RainCellScale' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, RainAmount) == 0x00032C, "Member 'AUIWSWaterBody::RainAmount' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterMID) == 0x000330, "Member 'AUIWSWaterBody::WaterMID' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterMIDLOD1) == 0x000338, "Member 'AUIWSWaterBody::WaterMIDLOD1' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterMeshComp) == 0x000350, "Member 'AUIWSWaterBody::WaterMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, DefaultSplashEffect) == 0x000358, "Member 'AUIWSWaterBody::DefaultSplashEffect' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterMeshSM) == 0x000368, "Member 'AUIWSWaterBody::WaterMeshSM' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, WaterVolume) == 0x000370, "Member 'AUIWSWaterBody::WaterVolume' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, MPC_UIWSWaterBodies) == 0x000378, "Member 'AUIWSWaterBody::MPC_UIWSWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, ManualSplatInst) == 0x000380, "Member 'AUIWSWaterBody::ManualSplatInst' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, CanvasMan) == 0x000388, "Member 'AUIWSWaterBody::CanvasMan' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, SizeMan) == 0x000390, "Member 'AUIWSWaterBody::SizeMan' has a wrong offset!"); \ +static_assert(offsetof(AUIWSWaterBody, ContextMan) == 0x000398, "Member 'AUIWSWaterBody::ContextMan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIWSCustomBody \ +static_assert(alignof(AUIWSCustomBody) == 0x000008, "Wrong alignment on AUIWSCustomBody"); \ +static_assert(sizeof(AUIWSCustomBody) == 0x0003C8, "Wrong size on AUIWSCustomBody"); \ +static_assert(offsetof(AUIWSCustomBody, CustomStaticMesh) == 0x0003A8, "Member 'AUIWSCustomBody::CustomStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCustomBody, CustomMeshComp) == 0x0003B0, "Member 'AUIWSCustomBody::CustomMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCustomBody, CustomWaterVolume) == 0x0003B8, "Member 'AUIWSCustomBody::CustomWaterVolume' has a wrong offset!"); \ +static_assert(offsetof(AUIWSCustomBody, AllowCameraUnder) == 0x0003C0, "Member 'AUIWSCustomBody::AllowCameraUnder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIWSInteractorComponent \ +static_assert(alignof(UUIWSInteractorComponent) == 0x000008, "Wrong alignment on UUIWSInteractorComponent"); \ +static_assert(sizeof(UUIWSInteractorComponent) == 0x0000D8, "Wrong size on UUIWSInteractorComponent"); \ +static_assert(offsetof(UUIWSInteractorComponent, bShouldInteract) == 0x0000B0, "Member 'UUIWSInteractorComponent::bShouldInteract' has a wrong offset!"); \ +static_assert(offsetof(UUIWSInteractorComponent, bEnableInteractiveStateSwitching) == 0x0000B1, "Member 'UUIWSInteractorComponent::bEnableInteractiveStateSwitching' has a wrong offset!"); \ +static_assert(offsetof(UUIWSInteractorComponent, MinInteractionVelocity) == 0x0000B4, "Member 'UUIWSInteractorComponent::MinInteractionVelocity' has a wrong offset!"); \ +static_assert(offsetof(UUIWSInteractorComponent, Statics) == 0x0000B8, "Member 'UUIWSInteractorComponent::Statics' has a wrong offset!"); \ +static_assert(offsetof(UUIWSInteractorComponent, Skels) == 0x0000C8, "Member 'UUIWSInteractorComponent::Skels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWSManager_AddOneShotRipple \ +static_assert(alignof(UIWSManager_AddOneShotRipple) == 0x000004, "Wrong alignment on UIWSManager_AddOneShotRipple"); \ +static_assert(sizeof(UIWSManager_AddOneShotRipple) == 0x000010, "Wrong size on UIWSManager_AddOneShotRipple"); \ +static_assert(offsetof(UIWSManager_AddOneShotRipple, Location) == 0x000000, "Member 'UIWSManager_AddOneShotRipple::Location' has a wrong offset!"); \ +static_assert(offsetof(UIWSManager_AddOneShotRipple, Intensity) == 0x00000C, "Member 'UIWSManager_AddOneShotRipple::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIWSManager \ +static_assert(alignof(AUIWSManager) == 0x000008, "Wrong alignment on AUIWSManager"); \ +static_assert(sizeof(AUIWSManager) == 0x0002E0, "Wrong size on AUIWSManager"); \ +static_assert(offsetof(AUIWSManager, UpdateLightInfo) == 0x000228, "Member 'AUIWSManager::UpdateLightInfo' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, bShouldSpawnGlobalPostProcess) == 0x000229, "Member 'AUIWSManager::bShouldSpawnGlobalPostProcess' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, ContinuousLightUpdate) == 0x00022A, "Member 'AUIWSManager::ContinuousLightUpdate' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, CenterSimOnPawn) == 0x00022B, "Member 'AUIWSManager::CenterSimOnPawn' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, WindVector) == 0x00022C, "Member 'AUIWSManager::WindVector' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, WindTurbulence) == 0x000238, "Member 'AUIWSManager::WindTurbulence' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, CausticBrightnessMult) == 0x00023C, "Member 'AUIWSManager::CausticBrightnessMult' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, MochiCapture) == 0x000240, "Member 'AUIWSManager::MochiCapture' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, SimTravelSpeed) == 0x000248, "Member 'AUIWSManager::SimTravelSpeed' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, SimDampening) == 0x00024C, "Member 'AUIWSManager::SimDampening' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, HeightScale) == 0x000250, "Member 'AUIWSManager::HeightScale' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, MPC_UIWSWaterBodies) == 0x000258, "Member 'AUIWSManager::MPC_UIWSWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, ManagedWaterBodies) == 0x000260, "Member 'AUIWSManager::ManagedWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, PostProcessComp) == 0x000270, "Member 'AUIWSManager::PostProcessComp' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, InteractiveDistance) == 0x000278, "Member 'AUIWSManager::InteractiveDistance' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, MaxSimulationDuration) == 0x00027C, "Member 'AUIWSManager::MaxSimulationDuration' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, InteractionComponents) == 0x000280, "Member 'AUIWSManager::InteractionComponents' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, OneShotRipples) == 0x000290, "Member 'AUIWSManager::OneShotRipples' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, bTieSimToFPS) == 0x0002A0, "Member 'AUIWSManager::bTieSimToFPS' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, GlobalHeight0) == 0x0002C0, "Member 'AUIWSManager::GlobalHeight0' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, GlobalHeight1) == 0x0002C8, "Member 'AUIWSManager::GlobalHeight1' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, GlobalHeight2) == 0x0002D0, "Member 'AUIWSManager::GlobalHeight2' has a wrong offset!"); \ +static_assert(offsetof(AUIWSManager, GlobalNormal) == 0x0002D8, "Member 'AUIWSManager::GlobalNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIWSRiver \ +static_assert(alignof(AUIWSRiver) == 0x000008, "Wrong alignment on AUIWSRiver"); \ +static_assert(sizeof(AUIWSRiver) == 0x0003C8, "Wrong size on AUIWSRiver"); \ +static_assert(offsetof(AUIWSRiver, SplineMeshComps) == 0x0003A8, "Member 'AUIWSRiver::SplineMeshComps' has a wrong offset!"); \ +static_assert(offsetof(AUIWSRiver, SplineComp) == 0x0003B8, "Member 'AUIWSRiver::SplineComp' has a wrong offset!"); \ +static_assert(offsetof(AUIWSRiver, AllowCameraUnder) == 0x0003C0, "Member 'AUIWSRiver::AllowCameraUnder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedSpatialAudioSettings \ +static_assert(alignof(FAkAdvancedSpatialAudioSettings) == 0x000004, "Wrong alignment on FAkAdvancedSpatialAudioSettings"); \ +static_assert(sizeof(FAkAdvancedSpatialAudioSettings) == 0x000008, "Wrong size on FAkAdvancedSpatialAudioSettings"); \ +static_assert(offsetof(FAkAdvancedSpatialAudioSettings, DiffractionShadowAttenuationFactor) == 0x000000, "Member 'FAkAdvancedSpatialAudioSettings::DiffractionShadowAttenuationFactor' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedSpatialAudioSettings, DiffractionShadowDegrees) == 0x000004, "Member 'FAkAdvancedSpatialAudioSettings::DiffractionShadowDegrees' 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_FAKWaapiJsonObject \ +static_assert(alignof(FAKWaapiJsonObject) == 0x000008, "Wrong alignment on FAKWaapiJsonObject"); \ +static_assert(sizeof(FAKWaapiJsonObject) == 0x000010, "Wrong size on FAKWaapiJsonObject"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettings \ +static_assert(alignof(FAkAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAdvancedInitializationSettings) == 0x000034, "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!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, SpatialAudioSettings) == 0x00002C, "Member 'FAkAdvancedInitializationSettings::SpatialAudioSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettingsWithMultiCoreRendering \ +static_assert(alignof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(sizeof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000038, "Wrong size on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, EnableMultiCoreRendering) == 0x000034, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::EnableMultiCoreRendering' 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_FAkWaapiSubscriptionId \ +static_assert(alignof(FAkWaapiSubscriptionId) == 0x000008, "Wrong alignment on FAkWaapiSubscriptionId"); \ +static_assert(sizeof(FAkWaapiSubscriptionId) == 0x000008, "Wrong size on FAkWaapiSubscriptionId"); \ + +#define DUMPER7_ASSERTS_FAkAmbSoundCheckpointRecord \ +static_assert(alignof(FAkAmbSoundCheckpointRecord) == 0x000001, "Wrong alignment on FAkAmbSoundCheckpointRecord"); \ +static_assert(sizeof(FAkAmbSoundCheckpointRecord) == 0x000001, "Wrong size on FAkAmbSoundCheckpointRecord"); \ +static_assert(offsetof(FAkAmbSoundCheckpointRecord, bCurrentlyPlaying) == 0x000000, "Member 'FAkAmbSoundCheckpointRecord::bCurrentlyPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAndroidAdvancedInitializationSettings \ +static_assert(alignof(FAkAndroidAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAndroidAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, AudioAPI) == 0x000038, "Member 'FAkAndroidAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, RoundFrameSizeToHardwareSize) == 0x00003C, "Member 'FAkAndroidAdvancedInitializationSettings::RoundFrameSizeToHardwareSize' has a wrong offset!"); \ + +#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_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_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_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_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_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) == 0x000010, "Wrong size on FAkGeometrySurfaceOverride"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfaceOverride::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, OcclusionValue) == 0x00000C, "Member 'FAkGeometrySurfaceOverride::OcclusionValue' 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) == 0x000040, "Wrong size on FAkHololensAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkHololensAdvancedInitializationSettings, AudioAPI) == 0x000038, "Member 'FAkHololensAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkHololensAdvancedInitializationSettings, GlobalFocus) == 0x00003C, "Member 'FAkHololensAdvancedInitializationSettings::GlobalFocus' has a wrong offset!"); \ +static_assert(offsetof(FAkHololensAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x00003D, "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_FAkMainOutputSettings \ +static_assert(alignof(FAkMainOutputSettings) == 0x000008, "Wrong alignment on FAkMainOutputSettings"); \ +static_assert(sizeof(FAkMainOutputSettings) == 0x000028, "Wrong size on FAkMainOutputSettings"); \ +static_assert(offsetof(FAkMainOutputSettings, AudioDeviceShareset) == 0x000000, "Member 'FAkMainOutputSettings::AudioDeviceShareset' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, DeviceID) == 0x000010, "Member 'FAkMainOutputSettings::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, PanningRule) == 0x000014, "Member 'FAkMainOutputSettings::PanningRule' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, ChannelConfigType) == 0x000018, "Member 'FAkMainOutputSettings::ChannelConfigType' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, ChannelMask) == 0x00001C, "Member 'FAkMainOutputSettings::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, NumberOfChannels) == 0x000020, "Member 'FAkMainOutputSettings::NumberOfChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSpatialAudioSettings \ +static_assert(alignof(FAkSpatialAudioSettings) == 0x000004, "Wrong alignment on FAkSpatialAudioSettings"); \ +static_assert(sizeof(FAkSpatialAudioSettings) == 0x000020, "Wrong size on FAkSpatialAudioSettings"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaxSoundPropagationDepth) == 0x000000, "Member 'FAkSpatialAudioSettings::MaxSoundPropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, DiffractionFlags) == 0x000004, "Member 'FAkSpatialAudioSettings::DiffractionFlags' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MovementThreshold) == 0x000008, "Member 'FAkSpatialAudioSettings::MovementThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, NumberOfPrimaryRays) == 0x00000C, "Member 'FAkSpatialAudioSettings::NumberOfPrimaryRays' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, ReflectionOrder) == 0x000010, "Member 'FAkSpatialAudioSettings::ReflectionOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableDiffractionOnReflections) == 0x000014, "Member 'FAkSpatialAudioSettings::EnableDiffractionOnReflections' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableDirectPathDiffraction) == 0x000015, "Member 'FAkSpatialAudioSettings::EnableDirectPathDiffraction' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaximumPathLength) == 0x000018, "Member 'FAkSpatialAudioSettings::MaximumPathLength' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableTransmission) == 0x00001C, "Member 'FAkSpatialAudioSettings::EnableTransmission' 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) == 0x000040, "Wrong size on FAkPS4AdvancedInitializationSettings"); \ +static_assert(offsetof(FAkPS4AdvancedInitializationSettings, ACPBatchBufferSize) == 0x000038, "Member 'FAkPS4AdvancedInitializationSettings::ACPBatchBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FAkPS4AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x00003C, "Member 'FAkPS4AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPS5AdvancedInitializationSettings \ +static_assert(alignof(FAkPS5AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS5AdvancedInitializationSettings"); \ +static_assert(sizeof(FAkPS5AdvancedInitializationSettings) == 0x00003C, "Wrong size on FAkPS5AdvancedInitializationSettings"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000038, "Member 'FAkPS5AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bVorbisHwAcceleration) == 0x000039, "Member 'FAkPS5AdvancedInitializationSettings::bVorbisHwAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPoly \ +static_assert(alignof(FAkPoly) == 0x000008, "Wrong alignment on FAkPoly"); \ +static_assert(sizeof(FAkPoly) == 0x000010, "Wrong size on FAkPoly"); \ +static_assert(offsetof(FAkPoly, Texture) == 0x000000, "Member 'FAkPoly::Texture' has a wrong offset!"); \ +static_assert(offsetof(FAkPoly, Occlusion) == 0x000008, "Member 'FAkPoly::Occlusion' has a wrong offset!"); \ +static_assert(offsetof(FAkPoly, EnableSurface) == 0x00000C, "Member 'FAkPoly::EnableSurface' has a wrong offset!"); \ + +#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) == 0x000040, "Wrong size on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, AudioAPI) == 0x000038, "Member 'FAkWindowsAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, GlobalFocus) == 0x00003C, "Member 'FAkWindowsAdvancedInitializationSettings::GlobalFocus' has a wrong offset!"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x00003D, "Member 'FAkWindowsAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWinGDKAdvancedInitializationSettings \ +static_assert(alignof(FAkWinGDKAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWinGDKAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkWinGDKAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkWinGDKAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, AudioAPI) == 0x000038, "Member 'FAkWinGDKAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, GlobalFocus) == 0x00003C, "Member 'FAkWinGDKAdvancedInitializationSettings::GlobalFocus' has a wrong offset!"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x00003D, "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) == 0x00003C, "Wrong size on FAkXboxOneGDKAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXboxOneGDKAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000038, "Member 'FAkXboxOneGDKAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXboxOneGDKAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x00003A, "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) == 0x00003C, "Wrong size on FAkXboxOneAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXboxOneAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000038, "Member 'FAkXboxOneAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXboxOneAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x00003A, "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) == 0x000038, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x00003A, "Member 'FAkXSXAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAudioEventTrackKey \ +static_assert(alignof(FAkAudioEventTrackKey) == 0x000008, "Wrong alignment on FAkAudioEventTrackKey"); \ +static_assert(sizeof(FAkAudioEventTrackKey) == 0x000020, "Wrong size on FAkAudioEventTrackKey"); \ +static_assert(offsetof(FAkAudioEventTrackKey, Time) == 0x000000, "Member 'FAkAudioEventTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FAkAudioEventTrackKey, AkAudioEvent) == 0x000008, "Member 'FAkAudioEventTrackKey::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FAkAudioEventTrackKey, EventName) == 0x000010, "Member 'FAkAudioEventTrackKey::EventName' 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_UAkPS5InitializationSettings \ +static_assert(alignof(UAkPS5InitializationSettings) == 0x000008, "Wrong alignment on UAkPS5InitializationSettings"); \ +static_assert(sizeof(UAkPS5InitializationSettings) == 0x0000F8, "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_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) == 0x0002F0, "Wrong size on AAkAcousticPortal"); \ +static_assert(offsetof(AAkAcousticPortal, InitialState) == 0x000260, "Member 'AAkAcousticPortal::InitialState' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, ObstructionRefreshInterval) == 0x000264, "Member 'AAkAcousticPortal::ObstructionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, ObstructionCollisionChannel) == 0x000268, "Member 'AAkAcousticPortal::ObstructionCollisionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkDPXInitializationSettings \ +static_assert(alignof(UAkDPXInitializationSettings) == 0x000008, "Wrong alignment on UAkDPXInitializationSettings"); \ +static_assert(sizeof(UAkDPXInitializationSettings) == 0x0000F8, "Wrong size on UAkDPXInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkPortalComponent \ +static_assert(alignof(UAkPortalComponent) == 0x000010, "Wrong alignment on UAkPortalComponent"); \ +static_assert(sizeof(UAkPortalComponent) == 0x000200, "Wrong size on UAkPortalComponent"); \ + +#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_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_UAkAcousticTexture \ +static_assert(alignof(UAkAcousticTexture) == 0x000008, "Wrong alignment on UAkAcousticTexture"); \ +static_assert(sizeof(UAkAcousticTexture) == 0x000040, "Wrong size on UAkAcousticTexture"); \ + +#define DUMPER7_ASSERTS_AAkAmbientSound \ +static_assert(alignof(AAkAmbientSound) == 0x000008, "Wrong alignment on AAkAmbientSound"); \ +static_assert(sizeof(AAkAmbientSound) == 0x000268, "Wrong size on AAkAmbientSound"); \ +static_assert(offsetof(AAkAmbientSound, AkAudioEvent) == 0x000228, "Member 'AAkAmbientSound::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AkComponent) == 0x000230, "Member 'AAkAmbientSound::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, StopWhenOwnerIsDestroyed) == 0x000238, "Member 'AAkAmbientSound::StopWhenOwnerIsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AutoPost) == 0x000239, "Member 'AAkAmbientSound::AutoPost' 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) == 0x000100, "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_UAkPlatformInfo \ +static_assert(alignof(UAkPlatformInfo) == 0x000008, "Wrong alignment on UAkPlatformInfo"); \ +static_assert(sizeof(UAkPlatformInfo) == 0x000070, "Wrong size on UAkPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkAndroidPlatformInfo \ +static_assert(alignof(UAkAndroidPlatformInfo) == 0x000008, "Wrong alignment on UAkAndroidPlatformInfo"); \ +static_assert(sizeof(UAkAndroidPlatformInfo) == 0x000070, "Wrong size on UAkAndroidPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkAssetData \ +static_assert(alignof(UAkAssetData) == 0x000008, "Wrong alignment on UAkAssetData"); \ +static_assert(sizeof(UAkAssetData) == 0x000068, "Wrong size on UAkAssetData"); \ +static_assert(offsetof(UAkAssetData, CachedHash) == 0x000028, "Member 'UAkAssetData::CachedHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetDataWithMedia \ +static_assert(alignof(UAkAssetDataWithMedia) == 0x000008, "Wrong alignment on UAkAssetDataWithMedia"); \ +static_assert(sizeof(UAkAssetDataWithMedia) == 0x000078, "Wrong size on UAkAssetDataWithMedia"); \ +static_assert(offsetof(UAkAssetDataWithMedia, MediaList) == 0x000068, "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_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_UAkAudioBank \ +static_assert(alignof(UAkAudioBank) == 0x000008, "Wrong alignment on UAkAudioBank"); \ +static_assert(sizeof(UAkAudioBank) == 0x0000D8, "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, CurrentLocalizedPlatformAssetData) == 0x0000A8, "Member 'UAkAudioBank::CurrentLocalizedPlatformAssetData' 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) == 0x0000E0, "Wrong size on UAkAssetDataSwitchContainer"); \ +static_assert(offsetof(UAkAssetDataSwitchContainer, SwitchContainers) == 0x000078, "Member 'UAkAssetDataSwitchContainer::SwitchContainers' has a wrong offset!"); \ +static_assert(offsetof(UAkAssetDataSwitchContainer, DefaultGroupValue) == 0x000088, "Member 'UAkAssetDataSwitchContainer::DefaultGroupValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioEventData \ +static_assert(alignof(UAkAudioEventData) == 0x000008, "Wrong alignment on UAkAudioEventData"); \ +static_assert(sizeof(UAkAudioEventData) == 0x0002A8, "Wrong size on UAkAudioEventData"); \ +static_assert(offsetof(UAkAudioEventData, MaxAttenuationRadius) == 0x0000E0, "Member 'UAkAudioEventData::MaxAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, IsInfinite) == 0x0000E4, "Member 'UAkAudioEventData::IsInfinite' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, MinimumDuration) == 0x0000E8, "Member 'UAkAudioEventData::MinimumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, MaximumDuration) == 0x0000EC, "Member 'UAkAudioEventData::MaximumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, LocalizedMedia) == 0x0000F0, "Member 'UAkAudioEventData::LocalizedMedia' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, PostedEvents) == 0x000140, "Member 'UAkAudioEventData::PostedEvents' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, UserDefinedSends) == 0x000190, "Member 'UAkAudioEventData::UserDefinedSends' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, PostedTriggers) == 0x0001E0, "Member 'UAkAudioEventData::PostedTriggers' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, GroupValues) == 0x000230, "Member 'UAkAudioEventData::GroupValues' 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) == 0x0000E0, "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_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_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_UAkGameObject \ +static_assert(alignof(UAkGameObject) == 0x000010, "Wrong alignment on UAkGameObject"); \ +static_assert(sizeof(UAkGameObject) == 0x000220, "Wrong size on UAkGameObject"); \ +static_assert(offsetof(UAkGameObject, AkAudioEvent) == 0x0001F8, "Member 'UAkGameObject::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, EventName) == 0x000200, "Member 'UAkGameObject::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_GetRTPCValue \ +static_assert(alignof(AkComponent_GetRTPCValue) == 0x000008, "Wrong alignment on AkComponent_GetRTPCValue"); \ +static_assert(sizeof(AkComponent_GetRTPCValue) == 0x000030, "Wrong size on AkComponent_GetRTPCValue"); \ +static_assert(offsetof(AkComponent_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkComponent_GetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_GetRTPCValue, InputValueType) == 0x000008, "Member 'AkComponent_GetRTPCValue::InputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_GetRTPCValue, Value) == 0x00000C, "Member 'AkComponent_GetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_GetRTPCValue, OutputValueType) == 0x000010, "Member 'AkComponent_GetRTPCValue::OutputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_GetRTPCValue, RTPC) == 0x000018, "Member 'AkComponent_GetRTPCValue::RTPC' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_GetRTPCValue, PlayingID) == 0x000028, "Member 'AkComponent_GetRTPCValue::PlayingID' 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_SetListeners \ +static_assert(alignof(AkComponent_SetListeners) == 0x000008, "Wrong alignment on AkComponent_SetListeners"); \ +static_assert(sizeof(AkComponent_SetListeners) == 0x000010, "Wrong size on AkComponent_SetListeners"); \ +static_assert(offsetof(AkComponent_SetListeners, Listeners) == 0x000000, "Member 'AkComponent_SetListeners::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetOutputBusVolume \ +static_assert(alignof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong alignment on AkComponent_SetOutputBusVolume"); \ +static_assert(sizeof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong size on AkComponent_SetOutputBusVolume"); \ +static_assert(offsetof(AkComponent_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkComponent_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetRTPCValue \ +static_assert(alignof(AkComponent_SetRTPCValue) == 0x000008, "Wrong alignment on AkComponent_SetRTPCValue"); \ +static_assert(sizeof(AkComponent_SetRTPCValue) == 0x000020, "Wrong size on AkComponent_SetRTPCValue"); \ +static_assert(offsetof(AkComponent_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkComponent_SetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetRTPCValue, Value) == 0x000008, "Member 'AkComponent_SetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkComponent_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetRTPCValue, RTPC) == 0x000010, "Member 'AkComponent_SetRTPCValue::RTPC' 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_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) == 0x0003E0, "Wrong size on UAkComponent"); \ +static_assert(offsetof(UAkComponent, bUseSpatialAudio) == 0x000218, "Member 'UAkComponent::bUseSpatialAudio' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionCollisionChannel) == 0x000220, "Member 'UAkComponent::OcclusionCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBus) == 0x000228, "Member 'UAkComponent::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBusName) == 0x000230, "Member 'UAkComponent::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionOrder) == 0x000240, "Member 'UAkComponent::EarlyReflectionOrder' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionBusSendGain) == 0x000244, "Member 'UAkComponent::EarlyReflectionBusSendGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionMaxPathLength) == 0x000248, "Member 'UAkComponent::EarlyReflectionMaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, roomReverbAuxBusGain) == 0x00024C, "Member 'UAkComponent::roomReverbAuxBusGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxEdges) == 0x000250, "Member 'UAkComponent::diffractionMaxEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxPaths) == 0x000254, "Member 'UAkComponent::diffractionMaxPaths' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxPathLength) == 0x000258, "Member 'UAkComponent::diffractionMaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, StopWhenOwnerDestroyed) == 0x000260, "Member 'UAkComponent::StopWhenOwnerDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, AttenuationScalingFactor) == 0x000264, "Member 'UAkComponent::AttenuationScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionRefreshInterval) == 0x000268, "Member 'UAkComponent::OcclusionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bUseReverbVolumes) == 0x00026C, "Member 'UAkComponent::bUseReverbVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioInputComponent_PostAssociatedAudioInputEvent \ +static_assert(alignof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong alignment on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(sizeof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong size on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(offsetof(AkAudioInputComponent_PostAssociatedAudioInputEvent, ReturnValue) == 0x000000, "Member 'AkAudioInputComponent_PostAssociatedAudioInputEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioInputComponent \ +static_assert(alignof(UAkAudioInputComponent) == 0x000010, "Wrong alignment on UAkAudioInputComponent"); \ +static_assert(sizeof(UAkAudioInputComponent) == 0x000410, "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_UAkChinookPlatformInfo \ +static_assert(alignof(UAkChinookPlatformInfo) == 0x000008, "Wrong alignment on UAkChinookPlatformInfo"); \ +static_assert(sizeof(UAkChinookPlatformInfo) == 0x000070, "Wrong size on UAkChinookPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkMPXPlatformInfo \ +static_assert(alignof(UAkMPXPlatformInfo) == 0x000008, "Wrong alignment on UAkMPXPlatformInfo"); \ +static_assert(sizeof(UAkMPXPlatformInfo) == 0x000070, "Wrong size on UAkMPXPlatformInfo"); \ + +#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_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_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_GetSourcePlayPosition \ +static_assert(alignof(AkGameplayStatics_GetSourcePlayPosition) == 0x000004, "Wrong alignment on AkGameplayStatics_GetSourcePlayPosition"); \ +static_assert(sizeof(AkGameplayStatics_GetSourcePlayPosition) == 0x000008, "Wrong size on AkGameplayStatics_GetSourcePlayPosition"); \ +static_assert(offsetof(AkGameplayStatics_GetSourcePlayPosition, PlayingID) == 0x000000, "Member 'AkGameplayStatics_GetSourcePlayPosition::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetSourcePlayPosition, ReturnValue) == 0x000004, "Member 'AkGameplayStatics_GetSourcePlayPosition::ReturnValue' 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_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_SeekOnEvent \ +static_assert(alignof(AkGameplayStatics_SeekOnEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_SeekOnEvent"); \ +static_assert(sizeof(AkGameplayStatics_SeekOnEvent) == 0x000010, "Wrong size on AkGameplayStatics_SeekOnEvent"); \ +static_assert(offsetof(AkGameplayStatics_SeekOnEvent, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SeekOnEvent::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SeekOnEvent, PositionMS) == 0x000008, "Member 'AkGameplayStatics_SeekOnEvent::PositionMS' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SeekOnEvent, PlayingID) == 0x00000C, "Member 'AkGameplayStatics_SeekOnEvent::PlayingID' 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_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_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) == 0x000040, "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) == 0x000330, "Wrong size on UAkGeometryComponent"); \ +static_assert(offsetof(UAkGeometryComponent, MeshType) == 0x0001F8, "Member 'UAkGeometryComponent::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, LOD) == 0x0001FC, "Member 'UAkGeometryComponent::LOD' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, WeldingThreshold) == 0x000200, "Member 'UAkGeometryComponent::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, StaticMeshSurfaceOverride) == 0x000208, "Member 'UAkGeometryComponent::StaticMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, CollisionMeshSurfaceOverride) == 0x000258, "Member 'UAkGeometryComponent::CollisionMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, AssociatedRoom) == 0x000270, "Member 'UAkGeometryComponent::AssociatedRoom' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, GeometryData) == 0x000288, "Member 'UAkGeometryComponent::GeometryData' 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) == 0x000100, "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) == 0x000088, "Wrong size on UAkInitBankAssetData"); \ +static_assert(offsetof(UAkInitBankAssetData, PluginInfos) == 0x000078, "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) == 0x000108, "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_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) == 0x000100, "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_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_UAkLateReverbComponent \ +static_assert(alignof(UAkLateReverbComponent) == 0x000010, "Wrong alignment on UAkLateReverbComponent"); \ +static_assert(sizeof(UAkLateReverbComponent) == 0x000260, "Wrong size on UAkLateReverbComponent"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBus) == 0x000200, "Member 'UAkLateReverbComponent::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusName) == 0x000208, "Member 'UAkLateReverbComponent::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, SendLevel) == 0x000218, "Member 'UAkLateReverbComponent::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, FadeRate) == 0x00021C, "Member 'UAkLateReverbComponent::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, Priority) == 0x000220, "Member 'UAkLateReverbComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, NextLowerPriorityComponent) == 0x000228, "Member 'UAkLateReverbComponent::NextLowerPriorityComponent' 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) == 0x0000F8, "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_AkLuminInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkLuminInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkLuminInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkLuminInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkLuminInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkLuminInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkLuminInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLuminInitializationSettings \ +static_assert(alignof(UAkLuminInitializationSettings) == 0x000008, "Wrong alignment on UAkLuminInitializationSettings"); \ +static_assert(sizeof(UAkLuminInitializationSettings) == 0x0000F0, "Wrong size on UAkLuminInitializationSettings"); \ +static_assert(offsetof(UAkLuminInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkLuminInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLuminInitializationSettings, CommunicationSettings) == 0x000090, "Member 'UAkLuminInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLuminInitializationSettings, AdvancedSettings) == 0x0000B8, "Member 'UAkLuminInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLuminPlatformInfo \ +static_assert(alignof(UAkLuminPlatformInfo) == 0x000008, "Wrong alignment on UAkLuminPlatformInfo"); \ +static_assert(sizeof(UAkLuminPlatformInfo) == 0x000070, "Wrong size on UAkLuminPlatformInfo"); \ + +#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) == 0x0000F8, "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) == 0x000060, "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!"); \ + +#define DUMPER7_ASSERTS_UAkMediaAsset \ +static_assert(alignof(UAkMediaAsset) == 0x000008, "Wrong alignment on UAkMediaAsset"); \ +static_assert(sizeof(UAkMediaAsset) == 0x000058, "Wrong size on UAkMediaAsset"); \ +static_assert(offsetof(UAkMediaAsset, ID) == 0x000028, "Member 'UAkMediaAsset::ID' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, AutoLoad) == 0x00002C, "Member 'UAkMediaAsset::AutoLoad' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, UserData) == 0x000030, "Member 'UAkMediaAsset::UserData' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, CurrentMediaAssetData) == 0x000040, "Member 'UAkMediaAsset::CurrentMediaAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLocalizedMediaAsset \ +static_assert(alignof(UAkLocalizedMediaAsset) == 0x000008, "Wrong alignment on UAkLocalizedMediaAsset"); \ +static_assert(sizeof(UAkLocalizedMediaAsset) == 0x000058, "Wrong size on UAkLocalizedMediaAsset"); \ + +#define DUMPER7_ASSERTS_UAkExternalMediaAsset \ +static_assert(alignof(UAkExternalMediaAsset) == 0x000008, "Wrong alignment on UAkExternalMediaAsset"); \ +static_assert(sizeof(UAkExternalMediaAsset) == 0x0000B8, "Wrong size on UAkExternalMediaAsset"); \ + +#define DUMPER7_ASSERTS_UAkPellegrinoPlatformInfo \ +static_assert(alignof(UAkPellegrinoPlatformInfo) == 0x000008, "Wrong alignment on UAkPellegrinoPlatformInfo"); \ +static_assert(sizeof(UAkPellegrinoPlatformInfo) == 0x000070, "Wrong size on UAkPellegrinoPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkDPXPlatformInfo \ +static_assert(alignof(UAkDPXPlatformInfo) == 0x000008, "Wrong alignment on UAkDPXPlatformInfo"); \ +static_assert(sizeof(UAkDPXPlatformInfo) == 0x000070, "Wrong size on UAkDPXPlatformInfo"); \ + +#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_IAkPlatformInitialisationSettingsBase \ +static_assert(alignof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong alignment on IAkPlatformInitialisationSettingsBase"); \ +static_assert(sizeof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong size on IAkPlatformInitialisationSettingsBase"); \ + +#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) == 0x0000F8, "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_AAkReverbVolume \ +static_assert(alignof(AAkReverbVolume) == 0x000008, "Wrong alignment on AAkReverbVolume"); \ +static_assert(sizeof(AAkReverbVolume) == 0x000298, "Wrong size on AAkReverbVolume"); \ +static_assert(offsetof(AAkReverbVolume, AuxBus) == 0x000268, "Member 'AAkReverbVolume::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBusName) == 0x000270, "Member 'AAkReverbVolume::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, SendLevel) == 0x000280, "Member 'AAkReverbVolume::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, FadeRate) == 0x000284, "Member 'AAkReverbVolume::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, Priority) == 0x000288, "Member 'AAkReverbVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, LateReverbComponent) == 0x000290, "Member 'AAkReverbVolume::LateReverbComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkRoomComponent \ +static_assert(alignof(UAkRoomComponent) == 0x000010, "Wrong alignment on UAkRoomComponent"); \ +static_assert(sizeof(UAkRoomComponent) == 0x000240, "Wrong size on UAkRoomComponent"); \ +static_assert(offsetof(UAkRoomComponent, NextLowerPriorityComponent) == 0x000220, "Member 'UAkRoomComponent::NextLowerPriorityComponent' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, Priority) == 0x000228, "Member 'UAkRoomComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, WallOcclusion) == 0x00022C, "Member 'UAkRoomComponent::WallOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AuxSendLevel) == 0x000230, "Member 'UAkRoomComponent::AuxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AutoPost) == 0x000234, "Member 'UAkRoomComponent::AutoPost' 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_UAkSettings \ +static_assert(alignof(UAkSettings) == 0x000008, "Wrong alignment on UAkSettings"); \ +static_assert(sizeof(UAkSettings) == 0x000140, "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, AkGeometryMap) == 0x000058, "Member 'UAkSettings::AkGeometryMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitSwitchContainerMedia) == 0x0000A8, "Member 'UAkSettings::SplitSwitchContainerMedia' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitMediaPerFolder) == 0x0000A9, "Member 'UAkSettings::SplitMediaPerFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UseEventBasedPackaging) == 0x0000AA, "Member 'UAkSettings::UseEventBasedPackaging' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, EnableAutomaticAssetSynchronization) == 0x0000AB, "Member 'UAkSettings::EnableAutomaticAssetSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, CommandletCommitMessage) == 0x0000B0, "Member 'UAkSettings::CommandletCommitMessage' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UnrealCultureToWwiseCulture) == 0x0000C0, "Member 'UAkSettings::UnrealCultureToWwiseCulture' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AskedToUseNewAssetManagement) == 0x000110, "Member 'UAkSettings::AskedToUseNewAssetManagement' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bEnableMultiCoreRendering) == 0x000111, "Member 'UAkSettings::bEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, MigratedEnableMultiCoreRendering) == 0x000112, "Member 'UAkSettings::MigratedEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, FixupRedirectorsDuringMigration) == 0x000113, "Member 'UAkSettings::FixupRedirectorsDuringMigration' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseWindowsInstallationPath) == 0x000118, "Member 'UAkSettings::WwiseWindowsInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseMacInstallationPath) == 0x000128, "Member 'UAkSettings::WwiseMacInstallationPath' has a wrong offset!"); \ + +#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) == 0x000278, "Wrong size on AAkSpatialAudioVolume"); \ +static_assert(offsetof(AAkSpatialAudioVolume, SurfaceReflectorSet) == 0x000260, "Member 'AAkSpatialAudioVolume::SurfaceReflectorSet' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, LateReverb) == 0x000268, "Member 'AAkSpatialAudioVolume::LateReverb' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, Room) == 0x000270, "Member 'AAkSpatialAudioVolume::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpotReflector \ +static_assert(alignof(AAkSpotReflector) == 0x000008, "Wrong alignment on AAkSpotReflector"); \ +static_assert(sizeof(AAkSpotReflector) == 0x000250, "Wrong size on AAkSpotReflector"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBus) == 0x000228, "Member 'AAkSpotReflector::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBusName) == 0x000230, "Member 'AAkSpotReflector::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, AcousticTexture) == 0x000240, "Member 'AAkSpotReflector::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, DistanceScalingFactor) == 0x000248, "Member 'AAkSpotReflector::DistanceScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, Level) == 0x00024C, "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_UAkSurfaceReflectorSetComponent \ +static_assert(alignof(UAkSurfaceReflectorSetComponent) == 0x000010, "Wrong alignment on UAkSurfaceReflectorSetComponent"); \ +static_assert(sizeof(UAkSurfaceReflectorSetComponent) == 0x000230, "Wrong size on UAkSurfaceReflectorSetComponent"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AcousticPolys) == 0x000200, "Member 'UAkSurfaceReflectorSetComponent::AcousticPolys' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AssociatedRoom) == 0x000218, "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) == 0x0000F8, "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) == 0x000108, "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_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) == 0x000100, "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) == 0x000100, "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) == 0x000100, "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_UAkXboxOneAnvilInitializationSettings \ +static_assert(alignof(UAkXboxOneAnvilInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneAnvilInitializationSettings"); \ +static_assert(sizeof(UAkXboxOneAnvilInitializationSettings) == 0x000100, "Wrong size on UAkXboxOneAnvilInitializationSettings"); \ + +#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_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) == 0x000100, "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_UInterpTrackAkAudioEvent \ +static_assert(alignof(UInterpTrackAkAudioEvent) == 0x000008, "Wrong alignment on UInterpTrackAkAudioEvent"); \ +static_assert(sizeof(UInterpTrackAkAudioEvent) == 0x0000A8, "Wrong size on UInterpTrackAkAudioEvent"); \ +static_assert(offsetof(UInterpTrackAkAudioEvent, Events) == 0x000090, "Member 'UInterpTrackAkAudioEvent::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackAkAudioRTPC \ +static_assert(alignof(UInterpTrackAkAudioRTPC) == 0x000008, "Wrong alignment on UInterpTrackAkAudioRTPC"); \ +static_assert(sizeof(UInterpTrackAkAudioRTPC) == 0x0000A8, "Wrong size on UInterpTrackAkAudioRTPC"); \ +static_assert(offsetof(UInterpTrackAkAudioRTPC, Param) == 0x000090, "Member 'UInterpTrackAkAudioRTPC::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstAkAudioEvent \ +static_assert(alignof(UInterpTrackInstAkAudioEvent) == 0x000008, "Wrong alignment on UInterpTrackInstAkAudioEvent"); \ +static_assert(sizeof(UInterpTrackInstAkAudioEvent) == 0x000030, "Wrong size on UInterpTrackInstAkAudioEvent"); \ +static_assert(offsetof(UInterpTrackInstAkAudioEvent, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstAkAudioEvent::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstAkAudioRTPC \ +static_assert(alignof(UInterpTrackInstAkAudioRTPC) == 0x000008, "Wrong alignment on UInterpTrackInstAkAudioRTPC"); \ +static_assert(sizeof(UInterpTrackInstAkAudioRTPC) == 0x000030, "Wrong size on UInterpTrackInstAkAudioRTPC"); \ +static_assert(offsetof(UInterpTrackInstAkAudioRTPC, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstAkAudioRTPC::LastUpdatePosition' has a wrong offset!"); \ + +#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!"); \ + +#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_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_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_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_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_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_FSubmixEffectDynamicProcessorFilterSettings \ +static_assert(alignof(FSubmixEffectDynamicProcessorFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectDynamicProcessorFilterSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicProcessorFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectDynamicProcessorFilterSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, Cutoff) == 0x000004, "Member 'FSubmixEffectDynamicProcessorFilterSettings::Cutoff' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, GainDb) == 0x000008, "Member 'FSubmixEffectDynamicProcessorFilterSettings::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectDynamicsProcessorSettings \ +static_assert(alignof(FSubmixEffectDynamicsProcessorSettings) == 0x000008, "Wrong alignment on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicsProcessorSettings) == 0x000060, "Wrong size on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LinkMode) == 0x000002, "Member 'FSubmixEffectDynamicsProcessorSettings::LinkMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, InputGainDb) == 0x000004, "Member 'FSubmixEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ThresholdDb) == 0x000008, "Member 'FSubmixEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, Ratio) == 0x00000C, "Member 'FSubmixEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000010, "Member 'FSubmixEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000014, "Member 'FSubmixEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000018, "Member 'FSubmixEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00001C, "Member 'FSubmixEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeySource) == 0x000020, "Member 'FSubmixEffectDynamicsProcessorSettings::KeySource' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalAudioBus) == 0x000028, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalAudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalSubmix) == 0x000030, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyGainDb) == 0x00003C, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 0x000040, "Member 'FSubmixEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyHighshelf) == 0x000044, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyHighshelf' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyLowshelf) == 0x000050, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyLowshelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectEQBand \ +static_assert(alignof(FSubmixEffectEQBand) == 0x000004, "Wrong alignment on FSubmixEffectEQBand"); \ +static_assert(sizeof(FSubmixEffectEQBand) == 0x000010, "Wrong size on FSubmixEffectEQBand"); \ +static_assert(offsetof(FSubmixEffectEQBand, Frequency) == 0x000000, "Member 'FSubmixEffectEQBand::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, Bandwidth) == 0x000004, "Member 'FSubmixEffectEQBand::Bandwidth' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, GainDb) == 0x000008, "Member 'FSubmixEffectEQBand::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectSubmixEQSettings \ +static_assert(alignof(FSubmixEffectSubmixEQSettings) == 0x000008, "Wrong alignment on FSubmixEffectSubmixEQSettings"); \ +static_assert(sizeof(FSubmixEffectSubmixEQSettings) == 0x000010, "Wrong size on FSubmixEffectSubmixEQSettings"); \ +static_assert(offsetof(FSubmixEffectSubmixEQSettings, EQBands) == 0x000000, "Member 'FSubmixEffectSubmixEQSettings::EQBands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectReverbSettings \ +static_assert(alignof(FSubmixEffectReverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectReverbSettings"); \ +static_assert(sizeof(FSubmixEffectReverbSettings) == 0x000040, "Wrong size on FSubmixEffectReverbSettings"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypassEarlyReflections) == 0x000000, "Member 'FSubmixEffectReverbSettings::bBypassEarlyReflections' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsDelay) == 0x000004, "Member 'FSubmixEffectReverbSettings::ReflectionsDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, GainHF) == 0x000008, "Member 'FSubmixEffectReverbSettings::GainHF' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsGain) == 0x00000C, "Member 'FSubmixEffectReverbSettings::ReflectionsGain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypassLateReflections) == 0x000010, "Member 'FSubmixEffectReverbSettings::bBypassLateReflections' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, LateDelay) == 0x000014, "Member 'FSubmixEffectReverbSettings::LateDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DecayTime) == 0x000018, "Member 'FSubmixEffectReverbSettings::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Density) == 0x00001C, "Member 'FSubmixEffectReverbSettings::Density' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Diffusion) == 0x000020, "Member 'FSubmixEffectReverbSettings::Diffusion' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, AirAbsorptionGainHF) == 0x000024, "Member 'FSubmixEffectReverbSettings::AirAbsorptionGainHF' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DecayHFRatio) == 0x000028, "Member 'FSubmixEffectReverbSettings::DecayHFRatio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, LateGain) == 0x00002C, "Member 'FSubmixEffectReverbSettings::LateGain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Gain) == 0x000030, "Member 'FSubmixEffectReverbSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, WetLevel) == 0x000034, "Member 'FSubmixEffectReverbSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DryLevel) == 0x000038, "Member 'FSubmixEffectReverbSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypass) == 0x00003C, "Member 'FSubmixEffectReverbSettings::bBypass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterEnabled \ +static_assert(alignof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'SynthComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterFrequency \ +static_assert(alignof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'SynthComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetOutputToBusOnly \ +static_assert(alignof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on SynthComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on SynthComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(SynthComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'SynthComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSubmixSend \ +static_assert(alignof(SynthComponent_SetSubmixSend) == 0x000008, "Wrong alignment on SynthComponent_SetSubmixSend"); \ +static_assert(sizeof(SynthComponent_SetSubmixSend) == 0x000010, "Wrong size on SynthComponent_SetSubmixSend"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, Submix) == 0x000000, "Member 'SynthComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'SynthComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetVolumeMultiplier \ +static_assert(alignof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on SynthComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on SynthComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(SynthComponent_SetVolumeMultiplier, VolumeMultiplier) == 0x000000, "Member 'SynthComponent_SetVolumeMultiplier::VolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_IsPlaying \ +static_assert(alignof(SynthComponent_IsPlaying) == 0x000001, "Wrong alignment on SynthComponent_IsPlaying"); \ +static_assert(sizeof(SynthComponent_IsPlaying) == 0x000001, "Wrong size on SynthComponent_IsPlaying"); \ +static_assert(offsetof(SynthComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SynthComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponent \ +static_assert(alignof(USynthComponent) == 0x000010, "Wrong alignment on USynthComponent"); \ +static_assert(sizeof(USynthComponent) == 0x0006C0, "Wrong size on USynthComponent"); \ +static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000200, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000208, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x0005A8, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x0005B0, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundClass) == 0x000600, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x000608, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000610, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000618, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, BusSends) == 0x000628, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000638, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00064C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000650, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000658, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, Synth) == 0x000688, "Member 'USynthComponent::Synth' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AudioComponent) == 0x000690, "Member 'USynthComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UAudioGenerator \ +static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ +static_assert(sizeof(UAudioGenerator) == 0x0000A8, "Wrong size on UAudioGenerator"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddMasterSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, Entry) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::Entry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearMasterSubmixEffects \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearMasterSubmixEffects::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, FadeTimeSec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffects \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::SoundSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Frequencies' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Magnitudes) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Magnitudes' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetPhaseForFrequencies \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Frequencies' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Phases) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Phases' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_IsAudioBusActive \ +static_assert(alignof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InNumBands) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMinimumFrequency) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMaximumFrequency) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InNumSemitones) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InNumSemitones' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingMusicalNote) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingMusicalNote' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingOctave) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingOctave' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InBandPresetType) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InBandPresetType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InNumBands) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PauseRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::SubmixToPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback \ +static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback, SoundCue) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback::SoundCue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundForPlayback \ +static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, SoundWave) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, OnLoadCompletion) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::OnLoadCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::EntryIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SubmixChainIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SubmixChainIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::InSoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixChainIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::InSoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixChainIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ResumeRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::SubmixToPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry \ +static_assert(alignof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, bBypassed) == 0x000014, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::bBypassed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride \ +static_assert(alignof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SubmixEffectPresetChain) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SubmixEffectPresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, FadeTimeSec) == 0x000020, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAnalyzingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SubmixToAnalyze) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SubmixToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, FFTSize) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, InterpolationMethod) == 0x000011, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WindowType) == 0x000012, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WindowType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, HopSize) == 0x000014, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::HopSize' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SpectrumType) == 0x000018, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SpectrumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAudioBus \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAudioBus"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StartAudioBus"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, SubmixToRecord) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::SubmixToRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAnalyzingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, SubmixToStopAnalyzing) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::SubmixToStopAnalyzing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAudioBus \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAudioBus"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAudioBus"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000048, "Wrong size on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExportType) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExportType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Name_0) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Path) == 0x000020, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Path' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, SubmixToRecord) == 0x000030, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::SubmixToRecord' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000038, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ReturnValue) == 0x000040, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_TrimAudioCache \ +static_assert(alignof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000004, "Wrong alignment on AudioMixerBlueprintLibrary_TrimAudioCache"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_TrimAudioCache"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, InMegabytesToFree) == 0x000000, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::InMegabytesToFree' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, ReturnValue) == 0x000004, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ +static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ +static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetCurrentTimestamp \ +static_assert(alignof(QuartzClockHandle_GetCurrentTimestamp) == 0x000008, "Wrong alignment on QuartzClockHandle_GetCurrentTimestamp"); \ +static_assert(sizeof(QuartzClockHandle_GetCurrentTimestamp) == 0x000018, "Wrong size on QuartzClockHandle_GetCurrentTimestamp"); \ +static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetCurrentTimestamp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetCurrentTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds \ +static_assert(alignof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(sizeof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000018, "Wrong size on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000008, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x00000C, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000010, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetEstimatedRunTime \ +static_assert(alignof(QuartzClockHandle_GetEstimatedRunTime) == 0x000008, "Wrong alignment on QuartzClockHandle_GetEstimatedRunTime"); \ +static_assert(sizeof(QuartzClockHandle_GetEstimatedRunTime) == 0x000010, "Wrong size on QuartzClockHandle_GetEstimatedRunTime"); \ +static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetEstimatedRunTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetEstimatedRunTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_IsClockRunning \ +static_assert(alignof(QuartzClockHandle_IsClockRunning) == 0x000008, "Wrong alignment on QuartzClockHandle_IsClockRunning"); \ +static_assert(sizeof(QuartzClockHandle_IsClockRunning) == 0x000010, "Wrong size on QuartzClockHandle_IsClockRunning"); \ +static_assert(offsetof(QuartzClockHandle_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_IsClockRunning::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_IsClockRunning, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_IsClockRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_PauseClock \ +static_assert(alignof(QuartzClockHandle_PauseClock) == 0x000008, "Wrong alignment on QuartzClockHandle_PauseClock"); \ +static_assert(sizeof(QuartzClockHandle_PauseClock) == 0x000010, "Wrong size on QuartzClockHandle_PauseClock"); \ +static_assert(offsetof(QuartzClockHandle_PauseClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_PauseClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_PauseClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_PauseClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransport \ +static_assert(alignof(QuartzClockHandle_ResetTransport) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransport"); \ +static_assert(sizeof(QuartzClockHandle_ResetTransport) == 0x000018, "Wrong size on QuartzClockHandle_ResetTransport"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransport, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransport, InDelegate) == 0x000008, "Member 'QuartzClockHandle_ResetTransport::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransportQuantized \ +static_assert(alignof(QuartzClockHandle_ResetTransportQuantized) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransportQuantized"); \ +static_assert(sizeof(QuartzClockHandle_ResetTransportQuantized) == 0x000030, "Wrong size on QuartzClockHandle_ResetTransportQuantized"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransportQuantized::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_ResetTransportQuantized::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InDelegate) == 0x000014, "Member 'QuartzClockHandle_ResetTransportQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_ResetTransportQuantized::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResumeClock \ +static_assert(alignof(QuartzClockHandle_ResumeClock) == 0x000008, "Wrong alignment on QuartzClockHandle_ResumeClock"); \ +static_assert(sizeof(QuartzClockHandle_ResumeClock) == 0x000010, "Wrong size on QuartzClockHandle_ResumeClock"); \ +static_assert(offsetof(QuartzClockHandle_ResumeClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResumeClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResumeClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_ResumeClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetBeatsPerMinute \ +static_assert(alignof(QuartzClockHandle_SetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetBeatsPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_SetBeatsPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetBeatsPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetBeatsPerMinute::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetBeatsPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetBeatsPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, BeatsPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetBeatsPerMinute::BeatsPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetMillisecondsPerTick \ +static_assert(alignof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetMillisecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetMillisecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetMillisecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetMillisecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetMillisecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, MillisecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetMillisecondsPerTick::MillisecondsPerTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetSecondsPerTick \ +static_assert(alignof(QuartzClockHandle_SetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetSecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_SetSecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetSecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetSecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetSecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetSecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, SecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetSecondsPerTick::SecondsPerTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetThirtySecondNotesPerMinute \ +static_assert(alignof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ThirtySecondsNotesPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ThirtySecondsNotesPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetTicksPerSecond \ +static_assert(alignof(QuartzClockHandle_SetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_SetTicksPerSecond"); \ +static_assert(sizeof(QuartzClockHandle_SetTicksPerSecond) == 0x000038, "Wrong size on QuartzClockHandle_SetTicksPerSecond"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetTicksPerSecond::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetTicksPerSecond::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetTicksPerSecond::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, TicksPerSecond) == 0x000030, "Member 'QuartzClockHandle_SetTicksPerSecond::TicksPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StartClock \ +static_assert(alignof(QuartzClockHandle_StartClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartClock"); \ +static_assert(sizeof(QuartzClockHandle_StartClock) == 0x000010, "Wrong size on QuartzClockHandle_StartClock"); \ +static_assert(offsetof(QuartzClockHandle_StartClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_StartClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StartOtherClock \ +static_assert(alignof(QuartzClockHandle_StartOtherClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartOtherClock"); \ +static_assert(sizeof(QuartzClockHandle_StartOtherClock) == 0x000030, "Wrong size on QuartzClockHandle_StartOtherClock"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartOtherClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, OtherClockName) == 0x000008, "Member 'QuartzClockHandle_StartOtherClock::OtherClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InQuantizationBoundary) == 0x000010, "Member 'QuartzClockHandle_StartOtherClock::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InDelegate) == 0x00001C, "Member 'QuartzClockHandle_StartOtherClock::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StopClock \ +static_assert(alignof(QuartzClockHandle_StopClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StopClock"); \ +static_assert(sizeof(QuartzClockHandle_StopClock) == 0x000018, "Wrong size on QuartzClockHandle_StopClock"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StopClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, CancelPendingEvents) == 0x000008, "Member 'QuartzClockHandle_StopClock::CancelPendingEvents' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_StopClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToAllQuantizationEvents \ +static_assert(alignof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ +static_assert(sizeof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000020, "Wrong size on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, OnQuantizationEvent) == 0x000008, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::OnQuantizationEvent' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, ClockHandle) == 0x000018, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToQuantizationEvent \ +static_assert(alignof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToQuantizationEvent"); \ +static_assert(sizeof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000028, "Wrong size on QuartzClockHandle_SubscribeToQuantizationEvent"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, OnQuantizationEvent) == 0x00000C, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::OnQuantizationEvent' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, ClockHandle) == 0x000020, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromAllTimeDivisions \ +static_assert(alignof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ +static_assert(sizeof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000010, "Wrong size on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromTimeDivision \ +static_assert(alignof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ +static_assert(sizeof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000018, "Wrong size on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetBeatsPerMinute \ +static_assert(alignof(QuartzClockHandle_GetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetBeatsPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_GetBeatsPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetBeatsPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetBeatsPerMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetMillisecondsPerTick \ +static_assert(alignof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetMillisecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetMillisecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetMillisecondsPerTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetSecondsPerTick \ +static_assert(alignof(QuartzClockHandle_GetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetSecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_GetSecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetSecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetSecondsPerTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetThirtySecondNotesPerMinute \ +static_assert(alignof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetTicksPerSecond \ +static_assert(alignof(QuartzClockHandle_GetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_GetTicksPerSecond"); \ +static_assert(sizeof(QuartzClockHandle_GetTicksPerSecond) == 0x000010, "Wrong size on QuartzClockHandle_GetTicksPerSecond"); \ +static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetTicksPerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuartzClockHandle \ +static_assert(alignof(UQuartzClockHandle) == 0x000008, "Wrong alignment on UQuartzClockHandle"); \ +static_assert(sizeof(UQuartzClockHandle) == 0x000190, "Wrong size on UQuartzClockHandle"); \ +static_assert(offsetof(UQuartzClockHandle, QuartzSubsystem) == 0x000168, "Member 'UQuartzClockHandle::QuartzSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UQuartzClockHandle, WorldPtr) == 0x000188, "Member 'UQuartzClockHandle::WorldPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FEOSUserInterface_CandidateEOSAccount \ +static_assert(alignof(FEOSUserInterface_CandidateEOSAccount) == 0x000008, "Wrong alignment on FEOSUserInterface_CandidateEOSAccount"); \ +static_assert(sizeof(FEOSUserInterface_CandidateEOSAccount) == 0x0000C8, "Wrong size on FEOSUserInterface_CandidateEOSAccount"); \ +static_assert(offsetof(FEOSUserInterface_CandidateEOSAccount, DisplayName) == 0x000000, "Member 'FEOSUserInterface_CandidateEOSAccount::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_EnterDevicePinCode_SetupUserInterface \ +static_assert(alignof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_EnterDevicePinCode_SetupUserInterface"); \ +static_assert(sizeof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface) == 0x000028, "Wrong size on EOSUserInterface_EnterDevicePinCode_SetupUserInterface"); \ +static_assert(offsetof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_EnterDevicePinCode_SetupUserInterface::Context' has a wrong offset!"); \ +static_assert(offsetof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface, VerificationUrl) == 0x000008, "Member 'EOSUserInterface_EnterDevicePinCode_SetupUserInterface::VerificationUrl' has a wrong offset!"); \ +static_assert(offsetof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface, PinCode) == 0x000018, "Member 'EOSUserInterface_EnterDevicePinCode_SetupUserInterface::PinCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEOSUserInterface_EnterDevicePinCode \ +static_assert(alignof(IEOSUserInterface_EnterDevicePinCode) == 0x000001, "Wrong alignment on IEOSUserInterface_EnterDevicePinCode"); \ +static_assert(sizeof(IEOSUserInterface_EnterDevicePinCode) == 0x000001, "Wrong size on IEOSUserInterface_EnterDevicePinCode"); \ + +#define DUMPER7_ASSERTS_UEOSControlChannel \ +static_assert(alignof(UEOSControlChannel) == 0x000008, "Wrong alignment on UEOSControlChannel"); \ +static_assert(sizeof(UEOSControlChannel) == 0x000318, "Wrong size on UEOSControlChannel"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates \ +static_assert(alignof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates) == 0x000008, "Wrong alignment on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates"); \ +static_assert(sizeof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates) == 0x000010, "Wrong size on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates"); \ +static_assert(offsetof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates, SelectedCandidates_0) == 0x000000, "Member 'EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates::SelectedCandidates_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context \ +static_assert(alignof(UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context"); \ +static_assert(sizeof(UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context) == 0x000038, "Wrong size on UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context"); \ + +#define DUMPER7_ASSERTS_UEOSIpNetConnection \ +static_assert(alignof(UEOSIpNetConnection) == 0x000008, "Wrong alignment on UEOSIpNetConnection"); \ +static_assert(sizeof(UEOSIpNetConnection) == 0x001C48, "Wrong size on UEOSIpNetConnection"); \ + +#define DUMPER7_ASSERTS_UEOSNetConnection \ +static_assert(alignof(UEOSNetConnection) == 0x000008, "Wrong alignment on UEOSNetConnection"); \ +static_assert(sizeof(UEOSNetConnection) == 0x001BC0, "Wrong size on UEOSNetConnection"); \ + +#define DUMPER7_ASSERTS_UEOSNetDriver \ +static_assert(alignof(UEOSNetDriver) == 0x000008, "Wrong alignment on UEOSNetDriver"); \ +static_assert(sizeof(UEOSNetDriver) == 0x000838, "Wrong size on UEOSNetDriver"); \ + +#define DUMPER7_ASSERTS_UEOSSubsystem \ +static_assert(alignof(UEOSSubsystem) == 0x000008, "Wrong alignment on UEOSSubsystem"); \ +static_assert(sizeof(UEOSSubsystem) == 0x000068, "Wrong size on UEOSSubsystem"); \ +static_assert(offsetof(UEOSSubsystem, OnAddWidgetToViewport) == 0x000030, "Member 'UEOSSubsystem::OnAddWidgetToViewport' has a wrong offset!"); \ +static_assert(offsetof(UEOSSubsystem, OnRemoveWidgetFromViewport) == 0x000040, "Member 'UEOSSubsystem::OnRemoveWidgetFromViewport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSUserInterface_EnterDevicePinCode_Context \ +static_assert(alignof(UEOSUserInterface_EnterDevicePinCode_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_EnterDevicePinCode_Context"); \ +static_assert(sizeof(UEOSUserInterface_EnterDevicePinCode_Context) == 0x000038, "Wrong size on UEOSUserInterface_EnterDevicePinCode_Context"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface \ +static_assert(alignof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface"); \ +static_assert(sizeof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface) == 0x000018, "Wrong size on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface"); \ +static_assert(offsetof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface::Context' has a wrong offset!"); \ +static_assert(offsetof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface, AvailableCandidates) == 0x000008, "Member 'EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface::AvailableCandidates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform \ +static_assert(alignof(IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform) == 0x000001, "Wrong alignment on IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform"); \ +static_assert(sizeof(IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform) == 0x000001, "Wrong size on IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_SelectEOSAccount_Context_SelectCandidate \ +static_assert(alignof(EOSUserInterface_SelectEOSAccount_Context_SelectCandidate) == 0x000008, "Wrong alignment on EOSUserInterface_SelectEOSAccount_Context_SelectCandidate"); \ +static_assert(sizeof(EOSUserInterface_SelectEOSAccount_Context_SelectCandidate) == 0x0000C8, "Wrong size on EOSUserInterface_SelectEOSAccount_Context_SelectCandidate"); \ +static_assert(offsetof(EOSUserInterface_SelectEOSAccount_Context_SelectCandidate, SelectedCandidate) == 0x000000, "Member 'EOSUserInterface_SelectEOSAccount_Context_SelectCandidate::SelectedCandidate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSUserInterface_SelectEOSAccount_Context \ +static_assert(alignof(UEOSUserInterface_SelectEOSAccount_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_SelectEOSAccount_Context"); \ +static_assert(sizeof(UEOSUserInterface_SelectEOSAccount_Context) == 0x000038, "Wrong size on UEOSUserInterface_SelectEOSAccount_Context"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_SelectEOSAccount_SetupUserInterface \ +static_assert(alignof(EOSUserInterface_SelectEOSAccount_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_SelectEOSAccount_SetupUserInterface"); \ +static_assert(sizeof(EOSUserInterface_SelectEOSAccount_SetupUserInterface) == 0x000018, "Wrong size on EOSUserInterface_SelectEOSAccount_SetupUserInterface"); \ +static_assert(offsetof(EOSUserInterface_SelectEOSAccount_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_SelectEOSAccount_SetupUserInterface::Context' has a wrong offset!"); \ +static_assert(offsetof(EOSUserInterface_SelectEOSAccount_SetupUserInterface, AvailableCandidates) == 0x000008, "Member 'EOSUserInterface_SelectEOSAccount_SetupUserInterface::AvailableCandidates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEOSUserInterface_SelectEOSAccount \ +static_assert(alignof(IEOSUserInterface_SelectEOSAccount) == 0x000001, "Wrong alignment on IEOSUserInterface_SelectEOSAccount"); \ +static_assert(sizeof(IEOSUserInterface_SelectEOSAccount) == 0x000001, "Wrong size on IEOSUserInterface_SelectEOSAccount"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice \ +static_assert(alignof(EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice) == 0x000001, "Wrong alignment on EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice"); \ +static_assert(sizeof(EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice) == 0x000001, "Wrong size on EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice"); \ +static_assert(offsetof(EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice, SelectedChoice) == 0x000000, "Member 'EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice::SelectedChoice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSUserInterface_SignInOrCreateAccount_Context \ +static_assert(alignof(UEOSUserInterface_SignInOrCreateAccount_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_SignInOrCreateAccount_Context"); \ +static_assert(sizeof(UEOSUserInterface_SignInOrCreateAccount_Context) == 0x000038, "Wrong size on UEOSUserInterface_SignInOrCreateAccount_Context"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_SignInOrCreateAccount_SetupUserInterface \ +static_assert(alignof(EOSUserInterface_SignInOrCreateAccount_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_SignInOrCreateAccount_SetupUserInterface"); \ +static_assert(sizeof(EOSUserInterface_SignInOrCreateAccount_SetupUserInterface) == 0x000008, "Wrong size on EOSUserInterface_SignInOrCreateAccount_SetupUserInterface"); \ +static_assert(offsetof(EOSUserInterface_SignInOrCreateAccount_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_SignInOrCreateAccount_SetupUserInterface::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEOSUserInterface_SignInOrCreateAccount \ +static_assert(alignof(IEOSUserInterface_SignInOrCreateAccount) == 0x000001, "Wrong alignment on IEOSUserInterface_SignInOrCreateAccount"); \ +static_assert(sizeof(IEOSUserInterface_SignInOrCreateAccount) == 0x000001, "Wrong size on IEOSUserInterface_SignInOrCreateAccount"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice \ +static_assert(alignof(EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice) == 0x000001, "Wrong alignment on EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice"); \ +static_assert(sizeof(EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice) == 0x000001, "Wrong size on EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice"); \ +static_assert(offsetof(EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice, SelectedChoice) == 0x000000, "Member 'EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice::SelectedChoice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSUserInterface_SwitchToCrossPlatformAccount_Context \ +static_assert(alignof(UEOSUserInterface_SwitchToCrossPlatformAccount_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_SwitchToCrossPlatformAccount_Context"); \ +static_assert(sizeof(UEOSUserInterface_SwitchToCrossPlatformAccount_Context) == 0x000038, "Wrong size on UEOSUserInterface_SwitchToCrossPlatformAccount_Context"); \ + +#define DUMPER7_ASSERTS_EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface \ +static_assert(alignof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface"); \ +static_assert(sizeof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface) == 0x000018, "Wrong size on EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface"); \ +static_assert(offsetof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface::Context' has a wrong offset!"); \ +static_assert(offsetof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface, EpicAccountName) == 0x000008, "Member 'EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface::EpicAccountName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEOSUserInterface_SwitchToCrossPlatformAccount \ +static_assert(alignof(IEOSUserInterface_SwitchToCrossPlatformAccount) == 0x000001, "Wrong alignment on IEOSUserInterface_SwitchToCrossPlatformAccount"); \ +static_assert(sizeof(IEOSUserInterface_SwitchToCrossPlatformAccount) == 0x000001, "Wrong size on IEOSUserInterface_SwitchToCrossPlatformAccount"); \ + +#define DUMPER7_ASSERTS_URecentPlayersWorldSubsystem \ +static_assert(alignof(URecentPlayersWorldSubsystem) == 0x000008, "Wrong alignment on URecentPlayersWorldSubsystem"); \ +static_assert(sizeof(URecentPlayersWorldSubsystem) == 0x000088, "Wrong size on URecentPlayersWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_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_BTT_SetOrientToMovement_C_ReceiveExecuteAI \ +static_assert(alignof(BTT_SetOrientToMovement_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SetOrientToMovement_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTT_SetOrientToMovement_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SetOrientToMovement_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SetOrientToMovement_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SetOrientToMovement_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement \ +static_assert(alignof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement) == 0x000008, "Wrong alignment on BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement"); \ +static_assert(sizeof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement) == 0x000030, "Wrong size on BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement, EntryPoint) == 0x000000, "Member 'BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement, CallFunc_GetMovementComponent_ReturnValue) == 0x000018, "Member 'BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000020, "Member 'BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_SetOrientToMovement_C_ExecuteUbergraph_BTT_SetOrientToMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_SetOrientToMovement_C \ +static_assert(alignof(UBTT_SetOrientToMovement_C) == 0x000008, "Wrong alignment on UBTT_SetOrientToMovement_C"); \ +static_assert(sizeof(UBTT_SetOrientToMovement_C) == 0x0000B8, "Wrong size on UBTT_SetOrientToMovement_C"); \ +static_assert(offsetof(UBTT_SetOrientToMovement_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SetOrientToMovement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTT_SetOrientToMovement_C, ShouldOrientToMovement) == 0x0000B0, "Member 'UBTT_SetOrientToMovement_C::ShouldOrientToMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamAuthComponentModuleInterface \ +static_assert(alignof(USteamAuthComponentModuleInterface) == 0x000008, "Wrong alignment on USteamAuthComponentModuleInterface"); \ +static_assert(sizeof(USteamAuthComponentModuleInterface) == 0x000028, "Wrong size on USteamAuthComponentModuleInterface"); \ + +#define DUMPER7_ASSERTS_USteamNetConnection \ +static_assert(alignof(USteamNetConnection) == 0x000008, "Wrong alignment on USteamNetConnection"); \ +static_assert(sizeof(USteamNetConnection) == 0x001C50, "Wrong size on USteamNetConnection"); \ +static_assert(offsetof(USteamNetConnection, bIsPassthrough) == 0x001C48, "Member 'USteamNetConnection::bIsPassthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamNetDriver \ +static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ +static_assert(sizeof(USteamNetDriver) == 0x0007D8, "Wrong size on USteamNetDriver"); \ + +#define DUMPER7_ASSERTS_OculusCreateSessionCallbackProxy_CreateSession \ +static_assert(alignof(OculusCreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on OculusCreateSessionCallbackProxy_CreateSession"); \ +static_assert(sizeof(OculusCreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on OculusCreateSessionCallbackProxy_CreateSession"); \ +static_assert(offsetof(OculusCreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000000, "Member 'OculusCreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ +static_assert(offsetof(OculusCreateSessionCallbackProxy_CreateSession, OculusMatchmakingPool) == 0x000008, "Member 'OculusCreateSessionCallbackProxy_CreateSession::OculusMatchmakingPool' has a wrong offset!"); \ +static_assert(offsetof(OculusCreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'OculusCreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOculusCreateSessionCallbackProxy \ +static_assert(alignof(UOculusCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UOculusCreateSessionCallbackProxy"); \ +static_assert(sizeof(UOculusCreateSessionCallbackProxy) == 0x000098, "Wrong size on UOculusCreateSessionCallbackProxy"); \ +static_assert(offsetof(UOculusCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UOculusCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OculusEntitlementCallbackProxy_VerifyEntitlement \ +static_assert(alignof(OculusEntitlementCallbackProxy_VerifyEntitlement) == 0x000008, "Wrong alignment on OculusEntitlementCallbackProxy_VerifyEntitlement"); \ +static_assert(sizeof(OculusEntitlementCallbackProxy_VerifyEntitlement) == 0x000008, "Wrong size on OculusEntitlementCallbackProxy_VerifyEntitlement"); \ +static_assert(offsetof(OculusEntitlementCallbackProxy_VerifyEntitlement, ReturnValue) == 0x000000, "Member 'OculusEntitlementCallbackProxy_VerifyEntitlement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOculusEntitlementCallbackProxy \ +static_assert(alignof(UOculusEntitlementCallbackProxy) == 0x000008, "Wrong alignment on UOculusEntitlementCallbackProxy"); \ +static_assert(sizeof(UOculusEntitlementCallbackProxy) == 0x000050, "Wrong size on UOculusEntitlementCallbackProxy"); \ +static_assert(offsetof(UOculusEntitlementCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusEntitlementCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UOculusEntitlementCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusEntitlementCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OculusFindSessionsCallbackProxy_FindMatchmakingSessions \ +static_assert(alignof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions) == 0x000008, "Wrong alignment on OculusFindSessionsCallbackProxy_FindMatchmakingSessions"); \ +static_assert(sizeof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions) == 0x000020, "Wrong size on OculusFindSessionsCallbackProxy_FindMatchmakingSessions"); \ +static_assert(offsetof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions, MaxResults) == 0x000000, "Member 'OculusFindSessionsCallbackProxy_FindMatchmakingSessions::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions, OculusMatchmakingPool) == 0x000008, "Member 'OculusFindSessionsCallbackProxy_FindMatchmakingSessions::OculusMatchmakingPool' has a wrong offset!"); \ +static_assert(offsetof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions, ReturnValue) == 0x000018, "Member 'OculusFindSessionsCallbackProxy_FindMatchmakingSessions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OculusFindSessionsCallbackProxy_FindModeratedSessions \ +static_assert(alignof(OculusFindSessionsCallbackProxy_FindModeratedSessions) == 0x000008, "Wrong alignment on OculusFindSessionsCallbackProxy_FindModeratedSessions"); \ +static_assert(sizeof(OculusFindSessionsCallbackProxy_FindModeratedSessions) == 0x000010, "Wrong size on OculusFindSessionsCallbackProxy_FindModeratedSessions"); \ +static_assert(offsetof(OculusFindSessionsCallbackProxy_FindModeratedSessions, MaxResults) == 0x000000, "Member 'OculusFindSessionsCallbackProxy_FindModeratedSessions::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(OculusFindSessionsCallbackProxy_FindModeratedSessions, ReturnValue) == 0x000008, "Member 'OculusFindSessionsCallbackProxy_FindModeratedSessions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOculusFindSessionsCallbackProxy \ +static_assert(alignof(UOculusFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UOculusFindSessionsCallbackProxy"); \ +static_assert(sizeof(UOculusFindSessionsCallbackProxy) == 0x000098, "Wrong size on UOculusFindSessionsCallbackProxy"); \ +static_assert(offsetof(UOculusFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UOculusFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OculusIdentityCallbackProxy_GetOculusIdentity \ +static_assert(alignof(OculusIdentityCallbackProxy_GetOculusIdentity) == 0x000008, "Wrong alignment on OculusIdentityCallbackProxy_GetOculusIdentity"); \ +static_assert(sizeof(OculusIdentityCallbackProxy_GetOculusIdentity) == 0x000010, "Wrong size on OculusIdentityCallbackProxy_GetOculusIdentity"); \ +static_assert(offsetof(OculusIdentityCallbackProxy_GetOculusIdentity, LocalUserNum) == 0x000000, "Member 'OculusIdentityCallbackProxy_GetOculusIdentity::LocalUserNum' has a wrong offset!"); \ +static_assert(offsetof(OculusIdentityCallbackProxy_GetOculusIdentity, ReturnValue) == 0x000008, "Member 'OculusIdentityCallbackProxy_GetOculusIdentity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOculusIdentityCallbackProxy \ +static_assert(alignof(UOculusIdentityCallbackProxy) == 0x000008, "Wrong alignment on UOculusIdentityCallbackProxy"); \ +static_assert(sizeof(UOculusIdentityCallbackProxy) == 0x000060, "Wrong size on UOculusIdentityCallbackProxy"); \ +static_assert(offsetof(UOculusIdentityCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusIdentityCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UOculusIdentityCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusIdentityCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOculusNetConnection \ +static_assert(alignof(UOculusNetConnection) == 0x000008, "Wrong alignment on UOculusNetConnection"); \ +static_assert(sizeof(UOculusNetConnection) == 0x001C58, "Wrong size on UOculusNetConnection"); \ + +#define DUMPER7_ASSERTS_UOculusNetDriver \ +static_assert(alignof(UOculusNetDriver) == 0x000008, "Wrong alignment on UOculusNetDriver"); \ +static_assert(sizeof(UOculusNetDriver) == 0x000888, "Wrong size on UOculusNetDriver"); \ + +#define DUMPER7_ASSERTS_OculusUpdateSessionCallbackProxy_SetSessionEnqueue \ +static_assert(alignof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue) == 0x000008, "Wrong alignment on OculusUpdateSessionCallbackProxy_SetSessionEnqueue"); \ +static_assert(sizeof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue) == 0x000010, "Wrong size on OculusUpdateSessionCallbackProxy_SetSessionEnqueue"); \ +static_assert(offsetof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue, bShouldEnqueueInMatchmakingPool) == 0x000000, "Member 'OculusUpdateSessionCallbackProxy_SetSessionEnqueue::bShouldEnqueueInMatchmakingPool' has a wrong offset!"); \ +static_assert(offsetof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue, ReturnValue) == 0x000008, "Member 'OculusUpdateSessionCallbackProxy_SetSessionEnqueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOculusUpdateSessionCallbackProxy \ +static_assert(alignof(UOculusUpdateSessionCallbackProxy) == 0x000008, "Wrong alignment on UOculusUpdateSessionCallbackProxy"); \ +static_assert(sizeof(UOculusUpdateSessionCallbackProxy) == 0x000070, "Wrong size on UOculusUpdateSessionCallbackProxy"); \ +static_assert(offsetof(UOculusUpdateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusUpdateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UOculusUpdateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusUpdateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOcclusionPluginSourceSettingsBase \ +static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ +static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000028, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UAudioEndpointSettingsBase \ +static_assert(alignof(UAudioEndpointSettingsBase) == 0x000008, "Wrong alignment on UAudioEndpointSettingsBase"); \ +static_assert(sizeof(UAudioEndpointSettingsBase) == 0x000028, "Wrong size on UAudioEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_USpatializationPluginSourceSettingsBase \ +static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ +static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000028, "Wrong size on USpatializationPluginSourceSettingsBase"); \ + +#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_UDummyEndpointSettings \ +static_assert(alignof(UDummyEndpointSettings) == 0x000008, "Wrong alignment on UDummyEndpointSettings"); \ +static_assert(sizeof(UDummyEndpointSettings) == 0x000028, "Wrong size on UDummyEndpointSettings"); \ + +#define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ +static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ +static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_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_UDualSenseExternalEndpointSettings \ +static_assert(alignof(UDualSenseExternalEndpointSettings) == 0x000008, "Wrong alignment on UDualSenseExternalEndpointSettings"); \ +static_assert(sizeof(UDualSenseExternalEndpointSettings) == 0x000030, "Wrong size on UDualSenseExternalEndpointSettings"); \ +static_assert(offsetof(UDualSenseExternalEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualSenseExternalEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualSenseSoundfieldEndpointSettings \ +static_assert(alignof(UDualSenseSoundfieldEndpointSettings) == 0x000008, "Wrong alignment on UDualSenseSoundfieldEndpointSettings"); \ +static_assert(sizeof(UDualSenseSoundfieldEndpointSettings) == 0x000030, "Wrong size on UDualSenseSoundfieldEndpointSettings"); \ +static_assert(offsetof(UDualSenseSoundfieldEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualSenseSoundfieldEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualSenseSpatializationSettings \ +static_assert(alignof(UDualSenseSpatializationSettings) == 0x000008, "Wrong alignment on UDualSenseSpatializationSettings"); \ +static_assert(sizeof(UDualSenseSpatializationSettings) == 0x000038, "Wrong size on UDualSenseSpatializationSettings"); \ +static_assert(offsetof(UDualSenseSpatializationSettings, Spread) == 0x000028, "Member 'UDualSenseSpatializationSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(UDualSenseSpatializationSettings, Priority) == 0x00002C, "Member 'UDualSenseSpatializationSettings::Priority' has a wrong offset!"); \ +static_assert(offsetof(UDualSenseSpatializationSettings, Passthrough) == 0x000030, "Member 'UDualSenseSpatializationSettings::Passthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMRMeshConfiguration \ +static_assert(alignof(FMRMeshConfiguration) == 0x000001, "Wrong alignment on FMRMeshConfiguration"); \ +static_assert(sizeof(FMRMeshConfiguration) == 0x000001, "Wrong size on FMRMeshConfiguration"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_ConnectMRMesh \ +static_assert(alignof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong alignment on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(sizeof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong size on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(offsetof(MeshReconstructorBase_ConnectMRMesh, Mesh) == 0x000000, "Member 'MeshReconstructorBase_ConnectMRMesh::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionPaused \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionPaused, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionStarted \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionStarted, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshReconstructorBase \ +static_assert(alignof(UMeshReconstructorBase) == 0x000008, "Wrong alignment on UMeshReconstructorBase"); \ +static_assert(sizeof(UMeshReconstructorBase) == 0x000028, "Wrong size on UMeshReconstructorBase"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_ConnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_DisconnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMockDataMeshTrackerComponent \ +static_assert(alignof(UMockDataMeshTrackerComponent) == 0x000010, "Wrong alignment on UMockDataMeshTrackerComponent"); \ +static_assert(sizeof(UMockDataMeshTrackerComponent) == 0x000270, "Wrong size on UMockDataMeshTrackerComponent"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x0001F8, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000208, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000209, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x00020A, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x00020B, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000210, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000220, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000230, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000240, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000248, "Member 'UMockDataMeshTrackerComponent::MRMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetEnableMeshOcclusion \ +static_assert(alignof(MRMeshComponent_SetEnableMeshOcclusion) == 0x000001, "Wrong alignment on MRMeshComponent_SetEnableMeshOcclusion"); \ +static_assert(sizeof(MRMeshComponent_SetEnableMeshOcclusion) == 0x000001, "Wrong size on MRMeshComponent_SetEnableMeshOcclusion"); \ +static_assert(offsetof(MRMeshComponent_SetEnableMeshOcclusion, bEnable) == 0x000000, "Member 'MRMeshComponent_SetEnableMeshOcclusion::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetUseWireframe \ +static_assert(alignof(MRMeshComponent_SetUseWireframe) == 0x000001, "Wrong alignment on MRMeshComponent_SetUseWireframe"); \ +static_assert(sizeof(MRMeshComponent_SetUseWireframe) == 0x000001, "Wrong size on MRMeshComponent_SetUseWireframe"); \ +static_assert(offsetof(MRMeshComponent_SetUseWireframe, bUseWireframe) == 0x000000, "Member 'MRMeshComponent_SetUseWireframe::bUseWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetWireframeColor \ +static_assert(alignof(MRMeshComponent_SetWireframeColor) == 0x000004, "Wrong alignment on MRMeshComponent_SetWireframeColor"); \ +static_assert(sizeof(MRMeshComponent_SetWireframeColor) == 0x000010, "Wrong size on MRMeshComponent_SetWireframeColor"); \ +static_assert(offsetof(MRMeshComponent_SetWireframeColor, InColor) == 0x000000, "Member 'MRMeshComponent_SetWireframeColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetWireframeMaterial \ +static_assert(alignof(MRMeshComponent_SetWireframeMaterial) == 0x000008, "Wrong alignment on MRMeshComponent_SetWireframeMaterial"); \ +static_assert(sizeof(MRMeshComponent_SetWireframeMaterial) == 0x000008, "Wrong size on MRMeshComponent_SetWireframeMaterial"); \ +static_assert(offsetof(MRMeshComponent_SetWireframeMaterial, InMaterial) == 0x000000, "Member 'MRMeshComponent_SetWireframeMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_GetEnableMeshOcclusion \ +static_assert(alignof(MRMeshComponent_GetEnableMeshOcclusion) == 0x000001, "Wrong alignment on MRMeshComponent_GetEnableMeshOcclusion"); \ +static_assert(sizeof(MRMeshComponent_GetEnableMeshOcclusion) == 0x000001, "Wrong size on MRMeshComponent_GetEnableMeshOcclusion"); \ +static_assert(offsetof(MRMeshComponent_GetEnableMeshOcclusion, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetEnableMeshOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_GetUseWireframe \ +static_assert(alignof(MRMeshComponent_GetUseWireframe) == 0x000001, "Wrong alignment on MRMeshComponent_GetUseWireframe"); \ +static_assert(sizeof(MRMeshComponent_GetUseWireframe) == 0x000001, "Wrong size on MRMeshComponent_GetUseWireframe"); \ +static_assert(offsetof(MRMeshComponent_GetUseWireframe, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetUseWireframe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_GetWireframeColor \ +static_assert(alignof(MRMeshComponent_GetWireframeColor) == 0x000004, "Wrong alignment on MRMeshComponent_GetWireframeColor"); \ +static_assert(sizeof(MRMeshComponent_GetWireframeColor) == 0x000010, "Wrong size on MRMeshComponent_GetWireframeColor"); \ +static_assert(offsetof(MRMeshComponent_GetWireframeColor, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetWireframeColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_IsConnected \ +static_assert(alignof(MRMeshComponent_IsConnected) == 0x000001, "Wrong alignment on MRMeshComponent_IsConnected"); \ +static_assert(sizeof(MRMeshComponent_IsConnected) == 0x000001, "Wrong size on MRMeshComponent_IsConnected"); \ +static_assert(offsetof(MRMeshComponent_IsConnected, ReturnValue) == 0x000000, "Member 'MRMeshComponent_IsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMRMeshComponent \ +static_assert(alignof(UMRMeshComponent) == 0x000010, "Wrong alignment on UMRMeshComponent"); \ +static_assert(sizeof(UMRMeshComponent) == 0x000510, "Wrong size on UMRMeshComponent"); \ +static_assert(offsetof(UMRMeshComponent, Material) == 0x000460, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000468, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000470, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000471, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x000472, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, CachedBodySetup) == 0x000478, "Member 'UMRMeshComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, BodySetups) == 0x000480, "Member 'UMRMeshComponent::BodySetups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFOscillator \ +static_assert(alignof(FFOscillator) == 0x000004, "Wrong alignment on FFOscillator"); \ +static_assert(sizeof(FFOscillator) == 0x00000C, "Wrong size on FFOscillator"); \ +static_assert(offsetof(FFOscillator, Amplitude) == 0x000000, "Member 'FFOscillator::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, Frequency) == 0x000004, "Member 'FFOscillator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, InitialOffset) == 0x000008, "Member 'FFOscillator::InitialOffset' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, Waveform) == 0x000009, "Member 'FFOscillator::Waveform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVOscillator \ +static_assert(alignof(FVOscillator) == 0x000004, "Wrong alignment on FVOscillator"); \ +static_assert(sizeof(FVOscillator) == 0x000024, "Wrong size on FVOscillator"); \ +static_assert(offsetof(FVOscillator, X) == 0x000000, "Member 'FVOscillator::X' has a wrong offset!"); \ +static_assert(offsetof(FVOscillator, Y) == 0x00000C, "Member 'FVOscillator::Y' has a wrong offset!"); \ +static_assert(offsetof(FVOscillator, Z) == 0x000018, "Member 'FVOscillator::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FROscillator \ +static_assert(alignof(FROscillator) == 0x000004, "Wrong alignment on FROscillator"); \ +static_assert(sizeof(FROscillator) == 0x000024, "Wrong size on FROscillator"); \ +static_assert(offsetof(FROscillator, Pitch) == 0x000000, "Member 'FROscillator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FROscillator, Yaw) == 0x00000C, "Member 'FROscillator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FROscillator, Roll) == 0x000018, "Member 'FROscillator::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerlinNoiseShaker \ +static_assert(alignof(FPerlinNoiseShaker) == 0x000004, "Wrong alignment on FPerlinNoiseShaker"); \ +static_assert(sizeof(FPerlinNoiseShaker) == 0x000008, "Wrong size on FPerlinNoiseShaker"); \ +static_assert(offsetof(FPerlinNoiseShaker, Amplitude) == 0x000000, "Member 'FPerlinNoiseShaker::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseShaker, Frequency) == 0x000004, "Member 'FPerlinNoiseShaker::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveOscillator \ +static_assert(alignof(FWaveOscillator) == 0x000004, "Wrong alignment on FWaveOscillator"); \ +static_assert(sizeof(FWaveOscillator) == 0x00000C, "Wrong size on FWaveOscillator"); \ +static_assert(offsetof(FWaveOscillator, Amplitude) == 0x000000, "Member 'FWaveOscillator::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FWaveOscillator, Frequency) == 0x000004, "Member 'FWaveOscillator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FWaveOscillator, InitialOffsetType) == 0x000008, "Member 'FWaveOscillator::InitialOffsetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMatineeCameraShakeEvaluator \ +static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ +static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ + +#define DUMPER7_ASSERTS_UTestCameraShake \ +static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ +static_assert(sizeof(UTestCameraShake) == 0x0000B0, "Wrong size on UTestCameraShake"); \ + +#define DUMPER7_ASSERTS_USimpleCameraShakePattern \ +static_assert(alignof(USimpleCameraShakePattern) == 0x000008, "Wrong alignment on USimpleCameraShakePattern"); \ +static_assert(sizeof(USimpleCameraShakePattern) == 0x000038, "Wrong size on USimpleCameraShakePattern"); \ +static_assert(offsetof(USimpleCameraShakePattern, Duration) == 0x000028, "Member 'USimpleCameraShakePattern::Duration' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendInTime) == 0x00002C, "Member 'USimpleCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendOutTime) == 0x000030, "Member 'USimpleCameraShakePattern::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstantCameraShakePattern \ +static_assert(alignof(UConstantCameraShakePattern) == 0x000008, "Wrong alignment on UConstantCameraShakePattern"); \ +static_assert(sizeof(UConstantCameraShakePattern) == 0x000050, "Wrong size on UConstantCameraShakePattern"); \ +static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000038, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x000044, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeCameraShakePattern \ +static_assert(alignof(UCompositeCameraShakePattern) == 0x000008, "Wrong alignment on UCompositeCameraShakePattern"); \ +static_assert(sizeof(UCompositeCameraShakePattern) == 0x000048, "Wrong size on UCompositeCameraShakePattern"); \ +static_assert(offsetof(UCompositeCameraShakePattern, ChildPatterns) == 0x000028, "Member 'UCompositeCameraShakePattern::ChildPatterns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultCameraShakeBase \ +static_assert(alignof(UDefaultCameraShakeBase) == 0x000010, "Wrong alignment on UDefaultCameraShakeBase"); \ +static_assert(sizeof(UDefaultCameraShakeBase) == 0x0000B0, "Wrong size on UDefaultCameraShakeBase"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShake \ +static_assert(alignof(MatineeCameraShake_StartMatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShake"); \ +static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShake) == 0x000030, "Wrong size on MatineeCameraShake_StartMatineeCameraShake"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, Scale) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlaySpace) == 0x000014, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, UserPlaySpaceRot) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ReturnValue) == 0x000028, "Member 'MatineeCameraShake_StartMatineeCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShakeFromSource \ +static_assert(alignof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ +static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000038, "Wrong size on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, SourceComponent) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, Scale) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlaySpace) == 0x00001C, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, UserPlaySpaceRot) == 0x000020, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ReturnValue) == 0x000030, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_BlueprintUpdateCameraShake \ +static_assert(alignof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000010, "Wrong alignment on MatineeCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(sizeof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000BF0, "Wrong size on MatineeCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, DeltaTime) == 0x000000, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, Alpha) == 0x000004, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::Alpha' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, POV) == 0x000010, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::POV' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, ModifiedPOV) == 0x000600, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::ModifiedPOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceivePlayShake \ +static_assert(alignof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong alignment on MatineeCameraShake_ReceivePlayShake"); \ +static_assert(sizeof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong size on MatineeCameraShake_ReceivePlayShake"); \ +static_assert(offsetof(MatineeCameraShake_ReceivePlayShake, Scale) == 0x000000, "Member 'MatineeCameraShake_ReceivePlayShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveStopShake \ +static_assert(alignof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveStopShake"); \ +static_assert(sizeof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveStopShake"); \ +static_assert(offsetof(MatineeCameraShake_ReceiveStopShake, bImmediately) == 0x000000, "Member 'MatineeCameraShake_ReceiveStopShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveIsFinished \ +static_assert(alignof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveIsFinished"); \ +static_assert(sizeof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveIsFinished"); \ +static_assert(offsetof(MatineeCameraShake_ReceiveIsFinished, ReturnValue) == 0x000000, "Member 'MatineeCameraShake_ReceiveIsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShake \ +static_assert(alignof(UMatineeCameraShake) == 0x000010, "Wrong alignment on UMatineeCameraShake"); \ +static_assert(sizeof(UMatineeCameraShake) == 0x0001B0, "Wrong size on UMatineeCameraShake"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationDuration) == 0x0000A8, "Member 'UMatineeCameraShake::OscillationDuration' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationBlendInTime) == 0x0000AC, "Member 'UMatineeCameraShake::OscillationBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationBlendOutTime) == 0x0000B0, "Member 'UMatineeCameraShake::OscillationBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, RotOscillation) == 0x0000B4, "Member 'UMatineeCameraShake::RotOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, LocOscillation) == 0x0000D8, "Member 'UMatineeCameraShake::LocOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, FOVOscillation) == 0x0000FC, "Member 'UMatineeCameraShake::FOVOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimPlayRate) == 0x000108, "Member 'UMatineeCameraShake::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimScale) == 0x00010C, "Member 'UMatineeCameraShake::AnimScale' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimBlendInTime) == 0x000110, "Member 'UMatineeCameraShake::AnimBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimBlendOutTime) == 0x000114, "Member 'UMatineeCameraShake::AnimBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, RandomAnimSegmentDuration) == 0x000118, "Member 'UMatineeCameraShake::RandomAnimSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, Anim) == 0x000120, "Member 'UMatineeCameraShake::Anim' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimSequence) == 0x000128, "Member 'UMatineeCameraShake::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillatorTimeRemaining) == 0x000134, "Member 'UMatineeCameraShake::OscillatorTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimInst) == 0x000138, "Member 'UMatineeCameraShake::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, SequenceShakePattern) == 0x000180, "Member 'UMatineeCameraShake::SequenceShakePattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShakePattern \ +static_assert(alignof(UMatineeCameraShakePattern) == 0x000008, "Wrong alignment on UMatineeCameraShakePattern"); \ +static_assert(sizeof(UMatineeCameraShakePattern) == 0x000028, "Wrong size on UMatineeCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake \ +static_assert(alignof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ +static_assert(sizeof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000010, "Wrong size on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ +static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, CameraShake) == 0x000000, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, ReturnValue) == 0x000008, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShakeFunctionLibrary \ +static_assert(alignof(UMatineeCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on UMatineeCameraShakeFunctionLibrary"); \ +static_assert(sizeof(UMatineeCameraShakeFunctionLibrary) == 0x000028, "Wrong size on UMatineeCameraShakeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ +static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ +static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000B8, "Wrong size on UPerlinNoiseCameraShakePattern"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000040, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000048, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000050, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x00005C, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ +static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ +static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000D8, "Wrong size on UWaveOscillatorCameraShakePattern"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000040, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x00004C, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000058, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x000064, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000068, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000078, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x000084, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x000090, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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!"); \ + +#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_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_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_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_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_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_BinkFunctionLibrary_BinkLoadingMovie_GetDuration \ +static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ +static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ +static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetTime \ +static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ +static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ +static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetTime, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkFunctionLibrary \ +static_assert(alignof(UBinkFunctionLibrary) == 0x000008, "Wrong alignment on UBinkFunctionLibrary"); \ +static_assert(sizeof(UBinkFunctionLibrary) == 0x000028, "Wrong size on UBinkFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Draw \ +static_assert(alignof(BinkMediaPlayer_Draw) == 0x000008, "Wrong alignment on BinkMediaPlayer_Draw"); \ +static_assert(sizeof(BinkMediaPlayer_Draw) == 0x000018, "Wrong size on BinkMediaPlayer_Draw"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, Texture) == 0x000000, "Member 'BinkMediaPlayer_Draw::Texture' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, tonemap) == 0x000008, "Member 'BinkMediaPlayer_Draw::tonemap' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, out_nits) == 0x00000C, "Member 'BinkMediaPlayer_Draw::out_nits' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, Alpha) == 0x000010, "Member 'BinkMediaPlayer_Draw::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, srgb_decode) == 0x000014, "Member 'BinkMediaPlayer_Draw::srgb_decode' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, hdr) == 0x000015, "Member 'BinkMediaPlayer_Draw::hdr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_OpenUrl \ +static_assert(alignof(BinkMediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_OpenUrl"); \ +static_assert(sizeof(BinkMediaPlayer_OpenUrl) == 0x000018, "Wrong size on BinkMediaPlayer_OpenUrl"); \ +static_assert(offsetof(BinkMediaPlayer_OpenUrl, NewUrl) == 0x000000, "Member 'BinkMediaPlayer_OpenUrl::NewUrl' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'BinkMediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Pause \ +static_assert(alignof(BinkMediaPlayer_Pause) == 0x000001, "Wrong alignment on BinkMediaPlayer_Pause"); \ +static_assert(sizeof(BinkMediaPlayer_Pause) == 0x000001, "Wrong size on BinkMediaPlayer_Pause"); \ +static_assert(offsetof(BinkMediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Play \ +static_assert(alignof(BinkMediaPlayer_Play) == 0x000001, "Wrong alignment on BinkMediaPlayer_Play"); \ +static_assert(sizeof(BinkMediaPlayer_Play) == 0x000001, "Wrong size on BinkMediaPlayer_Play"); \ +static_assert(offsetof(BinkMediaPlayer_Play, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Rewind \ +static_assert(alignof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong alignment on BinkMediaPlayer_Rewind"); \ +static_assert(sizeof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong size on BinkMediaPlayer_Rewind"); \ +static_assert(offsetof(BinkMediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Seek \ +static_assert(alignof(BinkMediaPlayer_Seek) == 0x000008, "Wrong alignment on BinkMediaPlayer_Seek"); \ +static_assert(sizeof(BinkMediaPlayer_Seek) == 0x000010, "Wrong size on BinkMediaPlayer_Seek"); \ +static_assert(offsetof(BinkMediaPlayer_Seek, InTime) == 0x000000, "Member 'BinkMediaPlayer_Seek::InTime' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'BinkMediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetLooping \ +static_assert(alignof(BinkMediaPlayer_SetLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_SetLooping"); \ +static_assert(sizeof(BinkMediaPlayer_SetLooping) == 0x000002, "Wrong size on BinkMediaPlayer_SetLooping"); \ +static_assert(offsetof(BinkMediaPlayer_SetLooping, InLooping) == 0x000000, "Member 'BinkMediaPlayer_SetLooping::InLooping' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'BinkMediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetRate \ +static_assert(alignof(BinkMediaPlayer_SetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetRate"); \ +static_assert(sizeof(BinkMediaPlayer_SetRate) == 0x000008, "Wrong size on BinkMediaPlayer_SetRate"); \ +static_assert(offsetof(BinkMediaPlayer_SetRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'BinkMediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetVolume \ +static_assert(alignof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetVolume"); \ +static_assert(sizeof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong size on BinkMediaPlayer_SetVolume"); \ +static_assert(offsetof(BinkMediaPlayer_SetVolume, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetVolume::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_CanPause \ +static_assert(alignof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPause"); \ +static_assert(sizeof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong size on BinkMediaPlayer_CanPause"); \ +static_assert(offsetof(BinkMediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_CanPlay \ +static_assert(alignof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPlay"); \ +static_assert(sizeof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong size on BinkMediaPlayer_CanPlay"); \ +static_assert(offsetof(BinkMediaPlayer_CanPlay, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetDuration \ +static_assert(alignof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetDuration"); \ +static_assert(sizeof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong size on BinkMediaPlayer_GetDuration"); \ +static_assert(offsetof(BinkMediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetRate \ +static_assert(alignof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_GetRate"); \ +static_assert(sizeof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong size on BinkMediaPlayer_GetRate"); \ +static_assert(offsetof(BinkMediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetTime \ +static_assert(alignof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetTime"); \ +static_assert(sizeof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong size on BinkMediaPlayer_GetTime"); \ +static_assert(offsetof(BinkMediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetUrl \ +static_assert(alignof(BinkMediaPlayer_GetUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetUrl"); \ +static_assert(sizeof(BinkMediaPlayer_GetUrl) == 0x000010, "Wrong size on BinkMediaPlayer_GetUrl"); \ +static_assert(offsetof(BinkMediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsInitialized \ +static_assert(alignof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsInitialized"); \ +static_assert(sizeof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong size on BinkMediaPlayer_IsInitialized"); \ +static_assert(offsetof(BinkMediaPlayer_IsInitialized, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsLooping \ +static_assert(alignof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsLooping"); \ +static_assert(sizeof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong size on BinkMediaPlayer_IsLooping"); \ +static_assert(offsetof(BinkMediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsPaused \ +static_assert(alignof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPaused"); \ +static_assert(sizeof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong size on BinkMediaPlayer_IsPaused"); \ +static_assert(offsetof(BinkMediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsPlaying \ +static_assert(alignof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPlaying"); \ +static_assert(sizeof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong size on BinkMediaPlayer_IsPlaying"); \ +static_assert(offsetof(BinkMediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsStopped \ +static_assert(alignof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsStopped"); \ +static_assert(sizeof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong size on BinkMediaPlayer_IsStopped"); \ +static_assert(offsetof(BinkMediaPlayer_IsStopped, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsRate \ +static_assert(alignof(BinkMediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SupportsRate"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsRate) == 0x000008, "Wrong size on BinkMediaPlayer_SupportsRate"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'BinkMediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'BinkMediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsScrubbing \ +static_assert(alignof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsScrubbing"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsScrubbing"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsSeeking \ +static_assert(alignof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsSeeking"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsSeeking"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMediaPlayer \ +static_assert(alignof(UBinkMediaPlayer) == 0x000008, "Wrong alignment on UBinkMediaPlayer"); \ +static_assert(sizeof(UBinkMediaPlayer) == 0x0000F8, "Wrong size on UBinkMediaPlayer"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaClosed) == 0x000030, "Member 'UBinkMediaPlayer::OnMediaClosed' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaOpened) == 0x000040, "Member 'UBinkMediaPlayer::OnMediaOpened' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaReachedEnd) == 0x000050, "Member 'UBinkMediaPlayer::OnMediaReachedEnd' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnPlaybackSuspended) == 0x000060, "Member 'UBinkMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDestinationUpperLeft) == 0x000074, "Member 'UBinkMediaPlayer::BinkDestinationUpperLeft' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDestinationLowerRight) == 0x00007C, "Member 'UBinkMediaPlayer::BinkDestinationLowerRight' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, URL) == 0x000088, "Member 'UBinkMediaPlayer::URL' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkBufferMode) == 0x000098, "Member 'UBinkMediaPlayer::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrack) == 0x000099, "Member 'UBinkMediaPlayer::BinkSoundTrack' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrackStart) == 0x00009C, "Member 'UBinkMediaPlayer::BinkSoundTrackStart' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDrawStyle) == 0x0000A0, "Member 'UBinkMediaPlayer::BinkDrawStyle' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkLayerDepth) == 0x0000A4, "Member 'UBinkMediaPlayer::BinkLayerDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaTexture_SetMediaPlayer \ +static_assert(alignof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on BinkMediaTexture_SetMediaPlayer"); \ +static_assert(sizeof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on BinkMediaTexture_SetMediaPlayer"); \ +static_assert(offsetof(BinkMediaTexture_SetMediaPlayer, InMediaPlayer) == 0x000000, "Member 'BinkMediaTexture_SetMediaPlayer::InMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMediaTexture \ +static_assert(alignof(UBinkMediaTexture) == 0x000010, "Wrong alignment on UBinkMediaTexture"); \ +static_assert(sizeof(UBinkMediaTexture) == 0x0001B0, "Wrong size on UBinkMediaTexture"); \ +static_assert(offsetof(UBinkMediaTexture, AddressX) == 0x000178, "Member 'UBinkMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, AddressY) == 0x000179, "Member 'UBinkMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, MediaPlayer) == 0x000180, "Member 'UBinkMediaTexture::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, PixelFormat) == 0x000188, "Member 'UBinkMediaTexture::PixelFormat' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, tonemap) == 0x000189, "Member 'UBinkMediaTexture::tonemap' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, OutputNits) == 0x00018C, "Member 'UBinkMediaTexture::OutputNits' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, Alpha) == 0x000190, "Member 'UBinkMediaTexture::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, DecodeSRGB) == 0x000194, "Member 'UBinkMediaTexture::DecodeSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMoviePlayerSettings \ +static_assert(alignof(UBinkMoviePlayerSettings) == 0x000008, "Wrong alignment on UBinkMoviePlayerSettings"); \ +static_assert(sizeof(UBinkMoviePlayerSettings) == 0x000048, "Wrong size on UBinkMoviePlayerSettings"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkBufferMode) == 0x000028, "Member 'UBinkMoviePlayerSettings::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrack) == 0x000029, "Member 'UBinkMoviePlayerSettings::BinkSoundTrack' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrackStart) == 0x00002C, "Member 'UBinkMoviePlayerSettings::BinkSoundTrackStart' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationUpperLeft) == 0x000030, "Member 'UBinkMoviePlayerSettings::BinkDestinationUpperLeft' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationLowerRight) == 0x000038, "Member 'UBinkMoviePlayerSettings::BinkDestinationLowerRight' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkPixelFormat) == 0x000040, "Member 'UBinkMoviePlayerSettings::BinkPixelFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetAnimContextNotifyState_C_Received_NotifyBegin \ +static_assert(alignof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_SetAnimContextNotifyState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_SetAnimContextNotifyState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetAnimContextNotifyState_C_Received_NotifyEnd \ +static_assert(alignof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_SetAnimContextNotifyState_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_SetAnimContextNotifyState_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SetAnimContextNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SetAnimContextNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SetAnimContextNotifyState_C \ +static_assert(alignof(UBP_SetAnimContextNotifyState_C) == 0x000008, "Wrong alignment on UBP_SetAnimContextNotifyState_C"); \ +static_assert(sizeof(UBP_SetAnimContextNotifyState_C) == 0x000038, "Wrong size on UBP_SetAnimContextNotifyState_C"); \ +static_assert(offsetof(UBP_SetAnimContextNotifyState_C, AnimContext) == 0x000030, "Member 'UBP_SetAnimContextNotifyState_C::AnimContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderValue \ +static_assert(alignof(FAIDataProviderValue) == 0x000008, "Wrong alignment on FAIDataProviderValue"); \ +static_assert(sizeof(FAIDataProviderValue) == 0x000020, "Wrong size on FAIDataProviderValue"); \ +static_assert(offsetof(FAIDataProviderValue, DataBinding) == 0x000010, "Member 'FAIDataProviderValue::DataBinding' has a wrong offset!"); \ +static_assert(offsetof(FAIDataProviderValue, DataField) == 0x000018, "Member 'FAIDataProviderValue::DataField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderTypedValue \ +static_assert(alignof(FAIDataProviderTypedValue) == 0x000008, "Wrong alignment on FAIDataProviderTypedValue"); \ +static_assert(sizeof(FAIDataProviderTypedValue) == 0x000030, "Wrong size on FAIDataProviderTypedValue"); \ +static_assert(offsetof(FAIDataProviderTypedValue, PropertyType) == 0x000020, "Member 'FAIDataProviderTypedValue::PropertyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FAIDataProviderStructValue \ +static_assert(alignof(FAIDataProviderStructValue) == 0x000008, "Wrong alignment on FAIDataProviderStructValue"); \ +static_assert(sizeof(FAIDataProviderStructValue) == 0x000030, "Wrong size on FAIDataProviderStructValue"); \ + +#define DUMPER7_ASSERTS_FActorPerceptionBlueprintInfo \ +static_assert(alignof(FActorPerceptionBlueprintInfo) == 0x000008, "Wrong alignment on FActorPerceptionBlueprintInfo"); \ +static_assert(sizeof(FActorPerceptionBlueprintInfo) == 0x000020, "Wrong size on FActorPerceptionBlueprintInfo"); \ +static_assert(offsetof(FActorPerceptionBlueprintInfo, Target) == 0x000000, "Member 'FActorPerceptionBlueprintInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FActorPerceptionBlueprintInfo, LastSensedStimuli) == 0x000008, "Member 'FActorPerceptionBlueprintInfo::LastSensedStimuli' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAISenseAffiliationFilter \ +static_assert(alignof(FAISenseAffiliationFilter) == 0x000004, "Wrong alignment on FAISenseAffiliationFilter"); \ +static_assert(sizeof(FAISenseAffiliationFilter) == 0x000004, "Wrong size on FAISenseAffiliationFilter"); \ + +#define DUMPER7_ASSERTS_FAIDamageEvent \ +static_assert(alignof(FAIDamageEvent) == 0x000008, "Wrong alignment on FAIDamageEvent"); \ +static_assert(sizeof(FAIDamageEvent) == 0x000038, "Wrong size on FAIDamageEvent"); \ +static_assert(offsetof(FAIDamageEvent, Amount) == 0x000000, "Member 'FAIDamageEvent::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Location) == 0x000004, "Member 'FAIDamageEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, HitLocation) == 0x000010, "Member 'FAIDamageEvent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, DamagedActor) == 0x000020, "Member 'FAIDamageEvent::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Instigator) == 0x000028, "Member 'FAIDamageEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Tag) == 0x000030, "Member 'FAIDamageEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAINoiseEvent \ +static_assert(alignof(FAINoiseEvent) == 0x000008, "Wrong alignment on FAINoiseEvent"); \ +static_assert(sizeof(FAINoiseEvent) == 0x000030, "Wrong size on FAINoiseEvent"); \ +static_assert(offsetof(FAINoiseEvent, NoiseLocation) == 0x000004, "Member 'FAINoiseEvent::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Loudness) == 0x000010, "Member 'FAINoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, MaxRange) == 0x000014, "Member 'FAINoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Instigator) == 0x000018, "Member 'FAINoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Tag) == 0x000020, "Member 'FAINoiseEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIPredictionEvent \ +static_assert(alignof(FAIPredictionEvent) == 0x000008, "Wrong alignment on FAIPredictionEvent"); \ +static_assert(sizeof(FAIPredictionEvent) == 0x000018, "Wrong size on FAIPredictionEvent"); \ +static_assert(offsetof(FAIPredictionEvent, Requestor) == 0x000000, "Member 'FAIPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(FAIPredictionEvent, PredictedActor) == 0x000008, "Member 'FAIPredictionEvent::PredictedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAISightEvent \ +static_assert(alignof(FAISightEvent) == 0x000008, "Wrong alignment on FAISightEvent"); \ +static_assert(sizeof(FAISightEvent) == 0x000018, "Wrong size on FAISightEvent"); \ +static_assert(offsetof(FAISightEvent, SeenActor) == 0x000008, "Member 'FAISightEvent::SeenActor' has a wrong offset!"); \ +static_assert(offsetof(FAISightEvent, Observer) == 0x000010, "Member 'FAISightEvent::Observer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITeamStimulusEvent \ +static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ +static_assert(sizeof(FAITeamStimulusEvent) == 0x000038, "Wrong size on FAITeamStimulusEvent"); \ +static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000028, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ +static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000030, "Member 'FAITeamStimulusEvent::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITouchEvent \ +static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ +static_assert(sizeof(FAITouchEvent) == 0x000020, "Wrong size on FAITouchEvent"); \ +static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000010, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000018, "Member 'FAITouchEvent::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntervalCountdown \ +static_assert(alignof(FIntervalCountdown) == 0x000004, "Wrong alignment on FIntervalCountdown"); \ +static_assert(sizeof(FIntervalCountdown) == 0x000008, "Wrong size on FIntervalCountdown"); \ +static_assert(offsetof(FIntervalCountdown, Interval) == 0x000000, "Member 'FIntervalCountdown::Interval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIMoveRequest \ +static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ +static_assert(sizeof(FAIMoveRequest) == 0x000040, "Wrong size on FAIMoveRequest"); \ +static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBehaviorTreeTemplateInfo \ +static_assert(alignof(FBehaviorTreeTemplateInfo) == 0x000008, "Wrong alignment on FBehaviorTreeTemplateInfo"); \ +static_assert(sizeof(FBehaviorTreeTemplateInfo) == 0x000018, "Wrong size on FBehaviorTreeTemplateInfo"); \ +static_assert(offsetof(FBehaviorTreeTemplateInfo, Asset) == 0x000000, "Member 'FBehaviorTreeTemplateInfo::Asset' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorTreeTemplateInfo, Template) == 0x000008, "Member 'FBehaviorTreeTemplateInfo::Template' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlackboardKeySelector \ +static_assert(alignof(FBlackboardKeySelector) == 0x000008, "Wrong alignment on FBlackboardKeySelector"); \ +static_assert(sizeof(FBlackboardKeySelector) == 0x000028, "Wrong size on FBlackboardKeySelector"); \ +static_assert(offsetof(FBlackboardKeySelector, AllowedTypes) == 0x000000, "Member 'FBlackboardKeySelector::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyName) == 0x000010, "Member 'FBlackboardKeySelector::SelectedKeyName' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyType) == 0x000018, "Member 'FBlackboardKeySelector::SelectedKeyType' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyID) == 0x000020, "Member 'FBlackboardKeySelector::SelectedKeyID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlackboardEntry \ +static_assert(alignof(FBlackboardEntry) == 0x000008, "Wrong alignment on FBlackboardEntry"); \ +static_assert(sizeof(FBlackboardEntry) == 0x000018, "Wrong size on FBlackboardEntry"); \ +static_assert(offsetof(FBlackboardEntry, EntryName) == 0x000000, "Member 'FBlackboardEntry::EntryName' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardEntry, KeyType) == 0x000008, "Member 'FBlackboardEntry::KeyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBTDecoratorLogic \ +static_assert(alignof(FBTDecoratorLogic) == 0x000002, "Wrong alignment on FBTDecoratorLogic"); \ +static_assert(sizeof(FBTDecoratorLogic) == 0x000004, "Wrong size on FBTDecoratorLogic"); \ +static_assert(offsetof(FBTDecoratorLogic, Operation) == 0x000000, "Member 'FBTDecoratorLogic::Operation' has a wrong offset!"); \ +static_assert(offsetof(FBTDecoratorLogic, Number) == 0x000002, "Member 'FBTDecoratorLogic::Number' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBTCompositeChild \ +static_assert(alignof(FBTCompositeChild) == 0x000008, "Wrong alignment on FBTCompositeChild"); \ +static_assert(sizeof(FBTCompositeChild) == 0x000030, "Wrong size on FBTCompositeChild"); \ +static_assert(offsetof(FBTCompositeChild, ChildComposite) == 0x000000, "Member 'FBTCompositeChild::ChildComposite' has a wrong offset!"); \ +static_assert(offsetof(FBTCompositeChild, ChildTask) == 0x000008, "Member 'FBTCompositeChild::ChildTask' has a wrong offset!"); \ +static_assert(offsetof(FBTCompositeChild, Decorators) == 0x000010, "Member 'FBTCompositeChild::Decorators' has a wrong offset!"); \ +static_assert(offsetof(FBTCompositeChild, DecoratorOps) == 0x000020, "Member 'FBTCompositeChild::DecoratorOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdAvoidanceSamplingPattern \ +static_assert(alignof(FCrowdAvoidanceSamplingPattern) == 0x000008, "Wrong alignment on FCrowdAvoidanceSamplingPattern"); \ +static_assert(sizeof(FCrowdAvoidanceSamplingPattern) == 0x000020, "Wrong size on FCrowdAvoidanceSamplingPattern"); \ +static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Angles) == 0x000000, "Member 'FCrowdAvoidanceSamplingPattern::Angles' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Radii) == 0x000010, "Member 'FCrowdAvoidanceSamplingPattern::Radii' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdAvoidanceConfig \ +static_assert(alignof(FCrowdAvoidanceConfig) == 0x000004, "Wrong alignment on FCrowdAvoidanceConfig"); \ +static_assert(sizeof(FCrowdAvoidanceConfig) == 0x00001C, "Wrong size on FCrowdAvoidanceConfig"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, VelocityBias) == 0x000000, "Member 'FCrowdAvoidanceConfig::VelocityBias' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, DesiredVelocityWeight) == 0x000004, "Member 'FCrowdAvoidanceConfig::DesiredVelocityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, CurrentVelocityWeight) == 0x000008, "Member 'FCrowdAvoidanceConfig::CurrentVelocityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, SideBiasWeight) == 0x00000C, "Member 'FCrowdAvoidanceConfig::SideBiasWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeWeight) == 0x000010, "Member 'FCrowdAvoidanceConfig::ImpactTimeWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeRange) == 0x000014, "Member 'FCrowdAvoidanceConfig::ImpactTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, CustomPatternIdx) == 0x000018, "Member 'FCrowdAvoidanceConfig::CustomPatternIdx' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDivisions) == 0x000019, "Member 'FCrowdAvoidanceConfig::AdaptiveDivisions' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveRings) == 0x00001A, "Member 'FCrowdAvoidanceConfig::AdaptiveRings' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDepth) == 0x00001B, "Member 'FCrowdAvoidanceConfig::AdaptiveDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_UAIDataProvider \ +static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ +static_assert(sizeof(UAIDataProvider) == 0x000028, "Wrong size on UAIDataProvider"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider_QueryParams \ +static_assert(alignof(UAIDataProvider_QueryParams) == 0x000008, "Wrong alignment on UAIDataProvider_QueryParams"); \ +static_assert(sizeof(UAIDataProvider_QueryParams) == 0x000040, "Wrong size on UAIDataProvider_QueryParams"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, ParamName) == 0x000028, "Member 'UAIDataProvider_QueryParams::ParamName' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, FloatValue) == 0x000030, "Member 'UAIDataProvider_QueryParams::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, IntValue) == 0x000034, "Member 'UAIDataProvider_QueryParams::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, BoolValue) == 0x000038, "Member 'UAIDataProvider_QueryParams::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTAuxiliaryNode \ +static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ +static_assert(sizeof(UBTAuxiliaryNode) == 0x000060, "Wrong size on UBTAuxiliaryNode"); \ + +#define DUMPER7_ASSERTS_UBTDecorator \ +static_assert(alignof(UBTDecorator) == 0x000008, "Wrong alignment on UBTDecorator"); \ +static_assert(sizeof(UBTDecorator) == 0x000068, "Wrong size on UBTDecorator"); \ +static_assert(offsetof(UBTDecorator, FlowAbortMode) == 0x000064, "Member 'UBTDecorator::FlowAbortMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_BlackboardBase \ +static_assert(alignof(UBTDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UBTDecorator_BlackboardBase"); \ +static_assert(sizeof(UBTDecorator_BlackboardBase) == 0x000090, "Wrong size on UBTDecorator_BlackboardBase"); \ +static_assert(offsetof(UBTDecorator_BlackboardBase, BlackboardKey) == 0x000068, "Member 'UBTDecorator_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Blackboard \ +static_assert(alignof(UBTDecorator_Blackboard) == 0x000008, "Wrong alignment on UBTDecorator_Blackboard"); \ +static_assert(sizeof(UBTDecorator_Blackboard) == 0x0000C0, "Wrong size on UBTDecorator_Blackboard"); \ +static_assert(offsetof(UBTDecorator_Blackboard, IntValue) == 0x000090, "Member 'UBTDecorator_Blackboard::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, FloatValue) == 0x000094, "Member 'UBTDecorator_Blackboard::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, StringValue) == 0x000098, "Member 'UBTDecorator_Blackboard::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, CachedDescription) == 0x0000A8, "Member 'UBTDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, OperationType) == 0x0000B8, "Member 'UBTDecorator_Blackboard::OperationType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, NotifyObserver) == 0x0000B9, "Member 'UBTDecorator_Blackboard::NotifyObserver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AIController_ClaimTaskResource \ +static_assert(alignof(AIController_ClaimTaskResource) == 0x000008, "Wrong alignment on AIController_ClaimTaskResource"); \ +static_assert(sizeof(AIController_ClaimTaskResource) == 0x000008, "Wrong size on AIController_ClaimTaskResource"); \ +static_assert(offsetof(AIController_ClaimTaskResource, ResourceClass) == 0x000000, "Member 'AIController_ClaimTaskResource::ResourceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetAIPerceptionComponent \ +static_assert(alignof(AIController_GetAIPerceptionComponent) == 0x000008, "Wrong alignment on AIController_GetAIPerceptionComponent"); \ +static_assert(sizeof(AIController_GetAIPerceptionComponent) == 0x000008, "Wrong size on AIController_GetAIPerceptionComponent"); \ +static_assert(offsetof(AIController_GetAIPerceptionComponent, ReturnValue) == 0x000000, "Member 'AIController_GetAIPerceptionComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_K2_SetFocalPoint \ +static_assert(alignof(AIController_K2_SetFocalPoint) == 0x000004, "Wrong alignment on AIController_K2_SetFocalPoint"); \ +static_assert(sizeof(AIController_K2_SetFocalPoint) == 0x00000C, "Wrong size on AIController_K2_SetFocalPoint"); \ +static_assert(offsetof(AIController_K2_SetFocalPoint, FP) == 0x000000, "Member 'AIController_K2_SetFocalPoint::FP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_K2_SetFocus \ +static_assert(alignof(AIController_K2_SetFocus) == 0x000008, "Wrong alignment on AIController_K2_SetFocus"); \ +static_assert(sizeof(AIController_K2_SetFocus) == 0x000008, "Wrong size on AIController_K2_SetFocus"); \ +static_assert(offsetof(AIController_K2_SetFocus, NewFocus) == 0x000000, "Member 'AIController_K2_SetFocus::NewFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_MoveToActor \ +static_assert(alignof(AIController_MoveToActor) == 0x000008, "Wrong alignment on AIController_MoveToActor"); \ +static_assert(sizeof(AIController_MoveToActor) == 0x000020, "Wrong size on AIController_MoveToActor"); \ +static_assert(offsetof(AIController_MoveToActor, Goal) == 0x000000, "Member 'AIController_MoveToActor::Goal' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, AcceptanceRadius) == 0x000008, "Member 'AIController_MoveToActor::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bStopOnOverlap) == 0x00000C, "Member 'AIController_MoveToActor::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bUsePathfinding) == 0x00000D, "Member 'AIController_MoveToActor::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bCanStrafe) == 0x00000E, "Member 'AIController_MoveToActor::bCanStrafe' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, FilterClass) == 0x000010, "Member 'AIController_MoveToActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bAllowPartialPath) == 0x000018, "Member 'AIController_MoveToActor::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, ReturnValue) == 0x000019, "Member 'AIController_MoveToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_MoveToLocation \ +static_assert(alignof(AIController_MoveToLocation) == 0x000008, "Wrong alignment on AIController_MoveToLocation"); \ +static_assert(sizeof(AIController_MoveToLocation) == 0x000028, "Wrong size on AIController_MoveToLocation"); \ +static_assert(offsetof(AIController_MoveToLocation, Dest) == 0x000000, "Member 'AIController_MoveToLocation::Dest' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, AcceptanceRadius) == 0x00000C, "Member 'AIController_MoveToLocation::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bStopOnOverlap) == 0x000010, "Member 'AIController_MoveToLocation::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bUsePathfinding) == 0x000011, "Member 'AIController_MoveToLocation::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bProjectDestinationToNavigation) == 0x000012, "Member 'AIController_MoveToLocation::bProjectDestinationToNavigation' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bCanStrafe) == 0x000013, "Member 'AIController_MoveToLocation::bCanStrafe' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, FilterClass) == 0x000018, "Member 'AIController_MoveToLocation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bAllowPartialPath) == 0x000020, "Member 'AIController_MoveToLocation::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, ReturnValue) == 0x000021, "Member 'AIController_MoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_OnGameplayTaskResourcesClaimed \ +static_assert(alignof(AIController_OnGameplayTaskResourcesClaimed) == 0x000002, "Wrong alignment on AIController_OnGameplayTaskResourcesClaimed"); \ +static_assert(sizeof(AIController_OnGameplayTaskResourcesClaimed) == 0x000004, "Wrong size on AIController_OnGameplayTaskResourcesClaimed"); \ +static_assert(offsetof(AIController_OnGameplayTaskResourcesClaimed, NewlyClaimed) == 0x000000, "Member 'AIController_OnGameplayTaskResourcesClaimed::NewlyClaimed' has a wrong offset!"); \ +static_assert(offsetof(AIController_OnGameplayTaskResourcesClaimed, FreshlyReleased) == 0x000002, "Member 'AIController_OnGameplayTaskResourcesClaimed::FreshlyReleased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_OnUsingBlackBoard \ +static_assert(alignof(AIController_OnUsingBlackBoard) == 0x000008, "Wrong alignment on AIController_OnUsingBlackBoard"); \ +static_assert(sizeof(AIController_OnUsingBlackBoard) == 0x000010, "Wrong size on AIController_OnUsingBlackBoard"); \ +static_assert(offsetof(AIController_OnUsingBlackBoard, BlackboardComp) == 0x000000, "Member 'AIController_OnUsingBlackBoard::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(AIController_OnUsingBlackBoard, BlackboardAsset) == 0x000008, "Member 'AIController_OnUsingBlackBoard::BlackboardAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_RunBehaviorTree \ +static_assert(alignof(AIController_RunBehaviorTree) == 0x000008, "Wrong alignment on AIController_RunBehaviorTree"); \ +static_assert(sizeof(AIController_RunBehaviorTree) == 0x000010, "Wrong size on AIController_RunBehaviorTree"); \ +static_assert(offsetof(AIController_RunBehaviorTree, BTAsset) == 0x000000, "Member 'AIController_RunBehaviorTree::BTAsset' has a wrong offset!"); \ +static_assert(offsetof(AIController_RunBehaviorTree, ReturnValue) == 0x000008, "Member 'AIController_RunBehaviorTree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_SetMoveBlockDetection \ +static_assert(alignof(AIController_SetMoveBlockDetection) == 0x000001, "Wrong alignment on AIController_SetMoveBlockDetection"); \ +static_assert(sizeof(AIController_SetMoveBlockDetection) == 0x000001, "Wrong size on AIController_SetMoveBlockDetection"); \ +static_assert(offsetof(AIController_SetMoveBlockDetection, bEnable) == 0x000000, "Member 'AIController_SetMoveBlockDetection::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_SetPathFollowingComponent \ +static_assert(alignof(AIController_SetPathFollowingComponent) == 0x000008, "Wrong alignment on AIController_SetPathFollowingComponent"); \ +static_assert(sizeof(AIController_SetPathFollowingComponent) == 0x000008, "Wrong size on AIController_SetPathFollowingComponent"); \ +static_assert(offsetof(AIController_SetPathFollowingComponent, NewPFComponent) == 0x000000, "Member 'AIController_SetPathFollowingComponent::NewPFComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_UnclaimTaskResource \ +static_assert(alignof(AIController_UnclaimTaskResource) == 0x000008, "Wrong alignment on AIController_UnclaimTaskResource"); \ +static_assert(sizeof(AIController_UnclaimTaskResource) == 0x000008, "Wrong size on AIController_UnclaimTaskResource"); \ +static_assert(offsetof(AIController_UnclaimTaskResource, ResourceClass) == 0x000000, "Member 'AIController_UnclaimTaskResource::ResourceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_UseBlackboard \ +static_assert(alignof(AIController_UseBlackboard) == 0x000008, "Wrong alignment on AIController_UseBlackboard"); \ +static_assert(sizeof(AIController_UseBlackboard) == 0x000018, "Wrong size on AIController_UseBlackboard"); \ +static_assert(offsetof(AIController_UseBlackboard, BlackboardAsset) == 0x000000, "Member 'AIController_UseBlackboard::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(AIController_UseBlackboard, BlackboardComponent) == 0x000008, "Member 'AIController_UseBlackboard::BlackboardComponent' has a wrong offset!"); \ +static_assert(offsetof(AIController_UseBlackboard, ReturnValue) == 0x000010, "Member 'AIController_UseBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocalPoint \ +static_assert(alignof(AIController_GetFocalPoint) == 0x000004, "Wrong alignment on AIController_GetFocalPoint"); \ +static_assert(sizeof(AIController_GetFocalPoint) == 0x00000C, "Wrong size on AIController_GetFocalPoint"); \ +static_assert(offsetof(AIController_GetFocalPoint, ReturnValue) == 0x000000, "Member 'AIController_GetFocalPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocalPointOnActor \ +static_assert(alignof(AIController_GetFocalPointOnActor) == 0x000008, "Wrong alignment on AIController_GetFocalPointOnActor"); \ +static_assert(sizeof(AIController_GetFocalPointOnActor) == 0x000018, "Wrong size on AIController_GetFocalPointOnActor"); \ +static_assert(offsetof(AIController_GetFocalPointOnActor, Actor) == 0x000000, "Member 'AIController_GetFocalPointOnActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIController_GetFocalPointOnActor, ReturnValue) == 0x000008, "Member 'AIController_GetFocalPointOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocusActor \ +static_assert(alignof(AIController_GetFocusActor) == 0x000008, "Wrong alignment on AIController_GetFocusActor"); \ +static_assert(sizeof(AIController_GetFocusActor) == 0x000008, "Wrong size on AIController_GetFocusActor"); \ +static_assert(offsetof(AIController_GetFocusActor, ReturnValue) == 0x000000, "Member 'AIController_GetFocusActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetImmediateMoveDestination \ +static_assert(alignof(AIController_GetImmediateMoveDestination) == 0x000004, "Wrong alignment on AIController_GetImmediateMoveDestination"); \ +static_assert(sizeof(AIController_GetImmediateMoveDestination) == 0x00000C, "Wrong size on AIController_GetImmediateMoveDestination"); \ +static_assert(offsetof(AIController_GetImmediateMoveDestination, ReturnValue) == 0x000000, "Member 'AIController_GetImmediateMoveDestination::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetMoveStatus \ +static_assert(alignof(AIController_GetMoveStatus) == 0x000001, "Wrong alignment on AIController_GetMoveStatus"); \ +static_assert(sizeof(AIController_GetMoveStatus) == 0x000001, "Wrong size on AIController_GetMoveStatus"); \ +static_assert(offsetof(AIController_GetMoveStatus, ReturnValue) == 0x000000, "Member 'AIController_GetMoveStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetPathFollowingComponent \ +static_assert(alignof(AIController_GetPathFollowingComponent) == 0x000008, "Wrong alignment on AIController_GetPathFollowingComponent"); \ +static_assert(sizeof(AIController_GetPathFollowingComponent) == 0x000008, "Wrong size on AIController_GetPathFollowingComponent"); \ +static_assert(offsetof(AIController_GetPathFollowingComponent, ReturnValue) == 0x000000, "Member 'AIController_GetPathFollowingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_HasPartialPath \ +static_assert(alignof(AIController_HasPartialPath) == 0x000001, "Wrong alignment on AIController_HasPartialPath"); \ +static_assert(sizeof(AIController_HasPartialPath) == 0x000001, "Wrong size on AIController_HasPartialPath"); \ +static_assert(offsetof(AIController_HasPartialPath, ReturnValue) == 0x000000, "Member 'AIController_HasPartialPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAIController \ +static_assert(alignof(AAIController) == 0x000008, "Wrong alignment on AAIController"); \ +static_assert(sizeof(AAIController) == 0x000330, "Wrong size on AAIController"); \ +static_assert(offsetof(AAIController, PathFollowingComponent) == 0x0002E0, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, BrainComponent) == 0x0002E8, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, PerceptionComponent) == 0x0002F0, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ActionsComp) == 0x0002F8, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ +static_assert(offsetof(AAIController, Blackboard) == 0x000300, "Member 'AAIController::Blackboard' has a wrong offset!"); \ +static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000308, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000310, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x000318, "Member 'AAIController::ReceiveMoveCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense \ +static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ +static_assert(sizeof(UAISense) == 0x000080, "Wrong size on UAISense"); \ +static_assert(offsetof(UAISense, DefaultExpirationAge) == 0x000028, "Member 'UAISense::DefaultExpirationAge' has a wrong offset!"); \ +static_assert(offsetof(UAISense, NotifyType) == 0x00002C, "Member 'UAISense::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000038, "Member 'UAISense::PerceptionSystemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Team \ +static_assert(alignof(UAISense_Team) == 0x000008, "Wrong alignment on UAISense_Team"); \ +static_assert(sizeof(UAISense_Team) == 0x000090, "Wrong size on UAISense_Team"); \ +static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000080, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UBlackboardKeyType \ +static_assert(alignof(UBlackboardKeyType) == 0x000008, "Wrong alignment on UBlackboardKeyType"); \ +static_assert(sizeof(UBlackboardKeyType) == 0x000030, "Wrong size on UBlackboardKeyType"); \ + +#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_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_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_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_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_UBTTaskNode \ +static_assert(alignof(UBTTaskNode) == 0x000008, "Wrong alignment on UBTTaskNode"); \ +static_assert(sizeof(UBTTaskNode) == 0x000070, "Wrong size on UBTTaskNode"); \ +static_assert(offsetof(UBTTaskNode, Services) == 0x000058, "Member 'UBTTaskNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BlackboardBase \ +static_assert(alignof(UBTTask_BlackboardBase) == 0x000008, "Wrong alignment on UBTTask_BlackboardBase"); \ +static_assert(sizeof(UBTTask_BlackboardBase) == 0x000098, "Wrong size on UBTTask_BlackboardBase"); \ +static_assert(offsetof(UBTTask_BlackboardBase, BlackboardKey) == 0x000070, "Member 'UBTTask_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_IAIPerceptionListenerInterface \ +static_assert(alignof(IAIPerceptionListenerInterface) == 0x000001, "Wrong alignment on IAIPerceptionListenerInterface"); \ +static_assert(sizeof(IAIPerceptionListenerInterface) == 0x000001, "Wrong size on IAIPerceptionListenerInterface"); \ + +#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_AIPerceptionComponent_GetActorsPerception \ +static_assert(alignof(AIPerceptionComponent_GetActorsPerception) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetActorsPerception"); \ +static_assert(sizeof(AIPerceptionComponent_GetActorsPerception) == 0x000030, "Wrong size on AIPerceptionComponent_GetActorsPerception"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Actor) == 0x000000, "Member 'AIPerceptionComponent_GetActorsPerception::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Info) == 0x000008, "Member 'AIPerceptionComponent_GetActorsPerception::Info' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, ReturnValue) == 0x000028, "Member 'AIPerceptionComponent_GetActorsPerception::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_OnOwnerEndPlay \ +static_assert(alignof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000008, "Wrong alignment on AIPerceptionComponent_OnOwnerEndPlay"); \ +static_assert(sizeof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000010, "Wrong size on AIPerceptionComponent_OnOwnerEndPlay"); \ +static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, Actor) == 0x000000, "Member 'AIPerceptionComponent_OnOwnerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionComponent_OnOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_SetSenseEnabled \ +static_assert(alignof(AIPerceptionComponent_SetSenseEnabled) == 0x000008, "Wrong alignment on AIPerceptionComponent_SetSenseEnabled"); \ +static_assert(sizeof(AIPerceptionComponent_SetSenseEnabled) == 0x000010, "Wrong size on AIPerceptionComponent_SetSenseEnabled"); \ +static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, SenseClass) == 0x000000, "Member 'AIPerceptionComponent_SetSenseEnabled::SenseClass' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, bEnable) == 0x000008, "Member 'AIPerceptionComponent_SetSenseEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetCurrentlyPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetKnownPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetKnownPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetKnownPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000010, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActors, OutActors) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActorsBySense \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionComponent \ +static_assert(alignof(UAIPerceptionComponent) == 0x000008, "Wrong alignment on UAIPerceptionComponent"); \ +static_assert(sizeof(UAIPerceptionComponent) == 0x000190, "Wrong size on UAIPerceptionComponent"); \ +static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000B0, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000C0, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000D8, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000160, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000170, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x000180, "Member 'UAIPerceptionComponent::OnTargetPerceptionInfoUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_PathFollowingComponent_OnActorBump \ +static_assert(alignof(PathFollowingComponent_OnActorBump) == 0x000008, "Wrong alignment on PathFollowingComponent_OnActorBump"); \ +static_assert(sizeof(PathFollowingComponent_OnActorBump) == 0x0000A8, "Wrong size on PathFollowingComponent_OnActorBump"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, SelfActor) == 0x000000, "Member 'PathFollowingComponent_OnActorBump::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, OtherActor) == 0x000008, "Member 'PathFollowingComponent_OnActorBump::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, NormalImpulse) == 0x000010, "Member 'PathFollowingComponent_OnActorBump::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, Hit) == 0x00001C, "Member 'PathFollowingComponent_OnActorBump::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_OnNavDataRegistered \ +static_assert(alignof(PathFollowingComponent_OnNavDataRegistered) == 0x000008, "Wrong alignment on PathFollowingComponent_OnNavDataRegistered"); \ +static_assert(sizeof(PathFollowingComponent_OnNavDataRegistered) == 0x000008, "Wrong size on PathFollowingComponent_OnNavDataRegistered"); \ +static_assert(offsetof(PathFollowingComponent_OnNavDataRegistered, NavData) == 0x000000, "Member 'PathFollowingComponent_OnNavDataRegistered::NavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_GetPathActionType \ +static_assert(alignof(PathFollowingComponent_GetPathActionType) == 0x000001, "Wrong alignment on PathFollowingComponent_GetPathActionType"); \ +static_assert(sizeof(PathFollowingComponent_GetPathActionType) == 0x000001, "Wrong size on PathFollowingComponent_GetPathActionType"); \ +static_assert(offsetof(PathFollowingComponent_GetPathActionType, ReturnValue) == 0x000000, "Member 'PathFollowingComponent_GetPathActionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_GetPathDestination \ +static_assert(alignof(PathFollowingComponent_GetPathDestination) == 0x000004, "Wrong alignment on PathFollowingComponent_GetPathDestination"); \ +static_assert(sizeof(PathFollowingComponent_GetPathDestination) == 0x00000C, "Wrong size on PathFollowingComponent_GetPathDestination"); \ +static_assert(offsetof(PathFollowingComponent_GetPathDestination, ReturnValue) == 0x000000, "Member 'PathFollowingComponent_GetPathDestination::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPathFollowingComponent \ +static_assert(alignof(UPathFollowingComponent) == 0x000008, "Wrong alignment on UPathFollowingComponent"); \ +static_assert(sizeof(UPathFollowingComponent) == 0x000250, "Wrong size on UPathFollowingComponent"); \ +static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x0000E8, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x0000F8, "Member 'UPathFollowingComponent::MyNavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIAsyncTaskBlueprintProxy_OnMoveCompleted \ +static_assert(alignof(AIAsyncTaskBlueprintProxy_OnMoveCompleted) == 0x000004, "Wrong alignment on AIAsyncTaskBlueprintProxy_OnMoveCompleted"); \ +static_assert(sizeof(AIAsyncTaskBlueprintProxy_OnMoveCompleted) == 0x000008, "Wrong size on AIAsyncTaskBlueprintProxy_OnMoveCompleted"); \ +static_assert(offsetof(AIAsyncTaskBlueprintProxy_OnMoveCompleted, RequestID) == 0x000000, "Member 'AIAsyncTaskBlueprintProxy_OnMoveCompleted::RequestID' has a wrong offset!"); \ +static_assert(offsetof(AIAsyncTaskBlueprintProxy_OnMoveCompleted, MovementResult) == 0x000004, "Member 'AIAsyncTaskBlueprintProxy_OnMoveCompleted::MovementResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIAsyncTaskBlueprintProxy \ +static_assert(alignof(UAIAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAIAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UAIAsyncTaskBlueprintProxy) == 0x000068, "Wrong size on UAIAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnSuccess) == 0x000028, "Member 'UAIAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnFail) == 0x000038, "Member 'UAIAsyncTaskBlueprintProxy::OnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_CreateMoveToProxyObject \ +static_assert(alignof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000038, "Wrong size on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Pawn) == 0x000008, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Destination) == 0x000010, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, TargetActor) == 0x000020, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, AcceptanceRadius) == 0x000028, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, bStopOnOverlap) == 0x00002C, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, ReturnValue) == 0x000030, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetAIController \ +static_assert(alignof(AIBlueprintHelperLibrary_GetAIController) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetAIController"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetAIController) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetAIController"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ControlledActor) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetAIController::ControlledActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetAIController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetBlackboard \ +static_assert(alignof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetBlackboard"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetBlackboard"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetBlackboard::Target' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPath \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPath"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPath"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathIndex \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathPoints \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetNextNavLinkIndex \ +static_assert(alignof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIDirection \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, DirectionVector) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::DirectionVector' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAILocation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, Location) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIRotation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, Rotation) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_LockAIResourcesWithAnimation \ +static_assert(alignof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, bLockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::bLockMovement' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, LockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::LockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SendAIMessage \ +static_assert(alignof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SendAIMessage"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_SendAIMessage"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Target' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Message) == 0x000008, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, MessageSource) == 0x000010, "Member 'AIBlueprintHelperLibrary_SendAIMessage::MessageSource' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, bSuccess) == 0x000018, "Member 'AIBlueprintHelperLibrary_SendAIMessage::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToActor \ +static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToLocation \ +static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SpawnAIFromClass \ +static_assert(alignof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000048, "Wrong size on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, PawnClass) == 0x000008, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, BehaviorTree) == 0x000010, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Location) == 0x000018, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Location' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Rotation) == 0x000024, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, bNoCollisionFail) == 0x000030, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Owner) == 0x000038, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000040, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation \ +static_assert(alignof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, bUnlockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::bUnlockMovement' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, UnlockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::UnlockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIBlueprintHelperLibrary \ +static_assert(alignof(UAIBlueprintHelperLibrary) == 0x000008, "Wrong alignment on UAIBlueprintHelperLibrary"); \ +static_assert(sizeof(UAIBlueprintHelperLibrary) == 0x000028, "Wrong size on UAIBlueprintHelperLibrary"); \ + +#define DUMPER7_ASSERTS_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_AIPerceptionStimuliSourceComponent_RegisterForSense \ +static_assert(alignof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ +static_assert(sizeof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ +static_assert(offsetof(AIPerceptionStimuliSourceComponent_RegisterForSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_RegisterForSense::SenseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_UnregisterFromSense \ +static_assert(alignof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ +static_assert(sizeof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ +static_assert(offsetof(AIPerceptionStimuliSourceComponent_UnregisterFromSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_UnregisterFromSense::SenseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionStimuliSourceComponent \ +static_assert(alignof(UAIPerceptionStimuliSourceComponent) == 0x000008, "Wrong alignment on UAIPerceptionStimuliSourceComponent"); \ +static_assert(sizeof(UAIPerceptionStimuliSourceComponent) == 0x0000C8, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ +static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000B8, "Member 'UAIPerceptionStimuliSourceComponent::RegisterAsSourceForSenses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISubsystem \ +static_assert(alignof(UAISubsystem) == 0x000008, "Wrong alignment on UAISubsystem"); \ +static_assert(sizeof(UAISubsystem) == 0x000038, "Wrong size on UAISubsystem"); \ +static_assert(offsetof(UAISubsystem, AISystem) == 0x000030, "Member 'UAISubsystem::AISystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_GetSenseClassForStimulus \ +static_assert(alignof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000008, "Wrong alignment on AIPerceptionSystem_GetSenseClassForStimulus"); \ +static_assert(sizeof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000050, "Wrong size on AIPerceptionSystem_GetSenseClassForStimulus"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, Stimulus) == 0x000008, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::Stimulus' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, ReturnValue) == 0x000048, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_RegisterPerceptionStimuliSource \ +static_assert(alignof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000008, "Wrong alignment on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ +static_assert(sizeof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000020, "Wrong size on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Sense) == 0x000008, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Sense' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Target) == 0x000010, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Target' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, ReturnValue) == 0x000018, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_ReportPerceptionEvent \ +static_assert(alignof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportPerceptionEvent"); \ +static_assert(sizeof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000010, "Wrong size on AIPerceptionSystem_ReportPerceptionEvent"); \ +static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_ReportPerceptionEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, PerceptionEvent) == 0x000008, "Member 'AIPerceptionSystem_ReportPerceptionEvent::PerceptionEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay \ +static_assert(alignof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000008, "Wrong alignment on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ +static_assert(sizeof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000010, "Wrong size on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ +static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, Actor) == 0x000000, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_ReportEvent \ +static_assert(alignof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportEvent"); \ +static_assert(sizeof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong size on AIPerceptionSystem_ReportEvent"); \ +static_assert(offsetof(AIPerceptionSystem_ReportEvent, PerceptionEvent) == 0x000000, "Member 'AIPerceptionSystem_ReportEvent::PerceptionEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionSystem \ +static_assert(alignof(UAIPerceptionSystem) == 0x000008, "Wrong alignment on UAIPerceptionSystem"); \ +static_assert(sizeof(UAIPerceptionSystem) == 0x000130, "Wrong size on UAIPerceptionSystem"); \ +static_assert(offsetof(UAIPerceptionSystem, Senses) == 0x000088, "Member 'UAIPerceptionSystem::Senses' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionSystem, PerceptionAgingRate) == 0x000098, "Member 'UAIPerceptionSystem::PerceptionAgingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAIResourceInterface \ +static_assert(alignof(IAIResourceInterface) == 0x000001, "Wrong alignment on IAIResourceInterface"); \ +static_assert(sizeof(IAIResourceInterface) == 0x000001, "Wrong size on IAIResourceInterface"); \ + +#define DUMPER7_ASSERTS_UAIResource_Movement \ +static_assert(alignof(UAIResource_Movement) == 0x000008, "Wrong alignment on UAIResource_Movement"); \ +static_assert(sizeof(UAIResource_Movement) == 0x000038, "Wrong size on UAIResource_Movement"); \ + +#define DUMPER7_ASSERTS_UAIResource_Logic \ +static_assert(alignof(UAIResource_Logic) == 0x000008, "Wrong alignment on UAIResource_Logic"); \ +static_assert(sizeof(UAIResource_Logic) == 0x000038, "Wrong size on UAIResource_Logic"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_K2_OnNewPawn \ +static_assert(alignof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong alignment on AISense_Blueprint_K2_OnNewPawn"); \ +static_assert(sizeof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong size on AISense_Blueprint_K2_OnNewPawn"); \ +static_assert(offsetof(AISense_Blueprint_K2_OnNewPawn, NewPawn) == 0x000000, "Member 'AISense_Blueprint_K2_OnNewPawn::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerRegistered \ +static_assert(alignof(AISense_Blueprint_OnListenerRegistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerRegistered"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerRegistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerRegistered"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerRegistered::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerRegistered::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUnregistered \ +static_assert(alignof(AISense_Blueprint_OnListenerUnregistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUnregistered"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerUnregistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUnregistered"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUnregistered::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUnregistered::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUpdated \ +static_assert(alignof(AISense_Blueprint_OnListenerUpdated) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUpdated"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerUpdated) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUpdated"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUpdated::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUpdated::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnUpdate \ +static_assert(alignof(AISense_Blueprint_OnUpdate) == 0x000008, "Wrong alignment on AISense_Blueprint_OnUpdate"); \ +static_assert(sizeof(AISense_Blueprint_OnUpdate) == 0x000018, "Wrong size on AISense_Blueprint_OnUpdate"); \ +static_assert(offsetof(AISense_Blueprint_OnUpdate, EventsToProcess) == 0x000000, "Member 'AISense_Blueprint_OnUpdate::EventsToProcess' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnUpdate, ReturnValue) == 0x000010, "Member 'AISense_Blueprint_OnUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerActors \ +static_assert(alignof(AISense_Blueprint_GetAllListenerActors) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerActors"); \ +static_assert(sizeof(AISense_Blueprint_GetAllListenerActors) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerActors"); \ +static_assert(offsetof(AISense_Blueprint_GetAllListenerActors, ListenerActors) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerActors::ListenerActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerComponents \ +static_assert(alignof(AISense_Blueprint_GetAllListenerComponents) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerComponents"); \ +static_assert(sizeof(AISense_Blueprint_GetAllListenerComponents) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerComponents"); \ +static_assert(offsetof(AISense_Blueprint_GetAllListenerComponents, ListenerComponents) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerComponents::ListenerComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Blueprint \ +static_assert(alignof(UAISense_Blueprint) == 0x000008, "Wrong alignment on UAISense_Blueprint"); \ +static_assert(sizeof(UAISense_Blueprint) == 0x0000A8, "Wrong size on UAISense_Blueprint"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000080, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000088, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x000098, "Member 'UAISense_Blueprint::UnprocessedEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Hearing_ReportNoiseEvent \ +static_assert(alignof(AISense_Hearing_ReportNoiseEvent) == 0x000008, "Wrong alignment on AISense_Hearing_ReportNoiseEvent"); \ +static_assert(sizeof(AISense_Hearing_ReportNoiseEvent) == 0x000030, "Wrong size on AISense_Hearing_ReportNoiseEvent"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, WorldContextObject) == 0x000000, "Member 'AISense_Hearing_ReportNoiseEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, NoiseLocation) == 0x000008, "Member 'AISense_Hearing_ReportNoiseEvent::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Loudness) == 0x000014, "Member 'AISense_Hearing_ReportNoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Instigator) == 0x000018, "Member 'AISense_Hearing_ReportNoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, MaxRange) == 0x000020, "Member 'AISense_Hearing_ReportNoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Tag) == 0x000024, "Member 'AISense_Hearing_ReportNoiseEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Hearing \ +static_assert(alignof(UAISense_Hearing) == 0x000008, "Wrong alignment on UAISense_Hearing"); \ +static_assert(sizeof(UAISense_Hearing) == 0x0000E8, "Wrong size on UAISense_Hearing"); \ +static_assert(offsetof(UAISense_Hearing, NoiseEvents) == 0x000080, "Member 'UAISense_Hearing::NoiseEvents' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Hearing, SpeedOfSoundSq) == 0x000090, "Member 'UAISense_Hearing::SpeedOfSoundSq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Prediction_RequestControllerPredictionEvent \ +static_assert(alignof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestControllerPredictionEvent"); \ +static_assert(sizeof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestControllerPredictionEvent"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestControllerPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Prediction_RequestPawnPredictionEvent \ +static_assert(alignof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestPawnPredictionEvent"); \ +static_assert(sizeof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestPawnPredictionEvent"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestPawnPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Prediction \ +static_assert(alignof(UAISense_Prediction) == 0x000008, "Wrong alignment on UAISense_Prediction"); \ +static_assert(sizeof(UAISense_Prediction) == 0x000090, "Wrong size on UAISense_Prediction"); \ +static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000080, "Member 'UAISense_Prediction::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Sight \ +static_assert(alignof(UAISense_Sight) == 0x000008, "Wrong alignment on UAISense_Sight"); \ +static_assert(sizeof(UAISense_Sight) == 0x000170, "Wrong size on UAISense_Sight"); \ +static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000148, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x00014C, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000150, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000158, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000160, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000164, "Member 'UAISense_Sight::SightLimitQueryImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_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_Sight \ +static_assert(alignof(UAISenseConfig_Sight) == 0x000008, "Wrong alignment on UAISenseConfig_Sight"); \ +static_assert(sizeof(UAISenseConfig_Sight) == 0x000070, "Wrong size on UAISenseConfig_Sight"); \ +static_assert(offsetof(UAISenseConfig_Sight, Implementation) == 0x000048, "Member 'UAISenseConfig_Sight::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, SightRadius) == 0x000050, "Member 'UAISenseConfig_Sight::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, LoseSightRadius) == 0x000054, "Member 'UAISenseConfig_Sight::LoseSightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PeripheralVisionAngleDegrees) == 0x000058, "Member 'UAISenseConfig_Sight::PeripheralVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Sight::DetectionByAffiliation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, AutoSuccessRangeFromLastSeenLocation) == 0x000060, "Member 'UAISenseConfig_Sight::AutoSuccessRangeFromLastSeenLocation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PointOfViewBackwardOffset) == 0x000064, "Member 'UAISenseConfig_Sight::PointOfViewBackwardOffset' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, NearClippingRadius) == 0x000068, "Member 'UAISenseConfig_Sight::NearClippingRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Touch \ +static_assert(alignof(UAISenseConfig_Touch) == 0x000008, "Wrong alignment on UAISenseConfig_Touch"); \ +static_assert(sizeof(UAISenseConfig_Touch) == 0x000048, "Wrong size on UAISenseConfig_Touch"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent \ +static_assert(alignof(UAISenseEvent) == 0x000008, "Wrong alignment on UAISenseEvent"); \ +static_assert(sizeof(UAISenseEvent) == 0x000028, "Wrong size on UAISenseEvent"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Damage \ +static_assert(alignof(UAISenseEvent_Damage) == 0x000008, "Wrong alignment on UAISenseEvent_Damage"); \ +static_assert(sizeof(UAISenseEvent_Damage) == 0x000060, "Wrong size on UAISenseEvent_Damage"); \ +static_assert(offsetof(UAISenseEvent_Damage, Event) == 0x000028, "Member 'UAISenseEvent_Damage::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Hearing \ +static_assert(alignof(UAISenseEvent_Hearing) == 0x000008, "Wrong alignment on UAISenseEvent_Hearing"); \ +static_assert(sizeof(UAISenseEvent_Hearing) == 0x000058, "Wrong size on UAISenseEvent_Hearing"); \ +static_assert(offsetof(UAISenseEvent_Hearing, Event) == 0x000028, "Member 'UAISenseEvent_Hearing::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAISightTargetInterface \ +static_assert(alignof(IAISightTargetInterface) == 0x000001, "Wrong alignment on IAISightTargetInterface"); \ +static_assert(sizeof(IAISightTargetInterface) == 0x000001, "Wrong size on IAISightTargetInterface"); \ + +#define DUMPER7_ASSERTS_UAITask \ +static_assert(alignof(UAITask) == 0x000008, "Wrong alignment on UAITask"); \ +static_assert(sizeof(UAITask) == 0x000070, "Wrong size on UAITask"); \ +static_assert(offsetof(UAITask, OwnerController) == 0x000068, "Member 'UAITask::OwnerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_LockLogic \ +static_assert(alignof(UAITask_LockLogic) == 0x000008, "Wrong alignment on UAITask_LockLogic"); \ +static_assert(sizeof(UAITask_LockLogic) == 0x000070, "Wrong size on UAITask_LockLogic"); \ + +#define DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo \ +static_assert(alignof(AITask_MoveTo_AIMoveTo) == 0x000008, "Wrong alignment on AITask_MoveTo_AIMoveTo"); \ +static_assert(sizeof(AITask_MoveTo_AIMoveTo) == 0x000038, "Wrong size on AITask_MoveTo_AIMoveTo"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, Controller) == 0x000000, "Member 'AITask_MoveTo_AIMoveTo::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalLocation) == 0x000008, "Member 'AITask_MoveTo_AIMoveTo::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalActor) == 0x000018, "Member 'AITask_MoveTo_AIMoveTo::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptanceRadius) == 0x000020, "Member 'AITask_MoveTo_AIMoveTo::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, StopOnOverlap) == 0x000024, "Member 'AITask_MoveTo_AIMoveTo::StopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptPartialPath) == 0x000025, "Member 'AITask_MoveTo_AIMoveTo::AcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUsePathfinding) == 0x000026, "Member 'AITask_MoveTo_AIMoveTo::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bLockAILogic) == 0x000027, "Member 'AITask_MoveTo_AIMoveTo::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUseContinuosGoalTracking) == 0x000028, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuosGoalTracking' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ProjectGoalOnNavigation) == 0x000029, "Member 'AITask_MoveTo_AIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ReturnValue) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_MoveTo \ +static_assert(alignof(UAITask_MoveTo) == 0x000008, "Wrong alignment on UAITask_MoveTo"); \ +static_assert(sizeof(UAITask_MoveTo) == 0x000110, "Wrong size on UAITask_MoveTo"); \ +static_assert(offsetof(UAITask_MoveTo, OnRequestFailed) == 0x000070, "Member 'UAITask_MoveTo::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, OnMoveFinished) == 0x000080, "Member 'UAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, MoveRequest) == 0x000090, "Member 'UAITask_MoveTo::MoveRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_RunEQS_RunEQS \ +static_assert(alignof(AITask_RunEQS_RunEQS) == 0x000008, "Wrong alignment on AITask_RunEQS_RunEQS"); \ +static_assert(sizeof(AITask_RunEQS_RunEQS) == 0x000018, "Wrong size on AITask_RunEQS_RunEQS"); \ +static_assert(offsetof(AITask_RunEQS_RunEQS, Controller) == 0x000000, "Member 'AITask_RunEQS_RunEQS::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_RunEQS_RunEQS, QueryTemplate) == 0x000008, "Member 'AITask_RunEQS_RunEQS::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AITask_RunEQS_RunEQS, ReturnValue) == 0x000010, "Member 'AITask_RunEQS_RunEQS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_RunEQS \ +static_assert(alignof(UAITask_RunEQS) == 0x000008, "Wrong alignment on UAITask_RunEQS"); \ +static_assert(sizeof(UAITask_RunEQS) == 0x0000E8, "Wrong size on UAITask_RunEQS"); \ + +#define DUMPER7_ASSERTS_UBehaviorTree \ +static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ +static_assert(sizeof(UBehaviorTree) == 0x000068, "Wrong size on UBehaviorTree"); \ +static_assert(offsetof(UBehaviorTree, RootNode) == 0x000030, "Member 'UBehaviorTree::RootNode' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, BlackboardAsset) == 0x000038, "Member 'UBehaviorTree::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000040, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000050, "Member 'UBehaviorTree::RootDecoratorOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_StopLogic \ +static_assert(alignof(BrainComponent_StopLogic) == 0x000008, "Wrong alignment on BrainComponent_StopLogic"); \ +static_assert(sizeof(BrainComponent_StopLogic) == 0x000010, "Wrong size on BrainComponent_StopLogic"); \ +static_assert(offsetof(BrainComponent_StopLogic, reason) == 0x000000, "Member 'BrainComponent_StopLogic::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_IsPaused \ +static_assert(alignof(BrainComponent_IsPaused) == 0x000001, "Wrong alignment on BrainComponent_IsPaused"); \ +static_assert(sizeof(BrainComponent_IsPaused) == 0x000001, "Wrong size on BrainComponent_IsPaused"); \ +static_assert(offsetof(BrainComponent_IsPaused, ReturnValue) == 0x000000, "Member 'BrainComponent_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_IsRunning \ +static_assert(alignof(BrainComponent_IsRunning) == 0x000001, "Wrong alignment on BrainComponent_IsRunning"); \ +static_assert(sizeof(BrainComponent_IsRunning) == 0x000001, "Wrong size on BrainComponent_IsRunning"); \ +static_assert(offsetof(BrainComponent_IsRunning, ReturnValue) == 0x000000, "Member 'BrainComponent_IsRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrainComponent \ +static_assert(alignof(UBrainComponent) == 0x000008, "Wrong alignment on UBrainComponent"); \ +static_assert(sizeof(UBrainComponent) == 0x000108, "Wrong size on UBrainComponent"); \ +static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000B8, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000C0, "Member 'UBrainComponent::AIOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_AddCooldownTagDuration \ +static_assert(alignof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000004, "Wrong alignment on BehaviorTreeComponent_AddCooldownTagDuration"); \ +static_assert(sizeof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000010, "Wrong size on BehaviorTreeComponent_AddCooldownTagDuration"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownDuration) == 0x000008, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, bAddToExistingDuration) == 0x00000C, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_SetDynamicSubtree \ +static_assert(alignof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000008, "Wrong alignment on BehaviorTreeComponent_SetDynamicSubtree"); \ +static_assert(sizeof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000010, "Wrong size on BehaviorTreeComponent_SetDynamicSubtree"); \ +static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, InjectTag) == 0x000000, "Member 'BehaviorTreeComponent_SetDynamicSubtree::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, BehaviorAsset) == 0x000008, "Member 'BehaviorTreeComponent_SetDynamicSubtree::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_GetTagCooldownEndTime \ +static_assert(alignof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000004, "Wrong alignment on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(sizeof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x00000C, "Wrong size on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, ReturnValue) == 0x000008, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeComponent \ +static_assert(alignof(UBehaviorTreeComponent) == 0x000008, "Wrong alignment on UBehaviorTreeComponent"); \ +static_assert(sizeof(UBehaviorTreeComponent) == 0x000298, "Wrong size on UBehaviorTreeComponent"); \ +static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000128, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000278, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeManager \ +static_assert(alignof(UBehaviorTreeManager) == 0x000008, "Wrong alignment on UBehaviorTreeManager"); \ +static_assert(sizeof(UBehaviorTreeManager) == 0x000050, "Wrong size on UBehaviorTreeManager"); \ +static_assert(offsetof(UBehaviorTreeManager, MaxDebuggerSteps) == 0x000028, "Member 'UBehaviorTreeManager::MaxDebuggerSteps' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeManager, LoadedTemplates) == 0x000030, "Member 'UBehaviorTreeManager::LoadedTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeManager, ActiveComponents) == 0x000040, "Member 'UBehaviorTreeManager::ActiveComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeTypes \ +static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ +static_assert(sizeof(UBehaviorTreeTypes) == 0x000028, "Wrong size on UBehaviorTreeTypes"); \ + +#define DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset \ +static_assert(alignof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong alignment on BlackboardAssetProvider_GetBlackboardAsset"); \ +static_assert(sizeof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong size on BlackboardAssetProvider_GetBlackboardAsset"); \ +static_assert(offsetof(BlackboardAssetProvider_GetBlackboardAsset, ReturnValue) == 0x000000, "Member 'BlackboardAssetProvider_GetBlackboardAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBlackboardAssetProvider \ +static_assert(alignof(IBlackboardAssetProvider) == 0x000001, "Wrong alignment on IBlackboardAssetProvider"); \ +static_assert(sizeof(IBlackboardAssetProvider) == 0x000001, "Wrong size on IBlackboardAssetProvider"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_ClearValue \ +static_assert(alignof(BlackboardComponent_ClearValue) == 0x000004, "Wrong alignment on BlackboardComponent_ClearValue"); \ +static_assert(sizeof(BlackboardComponent_ClearValue) == 0x000008, "Wrong size on BlackboardComponent_ClearValue"); \ +static_assert(offsetof(BlackboardComponent_ClearValue, KeyName) == 0x000000, "Member 'BlackboardComponent_ClearValue::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsBool \ +static_assert(alignof(BlackboardComponent_SetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsBool"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsBool) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsBool"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsBool, BoolValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsBool::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsClass \ +static_assert(alignof(BlackboardComponent_SetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsClass"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsClass) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsClass"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsClass, ClassValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsClass::ClassValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsEnum \ +static_assert(alignof(BlackboardComponent_SetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsEnum"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsEnum) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsEnum"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsEnum::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsEnum, EnumValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsEnum::EnumValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsFloat \ +static_assert(alignof(BlackboardComponent_SetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsFloat"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsFloat) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsFloat"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsFloat, FloatValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsFloat::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsInt \ +static_assert(alignof(BlackboardComponent_SetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsInt"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsInt) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsInt"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsInt, IntValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsInt::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsName \ +static_assert(alignof(BlackboardComponent_SetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsName"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsName) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsName"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsName, NameValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsName::NameValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsObject \ +static_assert(alignof(BlackboardComponent_SetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsObject"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsObject) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsObject"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsObject::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsObject, ObjectValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsObject::ObjectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsRotator \ +static_assert(alignof(BlackboardComponent_SetValueAsRotator) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsRotator"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsRotator) == 0x000014, "Wrong size on BlackboardComponent_SetValueAsRotator"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsRotator, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsRotator::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsRotator, VectorValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsRotator::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsString \ +static_assert(alignof(BlackboardComponent_SetValueAsString) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsString"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsString) == 0x000018, "Wrong size on BlackboardComponent_SetValueAsString"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsString, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsString::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsString, StringValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsString::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsVector \ +static_assert(alignof(BlackboardComponent_SetValueAsVector) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsVector"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsVector) == 0x000014, "Wrong size on BlackboardComponent_SetValueAsVector"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsVector, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsVector, VectorValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsVector::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetLocationFromEntry \ +static_assert(alignof(BlackboardComponent_GetLocationFromEntry) == 0x000004, "Wrong alignment on BlackboardComponent_GetLocationFromEntry"); \ +static_assert(sizeof(BlackboardComponent_GetLocationFromEntry) == 0x000018, "Wrong size on BlackboardComponent_GetLocationFromEntry"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, KeyName) == 0x000000, "Member 'BlackboardComponent_GetLocationFromEntry::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, ResultLocation) == 0x000008, "Member 'BlackboardComponent_GetLocationFromEntry::ResultLocation' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, ReturnValue) == 0x000014, "Member 'BlackboardComponent_GetLocationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetRotationFromEntry \ +static_assert(alignof(BlackboardComponent_GetRotationFromEntry) == 0x000004, "Wrong alignment on BlackboardComponent_GetRotationFromEntry"); \ +static_assert(sizeof(BlackboardComponent_GetRotationFromEntry) == 0x000018, "Wrong size on BlackboardComponent_GetRotationFromEntry"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, KeyName) == 0x000000, "Member 'BlackboardComponent_GetRotationFromEntry::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, ResultRotation) == 0x000008, "Member 'BlackboardComponent_GetRotationFromEntry::ResultRotation' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, ReturnValue) == 0x000014, "Member 'BlackboardComponent_GetRotationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsBool \ +static_assert(alignof(BlackboardComponent_GetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsBool"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsBool) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsBool"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsBool, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsClass \ +static_assert(alignof(BlackboardComponent_GetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsClass"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsClass) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsClass"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsClass, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsEnum \ +static_assert(alignof(BlackboardComponent_GetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsEnum"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsEnum) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsEnum"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsEnum::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsEnum, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsFloat \ +static_assert(alignof(BlackboardComponent_GetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsFloat"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsFloat) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsFloat"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsFloat, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsInt \ +static_assert(alignof(BlackboardComponent_GetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsInt"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsInt) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsInt"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsInt, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsName \ +static_assert(alignof(BlackboardComponent_GetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsName"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsName) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsName"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsName, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsObject \ +static_assert(alignof(BlackboardComponent_GetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsObject"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsObject) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsObject"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsObject::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsObject, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsRotator \ +static_assert(alignof(BlackboardComponent_GetValueAsRotator) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsRotator"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsRotator) == 0x000014, "Wrong size on BlackboardComponent_GetValueAsRotator"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsRotator, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsRotator::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsRotator, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsString \ +static_assert(alignof(BlackboardComponent_GetValueAsString) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsString"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsString) == 0x000018, "Wrong size on BlackboardComponent_GetValueAsString"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsString, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsString::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsString, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsVector \ +static_assert(alignof(BlackboardComponent_GetValueAsVector) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsVector"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsVector) == 0x000014, "Wrong size on BlackboardComponent_GetValueAsVector"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsVector, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsVector, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_IsVectorValueSet \ +static_assert(alignof(BlackboardComponent_IsVectorValueSet) == 0x000004, "Wrong alignment on BlackboardComponent_IsVectorValueSet"); \ +static_assert(sizeof(BlackboardComponent_IsVectorValueSet) == 0x00000C, "Wrong size on BlackboardComponent_IsVectorValueSet"); \ +static_assert(offsetof(BlackboardComponent_IsVectorValueSet, KeyName) == 0x000000, "Member 'BlackboardComponent_IsVectorValueSet::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_IsVectorValueSet, ReturnValue) == 0x000008, "Member 'BlackboardComponent_IsVectorValueSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardComponent \ +static_assert(alignof(UBlackboardComponent) == 0x000008, "Wrong alignment on UBlackboardComponent"); \ +static_assert(sizeof(UBlackboardComponent) == 0x0001B8, "Wrong size on UBlackboardComponent"); \ +static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000B0, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000B8, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000C0, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x0000E8, "Member 'UBlackboardComponent::KeyInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardData \ +static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ +static_assert(sizeof(UBlackboardData) == 0x000050, "Wrong size on UBlackboardData"); \ +static_assert(offsetof(UBlackboardData, Parent) == 0x000030, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardData, Keys) == 0x000038, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ +static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ +static_assert(sizeof(UBlackboardKeyType_Class) == 0x000038, "Wrong size on UBlackboardKeyType_Class"); \ +static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Class::BaseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Enum \ +static_assert(alignof(UBlackboardKeyType_Enum) == 0x000008, "Wrong alignment on UBlackboardKeyType_Enum"); \ +static_assert(sizeof(UBlackboardKeyType_Enum) == 0x000050, "Wrong size on UBlackboardKeyType_Enum"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, EnumType) == 0x000030, "Member 'UBlackboardKeyType_Enum::EnumType' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, EnumName) == 0x000038, "Member 'UBlackboardKeyType_Enum::EnumName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Float \ +static_assert(alignof(UBlackboardKeyType_Float) == 0x000008, "Wrong alignment on UBlackboardKeyType_Float"); \ +static_assert(sizeof(UBlackboardKeyType_Float) == 0x000030, "Wrong size on UBlackboardKeyType_Float"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Int \ +static_assert(alignof(UBlackboardKeyType_Int) == 0x000008, "Wrong alignment on UBlackboardKeyType_Int"); \ +static_assert(sizeof(UBlackboardKeyType_Int) == 0x000030, "Wrong size on UBlackboardKeyType_Int"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Name \ +static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ +static_assert(sizeof(UBlackboardKeyType_Name) == 0x000030, "Wrong size on UBlackboardKeyType_Name"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_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_BTDecorator_BlueprintBase_PerformConditionCheck \ +static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheck"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheck"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheckAI \ +static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinish \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, NodeResult) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinishAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, NodeResult) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStart \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStart, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStart::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStartAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivated \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivated::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivatedAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivated \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivated::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorExecutionActive \ +static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorExecutionActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorObserverActive \ +static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorObserverActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorObserverActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_BlueprintBase \ +static_assert(alignof(UBTDecorator_BlueprintBase) == 0x000008, "Wrong alignment on UBTDecorator_BlueprintBase"); \ +static_assert(sizeof(UBTDecorator_BlueprintBase) == 0x0000A0, "Wrong size on UBTDecorator_BlueprintBase"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, AIOwner) == 0x000068, "Member 'UBTDecorator_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, ActorOwner) == 0x000070, "Member 'UBTDecorator_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, ObservedKeyNames) == 0x000078, "Member 'UBTDecorator_BlueprintBase::ObservedKeyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckGameplayTagsOnActor \ +static_assert(alignof(UBTDecorator_CheckGameplayTagsOnActor) == 0x000008, "Wrong alignment on UBTDecorator_CheckGameplayTagsOnActor"); \ +static_assert(sizeof(UBTDecorator_CheckGameplayTagsOnActor) == 0x0000C8, "Wrong size on UBTDecorator_CheckGameplayTagsOnActor"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, ActorToCheck) == 0x000068, "Member 'UBTDecorator_CheckGameplayTagsOnActor::ActorToCheck' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, TagsToMatch) == 0x000090, "Member 'UBTDecorator_CheckGameplayTagsOnActor::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, GameplayTags) == 0x000098, "Member 'UBTDecorator_CheckGameplayTagsOnActor::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, CachedDescription) == 0x0000B8, "Member 'UBTDecorator_CheckGameplayTagsOnActor::CachedDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CompareBBEntries \ +static_assert(alignof(UBTDecorator_CompareBBEntries) == 0x000008, "Wrong alignment on UBTDecorator_CompareBBEntries"); \ +static_assert(sizeof(UBTDecorator_CompareBBEntries) == 0x0000C0, "Wrong size on UBTDecorator_CompareBBEntries"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, Operator) == 0x000068, "Member 'UBTDecorator_CompareBBEntries::Operator' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyA) == 0x000070, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyA' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyB) == 0x000098, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ConeCheck \ +static_assert(alignof(UBTDecorator_ConeCheck) == 0x000008, "Wrong alignment on UBTDecorator_ConeCheck"); \ +static_assert(sizeof(UBTDecorator_ConeCheck) == 0x0000F0, "Wrong size on UBTDecorator_ConeCheck"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_ConeCheck::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeOrigin) == 0x000070, "Member 'UBTDecorator_ConeCheck::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeDirection) == 0x000098, "Member 'UBTDecorator_ConeCheck::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, Observed) == 0x0000C0, "Member 'UBTDecorator_ConeCheck::Observed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Cooldown \ +static_assert(alignof(UBTDecorator_Cooldown) == 0x000008, "Wrong alignment on UBTDecorator_Cooldown"); \ +static_assert(sizeof(UBTDecorator_Cooldown) == 0x000070, "Wrong size on UBTDecorator_Cooldown"); \ +static_assert(offsetof(UBTDecorator_Cooldown, CoolDownTime) == 0x000068, "Member 'UBTDecorator_Cooldown::CoolDownTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_DoesPathExist \ +static_assert(alignof(UBTDecorator_DoesPathExist) == 0x000008, "Wrong alignment on UBTDecorator_DoesPathExist"); \ +static_assert(sizeof(UBTDecorator_DoesPathExist) == 0x0000C8, "Wrong size on UBTDecorator_DoesPathExist"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyA) == 0x000068, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyA' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyB) == 0x000090, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyB' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, PathQueryType) == 0x0000BC, "Member 'UBTDecorator_DoesPathExist::PathQueryType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, FilterClass) == 0x0000C0, "Member 'UBTDecorator_DoesPathExist::FilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ForceSuccess \ +static_assert(alignof(UBTDecorator_ForceSuccess) == 0x000008, "Wrong alignment on UBTDecorator_ForceSuccess"); \ +static_assert(sizeof(UBTDecorator_ForceSuccess) == 0x000068, "Wrong size on UBTDecorator_ForceSuccess"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsAtLocation \ +static_assert(alignof(UBTDecorator_IsAtLocation) == 0x000008, "Wrong alignment on UBTDecorator_IsAtLocation"); \ +static_assert(sizeof(UBTDecorator_IsAtLocation) == 0x0000D8, "Wrong size on UBTDecorator_IsAtLocation"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, AcceptableRadius) == 0x000090, "Member 'UBTDecorator_IsAtLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, ParametrizedAcceptableRadius) == 0x000098, "Member 'UBTDecorator_IsAtLocation::ParametrizedAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, GeometricDistanceType) == 0x0000D0, "Member 'UBTDecorator_IsAtLocation::GeometricDistanceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsBBEntryOfClass \ +static_assert(alignof(UBTDecorator_IsBBEntryOfClass) == 0x000008, "Wrong alignment on UBTDecorator_IsBBEntryOfClass"); \ +static_assert(sizeof(UBTDecorator_IsBBEntryOfClass) == 0x000098, "Wrong size on UBTDecorator_IsBBEntryOfClass"); \ +static_assert(offsetof(UBTDecorator_IsBBEntryOfClass, TestClass) == 0x000090, "Member 'UBTDecorator_IsBBEntryOfClass::TestClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_KeepInCone \ +static_assert(alignof(UBTDecorator_KeepInCone) == 0x000008, "Wrong alignment on UBTDecorator_KeepInCone"); \ +static_assert(sizeof(UBTDecorator_KeepInCone) == 0x0000C8, "Wrong size on UBTDecorator_KeepInCone"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_KeepInCone::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, ConeOrigin) == 0x000070, "Member 'UBTDecorator_KeepInCone::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, Observed) == 0x000098, "Member 'UBTDecorator_KeepInCone::Observed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Loop \ +static_assert(alignof(UBTDecorator_Loop) == 0x000008, "Wrong alignment on UBTDecorator_Loop"); \ +static_assert(sizeof(UBTDecorator_Loop) == 0x000078, "Wrong size on UBTDecorator_Loop"); \ +static_assert(offsetof(UBTDecorator_Loop, NumLoops) == 0x000068, "Member 'UBTDecorator_Loop::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, bInfiniteLoop) == 0x00006C, "Member 'UBTDecorator_Loop::bInfiniteLoop' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, InfiniteLoopTimeoutTime) == 0x000070, "Member 'UBTDecorator_Loop::InfiniteLoopTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ReachedMoveGoal \ +static_assert(alignof(UBTDecorator_ReachedMoveGoal) == 0x000008, "Wrong alignment on UBTDecorator_ReachedMoveGoal"); \ +static_assert(sizeof(UBTDecorator_ReachedMoveGoal) == 0x000068, "Wrong size on UBTDecorator_ReachedMoveGoal"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_SetTagCooldown \ +static_assert(alignof(UBTDecorator_SetTagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_SetTagCooldown"); \ +static_assert(sizeof(UBTDecorator_SetTagCooldown) == 0x000078, "Wrong size on UBTDecorator_SetTagCooldown"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_SetTagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TagCooldown \ +static_assert(alignof(UBTDecorator_TagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_TagCooldown"); \ +static_assert(sizeof(UBTDecorator_TagCooldown) == 0x000078, "Wrong size on UBTDecorator_TagCooldown"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_TagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_TagCooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_TagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bActivatesCooldown) == 0x000075, "Member 'UBTDecorator_TagCooldown::bActivatesCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TimeLimit \ +static_assert(alignof(UBTDecorator_TimeLimit) == 0x000008, "Wrong alignment on UBTDecorator_TimeLimit"); \ +static_assert(sizeof(UBTDecorator_TimeLimit) == 0x000070, "Wrong size on UBTDecorator_TimeLimit"); \ +static_assert(offsetof(UBTDecorator_TimeLimit, TimeLimit) == 0x000068, "Member 'UBTDecorator_TimeLimit::TimeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValue \ +static_assert(alignof(BTFunctionLibrary_ClearBlackboardValue) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValue"); \ +static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValue) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValue"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValue::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValue::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsActor \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsActor"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsActor"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsBool \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsBool"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsBool"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsClass \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsClass"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsClass"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsEnum \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsFloat \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsInt \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsInt"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsInt"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsName \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsName"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsName"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsObject \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsObject"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsObject"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsRotator \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsString \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsString) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsString"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsString) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsString"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsVector) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnerComponent \ +static_assert(alignof(BTFunctionLibrary_GetOwnerComponent) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetOwnerComponent"); \ +static_assert(sizeof(BTFunctionLibrary_GetOwnerComponent) == 0x000010, "Wrong size on BTFunctionLibrary_GetOwnerComponent"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnerComponent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetOwnerComponent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnerComponent, ReturnValue) == 0x000008, "Member 'BTFunctionLibrary_GetOwnerComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnersBlackboard \ +static_assert(alignof(BTFunctionLibrary_GetOwnersBlackboard) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetOwnersBlackboard"); \ +static_assert(sizeof(BTFunctionLibrary_GetOwnersBlackboard) == 0x000010, "Wrong size on BTFunctionLibrary_GetOwnersBlackboard"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnersBlackboard, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetOwnersBlackboard::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnersBlackboard, ReturnValue) == 0x000008, "Member 'BTFunctionLibrary_GetOwnersBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsBool \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsBool"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsBool) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsBool"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsClass \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsClass"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsClass) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsClass"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsEnum \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsEnum"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsEnum) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsEnum"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsFloat \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsFloat"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsFloat) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsFloat"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsInt \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsInt"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsInt) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsInt"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsName \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsName"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsName) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsName"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsObject \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsObject"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsObject) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsObject"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsRotator \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsRotator"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsRotator) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsRotator"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsString \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsString) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsString"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsString) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsString"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsVector) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_StartUsingExternalEvent \ +static_assert(alignof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StartUsingExternalEvent"); \ +static_assert(sizeof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000010, "Wrong size on BTFunctionLibrary_StartUsingExternalEvent"); \ +static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StartUsingExternalEvent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, OwningActor) == 0x000008, "Member 'BTFunctionLibrary_StartUsingExternalEvent::OwningActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_StopUsingExternalEvent \ +static_assert(alignof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StopUsingExternalEvent"); \ +static_assert(sizeof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong size on BTFunctionLibrary_StopUsingExternalEvent"); \ +static_assert(offsetof(BTFunctionLibrary_StopUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StopUsingExternalEvent::NodeOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTFunctionLibrary \ +static_assert(alignof(UBTFunctionLibrary) == 0x000008, "Wrong alignment on UBTFunctionLibrary"); \ +static_assert(sizeof(UBTFunctionLibrary) == 0x000028, "Wrong size on UBTFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivation \ +static_assert(alignof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivation"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveActivation"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivationAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivationAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveActivationAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivation \ +static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivation"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveDeactivation"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivationAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStart \ +static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStart"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveSearchStart"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStartAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStartAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveSearchStartAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTService_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTService_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_IsServiceActive \ +static_assert(alignof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong alignment on BTService_BlueprintBase_IsServiceActive"); \ +static_assert(sizeof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong size on BTService_BlueprintBase_IsServiceActive"); \ +static_assert(offsetof(BTService_BlueprintBase_IsServiceActive, ReturnValue) == 0x000000, "Member 'BTService_BlueprintBase_IsServiceActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_BlueprintBase \ +static_assert(alignof(UBTService_BlueprintBase) == 0x000008, "Wrong alignment on UBTService_BlueprintBase"); \ +static_assert(sizeof(UBTService_BlueprintBase) == 0x000098, "Wrong size on UBTService_BlueprintBase"); \ +static_assert(offsetof(UBTService_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTService_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTService_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTService_BlueprintBase::ActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_DefaultFocus \ +static_assert(alignof(UBTService_DefaultFocus) == 0x000008, "Wrong alignment on UBTService_DefaultFocus"); \ +static_assert(sizeof(UBTService_DefaultFocus) == 0x0000A0, "Wrong size on UBTService_DefaultFocus"); \ +static_assert(offsetof(UBTService_DefaultFocus, FocusPriority) == 0x000098, "Member 'UBTService_DefaultFocus::FocusPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute \ +static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ +static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ +static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ +static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ +static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000008, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ +static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ +static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x000008, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ +static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ +static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ +static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ +static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ +static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ +static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ +static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FinishWithResult \ +static_assert(alignof(UBTTask_FinishWithResult) == 0x000008, "Wrong alignment on UBTTask_FinishWithResult"); \ +static_assert(sizeof(UBTTask_FinishWithResult) == 0x000078, "Wrong size on UBTTask_FinishWithResult"); \ +static_assert(offsetof(UBTTask_FinishWithResult, Result) == 0x000070, "Member 'UBTTask_FinishWithResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_GameplayTaskBase \ +static_assert(alignof(UBTTask_GameplayTaskBase) == 0x000008, "Wrong alignment on UBTTask_GameplayTaskBase"); \ +static_assert(sizeof(UBTTask_GameplayTaskBase) == 0x000078, "Wrong size on UBTTask_GameplayTaskBase"); \ + +#define DUMPER7_ASSERTS_UBTTask_MakeNoise \ +static_assert(alignof(UBTTask_MakeNoise) == 0x000008, "Wrong alignment on UBTTask_MakeNoise"); \ +static_assert(sizeof(UBTTask_MakeNoise) == 0x000078, "Wrong size on UBTTask_MakeNoise"); \ +static_assert(offsetof(UBTTask_MakeNoise, Loudnes) == 0x000070, "Member 'UBTTask_MakeNoise::Loudnes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_MoveTo \ +static_assert(alignof(UBTTask_MoveTo) == 0x000008, "Wrong alignment on UBTTask_MoveTo"); \ +static_assert(sizeof(UBTTask_MoveTo) == 0x0000B0, "Wrong size on UBTTask_MoveTo"); \ +static_assert(offsetof(UBTTask_MoveTo, AcceptableRadius) == 0x000098, "Member 'UBTTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, FilterClass) == 0x0000A0, "Member 'UBTTask_MoveTo::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000A8, "Member 'UBTTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_MoveDirectlyToward \ +static_assert(alignof(UBTTask_MoveDirectlyToward) == 0x000008, "Wrong alignment on UBTTask_MoveDirectlyToward"); \ +static_assert(sizeof(UBTTask_MoveDirectlyToward) == 0x0000B8, "Wrong size on UBTTask_MoveDirectlyToward"); \ + +#define DUMPER7_ASSERTS_UBTTask_PawnActionBase \ +static_assert(alignof(UBTTask_PawnActionBase) == 0x000008, "Wrong alignment on UBTTask_PawnActionBase"); \ +static_assert(sizeof(UBTTask_PawnActionBase) == 0x000070, "Wrong size on UBTTask_PawnActionBase"); \ + +#define DUMPER7_ASSERTS_UBTTask_PlayAnimation \ +static_assert(alignof(UBTTask_PlayAnimation) == 0x000008, "Wrong alignment on UBTTask_PlayAnimation"); \ +static_assert(sizeof(UBTTask_PlayAnimation) == 0x0000B0, "Wrong size on UBTTask_PlayAnimation"); \ +static_assert(offsetof(UBTTask_PlayAnimation, AnimationToPlay) == 0x000070, "Member 'UBTTask_PlayAnimation::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x000080, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x000088, "Member 'UBTTask_PlayAnimation::CachedSkelMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_PlaySound \ +static_assert(alignof(UBTTask_PlaySound) == 0x000008, "Wrong alignment on UBTTask_PlaySound"); \ +static_assert(sizeof(UBTTask_PlaySound) == 0x000078, "Wrong size on UBTTask_PlaySound"); \ +static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000070, "Member 'UBTTask_PlaySound::SoundToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_PushPawnAction \ +static_assert(alignof(UBTTask_PushPawnAction) == 0x000008, "Wrong alignment on UBTTask_PushPawnAction"); \ +static_assert(sizeof(UBTTask_PushPawnAction) == 0x000078, "Wrong size on UBTTask_PushPawnAction"); \ +static_assert(offsetof(UBTTask_PushPawnAction, Action) == 0x000070, "Member 'UBTTask_PushPawnAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RotateToFaceBBEntry \ +static_assert(alignof(UBTTask_RotateToFaceBBEntry) == 0x000008, "Wrong alignment on UBTTask_RotateToFaceBBEntry"); \ +static_assert(sizeof(UBTTask_RotateToFaceBBEntry) == 0x0000A0, "Wrong size on UBTTask_RotateToFaceBBEntry"); \ +static_assert(offsetof(UBTTask_RotateToFaceBBEntry, Precision) == 0x000098, "Member 'UBTTask_RotateToFaceBBEntry::Precision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunBehavior \ +static_assert(alignof(UBTTask_RunBehavior) == 0x000008, "Wrong alignment on UBTTask_RunBehavior"); \ +static_assert(sizeof(UBTTask_RunBehavior) == 0x000078, "Wrong size on UBTTask_RunBehavior"); \ +static_assert(offsetof(UBTTask_RunBehavior, BehaviorAsset) == 0x000070, "Member 'UBTTask_RunBehavior::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunBehaviorDynamic \ +static_assert(alignof(UBTTask_RunBehaviorDynamic) == 0x000008, "Wrong alignment on UBTTask_RunBehaviorDynamic"); \ +static_assert(sizeof(UBTTask_RunBehaviorDynamic) == 0x000088, "Wrong size on UBTTask_RunBehaviorDynamic"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, InjectionTag) == 0x000070, "Member 'UBTTask_RunBehaviorDynamic::InjectionTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, DefaultBehaviorAsset) == 0x000078, "Member 'UBTTask_RunBehaviorDynamic::DefaultBehaviorAsset' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, BehaviorAsset) == 0x000080, "Member 'UBTTask_RunBehaviorDynamic::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunEQSQuery \ +static_assert(alignof(UBTTask_RunEQSQuery) == 0x000008, "Wrong alignment on UBTTask_RunEQSQuery"); \ +static_assert(sizeof(UBTTask_RunEQSQuery) == 0x000150, "Wrong size on UBTTask_RunEQSQuery"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryTemplate) == 0x000098, "Member 'UBTTask_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryParams) == 0x0000A0, "Member 'UBTTask_RunEQSQuery::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryConfig) == 0x0000B0, "Member 'UBTTask_RunEQSQuery::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, RunMode) == 0x0000C0, "Member 'UBTTask_RunEQSQuery::RunMode' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSQueryBlackboardKey) == 0x0000C8, "Member 'UBTTask_RunEQSQuery::EQSQueryBlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, bUseBBKey) == 0x0000F0, "Member 'UBTTask_RunEQSQuery::bUseBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSRequest) == 0x0000F8, "Member 'UBTTask_RunEQSQuery::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetTagCooldown \ +static_assert(alignof(UBTTask_SetTagCooldown) == 0x000008, "Wrong alignment on UBTTask_SetTagCooldown"); \ +static_assert(sizeof(UBTTask_SetTagCooldown) == 0x000080, "Wrong size on UBTTask_SetTagCooldown"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, CooldownTag) == 0x000070, "Member 'UBTTask_SetTagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, bAddToExistingDuration) == 0x000078, "Member 'UBTTask_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, CooldownDuration) == 0x00007C, "Member 'UBTTask_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_Wait \ +static_assert(alignof(UBTTask_Wait) == 0x000008, "Wrong alignment on UBTTask_Wait"); \ +static_assert(sizeof(UBTTask_Wait) == 0x000078, "Wrong size on UBTTask_Wait"); \ +static_assert(offsetof(UBTTask_Wait, WaitTime) == 0x000070, "Member 'UBTTask_Wait::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Wait, RandomDeviation) == 0x000074, "Member 'UBTTask_Wait::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_WaitBlackboardTime \ +static_assert(alignof(UBTTask_WaitBlackboardTime) == 0x000008, "Wrong alignment on UBTTask_WaitBlackboardTime"); \ +static_assert(sizeof(UBTTask_WaitBlackboardTime) == 0x0000A0, "Wrong size on UBTTask_WaitBlackboardTime"); \ +static_assert(offsetof(UBTTask_WaitBlackboardTime, BlackboardKey) == 0x000078, "Member 'UBTTask_WaitBlackboardTime::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICrowdAgentInterface \ +static_assert(alignof(ICrowdAgentInterface) == 0x000001, "Wrong alignment on ICrowdAgentInterface"); \ +static_assert(sizeof(ICrowdAgentInterface) == 0x000001, "Wrong size on ICrowdAgentInterface"); \ + +#define DUMPER7_ASSERTS_CrowdFollowingComponent_SuspendCrowdSteering \ +static_assert(alignof(CrowdFollowingComponent_SuspendCrowdSteering) == 0x000001, "Wrong alignment on CrowdFollowingComponent_SuspendCrowdSteering"); \ +static_assert(sizeof(CrowdFollowingComponent_SuspendCrowdSteering) == 0x000001, "Wrong size on CrowdFollowingComponent_SuspendCrowdSteering"); \ +static_assert(offsetof(CrowdFollowingComponent_SuspendCrowdSteering, bSuspend) == 0x000000, "Member 'CrowdFollowingComponent_SuspendCrowdSteering::bSuspend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdFollowingComponent \ +static_assert(alignof(UCrowdFollowingComponent) == 0x000008, "Wrong alignment on UCrowdFollowingComponent"); \ +static_assert(sizeof(UCrowdFollowingComponent) == 0x000298, "Wrong size on UCrowdFollowingComponent"); \ +static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x000268, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000330, "Wrong size on ADetourCrowdAIController"); \ + +#define DUMPER7_ASSERTS_UEnvQuery \ +static_assert(alignof(UEnvQuery) == 0x000008, "Wrong alignment on UEnvQuery"); \ +static_assert(sizeof(UEnvQuery) == 0x000048, "Wrong size on UEnvQuery"); \ +static_assert(offsetof(UEnvQuery, QueryName) == 0x000030, "Member 'UEnvQuery::QueryName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQuery, Options) == 0x000038, "Member 'UEnvQuery::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext \ +static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ +static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_BlueprintBase \ +static_assert(alignof(UEnvQueryContext_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryContext_BlueprintBase"); \ +static_assert(sizeof(UEnvQueryContext_BlueprintBase) == 0x000030, "Wrong size on UEnvQueryContext_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_Item \ +static_assert(alignof(UEnvQueryContext_Item) == 0x000008, "Wrong alignment on UEnvQueryContext_Item"); \ +static_assert(sizeof(UEnvQueryContext_Item) == 0x000028, "Wrong size on UEnvQueryContext_Item"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_Querier \ +static_assert(alignof(UEnvQueryContext_Querier) == 0x000008, "Wrong alignment on UEnvQueryContext_Querier"); \ +static_assert(sizeof(UEnvQueryContext_Querier) == 0x000028, "Wrong size on UEnvQueryContext_Querier"); \ + +#define DUMPER7_ASSERTS_UEnvQueryDebugHelpers \ +static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ +static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000028, "Wrong size on UEnvQueryDebugHelpers"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_ActorsOfClass \ +static_assert(alignof(UEnvQueryGenerator_ActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfClass"); \ +static_assert(sizeof(UEnvQueryGenerator_ActorsOfClass) == 0x0000D0, "Wrong size on UEnvQueryGenerator_ActorsOfClass"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchedActorClass) == 0x000050, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchedActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, GenerateOnlyActorsInRadius) == 0x000058, "Member 'UEnvQueryGenerator_ActorsOfClass::GenerateOnlyActorsInRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchRadius) == 0x000090, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchCenter) == 0x0000C8, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedActor \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor, GeneratedActor) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedActor::GeneratedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedVector \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x000004, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x00000C, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector, GeneratedVector) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedVector::GeneratedVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGeneration \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000010, "Wrong size on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_DoItemGeneration::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_GetQuerier \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_GetQuerier, ReturnValue) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_GetQuerier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_BlueprintBase \ +static_assert(alignof(UEnvQueryGenerator_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(sizeof(UEnvQueryGenerator_BlueprintBase) == 0x000080, "Wrong size on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratorsActionDescription) == 0x000050, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratorsActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, Context) == 0x000068, "Member 'UEnvQueryGenerator_BlueprintBase::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratedItemType) == 0x000070, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratedItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Composite \ +static_assert(alignof(UEnvQueryGenerator_Composite) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Composite"); \ +static_assert(sizeof(UEnvQueryGenerator_Composite) == 0x000070, "Wrong size on UEnvQueryGenerator_Composite"); \ +static_assert(offsetof(UEnvQueryGenerator_Composite, Generators) == 0x000050, "Member 'UEnvQueryGenerator_Composite::Generators' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Composite, ForcedItemType) == 0x000068, "Member 'UEnvQueryGenerator_Composite::ForcedItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_ProjectedPoints \ +static_assert(alignof(UEnvQueryGenerator_ProjectedPoints) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ProjectedPoints"); \ +static_assert(sizeof(UEnvQueryGenerator_ProjectedPoints) == 0x000080, "Wrong size on UEnvQueryGenerator_ProjectedPoints"); \ +static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, ProjectionData) == 0x000050, "Member 'UEnvQueryGenerator_ProjectedPoints::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Cone \ +static_assert(alignof(UEnvQueryGenerator_Cone) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Cone"); \ +static_assert(sizeof(UEnvQueryGenerator_Cone) == 0x000170, "Wrong size on UEnvQueryGenerator_Cone"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AlignedPointsDistance) == 0x000080, "Member 'UEnvQueryGenerator_Cone::AlignedPointsDistance' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, ConeDegrees) == 0x0000B8, "Member 'UEnvQueryGenerator_Cone::ConeDegrees' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AngleStep) == 0x0000F0, "Member 'UEnvQueryGenerator_Cone::AngleStep' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, Range) == 0x000128, "Member 'UEnvQueryGenerator_Cone::Range' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, CenterActor) == 0x000160, "Member 'UEnvQueryGenerator_Cone::CenterActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_CurrentLocation \ +static_assert(alignof(UEnvQueryGenerator_CurrentLocation) == 0x000008, "Wrong alignment on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(sizeof(UEnvQueryGenerator_CurrentLocation) == 0x000058, "Wrong size on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(offsetof(UEnvQueryGenerator_CurrentLocation, QueryContext) == 0x000050, "Member 'UEnvQueryGenerator_CurrentLocation::QueryContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Donut \ +static_assert(alignof(UEnvQueryGenerator_Donut) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Donut"); \ +static_assert(sizeof(UEnvQueryGenerator_Donut) == 0x0001D0, "Wrong size on UEnvQueryGenerator_Donut"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, InnerRadius) == 0x000080, "Member 'UEnvQueryGenerator_Donut::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, OuterRadius) == 0x0000B8, "Member 'UEnvQueryGenerator_Donut::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, NumberOfRings) == 0x0000F0, "Member 'UEnvQueryGenerator_Donut::NumberOfRings' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, PointsPerRing) == 0x000128, "Member 'UEnvQueryGenerator_Donut::PointsPerRing' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcDirection) == 0x000160, "Member 'UEnvQueryGenerator_Donut::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcAngle) == 0x000180, "Member 'UEnvQueryGenerator_Donut::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, bUseSpiralPattern) == 0x0001B8, "Member 'UEnvQueryGenerator_Donut::bUseSpiralPattern' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, Center) == 0x0001C0, "Member 'UEnvQueryGenerator_Donut::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_OnCircle \ +static_assert(alignof(UEnvQueryGenerator_OnCircle) == 0x000008, "Wrong alignment on UEnvQueryGenerator_OnCircle"); \ +static_assert(sizeof(UEnvQueryGenerator_OnCircle) == 0x000210, "Wrong size on UEnvQueryGenerator_OnCircle"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleRadius) == 0x000080, "Member 'UEnvQueryGenerator_OnCircle::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, SpaceBetween) == 0x0000B8, "Member 'UEnvQueryGenerator_OnCircle::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, NumberOfPoints) == 0x0000F0, "Member 'UEnvQueryGenerator_OnCircle::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, PointOnCircleSpacingMethod) == 0x000128, "Member 'UEnvQueryGenerator_OnCircle::PointOnCircleSpacingMethod' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcDirection) == 0x000130, "Member 'UEnvQueryGenerator_OnCircle::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcAngle) == 0x000150, "Member 'UEnvQueryGenerator_OnCircle::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, AngleRadians) == 0x000188, "Member 'UEnvQueryGenerator_OnCircle::AngleRadians' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenter) == 0x000190, "Member 'UEnvQueryGenerator_OnCircle::CircleCenter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, bIgnoreAnyContextActorsWhenGeneratingCircle) == 0x000198, "Member 'UEnvQueryGenerator_OnCircle::bIgnoreAnyContextActorsWhenGeneratingCircle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenterZOffset) == 0x0001A0, "Member 'UEnvQueryGenerator_OnCircle::CircleCenterZOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, TraceData) == 0x0001D8, "Member 'UEnvQueryGenerator_OnCircle::TraceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_SimpleGrid \ +static_assert(alignof(UEnvQueryGenerator_SimpleGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(sizeof(UEnvQueryGenerator_SimpleGrid) == 0x0000F8, "Wrong size on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GridSize) == 0x000080, "Member 'UEnvQueryGenerator_SimpleGrid::GridSize' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, SpaceBetween) == 0x0000B8, "Member 'UEnvQueryGenerator_SimpleGrid::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GenerateAround) == 0x0000F0, "Member 'UEnvQueryGenerator_SimpleGrid::GenerateAround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_PathingGrid \ +static_assert(alignof(UEnvQueryGenerator_PathingGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_PathingGrid"); \ +static_assert(sizeof(UEnvQueryGenerator_PathingGrid) == 0x000170, "Wrong size on UEnvQueryGenerator_PathingGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, PathToItem) == 0x0000F8, "Member 'UEnvQueryGenerator_PathingGrid::PathToItem' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, NavigationFilter) == 0x000130, "Member 'UEnvQueryGenerator_PathingGrid::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, ScanRangeMultiplier) == 0x000138, "Member 'UEnvQueryGenerator_PathingGrid::ScanRangeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_SetNamedParam \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x00000C, "Wrong size on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, ParamName) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, Value) == 0x000008, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetItemScore \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000008, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ItemIndex) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ReturnValue) == 0x000004, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ResultActors) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ResultActors' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ResultLocations) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ResultLocations' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsActors \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryInstanceBlueprintWrapper \ +static_assert(alignof(UEnvQueryInstanceBlueprintWrapper) == 0x000008, "Wrong alignment on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(sizeof(UEnvQueryInstanceBlueprintWrapper) == 0x000078, "Wrong size on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, QueryID) == 0x000030, "Member 'UEnvQueryInstanceBlueprintWrapper::QueryID' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, ItemType) == 0x000058, "Member 'UEnvQueryInstanceBlueprintWrapper::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OptionIndex) == 0x000060, "Member 'UEnvQueryInstanceBlueprintWrapper::OptionIndex' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OnQueryFinishedEvent) == 0x000068, "Member 'UEnvQueryInstanceBlueprintWrapper::OnQueryFinishedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType \ +static_assert(alignof(UEnvQueryItemType) == 0x000008, "Wrong alignment on UEnvQueryItemType"); \ +static_assert(sizeof(UEnvQueryItemType) == 0x000030, "Wrong size on UEnvQueryItemType"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_VectorBase \ +static_assert(alignof(UEnvQueryItemType_VectorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_VectorBase"); \ +static_assert(sizeof(UEnvQueryItemType_VectorBase) == 0x000030, "Wrong size on UEnvQueryItemType_VectorBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_ActorBase \ +static_assert(alignof(UEnvQueryItemType_ActorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_ActorBase"); \ +static_assert(sizeof(UEnvQueryItemType_ActorBase) == 0x000030, "Wrong size on UEnvQueryItemType_ActorBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Actor \ +static_assert(alignof(UEnvQueryItemType_Actor) == 0x000008, "Wrong alignment on UEnvQueryItemType_Actor"); \ +static_assert(sizeof(UEnvQueryItemType_Actor) == 0x000030, "Wrong size on UEnvQueryItemType_Actor"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Direction \ +static_assert(alignof(UEnvQueryItemType_Direction) == 0x000008, "Wrong alignment on UEnvQueryItemType_Direction"); \ +static_assert(sizeof(UEnvQueryItemType_Direction) == 0x000030, "Wrong size on UEnvQueryItemType_Direction"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Point \ +static_assert(alignof(UEnvQueryItemType_Point) == 0x000008, "Wrong alignment on UEnvQueryItemType_Point"); \ +static_assert(sizeof(UEnvQueryItemType_Point) == 0x000030, "Wrong size on UEnvQueryItemType_Point"); \ + +#define DUMPER7_ASSERTS_EnvQueryManager_RunEQSQuery \ +static_assert(alignof(EnvQueryManager_RunEQSQuery) == 0x000008, "Wrong alignment on EnvQueryManager_RunEQSQuery"); \ +static_assert(sizeof(EnvQueryManager_RunEQSQuery) == 0x000030, "Wrong size on EnvQueryManager_RunEQSQuery"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, WorldContextObject) == 0x000000, "Member 'EnvQueryManager_RunEQSQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, QueryTemplate) == 0x000008, "Member 'EnvQueryManager_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, Querier) == 0x000010, "Member 'EnvQueryManager_RunEQSQuery::Querier' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, RunMode) == 0x000018, "Member 'EnvQueryManager_RunEQSQuery::RunMode' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, WrapperClass) == 0x000020, "Member 'EnvQueryManager_RunEQSQuery::WrapperClass' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, ReturnValue) == 0x000028, "Member 'EnvQueryManager_RunEQSQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryManager \ +static_assert(alignof(UEnvQueryManager) == 0x000008, "Wrong alignment on UEnvQueryManager"); \ +static_assert(sizeof(UEnvQueryManager) == 0x000140, "Wrong size on UEnvQueryManager"); \ +static_assert(offsetof(UEnvQueryManager, InstanceCache) == 0x0000A8, "Member 'UEnvQueryManager::InstanceCache' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, LocalContexts) == 0x0000B8, "Member 'UEnvQueryManager::LocalContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, GCShieldedWrappers) == 0x0000C8, "Member 'UEnvQueryManager::GCShieldedWrappers' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, MaxAllowedTestingTime) == 0x00012C, "Member 'UEnvQueryManager::MaxAllowedTestingTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, bTestQueriesUsingBreadth) == 0x000130, "Member 'UEnvQueryManager::bTestQueriesUsingBreadth' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningThreshold) == 0x000134, "Member 'UEnvQueryManager::QueryCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningInterval) == 0x000138, "Member 'UEnvQueryManager::QueryCountWarningInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryOption \ +static_assert(alignof(UEnvQueryOption) == 0x000008, "Wrong alignment on UEnvQueryOption"); \ +static_assert(sizeof(UEnvQueryOption) == 0x000040, "Wrong size on UEnvQueryOption"); \ +static_assert(offsetof(UEnvQueryOption, Generator) == 0x000028, "Member 'UEnvQueryOption::Generator' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryOption, Tests) == 0x000030, "Member 'UEnvQueryOption::Tests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Distance \ +static_assert(alignof(UEnvQueryTest_Distance) == 0x000008, "Wrong alignment on UEnvQueryTest_Distance"); \ +static_assert(sizeof(UEnvQueryTest_Distance) == 0x000208, "Wrong size on UEnvQueryTest_Distance"); \ +static_assert(offsetof(UEnvQueryTest_Distance, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Distance::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Distance, DistanceTo) == 0x000200, "Member 'UEnvQueryTest_Distance::DistanceTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Dot \ +static_assert(alignof(UEnvQueryTest_Dot) == 0x000008, "Wrong alignment on UEnvQueryTest_Dot"); \ +static_assert(sizeof(UEnvQueryTest_Dot) == 0x000240, "Wrong size on UEnvQueryTest_Dot"); \ +static_assert(offsetof(UEnvQueryTest_Dot, LineA) == 0x0001F8, "Member 'UEnvQueryTest_Dot::LineA' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, LineB) == 0x000218, "Member 'UEnvQueryTest_Dot::LineB' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, TestMode) == 0x000238, "Member 'UEnvQueryTest_Dot::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, bAbsoluteValue) == 0x000239, "Member 'UEnvQueryTest_Dot::bAbsoluteValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_GameplayTags \ +static_assert(alignof(UEnvQueryTest_GameplayTags) == 0x000008, "Wrong alignment on UEnvQueryTest_GameplayTags"); \ +static_assert(sizeof(UEnvQueryTest_GameplayTags) == 0x000268, "Wrong size on UEnvQueryTest_GameplayTags"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagQueryToMatch) == 0x0001F8, "Member 'UEnvQueryTest_GameplayTags::TagQueryToMatch' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, bUpdatedToUseQuery) == 0x000240, "Member 'UEnvQueryTest_GameplayTags::bUpdatedToUseQuery' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagsToMatch) == 0x000241, "Member 'UEnvQueryTest_GameplayTags::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, GameplayTags) == 0x000248, "Member 'UEnvQueryTest_GameplayTags::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Overlap \ +static_assert(alignof(UEnvQueryTest_Overlap) == 0x000008, "Wrong alignment on UEnvQueryTest_Overlap"); \ +static_assert(sizeof(UEnvQueryTest_Overlap) == 0x000218, "Wrong size on UEnvQueryTest_Overlap"); \ +static_assert(offsetof(UEnvQueryTest_Overlap, OverlapData) == 0x0001F8, "Member 'UEnvQueryTest_Overlap::OverlapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Project \ +static_assert(alignof(UEnvQueryTest_Project) == 0x000008, "Wrong alignment on UEnvQueryTest_Project"); \ +static_assert(sizeof(UEnvQueryTest_Project) == 0x000228, "Wrong size on UEnvQueryTest_Project"); \ +static_assert(offsetof(UEnvQueryTest_Project, ProjectionData) == 0x0001F8, "Member 'UEnvQueryTest_Project::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Random \ +static_assert(alignof(UEnvQueryTest_Random) == 0x000008, "Wrong alignment on UEnvQueryTest_Random"); \ +static_assert(sizeof(UEnvQueryTest_Random) == 0x0001F8, "Wrong size on UEnvQueryTest_Random"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Trace \ +static_assert(alignof(UEnvQueryTest_Trace) == 0x000008, "Wrong alignment on UEnvQueryTest_Trace"); \ +static_assert(sizeof(UEnvQueryTest_Trace) == 0x0002D8, "Wrong size on UEnvQueryTest_Trace"); \ +static_assert(offsetof(UEnvQueryTest_Trace, TraceData) == 0x0001F8, "Member 'UEnvQueryTest_Trace::TraceData' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, TraceFromContext) == 0x000228, "Member 'UEnvQueryTest_Trace::TraceFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, ItemHeightOffset) == 0x000260, "Member 'UEnvQueryTest_Trace::ItemHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, ContextHeightOffset) == 0x000298, "Member 'UEnvQueryTest_Trace::ContextHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, Context) == 0x0002D0, "Member 'UEnvQueryTest_Trace::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Volume \ +static_assert(alignof(UEnvQueryTest_Volume) == 0x000008, "Wrong alignment on UEnvQueryTest_Volume"); \ +static_assert(sizeof(UEnvQueryTest_Volume) == 0x000210, "Wrong size on UEnvQueryTest_Volume"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeContext) == 0x0001F8, "Member 'UEnvQueryTest_Volume::VolumeContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeClass) == 0x000200, "Member 'UEnvQueryTest_Volume::VolumeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTypes \ +static_assert(alignof(UEnvQueryTypes) == 0x000008, "Wrong alignment on UEnvQueryTypes"); \ +static_assert(sizeof(UEnvQueryTypes) == 0x000028, "Wrong size on UEnvQueryTypes"); \ + +#define DUMPER7_ASSERTS_IEQSQueryResultSourceInterface \ +static_assert(alignof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong alignment on IEQSQueryResultSourceInterface"); \ +static_assert(sizeof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong size on IEQSQueryResultSourceInterface"); \ + +#define DUMPER7_ASSERTS_UEQSRenderingComponent \ +static_assert(alignof(UEQSRenderingComponent) == 0x000010, "Wrong alignment on UEQSRenderingComponent"); \ +static_assert(sizeof(UEQSRenderingComponent) == 0x000490, "Wrong size on UEQSRenderingComponent"); \ + +#define DUMPER7_ASSERTS_AEQSTestingPawn \ +static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ +static_assert(sizeof(AEQSTestingPawn) == 0x000550, "Wrong size on AEQSTestingPawn"); \ +static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x0004C0, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x0004C8, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x0004D8, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x0004E8, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x0004EC, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x0004F0, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x0004F8, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x000500, "Member 'AEQSTestingPawn::NavAgentProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGenericTeamAgentInterface \ +static_assert(alignof(IGenericTeamAgentInterface) == 0x000001, "Wrong alignment on IGenericTeamAgentInterface"); \ +static_assert(sizeof(IGenericTeamAgentInterface) == 0x000001, "Wrong size on IGenericTeamAgentInterface"); \ + +#define DUMPER7_ASSERTS_AGridPathAIController \ +static_assert(alignof(AGridPathAIController) == 0x000008, "Wrong alignment on AGridPathAIController"); \ +static_assert(sizeof(AGridPathAIController) == 0x000330, "Wrong size on AGridPathAIController"); \ + +#define DUMPER7_ASSERTS_UGridPathFollowingComponent \ +static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ +static_assert(sizeof(UGridPathFollowingComponent) == 0x000280, "Wrong size on UGridPathFollowingComponent"); \ +static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x000250, "Member 'UGridPathFollowingComponent::GridManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000278, "Wrong size on ANavLinkProxy"); \ +static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x000238, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x000248, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x000258, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x000260, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x000268, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0000E8, "Wrong size on UPawnActionsComponent"); \ +static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000B0, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000B8, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000C8, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000D8, "Member 'UPawnActionsComponent::CurrentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetPeripheralVisionAngle \ +static_assert(alignof(PawnSensingComponent_SetPeripheralVisionAngle) == 0x000004, "Wrong alignment on PawnSensingComponent_SetPeripheralVisionAngle"); \ +static_assert(sizeof(PawnSensingComponent_SetPeripheralVisionAngle) == 0x000004, "Wrong size on PawnSensingComponent_SetPeripheralVisionAngle"); \ +static_assert(offsetof(PawnSensingComponent_SetPeripheralVisionAngle, NewPeripheralVisionAngle) == 0x000000, "Member 'PawnSensingComponent_SetPeripheralVisionAngle::NewPeripheralVisionAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetSensingInterval \ +static_assert(alignof(PawnSensingComponent_SetSensingInterval) == 0x000004, "Wrong alignment on PawnSensingComponent_SetSensingInterval"); \ +static_assert(sizeof(PawnSensingComponent_SetSensingInterval) == 0x000004, "Wrong size on PawnSensingComponent_SetSensingInterval"); \ +static_assert(offsetof(PawnSensingComponent_SetSensingInterval, NewSensingInterval) == 0x000000, "Member 'PawnSensingComponent_SetSensingInterval::NewSensingInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetSensingUpdatesEnabled \ +static_assert(alignof(PawnSensingComponent_SetSensingUpdatesEnabled) == 0x000001, "Wrong alignment on PawnSensingComponent_SetSensingUpdatesEnabled"); \ +static_assert(sizeof(PawnSensingComponent_SetSensingUpdatesEnabled) == 0x000001, "Wrong size on PawnSensingComponent_SetSensingUpdatesEnabled"); \ +static_assert(offsetof(PawnSensingComponent_SetSensingUpdatesEnabled, bEnabled) == 0x000000, "Member 'PawnSensingComponent_SetSensingUpdatesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionAngle \ +static_assert(alignof(PawnSensingComponent_GetPeripheralVisionAngle) == 0x000004, "Wrong alignment on PawnSensingComponent_GetPeripheralVisionAngle"); \ +static_assert(sizeof(PawnSensingComponent_GetPeripheralVisionAngle) == 0x000004, "Wrong size on PawnSensingComponent_GetPeripheralVisionAngle"); \ +static_assert(offsetof(PawnSensingComponent_GetPeripheralVisionAngle, ReturnValue) == 0x000000, "Member 'PawnSensingComponent_GetPeripheralVisionAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionCosine \ +static_assert(alignof(PawnSensingComponent_GetPeripheralVisionCosine) == 0x000004, "Wrong alignment on PawnSensingComponent_GetPeripheralVisionCosine"); \ +static_assert(sizeof(PawnSensingComponent_GetPeripheralVisionCosine) == 0x000004, "Wrong size on PawnSensingComponent_GetPeripheralVisionCosine"); \ +static_assert(offsetof(PawnSensingComponent_GetPeripheralVisionCosine, ReturnValue) == 0x000000, "Member 'PawnSensingComponent_GetPeripheralVisionCosine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnSensingComponent \ +static_assert(alignof(UPawnSensingComponent) == 0x000008, "Wrong alignment on UPawnSensingComponent"); \ +static_assert(sizeof(UPawnSensingComponent) == 0x0000F8, "Wrong size on UPawnSensingComponent"); \ +static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000B0, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000B4, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000B8, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000BC, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000C0, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000D0, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x0000E0, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x0000F0, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x0000F4, "Member 'UPawnSensingComponent::PeripheralVisionCosine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerExtension \ +static_assert(alignof(UVisualLoggerExtension) == 0x000008, "Wrong alignment on UVisualLoggerExtension"); \ +static_assert(sizeof(UVisualLoggerExtension) == 0x000028, "Wrong size on UVisualLoggerExtension"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Utility \ +static_assert(alignof(UBTComposite_Utility) == 0x000008, "Wrong alignment on UBTComposite_Utility"); \ +static_assert(sizeof(UBTComposite_Utility) == 0x000098, "Wrong size on UBTComposite_Utility"); \ +static_assert(offsetof(UBTComposite_Utility, SelectionMethod) == 0x000090, "Member 'UBTComposite_Utility::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UBTComposite_Utility, DebugEnabled) == 0x000091, "Member 'UBTComposite_Utility::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_UtilityFunction \ +static_assert(alignof(UBTDecorator_UtilityFunction) == 0x000008, "Wrong alignment on UBTDecorator_UtilityFunction"); \ +static_assert(sizeof(UBTDecorator_UtilityFunction) == 0x000070, "Wrong size on UBTDecorator_UtilityFunction"); \ +static_assert(offsetof(UBTDecorator_UtilityFunction, AveragingWeight) == 0x000068, "Member 'UBTDecorator_UtilityFunction::AveragingWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_UtilityBlackboard \ +static_assert(alignof(UBTDecorator_UtilityBlackboard) == 0x000008, "Wrong alignment on UBTDecorator_UtilityBlackboard"); \ +static_assert(sizeof(UBTDecorator_UtilityBlackboard) == 0x000098, "Wrong size on UBTDecorator_UtilityBlackboard"); \ +static_assert(offsetof(UBTDecorator_UtilityBlackboard, UtilityValueKey) == 0x000070, "Member 'UBTDecorator_UtilityBlackboard::UtilityValueKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_UtilityBlueprintBase_CalculateUtility \ +static_assert(alignof(BTDecorator_UtilityBlueprintBase_CalculateUtility) == 0x000008, "Wrong alignment on BTDecorator_UtilityBlueprintBase_CalculateUtility"); \ +static_assert(sizeof(BTDecorator_UtilityBlueprintBase_CalculateUtility) == 0x000018, "Wrong size on BTDecorator_UtilityBlueprintBase_CalculateUtility"); \ +static_assert(offsetof(BTDecorator_UtilityBlueprintBase_CalculateUtility, OwnerController) == 0x000000, "Member 'BTDecorator_UtilityBlueprintBase_CalculateUtility::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_UtilityBlueprintBase_CalculateUtility, ControlledPawn) == 0x000008, "Member 'BTDecorator_UtilityBlueprintBase_CalculateUtility::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_UtilityBlueprintBase_CalculateUtility, ReturnValue) == 0x000010, "Member 'BTDecorator_UtilityBlueprintBase_CalculateUtility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_UtilityBlueprintBase \ +static_assert(alignof(UBTDecorator_UtilityBlueprintBase) == 0x000008, "Wrong alignment on UBTDecorator_UtilityBlueprintBase"); \ +static_assert(sizeof(UBTDecorator_UtilityBlueprintBase) == 0x000080, "Wrong size on UBTDecorator_UtilityBlueprintBase"); \ +static_assert(offsetof(UBTDecorator_UtilityBlueprintBase, AIOwner) == 0x000070, "Member 'UBTDecorator_UtilityBlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_UtilityBlueprintBase, ActorOwner) == 0x000078, "Member 'UBTDecorator_UtilityBlueprintBase::ActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_UtilityConstant \ +static_assert(alignof(UBTDecorator_UtilityConstant) == 0x000008, "Wrong alignment on UBTDecorator_UtilityConstant"); \ +static_assert(sizeof(UBTDecorator_UtilityConstant) == 0x000078, "Wrong size on UBTDecorator_UtilityConstant"); \ +static_assert(offsetof(UBTDecorator_UtilityConstant, UtilityValue) == 0x000070, "Member 'UBTDecorator_UtilityConstant::UtilityValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTUtilitySelectionMethod \ +static_assert(alignof(UBTUtilitySelectionMethod) == 0x000008, "Wrong alignment on UBTUtilitySelectionMethod"); \ +static_assert(sizeof(UBTUtilitySelectionMethod) == 0x000028, "Wrong size on UBTUtilitySelectionMethod"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_DeactivatePhotoMode \ +static_assert(alignof(PhotoModeManager_DeactivatePhotoMode) == 0x000008, "Wrong alignment on PhotoModeManager_DeactivatePhotoMode"); \ +static_assert(sizeof(PhotoModeManager_DeactivatePhotoMode) == 0x000008, "Wrong size on PhotoModeManager_DeactivatePhotoMode"); \ +static_assert(offsetof(PhotoModeManager_DeactivatePhotoMode, WorldContext) == 0x000000, "Member 'PhotoModeManager_DeactivatePhotoMode::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetAberration \ +static_assert(alignof(PhotoModeManager_SetAberration) == 0x000004, "Wrong alignment on PhotoModeManager_SetAberration"); \ +static_assert(sizeof(PhotoModeManager_SetAberration) == 0x000004, "Wrong size on PhotoModeManager_SetAberration"); \ +static_assert(offsetof(PhotoModeManager_SetAberration, Intensity) == 0x000000, "Member 'PhotoModeManager_SetAberration::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetAperture \ +static_assert(alignof(PhotoModeManager_SetAperture) == 0x000004, "Wrong alignment on PhotoModeManager_SetAperture"); \ +static_assert(sizeof(PhotoModeManager_SetAperture) == 0x000004, "Wrong size on PhotoModeManager_SetAperture"); \ +static_assert(offsetof(PhotoModeManager_SetAperture, Aperture) == 0x000000, "Member 'PhotoModeManager_SetAperture::Aperture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetAspectRatio \ +static_assert(alignof(PhotoModeManager_SetAspectRatio) == 0x000004, "Wrong alignment on PhotoModeManager_SetAspectRatio"); \ +static_assert(sizeof(PhotoModeManager_SetAspectRatio) == 0x000004, "Wrong size on PhotoModeManager_SetAspectRatio"); \ +static_assert(offsetof(PhotoModeManager_SetAspectRatio, AspectRatio) == 0x000000, "Member 'PhotoModeManager_SetAspectRatio::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetExposure \ +static_assert(alignof(PhotoModeManager_SetExposure) == 0x000004, "Wrong alignment on PhotoModeManager_SetExposure"); \ +static_assert(sizeof(PhotoModeManager_SetExposure) == 0x000004, "Wrong size on PhotoModeManager_SetExposure"); \ +static_assert(offsetof(PhotoModeManager_SetExposure, Exposure) == 0x000000, "Member 'PhotoModeManager_SetExposure::Exposure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetFocusDistance \ +static_assert(alignof(PhotoModeManager_SetFocusDistance) == 0x000004, "Wrong alignment on PhotoModeManager_SetFocusDistance"); \ +static_assert(sizeof(PhotoModeManager_SetFocusDistance) == 0x000004, "Wrong size on PhotoModeManager_SetFocusDistance"); \ +static_assert(offsetof(PhotoModeManager_SetFocusDistance, FocusDistance) == 0x000000, "Member 'PhotoModeManager_SetFocusDistance::FocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetFOV \ +static_assert(alignof(PhotoModeManager_SetFOV) == 0x000004, "Wrong alignment on PhotoModeManager_SetFOV"); \ +static_assert(sizeof(PhotoModeManager_SetFOV) == 0x000004, "Wrong size on PhotoModeManager_SetFOV"); \ +static_assert(offsetof(PhotoModeManager_SetFOV, FOV) == 0x000000, "Member 'PhotoModeManager_SetFOV::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetGrain \ +static_assert(alignof(PhotoModeManager_SetGrain) == 0x000004, "Wrong alignment on PhotoModeManager_SetGrain"); \ +static_assert(sizeof(PhotoModeManager_SetGrain) == 0x000004, "Wrong size on PhotoModeManager_SetGrain"); \ +static_assert(offsetof(PhotoModeManager_SetGrain, GrainIntensity) == 0x000000, "Member 'PhotoModeManager_SetGrain::GrainIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetLUT \ +static_assert(alignof(PhotoModeManager_SetLUT) == 0x000008, "Wrong alignment on PhotoModeManager_SetLUT"); \ +static_assert(sizeof(PhotoModeManager_SetLUT) == 0x000008, "Wrong size on PhotoModeManager_SetLUT"); \ +static_assert(offsetof(PhotoModeManager_SetLUT, Texture) == 0x000000, "Member 'PhotoModeManager_SetLUT::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetRoll \ +static_assert(alignof(PhotoModeManager_SetRoll) == 0x000004, "Wrong alignment on PhotoModeManager_SetRoll"); \ +static_assert(sizeof(PhotoModeManager_SetRoll) == 0x000004, "Wrong size on PhotoModeManager_SetRoll"); \ +static_assert(offsetof(PhotoModeManager_SetRoll, Angle) == 0x000000, "Member 'PhotoModeManager_SetRoll::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_SetVignette \ +static_assert(alignof(PhotoModeManager_SetVignette) == 0x000004, "Wrong alignment on PhotoModeManager_SetVignette"); \ +static_assert(sizeof(PhotoModeManager_SetVignette) == 0x000004, "Wrong size on PhotoModeManager_SetVignette"); \ +static_assert(offsetof(PhotoModeManager_SetVignette, VignetteIntensity) == 0x000000, "Member 'PhotoModeManager_SetVignette::VignetteIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_TryActivatePhotoMode \ +static_assert(alignof(PhotoModeManager_TryActivatePhotoMode) == 0x000008, "Wrong alignment on PhotoModeManager_TryActivatePhotoMode"); \ +static_assert(sizeof(PhotoModeManager_TryActivatePhotoMode) == 0x000028, "Wrong size on PhotoModeManager_TryActivatePhotoMode"); \ +static_assert(offsetof(PhotoModeManager_TryActivatePhotoMode, PlayerController) == 0x000000, "Member 'PhotoModeManager_TryActivatePhotoMode::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeManager_TryActivatePhotoMode, PhotoPawnClass) == 0x000008, "Member 'PhotoModeManager_TryActivatePhotoMode::PhotoPawnClass' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeManager_TryActivatePhotoMode, CameraModifiersToPause) == 0x000010, "Member 'PhotoModeManager_TryActivatePhotoMode::CameraModifiersToPause' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeManager_TryActivatePhotoMode, ReturnValue) == 0x000020, "Member 'PhotoModeManager_TryActivatePhotoMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_TryToggleFreezeTime \ +static_assert(alignof(PhotoModeManager_TryToggleFreezeTime) == 0x000001, "Wrong alignment on PhotoModeManager_TryToggleFreezeTime"); \ +static_assert(sizeof(PhotoModeManager_TryToggleFreezeTime) == 0x000001, "Wrong size on PhotoModeManager_TryToggleFreezeTime"); \ +static_assert(offsetof(PhotoModeManager_TryToggleFreezeTime, ReturnValue) == 0x000000, "Member 'PhotoModeManager_TryToggleFreezeTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetAberration \ +static_assert(alignof(PhotoModeManager_GetAberration) == 0x000004, "Wrong alignment on PhotoModeManager_GetAberration"); \ +static_assert(sizeof(PhotoModeManager_GetAberration) == 0x000004, "Wrong size on PhotoModeManager_GetAberration"); \ +static_assert(offsetof(PhotoModeManager_GetAberration, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetAberration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetActivePhotoPawn \ +static_assert(alignof(PhotoModeManager_GetActivePhotoPawn) == 0x000008, "Wrong alignment on PhotoModeManager_GetActivePhotoPawn"); \ +static_assert(sizeof(PhotoModeManager_GetActivePhotoPawn) == 0x000008, "Wrong size on PhotoModeManager_GetActivePhotoPawn"); \ +static_assert(offsetof(PhotoModeManager_GetActivePhotoPawn, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetActivePhotoPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetAperture \ +static_assert(alignof(PhotoModeManager_GetAperture) == 0x000004, "Wrong alignment on PhotoModeManager_GetAperture"); \ +static_assert(sizeof(PhotoModeManager_GetAperture) == 0x000004, "Wrong size on PhotoModeManager_GetAperture"); \ +static_assert(offsetof(PhotoModeManager_GetAperture, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetAperture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetAspectRatio \ +static_assert(alignof(PhotoModeManager_GetAspectRatio) == 0x000004, "Wrong alignment on PhotoModeManager_GetAspectRatio"); \ +static_assert(sizeof(PhotoModeManager_GetAspectRatio) == 0x000004, "Wrong size on PhotoModeManager_GetAspectRatio"); \ +static_assert(offsetof(PhotoModeManager_GetAspectRatio, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetExposure \ +static_assert(alignof(PhotoModeManager_GetExposure) == 0x000004, "Wrong alignment on PhotoModeManager_GetExposure"); \ +static_assert(sizeof(PhotoModeManager_GetExposure) == 0x000004, "Wrong size on PhotoModeManager_GetExposure"); \ +static_assert(offsetof(PhotoModeManager_GetExposure, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetExposure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetFocusDistance \ +static_assert(alignof(PhotoModeManager_GetFocusDistance) == 0x000004, "Wrong alignment on PhotoModeManager_GetFocusDistance"); \ +static_assert(sizeof(PhotoModeManager_GetFocusDistance) == 0x000004, "Wrong size on PhotoModeManager_GetFocusDistance"); \ +static_assert(offsetof(PhotoModeManager_GetFocusDistance, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetFocusDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetFOV \ +static_assert(alignof(PhotoModeManager_GetFOV) == 0x000004, "Wrong alignment on PhotoModeManager_GetFOV"); \ +static_assert(sizeof(PhotoModeManager_GetFOV) == 0x000004, "Wrong size on PhotoModeManager_GetFOV"); \ +static_assert(offsetof(PhotoModeManager_GetFOV, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetFOV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetGrain \ +static_assert(alignof(PhotoModeManager_GetGrain) == 0x000004, "Wrong alignment on PhotoModeManager_GetGrain"); \ +static_assert(sizeof(PhotoModeManager_GetGrain) == 0x000004, "Wrong size on PhotoModeManager_GetGrain"); \ +static_assert(offsetof(PhotoModeManager_GetGrain, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetGrain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetIsTimeFrozen \ +static_assert(alignof(PhotoModeManager_GetIsTimeFrozen) == 0x000001, "Wrong alignment on PhotoModeManager_GetIsTimeFrozen"); \ +static_assert(sizeof(PhotoModeManager_GetIsTimeFrozen) == 0x000001, "Wrong size on PhotoModeManager_GetIsTimeFrozen"); \ +static_assert(offsetof(PhotoModeManager_GetIsTimeFrozen, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetIsTimeFrozen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetLUT \ +static_assert(alignof(PhotoModeManager_GetLUT) == 0x000008, "Wrong alignment on PhotoModeManager_GetLUT"); \ +static_assert(sizeof(PhotoModeManager_GetLUT) == 0x000008, "Wrong size on PhotoModeManager_GetLUT"); \ +static_assert(offsetof(PhotoModeManager_GetLUT, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetLUT::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetRoll \ +static_assert(alignof(PhotoModeManager_GetRoll) == 0x000004, "Wrong alignment on PhotoModeManager_GetRoll"); \ +static_assert(sizeof(PhotoModeManager_GetRoll) == 0x000004, "Wrong size on PhotoModeManager_GetRoll"); \ +static_assert(offsetof(PhotoModeManager_GetRoll, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_GetVignette \ +static_assert(alignof(PhotoModeManager_GetVignette) == 0x000004, "Wrong alignment on PhotoModeManager_GetVignette"); \ +static_assert(sizeof(PhotoModeManager_GetVignette) == 0x000004, "Wrong size on PhotoModeManager_GetVignette"); \ +static_assert(offsetof(PhotoModeManager_GetVignette, ReturnValue) == 0x000000, "Member 'PhotoModeManager_GetVignette::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeManager_IsPhotoModeEnabled \ +static_assert(alignof(PhotoModeManager_IsPhotoModeEnabled) == 0x000001, "Wrong alignment on PhotoModeManager_IsPhotoModeEnabled"); \ +static_assert(sizeof(PhotoModeManager_IsPhotoModeEnabled) == 0x000001, "Wrong size on PhotoModeManager_IsPhotoModeEnabled"); \ +static_assert(offsetof(PhotoModeManager_IsPhotoModeEnabled, ReturnValue) == 0x000000, "Member 'PhotoModeManager_IsPhotoModeEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeManager \ +static_assert(alignof(UPhotoModeManager) == 0x000008, "Wrong alignment on UPhotoModeManager"); \ +static_assert(sizeof(UPhotoModeManager) == 0x0000A0, "Wrong size on UPhotoModeManager"); \ +static_assert(offsetof(UPhotoModeManager, OnActivatedPhotoMode) == 0x000028, "Member 'UPhotoModeManager::OnActivatedPhotoMode' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeManager, OnDeactivatedPhotoMode) == 0x000038, "Member 'UPhotoModeManager::OnDeactivatedPhotoMode' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeManager, ActivePlayerController) == 0x000048, "Member 'UPhotoModeManager::ActivePlayerController' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeManager, ActivePhotoPawn) == 0x000050, "Member 'UPhotoModeManager::ActivePhotoPawn' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeManager, PausedModifiers) == 0x000058, "Member 'UPhotoModeManager::PausedModifiers' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeManager, UsedLUTTexture) == 0x000078, "Member 'UPhotoModeManager::UsedLUTTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeModuleFunctionLibrary_GetPhotoModeManager \ +static_assert(alignof(PhotoModeModuleFunctionLibrary_GetPhotoModeManager) == 0x000008, "Wrong alignment on PhotoModeModuleFunctionLibrary_GetPhotoModeManager"); \ +static_assert(sizeof(PhotoModeModuleFunctionLibrary_GetPhotoModeManager) == 0x000008, "Wrong size on PhotoModeModuleFunctionLibrary_GetPhotoModeManager"); \ +static_assert(offsetof(PhotoModeModuleFunctionLibrary_GetPhotoModeManager, ReturnValue) == 0x000000, "Member 'PhotoModeModuleFunctionLibrary_GetPhotoModeManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeModuleFunctionLibrary \ +static_assert(alignof(UPhotoModeModuleFunctionLibrary) == 0x000008, "Wrong alignment on UPhotoModeModuleFunctionLibrary"); \ +static_assert(sizeof(UPhotoModeModuleFunctionLibrary) == 0x000028, "Wrong size on UPhotoModeModuleFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_PhotoPawn_GetPhotoController \ +static_assert(alignof(PhotoPawn_GetPhotoController) == 0x000008, "Wrong alignment on PhotoPawn_GetPhotoController"); \ +static_assert(sizeof(PhotoPawn_GetPhotoController) == 0x000008, "Wrong size on PhotoPawn_GetPhotoController"); \ +static_assert(offsetof(PhotoPawn_GetPhotoController, ReturnValue) == 0x000000, "Member 'PhotoPawn_GetPhotoController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhotoPawn \ +static_assert(alignof(APhotoPawn) == 0x000008, "Wrong alignment on APhotoPawn"); \ +static_assert(sizeof(APhotoPawn) == 0x0002B0, "Wrong size on APhotoPawn"); \ +static_assert(offsetof(APhotoPawn, BoundsMaxDistance) == 0x000288, "Member 'APhotoPawn::BoundsMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(APhotoPawn, PhotoController) == 0x000290, "Member 'APhotoPawn::PhotoController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsAPI_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsGraphicsAPI_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsGraphicsAPI_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsGraphicsAPI_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsGraphicsAPI_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsGraphicsAPI_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsGraphicsAPI_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI \ +static_assert(alignof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI) == 0x000008, "Wrong alignment on BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI"); \ +static_assert(sizeof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI) == 0x000020, "Wrong size on BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI, EntryPoint) == 0x000000, "Member 'BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsGraphicsAPI_C_ExecuteUbergraph_BP_OptionsGraphicsAPI::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsAPI_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsGraphicsAPI_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsGraphicsAPI_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsGraphicsAPI_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsGraphicsAPI_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsGraphicsAPI_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue, CallFunc_GetPreferD3D12_ReturnValue) == 0x000018, "Member 'BP_OptionsGraphicsAPI_C_GetAppliedIntValue::CallFunc_GetPreferD3D12_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsGraphicsAPI_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsAPI_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsGraphicsAPI_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsGraphicsAPI_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsGraphicsAPI_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsGraphicsAPI_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsGraphicsAPI_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue, CallFunc_GetPreferD3D12_ReturnValue) == 0x000018, "Member 'BP_OptionsGraphicsAPI_C_GetDefaultIntValue::CallFunc_GetPreferD3D12_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsAPI_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsGraphicsAPI_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsGraphicsAPI_C \ +static_assert(alignof(UBP_OptionsGraphicsAPI_C) == 0x000008, "Wrong alignment on UBP_OptionsGraphicsAPI_C"); \ +static_assert(sizeof(UBP_OptionsGraphicsAPI_C) == 0x000030, "Wrong size on UBP_OptionsGraphicsAPI_C"); \ +static_assert(offsetof(UBP_OptionsGraphicsAPI_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsGraphicsAPI_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPhotoPathMovement \ +static_assert(alignof(FFPhotoPathMovement) == 0x000008, "Wrong alignment on FFPhotoPathMovement"); \ +static_assert(sizeof(FFPhotoPathMovement) == 0x000098, "Wrong size on FFPhotoPathMovement"); \ +static_assert(offsetof(FFPhotoPathMovement, Name_6_7EA015F44397CE41C6F72698FA523D6D) == 0x000000, "Member 'FFPhotoPathMovement::Name_6_7EA015F44397CE41C6F72698FA523D6D' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoPathMovement, Curve_5_AF74505D41761CD9E7DDAB8B616D65AA) == 0x000008, "Member 'FFPhotoPathMovement::Curve_5_AF74505D41761CD9E7DDAB8B616D65AA' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoPathMovement, Loop_9_924FBFE1481C31E66E6CDCAF188862EC) == 0x000090, "Member 'FFPhotoPathMovement::Loop_9_924FBFE1481C31E66E6CDCAF188862EC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatDeath_C_GetDeathMontage \ +static_assert(alignof(BP_CombatDeath_C_GetDeathMontage) == 0x000008, "Wrong alignment on BP_CombatDeath_C_GetDeathMontage"); \ +static_assert(sizeof(BP_CombatDeath_C_GetDeathMontage) == 0x0001A0, "Wrong size on BP_CombatDeath_C_GetDeathMontage"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, DamageEvent) == 0x000000, "Member 'BP_CombatDeath_C_GetDeathMontage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, StaggerStrength) == 0x000110, "Member 'BP_CombatDeath_C_GetDeathMontage::StaggerStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, DefaultMontageArgs) == 0x000114, "Member 'BP_CombatDeath_C_GetDeathMontage::DefaultMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, DeathMontageArgs) == 0x00012C, "Member 'BP_CombatDeath_C_GetDeathMontage::DeathMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, Temp_byte_Variable) == 0x000144, "Member 'BP_CombatDeath_C_GetDeathMontage::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, CallFunc_CalculateDamageDirection_OutWSDirection) == 0x000148, "Member 'BP_CombatDeath_C_GetDeathMontage::CallFunc_CalculateDamageDirection_OutWSDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, CallFunc_CalculateDamageDirection_OutRelativeDirection) == 0x000154, "Member 'BP_CombatDeath_C_GetDeathMontage::CallFunc_CalculateDamageDirection_OutRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, CallFunc_GetRelativeDirectionName_ReturnValue) == 0x000158, "Member 'BP_CombatDeath_C_GetDeathMontage::CallFunc_GetRelativeDirectionName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, Temp_name_Variable) == 0x000160, "Member 'BP_CombatDeath_C_GetDeathMontage::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, Temp_name_Variable_1) == 0x000168, "Member 'BP_CombatDeath_C_GetDeathMontage::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, Temp_name_Variable_2) == 0x000170, "Member 'BP_CombatDeath_C_GetDeathMontage::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, Temp_name_Variable_3) == 0x000178, "Member 'BP_CombatDeath_C_GetDeathMontage::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, K2Node_Select_Default) == 0x000180, "Member 'BP_CombatDeath_C_GetDeathMontage::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_GetDeathMontage, K2Node_MakeStruct_PlayMontageArgs) == 0x000188, "Member 'BP_CombatDeath_C_GetDeathMontage::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatDeath_C_OnStart \ +static_assert(alignof(BP_CombatDeath_C_OnStart) == 0x000008, "Wrong alignment on BP_CombatDeath_C_OnStart"); \ +static_assert(sizeof(BP_CombatDeath_C_OnStart) == 0x000008, "Wrong size on BP_CombatDeath_C_OnStart"); \ +static_assert(offsetof(BP_CombatDeath_C_OnStart, PrevState) == 0x000000, "Member 'BP_CombatDeath_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatDeath_C_Update \ +static_assert(alignof(BP_CombatDeath_C_Update) == 0x000004, "Wrong alignment on BP_CombatDeath_C_Update"); \ +static_assert(sizeof(BP_CombatDeath_C_Update) == 0x000004, "Wrong size on BP_CombatDeath_C_Update"); \ +static_assert(offsetof(BP_CombatDeath_C_Update, DeltaTime) == 0x000000, "Member 'BP_CombatDeath_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatDeath_C_OnEnd \ +static_assert(alignof(BP_CombatDeath_C_OnEnd) == 0x000008, "Wrong alignment on BP_CombatDeath_C_OnEnd"); \ +static_assert(sizeof(BP_CombatDeath_C_OnEnd) == 0x000008, "Wrong size on BP_CombatDeath_C_OnEnd"); \ +static_assert(offsetof(BP_CombatDeath_C_OnEnd, NextState) == 0x000000, "Member 'BP_CombatDeath_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath \ +static_assert(alignof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath) == 0x000008, "Wrong alignment on BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath"); \ +static_assert(sizeof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath) == 0x000058, "Wrong size on BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, EntryPoint) == 0x000000, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000004, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, K2Node_Event_PrevState) == 0x000008, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000010, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, K2Node_Event_DeltaTime) == 0x000014, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_EvaluateCurve_ReturnValue) == 0x000018, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_Lerp_ReturnValue) == 0x000020, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_GetGlobalTimeDilation_ReturnValue_1) == 0x000024, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_GetGlobalTimeDilation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000038, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, K2Node_Event_NextState) == 0x000048, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_CombatDeath_C_ExecuteUbergraph_BP_CombatDeath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CombatDeath_C \ +static_assert(alignof(UBP_CombatDeath_C) == 0x000008, "Wrong alignment on UBP_CombatDeath_C"); \ +static_assert(sizeof(UBP_CombatDeath_C) == 0x0001E0, "Wrong size on UBP_CombatDeath_C"); \ +static_assert(offsetof(UBP_CombatDeath_C, UberGraphFrame_BP_CombatDeath_C) == 0x000138, "Member 'UBP_CombatDeath_C::UberGraphFrame_BP_CombatDeath_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatDeath_C, InitialTimeDilation) == 0x000140, "Member 'UBP_CombatDeath_C::InitialTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatDeath_C, ElapsedTime) == 0x000144, "Member 'UBP_CombatDeath_C::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatDeath_C, Complete) == 0x000148, "Member 'UBP_CombatDeath_C::Complete' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatDeath_C, DilationCurve) == 0x000150, "Member 'UBP_CombatDeath_C::DilationCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatDeath_C, TargetTimeDilation) == 0x0001D8, "Member 'UBP_CombatDeath_C::TargetTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_UpdateArrowAmmoProgress \ +static_assert(alignof(WBP_AmmoHUD_C_UpdateArrowAmmoProgress) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_UpdateArrowAmmoProgress"); \ +static_assert(sizeof(WBP_AmmoHUD_C_UpdateArrowAmmoProgress) == 0x000020, "Wrong size on WBP_AmmoHUD_C_UpdateArrowAmmoProgress"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateArrowAmmoProgress, CallFunc_GetBowAbility_Ability) == 0x000000, "Member 'WBP_AmmoHUD_C_UpdateArrowAmmoProgress::CallFunc_GetBowAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateArrowAmmoProgress, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_AmmoHUD_C_UpdateArrowAmmoProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateArrowAmmoProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_AmmoHUD_C_UpdateArrowAmmoProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateArrowAmmoProgress, CallFunc_GetQuiverRechargeProgress_ReturnValue) == 0x000018, "Member 'WBP_AmmoHUD_C_UpdateArrowAmmoProgress::CallFunc_GetQuiverRechargeProgress_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_SetForceVisible \ +static_assert(alignof(WBP_AmmoHUD_C_SetForceVisible) == 0x000001, "Wrong alignment on WBP_AmmoHUD_C_SetForceVisible"); \ +static_assert(sizeof(WBP_AmmoHUD_C_SetForceVisible) == 0x000006, "Wrong size on WBP_AmmoHUD_C_SetForceVisible"); \ +static_assert(offsetof(WBP_AmmoHUD_C_SetForceVisible, ForceVisible_0) == 0x000000, "Member 'WBP_AmmoHUD_C_SetForceVisible::ForceVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_SetForceVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_AmmoHUD_C_SetForceVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_SetForceVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_AmmoHUD_C_SetForceVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_SetForceVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_AmmoHUD_C_SetForceVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_SetForceVisible, CallFunc_ShouldBeVisible_ReturnValue) == 0x000004, "Member 'WBP_AmmoHUD_C_SetForceVisible::CallFunc_ShouldBeVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_SetForceVisible, K2Node_Select_Default) == 0x000005, "Member 'WBP_AmmoHUD_C_SetForceVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_UpdateBombVisibility \ +static_assert(alignof(WBP_AmmoHUD_C_UpdateBombVisibility) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_UpdateBombVisibility"); \ +static_assert(sizeof(WBP_AmmoHUD_C_UpdateBombVisibility) == 0x000018, "Wrong size on WBP_AmmoHUD_C_UpdateBombVisibility"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_AmmoHUD_C_UpdateBombVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_AmmoHUD_C_UpdateBombVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_AmmoHUD_C_UpdateBombVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombVisibility, CallFunc_GetInventory_Inventory) == 0x000008, "Member 'WBP_AmmoHUD_C_UpdateBombVisibility::CallFunc_GetInventory_Inventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombVisibility, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'WBP_AmmoHUD_C_UpdateBombVisibility::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombVisibility, K2Node_Select_Default) == 0x000011, "Member 'WBP_AmmoHUD_C_UpdateBombVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_UpdateBowVisibility \ +static_assert(alignof(WBP_AmmoHUD_C_UpdateBowVisibility) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_UpdateBowVisibility"); \ +static_assert(sizeof(WBP_AmmoHUD_C_UpdateBowVisibility) == 0x000018, "Wrong size on WBP_AmmoHUD_C_UpdateBowVisibility"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBowVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_AmmoHUD_C_UpdateBowVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBowVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_AmmoHUD_C_UpdateBowVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBowVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_AmmoHUD_C_UpdateBowVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBowVisibility, CallFunc_GetInventory_Inventory) == 0x000008, "Member 'WBP_AmmoHUD_C_UpdateBowVisibility::CallFunc_GetInventory_Inventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBowVisibility, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'WBP_AmmoHUD_C_UpdateBowVisibility::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBowVisibility, K2Node_Select_Default) == 0x000011, "Member 'WBP_AmmoHUD_C_UpdateBowVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_GetInventory \ +static_assert(alignof(WBP_AmmoHUD_C_GetInventory) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_GetInventory"); \ +static_assert(sizeof(WBP_AmmoHUD_C_GetInventory) == 0x000020, "Wrong size on WBP_AmmoHUD_C_GetInventory"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetInventory, Inventory) == 0x000000, "Member 'WBP_AmmoHUD_C_GetInventory::Inventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetInventory, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_AmmoHUD_C_GetInventory::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetInventory, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_AmmoHUD_C_GetInventory::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetInventory, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_AmmoHUD_C_GetInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0 \ +static_assert(alignof(WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0"); \ +static_assert(sizeof(WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0) == 0x000038, "Wrong size on WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0"); \ +static_assert(offsetof(WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0, ReturnValue) == 0x000000, "Member 'WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0, CallFunc_GetBowAbility_Ability) == 0x000018, "Member 'WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0::CallFunc_GetBowAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_AmmoHUD_C_Get_ArrowAmmoTxt_Text_0::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_UpdateBombAmmoProgress \ +static_assert(alignof(WBP_AmmoHUD_C_UpdateBombAmmoProgress) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_UpdateBombAmmoProgress"); \ +static_assert(sizeof(WBP_AmmoHUD_C_UpdateBombAmmoProgress) == 0x000050, "Wrong size on WBP_AmmoHUD_C_UpdateBombAmmoProgress"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, Temp_byte_Variable) == 0x000000, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, Temp_bool_Variable) == 0x000010, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_GetBombAbility_Ability) == 0x000018, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_GetBombAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_GetSatchelSize_Size) == 0x000034, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_GetSatchelSize_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x000039, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, K2Node_Select_Default) == 0x00003A, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_GetBombAbility_Ability_1) == 0x000040, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_GetBombAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_UpdateBombAmmoProgress, CallFunc_GetSatchelRegenProgress_Progress) == 0x000048, "Member 'WBP_AmmoHUD_C_UpdateBombAmmoProgress::CallFunc_GetSatchelRegenProgress_Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_GetBombAbility \ +static_assert(alignof(WBP_AmmoHUD_C_GetBombAbility) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_GetBombAbility"); \ +static_assert(sizeof(WBP_AmmoHUD_C_GetBombAbility) == 0x000048, "Wrong size on WBP_AmmoHUD_C_GetBombAbility"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, Ability) == 0x000000, "Member 'WBP_AmmoHUD_C_GetBombAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000018, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000038, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBombAbility, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'WBP_AmmoHUD_C_GetBombAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_GetBowAbility \ +static_assert(alignof(WBP_AmmoHUD_C_GetBowAbility) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_GetBowAbility"); \ +static_assert(sizeof(WBP_AmmoHUD_C_GetBowAbility) == 0x000030, "Wrong size on WBP_AmmoHUD_C_GetBowAbility"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, Ability) == 0x000000, "Member 'WBP_AmmoHUD_C_GetBowAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000018, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetBowAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000028, "Member 'WBP_AmmoHUD_C_GetBowAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_Tick \ +static_assert(alignof(WBP_AmmoHUD_C_Tick) == 0x000004, "Wrong alignment on WBP_AmmoHUD_C_Tick"); \ +static_assert(sizeof(WBP_AmmoHUD_C_Tick) == 0x00003C, "Wrong size on WBP_AmmoHUD_C_Tick"); \ +static_assert(offsetof(WBP_AmmoHUD_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_AmmoHUD_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_AmmoHUD_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_HandleBowItemChanged \ +static_assert(alignof(WBP_AmmoHUD_C_HandleBowItemChanged) == 0x000004, "Wrong alignment on WBP_AmmoHUD_C_HandleBowItemChanged"); \ +static_assert(sizeof(WBP_AmmoHUD_C_HandleBowItemChanged) == 0x000014, "Wrong size on WBP_AmmoHUD_C_HandleBowItemChanged"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBowItemChanged, ItemTag) == 0x000000, "Member 'WBP_AmmoHUD_C_HandleBowItemChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBowItemChanged, CurrentCount) == 0x000008, "Member 'WBP_AmmoHUD_C_HandleBowItemChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBowItemChanged, PreviousCount) == 0x00000C, "Member 'WBP_AmmoHUD_C_HandleBowItemChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBowItemChanged, MaxCount) == 0x000010, "Member 'WBP_AmmoHUD_C_HandleBowItemChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_HandleBombItemChanged \ +static_assert(alignof(WBP_AmmoHUD_C_HandleBombItemChanged) == 0x000004, "Wrong alignment on WBP_AmmoHUD_C_HandleBombItemChanged"); \ +static_assert(sizeof(WBP_AmmoHUD_C_HandleBombItemChanged) == 0x000014, "Wrong size on WBP_AmmoHUD_C_HandleBombItemChanged"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBombItemChanged, ItemTag) == 0x000000, "Member 'WBP_AmmoHUD_C_HandleBombItemChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBombItemChanged, CurrentCount) == 0x000008, "Member 'WBP_AmmoHUD_C_HandleBombItemChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBombItemChanged, PreviousCount) == 0x00000C, "Member 'WBP_AmmoHUD_C_HandleBombItemChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleBombItemChanged, MaxCount) == 0x000010, "Member 'WBP_AmmoHUD_C_HandleBombItemChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_HandleQuiverIncrement \ +static_assert(alignof(WBP_AmmoHUD_C_HandleQuiverIncrement) == 0x000001, "Wrong alignment on WBP_AmmoHUD_C_HandleQuiverIncrement"); \ +static_assert(sizeof(WBP_AmmoHUD_C_HandleQuiverIncrement) == 0x000001, "Wrong size on WBP_AmmoHUD_C_HandleQuiverIncrement"); \ +static_assert(offsetof(WBP_AmmoHUD_C_HandleQuiverIncrement, IsFull) == 0x000000, "Member 'WBP_AmmoHUD_C_HandleQuiverIncrement::IsFull' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD \ +static_assert(alignof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD) == 0x000008, "Wrong alignment on WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD"); \ +static_assert(sizeof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD) == 0x0000E0, "Wrong size on WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, EntryPoint) == 0x000000, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000004, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_Event_MyGeometry) == 0x000038, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_Event_InDeltaTime) == 0x000070, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_ItemTag_1) == 0x000088, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_ItemTag_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_CurrentCount_1) == 0x000090, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_CurrentCount_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_PreviousCount_1) == 0x000094, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_PreviousCount_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_MaxCount_1) == 0x000098, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_MaxCount_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, CallFunc_GetInventory_Inventory) == 0x0000A0, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::CallFunc_GetInventory_Inventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_ItemTag) == 0x0000A8, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_ItemTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_CurrentCount) == 0x0000B0, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_PreviousCount) == 0x0000B4, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_MaxCount) == 0x0000B8, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_MaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, CallFunc_GetInventory_Inventory_1) == 0x0000C0, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::CallFunc_GetInventory_Inventory_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, CallFunc_GetBowAbility_Ability) == 0x0000C8, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::CallFunc_GetBowAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, K2Node_CustomEvent_IsFull) == 0x0000D0, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::K2Node_CustomEvent_IsFull' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000D8, "Member 'WBP_AmmoHUD_C_ExecuteUbergraph_WBP_AmmoHUD::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_GetInitialVisibility \ +static_assert(alignof(WBP_AmmoHUD_C_GetInitialVisibility) == 0x000001, "Wrong alignment on WBP_AmmoHUD_C_GetInitialVisibility"); \ +static_assert(sizeof(WBP_AmmoHUD_C_GetInitialVisibility) == 0x000001, "Wrong size on WBP_AmmoHUD_C_GetInitialVisibility"); \ +static_assert(offsetof(WBP_AmmoHUD_C_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'WBP_AmmoHUD_C_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AmmoHUD_C_ShouldBeVisible \ +static_assert(alignof(WBP_AmmoHUD_C_ShouldBeVisible) == 0x000004, "Wrong alignment on WBP_AmmoHUD_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_AmmoHUD_C_ShouldBeVisible) == 0x000010, "Wrong size on WBP_AmmoHUD_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, CallFunc_GetSatchelSize_Size) == 0x000004, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::CallFunc_GetSatchelSize_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, CallFunc_GetQuiverSize_Size) == 0x000008, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::CallFunc_GetQuiverSize_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, CallFunc_Less_IntInt_ReturnValue_1) == 0x00000D, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AmmoHUD_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue_1) == 0x00000F, "Member 'WBP_AmmoHUD_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AmmoHUD_C \ +static_assert(alignof(UWBP_AmmoHUD_C) == 0x000008, "Wrong alignment on UWBP_AmmoHUD_C"); \ +static_assert(sizeof(UWBP_AmmoHUD_C) == 0x0002D0, "Wrong size on UWBP_AmmoHUD_C"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, UberGraphFrame) == 0x000260, "Member 'UWBP_AmmoHUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, ArrowAmmoTxt) == 0x000268, "Member 'UWBP_AmmoHUD_C::ArrowAmmoTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, ArrowPanel) == 0x000270, "Member 'UWBP_AmmoHUD_C::ArrowPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, ArrowProgress) == 0x000278, "Member 'UWBP_AmmoHUD_C::ArrowProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, ArrowRefillAnim) == 0x000280, "Member 'UWBP_AmmoHUD_C::ArrowRefillAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, BombAmmo1) == 0x000288, "Member 'UWBP_AmmoHUD_C::BombAmmo1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, BombAmmo2) == 0x000290, "Member 'UWBP_AmmoHUD_C::BombAmmo2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, BombPanel) == 0x000298, "Member 'UWBP_AmmoHUD_C::BombPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, BowAbility) == 0x0002A0, "Member 'UWBP_AmmoHUD_C::BowAbility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, BombAbility) == 0x0002A8, "Member 'UWBP_AmmoHUD_C::BombAbility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, BombAmmos) == 0x0002B0, "Member 'UWBP_AmmoHUD_C::BombAmmos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, PlayerInventory) == 0x0002C0, "Member 'UWBP_AmmoHUD_C::PlayerInventory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AmmoHUD_C, ForceVisible) == 0x0002C8, "Member 'UWBP_AmmoHUD_C::ForceVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntMargin \ +static_assert(alignof(FIntMargin) == 0x000004, "Wrong alignment on FIntMargin"); \ +static_assert(sizeof(FIntMargin) == 0x000010, "Wrong size on FIntMargin"); \ +static_assert(offsetof(FIntMargin, Left) == 0x000000, "Member 'FIntMargin::Left' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Top) == 0x000004, "Member 'FIntMargin::Top' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Right) == 0x000008, "Member 'FIntMargin::Right' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Bottom) == 0x00000C, "Member 'FIntMargin::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperFlipbookKeyFrame \ +static_assert(alignof(FPaperFlipbookKeyFrame) == 0x000008, "Wrong alignment on FPaperFlipbookKeyFrame"); \ +static_assert(sizeof(FPaperFlipbookKeyFrame) == 0x000010, "Wrong size on FPaperFlipbookKeyFrame"); \ +static_assert(offsetof(FPaperFlipbookKeyFrame, Sprite) == 0x000000, "Member 'FPaperFlipbookKeyFrame::Sprite' has a wrong offset!"); \ +static_assert(offsetof(FPaperFlipbookKeyFrame, FrameRun) == 0x000008, "Member 'FPaperFlipbookKeyFrame::FrameRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteInstanceData \ +static_assert(alignof(FSpriteInstanceData) == 0x000010, "Wrong alignment on FSpriteInstanceData"); \ +static_assert(sizeof(FSpriteInstanceData) == 0x000050, "Wrong size on FSpriteInstanceData"); \ +static_assert(offsetof(FSpriteInstanceData, Transform) == 0x000000, "Member 'FSpriteInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, SourceSprite) == 0x000040, "Member 'FSpriteInstanceData::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, VertexColor) == 0x000048, "Member 'FSpriteInstanceData::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, MaterialIndex) == 0x00004C, "Member 'FSpriteInstanceData::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperSpriteSocket \ +static_assert(alignof(FPaperSpriteSocket) == 0x000010, "Wrong alignment on FPaperSpriteSocket"); \ +static_assert(sizeof(FPaperSpriteSocket) == 0x000040, "Wrong size on FPaperSpriteSocket"); \ +static_assert(offsetof(FPaperSpriteSocket, LocalTransform) == 0x000000, "Member 'FPaperSpriteSocket::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteSocket, SocketName) == 0x000030, "Member 'FPaperSpriteSocket::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperSpriteAtlasSlot \ +static_assert(alignof(FPaperSpriteAtlasSlot) == 0x000008, "Wrong alignment on FPaperSpriteAtlasSlot"); \ +static_assert(sizeof(FPaperSpriteAtlasSlot) == 0x000040, "Wrong size on FPaperSpriteAtlasSlot"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, SpriteRef) == 0x000000, "Member 'FPaperSpriteAtlasSlot::SpriteRef' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, AtlasIndex) == 0x000028, "Member 'FPaperSpriteAtlasSlot::AtlasIndex' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, X) == 0x00002C, "Member 'FPaperSpriteAtlasSlot::X' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Y) == 0x000030, "Member 'FPaperSpriteAtlasSlot::Y' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Width) == 0x000034, "Member 'FPaperSpriteAtlasSlot::Width' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Height) == 0x000038, "Member 'FPaperSpriteAtlasSlot::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTerrainMaterialRule \ +static_assert(alignof(FPaperTerrainMaterialRule) == 0x000008, "Wrong alignment on FPaperTerrainMaterialRule"); \ +static_assert(sizeof(FPaperTerrainMaterialRule) == 0x000038, "Wrong size on FPaperTerrainMaterialRule"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, StartCap) == 0x000000, "Member 'FPaperTerrainMaterialRule::StartCap' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, Body) == 0x000008, "Member 'FPaperTerrainMaterialRule::Body' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, EndCap) == 0x000018, "Member 'FPaperTerrainMaterialRule::EndCap' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, MinimumAngle) == 0x000020, "Member 'FPaperTerrainMaterialRule::MinimumAngle' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, MaximumAngle) == 0x000024, "Member 'FPaperTerrainMaterialRule::MaximumAngle' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, bEnableCollision) == 0x000028, "Member 'FPaperTerrainMaterialRule::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, CollisionOffset) == 0x00002C, "Member 'FPaperTerrainMaterialRule::CollisionOffset' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, DrawOrder) == 0x000030, "Member 'FPaperTerrainMaterialRule::DrawOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileInfo \ +static_assert(alignof(FPaperTileInfo) == 0x000008, "Wrong alignment on FPaperTileInfo"); \ +static_assert(sizeof(FPaperTileInfo) == 0x000010, "Wrong size on FPaperTileInfo"); \ +static_assert(offsetof(FPaperTileInfo, TileSet) == 0x000000, "Member 'FPaperTileInfo::TileSet' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileInfo, PackedTileIndex) == 0x000008, "Member 'FPaperTileInfo::PackedTileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileSetTerrain \ +static_assert(alignof(FPaperTileSetTerrain) == 0x000008, "Wrong alignment on FPaperTileSetTerrain"); \ +static_assert(sizeof(FPaperTileSetTerrain) == 0x000018, "Wrong size on FPaperTileSetTerrain"); \ +static_assert(offsetof(FPaperTileSetTerrain, TerrainName) == 0x000000, "Member 'FPaperTileSetTerrain::TerrainName' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileSetTerrain, CenterTileIndex) == 0x000010, "Member 'FPaperTileSetTerrain::CenterTileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteGeometryShape \ +static_assert(alignof(FSpriteGeometryShape) == 0x000008, "Wrong alignment on FSpriteGeometryShape"); \ +static_assert(sizeof(FSpriteGeometryShape) == 0x000030, "Wrong size on FSpriteGeometryShape"); \ +static_assert(offsetof(FSpriteGeometryShape, ShapeType) == 0x000000, "Member 'FSpriteGeometryShape::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, Vertices) == 0x000008, "Member 'FSpriteGeometryShape::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, BoxSize) == 0x000018, "Member 'FSpriteGeometryShape::BoxSize' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, BoxPosition) == 0x000020, "Member 'FSpriteGeometryShape::BoxPosition' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, Rotation) == 0x000028, "Member 'FSpriteGeometryShape::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, bNegativeWinding) == 0x00002C, "Member 'FSpriteGeometryShape::bNegativeWinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteGeometryCollection \ +static_assert(alignof(FSpriteGeometryCollection) == 0x000008, "Wrong alignment on FSpriteGeometryCollection"); \ +static_assert(sizeof(FSpriteGeometryCollection) == 0x000030, "Wrong size on FSpriteGeometryCollection"); \ +static_assert(offsetof(FSpriteGeometryCollection, Shapes) == 0x000000, "Member 'FSpriteGeometryCollection::Shapes' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, GeometryType) == 0x000010, "Member 'FSpriteGeometryCollection::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, PixelsPerSubdivisionX) == 0x000014, "Member 'FSpriteGeometryCollection::PixelsPerSubdivisionX' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, PixelsPerSubdivisionY) == 0x000018, "Member 'FSpriteGeometryCollection::PixelsPerSubdivisionY' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, bAvoidVertexMerging) == 0x00001C, "Member 'FSpriteGeometryCollection::bAvoidVertexMerging' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, AlphaThreshold) == 0x000020, "Member 'FSpriteGeometryCollection::AlphaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, DetailAmount) == 0x000024, "Member 'FSpriteGeometryCollection::DetailAmount' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, SimplifyEpsilon) == 0x000028, "Member 'FSpriteGeometryCollection::SimplifyEpsilon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileMetadata \ +static_assert(alignof(FPaperTileMetadata) == 0x000008, "Wrong alignment on FPaperTileMetadata"); \ +static_assert(sizeof(FPaperTileMetadata) == 0x000040, "Wrong size on FPaperTileMetadata"); \ +static_assert(offsetof(FPaperTileMetadata, UserDataName) == 0x000000, "Member 'FPaperTileMetadata::UserDataName' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileMetadata, CollisionData) == 0x000008, "Member 'FPaperTileMetadata::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileMetadata, TerrainMembership) == 0x000038, "Member 'FPaperTileMetadata::TerrainMembership' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteDrawCallRecord \ +static_assert(alignof(FSpriteDrawCallRecord) == 0x000010, "Wrong alignment on FSpriteDrawCallRecord"); \ +static_assert(sizeof(FSpriteDrawCallRecord) == 0x0000D0, "Wrong size on FSpriteDrawCallRecord"); \ +static_assert(offsetof(FSpriteDrawCallRecord, Destination) == 0x000000, "Member 'FSpriteDrawCallRecord::Destination' has a wrong offset!"); \ +static_assert(offsetof(FSpriteDrawCallRecord, BaseTexture) == 0x000010, "Member 'FSpriteDrawCallRecord::BaseTexture' has a wrong offset!"); \ +static_assert(offsetof(FSpriteDrawCallRecord, Color) == 0x000048, "Member 'FSpriteDrawCallRecord::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteAssetInitParameters \ +static_assert(alignof(FSpriteAssetInitParameters) == 0x000008, "Wrong alignment on FSpriteAssetInitParameters"); \ +static_assert(sizeof(FSpriteAssetInitParameters) == 0x000040, "Wrong size on FSpriteAssetInitParameters"); \ + +#define DUMPER7_ASSERTS_UPaperRuntimeSettings \ +static_assert(alignof(UPaperRuntimeSettings) == 0x000008, "Wrong alignment on UPaperRuntimeSettings"); \ +static_assert(sizeof(UPaperRuntimeSettings) == 0x000030, "Wrong size on UPaperRuntimeSettings"); \ +static_assert(offsetof(UPaperRuntimeSettings, bEnableSpriteAtlasGroups) == 0x000028, "Member 'UPaperRuntimeSettings::bEnableSpriteAtlasGroups' has a wrong offset!"); \ +static_assert(offsetof(UPaperRuntimeSettings, bEnableTerrainSplineEditing) == 0x000029, "Member 'UPaperRuntimeSettings::bEnableTerrainSplineEditing' has a wrong offset!"); \ +static_assert(offsetof(UPaperRuntimeSettings, bResizeSpriteDataToMatchTextures) == 0x00002A, "Member 'UPaperRuntimeSettings::bResizeSpriteDataToMatchTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpriteTextureSampler \ +static_assert(alignof(UMaterialExpressionSpriteTextureSampler) == 0x000008, "Wrong alignment on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(sizeof(UMaterialExpressionSpriteTextureSampler) == 0x0000A0, "Wrong size on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, bSampleAdditionalTextures) == 0x000080, "Member 'UMaterialExpressionSpriteTextureSampler::bSampleAdditionalTextures' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, AdditionalSlotIndex) == 0x000084, "Member 'UMaterialExpressionSpriteTextureSampler::AdditionalSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, SlotDisplayName) == 0x000088, "Member 'UMaterialExpressionSpriteTextureSampler::SlotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperCharacter \ +static_assert(alignof(APaperCharacter) == 0x000010, "Wrong alignment on APaperCharacter"); \ +static_assert(sizeof(APaperCharacter) == 0x0004C0, "Wrong size on APaperCharacter"); \ +static_assert(offsetof(APaperCharacter, Sprite) == 0x0004B8, "Member 'APaperCharacter::Sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetKeyFrameIndexAtTime \ +static_assert(alignof(PaperFlipbook_GetKeyFrameIndexAtTime) == 0x000004, "Wrong alignment on PaperFlipbook_GetKeyFrameIndexAtTime"); \ +static_assert(sizeof(PaperFlipbook_GetKeyFrameIndexAtTime) == 0x00000C, "Wrong size on PaperFlipbook_GetKeyFrameIndexAtTime"); \ +static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, Time) == 0x000000, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, bClampToEnds) == 0x000004, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::bClampToEnds' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetNumFrames \ +static_assert(alignof(PaperFlipbook_GetNumFrames) == 0x000004, "Wrong alignment on PaperFlipbook_GetNumFrames"); \ +static_assert(sizeof(PaperFlipbook_GetNumFrames) == 0x000004, "Wrong size on PaperFlipbook_GetNumFrames"); \ +static_assert(offsetof(PaperFlipbook_GetNumFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetNumKeyFrames \ +static_assert(alignof(PaperFlipbook_GetNumKeyFrames) == 0x000004, "Wrong alignment on PaperFlipbook_GetNumKeyFrames"); \ +static_assert(sizeof(PaperFlipbook_GetNumKeyFrames) == 0x000004, "Wrong size on PaperFlipbook_GetNumKeyFrames"); \ +static_assert(offsetof(PaperFlipbook_GetNumKeyFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetNumKeyFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetSpriteAtFrame \ +static_assert(alignof(PaperFlipbook_GetSpriteAtFrame) == 0x000008, "Wrong alignment on PaperFlipbook_GetSpriteAtFrame"); \ +static_assert(sizeof(PaperFlipbook_GetSpriteAtFrame) == 0x000010, "Wrong size on PaperFlipbook_GetSpriteAtFrame"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtFrame, FrameIndex) == 0x000000, "Member 'PaperFlipbook_GetSpriteAtFrame::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtFrame, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetSpriteAtFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetSpriteAtTime \ +static_assert(alignof(PaperFlipbook_GetSpriteAtTime) == 0x000008, "Wrong alignment on PaperFlipbook_GetSpriteAtTime"); \ +static_assert(sizeof(PaperFlipbook_GetSpriteAtTime) == 0x000010, "Wrong size on PaperFlipbook_GetSpriteAtTime"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, Time) == 0x000000, "Member 'PaperFlipbook_GetSpriteAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, bClampToEnds) == 0x000004, "Member 'PaperFlipbook_GetSpriteAtTime::bClampToEnds' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetSpriteAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetTotalDuration \ +static_assert(alignof(PaperFlipbook_GetTotalDuration) == 0x000004, "Wrong alignment on PaperFlipbook_GetTotalDuration"); \ +static_assert(sizeof(PaperFlipbook_GetTotalDuration) == 0x000004, "Wrong size on PaperFlipbook_GetTotalDuration"); \ +static_assert(offsetof(PaperFlipbook_GetTotalDuration, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetTotalDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_IsValidKeyFrameIndex \ +static_assert(alignof(PaperFlipbook_IsValidKeyFrameIndex) == 0x000004, "Wrong alignment on PaperFlipbook_IsValidKeyFrameIndex"); \ +static_assert(sizeof(PaperFlipbook_IsValidKeyFrameIndex) == 0x000008, "Wrong size on PaperFlipbook_IsValidKeyFrameIndex"); \ +static_assert(offsetof(PaperFlipbook_IsValidKeyFrameIndex, Index_0) == 0x000000, "Member 'PaperFlipbook_IsValidKeyFrameIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_IsValidKeyFrameIndex, ReturnValue) == 0x000004, "Member 'PaperFlipbook_IsValidKeyFrameIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperFlipbook \ +static_assert(alignof(UPaperFlipbook) == 0x000008, "Wrong alignment on UPaperFlipbook"); \ +static_assert(sizeof(UPaperFlipbook) == 0x000050, "Wrong size on UPaperFlipbook"); \ +static_assert(offsetof(UPaperFlipbook, FramesPerSecond) == 0x000028, "Member 'UPaperFlipbook::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, KeyFrames) == 0x000030, "Member 'UPaperFlipbook::KeyFrames' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, DefaultMaterial) == 0x000040, "Member 'UPaperFlipbook::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, CollisionSource) == 0x000048, "Member 'UPaperFlipbook::CollisionSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperFlipbookActor \ +static_assert(alignof(APaperFlipbookActor) == 0x000008, "Wrong alignment on APaperFlipbookActor"); \ +static_assert(sizeof(APaperFlipbookActor) == 0x000230, "Wrong size on APaperFlipbookActor"); \ +static_assert(offsetof(APaperFlipbookActor, RenderComponent) == 0x000228, "Member 'APaperFlipbookActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbook \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_GetFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_GetFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbook, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_OnRep_SourceFlipbook \ +static_assert(alignof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_OnRep_SourceFlipbook, OldFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_OnRep_SourceFlipbook::OldFlipbook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetFlipbook \ +static_assert(alignof(PaperFlipbookComponent_SetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_SetFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_SetFlipbook) == 0x000010, "Wrong size on PaperFlipbookComponent_SetFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, NewFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_SetFlipbook::NewFlipbook' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, ReturnValue) == 0x000008, "Member 'PaperFlipbookComponent_SetFlipbook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetLooping \ +static_assert(alignof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_SetLooping"); \ +static_assert(sizeof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_SetLooping"); \ +static_assert(offsetof(PaperFlipbookComponent_SetLooping, bNewLooping) == 0x000000, "Member 'PaperFlipbookComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetNewTime \ +static_assert(alignof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetNewTime"); \ +static_assert(sizeof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong size on PaperFlipbookComponent_SetNewTime"); \ +static_assert(offsetof(PaperFlipbookComponent_SetNewTime, NewTime) == 0x000000, "Member 'PaperFlipbookComponent_SetNewTime::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPosition \ +static_assert(alignof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPosition"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPosition"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPositionInFrames \ +static_assert(alignof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, NewFramePosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::NewFramePosition' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::bFireEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlayRate \ +static_assert(alignof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlayRate"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_SetPlayRate"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlayRate, NewRate) == 0x000000, "Member 'PaperFlipbookComponent_SetPlayRate::NewRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetSpriteColor \ +static_assert(alignof(PaperFlipbookComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetSpriteColor"); \ +static_assert(sizeof(PaperFlipbookComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_SetSpriteColor"); \ +static_assert(offsetof(PaperFlipbookComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperFlipbookComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookFramerate \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookFramerate"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookFramerate"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookFramerate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookFramerate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLength \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLength"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLength"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLength, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLengthInFrames \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLengthInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLengthInFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPosition \ +static_assert(alignof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPosition"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPosition"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPositionInFrames \ +static_assert(alignof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPositionInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPositionInFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlayRate \ +static_assert(alignof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlayRate"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlayRate"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetSpriteColor \ +static_assert(alignof(PaperFlipbookComponent_GetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetSpriteColor"); \ +static_assert(sizeof(PaperFlipbookComponent_GetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_GetSpriteColor"); \ +static_assert(offsetof(PaperFlipbookComponent_GetSpriteColor, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetSpriteColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsLooping \ +static_assert(alignof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsLooping"); \ +static_assert(sizeof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_IsLooping"); \ +static_assert(offsetof(PaperFlipbookComponent_IsLooping, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsPlaying \ +static_assert(alignof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsPlaying"); \ +static_assert(sizeof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong size on PaperFlipbookComponent_IsPlaying"); \ +static_assert(offsetof(PaperFlipbookComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsReversing \ +static_assert(alignof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsReversing"); \ +static_assert(sizeof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong size on PaperFlipbookComponent_IsReversing"); \ +static_assert(offsetof(PaperFlipbookComponent_IsReversing, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsReversing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperFlipbookComponent \ +static_assert(alignof(UPaperFlipbookComponent) == 0x000010, "Wrong alignment on UPaperFlipbookComponent"); \ +static_assert(sizeof(UPaperFlipbookComponent) == 0x0004C0, "Wrong size on UPaperFlipbookComponent"); \ +static_assert(offsetof(UPaperFlipbookComponent, SourceFlipbook) == 0x000478, "Member 'UPaperFlipbookComponent::SourceFlipbook' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, Material) == 0x000480, "Member 'UPaperFlipbookComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, PlayRate) == 0x000488, "Member 'UPaperFlipbookComponent::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, AccumulatedTime) == 0x000490, "Member 'UPaperFlipbookComponent::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedFrameIndex) == 0x000494, "Member 'UPaperFlipbookComponent::CachedFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, SpriteColor) == 0x000498, "Member 'UPaperFlipbookComponent::SpriteColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedBodySetup) == 0x0004A8, "Member 'UPaperFlipbookComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, OnFinishedPlaying) == 0x0004B0, "Member 'UPaperFlipbookComponent::OnFinishedPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperGroupedSpriteActor \ +static_assert(alignof(APaperGroupedSpriteActor) == 0x000008, "Wrong alignment on APaperGroupedSpriteActor"); \ +static_assert(sizeof(APaperGroupedSpriteActor) == 0x000230, "Wrong size on APaperGroupedSpriteActor"); \ +static_assert(offsetof(APaperGroupedSpriteActor, RenderComponent) == 0x000228, "Member 'APaperGroupedSpriteActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_AddInstance \ +static_assert(alignof(PaperGroupedSpriteComponent_AddInstance) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_AddInstance"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_AddInstance) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_AddInstance"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Transform) == 0x000000, "Member 'PaperGroupedSpriteComponent_AddInstance::Transform' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Sprite) == 0x000030, "Member 'PaperGroupedSpriteComponent_AddInstance::Sprite' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, bWorldSpace) == 0x000038, "Member 'PaperGroupedSpriteComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Color) == 0x00003C, "Member 'PaperGroupedSpriteComponent_AddInstance::Color' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, ReturnValue) == 0x00004C, "Member 'PaperGroupedSpriteComponent_AddInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_RemoveInstance \ +static_assert(alignof(PaperGroupedSpriteComponent_RemoveInstance) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_RemoveInstance"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_RemoveInstance) == 0x000008, "Wrong size on PaperGroupedSpriteComponent_RemoveInstance"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'PaperGroupedSpriteComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_SortInstancesAlongAxis \ +static_assert(alignof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x00000C, "Wrong size on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_SortInstancesAlongAxis, WorldSpaceSortAxis) == 0x000000, "Member 'PaperGroupedSpriteComponent_SortInstancesAlongAxis::WorldSpaceSortAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_UpdateInstanceColor \ +static_assert(alignof(PaperGroupedSpriteComponent_UpdateInstanceColor) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_UpdateInstanceColor"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_UpdateInstanceColor) == 0x000018, "Wrong size on PaperGroupedSpriteComponent_UpdateInstanceColor"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, NewInstanceColor) == 0x000004, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::NewInstanceColor' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, bMarkRenderStateDirty) == 0x000014, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, ReturnValue) == 0x000015, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_UpdateInstanceTransform \ +static_assert(alignof(PaperGroupedSpriteComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_UpdateInstanceTransform"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_UpdateInstanceTransform) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_UpdateInstanceTransform"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bWorldSpace) == 0x000040, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000041, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bTeleport) == 0x000042, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, ReturnValue) == 0x000043, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_GetInstanceCount \ +static_assert(alignof(PaperGroupedSpriteComponent_GetInstanceCount) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_GetInstanceCount"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_GetInstanceCount) == 0x000004, "Wrong size on PaperGroupedSpriteComponent_GetInstanceCount"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'PaperGroupedSpriteComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_GetInstanceTransform \ +static_assert(alignof(PaperGroupedSpriteComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_GetInstanceTransform"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_GetInstanceTransform) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_GetInstanceTransform"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, bWorldSpace) == 0x000040, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, ReturnValue) == 0x000041, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperGroupedSpriteComponent \ +static_assert(alignof(UPaperGroupedSpriteComponent) == 0x000010, "Wrong alignment on UPaperGroupedSpriteComponent"); \ +static_assert(sizeof(UPaperGroupedSpriteComponent) == 0x0004B0, "Wrong size on UPaperGroupedSpriteComponent"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, InstanceMaterials) == 0x000478, "Member 'UPaperGroupedSpriteComponent::InstanceMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, PerInstanceSpriteData) == 0x000488, "Member 'UPaperGroupedSpriteComponent::PerInstanceSpriteData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSprite \ +static_assert(alignof(UPaperSprite) == 0x000008, "Wrong alignment on UPaperSprite"); \ +static_assert(sizeof(UPaperSprite) == 0x0000A8, "Wrong size on UPaperSprite"); \ +static_assert(offsetof(UPaperSprite, AdditionalSourceTextures) == 0x000038, "Member 'UPaperSprite::AdditionalSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceUV) == 0x000048, "Member 'UPaperSprite::BakedSourceUV' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceDimension) == 0x000050, "Member 'UPaperSprite::BakedSourceDimension' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceTexture) == 0x000058, "Member 'UPaperSprite::BakedSourceTexture' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, DefaultMaterial) == 0x000060, "Member 'UPaperSprite::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, AlternateMaterial) == 0x000068, "Member 'UPaperSprite::AlternateMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, Sockets) == 0x000070, "Member 'UPaperSprite::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, SpriteCollisionDomain) == 0x000080, "Member 'UPaperSprite::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, PixelsPerUnrealUnit) == 0x000084, "Member 'UPaperSprite::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BodySetup) == 0x000088, "Member 'UPaperSprite::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, AlternateMaterialSplitIndex) == 0x000090, "Member 'UPaperSprite::AlternateMaterialSplitIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedRenderData) == 0x000098, "Member 'UPaperSprite::BakedRenderData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperSpriteActor \ +static_assert(alignof(APaperSpriteActor) == 0x000008, "Wrong alignment on APaperSpriteActor"); \ +static_assert(sizeof(APaperSpriteActor) == 0x000230, "Wrong size on APaperSpriteActor"); \ +static_assert(offsetof(APaperSpriteActor, RenderComponent) == 0x000228, "Member 'APaperSpriteActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteAtlas \ +static_assert(alignof(UPaperSpriteAtlas) == 0x000008, "Wrong alignment on UPaperSpriteAtlas"); \ +static_assert(sizeof(UPaperSpriteAtlas) == 0x000028, "Wrong size on UPaperSpriteAtlas"); \ + +#define DUMPER7_ASSERTS_PaperSpriteBlueprintLibrary_MakeBrushFromSprite \ +static_assert(alignof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x000008, "Wrong alignment on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ +static_assert(sizeof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x000098, "Wrong size on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Sprite) == 0x000000, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Sprite' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Width) == 0x000008, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Width' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Height) == 0x00000C, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Height' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, ReturnValue) == 0x000010, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteBlueprintLibrary \ +static_assert(alignof(UPaperSpriteBlueprintLibrary) == 0x000008, "Wrong alignment on UPaperSpriteBlueprintLibrary"); \ +static_assert(sizeof(UPaperSpriteBlueprintLibrary) == 0x000028, "Wrong size on UPaperSpriteBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_PaperSpriteComponent_GetSprite \ +static_assert(alignof(PaperSpriteComponent_GetSprite) == 0x000008, "Wrong alignment on PaperSpriteComponent_GetSprite"); \ +static_assert(sizeof(PaperSpriteComponent_GetSprite) == 0x000008, "Wrong size on PaperSpriteComponent_GetSprite"); \ +static_assert(offsetof(PaperSpriteComponent_GetSprite, ReturnValue) == 0x000000, "Member 'PaperSpriteComponent_GetSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperSpriteComponent_SetSprite \ +static_assert(alignof(PaperSpriteComponent_SetSprite) == 0x000008, "Wrong alignment on PaperSpriteComponent_SetSprite"); \ +static_assert(sizeof(PaperSpriteComponent_SetSprite) == 0x000010, "Wrong size on PaperSpriteComponent_SetSprite"); \ +static_assert(offsetof(PaperSpriteComponent_SetSprite, NewSprite) == 0x000000, "Member 'PaperSpriteComponent_SetSprite::NewSprite' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteComponent_SetSprite, ReturnValue) == 0x000008, "Member 'PaperSpriteComponent_SetSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperSpriteComponent_SetSpriteColor \ +static_assert(alignof(PaperSpriteComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperSpriteComponent_SetSpriteColor"); \ +static_assert(sizeof(PaperSpriteComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperSpriteComponent_SetSpriteColor"); \ +static_assert(offsetof(PaperSpriteComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperSpriteComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteComponent \ +static_assert(alignof(UPaperSpriteComponent) == 0x000010, "Wrong alignment on UPaperSpriteComponent"); \ +static_assert(sizeof(UPaperSpriteComponent) == 0x0004A0, "Wrong size on UPaperSpriteComponent"); \ +static_assert(offsetof(UPaperSpriteComponent, SourceSprite) == 0x000478, "Member 'UPaperSpriteComponent::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, MaterialOverride) == 0x000480, "Member 'UPaperSpriteComponent::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, SpriteColor) == 0x000488, "Member 'UPaperSpriteComponent::SpriteColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTerrainActor \ +static_assert(alignof(APaperTerrainActor) == 0x000008, "Wrong alignment on APaperTerrainActor"); \ +static_assert(sizeof(APaperTerrainActor) == 0x000240, "Wrong size on APaperTerrainActor"); \ +static_assert(offsetof(APaperTerrainActor, DummyRoot) == 0x000228, "Member 'APaperTerrainActor::DummyRoot' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, SplineComponent) == 0x000230, "Member 'APaperTerrainActor::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, RenderComponent) == 0x000238, "Member 'APaperTerrainActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTerrainComponent_SetTerrainColor \ +static_assert(alignof(PaperTerrainComponent_SetTerrainColor) == 0x000004, "Wrong alignment on PaperTerrainComponent_SetTerrainColor"); \ +static_assert(sizeof(PaperTerrainComponent_SetTerrainColor) == 0x000010, "Wrong size on PaperTerrainComponent_SetTerrainColor"); \ +static_assert(offsetof(PaperTerrainComponent_SetTerrainColor, NewColor) == 0x000000, "Member 'PaperTerrainComponent_SetTerrainColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainComponent \ +static_assert(alignof(UPaperTerrainComponent) == 0x000010, "Wrong alignment on UPaperTerrainComponent"); \ +static_assert(sizeof(UPaperTerrainComponent) == 0x0004B0, "Wrong size on UPaperTerrainComponent"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainMaterial) == 0x000450, "Member 'UPaperTerrainComponent::TerrainMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bClosedSpline) == 0x000458, "Member 'UPaperTerrainComponent::bClosedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bFilledSpline) == 0x000459, "Member 'UPaperTerrainComponent::bFilledSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, AssociatedSpline) == 0x000460, "Member 'UPaperTerrainComponent::AssociatedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, RandomSeed) == 0x000468, "Member 'UPaperTerrainComponent::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SegmentOverlapAmount) == 0x00046C, "Member 'UPaperTerrainComponent::SegmentOverlapAmount' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainColor) == 0x000470, "Member 'UPaperTerrainComponent::TerrainColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, ReparamStepsPerSegment) == 0x000480, "Member 'UPaperTerrainComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SpriteCollisionDomain) == 0x000484, "Member 'UPaperTerrainComponent::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CollisionThickness) == 0x000488, "Member 'UPaperTerrainComponent::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CachedBodySetup) == 0x000490, "Member 'UPaperTerrainComponent::CachedBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainMaterial \ +static_assert(alignof(UPaperTerrainMaterial) == 0x000008, "Wrong alignment on UPaperTerrainMaterial"); \ +static_assert(sizeof(UPaperTerrainMaterial) == 0x000048, "Wrong size on UPaperTerrainMaterial"); \ +static_assert(offsetof(UPaperTerrainMaterial, Rules) == 0x000030, "Member 'UPaperTerrainMaterial::Rules' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainMaterial, InteriorFill) == 0x000040, "Member 'UPaperTerrainMaterial::InteriorFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainSplineComponent \ +static_assert(alignof(UPaperTerrainSplineComponent) == 0x000010, "Wrong alignment on UPaperTerrainSplineComponent"); \ +static_assert(sizeof(UPaperTerrainSplineComponent) == 0x000560, "Wrong size on UPaperTerrainSplineComponent"); \ + +#define DUMPER7_ASSERTS_UPaperTileLayer \ +static_assert(alignof(UPaperTileLayer) == 0x000008, "Wrong alignment on UPaperTileLayer"); \ +static_assert(sizeof(UPaperTileLayer) == 0x000098, "Wrong size on UPaperTileLayer"); \ +static_assert(offsetof(UPaperTileLayer, LayerName) == 0x000028, "Member 'UPaperTileLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerWidth) == 0x000040, "Member 'UPaperTileLayer::LayerWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerHeight) == 0x000044, "Member 'UPaperTileLayer::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionThicknessOverride) == 0x00004C, "Member 'UPaperTileLayer::CollisionThicknessOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionOffsetOverride) == 0x000050, "Member 'UPaperTileLayer::CollisionOffsetOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerColor) == 0x000054, "Member 'UPaperTileLayer::LayerColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedWidth) == 0x000064, "Member 'UPaperTileLayer::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedHeight) == 0x000068, "Member 'UPaperTileLayer::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedCells) == 0x000070, "Member 'UPaperTileLayer::AllocatedCells' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, TileSet) == 0x000080, "Member 'UPaperTileLayer::TileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedGrid) == 0x000088, "Member 'UPaperTileLayer::AllocatedGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileMap \ +static_assert(alignof(UPaperTileMap) == 0x000008, "Wrong alignment on UPaperTileMap"); \ +static_assert(sizeof(UPaperTileMap) == 0x0000A8, "Wrong size on UPaperTileMap"); \ +static_assert(offsetof(UPaperTileMap, MapWidth) == 0x000028, "Member 'UPaperTileMap::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, MapHeight) == 0x00002C, "Member 'UPaperTileMap::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileWidth) == 0x000030, "Member 'UPaperTileMap::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileHeight) == 0x000034, "Member 'UPaperTileMap::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, PixelsPerUnrealUnit) == 0x000038, "Member 'UPaperTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerTileX) == 0x00003C, "Member 'UPaperTileMap::SeparationPerTileX' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerTileY) == 0x000040, "Member 'UPaperTileMap::SeparationPerTileY' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerLayer) == 0x000044, "Member 'UPaperTileMap::SeparationPerLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SelectedTileSet) == 0x000048, "Member 'UPaperTileMap::SelectedTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, Material) == 0x000070, "Member 'UPaperTileMap::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileLayers) == 0x000078, "Member 'UPaperTileMap::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, CollisionThickness) == 0x000088, "Member 'UPaperTileMap::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SpriteCollisionDomain) == 0x00008C, "Member 'UPaperTileMap::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, ProjectionMode) == 0x00008D, "Member 'UPaperTileMap::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, HexSideLength) == 0x000090, "Member 'UPaperTileMap::HexSideLength' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, BodySetup) == 0x000098, "Member 'UPaperTileMap::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, LayerNameIndex) == 0x0000A0, "Member 'UPaperTileMap::LayerNameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTileMapActor \ +static_assert(alignof(APaperTileMapActor) == 0x000008, "Wrong alignment on APaperTileMapActor"); \ +static_assert(sizeof(APaperTileMapActor) == 0x000230, "Wrong size on APaperTileMapActor"); \ +static_assert(offsetof(APaperTileMapActor, RenderComponent) == 0x000228, "Member 'APaperTileMapActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_AddNewLayer \ +static_assert(alignof(PaperTileMapComponent_AddNewLayer) == 0x000008, "Wrong alignment on PaperTileMapComponent_AddNewLayer"); \ +static_assert(sizeof(PaperTileMapComponent_AddNewLayer) == 0x000008, "Wrong size on PaperTileMapComponent_AddNewLayer"); \ +static_assert(offsetof(PaperTileMapComponent_AddNewLayer, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_AddNewLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_CreateNewTileMap \ +static_assert(alignof(PaperTileMapComponent_CreateNewTileMap) == 0x000004, "Wrong alignment on PaperTileMapComponent_CreateNewTileMap"); \ +static_assert(sizeof(PaperTileMapComponent_CreateNewTileMap) == 0x000018, "Wrong size on PaperTileMapComponent_CreateNewTileMap"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, MapWidth_0) == 0x000000, "Member 'PaperTileMapComponent_CreateNewTileMap::MapWidth_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, MapHeight_0) == 0x000004, "Member 'PaperTileMapComponent_CreateNewTileMap::MapHeight_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, TileWidth_0) == 0x000008, "Member 'PaperTileMapComponent_CreateNewTileMap::TileWidth_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, TileHeight_0) == 0x00000C, "Member 'PaperTileMapComponent_CreateNewTileMap::TileHeight_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, PixelsPerUnrealUnit) == 0x000010, "Member 'PaperTileMapComponent_CreateNewTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, bCreateLayer) == 0x000014, "Member 'PaperTileMapComponent_CreateNewTileMap::bCreateLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetMapSize \ +static_assert(alignof(PaperTileMapComponent_GetMapSize) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetMapSize"); \ +static_assert(sizeof(PaperTileMapComponent_GetMapSize) == 0x00000C, "Wrong size on PaperTileMapComponent_GetMapSize"); \ +static_assert(offsetof(PaperTileMapComponent_GetMapSize, MapWidth_0) == 0x000000, "Member 'PaperTileMapComponent_GetMapSize::MapWidth_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetMapSize, MapHeight_0) == 0x000004, "Member 'PaperTileMapComponent_GetMapSize::MapHeight_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetMapSize, NumLayers) == 0x000008, "Member 'PaperTileMapComponent_GetMapSize::NumLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_ResizeMap \ +static_assert(alignof(PaperTileMapComponent_ResizeMap) == 0x000004, "Wrong alignment on PaperTileMapComponent_ResizeMap"); \ +static_assert(sizeof(PaperTileMapComponent_ResizeMap) == 0x000008, "Wrong size on PaperTileMapComponent_ResizeMap"); \ +static_assert(offsetof(PaperTileMapComponent_ResizeMap, NewWidthInTiles) == 0x000000, "Member 'PaperTileMapComponent_ResizeMap::NewWidthInTiles' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_ResizeMap, NewHeightInTiles) == 0x000004, "Member 'PaperTileMapComponent_ResizeMap::NewHeightInTiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetDefaultCollisionThickness \ +static_assert(alignof(PaperTileMapComponent_SetDefaultCollisionThickness) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetDefaultCollisionThickness"); \ +static_assert(sizeof(PaperTileMapComponent_SetDefaultCollisionThickness) == 0x000008, "Wrong size on PaperTileMapComponent_SetDefaultCollisionThickness"); \ +static_assert(offsetof(PaperTileMapComponent_SetDefaultCollisionThickness, Thickness) == 0x000000, "Member 'PaperTileMapComponent_SetDefaultCollisionThickness::Thickness' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetDefaultCollisionThickness, bRebuildCollision) == 0x000004, "Member 'PaperTileMapComponent_SetDefaultCollisionThickness::bRebuildCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetLayerCollision \ +static_assert(alignof(PaperTileMapComponent_SetLayerCollision) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetLayerCollision"); \ +static_assert(sizeof(PaperTileMapComponent_SetLayerCollision) == 0x000018, "Wrong size on PaperTileMapComponent_SetLayerCollision"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, Layer) == 0x000000, "Member 'PaperTileMapComponent_SetLayerCollision::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bHasCollision) == 0x000004, "Member 'PaperTileMapComponent_SetLayerCollision::bHasCollision' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bOverrideThickness) == 0x000005, "Member 'PaperTileMapComponent_SetLayerCollision::bOverrideThickness' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, CustomThickness) == 0x000008, "Member 'PaperTileMapComponent_SetLayerCollision::CustomThickness' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bOverrideOffset) == 0x00000C, "Member 'PaperTileMapComponent_SetLayerCollision::bOverrideOffset' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, CustomOffset) == 0x000010, "Member 'PaperTileMapComponent_SetLayerCollision::CustomOffset' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bRebuildCollision) == 0x000014, "Member 'PaperTileMapComponent_SetLayerCollision::bRebuildCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetLayerColor \ +static_assert(alignof(PaperTileMapComponent_SetLayerColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetLayerColor"); \ +static_assert(sizeof(PaperTileMapComponent_SetLayerColor) == 0x000014, "Wrong size on PaperTileMapComponent_SetLayerColor"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerColor, NewColor) == 0x000000, "Member 'PaperTileMapComponent_SetLayerColor::NewColor' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerColor, Layer) == 0x000010, "Member 'PaperTileMapComponent_SetLayerColor::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetTile \ +static_assert(alignof(PaperTileMapComponent_SetTile) == 0x000008, "Wrong alignment on PaperTileMapComponent_SetTile"); \ +static_assert(sizeof(PaperTileMapComponent_SetTile) == 0x000020, "Wrong size on PaperTileMapComponent_SetTile"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, X) == 0x000000, "Member 'PaperTileMapComponent_SetTile::X' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, Y) == 0x000004, "Member 'PaperTileMapComponent_SetTile::Y' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, Layer) == 0x000008, "Member 'PaperTileMapComponent_SetTile::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, NewValue) == 0x000010, "Member 'PaperTileMapComponent_SetTile::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetTileMap \ +static_assert(alignof(PaperTileMapComponent_SetTileMap) == 0x000008, "Wrong alignment on PaperTileMapComponent_SetTileMap"); \ +static_assert(sizeof(PaperTileMapComponent_SetTileMap) == 0x000010, "Wrong size on PaperTileMapComponent_SetTileMap"); \ +static_assert(offsetof(PaperTileMapComponent_SetTileMap, NewTileMap) == 0x000000, "Member 'PaperTileMapComponent_SetTileMap::NewTileMap' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTileMap, ReturnValue) == 0x000008, "Member 'PaperTileMapComponent_SetTileMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetTileMapColor \ +static_assert(alignof(PaperTileMapComponent_SetTileMapColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetTileMapColor"); \ +static_assert(sizeof(PaperTileMapComponent_SetTileMapColor) == 0x000010, "Wrong size on PaperTileMapComponent_SetTileMapColor"); \ +static_assert(offsetof(PaperTileMapComponent_SetTileMapColor, NewColor) == 0x000000, "Member 'PaperTileMapComponent_SetTileMapColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetLayerColor \ +static_assert(alignof(PaperTileMapComponent_GetLayerColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetLayerColor"); \ +static_assert(sizeof(PaperTileMapComponent_GetLayerColor) == 0x000014, "Wrong size on PaperTileMapComponent_GetLayerColor"); \ +static_assert(offsetof(PaperTileMapComponent_GetLayerColor, Layer) == 0x000000, "Member 'PaperTileMapComponent_GetLayerColor::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetLayerColor, ReturnValue) == 0x000004, "Member 'PaperTileMapComponent_GetLayerColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTile \ +static_assert(alignof(PaperTileMapComponent_GetTile) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTile"); \ +static_assert(sizeof(PaperTileMapComponent_GetTile) == 0x000020, "Wrong size on PaperTileMapComponent_GetTile"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, X) == 0x000000, "Member 'PaperTileMapComponent_GetTile::X' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, Y) == 0x000004, "Member 'PaperTileMapComponent_GetTile::Y' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, Layer) == 0x000008, "Member 'PaperTileMapComponent_GetTile::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileCenterPosition \ +static_assert(alignof(PaperTileMapComponent_GetTileCenterPosition) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileCenterPosition"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileCenterPosition) == 0x00001C, "Wrong size on PaperTileMapComponent_GetTileCenterPosition"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTileCenterPosition::TileX' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTileCenterPosition::TileY' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, LayerIndex) == 0x000008, "Member 'PaperTileMapComponent_GetTileCenterPosition::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, bWorldSpace) == 0x00000C, "Member 'PaperTileMapComponent_GetTileCenterPosition::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTileCenterPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileCornerPosition \ +static_assert(alignof(PaperTileMapComponent_GetTileCornerPosition) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileCornerPosition"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileCornerPosition) == 0x00001C, "Wrong size on PaperTileMapComponent_GetTileCornerPosition"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTileCornerPosition::TileX' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTileCornerPosition::TileY' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, LayerIndex) == 0x000008, "Member 'PaperTileMapComponent_GetTileCornerPosition::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, bWorldSpace) == 0x00000C, "Member 'PaperTileMapComponent_GetTileCornerPosition::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTileCornerPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileMapColor \ +static_assert(alignof(PaperTileMapComponent_GetTileMapColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileMapColor"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileMapColor) == 0x000010, "Wrong size on PaperTileMapComponent_GetTileMapColor"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileMapColor, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_GetTileMapColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTilePolygon \ +static_assert(alignof(PaperTileMapComponent_GetTilePolygon) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTilePolygon"); \ +static_assert(sizeof(PaperTileMapComponent_GetTilePolygon) == 0x000020, "Wrong size on PaperTileMapComponent_GetTilePolygon"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTilePolygon::TileX' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTilePolygon::TileY' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, Points) == 0x000008, "Member 'PaperTileMapComponent_GetTilePolygon::Points' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, LayerIndex) == 0x000018, "Member 'PaperTileMapComponent_GetTilePolygon::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, bWorldSpace) == 0x00001C, "Member 'PaperTileMapComponent_GetTilePolygon::bWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_OwnsTileMap \ +static_assert(alignof(PaperTileMapComponent_OwnsTileMap) == 0x000001, "Wrong alignment on PaperTileMapComponent_OwnsTileMap"); \ +static_assert(sizeof(PaperTileMapComponent_OwnsTileMap) == 0x000001, "Wrong size on PaperTileMapComponent_OwnsTileMap"); \ +static_assert(offsetof(PaperTileMapComponent_OwnsTileMap, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_OwnsTileMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileMapComponent \ +static_assert(alignof(UPaperTileMapComponent) == 0x000010, "Wrong alignment on UPaperTileMapComponent"); \ +static_assert(sizeof(UPaperTileMapComponent) == 0x0004D0, "Wrong size on UPaperTileMapComponent"); \ +static_assert(offsetof(UPaperTileMapComponent, MapWidth) == 0x000478, "Member 'UPaperTileMapComponent::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, MapHeight) == 0x00047C, "Member 'UPaperTileMapComponent::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileWidth) == 0x000480, "Member 'UPaperTileMapComponent::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileHeight) == 0x000484, "Member 'UPaperTileMapComponent::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, DefaultLayerTileSet) == 0x000488, "Member 'UPaperTileMapComponent::DefaultLayerTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, Material) == 0x000490, "Member 'UPaperTileMapComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileLayers) == 0x000498, "Member 'UPaperTileMapComponent::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMapColor) == 0x0004A8, "Member 'UPaperTileMapComponent::TileMapColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, UseSingleLayerIndex) == 0x0004B8, "Member 'UPaperTileMapComponent::UseSingleLayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, bUseSingleLayer) == 0x0004BC, "Member 'UPaperTileMapComponent::bUseSingleLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMap) == 0x0004C0, "Member 'UPaperTileMapComponent::TileMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileSet \ +static_assert(alignof(UPaperTileSet) == 0x000008, "Wrong alignment on UPaperTileSet"); \ +static_assert(sizeof(UPaperTileSet) == 0x0000A8, "Wrong size on UPaperTileSet"); \ +static_assert(offsetof(UPaperTileSet, TileSize) == 0x000028, "Member 'UPaperTileSet::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileSheet) == 0x000030, "Member 'UPaperTileSet::TileSheet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AdditionalSourceTextures) == 0x000038, "Member 'UPaperTileSet::AdditionalSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, BorderMargin) == 0x000048, "Member 'UPaperTileSet::BorderMargin' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, PerTileSpacing) == 0x000058, "Member 'UPaperTileSet::PerTileSpacing' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, DrawingOffset) == 0x000060, "Member 'UPaperTileSet::DrawingOffset' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, WidthInTiles) == 0x000068, "Member 'UPaperTileSet::WidthInTiles' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, HeightInTiles) == 0x00006C, "Member 'UPaperTileSet::HeightInTiles' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AllocatedWidth) == 0x000070, "Member 'UPaperTileSet::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AllocatedHeight) == 0x000074, "Member 'UPaperTileSet::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, PerTileData) == 0x000078, "Member 'UPaperTileSet::PerTileData' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Terrains) == 0x000088, "Member 'UPaperTileSet::Terrains' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileWidth) == 0x000098, "Member 'UPaperTileSet::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileHeight) == 0x00009C, "Member 'UPaperTileSet::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Margin) == 0x0000A0, "Member 'UPaperTileSet::Margin' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Spacing) == 0x0000A4, "Member 'UPaperTileSet::Spacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_BreakTile \ +static_assert(alignof(TileMapBlueprintLibrary_BreakTile) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_BreakTile"); \ +static_assert(sizeof(TileMapBlueprintLibrary_BreakTile) == 0x000028, "Wrong size on TileMapBlueprintLibrary_BreakTile"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_BreakTile::Tile' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, TileIndex) == 0x000010, "Member 'TileMapBlueprintLibrary_BreakTile::TileIndex' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, TileSet) == 0x000018, "Member 'TileMapBlueprintLibrary_BreakTile::TileSet' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipH) == 0x000020, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipH' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipV) == 0x000021, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipV' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipD) == 0x000022, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_GetTileTransform \ +static_assert(alignof(TileMapBlueprintLibrary_GetTileTransform) == 0x000010, "Wrong alignment on TileMapBlueprintLibrary_GetTileTransform"); \ +static_assert(sizeof(TileMapBlueprintLibrary_GetTileTransform) == 0x000040, "Wrong size on TileMapBlueprintLibrary_GetTileTransform"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileTransform, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_GetTileTransform::Tile' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileTransform, ReturnValue) == 0x000010, "Member 'TileMapBlueprintLibrary_GetTileTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_GetTileUserData \ +static_assert(alignof(TileMapBlueprintLibrary_GetTileUserData) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_GetTileUserData"); \ +static_assert(sizeof(TileMapBlueprintLibrary_GetTileUserData) == 0x000018, "Wrong size on TileMapBlueprintLibrary_GetTileUserData"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileUserData, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_GetTileUserData::Tile' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileUserData, ReturnValue) == 0x000010, "Member 'TileMapBlueprintLibrary_GetTileUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_MakeTile \ +static_assert(alignof(TileMapBlueprintLibrary_MakeTile) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_MakeTile"); \ +static_assert(sizeof(TileMapBlueprintLibrary_MakeTile) == 0x000028, "Wrong size on TileMapBlueprintLibrary_MakeTile"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, TileIndex) == 0x000000, "Member 'TileMapBlueprintLibrary_MakeTile::TileIndex' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, TileSet) == 0x000008, "Member 'TileMapBlueprintLibrary_MakeTile::TileSet' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipH) == 0x000010, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipH' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipV) == 0x000011, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipV' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipD) == 0x000012, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipD' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, ReturnValue) == 0x000018, "Member 'TileMapBlueprintLibrary_MakeTile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileMapBlueprintLibrary \ +static_assert(alignof(UTileMapBlueprintLibrary) == 0x000008, "Wrong alignment on UTileMapBlueprintLibrary"); \ +static_assert(sizeof(UTileMapBlueprintLibrary) == 0x000028, "Wrong size on UTileMapBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ULightPropagationVolumeBlendable \ +static_assert(alignof(ULightPropagationVolumeBlendable) == 0x000008, "Wrong alignment on ULightPropagationVolumeBlendable"); \ +static_assert(sizeof(ULightPropagationVolumeBlendable) == 0x000078, "Wrong size on ULightPropagationVolumeBlendable"); \ +static_assert(offsetof(ULightPropagationVolumeBlendable, Settings) == 0x000030, "Member 'ULightPropagationVolumeBlendable::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULightPropagationVolumeBlendable, BlendWeight) == 0x000070, "Member 'ULightPropagationVolumeBlendable::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ABP_CM_Hat_Rhinoceros_C \ +static_assert(alignof(ABP_CM_Hat_Rhinoceros_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Rhinoceros_C"); \ +static_assert(sizeof(ABP_CM_Hat_Rhinoceros_C) == 0x000240, "Wrong size on ABP_CM_Hat_Rhinoceros_C"); \ +static_assert(offsetof(ABP_CM_Hat_Rhinoceros_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Rhinoceros_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickAnimationSharingFunction \ +static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ +static_assert(sizeof(FTickAnimationSharingFunction) == 0x000030, "Wrong size on FTickAnimationSharingFunction"); \ + +#define DUMPER7_ASSERTS_FAnimationSharingScalability \ +static_assert(alignof(FAnimationSharingScalability) == 0x000004, "Wrong alignment on FAnimationSharingScalability"); \ +static_assert(sizeof(FAnimationSharingScalability) == 0x000010, "Wrong size on FAnimationSharingScalability"); \ +static_assert(offsetof(FAnimationSharingScalability, UseBlendTransitions) == 0x000000, "Member 'FAnimationSharingScalability::UseBlendTransitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, BlendSignificanceValue) == 0x000004, "Member 'FAnimationSharingScalability::BlendSignificanceValue' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, MaximumNumberConcurrentBlends) == 0x000008, "Member 'FAnimationSharingScalability::MaximumNumberConcurrentBlends' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, TickSignificanceValue) == 0x00000C, "Member 'FAnimationSharingScalability::TickSignificanceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationSetup \ +static_assert(alignof(FAnimationSetup) == 0x000008, "Wrong alignment on FAnimationSetup"); \ +static_assert(sizeof(FAnimationSetup) == 0x000018, "Wrong size on FAnimationSetup"); \ +static_assert(offsetof(FAnimationSetup, AnimSequence) == 0x000000, "Member 'FAnimationSetup::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSetup, AnimBlueprint) == 0x000008, "Member 'FAnimationSetup::AnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSetup, NumRandomizedInstances) == 0x000010, "Member 'FAnimationSetup::NumRandomizedInstances' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSetup, Enabled) == 0x000014, "Member 'FAnimationSetup::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationStateEntry \ +static_assert(alignof(FAnimationStateEntry) == 0x000008, "Wrong alignment on FAnimationStateEntry"); \ +static_assert(sizeof(FAnimationStateEntry) == 0x000030, "Wrong size on FAnimationStateEntry"); \ +static_assert(offsetof(FAnimationStateEntry, State) == 0x000000, "Member 'FAnimationStateEntry::State' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, AnimationSetups) == 0x000008, "Member 'FAnimationStateEntry::AnimationSetups' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bOnDemand) == 0x000018, "Member 'FAnimationStateEntry::bOnDemand' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bAdditive) == 0x000019, "Member 'FAnimationStateEntry::bAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, BlendTime) == 0x00001C, "Member 'FAnimationStateEntry::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bReturnToPreviousState) == 0x000020, "Member 'FAnimationStateEntry::bReturnToPreviousState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bSetNextState) == 0x000021, "Member 'FAnimationStateEntry::bSetNextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, NextState) == 0x000022, "Member 'FAnimationStateEntry::NextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, MaximumNumberOfConcurrentInstances) == 0x000024, "Member 'FAnimationStateEntry::MaximumNumberOfConcurrentInstances' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, WiggleTimePercentage) == 0x000028, "Member 'FAnimationStateEntry::WiggleTimePercentage' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bRequiresCurves) == 0x00002C, "Member 'FAnimationStateEntry::bRequiresCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerSkeletonAnimationSharingSetup \ +static_assert(alignof(FPerSkeletonAnimationSharingSetup) == 0x000008, "Wrong alignment on FPerSkeletonAnimationSharingSetup"); \ +static_assert(sizeof(FPerSkeletonAnimationSharingSetup) == 0x000038, "Wrong size on FPerSkeletonAnimationSharingSetup"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, Skeleton) == 0x000000, "Member 'FPerSkeletonAnimationSharingSetup::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, SkeletalMesh) == 0x000008, "Member 'FPerSkeletonAnimationSharingSetup::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, BlendAnimBlueprint) == 0x000010, "Member 'FPerSkeletonAnimationSharingSetup::BlendAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AdditiveAnimBlueprint) == 0x000018, "Member 'FPerSkeletonAnimationSharingSetup::AdditiveAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, StateProcessorClass) == 0x000020, "Member 'FPerSkeletonAnimationSharingSetup::StateProcessorClass' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AnimationStates) == 0x000028, "Member 'FPerSkeletonAnimationSharingSetup::AnimationStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSharingStateInstance_GetInstancedActors \ +static_assert(alignof(AnimSharingStateInstance_GetInstancedActors) == 0x000008, "Wrong alignment on AnimSharingStateInstance_GetInstancedActors"); \ +static_assert(sizeof(AnimSharingStateInstance_GetInstancedActors) == 0x000010, "Wrong size on AnimSharingStateInstance_GetInstancedActors"); \ +static_assert(offsetof(AnimSharingStateInstance_GetInstancedActors, Actors) == 0x000000, "Member 'AnimSharingStateInstance_GetInstancedActors::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingStateInstance \ +static_assert(alignof(UAnimSharingStateInstance) == 0x000010, "Wrong alignment on UAnimSharingStateInstance"); \ +static_assert(sizeof(UAnimSharingStateInstance) == 0x0002F0, "Wrong size on UAnimSharingStateInstance"); \ +static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x0002C8, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x0002D0, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x0002D4, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x0002D8, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x0002E0, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ +static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ +static_assert(sizeof(UAnimSharingTransitionInstance) == 0x0002E0, "Wrong size on UAnimSharingTransitionInstance"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x0002C8, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x0002D0, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x0002D8, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x0002DC, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ +static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ +static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x0002E0, "Wrong size on UAnimSharingAdditiveInstance"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x0002C8, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x0002D0, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, Alpha) == 0x0002D8, "Member 'UAnimSharingAdditiveInstance::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x0002DC, "Member 'UAnimSharingAdditiveInstance::bStateBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingInstance \ +static_assert(alignof(UAnimSharingInstance) == 0x000008, "Wrong alignment on UAnimSharingInstance"); \ +static_assert(sizeof(UAnimSharingInstance) == 0x000118, "Wrong size on UAnimSharingInstance"); \ +static_assert(offsetof(UAnimSharingInstance, RegisteredActors) == 0x000028, "Member 'UAnimSharingInstance::RegisteredActors' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateProcessor) == 0x000088, "Member 'UAnimSharingInstance::StateProcessor' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, UsedAnimationSequences) == 0x0000C8, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000E8, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F0, "Member 'UAnimSharingInstance::SharingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_AnimationSharingEnabled \ +static_assert(alignof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong alignment on AnimationSharingManager_AnimationSharingEnabled"); \ +static_assert(sizeof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong size on AnimationSharingManager_AnimationSharingEnabled"); \ +static_assert(offsetof(AnimationSharingManager_AnimationSharingEnabled, ReturnValue) == 0x000000, "Member 'AnimationSharingManager_AnimationSharingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_CreateAnimationSharingManager \ +static_assert(alignof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_CreateAnimationSharingManager"); \ +static_assert(sizeof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000018, "Wrong size on AnimationSharingManager_CreateAnimationSharingManager"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_CreateAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, Setup) == 0x000008, "Member 'AnimationSharingManager_CreateAnimationSharingManager::Setup' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, ReturnValue) == 0x000010, "Member 'AnimationSharingManager_CreateAnimationSharingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_GetAnimationSharingManager \ +static_assert(alignof(AnimationSharingManager_GetAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_GetAnimationSharingManager"); \ +static_assert(sizeof(AnimationSharingManager_GetAnimationSharingManager) == 0x000010, "Wrong size on AnimationSharingManager_GetAnimationSharingManager"); \ +static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_GetAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, ReturnValue) == 0x000008, "Member 'AnimationSharingManager_GetAnimationSharingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_RegisterActorWithSkeletonBP \ +static_assert(alignof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000008, "Wrong alignment on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ +static_assert(sizeof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000010, "Wrong size on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ +static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, InActor) == 0x000000, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::InActor' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, SharingSkeleton) == 0x000008, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::SharingSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingManager \ +static_assert(alignof(UAnimationSharingManager) == 0x000008, "Wrong alignment on UAnimationSharingManager"); \ +static_assert(sizeof(UAnimationSharingManager) == 0x000088, "Wrong size on UAnimationSharingManager"); \ +static_assert(offsetof(UAnimationSharingManager, Skeletons) == 0x000028, "Member 'UAnimationSharingManager::Skeletons' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingManager, PerSkeletonData) == 0x000038, "Member 'UAnimationSharingManager::PerSkeletonData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingSetup \ +static_assert(alignof(UAnimationSharingSetup) == 0x000008, "Wrong alignment on UAnimationSharingSetup"); \ +static_assert(sizeof(UAnimationSharingSetup) == 0x000048, "Wrong size on UAnimationSharingSetup"); \ +static_assert(offsetof(UAnimationSharingSetup, SkeletonSetups) == 0x000028, "Member 'UAnimationSharingSetup::SkeletonSetups' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingSetup, ScalabilitySettings) == 0x000038, "Member 'UAnimationSharingSetup::ScalabilitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingStateProcessor_GetAnimationStateEnum \ +static_assert(alignof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ +static_assert(sizeof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong size on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ +static_assert(offsetof(AnimationSharingStateProcessor_GetAnimationStateEnum, ReturnValue) == 0x000000, "Member 'AnimationSharingStateProcessor_GetAnimationStateEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingStateProcessor_ProcessActorState \ +static_assert(alignof(AnimationSharingStateProcessor_ProcessActorState) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_ProcessActorState"); \ +static_assert(sizeof(AnimationSharingStateProcessor_ProcessActorState) == 0x000018, "Wrong size on AnimationSharingStateProcessor_ProcessActorState"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OutState) == 0x000000, "Member 'AnimationSharingStateProcessor_ProcessActorState::OutState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, InActor) == 0x000008, "Member 'AnimationSharingStateProcessor_ProcessActorState::InActor' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, CurrentState) == 0x000010, "Member 'AnimationSharingStateProcessor_ProcessActorState::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OnDemandState) == 0x000011, "Member 'AnimationSharingStateProcessor_ProcessActorState::OnDemandState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, bShouldProcess) == 0x000012, "Member 'AnimationSharingStateProcessor_ProcessActorState::bShouldProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingStateProcessor \ +static_assert(alignof(UAnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UAnimationSharingStateProcessor"); \ +static_assert(sizeof(UAnimationSharingStateProcessor) == 0x000050, "Wrong size on UAnimationSharingStateProcessor"); \ +static_assert(offsetof(UAnimationSharingStateProcessor, AnimationStateEnum) == 0x000028, "Member 'UAnimationSharingStateProcessor::AnimationStateEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USignificanceManager \ +static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ +static_assert(sizeof(USignificanceManager) == 0x000120, "Wrong size on USignificanceManager"); \ +static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000108, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Cowboy_C \ +static_assert(alignof(ABP_CM_Hat_Cowboy_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Cowboy_C"); \ +static_assert(sizeof(ABP_CM_Hat_Cowboy_C) == 0x000240, "Wrong size on ABP_CM_Hat_Cowboy_C"); \ +static_assert(offsetof(ABP_CM_Hat_Cowboy_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Cowboy_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMyPluginStruct \ +static_assert(alignof(FMyPluginStruct) == 0x000008, "Wrong alignment on FMyPluginStruct"); \ +static_assert(sizeof(FMyPluginStruct) == 0x000010, "Wrong size on FMyPluginStruct"); \ +static_assert(offsetof(FMyPluginStruct, TestString) == 0x000000, "Member 'FMyPluginStruct::TestString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMyPluginObject \ +static_assert(alignof(UMyPluginObject) == 0x000008, "Wrong alignment on UMyPluginObject"); \ +static_assert(sizeof(UMyPluginObject) == 0x000038, "Wrong size on UMyPluginObject"); \ +static_assert(offsetof(UMyPluginObject, MyStruct) == 0x000028, "Member 'UMyPluginObject::MyStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ +static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ +static_assert(sizeof(UAudioCurveSourceComponent) == 0x0008A0, "Wrong size on UAudioCurveSourceComponent"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000868, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000870, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraLookatTrackingSettingsTemplate \ +static_assert(alignof(FDatasmithCameraLookatTrackingSettingsTemplate) == 0x000008, "Wrong alignment on FDatasmithCameraLookatTrackingSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraLookatTrackingSettingsTemplate) == 0x000030, "Wrong size on FDatasmithCameraLookatTrackingSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraLookatTrackingSettingsTemplate, ActorToTrack) == 0x000008, "Member 'FDatasmithCameraLookatTrackingSettingsTemplate::ActorToTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithPostProcessSettingsTemplate \ +static_assert(alignof(FDatasmithPostProcessSettingsTemplate) == 0x000010, "Wrong alignment on FDatasmithPostProcessSettingsTemplate"); \ +static_assert(sizeof(FDatasmithPostProcessSettingsTemplate) == 0x000040, "Wrong size on FDatasmithPostProcessSettingsTemplate"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, WhiteTemp) == 0x000008, "Member 'FDatasmithPostProcessSettingsTemplate::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, VignetteIntensity) == 0x00000C, "Member 'FDatasmithPostProcessSettingsTemplate::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, FilmWhitePoint) == 0x000010, "Member 'FDatasmithPostProcessSettingsTemplate::FilmWhitePoint' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, ColorSaturation) == 0x000020, "Member 'FDatasmithPostProcessSettingsTemplate::ColorSaturation' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, AutoExposureMethod) == 0x000030, "Member 'FDatasmithPostProcessSettingsTemplate::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, CameraISO) == 0x000034, "Member 'FDatasmithPostProcessSettingsTemplate::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, CameraShutterSpeed) == 0x000038, "Member 'FDatasmithPostProcessSettingsTemplate::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, DepthOfFieldFstop) == 0x00003C, "Member 'FDatasmithPostProcessSettingsTemplate::DepthOfFieldFstop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraFocusSettingsTemplate \ +static_assert(alignof(FDatasmithCameraFocusSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraFocusSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraFocusSettingsTemplate) == 0x000008, "Wrong size on FDatasmithCameraFocusSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraFocusSettingsTemplate, FocusMethod) == 0x000000, "Member 'FDatasmithCameraFocusSettingsTemplate::FocusMethod' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithCameraFocusSettingsTemplate, ManualFocusDistance) == 0x000004, "Member 'FDatasmithCameraFocusSettingsTemplate::ManualFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraLensSettingsTemplate \ +static_assert(alignof(FDatasmithCameraLensSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraLensSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraLensSettingsTemplate) == 0x000004, "Wrong size on FDatasmithCameraLensSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraLensSettingsTemplate, MaxFStop) == 0x000000, "Member 'FDatasmithCameraLensSettingsTemplate::MaxFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraFilmbackSettingsTemplate \ +static_assert(alignof(FDatasmithCameraFilmbackSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraFilmbackSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraFilmbackSettingsTemplate) == 0x000008, "Wrong size on FDatasmithCameraFilmbackSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraFilmbackSettingsTemplate, SensorWidth) == 0x000000, "Member 'FDatasmithCameraFilmbackSettingsTemplate::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithCameraFilmbackSettingsTemplate, SensorHeight) == 0x000004, "Member 'FDatasmithCameraFilmbackSettingsTemplate::SensorHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithTessellationOptions \ +static_assert(alignof(FDatasmithTessellationOptions) == 0x000004, "Wrong alignment on FDatasmithTessellationOptions"); \ +static_assert(sizeof(FDatasmithTessellationOptions) == 0x000010, "Wrong size on FDatasmithTessellationOptions"); \ +static_assert(offsetof(FDatasmithTessellationOptions, ChordTolerance) == 0x000000, "Member 'FDatasmithTessellationOptions::ChordTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithTessellationOptions, MaxEdgeLength) == 0x000004, "Member 'FDatasmithTessellationOptions::MaxEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithTessellationOptions, NormalTolerance) == 0x000008, "Member 'FDatasmithTessellationOptions::NormalTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithTessellationOptions, StitchingTechnique) == 0x00000C, "Member 'FDatasmithTessellationOptions::StitchingTechnique' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithRetessellationOptions \ +static_assert(alignof(FDatasmithRetessellationOptions) == 0x000004, "Wrong alignment on FDatasmithRetessellationOptions"); \ +static_assert(sizeof(FDatasmithRetessellationOptions) == 0x000014, "Wrong size on FDatasmithRetessellationOptions"); \ +static_assert(offsetof(FDatasmithRetessellationOptions, RetessellationRule) == 0x000010, "Member 'FDatasmithRetessellationOptions::RetessellationRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UDatasmithAssetImportData \ +static_assert(alignof(UDatasmithAssetImportData) == 0x000008, "Wrong alignment on UDatasmithAssetImportData"); \ +static_assert(sizeof(UDatasmithAssetImportData) == 0x000028, "Wrong size on UDatasmithAssetImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshImportData \ +static_assert(alignof(UDatasmithStaticMeshImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshCADImportData \ +static_assert(alignof(UDatasmithStaticMeshCADImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshCADImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshCADImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshCADImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithObjectTemplate \ +static_assert(alignof(UDatasmithObjectTemplate) == 0x000008, "Wrong alignment on UDatasmithObjectTemplate"); \ +static_assert(sizeof(UDatasmithObjectTemplate) == 0x000030, "Wrong size on UDatasmithObjectTemplate"); \ + +#define DUMPER7_ASSERTS_UDatasmithActorTemplate \ +static_assert(alignof(UDatasmithActorTemplate) == 0x000008, "Wrong alignment on UDatasmithActorTemplate"); \ +static_assert(sizeof(UDatasmithActorTemplate) == 0x0000D0, "Wrong size on UDatasmithActorTemplate"); \ +static_assert(offsetof(UDatasmithActorTemplate, Layers) == 0x000030, "Member 'UDatasmithActorTemplate::Layers' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithActorTemplate, Tags) == 0x000080, "Member 'UDatasmithActorTemplate::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithAdditionalData \ +static_assert(alignof(UDatasmithAdditionalData) == 0x000008, "Wrong alignment on UDatasmithAdditionalData"); \ +static_assert(sizeof(UDatasmithAdditionalData) == 0x000028, "Wrong size on UDatasmithAdditionalData"); \ + +#define DUMPER7_ASSERTS_ADatasmithAreaLightActor \ +static_assert(alignof(ADatasmithAreaLightActor) == 0x000008, "Wrong alignment on ADatasmithAreaLightActor"); \ +static_assert(sizeof(ADatasmithAreaLightActor) == 0x000280, "Wrong size on ADatasmithAreaLightActor"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000228, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000229, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x00022A, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x00022C, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x000234, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x000238, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x00023C, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x00024C, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x000250, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x000258, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x00025C, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x000260, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x00026C, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x000270, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x000274, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x000278, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x00027C, "Member 'ADatasmithAreaLightActor::SpotlightOuterAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSceneImportData \ +static_assert(alignof(UDatasmithSceneImportData) == 0x000008, "Wrong alignment on UDatasmithSceneImportData"); \ +static_assert(sizeof(UDatasmithSceneImportData) == 0x000028, "Wrong size on UDatasmithSceneImportData"); \ + +#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_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_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_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_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_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_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_UDatasmithDeltaGenAssetImportData \ +static_assert(alignof(UDatasmithDeltaGenAssetImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenAssetImportData"); \ +static_assert(sizeof(UDatasmithDeltaGenAssetImportData) == 0x000028, "Wrong size on UDatasmithDeltaGenAssetImportData"); \ + +#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_UDatasmithIFCSceneImportData \ +static_assert(alignof(UDatasmithIFCSceneImportData) == 0x000008, "Wrong alignment on UDatasmithIFCSceneImportData"); \ +static_assert(sizeof(UDatasmithIFCSceneImportData) == 0x000028, "Wrong size on UDatasmithIFCSceneImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshIFCImportData \ +static_assert(alignof(UDatasmithStaticMeshIFCImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshIFCImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshIFCImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshIFCImportData"); \ +static_assert(offsetof(UDatasmithStaticMeshIFCImportData, SourceGlobalId) == 0x000028, "Member 'UDatasmithStaticMeshIFCImportData::SourceGlobalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithAssetUserData \ +static_assert(alignof(UDatasmithAssetUserData) == 0x000008, "Wrong alignment on UDatasmithAssetUserData"); \ +static_assert(sizeof(UDatasmithAssetUserData) == 0x000078, "Wrong size on UDatasmithAssetUserData"); \ +static_assert(offsetof(UDatasmithAssetUserData, MetaData) == 0x000028, "Member 'UDatasmithAssetUserData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithCineCameraActorTemplate \ +static_assert(alignof(UDatasmithCineCameraActorTemplate) == 0x000008, "Wrong alignment on UDatasmithCineCameraActorTemplate"); \ +static_assert(sizeof(UDatasmithCineCameraActorTemplate) == 0x000060, "Wrong size on UDatasmithCineCameraActorTemplate"); \ +static_assert(offsetof(UDatasmithCineCameraActorTemplate, LookatTrackingSettings) == 0x000030, "Member 'UDatasmithCineCameraActorTemplate::LookatTrackingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithCineCameraComponentTemplate \ +static_assert(alignof(UDatasmithCineCameraComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithCineCameraComponentTemplate"); \ +static_assert(sizeof(UDatasmithCineCameraComponentTemplate) == 0x000090, "Wrong size on UDatasmithCineCameraComponentTemplate"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FilmbackSettings) == 0x000030, "Member 'UDatasmithCineCameraComponentTemplate::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, LensSettings) == 0x000038, "Member 'UDatasmithCineCameraComponentTemplate::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FocusSettings) == 0x00003C, "Member 'UDatasmithCineCameraComponentTemplate::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentFocalLength) == 0x000044, "Member 'UDatasmithCineCameraComponentTemplate::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentAperture) == 0x000048, "Member 'UDatasmithCineCameraComponentTemplate::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, PostProcessSettings) == 0x000050, "Member 'UDatasmithCineCameraComponentTemplate::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserData \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000010, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, ReturnValue) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000038, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, StringToMatch) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::StringToMatch' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutKeys) == 0x000018, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutKeys' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutValues) == 0x000028, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000020, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Key) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Key' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, ReturnValue) == 0x000010, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithContentBlueprintLibrary \ +static_assert(alignof(UDatasmithContentBlueprintLibrary) == 0x000008, "Wrong alignment on UDatasmithContentBlueprintLibrary"); \ +static_assert(sizeof(UDatasmithContentBlueprintLibrary) == 0x000028, "Wrong size on UDatasmithContentBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UDatasmithCustomActionBase \ +static_assert(alignof(UDatasmithCustomActionBase) == 0x000008, "Wrong alignment on UDatasmithCustomActionBase"); \ +static_assert(sizeof(UDatasmithCustomActionBase) == 0x000030, "Wrong size on UDatasmithCustomActionBase"); \ + +#define DUMPER7_ASSERTS_UDatasmithDecalComponentTemplate \ +static_assert(alignof(UDatasmithDecalComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithDecalComponentTemplate"); \ +static_assert(sizeof(UDatasmithDecalComponentTemplate) == 0x000048, "Wrong size on UDatasmithDecalComponentTemplate"); \ +static_assert(offsetof(UDatasmithDecalComponentTemplate, SortOrder) == 0x000030, "Member 'UDatasmithDecalComponentTemplate::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDecalComponentTemplate, DecalSize) == 0x000034, "Member 'UDatasmithDecalComponentTemplate::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDecalComponentTemplate, Material) == 0x000040, "Member 'UDatasmithDecalComponentTemplate::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithImportedSequencesActor_PlayLevelSequence \ +static_assert(alignof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong alignment on DatasmithImportedSequencesActor_PlayLevelSequence"); \ +static_assert(sizeof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong size on DatasmithImportedSequencesActor_PlayLevelSequence"); \ +static_assert(offsetof(DatasmithImportedSequencesActor_PlayLevelSequence, SequenceToPlay) == 0x000000, "Member 'DatasmithImportedSequencesActor_PlayLevelSequence::SequenceToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADatasmithImportedSequencesActor \ +static_assert(alignof(ADatasmithImportedSequencesActor) == 0x000008, "Wrong alignment on ADatasmithImportedSequencesActor"); \ +static_assert(sizeof(ADatasmithImportedSequencesActor) == 0x000238, "Wrong size on ADatasmithImportedSequencesActor"); \ +static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000228, "Member 'ADatasmithImportedSequencesActor::ImportedSequences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithOptionsBase \ +static_assert(alignof(UDatasmithOptionsBase) == 0x000008, "Wrong alignment on UDatasmithOptionsBase"); \ +static_assert(sizeof(UDatasmithOptionsBase) == 0x000028, "Wrong size on UDatasmithOptionsBase"); \ + +#define DUMPER7_ASSERTS_UDatasmithCommonTessellationOptions \ +static_assert(alignof(UDatasmithCommonTessellationOptions) == 0x000008, "Wrong alignment on UDatasmithCommonTessellationOptions"); \ +static_assert(sizeof(UDatasmithCommonTessellationOptions) == 0x000038, "Wrong size on UDatasmithCommonTessellationOptions"); \ +static_assert(offsetof(UDatasmithCommonTessellationOptions, Options) == 0x000028, "Member 'UDatasmithCommonTessellationOptions::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithImportOptions \ +static_assert(alignof(UDatasmithImportOptions) == 0x000008, "Wrong alignment on UDatasmithImportOptions"); \ +static_assert(sizeof(UDatasmithImportOptions) == 0x000070, "Wrong size on UDatasmithImportOptions"); \ +static_assert(offsetof(UDatasmithImportOptions, SearchPackagePolicy) == 0x000028, "Member 'UDatasmithImportOptions::SearchPackagePolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, MaterialConflictPolicy) == 0x000029, "Member 'UDatasmithImportOptions::MaterialConflictPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, TextureConflictPolicy) == 0x00002A, "Member 'UDatasmithImportOptions::TextureConflictPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, StaticMeshActorImportPolicy) == 0x00002B, "Member 'UDatasmithImportOptions::StaticMeshActorImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, LightImportPolicy) == 0x00002C, "Member 'UDatasmithImportOptions::LightImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, CameraImportPolicy) == 0x00002D, "Member 'UDatasmithImportOptions::CameraImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, OtherActorImportPolicy) == 0x00002E, "Member 'UDatasmithImportOptions::OtherActorImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, MaterialQuality) == 0x00002F, "Member 'UDatasmithImportOptions::MaterialQuality' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, BaseOptions) == 0x000030, "Member 'UDatasmithImportOptions::BaseOptions' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, ReimportOptions) == 0x000044, "Member 'UDatasmithImportOptions::ReimportOptions' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, Filename) == 0x000048, "Member 'UDatasmithImportOptions::Filename' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, FilePath) == 0x000058, "Member 'UDatasmithImportOptions::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithLandscapeTemplate \ +static_assert(alignof(UDatasmithLandscapeTemplate) == 0x000008, "Wrong alignment on UDatasmithLandscapeTemplate"); \ +static_assert(sizeof(UDatasmithLandscapeTemplate) == 0x000040, "Wrong size on UDatasmithLandscapeTemplate"); \ +static_assert(offsetof(UDatasmithLandscapeTemplate, LandscapeMaterial) == 0x000030, "Member 'UDatasmithLandscapeTemplate::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLandscapeTemplate, StaticLightingLOD) == 0x000038, "Member 'UDatasmithLandscapeTemplate::StaticLightingLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithLightComponentTemplate \ +static_assert(alignof(UDatasmithLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithLightComponentTemplate) == 0x000068, "Wrong size on UDatasmithLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, Intensity) == 0x000038, "Member 'UDatasmithLightComponentTemplate::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, Temperature) == 0x00003C, "Member 'UDatasmithLightComponentTemplate::Temperature' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, IESBrightnessScale) == 0x000040, "Member 'UDatasmithLightComponentTemplate::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, LightColor) == 0x000044, "Member 'UDatasmithLightComponentTemplate::LightColor' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, LightFunctionMaterial) == 0x000058, "Member 'UDatasmithLightComponentTemplate::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, IESTexture) == 0x000060, "Member 'UDatasmithLightComponentTemplate::IESTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithMaterialInstanceTemplate \ +static_assert(alignof(UDatasmithMaterialInstanceTemplate) == 0x000008, "Wrong alignment on UDatasmithMaterialInstanceTemplate"); \ +static_assert(sizeof(UDatasmithMaterialInstanceTemplate) == 0x000198, "Wrong size on UDatasmithMaterialInstanceTemplate"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, ParentMaterial) == 0x000030, "Member 'UDatasmithMaterialInstanceTemplate::ParentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, ScalarParameterValues) == 0x000058, "Member 'UDatasmithMaterialInstanceTemplate::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, VectorParameterValues) == 0x0000A8, "Member 'UDatasmithMaterialInstanceTemplate::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, TextureParameterValues) == 0x0000F8, "Member 'UDatasmithMaterialInstanceTemplate::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, StaticParameters) == 0x000148, "Member 'UDatasmithMaterialInstanceTemplate::StaticParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithPointLightComponentTemplate \ +static_assert(alignof(UDatasmithPointLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithPointLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithPointLightComponentTemplate) == 0x000040, "Wrong size on UDatasmithPointLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, IntensityUnits) == 0x000030, "Member 'UDatasmithPointLightComponentTemplate::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, SourceRadius) == 0x000034, "Member 'UDatasmithPointLightComponentTemplate::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, SourceLength) == 0x000038, "Member 'UDatasmithPointLightComponentTemplate::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, AttenuationRadius) == 0x00003C, "Member 'UDatasmithPointLightComponentTemplate::AttenuationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithPostProcessVolumeTemplate \ +static_assert(alignof(UDatasmithPostProcessVolumeTemplate) == 0x000010, "Wrong alignment on UDatasmithPostProcessVolumeTemplate"); \ +static_assert(sizeof(UDatasmithPostProcessVolumeTemplate) == 0x000080, "Wrong size on UDatasmithPostProcessVolumeTemplate"); \ +static_assert(offsetof(UDatasmithPostProcessVolumeTemplate, Settings) == 0x000030, "Member 'UDatasmithPostProcessVolumeTemplate::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithScene \ +static_assert(alignof(UDatasmithScene) == 0x000008, "Wrong alignment on UDatasmithScene"); \ +static_assert(sizeof(UDatasmithScene) == 0x000030, "Wrong size on UDatasmithScene"); \ + +#define DUMPER7_ASSERTS_ADatasmithSceneActor \ +static_assert(alignof(ADatasmithSceneActor) == 0x000008, "Wrong alignment on ADatasmithSceneActor"); \ +static_assert(sizeof(ADatasmithSceneActor) == 0x000280, "Wrong size on ADatasmithSceneActor"); \ +static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000228, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000230, "Member 'ADatasmithSceneActor::RelatedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSceneComponentTemplate \ +static_assert(alignof(UDatasmithSceneComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithSceneComponentTemplate"); \ +static_assert(sizeof(UDatasmithSceneComponentTemplate) == 0x0000F0, "Wrong size on UDatasmithSceneComponentTemplate"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, RelativeTransform) == 0x000030, "Member 'UDatasmithSceneComponentTemplate::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, Mobility) == 0x000060, "Member 'UDatasmithSceneComponentTemplate::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, AttachParent) == 0x000068, "Member 'UDatasmithSceneComponentTemplate::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, bVisible) == 0x000090, "Member 'UDatasmithSceneComponentTemplate::bVisible' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, Tags) == 0x000098, "Member 'UDatasmithSceneComponentTemplate::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSkyLightComponentTemplate \ +static_assert(alignof(UDatasmithSkyLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithSkyLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithSkyLightComponentTemplate) == 0x000040, "Wrong size on UDatasmithSkyLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithSkyLightComponentTemplate, SourceType) == 0x000030, "Member 'UDatasmithSkyLightComponentTemplate::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSkyLightComponentTemplate, CubemapResolution) == 0x000034, "Member 'UDatasmithSkyLightComponentTemplate::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSkyLightComponentTemplate, Cubemap) == 0x000038, "Member 'UDatasmithSkyLightComponentTemplate::Cubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSpotLightComponentTemplate \ +static_assert(alignof(UDatasmithSpotLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithSpotLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithSpotLightComponentTemplate) == 0x000038, "Wrong size on UDatasmithSpotLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithSpotLightComponentTemplate, InnerConeAngle) == 0x000030, "Member 'UDatasmithSpotLightComponentTemplate::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSpotLightComponentTemplate, OuterConeAngle) == 0x000034, "Member 'UDatasmithSpotLightComponentTemplate::OuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshComponentTemplate \ +static_assert(alignof(UDatasmithStaticMeshComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithStaticMeshComponentTemplate"); \ +static_assert(sizeof(UDatasmithStaticMeshComponentTemplate) == 0x000048, "Wrong size on UDatasmithStaticMeshComponentTemplate"); \ +static_assert(offsetof(UDatasmithStaticMeshComponentTemplate, StaticMesh) == 0x000030, "Member 'UDatasmithStaticMeshComponentTemplate::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshComponentTemplate, OverrideMaterials) == 0x000038, "Member 'UDatasmithStaticMeshComponentTemplate::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshTemplate \ +static_assert(alignof(UDatasmithStaticMeshTemplate) == 0x000008, "Wrong alignment on UDatasmithStaticMeshTemplate"); \ +static_assert(sizeof(UDatasmithStaticMeshTemplate) == 0x0000A8, "Wrong size on UDatasmithStaticMeshTemplate"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, SectionInfoMap) == 0x000030, "Member 'UDatasmithStaticMeshTemplate::SectionInfoMap' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, LightMapCoordinateIndex) == 0x000080, "Member 'UDatasmithStaticMeshTemplate::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, LightMapResolution) == 0x000084, "Member 'UDatasmithStaticMeshTemplate::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, BuildSettings) == 0x000088, "Member 'UDatasmithStaticMeshTemplate::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, StaticMaterials) == 0x000098, "Member 'UDatasmithStaticMeshTemplate::StaticMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionCaller \ +static_assert(alignof(FFunctionCaller) == 0x000004, "Wrong alignment on FFunctionCaller"); \ +static_assert(sizeof(FFunctionCaller) == 0x000008, "Wrong size on FFunctionCaller"); \ +static_assert(offsetof(FFunctionCaller, FunctionName) == 0x000000, "Member 'FFunctionCaller::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedPropSegment \ +static_assert(alignof(FCapturedPropSegment) == 0x000008, "Wrong alignment on FCapturedPropSegment"); \ +static_assert(sizeof(FCapturedPropSegment) == 0x000028, "Wrong size on FCapturedPropSegment"); \ +static_assert(offsetof(FCapturedPropSegment, PropertyName) == 0x000000, "Member 'FCapturedPropSegment::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FCapturedPropSegment, PropertyIndex) == 0x000010, "Member 'FCapturedPropSegment::PropertyIndex' has a wrong offset!"); \ +static_assert(offsetof(FCapturedPropSegment, ComponentName) == 0x000018, "Member 'FCapturedPropSegment::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVariantDependency \ +static_assert(alignof(FVariantDependency) == 0x000008, "Wrong alignment on FVariantDependency"); \ +static_assert(sizeof(FVariantDependency) == 0x000058, "Wrong size on FVariantDependency"); \ +static_assert(offsetof(FVariantDependency, VariantSet) == 0x000000, "Member 'FVariantDependency::VariantSet' has a wrong offset!"); \ +static_assert(offsetof(FVariantDependency, Variant) == 0x000028, "Member 'FVariantDependency::Variant' has a wrong offset!"); \ +static_assert(offsetof(FVariantDependency, bEnabled) == 0x000050, "Member 'FVariantDependency::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSets_GetNumVariantSets \ +static_assert(alignof(LevelVariantSets_GetNumVariantSets) == 0x000004, "Wrong alignment on LevelVariantSets_GetNumVariantSets"); \ +static_assert(sizeof(LevelVariantSets_GetNumVariantSets) == 0x000004, "Wrong size on LevelVariantSets_GetNumVariantSets"); \ +static_assert(offsetof(LevelVariantSets_GetNumVariantSets, ReturnValue) == 0x000000, "Member 'LevelVariantSets_GetNumVariantSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSets_GetVariantSet \ +static_assert(alignof(LevelVariantSets_GetVariantSet) == 0x000008, "Wrong alignment on LevelVariantSets_GetVariantSet"); \ +static_assert(sizeof(LevelVariantSets_GetVariantSet) == 0x000010, "Wrong size on LevelVariantSets_GetVariantSet"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSet, VariantSetIndex) == 0x000000, "Member 'LevelVariantSets_GetVariantSet::VariantSetIndex' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSet, ReturnValue) == 0x000008, "Member 'LevelVariantSets_GetVariantSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSets_GetVariantSetByName \ +static_assert(alignof(LevelVariantSets_GetVariantSetByName) == 0x000008, "Wrong alignment on LevelVariantSets_GetVariantSetByName"); \ +static_assert(sizeof(LevelVariantSets_GetVariantSetByName) == 0x000018, "Wrong size on LevelVariantSets_GetVariantSetByName"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSetByName, VariantSetName) == 0x000000, "Member 'LevelVariantSets_GetVariantSetByName::VariantSetName' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSetByName, ReturnValue) == 0x000010, "Member 'LevelVariantSets_GetVariantSetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelVariantSets \ +static_assert(alignof(ULevelVariantSets) == 0x000008, "Wrong alignment on ULevelVariantSets"); \ +static_assert(sizeof(ULevelVariantSets) == 0x000090, "Wrong size on ULevelVariantSets"); \ +static_assert(offsetof(ULevelVariantSets, DirectorClass) == 0x000028, "Member 'ULevelVariantSets::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelVariantSets, VariantSets) == 0x000030, "Member 'ULevelVariantSets::VariantSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_GetLevelVariantSets \ +static_assert(alignof(LevelVariantSetsActor_GetLevelVariantSets) == 0x000008, "Wrong alignment on LevelVariantSetsActor_GetLevelVariantSets"); \ +static_assert(sizeof(LevelVariantSetsActor_GetLevelVariantSets) == 0x000010, "Wrong size on LevelVariantSetsActor_GetLevelVariantSets"); \ +static_assert(offsetof(LevelVariantSetsActor_GetLevelVariantSets, bLoad) == 0x000000, "Member 'LevelVariantSetsActor_GetLevelVariantSets::bLoad' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_GetLevelVariantSets, ReturnValue) == 0x000008, "Member 'LevelVariantSetsActor_GetLevelVariantSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_SetLevelVariantSets \ +static_assert(alignof(LevelVariantSetsActor_SetLevelVariantSets) == 0x000008, "Wrong alignment on LevelVariantSetsActor_SetLevelVariantSets"); \ +static_assert(sizeof(LevelVariantSetsActor_SetLevelVariantSets) == 0x000008, "Wrong size on LevelVariantSetsActor_SetLevelVariantSets"); \ +static_assert(offsetof(LevelVariantSetsActor_SetLevelVariantSets, InVariantSets) == 0x000000, "Member 'LevelVariantSetsActor_SetLevelVariantSets::InVariantSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_SwitchOnVariantByIndex \ +static_assert(alignof(LevelVariantSetsActor_SwitchOnVariantByIndex) == 0x000004, "Wrong alignment on LevelVariantSetsActor_SwitchOnVariantByIndex"); \ +static_assert(sizeof(LevelVariantSetsActor_SwitchOnVariantByIndex) == 0x00000C, "Wrong size on LevelVariantSetsActor_SwitchOnVariantByIndex"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByIndex, VariantSetIndex) == 0x000000, "Member 'LevelVariantSetsActor_SwitchOnVariantByIndex::VariantSetIndex' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByIndex, VariantIndex) == 0x000004, "Member 'LevelVariantSetsActor_SwitchOnVariantByIndex::VariantIndex' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByIndex, ReturnValue) == 0x000008, "Member 'LevelVariantSetsActor_SwitchOnVariantByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_SwitchOnVariantByName \ +static_assert(alignof(LevelVariantSetsActor_SwitchOnVariantByName) == 0x000008, "Wrong alignment on LevelVariantSetsActor_SwitchOnVariantByName"); \ +static_assert(sizeof(LevelVariantSetsActor_SwitchOnVariantByName) == 0x000028, "Wrong size on LevelVariantSetsActor_SwitchOnVariantByName"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByName, VariantSetName) == 0x000000, "Member 'LevelVariantSetsActor_SwitchOnVariantByName::VariantSetName' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByName, VariantName) == 0x000010, "Member 'LevelVariantSetsActor_SwitchOnVariantByName::VariantName' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByName, ReturnValue) == 0x000020, "Member 'LevelVariantSetsActor_SwitchOnVariantByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelVariantSetsActor \ +static_assert(alignof(ALevelVariantSetsActor) == 0x000008, "Wrong alignment on ALevelVariantSetsActor"); \ +static_assert(sizeof(ALevelVariantSetsActor) == 0x000290, "Wrong size on ALevelVariantSetsActor"); \ +static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000228, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x000240, "Member 'ALevelVariantSetsActor::DirectorInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelVariantSetsFunctionDirector \ +static_assert(alignof(ULevelVariantSetsFunctionDirector) == 0x000008, "Wrong alignment on ULevelVariantSetsFunctionDirector"); \ +static_assert(sizeof(ULevelVariantSetsFunctionDirector) == 0x000040, "Wrong size on ULevelVariantSetsFunctionDirector"); \ + +#define DUMPER7_ASSERTS_PropertyValue_GetFullDisplayString \ +static_assert(alignof(PropertyValue_GetFullDisplayString) == 0x000008, "Wrong alignment on PropertyValue_GetFullDisplayString"); \ +static_assert(sizeof(PropertyValue_GetFullDisplayString) == 0x000010, "Wrong size on PropertyValue_GetFullDisplayString"); \ +static_assert(offsetof(PropertyValue_GetFullDisplayString, ReturnValue) == 0x000000, "Member 'PropertyValue_GetFullDisplayString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_GetPropertyTooltip \ +static_assert(alignof(PropertyValue_GetPropertyTooltip) == 0x000008, "Wrong alignment on PropertyValue_GetPropertyTooltip"); \ +static_assert(sizeof(PropertyValue_GetPropertyTooltip) == 0x000018, "Wrong size on PropertyValue_GetPropertyTooltip"); \ +static_assert(offsetof(PropertyValue_GetPropertyTooltip, ReturnValue) == 0x000000, "Member 'PropertyValue_GetPropertyTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_HasRecordedData \ +static_assert(alignof(PropertyValue_HasRecordedData) == 0x000001, "Wrong alignment on PropertyValue_HasRecordedData"); \ +static_assert(sizeof(PropertyValue_HasRecordedData) == 0x000001, "Wrong size on PropertyValue_HasRecordedData"); \ +static_assert(offsetof(PropertyValue_HasRecordedData, ReturnValue) == 0x000000, "Member 'PropertyValue_HasRecordedData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValue \ +static_assert(alignof(UPropertyValue) == 0x000008, "Wrong alignment on UPropertyValue"); \ +static_assert(sizeof(UPropertyValue) == 0x0001B8, "Wrong size on UPropertyValue"); \ +static_assert(offsetof(UPropertyValue, Properties) == 0x000088, "Member 'UPropertyValue::Properties' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertyIndices) == 0x000098, "Member 'UPropertyValue::PropertyIndices' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, CapturedPropSegments) == 0x0000A8, "Member 'UPropertyValue::CapturedPropSegments' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, FullDisplayString) == 0x0000B8, "Member 'UPropertyValue::FullDisplayString' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterName) == 0x0000C8, "Member 'UPropertyValue::PropertySetterName' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterParameterDefaults) == 0x0000D0, "Member 'UPropertyValue::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, bHasRecordedData) == 0x000120, "Member 'UPropertyValue::bHasRecordedData' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, LeafPropertyClass) == 0x000128, "Member 'UPropertyValue::LeafPropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, ValueBytes) == 0x000138, "Member 'UPropertyValue::ValueBytes' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropCategory) == 0x000148, "Member 'UPropertyValue::PropCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValueTransform \ +static_assert(alignof(UPropertyValueTransform) == 0x000008, "Wrong alignment on UPropertyValueTransform"); \ +static_assert(sizeof(UPropertyValueTransform) == 0x0001B8, "Wrong size on UPropertyValueTransform"); \ + +#define DUMPER7_ASSERTS_UPropertyValueVisibility \ +static_assert(alignof(UPropertyValueVisibility) == 0x000008, "Wrong alignment on UPropertyValueVisibility"); \ +static_assert(sizeof(UPropertyValueVisibility) == 0x0001B8, "Wrong size on UPropertyValueVisibility"); \ + +#define DUMPER7_ASSERTS_UPropertyValueColor \ +static_assert(alignof(UPropertyValueColor) == 0x000008, "Wrong alignment on UPropertyValueColor"); \ +static_assert(sizeof(UPropertyValueColor) == 0x0001B8, "Wrong size on UPropertyValueColor"); \ + +#define DUMPER7_ASSERTS_UPropertyValueMaterial \ +static_assert(alignof(UPropertyValueMaterial) == 0x000008, "Wrong alignment on UPropertyValueMaterial"); \ +static_assert(sizeof(UPropertyValueMaterial) == 0x0001B8, "Wrong size on UPropertyValueMaterial"); \ + +#define DUMPER7_ASSERTS_UPropertyValueOption \ +static_assert(alignof(UPropertyValueOption) == 0x000008, "Wrong alignment on UPropertyValueOption"); \ +static_assert(sizeof(UPropertyValueOption) == 0x0001B8, "Wrong size on UPropertyValueOption"); \ + +#define DUMPER7_ASSERTS_UPropertyValueSoftObject \ +static_assert(alignof(UPropertyValueSoftObject) == 0x000008, "Wrong alignment on UPropertyValueSoftObject"); \ +static_assert(sizeof(UPropertyValueSoftObject) == 0x0001B8, "Wrong size on UPropertyValueSoftObject"); \ + +#define DUMPER7_ASSERTS_SwitchActor_SelectOption \ +static_assert(alignof(SwitchActor_SelectOption) == 0x000004, "Wrong alignment on SwitchActor_SelectOption"); \ +static_assert(sizeof(SwitchActor_SelectOption) == 0x000004, "Wrong size on SwitchActor_SelectOption"); \ +static_assert(offsetof(SwitchActor_SelectOption, OptionIndex) == 0x000000, "Member 'SwitchActor_SelectOption::OptionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwitchActor_GetOptions \ +static_assert(alignof(SwitchActor_GetOptions) == 0x000008, "Wrong alignment on SwitchActor_GetOptions"); \ +static_assert(sizeof(SwitchActor_GetOptions) == 0x000010, "Wrong size on SwitchActor_GetOptions"); \ +static_assert(offsetof(SwitchActor_GetOptions, ReturnValue) == 0x000000, "Member 'SwitchActor_GetOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwitchActor_GetSelectedOption \ +static_assert(alignof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong alignment on SwitchActor_GetSelectedOption"); \ +static_assert(sizeof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong size on SwitchActor_GetSelectedOption"); \ +static_assert(offsetof(SwitchActor_GetSelectedOption, ReturnValue) == 0x000000, "Member 'SwitchActor_GetSelectedOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASwitchActor \ +static_assert(alignof(ASwitchActor) == 0x000008, "Wrong alignment on ASwitchActor"); \ +static_assert(sizeof(ASwitchActor) == 0x000250, "Wrong size on ASwitchActor"); \ +static_assert(offsetof(ASwitchActor, SceneComponent) == 0x000240, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x000248, "Member 'ASwitchActor::LastSelectedOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_AddDependency \ +static_assert(alignof(Variant_AddDependency) == 0x000008, "Wrong alignment on Variant_AddDependency"); \ +static_assert(sizeof(Variant_AddDependency) == 0x000060, "Wrong size on Variant_AddDependency"); \ +static_assert(offsetof(Variant_AddDependency, Dependency) == 0x000000, "Member 'Variant_AddDependency::Dependency' has a wrong offset!"); \ +static_assert(offsetof(Variant_AddDependency, ReturnValue) == 0x000058, "Member 'Variant_AddDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_DeleteDependency \ +static_assert(alignof(Variant_DeleteDependency) == 0x000004, "Wrong alignment on Variant_DeleteDependency"); \ +static_assert(sizeof(Variant_DeleteDependency) == 0x000004, "Wrong size on Variant_DeleteDependency"); \ +static_assert(offsetof(Variant_DeleteDependency, Index_0) == 0x000000, "Member 'Variant_DeleteDependency::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetActor \ +static_assert(alignof(Variant_GetActor) == 0x000008, "Wrong alignment on Variant_GetActor"); \ +static_assert(sizeof(Variant_GetActor) == 0x000010, "Wrong size on Variant_GetActor"); \ +static_assert(offsetof(Variant_GetActor, ActorIndex) == 0x000000, "Member 'Variant_GetActor::ActorIndex' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetActor, ReturnValue) == 0x000008, "Member 'Variant_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDependency \ +static_assert(alignof(Variant_GetDependency) == 0x000008, "Wrong alignment on Variant_GetDependency"); \ +static_assert(sizeof(Variant_GetDependency) == 0x000060, "Wrong size on Variant_GetDependency"); \ +static_assert(offsetof(Variant_GetDependency, Index_0) == 0x000000, "Member 'Variant_GetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependency, ReturnValue) == 0x000008, "Member 'Variant_GetDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDependents \ +static_assert(alignof(Variant_GetDependents) == 0x000008, "Wrong alignment on Variant_GetDependents"); \ +static_assert(sizeof(Variant_GetDependents) == 0x000020, "Wrong size on Variant_GetDependents"); \ +static_assert(offsetof(Variant_GetDependents, LevelVariantSets) == 0x000000, "Member 'Variant_GetDependents::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependents, bOnlyEnabledDependencies) == 0x000008, "Member 'Variant_GetDependents::bOnlyEnabledDependencies' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependents, ReturnValue) == 0x000010, "Member 'Variant_GetDependents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetNumActors \ +static_assert(alignof(Variant_GetNumActors) == 0x000004, "Wrong alignment on Variant_GetNumActors"); \ +static_assert(sizeof(Variant_GetNumActors) == 0x000004, "Wrong size on Variant_GetNumActors"); \ +static_assert(offsetof(Variant_GetNumActors, ReturnValue) == 0x000000, "Member 'Variant_GetNumActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetNumDependencies \ +static_assert(alignof(Variant_GetNumDependencies) == 0x000004, "Wrong alignment on Variant_GetNumDependencies"); \ +static_assert(sizeof(Variant_GetNumDependencies) == 0x000004, "Wrong size on Variant_GetNumDependencies"); \ +static_assert(offsetof(Variant_GetNumDependencies, ReturnValue) == 0x000000, "Member 'Variant_GetNumDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetParent \ +static_assert(alignof(Variant_GetParent) == 0x000008, "Wrong alignment on Variant_GetParent"); \ +static_assert(sizeof(Variant_GetParent) == 0x000008, "Wrong size on Variant_GetParent"); \ +static_assert(offsetof(Variant_GetParent, ReturnValue) == 0x000000, "Member 'Variant_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetThumbnail \ +static_assert(alignof(Variant_GetThumbnail) == 0x000008, "Wrong alignment on Variant_GetThumbnail"); \ +static_assert(sizeof(Variant_GetThumbnail) == 0x000008, "Wrong size on Variant_GetThumbnail"); \ +static_assert(offsetof(Variant_GetThumbnail, ReturnValue) == 0x000000, "Member 'Variant_GetThumbnail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_IsActive \ +static_assert(alignof(Variant_IsActive) == 0x000001, "Wrong alignment on Variant_IsActive"); \ +static_assert(sizeof(Variant_IsActive) == 0x000001, "Wrong size on Variant_IsActive"); \ +static_assert(offsetof(Variant_IsActive, ReturnValue) == 0x000000, "Member 'Variant_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetDependency \ +static_assert(alignof(Variant_SetDependency) == 0x000008, "Wrong alignment on Variant_SetDependency"); \ +static_assert(sizeof(Variant_SetDependency) == 0x000060, "Wrong size on Variant_SetDependency"); \ +static_assert(offsetof(Variant_SetDependency, Index_0) == 0x000000, "Member 'Variant_SetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetDependency, Dependency) == 0x000008, "Member 'Variant_SetDependency::Dependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetDisplayText \ +static_assert(alignof(Variant_SetDisplayText) == 0x000008, "Wrong alignment on Variant_SetDisplayText"); \ +static_assert(sizeof(Variant_SetDisplayText) == 0x000018, "Wrong size on Variant_SetDisplayText"); \ +static_assert(offsetof(Variant_SetDisplayText, NewDisplayText) == 0x000000, "Member 'Variant_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromCamera \ +static_assert(alignof(Variant_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on Variant_SetThumbnailFromCamera"); \ +static_assert(sizeof(Variant_SetThumbnailFromCamera) == 0x000050, "Wrong size on Variant_SetThumbnailFromCamera"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'Variant_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'Variant_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, FOVDegrees) == 0x000040, "Member 'Variant_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, MinZ) == 0x000044, "Member 'Variant_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, Gamma) == 0x000048, "Member 'Variant_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromFile \ +static_assert(alignof(Variant_SetThumbnailFromFile) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromFile"); \ +static_assert(sizeof(Variant_SetThumbnailFromFile) == 0x000010, "Wrong size on Variant_SetThumbnailFromFile"); \ +static_assert(offsetof(Variant_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'Variant_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromTexture \ +static_assert(alignof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromTexture"); \ +static_assert(sizeof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong size on Variant_SetThumbnailFromTexture"); \ +static_assert(offsetof(Variant_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'Variant_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDisplayText \ +static_assert(alignof(Variant_GetDisplayText) == 0x000008, "Wrong alignment on Variant_GetDisplayText"); \ +static_assert(sizeof(Variant_GetDisplayText) == 0x000018, "Wrong size on Variant_GetDisplayText"); \ +static_assert(offsetof(Variant_GetDisplayText, ReturnValue) == 0x000000, "Member 'Variant_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariant \ +static_assert(alignof(UVariant) == 0x000008, "Wrong alignment on UVariant"); \ +static_assert(sizeof(UVariant) == 0x000080, "Wrong size on UVariant"); \ +static_assert(offsetof(UVariant, Dependencies) == 0x000028, "Member 'UVariant::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UVariant, DisplayText) == 0x000038, "Member 'UVariant::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariant, ObjectBindings) == 0x000068, "Member 'UVariant::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UVariant, Thumbnail) == 0x000078, "Member 'UVariant::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantObjectBinding \ +static_assert(alignof(UVariantObjectBinding) == 0x000008, "Wrong alignment on UVariantObjectBinding"); \ +static_assert(sizeof(UVariantObjectBinding) == 0x000090, "Wrong size on UVariantObjectBinding"); \ +static_assert(offsetof(UVariantObjectBinding, CachedActorLabel) == 0x000028, "Member 'UVariantObjectBinding::CachedActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, ObjectPtr) == 0x000038, "Member 'UVariantObjectBinding::ObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, LazyObjectPtr) == 0x000050, "Member 'UVariantObjectBinding::LazyObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, CapturedProperties) == 0x000070, "Member 'UVariantObjectBinding::CapturedProperties' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, FunctionCallers) == 0x000080, "Member 'UVariantObjectBinding::FunctionCallers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetParent \ +static_assert(alignof(VariantSet_GetParent) == 0x000008, "Wrong alignment on VariantSet_GetParent"); \ +static_assert(sizeof(VariantSet_GetParent) == 0x000008, "Wrong size on VariantSet_GetParent"); \ +static_assert(offsetof(VariantSet_GetParent, ReturnValue) == 0x000000, "Member 'VariantSet_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetThumbnail \ +static_assert(alignof(VariantSet_GetThumbnail) == 0x000008, "Wrong alignment on VariantSet_GetThumbnail"); \ +static_assert(sizeof(VariantSet_GetThumbnail) == 0x000008, "Wrong size on VariantSet_GetThumbnail"); \ +static_assert(offsetof(VariantSet_GetThumbnail, ReturnValue) == 0x000000, "Member 'VariantSet_GetThumbnail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetVariant \ +static_assert(alignof(VariantSet_GetVariant) == 0x000008, "Wrong alignment on VariantSet_GetVariant"); \ +static_assert(sizeof(VariantSet_GetVariant) == 0x000010, "Wrong size on VariantSet_GetVariant"); \ +static_assert(offsetof(VariantSet_GetVariant, VariantIndex) == 0x000000, "Member 'VariantSet_GetVariant::VariantIndex' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_GetVariant, ReturnValue) == 0x000008, "Member 'VariantSet_GetVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetVariantByName \ +static_assert(alignof(VariantSet_GetVariantByName) == 0x000008, "Wrong alignment on VariantSet_GetVariantByName"); \ +static_assert(sizeof(VariantSet_GetVariantByName) == 0x000018, "Wrong size on VariantSet_GetVariantByName"); \ +static_assert(offsetof(VariantSet_GetVariantByName, VariantName) == 0x000000, "Member 'VariantSet_GetVariantByName::VariantName' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_GetVariantByName, ReturnValue) == 0x000010, "Member 'VariantSet_GetVariantByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetDisplayText \ +static_assert(alignof(VariantSet_SetDisplayText) == 0x000008, "Wrong alignment on VariantSet_SetDisplayText"); \ +static_assert(sizeof(VariantSet_SetDisplayText) == 0x000018, "Wrong size on VariantSet_SetDisplayText"); \ +static_assert(offsetof(VariantSet_SetDisplayText, NewDisplayText) == 0x000000, "Member 'VariantSet_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromCamera \ +static_assert(alignof(VariantSet_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on VariantSet_SetThumbnailFromCamera"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromCamera) == 0x000050, "Wrong size on VariantSet_SetThumbnailFromCamera"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'VariantSet_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'VariantSet_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, FOVDegrees) == 0x000040, "Member 'VariantSet_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, MinZ) == 0x000044, "Member 'VariantSet_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, Gamma) == 0x000048, "Member 'VariantSet_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromFile \ +static_assert(alignof(VariantSet_SetThumbnailFromFile) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromFile"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromFile) == 0x000010, "Wrong size on VariantSet_SetThumbnailFromFile"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'VariantSet_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromTexture \ +static_assert(alignof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromTexture"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong size on VariantSet_SetThumbnailFromTexture"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'VariantSet_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetDisplayText \ +static_assert(alignof(VariantSet_GetDisplayText) == 0x000008, "Wrong alignment on VariantSet_GetDisplayText"); \ +static_assert(sizeof(VariantSet_GetDisplayText) == 0x000018, "Wrong size on VariantSet_GetDisplayText"); \ +static_assert(offsetof(VariantSet_GetDisplayText, ReturnValue) == 0x000000, "Member 'VariantSet_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetNumVariants \ +static_assert(alignof(VariantSet_GetNumVariants) == 0x000004, "Wrong alignment on VariantSet_GetNumVariants"); \ +static_assert(sizeof(VariantSet_GetNumVariants) == 0x000004, "Wrong size on VariantSet_GetNumVariants"); \ +static_assert(offsetof(VariantSet_GetNumVariants, ReturnValue) == 0x000000, "Member 'VariantSet_GetNumVariants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantSet \ +static_assert(alignof(UVariantSet) == 0x000008, "Wrong alignment on UVariantSet"); \ +static_assert(sizeof(UVariantSet) == 0x000078, "Wrong size on UVariantSet"); \ +static_assert(offsetof(UVariantSet, DisplayText) == 0x000028, "Member 'UVariantSet::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, bExpanded) == 0x000058, "Member 'UVariantSet::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Variants) == 0x000060, "Member 'UVariantSet::Variants' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Thumbnail) == 0x000070, "Member 'UVariantSet::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_ReceiveTick \ +static_assert(alignof(Ability_RotCarry_C_ReceiveTick) == 0x000004, "Wrong alignment on Ability_RotCarry_C_ReceiveTick"); \ +static_assert(sizeof(Ability_RotCarry_C_ReceiveTick) == 0x000004, "Wrong size on Ability_RotCarry_C_ReceiveTick"); \ +static_assert(offsetof(Ability_RotCarry_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Ability_RotCarry_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_HandleDroppedItem \ +static_assert(alignof(Ability_RotCarry_C_HandleDroppedItem) == 0x000001, "Wrong alignment on Ability_RotCarry_C_HandleDroppedItem"); \ +static_assert(sizeof(Ability_RotCarry_C_HandleDroppedItem) == 0x000001, "Wrong size on Ability_RotCarry_C_HandleDroppedItem"); \ +static_assert(offsetof(Ability_RotCarry_C_HandleDroppedItem, WasSnapped) == 0x000000, "Member 'Ability_RotCarry_C_HandleDroppedItem::WasSnapped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_HandleTraceStateChanged \ +static_assert(alignof(Ability_RotCarry_C_HandleTraceStateChanged) == 0x000001, "Wrong alignment on Ability_RotCarry_C_HandleTraceStateChanged"); \ +static_assert(sizeof(Ability_RotCarry_C_HandleTraceStateChanged) == 0x000001, "Wrong size on Ability_RotCarry_C_HandleTraceStateChanged"); \ +static_assert(offsetof(Ability_RotCarry_C_HandleTraceStateChanged, Tracing) == 0x000000, "Member 'Ability_RotCarry_C_HandleTraceStateChanged::Tracing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_HandleMoveCompleted \ +static_assert(alignof(Ability_RotCarry_C_HandleMoveCompleted) == 0x000001, "Wrong alignment on Ability_RotCarry_C_HandleMoveCompleted"); \ +static_assert(sizeof(Ability_RotCarry_C_HandleMoveCompleted) == 0x000001, "Wrong size on Ability_RotCarry_C_HandleMoveCompleted"); \ +static_assert(offsetof(Ability_RotCarry_C_HandleMoveCompleted, Result) == 0x000000, "Member 'Ability_RotCarry_C_HandleMoveCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_HandlePickedUpItem \ +static_assert(alignof(Ability_RotCarry_C_HandlePickedUpItem) == 0x000008, "Wrong alignment on Ability_RotCarry_C_HandlePickedUpItem"); \ +static_assert(sizeof(Ability_RotCarry_C_HandlePickedUpItem) == 0x000008, "Wrong size on Ability_RotCarry_C_HandlePickedUpItem"); \ +static_assert(offsetof(Ability_RotCarry_C_HandlePickedUpItem, NewCarryable) == 0x000000, "Member 'Ability_RotCarry_C_HandlePickedUpItem::NewCarryable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry \ +static_assert(alignof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry) == 0x000008, "Wrong alignment on Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry"); \ +static_assert(sizeof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry) == 0x0002B0, "Wrong size on Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, EntryPoint) == 0x000000, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000004, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x000010, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Conv_FloatToVector_ReturnValue_2) == 0x00001C, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Conv_FloatToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00002C, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Get_Decal_Transform_Location) == 0x000038, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Get_Decal_Transform_Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Get_Decal_Transform_Rotation) == 0x000044, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Get_Decal_Transform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Get_Decal_Transform_Location_1) == 0x000050, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Get_Decal_Transform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Get_Decal_Transform_Rotation_1) == 0x00005C, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Get_Decal_Transform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000068, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F0, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0000FC, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_PostEventAtLocation_ReturnValue) == 0x000108, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00010C, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_MakeRotator_ReturnValue) == 0x000110, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_ComposeRotators_ReturnValue) == 0x00011C, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000128, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, K2Node_Event_WasSnapped) == 0x0001B0, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::K2Node_Event_WasSnapped' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, K2Node_Event_Tracing) == 0x0001B1, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::K2Node_Event_Tracing' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, K2Node_Event_Result) == 0x0001B2, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::K2Node_Event_Result' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0001B4, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_SelectColor_ReturnValue) == 0x0001B8, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001C8, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001D0, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_RLerp_ReturnValue) == 0x0001D4, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult_1) == 0x0001E0, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000268, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetMovementBaseActor_ReturnValue) == 0x000270, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetMovementBaseActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000278, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, K2Node_Event_NewCarryable) == 0x000280, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::K2Node_Event_NewCarryable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000288, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_IncrementValue_OutValue) == 0x000290, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_IncrementValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_IncrementValue_ReturnValue) == 0x000294, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_IncrementValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetValue_OutValue) == 0x000298, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetValue_ReturnValue) == 0x00029C, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_Less_IntInt_ReturnValue) == 0x00029D, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetOwner_ReturnValue) == 0x0002A0, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry, CallFunc_GetComponentByClass_ReturnValue) == 0x0002A8, "Member 'Ability_RotCarry_C_ExecuteUbergraph_Ability_RotCarry::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCarry_C_Get_Decal_Transform \ +static_assert(alignof(Ability_RotCarry_C_Get_Decal_Transform) == 0x000004, "Wrong alignment on Ability_RotCarry_C_Get_Decal_Transform"); \ +static_assert(sizeof(Ability_RotCarry_C_Get_Decal_Transform) == 0x000054, "Wrong size on Ability_RotCarry_C_Get_Decal_Transform"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, Location) == 0x000000, "Member 'Ability_RotCarry_C_Get_Decal_Transform::Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, Rotation) == 0x00000C, "Member 'Ability_RotCarry_C_Get_Decal_Transform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'Ability_RotCarry_C_Get_Decal_Transform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, CallFunc_GetAverageWaypointNormal_ReturnValue) == 0x000024, "Member 'Ability_RotCarry_C_Get_Decal_Transform::CallFunc_GetAverageWaypointNormal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, CallFunc_GetAverageWaypointLocation_ReturnValue) == 0x000030, "Member 'Ability_RotCarry_C_Get_Decal_Transform::CallFunc_GetAverageWaypointLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00003C, "Member 'Ability_RotCarry_C_Get_Decal_Transform::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCarry_C_Get_Decal_Transform, CallFunc_MakeRotFromXZ_ReturnValue) == 0x000048, "Member 'Ability_RotCarry_C_Get_Decal_Transform::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotCarry_C \ +static_assert(alignof(AAbility_RotCarry_C) == 0x000010, "Wrong alignment on AAbility_RotCarry_C"); \ +static_assert(sizeof(AAbility_RotCarry_C) == 0x0006D0, "Wrong size on AAbility_RotCarry_C"); \ +static_assert(offsetof(AAbility_RotCarry_C, UberGraphFrame) == 0x000660, "Member 'AAbility_RotCarry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, HoverParticles) == 0x000668, "Member 'AAbility_RotCarry_C::HoverParticles' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, WaypointDecal) == 0x000670, "Member 'AAbility_RotCarry_C::WaypointDecal' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, HoverDecal) == 0x000678, "Member 'AAbility_RotCarry_C::HoverDecal' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, CollapseWaypoint_Scale_DAF36F614BC2A122A0737981087C0541) == 0x000680, "Member 'AAbility_RotCarry_C::CollapseWaypoint_Scale_DAF36F614BC2A122A0737981087C0541' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, CollapseWaypoint__Direction_DAF36F614BC2A122A0737981087C0541) == 0x000684, "Member 'AAbility_RotCarry_C::CollapseWaypoint__Direction_DAF36F614BC2A122A0737981087C0541' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, CollapseWaypoint) == 0x000688, "Member 'AAbility_RotCarry_C::CollapseWaypoint' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, AnimateWaypointDecal_NewTrack_1_0797AE3D42399BB712494087C569C799) == 0x000690, "Member 'AAbility_RotCarry_C::AnimateWaypointDecal_NewTrack_1_0797AE3D42399BB712494087C569C799' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, AnimateWaypointDecal_NewTrack_0_0797AE3D42399BB712494087C569C799) == 0x000694, "Member 'AAbility_RotCarry_C::AnimateWaypointDecal_NewTrack_0_0797AE3D42399BB712494087C569C799' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, AnimateWaypointDecal__Direction_0797AE3D42399BB712494087C569C799) == 0x000698, "Member 'AAbility_RotCarry_C::AnimateWaypointDecal__Direction_0797AE3D42399BB712494087C569C799' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, AnimateWaypointDecal) == 0x0006A0, "Member 'AAbility_RotCarry_C::AnimateWaypointDecal' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, WaypointDecalRotateSpeed) == 0x0006A8, "Member 'AAbility_RotCarry_C::WaypointDecalRotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, HoverDecalMat) == 0x0006B0, "Member 'AAbility_RotCarry_C::HoverDecalMat' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, HoverDecalRotateSpeed) == 0x0006B8, "Member 'AAbility_RotCarry_C::HoverDecalRotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCarry_C, PDS_FirstUseRotCarry) == 0x0006BC, "Member 'AAbility_RotCarry_C::PDS_FirstUseRotCarry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackRenderData \ +static_assert(alignof(FTrackRenderData) == 0x000010, "Wrong alignment on FTrackRenderData"); \ +static_assert(sizeof(FTrackRenderData) == 0x000070, "Wrong size on FTrackRenderData"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheMeshData \ +static_assert(alignof(FGeometryCacheMeshData) == 0x000008, "Wrong alignment on FGeometryCacheMeshData"); \ +static_assert(sizeof(FGeometryCacheMeshData) == 0x0000B0, "Wrong size on FGeometryCacheMeshData"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheVertexInfo \ +static_assert(alignof(FGeometryCacheVertexInfo) == 0x000001, "Wrong alignment on FGeometryCacheVertexInfo"); \ +static_assert(sizeof(FGeometryCacheVertexInfo) == 0x000008, "Wrong size on FGeometryCacheVertexInfo"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheMeshBatchInfo \ +static_assert(alignof(FGeometryCacheMeshBatchInfo) == 0x000004, "Wrong alignment on FGeometryCacheMeshBatchInfo"); \ +static_assert(sizeof(FGeometryCacheMeshBatchInfo) == 0x00000C, "Wrong size on FGeometryCacheMeshBatchInfo"); \ + +#define DUMPER7_ASSERTS_UGeometryCache \ +static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ +static_assert(sizeof(UGeometryCache) == 0x000070, "Wrong size on UGeometryCache"); \ +static_assert(offsetof(UGeometryCache, Materials) == 0x000030, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Tracks) == 0x000040, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, StartFrame) == 0x000060, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, EndFrame) == 0x000064, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Hash) == 0x000068, "Member 'UGeometryCache::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheActor_GetGeometryCacheComponent \ +static_assert(alignof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong alignment on GeometryCacheActor_GetGeometryCacheComponent"); \ +static_assert(sizeof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong size on GeometryCacheActor_GetGeometryCacheComponent"); \ +static_assert(offsetof(GeometryCacheActor_GetGeometryCacheComponent, ReturnValue) == 0x000000, "Member 'GeometryCacheActor_GetGeometryCacheComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCacheActor \ +static_assert(alignof(AGeometryCacheActor) == 0x000008, "Wrong alignment on AGeometryCacheActor"); \ +static_assert(sizeof(AGeometryCacheActor) == 0x000230, "Wrong size on AGeometryCacheActor"); \ +static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000228, "Member 'AGeometryCacheActor::GeometryCacheComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecBase \ +static_assert(alignof(UGeometryCacheCodecBase) == 0x000008, "Wrong alignment on UGeometryCacheCodecBase"); \ +static_assert(sizeof(UGeometryCacheCodecBase) == 0x000038, "Wrong size on UGeometryCacheCodecBase"); \ +static_assert(offsetof(UGeometryCacheCodecBase, TopologyRanges) == 0x000028, "Member 'UGeometryCacheCodecBase::TopologyRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecRaw \ +static_assert(alignof(UGeometryCacheCodecRaw) == 0x000008, "Wrong alignment on UGeometryCacheCodecRaw"); \ +static_assert(sizeof(UGeometryCacheCodecRaw) == 0x000040, "Wrong size on UGeometryCacheCodecRaw"); \ +static_assert(offsetof(UGeometryCacheCodecRaw, DummyProperty) == 0x000038, "Member 'UGeometryCacheCodecRaw::DummyProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecV1 \ +static_assert(alignof(UGeometryCacheCodecV1) == 0x000008, "Wrong alignment on UGeometryCacheCodecV1"); \ +static_assert(sizeof(UGeometryCacheCodecV1) == 0x000040, "Wrong size on UGeometryCacheCodecV1"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetExtrapolateFrames \ +static_assert(alignof(GeometryCacheComponent_SetExtrapolateFrames) == 0x000001, "Wrong alignment on GeometryCacheComponent_SetExtrapolateFrames"); \ +static_assert(sizeof(GeometryCacheComponent_SetExtrapolateFrames) == 0x000001, "Wrong size on GeometryCacheComponent_SetExtrapolateFrames"); \ +static_assert(offsetof(GeometryCacheComponent_SetExtrapolateFrames, bNewExtrapolating) == 0x000000, "Member 'GeometryCacheComponent_SetExtrapolateFrames::bNewExtrapolating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetGeometryCache \ +static_assert(alignof(GeometryCacheComponent_SetGeometryCache) == 0x000008, "Wrong alignment on GeometryCacheComponent_SetGeometryCache"); \ +static_assert(sizeof(GeometryCacheComponent_SetGeometryCache) == 0x000010, "Wrong size on GeometryCacheComponent_SetGeometryCache"); \ +static_assert(offsetof(GeometryCacheComponent_SetGeometryCache, NewGeomCache) == 0x000000, "Member 'GeometryCacheComponent_SetGeometryCache::NewGeomCache' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_SetGeometryCache, ReturnValue) == 0x000008, "Member 'GeometryCacheComponent_SetGeometryCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetLooping \ +static_assert(alignof(GeometryCacheComponent_SetLooping) == 0x000001, "Wrong alignment on GeometryCacheComponent_SetLooping"); \ +static_assert(sizeof(GeometryCacheComponent_SetLooping) == 0x000001, "Wrong size on GeometryCacheComponent_SetLooping"); \ +static_assert(offsetof(GeometryCacheComponent_SetLooping, bNewLooping) == 0x000000, "Member 'GeometryCacheComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetMotionVectorScale \ +static_assert(alignof(GeometryCacheComponent_SetMotionVectorScale) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetMotionVectorScale"); \ +static_assert(sizeof(GeometryCacheComponent_SetMotionVectorScale) == 0x000004, "Wrong size on GeometryCacheComponent_SetMotionVectorScale"); \ +static_assert(offsetof(GeometryCacheComponent_SetMotionVectorScale, NewMotionVectorScale) == 0x000000, "Member 'GeometryCacheComponent_SetMotionVectorScale::NewMotionVectorScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetPlaybackSpeed \ +static_assert(alignof(GeometryCacheComponent_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetPlaybackSpeed"); \ +static_assert(sizeof(GeometryCacheComponent_SetPlaybackSpeed) == 0x000004, "Wrong size on GeometryCacheComponent_SetPlaybackSpeed"); \ +static_assert(offsetof(GeometryCacheComponent_SetPlaybackSpeed, NewPlaybackSpeed) == 0x000000, "Member 'GeometryCacheComponent_SetPlaybackSpeed::NewPlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetStartTimeOffset \ +static_assert(alignof(GeometryCacheComponent_SetStartTimeOffset) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetStartTimeOffset"); \ +static_assert(sizeof(GeometryCacheComponent_SetStartTimeOffset) == 0x000004, "Wrong size on GeometryCacheComponent_SetStartTimeOffset"); \ +static_assert(offsetof(GeometryCacheComponent_SetStartTimeOffset, NewStartTimeOffset) == 0x000000, "Member 'GeometryCacheComponent_SetStartTimeOffset::NewStartTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_TickAtThisTime \ +static_assert(alignof(GeometryCacheComponent_TickAtThisTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_TickAtThisTime"); \ +static_assert(sizeof(GeometryCacheComponent_TickAtThisTime) == 0x000008, "Wrong size on GeometryCacheComponent_TickAtThisTime"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, Time) == 0x000000, "Member 'GeometryCacheComponent_TickAtThisTime::Time' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInIsRunning) == 0x000004, "Member 'GeometryCacheComponent_TickAtThisTime::bInIsRunning' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInBackwards) == 0x000005, "Member 'GeometryCacheComponent_TickAtThisTime::bInBackwards' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInIsLooping) == 0x000006, "Member 'GeometryCacheComponent_TickAtThisTime::bInIsLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetAnimationTime \ +static_assert(alignof(GeometryCacheComponent_GetAnimationTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetAnimationTime"); \ +static_assert(sizeof(GeometryCacheComponent_GetAnimationTime) == 0x000004, "Wrong size on GeometryCacheComponent_GetAnimationTime"); \ +static_assert(offsetof(GeometryCacheComponent_GetAnimationTime, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetAnimationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetDuration \ +static_assert(alignof(GeometryCacheComponent_GetDuration) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetDuration"); \ +static_assert(sizeof(GeometryCacheComponent_GetDuration) == 0x000004, "Wrong size on GeometryCacheComponent_GetDuration"); \ +static_assert(offsetof(GeometryCacheComponent_GetDuration, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetMotionVectorScale \ +static_assert(alignof(GeometryCacheComponent_GetMotionVectorScale) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetMotionVectorScale"); \ +static_assert(sizeof(GeometryCacheComponent_GetMotionVectorScale) == 0x000004, "Wrong size on GeometryCacheComponent_GetMotionVectorScale"); \ +static_assert(offsetof(GeometryCacheComponent_GetMotionVectorScale, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetMotionVectorScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetNumberOfFrames \ +static_assert(alignof(GeometryCacheComponent_GetNumberOfFrames) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetNumberOfFrames"); \ +static_assert(sizeof(GeometryCacheComponent_GetNumberOfFrames) == 0x000004, "Wrong size on GeometryCacheComponent_GetNumberOfFrames"); \ +static_assert(offsetof(GeometryCacheComponent_GetNumberOfFrames, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetNumberOfFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetPlaybackDirection \ +static_assert(alignof(GeometryCacheComponent_GetPlaybackDirection) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetPlaybackDirection"); \ +static_assert(sizeof(GeometryCacheComponent_GetPlaybackDirection) == 0x000004, "Wrong size on GeometryCacheComponent_GetPlaybackDirection"); \ +static_assert(offsetof(GeometryCacheComponent_GetPlaybackDirection, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetPlaybackDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetPlaybackSpeed \ +static_assert(alignof(GeometryCacheComponent_GetPlaybackSpeed) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetPlaybackSpeed"); \ +static_assert(sizeof(GeometryCacheComponent_GetPlaybackSpeed) == 0x000004, "Wrong size on GeometryCacheComponent_GetPlaybackSpeed"); \ +static_assert(offsetof(GeometryCacheComponent_GetPlaybackSpeed, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetPlaybackSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetStartTimeOffset \ +static_assert(alignof(GeometryCacheComponent_GetStartTimeOffset) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetStartTimeOffset"); \ +static_assert(sizeof(GeometryCacheComponent_GetStartTimeOffset) == 0x000004, "Wrong size on GeometryCacheComponent_GetStartTimeOffset"); \ +static_assert(offsetof(GeometryCacheComponent_GetStartTimeOffset, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetStartTimeOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsExtrapolatingFrames \ +static_assert(alignof(GeometryCacheComponent_IsExtrapolatingFrames) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsExtrapolatingFrames"); \ +static_assert(sizeof(GeometryCacheComponent_IsExtrapolatingFrames) == 0x000001, "Wrong size on GeometryCacheComponent_IsExtrapolatingFrames"); \ +static_assert(offsetof(GeometryCacheComponent_IsExtrapolatingFrames, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsExtrapolatingFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsLooping \ +static_assert(alignof(GeometryCacheComponent_IsLooping) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsLooping"); \ +static_assert(sizeof(GeometryCacheComponent_IsLooping) == 0x000001, "Wrong size on GeometryCacheComponent_IsLooping"); \ +static_assert(offsetof(GeometryCacheComponent_IsLooping, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsPlaying \ +static_assert(alignof(GeometryCacheComponent_IsPlaying) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsPlaying"); \ +static_assert(sizeof(GeometryCacheComponent_IsPlaying) == 0x000001, "Wrong size on GeometryCacheComponent_IsPlaying"); \ +static_assert(offsetof(GeometryCacheComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsPlayingReversed \ +static_assert(alignof(GeometryCacheComponent_IsPlayingReversed) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsPlayingReversed"); \ +static_assert(sizeof(GeometryCacheComponent_IsPlayingReversed) == 0x000001, "Wrong size on GeometryCacheComponent_IsPlayingReversed"); \ +static_assert(offsetof(GeometryCacheComponent_IsPlayingReversed, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsPlayingReversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheComponent \ +static_assert(alignof(UGeometryCacheComponent) == 0x000010, "Wrong alignment on UGeometryCacheComponent"); \ +static_assert(sizeof(UGeometryCacheComponent) == 0x0004E0, "Wrong size on UGeometryCacheComponent"); \ +static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000478, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000480, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000481, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x000482, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x000484, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x000488, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x00048C, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x000490, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x000494, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0004CC, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x0004D0, "Member 'UGeometryCacheComponent::bManualTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack \ +static_assert(alignof(UGeometryCacheTrack) == 0x000008, "Wrong alignment on UGeometryCacheTrack"); \ +static_assert(sizeof(UGeometryCacheTrack) == 0x000058, "Wrong size on UGeometryCacheTrack"); \ +static_assert(offsetof(UGeometryCacheTrack, Duration) == 0x000028, "Member 'UGeometryCacheTrack::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_FlipbookAnimation_AddMeshSample \ +static_assert(alignof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample) == 0x000008, "Wrong alignment on GeometryCacheTrack_FlipbookAnimation_AddMeshSample"); \ +static_assert(sizeof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample) == 0x0000B8, "Wrong size on GeometryCacheTrack_FlipbookAnimation_AddMeshSample"); \ +static_assert(offsetof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample, MeshData) == 0x000000, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::MeshData' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample, SampleTime) == 0x0000B0, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::SampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_FlipbookAnimation \ +static_assert(alignof(UGeometryCacheTrack_FlipbookAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_FlipbookAnimation) == 0x000080, "Wrong size on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(offsetof(UGeometryCacheTrack_FlipbookAnimation, NumMeshSamples) == 0x000058, "Member 'UGeometryCacheTrack_FlipbookAnimation::NumMeshSamples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrackStreamable \ +static_assert(alignof(UGeometryCacheTrackStreamable) == 0x000008, "Wrong alignment on UGeometryCacheTrackStreamable"); \ +static_assert(sizeof(UGeometryCacheTrackStreamable) == 0x0000D8, "Wrong size on UGeometryCacheTrackStreamable"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, Codec) == 0x000058, "Member 'UGeometryCacheTrackStreamable::Codec' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, StartSampleTime) == 0x0000C8, "Member 'UGeometryCacheTrackStreamable::StartSampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_TransformAnimation_SetMesh \ +static_assert(alignof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformAnimation_SetMesh"); \ +static_assert(sizeof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x0000B0, "Wrong size on GeometryCacheTrack_TransformAnimation_SetMesh"); \ +static_assert(offsetof(GeometryCacheTrack_TransformAnimation_SetMesh, NewMeshData) == 0x000000, "Member 'GeometryCacheTrack_TransformAnimation_SetMesh::NewMeshData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_TransformAnimation \ +static_assert(alignof(UGeometryCacheTrack_TransformAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_TransformAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_TransformAnimation) == 0x000108, "Wrong size on UGeometryCacheTrack_TransformAnimation"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_TransformGroupAnimation_SetMesh \ +static_assert(alignof(GeometryCacheTrack_TransformGroupAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformGroupAnimation_SetMesh"); \ +static_assert(sizeof(GeometryCacheTrack_TransformGroupAnimation_SetMesh) == 0x0000B0, "Wrong size on GeometryCacheTrack_TransformGroupAnimation_SetMesh"); \ +static_assert(offsetof(GeometryCacheTrack_TransformGroupAnimation_SetMesh, NewMeshData) == 0x000000, "Member 'GeometryCacheTrack_TransformGroupAnimation_SetMesh::NewMeshData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_TransformGroupAnimation \ +static_assert(alignof(UGeometryCacheTrack_TransformGroupAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_TransformGroupAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_TransformGroupAnimation) == 0x000108, "Wrong size on UGeometryCacheTrack_TransformGroupAnimation"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheParams \ +static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ +static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000040, "Wrong size on FMovieSceneGeometryCacheParams"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCacheAsset) == 0x000000, "Member 'FMovieSceneGeometryCacheParams::GeometryCacheAsset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGeometryCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGeometryCacheParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGeometryCacheParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGeometryCacheParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, StartOffset) == 0x00001C, "Member 'FMovieSceneGeometryCacheParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, EndOffset) == 0x000020, "Member 'FMovieSceneGeometryCacheParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCache) == 0x000028, "Member 'FMovieSceneGeometryCacheParams::GeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000048, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000040, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x000044, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000068, "Wrong size on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCacheSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCacheSection \ +static_assert(alignof(UMovieSceneGeometryCacheSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheSection"); \ +static_assert(sizeof(UMovieSceneGeometryCacheSection) == 0x000128, "Wrong size on UMovieSceneGeometryCacheSection"); \ +static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x0000E8, "Member 'UMovieSceneGeometryCacheSection::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCacheTrack \ +static_assert(alignof(UMovieSceneGeometryCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheTrack"); \ +static_assert(sizeof(UMovieSceneGeometryCacheTrack) == 0x0000A8, "Wrong size on UMovieSceneGeometryCacheTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_Butterfly_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_Butterfly_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_Butterfly_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_Butterfly_C) == 0x0003B8, "Wrong size on ABP_PhotoMode_LightingRig_Butterfly_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Butterfly_C, RimC) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_Butterfly_C::RimC' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Butterfly_C, RimR) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_Butterfly_C::RimR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Butterfly_C, Fill) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_Butterfly_C::Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Butterfly_C, RimL) == 0x0003A8, "Member 'ABP_PhotoMode_LightingRig_Butterfly_C::RimL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Butterfly_C, Key) == 0x0003B0, "Member 'ABP_PhotoMode_LightingRig_Butterfly_C::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot \ +static_assert(alignof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000008, "Wrong alignment on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ +static_assert(sizeof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000028, "Wrong size on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, ScreenshotName) == 0x000000, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::ScreenshotName' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxGlobalError) == 0x000010, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxGlobalError' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxLocalError) == 0x000014, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxLocalError' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MapNameOverride) == 0x000018, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MapNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutomationUtilsBlueprintLibrary \ +static_assert(alignof(UAutomationUtilsBlueprintLibrary) == 0x000008, "Wrong alignment on UAutomationUtilsBlueprintLibrary"); \ +static_assert(sizeof(UAutomationUtilsBlueprintLibrary) == 0x000028, "Wrong size on UAutomationUtilsBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Sphere \ +static_assert(alignof(FClothCollisionPrim_Sphere) == 0x000004, "Wrong alignment on FClothCollisionPrim_Sphere"); \ +static_assert(sizeof(FClothCollisionPrim_Sphere) == 0x000014, "Wrong size on FClothCollisionPrim_Sphere"); \ +static_assert(offsetof(FClothCollisionPrim_Sphere, BoneIndex) == 0x000000, "Member 'FClothCollisionPrim_Sphere::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Sphere, Radius) == 0x000004, "Member 'FClothCollisionPrim_Sphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Sphere, LocalPosition) == 0x000008, "Member 'FClothCollisionPrim_Sphere::LocalPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_SphereConnection \ +static_assert(alignof(FClothCollisionPrim_SphereConnection) == 0x000004, "Wrong alignment on FClothCollisionPrim_SphereConnection"); \ +static_assert(sizeof(FClothCollisionPrim_SphereConnection) == 0x000008, "Wrong size on FClothCollisionPrim_SphereConnection"); \ +static_assert(offsetof(FClothCollisionPrim_SphereConnection, SphereIndices) == 0x000000, "Member 'FClothCollisionPrim_SphereConnection::SphereIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_ConvexFace \ +static_assert(alignof(FClothCollisionPrim_ConvexFace) == 0x000010, "Wrong alignment on FClothCollisionPrim_ConvexFace"); \ +static_assert(sizeof(FClothCollisionPrim_ConvexFace) == 0x000020, "Wrong size on FClothCollisionPrim_ConvexFace"); \ +static_assert(offsetof(FClothCollisionPrim_ConvexFace, Plane) == 0x000000, "Member 'FClothCollisionPrim_ConvexFace::Plane' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_ConvexFace, Indices) == 0x000010, "Member 'FClothCollisionPrim_ConvexFace::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Convex \ +static_assert(alignof(FClothCollisionPrim_Convex) == 0x000008, "Wrong alignment on FClothCollisionPrim_Convex"); \ +static_assert(sizeof(FClothCollisionPrim_Convex) == 0x000028, "Wrong size on FClothCollisionPrim_Convex"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, Faces) == 0x000000, "Member 'FClothCollisionPrim_Convex::Faces' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, SurfacePoints) == 0x000010, "Member 'FClothCollisionPrim_Convex::SurfacePoints' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, BoneIndex) == 0x000020, "Member 'FClothCollisionPrim_Convex::BoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Box \ +static_assert(alignof(FClothCollisionPrim_Box) == 0x000010, "Wrong alignment on FClothCollisionPrim_Box"); \ +static_assert(sizeof(FClothCollisionPrim_Box) == 0x000030, "Wrong size on FClothCollisionPrim_Box"); \ +static_assert(offsetof(FClothCollisionPrim_Box, LocalPosition) == 0x000000, "Member 'FClothCollisionPrim_Box::LocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, LocalRotation) == 0x000010, "Member 'FClothCollisionPrim_Box::LocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, HalfExtents) == 0x000020, "Member 'FClothCollisionPrim_Box::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, BoneIndex) == 0x00002C, "Member 'FClothCollisionPrim_Box::BoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionData \ +static_assert(alignof(FClothCollisionData) == 0x000008, "Wrong alignment on FClothCollisionData"); \ +static_assert(sizeof(FClothCollisionData) == 0x000040, "Wrong size on FClothCollisionData"); \ +static_assert(offsetof(FClothCollisionData, Spheres) == 0x000000, "Member 'FClothCollisionData::Spheres' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, SphereConnections) == 0x000010, "Member 'FClothCollisionData::SphereConnections' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Convexes) == 0x000020, "Member 'FClothCollisionData::Convexes' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Boxes) == 0x000030, "Member 'FClothCollisionData::Boxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothVertBoneData \ +static_assert(alignof(FClothVertBoneData) == 0x000004, "Wrong alignment on FClothVertBoneData"); \ +static_assert(sizeof(FClothVertBoneData) == 0x00004C, "Wrong size on FClothVertBoneData"); \ +static_assert(offsetof(FClothVertBoneData, NumInfluences) == 0x000000, "Member 'FClothVertBoneData::NumInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneIndices) == 0x000004, "Member 'FClothVertBoneData::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneWeights) == 0x00001C, "Member 'FClothVertBoneData::BoneWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothSharedSimConfigBase \ +static_assert(alignof(UClothSharedSimConfigBase) == 0x000008, "Wrong alignment on UClothSharedSimConfigBase"); \ +static_assert(sizeof(UClothSharedSimConfigBase) == 0x000028, "Wrong size on UClothSharedSimConfigBase"); \ + +#define DUMPER7_ASSERTS_UClothConfigBase \ +static_assert(alignof(UClothConfigBase) == 0x000008, "Wrong alignment on UClothConfigBase"); \ +static_assert(sizeof(UClothConfigBase) == 0x000028, "Wrong size on UClothConfigBase"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationFactory \ +static_assert(alignof(UClothingSimulationFactory) == 0x000008, "Wrong alignment on UClothingSimulationFactory"); \ +static_assert(sizeof(UClothingSimulationFactory) == 0x000028, "Wrong size on UClothingSimulationFactory"); \ + +#define DUMPER7_ASSERTS_UClothingInteractor \ +static_assert(alignof(UClothingInteractor) == 0x000008, "Wrong alignment on UClothingInteractor"); \ +static_assert(sizeof(UClothingInteractor) == 0x000030, "Wrong size on UClothingInteractor"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_EnableGravityOverride \ +static_assert(alignof(ClothingSimulationInteractor_EnableGravityOverride) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_EnableGravityOverride"); \ +static_assert(sizeof(ClothingSimulationInteractor_EnableGravityOverride) == 0x00000C, "Wrong size on ClothingSimulationInteractor_EnableGravityOverride"); \ +static_assert(offsetof(ClothingSimulationInteractor_EnableGravityOverride, InVector) == 0x000000, "Member 'ClothingSimulationInteractor_EnableGravityOverride::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetAnimDriveSpringStiffness \ +static_assert(alignof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetAnimDriveSpringStiffness"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetAnimDriveSpringStiffness"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness, InStiffness) == 0x000000, "Member 'ClothingSimulationInteractor_SetAnimDriveSpringStiffness::InStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumIterations \ +static_assert(alignof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumIterations"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumIterations"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetNumIterations, NumIterations) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumIterations::NumIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumSubsteps \ +static_assert(alignof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumSubsteps"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumSubsteps"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetNumSubsteps, NumSubsteps) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumSubsteps::NumSubsteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetClothingInteractor \ +static_assert(alignof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000008, "Wrong alignment on ClothingSimulationInteractor_GetClothingInteractor"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000018, "Wrong size on ClothingSimulationInteractor_GetClothingInteractor"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ClothingAssetName) == 0x000000, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ClothingAssetName' has a wrong offset!"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ReturnValue) == 0x000010, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumCloths \ +static_assert(alignof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumCloths"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumCloths"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumCloths, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumCloths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumDynamicParticles \ +static_assert(alignof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumDynamicParticles"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumDynamicParticles"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumDynamicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumDynamicParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumIterations \ +static_assert(alignof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumIterations"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumIterations"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumIterations, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumIterations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumKinematicParticles \ +static_assert(alignof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumKinematicParticles"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumKinematicParticles"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumKinematicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumKinematicParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumSubsteps \ +static_assert(alignof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumSubsteps"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumSubsteps"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumSubsteps, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumSubsteps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetSimulationTime \ +static_assert(alignof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetSimulationTime"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetSimulationTime"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetSimulationTime, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetSimulationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationInteractor \ +static_assert(alignof(UClothingSimulationInteractor) == 0x000008, "Wrong alignment on UClothingSimulationInteractor"); \ +static_assert(sizeof(UClothingSimulationInteractor) == 0x000090, "Wrong size on UClothingSimulationInteractor"); \ +static_assert(offsetof(UClothingSimulationInteractor, ClothingInteractors) == 0x000028, "Member 'UClothingSimulationInteractor::ClothingInteractors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingAssetBase \ +static_assert(alignof(UClothingAssetBase) == 0x000008, "Wrong alignment on UClothingAssetBase"); \ +static_assert(sizeof(UClothingAssetBase) == 0x000048, "Wrong size on UClothingAssetBase"); \ +static_assert(offsetof(UClothingAssetBase, ImportedFilePath) == 0x000028, "Member 'UClothingAssetBase::ImportedFilePath' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetBase, AssetGuid) == 0x000038, "Member 'UClothingAssetBase::AssetGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothPhysicalMeshDataBase_Legacy \ +static_assert(alignof(UClothPhysicalMeshDataBase_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(sizeof(UClothPhysicalMeshDataBase_Legacy) == 0x0000E0, "Wrong size on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Vertices) == 0x000028, "Member 'UClothPhysicalMeshDataBase_Legacy::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Normals) == 0x000038, "Member 'UClothPhysicalMeshDataBase_Legacy::Normals' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Indices) == 0x000048, "Member 'UClothPhysicalMeshDataBase_Legacy::Indices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, InverseMasses) == 0x000058, "Member 'UClothPhysicalMeshDataBase_Legacy::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, BoneData) == 0x000068, "Member 'UClothPhysicalMeshDataBase_Legacy::BoneData' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, NumFixedVerts) == 0x000078, "Member 'UClothPhysicalMeshDataBase_Legacy::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, MaxBoneWeights) == 0x00007C, "Member 'UClothPhysicalMeshDataBase_Legacy::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, SelfCollisionIndices) == 0x000080, "Member 'UClothPhysicalMeshDataBase_Legacy::SelfCollisionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothConstraintSetup_Legacy \ +static_assert(alignof(FClothConstraintSetup_Legacy) == 0x000004, "Wrong alignment on FClothConstraintSetup_Legacy"); \ +static_assert(sizeof(FClothConstraintSetup_Legacy) == 0x000010, "Wrong size on FClothConstraintSetup_Legacy"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, Stiffness) == 0x000000, "Member 'FClothConstraintSetup_Legacy::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetup_Legacy::StiffnessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, StretchLimit) == 0x000008, "Member 'FClothConstraintSetup_Legacy::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetup_Legacy::CompressionLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothConfig_Legacy \ +static_assert(alignof(FClothConfig_Legacy) == 0x000004, "Wrong alignment on FClothConfig_Legacy"); \ +static_assert(sizeof(FClothConfig_Legacy) == 0x0000D4, "Wrong size on FClothConfig_Legacy"); \ +static_assert(offsetof(FClothConfig_Legacy, WindMethod) == 0x000000, "Member 'FClothConfig_Legacy::WindMethod' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, VerticalConstraintConfig) == 0x000004, "Member 'FClothConfig_Legacy::VerticalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, HorizontalConstraintConfig) == 0x000014, "Member 'FClothConfig_Legacy::HorizontalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, BendConstraintConfig) == 0x000024, "Member 'FClothConfig_Legacy::BendConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, ShearConstraintConfig) == 0x000034, "Member 'FClothConfig_Legacy::ShearConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionRadius) == 0x000044, "Member 'FClothConfig_Legacy::SelfCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionStiffness) == 0x000048, "Member 'FClothConfig_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionCullScale) == 0x00004C, "Member 'FClothConfig_Legacy::SelfCollisionCullScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, Damping) == 0x000050, "Member 'FClothConfig_Legacy::Damping' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, Friction) == 0x00005C, "Member 'FClothConfig_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindDragCoefficient) == 0x000060, "Member 'FClothConfig_Legacy::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindLiftCoefficient) == 0x000064, "Member 'FClothConfig_Legacy::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearDrag) == 0x000068, "Member 'FClothConfig_Legacy::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularDrag) == 0x000074, "Member 'FClothConfig_Legacy::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearInertiaScale) == 0x000080, "Member 'FClothConfig_Legacy::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularInertiaScale) == 0x00008C, "Member 'FClothConfig_Legacy::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CentrifugalInertiaScale) == 0x000098, "Member 'FClothConfig_Legacy::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SolverFrequency) == 0x0000A4, "Member 'FClothConfig_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, StiffnessFrequency) == 0x0000A8, "Member 'FClothConfig_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityScale) == 0x0000AC, "Member 'FClothConfig_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityOverride) == 0x0000B0, "Member 'FClothConfig_Legacy::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, bUseGravityOverride) == 0x0000BC, "Member 'FClothConfig_Legacy::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherStiffness) == 0x0000C0, "Member 'FClothConfig_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherLimit) == 0x0000C4, "Member 'FClothConfig_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CollisionThickness) == 0x0000C8, "Member 'FClothConfig_Legacy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveSpringStiffness) == 0x0000CC, "Member 'FClothConfig_Legacy::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveDamperStiffness) == 0x0000D0, "Member 'FClothConfig_Legacy::AnimDriveDamperStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointWeightMap \ +static_assert(alignof(FPointWeightMap) == 0x000008, "Wrong alignment on FPointWeightMap"); \ +static_assert(sizeof(FPointWeightMap) == 0x000010, "Wrong size on FPointWeightMap"); \ +static_assert(offsetof(FPointWeightMap, Values) == 0x000000, "Member 'FPointWeightMap::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothPhysicalMeshData \ +static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ +static_assert(sizeof(FClothPhysicalMeshData) == 0x0000F8, "Wrong size on FClothPhysicalMeshData"); \ +static_assert(offsetof(FClothPhysicalMeshData, Vertices) == 0x000000, "Member 'FClothPhysicalMeshData::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, Normals) == 0x000010, "Member 'FClothPhysicalMeshData::Normals' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, Indices) == 0x000020, "Member 'FClothPhysicalMeshData::Indices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, WeightMaps) == 0x000030, "Member 'FClothPhysicalMeshData::WeightMaps' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, InverseMasses) == 0x000080, "Member 'FClothPhysicalMeshData::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BoneData) == 0x000090, "Member 'FClothPhysicalMeshData::BoneData' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x0000A0, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x0000A4, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionIndices) == 0x0000A8, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxDistances) == 0x0000B8, "Member 'FClothPhysicalMeshData::MaxDistances' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BackstopDistances) == 0x0000C8, "Member 'FClothPhysicalMeshData::BackstopDistances' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BackstopRadiuses) == 0x0000D8, "Member 'FClothPhysicalMeshData::BackstopRadiuses' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, AnimDriveMultipliers) == 0x0000E8, "Member 'FClothPhysicalMeshData::AnimDriveMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothLODDataCommon \ +static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ +static_assert(sizeof(FClothLODDataCommon) == 0x000160, "Wrong size on FClothLODDataCommon"); \ +static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, CollisionData) == 0x0000F8, "Member 'FClothLODDataCommon::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000138, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00013C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothParameterMask_Legacy \ +static_assert(alignof(FClothParameterMask_Legacy) == 0x000008, "Wrong alignment on FClothParameterMask_Legacy"); \ +static_assert(sizeof(FClothParameterMask_Legacy) == 0x000030, "Wrong size on FClothParameterMask_Legacy"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaskName) == 0x000000, "Member 'FClothParameterMask_Legacy::MaskName' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, CurrentTarget) == 0x000008, "Member 'FClothParameterMask_Legacy::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaxValue) == 0x00000C, "Member 'FClothParameterMask_Legacy::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MinValue) == 0x000010, "Member 'FClothParameterMask_Legacy::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, Values) == 0x000018, "Member 'FClothParameterMask_Legacy::Values' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, bEnabled) == 0x000028, "Member 'FClothParameterMask_Legacy::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCustomData \ +static_assert(alignof(UClothingAssetCustomData) == 0x000008, "Wrong alignment on UClothingAssetCustomData"); \ +static_assert(sizeof(UClothingAssetCustomData) == 0x000028, "Wrong size on UClothingAssetCustomData"); \ + +#define DUMPER7_ASSERTS_UClothConfigCommon \ +static_assert(alignof(UClothConfigCommon) == 0x000008, "Wrong alignment on UClothConfigCommon"); \ +static_assert(sizeof(UClothConfigCommon) == 0x000028, "Wrong size on UClothConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothSharedConfigCommon \ +static_assert(alignof(UClothSharedConfigCommon) == 0x000008, "Wrong alignment on UClothSharedConfigCommon"); \ +static_assert(sizeof(UClothSharedConfigCommon) == 0x000028, "Wrong size on UClothSharedConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCommon \ +static_assert(alignof(UClothingAssetCommon) == 0x000008, "Wrong alignment on UClothingAssetCommon"); \ +static_assert(sizeof(UClothingAssetCommon) == 0x0000F0, "Wrong size on UClothingAssetCommon"); \ +static_assert(offsetof(UClothingAssetCommon, PhysicsAsset) == 0x000048, "Member 'UClothingAssetCommon::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ClothConfigs) == 0x000050, "Member 'UClothingAssetCommon::ClothConfigs' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LODData) == 0x0000A0, "Member 'UClothingAssetCommon::LODData' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LodMap) == 0x0000B0, "Member 'UClothingAssetCommon::LodMap' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneNames) == 0x0000C0, "Member 'UClothingAssetCommon::UsedBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneIndices) == 0x0000D0, "Member 'UClothingAssetCommon::UsedBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ReferenceBoneIndex) == 0x0000E0, "Member 'UClothingAssetCommon::ReferenceBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, CustomData) == 0x0000E8, "Member 'UClothingAssetCommon::CustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothLODDataCommon_Legacy \ +static_assert(alignof(UClothLODDataCommon_Legacy) == 0x000008, "Wrong alignment on UClothLODDataCommon_Legacy"); \ +static_assert(sizeof(UClothLODDataCommon_Legacy) == 0x000188, "Wrong size on UClothLODDataCommon_Legacy"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, PhysicalMeshData) == 0x000028, "Member 'UClothLODDataCommon_Legacy::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, ClothPhysicalMeshData) == 0x000030, "Member 'UClothLODDataCommon_Legacy::ClothPhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, CollisionData) == 0x000128, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosClothWeightedValue \ +static_assert(alignof(FChaosClothWeightedValue) == 0x000004, "Wrong alignment on FChaosClothWeightedValue"); \ +static_assert(sizeof(FChaosClothWeightedValue) == 0x000008, "Wrong size on FChaosClothWeightedValue"); \ +static_assert(offsetof(FChaosClothWeightedValue, Low) == 0x000000, "Member 'FChaosClothWeightedValue::Low' has a wrong offset!"); \ +static_assert(offsetof(FChaosClothWeightedValue, High) == 0x000004, "Member 'FChaosClothWeightedValue::High' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingSimulationInteractor \ +static_assert(alignof(UChaosClothingSimulationInteractor) == 0x000008, "Wrong alignment on UChaosClothingSimulationInteractor"); \ +static_assert(sizeof(UChaosClothingSimulationInteractor) == 0x0000A0, "Wrong size on UChaosClothingSimulationInteractor"); \ + +#define DUMPER7_ASSERTS_UChaosClothConfig \ +static_assert(alignof(UChaosClothConfig) == 0x000008, "Wrong alignment on UChaosClothConfig"); \ +static_assert(sizeof(UChaosClothConfig) == 0x0000C8, "Wrong size on UChaosClothConfig"); \ +static_assert(offsetof(UChaosClothConfig, MassMode) == 0x000028, "Member 'UChaosClothConfig::MassMode' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, UniformMass) == 0x00002C, "Member 'UChaosClothConfig::UniformMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TotalMass) == 0x000030, "Member 'UChaosClothConfig::TotalMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Density) == 0x000034, "Member 'UChaosClothConfig::Density' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MinPerParticleMass) == 0x000038, "Member 'UChaosClothConfig::MinPerParticleMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, EdgeStiffness) == 0x00003C, "Member 'UChaosClothConfig::EdgeStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BendingStiffness) == 0x000040, "Member 'UChaosClothConfig::BendingStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseBendingElements) == 0x000044, "Member 'UChaosClothConfig::bUseBendingElements' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AreaStiffness) == 0x000048, "Member 'UChaosClothConfig::AreaStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, VolumeStiffness) == 0x00004C, "Member 'UChaosClothConfig::VolumeStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherStiffness) == 0x000050, "Member 'UChaosClothConfig::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LimitScale) == 0x000058, "Member 'UChaosClothConfig::LimitScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGeodesicDistance) == 0x00005C, "Member 'UChaosClothConfig::bUseGeodesicDistance' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, ShapeTargetStiffness) == 0x000060, "Member 'UChaosClothConfig::ShapeTargetStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, CollisionThickness) == 0x000064, "Member 'UChaosClothConfig::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FrictionCoefficient) == 0x000068, "Member 'UChaosClothConfig::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseCCD) == 0x00006C, "Member 'UChaosClothConfig::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfCollisions) == 0x00006D, "Member 'UChaosClothConfig::bUseSelfCollisions' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionThickness) == 0x000070, "Member 'UChaosClothConfig::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseLegacyBackstop) == 0x000074, "Member 'UChaosClothConfig::bUseLegacyBackstop' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, DampingCoefficient) == 0x000078, "Member 'UChaosClothConfig::DampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUsePointBasedWindModel) == 0x00007C, "Member 'UChaosClothConfig::bUsePointBasedWindModel' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, DragCoefficient) == 0x000080, "Member 'UChaosClothConfig::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LiftCoefficient) == 0x000084, "Member 'UChaosClothConfig::LiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGravityOverride) == 0x000088, "Member 'UChaosClothConfig::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, GravityScale) == 0x00008C, "Member 'UChaosClothConfig::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Gravity) == 0x000090, "Member 'UChaosClothConfig::Gravity' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveStiffness) == 0x00009C, "Member 'UChaosClothConfig::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveDamping) == 0x0000A4, "Member 'UChaosClothConfig::AnimDriveDamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LinearVelocityScale) == 0x0000AC, "Member 'UChaosClothConfig::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AngularVelocityScale) == 0x0000B8, "Member 'UChaosClothConfig::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FictitiousAngularScale) == 0x0000BC, "Member 'UChaosClothConfig::FictitiousAngularScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseTetrahedralConstraints) == 0x0000C0, "Member 'UChaosClothConfig::bUseTetrahedralConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseThinShellVolumeConstraints) == 0x0000C1, "Member 'UChaosClothConfig::bUseThinShellVolumeConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseContinuousCollisionDetection) == 0x0000C2, "Member 'UChaosClothConfig::bUseContinuousCollisionDetection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothSharedSimConfig \ +static_assert(alignof(UChaosClothSharedSimConfig) == 0x000008, "Wrong alignment on UChaosClothSharedSimConfig"); \ +static_assert(sizeof(UChaosClothSharedSimConfig) == 0x000038, "Wrong size on UChaosClothSharedSimConfig"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, IterationCount) == 0x000028, "Member 'UChaosClothSharedSimConfig::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, SubdivisionCount) == 0x00002C, "Member 'UChaosClothSharedSimConfig::SubdivisionCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, bUseLocalSpaceSimulation) == 0x000030, "Member 'UChaosClothSharedSimConfig::bUseLocalSpaceSimulation' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, bUseXPBDConstraints) == 0x000031, "Member 'UChaosClothSharedSimConfig::bUseXPBDConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingSimulationFactory \ +static_assert(alignof(UChaosClothingSimulationFactory) == 0x000008, "Wrong alignment on UChaosClothingSimulationFactory"); \ +static_assert(sizeof(UChaosClothingSimulationFactory) == 0x000028, "Wrong size on UChaosClothingSimulationFactory"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_ResetAndTeleport \ +static_assert(alignof(ChaosClothingInteractor_ResetAndTeleport) == 0x000001, "Wrong alignment on ChaosClothingInteractor_ResetAndTeleport"); \ +static_assert(sizeof(ChaosClothingInteractor_ResetAndTeleport) == 0x000002, "Wrong size on ChaosClothingInteractor_ResetAndTeleport"); \ +static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bReset) == 0x000000, "Member 'ChaosClothingInteractor_ResetAndTeleport::bReset' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bTeleport) == 0x000001, "Member 'ChaosClothingInteractor_ResetAndTeleport::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAerodynamics \ +static_assert(alignof(ChaosClothingInteractor_SetAerodynamics) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAerodynamics"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAerodynamics) == 0x000014, "Wrong size on ChaosClothingInteractor_SetAerodynamics"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, DragCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetAerodynamics::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, LiftCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetAerodynamics::LiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, WindVelocity) == 0x000008, "Member 'ChaosClothingInteractor_SetAerodynamics::WindVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAnimDrive \ +static_assert(alignof(ChaosClothingInteractor_SetAnimDrive) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAnimDrive"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAnimDrive) == 0x000010, "Wrong size on ChaosClothingInteractor_SetAnimDrive"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDrive, AnimDriveStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetAnimDrive::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDrive, AnimDriveDamping) == 0x000008, "Member 'ChaosClothingInteractor_SetAnimDrive::AnimDriveDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAnimDriveLinear \ +static_assert(alignof(ChaosClothingInteractor_SetAnimDriveLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAnimDriveLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAnimDriveLinear) == 0x000004, "Wrong size on ChaosClothingInteractor_SetAnimDriveLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDriveLinear, AnimDriveStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetAnimDriveLinear::AnimDriveStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetCollision \ +static_assert(alignof(ChaosClothingInteractor_SetCollision) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetCollision"); \ +static_assert(sizeof(ChaosClothingInteractor_SetCollision) == 0x000010, "Wrong size on ChaosClothingInteractor_SetCollision"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, CollisionThickness) == 0x000000, "Member 'ChaosClothingInteractor_SetCollision::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, FrictionCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetCollision::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, bUseCCD) == 0x000008, "Member 'ChaosClothingInteractor_SetCollision::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, SelfCollisionThickness) == 0x00000C, "Member 'ChaosClothingInteractor_SetCollision::SelfCollisionThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetDamping \ +static_assert(alignof(ChaosClothingInteractor_SetDamping) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetDamping"); \ +static_assert(sizeof(ChaosClothingInteractor_SetDamping) == 0x000004, "Wrong size on ChaosClothingInteractor_SetDamping"); \ +static_assert(offsetof(ChaosClothingInteractor_SetDamping, DampingCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetDamping::DampingCoefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetGravity \ +static_assert(alignof(ChaosClothingInteractor_SetGravity) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetGravity"); \ +static_assert(sizeof(ChaosClothingInteractor_SetGravity) == 0x000014, "Wrong size on ChaosClothingInteractor_SetGravity"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, GravityScale) == 0x000000, "Member 'ChaosClothingInteractor_SetGravity::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, bIsGravityOverridden) == 0x000004, "Member 'ChaosClothingInteractor_SetGravity::bIsGravityOverridden' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, GravityOverride) == 0x000008, "Member 'ChaosClothingInteractor_SetGravity::GravityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetLongRangeAttachment \ +static_assert(alignof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachment"); \ +static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000008, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachment"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachment, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachment::TetherStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetLongRangeAttachmentLinear \ +static_assert(alignof(ChaosClothingInteractor_SetLongRangeAttachmentLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachmentLinear) == 0x000004, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachmentLinear, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachmentLinear::TetherStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterialLinear \ +static_assert(alignof(ChaosClothingInteractor_SetMaterialLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetMaterialLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetMaterialLinear) == 0x00000C, "Wrong size on ChaosClothingInteractor_SetMaterialLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, EdgeStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterialLinear::EdgeStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, BendingStiffness) == 0x000004, "Member 'ChaosClothingInteractor_SetMaterialLinear::BendingStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, AreaStiffness) == 0x000008, "Member 'ChaosClothingInteractor_SetMaterialLinear::AreaStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetVelocityScale \ +static_assert(alignof(ChaosClothingInteractor_SetVelocityScale) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetVelocityScale"); \ +static_assert(sizeof(ChaosClothingInteractor_SetVelocityScale) == 0x000014, "Wrong size on ChaosClothingInteractor_SetVelocityScale"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, LinearVelocityScale) == 0x000000, "Member 'ChaosClothingInteractor_SetVelocityScale::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, AngularVelocityScale) == 0x00000C, "Member 'ChaosClothingInteractor_SetVelocityScale::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, FictitiousAngularScale) == 0x000010, "Member 'ChaosClothingInteractor_SetVelocityScale::FictitiousAngularScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingInteractor \ +static_assert(alignof(UChaosClothingInteractor) == 0x000008, "Wrong alignment on UChaosClothingInteractor"); \ +static_assert(sizeof(UChaosClothingInteractor) == 0x000040, "Wrong size on UChaosClothingInteractor"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_ToshiMask_C \ +static_assert(alignof(ABP_CM_Hat_ToshiMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_ToshiMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_ToshiMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_ToshiMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_ToshiMask_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_ToshiMask_C::StaticMesh' 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_FProcMeshTangent \ +static_assert(alignof(FProcMeshTangent) == 0x000004, "Wrong alignment on FProcMeshTangent"); \ +static_assert(sizeof(FProcMeshTangent) == 0x000010, "Wrong size on FProcMeshTangent"); \ +static_assert(offsetof(FProcMeshTangent, TangentX) == 0x000000, "Member 'FProcMeshTangent::TangentX' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshTangent, bFlipTangentY) == 0x00000C, "Member 'FProcMeshTangent::bFlipTangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshVertex \ +static_assert(alignof(FProcMeshVertex) == 0x000004, "Wrong alignment on FProcMeshVertex"); \ +static_assert(sizeof(FProcMeshVertex) == 0x00004C, "Wrong size on FProcMeshVertex"); \ +static_assert(offsetof(FProcMeshVertex, Position) == 0x000000, "Member 'FProcMeshVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Normal) == 0x00000C, "Member 'FProcMeshVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Tangent) == 0x000018, "Member 'FProcMeshVertex::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Color) == 0x000028, "Member 'FProcMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV0) == 0x00002C, "Member 'FProcMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV1) == 0x000034, "Member 'FProcMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV2) == 0x00003C, "Member 'FProcMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV3) == 0x000044, "Member 'FProcMeshVertex::UV3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshSection \ +static_assert(alignof(FProcMeshSection) == 0x000008, "Wrong alignment on FProcMeshSection"); \ +static_assert(sizeof(FProcMeshSection) == 0x000040, "Wrong size on FProcMeshSection"); \ +static_assert(offsetof(FProcMeshSection, ProcVertexBuffer) == 0x000000, "Member 'FProcMeshSection::ProcVertexBuffer' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, ProcIndexBuffer) == 0x000010, "Member 'FProcMeshSection::ProcIndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, SectionLocalBox) == 0x000020, "Member 'FProcMeshSection::SectionLocalBox' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bEnableCollision) == 0x00003C, "Member 'FProcMeshSection::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bSectionVisible) == 0x00003D, "Member 'FProcMeshSection::bSectionVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CalculateTangentsForMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Vertices) == 0x000000, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, UVs) == 0x000020, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Tangents) == 0x000040, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_ConvertQuadToTriangles \ +static_assert(alignof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Triangles) == 0x000000, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert0) == 0x000010, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert0' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert1) == 0x000014, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert1' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert2) == 0x000018, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert2' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert3) == 0x00001C, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent \ +static_assert(alignof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, StaticMeshComponent) == 0x000000, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, ProcMeshComponent) == 0x000010, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::ProcMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, bCreateCollision) == 0x000018, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshSplit \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UV1s) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UV1s' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, GridSpacing) == 0x000048, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::GridSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshTriangles \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, bWinding) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::bWinding' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshWelded \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, GridSpacing) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::GridSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GenerateBoxMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, BoxRadius) == 0x000000, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::BoxRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromProceduralMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, SectionIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromStaticMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, InMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::InMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, SectionIndex) == 0x00000C, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_SliceProceduralMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlanePosition) == 0x000008, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlanePosition' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlaneNormal) == 0x000014, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, bCreateOtherHalf) == 0x000020, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, OutOtherHalfProcMesh) == 0x000028, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapOption) == 0x000030, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapOption' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapMaterial) == 0x000038, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetProceduralMeshLibrary \ +static_assert(alignof(UKismetProceduralMeshLibrary) == 0x000008, "Wrong alignment on UKismetProceduralMeshLibrary"); \ +static_assert(sizeof(UKismetProceduralMeshLibrary) == 0x000028, "Wrong size on UKismetProceduralMeshLibrary"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_AddCollisionConvexMesh \ +static_assert(alignof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000008, "Wrong alignment on ProceduralMeshComponent_AddCollisionConvexMesh"); \ +static_assert(sizeof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000010, "Wrong size on ProceduralMeshComponent_AddCollisionConvexMesh"); \ +static_assert(offsetof(ProceduralMeshComponent_AddCollisionConvexMesh, ConvexVerts) == 0x000000, "Member 'ProceduralMeshComponent_AddCollisionConvexMesh::ConvexVerts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_ClearMeshSection \ +static_assert(alignof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong alignment on ProceduralMeshComponent_ClearMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong size on ProceduralMeshComponent_ClearMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_ClearMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_ClearMeshSection::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_CreateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection) == 0x000070, "Wrong size on ProceduralMeshComponent_CreateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection::Triangles' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, VertexColors) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Tangents) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, bCreateCollision) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x0000A0, "Wrong size on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Triangles' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV1) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV2) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV3) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, VertexColors) == 0x000078, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Tangents) == 0x000088, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bCreateCollision) == 0x000098, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_SetMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, bNewVisibility) == 0x000004, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection) == 0x000058, "Wrong size on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, VertexColors) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Tangents) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000088, "Wrong size on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV1) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV2) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV3) == 0x000058, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, VertexColors) == 0x000068, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Tangents) == 0x000078, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_GetNumSections \ +static_assert(alignof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong alignment on ProceduralMeshComponent_GetNumSections"); \ +static_assert(sizeof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong size on ProceduralMeshComponent_GetNumSections"); \ +static_assert(offsetof(ProceduralMeshComponent_GetNumSections, ReturnValue) == 0x000000, "Member 'ProceduralMeshComponent_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_IsMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, ReturnValue) == 0x000004, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralMeshComponent \ +static_assert(alignof(UProceduralMeshComponent) == 0x000010, "Wrong alignment on UProceduralMeshComponent"); \ +static_assert(sizeof(UProceduralMeshComponent) == 0x0004E0, "Wrong size on UProceduralMeshComponent"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000480, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000481, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x000488, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x000490, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0004A0, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x0004B0, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x0004D0, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosDestructionEvent \ +static_assert(alignof(FChaosDestructionEvent) == 0x000004, "Wrong alignment on FChaosDestructionEvent"); \ +static_assert(sizeof(FChaosDestructionEvent) == 0x000044, "Wrong size on FChaosDestructionEvent"); \ +static_assert(offsetof(FChaosDestructionEvent, Position) == 0x000000, "Member 'FChaosDestructionEvent::Position' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Normal) == 0x00000C, "Member 'FChaosDestructionEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Velocity) == 0x000018, "Member 'FChaosDestructionEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, AngularVelocity) == 0x000024, "Member 'FChaosDestructionEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, ExtentMin) == 0x000030, "Member 'FChaosDestructionEvent::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, ExtentMax) == 0x000034, "Member 'FChaosDestructionEvent::ExtentMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, ParticleID) == 0x000038, "Member 'FChaosDestructionEvent::ParticleID' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Time) == 0x00003C, "Member 'FChaosDestructionEvent::Time' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Type) == 0x000040, "Member 'FChaosDestructionEvent::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceChaosDestruction \ +static_assert(alignof(UNiagaraDataInterfaceChaosDestruction) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceChaosDestruction"); \ +static_assert(sizeof(UNiagaraDataInterfaceChaosDestruction) == 0x000238, "Wrong size on UNiagaraDataInterfaceChaosDestruction"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ChaosSolverActorSet) == 0x000038, "Member 'UNiagaraDataInterfaceChaosDestruction::ChaosSolverActorSet' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataSourceType) == 0x000088, "Member 'UNiagaraDataInterfaceChaosDestruction::DataSourceType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataProcessFrequency) == 0x00008C, "Member 'UNiagaraDataInterfaceChaosDestruction::DataProcessFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxNumberOfDataEntriesToSpawn) == 0x000090, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxNumberOfDataEntriesToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DoSpawn) == 0x000094, "Member 'UNiagaraDataInterfaceChaosDestruction::DoSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpawnMultiplierMinMax) == 0x000098, "Member 'UNiagaraDataInterfaceChaosDestruction::SpawnMultiplierMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpawnChance) == 0x0000A0, "Member 'UNiagaraDataInterfaceChaosDestruction::SpawnChance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ImpulseToSpawnMinMax) == 0x0000A4, "Member 'UNiagaraDataInterfaceChaosDestruction::ImpulseToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpeedToSpawnMinMax) == 0x0000AC, "Member 'UNiagaraDataInterfaceChaosDestruction::SpeedToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MassToSpawnMinMax) == 0x0000B4, "Member 'UNiagaraDataInterfaceChaosDestruction::MassToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ExtentMinToSpawnMinMax) == 0x0000BC, "Member 'UNiagaraDataInterfaceChaosDestruction::ExtentMinToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ExtentMaxToSpawnMinMax) == 0x0000C4, "Member 'UNiagaraDataInterfaceChaosDestruction::ExtentMaxToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VolumeToSpawnMinMax) == 0x0000CC, "Member 'UNiagaraDataInterfaceChaosDestruction::VolumeToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SolverTimeToSpawnMinMax) == 0x0000D4, "Member 'UNiagaraDataInterfaceChaosDestruction::SolverTimeToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SurfaceTypeToSpawn) == 0x0000DC, "Member 'UNiagaraDataInterfaceChaosDestruction::SurfaceTypeToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationFilteringMode) == 0x0000E0, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationFilteringMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationXToSpawn) == 0x0000E1, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationXToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationXToSpawnMinMax) == 0x0000E4, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationXToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationYToSpawn) == 0x0000EC, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationYToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationYToSpawnMinMax) == 0x0000F0, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationYToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationZToSpawn) == 0x0000F8, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationZToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationZToSpawnMinMax) == 0x0000FC, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationZToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataSortingType) == 0x000104, "Member 'UNiagaraDataInterfaceChaosDestruction::DataSortingType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalCollisionData) == 0x000105, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalCollisionData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DoSpatialHash) == 0x000106, "Member 'UNiagaraDataInterfaceChaosDestruction::DoSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMin) == 0x000108, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMax) == 0x000114, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeCellSize) == 0x000120, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeCellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxDataPerCell) == 0x00012C, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxDataPerCell' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bApplyMaterialsFilter) == 0x000130, "Member 'UNiagaraDataInterfaceChaosDestruction::bApplyMaterialsFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ChaosBreakingMaterialSet) == 0x000138, "Member 'UNiagaraDataInterfaceChaosDestruction::ChaosBreakingMaterialSet' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalBreakingData) == 0x000188, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalBreakingData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalTrailingData) == 0x000189, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalTrailingData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomPositionMagnitudeMinMax) == 0x00018C, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomPositionMagnitudeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, InheritedVelocityMultiplier) == 0x000194, "Member 'UNiagaraDataInterfaceChaosDestruction::InheritedVelocityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomVelocityGenerationType) == 0x000198, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomVelocityGenerationType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomVelocityMagnitudeMinMax) == 0x00019C, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomVelocityMagnitudeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpreadAngleMax) == 0x0001A4, "Member 'UNiagaraDataInterfaceChaosDestruction::SpreadAngleMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VelocityOffsetMin) == 0x0001A8, "Member 'UNiagaraDataInterfaceChaosDestruction::VelocityOffsetMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VelocityOffsetMax) == 0x0001B4, "Member 'UNiagaraDataInterfaceChaosDestruction::VelocityOffsetMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, FinalVelocityMagnitudeMinMax) == 0x0001C0, "Member 'UNiagaraDataInterfaceChaosDestruction::FinalVelocityMagnitudeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxLatency) == 0x0001C8, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DebugType) == 0x0001CC, "Member 'UNiagaraDataInterfaceChaosDestruction::DebugType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LastSpawnedPointID) == 0x0001D0, "Member 'UNiagaraDataInterfaceChaosDestruction::LastSpawnedPointID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LastSpawnTime) == 0x0001D4, "Member 'UNiagaraDataInterfaceChaosDestruction::LastSpawnTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SolverTime) == 0x0001E8, "Member 'UNiagaraDataInterfaceChaosDestruction::SolverTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, TimeStampOfLastProcessedData) == 0x0001EC, "Member 'UNiagaraDataInterfaceChaosDestruction::TimeStampOfLastProcessedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePhysicsField \ +static_assert(alignof(UNiagaraDataInterfacePhysicsField) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePhysicsField"); \ +static_assert(sizeof(UNiagaraDataInterfacePhysicsField) == 0x000038, "Wrong size on UNiagaraDataInterfacePhysicsField"); \ + +#define DUMPER7_ASSERTS_FMotoSynthRuntimeSettings \ +static_assert(alignof(FMotoSynthRuntimeSettings) == 0x000008, "Wrong alignment on FMotoSynthRuntimeSettings"); \ +static_assert(sizeof(FMotoSynthRuntimeSettings) == 0x000068, "Wrong size on FMotoSynthRuntimeSettings"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bSynthToneEnabled) == 0x000000, "Member 'FMotoSynthRuntimeSettings::bSynthToneEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, SynthToneVolume) == 0x000004, "Member 'FMotoSynthRuntimeSettings::SynthToneVolume' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, SynthToneFilterFrequency) == 0x000008, "Member 'FMotoSynthRuntimeSettings::SynthToneFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, SynthOctaveShift) == 0x00000C, "Member 'FMotoSynthRuntimeSettings::SynthOctaveShift' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bGranularEngineEnabled) == 0x000010, "Member 'FMotoSynthRuntimeSettings::bGranularEngineEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GranularEngineVolume) == 0x000014, "Member 'FMotoSynthRuntimeSettings::GranularEngineVolume' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GranularEnginePitchScale) == 0x000018, "Member 'FMotoSynthRuntimeSettings::GranularEnginePitchScale' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, NumSamplesToCrossfadeBetweenGrains) == 0x00001C, "Member 'FMotoSynthRuntimeSettings::NumSamplesToCrossfadeBetweenGrains' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, NumGrainTableEntriesPerGrain) == 0x000020, "Member 'FMotoSynthRuntimeSettings::NumGrainTableEntriesPerGrain' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GrainTableRandomOffsetForConstantRPMs) == 0x000024, "Member 'FMotoSynthRuntimeSettings::GrainTableRandomOffsetForConstantRPMs' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GrainCrossfadeSamplesForConstantRPMs) == 0x000028, "Member 'FMotoSynthRuntimeSettings::GrainCrossfadeSamplesForConstantRPMs' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, AccelerationSource) == 0x000030, "Member 'FMotoSynthRuntimeSettings::AccelerationSource' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, DecelerationSource) == 0x000038, "Member 'FMotoSynthRuntimeSettings::DecelerationSource' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bStereoWidenerEnabled) == 0x000040, "Member 'FMotoSynthRuntimeSettings::bStereoWidenerEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoDelayMsec) == 0x000044, "Member 'FMotoSynthRuntimeSettings::StereoDelayMsec' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoFeedback) == 0x000048, "Member 'FMotoSynthRuntimeSettings::StereoFeedback' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerWetlevel) == 0x00004C, "Member 'FMotoSynthRuntimeSettings::StereoWidenerWetlevel' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerDryLevel) == 0x000050, "Member 'FMotoSynthRuntimeSettings::StereoWidenerDryLevel' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerDelayRatio) == 0x000054, "Member 'FMotoSynthRuntimeSettings::StereoWidenerDelayRatio' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bStereoWidenerFilterEnabled) == 0x000058, "Member 'FMotoSynthRuntimeSettings::bStereoWidenerFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerFilterFrequency) == 0x00005C, "Member 'FMotoSynthRuntimeSettings::StereoWidenerFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerFilterQ) == 0x000060, "Member 'FMotoSynthRuntimeSettings::StereoWidenerFilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGrainTableEntry \ +static_assert(alignof(FGrainTableEntry) == 0x000004, "Wrong alignment on FGrainTableEntry"); \ +static_assert(sizeof(FGrainTableEntry) == 0x000008, "Wrong size on FGrainTableEntry"); \ +static_assert(offsetof(FGrainTableEntry, SampleIndex) == 0x000000, "Member 'FGrainTableEntry::SampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FGrainTableEntry, RPM) == 0x000004, "Member 'FGrainTableEntry::RPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotoSynthPreset \ +static_assert(alignof(UMotoSynthPreset) == 0x000008, "Wrong alignment on UMotoSynthPreset"); \ +static_assert(sizeof(UMotoSynthPreset) == 0x000090, "Wrong size on UMotoSynthPreset"); \ +static_assert(offsetof(UMotoSynthPreset, Settings) == 0x000028, "Member 'UMotoSynthPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotoSynthSource \ +static_assert(alignof(UMotoSynthSource) == 0x000008, "Wrong alignment on UMotoSynthSource"); \ +static_assert(sizeof(UMotoSynthSource) == 0x0000F8, "Wrong size on UMotoSynthSource"); \ +static_assert(offsetof(UMotoSynthSource, bConvertTo8Bit) == 0x000028, "Member 'UMotoSynthSource::bConvertTo8Bit' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, DownSampleFactor) == 0x00002C, "Member 'UMotoSynthSource::DownSampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, RPMCurve) == 0x000030, "Member 'UMotoSynthSource::RPMCurve' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, SourceData) == 0x0000B8, "Member 'UMotoSynthSource::SourceData' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, SourceDataPCM) == 0x0000C8, "Member 'UMotoSynthSource::SourceDataPCM' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, SourceSampleRate) == 0x0000D8, "Member 'UMotoSynthSource::SourceSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, GrainTable) == 0x0000E0, "Member 'UMotoSynthSource::GrainTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_GetRPMRange \ +static_assert(alignof(SynthComponentMoto_GetRPMRange) == 0x000004, "Wrong alignment on SynthComponentMoto_GetRPMRange"); \ +static_assert(sizeof(SynthComponentMoto_GetRPMRange) == 0x000008, "Wrong size on SynthComponentMoto_GetRPMRange"); \ +static_assert(offsetof(SynthComponentMoto_GetRPMRange, OutMinRPM) == 0x000000, "Member 'SynthComponentMoto_GetRPMRange::OutMinRPM' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMoto_GetRPMRange, OutMaxRPM) == 0x000004, "Member 'SynthComponentMoto_GetRPMRange::OutMaxRPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_SetRPM \ +static_assert(alignof(SynthComponentMoto_SetRPM) == 0x000004, "Wrong alignment on SynthComponentMoto_SetRPM"); \ +static_assert(sizeof(SynthComponentMoto_SetRPM) == 0x000008, "Wrong size on SynthComponentMoto_SetRPM"); \ +static_assert(offsetof(SynthComponentMoto_SetRPM, InRPM) == 0x000000, "Member 'SynthComponentMoto_SetRPM::InRPM' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMoto_SetRPM, InTimeSec) == 0x000004, "Member 'SynthComponentMoto_SetRPM::InTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_SetSettings \ +static_assert(alignof(SynthComponentMoto_SetSettings) == 0x000008, "Wrong alignment on SynthComponentMoto_SetSettings"); \ +static_assert(sizeof(SynthComponentMoto_SetSettings) == 0x000068, "Wrong size on SynthComponentMoto_SetSettings"); \ +static_assert(offsetof(SynthComponentMoto_SetSettings, InSettings) == 0x000000, "Member 'SynthComponentMoto_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_IsEnabled \ +static_assert(alignof(SynthComponentMoto_IsEnabled) == 0x000001, "Wrong alignment on SynthComponentMoto_IsEnabled"); \ +static_assert(sizeof(SynthComponentMoto_IsEnabled) == 0x000001, "Wrong size on SynthComponentMoto_IsEnabled"); \ +static_assert(offsetof(SynthComponentMoto_IsEnabled, ReturnValue) == 0x000000, "Member 'SynthComponentMoto_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponentMoto \ +static_assert(alignof(USynthComponentMoto) == 0x000010, "Wrong alignment on USynthComponentMoto"); \ +static_assert(sizeof(USynthComponentMoto) == 0x000780, "Wrong size on USynthComponentMoto"); \ +static_assert(offsetof(USynthComponentMoto, MotoSynthPreset) == 0x0006C0, "Member 'USynthComponentMoto::MotoSynthPreset' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMoto, RPM) == 0x0006C8, "Member 'USynthComponentMoto::RPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVSyncEnabled_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsVSyncEnabled_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsVSyncEnabled_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsVSyncEnabled_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsVSyncEnabled_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVSyncEnabled_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsVSyncEnabled_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled \ +static_assert(alignof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled) == 0x000008, "Wrong alignment on BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled"); \ +static_assert(sizeof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled) == 0x000020, "Wrong size on BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled, EntryPoint) == 0x000000, "Member 'BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsVSyncEnabled_C_ExecuteUbergraph_BP_OptionsVSyncEnabled::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVSyncEnabled_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsVSyncEnabled_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsVSyncEnabled_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVSyncEnabled_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsVSyncEnabled_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsVSyncEnabled_C_GetAppliedIntValue::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsVSyncEnabled_C_GetAppliedIntValue::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsVSyncEnabled_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVSyncEnabled_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsVSyncEnabled_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsVSyncEnabled_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsVSyncEnabled_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_OptionsVSyncEnabled_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVSyncEnabled_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsVSyncEnabled_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVSyncEnabled_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00000C, "Member 'BP_OptionsVSyncEnabled_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsVSyncEnabled_C \ +static_assert(alignof(UBP_OptionsVSyncEnabled_C) == 0x000008, "Wrong alignment on UBP_OptionsVSyncEnabled_C"); \ +static_assert(sizeof(UBP_OptionsVSyncEnabled_C) == 0x000030, "Wrong size on UBP_OptionsVSyncEnabled_C"); \ +static_assert(offsetof(UBP_OptionsVSyncEnabled_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsVSyncEnabled_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapARPinState \ +static_assert(alignof(FMagicLeapARPinState) == 0x000004, "Wrong alignment on FMagicLeapARPinState"); \ +static_assert(sizeof(FMagicLeapARPinState) == 0x000014, "Wrong size on FMagicLeapARPinState"); \ +static_assert(offsetof(FMagicLeapARPinState, Confidence) == 0x000000, "Member 'FMagicLeapARPinState::Confidence' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinState, ValidRadius) == 0x000004, "Member 'FMagicLeapARPinState::ValidRadius' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinState, RotationError) == 0x000008, "Member 'FMagicLeapARPinState::RotationError' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinState, TranslationError) == 0x00000C, "Member 'FMagicLeapARPinState::TranslationError' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinState, PinType) == 0x000010, "Member 'FMagicLeapARPinState::PinType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapARPinQuery \ +static_assert(alignof(FMagicLeapARPinQuery) == 0x000008, "Wrong alignment on FMagicLeapARPinQuery"); \ +static_assert(sizeof(FMagicLeapARPinQuery) == 0x000068, "Wrong size on FMagicLeapARPinQuery"); \ +static_assert(offsetof(FMagicLeapARPinQuery, Types) == 0x000000, "Member 'FMagicLeapARPinQuery::Types' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinQuery, MaxResults) == 0x000050, "Member 'FMagicLeapARPinQuery::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinQuery, TargetPoint) == 0x000054, "Member 'FMagicLeapARPinQuery::TargetPoint' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinQuery, Radius) == 0x000060, "Member 'FMagicLeapARPinQuery::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapARPinQuery, bSorted) == 0x000064, "Member 'FMagicLeapARPinQuery::bSorted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapARPinObjectIdList \ +static_assert(alignof(FMagicLeapARPinObjectIdList) == 0x000008, "Wrong alignment on FMagicLeapARPinObjectIdList"); \ +static_assert(sizeof(FMagicLeapARPinObjectIdList) == 0x000050, "Wrong size on FMagicLeapARPinObjectIdList"); \ +static_assert(offsetof(FMagicLeapARPinObjectIdList, ObjectIdList) == 0x000000, "Member 'FMagicLeapARPinObjectIdList::ObjectIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_AttemptPinDataRestoration \ +static_assert(alignof(MagicLeapARPinComponent_AttemptPinDataRestoration) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_AttemptPinDataRestoration"); \ +static_assert(sizeof(MagicLeapARPinComponent_AttemptPinDataRestoration) == 0x000001, "Wrong size on MagicLeapARPinComponent_AttemptPinDataRestoration"); \ +static_assert(offsetof(MagicLeapARPinComponent_AttemptPinDataRestoration, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_AttemptPinDataRestoration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_GetPinData \ +static_assert(alignof(MagicLeapARPinComponent_GetPinData) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_GetPinData"); \ +static_assert(sizeof(MagicLeapARPinComponent_GetPinData) == 0x000010, "Wrong size on MagicLeapARPinComponent_GetPinData"); \ +static_assert(offsetof(MagicLeapARPinComponent_GetPinData, PinDataClass_0) == 0x000000, "Member 'MagicLeapARPinComponent_GetPinData::PinDataClass_0' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_GetPinData, ReturnValue) == 0x000008, "Member 'MagicLeapARPinComponent_GetPinData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinActor \ +static_assert(alignof(MagicLeapARPinComponent_PinActor) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_PinActor"); \ +static_assert(sizeof(MagicLeapARPinComponent_PinActor) == 0x000010, "Wrong size on MagicLeapARPinComponent_PinActor"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinActor, ActorToPin) == 0x000000, "Member 'MagicLeapARPinComponent_PinActor::ActorToPin' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinActor, ReturnValue) == 0x000008, "Member 'MagicLeapARPinComponent_PinActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinSceneComponent \ +static_assert(alignof(MagicLeapARPinComponent_PinSceneComponent) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_PinSceneComponent"); \ +static_assert(sizeof(MagicLeapARPinComponent_PinSceneComponent) == 0x000010, "Wrong size on MagicLeapARPinComponent_PinSceneComponent"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinSceneComponent, ComponentToPin) == 0x000000, "Member 'MagicLeapARPinComponent_PinSceneComponent::ComponentToPin' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinSceneComponent, ReturnValue) == 0x000008, "Member 'MagicLeapARPinComponent_PinSceneComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinToID \ +static_assert(alignof(MagicLeapARPinComponent_PinToID) == 0x000004, "Wrong alignment on MagicLeapARPinComponent_PinToID"); \ +static_assert(sizeof(MagicLeapARPinComponent_PinToID) == 0x000014, "Wrong size on MagicLeapARPinComponent_PinToID"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinToID, PinId) == 0x000000, "Member 'MagicLeapARPinComponent_PinToID::PinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinToID, ReturnValue) == 0x000010, "Member 'MagicLeapARPinComponent_PinToID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinToRestoredOrSyncedID \ +static_assert(alignof(MagicLeapARPinComponent_PinToRestoredOrSyncedID) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_PinToRestoredOrSyncedID"); \ +static_assert(sizeof(MagicLeapARPinComponent_PinToRestoredOrSyncedID) == 0x000001, "Wrong size on MagicLeapARPinComponent_PinToRestoredOrSyncedID"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinToRestoredOrSyncedID, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_PinToRestoredOrSyncedID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_TryGetPinData \ +static_assert(alignof(MagicLeapARPinComponent_TryGetPinData) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_TryGetPinData"); \ +static_assert(sizeof(MagicLeapARPinComponent_TryGetPinData) == 0x000018, "Wrong size on MagicLeapARPinComponent_TryGetPinData"); \ +static_assert(offsetof(MagicLeapARPinComponent_TryGetPinData, InPinDataClass) == 0x000000, "Member 'MagicLeapARPinComponent_TryGetPinData::InPinDataClass' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_TryGetPinData, OutPinDataValid) == 0x000008, "Member 'MagicLeapARPinComponent_TryGetPinData::OutPinDataValid' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_TryGetPinData, ReturnValue) == 0x000010, "Member 'MagicLeapARPinComponent_TryGetPinData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_GetPinnedPinID \ +static_assert(alignof(MagicLeapARPinComponent_GetPinnedPinID) == 0x000004, "Wrong alignment on MagicLeapARPinComponent_GetPinnedPinID"); \ +static_assert(sizeof(MagicLeapARPinComponent_GetPinnedPinID) == 0x000014, "Wrong size on MagicLeapARPinComponent_GetPinnedPinID"); \ +static_assert(offsetof(MagicLeapARPinComponent_GetPinnedPinID, PinId) == 0x000000, "Member 'MagicLeapARPinComponent_GetPinnedPinID::PinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_GetPinnedPinID, ReturnValue) == 0x000010, "Member 'MagicLeapARPinComponent_GetPinnedPinID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_GetPinState \ +static_assert(alignof(MagicLeapARPinComponent_GetPinState) == 0x000004, "Wrong alignment on MagicLeapARPinComponent_GetPinState"); \ +static_assert(sizeof(MagicLeapARPinComponent_GetPinState) == 0x000018, "Wrong size on MagicLeapARPinComponent_GetPinState"); \ +static_assert(offsetof(MagicLeapARPinComponent_GetPinState, State) == 0x000000, "Member 'MagicLeapARPinComponent_GetPinState::State' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinComponent_GetPinState, ReturnValue) == 0x000014, "Member 'MagicLeapARPinComponent_GetPinState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_IsPinned \ +static_assert(alignof(MagicLeapARPinComponent_IsPinned) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_IsPinned"); \ +static_assert(sizeof(MagicLeapARPinComponent_IsPinned) == 0x000001, "Wrong size on MagicLeapARPinComponent_IsPinned"); \ +static_assert(offsetof(MagicLeapARPinComponent_IsPinned, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_IsPinned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinRestoredOrSynced \ +static_assert(alignof(MagicLeapARPinComponent_PinRestoredOrSynced) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_PinRestoredOrSynced"); \ +static_assert(sizeof(MagicLeapARPinComponent_PinRestoredOrSynced) == 0x000001, "Wrong size on MagicLeapARPinComponent_PinRestoredOrSynced"); \ +static_assert(offsetof(MagicLeapARPinComponent_PinRestoredOrSynced, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_PinRestoredOrSynced::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapARPinComponent \ +static_assert(alignof(UMagicLeapARPinComponent) == 0x000010, "Wrong alignment on UMagicLeapARPinComponent"); \ +static_assert(sizeof(UMagicLeapARPinComponent) == 0x0003B0, "Wrong size on UMagicLeapARPinComponent"); \ +static_assert(offsetof(UMagicLeapARPinComponent, ObjectUID) == 0x0001F8, "Member 'UMagicLeapARPinComponent::ObjectUID' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, UserIndex) == 0x000208, "Member 'UMagicLeapARPinComponent::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, AutoPinType) == 0x00020C, "Member 'UMagicLeapARPinComponent::AutoPinType' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, bShouldPinActor) == 0x00020D, "Member 'UMagicLeapARPinComponent::bShouldPinActor' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, PinDataClass) == 0x000210, "Member 'UMagicLeapARPinComponent::PinDataClass' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, SearchPinTypes) == 0x000218, "Member 'UMagicLeapARPinComponent::SearchPinTypes' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, SearchVolume) == 0x000268, "Member 'UMagicLeapARPinComponent::SearchVolume' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, OnPersistentEntityPinned) == 0x000270, "Member 'UMagicLeapARPinComponent::OnPersistentEntityPinned' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, OnPersistentEntityPinLost) == 0x000280, "Member 'UMagicLeapARPinComponent::OnPersistentEntityPinLost' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, OnPinDataLoadAttemptCompleted) == 0x000290, "Member 'UMagicLeapARPinComponent::OnPinDataLoadAttemptCompleted' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, PinnedCFUID) == 0x0002A0, "Member 'UMagicLeapARPinComponent::PinnedCFUID' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, PinnedSceneComponent) == 0x0002B0, "Member 'UMagicLeapARPinComponent::PinnedSceneComponent' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinComponent, PinData) == 0x0002B8, "Member 'UMagicLeapARPinComponent::PinData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_ARPinIdToString \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_ARPinIdToString) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_ARPinIdToString"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_ARPinIdToString) == 0x000020, "Wrong size on MagicLeapARPinFunctionLibrary_ARPinIdToString"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_ARPinIdToString, ARPinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_ARPinIdToString::ARPinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_ARPinIdToString, ReturnValue) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_ARPinIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_CreateTracker \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_CreateTracker) == 0x000001, "Wrong alignment on MagicLeapARPinFunctionLibrary_CreateTracker"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_CreateTracker) == 0x000001, "Wrong size on MagicLeapARPinFunctionLibrary_CreateTracker"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_CreateTracker, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_CreateTracker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_DestroyTracker \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_DestroyTracker) == 0x000001, "Wrong alignment on MagicLeapARPinFunctionLibrary_DestroyTracker"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_DestroyTracker) == 0x000001, "Wrong size on MagicLeapARPinFunctionLibrary_DestroyTracker"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_DestroyTracker, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_DestroyTracker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation) == 0x00002C, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, PinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::PinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, Position) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::Position' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, Orientation) == 0x00001C, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, PinFoundInEnvironment) == 0x000028, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::PinFoundInEnvironment' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, ReturnValue) == 0x000029, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace) == 0x00002C, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, PinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::PinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, Position) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::Position' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, Orientation) == 0x00001C, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::Orientation' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, PinFoundInEnvironment) == 0x000028, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::PinFoundInEnvironment' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, ReturnValue) == 0x000029, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinState \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinState) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinState"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinState) == 0x000028, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinState"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinState, PinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinState::PinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinState, State) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_GetARPinState::State' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinState, ReturnValue) == 0x000024, "Member 'MagicLeapARPinFunctionLibrary_GetARPinState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinStateToString \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinStateToString) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinStateToString"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinStateToString) == 0x000028, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinStateToString"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinStateToString, State) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinStateToString::State' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinStateToString, ReturnValue) == 0x000018, "Member 'MagicLeapARPinFunctionLibrary_GetARPinStateToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetAvailableARPins \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetAvailableARPins) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetAvailableARPins"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetAvailableARPins) == 0x000020, "Wrong size on MagicLeapARPinFunctionLibrary_GetAvailableARPins"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetAvailableARPins, NumRequested) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetAvailableARPins::NumRequested' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetAvailableARPins, Pins) == 0x000008, "Member 'MagicLeapARPinFunctionLibrary_GetAvailableARPins::Pins' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetAvailableARPins, ReturnValue) == 0x000018, "Member 'MagicLeapARPinFunctionLibrary_GetAvailableARPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetClosestARPin \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetClosestARPin) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetClosestARPin"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetClosestARPin) == 0x000020, "Wrong size on MagicLeapARPinFunctionLibrary_GetClosestARPin"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetClosestARPin, SearchPoint) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetClosestARPin::SearchPoint' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetClosestARPin, PinId) == 0x00000C, "Member 'MagicLeapARPinFunctionLibrary_GetClosestARPin::PinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetClosestARPin, ReturnValue) == 0x00001C, "Member 'MagicLeapARPinFunctionLibrary_GetClosestARPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex) == 0x000004, "Wrong size on MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter) == 0x000070, "Wrong size on MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter, CurrentGlobalFilter) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter::CurrentGlobalFilter' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter, ReturnValue) == 0x000068, "Member 'MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetNumAvailableARPins \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetNumAvailableARPins"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins) == 0x000008, "Wrong size on MagicLeapARPinFunctionLibrary_GetNumAvailableARPins"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins, Count) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetNumAvailableARPins::Count' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins, ReturnValue) == 0x000004, "Member 'MagicLeapARPinFunctionLibrary_GetNumAvailableARPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_IsTrackerValid \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong alignment on MagicLeapARPinFunctionLibrary_IsTrackerValid"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong size on MagicLeapARPinFunctionLibrary_IsTrackerValid"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_IsTrackerValid, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_IsTrackerValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_ParseStringToARPinId \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_ParseStringToARPinId"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId) == 0x000028, "Wrong size on MagicLeapARPinFunctionLibrary_ParseStringToARPinId"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId, PinIdString) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_ParseStringToARPinId::PinIdString' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId, ARPinId) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_ParseStringToARPinId::ARPinId' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId, ReturnValue) == 0x000020, "Member 'MagicLeapARPinFunctionLibrary_ParseStringToARPinId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_QueryARPins \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_QueryARPins) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_QueryARPins"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_QueryARPins) == 0x000080, "Wrong size on MagicLeapARPinFunctionLibrary_QueryARPins"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_QueryARPins, Query) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_QueryARPins::Query' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_QueryARPins, Pins) == 0x000068, "Member 'MagicLeapARPinFunctionLibrary_QueryARPins::Pins' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_QueryARPins, ReturnValue) == 0x000078, "Member 'MagicLeapARPinFunctionLibrary_QueryARPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex) == 0x000004, "Wrong size on MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex, UserIndex) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter) == 0x000070, "Wrong size on MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter, InGlobalFilter) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter::InGlobalFilter' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter, ReturnValue) == 0x000068, "Member 'MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate \ +static_assert(alignof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate"); \ +static_assert(sizeof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate"); \ +static_assert(offsetof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapARPinFunctionLibrary \ +static_assert(alignof(UMagicLeapARPinFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapARPinFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapARPinFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapARPinFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AMagicLeapARPinInfoActorBase \ +static_assert(alignof(AMagicLeapARPinInfoActorBase) == 0x000008, "Wrong alignment on AMagicLeapARPinInfoActorBase"); \ +static_assert(sizeof(AMagicLeapARPinInfoActorBase) == 0x000240, "Wrong size on AMagicLeapARPinInfoActorBase"); \ +static_assert(offsetof(AMagicLeapARPinInfoActorBase, PinId) == 0x000228, "Member 'AMagicLeapARPinInfoActorBase::PinId' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActorBase, bVisibilityOverride) == 0x000238, "Member 'AMagicLeapARPinInfoActorBase::bVisibilityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinRenderer_SetVisibilityOverride \ +static_assert(alignof(MagicLeapARPinRenderer_SetVisibilityOverride) == 0x000001, "Wrong alignment on MagicLeapARPinRenderer_SetVisibilityOverride"); \ +static_assert(sizeof(MagicLeapARPinRenderer_SetVisibilityOverride) == 0x000001, "Wrong size on MagicLeapARPinRenderer_SetVisibilityOverride"); \ +static_assert(offsetof(MagicLeapARPinRenderer_SetVisibilityOverride, InVisibilityOverride) == 0x000000, "Member 'MagicLeapARPinRenderer_SetVisibilityOverride::InVisibilityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMagicLeapARPinRenderer \ +static_assert(alignof(AMagicLeapARPinRenderer) == 0x000008, "Wrong alignment on AMagicLeapARPinRenderer"); \ +static_assert(sizeof(AMagicLeapARPinRenderer) == 0x000290, "Wrong size on AMagicLeapARPinRenderer"); \ +static_assert(offsetof(AMagicLeapARPinRenderer, bInfoActorsVisibilityOverride) == 0x000228, "Member 'AMagicLeapARPinRenderer::bInfoActorsVisibilityOverride' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinRenderer, AllInfoActors) == 0x000230, "Member 'AMagicLeapARPinRenderer::AllInfoActors' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinRenderer, ClassToSpawn) == 0x000288, "Member 'AMagicLeapARPinRenderer::ClassToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapARPinSettings \ +static_assert(alignof(UMagicLeapARPinSettings) == 0x000008, "Wrong alignment on UMagicLeapARPinSettings"); \ +static_assert(sizeof(UMagicLeapARPinSettings) == 0x000040, "Wrong size on UMagicLeapARPinSettings"); \ +static_assert(offsetof(UMagicLeapARPinSettings, UpdateCheckFrequency) == 0x000028, "Member 'UMagicLeapARPinSettings::UpdateCheckFrequency' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinSettings, OnUpdatedEventTriggerDelta) == 0x00002C, "Member 'UMagicLeapARPinSettings::OnUpdatedEventTriggerDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapARPinSaveGame \ +static_assert(alignof(UMagicLeapARPinSaveGame) == 0x000010, "Wrong alignment on UMagicLeapARPinSaveGame"); \ +static_assert(sizeof(UMagicLeapARPinSaveGame) == 0x0000B0, "Wrong size on UMagicLeapARPinSaveGame"); \ +static_assert(offsetof(UMagicLeapARPinSaveGame, PinnedID) == 0x000028, "Member 'UMagicLeapARPinSaveGame::PinnedID' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinSaveGame, ComponentWorldTransform) == 0x000040, "Member 'UMagicLeapARPinSaveGame::ComponentWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinSaveGame, PinTransform) == 0x000070, "Member 'UMagicLeapARPinSaveGame::PinTransform' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapARPinSaveGame, bShouldPinActor) == 0x0000A0, "Member 'UMagicLeapARPinSaveGame::bShouldPinActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapARPinContentBindings \ +static_assert(alignof(UMagicLeapARPinContentBindings) == 0x000008, "Wrong alignment on UMagicLeapARPinContentBindings"); \ +static_assert(sizeof(UMagicLeapARPinContentBindings) == 0x000078, "Wrong size on UMagicLeapARPinContentBindings"); \ +static_assert(offsetof(UMagicLeapARPinContentBindings, AllContentBindings) == 0x000028, "Member 'UMagicLeapARPinContentBindings::AllContentBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapSharedWorldSharedData \ +static_assert(alignof(FMagicLeapSharedWorldSharedData) == 0x000008, "Wrong alignment on FMagicLeapSharedWorldSharedData"); \ +static_assert(sizeof(FMagicLeapSharedWorldSharedData) == 0x000010, "Wrong size on FMagicLeapSharedWorldSharedData"); \ +static_assert(offsetof(FMagicLeapSharedWorldSharedData, PinIDs) == 0x000000, "Member 'FMagicLeapSharedWorldSharedData::PinIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapSharedWorldAlignmentTransforms \ +static_assert(alignof(FMagicLeapSharedWorldAlignmentTransforms) == 0x000008, "Wrong alignment on FMagicLeapSharedWorldAlignmentTransforms"); \ +static_assert(sizeof(FMagicLeapSharedWorldAlignmentTransforms) == 0x000010, "Wrong size on FMagicLeapSharedWorldAlignmentTransforms"); \ +static_assert(offsetof(FMagicLeapSharedWorldAlignmentTransforms, AlignmentTransforms) == 0x000000, "Member 'FMagicLeapSharedWorldAlignmentTransforms::AlignmentTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapSharedWorldPinData \ +static_assert(alignof(FMagicLeapSharedWorldPinData) == 0x000004, "Wrong alignment on FMagicLeapSharedWorldPinData"); \ +static_assert(sizeof(FMagicLeapSharedWorldPinData) == 0x000024, "Wrong size on FMagicLeapSharedWorldPinData"); \ +static_assert(offsetof(FMagicLeapSharedWorldPinData, PinId) == 0x000000, "Member 'FMagicLeapSharedWorldPinData::PinId' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapSharedWorldPinData, PinState) == 0x000010, "Member 'FMagicLeapSharedWorldPinData::PinState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapSharedWorldLocalData \ +static_assert(alignof(FMagicLeapSharedWorldLocalData) == 0x000008, "Wrong alignment on FMagicLeapSharedWorldLocalData"); \ +static_assert(sizeof(FMagicLeapSharedWorldLocalData) == 0x000010, "Wrong size on FMagicLeapSharedWorldLocalData"); \ +static_assert(offsetof(FMagicLeapSharedWorldLocalData, LocalPins) == 0x000000, "Member 'FMagicLeapSharedWorldLocalData::LocalPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldGameMode_DetermineSharedWorldData \ +static_assert(alignof(MagicLeapSharedWorldGameMode_DetermineSharedWorldData) == 0x000008, "Wrong alignment on MagicLeapSharedWorldGameMode_DetermineSharedWorldData"); \ +static_assert(sizeof(MagicLeapSharedWorldGameMode_DetermineSharedWorldData) == 0x000010, "Wrong size on MagicLeapSharedWorldGameMode_DetermineSharedWorldData"); \ +static_assert(offsetof(MagicLeapSharedWorldGameMode_DetermineSharedWorldData, NewSharedWorldData) == 0x000000, "Member 'MagicLeapSharedWorldGameMode_DetermineSharedWorldData::NewSharedWorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients \ +static_assert(alignof(MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients) == 0x000001, "Wrong alignment on MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients"); \ +static_assert(sizeof(MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients) == 0x000001, "Wrong size on MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients"); \ +static_assert(offsetof(MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMagicLeapSharedWorldGameMode \ +static_assert(alignof(AMagicLeapSharedWorldGameMode) == 0x000008, "Wrong alignment on AMagicLeapSharedWorldGameMode"); \ +static_assert(sizeof(AMagicLeapSharedWorldGameMode) == 0x0003E0, "Wrong size on AMagicLeapSharedWorldGameMode"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameMode, SharedWorldData) == 0x000310, "Member 'AMagicLeapSharedWorldGameMode::SharedWorldData' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameMode, OnNewLocalDataFromClients) == 0x000320, "Member 'AMagicLeapSharedWorldGameMode::OnNewLocalDataFromClients' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameMode, PinSelectionConfidenceThreshold) == 0x000330, "Member 'AMagicLeapSharedWorldGameMode::PinSelectionConfidenceThreshold' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameMode, ChosenOne) == 0x0003D8, "Member 'AMagicLeapSharedWorldGameMode::ChosenOne' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform \ +static_assert(alignof(MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform) == 0x000010, "Wrong alignment on MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform"); \ +static_assert(sizeof(MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform) == 0x000030, "Wrong size on MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform"); \ +static_assert(offsetof(MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMagicLeapSharedWorldGameState \ +static_assert(alignof(AMagicLeapSharedWorldGameState) == 0x000008, "Wrong alignment on AMagicLeapSharedWorldGameState"); \ +static_assert(sizeof(AMagicLeapSharedWorldGameState) == 0x0002D8, "Wrong size on AMagicLeapSharedWorldGameState"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameState, SharedWorldData) == 0x000298, "Member 'AMagicLeapSharedWorldGameState::SharedWorldData' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameState, AlignmentTransforms) == 0x0002A8, "Member 'AMagicLeapSharedWorldGameState::AlignmentTransforms' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameState, OnSharedWorldDataUpdated) == 0x0002B8, "Member 'AMagicLeapSharedWorldGameState::OnSharedWorldDataUpdated' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapSharedWorldGameState, OnAlignmentTransformsUpdated) == 0x0002C8, "Member 'AMagicLeapSharedWorldGameState::OnAlignmentTransformsUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_ClientSetChosenOne \ +static_assert(alignof(MagicLeapSharedWorldPlayerController_ClientSetChosenOne) == 0x000001, "Wrong alignment on MagicLeapSharedWorldPlayerController_ClientSetChosenOne"); \ +static_assert(sizeof(MagicLeapSharedWorldPlayerController_ClientSetChosenOne) == 0x000001, "Wrong size on MagicLeapSharedWorldPlayerController_ClientSetChosenOne"); \ +static_assert(offsetof(MagicLeapSharedWorldPlayerController_ClientSetChosenOne, bChosenOne) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_ClientSetChosenOne::bChosenOne' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms \ +static_assert(alignof(MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms) == 0x000008, "Wrong alignment on MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms"); \ +static_assert(sizeof(MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms) == 0x000010, "Wrong size on MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms"); \ +static_assert(offsetof(MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms, InAlignmentTransforms) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms::InAlignmentTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData \ +static_assert(alignof(MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData) == 0x000008, "Wrong alignment on MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData"); \ +static_assert(sizeof(MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData) == 0x000010, "Wrong size on MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData"); \ +static_assert(offsetof(MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData, LocalWorldReplicationData) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData::LocalWorldReplicationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer \ +static_assert(alignof(MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer) == 0x000001, "Wrong alignment on MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer"); \ +static_assert(sizeof(MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer) == 0x000001, "Wrong size on MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer"); \ +static_assert(offsetof(MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_IsChosenOne \ +static_assert(alignof(MagicLeapSharedWorldPlayerController_IsChosenOne) == 0x000001, "Wrong alignment on MagicLeapSharedWorldPlayerController_IsChosenOne"); \ +static_assert(sizeof(MagicLeapSharedWorldPlayerController_IsChosenOne) == 0x000001, "Wrong size on MagicLeapSharedWorldPlayerController_IsChosenOne"); \ +static_assert(offsetof(MagicLeapSharedWorldPlayerController_IsChosenOne, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_IsChosenOne::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMagicLeapSharedWorldPlayerController \ +static_assert(alignof(AMagicLeapSharedWorldPlayerController) == 0x000008, "Wrong alignment on AMagicLeapSharedWorldPlayerController"); \ +static_assert(sizeof(AMagicLeapSharedWorldPlayerController) == 0x0005A0, "Wrong size on AMagicLeapSharedWorldPlayerController"); \ + +#define DUMPER7_ASSERTS_FMagicLeapMeshBlockInfo \ +static_assert(alignof(FMagicLeapMeshBlockInfo) == 0x000008, "Wrong alignment on FMagicLeapMeshBlockInfo"); \ +static_assert(sizeof(FMagicLeapMeshBlockInfo) == 0x000048, "Wrong size on FMagicLeapMeshBlockInfo"); \ +static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockID) == 0x000000, "Member 'FMagicLeapMeshBlockInfo::BlockID' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockPosition) == 0x000010, "Member 'FMagicLeapMeshBlockInfo::BlockPosition' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockOrientation) == 0x00001C, "Member 'FMagicLeapMeshBlockInfo::BlockOrientation' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockDimensions) == 0x000028, "Member 'FMagicLeapMeshBlockInfo::BlockDimensions' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapMeshBlockInfo, Timestamp) == 0x000038, "Member 'FMagicLeapMeshBlockInfo::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockState) == 0x000040, "Member 'FMagicLeapMeshBlockInfo::BlockState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPurchaseItemDetails \ +static_assert(alignof(FPurchaseItemDetails) == 0x000008, "Wrong alignment on FPurchaseItemDetails"); \ +static_assert(sizeof(FPurchaseItemDetails) == 0x000040, "Wrong size on FPurchaseItemDetails"); \ +static_assert(offsetof(FPurchaseItemDetails, Price) == 0x000010, "Member 'FPurchaseItemDetails::Price' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseItemDetails, Name) == 0x000020, "Member 'FPurchaseItemDetails::Name' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseItemDetails, Type) == 0x000030, "Member 'FPurchaseItemDetails::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPurchaseConfirmation \ +static_assert(alignof(FPurchaseConfirmation) == 0x000008, "Wrong alignment on FPurchaseConfirmation"); \ +static_assert(sizeof(FPurchaseConfirmation) == 0x000050, "Wrong size on FPurchaseConfirmation"); \ +static_assert(offsetof(FPurchaseConfirmation, PackageName) == 0x000010, "Member 'FPurchaseConfirmation::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseConfirmation, Type) == 0x000048, "Member 'FPurchaseConfirmation::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapRaycastHitResult \ +static_assert(alignof(FMagicLeapRaycastHitResult) == 0x000004, "Wrong alignment on FMagicLeapRaycastHitResult"); \ +static_assert(sizeof(FMagicLeapRaycastHitResult) == 0x000024, "Wrong size on FMagicLeapRaycastHitResult"); \ +static_assert(offsetof(FMagicLeapRaycastHitResult, HitState) == 0x000000, "Member 'FMagicLeapRaycastHitResult::HitState' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastHitResult, HitPoint) == 0x000004, "Member 'FMagicLeapRaycastHitResult::HitPoint' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastHitResult, Normal) == 0x000010, "Member 'FMagicLeapRaycastHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastHitResult, Confidence) == 0x00001C, "Member 'FMagicLeapRaycastHitResult::Confidence' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastHitResult, UserData) == 0x000020, "Member 'FMagicLeapRaycastHitResult::UserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapResult \ +static_assert(alignof(FMagicLeapResult) == 0x000008, "Wrong alignment on FMagicLeapResult"); \ +static_assert(sizeof(FMagicLeapResult) == 0x000018, "Wrong size on FMagicLeapResult"); \ +static_assert(offsetof(FMagicLeapResult, bSuccess) == 0x000000, "Member 'FMagicLeapResult::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapResult, AdditionalInfo) == 0x000008, "Member 'FMagicLeapResult::AdditionalInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapMeshBlockRequest \ +static_assert(alignof(FMagicLeapMeshBlockRequest) == 0x000004, "Wrong alignment on FMagicLeapMeshBlockRequest"); \ +static_assert(sizeof(FMagicLeapMeshBlockRequest) == 0x000014, "Wrong size on FMagicLeapMeshBlockRequest"); \ +static_assert(offsetof(FMagicLeapMeshBlockRequest, BlockID) == 0x000000, "Member 'FMagicLeapMeshBlockRequest::BlockID' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapMeshBlockRequest, LevelOfDetail) == 0x000010, "Member 'FMagicLeapMeshBlockRequest::LevelOfDetail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapRaycastQueryParams \ +static_assert(alignof(FMagicLeapRaycastQueryParams) == 0x000004, "Wrong alignment on FMagicLeapRaycastQueryParams"); \ +static_assert(sizeof(FMagicLeapRaycastQueryParams) == 0x000038, "Wrong size on FMagicLeapRaycastQueryParams"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, Position) == 0x000000, "Member 'FMagicLeapRaycastQueryParams::Position' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, Direction) == 0x00000C, "Member 'FMagicLeapRaycastQueryParams::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, UpVector) == 0x000018, "Member 'FMagicLeapRaycastQueryParams::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, Width) == 0x000024, "Member 'FMagicLeapRaycastQueryParams::Width' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, Height) == 0x000028, "Member 'FMagicLeapRaycastQueryParams::Height' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, HorizontalFovDegrees) == 0x00002C, "Member 'FMagicLeapRaycastQueryParams::HorizontalFovDegrees' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, CollideWithUnobserved) == 0x000030, "Member 'FMagicLeapRaycastQueryParams::CollideWithUnobserved' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapRaycastQueryParams, UserData) == 0x000034, "Member 'FMagicLeapRaycastQueryParams::UserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapTrackingMeshInfo \ +static_assert(alignof(FMagicLeapTrackingMeshInfo) == 0x000008, "Wrong alignment on FMagicLeapTrackingMeshInfo"); \ +static_assert(sizeof(FMagicLeapTrackingMeshInfo) == 0x000018, "Wrong size on FMagicLeapTrackingMeshInfo"); \ +static_assert(offsetof(FMagicLeapTrackingMeshInfo, Timestamp) == 0x000000, "Member 'FMagicLeapTrackingMeshInfo::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTrackingMeshInfo, BlockData) == 0x000008, "Member 'FMagicLeapTrackingMeshInfo::BlockData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapGraphicsClientPerformanceInfo \ +static_assert(alignof(FMagicLeapGraphicsClientPerformanceInfo) == 0x000004, "Wrong alignment on FMagicLeapGraphicsClientPerformanceInfo"); \ +static_assert(sizeof(FMagicLeapGraphicsClientPerformanceInfo) == 0x00001C, "Wrong size on FMagicLeapGraphicsClientPerformanceInfo"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameStartCPUCompAcquireCPUTimeMs) == 0x000000, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameStartCPUCompAcquireCPUTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameStartCPUFrameEndGPUTimeMs) == 0x000004, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameStartCPUFrameEndGPUTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameStartCPUFrameStartCPUTimeMs) == 0x000008, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameStartCPUFrameStartCPUTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameDurationCPUTimeMs) == 0x00000C, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameDurationCPUTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameDurationGPUTimeMs) == 0x000010, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameDurationGPUTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameInternalDurationCPUTimeMs) == 0x000014, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameInternalDurationCPUTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameInternalDurationGPUTimeMs) == 0x000018, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameInternalDurationGPUTimeMs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapHeadTrackingState \ +static_assert(alignof(FMagicLeapHeadTrackingState) == 0x000004, "Wrong alignment on FMagicLeapHeadTrackingState"); \ +static_assert(sizeof(FMagicLeapHeadTrackingState) == 0x000008, "Wrong size on FMagicLeapHeadTrackingState"); \ +static_assert(offsetof(FMagicLeapHeadTrackingState, Mode) == 0x000000, "Member 'FMagicLeapHeadTrackingState::Mode' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHeadTrackingState, Error) == 0x000001, "Member 'FMagicLeapHeadTrackingState::Error' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHeadTrackingState, Confidence) == 0x000004, "Member 'FMagicLeapHeadTrackingState::Confidence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapSettings \ +static_assert(alignof(UMagicLeapSettings) == 0x000008, "Wrong alignment on UMagicLeapSettings"); \ +static_assert(sizeof(UMagicLeapSettings) == 0x000030, "Wrong size on UMagicLeapSettings"); \ +static_assert(offsetof(UMagicLeapSettings, bEnableZI) == 0x000028, "Member 'UMagicLeapSettings::bEnableZI' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapSettings, bUseVulkanForZI) == 0x000029, "Member 'UMagicLeapSettings::bUseVulkanForZI' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapSettings, bUseMLAudioForZI) == 0x00002A, "Member 'UMagicLeapSettings::bUseMLAudioForZI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseComponent_TryGetItemsDetailsAsync \ +static_assert(alignof(InAppPurchaseComponent_TryGetItemsDetailsAsync) == 0x000008, "Wrong alignment on InAppPurchaseComponent_TryGetItemsDetailsAsync"); \ +static_assert(sizeof(InAppPurchaseComponent_TryGetItemsDetailsAsync) == 0x000018, "Wrong size on InAppPurchaseComponent_TryGetItemsDetailsAsync"); \ +static_assert(offsetof(InAppPurchaseComponent_TryGetItemsDetailsAsync, ItemIDs) == 0x000000, "Member 'InAppPurchaseComponent_TryGetItemsDetailsAsync::ItemIDs' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseComponent_TryGetItemsDetailsAsync, ReturnValue) == 0x000010, "Member 'InAppPurchaseComponent_TryGetItemsDetailsAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseComponent_TryGetPurchaseHistoryAsync \ +static_assert(alignof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync) == 0x000004, "Wrong alignment on InAppPurchaseComponent_TryGetPurchaseHistoryAsync"); \ +static_assert(sizeof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync) == 0x000008, "Wrong size on InAppPurchaseComponent_TryGetPurchaseHistoryAsync"); \ +static_assert(offsetof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync, InNumPages) == 0x000000, "Member 'InAppPurchaseComponent_TryGetPurchaseHistoryAsync::InNumPages' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync, ReturnValue) == 0x000004, "Member 'InAppPurchaseComponent_TryGetPurchaseHistoryAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseComponent_TryPurchaseItemAsync \ +static_assert(alignof(InAppPurchaseComponent_TryPurchaseItemAsync) == 0x000008, "Wrong alignment on InAppPurchaseComponent_TryPurchaseItemAsync"); \ +static_assert(sizeof(InAppPurchaseComponent_TryPurchaseItemAsync) == 0x000048, "Wrong size on InAppPurchaseComponent_TryPurchaseItemAsync"); \ +static_assert(offsetof(InAppPurchaseComponent_TryPurchaseItemAsync, ItemDetails) == 0x000000, "Member 'InAppPurchaseComponent_TryPurchaseItemAsync::ItemDetails' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseComponent_TryPurchaseItemAsync, ReturnValue) == 0x000040, "Member 'InAppPurchaseComponent_TryPurchaseItemAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseComponent \ +static_assert(alignof(UInAppPurchaseComponent) == 0x000008, "Wrong alignment on UInAppPurchaseComponent"); \ +static_assert(sizeof(UInAppPurchaseComponent) == 0x000128, "Wrong size on UInAppPurchaseComponent"); \ +static_assert(offsetof(UInAppPurchaseComponent, InAppPurchaseLogMessage) == 0x0000B0, "Member 'UInAppPurchaseComponent::InAppPurchaseLogMessage' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseComponent, GetItemsDetailsSuccess) == 0x0000C0, "Member 'UInAppPurchaseComponent::GetItemsDetailsSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseComponent, GetItemsDetailsFailure) == 0x0000D0, "Member 'UInAppPurchaseComponent::GetItemsDetailsFailure' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseComponent, PurchaseConfirmationSuccess) == 0x0000E0, "Member 'UInAppPurchaseComponent::PurchaseConfirmationSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseComponent, PurchaseConfirmationFailure) == 0x0000F0, "Member 'UInAppPurchaseComponent::PurchaseConfirmationFailure' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseComponent, GetPurchaseHistorySuccess) == 0x000100, "Member 'UInAppPurchaseComponent::GetPurchaseHistorySuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseComponent, GetPurchaseHistoryFailure) == 0x000110, "Member 'UInAppPurchaseComponent::GetPurchaseHistoryFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapRaycastComponent_RequestRaycast \ +static_assert(alignof(MagicLeapRaycastComponent_RequestRaycast) == 0x000004, "Wrong alignment on MagicLeapRaycastComponent_RequestRaycast"); \ +static_assert(sizeof(MagicLeapRaycastComponent_RequestRaycast) == 0x00004C, "Wrong size on MagicLeapRaycastComponent_RequestRaycast"); \ +static_assert(offsetof(MagicLeapRaycastComponent_RequestRaycast, RequestParams) == 0x000000, "Member 'MagicLeapRaycastComponent_RequestRaycast::RequestParams' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastComponent_RequestRaycast, ResultDelegate) == 0x000038, "Member 'MagicLeapRaycastComponent_RequestRaycast::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastComponent_RequestRaycast, ReturnValue) == 0x000048, "Member 'MagicLeapRaycastComponent_RequestRaycast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapRaycastComponent \ +static_assert(alignof(UMagicLeapRaycastComponent) == 0x000008, "Wrong alignment on UMagicLeapRaycastComponent"); \ +static_assert(sizeof(UMagicLeapRaycastComponent) == 0x000118, "Wrong size on UMagicLeapRaycastComponent"); \ + +#define DUMPER7_ASSERTS_ULuminApplicationLifecycleComponent \ +static_assert(alignof(ULuminApplicationLifecycleComponent) == 0x000008, "Wrong alignment on ULuminApplicationLifecycleComponent"); \ +static_assert(sizeof(ULuminApplicationLifecycleComponent) == 0x000190, "Wrong size on ULuminApplicationLifecycleComponent"); \ +static_assert(offsetof(ULuminApplicationLifecycleComponent, DeviceHasReactivatedDelegate) == 0x000140, "Member 'ULuminApplicationLifecycleComponent::DeviceHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULuminApplicationLifecycleComponent, DeviceWillEnterRealityModeDelegate) == 0x000150, "Member 'ULuminApplicationLifecycleComponent::DeviceWillEnterRealityModeDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULuminApplicationLifecycleComponent, DeviceWillGoInStandbyDelegate) == 0x000160, "Member 'ULuminApplicationLifecycleComponent::DeviceWillGoInStandbyDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULuminApplicationLifecycleComponent, FocusLostDelegate) == 0x000170, "Member 'ULuminApplicationLifecycleComponent::FocusLostDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULuminApplicationLifecycleComponent, FocusGainedDelegate) == 0x000180, "Member 'ULuminApplicationLifecycleComponent::FocusGainedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapHeadTrackingNotificationsComponent \ +static_assert(alignof(UMagicLeapHeadTrackingNotificationsComponent) == 0x000008, "Wrong alignment on UMagicLeapHeadTrackingNotificationsComponent"); \ +static_assert(sizeof(UMagicLeapHeadTrackingNotificationsComponent) == 0x0001D0, "Wrong size on UMagicLeapHeadTrackingNotificationsComponent"); \ +static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingLost) == 0x000140, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingLost' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingRecovered) == 0x000150, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingRecovered' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingRecoveryFailed) == 0x000160, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingRecoveryFailed' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingNewSessionStarted) == 0x000170, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingNewSessionStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo) == 0x000020, "Wrong size on MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo, PerformanceInfo) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo::PerformanceInfo' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo, ReturnValue) == 0x00001C, "Member 'MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents) == 0x000058, "Wrong size on MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents, MapEvents) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents::MapEvents' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents, ReturnValue) == 0x000050, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetHeadTrackingState \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetHeadTrackingState"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState) == 0x00000C, "Wrong size on MagicLeapHMDFunctionLibrary_GetHeadTrackingState"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState, State) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingState::State' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState, ReturnValue) == 0x000008, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMinimumAPILevel \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMinimumAPILevel) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMinimumAPILevel"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMinimumAPILevel) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMinimumAPILevel"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMinimumAPILevel, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMinimumAPILevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersion \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersion) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersion"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersion) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersion"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersion, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetPlatformAPILevel \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_GetPlatformAPILevel) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetPlatformAPILevel"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetPlatformAPILevel) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetPlatformAPILevel"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetPlatformAPILevel, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetPlatformAPILevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD) == 0x000001, "Wrong alignment on MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD) == 0x000001, "Wrong size on MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetAppReady \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_SetAppReady) == 0x000001, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetAppReady"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetAppReady) == 0x000001, "Wrong size on MagicLeapHMDFunctionLibrary_SetAppReady"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetAppReady, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetAppReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetBaseOrientation \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_SetBaseOrientation) == 0x000010, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetBaseOrientation"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetBaseOrientation) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_SetBaseOrientation"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetBaseOrientation, InBaseOrientation) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetBaseOrientation::InBaseOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetBasePosition \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_SetBasePosition) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetBasePosition"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetBasePosition) == 0x00000C, "Wrong size on MagicLeapHMDFunctionLibrary_SetBasePosition"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetBasePosition, InBasePosition) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetBasePosition::InBasePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetBaseRotation \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_SetBaseRotation) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetBaseRotation"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetBaseRotation) == 0x00000C, "Wrong size on MagicLeapHMDFunctionLibrary_SetBaseRotation"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetBaseRotation, InBaseRotation) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetBaseRotation::InBaseRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetFocusActor \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_SetFocusActor) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetFocusActor"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetFocusActor) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_SetFocusActor"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetFocusActor, InFocusActor) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetFocusActor::InFocusActor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetFocusActor, bSetStabilizationActor) == 0x000008, "Member 'MagicLeapHMDFunctionLibrary_SetFocusActor::bSetStabilizationActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor \ +static_assert(alignof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor"); \ +static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor, InStabilizationDepthActor) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor::InStabilizationDepthActor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor, bSetFocusActor) == 0x000008, "Member 'MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor::bSetFocusActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapHMDFunctionLibrary \ +static_assert(alignof(UMagicLeapHMDFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapHMDFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapHMDFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapHMDFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_ConnectBlockSelector \ +static_assert(alignof(MagicLeapMeshTrackerComponent_ConnectBlockSelector) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_ConnectBlockSelector"); \ +static_assert(sizeof(MagicLeapMeshTrackerComponent_ConnectBlockSelector) == 0x000010, "Wrong size on MagicLeapMeshTrackerComponent_ConnectBlockSelector"); \ +static_assert(offsetof(MagicLeapMeshTrackerComponent_ConnectBlockSelector, Selector) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_ConnectBlockSelector::Selector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_ConnectMRMesh \ +static_assert(alignof(MagicLeapMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(sizeof(MagicLeapMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MagicLeapMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(offsetof(MagicLeapMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_DisconnectMRMesh \ +static_assert(alignof(MagicLeapMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(sizeof(MagicLeapMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MagicLeapMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(offsetof(MagicLeapMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates \ +static_assert(alignof(MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates) == 0x000004, "Wrong alignment on MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates"); \ +static_assert(sizeof(MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates) == 0x000004, "Wrong size on MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates"); \ +static_assert(offsetof(MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates, ReturnValue) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_SelectMeshBlocks \ +static_assert(alignof(MagicLeapMeshTrackerComponent_SelectMeshBlocks) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_SelectMeshBlocks"); \ +static_assert(sizeof(MagicLeapMeshTrackerComponent_SelectMeshBlocks) == 0x000028, "Wrong size on MagicLeapMeshTrackerComponent_SelectMeshBlocks"); \ +static_assert(offsetof(MagicLeapMeshTrackerComponent_SelectMeshBlocks, NewMeshInfo) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_SelectMeshBlocks::NewMeshInfo' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapMeshTrackerComponent_SelectMeshBlocks, RequestedMesh) == 0x000018, "Member 'MagicLeapMeshTrackerComponent_SelectMeshBlocks::RequestedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapMeshTrackerComponent \ +static_assert(alignof(UMagicLeapMeshTrackerComponent) == 0x000010, "Wrong alignment on UMagicLeapMeshTrackerComponent"); \ +static_assert(sizeof(UMagicLeapMeshTrackerComponent) == 0x000290, "Wrong size on UMagicLeapMeshTrackerComponent"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, OnMeshTrackerUpdated) == 0x000200, "Member 'UMagicLeapMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, ScanWorld) == 0x000210, "Member 'UMagicLeapMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, MeshType) == 0x000211, "Member 'UMagicLeapMeshTrackerComponent::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, BoundingVolume) == 0x000218, "Member 'UMagicLeapMeshTrackerComponent::BoundingVolume' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, LevelOfDetail) == 0x000220, "Member 'UMagicLeapMeshTrackerComponent::LevelOfDetail' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, PerimeterOfGapsToFill) == 0x000224, "Member 'UMagicLeapMeshTrackerComponent::PerimeterOfGapsToFill' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, Planarize) == 0x000228, "Member 'UMagicLeapMeshTrackerComponent::Planarize' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, DisconnectedSectionArea) == 0x00022C, "Member 'UMagicLeapMeshTrackerComponent::DisconnectedSectionArea' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, RequestNormals) == 0x000230, "Member 'UMagicLeapMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, RequestVertexConfidence) == 0x000231, "Member 'UMagicLeapMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, VertexColorMode) == 0x000232, "Member 'UMagicLeapMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, BlockVertexColors) == 0x000238, "Member 'UMagicLeapMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000248, "Member 'UMagicLeapMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000258, "Member 'UMagicLeapMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, RemoveOverlappingTriangles) == 0x000268, "Member 'UMagicLeapMeshTrackerComponent::RemoveOverlappingTriangles' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, MRMesh) == 0x000270, "Member 'UMagicLeapMeshTrackerComponent::MRMesh' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapMeshTrackerComponent, BricksPerFrame) == 0x000278, "Member 'UMagicLeapMeshTrackerComponent::BricksPerFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks \ +static_assert(alignof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks) == 0x000008, "Wrong alignment on MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks"); \ +static_assert(sizeof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks) == 0x000028, "Wrong size on MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks"); \ +static_assert(offsetof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks, NewMeshInfo) == 0x000000, "Member 'MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks::NewMeshInfo' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks, RequestedMesh) == 0x000018, "Member 'MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks::RequestedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMagicLeapMeshBlockSelectorInterface \ +static_assert(alignof(IMagicLeapMeshBlockSelectorInterface) == 0x000001, "Wrong alignment on IMagicLeapMeshBlockSelectorInterface"); \ +static_assert(sizeof(IMagicLeapMeshBlockSelectorInterface) == 0x000001, "Wrong size on IMagicLeapMeshBlockSelectorInterface"); \ + +#define DUMPER7_ASSERTS_MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams \ +static_assert(alignof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams) == 0x000004, "Wrong alignment on MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams"); \ +static_assert(sizeof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams) == 0x000070, "Wrong size on MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Position) == 0x000000, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Position' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Direction) == 0x00000C, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Direction' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, UpVector) == 0x000018, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::UpVector' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Width) == 0x000024, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Width' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Height) == 0x000028, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Height' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, HorizontalFovDegrees) == 0x00002C, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::HorizontalFovDegrees' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, CollideWithUnobserved) == 0x000030, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::CollideWithUnobserved' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, UserData) == 0x000034, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::UserData' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, ReturnValue) == 0x000038, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapRaycastFunctionLibrary \ +static_assert(alignof(UMagicLeapRaycastFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapRaycastFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapRaycastFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapRaycastFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FXRMotionControllerData \ +static_assert(alignof(FXRMotionControllerData) == 0x000010, "Wrong alignment on FXRMotionControllerData"); \ +static_assert(sizeof(FXRMotionControllerData) == 0x0000A0, "Wrong size on FXRMotionControllerData"); \ +static_assert(offsetof(FXRMotionControllerData, bValid) == 0x000000, "Member 'FXRMotionControllerData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, DeviceName) == 0x000004, "Member 'FXRMotionControllerData::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, ApplicationInstanceID) == 0x00000C, "Member 'FXRMotionControllerData::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, DeviceVisualType) == 0x00001C, "Member 'FXRMotionControllerData::DeviceVisualType' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandIndex) == 0x00001D, "Member 'FXRMotionControllerData::HandIndex' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, TrackingStatus) == 0x00001E, "Member 'FXRMotionControllerData::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, GripPosition) == 0x000020, "Member 'FXRMotionControllerData::GripPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, GripRotation) == 0x000030, "Member 'FXRMotionControllerData::GripRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, AimPosition) == 0x000040, "Member 'FXRMotionControllerData::AimPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, AimRotation) == 0x000050, "Member 'FXRMotionControllerData::AimRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyPositions) == 0x000060, "Member 'FXRMotionControllerData::HandKeyPositions' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRotations) == 0x000070, "Member 'FXRMotionControllerData::HandKeyRotations' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRadii) == 0x000080, "Member 'FXRMotionControllerData::HandKeyRadii' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, bIsGrasped) == 0x000090, "Member 'FXRMotionControllerData::bIsGrasped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRHMDData \ +static_assert(alignof(FXRHMDData) == 0x000010, "Wrong alignment on FXRHMDData"); \ +static_assert(sizeof(FXRHMDData) == 0x000040, "Wrong size on FXRHMDData"); \ +static_assert(offsetof(FXRHMDData, bValid) == 0x000000, "Member 'FXRHMDData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, DeviceName) == 0x000004, "Member 'FXRHMDData::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, ApplicationInstanceID) == 0x00000C, "Member 'FXRHMDData::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, TrackingStatus) == 0x00001C, "Member 'FXRHMDData::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, Position) == 0x000020, "Member 'FXRHMDData::Position' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, Rotation) == 0x000030, "Member 'FXRHMDData::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRDeviceId \ +static_assert(alignof(FXRDeviceId) == 0x000004, "Wrong alignment on FXRDeviceId"); \ +static_assert(sizeof(FXRDeviceId) == 0x00000C, "Wrong size on FXRDeviceId"); \ +static_assert(offsetof(FXRDeviceId, SystemName) == 0x000000, "Member 'FXRDeviceId::SystemName' has a wrong offset!"); \ +static_assert(offsetof(FXRDeviceId, DeviceID) == 0x000008, "Member 'FXRDeviceId::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRGestureConfig \ +static_assert(alignof(FXRGestureConfig) == 0x000001, "Wrong alignment on FXRGestureConfig"); \ +static_assert(sizeof(FXRGestureConfig) == 0x000006, "Wrong size on FXRGestureConfig"); \ +static_assert(offsetof(FXRGestureConfig, bTap) == 0x000000, "Member 'FXRGestureConfig::bTap' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bHold) == 0x000001, "Member 'FXRGestureConfig::bHold' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, AxisGesture) == 0x000002, "Member 'FXRGestureConfig::AxisGesture' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisX) == 0x000003, "Member 'FXRGestureConfig::bNavigationAxisX' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisY) == 0x000004, "Member 'FXRGestureConfig::bNavigationAxisY' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisZ) == 0x000005, "Member 'FXRGestureConfig::bNavigationAxisZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UVRNotificationsComponent \ +static_assert(alignof(UVRNotificationsComponent) == 0x000008, "Wrong alignment on UVRNotificationsComponent"); \ +static_assert(sizeof(UVRNotificationsComponent) == 0x000140, "Wrong size on UVRNotificationsComponent"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000B0, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000C0, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000D0, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x0000E0, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x0000F0, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x000100, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000110, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000120, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000130, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000510, "Wrong size on UMotionControllerComponent"); \ +static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000450, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, Hand) == 0x000454, "Member 'UMotionControllerComponent::Hand' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000458, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000464, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, bDisplayDeviceModel) == 0x000465, "Member 'UMotionControllerComponent::bDisplayDeviceModel' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayModelSource) == 0x000468, "Member 'UMotionControllerComponent::DisplayModelSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CustomDisplayMesh) == 0x000470, "Member 'UMotionControllerComponent::CustomDisplayMesh' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayMeshMaterialOverrides) == 0x000478, "Member 'UMotionControllerComponent::DisplayMeshMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayComponent) == 0x0004F0, "Member 'UMotionControllerComponent::DisplayComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x00000C, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent, ReturnValue) == 0x000008, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, ReturnValue) == 0x000005, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, ReturnValue) == 0x00000C, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::SourceName' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, ReturnValue) == 0x00000C, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary) == 0x000001, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary) == 0x000001, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent::MotionControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent, ReturnValue) == 0x000008, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::Hand' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, ReturnValue) == 0x000005, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, ReturnValue) == 0x00000C, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault) == 0x000001, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault) == 0x000001, "Wrong size on MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault, Enable) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionTrackedDeviceFunctionLibrary \ +static_assert(alignof(UMotionTrackedDeviceFunctionLibrary) == 0x000008, "Wrong alignment on UMotionTrackedDeviceFunctionLibrary"); \ +static_assert(sizeof(UMotionTrackedDeviceFunctionLibrary) == 0x000028, "Wrong size on UMotionTrackedDeviceFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking \ +static_assert(alignof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ +static_assert(sizeof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000060, "Wrong size on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000008, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000014, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, ReturnValue) == 0x000050, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking \ +static_assert(alignof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ +static_assert(sizeof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000070, "Wrong size on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, SystemName) == 0x000008, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::SystemName' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, DeviceName) == 0x000010, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000018, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000050, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, ReturnValue) == 0x000060, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXRAssetFunctionLibrary \ +static_assert(alignof(UXRAssetFunctionLibrary) == 0x000008, "Wrong alignment on UXRAssetFunctionLibrary"); \ +static_assert(sizeof(UXRAssetFunctionLibrary) == 0x000028, "Wrong size on UXRAssetFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_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_LuminARSessionFunctionLibrary_StartLuminARSession \ +static_assert(alignof(LuminARSessionFunctionLibrary_StartLuminARSession) == 0x000008, "Wrong alignment on LuminARSessionFunctionLibrary_StartLuminARSession"); \ +static_assert(sizeof(LuminARSessionFunctionLibrary_StartLuminARSession) == 0x000028, "Wrong size on LuminARSessionFunctionLibrary_StartLuminARSession"); \ +static_assert(offsetof(LuminARSessionFunctionLibrary_StartLuminARSession, WorldContextObject) == 0x000000, "Member 'LuminARSessionFunctionLibrary_StartLuminARSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LuminARSessionFunctionLibrary_StartLuminARSession, LatentInfo) == 0x000008, "Member 'LuminARSessionFunctionLibrary_StartLuminARSession::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LuminARSessionFunctionLibrary_StartLuminARSession, Configuration) == 0x000020, "Member 'LuminARSessionFunctionLibrary_StartLuminARSession::Configuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminARSessionFunctionLibrary \ +static_assert(alignof(ULuminARSessionFunctionLibrary) == 0x000008, "Wrong alignment on ULuminARSessionFunctionLibrary"); \ +static_assert(sizeof(ULuminARSessionFunctionLibrary) == 0x000028, "Wrong size on ULuminARSessionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_LuminARFrameFunctionLibrary_GetTrackingState \ +static_assert(alignof(LuminARFrameFunctionLibrary_GetTrackingState) == 0x000001, "Wrong alignment on LuminARFrameFunctionLibrary_GetTrackingState"); \ +static_assert(sizeof(LuminARFrameFunctionLibrary_GetTrackingState) == 0x000001, "Wrong size on LuminARFrameFunctionLibrary_GetTrackingState"); \ +static_assert(offsetof(LuminARFrameFunctionLibrary_GetTrackingState, ReturnValue) == 0x000000, "Member 'LuminARFrameFunctionLibrary_GetTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LuminARFrameFunctionLibrary_LuminARLineTrace \ +static_assert(alignof(LuminARFrameFunctionLibrary_LuminARLineTrace) == 0x000008, "Wrong alignment on LuminARFrameFunctionLibrary_LuminARLineTrace"); \ +static_assert(sizeof(LuminARFrameFunctionLibrary_LuminARLineTrace) == 0x000078, "Wrong size on LuminARFrameFunctionLibrary_LuminARLineTrace"); \ +static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, WorldContextObject) == 0x000000, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, ScreenPosition) == 0x000008, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, TraceChannels) == 0x000010, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::TraceChannels' has a wrong offset!"); \ +static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, OutHitResults) == 0x000060, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::OutHitResults' has a wrong offset!"); \ +static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, ReturnValue) == 0x000070, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminARFrameFunctionLibrary \ +static_assert(alignof(ULuminARFrameFunctionLibrary) == 0x000008, "Wrong alignment on ULuminARFrameFunctionLibrary"); \ +static_assert(sizeof(ULuminARFrameFunctionLibrary) == 0x000028, "Wrong size on ULuminARFrameFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_LuminARLightEstimate_GetAmbientIntensityNits \ +static_assert(alignof(LuminARLightEstimate_GetAmbientIntensityNits) == 0x000008, "Wrong alignment on LuminARLightEstimate_GetAmbientIntensityNits"); \ +static_assert(sizeof(LuminARLightEstimate_GetAmbientIntensityNits) == 0x000010, "Wrong size on LuminARLightEstimate_GetAmbientIntensityNits"); \ +static_assert(offsetof(LuminARLightEstimate_GetAmbientIntensityNits, ReturnValue) == 0x000000, "Member 'LuminARLightEstimate_GetAmbientIntensityNits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminARLightEstimate \ +static_assert(alignof(ULuminARLightEstimate) == 0x000008, "Wrong alignment on ULuminARLightEstimate"); \ +static_assert(sizeof(ULuminARLightEstimate) == 0x000050, "Wrong size on ULuminARLightEstimate"); \ +static_assert(offsetof(ULuminARLightEstimate, AmbientIntensityNits) == 0x000040, "Member 'ULuminARLightEstimate::AmbientIntensityNits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage \ +static_assert(alignof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage) == 0x000008, "Wrong alignment on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage"); \ +static_assert(sizeof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage) == 0x000030, "Wrong size on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, SessionConfig) == 0x000000, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, CandidateTexture) == 0x000008, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::CandidateTexture' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, FriendlyName) == 0x000010, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, PhysicalWidth) == 0x000020, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::PhysicalWidth' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, bUseUnreliablePose) == 0x000024, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::bUseUnreliablePose' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, bImageIsStationary) == 0x000025, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::bImageIsStationary' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, ReturnValue) == 0x000028, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx \ +static_assert(alignof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx) == 0x000008, "Wrong alignment on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx"); \ +static_assert(sizeof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx) == 0x000030, "Wrong size on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, SessionConfig) == 0x000000, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, CandidateTexture) == 0x000008, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::CandidateTexture' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, FriendlyName) == 0x000010, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, PhysicalWidth) == 0x000020, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::PhysicalWidth' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, bUseUnreliablePose) == 0x000024, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::bUseUnreliablePose' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, bImageIsStationary) == 0x000025, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::bImageIsStationary' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, InAxisOrientation) == 0x000026, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::InAxisOrientation' has a wrong offset!"); \ +static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, ReturnValue) == 0x000028, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminARImageTrackingFunctionLibrary \ +static_assert(alignof(ULuminARImageTrackingFunctionLibrary) == 0x000008, "Wrong alignment on ULuminARImageTrackingFunctionLibrary"); \ +static_assert(sizeof(ULuminARImageTrackingFunctionLibrary) == 0x000028, "Wrong size on ULuminARImageTrackingFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ALuminAROrigin \ +static_assert(alignof(ALuminAROrigin) == 0x000008, "Wrong alignment on ALuminAROrigin"); \ +static_assert(sizeof(ALuminAROrigin) == 0x0002E8, "Wrong size on ALuminAROrigin"); \ +static_assert(offsetof(ALuminAROrigin, MRMeshComponent) == 0x000228, "Member 'ALuminAROrigin::MRMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALuminAROrigin, PlaneSurfaceMaterial) == 0x000230, "Member 'ALuminAROrigin::PlaneSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALuminAROrigin, WireframeMaterial) == 0x000238, "Member 'ALuminAROrigin::WireframeMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminARSessionConfig \ +static_assert(alignof(ULuminARSessionConfig) == 0x000010, "Wrong alignment on ULuminARSessionConfig"); \ +static_assert(sizeof(ULuminARSessionConfig) == 0x0001A0, "Wrong size on ULuminARSessionConfig"); \ +static_assert(offsetof(ULuminARSessionConfig, PlanesQuery) == 0x000110, "Member 'ULuminARSessionConfig::PlanesQuery' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, MaxPlaneQueryResults) == 0x000170, "Member 'ULuminARSessionConfig::MaxPlaneQueryResults' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, MinPlaneArea) == 0x000174, "Member 'ULuminARSessionConfig::MinPlaneArea' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, bArbitraryOrientationPlaneDetection) == 0x000178, "Member 'ULuminARSessionConfig::bArbitraryOrientationPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, PlaneSearchExtents) == 0x00017C, "Member 'ULuminARSessionConfig::PlaneSearchExtents' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, PlaneQueryFlags) == 0x000188, "Member 'ULuminARSessionConfig::PlaneQueryFlags' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, bDiscardZeroExtentPlanes) == 0x000198, "Member 'ULuminARSessionConfig::bDiscardZeroExtentPlanes' has a wrong offset!"); \ +static_assert(offsetof(ULuminARSessionConfig, bDefaultUseUnreliablePose) == 0x000199, "Member 'ULuminARSessionConfig::bDefaultUseUnreliablePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LuminARCandidateImage_GetAxisOrientation \ +static_assert(alignof(LuminARCandidateImage_GetAxisOrientation) == 0x000001, "Wrong alignment on LuminARCandidateImage_GetAxisOrientation"); \ +static_assert(sizeof(LuminARCandidateImage_GetAxisOrientation) == 0x000001, "Wrong size on LuminARCandidateImage_GetAxisOrientation"); \ +static_assert(offsetof(LuminARCandidateImage_GetAxisOrientation, ReturnValue) == 0x000000, "Member 'LuminARCandidateImage_GetAxisOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LuminARCandidateImage_GetImageIsStationary \ +static_assert(alignof(LuminARCandidateImage_GetImageIsStationary) == 0x000001, "Wrong alignment on LuminARCandidateImage_GetImageIsStationary"); \ +static_assert(sizeof(LuminARCandidateImage_GetImageIsStationary) == 0x000001, "Wrong size on LuminARCandidateImage_GetImageIsStationary"); \ +static_assert(offsetof(LuminARCandidateImage_GetImageIsStationary, ReturnValue) == 0x000000, "Member 'LuminARCandidateImage_GetImageIsStationary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LuminARCandidateImage_GetUseUnreliablePose \ +static_assert(alignof(LuminARCandidateImage_GetUseUnreliablePose) == 0x000001, "Wrong alignment on LuminARCandidateImage_GetUseUnreliablePose"); \ +static_assert(sizeof(LuminARCandidateImage_GetUseUnreliablePose) == 0x000001, "Wrong size on LuminARCandidateImage_GetUseUnreliablePose"); \ +static_assert(offsetof(LuminARCandidateImage_GetUseUnreliablePose, ReturnValue) == 0x000000, "Member 'LuminARCandidateImage_GetUseUnreliablePose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminARCandidateImage \ +static_assert(alignof(ULuminARCandidateImage) == 0x000008, "Wrong alignment on ULuminARCandidateImage"); \ +static_assert(sizeof(ULuminARCandidateImage) == 0x000060, "Wrong size on ULuminARCandidateImage"); \ +static_assert(offsetof(ULuminARCandidateImage, bUseUnreliablePose) == 0x000058, "Member 'ULuminARCandidateImage::bUseUnreliablePose' has a wrong offset!"); \ +static_assert(offsetof(ULuminARCandidateImage, bImageIsStationary) == 0x000059, "Member 'ULuminARCandidateImage::bImageIsStationary' has a wrong offset!"); \ +static_assert(offsetof(ULuminARCandidateImage, AxisOrientation) == 0x00005A, "Member 'ULuminARCandidateImage::AxisOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Explosion_StaffSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam \ +static_assert(alignof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam) == 0x000008, "Wrong alignment on Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam"); \ +static_assert(sizeof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam) == 0x000168, "Wrong size on Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, EntryPoint) == 0x000000, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, K2Node_ComponentBoundEvent_DamageResult) == 0x000004, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, K2Node_ComponentBoundEvent_DamageEvent) == 0x000008, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, K2Node_ComponentBoundEvent_OtherActor) == 0x000118, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, CallFunc_GetTimeSeconds_ReturnValue) == 0x000120, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000128, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000134, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000140, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam, K2Node_MakeStruct_WindEffect) == 0x000148, "Member 'Explosion_StaffSlam_C_ExecuteUbergraph_Explosion_StaffSlam::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_StaffSlam_C \ +static_assert(alignof(AExplosion_StaffSlam_C) == 0x000008, "Wrong alignment on AExplosion_StaffSlam_C"); \ +static_assert(sizeof(AExplosion_StaffSlam_C) == 0x0003F8, "Wrong size on AExplosion_StaffSlam_C"); \ +static_assert(offsetof(AExplosion_StaffSlam_C, UberGraphFrame_Explosion_StaffSlam_C) == 0x0003E0, "Member 'AExplosion_StaffSlam_C::UberGraphFrame_Explosion_StaffSlam_C' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_StaffSlam_C, Niagara) == 0x0003E8, "Member 'AExplosion_StaffSlam_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_StaffSlam_C, MainExplosion) == 0x0003F0, "Member 'AExplosion_StaffSlam_C::MainExplosion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackedGeometryGroup \ +static_assert(alignof(FTrackedGeometryGroup) == 0x000008, "Wrong alignment on FTrackedGeometryGroup"); \ +static_assert(sizeof(FTrackedGeometryGroup) == 0x000018, "Wrong size on FTrackedGeometryGroup"); \ +static_assert(offsetof(FTrackedGeometryGroup, ARActor) == 0x000000, "Member 'FTrackedGeometryGroup::ARActor' has a wrong offset!"); \ +static_assert(offsetof(FTrackedGeometryGroup, ARComponent) == 0x000008, "Member 'FTrackedGeometryGroup::ARComponent' has a wrong offset!"); \ +static_assert(offsetof(FTrackedGeometryGroup, TrackedGeometry) == 0x000010, "Member 'FTrackedGeometryGroup::TrackedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSessionPayload \ +static_assert(alignof(FARSessionPayload) == 0x000008, "Wrong alignment on FARSessionPayload"); \ +static_assert(sizeof(FARSessionPayload) == 0x000018, "Wrong size on FARSessionPayload"); \ +static_assert(offsetof(FARSessionPayload, ConfigFlags) == 0x000000, "Member 'FARSessionPayload::ConfigFlags' has a wrong offset!"); \ +static_assert(offsetof(FARSessionPayload, DefaultMeshMaterial) == 0x000008, "Member 'FARSessionPayload::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(FARSessionPayload, DefaultWireframeMeshMaterial) == 0x000010, "Member 'FARSessionPayload::DefaultWireframeMeshMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARGeoAnchorUpdatePayload \ +static_assert(alignof(FARGeoAnchorUpdatePayload) == 0x000010, "Wrong alignment on FARGeoAnchorUpdatePayload"); \ +static_assert(sizeof(FARGeoAnchorUpdatePayload) == 0x000070, "Wrong size on FARGeoAnchorUpdatePayload"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, SessionPayload) == 0x000000, "Member 'FARGeoAnchorUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, WorldTransform) == 0x000020, "Member 'FARGeoAnchorUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, Longitude) == 0x000050, "Member 'FARGeoAnchorUpdatePayload::Longitude' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, Latitude) == 0x000054, "Member 'FARGeoAnchorUpdatePayload::Latitude' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeMeters) == 0x000058, "Member 'FARGeoAnchorUpdatePayload::AltitudeMeters' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeSource) == 0x00005C, "Member 'FARGeoAnchorUpdatePayload::AltitudeSource' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AnchorName) == 0x000060, "Member 'FARGeoAnchorUpdatePayload::AnchorName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARMeshUpdatePayload \ +static_assert(alignof(FARMeshUpdatePayload) == 0x000010, "Wrong alignment on FARMeshUpdatePayload"); \ +static_assert(sizeof(FARMeshUpdatePayload) == 0x000060, "Wrong size on FARMeshUpdatePayload"); \ +static_assert(offsetof(FARMeshUpdatePayload, SessionPayload) == 0x000000, "Member 'FARMeshUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARMeshUpdatePayload, WorldTransform) == 0x000020, "Member 'FARMeshUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARMeshUpdatePayload, ObjectClassification) == 0x000050, "Member 'FARMeshUpdatePayload::ObjectClassification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARObjectUpdatePayload \ +static_assert(alignof(FARObjectUpdatePayload) == 0x000010, "Wrong alignment on FARObjectUpdatePayload"); \ +static_assert(sizeof(FARObjectUpdatePayload) == 0x000030, "Wrong size on FARObjectUpdatePayload"); \ +static_assert(offsetof(FARObjectUpdatePayload, WorldTransform) == 0x000000, "Member 'FARObjectUpdatePayload::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAREnvironmentProbeUpdatePayload \ +static_assert(alignof(FAREnvironmentProbeUpdatePayload) == 0x000010, "Wrong alignment on FAREnvironmentProbeUpdatePayload"); \ +static_assert(sizeof(FAREnvironmentProbeUpdatePayload) == 0x000030, "Wrong size on FAREnvironmentProbeUpdatePayload"); \ +static_assert(offsetof(FAREnvironmentProbeUpdatePayload, WorldTransform) == 0x000000, "Member 'FAREnvironmentProbeUpdatePayload::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPoseUpdatePayload \ +static_assert(alignof(FARPoseUpdatePayload) == 0x000010, "Wrong alignment on FARPoseUpdatePayload"); \ +static_assert(sizeof(FARPoseUpdatePayload) == 0x000040, "Wrong size on FARPoseUpdatePayload"); \ +static_assert(offsetof(FARPoseUpdatePayload, WorldTransform) == 0x000000, "Member 'FARPoseUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARPoseUpdatePayload, JointTransforms) == 0x000030, "Member 'FARPoseUpdatePayload::JointTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARQRCodeUpdatePayload \ +static_assert(alignof(FARQRCodeUpdatePayload) == 0x000010, "Wrong alignment on FARQRCodeUpdatePayload"); \ +static_assert(sizeof(FARQRCodeUpdatePayload) == 0x000070, "Wrong size on FARQRCodeUpdatePayload"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, SessionPayload) == 0x000000, "Member 'FARQRCodeUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, WorldTransform) == 0x000020, "Member 'FARQRCodeUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, Extents) == 0x000050, "Member 'FARQRCodeUpdatePayload::Extents' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, QRCode) == 0x000060, "Member 'FARQRCodeUpdatePayload::QRCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARImageUpdatePayload \ +static_assert(alignof(FARImageUpdatePayload) == 0x000010, "Wrong alignment on FARImageUpdatePayload"); \ +static_assert(sizeof(FARImageUpdatePayload) == 0x000060, "Wrong size on FARImageUpdatePayload"); \ +static_assert(offsetof(FARImageUpdatePayload, SessionPayload) == 0x000000, "Member 'FARImageUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, WorldTransform) == 0x000020, "Member 'FARImageUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, DetectedImage) == 0x000050, "Member 'FARImageUpdatePayload::DetectedImage' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, EstimatedSize) == 0x000058, "Member 'FARImageUpdatePayload::EstimatedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARFaceUpdatePayload \ +static_assert(alignof(FARFaceUpdatePayload) == 0x000008, "Wrong alignment on FARFaceUpdatePayload"); \ +static_assert(sizeof(FARFaceUpdatePayload) == 0x000040, "Wrong size on FARFaceUpdatePayload"); \ +static_assert(offsetof(FARFaceUpdatePayload, SessionPayload) == 0x000000, "Member 'FARFaceUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, LeftEyePosition) == 0x000018, "Member 'FARFaceUpdatePayload::LeftEyePosition' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, RightEyePosition) == 0x000024, "Member 'FARFaceUpdatePayload::RightEyePosition' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, LookAtTarget) == 0x000030, "Member 'FARFaceUpdatePayload::LookAtTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPointUpdatePayload \ +static_assert(alignof(FARPointUpdatePayload) == 0x000001, "Wrong alignment on FARPointUpdatePayload"); \ +static_assert(sizeof(FARPointUpdatePayload) == 0x000001, "Wrong size on FARPointUpdatePayload"); \ + +#define DUMPER7_ASSERTS_FARPlaneUpdatePayload \ +static_assert(alignof(FARPlaneUpdatePayload) == 0x000010, "Wrong alignment on FARPlaneUpdatePayload"); \ +static_assert(sizeof(FARPlaneUpdatePayload) == 0x000080, "Wrong size on FARPlaneUpdatePayload"); \ +static_assert(offsetof(FARPlaneUpdatePayload, SessionPayload) == 0x000000, "Member 'FARPlaneUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, WorldTransform) == 0x000020, "Member 'FARPlaneUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, Center) == 0x000050, "Member 'FARPlaneUpdatePayload::Center' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, Extents) == 0x00005C, "Member 'FARPlaneUpdatePayload::Extents' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, BoundaryVertices) == 0x000068, "Member 'FARPlaneUpdatePayload::BoundaryVertices' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, ObjectClassification) == 0x000078, "Member 'FARPlaneUpdatePayload::ObjectClassification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSharedWorldReplicationState \ +static_assert(alignof(FARSharedWorldReplicationState) == 0x000004, "Wrong alignment on FARSharedWorldReplicationState"); \ +static_assert(sizeof(FARSharedWorldReplicationState) == 0x000008, "Wrong size on FARSharedWorldReplicationState"); \ +static_assert(offsetof(FARSharedWorldReplicationState, PreviewImageOffset) == 0x000000, "Member 'FARSharedWorldReplicationState::PreviewImageOffset' has a wrong offset!"); \ +static_assert(offsetof(FARSharedWorldReplicationState, ARWorldOffset) == 0x000004, "Member 'FARSharedWorldReplicationState::ARWorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARTraceResult \ +static_assert(alignof(FARTraceResult) == 0x000010, "Wrong alignment on FARTraceResult"); \ +static_assert(sizeof(FARTraceResult) == 0x000060, "Wrong size on FARTraceResult"); \ +static_assert(offsetof(FARTraceResult, DistanceFromCamera) == 0x000000, "Member 'FARTraceResult::DistanceFromCamera' has a wrong offset!"); \ +static_assert(offsetof(FARTraceResult, TraceChannel) == 0x000004, "Member 'FARTraceResult::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FARTraceResult, LocalTransform) == 0x000010, "Member 'FARTraceResult::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FARTraceResult, TrackedGeometry) == 0x000040, "Member 'FARTraceResult::TrackedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARCameraIntrinsics \ +static_assert(alignof(FARCameraIntrinsics) == 0x000004, "Wrong alignment on FARCameraIntrinsics"); \ +static_assert(sizeof(FARCameraIntrinsics) == 0x000018, "Wrong size on FARCameraIntrinsics"); \ +static_assert(offsetof(FARCameraIntrinsics, ImageResolution) == 0x000000, "Member 'FARCameraIntrinsics::ImageResolution' has a wrong offset!"); \ +static_assert(offsetof(FARCameraIntrinsics, FocalLength) == 0x000008, "Member 'FARCameraIntrinsics::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FARCameraIntrinsics, PrincipalPoint) == 0x000010, "Member 'FARCameraIntrinsics::PrincipalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSkeletonDefinition \ +static_assert(alignof(FARSkeletonDefinition) == 0x000008, "Wrong alignment on FARSkeletonDefinition"); \ +static_assert(sizeof(FARSkeletonDefinition) == 0x000028, "Wrong size on FARSkeletonDefinition"); \ +static_assert(offsetof(FARSkeletonDefinition, NumJoints) == 0x000000, "Member 'FARSkeletonDefinition::NumJoints' has a wrong offset!"); \ +static_assert(offsetof(FARSkeletonDefinition, JointNames) == 0x000008, "Member 'FARSkeletonDefinition::JointNames' has a wrong offset!"); \ +static_assert(offsetof(FARSkeletonDefinition, ParentIndices) == 0x000018, "Member 'FARSkeletonDefinition::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPose3D \ +static_assert(alignof(FARPose3D) == 0x000008, "Wrong alignment on FARPose3D"); \ +static_assert(sizeof(FARPose3D) == 0x000050, "Wrong size on FARPose3D"); \ +static_assert(offsetof(FARPose3D, SkeletonDefinition) == 0x000000, "Member 'FARPose3D::SkeletonDefinition' has a wrong offset!"); \ +static_assert(offsetof(FARPose3D, JointTransforms) == 0x000028, "Member 'FARPose3D::JointTransforms' has a wrong offset!"); \ +static_assert(offsetof(FARPose3D, IsJointTracked) == 0x000038, "Member 'FARPose3D::IsJointTracked' has a wrong offset!"); \ +static_assert(offsetof(FARPose3D, JointTransformSpace) == 0x000048, "Member 'FARPose3D::JointTransformSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPose2D \ +static_assert(alignof(FARPose2D) == 0x000008, "Wrong alignment on FARPose2D"); \ +static_assert(sizeof(FARPose2D) == 0x000048, "Wrong size on FARPose2D"); \ +static_assert(offsetof(FARPose2D, SkeletonDefinition) == 0x000000, "Member 'FARPose2D::SkeletonDefinition' has a wrong offset!"); \ +static_assert(offsetof(FARPose2D, JointLocations) == 0x000028, "Member 'FARPose2D::JointLocations' has a wrong offset!"); \ +static_assert(offsetof(FARPose2D, IsJointTracked) == 0x000038, "Member 'FARPose2D::IsJointTracked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARVideoFormat \ +static_assert(alignof(FARVideoFormat) == 0x000004, "Wrong alignment on FARVideoFormat"); \ +static_assert(sizeof(FARVideoFormat) == 0x00000C, "Wrong size on FARVideoFormat"); \ +static_assert(offsetof(FARVideoFormat, FPS) == 0x000000, "Member 'FARVideoFormat::FPS' has a wrong offset!"); \ +static_assert(offsetof(FARVideoFormat, Width) == 0x000004, "Member 'FARVideoFormat::Width' has a wrong offset!"); \ +static_assert(offsetof(FARVideoFormat, Height) == 0x000008, "Member 'FARVideoFormat::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSessionStatus \ +static_assert(alignof(FARSessionStatus) == 0x000008, "Wrong alignment on FARSessionStatus"); \ +static_assert(sizeof(FARSessionStatus) == 0x000018, "Wrong size on FARSessionStatus"); \ +static_assert(offsetof(FARSessionStatus, AdditionalInfo) == 0x000000, "Member 'FARSessionStatus::AdditionalInfo' has a wrong offset!"); \ +static_assert(offsetof(FARSessionStatus, Status) == 0x000010, "Member 'FARSessionStatus::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAROriginActor \ +static_assert(alignof(AAROriginActor) == 0x000008, "Wrong alignment on AAROriginActor"); \ +static_assert(sizeof(AAROriginActor) == 0x000228, "Wrong size on AAROriginActor"); \ + +#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_ARSessionConfig_AddCandidateImage \ +static_assert(alignof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateImage"); \ +static_assert(sizeof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateImage"); \ +static_assert(offsetof(ARSessionConfig_AddCandidateImage, NewCandidateImage) == 0x000000, "Member 'ARSessionConfig_AddCandidateImage::NewCandidateImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_AddCandidateObject \ +static_assert(alignof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateObject"); \ +static_assert(sizeof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateObject"); \ +static_assert(offsetof(ARSessionConfig_AddCandidateObject, CandidateObject) == 0x000000, "Member 'ARSessionConfig_AddCandidateObject::CandidateObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetCandidateObjectList \ +static_assert(alignof(ARSessionConfig_SetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_SetCandidateObjectList"); \ +static_assert(sizeof(ARSessionConfig_SetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_SetCandidateObjectList"); \ +static_assert(offsetof(ARSessionConfig_SetCandidateObjectList, InCandidateObjects) == 0x000000, "Member 'ARSessionConfig_SetCandidateObjectList::InCandidateObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetDesiredVideoFormat \ +static_assert(alignof(ARSessionConfig_SetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_SetDesiredVideoFormat"); \ +static_assert(sizeof(ARSessionConfig_SetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_SetDesiredVideoFormat"); \ +static_assert(offsetof(ARSessionConfig_SetDesiredVideoFormat, NewFormat) == 0x000000, "Member 'ARSessionConfig_SetDesiredVideoFormat::NewFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetEnableAutoFocus \ +static_assert(alignof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_SetEnableAutoFocus"); \ +static_assert(sizeof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_SetEnableAutoFocus"); \ +static_assert(offsetof(ARSessionConfig_SetEnableAutoFocus, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetEnableAutoFocus::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingDirection \ +static_assert(alignof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingDirection"); \ +static_assert(sizeof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingDirection"); \ +static_assert(offsetof(ARSessionConfig_SetFaceTrackingDirection, InDirection) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingDirection::InDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingUpdate \ +static_assert(alignof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingUpdate"); \ +static_assert(sizeof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingUpdate"); \ +static_assert(offsetof(ARSessionConfig_SetFaceTrackingUpdate, InUpdate) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingUpdate::InUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetResetCameraTracking \ +static_assert(alignof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetCameraTracking"); \ +static_assert(sizeof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_SetResetCameraTracking"); \ +static_assert(offsetof(ARSessionConfig_SetResetCameraTracking, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetCameraTracking::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetResetTrackedObjects \ +static_assert(alignof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetTrackedObjects"); \ +static_assert(sizeof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_SetResetTrackedObjects"); \ +static_assert(offsetof(ARSessionConfig_SetResetTrackedObjects, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetTrackedObjects::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetSceneReconstructionMethod \ +static_assert(alignof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_SetSceneReconstructionMethod"); \ +static_assert(sizeof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_SetSceneReconstructionMethod"); \ +static_assert(offsetof(ARSessionConfig_SetSceneReconstructionMethod, InSceneReconstructionMethod) == 0x000000, "Member 'ARSessionConfig_SetSceneReconstructionMethod::InSceneReconstructionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetSessionTrackingFeatureToEnable \ +static_assert(alignof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong alignment on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ +static_assert(sizeof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong size on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ +static_assert(offsetof(ARSessionConfig_SetSessionTrackingFeatureToEnable, InSessionTrackingFeature) == 0x000000, "Member 'ARSessionConfig_SetSessionTrackingFeatureToEnable::InSessionTrackingFeature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetWorldMapData \ +static_assert(alignof(ARSessionConfig_SetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_SetWorldMapData"); \ +static_assert(sizeof(ARSessionConfig_SetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_SetWorldMapData"); \ +static_assert(offsetof(ARSessionConfig_SetWorldMapData, WorldMapData_0) == 0x000000, "Member 'ARSessionConfig_SetWorldMapData::WorldMapData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateImageList \ +static_assert(alignof(ARSessionConfig_GetCandidateImageList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateImageList"); \ +static_assert(sizeof(ARSessionConfig_GetCandidateImageList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateImageList"); \ +static_assert(offsetof(ARSessionConfig_GetCandidateImageList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateImageList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateObjectList \ +static_assert(alignof(ARSessionConfig_GetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateObjectList"); \ +static_assert(sizeof(ARSessionConfig_GetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateObjectList"); \ +static_assert(offsetof(ARSessionConfig_GetCandidateObjectList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateObjectList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetDesiredVideoFormat \ +static_assert(alignof(ARSessionConfig_GetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_GetDesiredVideoFormat"); \ +static_assert(sizeof(ARSessionConfig_GetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_GetDesiredVideoFormat"); \ +static_assert(offsetof(ARSessionConfig_GetDesiredVideoFormat, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetDesiredVideoFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetEnabledSessionTrackingFeature \ +static_assert(alignof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ +static_assert(sizeof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong size on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ +static_assert(offsetof(ARSessionConfig_GetEnabledSessionTrackingFeature, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnabledSessionTrackingFeature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetEnvironmentCaptureProbeType \ +static_assert(alignof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ +static_assert(sizeof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong size on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ +static_assert(offsetof(ARSessionConfig_GetEnvironmentCaptureProbeType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnvironmentCaptureProbeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingDirection \ +static_assert(alignof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingDirection"); \ +static_assert(sizeof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingDirection"); \ +static_assert(offsetof(ARSessionConfig_GetFaceTrackingDirection, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingUpdate \ +static_assert(alignof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingUpdate"); \ +static_assert(sizeof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingUpdate"); \ +static_assert(offsetof(ARSessionConfig_GetFaceTrackingUpdate, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetFrameSyncMode \ +static_assert(alignof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetFrameSyncMode"); \ +static_assert(sizeof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong size on ARSessionConfig_GetFrameSyncMode"); \ +static_assert(offsetof(ARSessionConfig_GetFrameSyncMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFrameSyncMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetLightEstimationMode \ +static_assert(alignof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetLightEstimationMode"); \ +static_assert(sizeof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong size on ARSessionConfig_GetLightEstimationMode"); \ +static_assert(offsetof(ARSessionConfig_GetLightEstimationMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetLightEstimationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetMaxNumSimultaneousImagesTracked \ +static_assert(alignof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong alignment on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ +static_assert(sizeof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong size on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ +static_assert(offsetof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetMaxNumSimultaneousImagesTracked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetPlaneDetectionMode \ +static_assert(alignof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetPlaneDetectionMode"); \ +static_assert(sizeof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong size on ARSessionConfig_GetPlaneDetectionMode"); \ +static_assert(offsetof(ARSessionConfig_GetPlaneDetectionMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetPlaneDetectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetSceneReconstructionMethod \ +static_assert(alignof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_GetSceneReconstructionMethod"); \ +static_assert(sizeof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_GetSceneReconstructionMethod"); \ +static_assert(offsetof(ARSessionConfig_GetSceneReconstructionMethod, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSceneReconstructionMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetSessionType \ +static_assert(alignof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong alignment on ARSessionConfig_GetSessionType"); \ +static_assert(sizeof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong size on ARSessionConfig_GetSessionType"); \ +static_assert(offsetof(ARSessionConfig_GetSessionType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSessionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetWorldAlignment \ +static_assert(alignof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong alignment on ARSessionConfig_GetWorldAlignment"); \ +static_assert(sizeof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong size on ARSessionConfig_GetWorldAlignment"); \ +static_assert(offsetof(ARSessionConfig_GetWorldAlignment, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetWorldMapData \ +static_assert(alignof(ARSessionConfig_GetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_GetWorldMapData"); \ +static_assert(sizeof(ARSessionConfig_GetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_GetWorldMapData"); \ +static_assert(offsetof(ARSessionConfig_GetWorldMapData, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldMapData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableAutoFocus \ +static_assert(alignof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableAutoFocus"); \ +static_assert(sizeof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableAutoFocus"); \ +static_assert(offsetof(ARSessionConfig_ShouldEnableAutoFocus, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableAutoFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableCameraTracking \ +static_assert(alignof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableCameraTracking"); \ +static_assert(sizeof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableCameraTracking"); \ +static_assert(offsetof(ARSessionConfig_ShouldEnableCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableCameraTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldRenderCameraOverlay \ +static_assert(alignof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldRenderCameraOverlay"); \ +static_assert(sizeof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong size on ARSessionConfig_ShouldRenderCameraOverlay"); \ +static_assert(offsetof(ARSessionConfig_ShouldRenderCameraOverlay, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldRenderCameraOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetCameraTracking \ +static_assert(alignof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetCameraTracking"); \ +static_assert(sizeof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetCameraTracking"); \ +static_assert(offsetof(ARSessionConfig_ShouldResetCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetCameraTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetTrackedObjects \ +static_assert(alignof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetTrackedObjects"); \ +static_assert(sizeof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetTrackedObjects"); \ +static_assert(offsetof(ARSessionConfig_ShouldResetTrackedObjects, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetTrackedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARSessionConfig \ +static_assert(alignof(UARSessionConfig) == 0x000008, "Wrong alignment on UARSessionConfig"); \ +static_assert(sizeof(UARSessionConfig) == 0x000110, "Wrong size on UARSessionConfig"); \ +static_assert(offsetof(UARSessionConfig, bGenerateMeshDataFromTrackedGeometry) == 0x000030, "Member 'UARSessionConfig::bGenerateMeshDataFromTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bGenerateCollisionForMeshData) == 0x000031, "Member 'UARSessionConfig::bGenerateCollisionForMeshData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bGenerateNavMeshForMeshData) == 0x000032, "Member 'UARSessionConfig::bGenerateNavMeshForMeshData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseMeshDataForOcclusion) == 0x000033, "Member 'UARSessionConfig::bUseMeshDataForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bRenderMeshDataInWireframe) == 0x000034, "Member 'UARSessionConfig::bRenderMeshDataInWireframe' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bTrackSceneObjects) == 0x000035, "Member 'UARSessionConfig::bTrackSceneObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUsePersonSegmentationForOcclusion) == 0x000036, "Member 'UARSessionConfig::bUsePersonSegmentationForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseSceneDepthForOcclusion) == 0x000037, "Member 'UARSessionConfig::bUseSceneDepthForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseAutomaticImageScaleEstimation) == 0x000038, "Member 'UARSessionConfig::bUseAutomaticImageScaleEstimation' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseStandardOnboardingUX) == 0x000039, "Member 'UARSessionConfig::bUseStandardOnboardingUX' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, WorldAlignment) == 0x00003A, "Member 'UARSessionConfig::WorldAlignment' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SessionType) == 0x00003B, "Member 'UARSessionConfig::SessionType' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PlaneDetectionMode) == 0x00003C, "Member 'UARSessionConfig::PlaneDetectionMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bHorizontalPlaneDetection) == 0x00003D, "Member 'UARSessionConfig::bHorizontalPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bVerticalPlaneDetection) == 0x00003E, "Member 'UARSessionConfig::bVerticalPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutoFocus) == 0x00003F, "Member 'UARSessionConfig::bEnableAutoFocus' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, LightEstimationMode) == 0x000040, "Member 'UARSessionConfig::LightEstimationMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FrameSyncMode) == 0x000041, "Member 'UARSessionConfig::FrameSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraOverlay) == 0x000042, "Member 'UARSessionConfig::bEnableAutomaticCameraOverlay' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraTracking) == 0x000043, "Member 'UARSessionConfig::bEnableAutomaticCameraTracking' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bResetCameraTracking) == 0x000044, "Member 'UARSessionConfig::bResetCameraTracking' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bResetTrackedObjects) == 0x000045, "Member 'UARSessionConfig::bResetTrackedObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, CandidateImages) == 0x000048, "Member 'UARSessionConfig::CandidateImages' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MaxNumSimultaneousImagesTracked) == 0x000058, "Member 'UARSessionConfig::MaxNumSimultaneousImagesTracked' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnvironmentCaptureProbeType) == 0x00005C, "Member 'UARSessionConfig::EnvironmentCaptureProbeType' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, WorldMapData) == 0x000060, "Member 'UARSessionConfig::WorldMapData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, CandidateObjects) == 0x000070, "Member 'UARSessionConfig::CandidateObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DesiredVideoFormat) == 0x000080, "Member 'UARSessionConfig::DesiredVideoFormat' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseOptimalVideoFormat) == 0x00008C, "Member 'UARSessionConfig::bUseOptimalVideoFormat' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceTrackingDirection) == 0x00008D, "Member 'UARSessionConfig::FaceTrackingDirection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceTrackingUpdate) == 0x00008E, "Member 'UARSessionConfig::FaceTrackingUpdate' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MaxNumberOfTrackedFaces) == 0x000090, "Member 'UARSessionConfig::MaxNumberOfTrackedFaces' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SerializedARCandidateImageDatabase) == 0x000098, "Member 'UARSessionConfig::SerializedARCandidateImageDatabase' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnabledSessionTrackingFeature) == 0x0000A8, "Member 'UARSessionConfig::EnabledSessionTrackingFeature' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SceneReconstructionMethod) == 0x0000A9, "Member 'UARSessionConfig::SceneReconstructionMethod' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PlaneComponentClass) == 0x0000B0, "Member 'UARSessionConfig::PlaneComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PointComponentClass) == 0x0000B8, "Member 'UARSessionConfig::PointComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceComponentClass) == 0x0000C0, "Member 'UARSessionConfig::FaceComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, ImageComponentClass) == 0x0000C8, "Member 'UARSessionConfig::ImageComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, QRCodeComponentClass) == 0x0000D0, "Member 'UARSessionConfig::QRCodeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PoseComponentClass) == 0x0000D8, "Member 'UARSessionConfig::PoseComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnvironmentProbeComponentClass) == 0x0000E0, "Member 'UARSessionConfig::EnvironmentProbeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, ObjectComponentClass) == 0x0000E8, "Member 'UARSessionConfig::ObjectComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MeshComponentClass) == 0x0000F0, "Member 'UARSessionConfig::MeshComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, GeoAnchorComponentClass) == 0x0000F8, "Member 'UARSessionConfig::GeoAnchorComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DefaultMeshMaterial) == 0x000100, "Member 'UARSessionConfig::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DefaultWireframeMeshMaterial) == 0x000108, "Member 'UARSessionConfig::DefaultWireframeMeshMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARLightEstimate \ +static_assert(alignof(UARLightEstimate) == 0x000008, "Wrong alignment on UARLightEstimate"); \ +static_assert(sizeof(UARLightEstimate) == 0x000028, "Wrong size on UARLightEstimate"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldGameMode_GetARSharedWorldGameState \ +static_assert(alignof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ +static_assert(sizeof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong size on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ +static_assert(offsetof(ARSharedWorldGameMode_GetARSharedWorldGameState, ReturnValue) == 0x000000, "Member 'ARSharedWorldGameMode_GetARSharedWorldGameState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetARSharedWorldData \ +static_assert(alignof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetARSharedWorldData"); \ +static_assert(sizeof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetARSharedWorldData"); \ +static_assert(offsetof(ARSharedWorldGameMode_SetARSharedWorldData, ARWorldData) == 0x000000, "Member 'ARSharedWorldGameMode_SetARSharedWorldData::ARWorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetPreviewImageData \ +static_assert(alignof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetPreviewImageData"); \ +static_assert(sizeof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetPreviewImageData"); \ +static_assert(offsetof(ARSharedWorldGameMode_SetPreviewImageData, ImageData) == 0x000000, "Member 'ARSharedWorldGameMode_SetPreviewImageData::ImageData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSharedWorldGameMode \ +static_assert(alignof(AARSharedWorldGameMode) == 0x000008, "Wrong alignment on AARSharedWorldGameMode"); \ +static_assert(sizeof(AARSharedWorldGameMode) == 0x000378, "Wrong size on AARSharedWorldGameMode"); \ +static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000310, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_ARComponent_GetMRMesh \ +static_assert(alignof(ARComponent_GetMRMesh) == 0x000008, "Wrong alignment on ARComponent_GetMRMesh"); \ +static_assert(sizeof(ARComponent_GetMRMesh) == 0x000008, "Wrong size on ARComponent_GetMRMesh"); \ +static_assert(offsetof(ARComponent_GetMRMesh, ReturnValue) == 0x000000, "Member 'ARComponent_GetMRMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARComponent_SetNativeID \ +static_assert(alignof(ARComponent_SetNativeID) == 0x000004, "Wrong alignment on ARComponent_SetNativeID"); \ +static_assert(sizeof(ARComponent_SetNativeID) == 0x000010, "Wrong size on ARComponent_SetNativeID"); \ +static_assert(offsetof(ARComponent_SetNativeID, NativeID_0) == 0x000000, "Member 'ARComponent_SetNativeID::NativeID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARComponent \ +static_assert(alignof(UARComponent) == 0x000010, "Wrong alignment on UARComponent"); \ +static_assert(sizeof(UARComponent) == 0x000280, "Wrong size on UARComponent"); \ +static_assert(offsetof(UARComponent, NativeID) == 0x0001F8, "Member 'UARComponent::NativeID' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000238, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000240, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000248, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000250, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000258, "Member 'UARComponent::MyTrackedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_SetFaceComponentDebugMode \ +static_assert(alignof(ARFaceComponent_SetFaceComponentDebugMode) == 0x000001, "Wrong alignment on ARFaceComponent_SetFaceComponentDebugMode"); \ +static_assert(sizeof(ARFaceComponent_SetFaceComponentDebugMode) == 0x000001, "Wrong size on ARFaceComponent_SetFaceComponentDebugMode"); \ +static_assert(offsetof(ARFaceComponent_SetFaceComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARFaceComponent_SetFaceComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_ReceiveAdd \ +static_assert(alignof(ARFaceComponent_ReceiveAdd) == 0x000008, "Wrong alignment on ARFaceComponent_ReceiveAdd"); \ +static_assert(sizeof(ARFaceComponent_ReceiveAdd) == 0x000040, "Wrong size on ARFaceComponent_ReceiveAdd"); \ +static_assert(offsetof(ARFaceComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARFaceComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_ReceiveUpdate \ +static_assert(alignof(ARFaceComponent_ReceiveUpdate) == 0x000008, "Wrong alignment on ARFaceComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARFaceComponent_ReceiveUpdate) == 0x000040, "Wrong size on ARFaceComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARFaceComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARFaceComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_ServerUpdatePayload \ +static_assert(alignof(ARFaceComponent_ServerUpdatePayload) == 0x000008, "Wrong alignment on ARFaceComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARFaceComponent_ServerUpdatePayload) == 0x000040, "Wrong size on ARFaceComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARFaceComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARFaceComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARFaceComponent \ +static_assert(alignof(UARFaceComponent) == 0x000010, "Wrong alignment on UARFaceComponent"); \ +static_assert(sizeof(UARFaceComponent) == 0x0002E0, "Wrong size on UARFaceComponent"); \ +static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x000278, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x000279, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x00027A, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x000280, "Member 'UARFaceComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetCandidateTexture \ +static_assert(alignof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong alignment on ARCandidateImage_GetCandidateTexture"); \ +static_assert(sizeof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong size on ARCandidateImage_GetCandidateTexture"); \ +static_assert(offsetof(ARCandidateImage_GetCandidateTexture, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetCandidateTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetFriendlyName \ +static_assert(alignof(ARCandidateImage_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateImage_GetFriendlyName"); \ +static_assert(sizeof(ARCandidateImage_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateImage_GetFriendlyName"); \ +static_assert(offsetof(ARCandidateImage_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetFriendlyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetOrientation \ +static_assert(alignof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong alignment on ARCandidateImage_GetOrientation"); \ +static_assert(sizeof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong size on ARCandidateImage_GetOrientation"); \ +static_assert(offsetof(ARCandidateImage_GetOrientation, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalHeight \ +static_assert(alignof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalHeight"); \ +static_assert(sizeof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalHeight"); \ +static_assert(offsetof(ARCandidateImage_GetPhysicalHeight, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalWidth \ +static_assert(alignof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalWidth"); \ +static_assert(sizeof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalWidth"); \ +static_assert(offsetof(ARCandidateImage_GetPhysicalWidth, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARCandidateImage \ +static_assert(alignof(UARCandidateImage) == 0x000008, "Wrong alignment on UARCandidateImage"); \ +static_assert(sizeof(UARCandidateImage) == 0x000058, "Wrong size on UARCandidateImage"); \ +static_assert(offsetof(UARCandidateImage, CandidateTexture) == 0x000030, "Member 'UARCandidateImage::CandidateTexture' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, FriendlyName) == 0x000038, "Member 'UARCandidateImage::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Width) == 0x000048, "Member 'UARCandidateImage::Width' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Height) == 0x00004C, "Member 'UARCandidateImage::Height' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Orientation) == 0x000050, "Member 'UARCandidateImage::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARActor_AddARComponent \ +static_assert(alignof(ARActor_AddARComponent) == 0x000008, "Wrong alignment on ARActor_AddARComponent"); \ +static_assert(sizeof(ARActor_AddARComponent) == 0x000020, "Wrong size on ARActor_AddARComponent"); \ +static_assert(offsetof(ARActor_AddARComponent, InComponentClass) == 0x000000, "Member 'ARActor_AddARComponent::InComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ARActor_AddARComponent, NativeID) == 0x000008, "Member 'ARActor_AddARComponent::NativeID' has a wrong offset!"); \ +static_assert(offsetof(ARActor_AddARComponent, ReturnValue) == 0x000018, "Member 'ARActor_AddARComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARActor \ +static_assert(alignof(AARActor) == 0x000008, "Wrong alignment on AARActor"); \ +static_assert(sizeof(AARActor) == 0x000228, "Wrong size on AARActor"); \ + +#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_ARPlaneComponent_GetObjectClassificationDebugColors \ +static_assert(alignof(ARPlaneComponent_GetObjectClassificationDebugColors) == 0x000008, "Wrong alignment on ARPlaneComponent_GetObjectClassificationDebugColors"); \ +static_assert(sizeof(ARPlaneComponent_GetObjectClassificationDebugColors) == 0x000050, "Wrong size on ARPlaneComponent_GetObjectClassificationDebugColors"); \ +static_assert(offsetof(ARPlaneComponent_GetObjectClassificationDebugColors, ReturnValue) == 0x000000, "Member 'ARPlaneComponent_GetObjectClassificationDebugColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_SetObjectClassificationDebugColors \ +static_assert(alignof(ARPlaneComponent_SetObjectClassificationDebugColors) == 0x000008, "Wrong alignment on ARPlaneComponent_SetObjectClassificationDebugColors"); \ +static_assert(sizeof(ARPlaneComponent_SetObjectClassificationDebugColors) == 0x000050, "Wrong size on ARPlaneComponent_SetObjectClassificationDebugColors"); \ +static_assert(offsetof(ARPlaneComponent_SetObjectClassificationDebugColors, InColors) == 0x000000, "Member 'ARPlaneComponent_SetObjectClassificationDebugColors::InColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_SetPlaneComponentDebugMode \ +static_assert(alignof(ARPlaneComponent_SetPlaneComponentDebugMode) == 0x000001, "Wrong alignment on ARPlaneComponent_SetPlaneComponentDebugMode"); \ +static_assert(sizeof(ARPlaneComponent_SetPlaneComponentDebugMode) == 0x000001, "Wrong size on ARPlaneComponent_SetPlaneComponentDebugMode"); \ +static_assert(offsetof(ARPlaneComponent_SetPlaneComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARPlaneComponent_SetPlaneComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_ReceiveAdd \ +static_assert(alignof(ARPlaneComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARPlaneComponent_ReceiveAdd"); \ +static_assert(sizeof(ARPlaneComponent_ReceiveAdd) == 0x000080, "Wrong size on ARPlaneComponent_ReceiveAdd"); \ +static_assert(offsetof(ARPlaneComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPlaneComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_ReceiveUpdate \ +static_assert(alignof(ARPlaneComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARPlaneComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARPlaneComponent_ReceiveUpdate) == 0x000080, "Wrong size on ARPlaneComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARPlaneComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPlaneComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_ServerUpdatePayload \ +static_assert(alignof(ARPlaneComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARPlaneComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARPlaneComponent_ServerUpdatePayload) == 0x000080, "Wrong size on ARPlaneComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARPlaneComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPlaneComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPlaneComponent \ +static_assert(alignof(UARPlaneComponent) == 0x000010, "Wrong alignment on UARPlaneComponent"); \ +static_assert(sizeof(UARPlaneComponent) == 0x000300, "Wrong size on UARPlaneComponent"); \ +static_assert(offsetof(UARPlaneComponent, ReplicatedPayload) == 0x000280, "Member 'UARPlaneComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPointComponent_ReceiveAdd \ +static_assert(alignof(ARPointComponent_ReceiveAdd) == 0x000001, "Wrong alignment on ARPointComponent_ReceiveAdd"); \ +static_assert(sizeof(ARPointComponent_ReceiveAdd) == 0x000001, "Wrong size on ARPointComponent_ReceiveAdd"); \ +static_assert(offsetof(ARPointComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPointComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPointComponent_ReceiveUpdate \ +static_assert(alignof(ARPointComponent_ReceiveUpdate) == 0x000001, "Wrong alignment on ARPointComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARPointComponent_ReceiveUpdate) == 0x000001, "Wrong size on ARPointComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARPointComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPointComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPointComponent_ServerUpdatePayload \ +static_assert(alignof(ARPointComponent_ServerUpdatePayload) == 0x000001, "Wrong alignment on ARPointComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARPointComponent_ServerUpdatePayload) == 0x000001, "Wrong size on ARPointComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARPointComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPointComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPointComponent \ +static_assert(alignof(UARPointComponent) == 0x000010, "Wrong alignment on UARPointComponent"); \ +static_assert(sizeof(UARPointComponent) == 0x000280, "Wrong size on UARPointComponent"); \ +static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x000278, "Member 'UARPointComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_SetImageComponentDebugMode \ +static_assert(alignof(ARImageComponent_SetImageComponentDebugMode) == 0x000001, "Wrong alignment on ARImageComponent_SetImageComponentDebugMode"); \ +static_assert(sizeof(ARImageComponent_SetImageComponentDebugMode) == 0x000001, "Wrong size on ARImageComponent_SetImageComponentDebugMode"); \ +static_assert(offsetof(ARImageComponent_SetImageComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARImageComponent_SetImageComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_ReceiveAdd \ +static_assert(alignof(ARImageComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARImageComponent_ReceiveAdd"); \ +static_assert(sizeof(ARImageComponent_ReceiveAdd) == 0x000060, "Wrong size on ARImageComponent_ReceiveAdd"); \ +static_assert(offsetof(ARImageComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARImageComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_ReceiveUpdate \ +static_assert(alignof(ARImageComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARImageComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARImageComponent_ReceiveUpdate) == 0x000060, "Wrong size on ARImageComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARImageComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARImageComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_ServerUpdatePayload \ +static_assert(alignof(ARImageComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARImageComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARImageComponent_ServerUpdatePayload) == 0x000060, "Wrong size on ARImageComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARImageComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARImageComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARImageComponent \ +static_assert(alignof(UARImageComponent) == 0x000010, "Wrong alignment on UARImageComponent"); \ +static_assert(sizeof(UARImageComponent) == 0x0002E0, "Wrong size on UARImageComponent"); \ +static_assert(offsetof(UARImageComponent, ReplicatedPayload) == 0x000280, "Member 'UARImageComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_SetQRCodeComponentDebugMode \ +static_assert(alignof(ARQRCodeComponent_SetQRCodeComponentDebugMode) == 0x000001, "Wrong alignment on ARQRCodeComponent_SetQRCodeComponentDebugMode"); \ +static_assert(sizeof(ARQRCodeComponent_SetQRCodeComponentDebugMode) == 0x000001, "Wrong size on ARQRCodeComponent_SetQRCodeComponentDebugMode"); \ +static_assert(offsetof(ARQRCodeComponent_SetQRCodeComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARQRCodeComponent_SetQRCodeComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_ReceiveAdd \ +static_assert(alignof(ARQRCodeComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARQRCodeComponent_ReceiveAdd"); \ +static_assert(sizeof(ARQRCodeComponent_ReceiveAdd) == 0x000070, "Wrong size on ARQRCodeComponent_ReceiveAdd"); \ +static_assert(offsetof(ARQRCodeComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARQRCodeComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_ReceiveUpdate \ +static_assert(alignof(ARQRCodeComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARQRCodeComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARQRCodeComponent_ReceiveUpdate) == 0x000070, "Wrong size on ARQRCodeComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARQRCodeComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARQRCodeComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_ServerUpdatePayload \ +static_assert(alignof(ARQRCodeComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARQRCodeComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARQRCodeComponent_ServerUpdatePayload) == 0x000070, "Wrong size on ARQRCodeComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARQRCodeComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARQRCodeComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARQRCodeComponent \ +static_assert(alignof(UARQRCodeComponent) == 0x000010, "Wrong alignment on UARQRCodeComponent"); \ +static_assert(sizeof(UARQRCodeComponent) == 0x0002F0, "Wrong size on UARQRCodeComponent"); \ +static_assert(offsetof(UARQRCodeComponent, ReplicatedPayload) == 0x000280, "Member 'UARQRCodeComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_SetPoseComponentDebugMode \ +static_assert(alignof(ARPoseComponent_SetPoseComponentDebugMode) == 0x000001, "Wrong alignment on ARPoseComponent_SetPoseComponentDebugMode"); \ +static_assert(sizeof(ARPoseComponent_SetPoseComponentDebugMode) == 0x000001, "Wrong size on ARPoseComponent_SetPoseComponentDebugMode"); \ +static_assert(offsetof(ARPoseComponent_SetPoseComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARPoseComponent_SetPoseComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_ReceiveAdd \ +static_assert(alignof(ARPoseComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARPoseComponent_ReceiveAdd"); \ +static_assert(sizeof(ARPoseComponent_ReceiveAdd) == 0x000040, "Wrong size on ARPoseComponent_ReceiveAdd"); \ +static_assert(offsetof(ARPoseComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPoseComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_ReceiveUpdate \ +static_assert(alignof(ARPoseComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARPoseComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARPoseComponent_ReceiveUpdate) == 0x000040, "Wrong size on ARPoseComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARPoseComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPoseComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_ServerUpdatePayload \ +static_assert(alignof(ARPoseComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARPoseComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARPoseComponent_ServerUpdatePayload) == 0x000040, "Wrong size on ARPoseComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARPoseComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPoseComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPoseComponent \ +static_assert(alignof(UARPoseComponent) == 0x000010, "Wrong alignment on UARPoseComponent"); \ +static_assert(sizeof(UARPoseComponent) == 0x0002C0, "Wrong size on UARPoseComponent"); \ +static_assert(offsetof(UARPoseComponent, ReplicatedPayload) == 0x000280, "Member 'UARPoseComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ReceiveAdd \ +static_assert(alignof(AREnvironmentProbeComponent_ReceiveAdd) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ReceiveAdd"); \ +static_assert(sizeof(AREnvironmentProbeComponent_ReceiveAdd) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ReceiveAdd"); \ +static_assert(offsetof(AREnvironmentProbeComponent_ReceiveAdd, Payload) == 0x000000, "Member 'AREnvironmentProbeComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ReceiveUpdate \ +static_assert(alignof(AREnvironmentProbeComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ReceiveUpdate"); \ +static_assert(sizeof(AREnvironmentProbeComponent_ReceiveUpdate) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ReceiveUpdate"); \ +static_assert(offsetof(AREnvironmentProbeComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'AREnvironmentProbeComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ServerUpdatePayload \ +static_assert(alignof(AREnvironmentProbeComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ServerUpdatePayload"); \ +static_assert(sizeof(AREnvironmentProbeComponent_ServerUpdatePayload) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ServerUpdatePayload"); \ +static_assert(offsetof(AREnvironmentProbeComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'AREnvironmentProbeComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentProbeComponent \ +static_assert(alignof(UAREnvironmentProbeComponent) == 0x000010, "Wrong alignment on UAREnvironmentProbeComponent"); \ +static_assert(sizeof(UAREnvironmentProbeComponent) == 0x0002B0, "Wrong size on UAREnvironmentProbeComponent"); \ +static_assert(offsetof(UAREnvironmentProbeComponent, ReplicatedPayload) == 0x000280, "Member 'UAREnvironmentProbeComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARObjectComponent_ReceiveAdd \ +static_assert(alignof(ARObjectComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARObjectComponent_ReceiveAdd"); \ +static_assert(sizeof(ARObjectComponent_ReceiveAdd) == 0x000030, "Wrong size on ARObjectComponent_ReceiveAdd"); \ +static_assert(offsetof(ARObjectComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARObjectComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARObjectComponent_ReceiveUpdate \ +static_assert(alignof(ARObjectComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARObjectComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARObjectComponent_ReceiveUpdate) == 0x000030, "Wrong size on ARObjectComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARObjectComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARObjectComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARObjectComponent_ServerUpdatePayload \ +static_assert(alignof(ARObjectComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARObjectComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARObjectComponent_ServerUpdatePayload) == 0x000030, "Wrong size on ARObjectComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARObjectComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARObjectComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARObjectComponent \ +static_assert(alignof(UARObjectComponent) == 0x000010, "Wrong alignment on UARObjectComponent"); \ +static_assert(sizeof(UARObjectComponent) == 0x0002B0, "Wrong size on UARObjectComponent"); \ +static_assert(offsetof(UARObjectComponent, ReplicatedPayload) == 0x000280, "Member 'UARObjectComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshComponent_ReceiveAdd \ +static_assert(alignof(ARMeshComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARMeshComponent_ReceiveAdd"); \ +static_assert(sizeof(ARMeshComponent_ReceiveAdd) == 0x000060, "Wrong size on ARMeshComponent_ReceiveAdd"); \ +static_assert(offsetof(ARMeshComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARMeshComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshComponent_ReceiveUpdate \ +static_assert(alignof(ARMeshComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARMeshComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARMeshComponent_ReceiveUpdate) == 0x000060, "Wrong size on ARMeshComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARMeshComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARMeshComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshComponent_ServerUpdatePayload \ +static_assert(alignof(ARMeshComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARMeshComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARMeshComponent_ServerUpdatePayload) == 0x000060, "Wrong size on ARMeshComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARMeshComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARMeshComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARMeshComponent \ +static_assert(alignof(UARMeshComponent) == 0x000010, "Wrong alignment on UARMeshComponent"); \ +static_assert(sizeof(UARMeshComponent) == 0x0002E0, "Wrong size on UARMeshComponent"); \ +static_assert(offsetof(UARMeshComponent, ReplicatedPayload) == 0x000280, "Member 'UARMeshComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode \ +static_assert(alignof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode) == 0x000001, "Wrong alignment on ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode"); \ +static_assert(sizeof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode) == 0x000001, "Wrong size on ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode"); \ +static_assert(offsetof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_ReceiveAdd \ +static_assert(alignof(ARGeoAnchorComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ReceiveAdd"); \ +static_assert(sizeof(ARGeoAnchorComponent_ReceiveAdd) == 0x000070, "Wrong size on ARGeoAnchorComponent_ReceiveAdd"); \ +static_assert(offsetof(ARGeoAnchorComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARGeoAnchorComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_ReceiveUpdate \ +static_assert(alignof(ARGeoAnchorComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARGeoAnchorComponent_ReceiveUpdate) == 0x000070, "Wrong size on ARGeoAnchorComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARGeoAnchorComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARGeoAnchorComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_ServerUpdatePayload \ +static_assert(alignof(ARGeoAnchorComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARGeoAnchorComponent_ServerUpdatePayload) == 0x000070, "Wrong size on ARGeoAnchorComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARGeoAnchorComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARGeoAnchorComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGeoAnchorComponent \ +static_assert(alignof(UARGeoAnchorComponent) == 0x000010, "Wrong alignment on UARGeoAnchorComponent"); \ +static_assert(sizeof(UARGeoAnchorComponent) == 0x0002F0, "Wrong size on UARGeoAnchorComponent"); \ +static_assert(offsetof(UARGeoAnchorComponent, ReplicatedPayload) == 0x000280, "Member 'UARGeoAnchorComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_GetARDependencyHandler \ +static_assert(alignof(ARDependencyHandler_GetARDependencyHandler) == 0x000008, "Wrong alignment on ARDependencyHandler_GetARDependencyHandler"); \ +static_assert(sizeof(ARDependencyHandler_GetARDependencyHandler) == 0x000008, "Wrong size on ARDependencyHandler_GetARDependencyHandler"); \ +static_assert(offsetof(ARDependencyHandler_GetARDependencyHandler, ReturnValue) == 0x000000, "Member 'ARDependencyHandler_GetARDependencyHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_CheckARServiceAvailability \ +static_assert(alignof(ARDependencyHandler_CheckARServiceAvailability) == 0x000008, "Wrong alignment on ARDependencyHandler_CheckARServiceAvailability"); \ +static_assert(sizeof(ARDependencyHandler_CheckARServiceAvailability) == 0x000028, "Wrong size on ARDependencyHandler_CheckARServiceAvailability"); \ +static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_CheckARServiceAvailability::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, LatentInfo) == 0x000008, "Member 'ARDependencyHandler_CheckARServiceAvailability::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, OutAvailability) == 0x000020, "Member 'ARDependencyHandler_CheckARServiceAvailability::OutAvailability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_InstallARService \ +static_assert(alignof(ARDependencyHandler_InstallARService) == 0x000008, "Wrong alignment on ARDependencyHandler_InstallARService"); \ +static_assert(sizeof(ARDependencyHandler_InstallARService) == 0x000028, "Wrong size on ARDependencyHandler_InstallARService"); \ +static_assert(offsetof(ARDependencyHandler_InstallARService, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_InstallARService::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_InstallARService, LatentInfo) == 0x000008, "Member 'ARDependencyHandler_InstallARService::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_InstallARService, OutInstallResult) == 0x000020, "Member 'ARDependencyHandler_InstallARService::OutInstallResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_RequestARSessionPermission \ +static_assert(alignof(ARDependencyHandler_RequestARSessionPermission) == 0x000008, "Wrong alignment on ARDependencyHandler_RequestARSessionPermission"); \ +static_assert(sizeof(ARDependencyHandler_RequestARSessionPermission) == 0x000030, "Wrong size on ARDependencyHandler_RequestARSessionPermission"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_RequestARSessionPermission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, SessionConfig) == 0x000008, "Member 'ARDependencyHandler_RequestARSessionPermission::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, LatentInfo) == 0x000010, "Member 'ARDependencyHandler_RequestARSessionPermission::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, OutPermissionResult) == 0x000028, "Member 'ARDependencyHandler_RequestARSessionPermission::OutPermissionResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_StartARSessionLatent \ +static_assert(alignof(ARDependencyHandler_StartARSessionLatent) == 0x000008, "Wrong alignment on ARDependencyHandler_StartARSessionLatent"); \ +static_assert(sizeof(ARDependencyHandler_StartARSessionLatent) == 0x000028, "Wrong size on ARDependencyHandler_StartARSessionLatent"); \ +static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_StartARSessionLatent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, SessionConfig) == 0x000008, "Member 'ARDependencyHandler_StartARSessionLatent::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, LatentInfo) == 0x000010, "Member 'ARDependencyHandler_StartARSessionLatent::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARDependencyHandler \ +static_assert(alignof(UARDependencyHandler) == 0x000008, "Wrong alignment on UARDependencyHandler"); \ +static_assert(sizeof(UARDependencyHandler) == 0x000028, "Wrong size on UARDependencyHandler"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingSupport \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingSupport) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingSupport"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingSupport) == 0x000008, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingSupport"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingSupport, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_AddGeoAnchorAtLocation \ +static_assert(alignof(ARGeoTrackingSupport_AddGeoAnchorAtLocation) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_AddGeoAnchorAtLocation"); \ +static_assert(sizeof(ARGeoTrackingSupport_AddGeoAnchorAtLocation) == 0x000020, "Wrong size on ARGeoTrackingSupport_AddGeoAnchorAtLocation"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, Longitude) == 0x000000, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::Longitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, Latitude) == 0x000004, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::Latitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, OptionalAnchorName) == 0x000008, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::OptionalAnchorName' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, ReturnValue) == 0x000018, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude \ +static_assert(alignof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude"); \ +static_assert(sizeof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude) == 0x000028, "Wrong size on ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, Longitude) == 0x000000, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::Longitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, Latitude) == 0x000004, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::Latitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, AltitudeMeters) == 0x000008, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::AltitudeMeters' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, OptionalAnchorName) == 0x000010, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::OptionalAnchorName' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, ReturnValue) == 0x000020, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingAccuracy \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingAccuracy) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingAccuracy"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingAccuracy) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingAccuracy"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingAccuracy, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingState \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingState) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingState"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingState) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingState"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingState, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingStateReason \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingStateReason) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingStateReason"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingStateReason) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingStateReason"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingStateReason, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingStateReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGeoTrackingSupport \ +static_assert(alignof(UARGeoTrackingSupport) == 0x000008, "Wrong alignment on UARGeoTrackingSupport"); \ +static_assert(sizeof(UARGeoTrackingSupport) == 0x000028, "Wrong size on UARGeoTrackingSupport"); \ + +#define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability \ +static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ +static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000010, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, ReturnValue) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation \ +static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ +static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000018, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Longitude) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Longitude' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Latitude) == 0x00000C, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Latitude' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, ReturnValue) == 0x000010, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy \ +static_assert(alignof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x0000A0, "Wrong size on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition \ +static_assert(alignof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000008, "Wrong alignment on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ +static_assert(sizeof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000020, "Wrong size on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ +static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, WorldContextObject) == 0x000000, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, WorldPosition) == 0x000008, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, ReturnValue) == 0x000018, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGetGeoLocationAsyncTaskBlueprintProxy \ +static_assert(alignof(UGetGeoLocationAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UGetGeoLocationAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UGetGeoLocationAsyncTaskBlueprintProxy) == 0x0000A0, "Wrong size on UGetGeoLocationAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARLifeCycleComponent_ServerDestroyARActor \ +static_assert(alignof(ARLifeCycleComponent_ServerDestroyARActor) == 0x000008, "Wrong alignment on ARLifeCycleComponent_ServerDestroyARActor"); \ +static_assert(sizeof(ARLifeCycleComponent_ServerDestroyARActor) == 0x000008, "Wrong size on ARLifeCycleComponent_ServerDestroyARActor"); \ +static_assert(offsetof(ARLifeCycleComponent_ServerDestroyARActor, Actor) == 0x000000, "Member 'ARLifeCycleComponent_ServerDestroyARActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARLifeCycleComponent_ServerSpawnARActor \ +static_assert(alignof(ARLifeCycleComponent_ServerSpawnARActor) == 0x000008, "Wrong alignment on ARLifeCycleComponent_ServerSpawnARActor"); \ +static_assert(sizeof(ARLifeCycleComponent_ServerSpawnARActor) == 0x000018, "Wrong size on ARLifeCycleComponent_ServerSpawnARActor"); \ +static_assert(offsetof(ARLifeCycleComponent_ServerSpawnARActor, ComponentClass) == 0x000000, "Member 'ARLifeCycleComponent_ServerSpawnARActor::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ARLifeCycleComponent_ServerSpawnARActor, NativeID) == 0x000008, "Member 'ARLifeCycleComponent_ServerSpawnARActor::NativeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARLifeCycleComponent \ +static_assert(alignof(UARLifeCycleComponent) == 0x000010, "Wrong alignment on UARLifeCycleComponent"); \ +static_assert(sizeof(UARLifeCycleComponent) == 0x000230, "Wrong size on UARLifeCycleComponent"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorSpawnedDelegate) == 0x0001F8, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x000208, "Member 'UARLifeCycleComponent::OnARActorToBeDestroyedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AARSharedWorldGameState \ +static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ +static_assert(sizeof(AARSharedWorldGameState) == 0x0002D0, "Wrong size on AARSharedWorldGameState"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x000298, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x0002A8, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x0002B8, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x0002BC, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x0002C0, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x0002C4, "Member 'AARSharedWorldGameState::ARWorldBytesDelivered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientInitSharedWorld \ +static_assert(alignof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000004, "Wrong alignment on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ +static_assert(sizeof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000008, "Wrong size on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, PreviewImageSize) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::PreviewImageSize' has a wrong offset!"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, ARWorldDataSize) == 0x000004, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::ARWorldDataSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdateARWorldData \ +static_assert(alignof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ +static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Offset' has a wrong offset!"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Buffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdatePreviewImageData \ +static_assert(alignof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ +static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Offset' has a wrong offset!"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Buffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSharedWorldPlayerController \ +static_assert(alignof(AARSharedWorldPlayerController) == 0x000008, "Wrong alignment on AARSharedWorldPlayerController"); \ +static_assert(sizeof(AARSharedWorldPlayerController) == 0x000590, "Wrong size on AARSharedWorldPlayerController"); \ + +#define DUMPER7_ASSERTS_ARSkyLight_SetEnvironmentCaptureProbe \ +static_assert(alignof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong alignment on ARSkyLight_SetEnvironmentCaptureProbe"); \ +static_assert(sizeof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong size on ARSkyLight_SetEnvironmentCaptureProbe"); \ +static_assert(offsetof(ARSkyLight_SetEnvironmentCaptureProbe, InCaptureProbe) == 0x000000, "Member 'ARSkyLight_SetEnvironmentCaptureProbe::InCaptureProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSkyLight \ +static_assert(alignof(AARSkyLight) == 0x000008, "Wrong alignment on AARSkyLight"); \ +static_assert(sizeof(AARSkyLight) == 0x000248, "Wrong size on AARSkyLight"); \ +static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x000238, "Member 'AARSkyLight::CaptureProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTexture \ +static_assert(alignof(UARTexture) == 0x000010, "Wrong alignment on UARTexture"); \ +static_assert(sizeof(UARTexture) == 0x0001A0, "Wrong size on UARTexture"); \ +static_assert(offsetof(UARTexture, TextureType) == 0x000178, "Member 'UARTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Timestamp) == 0x00017C, "Member 'UARTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, ExternalTextureGuid) == 0x000180, "Member 'UARTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Size) == 0x000190, "Member 'UARTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraImage \ +static_assert(alignof(UARTextureCameraImage) == 0x000010, "Wrong alignment on UARTextureCameraImage"); \ +static_assert(sizeof(UARTextureCameraImage) == 0x0001A0, "Wrong size on UARTextureCameraImage"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraDepth \ +static_assert(alignof(UARTextureCameraDepth) == 0x000010, "Wrong alignment on UARTextureCameraDepth"); \ +static_assert(sizeof(UARTextureCameraDepth) == 0x0001A0, "Wrong size on UARTextureCameraDepth"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthQuality) == 0x000198, "Member 'UARTextureCameraDepth::DepthQuality' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthAccuracy) == 0x000199, "Member 'UARTextureCameraDepth::DepthAccuracy' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, bIsTemporallySmoothed) == 0x00019A, "Member 'UARTextureCameraDepth::bIsTemporallySmoothed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentCaptureProbeTexture \ +static_assert(alignof(UAREnvironmentCaptureProbeTexture) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbeTexture"); \ +static_assert(sizeof(UAREnvironmentCaptureProbeTexture) == 0x0001F0, "Wrong size on UAREnvironmentCaptureProbeTexture"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, TextureType) == 0x0001D0, "Member 'UAREnvironmentCaptureProbeTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Timestamp) == 0x0001D4, "Member 'UAREnvironmentCaptureProbeTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, ExternalTextureGuid) == 0x0001D8, "Member 'UAREnvironmentCaptureProbeTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Size) == 0x0001E8, "Member 'UAREnvironmentCaptureProbeTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTraceResultDummy \ +static_assert(alignof(UARTraceResultDummy) == 0x000008, "Wrong alignment on UARTraceResultDummy"); \ +static_assert(sizeof(UARTraceResultDummy) == 0x000028, "Wrong size on UARTraceResultDummy"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetUnderlyingMesh \ +static_assert(alignof(ARTrackedGeometry_GetUnderlyingMesh) == 0x000008, "Wrong alignment on ARTrackedGeometry_GetUnderlyingMesh"); \ +static_assert(sizeof(ARTrackedGeometry_GetUnderlyingMesh) == 0x000008, "Wrong size on ARTrackedGeometry_GetUnderlyingMesh"); \ +static_assert(offsetof(ARTrackedGeometry_GetUnderlyingMesh, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetUnderlyingMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetDebugName \ +static_assert(alignof(ARTrackedGeometry_GetDebugName) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetDebugName"); \ +static_assert(sizeof(ARTrackedGeometry_GetDebugName) == 0x000008, "Wrong size on ARTrackedGeometry_GetDebugName"); \ +static_assert(offsetof(ARTrackedGeometry_GetDebugName, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetDebugName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLastUpdateFrameNumber \ +static_assert(alignof(ARTrackedGeometry_GetLastUpdateFrameNumber) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetLastUpdateFrameNumber"); \ +static_assert(sizeof(ARTrackedGeometry_GetLastUpdateFrameNumber) == 0x000004, "Wrong size on ARTrackedGeometry_GetLastUpdateFrameNumber"); \ +static_assert(offsetof(ARTrackedGeometry_GetLastUpdateFrameNumber, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLastUpdateFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLastUpdateTimestamp \ +static_assert(alignof(ARTrackedGeometry_GetLastUpdateTimestamp) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetLastUpdateTimestamp"); \ +static_assert(sizeof(ARTrackedGeometry_GetLastUpdateTimestamp) == 0x000004, "Wrong size on ARTrackedGeometry_GetLastUpdateTimestamp"); \ +static_assert(offsetof(ARTrackedGeometry_GetLastUpdateTimestamp, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLastUpdateTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLocalToTrackingTransform \ +static_assert(alignof(ARTrackedGeometry_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARTrackedGeometry_GetLocalToTrackingTransform"); \ +static_assert(sizeof(ARTrackedGeometry_GetLocalToTrackingTransform) == 0x000030, "Wrong size on ARTrackedGeometry_GetLocalToTrackingTransform"); \ +static_assert(offsetof(ARTrackedGeometry_GetLocalToTrackingTransform, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLocalToWorldTransform \ +static_assert(alignof(ARTrackedGeometry_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARTrackedGeometry_GetLocalToWorldTransform"); \ +static_assert(sizeof(ARTrackedGeometry_GetLocalToWorldTransform) == 0x000030, "Wrong size on ARTrackedGeometry_GetLocalToWorldTransform"); \ +static_assert(offsetof(ARTrackedGeometry_GetLocalToWorldTransform, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetName \ +static_assert(alignof(ARTrackedGeometry_GetName) == 0x000008, "Wrong alignment on ARTrackedGeometry_GetName"); \ +static_assert(sizeof(ARTrackedGeometry_GetName) == 0x000010, "Wrong size on ARTrackedGeometry_GetName"); \ +static_assert(offsetof(ARTrackedGeometry_GetName, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetObjectClassification \ +static_assert(alignof(ARTrackedGeometry_GetObjectClassification) == 0x000001, "Wrong alignment on ARTrackedGeometry_GetObjectClassification"); \ +static_assert(sizeof(ARTrackedGeometry_GetObjectClassification) == 0x000001, "Wrong size on ARTrackedGeometry_GetObjectClassification"); \ +static_assert(offsetof(ARTrackedGeometry_GetObjectClassification, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetObjectClassification::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetTrackingState \ +static_assert(alignof(ARTrackedGeometry_GetTrackingState) == 0x000001, "Wrong alignment on ARTrackedGeometry_GetTrackingState"); \ +static_assert(sizeof(ARTrackedGeometry_GetTrackingState) == 0x000001, "Wrong size on ARTrackedGeometry_GetTrackingState"); \ +static_assert(offsetof(ARTrackedGeometry_GetTrackingState, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_HasSpatialMeshUsageFlag \ +static_assert(alignof(ARTrackedGeometry_HasSpatialMeshUsageFlag) == 0x000001, "Wrong alignment on ARTrackedGeometry_HasSpatialMeshUsageFlag"); \ +static_assert(sizeof(ARTrackedGeometry_HasSpatialMeshUsageFlag) == 0x000002, "Wrong size on ARTrackedGeometry_HasSpatialMeshUsageFlag"); \ +static_assert(offsetof(ARTrackedGeometry_HasSpatialMeshUsageFlag, InFlag) == 0x000000, "Member 'ARTrackedGeometry_HasSpatialMeshUsageFlag::InFlag' has a wrong offset!"); \ +static_assert(offsetof(ARTrackedGeometry_HasSpatialMeshUsageFlag, ReturnValue) == 0x000001, "Member 'ARTrackedGeometry_HasSpatialMeshUsageFlag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_IsTracked \ +static_assert(alignof(ARTrackedGeometry_IsTracked) == 0x000001, "Wrong alignment on ARTrackedGeometry_IsTracked"); \ +static_assert(sizeof(ARTrackedGeometry_IsTracked) == 0x000001, "Wrong size on ARTrackedGeometry_IsTracked"); \ +static_assert(offsetof(ARTrackedGeometry_IsTracked, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_IsTracked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedGeometry \ +static_assert(alignof(UARTrackedGeometry) == 0x000010, "Wrong alignment on UARTrackedGeometry"); \ +static_assert(sizeof(UARTrackedGeometry) == 0x000100, "Wrong size on UARTrackedGeometry"); \ +static_assert(offsetof(UARTrackedGeometry, UniqueId) == 0x000028, "Member 'UARTrackedGeometry::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LocalToTrackingTransform) == 0x000040, "Member 'UARTrackedGeometry::LocalToTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LocalToAlignedTrackingTransform) == 0x000070, "Member 'UARTrackedGeometry::LocalToAlignedTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, TrackingState) == 0x0000A0, "Member 'UARTrackedGeometry::TrackingState' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, UnderlyingMesh) == 0x0000B0, "Member 'UARTrackedGeometry::UnderlyingMesh' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, ObjectClassification) == 0x0000B8, "Member 'UARTrackedGeometry::ObjectClassification' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, SpatialMeshUsageFlags) == 0x0000B9, "Member 'UARTrackedGeometry::SpatialMeshUsageFlags' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LastUpdateFrameNumber) == 0x0000D0, "Member 'UARTrackedGeometry::LastUpdateFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, DebugName) == 0x0000E0, "Member 'UARTrackedGeometry::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetBoundaryPolygonInLocalSpace \ +static_assert(alignof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetBoundaryPolygonInLocalSpace"); \ +static_assert(sizeof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace) == 0x000010, "Wrong size on ARPlaneGeometry_GetBoundaryPolygonInLocalSpace"); \ +static_assert(offsetof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetBoundaryPolygonInLocalSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetCenter \ +static_assert(alignof(ARPlaneGeometry_GetCenter) == 0x000004, "Wrong alignment on ARPlaneGeometry_GetCenter"); \ +static_assert(sizeof(ARPlaneGeometry_GetCenter) == 0x00000C, "Wrong size on ARPlaneGeometry_GetCenter"); \ +static_assert(offsetof(ARPlaneGeometry_GetCenter, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetExtent \ +static_assert(alignof(ARPlaneGeometry_GetExtent) == 0x000004, "Wrong alignment on ARPlaneGeometry_GetExtent"); \ +static_assert(sizeof(ARPlaneGeometry_GetExtent) == 0x00000C, "Wrong size on ARPlaneGeometry_GetExtent"); \ +static_assert(offsetof(ARPlaneGeometry_GetExtent, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetOrientation \ +static_assert(alignof(ARPlaneGeometry_GetOrientation) == 0x000001, "Wrong alignment on ARPlaneGeometry_GetOrientation"); \ +static_assert(sizeof(ARPlaneGeometry_GetOrientation) == 0x000001, "Wrong size on ARPlaneGeometry_GetOrientation"); \ +static_assert(offsetof(ARPlaneGeometry_GetOrientation, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetSubsumedBy \ +static_assert(alignof(ARPlaneGeometry_GetSubsumedBy) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetSubsumedBy"); \ +static_assert(sizeof(ARPlaneGeometry_GetSubsumedBy) == 0x000008, "Wrong size on ARPlaneGeometry_GetSubsumedBy"); \ +static_assert(offsetof(ARPlaneGeometry_GetSubsumedBy, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetSubsumedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPlaneGeometry \ +static_assert(alignof(UARPlaneGeometry) == 0x000010, "Wrong alignment on UARPlaneGeometry"); \ +static_assert(sizeof(UARPlaneGeometry) == 0x000130, "Wrong size on UARPlaneGeometry"); \ +static_assert(offsetof(UARPlaneGeometry, Orientation) == 0x0000F8, "Member 'UARPlaneGeometry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, Center) == 0x0000FC, "Member 'UARPlaneGeometry::Center' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, Extent) == 0x000108, "Member 'UARPlaneGeometry::Extent' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, BoundaryPolygon) == 0x000118, "Member 'UARPlaneGeometry::BoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, SubsumedBy) == 0x000128, "Member 'UARPlaneGeometry::SubsumedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedPoint \ +static_assert(alignof(UARTrackedPoint) == 0x000010, "Wrong alignment on UARTrackedPoint"); \ +static_assert(sizeof(UARTrackedPoint) == 0x000100, "Wrong size on UARTrackedPoint"); \ + +#define DUMPER7_ASSERTS_ARTrackedImage_GetEstimateSize \ +static_assert(alignof(ARTrackedImage_GetEstimateSize) == 0x000004, "Wrong alignment on ARTrackedImage_GetEstimateSize"); \ +static_assert(sizeof(ARTrackedImage_GetEstimateSize) == 0x000008, "Wrong size on ARTrackedImage_GetEstimateSize"); \ +static_assert(offsetof(ARTrackedImage_GetEstimateSize, ReturnValue) == 0x000000, "Member 'ARTrackedImage_GetEstimateSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedImage_GetDetectedImage \ +static_assert(alignof(ARTrackedImage_GetDetectedImage) == 0x000008, "Wrong alignment on ARTrackedImage_GetDetectedImage"); \ +static_assert(sizeof(ARTrackedImage_GetDetectedImage) == 0x000008, "Wrong size on ARTrackedImage_GetDetectedImage"); \ +static_assert(offsetof(ARTrackedImage_GetDetectedImage, ReturnValue) == 0x000000, "Member 'ARTrackedImage_GetDetectedImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedImage \ +static_assert(alignof(UARTrackedImage) == 0x000010, "Wrong alignment on UARTrackedImage"); \ +static_assert(sizeof(UARTrackedImage) == 0x000110, "Wrong size on UARTrackedImage"); \ +static_assert(offsetof(UARTrackedImage, DetectedImage) == 0x0000F8, "Member 'UARTrackedImage::DetectedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedImage, EstimatedSize) == 0x000100, "Member 'UARTrackedImage::EstimatedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedQRCode \ +static_assert(alignof(UARTrackedQRCode) == 0x000010, "Wrong alignment on UARTrackedQRCode"); \ +static_assert(sizeof(UARTrackedQRCode) == 0x000120, "Wrong size on UARTrackedQRCode"); \ +static_assert(offsetof(UARTrackedQRCode, QRCode) == 0x000108, "Member 'UARTrackedQRCode::QRCode' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedQRCode, Version) == 0x000118, "Member 'UARTrackedQRCode::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetBlendShapes \ +static_assert(alignof(ARFaceGeometry_GetBlendShapes) == 0x000008, "Wrong alignment on ARFaceGeometry_GetBlendShapes"); \ +static_assert(sizeof(ARFaceGeometry_GetBlendShapes) == 0x000050, "Wrong size on ARFaceGeometry_GetBlendShapes"); \ +static_assert(offsetof(ARFaceGeometry_GetBlendShapes, ReturnValue) == 0x000000, "Member 'ARFaceGeometry_GetBlendShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetBlendShapeValue \ +static_assert(alignof(ARFaceGeometry_GetBlendShapeValue) == 0x000004, "Wrong alignment on ARFaceGeometry_GetBlendShapeValue"); \ +static_assert(sizeof(ARFaceGeometry_GetBlendShapeValue) == 0x000008, "Wrong size on ARFaceGeometry_GetBlendShapeValue"); \ +static_assert(offsetof(ARFaceGeometry_GetBlendShapeValue, BlendShape) == 0x000000, "Member 'ARFaceGeometry_GetBlendShapeValue::BlendShape' has a wrong offset!"); \ +static_assert(offsetof(ARFaceGeometry_GetBlendShapeValue, ReturnValue) == 0x000004, "Member 'ARFaceGeometry_GetBlendShapeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetLocalSpaceEyeTransform \ +static_assert(alignof(ARFaceGeometry_GetLocalSpaceEyeTransform) == 0x000010, "Wrong alignment on ARFaceGeometry_GetLocalSpaceEyeTransform"); \ +static_assert(sizeof(ARFaceGeometry_GetLocalSpaceEyeTransform) == 0x000040, "Wrong size on ARFaceGeometry_GetLocalSpaceEyeTransform"); \ +static_assert(offsetof(ARFaceGeometry_GetLocalSpaceEyeTransform, eye) == 0x000000, "Member 'ARFaceGeometry_GetLocalSpaceEyeTransform::eye' has a wrong offset!"); \ +static_assert(offsetof(ARFaceGeometry_GetLocalSpaceEyeTransform, ReturnValue) == 0x000010, "Member 'ARFaceGeometry_GetLocalSpaceEyeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetWorldSpaceEyeTransform \ +static_assert(alignof(ARFaceGeometry_GetWorldSpaceEyeTransform) == 0x000010, "Wrong alignment on ARFaceGeometry_GetWorldSpaceEyeTransform"); \ +static_assert(sizeof(ARFaceGeometry_GetWorldSpaceEyeTransform) == 0x000040, "Wrong size on ARFaceGeometry_GetWorldSpaceEyeTransform"); \ +static_assert(offsetof(ARFaceGeometry_GetWorldSpaceEyeTransform, eye) == 0x000000, "Member 'ARFaceGeometry_GetWorldSpaceEyeTransform::eye' has a wrong offset!"); \ +static_assert(offsetof(ARFaceGeometry_GetWorldSpaceEyeTransform, ReturnValue) == 0x000010, "Member 'ARFaceGeometry_GetWorldSpaceEyeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARFaceGeometry \ +static_assert(alignof(UARFaceGeometry) == 0x000010, "Wrong alignment on UARFaceGeometry"); \ +static_assert(sizeof(UARFaceGeometry) == 0x0001F0, "Wrong size on UARFaceGeometry"); \ +static_assert(offsetof(UARFaceGeometry, LookAtTarget) == 0x0000F8, "Member 'UARFaceGeometry::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, bIsTracked) == 0x000104, "Member 'UARFaceGeometry::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, BlendShapes) == 0x000108, "Member 'UARFaceGeometry::BlendShapes' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, LeftEyeTransform) == 0x000190, "Member 'UARFaceGeometry::LeftEyeTransform' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, RightEyeTransform) == 0x0001C0, "Member 'UARFaceGeometry::RightEyeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture \ +static_assert(alignof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture) == 0x000008, "Wrong alignment on AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture"); \ +static_assert(sizeof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture) == 0x000008, "Wrong size on AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture"); \ +static_assert(offsetof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture, ReturnValue) == 0x000000, "Member 'AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentCaptureProbe_GetExtent \ +static_assert(alignof(AREnvironmentCaptureProbe_GetExtent) == 0x000004, "Wrong alignment on AREnvironmentCaptureProbe_GetExtent"); \ +static_assert(sizeof(AREnvironmentCaptureProbe_GetExtent) == 0x00000C, "Wrong size on AREnvironmentCaptureProbe_GetExtent"); \ +static_assert(offsetof(AREnvironmentCaptureProbe_GetExtent, ReturnValue) == 0x000000, "Member 'AREnvironmentCaptureProbe_GetExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentCaptureProbe \ +static_assert(alignof(UAREnvironmentCaptureProbe) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbe"); \ +static_assert(sizeof(UAREnvironmentCaptureProbe) == 0x000110, "Wrong size on UAREnvironmentCaptureProbe"); \ +static_assert(offsetof(UAREnvironmentCaptureProbe, Extent) == 0x0000F8, "Member 'UAREnvironmentCaptureProbe::Extent' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbe, EnvironmentCaptureTexture) == 0x000108, "Member 'UAREnvironmentCaptureProbe::EnvironmentCaptureTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedObject_GetDetectedObject \ +static_assert(alignof(ARTrackedObject_GetDetectedObject) == 0x000008, "Wrong alignment on ARTrackedObject_GetDetectedObject"); \ +static_assert(sizeof(ARTrackedObject_GetDetectedObject) == 0x000008, "Wrong size on ARTrackedObject_GetDetectedObject"); \ +static_assert(offsetof(ARTrackedObject_GetDetectedObject, ReturnValue) == 0x000000, "Member 'ARTrackedObject_GetDetectedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedObject \ +static_assert(alignof(UARTrackedObject) == 0x000010, "Wrong alignment on UARTrackedObject"); \ +static_assert(sizeof(UARTrackedObject) == 0x000100, "Wrong size on UARTrackedObject"); \ +static_assert(offsetof(UARTrackedObject, DetectedObject) == 0x0000F8, "Member 'UARTrackedObject::DetectedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedPose_GetTrackedPoseData \ +static_assert(alignof(ARTrackedPose_GetTrackedPoseData) == 0x000008, "Wrong alignment on ARTrackedPose_GetTrackedPoseData"); \ +static_assert(sizeof(ARTrackedPose_GetTrackedPoseData) == 0x000050, "Wrong size on ARTrackedPose_GetTrackedPoseData"); \ +static_assert(offsetof(ARTrackedPose_GetTrackedPoseData, ReturnValue) == 0x000000, "Member 'ARTrackedPose_GetTrackedPoseData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedPose \ +static_assert(alignof(UARTrackedPose) == 0x000010, "Wrong alignment on UARTrackedPose"); \ +static_assert(sizeof(UARTrackedPose) == 0x000150, "Wrong size on UARTrackedPose"); \ +static_assert(offsetof(UARTrackedPose, TrackedPose) == 0x0000F8, "Member 'UARTrackedPose::TrackedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshGeometry_GetObjectClassificationAtLocation \ +static_assert(alignof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000004, "Wrong alignment on ARMeshGeometry_GetObjectClassificationAtLocation"); \ +static_assert(sizeof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000024, "Wrong size on ARMeshGeometry_GetObjectClassificationAtLocation"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, InWorldLocation) == 0x000000, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::InWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassification) == 0x00000C, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000010, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x00001C, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, ReturnValue) == 0x000020, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARMeshGeometry \ +static_assert(alignof(UARMeshGeometry) == 0x000010, "Wrong alignment on UARMeshGeometry"); \ +static_assert(sizeof(UARMeshGeometry) == 0x000100, "Wrong size on UARMeshGeometry"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetAltitudeMeters \ +static_assert(alignof(ARGeoAnchor_GetAltitudeMeters) == 0x000004, "Wrong alignment on ARGeoAnchor_GetAltitudeMeters"); \ +static_assert(sizeof(ARGeoAnchor_GetAltitudeMeters) == 0x000004, "Wrong size on ARGeoAnchor_GetAltitudeMeters"); \ +static_assert(offsetof(ARGeoAnchor_GetAltitudeMeters, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetAltitudeMeters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetAltitudeSource \ +static_assert(alignof(ARGeoAnchor_GetAltitudeSource) == 0x000001, "Wrong alignment on ARGeoAnchor_GetAltitudeSource"); \ +static_assert(sizeof(ARGeoAnchor_GetAltitudeSource) == 0x000001, "Wrong size on ARGeoAnchor_GetAltitudeSource"); \ +static_assert(offsetof(ARGeoAnchor_GetAltitudeSource, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetAltitudeSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetLatitude \ +static_assert(alignof(ARGeoAnchor_GetLatitude) == 0x000004, "Wrong alignment on ARGeoAnchor_GetLatitude"); \ +static_assert(sizeof(ARGeoAnchor_GetLatitude) == 0x000004, "Wrong size on ARGeoAnchor_GetLatitude"); \ +static_assert(offsetof(ARGeoAnchor_GetLatitude, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetLatitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetLongitude \ +static_assert(alignof(ARGeoAnchor_GetLongitude) == 0x000004, "Wrong alignment on ARGeoAnchor_GetLongitude"); \ +static_assert(sizeof(ARGeoAnchor_GetLongitude) == 0x000004, "Wrong size on ARGeoAnchor_GetLongitude"); \ +static_assert(offsetof(ARGeoAnchor_GetLongitude, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetLongitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGeoAnchor \ +static_assert(alignof(UARGeoAnchor) == 0x000010, "Wrong alignment on UARGeoAnchor"); \ +static_assert(sizeof(UARGeoAnchor) == 0x000110, "Wrong size on UARGeoAnchor"); \ + +#define DUMPER7_ASSERTS_UARTrackableNotifyComponent \ +static_assert(alignof(UARTrackableNotifyComponent) == 0x000008, "Wrong alignment on UARTrackableNotifyComponent"); \ +static_assert(sizeof(UARTrackableNotifyComponent) == 0x000200, "Wrong size on UARTrackableNotifyComponent"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000B0, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000C0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000D0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x0000E0, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x0000F0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x000100, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000110, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000120, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000130, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000140, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000150, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000160, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000170, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x000180, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x000190, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x0001A0, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001B0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001C0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001D0, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x0001E0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x0001F0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTypesDummyClass \ +static_assert(alignof(UARTypesDummyClass) == 0x000008, "Wrong alignment on UARTypesDummyClass"); \ +static_assert(sizeof(UARTypesDummyClass) == 0x000028, "Wrong size on UARTypesDummyClass"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetBoundingBox \ +static_assert(alignof(ARCandidateObject_SetBoundingBox) == 0x000004, "Wrong alignment on ARCandidateObject_SetBoundingBox"); \ +static_assert(sizeof(ARCandidateObject_SetBoundingBox) == 0x00001C, "Wrong size on ARCandidateObject_SetBoundingBox"); \ +static_assert(offsetof(ARCandidateObject_SetBoundingBox, InBoundingBox) == 0x000000, "Member 'ARCandidateObject_SetBoundingBox::InBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetCandidateObjectData \ +static_assert(alignof(ARCandidateObject_SetCandidateObjectData) == 0x000008, "Wrong alignment on ARCandidateObject_SetCandidateObjectData"); \ +static_assert(sizeof(ARCandidateObject_SetCandidateObjectData) == 0x000010, "Wrong size on ARCandidateObject_SetCandidateObjectData"); \ +static_assert(offsetof(ARCandidateObject_SetCandidateObjectData, InCandidateObject) == 0x000000, "Member 'ARCandidateObject_SetCandidateObjectData::InCandidateObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetFriendlyName \ +static_assert(alignof(ARCandidateObject_SetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateObject_SetFriendlyName"); \ +static_assert(sizeof(ARCandidateObject_SetFriendlyName) == 0x000010, "Wrong size on ARCandidateObject_SetFriendlyName"); \ +static_assert(offsetof(ARCandidateObject_SetFriendlyName, NewName) == 0x000000, "Member 'ARCandidateObject_SetFriendlyName::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_GetBoundingBox \ +static_assert(alignof(ARCandidateObject_GetBoundingBox) == 0x000004, "Wrong alignment on ARCandidateObject_GetBoundingBox"); \ +static_assert(sizeof(ARCandidateObject_GetBoundingBox) == 0x00001C, "Wrong size on ARCandidateObject_GetBoundingBox"); \ +static_assert(offsetof(ARCandidateObject_GetBoundingBox, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_GetCandidateObjectData \ +static_assert(alignof(ARCandidateObject_GetCandidateObjectData) == 0x000008, "Wrong alignment on ARCandidateObject_GetCandidateObjectData"); \ +static_assert(sizeof(ARCandidateObject_GetCandidateObjectData) == 0x000010, "Wrong size on ARCandidateObject_GetCandidateObjectData"); \ +static_assert(offsetof(ARCandidateObject_GetCandidateObjectData, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetCandidateObjectData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_GetFriendlyName \ +static_assert(alignof(ARCandidateObject_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateObject_GetFriendlyName"); \ +static_assert(sizeof(ARCandidateObject_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateObject_GetFriendlyName"); \ +static_assert(offsetof(ARCandidateObject_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetFriendlyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARCandidateObject \ +static_assert(alignof(UARCandidateObject) == 0x000008, "Wrong alignment on UARCandidateObject"); \ +static_assert(sizeof(UARCandidateObject) == 0x000070, "Wrong size on UARCandidateObject"); \ +static_assert(offsetof(UARCandidateObject, CandidateObjectData) == 0x000030, "Member 'UARCandidateObject::CandidateObjectData' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateObject, FriendlyName) == 0x000040, "Member 'UARCandidateObject::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateObject, BoundingBox) == 0x000050, "Member 'UARCandidateObject::BoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapAudioDummyStruct \ +static_assert(alignof(FMagicLeapAudioDummyStruct) == 0x000001, "Wrong alignment on FMagicLeapAudioDummyStruct"); \ +static_assert(sizeof(FMagicLeapAudioDummyStruct) == 0x000001, "Wrong size on FMagicLeapAudioDummyStruct"); \ + +#define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_IsMicMuted \ +static_assert(alignof(MagicLeapAudioFunctionLibrary_IsMicMuted) == 0x000001, "Wrong alignment on MagicLeapAudioFunctionLibrary_IsMicMuted"); \ +static_assert(sizeof(MagicLeapAudioFunctionLibrary_IsMicMuted) == 0x000001, "Wrong size on MagicLeapAudioFunctionLibrary_IsMicMuted"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_IsMicMuted, ReturnValue) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_IsMicMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_SetMicMute \ +static_assert(alignof(MagicLeapAudioFunctionLibrary_SetMicMute) == 0x000001, "Wrong alignment on MagicLeapAudioFunctionLibrary_SetMicMute"); \ +static_assert(sizeof(MagicLeapAudioFunctionLibrary_SetMicMute) == 0x000002, "Wrong size on MagicLeapAudioFunctionLibrary_SetMicMute"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetMicMute, IsMuted) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_SetMicMute::IsMuted' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetMicMute, ReturnValue) == 0x000001, "Member 'MagicLeapAudioFunctionLibrary_SetMicMute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate \ +static_assert(alignof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate) == 0x000004, "Wrong alignment on MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate"); \ +static_assert(sizeof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate) == 0x000014, "Wrong size on MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate, ResultDelegate) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate, ReturnValue) == 0x000010, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate \ +static_assert(alignof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate) == 0x000004, "Wrong alignment on MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate"); \ +static_assert(sizeof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate) == 0x000014, "Wrong size on MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate, ResultDelegate) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate, ReturnValue) == 0x000010, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapAudioFunctionLibrary \ +static_assert(alignof(UMagicLeapAudioFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapAudioFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapAudioFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapAudioFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FMagicLeapTouchpadGesture \ +static_assert(alignof(FMagicLeapTouchpadGesture) == 0x000004, "Wrong alignment on FMagicLeapTouchpadGesture"); \ +static_assert(sizeof(FMagicLeapTouchpadGesture) == 0x000030, "Wrong size on FMagicLeapTouchpadGesture"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Hand) == 0x000000, "Member 'FMagicLeapTouchpadGesture::Hand' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, MotionSource) == 0x000004, "Member 'FMagicLeapTouchpadGesture::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Type) == 0x00000C, "Member 'FMagicLeapTouchpadGesture::Type' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Direction) == 0x00000D, "Member 'FMagicLeapTouchpadGesture::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, PositionAndForce) == 0x000010, "Member 'FMagicLeapTouchpadGesture::PositionAndForce' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Speed) == 0x00001C, "Member 'FMagicLeapTouchpadGesture::Speed' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Distance) == 0x000020, "Member 'FMagicLeapTouchpadGesture::Distance' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, FingerGap) == 0x000024, "Member 'FMagicLeapTouchpadGesture::FingerGap' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Radius) == 0x000028, "Member 'FMagicLeapTouchpadGesture::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapTouchpadGesture, Angle) == 0x00002C, "Member 'FMagicLeapTouchpadGesture::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetControllerMapping \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_GetControllerMapping) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetControllerMapping"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetControllerMapping) == 0x000008, "Wrong size on MagicLeapControllerFunctionLibrary_GetControllerMapping"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerMapping, ControllerIndex) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetControllerMapping::ControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerMapping, Hand) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_GetControllerMapping::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerMapping, ReturnValue) == 0x000005, "Member 'MagicLeapControllerFunctionLibrary_GetControllerMapping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetControllerTrackingMode \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_GetControllerTrackingMode) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetControllerTrackingMode"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetControllerTrackingMode) == 0x000001, "Wrong size on MagicLeapControllerFunctionLibrary_GetControllerTrackingMode"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerTrackingMode, ReturnValue) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetControllerTrackingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetControllerType \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_GetControllerType) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetControllerType"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetControllerType) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_GetControllerType"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerType, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetControllerType::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerType, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_GetControllerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetHandForMotionSource \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetHandForMotionSource"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_GetHandForMotionSource"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetHandForMotionSource::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_GetHandForMotionSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetMLControllerType \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_GetMLControllerType) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetMLControllerType"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetMLControllerType) == 0x000002, "Wrong size on MagicLeapControllerFunctionLibrary_GetMLControllerType"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMLControllerType, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetMLControllerType::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMLControllerType, ReturnValue) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_GetMLControllerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetMotionSourceForHand \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetMotionSourceForHand"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_GetMotionSourceForHand"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetMotionSourceForHand::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand, ReturnValue) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_GetMotionSourceForHand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_IsMLControllerConnected \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_IsMLControllerConnected"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_IsMLControllerConnected"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_IsMLControllerConnected::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_IsMLControllerConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers) == 0x000004, "Wrong size on MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers, ReturnValue) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback) == 0x000004, "Wrong size on MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, HapticPattern) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::HapticPattern' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, Intensity) == 0x000002, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::Intensity' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, ReturnValue) == 0x000003, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayControllerLED \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayControllerLED) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayControllerLED"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayControllerLED) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_PlayControllerLED"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, LEDPattern) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::LEDPattern' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, LEDColor) == 0x000002, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::LEDColor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, DurationInSec) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::DurationInSec' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect) == 0x000010, "Wrong size on MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDEffect) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDEffect' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDSpeed) == 0x000002, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDSpeed' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDPattern) == 0x000003, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDPattern' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDColor) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDColor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, DurationInSec) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::DurationInSec' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, ReturnValue) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayHapticPattern \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayHapticPattern) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayHapticPattern"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayHapticPattern) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_PlayHapticPattern"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, HapticPattern) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::HapticPattern' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, Intensity) == 0x000009, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::Intensity' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, ReturnValue) == 0x00000A, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayLEDEffect \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayLEDEffect) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayLEDEffect"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayLEDEffect) == 0x000014, "Wrong size on MagicLeapControllerFunctionLibrary_PlayLEDEffect"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDEffect) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDEffect' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDSpeed) == 0x000009, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDSpeed' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDPattern) == 0x00000A, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDPattern' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDColor) == 0x00000B, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDColor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, DurationInSec) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::DurationInSec' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, ReturnValue) == 0x000010, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayLEDPattern \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayLEDPattern) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayLEDPattern"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayLEDPattern) == 0x000014, "Wrong size on MagicLeapControllerFunctionLibrary_PlayLEDPattern"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, LEDPattern) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::LEDPattern' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, LEDColor) == 0x000009, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::LEDColor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, DurationInSec) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::DurationInSec' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, ReturnValue) == 0x000010, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_SetControllerTrackingMode \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_SetControllerTrackingMode"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode) == 0x000002, "Wrong size on MagicLeapControllerFunctionLibrary_SetControllerTrackingMode"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode, TrackingMode) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_SetControllerTrackingMode::TrackingMode' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode, ReturnValue) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_SetControllerTrackingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_SetMotionSourceForHand \ +static_assert(alignof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_SetMotionSourceForHand"); \ +static_assert(sizeof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand) == 0x000010, "Wrong size on MagicLeapControllerFunctionLibrary_SetMotionSourceForHand"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_SetMotionSourceForHand::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand, MotionSource) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_SetMotionSourceForHand::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand, ReturnValue) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_SetMotionSourceForHand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapControllerFunctionLibrary \ +static_assert(alignof(UMagicLeapControllerFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapControllerFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapControllerFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapControllerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UMagicLeapTouchpadGesturesComponent \ +static_assert(alignof(UMagicLeapTouchpadGesturesComponent) == 0x000008, "Wrong alignment on UMagicLeapTouchpadGesturesComponent"); \ +static_assert(sizeof(UMagicLeapTouchpadGesturesComponent) == 0x000140, "Wrong size on UMagicLeapTouchpadGesturesComponent"); \ +static_assert(offsetof(UMagicLeapTouchpadGesturesComponent, OnTouchpadGestureStart) == 0x0000B8, "Member 'UMagicLeapTouchpadGesturesComponent::OnTouchpadGestureStart' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapTouchpadGesturesComponent, OnTouchpadGestureContinue) == 0x0000C8, "Member 'UMagicLeapTouchpadGesturesComponent::OnTouchpadGestureContinue' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapTouchpadGesturesComponent, OnTouchpadGestureEnd) == 0x0000D8, "Member 'UMagicLeapTouchpadGesturesComponent::OnTouchpadGestureEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_HandleNamedEvent \ +static_assert(alignof(BP_SlideState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_SlideState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_SlideState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_SlideState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_SlideState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_SlideState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_SlideState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_SlideState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_SlideState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_HandleAnimEvent \ +static_assert(alignof(BP_SlideState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_SlideState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_SlideState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_SlideState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_SlideState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_SlideState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_SlideState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_SlideState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_HandleInputActionEvent \ +static_assert(alignof(BP_SlideState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_SlideState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_SlideState_C_HandleInputActionEvent) == 0x000006, "Wrong size on BP_SlideState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_SlideState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_SlideState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_SlideState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputActionEvent, CallFunc_AllowJump_AllowJump) == 0x000003, "Member 'BP_SlideState_C_HandleInputActionEvent::CallFunc_AllowJump_AllowJump' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_SlideState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_SlideState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_HandleInputStickEvent \ +static_assert(alignof(BP_SlideState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_SlideState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_SlideState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_SlideState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_SlideState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_SlideState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_SlideState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_SlideState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_SlideState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, CallFunc_BreakVector2D_X) == 0x000020, "Member 'BP_SlideState_C_HandleInputStickEvent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'BP_SlideState_C_HandleInputStickEvent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'BP_SlideState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_HandleInputStickEvent, CallFunc_MakeVector2D_ReturnValue) == 0x00002C, "Member 'BP_SlideState_C_HandleInputStickEvent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_AllowJump \ +static_assert(alignof(BP_SlideState_C_AllowJump) == 0x000008, "Wrong alignment on BP_SlideState_C_AllowJump"); \ +static_assert(sizeof(BP_SlideState_C_AllowJump) == 0x0000D8, "Wrong size on BP_SlideState_C_AllowJump"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, AllowJump_0) == 0x000000, "Member 'BP_SlideState_C_AllowJump::AllowJump_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_SlideState_C_AllowJump::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_GetActorForwardVector_ReturnValue) == 0x000010, "Member 'BP_SlideState_C_AllowJump::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_Multiply_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_SlideState_C_AllowJump::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_Normal_ReturnValue) == 0x000028, "Member 'BP_SlideState_C_AllowJump::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_bBlockingHit) == 0x000034, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_bInitialOverlap) == 0x000035, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_Time) == 0x000038, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_Distance) == 0x00003C, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_Location) == 0x000040, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_ImpactPoint) == 0x00004C, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_Normal) == 0x000058, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_ImpactNormal) == 0x000064, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_PhysMat) == 0x000070, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_HitActor) == 0x000078, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_HitComponent) == 0x000080, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_HitBoneName) == 0x000088, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_HitItem) == 0x000090, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_ElementIndex) == 0x000094, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_FaceIndex) == 0x000098, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_TraceStart) == 0x00009C, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BreakHitResult_TraceEnd) == 0x0000A8, "Member 'BP_SlideState_C_AllowJump::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0000B4, "Member 'BP_SlideState_C_AllowJump::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_Normal_ReturnValue_1) == 0x0000C0, "Member 'BP_SlideState_C_AllowJump::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x0000CC, "Member 'BP_SlideState_C_AllowJump::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_SlideState_C_AllowJump::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BP_SlideState_C_AllowJump::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_AllowJump, CallFunc_BooleanOR_ReturnValue) == 0x0000D5, "Member 'BP_SlideState_C_AllowJump::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_Update \ +static_assert(alignof(BP_SlideState_C_Update) == 0x000008, "Wrong alignment on BP_SlideState_C_Update"); \ +static_assert(sizeof(BP_SlideState_C_Update) == 0x000018, "Wrong size on BP_SlideState_C_Update"); \ +static_assert(offsetof(BP_SlideState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SlideState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_SlideState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_SlideState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_Update, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_SlideState_C_Update::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_OnStart \ +static_assert(alignof(BP_SlideState_C_OnStart) == 0x000008, "Wrong alignment on BP_SlideState_C_OnStart"); \ +static_assert(sizeof(BP_SlideState_C_OnStart) == 0x000008, "Wrong size on BP_SlideState_C_OnStart"); \ +static_assert(offsetof(BP_SlideState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SlideState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_OnEnd \ +static_assert(alignof(BP_SlideState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SlideState_C_OnEnd"); \ +static_assert(sizeof(BP_SlideState_C_OnEnd) == 0x000008, "Wrong size on BP_SlideState_C_OnEnd"); \ +static_assert(offsetof(BP_SlideState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SlideState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideState_C_ExecuteUbergraph_BP_SlideState \ +static_assert(alignof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState) == 0x000008, "Wrong alignment on BP_SlideState_C_ExecuteUbergraph_BP_SlideState"); \ +static_assert(sizeof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState) == 0x0000F0, "Wrong size on BP_SlideState_C_ExecuteUbergraph_BP_SlideState"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, EntryPoint) == 0x000000, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_MakeStruct_LookForwardConstantContext) == 0x000008, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_MakeStruct_LookForwardConstantContext' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_Event_PrevState) == 0x000048, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_GetCharacter_ReturnValue) == 0x000050, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_MakeStruct_LookForwardConstantContext_1) == 0x000058, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_MakeStruct_LookForwardConstantContext_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_GetComponentOnController_ReturnValue) == 0x000098, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000A0, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_Event_NextState) == 0x0000A8, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_GetCharacter_ReturnValue_1) == 0x0000B0, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_GetCharacter_ReturnValue_2) == 0x0000B8, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000C0, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000D0, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000E0, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideState_C_ExecuteUbergraph_BP_SlideState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000E8, "Member 'BP_SlideState_C_ExecuteUbergraph_BP_SlideState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SlideState_C \ +static_assert(alignof(UBP_SlideState_C) == 0x000008, "Wrong alignment on UBP_SlideState_C"); \ +static_assert(sizeof(UBP_SlideState_C) == 0x000138, "Wrong size on UBP_SlideState_C"); \ +static_assert(offsetof(UBP_SlideState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SlideState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SlideState_C, SFX_Slide_Stop) == 0x000128, "Member 'UBP_SlideState_C::SFX_Slide_Stop' has a wrong offset!"); \ +static_assert(offsetof(UBP_SlideState_C, SFX_Slide_Begin) == 0x000130, "Member 'UBP_SlideState_C::SFX_Slide_Begin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceHandle \ +static_assert(alignof(FLiveLinkSourceHandle) == 0x000008, "Wrong alignment on FLiveLinkSourceHandle"); \ +static_assert(sizeof(FLiveLinkSourceHandle) == 0x000018, "Wrong size on FLiveLinkSourceHandle"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseBlueprintData \ +static_assert(alignof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBaseBlueprintData"); \ +static_assert(sizeof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong size on FLiveLinkBaseBlueprintData"); \ + +#define DUMPER7_ASSERTS_FSubjectFrameHandle \ +static_assert(alignof(FSubjectFrameHandle) == 0x000008, "Wrong alignment on FSubjectFrameHandle"); \ +static_assert(sizeof(FSubjectFrameHandle) == 0x000018, "Wrong size on FSubjectFrameHandle"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransform \ +static_assert(alignof(FLiveLinkTransform) == 0x000008, "Wrong alignment on FLiveLinkTransform"); \ +static_assert(sizeof(FLiveLinkTransform) == 0x000020, "Wrong size on FLiveLinkTransform"); \ + +#define DUMPER7_ASSERTS_FCachedSubjectFrame \ +static_assert(alignof(FCachedSubjectFrame) == 0x000008, "Wrong alignment on FCachedSubjectFrame"); \ +static_assert(sizeof(FCachedSubjectFrame) == 0x000160, "Wrong size on FCachedSubjectFrame"); \ + +#define DUMPER7_ASSERTS_FSubjectMetadata \ +static_assert(alignof(FSubjectMetadata) == 0x000008, "Wrong alignment on FSubjectMetadata"); \ +static_assert(sizeof(FSubjectMetadata) == 0x000070, "Wrong size on FSubjectMetadata"); \ +static_assert(offsetof(FSubjectMetadata, StringMetadata) == 0x000000, "Member 'FSubjectMetadata::StringMetadata' has a wrong offset!"); \ +static_assert(offsetof(FSubjectMetadata, SceneTimecode) == 0x000050, "Member 'FSubjectMetadata::SceneTimecode' has a wrong offset!"); \ +static_assert(offsetof(FSubjectMetadata, SceneFramerate) == 0x000064, "Member 'FSubjectMetadata::SceneFramerate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkWorldTime \ +static_assert(alignof(FLiveLinkWorldTime) == 0x000008, "Wrong alignment on FLiveLinkWorldTime"); \ +static_assert(sizeof(FLiveLinkWorldTime) == 0x000010, "Wrong size on FLiveLinkWorldTime"); \ +static_assert(offsetof(FLiveLinkWorldTime, Time) == 0x000000, "Member 'FLiveLinkWorldTime::Time' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkWorldTime, Offset) == 0x000008, "Member 'FLiveLinkWorldTime::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkMetaData \ +static_assert(alignof(FLiveLinkMetaData) == 0x000008, "Wrong alignment on FLiveLinkMetaData"); \ +static_assert(sizeof(FLiveLinkMetaData) == 0x000060, "Wrong size on FLiveLinkMetaData"); \ +static_assert(offsetof(FLiveLinkMetaData, StringMetadata) == 0x000000, "Member 'FLiveLinkMetaData::StringMetadata' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkMetaData, SceneTime) == 0x000050, "Member 'FLiveLinkMetaData::SceneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseFrameData \ +static_assert(alignof(FLiveLinkBaseFrameData) == 0x000008, "Wrong alignment on FLiveLinkBaseFrameData"); \ +static_assert(sizeof(FLiveLinkBaseFrameData) == 0x0000A0, "Wrong size on FLiveLinkBaseFrameData"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, WorldTime) == 0x000000, "Member 'FLiveLinkBaseFrameData::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, MetaData) == 0x000010, "Member 'FLiveLinkBaseFrameData::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, PropertyValues) == 0x000070, "Member 'FLiveLinkBaseFrameData::PropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkAnimationFrameData \ +static_assert(alignof(FLiveLinkAnimationFrameData) == 0x000008, "Wrong alignment on FLiveLinkAnimationFrameData"); \ +static_assert(sizeof(FLiveLinkAnimationFrameData) == 0x0000B0, "Wrong size on FLiveLinkAnimationFrameData"); \ +static_assert(offsetof(FLiveLinkAnimationFrameData, Transforms) == 0x0000A0, "Member 'FLiveLinkAnimationFrameData::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseStaticData \ +static_assert(alignof(FLiveLinkBaseStaticData) == 0x000008, "Wrong alignment on FLiveLinkBaseStaticData"); \ +static_assert(sizeof(FLiveLinkBaseStaticData) == 0x000010, "Wrong size on FLiveLinkBaseStaticData"); \ +static_assert(offsetof(FLiveLinkBaseStaticData, PropertyNames) == 0x000000, "Member 'FLiveLinkBaseStaticData::PropertyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSkeletonStaticData \ +static_assert(alignof(FLiveLinkSkeletonStaticData) == 0x000008, "Wrong alignment on FLiveLinkSkeletonStaticData"); \ +static_assert(sizeof(FLiveLinkSkeletonStaticData) == 0x000030, "Wrong size on FLiveLinkSkeletonStaticData"); \ +static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneNames) == 0x000010, "Member 'FLiveLinkSkeletonStaticData::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneParents) == 0x000020, "Member 'FLiveLinkSkeletonStaticData::BoneParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBasicBlueprintData \ +static_assert(alignof(FLiveLinkBasicBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBasicBlueprintData"); \ +static_assert(sizeof(FLiveLinkBasicBlueprintData) == 0x0000B8, "Wrong size on FLiveLinkBasicBlueprintData"); \ +static_assert(offsetof(FLiveLinkBasicBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkBasicBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBasicBlueprintData, FrameData) == 0x000018, "Member 'FLiveLinkBasicBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformStaticData \ +static_assert(alignof(FLiveLinkTransformStaticData) == 0x000008, "Wrong alignment on FLiveLinkTransformStaticData"); \ +static_assert(sizeof(FLiveLinkTransformStaticData) == 0x000018, "Wrong size on FLiveLinkTransformStaticData"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsLocationSupported) == 0x000010, "Member 'FLiveLinkTransformStaticData::bIsLocationSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsRotationSupported) == 0x000011, "Member 'FLiveLinkTransformStaticData::bIsRotationSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsScaleSupported) == 0x000012, "Member 'FLiveLinkTransformStaticData::bIsScaleSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraStaticData \ +static_assert(alignof(FLiveLinkCameraStaticData) == 0x000008, "Wrong alignment on FLiveLinkCameraStaticData"); \ +static_assert(sizeof(FLiveLinkCameraStaticData) == 0x000028, "Wrong size on FLiveLinkCameraStaticData"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFieldOfViewSupported) == 0x000018, "Member 'FLiveLinkCameraStaticData::bIsFieldOfViewSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsAspectRatioSupported) == 0x000019, "Member 'FLiveLinkCameraStaticData::bIsAspectRatioSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocalLengthSupported) == 0x00001A, "Member 'FLiveLinkCameraStaticData::bIsFocalLengthSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsProjectionModeSupported) == 0x00001B, "Member 'FLiveLinkCameraStaticData::bIsProjectionModeSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackWidth) == 0x00001C, "Member 'FLiveLinkCameraStaticData::FilmBackWidth' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackHeight) == 0x000020, "Member 'FLiveLinkCameraStaticData::FilmBackHeight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsApertureSupported) == 0x000024, "Member 'FLiveLinkCameraStaticData::bIsApertureSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocusDistanceSupported) == 0x000025, "Member 'FLiveLinkCameraStaticData::bIsFocusDistanceSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformFrameData \ +static_assert(alignof(FLiveLinkTransformFrameData) == 0x000010, "Wrong alignment on FLiveLinkTransformFrameData"); \ +static_assert(sizeof(FLiveLinkTransformFrameData) == 0x0000D0, "Wrong size on FLiveLinkTransformFrameData"); \ +static_assert(offsetof(FLiveLinkTransformFrameData, Transform) == 0x0000A0, "Member 'FLiveLinkTransformFrameData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraFrameData \ +static_assert(alignof(FLiveLinkCameraFrameData) == 0x000010, "Wrong alignment on FLiveLinkCameraFrameData"); \ +static_assert(sizeof(FLiveLinkCameraFrameData) == 0x0000F0, "Wrong size on FLiveLinkCameraFrameData"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FieldOfView) == 0x0000D0, "Member 'FLiveLinkCameraFrameData::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, AspectRatio) == 0x0000D4, "Member 'FLiveLinkCameraFrameData::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocalLength) == 0x0000D8, "Member 'FLiveLinkCameraFrameData::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, Aperture) == 0x0000DC, "Member 'FLiveLinkCameraFrameData::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocusDistance) == 0x0000E0, "Member 'FLiveLinkCameraFrameData::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, ProjectionMode) == 0x0000E4, "Member 'FLiveLinkCameraFrameData::ProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraBlueprintData \ +static_assert(alignof(FLiveLinkCameraBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkCameraBlueprintData"); \ +static_assert(sizeof(FLiveLinkCameraBlueprintData) == 0x000120, "Wrong size on FLiveLinkCameraBlueprintData"); \ +static_assert(offsetof(FLiveLinkCameraBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkCameraBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkCameraBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCurveConversionSettings \ +static_assert(alignof(FLiveLinkCurveConversionSettings) == 0x000008, "Wrong alignment on FLiveLinkCurveConversionSettings"); \ +static_assert(sizeof(FLiveLinkCurveConversionSettings) == 0x000050, "Wrong size on FLiveLinkCurveConversionSettings"); \ +static_assert(offsetof(FLiveLinkCurveConversionSettings, CurveConversionAssetMap) == 0x000000, "Member 'FLiveLinkCurveConversionSettings::CurveConversionAssetMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightStaticData \ +static_assert(alignof(FLiveLinkLightStaticData) == 0x000008, "Wrong alignment on FLiveLinkLightStaticData"); \ +static_assert(sizeof(FLiveLinkLightStaticData) == 0x000028, "Wrong size on FLiveLinkLightStaticData"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsTemperatureSupported) == 0x000018, "Member 'FLiveLinkLightStaticData::bIsTemperatureSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsIntensitySupported) == 0x000019, "Member 'FLiveLinkLightStaticData::bIsIntensitySupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsLightColorSupported) == 0x00001A, "Member 'FLiveLinkLightStaticData::bIsLightColorSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsInnerConeAngleSupported) == 0x00001B, "Member 'FLiveLinkLightStaticData::bIsInnerConeAngleSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsOuterConeAngleSupported) == 0x00001C, "Member 'FLiveLinkLightStaticData::bIsOuterConeAngleSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsAttenuationRadiusSupported) == 0x00001D, "Member 'FLiveLinkLightStaticData::bIsAttenuationRadiusSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceLenghtSupported) == 0x00001E, "Member 'FLiveLinkLightStaticData::bIsSourceLenghtSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceRadiusSupported) == 0x00001F, "Member 'FLiveLinkLightStaticData::bIsSourceRadiusSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSoftSourceRadiusSupported) == 0x000020, "Member 'FLiveLinkLightStaticData::bIsSoftSourceRadiusSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightFrameData \ +static_assert(alignof(FLiveLinkLightFrameData) == 0x000010, "Wrong alignment on FLiveLinkLightFrameData"); \ +static_assert(sizeof(FLiveLinkLightFrameData) == 0x000100, "Wrong size on FLiveLinkLightFrameData"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Temperature) == 0x0000D0, "Member 'FLiveLinkLightFrameData::Temperature' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Intensity) == 0x0000D4, "Member 'FLiveLinkLightFrameData::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, LightColor) == 0x0000D8, "Member 'FLiveLinkLightFrameData::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, InnerConeAngle) == 0x0000DC, "Member 'FLiveLinkLightFrameData::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, OuterConeAngle) == 0x0000E0, "Member 'FLiveLinkLightFrameData::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, AttenuationRadius) == 0x0000E4, "Member 'FLiveLinkLightFrameData::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceRadius) == 0x0000E8, "Member 'FLiveLinkLightFrameData::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SoftSourceRadius) == 0x0000EC, "Member 'FLiveLinkLightFrameData::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceLength) == 0x0000F0, "Member 'FLiveLinkLightFrameData::SourceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightBlueprintData \ +static_assert(alignof(FLiveLinkLightBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkLightBlueprintData"); \ +static_assert(sizeof(FLiveLinkLightBlueprintData) == 0x000130, "Wrong size on FLiveLinkLightBlueprintData"); \ +static_assert(offsetof(FLiveLinkLightBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkLightBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkLightBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectName \ +static_assert(alignof(FLiveLinkSubjectName) == 0x000004, "Wrong alignment on FLiveLinkSubjectName"); \ +static_assert(sizeof(FLiveLinkSubjectName) == 0x000008, "Wrong size on FLiveLinkSubjectName"); \ +static_assert(offsetof(FLiveLinkSubjectName, Name) == 0x000000, "Member 'FLiveLinkSubjectName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectKey \ +static_assert(alignof(FLiveLinkSubjectKey) == 0x000004, "Wrong alignment on FLiveLinkSubjectKey"); \ +static_assert(sizeof(FLiveLinkSubjectKey) == 0x000018, "Wrong size on FLiveLinkSubjectKey"); \ +static_assert(offsetof(FLiveLinkSubjectKey, Source) == 0x000000, "Member 'FLiveLinkSubjectKey::Source' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectKey, SubjectName) == 0x000010, "Member 'FLiveLinkSubjectKey::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectPreset \ +static_assert(alignof(FLiveLinkSubjectPreset) == 0x000008, "Wrong alignment on FLiveLinkSubjectPreset"); \ +static_assert(sizeof(FLiveLinkSubjectPreset) == 0x000038, "Wrong size on FLiveLinkSubjectPreset"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Key) == 0x000000, "Member 'FLiveLinkSubjectPreset::Key' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Role) == 0x000018, "Member 'FLiveLinkSubjectPreset::Role' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Settings) == 0x000020, "Member 'FLiveLinkSubjectPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, VirtualSubject) == 0x000028, "Member 'FLiveLinkSubjectPreset::VirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, bEnabled) == 0x000030, "Member 'FLiveLinkSubjectPreset::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourcePreset \ +static_assert(alignof(FLiveLinkSourcePreset) == 0x000008, "Wrong alignment on FLiveLinkSourcePreset"); \ +static_assert(sizeof(FLiveLinkSourcePreset) == 0x000030, "Wrong size on FLiveLinkSourcePreset"); \ +static_assert(offsetof(FLiveLinkSourcePreset, Guid) == 0x000000, "Member 'FLiveLinkSourcePreset::Guid' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourcePreset, Settings) == 0x000010, "Member 'FLiveLinkSourcePreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourcePreset, SourceType) == 0x000018, "Member 'FLiveLinkSourcePreset::SourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRefSkeleton \ +static_assert(alignof(FLiveLinkRefSkeleton) == 0x000008, "Wrong alignment on FLiveLinkRefSkeleton"); \ +static_assert(sizeof(FLiveLinkRefSkeleton) == 0x000020, "Wrong size on FLiveLinkRefSkeleton"); \ +static_assert(offsetof(FLiveLinkRefSkeleton, BoneNames) == 0x000000, "Member 'FLiveLinkRefSkeleton::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRefSkeleton, BoneParents) == 0x000010, "Member 'FLiveLinkRefSkeleton::BoneParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectRepresentation \ +static_assert(alignof(FLiveLinkSubjectRepresentation) == 0x000008, "Wrong alignment on FLiveLinkSubjectRepresentation"); \ +static_assert(sizeof(FLiveLinkSubjectRepresentation) == 0x000010, "Wrong size on FLiveLinkSubjectRepresentation"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Subject) == 0x000000, "Member 'FLiveLinkSubjectRepresentation::Subject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Role) == 0x000008, "Member 'FLiveLinkSubjectRepresentation::Role' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkInterpolationSettings \ +static_assert(alignof(FLiveLinkInterpolationSettings) == 0x000004, "Wrong alignment on FLiveLinkInterpolationSettings"); \ +static_assert(sizeof(FLiveLinkInterpolationSettings) == 0x000008, "Wrong size on FLiveLinkInterpolationSettings"); \ +static_assert(offsetof(FLiveLinkInterpolationSettings, bUseInterpolation) == 0x000000, "Member 'FLiveLinkInterpolationSettings::bUseInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkInterpolationSettings, InterpolationOffset) == 0x000004, "Member 'FLiveLinkInterpolationSettings::InterpolationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeSynchronizationSettings \ +static_assert(alignof(FLiveLinkTimeSynchronizationSettings) == 0x000004, "Wrong alignment on FLiveLinkTimeSynchronizationSettings"); \ +static_assert(sizeof(FLiveLinkTimeSynchronizationSettings) == 0x00000C, "Wrong size on FLiveLinkTimeSynchronizationSettings"); \ +static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameRate) == 0x000000, "Member 'FLiveLinkTimeSynchronizationSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameOffset) == 0x000008, "Member 'FLiveLinkTimeSynchronizationSettings::FrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceDebugInfo \ +static_assert(alignof(FLiveLinkSourceDebugInfo) == 0x000004, "Wrong alignment on FLiveLinkSourceDebugInfo"); \ +static_assert(sizeof(FLiveLinkSourceDebugInfo) == 0x000010, "Wrong size on FLiveLinkSourceDebugInfo"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SubjectName) == 0x000000, "Member 'FLiveLinkSourceDebugInfo::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SnapshotIndex) == 0x000008, "Member 'FLiveLinkSourceDebugInfo::SnapshotIndex' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, NumberOfBufferAtSnapshot) == 0x00000C, "Member 'FLiveLinkSourceDebugInfo::NumberOfBufferAtSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceBufferManagementSettings \ +static_assert(alignof(FLiveLinkSourceBufferManagementSettings) == 0x000008, "Wrong alignment on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(sizeof(FLiveLinkSourceBufferManagementSettings) == 0x000058, "Wrong size on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidEngineTimeEnabled) == 0x000000, "Member 'FLiveLinkSourceBufferManagementSettings::bValidEngineTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidEngineTime) == 0x000004, "Member 'FLiveLinkSourceBufferManagementSettings::ValidEngineTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeOffset) == 0x000008, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeClockOffset) == 0x000010, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bGenerateSubFrame) == 0x000018, "Member 'FLiveLinkSourceBufferManagementSettings::bGenerateSubFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, DetectedFrameRate) == 0x00001C, "Member 'FLiveLinkSourceBufferManagementSettings::DetectedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bUseTimecodeSmoothLatest) == 0x000024, "Member 'FLiveLinkSourceBufferManagementSettings::bUseTimecodeSmoothLatest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SourceTimecodeFrameRate) == 0x000028, "Member 'FLiveLinkSourceBufferManagementSettings::SourceTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidTimecodeFrameEnabled) == 0x000030, "Member 'FLiveLinkSourceBufferManagementSettings::bValidTimecodeFrameEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidTimecodeFrame) == 0x000034, "Member 'FLiveLinkSourceBufferManagementSettings::ValidTimecodeFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeFrameOffset) == 0x000038, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeClockOffset) == 0x000040, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, LatestOffset) == 0x000048, "Member 'FLiveLinkSourceBufferManagementSettings::LatestOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, MaxNumberOfFrameToBuffered) == 0x00004C, "Member 'FLiveLinkSourceBufferManagementSettings::MaxNumberOfFrameToBuffered' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bKeepAtLeastOneFrame) == 0x000050, "Member 'FLiveLinkSourceBufferManagementSettings::bKeepAtLeastOneFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformBlueprintData \ +static_assert(alignof(FLiveLinkTransformBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkTransformBlueprintData"); \ +static_assert(sizeof(FLiveLinkTransformBlueprintData) == 0x0000F0, "Wrong size on FLiveLinkTransformBlueprintData"); \ +static_assert(offsetof(FLiveLinkTransformBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkTransformBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformBlueprintData, FrameData) == 0x000020, "Member 'FLiveLinkTransformBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCurveElement \ +static_assert(alignof(FLiveLinkCurveElement) == 0x000004, "Wrong alignment on FLiveLinkCurveElement"); \ +static_assert(sizeof(FLiveLinkCurveElement) == 0x00000C, "Wrong size on FLiveLinkCurveElement"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveName) == 0x000000, "Member 'FLiveLinkCurveElement::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveValue) == 0x000008, "Member 'FLiveLinkCurveElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFrameData \ +static_assert(alignof(FLiveLinkFrameData) == 0x000008, "Wrong alignment on FLiveLinkFrameData"); \ +static_assert(sizeof(FLiveLinkFrameData) == 0x000090, "Wrong size on FLiveLinkFrameData"); \ +static_assert(offsetof(FLiveLinkFrameData, Transforms) == 0x000000, "Member 'FLiveLinkFrameData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, CurveElements) == 0x000010, "Member 'FLiveLinkFrameData::CurveElements' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, WorldTime) == 0x000020, "Member 'FLiveLinkFrameData::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, MetaData) == 0x000030, "Member 'FLiveLinkFrameData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFrameRate \ +static_assert(alignof(FLiveLinkFrameRate) == 0x000004, "Wrong alignment on FLiveLinkFrameRate"); \ +static_assert(sizeof(FLiveLinkFrameRate) == 0x000008, "Wrong size on FLiveLinkFrameRate"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeCode_Base_DEPRECATED \ +static_assert(alignof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000004, "Wrong alignment on FLiveLinkTimeCode_Base_DEPRECATED"); \ +static_assert(sizeof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000010, "Wrong size on FLiveLinkTimeCode_Base_DEPRECATED"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Seconds) == 0x000000, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Frames) == 0x000004, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Frames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, FrameRate) == 0x000008, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeCode \ +static_assert(alignof(FLiveLinkTimeCode) == 0x000004, "Wrong alignment on FLiveLinkTimeCode"); \ +static_assert(sizeof(FLiveLinkTimeCode) == 0x000010, "Wrong size on FLiveLinkTimeCode"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTime \ +static_assert(alignof(FLiveLinkTime) == 0x000008, "Wrong alignment on FLiveLinkTime"); \ +static_assert(sizeof(FLiveLinkTime) == 0x000018, "Wrong size on FLiveLinkTime"); \ +static_assert(offsetof(FLiveLinkTime, WorldTime) == 0x000000, "Member 'FLiveLinkTime::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTime, SceneTime) == 0x000008, "Member 'FLiveLinkTime::SceneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRole \ +static_assert(alignof(ULiveLinkRole) == 0x000008, "Wrong alignment on ULiveLinkRole"); \ +static_assert(sizeof(ULiveLinkRole) == 0x000028, "Wrong size on ULiveLinkRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicRole \ +static_assert(alignof(ULiveLinkBasicRole) == 0x000008, "Wrong alignment on ULiveLinkBasicRole"); \ +static_assert(sizeof(ULiveLinkBasicRole) == 0x000028, "Wrong size on ULiveLinkBasicRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRole \ +static_assert(alignof(ULiveLinkAnimationRole) == 0x000008, "Wrong alignment on ULiveLinkAnimationRole"); \ +static_assert(sizeof(ULiveLinkAnimationRole) == 0x000028, "Wrong size on ULiveLinkAnimationRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameTranslator \ +static_assert(alignof(ULiveLinkFrameTranslator) == 0x000008, "Wrong alignment on ULiveLinkFrameTranslator"); \ +static_assert(sizeof(ULiveLinkFrameTranslator) == 0x000028, "Wrong size on ULiveLinkFrameTranslator"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceFactory \ +static_assert(alignof(ULiveLinkSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkSourceFactory"); \ +static_assert(sizeof(ULiveLinkSourceFactory) == 0x000028, "Wrong size on ULiveLinkSourceFactory"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformRole \ +static_assert(alignof(ULiveLinkTransformRole) == 0x000008, "Wrong alignment on ULiveLinkTransformRole"); \ +static_assert(sizeof(ULiveLinkTransformRole) == 0x000028, "Wrong size on ULiveLinkTransformRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCameraRole \ +static_assert(alignof(ULiveLinkCameraRole) == 0x000008, "Wrong alignment on ULiveLinkCameraRole"); \ +static_assert(sizeof(ULiveLinkCameraRole) == 0x000028, "Wrong size on ULiveLinkCameraRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkController \ +static_assert(alignof(ULiveLinkController) == 0x000008, "Wrong alignment on ULiveLinkController"); \ +static_assert(sizeof(ULiveLinkController) == 0x000028, "Wrong size on ULiveLinkController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceSettings \ +static_assert(alignof(ULiveLinkSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkSourceSettings"); \ +static_assert(sizeof(ULiveLinkSourceSettings) == 0x0000A0, "Wrong size on ULiveLinkSourceSettings"); \ +static_assert(offsetof(ULiveLinkSourceSettings, Mode) == 0x000028, "Member 'ULiveLinkSourceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, BufferSettings) == 0x000030, "Member 'ULiveLinkSourceSettings::BufferSettings' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, ConnectionString) == 0x000088, "Member 'ULiveLinkSourceSettings::ConnectionString' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, Factory) == 0x000098, "Member 'ULiveLinkSourceSettings::Factory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCurveRemapSettings \ +static_assert(alignof(ULiveLinkCurveRemapSettings) == 0x000008, "Wrong alignment on ULiveLinkCurveRemapSettings"); \ +static_assert(sizeof(ULiveLinkCurveRemapSettings) == 0x0000F0, "Wrong size on ULiveLinkCurveRemapSettings"); \ +static_assert(offsetof(ULiveLinkCurveRemapSettings, CurveConversionSettings) == 0x0000A0, "Member 'ULiveLinkCurveRemapSettings::CurveConversionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkFrameInterpolationProcessor) == 0x000028, "Wrong size on ULiveLinkFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFramePreProcessor \ +static_assert(alignof(ULiveLinkFramePreProcessor) == 0x000008, "Wrong alignment on ULiveLinkFramePreProcessor"); \ +static_assert(sizeof(ULiveLinkFramePreProcessor) == 0x000028, "Wrong size on ULiveLinkFramePreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightRole \ +static_assert(alignof(ULiveLinkLightRole) == 0x000008, "Wrong alignment on ULiveLinkLightRole"); \ +static_assert(sizeof(ULiveLinkLightRole) == 0x000028, "Wrong size on ULiveLinkLightRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSubjectSettings \ +static_assert(alignof(ULiveLinkSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkSubjectSettings"); \ +static_assert(sizeof(ULiveLinkSubjectSettings) == 0x000068, "Wrong size on ULiveLinkSubjectSettings"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, PreProcessors) == 0x000028, "Member 'ULiveLinkSubjectSettings::PreProcessors' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, InterpolationProcessor) == 0x000038, "Member 'ULiveLinkSubjectSettings::InterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Translators) == 0x000040, "Member 'ULiveLinkSubjectSettings::Translators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Role) == 0x000050, "Member 'ULiveLinkSubjectSettings::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, FrameRate) == 0x000058, "Member 'ULiveLinkSubjectSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, bRebroadcastSubject) == 0x000060, "Member 'ULiveLinkSubjectSettings::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubject \ +static_assert(alignof(ULiveLinkVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubject"); \ +static_assert(sizeof(ULiveLinkVirtualSubject) == 0x000160, "Wrong size on ULiveLinkVirtualSubject"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Role) == 0x000030, "Member 'ULiveLinkVirtualSubject::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Subjects) == 0x000038, "Member 'ULiveLinkVirtualSubject::Subjects' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, FrameTranslators) == 0x000048, "Member 'ULiveLinkVirtualSubject::FrameTranslators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, bRebroadcastSubject) == 0x000058, "Member 'ULiveLinkVirtualSubject::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMagicLeapHandTrackingSourceFactory \ +static_assert(alignof(ULiveLinkMagicLeapHandTrackingSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkMagicLeapHandTrackingSourceFactory"); \ +static_assert(sizeof(ULiveLinkMagicLeapHandTrackingSourceFactory) == 0x000028, "Wrong size on ULiveLinkMagicLeapHandTrackingSourceFactory"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetConfiguration \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetConfiguration"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration) == 0x000018, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetConfiguration"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, ActiveStaticGestures) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::ActiveStaticGestures' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, KeypointsFilterLevel) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::KeypointsFilterLevel' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, GestureFilterLevel) == 0x000011, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::GestureFilterLevel' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, bTrackingEnabled) == 0x000012, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::bTrackingEnabled' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, ReturnValue) == 0x000013, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture) == 0x000001, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture) == 0x000003, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture, Gesture) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture::Gesture' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture, ReturnValue) == 0x000002, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence) == 0x00000C, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence, Confidence) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence::Confidence' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence, ReturnValue) == 0x000008, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints) == 0x000020, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints, Keypoints) == 0x000008, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints::Keypoints' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints, ReturnValue) == 0x000018, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, Keypoint) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::Keypoint' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, TransformSpace) == 0x000002, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, Transform) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandCenter \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandCenter"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandCenter"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenter::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter, HandCenter) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenter::HandCenter' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized) == 0x000014, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized, HandCenterNormalized) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized::HandCenterNormalized' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized, ReturnValue) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, TransformSpace) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, Pointer) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::Pointer' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource) == 0x00000C, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource, MotionSource) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource, OutKeyPoint) == 0x000008, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource::OutKeyPoint' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource, ReturnValue) == 0x000009, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, TransformSpace) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, Secondary) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::Secondary' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource) == 0x000020, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource, SourceHandle) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource, ReturnValue) == 0x000018, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint) == 0x000010, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, Keypoint) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::Keypoint' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, OutMotionSource) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::OutMotionSource' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, ReturnValue) == 0x00000C, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold) == 0x000008, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold, Gesture) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold::Gesture' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold, ReturnValue) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_IsHoldingControl \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl) == 0x000001, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_IsHoldingControl"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl) == 0x000002, "Wrong size on MagicLeapHandTrackingFunctionLibrary_IsHoldingControl"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_IsHoldingControl::Hand' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl, ReturnValue) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_IsHoldingControl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_SetConfiguration \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_SetConfiguration"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration) == 0x000018, "Wrong size on MagicLeapHandTrackingFunctionLibrary_SetConfiguration"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, StaticGesturesToActivate) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::StaticGesturesToActivate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, KeypointsFilterLevel) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::KeypointsFilterLevel' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, GestureFilterLevel) == 0x000011, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::GestureFilterLevel' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, bTrackingEnabled) == 0x000012, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::bTrackingEnabled' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, ReturnValue) == 0x000013, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold \ +static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold"); \ +static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold) == 0x000008, "Wrong size on MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold, Gesture) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold::Gesture' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold, Confidence) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold::Confidence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapHandTrackingFunctionLibrary \ +static_assert(alignof(UMagicLeapHandTrackingFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapHandTrackingFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapHandTrackingFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapHandTrackingFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FMagicLeapIdentityAttribute \ +static_assert(alignof(FMagicLeapIdentityAttribute) == 0x000008, "Wrong alignment on FMagicLeapIdentityAttribute"); \ +static_assert(sizeof(FMagicLeapIdentityAttribute) == 0x000018, "Wrong size on FMagicLeapIdentityAttribute"); \ +static_assert(offsetof(FMagicLeapIdentityAttribute, Attribute) == 0x000000, "Member 'FMagicLeapIdentityAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapIdentityAttribute, Value) == 0x000008, "Member 'FMagicLeapIdentityAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapIdentity_GetAllAvailableAttributes \ +static_assert(alignof(MagicLeapIdentity_GetAllAvailableAttributes) == 0x000008, "Wrong alignment on MagicLeapIdentity_GetAllAvailableAttributes"); \ +static_assert(sizeof(MagicLeapIdentity_GetAllAvailableAttributes) == 0x000018, "Wrong size on MagicLeapIdentity_GetAllAvailableAttributes"); \ +static_assert(offsetof(MagicLeapIdentity_GetAllAvailableAttributes, AvailableAttributes) == 0x000000, "Member 'MagicLeapIdentity_GetAllAvailableAttributes::AvailableAttributes' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapIdentity_GetAllAvailableAttributes, ReturnValue) == 0x000010, "Member 'MagicLeapIdentity_GetAllAvailableAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapIdentity_GetAllAvailableAttributesAsync \ +static_assert(alignof(MagicLeapIdentity_GetAllAvailableAttributesAsync) == 0x000004, "Wrong alignment on MagicLeapIdentity_GetAllAvailableAttributesAsync"); \ +static_assert(sizeof(MagicLeapIdentity_GetAllAvailableAttributesAsync) == 0x000010, "Wrong size on MagicLeapIdentity_GetAllAvailableAttributesAsync"); \ +static_assert(offsetof(MagicLeapIdentity_GetAllAvailableAttributesAsync, ResultDelegate) == 0x000000, "Member 'MagicLeapIdentity_GetAllAvailableAttributesAsync::ResultDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapIdentity_RequestAttributeValue \ +static_assert(alignof(MagicLeapIdentity_RequestAttributeValue) == 0x000008, "Wrong alignment on MagicLeapIdentity_RequestAttributeValue"); \ +static_assert(sizeof(MagicLeapIdentity_RequestAttributeValue) == 0x000028, "Wrong size on MagicLeapIdentity_RequestAttributeValue"); \ +static_assert(offsetof(MagicLeapIdentity_RequestAttributeValue, RequestedAttributeList) == 0x000000, "Member 'MagicLeapIdentity_RequestAttributeValue::RequestedAttributeList' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapIdentity_RequestAttributeValue, RequestedAttributeValues) == 0x000010, "Member 'MagicLeapIdentity_RequestAttributeValue::RequestedAttributeValues' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapIdentity_RequestAttributeValue, ReturnValue) == 0x000020, "Member 'MagicLeapIdentity_RequestAttributeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapIdentity_RequestAttributeValueAsync \ +static_assert(alignof(MagicLeapIdentity_RequestAttributeValueAsync) == 0x000008, "Wrong alignment on MagicLeapIdentity_RequestAttributeValueAsync"); \ +static_assert(sizeof(MagicLeapIdentity_RequestAttributeValueAsync) == 0x000028, "Wrong size on MagicLeapIdentity_RequestAttributeValueAsync"); \ +static_assert(offsetof(MagicLeapIdentity_RequestAttributeValueAsync, RequestedAttributeList) == 0x000000, "Member 'MagicLeapIdentity_RequestAttributeValueAsync::RequestedAttributeList' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapIdentity_RequestAttributeValueAsync, ResultDelegate) == 0x000010, "Member 'MagicLeapIdentity_RequestAttributeValueAsync::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapIdentity_RequestAttributeValueAsync, ReturnValue) == 0x000020, "Member 'MagicLeapIdentity_RequestAttributeValueAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapIdentity \ +static_assert(alignof(UMagicLeapIdentity) == 0x000008, "Wrong alignment on UMagicLeapIdentity"); \ +static_assert(sizeof(UMagicLeapIdentity) == 0x000038, "Wrong size on UMagicLeapIdentity"); \ + +#define DUMPER7_ASSERTS_FMagicLeapImageTargetState \ +static_assert(alignof(FMagicLeapImageTargetState) == 0x000004, "Wrong alignment on FMagicLeapImageTargetState"); \ +static_assert(sizeof(FMagicLeapImageTargetState) == 0x00001C, "Wrong size on FMagicLeapImageTargetState"); \ +static_assert(offsetof(FMagicLeapImageTargetState, TrackingStatus) == 0x000000, "Member 'FMagicLeapImageTargetState::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapImageTargetState, Location) == 0x000004, "Member 'FMagicLeapImageTargetState::Location' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapImageTargetState, Rotation) == 0x000010, "Member 'FMagicLeapImageTargetState::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapImageTargetSettings \ +static_assert(alignof(FMagicLeapImageTargetSettings) == 0x000008, "Wrong alignment on FMagicLeapImageTargetSettings"); \ +static_assert(sizeof(FMagicLeapImageTargetSettings) == 0x000020, "Wrong size on FMagicLeapImageTargetSettings"); \ +static_assert(offsetof(FMagicLeapImageTargetSettings, ImageTexture) == 0x000000, "Member 'FMagicLeapImageTargetSettings::ImageTexture' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapImageTargetSettings, Name) == 0x000008, "Member 'FMagicLeapImageTargetSettings::Name' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapImageTargetSettings, LongerDimension) == 0x000018, "Member 'FMagicLeapImageTargetSettings::LongerDimension' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapImageTargetSettings, bIsStationary) == 0x00001C, "Member 'FMagicLeapImageTargetSettings::bIsStationary' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapImageTargetSettings, bIsEnabled) == 0x00001D, "Member 'FMagicLeapImageTargetSettings::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapImageTrackerComponent_RemoveTargetAsync \ +static_assert(alignof(MagicLeapImageTrackerComponent_RemoveTargetAsync) == 0x000001, "Wrong alignment on MagicLeapImageTrackerComponent_RemoveTargetAsync"); \ +static_assert(sizeof(MagicLeapImageTrackerComponent_RemoveTargetAsync) == 0x000001, "Wrong size on MagicLeapImageTrackerComponent_RemoveTargetAsync"); \ +static_assert(offsetof(MagicLeapImageTrackerComponent_RemoveTargetAsync, ReturnValue) == 0x000000, "Member 'MagicLeapImageTrackerComponent_RemoveTargetAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapImageTrackerComponent_SetTargetAsync \ +static_assert(alignof(MagicLeapImageTrackerComponent_SetTargetAsync) == 0x000008, "Wrong alignment on MagicLeapImageTrackerComponent_SetTargetAsync"); \ +static_assert(sizeof(MagicLeapImageTrackerComponent_SetTargetAsync) == 0x000010, "Wrong size on MagicLeapImageTrackerComponent_SetTargetAsync"); \ +static_assert(offsetof(MagicLeapImageTrackerComponent_SetTargetAsync, ImageTarget) == 0x000000, "Member 'MagicLeapImageTrackerComponent_SetTargetAsync::ImageTarget' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapImageTrackerComponent_SetTargetAsync, ReturnValue) == 0x000008, "Member 'MagicLeapImageTrackerComponent_SetTargetAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapImageTrackerComponent \ +static_assert(alignof(UMagicLeapImageTrackerComponent) == 0x000010, "Wrong alignment on UMagicLeapImageTrackerComponent"); \ +static_assert(sizeof(UMagicLeapImageTrackerComponent) == 0x000270, "Wrong size on UMagicLeapImageTrackerComponent"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, TargetImageTexture) == 0x0001F8, "Member 'UMagicLeapImageTrackerComponent::TargetImageTexture' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, Name_0) == 0x000200, "Member 'UMagicLeapImageTrackerComponent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, LongerDimension) == 0x000210, "Member 'UMagicLeapImageTrackerComponent::LongerDimension' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, bIsStationary) == 0x000214, "Member 'UMagicLeapImageTrackerComponent::bIsStationary' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, bUseUnreliablePose) == 0x000215, "Member 'UMagicLeapImageTrackerComponent::bUseUnreliablePose' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, AxisOrientation) == 0x000216, "Member 'UMagicLeapImageTrackerComponent::AxisOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, OnSetImageTargetSucceeded) == 0x000218, "Member 'UMagicLeapImageTrackerComponent::OnSetImageTargetSucceeded' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, OnSetImageTargetFailed) == 0x000228, "Member 'UMagicLeapImageTrackerComponent::OnSetImageTargetFailed' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, OnImageTargetFound) == 0x000238, "Member 'UMagicLeapImageTrackerComponent::OnImageTargetFound' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, OnImageTargetLost) == 0x000248, "Member 'UMagicLeapImageTrackerComponent::OnImageTargetLost' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapImageTrackerComponent, OnImageTargetUnreliableTracking) == 0x000258, "Member 'UMagicLeapImageTrackerComponent::OnImageTargetUnreliableTracking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_EnableImageTracking \ +static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_EnableImageTracking) == 0x000001, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_EnableImageTracking"); \ +static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_EnableImageTracking) == 0x000001, "Wrong size on MagicLeapImageTrackerFunctionLibrary_EnableImageTracking"); \ +static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_EnableImageTracking, bEnable) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_EnableImageTracking::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets \ +static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets) == 0x000004, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets"); \ +static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets) == 0x000004, "Wrong size on MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets"); \ +static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets, ReturnValue) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled \ +static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled) == 0x000001, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled"); \ +static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled) == 0x000001, "Wrong size on MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled"); \ +static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled, ReturnValue) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets \ +static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets) == 0x000004, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets"); \ +static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets) == 0x000004, "Wrong size on MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets"); \ +static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets, MaxSimultaneousTargets) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets::MaxSimultaneousTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapImageTrackerFunctionLibrary \ +static_assert(alignof(UMagicLeapImageTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapImageTrackerFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapImageTrackerFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapImageTrackerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FMagicLeapPolygon \ +static_assert(alignof(FMagicLeapPolygon) == 0x000008, "Wrong alignment on FMagicLeapPolygon"); \ +static_assert(sizeof(FMagicLeapPolygon) == 0x000010, "Wrong size on FMagicLeapPolygon"); \ +static_assert(offsetof(FMagicLeapPolygon, Vertices) == 0x000000, "Member 'FMagicLeapPolygon::Vertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapPlaneBoundary \ +static_assert(alignof(FMagicLeapPlaneBoundary) == 0x000008, "Wrong alignment on FMagicLeapPlaneBoundary"); \ +static_assert(sizeof(FMagicLeapPlaneBoundary) == 0x000020, "Wrong size on FMagicLeapPlaneBoundary"); \ +static_assert(offsetof(FMagicLeapPlaneBoundary, Polygon) == 0x000000, "Member 'FMagicLeapPlaneBoundary::Polygon' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneBoundary, Holes) == 0x000010, "Member 'FMagicLeapPlaneBoundary::Holes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapPlaneBoundaries \ +static_assert(alignof(FMagicLeapPlaneBoundaries) == 0x000008, "Wrong alignment on FMagicLeapPlaneBoundaries"); \ +static_assert(sizeof(FMagicLeapPlaneBoundaries) == 0x000020, "Wrong size on FMagicLeapPlaneBoundaries"); \ +static_assert(offsetof(FMagicLeapPlaneBoundaries, ID) == 0x000000, "Member 'FMagicLeapPlaneBoundaries::ID' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneBoundaries, Boundaries) == 0x000010, "Member 'FMagicLeapPlaneBoundaries::Boundaries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapPlanesQuery \ +static_assert(alignof(FMagicLeapPlanesQuery) == 0x000010, "Wrong alignment on FMagicLeapPlanesQuery"); \ +static_assert(sizeof(FMagicLeapPlanesQuery) == 0x000060, "Wrong size on FMagicLeapPlanesQuery"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, Flags) == 0x000000, "Member 'FMagicLeapPlanesQuery::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolume) == 0x000010, "Member 'FMagicLeapPlanesQuery::SearchVolume' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, MaxResults) == 0x000018, "Member 'FMagicLeapPlanesQuery::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, MinHoleLength) == 0x00001C, "Member 'FMagicLeapPlanesQuery::MinHoleLength' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, MinPlaneArea) == 0x000020, "Member 'FMagicLeapPlanesQuery::MinPlaneArea' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolumePosition) == 0x000024, "Member 'FMagicLeapPlanesQuery::SearchVolumePosition' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolumeOrientation) == 0x000030, "Member 'FMagicLeapPlanesQuery::SearchVolumeOrientation' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolumeExtents) == 0x000040, "Member 'FMagicLeapPlanesQuery::SearchVolumeExtents' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, SimilarityThreshold) == 0x00004C, "Member 'FMagicLeapPlanesQuery::SimilarityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, bSearchVolumeTrackingSpace) == 0x000050, "Member 'FMagicLeapPlanesQuery::bSearchVolumeTrackingSpace' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlanesQuery, bResultTrackingSpace) == 0x000051, "Member 'FMagicLeapPlanesQuery::bResultTrackingSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapPlaneResult \ +static_assert(alignof(FMagicLeapPlaneResult) == 0x000008, "Wrong alignment on FMagicLeapPlaneResult"); \ +static_assert(sizeof(FMagicLeapPlaneResult) == 0x000060, "Wrong size on FMagicLeapPlaneResult"); \ +static_assert(offsetof(FMagicLeapPlaneResult, PlanePosition) == 0x000000, "Member 'FMagicLeapPlaneResult::PlanePosition' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneResult, PlaneOrientation) == 0x00000C, "Member 'FMagicLeapPlaneResult::PlaneOrientation' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneResult, ContentOrientation) == 0x000018, "Member 'FMagicLeapPlaneResult::ContentOrientation' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneResult, PlaneDimensions) == 0x000024, "Member 'FMagicLeapPlaneResult::PlaneDimensions' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneResult, PlaneFlags) == 0x000030, "Member 'FMagicLeapPlaneResult::PlaneFlags' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneResult, ID) == 0x000040, "Member 'FMagicLeapPlaneResult::ID' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapPlaneResult, InnerID) == 0x000050, "Member 'FMagicLeapPlaneResult::InnerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesComponent_RequestPlanesAsync \ +static_assert(alignof(MagicLeapPlanesComponent_RequestPlanesAsync) == 0x000001, "Wrong alignment on MagicLeapPlanesComponent_RequestPlanesAsync"); \ +static_assert(sizeof(MagicLeapPlanesComponent_RequestPlanesAsync) == 0x000001, "Wrong size on MagicLeapPlanesComponent_RequestPlanesAsync"); \ +static_assert(offsetof(MagicLeapPlanesComponent_RequestPlanesAsync, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesComponent_RequestPlanesAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapPlanesComponent \ +static_assert(alignof(UMagicLeapPlanesComponent) == 0x000010, "Wrong alignment on UMagicLeapPlanesComponent"); \ +static_assert(sizeof(UMagicLeapPlanesComponent) == 0x000260, "Wrong size on UMagicLeapPlanesComponent"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, QueryFlags) == 0x0001F8, "Member 'UMagicLeapPlanesComponent::QueryFlags' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, SearchVolume) == 0x000208, "Member 'UMagicLeapPlanesComponent::SearchVolume' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, MaxResults) == 0x000210, "Member 'UMagicLeapPlanesComponent::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, MinHolePerimeter) == 0x000214, "Member 'UMagicLeapPlanesComponent::MinHolePerimeter' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, MinPlaneArea) == 0x000218, "Member 'UMagicLeapPlanesComponent::MinPlaneArea' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, QueryType) == 0x00021C, "Member 'UMagicLeapPlanesComponent::QueryType' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, SimilarityThreshold) == 0x000220, "Member 'UMagicLeapPlanesComponent::SimilarityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, OnPlanesQueryResult) == 0x000228, "Member 'UMagicLeapPlanesComponent::OnPlanesQueryResult' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapPlanesComponent, OnPersistentPlanesQueryResult) == 0x000238, "Member 'UMagicLeapPlanesComponent::OnPersistentPlanesQueryResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_AddPersistentQuery \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery) == 0x000004, "Wrong alignment on MagicLeapPlanesFunctionLibrary_AddPersistentQuery"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery) == 0x000014, "Wrong size on MagicLeapPlanesFunctionLibrary_AddPersistentQuery"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery, PersistentQueryType) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_AddPersistentQuery::PersistentQueryType' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery, ReturnValue) == 0x000004, "Member 'MagicLeapPlanesFunctionLibrary_AddPersistentQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_CreateTracker \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_CreateTracker) == 0x000001, "Wrong alignment on MagicLeapPlanesFunctionLibrary_CreateTracker"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_CreateTracker) == 0x000001, "Wrong size on MagicLeapPlanesFunctionLibrary_CreateTracker"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_CreateTracker, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_CreateTracker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_DestroyTracker \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_DestroyTracker) == 0x000001, "Wrong alignment on MagicLeapPlanesFunctionLibrary_DestroyTracker"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_DestroyTracker) == 0x000001, "Wrong size on MagicLeapPlanesFunctionLibrary_DestroyTracker"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_DestroyTracker, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_DestroyTracker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_GetContentScale \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_GetContentScale) == 0x000010, "Wrong alignment on MagicLeapPlanesFunctionLibrary_GetContentScale"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_GetContentScale) == 0x0000A0, "Wrong size on MagicLeapPlanesFunctionLibrary_GetContentScale"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_GetContentScale, ContentActor) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_GetContentScale::ContentActor' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_GetContentScale, PlaneResult) == 0x000008, "Member 'MagicLeapPlanesFunctionLibrary_GetContentScale::PlaneResult' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_GetContentScale, ReturnValue) == 0x000070, "Member 'MagicLeapPlanesFunctionLibrary_GetContentScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_IsTrackerValid \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong alignment on MagicLeapPlanesFunctionLibrary_IsTrackerValid"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong size on MagicLeapPlanesFunctionLibrary_IsTrackerValid"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_IsTrackerValid, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_IsTrackerValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync) == 0x000010, "Wrong alignment on MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync) == 0x000090, "Wrong size on MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, Query) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::Query' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, Handle) == 0x000060, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::Handle' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, ResultDelegate) == 0x000070, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, ReturnValue) == 0x000080, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync) == 0x000010, "Wrong alignment on MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync) == 0x000080, "Wrong size on MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync, Query) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync::Query' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync, ResultDelegate) == 0x000060, "Member 'MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync, ReturnValue) == 0x000070, "Member 'MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery) == 0x000008, "Wrong alignment on MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery) == 0x000030, "Wrong size on MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery, InQueryFlags) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery::InQueryFlags' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery, InResultFlags) == 0x000010, "Member 'MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery::InResultFlags' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery, OutFlags) == 0x000020, "Member 'MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery::OutFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_RemovePersistentQuery \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery) == 0x000004, "Wrong alignment on MagicLeapPlanesFunctionLibrary_RemovePersistentQuery"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery) == 0x000014, "Wrong size on MagicLeapPlanesFunctionLibrary_RemovePersistentQuery"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery, Handle) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_RemovePersistentQuery::Handle' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery, ReturnValue) == 0x000010, "Member 'MagicLeapPlanesFunctionLibrary_RemovePersistentQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags \ +static_assert(alignof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags) == 0x000008, "Wrong alignment on MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags"); \ +static_assert(sizeof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags) == 0x000030, "Wrong size on MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags, InPriority) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags::InPriority' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags, InFlagsToReorder) == 0x000010, "Member 'MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags::InFlagsToReorder' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags, OutReorderedFlags) == 0x000020, "Member 'MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags::OutReorderedFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapPlanesFunctionLibrary \ +static_assert(alignof(UMagicLeapPlanesFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapPlanesFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapPlanesFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapPlanesFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_MagicLeapPrivilegesFunctionLibrary_CheckPrivilege \ +static_assert(alignof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege) == 0x000001, "Wrong alignment on MagicLeapPrivilegesFunctionLibrary_CheckPrivilege"); \ +static_assert(sizeof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege) == 0x000002, "Wrong size on MagicLeapPrivilegesFunctionLibrary_CheckPrivilege"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege, Privilege) == 0x000000, "Member 'MagicLeapPrivilegesFunctionLibrary_CheckPrivilege::Privilege' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege, ReturnValue) == 0x000001, "Member 'MagicLeapPrivilegesFunctionLibrary_CheckPrivilege::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPrivilegesFunctionLibrary_RequestPrivilege \ +static_assert(alignof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege) == 0x000001, "Wrong alignment on MagicLeapPrivilegesFunctionLibrary_RequestPrivilege"); \ +static_assert(sizeof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege) == 0x000002, "Wrong size on MagicLeapPrivilegesFunctionLibrary_RequestPrivilege"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege, Privilege) == 0x000000, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilege::Privilege' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege, ReturnValue) == 0x000001, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilege::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync \ +static_assert(alignof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync) == 0x000004, "Wrong alignment on MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync"); \ +static_assert(sizeof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync) == 0x000018, "Wrong size on MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync, Privilege) == 0x000000, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync::Privilege' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync, ResultDelegate) == 0x000004, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync::ResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync, ReturnValue) == 0x000014, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapPrivilegesFunctionLibrary \ +static_assert(alignof(UMagicLeapPrivilegesFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapPrivilegesFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapPrivilegesFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapPrivilegesFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BP_KenaCinematic_C_Apply_Materials \ +static_assert(alignof(BP_KenaCinematic_C_Apply_Materials) == 0x000008, "Wrong alignment on BP_KenaCinematic_C_Apply_Materials"); \ +static_assert(sizeof(BP_KenaCinematic_C_Apply_Materials) == 0x0001F0, "Wrong size on BP_KenaCinematic_C_Apply_Materials"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, KenaValues) == 0x000000, "Member 'BP_KenaCinematic_C_Apply_Materials::KenaValues' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, KenaKeys) == 0x000010, "Member 'BP_KenaCinematic_C_Apply_Materials::KenaKeys' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, DefaultValues) == 0x000020, "Member 'BP_KenaCinematic_C_Apply_Materials::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, DefaultKeys) == 0x000030, "Member 'BP_KenaCinematic_C_Apply_Materials::DefaultKeys' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_KenaCinematic_C_Apply_Materials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_KenaCinematic_C_Apply_Materials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_KenaCinematic_C_Apply_Materials::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_GetEquippedCostumeRowName_ReturnValue) == 0x000058, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_GetEquippedCostumeRowName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000170, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, Temp_int_Loop_Counter_Variable_1) == 0x000174, "Member 'BP_KenaCinematic_C_Apply_Materials::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Add_IntInt_ReturnValue_1) == 0x000178, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Map_Values_Values) == 0x000180, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Array_Get_Item) == 0x000190, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Map_Keys_Keys) == 0x000198, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Map_Values_Values_1) == 0x0001A8, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Array_Get_Item_1) == 0x0001B8, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Map_Keys_Keys_1) == 0x0001C0, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Array_Get_Item_2) == 0x0001D0, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Array_Get_Item_3) == 0x0001D8, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Array_Length_ReturnValue) == 0x0001E0, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Array_Length_ReturnValue_1) == 0x0001E4, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Less_IntInt_ReturnValue) == 0x0001E8, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Materials, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E9, "Member 'BP_KenaCinematic_C_Apply_Materials::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCinematic_C_Apply_Outfit \ +static_assert(alignof(BP_KenaCinematic_C_Apply_Outfit) == 0x000010, "Wrong alignment on BP_KenaCinematic_C_Apply_Outfit"); \ +static_assert(sizeof(BP_KenaCinematic_C_Apply_Outfit) == 0x000080, "Wrong size on BP_KenaCinematic_C_Apply_Outfit"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_KenaCinematic_C_Apply_Outfit::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_KenaCinematic_C_Apply_Outfit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_GetActiveStaff_ReturnValue) == 0x000058, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_GetObjectClass_ReturnValue) == 0x000068, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_Apply_Outfit, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'BP_KenaCinematic_C_Apply_Outfit::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCinematic_C_UserConstructionScript \ +static_assert(alignof(BP_KenaCinematic_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_KenaCinematic_C_UserConstructionScript"); \ +static_assert(sizeof(BP_KenaCinematic_C_UserConstructionScript) == 0x000010, "Wrong size on BP_KenaCinematic_C_UserConstructionScript"); \ +static_assert(offsetof(BP_KenaCinematic_C_UserConstructionScript, EyeMaterial) == 0x000000, "Member 'BP_KenaCinematic_C_UserConstructionScript::EyeMaterial' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_KenaCinematic_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCinematic_C_ReceiveEndPlay \ +static_assert(alignof(BP_KenaCinematic_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_KenaCinematic_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_KenaCinematic_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_KenaCinematic_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_KenaCinematic_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_KenaCinematic_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCinematic_C_ReceiveTick \ +static_assert(alignof(BP_KenaCinematic_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_KenaCinematic_C_ReceiveTick"); \ +static_assert(sizeof(BP_KenaCinematic_C_ReceiveTick) == 0x000004, "Wrong size on BP_KenaCinematic_C_ReceiveTick"); \ +static_assert(offsetof(BP_KenaCinematic_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_KenaCinematic_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic \ +static_assert(alignof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic) == 0x000004, "Wrong alignment on BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic"); \ +static_assert(sizeof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic) == 0x000014, "Wrong size on BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, EntryPoint) == 0x000000, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, CallFunc_IsValid_ReturnValue_1) == 0x00000D, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, CallFunc_IsValid_ReturnValue_2) == 0x00000F, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'BP_KenaCinematic_C_ExecuteUbergraph_BP_KenaCinematic::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KenaCinematic_C \ +static_assert(alignof(ABP_KenaCinematic_C) == 0x000008, "Wrong alignment on ABP_KenaCinematic_C"); \ +static_assert(sizeof(ABP_KenaCinematic_C) == 0x000288, "Wrong size on ABP_KenaCinematic_C"); \ +static_assert(offsetof(ABP_KenaCinematic_C, UberGraphFrame) == 0x000228, "Member 'ABP_KenaCinematic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, SK_Outfit) == 0x000230, "Member 'ABP_KenaCinematic_C::SK_Outfit' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, StaffCrystal) == 0x000238, "Member 'ABP_KenaCinematic_C::StaffCrystal' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, HairLight2) == 0x000240, "Member 'ABP_KenaCinematic_C::HairLight2' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, HairLight1) == 0x000248, "Member 'ABP_KenaCinematic_C::HairLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, NecklaceCrystal) == 0x000250, "Member 'ABP_KenaCinematic_C::NecklaceCrystal' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, SK_Staff) == 0x000258, "Member 'ABP_KenaCinematic_C::SK_Staff' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, SK_Kena) == 0x000260, "Member 'ABP_KenaCinematic_C::SK_Kena' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_KenaCinematic_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, EyeReflectionTexture) == 0x000270, "Member 'ABP_KenaCinematic_C::EyeReflectionTexture' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, Show_Staff) == 0x000278, "Member 'ABP_KenaCinematic_C::Show_Staff' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCinematic_C, Staff) == 0x000280, "Member 'ABP_KenaCinematic_C::Staff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_DeleteSecureData \ +static_assert(alignof(MagicLeapSecureStorage_DeleteSecureData) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_DeleteSecureData"); \ +static_assert(sizeof(MagicLeapSecureStorage_DeleteSecureData) == 0x000018, "Wrong size on MagicLeapSecureStorage_DeleteSecureData"); \ +static_assert(offsetof(MagicLeapSecureStorage_DeleteSecureData, Key) == 0x000000, "Member 'MagicLeapSecureStorage_DeleteSecureData::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_DeleteSecureData, ReturnValue) == 0x000010, "Member 'MagicLeapSecureStorage_DeleteSecureData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureArray \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureArray) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureArray"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureArray) == 0x000028, "Wrong size on MagicLeapSecureStorage_GetSecureArray"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureArray, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureArray::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureArray, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureArray::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureArray, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_GetSecureArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureBool \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureBool) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureBool"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureBool) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureBool"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureBool, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureBool::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureBool, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureBool::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureBool, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_GetSecureBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureByte \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureByte) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureByte"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureByte) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureByte"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureByte, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureByte::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureByte, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureByte::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureByte, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_GetSecureByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureFloat \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureFloat) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureFloat"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureFloat) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureFloat"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureFloat, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureFloat, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureFloat::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureFloat, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_GetSecureFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureInt \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureInt) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureInt"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureInt) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureInt"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureInt::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureInt::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_GetSecureInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureInt64 \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureInt64) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureInt64"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureInt64) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureInt64"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt64, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureInt64::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt64, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureInt64::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt64, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_GetSecureInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureRotator \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureRotator) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureRotator"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureRotator) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureRotator"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureRotator, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureRotator, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureRotator::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureRotator, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_GetSecureRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureSaveGame \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureSaveGame) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureSaveGame"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureSaveGame) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureSaveGame"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureSaveGame, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureSaveGame::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureSaveGame, ObjectToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureSaveGame::ObjectToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureSaveGame, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_GetSecureSaveGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureString \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureString) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureString"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureString) == 0x000028, "Wrong size on MagicLeapSecureStorage_GetSecureString"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureString, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureString::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureString, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureString::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureString, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_GetSecureString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureTransform \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureTransform) == 0x000010, "Wrong alignment on MagicLeapSecureStorage_GetSecureTransform"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureTransform) == 0x000050, "Wrong size on MagicLeapSecureStorage_GetSecureTransform"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureTransform, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureTransform::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureTransform, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureTransform::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureTransform, ReturnValue) == 0x000040, "Member 'MagicLeapSecureStorage_GetSecureTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureVector \ +static_assert(alignof(MagicLeapSecureStorage_GetSecureVector) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureVector"); \ +static_assert(sizeof(MagicLeapSecureStorage_GetSecureVector) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureVector"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureVector, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureVector::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureVector, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureVector::DataToRetrieve' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_GetSecureVector, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_GetSecureVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureArray \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureArray) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureArray"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureArray) == 0x000028, "Wrong size on MagicLeapSecureStorage_PutSecureArray"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureArray, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureArray::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureArray, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureArray::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureArray, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_PutSecureArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureBool \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureBool) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureBool"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureBool) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureBool"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureBool, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureBool::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureBool, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureBool::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureBool, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_PutSecureBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureByte \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureByte) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureByte"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureByte) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureByte"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureByte, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureByte::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureByte, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureByte::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureByte, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_PutSecureByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureFloat \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureFloat) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureFloat"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureFloat) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureFloat"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureFloat, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureFloat, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureFloat::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureFloat, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_PutSecureFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureInt \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureInt) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureInt"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureInt) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureInt"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureInt::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureInt::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_PutSecureInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureInt64 \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureInt64) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureInt64"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureInt64) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureInt64"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt64, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureInt64::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt64, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureInt64::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt64, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_PutSecureInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureRotator \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureRotator) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureRotator"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureRotator) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureRotator"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureRotator, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureRotator, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureRotator::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureRotator, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_PutSecureRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureSaveGame \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureSaveGame) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureSaveGame"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureSaveGame) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureSaveGame"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureSaveGame, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureSaveGame::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureSaveGame, ObjectToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureSaveGame::ObjectToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureSaveGame, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_PutSecureSaveGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureString \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureString) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureString"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureString) == 0x000028, "Wrong size on MagicLeapSecureStorage_PutSecureString"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureString, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureString::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureString, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureString::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureString, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_PutSecureString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureTransform \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureTransform) == 0x000010, "Wrong alignment on MagicLeapSecureStorage_PutSecureTransform"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureTransform) == 0x000050, "Wrong size on MagicLeapSecureStorage_PutSecureTransform"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureTransform, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureTransform::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureTransform, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureTransform::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureTransform, ReturnValue) == 0x000040, "Member 'MagicLeapSecureStorage_PutSecureTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureVector \ +static_assert(alignof(MagicLeapSecureStorage_PutSecureVector) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureVector"); \ +static_assert(sizeof(MagicLeapSecureStorage_PutSecureVector) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureVector"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureVector, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureVector::Key' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureVector, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureVector::DataToStore' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapSecureStorage_PutSecureVector, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_PutSecureVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapSecureStorage \ +static_assert(alignof(UMagicLeapSecureStorage) == 0x000008, "Wrong alignment on UMagicLeapSecureStorage"); \ +static_assert(sizeof(UMagicLeapSecureStorage) == 0x000028, "Wrong size on UMagicLeapSecureStorage"); \ + +#define DUMPER7_ASSERTS_FMagicLeapHandMeshBlock \ +static_assert(alignof(FMagicLeapHandMeshBlock) == 0x000008, "Wrong alignment on FMagicLeapHandMeshBlock"); \ +static_assert(sizeof(FMagicLeapHandMeshBlock) == 0x000028, "Wrong size on FMagicLeapHandMeshBlock"); \ +static_assert(offsetof(FMagicLeapHandMeshBlock, IndexCount) == 0x000000, "Member 'FMagicLeapHandMeshBlock::IndexCount' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHandMeshBlock, VertexCount) == 0x000004, "Member 'FMagicLeapHandMeshBlock::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHandMeshBlock, Vertex) == 0x000008, "Member 'FMagicLeapHandMeshBlock::Vertex' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHandMeshBlock, Index) == 0x000018, "Member 'FMagicLeapHandMeshBlock::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapHandMesh \ +static_assert(alignof(FMagicLeapHandMesh) == 0x000008, "Wrong alignment on FMagicLeapHandMesh"); \ +static_assert(sizeof(FMagicLeapHandMesh) == 0x000018, "Wrong size on FMagicLeapHandMesh"); \ +static_assert(offsetof(FMagicLeapHandMesh, Version) == 0x000000, "Member 'FMagicLeapHandMesh::Version' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHandMesh, DataCount) == 0x000004, "Member 'FMagicLeapHandMesh::DataCount' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapHandMesh, Data) == 0x000008, "Member 'FMagicLeapHandMesh::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingComponent_ConnectMRMesh \ +static_assert(alignof(MagicLeapHandMeshingComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingComponent_ConnectMRMesh"); \ +static_assert(sizeof(MagicLeapHandMeshingComponent_ConnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingComponent_ConnectMRMesh"); \ +static_assert(offsetof(MagicLeapHandMeshingComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandMeshingComponent_ConnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingComponent_ConnectMRMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingComponent_DisconnectMRMesh \ +static_assert(alignof(MagicLeapHandMeshingComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingComponent_DisconnectMRMesh"); \ +static_assert(sizeof(MagicLeapHandMeshingComponent_DisconnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingComponent_DisconnectMRMesh"); \ +static_assert(offsetof(MagicLeapHandMeshingComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandMeshingComponent_DisconnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingComponent_DisconnectMRMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingComponent_SetUseWeightedNormals \ +static_assert(alignof(MagicLeapHandMeshingComponent_SetUseWeightedNormals) == 0x000001, "Wrong alignment on MagicLeapHandMeshingComponent_SetUseWeightedNormals"); \ +static_assert(sizeof(MagicLeapHandMeshingComponent_SetUseWeightedNormals) == 0x000001, "Wrong size on MagicLeapHandMeshingComponent_SetUseWeightedNormals"); \ +static_assert(offsetof(MagicLeapHandMeshingComponent_SetUseWeightedNormals, bInUseWeightedNormals) == 0x000000, "Member 'MagicLeapHandMeshingComponent_SetUseWeightedNormals::bInUseWeightedNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapHandMeshingComponent \ +static_assert(alignof(UMagicLeapHandMeshingComponent) == 0x000008, "Wrong alignment on UMagicLeapHandMeshingComponent"); \ +static_assert(sizeof(UMagicLeapHandMeshingComponent) == 0x0000B0, "Wrong size on UMagicLeapHandMeshingComponent"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh \ +static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh"); \ +static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh"); \ +static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_CreateClient \ +static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_CreateClient) == 0x000001, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_CreateClient"); \ +static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_CreateClient) == 0x000001, "Wrong size on MagicLeapHandMeshingFunctionLibrary_CreateClient"); \ +static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_CreateClient, ReturnValue) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_CreateClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_DestroyClient \ +static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_DestroyClient) == 0x000001, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_DestroyClient"); \ +static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_DestroyClient) == 0x000001, "Wrong size on MagicLeapHandMeshingFunctionLibrary_DestroyClient"); \ +static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_DestroyClient, ReturnValue) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_DestroyClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh \ +static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh"); \ +static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh"); \ +static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapHandMeshingFunctionLibrary \ +static_assert(alignof(UMagicLeapHandMeshingFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapHandMeshingFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapHandMeshingFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapHandMeshingFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FMagicLeapLightEstimationColorTemperatureState \ +static_assert(alignof(FMagicLeapLightEstimationColorTemperatureState) == 0x000008, "Wrong alignment on FMagicLeapLightEstimationColorTemperatureState"); \ +static_assert(sizeof(FMagicLeapLightEstimationColorTemperatureState) == 0x000020, "Wrong size on FMagicLeapLightEstimationColorTemperatureState"); \ +static_assert(offsetof(FMagicLeapLightEstimationColorTemperatureState, ColorTemperatureKelvin) == 0x000000, "Member 'FMagicLeapLightEstimationColorTemperatureState::ColorTemperatureKelvin' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapLightEstimationColorTemperatureState, AmbientColor) == 0x000004, "Member 'FMagicLeapLightEstimationColorTemperatureState::AmbientColor' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapLightEstimationColorTemperatureState, Timestamp) == 0x000018, "Member 'FMagicLeapLightEstimationColorTemperatureState::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicLeapLightEstimationAmbientGlobalState \ +static_assert(alignof(FMagicLeapLightEstimationAmbientGlobalState) == 0x000008, "Wrong alignment on FMagicLeapLightEstimationAmbientGlobalState"); \ +static_assert(sizeof(FMagicLeapLightEstimationAmbientGlobalState) == 0x000018, "Wrong size on FMagicLeapLightEstimationAmbientGlobalState"); \ +static_assert(offsetof(FMagicLeapLightEstimationAmbientGlobalState, AmbientIntensityNits) == 0x000000, "Member 'FMagicLeapLightEstimationAmbientGlobalState::AmbientIntensityNits' has a wrong offset!"); \ +static_assert(offsetof(FMagicLeapLightEstimationAmbientGlobalState, Timestamp) == 0x000010, "Member 'FMagicLeapLightEstimationAmbientGlobalState::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapLightingTrackingComponent \ +static_assert(alignof(UMagicLeapLightingTrackingComponent) == 0x000008, "Wrong alignment on UMagicLeapLightingTrackingComponent"); \ +static_assert(sizeof(UMagicLeapLightingTrackingComponent) == 0x0000C0, "Wrong size on UMagicLeapLightingTrackingComponent"); \ +static_assert(offsetof(UMagicLeapLightingTrackingComponent, UseGlobalAmbience) == 0x0000B0, "Member 'UMagicLeapLightingTrackingComponent::UseGlobalAmbience' has a wrong offset!"); \ +static_assert(offsetof(UMagicLeapLightingTrackingComponent, UseColorTemp) == 0x0000B1, "Member 'UMagicLeapLightingTrackingComponent::UseColorTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_CreateTracker \ +static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_CreateTracker) == 0x000001, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_CreateTracker"); \ +static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_CreateTracker) == 0x000001, "Wrong size on MagicLeapLightEstimationFunctionLibrary_CreateTracker"); \ +static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_CreateTracker, ReturnValue) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_CreateTracker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState \ +static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState) == 0x000008, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState"); \ +static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState) == 0x000020, "Wrong size on MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState"); \ +static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState, GlobalAmbientState) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState::GlobalAmbientState' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState, ReturnValue) == 0x000018, "Member 'MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState \ +static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState) == 0x000008, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState"); \ +static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState) == 0x000028, "Wrong size on MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState"); \ +static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState, ColorTemperatureState) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState::ColorTemperatureState' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState, ReturnValue) == 0x000020, "Member 'MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_IsTrackerValid \ +static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_IsTrackerValid"); \ +static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong size on MagicLeapLightEstimationFunctionLibrary_IsTrackerValid"); \ +static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_IsTrackerValid, ReturnValue) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_IsTrackerValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagicLeapLightEstimationFunctionLibrary \ +static_assert(alignof(UMagicLeapLightEstimationFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapLightEstimationFunctionLibrary"); \ +static_assert(sizeof(UMagicLeapLightEstimationFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapLightEstimationFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_GetAbilityUnlockState \ +static_assert(alignof(WBP_KenaUpgrades_C_GetAbilityUnlockState) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_GetAbilityUnlockState"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_GetAbilityUnlockState) == 0x000028, "Wrong size on WBP_KenaUpgrades_C_GetAbilityUnlockState"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, Ability_Data) == 0x000000, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::Ability_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, Ability_Unlock_State) == 0x000008, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::Ability_Unlock_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, Bow_Tag) == 0x00000C, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::Bow_Tag' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, Bomb_Tag) == 0x000014, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::Bomb_Tag' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_CanPurchaseAbility_ReturnValue) == 0x00001C, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_CanPurchaseAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_ArePrerequisitesUnlocked_ReturnValue) == 0x00001D, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_ArePrerequisitesUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_IsLevelRequirementMet_ReturnValue) == 0x00001E, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_IsLevelRequirementMet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_IsAbilityUnlockedByTag_ReturnValue) == 0x00001F, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_IsAbilityUnlockedByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_IsAbilityUnlockedByTag_ReturnValue_1) == 0x000021, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_IsAbilityUnlockedByTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_IsAbilityUnlocked_ReturnValue) == 0x000022, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_IsAbilityUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000023, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_IsPrerequisite_ReturnValue) == 0x000024, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_IsPrerequisite_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_IsPrerequisite_ReturnValue_1) == 0x000025, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_IsPrerequisite_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_GetAbilityUnlockState, CallFunc_BooleanAND_ReturnValue_1) == 0x000027, "Member 'WBP_KenaUpgrades_C_GetAbilityUnlockState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo \ +static_assert(alignof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo) == 0x000278, "Wrong size on WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Ability_Data) == 0x000000, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Ability_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, NewLocalVar_0) == 0x000008, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, BombTag) == 0x000018, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::BombTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, BowTag) == 0x000020, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::BowTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, AbilityUnlockState) == 0x000028, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::AbilityUnlockState' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_byte_Variable) == 0x000029, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_GetAbilityUnlockState_Ability_Unlock_State) == 0x00002A, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_GetAbilityUnlockState_Ability_Unlock_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable) == 0x000070, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_Format_ReturnValue) == 0x000088, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable_1) == 0x0000A0, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable_2) == 0x0000A4, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable_3) == 0x0000A8, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable_4) == 0x0000AC, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable_5) == 0x0000B0, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_int_Variable_6) == 0x0000B4, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_byte_Variable_1) == 0x0000B8, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_struct_Variable) == 0x0000BC, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_struct_Variable_1) == 0x0000CC, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_struct_Variable_2) == 0x0000DC, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_struct_Variable_3) == 0x0000EC, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_struct_Variable_4) == 0x0000FC, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_struct_Variable_5) == 0x00010C, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_byte_Variable_2) == 0x00011C, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_text_Variable) == 0x000120, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_text_Variable_1) == 0x000138, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_text_Variable_2) == 0x000150, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_text_Variable_3) == 0x000168, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_text_Variable_4) == 0x000180, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_Select_Default) == 0x000198, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_MakeStruct_SlateColor) == 0x0001A8, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_Select_Default_1) == 0x0001D0, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, Temp_byte_Variable_3) == 0x0001D4, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_Select_Default_2) == 0x0001D8, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_Select_Default_3) == 0x000200, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, K2Node_Select_Default_4) == 0x000208, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_MakeLiteralText_ReturnValue) == 0x000220, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_OpenUrl_ReturnValue) == 0x000238, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_GetVideoFilepath_ReturnValue) == 0x000240, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_GetVideoFilepath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000250, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_Conv_IntToText_ReturnValue) == 0x000258, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_Play_ReturnValue) == 0x000270, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo, CallFunc_OpenUrl_ReturnValue_1) == 0x000271, "Member 'WBP_KenaUpgrades_C_UpdateAbilityDescriptionInfo::CallFunc_OpenUrl_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0 \ +static_assert(alignof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0) == 0x000050, "Wrong size on WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0, ReturnValue) == 0x000000, "Member 'WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000018, "Member 'WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0, CallFunc_GetPipState_OutData) == 0x000020, "Member 'WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0, CallFunc_GetPipState_ReturnValue) == 0x000034, "Member 'WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_KenaUpgrades_C_Get_PlayerLevel_Text_0::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnFocusReceived \ +static_assert(alignof(WBP_KenaUpgrades_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnFocusReceived) == 0x0001C8, "Wrong size on WBP_KenaUpgrades_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, Temp_bool_Variable) == 0x0000F8, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, CallFunc_IsValid_ReturnValue) == 0x0000F9, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x000100, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000108, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnFocusReceived, K2Node_Select_Default) == 0x0001C0, "Member 'WBP_KenaUpgrades_C_OnFocusReceived::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_IsAbilityPurchased \ +static_assert(alignof(WBP_KenaUpgrades_C_IsAbilityPurchased) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_IsAbilityPurchased"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_IsAbilityPurchased) == 0x000090, "Wrong size on WBP_KenaUpgrades_C_IsAbilityPurchased"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, Purchased) == 0x000000, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::Purchased' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, Temp_struct_Variable) == 0x000008, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, CallFunc_BreakGameplayTagContainer_GameplayTags) == 0x000028, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::CallFunc_BreakGameplayTagContainer_GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, CallFunc_Array_Find_ReturnValue) == 0x000040, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, K2Node_DynamicCast_AsKena_Controller) == 0x000048, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000051, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000058, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IsAbilityPurchased, CallFunc_GetOwnedGameplayTags_TagContainer) == 0x000070, "Member 'WBP_KenaUpgrades_C_IsAbilityPurchased::CallFunc_GetOwnedGameplayTags_TagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection \ +static_assert(alignof(WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection) == 0x000010, "Wrong size on WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection, Condition) == 0x000000, "Member 'WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection::Condition' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection, Item) == 0x000008, "Member 'WBP_KenaUpgrades_C_UpdateCurrentAbilityAndListSelection::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_Get_PlayerBond_Text_0 \ +static_assert(alignof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_Get_PlayerBond_Text_0"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0) == 0x000058, "Wrong size on WBP_KenaUpgrades_C_Get_PlayerBond_Text_0"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, ReturnValue) == 0x000000, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, CallFunc_GetResources_ReturnValue) == 0x000030, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, CallFunc_TryGetResource_ResourceCount) == 0x000038, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, CallFunc_TryGetResource_ReturnValue) == 0x00003C, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_Get_PlayerBond_Text_0, CallFunc_Conv_FloatToText_ReturnValue) == 0x000040, "Member 'WBP_KenaUpgrades_C_Get_PlayerBond_Text_0::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_UpdateDisplayDataKena \ +static_assert(alignof(WBP_KenaUpgrades_C_UpdateDisplayDataKena) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_UpdateDisplayDataKena"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_UpdateDisplayDataKena) == 0x0001D0, "Wrong size on WBP_KenaUpgrades_C_UpdateDisplayDataKena"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Condition) == 0x000000, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Condition' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Item) == 0x000008, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_byte_Variable) == 0x000010, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable) == 0x000018, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_1) == 0x000030, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_2) == 0x000048, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_3) == 0x000060, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_byte_Variable_1) == 0x000078, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, K2Node_Select_Default) == 0x000080, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_4) == 0x000098, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_5) == 0x0000B0, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_6) == 0x0000C8, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_7) == 0x0000E0, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_bool_Variable) == 0x0000F8, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, K2Node_Select_Default_1) == 0x000100, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, Temp_text_Variable_8) == 0x000118, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000130, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GetCurrentRotLevel_ReturnValue) == 0x000138, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GetCurrentRotLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_MakeLiteralText_ReturnValue) == 0x000140, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000158, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_OpenUrl_ReturnValue) == 0x000159, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000168, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000170, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GetItemCount_OutCount) == 0x00017C, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GetItemCount_OutCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GetItemCount_OutMaxCount) == 0x000180, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GetItemCount_OutMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_HasInventoryItem_ReturnValue) == 0x000184, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000185, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_BooleanAND_ReturnValue) == 0x000186, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_GetVideoFilepath_ReturnValue) == 0x000188, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_GetVideoFilepath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_Conv_IntToText_ReturnValue) == 0x000198, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, K2Node_Select_Default_2) == 0x0001B0, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_Play_ReturnValue) == 0x0001C8, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_UpdateDisplayDataKena, CallFunc_OpenUrl_ReturnValue_1) == 0x0001C9, "Member 'WBP_KenaUpgrades_C_UpdateDisplayDataKena::CallFunc_OpenUrl_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon \ +static_assert(alignof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon) == 0x000050, "Wrong size on WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_Less_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_GetIconByTag_FoundIcon) == 0x000040, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_GetIconByTag_FoundIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon, CallFunc_GetIconByTag_Success) == 0x000048, "Member 'WBP_KenaUpgrades_C_SetCurrentAbilityStructPerIcon::CallFunc_GetIconByTag_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnKeyDown \ +static_assert(alignof(WBP_KenaUpgrades_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_OnKeyDown"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnKeyDown) == 0x000230, "Wrong size on WBP_KenaUpgrades_C_OnKeyDown"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_KenaUpgrades_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_KenaUpgrades_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_GetAbilityUnlockState_Ability_Unlock_State) == 0x000140, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_GetAbilityUnlockState_Ability_Unlock_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000141, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000142, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000160, "Member 'WBP_KenaUpgrades_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000161, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_PostEventAtLocation_ReturnValue) == 0x000164, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000168, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnKeyDown, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000228, "Member 'WBP_KenaUpgrades_C_OnKeyDown::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnPurchaseSuccess \ +static_assert(alignof(WBP_KenaUpgrades_C_OnPurchaseSuccess) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_OnPurchaseSuccess"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnPurchaseSuccess) == 0x000008, "Wrong size on WBP_KenaUpgrades_C_OnPurchaseSuccess"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnPurchaseSuccess, Ability) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnPurchaseSuccess::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnPurchaseFailed \ +static_assert(alignof(WBP_KenaUpgrades_C_OnPurchaseFailed) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_OnPurchaseFailed"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnPurchaseFailed) == 0x000008, "Wrong size on WBP_KenaUpgrades_C_OnPurchaseFailed"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnPurchaseFailed, Ability) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnPurchaseFailed::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_IconSelected \ +static_assert(alignof(WBP_KenaUpgrades_C_IconSelected) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_IconSelected"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_IconSelected) == 0x000010, "Wrong size on WBP_KenaUpgrades_C_IconSelected"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IconSelected, Icon) == 0x000000, "Member 'WBP_KenaUpgrades_C_IconSelected::Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_IconSelected, Selected) == 0x000008, "Member 'WBP_KenaUpgrades_C_IconSelected::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnMediaOpened \ +static_assert(alignof(WBP_KenaUpgrades_C_OnMediaOpened) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_OnMediaOpened"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnMediaOpened) == 0x000010, "Wrong size on WBP_KenaUpgrades_C_OnMediaOpened"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnMediaOpened, OpenedUrl) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnMediaOpened::OpenedUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnAbilityFocused \ +static_assert(alignof(WBP_KenaUpgrades_C_OnAbilityFocused) == 0x000004, "Wrong alignment on WBP_KenaUpgrades_C_OnAbilityFocused"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnAbilityFocused) == 0x000008, "Wrong size on WBP_KenaUpgrades_C_OnAbilityFocused"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnAbilityFocused, Ability_Gameplay_Tag) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnAbilityFocused::Ability_Gameplay_Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnTryUnlockAbility \ +static_assert(alignof(WBP_KenaUpgrades_C_OnTryUnlockAbility) == 0x000004, "Wrong alignment on WBP_KenaUpgrades_C_OnTryUnlockAbility"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnTryUnlockAbility) == 0x000008, "Wrong size on WBP_KenaUpgrades_C_OnTryUnlockAbility"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnTryUnlockAbility, Ability_Gameplay_Tag) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnTryUnlockAbility::Ability_Gameplay_Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_KenaUpgrades_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_KenaUpgrades_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_KenaUpgrades_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_KenaUpgrades_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades \ +static_assert(alignof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades) == 0x000008, "Wrong alignment on WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades"); \ +static_assert(sizeof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades) == 0x0001A8, "Wrong size on WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, EntryPoint) == 0x000000, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_Event_Ability_1) == 0x000018, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_Event_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_Event_Ability) == 0x000020, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_Event_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CustomEvent_Icon) == 0x000030, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CustomEvent_Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CustomEvent_Selected) == 0x000038, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CustomEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_PostEventAtLocation_ReturnValue) == 0x00003C, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000040, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000050, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CustomEvent_OpenedUrl) == 0x000058, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CustomEvent_OpenedUrl' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CreateDelegate_OutputDelegate_1) == 0x000068, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_SetLooping_ReturnValue) == 0x000078, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_SetLooping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_Play_ReturnValue) == 0x000079, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_IsPlaying_ReturnValue) == 0x00007A, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MakeLiteralText_ReturnValue) == 0x000080, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_Result) == 0x000098, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_ReturnValue) == 0x000099, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_SwitchEnum_CmpSuccess_1) == 0x00009A, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000A0, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0000B8, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_Result_1) == 0x0000D0, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_ReturnValue_1) == 0x0000D1, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_Result_2) == 0x0000D2, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_Result_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_ReturnValue_2) == 0x0000D3, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0000D8, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0000F0, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_Result_3) == 0x000108, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_Result_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_ReturnValue_3) == 0x000109, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_Result_4) == 0x00010A, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_Result_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_ReturnValue_4) == 0x00010B, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CustomEvent_Ability_Gameplay_Tag_1) == 0x00010C, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CustomEvent_Ability_Gameplay_Tag_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000114, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_FindAbilityInfoByTag_ReturnValue) == 0x000118, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_FindAbilityInfoByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CustomEvent_Ability_Gameplay_Tag) == 0x000120, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CustomEvent_Ability_Gameplay_Tag' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000128, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_FindAbilityInfoByTag_ReturnValue_1) == 0x000140, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_FindAbilityInfoByTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_Result_5) == 0x000148, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_Result_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_OpenMessageBox_ReturnValue_5) == 0x000149, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_OpenMessageBox_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_SwitchEnum_CmpSuccess_2) == 0x00014A, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000150, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_Less_IntInt_ReturnValue) == 0x000164, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_CreateDelegate_OutputDelegate_2) == 0x000168, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000178, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, K2Node_Event_InFocusEvent) == 0x00017C, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_PlayAnimation_ReturnValue) == 0x000188, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_IsStopped_ReturnValue) == 0x000190, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_IsStopped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, Temp_int_Array_Index_Variable) == 0x000194, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_Array_Get_Item) == 0x000198, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades, CallFunc_MatchesTag_ReturnValue) == 0x0001A0, "Member 'WBP_KenaUpgrades_C_ExecuteUbergraph_WBP_KenaUpgrades::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KenaUpgrades_C \ +static_assert(alignof(UWBP_KenaUpgrades_C) == 0x000008, "Wrong alignment on UWBP_KenaUpgrades_C"); \ +static_assert(sizeof(UWBP_KenaUpgrades_C) == 0x0003F8, "Wrong size on UWBP_KenaUpgrades_C"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_KenaUpgrades_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, OnIconSelected) == 0x0002C8, "Member 'UWBP_KenaUpgrades_C::OnIconSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, AbilityDescriptionHeader) == 0x0002D0, "Member 'UWBP_KenaUpgrades_C::AbilityDescriptionHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, DescriptionBG) == 0x0002D8, "Member 'UWBP_KenaUpgrades_C::DescriptionBG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, Image) == 0x0002E0, "Member 'UWBP_KenaUpgrades_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, Image_696) == 0x0002E8, "Member 'UWBP_KenaUpgrades_C::Image_696' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, Image_1597) == 0x0002F0, "Member 'UWBP_KenaUpgrades_C::Image_1597' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, KarmaCostSymbol) == 0x0002F8, "Member 'UWBP_KenaUpgrades_C::KarmaCostSymbol' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, KarmaCostTxt) == 0x000300, "Member 'UWBP_KenaUpgrades_C::KarmaCostTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, LockedReasonTxt) == 0x000308, "Member 'UWBP_KenaUpgrades_C::LockedReasonTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, MediaPlayer) == 0x000310, "Member 'UWBP_KenaUpgrades_C::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, PlayerBond) == 0x000318, "Member 'UWBP_KenaUpgrades_C::PlayerBond' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, PromptBar) == 0x000320, "Member 'UWBP_KenaUpgrades_C::PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, PurchaseStatusSwitcher) == 0x000328, "Member 'UWBP_KenaUpgrades_C::PurchaseStatusSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, RichDescriptionText) == 0x000330, "Member 'UWBP_KenaUpgrades_C::RichDescriptionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, UnlockLevelText) == 0x000338, "Member 'UWBP_KenaUpgrades_C::UnlockLevelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, WBP_AbilityTree) == 0x000340, "Member 'UWBP_KenaUpgrades_C::WBP_AbilityTree' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, WBP_UpgradesRotLevelWidget) == 0x000348, "Member 'UWBP_KenaUpgrades_C::WBP_UpgradesRotLevelWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, PurchaseModal) == 0x000350, "Member 'UWBP_KenaUpgrades_C::PurchaseModal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, BinkMediaPlayer) == 0x000358, "Member 'UWBP_KenaUpgrades_C::BinkMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, MenuToggle) == 0x000360, "Member 'UWBP_KenaUpgrades_C::MenuToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SuccedFailInProgress) == 0x000368, "Member 'UWBP_KenaUpgrades_C::SuccedFailInProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SelectedIcon) == 0x000370, "Member 'UWBP_KenaUpgrades_C::SelectedIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SelectedAbilityData) == 0x000378, "Member 'UWBP_KenaUpgrades_C::SelectedAbilityData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SFX_Purchase_Fail) == 0x000380, "Member 'UWBP_KenaUpgrades_C::SFX_Purchase_Fail' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SFX_Purchase_Success) == 0x000388, "Member 'UWBP_KenaUpgrades_C::SFX_Purchase_Success' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SFX_Dpad_Navigate) == 0x000390, "Member 'UWBP_KenaUpgrades_C::SFX_Dpad_Navigate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, SFX_Upgrade_Cancel) == 0x000398, "Member 'UWBP_KenaUpgrades_C::SFX_Upgrade_Cancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, LastFocusedAbilityButton) == 0x0003A0, "Member 'UWBP_KenaUpgrades_C::LastFocusedAbilityButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, AbilityLockedColor) == 0x0003A8, "Member 'UWBP_KenaUpgrades_C::AbilityLockedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaUpgrades_C, AbilityAvailableColor) == 0x0003D0, "Member 'UWBP_KenaUpgrades_C::AbilityAvailableColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAvfMediaSettings \ +static_assert(alignof(UAvfMediaSettings) == 0x000008, "Wrong alignment on UAvfMediaSettings"); \ +static_assert(sizeof(UAvfMediaSettings) == 0x000030, "Wrong size on UAvfMediaSettings"); \ +static_assert(offsetof(UAvfMediaSettings, NativeAudioOut) == 0x000028, "Member 'UAvfMediaSettings::NativeAudioOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaCaptureDevice \ +static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ +static_assert(sizeof(FMediaCaptureDevice) == 0x000028, "Wrong size on FMediaCaptureDevice"); \ +static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FMediaCaptureDevice, URL) == 0x000018, "Member 'FMediaCaptureDevice::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaSoundComponentSpectralData \ +static_assert(alignof(FMediaSoundComponentSpectralData) == 0x000004, "Wrong alignment on FMediaSoundComponentSpectralData"); \ +static_assert(sizeof(FMediaSoundComponentSpectralData) == 0x000008, "Wrong size on FMediaSoundComponentSpectralData"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, FrequencyHz) == 0x000000, "Member 'FMediaSoundComponentSpectralData::FrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, Magnitude) == 0x000004, "Member 'FMediaSoundComponentSpectralData::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionBool \ +static_assert(alignof(MediaSource_SetMediaOptionBool) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionBool"); \ +static_assert(sizeof(MediaSource_SetMediaOptionBool) == 0x00000C, "Wrong size on MediaSource_SetMediaOptionBool"); \ +static_assert(offsetof(MediaSource_SetMediaOptionBool, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionBool::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionBool, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionFloat \ +static_assert(alignof(MediaSource_SetMediaOptionFloat) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionFloat"); \ +static_assert(sizeof(MediaSource_SetMediaOptionFloat) == 0x00000C, "Wrong size on MediaSource_SetMediaOptionFloat"); \ +static_assert(offsetof(MediaSource_SetMediaOptionFloat, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionFloat, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionInt64 \ +static_assert(alignof(MediaSource_SetMediaOptionInt64) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionInt64"); \ +static_assert(sizeof(MediaSource_SetMediaOptionInt64) == 0x000010, "Wrong size on MediaSource_SetMediaOptionInt64"); \ +static_assert(offsetof(MediaSource_SetMediaOptionInt64, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionInt64::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionInt64, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionInt64::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionString \ +static_assert(alignof(MediaSource_SetMediaOptionString) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionString"); \ +static_assert(sizeof(MediaSource_SetMediaOptionString) == 0x000018, "Wrong size on MediaSource_SetMediaOptionString"); \ +static_assert(offsetof(MediaSource_SetMediaOptionString, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionString::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionString, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_GetUrl \ +static_assert(alignof(MediaSource_GetUrl) == 0x000008, "Wrong alignment on MediaSource_GetUrl"); \ +static_assert(sizeof(MediaSource_GetUrl) == 0x000010, "Wrong size on MediaSource_GetUrl"); \ +static_assert(offsetof(MediaSource_GetUrl, ReturnValue) == 0x000000, "Member 'MediaSource_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_Validate \ +static_assert(alignof(MediaSource_Validate) == 0x000001, "Wrong alignment on MediaSource_Validate"); \ +static_assert(sizeof(MediaSource_Validate) == 0x000001, "Wrong size on MediaSource_Validate"); \ +static_assert(offsetof(MediaSource_Validate, ReturnValue) == 0x000000, "Member 'MediaSource_Validate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaSource \ +static_assert(alignof(UMediaSource) == 0x000008, "Wrong alignment on UMediaSource"); \ +static_assert(sizeof(UMediaSource) == 0x000080, "Wrong size on UMediaSource"); \ + +#define DUMPER7_ASSERTS_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_MediaComponent_GetMediaPlayer \ +static_assert(alignof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaComponent_GetMediaTexture \ +static_assert(alignof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaComponent_GetMediaTexture"); \ +static_assert(sizeof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong size on MediaComponent_GetMediaTexture"); \ +static_assert(offsetof(MediaComponent_GetMediaTexture, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaComponent \ +static_assert(alignof(UMediaComponent) == 0x000008, "Wrong alignment on UMediaComponent"); \ +static_assert(sizeof(UMediaComponent) == 0x0000C0, "Wrong size on UMediaComponent"); \ +static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000B0, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000B8, "Member 'UMediaComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseMediaSource \ +static_assert(alignof(UBaseMediaSource) == 0x000008, "Wrong alignment on UBaseMediaSource"); \ +static_assert(sizeof(UBaseMediaSource) == 0x000088, "Wrong size on UBaseMediaSource"); \ +static_assert(offsetof(UBaseMediaSource, PlayerName) == 0x000080, "Member 'UBaseMediaSource::PlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FileMediaSource_SetFilePath \ +static_assert(alignof(FileMediaSource_SetFilePath) == 0x000008, "Wrong alignment on FileMediaSource_SetFilePath"); \ +static_assert(sizeof(FileMediaSource_SetFilePath) == 0x000010, "Wrong size on FileMediaSource_SetFilePath"); \ +static_assert(offsetof(FileMediaSource_SetFilePath, Path) == 0x000000, "Member 'FileMediaSource_SetFilePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFileMediaSource \ +static_assert(alignof(UFileMediaSource) == 0x000008, "Wrong alignment on UFileMediaSource"); \ +static_assert(sizeof(UFileMediaSource) == 0x0000B0, "Wrong size on UFileMediaSource"); \ +static_assert(offsetof(UFileMediaSource, FilePath) == 0x000088, "Member 'UFileMediaSource::FilePath' has a wrong offset!"); \ +static_assert(offsetof(UFileMediaSource, PrecacheFile) == 0x000098, "Member 'UFileMediaSource::PrecacheFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaBlueprintFunctionLibrary \ +static_assert(alignof(UMediaBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UMediaBlueprintFunctionLibrary"); \ +static_assert(sizeof(UMediaBlueprintFunctionLibrary) == 0x000028, "Wrong size on UMediaBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_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) == 0x000820, "Wrong size on UMediaSoundComponent"); \ +static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0006C0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0006C4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0006C8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0006CC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x0006E0, "Member 'UMediaSoundComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_SetMediaPlayer \ +static_assert(alignof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_SetMediaPlayer"); \ +static_assert(sizeof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_SetMediaPlayer"); \ +static_assert(offsetof(MediaTexture_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaTexture_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetAspectRatio \ +static_assert(alignof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong alignment on MediaTexture_GetAspectRatio"); \ +static_assert(sizeof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong size on MediaTexture_GetAspectRatio"); \ +static_assert(offsetof(MediaTexture_GetAspectRatio, ReturnValue) == 0x000000, "Member 'MediaTexture_GetAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetHeight \ +static_assert(alignof(MediaTexture_GetHeight) == 0x000004, "Wrong alignment on MediaTexture_GetHeight"); \ +static_assert(sizeof(MediaTexture_GetHeight) == 0x000004, "Wrong size on MediaTexture_GetHeight"); \ +static_assert(offsetof(MediaTexture_GetHeight, ReturnValue) == 0x000000, "Member 'MediaTexture_GetHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetMediaPlayer \ +static_assert(alignof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_GetMediaPlayer"); \ +static_assert(sizeof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_GetMediaPlayer"); \ +static_assert(offsetof(MediaTexture_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaTexture_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetTextureNumMips \ +static_assert(alignof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong alignment on MediaTexture_GetTextureNumMips"); \ +static_assert(sizeof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong size on MediaTexture_GetTextureNumMips"); \ +static_assert(offsetof(MediaTexture_GetTextureNumMips, ReturnValue) == 0x000000, "Member 'MediaTexture_GetTextureNumMips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetWidth \ +static_assert(alignof(MediaTexture_GetWidth) == 0x000004, "Wrong alignment on MediaTexture_GetWidth"); \ +static_assert(sizeof(MediaTexture_GetWidth) == 0x000004, "Wrong size on MediaTexture_GetWidth"); \ +static_assert(offsetof(MediaTexture_GetWidth, ReturnValue) == 0x000000, "Member 'MediaTexture_GetWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaTexture \ +static_assert(alignof(UMediaTexture) == 0x000010, "Wrong alignment on UMediaTexture"); \ +static_assert(sizeof(UMediaTexture) == 0x000260, "Wrong size on UMediaTexture"); \ +static_assert(offsetof(UMediaTexture, AddressX) == 0x000178, "Member 'UMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AddressY) == 0x000179, "Member 'UMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AutoClear) == 0x00017A, "Member 'UMediaTexture::AutoClear' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, ClearColor) == 0x00017C, "Member 'UMediaTexture::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, EnableGenMips) == 0x00018C, "Member 'UMediaTexture::EnableGenMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NumMips) == 0x00018D, "Member 'UMediaTexture::NumMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NewStyleOutput) == 0x00018E, "Member 'UMediaTexture::NewStyleOutput' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, OutputFormat) == 0x00018F, "Member 'UMediaTexture::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentAspectRatio) == 0x000190, "Member 'UMediaTexture::CurrentAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentOrientation) == 0x000194, "Member 'UMediaTexture::CurrentOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, MediaPlayer) == 0x000198, "Member 'UMediaTexture::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformMediaSource \ +static_assert(alignof(UPlatformMediaSource) == 0x000008, "Wrong alignment on UPlatformMediaSource"); \ +static_assert(sizeof(UPlatformMediaSource) == 0x000088, "Wrong size on UPlatformMediaSource"); \ +static_assert(offsetof(UPlatformMediaSource, MediaSource) == 0x000080, "Member 'UPlatformMediaSource::MediaSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamMediaSource \ +static_assert(alignof(UStreamMediaSource) == 0x000008, "Wrong alignment on UStreamMediaSource"); \ +static_assert(sizeof(UStreamMediaSource) == 0x000098, "Wrong size on UStreamMediaSource"); \ +static_assert(offsetof(UStreamMediaSource, StreamUrl) == 0x000088, "Member 'UStreamMediaSource::StreamUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeSynchronizableMediaSource \ +static_assert(alignof(UTimeSynchronizableMediaSource) == 0x000008, "Wrong alignment on UTimeSynchronizableMediaSource"); \ +static_assert(sizeof(UTimeSynchronizableMediaSource) == 0x000098, "Wrong size on UTimeSynchronizableMediaSource"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, bUseTimeSynchronization) == 0x000088, "Member 'UTimeSynchronizableMediaSource::bUseTimeSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, FrameDelay) == 0x00008C, "Member 'UTimeSynchronizableMediaSource::FrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, TimeDelay) == 0x000090, "Member 'UTimeSynchronizableMediaSource::TimeDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UImgMediaPlaybackComponent \ +static_assert(alignof(UImgMediaPlaybackComponent) == 0x000008, "Wrong alignment on UImgMediaPlaybackComponent"); \ +static_assert(sizeof(UImgMediaPlaybackComponent) == 0x0000D8, "Wrong size on UImgMediaPlaybackComponent"); \ +static_assert(offsetof(UImgMediaPlaybackComponent, Width) == 0x0000B0, "Member 'UImgMediaPlaybackComponent::Width' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaPlaybackComponent, LODBias) == 0x0000B4, "Member 'UImgMediaPlaybackComponent::LODBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImgMediaSettings \ +static_assert(alignof(UImgMediaSettings) == 0x000008, "Wrong alignment on UImgMediaSettings"); \ +static_assert(sizeof(UImgMediaSettings) == 0x000068, "Wrong size on UImgMediaSettings"); \ +static_assert(offsetof(UImgMediaSettings, DefaultFrameRate) == 0x000028, "Member 'UImgMediaSettings::DefaultFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheBehindPercentage) == 0x000030, "Member 'UImgMediaSettings::CacheBehindPercentage' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheSizeGB) == 0x000034, "Member 'UImgMediaSettings::CacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreads) == 0x000038, "Member 'UImgMediaSettings::CacheThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreadStackSizeKB) == 0x00003C, "Member 'UImgMediaSettings::CacheThreadStackSizeKB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, GlobalCacheSizeGB) == 0x000040, "Member 'UImgMediaSettings::GlobalCacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseGlobalCache) == 0x000044, "Member 'UImgMediaSettings::UseGlobalCache' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, ExrDecoderThreads) == 0x000048, "Member 'UImgMediaSettings::ExrDecoderThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, DefaultProxy) == 0x000050, "Member 'UImgMediaSettings::DefaultProxy' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseDefaultProxy) == 0x000060, "Member 'UImgMediaSettings::UseDefaultProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_WBP_TitleCard_C_ShowTitleCard \ +static_assert(alignof(WBP_TitleCard_C_ShowTitleCard) == 0x000008, "Wrong alignment on WBP_TitleCard_C_ShowTitleCard"); \ +static_assert(sizeof(WBP_TitleCard_C_ShowTitleCard) == 0x0000B0, "Wrong size on WBP_TitleCard_C_ShowTitleCard"); \ +static_assert(offsetof(WBP_TitleCard_C_ShowTitleCard, Content) == 0x000000, "Member 'WBP_TitleCard_C_ShowTitleCard::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TitleCard_C_Tick \ +static_assert(alignof(WBP_TitleCard_C_Tick) == 0x000004, "Wrong alignment on WBP_TitleCard_C_Tick"); \ +static_assert(sizeof(WBP_TitleCard_C_Tick) == 0x00003C, "Wrong size on WBP_TitleCard_C_Tick"); \ +static_assert(offsetof(WBP_TitleCard_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_TitleCard_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_TitleCard_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard \ +static_assert(alignof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard) == 0x000008, "Wrong alignment on WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard"); \ +static_assert(sizeof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard) == 0x0001C0, "Wrong size on WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, EntryPoint) == 0x000000, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000028, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_HideWidgetWithQueue_ReturnValue) == 0x000030, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_HideWidgetWithQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, K2Node_Event_Content) == 0x000038, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::K2Node_Event_Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_PlayAnimation_ReturnValue) == 0x0000E8, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_FTrunc_ReturnValue) == 0x0000F0, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000F4, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000F8, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, K2Node_MakeStruct_SlateFontInfo) == 0x000100, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000158, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_IsPhotoModeEnabled_ReturnValue) == 0x000160, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_IsPhotoModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, K2Node_Event_MyGeometry) == 0x000164, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, K2Node_Event_InDeltaTime) == 0x00019C, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x0001A0, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_IsPhotoModeEnabled_ReturnValue_1) == 0x0001A8, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_IsPhotoModeEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_PlayAnimation_ReturnValue_2) == 0x0001B0, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_Not_PreBool_ReturnValue) == 0x0001B8, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard, CallFunc_BooleanAND_ReturnValue) == 0x0001B9, "Member 'WBP_TitleCard_C_ExecuteUbergraph_WBP_TitleCard::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TitleCard_C \ +static_assert(alignof(UWBP_TitleCard_C) == 0x000008, "Wrong alignment on UWBP_TitleCard_C"); \ +static_assert(sizeof(UWBP_TitleCard_C) == 0x0002C0, "Wrong size on UWBP_TitleCard_C"); \ +static_assert(offsetof(UWBP_TitleCard_C, UberGraphFrame) == 0x000260, "Member 'UWBP_TitleCard_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, FadeOut) == 0x000268, "Member 'UWBP_TitleCard_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, FadeIn) == 0x000270, "Member 'UWBP_TitleCard_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, CardBg) == 0x000278, "Member 'UWBP_TitleCard_C::CardBg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, MaskTrans) == 0x000280, "Member 'UWBP_TitleCard_C::MaskTrans' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, TitleText) == 0x000288, "Member 'UWBP_TitleCard_C::TitleText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, CardTitle) == 0x000290, "Member 'UWBP_TitleCard_C::CardTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, OnFadeOutComplete) == 0x0002A8, "Member 'UWBP_TitleCard_C::OnFadeOutComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TitleCard_C, TryFadeOut) == 0x0002B8, "Member 'UWBP_TitleCard_C::TryFadeOut' 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_UAndroidPermissionCallbackProxy \ +static_assert(alignof(UAndroidPermissionCallbackProxy) == 0x000008, "Wrong alignment on UAndroidPermissionCallbackProxy"); \ +static_assert(sizeof(UAndroidPermissionCallbackProxy) == 0x000048, "Wrong size on UAndroidPermissionCallbackProxy"); \ +static_assert(offsetof(UAndroidPermissionCallbackProxy, OnPermissionsGrantedDynamicDelegate) == 0x000028, "Member 'UAndroidPermissionCallbackProxy::OnPermissionsGrantedDynamicDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AndroidPermissionFunctionLibrary_AcquirePermissions \ +static_assert(alignof(AndroidPermissionFunctionLibrary_AcquirePermissions) == 0x000008, "Wrong alignment on AndroidPermissionFunctionLibrary_AcquirePermissions"); \ +static_assert(sizeof(AndroidPermissionFunctionLibrary_AcquirePermissions) == 0x000018, "Wrong size on AndroidPermissionFunctionLibrary_AcquirePermissions"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_AcquirePermissions, Permissions) == 0x000000, "Member 'AndroidPermissionFunctionLibrary_AcquirePermissions::Permissions' has a wrong offset!"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_AcquirePermissions, ReturnValue) == 0x000010, "Member 'AndroidPermissionFunctionLibrary_AcquirePermissions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AndroidPermissionFunctionLibrary_CheckPermission \ +static_assert(alignof(AndroidPermissionFunctionLibrary_CheckPermission) == 0x000008, "Wrong alignment on AndroidPermissionFunctionLibrary_CheckPermission"); \ +static_assert(sizeof(AndroidPermissionFunctionLibrary_CheckPermission) == 0x000018, "Wrong size on AndroidPermissionFunctionLibrary_CheckPermission"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_CheckPermission, permission) == 0x000000, "Member 'AndroidPermissionFunctionLibrary_CheckPermission::permission' has a wrong offset!"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_CheckPermission, ReturnValue) == 0x000010, "Member 'AndroidPermissionFunctionLibrary_CheckPermission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAndroidPermissionFunctionLibrary \ +static_assert(alignof(UAndroidPermissionFunctionLibrary) == 0x000008, "Wrong alignment on UAndroidPermissionFunctionLibrary"); \ +static_assert(sizeof(UAndroidPermissionFunctionLibrary) == 0x000028, "Wrong size on UAndroidPermissionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_SetPulsing \ +static_assert(alignof(WBP_RotBarPip_V2_C_SetPulsing) == 0x000008, "Wrong alignment on WBP_RotBarPip_V2_C_SetPulsing"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_SetPulsing) == 0x000010, "Wrong size on WBP_RotBarPip_V2_C_SetPulsing"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetPulsing, Pulsing_0) == 0x000000, "Member 'WBP_RotBarPip_V2_C_SetPulsing::Pulsing_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetPulsing, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_RotBarPip_V2_C_SetPulsing::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_SetProgress \ +static_assert(alignof(WBP_RotBarPip_V2_C_SetProgress) == 0x000008, "Wrong alignment on WBP_RotBarPip_V2_C_SetProgress"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_SetProgress) == 0x000020, "Wrong size on WBP_RotBarPip_V2_C_SetProgress"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, Progress_0) == 0x000000, "Member 'WBP_RotBarPip_V2_C_SetProgress::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WBP_RotBarPip_V2_C_SetProgress::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'WBP_RotBarPip_V2_C_SetProgress::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'WBP_RotBarPip_V2_C_SetProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_RotBarPip_V2_C_SetProgress::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_RotBarPip_V2_C_SetProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetProgress, CallFunc_Not_PreBool_ReturnValue_1) == 0x000018, "Member 'WBP_RotBarPip_V2_C_SetProgress::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_SetIsFull \ +static_assert(alignof(WBP_RotBarPip_V2_C_SetIsFull) == 0x000008, "Wrong alignment on WBP_RotBarPip_V2_C_SetIsFull"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_SetIsFull) == 0x000058, "Wrong size on WBP_RotBarPip_V2_C_SetIsFull"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, Full_0) == 0x000000, "Member 'WBP_RotBarPip_V2_C_SetIsFull::Full_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, SkipAnims) == 0x000001, "Member 'WBP_RotBarPip_V2_C_SetIsFull::SkipAnims' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, Temp_delegate_Variable) == 0x000004, "Member 'WBP_RotBarPip_V2_C_SetIsFull::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000018, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, Temp_struct_Variable) == 0x000020, "Member 'WBP_RotBarPip_V2_C_SetIsFull::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000038, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_IsInCombat_ReturnValue) == 0x000044, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_BooleanAND_ReturnValue_1) == 0x000045, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_PlayAnimationForward_ReturnValue) == 0x000048, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetIsFull, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000050, "Member 'WBP_RotBarPip_V2_C_SetIsFull::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_SetState \ +static_assert(alignof(WBP_RotBarPip_V2_C_SetState) == 0x000004, "Wrong alignment on WBP_RotBarPip_V2_C_SetState"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_SetState) == 0x000018, "Wrong size on WBP_RotBarPip_V2_C_SetState"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetState, CurrentState_0) == 0x000000, "Member 'WBP_RotBarPip_V2_C_SetState::CurrentState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetState, Progress_0) == 0x000004, "Member 'WBP_RotBarPip_V2_C_SetState::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetState, SkipAnims) == 0x000008, "Member 'WBP_RotBarPip_V2_C_SetState::SkipAnims' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetState, PrevState) == 0x00000C, "Member 'WBP_RotBarPip_V2_C_SetState::PrevState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_SetState, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WBP_RotBarPip_V2_C_SetState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_PreConstruct \ +static_assert(alignof(WBP_RotBarPip_V2_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RotBarPip_V2_C_PreConstruct"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_PreConstruct) == 0x000001, "Wrong size on WBP_RotBarPip_V2_C_PreConstruct"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RotBarPip_V2_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_Tick \ +static_assert(alignof(WBP_RotBarPip_V2_C_Tick) == 0x000004, "Wrong alignment on WBP_RotBarPip_V2_C_Tick"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_Tick) == 0x00003C, "Wrong size on WBP_RotBarPip_V2_C_Tick"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_RotBarPip_V2_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_RotBarPip_V2_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2 \ +static_assert(alignof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2) == 0x000008, "Wrong alignment on WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2"); \ +static_assert(sizeof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2) == 0x000058, "Wrong size on WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, EntryPoint) == 0x000000, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, K2Node_Event_MyGeometry) == 0x000008, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, K2Node_Event_InDeltaTime) == 0x000040, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000044, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000050, "Member 'WBP_RotBarPip_V2_C_ExecuteUbergraph_WBP_RotBarPip_V2::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RotBarPip_V2_C \ +static_assert(alignof(UWBP_RotBarPip_V2_C) == 0x000008, "Wrong alignment on UWBP_RotBarPip_V2_C"); \ +static_assert(sizeof(UWBP_RotBarPip_V2_C) == 0x0002D0, "Wrong size on UWBP_RotBarPip_V2_C"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RotBarPip_V2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, ProgressFeedback) == 0x000268, "Member 'UWBP_RotBarPip_V2_C::ProgressFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, NotFull) == 0x000270, "Member 'UWBP_RotBarPip_V2_C::NotFull' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, Full) == 0x000278, "Member 'UWBP_RotBarPip_V2_C::Full' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, Pulsing) == 0x000280, "Member 'UWBP_RotBarPip_V2_C::Pulsing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, PipBackground) == 0x000288, "Member 'UWBP_RotBarPip_V2_C::PipBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, PipEnergyAnim) == 0x000290, "Member 'UWBP_RotBarPip_V2_C::PipEnergyAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, PipFillAnim) == 0x000298, "Member 'UWBP_RotBarPip_V2_C::PipFillAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, PipFull) == 0x0002A0, "Member 'UWBP_RotBarPip_V2_C::PipFull' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, PipProgress) == 0x0002A8, "Member 'UWBP_RotBarPip_V2_C::PipProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, Progress) == 0x0002B0, "Member 'UWBP_RotBarPip_V2_C::Progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, SmoothedProgress) == 0x0002B4, "Member 'UWBP_RotBarPip_V2_C::SmoothedProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, ProgressSmoothSpeed) == 0x0002B8, "Member 'UWBP_RotBarPip_V2_C::ProgressSmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, FillMaterial) == 0x0002C0, "Member 'UWBP_RotBarPip_V2_C::FillMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, IsFull) == 0x0002C8, "Member 'UWBP_RotBarPip_V2_C::IsFull' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, CurrentState) == 0x0002C9, "Member 'UWBP_RotBarPip_V2_C::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBarPip_V2_C, ShouldSmoothProgress) == 0x0002CA, "Member 'UWBP_RotBarPip_V2_C::ShouldSmoothProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppleImageUtilsImageConversionResult \ +static_assert(alignof(FAppleImageUtilsImageConversionResult) == 0x000008, "Wrong alignment on FAppleImageUtilsImageConversionResult"); \ +static_assert(sizeof(FAppleImageUtilsImageConversionResult) == 0x000020, "Wrong size on FAppleImageUtilsImageConversionResult"); \ +static_assert(offsetof(FAppleImageUtilsImageConversionResult, Error) == 0x000000, "Member 'FAppleImageUtilsImageConversionResult::Error' has a wrong offset!"); \ +static_assert(offsetof(FAppleImageUtilsImageConversionResult, ImageData) == 0x000010, "Member 'FAppleImageUtilsImageConversionResult::ImageData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Quality) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Quality' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, bWantColor) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, bUseGpu) == 0x00000D, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Scale) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Rotate) == 0x000014, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Quality) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Quality' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, bWantColor) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, bUseGpu) == 0x00000D, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Scale) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Rotate) == 0x000014, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, bWantColor) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, bUseGpu) == 0x000009, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, Scale) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, Rotate) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, bWantColor) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, bUseGpu) == 0x000009, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, Scale) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, Rotate) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleImageUtilsBaseAsyncTaskBlueprintProxy \ +static_assert(alignof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAppleImageUtilsBaseAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000088, "Wrong size on UAppleImageUtilsBaseAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnSuccess) == 0x000030, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnFailure) == 0x000040, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnFailure' has a wrong offset!"); \ +static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, ConversionResult) == 0x000060, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::ConversionResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAppleImageInterface \ +static_assert(alignof(IAppleImageInterface) == 0x000001, "Wrong alignment on IAppleImageInterface"); \ +static_assert(sizeof(IAppleImageInterface) == 0x000001, "Wrong size on IAppleImageInterface"); \ + +#define DUMPER7_ASSERTS_BPFL_PDSHelpers_C_PDSEvaluateWatch \ +static_assert(alignof(BPFL_PDSHelpers_C_PDSEvaluateWatch) == 0x000008, "Wrong alignment on BPFL_PDSHelpers_C_PDSEvaluateWatch"); \ +static_assert(sizeof(BPFL_PDSHelpers_C_PDSEvaluateWatch) == 0x000030, "Wrong size on BPFL_PDSHelpers_C_PDSEvaluateWatch"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSEvaluateWatch, Condition) == 0x000000, "Member 'BPFL_PDSHelpers_C_PDSEvaluateWatch::Condition' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSEvaluateWatch, __WorldContext) == 0x000010, "Member 'BPFL_PDSHelpers_C_PDSEvaluateWatch::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSEvaluateWatch, ReturnValue) == 0x000018, "Member 'BPFL_PDSHelpers_C_PDSEvaluateWatch::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSEvaluateWatch, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000020, "Member 'BPFL_PDSHelpers_C_PDSEvaluateWatch::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSEvaluateWatch, CallFunc_EvaluatePDSWatch_ReturnValue) == 0x000028, "Member 'BPFL_PDSHelpers_C_PDSEvaluateWatch::CallFunc_EvaluatePDSWatch_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_PDSHelpers_C_PDSGreaterThan \ +static_assert(alignof(BPFL_PDSHelpers_C_PDSGreaterThan) == 0x000008, "Wrong alignment on BPFL_PDSHelpers_C_PDSGreaterThan"); \ +static_assert(sizeof(BPFL_PDSHelpers_C_PDSGreaterThan) == 0x000030, "Wrong size on BPFL_PDSHelpers_C_PDSGreaterThan"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, Key) == 0x000000, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::Key' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, Int) == 0x000008, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::Int' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, __WorldContext) == 0x000010, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, Result) == 0x000018, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::Result' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000020, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, CallFunc_GetValue_OutValue) == 0x000028, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, CallFunc_Greater_IntInt_ReturnValue) == 0x00002D, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_PDSHelpers_C_PDSGreaterThan, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'BPFL_PDSHelpers_C_PDSGreaterThan::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_PDSHelpers_C \ +static_assert(alignof(UBPFL_PDSHelpers_C) == 0x000008, "Wrong alignment on UBPFL_PDSHelpers_C"); \ +static_assert(sizeof(UBPFL_PDSHelpers_C) == 0x000028, "Wrong size on UBPFL_PDSHelpers_C"); \ + +#define DUMPER7_ASSERTS_AArchVisCharacter \ +static_assert(alignof(AArchVisCharacter) == 0x000010, "Wrong alignment on AArchVisCharacter"); \ +static_assert(sizeof(AArchVisCharacter) == 0x000520, "Wrong size on AArchVisCharacter"); \ +static_assert(offsetof(AArchVisCharacter, LookUpAxisName) == 0x0004B8, "Member 'AArchVisCharacter::LookUpAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, LookUpAtRateAxisName) == 0x0004C8, "Member 'AArchVisCharacter::LookUpAtRateAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, TurnAxisName) == 0x0004D8, "Member 'AArchVisCharacter::TurnAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, TurnAtRateAxisName) == 0x0004E8, "Member 'AArchVisCharacter::TurnAtRateAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MoveForwardAxisName) == 0x0004F8, "Member 'AArchVisCharacter::MoveForwardAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MoveRightAxisName) == 0x000508, "Member 'AArchVisCharacter::MoveRightAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Pitch) == 0x000518, "Member 'AArchVisCharacter::MouseSensitivityScale_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Yaw) == 0x00051C, "Member 'AArchVisCharacter::MouseSensitivityScale_Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArchVisCharMovementComponent \ +static_assert(alignof(UArchVisCharMovementComponent) == 0x000010, "Wrong alignment on UArchVisCharMovementComponent"); \ +static_assert(sizeof(UArchVisCharMovementComponent) == 0x000B40, "Wrong size on UArchVisCharMovementComponent"); \ +static_assert(offsetof(UArchVisCharMovementComponent, RotationalAcceleration) == 0x000AF0, "Member 'UArchVisCharMovementComponent::RotationalAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, RotationalDeceleration) == 0x000AFC, "Member 'UArchVisCharMovementComponent::RotationalDeceleration' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MaxRotationalVelocity) == 0x000B08, "Member 'UArchVisCharMovementComponent::MaxRotationalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MinPitch) == 0x000B14, "Member 'UArchVisCharMovementComponent::MinPitch' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MaxPitch) == 0x000B18, "Member 'UArchVisCharMovementComponent::MaxPitch' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingFriction) == 0x000B1C, "Member 'UArchVisCharMovementComponent::WalkingFriction' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingSpeed) == 0x000B20, "Member 'UArchVisCharMovementComponent::WalkingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingAcceleration) == 0x000B24, "Member 'UArchVisCharMovementComponent::WalkingAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAudioCaptureDeviceInfo \ +static_assert(alignof(FAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on FAudioCaptureDeviceInfo"); \ +static_assert(sizeof(FAudioCaptureDeviceInfo) == 0x000010, "Wrong size on FAudioCaptureDeviceInfo"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, DeviceName) == 0x000000, "Member 'FAudioCaptureDeviceInfo::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, NumInputChannels) == 0x000008, "Member 'FAudioCaptureDeviceInfo::NumInputChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, SampleRate) == 0x00000C, "Member 'FAudioCaptureDeviceInfo::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCapture_GetAudioCaptureDeviceInfo \ +static_assert(alignof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on AudioCapture_GetAudioCaptureDeviceInfo"); \ +static_assert(sizeof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000014, "Wrong size on AudioCapture_GetAudioCaptureDeviceInfo"); \ +static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, OutInfo) == 0x000000, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::OutInfo' has a wrong offset!"); \ +static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, ReturnValue) == 0x000010, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCapture_IsCapturingAudio \ +static_assert(alignof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong alignment on AudioCapture_IsCapturingAudio"); \ +static_assert(sizeof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong size on AudioCapture_IsCapturingAudio"); \ +static_assert(offsetof(AudioCapture_IsCapturingAudio, ReturnValue) == 0x000000, "Member 'AudioCapture_IsCapturingAudio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCapture \ +static_assert(alignof(UAudioCapture) == 0x000008, "Wrong alignment on UAudioCapture"); \ +static_assert(sizeof(UAudioCapture) == 0x0000B0, "Wrong size on UAudioCapture"); \ + +#define DUMPER7_ASSERTS_AudioCaptureFunctionLibrary_CreateAudioCapture \ +static_assert(alignof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong alignment on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ +static_assert(sizeof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong size on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ +static_assert(offsetof(AudioCaptureFunctionLibrary_CreateAudioCapture, ReturnValue) == 0x000000, "Member 'AudioCaptureFunctionLibrary_CreateAudioCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureFunctionLibrary \ +static_assert(alignof(UAudioCaptureFunctionLibrary) == 0x000008, "Wrong alignment on UAudioCaptureFunctionLibrary"); \ +static_assert(sizeof(UAudioCaptureFunctionLibrary) == 0x000028, "Wrong size on UAudioCaptureFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureComponent \ +static_assert(alignof(UAudioCaptureComponent) == 0x000010, "Wrong alignment on UAudioCaptureComponent"); \ +static_assert(sizeof(UAudioCaptureComponent) == 0x000780, "Wrong size on UAudioCaptureComponent"); \ +static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x0006C0, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_GingerBreadHouse_C \ +static_assert(alignof(ABP_CM_Hat_GingerBreadHouse_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_GingerBreadHouse_C"); \ +static_assert(sizeof(ABP_CM_Hat_GingerBreadHouse_C) == 0x000240, "Wrong size on ABP_CM_Hat_GingerBreadHouse_C"); \ +static_assert(offsetof(ABP_CM_Hat_GingerBreadHouse_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_GingerBreadHouse_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TriggerForEach_C \ +static_assert(alignof(ABP_TriggerForEach_C) == 0x000008, "Wrong alignment on ABP_TriggerForEach_C"); \ +static_assert(sizeof(ABP_TriggerForEach_C) == 0x000278, "Wrong size on ABP_TriggerForEach_C"); \ +static_assert(offsetof(ABP_TriggerForEach_C, TextRender) == 0x000268, "Member 'ABP_TriggerForEach_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerForEach_C, Billboard) == 0x000270, "Member 'ABP_TriggerForEach_C::Billboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACableActor \ +static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ +static_assert(sizeof(ACableActor) == 0x000230, "Wrong size on ACableActor"); \ +static_assert(offsetof(ACableActor, CableComponent) == 0x000228, "Member 'ACableActor::CableComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_SetAttachEndTo \ +static_assert(alignof(CableComponent_SetAttachEndTo) == 0x000008, "Wrong alignment on CableComponent_SetAttachEndTo"); \ +static_assert(sizeof(CableComponent_SetAttachEndTo) == 0x000018, "Wrong size on CableComponent_SetAttachEndTo"); \ +static_assert(offsetof(CableComponent_SetAttachEndTo, Actor) == 0x000000, "Member 'CableComponent_SetAttachEndTo::Actor' has a wrong offset!"); \ +static_assert(offsetof(CableComponent_SetAttachEndTo, ComponentProperty) == 0x000008, "Member 'CableComponent_SetAttachEndTo::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(CableComponent_SetAttachEndTo, SocketName) == 0x000010, "Member 'CableComponent_SetAttachEndTo::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_SetAttachEndToComponent \ +static_assert(alignof(CableComponent_SetAttachEndToComponent) == 0x000008, "Wrong alignment on CableComponent_SetAttachEndToComponent"); \ +static_assert(sizeof(CableComponent_SetAttachEndToComponent) == 0x000010, "Wrong size on CableComponent_SetAttachEndToComponent"); \ +static_assert(offsetof(CableComponent_SetAttachEndToComponent, Component) == 0x000000, "Member 'CableComponent_SetAttachEndToComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(CableComponent_SetAttachEndToComponent, SocketName) == 0x000008, "Member 'CableComponent_SetAttachEndToComponent::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_GetAttachedActor \ +static_assert(alignof(CableComponent_GetAttachedActor) == 0x000008, "Wrong alignment on CableComponent_GetAttachedActor"); \ +static_assert(sizeof(CableComponent_GetAttachedActor) == 0x000008, "Wrong size on CableComponent_GetAttachedActor"); \ +static_assert(offsetof(CableComponent_GetAttachedActor, ReturnValue) == 0x000000, "Member 'CableComponent_GetAttachedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_GetAttachedComponent \ +static_assert(alignof(CableComponent_GetAttachedComponent) == 0x000008, "Wrong alignment on CableComponent_GetAttachedComponent"); \ +static_assert(sizeof(CableComponent_GetAttachedComponent) == 0x000008, "Wrong size on CableComponent_GetAttachedComponent"); \ +static_assert(offsetof(CableComponent_GetAttachedComponent, ReturnValue) == 0x000000, "Member 'CableComponent_GetAttachedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_GetCableParticleLocations \ +static_assert(alignof(CableComponent_GetCableParticleLocations) == 0x000008, "Wrong alignment on CableComponent_GetCableParticleLocations"); \ +static_assert(sizeof(CableComponent_GetCableParticleLocations) == 0x000010, "Wrong size on CableComponent_GetCableParticleLocations"); \ +static_assert(offsetof(CableComponent_GetCableParticleLocations, Locations) == 0x000000, "Member 'CableComponent_GetCableParticleLocations::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCableComponent \ +static_assert(alignof(UCableComponent) == 0x000010, "Wrong alignment on UCableComponent"); \ +static_assert(sizeof(UCableComponent) == 0x000510, "Wrong size on UCableComponent"); \ +static_assert(offsetof(UCableComponent, bAttachStart) == 0x000478, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bAttachEnd) == 0x000479, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndTo) == 0x000480, "Member 'UCableComponent::AttachEndTo' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x0004A8, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, EndLocation) == 0x0004B0, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableLength) == 0x0004BC, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSegments) == 0x0004C0, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SubstepTime) == 0x0004C4, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SolverIterations) == 0x0004C8, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x0004CC, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x0004CD, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x0004CE, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x0004CF, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableCollision) == 0x0004D0, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CollisionFriction) == 0x0004D4, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableForce) == 0x0004D8, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableGravityScale) == 0x0004E4, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableWidth) == 0x0004E8, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSides) == 0x0004EC, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, TileMaterial) == 0x0004F0, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomMeshTriangle \ +static_assert(alignof(FCustomMeshTriangle) == 0x000004, "Wrong alignment on FCustomMeshTriangle"); \ +static_assert(sizeof(FCustomMeshTriangle) == 0x000024, "Wrong size on FCustomMeshTriangle"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x00000C, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000018, "Member 'FCustomMeshTriangle::Vertex2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomMeshComponent_AddCustomMeshTriangles \ +static_assert(alignof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_AddCustomMeshTriangles"); \ +static_assert(sizeof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000010, "Wrong size on CustomMeshComponent_AddCustomMeshTriangles"); \ +static_assert(offsetof(CustomMeshComponent_AddCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_AddCustomMeshTriangles::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomMeshComponent_SetCustomMeshTriangles \ +static_assert(alignof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_SetCustomMeshTriangles"); \ +static_assert(sizeof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000018, "Wrong size on CustomMeshComponent_SetCustomMeshTriangles"); \ +static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_SetCustomMeshTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, ReturnValue) == 0x000010, "Member 'CustomMeshComponent_SetCustomMeshTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomMeshComponent \ +static_assert(alignof(UCustomMeshComponent) == 0x000010, "Wrong alignment on UCustomMeshComponent"); \ +static_assert(sizeof(UCustomMeshComponent) == 0x000490, "Wrong size on UCustomMeshComponent"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_VaporWave_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_VaporWave_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_VaporWave_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_VaporWave_C) == 0x0003C0, "Wrong size on ABP_PhotoMode_LightingRig_VaporWave_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VaporWave_C, B_Fill) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_VaporWave_C::B_Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VaporWave_C, M_WrapL) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_VaporWave_C::M_WrapL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VaporWave_C, B_WrapR) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_VaporWave_C::B_WrapR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VaporWave_C, M_RimC) == 0x0003A8, "Member 'ABP_PhotoMode_LightingRig_VaporWave_C::M_RimC' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VaporWave_C, B_RimR) == 0x0003B0, "Member 'ABP_PhotoMode_LightingRig_VaporWave_C::B_RimR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VaporWave_C, M_RimL) == 0x0003B8, "Member 'ABP_PhotoMode_LightingRig_VaporWave_C::M_RimL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_CancelDownload \ +static_assert(alignof(GooglePADFunctionLibrary_CancelDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_CancelDownload"); \ +static_assert(sizeof(GooglePADFunctionLibrary_CancelDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_CancelDownload"); \ +static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_CancelDownload::AssetPacks' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_CancelDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetPackLocation \ +static_assert(alignof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetPackLocation"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetPackLocation"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Location) == 0x000010, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetsPath \ +static_assert(alignof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetsPath"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetsPath"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetsPath::Location' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, ReturnValue) == 0x000008, "Member 'GooglePADFunctionLibrary_GetAssetsPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetBytesDownloaded \ +static_assert(alignof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetBytesDownloaded"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetBytesDownloaded"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadState \ +static_assert(alignof(GooglePADFunctionLibrary_GetDownloadState) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadState"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadState) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetDownloadState"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadState::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, State) == 0x000010, "Member 'GooglePADFunctionLibrary_GetDownloadState::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetDownloadState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadStatus \ +static_assert(alignof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadStatus"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetDownloadStatus"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus \ +static_assert(alignof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000002, "Wrong size on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, Status) == 0x000000, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, ReturnValue) == 0x000001, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetStorageMethod \ +static_assert(alignof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetStorageMethod"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetStorageMethod"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetStorageMethod::Location' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetStorageMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetTotalBytesToDownload \ +static_assert(alignof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseAssetPackLocation \ +static_assert(alignof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ +static_assert(sizeof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ +static_assert(offsetof(GooglePADFunctionLibrary_ReleaseAssetPackLocation, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseAssetPackLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseDownloadState \ +static_assert(alignof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseDownloadState"); \ +static_assert(sizeof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseDownloadState"); \ +static_assert(offsetof(GooglePADFunctionLibrary_ReleaseDownloadState, State) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseDownloadState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestDownload \ +static_assert(alignof(GooglePADFunctionLibrary_RequestDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestDownload"); \ +static_assert(sizeof(GooglePADFunctionLibrary_RequestDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestDownload"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestDownload::AssetPacks' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestInfo \ +static_assert(alignof(GooglePADFunctionLibrary_RequestInfo) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestInfo"); \ +static_assert(sizeof(GooglePADFunctionLibrary_RequestInfo) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestInfo"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestInfo::AssetPacks' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestRemoval \ +static_assert(alignof(GooglePADFunctionLibrary_RequestRemoval) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestRemoval"); \ +static_assert(sizeof(GooglePADFunctionLibrary_RequestRemoval) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestRemoval"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestRemoval::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestRemoval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ShowCellularDataConfirmation \ +static_assert(alignof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ +static_assert(sizeof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong size on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ +static_assert(offsetof(GooglePADFunctionLibrary_ShowCellularDataConfirmation, ReturnValue) == 0x000000, "Member 'GooglePADFunctionLibrary_ShowCellularDataConfirmation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGooglePADFunctionLibrary \ +static_assert(alignof(UGooglePADFunctionLibrary) == 0x000008, "Wrong alignment on UGooglePADFunctionLibrary"); \ +static_assert(sizeof(UGooglePADFunctionLibrary) == 0x000028, "Wrong size on UGooglePADFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_Ability_Inspect_C_SetPostProcessBlend \ +static_assert(alignof(Ability_Inspect_C_SetPostProcessBlend) == 0x000008, "Wrong alignment on Ability_Inspect_C_SetPostProcessBlend"); \ +static_assert(sizeof(Ability_Inspect_C_SetPostProcessBlend) == 0x000018, "Wrong size on Ability_Inspect_C_SetPostProcessBlend"); \ +static_assert(offsetof(Ability_Inspect_C_SetPostProcessBlend, BlendWeight) == 0x000000, "Member 'Ability_Inspect_C_SetPostProcessBlend::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_SetPostProcessBlend, bEnabled) == 0x000004, "Member 'Ability_Inspect_C_SetPostProcessBlend::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_SetPostProcessBlend, K2Node_DynamicCast_AsMochi_Post_Process_Volume) == 0x000008, "Member 'Ability_Inspect_C_SetPostProcessBlend::K2Node_DynamicCast_AsMochi_Post_Process_Volume' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_SetPostProcessBlend, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_Inspect_C_SetPostProcessBlend::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Inspect_C_HandleCameraState \ +static_assert(alignof(Ability_Inspect_C_HandleCameraState) == 0x000001, "Wrong alignment on Ability_Inspect_C_HandleCameraState"); \ +static_assert(sizeof(Ability_Inspect_C_HandleCameraState) == 0x000001, "Wrong size on Ability_Inspect_C_HandleCameraState"); \ +static_assert(offsetof(Ability_Inspect_C_HandleCameraState, IsEnabled) == 0x000000, "Member 'Ability_Inspect_C_HandleCameraState::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Inspect_C_OnEndChanneling \ +static_assert(alignof(Ability_Inspect_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_Inspect_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_Inspect_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_Inspect_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_Inspect_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_Inspect_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect \ +static_assert(alignof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect) == 0x000008, "Wrong alignment on Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect"); \ +static_assert(sizeof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect) == 0x000210, "Wrong size on Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, EntryPoint) == 0x000000, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_struct_Variable) == 0x000008, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_delegate_Variable) == 0x000018, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_struct_Variable_1) == 0x000028, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_delegate_Variable_1) == 0x000038, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_struct_Variable_2) == 0x000048, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_delegate_Variable_2) == 0x000058, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color) == 0x000068, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_1) == 0x00006C, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_delegate_Variable_3) == 0x000070, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetMochiGameInstance_ReturnValue) == 0x000080, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetMochiGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetMochiGameInstance_ReturnValue_1) == 0x000088, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetMochiGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_struct_Variable_3) == 0x000090, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_2) == 0x0000AC, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_delegate_Variable_4) == 0x0000B0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_3) == 0x0000C0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_CreateDelegate_OutputDelegate) == 0x0000C4, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetMochiGameInstance_ReturnValue_2) == 0x0000D8, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetMochiGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_4) == 0x0000E0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_int_Loop_Counter_Variable_1) == 0x0000E4, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E8, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_int_Array_Index_Variable_1) == 0x0000EC, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_struct_Variable_4) == 0x0000F0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_5) == 0x000100, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_6) == 0x000104, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_6' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetAllActorsOfClass_OutActors) == 0x000108, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetMochiGameInstance_ReturnValue_3) == 0x000118, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetMochiGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Array_Get_Item) == 0x000120, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000130, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Array_Get_Item_1) == 0x000140, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Array_Length_ReturnValue_1) == 0x000148, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Less_IntInt_ReturnValue_1) == 0x00014C, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_Event_IsEnabled) == 0x00014D, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_Event_IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_Event_Reason) == 0x00014E, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_PostEvent_ReturnValue) == 0x000150, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_PostEvent_ReturnValue_1) == 0x000154, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_PostEvent_ReturnValue_2) == 0x000158, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_PostEvent_ReturnValue_3) == 0x00015C, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_PostEvent_ReturnValue_4) == 0x000160, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000168, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000170, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000178, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x000188, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_DynamicCast_bSuccess_1) == 0x000190, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000198, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, K2Node_MakeStruct_Color_7) == 0x0001A0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::K2Node_MakeStruct_Color_7' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0001A4, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetGlobalInspectModeManager_ReturnValue) == 0x0001B0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetGlobalInspectModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_BreakRotator_Roll) == 0x0001B8, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_BreakRotator_Pitch) == 0x0001BC, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_BreakRotator_Yaw) == 0x0001C0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_MakeRotator_ReturnValue) == 0x0001C4, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_GetGlobalInspectModeManager_ReturnValue_1) == 0x0001D0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_GetGlobalInspectModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0001D8, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_delegate_Variable_5) == 0x0001DC, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, Temp_struct_Variable_5) == 0x0001F0, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_PostEvent_ReturnValue_5) == 0x000200, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect, CallFunc_Vector_Zero_ReturnValue) == 0x000204, "Member 'Ability_Inspect_C_ExecuteUbergraph_Ability_Inspect::CallFunc_Vector_Zero_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Inspect_C_CanComplete \ +static_assert(alignof(Ability_Inspect_C_CanComplete) == 0x000001, "Wrong alignment on Ability_Inspect_C_CanComplete"); \ +static_assert(sizeof(Ability_Inspect_C_CanComplete) == 0x000002, "Wrong size on Ability_Inspect_C_CanComplete"); \ +static_assert(offsetof(Ability_Inspect_C_CanComplete, reason) == 0x000000, "Member 'Ability_Inspect_C_CanComplete::reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanComplete, ReturnValue) == 0x000001, "Member 'Ability_Inspect_C_CanComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Inspect_C_CanActivateAbility \ +static_assert(alignof(Ability_Inspect_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_Inspect_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_Inspect_C_CanActivateAbility) == 0x000078, "Wrong size on Ability_Inspect_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_Inspect_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, IsProperlyBased) == 0x000001, "Member 'Ability_Inspect_C_CanActivateAbility::IsProperlyBased' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000010, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, K2Node_DynamicCast_AsKena_Character) == 0x000018, "Member 'Ability_Inspect_C_CanActivateAbility::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Ability_Inspect_C_CanActivateAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_GetVelocity_ReturnValue) == 0x000024, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BreakVector_X) == 0x000030, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BreakVector_Y) == 0x000034, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BreakVector_Z) == 0x000038, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_GetMovementBase_ReturnValue) == 0x000040, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_GetMovementBase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_Abs_ReturnValue) == 0x000048, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00004D, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000050, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000058, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, K2Node_DynamicCast_AsKena_Character_1) == 0x000060, "Member 'Ability_Inspect_C_CanActivateAbility::K2Node_DynamicCast_AsKena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'Ability_Inspect_C_CanActivateAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_GetIsUsingPushButtonTrigger_ReturnValue) == 0x000069, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_GetIsUsingPushButtonTrigger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x00006A, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue_1) == 0x00006B, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x00006C, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00006D, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x00006E, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_2) == 0x00006F, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Inspect_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_3) == 0x000070, "Member 'Ability_Inspect_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_Inspect_C \ +static_assert(alignof(AAbility_Inspect_C) == 0x000010, "Wrong alignment on AAbility_Inspect_C"); \ +static_assert(sizeof(AAbility_Inspect_C) == 0x000460, "Wrong size on AAbility_Inspect_C"); \ +static_assert(offsetof(AAbility_Inspect_C, UberGraphFrame) == 0x0003F0, "Member 'AAbility_Inspect_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, ParticleSystem) == 0x0003F8, "Member 'AAbility_Inspect_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, ChildActor) == 0x000400, "Member 'AAbility_Inspect_C::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, FadeTime) == 0x000408, "Member 'AAbility_Inspect_C::FadeTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, OnMaskEnabled) == 0x000410, "Member 'AAbility_Inspect_C::OnMaskEnabled' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, OnMaskDisabled) == 0x000420, "Member 'AAbility_Inspect_C::OnMaskDisabled' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, FadedIn) == 0x000430, "Member 'AAbility_Inspect_C::FadedIn' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, SFX_Mask_Off) == 0x000438, "Member 'AAbility_Inspect_C::SFX_Mask_Off' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, SFX_Mask_On) == 0x000440, "Member 'AAbility_Inspect_C::SFX_Mask_On' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, State_Mask_Off) == 0x000448, "Member 'AAbility_Inspect_C::State_Mask_Off' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Inspect_C, State_Mask_On) == 0x000450, "Member 'AAbility_Inspect_C::State_Mask_On' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_UserConstructionScript \ +static_assert(alignof(BP_Triggerable_Spotlight_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_Triggerable_Spotlight_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_UserConstructionScript) == 0x000010, "Wrong size on BP_Triggerable_Spotlight_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_UserConstructionScript, CallFunc_SelectColor_ReturnValue) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_UserConstructionScript::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_ReceiveTick \ +static_assert(alignof(BP_Triggerable_Spotlight_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Triggerable_Spotlight_C_ReceiveTick"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_ReceiveTick) == 0x000004, "Wrong size on BP_Triggerable_Spotlight_C_ReceiveTick"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_ToggleVisibility \ +static_assert(alignof(BP_Triggerable_Spotlight_C_ToggleVisibility) == 0x000008, "Wrong alignment on BP_Triggerable_Spotlight_C_ToggleVisibility"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_ToggleVisibility) == 0x000008, "Wrong size on BP_Triggerable_Spotlight_C_ToggleVisibility"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ToggleVisibility, Bool_Trigger) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_ToggleVisibility::Bool_Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_Turn_On_Light \ +static_assert(alignof(BP_Triggerable_Spotlight_C_Turn_On_Light) == 0x000008, "Wrong alignment on BP_Triggerable_Spotlight_C_Turn_On_Light"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_Turn_On_Light) == 0x000008, "Wrong size on BP_Triggerable_Spotlight_C_Turn_On_Light"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_Turn_On_Light, Trigger) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_Turn_On_Light::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_Turn_Off_Light \ +static_assert(alignof(BP_Triggerable_Spotlight_C_Turn_Off_Light) == 0x000008, "Wrong alignment on BP_Triggerable_Spotlight_C_Turn_Off_Light"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_Turn_Off_Light) == 0x000008, "Wrong size on BP_Triggerable_Spotlight_C_Turn_Off_Light"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_Turn_Off_Light, Trigger) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_Turn_Off_Light::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_T_GoToHueB \ +static_assert(alignof(BP_Triggerable_Spotlight_C_T_GoToHueB) == 0x000008, "Wrong alignment on BP_Triggerable_Spotlight_C_T_GoToHueB"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_T_GoToHueB) == 0x000008, "Wrong size on BP_Triggerable_Spotlight_C_T_GoToHueB"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_T_GoToHueB, Trigger) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_T_GoToHueB::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight \ +static_assert(alignof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight) == 0x000008, "Wrong alignment on BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight"); \ +static_assert(sizeof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight) == 0x000088, "Wrong size on BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, EntryPoint) == 0x000000, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, K2Node_CustomEvent_Bool_Trigger) == 0x000028, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::K2Node_CustomEvent_Bool_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, K2Node_CustomEvent_Trigger_2) == 0x000030, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::K2Node_CustomEvent_Trigger_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, K2Node_CustomEvent_Trigger_1) == 0x000048, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::K2Node_CustomEvent_Trigger_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Vector_Distance_ReturnValue) == 0x000050, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000054, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_FClamp_ReturnValue) == 0x00005C, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Less_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000068, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, K2Node_CustomEvent_Trigger) == 0x000070, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight, CallFunc_SelectColor_ReturnValue) == 0x000078, "Member 'BP_Triggerable_Spotlight_C_ExecuteUbergraph_BP_Triggerable_Spotlight::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Triggerable_Spotlight_C \ +static_assert(alignof(ABP_Triggerable_Spotlight_C) == 0x000008, "Wrong alignment on ABP_Triggerable_Spotlight_C"); \ +static_assert(sizeof(ABP_Triggerable_Spotlight_C) == 0x0002B0, "Wrong size on ABP_Triggerable_Spotlight_C"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, UberGraphFrame) == 0x000240, "Member 'ABP_Triggerable_Spotlight_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, SaveGame) == 0x000248, "Member 'ABP_Triggerable_Spotlight_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, FadeTarget) == 0x000250, "Member 'ABP_Triggerable_Spotlight_C::FadeTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, TriggerNode) == 0x000258, "Member 'ABP_Triggerable_Spotlight_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, NewFade_Fadeup_B0645C53441A839D47D6EEB1AAEA5A41) == 0x000260, "Member 'ABP_Triggerable_Spotlight_C::NewFade_Fadeup_B0645C53441A839D47D6EEB1AAEA5A41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, NewFade__Direction_B0645C53441A839D47D6EEB1AAEA5A41) == 0x000264, "Member 'ABP_Triggerable_Spotlight_C::NewFade__Direction_B0645C53441A839D47D6EEB1AAEA5A41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, NewFade) == 0x000268, "Member 'ABP_Triggerable_Spotlight_C::NewFade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, mat) == 0x000270, "Member 'ABP_Triggerable_Spotlight_C::mat' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, Min_Draw_Distance) == 0x000278, "Member 'ABP_Triggerable_Spotlight_C::Min_Draw_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, Min_Distance_Fade_Range) == 0x00027C, "Member 'ABP_Triggerable_Spotlight_C::Min_Distance_Fade_Range' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, Proximity_Fade) == 0x000280, "Member 'ABP_Triggerable_Spotlight_C::Proximity_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, StartVisible) == 0x000281, "Member 'ABP_Triggerable_Spotlight_C::StartVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, Preview) == 0x000282, "Member 'ABP_Triggerable_Spotlight_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, Intensity) == 0x000284, "Member 'ABP_Triggerable_Spotlight_C::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, IsVisible) == 0x000288, "Member 'ABP_Triggerable_Spotlight_C::IsVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, UseFade) == 0x000289, "Member 'ABP_Triggerable_Spotlight_C::UseFade' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, isHueB) == 0x00028A, "Member 'ABP_Triggerable_Spotlight_C::isHueB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, HueSwitcher) == 0x00028B, "Member 'ABP_Triggerable_Spotlight_C::HueSwitcher' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, PreviewHueB) == 0x00028C, "Member 'ABP_Triggerable_Spotlight_C::PreviewHueB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, HueA) == 0x000290, "Member 'ABP_Triggerable_Spotlight_C::HueA' has a wrong offset!"); \ +static_assert(offsetof(ABP_Triggerable_Spotlight_C, HueB) == 0x0002A0, "Member 'ABP_Triggerable_Spotlight_C::HueB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocationServicesData \ +static_assert(alignof(FLocationServicesData) == 0x000004, "Wrong alignment on FLocationServicesData"); \ +static_assert(sizeof(FLocationServicesData) == 0x000018, "Wrong size on FLocationServicesData"); \ +static_assert(offsetof(FLocationServicesData, Timestamp) == 0x000000, "Member 'FLocationServicesData::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, Longitude) == 0x000004, "Member 'FLocationServicesData::Longitude' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, Latitude) == 0x000008, "Member 'FLocationServicesData::Latitude' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, HorizontalAccuracy) == 0x00000C, "Member 'FLocationServicesData::HorizontalAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, VerticalAccuracy) == 0x000010, "Member 'FLocationServicesData::VerticalAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, Altitude) == 0x000014, "Member 'FLocationServicesData::Altitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_AreLocationServicesEnabled \ +static_assert(alignof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong alignment on LocationServices_AreLocationServicesEnabled"); \ +static_assert(sizeof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong size on LocationServices_AreLocationServicesEnabled"); \ +static_assert(offsetof(LocationServices_AreLocationServicesEnabled, ReturnValue) == 0x000000, "Member 'LocationServices_AreLocationServicesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_GetLastKnownLocation \ +static_assert(alignof(LocationServices_GetLastKnownLocation) == 0x000004, "Wrong alignment on LocationServices_GetLastKnownLocation"); \ +static_assert(sizeof(LocationServices_GetLastKnownLocation) == 0x000018, "Wrong size on LocationServices_GetLastKnownLocation"); \ +static_assert(offsetof(LocationServices_GetLastKnownLocation, ReturnValue) == 0x000000, "Member 'LocationServices_GetLastKnownLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_GetLocationServicesImpl \ +static_assert(alignof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong alignment on LocationServices_GetLocationServicesImpl"); \ +static_assert(sizeof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong size on LocationServices_GetLocationServicesImpl"); \ +static_assert(offsetof(LocationServices_GetLocationServicesImpl, ReturnValue) == 0x000000, "Member 'LocationServices_GetLocationServicesImpl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_InitLocationServices \ +static_assert(alignof(LocationServices_InitLocationServices) == 0x000004, "Wrong alignment on LocationServices_InitLocationServices"); \ +static_assert(sizeof(LocationServices_InitLocationServices) == 0x000010, "Wrong size on LocationServices_InitLocationServices"); \ +static_assert(offsetof(LocationServices_InitLocationServices, Accuracy) == 0x000000, "Member 'LocationServices_InitLocationServices::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_InitLocationServices, UpdateFrequency) == 0x000004, "Member 'LocationServices_InitLocationServices::UpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_InitLocationServices, MinDistanceFilter) == 0x000008, "Member 'LocationServices_InitLocationServices::MinDistanceFilter' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_InitLocationServices, ReturnValue) == 0x00000C, "Member 'LocationServices_InitLocationServices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_IsLocationAccuracyAvailable \ +static_assert(alignof(LocationServices_IsLocationAccuracyAvailable) == 0x000001, "Wrong alignment on LocationServices_IsLocationAccuracyAvailable"); \ +static_assert(sizeof(LocationServices_IsLocationAccuracyAvailable) == 0x000002, "Wrong size on LocationServices_IsLocationAccuracyAvailable"); \ +static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, Accuracy) == 0x000000, "Member 'LocationServices_IsLocationAccuracyAvailable::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, ReturnValue) == 0x000001, "Member 'LocationServices_IsLocationAccuracyAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_StartLocationServices \ +static_assert(alignof(LocationServices_StartLocationServices) == 0x000001, "Wrong alignment on LocationServices_StartLocationServices"); \ +static_assert(sizeof(LocationServices_StartLocationServices) == 0x000001, "Wrong size on LocationServices_StartLocationServices"); \ +static_assert(offsetof(LocationServices_StartLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StartLocationServices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_StopLocationServices \ +static_assert(alignof(LocationServices_StopLocationServices) == 0x000001, "Wrong alignment on LocationServices_StopLocationServices"); \ +static_assert(sizeof(LocationServices_StopLocationServices) == 0x000001, "Wrong size on LocationServices_StopLocationServices"); \ +static_assert(offsetof(LocationServices_StopLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StopLocationServices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocationServices \ +static_assert(alignof(ULocationServices) == 0x000008, "Wrong alignment on ULocationServices"); \ +static_assert(sizeof(ULocationServices) == 0x000028, "Wrong size on ULocationServices"); \ + +#define DUMPER7_ASSERTS_ULocationServicesImpl \ +static_assert(alignof(ULocationServicesImpl) == 0x000008, "Wrong alignment on ULocationServicesImpl"); \ +static_assert(sizeof(ULocationServicesImpl) == 0x000038, "Wrong size on ULocationServicesImpl"); \ +static_assert(offsetof(ULocationServicesImpl, OnLocationChanged) == 0x000028, "Member 'ULocationServicesImpl::OnLocationChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_WheelHandler \ +static_assert(alignof(FAnimNode_WheelHandler) == 0x000008, "Wrong alignment on FAnimNode_WheelHandler"); \ +static_assert(sizeof(FAnimNode_WheelHandler) == 0x0000E0, "Wrong size on FAnimNode_WheelHandler"); \ + +#define DUMPER7_ASSERTS_FTireConfigMaterialFriction \ +static_assert(alignof(FTireConfigMaterialFriction) == 0x000008, "Wrong alignment on FTireConfigMaterialFriction"); \ +static_assert(sizeof(FTireConfigMaterialFriction) == 0x000010, "Wrong size on FTireConfigMaterialFriction"); \ +static_assert(offsetof(FTireConfigMaterialFriction, PhysicalMaterial) == 0x000000, "Member 'FTireConfigMaterialFriction::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FTireConfigMaterialFriction, FrictionScale) == 0x000008, "Member 'FTireConfigMaterialFriction::FrictionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleAnimInstanceProxy \ +static_assert(alignof(FVehicleAnimInstanceProxy) == 0x000010, "Wrong alignment on FVehicleAnimInstanceProxy"); \ +static_assert(sizeof(FVehicleAnimInstanceProxy) == 0x000780, "Wrong size on FVehicleAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FVehicleInputRate \ +static_assert(alignof(FVehicleInputRate) == 0x000004, "Wrong alignment on FVehicleInputRate"); \ +static_assert(sizeof(FVehicleInputRate) == 0x000008, "Wrong size on FVehicleInputRate"); \ +static_assert(offsetof(FVehicleInputRate, RiseRate) == 0x000000, "Member 'FVehicleInputRate::RiseRate' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputRate, FallRate) == 0x000004, "Member 'FVehicleInputRate::FallRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedVehicleState \ +static_assert(alignof(FReplicatedVehicleState) == 0x000004, "Wrong alignment on FReplicatedVehicleState"); \ +static_assert(sizeof(FReplicatedVehicleState) == 0x000014, "Wrong size on FReplicatedVehicleState"); \ +static_assert(offsetof(FReplicatedVehicleState, SteeringInput) == 0x000000, "Member 'FReplicatedVehicleState::SteeringInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, ThrottleInput) == 0x000004, "Member 'FReplicatedVehicleState::ThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, BrakeInput) == 0x000008, "Member 'FReplicatedVehicleState::BrakeInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, HandbrakeInput) == 0x00000C, "Member 'FReplicatedVehicleState::HandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, CurrentGear) == 0x000010, "Member 'FReplicatedVehicleState::CurrentGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelSetup \ +static_assert(alignof(FWheelSetup) == 0x000008, "Wrong alignment on FWheelSetup"); \ +static_assert(sizeof(FWheelSetup) == 0x000020, "Wrong size on FWheelSetup"); \ +static_assert(offsetof(FWheelSetup, WheelClass) == 0x000000, "Member 'FWheelSetup::WheelClass' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetup, BoneName) == 0x000008, "Member 'FWheelSetup::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetup, AdditionalOffset) == 0x000010, "Member 'FWheelSetup::AdditionalOffset' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetup, bDisableSteering) == 0x00001C, "Member 'FWheelSetup::bDisableSteering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleGearData \ +static_assert(alignof(FVehicleGearData) == 0x000004, "Wrong alignment on FVehicleGearData"); \ +static_assert(sizeof(FVehicleGearData) == 0x00000C, "Wrong size on FVehicleGearData"); \ +static_assert(offsetof(FVehicleGearData, Ratio) == 0x000000, "Member 'FVehicleGearData::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleGearData, DownRatio) == 0x000004, "Member 'FVehicleGearData::DownRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleGearData, UpRatio) == 0x000008, "Member 'FVehicleGearData::UpRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleTransmissionData \ +static_assert(alignof(FVehicleTransmissionData) == 0x000008, "Wrong alignment on FVehicleTransmissionData"); \ +static_assert(sizeof(FVehicleTransmissionData) == 0x000030, "Wrong size on FVehicleTransmissionData"); \ +static_assert(offsetof(FVehicleTransmissionData, bUseGearAutoBox) == 0x000000, "Member 'FVehicleTransmissionData::bUseGearAutoBox' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, GearSwitchTime) == 0x000004, "Member 'FVehicleTransmissionData::GearSwitchTime' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, GearAutoBoxLatency) == 0x000008, "Member 'FVehicleTransmissionData::GearAutoBoxLatency' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, FinalRatio) == 0x00000C, "Member 'FVehicleTransmissionData::FinalRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, ForwardGears) == 0x000010, "Member 'FVehicleTransmissionData::ForwardGears' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, ReverseGearRatio) == 0x000020, "Member 'FVehicleTransmissionData::ReverseGearRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, NeutralGearUpRatio) == 0x000024, "Member 'FVehicleTransmissionData::NeutralGearUpRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, ClutchStrength) == 0x000028, "Member 'FVehicleTransmissionData::ClutchStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleEngineData \ +static_assert(alignof(FVehicleEngineData) == 0x000008, "Wrong alignment on FVehicleEngineData"); \ +static_assert(sizeof(FVehicleEngineData) == 0x0000A0, "Wrong size on FVehicleEngineData"); \ +static_assert(offsetof(FVehicleEngineData, TorqueCurve) == 0x000000, "Member 'FVehicleEngineData::TorqueCurve' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, MaxRPM) == 0x000088, "Member 'FVehicleEngineData::MaxRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, MOI) == 0x00008C, "Member 'FVehicleEngineData::MOI' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, DampingRateFullThrottle) == 0x000090, "Member 'FVehicleEngineData::DampingRateFullThrottle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchEngaged) == 0x000094, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchEngaged' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchDisengaged) == 0x000098, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchDisengaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDifferential4WData \ +static_assert(alignof(FVehicleDifferential4WData) == 0x000004, "Wrong alignment on FVehicleDifferential4WData"); \ +static_assert(sizeof(FVehicleDifferential4WData) == 0x00001C, "Wrong size on FVehicleDifferential4WData"); \ +static_assert(offsetof(FVehicleDifferential4WData, DifferentialType) == 0x000000, "Member 'FVehicleDifferential4WData::DifferentialType' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, FrontRearSplit) == 0x000004, "Member 'FVehicleDifferential4WData::FrontRearSplit' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, FrontLeftRightSplit) == 0x000008, "Member 'FVehicleDifferential4WData::FrontLeftRightSplit' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, RearLeftRightSplit) == 0x00000C, "Member 'FVehicleDifferential4WData::RearLeftRightSplit' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, CentreBias) == 0x000010, "Member 'FVehicleDifferential4WData::CentreBias' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, FrontBias) == 0x000014, "Member 'FVehicleDifferential4WData::FrontBias' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, RearBias) == 0x000018, "Member 'FVehicleDifferential4WData::RearBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_ServerUpdateState \ +static_assert(alignof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_ServerUpdateState"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000014, "Wrong size on WheeledVehicleMovementComponent_ServerUpdateState"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InSteeringInput) == 0x000000, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InThrottleInput) == 0x000004, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InBrakeInput) == 0x000008, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InHandbrakeInput) == 0x00000C, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InHandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, CurrentGear) == 0x000010, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::CurrentGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceEnabled \ +static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroup \ +static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroupMask \ +static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetBrakeInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetBrakeInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetBrakeInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetBrakeInput, Brake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetBrakeInput::Brake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearDown \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearDown"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearDown"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGearDown, bNewGearDown) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearDown::bNewGearDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearUp \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearUp"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearUp"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGearUp, bNewGearUp) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearUp::bNewGearUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoid \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoidMask \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnore \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnoreMask \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetHandbrakeInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetHandbrakeInput, bNewHandbrake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetHandbrakeInput::bNewHandbrake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetSteeringInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetSteeringInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetSteeringInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetSteeringInput, Steering) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetSteeringInput::Steering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetTargetGear \ +static_assert(alignof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetTargetGear"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000008, "Wrong size on WheeledVehicleMovementComponent_SetTargetGear"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, GearNum) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetTargetGear::GearNum' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, bImmediate) == 0x000004, "Member 'WheeledVehicleMovementComponent_SetTargetGear::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetThrottleInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetThrottleInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetThrottleInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetThrottleInput, Throttle) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetThrottleInput::Throttle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetUseAutoGears \ +static_assert(alignof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetUseAutoGears"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetUseAutoGears"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetUseAutoGears, bUseAuto) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetUseAutoGears::bUseAuto' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetCurrentGear \ +static_assert(alignof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetCurrentGear"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetCurrentGear"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetCurrentGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetCurrentGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed \ +static_assert(alignof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineRotationSpeed \ +static_assert(alignof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineRotationSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetForwardSpeed \ +static_assert(alignof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetForwardSpeed"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetForwardSpeed"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetForwardSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetForwardSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetTargetGear \ +static_assert(alignof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetTargetGear"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetTargetGear"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetTargetGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetTargetGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetUseAutoGears \ +static_assert(alignof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_GetUseAutoGears"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_GetUseAutoGears"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetUseAutoGears, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetUseAutoGears::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent \ +static_assert(alignof(UWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent"); \ +static_assert(sizeof(UWheeledVehicleMovementComponent) == 0x000290, "Wrong size on UWheeledVehicleMovementComponent"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, Mass) == 0x000148, "Member 'UWheeledVehicleMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, WheelSetups) == 0x000150, "Member 'UWheeledVehicleMovementComponent::WheelSetups' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, DragCoefficient) == 0x000160, "Member 'UWheeledVehicleMovementComponent::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisWidth) == 0x000164, "Member 'UWheeledVehicleMovementComponent::ChassisWidth' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisHeight) == 0x000168, "Member 'UWheeledVehicleMovementComponent::ChassisHeight' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, DragArea) == 0x00016C, "Member 'UWheeledVehicleMovementComponent::DragArea' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, EstimatedMaxEngineSpeed) == 0x000170, "Member 'UWheeledVehicleMovementComponent::EstimatedMaxEngineSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MaxEngineRPM) == 0x000174, "Member 'UWheeledVehicleMovementComponent::MaxEngineRPM' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, DebugDragMagnitude) == 0x000178, "Member 'UWheeledVehicleMovementComponent::DebugDragMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, InertiaTensorScale) == 0x00017C, "Member 'UWheeledVehicleMovementComponent::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoad) == 0x000188, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoadFiltered) == 0x00018C, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoadFiltered' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoad) == 0x000190, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoadFiltered) == 0x000194, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoadFiltered' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ThresholdLongitudinalSpeed) == 0x000198, "Member 'UWheeledVehicleMovementComponent::ThresholdLongitudinalSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, LowForwardSpeedSubStepCount) == 0x00019C, "Member 'UWheeledVehicleMovementComponent::LowForwardSpeedSubStepCount' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, HighForwardSpeedSubStepCount) == 0x0001A0, "Member 'UWheeledVehicleMovementComponent::HighForwardSpeedSubStepCount' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, Wheels) == 0x0001A8, "Member 'UWheeledVehicleMovementComponent::Wheels' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceRadius) == 0x0001D0, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceHeight) == 0x0001D4, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceHeight' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceConsiderationRadius) == 0x0001D8, "Member 'UWheeledVehicleMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOSteeringStep) == 0x0001DC, "Member 'UWheeledVehicleMovementComponent::RVOSteeringStep' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOThrottleStep) == 0x0001E0, "Member 'UWheeledVehicleMovementComponent::RVOThrottleStep' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceUID) == 0x0001E4, "Member 'UWheeledVehicleMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceGroup) == 0x0001E8, "Member 'UWheeledVehicleMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToAvoid) == 0x0001EC, "Member 'UWheeledVehicleMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToIgnore) == 0x0001F0, "Member 'UWheeledVehicleMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceWeight) == 0x0001F4, "Member 'UWheeledVehicleMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, PendingLaunchVelocity) == 0x0001F8, "Member 'UWheeledVehicleMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ReplicatedState) == 0x000204, "Member 'UWheeledVehicleMovementComponent::ReplicatedState' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RawSteeringInput) == 0x00021C, "Member 'UWheeledVehicleMovementComponent::RawSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RawThrottleInput) == 0x000220, "Member 'UWheeledVehicleMovementComponent::RawThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RawBrakeInput) == 0x000224, "Member 'UWheeledVehicleMovementComponent::RawBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInput) == 0x000228, "Member 'UWheeledVehicleMovementComponent::SteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInput) == 0x00022C, "Member 'UWheeledVehicleMovementComponent::ThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInput) == 0x000230, "Member 'UWheeledVehicleMovementComponent::BrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInput) == 0x000234, "Member 'UWheeledVehicleMovementComponent::HandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, IdleBrakeInput) == 0x000238, "Member 'UWheeledVehicleMovementComponent::IdleBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, StopThreshold) == 0x00023C, "Member 'UWheeledVehicleMovementComponent::StopThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, WrongDirectionThreshold) == 0x000240, "Member 'UWheeledVehicleMovementComponent::WrongDirectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInputRate) == 0x000244, "Member 'UWheeledVehicleMovementComponent::ThrottleInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInputRate) == 0x00024C, "Member 'UWheeledVehicleMovementComponent::BrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInputRate) == 0x000254, "Member 'UWheeledVehicleMovementComponent::HandbrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInputRate) == 0x00025C, "Member 'UWheeledVehicleMovementComponent::SteeringInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, OverrideController) == 0x000288, "Member 'UWheeledVehicleMovementComponent::OverrideController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetBrakeTorque \ +static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ +static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, BrakeTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetDriveTorque \ +static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ +static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, DriveTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetSteerAngle \ +static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ +static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, SteerAngle) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::SteerAngle' has a wrong offset!"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleWheeledVehicleMovementComponent \ +static_assert(alignof(USimpleWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on USimpleWheeledVehicleMovementComponent"); \ +static_assert(sizeof(USimpleWheeledVehicleMovementComponent) == 0x000290, "Wrong size on USimpleWheeledVehicleMovementComponent"); \ + +#define DUMPER7_ASSERTS_UTireConfig \ +static_assert(alignof(UTireConfig) == 0x000008, "Wrong alignment on UTireConfig"); \ +static_assert(sizeof(UTireConfig) == 0x000050, "Wrong size on UTireConfig"); \ +static_assert(offsetof(UTireConfig, FrictionScale) == 0x000030, "Member 'UTireConfig::FrictionScale' has a wrong offset!"); \ +static_assert(offsetof(UTireConfig, TireFrictionScales) == 0x000038, "Member 'UTireConfig::TireFrictionScales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAnimInstance_GetVehicle \ +static_assert(alignof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong alignment on VehicleAnimInstance_GetVehicle"); \ +static_assert(sizeof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong size on VehicleAnimInstance_GetVehicle"); \ +static_assert(offsetof(VehicleAnimInstance_GetVehicle, ReturnValue) == 0x000000, "Member 'VehicleAnimInstance_GetVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAnimInstance \ +static_assert(alignof(UVehicleAnimInstance) == 0x000010, "Wrong alignment on UVehicleAnimInstance"); \ +static_assert(sizeof(UVehicleAnimInstance) == 0x000A70, "Wrong size on UVehicleAnimInstance"); \ +static_assert(offsetof(UVehicleAnimInstance, WheeledVehicleMovementComponent) == 0x000A60, "Member 'UVehicleAnimInstance::WheeledVehicleMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_GetRotationAngle \ +static_assert(alignof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetRotationAngle"); \ +static_assert(sizeof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong size on VehicleWheel_GetRotationAngle"); \ +static_assert(offsetof(VehicleWheel_GetRotationAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetRotationAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_GetSteerAngle \ +static_assert(alignof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetSteerAngle"); \ +static_assert(sizeof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong size on VehicleWheel_GetSteerAngle"); \ +static_assert(offsetof(VehicleWheel_GetSteerAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSteerAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_GetSuspensionOffset \ +static_assert(alignof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong alignment on VehicleWheel_GetSuspensionOffset"); \ +static_assert(sizeof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong size on VehicleWheel_GetSuspensionOffset"); \ +static_assert(offsetof(VehicleWheel_GetSuspensionOffset, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSuspensionOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_IsInAir \ +static_assert(alignof(VehicleWheel_IsInAir) == 0x000001, "Wrong alignment on VehicleWheel_IsInAir"); \ +static_assert(sizeof(VehicleWheel_IsInAir) == 0x000001, "Wrong size on VehicleWheel_IsInAir"); \ +static_assert(offsetof(VehicleWheel_IsInAir, ReturnValue) == 0x000000, "Member 'VehicleWheel_IsInAir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWheel \ +static_assert(alignof(UVehicleWheel) == 0x000008, "Wrong alignment on UVehicleWheel"); \ +static_assert(sizeof(UVehicleWheel) == 0x0000F0, "Wrong size on UVehicleWheel"); \ +static_assert(offsetof(UVehicleWheel, CollisionMesh) == 0x000028, "Member 'UVehicleWheel::CollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, bDontCreateShape) == 0x000030, "Member 'UVehicleWheel::bDontCreateShape' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, bAutoAdjustCollisionSize) == 0x000031, "Member 'UVehicleWheel::bAutoAdjustCollisionSize' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Offset) == 0x000034, "Member 'UVehicleWheel::Offset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, ShapeRadius) == 0x000040, "Member 'UVehicleWheel::ShapeRadius' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, ShapeWidth) == 0x000044, "Member 'UVehicleWheel::ShapeWidth' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Mass) == 0x000048, "Member 'UVehicleWheel::Mass' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DampingRate) == 0x00004C, "Member 'UVehicleWheel::DampingRate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SteerAngle) == 0x000050, "Member 'UVehicleWheel::SteerAngle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, bAffectedByHandbrake) == 0x000054, "Member 'UVehicleWheel::bAffectedByHandbrake' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, TireType) == 0x000058, "Member 'UVehicleWheel::TireType' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, TireConfig) == 0x000060, "Member 'UVehicleWheel::TireConfig' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, LatStiffMaxLoad) == 0x000068, "Member 'UVehicleWheel::LatStiffMaxLoad' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, LatStiffValue) == 0x00006C, "Member 'UVehicleWheel::LatStiffValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, LongStiffValue) == 0x000070, "Member 'UVehicleWheel::LongStiffValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionForceOffset) == 0x000074, "Member 'UVehicleWheel::SuspensionForceOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionMaxRaise) == 0x000078, "Member 'UVehicleWheel::SuspensionMaxRaise' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionMaxDrop) == 0x00007C, "Member 'UVehicleWheel::SuspensionMaxDrop' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionNaturalFrequency) == 0x000080, "Member 'UVehicleWheel::SuspensionNaturalFrequency' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionDampingRatio) == 0x000084, "Member 'UVehicleWheel::SuspensionDampingRatio' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SweepType) == 0x000088, "Member 'UVehicleWheel::SweepType' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, MaxBrakeTorque) == 0x00008C, "Member 'UVehicleWheel::MaxBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, MaxHandBrakeTorque) == 0x000090, "Member 'UVehicleWheel::MaxHandBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, VehicleSim) == 0x000098, "Member 'UVehicleWheel::VehicleSim' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, WheelIndex) == 0x0000A0, "Member 'UVehicleWheel::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLongSlip) == 0x0000A4, "Member 'UVehicleWheel::DebugLongSlip' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLatSlip) == 0x0000A8, "Member 'UVehicleWheel::DebugLatSlip' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugNormalizedTireLoad) == 0x0000AC, "Member 'UVehicleWheel::DebugNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugWheelTorque) == 0x0000B4, "Member 'UVehicleWheel::DebugWheelTorque' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLongForce) == 0x0000B8, "Member 'UVehicleWheel::DebugLongForce' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLatForce) == 0x0000BC, "Member 'UVehicleWheel::DebugLatForce' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Location) == 0x0000C0, "Member 'UVehicleWheel::Location' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, OldLocation) == 0x0000CC, "Member 'UVehicleWheel::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Velocity) == 0x0000D8, "Member 'UVehicleWheel::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWheeledVehicle \ +static_assert(alignof(AWheeledVehicle) == 0x000008, "Wrong alignment on AWheeledVehicle"); \ +static_assert(sizeof(AWheeledVehicle) == 0x000298, "Wrong size on AWheeledVehicle"); \ +static_assert(offsetof(AWheeledVehicle, Mesh) == 0x000288, "Member 'AWheeledVehicle::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AWheeledVehicle, VehicleMovement) == 0x000290, "Member 'AWheeledVehicle::VehicleMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent4W \ +static_assert(alignof(UWheeledVehicleMovementComponent4W) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent4W"); \ +static_assert(sizeof(UWheeledVehicleMovementComponent4W) == 0x000408, "Wrong size on UWheeledVehicleMovementComponent4W"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, EngineSetup) == 0x000290, "Member 'UWheeledVehicleMovementComponent4W::EngineSetup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, DifferentialSetup) == 0x000330, "Member 'UWheeledVehicleMovementComponent4W::DifferentialSetup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, AckermannAccuracy) == 0x00034C, "Member 'UWheeledVehicleMovementComponent4W::AckermannAccuracy' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, TransmissionSetup) == 0x000350, "Member 'UWheeledVehicleMovementComponent4W::TransmissionSetup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, SteeringCurve) == 0x000380, "Member 'UWheeledVehicleMovementComponent4W::SteeringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ABP_CM_Hat_Spelunking_C \ +static_assert(alignof(ABP_CM_Hat_Spelunking_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Spelunking_C"); \ +static_assert(sizeof(ABP_CM_Hat_Spelunking_C) == 0x000240, "Wrong size on ABP_CM_Hat_Spelunking_C"); \ +static_assert(offsetof(ABP_CM_Hat_Spelunking_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Spelunking_C::StaticMesh' 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_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_UEnvelopeFollowerListener \ +static_assert(alignof(UEnvelopeFollowerListener) == 0x000008, "Wrong alignment on UEnvelopeFollowerListener"); \ +static_assert(sizeof(UEnvelopeFollowerListener) == 0x0000D0, "Wrong size on UEnvelopeFollowerListener"); \ +static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000B0, "Member 'UEnvelopeFollowerListener::OnEnvelopeFollowerUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UModularSynthPresetBank \ +static_assert(alignof(UModularSynthPresetBank) == 0x000008, "Wrong alignment on UModularSynthPresetBank"); \ +static_assert(sizeof(UModularSynthPresetBank) == 0x000038, "Wrong size on UModularSynthPresetBank"); \ +static_assert(offsetof(UModularSynthPresetBank, Presets) == 0x000028, "Member 'UModularSynthPresetBank::Presets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener \ +static_assert(alignof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ +static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ +static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_SetSettings \ +static_assert(alignof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener \ +static_assert(alignof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ +static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ +static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectEnvelopeFollowerPreset \ +static_assert(alignof(USourceEffectEnvelopeFollowerPreset) == 0x000008, "Wrong alignment on USourceEffectEnvelopeFollowerPreset"); \ +static_assert(sizeof(USourceEffectEnvelopeFollowerPreset) == 0x0000A8, "Wrong size on USourceEffectEnvelopeFollowerPreset"); \ +static_assert(offsetof(USourceEffectEnvelopeFollowerPreset, Settings) == 0x00009C, "Member 'USourceEffectEnvelopeFollowerPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthLibrary_AddModularSynthPresetToBankAsset \ +static_assert(alignof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x000008, "Wrong alignment on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ +static_assert(sizeof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x0000F8, "Wrong size on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ +static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, InBank) == 0x000000, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::InBank' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, Preset) == 0x000008, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::Preset' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, PresetName) == 0x0000E8, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::PresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularSynthLibrary \ +static_assert(alignof(UModularSynthLibrary) == 0x000008, "Wrong alignment on UModularSynthLibrary"); \ +static_assert(sizeof(UModularSynthLibrary) == 0x000028, "Wrong size on UModularSynthLibrary"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_CreatePatch \ +static_assert(alignof(ModularSynthComponent_CreatePatch) == 0x000008, "Wrong alignment on ModularSynthComponent_CreatePatch"); \ +static_assert(sizeof(ModularSynthComponent_CreatePatch) == 0x000020, "Wrong size on ModularSynthComponent_CreatePatch"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchSource) == 0x000000, "Member 'ModularSynthComponent_CreatePatch::PatchSource' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchCables) == 0x000008, "Member 'ModularSynthComponent_CreatePatch::PatchCables' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, bEnableByDefault) == 0x000018, "Member 'ModularSynthComponent_CreatePatch::bEnableByDefault' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, ReturnValue) == 0x00001C, "Member 'ModularSynthComponent_CreatePatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_NoteOff \ +static_assert(alignof(ModularSynthComponent_NoteOff) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOff"); \ +static_assert(sizeof(ModularSynthComponent_NoteOff) == 0x000008, "Wrong size on ModularSynthComponent_NoteOff"); \ +static_assert(offsetof(ModularSynthComponent_NoteOff, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOff::Note' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOff, bAllNotesOff) == 0x000004, "Member 'ModularSynthComponent_NoteOff::bAllNotesOff' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOff, bKillAllNotes) == 0x000005, "Member 'ModularSynthComponent_NoteOff::bKillAllNotes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_NoteOn \ +static_assert(alignof(ModularSynthComponent_NoteOn) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOn"); \ +static_assert(sizeof(ModularSynthComponent_NoteOn) == 0x00000C, "Wrong size on ModularSynthComponent_NoteOn"); \ +static_assert(offsetof(ModularSynthComponent_NoteOn, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOn::Note' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOn, Velocity) == 0x000004, "Member 'ModularSynthComponent_NoteOn::Velocity' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOn, Duration) == 0x000008, "Member 'ModularSynthComponent_NoteOn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetAttackTime \ +static_assert(alignof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetAttackTime"); \ +static_assert(sizeof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetAttackTime"); \ +static_assert(offsetof(ModularSynthComponent_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusDepth \ +static_assert(alignof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusDepth"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusDepth"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetChorusDepth::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusEnabled \ +static_assert(alignof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetChorusEnabled"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetChorusEnabled"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusEnabled, EnableChorus) == 0x000000, "Member 'ModularSynthComponent_SetChorusEnabled::EnableChorus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFeedback \ +static_assert(alignof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFeedback"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFeedback"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusFeedback, Feedback) == 0x000000, "Member 'ModularSynthComponent_SetChorusFeedback::Feedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFrequency \ +static_assert(alignof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFrequency"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFrequency"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusFrequency, Frequency) == 0x000000, "Member 'ModularSynthComponent_SetChorusFrequency::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetDecayTime \ +static_assert(alignof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetDecayTime"); \ +static_assert(sizeof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetDecayTime"); \ +static_assert(offsetof(ModularSynthComponent_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableLegato \ +static_assert(alignof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableLegato"); \ +static_assert(sizeof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableLegato"); \ +static_assert(offsetof(ModularSynthComponent_SetEnableLegato, LegatoEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableLegato::LegatoEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePatch \ +static_assert(alignof(ModularSynthComponent_SetEnablePatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetEnablePatch"); \ +static_assert(sizeof(ModularSynthComponent_SetEnablePatch) == 0x000008, "Wrong size on ModularSynthComponent_SetEnablePatch"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePatch, PatchId) == 0x000000, "Member 'ModularSynthComponent_SetEnablePatch::PatchId' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePatch, bIsEnabled) == 0x000004, "Member 'ModularSynthComponent_SetEnablePatch::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePatch, ReturnValue) == 0x000005, "Member 'ModularSynthComponent_SetEnablePatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePolyphony \ +static_assert(alignof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnablePolyphony"); \ +static_assert(sizeof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong size on ModularSynthComponent_SetEnablePolyphony"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePolyphony, bEnablePolyphony) == 0x000000, "Member 'ModularSynthComponent_SetEnablePolyphony::bEnablePolyphony' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableRetrigger \ +static_assert(alignof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableRetrigger"); \ +static_assert(sizeof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableRetrigger"); \ +static_assert(offsetof(ModularSynthComponent_SetEnableRetrigger, RetriggerEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableRetrigger::RetriggerEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableUnison \ +static_assert(alignof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableUnison"); \ +static_assert(sizeof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableUnison"); \ +static_assert(offsetof(ModularSynthComponent_SetEnableUnison, EnableUnison) == 0x000000, "Member 'ModularSynthComponent_SetEnableUnison::EnableUnison' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterAlgorithm \ +static_assert(alignof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterAlgorithm"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterAlgorithm"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterAlgorithm, FilterAlgorithm) == 0x000000, "Member 'ModularSynthComponent_SetFilterAlgorithm::FilterAlgorithm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequency \ +static_assert(alignof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequency"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequency"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterFrequency, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequency::FilterFrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequencyMod \ +static_assert(alignof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequencyMod"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequencyMod"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterFrequencyMod, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequencyMod::FilterFrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQ \ +static_assert(alignof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQ"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQ"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterQ, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQ::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQMod \ +static_assert(alignof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQMod"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQMod"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterQMod, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQMod::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterType \ +static_assert(alignof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterType"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterType"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterType, FilterType) == 0x000000, "Member 'ModularSynthComponent_SetFilterType::FilterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetGainDb \ +static_assert(alignof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong alignment on ModularSynthComponent_SetGainDb"); \ +static_assert(sizeof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong size on ModularSynthComponent_SetGainDb"); \ +static_assert(offsetof(ModularSynthComponent_SetGainDb, GainDb) == 0x000000, "Member 'ModularSynthComponent_SetGainDb::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequency \ +static_assert(alignof(ModularSynthComponent_SetLFOFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequency"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOFrequency) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequency"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequency::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, FrequencyHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequency::FrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequencyMod \ +static_assert(alignof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequencyMod"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequencyMod"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequencyMod::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, FrequencyModHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequencyMod::FrequencyModHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGain \ +static_assert(alignof(ModularSynthComponent_SetLFOGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGain"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOGain) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGain"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGain, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGain::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGain, Gain) == 0x000004, "Member 'ModularSynthComponent_SetLFOGain::Gain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGainMod \ +static_assert(alignof(ModularSynthComponent_SetLFOGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGainMod"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGainMod"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGainMod::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, GainMod) == 0x000004, "Member 'ModularSynthComponent_SetLFOGainMod::GainMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOMode \ +static_assert(alignof(ModularSynthComponent_SetLFOMode) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOMode"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOMode) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOMode"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOMode::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOMode) == 0x000004, "Member 'ModularSynthComponent_SetLFOMode::LFOMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOPatch \ +static_assert(alignof(ModularSynthComponent_SetLFOPatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOPatch"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOPatch) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOPatch"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOPatch::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOPatchType) == 0x000004, "Member 'ModularSynthComponent_SetLFOPatch::LFOPatchType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOType \ +static_assert(alignof(ModularSynthComponent_SetLFOType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOType"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOType) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOType"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOType::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOType) == 0x000004, "Member 'ModularSynthComponent_SetLFOType::LFOType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvAttackTime \ +static_assert(alignof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvAttackTime"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvAttackTime"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasInvert \ +static_assert(alignof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasInvert"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasInvert"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvBiasInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasInvert::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasPatch \ +static_assert(alignof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasPatch"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasPatch"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvBiasPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasPatch::InPatchType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDecayTime \ +static_assert(alignof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDecayTime"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDecayTime"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDepth \ +static_assert(alignof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDepth"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDepth"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDepth::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvInvert \ +static_assert(alignof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvInvert"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvInvert"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvInvert::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvPatch \ +static_assert(alignof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvPatch"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvPatch"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvPatch::InPatchType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvReleaseTime \ +static_assert(alignof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvReleaseTime"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvReleaseTime"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvReleaseTime, Release) == 0x000000, "Member 'ModularSynthComponent_SetModEnvReleaseTime::Release' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvSustainGain \ +static_assert(alignof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvSustainGain"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvSustainGain"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetModEnvSustainGain::SustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscCents \ +static_assert(alignof(ModularSynthComponent_SetOscCents) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscCents"); \ +static_assert(sizeof(ModularSynthComponent_SetOscCents) == 0x000008, "Wrong size on ModularSynthComponent_SetOscCents"); \ +static_assert(offsetof(ModularSynthComponent_SetOscCents, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscCents::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscCents, Cents) == 0x000004, "Member 'ModularSynthComponent_SetOscCents::Cents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscFrequencyMod \ +static_assert(alignof(ModularSynthComponent_SetOscFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscFrequencyMod"); \ +static_assert(sizeof(ModularSynthComponent_SetOscFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscFrequencyMod"); \ +static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscFreqMod) == 0x000004, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscFreqMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGain \ +static_assert(alignof(ModularSynthComponent_SetOscGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGain"); \ +static_assert(sizeof(ModularSynthComponent_SetOscGain) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGain"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGain, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGain::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGain, OscGain) == 0x000004, "Member 'ModularSynthComponent_SetOscGain::OscGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGainMod \ +static_assert(alignof(ModularSynthComponent_SetOscGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGainMod"); \ +static_assert(sizeof(ModularSynthComponent_SetOscGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGainMod"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGainMod::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscGainMod) == 0x000004, "Member 'ModularSynthComponent_SetOscGainMod::OscGainMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscOctave \ +static_assert(alignof(ModularSynthComponent_SetOscOctave) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscOctave"); \ +static_assert(sizeof(ModularSynthComponent_SetOscOctave) == 0x000008, "Wrong size on ModularSynthComponent_SetOscOctave"); \ +static_assert(offsetof(ModularSynthComponent_SetOscOctave, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscOctave::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscOctave, Octave) == 0x000004, "Member 'ModularSynthComponent_SetOscOctave::Octave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscPulsewidth \ +static_assert(alignof(ModularSynthComponent_SetOscPulsewidth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscPulsewidth"); \ +static_assert(sizeof(ModularSynthComponent_SetOscPulsewidth) == 0x000008, "Wrong size on ModularSynthComponent_SetOscPulsewidth"); \ +static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscPulsewidth::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, Pulsewidth) == 0x000004, "Member 'ModularSynthComponent_SetOscPulsewidth::Pulsewidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSemitones \ +static_assert(alignof(ModularSynthComponent_SetOscSemitones) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscSemitones"); \ +static_assert(sizeof(ModularSynthComponent_SetOscSemitones) == 0x000008, "Wrong size on ModularSynthComponent_SetOscSemitones"); \ +static_assert(offsetof(ModularSynthComponent_SetOscSemitones, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscSemitones::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscSemitones, Semitones) == 0x000004, "Member 'ModularSynthComponent_SetOscSemitones::Semitones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSync \ +static_assert(alignof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong alignment on ModularSynthComponent_SetOscSync"); \ +static_assert(sizeof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong size on ModularSynthComponent_SetOscSync"); \ +static_assert(offsetof(ModularSynthComponent_SetOscSync, bIsSynced) == 0x000000, "Member 'ModularSynthComponent_SetOscSync::bIsSynced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscType \ +static_assert(alignof(ModularSynthComponent_SetOscType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscType"); \ +static_assert(sizeof(ModularSynthComponent_SetOscType) == 0x000008, "Wrong size on ModularSynthComponent_SetOscType"); \ +static_assert(offsetof(ModularSynthComponent_SetOscType, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscType::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscType, OscType) == 0x000004, "Member 'ModularSynthComponent_SetOscType::OscType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetPan \ +static_assert(alignof(ModularSynthComponent_SetPan) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPan"); \ +static_assert(sizeof(ModularSynthComponent_SetPan) == 0x000004, "Wrong size on ModularSynthComponent_SetPan"); \ +static_assert(offsetof(ModularSynthComponent_SetPan, Pan) == 0x000000, "Member 'ModularSynthComponent_SetPan::Pan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetPitchBend \ +static_assert(alignof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPitchBend"); \ +static_assert(sizeof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong size on ModularSynthComponent_SetPitchBend"); \ +static_assert(offsetof(ModularSynthComponent_SetPitchBend, PitchBend) == 0x000000, "Member 'ModularSynthComponent_SetPitchBend::PitchBend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetPortamento \ +static_assert(alignof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPortamento"); \ +static_assert(sizeof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong size on ModularSynthComponent_SetPortamento"); \ +static_assert(offsetof(ModularSynthComponent_SetPortamento, Portamento) == 0x000000, "Member 'ModularSynthComponent_SetPortamento::Portamento' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetReleaseTime \ +static_assert(alignof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetReleaseTime"); \ +static_assert(sizeof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetReleaseTime"); \ +static_assert(offsetof(ModularSynthComponent_SetReleaseTime, ReleaseTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetReleaseTime::ReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetSpread \ +static_assert(alignof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSpread"); \ +static_assert(sizeof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong size on ModularSynthComponent_SetSpread"); \ +static_assert(offsetof(ModularSynthComponent_SetSpread, Spread) == 0x000000, "Member 'ModularSynthComponent_SetSpread::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayFeedback \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayFeedback"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayFeedback"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayFeedback, DelayFeedback) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayFeedback::DelayFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayIsEnabled \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayIsEnabled"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayIsEnabled"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayIsEnabled, StereoDelayEnabled) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayIsEnabled::StereoDelayEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayMode \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayMode"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayMode"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayMode, StereoDelayMode) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayMode::StereoDelayMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayRatio \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayRatio"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayRatio"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayRatio, DelayRatio) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayRatio::DelayRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayTime \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayTime"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayTime"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayTime, DelayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayTime::DelayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayWetlevel \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayWetlevel"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayWetlevel"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayWetlevel, DelayWetlevel) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayWetlevel::DelayWetlevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetSustainGain \ +static_assert(alignof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSustainGain"); \ +static_assert(sizeof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetSustainGain"); \ +static_assert(offsetof(ModularSynthComponent_SetSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetSustainGain::SustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetSynthPreset \ +static_assert(alignof(ModularSynthComponent_SetSynthPreset) == 0x000008, "Wrong alignment on ModularSynthComponent_SetSynthPreset"); \ +static_assert(sizeof(ModularSynthComponent_SetSynthPreset) == 0x0000E0, "Wrong size on ModularSynthComponent_SetSynthPreset"); \ +static_assert(offsetof(ModularSynthComponent_SetSynthPreset, SynthPreset) == 0x000000, "Member 'ModularSynthComponent_SetSynthPreset::SynthPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularSynthComponent \ +static_assert(alignof(UModularSynthComponent) == 0x000010, "Wrong alignment on UModularSynthComponent"); \ +static_assert(sizeof(UModularSynthComponent) == 0x000D80, "Wrong size on UModularSynthComponent"); \ +static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x0006C0, "Member 'UModularSynthComponent::VoiceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBitModulator \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetBitModulator"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetBitModulator"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBitModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBitModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBits \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetBits"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetBits"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBits, Bits) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBits::Bits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetModulationSettings \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetModulationSettings"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000030, "Wrong size on SourceEffectBitCrusherPreset_SetModulationSettings"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRate \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRate"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRate"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRate, SampleRate) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRate::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRateModulator \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRateModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRateModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSettings \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectBitCrusherPreset \ +static_assert(alignof(USourceEffectBitCrusherPreset) == 0x000008, "Wrong alignment on USourceEffectBitCrusherPreset"); \ +static_assert(sizeof(USourceEffectBitCrusherPreset) == 0x0000F0, "Wrong size on USourceEffectBitCrusherPreset"); \ +static_assert(offsetof(USourceEffectBitCrusherPreset, Settings) == 0x0000C0, "Member 'USourceEffectBitCrusherPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_SynthComponentToneGenerator_SetFrequency \ +static_assert(alignof(SynthComponentToneGenerator_SetFrequency) == 0x000004, "Wrong alignment on SynthComponentToneGenerator_SetFrequency"); \ +static_assert(sizeof(SynthComponentToneGenerator_SetFrequency) == 0x000004, "Wrong size on SynthComponentToneGenerator_SetFrequency"); \ +static_assert(offsetof(SynthComponentToneGenerator_SetFrequency, InFrequency) == 0x000000, "Member 'SynthComponentToneGenerator_SetFrequency::InFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentToneGenerator_SetVolume \ +static_assert(alignof(SynthComponentToneGenerator_SetVolume) == 0x000004, "Wrong alignment on SynthComponentToneGenerator_SetVolume"); \ +static_assert(sizeof(SynthComponentToneGenerator_SetVolume) == 0x000004, "Wrong size on SynthComponentToneGenerator_SetVolume"); \ +static_assert(offsetof(SynthComponentToneGenerator_SetVolume, InVolume) == 0x000000, "Member 'SynthComponentToneGenerator_SetVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponentToneGenerator \ +static_assert(alignof(USynthComponentToneGenerator) == 0x000010, "Wrong alignment on USynthComponentToneGenerator"); \ +static_assert(sizeof(USynthComponentToneGenerator) == 0x0006E0, "Wrong size on USynthComponentToneGenerator"); \ +static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x0006C0, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x0006C4, "Member 'USynthComponentToneGenerator::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_Synth2DSlider_SetIndentHandle \ +static_assert(alignof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong alignment on Synth2DSlider_SetIndentHandle"); \ +static_assert(sizeof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong size on Synth2DSlider_SetIndentHandle"); \ +static_assert(offsetof(Synth2DSlider_SetIndentHandle, InValue) == 0x000000, "Member 'Synth2DSlider_SetIndentHandle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetLocked \ +static_assert(alignof(Synth2DSlider_SetLocked) == 0x000001, "Wrong alignment on Synth2DSlider_SetLocked"); \ +static_assert(sizeof(Synth2DSlider_SetLocked) == 0x000001, "Wrong size on Synth2DSlider_SetLocked"); \ +static_assert(offsetof(Synth2DSlider_SetLocked, InValue) == 0x000000, "Member 'Synth2DSlider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetSliderHandleColor \ +static_assert(alignof(Synth2DSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Synth2DSlider_SetSliderHandleColor"); \ +static_assert(sizeof(Synth2DSlider_SetSliderHandleColor) == 0x000010, "Wrong size on Synth2DSlider_SetSliderHandleColor"); \ +static_assert(offsetof(Synth2DSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Synth2DSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetStepSize \ +static_assert(alignof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong alignment on Synth2DSlider_SetStepSize"); \ +static_assert(sizeof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong size on Synth2DSlider_SetStepSize"); \ +static_assert(offsetof(Synth2DSlider_SetStepSize, InValue) == 0x000000, "Member 'Synth2DSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetValue \ +static_assert(alignof(Synth2DSlider_SetValue) == 0x000004, "Wrong alignment on Synth2DSlider_SetValue"); \ +static_assert(sizeof(Synth2DSlider_SetValue) == 0x000008, "Wrong size on Synth2DSlider_SetValue"); \ +static_assert(offsetof(Synth2DSlider_SetValue, InValue) == 0x000000, "Member 'Synth2DSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_GetValue \ +static_assert(alignof(Synth2DSlider_GetValue) == 0x000004, "Wrong alignment on Synth2DSlider_GetValue"); \ +static_assert(sizeof(Synth2DSlider_GetValue) == 0x000008, "Wrong size on Synth2DSlider_GetValue"); \ +static_assert(offsetof(Synth2DSlider_GetValue, ReturnValue) == 0x000000, "Member 'Synth2DSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynth2DSlider \ +static_assert(alignof(USynth2DSlider) == 0x000008, "Wrong alignment on USynth2DSlider"); \ +static_assert(sizeof(USynth2DSlider) == 0x000478, "Wrong size on USynth2DSlider"); \ +static_assert(offsetof(USynth2DSlider, ValueX) == 0x000108, "Member 'USynth2DSlider::ValueX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueY) == 0x00010C, "Member 'USynth2DSlider::ValueY' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueXDelegate) == 0x000110, "Member 'USynth2DSlider::ValueXDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueYDelegate) == 0x000120, "Member 'USynth2DSlider::ValueYDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, WidgetStyle) == 0x000130, "Member 'USynth2DSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, SliderHandleColor) == 0x0003E8, "Member 'USynth2DSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IndentHandle) == 0x0003F8, "Member 'USynth2DSlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, Locked) == 0x0003F9, "Member 'USynth2DSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, StepSize) == 0x0003FC, "Member 'USynth2DSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IsFocusable) == 0x000400, "Member 'USynth2DSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureBegin) == 0x000408, "Member 'USynth2DSlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureEnd) == 0x000418, "Member 'USynth2DSlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureBegin) == 0x000428, "Member 'USynth2DSlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureEnd) == 0x000438, "Member 'USynth2DSlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedX) == 0x000448, "Member 'USynth2DSlider::OnValueChangedX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedY) == 0x000458, "Member 'USynth2DSlider::OnValueChangedY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_NoteOff \ +static_assert(alignof(GranularSynth_NoteOff) == 0x000004, "Wrong alignment on GranularSynth_NoteOff"); \ +static_assert(sizeof(GranularSynth_NoteOff) == 0x000008, "Wrong size on GranularSynth_NoteOff"); \ +static_assert(offsetof(GranularSynth_NoteOff, Note) == 0x000000, "Member 'GranularSynth_NoteOff::Note' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOff, bKill) == 0x000004, "Member 'GranularSynth_NoteOff::bKill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_NoteOn \ +static_assert(alignof(GranularSynth_NoteOn) == 0x000004, "Wrong alignment on GranularSynth_NoteOn"); \ +static_assert(sizeof(GranularSynth_NoteOn) == 0x00000C, "Wrong size on GranularSynth_NoteOn"); \ +static_assert(offsetof(GranularSynth_NoteOn, Note) == 0x000000, "Member 'GranularSynth_NoteOn::Note' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOn, Velocity) == 0x000004, "Member 'GranularSynth_NoteOn::Velocity' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOn, Duration) == 0x000008, "Member 'GranularSynth_NoteOn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetAttackTime \ +static_assert(alignof(GranularSynth_SetAttackTime) == 0x000004, "Wrong alignment on GranularSynth_SetAttackTime"); \ +static_assert(sizeof(GranularSynth_SetAttackTime) == 0x000004, "Wrong size on GranularSynth_SetAttackTime"); \ +static_assert(offsetof(GranularSynth_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'GranularSynth_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetDecayTime \ +static_assert(alignof(GranularSynth_SetDecayTime) == 0x000004, "Wrong alignment on GranularSynth_SetDecayTime"); \ +static_assert(sizeof(GranularSynth_SetDecayTime) == 0x000004, "Wrong size on GranularSynth_SetDecayTime"); \ +static_assert(offsetof(GranularSynth_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'GranularSynth_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainDuration \ +static_assert(alignof(GranularSynth_SetGrainDuration) == 0x000004, "Wrong alignment on GranularSynth_SetGrainDuration"); \ +static_assert(sizeof(GranularSynth_SetGrainDuration) == 0x00000C, "Wrong size on GranularSynth_SetGrainDuration"); \ +static_assert(offsetof(GranularSynth_SetGrainDuration, BaseDurationMsec) == 0x000000, "Member 'GranularSynth_SetGrainDuration::BaseDurationMsec' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainDuration, DurationRange) == 0x000004, "Member 'GranularSynth_SetGrainDuration::DurationRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainEnvelopeType \ +static_assert(alignof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong alignment on GranularSynth_SetGrainEnvelopeType"); \ +static_assert(sizeof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong size on GranularSynth_SetGrainEnvelopeType"); \ +static_assert(offsetof(GranularSynth_SetGrainEnvelopeType, EnvelopeType) == 0x000000, "Member 'GranularSynth_SetGrainEnvelopeType::EnvelopeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainPan \ +static_assert(alignof(GranularSynth_SetGrainPan) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPan"); \ +static_assert(sizeof(GranularSynth_SetGrainPan) == 0x00000C, "Wrong size on GranularSynth_SetGrainPan"); \ +static_assert(offsetof(GranularSynth_SetGrainPan, BasePan) == 0x000000, "Member 'GranularSynth_SetGrainPan::BasePan' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainPan, PanRange) == 0x000004, "Member 'GranularSynth_SetGrainPan::PanRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainPitch \ +static_assert(alignof(GranularSynth_SetGrainPitch) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPitch"); \ +static_assert(sizeof(GranularSynth_SetGrainPitch) == 0x00000C, "Wrong size on GranularSynth_SetGrainPitch"); \ +static_assert(offsetof(GranularSynth_SetGrainPitch, BasePitch) == 0x000000, "Member 'GranularSynth_SetGrainPitch::BasePitch' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainPitch, PitchRange) == 0x000004, "Member 'GranularSynth_SetGrainPitch::PitchRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainProbability \ +static_assert(alignof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong alignment on GranularSynth_SetGrainProbability"); \ +static_assert(sizeof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong size on GranularSynth_SetGrainProbability"); \ +static_assert(offsetof(GranularSynth_SetGrainProbability, InGrainProbability) == 0x000000, "Member 'GranularSynth_SetGrainProbability::InGrainProbability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainsPerSecond \ +static_assert(alignof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong alignment on GranularSynth_SetGrainsPerSecond"); \ +static_assert(sizeof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong size on GranularSynth_SetGrainsPerSecond"); \ +static_assert(offsetof(GranularSynth_SetGrainsPerSecond, InGrainsPerSecond) == 0x000000, "Member 'GranularSynth_SetGrainsPerSecond::InGrainsPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainVolume \ +static_assert(alignof(GranularSynth_SetGrainVolume) == 0x000004, "Wrong alignment on GranularSynth_SetGrainVolume"); \ +static_assert(sizeof(GranularSynth_SetGrainVolume) == 0x00000C, "Wrong size on GranularSynth_SetGrainVolume"); \ +static_assert(offsetof(GranularSynth_SetGrainVolume, BaseVolume) == 0x000000, "Member 'GranularSynth_SetGrainVolume::BaseVolume' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainVolume, VolumeRange) == 0x000004, "Member 'GranularSynth_SetGrainVolume::VolumeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetPlaybackSpeed \ +static_assert(alignof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GranularSynth_SetPlaybackSpeed"); \ +static_assert(sizeof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong size on GranularSynth_SetPlaybackSpeed"); \ +static_assert(offsetof(GranularSynth_SetPlaybackSpeed, InPlayheadRate) == 0x000000, "Member 'GranularSynth_SetPlaybackSpeed::InPlayheadRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetPlayheadTime \ +static_assert(alignof(GranularSynth_SetPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_SetPlayheadTime"); \ +static_assert(sizeof(GranularSynth_SetPlayheadTime) == 0x00000C, "Wrong size on GranularSynth_SetPlayheadTime"); \ +static_assert(offsetof(GranularSynth_SetPlayheadTime, InPositionSec) == 0x000000, "Member 'GranularSynth_SetPlayheadTime::InPositionSec' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetPlayheadTime, LerpTimeSec) == 0x000004, "Member 'GranularSynth_SetPlayheadTime::LerpTimeSec' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetPlayheadTime, SeekType) == 0x000008, "Member 'GranularSynth_SetPlayheadTime::SeekType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetReleaseTimeMsec \ +static_assert(alignof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong alignment on GranularSynth_SetReleaseTimeMsec"); \ +static_assert(sizeof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong size on GranularSynth_SetReleaseTimeMsec"); \ +static_assert(offsetof(GranularSynth_SetReleaseTimeMsec, ReleaseTimeMsec) == 0x000000, "Member 'GranularSynth_SetReleaseTimeMsec::ReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetScrubMode \ +static_assert(alignof(GranularSynth_SetScrubMode) == 0x000001, "Wrong alignment on GranularSynth_SetScrubMode"); \ +static_assert(sizeof(GranularSynth_SetScrubMode) == 0x000001, "Wrong size on GranularSynth_SetScrubMode"); \ +static_assert(offsetof(GranularSynth_SetScrubMode, bScrubMode) == 0x000000, "Member 'GranularSynth_SetScrubMode::bScrubMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetSoundWave \ +static_assert(alignof(GranularSynth_SetSoundWave) == 0x000008, "Wrong alignment on GranularSynth_SetSoundWave"); \ +static_assert(sizeof(GranularSynth_SetSoundWave) == 0x000008, "Wrong size on GranularSynth_SetSoundWave"); \ +static_assert(offsetof(GranularSynth_SetSoundWave, InSoundWave) == 0x000000, "Member 'GranularSynth_SetSoundWave::InSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetSustainGain \ +static_assert(alignof(GranularSynth_SetSustainGain) == 0x000004, "Wrong alignment on GranularSynth_SetSustainGain"); \ +static_assert(sizeof(GranularSynth_SetSustainGain) == 0x000004, "Wrong size on GranularSynth_SetSustainGain"); \ +static_assert(offsetof(GranularSynth_SetSustainGain, SustainGain) == 0x000000, "Member 'GranularSynth_SetSustainGain::SustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_GetCurrentPlayheadTime \ +static_assert(alignof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_GetCurrentPlayheadTime"); \ +static_assert(sizeof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong size on GranularSynth_GetCurrentPlayheadTime"); \ +static_assert(offsetof(GranularSynth_GetCurrentPlayheadTime, ReturnValue) == 0x000000, "Member 'GranularSynth_GetCurrentPlayheadTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_GetSampleDuration \ +static_assert(alignof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong alignment on GranularSynth_GetSampleDuration"); \ +static_assert(sizeof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong size on GranularSynth_GetSampleDuration"); \ +static_assert(offsetof(GranularSynth_GetSampleDuration, ReturnValue) == 0x000000, "Member 'GranularSynth_GetSampleDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_IsLoaded \ +static_assert(alignof(GranularSynth_IsLoaded) == 0x000001, "Wrong alignment on GranularSynth_IsLoaded"); \ +static_assert(sizeof(GranularSynth_IsLoaded) == 0x000001, "Wrong size on GranularSynth_IsLoaded"); \ +static_assert(offsetof(GranularSynth_IsLoaded, ReturnValue) == 0x000000, "Member 'GranularSynth_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGranularSynth \ +static_assert(alignof(UGranularSynth) == 0x000010, "Wrong alignment on UGranularSynth"); \ +static_assert(sizeof(UGranularSynth) == 0x000A80, "Wrong size on UGranularSynth"); \ +static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x0006C0, "Member 'UGranularSynth::GranulatedSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetCurveTangent \ +static_assert(alignof(SynthComponentMonoWaveTable_GetCurveTangent) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetCurveTangent"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetCurveTangent) == 0x000008, "Wrong size on SynthComponentMonoWaveTable_GetCurveTangent"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetCurveTangent, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetCurveTangent::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetCurveTangent, ReturnValue) == 0x000004, "Member 'SynthComponentMonoWaveTable_GetCurveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetNumTableEntries \ +static_assert(alignof(SynthComponentMonoWaveTable_GetNumTableEntries) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetNumTableEntries"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetNumTableEntries) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_GetNumTableEntries"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetNumTableEntries, ReturnValue) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetNumTableEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_NoteOff \ +static_assert(alignof(SynthComponentMonoWaveTable_NoteOff) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_NoteOff"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_NoteOff) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_NoteOff"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_NoteOff, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_NoteOff::InMidiNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_NoteOn \ +static_assert(alignof(SynthComponentMonoWaveTable_NoteOn) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_NoteOn"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_NoteOn) == 0x000008, "Wrong size on SynthComponentMonoWaveTable_NoteOn"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_NoteOn, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_NoteOn::InMidiNote' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_NoteOn, InVelocity) == 0x000004, "Member 'SynthComponentMonoWaveTable_NoteOn::InVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_RefreshWaveTable \ +static_assert(alignof(SynthComponentMonoWaveTable_RefreshWaveTable) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_RefreshWaveTable"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_RefreshWaveTable) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_RefreshWaveTable"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_RefreshWaveTable, Index_0) == 0x000000, "Member 'SynthComponentMonoWaveTable_RefreshWaveTable::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime::InDecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeInvert::bInInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveInterpolationType \ +static_assert(alignof(SynthComponentMonoWaveTable_SetCurveInterpolationType) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveInterpolationType"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveInterpolationType) == 0x00000C, "Wrong size on SynthComponentMonoWaveTable_SetCurveInterpolationType"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, InterpolationType) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, TableIndex) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveTangent \ +static_assert(alignof(SynthComponentMonoWaveTable_SetCurveTangent) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveTangent"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveTangent) == 0x00000C, "Wrong size on SynthComponentMonoWaveTable_SetCurveTangent"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, InNewTangent) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::InNewTangent' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveValue \ +static_assert(alignof(SynthComponentMonoWaveTable_SetCurveValue) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveValue"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveValue) == 0x000010, "Wrong size on SynthComponentMonoWaveTable_SetCurveValue"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveValue::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, KeyframeIndex) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveValue::KeyframeIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, NewValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, ReturnValue) == 0x00000C, "Member 'SynthComponentMonoWaveTable_SetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeInvert::bInInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime::InDecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequency \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFrequency) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequency"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequency) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequency"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequency, FrequencyHz) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequency::FrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequencyPitchBend \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFrequencyPitchBend) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequencyPitchBend"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequencyPitchBend) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequencyPitchBend"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequencyPitchBend, FrequencyOffsetCents) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequencyPitchBend::FrequencyOffsetCents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequencyWithMidiNote \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequencyWithMidiNote"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequencyWithMidiNote"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequencyWithMidiNote::InMidiNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetLowPassFilterResonance \ +static_assert(alignof(SynthComponentMonoWaveTable_SetLowPassFilterResonance) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetLowPassFilterResonance"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetLowPassFilterResonance) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetLowPassFilterResonance"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetLowPassFilterResonance, InNewQ) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetLowPassFilterResonance::InNewQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime::InDecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeInvert::bInInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoDepth, InLfoDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoDepth::InLfoDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoFrequency \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoFrequency) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoFrequency"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoFrequency) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoFrequency"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoFrequency, InLfoFrequency) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoFrequency::InLfoFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoType \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoType) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoType"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoType) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoType"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoType, InLfoType) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoType::InLfoType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetSustainPedalState \ +static_assert(alignof(SynthComponentMonoWaveTable_SetSustainPedalState) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetSustainPedalState"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetSustainPedalState) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetSustainPedalState"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetSustainPedalState, InSustainPedalState) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetSustainPedalState::InSustainPedalState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetWaveTablePosition \ +static_assert(alignof(SynthComponentMonoWaveTable_SetWaveTablePosition) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetWaveTablePosition"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetWaveTablePosition) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetWaveTablePosition"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetWaveTablePosition, InPosition) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetWaveTablePosition::InPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetKeyFrameValuesForTable \ +static_assert(alignof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable) == 0x000008, "Wrong alignment on SynthComponentMonoWaveTable_GetKeyFrameValuesForTable"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable) == 0x000018, "Wrong size on SynthComponentMonoWaveTable_GetKeyFrameValuesForTable"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetKeyFrameValuesForTable::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_GetKeyFrameValuesForTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetMaxTableIndex \ +static_assert(alignof(SynthComponentMonoWaveTable_GetMaxTableIndex) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetMaxTableIndex"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetMaxTableIndex) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_GetMaxTableIndex"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetMaxTableIndex, ReturnValue) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetMaxTableIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponentMonoWaveTable \ +static_assert(alignof(USynthComponentMonoWaveTable) == 0x000010, "Wrong alignment on USynthComponentMonoWaveTable"); \ +static_assert(sizeof(USynthComponentMonoWaveTable) == 0x000E00, "Wrong size on USynthComponentMonoWaveTable"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x0006C0, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x0006D0, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x0006E0, "Member 'USynthComponentMonoWaveTable::CurrentPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SeekToTime \ +static_assert(alignof(SynthSamplePlayer_SeekToTime) == 0x000004, "Wrong alignment on SynthSamplePlayer_SeekToTime"); \ +static_assert(sizeof(SynthSamplePlayer_SeekToTime) == 0x000008, "Wrong size on SynthSamplePlayer_SeekToTime"); \ +static_assert(offsetof(SynthSamplePlayer_SeekToTime, TimeSec) == 0x000000, "Member 'SynthSamplePlayer_SeekToTime::TimeSec' has a wrong offset!"); \ +static_assert(offsetof(SynthSamplePlayer_SeekToTime, SeekType) == 0x000004, "Member 'SynthSamplePlayer_SeekToTime::SeekType' has a wrong offset!"); \ +static_assert(offsetof(SynthSamplePlayer_SeekToTime, bWrap) == 0x000005, "Member 'SynthSamplePlayer_SeekToTime::bWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetPitch \ +static_assert(alignof(SynthSamplePlayer_SetPitch) == 0x000004, "Wrong alignment on SynthSamplePlayer_SetPitch"); \ +static_assert(sizeof(SynthSamplePlayer_SetPitch) == 0x000008, "Wrong size on SynthSamplePlayer_SetPitch"); \ +static_assert(offsetof(SynthSamplePlayer_SetPitch, InPitch) == 0x000000, "Member 'SynthSamplePlayer_SetPitch::InPitch' has a wrong offset!"); \ +static_assert(offsetof(SynthSamplePlayer_SetPitch, TimeSec) == 0x000004, "Member 'SynthSamplePlayer_SetPitch::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetScrubMode \ +static_assert(alignof(SynthSamplePlayer_SetScrubMode) == 0x000001, "Wrong alignment on SynthSamplePlayer_SetScrubMode"); \ +static_assert(sizeof(SynthSamplePlayer_SetScrubMode) == 0x000001, "Wrong size on SynthSamplePlayer_SetScrubMode"); \ +static_assert(offsetof(SynthSamplePlayer_SetScrubMode, bScrubMode) == 0x000000, "Member 'SynthSamplePlayer_SetScrubMode::bScrubMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetScrubTimeWidth \ +static_assert(alignof(SynthSamplePlayer_SetScrubTimeWidth) == 0x000004, "Wrong alignment on SynthSamplePlayer_SetScrubTimeWidth"); \ +static_assert(sizeof(SynthSamplePlayer_SetScrubTimeWidth) == 0x000004, "Wrong size on SynthSamplePlayer_SetScrubTimeWidth"); \ +static_assert(offsetof(SynthSamplePlayer_SetScrubTimeWidth, InScrubTimeWidthSec) == 0x000000, "Member 'SynthSamplePlayer_SetScrubTimeWidth::InScrubTimeWidthSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetSoundWave \ +static_assert(alignof(SynthSamplePlayer_SetSoundWave) == 0x000008, "Wrong alignment on SynthSamplePlayer_SetSoundWave"); \ +static_assert(sizeof(SynthSamplePlayer_SetSoundWave) == 0x000008, "Wrong size on SynthSamplePlayer_SetSoundWave"); \ +static_assert(offsetof(SynthSamplePlayer_SetSoundWave, InSoundWave) == 0x000000, "Member 'SynthSamplePlayer_SetSoundWave::InSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_GetCurrentPlaybackProgressPercent \ +static_assert(alignof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetCurrentPlaybackProgressPercent"); \ +static_assert(sizeof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent) == 0x000004, "Wrong size on SynthSamplePlayer_GetCurrentPlaybackProgressPercent"); \ +static_assert(offsetof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetCurrentPlaybackProgressPercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_GetCurrentPlaybackProgressTime \ +static_assert(alignof(SynthSamplePlayer_GetCurrentPlaybackProgressTime) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetCurrentPlaybackProgressTime"); \ +static_assert(sizeof(SynthSamplePlayer_GetCurrentPlaybackProgressTime) == 0x000004, "Wrong size on SynthSamplePlayer_GetCurrentPlaybackProgressTime"); \ +static_assert(offsetof(SynthSamplePlayer_GetCurrentPlaybackProgressTime, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetCurrentPlaybackProgressTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_GetSampleDuration \ +static_assert(alignof(SynthSamplePlayer_GetSampleDuration) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetSampleDuration"); \ +static_assert(sizeof(SynthSamplePlayer_GetSampleDuration) == 0x000004, "Wrong size on SynthSamplePlayer_GetSampleDuration"); \ +static_assert(offsetof(SynthSamplePlayer_GetSampleDuration, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetSampleDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_IsLoaded \ +static_assert(alignof(SynthSamplePlayer_IsLoaded) == 0x000001, "Wrong alignment on SynthSamplePlayer_IsLoaded"); \ +static_assert(sizeof(SynthSamplePlayer_IsLoaded) == 0x000001, "Wrong size on SynthSamplePlayer_IsLoaded"); \ +static_assert(offsetof(SynthSamplePlayer_IsLoaded, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthSamplePlayer \ +static_assert(alignof(USynthSamplePlayer) == 0x000010, "Wrong alignment on USynthSamplePlayer"); \ +static_assert(sizeof(USynthSamplePlayer) == 0x0007F0, "Wrong size on USynthSamplePlayer"); \ +static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x0006C0, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x0006C8, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x0006D8, "Member 'USynthSamplePlayer::OnSamplePlaybackProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency \ +static_assert(alignof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency) == 0x000004, "Wrong alignment on SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency"); \ +static_assert(sizeof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency) == 0x000018, "Wrong size on SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InLogFrequencyValue) == 0x000000, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InLogFrequencyValue' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InDomainMin) == 0x000004, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InDomainMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InDomainMax) == 0x000008, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InDomainMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InRangeMin) == 0x00000C, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InRangeMax) == 0x000010, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, ReturnValue) == 0x000014, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency \ +static_assert(alignof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency) == 0x000004, "Wrong alignment on SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency"); \ +static_assert(sizeof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency) == 0x000018, "Wrong size on SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InLinearValue) == 0x000000, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InLinearValue' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InDomainMin) == 0x000004, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InDomainMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InDomainMax) == 0x000008, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InDomainMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InRangeMin) == 0x00000C, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InRangeMax) == 0x000010, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, ReturnValue) == 0x000014, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthesisUtilitiesBlueprintFunctionLibrary \ +static_assert(alignof(USynthesisUtilitiesBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on USynthesisUtilitiesBlueprintFunctionLibrary"); \ +static_assert(sizeof(USynthesisUtilitiesBlueprintFunctionLibrary) == 0x000028, "Wrong size on USynthesisUtilitiesBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SynthKnob_SetLocked \ +static_assert(alignof(SynthKnob_SetLocked) == 0x000001, "Wrong alignment on SynthKnob_SetLocked"); \ +static_assert(sizeof(SynthKnob_SetLocked) == 0x000001, "Wrong size on SynthKnob_SetLocked"); \ +static_assert(offsetof(SynthKnob_SetLocked, InValue) == 0x000000, "Member 'SynthKnob_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthKnob_SetStepSize \ +static_assert(alignof(SynthKnob_SetStepSize) == 0x000004, "Wrong alignment on SynthKnob_SetStepSize"); \ +static_assert(sizeof(SynthKnob_SetStepSize) == 0x000004, "Wrong size on SynthKnob_SetStepSize"); \ +static_assert(offsetof(SynthKnob_SetStepSize, InValue) == 0x000000, "Member 'SynthKnob_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthKnob_SetValue \ +static_assert(alignof(SynthKnob_SetValue) == 0x000004, "Wrong alignment on SynthKnob_SetValue"); \ +static_assert(sizeof(SynthKnob_SetValue) == 0x000004, "Wrong size on SynthKnob_SetValue"); \ +static_assert(offsetof(SynthKnob_SetValue, InValue) == 0x000000, "Member 'SynthKnob_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthKnob_GetValue \ +static_assert(alignof(SynthKnob_GetValue) == 0x000004, "Wrong alignment on SynthKnob_GetValue"); \ +static_assert(sizeof(SynthKnob_GetValue) == 0x000004, "Wrong size on SynthKnob_GetValue"); \ +static_assert(offsetof(SynthKnob_GetValue, ReturnValue) == 0x000000, "Member 'SynthKnob_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthKnob \ +static_assert(alignof(USynthKnob) == 0x000008, "Wrong alignment on USynthKnob"); \ +static_assert(sizeof(USynthKnob) == 0x000400, "Wrong size on USynthKnob"); \ +static_assert(offsetof(USynthKnob, Value) == 0x000108, "Member 'USynthKnob::Value' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, StepSize) == 0x00010C, "Member 'USynthKnob::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseSpeed) == 0x000110, "Member 'USynthKnob::MouseSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseFineTuneSpeed) == 0x000114, "Member 'USynthKnob::MouseFineTuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterName) == 0x000120, "Member 'USynthKnob::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterUnits) == 0x000138, "Member 'USynthKnob::ParameterUnits' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ValueDelegate) == 0x000150, "Member 'USynthKnob::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, WidgetStyle) == 0x000160, "Member 'USynthKnob::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, Locked) == 0x000398, "Member 'USynthKnob::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, IsFocusable) == 0x000399, "Member 'USynthKnob::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureBegin) == 0x0003A0, "Member 'USynthKnob::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureEnd) == 0x0003B0, "Member 'USynthKnob::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureBegin) == 0x0003C0, "Member 'USynthKnob::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureEnd) == 0x0003D0, "Member 'USynthKnob::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnValueChanged) == 0x0003E0, "Member 'USynthKnob::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerAsset \ +static_assert(alignof(UAudioAnalyzerAsset) == 0x000008, "Wrong alignment on UAudioAnalyzerAsset"); \ +static_assert(sizeof(UAudioAnalyzerAsset) == 0x000028, "Wrong size on UAudioAnalyzerAsset"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRTSettings \ +static_assert(alignof(UAudioAnalyzerNRTSettings) == 0x000008, "Wrong alignment on UAudioAnalyzerNRTSettings"); \ +static_assert(sizeof(UAudioAnalyzerNRTSettings) == 0x000028, "Wrong size on UAudioAnalyzerNRTSettings"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRT \ +static_assert(alignof(UAudioAnalyzerNRT) == 0x000008, "Wrong alignment on UAudioAnalyzerNRT"); \ +static_assert(sizeof(UAudioAnalyzerNRT) == 0x000078, "Wrong size on UAudioAnalyzerNRT"); \ +static_assert(offsetof(UAudioAnalyzerNRT, Sound) == 0x000028, "Member 'UAudioAnalyzerNRT::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioAnalyzerNRT, DurationInSeconds) == 0x000030, "Member 'UAudioAnalyzerNRT::DurationInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRT \ +static_assert(alignof(UAudioSynesthesiaNRT) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRT"); \ +static_assert(sizeof(UAudioSynesthesiaNRT) == 0x000078, "Wrong size on UAudioSynesthesiaNRT"); \ + +#define DUMPER7_ASSERTS_OnsetNRT_GetChannelOnsetsBetweenTimes \ +static_assert(alignof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ +static_assert(sizeof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes \ +static_assert(alignof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ +static_assert(sizeof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRT \ +static_assert(alignof(UOnsetNRT) == 0x000008, "Wrong alignment on UOnsetNRT"); \ +static_assert(sizeof(UOnsetNRT) == 0x000080, "Wrong size on UOnsetNRT"); \ +static_assert(offsetof(UOnsetNRT, Settings) == 0x000078, "Member 'UOnsetNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRTSettings \ +static_assert(alignof(UAudioSynesthesiaNRTSettings) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRTSettings"); \ +static_assert(sizeof(UAudioSynesthesiaNRTSettings) == 0x000028, "Wrong size on UAudioSynesthesiaNRTSettings"); \ + +#define DUMPER7_ASSERTS_UConstantQNRTSettings \ +static_assert(alignof(UConstantQNRTSettings) == 0x000008, "Wrong alignment on UConstantQNRTSettings"); \ +static_assert(sizeof(UConstantQNRTSettings) == 0x000048, "Wrong size on UConstantQNRTSettings"); \ +static_assert(offsetof(UConstantQNRTSettings, StartingFrequency) == 0x000028, "Member 'UConstantQNRTSettings::StartingFrequency' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NumBands) == 0x00002C, "Member 'UConstantQNRTSettings::NumBands' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NumBandsPerOctave) == 0x000030, "Member 'UConstantQNRTSettings::NumBandsPerOctave' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, AnalysisPeriod) == 0x000034, "Member 'UConstantQNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, bDownmixToMono) == 0x000038, "Member 'UConstantQNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, FFTSize) == 0x000039, "Member 'UConstantQNRTSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, WindowType) == 0x00003A, "Member 'UConstantQNRTSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, SpectrumType) == 0x00003B, "Member 'UConstantQNRTSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, BandWidthStretch) == 0x00003C, "Member 'UConstantQNRTSettings::BandWidthStretch' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, CQTNormalization) == 0x000040, "Member 'UConstantQNRTSettings::CQTNormalization' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NoiseFloorDb) == 0x000044, "Member 'UConstantQNRTSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQNRT_GetChannelConstantQAtTime \ +static_assert(alignof(ConstantQNRT_GetChannelConstantQAtTime) == 0x000008, "Wrong alignment on ConstantQNRT_GetChannelConstantQAtTime"); \ +static_assert(sizeof(ConstantQNRT_GetChannelConstantQAtTime) == 0x000018, "Wrong size on ConstantQNRT_GetChannelConstantQAtTime"); \ +static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, InSeconds) == 0x000000, "Member 'ConstantQNRT_GetChannelConstantQAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, InChannel) == 0x000004, "Member 'ConstantQNRT_GetChannelConstantQAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, OutConstantQ) == 0x000008, "Member 'ConstantQNRT_GetChannelConstantQAtTime::OutConstantQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQNRT_GetNormalizedChannelConstantQAtTime \ +static_assert(alignof(ConstantQNRT_GetNormalizedChannelConstantQAtTime) == 0x000008, "Wrong alignment on ConstantQNRT_GetNormalizedChannelConstantQAtTime"); \ +static_assert(sizeof(ConstantQNRT_GetNormalizedChannelConstantQAtTime) == 0x000018, "Wrong size on ConstantQNRT_GetNormalizedChannelConstantQAtTime"); \ +static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, InSeconds) == 0x000000, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, InChannel) == 0x000004, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, OutConstantQ) == 0x000008, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::OutConstantQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstantQNRT \ +static_assert(alignof(UConstantQNRT) == 0x000008, "Wrong alignment on UConstantQNRT"); \ +static_assert(sizeof(UConstantQNRT) == 0x000080, "Wrong size on UConstantQNRT"); \ +static_assert(offsetof(UConstantQNRT, Settings) == 0x000078, "Member 'UConstantQNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessNRTSettings \ +static_assert(alignof(ULoudnessNRTSettings) == 0x000008, "Wrong alignment on ULoudnessNRTSettings"); \ +static_assert(sizeof(ULoudnessNRTSettings) == 0x000040, "Wrong size on ULoudnessNRTSettings"); \ +static_assert(offsetof(ULoudnessNRTSettings, AnalysisPeriod) == 0x000028, "Member 'ULoudnessNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MinimumFrequency) == 0x00002C, "Member 'ULoudnessNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MaximumFrequency) == 0x000030, "Member 'ULoudnessNRTSettings::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, CurveType) == 0x000034, "Member 'ULoudnessNRTSettings::CurveType' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, NoiseFloorDb) == 0x000038, "Member 'ULoudnessNRTSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetChannelLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetChannelLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetChannelLoudnessAtTime) == 0x00000C, "Wrong size on LoudnessNRT_GetChannelLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetLoudnessAtTime) == 0x000008, "Wrong size on LoudnessNRT_GetLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LoudnessNRT_GetLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetNormalizedChannelLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetNormalizedChannelLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime) == 0x00000C, "Wrong size on LoudnessNRT_GetNormalizedChannelLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetNormalizedLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetNormalizedLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetNormalizedLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetNormalizedLoudnessAtTime) == 0x000008, "Wrong size on LoudnessNRT_GetNormalizedLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetNormalizedLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LoudnessNRT_GetNormalizedLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessNRT \ +static_assert(alignof(ULoudnessNRT) == 0x000008, "Wrong alignment on ULoudnessNRT"); \ +static_assert(sizeof(ULoudnessNRT) == 0x000080, "Wrong size on ULoudnessNRT"); \ +static_assert(offsetof(ULoudnessNRT, Settings) == 0x000078, "Member 'ULoudnessNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRTSettings \ +static_assert(alignof(UOnsetNRTSettings) == 0x000008, "Wrong alignment on UOnsetNRTSettings"); \ +static_assert(sizeof(UOnsetNRTSettings) == 0x000040, "Wrong size on UOnsetNRTSettings"); \ +static_assert(offsetof(UOnsetNRTSettings, bDownmixToMono) == 0x000028, "Member 'UOnsetNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, GranularityInSeconds) == 0x00002C, "Member 'UOnsetNRTSettings::GranularityInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, Sensitivity) == 0x000030, "Member 'UOnsetNRTSettings::Sensitivity' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MinimumFrequency) == 0x000034, "Member 'UOnsetNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MaximumFrequency) == 0x000038, "Member 'UOnsetNRTSettings::MaximumFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayMontageArgs \ +static_assert(alignof(FPlayMontageArgs) == 0x000004, "Wrong alignment on FPlayMontageArgs"); \ +static_assert(sizeof(FPlayMontageArgs) == 0x000018, "Wrong size on FPlayMontageArgs"); \ +static_assert(offsetof(FPlayMontageArgs, MontageKey) == 0x000000, "Member 'FPlayMontageArgs::MontageKey' has a wrong offset!"); \ +static_assert(offsetof(FPlayMontageArgs, SectionName) == 0x000008, "Member 'FPlayMontageArgs::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FPlayMontageArgs, PlayRate) == 0x000010, "Member 'FPlayMontageArgs::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FPlayMontageArgs, IgnoreCallbackWhenInterrupted) == 0x000014, "Member 'FPlayMontageArgs::IgnoreCallbackWhenInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueAnimResponse \ +static_assert(alignof(FDialogueAnimResponse) == 0x000008, "Wrong alignment on FDialogueAnimResponse"); \ +static_assert(sizeof(FDialogueAnimResponse) == 0x000038, "Wrong size on FDialogueAnimResponse"); \ +static_assert(offsetof(FDialogueAnimResponse, DialogueSource) == 0x000000, "Member 'FDialogueAnimResponse::DialogueSource' has a wrong offset!"); \ +static_assert(offsetof(FDialogueAnimResponse, ResponsePlaybackArgs) == 0x000008, "Member 'FDialogueAnimResponse::ResponsePlaybackArgs' has a wrong offset!"); \ +static_assert(offsetof(FDialogueAnimResponse, AdditivePlaybackArgs) == 0x000020, "Member 'FDialogueAnimResponse::AdditivePlaybackArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueCameraCut \ +static_assert(alignof(FDialogueCameraCut) == 0x000004, "Wrong alignment on FDialogueCameraCut"); \ +static_assert(sizeof(FDialogueCameraCut) == 0x000008, "Wrong size on FDialogueCameraCut"); \ +static_assert(offsetof(FDialogueCameraCut, CameraComponentName) == 0x000000, "Member 'FDialogueCameraCut::CameraComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueBlock \ +static_assert(alignof(FDialogueBlock) == 0x000008, "Wrong alignment on FDialogueBlock"); \ +static_assert(sizeof(FDialogueBlock) == 0x000050, "Wrong size on FDialogueBlock"); \ +static_assert(offsetof(FDialogueBlock, DialogueContext) == 0x000000, "Member 'FDialogueBlock::DialogueContext' has a wrong offset!"); \ +static_assert(offsetof(FDialogueBlock, DialogueText) == 0x000008, "Member 'FDialogueBlock::DialogueText' has a wrong offset!"); \ +static_assert(offsetof(FDialogueBlock, VoiceOverStartEvent) == 0x000020, "Member 'FDialogueBlock::VoiceOverStartEvent' has a wrong offset!"); \ +static_assert(offsetof(FDialogueBlock, AudioAutoStepDurationPadding) == 0x000028, "Member 'FDialogueBlock::AudioAutoStepDurationPadding' has a wrong offset!"); \ +static_assert(offsetof(FDialogueBlock, MontagesToPlay) == 0x000030, "Member 'FDialogueBlock::MontagesToPlay' has a wrong offset!"); \ +static_assert(offsetof(FDialogueBlock, CameraCut) == 0x000040, "Member 'FDialogueBlock::CameraCut' has a wrong offset!"); \ +static_assert(offsetof(FDialogueBlock, DialogueDuration) == 0x000048, "Member 'FDialogueBlock::DialogueDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPOICreateFromObjectiveOverlay \ +static_assert(alignof(FPOICreateFromObjectiveOverlay) == 0x000008, "Wrong alignment on FPOICreateFromObjectiveOverlay"); \ +static_assert(sizeof(FPOICreateFromObjectiveOverlay) == 0x000010, "Wrong size on FPOICreateFromObjectiveOverlay"); \ +static_assert(offsetof(FPOICreateFromObjectiveOverlay, ObjectiveOverlay) == 0x000000, "Member 'FPOICreateFromObjectiveOverlay::ObjectiveOverlay' has a wrong offset!"); \ +static_assert(offsetof(FPOICreateFromObjectiveOverlay, WidgetBlueprint) == 0x000008, "Member 'FPOICreateFromObjectiveOverlay::WidgetBlueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMantleShapeAnalysisData \ +static_assert(alignof(FMantleShapeAnalysisData) == 0x000004, "Wrong alignment on FMantleShapeAnalysisData"); \ +static_assert(sizeof(FMantleShapeAnalysisData) == 0x000024, "Wrong size on FMantleShapeAnalysisData"); \ +static_assert(offsetof(FMantleShapeAnalysisData, SurfaceLength) == 0x000000, "Member 'FMantleShapeAnalysisData::SurfaceLength' has a wrong offset!"); \ +static_assert(offsetof(FMantleShapeAnalysisData, Start) == 0x000004, "Member 'FMantleShapeAnalysisData::Start' has a wrong offset!"); \ +static_assert(offsetof(FMantleShapeAnalysisData, End) == 0x000010, "Member 'FMantleShapeAnalysisData::End' has a wrong offset!"); \ +static_assert(offsetof(FMantleShapeAnalysisData, SurfaceHeight) == 0x00001C, "Member 'FMantleShapeAnalysisData::SurfaceHeight' has a wrong offset!"); \ +static_assert(offsetof(FMantleShapeAnalysisData, IsValid) == 0x000020, "Member 'FMantleShapeAnalysisData::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageParams \ +static_assert(alignof(FDamageParams) == 0x000004, "Wrong alignment on FDamageParams"); \ +static_assert(sizeof(FDamageParams) == 0x0000E0, "Wrong size on FDamageParams"); \ +static_assert(offsetof(FDamageParams, DamageTag) == 0x000000, "Member 'FDamageParams::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, HitResponseHeuristic) == 0x000008, "Member 'FDamageParams::HitResponseHeuristic' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, Damage) == 0x00000C, "Member 'FDamageParams::Damage' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, StaggerDamage) == 0x000010, "Member 'FDamageParams::StaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, CanBeParried) == 0x000014, "Member 'FDamageParams::CanBeParried' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, ChargePower) == 0x000018, "Member 'FDamageParams::ChargePower' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, CourageSource) == 0x00001C, "Member 'FDamageParams::CourageSource' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, GeneratedCourage) == 0x000020, "Member 'FDamageParams::GeneratedCourage' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, IsDamageOverTime) == 0x000024, "Member 'FDamageParams::IsDamageOverTime' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, MaterialType) == 0x000028, "Member 'FDamageParams::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, OwnerOrigin) == 0x00002C, "Member 'FDamageParams::OwnerOrigin' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, Origin) == 0x000038, "Member 'FDamageParams::Origin' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, Velocity) == 0x000044, "Member 'FDamageParams::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, Radius) == 0x000050, "Member 'FDamageParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, HitResult) == 0x000054, "Member 'FDamageParams::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, ShouldBypassLastHit) == 0x0000DC, "Member 'FDamageParams::ShouldBypassLastHit' has a wrong offset!"); \ +static_assert(offsetof(FDamageParams, ShouldBypassInvulnerability) == 0x0000DD, "Member 'FDamageParams::ShouldBypassInvulnerability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiDamageEvent \ +static_assert(alignof(FMochiDamageEvent) == 0x000008, "Wrong alignment on FMochiDamageEvent"); \ +static_assert(sizeof(FMochiDamageEvent) == 0x000110, "Wrong size on FMochiDamageEvent"); \ +static_assert(offsetof(FMochiDamageEvent, Instigator) == 0x000000, "Member 'FMochiDamageEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, Causer) == 0x000008, "Member 'FMochiDamageEvent::Causer' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, DamageParams) == 0x000010, "Member 'FMochiDamageEvent::DamageParams' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, DamageDealt) == 0x0000F0, "Member 'FMochiDamageEvent::DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, WasHandled) == 0x0000F4, "Member 'FMochiDamageEvent::WasHandled' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, WasBlocked) == 0x0000F5, "Member 'FMochiDamageEvent::WasBlocked' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, WasCritical) == 0x0000F6, "Member 'FMochiDamageEvent::WasCritical' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, NumRotCouragePickups) == 0x0000F8, "Member 'FMochiDamageEvent::NumRotCouragePickups' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, CausedDeath) == 0x0000FC, "Member 'FMochiDamageEvent::CausedDeath' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, HitboxGroupTag) == 0x000100, "Member 'FMochiDamageEvent::HitboxGroupTag' has a wrong offset!"); \ +static_assert(offsetof(FMochiDamageEvent, HurtboxTag) == 0x000108, "Member 'FMochiDamageEvent::HurtboxTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFramingOpticsContext \ +static_assert(alignof(FCameraFramingOpticsContext) == 0x000004, "Wrong alignment on FCameraFramingOpticsContext"); \ +static_assert(sizeof(FCameraFramingOpticsContext) == 0x000018, "Wrong size on FCameraFramingOpticsContext"); \ +static_assert(offsetof(FCameraFramingOpticsContext, CanModifyFOV) == 0x000000, "Member 'FCameraFramingOpticsContext::CanModifyFOV' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingOpticsContext, TargetFocalLength) == 0x000004, "Member 'FCameraFramingOpticsContext::TargetFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingOpticsContext, SensorWidth) == 0x000008, "Member 'FCameraFramingOpticsContext::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingOpticsContext, SensorHeight) == 0x00000C, "Member 'FCameraFramingOpticsContext::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingOpticsContext, InterpSpeed) == 0x000010, "Member 'FCameraFramingOpticsContext::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingOpticsContext, CurrentFOV) == 0x000014, "Member 'FCameraFramingOpticsContext::CurrentFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFramingContext \ +static_assert(alignof(FCameraFramingContext) == 0x000008, "Wrong alignment on FCameraFramingContext"); \ +static_assert(sizeof(FCameraFramingContext) == 0x0000F8, "Wrong size on FCameraFramingContext"); \ +static_assert(offsetof(FCameraFramingContext, BlendInOut) == 0x000000, "Member 'FCameraFramingContext::BlendInOut' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, PlayerTargetBlendPercent) == 0x000008, "Member 'FCameraFramingContext::PlayerTargetBlendPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, ScreenPercentFramingBox) == 0x00000C, "Member 'FCameraFramingContext::ScreenPercentFramingBox' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, AlphaFromDistance) == 0x000020, "Member 'FCameraFramingContext::AlphaFromDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, DistanceMinMax) == 0x000024, "Member 'FCameraFramingContext::DistanceMinMax' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, InvertDistanceWeighting) == 0x00002C, "Member 'FCameraFramingContext::InvertDistanceWeighting' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, AllowTranslation) == 0x00002D, "Member 'FCameraFramingContext::AllowTranslation' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, TranslationWeight) == 0x000030, "Member 'FCameraFramingContext::TranslationWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, AllowPitchCorrection) == 0x000034, "Member 'FCameraFramingContext::AllowPitchCorrection' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, AllowYawCorrection) == 0x000035, "Member 'FCameraFramingContext::AllowYawCorrection' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, RotataionWeight) == 0x000038, "Member 'FCameraFramingContext::RotataionWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, OnlyCorrectWhenMoving) == 0x00003C, "Member 'FCameraFramingContext::OnlyCorrectWhenMoving' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, YieldCorrectionToPlayerLook) == 0x00003D, "Member 'FCameraFramingContext::YieldCorrectionToPlayerLook' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, UnfocusOnComplete) == 0x00003E, "Member 'FCameraFramingContext::UnfocusOnComplete' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, TranslationRate) == 0x000040, "Member 'FCameraFramingContext::TranslationRate' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, EasingFunc) == 0x000044, "Member 'FCameraFramingContext::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, EasePunchiness) == 0x000048, "Member 'FCameraFramingContext::EasePunchiness' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, OpticsSettings) == 0x00004C, "Member 'FCameraFramingContext::OpticsSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, InputYieldCurve) == 0x000068, "Member 'FCameraFramingContext::InputYieldCurve' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingContext, CurrentWeight) == 0x0000F0, "Member 'FCameraFramingContext::CurrentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPOICreateFromDataTableInfo \ +static_assert(alignof(FPOICreateFromDataTableInfo) == 0x000008, "Wrong alignment on FPOICreateFromDataTableInfo"); \ +static_assert(sizeof(FPOICreateFromDataTableInfo) == 0x000010, "Wrong size on FPOICreateFromDataTableInfo"); \ +static_assert(offsetof(FPOICreateFromDataTableInfo, DataTable) == 0x000000, "Member 'FPOICreateFromDataTableInfo::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FPOICreateFromDataTableInfo, WidgetBlueprint) == 0x000008, "Member 'FPOICreateFromDataTableInfo::WidgetBlueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrialsLevelSet \ +static_assert(alignof(FTrialsLevelSet) == 0x000008, "Wrong alignment on FTrialsLevelSet"); \ +static_assert(sizeof(FTrialsLevelSet) == 0x000048, "Wrong size on FTrialsLevelSet"); \ +static_assert(offsetof(FTrialsLevelSet, LevelSetTitle) == 0x000008, "Member 'FTrialsLevelSet::LevelSetTitle' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevelSet, UnlockPDSKey) == 0x000020, "Member 'FTrialsLevelSet::UnlockPDSKey' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevelSet, Levels) == 0x000028, "Member 'FTrialsLevelSet::Levels' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevelSet, RewardCosmeticName) == 0x000038, "Member 'FTrialsLevelSet::RewardCosmeticName' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevelSet, BonusRewardCosmeticName) == 0x000040, "Member 'FTrialsLevelSet::BonusRewardCosmeticName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSWatch \ +static_assert(alignof(FPDSWatch) == 0x000004, "Wrong alignment on FPDSWatch"); \ +static_assert(sizeof(FPDSWatch) == 0x000010, "Wrong size on FPDSWatch"); \ +static_assert(offsetof(FPDSWatch, KeyName) == 0x000000, "Member 'FPDSWatch::KeyName' has a wrong offset!"); \ +static_assert(offsetof(FPDSWatch, ComparisonOp) == 0x000008, "Member 'FPDSWatch::ComparisonOp' has a wrong offset!"); \ +static_assert(offsetof(FPDSWatch, ComparisonValue) == 0x00000C, "Member 'FPDSWatch::ComparisonValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameAssetInfo \ +static_assert(alignof(FGameAssetInfo) == 0x000008, "Wrong alignment on FGameAssetInfo"); \ +static_assert(sizeof(FGameAssetInfo) == 0x000030, "Wrong size on FGameAssetInfo"); \ + +#define DUMPER7_ASSERTS_FEaseFuncWithCurve \ +static_assert(alignof(FEaseFuncWithCurve) == 0x000008, "Wrong alignment on FEaseFuncWithCurve"); \ +static_assert(sizeof(FEaseFuncWithCurve) == 0x000090, "Wrong size on FEaseFuncWithCurve"); \ +static_assert(offsetof(FEaseFuncWithCurve, EaseFunc) == 0x000000, "Member 'FEaseFuncWithCurve::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(FEaseFuncWithCurve, UseCustomEaseCurve) == 0x000001, "Member 'FEaseFuncWithCurve::UseCustomEaseCurve' has a wrong offset!"); \ +static_assert(offsetof(FEaseFuncWithCurve, CustomEaseCurve) == 0x000008, "Member 'FEaseFuncWithCurve::CustomEaseCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotatorSettings \ +static_assert(alignof(FRotatorSettings) == 0x000008, "Wrong alignment on FRotatorSettings"); \ +static_assert(sizeof(FRotatorSettings) == 0x0000C0, "Wrong size on FRotatorSettings"); \ +static_assert(offsetof(FRotatorSettings, StartEnabled) == 0x000000, "Member 'FRotatorSettings::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, ConstantRotation) == 0x000001, "Member 'FRotatorSettings::ConstantRotation' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, RotationRate) == 0x000004, "Member 'FRotatorSettings::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, Duration) == 0x000008, "Member 'FRotatorSettings::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, ShortestPath) == 0x00000C, "Member 'FRotatorSettings::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, EaseFunc) == 0x000010, "Member 'FRotatorSettings::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, EasingFunc) == 0x0000A0, "Member 'FRotatorSettings::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, UsePingPong) == 0x0000A1, "Member 'FRotatorSettings::UsePingPong' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, MaxPingPongCount) == 0x0000A4, "Member 'FRotatorSettings::MaxPingPongCount' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, CurrentRotation) == 0x0000A8, "Member 'FRotatorSettings::CurrentRotation' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, CurrentTime) == 0x0000B4, "Member 'FRotatorSettings::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, TargetAngle) == 0x0000B8, "Member 'FRotatorSettings::TargetAngle' has a wrong offset!"); \ +static_assert(offsetof(FRotatorSettings, PingPongCount) == 0x0000BC, "Member 'FRotatorSettings::PingPongCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnerSpawnResult \ +static_assert(alignof(FSpawnerSpawnResult) == 0x000008, "Wrong alignment on FSpawnerSpawnResult"); \ +static_assert(sizeof(FSpawnerSpawnResult) == 0x000020, "Wrong size on FSpawnerSpawnResult"); \ +static_assert(offsetof(FSpawnerSpawnResult, Result) == 0x000000, "Member 'FSpawnerSpawnResult::Result' has a wrong offset!"); \ +static_assert(offsetof(FSpawnerSpawnResult, Instances) == 0x000008, "Member 'FSpawnerSpawnResult::Instances' has a wrong offset!"); \ +static_assert(offsetof(FSpawnerSpawnResult, Spawner) == 0x000018, "Member 'FSpawnerSpawnResult::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHurtboxGroup \ +static_assert(alignof(FHurtboxGroup) == 0x000008, "Wrong alignment on FHurtboxGroup"); \ +static_assert(sizeof(FHurtboxGroup) == 0x000068, "Wrong size on FHurtboxGroup"); \ +static_assert(offsetof(FHurtboxGroup, ComponentNames) == 0x000000, "Member 'FHurtboxGroup::ComponentNames' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, IsBlocking) == 0x000010, "Member 'FHurtboxGroup::IsBlocking' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, IsCritical) == 0x000011, "Member 'FHurtboxGroup::IsCritical' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, NumCouragePickups) == 0x000014, "Member 'FHurtboxGroup::NumCouragePickups' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, DamageMultiplier) == 0x000018, "Member 'FHurtboxGroup::DamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, StaggerDamageMultiplier) == 0x00001C, "Member 'FHurtboxGroup::StaggerDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, DamageBonus) == 0x000020, "Member 'FHurtboxGroup::DamageBonus' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, StaggerDamageBonus) == 0x000024, "Member 'FHurtboxGroup::StaggerDamageBonus' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, RequireDamageDealerTags) == 0x000028, "Member 'FHurtboxGroup::RequireDamageDealerTags' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, DamageDealerTags) == 0x000030, "Member 'FHurtboxGroup::DamageDealerTags' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, Hurtboxes) == 0x000050, "Member 'FHurtboxGroup::Hurtboxes' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxGroup, HasBeenHit) == 0x000060, "Member 'FHurtboxGroup::HasBeenHit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageParamsBase \ +static_assert(alignof(FDamageParamsBase) == 0x000004, "Wrong alignment on FDamageParamsBase"); \ +static_assert(sizeof(FDamageParamsBase) == 0x00000C, "Wrong size on FDamageParamsBase"); \ +static_assert(offsetof(FDamageParamsBase, IsSpirit) == 0x000000, "Member 'FDamageParamsBase::IsSpirit' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsBase, Power) == 0x000004, "Member 'FDamageParamsBase::Power' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsBase, StaggerType) == 0x000008, "Member 'FDamageParamsBase::StaggerType' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsBase, DamageSource) == 0x000009, "Member 'FDamageParamsBase::DamageSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDecayDamageParams \ +static_assert(alignof(FDecayDamageParams) == 0x000004, "Wrong alignment on FDecayDamageParams"); \ +static_assert(sizeof(FDecayDamageParams) == 0x00001C, "Wrong size on FDecayDamageParams"); \ +static_assert(offsetof(FDecayDamageParams, Origin) == 0x00000C, "Member 'FDecayDamageParams::Origin' has a wrong offset!"); \ +static_assert(offsetof(FDecayDamageParams, StackCount) == 0x000018, "Member 'FDecayDamageParams::StackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPipStateData \ +static_assert(alignof(FPipStateData) == 0x000004, "Wrong alignment on FPipStateData"); \ +static_assert(sizeof(FPipStateData) == 0x000014, "Wrong size on FPipStateData"); \ +static_assert(offsetof(FPipStateData, TotalOwnedPips) == 0x000000, "Member 'FPipStateData::TotalOwnedPips' has a wrong offset!"); \ +static_assert(offsetof(FPipStateData, ActivePips) == 0x000004, "Member 'FPipStateData::ActivePips' has a wrong offset!"); \ +static_assert(offsetof(FPipStateData, AvailablePips) == 0x000008, "Member 'FPipStateData::AvailablePips' has a wrong offset!"); \ +static_assert(offsetof(FPipStateData, ProgressRemainder) == 0x00000C, "Member 'FPipStateData::ProgressRemainder' has a wrong offset!"); \ +static_assert(offsetof(FPipStateData, StolenPips) == 0x000010, "Member 'FPipStateData::StolenPips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionSet \ +static_assert(alignof(FActionSet) == 0x000008, "Wrong alignment on FActionSet"); \ +static_assert(sizeof(FActionSet) == 0x000058, "Wrong size on FActionSet"); \ +static_assert(offsetof(FActionSet, ActionSetName) == 0x000000, "Member 'FActionSet::ActionSetName' has a wrong offset!"); \ +static_assert(offsetof(FActionSet, Actions) == 0x000008, "Member 'FActionSet::Actions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionsMenuItemValue \ +static_assert(alignof(FOptionsMenuItemValue) == 0x000004, "Wrong alignment on FOptionsMenuItemValue"); \ +static_assert(sizeof(FOptionsMenuItemValue) == 0x00000C, "Wrong size on FOptionsMenuItemValue"); \ +static_assert(offsetof(FOptionsMenuItemValue, ValueType) == 0x000000, "Member 'FOptionsMenuItemValue::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemValue, AsFloat) == 0x000004, "Member 'FOptionsMenuItemValue::AsFloat' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemValue, AsInt) == 0x000008, "Member 'FOptionsMenuItemValue::AsInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityData \ +static_assert(alignof(FAbilityData) == 0x000010, "Wrong alignment on FAbilityData"); \ +static_assert(sizeof(FAbilityData) == 0x000050, "Wrong size on FAbilityData"); \ +static_assert(offsetof(FAbilityData, IsActive) == 0x000000, "Member 'FAbilityData::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, IsChanneled) == 0x000001, "Member 'FAbilityData::IsChanneled' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, IsInterruptable) == 0x000002, "Member 'FAbilityData::IsInterruptable' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, IsTargetable) == 0x000003, "Member 'FAbilityData::IsTargetable' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, ShouldReadyOnComplete) == 0x000004, "Member 'FAbilityData::ShouldReadyOnComplete' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, ShouldActivateOnRelease) == 0x000005, "Member 'FAbilityData::ShouldActivateOnRelease' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, AttachSocketName) == 0x000008, "Member 'FAbilityData::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, AttachRelativeTransform) == 0x000010, "Member 'FAbilityData::AttachRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FAbilityData, Cooldown) == 0x000040, "Member 'FAbilityData::Cooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryItem \ +static_assert(alignof(FInventoryItem) == 0x000004, "Wrong alignment on FInventoryItem"); \ +static_assert(sizeof(FInventoryItem) == 0x000008, "Wrong size on FInventoryItem"); \ +static_assert(offsetof(FInventoryItem, Count) == 0x000000, "Member 'FInventoryItem::Count' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItem, MaxCount) == 0x000004, "Member 'FInventoryItem::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSAchievementUnlock \ +static_assert(alignof(FPDSAchievementUnlock) == 0x000004, "Wrong alignment on FPDSAchievementUnlock"); \ +static_assert(sizeof(FPDSAchievementUnlock) == 0x000014, "Wrong size on FPDSAchievementUnlock"); \ +static_assert(offsetof(FPDSAchievementUnlock, Condition) == 0x000000, "Member 'FPDSAchievementUnlock::Condition' has a wrong offset!"); \ +static_assert(offsetof(FPDSAchievementUnlock, AchievementToUnlock) == 0x000010, "Member 'FPDSAchievementUnlock::AchievementToUnlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPoints \ +static_assert(alignof(FNiagaraPoints) == 0x000008, "Wrong alignment on FNiagaraPoints"); \ +static_assert(sizeof(FNiagaraPoints) == 0x000010, "Wrong size on FNiagaraPoints"); \ +static_assert(offsetof(FNiagaraPoints, Points) == 0x000000, "Member 'FNiagaraPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemapActionData \ +static_assert(alignof(FRemapActionData) == 0x000008, "Wrong alignment on FRemapActionData"); \ +static_assert(sizeof(FRemapActionData) == 0x000028, "Wrong size on FRemapActionData"); \ +static_assert(offsetof(FRemapActionData, ActionName) == 0x000000, "Member 'FRemapActionData::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FRemapActionData, ActionDisplayText) == 0x000008, "Member 'FRemapActionData::ActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(FRemapActionData, IsKeyboardOnly) == 0x000020, "Member 'FRemapActionData::IsKeyboardOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemapActionsCategory \ +static_assert(alignof(FRemapActionsCategory) == 0x000008, "Wrong alignment on FRemapActionsCategory"); \ +static_assert(sizeof(FRemapActionsCategory) == 0x000028, "Wrong size on FRemapActionsCategory"); \ +static_assert(offsetof(FRemapActionsCategory, CategoryDisplayText) == 0x000000, "Member 'FRemapActionsCategory::CategoryDisplayText' has a wrong offset!"); \ +static_assert(offsetof(FRemapActionsCategory, RemapActionDatas) == 0x000018, "Member 'FRemapActionsCategory::RemapActionDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivityRow \ +static_assert(alignof(FActivityRow) == 0x000008, "Wrong alignment on FActivityRow"); \ +static_assert(sizeof(FActivityRow) == 0x000030, "Wrong size on FActivityRow"); \ +static_assert(offsetof(FActivityRow, StartCondition) == 0x000008, "Member 'FActivityRow::StartCondition' has a wrong offset!"); \ +static_assert(offsetof(FActivityRow, EndCondition) == 0x000018, "Member 'FActivityRow::EndCondition' has a wrong offset!"); \ +static_assert(offsetof(FActivityRow, IsTask) == 0x000028, "Member 'FActivityRow::IsTask' has a wrong offset!"); \ +static_assert(offsetof(FActivityRow, StartAutomatically) == 0x000029, "Member 'FActivityRow::StartAutomatically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnemyAggressionData \ +static_assert(alignof(FEnemyAggressionData) == 0x000004, "Wrong alignment on FEnemyAggressionData"); \ +static_assert(sizeof(FEnemyAggressionData) == 0x00000C, "Wrong size on FEnemyAggressionData"); \ + +#define DUMPER7_ASSERTS_FDLCTrialSaveData \ +static_assert(alignof(FDLCTrialSaveData) == 0x000008, "Wrong alignment on FDLCTrialSaveData"); \ +static_assert(sizeof(FDLCTrialSaveData) == 0x000058, "Wrong size on FDLCTrialSaveData"); \ +static_assert(offsetof(FDLCTrialSaveData, DurationMs) == 0x000000, "Member 'FDLCTrialSaveData::DurationMs' has a wrong offset!"); \ +static_assert(offsetof(FDLCTrialSaveData, CompletedBonusObjectives) == 0x000008, "Member 'FDLCTrialSaveData::CompletedBonusObjectives' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClimbingContext \ +static_assert(alignof(FClimbingContext) == 0x000008, "Wrong alignment on FClimbingContext"); \ +static_assert(sizeof(FClimbingContext) == 0x000078, "Wrong size on FClimbingContext"); \ +static_assert(offsetof(FClimbingContext, LedgeLeapActive) == 0x000000, "Member 'FClimbingContext::LedgeLeapActive' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, ClimbingProxy) == 0x000008, "Member 'FClimbingContext::ClimbingProxy' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, GrabComponent) == 0x000010, "Member 'FClimbingContext::GrabComponent' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, SnapRelativeLocation) == 0x000018, "Member 'FClimbingContext::SnapRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, SnapNormal) == 0x000024, "Member 'FClimbingContext::SnapNormal' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, SnapTangent) == 0x000030, "Member 'FClimbingContext::SnapTangent' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, ClimbDirection) == 0x00003C, "Member 'FClimbingContext::ClimbDirection' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, LeapStatus) == 0x000048, "Member 'FClimbingContext::LeapStatus' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, LeapTraceStatus) == 0x000049, "Member 'FClimbingContext::LeapTraceStatus' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, CanStandOnLedge) == 0x00004A, "Member 'FClimbingContext::CanStandOnLedge' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, SearchMode) == 0x00004B, "Member 'FClimbingContext::SearchMode' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, ShouldFreeHang) == 0x00004C, "Member 'FClimbingContext::ShouldFreeHang' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, CanMantle) == 0x00004D, "Member 'FClimbingContext::CanMantle' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, LedgeLeapDirection) == 0x000050, "Member 'FClimbingContext::LedgeLeapDirection' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, LedgeLeapDistance) == 0x00005C, "Member 'FClimbingContext::LedgeLeapDistance' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, InitialSnapFacingAngle) == 0x000060, "Member 'FClimbingContext::InitialSnapFacingAngle' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, LedgeSpline) == 0x000068, "Member 'FClimbingContext::LedgeSpline' has a wrong offset!"); \ +static_assert(offsetof(FClimbingContext, DistanceAlongSpline) == 0x000070, "Member 'FClimbingContext::DistanceAlongSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListByClass \ +static_assert(alignof(FAnimNode_BlendListByClass) == 0x000008, "Wrong alignment on FAnimNode_BlendListByClass"); \ +static_assert(sizeof(FAnimNode_BlendListByClass) == 0x0000F0, "Wrong size on FAnimNode_BlendListByClass"); \ +static_assert(offsetof(FAnimNode_BlendListByClass, mStateToPoseMap) == 0x000098, "Member 'FAnimNode_BlendListByClass::mStateToPoseMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListByClass, mCurrentState) == 0x0000E8, "Member 'FAnimNode_BlendListByClass::mCurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChargeAttackContext \ +static_assert(alignof(FChargeAttackContext) == 0x000004, "Wrong alignment on FChargeAttackContext"); \ +static_assert(sizeof(FChargeAttackContext) == 0x00001C, "Wrong size on FChargeAttackContext"); \ +static_assert(offsetof(FChargeAttackContext, ChargeActive) == 0x000000, "Member 'FChargeAttackContext::ChargeActive' has a wrong offset!"); \ +static_assert(offsetof(FChargeAttackContext, ContextName) == 0x000004, "Member 'FChargeAttackContext::ContextName' has a wrong offset!"); \ +static_assert(offsetof(FChargeAttackContext, NormalizedChargeStrength) == 0x00000C, "Member 'FChargeAttackContext::NormalizedChargeStrength' has a wrong offset!"); \ +static_assert(offsetof(FChargeAttackContext, ChargeTime) == 0x000010, "Member 'FChargeAttackContext::ChargeTime' has a wrong offset!"); \ +static_assert(offsetof(FChargeAttackContext, RateScale) == 0x000014, "Member 'FChargeAttackContext::RateScale' has a wrong offset!"); \ +static_assert(offsetof(FChargeAttackContext, ChargeDuration) == 0x000018, "Member 'FChargeAttackContext::ChargeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontageGroup \ +static_assert(alignof(FMontageGroup) == 0x000008, "Wrong alignment on FMontageGroup"); \ +static_assert(sizeof(FMontageGroup) == 0x000020, "Wrong size on FMontageGroup"); \ +static_assert(offsetof(FMontageGroup, Montages) == 0x000000, "Member 'FMontageGroup::Montages' has a wrong offset!"); \ +static_assert(offsetof(FMontageGroup, AvoidRepeating) == 0x000010, "Member 'FMontageGroup::AvoidRepeating' has a wrong offset!"); \ +static_assert(offsetof(FMontageGroup, LastPlayedMontage) == 0x000018, "Member 'FMontageGroup::LastPlayedMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAggressionConfig \ +static_assert(alignof(FAggressionConfig) == 0x000004, "Wrong alignment on FAggressionConfig"); \ +static_assert(sizeof(FAggressionConfig) == 0x000010, "Wrong size on FAggressionConfig"); \ +static_assert(offsetof(FAggressionConfig, AggressionCost) == 0x000000, "Member 'FAggressionConfig::AggressionCost' has a wrong offset!"); \ +static_assert(offsetof(FAggressionConfig, AggressionPriority) == 0x000004, "Member 'FAggressionConfig::AggressionPriority' has a wrong offset!"); \ +static_assert(offsetof(FAggressionConfig, AggressionPriorityDistance) == 0x000008, "Member 'FAggressionConfig::AggressionPriorityDistance' has a wrong offset!"); \ +static_assert(offsetof(FAggressionConfig, AggressionRadius) == 0x00000C, "Member 'FAggressionConfig::AggressionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttackToken \ +static_assert(alignof(FAttackToken) == 0x000004, "Wrong alignment on FAttackToken"); \ +static_assert(sizeof(FAttackToken) == 0x000018, "Wrong size on FAttackToken"); \ +static_assert(offsetof(FAttackToken, TokenType) == 0x000000, "Member 'FAttackToken::TokenType' has a wrong offset!"); \ +static_assert(offsetof(FAttackToken, AttackerComponent) == 0x000004, "Member 'FAttackToken::AttackerComponent' has a wrong offset!"); \ +static_assert(offsetof(FAttackToken, Cooldown) == 0x00000C, "Member 'FAttackToken::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(FAttackToken, LastCheckInTime) == 0x000010, "Member 'FAttackToken::LastCheckInTime' has a wrong offset!"); \ +static_assert(offsetof(FAttackToken, Locked) == 0x000014, "Member 'FAttackToken::Locked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiUserStats \ +static_assert(alignof(FMochiUserStats) == 0x000008, "Wrong alignment on FMochiUserStats"); \ +static_assert(sizeof(FMochiUserStats) == 0x000070, "Wrong size on FMochiUserStats"); \ +static_assert(offsetof(FMochiUserStats, Version) == 0x000000, "Member 'FMochiUserStats::Version' has a wrong offset!"); \ +static_assert(offsetof(FMochiUserStats, bHasUserBeatGame) == 0x000004, "Member 'FMochiUserStats::bHasUserBeatGame' has a wrong offset!"); \ +static_assert(offsetof(FMochiUserStats, bHasNotifiedBeatGame) == 0x000005, "Member 'FMochiUserStats::bHasNotifiedBeatGame' has a wrong offset!"); \ +static_assert(offsetof(FMochiUserStats, bHasUserSelectedLanguage) == 0x000006, "Member 'FMochiUserStats::bHasUserSelectedLanguage' has a wrong offset!"); \ +static_assert(offsetof(FMochiUserStats, PCUserData) == 0x000008, "Member 'FMochiUserStats::PCUserData' has a wrong offset!"); \ +static_assert(offsetof(FMochiUserStats, PCUserDataSize) == 0x000018, "Member 'FMochiUserStats::PCUserDataSize' has a wrong offset!"); \ +static_assert(offsetof(FMochiUserStats, HolidayHats) == 0x000020, "Member 'FMochiUserStats::HolidayHats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttackTokenTypeConfig \ +static_assert(alignof(FAttackTokenTypeConfig) == 0x000004, "Wrong alignment on FAttackTokenTypeConfig"); \ +static_assert(sizeof(FAttackTokenTypeConfig) == 0x000008, "Wrong size on FAttackTokenTypeConfig"); \ +static_assert(offsetof(FAttackTokenTypeConfig, Amount) == 0x000000, "Member 'FAttackTokenTypeConfig::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAttackTokenTypeConfig, Cooldown) == 0x000004, "Member 'FAttackTokenTypeConfig::Cooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FButtonLegendButton \ +static_assert(alignof(FButtonLegendButton) == 0x000008, "Wrong alignment on FButtonLegendButton"); \ +static_assert(sizeof(FButtonLegendButton) == 0x000038, "Wrong size on FButtonLegendButton"); \ +static_assert(offsetof(FButtonLegendButton, Text) == 0x000008, "Member 'FButtonLegendButton::Text' has a wrong offset!"); \ +static_assert(offsetof(FButtonLegendButton, ActionName) == 0x000020, "Member 'FButtonLegendButton::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FButtonLegendButton, RequiredStateScope) == 0x000028, "Member 'FButtonLegendButton::RequiredStateScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FButtonLegendActiveButton \ +static_assert(alignof(FButtonLegendActiveButton) == 0x000008, "Wrong alignment on FButtonLegendActiveButton"); \ +static_assert(sizeof(FButtonLegendActiveButton) == 0x000058, "Wrong size on FButtonLegendActiveButton"); \ +static_assert(offsetof(FButtonLegendActiveButton, Config) == 0x000020, "Member 'FButtonLegendActiveButton::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomWeightedClass \ +static_assert(alignof(FRandomWeightedClass) == 0x000008, "Wrong alignment on FRandomWeightedClass"); \ +static_assert(sizeof(FRandomWeightedClass) == 0x000010, "Wrong size on FRandomWeightedClass"); \ +static_assert(offsetof(FRandomWeightedClass, Class) == 0x000000, "Member 'FRandomWeightedClass::Class' has a wrong offset!"); \ +static_assert(offsetof(FRandomWeightedClass, Weight) == 0x000008, "Member 'FRandomWeightedClass::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateBlendOverride \ +static_assert(alignof(FStateBlendOverride) == 0x000008, "Wrong alignment on FStateBlendOverride"); \ +static_assert(sizeof(FStateBlendOverride) == 0x000020, "Wrong size on FStateBlendOverride"); \ +static_assert(offsetof(FStateBlendOverride, OverrideBlendSettings) == 0x000000, "Member 'FStateBlendOverride::OverrideBlendSettings' has a wrong offset!"); \ +static_assert(offsetof(FStateBlendOverride, OverriddenCameras) == 0x000010, "Member 'FStateBlendOverride::OverriddenCameras' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraData \ +static_assert(alignof(FCameraData) == 0x000008, "Wrong alignment on FCameraData"); \ +static_assert(sizeof(FCameraData) == 0x0002A8, "Wrong size on FCameraData"); \ +static_assert(offsetof(FCameraData, CurrentFocalLength) == 0x000000, "Member 'FCameraData::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CurrentAperture) == 0x000004, "Member 'FCameraData::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, FilmbackSettings) == 0x000008, "Member 'FCameraData::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, LensSettings) == 0x000014, "Member 'FCameraData::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, UseAutoFocus) == 0x00002C, "Member 'FCameraData::UseAutoFocus' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, FocusTraceDistance) == 0x000030, "Member 'FCameraData::FocusTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, UsePitchEffectCurves) == 0x000034, "Member 'FCameraData::UsePitchEffectCurves' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, AngleToSpringArmLength) == 0x000038, "Member 'FCameraData::AngleToSpringArmLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, AngleToSpringArmZOffset) == 0x0000C0, "Member 'FCameraData::AngleToSpringArmZOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, AngleToFocalLength) == 0x000148, "Member 'FCameraData::AngleToFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, FocusSettings) == 0x0001D0, "Member 'FCameraData::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, SpringArmLength) == 0x000228, "Member 'FCameraData::SpringArmLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, SpringArmSocketOffset) == 0x00022C, "Member 'FCameraData::SpringArmSocketOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, SpringArmTargetOffset) == 0x000238, "Member 'FCameraData::SpringArmTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, SpringArmPivotOffset) == 0x000244, "Member 'FCameraData::SpringArmPivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, UsePawnControlRotation) == 0x000250, "Member 'FCameraData::UsePawnControlRotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, UseLag) == 0x000251, "Member 'FCameraData::UseLag' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CameraZLocLagSpeed) == 0x000254, "Member 'FCameraData::CameraZLocLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CameraZLocLagDistance) == 0x000258, "Member 'FCameraData::CameraZLocLagDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, UseRotationLag) == 0x00025C, "Member 'FCameraData::UseRotationLag' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CameraLagSpeed) == 0x000260, "Member 'FCameraData::CameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CameraLagRotationSpeed) == 0x000264, "Member 'FCameraData::CameraLagRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, LagMaxDistance) == 0x000268, "Member 'FCameraData::LagMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, YawPitchScalars) == 0x00026C, "Member 'FCameraData::YawPitchScalars' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, UseFraming) == 0x000274, "Member 'FCameraData::UseFraming' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, BlendSettings) == 0x000278, "Member 'FCameraData::BlendSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, SpringArmSocketFramingOffset) == 0x000288, "Member 'FCameraData::SpringArmSocketFramingOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, FramingAlpha) == 0x000294, "Member 'FCameraData::FramingAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, BlendPercent) == 0x000298, "Member 'FCameraData::BlendPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CachedAngleToSpringArmLength) == 0x00029C, "Member 'FCameraData::CachedAngleToSpringArmLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CachedAngleToSpringArmZOffset) == 0x0002A0, "Member 'FCameraData::CachedAngleToSpringArmZOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraData, CachedAngleToFocalLength) == 0x0002A4, "Member 'FCameraData::CachedAngleToFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCycleSelectEntry \ +static_assert(alignof(FCycleSelectEntry) == 0x000008, "Wrong alignment on FCycleSelectEntry"); \ +static_assert(sizeof(FCycleSelectEntry) == 0x000030, "Wrong size on FCycleSelectEntry"); \ +static_assert(offsetof(FCycleSelectEntry, EntryName) == 0x000000, "Member 'FCycleSelectEntry::EntryName' has a wrong offset!"); \ +static_assert(offsetof(FCycleSelectEntry, EntryTooltip) == 0x000018, "Member 'FCycleSelectEntry::EntryTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCycleSelectConfig \ +static_assert(alignof(FCycleSelectConfig) == 0x000008, "Wrong alignment on FCycleSelectConfig"); \ +static_assert(sizeof(FCycleSelectConfig) == 0x000038, "Wrong size on FCycleSelectConfig"); \ +static_assert(offsetof(FCycleSelectConfig, EnableWrapAround) == 0x000000, "Member 'FCycleSelectConfig::EnableWrapAround' has a wrong offset!"); \ +static_assert(offsetof(FCycleSelectConfig, DynamicEntries) == 0x000001, "Member 'FCycleSelectConfig::DynamicEntries' has a wrong offset!"); \ +static_assert(offsetof(FCycleSelectConfig, Entries) == 0x000008, "Member 'FCycleSelectConfig::Entries' has a wrong offset!"); \ +static_assert(offsetof(FCycleSelectConfig, UniqueTooltipPerEntry) == 0x000018, "Member 'FCycleSelectConfig::UniqueTooltipPerEntry' has a wrong offset!"); \ +static_assert(offsetof(FCycleSelectConfig, SharedTooltip) == 0x000020, "Member 'FCycleSelectConfig::SharedTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSliderConfig \ +static_assert(alignof(FSliderConfig) == 0x000008, "Wrong alignment on FSliderConfig"); \ +static_assert(sizeof(FSliderConfig) == 0x000028, "Wrong size on FSliderConfig"); \ +static_assert(offsetof(FSliderConfig, SliderMinValue) == 0x000000, "Member 'FSliderConfig::SliderMinValue' has a wrong offset!"); \ +static_assert(offsetof(FSliderConfig, SliderMaxValue) == 0x000004, "Member 'FSliderConfig::SliderMaxValue' has a wrong offset!"); \ +static_assert(offsetof(FSliderConfig, SliderIncrementValue) == 0x000008, "Member 'FSliderConfig::SliderIncrementValue' has a wrong offset!"); \ +static_assert(offsetof(FSliderConfig, ShowValueText) == 0x00000C, "Member 'FSliderConfig::ShowValueText' has a wrong offset!"); \ +static_assert(offsetof(FSliderConfig, SliderTooltip) == 0x000010, "Member 'FSliderConfig::SliderTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionMenuButtonConfig \ +static_assert(alignof(FOptionMenuButtonConfig) == 0x000008, "Wrong alignment on FOptionMenuButtonConfig"); \ +static_assert(sizeof(FOptionMenuButtonConfig) == 0x000018, "Wrong size on FOptionMenuButtonConfig"); \ +static_assert(offsetof(FOptionMenuButtonConfig, Tooltip) == 0x000000, "Member 'FOptionMenuButtonConfig::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionsMenuItemConfig \ +static_assert(alignof(FOptionsMenuItemConfig) == 0x000008, "Wrong alignment on FOptionsMenuItemConfig"); \ +static_assert(sizeof(FOptionsMenuItemConfig) == 0x0000B0, "Wrong size on FOptionsMenuItemConfig"); \ +static_assert(offsetof(FOptionsMenuItemConfig, OptionName) == 0x000000, "Member 'FOptionsMenuItemConfig::OptionName' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, PlatformAvailability) == 0x000018, "Member 'FOptionsMenuItemConfig::PlatformAvailability' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, Identifier) == 0x00001C, "Member 'FOptionsMenuItemConfig::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, RequiredEntitlement) == 0x000024, "Member 'FOptionsMenuItemConfig::RequiredEntitlement' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, Type) == 0x00002C, "Member 'FOptionsMenuItemConfig::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, CycleSelectConfiguration) == 0x000030, "Member 'FOptionsMenuItemConfig::CycleSelectConfiguration' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, SliderConfiguration) == 0x000068, "Member 'FOptionsMenuItemConfig::SliderConfiguration' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, ButtonConfig) == 0x000090, "Member 'FOptionsMenuItemConfig::ButtonConfig' has a wrong offset!"); \ +static_assert(offsetof(FOptionsMenuItemConfig, Behavior) == 0x0000A8, "Member 'FOptionsMenuItemConfig::Behavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionSectionInfo \ +static_assert(alignof(FOptionSectionInfo) == 0x000008, "Wrong alignment on FOptionSectionInfo"); \ +static_assert(sizeof(FOptionSectionInfo) == 0x000030, "Wrong size on FOptionSectionInfo"); \ +static_assert(offsetof(FOptionSectionInfo, SectionName) == 0x000008, "Member 'FOptionSectionInfo::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FOptionSectionInfo, Options) == 0x000020, "Member 'FOptionSectionInfo::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationSettings \ +static_assert(alignof(FRotationSettings) == 0x000001, "Wrong alignment on FRotationSettings"); \ +static_assert(sizeof(FRotationSettings) == 0x000003, "Wrong size on FRotationSettings"); \ +static_assert(offsetof(FRotationSettings, AllowRootMotionRotation) == 0x000000, "Member 'FRotationSettings::AllowRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(FRotationSettings, UseControllerDesiredRotation) == 0x000001, "Member 'FRotationSettings::UseControllerDesiredRotation' has a wrong offset!"); \ +static_assert(offsetof(FRotationSettings, OrientToVelocity) == 0x000002, "Member 'FRotationSettings::OrientToVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharmEffect \ +static_assert(alignof(FCharmEffect) == 0x000008, "Wrong alignment on FCharmEffect"); \ +static_assert(sizeof(FCharmEffect) == 0x000040, "Wrong size on FCharmEffect"); \ +static_assert(offsetof(FCharmEffect, Condition) == 0x000008, "Member 'FCharmEffect::Condition' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, ConditionValue) == 0x00000C, "Member 'FCharmEffect::ConditionValue' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, ActionType) == 0x000010, "Member 'FCharmEffect::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, Action) == 0x000014, "Member 'FCharmEffect::Action' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, ActionValue) == 0x000018, "Member 'FCharmEffect::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, ActionTriggerChance) == 0x00001C, "Member 'FCharmEffect::ActionTriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, Description) == 0x000020, "Member 'FCharmEffect::Description' has a wrong offset!"); \ +static_assert(offsetof(FCharmEffect, IsPositive) == 0x000038, "Member 'FCharmEffect::IsPositive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileAbilityData \ +static_assert(alignof(FProjectileAbilityData) == 0x000004, "Wrong alignment on FProjectileAbilityData"); \ +static_assert(sizeof(FProjectileAbilityData) == 0x00002C, "Wrong size on FProjectileAbilityData"); \ +static_assert(offsetof(FProjectileAbilityData, BasePower) == 0x000000, "Member 'FProjectileAbilityData::BasePower' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, PowerToForceFactor) == 0x000004, "Member 'FProjectileAbilityData::PowerToForceFactor' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ProjectileCount) == 0x000008, "Member 'FProjectileAbilityData::ProjectileCount' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ProjectileSpread) == 0x00000C, "Member 'FProjectileAbilityData::ProjectileSpread' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ChannelMode) == 0x000010, "Member 'FProjectileAbilityData::ChannelMode' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ContinuousFireRate) == 0x000014, "Member 'FProjectileAbilityData::ContinuousFireRate' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ChargePowerDuration) == 0x000018, "Member 'FProjectileAbilityData::ChargePowerDuration' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ChargePowerMax) == 0x00001C, "Member 'FProjectileAbilityData::ChargePowerMax' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ShouldAutoFire) == 0x000020, "Member 'FProjectileAbilityData::ShouldAutoFire' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, ShouldFireReasonMask) == 0x000024, "Member 'FProjectileAbilityData::ShouldFireReasonMask' has a wrong offset!"); \ +static_assert(offsetof(FProjectileAbilityData, UseAimMagnetism) == 0x000028, "Member 'FProjectileAbilityData::UseAimMagnetism' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckpointMetadataTableRow \ +static_assert(alignof(FCheckpointMetadataTableRow) == 0x000008, "Wrong alignment on FCheckpointMetadataTableRow"); \ +static_assert(sizeof(FCheckpointMetadataTableRow) == 0x0000C0, "Wrong size on FCheckpointMetadataTableRow"); \ +static_assert(offsetof(FCheckpointMetadataTableRow, World) == 0x000008, "Member 'FCheckpointMetadataTableRow::World' has a wrong offset!"); \ +static_assert(offsetof(FCheckpointMetadataTableRow, Region) == 0x000020, "Member 'FCheckpointMetadataTableRow::Region' has a wrong offset!"); \ +static_assert(offsetof(FCheckpointMetadataTableRow, Screenshot) == 0x000038, "Member 'FCheckpointMetadataTableRow::Screenshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClipValueFrame \ +static_assert(alignof(FClipValueFrame) == 0x000008, "Wrong alignment on FClipValueFrame"); \ +static_assert(sizeof(FClipValueFrame) == 0x000058, "Wrong size on FClipValueFrame"); \ +static_assert(offsetof(FClipValueFrame, NearClip) == 0x000000, "Member 'FClipValueFrame::NearClip' has a wrong offset!"); \ +static_assert(offsetof(FClipValueFrame, ComponentClipValues) == 0x000008, "Member 'FClipValueFrame::ComponentClipValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSConditionalChange \ +static_assert(alignof(FPDSConditionalChange) == 0x000004, "Wrong alignment on FPDSConditionalChange"); \ +static_assert(sizeof(FPDSConditionalChange) == 0x00000C, "Wrong size on FPDSConditionalChange"); \ +static_assert(offsetof(FPDSConditionalChange, KeyName) == 0x000000, "Member 'FPDSConditionalChange::KeyName' has a wrong offset!"); \ +static_assert(offsetof(FPDSConditionalChange, ChangeValue) == 0x000008, "Member 'FPDSConditionalChange::ChangeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviousCollisionData \ +static_assert(alignof(FPreviousCollisionData) == 0x000008, "Wrong alignment on FPreviousCollisionData"); \ +static_assert(sizeof(FPreviousCollisionData) == 0x000060, "Wrong size on FPreviousCollisionData"); \ +static_assert(offsetof(FPreviousCollisionData, PreviousCollisionEnabled) == 0x000000, "Member 'FPreviousCollisionData::PreviousCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FPreviousCollisionData, PreviousProfileName) == 0x000004, "Member 'FPreviousCollisionData::PreviousProfileName' has a wrong offset!"); \ +static_assert(offsetof(FPreviousCollisionData, PreviousResponses) == 0x000010, "Member 'FPreviousCollisionData::PreviousResponses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitEffects \ +static_assert(alignof(FHitEffects) == 0x000008, "Wrong alignment on FHitEffects"); \ +static_assert(sizeof(FHitEffects) == 0x000010, "Wrong size on FHitEffects"); \ +static_assert(offsetof(FHitEffects, ParticleSystem) == 0x000000, "Member 'FHitEffects::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(FHitEffects, AudioEvent) == 0x000008, "Member 'FHitEffects::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstrainContext \ +static_assert(alignof(FConstrainContext) == 0x000008, "Wrong alignment on FConstrainContext"); \ +static_assert(sizeof(FConstrainContext) == 0x000050, "Wrong size on FConstrainContext"); \ +static_assert(offsetof(FConstrainContext, ConstraintTarget) == 0x000000, "Member 'FConstrainContext::ConstraintTarget' has a wrong offset!"); \ +static_assert(offsetof(FConstrainContext, UseConstraintRotation) == 0x000008, "Member 'FConstrainContext::UseConstraintRotation' has a wrong offset!"); \ +static_assert(offsetof(FConstrainContext, TriggerImmediately) == 0x000009, "Member 'FConstrainContext::TriggerImmediately' has a wrong offset!"); \ +static_assert(offsetof(FConstrainContext, RelativeOffset) == 0x00000C, "Member 'FConstrainContext::RelativeOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstrainContext, LastConstrainLocation) == 0x000018, "Member 'FConstrainContext::LastConstrainLocation' has a wrong offset!"); \ +static_assert(offsetof(FConstrainContext, ConstrainState) == 0x000024, "Member 'FConstrainContext::ConstrainState' has a wrong offset!"); \ +static_assert(offsetof(FConstrainContext, SoftAnimRef) == 0x000028, "Member 'FConstrainContext::SoftAnimRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectiveInfo \ +static_assert(alignof(FObjectiveInfo) == 0x000008, "Wrong alignment on FObjectiveInfo"); \ +static_assert(sizeof(FObjectiveInfo) == 0x0000A8, "Wrong size on FObjectiveInfo"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveCategory) == 0x000008, "Member 'FObjectiveInfo::ObjectiveCategory' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveType) == 0x000009, "Member 'FObjectiveInfo::ObjectiveType' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, SubObjectives) == 0x000010, "Member 'FObjectiveInfo::SubObjectives' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveState) == 0x000020, "Member 'FObjectiveInfo::ObjectiveState' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveName) == 0x000028, "Member 'FObjectiveInfo::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ActivatePDSKey) == 0x000040, "Member 'FObjectiveInfo::ActivatePDSKey' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, CompletedPDSKey) == 0x000050, "Member 'FObjectiveInfo::CompletedPDSKey' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveDescription) == 0x000060, "Member 'FObjectiveInfo::ObjectiveDescription' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveLocations) == 0x000078, "Member 'FObjectiveInfo::ObjectiveLocations' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, bShowOnlyAfterCompleted) == 0x000088, "Member 'FObjectiveInfo::bShowOnlyAfterCompleted' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveInfo, ObjectiveTooltip) == 0x000090, "Member 'FObjectiveInfo::ObjectiveTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKenaCosmeticEquipData \ +static_assert(alignof(FKenaCosmeticEquipData) == 0x000008, "Wrong alignment on FKenaCosmeticEquipData"); \ +static_assert(sizeof(FKenaCosmeticEquipData) == 0x000020, "Wrong size on FKenaCosmeticEquipData"); \ +static_assert(offsetof(FKenaCosmeticEquipData, EquippedRowName) == 0x000000, "Member 'FKenaCosmeticEquipData::EquippedRowName' has a wrong offset!"); \ +static_assert(offsetof(FKenaCosmeticEquipData, PreviewedRowName) == 0x000008, "Member 'FKenaCosmeticEquipData::PreviewedRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageParamsArguments \ +static_assert(alignof(FDamageParamsArguments) == 0x000010, "Wrong alignment on FDamageParamsArguments"); \ +static_assert(sizeof(FDamageParamsArguments) == 0x0000E0, "Wrong size on FDamageParamsArguments"); \ +static_assert(offsetof(FDamageParamsArguments, HitboxComponent) == 0x000000, "Member 'FDamageParamsArguments::HitboxComponent' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, Hit) == 0x000008, "Member 'FDamageParamsArguments::Hit' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, DamageConfig) == 0x000090, "Member 'FDamageParamsArguments::DamageConfig' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, ChargePercent) == 0x000098, "Member 'FDamageParamsArguments::ChargePercent' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, PrevHitboxTransform) == 0x0000A0, "Member 'FDamageParamsArguments::PrevHitboxTransform' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, DamageMultiplier) == 0x0000D0, "Member 'FDamageParamsArguments::DamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, StaggerDamageMultiplier) == 0x0000D4, "Member 'FDamageParamsArguments::StaggerDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, ShouldBypassLastHit) == 0x0000D8, "Member 'FDamageParamsArguments::ShouldBypassLastHit' has a wrong offset!"); \ +static_assert(offsetof(FDamageParamsArguments, ShouldBypassInvulnerability) == 0x0000D9, "Member 'FDamageParamsArguments::ShouldBypassInvulnerability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageMaterialEffectKey \ +static_assert(alignof(FDamageMaterialEffectKey) == 0x000004, "Wrong alignment on FDamageMaterialEffectKey"); \ +static_assert(sizeof(FDamageMaterialEffectKey) == 0x000004, "Wrong size on FDamageMaterialEffectKey"); \ +static_assert(offsetof(FDamageMaterialEffectKey, MaterialKey) == 0x000000, "Member 'FDamageMaterialEffectKey::MaterialKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialHitMap \ +static_assert(alignof(FMaterialHitMap) == 0x000008, "Wrong alignment on FMaterialHitMap"); \ +static_assert(sizeof(FMaterialHitMap) == 0x000050, "Wrong size on FMaterialHitMap"); \ +static_assert(offsetof(FMaterialHitMap, HitMaterialToEffectMap) == 0x000000, "Member 'FMaterialHitMap::HitMaterialToEffectMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPulseDamageParams \ +static_assert(alignof(FPulseDamageParams) == 0x000004, "Wrong alignment on FPulseDamageParams"); \ +static_assert(sizeof(FPulseDamageParams) == 0x000020, "Wrong size on FPulseDamageParams"); \ +static_assert(offsetof(FPulseDamageParams, Origin) == 0x00000C, "Member 'FPulseDamageParams::Origin' has a wrong offset!"); \ +static_assert(offsetof(FPulseDamageParams, ChargedPercent) == 0x000018, "Member 'FPulseDamageParams::ChargedPercent' has a wrong offset!"); \ +static_assert(offsetof(FPulseDamageParams, Radius) == 0x00001C, "Member 'FPulseDamageParams::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBombDamageParams \ +static_assert(alignof(FBombDamageParams) == 0x000004, "Wrong alignment on FBombDamageParams"); \ +static_assert(sizeof(FBombDamageParams) == 0x000028, "Wrong size on FBombDamageParams"); \ +static_assert(offsetof(FBombDamageParams, Origin) == 0x00000C, "Member 'FBombDamageParams::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBombDamageParams, ImpactPoint) == 0x000018, "Member 'FBombDamageParams::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FBombDamageParams, Radius) == 0x000024, "Member 'FBombDamageParams::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileDamageParams \ +static_assert(alignof(FProjectileDamageParams) == 0x000008, "Wrong alignment on FProjectileDamageParams"); \ +static_assert(sizeof(FProjectileDamageParams) == 0x000038, "Wrong size on FProjectileDamageParams"); \ +static_assert(offsetof(FProjectileDamageParams, ImpactPoint) == 0x00000C, "Member 'FProjectileDamageParams::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FProjectileDamageParams, Velocity) == 0x000018, "Member 'FProjectileDamageParams::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FProjectileDamageParams, HitComponent) == 0x000028, "Member 'FProjectileDamageParams::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(FProjectileDamageParams, BoneName) == 0x000030, "Member 'FProjectileDamageParams::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeleeDamageParams \ +static_assert(alignof(FMeleeDamageParams) == 0x000004, "Wrong alignment on FMeleeDamageParams"); \ +static_assert(sizeof(FMeleeDamageParams) == 0x000024, "Wrong size on FMeleeDamageParams"); \ +static_assert(offsetof(FMeleeDamageParams, ImpactPoint) == 0x00000C, "Member 'FMeleeDamageParams::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FMeleeDamageParams, Direction) == 0x000018, "Member 'FMeleeDamageParams::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTweenActorDef \ +static_assert(alignof(FTweenActorDef) == 0x000008, "Wrong alignment on FTweenActorDef"); \ +static_assert(sizeof(FTweenActorDef) == 0x000018, "Wrong size on FTweenActorDef"); \ +static_assert(offsetof(FTweenActorDef, Actor) == 0x000000, "Member 'FTweenActorDef::Actor' has a wrong offset!"); \ +static_assert(offsetof(FTweenActorDef, Delay) == 0x000008, "Member 'FTweenActorDef::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugCommand \ +static_assert(alignof(FDebugCommand) == 0x000008, "Wrong alignment on FDebugCommand"); \ +static_assert(sizeof(FDebugCommand) == 0x000030, "Wrong size on FDebugCommand"); \ +static_assert(offsetof(FDebugCommand, Category) == 0x000000, "Member 'FDebugCommand::Category' has a wrong offset!"); \ +static_assert(offsetof(FDebugCommand, DisplayName) == 0x000008, "Member 'FDebugCommand::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FDebugCommand, ConsoleCommand) == 0x000020, "Member 'FDebugCommand::ConsoleCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateName \ +static_assert(alignof(FDelegateName) == 0x000004, "Wrong alignment on FDelegateName"); \ +static_assert(sizeof(FDelegateName) == 0x000010, "Wrong size on FDelegateName"); \ +static_assert(offsetof(FDelegateName, Name) == 0x000000, "Member 'FDelegateName::Name' has a wrong offset!"); \ +static_assert(offsetof(FDelegateName, ComponentName) == 0x000008, "Member 'FDelegateName::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeltaCorrectionStateData \ +static_assert(alignof(FDeltaCorrectionStateData) == 0x000010, "Wrong alignment on FDeltaCorrectionStateData"); \ +static_assert(sizeof(FDeltaCorrectionStateData) == 0x0000C0, "Wrong size on FDeltaCorrectionStateData"); \ +static_assert(offsetof(FDeltaCorrectionStateData, ElapsedTime) == 0x000034, "Member 'FDeltaCorrectionStateData::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(FDeltaCorrectionStateData, StartTime) == 0x000038, "Member 'FDeltaCorrectionStateData::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FDeltaCorrectionStateData, AbsoluteEndTime) == 0x00003C, "Member 'FDeltaCorrectionStateData::AbsoluteEndTime' has a wrong offset!"); \ +static_assert(offsetof(FDeltaCorrectionStateData, ModifiedEndTime) == 0x000040, "Member 'FDeltaCorrectionStateData::ModifiedEndTime' has a wrong offset!"); \ +static_assert(offsetof(FDeltaCorrectionStateData, DT) == 0x000044, "Member 'FDeltaCorrectionStateData::DT' has a wrong offset!"); \ +static_assert(offsetof(FDeltaCorrectionStateData, FinalRelativeTransform) == 0x000050, "Member 'FDeltaCorrectionStateData::FinalRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FDeltaCorrectionStateData, InitialCharacterTransform) == 0x000080, "Member 'FDeltaCorrectionStateData::InitialCharacterTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDLCBonusObjectiveConfigRow \ +static_assert(alignof(FDLCBonusObjectiveConfigRow) == 0x000008, "Wrong alignment on FDLCBonusObjectiveConfigRow"); \ +static_assert(sizeof(FDLCBonusObjectiveConfigRow) == 0x000060, "Wrong size on FDLCBonusObjectiveConfigRow"); \ +static_assert(offsetof(FDLCBonusObjectiveConfigRow, ObjectiveTitle) == 0x000008, "Member 'FDLCBonusObjectiveConfigRow::ObjectiveTitle' has a wrong offset!"); \ +static_assert(offsetof(FDLCBonusObjectiveConfigRow, ObjectiveDescription) == 0x000020, "Member 'FDLCBonusObjectiveConfigRow::ObjectiveDescription' has a wrong offset!"); \ +static_assert(offsetof(FDLCBonusObjectiveConfigRow, ObjectiveProgressText) == 0x000038, "Member 'FDLCBonusObjectiveConfigRow::ObjectiveProgressText' has a wrong offset!"); \ +static_assert(offsetof(FDLCBonusObjectiveConfigRow, Stat) == 0x000050, "Member 'FDLCBonusObjectiveConfigRow::Stat' has a wrong offset!"); \ +static_assert(offsetof(FDLCBonusObjectiveConfigRow, Comparison) == 0x000058, "Member 'FDLCBonusObjectiveConfigRow::Comparison' has a wrong offset!"); \ +static_assert(offsetof(FDLCBonusObjectiveConfigRow, Value) == 0x00005C, "Member 'FDLCBonusObjectiveConfigRow::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDLCBonusObjective \ +static_assert(alignof(FDLCBonusObjective) == 0x000008, "Wrong alignment on FDLCBonusObjective"); \ +static_assert(sizeof(FDLCBonusObjective) == 0x000068, "Wrong size on FDLCBonusObjective"); \ +static_assert(offsetof(FDLCBonusObjective, ObjectiveName) == 0x000000, "Member 'FDLCBonusObjective::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(FDLCBonusObjective, Config) == 0x000008, "Member 'FDLCBonusObjective::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrialsLevel \ +static_assert(alignof(FTrialsLevel) == 0x000008, "Wrong alignment on FTrialsLevel"); \ +static_assert(sizeof(FTrialsLevel) == 0x0000A8, "Wrong size on FTrialsLevel"); \ +static_assert(offsetof(FTrialsLevel, LevelTitle) == 0x000008, "Member 'FTrialsLevel::LevelTitle' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, Level) == 0x000020, "Member 'FTrialsLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, SublevelSuffix) == 0x000028, "Member 'FTrialsLevel::SublevelSuffix' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, LevelType) == 0x000038, "Member 'FTrialsLevel::LevelType' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusObjectiveA) == 0x00003C, "Member 'FTrialsLevel::BonusObjectiveA' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusObjectiveB) == 0x000044, "Member 'FTrialsLevel::BonusObjectiveB' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusObjectiveC) == 0x00004C, "Member 'FTrialsLevel::BonusObjectiveC' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusRewardPDSKey) == 0x000054, "Member 'FTrialsLevel::BonusRewardPDSKey' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusRewardPopupTitle) == 0x000060, "Member 'FTrialsLevel::BonusRewardPopupTitle' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusRewardPopupDescription) == 0x000078, "Member 'FTrialsLevel::BonusRewardPopupDescription' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, BonusRewardIcon) == 0x000090, "Member 'FTrialsLevel::BonusRewardIcon' has a wrong offset!"); \ +static_assert(offsetof(FTrialsLevel, VideoName) == 0x000098, "Member 'FTrialsLevel::VideoName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDLCSaveData \ +static_assert(alignof(FDLCSaveData) == 0x000008, "Wrong alignment on FDLCSaveData"); \ +static_assert(sizeof(FDLCSaveData) == 0x000070, "Wrong size on FDLCSaveData"); \ + +#define DUMPER7_ASSERTS_FSaveGameToDLC \ +static_assert(alignof(FSaveGameToDLC) == 0x000008, "Wrong alignment on FSaveGameToDLC"); \ +static_assert(sizeof(FSaveGameToDLC) == 0x000118, "Wrong size on FSaveGameToDLC"); \ +static_assert(offsetof(FSaveGameToDLC, Inventory) == 0x000000, "Member 'FSaveGameToDLC::Inventory' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, UnlockedCosmetics) == 0x000050, "Member 'FSaveGameToDLC::UnlockedCosmetics' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, EquippedCosmeticCount) == 0x0000A0, "Member 'FSaveGameToDLC::EquippedCosmeticCount' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, EquippedCostume) == 0x0000F0, "Member 'FSaveGameToDLC::EquippedCostume' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, EquippedStaff) == 0x0000F8, "Member 'FSaveGameToDLC::EquippedStaff' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, EquippedCharm) == 0x000100, "Member 'FSaveGameToDLC::EquippedCharm' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, RotCount) == 0x000108, "Member 'FSaveGameToDLC::RotCount' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, GemCount) == 0x00010C, "Member 'FSaveGameToDLC::GemCount' has a wrong offset!"); \ +static_assert(offsetof(FSaveGameToDLC, Difficulty) == 0x000110, "Member 'FSaveGameToDLC::Difficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiTriggerEffect \ +static_assert(alignof(FMochiTriggerEffect) == 0x000004, "Wrong alignment on FMochiTriggerEffect"); \ +static_assert(sizeof(FMochiTriggerEffect) == 0x000010, "Wrong size on FMochiTriggerEffect"); \ +static_assert(offsetof(FMochiTriggerEffect, Triggers) == 0x000000, "Member 'FMochiTriggerEffect::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FMochiTriggerEffect, Mode) == 0x000001, "Member 'FMochiTriggerEffect::Mode' has a wrong offset!"); \ +static_assert(offsetof(FMochiTriggerEffect, Value1) == 0x000004, "Member 'FMochiTriggerEffect::Value1' has a wrong offset!"); \ +static_assert(offsetof(FMochiTriggerEffect, Value2) == 0x000008, "Member 'FMochiTriggerEffect::Value2' has a wrong offset!"); \ +static_assert(offsetof(FMochiTriggerEffect, Value3) == 0x00000C, "Member 'FMochiTriggerEffect::Value3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorEntropyInfo \ +static_assert(alignof(FActorEntropyInfo) == 0x000008, "Wrong alignment on FActorEntropyInfo"); \ +static_assert(sizeof(FActorEntropyInfo) == 0x000050, "Wrong size on FActorEntropyInfo"); \ + +#define DUMPER7_ASSERTS_FCascadeTraceContext \ +static_assert(alignof(FCascadeTraceContext) == 0x000004, "Wrong alignment on FCascadeTraceContext"); \ +static_assert(sizeof(FCascadeTraceContext) == 0x000054, "Wrong size on FCascadeTraceContext"); \ +static_assert(offsetof(FCascadeTraceContext, Shape) == 0x000000, "Member 'FCascadeTraceContext::Shape' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, Origin) == 0x000004, "Member 'FCascadeTraceContext::Origin' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, StepDirection) == 0x000010, "Member 'FCascadeTraceContext::StepDirection' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, TraceDirection) == 0x00001C, "Member 'FCascadeTraceContext::TraceDirection' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, ShapeRotation) == 0x000028, "Member 'FCascadeTraceContext::ShapeRotation' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, BoxExtents) == 0x000034, "Member 'FCascadeTraceContext::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, CascadeRangeMinMax) == 0x000040, "Member 'FCascadeTraceContext::CascadeRangeMinMax' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, TraceDistance) == 0x000048, "Member 'FCascadeTraceContext::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, StepStride) == 0x00004C, "Member 'FCascadeTraceContext::StepStride' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, CheckInitialOverlap) == 0x000050, "Member 'FCascadeTraceContext::CheckInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(FCascadeTraceContext, ReturnPhysicalMaterial) == 0x000051, "Member 'FCascadeTraceContext::ReturnPhysicalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiAnimInstanceProxy \ +static_assert(alignof(FMochiAnimInstanceProxy) == 0x000010, "Wrong alignment on FMochiAnimInstanceProxy"); \ +static_assert(sizeof(FMochiAnimInstanceProxy) == 0x000770, "Wrong size on FMochiAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FEnemyAnimInstanceProxy \ +static_assert(alignof(FEnemyAnimInstanceProxy) == 0x000010, "Wrong alignment on FEnemyAnimInstanceProxy"); \ +static_assert(sizeof(FEnemyAnimInstanceProxy) == 0x000770, "Wrong size on FEnemyAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FEntitlementInfo \ +static_assert(alignof(FEntitlementInfo) == 0x000008, "Wrong alignment on FEntitlementInfo"); \ +static_assert(sizeof(FEntitlementInfo) == 0x000040, "Wrong size on FEntitlementInfo"); \ +static_assert(offsetof(FEntitlementInfo, EntitlementName) == 0x000008, "Member 'FEntitlementInfo::EntitlementName' has a wrong offset!"); \ +static_assert(offsetof(FEntitlementInfo, EntitlementDescription) == 0x000020, "Member 'FEntitlementInfo::EntitlementDescription' has a wrong offset!"); \ +static_assert(offsetof(FEntitlementInfo, EntitlementImage) == 0x000038, "Member 'FEntitlementInfo::EntitlementImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFidgetData \ +static_assert(alignof(FFidgetData) == 0x000008, "Wrong alignment on FFidgetData"); \ +static_assert(sizeof(FFidgetData) == 0x000038, "Wrong size on FFidgetData"); \ +static_assert(offsetof(FFidgetData, RandomWeight) == 0x000000, "Member 'FFidgetData::RandomWeight' has a wrong offset!"); \ +static_assert(offsetof(FFidgetData, Montage) == 0x000008, "Member 'FFidgetData::Montage' has a wrong offset!"); \ +static_assert(offsetof(FFidgetData, RotEventName) == 0x000030, "Member 'FFidgetData::RotEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloorParticles \ +static_assert(alignof(FFloorParticles) == 0x000008, "Wrong alignment on FFloorParticles"); \ +static_assert(sizeof(FFloorParticles) == 0x000018, "Wrong size on FFloorParticles"); \ +static_assert(offsetof(FFloorParticles, ParticleComponentName) == 0x000000, "Member 'FFloorParticles::ParticleComponentName' has a wrong offset!"); \ +static_assert(offsetof(FFloorParticles, FloorSurfaceTypes) == 0x000008, "Member 'FFloorParticles::FloorSurfaceTypes' has a wrong offset!"); \ +static_assert(offsetof(FFloorParticles, CachedParticles) == 0x000010, "Member 'FFloorParticles::CachedParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionName \ +static_assert(alignof(FFunctionName) == 0x000008, "Wrong alignment on FFunctionName"); \ +static_assert(sizeof(FFunctionName) == 0x000010, "Wrong size on FFunctionName"); \ +static_assert(offsetof(FFunctionName, Name) == 0x000000, "Member 'FFunctionName::Name' has a wrong offset!"); \ +static_assert(offsetof(FFunctionName, SignatureFilter) == 0x000008, "Member 'FFunctionName::SignatureFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHapticFeedbackAttenuationSettings \ +static_assert(alignof(FHapticFeedbackAttenuationSettings) == 0x000004, "Wrong alignment on FHapticFeedbackAttenuationSettings"); \ +static_assert(sizeof(FHapticFeedbackAttenuationSettings) == 0x00000C, "Wrong size on FHapticFeedbackAttenuationSettings"); \ +static_assert(offsetof(FHapticFeedbackAttenuationSettings, UseAttenuation) == 0x000000, "Member 'FHapticFeedbackAttenuationSettings::UseAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackAttenuationSettings, AttenuationStartDistance) == 0x000004, "Member 'FHapticFeedbackAttenuationSettings::AttenuationStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackAttenuationSettings, AttenuationStopDistance) == 0x000008, "Member 'FHapticFeedbackAttenuationSettings::AttenuationStopDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHapticFeedbackTableRow \ +static_assert(alignof(FHapticFeedbackTableRow) == 0x000008, "Wrong alignment on FHapticFeedbackTableRow"); \ +static_assert(sizeof(FHapticFeedbackTableRow) == 0x000028, "Wrong size on FHapticFeedbackTableRow"); \ +static_assert(offsetof(FHapticFeedbackTableRow, ForceFeedbackEffect) == 0x000008, "Member 'FHapticFeedbackTableRow::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackTableRow, HapticSound) == 0x000010, "Member 'FHapticFeedbackTableRow::HapticSound' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackTableRow, AttenuationSettings) == 0x000018, "Member 'FHapticFeedbackTableRow::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitbox \ +static_assert(alignof(FHitbox) == 0x000010, "Wrong alignment on FHitbox"); \ +static_assert(sizeof(FHitbox) == 0x0000A0, "Wrong size on FHitbox"); \ +static_assert(offsetof(FHitbox, Component) == 0x000000, "Member 'FHitbox::Component' has a wrong offset!"); \ +static_assert(offsetof(FHitbox, Velocity) == 0x000008, "Member 'FHitbox::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FHitbox, PrevFrameTransform) == 0x000020, "Member 'FHitbox::PrevFrameTransform' has a wrong offset!"); \ +static_assert(offsetof(FHitbox, AttachParent) == 0x000050, "Member 'FHitbox::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(FHitbox, RelativeTransform) == 0x000060, "Member 'FHitbox::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FHitbox, AttachSocketName) == 0x000090, "Member 'FHitbox::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FHitbox, IsDetatched) == 0x000098, "Member 'FHitbox::IsDetatched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitboxGroup \ +static_assert(alignof(FHitboxGroup) == 0x000008, "Wrong alignment on FHitboxGroup"); \ +static_assert(sizeof(FHitboxGroup) == 0x000090, "Wrong size on FHitboxGroup"); \ +static_assert(offsetof(FHitboxGroup, CollisionEventMode) == 0x000000, "Member 'FHitboxGroup::CollisionEventMode' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, SweepOnMove) == 0x000001, "Member 'FHitboxGroup::SweepOnMove' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, UseCCD) == 0x000002, "Member 'FHitboxGroup::UseCCD' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, DetatchFromParent) == 0x000003, "Member 'FHitboxGroup::DetatchFromParent' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, CanHitSelf) == 0x000004, "Member 'FHitboxGroup::CanHitSelf' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, UseLightweightActivation) == 0x000005, "Member 'FHitboxGroup::UseLightweightActivation' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, IgnoreOnHit) == 0x000006, "Member 'FHitboxGroup::IgnoreOnHit' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, ComponentNames) == 0x000008, "Member 'FHitboxGroup::ComponentNames' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, Hitboxes) == 0x000018, "Member 'FHitboxGroup::Hitboxes' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, EnabledMask) == 0x000028, "Member 'FHitboxGroup::EnabledMask' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, ActorHitMaskMap) == 0x000030, "Member 'FHitboxGroup::ActorHitMaskMap' has a wrong offset!"); \ +static_assert(offsetof(FHitboxGroup, ActiveDealers) == 0x000080, "Member 'FHitboxGroup::ActiveDealers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHurtboxResponseData \ +static_assert(alignof(FHurtboxResponseData) == 0x000004, "Wrong alignment on FHurtboxResponseData"); \ +static_assert(sizeof(FHurtboxResponseData) == 0x00000C, "Wrong size on FHurtboxResponseData"); \ +static_assert(offsetof(FHurtboxResponseData, MontageName) == 0x000000, "Member 'FHurtboxResponseData::MontageName' has a wrong offset!"); \ +static_assert(offsetof(FHurtboxResponseData, StaggerDamageThreshold) == 0x000008, "Member 'FHurtboxResponseData::StaggerDamageThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGrabResponseData \ +static_assert(alignof(FGrabResponseData) == 0x000004, "Wrong alignment on FGrabResponseData"); \ +static_assert(sizeof(FGrabResponseData) == 0x000048, "Wrong size on FGrabResponseData"); \ +static_assert(offsetof(FGrabResponseData, OnGrippedArgs) == 0x000000, "Member 'FGrabResponseData::OnGrippedArgs' has a wrong offset!"); \ +static_assert(offsetof(FGrabResponseData, OnReleaseGripArgs) == 0x000018, "Member 'FGrabResponseData::OnReleaseGripArgs' has a wrong offset!"); \ +static_assert(offsetof(FGrabResponseData, OnInterruptGripArgs) == 0x000030, "Member 'FGrabResponseData::OnInterruptGripArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResponseData \ +static_assert(alignof(FHitResponseData) == 0x000008, "Wrong alignment on FHitResponseData"); \ +static_assert(sizeof(FHitResponseData) == 0x000040, "Wrong size on FHitResponseData"); \ +static_assert(offsetof(FHitResponseData, SnapToClosestHeavyStagger) == 0x000000, "Member 'FHitResponseData::SnapToClosestHeavyStagger' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, HeavyStaggerFrontBackOnly) == 0x000001, "Member 'FHitResponseData::HeavyStaggerFrontBackOnly' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, StaggerDamageThreshold) == 0x000004, "Member 'FHitResponseData::StaggerDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, HeavyStaggerDamageThreshold) == 0x000008, "Member 'FHitResponseData::HeavyStaggerDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, OverrideHitParticles) == 0x000010, "Member 'FHitResponseData::OverrideHitParticles' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, OverrideCriticalHitParticles) == 0x000018, "Member 'FHitResponseData::OverrideCriticalHitParticles' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, FrontBackStaggerWeights) == 0x000020, "Member 'FHitResponseData::FrontBackStaggerWeights' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseData, LeftRightStaggerWeights) == 0x000030, "Member 'FHitResponseData::LeftRightStaggerWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalculateMontageResult \ +static_assert(alignof(FCalculateMontageResult) == 0x000004, "Wrong alignment on FCalculateMontageResult"); \ +static_assert(sizeof(FCalculateMontageResult) == 0x00002C, "Wrong size on FCalculateMontageResult"); \ +static_assert(offsetof(FCalculateMontageResult, StaggerStrength) == 0x000000, "Member 'FCalculateMontageResult::StaggerStrength' has a wrong offset!"); \ +static_assert(offsetof(FCalculateMontageResult, WSDirection) == 0x000004, "Member 'FCalculateMontageResult::WSDirection' has a wrong offset!"); \ +static_assert(offsetof(FCalculateMontageResult, RelativeDirection) == 0x000010, "Member 'FCalculateMontageResult::RelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(FCalculateMontageResult, MontageArgs) == 0x000014, "Member 'FCalculateMontageResult::MontageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResponseMontageData \ +static_assert(alignof(FHitResponseMontageData) == 0x000008, "Wrong alignment on FHitResponseMontageData"); \ +static_assert(sizeof(FHitResponseMontageData) == 0x000090, "Wrong size on FHitResponseMontageData"); \ +static_assert(offsetof(FHitResponseMontageData, TwitchMontageName) == 0x000000, "Member 'FHitResponseMontageData::TwitchMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, StaggerMontageName) == 0x000008, "Member 'FHitResponseMontageData::StaggerMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, HeavyStaggerMontageName) == 0x000010, "Member 'FHitResponseMontageData::HeavyStaggerMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, BlockTwitchMontageName) == 0x000018, "Member 'FHitResponseMontageData::BlockTwitchMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, BlockStaggerMontageName) == 0x000020, "Member 'FHitResponseMontageData::BlockStaggerMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, BlockHeavyStaggerMontageName) == 0x000028, "Member 'FHitResponseMontageData::BlockHeavyStaggerMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, DeathMontageName) == 0x000030, "Member 'FHitResponseMontageData::DeathMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, ParriedMontageName) == 0x000038, "Member 'FHitResponseMontageData::ParriedMontageName' has a wrong offset!"); \ +static_assert(offsetof(FHitResponseMontageData, HurtboxToStaggerMontageName) == 0x000040, "Member 'FHitResponseMontageData::HurtboxToStaggerMontageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitstopContext \ +static_assert(alignof(FHitstopContext) == 0x000004, "Wrong alignment on FHitstopContext"); \ +static_assert(sizeof(FHitstopContext) == 0x000010, "Wrong size on FHitstopContext"); \ +static_assert(offsetof(FHitstopContext, Strength) == 0x000000, "Member 'FHitstopContext::Strength' has a wrong offset!"); \ +static_assert(offsetof(FHitstopContext, HoldTime) == 0x000004, "Member 'FHitstopContext::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FHitstopContext, RecoveryTime) == 0x000008, "Member 'FHitstopContext::RecoveryTime' has a wrong offset!"); \ +static_assert(offsetof(FHitstopContext, EasingFunc) == 0x00000C, "Member 'FHitstopContext::EasingFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitstopData \ +static_assert(alignof(FHitstopData) == 0x000008, "Wrong alignment on FHitstopData"); \ +static_assert(sizeof(FHitstopData) == 0x000118, "Wrong size on FHitstopData"); \ +static_assert(offsetof(FHitstopData, HitstopHoldFrames) == 0x000000, "Member 'FHitstopData::HitstopHoldFrames' has a wrong offset!"); \ +static_assert(offsetof(FHitstopData, HitstopRecoveryFrames) == 0x000088, "Member 'FHitstopData::HitstopRecoveryFrames' has a wrong offset!"); \ +static_assert(offsetof(FHitstopData, HitstopRecoveryEasingFunc) == 0x000110, "Member 'FHitstopData::HitstopRecoveryEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FHitstopData, HitstopStrength) == 0x000114, "Member 'FHitstopData::HitstopStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHolidayTimeRange \ +static_assert(alignof(FHolidayTimeRange) == 0x000008, "Wrong alignment on FHolidayTimeRange"); \ +static_assert(sizeof(FHolidayTimeRange) == 0x000018, "Wrong size on FHolidayTimeRange"); \ +static_assert(offsetof(FHolidayTimeRange, StartingMonth) == 0x000008, "Member 'FHolidayTimeRange::StartingMonth' has a wrong offset!"); \ +static_assert(offsetof(FHolidayTimeRange, StartingDay) == 0x00000C, "Member 'FHolidayTimeRange::StartingDay' has a wrong offset!"); \ +static_assert(offsetof(FHolidayTimeRange, EndingMonth) == 0x000010, "Member 'FHolidayTimeRange::EndingMonth' has a wrong offset!"); \ +static_assert(offsetof(FHolidayTimeRange, EndingDay) == 0x000014, "Member 'FHolidayTimeRange::EndingDay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoHideData \ +static_assert(alignof(FAutoHideData) == 0x000008, "Wrong alignment on FAutoHideData"); \ +static_assert(sizeof(FAutoHideData) == 0x000018, "Wrong size on FAutoHideData"); \ +static_assert(offsetof(FAutoHideData, Widget) == 0x000000, "Member 'FAutoHideData::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimAssistHurtbox \ +static_assert(alignof(FAimAssistHurtbox) == 0x000008, "Wrong alignment on FAimAssistHurtbox"); \ +static_assert(sizeof(FAimAssistHurtbox) == 0x000028, "Wrong size on FAimAssistHurtbox"); \ +static_assert(offsetof(FAimAssistHurtbox, Name) == 0x000000, "Member 'FAimAssistHurtbox::Name' has a wrong offset!"); \ +static_assert(offsetof(FAimAssistHurtbox, UseForZoomAssist) == 0x000008, "Member 'FAimAssistHurtbox::UseForZoomAssist' has a wrong offset!"); \ +static_assert(offsetof(FAimAssistHurtbox, ZoomAssistPriority) == 0x00000C, "Member 'FAimAssistHurtbox::ZoomAssistPriority' has a wrong offset!"); \ +static_assert(offsetof(FAimAssistHurtbox, ZoomPositionComponentName) == 0x000010, "Member 'FAimAssistHurtbox::ZoomPositionComponentName' has a wrong offset!"); \ +static_assert(offsetof(FAimAssistHurtbox, Component) == 0x000018, "Member 'FAimAssistHurtbox::Component' has a wrong offset!"); \ +static_assert(offsetof(FAimAssistHurtbox, ZoomPositionComponent) == 0x000020, "Member 'FAimAssistHurtbox::ZoomPositionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformSprites \ +static_assert(alignof(FPlatformSprites) == 0x000008, "Wrong alignment on FPlatformSprites"); \ +static_assert(sizeof(FPlatformSprites) == 0x000018, "Wrong size on FPlatformSprites"); \ +static_assert(offsetof(FPlatformSprites, PS4Sprite) == 0x000000, "Member 'FPlatformSprites::PS4Sprite' has a wrong offset!"); \ +static_assert(offsetof(FPlatformSprites, PS5Sprite) == 0x000008, "Member 'FPlatformSprites::PS5Sprite' has a wrong offset!"); \ +static_assert(offsetof(FPlatformSprites, XboxOrKBMSprite) == 0x000010, "Member 'FPlatformSprites::XboxOrKBMSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiInputFrame \ +static_assert(alignof(FMochiInputFrame) == 0x000004, "Wrong alignment on FMochiInputFrame"); \ +static_assert(sizeof(FMochiInputFrame) == 0x000008, "Wrong size on FMochiInputFrame"); \ +static_assert(offsetof(FMochiInputFrame, FrameIndex) == 0x000000, "Member 'FMochiInputFrame::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FMochiInputFrame, Timestamp) == 0x000004, "Member 'FMochiInputFrame::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiInputSnapshot \ +static_assert(alignof(FMochiInputSnapshot) == 0x000010, "Wrong alignment on FMochiInputSnapshot"); \ +static_assert(sizeof(FMochiInputSnapshot) == 0x000070, "Wrong size on FMochiInputSnapshot"); \ +static_assert(offsetof(FMochiInputSnapshot, InputSticks) == 0x000020, "Member 'FMochiInputSnapshot::InputSticks' has a wrong offset!"); \ +static_assert(offsetof(FMochiInputSnapshot, InputFrame) == 0x000030, "Member 'FMochiInputSnapshot::InputFrame' has a wrong offset!"); \ +static_assert(offsetof(FMochiInputSnapshot, CameraTransform) == 0x000040, "Member 'FMochiInputSnapshot::CameraTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiInputSettings \ +static_assert(alignof(FMochiInputSettings) == 0x000004, "Wrong alignment on FMochiInputSettings"); \ +static_assert(sizeof(FMochiInputSettings) == 0x000008, "Wrong size on FMochiInputSettings"); \ +static_assert(offsetof(FMochiInputSettings, InputStyle) == 0x000000, "Member 'FMochiInputSettings::InputStyle' has a wrong offset!"); \ +static_assert(offsetof(FMochiInputSettings, DefaultBufferTime) == 0x000004, "Member 'FMochiInputSettings::DefaultBufferTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputFilterDelta \ +static_assert(alignof(FInputFilterDelta) == 0x000008, "Wrong alignment on FInputFilterDelta"); \ +static_assert(sizeof(FInputFilterDelta) == 0x000020, "Wrong size on FInputFilterDelta"); \ +static_assert(offsetof(FInputFilterDelta, FilteredActions) == 0x000000, "Member 'FInputFilterDelta::FilteredActions' has a wrong offset!"); \ +static_assert(offsetof(FInputFilterDelta, FilteredSticks) == 0x000010, "Member 'FInputFilterDelta::FilteredSticks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputFilter \ +static_assert(alignof(FInputFilter) == 0x000008, "Wrong alignment on FInputFilter"); \ +static_assert(sizeof(FInputFilter) == 0x000020, "Wrong size on FInputFilter"); \ +static_assert(offsetof(FInputFilter, FilteredActions) == 0x000000, "Member 'FInputFilter::FilteredActions' has a wrong offset!"); \ +static_assert(offsetof(FInputFilter, FilteredSticks) == 0x000010, "Member 'FInputFilter::FilteredSticks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpPositionSettings \ +static_assert(alignof(FInterpPositionSettings) == 0x000008, "Wrong alignment on FInterpPositionSettings"); \ +static_assert(sizeof(FInterpPositionSettings) == 0x0000D0, "Wrong size on FInterpPositionSettings"); \ +static_assert(offsetof(FInterpPositionSettings, InterpShape) == 0x000000, "Member 'FInterpPositionSettings::InterpShape' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, Smoothness) == 0x000004, "Member 'FInterpPositionSettings::Smoothness' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, ArcHeightMinMax) == 0x000008, "Member 'FInterpPositionSettings::ArcHeightMinMax' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, ArcDirection) == 0x000010, "Member 'FInterpPositionSettings::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, TwistDistanceMinMax) == 0x00001C, "Member 'FInterpPositionSettings::TwistDistanceMinMax' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, TwistDegreesMinMax) == 0x000024, "Member 'FInterpPositionSettings::TwistDegreesMinMax' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, TwistStartDegreesMinMax) == 0x00002C, "Member 'FInterpPositionSettings::TwistStartDegreesMinMax' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, EaseFunc) == 0x000038, "Member 'FInterpPositionSettings::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, Duration) == 0x0000C8, "Member 'FInterpPositionSettings::Duration' has a wrong offset!"); \ +static_assert(offsetof(FInterpPositionSettings, RotateTowardVelocity) == 0x0000CC, "Member 'FInterpPositionSettings::RotateTowardVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryItemTableRow \ +static_assert(alignof(FInventoryItemTableRow) == 0x000008, "Wrong alignment on FInventoryItemTableRow"); \ +static_assert(sizeof(FInventoryItemTableRow) == 0x000018, "Wrong size on FInventoryItemTableRow"); \ +static_assert(offsetof(FInventoryItemTableRow, ItemTag) == 0x000008, "Member 'FInventoryItemTableRow::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemTableRow, StartCount) == 0x000010, "Member 'FInventoryItemTableRow::StartCount' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemTableRow, MaxCount) == 0x000014, "Member 'FInventoryItemTableRow::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryItemWatch \ +static_assert(alignof(FInventoryItemWatch) == 0x000004, "Wrong alignment on FInventoryItemWatch"); \ +static_assert(sizeof(FInventoryItemWatch) == 0x00000C, "Wrong size on FInventoryItemWatch"); \ +static_assert(offsetof(FInventoryItemWatch, ItemTag) == 0x000000, "Member 'FInventoryItemWatch::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemWatch, RequiredCount) == 0x000008, "Member 'FInventoryItemWatch::RequiredCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKenaAnimInstanceProxy \ +static_assert(alignof(FKenaAnimInstanceProxy) == 0x000010, "Wrong alignment on FKenaAnimInstanceProxy"); \ +static_assert(sizeof(FKenaAnimInstanceProxy) == 0x000770, "Wrong size on FKenaAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FSlideTuningVariables \ +static_assert(alignof(FSlideTuningVariables) == 0x000004, "Wrong alignment on FSlideTuningVariables"); \ +static_assert(sizeof(FSlideTuningVariables) == 0x00002C, "Wrong size on FSlideTuningVariables"); \ +static_assert(offsetof(FSlideTuningVariables, SlideBoostFactor) == 0x000000, "Member 'FSlideTuningVariables::SlideBoostFactor' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideTerminalVelocity) == 0x000004, "Member 'FSlideTuningVariables::SlideTerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideAngleRequirement) == 0x000008, "Member 'FSlideTuningVariables::SlideAngleRequirement' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideStopFriction) == 0x00000C, "Member 'FSlideTuningVariables::SlideStopFriction' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideStopSpeedThreshold) == 0x000010, "Member 'FSlideTuningVariables::SlideStopSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideNormalSmoothSpeed) == 0x000014, "Member 'FSlideTuningVariables::SlideNormalSmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideYawSmoothSpeed) == 0x000018, "Member 'FSlideTuningVariables::SlideYawSmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideInitialBoostVelocityThreshold) == 0x00001C, "Member 'FSlideTuningVariables::SlideInitialBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideInitialBoostStrength) == 0x000020, "Member 'FSlideTuningVariables::SlideInitialBoostStrength' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideWallBumpRepulsionForce) == 0x000024, "Member 'FSlideTuningVariables::SlideWallBumpRepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(FSlideTuningVariables, SlideHorizontalInputScalar) == 0x000028, "Member 'FSlideTuningVariables::SlideHorizontalInputScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSurfaceSwimmingTuningVariables \ +static_assert(alignof(FSurfaceSwimmingTuningVariables) == 0x000004, "Wrong alignment on FSurfaceSwimmingTuningVariables"); \ +static_assert(sizeof(FSurfaceSwimmingTuningVariables) == 0x00000C, "Wrong size on FSurfaceSwimmingTuningVariables"); \ +static_assert(offsetof(FSurfaceSwimmingTuningVariables, DefaultBuoyancy) == 0x000000, "Member 'FSurfaceSwimmingTuningVariables::DefaultBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(FSurfaceSwimmingTuningVariables, SwimSpeed) == 0x000004, "Member 'FSurfaceSwimmingTuningVariables::SwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSurfaceSwimmingTuningVariables, SwimBrakingDeceleration) == 0x000008, "Member 'FSurfaceSwimmingTuningVariables::SwimBrakingDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiritSwimmingTuningVariables \ +static_assert(alignof(FSpiritSwimmingTuningVariables) == 0x000001, "Wrong alignment on FSpiritSwimmingTuningVariables"); \ +static_assert(sizeof(FSpiritSwimmingTuningVariables) == 0x000001, "Wrong size on FSpiritSwimmingTuningVariables"); \ + +#define DUMPER7_ASSERTS_FLedgeClimbTuningVariables \ +static_assert(alignof(FLedgeClimbTuningVariables) == 0x000008, "Wrong alignment on FLedgeClimbTuningVariables"); \ +static_assert(sizeof(FLedgeClimbTuningVariables) == 0x000238, "Wrong size on FLedgeClimbTuningVariables"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, HorizontalGapSearchMinMax) == 0x000000, "Member 'FLedgeClimbTuningVariables::HorizontalGapSearchMinMax' has a wrong offset!"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, VerticalGapSearchMinMax) == 0x000008, "Member 'FLedgeClimbTuningVariables::VerticalGapSearchMinMax' has a wrong offset!"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, LedgeLaunchFrictionCurve) == 0x000010, "Member 'FLedgeClimbTuningVariables::LedgeLaunchFrictionCurve' has a wrong offset!"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, LedgePulseLaunchCurve) == 0x000098, "Member 'FLedgeClimbTuningVariables::LedgePulseLaunchCurve' has a wrong offset!"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, LedgePulseCurve) == 0x000120, "Member 'FLedgeClimbTuningVariables::LedgePulseCurve' has a wrong offset!"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, LedgeWallRunCurve) == 0x0001A8, "Member 'FLedgeClimbTuningVariables::LedgeWallRunCurve' has a wrong offset!"); \ +static_assert(offsetof(FLedgeClimbTuningVariables, LaunchInputFrameThreshold) == 0x000230, "Member 'FLedgeClimbTuningVariables::LaunchInputFrameThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKenaLightData \ +static_assert(alignof(FKenaLightData) == 0x000004, "Wrong alignment on FKenaLightData"); \ +static_assert(sizeof(FKenaLightData) == 0x00001C, "Wrong size on FKenaLightData"); \ +static_assert(offsetof(FKenaLightData, CurrentBrightness) == 0x000000, "Member 'FKenaLightData::CurrentBrightness' has a wrong offset!"); \ +static_assert(offsetof(FKenaLightData, StaffMinMaxBrightness) == 0x000004, "Member 'FKenaLightData::StaffMinMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FKenaLightData, StaffEmissiveMinMaxBrightness) == 0x00000C, "Member 'FKenaLightData::StaffEmissiveMinMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FKenaLightData, NecklaceMinMaxBrightness) == 0x000014, "Member 'FKenaLightData::NecklaceMinMaxBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKenaCosmeticData \ +static_assert(alignof(FKenaCosmeticData) == 0x000008, "Wrong alignment on FKenaCosmeticData"); \ +static_assert(sizeof(FKenaCosmeticData) == 0x000048, "Wrong size on FKenaCosmeticData"); \ +static_assert(offsetof(FKenaCosmeticData, DisplayName) == 0x000008, "Member 'FKenaCosmeticData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FKenaCosmeticData, DisplaySprite) == 0x000020, "Member 'FKenaCosmeticData::DisplaySprite' has a wrong offset!"); \ +static_assert(offsetof(FKenaCosmeticData, EquipAnimation) == 0x000028, "Member 'FKenaCosmeticData::EquipAnimation' has a wrong offset!"); \ +static_assert(offsetof(FKenaCosmeticData, UnlockPDSKey) == 0x000030, "Member 'FKenaCosmeticData::UnlockPDSKey' has a wrong offset!"); \ +static_assert(offsetof(FKenaCosmeticData, PurchaseCost) == 0x000038, "Member 'FKenaCosmeticData::PurchaseCost' has a wrong offset!"); \ +static_assert(offsetof(FKenaCosmeticData, EntitlementName) == 0x00003C, "Member 'FKenaCosmeticData::EntitlementName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharmCosmeticData \ +static_assert(alignof(FCharmCosmeticData) == 0x000008, "Wrong alignment on FCharmCosmeticData"); \ +static_assert(sizeof(FCharmCosmeticData) == 0x000098, "Wrong size on FCharmCosmeticData"); \ +static_assert(offsetof(FCharmCosmeticData, CharmMesh) == 0x000048, "Member 'FCharmCosmeticData::CharmMesh' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, CharmEffects) == 0x000050, "Member 'FCharmCosmeticData::CharmEffects' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, EffectsDuration) == 0x000060, "Member 'FCharmCosmeticData::EffectsDuration' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, EquippedSprite) == 0x000068, "Member 'FCharmCosmeticData::EquippedSprite' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, GlowColor) == 0x000070, "Member 'FCharmCosmeticData::GlowColor' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, UnlockRegion) == 0x000080, "Member 'FCharmCosmeticData::UnlockRegion' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, WorldLocation) == 0x000084, "Member 'FCharmCosmeticData::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(FCharmCosmeticData, IsNewGamePlusOnly) == 0x000090, "Member 'FCharmCosmeticData::IsNewGamePlusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCostumeCosmeticData \ +static_assert(alignof(FCostumeCosmeticData) == 0x000008, "Wrong alignment on FCostumeCosmeticData"); \ +static_assert(sizeof(FCostumeCosmeticData) == 0x000110, "Wrong size on FCostumeCosmeticData"); \ +static_assert(offsetof(FCostumeCosmeticData, CostumeMesh) == 0x000048, "Member 'FCostumeCosmeticData::CostumeMesh' has a wrong offset!"); \ +static_assert(offsetof(FCostumeCosmeticData, CostumeMaterialOverrides) == 0x000070, "Member 'FCostumeCosmeticData::CostumeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCostumeCosmeticData, KenaMaterialOverrides) == 0x0000C0, "Member 'FCostumeCosmeticData::KenaMaterialOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaffCosmeticData \ +static_assert(alignof(FStaffCosmeticData) == 0x000008, "Wrong alignment on FStaffCosmeticData"); \ +static_assert(sizeof(FStaffCosmeticData) == 0x000070, "Wrong size on FStaffCosmeticData"); \ +static_assert(offsetof(FStaffCosmeticData, StaffClass) == 0x000048, "Member 'FStaffCosmeticData::StaffClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelGroup \ +static_assert(alignof(FLevelGroup) == 0x000008, "Wrong alignment on FLevelGroup"); \ +static_assert(sizeof(FLevelGroup) == 0x000010, "Wrong size on FLevelGroup"); \ +static_assert(offsetof(FLevelGroup, LevelsToLoad) == 0x000000, "Member 'FLevelGroup::LevelsToLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelStreamingVolumeState \ +static_assert(alignof(FLevelStreamingVolumeState) == 0x000008, "Wrong alignment on FLevelStreamingVolumeState"); \ +static_assert(sizeof(FLevelStreamingVolumeState) == 0x000010, "Wrong size on FLevelStreamingVolumeState"); \ +static_assert(offsetof(FLevelStreamingVolumeState, Volume) == 0x000000, "Member 'FLevelStreamingVolumeState::Volume' has a wrong offset!"); \ +static_assert(offsetof(FLevelStreamingVolumeState, PlayerInside) == 0x000008, "Member 'FLevelStreamingVolumeState::PlayerInside' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCubemapBlend \ +static_assert(alignof(FCubemapBlend) == 0x000008, "Wrong alignment on FCubemapBlend"); \ +static_assert(sizeof(FCubemapBlend) == 0x000018, "Wrong size on FCubemapBlend"); \ +static_assert(offsetof(FCubemapBlend, Cubemap1) == 0x000000, "Member 'FCubemapBlend::Cubemap1' has a wrong offset!"); \ +static_assert(offsetof(FCubemapBlend, Cubemap2) == 0x000008, "Member 'FCubemapBlend::Cubemap2' has a wrong offset!"); \ +static_assert(offsetof(FCubemapBlend, BlendFactor) == 0x000010, "Member 'FCubemapBlend::BlendFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWindParameters \ +static_assert(alignof(FWindParameters) == 0x000008, "Wrong alignment on FWindParameters"); \ +static_assert(sizeof(FWindParameters) == 0x000030, "Wrong size on FWindParameters"); \ +static_assert(offsetof(FWindParameters, SmallOutputTexture) == 0x000000, "Member 'FWindParameters::SmallOutputTexture' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, LargeOutputTexture) == 0x000008, "Member 'FWindParameters::LargeOutputTexture' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, NoiseTexture) == 0x000010, "Member 'FWindParameters::NoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, SmallWindRadius) == 0x000018, "Member 'FWindParameters::SmallWindRadius' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, LargeWindRadius) == 0x00001C, "Member 'FWindParameters::LargeWindRadius' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, SmallNoiseTextureSizeWS) == 0x000020, "Member 'FWindParameters::SmallNoiseTextureSizeWS' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, LargeNoiseTextureSizeWS) == 0x000024, "Member 'FWindParameters::LargeNoiseTextureSizeWS' has a wrong offset!"); \ +static_assert(offsetof(FWindParameters, DirectionalWindOffset) == 0x000028, "Member 'FWindParameters::DirectionalWindOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStackableData \ +static_assert(alignof(FStackableData) == 0x000001, "Wrong alignment on FStackableData"); \ +static_assert(sizeof(FStackableData) == 0x000001, "Wrong size on FStackableData"); \ + +#define DUMPER7_ASSERTS_FLocomotionData \ +static_assert(alignof(FLocomotionData) == 0x000008, "Wrong alignment on FLocomotionData"); \ +static_assert(sizeof(FLocomotionData) == 0x0000D8, "Wrong size on FLocomotionData"); \ +static_assert(offsetof(FLocomotionData, MaxWalkSpeed) == 0x000000, "Member 'FLocomotionData::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, MaintainMaxSpeed) == 0x000004, "Member 'FLocomotionData::MaintainMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, MaxAcceleration) == 0x000008, "Member 'FLocomotionData::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, AirControl) == 0x00000C, "Member 'FLocomotionData::AirControl' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, JumpHeight) == 0x000010, "Member 'FLocomotionData::JumpHeight' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, RotationRate) == 0x000014, "Member 'FLocomotionData::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, GravityScale) == 0x000020, "Member 'FLocomotionData::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, FallingFriction) == 0x000024, "Member 'FLocomotionData::FallingFriction' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, BreakingFactor) == 0x000028, "Member 'FLocomotionData::BreakingFactor' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, OrientToVelocity) == 0x00002C, "Member 'FLocomotionData::OrientToVelocity' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, UseSteeringMovement) == 0x00002D, "Member 'FLocomotionData::UseSteeringMovement' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, CanWalkOffLedges) == 0x00002E, "Member 'FLocomotionData::CanWalkOffLedges' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, ApplyTurnDeceleration) == 0x00002F, "Member 'FLocomotionData::ApplyTurnDeceleration' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, UsesPivots) == 0x000030, "Member 'FLocomotionData::UsesPivots' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, PivotRotationSpeed) == 0x000034, "Member 'FLocomotionData::PivotRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, PivotInputThreshold) == 0x000038, "Member 'FLocomotionData::PivotInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, PivotThresholdCosine) == 0x00003C, "Member 'FLocomotionData::PivotThresholdCosine' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, ApplyInputAveraging) == 0x000040, "Member 'FLocomotionData::ApplyInputAveraging' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, InputAveragingWindow) == 0x000044, "Member 'FLocomotionData::InputAveragingWindow' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, TurnDecelerationCurve) == 0x000048, "Member 'FLocomotionData::TurnDecelerationCurve' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, TurnDecelerationInputBufferTime) == 0x0000D0, "Member 'FLocomotionData::TurnDecelerationInputBufferTime' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionData, BrakingDecelerationWalking) == 0x0000D4, "Member 'FLocomotionData::BrakingDecelerationWalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLookForwardContext \ +static_assert(alignof(FLookForwardContext) == 0x000008, "Wrong alignment on FLookForwardContext"); \ +static_assert(sizeof(FLookForwardContext) == 0x000038, "Wrong size on FLookForwardContext"); \ +static_assert(offsetof(FLookForwardContext, CorrectionDuration) == 0x000000, "Member 'FLookForwardContext::CorrectionDuration' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, StartDelay) == 0x000004, "Member 'FLookForwardContext::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, EasingFunc) == 0x000008, "Member 'FLookForwardContext::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, EasePunchiness) == 0x00000C, "Member 'FLookForwardContext::EasePunchiness' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, AngleLimit) == 0x000010, "Member 'FLookForwardContext::AngleLimit' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, AngleThresholdYawPitch) == 0x000014, "Member 'FLookForwardContext::AngleThresholdYawPitch' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, UseLookTarget) == 0x00001C, "Member 'FLookForwardContext::UseLookTarget' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, CancelOnLookInput) == 0x00001D, "Member 'FLookForwardContext::CancelOnLookInput' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, UseShortestPath) == 0x00001E, "Member 'FLookForwardContext::UseShortestPath' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, AllowPitchCorrection) == 0x00001F, "Member 'FLookForwardContext::AllowPitchCorrection' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, AllowYawCorrection) == 0x000020, "Member 'FLookForwardContext::AllowYawCorrection' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, TimeElapsed) == 0x000024, "Member 'FLookForwardContext::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, LookTarget) == 0x000028, "Member 'FLookForwardContext::LookTarget' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardContext, IsDelayed) == 0x000030, "Member 'FLookForwardContext::IsDelayed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLookForwardConstantContext \ +static_assert(alignof(FLookForwardConstantContext) == 0x000008, "Wrong alignment on FLookForwardConstantContext"); \ +static_assert(sizeof(FLookForwardConstantContext) == 0x000040, "Wrong size on FLookForwardConstantContext"); \ +static_assert(offsetof(FLookForwardConstantContext, CorrectionSpeed) == 0x000000, "Member 'FLookForwardConstantContext::CorrectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, MaximumVelocity) == 0x000004, "Member 'FLookForwardConstantContext::MaximumVelocity' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, ContextAlphaInTime) == 0x000008, "Member 'FLookForwardConstantContext::ContextAlphaInTime' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, ContextAlphaOutTime) == 0x00000C, "Member 'FLookForwardConstantContext::ContextAlphaOutTime' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, VelocityThreshold) == 0x000010, "Member 'FLookForwardConstantContext::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, CorrectionBias) == 0x000014, "Member 'FLookForwardConstantContext::CorrectionBias' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, DriveByVelocity) == 0x000018, "Member 'FLookForwardConstantContext::DriveByVelocity' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, PitchVelocityScalar) == 0x00001C, "Member 'FLookForwardConstantContext::PitchVelocityScalar' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, LookThresholdCosine) == 0x000020, "Member 'FLookForwardConstantContext::LookThresholdCosine' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, OptionalViewTarget) == 0x000028, "Member 'FLookForwardConstantContext::OptionalViewTarget' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, OptionalViewTargetSocket) == 0x000030, "Member 'FLookForwardConstantContext::OptionalViewTargetSocket' has a wrong offset!"); \ +static_assert(offsetof(FLookForwardConstantContext, OptionalContextObject) == 0x000038, "Member 'FLookForwardConstantContext::OptionalContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapPOICommandletInfo \ +static_assert(alignof(FMapPOICommandletInfo) == 0x000008, "Wrong alignment on FMapPOICommandletInfo"); \ +static_assert(sizeof(FMapPOICommandletInfo) == 0x000008, "Wrong size on FMapPOICommandletInfo"); \ +static_assert(offsetof(FMapPOICommandletInfo, DataTable) == 0x000000, "Member 'FMapPOICommandletInfo::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapPOIInfo \ +static_assert(alignof(FMapPOIInfo) == 0x000008, "Wrong alignment on FMapPOIInfo"); \ +static_assert(sizeof(FMapPOIInfo) == 0x000038, "Wrong size on FMapPOIInfo"); \ +static_assert(offsetof(FMapPOIInfo, Location) == 0x000008, "Member 'FMapPOIInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FMapPOIInfo, PDSKey) == 0x000014, "Member 'FMapPOIInfo::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(FMapPOIInfo, URL) == 0x000020, "Member 'FMapPOIInfo::URL' has a wrong offset!"); \ +static_assert(offsetof(FMapPOIInfo, NonGeneratedDataTableRowName) == 0x000030, "Member 'FMapPOIInfo::NonGeneratedDataTableRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPOICreateFromActorInfo \ +static_assert(alignof(FPOICreateFromActorInfo) == 0x000008, "Wrong alignment on FPOICreateFromActorInfo"); \ +static_assert(sizeof(FPOICreateFromActorInfo) == 0x000010, "Wrong size on FPOICreateFromActorInfo"); \ +static_assert(offsetof(FPOICreateFromActorInfo, WorldActor) == 0x000000, "Member 'FPOICreateFromActorInfo::WorldActor' has a wrong offset!"); \ +static_assert(offsetof(FPOICreateFromActorInfo, WidgetBlueprint) == 0x000008, "Member 'FPOICreateFromActorInfo::WidgetBlueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRelicData \ +static_assert(alignof(FRelicData) == 0x000008, "Wrong alignment on FRelicData"); \ +static_assert(sizeof(FRelicData) == 0x0001F8, "Wrong size on FRelicData"); \ +static_assert(offsetof(FRelicData, MaskAssociation) == 0x000008, "Member 'FRelicData::MaskAssociation' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, Tag) == 0x00000C, "Member 'FRelicData::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, RelicTitle) == 0x000018, "Member 'FRelicData::RelicTitle' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, LoreText) == 0x000030, "Member 'FRelicData::LoreText' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, LocationDiscovered) == 0x000048, "Member 'FRelicData::LocationDiscovered' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, LoreImage) == 0x000060, "Member 'FRelicData::LoreImage' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, UncollectedRelicIcon) == 0x0000E8, "Member 'FRelicData::UncollectedRelicIcon' has a wrong offset!"); \ +static_assert(offsetof(FRelicData, CollectedRelicIcon) == 0x000170, "Member 'FRelicData::CollectedRelicIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMemoryKeyData \ +static_assert(alignof(FMemoryKeyData) == 0x000008, "Wrong alignment on FMemoryKeyData"); \ +static_assert(sizeof(FMemoryKeyData) == 0x0001F8, "Wrong size on FMemoryKeyData"); \ +static_assert(offsetof(FMemoryKeyData, MaskAssociation) == 0x000008, "Member 'FMemoryKeyData::MaskAssociation' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, RowName) == 0x00000C, "Member 'FMemoryKeyData::RowName' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, MemoryKeyTitle) == 0x000018, "Member 'FMemoryKeyData::MemoryKeyTitle' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, LoreText) == 0x000030, "Member 'FMemoryKeyData::LoreText' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, LocationDiscovered) == 0x000048, "Member 'FMemoryKeyData::LocationDiscovered' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, LoreImage) == 0x000060, "Member 'FMemoryKeyData::LoreImage' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, UncollectedKeyIcon) == 0x0000E8, "Member 'FMemoryKeyData::UncollectedKeyIcon' has a wrong offset!"); \ +static_assert(offsetof(FMemoryKeyData, CollectedKeyIcon) == 0x000170, "Member 'FMemoryKeyData::CollectedKeyIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKenaAbility \ +static_assert(alignof(FKenaAbility) == 0x000008, "Wrong alignment on FKenaAbility"); \ +static_assert(sizeof(FKenaAbility) == 0x000078, "Wrong size on FKenaAbility"); \ +static_assert(offsetof(FKenaAbility, Info) == 0x000000, "Member 'FKenaAbility::Info' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, ThisAbilityCategory) == 0x000008, "Member 'FKenaAbility::ThisAbilityCategory' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, AbilityTag) == 0x00000C, "Member 'FKenaAbility::AbilityTag' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, TagCount) == 0x000014, "Member 'FKenaAbility::TagCount' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, AbilityOuterName) == 0x000018, "Member 'FKenaAbility::AbilityOuterName' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, AbilityName) == 0x000030, "Member 'FKenaAbility::AbilityName' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, AbilityDescription) == 0x000048, "Member 'FKenaAbility::AbilityDescription' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, VideoName) == 0x000060, "Member 'FKenaAbility::VideoName' has a wrong offset!"); \ +static_assert(offsetof(FKenaAbility, Cost) == 0x000070, "Member 'FKenaAbility::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateAccrualData \ +static_assert(alignof(FStateAccrualData) == 0x000004, "Wrong alignment on FStateAccrualData"); \ +static_assert(sizeof(FStateAccrualData) == 0x000008, "Wrong size on FStateAccrualData"); \ +static_assert(offsetof(FStateAccrualData, StateDuration) == 0x000000, "Member 'FStateAccrualData::StateDuration' has a wrong offset!"); \ +static_assert(offsetof(FStateAccrualData, AccruedTime) == 0x000004, "Member 'FStateAccrualData::AccruedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiAudioLoop \ +static_assert(alignof(FMochiAudioLoop) == 0x000008, "Wrong alignment on FMochiAudioLoop"); \ +static_assert(sizeof(FMochiAudioLoop) == 0x000018, "Wrong size on FMochiAudioLoop"); \ +static_assert(offsetof(FMochiAudioLoop, StartEvent) == 0x000000, "Member 'FMochiAudioLoop::StartEvent' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioLoop, StopEvent) == 0x000008, "Member 'FMochiAudioLoop::StopEvent' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioLoop, IsPlaying) == 0x000010, "Member 'FMochiAudioLoop::IsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiAudioEvent \ +static_assert(alignof(FMochiAudioEvent) == 0x000008, "Wrong alignment on FMochiAudioEvent"); \ +static_assert(sizeof(FMochiAudioEvent) == 0x000010, "Wrong size on FMochiAudioEvent"); \ +static_assert(offsetof(FMochiAudioEvent, AkEvent) == 0x000000, "Member 'FMochiAudioEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioEvent, Delay) == 0x000008, "Member 'FMochiAudioEvent::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiAudioSequence \ +static_assert(alignof(FMochiAudioSequence) == 0x000008, "Wrong alignment on FMochiAudioSequence"); \ +static_assert(sizeof(FMochiAudioSequence) == 0x000030, "Wrong size on FMochiAudioSequence"); \ +static_assert(offsetof(FMochiAudioSequence, SequenceMode) == 0x000000, "Member 'FMochiAudioSequence::SequenceMode' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioSequence, Entries) == 0x000008, "Member 'FMochiAudioSequence::Entries' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioSequence, EntryNames) == 0x000018, "Member 'FMochiAudioSequence::EntryNames' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioSequence, PlayCount) == 0x000028, "Member 'FMochiAudioSequence::PlayCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiAudioDelayedEvent \ +static_assert(alignof(FMochiAudioDelayedEvent) == 0x000008, "Wrong alignment on FMochiAudioDelayedEvent"); \ +static_assert(sizeof(FMochiAudioDelayedEvent) == 0x000010, "Wrong size on FMochiAudioDelayedEvent"); \ +static_assert(offsetof(FMochiAudioDelayedEvent, AkEvent) == 0x000000, "Member 'FMochiAudioDelayedEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(FMochiAudioDelayedEvent, PlayTime) == 0x000008, "Member 'FMochiAudioDelayedEvent::PlayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShakerSettings \ +static_assert(alignof(FShakerSettings) == 0x000004, "Wrong alignment on FShakerSettings"); \ +static_assert(sizeof(FShakerSettings) == 0x000068, "Wrong size on FShakerSettings"); \ +static_assert(offsetof(FShakerSettings, ShakeScale) == 0x000000, "Member 'FShakerSettings::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, Looping) == 0x000004, "Member 'FShakerSettings::Looping' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, OscillationDuration) == 0x000008, "Member 'FShakerSettings::OscillationDuration' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, OscillationDurationDeviation) == 0x00000C, "Member 'FShakerSettings::OscillationDurationDeviation' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, OscillationBlendInTime) == 0x000010, "Member 'FShakerSettings::OscillationBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, OscillationBlendOutTime) == 0x000014, "Member 'FShakerSettings::OscillationBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, LocationOscillator) == 0x000018, "Member 'FShakerSettings::LocationOscillator' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, RotationOscillator) == 0x00003C, "Member 'FShakerSettings::RotationOscillator' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, OscillateInWorldspace) == 0x000060, "Member 'FShakerSettings::OscillateInWorldspace' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, ShouldSweep) == 0x000061, "Member 'FShakerSettings::ShouldSweep' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, BlendEaseType) == 0x000062, "Member 'FShakerSettings::BlendEaseType' has a wrong offset!"); \ +static_assert(offsetof(FShakerSettings, SnapshotDuration) == 0x000064, "Member 'FShakerSettings::SnapshotDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoverSettings \ +static_assert(alignof(FMoverSettings) == 0x000008, "Wrong alignment on FMoverSettings"); \ +static_assert(sizeof(FMoverSettings) == 0x000160, "Wrong size on FMoverSettings"); \ +static_assert(offsetof(FMoverSettings, MoveMode) == 0x000000, "Member 'FMoverSettings::MoveMode' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, MaxSpeed) == 0x000004, "Member 'FMoverSettings::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, UseAccelerationCurve) == 0x000008, "Member 'FMoverSettings::UseAccelerationCurve' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, AccelerationCurve) == 0x000010, "Member 'FMoverSettings::AccelerationCurve' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, UseConstantVelocity) == 0x000098, "Member 'FMoverSettings::UseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, EaseFunc) == 0x0000A0, "Member 'FMoverSettings::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, EasingFunc) == 0x000130, "Member 'FMoverSettings::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, PingPongMax) == 0x000134, "Member 'FMoverSettings::PingPongMax' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, SweepOnMove) == 0x000138, "Member 'FMoverSettings::SweepOnMove' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, TeleportType) == 0x000139, "Member 'FMoverSettings::TeleportType' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, OrientToSpline) == 0x00013A, "Member 'FMoverSettings::OrientToSpline' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, TravelDirection) == 0x00013C, "Member 'FMoverSettings::TravelDirection' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, UsePercentageArray) == 0x000140, "Member 'FMoverSettings::UsePercentageArray' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, StartingArrayIndex) == 0x000144, "Member 'FMoverSettings::StartingArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, PercentageArray) == 0x000148, "Member 'FMoverSettings::PercentageArray' has a wrong offset!"); \ +static_assert(offsetof(FMoverSettings, ImpulseStrength) == 0x000158, "Member 'FMoverSettings::ImpulseStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomWeightedObject \ +static_assert(alignof(FRandomWeightedObject) == 0x000008, "Wrong alignment on FRandomWeightedObject"); \ +static_assert(sizeof(FRandomWeightedObject) == 0x000010, "Wrong size on FRandomWeightedObject"); \ +static_assert(offsetof(FRandomWeightedObject, Object) == 0x000000, "Member 'FRandomWeightedObject::Object' has a wrong offset!"); \ +static_assert(offsetof(FRandomWeightedObject, Weight) == 0x000008, "Member 'FRandomWeightedObject::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoissonDiscConfig \ +static_assert(alignof(FPoissonDiscConfig) == 0x000010, "Wrong alignment on FPoissonDiscConfig"); \ +static_assert(sizeof(FPoissonDiscConfig) == 0x000030, "Wrong size on FPoissonDiscConfig"); \ +static_assert(offsetof(FPoissonDiscConfig, StartPoint) == 0x000000, "Member 'FPoissonDiscConfig::StartPoint' has a wrong offset!"); \ +static_assert(offsetof(FPoissonDiscConfig, Bounds) == 0x000010, "Member 'FPoissonDiscConfig::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FPoissonDiscConfig, UseRadialCheck) == 0x000020, "Member 'FPoissonDiscConfig::UseRadialCheck' has a wrong offset!"); \ +static_assert(offsetof(FPoissonDiscConfig, MaxRadius) == 0x000024, "Member 'FPoissonDiscConfig::MaxRadius' has a wrong offset!"); \ +static_assert(offsetof(FPoissonDiscConfig, MinDistance) == 0x000028, "Member 'FPoissonDiscConfig::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(FPoissonDiscConfig, MaxAttempts) == 0x00002C, "Member 'FPoissonDiscConfig::MaxAttempts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFallDamageSettings \ +static_assert(alignof(FFallDamageSettings) == 0x000004, "Wrong alignment on FFallDamageSettings"); \ +static_assert(sizeof(FFallDamageSettings) == 0x00002C, "Wrong size on FFallDamageSettings"); \ +static_assert(offsetof(FFallDamageSettings, UsesFallDamage) == 0x000000, "Member 'FFallDamageSettings::UsesFallDamage' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, HeavyLandStartDistance) == 0x000004, "Member 'FFallDamageSettings::HeavyLandStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, FallDamageStartDistance) == 0x000008, "Member 'FFallDamageSettings::FallDamageStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, FallDamageEndDistance) == 0x00000C, "Member 'FFallDamageSettings::FallDamageEndDistance' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, FlailVelocityRequirement) == 0x000010, "Member 'FFallDamageSettings::FlailVelocityRequirement' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, FlailBeginDistance) == 0x000014, "Member 'FFallDamageSettings::FlailBeginDistance' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, LedgeGrabFailDistance) == 0x000018, "Member 'FFallDamageSettings::LedgeGrabFailDistance' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, FallDamageMinMax) == 0x00001C, "Member 'FFallDamageSettings::FallDamageMinMax' has a wrong offset!"); \ +static_assert(offsetof(FFallDamageSettings, FallDamageTag) == 0x000024, "Member 'FFallDamageSettings::FallDamageTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttachedLight \ +static_assert(alignof(FAttachedLight) == 0x000008, "Wrong alignment on FAttachedLight"); \ +static_assert(sizeof(FAttachedLight) == 0x000010, "Wrong size on FAttachedLight"); \ +static_assert(offsetof(FAttachedLight, Light) == 0x000000, "Member 'FAttachedLight::Light' has a wrong offset!"); \ +static_assert(offsetof(FAttachedLight, OriginalIntensity) == 0x000008, "Member 'FAttachedLight::OriginalIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiSettings \ +static_assert(alignof(FMochiSettings) == 0x000008, "Wrong alignment on FMochiSettings"); \ +static_assert(sizeof(FMochiSettings) == 0x000098, "Wrong size on FMochiSettings"); \ +static_assert(offsetof(FMochiSettings, Version) == 0x000000, "Member 'FMochiSettings::Version' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bVibrateEnabled) == 0x000004, "Member 'FMochiSettings::bVibrateEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bSubtitlesEnabled) == 0x000005, "Member 'FMochiSettings::bSubtitlesEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, HUDVisibility) == 0x000006, "Member 'FMochiSettings::HUDVisibility' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, ButtonLegendVisibility) == 0x000007, "Member 'FMochiSettings::ButtonLegendVisibility' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, MaxFollowRotQuality) == 0x000008, "Member 'FMochiSettings::MaxFollowRotQuality' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bInvertYAxis) == 0x00001C, "Member 'FMochiSettings::bInvertYAxis' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bInvertXAxis) == 0x00001D, "Member 'FMochiSettings::bInvertXAxis' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, LookSensitivity) == 0x000020, "Member 'FMochiSettings::LookSensitivity' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, PCControllerIconType) == 0x000024, "Member 'FMochiSettings::PCControllerIconType' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, ActionMappings) == 0x000028, "Member 'FMochiSettings::ActionMappings' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bEnableCombatCameraAssist) == 0x000038, "Member 'FMochiSettings::bEnableCombatCameraAssist' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bEnableFollowCamera) == 0x000039, "Member 'FMochiSettings::bEnableFollowCamera' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bEnableAttackCameraAssist) == 0x00003A, "Member 'FMochiSettings::bEnableAttackCameraAssist' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, SubtitleBackgroundOpacity) == 0x00003C, "Member 'FMochiSettings::SubtitleBackgroundOpacity' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, SubtitleScale) == 0x000040, "Member 'FMochiSettings::SubtitleScale' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, AutoLockOn) == 0x000044, "Member 'FMochiSettings::AutoLockOn' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, AutoSprint) == 0x000045, "Member 'FMochiSettings::AutoSprint' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, ToggleAim) == 0x000046, "Member 'FMochiSettings::ToggleAim' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, ToggleHeldAbilityInputs) == 0x000047, "Member 'FMochiSettings::ToggleHeldAbilityInputs' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, HoldInputToSkipCutscenes) == 0x000048, "Member 'FMochiSettings::HoldInputToSkipCutscenes' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, UseAutoBowFocus) == 0x000049, "Member 'FMochiSettings::UseAutoBowFocus' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, DisplayGamma) == 0x00004C, "Member 'FMochiSettings::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bDOFEnabledInGameplay) == 0x000050, "Member 'FMochiSettings::bDOFEnabledInGameplay' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bPreferD3D12) == 0x000051, "Member 'FMochiSettings::bPreferD3D12' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, UseDefaultDLSSMode) == 0x000052, "Member 'FMochiSettings::UseDefaultDLSSMode' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, DLSSMode) == 0x000053, "Member 'FMochiSettings::DLSSMode' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, DLSSSharpness) == 0x000054, "Member 'FMochiSettings::DLSSSharpness' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, DynamicResEnabled) == 0x000058, "Member 'FMochiSettings::DynamicResEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, DynamicResTargetFPS) == 0x00005C, "Member 'FMochiSettings::DynamicResTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, UIScaling) == 0x000060, "Member 'FMochiSettings::UIScaling' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, PS5GraphicsModeLevel) == 0x000064, "Member 'FMochiSettings::PS5GraphicsModeLevel' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, MotionBlurIntensity) == 0x000068, "Member 'FMochiSettings::MotionBlurIntensity' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, ScreenPercentage) == 0x00006C, "Member 'FMochiSettings::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, FPSLimitLevel) == 0x000070, "Member 'FMochiSettings::FPSLimitLevel' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, VolumetricFogLevel) == 0x000074, "Member 'FMochiSettings::VolumetricFogLevel' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, AmbientOcclusionLevel) == 0x000078, "Member 'FMochiSettings::AmbientOcclusionLevel' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, MotionBlurLevel) == 0x00007C, "Member 'FMochiSettings::MotionBlurLevel' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, MusicVolume) == 0x000080, "Member 'FMochiSettings::MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, SFXVolume) == 0x000084, "Member 'FMochiSettings::SFXVolume' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, DialogueVolume) == 0x000088, "Member 'FMochiSettings::DialogueVolume' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, CutsceneVolume) == 0x00008C, "Member 'FMochiSettings::CutsceneVolume' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, MasterVolume) == 0x000090, "Member 'FMochiSettings::MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(FMochiSettings, bUseAudioNightMode) == 0x000094, "Member 'FMochiSettings::bUseAudioNightMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTipWindowRow \ +static_assert(alignof(FTipWindowRow) == 0x000008, "Wrong alignment on FTipWindowRow"); \ +static_assert(sizeof(FTipWindowRow) == 0x000038, "Wrong size on FTipWindowRow"); \ +static_assert(offsetof(FTipWindowRow, Header) == 0x000008, "Member 'FTipWindowRow::Header' has a wrong offset!"); \ +static_assert(offsetof(FTipWindowRow, Description) == 0x000020, "Member 'FTipWindowRow::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModalTutorialData \ +static_assert(alignof(FModalTutorialData) == 0x000008, "Wrong alignment on FModalTutorialData"); \ +static_assert(sizeof(FModalTutorialData) == 0x000040, "Wrong size on FModalTutorialData"); \ +static_assert(offsetof(FModalTutorialData, Header) == 0x000008, "Member 'FModalTutorialData::Header' has a wrong offset!"); \ +static_assert(offsetof(FModalTutorialData, Messages) == 0x000020, "Member 'FModalTutorialData::Messages' has a wrong offset!"); \ +static_assert(offsetof(FModalTutorialData, MediaSources) == 0x000030, "Member 'FModalTutorialData::MediaSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontageRequest \ +static_assert(alignof(FMontageRequest) == 0x000008, "Wrong alignment on FMontageRequest"); \ +static_assert(sizeof(FMontageRequest) == 0x000018, "Wrong size on FMontageRequest"); \ +static_assert(offsetof(FMontageRequest, Montage) == 0x000000, "Member 'FMontageRequest::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovementCorrectionData \ +static_assert(alignof(FMovementCorrectionData) == 0x000004, "Wrong alignment on FMovementCorrectionData"); \ +static_assert(sizeof(FMovementCorrectionData) == 0x000010, "Wrong size on FMovementCorrectionData"); \ +static_assert(offsetof(FMovementCorrectionData, NoCorrectionHalfAngle) == 0x000000, "Member 'FMovementCorrectionData::NoCorrectionHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(FMovementCorrectionData, FullCorrectionHalfAngle) == 0x000004, "Member 'FMovementCorrectionData::FullCorrectionHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(FMovementCorrectionData, LookAheadDistance) == 0x000008, "Member 'FMovementCorrectionData::LookAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(FMovementCorrectionData, EndFadeDistance) == 0x00000C, "Member 'FMovementCorrectionData::EndFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiritMailInfo \ +static_assert(alignof(FSpiritMailInfo) == 0x000008, "Wrong alignment on FSpiritMailInfo"); \ +static_assert(sizeof(FSpiritMailInfo) == 0x000058, "Wrong size on FSpiritMailInfo"); \ +static_assert(offsetof(FSpiritMailInfo, SpiritMailState) == 0x000008, "Member 'FSpiritMailInfo::SpiritMailState' has a wrong offset!"); \ +static_assert(offsetof(FSpiritMailInfo, ObjectiveName) == 0x000010, "Member 'FSpiritMailInfo::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritMailInfo, PDSKey) == 0x000028, "Member 'FSpiritMailInfo::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(FSpiritMailInfo, SpiritMailDescription) == 0x000030, "Member 'FSpiritMailInfo::SpiritMailDescription' has a wrong offset!"); \ +static_assert(offsetof(FSpiritMailInfo, SpiritMailLocations) == 0x000048, "Member 'FSpiritMailInfo::SpiritMailLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSDependency \ +static_assert(alignof(FPDSDependency) == 0x000004, "Wrong alignment on FPDSDependency"); \ +static_assert(sizeof(FPDSDependency) == 0x00000C, "Wrong size on FPDSDependency"); \ +static_assert(offsetof(FPDSDependency, EntryIndex) == 0x000000, "Member 'FPDSDependency::EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(FPDSDependency, ComparisonOp) == 0x000004, "Member 'FPDSDependency::ComparisonOp' has a wrong offset!"); \ +static_assert(offsetof(FPDSDependency, ComparisonValue) == 0x000008, "Member 'FPDSDependency::ComparisonValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSConditionalChangeEntry \ +static_assert(alignof(FPDSConditionalChangeEntry) == 0x000008, "Wrong alignment on FPDSConditionalChangeEntry"); \ +static_assert(sizeof(FPDSConditionalChangeEntry) == 0x000020, "Wrong size on FPDSConditionalChangeEntry"); \ +static_assert(offsetof(FPDSConditionalChangeEntry, Conditions) == 0x000000, "Member 'FPDSConditionalChangeEntry::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FPDSConditionalChangeEntry, Changes) == 0x000010, "Member 'FPDSConditionalChangeEntry::Changes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSReverseDependency \ +static_assert(alignof(FPDSReverseDependency) == 0x000004, "Wrong alignment on FPDSReverseDependency"); \ +static_assert(sizeof(FPDSReverseDependency) == 0x00000C, "Wrong size on FPDSReverseDependency"); \ +static_assert(offsetof(FPDSReverseDependency, EntryIndex) == 0x000000, "Member 'FPDSReverseDependency::EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(FPDSReverseDependency, ComparisonOp) == 0x000004, "Member 'FPDSReverseDependency::ComparisonOp' has a wrong offset!"); \ +static_assert(offsetof(FPDSReverseDependency, ComparisonValue) == 0x000008, "Member 'FPDSReverseDependency::ComparisonValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPDSEntry \ +static_assert(alignof(FPDSEntry) == 0x000004, "Wrong alignment on FPDSEntry"); \ +static_assert(sizeof(FPDSEntry) == 0x000020, "Wrong size on FPDSEntry"); \ +static_assert(offsetof(FPDSEntry, EntryName) == 0x000000, "Member 'FPDSEntry::EntryName' has a wrong offset!"); \ +static_assert(offsetof(FPDSEntry, DefaultValue) == 0x000008, "Member 'FPDSEntry::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FPDSEntry, MaximumValue) == 0x00000C, "Member 'FPDSEntry::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FPDSEntry, FirstDependencyIndex) == 0x000010, "Member 'FPDSEntry::FirstDependencyIndex' has a wrong offset!"); \ +static_assert(offsetof(FPDSEntry, NumDependencies) == 0x000014, "Member 'FPDSEntry::NumDependencies' has a wrong offset!"); \ +static_assert(offsetof(FPDSEntry, FirstReverseDependencyIndex) == 0x000018, "Member 'FPDSEntry::FirstReverseDependencyIndex' has a wrong offset!"); \ +static_assert(offsetof(FPDSEntry, NumReverseDependencies) == 0x00001C, "Member 'FPDSEntry::NumReverseDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileSplitData \ +static_assert(alignof(FProjectileSplitData) == 0x000008, "Wrong alignment on FProjectileSplitData"); \ +static_assert(sizeof(FProjectileSplitData) == 0x000030, "Wrong size on FProjectileSplitData"); \ +static_assert(offsetof(FProjectileSplitData, Count) == 0x000000, "Member 'FProjectileSplitData::Count' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSplitData, InheritVelocitySpread) == 0x000004, "Member 'FProjectileSplitData::InheritVelocitySpread' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSplitData, InheritVelocityFactor) == 0x000008, "Member 'FProjectileSplitData::InheritVelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSplitData, ConeImpulseMinMax) == 0x00000C, "Member 'FProjectileSplitData::ConeImpulseMinMax' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSplitData, ConeAngle) == 0x000014, "Member 'FProjectileSplitData::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSplitData, ConeDirection) == 0x000018, "Member 'FProjectileSplitData::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSplitData, Class) == 0x000028, "Member 'FProjectileSplitData::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileData \ +static_assert(alignof(FProjectileData) == 0x000008, "Wrong alignment on FProjectileData"); \ +static_assert(sizeof(FProjectileData) == 0x000038, "Wrong size on FProjectileData"); \ +static_assert(offsetof(FProjectileData, Lifetime) == 0x000000, "Member 'FProjectileData::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(FProjectileData, Damage) == 0x000004, "Member 'FProjectileData::Damage' has a wrong offset!"); \ +static_assert(offsetof(FProjectileData, SplitData) == 0x000008, "Member 'FProjectileData::SplitData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPromptBarEntry \ +static_assert(alignof(FPromptBarEntry) == 0x000008, "Wrong alignment on FPromptBarEntry"); \ +static_assert(sizeof(FPromptBarEntry) == 0x000020, "Wrong size on FPromptBarEntry"); \ +static_assert(offsetof(FPromptBarEntry, ActionName) == 0x000000, "Member 'FPromptBarEntry::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FPromptBarEntry, DisplayText) == 0x000008, "Member 'FPromptBarEntry::DisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegionStats \ +static_assert(alignof(FRegionStats) == 0x000008, "Wrong alignment on FRegionStats"); \ +static_assert(sizeof(FRegionStats) == 0x000050, "Wrong size on FRegionStats"); \ +static_assert(offsetof(FRegionStats, RegionTotals) == 0x000000, "Member 'FRegionStats::RegionTotals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectableInfo \ +static_assert(alignof(FCollectableInfo) == 0x000004, "Wrong alignment on FCollectableInfo"); \ +static_assert(sizeof(FCollectableInfo) == 0x000010, "Wrong size on FCollectableInfo"); \ +static_assert(offsetof(FCollectableInfo, Location) == 0x000000, "Member 'FCollectableInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollectableInfo, Count) == 0x00000C, "Member 'FCollectableInfo::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegionMaskInfo \ +static_assert(alignof(FRegionMaskInfo) == 0x000004, "Wrong alignment on FRegionMaskInfo"); \ +static_assert(sizeof(FRegionMaskInfo) == 0x000014, "Wrong size on FRegionMaskInfo"); \ +static_assert(offsetof(FRegionMaskInfo, RegionLocName) == 0x000000, "Member 'FRegionMaskInfo::RegionLocName' has a wrong offset!"); \ +static_assert(offsetof(FRegionMaskInfo, RegionRevealPDSKey) == 0x000008, "Member 'FRegionMaskInfo::RegionRevealPDSKey' has a wrong offset!"); \ +static_assert(offsetof(FRegionMaskInfo, RegionMaskValue) == 0x000010, "Member 'FRegionMaskInfo::RegionMaskValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegionProgress \ +static_assert(alignof(FRegionProgress) == 0x000008, "Wrong alignment on FRegionProgress"); \ +static_assert(sizeof(FRegionProgress) == 0x0002D8, "Wrong size on FRegionProgress"); \ +static_assert(offsetof(FRegionProgress, RotCollected) == 0x000000, "Member 'FRegionProgress::RotCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, RotActorsCollected) == 0x000008, "Member 'FRegionProgress::RotActorsCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, StatuesCollected) == 0x000058, "Member 'FRegionProgress::StatuesCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, HatsCollected) == 0x0000A8, "Member 'FRegionProgress::HatsCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, HatsCollected_NGPlus) == 0x0000F8, "Member 'FRegionProgress::HatsCollected_NGPlus' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, SpiritMailCollected) == 0x000148, "Member 'FRegionProgress::SpiritMailCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, CursedChestsCollected) == 0x000198, "Member 'FRegionProgress::CursedChestsCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, MeditationSpotsCollected) == 0x0001E8, "Member 'FRegionProgress::MeditationSpotsCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, CharmsCollected) == 0x000238, "Member 'FRegionProgress::CharmsCollected' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgress, CharmsCollected_NGPlus) == 0x000288, "Member 'FRegionProgress::CharmsCollected_NGPlus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegionProgressCommandletInfo \ +static_assert(alignof(FRegionProgressCommandletInfo) == 0x000004, "Wrong alignment on FRegionProgressCommandletInfo"); \ +static_assert(sizeof(FRegionProgressCommandletInfo) == 0x000008, "Wrong size on FRegionProgressCommandletInfo"); \ +static_assert(offsetof(FRegionProgressCommandletInfo, ProgressGroup) == 0x000000, "Member 'FRegionProgressCommandletInfo::ProgressGroup' has a wrong offset!"); \ +static_assert(offsetof(FRegionProgressCommandletInfo, CountPerInstance) == 0x000004, "Member 'FRegionProgressCommandletInfo::CountPerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResourceInfo \ +static_assert(alignof(FResourceInfo) == 0x000008, "Wrong alignment on FResourceInfo"); \ +static_assert(sizeof(FResourceInfo) == 0x000028, "Wrong size on FResourceInfo"); \ +static_assert(offsetof(FResourceInfo, ResourceMinMax) == 0x000000, "Member 'FResourceInfo::ResourceMinMax' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, Resource) == 0x000008, "Member 'FResourceInfo::Resource' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, RegenRate) == 0x00000C, "Member 'FResourceInfo::RegenRate' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, RegenDelay) == 0x000010, "Member 'FResourceInfo::RegenDelay' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, ResourceBeginsEmpty) == 0x000014, "Member 'FResourceInfo::ResourceBeginsEmpty' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, BlockDepletion) == 0x000015, "Member 'FResourceInfo::BlockDepletion' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, DepletionBlockFraction) == 0x000018, "Member 'FResourceInfo::DepletionBlockFraction' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, BlockAccumulation) == 0x00001C, "Member 'FResourceInfo::BlockAccumulation' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, ShouldRegen) == 0x00001D, "Member 'FResourceInfo::ShouldRegen' has a wrong offset!"); \ +static_assert(offsetof(FResourceInfo, RegenDelayTimer) == 0x000020, "Member 'FResourceInfo::RegenDelayTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPerformanceSettings \ +static_assert(alignof(FAnimPerformanceSettings) == 0x000008, "Wrong alignment on FAnimPerformanceSettings"); \ +static_assert(sizeof(FAnimPerformanceSettings) == 0x000030, "Wrong size on FAnimPerformanceSettings"); \ +static_assert(offsetof(FAnimPerformanceSettings, PauseAnim) == 0x000000, "Member 'FAnimPerformanceSettings::PauseAnim' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, DisableTicking) == 0x000001, "Member 'FAnimPerformanceSettings::DisableTicking' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, UseURO) == 0x000002, "Member 'FAnimPerformanceSettings::UseURO' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, SkipUpdate) == 0x000003, "Member 'FAnimPerformanceSettings::SkipUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, SkipEvaluation) == 0x000004, "Member 'FAnimPerformanceSettings::SkipEvaluation' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, UpdateRate) == 0x000008, "Member 'FAnimPerformanceSettings::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, InterpolateFrames) == 0x00000C, "Member 'FAnimPerformanceSettings::InterpolateFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, EvaluationRate) == 0x000010, "Member 'FAnimPerformanceSettings::EvaluationRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, BaseNonRenderedUpdateRate) == 0x000014, "Member 'FAnimPerformanceSettings::BaseNonRenderedUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, MaxEvalRateForInterpolation) == 0x000018, "Member 'FAnimPerformanceSettings::MaxEvalRateForInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimPerformanceSettings, BaseVisibleDistanceFactorThesholds) == 0x000020, "Member 'FAnimPerformanceSettings::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBurstOptions \ +static_assert(alignof(FBurstOptions) == 0x000004, "Wrong alignment on FBurstOptions"); \ +static_assert(sizeof(FBurstOptions) == 0x000014, "Wrong size on FBurstOptions"); \ +static_assert(offsetof(FBurstOptions, StopMovement) == 0x000000, "Member 'FBurstOptions::StopMovement' has a wrong offset!"); \ +static_assert(offsetof(FBurstOptions, Direction) == 0x000004, "Member 'FBurstOptions::Direction' has a wrong offset!"); \ +static_assert(offsetof(FBurstOptions, ImpulseScalar) == 0x000010, "Member 'FBurstOptions::ImpulseScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPendingRotActionData \ +static_assert(alignof(FPendingRotActionData) == 0x000008, "Wrong alignment on FPendingRotActionData"); \ +static_assert(sizeof(FPendingRotActionData) == 0x000010, "Wrong size on FPendingRotActionData"); \ + +#define DUMPER7_ASSERTS_FRotActionIconType \ +static_assert(alignof(FRotActionIconType) == 0x000008, "Wrong alignment on FRotActionIconType"); \ +static_assert(sizeof(FRotActionIconType) == 0x0000C0, "Wrong size on FRotActionIconType"); \ +static_assert(offsetof(FRotActionIconType, OwnerClass) == 0x000008, "Member 'FRotActionIconType::OwnerClass' has a wrong offset!"); \ +static_assert(offsetof(FRotActionIconType, RotActionIcon) == 0x000030, "Member 'FRotActionIconType::RotActionIcon' has a wrong offset!"); \ +static_assert(offsetof(FRotActionIconType, AdjustedScale) == 0x0000B8, "Member 'FRotActionIconType::AdjustedScale' has a wrong offset!"); \ +static_assert(offsetof(FRotActionIconType, bShowFadedDuringCombat) == 0x0000BC, "Member 'FRotActionIconType::bShowFadedDuringCombat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FYawClampContext \ +static_assert(alignof(FYawClampContext) == 0x000010, "Wrong alignment on FYawClampContext"); \ +static_assert(sizeof(FYawClampContext) == 0x000050, "Wrong size on FYawClampContext"); \ +static_assert(offsetof(FYawClampContext, Requester) == 0x000000, "Member 'FYawClampContext::Requester' has a wrong offset!"); \ +static_assert(offsetof(FYawClampContext, Basis) == 0x000010, "Member 'FYawClampContext::Basis' has a wrong offset!"); \ +static_assert(offsetof(FYawClampContext, Config) == 0x000040, "Member 'FYawClampContext::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCloudDamageTriggeredAbility \ +static_assert(alignof(FCloudDamageTriggeredAbility) == 0x000008, "Wrong alignment on FCloudDamageTriggeredAbility"); \ +static_assert(sizeof(FCloudDamageTriggeredAbility) == 0x000030, "Wrong size on FCloudDamageTriggeredAbility"); \ +static_assert(offsetof(FCloudDamageTriggeredAbility, DamageTag) == 0x000000, "Member 'FCloudDamageTriggeredAbility::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(FCloudDamageTriggeredAbility, AbilityClass) == 0x000008, "Member 'FCloudDamageTriggeredAbility::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(FCloudDamageTriggeredAbility, AllowWhileBound) == 0x000010, "Member 'FCloudDamageTriggeredAbility::AllowWhileBound' has a wrong offset!"); \ +static_assert(offsetof(FCloudDamageTriggeredAbility, RequireSummonerAsInstigator) == 0x000011, "Member 'FCloudDamageTriggeredAbility::RequireSummonerAsInstigator' has a wrong offset!"); \ +static_assert(offsetof(FCloudDamageTriggeredAbility, MontageToPlay) == 0x000014, "Member 'FCloudDamageTriggeredAbility::MontageToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCosmeticData \ +static_assert(alignof(FCosmeticData) == 0x000008, "Wrong alignment on FCosmeticData"); \ +static_assert(sizeof(FCosmeticData) == 0x000090, "Wrong size on FCosmeticData"); \ +static_assert(offsetof(FCosmeticData, DisplayName) == 0x000008, "Member 'FCosmeticData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, PreviewAnimation) == 0x000020, "Member 'FCosmeticData::PreviewAnimation' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, EquipAnimation) == 0x000028, "Member 'FCosmeticData::EquipAnimation' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, CosmeticItem) == 0x000030, "Member 'FCosmeticData::CosmeticItem' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, Cost) == 0x000038, "Member 'FCosmeticData::Cost' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, MaxPurchaseAmount) == 0x00003C, "Member 'FCosmeticData::MaxPurchaseAmount' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, DisplaySprite) == 0x000040, "Member 'FCosmeticData::DisplaySprite' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, UnlockPDSKey) == 0x000048, "Member 'FCosmeticData::UnlockPDSKey' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, UnlockPDSValue) == 0x000050, "Member 'FCosmeticData::UnlockPDSValue' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, IconBG) == 0x000058, "Member 'FCosmeticData::IconBG' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, IconBGHighlight) == 0x000060, "Member 'FCosmeticData::IconBGHighlight' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, UnlockRegion) == 0x000068, "Member 'FCosmeticData::UnlockRegion' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, WorldLocation) == 0x00006C, "Member 'FCosmeticData::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, IsNewGamePlusOnly) == 0x000078, "Member 'FCosmeticData::IsNewGamePlusOnly' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, SelectSound) == 0x000080, "Member 'FCosmeticData::SelectSound' has a wrong offset!"); \ +static_assert(offsetof(FCosmeticData, EntitlementName) == 0x000088, "Member 'FCosmeticData::EntitlementName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotLevelData \ +static_assert(alignof(FRotLevelData) == 0x000004, "Wrong alignment on FRotLevelData"); \ +static_assert(sizeof(FRotLevelData) == 0x00000C, "Wrong size on FRotLevelData"); \ +static_assert(offsetof(FRotLevelData, TotalRotCount) == 0x000000, "Member 'FRotLevelData::TotalRotCount' has a wrong offset!"); \ +static_assert(offsetof(FRotLevelData, DeltaRotCount) == 0x000004, "Member 'FRotLevelData::DeltaRotCount' has a wrong offset!"); \ +static_assert(offsetof(FRotLevelData, RotCountPerPip) == 0x000008, "Member 'FRotLevelData::RotCountPerPip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotBehaviorInjectSettings \ +static_assert(alignof(FRotBehaviorInjectSettings) == 0x000004, "Wrong alignment on FRotBehaviorInjectSettings"); \ +static_assert(sizeof(FRotBehaviorInjectSettings) == 0x000010, "Wrong size on FRotBehaviorInjectSettings"); \ +static_assert(offsetof(FRotBehaviorInjectSettings, EventBehaviorTreeName) == 0x000000, "Member 'FRotBehaviorInjectSettings::EventBehaviorTreeName' has a wrong offset!"); \ +static_assert(offsetof(FRotBehaviorInjectSettings, AliveBehaviorTreeName) == 0x000008, "Member 'FRotBehaviorInjectSettings::AliveBehaviorTreeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotMoveAnimCurve \ +static_assert(alignof(FRotMoveAnimCurve) == 0x000008, "Wrong alignment on FRotMoveAnimCurve"); \ +static_assert(sizeof(FRotMoveAnimCurve) == 0x000038, "Wrong size on FRotMoveAnimCurve"); \ +static_assert(offsetof(FRotMoveAnimCurve, InputMinMax) == 0x000000, "Member 'FRotMoveAnimCurve::InputMinMax' has a wrong offset!"); \ +static_assert(offsetof(FRotMoveAnimCurve, OutputMinMax) == 0x000008, "Member 'FRotMoveAnimCurve::OutputMinMax' has a wrong offset!"); \ +static_assert(offsetof(FRotMoveAnimCurve, CurveName) == 0x000010, "Member 'FRotMoveAnimCurve::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FRotMoveAnimCurve, PropertyName) == 0x000018, "Member 'FRotMoveAnimCurve::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FRotMoveAnimCurve, InterpretAsFactor) == 0x000020, "Member 'FRotMoveAnimCurve::InterpretAsFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotPOIConfig \ +static_assert(alignof(FRotPOIConfig) == 0x000008, "Wrong alignment on FRotPOIConfig"); \ +static_assert(sizeof(FRotPOIConfig) == 0x000070, "Wrong size on FRotPOIConfig"); \ +static_assert(offsetof(FRotPOIConfig, MontageToPlay) == 0x000008, "Member 'FRotPOIConfig::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, EventMontages) == 0x000010, "Member 'FRotPOIConfig::EventMontages' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, FocusPlayer) == 0x000060, "Member 'FRotPOIConfig::FocusPlayer' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, ChangeGravityScale) == 0x000061, "Member 'FRotPOIConfig::ChangeGravityScale' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, GravityScale) == 0x000064, "Member 'FRotPOIConfig::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, ChangeMovementMode) == 0x000068, "Member 'FRotPOIConfig::ChangeMovementMode' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, MovementMode) == 0x000069, "Member 'FRotPOIConfig::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, ChangeCollisionEnabled) == 0x00006A, "Member 'FRotPOIConfig::ChangeCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRotPOIConfig, CollisionEnabled) == 0x00006B, "Member 'FRotPOIConfig::CollisionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRTPCOwnerValue \ +static_assert(alignof(FRTPCOwnerValue) == 0x000004, "Wrong alignment on FRTPCOwnerValue"); \ +static_assert(sizeof(FRTPCOwnerValue) == 0x000008, "Wrong size on FRTPCOwnerValue"); \ +static_assert(offsetof(FRTPCOwnerValue, OwnerID) == 0x000000, "Member 'FRTPCOwnerValue::OwnerID' has a wrong offset!"); \ +static_assert(offsetof(FRTPCOwnerValue, CurrentValue) == 0x000004, "Member 'FRTPCOwnerValue::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRTPCValueList \ +static_assert(alignof(FRTPCValueList) == 0x000008, "Wrong alignment on FRTPCValueList"); \ +static_assert(sizeof(FRTPCValueList) == 0x000010, "Wrong size on FRTPCValueList"); \ +static_assert(offsetof(FRTPCValueList, List) == 0x000000, "Member 'FRTPCValueList::List' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSavedVariables \ +static_assert(alignof(FSavedVariables) == 0x000008, "Wrong alignment on FSavedVariables"); \ +static_assert(sizeof(FSavedVariables) == 0x000010, "Wrong size on FSavedVariables"); \ +static_assert(offsetof(FSavedVariables, Data) == 0x000000, "Member 'FSavedVariables::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSavedActor \ +static_assert(alignof(FSavedActor) == 0x000008, "Wrong alignment on FSavedActor"); \ +static_assert(sizeof(FSavedActor) == 0x000060, "Wrong size on FSavedActor"); \ +static_assert(offsetof(FSavedActor, SavedVariables) == 0x000000, "Member 'FSavedActor::SavedVariables' has a wrong offset!"); \ +static_assert(offsetof(FSavedActor, Components) == 0x000010, "Member 'FSavedActor::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSaveData \ +static_assert(alignof(FLevelSaveData) == 0x000008, "Wrong alignment on FLevelSaveData"); \ +static_assert(sizeof(FLevelSaveData) == 0x000050, "Wrong size on FLevelSaveData"); \ +static_assert(offsetof(FLevelSaveData, SavedActors) == 0x000000, "Member 'FLevelSaveData::SavedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiSaveMetadata \ +static_assert(alignof(FMochiSaveMetadata) == 0x000008, "Wrong alignment on FMochiSaveMetadata"); \ +static_assert(sizeof(FMochiSaveMetadata) == 0x000018, "Wrong size on FMochiSaveMetadata"); \ +static_assert(offsetof(FMochiSaveMetadata, Timestamp) == 0x000000, "Member 'FMochiSaveMetadata::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveMetadata, CheckpointMetadataRow) == 0x000008, "Member 'FMochiSaveMetadata::CheckpointMetadataRow' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveMetadata, Difficulty) == 0x000010, "Member 'FMochiSaveMetadata::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveMetadata, IsNewGamePlus) == 0x000011, "Member 'FMochiSaveMetadata::IsNewGamePlus' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveMetadata, IsGameCompleted) == 0x000012, "Member 'FMochiSaveMetadata::IsGameCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMochiSaveData \ +static_assert(alignof(FMochiSaveData) == 0x000008, "Wrong alignment on FMochiSaveData"); \ +static_assert(sizeof(FMochiSaveData) == 0x000100, "Wrong size on FMochiSaveData"); \ +static_assert(offsetof(FMochiSaveData, LevelData) == 0x000008, "Member 'FMochiSaveData::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveData, PDSRuntimeBlob) == 0x000058, "Member 'FMochiSaveData::PDSRuntimeBlob' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveData, VariablesBlob) == 0x000068, "Member 'FMochiSaveData::VariablesBlob' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveData, DLCSaveData) == 0x000078, "Member 'FMochiSaveData::DLCSaveData' has a wrong offset!"); \ +static_assert(offsetof(FMochiSaveData, MetaData) == 0x0000E8, "Member 'FMochiSaveData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSet \ +static_assert(alignof(FActorSet) == 0x000008, "Wrong alignment on FActorSet"); \ +static_assert(sizeof(FActorSet) == 0x000050, "Wrong size on FActorSet"); \ +static_assert(offsetof(FActorSet, Actors) == 0x000000, "Member 'FActorSet::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSettingsScreenStackInfo \ +static_assert(alignof(FSettingsScreenStackInfo) == 0x000008, "Wrong alignment on FSettingsScreenStackInfo"); \ +static_assert(sizeof(FSettingsScreenStackInfo) == 0x000010, "Wrong size on FSettingsScreenStackInfo"); \ +static_assert(offsetof(FSettingsScreenStackInfo, Section) == 0x000000, "Member 'FSettingsScreenStackInfo::Section' has a wrong offset!"); \ +static_assert(offsetof(FSettingsScreenStackInfo, ReturnToWidget) == 0x000008, "Member 'FSettingsScreenStackInfo::ReturnToWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSettingsSectionInfo \ +static_assert(alignof(FSettingsSectionInfo) == 0x000008, "Wrong alignment on FSettingsSectionInfo"); \ +static_assert(sizeof(FSettingsSectionInfo) == 0x000038, "Wrong size on FSettingsSectionInfo"); \ +static_assert(offsetof(FSettingsSectionInfo, Section) == 0x000030, "Member 'FSettingsSectionInfo::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShadowBoxArgs \ +static_assert(alignof(FShadowBoxArgs) == 0x000008, "Wrong alignment on FShadowBoxArgs"); \ +static_assert(sizeof(FShadowBoxArgs) == 0x0000D0, "Wrong size on FShadowBoxArgs"); \ +static_assert(offsetof(FShadowBoxArgs, HeaderText) == 0x000000, "Member 'FShadowBoxArgs::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(FShadowBoxArgs, Messages) == 0x000018, "Member 'FShadowBoxArgs::Messages' has a wrong offset!"); \ +static_assert(offsetof(FShadowBoxArgs, HeaderColor) == 0x000028, "Member 'FShadowBoxArgs::HeaderColor' has a wrong offset!"); \ +static_assert(offsetof(FShadowBoxArgs, Thumbnail) == 0x000038, "Member 'FShadowBoxArgs::Thumbnail' has a wrong offset!"); \ +static_assert(offsetof(FShadowBoxArgs, EventProcessor) == 0x0000C0, "Member 'FShadowBoxArgs::EventProcessor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSliderShadowBoxPdsRow \ +static_assert(alignof(FSliderShadowBoxPdsRow) == 0x000008, "Wrong alignment on FSliderShadowBoxPdsRow"); \ +static_assert(sizeof(FSliderShadowBoxPdsRow) == 0x0000D8, "Wrong size on FSliderShadowBoxPdsRow"); \ +static_assert(offsetof(FSliderShadowBoxPdsRow, PDSKey) == 0x000008, "Member 'FSliderShadowBoxPdsRow::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(FSliderShadowBoxPdsRow, HeaderText) == 0x000010, "Member 'FSliderShadowBoxPdsRow::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(FSliderShadowBoxPdsRow, MessageText) == 0x000028, "Member 'FSliderShadowBoxPdsRow::MessageText' has a wrong offset!"); \ +static_assert(offsetof(FSliderShadowBoxPdsRow, HeaderColor) == 0x000040, "Member 'FSliderShadowBoxPdsRow::HeaderColor' has a wrong offset!"); \ +static_assert(offsetof(FSliderShadowBoxPdsRow, Thumbnail) == 0x000050, "Member 'FSliderShadowBoxPdsRow::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnerSpawnParam \ +static_assert(alignof(FSpawnerSpawnParam) == 0x000004, "Wrong alignment on FSpawnerSpawnParam"); \ +static_assert(sizeof(FSpawnerSpawnParam) == 0x00000C, "Wrong size on FSpawnerSpawnParam"); \ +static_assert(offsetof(FSpawnerSpawnParam, OverrideCount) == 0x000000, "Member 'FSpawnerSpawnParam::OverrideCount' has a wrong offset!"); \ +static_assert(offsetof(FSpawnerSpawnParam, OverrideDelay) == 0x000004, "Member 'FSpawnerSpawnParam::OverrideDelay' has a wrong offset!"); \ +static_assert(offsetof(FSpawnerSpawnParam, OverrideCountPerIteration) == 0x000008, "Member 'FSpawnerSpawnParam::OverrideCountPerIteration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPendingInputAxis \ +static_assert(alignof(FPendingInputAxis) == 0x000004, "Wrong alignment on FPendingInputAxis"); \ +static_assert(sizeof(FPendingInputAxis) == 0x000008, "Wrong size on FPendingInputAxis"); \ + +#define DUMPER7_ASSERTS_FPendingInputStick \ +static_assert(alignof(FPendingInputStick) == 0x000004, "Wrong alignment on FPendingInputStick"); \ +static_assert(sizeof(FPendingInputStick) == 0x00000C, "Wrong size on FPendingInputStick"); \ + +#define DUMPER7_ASSERTS_FPendingInputAction \ +static_assert(alignof(FPendingInputAction) == 0x000004, "Wrong alignment on FPendingInputAction"); \ +static_assert(sizeof(FPendingInputAction) == 0x000008, "Wrong size on FPendingInputAction"); \ + +#define DUMPER7_ASSERTS_FStateEconomicData \ +static_assert(alignof(FStateEconomicData) == 0x000004, "Wrong alignment on FStateEconomicData"); \ +static_assert(sizeof(FStateEconomicData) == 0x000010, "Wrong size on FStateEconomicData"); \ +static_assert(offsetof(FStateEconomicData, CostMinMax) == 0x000000, "Member 'FStateEconomicData::CostMinMax' has a wrong offset!"); \ +static_assert(offsetof(FStateEconomicData, CostPerUse) == 0x000008, "Member 'FStateEconomicData::CostPerUse' has a wrong offset!"); \ +static_assert(offsetof(FStateEconomicData, IsChargedPerSecond) == 0x00000C, "Member 'FStateEconomicData::IsChargedPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatScope \ +static_assert(alignof(FStatScope) == 0x000008, "Wrong alignment on FStatScope"); \ +static_assert(sizeof(FStatScope) == 0x000068, "Wrong size on FStatScope"); \ + +#define DUMPER7_ASSERTS_FSubRipData \ +static_assert(alignof(FSubRipData) == 0x000008, "Wrong alignment on FSubRipData"); \ +static_assert(sizeof(FSubRipData) == 0x000028, "Wrong size on FSubRipData"); \ +static_assert(offsetof(FSubRipData, StartTime) == 0x000000, "Member 'FSubRipData::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FSubRipData, EndTime) == 0x000008, "Member 'FSubRipData::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FSubRipData, Text) == 0x000010, "Member 'FSubRipData::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNotificationContent \ +static_assert(alignof(FNotificationContent) == 0x000008, "Wrong alignment on FNotificationContent"); \ +static_assert(sizeof(FNotificationContent) == 0x0000E8, "Wrong size on FNotificationContent"); \ +static_assert(offsetof(FNotificationContent, NotificationCategory) == 0x000008, "Member 'FNotificationContent::NotificationCategory' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, GameplayTag) == 0x00000C, "Member 'FNotificationContent::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, TitleText) == 0x000018, "Member 'FNotificationContent::TitleText' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, DescriptionText) == 0x000030, "Member 'FNotificationContent::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, Thumbnail) == 0x000048, "Member 'FNotificationContent::Thumbnail' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, bShouldStayOnScreen) == 0x0000D0, "Member 'FNotificationContent::bShouldStayOnScreen' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, WidgetClassToOpen) == 0x0000D8, "Member 'FNotificationContent::WidgetClassToOpen' has a wrong offset!"); \ +static_assert(offsetof(FNotificationContent, MenuPageToOpen) == 0x0000E0, "Member 'FNotificationContent::MenuPageToOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTitleCardContentRow \ +static_assert(alignof(FTitleCardContentRow) == 0x000008, "Wrong alignment on FTitleCardContentRow"); \ +static_assert(sizeof(FTitleCardContentRow) == 0x0000B0, "Wrong size on FTitleCardContentRow"); \ +static_assert(offsetof(FTitleCardContentRow, BackgroundImageToSet) == 0x000008, "Member 'FTitleCardContentRow::BackgroundImageToSet' has a wrong offset!"); \ +static_assert(offsetof(FTitleCardContentRow, Title) == 0x000090, "Member 'FTitleCardContentRow::Title' has a wrong offset!"); \ +static_assert(offsetof(FTitleCardContentRow, TextSize) == 0x0000A8, "Member 'FTitleCardContentRow::TextSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerableTextContentRow \ +static_assert(alignof(FTriggerableTextContentRow) == 0x000008, "Wrong alignment on FTriggerableTextContentRow"); \ +static_assert(sizeof(FTriggerableTextContentRow) == 0x0000C0, "Wrong size on FTriggerableTextContentRow"); \ +static_assert(offsetof(FTriggerableTextContentRow, Header) == 0x000008, "Member 'FTriggerableTextContentRow::Header' has a wrong offset!"); \ +static_assert(offsetof(FTriggerableTextContentRow, Messages) == 0x000020, "Member 'FTriggerableTextContentRow::Messages' has a wrong offset!"); \ +static_assert(offsetof(FTriggerableTextContentRow, Thumbnail) == 0x000030, "Member 'FTriggerableTextContentRow::Thumbnail' has a wrong offset!"); \ +static_assert(offsetof(FTriggerableTextContentRow, TutorialInputAction) == 0x0000B8, "Member 'FTriggerableTextContentRow::TutorialInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerForEachItem \ +static_assert(alignof(FTriggerForEachItem) == 0x000008, "Wrong alignment on FTriggerForEachItem"); \ +static_assert(sizeof(FTriggerForEachItem) == 0x000010, "Wrong size on FTriggerForEachItem"); \ +static_assert(offsetof(FTriggerForEachItem, Actor) == 0x000000, "Member 'FTriggerForEachItem::Actor' has a wrong offset!"); \ +static_assert(offsetof(FTriggerForEachItem, Delay) == 0x000008, "Member 'FTriggerForEachItem::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerForEachData \ +static_assert(alignof(FTriggerForEachData) == 0x000008, "Wrong alignment on FTriggerForEachData"); \ +static_assert(sizeof(FTriggerForEachData) == 0x000028, "Wrong size on FTriggerForEachData"); \ +static_assert(offsetof(FTriggerForEachData, FunctionName) == 0x000000, "Member 'FTriggerForEachData::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FTriggerForEachData, ComponentName) == 0x000008, "Member 'FTriggerForEachData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FTriggerForEachData, Params) == 0x000010, "Member 'FTriggerForEachData::Params' has a wrong offset!"); \ +static_assert(offsetof(FTriggerForEachData, Listeners) == 0x000018, "Member 'FTriggerForEachData::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerListenerData \ +static_assert(alignof(FTriggerListenerData) == 0x000008, "Wrong alignment on FTriggerListenerData"); \ +static_assert(sizeof(FTriggerListenerData) == 0x000030, "Wrong size on FTriggerListenerData"); \ +static_assert(offsetof(FTriggerListenerData, Listener) == 0x000000, "Member 'FTriggerListenerData::Listener' has a wrong offset!"); \ +static_assert(offsetof(FTriggerListenerData, FunctionName) == 0x000008, "Member 'FTriggerListenerData::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FTriggerListenerData, Params) == 0x000010, "Member 'FTriggerListenerData::Params' has a wrong offset!"); \ +static_assert(offsetof(FTriggerListenerData, Delay) == 0x000018, "Member 'FTriggerListenerData::Delay' has a wrong offset!"); \ +static_assert(offsetof(FTriggerListenerData, ComponentName) == 0x00001C, "Member 'FTriggerListenerData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FTriggerListenerData, Component) == 0x000028, "Member 'FTriggerListenerData::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerDelegateData \ +static_assert(alignof(FTriggerDelegateData) == 0x000008, "Wrong alignment on FTriggerDelegateData"); \ +static_assert(sizeof(FTriggerDelegateData) == 0x000010, "Wrong size on FTriggerDelegateData"); \ +static_assert(offsetof(FTriggerDelegateData, ListenerDatas) == 0x000000, "Member 'FTriggerDelegateData::ListenerDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTutorialData \ +static_assert(alignof(FTutorialData) == 0x000008, "Wrong alignment on FTutorialData"); \ +static_assert(sizeof(FTutorialData) == 0x000038, "Wrong size on FTutorialData"); \ +static_assert(offsetof(FTutorialData, Message) == 0x000008, "Member 'FTutorialData::Message' has a wrong offset!"); \ +static_assert(offsetof(FTutorialData, DisplayTime) == 0x000020, "Member 'FTutorialData::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FTutorialData, TutorialRuleClass) == 0x000028, "Member 'FTutorialData::TutorialRuleClass' has a wrong offset!"); \ +static_assert(offsetof(FTutorialData, TutorialWidgetClass) == 0x000030, "Member 'FTutorialData::TutorialWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUINavQueuedWidget \ +static_assert(alignof(FUINavQueuedWidget) == 0x000008, "Wrong alignment on FUINavQueuedWidget"); \ +static_assert(sizeof(FUINavQueuedWidget) == 0x000028, "Wrong size on FUINavQueuedWidget"); \ +static_assert(offsetof(FUINavQueuedWidget, WidgetClass) == 0x000000, "Member 'FUINavQueuedWidget::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(FUINavQueuedWidget, Callback) == 0x000008, "Member 'FUINavQueuedWidget::Callback' has a wrong offset!"); \ +static_assert(offsetof(FUINavQueuedWidget, ZOrder) == 0x000018, "Member 'FUINavQueuedWidget::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(FUINavQueuedWidget, WasNavigatedTo) == 0x00001C, "Member 'FUINavQueuedWidget::WasNavigatedTo' has a wrong offset!"); \ +static_assert(offsetof(FUINavQueuedWidget, Args) == 0x000020, "Member 'FUINavQueuedWidget::Args' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVillagerMeshData \ +static_assert(alignof(FVillagerMeshData) == 0x000010, "Wrong alignment on FVillagerMeshData"); \ +static_assert(sizeof(FVillagerMeshData) == 0x0001B0, "Wrong size on FVillagerMeshData"); \ +static_assert(offsetof(FVillagerMeshData, SkeletalMesh) == 0x000008, "Member 'FVillagerMeshData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, PoseAnimation) == 0x000030, "Member 'FVillagerMeshData::PoseAnimation' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, PoseInitialOffset) == 0x000058, "Member 'FVillagerMeshData::PoseInitialOffset' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, LoopAnimation) == 0x00005C, "Member 'FVillagerMeshData::LoopAnimation' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, LeftHandMesh) == 0x000060, "Member 'FVillagerMeshData::LeftHandMesh' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, RightHandMesh) == 0x000088, "Member 'FVillagerMeshData::RightHandMesh' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, HeadMesh) == 0x0000B0, "Member 'FVillagerMeshData::HeadMesh' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, PropMaterial) == 0x0000D8, "Member 'FVillagerMeshData::PropMaterial' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, LeftHandSocketName) == 0x000100, "Member 'FVillagerMeshData::LeftHandSocketName' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, RightHandSocketName) == 0x000108, "Member 'FVillagerMeshData::RightHandSocketName' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, HeadSocketName) == 0x000110, "Member 'FVillagerMeshData::HeadSocketName' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, LeftHandPropTransform) == 0x000120, "Member 'FVillagerMeshData::LeftHandPropTransform' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, RightHandPropTransform) == 0x000150, "Member 'FVillagerMeshData::RightHandPropTransform' has a wrong offset!"); \ +static_assert(offsetof(FVillagerMeshData, HeadPropTransform) == 0x000180, "Member 'FVillagerMeshData::HeadPropTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultihitAttack \ +static_assert(alignof(FMultihitAttack) == 0x000008, "Wrong alignment on FMultihitAttack"); \ +static_assert(sizeof(FMultihitAttack) == 0x000010, "Wrong size on FMultihitAttack"); \ +static_assert(offsetof(FMultihitAttack, AttackOrder) == 0x000000, "Member 'FMultihitAttack::AttackOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChargedDamageData \ +static_assert(alignof(FChargedDamageData) == 0x000001, "Wrong alignment on FChargedDamageData"); \ +static_assert(sizeof(FChargedDamageData) == 0x000001, "Wrong size on FChargedDamageData"); \ + +#define DUMPER7_ASSERTS_FExplosionData \ +static_assert(alignof(FExplosionData) == 0x000004, "Wrong alignment on FExplosionData"); \ +static_assert(sizeof(FExplosionData) == 0x000028, "Wrong size on FExplosionData"); \ +static_assert(offsetof(FExplosionData, InnerDamage) == 0x000000, "Member 'FExplosionData::InnerDamage' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, InnerStaggerDamage) == 0x000004, "Member 'FExplosionData::InnerStaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, OuterDamage) == 0x000008, "Member 'FExplosionData::OuterDamage' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, OuterStaggerDamage) == 0x00000C, "Member 'FExplosionData::OuterStaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, StartingRadius) == 0x000010, "Member 'FExplosionData::StartingRadius' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, InnerRadius) == 0x000014, "Member 'FExplosionData::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, OuterRadius) == 0x000018, "Member 'FExplosionData::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, Duration) == 0x00001C, "Member 'FExplosionData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, EdgeActiveTime) == 0x000020, "Member 'FExplosionData::EdgeActiveTime' has a wrong offset!"); \ +static_assert(offsetof(FExplosionData, DamagePreventionChannel) == 0x000024, "Member 'FExplosionData::DamagePreventionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageProperties \ +static_assert(alignof(FDamageProperties) == 0x000004, "Wrong alignment on FDamageProperties"); \ +static_assert(sizeof(FDamageProperties) == 0x000008, "Wrong size on FDamageProperties"); \ +static_assert(offsetof(FDamageProperties, Damage) == 0x000000, "Member 'FDamageProperties::Damage' has a wrong offset!"); \ +static_assert(offsetof(FDamageProperties, StaggerDamage) == 0x000004, "Member 'FDamageProperties::StaggerDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCloudSettings \ +static_assert(alignof(FCloudSettings) == 0x000004, "Wrong alignment on FCloudSettings"); \ +static_assert(sizeof(FCloudSettings) == 0x000044, "Wrong size on FCloudSettings"); \ +static_assert(offsetof(FCloudSettings, ScatterBlend) == 0x000004, "Member 'FCloudSettings::ScatterBlend' has a wrong offset!"); \ +static_assert(offsetof(FCloudSettings, AlphaDensity) == 0x000008, "Member 'FCloudSettings::AlphaDensity' has a wrong offset!"); \ +static_assert(offsetof(FCloudSettings, SkyScatterDensity) == 0x00000C, "Member 'FCloudSettings::SkyScatterDensity' has a wrong offset!"); \ +static_assert(offsetof(FCloudSettings, Density) == 0x000010, "Member 'FCloudSettings::Density' has a wrong offset!"); \ +static_assert(offsetof(FCloudSettings, SkyScatterColor) == 0x000014, "Member 'FCloudSettings::SkyScatterColor' has a wrong offset!"); \ +static_assert(offsetof(FCloudSettings, GroundScatterColor) == 0x000024, "Member 'FCloudSettings::GroundScatterColor' has a wrong offset!"); \ +static_assert(offsetof(FCloudSettings, Tint) == 0x000034, "Member 'FCloudSettings::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWindSettings \ +static_assert(alignof(FWindSettings) == 0x000004, "Wrong alignment on FWindSettings"); \ +static_assert(sizeof(FWindSettings) == 0x000014, "Wrong size on FWindSettings"); \ +static_assert(offsetof(FWindSettings, WindDirection) == 0x000004, "Member 'FWindSettings::WindDirection' has a wrong offset!"); \ +static_assert(offsetof(FWindSettings, DirectionalWindSpeed) == 0x000008, "Member 'FWindSettings::DirectionalWindSpeed' has a wrong offset!"); \ +static_assert(offsetof(FWindSettings, DirectionalWindStrength) == 0x00000C, "Member 'FWindSettings::DirectionalWindStrength' has a wrong offset!"); \ +static_assert(offsetof(FWindSettings, AmbientWindStrength) == 0x000010, "Member 'FWindSettings::AmbientWindStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFogPostProcessSettings \ +static_assert(alignof(FFogPostProcessSettings) == 0x000004, "Wrong alignment on FFogPostProcessSettings"); \ +static_assert(sizeof(FFogPostProcessSettings) == 0x000074, "Wrong size on FFogPostProcessSettings"); \ +static_assert(offsetof(FFogPostProcessSettings, FogDensity) == 0x000004, "Member 'FFogPostProcessSettings::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, FogInscatteringColor) == 0x000008, "Member 'FFogPostProcessSettings::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, FogHeightFalloff) == 0x000018, "Member 'FFogPostProcessSettings::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, FogMaxOpacity) == 0x00001C, "Member 'FFogPostProcessSettings::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, StartDistance) == 0x000020, "Member 'FFogPostProcessSettings::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, SecondFogDensity) == 0x000024, "Member 'FFogPostProcessSettings::SecondFogDensity' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, SecondFogHeightFalloff) == 0x000028, "Member 'FFogPostProcessSettings::SecondFogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, SecondFogHeightOffset) == 0x00002C, "Member 'FFogPostProcessSettings::SecondFogHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, DirectionalInscatteringExponent) == 0x000030, "Member 'FFogPostProcessSettings::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, DirectionalInscatteringStartDistance) == 0x000034, "Member 'FFogPostProcessSettings::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, DirectionalInscatteringColor) == 0x000038, "Member 'FFogPostProcessSettings::DirectionalInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, VolumetricFogDistance) == 0x000048, "Member 'FFogPostProcessSettings::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, VolumetricFogScatteringDistribution) == 0x00004C, "Member 'FFogPostProcessSettings::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, VolumetricFogAlbedo) == 0x000050, "Member 'FFogPostProcessSettings::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, VolumetricFogEmissive) == 0x000054, "Member 'FFogPostProcessSettings::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, VolumetricFogExtinctionScale) == 0x000064, "Member 'FFogPostProcessSettings::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, SunMultiplier) == 0x000068, "Member 'FFogPostProcessSettings::SunMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, FogMultiplier) == 0x00006C, "Member 'FFogPostProcessSettings::FogMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FFogPostProcessSettings, FarClipPlaneDistance) == 0x000070, "Member 'FFogPostProcessSettings::FarClipPlaneDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkySettings \ +static_assert(alignof(FSkySettings) == 0x000004, "Wrong alignment on FSkySettings"); \ +static_assert(sizeof(FSkySettings) == 0x000090, "Wrong size on FSkySettings"); \ +static_assert(offsetof(FSkySettings, OverallIntensity) == 0x000004, "Member 'FSkySettings::OverallIntensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, NightBrightness) == 0x000008, "Member 'FSkySettings::NightBrightness' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudSpeed) == 0x00000C, "Member 'FSkySettings::CloudSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudDensity) == 0x000010, "Member 'FSkySettings::CloudDensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudWispsOpacity) == 0x000014, "Member 'FSkySettings::CloudWispsOpacity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudPhase) == 0x000018, "Member 'FSkySettings::CloudPhase' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudOpacity) == 0x00001C, "Member 'FSkySettings::CloudOpacity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudShadowsScale) == 0x000020, "Member 'FSkySettings::CloudShadowsScale' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudShadowsIntensity) == 0x000024, "Member 'FSkySettings::CloudShadowsIntensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudTiling) == 0x000028, "Member 'FSkySettings::CloudTiling' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudDirection) == 0x00002C, "Member 'FSkySettings::CloudDirection' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudHeight1) == 0x000030, "Member 'FSkySettings::CloudHeight1' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, CloudHeight2) == 0x000034, "Member 'FSkySettings::CloudHeight2' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, SunBrightness) == 0x000038, "Member 'FSkySettings::SunBrightness' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, SunRadius) == 0x00003C, "Member 'FSkySettings::SunRadius' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonRadius) == 0x000040, "Member 'FSkySettings::MoonRadius' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonInclination) == 0x000044, "Member 'FSkySettings::MoonInclination' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonAngle) == 0x000048, "Member 'FSkySettings::MoonAngle' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonPhase) == 0x00004C, "Member 'FSkySettings::MoonPhase' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonIntensity) == 0x000050, "Member 'FSkySettings::MoonIntensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonColor) == 0x000054, "Member 'FSkySettings::MoonColor' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, StarsIntensity) == 0x000064, "Member 'FSkySettings::StarsIntensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, StarsColor) == 0x000068, "Member 'FSkySettings::StarsColor' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, StarsSpeed) == 0x000078, "Member 'FSkySettings::StarsSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonRotation) == 0x00007C, "Member 'FSkySettings::MoonRotation' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonGlowIntensity) == 0x000080, "Member 'FSkySettings::MoonGlowIntensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, MoonOrbitOffset) == 0x000084, "Member 'FSkySettings::MoonOrbitOffset' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, AuroraIntensity) == 0x000088, "Member 'FSkySettings::AuroraIntensity' has a wrong offset!"); \ +static_assert(offsetof(FSkySettings, AuroraSpeed) == 0x00008C, "Member 'FSkySettings::AuroraSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightingPostProcessSettings \ +static_assert(alignof(FLightingPostProcessSettings) == 0x000008, "Wrong alignment on FLightingPostProcessSettings"); \ +static_assert(sizeof(FLightingPostProcessSettings) == 0x000058, "Wrong size on FLightingPostProcessSettings"); \ +static_assert(offsetof(FLightingPostProcessSettings, DirectionalLightIntensity) == 0x000004, "Member 'FLightingPostProcessSettings::DirectionalLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, DirectionalLightColor) == 0x000008, "Member 'FLightingPostProcessSettings::DirectionalLightColor' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, DirectionalLightRotation) == 0x00000C, "Member 'FLightingPostProcessSettings::DirectionalLightRotation' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, DirectionalLightVolumetricScatteringIntensity) == 0x000018, "Member 'FLightingPostProcessSettings::DirectionalLightVolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, DirectionalLightTimeOfDay) == 0x00001C, "Member 'FLightingPostProcessSettings::DirectionalLightTimeOfDay' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightIntensity) == 0x000020, "Member 'FLightingPostProcessSettings::SkyLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightColor) == 0x000024, "Member 'FLightingPostProcessSettings::SkyLightColor' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightOcclusionTint) == 0x000028, "Member 'FLightingPostProcessSettings::SkyLightOcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightVolumetricScatteringIntensity) == 0x00002C, "Member 'FLightingPostProcessSettings::SkyLightVolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightOcclusionContrast) == 0x000030, "Member 'FLightingPostProcessSettings::SkyLightOcclusionContrast' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightOcclusionExponent) == 0x000034, "Member 'FLightingPostProcessSettings::SkyLightOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, SkyLightCubemap) == 0x000038, "Member 'FLightingPostProcessSettings::SkyLightCubemap' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, KenaStaffMinMaxBrightness) == 0x000040, "Member 'FLightingPostProcessSettings::KenaStaffMinMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, OnlyAdjustStaffEmissive) == 0x000048, "Member 'FLightingPostProcessSettings::OnlyAdjustStaffEmissive' has a wrong offset!"); \ +static_assert(offsetof(FLightingPostProcessSettings, KenaNecklaceMinMaxBrightness) == 0x00004C, "Member 'FLightingPostProcessSettings::KenaNecklaceMinMaxBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectiveLocationRow \ +static_assert(alignof(FObjectiveLocationRow) == 0x000008, "Wrong alignment on FObjectiveLocationRow"); \ +static_assert(sizeof(FObjectiveLocationRow) == 0x000018, "Wrong size on FObjectiveLocationRow"); \ +static_assert(offsetof(FObjectiveLocationRow, PDSKey) == 0x000008, "Member 'FObjectiveLocationRow::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(FObjectiveLocationRow, ObjectiveLocation) == 0x000010, "Member 'FObjectiveLocationRow::ObjectiveLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapRegionData \ +static_assert(alignof(FMapRegionData) == 0x000008, "Wrong alignment on FMapRegionData"); \ +static_assert(sizeof(FMapRegionData) == 0x0000A0, "Wrong size on FMapRegionData"); \ +static_assert(offsetof(FMapRegionData, RegionName) == 0x000000, "Member 'FMapRegionData::RegionName' has a wrong offset!"); \ +static_assert(offsetof(FMapRegionData, OutlineBrush) == 0x000018, "Member 'FMapRegionData::OutlineBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatHelpers_IsDebugCategoryEnabled \ +static_assert(alignof(MochiCheatHelpers_IsDebugCategoryEnabled) == 0x000008, "Wrong alignment on MochiCheatHelpers_IsDebugCategoryEnabled"); \ +static_assert(sizeof(MochiCheatHelpers_IsDebugCategoryEnabled) == 0x000018, "Wrong size on MochiCheatHelpers_IsDebugCategoryEnabled"); \ +static_assert(offsetof(MochiCheatHelpers_IsDebugCategoryEnabled, WorldContextObject) == 0x000000, "Member 'MochiCheatHelpers_IsDebugCategoryEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatHelpers_IsDebugCategoryEnabled, Category) == 0x000008, "Member 'MochiCheatHelpers_IsDebugCategoryEnabled::Category' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatHelpers_IsDebugCategoryEnabled, ReturnValue) == 0x000010, "Member 'MochiCheatHelpers_IsDebugCategoryEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiCheatHelpers \ +static_assert(alignof(UMochiCheatHelpers) == 0x000008, "Wrong alignment on UMochiCheatHelpers"); \ +static_assert(sizeof(UMochiCheatHelpers) == 0x000028, "Wrong size on UMochiCheatHelpers"); \ + +#define DUMPER7_ASSERTS_URemapActionsConfig \ +static_assert(alignof(URemapActionsConfig) == 0x000008, "Wrong alignment on URemapActionsConfig"); \ +static_assert(sizeof(URemapActionsConfig) == 0x000040, "Wrong size on URemapActionsConfig"); \ +static_assert(offsetof(URemapActionsConfig, Categories) == 0x000030, "Member 'URemapActionsConfig::Categories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_DamageResponse \ +static_assert(alignof(UBTTask_DamageResponse) == 0x000008, "Wrong alignment on UBTTask_DamageResponse"); \ +static_assert(sizeof(UBTTask_DamageResponse) == 0x000078, "Wrong size on UBTTask_DamageResponse"); \ +static_assert(offsetof(UBTTask_DamageResponse, SnapToDirectionOnHeavyStagger) == 0x000070, "Member 'UBTTask_DamageResponse::SnapToDirectionOnHeavyStagger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerParams \ +static_assert(alignof(UTriggerParams) == 0x000008, "Wrong alignment on UTriggerParams"); \ +static_assert(sizeof(UTriggerParams) == 0x000030, "Wrong size on UTriggerParams"); \ +static_assert(offsetof(UTriggerParams, FromActor) == 0x000028, "Member 'UTriggerParams::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageTriggerParams \ +static_assert(alignof(UDamageTriggerParams) == 0x000008, "Wrong alignment on UDamageTriggerParams"); \ +static_assert(sizeof(UDamageTriggerParams) == 0x000110, "Wrong size on UDamageTriggerParams"); \ +static_assert(offsetof(UDamageTriggerParams, DamageParams) == 0x000030, "Member 'UDamageTriggerParams::DamageParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimNotifyState_GetNotifyTime \ +static_assert(alignof(MochiAnimNotifyState_GetNotifyTime) == 0x000008, "Wrong alignment on MochiAnimNotifyState_GetNotifyTime"); \ +static_assert(sizeof(MochiAnimNotifyState_GetNotifyTime) == 0x000010, "Wrong size on MochiAnimNotifyState_GetNotifyTime"); \ +static_assert(offsetof(MochiAnimNotifyState_GetNotifyTime, MeshComp) == 0x000000, "Member 'MochiAnimNotifyState_GetNotifyTime::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(MochiAnimNotifyState_GetNotifyTime, ReturnValue) == 0x000008, "Member 'MochiAnimNotifyState_GetNotifyTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimNotifyState_GetNotifyTimePercent \ +static_assert(alignof(MochiAnimNotifyState_GetNotifyTimePercent) == 0x000008, "Wrong alignment on MochiAnimNotifyState_GetNotifyTimePercent"); \ +static_assert(sizeof(MochiAnimNotifyState_GetNotifyTimePercent) == 0x000010, "Wrong size on MochiAnimNotifyState_GetNotifyTimePercent"); \ +static_assert(offsetof(MochiAnimNotifyState_GetNotifyTimePercent, MeshComp) == 0x000000, "Member 'MochiAnimNotifyState_GetNotifyTimePercent::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(MochiAnimNotifyState_GetNotifyTimePercent, ReturnValue) == 0x000008, "Member 'MochiAnimNotifyState_GetNotifyTimePercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimNotifyState_GetNotifyTimeRemaining \ +static_assert(alignof(MochiAnimNotifyState_GetNotifyTimeRemaining) == 0x000008, "Wrong alignment on MochiAnimNotifyState_GetNotifyTimeRemaining"); \ +static_assert(sizeof(MochiAnimNotifyState_GetNotifyTimeRemaining) == 0x000010, "Wrong size on MochiAnimNotifyState_GetNotifyTimeRemaining"); \ +static_assert(offsetof(MochiAnimNotifyState_GetNotifyTimeRemaining, MeshComp) == 0x000000, "Member 'MochiAnimNotifyState_GetNotifyTimeRemaining::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(MochiAnimNotifyState_GetNotifyTimeRemaining, ReturnValue) == 0x000008, "Member 'MochiAnimNotifyState_GetNotifyTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAnimNotifyState \ +static_assert(alignof(UMochiAnimNotifyState) == 0x000008, "Wrong alignment on UMochiAnimNotifyState"); \ +static_assert(sizeof(UMochiAnimNotifyState) == 0x000088, "Wrong size on UMochiAnimNotifyState"); \ +static_assert(offsetof(UMochiAnimNotifyState, RunInPreviewWorld) == 0x000030, "Member 'UMochiAnimNotifyState::RunInPreviewWorld' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimNotifyState, AccrualData) == 0x000038, "Member 'UMochiAnimNotifyState::AccrualData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_Activate \ +static_assert(alignof(AbilityBase_Activate) == 0x000001, "Wrong alignment on AbilityBase_Activate"); \ +static_assert(sizeof(AbilityBase_Activate) == 0x000001, "Wrong size on AbilityBase_Activate"); \ +static_assert(offsetof(AbilityBase_Activate, ReturnValue) == 0x000000, "Member 'AbilityBase_Activate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_CalcViewTargetCamera \ +static_assert(alignof(AbilityBase_CalcViewTargetCamera) == 0x000010, "Wrong alignment on AbilityBase_CalcViewTargetCamera"); \ +static_assert(sizeof(AbilityBase_CalcViewTargetCamera) == 0x000600, "Wrong size on AbilityBase_CalcViewTargetCamera"); \ +static_assert(offsetof(AbilityBase_CalcViewTargetCamera, DeltaTime) == 0x000000, "Member 'AbilityBase_CalcViewTargetCamera::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AbilityBase_CalcViewTargetCamera, OutResult) == 0x000010, "Member 'AbilityBase_CalcViewTargetCamera::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_Complete \ +static_assert(alignof(AbilityBase_Complete) == 0x000001, "Wrong alignment on AbilityBase_Complete"); \ +static_assert(sizeof(AbilityBase_Complete) == 0x000002, "Wrong size on AbilityBase_Complete"); \ +static_assert(offsetof(AbilityBase_Complete, reason) == 0x000000, "Member 'AbilityBase_Complete::reason' has a wrong offset!"); \ +static_assert(offsetof(AbilityBase_Complete, ReturnValue) == 0x000001, "Member 'AbilityBase_Complete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_HandleAnimNotify \ +static_assert(alignof(AbilityBase_HandleAnimNotify) == 0x000004, "Wrong alignment on AbilityBase_HandleAnimNotify"); \ +static_assert(sizeof(AbilityBase_HandleAnimNotify) == 0x000008, "Wrong size on AbilityBase_HandleAnimNotify"); \ +static_assert(offsetof(AbilityBase_HandleAnimNotify, EventName) == 0x000000, "Member 'AbilityBase_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_HandleInputAction \ +static_assert(alignof(AbilityBase_HandleInputAction) == 0x000001, "Wrong alignment on AbilityBase_HandleInputAction"); \ +static_assert(sizeof(AbilityBase_HandleInputAction) == 0x000002, "Wrong size on AbilityBase_HandleInputAction"); \ +static_assert(offsetof(AbilityBase_HandleInputAction, isDown) == 0x000000, "Member 'AbilityBase_HandleInputAction::isDown' has a wrong offset!"); \ +static_assert(offsetof(AbilityBase_HandleInputAction, ReturnValue) == 0x000001, "Member 'AbilityBase_HandleInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_Interrupt \ +static_assert(alignof(AbilityBase_Interrupt) == 0x000001, "Wrong alignment on AbilityBase_Interrupt"); \ +static_assert(sizeof(AbilityBase_Interrupt) == 0x000002, "Wrong size on AbilityBase_Interrupt"); \ +static_assert(offsetof(AbilityBase_Interrupt, reason) == 0x000000, "Member 'AbilityBase_Interrupt::reason' has a wrong offset!"); \ +static_assert(offsetof(AbilityBase_Interrupt, ReturnValue) == 0x000001, "Member 'AbilityBase_Interrupt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_OnEndChanneling \ +static_assert(alignof(AbilityBase_OnEndChanneling) == 0x000001, "Wrong alignment on AbilityBase_OnEndChanneling"); \ +static_assert(sizeof(AbilityBase_OnEndChanneling) == 0x000001, "Wrong size on AbilityBase_OnEndChanneling"); \ +static_assert(offsetof(AbilityBase_OnEndChanneling, reason) == 0x000000, "Member 'AbilityBase_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_OnInterrupt \ +static_assert(alignof(AbilityBase_OnInterrupt) == 0x000001, "Wrong alignment on AbilityBase_OnInterrupt"); \ +static_assert(sizeof(AbilityBase_OnInterrupt) == 0x000001, "Wrong size on AbilityBase_OnInterrupt"); \ +static_assert(offsetof(AbilityBase_OnInterrupt, reason) == 0x000000, "Member 'AbilityBase_OnInterrupt::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_OnUpdateChanneling \ +static_assert(alignof(AbilityBase_OnUpdateChanneling) == 0x000004, "Wrong alignment on AbilityBase_OnUpdateChanneling"); \ +static_assert(sizeof(AbilityBase_OnUpdateChanneling) == 0x000004, "Wrong size on AbilityBase_OnUpdateChanneling"); \ +static_assert(offsetof(AbilityBase_OnUpdateChanneling, DeltaTime) == 0x000000, "Member 'AbilityBase_OnUpdateChanneling::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_CanActivateAbility \ +static_assert(alignof(AbilityBase_CanActivateAbility) == 0x000001, "Wrong alignment on AbilityBase_CanActivateAbility"); \ +static_assert(sizeof(AbilityBase_CanActivateAbility) == 0x000001, "Wrong size on AbilityBase_CanActivateAbility"); \ +static_assert(offsetof(AbilityBase_CanActivateAbility, ReturnValue) == 0x000000, "Member 'AbilityBase_CanActivateAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_CanComplete \ +static_assert(alignof(AbilityBase_CanComplete) == 0x000001, "Wrong alignment on AbilityBase_CanComplete"); \ +static_assert(sizeof(AbilityBase_CanComplete) == 0x000002, "Wrong size on AbilityBase_CanComplete"); \ +static_assert(offsetof(AbilityBase_CanComplete, reason) == 0x000000, "Member 'AbilityBase_CanComplete::reason' has a wrong offset!"); \ +static_assert(offsetof(AbilityBase_CanComplete, ReturnValue) == 0x000001, "Member 'AbilityBase_CanComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_GetChannelDuration \ +static_assert(alignof(AbilityBase_GetChannelDuration) == 0x000004, "Wrong alignment on AbilityBase_GetChannelDuration"); \ +static_assert(sizeof(AbilityBase_GetChannelDuration) == 0x000004, "Wrong size on AbilityBase_GetChannelDuration"); \ +static_assert(offsetof(AbilityBase_GetChannelDuration, ReturnValue) == 0x000000, "Member 'AbilityBase_GetChannelDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityBase_GetIsOnCooldown \ +static_assert(alignof(AbilityBase_GetIsOnCooldown) == 0x000001, "Wrong alignment on AbilityBase_GetIsOnCooldown"); \ +static_assert(sizeof(AbilityBase_GetIsOnCooldown) == 0x000001, "Wrong size on AbilityBase_GetIsOnCooldown"); \ +static_assert(offsetof(AbilityBase_GetIsOnCooldown, ReturnValue) == 0x000000, "Member 'AbilityBase_GetIsOnCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilityBase \ +static_assert(alignof(AAbilityBase) == 0x000010, "Wrong alignment on AAbilityBase"); \ +static_assert(sizeof(AAbilityBase) == 0x000310, "Wrong size on AAbilityBase"); \ +static_assert(offsetof(AAbilityBase, GameplayTags) == 0x000230, "Member 'AAbilityBase::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, IsChanneling) == 0x000250, "Member 'AAbilityBase::IsChanneling' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, IsReady) == 0x000251, "Member 'AAbilityBase::IsReady' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, IsInputDown) == 0x000252, "Member 'AAbilityBase::IsInputDown' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, AbilityData) == 0x000260, "Member 'AAbilityBase::AbilityData' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, OnAbilityActivated) == 0x0002B0, "Member 'AAbilityBase::OnAbilityActivated' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, OnAbilityInterrupted) == 0x0002C0, "Member 'AAbilityBase::OnAbilityInterrupted' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, OnAbilityCooldownComplete) == 0x0002D0, "Member 'AAbilityBase::OnAbilityCooldownComplete' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, OnAbilityChannelBegan) == 0x0002E0, "Member 'AAbilityBase::OnAbilityChannelBegan' has a wrong offset!"); \ +static_assert(offsetof(AAbilityBase, OnAbilityChannelEnded) == 0x0002F0, "Member 'AAbilityBase::OnAbilityChannelEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindRandomRotHidingSpot \ +static_assert(alignof(UBTTask_FindRandomRotHidingSpot) == 0x000008, "Wrong alignment on UBTTask_FindRandomRotHidingSpot"); \ +static_assert(sizeof(UBTTask_FindRandomRotHidingSpot) == 0x000098, "Wrong size on UBTTask_FindRandomRotHidingSpot"); \ +static_assert(offsetof(UBTTask_FindRandomRotHidingSpot, OutLocation) == 0x000070, "Member 'UBTTask_FindRandomRotHidingSpot::OutLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityIconWidget \ +static_assert(alignof(UAbilityIconWidget) == 0x000008, "Wrong alignment on UAbilityIconWidget"); \ +static_assert(sizeof(UAbilityIconWidget) == 0x000260, "Wrong size on UAbilityIconWidget"); \ + +#define DUMPER7_ASSERTS_UBTTask_MarkRotIsHiding \ +static_assert(alignof(UBTTask_MarkRotIsHiding) == 0x000008, "Wrong alignment on UBTTask_MarkRotIsHiding"); \ +static_assert(sizeof(UBTTask_MarkRotIsHiding) == 0x000070, "Wrong size on UBTTask_MarkRotIsHiding"); \ + +#define DUMPER7_ASSERTS_UAbilityTreeNavigation \ +static_assert(alignof(UAbilityTreeNavigation) == 0x000008, "Wrong alignment on UAbilityTreeNavigation"); \ +static_assert(sizeof(UAbilityTreeNavigation) == 0x000100, "Wrong size on UAbilityTreeNavigation"); \ + +#define DUMPER7_ASSERTS_UEventTriggerParams \ +static_assert(alignof(UEventTriggerParams) == 0x000008, "Wrong alignment on UEventTriggerParams"); \ +static_assert(sizeof(UEventTriggerParams) == 0x000048, "Wrong size on UEventTriggerParams"); \ +static_assert(offsetof(UEventTriggerParams, EventName) == 0x000030, "Member 'UEventTriggerParams::EventName' has a wrong offset!"); \ +static_assert(offsetof(UEventTriggerParams, EventLocation) == 0x000038, "Member 'UEventTriggerParams::EventLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAudioNotify \ +static_assert(alignof(UMochiAudioNotify) == 0x000008, "Wrong alignment on UMochiAudioNotify"); \ +static_assert(sizeof(UMochiAudioNotify) == 0x000050, "Wrong size on UMochiAudioNotify"); \ +static_assert(offsetof(UMochiAudioNotify, AkEvent) == 0x000038, "Member 'UMochiAudioNotify::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioNotify, bStopWhenAttachedToDestroyed) == 0x000040, "Member 'UMochiAudioNotify::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioNotify, AudioSequenceName) == 0x000044, "Member 'UMochiAudioNotify::AudioSequenceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTreeWidget \ +static_assert(alignof(UAbilityTreeWidget) == 0x000008, "Wrong alignment on UAbilityTreeWidget"); \ +static_assert(sizeof(UAbilityTreeWidget) == 0x000268, "Wrong size on UAbilityTreeWidget"); \ +static_assert(offsetof(UAbilityTreeWidget, AbilityNavigation) == 0x000260, "Member 'UAbilityTreeWidget::AbilityNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_MoveAlongSpline \ +static_assert(alignof(UBTTask_MoveAlongSpline) == 0x000008, "Wrong alignment on UBTTask_MoveAlongSpline"); \ +static_assert(sizeof(UBTTask_MoveAlongSpline) == 0x000120, "Wrong size on UBTTask_MoveAlongSpline"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, SplineBlackboardKey) == 0x000098, "Member 'UBTTask_MoveAlongSpline::SplineBlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, NearestToSplineKey) == 0x0000C0, "Member 'UBTTask_MoveAlongSpline::NearestToSplineKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, TraversalMode) == 0x0000E8, "Member 'UBTTask_MoveAlongSpline::TraversalMode' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, Acceleration) == 0x0000EC, "Member 'UBTTask_MoveAlongSpline::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, StepThreshold) == 0x0000F0, "Member 'UBTTask_MoveAlongSpline::StepThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, Duration) == 0x0000F4, "Member 'UBTTask_MoveAlongSpline::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, DurationDeviation) == 0x0000F8, "Member 'UBTTask_MoveAlongSpline::DurationDeviation' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, StartAtNearestPointOnSpline) == 0x0000FC, "Member 'UBTTask_MoveAlongSpline::StartAtNearestPointOnSpline' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, UseInterchangeOnEnter) == 0x0000FD, "Member 'UBTTask_MoveAlongSpline::UseInterchangeOnEnter' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, UseBlending) == 0x0000FE, "Member 'UBTTask_MoveAlongSpline::UseBlending' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, BlendDistance) == 0x000100, "Member 'UBTTask_MoveAlongSpline::BlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, BlendEaseType) == 0x000104, "Member 'UBTTask_MoveAlongSpline::BlendEaseType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, UseInterchangeOnExit) == 0x000105, "Member 'UBTTask_MoveAlongSpline::UseInterchangeOnExit' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, UseBraking) == 0x000106, "Member 'UBTTask_MoveAlongSpline::UseBraking' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, BrakingDistance) == 0x000108, "Member 'UBTTask_MoveAlongSpline::BrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, BrakingEaseType) == 0x00010C, "Member 'UBTTask_MoveAlongSpline::BrakingEaseType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveAlongSpline, InterchangeLocatorDistances) == 0x000110, "Member 'UBTTask_MoveAlongSpline::InterchangeLocatorDistances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityUserComponent_FindAbilityByClass \ +static_assert(alignof(AbilityUserComponent_FindAbilityByClass) == 0x000008, "Wrong alignment on AbilityUserComponent_FindAbilityByClass"); \ +static_assert(sizeof(AbilityUserComponent_FindAbilityByClass) == 0x000010, "Wrong size on AbilityUserComponent_FindAbilityByClass"); \ +static_assert(offsetof(AbilityUserComponent_FindAbilityByClass, AbilityClass) == 0x000000, "Member 'AbilityUserComponent_FindAbilityByClass::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AbilityUserComponent_FindAbilityByClass, ReturnValue) == 0x000008, "Member 'AbilityUserComponent_FindAbilityByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityUserComponent_FindAbilityByInterface \ +static_assert(alignof(AbilityUserComponent_FindAbilityByInterface) == 0x000008, "Wrong alignment on AbilityUserComponent_FindAbilityByInterface"); \ +static_assert(sizeof(AbilityUserComponent_FindAbilityByInterface) == 0x000010, "Wrong size on AbilityUserComponent_FindAbilityByInterface"); \ +static_assert(offsetof(AbilityUserComponent_FindAbilityByInterface, Interface) == 0x000000, "Member 'AbilityUserComponent_FindAbilityByInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(AbilityUserComponent_FindAbilityByInterface, ReturnValue) == 0x000008, "Member 'AbilityUserComponent_FindAbilityByInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityUserComponent \ +static_assert(alignof(UAbilityUserComponent) == 0x000008, "Wrong alignment on UAbilityUserComponent"); \ +static_assert(sizeof(UAbilityUserComponent) == 0x0000D8, "Wrong size on UAbilityUserComponent"); \ +static_assert(offsetof(UAbilityUserComponent, AbilityClasses) == 0x0000B0, "Member 'UAbilityUserComponent::AbilityClasses' has a wrong offset!"); \ +static_assert(offsetof(UAbilityUserComponent, Abilities) == 0x0000C0, "Member 'UAbilityUserComponent::Abilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilityUserComponent, SpawnAbilitiesOnPlay) == 0x0000D0, "Member 'UAbilityUserComponent::SpawnAbilitiesOnPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedEventNotifyState \ +static_assert(alignof(UNamedEventNotifyState) == 0x000008, "Wrong alignment on UNamedEventNotifyState"); \ +static_assert(sizeof(UNamedEventNotifyState) == 0x000040, "Wrong size on UNamedEventNotifyState"); \ +static_assert(offsetof(UNamedEventNotifyState, BeginEventName) == 0x000030, "Member 'UNamedEventNotifyState::BeginEventName' has a wrong offset!"); \ +static_assert(offsetof(UNamedEventNotifyState, EndEventName) == 0x000038, "Member 'UNamedEventNotifyState::EndEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_ParryResponse \ +static_assert(alignof(UBTTask_ParryResponse) == 0x000008, "Wrong alignment on UBTTask_ParryResponse"); \ +static_assert(sizeof(UBTTask_ParryResponse) == 0x000078, "Wrong size on UBTTask_ParryResponse"); \ +static_assert(offsetof(UBTTask_ParryResponse, SnapToDirection) == 0x000070, "Member 'UBTTask_ParryResponse::SnapToDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameModeBase_GetIsUsingGamepad \ +static_assert(alignof(MochiGameModeBase_GetIsUsingGamepad) == 0x000008, "Wrong alignment on MochiGameModeBase_GetIsUsingGamepad"); \ +static_assert(sizeof(MochiGameModeBase_GetIsUsingGamepad) == 0x000010, "Wrong size on MochiGameModeBase_GetIsUsingGamepad"); \ +static_assert(offsetof(MochiGameModeBase_GetIsUsingGamepad, WorldContextObject) == 0x000000, "Member 'MochiGameModeBase_GetIsUsingGamepad::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameModeBase_GetIsUsingGamepad, ReturnValue) == 0x000008, "Member 'MochiGameModeBase_GetIsUsingGamepad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameModeBase_GetRegionData \ +static_assert(alignof(MochiGameModeBase_GetRegionData) == 0x000008, "Wrong alignment on MochiGameModeBase_GetRegionData"); \ +static_assert(sizeof(MochiGameModeBase_GetRegionData) == 0x000010, "Wrong size on MochiGameModeBase_GetRegionData"); \ +static_assert(offsetof(MochiGameModeBase_GetRegionData, WorldContext) == 0x000000, "Member 'MochiGameModeBase_GetRegionData::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiGameModeBase_GetRegionData, ReturnValue) == 0x000008, "Member 'MochiGameModeBase_GetRegionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameModeBase_UpdateIsUsingGamepad \ +static_assert(alignof(MochiGameModeBase_UpdateIsUsingGamepad) == 0x000001, "Wrong alignment on MochiGameModeBase_UpdateIsUsingGamepad"); \ +static_assert(sizeof(MochiGameModeBase_UpdateIsUsingGamepad) == 0x000001, "Wrong size on MochiGameModeBase_UpdateIsUsingGamepad"); \ +static_assert(offsetof(MochiGameModeBase_UpdateIsUsingGamepad, IsGamepadEvent) == 0x000000, "Member 'MochiGameModeBase_UpdateIsUsingGamepad::IsGamepadEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiGameModeBase \ +static_assert(alignof(AMochiGameModeBase) == 0x000008, "Wrong alignment on AMochiGameModeBase"); \ +static_assert(sizeof(AMochiGameModeBase) == 0x000328, "Wrong size on AMochiGameModeBase"); \ +static_assert(offsetof(AMochiGameModeBase, InputActionUIData) == 0x0002F0, "Member 'AMochiGameModeBase::InputActionUIData' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameModeBase, RegionData) == 0x000310, "Member 'AMochiGameModeBase::RegionData' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameModeBase, ShouldRespondToActivityIntent) == 0x000318, "Member 'AMochiGameModeBase::ShouldRespondToActivityIntent' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameModeBase, GameDataMPC) == 0x000320, "Member 'AMochiGameModeBase::GameDataMPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalAchievementManager \ +static_assert(alignof(MochiGameMode_GetGlobalAchievementManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalAchievementManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalAchievementManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalAchievementManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalAchievementManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalAchievementManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalAchievementManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalAchievementManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalActivityManager \ +static_assert(alignof(MochiGameMode_GetGlobalActivityManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalActivityManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalActivityManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalActivityManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalActivityManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalActivityManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalActivityManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalActivityManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalAggressionManager \ +static_assert(alignof(MochiGameMode_GetGlobalAggressionManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalAggressionManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalAggressionManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalAggressionManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalAggressionManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalAggressionManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalAggressionManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalAggressionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalAudioManager \ +static_assert(alignof(MochiGameMode_GetGlobalAudioManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalAudioManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalAudioManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalAudioManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalAudioManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalAudioManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalAudioManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalAudioManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalCombatManager \ +static_assert(alignof(MochiGameMode_GetGlobalCombatManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalCombatManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalCombatManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalCombatManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalCombatManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalCombatManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalCombatManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalCombatManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalCutsceneManager \ +static_assert(alignof(MochiGameMode_GetGlobalCutsceneManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalCutsceneManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalCutsceneManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalCutsceneManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalCutsceneManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalCutsceneManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalCutsceneManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalCutsceneManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalDeadzoneManager \ +static_assert(alignof(MochiGameMode_GetGlobalDeadzoneManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalDeadzoneManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalDeadzoneManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalDeadzoneManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalDeadzoneManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalDeadzoneManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalDeadzoneManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalDeadzoneManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalDialogueManager \ +static_assert(alignof(MochiGameMode_GetGlobalDialogueManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalDialogueManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalDialogueManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalDialogueManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalDialogueManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalDialogueManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalDialogueManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalDialogueManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalDifficultyManager \ +static_assert(alignof(MochiGameMode_GetGlobalDifficultyManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalDifficultyManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalDifficultyManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalDifficultyManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalDifficultyManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalDifficultyManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalDifficultyManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalDifficultyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalFocalPointManager \ +static_assert(alignof(MochiGameMode_GetGlobalFocalPointManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalFocalPointManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalFocalPointManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalFocalPointManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalFocalPointManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalFocalPointManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalFocalPointManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalFocalPointManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalHitstopManager \ +static_assert(alignof(MochiGameMode_GetGlobalHitstopManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalHitstopManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalHitstopManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalHitstopManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalHitstopManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalHitstopManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalHitstopManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalHitstopManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalInspectModeManager \ +static_assert(alignof(MochiGameMode_GetGlobalInspectModeManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalInspectModeManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalInspectModeManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalInspectModeManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalInspectModeManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalInspectModeManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalInspectModeManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalInspectModeManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalInteractiveFoliageManager \ +static_assert(alignof(MochiGameMode_GetGlobalInteractiveFoliageManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalInteractiveFoliageManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalInteractiveFoliageManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalInteractiveFoliageManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalInteractiveFoliageManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalInteractiveFoliageManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalInteractiveFoliageManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalInteractiveFoliageManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalLevelStreamingManager \ +static_assert(alignof(MochiGameMode_GetGlobalLevelStreamingManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalLevelStreamingManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalLevelStreamingManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalLevelStreamingManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalLevelStreamingManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalLevelStreamingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalLevelStreamingManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalLevelStreamingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalLocatorManager \ +static_assert(alignof(MochiGameMode_GetGlobalLocatorManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalLocatorManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalLocatorManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalLocatorManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalLocatorManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalLocatorManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalLocatorManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalLocatorManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalMemoryKeyDataManager \ +static_assert(alignof(MochiGameMode_GetGlobalMemoryKeyDataManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalMemoryKeyDataManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalMemoryKeyDataManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalMemoryKeyDataManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalMemoryKeyDataManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalMemoryKeyDataManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalMemoryKeyDataManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalMemoryKeyDataManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalPDSManager \ +static_assert(alignof(MochiGameMode_GetGlobalPDSManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalPDSManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalPDSManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalPDSManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalPDSManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalPDSManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalPDSManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalPDSManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalPulseManager \ +static_assert(alignof(MochiGameMode_GetGlobalPulseManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalPulseManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalPulseManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalPulseManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalPulseManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalPulseManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalPulseManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalPulseManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalRotManager \ +static_assert(alignof(MochiGameMode_GetGlobalRotManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalRotManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalRotManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalRotManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalRotManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalRotManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalRotManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalRotManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalRTPCManager \ +static_assert(alignof(MochiGameMode_GetGlobalRTPCManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalRTPCManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalRTPCManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalRTPCManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalRTPCManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalRTPCManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalRTPCManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalRTPCManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalSaveGameManager \ +static_assert(alignof(MochiGameMode_GetGlobalSaveGameManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalSaveGameManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalSaveGameManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalSaveGameManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSaveGameManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalSaveGameManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSaveGameManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalSaveGameManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalSoftCollisionManager \ +static_assert(alignof(MochiGameMode_GetGlobalSoftCollisionManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalSoftCollisionManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalSoftCollisionManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalSoftCollisionManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSoftCollisionManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalSoftCollisionManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSoftCollisionManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalSoftCollisionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalSpawnerManager \ +static_assert(alignof(MochiGameMode_GetGlobalSpawnerManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalSpawnerManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalSpawnerManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalSpawnerManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSpawnerManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalSpawnerManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSpawnerManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalSpawnerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetGlobalSpiritRealmManager \ +static_assert(alignof(MochiGameMode_GetGlobalSpiritRealmManager) == 0x000008, "Wrong alignment on MochiGameMode_GetGlobalSpiritRealmManager"); \ +static_assert(sizeof(MochiGameMode_GetGlobalSpiritRealmManager) == 0x000010, "Wrong size on MochiGameMode_GetGlobalSpiritRealmManager"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSpiritRealmManager, WorldContextObject) == 0x000000, "Member 'MochiGameMode_GetGlobalSpiritRealmManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameMode_GetGlobalSpiritRealmManager, ReturnValue) == 0x000008, "Member 'MochiGameMode_GetGlobalSpiritRealmManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetAchievementManager \ +static_assert(alignof(MochiGameMode_GetAchievementManager) == 0x000008, "Wrong alignment on MochiGameMode_GetAchievementManager"); \ +static_assert(sizeof(MochiGameMode_GetAchievementManager) == 0x000008, "Wrong size on MochiGameMode_GetAchievementManager"); \ +static_assert(offsetof(MochiGameMode_GetAchievementManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetAchievementManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetActivityManager \ +static_assert(alignof(MochiGameMode_GetActivityManager) == 0x000008, "Wrong alignment on MochiGameMode_GetActivityManager"); \ +static_assert(sizeof(MochiGameMode_GetActivityManager) == 0x000008, "Wrong size on MochiGameMode_GetActivityManager"); \ +static_assert(offsetof(MochiGameMode_GetActivityManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetActivityManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetAggressionManager \ +static_assert(alignof(MochiGameMode_GetAggressionManager) == 0x000008, "Wrong alignment on MochiGameMode_GetAggressionManager"); \ +static_assert(sizeof(MochiGameMode_GetAggressionManager) == 0x000008, "Wrong size on MochiGameMode_GetAggressionManager"); \ +static_assert(offsetof(MochiGameMode_GetAggressionManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetAggressionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetAudioManager \ +static_assert(alignof(MochiGameMode_GetAudioManager) == 0x000008, "Wrong alignment on MochiGameMode_GetAudioManager"); \ +static_assert(sizeof(MochiGameMode_GetAudioManager) == 0x000008, "Wrong size on MochiGameMode_GetAudioManager"); \ +static_assert(offsetof(MochiGameMode_GetAudioManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetAudioManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetCombatManager \ +static_assert(alignof(MochiGameMode_GetCombatManager) == 0x000008, "Wrong alignment on MochiGameMode_GetCombatManager"); \ +static_assert(sizeof(MochiGameMode_GetCombatManager) == 0x000008, "Wrong size on MochiGameMode_GetCombatManager"); \ +static_assert(offsetof(MochiGameMode_GetCombatManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetCombatManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetCutsceneManager \ +static_assert(alignof(MochiGameMode_GetCutsceneManager) == 0x000008, "Wrong alignment on MochiGameMode_GetCutsceneManager"); \ +static_assert(sizeof(MochiGameMode_GetCutsceneManager) == 0x000008, "Wrong size on MochiGameMode_GetCutsceneManager"); \ +static_assert(offsetof(MochiGameMode_GetCutsceneManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetCutsceneManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetDeadzoneManager \ +static_assert(alignof(MochiGameMode_GetDeadzoneManager) == 0x000008, "Wrong alignment on MochiGameMode_GetDeadzoneManager"); \ +static_assert(sizeof(MochiGameMode_GetDeadzoneManager) == 0x000008, "Wrong size on MochiGameMode_GetDeadzoneManager"); \ +static_assert(offsetof(MochiGameMode_GetDeadzoneManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetDeadzoneManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetDialogueManager \ +static_assert(alignof(MochiGameMode_GetDialogueManager) == 0x000008, "Wrong alignment on MochiGameMode_GetDialogueManager"); \ +static_assert(sizeof(MochiGameMode_GetDialogueManager) == 0x000008, "Wrong size on MochiGameMode_GetDialogueManager"); \ +static_assert(offsetof(MochiGameMode_GetDialogueManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetDialogueManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetDifficultyManager \ +static_assert(alignof(MochiGameMode_GetDifficultyManager) == 0x000008, "Wrong alignment on MochiGameMode_GetDifficultyManager"); \ +static_assert(sizeof(MochiGameMode_GetDifficultyManager) == 0x000008, "Wrong size on MochiGameMode_GetDifficultyManager"); \ +static_assert(offsetof(MochiGameMode_GetDifficultyManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetDifficultyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetFocalPointManager \ +static_assert(alignof(MochiGameMode_GetFocalPointManager) == 0x000008, "Wrong alignment on MochiGameMode_GetFocalPointManager"); \ +static_assert(sizeof(MochiGameMode_GetFocalPointManager) == 0x000008, "Wrong size on MochiGameMode_GetFocalPointManager"); \ +static_assert(offsetof(MochiGameMode_GetFocalPointManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetFocalPointManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetHitstopManager \ +static_assert(alignof(MochiGameMode_GetHitstopManager) == 0x000008, "Wrong alignment on MochiGameMode_GetHitstopManager"); \ +static_assert(sizeof(MochiGameMode_GetHitstopManager) == 0x000008, "Wrong size on MochiGameMode_GetHitstopManager"); \ +static_assert(offsetof(MochiGameMode_GetHitstopManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetHitstopManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetInspectModeManager \ +static_assert(alignof(MochiGameMode_GetInspectModeManager) == 0x000008, "Wrong alignment on MochiGameMode_GetInspectModeManager"); \ +static_assert(sizeof(MochiGameMode_GetInspectModeManager) == 0x000008, "Wrong size on MochiGameMode_GetInspectModeManager"); \ +static_assert(offsetof(MochiGameMode_GetInspectModeManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetInspectModeManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetInteractiveFoliageManager \ +static_assert(alignof(MochiGameMode_GetInteractiveFoliageManager) == 0x000008, "Wrong alignment on MochiGameMode_GetInteractiveFoliageManager"); \ +static_assert(sizeof(MochiGameMode_GetInteractiveFoliageManager) == 0x000008, "Wrong size on MochiGameMode_GetInteractiveFoliageManager"); \ +static_assert(offsetof(MochiGameMode_GetInteractiveFoliageManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetInteractiveFoliageManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetLevelStreamingManager \ +static_assert(alignof(MochiGameMode_GetLevelStreamingManager) == 0x000008, "Wrong alignment on MochiGameMode_GetLevelStreamingManager"); \ +static_assert(sizeof(MochiGameMode_GetLevelStreamingManager) == 0x000008, "Wrong size on MochiGameMode_GetLevelStreamingManager"); \ +static_assert(offsetof(MochiGameMode_GetLevelStreamingManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetLevelStreamingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetLocatorManager \ +static_assert(alignof(MochiGameMode_GetLocatorManager) == 0x000008, "Wrong alignment on MochiGameMode_GetLocatorManager"); \ +static_assert(sizeof(MochiGameMode_GetLocatorManager) == 0x000008, "Wrong size on MochiGameMode_GetLocatorManager"); \ +static_assert(offsetof(MochiGameMode_GetLocatorManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetLocatorManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetMemoryKeyDataManager \ +static_assert(alignof(MochiGameMode_GetMemoryKeyDataManager) == 0x000008, "Wrong alignment on MochiGameMode_GetMemoryKeyDataManager"); \ +static_assert(sizeof(MochiGameMode_GetMemoryKeyDataManager) == 0x000008, "Wrong size on MochiGameMode_GetMemoryKeyDataManager"); \ +static_assert(offsetof(MochiGameMode_GetMemoryKeyDataManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetMemoryKeyDataManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetPDSManager \ +static_assert(alignof(MochiGameMode_GetPDSManager) == 0x000008, "Wrong alignment on MochiGameMode_GetPDSManager"); \ +static_assert(sizeof(MochiGameMode_GetPDSManager) == 0x000008, "Wrong size on MochiGameMode_GetPDSManager"); \ +static_assert(offsetof(MochiGameMode_GetPDSManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetPDSManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetPulseManager \ +static_assert(alignof(MochiGameMode_GetPulseManager) == 0x000008, "Wrong alignment on MochiGameMode_GetPulseManager"); \ +static_assert(sizeof(MochiGameMode_GetPulseManager) == 0x000008, "Wrong size on MochiGameMode_GetPulseManager"); \ +static_assert(offsetof(MochiGameMode_GetPulseManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetPulseManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetRotManager \ +static_assert(alignof(MochiGameMode_GetRotManager) == 0x000008, "Wrong alignment on MochiGameMode_GetRotManager"); \ +static_assert(sizeof(MochiGameMode_GetRotManager) == 0x000008, "Wrong size on MochiGameMode_GetRotManager"); \ +static_assert(offsetof(MochiGameMode_GetRotManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetRotManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetRTPCManager \ +static_assert(alignof(MochiGameMode_GetRTPCManager) == 0x000008, "Wrong alignment on MochiGameMode_GetRTPCManager"); \ +static_assert(sizeof(MochiGameMode_GetRTPCManager) == 0x000008, "Wrong size on MochiGameMode_GetRTPCManager"); \ +static_assert(offsetof(MochiGameMode_GetRTPCManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetRTPCManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetSaveGameManager \ +static_assert(alignof(MochiGameMode_GetSaveGameManager) == 0x000008, "Wrong alignment on MochiGameMode_GetSaveGameManager"); \ +static_assert(sizeof(MochiGameMode_GetSaveGameManager) == 0x000008, "Wrong size on MochiGameMode_GetSaveGameManager"); \ +static_assert(offsetof(MochiGameMode_GetSaveGameManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetSaveGameManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetSoftCollisionManager \ +static_assert(alignof(MochiGameMode_GetSoftCollisionManager) == 0x000008, "Wrong alignment on MochiGameMode_GetSoftCollisionManager"); \ +static_assert(sizeof(MochiGameMode_GetSoftCollisionManager) == 0x000008, "Wrong size on MochiGameMode_GetSoftCollisionManager"); \ +static_assert(offsetof(MochiGameMode_GetSoftCollisionManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetSoftCollisionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetSpawnerManager \ +static_assert(alignof(MochiGameMode_GetSpawnerManager) == 0x000008, "Wrong alignment on MochiGameMode_GetSpawnerManager"); \ +static_assert(sizeof(MochiGameMode_GetSpawnerManager) == 0x000008, "Wrong size on MochiGameMode_GetSpawnerManager"); \ +static_assert(offsetof(MochiGameMode_GetSpawnerManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetSpawnerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetSpiritRealmManager \ +static_assert(alignof(MochiGameMode_GetSpiritRealmManager) == 0x000008, "Wrong alignment on MochiGameMode_GetSpiritRealmManager"); \ +static_assert(sizeof(MochiGameMode_GetSpiritRealmManager) == 0x000008, "Wrong size on MochiGameMode_GetSpiritRealmManager"); \ +static_assert(offsetof(MochiGameMode_GetSpiritRealmManager, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetSpiritRealmManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_OnFocusChanged \ +static_assert(alignof(MochiGameMode_OnFocusChanged) == 0x000001, "Wrong alignment on MochiGameMode_OnFocusChanged"); \ +static_assert(sizeof(MochiGameMode_OnFocusChanged) == 0x000001, "Wrong size on MochiGameMode_OnFocusChanged"); \ +static_assert(offsetof(MochiGameMode_OnFocusChanged, IsFocused) == 0x000000, "Member 'MochiGameMode_OnFocusChanged::IsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_OnSystemUiOverlaid \ +static_assert(alignof(MochiGameMode_OnSystemUiOverlaid) == 0x000001, "Wrong alignment on MochiGameMode_OnSystemUiOverlaid"); \ +static_assert(sizeof(MochiGameMode_OnSystemUiOverlaid) == 0x000001, "Wrong size on MochiGameMode_OnSystemUiOverlaid"); \ +static_assert(offsetof(MochiGameMode_OnSystemUiOverlaid, IsFocused) == 0x000000, "Member 'MochiGameMode_OnSystemUiOverlaid::IsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_PopResetBlockingRequest \ +static_assert(alignof(MochiGameMode_PopResetBlockingRequest) == 0x000008, "Wrong alignment on MochiGameMode_PopResetBlockingRequest"); \ +static_assert(sizeof(MochiGameMode_PopResetBlockingRequest) == 0x000008, "Wrong size on MochiGameMode_PopResetBlockingRequest"); \ +static_assert(offsetof(MochiGameMode_PopResetBlockingRequest, Requester) == 0x000000, "Member 'MochiGameMode_PopResetBlockingRequest::Requester' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_PushResetBlockingRequest \ +static_assert(alignof(MochiGameMode_PushResetBlockingRequest) == 0x000008, "Wrong alignment on MochiGameMode_PushResetBlockingRequest"); \ +static_assert(sizeof(MochiGameMode_PushResetBlockingRequest) == 0x000008, "Wrong size on MochiGameMode_PushResetBlockingRequest"); \ +static_assert(offsetof(MochiGameMode_PushResetBlockingRequest, Requester) == 0x000000, "Member 'MochiGameMode_PushResetBlockingRequest::Requester' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_SetInteractableUIEnabled \ +static_assert(alignof(MochiGameMode_SetInteractableUIEnabled) == 0x000001, "Wrong alignment on MochiGameMode_SetInteractableUIEnabled"); \ +static_assert(sizeof(MochiGameMode_SetInteractableUIEnabled) == 0x000001, "Wrong size on MochiGameMode_SetInteractableUIEnabled"); \ +static_assert(offsetof(MochiGameMode_SetInteractableUIEnabled, Enabled) == 0x000000, "Member 'MochiGameMode_SetInteractableUIEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_GetInteractableUIEnabled \ +static_assert(alignof(MochiGameMode_GetInteractableUIEnabled) == 0x000001, "Wrong alignment on MochiGameMode_GetInteractableUIEnabled"); \ +static_assert(sizeof(MochiGameMode_GetInteractableUIEnabled) == 0x000001, "Wrong size on MochiGameMode_GetInteractableUIEnabled"); \ +static_assert(offsetof(MochiGameMode_GetInteractableUIEnabled, ReturnValue) == 0x000000, "Member 'MochiGameMode_GetInteractableUIEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameMode_IsResetBlockingEnabled \ +static_assert(alignof(MochiGameMode_IsResetBlockingEnabled) == 0x000001, "Wrong alignment on MochiGameMode_IsResetBlockingEnabled"); \ +static_assert(sizeof(MochiGameMode_IsResetBlockingEnabled) == 0x000001, "Wrong size on MochiGameMode_IsResetBlockingEnabled"); \ +static_assert(offsetof(MochiGameMode_IsResetBlockingEnabled, ReturnValue) == 0x000000, "Member 'MochiGameMode_IsResetBlockingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiGameMode \ +static_assert(alignof(AMochiGameMode) == 0x000010, "Wrong alignment on AMochiGameMode"); \ +static_assert(sizeof(AMochiGameMode) == 0x000550, "Wrong size on AMochiGameMode"); \ +static_assert(offsetof(AMochiGameMode, GlobalRotManagerClass) == 0x000328, "Member 'AMochiGameMode::GlobalRotManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalSpawnerManagerClass) == 0x000330, "Member 'AMochiGameMode::GlobalSpawnerManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalLocatorManagerClass) == 0x000338, "Member 'AMochiGameMode::GlobalLocatorManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalHitstopManagerClass) == 0x000340, "Member 'AMochiGameMode::GlobalHitstopManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalDeadzoneManagerClass) == 0x000348, "Member 'AMochiGameMode::GlobalDeadzoneManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalPDSManagerClass) == 0x000350, "Member 'AMochiGameMode::GlobalPDSManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalSaveGameManagerClass) == 0x000358, "Member 'AMochiGameMode::GlobalSaveGameManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalPulseManagerClass) == 0x000360, "Member 'AMochiGameMode::GlobalPulseManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalCombatManagerClass) == 0x000368, "Member 'AMochiGameMode::GlobalCombatManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalLevelStreamingManagerClass) == 0x000370, "Member 'AMochiGameMode::GlobalLevelStreamingManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalCutsceneManagerClass) == 0x000378, "Member 'AMochiGameMode::GlobalCutsceneManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalFocalPointManagerClass) == 0x000380, "Member 'AMochiGameMode::GlobalFocalPointManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalSoftCollisionManagerClass) == 0x000388, "Member 'AMochiGameMode::GlobalSoftCollisionManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalAudioManagerClass) == 0x000390, "Member 'AMochiGameMode::GlobalAudioManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalDifficultyManagerClass) == 0x000398, "Member 'AMochiGameMode::GlobalDifficultyManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalAggressionManagerClass) == 0x0003A0, "Member 'AMochiGameMode::GlobalAggressionManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalMemoryKeyDataManagerClass) == 0x0003A8, "Member 'AMochiGameMode::GlobalMemoryKeyDataManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalSpiritRealmManagerClass) == 0x0003B0, "Member 'AMochiGameMode::GlobalSpiritRealmManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalAchievementManagerClass) == 0x0003B8, "Member 'AMochiGameMode::GlobalAchievementManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalRTPCManagerClass) == 0x0003C0, "Member 'AMochiGameMode::GlobalRTPCManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalActivityManagerClass) == 0x0003C8, "Member 'AMochiGameMode::GlobalActivityManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalDialogueManagerClass) == 0x0003D0, "Member 'AMochiGameMode::GlobalDialogueManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalInteractiveFoliageManagerClass) == 0x0003D8, "Member 'AMochiGameMode::GlobalInteractiveFoliageManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, GlobalInspectModeManagerClass) == 0x0003E0, "Member 'AMochiGameMode::GlobalInspectModeManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, RotManager) == 0x000400, "Member 'AMochiGameMode::RotManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, SpawnerManager) == 0x000408, "Member 'AMochiGameMode::SpawnerManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, LocatorManager) == 0x000410, "Member 'AMochiGameMode::LocatorManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, HitstopManager) == 0x000418, "Member 'AMochiGameMode::HitstopManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, DeadzoneManager) == 0x000420, "Member 'AMochiGameMode::DeadzoneManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, PulseManager) == 0x000428, "Member 'AMochiGameMode::PulseManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, PDSManager) == 0x000430, "Member 'AMochiGameMode::PDSManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, SaveGameManager) == 0x000438, "Member 'AMochiGameMode::SaveGameManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, CombatManager) == 0x000440, "Member 'AMochiGameMode::CombatManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, LevelStreamingManager) == 0x000448, "Member 'AMochiGameMode::LevelStreamingManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, CutsceneManager) == 0x000450, "Member 'AMochiGameMode::CutsceneManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, FocalPointManager) == 0x000458, "Member 'AMochiGameMode::FocalPointManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, SoftCollisionManager) == 0x000460, "Member 'AMochiGameMode::SoftCollisionManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, AudioManager) == 0x000468, "Member 'AMochiGameMode::AudioManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, DifficultyManager) == 0x000470, "Member 'AMochiGameMode::DifficultyManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, AggressionManager) == 0x000478, "Member 'AMochiGameMode::AggressionManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, MemoryKeyDataManager) == 0x000480, "Member 'AMochiGameMode::MemoryKeyDataManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, SpiritRealmManager) == 0x000488, "Member 'AMochiGameMode::SpiritRealmManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, AchievementManager) == 0x000490, "Member 'AMochiGameMode::AchievementManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, RTPCManager) == 0x000498, "Member 'AMochiGameMode::RTPCManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, ActivityManager) == 0x0004A0, "Member 'AMochiGameMode::ActivityManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, DialogueManager) == 0x0004A8, "Member 'AMochiGameMode::DialogueManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, InteractiveFoliageManager) == 0x0004B0, "Member 'AMochiGameMode::InteractiveFoliageManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, InspectModeManager) == 0x0004B8, "Member 'AMochiGameMode::InspectModeManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, HasWarpTransform) == 0x0004C0, "Member 'AMochiGameMode::HasWarpTransform' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, WarpTransform) == 0x0004D0, "Member 'AMochiGameMode::WarpTransform' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, PauseMenuWidget) == 0x000510, "Member 'AMochiGameMode::PauseMenuWidget' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, TutorialDispatcher) == 0x000518, "Member 'AMochiGameMode::TutorialDispatcher' has a wrong offset!"); \ +static_assert(offsetof(AMochiGameMode, StatsSubsystem) == 0x000520, "Member 'AMochiGameMode::StatsSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiDLCGameMode_FinishSession \ +static_assert(alignof(MochiDLCGameMode_FinishSession) == 0x000004, "Wrong alignment on MochiDLCGameMode_FinishSession"); \ +static_assert(sizeof(MochiDLCGameMode_FinishSession) == 0x000008, "Wrong size on MochiDLCGameMode_FinishSession"); \ +static_assert(offsetof(MochiDLCGameMode_FinishSession, IsVictory) == 0x000000, "Member 'MochiDLCGameMode_FinishSession::IsVictory' has a wrong offset!"); \ +static_assert(offsetof(MochiDLCGameMode_FinishSession, ResultsDelay) == 0x000004, "Member 'MochiDLCGameMode_FinishSession::ResultsDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiDLCGameMode_GetSessionElapsedTimeMs \ +static_assert(alignof(MochiDLCGameMode_GetSessionElapsedTimeMs) == 0x000004, "Wrong alignment on MochiDLCGameMode_GetSessionElapsedTimeMs"); \ +static_assert(sizeof(MochiDLCGameMode_GetSessionElapsedTimeMs) == 0x000004, "Wrong size on MochiDLCGameMode_GetSessionElapsedTimeMs"); \ +static_assert(offsetof(MochiDLCGameMode_GetSessionElapsedTimeMs, ReturnValue) == 0x000000, "Member 'MochiDLCGameMode_GetSessionElapsedTimeMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiDLCGameMode \ +static_assert(alignof(AMochiDLCGameMode) == 0x000010, "Wrong alignment on AMochiDLCGameMode"); \ +static_assert(sizeof(AMochiDLCGameMode) == 0x000830, "Wrong size on AMochiDLCGameMode"); \ +static_assert(offsetof(AMochiDLCGameMode, AutostartSession) == 0x000550, "Member 'AMochiDLCGameMode::AutostartSession' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, VictoryResultsClass) == 0x000558, "Member 'AMochiDLCGameMode::VictoryResultsClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, DefeatResultsClass) == 0x000560, "Member 'AMochiDLCGameMode::DefeatResultsClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, ObjectivesProgressClass) == 0x000568, "Member 'AMochiDLCGameMode::ObjectivesProgressClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, TimerWidgetClass) == 0x000570, "Member 'AMochiDLCGameMode::TimerWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, DlcLevelTable) == 0x000578, "Member 'AMochiDLCGameMode::DlcLevelTable' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, DlcLevelSetTable) == 0x000580, "Member 'AMochiDLCGameMode::DlcLevelSetTable' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, CosmeticRewardsTable) == 0x000588, "Member 'AMochiDLCGameMode::CosmeticRewardsTable' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, DLCBonusObjectivesTable) == 0x000590, "Member 'AMochiDLCGameMode::DLCBonusObjectivesTable' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, ObjectivesProgressWidget) == 0x000820, "Member 'AMochiDLCGameMode::ObjectivesProgressWidget' has a wrong offset!"); \ +static_assert(offsetof(AMochiDLCGameMode, TimerWidget) == 0x000828, "Member 'AMochiDLCGameMode::TimerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementManager_UnlockAchievement \ +static_assert(alignof(AchievementManager_UnlockAchievement) == 0x000001, "Wrong alignment on AchievementManager_UnlockAchievement"); \ +static_assert(sizeof(AchievementManager_UnlockAchievement) == 0x000001, "Wrong size on AchievementManager_UnlockAchievement"); \ +static_assert(offsetof(AchievementManager_UnlockAchievement, Achievement) == 0x000000, "Member 'AchievementManager_UnlockAchievement::Achievement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementManager_UpdateAchievementProgress \ +static_assert(alignof(AchievementManager_UpdateAchievementProgress) == 0x000004, "Wrong alignment on AchievementManager_UpdateAchievementProgress"); \ +static_assert(sizeof(AchievementManager_UpdateAchievementProgress) == 0x000008, "Wrong size on AchievementManager_UpdateAchievementProgress"); \ +static_assert(offsetof(AchievementManager_UpdateAchievementProgress, Achievement) == 0x000000, "Member 'AchievementManager_UpdateAchievementProgress::Achievement' has a wrong offset!"); \ +static_assert(offsetof(AchievementManager_UpdateAchievementProgress, Percent) == 0x000004, "Member 'AchievementManager_UpdateAchievementProgress::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementManager_WatchedConditionChanged \ +static_assert(alignof(AchievementManager_WatchedConditionChanged) == 0x000004, "Wrong alignment on AchievementManager_WatchedConditionChanged"); \ +static_assert(sizeof(AchievementManager_WatchedConditionChanged) == 0x000010, "Wrong size on AchievementManager_WatchedConditionChanged"); \ +static_assert(offsetof(AchievementManager_WatchedConditionChanged, Condition) == 0x000000, "Member 'AchievementManager_WatchedConditionChanged::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAchievementManager \ +static_assert(alignof(AAchievementManager) == 0x000008, "Wrong alignment on AAchievementManager"); \ +static_assert(sizeof(AAchievementManager) == 0x000248, "Wrong size on AAchievementManager"); \ +static_assert(offsetof(AAchievementManager, PDSAchievementUnlocks) == 0x000238, "Member 'AAchievementManager::PDSAchievementUnlocks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActionSets_CheckForConflicts \ +static_assert(alignof(ActionSets_CheckForConflicts) == 0x000008, "Wrong alignment on ActionSets_CheckForConflicts"); \ +static_assert(sizeof(ActionSets_CheckForConflicts) == 0x000010, "Wrong size on ActionSets_CheckForConflicts"); \ +static_assert(offsetof(ActionSets_CheckForConflicts, WorldContextObject) == 0x000000, "Member 'ActionSets_CheckForConflicts::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ActionSets_CheckForConflicts, ReturnValue) == 0x000008, "Member 'ActionSets_CheckForConflicts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActionSets \ +static_assert(alignof(UActionSets) == 0x000008, "Wrong alignment on UActionSets"); \ +static_assert(sizeof(UActionSets) == 0x000040, "Wrong size on UActionSets"); \ +static_assert(offsetof(UActionSets, ActionSets) == 0x000030, "Member 'UActionSets::ActionSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActivityManager_PostLoadSaveGameVariables \ +static_assert(alignof(ActivityManager_PostLoadSaveGameVariables) == 0x000008, "Wrong alignment on ActivityManager_PostLoadSaveGameVariables"); \ +static_assert(sizeof(ActivityManager_PostLoadSaveGameVariables) == 0x000008, "Wrong size on ActivityManager_PostLoadSaveGameVariables"); \ +static_assert(offsetof(ActivityManager_PostLoadSaveGameVariables, SaveGameVariables) == 0x000000, "Member 'ActivityManager_PostLoadSaveGameVariables::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActivityManager_PreSaveGame \ +static_assert(alignof(ActivityManager_PreSaveGame) == 0x000008, "Wrong alignment on ActivityManager_PreSaveGame"); \ +static_assert(sizeof(ActivityManager_PreSaveGame) == 0x000010, "Wrong size on ActivityManager_PreSaveGame"); \ +static_assert(offsetof(ActivityManager_PreSaveGame, SaveGameVariables) == 0x000000, "Member 'ActivityManager_PreSaveGame::SaveGameVariables' has a wrong offset!"); \ +static_assert(offsetof(ActivityManager_PreSaveGame, IsManualSave) == 0x000008, "Member 'ActivityManager_PreSaveGame::IsManualSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActivityManager_WatchedValueChanged \ +static_assert(alignof(ActivityManager_WatchedValueChanged) == 0x000004, "Wrong alignment on ActivityManager_WatchedValueChanged"); \ +static_assert(sizeof(ActivityManager_WatchedValueChanged) == 0x000010, "Wrong size on ActivityManager_WatchedValueChanged"); \ +static_assert(offsetof(ActivityManager_WatchedValueChanged, Context) == 0x000000, "Member 'ActivityManager_WatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(ActivityManager_WatchedValueChanged, Key) == 0x000004, "Member 'ActivityManager_WatchedValueChanged::Key' has a wrong offset!"); \ +static_assert(offsetof(ActivityManager_WatchedValueChanged, NewValue) == 0x00000C, "Member 'ActivityManager_WatchedValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActivityManager \ +static_assert(alignof(AActivityManager) == 0x000008, "Wrong alignment on AActivityManager"); \ +static_assert(sizeof(AActivityManager) == 0x000380, "Wrong size on AActivityManager"); \ +static_assert(offsetof(AActivityManager, PDSWatchComponent) == 0x000228, "Member 'AActivityManager::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(AActivityManager, SaveGameComponent) == 0x000230, "Member 'AActivityManager::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AActivityManager, ActivitiesTable) == 0x000238, "Member 'AActivityManager::ActivitiesTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_Play \ +static_assert(alignof(MochiAudioComponent_Play) == 0x000004, "Wrong alignment on MochiAudioComponent_Play"); \ +static_assert(sizeof(MochiAudioComponent_Play) == 0x000008, "Wrong size on MochiAudioComponent_Play"); \ +static_assert(offsetof(MochiAudioComponent_Play, Name_0) == 0x000000, "Member 'MochiAudioComponent_Play::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_PlayLoop \ +static_assert(alignof(MochiAudioComponent_PlayLoop) == 0x000004, "Wrong alignment on MochiAudioComponent_PlayLoop"); \ +static_assert(sizeof(MochiAudioComponent_PlayLoop) == 0x000008, "Wrong size on MochiAudioComponent_PlayLoop"); \ +static_assert(offsetof(MochiAudioComponent_PlayLoop, LoopName) == 0x000000, "Member 'MochiAudioComponent_PlayLoop::LoopName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_PlayOneShotEvent \ +static_assert(alignof(MochiAudioComponent_PlayOneShotEvent) == 0x000008, "Wrong alignment on MochiAudioComponent_PlayOneShotEvent"); \ +static_assert(sizeof(MochiAudioComponent_PlayOneShotEvent) == 0x000008, "Wrong size on MochiAudioComponent_PlayOneShotEvent"); \ +static_assert(offsetof(MochiAudioComponent_PlayOneShotEvent, AkEvent) == 0x000000, "Member 'MochiAudioComponent_PlayOneShotEvent::AkEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_PlayTrigger \ +static_assert(alignof(MochiAudioComponent_PlayTrigger) == 0x000008, "Wrong alignment on MochiAudioComponent_PlayTrigger"); \ +static_assert(sizeof(MochiAudioComponent_PlayTrigger) == 0x000008, "Wrong size on MochiAudioComponent_PlayTrigger"); \ +static_assert(offsetof(MochiAudioComponent_PlayTrigger, Name_0) == 0x000000, "Member 'MochiAudioComponent_PlayTrigger::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_ResetPlayCount \ +static_assert(alignof(MochiAudioComponent_ResetPlayCount) == 0x000004, "Wrong alignment on MochiAudioComponent_ResetPlayCount"); \ +static_assert(sizeof(MochiAudioComponent_ResetPlayCount) == 0x000008, "Wrong size on MochiAudioComponent_ResetPlayCount"); \ +static_assert(offsetof(MochiAudioComponent_ResetPlayCount, Name_0) == 0x000000, "Member 'MochiAudioComponent_ResetPlayCount::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetAttenuationScalingFactor_Loop \ +static_assert(alignof(MochiAudioComponent_SetAttenuationScalingFactor_Loop) == 0x000004, "Wrong alignment on MochiAudioComponent_SetAttenuationScalingFactor_Loop"); \ +static_assert(sizeof(MochiAudioComponent_SetAttenuationScalingFactor_Loop) == 0x000004, "Wrong size on MochiAudioComponent_SetAttenuationScalingFactor_Loop"); \ +static_assert(offsetof(MochiAudioComponent_SetAttenuationScalingFactor_Loop, Scaling) == 0x000000, "Member 'MochiAudioComponent_SetAttenuationScalingFactor_Loop::Scaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetAttenuationScalingFactor_OneShot \ +static_assert(alignof(MochiAudioComponent_SetAttenuationScalingFactor_OneShot) == 0x000004, "Wrong alignment on MochiAudioComponent_SetAttenuationScalingFactor_OneShot"); \ +static_assert(sizeof(MochiAudioComponent_SetAttenuationScalingFactor_OneShot) == 0x000004, "Wrong size on MochiAudioComponent_SetAttenuationScalingFactor_OneShot"); \ +static_assert(offsetof(MochiAudioComponent_SetAttenuationScalingFactor_OneShot, Value) == 0x000000, "Member 'MochiAudioComponent_SetAttenuationScalingFactor_OneShot::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetLocation_Loop \ +static_assert(alignof(MochiAudioComponent_SetLocation_Loop) == 0x000004, "Wrong alignment on MochiAudioComponent_SetLocation_Loop"); \ +static_assert(sizeof(MochiAudioComponent_SetLocation_Loop) == 0x00000C, "Wrong size on MochiAudioComponent_SetLocation_Loop"); \ +static_assert(offsetof(MochiAudioComponent_SetLocation_Loop, Location) == 0x000000, "Member 'MochiAudioComponent_SetLocation_Loop::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetLoopState \ +static_assert(alignof(MochiAudioComponent_SetLoopState) == 0x000004, "Wrong alignment on MochiAudioComponent_SetLoopState"); \ +static_assert(sizeof(MochiAudioComponent_SetLoopState) == 0x00000C, "Wrong size on MochiAudioComponent_SetLoopState"); \ +static_assert(offsetof(MochiAudioComponent_SetLoopState, LoopName) == 0x000000, "Member 'MochiAudioComponent_SetLoopState::LoopName' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetLoopState, ShouldPlay) == 0x000008, "Member 'MochiAudioComponent_SetLoopState::ShouldPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetRTPCValue_Loop \ +static_assert(alignof(MochiAudioComponent_SetRTPCValue_Loop) == 0x000008, "Wrong alignment on MochiAudioComponent_SetRTPCValue_Loop"); \ +static_assert(sizeof(MochiAudioComponent_SetRTPCValue_Loop) == 0x000018, "Wrong size on MochiAudioComponent_SetRTPCValue_Loop"); \ +static_assert(offsetof(MochiAudioComponent_SetRTPCValue_Loop, RTPCName) == 0x000000, "Member 'MochiAudioComponent_SetRTPCValue_Loop::RTPCName' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetRTPCValue_Loop, Value) == 0x000010, "Member 'MochiAudioComponent_SetRTPCValue_Loop::Value' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetRTPCValue_Loop, InterpolationTimeMs) == 0x000014, "Member 'MochiAudioComponent_SetRTPCValue_Loop::InterpolationTimeMs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetRTPCValue_OneShot \ +static_assert(alignof(MochiAudioComponent_SetRTPCValue_OneShot) == 0x000008, "Wrong alignment on MochiAudioComponent_SetRTPCValue_OneShot"); \ +static_assert(sizeof(MochiAudioComponent_SetRTPCValue_OneShot) == 0x000018, "Wrong size on MochiAudioComponent_SetRTPCValue_OneShot"); \ +static_assert(offsetof(MochiAudioComponent_SetRTPCValue_OneShot, RTPCName) == 0x000000, "Member 'MochiAudioComponent_SetRTPCValue_OneShot::RTPCName' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetRTPCValue_OneShot, Value) == 0x000010, "Member 'MochiAudioComponent_SetRTPCValue_OneShot::Value' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetRTPCValue_OneShot, InterpolationTimeMs) == 0x000014, "Member 'MochiAudioComponent_SetRTPCValue_OneShot::InterpolationTimeMs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetSwitch_Loop \ +static_assert(alignof(MochiAudioComponent_SetSwitch_Loop) == 0x000008, "Wrong alignment on MochiAudioComponent_SetSwitch_Loop"); \ +static_assert(sizeof(MochiAudioComponent_SetSwitch_Loop) == 0x000020, "Wrong size on MochiAudioComponent_SetSwitch_Loop"); \ +static_assert(offsetof(MochiAudioComponent_SetSwitch_Loop, SwitchGroup) == 0x000000, "Member 'MochiAudioComponent_SetSwitch_Loop::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetSwitch_Loop, SwitchState) == 0x000010, "Member 'MochiAudioComponent_SetSwitch_Loop::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_SetSwitch_OneShot \ +static_assert(alignof(MochiAudioComponent_SetSwitch_OneShot) == 0x000008, "Wrong alignment on MochiAudioComponent_SetSwitch_OneShot"); \ +static_assert(sizeof(MochiAudioComponent_SetSwitch_OneShot) == 0x000020, "Wrong size on MochiAudioComponent_SetSwitch_OneShot"); \ +static_assert(offsetof(MochiAudioComponent_SetSwitch_OneShot, SwitchGroup) == 0x000000, "Member 'MochiAudioComponent_SetSwitch_OneShot::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioComponent_SetSwitch_OneShot, SwitchState) == 0x000010, "Member 'MochiAudioComponent_SetSwitch_OneShot::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioComponent_StopLoop \ +static_assert(alignof(MochiAudioComponent_StopLoop) == 0x000004, "Wrong alignment on MochiAudioComponent_StopLoop"); \ +static_assert(sizeof(MochiAudioComponent_StopLoop) == 0x000008, "Wrong size on MochiAudioComponent_StopLoop"); \ +static_assert(offsetof(MochiAudioComponent_StopLoop, LoopName) == 0x000000, "Member 'MochiAudioComponent_StopLoop::LoopName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAudioComponent \ +static_assert(alignof(UMochiAudioComponent) == 0x000008, "Wrong alignment on UMochiAudioComponent"); \ +static_assert(sizeof(UMochiAudioComponent) == 0x000238, "Wrong size on UMochiAudioComponent"); \ +static_assert(offsetof(UMochiAudioComponent, AudioEvents2) == 0x0000B0, "Member 'UMochiAudioComponent::AudioEvents2' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, AudioSequences) == 0x000100, "Member 'UMochiAudioComponent::AudioSequences' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, AudioLoops) == 0x000150, "Member 'UMochiAudioComponent::AudioLoops' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, AudioDelegateMap) == 0x0001A0, "Member 'UMochiAudioComponent::AudioDelegateMap' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, BindDelay) == 0x0001F0, "Member 'UMochiAudioComponent::BindDelay' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, AttenuationScalingFactor_OneShot) == 0x0001F4, "Member 'UMochiAudioComponent::AttenuationScalingFactor_OneShot' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, AttenuationScalingFactor_Loop) == 0x0001F8, "Member 'UMochiAudioComponent::AttenuationScalingFactor_Loop' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, Handlers) == 0x000200, "Member 'UMochiAudioComponent::Handlers' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, DelayedEvents) == 0x000210, "Member 'UMochiAudioComponent::DelayedEvents' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, DelayedEventTimer) == 0x000220, "Member 'UMochiAudioComponent::DelayedEventTimer' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, LoopComponent) == 0x000228, "Member 'UMochiAudioComponent::LoopComponent' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioComponent, OneShotComponent) == 0x000230, "Member 'UMochiAudioComponent::OneShotComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiVolume_OnOverlapBegin \ +static_assert(alignof(MochiVolume_OnOverlapBegin) == 0x000008, "Wrong alignment on MochiVolume_OnOverlapBegin"); \ +static_assert(sizeof(MochiVolume_OnOverlapBegin) == 0x000010, "Wrong size on MochiVolume_OnOverlapBegin"); \ +static_assert(offsetof(MochiVolume_OnOverlapBegin, OverlappedActor) == 0x000000, "Member 'MochiVolume_OnOverlapBegin::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(MochiVolume_OnOverlapBegin, Other) == 0x000008, "Member 'MochiVolume_OnOverlapBegin::Other' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiVolume_OnOverlapEnd \ +static_assert(alignof(MochiVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on MochiVolume_OnOverlapEnd"); \ +static_assert(sizeof(MochiVolume_OnOverlapEnd) == 0x000010, "Wrong size on MochiVolume_OnOverlapEnd"); \ +static_assert(offsetof(MochiVolume_OnOverlapEnd, OverlappedActor) == 0x000000, "Member 'MochiVolume_OnOverlapEnd::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(MochiVolume_OnOverlapEnd, Other) == 0x000008, "Member 'MochiVolume_OnOverlapEnd::Other' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiVolume_EncompassesCharacter \ +static_assert(alignof(MochiVolume_EncompassesCharacter) == 0x000008, "Wrong alignment on MochiVolume_EncompassesCharacter"); \ +static_assert(sizeof(MochiVolume_EncompassesCharacter) == 0x000010, "Wrong size on MochiVolume_EncompassesCharacter"); \ +static_assert(offsetof(MochiVolume_EncompassesCharacter, Character) == 0x000000, "Member 'MochiVolume_EncompassesCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(MochiVolume_EncompassesCharacter, ReturnValue) == 0x000008, "Member 'MochiVolume_EncompassesCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiVolume \ +static_assert(alignof(AMochiVolume) == 0x000008, "Wrong alignment on AMochiVolume"); \ +static_assert(sizeof(AMochiVolume) == 0x000280, "Wrong size on AMochiVolume"); \ +static_assert(offsetof(AMochiVolume, EnteredCharacters) == 0x000260, "Member 'AMochiVolume::EnteredCharacters' has a wrong offset!"); \ +static_assert(offsetof(AMochiVolume, EnteredPlayers) == 0x000270, "Member 'AMochiVolume::EnteredPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActivityVolume \ +static_assert(alignof(AActivityVolume) == 0x000008, "Wrong alignment on AActivityVolume"); \ +static_assert(sizeof(AActivityVolume) == 0x000290, "Wrong size on AActivityVolume"); \ +static_assert(offsetof(AActivityVolume, ActivityId) == 0x000280, "Member 'AActivityVolume::ActivityId' has a wrong offset!"); \ +static_assert(offsetof(AActivityVolume, StartActivityPermanently) == 0x000288, "Member 'AActivityVolume::StartActivityPermanently' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdditiveDeltaCorrectionState_ApplyDeltaCorrection \ +static_assert(alignof(AdditiveDeltaCorrectionState_ApplyDeltaCorrection) == 0x000010, "Wrong alignment on AdditiveDeltaCorrectionState_ApplyDeltaCorrection"); \ +static_assert(sizeof(AdditiveDeltaCorrectionState_ApplyDeltaCorrection) == 0x000080, "Wrong size on AdditiveDeltaCorrectionState_ApplyDeltaCorrection"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_ApplyDeltaCorrection, DeltaTime) == 0x000000, "Member 'AdditiveDeltaCorrectionState_ApplyDeltaCorrection::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_ApplyDeltaCorrection, WorldVelocity) == 0x000010, "Member 'AdditiveDeltaCorrectionState_ApplyDeltaCorrection::WorldVelocity' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_ApplyDeltaCorrection, MoveComp) == 0x000040, "Member 'AdditiveDeltaCorrectionState_ApplyDeltaCorrection::MoveComp' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_ApplyDeltaCorrection, ReturnValue) == 0x000050, "Member 'AdditiveDeltaCorrectionState_ApplyDeltaCorrection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdditiveDeltaCorrectionState_FindCharacterMovementComponent \ +static_assert(alignof(AdditiveDeltaCorrectionState_FindCharacterMovementComponent) == 0x000008, "Wrong alignment on AdditiveDeltaCorrectionState_FindCharacterMovementComponent"); \ +static_assert(sizeof(AdditiveDeltaCorrectionState_FindCharacterMovementComponent) == 0x000010, "Wrong size on AdditiveDeltaCorrectionState_FindCharacterMovementComponent"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_FindCharacterMovementComponent, MeshComp) == 0x000000, "Member 'AdditiveDeltaCorrectionState_FindCharacterMovementComponent::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_FindCharacterMovementComponent, ReturnValue) == 0x000008, "Member 'AdditiveDeltaCorrectionState_FindCharacterMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent \ +static_assert(alignof(AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent) == 0x000008, "Wrong alignment on AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent"); \ +static_assert(sizeof(AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent) == 0x000010, "Wrong size on AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent, SearchTarget) == 0x000000, "Member 'AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent::SearchTarget' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent, ReturnValue) == 0x000008, "Member 'AdditiveDeltaCorrectionState_FindDeltaCorrectionManagerComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdditiveDeltaCorrectionState_PostProcessDeltaCorrection \ +static_assert(alignof(AdditiveDeltaCorrectionState_PostProcessDeltaCorrection) == 0x000010, "Wrong alignment on AdditiveDeltaCorrectionState_PostProcessDeltaCorrection"); \ +static_assert(sizeof(AdditiveDeltaCorrectionState_PostProcessDeltaCorrection) == 0x000060, "Wrong size on AdditiveDeltaCorrectionState_PostProcessDeltaCorrection"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PostProcessDeltaCorrection, ErrorToApply) == 0x000000, "Member 'AdditiveDeltaCorrectionState_PostProcessDeltaCorrection::ErrorToApply' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PostProcessDeltaCorrection, WorldVelocity) == 0x000010, "Member 'AdditiveDeltaCorrectionState_PostProcessDeltaCorrection::WorldVelocity' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PostProcessDeltaCorrection, MoveComp) == 0x000040, "Member 'AdditiveDeltaCorrectionState_PostProcessDeltaCorrection::MoveComp' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PostProcessDeltaCorrection, ReturnValue) == 0x000048, "Member 'AdditiveDeltaCorrectionState_PostProcessDeltaCorrection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError \ +static_assert(alignof(AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError) == 0x000010, "Wrong alignment on AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError"); \ +static_assert(sizeof(AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError) == 0x000100, "Wrong size on AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError, StateData) == 0x000000, "Member 'AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError::StateData' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError, WorldVelocity) == 0x0000C0, "Member 'AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError::WorldVelocity' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError, MoveComp) == 0x0000F0, "Member 'AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError::MoveComp' has a wrong offset!"); \ +static_assert(offsetof(AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError, ReturnValue) == 0x0000F8, "Member 'AdditiveDeltaCorrectionState_PreProcessDeltaCorrectionFractionalError::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAdditiveDeltaCorrectionState \ +static_assert(alignof(UAdditiveDeltaCorrectionState) == 0x000008, "Wrong alignment on UAdditiveDeltaCorrectionState"); \ +static_assert(sizeof(UAdditiveDeltaCorrectionState) == 0x000058, "Wrong size on UAdditiveDeltaCorrectionState"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, EndPoseLocalOffset) == 0x000030, "Member 'UAdditiveDeltaCorrectionState::EndPoseLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, EndPoseScaleInLocalSpace) == 0x00003C, "Member 'UAdditiveDeltaCorrectionState::EndPoseScaleInLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, DisableCollision) == 0x00003D, "Member 'UAdditiveDeltaCorrectionState::DisableCollision' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, UseVelocityCorrection) == 0x00003E, "Member 'UAdditiveDeltaCorrectionState::UseVelocityCorrection' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, UsePositionCorrection) == 0x00003F, "Member 'UAdditiveDeltaCorrectionState::UsePositionCorrection' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, UseRotationCorrection) == 0x000040, "Member 'UAdditiveDeltaCorrectionState::UseRotationCorrection' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, RotateToCameraForward) == 0x000041, "Member 'UAdditiveDeltaCorrectionState::RotateToCameraForward' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mScalePlayRateByError) == 0x000042, "Member 'UAdditiveDeltaCorrectionState::mScalePlayRateByError' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mPlayRateScalar) == 0x000044, "Member 'UAdditiveDeltaCorrectionState::mPlayRateScalar' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mSetMoveModeOnBegin) == 0x000048, "Member 'UAdditiveDeltaCorrectionState::mSetMoveModeOnBegin' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mOnBeginMoveMode) == 0x000049, "Member 'UAdditiveDeltaCorrectionState::mOnBeginMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mOnBeginCustomMoveMode) == 0x00004A, "Member 'UAdditiveDeltaCorrectionState::mOnBeginCustomMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mSetMoveModeOnEnd) == 0x00004B, "Member 'UAdditiveDeltaCorrectionState::mSetMoveModeOnEnd' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mOnEndMoveMode) == 0x00004C, "Member 'UAdditiveDeltaCorrectionState::mOnEndMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mOnEndCustomMoveMode) == 0x00004D, "Member 'UAdditiveDeltaCorrectionState::mOnEndCustomMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UAdditiveDeltaCorrectionState, mpCharacterMovement) == 0x000050, "Member 'UAdditiveDeltaCorrectionState::mpCharacterMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AggressionManager_HandleDifficultyChanged \ +static_assert(alignof(AggressionManager_HandleDifficultyChanged) == 0x000008, "Wrong alignment on AggressionManager_HandleDifficultyChanged"); \ +static_assert(sizeof(AggressionManager_HandleDifficultyChanged) == 0x000010, "Wrong size on AggressionManager_HandleDifficultyChanged"); \ +static_assert(offsetof(AggressionManager_HandleDifficultyChanged, Setting) == 0x000000, "Member 'AggressionManager_HandleDifficultyChanged::Setting' has a wrong offset!"); \ +static_assert(offsetof(AggressionManager_HandleDifficultyChanged, Config) == 0x000008, "Member 'AggressionManager_HandleDifficultyChanged::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AggressionManager_SetWantsAggression \ +static_assert(alignof(AggressionManager_SetWantsAggression) == 0x000008, "Wrong alignment on AggressionManager_SetWantsAggression"); \ +static_assert(sizeof(AggressionManager_SetWantsAggression) == 0x000010, "Wrong size on AggressionManager_SetWantsAggression"); \ +static_assert(offsetof(AggressionManager_SetWantsAggression, Enemy) == 0x000000, "Member 'AggressionManager_SetWantsAggression::Enemy' has a wrong offset!"); \ +static_assert(offsetof(AggressionManager_SetWantsAggression, WantsAggro) == 0x000008, "Member 'AggressionManager_SetWantsAggression::WantsAggro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAggressionManager \ +static_assert(alignof(AAggressionManager) == 0x000008, "Wrong alignment on AAggressionManager"); \ +static_assert(sizeof(AAggressionManager) == 0x000298, "Wrong size on AAggressionManager"); \ +static_assert(offsetof(AAggressionManager, UpdateAggressionInterval) == 0x000228, "Member 'AAggressionManager::UpdateAggressionInterval' has a wrong offset!"); \ +static_assert(offsetof(AAggressionManager, EnemyAggressionData) == 0x000230, "Member 'AAggressionManager::EnemyAggressionData' has a wrong offset!"); \ +static_assert(offsetof(AAggressionManager, AggressiveEnemies) == 0x000280, "Member 'AAggressionManager::AggressiveEnemies' has a wrong offset!"); \ +static_assert(offsetof(AAggressionManager, PlayerLockOnManager) == 0x000290, "Member 'AAggressionManager::PlayerLockOnManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiInputHelpers_ApplyLookSpeedRamping \ +static_assert(alignof(MochiInputHelpers_ApplyLookSpeedRamping) == 0x000008, "Wrong alignment on MochiInputHelpers_ApplyLookSpeedRamping"); \ +static_assert(sizeof(MochiInputHelpers_ApplyLookSpeedRamping) == 0x000020, "Wrong size on MochiInputHelpers_ApplyLookSpeedRamping"); \ +static_assert(offsetof(MochiInputHelpers_ApplyLookSpeedRamping, WorldContext) == 0x000000, "Member 'MochiInputHelpers_ApplyLookSpeedRamping::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_ApplyLookSpeedRamping, InputMagnitude) == 0x000008, "Member 'MochiInputHelpers_ApplyLookSpeedRamping::InputMagnitude' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_ApplyLookSpeedRamping, PreviousInputMagnitude) == 0x00000C, "Member 'MochiInputHelpers_ApplyLookSpeedRamping::PreviousInputMagnitude' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_ApplyLookSpeedRamping, AccelStart) == 0x000010, "Member 'MochiInputHelpers_ApplyLookSpeedRamping::AccelStart' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_ApplyLookSpeedRamping, AccelTime) == 0x000014, "Member 'MochiInputHelpers_ApplyLookSpeedRamping::AccelTime' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_ApplyLookSpeedRamping, ReturnValue) == 0x000018, "Member 'MochiInputHelpers_ApplyLookSpeedRamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiInputHelpers_IsKeyForAction \ +static_assert(alignof(MochiInputHelpers_IsKeyForAction) == 0x000008, "Wrong alignment on MochiInputHelpers_IsKeyForAction"); \ +static_assert(sizeof(MochiInputHelpers_IsKeyForAction) == 0x000028, "Wrong size on MochiInputHelpers_IsKeyForAction"); \ +static_assert(offsetof(MochiInputHelpers_IsKeyForAction, InKey) == 0x000000, "Member 'MochiInputHelpers_IsKeyForAction::InKey' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_IsKeyForAction, InputAction) == 0x000018, "Member 'MochiInputHelpers_IsKeyForAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_IsKeyForAction, ReturnValue) == 0x000020, "Member 'MochiInputHelpers_IsKeyForAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiInputHelpers_NotMapped_KeyAction \ +static_assert(alignof(MochiInputHelpers_NotMapped_KeyAction) == 0x000008, "Wrong alignment on MochiInputHelpers_NotMapped_KeyAction"); \ +static_assert(sizeof(MochiInputHelpers_NotMapped_KeyAction) == 0x000028, "Wrong size on MochiInputHelpers_NotMapped_KeyAction"); \ +static_assert(offsetof(MochiInputHelpers_NotMapped_KeyAction, Key) == 0x000000, "Member 'MochiInputHelpers_NotMapped_KeyAction::Key' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_NotMapped_KeyAction, ActionName) == 0x000018, "Member 'MochiInputHelpers_NotMapped_KeyAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(MochiInputHelpers_NotMapped_KeyAction, ReturnValue) == 0x000020, "Member 'MochiInputHelpers_NotMapped_KeyAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiInputHelpers \ +static_assert(alignof(UMochiInputHelpers) == 0x000008, "Wrong alignment on UMochiInputHelpers"); \ +static_assert(sizeof(UMochiInputHelpers) == 0x000028, "Wrong size on UMochiInputHelpers"); \ + +#define DUMPER7_ASSERTS_UBalanceConfig \ +static_assert(alignof(UBalanceConfig) == 0x000008, "Wrong alignment on UBalanceConfig"); \ +static_assert(sizeof(UBalanceConfig) == 0x000030, "Wrong size on UBalanceConfig"); \ + +#define DUMPER7_ASSERTS_UAIBaseBalanceConfig \ +static_assert(alignof(UAIBaseBalanceConfig) == 0x000008, "Wrong alignment on UAIBaseBalanceConfig"); \ +static_assert(sizeof(UAIBaseBalanceConfig) == 0x0001E0, "Wrong size on UAIBaseBalanceConfig"); \ +static_assert(offsetof(UAIBaseBalanceConfig, CharacterName) == 0x000030, "Member 'UAIBaseBalanceConfig::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, Health) == 0x000048, "Member 'UAIBaseBalanceConfig::Health' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, HealthRegenRate) == 0x00004C, "Member 'UAIBaseBalanceConfig::HealthRegenRate' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, TargetableActorTypes) == 0x000050, "Member 'UAIBaseBalanceConfig::TargetableActorTypes' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, UtilityScoreDefaults) == 0x000070, "Member 'UAIBaseBalanceConfig::UtilityScoreDefaults' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, UtilityScoreVelocities) == 0x0000C0, "Member 'UAIBaseBalanceConfig::UtilityScoreVelocities' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, BehaviorTreeAsset) == 0x000110, "Member 'UAIBaseBalanceConfig::BehaviorTreeAsset' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, BlackboardDataAsset) == 0x000118, "Member 'UAIBaseBalanceConfig::BlackboardDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, DynamicSubtrees) == 0x000120, "Member 'UAIBaseBalanceConfig::DynamicSubtrees' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, DefaultDynamicSubtrees) == 0x000170, "Member 'UAIBaseBalanceConfig::DefaultDynamicSubtrees' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, TargetsByEQS) == 0x0001C0, "Member 'UAIBaseBalanceConfig::TargetsByEQS' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, TargettingEQSQuery) == 0x0001C8, "Member 'UAIBaseBalanceConfig::TargettingEQSQuery' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, TargettingEQSQueryBBKey) == 0x0001D0, "Member 'UAIBaseBalanceConfig::TargettingEQSQueryBBKey' has a wrong offset!"); \ +static_assert(offsetof(UAIBaseBalanceConfig, EnableProxyManualControl) == 0x0001D8, "Member 'UAIBaseBalanceConfig::EnableProxyManualControl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType \ +static_assert(alignof(MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType) == 0x000004, "Wrong alignment on MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType"); \ +static_assert(sizeof(MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType) == 0x000008, "Wrong size on MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType"); \ +static_assert(offsetof(MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType, InstanceIndex) == 0x000000, "Member 'MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType, ReturnValue) == 0x000004, "Member 'MochiFoliageInstancedStaticMeshComponent_RevertInstanceObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType \ +static_assert(alignof(MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType) == 0x000004, "Wrong alignment on MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType"); \ +static_assert(sizeof(MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType) == 0x000008, "Wrong size on MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType"); \ +static_assert(offsetof(MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType, InstanceIndex) == 0x000000, "Member 'MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType, ObjectType) == 0x000004, "Member 'MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType, ReturnValue) == 0x000005, "Member 'MochiFoliageInstancedStaticMeshComponent_SetInstanceObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UMochiFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UMochiFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UMochiFoliageInstancedStaticMeshComponent) == 0x0006D0, "Wrong size on UMochiFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UMochiFoliageInstancedStaticMeshComponent, OnInstanceAdded) == 0x0006A8, "Member 'UMochiFoliageInstancedStaticMeshComponent::OnInstanceAdded' has a wrong offset!"); \ +static_assert(offsetof(UMochiFoliageInstancedStaticMeshComponent, OnInstanceRemoved) == 0x0006B8, "Member 'UMochiFoliageInstancedStaticMeshComponent::OnInstanceRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_CanBeHardLockedOnTo \ +static_assert(alignof(MochiCharacter_CanBeHardLockedOnTo) == 0x000008, "Wrong alignment on MochiCharacter_CanBeHardLockedOnTo"); \ +static_assert(sizeof(MochiCharacter_CanBeHardLockedOnTo) == 0x000010, "Wrong size on MochiCharacter_CanBeHardLockedOnTo"); \ +static_assert(offsetof(MochiCharacter_CanBeHardLockedOnTo, Targeter) == 0x000000, "Member 'MochiCharacter_CanBeHardLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_CanBeHardLockedOnTo, ReturnValue) == 0x000008, "Member 'MochiCharacter_CanBeHardLockedOnTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_CanBeSoftLockedOnTo \ +static_assert(alignof(MochiCharacter_CanBeSoftLockedOnTo) == 0x000008, "Wrong alignment on MochiCharacter_CanBeSoftLockedOnTo"); \ +static_assert(sizeof(MochiCharacter_CanBeSoftLockedOnTo) == 0x000010, "Wrong size on MochiCharacter_CanBeSoftLockedOnTo"); \ +static_assert(offsetof(MochiCharacter_CanBeSoftLockedOnTo, Targeter) == 0x000000, "Member 'MochiCharacter_CanBeSoftLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_CanBeSoftLockedOnTo, ReturnValue) == 0x000008, "Member 'MochiCharacter_CanBeSoftLockedOnTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_GetCurrentMontageManager \ +static_assert(alignof(MochiCharacter_GetCurrentMontageManager) == 0x000008, "Wrong alignment on MochiCharacter_GetCurrentMontageManager"); \ +static_assert(sizeof(MochiCharacter_GetCurrentMontageManager) == 0x000008, "Wrong size on MochiCharacter_GetCurrentMontageManager"); \ +static_assert(offsetof(MochiCharacter_GetCurrentMontageManager, ReturnValue) == 0x000000, "Member 'MochiCharacter_GetCurrentMontageManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_GetMochiMovementComponent \ +static_assert(alignof(MochiCharacter_GetMochiMovementComponent) == 0x000008, "Wrong alignment on MochiCharacter_GetMochiMovementComponent"); \ +static_assert(sizeof(MochiCharacter_GetMochiMovementComponent) == 0x000008, "Wrong size on MochiCharacter_GetMochiMovementComponent"); \ +static_assert(offsetof(MochiCharacter_GetMochiMovementComponent, ReturnValue) == 0x000000, "Member 'MochiCharacter_GetMochiMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_HandleDamage \ +static_assert(alignof(MochiCharacter_HandleDamage) == 0x000008, "Wrong alignment on MochiCharacter_HandleDamage"); \ +static_assert(sizeof(MochiCharacter_HandleDamage) == 0x000118, "Wrong size on MochiCharacter_HandleDamage"); \ +static_assert(offsetof(MochiCharacter_HandleDamage, DamageEvent) == 0x000000, "Member 'MochiCharacter_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_HandleDamage, ReturnValue) == 0x000110, "Member 'MochiCharacter_HandleDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_OnKilled \ +static_assert(alignof(MochiCharacter_OnKilled) == 0x000008, "Wrong alignment on MochiCharacter_OnKilled"); \ +static_assert(sizeof(MochiCharacter_OnKilled) == 0x000120, "Wrong size on MochiCharacter_OnKilled"); \ +static_assert(offsetof(MochiCharacter_OnKilled, KillInstigator) == 0x000000, "Member 'MochiCharacter_OnKilled::KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_OnKilled, Causer) == 0x000008, "Member 'MochiCharacter_OnKilled::Causer' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_OnKilled, KillEvent) == 0x000010, "Member 'MochiCharacter_OnKilled::KillEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_OnResourceDepleted \ +static_assert(alignof(MochiCharacter_OnResourceDepleted) == 0x000008, "Wrong alignment on MochiCharacter_OnResourceDepleted"); \ +static_assert(sizeof(MochiCharacter_OnResourceDepleted) == 0x000018, "Wrong size on MochiCharacter_OnResourceDepleted"); \ +static_assert(offsetof(MochiCharacter_OnResourceDepleted, ResourceType) == 0x000000, "Member 'MochiCharacter_OnResourceDepleted::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_OnResourceDepleted, DecreaseInstigator) == 0x000008, "Member 'MochiCharacter_OnResourceDepleted::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_OnResourceDepleted, Causer) == 0x000010, "Member 'MochiCharacter_OnResourceDepleted::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_OnTraversalRequested \ +static_assert(alignof(MochiCharacter_OnTraversalRequested) == 0x000004, "Wrong alignment on MochiCharacter_OnTraversalRequested"); \ +static_assert(sizeof(MochiCharacter_OnTraversalRequested) == 0x000010, "Wrong size on MochiCharacter_OnTraversalRequested"); \ +static_assert(offsetof(MochiCharacter_OnTraversalRequested, EventType) == 0x000000, "Member 'MochiCharacter_OnTraversalRequested::EventType' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_OnTraversalRequested, Destination) == 0x000004, "Member 'MochiCharacter_OnTraversalRequested::Destination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_SetDefaultCustomTimeDilation \ +static_assert(alignof(MochiCharacter_SetDefaultCustomTimeDilation) == 0x000004, "Wrong alignment on MochiCharacter_SetDefaultCustomTimeDilation"); \ +static_assert(sizeof(MochiCharacter_SetDefaultCustomTimeDilation) == 0x000004, "Wrong size on MochiCharacter_SetDefaultCustomTimeDilation"); \ +static_assert(offsetof(MochiCharacter_SetDefaultCustomTimeDilation, NewTimeDilation) == 0x000000, "Member 'MochiCharacter_SetDefaultCustomTimeDilation::NewTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_TryTriggerHitstop \ +static_assert(alignof(MochiCharacter_TryTriggerHitstop) == 0x000008, "Wrong alignment on MochiCharacter_TryTriggerHitstop"); \ +static_assert(sizeof(MochiCharacter_TryTriggerHitstop) == 0x000118, "Wrong size on MochiCharacter_TryTriggerHitstop"); \ +static_assert(offsetof(MochiCharacter_TryTriggerHitstop, DamageEvent) == 0x000000, "Member 'MochiCharacter_TryTriggerHitstop::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(MochiCharacter_TryTriggerHitstop, ReturnValue) == 0x000110, "Member 'MochiCharacter_TryTriggerHitstop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_GetBalanceConfig \ +static_assert(alignof(MochiCharacter_GetBalanceConfig) == 0x000008, "Wrong alignment on MochiCharacter_GetBalanceConfig"); \ +static_assert(sizeof(MochiCharacter_GetBalanceConfig) == 0x000008, "Wrong size on MochiCharacter_GetBalanceConfig"); \ +static_assert(offsetof(MochiCharacter_GetBalanceConfig, ReturnValue) == 0x000000, "Member 'MochiCharacter_GetBalanceConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_GetControlRotationOffset \ +static_assert(alignof(MochiCharacter_GetControlRotationOffset) == 0x000004, "Wrong alignment on MochiCharacter_GetControlRotationOffset"); \ +static_assert(sizeof(MochiCharacter_GetControlRotationOffset) == 0x00000C, "Wrong size on MochiCharacter_GetControlRotationOffset"); \ +static_assert(offsetof(MochiCharacter_GetControlRotationOffset, ReturnValue) == 0x000000, "Member 'MochiCharacter_GetControlRotationOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_GetResources \ +static_assert(alignof(MochiCharacter_GetResources) == 0x000008, "Wrong alignment on MochiCharacter_GetResources"); \ +static_assert(sizeof(MochiCharacter_GetResources) == 0x000008, "Wrong size on MochiCharacter_GetResources"); \ +static_assert(offsetof(MochiCharacter_GetResources, ReturnValue) == 0x000000, "Member 'MochiCharacter_GetResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCharacter_IsAlive \ +static_assert(alignof(MochiCharacter_IsAlive) == 0x000001, "Wrong alignment on MochiCharacter_IsAlive"); \ +static_assert(sizeof(MochiCharacter_IsAlive) == 0x000001, "Wrong size on MochiCharacter_IsAlive"); \ +static_assert(offsetof(MochiCharacter_IsAlive, ReturnValue) == 0x000000, "Member 'MochiCharacter_IsAlive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiCharacter \ +static_assert(alignof(AMochiCharacter) == 0x000010, "Wrong alignment on AMochiCharacter"); \ +static_assert(sizeof(AMochiCharacter) == 0x0007D0, "Wrong size on AMochiCharacter"); \ +static_assert(offsetof(AMochiCharacter, OnCharacterDamaged) == 0x0004E0, "Member 'AMochiCharacter::OnCharacterDamaged' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, OnCharacterKilled) == 0x0004F0, "Member 'AMochiCharacter::OnCharacterKilled' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, OnLastHitTriggered) == 0x000500, "Member 'AMochiCharacter::OnLastHitTriggered' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, OnLastHitRestored) == 0x000510, "Member 'AMochiCharacter::OnLastHitRestored' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, GameplayTags) == 0x000520, "Member 'AMochiCharacter::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, ResetMovementMode) == 0x000540, "Member 'AMochiCharacter::ResetMovementMode' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, LastDamageEvent) == 0x000548, "Member 'AMochiCharacter::LastDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, DefaultCustomTimeDilation) == 0x000658, "Member 'AMochiCharacter::DefaultCustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, Resources) == 0x000660, "Member 'AMochiCharacter::Resources' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, DefaultMontageManager) == 0x000668, "Member 'AMochiCharacter::DefaultMontageManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, DeltaMan) == 0x000670, "Member 'AMochiCharacter::DeltaMan' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, ScootMan) == 0x000678, "Member 'AMochiCharacter::ScootMan' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, SpawnTransform) == 0x000680, "Member 'AMochiCharacter::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, CachedHitstopData) == 0x0006B0, "Member 'AMochiCharacter::CachedHitstopData' has a wrong offset!"); \ +static_assert(offsetof(AMochiCharacter, CachedTimeDilationManager) == 0x0007C8, "Member 'AMochiCharacter::CachedTimeDilationManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_ConstructResources \ +static_assert(alignof(AIBaseCharacter_ConstructResources) == 0x000008, "Wrong alignment on AIBaseCharacter_ConstructResources"); \ +static_assert(sizeof(AIBaseCharacter_ConstructResources) == 0x000010, "Wrong size on AIBaseCharacter_ConstructResources"); \ +static_assert(offsetof(AIBaseCharacter_ConstructResources, Config) == 0x000000, "Member 'AIBaseCharacter_ConstructResources::Config' has a wrong offset!"); \ +static_assert(offsetof(AIBaseCharacter_ConstructResources, ResourceComp) == 0x000008, "Member 'AIBaseCharacter_ConstructResources::ResourceComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_GetBehaviorTreeComponent \ +static_assert(alignof(AIBaseCharacter_GetBehaviorTreeComponent) == 0x000008, "Wrong alignment on AIBaseCharacter_GetBehaviorTreeComponent"); \ +static_assert(sizeof(AIBaseCharacter_GetBehaviorTreeComponent) == 0x000008, "Wrong size on AIBaseCharacter_GetBehaviorTreeComponent"); \ +static_assert(offsetof(AIBaseCharacter_GetBehaviorTreeComponent, ReturnValue) == 0x000000, "Member 'AIBaseCharacter_GetBehaviorTreeComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_HandleBroadcastedMessage \ +static_assert(alignof(AIBaseCharacter_HandleBroadcastedMessage) == 0x000004, "Wrong alignment on AIBaseCharacter_HandleBroadcastedMessage"); \ +static_assert(sizeof(AIBaseCharacter_HandleBroadcastedMessage) == 0x000008, "Wrong size on AIBaseCharacter_HandleBroadcastedMessage"); \ +static_assert(offsetof(AIBaseCharacter_HandleBroadcastedMessage, MessageName) == 0x000000, "Member 'AIBaseCharacter_HandleBroadcastedMessage::MessageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_InjectDynamicSubtree \ +static_assert(alignof(AIBaseCharacter_InjectDynamicSubtree) == 0x000004, "Wrong alignment on AIBaseCharacter_InjectDynamicSubtree"); \ +static_assert(sizeof(AIBaseCharacter_InjectDynamicSubtree) == 0x000010, "Wrong size on AIBaseCharacter_InjectDynamicSubtree"); \ +static_assert(offsetof(AIBaseCharacter_InjectDynamicSubtree, InjectTag) == 0x000000, "Member 'AIBaseCharacter_InjectDynamicSubtree::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(AIBaseCharacter_InjectDynamicSubtree, DynamicSubtreeName) == 0x000008, "Member 'AIBaseCharacter_InjectDynamicSubtree::DynamicSubtreeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_OnSleepingChanged \ +static_assert(alignof(AIBaseCharacter_OnSleepingChanged) == 0x000001, "Wrong alignment on AIBaseCharacter_OnSleepingChanged"); \ +static_assert(sizeof(AIBaseCharacter_OnSleepingChanged) == 0x000001, "Wrong size on AIBaseCharacter_OnSleepingChanged"); \ +static_assert(offsetof(AIBaseCharacter_OnSleepingChanged, IsSleeping) == 0x000000, "Member 'AIBaseCharacter_OnSleepingChanged::IsSleeping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_PauseBehaviorTree \ +static_assert(alignof(AIBaseCharacter_PauseBehaviorTree) == 0x000008, "Wrong alignment on AIBaseCharacter_PauseBehaviorTree"); \ +static_assert(sizeof(AIBaseCharacter_PauseBehaviorTree) == 0x000010, "Wrong size on AIBaseCharacter_PauseBehaviorTree"); \ +static_assert(offsetof(AIBaseCharacter_PauseBehaviorTree, reason) == 0x000000, "Member 'AIBaseCharacter_PauseBehaviorTree::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_ResetBehaviorTree \ +static_assert(alignof(AIBaseCharacter_ResetBehaviorTree) == 0x000008, "Wrong alignment on AIBaseCharacter_ResetBehaviorTree"); \ +static_assert(sizeof(AIBaseCharacter_ResetBehaviorTree) == 0x000010, "Wrong size on AIBaseCharacter_ResetBehaviorTree"); \ +static_assert(offsetof(AIBaseCharacter_ResetBehaviorTree, ResumeReason) == 0x000000, "Member 'AIBaseCharacter_ResetBehaviorTree::ResumeReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_ResumeBehaviorTree \ +static_assert(alignof(AIBaseCharacter_ResumeBehaviorTree) == 0x000008, "Wrong alignment on AIBaseCharacter_ResumeBehaviorTree"); \ +static_assert(sizeof(AIBaseCharacter_ResumeBehaviorTree) == 0x000010, "Wrong size on AIBaseCharacter_ResumeBehaviorTree"); \ +static_assert(offsetof(AIBaseCharacter_ResumeBehaviorTree, reason) == 0x000000, "Member 'AIBaseCharacter_ResumeBehaviorTree::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_SetIsSleeping \ +static_assert(alignof(AIBaseCharacter_SetIsSleeping) == 0x000001, "Wrong alignment on AIBaseCharacter_SetIsSleeping"); \ +static_assert(sizeof(AIBaseCharacter_SetIsSleeping) == 0x000001, "Wrong size on AIBaseCharacter_SetIsSleeping"); \ +static_assert(offsetof(AIBaseCharacter_SetIsSleeping, Sleeping) == 0x000000, "Member 'AIBaseCharacter_SetIsSleeping::Sleeping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_CanSleep \ +static_assert(alignof(AIBaseCharacter_CanSleep) == 0x000001, "Wrong alignment on AIBaseCharacter_CanSleep"); \ +static_assert(sizeof(AIBaseCharacter_CanSleep) == 0x000001, "Wrong size on AIBaseCharacter_CanSleep"); \ +static_assert(offsetof(AIBaseCharacter_CanSleep, ReturnValue) == 0x000000, "Member 'AIBaseCharacter_CanSleep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseCharacter_GetIsSleeping \ +static_assert(alignof(AIBaseCharacter_GetIsSleeping) == 0x000001, "Wrong alignment on AIBaseCharacter_GetIsSleeping"); \ +static_assert(sizeof(AIBaseCharacter_GetIsSleeping) == 0x000001, "Wrong size on AIBaseCharacter_GetIsSleeping"); \ +static_assert(offsetof(AIBaseCharacter_GetIsSleeping, ReturnValue) == 0x000000, "Member 'AIBaseCharacter_GetIsSleeping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAIBaseCharacter \ +static_assert(alignof(AAIBaseCharacter) == 0x000010, "Wrong alignment on AAIBaseCharacter"); \ +static_assert(sizeof(AAIBaseCharacter) == 0x0008F0, "Wrong size on AAIBaseCharacter"); \ +static_assert(offsetof(AAIBaseCharacter, BalanceConfig) == 0x0007E0, "Member 'AAIBaseCharacter::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, StartSleeping) == 0x0007E8, "Member 'AAIBaseCharacter::StartSleeping' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, InvulnerableWhenSleeping) == 0x0007E9, "Member 'AAIBaseCharacter::InvulnerableWhenSleeping' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, SleepMontageName) == 0x0007EC, "Member 'AAIBaseCharacter::SleepMontageName' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, ResetLocationOnRespawn) == 0x0007F4, "Member 'AAIBaseCharacter::ResetLocationOnRespawn' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, AllowExpiredStimuliWhenSearching) == 0x0007F5, "Member 'AAIBaseCharacter::AllowExpiredStimuliWhenSearching' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, BehaviorTreeAsset) == 0x0007F8, "Member 'AAIBaseCharacter::BehaviorTreeAsset' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, BlackboardDataAsset) == 0x000800, "Member 'AAIBaseCharacter::BlackboardDataAsset' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, DynamicSubtrees) == 0x000808, "Member 'AAIBaseCharacter::DynamicSubtrees' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, DefaultDynamicSubtrees) == 0x000858, "Member 'AAIBaseCharacter::DefaultDynamicSubtrees' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, StatusEffectUser) == 0x0008A8, "Member 'AAIBaseCharacter::StatusEffectUser' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, BroadcastTrigger) == 0x0008B0, "Member 'AAIBaseCharacter::BroadcastTrigger' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseCharacter, ResetTransform) == 0x0008C0, "Member 'AAIBaseCharacter::ResetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_ConfigureBehaviorTree \ +static_assert(alignof(AIBaseController_ConfigureBehaviorTree) == 0x000008, "Wrong alignment on AIBaseController_ConfigureBehaviorTree"); \ +static_assert(sizeof(AIBaseController_ConfigureBehaviorTree) == 0x000010, "Wrong size on AIBaseController_ConfigureBehaviorTree"); \ +static_assert(offsetof(AIBaseController_ConfigureBehaviorTree, InBehaviorTreeAsset) == 0x000000, "Member 'AIBaseController_ConfigureBehaviorTree::InBehaviorTreeAsset' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_ConfigureBehaviorTree, InBlackboardAsset) == 0x000008, "Member 'AIBaseController_ConfigureBehaviorTree::InBlackboardAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_ConfigureDynamicSubtrees \ +static_assert(alignof(AIBaseController_ConfigureDynamicSubtrees) == 0x000008, "Wrong alignment on AIBaseController_ConfigureDynamicSubtrees"); \ +static_assert(sizeof(AIBaseController_ConfigureDynamicSubtrees) == 0x0000A0, "Wrong size on AIBaseController_ConfigureDynamicSubtrees"); \ +static_assert(offsetof(AIBaseController_ConfigureDynamicSubtrees, InDefaults) == 0x000000, "Member 'AIBaseController_ConfigureDynamicSubtrees::InDefaults' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_ConfigureDynamicSubtrees, InSubtrees) == 0x000050, "Member 'AIBaseController_ConfigureDynamicSubtrees::InSubtrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_ConfigureUtilityScores \ +static_assert(alignof(AIBaseController_ConfigureUtilityScores) == 0x000008, "Wrong alignment on AIBaseController_ConfigureUtilityScores"); \ +static_assert(sizeof(AIBaseController_ConfigureUtilityScores) == 0x0000A0, "Wrong size on AIBaseController_ConfigureUtilityScores"); \ +static_assert(offsetof(AIBaseController_ConfigureUtilityScores, UtilityScoreDefaults) == 0x000000, "Member 'AIBaseController_ConfigureUtilityScores::UtilityScoreDefaults' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_ConfigureUtilityScores, UtilityScoreVelocities) == 0x000050, "Member 'AIBaseController_ConfigureUtilityScores::UtilityScoreVelocities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_RespondToAimBegin \ +static_assert(alignof(AIBaseController_RespondToAimBegin) == 0x000008, "Wrong alignment on AIBaseController_RespondToAimBegin"); \ +static_assert(sizeof(AIBaseController_RespondToAimBegin) == 0x000020, "Wrong size on AIBaseController_RespondToAimBegin"); \ +static_assert(offsetof(AIBaseController_RespondToAimBegin, Source) == 0x000000, "Member 'AIBaseController_RespondToAimBegin::Source' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_RespondToAimBegin, AimingAbilityClass) == 0x000008, "Member 'AIBaseController_RespondToAimBegin::AimingAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_RespondToAimBegin, AimDirection) == 0x000010, "Member 'AIBaseController_RespondToAimBegin::AimDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_RespondToAimEnd \ +static_assert(alignof(AIBaseController_RespondToAimEnd) == 0x000008, "Wrong alignment on AIBaseController_RespondToAimEnd"); \ +static_assert(sizeof(AIBaseController_RespondToAimEnd) == 0x000010, "Wrong size on AIBaseController_RespondToAimEnd"); \ +static_assert(offsetof(AIBaseController_RespondToAimEnd, Source) == 0x000000, "Member 'AIBaseController_RespondToAimEnd::Source' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_RespondToAimEnd, AimingAbilityClass) == 0x000008, "Member 'AIBaseController_RespondToAimEnd::AimingAbilityClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_RespondToAimUpdate \ +static_assert(alignof(AIBaseController_RespondToAimUpdate) == 0x000008, "Wrong alignment on AIBaseController_RespondToAimUpdate"); \ +static_assert(sizeof(AIBaseController_RespondToAimUpdate) == 0x000020, "Wrong size on AIBaseController_RespondToAimUpdate"); \ +static_assert(offsetof(AIBaseController_RespondToAimUpdate, Source) == 0x000000, "Member 'AIBaseController_RespondToAimUpdate::Source' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_RespondToAimUpdate, AimingAbilityClass) == 0x000008, "Member 'AIBaseController_RespondToAimUpdate::AimingAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_RespondToAimUpdate, AimDirection) == 0x000010, "Member 'AIBaseController_RespondToAimUpdate::AimDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_SetDynamicSubtree \ +static_assert(alignof(AIBaseController_SetDynamicSubtree) == 0x000008, "Wrong alignment on AIBaseController_SetDynamicSubtree"); \ +static_assert(sizeof(AIBaseController_SetDynamicSubtree) == 0x000010, "Wrong size on AIBaseController_SetDynamicSubtree"); \ +static_assert(offsetof(AIBaseController_SetDynamicSubtree, GameplayTag) == 0x000000, "Member 'AIBaseController_SetDynamicSubtree::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AIBaseController_SetDynamicSubtree, TreeAsset) == 0x000008, "Member 'AIBaseController_SetDynamicSubtree::TreeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_SetIsSleeping \ +static_assert(alignof(AIBaseController_SetIsSleeping) == 0x000001, "Wrong alignment on AIBaseController_SetIsSleeping"); \ +static_assert(sizeof(AIBaseController_SetIsSleeping) == 0x000001, "Wrong size on AIBaseController_SetIsSleeping"); \ +static_assert(offsetof(AIBaseController_SetIsSleeping, Sleeping) == 0x000000, "Member 'AIBaseController_SetIsSleeping::Sleeping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_SetTargetManual \ +static_assert(alignof(AIBaseController_SetTargetManual) == 0x000008, "Wrong alignment on AIBaseController_SetTargetManual"); \ +static_assert(sizeof(AIBaseController_SetTargetManual) == 0x000008, "Wrong size on AIBaseController_SetTargetManual"); \ +static_assert(offsetof(AIBaseController_SetTargetManual, NewTarget) == 0x000000, "Member 'AIBaseController_SetTargetManual::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_SetTeam \ +static_assert(alignof(AIBaseController_SetTeam) == 0x000001, "Wrong alignment on AIBaseController_SetTeam"); \ +static_assert(sizeof(AIBaseController_SetTeam) == 0x000001, "Wrong size on AIBaseController_SetTeam"); \ +static_assert(offsetof(AIBaseController_SetTeam, NewTeam) == 0x000000, "Member 'AIBaseController_SetTeam::NewTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_CanSleep \ +static_assert(alignof(AIBaseController_CanSleep) == 0x000001, "Wrong alignment on AIBaseController_CanSleep"); \ +static_assert(sizeof(AIBaseController_CanSleep) == 0x000001, "Wrong size on AIBaseController_CanSleep"); \ +static_assert(offsetof(AIBaseController_CanSleep, ReturnValue) == 0x000000, "Member 'AIBaseController_CanSleep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_GetBalanceConfig \ +static_assert(alignof(AIBaseController_GetBalanceConfig) == 0x000008, "Wrong alignment on AIBaseController_GetBalanceConfig"); \ +static_assert(sizeof(AIBaseController_GetBalanceConfig) == 0x000008, "Wrong size on AIBaseController_GetBalanceConfig"); \ +static_assert(offsetof(AIBaseController_GetBalanceConfig, ReturnValue) == 0x000000, "Member 'AIBaseController_GetBalanceConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_GetCurrentTarget \ +static_assert(alignof(AIBaseController_GetCurrentTarget) == 0x000008, "Wrong alignment on AIBaseController_GetCurrentTarget"); \ +static_assert(sizeof(AIBaseController_GetCurrentTarget) == 0x000008, "Wrong size on AIBaseController_GetCurrentTarget"); \ +static_assert(offsetof(AIBaseController_GetCurrentTarget, ReturnValue) == 0x000000, "Member 'AIBaseController_GetCurrentTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_GetIsSleeping \ +static_assert(alignof(AIBaseController_GetIsSleeping) == 0x000001, "Wrong alignment on AIBaseController_GetIsSleeping"); \ +static_assert(sizeof(AIBaseController_GetIsSleeping) == 0x000001, "Wrong size on AIBaseController_GetIsSleeping"); \ +static_assert(offsetof(AIBaseController_GetIsSleeping, ReturnValue) == 0x000000, "Member 'AIBaseController_GetIsSleeping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBaseController_GetProxyManager \ +static_assert(alignof(AIBaseController_GetProxyManager) == 0x000008, "Wrong alignment on AIBaseController_GetProxyManager"); \ +static_assert(sizeof(AIBaseController_GetProxyManager) == 0x000008, "Wrong size on AIBaseController_GetProxyManager"); \ +static_assert(offsetof(AIBaseController_GetProxyManager, ReturnValue) == 0x000000, "Member 'AIBaseController_GetProxyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAIBaseController \ +static_assert(alignof(AAIBaseController) == 0x000008, "Wrong alignment on AAIBaseController"); \ +static_assert(sizeof(AAIBaseController) == 0x000380, "Wrong size on AAIBaseController"); \ +static_assert(offsetof(AAIBaseController, ProxyMan) == 0x000348, "Member 'AAIBaseController::ProxyMan' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, ProxyActorBBName) == 0x000350, "Member 'AAIBaseController::ProxyActorBBName' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, TargetActorBBName) == 0x000358, "Member 'AAIBaseController::TargetActorBBName' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, BlackboardDataComponent) == 0x000360, "Member 'AAIBaseController::BlackboardDataComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, Targeting) == 0x000368, "Member 'AAIBaseController::Targeting' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, UtilityScores) == 0x000370, "Member 'AAIBaseController::UtilityScores' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, DisableProxyManagerControl) == 0x000378, "Member 'AAIBaseController::DisableProxyManagerControl' has a wrong offset!"); \ +static_assert(offsetof(AAIBaseController, IsSleeping) == 0x000379, "Member 'AAIBaseController::IsSleeping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_AddComponentByClass \ +static_assert(alignof(MochiHelpers_AddComponentByClass) == 0x000010, "Wrong alignment on MochiHelpers_AddComponentByClass"); \ +static_assert(sizeof(MochiHelpers_AddComponentByClass) == 0x000060, "Wrong size on MochiHelpers_AddComponentByClass"); \ +static_assert(offsetof(MochiHelpers_AddComponentByClass, Owner) == 0x000000, "Member 'MochiHelpers_AddComponentByClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AddComponentByClass, Class_0) == 0x000008, "Member 'MochiHelpers_AddComponentByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AddComponentByClass, bManualAttachment) == 0x000010, "Member 'MochiHelpers_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AddComponentByClass, RelativeTransform) == 0x000020, "Member 'MochiHelpers_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AddComponentByClass, ReturnValue) == 0x000050, "Member 'MochiHelpers_AddComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_AffectDynamicMaterials \ +static_assert(alignof(MochiHelpers_AffectDynamicMaterials) == 0x000008, "Wrong alignment on MochiHelpers_AffectDynamicMaterials"); \ +static_assert(sizeof(MochiHelpers_AffectDynamicMaterials) == 0x000020, "Wrong size on MochiHelpers_AffectDynamicMaterials"); \ +static_assert(offsetof(MochiHelpers_AffectDynamicMaterials, Materials) == 0x000000, "Member 'MochiHelpers_AffectDynamicMaterials::Materials' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AffectDynamicMaterials, PropertyName) == 0x000010, "Member 'MochiHelpers_AffectDynamicMaterials::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AffectDynamicMaterials, Value) == 0x000018, "Member 'MochiHelpers_AffectDynamicMaterials::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_ApplyMaterialListToMesh \ +static_assert(alignof(MochiHelpers_ApplyMaterialListToMesh) == 0x000008, "Wrong alignment on MochiHelpers_ApplyMaterialListToMesh"); \ +static_assert(sizeof(MochiHelpers_ApplyMaterialListToMesh) == 0x000018, "Wrong size on MochiHelpers_ApplyMaterialListToMesh"); \ +static_assert(offsetof(MochiHelpers_ApplyMaterialListToMesh, Mesh) == 0x000000, "Member 'MochiHelpers_ApplyMaterialListToMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ApplyMaterialListToMesh, Materials) == 0x000008, "Member 'MochiHelpers_ApplyMaterialListToMesh::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_ApplyPlayerTimeDilation \ +static_assert(alignof(MochiHelpers_ApplyPlayerTimeDilation) == 0x000008, "Wrong alignment on MochiHelpers_ApplyPlayerTimeDilation"); \ +static_assert(sizeof(MochiHelpers_ApplyPlayerTimeDilation) == 0x000018, "Wrong size on MochiHelpers_ApplyPlayerTimeDilation"); \ +static_assert(offsetof(MochiHelpers_ApplyPlayerTimeDilation, WorldContextObject) == 0x000000, "Member 'MochiHelpers_ApplyPlayerTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ApplyPlayerTimeDilation, Name_0) == 0x000008, "Member 'MochiHelpers_ApplyPlayerTimeDilation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ApplyPlayerTimeDilation, PlayerTD) == 0x000010, "Member 'MochiHelpers_ApplyPlayerTimeDilation::PlayerTD' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ApplyPlayerTimeDilation, GlobalTD) == 0x000014, "Member 'MochiHelpers_ApplyPlayerTimeDilation::GlobalTD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_AreStreamedLevelsLoaded \ +static_assert(alignof(MochiHelpers_AreStreamedLevelsLoaded) == 0x000008, "Wrong alignment on MochiHelpers_AreStreamedLevelsLoaded"); \ +static_assert(sizeof(MochiHelpers_AreStreamedLevelsLoaded) == 0x000020, "Wrong size on MochiHelpers_AreStreamedLevelsLoaded"); \ +static_assert(offsetof(MochiHelpers_AreStreamedLevelsLoaded, WorldContextObject) == 0x000000, "Member 'MochiHelpers_AreStreamedLevelsLoaded::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AreStreamedLevelsLoaded, Levels) == 0x000008, "Member 'MochiHelpers_AreStreamedLevelsLoaded::Levels' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_AreStreamedLevelsLoaded, ReturnValue) == 0x000018, "Member 'MochiHelpers_AreStreamedLevelsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_BlendViewInfos \ +static_assert(alignof(MochiHelpers_BlendViewInfos) == 0x000010, "Wrong alignment on MochiHelpers_BlendViewInfos"); \ +static_assert(sizeof(MochiHelpers_BlendViewInfos) == 0x0011E0, "Wrong size on MochiHelpers_BlendViewInfos"); \ +static_assert(offsetof(MochiHelpers_BlendViewInfos, A) == 0x000000, "Member 'MochiHelpers_BlendViewInfos::A' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_BlendViewInfos, B) == 0x0005F0, "Member 'MochiHelpers_BlendViewInfos::B' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_BlendViewInfos, Alpha) == 0x000BE0, "Member 'MochiHelpers_BlendViewInfos::Alpha' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_BlendViewInfos, OutResult) == 0x000BF0, "Member 'MochiHelpers_BlendViewInfos::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_ConstructDamageConfig_Minimal \ +static_assert(alignof(MochiHelpers_ConstructDamageConfig_Minimal) == 0x000008, "Wrong alignment on MochiHelpers_ConstructDamageConfig_Minimal"); \ +static_assert(sizeof(MochiHelpers_ConstructDamageConfig_Minimal) == 0x000028, "Wrong size on MochiHelpers_ConstructDamageConfig_Minimal"); \ +static_assert(offsetof(MochiHelpers_ConstructDamageConfig_Minimal, Outer_0) == 0x000000, "Member 'MochiHelpers_ConstructDamageConfig_Minimal::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ConstructDamageConfig_Minimal, DamageTag) == 0x000008, "Member 'MochiHelpers_ConstructDamageConfig_Minimal::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ConstructDamageConfig_Minimal, Damage) == 0x000010, "Member 'MochiHelpers_ConstructDamageConfig_Minimal::Damage' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ConstructDamageConfig_Minimal, StaggerDamage) == 0x000014, "Member 'MochiHelpers_ConstructDamageConfig_Minimal::StaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ConstructDamageConfig_Minimal, MaterialTypes) == 0x000018, "Member 'MochiHelpers_ConstructDamageConfig_Minimal::MaterialTypes' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_ConstructDamageConfig_Minimal, ReturnValue) == 0x000020, "Member 'MochiHelpers_ConstructDamageConfig_Minimal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_CreateDynamicMaterials \ +static_assert(alignof(MochiHelpers_CreateDynamicMaterials) == 0x000008, "Wrong alignment on MochiHelpers_CreateDynamicMaterials"); \ +static_assert(sizeof(MochiHelpers_CreateDynamicMaterials) == 0x000028, "Wrong size on MochiHelpers_CreateDynamicMaterials"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterials, Mesh) == 0x000000, "Member 'MochiHelpers_CreateDynamicMaterials::Mesh' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterials, MaterialOwner) == 0x000008, "Member 'MochiHelpers_CreateDynamicMaterials::MaterialOwner' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterials, ApplyToMesh) == 0x000010, "Member 'MochiHelpers_CreateDynamicMaterials::ApplyToMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterials, ReturnValue) == 0x000018, "Member 'MochiHelpers_CreateDynamicMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_CreateDynamicMaterialsWithTemplate \ +static_assert(alignof(MochiHelpers_CreateDynamicMaterialsWithTemplate) == 0x000008, "Wrong alignment on MochiHelpers_CreateDynamicMaterialsWithTemplate"); \ +static_assert(sizeof(MochiHelpers_CreateDynamicMaterialsWithTemplate) == 0x000030, "Wrong size on MochiHelpers_CreateDynamicMaterialsWithTemplate"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterialsWithTemplate, Mesh) == 0x000000, "Member 'MochiHelpers_CreateDynamicMaterialsWithTemplate::Mesh' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterialsWithTemplate, MaterialOwner) == 0x000008, "Member 'MochiHelpers_CreateDynamicMaterialsWithTemplate::MaterialOwner' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterialsWithTemplate, MaterialTemplate) == 0x000010, "Member 'MochiHelpers_CreateDynamicMaterialsWithTemplate::MaterialTemplate' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterialsWithTemplate, ApplyToMesh) == 0x000018, "Member 'MochiHelpers_CreateDynamicMaterialsWithTemplate::ApplyToMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_CreateDynamicMaterialsWithTemplate, ReturnValue) == 0x000020, "Member 'MochiHelpers_CreateDynamicMaterialsWithTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_DamageHasMaterialType \ +static_assert(alignof(MochiHelpers_DamageHasMaterialType) == 0x000004, "Wrong alignment on MochiHelpers_DamageHasMaterialType"); \ +static_assert(sizeof(MochiHelpers_DamageHasMaterialType) == 0x0000E4, "Wrong size on MochiHelpers_DamageHasMaterialType"); \ +static_assert(offsetof(MochiHelpers_DamageHasMaterialType, DamageParams) == 0x000000, "Member 'MochiHelpers_DamageHasMaterialType::DamageParams' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DamageHasMaterialType, MaterialType) == 0x0000E0, "Member 'MochiHelpers_DamageHasMaterialType::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DamageHasMaterialType, ReturnValue) == 0x0000E1, "Member 'MochiHelpers_DamageHasMaterialType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_DealManualDamage \ +static_assert(alignof(MochiHelpers_DealManualDamage) == 0x000010, "Wrong alignment on MochiHelpers_DealManualDamage"); \ +static_assert(sizeof(MochiHelpers_DealManualDamage) == 0x000220, "Wrong size on MochiHelpers_DealManualDamage"); \ +static_assert(offsetof(MochiHelpers_DealManualDamage, Damageable) == 0x000000, "Member 'MochiHelpers_DealManualDamage::Damageable' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DealManualDamage, Instigator) == 0x000010, "Member 'MochiHelpers_DealManualDamage::Instigator' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DealManualDamage, Causer) == 0x000018, "Member 'MochiHelpers_DealManualDamage::Causer' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DealManualDamage, Args) == 0x000020, "Member 'MochiHelpers_DealManualDamage::Args' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DealManualDamage, OutEvent) == 0x000100, "Member 'MochiHelpers_DealManualDamage::OutEvent' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DealManualDamage, ReturnValue) == 0x000210, "Member 'MochiHelpers_DealManualDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_DrawLine \ +static_assert(alignof(MochiHelpers_DrawLine) == 0x000008, "Wrong alignment on MochiHelpers_DrawLine"); \ +static_assert(sizeof(MochiHelpers_DrawLine) == 0x000038, "Wrong size on MochiHelpers_DrawLine"); \ +static_assert(offsetof(MochiHelpers_DrawLine, WorldContextObject) == 0x000000, "Member 'MochiHelpers_DrawLine::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DrawLine, Start) == 0x000008, "Member 'MochiHelpers_DrawLine::Start' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DrawLine, End) == 0x000014, "Member 'MochiHelpers_DrawLine::End' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DrawLine, Color) == 0x000020, "Member 'MochiHelpers_DrawLine::Color' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DrawLine, Thickness) == 0x000030, "Member 'MochiHelpers_DrawLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_DrawLine, Lifetime) == 0x000034, "Member 'MochiHelpers_DrawLine::Lifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_FindClosestActor \ +static_assert(alignof(MochiHelpers_FindClosestActor) == 0x000008, "Wrong alignment on MochiHelpers_FindClosestActor"); \ +static_assert(sizeof(MochiHelpers_FindClosestActor) == 0x000028, "Wrong size on MochiHelpers_FindClosestActor"); \ +static_assert(offsetof(MochiHelpers_FindClosestActor, Actors) == 0x000000, "Member 'MochiHelpers_FindClosestActor::Actors' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindClosestActor, Location) == 0x000010, "Member 'MochiHelpers_FindClosestActor::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindClosestActor, ReturnValue) == 0x000020, "Member 'MochiHelpers_FindClosestActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_FindClosestActorWithFilter \ +static_assert(alignof(MochiHelpers_FindClosestActorWithFilter) == 0x000008, "Wrong alignment on MochiHelpers_FindClosestActorWithFilter"); \ +static_assert(sizeof(MochiHelpers_FindClosestActorWithFilter) == 0x000038, "Wrong size on MochiHelpers_FindClosestActorWithFilter"); \ +static_assert(offsetof(MochiHelpers_FindClosestActorWithFilter, Actors) == 0x000000, "Member 'MochiHelpers_FindClosestActorWithFilter::Actors' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindClosestActorWithFilter, Location) == 0x000010, "Member 'MochiHelpers_FindClosestActorWithFilter::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindClosestActorWithFilter, Filter) == 0x00001C, "Member 'MochiHelpers_FindClosestActorWithFilter::Filter' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindClosestActorWithFilter, ReturnValue) == 0x000030, "Member 'MochiHelpers_FindClosestActorWithFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_FindComponentByName \ +static_assert(alignof(MochiHelpers_FindComponentByName) == 0x000008, "Wrong alignment on MochiHelpers_FindComponentByName"); \ +static_assert(sizeof(MochiHelpers_FindComponentByName) == 0x000020, "Wrong size on MochiHelpers_FindComponentByName"); \ +static_assert(offsetof(MochiHelpers_FindComponentByName, Owner) == 0x000000, "Member 'MochiHelpers_FindComponentByName::Owner' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindComponentByName, ComponentName) == 0x000008, "Member 'MochiHelpers_FindComponentByName::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindComponentByName, ClassFilter) == 0x000010, "Member 'MochiHelpers_FindComponentByName::ClassFilter' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindComponentByName, ReturnValue) == 0x000018, "Member 'MochiHelpers_FindComponentByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_FindOrCreateCameraModifier \ +static_assert(alignof(MochiHelpers_FindOrCreateCameraModifier) == 0x000008, "Wrong alignment on MochiHelpers_FindOrCreateCameraModifier"); \ +static_assert(sizeof(MochiHelpers_FindOrCreateCameraModifier) == 0x000018, "Wrong size on MochiHelpers_FindOrCreateCameraModifier"); \ +static_assert(offsetof(MochiHelpers_FindOrCreateCameraModifier, WorldContext) == 0x000000, "Member 'MochiHelpers_FindOrCreateCameraModifier::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindOrCreateCameraModifier, ModifierClass) == 0x000008, "Member 'MochiHelpers_FindOrCreateCameraModifier::ModifierClass' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_FindOrCreateCameraModifier, ReturnValue) == 0x000010, "Member 'MochiHelpers_FindOrCreateCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GeneratePoissonDiscPoints \ +static_assert(alignof(MochiHelpers_GeneratePoissonDiscPoints) == 0x000010, "Wrong alignment on MochiHelpers_GeneratePoissonDiscPoints"); \ +static_assert(sizeof(MochiHelpers_GeneratePoissonDiscPoints) == 0x000040, "Wrong size on MochiHelpers_GeneratePoissonDiscPoints"); \ +static_assert(offsetof(MochiHelpers_GeneratePoissonDiscPoints, Config) == 0x000000, "Member 'MochiHelpers_GeneratePoissonDiscPoints::Config' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GeneratePoissonDiscPoints, OutPoints) == 0x000030, "Member 'MochiHelpers_GeneratePoissonDiscPoints::OutPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetActorLevelName \ +static_assert(alignof(MochiHelpers_GetActorLevelName) == 0x000008, "Wrong alignment on MochiHelpers_GetActorLevelName"); \ +static_assert(sizeof(MochiHelpers_GetActorLevelName) == 0x000010, "Wrong size on MochiHelpers_GetActorLevelName"); \ +static_assert(offsetof(MochiHelpers_GetActorLevelName, Actor) == 0x000000, "Member 'MochiHelpers_GetActorLevelName::Actor' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetActorLevelName, ReturnValue) == 0x000008, "Member 'MochiHelpers_GetActorLevelName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetBuildChangelist \ +static_assert(alignof(MochiHelpers_GetBuildChangelist) == 0x000008, "Wrong alignment on MochiHelpers_GetBuildChangelist"); \ +static_assert(sizeof(MochiHelpers_GetBuildChangelist) == 0x000010, "Wrong size on MochiHelpers_GetBuildChangelist"); \ +static_assert(offsetof(MochiHelpers_GetBuildChangelist, ReturnValue) == 0x000000, "Member 'MochiHelpers_GetBuildChangelist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetDisplayRate \ +static_assert(alignof(MochiHelpers_GetDisplayRate) == 0x000008, "Wrong alignment on MochiHelpers_GetDisplayRate"); \ +static_assert(sizeof(MochiHelpers_GetDisplayRate) == 0x000010, "Wrong size on MochiHelpers_GetDisplayRate"); \ +static_assert(offsetof(MochiHelpers_GetDisplayRate, Sequence) == 0x000000, "Member 'MochiHelpers_GetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MochiHelpers_GetDisplayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetInputActionDown \ +static_assert(alignof(MochiHelpers_GetInputActionDown) == 0x000008, "Wrong alignment on MochiHelpers_GetInputActionDown"); \ +static_assert(sizeof(MochiHelpers_GetInputActionDown) == 0x000018, "Wrong size on MochiHelpers_GetInputActionDown"); \ +static_assert(offsetof(MochiHelpers_GetInputActionDown, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetInputActionDown::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetInputActionDown, ActionName) == 0x000008, "Member 'MochiHelpers_GetInputActionDown::ActionName' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetInputActionDown, ReturnValue) == 0x000010, "Member 'MochiHelpers_GetInputActionDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetInputActionKeyMappings \ +static_assert(alignof(MochiHelpers_GetInputActionKeyMappings) == 0x000008, "Wrong alignment on MochiHelpers_GetInputActionKeyMappings"); \ +static_assert(sizeof(MochiHelpers_GetInputActionKeyMappings) == 0x000020, "Wrong size on MochiHelpers_GetInputActionKeyMappings"); \ +static_assert(offsetof(MochiHelpers_GetInputActionKeyMappings, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetInputActionKeyMappings::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetInputActionKeyMappings, ActionName) == 0x000008, "Member 'MochiHelpers_GetInputActionKeyMappings::ActionName' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetInputActionKeyMappings, OutKeyMappings) == 0x000010, "Member 'MochiHelpers_GetInputActionKeyMappings::OutKeyMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetInputActionTimeDown \ +static_assert(alignof(MochiHelpers_GetInputActionTimeDown) == 0x000008, "Wrong alignment on MochiHelpers_GetInputActionTimeDown"); \ +static_assert(sizeof(MochiHelpers_GetInputActionTimeDown) == 0x000018, "Wrong size on MochiHelpers_GetInputActionTimeDown"); \ +static_assert(offsetof(MochiHelpers_GetInputActionTimeDown, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetInputActionTimeDown::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetInputActionTimeDown, ActionName) == 0x000008, "Member 'MochiHelpers_GetInputActionTimeDown::ActionName' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetInputActionTimeDown, ReturnValue) == 0x000010, "Member 'MochiHelpers_GetInputActionTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetLookAtScore \ +static_assert(alignof(MochiHelpers_GetLookAtScore) == 0x000008, "Wrong alignment on MochiHelpers_GetLookAtScore"); \ +static_assert(sizeof(MochiHelpers_GetLookAtScore) == 0x000040, "Wrong size on MochiHelpers_GetLookAtScore"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetLookAtScore::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, FromLocation) == 0x000008, "Member 'MochiHelpers_GetLookAtScore::FromLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, FromForward) == 0x000014, "Member 'MochiHelpers_GetLookAtScore::FromForward' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, ToLocation) == 0x000020, "Member 'MochiHelpers_GetLookAtScore::ToLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, MaxAngle) == 0x00002C, "Member 'MochiHelpers_GetLookAtScore::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, MaxDistance) == 0x000030, "Member 'MochiHelpers_GetLookAtScore::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, DrawDebug) == 0x000034, "Member 'MochiHelpers_GetLookAtScore::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, DrawDebugDuration) == 0x000038, "Member 'MochiHelpers_GetLookAtScore::DrawDebugDuration' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScore, ReturnValue) == 0x00003C, "Member 'MochiHelpers_GetLookAtScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetLookAtScoreWithCustomLocation \ +static_assert(alignof(MochiHelpers_GetLookAtScoreWithCustomLocation) == 0x000008, "Wrong alignment on MochiHelpers_GetLookAtScoreWithCustomLocation"); \ +static_assert(sizeof(MochiHelpers_GetLookAtScoreWithCustomLocation) == 0x000058, "Wrong size on MochiHelpers_GetLookAtScoreWithCustomLocation"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, FromConeLocation) == 0x000008, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::FromConeLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, FromConeForward) == 0x000014, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::FromConeForward' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, ToConeLocation) == 0x000020, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::ToConeLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, FromDistLocation) == 0x00002C, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::FromDistLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, ToDistLocation) == 0x000038, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::ToDistLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, MaxAngle) == 0x000044, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, MaxDistance) == 0x000048, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, DrawDebug) == 0x00004C, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, DrawDebugDuration) == 0x000050, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::DrawDebugDuration' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetLookAtScoreWithCustomLocation, ReturnValue) == 0x000054, "Member 'MochiHelpers_GetLookAtScoreWithCustomLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetMarkedFrames \ +static_assert(alignof(MochiHelpers_GetMarkedFrames) == 0x000008, "Wrong alignment on MochiHelpers_GetMarkedFrames"); \ +static_assert(sizeof(MochiHelpers_GetMarkedFrames) == 0x000018, "Wrong size on MochiHelpers_GetMarkedFrames"); \ +static_assert(offsetof(MochiHelpers_GetMarkedFrames, Sequence) == 0x000000, "Member 'MochiHelpers_GetMarkedFrames::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MochiHelpers_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetMochiGameInstance \ +static_assert(alignof(MochiHelpers_GetMochiGameInstance) == 0x000008, "Wrong alignment on MochiHelpers_GetMochiGameInstance"); \ +static_assert(sizeof(MochiHelpers_GetMochiGameInstance) == 0x000010, "Wrong size on MochiHelpers_GetMochiGameInstance"); \ +static_assert(offsetof(MochiHelpers_GetMochiGameInstance, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetMochiGameInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetMochiGameInstance, ReturnValue) == 0x000008, "Member 'MochiHelpers_GetMochiGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetPhysicalSurfaceName \ +static_assert(alignof(MochiHelpers_GetPhysicalSurfaceName) == 0x000004, "Wrong alignment on MochiHelpers_GetPhysicalSurfaceName"); \ +static_assert(sizeof(MochiHelpers_GetPhysicalSurfaceName) == 0x00000C, "Wrong size on MochiHelpers_GetPhysicalSurfaceName"); \ +static_assert(offsetof(MochiHelpers_GetPhysicalSurfaceName, Surface) == 0x000000, "Member 'MochiHelpers_GetPhysicalSurfaceName::Surface' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetPhysicalSurfaceName, ReturnValue) == 0x000004, "Member 'MochiHelpers_GetPhysicalSurfaceName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetPlaybackEnd \ +static_assert(alignof(MochiHelpers_GetPlaybackEnd) == 0x000008, "Wrong alignment on MochiHelpers_GetPlaybackEnd"); \ +static_assert(sizeof(MochiHelpers_GetPlaybackEnd) == 0x000010, "Wrong size on MochiHelpers_GetPlaybackEnd"); \ +static_assert(offsetof(MochiHelpers_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MochiHelpers_GetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MochiHelpers_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetSaveDataManager \ +static_assert(alignof(MochiHelpers_GetSaveDataManager) == 0x000008, "Wrong alignment on MochiHelpers_GetSaveDataManager"); \ +static_assert(sizeof(MochiHelpers_GetSaveDataManager) == 0x000010, "Wrong size on MochiHelpers_GetSaveDataManager"); \ +static_assert(offsetof(MochiHelpers_GetSaveDataManager, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetSaveDataManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetSaveDataManager, ReturnValue) == 0x000008, "Member 'MochiHelpers_GetSaveDataManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetStreamingLevelsByName \ +static_assert(alignof(MochiHelpers_GetStreamingLevelsByName) == 0x000008, "Wrong alignment on MochiHelpers_GetStreamingLevelsByName"); \ +static_assert(sizeof(MochiHelpers_GetStreamingLevelsByName) == 0x000028, "Wrong size on MochiHelpers_GetStreamingLevelsByName"); \ +static_assert(offsetof(MochiHelpers_GetStreamingLevelsByName, WorldContextObject) == 0x000000, "Member 'MochiHelpers_GetStreamingLevelsByName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetStreamingLevelsByName, Levels) == 0x000008, "Member 'MochiHelpers_GetStreamingLevelsByName::Levels' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetStreamingLevelsByName, ReturnValue) == 0x000018, "Member 'MochiHelpers_GetStreamingLevelsByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetTeamAttitudeBetween \ +static_assert(alignof(MochiHelpers_GetTeamAttitudeBetween) == 0x000008, "Wrong alignment on MochiHelpers_GetTeamAttitudeBetween"); \ +static_assert(sizeof(MochiHelpers_GetTeamAttitudeBetween) == 0x000018, "Wrong size on MochiHelpers_GetTeamAttitudeBetween"); \ +static_assert(offsetof(MochiHelpers_GetTeamAttitudeBetween, ActorA) == 0x000000, "Member 'MochiHelpers_GetTeamAttitudeBetween::ActorA' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetTeamAttitudeBetween, ActorB) == 0x000008, "Member 'MochiHelpers_GetTeamAttitudeBetween::ActorB' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetTeamAttitudeBetween, OutAttitude) == 0x000010, "Member 'MochiHelpers_GetTeamAttitudeBetween::OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetTeamAttitudeBetween, ReturnValue) == 0x000011, "Member 'MochiHelpers_GetTeamAttitudeBetween::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetWeightedRandomClass \ +static_assert(alignof(MochiHelpers_GetWeightedRandomClass) == 0x000008, "Wrong alignment on MochiHelpers_GetWeightedRandomClass"); \ +static_assert(sizeof(MochiHelpers_GetWeightedRandomClass) == 0x000018, "Wrong size on MochiHelpers_GetWeightedRandomClass"); \ +static_assert(offsetof(MochiHelpers_GetWeightedRandomClass, Weights) == 0x000000, "Member 'MochiHelpers_GetWeightedRandomClass::Weights' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetWeightedRandomClass, ReturnValue) == 0x000010, "Member 'MochiHelpers_GetWeightedRandomClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_GetWeightedRandomObject \ +static_assert(alignof(MochiHelpers_GetWeightedRandomObject) == 0x000008, "Wrong alignment on MochiHelpers_GetWeightedRandomObject"); \ +static_assert(sizeof(MochiHelpers_GetWeightedRandomObject) == 0x000018, "Wrong size on MochiHelpers_GetWeightedRandomObject"); \ +static_assert(offsetof(MochiHelpers_GetWeightedRandomObject, Weights) == 0x000000, "Member 'MochiHelpers_GetWeightedRandomObject::Weights' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_GetWeightedRandomObject, ReturnValue) == 0x000010, "Member 'MochiHelpers_GetWeightedRandomObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_HasEntitlementUnlocked \ +static_assert(alignof(MochiHelpers_HasEntitlementUnlocked) == 0x000004, "Wrong alignment on MochiHelpers_HasEntitlementUnlocked"); \ +static_assert(sizeof(MochiHelpers_HasEntitlementUnlocked) == 0x00000C, "Wrong size on MochiHelpers_HasEntitlementUnlocked"); \ +static_assert(offsetof(MochiHelpers_HasEntitlementUnlocked, EntitlementName) == 0x000000, "Member 'MochiHelpers_HasEntitlementUnlocked::EntitlementName' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_HasEntitlementUnlocked, ReturnValue) == 0x000008, "Member 'MochiHelpers_HasEntitlementUnlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsDebugBuild \ +static_assert(alignof(MochiHelpers_IsDebugBuild) == 0x000001, "Wrong alignment on MochiHelpers_IsDebugBuild"); \ +static_assert(sizeof(MochiHelpers_IsDebugBuild) == 0x000001, "Wrong size on MochiHelpers_IsDebugBuild"); \ +static_assert(offsetof(MochiHelpers_IsDebugBuild, ReturnValue) == 0x000000, "Member 'MochiHelpers_IsDebugBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsDLCGameMode \ +static_assert(alignof(MochiHelpers_IsDLCGameMode) == 0x000008, "Wrong alignment on MochiHelpers_IsDLCGameMode"); \ +static_assert(sizeof(MochiHelpers_IsDLCGameMode) == 0x000010, "Wrong size on MochiHelpers_IsDLCGameMode"); \ +static_assert(offsetof(MochiHelpers_IsDLCGameMode, WorldContextObject) == 0x000000, "Member 'MochiHelpers_IsDLCGameMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_IsDLCGameMode, ReturnValue) == 0x000008, "Member 'MochiHelpers_IsDLCGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsLevelStreamingInProgress \ +static_assert(alignof(MochiHelpers_IsLevelStreamingInProgress) == 0x000008, "Wrong alignment on MochiHelpers_IsLevelStreamingInProgress"); \ +static_assert(sizeof(MochiHelpers_IsLevelStreamingInProgress) == 0x000010, "Wrong size on MochiHelpers_IsLevelStreamingInProgress"); \ +static_assert(offsetof(MochiHelpers_IsLevelStreamingInProgress, WorldContextObject) == 0x000000, "Member 'MochiHelpers_IsLevelStreamingInProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_IsLevelStreamingInProgress, ReturnValue) == 0x000008, "Member 'MochiHelpers_IsLevelStreamingInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsLoadingInProgress \ +static_assert(alignof(MochiHelpers_IsLoadingInProgress) == 0x000008, "Wrong alignment on MochiHelpers_IsLoadingInProgress"); \ +static_assert(sizeof(MochiHelpers_IsLoadingInProgress) == 0x000010, "Wrong size on MochiHelpers_IsLoadingInProgress"); \ +static_assert(offsetof(MochiHelpers_IsLoadingInProgress, WorldContextObject) == 0x000000, "Member 'MochiHelpers_IsLoadingInProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_IsLoadingInProgress, ReturnValue) == 0x000008, "Member 'MochiHelpers_IsLoadingInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsNewGamePlus \ +static_assert(alignof(MochiHelpers_IsNewGamePlus) == 0x000008, "Wrong alignment on MochiHelpers_IsNewGamePlus"); \ +static_assert(sizeof(MochiHelpers_IsNewGamePlus) == 0x000010, "Wrong size on MochiHelpers_IsNewGamePlus"); \ +static_assert(offsetof(MochiHelpers_IsNewGamePlus, WorldContextObject) == 0x000000, "Member 'MochiHelpers_IsNewGamePlus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_IsNewGamePlus, ReturnValue) == 0x000008, "Member 'MochiHelpers_IsNewGamePlus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsPlayInEditor \ +static_assert(alignof(MochiHelpers_IsPlayInEditor) == 0x000008, "Wrong alignment on MochiHelpers_IsPlayInEditor"); \ +static_assert(sizeof(MochiHelpers_IsPlayInEditor) == 0x000010, "Wrong size on MochiHelpers_IsPlayInEditor"); \ +static_assert(offsetof(MochiHelpers_IsPlayInEditor, WorldContextObject) == 0x000000, "Member 'MochiHelpers_IsPlayInEditor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_IsPlayInEditor, ReturnValue) == 0x000008, "Member 'MochiHelpers_IsPlayInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_IsRunningOnSteamDeck \ +static_assert(alignof(MochiHelpers_IsRunningOnSteamDeck) == 0x000001, "Wrong alignment on MochiHelpers_IsRunningOnSteamDeck"); \ +static_assert(sizeof(MochiHelpers_IsRunningOnSteamDeck) == 0x000001, "Wrong size on MochiHelpers_IsRunningOnSteamDeck"); \ +static_assert(offsetof(MochiHelpers_IsRunningOnSteamDeck, ReturnValue) == 0x000000, "Member 'MochiHelpers_IsRunningOnSteamDeck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_KillParticles \ +static_assert(alignof(MochiHelpers_KillParticles) == 0x000008, "Wrong alignment on MochiHelpers_KillParticles"); \ +static_assert(sizeof(MochiHelpers_KillParticles) == 0x000008, "Wrong size on MochiHelpers_KillParticles"); \ +static_assert(offsetof(MochiHelpers_KillParticles, ParticleSystem) == 0x000000, "Member 'MochiHelpers_KillParticles::ParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_KillViaDamage \ +static_assert(alignof(MochiHelpers_KillViaDamage) == 0x000008, "Wrong alignment on MochiHelpers_KillViaDamage"); \ +static_assert(sizeof(MochiHelpers_KillViaDamage) == 0x0000B8, "Wrong size on MochiHelpers_KillViaDamage"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, Damageable) == 0x000000, "Member 'MochiHelpers_KillViaDamage::Damageable' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, Instigator) == 0x000010, "Member 'MochiHelpers_KillViaDamage::Instigator' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, Causer) == 0x000018, "Member 'MochiHelpers_KillViaDamage::Causer' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, DamageTag) == 0x000020, "Member 'MochiHelpers_KillViaDamage::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, Hit) == 0x000028, "Member 'MochiHelpers_KillViaDamage::Hit' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, ShouldBypassInvulnerability) == 0x0000B0, "Member 'MochiHelpers_KillViaDamage::ShouldBypassInvulnerability' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_KillViaDamage, ReturnValue) == 0x0000B1, "Member 'MochiHelpers_KillViaDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_MochiEnsure \ +static_assert(alignof(MochiHelpers_MochiEnsure) == 0x000008, "Wrong alignment on MochiHelpers_MochiEnsure"); \ +static_assert(sizeof(MochiHelpers_MochiEnsure) == 0x000020, "Wrong size on MochiHelpers_MochiEnsure"); \ +static_assert(offsetof(MochiHelpers_MochiEnsure, Condition) == 0x000000, "Member 'MochiHelpers_MochiEnsure::Condition' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_MochiEnsure, Text) == 0x000008, "Member 'MochiHelpers_MochiEnsure::Text' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_MochiEnsure, ReturnValue) == 0x000018, "Member 'MochiHelpers_MochiEnsure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_OpenProcess \ +static_assert(alignof(MochiHelpers_OpenProcess) == 0x000008, "Wrong alignment on MochiHelpers_OpenProcess"); \ +static_assert(sizeof(MochiHelpers_OpenProcess) == 0x000028, "Wrong size on MochiHelpers_OpenProcess"); \ +static_assert(offsetof(MochiHelpers_OpenProcess, File) == 0x000000, "Member 'MochiHelpers_OpenProcess::File' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_OpenProcess, Arguments) == 0x000010, "Member 'MochiHelpers_OpenProcess::Arguments' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_OpenProcess, ReturnValue) == 0x000020, "Member 'MochiHelpers_OpenProcess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_RemovePlayerTimeDilation \ +static_assert(alignof(MochiHelpers_RemovePlayerTimeDilation) == 0x000008, "Wrong alignment on MochiHelpers_RemovePlayerTimeDilation"); \ +static_assert(sizeof(MochiHelpers_RemovePlayerTimeDilation) == 0x000018, "Wrong size on MochiHelpers_RemovePlayerTimeDilation"); \ +static_assert(offsetof(MochiHelpers_RemovePlayerTimeDilation, WorldContextObject) == 0x000000, "Member 'MochiHelpers_RemovePlayerTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_RemovePlayerTimeDilation, Name_0) == 0x000008, "Member 'MochiHelpers_RemovePlayerTimeDilation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_RemovePlayerTimeDilation, ReturnValue) == 0x000010, "Member 'MochiHelpers_RemovePlayerTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_SetAgentTeam \ +static_assert(alignof(MochiHelpers_SetAgentTeam) == 0x000008, "Wrong alignment on MochiHelpers_SetAgentTeam"); \ +static_assert(sizeof(MochiHelpers_SetAgentTeam) == 0x000010, "Wrong size on MochiHelpers_SetAgentTeam"); \ +static_assert(offsetof(MochiHelpers_SetAgentTeam, Agent) == 0x000000, "Member 'MochiHelpers_SetAgentTeam::Agent' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_SetAgentTeam, TeamID) == 0x000008, "Member 'MochiHelpers_SetAgentTeam::TeamID' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_SetAgentTeam, ReturnValue) == 0x000009, "Member 'MochiHelpers_SetAgentTeam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_SetMochiGamePaused \ +static_assert(alignof(MochiHelpers_SetMochiGamePaused) == 0x000008, "Wrong alignment on MochiHelpers_SetMochiGamePaused"); \ +static_assert(sizeof(MochiHelpers_SetMochiGamePaused) == 0x000010, "Wrong size on MochiHelpers_SetMochiGamePaused"); \ +static_assert(offsetof(MochiHelpers_SetMochiGamePaused, WorldContextObject) == 0x000000, "Member 'MochiHelpers_SetMochiGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_SetMochiGamePaused, bPaused) == 0x000008, "Member 'MochiHelpers_SetMochiGamePaused::bPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_SortCosmetics \ +static_assert(alignof(MochiHelpers_SortCosmetics) == 0x000008, "Wrong alignment on MochiHelpers_SortCosmetics"); \ +static_assert(sizeof(MochiHelpers_SortCosmetics) == 0x000028, "Wrong size on MochiHelpers_SortCosmetics"); \ +static_assert(offsetof(MochiHelpers_SortCosmetics, Context) == 0x000000, "Member 'MochiHelpers_SortCosmetics::Context' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_SortCosmetics, InOutArray) == 0x000008, "Member 'MochiHelpers_SortCosmetics::InOutArray' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_SortCosmetics, CartUnlockHat) == 0x000018, "Member 'MochiHelpers_SortCosmetics::CartUnlockHat' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_SortCosmetics, UnlockedHatsFirst) == 0x000020, "Member 'MochiHelpers_SortCosmetics::UnlockedHatsFirst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_TryFindNearestStaticMeshSocketByTag \ +static_assert(alignof(MochiHelpers_TryFindNearestStaticMeshSocketByTag) == 0x000010, "Wrong alignment on MochiHelpers_TryFindNearestStaticMeshSocketByTag"); \ +static_assert(sizeof(MochiHelpers_TryFindNearestStaticMeshSocketByTag) == 0x000070, "Wrong size on MochiHelpers_TryFindNearestStaticMeshSocketByTag"); \ +static_assert(offsetof(MochiHelpers_TryFindNearestStaticMeshSocketByTag, InComponent) == 0x000000, "Member 'MochiHelpers_TryFindNearestStaticMeshSocketByTag::InComponent' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_TryFindNearestStaticMeshSocketByTag, QueryLocation) == 0x000008, "Member 'MochiHelpers_TryFindNearestStaticMeshSocketByTag::QueryLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_TryFindNearestStaticMeshSocketByTag, Tag) == 0x000018, "Member 'MochiHelpers_TryFindNearestStaticMeshSocketByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_TryFindNearestStaticMeshSocketByTag, OutTransform) == 0x000030, "Member 'MochiHelpers_TryFindNearestStaticMeshSocketByTag::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_TryFindNearestStaticMeshSocketByTag, ReturnValue) == 0x000060, "Member 'MochiHelpers_TryFindNearestStaticMeshSocketByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_TryGetCameraLocation \ +static_assert(alignof(MochiHelpers_TryGetCameraLocation) == 0x000008, "Wrong alignment on MochiHelpers_TryGetCameraLocation"); \ +static_assert(sizeof(MochiHelpers_TryGetCameraLocation) == 0x000018, "Wrong size on MochiHelpers_TryGetCameraLocation"); \ +static_assert(offsetof(MochiHelpers_TryGetCameraLocation, WorldContextObject) == 0x000000, "Member 'MochiHelpers_TryGetCameraLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_TryGetCameraLocation, OutLocation) == 0x000008, "Member 'MochiHelpers_TryGetCameraLocation::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_TryGetCameraLocation, ReturnValue) == 0x000014, "Member 'MochiHelpers_TryGetCameraLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_UnlockAllWarps \ +static_assert(alignof(MochiHelpers_UnlockAllWarps) == 0x000008, "Wrong alignment on MochiHelpers_UnlockAllWarps"); \ +static_assert(sizeof(MochiHelpers_UnlockAllWarps) == 0x000008, "Wrong size on MochiHelpers_UnlockAllWarps"); \ +static_assert(offsetof(MochiHelpers_UnlockAllWarps, WorldContextObject) == 0x000000, "Member 'MochiHelpers_UnlockAllWarps::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_WasComponentRecentlyRendered \ +static_assert(alignof(MochiHelpers_WasComponentRecentlyRendered) == 0x000008, "Wrong alignment on MochiHelpers_WasComponentRecentlyRendered"); \ +static_assert(sizeof(MochiHelpers_WasComponentRecentlyRendered) == 0x000010, "Wrong size on MochiHelpers_WasComponentRecentlyRendered"); \ +static_assert(offsetof(MochiHelpers_WasComponentRecentlyRendered, Component) == 0x000000, "Member 'MochiHelpers_WasComponentRecentlyRendered::Component' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_WasComponentRecentlyRendered, Tolerance) == 0x000008, "Member 'MochiHelpers_WasComponentRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_WasComponentRecentlyRendered, ReturnValue) == 0x00000C, "Member 'MochiHelpers_WasComponentRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiHelpers_WriteToFile \ +static_assert(alignof(MochiHelpers_WriteToFile) == 0x000008, "Wrong alignment on MochiHelpers_WriteToFile"); \ +static_assert(sizeof(MochiHelpers_WriteToFile) == 0x000020, "Wrong size on MochiHelpers_WriteToFile"); \ +static_assert(offsetof(MochiHelpers_WriteToFile, Filename) == 0x000000, "Member 'MochiHelpers_WriteToFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(MochiHelpers_WriteToFile, Contents) == 0x000010, "Member 'MochiHelpers_WriteToFile::Contents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiHelpers \ +static_assert(alignof(UMochiHelpers) == 0x000008, "Wrong alignment on UMochiHelpers"); \ +static_assert(sizeof(UMochiHelpers) == 0x000028, "Wrong size on UMochiHelpers"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_AddStaggerOptions \ +static_assert(alignof(HitResponseBaseComponent_AddStaggerOptions) == 0x000008, "Wrong alignment on HitResponseBaseComponent_AddStaggerOptions"); \ +static_assert(sizeof(HitResponseBaseComponent_AddStaggerOptions) == 0x000010, "Wrong size on HitResponseBaseComponent_AddStaggerOptions"); \ +static_assert(offsetof(HitResponseBaseComponent_AddStaggerOptions, TwitchEnabled) == 0x000000, "Member 'HitResponseBaseComponent_AddStaggerOptions::TwitchEnabled' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_AddStaggerOptions, StaggerEnabled) == 0x000001, "Member 'HitResponseBaseComponent_AddStaggerOptions::StaggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_AddStaggerOptions, HeavyStaggerEnabled) == 0x000002, "Member 'HitResponseBaseComponent_AddStaggerOptions::HeavyStaggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_AddStaggerOptions, Owner) == 0x000008, "Member 'HitResponseBaseComponent_AddStaggerOptions::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_ConsumePendingDamageResponse \ +static_assert(alignof(HitResponseBaseComponent_ConsumePendingDamageResponse) == 0x000008, "Wrong alignment on HitResponseBaseComponent_ConsumePendingDamageResponse"); \ +static_assert(sizeof(HitResponseBaseComponent_ConsumePendingDamageResponse) == 0x000140, "Wrong size on HitResponseBaseComponent_ConsumePendingDamageResponse"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponse, OutDamageEvent) == 0x000000, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponse::OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponse, OutResult) == 0x000110, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponse::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponse, ReturnValue) == 0x00013C, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages \ +static_assert(alignof(HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages) == 0x000008, "Wrong alignment on HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages"); \ +static_assert(sizeof(HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages) == 0x0001D0, "Wrong size on HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages, MontageData) == 0x000000, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages::MontageData' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages, OutDamageEvent) == 0x000090, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages::OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages, OutResult) == 0x0001A0, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages, ReturnValue) == 0x0001CC, "Member 'HitResponseBaseComponent_ConsumePendingDamageResponseWithMontages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_HandleDamageResponse \ +static_assert(alignof(HitResponseBaseComponent_HandleDamageResponse) == 0x000008, "Wrong alignment on HitResponseBaseComponent_HandleDamageResponse"); \ +static_assert(sizeof(HitResponseBaseComponent_HandleDamageResponse) == 0x000118, "Wrong size on HitResponseBaseComponent_HandleDamageResponse"); \ +static_assert(offsetof(HitResponseBaseComponent_HandleDamageResponse, DamageEvent) == 0x000000, "Member 'HitResponseBaseComponent_HandleDamageResponse::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_HandleDamageResponse, ReturnValue) == 0x000110, "Member 'HitResponseBaseComponent_HandleDamageResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_RemoveStaggerOptions \ +static_assert(alignof(HitResponseBaseComponent_RemoveStaggerOptions) == 0x000008, "Wrong alignment on HitResponseBaseComponent_RemoveStaggerOptions"); \ +static_assert(sizeof(HitResponseBaseComponent_RemoveStaggerOptions) == 0x000010, "Wrong size on HitResponseBaseComponent_RemoveStaggerOptions"); \ +static_assert(offsetof(HitResponseBaseComponent_RemoveStaggerOptions, Owner) == 0x000000, "Member 'HitResponseBaseComponent_RemoveStaggerOptions::Owner' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_RemoveStaggerOptions, ReturnValue) == 0x000008, "Member 'HitResponseBaseComponent_RemoveStaggerOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_SnapToDamageDirection \ +static_assert(alignof(HitResponseBaseComponent_SnapToDamageDirection) == 0x000008, "Wrong alignment on HitResponseBaseComponent_SnapToDamageDirection"); \ +static_assert(sizeof(HitResponseBaseComponent_SnapToDamageDirection) == 0x000118, "Wrong size on HitResponseBaseComponent_SnapToDamageDirection"); \ +static_assert(offsetof(HitResponseBaseComponent_SnapToDamageDirection, Actor) == 0x000000, "Member 'HitResponseBaseComponent_SnapToDamageDirection::Actor' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_SnapToDamageDirection, DamageEvent) == 0x000008, "Member 'HitResponseBaseComponent_SnapToDamageDirection::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_SnapToDamageDirectionWithDirections \ +static_assert(alignof(HitResponseBaseComponent_SnapToDamageDirectionWithDirections) == 0x000008, "Wrong alignment on HitResponseBaseComponent_SnapToDamageDirectionWithDirections"); \ +static_assert(sizeof(HitResponseBaseComponent_SnapToDamageDirectionWithDirections) == 0x000018, "Wrong size on HitResponseBaseComponent_SnapToDamageDirectionWithDirections"); \ +static_assert(offsetof(HitResponseBaseComponent_SnapToDamageDirectionWithDirections, Actor) == 0x000000, "Member 'HitResponseBaseComponent_SnapToDamageDirectionWithDirections::Actor' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_SnapToDamageDirectionWithDirections, WSDirection) == 0x000008, "Member 'HitResponseBaseComponent_SnapToDamageDirectionWithDirections::WSDirection' has a wrong offset!"); \ +static_assert(offsetof(HitResponseBaseComponent_SnapToDamageDirectionWithDirections, RelativeDir) == 0x000014, "Member 'HitResponseBaseComponent_SnapToDamageDirectionWithDirections::RelativeDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_CanHeavyStagger \ +static_assert(alignof(HitResponseBaseComponent_CanHeavyStagger) == 0x000001, "Wrong alignment on HitResponseBaseComponent_CanHeavyStagger"); \ +static_assert(sizeof(HitResponseBaseComponent_CanHeavyStagger) == 0x000001, "Wrong size on HitResponseBaseComponent_CanHeavyStagger"); \ +static_assert(offsetof(HitResponseBaseComponent_CanHeavyStagger, ReturnValue) == 0x000000, "Member 'HitResponseBaseComponent_CanHeavyStagger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_CanStagger \ +static_assert(alignof(HitResponseBaseComponent_CanStagger) == 0x000001, "Wrong alignment on HitResponseBaseComponent_CanStagger"); \ +static_assert(sizeof(HitResponseBaseComponent_CanStagger) == 0x000001, "Wrong size on HitResponseBaseComponent_CanStagger"); \ +static_assert(offsetof(HitResponseBaseComponent_CanStagger, ReturnValue) == 0x000000, "Member 'HitResponseBaseComponent_CanStagger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_CanTwitch \ +static_assert(alignof(HitResponseBaseComponent_CanTwitch) == 0x000001, "Wrong alignment on HitResponseBaseComponent_CanTwitch"); \ +static_assert(sizeof(HitResponseBaseComponent_CanTwitch) == 0x000001, "Wrong size on HitResponseBaseComponent_CanTwitch"); \ +static_assert(offsetof(HitResponseBaseComponent_CanTwitch, ReturnValue) == 0x000000, "Member 'HitResponseBaseComponent_CanTwitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseBaseComponent_HasPendingDamageEvent \ +static_assert(alignof(HitResponseBaseComponent_HasPendingDamageEvent) == 0x000001, "Wrong alignment on HitResponseBaseComponent_HasPendingDamageEvent"); \ +static_assert(sizeof(HitResponseBaseComponent_HasPendingDamageEvent) == 0x000001, "Wrong size on HitResponseBaseComponent_HasPendingDamageEvent"); \ +static_assert(offsetof(HitResponseBaseComponent_HasPendingDamageEvent, ReturnValue) == 0x000000, "Member 'HitResponseBaseComponent_HasPendingDamageEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHitResponseBaseComponent \ +static_assert(alignof(UHitResponseBaseComponent) == 0x000008, "Wrong alignment on UHitResponseBaseComponent"); \ +static_assert(sizeof(UHitResponseBaseComponent) == 0x000320, "Wrong size on UHitResponseBaseComponent"); \ +static_assert(offsetof(UHitResponseBaseComponent, ConfigData) == 0x0000B0, "Member 'UHitResponseBaseComponent::ConfigData' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, DefaultHitParticles) == 0x0000F0, "Member 'UHitResponseBaseComponent::DefaultHitParticles' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, HitParticlesAlignment) == 0x0000F8, "Member 'UHitResponseBaseComponent::HitParticlesAlignment' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, DefaultCriticalHitParticles) == 0x000100, "Member 'UHitResponseBaseComponent::DefaultCriticalHitParticles' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, CriticalHitParticlesAlignment) == 0x000108, "Member 'UHitResponseBaseComponent::CriticalHitParticlesAlignment' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, DefaultMontageData) == 0x000110, "Member 'UHitResponseBaseComponent::DefaultMontageData' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, AlwaysTreatBlocksAsTwitches) == 0x0001A0, "Member 'UHitResponseBaseComponent::AlwaysTreatBlocksAsTwitches' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, PendingDamageEvent) == 0x0001A8, "Member 'UHitResponseBaseComponent::PendingDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(UHitResponseBaseComponent, OnTwitchHitResponse) == 0x0002B8, "Member 'UHitResponseBaseComponent::OnTwitchHitResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIHitResponseComponent_ConsumePendingParryResponse \ +static_assert(alignof(AIHitResponseComponent_ConsumePendingParryResponse) == 0x000008, "Wrong alignment on AIHitResponseComponent_ConsumePendingParryResponse"); \ +static_assert(sizeof(AIHitResponseComponent_ConsumePendingParryResponse) == 0x000140, "Wrong size on AIHitResponseComponent_ConsumePendingParryResponse"); \ +static_assert(offsetof(AIHitResponseComponent_ConsumePendingParryResponse, OutDamageEvent) == 0x000000, "Member 'AIHitResponseComponent_ConsumePendingParryResponse::OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(AIHitResponseComponent_ConsumePendingParryResponse, OutResult) == 0x000110, "Member 'AIHitResponseComponent_ConsumePendingParryResponse::OutResult' has a wrong offset!"); \ +static_assert(offsetof(AIHitResponseComponent_ConsumePendingParryResponse, ReturnValue) == 0x00013C, "Member 'AIHitResponseComponent_ConsumePendingParryResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIHitResponseComponent_HandleParryResponse \ +static_assert(alignof(AIHitResponseComponent_HandleParryResponse) == 0x000008, "Wrong alignment on AIHitResponseComponent_HandleParryResponse"); \ +static_assert(sizeof(AIHitResponseComponent_HandleParryResponse) == 0x000228, "Wrong size on AIHitResponseComponent_HandleParryResponse"); \ +static_assert(offsetof(AIHitResponseComponent_HandleParryResponse, DamageEvent) == 0x000000, "Member 'AIHitResponseComponent_HandleParryResponse::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(AIHitResponseComponent_HandleParryResponse, OriginalDamageEvent) == 0x000110, "Member 'AIHitResponseComponent_HandleParryResponse::OriginalDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(AIHitResponseComponent_HandleParryResponse, ReturnValue) == 0x000220, "Member 'AIHitResponseComponent_HandleParryResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIHitResponseComponent_HasPendingResponse \ +static_assert(alignof(AIHitResponseComponent_HasPendingResponse) == 0x000001, "Wrong alignment on AIHitResponseComponent_HasPendingResponse"); \ +static_assert(sizeof(AIHitResponseComponent_HasPendingResponse) == 0x000002, "Wrong size on AIHitResponseComponent_HasPendingResponse"); \ +static_assert(offsetof(AIHitResponseComponent_HasPendingResponse, Type) == 0x000000, "Member 'AIHitResponseComponent_HasPendingResponse::Type' has a wrong offset!"); \ +static_assert(offsetof(AIHitResponseComponent_HasPendingResponse, ReturnValue) == 0x000001, "Member 'AIHitResponseComponent_HasPendingResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIHitResponseComponent \ +static_assert(alignof(UAIHitResponseComponent) == 0x000008, "Wrong alignment on UAIHitResponseComponent"); \ +static_assert(sizeof(UAIHitResponseComponent) == 0x000328, "Wrong size on UAIHitResponseComponent"); \ + +#define DUMPER7_ASSERTS_ULocomotionRotationOverrideState \ +static_assert(alignof(ULocomotionRotationOverrideState) == 0x000008, "Wrong alignment on ULocomotionRotationOverrideState"); \ +static_assert(sizeof(ULocomotionRotationOverrideState) == 0x000038, "Wrong size on ULocomotionRotationOverrideState"); \ +static_assert(offsetof(ULocomotionRotationOverrideState, RotationRateOverride) == 0x000030, "Member 'ULocomotionRotationOverrideState::RotationRateOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimAssistBalanceConfig \ +static_assert(alignof(UAimAssistBalanceConfig) == 0x000008, "Wrong alignment on UAimAssistBalanceConfig"); \ +static_assert(sizeof(UAimAssistBalanceConfig) == 0x000278, "Wrong size on UAimAssistBalanceConfig"); \ +static_assert(offsetof(UAimAssistBalanceConfig, MinDistance) == 0x000030, "Member 'UAimAssistBalanceConfig::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, MaxDistance) == 0x000034, "Member 'UAimAssistBalanceConfig::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, DampeningDistanceCurve) == 0x000038, "Member 'UAimAssistBalanceConfig::DampeningDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, TargetSearchHalfAngle) == 0x0000C0, "Member 'UAimAssistBalanceConfig::TargetSearchHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, TargetInputSelectionHalfAngle) == 0x0000C4, "Member 'UAimAssistBalanceConfig::TargetInputSelectionHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, TraceType) == 0x0000C8, "Member 'UAimAssistBalanceConfig::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, DampeningInnerHalfAngle) == 0x0000CC, "Member 'UAimAssistBalanceConfig::DampeningInnerHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, DampeningOuterHalfAngle) == 0x0000D0, "Member 'UAimAssistBalanceConfig::DampeningOuterHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, DampeningAmount) == 0x0000D4, "Member 'UAimAssistBalanceConfig::DampeningAmount' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, DampeningInterpolationCurve) == 0x0000D8, "Member 'UAimAssistBalanceConfig::DampeningInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, DampeningInputMultiplierCurve) == 0x000160, "Member 'UAimAssistBalanceConfig::DampeningInputMultiplierCurve' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, ZoomMinDistance) == 0x0001E8, "Member 'UAimAssistBalanceConfig::ZoomMinDistance' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, ZoomAssistHalfAngle) == 0x0001EC, "Member 'UAimAssistBalanceConfig::ZoomAssistHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistBalanceConfig, ZoomInterpolationCurve) == 0x0001F0, "Member 'UAimAssistBalanceConfig::ZoomInterpolationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AimAssistComponent_ApplyAimDampening \ +static_assert(alignof(AimAssistComponent_ApplyAimDampening) == 0x000004, "Wrong alignment on AimAssistComponent_ApplyAimDampening"); \ +static_assert(sizeof(AimAssistComponent_ApplyAimDampening) == 0x000010, "Wrong size on AimAssistComponent_ApplyAimDampening"); \ +static_assert(offsetof(AimAssistComponent_ApplyAimDampening, AimVector) == 0x000000, "Member 'AimAssistComponent_ApplyAimDampening::AimVector' has a wrong offset!"); \ +static_assert(offsetof(AimAssistComponent_ApplyAimDampening, ReturnValue) == 0x000008, "Member 'AimAssistComponent_ApplyAimDampening::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AimAssistComponent_BeginZoomAssist \ +static_assert(alignof(AimAssistComponent_BeginZoomAssist) == 0x000004, "Wrong alignment on AimAssistComponent_BeginZoomAssist"); \ +static_assert(sizeof(AimAssistComponent_BeginZoomAssist) == 0x000008, "Wrong size on AimAssistComponent_BeginZoomAssist"); \ +static_assert(offsetof(AimAssistComponent_BeginZoomAssist, AimVector) == 0x000000, "Member 'AimAssistComponent_BeginZoomAssist::AimVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AimAssistComponent_TryGetMagnetismTarget \ +static_assert(alignof(AimAssistComponent_TryGetMagnetismTarget) == 0x000008, "Wrong alignment on AimAssistComponent_TryGetMagnetismTarget"); \ +static_assert(sizeof(AimAssistComponent_TryGetMagnetismTarget) == 0x000018, "Wrong size on AimAssistComponent_TryGetMagnetismTarget"); \ +static_assert(offsetof(AimAssistComponent_TryGetMagnetismTarget, OutTargetComponent) == 0x000000, "Member 'AimAssistComponent_TryGetMagnetismTarget::OutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(AimAssistComponent_TryGetMagnetismTarget, OutTargetLocation) == 0x000008, "Member 'AimAssistComponent_TryGetMagnetismTarget::OutTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AimAssistComponent_TryGetMagnetismTarget, ReturnValue) == 0x000014, "Member 'AimAssistComponent_TryGetMagnetismTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimAssistComponent \ +static_assert(alignof(UAimAssistComponent) == 0x000008, "Wrong alignment on UAimAssistComponent"); \ +static_assert(sizeof(UAimAssistComponent) == 0x000118, "Wrong size on UAimAssistComponent"); \ +static_assert(offsetof(UAimAssistComponent, BalanceConfig) == 0x0000B0, "Member 'UAimAssistComponent::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, IsAimAssistActive) == 0x0000B8, "Member 'UAimAssistComponent::IsAimAssistActive' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, HitActors) == 0x0000C0, "Member 'UAimAssistComponent::HitActors' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, AimAssistTargets) == 0x0000D0, "Member 'UAimAssistComponent::AimAssistTargets' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, CurrentTargetValidForMagnetism) == 0x0000E0, "Member 'UAimAssistComponent::CurrentTargetValidForMagnetism' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, CurrentTargetComponent) == 0x0000E8, "Member 'UAimAssistComponent::CurrentTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, CurrentTargetLocation) == 0x0000F0, "Member 'UAimAssistComponent::CurrentTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, ZoomAssistAccruedTime) == 0x0000FC, "Member 'UAimAssistComponent::ZoomAssistAccruedTime' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, ZoomTargetComponent) == 0x000100, "Member 'UAimAssistComponent::ZoomTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UAimAssistComponent, ZoomTargetLocation) == 0x000108, "Member 'UAimAssistComponent::ZoomTargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_AddLocator \ +static_assert(alignof(LocatorGroup_AddLocator) == 0x000008, "Wrong alignment on LocatorGroup_AddLocator"); \ +static_assert(sizeof(LocatorGroup_AddLocator) == 0x000008, "Wrong size on LocatorGroup_AddLocator"); \ +static_assert(offsetof(LocatorGroup_AddLocator, Locator) == 0x000000, "Member 'LocatorGroup_AddLocator::Locator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_FindRandomLocator \ +static_assert(alignof(LocatorGroup_FindRandomLocator) == 0x000008, "Wrong alignment on LocatorGroup_FindRandomLocator"); \ +static_assert(sizeof(LocatorGroup_FindRandomLocator) == 0x000010, "Wrong size on LocatorGroup_FindRandomLocator"); \ +static_assert(offsetof(LocatorGroup_FindRandomLocator, OutLocator) == 0x000000, "Member 'LocatorGroup_FindRandomLocator::OutLocator' has a wrong offset!"); \ +static_assert(offsetof(LocatorGroup_FindRandomLocator, ReturnValue) == 0x000008, "Member 'LocatorGroup_FindRandomLocator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_FindRandomLocatorInRange \ +static_assert(alignof(LocatorGroup_FindRandomLocatorInRange) == 0x000008, "Wrong alignment on LocatorGroup_FindRandomLocatorInRange"); \ +static_assert(sizeof(LocatorGroup_FindRandomLocatorInRange) == 0x000020, "Wrong size on LocatorGroup_FindRandomLocatorInRange"); \ +static_assert(offsetof(LocatorGroup_FindRandomLocatorInRange, Origin) == 0x000000, "Member 'LocatorGroup_FindRandomLocatorInRange::Origin' has a wrong offset!"); \ +static_assert(offsetof(LocatorGroup_FindRandomLocatorInRange, MaxRange) == 0x00000C, "Member 'LocatorGroup_FindRandomLocatorInRange::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(LocatorGroup_FindRandomLocatorInRange, OutLocator) == 0x000010, "Member 'LocatorGroup_FindRandomLocatorInRange::OutLocator' has a wrong offset!"); \ +static_assert(offsetof(LocatorGroup_FindRandomLocatorInRange, ReturnValue) == 0x000018, "Member 'LocatorGroup_FindRandomLocatorInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_RemoveLocator \ +static_assert(alignof(LocatorGroup_RemoveLocator) == 0x000008, "Wrong alignment on LocatorGroup_RemoveLocator"); \ +static_assert(sizeof(LocatorGroup_RemoveLocator) == 0x000008, "Wrong size on LocatorGroup_RemoveLocator"); \ +static_assert(offsetof(LocatorGroup_RemoveLocator, Locator) == 0x000000, "Member 'LocatorGroup_RemoveLocator::Locator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_SetGroupEnabled \ +static_assert(alignof(LocatorGroup_SetGroupEnabled) == 0x000001, "Wrong alignment on LocatorGroup_SetGroupEnabled"); \ +static_assert(sizeof(LocatorGroup_SetGroupEnabled) == 0x000001, "Wrong size on LocatorGroup_SetGroupEnabled"); \ +static_assert(offsetof(LocatorGroup_SetGroupEnabled, InIsEnabled) == 0x000000, "Member 'LocatorGroup_SetGroupEnabled::InIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_GetIsGroupEnabled \ +static_assert(alignof(LocatorGroup_GetIsGroupEnabled) == 0x000001, "Wrong alignment on LocatorGroup_GetIsGroupEnabled"); \ +static_assert(sizeof(LocatorGroup_GetIsGroupEnabled) == 0x000001, "Wrong size on LocatorGroup_GetIsGroupEnabled"); \ +static_assert(offsetof(LocatorGroup_GetIsGroupEnabled, ReturnValue) == 0x000000, "Member 'LocatorGroup_GetIsGroupEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorGroup_GetLocatorCount \ +static_assert(alignof(LocatorGroup_GetLocatorCount) == 0x000004, "Wrong alignment on LocatorGroup_GetLocatorCount"); \ +static_assert(sizeof(LocatorGroup_GetLocatorCount) == 0x000004, "Wrong size on LocatorGroup_GetLocatorCount"); \ +static_assert(offsetof(LocatorGroup_GetLocatorCount, ReturnValue) == 0x000000, "Member 'LocatorGroup_GetLocatorCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocatorGroup \ +static_assert(alignof(ULocatorGroup) == 0x000008, "Wrong alignment on ULocatorGroup"); \ +static_assert(sizeof(ULocatorGroup) == 0x000048, "Wrong size on ULocatorGroup"); \ +static_assert(offsetof(ULocatorGroup, GroupName) == 0x000028, "Member 'ULocatorGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(ULocatorGroup, Locators) == 0x000030, "Member 'ULocatorGroup::Locators' has a wrong offset!"); \ +static_assert(offsetof(ULocatorGroup, IsEnabled) == 0x000040, "Member 'ULocatorGroup::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIStateUtils \ +static_assert(alignof(UAIStateUtils) == 0x000008, "Wrong alignment on UAIStateUtils"); \ +static_assert(sizeof(UAIStateUtils) == 0x000028, "Wrong size on UAIStateUtils"); \ + +#define DUMPER7_ASSERTS_UAnimAbilityNotify \ +static_assert(alignof(UAnimAbilityNotify) == 0x000008, "Wrong alignment on UAnimAbilityNotify"); \ +static_assert(sizeof(UAnimAbilityNotify) == 0x000048, "Wrong size on UAnimAbilityNotify"); \ +static_assert(offsetof(UAnimAbilityNotify, AbilityClass) == 0x000038, "Member 'UAnimAbilityNotify::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(UAnimAbilityNotify, EventName) == 0x000040, "Member 'UAnimAbilityNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimEventHandler_HandleAnimEvent \ +static_assert(alignof(AnimEventHandler_HandleAnimEvent) == 0x000004, "Wrong alignment on AnimEventHandler_HandleAnimEvent"); \ +static_assert(sizeof(AnimEventHandler_HandleAnimEvent) == 0x00000C, "Wrong size on AnimEventHandler_HandleAnimEvent"); \ +static_assert(offsetof(AnimEventHandler_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'AnimEventHandler_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(AnimEventHandler_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'AnimEventHandler_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimEventHandler \ +static_assert(alignof(IAnimEventHandler) == 0x000001, "Wrong alignment on IAnimEventHandler"); \ +static_assert(sizeof(IAnimEventHandler) == 0x000001, "Wrong size on IAnimEventHandler"); \ + +#define DUMPER7_ASSERTS_UAnimPopup \ +static_assert(alignof(UAnimPopup) == 0x000008, "Wrong alignment on UAnimPopup"); \ +static_assert(sizeof(UAnimPopup) == 0x000298, "Wrong size on UAnimPopup"); \ +static_assert(offsetof(UAnimPopup, ContentImg) == 0x000278, "Member 'UAnimPopup::ContentImg' has a wrong offset!"); \ +static_assert(offsetof(UAnimPopup, TitleTxt) == 0x000280, "Member 'UAnimPopup::TitleTxt' has a wrong offset!"); \ +static_assert(offsetof(UAnimPopup, DescriptionTxt) == 0x000288, "Member 'UAnimPopup::DescriptionTxt' has a wrong offset!"); \ +static_assert(offsetof(UAnimPopup, PopupAnim) == 0x000290, "Member 'UAnimPopup::PopupAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_DrawHardLockScores \ +static_assert(alignof(LockOnManagerComponent_DrawHardLockScores) == 0x000004, "Wrong alignment on LockOnManagerComponent_DrawHardLockScores"); \ +static_assert(sizeof(LockOnManagerComponent_DrawHardLockScores) == 0x00000C, "Wrong size on LockOnManagerComponent_DrawHardLockScores"); \ +static_assert(offsetof(LockOnManagerComponent_DrawHardLockScores, Origin) == 0x000000, "Member 'LockOnManagerComponent_DrawHardLockScores::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_GetCharacterMovement \ +static_assert(alignof(LockOnManagerComponent_GetCharacterMovement) == 0x000008, "Wrong alignment on LockOnManagerComponent_GetCharacterMovement"); \ +static_assert(sizeof(LockOnManagerComponent_GetCharacterMovement) == 0x000008, "Wrong size on LockOnManagerComponent_GetCharacterMovement"); \ +static_assert(offsetof(LockOnManagerComponent_GetCharacterMovement, ReturnValue) == 0x000000, "Member 'LockOnManagerComponent_GetCharacterMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_GetCurrentTarget \ +static_assert(alignof(LockOnManagerComponent_GetCurrentTarget) == 0x000008, "Wrong alignment on LockOnManagerComponent_GetCurrentTarget"); \ +static_assert(sizeof(LockOnManagerComponent_GetCurrentTarget) == 0x000008, "Wrong size on LockOnManagerComponent_GetCurrentTarget"); \ +static_assert(offsetof(LockOnManagerComponent_GetCurrentTarget, ReturnValue) == 0x000000, "Member 'LockOnManagerComponent_GetCurrentTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_GetSoftLockTarget \ +static_assert(alignof(LockOnManagerComponent_GetSoftLockTarget) == 0x000008, "Wrong alignment on LockOnManagerComponent_GetSoftLockTarget"); \ +static_assert(sizeof(LockOnManagerComponent_GetSoftLockTarget) == 0x000008, "Wrong size on LockOnManagerComponent_GetSoftLockTarget"); \ +static_assert(offsetof(LockOnManagerComponent_GetSoftLockTarget, ReturnValue) == 0x000000, "Member 'LockOnManagerComponent_GetSoftLockTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_HandleLockOnInput \ +static_assert(alignof(LockOnManagerComponent_HandleLockOnInput) == 0x000001, "Wrong alignment on LockOnManagerComponent_HandleLockOnInput"); \ +static_assert(sizeof(LockOnManagerComponent_HandleLockOnInput) == 0x000001, "Wrong size on LockOnManagerComponent_HandleLockOnInput"); \ +static_assert(offsetof(LockOnManagerComponent_HandleLockOnInput, ReturnValue) == 0x000000, "Member 'LockOnManagerComponent_HandleLockOnInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_LockOff \ +static_assert(alignof(LockOnManagerComponent_LockOff) == 0x000008, "Wrong alignment on LockOnManagerComponent_LockOff"); \ +static_assert(sizeof(LockOnManagerComponent_LockOff) == 0x000008, "Wrong size on LockOnManagerComponent_LockOff"); \ +static_assert(offsetof(LockOnManagerComponent_LockOff, Actor) == 0x000000, "Member 'LockOnManagerComponent_LockOff::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_LockOnManual \ +static_assert(alignof(LockOnManagerComponent_LockOnManual) == 0x000008, "Wrong alignment on LockOnManagerComponent_LockOnManual"); \ +static_assert(sizeof(LockOnManagerComponent_LockOnManual) == 0x000008, "Wrong size on LockOnManagerComponent_LockOnManual"); \ +static_assert(offsetof(LockOnManagerComponent_LockOnManual, NewTarget) == 0x000000, "Member 'LockOnManagerComponent_LockOnManual::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_OnTargetResourcesDepleted \ +static_assert(alignof(LockOnManagerComponent_OnTargetResourcesDepleted) == 0x000008, "Wrong alignment on LockOnManagerComponent_OnTargetResourcesDepleted"); \ +static_assert(sizeof(LockOnManagerComponent_OnTargetResourcesDepleted) == 0x000018, "Wrong size on LockOnManagerComponent_OnTargetResourcesDepleted"); \ +static_assert(offsetof(LockOnManagerComponent_OnTargetResourcesDepleted, ResourceType) == 0x000000, "Member 'LockOnManagerComponent_OnTargetResourcesDepleted::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_OnTargetResourcesDepleted, DecreaseInstigator) == 0x000008, "Member 'LockOnManagerComponent_OnTargetResourcesDepleted::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_OnTargetResourcesDepleted, Causer) == 0x000010, "Member 'LockOnManagerComponent_OnTargetResourcesDepleted::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_SetDodgeOrientEnabled \ +static_assert(alignof(LockOnManagerComponent_SetDodgeOrientEnabled) == 0x000001, "Wrong alignment on LockOnManagerComponent_SetDodgeOrientEnabled"); \ +static_assert(sizeof(LockOnManagerComponent_SetDodgeOrientEnabled) == 0x000001, "Wrong size on LockOnManagerComponent_SetDodgeOrientEnabled"); \ +static_assert(offsetof(LockOnManagerComponent_SetDodgeOrientEnabled, IsEnabled) == 0x000000, "Member 'LockOnManagerComponent_SetDodgeOrientEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_SwitchTarget \ +static_assert(alignof(LockOnManagerComponent_SwitchTarget) == 0x000004, "Wrong alignment on LockOnManagerComponent_SwitchTarget"); \ +static_assert(sizeof(LockOnManagerComponent_SwitchTarget) == 0x00000C, "Wrong size on LockOnManagerComponent_SwitchTarget"); \ +static_assert(offsetof(LockOnManagerComponent_SwitchTarget, inputAxis) == 0x000000, "Member 'LockOnManagerComponent_SwitchTarget::inputAxis' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_SwitchTarget, ReturnValue) == 0x000008, "Member 'LockOnManagerComponent_SwitchTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_TryLockOn \ +static_assert(alignof(LockOnManagerComponent_TryLockOn) == 0x000008, "Wrong alignment on LockOnManagerComponent_TryLockOn"); \ +static_assert(sizeof(LockOnManagerComponent_TryLockOn) == 0x000010, "Wrong size on LockOnManagerComponent_TryLockOn"); \ +static_assert(offsetof(LockOnManagerComponent_TryLockOn, OutTarget) == 0x000000, "Member 'LockOnManagerComponent_TryLockOn::OutTarget' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_TryLockOn, ReturnValue) == 0x000008, "Member 'LockOnManagerComponent_TryLockOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_UpdateLockOnOrientation \ +static_assert(alignof(LockOnManagerComponent_UpdateLockOnOrientation) == 0x000004, "Wrong alignment on LockOnManagerComponent_UpdateLockOnOrientation"); \ +static_assert(sizeof(LockOnManagerComponent_UpdateLockOnOrientation) == 0x000008, "Wrong size on LockOnManagerComponent_UpdateLockOnOrientation"); \ +static_assert(offsetof(LockOnManagerComponent_UpdateLockOnOrientation, DeltaTime) == 0x000000, "Member 'LockOnManagerComponent_UpdateLockOnOrientation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_UpdateLockOnOrientation, DistanceThreshold) == 0x000004, "Member 'LockOnManagerComponent_UpdateLockOnOrientation::DistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_CalculateTarget \ +static_assert(alignof(LockOnManagerComponent_CalculateTarget) == 0x000008, "Wrong alignment on LockOnManagerComponent_CalculateTarget"); \ +static_assert(sizeof(LockOnManagerComponent_CalculateTarget) == 0x000010, "Wrong size on LockOnManagerComponent_CalculateTarget"); \ +static_assert(offsetof(LockOnManagerComponent_CalculateTarget, IsSoftLock) == 0x000000, "Member 'LockOnManagerComponent_CalculateTarget::IsSoftLock' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_CalculateTarget, ReturnValue) == 0x000008, "Member 'LockOnManagerComponent_CalculateTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_DrawSoftLockScores \ +static_assert(alignof(LockOnManagerComponent_DrawSoftLockScores) == 0x000008, "Wrong alignment on LockOnManagerComponent_DrawSoftLockScores"); \ +static_assert(sizeof(LockOnManagerComponent_DrawSoftLockScores) == 0x000040, "Wrong size on LockOnManagerComponent_DrawSoftLockScores"); \ +static_assert(offsetof(LockOnManagerComponent_DrawSoftLockScores, Origin) == 0x000000, "Member 'LockOnManagerComponent_DrawSoftLockScores::Origin' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_DrawSoftLockScores, SoftLockScores) == 0x000010, "Member 'LockOnManagerComponent_DrawSoftLockScores::SoftLockScores' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_DrawSoftLockScores, SoftLockVectors) == 0x000020, "Member 'LockOnManagerComponent_DrawSoftLockScores::SoftLockVectors' has a wrong offset!"); \ +static_assert(offsetof(LockOnManagerComponent_DrawSoftLockScores, LastInput) == 0x000030, "Member 'LockOnManagerComponent_DrawSoftLockScores::LastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_IsLockedOn \ +static_assert(alignof(LockOnManagerComponent_IsLockedOn) == 0x000001, "Wrong alignment on LockOnManagerComponent_IsLockedOn"); \ +static_assert(sizeof(LockOnManagerComponent_IsLockedOn) == 0x000001, "Wrong size on LockOnManagerComponent_IsLockedOn"); \ +static_assert(offsetof(LockOnManagerComponent_IsLockedOn, ReturnValue) == 0x000000, "Member 'LockOnManagerComponent_IsLockedOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnManagerComponent_IsSoftOrHardLocked \ +static_assert(alignof(LockOnManagerComponent_IsSoftOrHardLocked) == 0x000001, "Wrong alignment on LockOnManagerComponent_IsSoftOrHardLocked"); \ +static_assert(sizeof(LockOnManagerComponent_IsSoftOrHardLocked) == 0x000001, "Wrong size on LockOnManagerComponent_IsSoftOrHardLocked"); \ +static_assert(offsetof(LockOnManagerComponent_IsSoftOrHardLocked, ReturnValue) == 0x000000, "Member 'LockOnManagerComponent_IsSoftOrHardLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULockOnManagerComponent \ +static_assert(alignof(ULockOnManagerComponent) == 0x000008, "Wrong alignment on ULockOnManagerComponent"); \ +static_assert(sizeof(ULockOnManagerComponent) == 0x0001F0, "Wrong size on ULockOnManagerComponent"); \ +static_assert(offsetof(ULockOnManagerComponent, DbgDraw) == 0x0000B0, "Member 'ULockOnManagerComponent::DbgDraw' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, SoftLockDistanceThreshold) == 0x0000B4, "Member 'ULockOnManagerComponent::SoftLockDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, SoftLockSnapSpeed) == 0x0000B8, "Member 'ULockOnManagerComponent::SoftLockSnapSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, LockOnSearchDistance) == 0x0000BC, "Member 'ULockOnManagerComponent::LockOnSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, LockOnAngle) == 0x0000C0, "Member 'ULockOnManagerComponent::LockOnAngle' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, MaxSearchRadius) == 0x0000C4, "Member 'ULockOnManagerComponent::MaxSearchRadius' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, OnDeathSearchRadius) == 0x0000C8, "Member 'ULockOnManagerComponent::OnDeathSearchRadius' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, OnDeathMaxZSwitchLimit) == 0x0000CC, "Member 'ULockOnManagerComponent::OnDeathMaxZSwitchLimit' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, SoftLockAngle) == 0x0000D0, "Member 'ULockOnManagerComponent::SoftLockAngle' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, InputSearchDistance) == 0x0000D4, "Member 'ULockOnManagerComponent::InputSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, CharacterSearchAngle) == 0x0000D8, "Member 'ULockOnManagerComponent::CharacterSearchAngle' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, CharacterSearchDistance) == 0x0000DC, "Member 'ULockOnManagerComponent::CharacterSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, CameraSearchAngle) == 0x0000E0, "Member 'ULockOnManagerComponent::CameraSearchAngle' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, VerticalLockOnAvoidanceCosine) == 0x0000E4, "Member 'ULockOnManagerComponent::VerticalLockOnAvoidanceCosine' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, ScreenSpaceSwitchViewportRadius) == 0x0000E8, "Member 'ULockOnManagerComponent::ScreenSpaceSwitchViewportRadius' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, ScreenSpaceStickAngleToDistanceWeight) == 0x0000EC, "Member 'ULockOnManagerComponent::ScreenSpaceStickAngleToDistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, ScreenSpaceMaxSearchDistance) == 0x0000F0, "Member 'ULockOnManagerComponent::ScreenSpaceMaxSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, SearchObjectTypes) == 0x0000F8, "Member 'ULockOnManagerComponent::SearchObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, LockOnCharacterOrientStates) == 0x000108, "Member 'ULockOnManagerComponent::LockOnCharacterOrientStates' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, StatesUsingLockOnCamera) == 0x000118, "Member 'ULockOnManagerComponent::StatesUsingLockOnCamera' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, LockOnCameraName) == 0x000128, "Member 'ULockOnManagerComponent::LockOnCameraName' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, DodgeOrientRadius) == 0x000130, "Member 'ULockOnManagerComponent::DodgeOrientRadius' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, HardLockSnapSpeed) == 0x000134, "Member 'ULockOnManagerComponent::HardLockSnapSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mp_controller) == 0x000140, "Member 'ULockOnManagerComponent::mp_controller' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mpHardLockTarget) == 0x000148, "Member 'ULockOnManagerComponent::mpHardLockTarget' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, PreventSoftLockUpdating) == 0x000150, "Member 'ULockOnManagerComponent::PreventSoftLockUpdating' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mpSoftLockTarget) == 0x000158, "Member 'ULockOnManagerComponent::mpSoftLockTarget' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mHardLockScores) == 0x000160, "Member 'ULockOnManagerComponent::mHardLockScores' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mSoftLockScores) == 0x000170, "Member 'ULockOnManagerComponent::mSoftLockScores' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mHardLockVectors) == 0x000180, "Member 'ULockOnManagerComponent::mHardLockVectors' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mSoftLockVectors) == 0x000190, "Member 'ULockOnManagerComponent::mSoftLockVectors' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mLastInput) == 0x0001A0, "Member 'ULockOnManagerComponent::mLastInput' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mp_movementComponent) == 0x0001B0, "Member 'ULockOnManagerComponent::mp_movementComponent' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mp_targettingComponent) == 0x0001B8, "Member 'ULockOnManagerComponent::mp_targettingComponent' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, mp_stateMachine) == 0x0001C0, "Member 'ULockOnManagerComponent::mp_stateMachine' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, InputBufferComponent) == 0x0001C8, "Member 'ULockOnManagerComponent::InputBufferComponent' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, IsDodgeOrientEnabled) == 0x0001D0, "Member 'ULockOnManagerComponent::IsDodgeOrientEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, IsDodgingWithinOrientRadius) == 0x0001D1, "Member 'ULockOnManagerComponent::IsDodgingWithinOrientRadius' has a wrong offset!"); \ +static_assert(offsetof(ULockOnManagerComponent, InitialDodgeLocation) == 0x0001D4, "Member 'ULockOnManagerComponent::InitialDodgeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimPopupLib_ShowAnimPopup \ +static_assert(alignof(AnimPopupLib_ShowAnimPopup) == 0x000008, "Wrong alignment on AnimPopupLib_ShowAnimPopup"); \ +static_assert(sizeof(AnimPopupLib_ShowAnimPopup) == 0x000058, "Wrong size on AnimPopupLib_ShowAnimPopup"); \ +static_assert(offsetof(AnimPopupLib_ShowAnimPopup, WorldContextObject) == 0x000000, "Member 'AnimPopupLib_ShowAnimPopup::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimPopupLib_ShowAnimPopup, PopupClass) == 0x000008, "Member 'AnimPopupLib_ShowAnimPopup::PopupClass' has a wrong offset!"); \ +static_assert(offsetof(AnimPopupLib_ShowAnimPopup, DisplaySprite) == 0x000010, "Member 'AnimPopupLib_ShowAnimPopup::DisplaySprite' has a wrong offset!"); \ +static_assert(offsetof(AnimPopupLib_ShowAnimPopup, Title) == 0x000018, "Member 'AnimPopupLib_ShowAnimPopup::Title' has a wrong offset!"); \ +static_assert(offsetof(AnimPopupLib_ShowAnimPopup, Description) == 0x000030, "Member 'AnimPopupLib_ShowAnimPopup::Description' has a wrong offset!"); \ +static_assert(offsetof(AnimPopupLib_ShowAnimPopup, OnComplete) == 0x000048, "Member 'AnimPopupLib_ShowAnimPopup::OnComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimPopupLib \ +static_assert(alignof(UAnimPopupLib) == 0x000008, "Wrong alignment on UAnimPopupLib"); \ +static_assert(sizeof(UAnimPopupLib) == 0x000028, "Wrong size on UAnimPopupLib"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_FindGroundDetails \ +static_assert(alignof(SpawnerBaseComponent_FindGroundDetails) == 0x000004, "Wrong alignment on SpawnerBaseComponent_FindGroundDetails"); \ +static_assert(sizeof(SpawnerBaseComponent_FindGroundDetails) == 0x000028, "Wrong size on SpawnerBaseComponent_FindGroundDetails"); \ +static_assert(offsetof(SpawnerBaseComponent_FindGroundDetails, StartLocation) == 0x000000, "Member 'SpawnerBaseComponent_FindGroundDetails::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_FindGroundDetails, OutLocation) == 0x00000C, "Member 'SpawnerBaseComponent_FindGroundDetails::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_FindGroundDetails, OutNormal) == 0x000018, "Member 'SpawnerBaseComponent_FindGroundDetails::OutNormal' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_FindGroundDetails, ReturnValue) == 0x000024, "Member 'SpawnerBaseComponent_FindGroundDetails::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_InitializeDeferredSpawnedInstance \ +static_assert(alignof(SpawnerBaseComponent_InitializeDeferredSpawnedInstance) == 0x000008, "Wrong alignment on SpawnerBaseComponent_InitializeDeferredSpawnedInstance"); \ +static_assert(sizeof(SpawnerBaseComponent_InitializeDeferredSpawnedInstance) == 0x000008, "Wrong size on SpawnerBaseComponent_InitializeDeferredSpawnedInstance"); \ +static_assert(offsetof(SpawnerBaseComponent_InitializeDeferredSpawnedInstance, Instance) == 0x000000, "Member 'SpawnerBaseComponent_InitializeDeferredSpawnedInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_InitializeSpawnedInstance \ +static_assert(alignof(SpawnerBaseComponent_InitializeSpawnedInstance) == 0x000008, "Wrong alignment on SpawnerBaseComponent_InitializeSpawnedInstance"); \ +static_assert(sizeof(SpawnerBaseComponent_InitializeSpawnedInstance) == 0x000008, "Wrong size on SpawnerBaseComponent_InitializeSpawnedInstance"); \ +static_assert(offsetof(SpawnerBaseComponent_InitializeSpawnedInstance, Instance) == 0x000000, "Member 'SpawnerBaseComponent_InitializeSpawnedInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances \ +static_assert(alignof(SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances) == 0x000008, "Wrong alignment on SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances"); \ +static_assert(sizeof(SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances) == 0x000008, "Wrong size on SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances"); \ +static_assert(offsetof(SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances, Params_0) == 0x000000, "Member 'SpawnerBaseComponent_InjectBehaviorOnSpawnedInstances::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_MessageSpawnedInstances \ +static_assert(alignof(SpawnerBaseComponent_MessageSpawnedInstances) == 0x000008, "Wrong alignment on SpawnerBaseComponent_MessageSpawnedInstances"); \ +static_assert(sizeof(SpawnerBaseComponent_MessageSpawnedInstances) == 0x000010, "Wrong size on SpawnerBaseComponent_MessageSpawnedInstances"); \ +static_assert(offsetof(SpawnerBaseComponent_MessageSpawnedInstances, MessageName) == 0x000000, "Member 'SpawnerBaseComponent_MessageSpawnedInstances::MessageName' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_MessageSpawnedInstances, Params_0) == 0x000008, "Member 'SpawnerBaseComponent_MessageSpawnedInstances::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_NotifyGroupAllSpawnersDied \ +static_assert(alignof(SpawnerBaseComponent_NotifyGroupAllSpawnersDied) == 0x000008, "Wrong alignment on SpawnerBaseComponent_NotifyGroupAllSpawnersDied"); \ +static_assert(sizeof(SpawnerBaseComponent_NotifyGroupAllSpawnersDied) == 0x000008, "Wrong size on SpawnerBaseComponent_NotifyGroupAllSpawnersDied"); \ +static_assert(offsetof(SpawnerBaseComponent_NotifyGroupAllSpawnersDied, Group) == 0x000000, "Member 'SpawnerBaseComponent_NotifyGroupAllSpawnersDied::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_OnClassesLoadedWhileSpawning \ +static_assert(alignof(SpawnerBaseComponent_OnClassesLoadedWhileSpawning) == 0x000004, "Wrong alignment on SpawnerBaseComponent_OnClassesLoadedWhileSpawning"); \ +static_assert(sizeof(SpawnerBaseComponent_OnClassesLoadedWhileSpawning) == 0x00001C, "Wrong size on SpawnerBaseComponent_OnClassesLoadedWhileSpawning"); \ +static_assert(offsetof(SpawnerBaseComponent_OnClassesLoadedWhileSpawning, Callback) == 0x000000, "Member 'SpawnerBaseComponent_OnClassesLoadedWhileSpawning::Callback' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_OnClassesLoadedWhileSpawning, Params_0) == 0x000010, "Member 'SpawnerBaseComponent_OnClassesLoadedWhileSpawning::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_OnInstanceDestroyed \ +static_assert(alignof(SpawnerBaseComponent_OnInstanceDestroyed) == 0x000008, "Wrong alignment on SpawnerBaseComponent_OnInstanceDestroyed"); \ +static_assert(sizeof(SpawnerBaseComponent_OnInstanceDestroyed) == 0x000008, "Wrong size on SpawnerBaseComponent_OnInstanceDestroyed"); \ +static_assert(offsetof(SpawnerBaseComponent_OnInstanceDestroyed, DestroyedActor) == 0x000000, "Member 'SpawnerBaseComponent_OnInstanceDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_OnInstanceKilled \ +static_assert(alignof(SpawnerBaseComponent_OnInstanceKilled) == 0x000008, "Wrong alignment on SpawnerBaseComponent_OnInstanceKilled"); \ +static_assert(sizeof(SpawnerBaseComponent_OnInstanceKilled) == 0x000018, "Wrong size on SpawnerBaseComponent_OnInstanceKilled"); \ +static_assert(offsetof(SpawnerBaseComponent_OnInstanceKilled, DeadActor) == 0x000000, "Member 'SpawnerBaseComponent_OnInstanceKilled::DeadActor' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_OnInstanceKilled, KillInstigator) == 0x000008, "Member 'SpawnerBaseComponent_OnInstanceKilled::KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_OnInstanceKilled, KillCauser) == 0x000010, "Member 'SpawnerBaseComponent_OnInstanceKilled::KillCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_OnSpawnTimerElapsed \ +static_assert(alignof(SpawnerBaseComponent_OnSpawnTimerElapsed) == 0x000004, "Wrong alignment on SpawnerBaseComponent_OnSpawnTimerElapsed"); \ +static_assert(sizeof(SpawnerBaseComponent_OnSpawnTimerElapsed) == 0x00001C, "Wrong size on SpawnerBaseComponent_OnSpawnTimerElapsed"); \ +static_assert(offsetof(SpawnerBaseComponent_OnSpawnTimerElapsed, Callback) == 0x000000, "Member 'SpawnerBaseComponent_OnSpawnTimerElapsed::Callback' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_OnSpawnTimerElapsed, Params_0) == 0x000010, "Member 'SpawnerBaseComponent_OnSpawnTimerElapsed::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_PostLoadGame \ +static_assert(alignof(SpawnerBaseComponent_PostLoadGame) == 0x000008, "Wrong alignment on SpawnerBaseComponent_PostLoadGame"); \ +static_assert(sizeof(SpawnerBaseComponent_PostLoadGame) == 0x000008, "Wrong size on SpawnerBaseComponent_PostLoadGame"); \ +static_assert(offsetof(SpawnerBaseComponent_PostLoadGame, SaveGameVariables) == 0x000000, "Member 'SpawnerBaseComponent_PostLoadGame::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_SetRespawnTrigger \ +static_assert(alignof(SpawnerBaseComponent_SetRespawnTrigger) == 0x000001, "Wrong alignment on SpawnerBaseComponent_SetRespawnTrigger"); \ +static_assert(sizeof(SpawnerBaseComponent_SetRespawnTrigger) == 0x000001, "Wrong size on SpawnerBaseComponent_SetRespawnTrigger"); \ +static_assert(offsetof(SpawnerBaseComponent_SetRespawnTrigger, InRespawnTrigger) == 0x000000, "Member 'SpawnerBaseComponent_SetRespawnTrigger::InRespawnTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_Spawn \ +static_assert(alignof(SpawnerBaseComponent_Spawn) == 0x000008, "Wrong alignment on SpawnerBaseComponent_Spawn"); \ +static_assert(sizeof(SpawnerBaseComponent_Spawn) == 0x000020, "Wrong size on SpawnerBaseComponent_Spawn"); \ +static_assert(offsetof(SpawnerBaseComponent_Spawn, OutSpawned) == 0x000000, "Member 'SpawnerBaseComponent_Spawn::OutSpawned' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_Spawn, Params_0) == 0x000010, "Member 'SpawnerBaseComponent_Spawn::Params_0' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_Spawn, ReturnValue) == 0x00001C, "Member 'SpawnerBaseComponent_Spawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_SpawnAsync \ +static_assert(alignof(SpawnerBaseComponent_SpawnAsync) == 0x000004, "Wrong alignment on SpawnerBaseComponent_SpawnAsync"); \ +static_assert(sizeof(SpawnerBaseComponent_SpawnAsync) == 0x00001C, "Wrong size on SpawnerBaseComponent_SpawnAsync"); \ +static_assert(offsetof(SpawnerBaseComponent_SpawnAsync, Callback) == 0x000000, "Member 'SpawnerBaseComponent_SpawnAsync::Callback' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_SpawnAsync, Params_0) == 0x000010, "Member 'SpawnerBaseComponent_SpawnAsync::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_SwapSpawnedInstance \ +static_assert(alignof(SpawnerBaseComponent_SwapSpawnedInstance) == 0x000008, "Wrong alignment on SpawnerBaseComponent_SwapSpawnedInstance"); \ +static_assert(sizeof(SpawnerBaseComponent_SwapSpawnedInstance) == 0x000018, "Wrong size on SpawnerBaseComponent_SwapSpawnedInstance"); \ +static_assert(offsetof(SpawnerBaseComponent_SwapSpawnedInstance, FromInstance) == 0x000000, "Member 'SpawnerBaseComponent_SwapSpawnedInstance::FromInstance' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_SwapSpawnedInstance, ToInstance) == 0x000008, "Member 'SpawnerBaseComponent_SwapSpawnedInstance::ToInstance' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_SwapSpawnedInstance, ReturnValue) == 0x000010, "Member 'SpawnerBaseComponent_SwapSpawnedInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_TryKillSpawnedInstances \ +static_assert(alignof(SpawnerBaseComponent_TryKillSpawnedInstances) == 0x000001, "Wrong alignment on SpawnerBaseComponent_TryKillSpawnedInstances"); \ +static_assert(sizeof(SpawnerBaseComponent_TryKillSpawnedInstances) == 0x000001, "Wrong size on SpawnerBaseComponent_TryKillSpawnedInstances"); \ +static_assert(offsetof(SpawnerBaseComponent_TryKillSpawnedInstances, ReturnValue) == 0x000000, "Member 'SpawnerBaseComponent_TryKillSpawnedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_TrySpawnAsync \ +static_assert(alignof(SpawnerBaseComponent_TrySpawnAsync) == 0x000004, "Wrong alignment on SpawnerBaseComponent_TrySpawnAsync"); \ +static_assert(sizeof(SpawnerBaseComponent_TrySpawnAsync) == 0x000018, "Wrong size on SpawnerBaseComponent_TrySpawnAsync"); \ +static_assert(offsetof(SpawnerBaseComponent_TrySpawnAsync, Callback) == 0x000000, "Member 'SpawnerBaseComponent_TrySpawnAsync::Callback' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_TrySpawnAsync, OverrideCount) == 0x000010, "Member 'SpawnerBaseComponent_TrySpawnAsync::OverrideCount' has a wrong offset!"); \ +static_assert(offsetof(SpawnerBaseComponent_TrySpawnAsync, OverrideDelay) == 0x000014, "Member 'SpawnerBaseComponent_TrySpawnAsync::OverrideDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_AreSoftClassesLoaded \ +static_assert(alignof(SpawnerBaseComponent_AreSoftClassesLoaded) == 0x000001, "Wrong alignment on SpawnerBaseComponent_AreSoftClassesLoaded"); \ +static_assert(sizeof(SpawnerBaseComponent_AreSoftClassesLoaded) == 0x000001, "Wrong size on SpawnerBaseComponent_AreSoftClassesLoaded"); \ +static_assert(offsetof(SpawnerBaseComponent_AreSoftClassesLoaded, ReturnValue) == 0x000000, "Member 'SpawnerBaseComponent_AreSoftClassesLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_GetInstanceCount \ +static_assert(alignof(SpawnerBaseComponent_GetInstanceCount) == 0x000004, "Wrong alignment on SpawnerBaseComponent_GetInstanceCount"); \ +static_assert(sizeof(SpawnerBaseComponent_GetInstanceCount) == 0x000004, "Wrong size on SpawnerBaseComponent_GetInstanceCount"); \ +static_assert(offsetof(SpawnerBaseComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'SpawnerBaseComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerBaseComponent_GetSpawnedInstances \ +static_assert(alignof(SpawnerBaseComponent_GetSpawnedInstances) == 0x000008, "Wrong alignment on SpawnerBaseComponent_GetSpawnedInstances"); \ +static_assert(sizeof(SpawnerBaseComponent_GetSpawnedInstances) == 0x000010, "Wrong size on SpawnerBaseComponent_GetSpawnedInstances"); \ +static_assert(offsetof(SpawnerBaseComponent_GetSpawnedInstances, ReturnValue) == 0x000000, "Member 'SpawnerBaseComponent_GetSpawnedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawnerBaseComponent \ +static_assert(alignof(USpawnerBaseComponent) == 0x000010, "Wrong alignment on USpawnerBaseComponent"); \ +static_assert(sizeof(USpawnerBaseComponent) == 0x000310, "Wrong size on USpawnerBaseComponent"); \ +static_assert(offsetof(USpawnerBaseComponent, GroupName) == 0x000200, "Member 'USpawnerBaseComponent::GroupName' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnOnBeginPlay) == 0x000208, "Member 'USpawnerBaseComponent::SpawnOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnClasses) == 0x000210, "Member 'USpawnerBaseComponent::SpawnClasses' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnClassesSoft) == 0x000220, "Member 'USpawnerBaseComponent::SpawnClassesSoft' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnCount) == 0x000230, "Member 'USpawnerBaseComponent::SpawnCount' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnDelay) == 0x000234, "Member 'USpawnerBaseComponent::SpawnDelay' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnRadiusSpread) == 0x000238, "Member 'USpawnerBaseComponent::SpawnRadiusSpread' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, IsIterativeSpawning) == 0x00023C, "Member 'USpawnerBaseComponent::IsIterativeSpawning' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnCountPerIteration) == 0x000240, "Member 'USpawnerBaseComponent::SpawnCountPerIteration' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnDelayPerIteration) == 0x000244, "Member 'USpawnerBaseComponent::SpawnDelayPerIteration' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RandomizeRotationDeviation) == 0x000248, "Member 'USpawnerBaseComponent::RandomizeRotationDeviation' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RotationRelativity) == 0x000254, "Member 'USpawnerBaseComponent::RotationRelativity' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RandomScaleMinMax) == 0x000258, "Member 'USpawnerBaseComponent::RandomScaleMinMax' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, ProjectSpawnLocationToGround) == 0x000260, "Member 'USpawnerBaseComponent::ProjectSpawnLocationToGround' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, GroundSearchDistance) == 0x000264, "Member 'USpawnerBaseComponent::GroundSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, GroundChannel) == 0x000268, "Member 'USpawnerBaseComponent::GroundChannel' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RequireGroundToSpawn) == 0x000269, "Member 'USpawnerBaseComponent::RequireGroundToSpawn' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnIntoPersistentLevel) == 0x00026A, "Member 'USpawnerBaseComponent::SpawnIntoPersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RespawnTrigger) == 0x00026B, "Member 'USpawnerBaseComponent::RespawnTrigger' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RespawnDelayMinMax) == 0x00026C, "Member 'USpawnerBaseComponent::RespawnDelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, IsSpawning) == 0x000274, "Member 'USpawnerBaseComponent::IsSpawning' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, StatusEffectsSoft) == 0x000278, "Member 'USpawnerBaseComponent::StatusEffectsSoft' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, StatusEffects) == 0x000288, "Member 'USpawnerBaseComponent::StatusEffects' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, OnSpawnerSpawned) == 0x000298, "Member 'USpawnerBaseComponent::OnSpawnerSpawned' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, OnInstanceDied) == 0x0002A8, "Member 'USpawnerBaseComponent::OnInstanceDied' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, OnAllInstancesDied) == 0x0002B8, "Member 'USpawnerBaseComponent::OnAllInstancesDied' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, OnGroupDied) == 0x0002C8, "Member 'USpawnerBaseComponent::OnGroupDied' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnedInstances) == 0x0002D8, "Member 'USpawnerBaseComponent::SpawnedInstances' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnTimer) == 0x0002E8, "Member 'USpawnerBaseComponent::SpawnTimer' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, SpawnIteration) == 0x0002F0, "Member 'USpawnerBaseComponent::SpawnIteration' has a wrong offset!"); \ +static_assert(offsetof(USpawnerBaseComponent, RemainingToSpawn) == 0x0002F4, "Member 'USpawnerBaseComponent::RemainingToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_AttemptLedgeGrab \ +static_assert(alignof(MochiMovementComponent_AttemptLedgeGrab) == 0x000004, "Wrong alignment on MochiMovementComponent_AttemptLedgeGrab"); \ +static_assert(sizeof(MochiMovementComponent_AttemptLedgeGrab) == 0x000008, "Wrong size on MochiMovementComponent_AttemptLedgeGrab"); \ +static_assert(offsetof(MochiMovementComponent_AttemptLedgeGrab, DeltaTime) == 0x000000, "Member 'MochiMovementComponent_AttemptLedgeGrab::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_AttemptLedgeGrab, AttemptGetDown) == 0x000004, "Member 'MochiMovementComponent_AttemptLedgeGrab::AttemptGetDown' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_AttemptLedgeGrab, ReturnValue) == 0x000005, "Member 'MochiMovementComponent_AttemptLedgeGrab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_CanLedgeLeap \ +static_assert(alignof(MochiMovementComponent_CanLedgeLeap) == 0x000008, "Wrong alignment on MochiMovementComponent_CanLedgeLeap"); \ +static_assert(sizeof(MochiMovementComponent_CanLedgeLeap) == 0x000010, "Wrong size on MochiMovementComponent_CanLedgeLeap"); \ +static_assert(offsetof(MochiMovementComponent_CanLedgeLeap, OutProxy) == 0x000000, "Member 'MochiMovementComponent_CanLedgeLeap::OutProxy' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_CanLedgeLeap, ReturnValue) == 0x000008, "Member 'MochiMovementComponent_CanLedgeLeap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_ConstrainTo \ +static_assert(alignof(MochiMovementComponent_ConstrainTo) == 0x000008, "Wrong alignment on MochiMovementComponent_ConstrainTo"); \ +static_assert(sizeof(MochiMovementComponent_ConstrainTo) == 0x000050, "Wrong size on MochiMovementComponent_ConstrainTo"); \ +static_assert(offsetof(MochiMovementComponent_ConstrainTo, Context) == 0x000000, "Member 'MochiMovementComponent_ConstrainTo::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsCloseToWall \ +static_assert(alignof(MochiMovementComponent_IsCloseToWall) == 0x000001, "Wrong alignment on MochiMovementComponent_IsCloseToWall"); \ +static_assert(sizeof(MochiMovementComponent_IsCloseToWall) == 0x000001, "Wrong size on MochiMovementComponent_IsCloseToWall"); \ +static_assert(offsetof(MochiMovementComponent_IsCloseToWall, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsCloseToWall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_PerformGapTrace \ +static_assert(alignof(MochiMovementComponent_PerformGapTrace) == 0x000004, "Wrong alignment on MochiMovementComponent_PerformGapTrace"); \ +static_assert(sizeof(MochiMovementComponent_PerformGapTrace) == 0x000030, "Wrong size on MochiMovementComponent_PerformGapTrace"); \ +static_assert(offsetof(MochiMovementComponent_PerformGapTrace, StepDirection) == 0x000000, "Member 'MochiMovementComponent_PerformGapTrace::StepDirection' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_PerformGapTrace, CastLocation) == 0x00000C, "Member 'MochiMovementComponent_PerformGapTrace::CastLocation' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_PerformGapTrace, CastDirection) == 0x000018, "Member 'MochiMovementComponent_PerformGapTrace::CastDirection' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_PerformGapTrace, MinMaxRange) == 0x000024, "Member 'MochiMovementComponent_PerformGapTrace::MinMaxRange' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_PerformGapTrace, ReturnValue) == 0x00002C, "Member 'MochiMovementComponent_PerformGapTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_PreprocessLedgeSensor \ +static_assert(alignof(MochiMovementComponent_PreprocessLedgeSensor) == 0x000004, "Wrong alignment on MochiMovementComponent_PreprocessLedgeSensor"); \ +static_assert(sizeof(MochiMovementComponent_PreprocessLedgeSensor) == 0x00008C, "Wrong size on MochiMovementComponent_PreprocessLedgeSensor"); \ +static_assert(offsetof(MochiMovementComponent_PreprocessLedgeSensor, SensorHit) == 0x000000, "Member 'MochiMovementComponent_PreprocessLedgeSensor::SensorHit' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_PreprocessLedgeSensor, ReturnValue) == 0x000088, "Member 'MochiMovementComponent_PreprocessLedgeSensor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_RequestGapTrace \ +static_assert(alignof(MochiMovementComponent_RequestGapTrace) == 0x000001, "Wrong alignment on MochiMovementComponent_RequestGapTrace"); \ +static_assert(sizeof(MochiMovementComponent_RequestGapTrace) == 0x000001, "Wrong size on MochiMovementComponent_RequestGapTrace"); \ +static_assert(offsetof(MochiMovementComponent_RequestGapTrace, Mode) == 0x000000, "Member 'MochiMovementComponent_RequestGapTrace::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_SetAllowTrackingGroundTransform \ +static_assert(alignof(MochiMovementComponent_SetAllowTrackingGroundTransform) == 0x000001, "Wrong alignment on MochiMovementComponent_SetAllowTrackingGroundTransform"); \ +static_assert(sizeof(MochiMovementComponent_SetAllowTrackingGroundTransform) == 0x000001, "Wrong size on MochiMovementComponent_SetAllowTrackingGroundTransform"); \ +static_assert(offsetof(MochiMovementComponent_SetAllowTrackingGroundTransform, IsEnabled) == 0x000000, "Member 'MochiMovementComponent_SetAllowTrackingGroundTransform::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_SetClimbingLock \ +static_assert(alignof(MochiMovementComponent_SetClimbingLock) == 0x000001, "Wrong alignment on MochiMovementComponent_SetClimbingLock"); \ +static_assert(sizeof(MochiMovementComponent_SetClimbingLock) == 0x000001, "Wrong size on MochiMovementComponent_SetClimbingLock"); \ +static_assert(offsetof(MochiMovementComponent_SetClimbingLock, IsEnabled) == 0x000000, "Member 'MochiMovementComponent_SetClimbingLock::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_CalcClimbCastLocation \ +static_assert(alignof(MochiMovementComponent_CalcClimbCastLocation) == 0x000004, "Wrong alignment on MochiMovementComponent_CalcClimbCastLocation"); \ +static_assert(sizeof(MochiMovementComponent_CalcClimbCastLocation) == 0x00000C, "Wrong size on MochiMovementComponent_CalcClimbCastLocation"); \ +static_assert(offsetof(MochiMovementComponent_CalcClimbCastLocation, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_CalcClimbCastLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_CalcHandPlacement \ +static_assert(alignof(MochiMovementComponent_CalcHandPlacement) == 0x000004, "Wrong alignment on MochiMovementComponent_CalcHandPlacement"); \ +static_assert(sizeof(MochiMovementComponent_CalcHandPlacement) == 0x00000C, "Wrong size on MochiMovementComponent_CalcHandPlacement"); \ +static_assert(offsetof(MochiMovementComponent_CalcHandPlacement, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_CalcHandPlacement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_CanGetDown \ +static_assert(alignof(MochiMovementComponent_CanGetDown) == 0x000001, "Wrong alignment on MochiMovementComponent_CanGetDown"); \ +static_assert(sizeof(MochiMovementComponent_CanGetDown) == 0x000001, "Wrong size on MochiMovementComponent_CanGetDown"); \ +static_assert(offsetof(MochiMovementComponent_CanGetDown, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_CanGetDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_FindSpline \ +static_assert(alignof(MochiMovementComponent_FindSpline) == 0x000008, "Wrong alignment on MochiMovementComponent_FindSpline"); \ +static_assert(sizeof(MochiMovementComponent_FindSpline) == 0x000090, "Wrong size on MochiMovementComponent_FindSpline"); \ +static_assert(offsetof(MochiMovementComponent_FindSpline, Result) == 0x000000, "Member 'MochiMovementComponent_FindSpline::Result' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_FindSpline, ReturnValue) == 0x000088, "Member 'MochiMovementComponent_FindSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_GetAnimFallDistance \ +static_assert(alignof(MochiMovementComponent_GetAnimFallDistance) == 0x000004, "Wrong alignment on MochiMovementComponent_GetAnimFallDistance"); \ +static_assert(sizeof(MochiMovementComponent_GetAnimFallDistance) == 0x000004, "Wrong size on MochiMovementComponent_GetAnimFallDistance"); \ +static_assert(offsetof(MochiMovementComponent_GetAnimFallDistance, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_GetAnimFallDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_GetFloorAnglesByOrientation \ +static_assert(alignof(MochiMovementComponent_GetFloorAnglesByOrientation) == 0x000004, "Wrong alignment on MochiMovementComponent_GetFloorAnglesByOrientation"); \ +static_assert(sizeof(MochiMovementComponent_GetFloorAnglesByOrientation) == 0x000008, "Wrong size on MochiMovementComponent_GetFloorAnglesByOrientation"); \ +static_assert(offsetof(MochiMovementComponent_GetFloorAnglesByOrientation, OutFloorPitch) == 0x000000, "Member 'MochiMovementComponent_GetFloorAnglesByOrientation::OutFloorPitch' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_GetFloorAnglesByOrientation, OutFloorRoll) == 0x000004, "Member 'MochiMovementComponent_GetFloorAnglesByOrientation::OutFloorRoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_GetLastFallDistance \ +static_assert(alignof(MochiMovementComponent_GetLastFallDistance) == 0x000004, "Wrong alignment on MochiMovementComponent_GetLastFallDistance"); \ +static_assert(sizeof(MochiMovementComponent_GetLastFallDistance) == 0x000004, "Wrong size on MochiMovementComponent_GetLastFallDistance"); \ +static_assert(offsetof(MochiMovementComponent_GetLastFallDistance, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_GetLastFallDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_GetTotalFallDistance \ +static_assert(alignof(MochiMovementComponent_GetTotalFallDistance) == 0x000004, "Wrong alignment on MochiMovementComponent_GetTotalFallDistance"); \ +static_assert(sizeof(MochiMovementComponent_GetTotalFallDistance) == 0x000004, "Wrong size on MochiMovementComponent_GetTotalFallDistance"); \ +static_assert(offsetof(MochiMovementComponent_GetTotalFallDistance, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_GetTotalFallDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsConstrained \ +static_assert(alignof(MochiMovementComponent_IsConstrained) == 0x000001, "Wrong alignment on MochiMovementComponent_IsConstrained"); \ +static_assert(sizeof(MochiMovementComponent_IsConstrained) == 0x000001, "Wrong size on MochiMovementComponent_IsConstrained"); \ +static_assert(offsetof(MochiMovementComponent_IsConstrained, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsConstrained::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsHitSurfaceSlidable \ +static_assert(alignof(MochiMovementComponent_IsHitSurfaceSlidable) == 0x000004, "Wrong alignment on MochiMovementComponent_IsHitSurfaceSlidable"); \ +static_assert(sizeof(MochiMovementComponent_IsHitSurfaceSlidable) == 0x00008C, "Wrong size on MochiMovementComponent_IsHitSurfaceSlidable"); \ +static_assert(offsetof(MochiMovementComponent_IsHitSurfaceSlidable, Hit) == 0x000000, "Member 'MochiMovementComponent_IsHitSurfaceSlidable::Hit' has a wrong offset!"); \ +static_assert(offsetof(MochiMovementComponent_IsHitSurfaceSlidable, ReturnValue) == 0x000088, "Member 'MochiMovementComponent_IsHitSurfaceSlidable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsLedgeClimbing \ +static_assert(alignof(MochiMovementComponent_IsLedgeClimbing) == 0x000001, "Wrong alignment on MochiMovementComponent_IsLedgeClimbing"); \ +static_assert(sizeof(MochiMovementComponent_IsLedgeClimbing) == 0x000001, "Wrong size on MochiMovementComponent_IsLedgeClimbing"); \ +static_assert(offsetof(MochiMovementComponent_IsLedgeClimbing, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsLedgeClimbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsLedgeGrabbing \ +static_assert(alignof(MochiMovementComponent_IsLedgeGrabbing) == 0x000001, "Wrong alignment on MochiMovementComponent_IsLedgeGrabbing"); \ +static_assert(sizeof(MochiMovementComponent_IsLedgeGrabbing) == 0x000001, "Wrong size on MochiMovementComponent_IsLedgeGrabbing"); \ +static_assert(offsetof(MochiMovementComponent_IsLedgeGrabbing, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsLedgeGrabbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsPoseWarping \ +static_assert(alignof(MochiMovementComponent_IsPoseWarping) == 0x000001, "Wrong alignment on MochiMovementComponent_IsPoseWarping"); \ +static_assert(sizeof(MochiMovementComponent_IsPoseWarping) == 0x000001, "Wrong size on MochiMovementComponent_IsPoseWarping"); \ +static_assert(offsetof(MochiMovementComponent_IsPoseWarping, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsPoseWarping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsSliding \ +static_assert(alignof(MochiMovementComponent_IsSliding) == 0x000001, "Wrong alignment on MochiMovementComponent_IsSliding"); \ +static_assert(sizeof(MochiMovementComponent_IsSliding) == 0x000001, "Wrong size on MochiMovementComponent_IsSliding"); \ +static_assert(offsetof(MochiMovementComponent_IsSliding, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsSliding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsSurfaceSwimming \ +static_assert(alignof(MochiMovementComponent_IsSurfaceSwimming) == 0x000001, "Wrong alignment on MochiMovementComponent_IsSurfaceSwimming"); \ +static_assert(sizeof(MochiMovementComponent_IsSurfaceSwimming) == 0x000001, "Wrong size on MochiMovementComponent_IsSurfaceSwimming"); \ +static_assert(offsetof(MochiMovementComponent_IsSurfaceSwimming, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsSurfaceSwimming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMovementComponent_IsWallSliding \ +static_assert(alignof(MochiMovementComponent_IsWallSliding) == 0x000001, "Wrong alignment on MochiMovementComponent_IsWallSliding"); \ +static_assert(sizeof(MochiMovementComponent_IsWallSliding) == 0x000001, "Wrong size on MochiMovementComponent_IsWallSliding"); \ +static_assert(offsetof(MochiMovementComponent_IsWallSliding, ReturnValue) == 0x000000, "Member 'MochiMovementComponent_IsWallSliding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiMovementComponent \ +static_assert(alignof(UMochiMovementComponent) == 0x000010, "Wrong alignment on UMochiMovementComponent"); \ +static_assert(sizeof(UMochiMovementComponent) == 0x000E80, "Wrong size on UMochiMovementComponent"); \ +static_assert(offsetof(UMochiMovementComponent, RVOPadding) == 0x000AF0, "Member 'UMochiMovementComponent::RVOPadding' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, TurnRotationEnabled) == 0x000AF4, "Member 'UMochiMovementComponent::TurnRotationEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, TurnLeftAngleThreshold) == 0x000AF8, "Member 'UMochiMovementComponent::TurnLeftAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, TurnRightAngleThreshold) == 0x000AFC, "Member 'UMochiMovementComponent::TurnRightAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, CanSlide) == 0x000B00, "Member 'UMochiMovementComponent::CanSlide' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideBoostFactor) == 0x000B04, "Member 'UMochiMovementComponent::SlideBoostFactor' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideNormalSmoothSpeed) == 0x000B08, "Member 'UMochiMovementComponent::SlideNormalSmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideYawSmoothSpeed) == 0x000B0C, "Member 'UMochiMovementComponent::SlideYawSmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideTerminalVelocity) == 0x000B10, "Member 'UMochiMovementComponent::SlideTerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideCosAngleRequirement) == 0x000B14, "Member 'UMochiMovementComponent::SlideCosAngleRequirement' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideStopFriction) == 0x000B18, "Member 'UMochiMovementComponent::SlideStopFriction' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideStopSpeedThreshold) == 0x000B1C, "Member 'UMochiMovementComponent::SlideStopSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideInitialBoostVelocityThreshold) == 0x000B20, "Member 'UMochiMovementComponent::SlideInitialBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideInitialBoostStrength) == 0x000B24, "Member 'UMochiMovementComponent::SlideInitialBoostStrength' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideWallBumpRepulsionForce) == 0x000B28, "Member 'UMochiMovementComponent::SlideWallBumpRepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideHorizontalInputScalar) == 0x000B2C, "Member 'UMochiMovementComponent::SlideHorizontalInputScalar' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SlideTwistLimit) == 0x000B30, "Member 'UMochiMovementComponent::SlideTwistLimit' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, CanClimb) == 0x000B34, "Member 'UMochiMovementComponent::CanClimb' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, GrabCascadeDepth) == 0x000B38, "Member 'UMochiMovementComponent::GrabCascadeDepth' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, GrabCascadeSubsteps) == 0x000B3C, "Member 'UMochiMovementComponent::GrabCascadeSubsteps' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, GrabCascadeVelocityPadding) == 0x000B40, "Member 'UMochiMovementComponent::GrabCascadeVelocityPadding' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, GrabCastOffset) == 0x000B44, "Member 'UMochiMovementComponent::GrabCastOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ClimbTraceWhiskerAngle) == 0x000B48, "Member 'UMochiMovementComponent::ClimbTraceWhiskerAngle' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, InputReverseDotThreshold) == 0x000B4C, "Member 'UMochiMovementComponent::InputReverseDotThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeLeapCastLength) == 0x000B50, "Member 'UMochiMovementComponent::LedgeLeapCastLength' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeLeapCastVerticalOffset) == 0x000B54, "Member 'UMochiMovementComponent::LedgeLeapCastVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeClimbHorizontalCastDistance) == 0x000B58, "Member 'UMochiMovementComponent::LedgeClimbHorizontalCastDistance' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeLeapExtents) == 0x000B5C, "Member 'UMochiMovementComponent::LedgeLeapExtents' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeClimbCastExtents) == 0x000B68, "Member 'UMochiMovementComponent::LedgeClimbCastExtents' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ClimbingVerticalOffset) == 0x000B74, "Member 'UMochiMovementComponent::ClimbingVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ClimbingDepthOffset) == 0x000B78, "Member 'UMochiMovementComponent::ClimbingDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, IsWallInFrontOfMe) == 0x000B7C, "Member 'UMochiMovementComponent::IsWallInFrontOfMe' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, IsClimbLockActive) == 0x000B7D, "Member 'UMochiMovementComponent::IsClimbLockActive' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, HorizontalGapSearchMinMax) == 0x000B80, "Member 'UMochiMovementComponent::HorizontalGapSearchMinMax' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, VerticalGapSearchMinMax) == 0x000B88, "Member 'UMochiMovementComponent::VerticalGapSearchMinMax' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ClimbingContext) == 0x000B90, "Member 'UMochiMovementComponent::ClimbingContext' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, GrabSearchChannel) == 0x000C08, "Member 'UMochiMovementComponent::GrabSearchChannel' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LastHeldLocation) == 0x000C0C, "Member 'UMochiMovementComponent::LastHeldLocation' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ClimbVerticalSearchInputThreshold) == 0x000C18, "Member 'UMochiMovementComponent::ClimbVerticalSearchInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeLaunchSquash) == 0x000C1C, "Member 'UMochiMovementComponent::LedgeLaunchSquash' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, JumpBufferFrames) == 0x000C20, "Member 'UMochiMovementComponent::JumpBufferFrames' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ReturnToSurfaceSpeed) == 0x000C24, "Member 'UMochiMovementComponent::ReturnToSurfaceSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SwimmingDepth) == 0x000C28, "Member 'UMochiMovementComponent::SwimmingDepth' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SwimWallMaxDot) == 0x000C2C, "Member 'UMochiMovementComponent::SwimWallMaxDot' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, WaterCurrentLerpSpeed) == 0x000C30, "Member 'UMochiMovementComponent::WaterCurrentLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, UseSoftCollision) == 0x000C34, "Member 'UMochiMovementComponent::UseSoftCollision' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, IsInfluencedBySoftCollision) == 0x000C35, "Member 'UMochiMovementComponent::IsInfluencedBySoftCollision' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionRadiusOffset) == 0x000C38, "Member 'UMochiMovementComponent::SoftCollisionRadiusOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionOverlapBuffer) == 0x000C3C, "Member 'UMochiMovementComponent::SoftCollisionOverlapBuffer' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionWeight) == 0x000C40, "Member 'UMochiMovementComponent::SoftCollisionWeight' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionResolutionVelocity) == 0x000C44, "Member 'UMochiMovementComponent::SoftCollisionResolutionVelocity' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionStartForceThreshold) == 0x000C48, "Member 'UMochiMovementComponent::SoftCollisionStartForceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionStopForceThreshold) == 0x000C4C, "Member 'UMochiMovementComponent::SoftCollisionStopForceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionAvoidsLeavingNavmesh) == 0x000C50, "Member 'UMochiMovementComponent::SoftCollisionAvoidsLeavingNavmesh' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ApplyTurnDeceleration) == 0x000C51, "Member 'UMochiMovementComponent::ApplyTurnDeceleration' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, TurnDecelerationCurve) == 0x000C58, "Member 'UMochiMovementComponent::TurnDecelerationCurve' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, TurnDecelerationInputBufferTime) == 0x000CE0, "Member 'UMochiMovementComponent::TurnDecelerationInputBufferTime' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SoftCollisionManager) == 0x000CE8, "Member 'UMochiMovementComponent::SoftCollisionManager' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ConstrainContext) == 0x000CF0, "Member 'UMochiMovementComponent::ConstrainContext' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, FallDamageSettings) == 0x000D40, "Member 'UMochiMovementComponent::FallDamageSettings' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, FallStartLocation) == 0x000D6C, "Member 'UMochiMovementComponent::FallStartLocation' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, AnimFallStartLocation) == 0x000D78, "Member 'UMochiMovementComponent::AnimFallStartLocation' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, ApexCount) == 0x000D84, "Member 'UMochiMovementComponent::ApexCount' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, DebugDraw) == 0x000D88, "Member 'UMochiMovementComponent::DebugDraw' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, OnFlailBegan) == 0x000D8C, "Member 'UMochiMovementComponent::OnFlailBegan' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, OnWillDieToFallDamage) == 0x000D9C, "Member 'UMochiMovementComponent::OnWillDieToFallDamage' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, HasDispatchedFallDamageDeath) == 0x000DAC, "Member 'UMochiMovementComponent::HasDispatchedFallDamageDeath' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, OnSurfaceSwimBegan) == 0x000DB0, "Member 'UMochiMovementComponent::OnSurfaceSwimBegan' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, OnSurfaceSwimEnded) == 0x000DC0, "Member 'UMochiMovementComponent::OnSurfaceSwimEnded' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, OnLedgeBecameInvalid) == 0x000DD0, "Member 'UMochiMovementComponent::OnLedgeBecameInvalid' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, OnSlideBump) == 0x000DE0, "Member 'UMochiMovementComponent::OnSlideBump' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LiquidDeadzoneSurfaceType) == 0x000DF0, "Member 'UMochiMovementComponent::LiquidDeadzoneSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, SkeletalMesh) == 0x000DF8, "Member 'UMochiMovementComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LedgeSensor) == 0x000E00, "Member 'UMochiMovementComponent::LedgeSensor' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, RequiredSurfaceNormalWorldUpAlignment) == 0x000E08, "Member 'UMochiMovementComponent::RequiredSurfaceNormalWorldUpAlignment' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, PendingTraceMode) == 0x000E0C, "Member 'UMochiMovementComponent::PendingTraceMode' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, GroundTrackingPreventionCount) == 0x000E10, "Member 'UMochiMovementComponent::GroundTrackingPreventionCount' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LastGroundedTransform) == 0x000E20, "Member 'UMochiMovementComponent::LastGroundedTransform' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LastFallDistance) == 0x000E50, "Member 'UMochiMovementComponent::LastFallDistance' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LastAnimFallDistance) == 0x000E54, "Member 'UMochiMovementComponent::LastAnimFallDistance' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, FlailPreventionCount) == 0x000E58, "Member 'UMochiMovementComponent::FlailPreventionCount' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, WaterCurrentVelocity) == 0x000E5C, "Member 'UMochiMovementComponent::WaterCurrentVelocity' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, LiquidDZProximitySensor) == 0x000E68, "Member 'UMochiMovementComponent::LiquidDZProximitySensor' has a wrong offset!"); \ +static_assert(offsetof(UMochiMovementComponent, InputBuffer) == 0x000E70, "Member 'UMochiMovementComponent::InputBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSpawnerComponent_HasValidAnimation \ +static_assert(alignof(AnimSpawnerComponent_HasValidAnimation) == 0x000001, "Wrong alignment on AnimSpawnerComponent_HasValidAnimation"); \ +static_assert(sizeof(AnimSpawnerComponent_HasValidAnimation) == 0x000001, "Wrong size on AnimSpawnerComponent_HasValidAnimation"); \ +static_assert(offsetof(AnimSpawnerComponent_HasValidAnimation, ReturnValue) == 0x000000, "Member 'AnimSpawnerComponent_HasValidAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSpawnerComponent_OnSpawnAnimationCompleteHandler \ +static_assert(alignof(AnimSpawnerComponent_OnSpawnAnimationCompleteHandler) == 0x000008, "Wrong alignment on AnimSpawnerComponent_OnSpawnAnimationCompleteHandler"); \ +static_assert(sizeof(AnimSpawnerComponent_OnSpawnAnimationCompleteHandler) == 0x000010, "Wrong size on AnimSpawnerComponent_OnSpawnAnimationCompleteHandler"); \ +static_assert(offsetof(AnimSpawnerComponent_OnSpawnAnimationCompleteHandler, Instances) == 0x000000, "Member 'AnimSpawnerComponent_OnSpawnAnimationCompleteHandler::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSpawnerComponent_OnSpawnerSpawnedHandler \ +static_assert(alignof(AnimSpawnerComponent_OnSpawnerSpawnedHandler) == 0x000008, "Wrong alignment on AnimSpawnerComponent_OnSpawnerSpawnedHandler"); \ +static_assert(sizeof(AnimSpawnerComponent_OnSpawnerSpawnedHandler) == 0x000018, "Wrong size on AnimSpawnerComponent_OnSpawnerSpawnedHandler"); \ +static_assert(offsetof(AnimSpawnerComponent_OnSpawnerSpawnedHandler, FromSpawner) == 0x000000, "Member 'AnimSpawnerComponent_OnSpawnerSpawnedHandler::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(AnimSpawnerComponent_OnSpawnerSpawnedHandler, Instances) == 0x000008, "Member 'AnimSpawnerComponent_OnSpawnerSpawnedHandler::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSpawnerComponent_TryPauseBehaviorTree \ +static_assert(alignof(AnimSpawnerComponent_TryPauseBehaviorTree) == 0x000008, "Wrong alignment on AnimSpawnerComponent_TryPauseBehaviorTree"); \ +static_assert(sizeof(AnimSpawnerComponent_TryPauseBehaviorTree) == 0x000008, "Wrong size on AnimSpawnerComponent_TryPauseBehaviorTree"); \ +static_assert(offsetof(AnimSpawnerComponent_TryPauseBehaviorTree, Instance) == 0x000000, "Member 'AnimSpawnerComponent_TryPauseBehaviorTree::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSpawnerComponent \ +static_assert(alignof(UAnimSpawnerComponent) == 0x000010, "Wrong alignment on UAnimSpawnerComponent"); \ +static_assert(sizeof(UAnimSpawnerComponent) == 0x000340, "Wrong size on UAnimSpawnerComponent"); \ +static_assert(offsetof(UAnimSpawnerComponent, OnAnimationComplete) == 0x000308, "Member 'UAnimSpawnerComponent::OnAnimationComplete' has a wrong offset!"); \ +static_assert(offsetof(UAnimSpawnerComponent, SpawnAnimation) == 0x000318, "Member 'UAnimSpawnerComponent::SpawnAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSpawnerComponent, PlayRate) == 0x000320, "Member 'UAnimSpawnerComponent::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSpawnerComponent, PauseBehaviorTreeDuringAnimation) == 0x000324, "Member 'UAnimSpawnerComponent::PauseBehaviorTreeDuringAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSpawnerComponent, PausedBehaviorTrees) == 0x000328, "Member 'UAnimSpawnerComponent::PausedBehaviorTrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncVillagerSpawnerComponent \ +static_assert(alignof(UAsyncVillagerSpawnerComponent) == 0x000010, "Wrong alignment on UAsyncVillagerSpawnerComponent"); \ +static_assert(sizeof(UAsyncVillagerSpawnerComponent) == 0x000400, "Wrong size on UAsyncVillagerSpawnerComponent"); \ +static_assert(offsetof(UAsyncVillagerSpawnerComponent, VillagerDataHandle) == 0x000200, "Member 'UAsyncVillagerSpawnerComponent::VillagerDataHandle' has a wrong offset!"); \ +static_assert(offsetof(UAsyncVillagerSpawnerComponent, MeshTable) == 0x000210, "Member 'UAsyncVillagerSpawnerComponent::MeshTable' has a wrong offset!"); \ +static_assert(offsetof(UAsyncVillagerSpawnerComponent, VillagerMeshData) == 0x000220, "Member 'UAsyncVillagerSpawnerComponent::VillagerMeshData' has a wrong offset!"); \ +static_assert(offsetof(UAsyncVillagerSpawnerComponent, SpawnedVillagerActorClass) == 0x0003D0, "Member 'UAsyncVillagerSpawnerComponent::SpawnedVillagerActorClass' has a wrong offset!"); \ +static_assert(offsetof(UAsyncVillagerSpawnerComponent, Villager) == 0x0003F8, "Member 'UAsyncVillagerSpawnerComponent::Villager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiLevelSequence_HandleSequenceComplete \ +static_assert(alignof(MochiLevelSequence_HandleSequenceComplete) == 0x000001, "Wrong alignment on MochiLevelSequence_HandleSequenceComplete"); \ +static_assert(sizeof(MochiLevelSequence_HandleSequenceComplete) == 0x000002, "Wrong size on MochiLevelSequence_HandleSequenceComplete"); \ +static_assert(offsetof(MochiLevelSequence_HandleSequenceComplete, WasSkipped) == 0x000000, "Member 'MochiLevelSequence_HandleSequenceComplete::WasSkipped' has a wrong offset!"); \ +static_assert(offsetof(MochiLevelSequence_HandleSequenceComplete, IsReset) == 0x000001, "Member 'MochiLevelSequence_HandleSequenceComplete::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiLevelSequence_PlaySequence \ +static_assert(alignof(MochiLevelSequence_PlaySequence) == 0x000008, "Wrong alignment on MochiLevelSequence_PlaySequence"); \ +static_assert(sizeof(MochiLevelSequence_PlaySequence) == 0x000008, "Wrong size on MochiLevelSequence_PlaySequence"); \ +static_assert(offsetof(MochiLevelSequence_PlaySequence, Params_0) == 0x000000, "Member 'MochiLevelSequence_PlaySequence::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiLevelSequence_PlaySequenceReversed \ +static_assert(alignof(MochiLevelSequence_PlaySequenceReversed) == 0x000008, "Wrong alignment on MochiLevelSequence_PlaySequenceReversed"); \ +static_assert(sizeof(MochiLevelSequence_PlaySequenceReversed) == 0x000008, "Wrong size on MochiLevelSequence_PlaySequenceReversed"); \ +static_assert(offsetof(MochiLevelSequence_PlaySequenceReversed, Params_0) == 0x000000, "Member 'MochiLevelSequence_PlaySequenceReversed::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiLevelSequence_SetHidePlayer \ +static_assert(alignof(MochiLevelSequence_SetHidePlayer) == 0x000001, "Wrong alignment on MochiLevelSequence_SetHidePlayer"); \ +static_assert(sizeof(MochiLevelSequence_SetHidePlayer) == 0x000001, "Wrong size on MochiLevelSequence_SetHidePlayer"); \ +static_assert(offsetof(MochiLevelSequence_SetHidePlayer, Hide) == 0x000000, "Member 'MochiLevelSequence_SetHidePlayer::Hide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiLevelSequence \ +static_assert(alignof(AMochiLevelSequence) == 0x000008, "Wrong alignment on AMochiLevelSequence"); \ +static_assert(sizeof(AMochiLevelSequence) == 0x000300, "Wrong size on AMochiLevelSequence"); \ +static_assert(offsetof(AMochiLevelSequence, OnSequenceBegin) == 0x0002B8, "Member 'AMochiLevelSequence::OnSequenceBegin' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelSequence, OnSequenceComplete) == 0x0002C8, "Member 'AMochiLevelSequence::OnSequenceComplete' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelSequence, OnSequenceEvent) == 0x0002D8, "Member 'AMochiLevelSequence::OnSequenceEvent' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelSequence, HideHeroRotInWorld) == 0x0002E8, "Member 'AMochiLevelSequence::HideHeroRotInWorld' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelSequence, SubtitleMapping) == 0x0002F0, "Member 'AMochiLevelSequence::SubtitleMapping' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelSequence, DisablesGameSpeedDilation) == 0x0002F8, "Member 'AMochiLevelSequence::DisablesGameSpeedDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttachToParentComponent \ +static_assert(alignof(UAttachToParentComponent) == 0x000008, "Wrong alignment on UAttachToParentComponent"); \ +static_assert(sizeof(UAttachToParentComponent) == 0x0000C8, "Wrong size on UAttachToParentComponent"); \ +static_assert(offsetof(UAttachToParentComponent, ComponentName) == 0x0000B0, "Member 'UAttachToParentComponent::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(UAttachToParentComponent, SocketName) == 0x0000B8, "Member 'UAttachToParentComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAttachToParentComponent, LocationRule) == 0x0000C0, "Member 'UAttachToParentComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(UAttachToParentComponent, RotationRule) == 0x0000C1, "Member 'UAttachToParentComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(UAttachToParentComponent, ScaleRule) == 0x0000C2, "Member 'UAttachToParentComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UAttachToParentComponent, WeldSimulatedBodies) == 0x0000C3, "Member 'UAttachToParentComponent::WeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_BeginAttackCharge \ +static_assert(alignof(AttackManagerComponent_BeginAttackCharge) == 0x000008, "Wrong alignment on AttackManagerComponent_BeginAttackCharge"); \ +static_assert(sizeof(AttackManagerComponent_BeginAttackCharge) == 0x000018, "Wrong size on AttackManagerComponent_BeginAttackCharge"); \ +static_assert(offsetof(AttackManagerComponent_BeginAttackCharge, ContextName) == 0x000000, "Member 'AttackManagerComponent_BeginAttackCharge::ContextName' has a wrong offset!"); \ +static_assert(offsetof(AttackManagerComponent_BeginAttackCharge, NotifyLength) == 0x000008, "Member 'AttackManagerComponent_BeginAttackCharge::NotifyLength' has a wrong offset!"); \ +static_assert(offsetof(AttackManagerComponent_BeginAttackCharge, Anim) == 0x000010, "Member 'AttackManagerComponent_BeginAttackCharge::Anim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_ConsumeQueue \ +static_assert(alignof(AttackManagerComponent_ConsumeQueue) == 0x000001, "Wrong alignment on AttackManagerComponent_ConsumeQueue"); \ +static_assert(sizeof(AttackManagerComponent_ConsumeQueue) == 0x000001, "Wrong size on AttackManagerComponent_ConsumeQueue"); \ +static_assert(offsetof(AttackManagerComponent_ConsumeQueue, ReturnValue) == 0x000000, "Member 'AttackManagerComponent_ConsumeQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_EndAttackCharge \ +static_assert(alignof(AttackManagerComponent_EndAttackCharge) == 0x000001, "Wrong alignment on AttackManagerComponent_EndAttackCharge"); \ +static_assert(sizeof(AttackManagerComponent_EndAttackCharge) == 0x000001, "Wrong size on AttackManagerComponent_EndAttackCharge"); \ +static_assert(offsetof(AttackManagerComponent_EndAttackCharge, NotifyEnded) == 0x000000, "Member 'AttackManagerComponent_EndAttackCharge::NotifyEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_QueueAttack \ +static_assert(alignof(AttackManagerComponent_QueueAttack) == 0x000001, "Wrong alignment on AttackManagerComponent_QueueAttack"); \ +static_assert(sizeof(AttackManagerComponent_QueueAttack) == 0x000002, "Wrong size on AttackManagerComponent_QueueAttack"); \ +static_assert(offsetof(AttackManagerComponent_QueueAttack, attackType) == 0x000000, "Member 'AttackManagerComponent_QueueAttack::attackType' has a wrong offset!"); \ +static_assert(offsetof(AttackManagerComponent_QueueAttack, ReturnValue) == 0x000001, "Member 'AttackManagerComponent_QueueAttack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_SetCanQueueAttacks \ +static_assert(alignof(AttackManagerComponent_SetCanQueueAttacks) == 0x000001, "Wrong alignment on AttackManagerComponent_SetCanQueueAttacks"); \ +static_assert(sizeof(AttackManagerComponent_SetCanQueueAttacks) == 0x000001, "Wrong size on AttackManagerComponent_SetCanQueueAttacks"); \ +static_assert(offsetof(AttackManagerComponent_SetCanQueueAttacks, Value) == 0x000000, "Member 'AttackManagerComponent_SetCanQueueAttacks::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_GetCanQueueAttack \ +static_assert(alignof(AttackManagerComponent_GetCanQueueAttack) == 0x000001, "Wrong alignment on AttackManagerComponent_GetCanQueueAttack"); \ +static_assert(sizeof(AttackManagerComponent_GetCanQueueAttack) == 0x000001, "Wrong size on AttackManagerComponent_GetCanQueueAttack"); \ +static_assert(offsetof(AttackManagerComponent_GetCanQueueAttack, ReturnValue) == 0x000000, "Member 'AttackManagerComponent_GetCanQueueAttack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_GetChargeValue \ +static_assert(alignof(AttackManagerComponent_GetChargeValue) == 0x000004, "Wrong alignment on AttackManagerComponent_GetChargeValue"); \ +static_assert(sizeof(AttackManagerComponent_GetChargeValue) == 0x000004, "Wrong size on AttackManagerComponent_GetChargeValue"); \ +static_assert(offsetof(AttackManagerComponent_GetChargeValue, ReturnValue) == 0x000000, "Member 'AttackManagerComponent_GetChargeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackManagerComponent_IsAttackQueued \ +static_assert(alignof(AttackManagerComponent_IsAttackQueued) == 0x000001, "Wrong alignment on AttackManagerComponent_IsAttackQueued"); \ +static_assert(sizeof(AttackManagerComponent_IsAttackQueued) == 0x000001, "Wrong size on AttackManagerComponent_IsAttackQueued"); \ +static_assert(offsetof(AttackManagerComponent_IsAttackQueued, ReturnValue) == 0x000000, "Member 'AttackManagerComponent_IsAttackQueued::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttackManagerComponent \ +static_assert(alignof(UAttackManagerComponent) == 0x000008, "Wrong alignment on UAttackManagerComponent"); \ +static_assert(sizeof(UAttackManagerComponent) == 0x0000E8, "Wrong size on UAttackManagerComponent"); \ +static_assert(offsetof(UAttackManagerComponent, AttackQueue) == 0x0000B0, "Member 'UAttackManagerComponent::AttackQueue' has a wrong offset!"); \ +static_assert(offsetof(UAttackManagerComponent, LastAttack) == 0x0000C0, "Member 'UAttackManagerComponent::LastAttack' has a wrong offset!"); \ +static_assert(offsetof(UAttackManagerComponent, ChargeHeld) == 0x0000C1, "Member 'UAttackManagerComponent::ChargeHeld' has a wrong offset!"); \ +static_assert(offsetof(UAttackManagerComponent, mbCanQueueAttacks) == 0x0000C2, "Member 'UAttackManagerComponent::mbCanQueueAttacks' has a wrong offset!"); \ +static_assert(offsetof(UAttackManagerComponent, ChargeContext) == 0x0000C4, "Member 'UAttackManagerComponent::ChargeContext' has a wrong offset!"); \ +static_assert(offsetof(UAttackManagerComponent, QueueSizeLimit) == 0x0000E0, "Member 'UAttackManagerComponent::QueueSizeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPhysicsVolume_TriggerDisableVolume \ +static_assert(alignof(MochiPhysicsVolume_TriggerDisableVolume) == 0x000008, "Wrong alignment on MochiPhysicsVolume_TriggerDisableVolume"); \ +static_assert(sizeof(MochiPhysicsVolume_TriggerDisableVolume) == 0x000008, "Wrong size on MochiPhysicsVolume_TriggerDisableVolume"); \ +static_assert(offsetof(MochiPhysicsVolume_TriggerDisableVolume, Params_0) == 0x000000, "Member 'MochiPhysicsVolume_TriggerDisableVolume::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPhysicsVolume_TriggerEnableVolume \ +static_assert(alignof(MochiPhysicsVolume_TriggerEnableVolume) == 0x000008, "Wrong alignment on MochiPhysicsVolume_TriggerEnableVolume"); \ +static_assert(sizeof(MochiPhysicsVolume_TriggerEnableVolume) == 0x000008, "Wrong size on MochiPhysicsVolume_TriggerEnableVolume"); \ +static_assert(offsetof(MochiPhysicsVolume_TriggerEnableVolume, Params_0) == 0x000000, "Member 'MochiPhysicsVolume_TriggerEnableVolume::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiPhysicsVolume \ +static_assert(alignof(AMochiPhysicsVolume) == 0x000008, "Wrong alignment on AMochiPhysicsVolume"); \ +static_assert(sizeof(AMochiPhysicsVolume) == 0x000280, "Wrong size on AMochiPhysicsVolume"); \ +static_assert(offsetof(AMochiPhysicsVolume, IsSwimmingVolume) == 0x000270, "Member 'AMochiPhysicsVolume::IsSwimmingVolume' has a wrong offset!"); \ +static_assert(offsetof(AMochiPhysicsVolume, IsWetnessVolume) == 0x000271, "Member 'AMochiPhysicsVolume::IsWetnessVolume' has a wrong offset!"); \ +static_assert(offsetof(AMochiPhysicsVolume, StartEnabled) == 0x000272, "Member 'AMochiPhysicsVolume::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(AMochiPhysicsVolume, SaveGame) == 0x000278, "Member 'AMochiPhysicsVolume::SaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_CheckInToken \ +static_assert(alignof(AttackTokenAttackerComponent_CheckInToken) == 0x000001, "Wrong alignment on AttackTokenAttackerComponent_CheckInToken"); \ +static_assert(sizeof(AttackTokenAttackerComponent_CheckInToken) == 0x000001, "Wrong size on AttackTokenAttackerComponent_CheckInToken"); \ +static_assert(offsetof(AttackTokenAttackerComponent_CheckInToken, ReturnValue) == 0x000000, "Member 'AttackTokenAttackerComponent_CheckInToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_SetTokenLocked \ +static_assert(alignof(AttackTokenAttackerComponent_SetTokenLocked) == 0x000001, "Wrong alignment on AttackTokenAttackerComponent_SetTokenLocked"); \ +static_assert(sizeof(AttackTokenAttackerComponent_SetTokenLocked) == 0x000002, "Wrong size on AttackTokenAttackerComponent_SetTokenLocked"); \ +static_assert(offsetof(AttackTokenAttackerComponent_SetTokenLocked, Locked) == 0x000000, "Member 'AttackTokenAttackerComponent_SetTokenLocked::Locked' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenAttackerComponent_SetTokenLocked, ReturnValue) == 0x000001, "Member 'AttackTokenAttackerComponent_SetTokenLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_SetTokenStealingPriorityGetter \ +static_assert(alignof(AttackTokenAttackerComponent_SetTokenStealingPriorityGetter) == 0x000004, "Wrong alignment on AttackTokenAttackerComponent_SetTokenStealingPriorityGetter"); \ +static_assert(sizeof(AttackTokenAttackerComponent_SetTokenStealingPriorityGetter) == 0x000010, "Wrong size on AttackTokenAttackerComponent_SetTokenStealingPriorityGetter"); \ +static_assert(offsetof(AttackTokenAttackerComponent_SetTokenStealingPriorityGetter, Getter) == 0x000000, "Member 'AttackTokenAttackerComponent_SetTokenStealingPriorityGetter::Getter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_GetIsAggressive \ +static_assert(alignof(AttackTokenAttackerComponent_GetIsAggressive) == 0x000001, "Wrong alignment on AttackTokenAttackerComponent_GetIsAggressive"); \ +static_assert(sizeof(AttackTokenAttackerComponent_GetIsAggressive) == 0x000001, "Wrong size on AttackTokenAttackerComponent_GetIsAggressive"); \ +static_assert(offsetof(AttackTokenAttackerComponent_GetIsAggressive, ReturnValue) == 0x000000, "Member 'AttackTokenAttackerComponent_GetIsAggressive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_GetIsTokenLocked \ +static_assert(alignof(AttackTokenAttackerComponent_GetIsTokenLocked) == 0x000001, "Wrong alignment on AttackTokenAttackerComponent_GetIsTokenLocked"); \ +static_assert(sizeof(AttackTokenAttackerComponent_GetIsTokenLocked) == 0x000001, "Wrong size on AttackTokenAttackerComponent_GetIsTokenLocked"); \ +static_assert(offsetof(AttackTokenAttackerComponent_GetIsTokenLocked, ReturnValue) == 0x000000, "Member 'AttackTokenAttackerComponent_GetIsTokenLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_GetTokenStealingPriority \ +static_assert(alignof(AttackTokenAttackerComponent_GetTokenStealingPriority) == 0x000004, "Wrong alignment on AttackTokenAttackerComponent_GetTokenStealingPriority"); \ +static_assert(sizeof(AttackTokenAttackerComponent_GetTokenStealingPriority) == 0x000004, "Wrong size on AttackTokenAttackerComponent_GetTokenStealingPriority"); \ +static_assert(offsetof(AttackTokenAttackerComponent_GetTokenStealingPriority, ReturnValue) == 0x000000, "Member 'AttackTokenAttackerComponent_GetTokenStealingPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_HasAttackToken \ +static_assert(alignof(AttackTokenAttackerComponent_HasAttackToken) == 0x000001, "Wrong alignment on AttackTokenAttackerComponent_HasAttackToken"); \ +static_assert(sizeof(AttackTokenAttackerComponent_HasAttackToken) == 0x000001, "Wrong size on AttackTokenAttackerComponent_HasAttackToken"); \ +static_assert(offsetof(AttackTokenAttackerComponent_HasAttackToken, ReturnValue) == 0x000000, "Member 'AttackTokenAttackerComponent_HasAttackToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenAttackerComponent_HasAttackTokenOfType \ +static_assert(alignof(AttackTokenAttackerComponent_HasAttackTokenOfType) == 0x000001, "Wrong alignment on AttackTokenAttackerComponent_HasAttackTokenOfType"); \ +static_assert(sizeof(AttackTokenAttackerComponent_HasAttackTokenOfType) == 0x000002, "Wrong size on AttackTokenAttackerComponent_HasAttackTokenOfType"); \ +static_assert(offsetof(AttackTokenAttackerComponent_HasAttackTokenOfType, Type) == 0x000000, "Member 'AttackTokenAttackerComponent_HasAttackTokenOfType::Type' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenAttackerComponent_HasAttackTokenOfType, ReturnValue) == 0x000001, "Member 'AttackTokenAttackerComponent_HasAttackTokenOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttackTokenAttackerComponent \ +static_assert(alignof(UAttackTokenAttackerComponent) == 0x000008, "Wrong alignment on UAttackTokenAttackerComponent"); \ +static_assert(sizeof(UAttackTokenAttackerComponent) == 0x000120, "Wrong size on UAttackTokenAttackerComponent"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, OnTokenStatusChanged) == 0x0000B0, "Member 'UAttackTokenAttackerComponent::OnTokenStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, OnTokenCheckedOut) == 0x0000C0, "Member 'UAttackTokenAttackerComponent::OnTokenCheckedOut' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, OnTokenCheckedIn) == 0x0000D0, "Member 'UAttackTokenAttackerComponent::OnTokenCheckedIn' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, OnTokenStolen) == 0x0000E0, "Member 'UAttackTokenAttackerComponent::OnTokenStolen' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, StealingPriorityGetter) == 0x0000F0, "Member 'UAttackTokenAttackerComponent::StealingPriorityGetter' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, TokenType) == 0x000100, "Member 'UAttackTokenAttackerComponent::TokenType' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, SourceComponent) == 0x000104, "Member 'UAttackTokenAttackerComponent::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, IsTokenLocked) == 0x00010C, "Member 'UAttackTokenAttackerComponent::IsTokenLocked' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, IsAggressive) == 0x00010D, "Member 'UAttackTokenAttackerComponent::IsAggressive' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenAttackerComponent, AggressionConfig) == 0x000110, "Member 'UAttackTokenAttackerComponent::AggressionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenSourceComponent_CheckInToken \ +static_assert(alignof(AttackTokenSourceComponent_CheckInToken) == 0x000008, "Wrong alignment on AttackTokenSourceComponent_CheckInToken"); \ +static_assert(sizeof(AttackTokenSourceComponent_CheckInToken) == 0x000008, "Wrong size on AttackTokenSourceComponent_CheckInToken"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckInToken, FromAttacker) == 0x000000, "Member 'AttackTokenSourceComponent_CheckInToken::FromAttacker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenSourceComponent_CheckOutAnyToken \ +static_assert(alignof(AttackTokenSourceComponent_CheckOutAnyToken) == 0x000008, "Wrong alignment on AttackTokenSourceComponent_CheckOutAnyToken"); \ +static_assert(sizeof(AttackTokenSourceComponent_CheckOutAnyToken) == 0x000018, "Wrong size on AttackTokenSourceComponent_CheckOutAnyToken"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutAnyToken, AllowedTokenTypes) == 0x000000, "Member 'AttackTokenSourceComponent_CheckOutAnyToken::AllowedTokenTypes' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutAnyToken, ToAttacker) == 0x000008, "Member 'AttackTokenSourceComponent_CheckOutAnyToken::ToAttacker' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutAnyToken, AllowStealing) == 0x000010, "Member 'AttackTokenSourceComponent_CheckOutAnyToken::AllowStealing' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutAnyToken, ReturnValue) == 0x000011, "Member 'AttackTokenSourceComponent_CheckOutAnyToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenSourceComponent_CheckOutToken \ +static_assert(alignof(AttackTokenSourceComponent_CheckOutToken) == 0x000008, "Wrong alignment on AttackTokenSourceComponent_CheckOutToken"); \ +static_assert(sizeof(AttackTokenSourceComponent_CheckOutToken) == 0x000018, "Wrong size on AttackTokenSourceComponent_CheckOutToken"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutToken, TokenType) == 0x000000, "Member 'AttackTokenSourceComponent_CheckOutToken::TokenType' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutToken, ToAttacker) == 0x000008, "Member 'AttackTokenSourceComponent_CheckOutToken::ToAttacker' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutToken, AllowStealing) == 0x000010, "Member 'AttackTokenSourceComponent_CheckOutToken::AllowStealing' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CheckOutToken, ReturnValue) == 0x000011, "Member 'AttackTokenSourceComponent_CheckOutToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenSourceComponent_HandleDifficultyChanged \ +static_assert(alignof(AttackTokenSourceComponent_HandleDifficultyChanged) == 0x000008, "Wrong alignment on AttackTokenSourceComponent_HandleDifficultyChanged"); \ +static_assert(sizeof(AttackTokenSourceComponent_HandleDifficultyChanged) == 0x000010, "Wrong size on AttackTokenSourceComponent_HandleDifficultyChanged"); \ +static_assert(offsetof(AttackTokenSourceComponent_HandleDifficultyChanged, Setting) == 0x000000, "Member 'AttackTokenSourceComponent_HandleDifficultyChanged::Setting' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_HandleDifficultyChanged, Config) == 0x000008, "Member 'AttackTokenSourceComponent_HandleDifficultyChanged::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenSourceComponent_CanCheckOutToken \ +static_assert(alignof(AttackTokenSourceComponent_CanCheckOutToken) == 0x000004, "Wrong alignment on AttackTokenSourceComponent_CanCheckOutToken"); \ +static_assert(sizeof(AttackTokenSourceComponent_CanCheckOutToken) == 0x00000C, "Wrong size on AttackTokenSourceComponent_CanCheckOutToken"); \ +static_assert(offsetof(AttackTokenSourceComponent_CanCheckOutToken, TokenType) == 0x000000, "Member 'AttackTokenSourceComponent_CanCheckOutToken::TokenType' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CanCheckOutToken, StealingPriority) == 0x000004, "Member 'AttackTokenSourceComponent_CanCheckOutToken::StealingPriority' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_CanCheckOutToken, ReturnValue) == 0x000008, "Member 'AttackTokenSourceComponent_CanCheckOutToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttackTokenSourceComponent_GetCheckedOutTokenType \ +static_assert(alignof(AttackTokenSourceComponent_GetCheckedOutTokenType) == 0x000008, "Wrong alignment on AttackTokenSourceComponent_GetCheckedOutTokenType"); \ +static_assert(sizeof(AttackTokenSourceComponent_GetCheckedOutTokenType) == 0x000010, "Wrong size on AttackTokenSourceComponent_GetCheckedOutTokenType"); \ +static_assert(offsetof(AttackTokenSourceComponent_GetCheckedOutTokenType, Attacker) == 0x000000, "Member 'AttackTokenSourceComponent_GetCheckedOutTokenType::Attacker' has a wrong offset!"); \ +static_assert(offsetof(AttackTokenSourceComponent_GetCheckedOutTokenType, ReturnValue) == 0x000008, "Member 'AttackTokenSourceComponent_GetCheckedOutTokenType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttackTokenSourceComponent \ +static_assert(alignof(UAttackTokenSourceComponent) == 0x000008, "Wrong alignment on UAttackTokenSourceComponent"); \ +static_assert(sizeof(UAttackTokenSourceComponent) == 0x000118, "Wrong size on UAttackTokenSourceComponent"); \ +static_assert(offsetof(UAttackTokenSourceComponent, TokenConfigs) == 0x0000B0, "Member 'UAttackTokenSourceComponent::TokenConfigs' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenSourceComponent, UpdateAggressionInterval) == 0x000100, "Member 'UAttackTokenSourceComponent::UpdateAggressionInterval' has a wrong offset!"); \ +static_assert(offsetof(UAttackTokenSourceComponent, Tokens) == 0x000108, "Member 'UAttackTokenSourceComponent::Tokens' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMessageBox_CloseWithResult \ +static_assert(alignof(MochiMessageBox_CloseWithResult) == 0x000001, "Wrong alignment on MochiMessageBox_CloseWithResult"); \ +static_assert(sizeof(MochiMessageBox_CloseWithResult) == 0x000001, "Wrong size on MochiMessageBox_CloseWithResult"); \ +static_assert(offsetof(MochiMessageBox_CloseWithResult, Result) == 0x000000, "Member 'MochiMessageBox_CloseWithResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMessageBox_InitButton \ +static_assert(alignof(MochiMessageBox_InitButton) == 0x000008, "Wrong alignment on MochiMessageBox_InitButton"); \ +static_assert(sizeof(MochiMessageBox_InitButton) == 0x000010, "Wrong size on MochiMessageBox_InitButton"); \ +static_assert(offsetof(MochiMessageBox_InitButton, Button) == 0x000000, "Member 'MochiMessageBox_InitButton::Button' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBox_InitButton, Result) == 0x000008, "Member 'MochiMessageBox_InitButton::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMessageBox_InitButtonSlot \ +static_assert(alignof(MochiMessageBox_InitButtonSlot) == 0x000008, "Wrong alignment on MochiMessageBox_InitButtonSlot"); \ +static_assert(sizeof(MochiMessageBox_InitButtonSlot) == 0x000010, "Wrong size on MochiMessageBox_InitButtonSlot"); \ +static_assert(offsetof(MochiMessageBox_InitButtonSlot, Button) == 0x000000, "Member 'MochiMessageBox_InitButtonSlot::Button' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBox_InitButtonSlot, HBSlot) == 0x000008, "Member 'MochiMessageBox_InitButtonSlot::HBSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiMessageBox \ +static_assert(alignof(UMochiMessageBox) == 0x000008, "Wrong alignment on UMochiMessageBox"); \ +static_assert(sizeof(UMochiMessageBox) == 0x0002A8, "Wrong size on UMochiMessageBox"); \ +static_assert(offsetof(UMochiMessageBox, MessageTextBlock) == 0x000260, "Member 'UMochiMessageBox::MessageTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UMochiMessageBox, ButtonHBox) == 0x000268, "Member 'UMochiMessageBox::ButtonHBox' has a wrong offset!"); \ +static_assert(offsetof(UMochiMessageBox, SFX_Navigate) == 0x000270, "Member 'UMochiMessageBox::SFX_Navigate' has a wrong offset!"); \ +static_assert(offsetof(UMochiMessageBox, SFX_OkYes) == 0x000278, "Member 'UMochiMessageBox::SFX_OkYes' has a wrong offset!"); \ +static_assert(offsetof(UMochiMessageBox, SFX_CancelNo) == 0x000280, "Member 'UMochiMessageBox::SFX_CancelNo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAudioManager \ +static_assert(alignof(AAudioManager) == 0x000008, "Wrong alignment on AAudioManager"); \ +static_assert(sizeof(AAudioManager) == 0x000298, "Wrong size on AAudioManager"); \ +static_assert(offsetof(AAudioManager, AmbienceVolumes) == 0x000228, "Member 'AAudioManager::AmbienceVolumes' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, CurrentVolume) == 0x000238, "Member 'AAudioManager::CurrentVolume' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, SequenceBegin) == 0x000258, "Member 'AAudioManager::SequenceBegin' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, SequenceEnd) == 0x000260, "Member 'AAudioManager::SequenceEnd' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, SequenceSkip) == 0x000268, "Member 'AAudioManager::SequenceSkip' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, VideoBegin) == 0x000270, "Member 'AAudioManager::VideoBegin' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, VideoEnd) == 0x000278, "Member 'AAudioManager::VideoEnd' has a wrong offset!"); \ +static_assert(offsetof(AAudioManager, VideoSkip) == 0x000280, "Member 'AAudioManager::VideoSkip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_ActivatePlatform \ +static_assert(alignof(BombPlatform_ActivatePlatform) == 0x000008, "Wrong alignment on BombPlatform_ActivatePlatform"); \ +static_assert(sizeof(BombPlatform_ActivatePlatform) == 0x0000A8, "Wrong size on BombPlatform_ActivatePlatform"); \ +static_assert(offsetof(BombPlatform_ActivatePlatform, Duration) == 0x000000, "Member 'BombPlatform_ActivatePlatform::Duration' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_ActivatePlatform, EaseFunc) == 0x000008, "Member 'BombPlatform_ActivatePlatform::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_ActivatePlatform, CollisionProfile) == 0x000098, "Member 'BombPlatform_ActivatePlatform::CollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_ActivatePlatform, ReturnValue) == 0x0000A0, "Member 'BombPlatform_ActivatePlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_ActivatePlatformInternal \ +static_assert(alignof(BombPlatform_ActivatePlatformInternal) == 0x000004, "Wrong alignment on BombPlatform_ActivatePlatformInternal"); \ +static_assert(sizeof(BombPlatform_ActivatePlatformInternal) == 0x000008, "Wrong size on BombPlatform_ActivatePlatformInternal"); \ +static_assert(offsetof(BombPlatform_ActivatePlatformInternal, CollisionProfile) == 0x000000, "Member 'BombPlatform_ActivatePlatformInternal::CollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_DeactivatePlatform \ +static_assert(alignof(BombPlatform_DeactivatePlatform) == 0x000008, "Wrong alignment on BombPlatform_DeactivatePlatform"); \ +static_assert(sizeof(BombPlatform_DeactivatePlatform) == 0x0000A8, "Wrong size on BombPlatform_DeactivatePlatform"); \ +static_assert(offsetof(BombPlatform_DeactivatePlatform, Duration) == 0x000000, "Member 'BombPlatform_DeactivatePlatform::Duration' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_DeactivatePlatform, EaseFunc) == 0x000008, "Member 'BombPlatform_DeactivatePlatform::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_DeactivatePlatform, CollisionProfile) == 0x000098, "Member 'BombPlatform_DeactivatePlatform::CollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_DeactivatePlatform, ReturnValue) == 0x0000A0, "Member 'BombPlatform_DeactivatePlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_DeactivatePlatformInternal \ +static_assert(alignof(BombPlatform_DeactivatePlatformInternal) == 0x000004, "Wrong alignment on BombPlatform_DeactivatePlatformInternal"); \ +static_assert(sizeof(BombPlatform_DeactivatePlatformInternal) == 0x000008, "Wrong size on BombPlatform_DeactivatePlatformInternal"); \ +static_assert(offsetof(BombPlatform_DeactivatePlatformInternal, CollisionProfile) == 0x000000, "Member 'BombPlatform_DeactivatePlatformInternal::CollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_FinalizePlatform \ +static_assert(alignof(BombPlatform_FinalizePlatform) == 0x000008, "Wrong alignment on BombPlatform_FinalizePlatform"); \ +static_assert(sizeof(BombPlatform_FinalizePlatform) == 0x0000A8, "Wrong size on BombPlatform_FinalizePlatform"); \ +static_assert(offsetof(BombPlatform_FinalizePlatform, Duration) == 0x000000, "Member 'BombPlatform_FinalizePlatform::Duration' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_FinalizePlatform, EaseFunc) == 0x000008, "Member 'BombPlatform_FinalizePlatform::EaseFunc' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_FinalizePlatform, CollisionProfileName) == 0x000098, "Member 'BombPlatform_FinalizePlatform::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_FinalizePlatform, ReturnValue) == 0x0000A0, "Member 'BombPlatform_FinalizePlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_HandleActivationBegin \ +static_assert(alignof(BombPlatform_HandleActivationBegin) == 0x000004, "Wrong alignment on BombPlatform_HandleActivationBegin"); \ +static_assert(sizeof(BombPlatform_HandleActivationBegin) == 0x000004, "Wrong size on BombPlatform_HandleActivationBegin"); \ +static_assert(offsetof(BombPlatform_HandleActivationBegin, Duration) == 0x000000, "Member 'BombPlatform_HandleActivationBegin::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_HandleDeactivationBegin \ +static_assert(alignof(BombPlatform_HandleDeactivationBegin) == 0x000004, "Wrong alignment on BombPlatform_HandleDeactivationBegin"); \ +static_assert(sizeof(BombPlatform_HandleDeactivationBegin) == 0x000004, "Wrong size on BombPlatform_HandleDeactivationBegin"); \ +static_assert(offsetof(BombPlatform_HandleDeactivationBegin, Duration) == 0x000000, "Member 'BombPlatform_HandleDeactivationBegin::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_HandleFinalizationBegin \ +static_assert(alignof(BombPlatform_HandleFinalizationBegin) == 0x000004, "Wrong alignment on BombPlatform_HandleFinalizationBegin"); \ +static_assert(sizeof(BombPlatform_HandleFinalizationBegin) == 0x000004, "Wrong size on BombPlatform_HandleFinalizationBegin"); \ +static_assert(offsetof(BombPlatform_HandleFinalizationBegin, Duration) == 0x000000, "Member 'BombPlatform_HandleFinalizationBegin::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_HandleHitReaction \ +static_assert(alignof(BombPlatform_HandleHitReaction) == 0x000004, "Wrong alignment on BombPlatform_HandleHitReaction"); \ +static_assert(sizeof(BombPlatform_HandleHitReaction) == 0x000088, "Wrong size on BombPlatform_HandleHitReaction"); \ +static_assert(offsetof(BombPlatform_HandleHitReaction, Hit) == 0x000000, "Member 'BombPlatform_HandleHitReaction::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_HandleLockStateChanged \ +static_assert(alignof(BombPlatform_HandleLockStateChanged) == 0x000001, "Wrong alignment on BombPlatform_HandleLockStateChanged"); \ +static_assert(sizeof(BombPlatform_HandleLockStateChanged) == 0x000001, "Wrong size on BombPlatform_HandleLockStateChanged"); \ +static_assert(offsetof(BombPlatform_HandleLockStateChanged, IsLocked) == 0x000000, "Member 'BombPlatform_HandleLockStateChanged::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_ResetRotationTrigger \ +static_assert(alignof(BombPlatform_ResetRotationTrigger) == 0x000008, "Wrong alignment on BombPlatform_ResetRotationTrigger"); \ +static_assert(sizeof(BombPlatform_ResetRotationTrigger) == 0x000008, "Wrong size on BombPlatform_ResetRotationTrigger"); \ +static_assert(offsetof(BombPlatform_ResetRotationTrigger, Params_0) == 0x000000, "Member 'BombPlatform_ResetRotationTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_RotateBackwardsTrigger \ +static_assert(alignof(BombPlatform_RotateBackwardsTrigger) == 0x000008, "Wrong alignment on BombPlatform_RotateBackwardsTrigger"); \ +static_assert(sizeof(BombPlatform_RotateBackwardsTrigger) == 0x000008, "Wrong size on BombPlatform_RotateBackwardsTrigger"); \ +static_assert(offsetof(BombPlatform_RotateBackwardsTrigger, Params_0) == 0x000000, "Member 'BombPlatform_RotateBackwardsTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_RotateForwardsTrigger \ +static_assert(alignof(BombPlatform_RotateForwardsTrigger) == 0x000008, "Wrong alignment on BombPlatform_RotateForwardsTrigger"); \ +static_assert(sizeof(BombPlatform_RotateForwardsTrigger) == 0x000008, "Wrong size on BombPlatform_RotateForwardsTrigger"); \ +static_assert(offsetof(BombPlatform_RotateForwardsTrigger, Params_0) == 0x000000, "Member 'BombPlatform_RotateForwardsTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_RotateTrigger \ +static_assert(alignof(BombPlatform_RotateTrigger) == 0x000008, "Wrong alignment on BombPlatform_RotateTrigger"); \ +static_assert(sizeof(BombPlatform_RotateTrigger) == 0x000008, "Wrong size on BombPlatform_RotateTrigger"); \ +static_assert(offsetof(BombPlatform_RotateTrigger, Params_0) == 0x000000, "Member 'BombPlatform_RotateTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_SetPlatformRotation \ +static_assert(alignof(BombPlatform_SetPlatformRotation) == 0x000004, "Wrong alignment on BombPlatform_SetPlatformRotation"); \ +static_assert(sizeof(BombPlatform_SetPlatformRotation) == 0x00000C, "Wrong size on BombPlatform_SetPlatformRotation"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotation, Degrees) == 0x000000, "Member 'BombPlatform_SetPlatformRotation::Degrees' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotation, Direction) == 0x000004, "Member 'BombPlatform_SetPlatformRotation::Direction' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotation, ForceInstant) == 0x000008, "Member 'BombPlatform_SetPlatformRotation::ForceInstant' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotation, Sweep) == 0x000009, "Member 'BombPlatform_SetPlatformRotation::Sweep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_SetPlatformRotationIndex \ +static_assert(alignof(BombPlatform_SetPlatformRotationIndex) == 0x000004, "Wrong alignment on BombPlatform_SetPlatformRotationIndex"); \ +static_assert(sizeof(BombPlatform_SetPlatformRotationIndex) == 0x00000C, "Wrong size on BombPlatform_SetPlatformRotationIndex"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotationIndex, Index_0) == 0x000000, "Member 'BombPlatform_SetPlatformRotationIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotationIndex, Direction) == 0x000004, "Member 'BombPlatform_SetPlatformRotationIndex::Direction' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotationIndex, ForceInstant) == 0x000008, "Member 'BombPlatform_SetPlatformRotationIndex::ForceInstant' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SetPlatformRotationIndex, Sweep) == 0x000009, "Member 'BombPlatform_SetPlatformRotationIndex::Sweep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_GetCurrentPlatformRotation \ +static_assert(alignof(BombPlatform_GetCurrentPlatformRotation) == 0x000004, "Wrong alignment on BombPlatform_GetCurrentPlatformRotation"); \ +static_assert(sizeof(BombPlatform_GetCurrentPlatformRotation) == 0x000004, "Wrong size on BombPlatform_GetCurrentPlatformRotation"); \ +static_assert(offsetof(BombPlatform_GetCurrentPlatformRotation, ReturnValue) == 0x000000, "Member 'BombPlatform_GetCurrentPlatformRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_GetCurrentPlatformRotationPercent \ +static_assert(alignof(BombPlatform_GetCurrentPlatformRotationPercent) == 0x000004, "Wrong alignment on BombPlatform_GetCurrentPlatformRotationPercent"); \ +static_assert(sizeof(BombPlatform_GetCurrentPlatformRotationPercent) == 0x000004, "Wrong size on BombPlatform_GetCurrentPlatformRotationPercent"); \ +static_assert(offsetof(BombPlatform_GetCurrentPlatformRotationPercent, ReturnValue) == 0x000000, "Member 'BombPlatform_GetCurrentPlatformRotationPercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_GetNextRotation \ +static_assert(alignof(BombPlatform_GetNextRotation) == 0x000004, "Wrong alignment on BombPlatform_GetNextRotation"); \ +static_assert(sizeof(BombPlatform_GetNextRotation) == 0x000008, "Wrong size on BombPlatform_GetNextRotation"); \ +static_assert(offsetof(BombPlatform_GetNextRotation, InOutIndex) == 0x000000, "Member 'BombPlatform_GetNextRotation::InOutIndex' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_GetNextRotation, InOutDirection) == 0x000004, "Member 'BombPlatform_GetNextRotation::InOutDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_GetTargetRotationLocation \ +static_assert(alignof(BombPlatform_GetTargetRotationLocation) == 0x000004, "Wrong alignment on BombPlatform_GetTargetRotationLocation"); \ +static_assert(sizeof(BombPlatform_GetTargetRotationLocation) == 0x00001C, "Wrong size on BombPlatform_GetTargetRotationLocation"); \ +static_assert(offsetof(BombPlatform_GetTargetRotationLocation, ToDegrees) == 0x000000, "Member 'BombPlatform_GetTargetRotationLocation::ToDegrees' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_GetTargetRotationLocation, OutRotation) == 0x000004, "Member 'BombPlatform_GetTargetRotationLocation::OutRotation' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_GetTargetRotationLocation, OutLocation) == 0x000010, "Member 'BombPlatform_GetTargetRotationLocation::OutLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_IsActivating \ +static_assert(alignof(BombPlatform_IsActivating) == 0x000001, "Wrong alignment on BombPlatform_IsActivating"); \ +static_assert(sizeof(BombPlatform_IsActivating) == 0x000001, "Wrong size on BombPlatform_IsActivating"); \ +static_assert(offsetof(BombPlatform_IsActivating, ReturnValue) == 0x000000, "Member 'BombPlatform_IsActivating::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_IsDeactivating \ +static_assert(alignof(BombPlatform_IsDeactivating) == 0x000001, "Wrong alignment on BombPlatform_IsDeactivating"); \ +static_assert(sizeof(BombPlatform_IsDeactivating) == 0x000001, "Wrong size on BombPlatform_IsDeactivating"); \ +static_assert(offsetof(BombPlatform_IsDeactivating, ReturnValue) == 0x000000, "Member 'BombPlatform_IsDeactivating::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_IsFinalized \ +static_assert(alignof(BombPlatform_IsFinalized) == 0x000001, "Wrong alignment on BombPlatform_IsFinalized"); \ +static_assert(sizeof(BombPlatform_IsFinalized) == 0x000001, "Wrong size on BombPlatform_IsFinalized"); \ +static_assert(offsetof(BombPlatform_IsFinalized, ReturnValue) == 0x000000, "Member 'BombPlatform_IsFinalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_IsFinalizeReady \ +static_assert(alignof(BombPlatform_IsFinalizeReady) == 0x000001, "Wrong alignment on BombPlatform_IsFinalizeReady"); \ +static_assert(sizeof(BombPlatform_IsFinalizeReady) == 0x000001, "Wrong size on BombPlatform_IsFinalizeReady"); \ +static_assert(offsetof(BombPlatform_IsFinalizeReady, ReturnValue) == 0x000000, "Member 'BombPlatform_IsFinalizeReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_IsFullyActivated \ +static_assert(alignof(BombPlatform_IsFullyActivated) == 0x000001, "Wrong alignment on BombPlatform_IsFullyActivated"); \ +static_assert(sizeof(BombPlatform_IsFullyActivated) == 0x000001, "Wrong size on BombPlatform_IsFullyActivated"); \ +static_assert(offsetof(BombPlatform_IsFullyActivated, ReturnValue) == 0x000000, "Member 'BombPlatform_IsFullyActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_IsFullyDeactivated \ +static_assert(alignof(BombPlatform_IsFullyDeactivated) == 0x000001, "Wrong alignment on BombPlatform_IsFullyDeactivated"); \ +static_assert(sizeof(BombPlatform_IsFullyDeactivated) == 0x000001, "Wrong size on BombPlatform_IsFullyDeactivated"); \ +static_assert(offsetof(BombPlatform_IsFullyDeactivated, ReturnValue) == 0x000000, "Member 'BombPlatform_IsFullyDeactivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatform_SanitizeAngle \ +static_assert(alignof(BombPlatform_SanitizeAngle) == 0x000004, "Wrong alignment on BombPlatform_SanitizeAngle"); \ +static_assert(sizeof(BombPlatform_SanitizeAngle) == 0x00000C, "Wrong size on BombPlatform_SanitizeAngle"); \ +static_assert(offsetof(BombPlatform_SanitizeAngle, InAngle) == 0x000000, "Member 'BombPlatform_SanitizeAngle::InAngle' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SanitizeAngle, PreferZero) == 0x000004, "Member 'BombPlatform_SanitizeAngle::PreferZero' has a wrong offset!"); \ +static_assert(offsetof(BombPlatform_SanitizeAngle, ReturnValue) == 0x000008, "Member 'BombPlatform_SanitizeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABombPlatform \ +static_assert(alignof(ABombPlatform) == 0x000010, "Wrong alignment on ABombPlatform"); \ +static_assert(sizeof(ABombPlatform) == 0x000640, "Wrong size on ABombPlatform"); \ +static_assert(offsetof(ABombPlatform, TransformAState) == 0x000230, "Member 'ABombPlatform::TransformAState' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, TransformBState) == 0x000260, "Member 'ABombPlatform::TransformBState' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, TransformCState) == 0x000290, "Member 'ABombPlatform::TransformCState' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, ABTransitionSpline) == 0x0002C0, "Member 'ABombPlatform::ABTransitionSpline' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnHitRejected) == 0x0002C8, "Member 'ABombPlatform::OnHitRejected' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnRotateBegin) == 0x0002D8, "Member 'ABombPlatform::OnRotateBegin' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnRotateEnd) == 0x0002E8, "Member 'ABombPlatform::OnRotateEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnCStateReady) == 0x0002F8, "Member 'ABombPlatform::OnCStateReady' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnCStateComplete) == 0x000308, "Member 'ABombPlatform::OnCStateComplete' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnActivateStart) == 0x000318, "Member 'ABombPlatform::OnActivateStart' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnActivateEnd) == 0x000328, "Member 'ABombPlatform::OnActivateEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnDeactivateStart) == 0x000338, "Member 'ABombPlatform::OnDeactivateStart' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnDeactivateEnd) == 0x000348, "Member 'ABombPlatform::OnDeactivateEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnFinalizeStart) == 0x000358, "Member 'ABombPlatform::OnFinalizeStart' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, OnFinalizeEnd) == 0x000368, "Member 'ABombPlatform::OnFinalizeEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, ActivationDelay) == 0x000390, "Member 'ABombPlatform::ActivationDelay' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, DeactivationDelay) == 0x000394, "Member 'ABombPlatform::DeactivationDelay' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, Rotations) == 0x000398, "Member 'ABombPlatform::Rotations' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, FinalizeReadyRotationIndex) == 0x0003A8, "Member 'ABombPlatform::FinalizeReadyRotationIndex' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotateDuration) == 0x0003AC, "Member 'ABombPlatform::RotateDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotationEaseFunc) == 0x0003B0, "Member 'ABombPlatform::RotationEaseFunc' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotateMode) == 0x000440, "Member 'ABombPlatform::RotateMode' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, HitIgnoreObjectTypes) == 0x000448, "Member 'ABombPlatform::HitIgnoreObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, KillOverlappingPlayerOnDeactivationEnd) == 0x000458, "Member 'ABombPlatform::KillOverlappingPlayerOnDeactivationEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, KillOverlappingPlayerOnFinalizationEnd) == 0x000459, "Member 'ABombPlatform::KillOverlappingPlayerOnFinalizationEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, StaticMesh) == 0x000460, "Member 'ABombPlatform::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotateGizmo) == 0x000468, "Member 'ABombPlatform::RotateGizmo' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, TriggerNode) == 0x000470, "Member 'ABombPlatform::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, FloatyShaker) == 0x000478, "Member 'ABombPlatform::FloatyShaker' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, ImpactShaker) == 0x000480, "Member 'ABombPlatform::ImpactShaker' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, MochiAudio) == 0x000488, "Member 'ABombPlatform::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, ActivationDirection) == 0x000490, "Member 'ABombPlatform::ActivationDirection' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, ActivationPercent) == 0x000494, "Member 'ABombPlatform::ActivationPercent' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, IsFinalizing) == 0x000498, "Member 'ABombPlatform::IsFinalizing' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, FinalizationPercent) == 0x00049C, "Member 'ABombPlatform::FinalizationPercent' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, CurrentRotationIndex) == 0x0004A0, "Member 'ABombPlatform::CurrentRotationIndex' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, TargetRotationIndex) == 0x0004A4, "Member 'ABombPlatform::TargetRotationIndex' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, IsRotating) == 0x0004A8, "Member 'ABombPlatform::IsRotating' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotateSpeedInternal) == 0x0004AC, "Member 'ABombPlatform::RotateSpeedInternal' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, InitialTransform) == 0x0004B0, "Member 'ABombPlatform::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotateDirection) == 0x0004E0, "Member 'ABombPlatform::RotateDirection' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, FromRotationDegrees) == 0x0004E4, "Member 'ABombPlatform::FromRotationDegrees' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, ToRotationDegrees) == 0x0004E8, "Member 'ABombPlatform::ToRotationDegrees' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, CurrentRotationDegrees) == 0x0004EC, "Member 'ABombPlatform::CurrentRotationDegrees' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, RotationPercent) == 0x0004F0, "Member 'ABombPlatform::RotationPercent' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, SweepRotation) == 0x0004F4, "Member 'ABombPlatform::SweepRotation' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, TransitionDuration) == 0x0004F8, "Member 'ABombPlatform::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, TransitionEaseFunc) == 0x000500, "Member 'ABombPlatform::TransitionEaseFunc' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, LandingBounceCurve) == 0x000598, "Member 'ABombPlatform::LandingBounceCurve' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, LandingBounceAmplitude) == 0x000620, "Member 'ABombPlatform::LandingBounceAmplitude' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, LandingBounceDuration) == 0x000624, "Member 'ABombPlatform::LandingBounceDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatform, StateSFXEnabled) == 0x000638, "Member 'ABombPlatform::StateSFXEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPostProcessVolume_AddOrUpdateBlendable \ +static_assert(alignof(MochiPostProcessVolume_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on MochiPostProcessVolume_AddOrUpdateBlendable"); \ +static_assert(sizeof(MochiPostProcessVolume_AddOrUpdateBlendable) == 0x000018, "Wrong size on MochiPostProcessVolume_AddOrUpdateBlendable"); \ +static_assert(offsetof(MochiPostProcessVolume_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'MochiPostProcessVolume_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(MochiPostProcessVolume_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'MochiPostProcessVolume_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiPostProcessVolume \ +static_assert(alignof(AMochiPostProcessVolume) == 0x000010, "Wrong alignment on AMochiPostProcessVolume"); \ +static_assert(sizeof(AMochiPostProcessVolume) == 0x000850, "Wrong size on AMochiPostProcessVolume"); \ +static_assert(offsetof(AMochiPostProcessVolume, Config) == 0x000268, "Member 'AMochiPostProcessVolume::Config' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, WindConfig) == 0x000270, "Member 'AMochiPostProcessVolume::WindConfig' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, Priority) == 0x0007E0, "Member 'AMochiPostProcessVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, BlendRadius) == 0x0007E4, "Member 'AMochiPostProcessVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, DirectionalLightBlendRadius) == 0x0007E8, "Member 'AMochiPostProcessVolume::DirectionalLightBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, SkyLightBlendRadius) == 0x0007EC, "Member 'AMochiPostProcessVolume::SkyLightBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, KenaLightBlendRadius) == 0x0007F0, "Member 'AMochiPostProcessVolume::KenaLightBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, AttachedLightBlendRadius) == 0x0007F4, "Member 'AMochiPostProcessVolume::AttachedLightBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, FogBlendRadius) == 0x0007F8, "Member 'AMochiPostProcessVolume::FogBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, WindBlendRadius) == 0x0007FC, "Member 'AMochiPostProcessVolume::WindBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, SkyBlendRadius) == 0x000800, "Member 'AMochiPostProcessVolume::SkyBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, BlendWeight) == 0x000804, "Member 'AMochiPostProcessVolume::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(AMochiPostProcessVolume, AttachedLights) == 0x000830, "Member 'AMochiPostProcessVolume::AttachedLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableMochiPostProcessVolume_T_SetPostProcessSettings \ +static_assert(alignof(TriggerableMochiPostProcessVolume_T_SetPostProcessSettings) == 0x000008, "Wrong alignment on TriggerableMochiPostProcessVolume_T_SetPostProcessSettings"); \ +static_assert(sizeof(TriggerableMochiPostProcessVolume_T_SetPostProcessSettings) == 0x000008, "Wrong size on TriggerableMochiPostProcessVolume_T_SetPostProcessSettings"); \ +static_assert(offsetof(TriggerableMochiPostProcessVolume_T_SetPostProcessSettings, Params_0) == 0x000000, "Member 'TriggerableMochiPostProcessVolume_T_SetPostProcessSettings::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableMochiPostProcessVolume_T_SetVolumeEnabled \ +static_assert(alignof(TriggerableMochiPostProcessVolume_T_SetVolumeEnabled) == 0x000008, "Wrong alignment on TriggerableMochiPostProcessVolume_T_SetVolumeEnabled"); \ +static_assert(sizeof(TriggerableMochiPostProcessVolume_T_SetVolumeEnabled) == 0x000008, "Wrong size on TriggerableMochiPostProcessVolume_T_SetVolumeEnabled"); \ +static_assert(offsetof(TriggerableMochiPostProcessVolume_T_SetVolumeEnabled, Params_0) == 0x000000, "Member 'TriggerableMochiPostProcessVolume_T_SetVolumeEnabled::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerableMochiPostProcessVolume \ +static_assert(alignof(ATriggerableMochiPostProcessVolume) == 0x000010, "Wrong alignment on ATriggerableMochiPostProcessVolume"); \ +static_assert(sizeof(ATriggerableMochiPostProcessVolume) == 0x000970, "Wrong size on ATriggerableMochiPostProcessVolume"); \ +static_assert(offsetof(ATriggerableMochiPostProcessVolume, SaveGameComponent) == 0x000848, "Member 'ATriggerableMochiPostProcessVolume::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableMochiPostProcessVolume, TriggerNodeComponent) == 0x000850, "Member 'ATriggerableMochiPostProcessVolume::TriggerNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableMochiPostProcessVolume, FadeInCurve) == 0x000858, "Member 'ATriggerableMochiPostProcessVolume::FadeInCurve' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableMochiPostProcessVolume, FadeOutCurve) == 0x0008E0, "Member 'ATriggerableMochiPostProcessVolume::FadeOutCurve' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableMochiPostProcessVolume, LerpStartTime) == 0x000968, "Member 'ATriggerableMochiPostProcessVolume::LerpStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformBase_UpdateRotation \ +static_assert(alignof(BombPlatformBase_UpdateRotation) == 0x000004, "Wrong alignment on BombPlatformBase_UpdateRotation"); \ +static_assert(sizeof(BombPlatformBase_UpdateRotation) == 0x000004, "Wrong size on BombPlatformBase_UpdateRotation"); \ +static_assert(offsetof(BombPlatformBase_UpdateRotation, DeltaTime) == 0x000000, "Member 'BombPlatformBase_UpdateRotation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABombPlatformBase \ +static_assert(alignof(ABombPlatformBase) == 0x000008, "Wrong alignment on ABombPlatformBase"); \ +static_assert(sizeof(ABombPlatformBase) == 0x000238, "Wrong size on ABombPlatformBase"); \ +static_assert(offsetof(ABombPlatformBase, StaticMesh) == 0x000228, "Member 'ABombPlatformBase::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformBase, TriggerNode) == 0x000230, "Member 'ABombPlatformBase::TriggerNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_BeganOverlappingInteractiveActor \ +static_assert(alignof(InteractiveActorBase_BeganOverlappingInteractiveActor) == 0x000008, "Wrong alignment on InteractiveActorBase_BeganOverlappingInteractiveActor"); \ +static_assert(sizeof(InteractiveActorBase_BeganOverlappingInteractiveActor) == 0x000028, "Wrong size on InteractiveActorBase_BeganOverlappingInteractiveActor"); \ +static_assert(offsetof(InteractiveActorBase_BeganOverlappingInteractiveActor, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_BeganOverlappingInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_BeganOverlappingInteractiveActor, OverlappedActor) == 0x000020, "Member 'InteractiveActorBase_BeganOverlappingInteractiveActor::OverlappedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_DamagedInteractiveActor \ +static_assert(alignof(InteractiveActorBase_DamagedInteractiveActor) == 0x000008, "Wrong alignment on InteractiveActorBase_DamagedInteractiveActor"); \ +static_assert(sizeof(InteractiveActorBase_DamagedInteractiveActor) == 0x000130, "Wrong size on InteractiveActorBase_DamagedInteractiveActor"); \ +static_assert(offsetof(InteractiveActorBase_DamagedInteractiveActor, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_DamagedInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_DamagedInteractiveActor, DamageEvent) == 0x000020, "Member 'InteractiveActorBase_DamagedInteractiveActor::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_EndOverlappingInteractiveActor \ +static_assert(alignof(InteractiveActorBase_EndOverlappingInteractiveActor) == 0x000008, "Wrong alignment on InteractiveActorBase_EndOverlappingInteractiveActor"); \ +static_assert(sizeof(InteractiveActorBase_EndOverlappingInteractiveActor) == 0x000028, "Wrong size on InteractiveActorBase_EndOverlappingInteractiveActor"); \ +static_assert(offsetof(InteractiveActorBase_EndOverlappingInteractiveActor, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_EndOverlappingInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_EndOverlappingInteractiveActor, OverlappedActor) == 0x000020, "Member 'InteractiveActorBase_EndOverlappingInteractiveActor::OverlappedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_HandleDamage \ +static_assert(alignof(InteractiveActorBase_HandleDamage) == 0x000008, "Wrong alignment on InteractiveActorBase_HandleDamage"); \ +static_assert(sizeof(InteractiveActorBase_HandleDamage) == 0x000118, "Wrong size on InteractiveActorBase_HandleDamage"); \ +static_assert(offsetof(InteractiveActorBase_HandleDamage, DamageEvent) == 0x000000, "Member 'InteractiveActorBase_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_HandleDamage, ReturnValue) == 0x000110, "Member 'InteractiveActorBase_HandleDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_HandleDamageInternal \ +static_assert(alignof(InteractiveActorBase_HandleDamageInternal) == 0x000008, "Wrong alignment on InteractiveActorBase_HandleDamageInternal"); \ +static_assert(sizeof(InteractiveActorBase_HandleDamageInternal) == 0x000118, "Wrong size on InteractiveActorBase_HandleDamageInternal"); \ +static_assert(offsetof(InteractiveActorBase_HandleDamageInternal, DamageEvent) == 0x000000, "Member 'InteractiveActorBase_HandleDamageInternal::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_HandleDamageInternal, ReturnValue) == 0x000110, "Member 'InteractiveActorBase_HandleDamageInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_HandleLockStateChanged \ +static_assert(alignof(InteractiveActorBase_HandleLockStateChanged) == 0x000001, "Wrong alignment on InteractiveActorBase_HandleLockStateChanged"); \ +static_assert(sizeof(InteractiveActorBase_HandleLockStateChanged) == 0x000001, "Wrong size on InteractiveActorBase_HandleLockStateChanged"); \ +static_assert(offsetof(InteractiveActorBase_HandleLockStateChanged, IsLocked_0) == 0x000000, "Member 'InteractiveActorBase_HandleLockStateChanged::IsLocked_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_HitInteractiveActor \ +static_assert(alignof(InteractiveActorBase_HitInteractiveActor) == 0x000008, "Wrong alignment on InteractiveActorBase_HitInteractiveActor"); \ +static_assert(sizeof(InteractiveActorBase_HitInteractiveActor) == 0x0000A8, "Wrong size on InteractiveActorBase_HitInteractiveActor"); \ +static_assert(offsetof(InteractiveActorBase_HitInteractiveActor, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_HitInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_HitInteractiveActor, Hit) == 0x000020, "Member 'InteractiveActorBase_HitInteractiveActor::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_InteractInternal \ +static_assert(alignof(InteractiveActorBase_InteractInternal) == 0x000008, "Wrong alignment on InteractiveActorBase_InteractInternal"); \ +static_assert(sizeof(InteractiveActorBase_InteractInternal) == 0x000020, "Wrong size on InteractiveActorBase_InteractInternal"); \ +static_assert(offsetof(InteractiveActorBase_InteractInternal, Tag) == 0x000000, "Member 'InteractiveActorBase_InteractInternal::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_LockInteractions \ +static_assert(alignof(InteractiveActorBase_LockInteractions) == 0x000008, "Wrong alignment on InteractiveActorBase_LockInteractions"); \ +static_assert(sizeof(InteractiveActorBase_LockInteractions) == 0x000008, "Wrong size on InteractiveActorBase_LockInteractions"); \ +static_assert(offsetof(InteractiveActorBase_LockInteractions, Params_0) == 0x000000, "Member 'InteractiveActorBase_LockInteractions::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_MakeInvisible \ +static_assert(alignof(InteractiveActorBase_MakeInvisible) == 0x000008, "Wrong alignment on InteractiveActorBase_MakeInvisible"); \ +static_assert(sizeof(InteractiveActorBase_MakeInvisible) == 0x000008, "Wrong size on InteractiveActorBase_MakeInvisible"); \ +static_assert(offsetof(InteractiveActorBase_MakeInvisible, Params_0) == 0x000000, "Member 'InteractiveActorBase_MakeInvisible::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_MakeVisible \ +static_assert(alignof(InteractiveActorBase_MakeVisible) == 0x000008, "Wrong alignment on InteractiveActorBase_MakeVisible"); \ +static_assert(sizeof(InteractiveActorBase_MakeVisible) == 0x000008, "Wrong size on InteractiveActorBase_MakeVisible"); \ +static_assert(offsetof(InteractiveActorBase_MakeVisible, Params_0) == 0x000000, "Member 'InteractiveActorBase_MakeVisible::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_OnActorBump \ +static_assert(alignof(InteractiveActorBase_OnActorBump) == 0x000008, "Wrong alignment on InteractiveActorBase_OnActorBump"); \ +static_assert(sizeof(InteractiveActorBase_OnActorBump) == 0x0000A8, "Wrong size on InteractiveActorBase_OnActorBump"); \ +static_assert(offsetof(InteractiveActorBase_OnActorBump, SelfActor) == 0x000000, "Member 'InteractiveActorBase_OnActorBump::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_OnActorBump, OtherActor) == 0x000008, "Member 'InteractiveActorBase_OnActorBump::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_OnActorBump, NormalImpulse) == 0x000010, "Member 'InteractiveActorBase_OnActorBump::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_OnActorBump, Hit) == 0x00001C, "Member 'InteractiveActorBase_OnActorBump::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_OnAnyInteract \ +static_assert(alignof(InteractiveActorBase_OnAnyInteract) == 0x000008, "Wrong alignment on InteractiveActorBase_OnAnyInteract"); \ +static_assert(sizeof(InteractiveActorBase_OnAnyInteract) == 0x000020, "Wrong size on InteractiveActorBase_OnAnyInteract"); \ +static_assert(offsetof(InteractiveActorBase_OnAnyInteract, InteractingTagst) == 0x000000, "Member 'InteractiveActorBase_OnAnyInteract::InteractingTagst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_OnOverlapBegin \ +static_assert(alignof(InteractiveActorBase_OnOverlapBegin) == 0x000008, "Wrong alignment on InteractiveActorBase_OnOverlapBegin"); \ +static_assert(sizeof(InteractiveActorBase_OnOverlapBegin) == 0x000010, "Wrong size on InteractiveActorBase_OnOverlapBegin"); \ +static_assert(offsetof(InteractiveActorBase_OnOverlapBegin, OverlappedActor) == 0x000000, "Member 'InteractiveActorBase_OnOverlapBegin::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_OnOverlapBegin, Other) == 0x000008, "Member 'InteractiveActorBase_OnOverlapBegin::Other' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_OnOverlapEnd \ +static_assert(alignof(InteractiveActorBase_OnOverlapEnd) == 0x000008, "Wrong alignment on InteractiveActorBase_OnOverlapEnd"); \ +static_assert(sizeof(InteractiveActorBase_OnOverlapEnd) == 0x000010, "Wrong size on InteractiveActorBase_OnOverlapEnd"); \ +static_assert(offsetof(InteractiveActorBase_OnOverlapEnd, OverlappedActor) == 0x000000, "Member 'InteractiveActorBase_OnOverlapEnd::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_OnOverlapEnd, Other) == 0x000008, "Member 'InteractiveActorBase_OnOverlapEnd::Other' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_ProcessLockState \ +static_assert(alignof(InteractiveActorBase_ProcessLockState) == 0x000008, "Wrong alignment on InteractiveActorBase_ProcessLockState"); \ +static_assert(sizeof(InteractiveActorBase_ProcessLockState) == 0x000050, "Wrong size on InteractiveActorBase_ProcessLockState"); \ +static_assert(offsetof(InteractiveActorBase_ProcessLockState, UnlockTags) == 0x000000, "Member 'InteractiveActorBase_ProcessLockState::UnlockTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_ProcessLockState, LockTags) == 0x000020, "Member 'InteractiveActorBase_ProcessLockState::LockTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_ProcessLockState, Other) == 0x000040, "Member 'InteractiveActorBase_ProcessLockState::Other' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_ProcessLockState, ReturnValue) == 0x000048, "Member 'InteractiveActorBase_ProcessLockState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_SetLockedInternal \ +static_assert(alignof(InteractiveActorBase_SetLockedInternal) == 0x000001, "Wrong alignment on InteractiveActorBase_SetLockedInternal"); \ +static_assert(sizeof(InteractiveActorBase_SetLockedInternal) == 0x000001, "Wrong size on InteractiveActorBase_SetLockedInternal"); \ +static_assert(offsetof(InteractiveActorBase_SetLockedInternal, NewLocked) == 0x000000, "Member 'InteractiveActorBase_SetLockedInternal::NewLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_SetVisible \ +static_assert(alignof(InteractiveActorBase_SetVisible) == 0x000001, "Wrong alignment on InteractiveActorBase_SetVisible"); \ +static_assert(sizeof(InteractiveActorBase_SetVisible) == 0x000001, "Wrong size on InteractiveActorBase_SetVisible"); \ +static_assert(offsetof(InteractiveActorBase_SetVisible, IsVisible) == 0x000000, "Member 'InteractiveActorBase_SetVisible::IsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_TriggeredInteractiveActor \ +static_assert(alignof(InteractiveActorBase_TriggeredInteractiveActor) == 0x000008, "Wrong alignment on InteractiveActorBase_TriggeredInteractiveActor"); \ +static_assert(sizeof(InteractiveActorBase_TriggeredInteractiveActor) == 0x000008, "Wrong size on InteractiveActorBase_TriggeredInteractiveActor"); \ +static_assert(offsetof(InteractiveActorBase_TriggeredInteractiveActor, Params_0) == 0x000000, "Member 'InteractiveActorBase_TriggeredInteractiveActor::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_TriggerInteract \ +static_assert(alignof(InteractiveActorBase_TriggerInteract) == 0x000008, "Wrong alignment on InteractiveActorBase_TriggerInteract"); \ +static_assert(sizeof(InteractiveActorBase_TriggerInteract) == 0x000008, "Wrong size on InteractiveActorBase_TriggerInteract"); \ +static_assert(offsetof(InteractiveActorBase_TriggerInteract, Params_0) == 0x000000, "Member 'InteractiveActorBase_TriggerInteract::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_TriggerManualDamage \ +static_assert(alignof(InteractiveActorBase_TriggerManualDamage) == 0x000008, "Wrong alignment on InteractiveActorBase_TriggerManualDamage"); \ +static_assert(sizeof(InteractiveActorBase_TriggerManualDamage) == 0x000008, "Wrong size on InteractiveActorBase_TriggerManualDamage"); \ +static_assert(offsetof(InteractiveActorBase_TriggerManualDamage, Params_0) == 0x000000, "Member 'InteractiveActorBase_TriggerManualDamage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_TriggerResetToInitialState \ +static_assert(alignof(InteractiveActorBase_TriggerResetToInitialState) == 0x000008, "Wrong alignment on InteractiveActorBase_TriggerResetToInitialState"); \ +static_assert(sizeof(InteractiveActorBase_TriggerResetToInitialState) == 0x000008, "Wrong size on InteractiveActorBase_TriggerResetToInitialState"); \ +static_assert(offsetof(InteractiveActorBase_TriggerResetToInitialState, Params_0) == 0x000000, "Member 'InteractiveActorBase_TriggerResetToInitialState::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_UnlockInteractions \ +static_assert(alignof(InteractiveActorBase_UnlockInteractions) == 0x000008, "Wrong alignment on InteractiveActorBase_UnlockInteractions"); \ +static_assert(sizeof(InteractiveActorBase_UnlockInteractions) == 0x000008, "Wrong size on InteractiveActorBase_UnlockInteractions"); \ +static_assert(offsetof(InteractiveActorBase_UnlockInteractions, Params_0) == 0x000000, "Member 'InteractiveActorBase_UnlockInteractions::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_CanHandleDamageInteract \ +static_assert(alignof(InteractiveActorBase_CanHandleDamageInteract) == 0x000008, "Wrong alignment on InteractiveActorBase_CanHandleDamageInteract"); \ +static_assert(sizeof(InteractiveActorBase_CanHandleDamageInteract) == 0x000138, "Wrong size on InteractiveActorBase_CanHandleDamageInteract"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleDamageInteract, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_CanHandleDamageInteract::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleDamageInteract, DamageEvent) == 0x000020, "Member 'InteractiveActorBase_CanHandleDamageInteract::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleDamageInteract, ReturnValue) == 0x000130, "Member 'InteractiveActorBase_CanHandleDamageInteract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_CanHandleHitInteract \ +static_assert(alignof(InteractiveActorBase_CanHandleHitInteract) == 0x000008, "Wrong alignment on InteractiveActorBase_CanHandleHitInteract"); \ +static_assert(sizeof(InteractiveActorBase_CanHandleHitInteract) == 0x0000B0, "Wrong size on InteractiveActorBase_CanHandleHitInteract"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleHitInteract, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_CanHandleHitInteract::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleHitInteract, Hit) == 0x000020, "Member 'InteractiveActorBase_CanHandleHitInteract::Hit' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleHitInteract, ReturnValue) == 0x0000A8, "Member 'InteractiveActorBase_CanHandleHitInteract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_CanHandleOverlapBeginInteract \ +static_assert(alignof(InteractiveActorBase_CanHandleOverlapBeginInteract) == 0x000008, "Wrong alignment on InteractiveActorBase_CanHandleOverlapBeginInteract"); \ +static_assert(sizeof(InteractiveActorBase_CanHandleOverlapBeginInteract) == 0x000028, "Wrong size on InteractiveActorBase_CanHandleOverlapBeginInteract"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleOverlapBeginInteract, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_CanHandleOverlapBeginInteract::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleOverlapBeginInteract, ReturnValue) == 0x000020, "Member 'InteractiveActorBase_CanHandleOverlapBeginInteract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_CanHandleOverlapEndInteract \ +static_assert(alignof(InteractiveActorBase_CanHandleOverlapEndInteract) == 0x000008, "Wrong alignment on InteractiveActorBase_CanHandleOverlapEndInteract"); \ +static_assert(sizeof(InteractiveActorBase_CanHandleOverlapEndInteract) == 0x000028, "Wrong size on InteractiveActorBase_CanHandleOverlapEndInteract"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleOverlapEndInteract, InteractingTags) == 0x000000, "Member 'InteractiveActorBase_CanHandleOverlapEndInteract::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanHandleOverlapEndInteract, ReturnValue) == 0x000020, "Member 'InteractiveActorBase_CanHandleOverlapEndInteract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractiveActorBase_CanInteractWithInternal \ +static_assert(alignof(InteractiveActorBase_CanInteractWithInternal) == 0x000008, "Wrong alignment on InteractiveActorBase_CanInteractWithInternal"); \ +static_assert(sizeof(InteractiveActorBase_CanInteractWithInternal) == 0x000058, "Wrong size on InteractiveActorBase_CanInteractWithInternal"); \ +static_assert(offsetof(InteractiveActorBase_CanInteractWithInternal, InteractDelta) == 0x000000, "Member 'InteractiveActorBase_CanInteractWithInternal::InteractDelta' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanInteractWithInternal, PermittedTags) == 0x000008, "Member 'InteractiveActorBase_CanInteractWithInternal::PermittedTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanInteractWithInternal, Other) == 0x000028, "Member 'InteractiveActorBase_CanInteractWithInternal::Other' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanInteractWithInternal, OutAcceptedTags) == 0x000030, "Member 'InteractiveActorBase_CanInteractWithInternal::OutAcceptedTags' has a wrong offset!"); \ +static_assert(offsetof(InteractiveActorBase_CanInteractWithInternal, ReturnValue) == 0x000050, "Member 'InteractiveActorBase_CanInteractWithInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteractiveActorBase \ +static_assert(alignof(AInteractiveActorBase) == 0x000008, "Wrong alignment on AInteractiveActorBase"); \ +static_assert(sizeof(AInteractiveActorBase) == 0x000460, "Wrong size on AInteractiveActorBase"); \ +static_assert(offsetof(AInteractiveActorBase, GameplayTags) == 0x000238, "Member 'AInteractiveActorBase::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, PermittedActorDamageTags) == 0x000258, "Member 'AInteractiveActorBase::PermittedActorDamageTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, DamageMaterialType) == 0x000278, "Member 'AInteractiveActorBase::DamageMaterialType' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, DamageRequiresOverlap) == 0x00027C, "Member 'AInteractiveActorBase::DamageRequiresOverlap' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, PermittedActorOverlapTags) == 0x000280, "Member 'AInteractiveActorBase::PermittedActorOverlapTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, PermittedActorHitTags) == 0x0002A0, "Member 'AInteractiveActorBase::PermittedActorHitTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UnlockingActorDamageTags) == 0x0002C0, "Member 'AInteractiveActorBase::UnlockingActorDamageTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UnlockDamageMaterialType) == 0x0002E0, "Member 'AInteractiveActorBase::UnlockDamageMaterialType' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UnlockingActorOverlapTags) == 0x0002E8, "Member 'AInteractiveActorBase::UnlockingActorOverlapTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UnlockingActorHitTags) == 0x000308, "Member 'AInteractiveActorBase::UnlockingActorHitTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, LockingActorDamageTags) == 0x000328, "Member 'AInteractiveActorBase::LockingActorDamageTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, LockingDamageMaterialType) == 0x000348, "Member 'AInteractiveActorBase::LockingDamageMaterialType' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, LockingActorOverlapTags) == 0x000350, "Member 'AInteractiveActorBase::LockingActorOverlapTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, LockingActorHitTags) == 0x000370, "Member 'AInteractiveActorBase::LockingActorHitTags' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, TriggerEndOverlapWhenUntouched) == 0x000390, "Member 'AInteractiveActorBase::TriggerEndOverlapWhenUntouched' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, DecrementOnEndOverlap) == 0x000391, "Member 'AInteractiveActorBase::DecrementOnEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, SaveGameComponent) == 0x000398, "Member 'AInteractiveActorBase::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, IsLockedByDefault) == 0x0003A0, "Member 'AInteractiveActorBase::IsLockedByDefault' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, MaxInteractionCount) == 0x0003A4, "Member 'AInteractiveActorBase::MaxInteractionCount' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, InteractionCount) == 0x0003A8, "Member 'AInteractiveActorBase::InteractionCount' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UpdateLockBeforeDamageInteract) == 0x0003AC, "Member 'AInteractiveActorBase::UpdateLockBeforeDamageInteract' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UpdateLockBeforeBeginOverlapInteract) == 0x0003AD, "Member 'AInteractiveActorBase::UpdateLockBeforeBeginOverlapInteract' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UpdateLockBeforeEndOverlapInteract) == 0x0003AE, "Member 'AInteractiveActorBase::UpdateLockBeforeEndOverlapInteract' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UpdateLockBeforeHitInteract) == 0x0003AF, "Member 'AInteractiveActorBase::UpdateLockBeforeHitInteract' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, UseDamageHierarchy) == 0x0003B0, "Member 'AInteractiveActorBase::UseDamageHierarchy' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, TriggerNode) == 0x0003B8, "Member 'AInteractiveActorBase::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, OnInteract) == 0x0003C0, "Member 'AInteractiveActorBase::OnInteract' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, OnEndInteract) == 0x0003D0, "Member 'AInteractiveActorBase::OnEndInteract' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, OnMaxInteractionsReached) == 0x0003E0, "Member 'AInteractiveActorBase::OnMaxInteractionsReached' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, IsLocked) == 0x0003F0, "Member 'AInteractiveActorBase::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, InitialVisibility) == 0x0003F1, "Member 'AInteractiveActorBase::InitialVisibility' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, CurrentVisibility) == 0x0003F2, "Member 'AInteractiveActorBase::CurrentVisibility' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, CurrentOverlappingActors) == 0x0003F8, "Member 'AInteractiveActorBase::CurrentOverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, LockedBeginOverlapActors) == 0x000418, "Member 'AInteractiveActorBase::LockedBeginOverlapActors' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, LockedEndOverlapActors) == 0x000438, "Member 'AInteractiveActorBase::LockedEndOverlapActors' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveActorBase, InitialActorOverlapTimerHandle) == 0x000458, "Member 'AInteractiveActorBase::InitialActorOverlapTimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent \ +static_assert(alignof(MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent) == 0x000008, "Wrong alignment on MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent"); \ +static_assert(sizeof(MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent) == 0x000020, "Wrong size on MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent"); \ +static_assert(offsetof(MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent, NiagaraSystem) == 0x000000, "Member 'MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent, OverrideName) == 0x000008, "Member 'MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent, RotOwnerComponent) == 0x000018, "Member 'MochiNiagaraFunctionLibrary_OverrideSystemUserVariableRotOwnerComponent::RotOwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor \ +static_assert(alignof(MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor) == 0x000008, "Wrong alignment on MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor"); \ +static_assert(sizeof(MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor) == 0x000020, "Wrong size on MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor"); \ +static_assert(offsetof(MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor, NiagaraSystem) == 0x000000, "Member 'MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor, SplineParameterName) == 0x000008, "Member 'MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor::SplineParameterName' has a wrong offset!"); \ +static_assert(offsetof(MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor, SourceActor) == 0x000018, "Member 'MochiNiagaraFunctionLibrary_SetNiagaraSplineSourceActor::SourceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiNiagaraFunctionLibrary \ +static_assert(alignof(UMochiNiagaraFunctionLibrary) == 0x000008, "Wrong alignment on UMochiNiagaraFunctionLibrary"); \ +static_assert(sizeof(UMochiNiagaraFunctionLibrary) == 0x000028, "Wrong size on UMochiNiagaraFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_ActivateSystem \ +static_assert(alignof(BombPlatformSystem_ActivateSystem) == 0x000001, "Wrong alignment on BombPlatformSystem_ActivateSystem"); \ +static_assert(sizeof(BombPlatformSystem_ActivateSystem) == 0x000001, "Wrong size on BombPlatformSystem_ActivateSystem"); \ +static_assert(offsetof(BombPlatformSystem_ActivateSystem, ReturnValue) == 0x000000, "Member 'BombPlatformSystem_ActivateSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_ActivateSystemTrigger \ +static_assert(alignof(BombPlatformSystem_ActivateSystemTrigger) == 0x000008, "Wrong alignment on BombPlatformSystem_ActivateSystemTrigger"); \ +static_assert(sizeof(BombPlatformSystem_ActivateSystemTrigger) == 0x000008, "Wrong size on BombPlatformSystem_ActivateSystemTrigger"); \ +static_assert(offsetof(BombPlatformSystem_ActivateSystemTrigger, Params_0) == 0x000000, "Member 'BombPlatformSystem_ActivateSystemTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_DeactivateSystem \ +static_assert(alignof(BombPlatformSystem_DeactivateSystem) == 0x000001, "Wrong alignment on BombPlatformSystem_DeactivateSystem"); \ +static_assert(sizeof(BombPlatformSystem_DeactivateSystem) == 0x000001, "Wrong size on BombPlatformSystem_DeactivateSystem"); \ +static_assert(offsetof(BombPlatformSystem_DeactivateSystem, ReturnValue) == 0x000000, "Member 'BombPlatformSystem_DeactivateSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_DeactivateSystemTrigger \ +static_assert(alignof(BombPlatformSystem_DeactivateSystemTrigger) == 0x000008, "Wrong alignment on BombPlatformSystem_DeactivateSystemTrigger"); \ +static_assert(sizeof(BombPlatformSystem_DeactivateSystemTrigger) == 0x000008, "Wrong size on BombPlatformSystem_DeactivateSystemTrigger"); \ +static_assert(offsetof(BombPlatformSystem_DeactivateSystemTrigger, Params_0) == 0x000000, "Member 'BombPlatformSystem_DeactivateSystemTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_HandleCutscenesEnded \ +static_assert(alignof(BombPlatformSystem_HandleCutscenesEnded) == 0x000008, "Wrong alignment on BombPlatformSystem_HandleCutscenesEnded"); \ +static_assert(sizeof(BombPlatformSystem_HandleCutscenesEnded) == 0x000010, "Wrong size on BombPlatformSystem_HandleCutscenesEnded"); \ +static_assert(offsetof(BombPlatformSystem_HandleCutscenesEnded, Cutscene) == 0x000000, "Member 'BombPlatformSystem_HandleCutscenesEnded::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_HandleCutscenesStarted \ +static_assert(alignof(BombPlatformSystem_HandleCutscenesStarted) == 0x000008, "Wrong alignment on BombPlatformSystem_HandleCutscenesStarted"); \ +static_assert(sizeof(BombPlatformSystem_HandleCutscenesStarted) == 0x000010, "Wrong size on BombPlatformSystem_HandleCutscenesStarted"); \ +static_assert(offsetof(BombPlatformSystem_HandleCutscenesStarted, Cutscene) == 0x000000, "Member 'BombPlatformSystem_HandleCutscenesStarted::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_HandlePlatformHitRejected \ +static_assert(alignof(BombPlatformSystem_HandlePlatformHitRejected) == 0x000008, "Wrong alignment on BombPlatformSystem_HandlePlatformHitRejected"); \ +static_assert(sizeof(BombPlatformSystem_HandlePlatformHitRejected) == 0x000008, "Wrong size on BombPlatformSystem_HandlePlatformHitRejected"); \ +static_assert(offsetof(BombPlatformSystem_HandlePlatformHitRejected, PlatformActor) == 0x000000, "Member 'BombPlatformSystem_HandlePlatformHitRejected::PlatformActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_OnExternalActivatorOverlapped \ +static_assert(alignof(BombPlatformSystem_OnExternalActivatorOverlapped) == 0x000008, "Wrong alignment on BombPlatformSystem_OnExternalActivatorOverlapped"); \ +static_assert(sizeof(BombPlatformSystem_OnExternalActivatorOverlapped) == 0x000010, "Wrong size on BombPlatformSystem_OnExternalActivatorOverlapped"); \ +static_assert(offsetof(BombPlatformSystem_OnExternalActivatorOverlapped, OverlappedActor) == 0x000000, "Member 'BombPlatformSystem_OnExternalActivatorOverlapped::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BombPlatformSystem_OnExternalActivatorOverlapped, OtherActor) == 0x000008, "Member 'BombPlatformSystem_OnExternalActivatorOverlapped::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_OnPlatformDestroyed \ +static_assert(alignof(BombPlatformSystem_OnPlatformDestroyed) == 0x000008, "Wrong alignment on BombPlatformSystem_OnPlatformDestroyed"); \ +static_assert(sizeof(BombPlatformSystem_OnPlatformDestroyed) == 0x000008, "Wrong size on BombPlatformSystem_OnPlatformDestroyed"); \ +static_assert(offsetof(BombPlatformSystem_OnPlatformDestroyed, Platform) == 0x000000, "Member 'BombPlatformSystem_OnPlatformDestroyed::Platform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_OnTransitionTimerElapsed \ +static_assert(alignof(BombPlatformSystem_OnTransitionTimerElapsed) == 0x000001, "Wrong alignment on BombPlatformSystem_OnTransitionTimerElapsed"); \ +static_assert(sizeof(BombPlatformSystem_OnTransitionTimerElapsed) == 0x000001, "Wrong size on BombPlatformSystem_OnTransitionTimerElapsed"); \ +static_assert(offsetof(BombPlatformSystem_OnTransitionTimerElapsed, WasActivating) == 0x000000, "Member 'BombPlatformSystem_OnTransitionTimerElapsed::WasActivating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_GetHoldTimeRemaining \ +static_assert(alignof(BombPlatformSystem_GetHoldTimeRemaining) == 0x000004, "Wrong alignment on BombPlatformSystem_GetHoldTimeRemaining"); \ +static_assert(sizeof(BombPlatformSystem_GetHoldTimeRemaining) == 0x000004, "Wrong size on BombPlatformSystem_GetHoldTimeRemaining"); \ +static_assert(offsetof(BombPlatformSystem_GetHoldTimeRemaining, ReturnValue) == 0x000000, "Member 'BombPlatformSystem_GetHoldTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_GetSystemBStateBounds \ +static_assert(alignof(BombPlatformSystem_GetSystemBStateBounds) == 0x000004, "Wrong alignment on BombPlatformSystem_GetSystemBStateBounds"); \ +static_assert(sizeof(BombPlatformSystem_GetSystemBStateBounds) == 0x00001C, "Wrong size on BombPlatformSystem_GetSystemBStateBounds"); \ +static_assert(offsetof(BombPlatformSystem_GetSystemBStateBounds, ReturnValue) == 0x000000, "Member 'BombPlatformSystem_GetSystemBStateBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombPlatformSystem_IsSystemActive \ +static_assert(alignof(BombPlatformSystem_IsSystemActive) == 0x000001, "Wrong alignment on BombPlatformSystem_IsSystemActive"); \ +static_assert(sizeof(BombPlatformSystem_IsSystemActive) == 0x000001, "Wrong size on BombPlatformSystem_IsSystemActive"); \ +static_assert(offsetof(BombPlatformSystem_IsSystemActive, ReturnValue) == 0x000000, "Member 'BombPlatformSystem_IsSystemActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABombPlatformSystem \ +static_assert(alignof(ABombPlatformSystem) == 0x000008, "Wrong alignment on ABombPlatformSystem"); \ +static_assert(sizeof(ABombPlatformSystem) == 0x000718, "Wrong size on ABombPlatformSystem"); \ +static_assert(offsetof(ABombPlatformSystem, PlatformClass) == 0x000460, "Member 'ABombPlatformSystem::PlatformClass' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, Platforms) == 0x000468, "Member 'ABombPlatformSystem::Platforms' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, ActivationTransitionDuration) == 0x000478, "Member 'ABombPlatformSystem::ActivationTransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, ActivationEaseFunc) == 0x000480, "Member 'ABombPlatformSystem::ActivationEaseFunc' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, DeactivationTransitionDuration) == 0x000510, "Member 'ABombPlatformSystem::DeactivationTransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, DeactivationEaseFunc) == 0x000518, "Member 'ABombPlatformSystem::DeactivationEaseFunc' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, HasFinalizationState) == 0x0005A8, "Member 'ABombPlatformSystem::HasFinalizationState' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, FinalizationTransitionDuration) == 0x0005AC, "Member 'ABombPlatformSystem::FinalizationTransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, FinalizationEaseFunc) == 0x0005B0, "Member 'ABombPlatformSystem::FinalizationEaseFunc' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OverrideTransitionCollisionProfile) == 0x000640, "Member 'ABombPlatformSystem::OverrideTransitionCollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, TransitionCollisionProfile) == 0x000644, "Member 'ABombPlatformSystem::TransitionCollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, ActivationHoldDuration) == 0x00064C, "Member 'ABombPlatformSystem::ActivationHoldDuration' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, SFXRadiusThreshold) == 0x000650, "Member 'ABombPlatformSystem::SFXRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, ExternalSystemActivators) == 0x000658, "Member 'ABombPlatformSystem::ExternalSystemActivators' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, ExternalActivatorMaxDist) == 0x000668, "Member 'ABombPlatformSystem::ExternalActivatorMaxDist' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, PlatformSplines) == 0x000670, "Member 'ABombPlatformSystem::PlatformSplines' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, IsSystemFinalized) == 0x000680, "Member 'ABombPlatformSystem::IsSystemFinalized' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, ActivationTimerHandle) == 0x000688, "Member 'ABombPlatformSystem::ActivationTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, TransitionTimerHandle) == 0x000690, "Member 'ABombPlatformSystem::TransitionTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnActivationBegin) == 0x000698, "Member 'ABombPlatformSystem::OnActivationBegin' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnActivationEnd) == 0x0006A8, "Member 'ABombPlatformSystem::OnActivationEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnDeactivationBegin) == 0x0006B8, "Member 'ABombPlatformSystem::OnDeactivationBegin' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnDeactivationEnd) == 0x0006C8, "Member 'ABombPlatformSystem::OnDeactivationEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnFinalizationBegin) == 0x0006D8, "Member 'ABombPlatformSystem::OnFinalizationBegin' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnFinalizationEnd) == 0x0006E8, "Member 'ABombPlatformSystem::OnFinalizationEnd' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnPlatformHitRejected) == 0x0006F8, "Member 'ABombPlatformSystem::OnPlatformHitRejected' has a wrong offset!"); \ +static_assert(offsetof(ABombPlatformSystem, OnTimerPercentRemainingElapsed) == 0x000708, "Member 'ABombPlatformSystem::OnTimerPercentRemainingElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BroadcastTriggerComponent_BroadcastEvent \ +static_assert(alignof(BroadcastTriggerComponent_BroadcastEvent) == 0x000008, "Wrong alignment on BroadcastTriggerComponent_BroadcastEvent"); \ +static_assert(sizeof(BroadcastTriggerComponent_BroadcastEvent) == 0x000020, "Wrong size on BroadcastTriggerComponent_BroadcastEvent"); \ +static_assert(offsetof(BroadcastTriggerComponent_BroadcastEvent, EventName) == 0x000000, "Member 'BroadcastTriggerComponent_BroadcastEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(BroadcastTriggerComponent_BroadcastEvent, Radius) == 0x000008, "Member 'BroadcastTriggerComponent_BroadcastEvent::Radius' has a wrong offset!"); \ +static_assert(offsetof(BroadcastTriggerComponent_BroadcastEvent, Params_0) == 0x000010, "Member 'BroadcastTriggerComponent_BroadcastEvent::Params_0' has a wrong offset!"); \ +static_assert(offsetof(BroadcastTriggerComponent_BroadcastEvent, Delay) == 0x000018, "Member 'BroadcastTriggerComponent_BroadcastEvent::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BroadcastTriggerComponent_DelayedBroadcastEvent \ +static_assert(alignof(BroadcastTriggerComponent_DelayedBroadcastEvent) == 0x000008, "Wrong alignment on BroadcastTriggerComponent_DelayedBroadcastEvent"); \ +static_assert(sizeof(BroadcastTriggerComponent_DelayedBroadcastEvent) == 0x000018, "Wrong size on BroadcastTriggerComponent_DelayedBroadcastEvent"); \ +static_assert(offsetof(BroadcastTriggerComponent_DelayedBroadcastEvent, EventName) == 0x000000, "Member 'BroadcastTriggerComponent_DelayedBroadcastEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(BroadcastTriggerComponent_DelayedBroadcastEvent, Radius) == 0x000008, "Member 'BroadcastTriggerComponent_DelayedBroadcastEvent::Radius' has a wrong offset!"); \ +static_assert(offsetof(BroadcastTriggerComponent_DelayedBroadcastEvent, Params_0) == 0x000010, "Member 'BroadcastTriggerComponent_DelayedBroadcastEvent::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBroadcastTriggerComponent \ +static_assert(alignof(UBroadcastTriggerComponent) == 0x000008, "Wrong alignment on UBroadcastTriggerComponent"); \ +static_assert(sizeof(UBroadcastTriggerComponent) == 0x0000B0, "Wrong size on UBroadcastTriggerComponent"); \ + +#define DUMPER7_ASSERTS_UMochiLevelSequenceDirector \ +static_assert(alignof(UMochiLevelSequenceDirector) == 0x000008, "Wrong alignment on UMochiLevelSequenceDirector"); \ +static_assert(sizeof(UMochiLevelSequenceDirector) == 0x000038, "Wrong size on UMochiLevelSequenceDirector"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Difficulty \ +static_assert(alignof(UBTDecorator_Difficulty) == 0x000008, "Wrong alignment on UBTDecorator_Difficulty"); \ +static_assert(sizeof(UBTDecorator_Difficulty) == 0x000070, "Wrong size on UBTDecorator_Difficulty"); \ +static_assert(offsetof(UBTDecorator_Difficulty, Difficulty) == 0x000068, "Member 'UBTDecorator_Difficulty::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Difficulty, ComparisonOperation) == 0x000069, "Member 'UBTDecorator_Difficulty::ComparisonOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Distance \ +static_assert(alignof(UBTDecorator_Distance) == 0x000008, "Wrong alignment on UBTDecorator_Distance"); \ +static_assert(sizeof(UBTDecorator_Distance) == 0x000128, "Wrong size on UBTDecorator_Distance"); \ +static_assert(offsetof(UBTDecorator_Distance, Target) == 0x000068, "Member 'UBTDecorator_Distance::Target' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, CheckGreaterThan) == 0x000090, "Member 'UBTDecorator_Distance::CheckGreaterThan' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, CheckLessThan) == 0x000091, "Member 'UBTDecorator_Distance::CheckLessThan' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, DistanceGreaterThan) == 0x000094, "Member 'UBTDecorator_Distance::DistanceGreaterThan' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, DistanceGreaterThanBB) == 0x000098, "Member 'UBTDecorator_Distance::DistanceGreaterThanBB' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, DistanceLessThan) == 0x0000C0, "Member 'UBTDecorator_Distance::DistanceLessThan' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, DistanceLessThanBB) == 0x0000C8, "Member 'UBTDecorator_Distance::DistanceLessThanBB' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, SetCurrentDistanceBB) == 0x0000F0, "Member 'UBTDecorator_Distance::SetCurrentDistanceBB' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, CurrentDistanceBBKey) == 0x0000F8, "Member 'UBTDecorator_Distance::CurrentDistanceBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, DebugEnabled) == 0x000120, "Member 'UBTDecorator_Distance::DebugEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Distance, DebugDrawColor) == 0x000124, "Member 'UBTDecorator_Distance::DebugDrawColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessTriggerParams \ +static_assert(alignof(UPostProcessTriggerParams) == 0x000008, "Wrong alignment on UPostProcessTriggerParams"); \ +static_assert(sizeof(UPostProcessTriggerParams) == 0x000038, "Wrong size on UPostProcessTriggerParams"); \ +static_assert(offsetof(UPostProcessTriggerParams, Config) == 0x000030, "Member 'UPostProcessTriggerParams::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_HasHitResponse \ +static_assert(alignof(UBTDecorator_HasHitResponse) == 0x000008, "Wrong alignment on UBTDecorator_HasHitResponse"); \ +static_assert(sizeof(UBTDecorator_HasHitResponse) == 0x000070, "Wrong size on UBTDecorator_HasHitResponse"); \ +static_assert(offsetof(UBTDecorator_HasHitResponse, ResponseType) == 0x000068, "Member 'UBTDecorator_HasHitResponse::ResponseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IfDistanceGreaterThan \ +static_assert(alignof(UBTDecorator_IfDistanceGreaterThan) == 0x000008, "Wrong alignment on UBTDecorator_IfDistanceGreaterThan"); \ +static_assert(sizeof(UBTDecorator_IfDistanceGreaterThan) == 0x0000C0, "Wrong size on UBTDecorator_IfDistanceGreaterThan"); \ +static_assert(offsetof(UBTDecorator_IfDistanceGreaterThan, Target) == 0x000068, "Member 'UBTDecorator_IfDistanceGreaterThan::Target' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IfDistanceGreaterThan, Distance) == 0x000090, "Member 'UBTDecorator_IfDistanceGreaterThan::Distance' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IfDistanceGreaterThan, SetDistance) == 0x000094, "Member 'UBTDecorator_IfDistanceGreaterThan::SetDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IfDistanceGreaterThan, CurrentDistance) == 0x000098, "Member 'UBTDecorator_IfDistanceGreaterThan::CurrentDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiSlider \ +static_assert(alignof(UMochiSlider) == 0x000008, "Wrong alignment on UMochiSlider"); \ +static_assert(sizeof(UMochiSlider) == 0x000520, "Wrong size on UMochiSlider"); \ +static_assert(offsetof(UMochiSlider, SliderConfiguration) == 0x0004F8, "Member 'UMochiSlider::SliderConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsAggressive \ +static_assert(alignof(UBTDecorator_IsAggressive) == 0x000008, "Wrong alignment on UBTDecorator_IsAggressive"); \ +static_assert(sizeof(UBTDecorator_IsAggressive) == 0x000068, "Wrong size on UBTDecorator_IsAggressive"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsInCombat \ +static_assert(alignof(UBTDecorator_IsInCombat) == 0x000008, "Wrong alignment on UBTDecorator_IsInCombat"); \ +static_assert(sizeof(UBTDecorator_IsInCombat) == 0x000068, "Wrong size on UBTDecorator_IsInCombat"); \ + +#define DUMPER7_ASSERTS_PDSMochiPostProcessVolume_WatchedValueChanged \ +static_assert(alignof(PDSMochiPostProcessVolume_WatchedValueChanged) == 0x000004, "Wrong alignment on PDSMochiPostProcessVolume_WatchedValueChanged"); \ +static_assert(sizeof(PDSMochiPostProcessVolume_WatchedValueChanged) == 0x000010, "Wrong size on PDSMochiPostProcessVolume_WatchedValueChanged"); \ +static_assert(offsetof(PDSMochiPostProcessVolume_WatchedValueChanged, Context) == 0x000000, "Member 'PDSMochiPostProcessVolume_WatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(PDSMochiPostProcessVolume_WatchedValueChanged, KeyName) == 0x000004, "Member 'PDSMochiPostProcessVolume_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(PDSMochiPostProcessVolume_WatchedValueChanged, Value) == 0x00000C, "Member 'PDSMochiPostProcessVolume_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APDSMochiPostProcessVolume \ +static_assert(alignof(APDSMochiPostProcessVolume) == 0x000010, "Wrong alignment on APDSMochiPostProcessVolume"); \ +static_assert(sizeof(APDSMochiPostProcessVolume) == 0x000870, "Wrong size on APDSMochiPostProcessVolume"); \ +static_assert(offsetof(APDSMochiPostProcessVolume, ActivationPDSCondition) == 0x000848, "Member 'APDSMochiPostProcessVolume::ActivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(APDSMochiPostProcessVolume, DeactivationPDSCondition) == 0x000858, "Member 'APDSMochiPostProcessVolume::DeactivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(APDSMochiPostProcessVolume, PDSWatchComponent) == 0x000868, "Member 'APDSMochiPostProcessVolume::PDSWatchComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsMovingOnGround \ +static_assert(alignof(UBTDecorator_IsMovingOnGround) == 0x000008, "Wrong alignment on UBTDecorator_IsMovingOnGround"); \ +static_assert(sizeof(UBTDecorator_IsMovingOnGround) == 0x000068, "Wrong size on UBTDecorator_IsMovingOnGround"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsRotTargetOnNav \ +static_assert(alignof(UBTDecorator_IsRotTargetOnNav) == 0x000008, "Wrong alignment on UBTDecorator_IsRotTargetOnNav"); \ +static_assert(sizeof(UBTDecorator_IsRotTargetOnNav) == 0x000068, "Wrong size on UBTDecorator_IsRotTargetOnNav"); \ + +#define DUMPER7_ASSERTS_UMochiPathFollowingComponent \ +static_assert(alignof(UMochiPathFollowingComponent) == 0x000008, "Wrong alignment on UMochiPathFollowingComponent"); \ +static_assert(sizeof(UMochiPathFollowingComponent) == 0x000250, "Wrong size on UMochiPathFollowingComponent"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsTargetInLeashRadius \ +static_assert(alignof(UBTDecorator_IsTargetInLeashRadius) == 0x000008, "Wrong alignment on UBTDecorator_IsTargetInLeashRadius"); \ +static_assert(sizeof(UBTDecorator_IsTargetInLeashRadius) == 0x000090, "Wrong size on UBTDecorator_IsTargetInLeashRadius"); \ +static_assert(offsetof(UBTDecorator_IsTargetInLeashRadius, TargetActor) == 0x000068, "Member 'UBTDecorator_IsTargetInLeashRadius::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_LastHitByTag \ +static_assert(alignof(UBTDecorator_LastHitByTag) == 0x000008, "Wrong alignment on UBTDecorator_LastHitByTag"); \ +static_assert(sizeof(UBTDecorator_LastHitByTag) == 0x000088, "Wrong size on UBTDecorator_LastHitByTag"); \ +static_assert(offsetof(UBTDecorator_LastHitByTag, DamageTagFilter) == 0x000068, "Member 'UBTDecorator_LastHitByTag::DamageTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSignificanceManager_OnSkeletalMeshRegistrationChanged \ +static_assert(alignof(MochiSignificanceManager_OnSkeletalMeshRegistrationChanged) == 0x000008, "Wrong alignment on MochiSignificanceManager_OnSkeletalMeshRegistrationChanged"); \ +static_assert(sizeof(MochiSignificanceManager_OnSkeletalMeshRegistrationChanged) == 0x000010, "Wrong size on MochiSignificanceManager_OnSkeletalMeshRegistrationChanged"); \ +static_assert(offsetof(MochiSignificanceManager_OnSkeletalMeshRegistrationChanged, Component) == 0x000000, "Member 'MochiSignificanceManager_OnSkeletalMeshRegistrationChanged::Component' has a wrong offset!"); \ +static_assert(offsetof(MochiSignificanceManager_OnSkeletalMeshRegistrationChanged, IsRegistered) == 0x000008, "Member 'MochiSignificanceManager_OnSkeletalMeshRegistrationChanged::IsRegistered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiSignificanceManager \ +static_assert(alignof(UMochiSignificanceManager) == 0x000008, "Wrong alignment on UMochiSignificanceManager"); \ +static_assert(sizeof(UMochiSignificanceManager) == 0x000128, "Wrong size on UMochiSignificanceManager"); \ + +#define DUMPER7_ASSERTS_UBTHasRequestDecorator \ +static_assert(alignof(UBTHasRequestDecorator) == 0x000008, "Wrong alignment on UBTHasRequestDecorator"); \ +static_assert(sizeof(UBTHasRequestDecorator) == 0x000078, "Wrong size on UBTHasRequestDecorator"); \ +static_assert(offsetof(UBTHasRequestDecorator, RequestName) == 0x000068, "Member 'UBTHasRequestDecorator::RequestName' has a wrong offset!"); \ +static_assert(offsetof(UBTHasRequestDecorator, RemoveRequestOnExit) == 0x000070, "Member 'UBTHasRequestDecorator::RemoveRequestOnExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTRequesterComponent_AddRequest \ +static_assert(alignof(BTRequesterComponent_AddRequest) == 0x000004, "Wrong alignment on BTRequesterComponent_AddRequest"); \ +static_assert(sizeof(BTRequesterComponent_AddRequest) == 0x000008, "Wrong size on BTRequesterComponent_AddRequest"); \ +static_assert(offsetof(BTRequesterComponent_AddRequest, RequestName) == 0x000000, "Member 'BTRequesterComponent_AddRequest::RequestName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTRequesterComponent_RemoveRequest \ +static_assert(alignof(BTRequesterComponent_RemoveRequest) == 0x000004, "Wrong alignment on BTRequesterComponent_RemoveRequest"); \ +static_assert(sizeof(BTRequesterComponent_RemoveRequest) == 0x00000C, "Wrong size on BTRequesterComponent_RemoveRequest"); \ +static_assert(offsetof(BTRequesterComponent_RemoveRequest, RequestName) == 0x000000, "Member 'BTRequesterComponent_RemoveRequest::RequestName' has a wrong offset!"); \ +static_assert(offsetof(BTRequesterComponent_RemoveRequest, ReturnValue) == 0x000008, "Member 'BTRequesterComponent_RemoveRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTRequesterComponent_IsRequested \ +static_assert(alignof(BTRequesterComponent_IsRequested) == 0x000004, "Wrong alignment on BTRequesterComponent_IsRequested"); \ +static_assert(sizeof(BTRequesterComponent_IsRequested) == 0x00000C, "Wrong size on BTRequesterComponent_IsRequested"); \ +static_assert(offsetof(BTRequesterComponent_IsRequested, RequestName) == 0x000000, "Member 'BTRequesterComponent_IsRequested::RequestName' has a wrong offset!"); \ +static_assert(offsetof(BTRequesterComponent_IsRequested, ReturnValue) == 0x000008, "Member 'BTRequesterComponent_IsRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTRequesterComponent \ +static_assert(alignof(UBTRequesterComponent) == 0x000008, "Wrong alignment on UBTRequesterComponent"); \ +static_assert(sizeof(UBTRequesterComponent) == 0x000100, "Wrong size on UBTRequesterComponent"); \ +static_assert(offsetof(UBTRequesterComponent, Requests) == 0x0000B0, "Member 'UBTRequesterComponent::Requests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_DisableHeadTracking \ +static_assert(alignof(UBTService_DisableHeadTracking) == 0x000008, "Wrong alignment on UBTService_DisableHeadTracking"); \ +static_assert(sizeof(UBTService_DisableHeadTracking) == 0x000080, "Wrong size on UBTService_DisableHeadTracking"); \ +static_assert(offsetof(UBTService_DisableHeadTracking, ABP) == 0x000078, "Member 'UBTService_DisableHeadTracking::ABP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_DoesNotWantAggression \ +static_assert(alignof(UBTService_DoesNotWantAggression) == 0x000008, "Wrong alignment on UBTService_DoesNotWantAggression"); \ +static_assert(sizeof(UBTService_DoesNotWantAggression) == 0x000070, "Wrong size on UBTService_DoesNotWantAggression"); \ + +#define DUMPER7_ASSERTS_UBTService_OrientToVelocityIfMoving \ +static_assert(alignof(UBTService_OrientToVelocityIfMoving) == 0x000008, "Wrong alignment on UBTService_OrientToVelocityIfMoving"); \ +static_assert(sizeof(UBTService_OrientToVelocityIfMoving) == 0x000078, "Wrong size on UBTService_OrientToVelocityIfMoving"); \ +static_assert(offsetof(UBTService_OrientToVelocityIfMoving, VelocityThreshold) == 0x000070, "Member 'UBTService_OrientToVelocityIfMoving::VelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_QuerySoftCollision \ +static_assert(alignof(UBTService_QuerySoftCollision) == 0x000008, "Wrong alignment on UBTService_QuerySoftCollision"); \ +static_assert(sizeof(UBTService_QuerySoftCollision) == 0x0000B8, "Wrong size on UBTService_QuerySoftCollision"); \ +static_assert(offsetof(UBTService_QuerySoftCollision, RequireOtherStopped) == 0x000070, "Member 'UBTService_QuerySoftCollision::RequireOtherStopped' has a wrong offset!"); \ +static_assert(offsetof(UBTService_QuerySoftCollision, RequiredHalfAngle) == 0x000074, "Member 'UBTService_QuerySoftCollision::RequiredHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTService_QuerySoftCollision, HeadingDirectionType) == 0x000078, "Member 'UBTService_QuerySoftCollision::HeadingDirectionType' has a wrong offset!"); \ +static_assert(offsetof(UBTService_QuerySoftCollision, HeadingAngle) == 0x00007C, "Member 'UBTService_QuerySoftCollision::HeadingAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTService_QuerySoftCollision, OutIsOverlapping) == 0x000080, "Member 'UBTService_QuerySoftCollision::OutIsOverlapping' has a wrong offset!"); \ +static_assert(offsetof(UBTService_QuerySoftCollision, DebugEnabled) == 0x0000A8, "Member 'UBTService_QuerySoftCollision::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_RunEQSAndApply \ +static_assert(alignof(UBTService_RunEQSAndApply) == 0x000008, "Wrong alignment on UBTService_RunEQSAndApply"); \ +static_assert(sizeof(UBTService_RunEQSAndApply) == 0x000118, "Wrong size on UBTService_RunEQSAndApply"); \ +static_assert(offsetof(UBTService_RunEQSAndApply, ActorToMove) == 0x0000F0, "Member 'UBTService_RunEQSAndApply::ActorToMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BroadcastTrigger \ +static_assert(alignof(UBTTask_BroadcastTrigger) == 0x000008, "Wrong alignment on UBTTask_BroadcastTrigger"); \ +static_assert(sizeof(UBTTask_BroadcastTrigger) == 0x000088, "Wrong size on UBTTask_BroadcastTrigger"); \ +static_assert(offsetof(UBTTask_BroadcastTrigger, EventName) == 0x000070, "Member 'UBTTask_BroadcastTrigger::EventName' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BroadcastTrigger, Radius) == 0x000078, "Member 'UBTTask_BroadcastTrigger::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BroadcastTrigger, Delay) == 0x00007C, "Member 'UBTTask_BroadcastTrigger::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BroadcastTrigger, Params_0) == 0x000080, "Member 'UBTTask_BroadcastTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiTipWindow \ +static_assert(alignof(UMochiTipWindow) == 0x000008, "Wrong alignment on UMochiTipWindow"); \ +static_assert(sizeof(UMochiTipWindow) == 0x000260, "Wrong size on UMochiTipWindow"); \ + +#define DUMPER7_ASSERTS_UBTTask_FocusTarget \ +static_assert(alignof(UBTTask_FocusTarget) == 0x000008, "Wrong alignment on UBTTask_FocusTarget"); \ +static_assert(sizeof(UBTTask_FocusTarget) == 0x000098, "Wrong size on UBTTask_FocusTarget"); \ +static_assert(offsetof(UBTTask_FocusTarget, TargetKey) == 0x000070, "Member 'UBTTask_FocusTarget::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_Strafe \ +static_assert(alignof(UBTTask_Strafe) == 0x000008, "Wrong alignment on UBTTask_Strafe"); \ +static_assert(sizeof(UBTTask_Strafe) == 0x0000B8, "Wrong size on UBTTask_Strafe"); \ +static_assert(offsetof(UBTTask_Strafe, DirectionMode) == 0x000070, "Member 'UBTTask_Strafe::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, SupportedCardinalDirections) == 0x000074, "Member 'UBTTask_Strafe::SupportedCardinalDirections' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, TimeBeforeSwitchMinMax) == 0x000078, "Member 'UBTTask_Strafe::TimeBeforeSwitchMinMax' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, SubdivisionSegmentDistance) == 0x000080, "Member 'UBTTask_Strafe::SubdivisionSegmentDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, AvoidRepeatDirection) == 0x000084, "Member 'UBTTask_Strafe::AvoidRepeatDirection' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, MaintainDistanceForLeftRight) == 0x000085, "Member 'UBTTask_Strafe::MaintainDistanceForLeftRight' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, TargetKey) == 0x000088, "Member 'UBTTask_Strafe::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Strafe, MoveAcceptanceRadius) == 0x0000B0, "Member 'UBTTask_Strafe::MoveAcceptanceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_Play \ +static_assert(alignof(MontageManagerComponent_Play) == 0x000004, "Wrong alignment on MontageManagerComponent_Play"); \ +static_assert(sizeof(MontageManagerComponent_Play) == 0x000018, "Wrong size on MontageManagerComponent_Play"); \ +static_assert(offsetof(MontageManagerComponent_Play, Key) == 0x000000, "Member 'MontageManagerComponent_Play::Key' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_Play, PlayRate) == 0x000008, "Member 'MontageManagerComponent_Play::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_Play, StartSection) == 0x00000C, "Member 'MontageManagerComponent_Play::StartSection' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_Play, ReturnValue) == 0x000014, "Member 'MontageManagerComponent_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_PlayWithArgs \ +static_assert(alignof(MontageManagerComponent_PlayWithArgs) == 0x000004, "Wrong alignment on MontageManagerComponent_PlayWithArgs"); \ +static_assert(sizeof(MontageManagerComponent_PlayWithArgs) == 0x00001C, "Wrong size on MontageManagerComponent_PlayWithArgs"); \ +static_assert(offsetof(MontageManagerComponent_PlayWithArgs, Args) == 0x000000, "Member 'MontageManagerComponent_PlayWithArgs::Args' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_PlayWithArgs, ReturnValue) == 0x000018, "Member 'MontageManagerComponent_PlayWithArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_PlayWithCallback \ +static_assert(alignof(MontageManagerComponent_PlayWithCallback) == 0x000004, "Wrong alignment on MontageManagerComponent_PlayWithCallback"); \ +static_assert(sizeof(MontageManagerComponent_PlayWithCallback) == 0x000030, "Wrong size on MontageManagerComponent_PlayWithCallback"); \ +static_assert(offsetof(MontageManagerComponent_PlayWithCallback, Args) == 0x000000, "Member 'MontageManagerComponent_PlayWithCallback::Args' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_PlayWithCallback, Callback) == 0x000018, "Member 'MontageManagerComponent_PlayWithCallback::Callback' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_PlayWithCallback, CallbackOccursOnSectionEnd) == 0x000028, "Member 'MontageManagerComponent_PlayWithCallback::CallbackOccursOnSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_PlayWithCallback, ReturnValue) == 0x00002C, "Member 'MontageManagerComponent_PlayWithCallback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_SetAnimInstance \ +static_assert(alignof(MontageManagerComponent_SetAnimInstance) == 0x000008, "Wrong alignment on MontageManagerComponent_SetAnimInstance"); \ +static_assert(sizeof(MontageManagerComponent_SetAnimInstance) == 0x000008, "Wrong size on MontageManagerComponent_SetAnimInstance"); \ +static_assert(offsetof(MontageManagerComponent_SetAnimInstance, Instance) == 0x000000, "Member 'MontageManagerComponent_SetAnimInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_SetNextSection \ +static_assert(alignof(MontageManagerComponent_SetNextSection) == 0x000004, "Wrong alignment on MontageManagerComponent_SetNextSection"); \ +static_assert(sizeof(MontageManagerComponent_SetNextSection) == 0x000018, "Wrong size on MontageManagerComponent_SetNextSection"); \ +static_assert(offsetof(MontageManagerComponent_SetNextSection, Key) == 0x000000, "Member 'MontageManagerComponent_SetNextSection::Key' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_SetNextSection, FromSection) == 0x000008, "Member 'MontageManagerComponent_SetNextSection::FromSection' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_SetNextSection, ToSection) == 0x000010, "Member 'MontageManagerComponent_SetNextSection::ToSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_Stop \ +static_assert(alignof(MontageManagerComponent_Stop) == 0x000004, "Wrong alignment on MontageManagerComponent_Stop"); \ +static_assert(sizeof(MontageManagerComponent_Stop) == 0x000010, "Wrong size on MontageManagerComponent_Stop"); \ +static_assert(offsetof(MontageManagerComponent_Stop, Key) == 0x000000, "Member 'MontageManagerComponent_Stop::Key' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_Stop, BlendTime) == 0x000008, "Member 'MontageManagerComponent_Stop::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(MontageManagerComponent_Stop, ReturnValue) == 0x00000C, "Member 'MontageManagerComponent_Stop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_StopAll \ +static_assert(alignof(MontageManagerComponent_StopAll) == 0x000004, "Wrong alignment on MontageManagerComponent_StopAll"); \ +static_assert(sizeof(MontageManagerComponent_StopAll) == 0x000004, "Wrong size on MontageManagerComponent_StopAll"); \ +static_assert(offsetof(MontageManagerComponent_StopAll, BlendTime) == 0x000000, "Member 'MontageManagerComponent_StopAll::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_StopAllNonAdditive \ +static_assert(alignof(MontageManagerComponent_StopAllNonAdditive) == 0x000004, "Wrong alignment on MontageManagerComponent_StopAllNonAdditive"); \ +static_assert(sizeof(MontageManagerComponent_StopAllNonAdditive) == 0x000004, "Wrong size on MontageManagerComponent_StopAllNonAdditive"); \ +static_assert(offsetof(MontageManagerComponent_StopAllNonAdditive, BlendTime) == 0x000000, "Member 'MontageManagerComponent_StopAllNonAdditive::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_T_PlayWithArgs \ +static_assert(alignof(MontageManagerComponent_T_PlayWithArgs) == 0x000008, "Wrong alignment on MontageManagerComponent_T_PlayWithArgs"); \ +static_assert(sizeof(MontageManagerComponent_T_PlayWithArgs) == 0x000008, "Wrong size on MontageManagerComponent_T_PlayWithArgs"); \ +static_assert(offsetof(MontageManagerComponent_T_PlayWithArgs, PlayParams) == 0x000000, "Member 'MontageManagerComponent_T_PlayWithArgs::PlayParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot \ +static_assert(alignof(MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot) == 0x000001, "Wrong alignment on MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot"); \ +static_assert(sizeof(MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot) == 0x000001, "Wrong size on MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot"); \ +static_assert(offsetof(MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot, ReturnValue) == 0x000000, "Member 'MontageManagerComponent_IsLastPlayedMontageOnAdditiveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMontageManagerComponent \ +static_assert(alignof(UMontageManagerComponent) == 0x000008, "Wrong alignment on UMontageManagerComponent"); \ +static_assert(sizeof(UMontageManagerComponent) == 0x0001B0, "Wrong size on UMontageManagerComponent"); \ +static_assert(offsetof(UMontageManagerComponent, MontageMap) == 0x0000B0, "Member 'UMontageManagerComponent::MontageMap' has a wrong offset!"); \ +static_assert(offsetof(UMontageManagerComponent, InstanceMontageMap) == 0x000100, "Member 'UMontageManagerComponent::InstanceMontageMap' has a wrong offset!"); \ +static_assert(offsetof(UMontageManagerComponent, LastPlayedAnim) == 0x000150, "Member 'UMontageManagerComponent::LastPlayedAnim' has a wrong offset!"); \ +static_assert(offsetof(UMontageManagerComponent, OnMontageComplete) == 0x000198, "Member 'UMontageManagerComponent::OnMontageComplete' has a wrong offset!"); \ +static_assert(offsetof(UMontageManagerComponent, AnimInstance) == 0x0001A8, "Member 'UMontageManagerComponent::AnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendControllerComponent_AddButtonToLegend \ +static_assert(alignof(ButtonLegendControllerComponent_AddButtonToLegend) == 0x000004, "Wrong alignment on ButtonLegendControllerComponent_AddButtonToLegend"); \ +static_assert(sizeof(ButtonLegendControllerComponent_AddButtonToLegend) == 0x00000C, "Wrong size on ButtonLegendControllerComponent_AddButtonToLegend"); \ +static_assert(offsetof(ButtonLegendControllerComponent_AddButtonToLegend, ButtonName) == 0x000000, "Member 'ButtonLegendControllerComponent_AddButtonToLegend::ButtonName' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_AddButtonToLegend, ReturnValue) == 0x000008, "Member 'ButtonLegendControllerComponent_AddButtonToLegend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendControllerComponent_AddButtonToLegendWithCheck \ +static_assert(alignof(ButtonLegendControllerComponent_AddButtonToLegendWithCheck) == 0x000004, "Wrong alignment on ButtonLegendControllerComponent_AddButtonToLegendWithCheck"); \ +static_assert(sizeof(ButtonLegendControllerComponent_AddButtonToLegendWithCheck) == 0x00001C, "Wrong size on ButtonLegendControllerComponent_AddButtonToLegendWithCheck"); \ +static_assert(offsetof(ButtonLegendControllerComponent_AddButtonToLegendWithCheck, ButtonName) == 0x000000, "Member 'ButtonLegendControllerComponent_AddButtonToLegendWithCheck::ButtonName' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_AddButtonToLegendWithCheck, VisibleCheck) == 0x000008, "Member 'ButtonLegendControllerComponent_AddButtonToLegendWithCheck::VisibleCheck' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_AddButtonToLegendWithCheck, ReturnValue) == 0x000018, "Member 'ButtonLegendControllerComponent_AddButtonToLegendWithCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendControllerComponent_HandleStateChanged \ +static_assert(alignof(ButtonLegendControllerComponent_HandleStateChanged) == 0x000008, "Wrong alignment on ButtonLegendControllerComponent_HandleStateChanged"); \ +static_assert(sizeof(ButtonLegendControllerComponent_HandleStateChanged) == 0x000018, "Wrong size on ButtonLegendControllerComponent_HandleStateChanged"); \ +static_assert(offsetof(ButtonLegendControllerComponent_HandleStateChanged, FromState) == 0x000000, "Member 'ButtonLegendControllerComponent_HandleStateChanged::FromState' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_HandleStateChanged, ToState) == 0x000008, "Member 'ButtonLegendControllerComponent_HandleStateChanged::ToState' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_HandleStateChanged, IsSuspend) == 0x000010, "Member 'ButtonLegendControllerComponent_HandleStateChanged::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_HandleStateChanged, IsResume) == 0x000011, "Member 'ButtonLegendControllerComponent_HandleStateChanged::IsResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendControllerComponent_RegisterWidget \ +static_assert(alignof(ButtonLegendControllerComponent_RegisterWidget) == 0x000008, "Wrong alignment on ButtonLegendControllerComponent_RegisterWidget"); \ +static_assert(sizeof(ButtonLegendControllerComponent_RegisterWidget) == 0x000008, "Wrong size on ButtonLegendControllerComponent_RegisterWidget"); \ +static_assert(offsetof(ButtonLegendControllerComponent_RegisterWidget, InWidget) == 0x000000, "Member 'ButtonLegendControllerComponent_RegisterWidget::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendControllerComponent_RemoveButtonFromLegend \ +static_assert(alignof(ButtonLegendControllerComponent_RemoveButtonFromLegend) == 0x000004, "Wrong alignment on ButtonLegendControllerComponent_RemoveButtonFromLegend"); \ +static_assert(sizeof(ButtonLegendControllerComponent_RemoveButtonFromLegend) == 0x00000C, "Wrong size on ButtonLegendControllerComponent_RemoveButtonFromLegend"); \ +static_assert(offsetof(ButtonLegendControllerComponent_RemoveButtonFromLegend, ButtonName) == 0x000000, "Member 'ButtonLegendControllerComponent_RemoveButtonFromLegend::ButtonName' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendControllerComponent_RemoveButtonFromLegend, ReturnValue) == 0x000008, "Member 'ButtonLegendControllerComponent_RemoveButtonFromLegend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendControllerComponent_SetEnabled \ +static_assert(alignof(ButtonLegendControllerComponent_SetEnabled) == 0x000001, "Wrong alignment on ButtonLegendControllerComponent_SetEnabled"); \ +static_assert(sizeof(ButtonLegendControllerComponent_SetEnabled) == 0x000001, "Wrong size on ButtonLegendControllerComponent_SetEnabled"); \ +static_assert(offsetof(ButtonLegendControllerComponent_SetEnabled, Enabled) == 0x000000, "Member 'ButtonLegendControllerComponent_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonLegendControllerComponent \ +static_assert(alignof(UButtonLegendControllerComponent) == 0x000008, "Wrong alignment on UButtonLegendControllerComponent"); \ +static_assert(sizeof(UButtonLegendControllerComponent) == 0x000130, "Wrong size on UButtonLegendControllerComponent"); \ +static_assert(offsetof(UButtonLegendControllerComponent, ButtonLegendDataTable) == 0x0000B0, "Member 'UButtonLegendControllerComponent::ButtonLegendDataTable' has a wrong offset!"); \ +static_assert(offsetof(UButtonLegendControllerComponent, Widget) == 0x0000B8, "Member 'UButtonLegendControllerComponent::Widget' has a wrong offset!"); \ +static_assert(offsetof(UButtonLegendControllerComponent, StateMachine) == 0x0000C0, "Member 'UButtonLegendControllerComponent::StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UButtonLegendControllerComponent, CurrentButtons) == 0x0000C8, "Member 'UButtonLegendControllerComponent::CurrentButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendWidget_OnButtonsChanged \ +static_assert(alignof(ButtonLegendWidget_OnButtonsChanged) == 0x000008, "Wrong alignment on ButtonLegendWidget_OnButtonsChanged"); \ +static_assert(sizeof(ButtonLegendWidget_OnButtonsChanged) == 0x000010, "Wrong size on ButtonLegendWidget_OnButtonsChanged"); \ +static_assert(offsetof(ButtonLegendWidget_OnButtonsChanged, NewButtons) == 0x000000, "Member 'ButtonLegendWidget_OnButtonsChanged::NewButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonLegendWidget_DataToDisplayText \ +static_assert(alignof(ButtonLegendWidget_DataToDisplayText) == 0x000008, "Wrong alignment on ButtonLegendWidget_DataToDisplayText"); \ +static_assert(sizeof(ButtonLegendWidget_DataToDisplayText) == 0x000038, "Wrong size on ButtonLegendWidget_DataToDisplayText"); \ +static_assert(offsetof(ButtonLegendWidget_DataToDisplayText, Text) == 0x000000, "Member 'ButtonLegendWidget_DataToDisplayText::Text' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendWidget_DataToDisplayText, ActionName) == 0x000018, "Member 'ButtonLegendWidget_DataToDisplayText::ActionName' has a wrong offset!"); \ +static_assert(offsetof(ButtonLegendWidget_DataToDisplayText, ReturnValue) == 0x000020, "Member 'ButtonLegendWidget_DataToDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonLegendWidget \ +static_assert(alignof(UButtonLegendWidget) == 0x000008, "Wrong alignment on UButtonLegendWidget"); \ +static_assert(sizeof(UButtonLegendWidget) == 0x000288, "Wrong size on UButtonLegendWidget"); \ +static_assert(offsetof(UButtonLegendWidget, IconHeight) == 0x000260, "Member 'UButtonLegendWidget::IconHeight' has a wrong offset!"); \ +static_assert(offsetof(UButtonLegendWidget, ButtonTexts) == 0x000268, "Member 'UButtonLegendWidget::ButtonTexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraBlendModifier_SetBlendAlpha \ +static_assert(alignof(CameraBlendModifier_SetBlendAlpha) == 0x000004, "Wrong alignment on CameraBlendModifier_SetBlendAlpha"); \ +static_assert(sizeof(CameraBlendModifier_SetBlendAlpha) == 0x000004, "Wrong size on CameraBlendModifier_SetBlendAlpha"); \ +static_assert(offsetof(CameraBlendModifier_SetBlendAlpha, NewAlpha) == 0x000000, "Member 'CameraBlendModifier_SetBlendAlpha::NewAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraBlendModifier_SetBlendCameras \ +static_assert(alignof(CameraBlendModifier_SetBlendCameras) == 0x000008, "Wrong alignment on CameraBlendModifier_SetBlendCameras"); \ +static_assert(sizeof(CameraBlendModifier_SetBlendCameras) == 0x000010, "Wrong size on CameraBlendModifier_SetBlendCameras"); \ +static_assert(offsetof(CameraBlendModifier_SetBlendCameras, CameraA) == 0x000000, "Member 'CameraBlendModifier_SetBlendCameras::CameraA' has a wrong offset!"); \ +static_assert(offsetof(CameraBlendModifier_SetBlendCameras, CameraB) == 0x000008, "Member 'CameraBlendModifier_SetBlendCameras::CameraB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraBlendModifier \ +static_assert(alignof(UCameraBlendModifier) == 0x000008, "Wrong alignment on UCameraBlendModifier"); \ +static_assert(sizeof(UCameraBlendModifier) == 0x000068, "Wrong size on UCameraBlendModifier"); \ +static_assert(offsetof(UCameraBlendModifier, BlendCameraA) == 0x000048, "Member 'UCameraBlendModifier::BlendCameraA' has a wrong offset!"); \ +static_assert(offsetof(UCameraBlendModifier, BlendCameraB) == 0x000050, "Member 'UCameraBlendModifier::BlendCameraB' has a wrong offset!"); \ +static_assert(offsetof(UCameraBlendModifier, InputBlendAlpha) == 0x000058, "Member 'UCameraBlendModifier::InputBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCameraBlendModifier, BlendAlpha) == 0x00005C, "Member 'UCameraBlendModifier::BlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCameraBlendModifier, BlendAlphaLerpSpeed) == 0x000060, "Member 'UCameraBlendModifier::BlendAlphaLerpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMovementProxy \ +static_assert(alignof(AMovementProxy) == 0x000008, "Wrong alignment on AMovementProxy"); \ +static_assert(sizeof(AMovementProxy) == 0x0002D8, "Wrong size on AMovementProxy"); \ +static_assert(offsetof(AMovementProxy, RelativeOffset) == 0x000230, "Member 'AMovementProxy::RelativeOffset' has a wrong offset!"); \ +static_assert(offsetof(AMovementProxy, NavAgentProps) == 0x000240, "Member 'AMovementProxy::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(AMovementProxy, Capsule) == 0x000288, "Member 'AMovementProxy::Capsule' has a wrong offset!"); \ +static_assert(offsetof(AMovementProxy, NavAgentTarget) == 0x000298, "Member 'AMovementProxy::NavAgentTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraDataHelpers_ApplyToCamera \ +static_assert(alignof(CameraDataHelpers_ApplyToCamera) == 0x000008, "Wrong alignment on CameraDataHelpers_ApplyToCamera"); \ +static_assert(sizeof(CameraDataHelpers_ApplyToCamera) == 0x0002C0, "Wrong size on CameraDataHelpers_ApplyToCamera"); \ +static_assert(offsetof(CameraDataHelpers_ApplyToCamera, CameraData) == 0x000000, "Member 'CameraDataHelpers_ApplyToCamera::CameraData' has a wrong offset!"); \ +static_assert(offsetof(CameraDataHelpers_ApplyToCamera, Camera) == 0x0002A8, "Member 'CameraDataHelpers_ApplyToCamera::Camera' has a wrong offset!"); \ +static_assert(offsetof(CameraDataHelpers_ApplyToCamera, SpringArm) == 0x0002B0, "Member 'CameraDataHelpers_ApplyToCamera::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(CameraDataHelpers_ApplyToCamera, ForceUpdate) == 0x0002B8, "Member 'CameraDataHelpers_ApplyToCamera::ForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraDataHelpers \ +static_assert(alignof(UCameraDataHelpers) == 0x000008, "Wrong alignment on UCameraDataHelpers"); \ +static_assert(sizeof(UCameraDataHelpers) == 0x000028, "Wrong size on UCameraDataHelpers"); \ + +#define DUMPER7_ASSERTS_MochiButton_GetTextColors \ +static_assert(alignof(MochiButton_GetTextColors) == 0x000008, "Wrong alignment on MochiButton_GetTextColors"); \ +static_assert(sizeof(MochiButton_GetTextColors) == 0x0000A0, "Wrong size on MochiButton_GetTextColors"); \ +static_assert(offsetof(MochiButton_GetTextColors, Normal) == 0x000000, "Member 'MochiButton_GetTextColors::Normal' has a wrong offset!"); \ +static_assert(offsetof(MochiButton_GetTextColors, Hovered) == 0x000028, "Member 'MochiButton_GetTextColors::Hovered' has a wrong offset!"); \ +static_assert(offsetof(MochiButton_GetTextColors, Pressed) == 0x000050, "Member 'MochiButton_GetTextColors::Pressed' has a wrong offset!"); \ +static_assert(offsetof(MochiButton_GetTextColors, Disabled) == 0x000078, "Member 'MochiButton_GetTextColors::Disabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetIgnoreKeyPresses \ +static_assert(alignof(MochiButton_SetIgnoreKeyPresses) == 0x000001, "Wrong alignment on MochiButton_SetIgnoreKeyPresses"); \ +static_assert(sizeof(MochiButton_SetIgnoreKeyPresses) == 0x000001, "Wrong size on MochiButton_SetIgnoreKeyPresses"); \ +static_assert(offsetof(MochiButton_SetIgnoreKeyPresses, Ignore) == 0x000000, "Member 'MochiButton_SetIgnoreKeyPresses::Ignore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetPreserveFocus \ +static_assert(alignof(MochiButton_SetPreserveFocus) == 0x000001, "Wrong alignment on MochiButton_SetPreserveFocus"); \ +static_assert(sizeof(MochiButton_SetPreserveFocus) == 0x000001, "Wrong size on MochiButton_SetPreserveFocus"); \ +static_assert(offsetof(MochiButton_SetPreserveFocus, Preserve) == 0x000000, "Member 'MochiButton_SetPreserveFocus::Preserve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetText \ +static_assert(alignof(MochiButton_SetText) == 0x000008, "Wrong alignment on MochiButton_SetText"); \ +static_assert(sizeof(MochiButton_SetText) == 0x000018, "Wrong size on MochiButton_SetText"); \ +static_assert(offsetof(MochiButton_SetText, InText) == 0x000000, "Member 'MochiButton_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextColors \ +static_assert(alignof(MochiButton_SetTextColors) == 0x000008, "Wrong alignment on MochiButton_SetTextColors"); \ +static_assert(sizeof(MochiButton_SetTextColors) == 0x0000A0, "Wrong size on MochiButton_SetTextColors"); \ +static_assert(offsetof(MochiButton_SetTextColors, Normal) == 0x000000, "Member 'MochiButton_SetTextColors::Normal' has a wrong offset!"); \ +static_assert(offsetof(MochiButton_SetTextColors, Hovered) == 0x000028, "Member 'MochiButton_SetTextColors::Hovered' has a wrong offset!"); \ +static_assert(offsetof(MochiButton_SetTextColors, Pressed) == 0x000050, "Member 'MochiButton_SetTextColors::Pressed' has a wrong offset!"); \ +static_assert(offsetof(MochiButton_SetTextColors, Disabled) == 0x000078, "Member 'MochiButton_SetTextColors::Disabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextDisabledColor \ +static_assert(alignof(MochiButton_SetTextDisabledColor) == 0x000008, "Wrong alignment on MochiButton_SetTextDisabledColor"); \ +static_assert(sizeof(MochiButton_SetTextDisabledColor) == 0x000028, "Wrong size on MochiButton_SetTextDisabledColor"); \ +static_assert(offsetof(MochiButton_SetTextDisabledColor, Val) == 0x000000, "Member 'MochiButton_SetTextDisabledColor::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextHoverColor \ +static_assert(alignof(MochiButton_SetTextHoverColor) == 0x000008, "Wrong alignment on MochiButton_SetTextHoverColor"); \ +static_assert(sizeof(MochiButton_SetTextHoverColor) == 0x000028, "Wrong size on MochiButton_SetTextHoverColor"); \ +static_assert(offsetof(MochiButton_SetTextHoverColor, Val) == 0x000000, "Member 'MochiButton_SetTextHoverColor::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextJustification \ +static_assert(alignof(MochiButton_SetTextJustification) == 0x000001, "Wrong alignment on MochiButton_SetTextJustification"); \ +static_assert(sizeof(MochiButton_SetTextJustification) == 0x000001, "Wrong size on MochiButton_SetTextJustification"); \ +static_assert(offsetof(MochiButton_SetTextJustification, InJustification) == 0x000000, "Member 'MochiButton_SetTextJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextMargin \ +static_assert(alignof(MochiButton_SetTextMargin) == 0x000004, "Wrong alignment on MochiButton_SetTextMargin"); \ +static_assert(sizeof(MochiButton_SetTextMargin) == 0x000010, "Wrong size on MochiButton_SetTextMargin"); \ +static_assert(offsetof(MochiButton_SetTextMargin, InMargin) == 0x000000, "Member 'MochiButton_SetTextMargin::InMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextNormalColor \ +static_assert(alignof(MochiButton_SetTextNormalColor) == 0x000008, "Wrong alignment on MochiButton_SetTextNormalColor"); \ +static_assert(sizeof(MochiButton_SetTextNormalColor) == 0x000028, "Wrong size on MochiButton_SetTextNormalColor"); \ +static_assert(offsetof(MochiButton_SetTextNormalColor, Val) == 0x000000, "Member 'MochiButton_SetTextNormalColor::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextPressedColor \ +static_assert(alignof(MochiButton_SetTextPressedColor) == 0x000008, "Wrong alignment on MochiButton_SetTextPressedColor"); \ +static_assert(sizeof(MochiButton_SetTextPressedColor) == 0x000028, "Wrong size on MochiButton_SetTextPressedColor"); \ +static_assert(offsetof(MochiButton_SetTextPressedColor, Val) == 0x000000, "Member 'MochiButton_SetTextPressedColor::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiButton_SetTextStyle \ +static_assert(alignof(MochiButton_SetTextStyle) == 0x000008, "Wrong alignment on MochiButton_SetTextStyle"); \ +static_assert(sizeof(MochiButton_SetTextStyle) == 0x000270, "Wrong size on MochiButton_SetTextStyle"); \ +static_assert(offsetof(MochiButton_SetTextStyle, InTextStyle) == 0x000000, "Member 'MochiButton_SetTextStyle::InTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiButton \ +static_assert(alignof(UMochiButton) == 0x000008, "Wrong alignment on UMochiButton"); \ +static_assert(sizeof(UMochiButton) == 0x000790, "Wrong size on UMochiButton"); \ +static_assert(offsetof(UMochiButton, Text) == 0x000428, "Member 'UMochiButton::Text' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextStyle) == 0x000440, "Member 'UMochiButton::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextMargin) == 0x0006B0, "Member 'UMochiButton::TextMargin' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextJustification) == 0x0006C0, "Member 'UMochiButton::TextJustification' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextNormalColor) == 0x0006C8, "Member 'UMochiButton::TextNormalColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextHoverColor) == 0x0006F0, "Member 'UMochiButton::TextHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextPressedColor) == 0x000718, "Member 'UMochiButton::TextPressedColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, TextDisabledColor) == 0x000740, "Member 'UMochiButton::TextDisabledColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, bIgnoreKeyPresses) == 0x000768, "Member 'UMochiButton::bIgnoreKeyPresses' has a wrong offset!"); \ +static_assert(offsetof(UMochiButton, bPreserveFocus) == 0x000769, "Member 'UMochiButton::bPreserveFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsButton \ +static_assert(alignof(UOptionsButton) == 0x000008, "Wrong alignment on UOptionsButton"); \ +static_assert(sizeof(UOptionsButton) == 0x000850, "Wrong size on UOptionsButton"); \ +static_assert(offsetof(UOptionsButton, Behavior) == 0x000798, "Member 'UOptionsButton::Behavior' has a wrong offset!"); \ +static_assert(offsetof(UOptionsButton, Config) == 0x0007A0, "Member 'UOptionsButton::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraFramingParams \ +static_assert(alignof(UCameraFramingParams) == 0x000008, "Wrong alignment on UCameraFramingParams"); \ +static_assert(sizeof(UCameraFramingParams) == 0x000040, "Wrong size on UCameraFramingParams"); \ +static_assert(offsetof(UCameraFramingParams, Config) == 0x000030, "Member 'UCameraFramingParams::Config' has a wrong offset!"); \ +static_assert(offsetof(UCameraFramingParams, TargetActor) == 0x000038, "Member 'UCameraFramingParams::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_DisableModifier \ +static_assert(alignof(CameraFramingComponent_DisableModifier) == 0x000001, "Wrong alignment on CameraFramingComponent_DisableModifier"); \ +static_assert(sizeof(CameraFramingComponent_DisableModifier) == 0x000001, "Wrong size on CameraFramingComponent_DisableModifier"); \ +static_assert(offsetof(CameraFramingComponent_DisableModifier, Immediate) == 0x000000, "Member 'CameraFramingComponent_DisableModifier::Immediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_InjectConfig \ +static_assert(alignof(CameraFramingComponent_InjectConfig) == 0x000008, "Wrong alignment on CameraFramingComponent_InjectConfig"); \ +static_assert(sizeof(CameraFramingComponent_InjectConfig) == 0x000010, "Wrong size on CameraFramingComponent_InjectConfig"); \ +static_assert(offsetof(CameraFramingComponent_InjectConfig, TargetActor_0) == 0x000000, "Member 'CameraFramingComponent_InjectConfig::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(CameraFramingComponent_InjectConfig, Config) == 0x000008, "Member 'CameraFramingComponent_InjectConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_OnFramingComplete \ +static_assert(alignof(CameraFramingComponent_OnFramingComplete) == 0x000008, "Wrong alignment on CameraFramingComponent_OnFramingComplete"); \ +static_assert(sizeof(CameraFramingComponent_OnFramingComplete) == 0x000008, "Wrong size on CameraFramingComponent_OnFramingComplete"); \ +static_assert(offsetof(CameraFramingComponent_OnFramingComplete, NewOwner) == 0x000000, "Member 'CameraFramingComponent_OnFramingComplete::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_OnOwnershipChange \ +static_assert(alignof(CameraFramingComponent_OnOwnershipChange) == 0x000008, "Wrong alignment on CameraFramingComponent_OnOwnershipChange"); \ +static_assert(sizeof(CameraFramingComponent_OnOwnershipChange) == 0x000008, "Wrong size on CameraFramingComponent_OnOwnershipChange"); \ +static_assert(offsetof(CameraFramingComponent_OnOwnershipChange, NewOwner) == 0x000000, "Member 'CameraFramingComponent_OnOwnershipChange::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_SetFramingTarget \ +static_assert(alignof(CameraFramingComponent_SetFramingTarget) == 0x000008, "Wrong alignment on CameraFramingComponent_SetFramingTarget"); \ +static_assert(sizeof(CameraFramingComponent_SetFramingTarget) == 0x000008, "Wrong size on CameraFramingComponent_SetFramingTarget"); \ +static_assert(offsetof(CameraFramingComponent_SetFramingTarget, TargetActor_0) == 0x000000, "Member 'CameraFramingComponent_SetFramingTarget::TargetActor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_T_EnableTimedModifier \ +static_assert(alignof(CameraFramingComponent_T_EnableTimedModifier) == 0x000008, "Wrong alignment on CameraFramingComponent_T_EnableTimedModifier"); \ +static_assert(sizeof(CameraFramingComponent_T_EnableTimedModifier) == 0x000008, "Wrong size on CameraFramingComponent_T_EnableTimedModifier"); \ +static_assert(offsetof(CameraFramingComponent_T_EnableTimedModifier, TimeParams) == 0x000000, "Member 'CameraFramingComponent_T_EnableTimedModifier::TimeParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingComponent_T_InjectConfig \ +static_assert(alignof(CameraFramingComponent_T_InjectConfig) == 0x000008, "Wrong alignment on CameraFramingComponent_T_InjectConfig"); \ +static_assert(sizeof(CameraFramingComponent_T_InjectConfig) == 0x000008, "Wrong size on CameraFramingComponent_T_InjectConfig"); \ +static_assert(offsetof(CameraFramingComponent_T_InjectConfig, Params_0) == 0x000000, "Member 'CameraFramingComponent_T_InjectConfig::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraFramingComponent \ +static_assert(alignof(UCameraFramingComponent) == 0x000008, "Wrong alignment on UCameraFramingComponent"); \ +static_assert(sizeof(UCameraFramingComponent) == 0x0000D0, "Wrong size on UCameraFramingComponent"); \ +static_assert(offsetof(UCameraFramingComponent, FramingConfig) == 0x0000B0, "Member 'UCameraFramingComponent::FramingConfig' has a wrong offset!"); \ +static_assert(offsetof(UCameraFramingComponent, TargetActor) == 0x0000B8, "Member 'UCameraFramingComponent::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UCameraFramingComponent, InternalModifier) == 0x0000C0, "Member 'UCameraFramingComponent::InternalModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraFramingComponent, ScopedTimer) == 0x0000C8, "Member 'UCameraFramingComponent::ScopedTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRotOwner \ +static_assert(alignof(UNiagaraDataInterfaceRotOwner) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRotOwner"); \ +static_assert(sizeof(UNiagaraDataInterfaceRotOwner) == 0x000040, "Wrong size on UNiagaraDataInterfaceRotOwner"); \ +static_assert(offsetof(UNiagaraDataInterfaceRotOwner, RotOwner) == 0x000038, "Member 'UNiagaraDataInterfaceRotOwner::RotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingRegion_T_EndUsingTriggerableCamera \ +static_assert(alignof(CameraFramingRegion_T_EndUsingTriggerableCamera) == 0x000008, "Wrong alignment on CameraFramingRegion_T_EndUsingTriggerableCamera"); \ +static_assert(sizeof(CameraFramingRegion_T_EndUsingTriggerableCamera) == 0x000008, "Wrong size on CameraFramingRegion_T_EndUsingTriggerableCamera"); \ +static_assert(offsetof(CameraFramingRegion_T_EndUsingTriggerableCamera, Params_0) == 0x000000, "Member 'CameraFramingRegion_T_EndUsingTriggerableCamera::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFramingRegion_T_UseIdealTriggerableCamera \ +static_assert(alignof(CameraFramingRegion_T_UseIdealTriggerableCamera) == 0x000008, "Wrong alignment on CameraFramingRegion_T_UseIdealTriggerableCamera"); \ +static_assert(sizeof(CameraFramingRegion_T_UseIdealTriggerableCamera) == 0x000008, "Wrong size on CameraFramingRegion_T_UseIdealTriggerableCamera"); \ +static_assert(offsetof(CameraFramingRegion_T_UseIdealTriggerableCamera, Params_0) == 0x000000, "Member 'CameraFramingRegion_T_UseIdealTriggerableCamera::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraFramingRegion \ +static_assert(alignof(ACameraFramingRegion) == 0x000008, "Wrong alignment on ACameraFramingRegion"); \ +static_assert(sizeof(ACameraFramingRegion) == 0x000480, "Wrong size on ACameraFramingRegion"); \ +static_assert(offsetof(ACameraFramingRegion, CameraFraming) == 0x000460, "Member 'ACameraFramingRegion::CameraFraming' has a wrong offset!"); \ +static_assert(offsetof(ACameraFramingRegion, TriggerableCameras) == 0x000468, "Member 'ACameraFramingRegion::TriggerableCameras' has a wrong offset!"); \ +static_assert(offsetof(ACameraFramingRegion, ActiveCamera) == 0x000478, "Member 'ACameraFramingRegion::ActiveCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraFramingConfig \ +static_assert(alignof(UCameraFramingConfig) == 0x000008, "Wrong alignment on UCameraFramingConfig"); \ +static_assert(sizeof(UCameraFramingConfig) == 0x000128, "Wrong size on UCameraFramingConfig"); \ +static_assert(offsetof(UCameraFramingConfig, FramingContext) == 0x000030, "Member 'UCameraFramingConfig::FramingContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementCorrectionComponent_AddCorrectionSpline \ +static_assert(alignof(MovementCorrectionComponent_AddCorrectionSpline) == 0x000008, "Wrong alignment on MovementCorrectionComponent_AddCorrectionSpline"); \ +static_assert(sizeof(MovementCorrectionComponent_AddCorrectionSpline) == 0x000018, "Wrong size on MovementCorrectionComponent_AddCorrectionSpline"); \ +static_assert(offsetof(MovementCorrectionComponent_AddCorrectionSpline, InSpline) == 0x000000, "Member 'MovementCorrectionComponent_AddCorrectionSpline::InSpline' has a wrong offset!"); \ +static_assert(offsetof(MovementCorrectionComponent_AddCorrectionSpline, InCorrectionData) == 0x000008, "Member 'MovementCorrectionComponent_AddCorrectionSpline::InCorrectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementCorrectionComponent_PerformCorrection \ +static_assert(alignof(MovementCorrectionComponent_PerformCorrection) == 0x000004, "Wrong alignment on MovementCorrectionComponent_PerformCorrection"); \ +static_assert(sizeof(MovementCorrectionComponent_PerformCorrection) == 0x000018, "Wrong size on MovementCorrectionComponent_PerformCorrection"); \ +static_assert(offsetof(MovementCorrectionComponent_PerformCorrection, InputVector) == 0x000000, "Member 'MovementCorrectionComponent_PerformCorrection::InputVector' has a wrong offset!"); \ +static_assert(offsetof(MovementCorrectionComponent_PerformCorrection, ReturnValue) == 0x00000C, "Member 'MovementCorrectionComponent_PerformCorrection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementCorrectionComponent_RemoveCorrectionSpline \ +static_assert(alignof(MovementCorrectionComponent_RemoveCorrectionSpline) == 0x000008, "Wrong alignment on MovementCorrectionComponent_RemoveCorrectionSpline"); \ +static_assert(sizeof(MovementCorrectionComponent_RemoveCorrectionSpline) == 0x000008, "Wrong size on MovementCorrectionComponent_RemoveCorrectionSpline"); \ +static_assert(offsetof(MovementCorrectionComponent_RemoveCorrectionSpline, InSpline) == 0x000000, "Member 'MovementCorrectionComponent_RemoveCorrectionSpline::InSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovementCorrectionComponent \ +static_assert(alignof(UMovementCorrectionComponent) == 0x000008, "Wrong alignment on UMovementCorrectionComponent"); \ +static_assert(sizeof(UMovementCorrectionComponent) == 0x000100, "Wrong size on UMovementCorrectionComponent"); \ +static_assert(offsetof(UMovementCorrectionComponent, SplineData) == 0x0000B0, "Member 'UMovementCorrectionComponent::SplineData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraNudgeModifier_ReleaseOwnership \ +static_assert(alignof(CameraNudgeModifier_ReleaseOwnership) == 0x000008, "Wrong alignment on CameraNudgeModifier_ReleaseOwnership"); \ +static_assert(sizeof(CameraNudgeModifier_ReleaseOwnership) == 0x000010, "Wrong size on CameraNudgeModifier_ReleaseOwnership"); \ +static_assert(offsetof(CameraNudgeModifier_ReleaseOwnership, Owner) == 0x000000, "Member 'CameraNudgeModifier_ReleaseOwnership::Owner' has a wrong offset!"); \ +static_assert(offsetof(CameraNudgeModifier_ReleaseOwnership, DisableImmediate) == 0x000008, "Member 'CameraNudgeModifier_ReleaseOwnership::DisableImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraNudgeModifier_SetDebugEnabled \ +static_assert(alignof(CameraNudgeModifier_SetDebugEnabled) == 0x000001, "Wrong alignment on CameraNudgeModifier_SetDebugEnabled"); \ +static_assert(sizeof(CameraNudgeModifier_SetDebugEnabled) == 0x000001, "Wrong size on CameraNudgeModifier_SetDebugEnabled"); \ +static_assert(offsetof(CameraNudgeModifier_SetDebugEnabled, DebugEnabled) == 0x000000, "Member 'CameraNudgeModifier_SetDebugEnabled::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraNudgeModifier_TakeOwnership \ +static_assert(alignof(CameraNudgeModifier_TakeOwnership) == 0x000008, "Wrong alignment on CameraNudgeModifier_TakeOwnership"); \ +static_assert(sizeof(CameraNudgeModifier_TakeOwnership) == 0x000008, "Wrong size on CameraNudgeModifier_TakeOwnership"); \ +static_assert(offsetof(CameraNudgeModifier_TakeOwnership, Owner) == 0x000000, "Member 'CameraNudgeModifier_TakeOwnership::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraNudgeModifier_TrackTarget \ +static_assert(alignof(CameraNudgeModifier_TrackTarget) == 0x000008, "Wrong alignment on CameraNudgeModifier_TrackTarget"); \ +static_assert(sizeof(CameraNudgeModifier_TrackTarget) == 0x000010, "Wrong size on CameraNudgeModifier_TrackTarget"); \ +static_assert(offsetof(CameraNudgeModifier_TrackTarget, TargetActor_0) == 0x000000, "Member 'CameraNudgeModifier_TrackTarget::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(CameraNudgeModifier_TrackTarget, FramingConfig_0) == 0x000008, "Member 'CameraNudgeModifier_TrackTarget::FramingConfig_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraNudgeModifier \ +static_assert(alignof(UCameraNudgeModifier) == 0x000010, "Wrong alignment on UCameraNudgeModifier"); \ +static_assert(sizeof(UCameraNudgeModifier) == 0x0006A0, "Wrong size on UCameraNudgeModifier"); \ +static_assert(offsetof(UCameraNudgeModifier, OnOwnershipChanged) == 0x000048, "Member 'UCameraNudgeModifier::OnOwnershipChanged' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, OnFramingComplete) == 0x000058, "Member 'UCameraNudgeModifier::OnFramingComplete' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, FramingConfig) == 0x000068, "Member 'UCameraNudgeModifier::FramingConfig' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, TargetActor) == 0x000070, "Member 'UCameraNudgeModifier::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, CurrentOwner) == 0x000078, "Member 'UCameraNudgeModifier::CurrentOwner' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, MaxTimeStep) == 0x000080, "Member 'UCameraNudgeModifier::MaxTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, CachedViewInfo) == 0x000090, "Member 'UCameraNudgeModifier::CachedViewInfo' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, InternalPosition) == 0x000680, "Member 'UCameraNudgeModifier::InternalPosition' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, AlphaScalar) == 0x00068C, "Member 'UCameraNudgeModifier::AlphaScalar' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, InternalBlendTime) == 0x000690, "Member 'UCameraNudgeModifier::InternalBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraNudgeModifier, InputYieldValue) == 0x000694, "Member 'UCameraNudgeModifier::InputYieldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChangeBlockingState \ +static_assert(alignof(UChangeBlockingState) == 0x000008, "Wrong alignment on UChangeBlockingState"); \ +static_assert(sizeof(UChangeBlockingState) == 0x000058, "Wrong size on UChangeBlockingState"); \ +static_assert(offsetof(UChangeBlockingState, EnableBlocking) == 0x000030, "Member 'UChangeBlockingState::EnableBlocking' has a wrong offset!"); \ +static_assert(offsetof(UChangeBlockingState, HurtboxGroup) == 0x000038, "Member 'UChangeBlockingState::HurtboxGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectivesMapOverlay \ +static_assert(alignof(UObjectivesMapOverlay) == 0x000008, "Wrong alignment on UObjectivesMapOverlay"); \ +static_assert(sizeof(UObjectivesMapOverlay) == 0x000268, "Wrong size on UObjectivesMapOverlay"); \ +static_assert(offsetof(UObjectivesMapOverlay, MainPanel) == 0x000260, "Member 'UObjectivesMapOverlay::MainPanel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterCapsuleResizeState \ +static_assert(alignof(UCharacterCapsuleResizeState) == 0x000008, "Wrong alignment on UCharacterCapsuleResizeState"); \ +static_assert(sizeof(UCharacterCapsuleResizeState) == 0x000050, "Wrong size on UCharacterCapsuleResizeState"); \ +static_assert(offsetof(UCharacterCapsuleResizeState, HeadBone) == 0x000030, "Member 'UCharacterCapsuleResizeState::HeadBone' has a wrong offset!"); \ +static_assert(offsetof(UCharacterCapsuleResizeState, FeetBones) == 0x000038, "Member 'UCharacterCapsuleResizeState::FeetBones' has a wrong offset!"); \ +static_assert(offsetof(UCharacterCapsuleResizeState, CapsuleHalfHeight) == 0x000048, "Member 'UCharacterCapsuleResizeState::CapsuleHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterRotationNotifyState \ +static_assert(alignof(UCharacterRotationNotifyState) == 0x000008, "Wrong alignment on UCharacterRotationNotifyState"); \ +static_assert(sizeof(UCharacterRotationNotifyState) == 0x000088, "Wrong size on UCharacterRotationNotifyState"); \ +static_assert(offsetof(UCharacterRotationNotifyState, Settings) == 0x000030, "Member 'UCharacterRotationNotifyState::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiLevelSequencePlayer \ +static_assert(alignof(UMochiLevelSequencePlayer) == 0x000008, "Wrong alignment on UMochiLevelSequencePlayer"); \ +static_assert(sizeof(UMochiLevelSequencePlayer) == 0x000600, "Wrong size on UMochiLevelSequencePlayer"); \ + +#define DUMPER7_ASSERTS_CharmEffectDescriptionWidget_Setup \ +static_assert(alignof(CharmEffectDescriptionWidget_Setup) == 0x000004, "Wrong alignment on CharmEffectDescriptionWidget_Setup"); \ +static_assert(sizeof(CharmEffectDescriptionWidget_Setup) == 0x000008, "Wrong size on CharmEffectDescriptionWidget_Setup"); \ +static_assert(offsetof(CharmEffectDescriptionWidget_Setup, CharmEffectRowName) == 0x000000, "Member 'CharmEffectDescriptionWidget_Setup::CharmEffectRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharmEffectDescriptionWidget \ +static_assert(alignof(UCharmEffectDescriptionWidget) == 0x000008, "Wrong alignment on UCharmEffectDescriptionWidget"); \ +static_assert(sizeof(UCharmEffectDescriptionWidget) == 0x0003D0, "Wrong size on UCharmEffectDescriptionWidget"); \ +static_assert(offsetof(UCharmEffectDescriptionWidget, PositiveBulletPointBrush) == 0x000260, "Member 'UCharmEffectDescriptionWidget::PositiveBulletPointBrush' has a wrong offset!"); \ +static_assert(offsetof(UCharmEffectDescriptionWidget, PositiveTextColor) == 0x0002E8, "Member 'UCharmEffectDescriptionWidget::PositiveTextColor' has a wrong offset!"); \ +static_assert(offsetof(UCharmEffectDescriptionWidget, NegativeBulletPointBrush) == 0x000310, "Member 'UCharmEffectDescriptionWidget::NegativeBulletPointBrush' has a wrong offset!"); \ +static_assert(offsetof(UCharmEffectDescriptionWidget, NegativeTextColor) == 0x000398, "Member 'UCharmEffectDescriptionWidget::NegativeTextColor' has a wrong offset!"); \ +static_assert(offsetof(UCharmEffectDescriptionWidget, BulletPointImage) == 0x0003C0, "Member 'UCharmEffectDescriptionWidget::BulletPointImage' has a wrong offset!"); \ +static_assert(offsetof(UCharmEffectDescriptionWidget, DescriptionTextBlock) == 0x0003C8, "Member 'UCharmEffectDescriptionWidget::DescriptionTextBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalPage \ +static_assert(alignof(UJournalPage) == 0x000008, "Wrong alignment on UJournalPage"); \ +static_assert(sizeof(UJournalPage) == 0x000268, "Wrong size on UJournalPage"); \ + +#define DUMPER7_ASSERTS_AMochiInteractiveFoliage \ +static_assert(alignof(AMochiInteractiveFoliage) == 0x000010, "Wrong alignment on AMochiInteractiveFoliage"); \ +static_assert(sizeof(AMochiInteractiveFoliage) == 0x000310, "Wrong size on AMochiInteractiveFoliage"); \ +static_assert(offsetof(AMochiInteractiveFoliage, OutOfRangeTime) == 0x0002B0, "Member 'AMochiInteractiveFoliage::OutOfRangeTime' has a wrong offset!"); \ +static_assert(offsetof(AMochiInteractiveFoliage, InstanceComponent) == 0x0002B8, "Member 'AMochiInteractiveFoliage::InstanceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmsMenu_HandleCharmstoneFocused \ +static_assert(alignof(CharmsMenu_HandleCharmstoneFocused) == 0x000008, "Wrong alignment on CharmsMenu_HandleCharmstoneFocused"); \ +static_assert(sizeof(CharmsMenu_HandleCharmstoneFocused) == 0x000008, "Wrong size on CharmsMenu_HandleCharmstoneFocused"); \ +static_assert(offsetof(CharmsMenu_HandleCharmstoneFocused, Button) == 0x000000, "Member 'CharmsMenu_HandleCharmstoneFocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmsMenu_HandleCharmstoneInteract \ +static_assert(alignof(CharmsMenu_HandleCharmstoneInteract) == 0x000008, "Wrong alignment on CharmsMenu_HandleCharmstoneInteract"); \ +static_assert(sizeof(CharmsMenu_HandleCharmstoneInteract) == 0x000008, "Wrong size on CharmsMenu_HandleCharmstoneInteract"); \ +static_assert(offsetof(CharmsMenu_HandleCharmstoneInteract, Button) == 0x000000, "Member 'CharmsMenu_HandleCharmstoneInteract::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharmsMenu \ +static_assert(alignof(UCharmsMenu) == 0x000008, "Wrong alignment on UCharmsMenu"); \ +static_assert(sizeof(UCharmsMenu) == 0x0003D8, "Wrong size on UCharmsMenu"); \ +static_assert(offsetof(UCharmsMenu, CharmstoneButtonClass) == 0x000268, "Member 'UCharmsMenu::CharmstoneButtonClass' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmTable) == 0x000270, "Member 'UCharmsMenu::CharmTable' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmEffectTable) == 0x000278, "Member 'UCharmsMenu::CharmEffectTable' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, PurchasePrompt) == 0x000280, "Member 'UCharmsMenu::PurchasePrompt' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, EquipPrompt) == 0x0002A0, "Member 'UCharmsMenu::EquipPrompt' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, UnequipPrompt) == 0x0002C0, "Member 'UCharmsMenu::UnequipPrompt' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, NumCharmstoneColumns) == 0x0002E0, "Member 'UCharmsMenu::NumCharmstoneColumns' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, SfxNavigate) == 0x0002E8, "Member 'UCharmsMenu::SfxNavigate' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, SfxUnlock) == 0x0002F0, "Member 'UCharmsMenu::SfxUnlock' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, SfxEquip) == 0x0002F8, "Member 'UCharmsMenu::SfxEquip' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, SfxUnequip) == 0x000300, "Member 'UCharmsMenu::SfxUnequip' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, SfxFailed) == 0x000308, "Member 'UCharmsMenu::SfxFailed' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmstoneBox) == 0x000310, "Member 'UCharmsMenu::CharmstoneBox' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmstoneTitle) == 0x000318, "Member 'UCharmsMenu::CharmstoneTitle' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmstoneDescription) == 0x000320, "Member 'UCharmsMenu::CharmstoneDescription' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, KarmaCostTxt) == 0x000328, "Member 'UCharmsMenu::KarmaCostTxt' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, StatusSwitcher) == 0x000330, "Member 'UCharmsMenu::StatusSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmHolderImg) == 0x000338, "Member 'UCharmsMenu::CharmHolderImg' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, EquippedImg) == 0x000340, "Member 'UCharmsMenu::EquippedImg' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, EquippedBorder) == 0x000348, "Member 'UCharmsMenu::EquippedBorder' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, PromptBar) == 0x000350, "Member 'UCharmsMenu::PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, EquipAnim) == 0x000358, "Member 'UCharmsMenu::EquipAnim' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, UnequipAnim) == 0x000360, "Member 'UCharmsMenu::UnequipAnim' has a wrong offset!"); \ +static_assert(offsetof(UCharmsMenu, CharmstoneButtons) == 0x000368, "Member 'UCharmsMenu::CharmstoneButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_HandleTriggerInputEnabledChanged \ +static_assert(alignof(NPCharacter_HandleTriggerInputEnabledChanged) == 0x000001, "Wrong alignment on NPCharacter_HandleTriggerInputEnabledChanged"); \ +static_assert(sizeof(NPCharacter_HandleTriggerInputEnabledChanged) == 0x000001, "Wrong size on NPCharacter_HandleTriggerInputEnabledChanged"); \ +static_assert(offsetof(NPCharacter_HandleTriggerInputEnabledChanged, InputEnabled) == 0x000000, "Member 'NPCharacter_HandleTriggerInputEnabledChanged::InputEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_HandleVisibilityChange \ +static_assert(alignof(NPCharacter_HandleVisibilityChange) == 0x000001, "Wrong alignment on NPCharacter_HandleVisibilityChange"); \ +static_assert(sizeof(NPCharacter_HandleVisibilityChange) == 0x000001, "Wrong size on NPCharacter_HandleVisibilityChange"); \ +static_assert(offsetof(NPCharacter_HandleVisibilityChange, IsVisible) == 0x000000, "Member 'NPCharacter_HandleVisibilityChange::IsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_InjectBehavior \ +static_assert(alignof(NPCharacter_InjectBehavior) == 0x000008, "Wrong alignment on NPCharacter_InjectBehavior"); \ +static_assert(sizeof(NPCharacter_InjectBehavior) == 0x000008, "Wrong size on NPCharacter_InjectBehavior"); \ +static_assert(offsetof(NPCharacter_InjectBehavior, Params_0) == 0x000000, "Member 'NPCharacter_InjectBehavior::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_OnActivationSphereEntered \ +static_assert(alignof(NPCharacter_OnActivationSphereEntered) == 0x000008, "Wrong alignment on NPCharacter_OnActivationSphereEntered"); \ +static_assert(sizeof(NPCharacter_OnActivationSphereEntered) == 0x0000A8, "Wrong size on NPCharacter_OnActivationSphereEntered"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereEntered, Prim) == 0x000000, "Member 'NPCharacter_OnActivationSphereEntered::Prim' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereEntered, OtherActor) == 0x000008, "Member 'NPCharacter_OnActivationSphereEntered::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereEntered, OtherPrim) == 0x000010, "Member 'NPCharacter_OnActivationSphereEntered::OtherPrim' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereEntered, OtherBodyIndex) == 0x000018, "Member 'NPCharacter_OnActivationSphereEntered::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereEntered, FromSweep) == 0x00001C, "Member 'NPCharacter_OnActivationSphereEntered::FromSweep' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereEntered, SweepResult) == 0x000020, "Member 'NPCharacter_OnActivationSphereEntered::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_OnActivationSphereExited \ +static_assert(alignof(NPCharacter_OnActivationSphereExited) == 0x000008, "Wrong alignment on NPCharacter_OnActivationSphereExited"); \ +static_assert(sizeof(NPCharacter_OnActivationSphereExited) == 0x000020, "Wrong size on NPCharacter_OnActivationSphereExited"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereExited, Prim) == 0x000000, "Member 'NPCharacter_OnActivationSphereExited::Prim' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereExited, OtherActor) == 0x000008, "Member 'NPCharacter_OnActivationSphereExited::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereExited, OtherPrim) == 0x000010, "Member 'NPCharacter_OnActivationSphereExited::OtherPrim' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_OnActivationSphereExited, OtherBodyIndex) == 0x000018, "Member 'NPCharacter_OnActivationSphereExited::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_T_SendMessage \ +static_assert(alignof(NPCharacter_T_SendMessage) == 0x000008, "Wrong alignment on NPCharacter_T_SendMessage"); \ +static_assert(sizeof(NPCharacter_T_SendMessage) == 0x000008, "Wrong size on NPCharacter_T_SendMessage"); \ +static_assert(offsetof(NPCharacter_T_SendMessage, NameParams) == 0x000000, "Member 'NPCharacter_T_SendMessage::NameParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_T_SetManuallyEnabled \ +static_assert(alignof(NPCharacter_T_SetManuallyEnabled) == 0x000008, "Wrong alignment on NPCharacter_T_SetManuallyEnabled"); \ +static_assert(sizeof(NPCharacter_T_SetManuallyEnabled) == 0x000008, "Wrong size on NPCharacter_T_SetManuallyEnabled"); \ +static_assert(offsetof(NPCharacter_T_SetManuallyEnabled, BoolParams) == 0x000000, "Member 'NPCharacter_T_SetManuallyEnabled::BoolParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCharacter_WatchedValueChanged \ +static_assert(alignof(NPCharacter_WatchedValueChanged) == 0x000004, "Wrong alignment on NPCharacter_WatchedValueChanged"); \ +static_assert(sizeof(NPCharacter_WatchedValueChanged) == 0x000010, "Wrong size on NPCharacter_WatchedValueChanged"); \ +static_assert(offsetof(NPCharacter_WatchedValueChanged, Context) == 0x000000, "Member 'NPCharacter_WatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_WatchedValueChanged, KeyName) == 0x000004, "Member 'NPCharacter_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(NPCharacter_WatchedValueChanged, Value) == 0x00000C, "Member 'NPCharacter_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANPCharacter \ +static_assert(alignof(ANPCharacter) == 0x000010, "Wrong alignment on ANPCharacter"); \ +static_assert(sizeof(ANPCharacter) == 0x0009D0, "Wrong size on ANPCharacter"); \ +static_assert(offsetof(ANPCharacter, IsNPCEnabled) == 0x0008F8, "Member 'ANPCharacter::IsNPCEnabled' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, IsPlayerInsideActivationSphere) == 0x0008F9, "Member 'ANPCharacter::IsPlayerInsideActivationSphere' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, WakeUpAnim) == 0x0008FC, "Member 'ANPCharacter::WakeUpAnim' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, HideAnim) == 0x000914, "Member 'ANPCharacter::HideAnim' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, BehaviorInjectionOverride) == 0x000930, "Member 'ANPCharacter::BehaviorInjectionOverride' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, ActivationSphere) == 0x000940, "Member 'ANPCharacter::ActivationSphere' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, ActivationType) == 0x000948, "Member 'ANPCharacter::ActivationType' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, ActivationPDSCondition) == 0x00094C, "Member 'ANPCharacter::ActivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, DeactivationPDSCondition) == 0x00095C, "Member 'ANPCharacter::DeactivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, WorldDeactivationPDSCondition) == 0x00096C, "Member 'ANPCharacter::WorldDeactivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, ManuallyEnabled) == 0x00097C, "Member 'ANPCharacter::ManuallyEnabled' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, PDSWatchComponent) == 0x000980, "Member 'ANPCharacter::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, MochiAudioComponent) == 0x000988, "Member 'ANPCharacter::MochiAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, InteractCarrotComponent) == 0x000990, "Member 'ANPCharacter::InteractCarrotComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, ClippingComponent) == 0x000998, "Member 'ANPCharacter::ClippingComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, IsPlayingHideAnim) == 0x0009A0, "Member 'ANPCharacter::IsPlayingHideAnim' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, AttachedTrigger) == 0x0009A8, "Member 'ANPCharacter::AttachedTrigger' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, AttachedNonTriggerActors) == 0x0009B0, "Member 'ANPCharacter::AttachedNonTriggerActors' has a wrong offset!"); \ +static_assert(offsetof(ANPCharacter, WeightedFocalPoint) == 0x0009C0, "Member 'ANPCharacter::WeightedFocalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmsSubsystem_HandleCharmUnlocked \ +static_assert(alignof(CharmsSubsystem_HandleCharmUnlocked) == 0x000004, "Wrong alignment on CharmsSubsystem_HandleCharmUnlocked"); \ +static_assert(sizeof(CharmsSubsystem_HandleCharmUnlocked) == 0x00000C, "Wrong size on CharmsSubsystem_HandleCharmUnlocked"); \ +static_assert(offsetof(CharmsSubsystem_HandleCharmUnlocked, Key) == 0x000000, "Member 'CharmsSubsystem_HandleCharmUnlocked::Key' has a wrong offset!"); \ +static_assert(offsetof(CharmsSubsystem_HandleCharmUnlocked, NewValue) == 0x000008, "Member 'CharmsSubsystem_HandleCharmUnlocked::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmsSubsystem_SetCharm \ +static_assert(alignof(CharmsSubsystem_SetCharm) == 0x000008, "Wrong alignment on CharmsSubsystem_SetCharm"); \ +static_assert(sizeof(CharmsSubsystem_SetCharm) == 0x000020, "Wrong size on CharmsSubsystem_SetCharm"); \ +static_assert(offsetof(CharmsSubsystem_SetCharm, Name_0) == 0x000000, "Member 'CharmsSubsystem_SetCharm::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CharmsSubsystem_SetCharm, Effects) == 0x000008, "Member 'CharmsSubsystem_SetCharm::Effects' has a wrong offset!"); \ +static_assert(offsetof(CharmsSubsystem_SetCharm, EffectDuration) == 0x000018, "Member 'CharmsSubsystem_SetCharm::EffectDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmsSubsystem_GetCharm \ +static_assert(alignof(CharmsSubsystem_GetCharm) == 0x000004, "Wrong alignment on CharmsSubsystem_GetCharm"); \ +static_assert(sizeof(CharmsSubsystem_GetCharm) == 0x000008, "Wrong size on CharmsSubsystem_GetCharm"); \ +static_assert(offsetof(CharmsSubsystem_GetCharm, ReturnValue) == 0x000000, "Member 'CharmsSubsystem_GetCharm::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmsSubsystem_IsAnyCharmEffectActive \ +static_assert(alignof(CharmsSubsystem_IsAnyCharmEffectActive) == 0x000001, "Wrong alignment on CharmsSubsystem_IsAnyCharmEffectActive"); \ +static_assert(sizeof(CharmsSubsystem_IsAnyCharmEffectActive) == 0x000001, "Wrong size on CharmsSubsystem_IsAnyCharmEffectActive"); \ +static_assert(offsetof(CharmsSubsystem_IsAnyCharmEffectActive, ReturnValue) == 0x000000, "Member 'CharmsSubsystem_IsAnyCharmEffectActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharmsSubsystem \ +static_assert(alignof(UCharmsSubsystem) == 0x000008, "Wrong alignment on UCharmsSubsystem"); \ +static_assert(sizeof(UCharmsSubsystem) == 0x0000C8, "Wrong size on UCharmsSubsystem"); \ +static_assert(offsetof(UCharmsSubsystem, OnCharmChanged) == 0x000040, "Member 'UCharmsSubsystem::OnCharmChanged' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, OnCharmDurationStart) == 0x000050, "Member 'UCharmsSubsystem::OnCharmDurationStart' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, OnCharmDurationEnd) == 0x000060, "Member 'UCharmsSubsystem::OnCharmDurationEnd' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, OnCharmInstant) == 0x000070, "Member 'UCharmsSubsystem::OnCharmInstant' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, LastHitActive) == 0x000080, "Member 'UCharmsSubsystem::LastHitActive' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, DamageDealtMultiplier) == 0x000084, "Member 'UCharmsSubsystem::DamageDealtMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, MeleeDamageDealtMultiplier) == 0x000088, "Member 'UCharmsSubsystem::MeleeDamageDealtMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, BowDamageDealtMultiplier) == 0x00008C, "Member 'UCharmsSubsystem::BowDamageDealtMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, BombDamageDealtMultiplier) == 0x000090, "Member 'UCharmsSubsystem::BombDamageDealtMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, DamageTakenMultiplier) == 0x000094, "Member 'UCharmsSubsystem::DamageTakenMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, CourageGeneratedMultiplier) == 0x000098, "Member 'UCharmsSubsystem::CourageGeneratedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, MeleeLifesteal) == 0x00009C, "Member 'UCharmsSubsystem::MeleeLifesteal' has a wrong offset!"); \ +static_assert(offsetof(UCharmsSubsystem, EffectsTable) == 0x0000C0, "Member 'UCharmsSubsystem::EffectsTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmStatus_HandleCharmChanged \ +static_assert(alignof(CharmStatus_HandleCharmChanged) == 0x000004, "Wrong alignment on CharmStatus_HandleCharmChanged"); \ +static_assert(sizeof(CharmStatus_HandleCharmChanged) == 0x000008, "Wrong size on CharmStatus_HandleCharmChanged"); \ +static_assert(offsetof(CharmStatus_HandleCharmChanged, CharmName) == 0x000000, "Member 'CharmStatus_HandleCharmChanged::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmStatus_HandleCharmDurationEnd \ +static_assert(alignof(CharmStatus_HandleCharmDurationEnd) == 0x000004, "Wrong alignment on CharmStatus_HandleCharmDurationEnd"); \ +static_assert(sizeof(CharmStatus_HandleCharmDurationEnd) == 0x000008, "Wrong size on CharmStatus_HandleCharmDurationEnd"); \ +static_assert(offsetof(CharmStatus_HandleCharmDurationEnd, CharmName) == 0x000000, "Member 'CharmStatus_HandleCharmDurationEnd::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmStatus_HandleCharmDurationStart \ +static_assert(alignof(CharmStatus_HandleCharmDurationStart) == 0x000004, "Wrong alignment on CharmStatus_HandleCharmDurationStart"); \ +static_assert(sizeof(CharmStatus_HandleCharmDurationStart) == 0x000010, "Wrong size on CharmStatus_HandleCharmDurationStart"); \ +static_assert(offsetof(CharmStatus_HandleCharmDurationStart, CharmName) == 0x000000, "Member 'CharmStatus_HandleCharmDurationStart::CharmName' has a wrong offset!"); \ +static_assert(offsetof(CharmStatus_HandleCharmDurationStart, MaxDuration) == 0x000008, "Member 'CharmStatus_HandleCharmDurationStart::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(CharmStatus_HandleCharmDurationStart, IsRetrigger) == 0x00000C, "Member 'CharmStatus_HandleCharmDurationStart::IsRetrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharmStatus_HandleCharmInstant \ +static_assert(alignof(CharmStatus_HandleCharmInstant) == 0x000004, "Wrong alignment on CharmStatus_HandleCharmInstant"); \ +static_assert(sizeof(CharmStatus_HandleCharmInstant) == 0x000008, "Wrong size on CharmStatus_HandleCharmInstant"); \ +static_assert(offsetof(CharmStatus_HandleCharmInstant, CharmName) == 0x000000, "Member 'CharmStatus_HandleCharmInstant::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharmStatus \ +static_assert(alignof(UCharmStatus) == 0x000008, "Wrong alignment on UCharmStatus"); \ +static_assert(sizeof(UCharmStatus) == 0x000288, "Wrong size on UCharmStatus"); \ +static_assert(offsetof(UCharmStatus, ActiveFadeOnSpeed) == 0x000260, "Member 'UCharmStatus::ActiveFadeOnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharmStatus, ActiveFadeOffSpeed) == 0x000264, "Member 'UCharmStatus::ActiveFadeOffSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharmStatus, InactiveAlpha) == 0x000268, "Member 'UCharmStatus::InactiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCharmStatus, CharmsTable) == 0x000270, "Member 'UCharmStatus::CharmsTable' has a wrong offset!"); \ +static_assert(offsetof(UCharmStatus, CharmIcon) == 0x000278, "Member 'UCharmStatus::CharmIcon' has a wrong offset!"); \ +static_assert(offsetof(UCharmStatus, CharmDurationBorder) == 0x000280, "Member 'UCharmStatus::CharmDurationBorder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceSubtitleMapping \ +static_assert(alignof(ULevelSequenceSubtitleMapping) == 0x000008, "Wrong alignment on ULevelSequenceSubtitleMapping"); \ +static_assert(sizeof(ULevelSequenceSubtitleMapping) == 0x000080, "Wrong size on ULevelSequenceSubtitleMapping"); \ +static_assert(offsetof(ULevelSequenceSubtitleMapping, SequenceToSubtitles) == 0x000030, "Member 'ULevelSequenceSubtitleMapping::SequenceToSubtitles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharmstoneButton \ +static_assert(alignof(UCharmstoneButton) == 0x000008, "Wrong alignment on UCharmstoneButton"); \ +static_assert(sizeof(UCharmstoneButton) == 0x000470, "Wrong size on UCharmstoneButton"); \ +static_assert(offsetof(UCharmstoneButton, State) == 0x000290, "Member 'UCharmstoneButton::State' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, FocusRotationSpeed) == 0x000294, "Member 'UCharmstoneButton::FocusRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, DesaturationMaterial) == 0x000298, "Member 'UCharmstoneButton::DesaturationMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, LockedIconBrush) == 0x0002A0, "Member 'UCharmstoneButton::LockedIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, DesaturatedIconMID) == 0x000328, "Member 'UCharmstoneButton::DesaturatedIconMID' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, Button) == 0x000330, "Member 'UCharmstoneButton::Button' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, FocusImage) == 0x000338, "Member 'UCharmstoneButton::FocusImage' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, SelectedImage) == 0x000340, "Member 'UCharmstoneButton::SelectedImage' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, CharmName) == 0x000348, "Member 'UCharmstoneButton::CharmName' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, CharmData) == 0x000350, "Member 'UCharmstoneButton::CharmData' has a wrong offset!"); \ +static_assert(offsetof(UCharmstoneButton, IconBrush) == 0x0003E8, "Member 'UCharmstoneButton::IconBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckInAttackTokenTask \ +static_assert(alignof(UCheckInAttackTokenTask) == 0x000008, "Wrong alignment on UCheckInAttackTokenTask"); \ +static_assert(sizeof(UCheckInAttackTokenTask) == 0x000070, "Wrong size on UCheckInAttackTokenTask"); \ + +#define DUMPER7_ASSERTS_UCheckOutAttackTokenService \ +static_assert(alignof(UCheckOutAttackTokenService) == 0x000008, "Wrong alignment on UCheckOutAttackTokenService"); \ +static_assert(sizeof(UCheckOutAttackTokenService) == 0x0000A0, "Wrong size on UCheckOutAttackTokenService"); \ +static_assert(offsetof(UCheckOutAttackTokenService, TargetActor) == 0x000070, "Member 'UCheckOutAttackTokenService::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UCheckOutAttackTokenService, AllowedTokenTypes) == 0x000098, "Member 'UCheckOutAttackTokenService::AllowedTokenTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionUIData \ +static_assert(alignof(UInputActionUIData) == 0x000008, "Wrong alignment on UInputActionUIData"); \ +static_assert(sizeof(UInputActionUIData) == 0x000278, "Wrong size on UInputActionUIData"); \ +static_assert(offsetof(UInputActionUIData, KeyToSprites) == 0x000030, "Member 'UInputActionUIData::KeyToSprites' has a wrong offset!"); \ +static_assert(offsetof(UInputActionUIData, KeyToSprite) == 0x000080, "Member 'UInputActionUIData::KeyToSprite' has a wrong offset!"); \ +static_assert(offsetof(UInputActionUIData, TextFont) == 0x0000D0, "Member 'UInputActionUIData::TextFont' has a wrong offset!"); \ +static_assert(offsetof(UInputActionUIData, TextMargin) == 0x000128, "Member 'UInputActionUIData::TextMargin' has a wrong offset!"); \ +static_assert(offsetof(UInputActionUIData, TextBackgroundImage) == 0x000138, "Member 'UInputActionUIData::TextBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UInputActionUIData, TextColor) == 0x0001C0, "Member 'UInputActionUIData::TextColor' has a wrong offset!"); \ +static_assert(offsetof(UInputActionUIData, RemapIconTextBackgroundImage) == 0x0001E8, "Member 'UInputActionUIData::RemapIconTextBackgroundImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckpointBase_GetCheckpointControlRotation \ +static_assert(alignof(CheckpointBase_GetCheckpointControlRotation) == 0x000004, "Wrong alignment on CheckpointBase_GetCheckpointControlRotation"); \ +static_assert(sizeof(CheckpointBase_GetCheckpointControlRotation) == 0x00000C, "Wrong size on CheckpointBase_GetCheckpointControlRotation"); \ +static_assert(offsetof(CheckpointBase_GetCheckpointControlRotation, ReturnValue) == 0x000000, "Member 'CheckpointBase_GetCheckpointControlRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckpointBase_GetWarpTransform \ +static_assert(alignof(CheckpointBase_GetWarpTransform) == 0x000010, "Wrong alignment on CheckpointBase_GetWarpTransform"); \ +static_assert(sizeof(CheckpointBase_GetWarpTransform) == 0x000030, "Wrong size on CheckpointBase_GetWarpTransform"); \ +static_assert(offsetof(CheckpointBase_GetWarpTransform, ReturnValue) == 0x000000, "Member 'CheckpointBase_GetWarpTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACheckpointBase \ +static_assert(alignof(ACheckpointBase) == 0x000008, "Wrong alignment on ACheckpointBase"); \ +static_assert(sizeof(ACheckpointBase) == 0x000278, "Wrong size on ACheckpointBase"); \ +static_assert(offsetof(ACheckpointBase, MetadataRowHandle) == 0x000228, "Member 'ACheckpointBase::MetadataRowHandle' has a wrong offset!"); \ +static_assert(offsetof(ACheckpointBase, FancyName) == 0x000238, "Member 'ACheckpointBase::FancyName' has a wrong offset!"); \ +static_assert(offsetof(ACheckpointBase, UseSeparateControlRotationOnSpawn) == 0x000250, "Member 'ACheckpointBase::UseSeparateControlRotationOnSpawn' has a wrong offset!"); \ +static_assert(offsetof(ACheckpointBase, SpawnMarker) == 0x000258, "Member 'ACheckpointBase::SpawnMarker' has a wrong offset!"); \ +static_assert(offsetof(ACheckpointBase, SpawnOrientationMarker) == 0x000260, "Member 'ACheckpointBase::SpawnOrientationMarker' has a wrong offset!"); \ +static_assert(offsetof(ACheckpointBase, Root) == 0x000268, "Member 'ACheckpointBase::Root' has a wrong offset!"); \ +static_assert(offsetof(ACheckpointBase, MetadataTable) == 0x000270, "Member 'ACheckpointBase::MetadataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooseDifficultyMenu \ +static_assert(alignof(UChooseDifficultyMenu) == 0x000008, "Wrong alignment on UChooseDifficultyMenu"); \ +static_assert(sizeof(UChooseDifficultyMenu) == 0x000268, "Wrong size on UChooseDifficultyMenu"); \ +static_assert(offsetof(UChooseDifficultyMenu, IsNewGamePlus) == 0x000260, "Member 'UChooseDifficultyMenu::IsNewGamePlus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroundPlaneEvaluatorComponent_GetBoneIKLocation \ +static_assert(alignof(GroundPlaneEvaluatorComponent_GetBoneIKLocation) == 0x000004, "Wrong alignment on GroundPlaneEvaluatorComponent_GetBoneIKLocation"); \ +static_assert(sizeof(GroundPlaneEvaluatorComponent_GetBoneIKLocation) == 0x000014, "Wrong size on GroundPlaneEvaluatorComponent_GetBoneIKLocation"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetBoneIKLocation, BoneName) == 0x000000, "Member 'GroundPlaneEvaluatorComponent_GetBoneIKLocation::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetBoneIKLocation, ReturnValue) == 0x000008, "Member 'GroundPlaneEvaluatorComponent_GetBoneIKLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroundPlaneEvaluatorComponent_GetPitchAngleForBone \ +static_assert(alignof(GroundPlaneEvaluatorComponent_GetPitchAngleForBone) == 0x000004, "Wrong alignment on GroundPlaneEvaluatorComponent_GetPitchAngleForBone"); \ +static_assert(sizeof(GroundPlaneEvaluatorComponent_GetPitchAngleForBone) == 0x00000C, "Wrong size on GroundPlaneEvaluatorComponent_GetPitchAngleForBone"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetPitchAngleForBone, TracedBoneName) == 0x000000, "Member 'GroundPlaneEvaluatorComponent_GetPitchAngleForBone::TracedBoneName' has a wrong offset!"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetPitchAngleForBone, ReturnValue) == 0x000008, "Member 'GroundPlaneEvaluatorComponent_GetPitchAngleForBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane \ +static_assert(alignof(GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane) == 0x000004, "Wrong alignment on GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane"); \ +static_assert(sizeof(GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane) == 0x00001C, "Wrong size on GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane, BoneToProject) == 0x000000, "Member 'GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane::BoneToProject' has a wrong offset!"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane, TracedBoneName) == 0x000008, "Member 'GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane::TracedBoneName' has a wrong offset!"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane, ReturnValue) == 0x000010, "Member 'GroundPlaneEvaluatorComponent_ProjectBoneOntoBoneTracePlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation \ +static_assert(alignof(GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation) == 0x000004, "Wrong alignment on GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation"); \ +static_assert(sizeof(GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation) == 0x000014, "Wrong size on GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation, BoneName) == 0x000000, "Member 'GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation, ReturnValue) == 0x000008, "Member 'GroundPlaneEvaluatorComponent_GetBoneTraceStartLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroundPlaneEvaluatorComponent_GetTraceStartLocation \ +static_assert(alignof(GroundPlaneEvaluatorComponent_GetTraceStartLocation) == 0x000004, "Wrong alignment on GroundPlaneEvaluatorComponent_GetTraceStartLocation"); \ +static_assert(sizeof(GroundPlaneEvaluatorComponent_GetTraceStartLocation) == 0x00000C, "Wrong size on GroundPlaneEvaluatorComponent_GetTraceStartLocation"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_GetTraceStartLocation, ReturnValue) == 0x000000, "Member 'GroundPlaneEvaluatorComponent_GetTraceStartLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroundPlaneEvaluatorComponent_HasHitResultForBone \ +static_assert(alignof(GroundPlaneEvaluatorComponent_HasHitResultForBone) == 0x000004, "Wrong alignment on GroundPlaneEvaluatorComponent_HasHitResultForBone"); \ +static_assert(sizeof(GroundPlaneEvaluatorComponent_HasHitResultForBone) == 0x00000C, "Wrong size on GroundPlaneEvaluatorComponent_HasHitResultForBone"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_HasHitResultForBone, BoneName) == 0x000000, "Member 'GroundPlaneEvaluatorComponent_HasHitResultForBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GroundPlaneEvaluatorComponent_HasHitResultForBone, ReturnValue) == 0x000008, "Member 'GroundPlaneEvaluatorComponent_HasHitResultForBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroundPlaneEvaluatorComponent \ +static_assert(alignof(UGroundPlaneEvaluatorComponent) == 0x000010, "Wrong alignment on UGroundPlaneEvaluatorComponent"); \ +static_assert(sizeof(UGroundPlaneEvaluatorComponent) == 0x000320, "Wrong size on UGroundPlaneEvaluatorComponent"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, ProbeUpOffset) == 0x0001F8, "Member 'UGroundPlaneEvaluatorComponent::ProbeUpOffset' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, ProbeDownOffset) == 0x0001FC, "Member 'UGroundPlaneEvaluatorComponent::ProbeDownOffset' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, TraceComplex) == 0x000200, "Member 'UGroundPlaneEvaluatorComponent::TraceComplex' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, CheckInitialOverlaps) == 0x000201, "Member 'UGroundPlaneEvaluatorComponent::CheckInitialOverlaps' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, TraceType) == 0x000202, "Member 'UGroundPlaneEvaluatorComponent::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, BoneNames) == 0x000208, "Member 'UGroundPlaneEvaluatorComponent::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, ValidIKLocations) == 0x000278, "Member 'UGroundPlaneEvaluatorComponent::ValidIKLocations' has a wrong offset!"); \ +static_assert(offsetof(UGroundPlaneEvaluatorComponent, ValidIKNormals) == 0x0002C8, "Member 'UGroundPlaneEvaluatorComponent::ValidIKNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClippingComponent_PushNearClipValue \ +static_assert(alignof(ClippingComponent_PushNearClipValue) == 0x000004, "Wrong alignment on ClippingComponent_PushNearClipValue"); \ +static_assert(sizeof(ClippingComponent_PushNearClipValue) == 0x000004, "Wrong size on ClippingComponent_PushNearClipValue"); \ +static_assert(offsetof(ClippingComponent_PushNearClipValue, InValue) == 0x000000, "Member 'ClippingComponent_PushNearClipValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClippingComponent \ +static_assert(alignof(UClippingComponent) == 0x000008, "Wrong alignment on UClippingComponent"); \ +static_assert(sizeof(UClippingComponent) == 0x000118, "Wrong size on UClippingComponent"); \ +static_assert(offsetof(UClippingComponent, DefaultNearClip) == 0x0000B0, "Member 'UClippingComponent::DefaultNearClip' has a wrong offset!"); \ +static_assert(offsetof(UClippingComponent, Hidden) == 0x0000B4, "Member 'UClippingComponent::Hidden' has a wrong offset!"); \ +static_assert(offsetof(UClippingComponent, CachedComponentNearClips) == 0x0000B8, "Member 'UClippingComponent::CachedComponentNearClips' has a wrong offset!"); \ +static_assert(offsetof(UClippingComponent, NearClipStack) == 0x000108, "Member 'UClippingComponent::NearClipStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CollectionQueue_AllocateNext \ +static_assert(alignof(CollectionQueue_AllocateNext) == 0x000004, "Wrong alignment on CollectionQueue_AllocateNext"); \ +static_assert(sizeof(CollectionQueue_AllocateNext) == 0x000004, "Wrong size on CollectionQueue_AllocateNext"); \ +static_assert(offsetof(CollectionQueue_AllocateNext, ReturnValue) == 0x000000, "Member 'CollectionQueue_AllocateNext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CollectionQueue_GetScalarParameterValue \ +static_assert(alignof(CollectionQueue_GetScalarParameterValue) == 0x000004, "Wrong alignment on CollectionQueue_GetScalarParameterValue"); \ +static_assert(sizeof(CollectionQueue_GetScalarParameterValue) == 0x000010, "Wrong size on CollectionQueue_GetScalarParameterValue"); \ +static_assert(offsetof(CollectionQueue_GetScalarParameterValue, Index_0) == 0x000000, "Member 'CollectionQueue_GetScalarParameterValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_GetScalarParameterValue, ParameterName) == 0x000004, "Member 'CollectionQueue_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_GetScalarParameterValue, ReturnValue) == 0x00000C, "Member 'CollectionQueue_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CollectionQueue_GetVectorParameterValue \ +static_assert(alignof(CollectionQueue_GetVectorParameterValue) == 0x000004, "Wrong alignment on CollectionQueue_GetVectorParameterValue"); \ +static_assert(sizeof(CollectionQueue_GetVectorParameterValue) == 0x000018, "Wrong size on CollectionQueue_GetVectorParameterValue"); \ +static_assert(offsetof(CollectionQueue_GetVectorParameterValue, Index_0) == 0x000000, "Member 'CollectionQueue_GetVectorParameterValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_GetVectorParameterValue, ParameterName) == 0x000004, "Member 'CollectionQueue_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_GetVectorParameterValue, ReturnValue) == 0x00000C, "Member 'CollectionQueue_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CollectionQueue_SetScalarParameterValue \ +static_assert(alignof(CollectionQueue_SetScalarParameterValue) == 0x000004, "Wrong alignment on CollectionQueue_SetScalarParameterValue"); \ +static_assert(sizeof(CollectionQueue_SetScalarParameterValue) == 0x000010, "Wrong size on CollectionQueue_SetScalarParameterValue"); \ +static_assert(offsetof(CollectionQueue_SetScalarParameterValue, Index_0) == 0x000000, "Member 'CollectionQueue_SetScalarParameterValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_SetScalarParameterValue, ParameterName) == 0x000004, "Member 'CollectionQueue_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_SetScalarParameterValue, ParameterValue) == 0x00000C, "Member 'CollectionQueue_SetScalarParameterValue::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CollectionQueue_SetVectorParameterValue \ +static_assert(alignof(CollectionQueue_SetVectorParameterValue) == 0x000004, "Wrong alignment on CollectionQueue_SetVectorParameterValue"); \ +static_assert(sizeof(CollectionQueue_SetVectorParameterValue) == 0x000018, "Wrong size on CollectionQueue_SetVectorParameterValue"); \ +static_assert(offsetof(CollectionQueue_SetVectorParameterValue, Index_0) == 0x000000, "Member 'CollectionQueue_SetVectorParameterValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_SetVectorParameterValue, ParameterName) == 0x000004, "Member 'CollectionQueue_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_SetVectorParameterValue, ParameterValue) == 0x00000C, "Member 'CollectionQueue_SetVectorParameterValue::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CollectionQueue_SetVectorParameterValue_LinearColor \ +static_assert(alignof(CollectionQueue_SetVectorParameterValue_LinearColor) == 0x000004, "Wrong alignment on CollectionQueue_SetVectorParameterValue_LinearColor"); \ +static_assert(sizeof(CollectionQueue_SetVectorParameterValue_LinearColor) == 0x00001C, "Wrong size on CollectionQueue_SetVectorParameterValue_LinearColor"); \ +static_assert(offsetof(CollectionQueue_SetVectorParameterValue_LinearColor, Index_0) == 0x000000, "Member 'CollectionQueue_SetVectorParameterValue_LinearColor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_SetVectorParameterValue_LinearColor, ParameterName) == 0x000004, "Member 'CollectionQueue_SetVectorParameterValue_LinearColor::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CollectionQueue_SetVectorParameterValue_LinearColor, ParameterValue) == 0x00000C, "Member 'CollectionQueue_SetVectorParameterValue_LinearColor::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollectionQueue \ +static_assert(alignof(UCollectionQueue) == 0x000008, "Wrong alignment on UCollectionQueue"); \ +static_assert(sizeof(UCollectionQueue) == 0x000038, "Wrong size on UCollectionQueue"); \ +static_assert(offsetof(UCollectionQueue, Collection) == 0x000028, "Member 'UCollectionQueue::Collection' has a wrong offset!"); \ +static_assert(offsetof(UCollectionQueue, Count) == 0x000030, "Member 'UCollectionQueue::Count' has a wrong offset!"); \ +static_assert(offsetof(UCollectionQueue, LastIndex) == 0x000034, "Member 'UCollectionQueue::LastIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputStickEventHandler_HandleInputStickEvent \ +static_assert(alignof(InputStickEventHandler_HandleInputStickEvent) == 0x000004, "Wrong alignment on InputStickEventHandler_HandleInputStickEvent"); \ +static_assert(sizeof(InputStickEventHandler_HandleInputStickEvent) == 0x000014, "Wrong size on InputStickEventHandler_HandleInputStickEvent"); \ +static_assert(offsetof(InputStickEventHandler_HandleInputStickEvent, InputID) == 0x000000, "Member 'InputStickEventHandler_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(InputStickEventHandler_HandleInputStickEvent, Values) == 0x000004, "Member 'InputStickEventHandler_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(InputStickEventHandler_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'InputStickEventHandler_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputStickEventHandler_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'InputStickEventHandler_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInputStickEventHandler \ +static_assert(alignof(IInputStickEventHandler) == 0x000001, "Wrong alignment on IInputStickEventHandler"); \ +static_assert(sizeof(IInputStickEventHandler) == 0x000001, "Wrong size on IInputStickEventHandler"); \ + +#define DUMPER7_ASSERTS_UCollisionProfileNotifyState \ +static_assert(alignof(UCollisionProfileNotifyState) == 0x000008, "Wrong alignment on UCollisionProfileNotifyState"); \ +static_assert(sizeof(UCollisionProfileNotifyState) == 0x0000E0, "Wrong size on UCollisionProfileNotifyState"); \ +static_assert(offsetof(UCollisionProfileNotifyState, EditCollisionEnabled) == 0x000030, "Member 'UCollisionProfileNotifyState::EditCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfileNotifyState, CollisionEnabled) == 0x000031, "Member 'UCollisionProfileNotifyState::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfileNotifyState, EditCollisionProfile) == 0x000032, "Member 'UCollisionProfileNotifyState::EditCollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfileNotifyState, CollisionProfile) == 0x000034, "Member 'UCollisionProfileNotifyState::CollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfileNotifyState, EditCollisionResponses) == 0x00003C, "Member 'UCollisionProfileNotifyState::EditCollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfileNotifyState, CollisionResponses) == 0x000040, "Member 'UCollisionProfileNotifyState::CollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfileNotifyState, PreviousDataMap) == 0x000090, "Member 'UCollisionProfileNotifyState::PreviousDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnWaveProxy_HandleSpawnerDefeated \ +static_assert(alignof(SpawnWaveProxy_HandleSpawnerDefeated) == 0x000008, "Wrong alignment on SpawnWaveProxy_HandleSpawnerDefeated"); \ +static_assert(sizeof(SpawnWaveProxy_HandleSpawnerDefeated) == 0x000008, "Wrong size on SpawnWaveProxy_HandleSpawnerDefeated"); \ +static_assert(offsetof(SpawnWaveProxy_HandleSpawnerDefeated, FromSpawner) == 0x000000, "Member 'SpawnWaveProxy_HandleSpawnerDefeated::FromSpawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawnWaveProxy \ +static_assert(alignof(USpawnWaveProxy) == 0x000008, "Wrong alignment on USpawnWaveProxy"); \ +static_assert(sizeof(USpawnWaveProxy) == 0x0000C0, "Wrong size on USpawnWaveProxy"); \ +static_assert(offsetof(USpawnWaveProxy, OnWaveDefeated) == 0x000028, "Member 'USpawnWaveProxy::OnWaveDefeated' has a wrong offset!"); \ +static_assert(offsetof(USpawnWaveProxy, OnSpawnerDefeated) == 0x000038, "Member 'USpawnWaveProxy::OnSpawnerDefeated' has a wrong offset!"); \ +static_assert(offsetof(USpawnWaveProxy, Spawners) == 0x000048, "Member 'USpawnWaveProxy::Spawners' has a wrong offset!"); \ +static_assert(offsetof(USpawnWaveProxy, WaveManager) == 0x000058, "Member 'USpawnWaveProxy::WaveManager' has a wrong offset!"); \ +static_assert(offsetof(USpawnWaveProxy, ActiveSpawners) == 0x000060, "Member 'USpawnWaveProxy::ActiveSpawners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventHandler_HandleInputActionEvent \ +static_assert(alignof(InputActionEventHandler_HandleInputActionEvent) == 0x000001, "Wrong alignment on InputActionEventHandler_HandleInputActionEvent"); \ +static_assert(sizeof(InputActionEventHandler_HandleInputActionEvent) == 0x000003, "Wrong size on InputActionEventHandler_HandleInputActionEvent"); \ +static_assert(offsetof(InputActionEventHandler_HandleInputActionEvent, InputID) == 0x000000, "Member 'InputActionEventHandler_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventHandler_HandleInputActionEvent, isDown) == 0x000001, "Member 'InputActionEventHandler_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventHandler_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'InputActionEventHandler_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInputActionEventHandler \ +static_assert(alignof(IInputActionEventHandler) == 0x000001, "Wrong alignment on IInputActionEventHandler"); \ +static_assert(sizeof(IInputActionEventHandler) == 0x000001, "Wrong size on IInputActionEventHandler"); \ + +#define DUMPER7_ASSERTS_CombatHelpers_CreateSpawnWaveProxy \ +static_assert(alignof(CombatHelpers_CreateSpawnWaveProxy) == 0x000008, "Wrong alignment on CombatHelpers_CreateSpawnWaveProxy"); \ +static_assert(sizeof(CombatHelpers_CreateSpawnWaveProxy) == 0x000028, "Wrong size on CombatHelpers_CreateSpawnWaveProxy"); \ +static_assert(offsetof(CombatHelpers_CreateSpawnWaveProxy, WorldContextObject) == 0x000000, "Member 'CombatHelpers_CreateSpawnWaveProxy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CombatHelpers_CreateSpawnWaveProxy, WaveManager) == 0x000008, "Member 'CombatHelpers_CreateSpawnWaveProxy::WaveManager' has a wrong offset!"); \ +static_assert(offsetof(CombatHelpers_CreateSpawnWaveProxy, Spawners) == 0x000010, "Member 'CombatHelpers_CreateSpawnWaveProxy::Spawners' has a wrong offset!"); \ +static_assert(offsetof(CombatHelpers_CreateSpawnWaveProxy, ReturnValue) == 0x000020, "Member 'CombatHelpers_CreateSpawnWaveProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatHelpers \ +static_assert(alignof(UCombatHelpers) == 0x000008, "Wrong alignment on UCombatHelpers"); \ +static_assert(sizeof(UCombatHelpers) == 0x000028, "Wrong size on UCombatHelpers"); \ + +#define DUMPER7_ASSERTS_CombatManager_BeginCombat \ +static_assert(alignof(CombatManager_BeginCombat) == 0x000008, "Wrong alignment on CombatManager_BeginCombat"); \ +static_assert(sizeof(CombatManager_BeginCombat) == 0x000008, "Wrong size on CombatManager_BeginCombat"); \ +static_assert(offsetof(CombatManager_BeginCombat, EncounterVolume) == 0x000000, "Member 'CombatManager_BeginCombat::EncounterVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_BindCombatCallbacks \ +static_assert(alignof(CombatManager_BindCombatCallbacks) == 0x000004, "Wrong alignment on CombatManager_BindCombatCallbacks"); \ +static_assert(sizeof(CombatManager_BindCombatCallbacks) == 0x000020, "Wrong size on CombatManager_BindCombatCallbacks"); \ +static_assert(offsetof(CombatManager_BindCombatCallbacks, InOnCombatBegan) == 0x000000, "Member 'CombatManager_BindCombatCallbacks::InOnCombatBegan' has a wrong offset!"); \ +static_assert(offsetof(CombatManager_BindCombatCallbacks, InOnCombatEnded) == 0x000010, "Member 'CombatManager_BindCombatCallbacks::InOnCombatEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_EndCombat \ +static_assert(alignof(CombatManager_EndCombat) == 0x000004, "Wrong alignment on CombatManager_EndCombat"); \ +static_assert(sizeof(CombatManager_EndCombat) == 0x000004, "Wrong size on CombatManager_EndCombat"); \ +static_assert(offsetof(CombatManager_EndCombat, Delay) == 0x000000, "Member 'CombatManager_EndCombat::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_RegisterEncounterVolume \ +static_assert(alignof(CombatManager_RegisterEncounterVolume) == 0x000008, "Wrong alignment on CombatManager_RegisterEncounterVolume"); \ +static_assert(sizeof(CombatManager_RegisterEncounterVolume) == 0x000008, "Wrong size on CombatManager_RegisterEncounterVolume"); \ +static_assert(offsetof(CombatManager_RegisterEncounterVolume, EncounterVolume) == 0x000000, "Member 'CombatManager_RegisterEncounterVolume::EncounterVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_SetCombatCameraEnabled \ +static_assert(alignof(CombatManager_SetCombatCameraEnabled) == 0x000001, "Wrong alignment on CombatManager_SetCombatCameraEnabled"); \ +static_assert(sizeof(CombatManager_SetCombatCameraEnabled) == 0x000001, "Wrong size on CombatManager_SetCombatCameraEnabled"); \ +static_assert(offsetof(CombatManager_SetCombatCameraEnabled, IsEnabled) == 0x000000, "Member 'CombatManager_SetCombatCameraEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_UnbindCombatCallbacks \ +static_assert(alignof(CombatManager_UnbindCombatCallbacks) == 0x000004, "Wrong alignment on CombatManager_UnbindCombatCallbacks"); \ +static_assert(sizeof(CombatManager_UnbindCombatCallbacks) == 0x000020, "Wrong size on CombatManager_UnbindCombatCallbacks"); \ +static_assert(offsetof(CombatManager_UnbindCombatCallbacks, InOnCombatBegan) == 0x000000, "Member 'CombatManager_UnbindCombatCallbacks::InOnCombatBegan' has a wrong offset!"); \ +static_assert(offsetof(CombatManager_UnbindCombatCallbacks, InOnCombatEnded) == 0x000010, "Member 'CombatManager_UnbindCombatCallbacks::InOnCombatEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_UnregisterEncounterVolume \ +static_assert(alignof(CombatManager_UnregisterEncounterVolume) == 0x000008, "Wrong alignment on CombatManager_UnregisterEncounterVolume"); \ +static_assert(sizeof(CombatManager_UnregisterEncounterVolume) == 0x000008, "Wrong size on CombatManager_UnregisterEncounterVolume"); \ +static_assert(offsetof(CombatManager_UnregisterEncounterVolume, EncounterVolume) == 0x000000, "Member 'CombatManager_UnregisterEncounterVolume::EncounterVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_GetActiveEncounterVolume \ +static_assert(alignof(CombatManager_GetActiveEncounterVolume) == 0x000008, "Wrong alignment on CombatManager_GetActiveEncounterVolume"); \ +static_assert(sizeof(CombatManager_GetActiveEncounterVolume) == 0x000008, "Wrong size on CombatManager_GetActiveEncounterVolume"); \ +static_assert(offsetof(CombatManager_GetActiveEncounterVolume, ReturnValue) == 0x000000, "Member 'CombatManager_GetActiveEncounterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatManager_IsInCombat \ +static_assert(alignof(CombatManager_IsInCombat) == 0x000001, "Wrong alignment on CombatManager_IsInCombat"); \ +static_assert(sizeof(CombatManager_IsInCombat) == 0x000001, "Wrong size on CombatManager_IsInCombat"); \ +static_assert(offsetof(CombatManager_IsInCombat, ReturnValue) == 0x000000, "Member 'CombatManager_IsInCombat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACombatManager \ +static_assert(alignof(ACombatManager) == 0x000008, "Wrong alignment on ACombatManager"); \ +static_assert(sizeof(ACombatManager) == 0x000338, "Wrong size on ACombatManager"); \ +static_assert(offsetof(ACombatManager, OnCombatBegan) == 0x000230, "Member 'ACombatManager::OnCombatBegan' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, OnCombatEnded) == 0x000240, "Member 'ACombatManager::OnCombatEnded' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, CombatEndDelay) == 0x000250, "Member 'ACombatManager::CombatEndDelay' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, TrackingCosine) == 0x000254, "Member 'ACombatManager::TrackingCosine' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, TrackingSpeed) == 0x000258, "Member 'ACombatManager::TrackingSpeed' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, TrackingDistance) == 0x00025C, "Member 'ACombatManager::TrackingDistance' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, TrackingIgnoreDistance) == 0x000260, "Member 'ACombatManager::TrackingIgnoreDistance' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, TrackingForwardVelocityCosine) == 0x000264, "Member 'ACombatManager::TrackingForwardVelocityCosine' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, EncounterVolumes) == 0x000268, "Member 'ACombatManager::EncounterVolumes' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, ActiveEncounterVolume) == 0x000278, "Member 'ACombatManager::ActiveEncounterVolume' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, IsCurrentlyInCombat) == 0x000280, "Member 'ACombatManager::IsCurrentlyInCombat' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, CombatEndTimer) == 0x000288, "Member 'ACombatManager::CombatEndTimer' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, LevelStreamingManager) == 0x000290, "Member 'ACombatManager::LevelStreamingManager' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, CombatCameraEnabled) == 0x000298, "Member 'ACombatManager::CombatCameraEnabled' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, FramingComponent) == 0x0002A0, "Member 'ACombatManager::FramingComponent' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, LockOnFramingConfig) == 0x0002A8, "Member 'ACombatManager::LockOnFramingConfig' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, CombatFramingConfig) == 0x0002B0, "Member 'ACombatManager::CombatFramingConfig' has a wrong offset!"); \ +static_assert(offsetof(ACombatManager, CombatFocalPoint) == 0x0002B8, "Member 'ACombatManager::CombatFocalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxDealerBaseComponent_SetChargePower \ +static_assert(alignof(HitboxDealerBaseComponent_SetChargePower) == 0x000004, "Wrong alignment on HitboxDealerBaseComponent_SetChargePower"); \ +static_assert(sizeof(HitboxDealerBaseComponent_SetChargePower) == 0x00000C, "Wrong size on HitboxDealerBaseComponent_SetChargePower"); \ +static_assert(offsetof(HitboxDealerBaseComponent_SetChargePower, HitboxTag) == 0x000000, "Member 'HitboxDealerBaseComponent_SetChargePower::HitboxTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxDealerBaseComponent_SetChargePower, Power) == 0x000008, "Member 'HitboxDealerBaseComponent_SetChargePower::Power' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxDealerBaseComponent_FindInstigator \ +static_assert(alignof(HitboxDealerBaseComponent_FindInstigator) == 0x000008, "Wrong alignment on HitboxDealerBaseComponent_FindInstigator"); \ +static_assert(sizeof(HitboxDealerBaseComponent_FindInstigator) == 0x000008, "Wrong size on HitboxDealerBaseComponent_FindInstigator"); \ +static_assert(offsetof(HitboxDealerBaseComponent_FindInstigator, ReturnValue) == 0x000000, "Member 'HitboxDealerBaseComponent_FindInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHitboxDealerBaseComponent \ +static_assert(alignof(UHitboxDealerBaseComponent) == 0x000008, "Wrong alignment on UHitboxDealerBaseComponent"); \ +static_assert(sizeof(UHitboxDealerBaseComponent) == 0x000120, "Wrong size on UHitboxDealerBaseComponent"); \ +static_assert(offsetof(UHitboxDealerBaseComponent, HitboxMan) == 0x0000B0, "Member 'UHitboxDealerBaseComponent::HitboxMan' has a wrong offset!"); \ +static_assert(offsetof(UHitboxDealerBaseComponent, DealerID) == 0x0000B8, "Member 'UHitboxDealerBaseComponent::DealerID' has a wrong offset!"); \ +static_assert(offsetof(UHitboxDealerBaseComponent, ChildDealers) == 0x0000C0, "Member 'UHitboxDealerBaseComponent::ChildDealers' has a wrong offset!"); \ +static_assert(offsetof(UHitboxDealerBaseComponent, ActiveChargePowers) == 0x0000D0, "Member 'UHitboxDealerBaseComponent::ActiveChargePowers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_BeginGrabEndAnim \ +static_assert(alignof(GrabDealerComponent_BeginGrabEndAnim) == 0x000004, "Wrong alignment on GrabDealerComponent_BeginGrabEndAnim"); \ +static_assert(sizeof(GrabDealerComponent_BeginGrabEndAnim) == 0x00000C, "Wrong size on GrabDealerComponent_BeginGrabEndAnim"); \ +static_assert(offsetof(GrabDealerComponent_BeginGrabEndAnim, GrabTag) == 0x000000, "Member 'GrabDealerComponent_BeginGrabEndAnim::GrabTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_BeginGrabEndAnim, ReturnValue) == 0x000008, "Member 'GrabDealerComponent_BeginGrabEndAnim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_BeginGrabHitboxes \ +static_assert(alignof(GrabDealerComponent_BeginGrabHitboxes) == 0x000008, "Wrong alignment on GrabDealerComponent_BeginGrabHitboxes"); \ +static_assert(sizeof(GrabDealerComponent_BeginGrabHitboxes) == 0x000058, "Wrong size on GrabDealerComponent_BeginGrabHitboxes"); \ +static_assert(offsetof(GrabDealerComponent_BeginGrabHitboxes, LookupTag) == 0x000000, "Member 'GrabDealerComponent_BeginGrabHitboxes::LookupTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_BeginGrabHitboxes, Context) == 0x000008, "Member 'GrabDealerComponent_BeginGrabHitboxes::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_BeginSyncedGrabAnims \ +static_assert(alignof(GrabDealerComponent_BeginSyncedGrabAnims) == 0x000004, "Wrong alignment on GrabDealerComponent_BeginSyncedGrabAnims"); \ +static_assert(sizeof(GrabDealerComponent_BeginSyncedGrabAnims) == 0x00000C, "Wrong size on GrabDealerComponent_BeginSyncedGrabAnims"); \ +static_assert(offsetof(GrabDealerComponent_BeginSyncedGrabAnims, GrabTag) == 0x000000, "Member 'GrabDealerComponent_BeginSyncedGrabAnims::GrabTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_BeginSyncedGrabAnims, ReturnValue) == 0x000008, "Member 'GrabDealerComponent_BeginSyncedGrabAnims::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_EndGrabHitboxes \ +static_assert(alignof(GrabDealerComponent_EndGrabHitboxes) == 0x000004, "Wrong alignment on GrabDealerComponent_EndGrabHitboxes"); \ +static_assert(sizeof(GrabDealerComponent_EndGrabHitboxes) == 0x000008, "Wrong size on GrabDealerComponent_EndGrabHitboxes"); \ +static_assert(offsetof(GrabDealerComponent_EndGrabHitboxes, LookupTag) == 0x000000, "Member 'GrabDealerComponent_EndGrabHitboxes::LookupTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_IsGrabAwaitingAnimation \ +static_assert(alignof(GrabDealerComponent_IsGrabAwaitingAnimation) == 0x000004, "Wrong alignment on GrabDealerComponent_IsGrabAwaitingAnimation"); \ +static_assert(sizeof(GrabDealerComponent_IsGrabAwaitingAnimation) == 0x00000C, "Wrong size on GrabDealerComponent_IsGrabAwaitingAnimation"); \ +static_assert(offsetof(GrabDealerComponent_IsGrabAwaitingAnimation, GrabTag) == 0x000000, "Member 'GrabDealerComponent_IsGrabAwaitingAnimation::GrabTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_IsGrabAwaitingAnimation, ReturnValue) == 0x000008, "Member 'GrabDealerComponent_IsGrabAwaitingAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_IsPendingRelease \ +static_assert(alignof(GrabDealerComponent_IsPendingRelease) == 0x000004, "Wrong alignment on GrabDealerComponent_IsPendingRelease"); \ +static_assert(sizeof(GrabDealerComponent_IsPendingRelease) == 0x00000C, "Wrong size on GrabDealerComponent_IsPendingRelease"); \ +static_assert(offsetof(GrabDealerComponent_IsPendingRelease, GrabTag) == 0x000000, "Member 'GrabDealerComponent_IsPendingRelease::GrabTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_IsPendingRelease, ReturnValue) == 0x000008, "Member 'GrabDealerComponent_IsPendingRelease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_NotifyGrabEnd \ +static_assert(alignof(GrabDealerComponent_NotifyGrabEnd) == 0x000004, "Wrong alignment on GrabDealerComponent_NotifyGrabEnd"); \ +static_assert(sizeof(GrabDealerComponent_NotifyGrabEnd) == 0x00000C, "Wrong size on GrabDealerComponent_NotifyGrabEnd"); \ +static_assert(offsetof(GrabDealerComponent_NotifyGrabEnd, LookupTag) == 0x000000, "Member 'GrabDealerComponent_NotifyGrabEnd::LookupTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_NotifyGrabEnd, IsInterrupt) == 0x000008, "Member 'GrabDealerComponent_NotifyGrabEnd::IsInterrupt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_TriggerGrabAnimation \ +static_assert(alignof(GrabDealerComponent_TriggerGrabAnimation) == 0x000004, "Wrong alignment on GrabDealerComponent_TriggerGrabAnimation"); \ +static_assert(sizeof(GrabDealerComponent_TriggerGrabAnimation) == 0x00001C, "Wrong size on GrabDealerComponent_TriggerGrabAnimation"); \ +static_assert(offsetof(GrabDealerComponent_TriggerGrabAnimation, PlayArgs) == 0x000000, "Member 'GrabDealerComponent_TriggerGrabAnimation::PlayArgs' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_TriggerGrabAnimation, ReturnValue) == 0x000018, "Member 'GrabDealerComponent_TriggerGrabAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabDealerComponent_TryGetGrabbedActor \ +static_assert(alignof(GrabDealerComponent_TryGetGrabbedActor) == 0x000008, "Wrong alignment on GrabDealerComponent_TryGetGrabbedActor"); \ +static_assert(sizeof(GrabDealerComponent_TryGetGrabbedActor) == 0x000010, "Wrong size on GrabDealerComponent_TryGetGrabbedActor"); \ +static_assert(offsetof(GrabDealerComponent_TryGetGrabbedActor, LookupTag) == 0x000000, "Member 'GrabDealerComponent_TryGetGrabbedActor::LookupTag' has a wrong offset!"); \ +static_assert(offsetof(GrabDealerComponent_TryGetGrabbedActor, ReturnValue) == 0x000008, "Member 'GrabDealerComponent_TryGetGrabbedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGrabDealerComponent \ +static_assert(alignof(UGrabDealerComponent) == 0x000008, "Wrong alignment on UGrabDealerComponent"); \ +static_assert(sizeof(UGrabDealerComponent) == 0x0002D0, "Wrong size on UGrabDealerComponent"); \ +static_assert(offsetof(UGrabDealerComponent, GrabAnimMap) == 0x000120, "Member 'UGrabDealerComponent::GrabAnimMap' has a wrong offset!"); \ +static_assert(offsetof(UGrabDealerComponent, GrabSceneComponentNames) == 0x000170, "Member 'UGrabDealerComponent::GrabSceneComponentNames' has a wrong offset!"); \ +static_assert(offsetof(UGrabDealerComponent, OnGrabbedTarget) == 0x0001C0, "Member 'UGrabDealerComponent::OnGrabbedTarget' has a wrong offset!"); \ +static_assert(offsetof(UGrabDealerComponent, OnReleasedTarget) == 0x0001D0, "Member 'UGrabDealerComponent::OnReleasedTarget' has a wrong offset!"); \ +static_assert(offsetof(UGrabDealerComponent, GrabMarkers) == 0x0001E0, "Member 'UGrabDealerComponent::GrabMarkers' has a wrong offset!"); \ +static_assert(offsetof(UGrabDealerComponent, GrabContexts) == 0x000230, "Member 'UGrabDealerComponent::GrabContexts' has a wrong offset!"); \ +static_assert(offsetof(UGrabDealerComponent, GrabbedObjects) == 0x000280, "Member 'UGrabDealerComponent::GrabbedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRemappingTitle \ +static_assert(alignof(UControlRemappingTitle) == 0x000008, "Wrong alignment on UControlRemappingTitle"); \ +static_assert(sizeof(UControlRemappingTitle) == 0x000268, "Wrong size on UControlRemappingTitle"); \ +static_assert(offsetof(UControlRemappingTitle, TitleText) == 0x000260, "Member 'UControlRemappingTitle::TitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRemappingEntry_HandleRecordingChanged \ +static_assert(alignof(ControlRemappingEntry_HandleRecordingChanged) == 0x000001, "Wrong alignment on ControlRemappingEntry_HandleRecordingChanged"); \ +static_assert(sizeof(ControlRemappingEntry_HandleRecordingChanged) == 0x000001, "Wrong size on ControlRemappingEntry_HandleRecordingChanged"); \ +static_assert(offsetof(ControlRemappingEntry_HandleRecordingChanged, Recording) == 0x000000, "Member 'ControlRemappingEntry_HandleRecordingChanged::Recording' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRemappingEntry \ +static_assert(alignof(UControlRemappingEntry) == 0x000008, "Wrong alignment on UControlRemappingEntry"); \ +static_assert(sizeof(UControlRemappingEntry) == 0x0002B0, "Wrong size on UControlRemappingEntry"); \ +static_assert(offsetof(UControlRemappingEntry, Button) == 0x000278, "Member 'UControlRemappingEntry::Button' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, ActionNameText) == 0x000280, "Member 'UControlRemappingEntry::ActionNameText' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, KeyboardIcon) == 0x000288, "Member 'UControlRemappingEntry::KeyboardIcon' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, KeyboardIconOverlay) == 0x000290, "Member 'UControlRemappingEntry::KeyboardIconOverlay' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, GamepadIcon) == 0x000298, "Member 'UControlRemappingEntry::GamepadIcon' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, ActionName) == 0x0002A0, "Member 'UControlRemappingEntry::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, IsKeyboardOnly) == 0x0002A8, "Member 'UControlRemappingEntry::IsKeyboardOnly' has a wrong offset!"); \ +static_assert(offsetof(UControlRemappingEntry, IsRecording) == 0x0002A9, "Member 'UControlRemappingEntry::IsRecording' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotOnShoulder_HandlePlayerStateChanged \ +static_assert(alignof(HeroRotOnShoulder_HandlePlayerStateChanged) == 0x000008, "Wrong alignment on HeroRotOnShoulder_HandlePlayerStateChanged"); \ +static_assert(sizeof(HeroRotOnShoulder_HandlePlayerStateChanged) == 0x000018, "Wrong size on HeroRotOnShoulder_HandlePlayerStateChanged"); \ +static_assert(offsetof(HeroRotOnShoulder_HandlePlayerStateChanged, From) == 0x000000, "Member 'HeroRotOnShoulder_HandlePlayerStateChanged::From' has a wrong offset!"); \ +static_assert(offsetof(HeroRotOnShoulder_HandlePlayerStateChanged, To) == 0x000008, "Member 'HeroRotOnShoulder_HandlePlayerStateChanged::To' has a wrong offset!"); \ +static_assert(offsetof(HeroRotOnShoulder_HandlePlayerStateChanged, IsSuspend) == 0x000010, "Member 'HeroRotOnShoulder_HandlePlayerStateChanged::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(HeroRotOnShoulder_HandlePlayerStateChanged, IsResume) == 0x000011, "Member 'HeroRotOnShoulder_HandlePlayerStateChanged::IsResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHeroRotOnShoulder \ +static_assert(alignof(AHeroRotOnShoulder) == 0x000008, "Wrong alignment on AHeroRotOnShoulder"); \ +static_assert(sizeof(AHeroRotOnShoulder) == 0x0002D8, "Wrong size on AHeroRotOnShoulder"); \ +static_assert(offsetof(AHeroRotOnShoulder, VisibilityStateWhitelist) == 0x000228, "Member 'AHeroRotOnShoulder::VisibilityStateWhitelist' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, AppearMontage) == 0x000238, "Member 'AHeroRotOnShoulder::AppearMontage' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, AppearDelay) == 0x000240, "Member 'AHeroRotOnShoulder::AppearDelay' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, SkeletalMesh) == 0x000248, "Member 'AHeroRotOnShoulder::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, MasterPoseMesh) == 0x000250, "Member 'AHeroRotOnShoulder::MasterPoseMesh' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, DisappearParticles) == 0x000258, "Member 'AHeroRotOnShoulder::DisappearParticles' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, AssignedHeroRot) == 0x0002C0, "Member 'AHeroRotOnShoulder::AssignedHeroRot' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, PlayerStateMachine) == 0x0002C8, "Member 'AHeroRotOnShoulder::PlayerStateMachine' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotOnShoulder, AppearDelayTimer) == 0x0002D0, "Member 'AHeroRotOnShoulder::AppearDelayTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRemapping_ApplyChanges \ +static_assert(alignof(ControlRemapping_ApplyChanges) == 0x000001, "Wrong alignment on ControlRemapping_ApplyChanges"); \ +static_assert(sizeof(ControlRemapping_ApplyChanges) == 0x000001, "Wrong size on ControlRemapping_ApplyChanges"); \ +static_assert(offsetof(ControlRemapping_ApplyChanges, Force) == 0x000000, "Member 'ControlRemapping_ApplyChanges::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRemapping_HasUnappliedChanges \ +static_assert(alignof(ControlRemapping_HasUnappliedChanges) == 0x000001, "Wrong alignment on ControlRemapping_HasUnappliedChanges"); \ +static_assert(sizeof(ControlRemapping_HasUnappliedChanges) == 0x000001, "Wrong size on ControlRemapping_HasUnappliedChanges"); \ +static_assert(offsetof(ControlRemapping_HasUnappliedChanges, ReturnValue) == 0x000000, "Member 'ControlRemapping_HasUnappliedChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRemapping_HasUnmappedActions \ +static_assert(alignof(ControlRemapping_HasUnmappedActions) == 0x000001, "Wrong alignment on ControlRemapping_HasUnmappedActions"); \ +static_assert(sizeof(ControlRemapping_HasUnmappedActions) == 0x000001, "Wrong size on ControlRemapping_HasUnmappedActions"); \ +static_assert(offsetof(ControlRemapping_HasUnmappedActions, ReturnValue) == 0x000000, "Member 'ControlRemapping_HasUnmappedActions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRemapping \ +static_assert(alignof(UControlRemapping) == 0x000008, "Wrong alignment on UControlRemapping"); \ +static_assert(sizeof(UControlRemapping) == 0x000408, "Wrong size on UControlRemapping"); \ +static_assert(offsetof(UControlRemapping, ActionSetsConfig) == 0x000268, "Member 'UControlRemapping::ActionSetsConfig' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, RemapActionsConfig) == 0x000270, "Member 'UControlRemapping::RemapActionsConfig' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, EntryPadding) == 0x000278, "Member 'UControlRemapping::EntryPadding' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, TitleClass) == 0x000288, "Member 'UControlRemapping::TitleClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, EntryClass) == 0x000290, "Member 'UControlRemapping::EntryClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, ScrollBox) == 0x000338, "Member 'UControlRemapping::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, MouseRecordingBlocker) == 0x000340, "Member 'UControlRemapping::MouseRecordingBlocker' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, Entries) == 0x000348, "Member 'UControlRemapping::Entries' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, RecordingEntry) == 0x000358, "Member 'UControlRemapping::RecordingEntry' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, InputActionUIData) == 0x000360, "Member 'UControlRemapping::InputActionUIData' has a wrong offset!"); \ +static_assert(offsetof(UControlRemapping, CachedActionText) == 0x000368, "Member 'UControlRemapping::CachedActionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConvertToNGPlusMenuBase_HandleAutosaveResponse \ +static_assert(alignof(ConvertToNGPlusMenuBase_HandleAutosaveResponse) == 0x000001, "Wrong alignment on ConvertToNGPlusMenuBase_HandleAutosaveResponse"); \ +static_assert(sizeof(ConvertToNGPlusMenuBase_HandleAutosaveResponse) == 0x000001, "Wrong size on ConvertToNGPlusMenuBase_HandleAutosaveResponse"); \ +static_assert(offsetof(ConvertToNGPlusMenuBase_HandleAutosaveResponse, Result) == 0x000000, "Member 'ConvertToNGPlusMenuBase_HandleAutosaveResponse::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConvertToNGPlusMenuBase_HandleSaveClicked \ +static_assert(alignof(ConvertToNGPlusMenuBase_HandleSaveClicked) == 0x000008, "Wrong alignment on ConvertToNGPlusMenuBase_HandleSaveClicked"); \ +static_assert(sizeof(ConvertToNGPlusMenuBase_HandleSaveClicked) == 0x000010, "Wrong size on ConvertToNGPlusMenuBase_HandleSaveClicked"); \ +static_assert(offsetof(ConvertToNGPlusMenuBase_HandleSaveClicked, InSlotName) == 0x000000, "Member 'ConvertToNGPlusMenuBase_HandleSaveClicked::InSlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertToNGPlusMenuBase \ +static_assert(alignof(UConvertToNGPlusMenuBase) == 0x000008, "Wrong alignment on UConvertToNGPlusMenuBase"); \ +static_assert(sizeof(UConvertToNGPlusMenuBase) == 0x000288, "Wrong size on UConvertToNGPlusMenuBase"); \ +static_assert(offsetof(UConvertToNGPlusMenuBase, SaveScrollBox) == 0x000260, "Member 'UConvertToNGPlusMenuBase::SaveScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UConvertToNGPlusMenuBase, ButtonClass) == 0x000268, "Member 'UConvertToNGPlusMenuBase::ButtonClass' has a wrong offset!"); \ +static_assert(offsetof(UConvertToNGPlusMenuBase, ChooseDifficultyClass) == 0x000270, "Member 'UConvertToNGPlusMenuBase::ChooseDifficultyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackAnimNotifyState \ +static_assert(alignof(UHapticFeedbackAnimNotifyState) == 0x000008, "Wrong alignment on UHapticFeedbackAnimNotifyState"); \ +static_assert(sizeof(UHapticFeedbackAnimNotifyState) == 0x0000A0, "Wrong size on UHapticFeedbackAnimNotifyState"); \ +static_assert(offsetof(UHapticFeedbackAnimNotifyState, HapticFeedback) == 0x000030, "Member 'UHapticFeedbackAnimNotifyState::HapticFeedback' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackAnimNotifyState, Is2D) == 0x000040, "Member 'UHapticFeedbackAnimNotifyState::Is2D' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackAnimNotifyState, FeedbackGuids) == 0x000048, "Member 'UHapticFeedbackAnimNotifyState::FeedbackGuids' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackAnimNotifyState, Intensity) == 0x000098, "Member 'UHapticFeedbackAnimNotifyState::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_EquipCostumeAsync \ +static_assert(alignof(CosmeticsSubsystem_EquipCostumeAsync) == 0x000004, "Wrong alignment on CosmeticsSubsystem_EquipCostumeAsync"); \ +static_assert(sizeof(CosmeticsSubsystem_EquipCostumeAsync) == 0x000008, "Wrong size on CosmeticsSubsystem_EquipCostumeAsync"); \ +static_assert(offsetof(CosmeticsSubsystem_EquipCostumeAsync, CostumeRowName) == 0x000000, "Member 'CosmeticsSubsystem_EquipCostumeAsync::CostumeRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_EquipStaffAsync \ +static_assert(alignof(CosmeticsSubsystem_EquipStaffAsync) == 0x000004, "Wrong alignment on CosmeticsSubsystem_EquipStaffAsync"); \ +static_assert(sizeof(CosmeticsSubsystem_EquipStaffAsync) == 0x000008, "Wrong size on CosmeticsSubsystem_EquipStaffAsync"); \ +static_assert(offsetof(CosmeticsSubsystem_EquipStaffAsync, StaffRowName) == 0x000000, "Member 'CosmeticsSubsystem_EquipStaffAsync::StaffRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_PreviewCostumeAsync \ +static_assert(alignof(CosmeticsSubsystem_PreviewCostumeAsync) == 0x000004, "Wrong alignment on CosmeticsSubsystem_PreviewCostumeAsync"); \ +static_assert(sizeof(CosmeticsSubsystem_PreviewCostumeAsync) == 0x000008, "Wrong size on CosmeticsSubsystem_PreviewCostumeAsync"); \ +static_assert(offsetof(CosmeticsSubsystem_PreviewCostumeAsync, CostumeRowName) == 0x000000, "Member 'CosmeticsSubsystem_PreviewCostumeAsync::CostumeRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_PreviewStaffAsync \ +static_assert(alignof(CosmeticsSubsystem_PreviewStaffAsync) == 0x000004, "Wrong alignment on CosmeticsSubsystem_PreviewStaffAsync"); \ +static_assert(sizeof(CosmeticsSubsystem_PreviewStaffAsync) == 0x000008, "Wrong size on CosmeticsSubsystem_PreviewStaffAsync"); \ +static_assert(offsetof(CosmeticsSubsystem_PreviewStaffAsync, StaffRowName) == 0x000000, "Member 'CosmeticsSubsystem_PreviewStaffAsync::StaffRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_GetActiveStaff \ +static_assert(alignof(CosmeticsSubsystem_GetActiveStaff) == 0x000008, "Wrong alignment on CosmeticsSubsystem_GetActiveStaff"); \ +static_assert(sizeof(CosmeticsSubsystem_GetActiveStaff) == 0x000008, "Wrong size on CosmeticsSubsystem_GetActiveStaff"); \ +static_assert(offsetof(CosmeticsSubsystem_GetActiveStaff, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_GetActiveStaff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_GetEquippedCharmRowName \ +static_assert(alignof(CosmeticsSubsystem_GetEquippedCharmRowName) == 0x000004, "Wrong alignment on CosmeticsSubsystem_GetEquippedCharmRowName"); \ +static_assert(sizeof(CosmeticsSubsystem_GetEquippedCharmRowName) == 0x000008, "Wrong size on CosmeticsSubsystem_GetEquippedCharmRowName"); \ +static_assert(offsetof(CosmeticsSubsystem_GetEquippedCharmRowName, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_GetEquippedCharmRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_GetEquippedCostumeRowName \ +static_assert(alignof(CosmeticsSubsystem_GetEquippedCostumeRowName) == 0x000004, "Wrong alignment on CosmeticsSubsystem_GetEquippedCostumeRowName"); \ +static_assert(sizeof(CosmeticsSubsystem_GetEquippedCostumeRowName) == 0x000008, "Wrong size on CosmeticsSubsystem_GetEquippedCostumeRowName"); \ +static_assert(offsetof(CosmeticsSubsystem_GetEquippedCostumeRowName, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_GetEquippedCostumeRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_GetEquippedStaffRowName \ +static_assert(alignof(CosmeticsSubsystem_GetEquippedStaffRowName) == 0x000004, "Wrong alignment on CosmeticsSubsystem_GetEquippedStaffRowName"); \ +static_assert(sizeof(CosmeticsSubsystem_GetEquippedStaffRowName) == 0x000008, "Wrong size on CosmeticsSubsystem_GetEquippedStaffRowName"); \ +static_assert(offsetof(CosmeticsSubsystem_GetEquippedStaffRowName, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_GetEquippedStaffRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_GetPreviewCostumeRowName \ +static_assert(alignof(CosmeticsSubsystem_GetPreviewCostumeRowName) == 0x000004, "Wrong alignment on CosmeticsSubsystem_GetPreviewCostumeRowName"); \ +static_assert(sizeof(CosmeticsSubsystem_GetPreviewCostumeRowName) == 0x000008, "Wrong size on CosmeticsSubsystem_GetPreviewCostumeRowName"); \ +static_assert(offsetof(CosmeticsSubsystem_GetPreviewCostumeRowName, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_GetPreviewCostumeRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_GetPreviewStaffRowName \ +static_assert(alignof(CosmeticsSubsystem_GetPreviewStaffRowName) == 0x000004, "Wrong alignment on CosmeticsSubsystem_GetPreviewStaffRowName"); \ +static_assert(sizeof(CosmeticsSubsystem_GetPreviewStaffRowName) == 0x000008, "Wrong size on CosmeticsSubsystem_GetPreviewStaffRowName"); \ +static_assert(offsetof(CosmeticsSubsystem_GetPreviewStaffRowName, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_GetPreviewStaffRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_IsCharmPurchased \ +static_assert(alignof(CosmeticsSubsystem_IsCharmPurchased) == 0x000004, "Wrong alignment on CosmeticsSubsystem_IsCharmPurchased"); \ +static_assert(sizeof(CosmeticsSubsystem_IsCharmPurchased) == 0x00000C, "Wrong size on CosmeticsSubsystem_IsCharmPurchased"); \ +static_assert(offsetof(CosmeticsSubsystem_IsCharmPurchased, CharmRowName) == 0x000000, "Member 'CosmeticsSubsystem_IsCharmPurchased::CharmRowName' has a wrong offset!"); \ +static_assert(offsetof(CosmeticsSubsystem_IsCharmPurchased, ReturnValue) == 0x000008, "Member 'CosmeticsSubsystem_IsCharmPurchased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_IsCostumePurchased \ +static_assert(alignof(CosmeticsSubsystem_IsCostumePurchased) == 0x000004, "Wrong alignment on CosmeticsSubsystem_IsCostumePurchased"); \ +static_assert(sizeof(CosmeticsSubsystem_IsCostumePurchased) == 0x00000C, "Wrong size on CosmeticsSubsystem_IsCostumePurchased"); \ +static_assert(offsetof(CosmeticsSubsystem_IsCostumePurchased, CostumeRowName) == 0x000000, "Member 'CosmeticsSubsystem_IsCostumePurchased::CostumeRowName' has a wrong offset!"); \ +static_assert(offsetof(CosmeticsSubsystem_IsCostumePurchased, ReturnValue) == 0x000008, "Member 'CosmeticsSubsystem_IsCostumePurchased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_IsLoadingAnyCosmetics \ +static_assert(alignof(CosmeticsSubsystem_IsLoadingAnyCosmetics) == 0x000001, "Wrong alignment on CosmeticsSubsystem_IsLoadingAnyCosmetics"); \ +static_assert(sizeof(CosmeticsSubsystem_IsLoadingAnyCosmetics) == 0x000001, "Wrong size on CosmeticsSubsystem_IsLoadingAnyCosmetics"); \ +static_assert(offsetof(CosmeticsSubsystem_IsLoadingAnyCosmetics, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_IsLoadingAnyCosmetics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_IsLoadingCostumeCosmetic \ +static_assert(alignof(CosmeticsSubsystem_IsLoadingCostumeCosmetic) == 0x000001, "Wrong alignment on CosmeticsSubsystem_IsLoadingCostumeCosmetic"); \ +static_assert(sizeof(CosmeticsSubsystem_IsLoadingCostumeCosmetic) == 0x000001, "Wrong size on CosmeticsSubsystem_IsLoadingCostumeCosmetic"); \ +static_assert(offsetof(CosmeticsSubsystem_IsLoadingCostumeCosmetic, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_IsLoadingCostumeCosmetic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_IsLoadingStaffCosmetic \ +static_assert(alignof(CosmeticsSubsystem_IsLoadingStaffCosmetic) == 0x000001, "Wrong alignment on CosmeticsSubsystem_IsLoadingStaffCosmetic"); \ +static_assert(sizeof(CosmeticsSubsystem_IsLoadingStaffCosmetic) == 0x000001, "Wrong size on CosmeticsSubsystem_IsLoadingStaffCosmetic"); \ +static_assert(offsetof(CosmeticsSubsystem_IsLoadingStaffCosmetic, ReturnValue) == 0x000000, "Member 'CosmeticsSubsystem_IsLoadingStaffCosmetic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticsSubsystem_IsStaffPurchased \ +static_assert(alignof(CosmeticsSubsystem_IsStaffPurchased) == 0x000004, "Wrong alignment on CosmeticsSubsystem_IsStaffPurchased"); \ +static_assert(sizeof(CosmeticsSubsystem_IsStaffPurchased) == 0x00000C, "Wrong size on CosmeticsSubsystem_IsStaffPurchased"); \ +static_assert(offsetof(CosmeticsSubsystem_IsStaffPurchased, StaffRowName) == 0x000000, "Member 'CosmeticsSubsystem_IsStaffPurchased::StaffRowName' has a wrong offset!"); \ +static_assert(offsetof(CosmeticsSubsystem_IsStaffPurchased, ReturnValue) == 0x000008, "Member 'CosmeticsSubsystem_IsStaffPurchased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCosmeticsSubsystem \ +static_assert(alignof(UCosmeticsSubsystem) == 0x000008, "Wrong alignment on UCosmeticsSubsystem"); \ +static_assert(sizeof(UCosmeticsSubsystem) == 0x0000C8, "Wrong size on UCosmeticsSubsystem"); \ +static_assert(offsetof(UCosmeticsSubsystem, CurrentCostumeEquipData) == 0x000030, "Member 'UCosmeticsSubsystem::CurrentCostumeEquipData' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticsSubsystem, CurrentStaffEquipData) == 0x000050, "Member 'UCosmeticsSubsystem::CurrentStaffEquipData' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticsSubsystem, CurrentCharmEquipData) == 0x000070, "Member 'UCosmeticsSubsystem::CurrentCharmEquipData' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticsSubsystem, ActiveStaff) == 0x000090, "Member 'UCosmeticsSubsystem::ActiveStaff' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticsSubsystem, PurchasedCostumes) == 0x000098, "Member 'UCosmeticsSubsystem::PurchasedCostumes' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticsSubsystem, PurchasedStaffs) == 0x0000A8, "Member 'UCosmeticsSubsystem::PurchasedStaffs' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticsSubsystem, PurchasedCharms) == 0x0000B8, "Member 'UCosmeticsSubsystem::PurchasedCharms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticToggleButton_SetButtonToggleState \ +static_assert(alignof(CosmeticToggleButton_SetButtonToggleState) == 0x000001, "Wrong alignment on CosmeticToggleButton_SetButtonToggleState"); \ +static_assert(sizeof(CosmeticToggleButton_SetButtonToggleState) == 0x000001, "Wrong size on CosmeticToggleButton_SetButtonToggleState"); \ +static_assert(offsetof(CosmeticToggleButton_SetButtonToggleState, TargetState) == 0x000000, "Member 'CosmeticToggleButton_SetButtonToggleState::TargetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticToggleButton_GetButtonToggleState \ +static_assert(alignof(CosmeticToggleButton_GetButtonToggleState) == 0x000001, "Wrong alignment on CosmeticToggleButton_GetButtonToggleState"); \ +static_assert(sizeof(CosmeticToggleButton_GetButtonToggleState) == 0x000001, "Wrong size on CosmeticToggleButton_GetButtonToggleState"); \ +static_assert(offsetof(CosmeticToggleButton_GetButtonToggleState, ReturnValue) == 0x000000, "Member 'CosmeticToggleButton_GetButtonToggleState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticToggleButton_IsLocked \ +static_assert(alignof(CosmeticToggleButton_IsLocked) == 0x000001, "Wrong alignment on CosmeticToggleButton_IsLocked"); \ +static_assert(sizeof(CosmeticToggleButton_IsLocked) == 0x000001, "Wrong size on CosmeticToggleButton_IsLocked"); \ +static_assert(offsetof(CosmeticToggleButton_IsLocked, ReturnValue) == 0x000000, "Member 'CosmeticToggleButton_IsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CosmeticToggleButton_IsPurchaseRequired \ +static_assert(alignof(CosmeticToggleButton_IsPurchaseRequired) == 0x000001, "Wrong alignment on CosmeticToggleButton_IsPurchaseRequired"); \ +static_assert(sizeof(CosmeticToggleButton_IsPurchaseRequired) == 0x000001, "Wrong size on CosmeticToggleButton_IsPurchaseRequired"); \ +static_assert(offsetof(CosmeticToggleButton_IsPurchaseRequired, ReturnValue) == 0x000000, "Member 'CosmeticToggleButton_IsPurchaseRequired::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCosmeticToggleButton \ +static_assert(alignof(UCosmeticToggleButton) == 0x000008, "Wrong alignment on UCosmeticToggleButton"); \ +static_assert(sizeof(UCosmeticToggleButton) == 0x000350, "Wrong size on UCosmeticToggleButton"); \ +static_assert(offsetof(UCosmeticToggleButton, OnCosmeticButtonActivated) == 0x000260, "Member 'UCosmeticToggleButton::OnCosmeticButtonActivated' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, OnCosmeticButtonHovered) == 0x000270, "Member 'UCosmeticToggleButton::OnCosmeticButtonHovered' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, OnPurchaseSuccessful) == 0x000280, "Member 'UCosmeticToggleButton::OnPurchaseSuccessful' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, OnPurchaseFailed) == 0x000290, "Member 'UCosmeticToggleButton::OnPurchaseFailed' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, ButtonType) == 0x0002A0, "Member 'UCosmeticToggleButton::ButtonType' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, ActivatedCheckMarkTexture) == 0x0002A8, "Member 'UCosmeticToggleButton::ActivatedCheckMarkTexture' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, DeactivatedCheckMarkTexture) == 0x0002B0, "Member 'UCosmeticToggleButton::DeactivatedCheckMarkTexture' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, Button) == 0x0002B8, "Member 'UCosmeticToggleButton::Button' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, CosmeticIconImage) == 0x0002C0, "Member 'UCosmeticToggleButton::CosmeticIconImage' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, LockedImage) == 0x0002C8, "Member 'UCosmeticToggleButton::LockedImage' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, CheckmarkImage) == 0x0002D0, "Member 'UCosmeticToggleButton::CheckmarkImage' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, CheckmarkImageBorder) == 0x0002D8, "Member 'UCosmeticToggleButton::CheckmarkImageBorder' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, DescriptionTextBlock) == 0x0002E0, "Member 'UCosmeticToggleButton::DescriptionTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, PurchaseCostsTextBlock) == 0x0002E8, "Member 'UCosmeticToggleButton::PurchaseCostsTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, PurchaseCostContainer) == 0x0002F0, "Member 'UCosmeticToggleButton::PurchaseCostContainer' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, KenaCosmeticData) == 0x0002F8, "Member 'UCosmeticToggleButton::KenaCosmeticData' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, KenaCosmeticRowName) == 0x000340, "Member 'UCosmeticToggleButton::KenaCosmeticRowName' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, ToggleState) == 0x000348, "Member 'UCosmeticToggleButton::ToggleState' has a wrong offset!"); \ +static_assert(offsetof(UCosmeticToggleButton, IsPurchasing) == 0x000349, "Member 'UCosmeticToggleButton::IsPurchasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_ForceSetRotLocations \ +static_assert(alignof(RotOwnerComponent_ForceSetRotLocations) == 0x000008, "Wrong alignment on RotOwnerComponent_ForceSetRotLocations"); \ +static_assert(sizeof(RotOwnerComponent_ForceSetRotLocations) == 0x000018, "Wrong size on RotOwnerComponent_ForceSetRotLocations"); \ +static_assert(offsetof(RotOwnerComponent_ForceSetRotLocations, Locations) == 0x000000, "Member 'RotOwnerComponent_ForceSetRotLocations::Locations' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_ForceSetRotLocations, Sweep) == 0x000010, "Member 'RotOwnerComponent_ForceSetRotLocations::Sweep' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_ForceSetRotLocations, TeleportType) == 0x000011, "Member 'RotOwnerComponent_ForceSetRotLocations::TeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_ForceSetWereVisibleLastFrame \ +static_assert(alignof(RotOwnerComponent_ForceSetWereVisibleLastFrame) == 0x000004, "Wrong alignment on RotOwnerComponent_ForceSetWereVisibleLastFrame"); \ +static_assert(sizeof(RotOwnerComponent_ForceSetWereVisibleLastFrame) == 0x000004, "Wrong size on RotOwnerComponent_ForceSetWereVisibleLastFrame"); \ +static_assert(offsetof(RotOwnerComponent_ForceSetWereVisibleLastFrame, MaxCount) == 0x000000, "Member 'RotOwnerComponent_ForceSetWereVisibleLastFrame::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_HandleOnGaveRots \ +static_assert(alignof(RotOwnerComponent_HandleOnGaveRots) == 0x000008, "Wrong alignment on RotOwnerComponent_HandleOnGaveRots"); \ +static_assert(sizeof(RotOwnerComponent_HandleOnGaveRots) == 0x000018, "Wrong size on RotOwnerComponent_HandleOnGaveRots"); \ +static_assert(offsetof(RotOwnerComponent_HandleOnGaveRots, ReceivedRots) == 0x000000, "Member 'RotOwnerComponent_HandleOnGaveRots::ReceivedRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_HandleOnGaveRots, FromNum) == 0x000010, "Member 'RotOwnerComponent_HandleOnGaveRots::FromNum' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_HandleOnGaveRots, ToNum) == 0x000014, "Member 'RotOwnerComponent_HandleOnGaveRots::ToNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_MakeOwnedRotInert \ +static_assert(alignof(RotOwnerComponent_MakeOwnedRotInert) == 0x000004, "Wrong alignment on RotOwnerComponent_MakeOwnedRotInert"); \ +static_assert(sizeof(RotOwnerComponent_MakeOwnedRotInert) == 0x000010, "Wrong size on RotOwnerComponent_MakeOwnedRotInert"); \ +static_assert(offsetof(RotOwnerComponent_MakeOwnedRotInert, LaunchDirection) == 0x000000, "Member 'RotOwnerComponent_MakeOwnedRotInert::LaunchDirection' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_MakeOwnedRotInert, SpreadRadius) == 0x00000C, "Member 'RotOwnerComponent_MakeOwnedRotInert::SpreadRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_MessageOwnedRot \ +static_assert(alignof(RotOwnerComponent_MessageOwnedRot) == 0x000008, "Wrong alignment on RotOwnerComponent_MessageOwnedRot"); \ +static_assert(sizeof(RotOwnerComponent_MessageOwnedRot) == 0x000010, "Wrong size on RotOwnerComponent_MessageOwnedRot"); \ +static_assert(offsetof(RotOwnerComponent_MessageOwnedRot, Message) == 0x000000, "Member 'RotOwnerComponent_MessageOwnedRot::Message' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_MessageOwnedRot, TriggerParams) == 0x000008, "Member 'RotOwnerComponent_MessageOwnedRot::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_MessageRotMovement \ +static_assert(alignof(RotOwnerComponent_MessageRotMovement) == 0x000008, "Wrong alignment on RotOwnerComponent_MessageRotMovement"); \ +static_assert(sizeof(RotOwnerComponent_MessageRotMovement) == 0x000010, "Wrong size on RotOwnerComponent_MessageRotMovement"); \ +static_assert(offsetof(RotOwnerComponent_MessageRotMovement, Message) == 0x000000, "Member 'RotOwnerComponent_MessageRotMovement::Message' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_MessageRotMovement, Params_0) == 0x000008, "Member 'RotOwnerComponent_MessageRotMovement::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_SetRotMovement \ +static_assert(alignof(RotOwnerComponent_SetRotMovement) == 0x000008, "Wrong alignment on RotOwnerComponent_SetRotMovement"); \ +static_assert(sizeof(RotOwnerComponent_SetRotMovement) == 0x000008, "Wrong size on RotOwnerComponent_SetRotMovement"); \ +static_assert(offsetof(RotOwnerComponent_SetRotMovement, Movement) == 0x000000, "Member 'RotOwnerComponent_SetRotMovement::Movement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_SetRotRenderMode \ +static_assert(alignof(RotOwnerComponent_SetRotRenderMode) == 0x000001, "Wrong alignment on RotOwnerComponent_SetRotRenderMode"); \ +static_assert(sizeof(RotOwnerComponent_SetRotRenderMode) == 0x000001, "Wrong size on RotOwnerComponent_SetRotRenderMode"); \ +static_assert(offsetof(RotOwnerComponent_SetRotRenderMode, Mode) == 0x000000, "Member 'RotOwnerComponent_SetRotRenderMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_TickMoveRots \ +static_assert(alignof(RotOwnerComponent_TickMoveRots) == 0x000004, "Wrong alignment on RotOwnerComponent_TickMoveRots"); \ +static_assert(sizeof(RotOwnerComponent_TickMoveRots) == 0x000004, "Wrong size on RotOwnerComponent_TickMoveRots"); \ +static_assert(offsetof(RotOwnerComponent_TickMoveRots, DeltaTime) == 0x000000, "Member 'RotOwnerComponent_TickMoveRots::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_TryGiveAnyRot \ +static_assert(alignof(RotOwnerComponent_TryGiveAnyRot) == 0x000008, "Wrong alignment on RotOwnerComponent_TryGiveAnyRot"); \ +static_assert(sizeof(RotOwnerComponent_TryGiveAnyRot) == 0x000030, "Wrong size on RotOwnerComponent_TryGiveAnyRot"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveAnyRot, NewOwner) == 0x000000, "Member 'RotOwnerComponent_TryGiveAnyRot::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveAnyRot, NumRots) == 0x000010, "Member 'RotOwnerComponent_TryGiveAnyRot::NumRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveAnyRot, OutRots) == 0x000018, "Member 'RotOwnerComponent_TryGiveAnyRot::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveAnyRot, SortByDistance) == 0x000028, "Member 'RotOwnerComponent_TryGiveAnyRot::SortByDistance' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveAnyRot, ReturnValue) == 0x000029, "Member 'RotOwnerComponent_TryGiveAnyRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_TryGiveRot \ +static_assert(alignof(RotOwnerComponent_TryGiveRot) == 0x000008, "Wrong alignment on RotOwnerComponent_TryGiveRot"); \ +static_assert(sizeof(RotOwnerComponent_TryGiveRot) == 0x000030, "Wrong size on RotOwnerComponent_TryGiveRot"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveRot, NewOwner) == 0x000000, "Member 'RotOwnerComponent_TryGiveRot::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveRot, InRot) == 0x000010, "Member 'RotOwnerComponent_TryGiveRot::InRot' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveRot, OutRots) == 0x000018, "Member 'RotOwnerComponent_TryGiveRot::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_TryGiveRot, ReturnValue) == 0x000028, "Member 'RotOwnerComponent_TryGiveRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_CanAffordRotByCount \ +static_assert(alignof(RotOwnerComponent_CanAffordRotByCount) == 0x000004, "Wrong alignment on RotOwnerComponent_CanAffordRotByCount"); \ +static_assert(sizeof(RotOwnerComponent_CanAffordRotByCount) == 0x000008, "Wrong size on RotOwnerComponent_CanAffordRotByCount"); \ +static_assert(offsetof(RotOwnerComponent_CanAffordRotByCount, NumRot) == 0x000000, "Member 'RotOwnerComponent_CanAffordRotByCount::NumRot' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_CanAffordRotByCount, ReturnValue) == 0x000004, "Member 'RotOwnerComponent_CanAffordRotByCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_CanReceiveRots \ +static_assert(alignof(RotOwnerComponent_CanReceiveRots) == 0x000004, "Wrong alignment on RotOwnerComponent_CanReceiveRots"); \ +static_assert(sizeof(RotOwnerComponent_CanReceiveRots) == 0x000008, "Wrong size on RotOwnerComponent_CanReceiveRots"); \ +static_assert(offsetof(RotOwnerComponent_CanReceiveRots, NumRots) == 0x000000, "Member 'RotOwnerComponent_CanReceiveRots::NumRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_CanReceiveRots, ReturnValue) == 0x000004, "Member 'RotOwnerComponent_CanReceiveRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_ComputeCentroid \ +static_assert(alignof(RotOwnerComponent_ComputeCentroid) == 0x000004, "Wrong alignment on RotOwnerComponent_ComputeCentroid"); \ +static_assert(sizeof(RotOwnerComponent_ComputeCentroid) == 0x00000C, "Wrong size on RotOwnerComponent_ComputeCentroid"); \ +static_assert(offsetof(RotOwnerComponent_ComputeCentroid, ReturnValue) == 0x000000, "Member 'RotOwnerComponent_ComputeCentroid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_GetNumRots \ +static_assert(alignof(RotOwnerComponent_GetNumRots) == 0x000004, "Wrong alignment on RotOwnerComponent_GetNumRots"); \ +static_assert(sizeof(RotOwnerComponent_GetNumRots) == 0x000004, "Wrong size on RotOwnerComponent_GetNumRots"); \ +static_assert(offsetof(RotOwnerComponent_GetNumRots, ReturnValue) == 0x000000, "Member 'RotOwnerComponent_GetNumRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_GetOwnedRot \ +static_assert(alignof(RotOwnerComponent_GetOwnedRot) == 0x000008, "Wrong alignment on RotOwnerComponent_GetOwnedRot"); \ +static_assert(sizeof(RotOwnerComponent_GetOwnedRot) == 0x000010, "Wrong size on RotOwnerComponent_GetOwnedRot"); \ +static_assert(offsetof(RotOwnerComponent_GetOwnedRot, ReturnValue) == 0x000000, "Member 'RotOwnerComponent_GetOwnedRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_GetOwnerLocation \ +static_assert(alignof(RotOwnerComponent_GetOwnerLocation) == 0x000004, "Wrong alignment on RotOwnerComponent_GetOwnerLocation"); \ +static_assert(sizeof(RotOwnerComponent_GetOwnerLocation) == 0x00000C, "Wrong size on RotOwnerComponent_GetOwnerLocation"); \ +static_assert(offsetof(RotOwnerComponent_GetOwnerLocation, ReturnValue) == 0x000000, "Member 'RotOwnerComponent_GetOwnerLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_GetRotLocations \ +static_assert(alignof(RotOwnerComponent_GetRotLocations) == 0x000008, "Wrong alignment on RotOwnerComponent_GetRotLocations"); \ +static_assert(sizeof(RotOwnerComponent_GetRotLocations) == 0x000010, "Wrong size on RotOwnerComponent_GetRotLocations"); \ +static_assert(offsetof(RotOwnerComponent_GetRotLocations, Locations) == 0x000000, "Member 'RotOwnerComponent_GetRotLocations::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_GetRotMovement \ +static_assert(alignof(RotOwnerComponent_GetRotMovement) == 0x000008, "Wrong alignment on RotOwnerComponent_GetRotMovement"); \ +static_assert(sizeof(RotOwnerComponent_GetRotMovement) == 0x000008, "Wrong size on RotOwnerComponent_GetRotMovement"); \ +static_assert(offsetof(RotOwnerComponent_GetRotMovement, ReturnValue) == 0x000000, "Member 'RotOwnerComponent_GetRotMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_GetRotTransforms \ +static_assert(alignof(RotOwnerComponent_GetRotTransforms) == 0x000008, "Wrong alignment on RotOwnerComponent_GetRotTransforms"); \ +static_assert(sizeof(RotOwnerComponent_GetRotTransforms) == 0x000010, "Wrong size on RotOwnerComponent_GetRotTransforms"); \ +static_assert(offsetof(RotOwnerComponent_GetRotTransforms, Transforms) == 0x000000, "Member 'RotOwnerComponent_GetRotTransforms::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwnerComponent_IsOwnerOf \ +static_assert(alignof(RotOwnerComponent_IsOwnerOf) == 0x000008, "Wrong alignment on RotOwnerComponent_IsOwnerOf"); \ +static_assert(sizeof(RotOwnerComponent_IsOwnerOf) == 0x000010, "Wrong size on RotOwnerComponent_IsOwnerOf"); \ +static_assert(offsetof(RotOwnerComponent_IsOwnerOf, Rot) == 0x000000, "Member 'RotOwnerComponent_IsOwnerOf::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotOwnerComponent_IsOwnerOf, ReturnValue) == 0x000008, "Member 'RotOwnerComponent_IsOwnerOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotOwnerComponent \ +static_assert(alignof(URotOwnerComponent) == 0x000008, "Wrong alignment on URotOwnerComponent"); \ +static_assert(sizeof(URotOwnerComponent) == 0x000110, "Wrong size on URotOwnerComponent"); \ +static_assert(offsetof(URotOwnerComponent, OnRotNumChanged) == 0x0000B8, "Member 'URotOwnerComponent::OnRotNumChanged' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, OnReceivedRots) == 0x0000C8, "Member 'URotOwnerComponent::OnReceivedRots' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, OnGaveRots) == 0x0000D8, "Member 'URotOwnerComponent::OnGaveRots' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, Rots) == 0x0000E8, "Member 'URotOwnerComponent::Rots' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, RotMovement) == 0x0000F8, "Member 'URotOwnerComponent::RotMovement' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, RotRenderMode) == 0x000100, "Member 'URotOwnerComponent::RotRenderMode' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, RotMin) == 0x000104, "Member 'URotOwnerComponent::RotMin' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, RotMax) == 0x000108, "Member 'URotOwnerComponent::RotMax' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, IsCollectableRot) == 0x00010C, "Member 'URotOwnerComponent::IsCollectableRot' has a wrong offset!"); \ +static_assert(offsetof(URotOwnerComponent, IsPlayerOwned) == 0x00010D, "Member 'URotOwnerComponent::IsPlayerOwned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaffCosmeticToggleButton_SetupStaffButton \ +static_assert(alignof(StaffCosmeticToggleButton_SetupStaffButton) == 0x000008, "Wrong alignment on StaffCosmeticToggleButton_SetupStaffButton"); \ +static_assert(sizeof(StaffCosmeticToggleButton_SetupStaffButton) == 0x000078, "Wrong size on StaffCosmeticToggleButton_SetupStaffButton"); \ +static_assert(offsetof(StaffCosmeticToggleButton_SetupStaffButton, StaffData) == 0x000000, "Member 'StaffCosmeticToggleButton_SetupStaffButton::StaffData' has a wrong offset!"); \ +static_assert(offsetof(StaffCosmeticToggleButton_SetupStaffButton, StaffRowName) == 0x000070, "Member 'StaffCosmeticToggleButton_SetupStaffButton::StaffRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaffCosmeticToggleButton \ +static_assert(alignof(UStaffCosmeticToggleButton) == 0x000008, "Wrong alignment on UStaffCosmeticToggleButton"); \ +static_assert(sizeof(UStaffCosmeticToggleButton) == 0x000350, "Wrong size on UStaffCosmeticToggleButton"); \ + +#define DUMPER7_ASSERTS_CostumeCosmeticToggleButton_SetupCostumeButton \ +static_assert(alignof(CostumeCosmeticToggleButton_SetupCostumeButton) == 0x000008, "Wrong alignment on CostumeCosmeticToggleButton_SetupCostumeButton"); \ +static_assert(sizeof(CostumeCosmeticToggleButton_SetupCostumeButton) == 0x000118, "Wrong size on CostumeCosmeticToggleButton_SetupCostumeButton"); \ +static_assert(offsetof(CostumeCosmeticToggleButton_SetupCostumeButton, CostumeData) == 0x000000, "Member 'CostumeCosmeticToggleButton_SetupCostumeButton::CostumeData' has a wrong offset!"); \ +static_assert(offsetof(CostumeCosmeticToggleButton_SetupCostumeButton, CostumeRowName) == 0x000110, "Member 'CostumeCosmeticToggleButton_SetupCostumeButton::CostumeRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCostumeCosmeticToggleButton \ +static_assert(alignof(UCostumeCosmeticToggleButton) == 0x000008, "Wrong alignment on UCostumeCosmeticToggleButton"); \ +static_assert(sizeof(UCostumeCosmeticToggleButton) == 0x000350, "Wrong size on UCostumeCosmeticToggleButton"); \ + +#define DUMPER7_ASSERTS_HeroRot_RegisterPOIRequest \ +static_assert(alignof(HeroRot_RegisterPOIRequest) == 0x000008, "Wrong alignment on HeroRot_RegisterPOIRequest"); \ +static_assert(sizeof(HeroRot_RegisterPOIRequest) == 0x000008, "Wrong size on HeroRot_RegisterPOIRequest"); \ +static_assert(offsetof(HeroRot_RegisterPOIRequest, NewPOI) == 0x000000, "Member 'HeroRot_RegisterPOIRequest::NewPOI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRot_UnregisterPOIRequest \ +static_assert(alignof(HeroRot_UnregisterPOIRequest) == 0x000008, "Wrong alignment on HeroRot_UnregisterPOIRequest"); \ +static_assert(sizeof(HeroRot_UnregisterPOIRequest) == 0x000010, "Wrong size on HeroRot_UnregisterPOIRequest"); \ +static_assert(offsetof(HeroRot_UnregisterPOIRequest, OldPOI) == 0x000000, "Member 'HeroRot_UnregisterPOIRequest::OldPOI' has a wrong offset!"); \ +static_assert(offsetof(HeroRot_UnregisterPOIRequest, ReturnImmediately) == 0x000008, "Member 'HeroRot_UnregisterPOIRequest::ReturnImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHeroRot \ +static_assert(alignof(AHeroRot) == 0x000008, "Wrong alignment on AHeroRot"); \ +static_assert(sizeof(AHeroRot) == 0x0005B0, "Wrong size on AHeroRot"); \ +static_assert(offsetof(AHeroRot, ReturnToShoulderDelay) == 0x000288, "Member 'AHeroRot::ReturnToShoulderDelay' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, ShoulderSocketName) == 0x00028C, "Member 'AHeroRot::ShoulderSocketName' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, InterpSettings_ReturnToShoulder) == 0x000298, "Member 'AHeroRot::InterpSettings_ReturnToShoulder' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, InterpSettings_Hint) == 0x000368, "Member 'AHeroRot::InterpSettings_Hint' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, InterpSettings_Bind) == 0x000438, "Member 'AHeroRot::InterpSettings_Bind' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, RootInterp) == 0x000508, "Member 'AHeroRot::RootInterp' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, SkeletalMesh) == 0x000510, "Member 'AHeroRot::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, JumpTwister) == 0x000518, "Member 'AHeroRot::JumpTwister' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, TrailParticles) == 0x000520, "Member 'AHeroRot::TrailParticles' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, MochiAudio) == 0x000528, "Member 'AHeroRot::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, CurrentPOI) == 0x000530, "Member 'AHeroRot::CurrentPOI' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, PendingPOI) == 0x000538, "Member 'AHeroRot::PendingPOI' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, HeroRotOnShoulder) == 0x000540, "Member 'AHeroRot::HeroRotOnShoulder' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, CombatManager) == 0x000548, "Member 'AHeroRot::CombatManager' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, PDSManager) == 0x000550, "Member 'AHeroRot::PDSManager' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, ParticlesMat) == 0x000558, "Member 'AHeroRot::ParticlesMat' has a wrong offset!"); \ +static_assert(offsetof(AHeroRot, PlayerStateMachine) == 0x000560, "Member 'AHeroRot::PlayerStateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCourageGenerationComponent \ +static_assert(alignof(UCourageGenerationComponent) == 0x000008, "Wrong alignment on UCourageGenerationComponent"); \ +static_assert(sizeof(UCourageGenerationComponent) == 0x0000C0, "Wrong size on UCourageGenerationComponent"); \ +static_assert(offsetof(UCourageGenerationComponent, PickupClass) == 0x0000B0, "Member 'UCourageGenerationComponent::PickupClass' has a wrong offset!"); \ +static_assert(offsetof(UCourageGenerationComponent, UseHitNormalInsteadOfVelocity) == 0x0000B8, "Member 'UCourageGenerationComponent::UseHitNormalInsteadOfVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCourageGenerationComponent, RandomConeHalfAngle) == 0x0000BC, "Member 'UCourageGenerationComponent::RandomConeHalfAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCreateExplosionForHitbox \ +static_assert(alignof(UCreateExplosionForHitbox) == 0x000008, "Wrong alignment on UCreateExplosionForHitbox"); \ +static_assert(sizeof(UCreateExplosionForHitbox) == 0x000040, "Wrong size on UCreateExplosionForHitbox"); \ +static_assert(offsetof(UCreateExplosionForHitbox, ExplosionTag) == 0x000030, "Member 'UCreateExplosionForHitbox::ExplosionTag' has a wrong offset!"); \ +static_assert(offsetof(UCreateExplosionForHitbox, Power) == 0x000038, "Member 'UCreateExplosionForHitbox::Power' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HolidayTimeRangeHelpers_IsDateInRange \ +static_assert(alignof(HolidayTimeRangeHelpers_IsDateInRange) == 0x000008, "Wrong alignment on HolidayTimeRangeHelpers_IsDateInRange"); \ +static_assert(sizeof(HolidayTimeRangeHelpers_IsDateInRange) == 0x000028, "Wrong size on HolidayTimeRangeHelpers_IsDateInRange"); \ +static_assert(offsetof(HolidayTimeRangeHelpers_IsDateInRange, TimeRange) == 0x000000, "Member 'HolidayTimeRangeHelpers_IsDateInRange::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(HolidayTimeRangeHelpers_IsDateInRange, DateTime) == 0x000018, "Member 'HolidayTimeRangeHelpers_IsDateInRange::DateTime' has a wrong offset!"); \ +static_assert(offsetof(HolidayTimeRangeHelpers_IsDateInRange, ReturnValue) == 0x000020, "Member 'HolidayTimeRangeHelpers_IsDateInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HolidayTimeRangeHelpers_IsTodayInRange \ +static_assert(alignof(HolidayTimeRangeHelpers_IsTodayInRange) == 0x000008, "Wrong alignment on HolidayTimeRangeHelpers_IsTodayInRange"); \ +static_assert(sizeof(HolidayTimeRangeHelpers_IsTodayInRange) == 0x000020, "Wrong size on HolidayTimeRangeHelpers_IsTodayInRange"); \ +static_assert(offsetof(HolidayTimeRangeHelpers_IsTodayInRange, TimeRange) == 0x000000, "Member 'HolidayTimeRangeHelpers_IsTodayInRange::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(HolidayTimeRangeHelpers_IsTodayInRange, ReturnValue) == 0x000018, "Member 'HolidayTimeRangeHelpers_IsTodayInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHolidayTimeRangeHelpers \ +static_assert(alignof(UHolidayTimeRangeHelpers) == 0x000008, "Wrong alignment on UHolidayTimeRangeHelpers"); \ +static_assert(sizeof(UHolidayTimeRangeHelpers) == 0x000028, "Wrong size on UHolidayTimeRangeHelpers"); \ + +#define DUMPER7_ASSERTS_UBondRewardConfig \ +static_assert(alignof(UBondRewardConfig) == 0x000008, "Wrong alignment on UBondRewardConfig"); \ +static_assert(sizeof(UBondRewardConfig) == 0x000038, "Wrong size on UBondRewardConfig"); \ +static_assert(offsetof(UBondRewardConfig, RotBondGranted) == 0x000030, "Member 'UBondRewardConfig::RotBondGranted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGemRewardConfig \ +static_assert(alignof(UGemRewardConfig) == 0x000008, "Wrong alignment on UGemRewardConfig"); \ +static_assert(sizeof(UGemRewardConfig) == 0x000038, "Wrong size on UGemRewardConfig"); \ +static_assert(offsetof(UGemRewardConfig, GemsGranted) == 0x000030, "Member 'UGemRewardConfig::GemsGranted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHiddenCheckpoint \ +static_assert(alignof(AHiddenCheckpoint) == 0x000008, "Wrong alignment on AHiddenCheckpoint"); \ +static_assert(sizeof(AHiddenCheckpoint) == 0x000278, "Wrong size on AHiddenCheckpoint"); \ + +#define DUMPER7_ASSERTS_CurrencyGrantingComponent_GrantCurrency \ +static_assert(alignof(CurrencyGrantingComponent_GrantCurrency) == 0x000001, "Wrong alignment on CurrencyGrantingComponent_GrantCurrency"); \ +static_assert(sizeof(CurrencyGrantingComponent_GrantCurrency) == 0x000001, "Wrong size on CurrencyGrantingComponent_GrantCurrency"); \ +static_assert(offsetof(CurrencyGrantingComponent_GrantCurrency, ReturnValue) == 0x000000, "Member 'CurrencyGrantingComponent_GrantCurrency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurrencyGrantingComponent_T_GrantCurrency \ +static_assert(alignof(CurrencyGrantingComponent_T_GrantCurrency) == 0x000008, "Wrong alignment on CurrencyGrantingComponent_T_GrantCurrency"); \ +static_assert(sizeof(CurrencyGrantingComponent_T_GrantCurrency) == 0x000008, "Wrong size on CurrencyGrantingComponent_T_GrantCurrency"); \ +static_assert(offsetof(CurrencyGrantingComponent_T_GrantCurrency, FromActor) == 0x000000, "Member 'CurrencyGrantingComponent_T_GrantCurrency::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurrencyGrantingComponent \ +static_assert(alignof(UCurrencyGrantingComponent) == 0x000010, "Wrong alignment on UCurrencyGrantingComponent"); \ +static_assert(sizeof(UCurrencyGrantingComponent) == 0x000290, "Wrong size on UCurrencyGrantingComponent"); \ +static_assert(offsetof(UCurrencyGrantingComponent, RewardConfig) == 0x0001F8, "Member 'UCurrencyGrantingComponent::RewardConfig' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, CurrencyToGemParticlesCount) == 0x000200, "Member 'UCurrencyGrantingComponent::CurrencyToGemParticlesCount' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, ParticlesDelay) == 0x000204, "Member 'UCurrencyGrantingComponent::ParticlesDelay' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, ConeAngle) == 0x000208, "Member 'UCurrencyGrantingComponent::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, ImpulseStrengthMax) == 0x00020C, "Member 'UCurrencyGrantingComponent::ImpulseStrengthMax' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, AttractPlayerSocketName) == 0x000210, "Member 'UCurrencyGrantingComponent::AttractPlayerSocketName' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, SFXLoopLerpDelay) == 0x000218, "Member 'UCurrencyGrantingComponent::SFXLoopLerpDelay' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, SFXLoopLerpDuration) == 0x00021C, "Member 'UCurrencyGrantingComponent::SFXLoopLerpDuration' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, SFXCollectDelay) == 0x000220, "Member 'UCurrencyGrantingComponent::SFXCollectDelay' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, OnCurrencyGranted) == 0x000228, "Member 'UCurrencyGrantingComponent::OnCurrencyGranted' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, T_OnCurrencyGranted) == 0x000238, "Member 'UCurrencyGrantingComponent::T_OnCurrencyGranted' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, GemParticles) == 0x000248, "Member 'UCurrencyGrantingComponent::GemParticles' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, GemParticlesAsset) == 0x000250, "Member 'UCurrencyGrantingComponent::GemParticlesAsset' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, ParticlesDelayTimer) == 0x000258, "Member 'UCurrencyGrantingComponent::ParticlesDelayTimer' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, MochiAudio) == 0x000260, "Member 'UCurrencyGrantingComponent::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, BeginEvent) == 0x000268, "Member 'UCurrencyGrantingComponent::BeginEvent' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, CollectEvent) == 0x000270, "Member 'UCurrencyGrantingComponent::CollectEvent' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, StartLoopEvent) == 0x000278, "Member 'UCurrencyGrantingComponent::StartLoopEvent' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, StopLoopEvent) == 0x000280, "Member 'UCurrencyGrantingComponent::StopLoopEvent' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, SFXLoopStartTime) == 0x000288, "Member 'UCurrencyGrantingComponent::SFXLoopStartTime' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, SFXHasCollected) == 0x00028C, "Member 'UCurrencyGrantingComponent::SFXHasCollected' has a wrong offset!"); \ +static_assert(offsetof(UCurrencyGrantingComponent, IsSFXLoopLerping) == 0x00028D, "Member 'UCurrencyGrantingComponent::IsSFXLoopLerping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonCurrencySpawner_HandlePushedButton \ +static_assert(alignof(PushButtonCurrencySpawner_HandlePushedButton) == 0x000008, "Wrong alignment on PushButtonCurrencySpawner_HandlePushedButton"); \ +static_assert(sizeof(PushButtonCurrencySpawner_HandlePushedButton) == 0x000008, "Wrong size on PushButtonCurrencySpawner_HandlePushedButton"); \ +static_assert(offsetof(PushButtonCurrencySpawner_HandlePushedButton, FromActor) == 0x000000, "Member 'PushButtonCurrencySpawner_HandlePushedButton::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APushButtonCurrencySpawner \ +static_assert(alignof(APushButtonCurrencySpawner) == 0x000008, "Wrong alignment on APushButtonCurrencySpawner"); \ +static_assert(sizeof(APushButtonCurrencySpawner) == 0x000248, "Wrong size on APushButtonCurrencySpawner"); \ +static_assert(offsetof(APushButtonCurrencySpawner, CurrencyGranting) == 0x000228, "Member 'APushButtonCurrencySpawner::CurrencyGranting' has a wrong offset!"); \ +static_assert(offsetof(APushButtonCurrencySpawner, PushButtonTrigger) == 0x000230, "Member 'APushButtonCurrencySpawner::PushButtonTrigger' has a wrong offset!"); \ +static_assert(offsetof(APushButtonCurrencySpawner, TriggerNode) == 0x000238, "Member 'APushButtonCurrencySpawner::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(APushButtonCurrencySpawner, SaveGame) == 0x000240, "Member 'APushButtonCurrencySpawner::SaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHasAttackTokenDecorator \ +static_assert(alignof(UHasAttackTokenDecorator) == 0x000008, "Wrong alignment on UHasAttackTokenDecorator"); \ +static_assert(sizeof(UHasAttackTokenDecorator) == 0x000070, "Wrong size on UHasAttackTokenDecorator"); \ +static_assert(offsetof(UHasAttackTokenDecorator, RequireTokenType) == 0x000068, "Member 'UHasAttackTokenDecorator::RequireTokenType' has a wrong offset!"); \ +static_assert(offsetof(UHasAttackTokenDecorator, TokenType) == 0x000069, "Member 'UHasAttackTokenDecorator::TokenType' has a wrong offset!"); \ +static_assert(offsetof(UHasAttackTokenDecorator, CheckInTokenOnExit) == 0x00006A, "Member 'UHasAttackTokenDecorator::CheckInTokenOnExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionCurrencySpawner_HandleRotActionPerformed \ +static_assert(alignof(RotActionCurrencySpawner_HandleRotActionPerformed) == 0x000008, "Wrong alignment on RotActionCurrencySpawner_HandleRotActionPerformed"); \ +static_assert(sizeof(RotActionCurrencySpawner_HandleRotActionPerformed) == 0x000008, "Wrong size on RotActionCurrencySpawner_HandleRotActionPerformed"); \ +static_assert(offsetof(RotActionCurrencySpawner_HandleRotActionPerformed, FromActor) == 0x000000, "Member 'RotActionCurrencySpawner_HandleRotActionPerformed::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotActionCurrencySpawner \ +static_assert(alignof(ARotActionCurrencySpawner) == 0x000008, "Wrong alignment on ARotActionCurrencySpawner"); \ +static_assert(sizeof(ARotActionCurrencySpawner) == 0x000260, "Wrong size on ARotActionCurrencySpawner"); \ +static_assert(offsetof(ARotActionCurrencySpawner, CurrencyGranting) == 0x000228, "Member 'ARotActionCurrencySpawner::CurrencyGranting' has a wrong offset!"); \ +static_assert(offsetof(ARotActionCurrencySpawner, RotAction) == 0x000230, "Member 'ARotActionCurrencySpawner::RotAction' has a wrong offset!"); \ +static_assert(offsetof(ARotActionCurrencySpawner, RotOwner) == 0x000238, "Member 'ARotActionCurrencySpawner::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotActionCurrencySpawner, PoofToPOI) == 0x000240, "Member 'ARotActionCurrencySpawner::PoofToPOI' has a wrong offset!"); \ +static_assert(offsetof(ARotActionCurrencySpawner, Lock) == 0x000248, "Member 'ARotActionCurrencySpawner::Lock' has a wrong offset!"); \ +static_assert(offsetof(ARotActionCurrencySpawner, TriggerNode) == 0x000250, "Member 'ARotActionCurrencySpawner::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ARotActionCurrencySpawner, SaveGame) == 0x000258, "Member 'ARotActionCurrencySpawner::SaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CutsceneManager_RegisterActiveCutscene \ +static_assert(alignof(CutsceneManager_RegisterActiveCutscene) == 0x000008, "Wrong alignment on CutsceneManager_RegisterActiveCutscene"); \ +static_assert(sizeof(CutsceneManager_RegisterActiveCutscene) == 0x000010, "Wrong size on CutsceneManager_RegisterActiveCutscene"); \ +static_assert(offsetof(CutsceneManager_RegisterActiveCutscene, Cutscene) == 0x000000, "Member 'CutsceneManager_RegisterActiveCutscene::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CutsceneManager_SkipActiveCutscenes \ +static_assert(alignof(CutsceneManager_SkipActiveCutscenes) == 0x000001, "Wrong alignment on CutsceneManager_SkipActiveCutscenes"); \ +static_assert(sizeof(CutsceneManager_SkipActiveCutscenes) == 0x000001, "Wrong size on CutsceneManager_SkipActiveCutscenes"); \ +static_assert(offsetof(CutsceneManager_SkipActiveCutscenes, ReturnValue) == 0x000000, "Member 'CutsceneManager_SkipActiveCutscenes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CutsceneManager_UnregisterActiveCutscene \ +static_assert(alignof(CutsceneManager_UnregisterActiveCutscene) == 0x000008, "Wrong alignment on CutsceneManager_UnregisterActiveCutscene"); \ +static_assert(sizeof(CutsceneManager_UnregisterActiveCutscene) == 0x000010, "Wrong size on CutsceneManager_UnregisterActiveCutscene"); \ +static_assert(offsetof(CutsceneManager_UnregisterActiveCutscene, Cutscene) == 0x000000, "Member 'CutsceneManager_UnregisterActiveCutscene::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CutsceneManager_CanSkipAnyCutscenes \ +static_assert(alignof(CutsceneManager_CanSkipAnyCutscenes) == 0x000001, "Wrong alignment on CutsceneManager_CanSkipAnyCutscenes"); \ +static_assert(sizeof(CutsceneManager_CanSkipAnyCutscenes) == 0x000001, "Wrong size on CutsceneManager_CanSkipAnyCutscenes"); \ +static_assert(offsetof(CutsceneManager_CanSkipAnyCutscenes, ReturnValue) == 0x000000, "Member 'CutsceneManager_CanSkipAnyCutscenes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CutsceneManager_IsAnyCutscenePlaying \ +static_assert(alignof(CutsceneManager_IsAnyCutscenePlaying) == 0x000001, "Wrong alignment on CutsceneManager_IsAnyCutscenePlaying"); \ +static_assert(sizeof(CutsceneManager_IsAnyCutscenePlaying) == 0x000001, "Wrong size on CutsceneManager_IsAnyCutscenePlaying"); \ +static_assert(offsetof(CutsceneManager_IsAnyCutscenePlaying, ReturnValue) == 0x000000, "Member 'CutsceneManager_IsAnyCutscenePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACutsceneManager \ +static_assert(alignof(ACutsceneManager) == 0x000008, "Wrong alignment on ACutsceneManager"); \ +static_assert(sizeof(ACutsceneManager) == 0x000278, "Wrong size on ACutsceneManager"); \ +static_assert(offsetof(ACutsceneManager, OnCutsceneRegistered) == 0x000228, "Member 'ACutsceneManager::OnCutsceneRegistered' has a wrong offset!"); \ +static_assert(offsetof(ACutsceneManager, OnCutsceneUnregistered) == 0x000238, "Member 'ACutsceneManager::OnCutsceneUnregistered' has a wrong offset!"); \ +static_assert(offsetof(ACutsceneManager, OnFirstCutsceneRegistered) == 0x000248, "Member 'ACutsceneManager::OnFirstCutsceneRegistered' has a wrong offset!"); \ +static_assert(offsetof(ACutsceneManager, OnLastCutsceneUnregistered) == 0x000258, "Member 'ACutsceneManager::OnLastCutsceneUnregistered' has a wrong offset!"); \ +static_assert(offsetof(ACutsceneManager, ActiveCutscenes) == 0x000268, "Member 'ACutsceneManager::ActiveCutscenes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseHelpers_CalcStaggerStrength \ +static_assert(alignof(HitResponseHelpers_CalcStaggerStrength) == 0x000008, "Wrong alignment on HitResponseHelpers_CalcStaggerStrength"); \ +static_assert(sizeof(HitResponseHelpers_CalcStaggerStrength) == 0x000050, "Wrong size on HitResponseHelpers_CalcStaggerStrength"); \ +static_assert(offsetof(HitResponseHelpers_CalcStaggerStrength, StaggerDamage) == 0x000000, "Member 'HitResponseHelpers_CalcStaggerStrength::StaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalcStaggerStrength, ConfigData) == 0x000008, "Member 'HitResponseHelpers_CalcStaggerStrength::ConfigData' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalcStaggerStrength, ReturnValue) == 0x000048, "Member 'HitResponseHelpers_CalcStaggerStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseHelpers_CalculateDamageDirection \ +static_assert(alignof(HitResponseHelpers_CalculateDamageDirection) == 0x000008, "Wrong alignment on HitResponseHelpers_CalculateDamageDirection"); \ +static_assert(sizeof(HitResponseHelpers_CalculateDamageDirection) == 0x000120, "Wrong size on HitResponseHelpers_CalculateDamageDirection"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageDirection, DamageEvent) == 0x000000, "Member 'HitResponseHelpers_CalculateDamageDirection::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageDirection, OutWSDirection) == 0x000110, "Member 'HitResponseHelpers_CalculateDamageDirection::OutWSDirection' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageDirection, OutRelativeDirection) == 0x00011C, "Member 'HitResponseHelpers_CalculateDamageDirection::OutRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageDirection, FrontBackOnly) == 0x00011D, "Member 'HitResponseHelpers_CalculateDamageDirection::FrontBackOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseHelpers_CalculateDamageMontage \ +static_assert(alignof(HitResponseHelpers_CalculateDamageMontage) == 0x000008, "Wrong alignment on HitResponseHelpers_CalculateDamageMontage"); \ +static_assert(sizeof(HitResponseHelpers_CalculateDamageMontage) == 0x000218, "Wrong size on HitResponseHelpers_CalculateDamageMontage"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, DamageEvent) == 0x000000, "Member 'HitResponseHelpers_CalculateDamageMontage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, Config) == 0x000110, "Member 'HitResponseHelpers_CalculateDamageMontage::Config' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, MontageConfig) == 0x000150, "Member 'HitResponseHelpers_CalculateDamageMontage::MontageConfig' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, CanTwitch) == 0x0001E0, "Member 'HitResponseHelpers_CalculateDamageMontage::CanTwitch' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, CanStagger) == 0x0001E1, "Member 'HitResponseHelpers_CalculateDamageMontage::CanStagger' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, CanHeavyStagger) == 0x0001E2, "Member 'HitResponseHelpers_CalculateDamageMontage::CanHeavyStagger' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, OutResult) == 0x0001E4, "Member 'HitResponseHelpers_CalculateDamageMontage::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontage, ReturnValue) == 0x000210, "Member 'HitResponseHelpers_CalculateDamageMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseHelpers_CalculateDamageMontageWithStrength \ +static_assert(alignof(HitResponseHelpers_CalculateDamageMontageWithStrength) == 0x000008, "Wrong alignment on HitResponseHelpers_CalculateDamageMontageWithStrength"); \ +static_assert(sizeof(HitResponseHelpers_CalculateDamageMontageWithStrength) == 0x000220, "Wrong size on HitResponseHelpers_CalculateDamageMontageWithStrength"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, DamageEvent) == 0x000000, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, Strength) == 0x000110, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::Strength' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, Config) == 0x000118, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::Config' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, MontageConfig) == 0x000158, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::MontageConfig' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, CanTwitch) == 0x0001E8, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::CanTwitch' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, CanStagger) == 0x0001E9, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::CanStagger' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, CanHeavyStagger) == 0x0001EA, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::CanHeavyStagger' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, OutResult) == 0x0001EC, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateDamageMontageWithStrength, ReturnValue) == 0x000218, "Member 'HitResponseHelpers_CalculateDamageMontageWithStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseHelpers_CalculateParryMontage \ +static_assert(alignof(HitResponseHelpers_CalculateParryMontage) == 0x000008, "Wrong alignment on HitResponseHelpers_CalculateParryMontage"); \ +static_assert(sizeof(HitResponseHelpers_CalculateParryMontage) == 0x000188, "Wrong size on HitResponseHelpers_CalculateParryMontage"); \ +static_assert(offsetof(HitResponseHelpers_CalculateParryMontage, DamageEvent) == 0x000000, "Member 'HitResponseHelpers_CalculateParryMontage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateParryMontage, Config) == 0x000110, "Member 'HitResponseHelpers_CalculateParryMontage::Config' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateParryMontage, ParriedMontageName) == 0x000150, "Member 'HitResponseHelpers_CalculateParryMontage::ParriedMontageName' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_CalculateParryMontage, OutResult) == 0x000158, "Member 'HitResponseHelpers_CalculateParryMontage::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitResponseHelpers_SnapToDamageDirection \ +static_assert(alignof(HitResponseHelpers_SnapToDamageDirection) == 0x000008, "Wrong alignment on HitResponseHelpers_SnapToDamageDirection"); \ +static_assert(sizeof(HitResponseHelpers_SnapToDamageDirection) == 0x000018, "Wrong size on HitResponseHelpers_SnapToDamageDirection"); \ +static_assert(offsetof(HitResponseHelpers_SnapToDamageDirection, Actor) == 0x000000, "Member 'HitResponseHelpers_SnapToDamageDirection::Actor' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_SnapToDamageDirection, WSDirection) == 0x000008, "Member 'HitResponseHelpers_SnapToDamageDirection::WSDirection' has a wrong offset!"); \ +static_assert(offsetof(HitResponseHelpers_SnapToDamageDirection, RelativeDirection) == 0x000014, "Member 'HitResponseHelpers_SnapToDamageDirection::RelativeDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHitResponseHelpers \ +static_assert(alignof(UHitResponseHelpers) == 0x000008, "Wrong alignment on UHitResponseHelpers"); \ +static_assert(sizeof(UHitResponseHelpers) == 0x000028, "Wrong size on UHitResponseHelpers"); \ + +#define DUMPER7_ASSERTS_CycleSelect_SetIndex \ +static_assert(alignof(CycleSelect_SetIndex) == 0x000004, "Wrong alignment on CycleSelect_SetIndex"); \ +static_assert(sizeof(CycleSelect_SetIndex) == 0x000008, "Wrong size on CycleSelect_SetIndex"); \ +static_assert(offsetof(CycleSelect_SetIndex, Index_0) == 0x000000, "Member 'CycleSelect_SetIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CycleSelect_SetIndex, ShouldBroadcastChange) == 0x000004, "Member 'CycleSelect_SetIndex::ShouldBroadcastChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CycleSelect_GetTooltip \ +static_assert(alignof(CycleSelect_GetTooltip) == 0x000008, "Wrong alignment on CycleSelect_GetTooltip"); \ +static_assert(sizeof(CycleSelect_GetTooltip) == 0x000018, "Wrong size on CycleSelect_GetTooltip"); \ +static_assert(offsetof(CycleSelect_GetTooltip, ReturnValue) == 0x000000, "Member 'CycleSelect_GetTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCycleSelect \ +static_assert(alignof(UCycleSelect) == 0x000008, "Wrong alignment on UCycleSelect"); \ +static_assert(sizeof(UCycleSelect) == 0x0002C8, "Wrong size on UCycleSelect"); \ +static_assert(offsetof(UCycleSelect, LeftMochiButton) == 0x000260, "Member 'UCycleSelect::LeftMochiButton' has a wrong offset!"); \ +static_assert(offsetof(UCycleSelect, RightMochiButton) == 0x000268, "Member 'UCycleSelect::RightMochiButton' has a wrong offset!"); \ +static_assert(offsetof(UCycleSelect, EntryText) == 0x000270, "Member 'UCycleSelect::EntryText' has a wrong offset!"); \ +static_assert(offsetof(UCycleSelect, CycleSelectConfiguration) == 0x000278, "Member 'UCycleSelect::CycleSelectConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UCycleSelect, OnValueChanged) == 0x0002B0, "Member 'UCycleSelect::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UCycleSelect, CurrentIndex) == 0x0002C0, "Member 'UCycleSelect::CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_HandleDamage \ +static_assert(alignof(DamageableSocketable_HandleDamage) == 0x000008, "Wrong alignment on DamageableSocketable_HandleDamage"); \ +static_assert(sizeof(DamageableSocketable_HandleDamage) == 0x000118, "Wrong size on DamageableSocketable_HandleDamage"); \ +static_assert(offsetof(DamageableSocketable_HandleDamage, DamageEvent) == 0x000000, "Member 'DamageableSocketable_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DamageableSocketable_HandleDamage, ReturnValue) == 0x000110, "Member 'DamageableSocketable_HandleDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_HandleDamageInternal \ +static_assert(alignof(DamageableSocketable_HandleDamageInternal) == 0x000008, "Wrong alignment on DamageableSocketable_HandleDamageInternal"); \ +static_assert(sizeof(DamageableSocketable_HandleDamageInternal) == 0x000118, "Wrong size on DamageableSocketable_HandleDamageInternal"); \ +static_assert(offsetof(DamageableSocketable_HandleDamageInternal, DamageEvent) == 0x000000, "Member 'DamageableSocketable_HandleDamageInternal::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DamageableSocketable_HandleDamageInternal, ReturnValue) == 0x000110, "Member 'DamageableSocketable_HandleDamageInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_HandleLethalDamage \ +static_assert(alignof(DamageableSocketable_HandleLethalDamage) == 0x000008, "Wrong alignment on DamageableSocketable_HandleLethalDamage"); \ +static_assert(sizeof(DamageableSocketable_HandleLethalDamage) == 0x000220, "Wrong size on DamageableSocketable_HandleLethalDamage"); \ +static_assert(offsetof(DamageableSocketable_HandleLethalDamage, DamageEvent) == 0x000000, "Member 'DamageableSocketable_HandleLethalDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DamageableSocketable_HandleLethalDamage, ReturnValue) == 0x000110, "Member 'DamageableSocketable_HandleLethalDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_HandleNonLethalDamage \ +static_assert(alignof(DamageableSocketable_HandleNonLethalDamage) == 0x000008, "Wrong alignment on DamageableSocketable_HandleNonLethalDamage"); \ +static_assert(sizeof(DamageableSocketable_HandleNonLethalDamage) == 0x000220, "Wrong size on DamageableSocketable_HandleNonLethalDamage"); \ +static_assert(offsetof(DamageableSocketable_HandleNonLethalDamage, DamageEvent) == 0x000000, "Member 'DamageableSocketable_HandleNonLethalDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DamageableSocketable_HandleNonLethalDamage, ReturnValue) == 0x000110, "Member 'DamageableSocketable_HandleNonLethalDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_OnAttached \ +static_assert(alignof(DamageableSocketable_OnAttached) == 0x000008, "Wrong alignment on DamageableSocketable_OnAttached"); \ +static_assert(sizeof(DamageableSocketable_OnAttached) == 0x000010, "Wrong size on DamageableSocketable_OnAttached"); \ +static_assert(offsetof(DamageableSocketable_OnAttached, ToComponent) == 0x000000, "Member 'DamageableSocketable_OnAttached::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(DamageableSocketable_OnAttached, ToSocket) == 0x000008, "Member 'DamageableSocketable_OnAttached::ToSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_OnDetached \ +static_assert(alignof(DamageableSocketable_OnDetached) == 0x000008, "Wrong alignment on DamageableSocketable_OnDetached"); \ +static_assert(sizeof(DamageableSocketable_OnDetached) == 0x000010, "Wrong size on DamageableSocketable_OnDetached"); \ +static_assert(offsetof(DamageableSocketable_OnDetached, FromComponent) == 0x000000, "Member 'DamageableSocketable_OnDetached::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(DamageableSocketable_OnDetached, FromSocket) == 0x000008, "Member 'DamageableSocketable_OnDetached::FromSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_SetResourceType \ +static_assert(alignof(DamageableSocketable_SetResourceType) == 0x000001, "Wrong alignment on DamageableSocketable_SetResourceType"); \ +static_assert(sizeof(DamageableSocketable_SetResourceType) == 0x000001, "Wrong size on DamageableSocketable_SetResourceType"); \ +static_assert(offsetof(DamageableSocketable_SetResourceType, NewType) == 0x000000, "Member 'DamageableSocketable_SetResourceType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageableSocketable_GetResources \ +static_assert(alignof(DamageableSocketable_GetResources) == 0x000008, "Wrong alignment on DamageableSocketable_GetResources"); \ +static_assert(sizeof(DamageableSocketable_GetResources) == 0x000008, "Wrong size on DamageableSocketable_GetResources"); \ +static_assert(offsetof(DamageableSocketable_GetResources, ReturnValue) == 0x000000, "Member 'DamageableSocketable_GetResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADamageableSocketable \ +static_assert(alignof(ADamageableSocketable) == 0x000008, "Wrong alignment on ADamageableSocketable"); \ +static_assert(sizeof(ADamageableSocketable) == 0x000278, "Wrong size on ADamageableSocketable"); \ +static_assert(offsetof(ADamageableSocketable, GameplayTags) == 0x000240, "Member 'ADamageableSocketable::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(ADamageableSocketable, Resources) == 0x000260, "Member 'ADamageableSocketable::Resources' has a wrong offset!"); \ +static_assert(offsetof(ADamageableSocketable, ResourceType) == 0x000268, "Member 'ADamageableSocketable::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ADamageableSocketable, DamagePassthroughPercent) == 0x00026C, "Member 'ADamageableSocketable::DamagePassthroughPercent' has a wrong offset!"); \ +static_assert(offsetof(ADamageableSocketable, DamageToResourceCost) == 0x000270, "Member 'ADamageableSocketable::DamageToResourceCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_CanBeBound \ +static_assert(alignof(Bindable_CanBeBound) == 0x000001, "Wrong alignment on Bindable_CanBeBound"); \ +static_assert(sizeof(Bindable_CanBeBound) == 0x000001, "Wrong size on Bindable_CanBeBound"); \ +static_assert(offsetof(Bindable_CanBeBound, ReturnValue) == 0x000000, "Member 'Bindable_CanBeBound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_GetBindLocation \ +static_assert(alignof(Bindable_GetBindLocation) == 0x000004, "Wrong alignment on Bindable_GetBindLocation"); \ +static_assert(sizeof(Bindable_GetBindLocation) == 0x00000C, "Wrong size on Bindable_GetBindLocation"); \ +static_assert(offsetof(Bindable_GetBindLocation, ReturnValue) == 0x000000, "Member 'Bindable_GetBindLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_GetBindRotation \ +static_assert(alignof(Bindable_GetBindRotation) == 0x000004, "Wrong alignment on Bindable_GetBindRotation"); \ +static_assert(sizeof(Bindable_GetBindRotation) == 0x00000C, "Wrong size on Bindable_GetBindRotation"); \ +static_assert(offsetof(Bindable_GetBindRotation, ReturnValue) == 0x000000, "Member 'Bindable_GetBindRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_GetCloudBindMontage \ +static_assert(alignof(Bindable_GetCloudBindMontage) == 0x000008, "Wrong alignment on Bindable_GetCloudBindMontage"); \ +static_assert(sizeof(Bindable_GetCloudBindMontage) == 0x000008, "Wrong size on Bindable_GetCloudBindMontage"); \ +static_assert(offsetof(Bindable_GetCloudBindMontage, ReturnValue) == 0x000000, "Member 'Bindable_GetCloudBindMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_GetRotMovementOverride \ +static_assert(alignof(Bindable_GetRotMovementOverride) == 0x000008, "Wrong alignment on Bindable_GetRotMovementOverride"); \ +static_assert(sizeof(Bindable_GetRotMovementOverride) == 0x000008, "Wrong size on Bindable_GetRotMovementOverride"); \ +static_assert(offsetof(Bindable_GetRotMovementOverride, ReturnValue) == 0x000000, "Member 'Bindable_GetRotMovementOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_GetStatusEffectUser \ +static_assert(alignof(Bindable_GetStatusEffectUser) == 0x000008, "Wrong alignment on Bindable_GetStatusEffectUser"); \ +static_assert(sizeof(Bindable_GetStatusEffectUser) == 0x000008, "Wrong size on Bindable_GetStatusEffectUser"); \ +static_assert(offsetof(Bindable_GetStatusEffectUser, ReturnValue) == 0x000000, "Member 'Bindable_GetStatusEffectUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bindable_ShouldRejectBind \ +static_assert(alignof(Bindable_ShouldRejectBind) == 0x000004, "Wrong alignment on Bindable_ShouldRejectBind"); \ +static_assert(sizeof(Bindable_ShouldRejectBind) == 0x000008, "Wrong size on Bindable_ShouldRejectBind"); \ +static_assert(offsetof(Bindable_ShouldRejectBind, OutRotCost) == 0x000000, "Member 'Bindable_ShouldRejectBind::OutRotCost' has a wrong offset!"); \ +static_assert(offsetof(Bindable_ShouldRejectBind, OutBanish) == 0x000004, "Member 'Bindable_ShouldRejectBind::OutBanish' has a wrong offset!"); \ +static_assert(offsetof(Bindable_ShouldRejectBind, OutManualRejection) == 0x000005, "Member 'Bindable_ShouldRejectBind::OutManualRejection' has a wrong offset!"); \ +static_assert(offsetof(Bindable_ShouldRejectBind, ReturnValue) == 0x000006, "Member 'Bindable_ShouldRejectBind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBindable \ +static_assert(alignof(IBindable) == 0x000001, "Wrong alignment on IBindable"); \ +static_assert(sizeof(IBindable) == 0x000001, "Wrong size on IBindable"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_ComputeHitVelocityHelper \ +static_assert(alignof(DamageDealerComponent_ComputeHitVelocityHelper) == 0x000010, "Wrong alignment on DamageDealerComponent_ComputeHitVelocityHelper"); \ +static_assert(sizeof(DamageDealerComponent_ComputeHitVelocityHelper) == 0x0000D0, "Wrong size on DamageDealerComponent_ComputeHitVelocityHelper"); \ +static_assert(offsetof(DamageDealerComponent_ComputeHitVelocityHelper, HitboxComponent) == 0x000000, "Member 'DamageDealerComponent_ComputeHitVelocityHelper::HitboxComponent' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ComputeHitVelocityHelper, Hit) == 0x000008, "Member 'DamageDealerComponent_ComputeHitVelocityHelper::Hit' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ComputeHitVelocityHelper, PrevFrameTransform) == 0x000090, "Member 'DamageDealerComponent_ComputeHitVelocityHelper::PrevFrameTransform' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ComputeHitVelocityHelper, DeltaTime) == 0x0000C0, "Member 'DamageDealerComponent_ComputeHitVelocityHelper::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ComputeHitVelocityHelper, ReturnValue) == 0x0000C4, "Member 'DamageDealerComponent_ComputeHitVelocityHelper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_ConstructDamageEventHelper \ +static_assert(alignof(DamageDealerComponent_ConstructDamageEventHelper) == 0x000010, "Wrong alignment on DamageDealerComponent_ConstructDamageEventHelper"); \ +static_assert(sizeof(DamageDealerComponent_ConstructDamageEventHelper) == 0x000210, "Wrong size on DamageDealerComponent_ConstructDamageEventHelper"); \ +static_assert(offsetof(DamageDealerComponent_ConstructDamageEventHelper, InInstigator) == 0x000000, "Member 'DamageDealerComponent_ConstructDamageEventHelper::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructDamageEventHelper, InCauser) == 0x000008, "Member 'DamageDealerComponent_ConstructDamageEventHelper::InCauser' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructDamageEventHelper, Args) == 0x000010, "Member 'DamageDealerComponent_ConstructDamageEventHelper::Args' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructDamageEventHelper, DeltaTime) == 0x0000F0, "Member 'DamageDealerComponent_ConstructDamageEventHelper::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructDamageEventHelper, OutDamageEvent) == 0x0000F8, "Member 'DamageDealerComponent_ConstructDamageEventHelper::OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructDamageEventHelper, Debug) == 0x000208, "Member 'DamageDealerComponent_ConstructDamageEventHelper::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_ConstructParamsHelper \ +static_assert(alignof(DamageDealerComponent_ConstructParamsHelper) == 0x000010, "Wrong alignment on DamageDealerComponent_ConstructParamsHelper"); \ +static_assert(sizeof(DamageDealerComponent_ConstructParamsHelper) == 0x0001D0, "Wrong size on DamageDealerComponent_ConstructParamsHelper"); \ +static_assert(offsetof(DamageDealerComponent_ConstructParamsHelper, Args) == 0x000000, "Member 'DamageDealerComponent_ConstructParamsHelper::Args' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructParamsHelper, DeltaTime) == 0x0000E0, "Member 'DamageDealerComponent_ConstructParamsHelper::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructParamsHelper, OutParams) == 0x0000E4, "Member 'DamageDealerComponent_ConstructParamsHelper::OutParams' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_ConstructParamsHelper, Debug) == 0x0001C4, "Member 'DamageDealerComponent_ConstructParamsHelper::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_ClearHitActors \ +static_assert(alignof(DamageDealerComponent_ClearHitActors) == 0x000004, "Wrong alignment on DamageDealerComponent_ClearHitActors"); \ +static_assert(sizeof(DamageDealerComponent_ClearHitActors) == 0x000008, "Wrong size on DamageDealerComponent_ClearHitActors"); \ +static_assert(offsetof(DamageDealerComponent_ClearHitActors, Tag) == 0x000000, "Member 'DamageDealerComponent_ClearHitActors::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_DisableDamageHitbox \ +static_assert(alignof(DamageDealerComponent_DisableDamageHitbox) == 0x000004, "Wrong alignment on DamageDealerComponent_DisableDamageHitbox"); \ +static_assert(sizeof(DamageDealerComponent_DisableDamageHitbox) == 0x000008, "Wrong size on DamageDealerComponent_DisableDamageHitbox"); \ +static_assert(offsetof(DamageDealerComponent_DisableDamageHitbox, Tag) == 0x000000, "Member 'DamageDealerComponent_DisableDamageHitbox::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_EnableDamageHitbox \ +static_assert(alignof(DamageDealerComponent_EnableDamageHitbox) == 0x000008, "Wrong alignment on DamageDealerComponent_EnableDamageHitbox"); \ +static_assert(sizeof(DamageDealerComponent_EnableDamageHitbox) == 0x000030, "Wrong size on DamageDealerComponent_EnableDamageHitbox"); \ +static_assert(offsetof(DamageDealerComponent_EnableDamageHitbox, Tag) == 0x000000, "Member 'DamageDealerComponent_EnableDamageHitbox::Tag' has a wrong offset!"); \ +static_assert(offsetof(DamageDealerComponent_EnableDamageHitbox, SequenceRef) == 0x000008, "Member 'DamageDealerComponent_EnableDamageHitbox::SequenceRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_EnableDefaultDamageHitbox \ +static_assert(alignof(DamageDealerComponent_EnableDefaultDamageHitbox) == 0x000004, "Wrong alignment on DamageDealerComponent_EnableDefaultDamageHitbox"); \ +static_assert(sizeof(DamageDealerComponent_EnableDefaultDamageHitbox) == 0x000008, "Wrong size on DamageDealerComponent_EnableDefaultDamageHitbox"); \ +static_assert(offsetof(DamageDealerComponent_EnableDefaultDamageHitbox, Tag) == 0x000000, "Member 'DamageDealerComponent_EnableDefaultDamageHitbox::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageDealerComponent_SetDamagePreventionCheck \ +static_assert(alignof(DamageDealerComponent_SetDamagePreventionCheck) == 0x000004, "Wrong alignment on DamageDealerComponent_SetDamagePreventionCheck"); \ +static_assert(sizeof(DamageDealerComponent_SetDamagePreventionCheck) == 0x000010, "Wrong size on DamageDealerComponent_SetDamagePreventionCheck"); \ +static_assert(offsetof(DamageDealerComponent_SetDamagePreventionCheck, CheckFn) == 0x000000, "Member 'DamageDealerComponent_SetDamagePreventionCheck::CheckFn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageDealerComponent \ +static_assert(alignof(UDamageDealerComponent) == 0x000008, "Wrong alignment on UDamageDealerComponent"); \ +static_assert(sizeof(UDamageDealerComponent) == 0x000218, "Wrong size on UDamageDealerComponent"); \ +static_assert(offsetof(UDamageDealerComponent, DamagePreventionCheck) == 0x000120, "Member 'UDamageDealerComponent::DamagePreventionCheck' has a wrong offset!"); \ +static_assert(offsetof(UDamageDealerComponent, OnDamageAttempt) == 0x000130, "Member 'UDamageDealerComponent::OnDamageAttempt' has a wrong offset!"); \ +static_assert(offsetof(UDamageDealerComponent, DamageConfigTable) == 0x000140, "Member 'UDamageDealerComponent::DamageConfigTable' has a wrong offset!"); \ +static_assert(offsetof(UDamageDealerComponent, DefaultDamageConfig) == 0x000190, "Member 'UDamageDealerComponent::DefaultDamageConfig' has a wrong offset!"); \ +static_assert(offsetof(UDamageDealerComponent, ActiveDamageData) == 0x000198, "Member 'UDamageDealerComponent::ActiveDamageData' has a wrong offset!"); \ +static_assert(offsetof(UDamageDealerComponent, LastPlayedAnimation) == 0x0001E8, "Member 'UDamageDealerComponent::LastPlayedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UDamageDealerComponent, MultihitIndex) == 0x000210, "Member 'UDamageDealerComponent::MultihitIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoHideWidget_GetInitialVisibility \ +static_assert(alignof(AutoHideWidget_GetInitialVisibility) == 0x000001, "Wrong alignment on AutoHideWidget_GetInitialVisibility"); \ +static_assert(sizeof(AutoHideWidget_GetInitialVisibility) == 0x000001, "Wrong size on AutoHideWidget_GetInitialVisibility"); \ +static_assert(offsetof(AutoHideWidget_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'AutoHideWidget_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoHideWidget_ShouldBeVisible \ +static_assert(alignof(AutoHideWidget_ShouldBeVisible) == 0x000001, "Wrong alignment on AutoHideWidget_ShouldBeVisible"); \ +static_assert(sizeof(AutoHideWidget_ShouldBeVisible) == 0x000001, "Wrong size on AutoHideWidget_ShouldBeVisible"); \ +static_assert(offsetof(AutoHideWidget_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'AutoHideWidget_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAutoHideWidget \ +static_assert(alignof(IAutoHideWidget) == 0x000001, "Wrong alignment on IAutoHideWidget"); \ +static_assert(sizeof(IAutoHideWidget) == 0x000001, "Wrong size on IAutoHideWidget"); \ + +#define DUMPER7_ASSERTS_DamageEventHandler_HandleDamageEvent \ +static_assert(alignof(DamageEventHandler_HandleDamageEvent) == 0x000008, "Wrong alignment on DamageEventHandler_HandleDamageEvent"); \ +static_assert(sizeof(DamageEventHandler_HandleDamageEvent) == 0x000118, "Wrong size on DamageEventHandler_HandleDamageEvent"); \ +static_assert(offsetof(DamageEventHandler_HandleDamageEvent, DamageEvent) == 0x000000, "Member 'DamageEventHandler_HandleDamageEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DamageEventHandler_HandleDamageEvent, ReturnValue) == 0x000110, "Member 'DamageEventHandler_HandleDamageEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDamageEventHandler \ +static_assert(alignof(IDamageEventHandler) == 0x000001, "Wrong alignment on IDamageEventHandler"); \ +static_assert(sizeof(IDamageEventHandler) == 0x000001, "Wrong size on IDamageEventHandler"); \ + +#define DUMPER7_ASSERTS_UDamageMaterialHitResponseData \ +static_assert(alignof(UDamageMaterialHitResponseData) == 0x000008, "Wrong alignment on UDamageMaterialHitResponseData"); \ +static_assert(sizeof(UDamageMaterialHitResponseData) == 0x000080, "Wrong size on UDamageMaterialHitResponseData"); \ +static_assert(offsetof(UDamageMaterialHitResponseData, HitResponseConfig) == 0x000030, "Member 'UDamageMaterialHitResponseData::HitResponseConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_ClearGroupHitActors \ +static_assert(alignof(HitboxManagerComponent_ClearGroupHitActors) == 0x000004, "Wrong alignment on HitboxManagerComponent_ClearGroupHitActors"); \ +static_assert(sizeof(HitboxManagerComponent_ClearGroupHitActors) == 0x000008, "Wrong size on HitboxManagerComponent_ClearGroupHitActors"); \ +static_assert(offsetof(HitboxManagerComponent_ClearGroupHitActors, Group) == 0x000000, "Member 'HitboxManagerComponent_ClearGroupHitActors::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_DisableHitboxGroup \ +static_assert(alignof(HitboxManagerComponent_DisableHitboxGroup) == 0x000008, "Wrong alignment on HitboxManagerComponent_DisableHitboxGroup"); \ +static_assert(sizeof(HitboxManagerComponent_DisableHitboxGroup) == 0x000018, "Wrong size on HitboxManagerComponent_DisableHitboxGroup"); \ +static_assert(offsetof(HitboxManagerComponent_DisableHitboxGroup, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_DisableHitboxGroup::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_DisableHitboxGroup, Dealer) == 0x000008, "Member 'HitboxManagerComponent_DisableHitboxGroup::Dealer' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_DisableHitboxGroup, ReturnValue) == 0x000010, "Member 'HitboxManagerComponent_DisableHitboxGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_EnableHitboxGroup \ +static_assert(alignof(HitboxManagerComponent_EnableHitboxGroup) == 0x000008, "Wrong alignment on HitboxManagerComponent_EnableHitboxGroup"); \ +static_assert(sizeof(HitboxManagerComponent_EnableHitboxGroup) == 0x000018, "Wrong size on HitboxManagerComponent_EnableHitboxGroup"); \ +static_assert(offsetof(HitboxManagerComponent_EnableHitboxGroup, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_EnableHitboxGroup::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_EnableHitboxGroup, Dealer) == 0x000008, "Member 'HitboxManagerComponent_EnableHitboxGroup::Dealer' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_EnableHitboxGroup, ReturnValue) == 0x000010, "Member 'HitboxManagerComponent_EnableHitboxGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_GetGroupRootTransform \ +static_assert(alignof(HitboxManagerComponent_GetGroupRootTransform) == 0x000010, "Wrong alignment on HitboxManagerComponent_GetGroupRootTransform"); \ +static_assert(sizeof(HitboxManagerComponent_GetGroupRootTransform) == 0x000040, "Wrong size on HitboxManagerComponent_GetGroupRootTransform"); \ +static_assert(offsetof(HitboxManagerComponent_GetGroupRootTransform, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_GetGroupRootTransform::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_GetGroupRootTransform, ReturnValue) == 0x000010, "Member 'HitboxManagerComponent_GetGroupRootTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_HasActiveHitbox \ +static_assert(alignof(HitboxManagerComponent_HasActiveHitbox) == 0x000001, "Wrong alignment on HitboxManagerComponent_HasActiveHitbox"); \ +static_assert(sizeof(HitboxManagerComponent_HasActiveHitbox) == 0x000001, "Wrong size on HitboxManagerComponent_HasActiveHitbox"); \ +static_assert(offsetof(HitboxManagerComponent_HasActiveHitbox, ReturnValue) == 0x000000, "Member 'HitboxManagerComponent_HasActiveHitbox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_HasHitboxGroup \ +static_assert(alignof(HitboxManagerComponent_HasHitboxGroup) == 0x000004, "Wrong alignment on HitboxManagerComponent_HasHitboxGroup"); \ +static_assert(sizeof(HitboxManagerComponent_HasHitboxGroup) == 0x00000C, "Wrong size on HitboxManagerComponent_HasHitboxGroup"); \ +static_assert(offsetof(HitboxManagerComponent_HasHitboxGroup, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_HasHitboxGroup::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_HasHitboxGroup, ReturnValue) == 0x000008, "Member 'HitboxManagerComponent_HasHitboxGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_MarkHitboxGroupWithHit \ +static_assert(alignof(HitboxManagerComponent_MarkHitboxGroupWithHit) == 0x000008, "Wrong alignment on HitboxManagerComponent_MarkHitboxGroupWithHit"); \ +static_assert(sizeof(HitboxManagerComponent_MarkHitboxGroupWithHit) == 0x000020, "Wrong size on HitboxManagerComponent_MarkHitboxGroupWithHit"); \ +static_assert(offsetof(HitboxManagerComponent_MarkHitboxGroupWithHit, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_MarkHitboxGroupWithHit::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_MarkHitboxGroupWithHit, HitActor) == 0x000008, "Member 'HitboxManagerComponent_MarkHitboxGroupWithHit::HitActor' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_MarkHitboxGroupWithHit, Dealer) == 0x000010, "Member 'HitboxManagerComponent_MarkHitboxGroupWithHit::Dealer' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_MarkHitboxGroupWithHit, MarkOnParent) == 0x000018, "Member 'HitboxManagerComponent_MarkHitboxGroupWithHit::MarkOnParent' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_MarkHitboxGroupWithHit, MarkOnChildren) == 0x000019, "Member 'HitboxManagerComponent_MarkHitboxGroupWithHit::MarkOnChildren' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_MarkHitboxGroupWithHit, ReturnValue) == 0x00001A, "Member 'HitboxManagerComponent_MarkHitboxGroupWithHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_OnHitboxGroupBeginOverlap \ +static_assert(alignof(HitboxManagerComponent_OnHitboxGroupBeginOverlap) == 0x000008, "Wrong alignment on HitboxManagerComponent_OnHitboxGroupBeginOverlap"); \ +static_assert(sizeof(HitboxManagerComponent_OnHitboxGroupBeginOverlap) == 0x0000A8, "Wrong size on HitboxManagerComponent_OnHitboxGroupBeginOverlap"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupBeginOverlap, OverlappedComponent) == 0x000000, "Member 'HitboxManagerComponent_OnHitboxGroupBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupBeginOverlap, OtherActor) == 0x000008, "Member 'HitboxManagerComponent_OnHitboxGroupBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupBeginOverlap, OtherComp) == 0x000010, "Member 'HitboxManagerComponent_OnHitboxGroupBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'HitboxManagerComponent_OnHitboxGroupBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupBeginOverlap, bFromSweep) == 0x00001C, "Member 'HitboxManagerComponent_OnHitboxGroupBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupBeginOverlap, SweepResult) == 0x000020, "Member 'HitboxManagerComponent_OnHitboxGroupBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_OnHitboxGroupHit \ +static_assert(alignof(HitboxManagerComponent_OnHitboxGroupHit) == 0x000008, "Wrong alignment on HitboxManagerComponent_OnHitboxGroupHit"); \ +static_assert(sizeof(HitboxManagerComponent_OnHitboxGroupHit) == 0x0000B0, "Wrong size on HitboxManagerComponent_OnHitboxGroupHit"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupHit, HitComponent) == 0x000000, "Member 'HitboxManagerComponent_OnHitboxGroupHit::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupHit, OtherActor) == 0x000008, "Member 'HitboxManagerComponent_OnHitboxGroupHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupHit, OtherComp) == 0x000010, "Member 'HitboxManagerComponent_OnHitboxGroupHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupHit, NormalImpulse) == 0x000018, "Member 'HitboxManagerComponent_OnHitboxGroupHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_OnHitboxGroupHit, Hit) == 0x000024, "Member 'HitboxManagerComponent_OnHitboxGroupHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_RegisterNewHitboxGroup \ +static_assert(alignof(HitboxManagerComponent_RegisterNewHitboxGroup) == 0x000008, "Wrong alignment on HitboxManagerComponent_RegisterNewHitboxGroup"); \ +static_assert(sizeof(HitboxManagerComponent_RegisterNewHitboxGroup) == 0x000098, "Wrong size on HitboxManagerComponent_RegisterNewHitboxGroup"); \ +static_assert(offsetof(HitboxManagerComponent_RegisterNewHitboxGroup, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_RegisterNewHitboxGroup::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HitboxManagerComponent_RegisterNewHitboxGroup, Group) == 0x000008, "Member 'HitboxManagerComponent_RegisterNewHitboxGroup::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitboxManagerComponent_UnregisterHitboxGroup \ +static_assert(alignof(HitboxManagerComponent_UnregisterHitboxGroup) == 0x000004, "Wrong alignment on HitboxManagerComponent_UnregisterHitboxGroup"); \ +static_assert(sizeof(HitboxManagerComponent_UnregisterHitboxGroup) == 0x000008, "Wrong size on HitboxManagerComponent_UnregisterHitboxGroup"); \ +static_assert(offsetof(HitboxManagerComponent_UnregisterHitboxGroup, GroupTag) == 0x000000, "Member 'HitboxManagerComponent_UnregisterHitboxGroup::GroupTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHitboxManagerComponent \ +static_assert(alignof(UHitboxManagerComponent) == 0x000008, "Wrong alignment on UHitboxManagerComponent"); \ +static_assert(sizeof(UHitboxManagerComponent) == 0x000110, "Wrong size on UHitboxManagerComponent"); \ +static_assert(offsetof(UHitboxManagerComponent, HitboxGroups) == 0x0000B0, "Member 'UHitboxManagerComponent::HitboxGroups' has a wrong offset!"); \ +static_assert(offsetof(UHitboxManagerComponent, BoundDealerIDs) == 0x000100, "Member 'UHitboxManagerComponent::BoundDealerIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageOverTimeComponent_SetEnabled \ +static_assert(alignof(DamageOverTimeComponent_SetEnabled) == 0x000001, "Wrong alignment on DamageOverTimeComponent_SetEnabled"); \ +static_assert(sizeof(DamageOverTimeComponent_SetEnabled) == 0x000001, "Wrong size on DamageOverTimeComponent_SetEnabled"); \ +static_assert(offsetof(DamageOverTimeComponent_SetEnabled, Enabled) == 0x000000, "Member 'DamageOverTimeComponent_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DamageOverTimeComponent_GetEnabled \ +static_assert(alignof(DamageOverTimeComponent_GetEnabled) == 0x000001, "Wrong alignment on DamageOverTimeComponent_GetEnabled"); \ +static_assert(sizeof(DamageOverTimeComponent_GetEnabled) == 0x000001, "Wrong size on DamageOverTimeComponent_GetEnabled"); \ +static_assert(offsetof(DamageOverTimeComponent_GetEnabled, ReturnValue) == 0x000000, "Member 'DamageOverTimeComponent_GetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageOverTimeComponent \ +static_assert(alignof(UDamageOverTimeComponent) == 0x000008, "Wrong alignment on UDamageOverTimeComponent"); \ +static_assert(sizeof(UDamageOverTimeComponent) == 0x0000E8, "Wrong size on UDamageOverTimeComponent"); \ +static_assert(offsetof(UDamageOverTimeComponent, StartEnabled) == 0x0000B0, "Member 'UDamageOverTimeComponent::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, TickRate) == 0x0000B4, "Member 'UDamageOverTimeComponent::TickRate' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, DamageConfig) == 0x0000B8, "Member 'UDamageOverTimeComponent::DamageConfig' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, ShouldBypassInvulnerability) == 0x0000C0, "Member 'UDamageOverTimeComponent::ShouldBypassInvulnerability' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, EnableDelay) == 0x0000C4, "Member 'UDamageOverTimeComponent::EnableDelay' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, AutoEnableOnFloorType) == 0x0000C8, "Member 'UDamageOverTimeComponent::AutoEnableOnFloorType' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, AutoEnableFloorType) == 0x0000C9, "Member 'UDamageOverTimeComponent::AutoEnableFloorType' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, IsEnabled) == 0x0000CA, "Member 'UDamageOverTimeComponent::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, IsOnFloorType) == 0x0000CB, "Member 'UDamageOverTimeComponent::IsOnFloorType' has a wrong offset!"); \ +static_assert(offsetof(UDamageOverTimeComponent, Damageable) == 0x0000D0, "Member 'UDamageOverTimeComponent::Damageable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningComponent_SetRadius \ +static_assert(alignof(DeadzoneCleaningComponent_SetRadius) == 0x000004, "Wrong alignment on DeadzoneCleaningComponent_SetRadius"); \ +static_assert(sizeof(DeadzoneCleaningComponent_SetRadius) == 0x000004, "Wrong size on DeadzoneCleaningComponent_SetRadius"); \ +static_assert(offsetof(DeadzoneCleaningComponent_SetRadius, Radius) == 0x000000, "Member 'DeadzoneCleaningComponent_SetRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningComponent_SetRadiusPercent \ +static_assert(alignof(DeadzoneCleaningComponent_SetRadiusPercent) == 0x000004, "Wrong alignment on DeadzoneCleaningComponent_SetRadiusPercent"); \ +static_assert(sizeof(DeadzoneCleaningComponent_SetRadiusPercent) == 0x000004, "Wrong size on DeadzoneCleaningComponent_SetRadiusPercent"); \ +static_assert(offsetof(DeadzoneCleaningComponent_SetRadiusPercent, Percent) == 0x000000, "Member 'DeadzoneCleaningComponent_SetRadiusPercent::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningComponent_SetRadiusWithComponent \ +static_assert(alignof(DeadzoneCleaningComponent_SetRadiusWithComponent) == 0x000008, "Wrong alignment on DeadzoneCleaningComponent_SetRadiusWithComponent"); \ +static_assert(sizeof(DeadzoneCleaningComponent_SetRadiusWithComponent) == 0x000010, "Wrong size on DeadzoneCleaningComponent_SetRadiusWithComponent"); \ +static_assert(offsetof(DeadzoneCleaningComponent_SetRadiusWithComponent, Component) == 0x000000, "Member 'DeadzoneCleaningComponent_SetRadiusWithComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(DeadzoneCleaningComponent_SetRadiusWithComponent, Multiplier) == 0x000008, "Member 'DeadzoneCleaningComponent_SetRadiusWithComponent::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeadzoneCleaningComponent \ +static_assert(alignof(UDeadzoneCleaningComponent) == 0x000010, "Wrong alignment on UDeadzoneCleaningComponent"); \ +static_assert(sizeof(UDeadzoneCleaningComponent) == 0x0005E0, "Wrong size on UDeadzoneCleaningComponent"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, OnGrowComplete) == 0x0004E0, "Member 'UDeadzoneCleaningComponent::OnGrowComplete' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, HasGrown) == 0x0004F0, "Member 'UDeadzoneCleaningComponent::HasGrown' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, Mode) == 0x0004F1, "Member 'UDeadzoneCleaningComponent::Mode' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, MaxRadius) == 0x0004F4, "Member 'UDeadzoneCleaningComponent::MaxRadius' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, GrowDuration) == 0x0004F8, "Member 'UDeadzoneCleaningComponent::GrowDuration' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, GrowStartTime) == 0x0004FC, "Member 'UDeadzoneCleaningComponent::GrowStartTime' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, Color) == 0x000500, "Member 'UDeadzoneCleaningComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, DoesFadeOnCompletion) == 0x000510, "Member 'UDeadzoneCleaningComponent::DoesFadeOnCompletion' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, AlphaFade) == 0x000518, "Member 'UDeadzoneCleaningComponent::AlphaFade' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, FadeDuration) == 0x0005A0, "Member 'UDeadzoneCleaningComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, FadeStartTime) == 0x0005A4, "Member 'UDeadzoneCleaningComponent::FadeStartTime' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, IsGrowing) == 0x0005A8, "Member 'UDeadzoneCleaningComponent::IsGrowing' has a wrong offset!"); \ +static_assert(offsetof(UDeadzoneCleaningComponent, IsFading) == 0x0005AC, "Member 'UDeadzoneCleaningComponent::IsFading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningSphere_HandleRadiusChanged \ +static_assert(alignof(DeadzoneCleaningSphere_HandleRadiusChanged) == 0x000004, "Wrong alignment on DeadzoneCleaningSphere_HandleRadiusChanged"); \ +static_assert(sizeof(DeadzoneCleaningSphere_HandleRadiusChanged) == 0x000004, "Wrong size on DeadzoneCleaningSphere_HandleRadiusChanged"); \ +static_assert(offsetof(DeadzoneCleaningSphere_HandleRadiusChanged, Radius) == 0x000000, "Member 'DeadzoneCleaningSphere_HandleRadiusChanged::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningSphere_T_Grow \ +static_assert(alignof(DeadzoneCleaningSphere_T_Grow) == 0x000008, "Wrong alignment on DeadzoneCleaningSphere_T_Grow"); \ +static_assert(sizeof(DeadzoneCleaningSphere_T_Grow) == 0x000008, "Wrong size on DeadzoneCleaningSphere_T_Grow"); \ +static_assert(offsetof(DeadzoneCleaningSphere_T_Grow, Params_0) == 0x000000, "Member 'DeadzoneCleaningSphere_T_Grow::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningSphere_TweenToRadius \ +static_assert(alignof(DeadzoneCleaningSphere_TweenToRadius) == 0x000004, "Wrong alignment on DeadzoneCleaningSphere_TweenToRadius"); \ +static_assert(sizeof(DeadzoneCleaningSphere_TweenToRadius) == 0x000004, "Wrong size on DeadzoneCleaningSphere_TweenToRadius"); \ +static_assert(offsetof(DeadzoneCleaningSphere_TweenToRadius, NewMaxRadius) == 0x000000, "Member 'DeadzoneCleaningSphere_TweenToRadius::NewMaxRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneCleaningSphere_WatchedValueChanged \ +static_assert(alignof(DeadzoneCleaningSphere_WatchedValueChanged) == 0x000004, "Wrong alignment on DeadzoneCleaningSphere_WatchedValueChanged"); \ +static_assert(sizeof(DeadzoneCleaningSphere_WatchedValueChanged) == 0x000010, "Wrong size on DeadzoneCleaningSphere_WatchedValueChanged"); \ +static_assert(offsetof(DeadzoneCleaningSphere_WatchedValueChanged, Context) == 0x000000, "Member 'DeadzoneCleaningSphere_WatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(DeadzoneCleaningSphere_WatchedValueChanged, KeyName) == 0x000004, "Member 'DeadzoneCleaningSphere_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(DeadzoneCleaningSphere_WatchedValueChanged, Value) == 0x00000C, "Member 'DeadzoneCleaningSphere_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzoneCleaningSphere \ +static_assert(alignof(ADeadzoneCleaningSphere) == 0x000010, "Wrong alignment on ADeadzoneCleaningSphere"); \ +static_assert(sizeof(ADeadzoneCleaningSphere) == 0x0002C0, "Wrong size on ADeadzoneCleaningSphere"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, OnGrowEnd) == 0x000228, "Member 'ADeadzoneCleaningSphere::OnGrowEnd' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, SphereComponent) == 0x000238, "Member 'ADeadzoneCleaningSphere::SphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, SaveGameComponent) == 0x000240, "Member 'ADeadzoneCleaningSphere::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, PDSWatchComponent) == 0x000248, "Member 'ADeadzoneCleaningSphere::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, TriggerNodeComponent) == 0x000250, "Member 'ADeadzoneCleaningSphere::TriggerNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, HasGrown) == 0x000258, "Member 'ADeadzoneCleaningSphere::HasGrown' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, MaxRadius) == 0x00025C, "Member 'ADeadzoneCleaningSphere::MaxRadius' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, GrowSpeed) == 0x000260, "Member 'ADeadzoneCleaningSphere::GrowSpeed' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, GrowDuration) == 0x000264, "Member 'ADeadzoneCleaningSphere::GrowDuration' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, PDSCondition) == 0x000268, "Member 'ADeadzoneCleaningSphere::PDSCondition' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, PDSDelay) == 0x000278, "Member 'ADeadzoneCleaningSphere::PDSDelay' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneCleaningSphere, ClipPlanes) == 0x0002A0, "Member 'ADeadzoneCleaningSphere::ClipPlanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecayDamageable_TakeDecayDamage \ +static_assert(alignof(DecayDamageable_TakeDecayDamage) == 0x000001, "Wrong alignment on DecayDamageable_TakeDecayDamage"); \ +static_assert(sizeof(DecayDamageable_TakeDecayDamage) == 0x000001, "Wrong size on DecayDamageable_TakeDecayDamage"); \ +static_assert(offsetof(DecayDamageable_TakeDecayDamage, ReturnValue) == 0x000000, "Member 'DecayDamageable_TakeDecayDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDecayDamageable \ +static_assert(alignof(IDecayDamageable) == 0x000001, "Wrong alignment on IDecayDamageable"); \ +static_assert(sizeof(IDecayDamageable) == 0x000001, "Wrong size on IDecayDamageable"); \ + +#define DUMPER7_ASSERTS_ADeadzoneClipPlane \ +static_assert(alignof(ADeadzoneClipPlane) == 0x000008, "Wrong alignment on ADeadzoneClipPlane"); \ +static_assert(sizeof(ADeadzoneClipPlane) == 0x000230, "Wrong size on ADeadzoneClipPlane"); \ +static_assert(offsetof(ADeadzoneClipPlane, ArrowComponent) == 0x000228, "Member 'ADeadzoneClipPlane::ArrowComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneManager_IsInsideCleanedArea \ +static_assert(alignof(DeadzoneManager_IsInsideCleanedArea) == 0x000004, "Wrong alignment on DeadzoneManager_IsInsideCleanedArea"); \ +static_assert(sizeof(DeadzoneManager_IsInsideCleanedArea) == 0x000010, "Wrong size on DeadzoneManager_IsInsideCleanedArea"); \ +static_assert(offsetof(DeadzoneManager_IsInsideCleanedArea, Point) == 0x000000, "Member 'DeadzoneManager_IsInsideCleanedArea::Point' has a wrong offset!"); \ +static_assert(offsetof(DeadzoneManager_IsInsideCleanedArea, ReturnValue) == 0x00000C, "Member 'DeadzoneManager_IsInsideCleanedArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzoneManager \ +static_assert(alignof(ADeadzoneManager) == 0x000008, "Wrong alignment on ADeadzoneManager"); \ +static_assert(sizeof(ADeadzoneManager) == 0x0002E0, "Wrong size on ADeadzoneManager"); \ +static_assert(offsetof(ADeadzoneManager, DeadzoneMaskRendererClass) == 0x000228, "Member 'ADeadzoneManager::DeadzoneMaskRendererClass' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneManager, DeadzoneMaskRenderer) == 0x000230, "Member 'ADeadzoneManager::DeadzoneMaskRenderer' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneManager, CleanedObjectType) == 0x000238, "Member 'ADeadzoneManager::CleanedObjectType' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneManager, TraceType) == 0x000239, "Member 'ADeadzoneManager::TraceType' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneManager, CanDeadzoneRespawn) == 0x00023A, "Member 'ADeadzoneManager::CanDeadzoneRespawn' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneManager, RespawnTime) == 0x00023C, "Member 'ADeadzoneManager::RespawnTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzoneMaskRenderer \ +static_assert(alignof(ADeadzoneMaskRenderer) == 0x000008, "Wrong alignment on ADeadzoneMaskRenderer"); \ +static_assert(sizeof(ADeadzoneMaskRenderer) == 0x000250, "Wrong size on ADeadzoneMaskRenderer"); \ +static_assert(offsetof(ADeadzoneMaskRenderer, SmallMaskRadius) == 0x000228, "Member 'ADeadzoneMaskRenderer::SmallMaskRadius' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneMaskRenderer, LargeMaskRadius) == 0x00022C, "Member 'ADeadzoneMaskRenderer::LargeMaskRadius' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneMaskRenderer, SmallRenderTarget) == 0x000230, "Member 'ADeadzoneMaskRenderer::SmallRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneMaskRenderer, LargeRenderTarget) == 0x000238, "Member 'ADeadzoneMaskRenderer::LargeRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneMaskRenderer, NoiseTexture) == 0x000240, "Member 'ADeadzoneMaskRenderer::NoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneMaskRenderer, MPCGameData) == 0x000248, "Member 'ADeadzoneMaskRenderer::MPCGameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzonePreviewer \ +static_assert(alignof(ADeadzonePreviewer) == 0x000008, "Wrong alignment on ADeadzonePreviewer"); \ +static_assert(sizeof(ADeadzonePreviewer) == 0x000230, "Wrong size on ADeadzonePreviewer"); \ +static_assert(offsetof(ADeadzonePreviewer, DeadzoneMaskRendererClass) == 0x000228, "Member 'ADeadzonePreviewer::DeadzoneMaskRendererClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneTweenActor_OnTweenFinished \ +static_assert(alignof(DeadzoneTweenActor_OnTweenFinished) == 0x000001, "Wrong alignment on DeadzoneTweenActor_OnTweenFinished"); \ +static_assert(sizeof(DeadzoneTweenActor_OnTweenFinished) == 0x000001, "Wrong size on DeadzoneTweenActor_OnTweenFinished"); \ +static_assert(offsetof(DeadzoneTweenActor_OnTweenFinished, PlaybackPosition) == 0x000000, "Member 'DeadzoneTweenActor_OnTweenFinished::PlaybackPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzoneTweenActor \ +static_assert(alignof(ADeadzoneTweenActor) == 0x000008, "Wrong alignment on ADeadzoneTweenActor"); \ +static_assert(sizeof(ADeadzoneTweenActor) == 0x000238, "Wrong size on ADeadzoneTweenActor"); \ +static_assert(offsetof(ADeadzoneTweenActor, ParameterTween) == 0x000228, "Member 'ADeadzoneTweenActor::ParameterTween' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenActor, DisableWhenCleaned) == 0x000230, "Member 'ADeadzoneTweenActor::DisableWhenCleaned' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenActor, SkipTweenActorMapCheck) == 0x000231, "Member 'ADeadzoneTweenActor::SkipTweenActorMapCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeadzoneTweenGroupComponent \ +static_assert(alignof(UDeadzoneTweenGroupComponent) == 0x000008, "Wrong alignment on UDeadzoneTweenGroupComponent"); \ +static_assert(sizeof(UDeadzoneTweenGroupComponent) == 0x0000B0, "Wrong size on UDeadzoneTweenGroupComponent"); \ + +#define DUMPER7_ASSERTS_Cutscene_IsPlaying \ +static_assert(alignof(Cutscene_IsPlaying) == 0x000001, "Wrong alignment on Cutscene_IsPlaying"); \ +static_assert(sizeof(Cutscene_IsPlaying) == 0x000001, "Wrong size on Cutscene_IsPlaying"); \ +static_assert(offsetof(Cutscene_IsPlaying, ReturnValue) == 0x000000, "Member 'Cutscene_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Cutscene_IsSkippable \ +static_assert(alignof(Cutscene_IsSkippable) == 0x000001, "Wrong alignment on Cutscene_IsSkippable"); \ +static_assert(sizeof(Cutscene_IsSkippable) == 0x000001, "Wrong size on Cutscene_IsSkippable"); \ +static_assert(offsetof(Cutscene_IsSkippable, ReturnValue) == 0x000000, "Member 'Cutscene_IsSkippable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICutscene \ +static_assert(alignof(ICutscene) == 0x000001, "Wrong alignment on ICutscene"); \ +static_assert(sizeof(ICutscene) == 0x000001, "Wrong size on ICutscene"); \ + +#define DUMPER7_ASSERTS_DeadzoneTweenGroup_OnWatchedValueChanged \ +static_assert(alignof(DeadzoneTweenGroup_OnWatchedValueChanged) == 0x000004, "Wrong alignment on DeadzoneTweenGroup_OnWatchedValueChanged"); \ +static_assert(sizeof(DeadzoneTweenGroup_OnWatchedValueChanged) == 0x000010, "Wrong size on DeadzoneTweenGroup_OnWatchedValueChanged"); \ +static_assert(offsetof(DeadzoneTweenGroup_OnWatchedValueChanged, Context) == 0x000000, "Member 'DeadzoneTweenGroup_OnWatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(DeadzoneTweenGroup_OnWatchedValueChanged, KeyName) == 0x000004, "Member 'DeadzoneTweenGroup_OnWatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(DeadzoneTweenGroup_OnWatchedValueChanged, Value) == 0x00000C, "Member 'DeadzoneTweenGroup_OnWatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneTweenGroup_PostLoadGame \ +static_assert(alignof(DeadzoneTweenGroup_PostLoadGame) == 0x000008, "Wrong alignment on DeadzoneTweenGroup_PostLoadGame"); \ +static_assert(sizeof(DeadzoneTweenGroup_PostLoadGame) == 0x000008, "Wrong size on DeadzoneTweenGroup_PostLoadGame"); \ +static_assert(offsetof(DeadzoneTweenGroup_PostLoadGame, SaveGameVariables) == 0x000000, "Member 'DeadzoneTweenGroup_PostLoadGame::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzoneTweenGroup \ +static_assert(alignof(ADeadzoneTweenGroup) == 0x000008, "Wrong alignment on ADeadzoneTweenGroup"); \ +static_assert(sizeof(ADeadzoneTweenGroup) == 0x000268, "Wrong size on ADeadzoneTweenGroup"); \ +static_assert(offsetof(ADeadzoneTweenGroup, TweenActorDefs) == 0x000228, "Member 'ADeadzoneTweenGroup::TweenActorDefs' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenGroup, PDSCondition) == 0x000238, "Member 'ADeadzoneTweenGroup::PDSCondition' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenGroup, TextRenderComponent) == 0x000248, "Member 'ADeadzoneTweenGroup::TextRenderComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenGroup, PDSWatchComponent) == 0x000250, "Member 'ADeadzoneTweenGroup::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenGroup, SaveGameComponent) == 0x000258, "Member 'ADeadzoneTweenGroup::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ADeadzoneTweenGroup, PDSManager) == 0x000260, "Member 'ADeadzoneTweenGroup::PDSManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADeadzoneWall \ +static_assert(alignof(ADeadzoneWall) == 0x000008, "Wrong alignment on ADeadzoneWall"); \ +static_assert(sizeof(ADeadzoneWall) == 0x000238, "Wrong size on ADeadzoneWall"); \ +static_assert(offsetof(ADeadzoneWall, TeamID) == 0x000230, "Member 'ADeadzoneWall::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHitResponseDataProvider \ +static_assert(alignof(IHitResponseDataProvider) == 0x000001, "Wrong alignment on IHitResponseDataProvider"); \ +static_assert(sizeof(IHitResponseDataProvider) == 0x000001, "Wrong size on IHitResponseDataProvider"); \ + +#define DUMPER7_ASSERTS_UDealDamageState \ +static_assert(alignof(UDealDamageState) == 0x000008, "Wrong alignment on UDealDamageState"); \ +static_assert(sizeof(UDealDamageState) == 0x000038, "Wrong size on UDealDamageState"); \ +static_assert(offsetof(UDealDamageState, DamageSource) == 0x000030, "Member 'UDealDamageState::DamageSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGrabActorState \ +static_assert(alignof(UGrabActorState) == 0x000008, "Wrong alignment on UGrabActorState"); \ +static_assert(sizeof(UGrabActorState) == 0x000048, "Wrong size on UGrabActorState"); \ +static_assert(offsetof(UGrabActorState, GrabLookup) == 0x000030, "Member 'UGrabActorState::GrabLookup' has a wrong offset!"); \ +static_assert(offsetof(UGrabActorState, RotateActorToComponent) == 0x000038, "Member 'UGrabActorState::RotateActorToComponent' has a wrong offset!"); \ +static_assert(offsetof(UGrabActorState, UseAnimationPosition) == 0x000039, "Member 'UGrabActorState::UseAnimationPosition' has a wrong offset!"); \ +static_assert(offsetof(UGrabActorState, ReleaseOnEnd) == 0x00003A, "Member 'UGrabActorState::ReleaseOnEnd' has a wrong offset!"); \ +static_assert(offsetof(UGrabActorState, TargetRelativeOffset) == 0x00003C, "Member 'UGrabActorState::TargetRelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Edible_HandleEaten \ +static_assert(alignof(Edible_HandleEaten) == 0x000008, "Wrong alignment on Edible_HandleEaten"); \ +static_assert(sizeof(Edible_HandleEaten) == 0x000010, "Wrong size on Edible_HandleEaten"); \ +static_assert(offsetof(Edible_HandleEaten, Instigator) == 0x000000, "Member 'Edible_HandleEaten::Instigator' has a wrong offset!"); \ +static_assert(offsetof(Edible_HandleEaten, Causer) == 0x000008, "Member 'Edible_HandleEaten::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Edible_HandleUneaten \ +static_assert(alignof(Edible_HandleUneaten) == 0x000008, "Wrong alignment on Edible_HandleUneaten"); \ +static_assert(sizeof(Edible_HandleUneaten) == 0x000010, "Wrong size on Edible_HandleUneaten"); \ +static_assert(offsetof(Edible_HandleUneaten, Instigator) == 0x000000, "Member 'Edible_HandleUneaten::Instigator' has a wrong offset!"); \ +static_assert(offsetof(Edible_HandleUneaten, Causer) == 0x000008, "Member 'Edible_HandleUneaten::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Edible_CanBeEaten \ +static_assert(alignof(Edible_CanBeEaten) == 0x000001, "Wrong alignment on Edible_CanBeEaten"); \ +static_assert(sizeof(Edible_CanBeEaten) == 0x000001, "Wrong size on Edible_CanBeEaten"); \ +static_assert(offsetof(Edible_CanBeEaten, ReturnValue) == 0x000000, "Member 'Edible_CanBeEaten::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEdible \ +static_assert(alignof(IEdible) == 0x000001, "Wrong alignment on IEdible"); \ +static_assert(sizeof(IEdible) == 0x000001, "Wrong size on IEdible"); \ + +#define DUMPER7_ASSERTS_UManualGrabRelease \ +static_assert(alignof(UManualGrabRelease) == 0x000008, "Wrong alignment on UManualGrabRelease"); \ +static_assert(sizeof(UManualGrabRelease) == 0x000040, "Wrong size on UManualGrabRelease"); \ +static_assert(offsetof(UManualGrabRelease, GrabLookup) == 0x000038, "Member 'UManualGrabRelease::GrabLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageGrabTarget \ +static_assert(alignof(UDamageGrabTarget) == 0x000008, "Wrong alignment on UDamageGrabTarget"); \ +static_assert(sizeof(UDamageGrabTarget) == 0x000040, "Wrong size on UDamageGrabTarget"); \ +static_assert(offsetof(UDamageGrabTarget, GrabLookup) == 0x000038, "Member 'UDamageGrabTarget::GrabLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructableComponent_Construct \ +static_assert(alignof(ConstructableComponent_Construct) == 0x000010, "Wrong alignment on ConstructableComponent_Construct"); \ +static_assert(sizeof(ConstructableComponent_Construct) == 0x000030, "Wrong size on ConstructableComponent_Construct"); \ +static_assert(offsetof(ConstructableComponent_Construct, NewTransform) == 0x000000, "Member 'ConstructableComponent_Construct::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IConstructableComponent \ +static_assert(alignof(IConstructableComponent) == 0x000001, "Wrong alignment on IConstructableComponent"); \ +static_assert(sizeof(IConstructableComponent) == 0x000001, "Wrong size on IConstructableComponent"); \ + +#define DUMPER7_ASSERTS_UDealSelfDamageNotify \ +static_assert(alignof(UDealSelfDamageNotify) == 0x000008, "Wrong alignment on UDealSelfDamageNotify"); \ +static_assert(sizeof(UDealSelfDamageNotify) == 0x000048, "Wrong size on UDealSelfDamageNotify"); \ +static_assert(offsetof(UDealSelfDamageNotify, DamageConfigTag) == 0x000038, "Member 'UDealSelfDamageNotify::DamageConfigTag' has a wrong offset!"); \ +static_assert(offsetof(UDealSelfDamageNotify, UsePlayerAsInstigator) == 0x000040, "Member 'UDealSelfDamageNotify::UsePlayerAsInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapWidget_GetRegionInfo \ +static_assert(alignof(WorldMapWidget_GetRegionInfo) == 0x000004, "Wrong alignment on WorldMapWidget_GetRegionInfo"); \ +static_assert(sizeof(WorldMapWidget_GetRegionInfo) == 0x000020, "Wrong size on WorldMapWidget_GetRegionInfo"); \ +static_assert(offsetof(WorldMapWidget_GetRegionInfo, UVLocation) == 0x000000, "Member 'WorldMapWidget_GetRegionInfo::UVLocation' has a wrong offset!"); \ +static_assert(offsetof(WorldMapWidget_GetRegionInfo, OutRegion) == 0x000008, "Member 'WorldMapWidget_GetRegionInfo::OutRegion' has a wrong offset!"); \ +static_assert(offsetof(WorldMapWidget_GetRegionInfo, ReturnValue) == 0x00001C, "Member 'WorldMapWidget_GetRegionInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapWidget_SetTargetVector \ +static_assert(alignof(WorldMapWidget_SetTargetVector) == 0x000004, "Wrong alignment on WorldMapWidget_SetTargetVector"); \ +static_assert(sizeof(WorldMapWidget_SetTargetVector) == 0x00002C, "Wrong size on WorldMapWidget_SetTargetVector"); \ +static_assert(offsetof(WorldMapWidget_SetTargetVector, ChildIconLocation) == 0x000000, "Member 'WorldMapWidget_SetTargetVector::ChildIconLocation' has a wrong offset!"); \ +static_assert(offsetof(WorldMapWidget_SetTargetVector, WidgetTransform) == 0x000008, "Member 'WorldMapWidget_SetTargetVector::WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(WorldMapWidget_SetTargetVector, ReturnValue) == 0x000024, "Member 'WorldMapWidget_SetTargetVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapWidget_ShouldInitializeCentered \ +static_assert(alignof(WorldMapWidget_ShouldInitializeCentered) == 0x000001, "Wrong alignment on WorldMapWidget_ShouldInitializeCentered"); \ +static_assert(sizeof(WorldMapWidget_ShouldInitializeCentered) == 0x000001, "Wrong size on WorldMapWidget_ShouldInitializeCentered"); \ +static_assert(offsetof(WorldMapWidget_ShouldInitializeCentered, ReturnValue) == 0x000000, "Member 'WorldMapWidget_ShouldInitializeCentered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapWidget_ShowNotificationText \ +static_assert(alignof(WorldMapWidget_ShowNotificationText) == 0x000008, "Wrong alignment on WorldMapWidget_ShowNotificationText"); \ +static_assert(sizeof(WorldMapWidget_ShowNotificationText) == 0x000018, "Wrong size on WorldMapWidget_ShowNotificationText"); \ +static_assert(offsetof(WorldMapWidget_ShowNotificationText, Text) == 0x000000, "Member 'WorldMapWidget_ShowNotificationText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapWidget_IsFogOfWarDisabled \ +static_assert(alignof(WorldMapWidget_IsFogOfWarDisabled) == 0x000001, "Wrong alignment on WorldMapWidget_IsFogOfWarDisabled"); \ +static_assert(sizeof(WorldMapWidget_IsFogOfWarDisabled) == 0x000001, "Wrong size on WorldMapWidget_IsFogOfWarDisabled"); \ +static_assert(offsetof(WorldMapWidget_IsFogOfWarDisabled, ReturnValue) == 0x000000, "Member 'WorldMapWidget_IsFogOfWarDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMapWidget \ +static_assert(alignof(UWorldMapWidget) == 0x000008, "Wrong alignment on UWorldMapWidget"); \ +static_assert(sizeof(UWorldMapWidget) == 0x000340, "Wrong size on UWorldMapWidget"); \ +static_assert(offsetof(UWorldMapWidget, RegionPointerLocation) == 0x000260, "Member 'UWorldMapWidget::RegionPointerLocation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MapDimensions) == 0x000268, "Member 'UWorldMapWidget::MapDimensions' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MapPanExtents) == 0x000270, "Member 'UWorldMapWidget::MapPanExtents' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MaxZoom) == 0x000280, "Member 'UWorldMapWidget::MaxZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MinZoom) == 0x000284, "Member 'UWorldMapWidget::MinZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, DefaultZoom) == 0x000288, "Member 'UWorldMapWidget::DefaultZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, ZoomSpeed) == 0x00028C, "Member 'UWorldMapWidget::ZoomSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MouseWheelScrollZoomIncrement) == 0x000290, "Member 'UWorldMapWidget::MouseWheelScrollZoomIncrement' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, PanSpeed) == 0x000294, "Member 'UWorldMapWidget::PanSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MaxZoomPanSpeedMultiplier) == 0x000298, "Member 'UWorldMapWidget::MaxZoomPanSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, RegionMaskTexture) == 0x0002A0, "Member 'UWorldMapWidget::RegionMaskTexture' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, GlobalCanvas) == 0x0002A8, "Member 'UWorldMapWidget::GlobalCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, GamepadOnlyCanvas) == 0x0002B0, "Member 'UWorldMapWidget::GamepadOnlyCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, GamepadLocationText) == 0x0002B8, "Member 'UWorldMapWidget::GamepadLocationText' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, KBMOnlyCanvas) == 0x0002C0, "Member 'UWorldMapWidget::KBMOnlyCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MouseLocationText) == 0x0002C8, "Member 'UWorldMapWidget::MouseLocationText' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MapPOIOverlay) == 0x0002D0, "Member 'UWorldMapWidget::MapPOIOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, RegionMaskImage) == 0x0002D8, "Member 'UWorldMapWidget::RegionMaskImage' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, RegionProgressWidget) == 0x0002E0, "Member 'UWorldMapWidget::RegionProgressWidget' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, PlayerLocation) == 0x0002E8, "Member 'UWorldMapWidget::PlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, CurrentZoom) == 0x0002F0, "Member 'UWorldMapWidget::CurrentZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MaskTextureTexels) == 0x0002F8, "Member 'UWorldMapWidget::MaskTextureTexels' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, CurrentTranslation) == 0x000308, "Member 'UWorldMapWidget::CurrentTranslation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, ZoomAccumulator) == 0x000310, "Member 'UWorldMapWidget::ZoomAccumulator' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, MouseZoomAccumulator) == 0x000314, "Member 'UWorldMapWidget::MouseZoomAccumulator' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, TranslationAccumulator) == 0x000318, "Member 'UWorldMapWidget::TranslationAccumulator' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, SnapToPlayer) == 0x000320, "Member 'UWorldMapWidget::SnapToPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, WASDKeyState) == 0x000321, "Member 'UWorldMapWidget::WASDKeyState' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapWidget, LastMouseDownLocation) == 0x000324, "Member 'UWorldMapWidget::LastMouseDownLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeathEventHandler_HandleDeathEvent \ +static_assert(alignof(DeathEventHandler_HandleDeathEvent) == 0x000008, "Wrong alignment on DeathEventHandler_HandleDeathEvent"); \ +static_assert(sizeof(DeathEventHandler_HandleDeathEvent) == 0x000118, "Wrong size on DeathEventHandler_HandleDeathEvent"); \ +static_assert(offsetof(DeathEventHandler_HandleDeathEvent, DamageEvent) == 0x000000, "Member 'DeathEventHandler_HandleDeathEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(DeathEventHandler_HandleDeathEvent, ReturnValue) == 0x000110, "Member 'DeathEventHandler_HandleDeathEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDeathEventHandler \ +static_assert(alignof(IDeathEventHandler) == 0x000001, "Wrong alignment on IDeathEventHandler"); \ +static_assert(sizeof(IDeathEventHandler) == 0x000001, "Wrong size on IDeathEventHandler"); \ + +#define DUMPER7_ASSERTS_Grabbable_HandleGrab \ +static_assert(alignof(Grabbable_HandleGrab) == 0x000008, "Wrong alignment on Grabbable_HandleGrab"); \ +static_assert(sizeof(Grabbable_HandleGrab) == 0x000050, "Wrong size on Grabbable_HandleGrab"); \ +static_assert(offsetof(Grabbable_HandleGrab, GrabContext) == 0x000000, "Member 'Grabbable_HandleGrab::GrabContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Grabbable_HandleReleaseGrab \ +static_assert(alignof(Grabbable_HandleReleaseGrab) == 0x000008, "Wrong alignment on Grabbable_HandleReleaseGrab"); \ +static_assert(sizeof(Grabbable_HandleReleaseGrab) == 0x000050, "Wrong size on Grabbable_HandleReleaseGrab"); \ +static_assert(offsetof(Grabbable_HandleReleaseGrab, GrabContext) == 0x000000, "Member 'Grabbable_HandleReleaseGrab::GrabContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Grabbable_IsImmuneToGrab \ +static_assert(alignof(Grabbable_IsImmuneToGrab) == 0x000001, "Wrong alignment on Grabbable_IsImmuneToGrab"); \ +static_assert(sizeof(Grabbable_IsImmuneToGrab) == 0x000001, "Wrong size on Grabbable_IsImmuneToGrab"); \ +static_assert(offsetof(Grabbable_IsImmuneToGrab, ReturnValue) == 0x000000, "Member 'Grabbable_IsImmuneToGrab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGrabbable \ +static_assert(alignof(IGrabbable) == 0x000001, "Wrong alignment on IGrabbable"); \ +static_assert(sizeof(IGrabbable) == 0x000001, "Wrong size on IGrabbable"); \ + +#define DUMPER7_ASSERTS_UDebugMenu \ +static_assert(alignof(UDebugMenu) == 0x000008, "Wrong alignment on UDebugMenu"); \ +static_assert(sizeof(UDebugMenu) == 0x000270, "Wrong size on UDebugMenu"); \ +static_assert(offsetof(UDebugMenu, DebugCommands) == 0x000260, "Member 'UDebugMenu::DebugCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_BeginTrackingTarget \ +static_assert(alignof(DeltaCorrectionManagerComponent_BeginTrackingTarget) == 0x000010, "Wrong alignment on DeltaCorrectionManagerComponent_BeginTrackingTarget"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_BeginTrackingTarget) == 0x0000D0, "Wrong size on DeltaCorrectionManagerComponent_BeginTrackingTarget"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_BeginTrackingTarget, Target) == 0x000000, "Member 'DeltaCorrectionManagerComponent_BeginTrackingTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_BeginTrackingTarget, CorrectionStateData) == 0x000010, "Member 'DeltaCorrectionManagerComponent_BeginTrackingTarget::CorrectionStateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_BindAnimationData \ +static_assert(alignof(DeltaCorrectionManagerComponent_BindAnimationData) == 0x000008, "Wrong alignment on DeltaCorrectionManagerComponent_BindAnimationData"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_BindAnimationData) == 0x000010, "Wrong size on DeltaCorrectionManagerComponent_BindAnimationData"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_BindAnimationData, InMeshComp) == 0x000000, "Member 'DeltaCorrectionManagerComponent_BindAnimationData::InMeshComp' has a wrong offset!"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_BindAnimationData, InAnimSequence) == 0x000008, "Member 'DeltaCorrectionManagerComponent_BindAnimationData::InAnimSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_ConsumeCorrection \ +static_assert(alignof(DeltaCorrectionManagerComponent_ConsumeCorrection) == 0x000010, "Wrong alignment on DeltaCorrectionManagerComponent_ConsumeCorrection"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_ConsumeCorrection) == 0x000030, "Wrong size on DeltaCorrectionManagerComponent_ConsumeCorrection"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_ConsumeCorrection, ReturnValue) == 0x000000, "Member 'DeltaCorrectionManagerComponent_ConsumeCorrection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_GetCurrentAnimSequence \ +static_assert(alignof(DeltaCorrectionManagerComponent_GetCurrentAnimSequence) == 0x000008, "Wrong alignment on DeltaCorrectionManagerComponent_GetCurrentAnimSequence"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_GetCurrentAnimSequence) == 0x000008, "Wrong size on DeltaCorrectionManagerComponent_GetCurrentAnimSequence"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_GetCurrentAnimSequence, ReturnValue) == 0x000000, "Member 'DeltaCorrectionManagerComponent_GetCurrentAnimSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_GetSkeletalMesh \ +static_assert(alignof(DeltaCorrectionManagerComponent_GetSkeletalMesh) == 0x000008, "Wrong alignment on DeltaCorrectionManagerComponent_GetSkeletalMesh"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_GetSkeletalMesh) == 0x000008, "Wrong size on DeltaCorrectionManagerComponent_GetSkeletalMesh"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_GetSkeletalMesh, ReturnValue) == 0x000000, "Member 'DeltaCorrectionManagerComponent_GetSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_SetCorrection \ +static_assert(alignof(DeltaCorrectionManagerComponent_SetCorrection) == 0x000010, "Wrong alignment on DeltaCorrectionManagerComponent_SetCorrection"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_SetCorrection) == 0x000030, "Wrong size on DeltaCorrectionManagerComponent_SetCorrection"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_SetCorrection, InCorrection) == 0x000000, "Member 'DeltaCorrectionManagerComponent_SetCorrection::InCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_SetDeltaTime \ +static_assert(alignof(DeltaCorrectionManagerComponent_SetDeltaTime) == 0x000004, "Wrong alignment on DeltaCorrectionManagerComponent_SetDeltaTime"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_SetDeltaTime) == 0x000004, "Wrong size on DeltaCorrectionManagerComponent_SetDeltaTime"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_SetDeltaTime, DT) == 0x000000, "Member 'DeltaCorrectionManagerComponent_SetDeltaTime::DT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_UpdateRateScale \ +static_assert(alignof(DeltaCorrectionManagerComponent_UpdateRateScale) == 0x000004, "Wrong alignment on DeltaCorrectionManagerComponent_UpdateRateScale"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_UpdateRateScale) == 0x000004, "Wrong size on DeltaCorrectionManagerComponent_UpdateRateScale"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_UpdateRateScale, NewRateScale) == 0x000000, "Member 'DeltaCorrectionManagerComponent_UpdateRateScale::NewRateScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_CanCorrect \ +static_assert(alignof(DeltaCorrectionManagerComponent_CanCorrect) == 0x000001, "Wrong alignment on DeltaCorrectionManagerComponent_CanCorrect"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_CanCorrect) == 0x000001, "Wrong size on DeltaCorrectionManagerComponent_CanCorrect"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_CanCorrect, ReturnValue) == 0x000000, "Member 'DeltaCorrectionManagerComponent_CanCorrect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData \ +static_assert(alignof(DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData) == 0x000010, "Wrong alignment on DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData) == 0x0000C0, "Wrong size on DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData, ReturnValue) == 0x000000, "Member 'DeltaCorrectionManagerComponent_GetDeltaCorrectionStateData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeltaCorrectionManagerComponent_GetTargetTransform \ +static_assert(alignof(DeltaCorrectionManagerComponent_GetTargetTransform) == 0x000010, "Wrong alignment on DeltaCorrectionManagerComponent_GetTargetTransform"); \ +static_assert(sizeof(DeltaCorrectionManagerComponent_GetTargetTransform) == 0x000030, "Wrong size on DeltaCorrectionManagerComponent_GetTargetTransform"); \ +static_assert(offsetof(DeltaCorrectionManagerComponent_GetTargetTransform, ReturnValue) == 0x000000, "Member 'DeltaCorrectionManagerComponent_GetTargetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeltaCorrectionManagerComponent \ +static_assert(alignof(UDeltaCorrectionManagerComponent) == 0x000010, "Wrong alignment on UDeltaCorrectionManagerComponent"); \ +static_assert(sizeof(UDeltaCorrectionManagerComponent) == 0x0001D0, "Wrong size on UDeltaCorrectionManagerComponent"); \ +static_assert(offsetof(UDeltaCorrectionManagerComponent, CurrentTarget) == 0x0000B0, "Member 'UDeltaCorrectionManagerComponent::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(UDeltaCorrectionManagerComponent, CurrentStateData) == 0x0000C0, "Member 'UDeltaCorrectionManagerComponent::CurrentStateData' has a wrong offset!"); \ +static_assert(offsetof(UDeltaCorrectionManagerComponent, Correction) == 0x000180, "Member 'UDeltaCorrectionManagerComponent::Correction' has a wrong offset!"); \ +static_assert(offsetof(UDeltaCorrectionManagerComponent, HasCorrection) == 0x0001B0, "Member 'UDeltaCorrectionManagerComponent::HasCorrection' has a wrong offset!"); \ +static_assert(offsetof(UDeltaCorrectionManagerComponent, MeshComp) == 0x0001B8, "Member 'UDeltaCorrectionManagerComponent::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(UDeltaCorrectionManagerComponent, CurrentAnimSequence) == 0x0001C0, "Member 'UDeltaCorrectionManagerComponent::CurrentAnimSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeDamageable_TakeMeleeDamage \ +static_assert(alignof(MeleeDamageable_TakeMeleeDamage) == 0x000001, "Wrong alignment on MeleeDamageable_TakeMeleeDamage"); \ +static_assert(sizeof(MeleeDamageable_TakeMeleeDamage) == 0x000001, "Wrong size on MeleeDamageable_TakeMeleeDamage"); \ +static_assert(offsetof(MeleeDamageable_TakeMeleeDamage, ReturnValue) == 0x000000, "Member 'MeleeDamageable_TakeMeleeDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMeleeDamageable \ +static_assert(alignof(IMeleeDamageable) == 0x000001, "Wrong alignment on IMeleeDamageable"); \ +static_assert(sizeof(IMeleeDamageable) == 0x000001, "Wrong size on IMeleeDamageable"); \ + +#define DUMPER7_ASSERTS_DialogueControllerActor_DetermineActiveDialogueConfig \ +static_assert(alignof(DialogueControllerActor_DetermineActiveDialogueConfig) == 0x000008, "Wrong alignment on DialogueControllerActor_DetermineActiveDialogueConfig"); \ +static_assert(sizeof(DialogueControllerActor_DetermineActiveDialogueConfig) == 0x000008, "Wrong size on DialogueControllerActor_DetermineActiveDialogueConfig"); \ +static_assert(offsetof(DialogueControllerActor_DetermineActiveDialogueConfig, ReturnValue) == 0x000000, "Member 'DialogueControllerActor_DetermineActiveDialogueConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueControllerActor_HandleDialogueComplete \ +static_assert(alignof(DialogueControllerActor_HandleDialogueComplete) == 0x000008, "Wrong alignment on DialogueControllerActor_HandleDialogueComplete"); \ +static_assert(sizeof(DialogueControllerActor_HandleDialogueComplete) == 0x000008, "Wrong size on DialogueControllerActor_HandleDialogueComplete"); \ +static_assert(offsetof(DialogueControllerActor_HandleDialogueComplete, CompletedConfig) == 0x000000, "Member 'DialogueControllerActor_HandleDialogueComplete::CompletedConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADialogueControllerActor \ +static_assert(alignof(ADialogueControllerActor) == 0x000008, "Wrong alignment on ADialogueControllerActor"); \ +static_assert(sizeof(ADialogueControllerActor) == 0x000468, "Wrong size on ADialogueControllerActor"); \ +static_assert(offsetof(ADialogueControllerActor, DialogueController) == 0x000460, "Member 'ADialogueControllerActor::DialogueController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueConfig \ +static_assert(alignof(UDialogueConfig) == 0x000008, "Wrong alignment on UDialogueConfig"); \ +static_assert(sizeof(UDialogueConfig) == 0x0000D8, "Wrong size on UDialogueConfig"); \ +static_assert(offsetof(UDialogueConfig, DialogueSetup) == 0x000030, "Member 'UDialogueConfig::DialogueSetup' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, IntroDelayTime) == 0x000040, "Member 'UDialogueConfig::IntroDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, CameraCutDelayTime) == 0x000044, "Member 'UDialogueConfig::CameraCutDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, OutroPlayerControlDelayTime) == 0x000048, "Member 'UDialogueConfig::OutroPlayerControlDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, IntroCameraName) == 0x00004C, "Member 'UDialogueConfig::IntroCameraName' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, ExitCameraName) == 0x000054, "Member 'UDialogueConfig::ExitCameraName' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, OnIntroResponses) == 0x000060, "Member 'UDialogueConfig::OnIntroResponses' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, OnCompleteResponses) == 0x000070, "Member 'UDialogueConfig::OnCompleteResponses' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, LevelSequence) == 0x000080, "Member 'UDialogueConfig::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, TextConfig) == 0x000098, "Member 'UDialogueConfig::TextConfig' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, SearchRadius) == 0x0000A0, "Member 'UDialogueConfig::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, BlendIntoDialogueCameras) == 0x0000A4, "Member 'UDialogueConfig::BlendIntoDialogueCameras' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, BlendOutOfDialogueCameras) == 0x0000B4, "Member 'UDialogueConfig::BlendOutOfDialogueCameras' has a wrong offset!"); \ +static_assert(offsetof(UDialogueConfig, PlaybackSettings) == 0x0000C4, "Member 'UDialogueConfig::PlaybackSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Inspectable_CanBeViewed \ +static_assert(alignof(Inspectable_CanBeViewed) == 0x000001, "Wrong alignment on Inspectable_CanBeViewed"); \ +static_assert(sizeof(Inspectable_CanBeViewed) == 0x000001, "Wrong size on Inspectable_CanBeViewed"); \ +static_assert(offsetof(Inspectable_CanBeViewed, ReturnValue) == 0x000000, "Member 'Inspectable_CanBeViewed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Inspectable_HandleVisibilityState \ +static_assert(alignof(Inspectable_HandleVisibilityState) == 0x000004, "Wrong alignment on Inspectable_HandleVisibilityState"); \ +static_assert(sizeof(Inspectable_HandleVisibilityState) == 0x00001C, "Wrong size on Inspectable_HandleVisibilityState"); \ +static_assert(offsetof(Inspectable_HandleVisibilityState, IsViewed) == 0x000000, "Member 'Inspectable_HandleVisibilityState::IsViewed' has a wrong offset!"); \ +static_assert(offsetof(Inspectable_HandleVisibilityState, ViewLocation) == 0x000004, "Member 'Inspectable_HandleVisibilityState::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(Inspectable_HandleVisibilityState, ViewForward) == 0x000010, "Member 'Inspectable_HandleVisibilityState::ViewForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInspectable \ +static_assert(alignof(IInspectable) == 0x000001, "Wrong alignment on IInspectable"); \ +static_assert(sizeof(IInspectable) == 0x000001, "Wrong size on IInspectable"); \ + +#define DUMPER7_ASSERTS_DialogueControllerComponent_ProcessShadowBoxEvent \ +static_assert(alignof(DialogueControllerComponent_ProcessShadowBoxEvent) == 0x000001, "Wrong alignment on DialogueControllerComponent_ProcessShadowBoxEvent"); \ +static_assert(sizeof(DialogueControllerComponent_ProcessShadowBoxEvent) == 0x000001, "Wrong size on DialogueControllerComponent_ProcessShadowBoxEvent"); \ +static_assert(offsetof(DialogueControllerComponent_ProcessShadowBoxEvent, Event) == 0x000000, "Member 'DialogueControllerComponent_ProcessShadowBoxEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueControllerComponent_TTriggerDialogue \ +static_assert(alignof(DialogueControllerComponent_TTriggerDialogue) == 0x000008, "Wrong alignment on DialogueControllerComponent_TTriggerDialogue"); \ +static_assert(sizeof(DialogueControllerComponent_TTriggerDialogue) == 0x000008, "Wrong size on DialogueControllerComponent_TTriggerDialogue"); \ +static_assert(offsetof(DialogueControllerComponent_TTriggerDialogue, Params_0) == 0x000000, "Member 'DialogueControllerComponent_TTriggerDialogue::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueControllerComponent \ +static_assert(alignof(UDialogueControllerComponent) == 0x000008, "Wrong alignment on UDialogueControllerComponent"); \ +static_assert(sizeof(UDialogueControllerComponent) == 0x000270, "Wrong size on UDialogueControllerComponent"); \ +static_assert(offsetof(UDialogueControllerComponent, ShadowBoxClass) == 0x0000D0, "Member 'UDialogueControllerComponent::ShadowBoxClass' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, OnCameraCutReady) == 0x0000D8, "Member 'UDialogueControllerComponent::OnCameraCutReady' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, OnDialogueInitialized) == 0x0000E8, "Member 'UDialogueControllerComponent::OnDialogueInitialized' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, OnDialogueSkipped) == 0x0000F8, "Member 'UDialogueControllerComponent::OnDialogueSkipped' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, OnDialogueComplete) == 0x000108, "Member 'UDialogueControllerComponent::OnDialogueComplete' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, DiscoveredCharacters) == 0x000118, "Member 'UDialogueControllerComponent::DiscoveredCharacters' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, DiscoveredCameras) == 0x000168, "Member 'UDialogueControllerComponent::DiscoveredCameras' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, DiscoveredContexts) == 0x0001B8, "Member 'UDialogueControllerComponent::DiscoveredContexts' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, CurrentConfig) == 0x000220, "Member 'UDialogueControllerComponent::CurrentConfig' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, ShadowBox) == 0x000228, "Member 'UDialogueControllerComponent::ShadowBox' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, CameraDelayTimerHandle) == 0x000230, "Member 'UDialogueControllerComponent::CameraDelayTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, IntroTimerHandle) == 0x000238, "Member 'UDialogueControllerComponent::IntroTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, OutroTimerHandle) == 0x000240, "Member 'UDialogueControllerComponent::OutroTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, IsDialogueActive) == 0x000248, "Member 'UDialogueControllerComponent::IsDialogueActive' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, LevelSequenceActor) == 0x000250, "Member 'UDialogueControllerComponent::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, StopVoiceOverEvent) == 0x000258, "Member 'UDialogueControllerComponent::StopVoiceOverEvent' has a wrong offset!"); \ +static_assert(offsetof(UDialogueControllerComponent, DialogueAutoStepDurations) == 0x000260, "Member 'UDialogueControllerComponent::DialogueAutoStepDurations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADialogueManager \ +static_assert(alignof(ADialogueManager) == 0x000008, "Wrong alignment on ADialogueManager"); \ +static_assert(sizeof(ADialogueManager) == 0x000230, "Wrong size on ADialogueManager"); \ +static_assert(offsetof(ADialogueManager, ActiveDialogue) == 0x000228, "Member 'ADialogueManager::ActiveDialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyDrop_HandleDropped \ +static_assert(alignof(EnemyDrop_HandleDropped) == 0x000001, "Wrong alignment on EnemyDrop_HandleDropped"); \ +static_assert(sizeof(EnemyDrop_HandleDropped) == 0x000001, "Wrong size on EnemyDrop_HandleDropped"); \ +static_assert(offsetof(EnemyDrop_HandleDropped, IsSimulating) == 0x000000, "Member 'EnemyDrop_HandleDropped::IsSimulating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEnemyDrop \ +static_assert(alignof(IEnemyDrop) == 0x000001, "Wrong alignment on IEnemyDrop"); \ +static_assert(sizeof(IEnemyDrop) == 0x000001, "Wrong size on IEnemyDrop"); \ + +#define DUMPER7_ASSERTS_UDifficultyBalanceConfig \ +static_assert(alignof(UDifficultyBalanceConfig) == 0x000008, "Wrong alignment on UDifficultyBalanceConfig"); \ +static_assert(sizeof(UDifficultyBalanceConfig) == 0x0000A8, "Wrong size on UDifficultyBalanceConfig"); \ +static_assert(offsetof(UDifficultyBalanceConfig, EnemyDamageScalar) == 0x000030, "Member 'UDifficultyBalanceConfig::EnemyDamageScalar' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, EnemyHealthScalar) == 0x000034, "Member 'UDifficultyBalanceConfig::EnemyHealthScalar' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, DamagePerRotCourage) == 0x000038, "Member 'UDifficultyBalanceConfig::DamagePerRotCourage' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, RotCouragePerKill) == 0x00003C, "Member 'UDifficultyBalanceConfig::RotCouragePerKill' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, PassiveCourageRegenRate) == 0x000040, "Member 'UDifficultyBalanceConfig::PassiveCourageRegenRate' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, DamageReceivedToCourage) == 0x000044, "Member 'UDifficultyBalanceConfig::DamageReceivedToCourage' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, CourageDropRateChanceScalar) == 0x000048, "Member 'UDifficultyBalanceConfig::CourageDropRateChanceScalar' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, AttackTokenConfigs) == 0x000050, "Member 'UDifficultyBalanceConfig::AttackTokenConfigs' has a wrong offset!"); \ +static_assert(offsetof(UDifficultyBalanceConfig, AggressionPoints) == 0x0000A0, "Member 'UDifficultyBalanceConfig::AggressionPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DifficultyManager_PostLoadSaveGameVariables \ +static_assert(alignof(DifficultyManager_PostLoadSaveGameVariables) == 0x000008, "Wrong alignment on DifficultyManager_PostLoadSaveGameVariables"); \ +static_assert(sizeof(DifficultyManager_PostLoadSaveGameVariables) == 0x000008, "Wrong size on DifficultyManager_PostLoadSaveGameVariables"); \ +static_assert(offsetof(DifficultyManager_PostLoadSaveGameVariables, SaveGameVariables) == 0x000000, "Member 'DifficultyManager_PostLoadSaveGameVariables::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DifficultyManager_PreSaveGame \ +static_assert(alignof(DifficultyManager_PreSaveGame) == 0x000008, "Wrong alignment on DifficultyManager_PreSaveGame"); \ +static_assert(sizeof(DifficultyManager_PreSaveGame) == 0x000010, "Wrong size on DifficultyManager_PreSaveGame"); \ +static_assert(offsetof(DifficultyManager_PreSaveGame, SaveGameVariables) == 0x000000, "Member 'DifficultyManager_PreSaveGame::SaveGameVariables' has a wrong offset!"); \ +static_assert(offsetof(DifficultyManager_PreSaveGame, IsManualSave) == 0x000008, "Member 'DifficultyManager_PreSaveGame::IsManualSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DifficultyManager_SetDifficulty \ +static_assert(alignof(DifficultyManager_SetDifficulty) == 0x000001, "Wrong alignment on DifficultyManager_SetDifficulty"); \ +static_assert(sizeof(DifficultyManager_SetDifficulty) == 0x000001, "Wrong size on DifficultyManager_SetDifficulty"); \ +static_assert(offsetof(DifficultyManager_SetDifficulty, Setting) == 0x000000, "Member 'DifficultyManager_SetDifficulty::Setting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DifficultyManager_GetDefaultDifficulty \ +static_assert(alignof(DifficultyManager_GetDefaultDifficulty) == 0x000001, "Wrong alignment on DifficultyManager_GetDefaultDifficulty"); \ +static_assert(sizeof(DifficultyManager_GetDefaultDifficulty) == 0x000001, "Wrong size on DifficultyManager_GetDefaultDifficulty"); \ +static_assert(offsetof(DifficultyManager_GetDefaultDifficulty, ReturnValue) == 0x000000, "Member 'DifficultyManager_GetDefaultDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DifficultyManager_GetDifficulty \ +static_assert(alignof(DifficultyManager_GetDifficulty) == 0x000001, "Wrong alignment on DifficultyManager_GetDifficulty"); \ +static_assert(sizeof(DifficultyManager_GetDifficulty) == 0x000001, "Wrong size on DifficultyManager_GetDifficulty"); \ +static_assert(offsetof(DifficultyManager_GetDifficulty, ReturnValue) == 0x000000, "Member 'DifficultyManager_GetDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DifficultyManager_GetDifficultySettings \ +static_assert(alignof(DifficultyManager_GetDifficultySettings) == 0x000008, "Wrong alignment on DifficultyManager_GetDifficultySettings"); \ +static_assert(sizeof(DifficultyManager_GetDifficultySettings) == 0x000008, "Wrong size on DifficultyManager_GetDifficultySettings"); \ +static_assert(offsetof(DifficultyManager_GetDifficultySettings, ReturnValue) == 0x000000, "Member 'DifficultyManager_GetDifficultySettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADifficultyManager \ +static_assert(alignof(ADifficultyManager) == 0x000008, "Wrong alignment on ADifficultyManager"); \ +static_assert(sizeof(ADifficultyManager) == 0x0002A8, "Wrong size on ADifficultyManager"); \ +static_assert(offsetof(ADifficultyManager, OnDifficultyChanged) == 0x000228, "Member 'ADifficultyManager::OnDifficultyChanged' has a wrong offset!"); \ +static_assert(offsetof(ADifficultyManager, DefaultDifficultySetting) == 0x000238, "Member 'ADifficultyManager::DefaultDifficultySetting' has a wrong offset!"); \ +static_assert(offsetof(ADifficultyManager, DifficultySettings) == 0x000240, "Member 'ADifficultyManager::DifficultySettings' has a wrong offset!"); \ +static_assert(offsetof(ADifficultyManager, CurrentDifficultySetting) == 0x000290, "Member 'ADifficultyManager::CurrentDifficultySetting' has a wrong offset!"); \ +static_assert(offsetof(ADifficultyManager, SaveGame) == 0x0002A0, "Member 'ADifficultyManager::SaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILocomotionStateProvider \ +static_assert(alignof(ILocomotionStateProvider) == 0x000001, "Wrong alignment on ILocomotionStateProvider"); \ +static_assert(sizeof(ILocomotionStateProvider) == 0x000001, "Wrong size on ILocomotionStateProvider"); \ + +#define DUMPER7_ASSERTS_UDisableHeadTrackingNotifyState \ +static_assert(alignof(UDisableHeadTrackingNotifyState) == 0x000008, "Wrong alignment on UDisableHeadTrackingNotifyState"); \ +static_assert(sizeof(UDisableHeadTrackingNotifyState) == 0x000080, "Wrong size on UDisableHeadTrackingNotifyState"); \ + +#define DUMPER7_ASSERTS_DistantFakeActor_OnLevelAddedToWorld \ +static_assert(alignof(DistantFakeActor_OnLevelAddedToWorld) == 0x000008, "Wrong alignment on DistantFakeActor_OnLevelAddedToWorld"); \ +static_assert(sizeof(DistantFakeActor_OnLevelAddedToWorld) == 0x000010, "Wrong size on DistantFakeActor_OnLevelAddedToWorld"); \ +static_assert(offsetof(DistantFakeActor_OnLevelAddedToWorld, Level) == 0x000000, "Member 'DistantFakeActor_OnLevelAddedToWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(DistantFakeActor_OnLevelAddedToWorld, World) == 0x000008, "Member 'DistantFakeActor_OnLevelAddedToWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DistantFakeActor_OnPDSValueChanged \ +static_assert(alignof(DistantFakeActor_OnPDSValueChanged) == 0x000004, "Wrong alignment on DistantFakeActor_OnPDSValueChanged"); \ +static_assert(sizeof(DistantFakeActor_OnPDSValueChanged) == 0x000010, "Wrong size on DistantFakeActor_OnPDSValueChanged"); \ +static_assert(offsetof(DistantFakeActor_OnPDSValueChanged, Context) == 0x000000, "Member 'DistantFakeActor_OnPDSValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(DistantFakeActor_OnPDSValueChanged, KeyName) == 0x000004, "Member 'DistantFakeActor_OnPDSValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(DistantFakeActor_OnPDSValueChanged, Value) == 0x00000C, "Member 'DistantFakeActor_OnPDSValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DistantFakeActor_OnPreLevelRemovedFromWorld \ +static_assert(alignof(DistantFakeActor_OnPreLevelRemovedFromWorld) == 0x000008, "Wrong alignment on DistantFakeActor_OnPreLevelRemovedFromWorld"); \ +static_assert(sizeof(DistantFakeActor_OnPreLevelRemovedFromWorld) == 0x000010, "Wrong size on DistantFakeActor_OnPreLevelRemovedFromWorld"); \ +static_assert(offsetof(DistantFakeActor_OnPreLevelRemovedFromWorld, Level) == 0x000000, "Member 'DistantFakeActor_OnPreLevelRemovedFromWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(DistantFakeActor_OnPreLevelRemovedFromWorld, World) == 0x000008, "Member 'DistantFakeActor_OnPreLevelRemovedFromWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADistantFakeActor \ +static_assert(alignof(ADistantFakeActor) == 0x000008, "Wrong alignment on ADistantFakeActor"); \ +static_assert(sizeof(ADistantFakeActor) == 0x000280, "Wrong size on ADistantFakeActor"); \ +static_assert(offsetof(ADistantFakeActor, StartVisible) == 0x000228, "Member 'ADistantFakeActor::StartVisible' has a wrong offset!"); \ +static_assert(offsetof(ADistantFakeActor, RealActorLevelName) == 0x000230, "Member 'ADistantFakeActor::RealActorLevelName' has a wrong offset!"); \ +static_assert(offsetof(ADistantFakeActor, PDSCondition) == 0x000240, "Member 'ADistantFakeActor::PDSCondition' has a wrong offset!"); \ +static_assert(offsetof(ADistantFakeActor, StaticMeshComponent) == 0x000250, "Member 'ADistantFakeActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ADistantFakeActor, PDSWatch) == 0x000258, "Member 'ADistantFakeActor::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ADistantFakeActor, StreamingLevel) == 0x000260, "Member 'ADistantFakeActor::StreamingLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_ApplyFilterDelta \ +static_assert(alignof(InputBufferComponent_ApplyFilterDelta) == 0x000008, "Wrong alignment on InputBufferComponent_ApplyFilterDelta"); \ +static_assert(sizeof(InputBufferComponent_ApplyFilterDelta) == 0x000020, "Wrong size on InputBufferComponent_ApplyFilterDelta"); \ +static_assert(offsetof(InputBufferComponent_ApplyFilterDelta, Filter) == 0x000000, "Member 'InputBufferComponent_ApplyFilterDelta::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_BeginInputAction \ +static_assert(alignof(InputBufferComponent_BeginInputAction) == 0x000001, "Wrong alignment on InputBufferComponent_BeginInputAction"); \ +static_assert(sizeof(InputBufferComponent_BeginInputAction) == 0x000001, "Wrong size on InputBufferComponent_BeginInputAction"); \ +static_assert(offsetof(InputBufferComponent_BeginInputAction, Input) == 0x000000, "Member 'InputBufferComponent_BeginInputAction::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_EndInputAction \ +static_assert(alignof(InputBufferComponent_EndInputAction) == 0x000001, "Wrong alignment on InputBufferComponent_EndInputAction"); \ +static_assert(sizeof(InputBufferComponent_EndInputAction) == 0x000001, "Wrong size on InputBufferComponent_EndInputAction"); \ +static_assert(offsetof(InputBufferComponent_EndInputAction, Input) == 0x000000, "Member 'InputBufferComponent_EndInputAction::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_ExpireInput \ +static_assert(alignof(InputBufferComponent_ExpireInput) == 0x000001, "Wrong alignment on InputBufferComponent_ExpireInput"); \ +static_assert(sizeof(InputBufferComponent_ExpireInput) == 0x000001, "Wrong size on InputBufferComponent_ExpireInput"); \ +static_assert(offsetof(InputBufferComponent_ExpireInput, Input) == 0x000000, "Member 'InputBufferComponent_ExpireInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_ExpireInputStick \ +static_assert(alignof(InputBufferComponent_ExpireInputStick) == 0x000001, "Wrong alignment on InputBufferComponent_ExpireInputStick"); \ +static_assert(sizeof(InputBufferComponent_ExpireInputStick) == 0x000001, "Wrong size on InputBufferComponent_ExpireInputStick"); \ +static_assert(offsetof(InputBufferComponent_ExpireInputStick, Input) == 0x000000, "Member 'InputBufferComponent_ExpireInputStick::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetLastInput \ +static_assert(alignof(InputBufferComponent_GetLastInput) == 0x000001, "Wrong alignment on InputBufferComponent_GetLastInput"); \ +static_assert(sizeof(InputBufferComponent_GetLastInput) == 0x000001, "Wrong size on InputBufferComponent_GetLastInput"); \ +static_assert(offsetof(InputBufferComponent_GetLastInput, ReturnValue) == 0x000000, "Member 'InputBufferComponent_GetLastInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_IsInputBuffered \ +static_assert(alignof(InputBufferComponent_IsInputBuffered) == 0x000001, "Wrong alignment on InputBufferComponent_IsInputBuffered"); \ +static_assert(sizeof(InputBufferComponent_IsInputBuffered) == 0x000003, "Wrong size on InputBufferComponent_IsInputBuffered"); \ +static_assert(offsetof(InputBufferComponent_IsInputBuffered, Input) == 0x000000, "Member 'InputBufferComponent_IsInputBuffered::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_IsInputBuffered, IsStale) == 0x000001, "Member 'InputBufferComponent_IsInputBuffered::IsStale' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_IsInputBuffered, ReturnValue) == 0x000002, "Member 'InputBufferComponent_IsInputBuffered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_SetInputFilter \ +static_assert(alignof(InputBufferComponent_SetInputFilter) == 0x000008, "Wrong alignment on InputBufferComponent_SetInputFilter"); \ +static_assert(sizeof(InputBufferComponent_SetInputFilter) == 0x000020, "Wrong size on InputBufferComponent_SetInputFilter"); \ +static_assert(offsetof(InputBufferComponent_SetInputFilter, Filter) == 0x000000, "Member 'InputBufferComponent_SetInputFilter::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_SetInputStick \ +static_assert(alignof(InputBufferComponent_SetInputStick) == 0x000004, "Wrong alignment on InputBufferComponent_SetInputStick"); \ +static_assert(sizeof(InputBufferComponent_SetInputStick) == 0x00000C, "Wrong size on InputBufferComponent_SetInputStick"); \ +static_assert(offsetof(InputBufferComponent_SetInputStick, Input) == 0x000000, "Member 'InputBufferComponent_SetInputStick::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_SetInputStick, Value) == 0x000004, "Member 'InputBufferComponent_SetInputStick::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_DidActionRecentlyBegin \ +static_assert(alignof(InputBufferComponent_DidActionRecentlyBegin) == 0x000004, "Wrong alignment on InputBufferComponent_DidActionRecentlyBegin"); \ +static_assert(sizeof(InputBufferComponent_DidActionRecentlyBegin) == 0x00000C, "Wrong size on InputBufferComponent_DidActionRecentlyBegin"); \ +static_assert(offsetof(InputBufferComponent_DidActionRecentlyBegin, Input) == 0x000000, "Member 'InputBufferComponent_DidActionRecentlyBegin::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_DidActionRecentlyBegin, BufferTime) == 0x000004, "Member 'InputBufferComponent_DidActionRecentlyBegin::BufferTime' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_DidActionRecentlyBegin, ReturnValue) == 0x000008, "Member 'InputBufferComponent_DidActionRecentlyBegin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_DidActionRecentlyEnd \ +static_assert(alignof(InputBufferComponent_DidActionRecentlyEnd) == 0x000004, "Wrong alignment on InputBufferComponent_DidActionRecentlyEnd"); \ +static_assert(sizeof(InputBufferComponent_DidActionRecentlyEnd) == 0x00000C, "Wrong size on InputBufferComponent_DidActionRecentlyEnd"); \ +static_assert(offsetof(InputBufferComponent_DidActionRecentlyEnd, Input) == 0x000000, "Member 'InputBufferComponent_DidActionRecentlyEnd::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_DidActionRecentlyEnd, BufferTime) == 0x000004, "Member 'InputBufferComponent_DidActionRecentlyEnd::BufferTime' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_DidActionRecentlyEnd, ReturnValue) == 0x000008, "Member 'InputBufferComponent_DidActionRecentlyEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetAverageStickInput \ +static_assert(alignof(InputBufferComponent_GetAverageStickInput) == 0x000004, "Wrong alignment on InputBufferComponent_GetAverageStickInput"); \ +static_assert(sizeof(InputBufferComponent_GetAverageStickInput) == 0x000010, "Wrong size on InputBufferComponent_GetAverageStickInput"); \ +static_assert(offsetof(InputBufferComponent_GetAverageStickInput, Input) == 0x000000, "Member 'InputBufferComponent_GetAverageStickInput::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetAverageStickInput, BufferTime) == 0x000004, "Member 'InputBufferComponent_GetAverageStickInput::BufferTime' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetAverageStickInput, ReturnValue) == 0x000008, "Member 'InputBufferComponent_GetAverageStickInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetInputStick \ +static_assert(alignof(InputBufferComponent_GetInputStick) == 0x000004, "Wrong alignment on InputBufferComponent_GetInputStick"); \ +static_assert(sizeof(InputBufferComponent_GetInputStick) == 0x00000C, "Wrong size on InputBufferComponent_GetInputStick"); \ +static_assert(offsetof(InputBufferComponent_GetInputStick, Input) == 0x000000, "Member 'InputBufferComponent_GetInputStick::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetInputStick, ReturnValue) == 0x000004, "Member 'InputBufferComponent_GetInputStick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetLastHeadingVector \ +static_assert(alignof(InputBufferComponent_GetLastHeadingVector) == 0x000004, "Wrong alignment on InputBufferComponent_GetLastHeadingVector"); \ +static_assert(sizeof(InputBufferComponent_GetLastHeadingVector) == 0x000018, "Wrong size on InputBufferComponent_GetLastHeadingVector"); \ +static_assert(offsetof(InputBufferComponent_GetLastHeadingVector, Input) == 0x000000, "Member 'InputBufferComponent_GetLastHeadingVector::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetLastHeadingVector, DetectionThreshold) == 0x000004, "Member 'InputBufferComponent_GetLastHeadingVector::DetectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetLastHeadingVector, BufferTime) == 0x000008, "Member 'InputBufferComponent_GetLastHeadingVector::BufferTime' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetLastHeadingVector, ReturnValue) == 0x00000C, "Member 'InputBufferComponent_GetLastHeadingVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetSnapshotAtLastActionBegin \ +static_assert(alignof(InputBufferComponent_GetSnapshotAtLastActionBegin) == 0x000010, "Wrong alignment on InputBufferComponent_GetSnapshotAtLastActionBegin"); \ +static_assert(sizeof(InputBufferComponent_GetSnapshotAtLastActionBegin) == 0x000080, "Wrong size on InputBufferComponent_GetSnapshotAtLastActionBegin"); \ +static_assert(offsetof(InputBufferComponent_GetSnapshotAtLastActionBegin, Input) == 0x000000, "Member 'InputBufferComponent_GetSnapshotAtLastActionBegin::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetSnapshotAtLastActionBegin, ReturnValue) == 0x000010, "Member 'InputBufferComponent_GetSnapshotAtLastActionBegin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetSnapshotAtLastActionEnd \ +static_assert(alignof(InputBufferComponent_GetSnapshotAtLastActionEnd) == 0x000010, "Wrong alignment on InputBufferComponent_GetSnapshotAtLastActionEnd"); \ +static_assert(sizeof(InputBufferComponent_GetSnapshotAtLastActionEnd) == 0x000080, "Wrong size on InputBufferComponent_GetSnapshotAtLastActionEnd"); \ +static_assert(offsetof(InputBufferComponent_GetSnapshotAtLastActionEnd, Input) == 0x000000, "Member 'InputBufferComponent_GetSnapshotAtLastActionEnd::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetSnapshotAtLastActionEnd, ReturnValue) == 0x000010, "Member 'InputBufferComponent_GetSnapshotAtLastActionEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_GetStickTwist \ +static_assert(alignof(InputBufferComponent_GetStickTwist) == 0x000004, "Wrong alignment on InputBufferComponent_GetStickTwist"); \ +static_assert(sizeof(InputBufferComponent_GetStickTwist) == 0x00000C, "Wrong size on InputBufferComponent_GetStickTwist"); \ +static_assert(offsetof(InputBufferComponent_GetStickTwist, Input) == 0x000000, "Member 'InputBufferComponent_GetStickTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetStickTwist, BufferTime) == 0x000004, "Member 'InputBufferComponent_GetStickTwist::BufferTime' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_GetStickTwist, ReturnValue) == 0x000008, "Member 'InputBufferComponent_GetStickTwist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_IsActionAllowed \ +static_assert(alignof(InputBufferComponent_IsActionAllowed) == 0x000001, "Wrong alignment on InputBufferComponent_IsActionAllowed"); \ +static_assert(sizeof(InputBufferComponent_IsActionAllowed) == 0x000002, "Wrong size on InputBufferComponent_IsActionAllowed"); \ +static_assert(offsetof(InputBufferComponent_IsActionAllowed, Input) == 0x000000, "Member 'InputBufferComponent_IsActionAllowed::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_IsActionAllowed, ReturnValue) == 0x000001, "Member 'InputBufferComponent_IsActionAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_IsAxisAllowed \ +static_assert(alignof(InputBufferComponent_IsAxisAllowed) == 0x000001, "Wrong alignment on InputBufferComponent_IsAxisAllowed"); \ +static_assert(sizeof(InputBufferComponent_IsAxisAllowed) == 0x000002, "Wrong size on InputBufferComponent_IsAxisAllowed"); \ +static_assert(offsetof(InputBufferComponent_IsAxisAllowed, Input) == 0x000000, "Member 'InputBufferComponent_IsAxisAllowed::Input' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_IsAxisAllowed, ReturnValue) == 0x000001, "Member 'InputBufferComponent_IsAxisAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBufferComponent_PollActions \ +static_assert(alignof(InputBufferComponent_PollActions) == 0x000008, "Wrong alignment on InputBufferComponent_PollActions"); \ +static_assert(sizeof(InputBufferComponent_PollActions) == 0x000018, "Wrong size on InputBufferComponent_PollActions"); \ +static_assert(offsetof(InputBufferComponent_PollActions, Inputs) == 0x000000, "Member 'InputBufferComponent_PollActions::Inputs' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_PollActions, Duration) == 0x000004, "Member 'InputBufferComponent_PollActions::Duration' has a wrong offset!"); \ +static_assert(offsetof(InputBufferComponent_PollActions, ReturnValue) == 0x000008, "Member 'InputBufferComponent_PollActions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBufferComponent \ +static_assert(alignof(UInputBufferComponent) == 0x000008, "Wrong alignment on UInputBufferComponent"); \ +static_assert(sizeof(UInputBufferComponent) == 0x000348, "Wrong size on UInputBufferComponent"); \ +static_assert(offsetof(UInputBufferComponent, InputSettings) == 0x0000B8, "Member 'UInputBufferComponent::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(UInputBufferComponent, LastInput) == 0x000108, "Member 'UInputBufferComponent::LastInput' has a wrong offset!"); \ +static_assert(offsetof(UInputBufferComponent, InputFilter) == 0x000320, "Member 'UInputBufferComponent::InputFilter' has a wrong offset!"); \ +static_assert(offsetof(UInputBufferComponent, OwningController) == 0x000340, "Member 'UInputBufferComponent::OwningController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsBonusTrack \ +static_assert(alignof(UTrialsBonusTrack) == 0x000008, "Wrong alignment on UTrialsBonusTrack"); \ +static_assert(sizeof(UTrialsBonusTrack) == 0x000410, "Wrong size on UTrialsBonusTrack"); \ +static_assert(offsetof(UTrialsBonusTrack, AnimPopupClass) == 0x000268, "Member 'UTrialsBonusTrack::AnimPopupClass' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, IncompleteBrush) == 0x000270, "Member 'UTrialsBonusTrack::IncompleteBrush' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, CompleteBrush) == 0x0002F8, "Member 'UTrialsBonusTrack::CompleteBrush' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, DiamondPadding) == 0x000380, "Member 'UTrialsBonusTrack::DiamondPadding' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, SfxUnlock) == 0x000390, "Member 'UTrialsBonusTrack::SfxUnlock' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, NumCompleted) == 0x000398, "Member 'UTrialsBonusTrack::NumCompleted' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, NumTotal) == 0x00039C, "Member 'UTrialsBonusTrack::NumTotal' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, ContainerBox) == 0x0003A0, "Member 'UTrialsBonusTrack::ContainerBox' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, UnlockAnim) == 0x0003A8, "Member 'UTrialsBonusTrack::UnlockAnim' has a wrong offset!"); \ +static_assert(offsetof(UTrialsBonusTrack, Diamonds) == 0x0003B0, "Member 'UTrialsBonusTrack::Diamonds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsLevelSetWidget_HandleButtonClick \ +static_assert(alignof(TrialsLevelSetWidget_HandleButtonClick) == 0x000008, "Wrong alignment on TrialsLevelSetWidget_HandleButtonClick"); \ +static_assert(sizeof(TrialsLevelSetWidget_HandleButtonClick) == 0x000008, "Wrong size on TrialsLevelSetWidget_HandleButtonClick"); \ +static_assert(offsetof(TrialsLevelSetWidget_HandleButtonClick, Button) == 0x000000, "Member 'TrialsLevelSetWidget_HandleButtonClick::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsLevelSetWidget_HandleButtonFocused \ +static_assert(alignof(TrialsLevelSetWidget_HandleButtonFocused) == 0x000008, "Wrong alignment on TrialsLevelSetWidget_HandleButtonFocused"); \ +static_assert(sizeof(TrialsLevelSetWidget_HandleButtonFocused) == 0x000008, "Wrong size on TrialsLevelSetWidget_HandleButtonFocused"); \ +static_assert(offsetof(TrialsLevelSetWidget_HandleButtonFocused, Button) == 0x000000, "Member 'TrialsLevelSetWidget_HandleButtonFocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsLevelSetWidget_HandleButtonUnfocused \ +static_assert(alignof(TrialsLevelSetWidget_HandleButtonUnfocused) == 0x000008, "Wrong alignment on TrialsLevelSetWidget_HandleButtonUnfocused"); \ +static_assert(sizeof(TrialsLevelSetWidget_HandleButtonUnfocused) == 0x000008, "Wrong size on TrialsLevelSetWidget_HandleButtonUnfocused"); \ +static_assert(offsetof(TrialsLevelSetWidget_HandleButtonUnfocused, Button) == 0x000000, "Member 'TrialsLevelSetWidget_HandleButtonUnfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsLevelSetWidget \ +static_assert(alignof(UTrialsLevelSetWidget) == 0x000008, "Wrong alignment on UTrialsLevelSetWidget"); \ +static_assert(sizeof(UTrialsLevelSetWidget) == 0x0003C8, "Wrong size on UTrialsLevelSetWidget"); \ +static_assert(offsetof(UTrialsLevelSetWidget, TitleText) == 0x000260, "Member 'UTrialsLevelSetWidget::TitleText' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, LevelTitleText) == 0x000268, "Member 'UTrialsLevelSetWidget::LevelTitleText' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, LevelsPanel) == 0x000270, "Member 'UTrialsLevelSetWidget::LevelsPanel' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, BonusTrack) == 0x000278, "Member 'UTrialsLevelSetWidget::BonusTrack' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, FadeIn) == 0x000280, "Member 'UTrialsLevelSetWidget::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, DLCLevelConfigs) == 0x000288, "Member 'UTrialsLevelSetWidget::DLCLevelConfigs' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, CosmeticRewardsTable) == 0x000290, "Member 'UTrialsLevelSetWidget::CosmeticRewardsTable' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, LevelSetName) == 0x000298, "Member 'UTrialsLevelSetWidget::LevelSetName' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, LevelSet) == 0x0002A0, "Member 'UTrialsLevelSetWidget::LevelSet' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, ConnectorBrush) == 0x0002E8, "Member 'UTrialsLevelSetWidget::ConnectorBrush' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, ConnectorPadding) == 0x000370, "Member 'UTrialsLevelSetWidget::ConnectorPadding' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, ButtonClass) == 0x000380, "Member 'UTrialsLevelSetWidget::ButtonClass' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelSetWidget, RewardButtonClass) == 0x000388, "Member 'UTrialsLevelSetWidget::RewardButtonClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMochiSequencerView \ +static_assert(alignof(IMochiSequencerView) == 0x000001, "Wrong alignment on IMochiSequencerView"); \ +static_assert(sizeof(IMochiSequencerView) == 0x000001, "Wrong size on IMochiSequencerView"); \ + +#define DUMPER7_ASSERTS_TrialsDetailsWidget_HandleLevelSelected \ +static_assert(alignof(TrialsDetailsWidget_HandleLevelSelected) == 0x000008, "Wrong alignment on TrialsDetailsWidget_HandleLevelSelected"); \ +static_assert(sizeof(TrialsDetailsWidget_HandleLevelSelected) == 0x000110, "Wrong size on TrialsDetailsWidget_HandleLevelSelected"); \ +static_assert(offsetof(TrialsDetailsWidget_HandleLevelSelected, Config) == 0x000000, "Member 'TrialsDetailsWidget_HandleLevelSelected::Config' has a wrong offset!"); \ +static_assert(offsetof(TrialsDetailsWidget_HandleLevelSelected, BonusObjectives) == 0x0000A8, "Member 'TrialsDetailsWidget_HandleLevelSelected::BonusObjectives' has a wrong offset!"); \ +static_assert(offsetof(TrialsDetailsWidget_HandleLevelSelected, BestSaveData) == 0x0000B8, "Member 'TrialsDetailsWidget_HandleLevelSelected::BestSaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsDetailsWidget_GetTrialVideoPath \ +static_assert(alignof(TrialsDetailsWidget_GetTrialVideoPath) == 0x000008, "Wrong alignment on TrialsDetailsWidget_GetTrialVideoPath"); \ +static_assert(sizeof(TrialsDetailsWidget_GetTrialVideoPath) == 0x000010, "Wrong size on TrialsDetailsWidget_GetTrialVideoPath"); \ +static_assert(offsetof(TrialsDetailsWidget_GetTrialVideoPath, ReturnValue) == 0x000000, "Member 'TrialsDetailsWidget_GetTrialVideoPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsDetailsWidget \ +static_assert(alignof(UTrialsDetailsWidget) == 0x000008, "Wrong alignment on UTrialsDetailsWidget"); \ +static_assert(sizeof(UTrialsDetailsWidget) == 0x000340, "Wrong size on UTrialsDetailsWidget"); \ +static_assert(offsetof(UTrialsDetailsWidget, LevelTitleTxt) == 0x000260, "Member 'UTrialsDetailsWidget::LevelTitleTxt' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, TrialTypeTxt) == 0x000268, "Member 'UTrialsDetailsWidget::TrialTypeTxt' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, StartButton) == 0x000270, "Member 'UTrialsDetailsWidget::StartButton' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, FadeIn) == 0x000278, "Member 'UTrialsDetailsWidget::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, SfxStart) == 0x000280, "Member 'UTrialsDetailsWidget::SfxStart' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, BonusObjectivesTable) == 0x000288, "Member 'UTrialsDetailsWidget::BonusObjectivesTable' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, LevelConfigName) == 0x000290, "Member 'UTrialsDetailsWidget::LevelConfigName' has a wrong offset!"); \ +static_assert(offsetof(UTrialsDetailsWidget, LevelConfig) == 0x000298, "Member 'UTrialsDetailsWidget::LevelConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsMenuBase_HandleButtonClick \ +static_assert(alignof(TrialsMenuBase_HandleButtonClick) == 0x000008, "Wrong alignment on TrialsMenuBase_HandleButtonClick"); \ +static_assert(sizeof(TrialsMenuBase_HandleButtonClick) == 0x000008, "Wrong size on TrialsMenuBase_HandleButtonClick"); \ +static_assert(offsetof(TrialsMenuBase_HandleButtonClick, Button) == 0x000000, "Member 'TrialsMenuBase_HandleButtonClick::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsMenuBase_HandleLevelSetFocused \ +static_assert(alignof(TrialsMenuBase_HandleLevelSetFocused) == 0x000008, "Wrong alignment on TrialsMenuBase_HandleLevelSetFocused"); \ +static_assert(sizeof(TrialsMenuBase_HandleLevelSetFocused) == 0x000008, "Wrong size on TrialsMenuBase_HandleLevelSetFocused"); \ +static_assert(offsetof(TrialsMenuBase_HandleLevelSetFocused, TrialsLevelSetWidget) == 0x000000, "Member 'TrialsMenuBase_HandleLevelSetFocused::TrialsLevelSetWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsMenuBase \ +static_assert(alignof(UTrialsMenuBase) == 0x000010, "Wrong alignment on UTrialsMenuBase"); \ +static_assert(sizeof(UTrialsMenuBase) == 0x0002C0, "Wrong size on UTrialsMenuBase"); \ +static_assert(offsetof(UTrialsMenuBase, LevelSetScrollBox) == 0x000268, "Member 'UTrialsMenuBase::LevelSetScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UTrialsMenuBase, DLCLevelSets) == 0x000270, "Member 'UTrialsMenuBase::DLCLevelSets' has a wrong offset!"); \ +static_assert(offsetof(UTrialsMenuBase, LevelSetClass) == 0x000278, "Member 'UTrialsMenuBase::LevelSetClass' has a wrong offset!"); \ +static_assert(offsetof(UTrialsMenuBase, DetailsWidgetClass) == 0x000280, "Member 'UTrialsMenuBase::DetailsWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UTrialsMenuBase, FadeIn) == 0x000288, "Member 'UTrialsMenuBase::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UTrialsMenuBase, SelectedButton) == 0x0002B0, "Member 'UTrialsMenuBase::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LedgeClimbable_IsFreeHangLedge \ +static_assert(alignof(LedgeClimbable_IsFreeHangLedge) == 0x000001, "Wrong alignment on LedgeClimbable_IsFreeHangLedge"); \ +static_assert(sizeof(LedgeClimbable_IsFreeHangLedge) == 0x000001, "Wrong size on LedgeClimbable_IsFreeHangLedge"); \ +static_assert(offsetof(LedgeClimbable_IsFreeHangLedge, ReturnValue) == 0x000000, "Member 'LedgeClimbable_IsFreeHangLedge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LedgeClimbable_IsMantleable \ +static_assert(alignof(LedgeClimbable_IsMantleable) == 0x000001, "Wrong alignment on LedgeClimbable_IsMantleable"); \ +static_assert(sizeof(LedgeClimbable_IsMantleable) == 0x000001, "Wrong size on LedgeClimbable_IsMantleable"); \ +static_assert(offsetof(LedgeClimbable_IsMantleable, ReturnValue) == 0x000000, "Member 'LedgeClimbable_IsMantleable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILedgeClimbable \ +static_assert(alignof(ILedgeClimbable) == 0x000001, "Wrong alignment on ILedgeClimbable"); \ +static_assert(sizeof(ILedgeClimbable) == 0x000001, "Wrong size on ILedgeClimbable"); \ + +#define DUMPER7_ASSERTS_DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription \ +static_assert(alignof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription) == 0x000008, "Wrong alignment on DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription"); \ +static_assert(sizeof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription) == 0x000078, "Wrong size on DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription"); \ +static_assert(offsetof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription, Config) == 0x000000, "Member 'DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription::Config' has a wrong offset!"); \ +static_assert(offsetof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription, ReturnValue) == 0x000060, "Member 'DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText \ +static_assert(alignof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText) == 0x000008, "Wrong alignment on DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText"); \ +static_assert(sizeof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText) == 0x000078, "Wrong size on DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText"); \ +static_assert(offsetof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText, Config) == 0x000000, "Member 'DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText::Config' has a wrong offset!"); \ +static_assert(offsetof(DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText, ReturnValue) == 0x000060, "Member 'DLCBonusObjectiveFunctionLibrary_FormatBonusObjectiveProgressText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLCBonusObjectiveFunctionLibrary \ +static_assert(alignof(UDLCBonusObjectiveFunctionLibrary) == 0x000008, "Wrong alignment on UDLCBonusObjectiveFunctionLibrary"); \ +static_assert(sizeof(UDLCBonusObjectiveFunctionLibrary) == 0x000028, "Wrong size on UDLCBonusObjectiveFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_DLCObjectiveProgressRow_Init \ +static_assert(alignof(DLCObjectiveProgressRow_Init) == 0x000008, "Wrong alignment on DLCObjectiveProgressRow_Init"); \ +static_assert(sizeof(DLCObjectiveProgressRow_Init) == 0x000060, "Wrong size on DLCObjectiveProgressRow_Init"); \ +static_assert(offsetof(DLCObjectiveProgressRow_Init, InConfig) == 0x000000, "Member 'DLCObjectiveProgressRow_Init::InConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCObjectiveProgressRow_SetObjectiveState \ +static_assert(alignof(DLCObjectiveProgressRow_SetObjectiveState) == 0x000001, "Wrong alignment on DLCObjectiveProgressRow_SetObjectiveState"); \ +static_assert(sizeof(DLCObjectiveProgressRow_SetObjectiveState) == 0x000001, "Wrong size on DLCObjectiveProgressRow_SetObjectiveState"); \ +static_assert(offsetof(DLCObjectiveProgressRow_SetObjectiveState, State) == 0x000000, "Member 'DLCObjectiveProgressRow_SetObjectiveState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLCObjectiveProgressRow \ +static_assert(alignof(UDLCObjectiveProgressRow) == 0x000008, "Wrong alignment on UDLCObjectiveProgressRow"); \ +static_assert(sizeof(UDLCObjectiveProgressRow) == 0x0002D0, "Wrong size on UDLCObjectiveProgressRow"); \ +static_assert(offsetof(UDLCObjectiveProgressRow, ObjectiveText) == 0x000260, "Member 'UDLCObjectiveProgressRow::ObjectiveText' has a wrong offset!"); \ +static_assert(offsetof(UDLCObjectiveProgressRow, ValueText) == 0x000268, "Member 'UDLCObjectiveProgressRow::ValueText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingFogDirector_SetEnabled \ +static_assert(alignof(LightingFogDirector_SetEnabled) == 0x000001, "Wrong alignment on LightingFogDirector_SetEnabled"); \ +static_assert(sizeof(LightingFogDirector_SetEnabled) == 0x000001, "Wrong size on LightingFogDirector_SetEnabled"); \ +static_assert(offsetof(LightingFogDirector_SetEnabled, Enabled) == 0x000000, "Member 'LightingFogDirector_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightingFogDirector \ +static_assert(alignof(ALightingFogDirector) == 0x000008, "Wrong alignment on ALightingFogDirector"); \ +static_assert(sizeof(ALightingFogDirector) == 0x000480, "Wrong size on ALightingFogDirector"); \ +static_assert(offsetof(ALightingFogDirector, DirectionalLight) == 0x000228, "Member 'ALightingFogDirector::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, SkyLight) == 0x000230, "Member 'ALightingFogDirector::SkyLight' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, ExponentialHeightFog) == 0x000238, "Member 'ALightingFogDirector::ExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, AtmosphericFog) == 0x000240, "Member 'ALightingFogDirector::AtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, Sky) == 0x000248, "Member 'ALightingFogDirector::Sky' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, AllowTickInEditor) == 0x000250, "Member 'ALightingFogDirector::AllowTickInEditor' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, LightingSettings) == 0x000258, "Member 'ALightingFogDirector::LightingSettings' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, FogSettings) == 0x0002B0, "Member 'ALightingFogDirector::FogSettings' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, SkySettings) == 0x000324, "Member 'ALightingFogDirector::SkySettings' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, CloudSettings) == 0x0003B4, "Member 'ALightingFogDirector::CloudSettings' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, CurrentWindSettings) == 0x0003F8, "Member 'ALightingFogDirector::CurrentWindSettings' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, DefaultWindSettings) == 0x00040C, "Member 'ALightingFogDirector::DefaultWindSettings' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, WindSettingsLerpFactor) == 0x000420, "Member 'ALightingFogDirector::WindSettingsLerpFactor' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, WindParameters) == 0x000428, "Member 'ALightingFogDirector::WindParameters' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, LightingFogComponent) == 0x000458, "Member 'ALightingFogDirector::LightingFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ALightingFogDirector, MaterialParamCollection) == 0x000460, "Member 'ALightingFogDirector::MaterialParamCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCObjectivesProgress_Init \ +static_assert(alignof(DLCObjectivesProgress_Init) == 0x000008, "Wrong alignment on DLCObjectivesProgress_Init"); \ +static_assert(sizeof(DLCObjectivesProgress_Init) == 0x0000A8, "Wrong size on DLCObjectivesProgress_Init"); \ +static_assert(offsetof(DLCObjectivesProgress_Init, InLevelConfig) == 0x000000, "Member 'DLCObjectivesProgress_Init::InLevelConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLCObjectivesProgress \ +static_assert(alignof(UDLCObjectivesProgress) == 0x000008, "Wrong alignment on UDLCObjectivesProgress"); \ +static_assert(sizeof(UDLCObjectivesProgress) == 0x000330, "Wrong size on UDLCObjectivesProgress"); \ +static_assert(offsetof(UDLCObjectivesProgress, VertPanel) == 0x000260, "Member 'UDLCObjectivesProgress::VertPanel' has a wrong offset!"); \ +static_assert(offsetof(UDLCObjectivesProgress, ProgressRows) == 0x000268, "Member 'UDLCObjectivesProgress::ProgressRows' has a wrong offset!"); \ +static_assert(offsetof(UDLCObjectivesProgress, LevelConfig) == 0x000278, "Member 'UDLCObjectivesProgress::LevelConfig' has a wrong offset!"); \ +static_assert(offsetof(UDLCObjectivesProgress, BonusObjectivesTable) == 0x000320, "Member 'UDLCObjectivesProgress::BonusObjectivesTable' has a wrong offset!"); \ +static_assert(offsetof(UDLCObjectivesProgress, ProgressRowClass) == 0x000328, "Member 'UDLCObjectivesProgress::ProgressRowClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCResultsScreen_Init \ +static_assert(alignof(DLCResultsScreen_Init) == 0x000008, "Wrong alignment on DLCResultsScreen_Init"); \ +static_assert(sizeof(DLCResultsScreen_Init) == 0x000160, "Wrong size on DLCResultsScreen_Init"); \ +static_assert(offsetof(DLCResultsScreen_Init, InLevelConfig) == 0x000000, "Member 'DLCResultsScreen_Init::InLevelConfig' has a wrong offset!"); \ +static_assert(offsetof(DLCResultsScreen_Init, InTrialSaveData) == 0x0000A8, "Member 'DLCResultsScreen_Init::InTrialSaveData' has a wrong offset!"); \ +static_assert(offsetof(DLCResultsScreen_Init, NewBestTime) == 0x000100, "Member 'DLCResultsScreen_Init::NewBestTime' has a wrong offset!"); \ +static_assert(offsetof(DLCResultsScreen_Init, PrevCompleted) == 0x000108, "Member 'DLCResultsScreen_Init::PrevCompleted' has a wrong offset!"); \ +static_assert(offsetof(DLCResultsScreen_Init, EarnedReward) == 0x000158, "Member 'DLCResultsScreen_Init::EarnedReward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCResultsScreen_GetBonusObjectives \ +static_assert(alignof(DLCResultsScreen_GetBonusObjectives) == 0x000008, "Wrong alignment on DLCResultsScreen_GetBonusObjectives"); \ +static_assert(sizeof(DLCResultsScreen_GetBonusObjectives) == 0x000010, "Wrong size on DLCResultsScreen_GetBonusObjectives"); \ +static_assert(offsetof(DLCResultsScreen_GetBonusObjectives, ReturnValue) == 0x000000, "Member 'DLCResultsScreen_GetBonusObjectives::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCResultsScreen_GetBonusObjectiveState \ +static_assert(alignof(DLCResultsScreen_GetBonusObjectiveState) == 0x000004, "Wrong alignment on DLCResultsScreen_GetBonusObjectiveState"); \ +static_assert(sizeof(DLCResultsScreen_GetBonusObjectiveState) == 0x00000C, "Wrong size on DLCResultsScreen_GetBonusObjectiveState"); \ +static_assert(offsetof(DLCResultsScreen_GetBonusObjectiveState, ConfigName) == 0x000000, "Member 'DLCResultsScreen_GetBonusObjectiveState::ConfigName' has a wrong offset!"); \ +static_assert(offsetof(DLCResultsScreen_GetBonusObjectiveState, ReturnValue) == 0x000008, "Member 'DLCResultsScreen_GetBonusObjectiveState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCResultsScreen_GetElapsedTimeMs \ +static_assert(alignof(DLCResultsScreen_GetElapsedTimeMs) == 0x000004, "Wrong alignment on DLCResultsScreen_GetElapsedTimeMs"); \ +static_assert(sizeof(DLCResultsScreen_GetElapsedTimeMs) == 0x000004, "Wrong size on DLCResultsScreen_GetElapsedTimeMs"); \ +static_assert(offsetof(DLCResultsScreen_GetElapsedTimeMs, ReturnValue) == 0x000000, "Member 'DLCResultsScreen_GetElapsedTimeMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLCResultsScreen \ +static_assert(alignof(UDLCResultsScreen) == 0x000008, "Wrong alignment on UDLCResultsScreen"); \ +static_assert(sizeof(UDLCResultsScreen) == 0x0003C0, "Wrong size on UDLCResultsScreen"); \ +static_assert(offsetof(UDLCResultsScreen, LevelConfig) == 0x000260, "Member 'UDLCResultsScreen::LevelConfig' has a wrong offset!"); \ +static_assert(offsetof(UDLCResultsScreen, TrialSaveData) == 0x000308, "Member 'UDLCResultsScreen::TrialSaveData' has a wrong offset!"); \ +static_assert(offsetof(UDLCResultsScreen, IsNewBestTime) == 0x000360, "Member 'UDLCResultsScreen::IsNewBestTime' has a wrong offset!"); \ +static_assert(offsetof(UDLCResultsScreen, HasEarnedReward) == 0x000361, "Member 'UDLCResultsScreen::HasEarnedReward' has a wrong offset!"); \ +static_assert(offsetof(UDLCResultsScreen, PrevCompletedObjectives) == 0x000368, "Member 'UDLCResultsScreen::PrevCompletedObjectives' has a wrong offset!"); \ +static_assert(offsetof(UDLCResultsScreen, BonusObjectivesTable) == 0x0003B8, "Member 'UDLCResultsScreen::BonusObjectivesTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteractiveActorSensor \ +static_assert(alignof(AInteractiveActorSensor) == 0x000008, "Wrong alignment on AInteractiveActorSensor"); \ +static_assert(sizeof(AInteractiveActorSensor) == 0x000468, "Wrong size on AInteractiveActorSensor"); \ +static_assert(offsetof(AInteractiveActorSensor, Sphere) == 0x000460, "Member 'AInteractiveActorSensor::Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLCTimerWidget_SetIsPaused \ +static_assert(alignof(DLCTimerWidget_SetIsPaused) == 0x000001, "Wrong alignment on DLCTimerWidget_SetIsPaused"); \ +static_assert(sizeof(DLCTimerWidget_SetIsPaused) == 0x000001, "Wrong size on DLCTimerWidget_SetIsPaused"); \ +static_assert(offsetof(DLCTimerWidget_SetIsPaused, Paused) == 0x000000, "Member 'DLCTimerWidget_SetIsPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLCTimerWidget \ +static_assert(alignof(UDLCTimerWidget) == 0x000008, "Wrong alignment on UDLCTimerWidget"); \ +static_assert(sizeof(UDLCTimerWidget) == 0x000268, "Wrong size on UDLCTimerWidget"); \ +static_assert(offsetof(UDLCTimerWidget, TimerText) == 0x000260, "Member 'UDLCTimerWidget::TimerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADlcTrialsShrine \ +static_assert(alignof(ADlcTrialsShrine) == 0x000008, "Wrong alignment on ADlcTrialsShrine"); \ +static_assert(sizeof(ADlcTrialsShrine) == 0x000228, "Wrong size on ADlcTrialsShrine"); \ + +#define DUMPER7_ASSERTS_AMochiWaterBody \ +static_assert(alignof(AMochiWaterBody) == 0x000008, "Wrong alignment on AMochiWaterBody"); \ +static_assert(sizeof(AMochiWaterBody) == 0x0003A8, "Wrong size on AMochiWaterBody"); \ + +#define DUMPER7_ASSERTS_LiquidDeadzoneWaterBody_WatchedValueChanged \ +static_assert(alignof(LiquidDeadzoneWaterBody_WatchedValueChanged) == 0x000004, "Wrong alignment on LiquidDeadzoneWaterBody_WatchedValueChanged"); \ +static_assert(sizeof(LiquidDeadzoneWaterBody_WatchedValueChanged) == 0x000010, "Wrong size on LiquidDeadzoneWaterBody_WatchedValueChanged"); \ +static_assert(offsetof(LiquidDeadzoneWaterBody_WatchedValueChanged, ChangeContext) == 0x000000, "Member 'LiquidDeadzoneWaterBody_WatchedValueChanged::ChangeContext' has a wrong offset!"); \ +static_assert(offsetof(LiquidDeadzoneWaterBody_WatchedValueChanged, KeyName) == 0x000004, "Member 'LiquidDeadzoneWaterBody_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(LiquidDeadzoneWaterBody_WatchedValueChanged, Value) == 0x00000C, "Member 'LiquidDeadzoneWaterBody_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiquidDeadzoneWaterBody_GetIsDeadzoneActive \ +static_assert(alignof(LiquidDeadzoneWaterBody_GetIsDeadzoneActive) == 0x000001, "Wrong alignment on LiquidDeadzoneWaterBody_GetIsDeadzoneActive"); \ +static_assert(sizeof(LiquidDeadzoneWaterBody_GetIsDeadzoneActive) == 0x000001, "Wrong size on LiquidDeadzoneWaterBody_GetIsDeadzoneActive"); \ +static_assert(offsetof(LiquidDeadzoneWaterBody_GetIsDeadzoneActive, ReturnValue) == 0x000000, "Member 'LiquidDeadzoneWaterBody_GetIsDeadzoneActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALiquidDeadzoneWaterBody \ +static_assert(alignof(ALiquidDeadzoneWaterBody) == 0x000008, "Wrong alignment on ALiquidDeadzoneWaterBody"); \ +static_assert(sizeof(ALiquidDeadzoneWaterBody) == 0x0003E8, "Wrong size on ALiquidDeadzoneWaterBody"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, DisableAllDeadzoneBehavior) == 0x0003A8, "Member 'ALiquidDeadzoneWaterBody::DisableAllDeadzoneBehavior' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, UsePDSForProgression) == 0x0003A9, "Member 'ALiquidDeadzoneWaterBody::UsePDSForProgression' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, ProgressionPDSKey) == 0x0003AC, "Member 'ALiquidDeadzoneWaterBody::ProgressionPDSKey' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, StartClean) == 0x0003B4, "Member 'ALiquidDeadzoneWaterBody::StartClean' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, OverrideLiquidDZMaterial) == 0x0003B5, "Member 'ALiquidDeadzoneWaterBody::OverrideLiquidDZMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, CustomLiquidDZMaterial) == 0x0003B8, "Member 'ALiquidDeadzoneWaterBody::CustomLiquidDZMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, CustomLiquidDZMaterialDist) == 0x0003C0, "Member 'ALiquidDeadzoneWaterBody::CustomLiquidDZMaterialDist' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, PDSWatchComponent) == 0x0003C8, "Member 'ALiquidDeadzoneWaterBody::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, LiquidDeadzoneMat) == 0x0003D0, "Member 'ALiquidDeadzoneWaterBody::LiquidDeadzoneMat' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, LiquidDZPhysicalMat) == 0x0003D8, "Member 'ALiquidDeadzoneWaterBody::LiquidDZPhysicalMat' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneWaterBody, DeadzoneActive) == 0x0003E0, "Member 'ALiquidDeadzoneWaterBody::DeadzoneActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DOFManagerHelpers_AddDOFEnableRequest \ +static_assert(alignof(DOFManagerHelpers_AddDOFEnableRequest) == 0x000001, "Wrong alignment on DOFManagerHelpers_AddDOFEnableRequest"); \ +static_assert(sizeof(DOFManagerHelpers_AddDOFEnableRequest) == 0x000001, "Wrong size on DOFManagerHelpers_AddDOFEnableRequest"); \ +static_assert(offsetof(DOFManagerHelpers_AddDOFEnableRequest, IsGameplay) == 0x000000, "Member 'DOFManagerHelpers_AddDOFEnableRequest::IsGameplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DOFManagerHelpers_RemoveDOFEnableRequest \ +static_assert(alignof(DOFManagerHelpers_RemoveDOFEnableRequest) == 0x000001, "Wrong alignment on DOFManagerHelpers_RemoveDOFEnableRequest"); \ +static_assert(sizeof(DOFManagerHelpers_RemoveDOFEnableRequest) == 0x000001, "Wrong size on DOFManagerHelpers_RemoveDOFEnableRequest"); \ +static_assert(offsetof(DOFManagerHelpers_RemoveDOFEnableRequest, IsGameplay) == 0x000000, "Member 'DOFManagerHelpers_RemoveDOFEnableRequest::IsGameplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDOFManagerHelpers \ +static_assert(alignof(UDOFManagerHelpers) == 0x000008, "Wrong alignment on UDOFManagerHelpers"); \ +static_assert(sizeof(UDOFManagerHelpers) == 0x000028, "Wrong size on UDOFManagerHelpers"); \ + +#define DUMPER7_ASSERTS_DoorBase_Close \ +static_assert(alignof(DoorBase_Close) == 0x000004, "Wrong alignment on DoorBase_Close"); \ +static_assert(sizeof(DoorBase_Close) == 0x000014, "Wrong size on DoorBase_Close"); \ +static_assert(offsetof(DoorBase_Close, Callback) == 0x000000, "Member 'DoorBase_Close::Callback' has a wrong offset!"); \ +static_assert(offsetof(DoorBase_Close, ReturnValue) == 0x000010, "Member 'DoorBase_Close::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_CloseAndLockTrigger \ +static_assert(alignof(DoorBase_CloseAndLockTrigger) == 0x000008, "Wrong alignment on DoorBase_CloseAndLockTrigger"); \ +static_assert(sizeof(DoorBase_CloseAndLockTrigger) == 0x000008, "Wrong size on DoorBase_CloseAndLockTrigger"); \ +static_assert(offsetof(DoorBase_CloseAndLockTrigger, Params_0) == 0x000000, "Member 'DoorBase_CloseAndLockTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_CloseSimple \ +static_assert(alignof(DoorBase_CloseSimple) == 0x000001, "Wrong alignment on DoorBase_CloseSimple"); \ +static_assert(sizeof(DoorBase_CloseSimple) == 0x000001, "Wrong size on DoorBase_CloseSimple"); \ +static_assert(offsetof(DoorBase_CloseSimple, ReturnValue) == 0x000000, "Member 'DoorBase_CloseSimple::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_CloseTrigger \ +static_assert(alignof(DoorBase_CloseTrigger) == 0x000008, "Wrong alignment on DoorBase_CloseTrigger"); \ +static_assert(sizeof(DoorBase_CloseTrigger) == 0x000008, "Wrong size on DoorBase_CloseTrigger"); \ +static_assert(offsetof(DoorBase_CloseTrigger, Params_0) == 0x000000, "Member 'DoorBase_CloseTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_OnCloseComplete \ +static_assert(alignof(DoorBase_OnCloseComplete) == 0x000004, "Wrong alignment on DoorBase_OnCloseComplete"); \ +static_assert(sizeof(DoorBase_OnCloseComplete) == 0x000010, "Wrong size on DoorBase_OnCloseComplete"); \ +static_assert(offsetof(DoorBase_OnCloseComplete, Callback) == 0x000000, "Member 'DoorBase_OnCloseComplete::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_OnOpenComplete \ +static_assert(alignof(DoorBase_OnOpenComplete) == 0x000004, "Wrong alignment on DoorBase_OnOpenComplete"); \ +static_assert(sizeof(DoorBase_OnOpenComplete) == 0x000010, "Wrong size on DoorBase_OnOpenComplete"); \ +static_assert(offsetof(DoorBase_OnOpenComplete, Callback) == 0x000000, "Member 'DoorBase_OnOpenComplete::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_OnOpenLockedComplete \ +static_assert(alignof(DoorBase_OnOpenLockedComplete) == 0x000004, "Wrong alignment on DoorBase_OnOpenLockedComplete"); \ +static_assert(sizeof(DoorBase_OnOpenLockedComplete) == 0x000010, "Wrong size on DoorBase_OnOpenLockedComplete"); \ +static_assert(offsetof(DoorBase_OnOpenLockedComplete, Callback) == 0x000000, "Member 'DoorBase_OnOpenLockedComplete::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_Open \ +static_assert(alignof(DoorBase_Open) == 0x000004, "Wrong alignment on DoorBase_Open"); \ +static_assert(sizeof(DoorBase_Open) == 0x000014, "Wrong size on DoorBase_Open"); \ +static_assert(offsetof(DoorBase_Open, Callback) == 0x000000, "Member 'DoorBase_Open::Callback' has a wrong offset!"); \ +static_assert(offsetof(DoorBase_Open, ReturnValue) == 0x000010, "Member 'DoorBase_Open::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_OpenAndUnlockTrigger \ +static_assert(alignof(DoorBase_OpenAndUnlockTrigger) == 0x000008, "Wrong alignment on DoorBase_OpenAndUnlockTrigger"); \ +static_assert(sizeof(DoorBase_OpenAndUnlockTrigger) == 0x000008, "Wrong size on DoorBase_OpenAndUnlockTrigger"); \ +static_assert(offsetof(DoorBase_OpenAndUnlockTrigger, Params_0) == 0x000000, "Member 'DoorBase_OpenAndUnlockTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_OpenSimple \ +static_assert(alignof(DoorBase_OpenSimple) == 0x000001, "Wrong alignment on DoorBase_OpenSimple"); \ +static_assert(sizeof(DoorBase_OpenSimple) == 0x000001, "Wrong size on DoorBase_OpenSimple"); \ +static_assert(offsetof(DoorBase_OpenSimple, ReturnValue) == 0x000000, "Member 'DoorBase_OpenSimple::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_OpenTrigger \ +static_assert(alignof(DoorBase_OpenTrigger) == 0x000008, "Wrong alignment on DoorBase_OpenTrigger"); \ +static_assert(sizeof(DoorBase_OpenTrigger) == 0x000008, "Wrong size on DoorBase_OpenTrigger"); \ +static_assert(offsetof(DoorBase_OpenTrigger, Params_0) == 0x000000, "Member 'DoorBase_OpenTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_PlayAnim \ +static_assert(alignof(DoorBase_PlayAnim) == 0x000008, "Wrong alignment on DoorBase_PlayAnim"); \ +static_assert(sizeof(DoorBase_PlayAnim) == 0x000020, "Wrong size on DoorBase_PlayAnim"); \ +static_assert(offsetof(DoorBase_PlayAnim, Anim) == 0x000000, "Member 'DoorBase_PlayAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(DoorBase_PlayAnim, OnCompleteFunc) == 0x000008, "Member 'DoorBase_PlayAnim::OnCompleteFunc' has a wrong offset!"); \ +static_assert(offsetof(DoorBase_PlayAnim, Callback) == 0x000010, "Member 'DoorBase_PlayAnim::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_SetIsLocked \ +static_assert(alignof(DoorBase_SetIsLocked) == 0x000001, "Wrong alignment on DoorBase_SetIsLocked"); \ +static_assert(sizeof(DoorBase_SetIsLocked) == 0x000001, "Wrong size on DoorBase_SetIsLocked"); \ +static_assert(offsetof(DoorBase_SetIsLocked, Locked) == 0x000000, "Member 'DoorBase_SetIsLocked::Locked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoorBase_SetLockedTrigger \ +static_assert(alignof(DoorBase_SetLockedTrigger) == 0x000008, "Wrong alignment on DoorBase_SetLockedTrigger"); \ +static_assert(sizeof(DoorBase_SetLockedTrigger) == 0x000008, "Wrong size on DoorBase_SetLockedTrigger"); \ +static_assert(offsetof(DoorBase_SetLockedTrigger, Params_0) == 0x000000, "Member 'DoorBase_SetLockedTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADoorBase \ +static_assert(alignof(ADoorBase) == 0x000008, "Wrong alignment on ADoorBase"); \ +static_assert(sizeof(ADoorBase) == 0x0002A8, "Wrong size on ADoorBase"); \ +static_assert(offsetof(ADoorBase, OpenAnim) == 0x000228, "Member 'ADoorBase::OpenAnim' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, OpenLockedAnim) == 0x000230, "Member 'ADoorBase::OpenLockedAnim' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, CloseAnim) == 0x000238, "Member 'ADoorBase::CloseAnim' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, T_OnDoorOpenComplete) == 0x000240, "Member 'ADoorBase::T_OnDoorOpenComplete' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, T_OnDoorCloseComplete) == 0x000250, "Member 'ADoorBase::T_OnDoorCloseComplete' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, T_OnDoorFailedToOpen) == 0x000260, "Member 'ADoorBase::T_OnDoorFailedToOpen' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, IsOpen) == 0x000270, "Member 'ADoorBase::IsOpen' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, IsLocked) == 0x000271, "Member 'ADoorBase::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, OnDoorStatusChanged) == 0x000278, "Member 'ADoorBase::OnDoorStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, Mesh) == 0x000288, "Member 'ADoorBase::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, TriggerNode) == 0x000290, "Member 'ADoorBase::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, SaveGameComponent) == 0x000298, "Member 'ADoorBase::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ADoorBase, OpenCloseTimer) == 0x0002A0, "Member 'ADoorBase::OpenCloseTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelStreamingManager \ +static_assert(alignof(ALevelStreamingManager) == 0x000008, "Wrong alignment on ALevelStreamingManager"); \ +static_assert(sizeof(ALevelStreamingManager) == 0x000390, "Wrong size on ALevelStreamingManager"); \ +static_assert(offsetof(ALevelStreamingManager, CombatStreamingPauseRequest) == 0x000228, "Member 'ALevelStreamingManager::CombatStreamingPauseRequest' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingManager, StreamingVolumes) == 0x000230, "Member 'ALevelStreamingManager::StreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingManager, TimesliceIndex) == 0x000240, "Member 'ALevelStreamingManager::TimesliceIndex' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingManager, PreviousVolumes) == 0x000248, "Member 'ALevelStreamingManager::PreviousVolumes' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingManager, CurrentVolumes) == 0x000298, "Member 'ALevelStreamingManager::CurrentVolumes' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingManager, PreviousLoadedLevels) == 0x0002E8, "Member 'ALevelStreamingManager::PreviousLoadedLevels' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingManager, Levels) == 0x000338, "Member 'ALevelStreamingManager::Levels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiTriggerEffectConfig \ +static_assert(alignof(UMochiTriggerEffectConfig) == 0x000008, "Wrong alignment on UMochiTriggerEffectConfig"); \ +static_assert(sizeof(UMochiTriggerEffectConfig) == 0x000080, "Wrong size on UMochiTriggerEffectConfig"); \ +static_assert(offsetof(UMochiTriggerEffectConfig, EffectSettings) == 0x000030, "Member 'UMochiTriggerEffectConfig::EffectSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPXTriggerEffectComponent_OverrideValue1 \ +static_assert(alignof(DPXTriggerEffectComponent_OverrideValue1) == 0x000004, "Wrong alignment on DPXTriggerEffectComponent_OverrideValue1"); \ +static_assert(sizeof(DPXTriggerEffectComponent_OverrideValue1) == 0x000004, "Wrong size on DPXTriggerEffectComponent_OverrideValue1"); \ +static_assert(offsetof(DPXTriggerEffectComponent_OverrideValue1, InValue1) == 0x000000, "Member 'DPXTriggerEffectComponent_OverrideValue1::InValue1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPXTriggerEffectComponent_OverrideValue2 \ +static_assert(alignof(DPXTriggerEffectComponent_OverrideValue2) == 0x000004, "Wrong alignment on DPXTriggerEffectComponent_OverrideValue2"); \ +static_assert(sizeof(DPXTriggerEffectComponent_OverrideValue2) == 0x000004, "Wrong size on DPXTriggerEffectComponent_OverrideValue2"); \ +static_assert(offsetof(DPXTriggerEffectComponent_OverrideValue2, InValue2) == 0x000000, "Member 'DPXTriggerEffectComponent_OverrideValue2::InValue2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPXTriggerEffectComponent_OverrideValue3 \ +static_assert(alignof(DPXTriggerEffectComponent_OverrideValue3) == 0x000004, "Wrong alignment on DPXTriggerEffectComponent_OverrideValue3"); \ +static_assert(sizeof(DPXTriggerEffectComponent_OverrideValue3) == 0x000004, "Wrong size on DPXTriggerEffectComponent_OverrideValue3"); \ +static_assert(offsetof(DPXTriggerEffectComponent_OverrideValue3, InValue3) == 0x000000, "Member 'DPXTriggerEffectComponent_OverrideValue3::InValue3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DPXTriggerEffectComponent_SetContext \ +static_assert(alignof(DPXTriggerEffectComponent_SetContext) == 0x000004, "Wrong alignment on DPXTriggerEffectComponent_SetContext"); \ +static_assert(sizeof(DPXTriggerEffectComponent_SetContext) == 0x000008, "Wrong size on DPXTriggerEffectComponent_SetContext"); \ +static_assert(offsetof(DPXTriggerEffectComponent_SetContext, Context) == 0x000000, "Member 'DPXTriggerEffectComponent_SetContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDPXTriggerEffectComponent \ +static_assert(alignof(UDPXTriggerEffectComponent) == 0x000008, "Wrong alignment on UDPXTriggerEffectComponent"); \ +static_assert(sizeof(UDPXTriggerEffectComponent) == 0x0000D0, "Wrong size on UDPXTriggerEffectComponent"); \ +static_assert(offsetof(UDPXTriggerEffectComponent, Config) == 0x0000B0, "Member 'UDPXTriggerEffectComponent::Config' has a wrong offset!"); \ +static_assert(offsetof(UDPXTriggerEffectComponent, TriggerEffect) == 0x0000B8, "Member 'UDPXTriggerEffectComponent::TriggerEffect' has a wrong offset!"); \ +static_assert(offsetof(UDPXTriggerEffectComponent, CurrentContext) == 0x0000C8, "Member 'UDPXTriggerEffectComponent::CurrentContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDumpGameAssetReferencesCommandlet \ +static_assert(alignof(UDumpGameAssetReferencesCommandlet) == 0x000008, "Wrong alignment on UDumpGameAssetReferencesCommandlet"); \ +static_assert(sizeof(UDumpGameAssetReferencesCommandlet) == 0x0000A0, "Wrong size on UDumpGameAssetReferencesCommandlet"); \ + +#define DUMPER7_ASSERTS_EmberMath_ConstrainPointByDistance \ +static_assert(alignof(EmberMath_ConstrainPointByDistance) == 0x000004, "Wrong alignment on EmberMath_ConstrainPointByDistance"); \ +static_assert(sizeof(EmberMath_ConstrainPointByDistance) == 0x00002C, "Wrong size on EmberMath_ConstrainPointByDistance"); \ +static_assert(offsetof(EmberMath_ConstrainPointByDistance, CurrentLocation) == 0x000000, "Member 'EmberMath_ConstrainPointByDistance::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainPointByDistance, ConstrainOrigin) == 0x00000C, "Member 'EmberMath_ConstrainPointByDistance::ConstrainOrigin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainPointByDistance, ConstrainDistance) == 0x000018, "Member 'EmberMath_ConstrainPointByDistance::ConstrainDistance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainPointByDistance, Inside) == 0x00001C, "Member 'EmberMath_ConstrainPointByDistance::Inside' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainPointByDistance, ReturnValue) == 0x000020, "Member 'EmberMath_ConstrainPointByDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_ConstrainVectorByDistance \ +static_assert(alignof(EmberMath_ConstrainVectorByDistance) == 0x000004, "Wrong alignment on EmberMath_ConstrainVectorByDistance"); \ +static_assert(sizeof(EmberMath_ConstrainVectorByDistance) == 0x000038, "Wrong size on EmberMath_ConstrainVectorByDistance"); \ +static_assert(offsetof(EmberMath_ConstrainVectorByDistance, InputVector) == 0x000000, "Member 'EmberMath_ConstrainVectorByDistance::InputVector' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainVectorByDistance, CurrentLocation) == 0x00000C, "Member 'EmberMath_ConstrainVectorByDistance::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainVectorByDistance, ConstrainOrigin) == 0x000018, "Member 'EmberMath_ConstrainVectorByDistance::ConstrainOrigin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainVectorByDistance, ConstrainDistance) == 0x000024, "Member 'EmberMath_ConstrainVectorByDistance::ConstrainDistance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainVectorByDistance, Inside) == 0x000028, "Member 'EmberMath_ConstrainVectorByDistance::Inside' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ConstrainVectorByDistance, ReturnValue) == 0x00002C, "Member 'EmberMath_ConstrainVectorByDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_Conv_RotatorToQuat \ +static_assert(alignof(EmberMath_Conv_RotatorToQuat) == 0x000010, "Wrong alignment on EmberMath_Conv_RotatorToQuat"); \ +static_assert(sizeof(EmberMath_Conv_RotatorToQuat) == 0x000020, "Wrong size on EmberMath_Conv_RotatorToQuat"); \ +static_assert(offsetof(EmberMath_Conv_RotatorToQuat, InRot) == 0x000000, "Member 'EmberMath_Conv_RotatorToQuat::InRot' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_Conv_RotatorToQuat, ReturnValue) == 0x000010, "Member 'EmberMath_Conv_RotatorToQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_Convert2DSpaceWithReferencePoints \ +static_assert(alignof(EmberMath_Convert2DSpaceWithReferencePoints) == 0x000004, "Wrong alignment on EmberMath_Convert2DSpaceWithReferencePoints"); \ +static_assert(sizeof(EmberMath_Convert2DSpaceWithReferencePoints) == 0x000030, "Wrong size on EmberMath_Convert2DSpaceWithReferencePoints"); \ +static_assert(offsetof(EmberMath_Convert2DSpaceWithReferencePoints, FromPoint) == 0x000000, "Member 'EmberMath_Convert2DSpaceWithReferencePoints::FromPoint' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_Convert2DSpaceWithReferencePoints, FromA) == 0x000008, "Member 'EmberMath_Convert2DSpaceWithReferencePoints::FromA' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_Convert2DSpaceWithReferencePoints, ToA) == 0x000010, "Member 'EmberMath_Convert2DSpaceWithReferencePoints::ToA' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_Convert2DSpaceWithReferencePoints, FromB) == 0x000018, "Member 'EmberMath_Convert2DSpaceWithReferencePoints::FromB' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_Convert2DSpaceWithReferencePoints, ToB) == 0x000020, "Member 'EmberMath_Convert2DSpaceWithReferencePoints::ToB' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_Convert2DSpaceWithReferencePoints, ReturnValue) == 0x000028, "Member 'EmberMath_Convert2DSpaceWithReferencePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_EvaluateCurve \ +static_assert(alignof(EmberMath_EvaluateCurve) == 0x000008, "Wrong alignment on EmberMath_EvaluateCurve"); \ +static_assert(sizeof(EmberMath_EvaluateCurve) == 0x000090, "Wrong size on EmberMath_EvaluateCurve"); \ +static_assert(offsetof(EmberMath_EvaluateCurve, Curve) == 0x000000, "Member 'EmberMath_EvaluateCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_EvaluateCurve, T) == 0x000088, "Member 'EmberMath_EvaluateCurve::T' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_EvaluateCurve, ReturnValue) == 0x00008C, "Member 'EmberMath_EvaluateCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_FallDistanceToTime \ +static_assert(alignof(EmberMath_FallDistanceToTime) == 0x000004, "Wrong alignment on EmberMath_FallDistanceToTime"); \ +static_assert(sizeof(EmberMath_FallDistanceToTime) == 0x00000C, "Wrong size on EmberMath_FallDistanceToTime"); \ +static_assert(offsetof(EmberMath_FallDistanceToTime, Distance) == 0x000000, "Member 'EmberMath_FallDistanceToTime::Distance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FallDistanceToTime, Gravity) == 0x000004, "Member 'EmberMath_FallDistanceToTime::Gravity' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FallDistanceToTime, ReturnValue) == 0x000008, "Member 'EmberMath_FallDistanceToTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_FallTimeToDistance \ +static_assert(alignof(EmberMath_FallTimeToDistance) == 0x000004, "Wrong alignment on EmberMath_FallTimeToDistance"); \ +static_assert(sizeof(EmberMath_FallTimeToDistance) == 0x00000C, "Wrong size on EmberMath_FallTimeToDistance"); \ +static_assert(offsetof(EmberMath_FallTimeToDistance, Time) == 0x000000, "Member 'EmberMath_FallTimeToDistance::Time' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FallTimeToDistance, Gravity) == 0x000004, "Member 'EmberMath_FallTimeToDistance::Gravity' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FallTimeToDistance, ReturnValue) == 0x000008, "Member 'EmberMath_FallTimeToDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_FindClosestPointOnSphere \ +static_assert(alignof(EmberMath_FindClosestPointOnSphere) == 0x000004, "Wrong alignment on EmberMath_FindClosestPointOnSphere"); \ +static_assert(sizeof(EmberMath_FindClosestPointOnSphere) == 0x000028, "Wrong size on EmberMath_FindClosestPointOnSphere"); \ +static_assert(offsetof(EmberMath_FindClosestPointOnSphere, Center) == 0x000000, "Member 'EmberMath_FindClosestPointOnSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FindClosestPointOnSphere, Radius) == 0x00000C, "Member 'EmberMath_FindClosestPointOnSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FindClosestPointOnSphere, Point) == 0x000010, "Member 'EmberMath_FindClosestPointOnSphere::Point' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_FindClosestPointOnSphere, ReturnValue) == 0x00001C, "Member 'EmberMath_FindClosestPointOnSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_GetCurveDuration \ +static_assert(alignof(EmberMath_GetCurveDuration) == 0x000008, "Wrong alignment on EmberMath_GetCurveDuration"); \ +static_assert(sizeof(EmberMath_GetCurveDuration) == 0x000090, "Wrong size on EmberMath_GetCurveDuration"); \ +static_assert(offsetof(EmberMath_GetCurveDuration, Curve) == 0x000000, "Member 'EmberMath_GetCurveDuration::Curve' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_GetCurveDuration, ReturnValue) == 0x000088, "Member 'EmberMath_GetCurveDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_GetDistanceAtInputKey \ +static_assert(alignof(EmberMath_GetDistanceAtInputKey) == 0x000008, "Wrong alignment on EmberMath_GetDistanceAtInputKey"); \ +static_assert(sizeof(EmberMath_GetDistanceAtInputKey) == 0x000010, "Wrong size on EmberMath_GetDistanceAtInputKey"); \ +static_assert(offsetof(EmberMath_GetDistanceAtInputKey, Spline) == 0x000000, "Member 'EmberMath_GetDistanceAtInputKey::Spline' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_GetDistanceAtInputKey, InputKey) == 0x000008, "Member 'EmberMath_GetDistanceAtInputKey::InputKey' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_GetDistanceAtInputKey, ReturnValue) == 0x00000C, "Member 'EmberMath_GetDistanceAtInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_GetRelativeDirectionName \ +static_assert(alignof(EmberMath_GetRelativeDirectionName) == 0x000004, "Wrong alignment on EmberMath_GetRelativeDirectionName"); \ +static_assert(sizeof(EmberMath_GetRelativeDirectionName) == 0x00000C, "Wrong size on EmberMath_GetRelativeDirectionName"); \ +static_assert(offsetof(EmberMath_GetRelativeDirectionName, Dir) == 0x000000, "Member 'EmberMath_GetRelativeDirectionName::Dir' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_GetRelativeDirectionName, ReturnValue) == 0x000004, "Member 'EmberMath_GetRelativeDirectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_InterpArcBezier \ +static_assert(alignof(EmberMath_InterpArcBezier) == 0x000004, "Wrong alignment on EmberMath_InterpArcBezier"); \ +static_assert(sizeof(EmberMath_InterpArcBezier) == 0x00003C, "Wrong size on EmberMath_InterpArcBezier"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, From) == 0x000000, "Member 'EmberMath_InterpArcBezier::From' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, To) == 0x00000C, "Member 'EmberMath_InterpArcBezier::To' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, Smoothness) == 0x000018, "Member 'EmberMath_InterpArcBezier::Smoothness' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, Height) == 0x00001C, "Member 'EmberMath_InterpArcBezier::Height' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, BendDirection) == 0x000020, "Member 'EmberMath_InterpArcBezier::BendDirection' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, Percent) == 0x00002C, "Member 'EmberMath_InterpArcBezier::Percent' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpArcBezier, ReturnValue) == 0x000030, "Member 'EmberMath_InterpArcBezier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_InterpCubeBezier \ +static_assert(alignof(EmberMath_InterpCubeBezier) == 0x000004, "Wrong alignment on EmberMath_InterpCubeBezier"); \ +static_assert(sizeof(EmberMath_InterpCubeBezier) == 0x000040, "Wrong size on EmberMath_InterpCubeBezier"); \ +static_assert(offsetof(EmberMath_InterpCubeBezier, p0) == 0x000000, "Member 'EmberMath_InterpCubeBezier::p0' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpCubeBezier, p1) == 0x00000C, "Member 'EmberMath_InterpCubeBezier::p1' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpCubeBezier, p2) == 0x000018, "Member 'EmberMath_InterpCubeBezier::p2' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpCubeBezier, p3) == 0x000024, "Member 'EmberMath_InterpCubeBezier::p3' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpCubeBezier, T) == 0x000030, "Member 'EmberMath_InterpCubeBezier::T' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpCubeBezier, ReturnValue) == 0x000034, "Member 'EmberMath_InterpCubeBezier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_InterpTwistingBezier \ +static_assert(alignof(EmberMath_InterpTwistingBezier) == 0x000004, "Wrong alignment on EmberMath_InterpTwistingBezier"); \ +static_assert(sizeof(EmberMath_InterpTwistingBezier) == 0x000038, "Wrong size on EmberMath_InterpTwistingBezier"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, From) == 0x000000, "Member 'EmberMath_InterpTwistingBezier::From' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, To) == 0x00000C, "Member 'EmberMath_InterpTwistingBezier::To' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, Smoothness) == 0x000018, "Member 'EmberMath_InterpTwistingBezier::Smoothness' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, TwistDistance) == 0x00001C, "Member 'EmberMath_InterpTwistingBezier::TwistDistance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, TwistRotationDegrees) == 0x000020, "Member 'EmberMath_InterpTwistingBezier::TwistRotationDegrees' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, Percent) == 0x000024, "Member 'EmberMath_InterpTwistingBezier::Percent' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, StartRotationDegrees) == 0x000028, "Member 'EmberMath_InterpTwistingBezier::StartRotationDegrees' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_InterpTwistingBezier, ReturnValue) == 0x00002C, "Member 'EmberMath_InterpTwistingBezier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_IsInViewFrustum \ +static_assert(alignof(EmberMath_IsInViewFrustum) == 0x000008, "Wrong alignment on EmberMath_IsInViewFrustum"); \ +static_assert(sizeof(EmberMath_IsInViewFrustum) == 0x000010, "Wrong size on EmberMath_IsInViewFrustum"); \ +static_assert(offsetof(EmberMath_IsInViewFrustum, Actor) == 0x000000, "Member 'EmberMath_IsInViewFrustum::Actor' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_IsInViewFrustum, ReturnValue) == 0x000008, "Member 'EmberMath_IsInViewFrustum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_MultiCone2DTraceForCharacters \ +static_assert(alignof(EmberMath_MultiCone2DTraceForCharacters) == 0x000008, "Wrong alignment on EmberMath_MultiCone2DTraceForCharacters"); \ +static_assert(sizeof(EmberMath_MultiCone2DTraceForCharacters) == 0x000060, "Wrong size on EmberMath_MultiCone2DTraceForCharacters"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, WorldContextObject) == 0x000000, "Member 'EmberMath_MultiCone2DTraceForCharacters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, Origin) == 0x000008, "Member 'EmberMath_MultiCone2DTraceForCharacters::Origin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, Direction) == 0x000014, "Member 'EmberMath_MultiCone2DTraceForCharacters::Direction' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, Distance) == 0x000020, "Member 'EmberMath_MultiCone2DTraceForCharacters::Distance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, Angle) == 0x000024, "Member 'EmberMath_MultiCone2DTraceForCharacters::Angle' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, ObjectTypes) == 0x000028, "Member 'EmberMath_MultiCone2DTraceForCharacters::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, ActorsToIgnore) == 0x000038, "Member 'EmberMath_MultiCone2DTraceForCharacters::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, OutCharacters) == 0x000048, "Member 'EmberMath_MultiCone2DTraceForCharacters::OutCharacters' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiCone2DTraceForCharacters, ReturnValue) == 0x000058, "Member 'EmberMath_MultiCone2DTraceForCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_MultiConeTraceByChannel \ +static_assert(alignof(EmberMath_MultiConeTraceByChannel) == 0x000008, "Wrong alignment on EmberMath_MultiConeTraceByChannel"); \ +static_assert(sizeof(EmberMath_MultiConeTraceByChannel) == 0x000058, "Wrong size on EmberMath_MultiConeTraceByChannel"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, WorldContextObject) == 0x000000, "Member 'EmberMath_MultiConeTraceByChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, Origin) == 0x000008, "Member 'EmberMath_MultiConeTraceByChannel::Origin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, Direction) == 0x000014, "Member 'EmberMath_MultiConeTraceByChannel::Direction' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, Distance) == 0x000020, "Member 'EmberMath_MultiConeTraceByChannel::Distance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, Angle) == 0x000024, "Member 'EmberMath_MultiConeTraceByChannel::Angle' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, TraceChannel) == 0x000028, "Member 'EmberMath_MultiConeTraceByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, ActorsToIgnore) == 0x000030, "Member 'EmberMath_MultiConeTraceByChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, OutActors) == 0x000040, "Member 'EmberMath_MultiConeTraceByChannel::OutActors' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceByChannel, ReturnValue) == 0x000050, "Member 'EmberMath_MultiConeTraceByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_MultiConeTraceForObjects \ +static_assert(alignof(EmberMath_MultiConeTraceForObjects) == 0x000008, "Wrong alignment on EmberMath_MultiConeTraceForObjects"); \ +static_assert(sizeof(EmberMath_MultiConeTraceForObjects) == 0x000060, "Wrong size on EmberMath_MultiConeTraceForObjects"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, WorldContextObject) == 0x000000, "Member 'EmberMath_MultiConeTraceForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, Origin) == 0x000008, "Member 'EmberMath_MultiConeTraceForObjects::Origin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, Direction) == 0x000014, "Member 'EmberMath_MultiConeTraceForObjects::Direction' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, Distance) == 0x000020, "Member 'EmberMath_MultiConeTraceForObjects::Distance' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, Angle) == 0x000024, "Member 'EmberMath_MultiConeTraceForObjects::Angle' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, ObjectTypes) == 0x000028, "Member 'EmberMath_MultiConeTraceForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, ActorsToIgnore) == 0x000038, "Member 'EmberMath_MultiConeTraceForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, OutActors) == 0x000048, "Member 'EmberMath_MultiConeTraceForObjects::OutActors' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_MultiConeTraceForObjects, ReturnValue) == 0x000058, "Member 'EmberMath_MultiConeTraceForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_ProjectBoundsToScreen \ +static_assert(alignof(EmberMath_ProjectBoundsToScreen) == 0x000008, "Wrong alignment on EmberMath_ProjectBoundsToScreen"); \ +static_assert(sizeof(EmberMath_ProjectBoundsToScreen) == 0x000030, "Wrong size on EmberMath_ProjectBoundsToScreen"); \ +static_assert(offsetof(EmberMath_ProjectBoundsToScreen, ForPlayer) == 0x000000, "Member 'EmberMath_ProjectBoundsToScreen::ForPlayer' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ProjectBoundsToScreen, Origin) == 0x000008, "Member 'EmberMath_ProjectBoundsToScreen::Origin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ProjectBoundsToScreen, Extents) == 0x000014, "Member 'EmberMath_ProjectBoundsToScreen::Extents' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ProjectBoundsToScreen, OutOrigin) == 0x000020, "Member 'EmberMath_ProjectBoundsToScreen::OutOrigin' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ProjectBoundsToScreen, OutExtents) == 0x000028, "Member 'EmberMath_ProjectBoundsToScreen::OutExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_RelativeDirectionToVector \ +static_assert(alignof(EmberMath_RelativeDirectionToVector) == 0x000004, "Wrong alignment on EmberMath_RelativeDirectionToVector"); \ +static_assert(sizeof(EmberMath_RelativeDirectionToVector) == 0x00000C, "Wrong size on EmberMath_RelativeDirectionToVector"); \ +static_assert(offsetof(EmberMath_RelativeDirectionToVector, RelativeDirection) == 0x000000, "Member 'EmberMath_RelativeDirectionToVector::RelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_RelativeDirectionToVector, ReturnValue) == 0x000004, "Member 'EmberMath_RelativeDirectionToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_ReverseHitResult \ +static_assert(alignof(EmberMath_ReverseHitResult) == 0x000008, "Wrong alignment on EmberMath_ReverseHitResult"); \ +static_assert(sizeof(EmberMath_ReverseHitResult) == 0x000120, "Wrong size on EmberMath_ReverseHitResult"); \ +static_assert(offsetof(EmberMath_ReverseHitResult, InHitResult) == 0x000000, "Member 'EmberMath_ReverseHitResult::InHitResult' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ReverseHitResult, NewHitComponent) == 0x000088, "Member 'EmberMath_ReverseHitResult::NewHitComponent' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ReverseHitResult, OutFlippedHitResult) == 0x000090, "Member 'EmberMath_ReverseHitResult::OutFlippedHitResult' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ReverseHitResult, AttemptTraceBack) == 0x000118, "Member 'EmberMath_ReverseHitResult::AttemptTraceBack' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_ReverseHitResult, TraceDistance) == 0x00011C, "Member 'EmberMath_ReverseHitResult::TraceDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_SignedDistanceToPlane \ +static_assert(alignof(EmberMath_SignedDistanceToPlane) == 0x000010, "Wrong alignment on EmberMath_SignedDistanceToPlane"); \ +static_assert(sizeof(EmberMath_SignedDistanceToPlane) == 0x000020, "Wrong size on EmberMath_SignedDistanceToPlane"); \ +static_assert(offsetof(EmberMath_SignedDistanceToPlane, Plane) == 0x000000, "Member 'EmberMath_SignedDistanceToPlane::Plane' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SignedDistanceToPlane, Point) == 0x000010, "Member 'EmberMath_SignedDistanceToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SignedDistanceToPlane, ReturnValue) == 0x00001C, "Member 'EmberMath_SignedDistanceToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_SimulateProjectileTrajectory \ +static_assert(alignof(EmberMath_SimulateProjectileTrajectory) == 0x000008, "Wrong alignment on EmberMath_SimulateProjectileTrajectory"); \ +static_assert(sizeof(EmberMath_SimulateProjectileTrajectory) == 0x000058, "Wrong size on EmberMath_SimulateProjectileTrajectory"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, WorldContextObject) == 0x000000, "Member 'EmberMath_SimulateProjectileTrajectory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, ArcSteps) == 0x000008, "Member 'EmberMath_SimulateProjectileTrajectory::ArcSteps' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, DeltaTime) == 0x00000C, "Member 'EmberMath_SimulateProjectileTrajectory::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, Gravity) == 0x000010, "Member 'EmberMath_SimulateProjectileTrajectory::Gravity' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, LinearDamping) == 0x000014, "Member 'EmberMath_SimulateProjectileTrajectory::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, StartLocation) == 0x000018, "Member 'EmberMath_SimulateProjectileTrajectory::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, StartVelocity) == 0x000024, "Member 'EmberMath_SimulateProjectileTrajectory::StartVelocity' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, CollisionProfile) == 0x000030, "Member 'EmberMath_SimulateProjectileTrajectory::CollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, ActorsToIgnore) == 0x000038, "Member 'EmberMath_SimulateProjectileTrajectory::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SimulateProjectileTrajectory, ReturnValue) == 0x000048, "Member 'EmberMath_SimulateProjectileTrajectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_SphereOverlapActorsByChannel \ +static_assert(alignof(EmberMath_SphereOverlapActorsByChannel) == 0x000008, "Wrong alignment on EmberMath_SphereOverlapActorsByChannel"); \ +static_assert(sizeof(EmberMath_SphereOverlapActorsByChannel) == 0x000050, "Wrong size on EmberMath_SphereOverlapActorsByChannel"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, WorldContextObject) == 0x000000, "Member 'EmberMath_SphereOverlapActorsByChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, SpherePos) == 0x000008, "Member 'EmberMath_SphereOverlapActorsByChannel::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, SphereRadius) == 0x000014, "Member 'EmberMath_SphereOverlapActorsByChannel::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, TraceChannel) == 0x000018, "Member 'EmberMath_SphereOverlapActorsByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, ActorClassFilter) == 0x000020, "Member 'EmberMath_SphereOverlapActorsByChannel::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, ActorsToIgnore) == 0x000028, "Member 'EmberMath_SphereOverlapActorsByChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, OutActors) == 0x000038, "Member 'EmberMath_SphereOverlapActorsByChannel::OutActors' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapActorsByChannel, ReturnValue) == 0x000048, "Member 'EmberMath_SphereOverlapActorsByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_SphereOverlapComponentsByChannel \ +static_assert(alignof(EmberMath_SphereOverlapComponentsByChannel) == 0x000008, "Wrong alignment on EmberMath_SphereOverlapComponentsByChannel"); \ +static_assert(sizeof(EmberMath_SphereOverlapComponentsByChannel) == 0x000050, "Wrong size on EmberMath_SphereOverlapComponentsByChannel"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, WorldContextObject) == 0x000000, "Member 'EmberMath_SphereOverlapComponentsByChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, SpherePos) == 0x000008, "Member 'EmberMath_SphereOverlapComponentsByChannel::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, SphereRadius) == 0x000014, "Member 'EmberMath_SphereOverlapComponentsByChannel::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, TraceChannel) == 0x000018, "Member 'EmberMath_SphereOverlapComponentsByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, ComponentClassFilter) == 0x000020, "Member 'EmberMath_SphereOverlapComponentsByChannel::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, ActorsToIgnore) == 0x000028, "Member 'EmberMath_SphereOverlapComponentsByChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, OutComponents) == 0x000038, "Member 'EmberMath_SphereOverlapComponentsByChannel::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereOverlapComponentsByChannel, ReturnValue) == 0x000048, "Member 'EmberMath_SphereOverlapComponentsByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_SphereRadiusToVolume \ +static_assert(alignof(EmberMath_SphereRadiusToVolume) == 0x000004, "Wrong alignment on EmberMath_SphereRadiusToVolume"); \ +static_assert(sizeof(EmberMath_SphereRadiusToVolume) == 0x000008, "Wrong size on EmberMath_SphereRadiusToVolume"); \ +static_assert(offsetof(EmberMath_SphereRadiusToVolume, Radius) == 0x000000, "Member 'EmberMath_SphereRadiusToVolume::Radius' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereRadiusToVolume, ReturnValue) == 0x000004, "Member 'EmberMath_SphereRadiusToVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_SphereVolumeToRadius \ +static_assert(alignof(EmberMath_SphereVolumeToRadius) == 0x000004, "Wrong alignment on EmberMath_SphereVolumeToRadius"); \ +static_assert(sizeof(EmberMath_SphereVolumeToRadius) == 0x000008, "Wrong size on EmberMath_SphereVolumeToRadius"); \ +static_assert(offsetof(EmberMath_SphereVolumeToRadius, Volume) == 0x000000, "Member 'EmberMath_SphereVolumeToRadius::Volume' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_SphereVolumeToRadius, ReturnValue) == 0x000004, "Member 'EmberMath_SphereVolumeToRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_TryFindClosestPointOnNavmesh \ +static_assert(alignof(EmberMath_TryFindClosestPointOnNavmesh) == 0x000008, "Wrong alignment on EmberMath_TryFindClosestPointOnNavmesh"); \ +static_assert(sizeof(EmberMath_TryFindClosestPointOnNavmesh) == 0x000040, "Wrong size on EmberMath_TryFindClosestPointOnNavmesh"); \ +static_assert(offsetof(EmberMath_TryFindClosestPointOnNavmesh, WorldContextObject) == 0x000000, "Member 'EmberMath_TryFindClosestPointOnNavmesh::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_TryFindClosestPointOnNavmesh, NavAgent) == 0x000008, "Member 'EmberMath_TryFindClosestPointOnNavmesh::NavAgent' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_TryFindClosestPointOnNavmesh, ToPoint) == 0x000018, "Member 'EmberMath_TryFindClosestPointOnNavmesh::ToPoint' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_TryFindClosestPointOnNavmesh, OutVector) == 0x000024, "Member 'EmberMath_TryFindClosestPointOnNavmesh::OutVector' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_TryFindClosestPointOnNavmesh, Extents) == 0x000030, "Member 'EmberMath_TryFindClosestPointOnNavmesh::Extents' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_TryFindClosestPointOnNavmesh, ReturnValue) == 0x00003C, "Member 'EmberMath_TryFindClosestPointOnNavmesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberMath_VectorToRelativeDirection \ +static_assert(alignof(EmberMath_VectorToRelativeDirection) == 0x000004, "Wrong alignment on EmberMath_VectorToRelativeDirection"); \ +static_assert(sizeof(EmberMath_VectorToRelativeDirection) == 0x00000C, "Wrong size on EmberMath_VectorToRelativeDirection"); \ +static_assert(offsetof(EmberMath_VectorToRelativeDirection, LocalDirection) == 0x000000, "Member 'EmberMath_VectorToRelativeDirection::LocalDirection' has a wrong offset!"); \ +static_assert(offsetof(EmberMath_VectorToRelativeDirection, ReturnValue) == 0x000008, "Member 'EmberMath_VectorToRelativeDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEmberMath \ +static_assert(alignof(UEmberMath) == 0x000008, "Wrong alignment on UEmberMath"); \ +static_assert(sizeof(UEmberMath) == 0x000028, "Wrong size on UEmberMath"); \ + +#define DUMPER7_ASSERTS_InspectableActorComponent_HandleInspectModeStateChanged \ +static_assert(alignof(InspectableActorComponent_HandleInspectModeStateChanged) == 0x000001, "Wrong alignment on InspectableActorComponent_HandleInspectModeStateChanged"); \ +static_assert(sizeof(InspectableActorComponent_HandleInspectModeStateChanged) == 0x000001, "Wrong size on InspectableActorComponent_HandleInspectModeStateChanged"); \ +static_assert(offsetof(InspectableActorComponent_HandleInspectModeStateChanged, IsEnabled) == 0x000000, "Member 'InspectableActorComponent_HandleInspectModeStateChanged::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectableActorComponent_RegisterMeshes \ +static_assert(alignof(InspectableActorComponent_RegisterMeshes) == 0x000008, "Wrong alignment on InspectableActorComponent_RegisterMeshes"); \ +static_assert(sizeof(InspectableActorComponent_RegisterMeshes) == 0x000010, "Wrong size on InspectableActorComponent_RegisterMeshes"); \ +static_assert(offsetof(InspectableActorComponent_RegisterMeshes, MeshesToHighlight) == 0x000000, "Member 'InspectableActorComponent_RegisterMeshes::MeshesToHighlight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectableActorComponent_SetInspectable \ +static_assert(alignof(InspectableActorComponent_SetInspectable) == 0x000001, "Wrong alignment on InspectableActorComponent_SetInspectable"); \ +static_assert(sizeof(InspectableActorComponent_SetInspectable) == 0x000001, "Wrong size on InspectableActorComponent_SetInspectable"); \ +static_assert(offsetof(InspectableActorComponent_SetInspectable, Inspectable) == 0x000000, "Member 'InspectableActorComponent_SetInspectable::Inspectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectableActorComponent_GetIsInspectable \ +static_assert(alignof(InspectableActorComponent_GetIsInspectable) == 0x000001, "Wrong alignment on InspectableActorComponent_GetIsInspectable"); \ +static_assert(sizeof(InspectableActorComponent_GetIsInspectable) == 0x000001, "Wrong size on InspectableActorComponent_GetIsInspectable"); \ +static_assert(offsetof(InspectableActorComponent_GetIsInspectable, ReturnValue) == 0x000000, "Member 'InspectableActorComponent_GetIsInspectable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInspectableActorComponent \ +static_assert(alignof(UInspectableActorComponent) == 0x000008, "Wrong alignment on UInspectableActorComponent"); \ +static_assert(sizeof(UInspectableActorComponent) == 0x0000D8, "Wrong size on UInspectableActorComponent"); \ +static_assert(offsetof(UInspectableActorComponent, OnInspectModeStateChanged) == 0x0000B0, "Member 'UInspectableActorComponent::OnInspectModeStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UInspectableActorComponent, InspectableMeshes) == 0x0000C0, "Member 'UInspectableActorComponent::InspectableMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInspectableActorComponent, HighlightAllActorMeshes) == 0x0000D0, "Member 'UInspectableActorComponent::HighlightAllActorMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInspectableActorComponent, IsInspectable) == 0x0000D1, "Member 'UInspectableActorComponent::IsInspectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberPointLightComponent_OnParticleSystemActivated \ +static_assert(alignof(EmberPointLightComponent_OnParticleSystemActivated) == 0x000001, "Wrong alignment on EmberPointLightComponent_OnParticleSystemActivated"); \ +static_assert(sizeof(EmberPointLightComponent_OnParticleSystemActivated) == 0x000001, "Wrong size on EmberPointLightComponent_OnParticleSystemActivated"); \ +static_assert(offsetof(EmberPointLightComponent_OnParticleSystemActivated, bReset) == 0x000000, "Member 'EmberPointLightComponent_OnParticleSystemActivated::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberPointLightComponent_SetLightOn \ +static_assert(alignof(EmberPointLightComponent_SetLightOn) == 0x000001, "Wrong alignment on EmberPointLightComponent_SetLightOn"); \ +static_assert(sizeof(EmberPointLightComponent_SetLightOn) == 0x000001, "Wrong size on EmberPointLightComponent_SetLightOn"); \ +static_assert(offsetof(EmberPointLightComponent_SetLightOn, LightOn) == 0x000000, "Member 'EmberPointLightComponent_SetLightOn::LightOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmberPointLightComponent_SetOriginalIntensity \ +static_assert(alignof(EmberPointLightComponent_SetOriginalIntensity) == 0x000004, "Wrong alignment on EmberPointLightComponent_SetOriginalIntensity"); \ +static_assert(sizeof(EmberPointLightComponent_SetOriginalIntensity) == 0x000004, "Wrong size on EmberPointLightComponent_SetOriginalIntensity"); \ +static_assert(offsetof(EmberPointLightComponent_SetOriginalIntensity, NewIntensity) == 0x000000, "Member 'EmberPointLightComponent_SetOriginalIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEmberPointLightComponent \ +static_assert(alignof(UEmberPointLightComponent) == 0x000010, "Wrong alignment on UEmberPointLightComponent"); \ +static_assert(sizeof(UEmberPointLightComponent) == 0x000530, "Wrong size on UEmberPointLightComponent"); \ +static_assert(offsetof(UEmberPointLightComponent, IsLightOn) == 0x000358, "Member 'UEmberPointLightComponent::IsLightOn' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, OriginalIntensity) == 0x00035C, "Member 'UEmberPointLightComponent::OriginalIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, FadeInCurve) == 0x000360, "Member 'UEmberPointLightComponent::FadeInCurve' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, FadeOutCurve) == 0x0003E8, "Member 'UEmberPointLightComponent::FadeOutCurve' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, UseFlickering) == 0x000478, "Member 'UEmberPointLightComponent::UseFlickering' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, FlickerCurve) == 0x000480, "Member 'UEmberPointLightComponent::FlickerCurve' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, UseParticleSystemForActivation) == 0x00050C, "Member 'UEmberPointLightComponent::UseParticleSystemForActivation' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, ParticleSystemTag) == 0x000510, "Member 'UEmberPointLightComponent::ParticleSystemTag' has a wrong offset!"); \ +static_assert(offsetof(UEmberPointLightComponent, ParticleSystem) == 0x000518, "Member 'UEmberPointLightComponent::ParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEmberPointLight \ +static_assert(alignof(AEmberPointLight) == 0x000008, "Wrong alignment on AEmberPointLight"); \ +static_assert(sizeof(AEmberPointLight) == 0x000230, "Wrong size on AEmberPointLight"); \ +static_assert(offsetof(AEmberPointLight, PointLightComponent) == 0x000228, "Member 'AEmberPointLight::PointLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UInteractiveFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UInteractiveFoliageInstancedStaticMeshComponent) == 0x0006E0, "Wrong size on UInteractiveFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UInteractiveFoliageInstancedStaticMeshComponent, FoliageConfig) == 0x0006A8, "Member 'UInteractiveFoliageInstancedStaticMeshComponent::FoliageConfig' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveFoliageInstancedStaticMeshComponent, FoliageClass) == 0x0006B0, "Member 'UInteractiveFoliageInstancedStaticMeshComponent::FoliageClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEncounterRewardConfig \ +static_assert(alignof(UEncounterRewardConfig) == 0x000008, "Wrong alignment on UEncounterRewardConfig"); \ +static_assert(sizeof(UEncounterRewardConfig) == 0x000038, "Wrong size on UEncounterRewardConfig"); \ +static_assert(offsetof(UEncounterRewardConfig, RotBondGranted) == 0x000030, "Member 'UEncounterRewardConfig::RotBondGranted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_BeginCombatTrigger \ +static_assert(alignof(EncounterVolume_BeginCombatTrigger) == 0x000008, "Wrong alignment on EncounterVolume_BeginCombatTrigger"); \ +static_assert(sizeof(EncounterVolume_BeginCombatTrigger) == 0x000008, "Wrong size on EncounterVolume_BeginCombatTrigger"); \ +static_assert(offsetof(EncounterVolume_BeginCombatTrigger, Params_0) == 0x000000, "Member 'EncounterVolume_BeginCombatTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_BroadcastNamedEvent \ +static_assert(alignof(EncounterVolume_BroadcastNamedEvent) == 0x000004, "Wrong alignment on EncounterVolume_BroadcastNamedEvent"); \ +static_assert(sizeof(EncounterVolume_BroadcastNamedEvent) == 0x000008, "Wrong size on EncounterVolume_BroadcastNamedEvent"); \ +static_assert(offsetof(EncounterVolume_BroadcastNamedEvent, Name_0) == 0x000000, "Member 'EncounterVolume_BroadcastNamedEvent::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_BroadcastNamedEventTrigger \ +static_assert(alignof(EncounterVolume_BroadcastNamedEventTrigger) == 0x000008, "Wrong alignment on EncounterVolume_BroadcastNamedEventTrigger"); \ +static_assert(sizeof(EncounterVolume_BroadcastNamedEventTrigger) == 0x000008, "Wrong size on EncounterVolume_BroadcastNamedEventTrigger"); \ +static_assert(offsetof(EncounterVolume_BroadcastNamedEventTrigger, NameParams) == 0x000000, "Member 'EncounterVolume_BroadcastNamedEventTrigger::NameParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_EndCombat \ +static_assert(alignof(EncounterVolume_EndCombat) == 0x000001, "Wrong alignment on EncounterVolume_EndCombat"); \ +static_assert(sizeof(EncounterVolume_EndCombat) == 0x000001, "Wrong size on EncounterVolume_EndCombat"); \ +static_assert(offsetof(EncounterVolume_EndCombat, ReturnValue) == 0x000000, "Member 'EncounterVolume_EndCombat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_EndCombatTrigger \ +static_assert(alignof(EncounterVolume_EndCombatTrigger) == 0x000008, "Wrong alignment on EncounterVolume_EndCombatTrigger"); \ +static_assert(sizeof(EncounterVolume_EndCombatTrigger) == 0x000008, "Wrong size on EncounterVolume_EndCombatTrigger"); \ +static_assert(offsetof(EncounterVolume_EndCombatTrigger, Params_0) == 0x000000, "Member 'EncounterVolume_EndCombatTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_OnEncounterBossSpawnerDied \ +static_assert(alignof(EncounterVolume_OnEncounterBossSpawnerDied) == 0x000008, "Wrong alignment on EncounterVolume_OnEncounterBossSpawnerDied"); \ +static_assert(sizeof(EncounterVolume_OnEncounterBossSpawnerDied) == 0x000010, "Wrong size on EncounterVolume_OnEncounterBossSpawnerDied"); \ +static_assert(offsetof(EncounterVolume_OnEncounterBossSpawnerDied, FromSpawner) == 0x000000, "Member 'EncounterVolume_OnEncounterBossSpawnerDied::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(EncounterVolume_OnEncounterBossSpawnerDied, Instance) == 0x000008, "Member 'EncounterVolume_OnEncounterBossSpawnerDied::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_OnEncounterBossSpawnerSpawned \ +static_assert(alignof(EncounterVolume_OnEncounterBossSpawnerSpawned) == 0x000008, "Wrong alignment on EncounterVolume_OnEncounterBossSpawnerSpawned"); \ +static_assert(sizeof(EncounterVolume_OnEncounterBossSpawnerSpawned) == 0x000018, "Wrong size on EncounterVolume_OnEncounterBossSpawnerSpawned"); \ +static_assert(offsetof(EncounterVolume_OnEncounterBossSpawnerSpawned, FromSpawner) == 0x000000, "Member 'EncounterVolume_OnEncounterBossSpawnerSpawned::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(EncounterVolume_OnEncounterBossSpawnerSpawned, Instances) == 0x000008, "Member 'EncounterVolume_OnEncounterBossSpawnerSpawned::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_OnEnemyKilled \ +static_assert(alignof(EncounterVolume_OnEnemyKilled) == 0x000008, "Wrong alignment on EncounterVolume_OnEnemyKilled"); \ +static_assert(sizeof(EncounterVolume_OnEnemyKilled) == 0x000010, "Wrong size on EncounterVolume_OnEnemyKilled"); \ +static_assert(offsetof(EncounterVolume_OnEnemyKilled, FromSpawner) == 0x000000, "Member 'EncounterVolume_OnEnemyKilled::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(EncounterVolume_OnEnemyKilled, Instance) == 0x000008, "Member 'EncounterVolume_OnEnemyKilled::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_SetCollisionShapeColor \ +static_assert(alignof(EncounterVolume_SetCollisionShapeColor) == 0x000004, "Wrong alignment on EncounterVolume_SetCollisionShapeColor"); \ +static_assert(sizeof(EncounterVolume_SetCollisionShapeColor) == 0x000004, "Wrong size on EncounterVolume_SetCollisionShapeColor"); \ +static_assert(offsetof(EncounterVolume_SetCollisionShapeColor, Color) == 0x000000, "Member 'EncounterVolume_SetCollisionShapeColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_SetEnabled \ +static_assert(alignof(EncounterVolume_SetEnabled) == 0x000001, "Wrong alignment on EncounterVolume_SetEnabled"); \ +static_assert(sizeof(EncounterVolume_SetEnabled) == 0x000001, "Wrong size on EncounterVolume_SetEnabled"); \ +static_assert(offsetof(EncounterVolume_SetEnabled, Enabled) == 0x000000, "Member 'EncounterVolume_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_SetEnabledTrigger \ +static_assert(alignof(EncounterVolume_SetEnabledTrigger) == 0x000008, "Wrong alignment on EncounterVolume_SetEnabledTrigger"); \ +static_assert(sizeof(EncounterVolume_SetEnabledTrigger) == 0x000008, "Wrong size on EncounterVolume_SetEnabledTrigger"); \ +static_assert(offsetof(EncounterVolume_SetEnabledTrigger, Params_0) == 0x000000, "Member 'EncounterVolume_SetEnabledTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_T_IncrementMusicPhase \ +static_assert(alignof(EncounterVolume_T_IncrementMusicPhase) == 0x000008, "Wrong alignment on EncounterVolume_T_IncrementMusicPhase"); \ +static_assert(sizeof(EncounterVolume_T_IncrementMusicPhase) == 0x000008, "Wrong size on EncounterVolume_T_IncrementMusicPhase"); \ +static_assert(offsetof(EncounterVolume_T_IncrementMusicPhase, Params_0) == 0x000000, "Member 'EncounterVolume_T_IncrementMusicPhase::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterVolume_GetEncounterName \ +static_assert(alignof(EncounterVolume_GetEncounterName) == 0x000008, "Wrong alignment on EncounterVolume_GetEncounterName"); \ +static_assert(sizeof(EncounterVolume_GetEncounterName) == 0x000010, "Wrong size on EncounterVolume_GetEncounterName"); \ +static_assert(offsetof(EncounterVolume_GetEncounterName, ReturnValue) == 0x000000, "Member 'EncounterVolume_GetEncounterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEncounterVolume \ +static_assert(alignof(AEncounterVolume) == 0x000010, "Wrong alignment on AEncounterVolume"); \ +static_assert(sizeof(AEncounterVolume) == 0x0003C0, "Wrong size on AEncounterVolume"); \ +static_assert(offsetof(AEncounterVolume, OnCombatBegan) == 0x000280, "Member 'AEncounterVolume::OnCombatBegan' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, OnCombatEnded) == 0x000290, "Member 'AEncounterVolume::OnCombatEnded' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, OnCombatCanceled) == 0x0002A0, "Member 'AEncounterVolume::OnCombatCanceled' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, StartEnabled) == 0x0002C0, "Member 'AEncounterVolume::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterType) == 0x0002C1, "Member 'AEncounterVolume::EncounterType' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, StartEncounterOnEnter) == 0x0002C2, "Member 'AEncounterVolume::StartEncounterOnEnter' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, PauseLevelStreamingDuringCombat) == 0x0002C3, "Member 'AEncounterVolume::PauseLevelStreamingDuringCombat' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, NotifyKenaWhenCombatEnds) == 0x0002C4, "Member 'AEncounterVolume::NotifyKenaWhenCombatEnds' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterRewardConfig) == 0x0002C8, "Member 'AEncounterVolume::EncounterRewardConfig' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, UseFloatingEncounterMusic) == 0x0002D0, "Member 'AEncounterVolume::UseFloatingEncounterMusic' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, WaveManager) == 0x0002D8, "Member 'AEncounterVolume::WaveManager' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, WaveManagerPlus) == 0x0002E0, "Member 'AEncounterVolume::WaveManagerPlus' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterState) == 0x0002E8, "Member 'AEncounterVolume::EncounterState' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterCompleted) == 0x0002E9, "Member 'AEncounterVolume::EncounterCompleted' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterBossSpawnerActor) == 0x0002F0, "Member 'AEncounterVolume::EncounterBossSpawnerActor' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterBossSpawner) == 0x0002F8, "Member 'AEncounterVolume::EncounterBossSpawner' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterBossInstance) == 0x000300, "Member 'AEncounterVolume::EncounterBossInstance' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EnemySpawnerActors) == 0x000308, "Member 'AEncounterVolume::EnemySpawnerActors' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, RotHidingSpots) == 0x000318, "Member 'AEncounterVolume::RotHidingSpots' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, TriggerNodeComponent) == 0x000328, "Member 'AEncounterVolume::TriggerNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, SaveGameComponent) == 0x000330, "Member 'AEncounterVolume::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterMusic) == 0x000338, "Member 'AEncounterVolume::EncounterMusic' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, EncounterMusicPhase) == 0x000339, "Member 'AEncounterVolume::EncounterMusicPhase' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, ShouldBeInCombat) == 0x00033A, "Member 'AEncounterVolume::ShouldBeInCombat' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, CancelCombatTimer) == 0x000340, "Member 'AEncounterVolume::CancelCombatTimer' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, PreloadDistance) == 0x000348, "Member 'AEncounterVolume::PreloadDistance' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, InitialActorOverlapTimerHandle) == 0x000350, "Member 'AEncounterVolume::InitialActorOverlapTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, CurrencyGranter) == 0x000358, "Member 'AEncounterVolume::CurrencyGranter' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, RecentEnemyDeathTransform) == 0x000360, "Member 'AEncounterVolume::RecentEnemyDeathTransform' has a wrong offset!"); \ +static_assert(offsetof(AEncounterVolume, HasUpdatedSpawners) == 0x000390, "Member 'AEncounterVolume::HasUpdatedSpawners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseUser_GetCurrentMochiAudio \ +static_assert(alignof(PhaseUser_GetCurrentMochiAudio) == 0x000008, "Wrong alignment on PhaseUser_GetCurrentMochiAudio"); \ +static_assert(sizeof(PhaseUser_GetCurrentMochiAudio) == 0x000010, "Wrong size on PhaseUser_GetCurrentMochiAudio"); \ +static_assert(offsetof(PhaseUser_GetCurrentMochiAudio, OutMontageManager) == 0x000000, "Member 'PhaseUser_GetCurrentMochiAudio::OutMontageManager' has a wrong offset!"); \ +static_assert(offsetof(PhaseUser_GetCurrentMochiAudio, ReturnValue) == 0x000008, "Member 'PhaseUser_GetCurrentMochiAudio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseUser_GetCurrentMontageManager \ +static_assert(alignof(PhaseUser_GetCurrentMontageManager) == 0x000008, "Wrong alignment on PhaseUser_GetCurrentMontageManager"); \ +static_assert(sizeof(PhaseUser_GetCurrentMontageManager) == 0x000010, "Wrong size on PhaseUser_GetCurrentMontageManager"); \ +static_assert(offsetof(PhaseUser_GetCurrentMontageManager, OutMontageManager) == 0x000000, "Member 'PhaseUser_GetCurrentMontageManager::OutMontageManager' has a wrong offset!"); \ +static_assert(offsetof(PhaseUser_GetCurrentMontageManager, ReturnValue) == 0x000008, "Member 'PhaseUser_GetCurrentMontageManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseUser_GetPhase \ +static_assert(alignof(PhaseUser_GetPhase) == 0x000004, "Wrong alignment on PhaseUser_GetPhase"); \ +static_assert(sizeof(PhaseUser_GetPhase) == 0x000004, "Wrong size on PhaseUser_GetPhase"); \ +static_assert(offsetof(PhaseUser_GetPhase, ReturnValue) == 0x000000, "Member 'PhaseUser_GetPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPhaseUser \ +static_assert(alignof(IPhaseUser) == 0x000001, "Wrong alignment on IPhaseUser"); \ +static_assert(sizeof(IPhaseUser) == 0x000001, "Wrong size on IPhaseUser"); \ + +#define DUMPER7_ASSERTS_ProximityCheckpoint_ActivateCheckpointInternal \ +static_assert(alignof(ProximityCheckpoint_ActivateCheckpointInternal) == 0x000008, "Wrong alignment on ProximityCheckpoint_ActivateCheckpointInternal"); \ +static_assert(sizeof(ProximityCheckpoint_ActivateCheckpointInternal) == 0x000008, "Wrong size on ProximityCheckpoint_ActivateCheckpointInternal"); \ +static_assert(offsetof(ProximityCheckpoint_ActivateCheckpointInternal, OtherActor) == 0x000000, "Member 'ProximityCheckpoint_ActivateCheckpointInternal::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityCheckpoint_OnOverlapBegin \ +static_assert(alignof(ProximityCheckpoint_OnOverlapBegin) == 0x000008, "Wrong alignment on ProximityCheckpoint_OnOverlapBegin"); \ +static_assert(sizeof(ProximityCheckpoint_OnOverlapBegin) == 0x0000A8, "Wrong size on ProximityCheckpoint_OnOverlapBegin"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'ProximityCheckpoint_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapBegin, OtherActor) == 0x000008, "Member 'ProximityCheckpoint_OnOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ProximityCheckpoint_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ProximityCheckpoint_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ProximityCheckpoint_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ProximityCheckpoint_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityCheckpoint_OnOverlapEnd \ +static_assert(alignof(ProximityCheckpoint_OnOverlapEnd) == 0x000008, "Wrong alignment on ProximityCheckpoint_OnOverlapEnd"); \ +static_assert(sizeof(ProximityCheckpoint_OnOverlapEnd) == 0x000020, "Wrong size on ProximityCheckpoint_OnOverlapEnd"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ProximityCheckpoint_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ProximityCheckpoint_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ProximityCheckpoint_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ProximityCheckpoint_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityCheckpoint_OnRetriggerBoxLeft \ +static_assert(alignof(ProximityCheckpoint_OnRetriggerBoxLeft) == 0x000008, "Wrong alignment on ProximityCheckpoint_OnRetriggerBoxLeft"); \ +static_assert(sizeof(ProximityCheckpoint_OnRetriggerBoxLeft) == 0x000020, "Wrong size on ProximityCheckpoint_OnRetriggerBoxLeft"); \ +static_assert(offsetof(ProximityCheckpoint_OnRetriggerBoxLeft, OverlappedComponent) == 0x000000, "Member 'ProximityCheckpoint_OnRetriggerBoxLeft::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnRetriggerBoxLeft, OtherActor) == 0x000008, "Member 'ProximityCheckpoint_OnRetriggerBoxLeft::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnRetriggerBoxLeft, OtherComp) == 0x000010, "Member 'ProximityCheckpoint_OnRetriggerBoxLeft::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityCheckpoint_OnRetriggerBoxLeft, OtherBodyIndex) == 0x000018, "Member 'ProximityCheckpoint_OnRetriggerBoxLeft::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProximityCheckpoint \ +static_assert(alignof(AProximityCheckpoint) == 0x000008, "Wrong alignment on AProximityCheckpoint"); \ +static_assert(sizeof(AProximityCheckpoint) == 0x0002C0, "Wrong size on AProximityCheckpoint"); \ +static_assert(offsetof(AProximityCheckpoint, RetriggerBoxScale) == 0x000278, "Member 'AProximityCheckpoint::RetriggerBoxScale' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, RetriggerMinHeight) == 0x00027C, "Member 'AProximityCheckpoint::RetriggerMinHeight' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, AllowRepeatedActivations) == 0x000280, "Member 'AProximityCheckpoint::AllowRepeatedActivations' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, BoxComponent) == 0x000288, "Member 'AProximityCheckpoint::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, RetriggerThresholdBox) == 0x000290, "Member 'AProximityCheckpoint::RetriggerThresholdBox' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, HurtBox) == 0x000298, "Member 'AProximityCheckpoint::HurtBox' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, StateWhitelist) == 0x0002A0, "Member 'AProximityCheckpoint::StateWhitelist' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, IsActive) == 0x0002B0, "Member 'AProximityCheckpoint::IsActive' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, PerformsSaveOnActivation) == 0x0002B1, "Member 'AProximityCheckpoint::PerformsSaveOnActivation' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, CanActivate) == 0x0002B2, "Member 'AProximityCheckpoint::CanActivate' has a wrong offset!"); \ +static_assert(offsetof(AProximityCheckpoint, StateMachine) == 0x0002B8, "Member 'AProximityCheckpoint::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_HandleMontageStart \ +static_assert(alignof(MochiAnimInstance_HandleMontageStart) == 0x000008, "Wrong alignment on MochiAnimInstance_HandleMontageStart"); \ +static_assert(sizeof(MochiAnimInstance_HandleMontageStart) == 0x000008, "Wrong size on MochiAnimInstance_HandleMontageStart"); \ +static_assert(offsetof(MochiAnimInstance_HandleMontageStart, Montage) == 0x000000, "Member 'MochiAnimInstance_HandleMontageStart::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_SetHeadTrackingMode \ +static_assert(alignof(MochiAnimInstance_SetHeadTrackingMode) == 0x000001, "Wrong alignment on MochiAnimInstance_SetHeadTrackingMode"); \ +static_assert(sizeof(MochiAnimInstance_SetHeadTrackingMode) == 0x000001, "Wrong size on MochiAnimInstance_SetHeadTrackingMode"); \ +static_assert(offsetof(MochiAnimInstance_SetHeadTrackingMode, NewMode) == 0x000000, "Member 'MochiAnimInstance_SetHeadTrackingMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_SetLeftFootIKWeight \ +static_assert(alignof(MochiAnimInstance_SetLeftFootIKWeight) == 0x000004, "Wrong alignment on MochiAnimInstance_SetLeftFootIKWeight"); \ +static_assert(sizeof(MochiAnimInstance_SetLeftFootIKWeight) == 0x000004, "Wrong size on MochiAnimInstance_SetLeftFootIKWeight"); \ +static_assert(offsetof(MochiAnimInstance_SetLeftFootIKWeight, Weight) == 0x000000, "Member 'MochiAnimInstance_SetLeftFootIKWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_SetRightFootIKWeight \ +static_assert(alignof(MochiAnimInstance_SetRightFootIKWeight) == 0x000004, "Wrong alignment on MochiAnimInstance_SetRightFootIKWeight"); \ +static_assert(sizeof(MochiAnimInstance_SetRightFootIKWeight) == 0x000004, "Wrong size on MochiAnimInstance_SetRightFootIKWeight"); \ +static_assert(offsetof(MochiAnimInstance_SetRightFootIKWeight, Weight) == 0x000000, "Member 'MochiAnimInstance_SetRightFootIKWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_UpdateLookEffector \ +static_assert(alignof(MochiAnimInstance_UpdateLookEffector) == 0x000010, "Wrong alignment on MochiAnimInstance_UpdateLookEffector"); \ +static_assert(sizeof(MochiAnimInstance_UpdateLookEffector) == 0x000030, "Wrong size on MochiAnimInstance_UpdateLookEffector"); \ +static_assert(offsetof(MochiAnimInstance_UpdateLookEffector, InEffector) == 0x000000, "Member 'MochiAnimInstance_UpdateLookEffector::InEffector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_UpdatePropertiesFromComponent \ +static_assert(alignof(MochiAnimInstance_UpdatePropertiesFromComponent) == 0x000008, "Wrong alignment on MochiAnimInstance_UpdatePropertiesFromComponent"); \ +static_assert(sizeof(MochiAnimInstance_UpdatePropertiesFromComponent) == 0x000010, "Wrong size on MochiAnimInstance_UpdatePropertiesFromComponent"); \ +static_assert(offsetof(MochiAnimInstance_UpdatePropertiesFromComponent, Comp) == 0x000000, "Member 'MochiAnimInstance_UpdatePropertiesFromComponent::Comp' has a wrong offset!"); \ +static_assert(offsetof(MochiAnimInstance_UpdatePropertiesFromComponent, DeltaTime) == 0x000008, "Member 'MochiAnimInstance_UpdatePropertiesFromComponent::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_GetHeadTrackingMode \ +static_assert(alignof(MochiAnimInstance_GetHeadTrackingMode) == 0x000001, "Wrong alignment on MochiAnimInstance_GetHeadTrackingMode"); \ +static_assert(sizeof(MochiAnimInstance_GetHeadTrackingMode) == 0x000001, "Wrong size on MochiAnimInstance_GetHeadTrackingMode"); \ +static_assert(offsetof(MochiAnimInstance_GetHeadTrackingMode, ReturnValue) == 0x000000, "Member 'MochiAnimInstance_GetHeadTrackingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAnimInstance_ShouldApplyHeadTracking \ +static_assert(alignof(MochiAnimInstance_ShouldApplyHeadTracking) == 0x000001, "Wrong alignment on MochiAnimInstance_ShouldApplyHeadTracking"); \ +static_assert(sizeof(MochiAnimInstance_ShouldApplyHeadTracking) == 0x000001, "Wrong size on MochiAnimInstance_ShouldApplyHeadTracking"); \ +static_assert(offsetof(MochiAnimInstance_ShouldApplyHeadTracking, ReturnValue) == 0x000000, "Member 'MochiAnimInstance_ShouldApplyHeadTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAnimInstance \ +static_assert(alignof(UMochiAnimInstance) == 0x000010, "Wrong alignment on UMochiAnimInstance"); \ +static_assert(sizeof(UMochiAnimInstance) == 0x000B20, "Wrong size on UMochiAnimInstance"); \ +static_assert(offsetof(UMochiAnimInstance, HeadTrackingBlendspaceName) == 0x0002C8, "Member 'UMochiAnimInstance::HeadTrackingBlendspaceName' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, mInstanceProxy) == 0x0002D0, "Member 'UMochiAnimInstance::mInstanceProxy' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, mMovement) == 0x000A40, "Member 'UMochiAnimInstance::mMovement' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, mCharacter) == 0x000A48, "Member 'UMochiAnimInstance::mCharacter' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LocalVelocity) == 0x000A50, "Member 'UMochiAnimInstance::LocalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, Velocity) == 0x000A5C, "Member 'UMochiAnimInstance::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, DeltaRotation) == 0x000A68, "Member 'UMochiAnimInstance::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, SlopePitch) == 0x000A74, "Member 'UMochiAnimInstance::SlopePitch' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, SlopeRoll) == 0x000A78, "Member 'UMochiAnimInstance::SlopeRoll' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LeftFootIKWeight) == 0x000A7C, "Member 'UMochiAnimInstance::LeftFootIKWeight' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, RightFootIKWeight) == 0x000A80, "Member 'UMochiAnimInstance::RightFootIKWeight' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, SlopeBlendSpeed) == 0x000A84, "Member 'UMochiAnimInstance::SlopeBlendSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, HeadTrackingMode) == 0x000A88, "Member 'UMochiAnimInstance::HeadTrackingMode' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, HeadBoneName) == 0x000A8C, "Member 'UMochiAnimInstance::HeadBoneName' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LookAtThresholdLeft) == 0x000A94, "Member 'UMochiAnimInstance::LookAtThresholdLeft' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LookAtThresholdRight) == 0x000A98, "Member 'UMochiAnimInstance::LookAtThresholdRight' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LookAtThresholdPitch) == 0x000A9C, "Member 'UMochiAnimInstance::LookAtThresholdPitch' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LookAtLerpSpeed) == 0x000AA0, "Member 'UMochiAnimInstance::LookAtLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, PreviousEffectorRotator) == 0x000AA4, "Member 'UMochiAnimInstance::PreviousEffectorRotator' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LookEffector) == 0x000AB0, "Member 'UMochiAnimInstance::LookEffector' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, ControlRotationOffset) == 0x000AE0, "Member 'UMochiAnimInstance::ControlRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, LookAtRotationOffset) == 0x000AEC, "Member 'UMochiAnimInstance::LookAtRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, BypassHeadTracking) == 0x000AF8, "Member 'UMochiAnimInstance::BypassHeadTracking' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, PendingTurns) == 0x000AFC, "Member 'UMochiAnimInstance::PendingTurns' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, PreviousRotation) == 0x000B00, "Member 'UMochiAnimInstance::PreviousRotation' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, RecentlyExceededLookAngle) == 0x000B0C, "Member 'UMochiAnimInstance::RecentlyExceededLookAngle' has a wrong offset!"); \ +static_assert(offsetof(UMochiAnimInstance, ReenableHeadTrackingAngleThreshold) == 0x000B10, "Member 'UMochiAnimInstance::ReenableHeadTrackingAngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnemyAnimInstance \ +static_assert(alignof(UEnemyAnimInstance) == 0x000010, "Wrong alignment on UEnemyAnimInstance"); \ +static_assert(sizeof(UEnemyAnimInstance) == 0x0012A0, "Wrong size on UEnemyAnimInstance"); \ +static_assert(offsetof(UEnemyAnimInstance, mEnemyInstanceProxy) == 0x000B20, "Member 'UEnemyAnimInstance::mEnemyInstanceProxy' has a wrong offset!"); \ +static_assert(offsetof(UEnemyAnimInstance, AICharacter) == 0x001290, "Member 'UEnemyAnimInstance::AICharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPickup_HandlePickedUp \ +static_assert(alignof(MochiPickup_HandlePickedUp) == 0x000008, "Wrong alignment on MochiPickup_HandlePickedUp"); \ +static_assert(sizeof(MochiPickup_HandlePickedUp) == 0x000010, "Wrong size on MochiPickup_HandlePickedUp"); \ +static_assert(offsetof(MochiPickup_HandlePickedUp, Gatherer) == 0x000000, "Member 'MochiPickup_HandlePickedUp::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(MochiPickup_HandlePickedUp, ReturnValue) == 0x000008, "Member 'MochiPickup_HandlePickedUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPickup_PickedUp \ +static_assert(alignof(MochiPickup_PickedUp) == 0x000008, "Wrong alignment on MochiPickup_PickedUp"); \ +static_assert(sizeof(MochiPickup_PickedUp) == 0x000008, "Wrong size on MochiPickup_PickedUp"); \ +static_assert(offsetof(MochiPickup_PickedUp, Gatherer) == 0x000000, "Member 'MochiPickup_PickedUp::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPickup_GetCanPickUp \ +static_assert(alignof(MochiPickup_GetCanPickUp) == 0x000008, "Wrong alignment on MochiPickup_GetCanPickUp"); \ +static_assert(sizeof(MochiPickup_GetCanPickUp) == 0x000010, "Wrong size on MochiPickup_GetCanPickUp"); \ +static_assert(offsetof(MochiPickup_GetCanPickUp, Gatherer) == 0x000000, "Member 'MochiPickup_GetCanPickUp::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(MochiPickup_GetCanPickUp, ReturnValue) == 0x000008, "Member 'MochiPickup_GetCanPickUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiPickup \ +static_assert(alignof(AMochiPickup) == 0x000008, "Wrong alignment on AMochiPickup"); \ +static_assert(sizeof(AMochiPickup) == 0x000270, "Wrong size on AMochiPickup"); \ +static_assert(offsetof(AMochiPickup, OnPickedUp) == 0x000230, "Member 'AMochiPickup::OnPickedUp' has a wrong offset!"); \ +static_assert(offsetof(AMochiPickup, GameplayTags) == 0x000240, "Member 'AMochiPickup::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AMochiPickup, CanPickup) == 0x000260, "Member 'AMochiPickup::CanPickup' has a wrong offset!"); \ +static_assert(offsetof(AMochiPickup, ShouldPostponePickupOnFail) == 0x000261, "Member 'AMochiPickup::ShouldPostponePickupOnFail' has a wrong offset!"); \ +static_assert(offsetof(AMochiPickup, IsActive) == 0x000262, "Member 'AMochiPickup::IsActive' has a wrong offset!"); \ +static_assert(offsetof(AMochiPickup, PostponedGatherer) == 0x000268, "Member 'AMochiPickup::PostponedGatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsPickup_HandleHit \ +static_assert(alignof(PhysicsPickup_HandleHit) == 0x000008, "Wrong alignment on PhysicsPickup_HandleHit"); \ +static_assert(sizeof(PhysicsPickup_HandleHit) == 0x0000B0, "Wrong size on PhysicsPickup_HandleHit"); \ +static_assert(offsetof(PhysicsPickup_HandleHit, HitComponent) == 0x000000, "Member 'PhysicsPickup_HandleHit::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(PhysicsPickup_HandleHit, OtherActor) == 0x000008, "Member 'PhysicsPickup_HandleHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PhysicsPickup_HandleHit, OtherComp) == 0x000010, "Member 'PhysicsPickup_HandleHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PhysicsPickup_HandleHit, NormalImpulse) == 0x000018, "Member 'PhysicsPickup_HandleHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(PhysicsPickup_HandleHit, Hit) == 0x000024, "Member 'PhysicsPickup_HandleHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsPickup_Landed \ +static_assert(alignof(PhysicsPickup_Landed) == 0x000004, "Wrong alignment on PhysicsPickup_Landed"); \ +static_assert(sizeof(PhysicsPickup_Landed) == 0x000088, "Wrong size on PhysicsPickup_Landed"); \ +static_assert(offsetof(PhysicsPickup_Landed, Hit) == 0x000000, "Member 'PhysicsPickup_Landed::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsPickup_Launch \ +static_assert(alignof(PhysicsPickup_Launch) == 0x000004, "Wrong alignment on PhysicsPickup_Launch"); \ +static_assert(sizeof(PhysicsPickup_Launch) == 0x00000C, "Wrong size on PhysicsPickup_Launch"); \ +static_assert(offsetof(PhysicsPickup_Launch, Direction) == 0x000000, "Member 'PhysicsPickup_Launch::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsPickup \ +static_assert(alignof(APhysicsPickup) == 0x000008, "Wrong alignment on APhysicsPickup"); \ +static_assert(sizeof(APhysicsPickup) == 0x0002D0, "Wrong size on APhysicsPickup"); \ +static_assert(offsetof(APhysicsPickup, Collision) == 0x000270, "Member 'APhysicsPickup::Collision' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, PickupDelay) == 0x000278, "Member 'APhysicsPickup::PickupDelay' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, DisablePhysicsOnLand) == 0x00027C, "Member 'APhysicsPickup::DisablePhysicsOnLand' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, LaunchVelocity) == 0x000280, "Member 'APhysicsPickup::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, NumberOfBounces) == 0x000284, "Member 'APhysicsPickup::NumberOfBounces' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, PickupDuration) == 0x000288, "Member 'APhysicsPickup::PickupDuration' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, AttractToGathererBeforeGranting) == 0x00028C, "Member 'APhysicsPickup::AttractToGathererBeforeGranting' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, PickupAttractSocketName) == 0x000290, "Member 'APhysicsPickup::PickupAttractSocketName' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, PickupAttractDuration) == 0x000298, "Member 'APhysicsPickup::PickupAttractDuration' has a wrong offset!"); \ +static_assert(offsetof(APhysicsPickup, GathererPawn) == 0x0002A0, "Member 'APhysicsPickup::GathererPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnemyBaseBalanceConfig \ +static_assert(alignof(UEnemyBaseBalanceConfig) == 0x000008, "Wrong alignment on UEnemyBaseBalanceConfig"); \ +static_assert(sizeof(UEnemyBaseBalanceConfig) == 0x0003E0, "Wrong size on UEnemyBaseBalanceConfig"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, WeaponConfigs) == 0x0001F0, "Member 'UEnemyBaseBalanceConfig::WeaponConfigs' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, HitResponseConfig) == 0x000240, "Member 'UEnemyBaseBalanceConfig::HitResponseConfig' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, HitstopConfig) == 0x000280, "Member 'UEnemyBaseBalanceConfig::HitstopConfig' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, FriendlyFire) == 0x000398, "Member 'UEnemyBaseBalanceConfig::FriendlyFire' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, IsChaoticEnemy) == 0x000399, "Member 'UEnemyBaseBalanceConfig::IsChaoticEnemy' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, NumCouragePickupsOnDeath) == 0x00039C, "Member 'UEnemyBaseBalanceConfig::NumCouragePickupsOnDeath' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, ChanceOfCouragePickupsOnDeath) == 0x0003A4, "Member 'UEnemyBaseBalanceConfig::ChanceOfCouragePickupsOnDeath' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, DamageToPainUtility) == 0x0003AC, "Member 'UEnemyBaseBalanceConfig::DamageToPainUtility' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, TokenStealDistanceThreshold) == 0x0003B0, "Member 'UEnemyBaseBalanceConfig::TokenStealDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, TokenStealDotThreshold) == 0x0003B4, "Member 'UEnemyBaseBalanceConfig::TokenStealDotThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, TokenStealRequiresRendered) == 0x0003B8, "Member 'UEnemyBaseBalanceConfig::TokenStealRequiresRendered' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, AggressionConfig) == 0x0003BC, "Member 'UEnemyBaseBalanceConfig::AggressionConfig' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, BindDamageConfig) == 0x0003D0, "Member 'UEnemyBaseBalanceConfig::BindDamageConfig' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, PauseBTOnStagger) == 0x0003D8, "Member 'UEnemyBaseBalanceConfig::PauseBTOnStagger' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, PauseBTOnHeavyStagger) == 0x0003D9, "Member 'UEnemyBaseBalanceConfig::PauseBTOnHeavyStagger' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, PauseBTOnParried) == 0x0003DA, "Member 'UEnemyBaseBalanceConfig::PauseBTOnParried' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, RestartBTOnStagger) == 0x0003DB, "Member 'UEnemyBaseBalanceConfig::RestartBTOnStagger' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, RestartBTOnHeavyStagger) == 0x0003DC, "Member 'UEnemyBaseBalanceConfig::RestartBTOnHeavyStagger' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, RestartBTOnParried) == 0x0003DD, "Member 'UEnemyBaseBalanceConfig::RestartBTOnParried' has a wrong offset!"); \ +static_assert(offsetof(UEnemyBaseBalanceConfig, SpawnType) == 0x0003DE, "Member 'UEnemyBaseBalanceConfig::SpawnType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_DispatchGlobalMessage \ +static_assert(alignof(EnemyBaseCharacter_DispatchGlobalMessage) == 0x000004, "Wrong alignment on EnemyBaseCharacter_DispatchGlobalMessage"); \ +static_assert(sizeof(EnemyBaseCharacter_DispatchGlobalMessage) == 0x000008, "Wrong size on EnemyBaseCharacter_DispatchGlobalMessage"); \ +static_assert(offsetof(EnemyBaseCharacter_DispatchGlobalMessage, Message) == 0x000000, "Member 'EnemyBaseCharacter_DispatchGlobalMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_GetAttackTokenStealingPriority \ +static_assert(alignof(EnemyBaseCharacter_GetAttackTokenStealingPriority) == 0x000004, "Wrong alignment on EnemyBaseCharacter_GetAttackTokenStealingPriority"); \ +static_assert(sizeof(EnemyBaseCharacter_GetAttackTokenStealingPriority) == 0x000004, "Wrong size on EnemyBaseCharacter_GetAttackTokenStealingPriority"); \ +static_assert(offsetof(EnemyBaseCharacter_GetAttackTokenStealingPriority, OutPriority) == 0x000000, "Member 'EnemyBaseCharacter_GetAttackTokenStealingPriority::OutPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_HandleBind \ +static_assert(alignof(EnemyBaseCharacter_HandleBind) == 0x000008, "Wrong alignment on EnemyBaseCharacter_HandleBind"); \ +static_assert(sizeof(EnemyBaseCharacter_HandleBind) == 0x000018, "Wrong size on EnemyBaseCharacter_HandleBind"); \ +static_assert(offsetof(EnemyBaseCharacter_HandleBind, RotAction) == 0x000000, "Member 'EnemyBaseCharacter_HandleBind::RotAction' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseCharacter_HandleBind, FromRotOwner) == 0x000008, "Member 'EnemyBaseCharacter_HandleBind::FromRotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_HandleBindComplete \ +static_assert(alignof(EnemyBaseCharacter_HandleBindComplete) == 0x000008, "Wrong alignment on EnemyBaseCharacter_HandleBindComplete"); \ +static_assert(sizeof(EnemyBaseCharacter_HandleBindComplete) == 0x000020, "Wrong size on EnemyBaseCharacter_HandleBindComplete"); \ +static_assert(offsetof(EnemyBaseCharacter_HandleBindComplete, RotAction) == 0x000000, "Member 'EnemyBaseCharacter_HandleBindComplete::RotAction' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseCharacter_HandleBindComplete, ExceededMaxDuration) == 0x000008, "Member 'EnemyBaseCharacter_HandleBindComplete::ExceededMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseCharacter_HandleBindComplete, Rots) == 0x000010, "Member 'EnemyBaseCharacter_HandleBindComplete::Rots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_SetAggressionConfigOverride \ +static_assert(alignof(EnemyBaseCharacter_SetAggressionConfigOverride) == 0x000004, "Wrong alignment on EnemyBaseCharacter_SetAggressionConfigOverride"); \ +static_assert(sizeof(EnemyBaseCharacter_SetAggressionConfigOverride) == 0x000010, "Wrong size on EnemyBaseCharacter_SetAggressionConfigOverride"); \ +static_assert(offsetof(EnemyBaseCharacter_SetAggressionConfigOverride, Cost) == 0x000000, "Member 'EnemyBaseCharacter_SetAggressionConfigOverride::Cost' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseCharacter_SetAggressionConfigOverride, Priority) == 0x000004, "Member 'EnemyBaseCharacter_SetAggressionConfigOverride::Priority' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseCharacter_SetAggressionConfigOverride, PriorityDistance) == 0x000008, "Member 'EnemyBaseCharacter_SetAggressionConfigOverride::PriorityDistance' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseCharacter_SetAggressionConfigOverride, Radius) == 0x00000C, "Member 'EnemyBaseCharacter_SetAggressionConfigOverride::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_SetEnemyEnabled \ +static_assert(alignof(EnemyBaseCharacter_SetEnemyEnabled) == 0x000001, "Wrong alignment on EnemyBaseCharacter_SetEnemyEnabled"); \ +static_assert(sizeof(EnemyBaseCharacter_SetEnemyEnabled) == 0x000001, "Wrong size on EnemyBaseCharacter_SetEnemyEnabled"); \ +static_assert(offsetof(EnemyBaseCharacter_SetEnemyEnabled, IsEnabled) == 0x000000, "Member 'EnemyBaseCharacter_SetEnemyEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_SetLeashOwner \ +static_assert(alignof(EnemyBaseCharacter_SetLeashOwner) == 0x000008, "Wrong alignment on EnemyBaseCharacter_SetLeashOwner"); \ +static_assert(sizeof(EnemyBaseCharacter_SetLeashOwner) == 0x000010, "Wrong size on EnemyBaseCharacter_SetLeashOwner"); \ +static_assert(offsetof(EnemyBaseCharacter_SetLeashOwner, NewLeashOwner) == 0x000000, "Member 'EnemyBaseCharacter_SetLeashOwner::NewLeashOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseCharacter_GetAggressionConfig \ +static_assert(alignof(EnemyBaseCharacter_GetAggressionConfig) == 0x000004, "Wrong alignment on EnemyBaseCharacter_GetAggressionConfig"); \ +static_assert(sizeof(EnemyBaseCharacter_GetAggressionConfig) == 0x000010, "Wrong size on EnemyBaseCharacter_GetAggressionConfig"); \ +static_assert(offsetof(EnemyBaseCharacter_GetAggressionConfig, ReturnValue) == 0x000000, "Member 'EnemyBaseCharacter_GetAggressionConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEnemyBaseCharacter \ +static_assert(alignof(AEnemyBaseCharacter) == 0x000010, "Wrong alignment on AEnemyBaseCharacter"); \ +static_assert(sizeof(AEnemyBaseCharacter) == 0x0009D0, "Wrong size on AEnemyBaseCharacter"); \ +static_assert(offsetof(AEnemyBaseCharacter, IsBoss) == 0x000920, "Member 'AEnemyBaseCharacter::IsBoss' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, BindPOIClass) == 0x000928, "Member 'AEnemyBaseCharacter::BindPOIClass' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, BindPOISimulationDelay) == 0x000930, "Member 'AEnemyBaseCharacter::BindPOISimulationDelay' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, OutgoingDamageScalar) == 0x000934, "Member 'AEnemyBaseCharacter::OutgoingDamageScalar' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, LeashOwner) == 0x000938, "Member 'AEnemyBaseCharacter::LeashOwner' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, CachedAggressionConfig) == 0x000948, "Member 'AEnemyBaseCharacter::CachedAggressionConfig' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, AIHitResponse) == 0x000958, "Member 'AEnemyBaseCharacter::AIHitResponse' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, CourageGeneration) == 0x000960, "Member 'AEnemyBaseCharacter::CourageGeneration' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, AbilityUser) == 0x000968, "Member 'AEnemyBaseCharacter::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, MochiAudio) == 0x000970, "Member 'AEnemyBaseCharacter::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, RotAction_Bind) == 0x000978, "Member 'AEnemyBaseCharacter::RotAction_Bind' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, RotOwner_Bind) == 0x000980, "Member 'AEnemyBaseCharacter::RotOwner_Bind' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, BindPOI) == 0x000988, "Member 'AEnemyBaseCharacter::BindPOI' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, DropConfig) == 0x000990, "Member 'AEnemyBaseCharacter::DropConfig' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, SplineTrailRenderer) == 0x000998, "Member 'AEnemyBaseCharacter::SplineTrailRenderer' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, BTRequesterComponent) == 0x0009A0, "Member 'AEnemyBaseCharacter::BTRequesterComponent' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, AttackTokenAttackerComponent) == 0x0009A8, "Member 'AEnemyBaseCharacter::AttackTokenAttackerComponent' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, SocketableUserComponent) == 0x0009B0, "Member 'AEnemyBaseCharacter::SocketableUserComponent' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, TickCheckRadius) == 0x0009B8, "Member 'AEnemyBaseCharacter::TickCheckRadius' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, TickCheckTimeSliceDuration) == 0x0009BC, "Member 'AEnemyBaseCharacter::TickCheckTimeSliceDuration' has a wrong offset!"); \ +static_assert(offsetof(AEnemyBaseCharacter, TickTimeSliceHandle) == 0x0009C0, "Member 'AEnemyBaseCharacter::TickTimeSliceHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseController_OnDamaged \ +static_assert(alignof(EnemyBaseController_OnDamaged) == 0x000008, "Wrong alignment on EnemyBaseController_OnDamaged"); \ +static_assert(sizeof(EnemyBaseController_OnDamaged) == 0x000018, "Wrong size on EnemyBaseController_OnDamaged"); \ +static_assert(offsetof(EnemyBaseController_OnDamaged, Delta) == 0x000000, "Member 'EnemyBaseController_OnDamaged::Delta' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseController_OnDamaged, DamageInstigator) == 0x000008, "Member 'EnemyBaseController_OnDamaged::DamageInstigator' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseController_OnDamaged, Causer) == 0x000010, "Member 'EnemyBaseController_OnDamaged::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemyBaseController_OnResourceDecreased \ +static_assert(alignof(EnemyBaseController_OnResourceDecreased) == 0x000008, "Wrong alignment on EnemyBaseController_OnResourceDecreased"); \ +static_assert(sizeof(EnemyBaseController_OnResourceDecreased) == 0x000018, "Wrong size on EnemyBaseController_OnResourceDecreased"); \ +static_assert(offsetof(EnemyBaseController_OnResourceDecreased, ResourceType) == 0x000000, "Member 'EnemyBaseController_OnResourceDecreased::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseController_OnResourceDecreased, Delta) == 0x000004, "Member 'EnemyBaseController_OnResourceDecreased::Delta' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseController_OnResourceDecreased, DamageInstigator) == 0x000008, "Member 'EnemyBaseController_OnResourceDecreased::DamageInstigator' has a wrong offset!"); \ +static_assert(offsetof(EnemyBaseController_OnResourceDecreased, Causer) == 0x000010, "Member 'EnemyBaseController_OnResourceDecreased::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEnemyBaseController \ +static_assert(alignof(AEnemyBaseController) == 0x000008, "Wrong alignment on AEnemyBaseController"); \ +static_assert(sizeof(AEnemyBaseController) == 0x000388, "Wrong size on AEnemyBaseController"); \ +static_assert(offsetof(AEnemyBaseController, BTRequester) == 0x000380, "Member 'AEnemyBaseController::BTRequester' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_FireProjectile \ +static_assert(alignof(ProjectileAbility_FireProjectile) == 0x000008, "Wrong alignment on ProjectileAbility_FireProjectile"); \ +static_assert(sizeof(ProjectileAbility_FireProjectile) == 0x000008, "Wrong size on ProjectileAbility_FireProjectile"); \ +static_assert(offsetof(ProjectileAbility_FireProjectile, Projectile) == 0x000000, "Member 'ProjectileAbility_FireProjectile::Projectile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_FireProjectileAtLockOnTarget \ +static_assert(alignof(ProjectileAbility_FireProjectileAtLockOnTarget) == 0x000010, "Wrong alignment on ProjectileAbility_FireProjectileAtLockOnTarget"); \ +static_assert(sizeof(ProjectileAbility_FireProjectileAtLockOnTarget) == 0x000040, "Wrong size on ProjectileAbility_FireProjectileAtLockOnTarget"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileAtLockOnTarget, Projectile) == 0x000000, "Member 'ProjectileAbility_FireProjectileAtLockOnTarget::Projectile' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileAtLockOnTarget, lockOnTarget) == 0x000010, "Member 'ProjectileAbility_FireProjectileAtLockOnTarget::lockOnTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_FireProjectileInternal \ +static_assert(alignof(ProjectileAbility_FireProjectileInternal) == 0x000008, "Wrong alignment on ProjectileAbility_FireProjectileInternal"); \ +static_assert(sizeof(ProjectileAbility_FireProjectileInternal) == 0x000018, "Wrong size on ProjectileAbility_FireProjectileInternal"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileInternal, Projectile) == 0x000000, "Member 'ProjectileAbility_FireProjectileInternal::Projectile' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileInternal, fireAngle) == 0x000008, "Member 'ProjectileAbility_FireProjectileInternal::fireAngle' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileInternal, Spread) == 0x000014, "Member 'ProjectileAbility_FireProjectileInternal::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_FireProjectiles \ +static_assert(alignof(ProjectileAbility_FireProjectiles) == 0x000004, "Wrong alignment on ProjectileAbility_FireProjectiles"); \ +static_assert(sizeof(ProjectileAbility_FireProjectiles) == 0x000008, "Wrong size on ProjectileAbility_FireProjectiles"); \ +static_assert(offsetof(ProjectileAbility_FireProjectiles, Count) == 0x000000, "Member 'ProjectileAbility_FireProjectiles::Count' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectiles, Spread) == 0x000004, "Member 'ProjectileAbility_FireProjectiles::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_FireProjectileWithAiming \ +static_assert(alignof(ProjectileAbility_FireProjectileWithAiming) == 0x000010, "Wrong alignment on ProjectileAbility_FireProjectileWithAiming"); \ +static_assert(sizeof(ProjectileAbility_FireProjectileWithAiming) == 0x000050, "Wrong size on ProjectileAbility_FireProjectileWithAiming"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileWithAiming, Projectile) == 0x000000, "Member 'ProjectileAbility_FireProjectileWithAiming::Projectile' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileWithAiming, aimerTransform) == 0x000010, "Member 'ProjectileAbility_FireProjectileWithAiming::aimerTransform' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileWithAiming, IgnoreActors) == 0x000040, "Member 'ProjectileAbility_FireProjectileWithAiming::IgnoreActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_FireProjectileWithForce \ +static_assert(alignof(ProjectileAbility_FireProjectileWithForce) == 0x000008, "Wrong alignment on ProjectileAbility_FireProjectileWithForce"); \ +static_assert(sizeof(ProjectileAbility_FireProjectileWithForce) == 0x000018, "Wrong size on ProjectileAbility_FireProjectileWithForce"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileWithForce, Projectile) == 0x000000, "Member 'ProjectileAbility_FireProjectileWithForce::Projectile' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_FireProjectileWithForce, wsForce) == 0x000008, "Member 'ProjectileAbility_FireProjectileWithForce::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_OnFireEachProjectile \ +static_assert(alignof(ProjectileAbility_OnFireEachProjectile) == 0x000008, "Wrong alignment on ProjectileAbility_OnFireEachProjectile"); \ +static_assert(sizeof(ProjectileAbility_OnFireEachProjectile) == 0x000018, "Wrong size on ProjectileAbility_OnFireEachProjectile"); \ +static_assert(offsetof(ProjectileAbility_OnFireEachProjectile, Projectile) == 0x000000, "Member 'ProjectileAbility_OnFireEachProjectile::Projectile' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_OnFireEachProjectile, wsForce) == 0x000008, "Member 'ProjectileAbility_OnFireEachProjectile::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_OnFireProjectiles \ +static_assert(alignof(ProjectileAbility_OnFireProjectiles) == 0x000008, "Wrong alignment on ProjectileAbility_OnFireProjectiles"); \ +static_assert(sizeof(ProjectileAbility_OnFireProjectiles) == 0x000010, "Wrong size on ProjectileAbility_OnFireProjectiles"); \ +static_assert(offsetof(ProjectileAbility_OnFireProjectiles, projectiles) == 0x000000, "Member 'ProjectileAbility_OnFireProjectiles::projectiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_OnProjectileSpawned \ +static_assert(alignof(ProjectileAbility_OnProjectileSpawned) == 0x000008, "Wrong alignment on ProjectileAbility_OnProjectileSpawned"); \ +static_assert(sizeof(ProjectileAbility_OnProjectileSpawned) == 0x000008, "Wrong size on ProjectileAbility_OnProjectileSpawned"); \ +static_assert(offsetof(ProjectileAbility_OnProjectileSpawned, Projectile) == 0x000000, "Member 'ProjectileAbility_OnProjectileSpawned::Projectile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_SpawnNewProjectile \ +static_assert(alignof(ProjectileAbility_SpawnNewProjectile) == 0x000008, "Wrong alignment on ProjectileAbility_SpawnNewProjectile"); \ +static_assert(sizeof(ProjectileAbility_SpawnNewProjectile) == 0x000008, "Wrong size on ProjectileAbility_SpawnNewProjectile"); \ +static_assert(offsetof(ProjectileAbility_SpawnNewProjectile, ReturnValue) == 0x000000, "Member 'ProjectileAbility_SpawnNewProjectile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_SwapCurrentProjectile \ +static_assert(alignof(ProjectileAbility_SwapCurrentProjectile) == 0x000008, "Wrong alignment on ProjectileAbility_SwapCurrentProjectile"); \ +static_assert(sizeof(ProjectileAbility_SwapCurrentProjectile) == 0x000010, "Wrong size on ProjectileAbility_SwapCurrentProjectile"); \ +static_assert(offsetof(ProjectileAbility_SwapCurrentProjectile, NewProjectileClass) == 0x000000, "Member 'ProjectileAbility_SwapCurrentProjectile::NewProjectileClass' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_SwapCurrentProjectile, ReturnValue) == 0x000008, "Member 'ProjectileAbility_SwapCurrentProjectile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_GetCurrentChargePercent \ +static_assert(alignof(ProjectileAbility_GetCurrentChargePercent) == 0x000004, "Wrong alignment on ProjectileAbility_GetCurrentChargePercent"); \ +static_assert(sizeof(ProjectileAbility_GetCurrentChargePercent) == 0x000004, "Wrong size on ProjectileAbility_GetCurrentChargePercent"); \ +static_assert(offsetof(ProjectileAbility_GetCurrentChargePercent, ReturnValue) == 0x000000, "Member 'ProjectileAbility_GetCurrentChargePercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_GetCurrentForce \ +static_assert(alignof(ProjectileAbility_GetCurrentForce) == 0x000004, "Wrong alignment on ProjectileAbility_GetCurrentForce"); \ +static_assert(sizeof(ProjectileAbility_GetCurrentForce) == 0x000004, "Wrong size on ProjectileAbility_GetCurrentForce"); \ +static_assert(offsetof(ProjectileAbility_GetCurrentForce, ReturnValue) == 0x000000, "Member 'ProjectileAbility_GetCurrentForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileAbility_GetTargettingLocationAndAngle \ +static_assert(alignof(ProjectileAbility_GetTargettingLocationAndAngle) == 0x000004, "Wrong alignment on ProjectileAbility_GetTargettingLocationAndAngle"); \ +static_assert(sizeof(ProjectileAbility_GetTargettingLocationAndAngle) == 0x00001C, "Wrong size on ProjectileAbility_GetTargettingLocationAndAngle"); \ +static_assert(offsetof(ProjectileAbility_GetTargettingLocationAndAngle, Location) == 0x000000, "Member 'ProjectileAbility_GetTargettingLocationAndAngle::Location' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_GetTargettingLocationAndAngle, Rotation) == 0x00000C, "Member 'ProjectileAbility_GetTargettingLocationAndAngle::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ProjectileAbility_GetTargettingLocationAndAngle, FromScreenCenter) == 0x000018, "Member 'ProjectileAbility_GetTargettingLocationAndAngle::FromScreenCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectileAbility \ +static_assert(alignof(AProjectileAbility) == 0x000010, "Wrong alignment on AProjectileAbility"); \ +static_assert(sizeof(AProjectileAbility) == 0x000360, "Wrong size on AProjectileAbility"); \ +static_assert(offsetof(AProjectileAbility, ProjectileClass) == 0x000310, "Member 'AProjectileAbility::ProjectileClass' has a wrong offset!"); \ +static_assert(offsetof(AProjectileAbility, ProjectileAbilityData) == 0x000318, "Member 'AProjectileAbility::ProjectileAbilityData' has a wrong offset!"); \ +static_assert(offsetof(AProjectileAbility, CurrentProjectile) == 0x000348, "Member 'AProjectileAbility::CurrentProjectile' has a wrong offset!"); \ +static_assert(offsetof(AProjectileAbility, ShouldShootFromScreenCenter) == 0x000350, "Member 'AProjectileAbility::ShouldShootFromScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(AProjectileAbility, ChargeComplete) == 0x000351, "Member 'AProjectileAbility::ChargeComplete' has a wrong offset!"); \ +static_assert(offsetof(AProjectileAbility, CurrentChargeValue) == 0x000354, "Member 'AProjectileAbility::CurrentChargeValue' has a wrong offset!"); \ +static_assert(offsetof(AProjectileAbility, LastSpawnTime) == 0x000358, "Member 'AProjectileAbility::LastSpawnTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnemyDropConfig \ +static_assert(alignof(UEnemyDropConfig) == 0x000008, "Wrong alignment on UEnemyDropConfig"); \ +static_assert(sizeof(UEnemyDropConfig) == 0x000050, "Wrong size on UEnemyDropConfig"); \ +static_assert(offsetof(UEnemyDropConfig, DropClass) == 0x000030, "Member 'UEnemyDropConfig::DropClass' has a wrong offset!"); \ +static_assert(offsetof(UEnemyDropConfig, SpawnSocket) == 0x000038, "Member 'UEnemyDropConfig::SpawnSocket' has a wrong offset!"); \ +static_assert(offsetof(UEnemyDropConfig, ShouldApplyImpulse) == 0x000040, "Member 'UEnemyDropConfig::ShouldApplyImpulse' has a wrong offset!"); \ +static_assert(offsetof(UEnemyDropConfig, ImpulseConeAngle) == 0x000044, "Member 'UEnemyDropConfig::ImpulseConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnemyDropConfig, ImpulseMinMax) == 0x000048, "Member 'UEnemyDropConfig::ImpulseMinMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvisibleLoadWall_OnDebugToggled \ +static_assert(alignof(InvisibleLoadWall_OnDebugToggled) == 0x000001, "Wrong alignment on InvisibleLoadWall_OnDebugToggled"); \ +static_assert(sizeof(InvisibleLoadWall_OnDebugToggled) == 0x000001, "Wrong size on InvisibleLoadWall_OnDebugToggled"); \ +static_assert(offsetof(InvisibleLoadWall_OnDebugToggled, DebugEnabled) == 0x000000, "Member 'InvisibleLoadWall_OnDebugToggled::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvisibleLoadWall_OnLevelAddedToWorld \ +static_assert(alignof(InvisibleLoadWall_OnLevelAddedToWorld) == 0x000008, "Wrong alignment on InvisibleLoadWall_OnLevelAddedToWorld"); \ +static_assert(sizeof(InvisibleLoadWall_OnLevelAddedToWorld) == 0x000010, "Wrong size on InvisibleLoadWall_OnLevelAddedToWorld"); \ +static_assert(offsetof(InvisibleLoadWall_OnLevelAddedToWorld, Level) == 0x000000, "Member 'InvisibleLoadWall_OnLevelAddedToWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(InvisibleLoadWall_OnLevelAddedToWorld, World) == 0x000008, "Member 'InvisibleLoadWall_OnLevelAddedToWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvisibleLoadWall_OnPreLevelRemovedFromWorld \ +static_assert(alignof(InvisibleLoadWall_OnPreLevelRemovedFromWorld) == 0x000008, "Wrong alignment on InvisibleLoadWall_OnPreLevelRemovedFromWorld"); \ +static_assert(sizeof(InvisibleLoadWall_OnPreLevelRemovedFromWorld) == 0x000010, "Wrong size on InvisibleLoadWall_OnPreLevelRemovedFromWorld"); \ +static_assert(offsetof(InvisibleLoadWall_OnPreLevelRemovedFromWorld, Level) == 0x000000, "Member 'InvisibleLoadWall_OnPreLevelRemovedFromWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(InvisibleLoadWall_OnPreLevelRemovedFromWorld, World) == 0x000008, "Member 'InvisibleLoadWall_OnPreLevelRemovedFromWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInvisibleLoadWall \ +static_assert(alignof(AInvisibleLoadWall) == 0x000008, "Wrong alignment on AInvisibleLoadWall"); \ +static_assert(sizeof(AInvisibleLoadWall) == 0x000258, "Wrong size on AInvisibleLoadWall"); \ +static_assert(offsetof(AInvisibleLoadWall, LevelNames) == 0x000228, "Member 'AInvisibleLoadWall::LevelNames' has a wrong offset!"); \ +static_assert(offsetof(AInvisibleLoadWall, StreamingLevels) == 0x000238, "Member 'AInvisibleLoadWall::StreamingLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_HandleMessageDispatched \ +static_assert(alignof(EnemySpawnerBase_HandleMessageDispatched) == 0x000008, "Wrong alignment on EnemySpawnerBase_HandleMessageDispatched"); \ +static_assert(sizeof(EnemySpawnerBase_HandleMessageDispatched) == 0x000010, "Wrong size on EnemySpawnerBase_HandleMessageDispatched"); \ +static_assert(offsetof(EnemySpawnerBase_HandleMessageDispatched, FromActor) == 0x000000, "Member 'EnemySpawnerBase_HandleMessageDispatched::FromActor' has a wrong offset!"); \ +static_assert(offsetof(EnemySpawnerBase_HandleMessageDispatched, Message) == 0x000008, "Member 'EnemySpawnerBase_HandleMessageDispatched::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_HandleSpawnComplete \ +static_assert(alignof(EnemySpawnerBase_HandleSpawnComplete) == 0x000008, "Wrong alignment on EnemySpawnerBase_HandleSpawnComplete"); \ +static_assert(sizeof(EnemySpawnerBase_HandleSpawnComplete) == 0x000020, "Wrong size on EnemySpawnerBase_HandleSpawnComplete"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnComplete, Result) == 0x000000, "Member 'EnemySpawnerBase_HandleSpawnComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_HandleSpawnerAllInstancesDied \ +static_assert(alignof(EnemySpawnerBase_HandleSpawnerAllInstancesDied) == 0x000008, "Wrong alignment on EnemySpawnerBase_HandleSpawnerAllInstancesDied"); \ +static_assert(sizeof(EnemySpawnerBase_HandleSpawnerAllInstancesDied) == 0x000008, "Wrong size on EnemySpawnerBase_HandleSpawnerAllInstancesDied"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnerAllInstancesDied, FromSpawner) == 0x000000, "Member 'EnemySpawnerBase_HandleSpawnerAllInstancesDied::FromSpawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_HandleSpawnerGroupDied \ +static_assert(alignof(EnemySpawnerBase_HandleSpawnerGroupDied) == 0x000008, "Wrong alignment on EnemySpawnerBase_HandleSpawnerGroupDied"); \ +static_assert(sizeof(EnemySpawnerBase_HandleSpawnerGroupDied) == 0x000008, "Wrong size on EnemySpawnerBase_HandleSpawnerGroupDied"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnerGroupDied, FromGroup) == 0x000000, "Member 'EnemySpawnerBase_HandleSpawnerGroupDied::FromGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_HandleSpawnerInstanceDied \ +static_assert(alignof(EnemySpawnerBase_HandleSpawnerInstanceDied) == 0x000008, "Wrong alignment on EnemySpawnerBase_HandleSpawnerInstanceDied"); \ +static_assert(sizeof(EnemySpawnerBase_HandleSpawnerInstanceDied) == 0x000010, "Wrong size on EnemySpawnerBase_HandleSpawnerInstanceDied"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnerInstanceDied, FromSpawner) == 0x000000, "Member 'EnemySpawnerBase_HandleSpawnerInstanceDied::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnerInstanceDied, Instance) == 0x000008, "Member 'EnemySpawnerBase_HandleSpawnerInstanceDied::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_HandleSpawnerSpawned \ +static_assert(alignof(EnemySpawnerBase_HandleSpawnerSpawned) == 0x000008, "Wrong alignment on EnemySpawnerBase_HandleSpawnerSpawned"); \ +static_assert(sizeof(EnemySpawnerBase_HandleSpawnerSpawned) == 0x000018, "Wrong size on EnemySpawnerBase_HandleSpawnerSpawned"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnerSpawned, FromSpawner) == 0x000000, "Member 'EnemySpawnerBase_HandleSpawnerSpawned::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(EnemySpawnerBase_HandleSpawnerSpawned, Instances) == 0x000008, "Member 'EnemySpawnerBase_HandleSpawnerSpawned::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_OnSpawnComplete \ +static_assert(alignof(EnemySpawnerBase_OnSpawnComplete) == 0x000008, "Wrong alignment on EnemySpawnerBase_OnSpawnComplete"); \ +static_assert(sizeof(EnemySpawnerBase_OnSpawnComplete) == 0x000020, "Wrong size on EnemySpawnerBase_OnSpawnComplete"); \ +static_assert(offsetof(EnemySpawnerBase_OnSpawnComplete, Result) == 0x000000, "Member 'EnemySpawnerBase_OnSpawnComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_SetDefaultStatusEffects \ +static_assert(alignof(EnemySpawnerBase_SetDefaultStatusEffects) == 0x000008, "Wrong alignment on EnemySpawnerBase_SetDefaultStatusEffects"); \ +static_assert(sizeof(EnemySpawnerBase_SetDefaultStatusEffects) == 0x000010, "Wrong size on EnemySpawnerBase_SetDefaultStatusEffects"); \ +static_assert(offsetof(EnemySpawnerBase_SetDefaultStatusEffects, NewEffects) == 0x000000, "Member 'EnemySpawnerBase_SetDefaultStatusEffects::NewEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_SetupAsChildActor \ +static_assert(alignof(EnemySpawnerBase_SetupAsChildActor) == 0x000008, "Wrong alignment on EnemySpawnerBase_SetupAsChildActor"); \ +static_assert(sizeof(EnemySpawnerBase_SetupAsChildActor) == 0x000030, "Wrong size on EnemySpawnerBase_SetupAsChildActor"); \ +static_assert(offsetof(EnemySpawnerBase_SetupAsChildActor, SoftClass) == 0x000000, "Member 'EnemySpawnerBase_SetupAsChildActor::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(EnemySpawnerBase_SetupAsChildActor, Montage) == 0x000028, "Member 'EnemySpawnerBase_SetupAsChildActor::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_SpawnSimple \ +static_assert(alignof(EnemySpawnerBase_SpawnSimple) == 0x000008, "Wrong alignment on EnemySpawnerBase_SpawnSimple"); \ +static_assert(sizeof(EnemySpawnerBase_SpawnSimple) == 0x000008, "Wrong size on EnemySpawnerBase_SpawnSimple"); \ +static_assert(offsetof(EnemySpawnerBase_SpawnSimple, Params_0) == 0x000000, "Member 'EnemySpawnerBase_SpawnSimple::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_T_StopRespawning \ +static_assert(alignof(EnemySpawnerBase_T_StopRespawning) == 0x000008, "Wrong alignment on EnemySpawnerBase_T_StopRespawning"); \ +static_assert(sizeof(EnemySpawnerBase_T_StopRespawning) == 0x000008, "Wrong size on EnemySpawnerBase_T_StopRespawning"); \ +static_assert(offsetof(EnemySpawnerBase_T_StopRespawning, Params_0) == 0x000000, "Member 'EnemySpawnerBase_T_StopRespawning::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_UpdateWispState \ +static_assert(alignof(EnemySpawnerBase_UpdateWispState) == 0x000001, "Wrong alignment on EnemySpawnerBase_UpdateWispState"); \ +static_assert(sizeof(EnemySpawnerBase_UpdateWispState) == 0x000001, "Wrong size on EnemySpawnerBase_UpdateWispState"); \ +static_assert(offsetof(EnemySpawnerBase_UpdateWispState, WispState) == 0x000000, "Member 'EnemySpawnerBase_UpdateWispState::WispState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_UpdateWispTickState \ +static_assert(alignof(EnemySpawnerBase_UpdateWispTickState) == 0x000001, "Wrong alignment on EnemySpawnerBase_UpdateWispTickState"); \ +static_assert(sizeof(EnemySpawnerBase_UpdateWispTickState) == 0x000001, "Wrong size on EnemySpawnerBase_UpdateWispTickState"); \ +static_assert(offsetof(EnemySpawnerBase_UpdateWispTickState, IsEnabled) == 0x000000, "Member 'EnemySpawnerBase_UpdateWispTickState::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerBase_IsSpawnInProgress \ +static_assert(alignof(EnemySpawnerBase_IsSpawnInProgress) == 0x000001, "Wrong alignment on EnemySpawnerBase_IsSpawnInProgress"); \ +static_assert(sizeof(EnemySpawnerBase_IsSpawnInProgress) == 0x000001, "Wrong size on EnemySpawnerBase_IsSpawnInProgress"); \ +static_assert(offsetof(EnemySpawnerBase_IsSpawnInProgress, ReturnValue) == 0x000000, "Member 'EnemySpawnerBase_IsSpawnInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEnemySpawnerBase \ +static_assert(alignof(AEnemySpawnerBase) == 0x000008, "Wrong alignment on AEnemySpawnerBase"); \ +static_assert(sizeof(AEnemySpawnerBase) == 0x000548, "Wrong size on AEnemySpawnerBase"); \ +static_assert(offsetof(AEnemySpawnerBase, EnemySpawnerComponent) == 0x000460, "Member 'AEnemySpawnerBase::EnemySpawnerComponent' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, EnemyClass) == 0x000468, "Member 'AEnemySpawnerBase::EnemyClass' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, SpawnType) == 0x000490, "Member 'AEnemySpawnerBase::SpawnType' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OverrideDefaultSpawnType) == 0x000491, "Member 'AEnemySpawnerBase::OverrideDefaultSpawnType' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, ShowWispBeforeSpawn) == 0x000492, "Member 'AEnemySpawnerBase::ShowWispBeforeSpawn' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, SpawnOnCombatBegin) == 0x000493, "Member 'AEnemySpawnerBase::SpawnOnCombatBegin' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, SpawnDelayMinMax) == 0x000494, "Member 'AEnemySpawnerBase::SpawnDelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, RespawnIndefinitely) == 0x00049C, "Member 'AEnemySpawnerBase::RespawnIndefinitely' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, RespawnCount) == 0x0004A0, "Member 'AEnemySpawnerBase::RespawnCount' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, RespawnDelayMinMax) == 0x0004A4, "Member 'AEnemySpawnerBase::RespawnDelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, IsSpawning) == 0x0004AC, "Member 'AEnemySpawnerBase::IsSpawning' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, RespawningStopped) == 0x0004AD, "Member 'AEnemySpawnerBase::RespawningStopped' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, DropConfig) == 0x0004B0, "Member 'AEnemySpawnerBase::DropConfig' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, DefaultStatusEffects) == 0x0004B8, "Member 'AEnemySpawnerBase::DefaultStatusEffects' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OnInstanceDestroyed) == 0x0004C8, "Member 'AEnemySpawnerBase::OnInstanceDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OnAllInstancesDestroyed) == 0x0004D8, "Member 'AEnemySpawnerBase::OnAllInstancesDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OnGroupDied) == 0x0004E8, "Member 'AEnemySpawnerBase::OnGroupDied' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OnSpawnerSpawned) == 0x0004F8, "Member 'AEnemySpawnerBase::OnSpawnerSpawned' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OnEnemyMessageDispatched) == 0x000508, "Member 'AEnemySpawnerBase::OnEnemyMessageDispatched' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, OnSpawnerDefeated) == 0x000518, "Member 'AEnemySpawnerBase::OnSpawnerDefeated' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, TickCheckRadius) == 0x000538, "Member 'AEnemySpawnerBase::TickCheckRadius' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, TickCheckTimeSliceDuration) == 0x00053C, "Member 'AEnemySpawnerBase::TickCheckTimeSliceDuration' has a wrong offset!"); \ +static_assert(offsetof(AEnemySpawnerBase, TickTimeSliceHandle) == 0x000540, "Member 'AEnemySpawnerBase::TickTimeSliceHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerComponent_DispatchWorldMessage \ +static_assert(alignof(EnemySpawnerComponent_DispatchWorldMessage) == 0x000008, "Wrong alignment on EnemySpawnerComponent_DispatchWorldMessage"); \ +static_assert(sizeof(EnemySpawnerComponent_DispatchWorldMessage) == 0x000010, "Wrong size on EnemySpawnerComponent_DispatchWorldMessage"); \ +static_assert(offsetof(EnemySpawnerComponent_DispatchWorldMessage, Instance) == 0x000000, "Member 'EnemySpawnerComponent_DispatchWorldMessage::Instance' has a wrong offset!"); \ +static_assert(offsetof(EnemySpawnerComponent_DispatchWorldMessage, Message) == 0x000008, "Member 'EnemySpawnerComponent_DispatchWorldMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerComponent_GetLeashingOrigin \ +static_assert(alignof(EnemySpawnerComponent_GetLeashingOrigin) == 0x000010, "Wrong alignment on EnemySpawnerComponent_GetLeashingOrigin"); \ +static_assert(sizeof(EnemySpawnerComponent_GetLeashingOrigin) == 0x000030, "Wrong size on EnemySpawnerComponent_GetLeashingOrigin"); \ +static_assert(offsetof(EnemySpawnerComponent_GetLeashingOrigin, ReturnValue) == 0x000000, "Member 'EnemySpawnerComponent_GetLeashingOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnemySpawnerComponent_IsWithinLeashRadius \ +static_assert(alignof(EnemySpawnerComponent_IsWithinLeashRadius) == 0x000008, "Wrong alignment on EnemySpawnerComponent_IsWithinLeashRadius"); \ +static_assert(sizeof(EnemySpawnerComponent_IsWithinLeashRadius) == 0x000010, "Wrong size on EnemySpawnerComponent_IsWithinLeashRadius"); \ +static_assert(offsetof(EnemySpawnerComponent_IsWithinLeashRadius, Target) == 0x000000, "Member 'EnemySpawnerComponent_IsWithinLeashRadius::Target' has a wrong offset!"); \ +static_assert(offsetof(EnemySpawnerComponent_IsWithinLeashRadius, ReturnValue) == 0x000008, "Member 'EnemySpawnerComponent_IsWithinLeashRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnemySpawnerComponent \ +static_assert(alignof(UEnemySpawnerComponent) == 0x000010, "Wrong alignment on UEnemySpawnerComponent"); \ +static_assert(sizeof(UEnemySpawnerComponent) == 0x000340, "Wrong size on UEnemySpawnerComponent"); \ +static_assert(offsetof(UEnemySpawnerComponent, OnMessageDispatched) == 0x000310, "Member 'UEnemySpawnerComponent::OnMessageDispatched' has a wrong offset!"); \ +static_assert(offsetof(UEnemySpawnerComponent, EncounterVolume) == 0x000320, "Member 'UEnemySpawnerComponent::EncounterVolume' has a wrong offset!"); \ +static_assert(offsetof(UEnemySpawnerComponent, BalanceConfig) == 0x000328, "Member 'UEnemySpawnerComponent::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(UEnemySpawnerComponent, StartSleeping) == 0x000330, "Member 'UEnemySpawnerComponent::StartSleeping' has a wrong offset!"); \ +static_assert(offsetof(UEnemySpawnerComponent, InvulnerableWhenSleeping) == 0x000331, "Member 'UEnemySpawnerComponent::InvulnerableWhenSleeping' has a wrong offset!"); \ +static_assert(offsetof(UEnemySpawnerComponent, LeashRadius) == 0x000334, "Member 'UEnemySpawnerComponent::LeashRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_MessageOwnedRot \ +static_assert(alignof(RotOwner_MessageOwnedRot) == 0x000008, "Wrong alignment on RotOwner_MessageOwnedRot"); \ +static_assert(sizeof(RotOwner_MessageOwnedRot) == 0x000010, "Wrong size on RotOwner_MessageOwnedRot"); \ +static_assert(offsetof(RotOwner_MessageOwnedRot, Message) == 0x000000, "Member 'RotOwner_MessageOwnedRot::Message' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_MessageOwnedRot, Params_0) == 0x000008, "Member 'RotOwner_MessageOwnedRot::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_MessageRotMovement \ +static_assert(alignof(RotOwner_MessageRotMovement) == 0x000008, "Wrong alignment on RotOwner_MessageRotMovement"); \ +static_assert(sizeof(RotOwner_MessageRotMovement) == 0x000010, "Wrong size on RotOwner_MessageRotMovement"); \ +static_assert(offsetof(RotOwner_MessageRotMovement, Message) == 0x000000, "Member 'RotOwner_MessageRotMovement::Message' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_MessageRotMovement, Params_0) == 0x000008, "Member 'RotOwner_MessageRotMovement::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_TryGiveAnyRot \ +static_assert(alignof(RotOwner_TryGiveAnyRot) == 0x000008, "Wrong alignment on RotOwner_TryGiveAnyRot"); \ +static_assert(sizeof(RotOwner_TryGiveAnyRot) == 0x000030, "Wrong size on RotOwner_TryGiveAnyRot"); \ +static_assert(offsetof(RotOwner_TryGiveAnyRot, NewOwner) == 0x000000, "Member 'RotOwner_TryGiveAnyRot::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveAnyRot, NumRots) == 0x000010, "Member 'RotOwner_TryGiveAnyRot::NumRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveAnyRot, OutRots) == 0x000018, "Member 'RotOwner_TryGiveAnyRot::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveAnyRot, SortByDistance) == 0x000028, "Member 'RotOwner_TryGiveAnyRot::SortByDistance' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveAnyRot, ReturnValue) == 0x000029, "Member 'RotOwner_TryGiveAnyRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_TryGiveRot \ +static_assert(alignof(RotOwner_TryGiveRot) == 0x000008, "Wrong alignment on RotOwner_TryGiveRot"); \ +static_assert(sizeof(RotOwner_TryGiveRot) == 0x000030, "Wrong size on RotOwner_TryGiveRot"); \ +static_assert(offsetof(RotOwner_TryGiveRot, NewOwner) == 0x000000, "Member 'RotOwner_TryGiveRot::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveRot, InRot) == 0x000010, "Member 'RotOwner_TryGiveRot::InRot' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveRot, OutRots) == 0x000018, "Member 'RotOwner_TryGiveRot::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_TryGiveRot, ReturnValue) == 0x000028, "Member 'RotOwner_TryGiveRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_CanAffordRotByCount \ +static_assert(alignof(RotOwner_CanAffordRotByCount) == 0x000004, "Wrong alignment on RotOwner_CanAffordRotByCount"); \ +static_assert(sizeof(RotOwner_CanAffordRotByCount) == 0x000008, "Wrong size on RotOwner_CanAffordRotByCount"); \ +static_assert(offsetof(RotOwner_CanAffordRotByCount, NumRot) == 0x000000, "Member 'RotOwner_CanAffordRotByCount::NumRot' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_CanAffordRotByCount, ReturnValue) == 0x000004, "Member 'RotOwner_CanAffordRotByCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_CanReceiveRots \ +static_assert(alignof(RotOwner_CanReceiveRots) == 0x000004, "Wrong alignment on RotOwner_CanReceiveRots"); \ +static_assert(sizeof(RotOwner_CanReceiveRots) == 0x000008, "Wrong size on RotOwner_CanReceiveRots"); \ +static_assert(offsetof(RotOwner_CanReceiveRots, NumRots) == 0x000000, "Member 'RotOwner_CanReceiveRots::NumRots' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_CanReceiveRots, ReturnValue) == 0x000004, "Member 'RotOwner_CanReceiveRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_GetNumRots \ +static_assert(alignof(RotOwner_GetNumRots) == 0x000004, "Wrong alignment on RotOwner_GetNumRots"); \ +static_assert(sizeof(RotOwner_GetNumRots) == 0x000004, "Wrong size on RotOwner_GetNumRots"); \ +static_assert(offsetof(RotOwner_GetNumRots, ReturnValue) == 0x000000, "Member 'RotOwner_GetNumRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_GetOwnerLocation \ +static_assert(alignof(RotOwner_GetOwnerLocation) == 0x000004, "Wrong alignment on RotOwner_GetOwnerLocation"); \ +static_assert(sizeof(RotOwner_GetOwnerLocation) == 0x00000C, "Wrong size on RotOwner_GetOwnerLocation"); \ +static_assert(offsetof(RotOwner_GetOwnerLocation, ReturnValue) == 0x000000, "Member 'RotOwner_GetOwnerLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotOwner_IsOwnerOf \ +static_assert(alignof(RotOwner_IsOwnerOf) == 0x000008, "Wrong alignment on RotOwner_IsOwnerOf"); \ +static_assert(sizeof(RotOwner_IsOwnerOf) == 0x000010, "Wrong size on RotOwner_IsOwnerOf"); \ +static_assert(offsetof(RotOwner_IsOwnerOf, Rot) == 0x000000, "Member 'RotOwner_IsOwnerOf::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotOwner_IsOwnerOf, ReturnValue) == 0x000008, "Member 'RotOwner_IsOwnerOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRotOwner \ +static_assert(alignof(IRotOwner) == 0x000001, "Wrong alignment on IRotOwner"); \ +static_assert(sizeof(IRotOwner) == 0x000001, "Wrong size on IRotOwner"); \ + +#define DUMPER7_ASSERTS_Rain_SetRainEnabled \ +static_assert(alignof(Rain_SetRainEnabled) == 0x000001, "Wrong alignment on Rain_SetRainEnabled"); \ +static_assert(sizeof(Rain_SetRainEnabled) == 0x000001, "Wrong size on Rain_SetRainEnabled"); \ +static_assert(offsetof(Rain_SetRainEnabled, Enabled) == 0x000000, "Member 'Rain_SetRainEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rain_SetSplashEnabled \ +static_assert(alignof(Rain_SetSplashEnabled) == 0x000001, "Wrong alignment on Rain_SetSplashEnabled"); \ +static_assert(sizeof(Rain_SetSplashEnabled) == 0x000001, "Wrong size on Rain_SetSplashEnabled"); \ +static_assert(offsetof(Rain_SetSplashEnabled, Enabled) == 0x000000, "Member 'Rain_SetSplashEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rain_UseSplashWithRipple \ +static_assert(alignof(Rain_UseSplashWithRipple) == 0x000001, "Wrong alignment on Rain_UseSplashWithRipple"); \ +static_assert(sizeof(Rain_UseSplashWithRipple) == 0x000001, "Wrong size on Rain_UseSplashWithRipple"); \ +static_assert(offsetof(Rain_UseSplashWithRipple, Use) == 0x000000, "Member 'Rain_UseSplashWithRipple::Use' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARain \ +static_assert(alignof(ARain) == 0x000008, "Wrong alignment on ARain"); \ +static_assert(sizeof(ARain) == 0x000378, "Wrong size on ARain"); \ +static_assert(offsetof(ARain, AudioIntensity) == 0x000228, "Member 'ARain::AudioIntensity' has a wrong offset!"); \ +static_assert(offsetof(ARain, SoundBox) == 0x000230, "Member 'ARain::SoundBox' has a wrong offset!"); \ +static_assert(offsetof(ARain, MochiAudioComponent) == 0x000238, "Member 'ARain::MochiAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ARain, RainEnabled) == 0x000240, "Member 'ARain::RainEnabled' has a wrong offset!"); \ +static_assert(offsetof(ARain, EnableSplash) == 0x000241, "Member 'ARain::EnableSplash' has a wrong offset!"); \ +static_assert(offsetof(ARain, EnableSplashWithRipple) == 0x000242, "Member 'ARain::EnableSplashWithRipple' has a wrong offset!"); \ +static_assert(offsetof(ARain, EnableSplashHitTraceComplex) == 0x000243, "Member 'ARain::EnableSplashHitTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(ARain, SplashParticleSize) == 0x000244, "Member 'ARain::SplashParticleSize' has a wrong offset!"); \ +static_assert(offsetof(ARain, ScaleOfRainArea) == 0x000250, "Member 'ARain::ScaleOfRainArea' has a wrong offset!"); \ +static_assert(offsetof(ARain, RainTiltIntensity) == 0x000254, "Member 'ARain::RainTiltIntensity' has a wrong offset!"); \ +static_assert(offsetof(ARain, HighestPointDistance) == 0x000258, "Member 'ARain::HighestPointDistance' has a wrong offset!"); \ +static_assert(offsetof(ARain, FrequencyOfSplash) == 0x00025C, "Member 'ARain::FrequencyOfSplash' has a wrong offset!"); \ +static_assert(offsetof(ARain, MultipleOfSplash) == 0x000260, "Member 'ARain::MultipleOfSplash' has a wrong offset!"); \ +static_assert(offsetof(ARain, AreaOfSplash) == 0x000264, "Member 'ARain::AreaOfSplash' has a wrong offset!"); \ +static_assert(offsetof(ARain, RainParticleSystem) == 0x000268, "Member 'ARain::RainParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ARain, AmountOfRain) == 0x000270, "Member 'ARain::AmountOfRain' has a wrong offset!"); \ +static_assert(offsetof(ARain, CullDistance) == 0x000274, "Member 'ARain::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(ARain, RainSpawnRateCurve) == 0x000278, "Member 'ARain::RainSpawnRateCurve' has a wrong offset!"); \ +static_assert(offsetof(ARain, MaxRainDistance) == 0x000300, "Member 'ARain::MaxRainDistance' has a wrong offset!"); \ +static_assert(offsetof(ARain, Splash) == 0x000308, "Member 'ARain::Splash' has a wrong offset!"); \ +static_assert(offsetof(ARain, SplashWithRipple) == 0x000310, "Member 'ARain::SplashWithRipple' has a wrong offset!"); \ +static_assert(offsetof(ARain, EnableBoundsChecking) == 0x000318, "Member 'ARain::EnableBoundsChecking' has a wrong offset!"); \ +static_assert(offsetof(ARain, BoundsCheckFrequency) == 0x00031C, "Member 'ARain::BoundsCheckFrequency' has a wrong offset!"); \ +static_assert(offsetof(ARain, SaveGame) == 0x000320, "Member 'ARain::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ARain, TriggerNodeComponent) == 0x000328, "Member 'ARain::TriggerNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(ARain, InRainArea) == 0x000330, "Member 'ARain::InRainArea' has a wrong offset!"); \ +static_assert(offsetof(ARain, ParticleSystems) == 0x000338, "Member 'ARain::ParticleSystems' has a wrong offset!"); \ +static_assert(offsetof(ARain, Extents) == 0x000348, "Member 'ARain::Extents' has a wrong offset!"); \ +static_assert(offsetof(ARain, BoundsCheckTimer) == 0x000368, "Member 'ARain::BoundsCheckTimer' has a wrong offset!"); \ +static_assert(offsetof(ARain, SplashTimer) == 0x000370, "Member 'ARain::SplashTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEntitlementButton \ +static_assert(alignof(UEntitlementButton) == 0x000008, "Wrong alignment on UEntitlementButton"); \ +static_assert(sizeof(UEntitlementButton) == 0x000288, "Wrong size on UEntitlementButton"); \ +static_assert(offsetof(UEntitlementButton, Button) == 0x000260, "Member 'UEntitlementButton::Button' has a wrong offset!"); \ +static_assert(offsetof(UEntitlementButton, EntitlementPanel) == 0x000268, "Member 'UEntitlementButton::EntitlementPanel' has a wrong offset!"); \ +static_assert(offsetof(UEntitlementButton, EntitlementRow) == 0x000270, "Member 'UEntitlementButton::EntitlementRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityDoor_OnOverlapBegin \ +static_assert(alignof(ProximityDoor_OnOverlapBegin) == 0x000008, "Wrong alignment on ProximityDoor_OnOverlapBegin"); \ +static_assert(sizeof(ProximityDoor_OnOverlapBegin) == 0x0000A8, "Wrong size on ProximityDoor_OnOverlapBegin"); \ +static_assert(offsetof(ProximityDoor_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'ProximityDoor_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapBegin, OtherActor) == 0x000008, "Member 'ProximityDoor_OnOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ProximityDoor_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ProximityDoor_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ProximityDoor_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ProximityDoor_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityDoor_OnOverlapEnd \ +static_assert(alignof(ProximityDoor_OnOverlapEnd) == 0x000008, "Wrong alignment on ProximityDoor_OnOverlapEnd"); \ +static_assert(sizeof(ProximityDoor_OnOverlapEnd) == 0x000020, "Wrong size on ProximityDoor_OnOverlapEnd"); \ +static_assert(offsetof(ProximityDoor_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ProximityDoor_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapEnd, OtherActor) == 0x000008, "Member 'ProximityDoor_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ProximityDoor_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityDoor_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ProximityDoor_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProximityDoor \ +static_assert(alignof(AProximityDoor) == 0x000008, "Wrong alignment on AProximityDoor"); \ +static_assert(sizeof(AProximityDoor) == 0x0002C0, "Wrong size on AProximityDoor"); \ +static_assert(offsetof(AProximityDoor, IsPlayerInside) == 0x0002A8, "Member 'AProximityDoor::IsPlayerInside' has a wrong offset!"); \ +static_assert(offsetof(AProximityDoor, ProximityBox) == 0x0002B0, "Member 'AProximityDoor::ProximityBox' has a wrong offset!"); \ +static_assert(offsetof(AProximityDoor, RetriggerBox) == 0x0002B8, "Member 'AProximityDoor::RetriggerBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEntitlementPanel \ +static_assert(alignof(UEntitlementPanel) == 0x000008, "Wrong alignment on UEntitlementPanel"); \ +static_assert(sizeof(UEntitlementPanel) == 0x000278, "Wrong size on UEntitlementPanel"); \ +static_assert(offsetof(UEntitlementPanel, Title) == 0x000260, "Member 'UEntitlementPanel::Title' has a wrong offset!"); \ +static_assert(offsetof(UEntitlementPanel, Description) == 0x000268, "Member 'UEntitlementPanel::Description' has a wrong offset!"); \ +static_assert(offsetof(UEntitlementPanel, Image) == 0x000270, "Member 'UEntitlementPanel::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEntitlementsData \ +static_assert(alignof(UEntitlementsData) == 0x000008, "Wrong alignment on UEntitlementsData"); \ +static_assert(sizeof(UEntitlementsData) == 0x0000B0, "Wrong size on UEntitlementsData"); \ + +#define DUMPER7_ASSERTS_AILeashOwner_GetLeashingOrigin \ +static_assert(alignof(AILeashOwner_GetLeashingOrigin) == 0x000010, "Wrong alignment on AILeashOwner_GetLeashingOrigin"); \ +static_assert(sizeof(AILeashOwner_GetLeashingOrigin) == 0x000030, "Wrong size on AILeashOwner_GetLeashingOrigin"); \ +static_assert(offsetof(AILeashOwner_GetLeashingOrigin, ReturnValue) == 0x000000, "Member 'AILeashOwner_GetLeashingOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AILeashOwner_IsWithinLeashRadius \ +static_assert(alignof(AILeashOwner_IsWithinLeashRadius) == 0x000008, "Wrong alignment on AILeashOwner_IsWithinLeashRadius"); \ +static_assert(sizeof(AILeashOwner_IsWithinLeashRadius) == 0x000010, "Wrong size on AILeashOwner_IsWithinLeashRadius"); \ +static_assert(offsetof(AILeashOwner_IsWithinLeashRadius, Target) == 0x000000, "Member 'AILeashOwner_IsWithinLeashRadius::Target' has a wrong offset!"); \ +static_assert(offsetof(AILeashOwner_IsWithinLeashRadius, ReturnValue) == 0x000008, "Member 'AILeashOwner_IsWithinLeashRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAILeashOwner \ +static_assert(alignof(IAILeashOwner) == 0x000001, "Wrong alignment on IAILeashOwner"); \ +static_assert(sizeof(IAILeashOwner) == 0x000001, "Wrong size on IAILeashOwner"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Locators \ +static_assert(alignof(UEnvQueryGenerator_Locators) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Locators"); \ +static_assert(sizeof(UEnvQueryGenerator_Locators) == 0x000058, "Wrong size on UEnvQueryGenerator_Locators"); \ +static_assert(offsetof(UEnvQueryGenerator_Locators, GroupName) == 0x000050, "Member 'UEnvQueryGenerator_Locators::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UItemGetOverlay \ +static_assert(alignof(UItemGetOverlay) == 0x000008, "Wrong alignment on UItemGetOverlay"); \ +static_assert(sizeof(UItemGetOverlay) == 0x000260, "Wrong size on UItemGetOverlay"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Edible \ +static_assert(alignof(UEnvQueryTest_Edible) == 0x000008, "Wrong alignment on UEnvQueryTest_Edible"); \ +static_assert(sizeof(UEnvQueryTest_Edible) == 0x000200, "Wrong size on UEnvQueryTest_Edible"); \ +static_assert(offsetof(UEnvQueryTest_Edible, Context) == 0x0001F8, "Member 'UEnvQueryTest_Edible::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_InsideEncounterVolume \ +static_assert(alignof(UEnvQueryTest_InsideEncounterVolume) == 0x000008, "Wrong alignment on UEnvQueryTest_InsideEncounterVolume"); \ +static_assert(sizeof(UEnvQueryTest_InsideEncounterVolume) == 0x000200, "Wrong size on UEnvQueryTest_InsideEncounterVolume"); \ +static_assert(offsetof(UEnvQueryTest_InsideEncounterVolume, Context) == 0x0001F8, "Member 'UEnvQueryTest_InsideEncounterVolume::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonPusher_HandleButtonPush \ +static_assert(alignof(ButtonPusher_HandleButtonPush) == 0x000008, "Wrong alignment on ButtonPusher_HandleButtonPush"); \ +static_assert(sizeof(ButtonPusher_HandleButtonPush) == 0x000008, "Wrong size on ButtonPusher_HandleButtonPush"); \ +static_assert(offsetof(ButtonPusher_HandleButtonPush, TriggerObject) == 0x000000, "Member 'ButtonPusher_HandleButtonPush::TriggerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonPusher_OnPushButtonTriggerEntered \ +static_assert(alignof(ButtonPusher_OnPushButtonTriggerEntered) == 0x000008, "Wrong alignment on ButtonPusher_OnPushButtonTriggerEntered"); \ +static_assert(sizeof(ButtonPusher_OnPushButtonTriggerEntered) == 0x000008, "Wrong size on ButtonPusher_OnPushButtonTriggerEntered"); \ +static_assert(offsetof(ButtonPusher_OnPushButtonTriggerEntered, TriggerObject) == 0x000000, "Member 'ButtonPusher_OnPushButtonTriggerEntered::TriggerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonPusher_OnPushButtonTriggerExited \ +static_assert(alignof(ButtonPusher_OnPushButtonTriggerExited) == 0x000008, "Wrong alignment on ButtonPusher_OnPushButtonTriggerExited"); \ +static_assert(sizeof(ButtonPusher_OnPushButtonTriggerExited) == 0x000008, "Wrong size on ButtonPusher_OnPushButtonTriggerExited"); \ +static_assert(offsetof(ButtonPusher_OnPushButtonTriggerExited, TriggerObject) == 0x000000, "Member 'ButtonPusher_OnPushButtonTriggerExited::TriggerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IButtonPusher \ +static_assert(alignof(IButtonPusher) == 0x000001, "Wrong alignment on IButtonPusher"); \ +static_assert(sizeof(IButtonPusher) == 0x000001, "Wrong size on IButtonPusher"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_RotCount \ +static_assert(alignof(UEnvQueryTest_RotCount) == 0x000008, "Wrong alignment on UEnvQueryTest_RotCount"); \ +static_assert(sizeof(UEnvQueryTest_RotCount) == 0x000200, "Wrong size on UEnvQueryTest_RotCount"); \ +static_assert(offsetof(UEnvQueryTest_RotCount, Context) == 0x0001F8, "Member 'UEnvQueryTest_RotCount::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EventManagerSubsystem_BindEvent \ +static_assert(alignof(EventManagerSubsystem_BindEvent) == 0x000004, "Wrong alignment on EventManagerSubsystem_BindEvent"); \ +static_assert(sizeof(EventManagerSubsystem_BindEvent) == 0x000018, "Wrong size on EventManagerSubsystem_BindEvent"); \ +static_assert(offsetof(EventManagerSubsystem_BindEvent, EventName) == 0x000000, "Member 'EventManagerSubsystem_BindEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(EventManagerSubsystem_BindEvent, Event) == 0x000008, "Member 'EventManagerSubsystem_BindEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EventManagerSubsystem_BroadcastEvent \ +static_assert(alignof(EventManagerSubsystem_BroadcastEvent) == 0x000004, "Wrong alignment on EventManagerSubsystem_BroadcastEvent"); \ +static_assert(sizeof(EventManagerSubsystem_BroadcastEvent) == 0x000008, "Wrong size on EventManagerSubsystem_BroadcastEvent"); \ +static_assert(offsetof(EventManagerSubsystem_BroadcastEvent, EventName) == 0x000000, "Member 'EventManagerSubsystem_BroadcastEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EventManagerSubsystem_UnbindEvent \ +static_assert(alignof(EventManagerSubsystem_UnbindEvent) == 0x000004, "Wrong alignment on EventManagerSubsystem_UnbindEvent"); \ +static_assert(sizeof(EventManagerSubsystem_UnbindEvent) == 0x000018, "Wrong size on EventManagerSubsystem_UnbindEvent"); \ +static_assert(offsetof(EventManagerSubsystem_UnbindEvent, EventName) == 0x000000, "Member 'EventManagerSubsystem_UnbindEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(EventManagerSubsystem_UnbindEvent, Event) == 0x000008, "Member 'EventManagerSubsystem_UnbindEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEventManagerSubsystem \ +static_assert(alignof(UEventManagerSubsystem) == 0x000008, "Wrong alignment on UEventManagerSubsystem"); \ +static_assert(sizeof(UEventManagerSubsystem) == 0x000080, "Wrong size on UEventManagerSubsystem"); \ +static_assert(offsetof(UEventManagerSubsystem, Events) == 0x000030, "Member 'UEventManagerSubsystem::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HurtboxManagerComponent_SetHurtboxGroupBlocking \ +static_assert(alignof(HurtboxManagerComponent_SetHurtboxGroupBlocking) == 0x000004, "Wrong alignment on HurtboxManagerComponent_SetHurtboxGroupBlocking"); \ +static_assert(sizeof(HurtboxManagerComponent_SetHurtboxGroupBlocking) == 0x00000C, "Wrong size on HurtboxManagerComponent_SetHurtboxGroupBlocking"); \ +static_assert(offsetof(HurtboxManagerComponent_SetHurtboxGroupBlocking, GroupTag) == 0x000000, "Member 'HurtboxManagerComponent_SetHurtboxGroupBlocking::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_SetHurtboxGroupBlocking, IsBlocking) == 0x000008, "Member 'HurtboxManagerComponent_SetHurtboxGroupBlocking::IsBlocking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HurtboxManagerComponent_ApplyHurtboxData \ +static_assert(alignof(HurtboxManagerComponent_ApplyHurtboxData) == 0x000008, "Wrong alignment on HurtboxManagerComponent_ApplyHurtboxData"); \ +static_assert(sizeof(HurtboxManagerComponent_ApplyHurtboxData) == 0x000128, "Wrong size on HurtboxManagerComponent_ApplyHurtboxData"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxData, DamageDealerTag) == 0x000000, "Member 'HurtboxManagerComponent_ApplyHurtboxData::DamageDealerTag' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxData, GroupTag) == 0x000008, "Member 'HurtboxManagerComponent_ApplyHurtboxData::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxData, InOutDamageEvent) == 0x000010, "Member 'HurtboxManagerComponent_ApplyHurtboxData::InOutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxData, ReturnValue) == 0x000120, "Member 'HurtboxManagerComponent_ApplyHurtboxData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HurtboxManagerComponent_ApplyHurtboxDataByComponent \ +static_assert(alignof(HurtboxManagerComponent_ApplyHurtboxDataByComponent) == 0x000008, "Wrong alignment on HurtboxManagerComponent_ApplyHurtboxDataByComponent"); \ +static_assert(sizeof(HurtboxManagerComponent_ApplyHurtboxDataByComponent) == 0x000128, "Wrong size on HurtboxManagerComponent_ApplyHurtboxDataByComponent"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxDataByComponent, DamageDealerTag) == 0x000000, "Member 'HurtboxManagerComponent_ApplyHurtboxDataByComponent::DamageDealerTag' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxDataByComponent, PrimitiveComponent) == 0x000008, "Member 'HurtboxManagerComponent_ApplyHurtboxDataByComponent::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxDataByComponent, InOutDamageEvent) == 0x000010, "Member 'HurtboxManagerComponent_ApplyHurtboxDataByComponent::InOutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(HurtboxManagerComponent_ApplyHurtboxDataByComponent, ReturnValue) == 0x000120, "Member 'HurtboxManagerComponent_ApplyHurtboxDataByComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HurtboxManagerComponent_GetAimAssistHurtboxes \ +static_assert(alignof(HurtboxManagerComponent_GetAimAssistHurtboxes) == 0x000008, "Wrong alignment on HurtboxManagerComponent_GetAimAssistHurtboxes"); \ +static_assert(sizeof(HurtboxManagerComponent_GetAimAssistHurtboxes) == 0x000010, "Wrong size on HurtboxManagerComponent_GetAimAssistHurtboxes"); \ +static_assert(offsetof(HurtboxManagerComponent_GetAimAssistHurtboxes, ReturnValue) == 0x000000, "Member 'HurtboxManagerComponent_GetAimAssistHurtboxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HurtboxManagerComponent_GetHurtboxGroups \ +static_assert(alignof(HurtboxManagerComponent_GetHurtboxGroups) == 0x000008, "Wrong alignment on HurtboxManagerComponent_GetHurtboxGroups"); \ +static_assert(sizeof(HurtboxManagerComponent_GetHurtboxGroups) == 0x000050, "Wrong size on HurtboxManagerComponent_GetHurtboxGroups"); \ +static_assert(offsetof(HurtboxManagerComponent_GetHurtboxGroups, ReturnValue) == 0x000000, "Member 'HurtboxManagerComponent_GetHurtboxGroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHurtboxManagerComponent \ +static_assert(alignof(UHurtboxManagerComponent) == 0x000008, "Wrong alignment on UHurtboxManagerComponent"); \ +static_assert(sizeof(UHurtboxManagerComponent) == 0x000178, "Wrong size on UHurtboxManagerComponent"); \ +static_assert(offsetof(UHurtboxManagerComponent, HurtboxGroups) == 0x0000B0, "Member 'UHurtboxManagerComponent::HurtboxGroups' has a wrong offset!"); \ +static_assert(offsetof(UHurtboxManagerComponent, EnableAimAssist) == 0x000100, "Member 'UHurtboxManagerComponent::EnableAimAssist' has a wrong offset!"); \ +static_assert(offsetof(UHurtboxManagerComponent, OnCriticalHurtboxHit) == 0x000108, "Member 'UHurtboxManagerComponent::OnCriticalHurtboxHit' has a wrong offset!"); \ +static_assert(offsetof(UHurtboxManagerComponent, AimAssistHurtboxes) == 0x000118, "Member 'UHurtboxManagerComponent::AimAssistHurtboxes' has a wrong offset!"); \ +static_assert(offsetof(UHurtboxManagerComponent, PrimitiveComponentTags) == 0x000128, "Member 'UHurtboxManagerComponent::PrimitiveComponentTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_AddIgnoreActor \ +static_assert(alignof(Explosion_AddIgnoreActor) == 0x000008, "Wrong alignment on Explosion_AddIgnoreActor"); \ +static_assert(sizeof(Explosion_AddIgnoreActor) == 0x000008, "Wrong size on Explosion_AddIgnoreActor"); \ +static_assert(offsetof(Explosion_AddIgnoreActor, Actor) == 0x000000, "Member 'Explosion_AddIgnoreActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_AddIgnoreActors \ +static_assert(alignof(Explosion_AddIgnoreActors) == 0x000008, "Wrong alignment on Explosion_AddIgnoreActors"); \ +static_assert(sizeof(Explosion_AddIgnoreActors) == 0x000010, "Wrong size on Explosion_AddIgnoreActors"); \ +static_assert(offsetof(Explosion_AddIgnoreActors, Actors) == 0x000000, "Member 'Explosion_AddIgnoreActors::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_AddNonBlockingActor \ +static_assert(alignof(Explosion_AddNonBlockingActor) == 0x000008, "Wrong alignment on Explosion_AddNonBlockingActor"); \ +static_assert(sizeof(Explosion_AddNonBlockingActor) == 0x000008, "Wrong size on Explosion_AddNonBlockingActor"); \ +static_assert(offsetof(Explosion_AddNonBlockingActor, Actor) == 0x000000, "Member 'Explosion_AddNonBlockingActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_AddNonBlockingActors \ +static_assert(alignof(Explosion_AddNonBlockingActors) == 0x000008, "Wrong alignment on Explosion_AddNonBlockingActors"); \ +static_assert(sizeof(Explosion_AddNonBlockingActors) == 0x000010, "Wrong size on Explosion_AddNonBlockingActors"); \ +static_assert(offsetof(Explosion_AddNonBlockingActors, Actors) == 0x000000, "Member 'Explosion_AddNonBlockingActors::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_DamagePreventionCheck \ +static_assert(alignof(Explosion_DamagePreventionCheck) == 0x000008, "Wrong alignment on Explosion_DamagePreventionCheck"); \ +static_assert(sizeof(Explosion_DamagePreventionCheck) == 0x0000F0, "Wrong size on Explosion_DamagePreventionCheck"); \ +static_assert(offsetof(Explosion_DamagePreventionCheck, Params_0) == 0x000000, "Member 'Explosion_DamagePreventionCheck::Params_0' has a wrong offset!"); \ +static_assert(offsetof(Explosion_DamagePreventionCheck, OtherActor) == 0x0000E0, "Member 'Explosion_DamagePreventionCheck::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Explosion_DamagePreventionCheck, ReturnValue) == 0x0000E8, "Member 'Explosion_DamagePreventionCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_Explode \ +static_assert(alignof(Explosion_Explode) == 0x000004, "Wrong alignment on Explosion_Explode"); \ +static_assert(sizeof(Explosion_Explode) == 0x000008, "Wrong size on Explosion_Explode"); \ +static_assert(offsetof(Explosion_Explode, ChargePower_0) == 0x000000, "Member 'Explosion_Explode::ChargePower_0' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Explode, ReturnValue) == 0x000004, "Member 'Explosion_Explode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_GetClosestEdgeLocation \ +static_assert(alignof(Explosion_GetClosestEdgeLocation) == 0x000004, "Wrong alignment on Explosion_GetClosestEdgeLocation"); \ +static_assert(sizeof(Explosion_GetClosestEdgeLocation) == 0x000018, "Wrong size on Explosion_GetClosestEdgeLocation"); \ +static_assert(offsetof(Explosion_GetClosestEdgeLocation, FromPoint) == 0x000000, "Member 'Explosion_GetClosestEdgeLocation::FromPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_GetClosestEdgeLocation, ReturnValue) == 0x00000C, "Member 'Explosion_GetClosestEdgeLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_CalculateRadius \ +static_assert(alignof(Explosion_CalculateRadius) == 0x000004, "Wrong alignment on Explosion_CalculateRadius"); \ +static_assert(sizeof(Explosion_CalculateRadius) == 0x000008, "Wrong size on Explosion_CalculateRadius"); \ +static_assert(offsetof(Explosion_CalculateRadius, PercentExploded) == 0x000000, "Member 'Explosion_CalculateRadius::PercentExploded' has a wrong offset!"); \ +static_assert(offsetof(Explosion_CalculateRadius, ReturnValue) == 0x000004, "Member 'Explosion_CalculateRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_GetMinDamagingDistanceFromCenter \ +static_assert(alignof(Explosion_GetMinDamagingDistanceFromCenter) == 0x000004, "Wrong alignment on Explosion_GetMinDamagingDistanceFromCenter"); \ +static_assert(sizeof(Explosion_GetMinDamagingDistanceFromCenter) == 0x000004, "Wrong size on Explosion_GetMinDamagingDistanceFromCenter"); \ +static_assert(offsetof(Explosion_GetMinDamagingDistanceFromCenter, ReturnValue) == 0x000000, "Member 'Explosion_GetMinDamagingDistanceFromCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion \ +static_assert(alignof(AExplosion) == 0x000008, "Wrong alignment on AExplosion"); \ +static_assert(sizeof(AExplosion) == 0x0003A0, "Wrong size on AExplosion"); \ +static_assert(offsetof(AExplosion, CollisionHeight) == 0x000230, "Member 'AExplosion::CollisionHeight' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, IsExploding) == 0x000234, "Member 'AExplosion::IsExploding' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ExplodeStartTime) == 0x000238, "Member 'AExplosion::ExplodeStartTime' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ExplodePercent) == 0x00023C, "Member 'AExplosion::ExplodePercent' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, DamageValue) == 0x000240, "Member 'AExplosion::DamageValue' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, StaggerDamage) == 0x000244, "Member 'AExplosion::StaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, IsDebugEnabled) == 0x000248, "Member 'AExplosion::IsDebugEnabled' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, GameplayTags) == 0x000250, "Member 'AExplosion::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ExplosionGroup) == 0x000270, "Member 'AExplosion::ExplosionGroup' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ExplosionDealer) == 0x000300, "Member 'AExplosion::ExplosionDealer' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, HitboxManager) == 0x000308, "Member 'AExplosion::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, PrimitiveToScale) == 0x000310, "Member 'AExplosion::PrimitiveToScale' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, PrimitiveRadiusAtScaleOne) == 0x000318, "Member 'AExplosion::PrimitiveRadiusAtScaleOne' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, HitActors) == 0x000320, "Member 'AExplosion::HitActors' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ExplosionData) == 0x000330, "Member 'AExplosion::ExplosionData' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, NonBlockingActors) == 0x000358, "Member 'AExplosion::NonBlockingActors' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, IgnoreActors) == 0x000368, "Member 'AExplosion::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ComputedDuration) == 0x000378, "Member 'AExplosion::ComputedDuration' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ChargePower) == 0x00037C, "Member 'AExplosion::ChargePower' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, ExplosionTag) == 0x000380, "Member 'AExplosion::ExplosionTag' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, HapticFeedback) == 0x000388, "Member 'AExplosion::HapticFeedback' has a wrong offset!"); \ +static_assert(offsetof(AExplosion, HapticIntensity) == 0x000398, "Member 'AExplosion::HapticIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExplosionDealerComponent \ +static_assert(alignof(UExplosionDealerComponent) == 0x000008, "Wrong alignment on UExplosionDealerComponent"); \ +static_assert(sizeof(UExplosionDealerComponent) == 0x000218, "Wrong size on UExplosionDealerComponent"); \ + +#define DUMPER7_ASSERTS_SplineEventHandler_GetExitPoints \ +static_assert(alignof(SplineEventHandler_GetExitPoints) == 0x000008, "Wrong alignment on SplineEventHandler_GetExitPoints"); \ +static_assert(sizeof(SplineEventHandler_GetExitPoints) == 0x000010, "Wrong size on SplineEventHandler_GetExitPoints"); \ +static_assert(offsetof(SplineEventHandler_GetExitPoints, ReturnValue) == 0x000000, "Member 'SplineEventHandler_GetExitPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISplineEventHandler \ +static_assert(alignof(ISplineEventHandler) == 0x000001, "Wrong alignment on ISplineEventHandler"); \ +static_assert(sizeof(ISplineEventHandler) == 0x000001, "Wrong size on ISplineEventHandler"); \ + +#define DUMPER7_ASSERTS_ExplosionSpawnerComponent_SpawnExplosion \ +static_assert(alignof(ExplosionSpawnerComponent_SpawnExplosion) == 0x000008, "Wrong alignment on ExplosionSpawnerComponent_SpawnExplosion"); \ +static_assert(sizeof(ExplosionSpawnerComponent_SpawnExplosion) == 0x000018, "Wrong size on ExplosionSpawnerComponent_SpawnExplosion"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosion, Tag) == 0x000000, "Member 'ExplosionSpawnerComponent_SpawnExplosion::Tag' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosion, PowerPercent) == 0x000008, "Member 'ExplosionSpawnerComponent_SpawnExplosion::PowerPercent' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosion, ReturnValue) == 0x000010, "Member 'ExplosionSpawnerComponent_SpawnExplosion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors \ +static_assert(alignof(ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors) == 0x000008, "Wrong alignment on ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors"); \ +static_assert(sizeof(ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors) == 0x000028, "Wrong size on ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors, Tag) == 0x000000, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors::Tag' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors, PowerPercent) == 0x000008, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors::PowerPercent' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors, IgnoreActors) == 0x000010, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors, ReturnValue) == 0x000020, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithIgnoreActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExplosionSpawnerComponent_SpawnExplosionWithInit \ +static_assert(alignof(ExplosionSpawnerComponent_SpawnExplosionWithInit) == 0x000008, "Wrong alignment on ExplosionSpawnerComponent_SpawnExplosionWithInit"); \ +static_assert(sizeof(ExplosionSpawnerComponent_SpawnExplosionWithInit) == 0x000028, "Wrong size on ExplosionSpawnerComponent_SpawnExplosionWithInit"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithInit, Tag) == 0x000000, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithInit::Tag' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithInit, PowerPercent) == 0x000008, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithInit::PowerPercent' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithInit, InitFunc) == 0x00000C, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithInit::InitFunc' has a wrong offset!"); \ +static_assert(offsetof(ExplosionSpawnerComponent_SpawnExplosionWithInit, ReturnValue) == 0x000020, "Member 'ExplosionSpawnerComponent_SpawnExplosionWithInit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExplosionSpawnerComponent \ +static_assert(alignof(UExplosionSpawnerComponent) == 0x000010, "Wrong alignment on UExplosionSpawnerComponent"); \ +static_assert(sizeof(UExplosionSpawnerComponent) == 0x000210, "Wrong size on UExplosionSpawnerComponent"); \ +static_assert(offsetof(UExplosionSpawnerComponent, ExplosionClass) == 0x0001F8, "Member 'UExplosionSpawnerComponent::ExplosionClass' has a wrong offset!"); \ +static_assert(offsetof(UExplosionSpawnerComponent, ExplosionTag) == 0x000200, "Member 'UExplosionSpawnerComponent::ExplosionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFidgetConfig \ +static_assert(alignof(UFidgetConfig) == 0x000008, "Wrong alignment on UFidgetConfig"); \ +static_assert(sizeof(UFidgetConfig) == 0x000048, "Wrong size on UFidgetConfig"); \ +static_assert(offsetof(UFidgetConfig, Fidgets) == 0x000030, "Member 'UFidgetConfig::Fidgets' has a wrong offset!"); \ +static_assert(offsetof(UFidgetConfig, FidgetDelayMinMax) == 0x000040, "Member 'UFidgetConfig::FidgetDelayMinMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiPlayerController \ +static_assert(alignof(AMochiPlayerController) == 0x000008, "Wrong alignment on AMochiPlayerController"); \ +static_assert(sizeof(AMochiPlayerController) == 0x000600, "Wrong size on AMochiPlayerController"); \ +static_assert(offsetof(AMochiPlayerController, HapticsEndpoint) == 0x000590, "Member 'AMochiPlayerController::HapticsEndpoint' has a wrong offset!"); \ +static_assert(offsetof(AMochiPlayerController, HapticFeedbackTable) == 0x000598, "Member 'AMochiPlayerController::HapticFeedbackTable' has a wrong offset!"); \ +static_assert(offsetof(AMochiPlayerController, UserSettings) == 0x0005A0, "Member 'AMochiPlayerController::UserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_AddHiddenActor \ +static_assert(alignof(KenaController_AddHiddenActor) == 0x000008, "Wrong alignment on KenaController_AddHiddenActor"); \ +static_assert(sizeof(KenaController_AddHiddenActor) == 0x000008, "Wrong size on KenaController_AddHiddenActor"); \ +static_assert(offsetof(KenaController_AddHiddenActor, ActorToHide) == 0x000000, "Member 'KenaController_AddHiddenActor::ActorToHide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_AddHiddenComponent \ +static_assert(alignof(KenaController_AddHiddenComponent) == 0x000008, "Wrong alignment on KenaController_AddHiddenComponent"); \ +static_assert(sizeof(KenaController_AddHiddenComponent) == 0x000008, "Wrong size on KenaController_AddHiddenComponent"); \ +static_assert(offsetof(KenaController_AddHiddenComponent, ComponentToHide) == 0x000000, "Member 'KenaController_AddHiddenComponent::ComponentToHide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_RequestEnterCinematicState \ +static_assert(alignof(KenaController_RequestEnterCinematicState) == 0x000004, "Wrong alignment on KenaController_RequestEnterCinematicState"); \ +static_assert(sizeof(KenaController_RequestEnterCinematicState) == 0x000008, "Wrong size on KenaController_RequestEnterCinematicState"); \ +static_assert(offsetof(KenaController_RequestEnterCinematicState, CinematicStateContext) == 0x000000, "Member 'KenaController_RequestEnterCinematicState::CinematicStateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_RequestExitCinematicState \ +static_assert(alignof(KenaController_RequestExitCinematicState) == 0x000004, "Wrong alignment on KenaController_RequestExitCinematicState"); \ +static_assert(sizeof(KenaController_RequestExitCinematicState) == 0x000008, "Wrong size on KenaController_RequestExitCinematicState"); \ +static_assert(offsetof(KenaController_RequestExitCinematicState, CinematicStateContext) == 0x000000, "Member 'KenaController_RequestExitCinematicState::CinematicStateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_SetIsRespawning \ +static_assert(alignof(KenaController_SetIsRespawning) == 0x000001, "Wrong alignment on KenaController_SetIsRespawning"); \ +static_assert(sizeof(KenaController_SetIsRespawning) == 0x000001, "Wrong size on KenaController_SetIsRespawning"); \ +static_assert(offsetof(KenaController_SetIsRespawning, InIsRespawning) == 0x000000, "Member 'KenaController_SetIsRespawning::InIsRespawning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_SetIsSoftResetting \ +static_assert(alignof(KenaController_SetIsSoftResetting) == 0x000001, "Wrong alignment on KenaController_SetIsSoftResetting"); \ +static_assert(sizeof(KenaController_SetIsSoftResetting) == 0x000001, "Wrong size on KenaController_SetIsSoftResetting"); \ +static_assert(offsetof(KenaController_SetIsSoftResetting, InIsSoftResetting) == 0x000000, "Member 'KenaController_SetIsSoftResetting::InIsSoftResetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_SetManualMovementProxy \ +static_assert(alignof(KenaController_SetManualMovementProxy) == 0x000008, "Wrong alignment on KenaController_SetManualMovementProxy"); \ +static_assert(sizeof(KenaController_SetManualMovementProxy) == 0x000008, "Wrong size on KenaController_SetManualMovementProxy"); \ +static_assert(offsetof(KenaController_SetManualMovementProxy, Proxy) == 0x000000, "Member 'KenaController_SetManualMovementProxy::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_ShouldBeInCinematicState \ +static_assert(alignof(KenaController_ShouldBeInCinematicState) == 0x000001, "Wrong alignment on KenaController_ShouldBeInCinematicState"); \ +static_assert(sizeof(KenaController_ShouldBeInCinematicState) == 0x000001, "Wrong size on KenaController_ShouldBeInCinematicState"); \ +static_assert(offsetof(KenaController_ShouldBeInCinematicState, ReturnValue) == 0x000000, "Member 'KenaController_ShouldBeInCinematicState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_WarpToTransform \ +static_assert(alignof(KenaController_WarpToTransform) == 0x000010, "Wrong alignment on KenaController_WarpToTransform"); \ +static_assert(sizeof(KenaController_WarpToTransform) == 0x000030, "Wrong size on KenaController_WarpToTransform"); \ +static_assert(offsetof(KenaController_WarpToTransform, Transform) == 0x000000, "Member 'KenaController_WarpToTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_GetHUDWidget \ +static_assert(alignof(KenaController_GetHUDWidget) == 0x000008, "Wrong alignment on KenaController_GetHUDWidget"); \ +static_assert(sizeof(KenaController_GetHUDWidget) == 0x000008, "Wrong size on KenaController_GetHUDWidget"); \ +static_assert(offsetof(KenaController_GetHUDWidget, ReturnValue) == 0x000000, "Member 'KenaController_GetHUDWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_GetIsRespawning \ +static_assert(alignof(KenaController_GetIsRespawning) == 0x000001, "Wrong alignment on KenaController_GetIsRespawning"); \ +static_assert(sizeof(KenaController_GetIsRespawning) == 0x000001, "Wrong size on KenaController_GetIsRespawning"); \ +static_assert(offsetof(KenaController_GetIsRespawning, ReturnValue) == 0x000000, "Member 'KenaController_GetIsRespawning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_GetIsSoftResetting \ +static_assert(alignof(KenaController_GetIsSoftResetting) == 0x000001, "Wrong alignment on KenaController_GetIsSoftResetting"); \ +static_assert(sizeof(KenaController_GetIsSoftResetting) == 0x000001, "Wrong size on KenaController_GetIsSoftResetting"); \ +static_assert(offsetof(KenaController_GetIsSoftResetting, ReturnValue) == 0x000000, "Member 'KenaController_GetIsSoftResetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaController_StateAllowsRotAction \ +static_assert(alignof(KenaController_StateAllowsRotAction) == 0x000001, "Wrong alignment on KenaController_StateAllowsRotAction"); \ +static_assert(sizeof(KenaController_StateAllowsRotAction) == 0x000001, "Wrong size on KenaController_StateAllowsRotAction"); \ +static_assert(offsetof(KenaController_StateAllowsRotAction, ReturnValue) == 0x000000, "Member 'KenaController_StateAllowsRotAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKenaController \ +static_assert(alignof(AKenaController) == 0x000010, "Wrong alignment on AKenaController"); \ +static_assert(sizeof(AKenaController) == 0x000760, "Wrong size on AKenaController"); \ +static_assert(offsetof(AKenaController, TimesResetSinceStartup) == 0x000618, "Member 'AKenaController::TimesResetSinceStartup' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, InventoryManager) == 0x000620, "Member 'AKenaController::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, UninterruptableCinematicRequests) == 0x000628, "Member 'AKenaController::UninterruptableCinematicRequests' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, OnSoftReset) == 0x000638, "Member 'AKenaController::OnSoftReset' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, ButtonLegendController) == 0x000648, "Member 'AKenaController::ButtonLegendController' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, UseSpectatorOnReset) == 0x000650, "Member 'AKenaController::UseSpectatorOnReset' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, Team) == 0x000651, "Member 'AKenaController::Team' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, StateLookScalar) == 0x000654, "Member 'AKenaController::StateLookScalar' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, BaseLookSpeed) == 0x000658, "Member 'AKenaController::BaseLookSpeed' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, LockOnManager) == 0x000660, "Member 'AKenaController::LockOnManager' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, SaveGameComponent) == 0x000668, "Member 'AKenaController::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, InputBufferComponent) == 0x000670, "Member 'AKenaController::InputBufferComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, HUDManager) == 0x000678, "Member 'AKenaController::HUDManager' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, ManualMovementProxy) == 0x000680, "Member 'AKenaController::ManualMovementProxy' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, InitialSpawnTransform) == 0x000690, "Member 'AKenaController::InitialSpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, InitialSpawnControlRotation) == 0x0006C0, "Member 'AKenaController::InitialSpawnControlRotation' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, IsCinematicBlockingInput) == 0x0006CC, "Member 'AKenaController::IsCinematicBlockingInput' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, CinematicStateRequests) == 0x0006D0, "Member 'AKenaController::CinematicStateRequests' has a wrong offset!"); \ +static_assert(offsetof(AKenaController, CachedStateMachine) == 0x0006E0, "Member 'AKenaController::CachedStateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FidgetController_PlayFidgetAndRotEvent \ +static_assert(alignof(FidgetController_PlayFidgetAndRotEvent) == 0x000008, "Wrong alignment on FidgetController_PlayFidgetAndRotEvent"); \ +static_assert(sizeof(FidgetController_PlayFidgetAndRotEvent) == 0x000058, "Wrong size on FidgetController_PlayFidgetAndRotEvent"); \ +static_assert(offsetof(FidgetController_PlayFidgetAndRotEvent, Fidget) == 0x000000, "Member 'FidgetController_PlayFidgetAndRotEvent::Fidget' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_PlayFidgetAndRotEvent, RotEventLocation) == 0x000038, "Member 'FidgetController_PlayFidgetAndRotEvent::RotEventLocation' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_PlayFidgetAndRotEvent, FidgetCompleteCallback) == 0x000044, "Member 'FidgetController_PlayFidgetAndRotEvent::FidgetCompleteCallback' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_PlayFidgetAndRotEvent, ReturnValue) == 0x000054, "Member 'FidgetController_PlayFidgetAndRotEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FidgetController_PlayRandomFidget \ +static_assert(alignof(FidgetController_PlayRandomFidget) == 0x000008, "Wrong alignment on FidgetController_PlayRandomFidget"); \ +static_assert(sizeof(FidgetController_PlayRandomFidget) == 0x000028, "Wrong size on FidgetController_PlayRandomFidget"); \ +static_assert(offsetof(FidgetController_PlayRandomFidget, Config) == 0x000000, "Member 'FidgetController_PlayRandomFidget::Config' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_PlayRandomFidget, RotEventLocation) == 0x000008, "Member 'FidgetController_PlayRandomFidget::RotEventLocation' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_PlayRandomFidget, FidgetCompleteCallback) == 0x000014, "Member 'FidgetController_PlayRandomFidget::FidgetCompleteCallback' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_PlayRandomFidget, ReturnValue) == 0x000024, "Member 'FidgetController_PlayRandomFidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FidgetController_StopCurrentFidget \ +static_assert(alignof(FidgetController_StopCurrentFidget) == 0x000004, "Wrong alignment on FidgetController_StopCurrentFidget"); \ +static_assert(sizeof(FidgetController_StopCurrentFidget) == 0x000008, "Wrong size on FidgetController_StopCurrentFidget"); \ +static_assert(offsetof(FidgetController_StopCurrentFidget, BlendOutTime) == 0x000000, "Member 'FidgetController_StopCurrentFidget::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FidgetController_StopCurrentFidget, ReturnValue) == 0x000004, "Member 'FidgetController_StopCurrentFidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFidgetController \ +static_assert(alignof(UFidgetController) == 0x000008, "Wrong alignment on UFidgetController"); \ +static_assert(sizeof(UFidgetController) == 0x000108, "Wrong size on UFidgetController"); \ +static_assert(offsetof(UFidgetController, AnimInstance) == 0x0000B0, "Member 'UFidgetController::AnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFinalOutActorRemover \ +static_assert(alignof(AFinalOutActorRemover) == 0x000008, "Wrong alignment on AFinalOutActorRemover"); \ +static_assert(sizeof(AFinalOutActorRemover) == 0x000238, "Wrong size on AFinalOutActorRemover"); \ +static_assert(offsetof(AFinalOutActorRemover, ClassesToDestroy) == 0x000228, "Member 'AFinalOutActorRemover::ClassesToDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_NotifyAnimEvent \ +static_assert(alignof(KenaAnimInstance_NotifyAnimEvent) == 0x000004, "Wrong alignment on KenaAnimInstance_NotifyAnimEvent"); \ +static_assert(sizeof(KenaAnimInstance_NotifyAnimEvent) == 0x00000C, "Wrong size on KenaAnimInstance_NotifyAnimEvent"); \ +static_assert(offsetof(KenaAnimInstance_NotifyAnimEvent, AnimEventName) == 0x000000, "Member 'KenaAnimInstance_NotifyAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_NotifyAnimEvent, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_NotifyAnimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_NotifyAnimEventPure \ +static_assert(alignof(KenaAnimInstance_NotifyAnimEventPure) == 0x000004, "Wrong alignment on KenaAnimInstance_NotifyAnimEventPure"); \ +static_assert(sizeof(KenaAnimInstance_NotifyAnimEventPure) == 0x00000C, "Wrong size on KenaAnimInstance_NotifyAnimEventPure"); \ +static_assert(offsetof(KenaAnimInstance_NotifyAnimEventPure, AnimEventName) == 0x000000, "Member 'KenaAnimInstance_NotifyAnimEventPure::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_NotifyAnimEventPure, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_NotifyAnimEventPure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_OnStateChanged \ +static_assert(alignof(KenaAnimInstance_OnStateChanged) == 0x000008, "Wrong alignment on KenaAnimInstance_OnStateChanged"); \ +static_assert(sizeof(KenaAnimInstance_OnStateChanged) == 0x000018, "Wrong size on KenaAnimInstance_OnStateChanged"); \ +static_assert(offsetof(KenaAnimInstance_OnStateChanged, From) == 0x000000, "Member 'KenaAnimInstance_OnStateChanged::From' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_OnStateChanged, To) == 0x000008, "Member 'KenaAnimInstance_OnStateChanged::To' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_OnStateChanged, IsSuspend) == 0x000010, "Member 'KenaAnimInstance_OnStateChanged::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_OnStateChanged, IsResume) == 0x000011, "Member 'KenaAnimInstance_OnStateChanged::IsResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_CurrentStateIs \ +static_assert(alignof(KenaAnimInstance_CurrentStateIs) == 0x000008, "Wrong alignment on KenaAnimInstance_CurrentStateIs"); \ +static_assert(sizeof(KenaAnimInstance_CurrentStateIs) == 0x000010, "Wrong size on KenaAnimInstance_CurrentStateIs"); \ +static_assert(offsetof(KenaAnimInstance_CurrentStateIs, QueryState) == 0x000000, "Member 'KenaAnimInstance_CurrentStateIs::QueryState' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_CurrentStateIs, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_CurrentStateIs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_CurrentStateIsChildOf \ +static_assert(alignof(KenaAnimInstance_CurrentStateIsChildOf) == 0x000008, "Wrong alignment on KenaAnimInstance_CurrentStateIsChildOf"); \ +static_assert(sizeof(KenaAnimInstance_CurrentStateIsChildOf) == 0x000010, "Wrong size on KenaAnimInstance_CurrentStateIsChildOf"); \ +static_assert(offsetof(KenaAnimInstance_CurrentStateIsChildOf, QueryState) == 0x000000, "Member 'KenaAnimInstance_CurrentStateIsChildOf::QueryState' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_CurrentStateIsChildOf, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_CurrentStateIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_IsLockedOn \ +static_assert(alignof(KenaAnimInstance_IsLockedOn) == 0x000001, "Wrong alignment on KenaAnimInstance_IsLockedOn"); \ +static_assert(sizeof(KenaAnimInstance_IsLockedOn) == 0x000001, "Wrong size on KenaAnimInstance_IsLockedOn"); \ +static_assert(offsetof(KenaAnimInstance_IsLockedOn, ReturnValue) == 0x000000, "Member 'KenaAnimInstance_IsLockedOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_PreviousStateIs \ +static_assert(alignof(KenaAnimInstance_PreviousStateIs) == 0x000008, "Wrong alignment on KenaAnimInstance_PreviousStateIs"); \ +static_assert(sizeof(KenaAnimInstance_PreviousStateIs) == 0x000010, "Wrong size on KenaAnimInstance_PreviousStateIs"); \ +static_assert(offsetof(KenaAnimInstance_PreviousStateIs, QueryState) == 0x000000, "Member 'KenaAnimInstance_PreviousStateIs::QueryState' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_PreviousStateIs, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_PreviousStateIs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_PreviousStateIsChildOf \ +static_assert(alignof(KenaAnimInstance_PreviousStateIsChildOf) == 0x000008, "Wrong alignment on KenaAnimInstance_PreviousStateIsChildOf"); \ +static_assert(sizeof(KenaAnimInstance_PreviousStateIsChildOf) == 0x000010, "Wrong size on KenaAnimInstance_PreviousStateIsChildOf"); \ +static_assert(offsetof(KenaAnimInstance_PreviousStateIsChildOf, QueryState) == 0x000000, "Member 'KenaAnimInstance_PreviousStateIsChildOf::QueryState' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_PreviousStateIsChildOf, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_PreviousStateIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_PreviousSuperStateIs \ +static_assert(alignof(KenaAnimInstance_PreviousSuperStateIs) == 0x000008, "Wrong alignment on KenaAnimInstance_PreviousSuperStateIs"); \ +static_assert(sizeof(KenaAnimInstance_PreviousSuperStateIs) == 0x000010, "Wrong size on KenaAnimInstance_PreviousSuperStateIs"); \ +static_assert(offsetof(KenaAnimInstance_PreviousSuperStateIs, QueryState) == 0x000000, "Member 'KenaAnimInstance_PreviousSuperStateIs::QueryState' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_PreviousSuperStateIs, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_PreviousSuperStateIs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaAnimInstance_SuperStateIs \ +static_assert(alignof(KenaAnimInstance_SuperStateIs) == 0x000008, "Wrong alignment on KenaAnimInstance_SuperStateIs"); \ +static_assert(sizeof(KenaAnimInstance_SuperStateIs) == 0x000010, "Wrong size on KenaAnimInstance_SuperStateIs"); \ +static_assert(offsetof(KenaAnimInstance_SuperStateIs, QueryState) == 0x000000, "Member 'KenaAnimInstance_SuperStateIs::QueryState' has a wrong offset!"); \ +static_assert(offsetof(KenaAnimInstance_SuperStateIs, ReturnValue) == 0x000008, "Member 'KenaAnimInstance_SuperStateIs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKenaAnimInstance \ +static_assert(alignof(UKenaAnimInstance) == 0x000010, "Wrong alignment on UKenaAnimInstance"); \ +static_assert(sizeof(UKenaAnimInstance) == 0x0013A0, "Wrong size on UKenaAnimInstance"); \ +static_assert(offsetof(UKenaAnimInstance, StaffSocketLocation) == 0x000B18, "Member 'UKenaAnimInstance::StaffSocketLocation' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, LastSoftResetReason) == 0x000B19, "Member 'UKenaAnimInstance::LastSoftResetReason' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, mHFSM) == 0x000B20, "Member 'UKenaAnimInstance::mHFSM' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, mKenaInstanceProxy) == 0x000B30, "Member 'UKenaAnimInstance::mKenaInstanceProxy' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, mCurrentState) == 0x0012A0, "Member 'UKenaAnimInstance::mCurrentState' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, mPreviousState) == 0x0012A8, "Member 'UKenaAnimInstance::mPreviousState' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, mSuperState) == 0x0012B0, "Member 'UKenaAnimInstance::mSuperState' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, mPreviousSuperState) == 0x0012B8, "Member 'UKenaAnimInstance::mPreviousSuperState' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, CombatManager) == 0x0012C8, "Member 'UKenaAnimInstance::CombatManager' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, KenaCharacter) == 0x0012D0, "Member 'UKenaAnimInstance::KenaCharacter' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, KenaController) == 0x0012D8, "Member 'UKenaAnimInstance::KenaController' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, LocomotionComponent) == 0x0012E0, "Member 'UKenaAnimInstance::LocomotionComponent' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, GroundPlaneEvaluator) == 0x0012E8, "Member 'UKenaAnimInstance::GroundPlaneEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, FloorSlowComponent) == 0x0012F0, "Member 'UKenaAnimInstance::FloorSlowComponent' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, LockOnManager) == 0x0012F8, "Member 'UKenaAnimInstance::LockOnManager' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, AttackManager) == 0x001300, "Member 'UKenaAnimInstance::AttackManager' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, InventoryManager) == 0x001308, "Member 'UKenaAnimInstance::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, InputBuffer) == 0x001310, "Member 'UKenaAnimInstance::InputBuffer' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, Speed) == 0x001318, "Member 'UKenaAnimInstance::Speed' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, SpeedInt) == 0x00131C, "Member 'UKenaAnimInstance::SpeedInt' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, InputInt) == 0x001320, "Member 'UKenaAnimInstance::InputInt' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, Direction) == 0x001324, "Member 'UKenaAnimInstance::Direction' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, WalkSpeedThreshold) == 0x001328, "Member 'UKenaAnimInstance::WalkSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, RunSpeedThreshold) == 0x00132C, "Member 'UKenaAnimInstance::RunSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, SprintSpeedThreshold) == 0x001330, "Member 'UKenaAnimInstance::SprintSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, WalkInputThreshold) == 0x001334, "Member 'UKenaAnimInstance::WalkInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, RunInputThreshold) == 0x001338, "Member 'UKenaAnimInstance::RunInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, ShouldTurn180InputThreshold) == 0x00133C, "Member 'UKenaAnimInstance::ShouldTurn180InputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, MovementMode) == 0x001340, "Member 'UKenaAnimInstance::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, LastInputVector) == 0x001344, "Member 'UKenaAnimInstance::LastInputVector' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, ShouldTurn180) == 0x001350, "Member 'UKenaAnimInstance::ShouldTurn180' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, ShouldTurn90) == 0x001351, "Member 'UKenaAnimInstance::ShouldTurn90' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, TurnSign) == 0x001354, "Member 'UKenaAnimInstance::TurnSign' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, TurnDelta) == 0x001358, "Member 'UKenaAnimInstance::TurnDelta' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, IsInputtingMovement) == 0x00135C, "Member 'UKenaAnimInstance::IsInputtingMovement' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, IsSwimming) == 0x00135D, "Member 'UKenaAnimInstance::IsSwimming' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, SmoothInputStrength) == 0x001360, "Member 'UKenaAnimInstance::SmoothInputStrength' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, PivotPercent) == 0x001364, "Member 'UKenaAnimInstance::PivotPercent' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, PivotDirection) == 0x001368, "Member 'UKenaAnimInstance::PivotDirection' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, HasExceededFallThreshold) == 0x001369, "Member 'UKenaAnimInstance::HasExceededFallThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, IsHeavyLand) == 0x001370, "Member 'UKenaAnimInstance::IsHeavyLand' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, IsInCombat) == 0x001378, "Member 'UKenaAnimInstance::IsInCombat' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, HasSprintLightAttack) == 0x001379, "Member 'UKenaAnimInstance::HasSprintLightAttack' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, HasSprintHeavyAttack) == 0x00137A, "Member 'UKenaAnimInstance::HasSprintHeavyAttack' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, HasPerfectHeavyAttack) == 0x00137B, "Member 'UKenaAnimInstance::HasPerfectHeavyAttack' has a wrong offset!"); \ +static_assert(offsetof(UKenaAnimInstance, IsFloorSlowApplied) == 0x001394, "Member 'UKenaAnimInstance::IsFloorSlowApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFinalOutDeadzoneCleaner \ +static_assert(alignof(AFinalOutDeadzoneCleaner) == 0x000008, "Wrong alignment on AFinalOutDeadzoneCleaner"); \ +static_assert(sizeof(AFinalOutDeadzoneCleaner) == 0x000248, "Wrong size on AFinalOutDeadzoneCleaner"); \ +static_assert(offsetof(AFinalOutDeadzoneCleaner, DeadzoneTweenActorClasses) == 0x000238, "Member 'AFinalOutDeadzoneCleaner::DeadzoneTweenActorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloorParticlesComponent \ +static_assert(alignof(UFloorParticlesComponent) == 0x000008, "Wrong alignment on UFloorParticlesComponent"); \ +static_assert(sizeof(UFloorParticlesComponent) == 0x0000C8, "Wrong size on UFloorParticlesComponent"); \ +static_assert(offsetof(UFloorParticlesComponent, FloorParticles) == 0x0000B0, "Member 'UFloorParticlesComponent::FloorParticles' has a wrong offset!"); \ +static_assert(offsetof(UFloorParticlesComponent, OwnerMovement) == 0x0000C0, "Member 'UFloorParticlesComponent::OwnerMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Sleepable_SetIsSleeping \ +static_assert(alignof(Sleepable_SetIsSleeping) == 0x000001, "Wrong alignment on Sleepable_SetIsSleeping"); \ +static_assert(sizeof(Sleepable_SetIsSleeping) == 0x000001, "Wrong size on Sleepable_SetIsSleeping"); \ +static_assert(offsetof(Sleepable_SetIsSleeping, Sleeping) == 0x000000, "Member 'Sleepable_SetIsSleeping::Sleeping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Sleepable_CanSleep \ +static_assert(alignof(Sleepable_CanSleep) == 0x000001, "Wrong alignment on Sleepable_CanSleep"); \ +static_assert(sizeof(Sleepable_CanSleep) == 0x000001, "Wrong size on Sleepable_CanSleep"); \ +static_assert(offsetof(Sleepable_CanSleep, ReturnValue) == 0x000000, "Member 'Sleepable_CanSleep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Sleepable_GetIsSleeping \ +static_assert(alignof(Sleepable_GetIsSleeping) == 0x000001, "Wrong alignment on Sleepable_GetIsSleeping"); \ +static_assert(sizeof(Sleepable_GetIsSleeping) == 0x000001, "Wrong size on Sleepable_GetIsSleeping"); \ +static_assert(offsetof(Sleepable_GetIsSleeping, ReturnValue) == 0x000000, "Member 'Sleepable_GetIsSleeping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISleepable \ +static_assert(alignof(ISleepable) == 0x000001, "Wrong alignment on ISleepable"); \ +static_assert(sizeof(ISleepable) == 0x000001, "Wrong size on ISleepable"); \ + +#define DUMPER7_ASSERTS_FloorSlowComponent_CheckShouldSlow \ +static_assert(alignof(FloorSlowComponent_CheckShouldSlow) == 0x000001, "Wrong alignment on FloorSlowComponent_CheckShouldSlow"); \ +static_assert(sizeof(FloorSlowComponent_CheckShouldSlow) == 0x000001, "Wrong size on FloorSlowComponent_CheckShouldSlow"); \ +static_assert(offsetof(FloorSlowComponent_CheckShouldSlow, ReturnValue) == 0x000000, "Member 'FloorSlowComponent_CheckShouldSlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FloorSlowComponent_GetCurrentBuildupTime \ +static_assert(alignof(FloorSlowComponent_GetCurrentBuildupTime) == 0x000004, "Wrong alignment on FloorSlowComponent_GetCurrentBuildupTime"); \ +static_assert(sizeof(FloorSlowComponent_GetCurrentBuildupTime) == 0x000004, "Wrong size on FloorSlowComponent_GetCurrentBuildupTime"); \ +static_assert(offsetof(FloorSlowComponent_GetCurrentBuildupTime, ReturnValue) == 0x000000, "Member 'FloorSlowComponent_GetCurrentBuildupTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FloorSlowComponent_GetCurrentFloorSlowFactor \ +static_assert(alignof(FloorSlowComponent_GetCurrentFloorSlowFactor) == 0x000004, "Wrong alignment on FloorSlowComponent_GetCurrentFloorSlowFactor"); \ +static_assert(sizeof(FloorSlowComponent_GetCurrentFloorSlowFactor) == 0x000004, "Wrong size on FloorSlowComponent_GetCurrentFloorSlowFactor"); \ +static_assert(offsetof(FloorSlowComponent_GetCurrentFloorSlowFactor, ReturnValue) == 0x000000, "Member 'FloorSlowComponent_GetCurrentFloorSlowFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FloorSlowComponent_GetIsSlowing \ +static_assert(alignof(FloorSlowComponent_GetIsSlowing) == 0x000001, "Wrong alignment on FloorSlowComponent_GetIsSlowing"); \ +static_assert(sizeof(FloorSlowComponent_GetIsSlowing) == 0x000001, "Wrong size on FloorSlowComponent_GetIsSlowing"); \ +static_assert(offsetof(FloorSlowComponent_GetIsSlowing, ReturnValue) == 0x000000, "Member 'FloorSlowComponent_GetIsSlowing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FloorSlowComponent_GetTimeSinceSlowBegan \ +static_assert(alignof(FloorSlowComponent_GetTimeSinceSlowBegan) == 0x000004, "Wrong alignment on FloorSlowComponent_GetTimeSinceSlowBegan"); \ +static_assert(sizeof(FloorSlowComponent_GetTimeSinceSlowBegan) == 0x000004, "Wrong size on FloorSlowComponent_GetTimeSinceSlowBegan"); \ +static_assert(offsetof(FloorSlowComponent_GetTimeSinceSlowBegan, ReturnValue) == 0x000000, "Member 'FloorSlowComponent_GetTimeSinceSlowBegan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloorSlowComponent \ +static_assert(alignof(UFloorSlowComponent) == 0x000008, "Wrong alignment on UFloorSlowComponent"); \ +static_assert(sizeof(UFloorSlowComponent) == 0x000190, "Wrong size on UFloorSlowComponent"); \ +static_assert(offsetof(UFloorSlowComponent, FloorSurfaceType) == 0x0000B0, "Member 'UFloorSlowComponent::FloorSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, MaintainSlowUntilLanded) == 0x0000B1, "Member 'UFloorSlowComponent::MaintainSlowUntilLanded' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, SlowSpeedFactor) == 0x0000B4, "Member 'UFloorSlowComponent::SlowSpeedFactor' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, SlowOverDuration) == 0x0000B8, "Member 'UFloorSlowComponent::SlowOverDuration' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, DurationToSlowFactor) == 0x0000C0, "Member 'UFloorSlowComponent::DurationToSlowFactor' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, RewindCurveOnExit) == 0x000148, "Member 'UFloorSlowComponent::RewindCurveOnExit' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, RewindTimeSpeedFactor) == 0x00014C, "Member 'UFloorSlowComponent::RewindTimeSpeedFactor' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, OnSlowBegin) == 0x000150, "Member 'UFloorSlowComponent::OnSlowBegin' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, OnSlowEnd) == 0x000160, "Member 'UFloorSlowComponent::OnSlowEnd' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, OwnerMovement) == 0x000170, "Member 'UFloorSlowComponent::OwnerMovement' has a wrong offset!"); \ +static_assert(offsetof(UFloorSlowComponent, OwnerLocomotion) == 0x000178, "Member 'UFloorSlowComponent::OwnerLocomotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FocalPointManager_BindFocalPoint \ +static_assert(alignof(FocalPointManager_BindFocalPoint) == 0x000008, "Wrong alignment on FocalPointManager_BindFocalPoint"); \ +static_assert(sizeof(FocalPointManager_BindFocalPoint) == 0x000008, "Wrong size on FocalPointManager_BindFocalPoint"); \ +static_assert(offsetof(FocalPointManager_BindFocalPoint, Comp) == 0x000000, "Member 'FocalPointManager_BindFocalPoint::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FocalPointManager_UnbindFocalPoint \ +static_assert(alignof(FocalPointManager_UnbindFocalPoint) == 0x000008, "Wrong alignment on FocalPointManager_UnbindFocalPoint"); \ +static_assert(sizeof(FocalPointManager_UnbindFocalPoint) == 0x000008, "Wrong size on FocalPointManager_UnbindFocalPoint"); \ +static_assert(offsetof(FocalPointManager_UnbindFocalPoint, Comp) == 0x000000, "Member 'FocalPointManager_UnbindFocalPoint::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FocalPointManager_EvaluateCurrentFocalPoint \ +static_assert(alignof(FocalPointManager_EvaluateCurrentFocalPoint) == 0x000010, "Wrong alignment on FocalPointManager_EvaluateCurrentFocalPoint"); \ +static_assert(sizeof(FocalPointManager_EvaluateCurrentFocalPoint) == 0x000080, "Wrong size on FocalPointManager_EvaluateCurrentFocalPoint"); \ +static_assert(offsetof(FocalPointManager_EvaluateCurrentFocalPoint, Evaluator) == 0x000000, "Member 'FocalPointManager_EvaluateCurrentFocalPoint::Evaluator' has a wrong offset!"); \ +static_assert(offsetof(FocalPointManager_EvaluateCurrentFocalPoint, EvaluatorTransform) == 0x000010, "Member 'FocalPointManager_EvaluateCurrentFocalPoint::EvaluatorTransform' has a wrong offset!"); \ +static_assert(offsetof(FocalPointManager_EvaluateCurrentFocalPoint, OutFocalPoint) == 0x000040, "Member 'FocalPointManager_EvaluateCurrentFocalPoint::OutFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(FocalPointManager_EvaluateCurrentFocalPoint, ReturnValue) == 0x000070, "Member 'FocalPointManager_EvaluateCurrentFocalPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFocalPointManager \ +static_assert(alignof(AFocalPointManager) == 0x000008, "Wrong alignment on AFocalPointManager"); \ +static_assert(sizeof(AFocalPointManager) == 0x000278, "Wrong size on AFocalPointManager"); \ + +#define DUMPER7_ASSERTS_ProximitySensorComponent_GetSensedComponents \ +static_assert(alignof(ProximitySensorComponent_GetSensedComponents) == 0x000008, "Wrong alignment on ProximitySensorComponent_GetSensedComponents"); \ +static_assert(sizeof(ProximitySensorComponent_GetSensedComponents) == 0x000010, "Wrong size on ProximitySensorComponent_GetSensedComponents"); \ +static_assert(offsetof(ProximitySensorComponent_GetSensedComponents, ReturnValue) == 0x000000, "Member 'ProximitySensorComponent_GetSensedComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximitySensorComponent_HandleDetectionBegin \ +static_assert(alignof(ProximitySensorComponent_HandleDetectionBegin) == 0x000008, "Wrong alignment on ProximitySensorComponent_HandleDetectionBegin"); \ +static_assert(sizeof(ProximitySensorComponent_HandleDetectionBegin) == 0x000008, "Wrong size on ProximitySensorComponent_HandleDetectionBegin"); \ +static_assert(offsetof(ProximitySensorComponent_HandleDetectionBegin, OtherComp) == 0x000000, "Member 'ProximitySensorComponent_HandleDetectionBegin::OtherComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximitySensorComponent_HandleDetectionEnd \ +static_assert(alignof(ProximitySensorComponent_HandleDetectionEnd) == 0x000008, "Wrong alignment on ProximitySensorComponent_HandleDetectionEnd"); \ +static_assert(sizeof(ProximitySensorComponent_HandleDetectionEnd) == 0x000008, "Wrong size on ProximitySensorComponent_HandleDetectionEnd"); \ +static_assert(offsetof(ProximitySensorComponent_HandleDetectionEnd, OtherComp) == 0x000000, "Member 'ProximitySensorComponent_HandleDetectionEnd::OtherComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximitySensorComponent_HandleOverlapBegin \ +static_assert(alignof(ProximitySensorComponent_HandleOverlapBegin) == 0x000008, "Wrong alignment on ProximitySensorComponent_HandleOverlapBegin"); \ +static_assert(sizeof(ProximitySensorComponent_HandleOverlapBegin) == 0x0000A8, "Wrong size on ProximitySensorComponent_HandleOverlapBegin"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapBegin, OverlappedComponent) == 0x000000, "Member 'ProximitySensorComponent_HandleOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapBegin, OtherActor) == 0x000008, "Member 'ProximitySensorComponent_HandleOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapBegin, OtherComp) == 0x000010, "Member 'ProximitySensorComponent_HandleOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ProximitySensorComponent_HandleOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapBegin, bFromSweep) == 0x00001C, "Member 'ProximitySensorComponent_HandleOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapBegin, SweepResult) == 0x000020, "Member 'ProximitySensorComponent_HandleOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximitySensorComponent_HandleOverlapEnd \ +static_assert(alignof(ProximitySensorComponent_HandleOverlapEnd) == 0x000008, "Wrong alignment on ProximitySensorComponent_HandleOverlapEnd"); \ +static_assert(sizeof(ProximitySensorComponent_HandleOverlapEnd) == 0x000020, "Wrong size on ProximitySensorComponent_HandleOverlapEnd"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapEnd, OverlappedComponent) == 0x000000, "Member 'ProximitySensorComponent_HandleOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapEnd, OtherActor) == 0x000008, "Member 'ProximitySensorComponent_HandleOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapEnd, OtherComp) == 0x000010, "Member 'ProximitySensorComponent_HandleOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_HandleOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ProximitySensorComponent_HandleOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximitySensorComponent_ShouldSenseComponent \ +static_assert(alignof(ProximitySensorComponent_ShouldSenseComponent) == 0x000008, "Wrong alignment on ProximitySensorComponent_ShouldSenseComponent"); \ +static_assert(sizeof(ProximitySensorComponent_ShouldSenseComponent) == 0x000098, "Wrong size on ProximitySensorComponent_ShouldSenseComponent"); \ +static_assert(offsetof(ProximitySensorComponent_ShouldSenseComponent, OtherComp) == 0x000000, "Member 'ProximitySensorComponent_ShouldSenseComponent::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_ShouldSenseComponent, HitResult) == 0x000008, "Member 'ProximitySensorComponent_ShouldSenseComponent::HitResult' has a wrong offset!"); \ +static_assert(offsetof(ProximitySensorComponent_ShouldSenseComponent, ReturnValue) == 0x000090, "Member 'ProximitySensorComponent_ShouldSenseComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProximitySensorComponent \ +static_assert(alignof(UProximitySensorComponent) == 0x000010, "Wrong alignment on UProximitySensorComponent"); \ +static_assert(sizeof(UProximitySensorComponent) == 0x000580, "Wrong size on UProximitySensorComponent"); \ +static_assert(offsetof(UProximitySensorComponent, FilterByTracing) == 0x000470, "Member 'UProximitySensorComponent::FilterByTracing' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, CheckOverlap) == 0x000471, "Member 'UProximitySensorComponent::CheckOverlap' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, TracePatternRadius) == 0x000474, "Member 'UProximitySensorComponent::TracePatternRadius' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, TracePatternRotations) == 0x000478, "Member 'UProximitySensorComponent::TracePatternRotations' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, TracePatternDuration) == 0x000488, "Member 'UProximitySensorComponent::TracePatternDuration' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, UseTraceProfile) == 0x00048C, "Member 'UProximitySensorComponent::UseTraceProfile' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, UseTraceChannel) == 0x00048D, "Member 'UProximitySensorComponent::UseTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, TraceProfile) == 0x000490, "Member 'UProximitySensorComponent::TraceProfile' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, TraceChannel) == 0x000498, "Member 'UProximitySensorComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, TraceHalfDistance) == 0x00049C, "Member 'UProximitySensorComponent::TraceHalfDistance' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, StopTracingWhenFound) == 0x0004A0, "Member 'UProximitySensorComponent::StopTracingWhenFound' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, FilterBySurfaceType) == 0x0004A1, "Member 'UProximitySensorComponent::FilterBySurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, SurfaceType) == 0x0004A2, "Member 'UProximitySensorComponent::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, InvalidateWhenMoving) == 0x0004A3, "Member 'UProximitySensorComponent::InvalidateWhenMoving' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, OnSensorDetectionBeginTrigger) == 0x0004A8, "Member 'UProximitySensorComponent::OnSensorDetectionBeginTrigger' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, OnSensorDetectionEndTrigger) == 0x0004B8, "Member 'UProximitySensorComponent::OnSensorDetectionEndTrigger' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, DetectedComponents) == 0x000558, "Member 'UProximitySensorComponent::DetectedComponents' has a wrong offset!"); \ +static_assert(offsetof(UProximitySensorComponent, DetectedComponentTimestamps) == 0x000568, "Member 'UProximitySensorComponent::DetectedComponentTimestamps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULedgeProximitySensorComponent \ +static_assert(alignof(ULedgeProximitySensorComponent) == 0x000010, "Wrong alignment on ULedgeProximitySensorComponent"); \ +static_assert(sizeof(ULedgeProximitySensorComponent) == 0x0005A0, "Wrong size on ULedgeProximitySensorComponent"); \ +static_assert(offsetof(ULedgeProximitySensorComponent, ValidationPrepass) == 0x000580, "Member 'ULedgeProximitySensorComponent::ValidationPrepass' has a wrong offset!"); \ +static_assert(offsetof(ULedgeProximitySensorComponent, SpeedThreshold) == 0x000590, "Member 'ULedgeProximitySensorComponent::SpeedThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageInteractionComponent \ +static_assert(alignof(UFoliageInteractionComponent) == 0x000010, "Wrong alignment on UFoliageInteractionComponent"); \ +static_assert(sizeof(UFoliageInteractionComponent) == 0x000480, "Wrong size on UFoliageInteractionComponent"); \ +static_assert(offsetof(UFoliageInteractionComponent, Enabled) == 0x000470, "Member 'UFoliageInteractionComponent::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackState \ +static_assert(alignof(UForceFeedbackState) == 0x000008, "Wrong alignment on UForceFeedbackState"); \ +static_assert(sizeof(UForceFeedbackState) == 0x000040, "Wrong size on UForceFeedbackState"); \ +static_assert(offsetof(UForceFeedbackState, Intensity) == 0x000038, "Member 'UForceFeedbackState::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackState, AffectsLeftSmall) == 0x00003C, "Member 'UForceFeedbackState::AffectsLeftSmall' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackState, AffectsLeftLarge) == 0x00003D, "Member 'UForceFeedbackState::AffectsLeftLarge' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackState, AffectsRightSmall) == 0x00003E, "Member 'UForceFeedbackState::AffectsRightSmall' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackState, AffectsRightLarge) == 0x00003F, "Member 'UForceFeedbackState::AffectsRightLarge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForwardSensorComponent_HasDetectedSurface \ +static_assert(alignof(ForwardSensorComponent_HasDetectedSurface) == 0x000001, "Wrong alignment on ForwardSensorComponent_HasDetectedSurface"); \ +static_assert(sizeof(ForwardSensorComponent_HasDetectedSurface) == 0x000001, "Wrong size on ForwardSensorComponent_HasDetectedSurface"); \ +static_assert(offsetof(ForwardSensorComponent_HasDetectedSurface, ReturnValue) == 0x000000, "Member 'ForwardSensorComponent_HasDetectedSurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForwardSensorComponent_IsVeryClose \ +static_assert(alignof(ForwardSensorComponent_IsVeryClose) == 0x000001, "Wrong alignment on ForwardSensorComponent_IsVeryClose"); \ +static_assert(sizeof(ForwardSensorComponent_IsVeryClose) == 0x000001, "Wrong size on ForwardSensorComponent_IsVeryClose"); \ +static_assert(offsetof(ForwardSensorComponent_IsVeryClose, ReturnValue) == 0x000000, "Member 'ForwardSensorComponent_IsVeryClose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForwardSensorComponent \ +static_assert(alignof(UForwardSensorComponent) == 0x000008, "Wrong alignment on UForwardSensorComponent"); \ +static_assert(sizeof(UForwardSensorComponent) == 0x0000D8, "Wrong size on UForwardSensorComponent"); \ +static_assert(offsetof(UForwardSensorComponent, TraceDistance) == 0x0000B0, "Member 'UForwardSensorComponent::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UForwardSensorComponent, DetectionCosine) == 0x0000B4, "Member 'UForwardSensorComponent::DetectionCosine' has a wrong offset!"); \ +static_assert(offsetof(UForwardSensorComponent, RandomJitterAmount) == 0x0000B8, "Member 'UForwardSensorComponent::RandomJitterAmount' has a wrong offset!"); \ +static_assert(offsetof(UForwardSensorComponent, VeryCloseThreshold) == 0x0000BC, "Member 'UForwardSensorComponent::VeryCloseThreshold' has a wrong offset!"); \ +static_assert(offsetof(UForwardSensorComponent, SurfaceDetected) == 0x0000C0, "Member 'UForwardSensorComponent::SurfaceDetected' has a wrong offset!"); \ +static_assert(offsetof(UForwardSensorComponent, IsVeryCloseToSurface) == 0x0000C1, "Member 'UForwardSensorComponent::IsVeryCloseToSurface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFreezeScootMarkerState \ +static_assert(alignof(UFreezeScootMarkerState) == 0x000008, "Wrong alignment on UFreezeScootMarkerState"); \ +static_assert(sizeof(UFreezeScootMarkerState) == 0x000030, "Wrong size on UFreezeScootMarkerState"); \ + +#define DUMPER7_ASSERTS_UStateResourceConfig \ +static_assert(alignof(UStateResourceConfig) == 0x000008, "Wrong alignment on UStateResourceConfig"); \ +static_assert(sizeof(UStateResourceConfig) == 0x000080, "Wrong size on UStateResourceConfig"); \ +static_assert(offsetof(UStateResourceConfig, StateEconomicDatas) == 0x000030, "Member 'UStateResourceConfig::StateEconomicDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFreezeTargetProxyState \ +static_assert(alignof(UFreezeTargetProxyState) == 0x000008, "Wrong alignment on UFreezeTargetProxyState"); \ +static_assert(sizeof(UFreezeTargetProxyState) == 0x000030, "Wrong size on UFreezeTargetProxyState"); \ + +#define DUMPER7_ASSERTS_UFullscreenVideoSubtitleMapping \ +static_assert(alignof(UFullscreenVideoSubtitleMapping) == 0x000008, "Wrong alignment on UFullscreenVideoSubtitleMapping"); \ +static_assert(sizeof(UFullscreenVideoSubtitleMapping) == 0x000080, "Wrong size on UFullscreenVideoSubtitleMapping"); \ +static_assert(offsetof(UFullscreenVideoSubtitleMapping, PathToSubtitle) == 0x000030, "Member 'UFullscreenVideoSubtitleMapping::PathToSubtitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeMaskRenderer \ +static_assert(alignof(ALandscapeMaskRenderer) == 0x000008, "Wrong alignment on ALandscapeMaskRenderer"); \ +static_assert(sizeof(ALandscapeMaskRenderer) == 0x000280, "Wrong size on ALandscapeMaskRenderer"); \ +static_assert(offsetof(ALandscapeMaskRenderer, Capture) == 0x000228, "Member 'ALandscapeMaskRenderer::Capture' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, Landscape) == 0x000230, "Member 'ALandscapeMaskRenderer::Landscape' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, LandscapeMaskProperty) == 0x000238, "Member 'ALandscapeMaskRenderer::LandscapeMaskProperty' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, RenderTexture) == 0x000240, "Member 'ALandscapeMaskRenderer::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, RenderSize) == 0x000248, "Member 'ALandscapeMaskRenderer::RenderSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, ApplyToMaterial) == 0x00024C, "Member 'ALandscapeMaskRenderer::ApplyToMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, OutMaterial) == 0x000250, "Member 'ALandscapeMaskRenderer::OutMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, OutTextureProperty) == 0x000258, "Member 'ALandscapeMaskRenderer::OutTextureProperty' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, OutPositionProperty) == 0x000260, "Member 'ALandscapeMaskRenderer::OutPositionProperty' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, OutScaleProperty) == 0x000268, "Member 'ALandscapeMaskRenderer::OutScaleProperty' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeMaskRenderer, PreviewMesh) == 0x000278, "Member 'ALandscapeMaskRenderer::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FullscreenVideoPlayer_CloseVideo \ +static_assert(alignof(FullscreenVideoPlayer_CloseVideo) == 0x000001, "Wrong alignment on FullscreenVideoPlayer_CloseVideo"); \ +static_assert(sizeof(FullscreenVideoPlayer_CloseVideo) == 0x000001, "Wrong size on FullscreenVideoPlayer_CloseVideo"); \ +static_assert(offsetof(FullscreenVideoPlayer_CloseVideo, IsReset) == 0x000000, "Member 'FullscreenVideoPlayer_CloseVideo::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FullscreenVideoPlayer_HandleMediaOpened \ +static_assert(alignof(FullscreenVideoPlayer_HandleMediaOpened) == 0x000008, "Wrong alignment on FullscreenVideoPlayer_HandleMediaOpened"); \ +static_assert(sizeof(FullscreenVideoPlayer_HandleMediaOpened) == 0x000010, "Wrong size on FullscreenVideoPlayer_HandleMediaOpened"); \ +static_assert(offsetof(FullscreenVideoPlayer_HandleMediaOpened, OpenedUrl) == 0x000000, "Member 'FullscreenVideoPlayer_HandleMediaOpened::OpenedUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FullscreenVideoPlayer_HandleMediaOpenFailed \ +static_assert(alignof(FullscreenVideoPlayer_HandleMediaOpenFailed) == 0x000008, "Wrong alignment on FullscreenVideoPlayer_HandleMediaOpenFailed"); \ +static_assert(sizeof(FullscreenVideoPlayer_HandleMediaOpenFailed) == 0x000010, "Wrong size on FullscreenVideoPlayer_HandleMediaOpenFailed"); \ +static_assert(offsetof(FullscreenVideoPlayer_HandleMediaOpenFailed, OpenedUrl) == 0x000000, "Member 'FullscreenVideoPlayer_HandleMediaOpenFailed::OpenedUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FullscreenVideoPlayer_OnMediaOpened \ +static_assert(alignof(FullscreenVideoPlayer_OnMediaOpened) == 0x000008, "Wrong alignment on FullscreenVideoPlayer_OnMediaOpened"); \ +static_assert(sizeof(FullscreenVideoPlayer_OnMediaOpened) == 0x000018, "Wrong size on FullscreenVideoPlayer_OnMediaOpened"); \ +static_assert(offsetof(FullscreenVideoPlayer_OnMediaOpened, OpenedUrl) == 0x000000, "Member 'FullscreenVideoPlayer_OnMediaOpened::OpenedUrl' has a wrong offset!"); \ +static_assert(offsetof(FullscreenVideoPlayer_OnMediaOpened, AspectRatio) == 0x000010, "Member 'FullscreenVideoPlayer_OnMediaOpened::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FullscreenVideoPlayer_PlayVideo \ +static_assert(alignof(FullscreenVideoPlayer_PlayVideo) == 0x000001, "Wrong alignment on FullscreenVideoPlayer_PlayVideo"); \ +static_assert(sizeof(FullscreenVideoPlayer_PlayVideo) == 0x000001, "Wrong size on FullscreenVideoPlayer_PlayVideo"); \ +static_assert(offsetof(FullscreenVideoPlayer_PlayVideo, ReturnValue) == 0x000000, "Member 'FullscreenVideoPlayer_PlayVideo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFullscreenVideoPlayer \ +static_assert(alignof(AFullscreenVideoPlayer) == 0x000008, "Wrong alignment on AFullscreenVideoPlayer"); \ +static_assert(sizeof(AFullscreenVideoPlayer) == 0x000270, "Wrong size on AFullscreenVideoPlayer"); \ +static_assert(offsetof(AFullscreenVideoPlayer, CutsceneName) == 0x000230, "Member 'AFullscreenVideoPlayer::CutsceneName' has a wrong offset!"); \ +static_assert(offsetof(AFullscreenVideoPlayer, CutsceneAudioEvent) == 0x000240, "Member 'AFullscreenVideoPlayer::CutsceneAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(AFullscreenVideoPlayer, IsAlreadyPlaying) == 0x000248, "Member 'AFullscreenVideoPlayer::IsAlreadyPlaying' has a wrong offset!"); \ +static_assert(offsetof(AFullscreenVideoPlayer, BinkPlayer) == 0x000250, "Member 'AFullscreenVideoPlayer::BinkPlayer' has a wrong offset!"); \ +static_assert(offsetof(AFullscreenVideoPlayer, VideoSubtitleMapping) == 0x000258, "Member 'AFullscreenVideoPlayer::VideoSubtitleMapping' has a wrong offset!"); \ +static_assert(offsetof(AFullscreenVideoPlayer, AudioManager) == 0x000260, "Member 'AFullscreenVideoPlayer::AudioManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFullscreenVideoPlayerWidget \ +static_assert(alignof(UFullscreenVideoPlayerWidget) == 0x000008, "Wrong alignment on UFullscreenVideoPlayerWidget"); \ +static_assert(sizeof(UFullscreenVideoPlayerWidget) == 0x000268, "Wrong size on UFullscreenVideoPlayerWidget"); \ +static_assert(offsetof(UFullscreenVideoPlayerWidget, MediaPlayer) == 0x000260, "Member 'UFullscreenVideoPlayerWidget::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiRiver \ +static_assert(alignof(AMochiRiver) == 0x000008, "Wrong alignment on AMochiRiver"); \ +static_assert(sizeof(AMochiRiver) == 0x0003D8, "Wrong size on AMochiRiver"); \ +static_assert(offsetof(AMochiRiver, OverrideSplineMesh) == 0x0003C8, "Member 'AMochiRiver::OverrideSplineMesh' has a wrong offset!"); \ +static_assert(offsetof(AMochiRiver, CustomSplineMesh) == 0x0003D0, "Member 'AMochiRiver::CustomSplineMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiquidDeadzoneRiver_WatchedValueChanged \ +static_assert(alignof(LiquidDeadzoneRiver_WatchedValueChanged) == 0x000004, "Wrong alignment on LiquidDeadzoneRiver_WatchedValueChanged"); \ +static_assert(sizeof(LiquidDeadzoneRiver_WatchedValueChanged) == 0x000010, "Wrong size on LiquidDeadzoneRiver_WatchedValueChanged"); \ +static_assert(offsetof(LiquidDeadzoneRiver_WatchedValueChanged, ChangeContext) == 0x000000, "Member 'LiquidDeadzoneRiver_WatchedValueChanged::ChangeContext' has a wrong offset!"); \ +static_assert(offsetof(LiquidDeadzoneRiver_WatchedValueChanged, KeyName) == 0x000004, "Member 'LiquidDeadzoneRiver_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(LiquidDeadzoneRiver_WatchedValueChanged, Value) == 0x00000C, "Member 'LiquidDeadzoneRiver_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiquidDeadzoneRiver_GetIsDeadzoneActive \ +static_assert(alignof(LiquidDeadzoneRiver_GetIsDeadzoneActive) == 0x000001, "Wrong alignment on LiquidDeadzoneRiver_GetIsDeadzoneActive"); \ +static_assert(sizeof(LiquidDeadzoneRiver_GetIsDeadzoneActive) == 0x000001, "Wrong size on LiquidDeadzoneRiver_GetIsDeadzoneActive"); \ +static_assert(offsetof(LiquidDeadzoneRiver_GetIsDeadzoneActive, ReturnValue) == 0x000000, "Member 'LiquidDeadzoneRiver_GetIsDeadzoneActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALiquidDeadzoneRiver \ +static_assert(alignof(ALiquidDeadzoneRiver) == 0x000008, "Wrong alignment on ALiquidDeadzoneRiver"); \ +static_assert(sizeof(ALiquidDeadzoneRiver) == 0x000410, "Wrong size on ALiquidDeadzoneRiver"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, DisableAllDeadzoneBehavior) == 0x0003D8, "Member 'ALiquidDeadzoneRiver::DisableAllDeadzoneBehavior' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, UsePDSForProgression) == 0x0003D9, "Member 'ALiquidDeadzoneRiver::UsePDSForProgression' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, ProgressionPDSKey) == 0x0003DC, "Member 'ALiquidDeadzoneRiver::ProgressionPDSKey' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, StartClean) == 0x0003E4, "Member 'ALiquidDeadzoneRiver::StartClean' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, OverrideLiquidDZMaterial) == 0x0003E5, "Member 'ALiquidDeadzoneRiver::OverrideLiquidDZMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, CustomLiquidDZMaterial) == 0x0003E8, "Member 'ALiquidDeadzoneRiver::CustomLiquidDZMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, CustomLiquidDZMaterialDist) == 0x0003F0, "Member 'ALiquidDeadzoneRiver::CustomLiquidDZMaterialDist' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, PDSWatchComponent) == 0x0003F8, "Member 'ALiquidDeadzoneRiver::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, LiquidDeadzoneMat) == 0x000400, "Member 'ALiquidDeadzoneRiver::LiquidDeadzoneMat' has a wrong offset!"); \ +static_assert(offsetof(ALiquidDeadzoneRiver, DeadzoneActive) == 0x000408, "Member 'ALiquidDeadzoneRiver::DeadzoneActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayWidget \ +static_assert(alignof(UGameplayWidget) == 0x000008, "Wrong alignment on UGameplayWidget"); \ +static_assert(sizeof(UGameplayWidget) == 0x000260, "Wrong size on UGameplayWidget"); \ + +#define DUMPER7_ASSERTS_GardenPlantBase_OnOverlapGrowVolume \ +static_assert(alignof(GardenPlantBase_OnOverlapGrowVolume) == 0x000008, "Wrong alignment on GardenPlantBase_OnOverlapGrowVolume"); \ +static_assert(sizeof(GardenPlantBase_OnOverlapGrowVolume) == 0x0000A8, "Wrong size on GardenPlantBase_OnOverlapGrowVolume"); \ +static_assert(offsetof(GardenPlantBase_OnOverlapGrowVolume, OverlappedComponent) == 0x000000, "Member 'GardenPlantBase_OnOverlapGrowVolume::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(GardenPlantBase_OnOverlapGrowVolume, OtherActor) == 0x000008, "Member 'GardenPlantBase_OnOverlapGrowVolume::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(GardenPlantBase_OnOverlapGrowVolume, OtherComp) == 0x000010, "Member 'GardenPlantBase_OnOverlapGrowVolume::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(GardenPlantBase_OnOverlapGrowVolume, OtherBodyIndex) == 0x000018, "Member 'GardenPlantBase_OnOverlapGrowVolume::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(GardenPlantBase_OnOverlapGrowVolume, bFromSweep) == 0x00001C, "Member 'GardenPlantBase_OnOverlapGrowVolume::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(GardenPlantBase_OnOverlapGrowVolume, SweepResult) == 0x000020, "Member 'GardenPlantBase_OnOverlapGrowVolume::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GardenPlantBase_OnSetEnableGrowing \ +static_assert(alignof(GardenPlantBase_OnSetEnableGrowing) == 0x000001, "Wrong alignment on GardenPlantBase_OnSetEnableGrowing"); \ +static_assert(sizeof(GardenPlantBase_OnSetEnableGrowing) == 0x000001, "Wrong size on GardenPlantBase_OnSetEnableGrowing"); \ +static_assert(offsetof(GardenPlantBase_OnSetEnableGrowing, Enable) == 0x000000, "Member 'GardenPlantBase_OnSetEnableGrowing::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GardenPlantBase_OnSetInitialState \ +static_assert(alignof(GardenPlantBase_OnSetInitialState) == 0x000001, "Wrong alignment on GardenPlantBase_OnSetInitialState"); \ +static_assert(sizeof(GardenPlantBase_OnSetInitialState) == 0x000001, "Wrong size on GardenPlantBase_OnSetInitialState"); \ +static_assert(offsetof(GardenPlantBase_OnSetInitialState, IsGrown_0) == 0x000000, "Member 'GardenPlantBase_OnSetInitialState::IsGrown_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GardenPlantBase_GetCanGrow \ +static_assert(alignof(GardenPlantBase_GetCanGrow) == 0x000001, "Wrong alignment on GardenPlantBase_GetCanGrow"); \ +static_assert(sizeof(GardenPlantBase_GetCanGrow) == 0x000001, "Wrong size on GardenPlantBase_GetCanGrow"); \ +static_assert(offsetof(GardenPlantBase_GetCanGrow, ReturnValue) == 0x000000, "Member 'GardenPlantBase_GetCanGrow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGardenPlantBase \ +static_assert(alignof(AGardenPlantBase) == 0x000008, "Wrong alignment on AGardenPlantBase"); \ +static_assert(sizeof(AGardenPlantBase) == 0x000280, "Wrong size on AGardenPlantBase"); \ +static_assert(offsetof(AGardenPlantBase, OnPlantGrown) == 0x000230, "Member 'AGardenPlantBase::OnPlantGrown' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantBase, GrowTriggerVolume) == 0x000240, "Member 'AGardenPlantBase::GrowTriggerVolume' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantBase, GrowDamageTags) == 0x000248, "Member 'AGardenPlantBase::GrowDamageTags' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantBase, GrowOverlapClasses) == 0x000268, "Member 'AGardenPlantBase::GrowOverlapClasses' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantBase, IsGrown) == 0x000278, "Member 'AGardenPlantBase::IsGrown' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantBase, IsGrowingEnabled) == 0x000279, "Member 'AGardenPlantBase::IsGrowingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULerpBoxComponent \ +static_assert(alignof(ULerpBoxComponent) == 0x000010, "Wrong alignment on ULerpBoxComponent"); \ +static_assert(sizeof(ULerpBoxComponent) == 0x000510, "Wrong size on ULerpBoxComponent"); \ +static_assert(offsetof(ULerpBoxComponent, LerpCurve) == 0x000478, "Member 'ULerpBoxComponent::LerpCurve' has a wrong offset!"); \ +static_assert(offsetof(ULerpBoxComponent, StartDistance) == 0x000500, "Member 'ULerpBoxComponent::StartDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGardenPlantGroupComponent \ +static_assert(alignof(UGardenPlantGroupComponent) == 0x000008, "Wrong alignment on UGardenPlantGroupComponent"); \ +static_assert(sizeof(UGardenPlantGroupComponent) == 0x0000B0, "Wrong size on UGardenPlantGroupComponent"); \ + +#define DUMPER7_ASSERTS_GardenPlantGroup_HandleLockChanged \ +static_assert(alignof(GardenPlantGroup_HandleLockChanged) == 0x000008, "Wrong alignment on GardenPlantGroup_HandleLockChanged"); \ +static_assert(sizeof(GardenPlantGroup_HandleLockChanged) == 0x000010, "Wrong size on GardenPlantGroup_HandleLockChanged"); \ +static_assert(offsetof(GardenPlantGroup_HandleLockChanged, LockComponent_0) == 0x000000, "Member 'GardenPlantGroup_HandleLockChanged::LockComponent_0' has a wrong offset!"); \ +static_assert(offsetof(GardenPlantGroup_HandleLockChanged, IsLocked) == 0x000008, "Member 'GardenPlantGroup_HandleLockChanged::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGardenPlantGroup \ +static_assert(alignof(AGardenPlantGroup) == 0x000008, "Wrong alignment on AGardenPlantGroup"); \ +static_assert(sizeof(AGardenPlantGroup) == 0x000270, "Wrong size on AGardenPlantGroup"); \ +static_assert(offsetof(AGardenPlantGroup, GardenPlants) == 0x000228, "Member 'AGardenPlantGroup::GardenPlants' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, RotBondGrantingComponent) == 0x000238, "Member 'AGardenPlantGroup::RotBondGrantingComponent' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, SaveGameComponent) == 0x000240, "Member 'AGardenPlantGroup::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, TriggerNodeComponent) == 0x000248, "Member 'AGardenPlantGroup::TriggerNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, LockComponent) == 0x000250, "Member 'AGardenPlantGroup::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, WasCompleted) == 0x000258, "Member 'AGardenPlantGroup::WasCompleted' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, GrownPlantCounter) == 0x00025C, "Member 'AGardenPlantGroup::GrownPlantCounter' has a wrong offset!"); \ +static_assert(offsetof(AGardenPlantGroup, T_OnAllPlantsGrown) == 0x000260, "Member 'AGardenPlantGroup::T_OnAllPlantsGrown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKenaStaff \ +static_assert(alignof(AKenaStaff) == 0x000008, "Wrong alignment on AKenaStaff"); \ +static_assert(sizeof(AKenaStaff) == 0x000268, "Wrong size on AKenaStaff"); \ +static_assert(offsetof(AKenaStaff, CharmsParticlesParentSocket) == 0x000228, "Member 'AKenaStaff::CharmsParticlesParentSocket' has a wrong offset!"); \ +static_assert(offsetof(AKenaStaff, CharmsParticles) == 0x000230, "Member 'AKenaStaff::CharmsParticles' has a wrong offset!"); \ +static_assert(offsetof(AKenaStaff, StaffMeshComponent) == 0x000238, "Member 'AKenaStaff::StaffMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaStaff, HitboxManagerComponent) == 0x000240, "Member 'AKenaStaff::HitboxManagerComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaStaff, DamageDealerComponent) == 0x000248, "Member 'AKenaStaff::DamageDealerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_FireIncrementalTrigger \ +static_assert(alignof(GateComponent_FireIncrementalTrigger) == 0x000004, "Wrong alignment on GateComponent_FireIncrementalTrigger"); \ +static_assert(sizeof(GateComponent_FireIncrementalTrigger) == 0x000008, "Wrong size on GateComponent_FireIncrementalTrigger"); \ +static_assert(offsetof(GateComponent_FireIncrementalTrigger, Index_0) == 0x000000, "Member 'GateComponent_FireIncrementalTrigger::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GateComponent_FireIncrementalTrigger, ReturnValue) == 0x000004, "Member 'GateComponent_FireIncrementalTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_HandleTriggerManually \ +static_assert(alignof(GateComponent_HandleTriggerManually) == 0x000008, "Wrong alignment on GateComponent_HandleTriggerManually"); \ +static_assert(sizeof(GateComponent_HandleTriggerManually) == 0x000008, "Wrong size on GateComponent_HandleTriggerManually"); \ +static_assert(offsetof(GateComponent_HandleTriggerManually, TriggeringActor) == 0x000000, "Member 'GateComponent_HandleTriggerManually::TriggeringActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_RemoveTriggerManually \ +static_assert(alignof(GateComponent_RemoveTriggerManually) == 0x000008, "Wrong alignment on GateComponent_RemoveTriggerManually"); \ +static_assert(sizeof(GateComponent_RemoveTriggerManually) == 0x000008, "Wrong size on GateComponent_RemoveTriggerManually"); \ +static_assert(offsetof(GateComponent_RemoveTriggerManually, TriggeringActor) == 0x000000, "Member 'GateComponent_RemoveTriggerManually::TriggeringActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_TryCompleteGate \ +static_assert(alignof(GateComponent_TryCompleteGate) == 0x000001, "Wrong alignment on GateComponent_TryCompleteGate"); \ +static_assert(sizeof(GateComponent_TryCompleteGate) == 0x000001, "Wrong size on GateComponent_TryCompleteGate"); \ +static_assert(offsetof(GateComponent_TryCompleteGate, ReturnValue) == 0x000000, "Member 'GateComponent_TryCompleteGate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_CheckCount \ +static_assert(alignof(GateComponent_CheckCount) == 0x000001, "Wrong alignment on GateComponent_CheckCount"); \ +static_assert(sizeof(GateComponent_CheckCount) == 0x000001, "Wrong size on GateComponent_CheckCount"); \ +static_assert(offsetof(GateComponent_CheckCount, ReturnValue) == 0x000000, "Member 'GateComponent_CheckCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_CheckOrder \ +static_assert(alignof(GateComponent_CheckOrder) == 0x000001, "Wrong alignment on GateComponent_CheckOrder"); \ +static_assert(sizeof(GateComponent_CheckOrder) == 0x000001, "Wrong size on GateComponent_CheckOrder"); \ +static_assert(offsetof(GateComponent_CheckOrder, ReturnValue) == 0x000000, "Member 'GateComponent_CheckOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GateComponent_CheckTimeframe \ +static_assert(alignof(GateComponent_CheckTimeframe) == 0x000001, "Wrong alignment on GateComponent_CheckTimeframe"); \ +static_assert(sizeof(GateComponent_CheckTimeframe) == 0x000001, "Wrong size on GateComponent_CheckTimeframe"); \ +static_assert(offsetof(GateComponent_CheckTimeframe, ReturnValue) == 0x000000, "Member 'GateComponent_CheckTimeframe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGateComponent \ +static_assert(alignof(UGateComponent) == 0x000008, "Wrong alignment on UGateComponent"); \ +static_assert(sizeof(UGateComponent) == 0x000180, "Wrong size on UGateComponent"); \ +static_assert(offsetof(UGateComponent, RequireUniqueActors) == 0x0000B0, "Member 'UGateComponent::RequireUniqueActors' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, UseIncrementalTriggers) == 0x0000B1, "Member 'UGateComponent::UseIncrementalTriggers' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, FireOnDecrement) == 0x0000B2, "Member 'UGateComponent::FireOnDecrement' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, IncrementalTriggerDatas) == 0x0000B8, "Member 'UGateComponent::IncrementalTriggerDatas' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, OnGateCountIncremented) == 0x0000C8, "Member 'UGateComponent::OnGateCountIncremented' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, OnGateSucceeded) == 0x0000D8, "Member 'UGateComponent::OnGateSucceeded' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, OnGateOrderIncorrect) == 0x0000E8, "Member 'UGateComponent::OnGateOrderIncorrect' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, OnGateTimeframeElapsed) == 0x0000F8, "Member 'UGateComponent::OnGateTimeframeElapsed' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, bCheckUniqueCount) == 0x000108, "Member 'UGateComponent::bCheckUniqueCount' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, UniqueCount) == 0x00010C, "Member 'UGateComponent::UniqueCount' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, bCheckTimeframe) == 0x000110, "Member 'UGateComponent::bCheckTimeframe' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, Timeframe) == 0x000114, "Member 'UGateComponent::Timeframe' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, bCheckOrder) == 0x000118, "Member 'UGateComponent::bCheckOrder' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, Order) == 0x000120, "Member 'UGateComponent::Order' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, OrderMode) == 0x000130, "Member 'UGateComponent::OrderMode' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, UniqueTriggerActors) == 0x000158, "Member 'UGateComponent::UniqueTriggerActors' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, TimeframeTimer) == 0x000168, "Member 'UGateComponent::TimeframeTimer' has a wrong offset!"); \ +static_assert(offsetof(UGateComponent, IncrementalTriggerHandlers) == 0x000170, "Member 'UGateComponent::IncrementalTriggerHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_CanEnterState \ +static_assert(alignof(MochiState_CanEnterState) == 0x000008, "Wrong alignment on MochiState_CanEnterState"); \ +static_assert(sizeof(MochiState_CanEnterState) == 0x000010, "Wrong size on MochiState_CanEnterState"); \ +static_assert(offsetof(MochiState_CanEnterState, QueryState) == 0x000000, "Member 'MochiState_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(MochiState_CanEnterState, ReturnValue) == 0x000008, "Member 'MochiState_CanEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_ChangeStateTo \ +static_assert(alignof(MochiState_ChangeStateTo) == 0x000008, "Wrong alignment on MochiState_ChangeStateTo"); \ +static_assert(sizeof(MochiState_ChangeStateTo) == 0x000020, "Wrong size on MochiState_ChangeStateTo"); \ +static_assert(offsetof(MochiState_ChangeStateTo, NextState) == 0x000000, "Member 'MochiState_ChangeStateTo::NextState' has a wrong offset!"); \ +static_assert(offsetof(MochiState_ChangeStateTo, reason) == 0x000008, "Member 'MochiState_ChangeStateTo::reason' has a wrong offset!"); \ +static_assert(offsetof(MochiState_ChangeStateTo, ReturnValue) == 0x000018, "Member 'MochiState_ChangeStateTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_CompleteState \ +static_assert(alignof(MochiState_CompleteState) == 0x000008, "Wrong alignment on MochiState_CompleteState"); \ +static_assert(sizeof(MochiState_CompleteState) == 0x000010, "Wrong size on MochiState_CompleteState"); \ +static_assert(offsetof(MochiState_CompleteState, reason) == 0x000000, "Member 'MochiState_CompleteState::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_CurrentStateEquals \ +static_assert(alignof(MochiState_CurrentStateEquals) == 0x000008, "Wrong alignment on MochiState_CurrentStateEquals"); \ +static_assert(sizeof(MochiState_CurrentStateEquals) == 0x000010, "Wrong size on MochiState_CurrentStateEquals"); \ +static_assert(offsetof(MochiState_CurrentStateEquals, Query) == 0x000000, "Member 'MochiState_CurrentStateEquals::Query' has a wrong offset!"); \ +static_assert(offsetof(MochiState_CurrentStateEquals, ReturnValue) == 0x000008, "Member 'MochiState_CurrentStateEquals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetInputBufferComponent \ +static_assert(alignof(MochiState_GetInputBufferComponent) == 0x000008, "Wrong alignment on MochiState_GetInputBufferComponent"); \ +static_assert(sizeof(MochiState_GetInputBufferComponent) == 0x000008, "Wrong size on MochiState_GetInputBufferComponent"); \ +static_assert(offsetof(MochiState_GetInputBufferComponent, ReturnValue) == 0x000000, "Member 'MochiState_GetInputBufferComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetMochiMovementComponent \ +static_assert(alignof(MochiState_GetMochiMovementComponent) == 0x000008, "Wrong alignment on MochiState_GetMochiMovementComponent"); \ +static_assert(sizeof(MochiState_GetMochiMovementComponent) == 0x000008, "Wrong size on MochiState_GetMochiMovementComponent"); \ +static_assert(offsetof(MochiState_GetMochiMovementComponent, ReturnValue) == 0x000000, "Member 'MochiState_GetMochiMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_IsInhibited \ +static_assert(alignof(MochiState_IsInhibited) == 0x000001, "Wrong alignment on MochiState_IsInhibited"); \ +static_assert(sizeof(MochiState_IsInhibited) == 0x000002, "Wrong size on MochiState_IsInhibited"); \ +static_assert(offsetof(MochiState_IsInhibited, IsCinematic) == 0x000000, "Member 'MochiState_IsInhibited::IsCinematic' has a wrong offset!"); \ +static_assert(offsetof(MochiState_IsInhibited, ReturnValue) == 0x000001, "Member 'MochiState_IsInhibited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_IsSuspended \ +static_assert(alignof(MochiState_IsSuspended) == 0x000001, "Wrong alignment on MochiState_IsSuspended"); \ +static_assert(sizeof(MochiState_IsSuspended) == 0x000001, "Wrong size on MochiState_IsSuspended"); \ +static_assert(offsetof(MochiState_IsSuspended, ReturnValue) == 0x000000, "Member 'MochiState_IsSuspended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_OnEnd \ +static_assert(alignof(MochiState_OnEnd) == 0x000008, "Wrong alignment on MochiState_OnEnd"); \ +static_assert(sizeof(MochiState_OnEnd) == 0x000008, "Wrong size on MochiState_OnEnd"); \ +static_assert(offsetof(MochiState_OnEnd, NextState) == 0x000000, "Member 'MochiState_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_OnResume \ +static_assert(alignof(MochiState_OnResume) == 0x000008, "Wrong alignment on MochiState_OnResume"); \ +static_assert(sizeof(MochiState_OnResume) == 0x000008, "Wrong size on MochiState_OnResume"); \ +static_assert(offsetof(MochiState_OnResume, NextState) == 0x000000, "Member 'MochiState_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_OnStart \ +static_assert(alignof(MochiState_OnStart) == 0x000008, "Wrong alignment on MochiState_OnStart"); \ +static_assert(sizeof(MochiState_OnStart) == 0x000008, "Wrong size on MochiState_OnStart"); \ +static_assert(offsetof(MochiState_OnStart, PrevState) == 0x000000, "Member 'MochiState_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_OnSuspend \ +static_assert(alignof(MochiState_OnSuspend) == 0x000008, "Wrong alignment on MochiState_OnSuspend"); \ +static_assert(sizeof(MochiState_OnSuspend) == 0x000008, "Wrong size on MochiState_OnSuspend"); \ +static_assert(offsetof(MochiState_OnSuspend, PrevState) == 0x000000, "Member 'MochiState_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_SuspendStateFor \ +static_assert(alignof(MochiState_SuspendStateFor) == 0x000008, "Wrong alignment on MochiState_SuspendStateFor"); \ +static_assert(sizeof(MochiState_SuspendStateFor) == 0x000020, "Wrong size on MochiState_SuspendStateFor"); \ +static_assert(offsetof(MochiState_SuspendStateFor, NextState) == 0x000000, "Member 'MochiState_SuspendStateFor::NextState' has a wrong offset!"); \ +static_assert(offsetof(MochiState_SuspendStateFor, reason) == 0x000008, "Member 'MochiState_SuspendStateFor::reason' has a wrong offset!"); \ +static_assert(offsetof(MochiState_SuspendStateFor, ReturnValue) == 0x000018, "Member 'MochiState_SuspendStateFor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_TrySpendStateResource \ +static_assert(alignof(MochiState_TrySpendStateResource) == 0x000001, "Wrong alignment on MochiState_TrySpendStateResource"); \ +static_assert(sizeof(MochiState_TrySpendStateResource) == 0x000002, "Wrong size on MochiState_TrySpendStateResource"); \ +static_assert(offsetof(MochiState_TrySpendStateResource, ResourceType) == 0x000000, "Member 'MochiState_TrySpendStateResource::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(MochiState_TrySpendStateResource, ReturnValue) == 0x000001, "Member 'MochiState_TrySpendStateResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_Update \ +static_assert(alignof(MochiState_Update) == 0x000004, "Wrong alignment on MochiState_Update"); \ +static_assert(sizeof(MochiState_Update) == 0x000004, "Wrong size on MochiState_Update"); \ +static_assert(offsetof(MochiState_Update, DeltaTime) == 0x000000, "Member 'MochiState_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_CanAffordState \ +static_assert(alignof(MochiState_CanAffordState) == 0x000001, "Wrong alignment on MochiState_CanAffordState"); \ +static_assert(sizeof(MochiState_CanAffordState) == 0x000002, "Wrong size on MochiState_CanAffordState"); \ +static_assert(offsetof(MochiState_CanAffordState, ResourceType) == 0x000000, "Member 'MochiState_CanAffordState::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(MochiState_CanAffordState, ReturnValue) == 0x000001, "Member 'MochiState_CanAffordState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetCharacter \ +static_assert(alignof(MochiState_GetCharacter) == 0x000008, "Wrong alignment on MochiState_GetCharacter"); \ +static_assert(sizeof(MochiState_GetCharacter) == 0x000008, "Wrong size on MochiState_GetCharacter"); \ +static_assert(offsetof(MochiState_GetCharacter, ReturnValue) == 0x000000, "Member 'MochiState_GetCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetComponentOnCharacter \ +static_assert(alignof(MochiState_GetComponentOnCharacter) == 0x000008, "Wrong alignment on MochiState_GetComponentOnCharacter"); \ +static_assert(sizeof(MochiState_GetComponentOnCharacter) == 0x000010, "Wrong size on MochiState_GetComponentOnCharacter"); \ +static_assert(offsetof(MochiState_GetComponentOnCharacter, ComponentClass) == 0x000000, "Member 'MochiState_GetComponentOnCharacter::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(MochiState_GetComponentOnCharacter, ReturnValue) == 0x000008, "Member 'MochiState_GetComponentOnCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetComponentOnController \ +static_assert(alignof(MochiState_GetComponentOnController) == 0x000008, "Wrong alignment on MochiState_GetComponentOnController"); \ +static_assert(sizeof(MochiState_GetComponentOnController) == 0x000010, "Wrong size on MochiState_GetComponentOnController"); \ +static_assert(offsetof(MochiState_GetComponentOnController, ComponentClass) == 0x000000, "Member 'MochiState_GetComponentOnController::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(MochiState_GetComponentOnController, ReturnValue) == 0x000008, "Member 'MochiState_GetComponentOnController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetController \ +static_assert(alignof(MochiState_GetController) == 0x000008, "Wrong alignment on MochiState_GetController"); \ +static_assert(sizeof(MochiState_GetController) == 0x000008, "Wrong size on MochiState_GetController"); \ +static_assert(offsetof(MochiState_GetController, ReturnValue) == 0x000000, "Member 'MochiState_GetController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetInputStickState \ +static_assert(alignof(MochiState_GetInputStickState) == 0x000004, "Wrong alignment on MochiState_GetInputStickState"); \ +static_assert(sizeof(MochiState_GetInputStickState) == 0x00000C, "Wrong size on MochiState_GetInputStickState"); \ +static_assert(offsetof(MochiState_GetInputStickState, InputStick) == 0x000000, "Member 'MochiState_GetInputStickState::InputStick' has a wrong offset!"); \ +static_assert(offsetof(MochiState_GetInputStickState, ReturnValue) == 0x000004, "Member 'MochiState_GetInputStickState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_GetMochiAnimInstance \ +static_assert(alignof(MochiState_GetMochiAnimInstance) == 0x000008, "Wrong alignment on MochiState_GetMochiAnimInstance"); \ +static_assert(sizeof(MochiState_GetMochiAnimInstance) == 0x000008, "Wrong size on MochiState_GetMochiAnimInstance"); \ +static_assert(offsetof(MochiState_GetMochiAnimInstance, ReturnValue) == 0x000000, "Member 'MochiState_GetMochiAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_HasItem \ +static_assert(alignof(MochiState_HasItem) == 0x000004, "Wrong alignment on MochiState_HasItem"); \ +static_assert(sizeof(MochiState_HasItem) == 0x00000C, "Wrong size on MochiState_HasItem"); \ +static_assert(offsetof(MochiState_HasItem, Tag) == 0x000000, "Member 'MochiState_HasItem::Tag' has a wrong offset!"); \ +static_assert(offsetof(MochiState_HasItem, ReturnValue) == 0x000008, "Member 'MochiState_HasItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_IsInputBuffered \ +static_assert(alignof(MochiState_IsInputBuffered) == 0x000001, "Wrong alignment on MochiState_IsInputBuffered"); \ +static_assert(sizeof(MochiState_IsInputBuffered) == 0x000003, "Wrong size on MochiState_IsInputBuffered"); \ +static_assert(offsetof(MochiState_IsInputBuffered, InputAction) == 0x000000, "Member 'MochiState_IsInputBuffered::InputAction' has a wrong offset!"); \ +static_assert(offsetof(MochiState_IsInputBuffered, AllowStale) == 0x000001, "Member 'MochiState_IsInputBuffered::AllowStale' has a wrong offset!"); \ +static_assert(offsetof(MochiState_IsInputBuffered, ReturnValue) == 0x000002, "Member 'MochiState_IsInputBuffered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_IsStateChangePending \ +static_assert(alignof(MochiState_IsStateChangePending) == 0x000001, "Wrong alignment on MochiState_IsStateChangePending"); \ +static_assert(sizeof(MochiState_IsStateChangePending) == 0x000001, "Wrong size on MochiState_IsStateChangePending"); \ +static_assert(offsetof(MochiState_IsStateChangePending, ReturnValue) == 0x000000, "Member 'MochiState_IsStateChangePending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiState_TryGetBalanceConfigByClass \ +static_assert(alignof(MochiState_TryGetBalanceConfigByClass) == 0x000008, "Wrong alignment on MochiState_TryGetBalanceConfigByClass"); \ +static_assert(sizeof(MochiState_TryGetBalanceConfigByClass) == 0x000018, "Wrong size on MochiState_TryGetBalanceConfigByClass"); \ +static_assert(offsetof(MochiState_TryGetBalanceConfigByClass, BalanceConfigClass) == 0x000000, "Member 'MochiState_TryGetBalanceConfigByClass::BalanceConfigClass' has a wrong offset!"); \ +static_assert(offsetof(MochiState_TryGetBalanceConfigByClass, WasSuccessful) == 0x000008, "Member 'MochiState_TryGetBalanceConfigByClass::WasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(MochiState_TryGetBalanceConfigByClass, ReturnValue) == 0x000010, "Member 'MochiState_TryGetBalanceConfigByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiState \ +static_assert(alignof(UMochiState) == 0x000008, "Wrong alignment on UMochiState"); \ +static_assert(sizeof(UMochiState) == 0x000120, "Wrong size on UMochiState"); \ +static_assert(offsetof(UMochiState, mIsDisabled) == 0x0000B0, "Member 'UMochiState::mIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMochiState, mForceChangeWhenSuspended) == 0x0000B1, "Member 'UMochiState::mForceChangeWhenSuspended' has a wrong offset!"); \ +static_assert(offsetof(UMochiState, mSuperState) == 0x0000B8, "Member 'UMochiState::mSuperState' has a wrong offset!"); \ +static_assert(offsetof(UMochiState, StateInhibitionMode) == 0x0000C0, "Member 'UMochiState::StateInhibitionMode' has a wrong offset!"); \ +static_assert(offsetof(UMochiState, UsesInputFilter) == 0x0000C4, "Member 'UMochiState::UsesInputFilter' has a wrong offset!"); \ +static_assert(offsetof(UMochiState, InputFilter) == 0x0000C8, "Member 'UMochiState::InputFilter' has a wrong offset!"); \ +static_assert(offsetof(UMochiState, mHFSM) == 0x0000E8, "Member 'UMochiState::mHFSM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UState_LedgeMovement \ +static_assert(alignof(UState_LedgeMovement) == 0x000008, "Wrong alignment on UState_LedgeMovement"); \ +static_assert(sizeof(UState_LedgeMovement) == 0x000120, "Wrong size on UState_LedgeMovement"); \ + +#define DUMPER7_ASSERTS_GatherableRotOwnerComponent_OnRotGatherAttempted \ +static_assert(alignof(GatherableRotOwnerComponent_OnRotGatherAttempted) == 0x000008, "Wrong alignment on GatherableRotOwnerComponent_OnRotGatherAttempted"); \ +static_assert(sizeof(GatherableRotOwnerComponent_OnRotGatherAttempted) == 0x000010, "Wrong size on GatherableRotOwnerComponent_OnRotGatherAttempted"); \ +static_assert(offsetof(GatherableRotOwnerComponent_OnRotGatherAttempted, Rot) == 0x000000, "Member 'GatherableRotOwnerComponent_OnRotGatherAttempted::Rot' has a wrong offset!"); \ +static_assert(offsetof(GatherableRotOwnerComponent_OnRotGatherAttempted, Gatherer) == 0x000008, "Member 'GatherableRotOwnerComponent_OnRotGatherAttempted::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GatherableRotOwnerComponent_OnRotsGivenHandler \ +static_assert(alignof(GatherableRotOwnerComponent_OnRotsGivenHandler) == 0x000008, "Wrong alignment on GatherableRotOwnerComponent_OnRotsGivenHandler"); \ +static_assert(sizeof(GatherableRotOwnerComponent_OnRotsGivenHandler) == 0x000010, "Wrong size on GatherableRotOwnerComponent_OnRotsGivenHandler"); \ +static_assert(offsetof(GatherableRotOwnerComponent_OnRotsGivenHandler, OldRots) == 0x000000, "Member 'GatherableRotOwnerComponent_OnRotsGivenHandler::OldRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GatherableRotOwnerComponent_OnRotsRecievedHandler \ +static_assert(alignof(GatherableRotOwnerComponent_OnRotsRecievedHandler) == 0x000008, "Wrong alignment on GatherableRotOwnerComponent_OnRotsRecievedHandler"); \ +static_assert(sizeof(GatherableRotOwnerComponent_OnRotsRecievedHandler) == 0x000010, "Wrong size on GatherableRotOwnerComponent_OnRotsRecievedHandler"); \ +static_assert(offsetof(GatherableRotOwnerComponent_OnRotsRecievedHandler, NewRots) == 0x000000, "Member 'GatherableRotOwnerComponent_OnRotsRecievedHandler::NewRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGatherableRotOwnerComponent \ +static_assert(alignof(UGatherableRotOwnerComponent) == 0x000008, "Wrong alignment on UGatherableRotOwnerComponent"); \ +static_assert(sizeof(UGatherableRotOwnerComponent) == 0x000120, "Wrong size on UGatherableRotOwnerComponent"); \ +static_assert(offsetof(UGatherableRotOwnerComponent, OnRotGathered) == 0x000110, "Member 'UGatherableRotOwnerComponent::OnRotGathered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GrabEventHandler_HandleGrabEvent \ +static_assert(alignof(GrabEventHandler_HandleGrabEvent) == 0x000004, "Wrong alignment on GrabEventHandler_HandleGrabEvent"); \ +static_assert(sizeof(GrabEventHandler_HandleGrabEvent) == 0x000020, "Wrong size on GrabEventHandler_HandleGrabEvent"); \ +static_assert(offsetof(GrabEventHandler_HandleGrabEvent, GrabEvent) == 0x000000, "Member 'GrabEventHandler_HandleGrabEvent::GrabEvent' has a wrong offset!"); \ +static_assert(offsetof(GrabEventHandler_HandleGrabEvent, MontageArgs) == 0x000004, "Member 'GrabEventHandler_HandleGrabEvent::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(GrabEventHandler_HandleGrabEvent, ReturnValue) == 0x00001C, "Member 'GrabEventHandler_HandleGrabEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGrabEventHandler \ +static_assert(alignof(IGrabEventHandler) == 0x000001, "Wrong alignment on IGrabEventHandler"); \ +static_assert(sizeof(IGrabEventHandler) == 0x000001, "Wrong size on IGrabEventHandler"); \ + +#define DUMPER7_ASSERTS_StateMachine_CanEnterState \ +static_assert(alignof(StateMachine_CanEnterState) == 0x000008, "Wrong alignment on StateMachine_CanEnterState"); \ +static_assert(sizeof(StateMachine_CanEnterState) == 0x000010, "Wrong size on StateMachine_CanEnterState"); \ +static_assert(offsetof(StateMachine_CanEnterState, NextState) == 0x000000, "Member 'StateMachine_CanEnterState::NextState' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_CanEnterState, ReturnValue) == 0x000008, "Member 'StateMachine_CanEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetPendingState \ +static_assert(alignof(StateMachine_GetPendingState) == 0x000008, "Wrong alignment on StateMachine_GetPendingState"); \ +static_assert(sizeof(StateMachine_GetPendingState) == 0x000008, "Wrong size on StateMachine_GetPendingState"); \ +static_assert(offsetof(StateMachine_GetPendingState, ReturnValue) == 0x000000, "Member 'StateMachine_GetPendingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetPendingSuperState \ +static_assert(alignof(StateMachine_GetPendingSuperState) == 0x000008, "Wrong alignment on StateMachine_GetPendingSuperState"); \ +static_assert(sizeof(StateMachine_GetPendingSuperState) == 0x000008, "Wrong size on StateMachine_GetPendingSuperState"); \ +static_assert(offsetof(StateMachine_GetPendingSuperState, ReturnValue) == 0x000000, "Member 'StateMachine_GetPendingSuperState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_Init \ +static_assert(alignof(StateMachine_Init) == 0x000001, "Wrong alignment on StateMachine_Init"); \ +static_assert(sizeof(StateMachine_Init) == 0x000001, "Wrong size on StateMachine_Init"); \ +static_assert(offsetof(StateMachine_Init, IsRespawning) == 0x000000, "Member 'StateMachine_Init::IsRespawning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyAnimEvent \ +static_assert(alignof(StateMachine_NotifyAnimEvent) == 0x000004, "Wrong alignment on StateMachine_NotifyAnimEvent"); \ +static_assert(sizeof(StateMachine_NotifyAnimEvent) == 0x00000C, "Wrong size on StateMachine_NotifyAnimEvent"); \ +static_assert(offsetof(StateMachine_NotifyAnimEvent, AnimEventName) == 0x000000, "Member 'StateMachine_NotifyAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyAnimEvent, ReturnValue) == 0x000008, "Member 'StateMachine_NotifyAnimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyDeathEvent \ +static_assert(alignof(StateMachine_NotifyDeathEvent) == 0x000008, "Wrong alignment on StateMachine_NotifyDeathEvent"); \ +static_assert(sizeof(StateMachine_NotifyDeathEvent) == 0x000118, "Wrong size on StateMachine_NotifyDeathEvent"); \ +static_assert(offsetof(StateMachine_NotifyDeathEvent, DamageEvent) == 0x000000, "Member 'StateMachine_NotifyDeathEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyDeathEvent, ReturnValue) == 0x000110, "Member 'StateMachine_NotifyDeathEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyGrabEvent \ +static_assert(alignof(StateMachine_NotifyGrabEvent) == 0x000004, "Wrong alignment on StateMachine_NotifyGrabEvent"); \ +static_assert(sizeof(StateMachine_NotifyGrabEvent) == 0x000020, "Wrong size on StateMachine_NotifyGrabEvent"); \ +static_assert(offsetof(StateMachine_NotifyGrabEvent, GrabEvent) == 0x000000, "Member 'StateMachine_NotifyGrabEvent::GrabEvent' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyGrabEvent, MontageArgs) == 0x000004, "Member 'StateMachine_NotifyGrabEvent::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyGrabEvent, ReturnValue) == 0x00001C, "Member 'StateMachine_NotifyGrabEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyHitEvent \ +static_assert(alignof(StateMachine_NotifyHitEvent) == 0x000004, "Wrong alignment on StateMachine_NotifyHitEvent"); \ +static_assert(sizeof(StateMachine_NotifyHitEvent) == 0x00008C, "Wrong size on StateMachine_NotifyHitEvent"); \ +static_assert(offsetof(StateMachine_NotifyHitEvent, HitResult) == 0x000000, "Member 'StateMachine_NotifyHitEvent::HitResult' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyHitEvent, ReturnValue) == 0x000088, "Member 'StateMachine_NotifyHitEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyInputActionEvent \ +static_assert(alignof(StateMachine_NotifyInputActionEvent) == 0x000001, "Wrong alignment on StateMachine_NotifyInputActionEvent"); \ +static_assert(sizeof(StateMachine_NotifyInputActionEvent) == 0x000002, "Wrong size on StateMachine_NotifyInputActionEvent"); \ +static_assert(offsetof(StateMachine_NotifyInputActionEvent, InputID) == 0x000000, "Member 'StateMachine_NotifyInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyInputActionEvent, isDown) == 0x000001, "Member 'StateMachine_NotifyInputActionEvent::isDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyInputAxisEvent \ +static_assert(alignof(StateMachine_NotifyInputAxisEvent) == 0x000004, "Wrong alignment on StateMachine_NotifyInputAxisEvent"); \ +static_assert(sizeof(StateMachine_NotifyInputAxisEvent) == 0x00000C, "Wrong size on StateMachine_NotifyInputAxisEvent"); \ +static_assert(offsetof(StateMachine_NotifyInputAxisEvent, InputID) == 0x000000, "Member 'StateMachine_NotifyInputAxisEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyInputAxisEvent, Value) == 0x000004, "Member 'StateMachine_NotifyInputAxisEvent::Value' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyInputAxisEvent, DeltaTime) == 0x000008, "Member 'StateMachine_NotifyInputAxisEvent::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyInputStickEvent \ +static_assert(alignof(StateMachine_NotifyInputStickEvent) == 0x000004, "Wrong alignment on StateMachine_NotifyInputStickEvent"); \ +static_assert(sizeof(StateMachine_NotifyInputStickEvent) == 0x000010, "Wrong size on StateMachine_NotifyInputStickEvent"); \ +static_assert(offsetof(StateMachine_NotifyInputStickEvent, InputID) == 0x000000, "Member 'StateMachine_NotifyInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyInputStickEvent, Values) == 0x000004, "Member 'StateMachine_NotifyInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyInputStickEvent, DeltaTime) == 0x00000C, "Member 'StateMachine_NotifyInputStickEvent::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyMovementMode \ +static_assert(alignof(StateMachine_NotifyMovementMode) == 0x000001, "Wrong alignment on StateMachine_NotifyMovementMode"); \ +static_assert(sizeof(StateMachine_NotifyMovementMode) == 0x000005, "Wrong size on StateMachine_NotifyMovementMode"); \ +static_assert(offsetof(StateMachine_NotifyMovementMode, PrevMovementMode) == 0x000000, "Member 'StateMachine_NotifyMovementMode::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyMovementMode, NewMovementMode) == 0x000001, "Member 'StateMachine_NotifyMovementMode::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyMovementMode, PrevCustomMode) == 0x000002, "Member 'StateMachine_NotifyMovementMode::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyMovementMode, NewCustomMode) == 0x000003, "Member 'StateMachine_NotifyMovementMode::NewCustomMode' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyMovementMode, ReturnValue) == 0x000004, "Member 'StateMachine_NotifyMovementMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyNamedEvent \ +static_assert(alignof(StateMachine_NotifyNamedEvent) == 0x000004, "Wrong alignment on StateMachine_NotifyNamedEvent"); \ +static_assert(sizeof(StateMachine_NotifyNamedEvent) == 0x00000C, "Wrong size on StateMachine_NotifyNamedEvent"); \ +static_assert(offsetof(StateMachine_NotifyNamedEvent, Name_0) == 0x000000, "Member 'StateMachine_NotifyNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyNamedEvent, ReturnValue) == 0x000008, "Member 'StateMachine_NotifyNamedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyRotCollection \ +static_assert(alignof(StateMachine_NotifyRotCollection) == 0x000008, "Wrong alignment on StateMachine_NotifyRotCollection"); \ +static_assert(sizeof(StateMachine_NotifyRotCollection) == 0x000018, "Wrong size on StateMachine_NotifyRotCollection"); \ +static_assert(offsetof(StateMachine_NotifyRotCollection, NumCollected) == 0x000000, "Member 'StateMachine_NotifyRotCollection::NumCollected' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyRotCollection, NumOwned) == 0x000004, "Member 'StateMachine_NotifyRotCollection::NumOwned' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyRotCollection, FromOwner) == 0x000008, "Member 'StateMachine_NotifyRotCollection::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyRotCollection, ReturnValue) == 0x000010, "Member 'StateMachine_NotifyRotCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_NotifyStaggerEvent \ +static_assert(alignof(StateMachine_NotifyStaggerEvent) == 0x000008, "Wrong alignment on StateMachine_NotifyStaggerEvent"); \ +static_assert(sizeof(StateMachine_NotifyStaggerEvent) == 0x000118, "Wrong size on StateMachine_NotifyStaggerEvent"); \ +static_assert(offsetof(StateMachine_NotifyStaggerEvent, DamageEvent) == 0x000000, "Member 'StateMachine_NotifyStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyStaggerEvent, Strength) == 0x000110, "Member 'StateMachine_NotifyStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_NotifyStaggerEvent, ReturnValue) == 0x000111, "Member 'StateMachine_NotifyStaggerEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_PopInhibitionMode \ +static_assert(alignof(StateMachine_PopInhibitionMode) == 0x000001, "Wrong alignment on StateMachine_PopInhibitionMode"); \ +static_assert(sizeof(StateMachine_PopInhibitionMode) == 0x000001, "Wrong size on StateMachine_PopInhibitionMode"); \ +static_assert(offsetof(StateMachine_PopInhibitionMode, InhibitionMode) == 0x000000, "Member 'StateMachine_PopInhibitionMode::InhibitionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_PushInhibitionMode \ +static_assert(alignof(StateMachine_PushInhibitionMode) == 0x000001, "Wrong alignment on StateMachine_PushInhibitionMode"); \ +static_assert(sizeof(StateMachine_PushInhibitionMode) == 0x000001, "Wrong size on StateMachine_PushInhibitionMode"); \ +static_assert(offsetof(StateMachine_PushInhibitionMode, InhibitionMode) == 0x000000, "Member 'StateMachine_PushInhibitionMode::InhibitionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetCompletionState \ +static_assert(alignof(StateMachine_GetCompletionState) == 0x000008, "Wrong alignment on StateMachine_GetCompletionState"); \ +static_assert(sizeof(StateMachine_GetCompletionState) == 0x000008, "Wrong size on StateMachine_GetCompletionState"); \ +static_assert(offsetof(StateMachine_GetCompletionState, ReturnValue) == 0x000000, "Member 'StateMachine_GetCompletionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetCurrentState \ +static_assert(alignof(StateMachine_GetCurrentState) == 0x000008, "Wrong alignment on StateMachine_GetCurrentState"); \ +static_assert(sizeof(StateMachine_GetCurrentState) == 0x000008, "Wrong size on StateMachine_GetCurrentState"); \ +static_assert(offsetof(StateMachine_GetCurrentState, ReturnValue) == 0x000000, "Member 'StateMachine_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetCurrentSuperstate \ +static_assert(alignof(StateMachine_GetCurrentSuperstate) == 0x000008, "Wrong alignment on StateMachine_GetCurrentSuperstate"); \ +static_assert(sizeof(StateMachine_GetCurrentSuperstate) == 0x000008, "Wrong size on StateMachine_GetCurrentSuperstate"); \ +static_assert(offsetof(StateMachine_GetCurrentSuperstate, ReturnValue) == 0x000000, "Member 'StateMachine_GetCurrentSuperstate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetIsHeadTrackingAllowed \ +static_assert(alignof(StateMachine_GetIsHeadTrackingAllowed) == 0x000001, "Wrong alignment on StateMachine_GetIsHeadTrackingAllowed"); \ +static_assert(sizeof(StateMachine_GetIsHeadTrackingAllowed) == 0x000001, "Wrong size on StateMachine_GetIsHeadTrackingAllowed"); \ +static_assert(offsetof(StateMachine_GetIsHeadTrackingAllowed, ReturnValue) == 0x000000, "Member 'StateMachine_GetIsHeadTrackingAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetIsInhibited \ +static_assert(alignof(StateMachine_GetIsInhibited) == 0x000001, "Wrong alignment on StateMachine_GetIsInhibited"); \ +static_assert(sizeof(StateMachine_GetIsInhibited) == 0x000002, "Wrong size on StateMachine_GetIsInhibited"); \ +static_assert(offsetof(StateMachine_GetIsInhibited, IsCinematic) == 0x000000, "Member 'StateMachine_GetIsInhibited::IsCinematic' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_GetIsInhibited, ReturnValue) == 0x000001, "Member 'StateMachine_GetIsInhibited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetPreviousState \ +static_assert(alignof(StateMachine_GetPreviousState) == 0x000008, "Wrong alignment on StateMachine_GetPreviousState"); \ +static_assert(sizeof(StateMachine_GetPreviousState) == 0x000008, "Wrong size on StateMachine_GetPreviousState"); \ +static_assert(offsetof(StateMachine_GetPreviousState, ReturnValue) == 0x000000, "Member 'StateMachine_GetPreviousState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_GetPreviousSuperstate \ +static_assert(alignof(StateMachine_GetPreviousSuperstate) == 0x000008, "Wrong alignment on StateMachine_GetPreviousSuperstate"); \ +static_assert(sizeof(StateMachine_GetPreviousSuperstate) == 0x000008, "Wrong size on StateMachine_GetPreviousSuperstate"); \ +static_assert(offsetof(StateMachine_GetPreviousSuperstate, ReturnValue) == 0x000000, "Member 'StateMachine_GetPreviousSuperstate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_IsInSuperstate \ +static_assert(alignof(StateMachine_IsInSuperstate) == 0x000008, "Wrong alignment on StateMachine_IsInSuperstate"); \ +static_assert(sizeof(StateMachine_IsInSuperstate) == 0x000010, "Wrong size on StateMachine_IsInSuperstate"); \ +static_assert(offsetof(StateMachine_IsInSuperstate, QueryingState) == 0x000000, "Member 'StateMachine_IsInSuperstate::QueryingState' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_IsInSuperstate, ReturnValue) == 0x000008, "Member 'StateMachine_IsInSuperstate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_IsNextSuspendedState \ +static_assert(alignof(StateMachine_IsNextSuspendedState) == 0x000008, "Wrong alignment on StateMachine_IsNextSuspendedState"); \ +static_assert(sizeof(StateMachine_IsNextSuspendedState) == 0x000010, "Wrong size on StateMachine_IsNextSuspendedState"); \ +static_assert(offsetof(StateMachine_IsNextSuspendedState, QueryingState) == 0x000000, "Member 'StateMachine_IsNextSuspendedState::QueryingState' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_IsNextSuspendedState, ReturnValue) == 0x000008, "Member 'StateMachine_IsNextSuspendedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_IsStateActive \ +static_assert(alignof(StateMachine_IsStateActive) == 0x000008, "Wrong alignment on StateMachine_IsStateActive"); \ +static_assert(sizeof(StateMachine_IsStateActive) == 0x000010, "Wrong size on StateMachine_IsStateActive"); \ +static_assert(offsetof(StateMachine_IsStateActive, QueryingState) == 0x000000, "Member 'StateMachine_IsStateActive::QueryingState' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_IsStateActive, ReturnValue) == 0x000008, "Member 'StateMachine_IsStateActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateMachine_IsStateSuspended \ +static_assert(alignof(StateMachine_IsStateSuspended) == 0x000008, "Wrong alignment on StateMachine_IsStateSuspended"); \ +static_assert(sizeof(StateMachine_IsStateSuspended) == 0x000010, "Wrong size on StateMachine_IsStateSuspended"); \ +static_assert(offsetof(StateMachine_IsStateSuspended, QueryingState) == 0x000000, "Member 'StateMachine_IsStateSuspended::QueryingState' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_IsStateSuspended, resultIndex) == 0x000008, "Member 'StateMachine_IsStateSuspended::resultIndex' has a wrong offset!"); \ +static_assert(offsetof(StateMachine_IsStateSuspended, ReturnValue) == 0x00000C, "Member 'StateMachine_IsStateSuspended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateMachine \ +static_assert(alignof(UStateMachine) == 0x000008, "Wrong alignment on UStateMachine"); \ +static_assert(sizeof(UStateMachine) == 0x000280, "Wrong size on UStateMachine"); \ +static_assert(offsetof(UStateMachine, mStatePriorityOrder) == 0x0000B8, "Member 'UStateMachine::mStatePriorityOrder' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mValidStates) == 0x0000C8, "Member 'UStateMachine::mValidStates' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpValidSuperStates) == 0x000118, "Member 'UStateMachine::mpValidSuperStates' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mDefaultState) == 0x000168, "Member 'UStateMachine::mDefaultState' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mRespawnState) == 0x000170, "Member 'UStateMachine::mRespawnState' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, AllowedHeadTrackingStates) == 0x000178, "Member 'UStateMachine::AllowedHeadTrackingStates' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, IsHeadTrackingAllowed) == 0x000188, "Member 'UStateMachine::IsHeadTrackingAllowed' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpLocomotion) == 0x000190, "Member 'UStateMachine::mpLocomotion' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpConfig) == 0x000198, "Member 'UStateMachine::mpConfig' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, configType) == 0x0001A0, "Member 'UStateMachine::configType' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpStates) == 0x0001A8, "Member 'UStateMachine::mpStates' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpSuperState) == 0x0001F8, "Member 'UStateMachine::mpSuperState' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpPreviousSuperState) == 0x000200, "Member 'UStateMachine::mpPreviousSuperState' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpCurrentState) == 0x000208, "Member 'UStateMachine::mpCurrentState' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpPreviousState) == 0x000210, "Member 'UStateMachine::mpPreviousState' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpSuspendedStates) == 0x000218, "Member 'UStateMachine::mpSuspendedStates' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, OnStateChanged) == 0x000228, "Member 'UStateMachine::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, PendingInputActions) == 0x000238, "Member 'UStateMachine::PendingInputActions' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, PendingInputSticks) == 0x000248, "Member 'UStateMachine::PendingInputSticks' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, PendingInputAxes) == 0x000258, "Member 'UStateMachine::PendingInputAxes' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, mpStateContainer) == 0x000268, "Member 'UStateMachine::mpStateContainer' has a wrong offset!"); \ +static_assert(offsetof(UStateMachine, InhibitionStatus) == 0x000270, "Member 'UStateMachine::InhibitionStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackAnimNotify \ +static_assert(alignof(UHapticFeedbackAnimNotify) == 0x000008, "Wrong alignment on UHapticFeedbackAnimNotify"); \ +static_assert(sizeof(UHapticFeedbackAnimNotify) == 0x000050, "Wrong size on UHapticFeedbackAnimNotify"); \ +static_assert(offsetof(UHapticFeedbackAnimNotify, HapticFeedback) == 0x000038, "Member 'UHapticFeedbackAnimNotify::HapticFeedback' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackAnimNotify, Is2D) == 0x000048, "Member 'UHapticFeedbackAnimNotify::Is2D' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackAnimNotify, Intensity) == 0x00004C, "Member 'UHapticFeedbackAnimNotify::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HapticHelpers_PlayHapticFeedback2D \ +static_assert(alignof(HapticHelpers_PlayHapticFeedback2D) == 0x000008, "Wrong alignment on HapticHelpers_PlayHapticFeedback2D"); \ +static_assert(sizeof(HapticHelpers_PlayHapticFeedback2D) == 0x000018, "Wrong size on HapticHelpers_PlayHapticFeedback2D"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedback2D, WorldContextObject) == 0x000000, "Member 'HapticHelpers_PlayHapticFeedback2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedback2D, RowName) == 0x000008, "Member 'HapticHelpers_PlayHapticFeedback2D::RowName' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedback2D, Intensity) == 0x000010, "Member 'HapticHelpers_PlayHapticFeedback2D::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HapticHelpers_PlayHapticFeedbackAtLocation \ +static_assert(alignof(HapticHelpers_PlayHapticFeedbackAtLocation) == 0x000008, "Wrong alignment on HapticHelpers_PlayHapticFeedbackAtLocation"); \ +static_assert(sizeof(HapticHelpers_PlayHapticFeedbackAtLocation) == 0x000020, "Wrong size on HapticHelpers_PlayHapticFeedbackAtLocation"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'HapticHelpers_PlayHapticFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedbackAtLocation, RowName) == 0x000008, "Member 'HapticHelpers_PlayHapticFeedbackAtLocation::RowName' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedbackAtLocation, Location) == 0x000010, "Member 'HapticHelpers_PlayHapticFeedbackAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_PlayHapticFeedbackAtLocation, Intensity) == 0x00001C, "Member 'HapticHelpers_PlayHapticFeedbackAtLocation::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HapticHelpers_SpawnHapticFeedback2D \ +static_assert(alignof(HapticHelpers_SpawnHapticFeedback2D) == 0x000008, "Wrong alignment on HapticHelpers_SpawnHapticFeedback2D"); \ +static_assert(sizeof(HapticHelpers_SpawnHapticFeedback2D) == 0x000028, "Wrong size on HapticHelpers_SpawnHapticFeedback2D"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedback2D, WorldContextObject) == 0x000000, "Member 'HapticHelpers_SpawnHapticFeedback2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedback2D, RowName) == 0x000008, "Member 'HapticHelpers_SpawnHapticFeedback2D::RowName' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedback2D, Intensity) == 0x000010, "Member 'HapticHelpers_SpawnHapticFeedback2D::Intensity' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedback2D, ReturnValue) == 0x000014, "Member 'HapticHelpers_SpawnHapticFeedback2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HapticHelpers_SpawnHapticFeedbackAtLocation \ +static_assert(alignof(HapticHelpers_SpawnHapticFeedbackAtLocation) == 0x000008, "Wrong alignment on HapticHelpers_SpawnHapticFeedbackAtLocation"); \ +static_assert(sizeof(HapticHelpers_SpawnHapticFeedbackAtLocation) == 0x000030, "Wrong size on HapticHelpers_SpawnHapticFeedbackAtLocation"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'HapticHelpers_SpawnHapticFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedbackAtLocation, RowName) == 0x000008, "Member 'HapticHelpers_SpawnHapticFeedbackAtLocation::RowName' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedbackAtLocation, Location) == 0x000010, "Member 'HapticHelpers_SpawnHapticFeedbackAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedbackAtLocation, Intensity) == 0x00001C, "Member 'HapticHelpers_SpawnHapticFeedbackAtLocation::Intensity' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_SpawnHapticFeedbackAtLocation, ReturnValue) == 0x000020, "Member 'HapticHelpers_SpawnHapticFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HapticHelpers_StopHapticFeedback \ +static_assert(alignof(HapticHelpers_StopHapticFeedback) == 0x000008, "Wrong alignment on HapticHelpers_StopHapticFeedback"); \ +static_assert(sizeof(HapticHelpers_StopHapticFeedback) == 0x000018, "Wrong size on HapticHelpers_StopHapticFeedback"); \ +static_assert(offsetof(HapticHelpers_StopHapticFeedback, WorldContextObject) == 0x000000, "Member 'HapticHelpers_StopHapticFeedback::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HapticHelpers_StopHapticFeedback, Guid) == 0x000008, "Member 'HapticHelpers_StopHapticFeedback::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticHelpers \ +static_assert(alignof(UHapticHelpers) == 0x000008, "Wrong alignment on UHapticHelpers"); \ +static_assert(sizeof(UHapticHelpers) == 0x000028, "Wrong size on UHapticHelpers"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_GetStealingEnabled \ +static_assert(alignof(StealingRotOwnerComponent_GetStealingEnabled) == 0x000001, "Wrong alignment on StealingRotOwnerComponent_GetStealingEnabled"); \ +static_assert(sizeof(StealingRotOwnerComponent_GetStealingEnabled) == 0x000001, "Wrong size on StealingRotOwnerComponent_GetStealingEnabled"); \ +static_assert(offsetof(StealingRotOwnerComponent_GetStealingEnabled, ReturnValue) == 0x000000, "Member 'StealingRotOwnerComponent_GetStealingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_HandleStateChanged \ +static_assert(alignof(StealingRotOwnerComponent_HandleStateChanged) == 0x000008, "Wrong alignment on StealingRotOwnerComponent_HandleStateChanged"); \ +static_assert(sizeof(StealingRotOwnerComponent_HandleStateChanged) == 0x000018, "Wrong size on StealingRotOwnerComponent_HandleStateChanged"); \ +static_assert(offsetof(StealingRotOwnerComponent_HandleStateChanged, From) == 0x000000, "Member 'StealingRotOwnerComponent_HandleStateChanged::From' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_HandleStateChanged, To) == 0x000008, "Member 'StealingRotOwnerComponent_HandleStateChanged::To' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_HandleStateChanged, IsSuspend) == 0x000010, "Member 'StealingRotOwnerComponent_HandleStateChanged::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_HandleStateChanged, IsResume) == 0x000011, "Member 'StealingRotOwnerComponent_HandleStateChanged::IsResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged \ +static_assert(alignof(StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged) == 0x000004, "Wrong alignment on StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged"); \ +static_assert(sizeof(StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged) == 0x000008, "Wrong size on StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged"); \ +static_assert(offsetof(StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged, FromNum) == 0x000000, "Member 'StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged::FromNum' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged, ToNum) == 0x000004, "Member 'StealingRotOwnerComponent_HandleTargetRotOwnerNumChanged::ToNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_OverlapInnerBegan \ +static_assert(alignof(StealingRotOwnerComponent_OverlapInnerBegan) == 0x000008, "Wrong alignment on StealingRotOwnerComponent_OverlapInnerBegan"); \ +static_assert(sizeof(StealingRotOwnerComponent_OverlapInnerBegan) == 0x0000A8, "Wrong size on StealingRotOwnerComponent_OverlapInnerBegan"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapInnerBegan, OverlappedComponent) == 0x000000, "Member 'StealingRotOwnerComponent_OverlapInnerBegan::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapInnerBegan, OtherActor) == 0x000008, "Member 'StealingRotOwnerComponent_OverlapInnerBegan::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapInnerBegan, OtherComp) == 0x000010, "Member 'StealingRotOwnerComponent_OverlapInnerBegan::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapInnerBegan, OtherBodyIndex) == 0x000018, "Member 'StealingRotOwnerComponent_OverlapInnerBegan::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapInnerBegan, bFromSweep) == 0x00001C, "Member 'StealingRotOwnerComponent_OverlapInnerBegan::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapInnerBegan, SweepResult) == 0x000020, "Member 'StealingRotOwnerComponent_OverlapInnerBegan::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_OverlapOuterEnded \ +static_assert(alignof(StealingRotOwnerComponent_OverlapOuterEnded) == 0x000008, "Wrong alignment on StealingRotOwnerComponent_OverlapOuterEnded"); \ +static_assert(sizeof(StealingRotOwnerComponent_OverlapOuterEnded) == 0x000020, "Wrong size on StealingRotOwnerComponent_OverlapOuterEnded"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapOuterEnded, OverlappedComponent) == 0x000000, "Member 'StealingRotOwnerComponent_OverlapOuterEnded::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapOuterEnded, OtherActor) == 0x000008, "Member 'StealingRotOwnerComponent_OverlapOuterEnded::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapOuterEnded, OtherComp) == 0x000010, "Member 'StealingRotOwnerComponent_OverlapOuterEnded::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(StealingRotOwnerComponent_OverlapOuterEnded, OtherBodyIndex) == 0x000018, "Member 'StealingRotOwnerComponent_OverlapOuterEnded::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_SetStealingEnabled \ +static_assert(alignof(StealingRotOwnerComponent_SetStealingEnabled) == 0x000001, "Wrong alignment on StealingRotOwnerComponent_SetStealingEnabled"); \ +static_assert(sizeof(StealingRotOwnerComponent_SetStealingEnabled) == 0x000001, "Wrong size on StealingRotOwnerComponent_SetStealingEnabled"); \ +static_assert(offsetof(StealingRotOwnerComponent_SetStealingEnabled, Enabled) == 0x000000, "Member 'StealingRotOwnerComponent_SetStealingEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StealingRotOwnerComponent_SetStealingEnabledTrigger \ +static_assert(alignof(StealingRotOwnerComponent_SetStealingEnabledTrigger) == 0x000008, "Wrong alignment on StealingRotOwnerComponent_SetStealingEnabledTrigger"); \ +static_assert(sizeof(StealingRotOwnerComponent_SetStealingEnabledTrigger) == 0x000008, "Wrong size on StealingRotOwnerComponent_SetStealingEnabledTrigger"); \ +static_assert(offsetof(StealingRotOwnerComponent_SetStealingEnabledTrigger, Params_0) == 0x000000, "Member 'StealingRotOwnerComponent_SetStealingEnabledTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStealingRotOwnerComponent \ +static_assert(alignof(UStealingRotOwnerComponent) == 0x000008, "Wrong alignment on UStealingRotOwnerComponent"); \ +static_assert(sizeof(UStealingRotOwnerComponent) == 0x000178, "Wrong size on UStealingRotOwnerComponent"); \ +static_assert(offsetof(UStealingRotOwnerComponent, TagsToStealFrom) == 0x000110, "Member 'UStealingRotOwnerComponent::TagsToStealFrom' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, NumRotsToSteal) == 0x000130, "Member 'UStealingRotOwnerComponent::NumRotsToSteal' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, InnerOuterRadii) == 0x000134, "Member 'UStealingRotOwnerComponent::InnerOuterRadii' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, RadiusCollisionProfileName) == 0x00013C, "Member 'UStealingRotOwnerComponent::RadiusCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, StealingEnabled) == 0x000144, "Member 'UStealingRotOwnerComponent::StealingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, DisabledDuringCombat) == 0x000145, "Member 'UStealingRotOwnerComponent::DisabledDuringCombat' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, SphereParentComponentName) == 0x000148, "Member 'UStealingRotOwnerComponent::SphereParentComponentName' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, InnerRadius) == 0x000150, "Member 'UStealingRotOwnerComponent::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, OuterRadius) == 0x000158, "Member 'UStealingRotOwnerComponent::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, TargetRotOwner) == 0x000160, "Member 'UStealingRotOwnerComponent::TargetRotOwner' has a wrong offset!"); \ +static_assert(offsetof(UStealingRotOwnerComponent, IsStealingEnabledForPlayerState) == 0x000168, "Member 'UStealingRotOwnerComponent::IsStealingEnabledForPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeldInputNotifyState \ +static_assert(alignof(UHeldInputNotifyState) == 0x000008, "Wrong alignment on UHeldInputNotifyState"); \ +static_assert(sizeof(UHeldInputNotifyState) == 0x000060, "Wrong size on UHeldInputNotifyState"); \ +static_assert(offsetof(UHeldInputNotifyState, InputBuffer) == 0x000030, "Member 'UHeldInputNotifyState::InputBuffer' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, HFSM) == 0x000038, "Member 'UHeldInputNotifyState::HFSM' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, CanNotify) == 0x000040, "Member 'UHeldInputNotifyState::CanNotify' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, WasTriggered) == 0x000041, "Member 'UHeldInputNotifyState::WasTriggered' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, AnimBeginHoldEventName) == 0x000044, "Member 'UHeldInputNotifyState::AnimBeginHoldEventName' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, AnimNotifyName) == 0x00004C, "Member 'UHeldInputNotifyState::AnimNotifyName' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, AnimReleaseHoldEventName) == 0x000054, "Member 'UHeldInputNotifyState::AnimReleaseHoldEventName' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, TriggerOnPress) == 0x00005C, "Member 'UHeldInputNotifyState::TriggerOnPress' has a wrong offset!"); \ +static_assert(offsetof(UHeldInputNotifyState, InputToCheck) == 0x00005D, "Member 'UHeldInputNotifyState::InputToCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_OnProxyDestroyed \ +static_assert(alignof(HeroRotCharacter_OnProxyDestroyed) == 0x000008, "Wrong alignment on HeroRotCharacter_OnProxyDestroyed"); \ +static_assert(sizeof(HeroRotCharacter_OnProxyDestroyed) == 0x000008, "Wrong size on HeroRotCharacter_OnProxyDestroyed"); \ +static_assert(offsetof(HeroRotCharacter_OnProxyDestroyed, Destroyed) == 0x000000, "Member 'HeroRotCharacter_OnProxyDestroyed::Destroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_OnVisibilityChanged \ +static_assert(alignof(HeroRotCharacter_OnVisibilityChanged) == 0x000001, "Wrong alignment on HeroRotCharacter_OnVisibilityChanged"); \ +static_assert(sizeof(HeroRotCharacter_OnVisibilityChanged) == 0x000001, "Wrong size on HeroRotCharacter_OnVisibilityChanged"); \ +static_assert(offsetof(HeroRotCharacter_OnVisibilityChanged, Visible) == 0x000000, "Member 'HeroRotCharacter_OnVisibilityChanged::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_SetVisibleIfAvailable \ +static_assert(alignof(HeroRotCharacter_SetVisibleIfAvailable) == 0x000001, "Wrong alignment on HeroRotCharacter_SetVisibleIfAvailable"); \ +static_assert(sizeof(HeroRotCharacter_SetVisibleIfAvailable) == 0x000001, "Wrong size on HeroRotCharacter_SetVisibleIfAvailable"); \ +static_assert(offsetof(HeroRotCharacter_SetVisibleIfAvailable, Visible) == 0x000000, "Member 'HeroRotCharacter_SetVisibleIfAvailable::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_TryCheckInProxy \ +static_assert(alignof(HeroRotCharacter_TryCheckInProxy) == 0x000008, "Wrong alignment on HeroRotCharacter_TryCheckInProxy"); \ +static_assert(sizeof(HeroRotCharacter_TryCheckInProxy) == 0x000010, "Wrong size on HeroRotCharacter_TryCheckInProxy"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckInProxy, Proxy) == 0x000000, "Member 'HeroRotCharacter_TryCheckInProxy::Proxy' has a wrong offset!"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckInProxy, ReturnValue) == 0x000008, "Member 'HeroRotCharacter_TryCheckInProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_TryCheckInProxyByOwner \ +static_assert(alignof(HeroRotCharacter_TryCheckInProxyByOwner) == 0x000008, "Wrong alignment on HeroRotCharacter_TryCheckInProxyByOwner"); \ +static_assert(sizeof(HeroRotCharacter_TryCheckInProxyByOwner) == 0x000010, "Wrong size on HeroRotCharacter_TryCheckInProxyByOwner"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckInProxyByOwner, ProxyOwner) == 0x000000, "Member 'HeroRotCharacter_TryCheckInProxyByOwner::ProxyOwner' has a wrong offset!"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckInProxyByOwner, ReturnValue) == 0x000008, "Member 'HeroRotCharacter_TryCheckInProxyByOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_TryCheckOutProxy \ +static_assert(alignof(HeroRotCharacter_TryCheckOutProxy) == 0x000008, "Wrong alignment on HeroRotCharacter_TryCheckOutProxy"); \ +static_assert(sizeof(HeroRotCharacter_TryCheckOutProxy) == 0x000018, "Wrong size on HeroRotCharacter_TryCheckOutProxy"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckOutProxy, Proxy) == 0x000000, "Member 'HeroRotCharacter_TryCheckOutProxy::Proxy' has a wrong offset!"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckOutProxy, ProxyOwner) == 0x000008, "Member 'HeroRotCharacter_TryCheckOutProxy::ProxyOwner' has a wrong offset!"); \ +static_assert(offsetof(HeroRotCharacter_TryCheckOutProxy, ReturnValue) == 0x000010, "Member 'HeroRotCharacter_TryCheckOutProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_GetVisibleAndAvailable \ +static_assert(alignof(HeroRotCharacter_GetVisibleAndAvailable) == 0x000001, "Wrong alignment on HeroRotCharacter_GetVisibleAndAvailable"); \ +static_assert(sizeof(HeroRotCharacter_GetVisibleAndAvailable) == 0x000001, "Wrong size on HeroRotCharacter_GetVisibleAndAvailable"); \ +static_assert(offsetof(HeroRotCharacter_GetVisibleAndAvailable, ReturnValue) == 0x000000, "Member 'HeroRotCharacter_GetVisibleAndAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotCharacter_IsProxyAvailable \ +static_assert(alignof(HeroRotCharacter_IsProxyAvailable) == 0x000001, "Wrong alignment on HeroRotCharacter_IsProxyAvailable"); \ +static_assert(sizeof(HeroRotCharacter_IsProxyAvailable) == 0x000001, "Wrong size on HeroRotCharacter_IsProxyAvailable"); \ +static_assert(offsetof(HeroRotCharacter_IsProxyAvailable, ReturnValue) == 0x000000, "Member 'HeroRotCharacter_IsProxyAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHeroRotCharacter \ +static_assert(alignof(AHeroRotCharacter) == 0x000010, "Wrong alignment on AHeroRotCharacter"); \ +static_assert(sizeof(AHeroRotCharacter) == 0x0007F0, "Wrong size on AHeroRotCharacter"); \ +static_assert(offsetof(AHeroRotCharacter, CurrentProxy) == 0x0007D0, "Member 'AHeroRotCharacter::CurrentProxy' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotCharacter, CurrentProxyOwner) == 0x0007D8, "Member 'AHeroRotCharacter::CurrentProxyOwner' has a wrong offset!"); \ +static_assert(offsetof(AHeroRotCharacter, IsVisibleIfAvailable) == 0x0007E0, "Member 'AHeroRotCharacter::IsVisibleIfAvailable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwimmingEffectsComponent_HandlePhysicsVolumeChanged \ +static_assert(alignof(SwimmingEffectsComponent_HandlePhysicsVolumeChanged) == 0x000008, "Wrong alignment on SwimmingEffectsComponent_HandlePhysicsVolumeChanged"); \ +static_assert(sizeof(SwimmingEffectsComponent_HandlePhysicsVolumeChanged) == 0x000008, "Wrong size on SwimmingEffectsComponent_HandlePhysicsVolumeChanged"); \ +static_assert(offsetof(SwimmingEffectsComponent_HandlePhysicsVolumeChanged, NewVolume) == 0x000000, "Member 'SwimmingEffectsComponent_HandlePhysicsVolumeChanged::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwimmingEffectsComponent_SetIsSwimming \ +static_assert(alignof(SwimmingEffectsComponent_SetIsSwimming) == 0x000001, "Wrong alignment on SwimmingEffectsComponent_SetIsSwimming"); \ +static_assert(sizeof(SwimmingEffectsComponent_SetIsSwimming) == 0x000001, "Wrong size on SwimmingEffectsComponent_SetIsSwimming"); \ +static_assert(offsetof(SwimmingEffectsComponent_SetIsSwimming, Swimming) == 0x000000, "Member 'SwimmingEffectsComponent_SetIsSwimming::Swimming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USwimmingEffectsComponent \ +static_assert(alignof(USwimmingEffectsComponent) == 0x000008, "Wrong alignment on USwimmingEffectsComponent"); \ +static_assert(sizeof(USwimmingEffectsComponent) == 0x0000F8, "Wrong size on USwimmingEffectsComponent"); \ +static_assert(offsetof(USwimmingEffectsComponent, SwimmingLoopParticles) == 0x0000B0, "Member 'USwimmingEffectsComponent::SwimmingLoopParticles' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, IdleLoopParticles) == 0x0000B8, "Member 'USwimmingEffectsComponent::IdleLoopParticles' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, UseVelocityThreshold) == 0x0000C0, "Member 'USwimmingEffectsComponent::UseVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, VelocityThreshold) == 0x0000C4, "Member 'USwimmingEffectsComponent::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, MaxVelocityOffset) == 0x0000C8, "Member 'USwimmingEffectsComponent::MaxVelocityOffset' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, MaxVelocity) == 0x0000CC, "Member 'USwimmingEffectsComponent::MaxVelocity' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, IsSwimming) == 0x0000D0, "Member 'USwimmingEffectsComponent::IsSwimming' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, SwimmingParticles) == 0x0000D8, "Member 'USwimmingEffectsComponent::SwimmingParticles' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, IdleParticles) == 0x0000E0, "Member 'USwimmingEffectsComponent::IdleParticles' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, SwimmingVolume) == 0x0000E8, "Member 'USwimmingEffectsComponent::SwimmingVolume' has a wrong offset!"); \ +static_assert(offsetof(USwimmingEffectsComponent, CurrentSwimmingVolumeWorldZ) == 0x0000F0, "Member 'USwimmingEffectsComponent::CurrentSwimmingVolumeWorldZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotPOIComponent_PlayEventMontage \ +static_assert(alignof(HeroRotPOIComponent_PlayEventMontage) == 0x000004, "Wrong alignment on HeroRotPOIComponent_PlayEventMontage"); \ +static_assert(sizeof(HeroRotPOIComponent_PlayEventMontage) == 0x000008, "Wrong size on HeroRotPOIComponent_PlayEventMontage"); \ +static_assert(offsetof(HeroRotPOIComponent_PlayEventMontage, EventName) == 0x000000, "Member 'HeroRotPOIComponent_PlayEventMontage::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeroRotPOIComponent_SetHeroRotRequested \ +static_assert(alignof(HeroRotPOIComponent_SetHeroRotRequested) == 0x000001, "Wrong alignment on HeroRotPOIComponent_SetHeroRotRequested"); \ +static_assert(sizeof(HeroRotPOIComponent_SetHeroRotRequested) == 0x000001, "Wrong size on HeroRotPOIComponent_SetHeroRotRequested"); \ +static_assert(offsetof(HeroRotPOIComponent_SetHeroRotRequested, Requested) == 0x000000, "Member 'HeroRotPOIComponent_SetHeroRotRequested::Requested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeroRotPOIComponent \ +static_assert(alignof(UHeroRotPOIComponent) == 0x000010, "Wrong alignment on UHeroRotPOIComponent"); \ +static_assert(sizeof(UHeroRotPOIComponent) == 0x000240, "Wrong size on UHeroRotPOIComponent"); \ +static_assert(offsetof(UHeroRotPOIComponent, Montage) == 0x0001F8, "Member 'UHeroRotPOIComponent::Montage' has a wrong offset!"); \ +static_assert(offsetof(UHeroRotPOIComponent, HeroRotPOIType) == 0x000200, "Member 'UHeroRotPOIComponent::HeroRotPOIType' has a wrong offset!"); \ +static_assert(offsetof(UHeroRotPOIComponent, OnHeroRotAssigned) == 0x000208, "Member 'UHeroRotPOIComponent::OnHeroRotAssigned' has a wrong offset!"); \ +static_assert(offsetof(UHeroRotPOIComponent, OnHeroRotUnassigned) == 0x000218, "Member 'UHeroRotPOIComponent::OnHeroRotUnassigned' has a wrong offset!"); \ +static_assert(offsetof(UHeroRotPOIComponent, RequestedHeroRot) == 0x000228, "Member 'UHeroRotPOIComponent::RequestedHeroRot' has a wrong offset!"); \ +static_assert(offsetof(UHeroRotPOIComponent, IsPlayingEventMontage) == 0x000229, "Member 'UHeroRotPOIComponent::IsPlayingEventMontage' has a wrong offset!"); \ +static_assert(offsetof(UHeroRotPOIComponent, AssignedHeroRot) == 0x000230, "Member 'UHeroRotPOIComponent::AssignedHeroRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHighPriorityLoadVolume \ +static_assert(alignof(AHighPriorityLoadVolume) == 0x000008, "Wrong alignment on AHighPriorityLoadVolume"); \ +static_assert(sizeof(AHighPriorityLoadVolume) == 0x0002A8, "Wrong size on AHighPriorityLoadVolume"); \ +static_assert(offsetof(AHighPriorityLoadVolume, LevelsToPrioritize) == 0x000280, "Member 'AHighPriorityLoadVolume::LevelsToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(AHighPriorityLoadVolume, StreamingLevels) == 0x000290, "Member 'AHighPriorityLoadVolume::StreamingLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTPCManager \ +static_assert(alignof(ARTPCManager) == 0x000008, "Wrong alignment on ARTPCManager"); \ +static_assert(sizeof(ARTPCManager) == 0x000278, "Wrong size on ARTPCManager"); \ +static_assert(offsetof(ARTPCManager, RTPCListMap) == 0x000228, "Member 'ARTPCManager::RTPCListMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitEventHandler_HandleHitEvent \ +static_assert(alignof(HitEventHandler_HandleHitEvent) == 0x000004, "Wrong alignment on HitEventHandler_HandleHitEvent"); \ +static_assert(sizeof(HitEventHandler_HandleHitEvent) == 0x00008C, "Wrong size on HitEventHandler_HandleHitEvent"); \ +static_assert(offsetof(HitEventHandler_HandleHitEvent, HitResult) == 0x000000, "Member 'HitEventHandler_HandleHitEvent::HitResult' has a wrong offset!"); \ +static_assert(offsetof(HitEventHandler_HandleHitEvent, ReturnValue) == 0x000088, "Member 'HitEventHandler_HandleHitEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHitEventHandler \ +static_assert(alignof(IHitEventHandler) == 0x000001, "Wrong alignment on IHitEventHandler"); \ +static_assert(sizeof(IHitEventHandler) == 0x000001, "Wrong size on IHitEventHandler"); \ + +#define DUMPER7_ASSERTS_HitstopManager_TriggerHitstop \ +static_assert(alignof(HitstopManager_TriggerHitstop) == 0x000004, "Wrong alignment on HitstopManager_TriggerHitstop"); \ +static_assert(sizeof(HitstopManager_TriggerHitstop) == 0x000010, "Wrong size on HitstopManager_TriggerHitstop"); \ +static_assert(offsetof(HitstopManager_TriggerHitstop, Context) == 0x000000, "Member 'HitstopManager_TriggerHitstop::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitstopManager_GetHitstopTimeDilation \ +static_assert(alignof(HitstopManager_GetHitstopTimeDilation) == 0x000004, "Wrong alignment on HitstopManager_GetHitstopTimeDilation"); \ +static_assert(sizeof(HitstopManager_GetHitstopTimeDilation) == 0x000004, "Wrong size on HitstopManager_GetHitstopTimeDilation"); \ +static_assert(offsetof(HitstopManager_GetHitstopTimeDilation, ReturnValue) == 0x000000, "Member 'HitstopManager_GetHitstopTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHitstopManager \ +static_assert(alignof(AHitstopManager) == 0x000008, "Wrong alignment on AHitstopManager"); \ +static_assert(sizeof(AHitstopManager) == 0x000248, "Wrong size on AHitstopManager"); \ +static_assert(offsetof(AHitstopManager, CurrentTimeDilation) == 0x000228, "Member 'AHitstopManager::CurrentTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AHitstopManager, CurrentContext) == 0x00022C, "Member 'AHitstopManager::CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(AHitstopManager, HitstopStartTime) == 0x00023C, "Member 'AHitstopManager::HitstopStartTime' has a wrong offset!"); \ +static_assert(offsetof(AHitstopManager, IsHitstopping) == 0x000240, "Member 'AHitstopManager::IsHitstopping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_AutosaveGame \ +static_assert(alignof(SaveGameManager_AutosaveGame) == 0x000008, "Wrong alignment on SaveGameManager_AutosaveGame"); \ +static_assert(sizeof(SaveGameManager_AutosaveGame) == 0x000010, "Wrong size on SaveGameManager_AutosaveGame"); \ +static_assert(offsetof(SaveGameManager_AutosaveGame, Requester) == 0x000000, "Member 'SaveGameManager_AutosaveGame::Requester' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_AutosaveGame, SaveContents) == 0x000008, "Member 'SaveGameManager_AutosaveGame::SaveContents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_IsActorRegistered \ +static_assert(alignof(SaveGameManager_IsActorRegistered) == 0x000008, "Wrong alignment on SaveGameManager_IsActorRegistered"); \ +static_assert(sizeof(SaveGameManager_IsActorRegistered) == 0x000010, "Wrong size on SaveGameManager_IsActorRegistered"); \ +static_assert(offsetof(SaveGameManager_IsActorRegistered, Actor) == 0x000000, "Member 'SaveGameManager_IsActorRegistered::Actor' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_IsActorRegistered, ReturnValue) == 0x000008, "Member 'SaveGameManager_IsActorRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_OnLevelRemovedFromWorld \ +static_assert(alignof(SaveGameManager_OnLevelRemovedFromWorld) == 0x000008, "Wrong alignment on SaveGameManager_OnLevelRemovedFromWorld"); \ +static_assert(sizeof(SaveGameManager_OnLevelRemovedFromWorld) == 0x000010, "Wrong size on SaveGameManager_OnLevelRemovedFromWorld"); \ +static_assert(offsetof(SaveGameManager_OnLevelRemovedFromWorld, Level) == 0x000000, "Member 'SaveGameManager_OnLevelRemovedFromWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_OnLevelRemovedFromWorld, World) == 0x000008, "Member 'SaveGameManager_OnLevelRemovedFromWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_OnPreLevelRemovedFromWorld \ +static_assert(alignof(SaveGameManager_OnPreLevelRemovedFromWorld) == 0x000008, "Wrong alignment on SaveGameManager_OnPreLevelRemovedFromWorld"); \ +static_assert(sizeof(SaveGameManager_OnPreLevelRemovedFromWorld) == 0x000010, "Wrong size on SaveGameManager_OnPreLevelRemovedFromWorld"); \ +static_assert(offsetof(SaveGameManager_OnPreLevelRemovedFromWorld, Level) == 0x000000, "Member 'SaveGameManager_OnPreLevelRemovedFromWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_OnPreLevelRemovedFromWorld, World) == 0x000008, "Member 'SaveGameManager_OnPreLevelRemovedFromWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_ReadLevelSaveData \ +static_assert(alignof(SaveGameManager_ReadLevelSaveData) == 0x000008, "Wrong alignment on SaveGameManager_ReadLevelSaveData"); \ +static_assert(sizeof(SaveGameManager_ReadLevelSaveData) == 0x000110, "Wrong size on SaveGameManager_ReadLevelSaveData"); \ +static_assert(offsetof(SaveGameManager_ReadLevelSaveData, Level) == 0x000000, "Member 'SaveGameManager_ReadLevelSaveData::Level' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_ReadLevelSaveData, SaveData) == 0x000008, "Member 'SaveGameManager_ReadLevelSaveData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_ReadLevelSaveData, LevelName) == 0x000108, "Member 'SaveGameManager_ReadLevelSaveData::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_RegisterActor \ +static_assert(alignof(SaveGameManager_RegisterActor) == 0x000008, "Wrong alignment on SaveGameManager_RegisterActor"); \ +static_assert(sizeof(SaveGameManager_RegisterActor) == 0x000008, "Wrong size on SaveGameManager_RegisterActor"); \ +static_assert(offsetof(SaveGameManager_RegisterActor, Actor) == 0x000000, "Member 'SaveGameManager_RegisterActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_SaveActorProperties \ +static_assert(alignof(SaveGameManager_SaveActorProperties) == 0x000008, "Wrong alignment on SaveGameManager_SaveActorProperties"); \ +static_assert(sizeof(SaveGameManager_SaveActorProperties) == 0x000008, "Wrong size on SaveGameManager_SaveActorProperties"); \ +static_assert(offsetof(SaveGameManager_SaveActorProperties, Actor) == 0x000000, "Member 'SaveGameManager_SaveActorProperties::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_UnregisterActor \ +static_assert(alignof(SaveGameManager_UnregisterActor) == 0x000008, "Wrong alignment on SaveGameManager_UnregisterActor"); \ +static_assert(sizeof(SaveGameManager_UnregisterActor) == 0x000008, "Wrong size on SaveGameManager_UnregisterActor"); \ +static_assert(offsetof(SaveGameManager_UnregisterActor, Actor) == 0x000000, "Member 'SaveGameManager_UnregisterActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_WriteLevelSaveData \ +static_assert(alignof(SaveGameManager_WriteLevelSaveData) == 0x000008, "Wrong alignment on SaveGameManager_WriteLevelSaveData"); \ +static_assert(sizeof(SaveGameManager_WriteLevelSaveData) == 0x000110, "Wrong size on SaveGameManager_WriteLevelSaveData"); \ +static_assert(offsetof(SaveGameManager_WriteLevelSaveData, Level) == 0x000000, "Member 'SaveGameManager_WriteLevelSaveData::Level' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_WriteLevelSaveData, SaveData) == 0x000008, "Member 'SaveGameManager_WriteLevelSaveData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(SaveGameManager_WriteLevelSaveData, LevelName) == 0x000108, "Member 'SaveGameManager_WriteLevelSaveData::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameManager_GetSaveGameVariables \ +static_assert(alignof(SaveGameManager_GetSaveGameVariables) == 0x000008, "Wrong alignment on SaveGameManager_GetSaveGameVariables"); \ +static_assert(sizeof(SaveGameManager_GetSaveGameVariables) == 0x000008, "Wrong size on SaveGameManager_GetSaveGameVariables"); \ +static_assert(offsetof(SaveGameManager_GetSaveGameVariables, ReturnValue) == 0x000000, "Member 'SaveGameManager_GetSaveGameVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASaveGameManager \ +static_assert(alignof(ASaveGameManager) == 0x000008, "Wrong alignment on ASaveGameManager"); \ +static_assert(sizeof(ASaveGameManager) == 0x000338, "Wrong size on ASaveGameManager"); \ +static_assert(offsetof(ASaveGameManager, SaveDataManager) == 0x000228, "Member 'ASaveGameManager::SaveDataManager' has a wrong offset!"); \ +static_assert(offsetof(ASaveGameManager, ComponentClassHasSaveGameProperties) == 0x000230, "Member 'ASaveGameManager::ComponentClassHasSaveGameProperties' has a wrong offset!"); \ +static_assert(offsetof(ASaveGameManager, RegisteredActorsByLevel) == 0x0002E8, "Member 'ASaveGameManager::RegisteredActorsByLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUDManagerComponent_RegisterHUDWidget \ +static_assert(alignof(HUDManagerComponent_RegisterHUDWidget) == 0x000008, "Wrong alignment on HUDManagerComponent_RegisterHUDWidget"); \ +static_assert(sizeof(HUDManagerComponent_RegisterHUDWidget) == 0x000008, "Wrong size on HUDManagerComponent_RegisterHUDWidget"); \ +static_assert(offsetof(HUDManagerComponent_RegisterHUDWidget, Widget) == 0x000000, "Member 'HUDManagerComponent_RegisterHUDWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUDManagerComponent_SetHUDVisible \ +static_assert(alignof(HUDManagerComponent_SetHUDVisible) == 0x000001, "Wrong alignment on HUDManagerComponent_SetHUDVisible"); \ +static_assert(sizeof(HUDManagerComponent_SetHUDVisible) == 0x000001, "Wrong size on HUDManagerComponent_SetHUDVisible"); \ +static_assert(offsetof(HUDManagerComponent_SetHUDVisible, Visible) == 0x000000, "Member 'HUDManagerComponent_SetHUDVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUDManagerComponent_UnregisterHUDWidget \ +static_assert(alignof(HUDManagerComponent_UnregisterHUDWidget) == 0x000008, "Wrong alignment on HUDManagerComponent_UnregisterHUDWidget"); \ +static_assert(sizeof(HUDManagerComponent_UnregisterHUDWidget) == 0x000008, "Wrong size on HUDManagerComponent_UnregisterHUDWidget"); \ +static_assert(offsetof(HUDManagerComponent_UnregisterHUDWidget, Widget) == 0x000000, "Member 'HUDManagerComponent_UnregisterHUDWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUDManagerComponent_GetHUDVisible \ +static_assert(alignof(HUDManagerComponent_GetHUDVisible) == 0x000001, "Wrong alignment on HUDManagerComponent_GetHUDVisible"); \ +static_assert(sizeof(HUDManagerComponent_GetHUDVisible) == 0x000001, "Wrong size on HUDManagerComponent_GetHUDVisible"); \ +static_assert(offsetof(HUDManagerComponent_GetHUDVisible, ReturnValue) == 0x000000, "Member 'HUDManagerComponent_GetHUDVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHUDManagerComponent \ +static_assert(alignof(UHUDManagerComponent) == 0x000008, "Wrong alignment on UHUDManagerComponent"); \ +static_assert(sizeof(UHUDManagerComponent) == 0x0000D8, "Wrong size on UHUDManagerComponent"); \ +static_assert(offsetof(UHUDManagerComponent, OnHUDVisibilityChanged) == 0x0000B0, "Member 'UHUDManagerComponent::OnHUDVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UHUDManagerComponent, HUDWidgets) == 0x0000C0, "Member 'UHUDManagerComponent::HUDWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUDWidget_RegisterWidgetForAutoHide \ +static_assert(alignof(HUDWidget_RegisterWidgetForAutoHide) == 0x000008, "Wrong alignment on HUDWidget_RegisterWidgetForAutoHide"); \ +static_assert(sizeof(HUDWidget_RegisterWidgetForAutoHide) == 0x000010, "Wrong size on HUDWidget_RegisterWidgetForAutoHide"); \ +static_assert(offsetof(HUDWidget_RegisterWidgetForAutoHide, AutoHideWidget) == 0x000000, "Member 'HUDWidget_RegisterWidgetForAutoHide::AutoHideWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUDWidget_TryRegisterWidgetForAutoHide \ +static_assert(alignof(HUDWidget_TryRegisterWidgetForAutoHide) == 0x000008, "Wrong alignment on HUDWidget_TryRegisterWidgetForAutoHide"); \ +static_assert(sizeof(HUDWidget_TryRegisterWidgetForAutoHide) == 0x000010, "Wrong size on HUDWidget_TryRegisterWidgetForAutoHide"); \ +static_assert(offsetof(HUDWidget_TryRegisterWidgetForAutoHide, Widget) == 0x000000, "Member 'HUDWidget_TryRegisterWidgetForAutoHide::Widget' has a wrong offset!"); \ +static_assert(offsetof(HUDWidget_TryRegisterWidgetForAutoHide, ReturnValue) == 0x000008, "Member 'HUDWidget_TryRegisterWidgetForAutoHide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHUDWidget \ +static_assert(alignof(UHUDWidget) == 0x000008, "Wrong alignment on UHUDWidget"); \ +static_assert(sizeof(UHUDWidget) == 0x000298, "Wrong size on UHUDWidget"); \ +static_assert(offsetof(UHUDWidget, AutoHideFadeDelay) == 0x000260, "Member 'UHUDWidget::AutoHideFadeDelay' has a wrong offset!"); \ +static_assert(offsetof(UHUDWidget, AutoHideFadeInDuration) == 0x000264, "Member 'UHUDWidget::AutoHideFadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UHUDWidget, AutoHideFadeOutDuration) == 0x000268, "Member 'UHUDWidget::AutoHideFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(UHUDWidget, AutoHideUpdateInterval) == 0x00026C, "Member 'UHUDWidget::AutoHideUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UHUDWidget, InnerPanel) == 0x000270, "Member 'UHUDWidget::InnerPanel' has a wrong offset!"); \ +static_assert(offsetof(UHUDWidget, AutoHideWidgets) == 0x000278, "Member 'UHUDWidget::AutoHideWidgets' has a wrong offset!"); \ +static_assert(offsetof(UHUDWidget, HUDVisibility) == 0x000290, "Member 'UHUDWidget::HUDVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGroup_GetGroupActors \ +static_assert(alignof(SaveGroup_GetGroupActors) == 0x000008, "Wrong alignment on SaveGroup_GetGroupActors"); \ +static_assert(sizeof(SaveGroup_GetGroupActors) == 0x000010, "Wrong size on SaveGroup_GetGroupActors"); \ +static_assert(offsetof(SaveGroup_GetGroupActors, OutActors) == 0x000000, "Member 'SaveGroup_GetGroupActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGroup_TriggerSave \ +static_assert(alignof(SaveGroup_TriggerSave) == 0x000008, "Wrong alignment on SaveGroup_TriggerSave"); \ +static_assert(sizeof(SaveGroup_TriggerSave) == 0x000008, "Wrong size on SaveGroup_TriggerSave"); \ +static_assert(offsetof(SaveGroup_TriggerSave, TriggerParams) == 0x000000, "Member 'SaveGroup_TriggerSave::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASaveGroup \ +static_assert(alignof(ASaveGroup) == 0x000008, "Wrong alignment on ASaveGroup"); \ +static_assert(sizeof(ASaveGroup) == 0x000250, "Wrong size on ASaveGroup"); \ +static_assert(offsetof(ASaveGroup, SaveGroupComponent) == 0x000228, "Member 'ASaveGroup::SaveGroupComponent' has a wrong offset!"); \ +static_assert(offsetof(ASaveGroup, IncludeAttachedActors) == 0x000230, "Member 'ASaveGroup::IncludeAttachedActors' has a wrong offset!"); \ +static_assert(offsetof(ASaveGroup, SpecifiedGroupActors) == 0x000238, "Member 'ASaveGroup::SpecifiedGroupActors' has a wrong offset!"); \ +static_assert(offsetof(ASaveGroup, CheckpointToActivate) == 0x000248, "Member 'ASaveGroup::CheckpointToActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorAffiliation_TestAffiliation \ +static_assert(alignof(ActorAffiliation_TestAffiliation) == 0x000004, "Wrong alignment on ActorAffiliation_TestAffiliation"); \ +static_assert(sizeof(ActorAffiliation_TestAffiliation) == 0x00000C, "Wrong size on ActorAffiliation_TestAffiliation"); \ +static_assert(offsetof(ActorAffiliation_TestAffiliation, InAffiliations) == 0x000000, "Member 'ActorAffiliation_TestAffiliation::InAffiliations' has a wrong offset!"); \ +static_assert(offsetof(ActorAffiliation_TestAffiliation, ReturnValue) == 0x000008, "Member 'ActorAffiliation_TestAffiliation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IActorAffiliation \ +static_assert(alignof(IActorAffiliation) == 0x000001, "Wrong alignment on IActorAffiliation"); \ +static_assert(sizeof(IActorAffiliation) == 0x000001, "Wrong size on IActorAffiliation"); \ + +#define DUMPER7_ASSERTS_BalancedCharacter_GetBalanceConfig \ +static_assert(alignof(BalancedCharacter_GetBalanceConfig) == 0x000008, "Wrong alignment on BalancedCharacter_GetBalanceConfig"); \ +static_assert(sizeof(BalancedCharacter_GetBalanceConfig) == 0x000008, "Wrong size on BalancedCharacter_GetBalanceConfig"); \ +static_assert(offsetof(BalancedCharacter_GetBalanceConfig, ReturnValue) == 0x000000, "Member 'BalancedCharacter_GetBalanceConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBalancedCharacter \ +static_assert(alignof(IBalancedCharacter) == 0x000001, "Wrong alignment on IBalancedCharacter"); \ +static_assert(sizeof(IBalancedCharacter) == 0x000001, "Wrong size on IBalancedCharacter"); \ + +#define DUMPER7_ASSERTS_USetMovementModeNotifyState \ +static_assert(alignof(USetMovementModeNotifyState) == 0x000008, "Wrong alignment on USetMovementModeNotifyState"); \ +static_assert(sizeof(USetMovementModeNotifyState) == 0x000088, "Wrong size on USetMovementModeNotifyState"); \ +static_assert(offsetof(USetMovementModeNotifyState, MovementMode) == 0x000030, "Member 'USetMovementModeNotifyState::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(USetMovementModeNotifyState, OverrideMovementModeOnEnd) == 0x000031, "Member 'USetMovementModeNotifyState::OverrideMovementModeOnEnd' has a wrong offset!"); \ +static_assert(offsetof(USetMovementModeNotifyState, EndMovementMode) == 0x000032, "Member 'USetMovementModeNotifyState::EndMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BombDamageable_TakeBombDamage \ +static_assert(alignof(BombDamageable_TakeBombDamage) == 0x000001, "Wrong alignment on BombDamageable_TakeBombDamage"); \ +static_assert(sizeof(BombDamageable_TakeBombDamage) == 0x000001, "Wrong size on BombDamageable_TakeBombDamage"); \ +static_assert(offsetof(BombDamageable_TakeBombDamage, ReturnValue) == 0x000000, "Member 'BombDamageable_TakeBombDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBombDamageable \ +static_assert(alignof(IBombDamageable) == 0x000001, "Wrong alignment on IBombDamageable"); \ +static_assert(sizeof(IBombDamageable) == 0x000001, "Wrong size on IBombDamageable"); \ + +#define DUMPER7_ASSERTS_CameraTrackable_GetFocalPoint \ +static_assert(alignof(CameraTrackable_GetFocalPoint) == 0x000004, "Wrong alignment on CameraTrackable_GetFocalPoint"); \ +static_assert(sizeof(CameraTrackable_GetFocalPoint) == 0x00000C, "Wrong size on CameraTrackable_GetFocalPoint"); \ +static_assert(offsetof(CameraTrackable_GetFocalPoint, ReturnValue) == 0x000000, "Member 'CameraTrackable_GetFocalPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICameraTrackable \ +static_assert(alignof(ICameraTrackable) == 0x000001, "Wrong alignment on ICameraTrackable"); \ +static_assert(sizeof(ICameraTrackable) == 0x000001, "Wrong size on ICameraTrackable"); \ + +#define DUMPER7_ASSERTS_RotPOIBaseComponent_AssignRot \ +static_assert(alignof(RotPOIBaseComponent_AssignRot) == 0x000008, "Wrong alignment on RotPOIBaseComponent_AssignRot"); \ +static_assert(sizeof(RotPOIBaseComponent_AssignRot) == 0x000010, "Wrong size on RotPOIBaseComponent_AssignRot"); \ +static_assert(offsetof(RotPOIBaseComponent_AssignRot, Rot) == 0x000000, "Member 'RotPOIBaseComponent_AssignRot::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotPOIBaseComponent_AssignRot, ReturnValue) == 0x000008, "Member 'RotPOIBaseComponent_AssignRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPOIBaseComponent_UnassignRot \ +static_assert(alignof(RotPOIBaseComponent_UnassignRot) == 0x000001, "Wrong alignment on RotPOIBaseComponent_UnassignRot"); \ +static_assert(sizeof(RotPOIBaseComponent_UnassignRot) == 0x000001, "Wrong size on RotPOIBaseComponent_UnassignRot"); \ +static_assert(offsetof(RotPOIBaseComponent_UnassignRot, ReturnValue) == 0x000000, "Member 'RotPOIBaseComponent_UnassignRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPOIBaseComponent_GetAssignedRot \ +static_assert(alignof(RotPOIBaseComponent_GetAssignedRot) == 0x000008, "Wrong alignment on RotPOIBaseComponent_GetAssignedRot"); \ +static_assert(sizeof(RotPOIBaseComponent_GetAssignedRot) == 0x000008, "Wrong size on RotPOIBaseComponent_GetAssignedRot"); \ +static_assert(offsetof(RotPOIBaseComponent_GetAssignedRot, ReturnValue) == 0x000000, "Member 'RotPOIBaseComponent_GetAssignedRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPOIBaseComponent_HasAssignedRot \ +static_assert(alignof(RotPOIBaseComponent_HasAssignedRot) == 0x000001, "Wrong alignment on RotPOIBaseComponent_HasAssignedRot"); \ +static_assert(sizeof(RotPOIBaseComponent_HasAssignedRot) == 0x000001, "Wrong size on RotPOIBaseComponent_HasAssignedRot"); \ +static_assert(offsetof(RotPOIBaseComponent_HasAssignedRot, ReturnValue) == 0x000000, "Member 'RotPOIBaseComponent_HasAssignedRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotPOIBaseComponent \ +static_assert(alignof(URotPOIBaseComponent) == 0x000010, "Wrong alignment on URotPOIBaseComponent"); \ +static_assert(sizeof(URotPOIBaseComponent) == 0x000240, "Wrong size on URotPOIBaseComponent"); \ +static_assert(offsetof(URotPOIBaseComponent, MinMaxPoofDelay) == 0x0001F8, "Member 'URotPOIBaseComponent::MinMaxPoofDelay' has a wrong offset!"); \ +static_assert(offsetof(URotPOIBaseComponent, Priority) == 0x000200, "Member 'URotPOIBaseComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(URotPOIBaseComponent, UseSkeletalMeshBounds) == 0x000204, "Member 'URotPOIBaseComponent::UseSkeletalMeshBounds' has a wrong offset!"); \ +static_assert(offsetof(URotPOIBaseComponent, RotClass) == 0x000208, "Member 'URotPOIBaseComponent::RotClass' has a wrong offset!"); \ +static_assert(offsetof(URotPOIBaseComponent, MontagePreviewTime) == 0x000210, "Member 'URotPOIBaseComponent::MontagePreviewTime' has a wrong offset!"); \ +static_assert(offsetof(URotPOIBaseComponent, AssignedRot) == 0x000218, "Member 'URotPOIBaseComponent::AssignedRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryPOIComponent_GetDistanceFromCarryable \ +static_assert(alignof(RotCarryPOIComponent_GetDistanceFromCarryable) == 0x000004, "Wrong alignment on RotCarryPOIComponent_GetDistanceFromCarryable"); \ +static_assert(sizeof(RotCarryPOIComponent_GetDistanceFromCarryable) == 0x000004, "Wrong size on RotCarryPOIComponent_GetDistanceFromCarryable"); \ +static_assert(offsetof(RotCarryPOIComponent_GetDistanceFromCarryable, ReturnValue) == 0x000000, "Member 'RotCarryPOIComponent_GetDistanceFromCarryable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCarryPOIComponent \ +static_assert(alignof(URotCarryPOIComponent) == 0x000010, "Wrong alignment on URotCarryPOIComponent"); \ +static_assert(sizeof(URotCarryPOIComponent) == 0x000290, "Wrong size on URotCarryPOIComponent"); \ +static_assert(offsetof(URotCarryPOIComponent, MontageToPlay) == 0x000240, "Member 'URotCarryPOIComponent::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(URotCarryPOIComponent, DebugEnabled) == 0x00024C, "Member 'URotCarryPOIComponent::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CourageHandler_AddCourageRaw \ +static_assert(alignof(CourageHandler_AddCourageRaw) == 0x000008, "Wrong alignment on CourageHandler_AddCourageRaw"); \ +static_assert(sizeof(CourageHandler_AddCourageRaw) == 0x000018, "Wrong size on CourageHandler_AddCourageRaw"); \ +static_assert(offsetof(CourageHandler_AddCourageRaw, AddedCourage) == 0x000000, "Member 'CourageHandler_AddCourageRaw::AddedCourage' has a wrong offset!"); \ +static_assert(offsetof(CourageHandler_AddCourageRaw, Instigator) == 0x000008, "Member 'CourageHandler_AddCourageRaw::Instigator' has a wrong offset!"); \ +static_assert(offsetof(CourageHandler_AddCourageRaw, Causer) == 0x000010, "Member 'CourageHandler_AddCourageRaw::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICourageHandler \ +static_assert(alignof(ICourageHandler) == 0x000001, "Wrong alignment on ICourageHandler"); \ +static_assert(sizeof(ICourageHandler) == 0x000001, "Wrong size on ICourageHandler"); \ + +#define DUMPER7_ASSERTS_Damageable_HandleDamage \ +static_assert(alignof(Damageable_HandleDamage) == 0x000008, "Wrong alignment on Damageable_HandleDamage"); \ +static_assert(sizeof(Damageable_HandleDamage) == 0x000118, "Wrong size on Damageable_HandleDamage"); \ +static_assert(offsetof(Damageable_HandleDamage, DamageEvent) == 0x000000, "Member 'Damageable_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Damageable_HandleDamage, ReturnValue) == 0x000110, "Member 'Damageable_HandleDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Damageable_IgnoreDamagePrevention \ +static_assert(alignof(Damageable_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on Damageable_IgnoreDamagePrevention"); \ +static_assert(sizeof(Damageable_IgnoreDamagePrevention) == 0x000001, "Wrong size on Damageable_IgnoreDamagePrevention"); \ +static_assert(offsetof(Damageable_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'Damageable_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Damageable_IsDamageHierarchical \ +static_assert(alignof(Damageable_IsDamageHierarchical) == 0x000001, "Wrong alignment on Damageable_IsDamageHierarchical"); \ +static_assert(sizeof(Damageable_IsDamageHierarchical) == 0x000001, "Wrong size on Damageable_IsDamageHierarchical"); \ +static_assert(offsetof(Damageable_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'Damageable_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDamageable \ +static_assert(alignof(IDamageable) == 0x000001, "Wrong alignment on IDamageable"); \ +static_assert(sizeof(IDamageable) == 0x000001, "Wrong size on IDamageable"); \ + +#define DUMPER7_ASSERTS_URotCloudAttemptBindNotify \ +static_assert(alignof(URotCloudAttemptBindNotify) == 0x000008, "Wrong alignment on URotCloudAttemptBindNotify"); \ +static_assert(sizeof(URotCloudAttemptBindNotify) == 0x000038, "Wrong size on URotCloudAttemptBindNotify"); \ + +#define DUMPER7_ASSERTS_IDialogueCharacter \ +static_assert(alignof(IDialogueCharacter) == 0x000001, "Wrong alignment on IDialogueCharacter"); \ +static_assert(sizeof(IDialogueCharacter) == 0x000001, "Wrong size on IDialogueCharacter"); \ + +#define DUMPER7_ASSERTS_EncounterHandler_HandleNamedEvent \ +static_assert(alignof(EncounterHandler_HandleNamedEvent) == 0x000004, "Wrong alignment on EncounterHandler_HandleNamedEvent"); \ +static_assert(sizeof(EncounterHandler_HandleNamedEvent) == 0x000008, "Wrong size on EncounterHandler_HandleNamedEvent"); \ +static_assert(offsetof(EncounterHandler_HandleNamedEvent, EventName) == 0x000000, "Member 'EncounterHandler_HandleNamedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EncounterHandler_SetEncounterBoss \ +static_assert(alignof(EncounterHandler_SetEncounterBoss) == 0x000008, "Wrong alignment on EncounterHandler_SetEncounterBoss"); \ +static_assert(sizeof(EncounterHandler_SetEncounterBoss) == 0x000008, "Wrong size on EncounterHandler_SetEncounterBoss"); \ +static_assert(offsetof(EncounterHandler_SetEncounterBoss, Boss) == 0x000000, "Member 'EncounterHandler_SetEncounterBoss::Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEncounterHandler \ +static_assert(alignof(IEncounterHandler) == 0x000001, "Wrong alignment on IEncounterHandler"); \ +static_assert(sizeof(IEncounterHandler) == 0x000001, "Wrong size on IEncounterHandler"); \ + +#define DUMPER7_ASSERTS_ARotCloudController \ +static_assert(alignof(ARotCloudController) == 0x000008, "Wrong alignment on ARotCloudController"); \ +static_assert(sizeof(ARotCloudController) == 0x000330, "Wrong size on ARotCloudController"); \ + +#define DUMPER7_ASSERTS_UIgnoreStaggerState \ +static_assert(alignof(UIgnoreStaggerState) == 0x000008, "Wrong alignment on UIgnoreStaggerState"); \ +static_assert(sizeof(UIgnoreStaggerState) == 0x000038, "Wrong size on UIgnoreStaggerState"); \ +static_assert(offsetof(UIgnoreStaggerState, IgnoreTwitch) == 0x000030, "Member 'UIgnoreStaggerState::IgnoreTwitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HFSMView_CanEnterState \ +static_assert(alignof(HFSMView_CanEnterState) == 0x000008, "Wrong alignment on HFSMView_CanEnterState"); \ +static_assert(sizeof(HFSMView_CanEnterState) == 0x000010, "Wrong size on HFSMView_CanEnterState"); \ +static_assert(offsetof(HFSMView_CanEnterState, NextState) == 0x000000, "Member 'HFSMView_CanEnterState::NextState' has a wrong offset!"); \ +static_assert(offsetof(HFSMView_CanEnterState, ReturnValue) == 0x000008, "Member 'HFSMView_CanEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HFSMView_GetCompletionState \ +static_assert(alignof(HFSMView_GetCompletionState) == 0x000008, "Wrong alignment on HFSMView_GetCompletionState"); \ +static_assert(sizeof(HFSMView_GetCompletionState) == 0x000008, "Wrong size on HFSMView_GetCompletionState"); \ +static_assert(offsetof(HFSMView_GetCompletionState, ReturnValue) == 0x000000, "Member 'HFSMView_GetCompletionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HFSMView_GetCurrentState \ +static_assert(alignof(HFSMView_GetCurrentState) == 0x000008, "Wrong alignment on HFSMView_GetCurrentState"); \ +static_assert(sizeof(HFSMView_GetCurrentState) == 0x000008, "Wrong size on HFSMView_GetCurrentState"); \ +static_assert(offsetof(HFSMView_GetCurrentState, ReturnValue) == 0x000000, "Member 'HFSMView_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HFSMView_GetIsInhibited \ +static_assert(alignof(HFSMView_GetIsInhibited) == 0x000001, "Wrong alignment on HFSMView_GetIsInhibited"); \ +static_assert(sizeof(HFSMView_GetIsInhibited) == 0x000002, "Wrong size on HFSMView_GetIsInhibited"); \ +static_assert(offsetof(HFSMView_GetIsInhibited, IsCinematic) == 0x000000, "Member 'HFSMView_GetIsInhibited::IsCinematic' has a wrong offset!"); \ +static_assert(offsetof(HFSMView_GetIsInhibited, ReturnValue) == 0x000001, "Member 'HFSMView_GetIsInhibited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHFSMView \ +static_assert(alignof(IHFSMView) == 0x000001, "Wrong alignment on IHFSMView"); \ +static_assert(sizeof(IHFSMView) == 0x000001, "Wrong size on IHFSMView"); \ + +#define DUMPER7_ASSERTS_ARotController \ +static_assert(alignof(ARotController) == 0x000008, "Wrong alignment on ARotController"); \ +static_assert(sizeof(ARotController) == 0x000388, "Wrong size on ARotController"); \ +static_assert(offsetof(ARotController, RequesterComponent) == 0x000380, "Member 'ARotController::RequesterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHitstopDataProvider \ +static_assert(alignof(IHitstopDataProvider) == 0x000001, "Wrong alignment on IHitstopDataProvider"); \ +static_assert(sizeof(IHitstopDataProvider) == 0x000001, "Wrong size on IHitstopDataProvider"); \ + +#define DUMPER7_ASSERTS_UIKNotifyState \ +static_assert(alignof(UIKNotifyState) == 0x000008, "Wrong alignment on UIKNotifyState"); \ +static_assert(sizeof(UIKNotifyState) == 0x000038, "Wrong size on UIKNotifyState"); \ +static_assert(offsetof(UIKNotifyState, LeftFootWeight) == 0x000030, "Member 'UIKNotifyState::LeftFootWeight' has a wrong offset!"); \ +static_assert(offsetof(UIKNotifyState, RightFootWeight) == 0x000034, "Member 'UIKNotifyState::RightFootWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereTrailComponent_TeleportTrail \ +static_assert(alignof(SphereTrailComponent_TeleportTrail) == 0x000004, "Wrong alignment on SphereTrailComponent_TeleportTrail"); \ +static_assert(sizeof(SphereTrailComponent_TeleportTrail) == 0x00000C, "Wrong size on SphereTrailComponent_TeleportTrail"); \ +static_assert(offsetof(SphereTrailComponent_TeleportTrail, Location) == 0x000000, "Member 'SphereTrailComponent_TeleportTrail::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereTrailComponent_IsInsideTrail \ +static_assert(alignof(SphereTrailComponent_IsInsideTrail) == 0x000004, "Wrong alignment on SphereTrailComponent_IsInsideTrail"); \ +static_assert(sizeof(SphereTrailComponent_IsInsideTrail) == 0x000010, "Wrong size on SphereTrailComponent_IsInsideTrail"); \ +static_assert(offsetof(SphereTrailComponent_IsInsideTrail, Point) == 0x000000, "Member 'SphereTrailComponent_IsInsideTrail::Point' has a wrong offset!"); \ +static_assert(offsetof(SphereTrailComponent_IsInsideTrail, ReturnValue) == 0x00000C, "Member 'SphereTrailComponent_IsInsideTrail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereTrailComponent \ +static_assert(alignof(USphereTrailComponent) == 0x000008, "Wrong alignment on USphereTrailComponent"); \ +static_assert(sizeof(USphereTrailComponent) == 0x0000E8, "Wrong size on USphereTrailComponent"); \ +static_assert(offsetof(USphereTrailComponent, SphereRadius) == 0x0000B0, "Member 'USphereTrailComponent::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereTrailComponent, MaxSpheres) == 0x0000B4, "Member 'USphereTrailComponent::MaxSpheres' has a wrong offset!"); \ +static_assert(offsetof(USphereTrailComponent, SphereDuration) == 0x0000B8, "Member 'USphereTrailComponent::SphereDuration' has a wrong offset!"); \ +static_assert(offsetof(USphereTrailComponent, DistancePerSphere) == 0x0000BC, "Member 'USphereTrailComponent::DistancePerSphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnable_CanBeHardLockedOnTo \ +static_assert(alignof(LockOnable_CanBeHardLockedOnTo) == 0x000008, "Wrong alignment on LockOnable_CanBeHardLockedOnTo"); \ +static_assert(sizeof(LockOnable_CanBeHardLockedOnTo) == 0x000010, "Wrong size on LockOnable_CanBeHardLockedOnTo"); \ +static_assert(offsetof(LockOnable_CanBeHardLockedOnTo, Targeter) == 0x000000, "Member 'LockOnable_CanBeHardLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(LockOnable_CanBeHardLockedOnTo, ReturnValue) == 0x000008, "Member 'LockOnable_CanBeHardLockedOnTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockOnable_CanBeSoftLockedOnTo \ +static_assert(alignof(LockOnable_CanBeSoftLockedOnTo) == 0x000008, "Wrong alignment on LockOnable_CanBeSoftLockedOnTo"); \ +static_assert(sizeof(LockOnable_CanBeSoftLockedOnTo) == 0x000010, "Wrong size on LockOnable_CanBeSoftLockedOnTo"); \ +static_assert(offsetof(LockOnable_CanBeSoftLockedOnTo, Targeter) == 0x000000, "Member 'LockOnable_CanBeSoftLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(LockOnable_CanBeSoftLockedOnTo, ReturnValue) == 0x000008, "Member 'LockOnable_CanBeSoftLockedOnTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILockOnable \ +static_assert(alignof(ILockOnable) == 0x000001, "Wrong alignment on ILockOnable"); \ +static_assert(sizeof(ILockOnable) == 0x000001, "Wrong size on ILockOnable"); \ + +#define DUMPER7_ASSERTS_Magnetic_HandleMagneticForce \ +static_assert(alignof(Magnetic_HandleMagneticForce) == 0x000004, "Wrong alignment on Magnetic_HandleMagneticForce"); \ +static_assert(sizeof(Magnetic_HandleMagneticForce) == 0x000010, "Wrong size on Magnetic_HandleMagneticForce"); \ +static_assert(offsetof(Magnetic_HandleMagneticForce, MagneticForce) == 0x000000, "Member 'Magnetic_HandleMagneticForce::MagneticForce' has a wrong offset!"); \ +static_assert(offsetof(Magnetic_HandleMagneticForce, MagnetismApplied) == 0x00000C, "Member 'Magnetic_HandleMagneticForce::MagnetismApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Magnetic_AllowMagnetism \ +static_assert(alignof(Magnetic_AllowMagnetism) == 0x000001, "Wrong alignment on Magnetic_AllowMagnetism"); \ +static_assert(sizeof(Magnetic_AllowMagnetism) == 0x000001, "Wrong size on Magnetic_AllowMagnetism"); \ +static_assert(offsetof(Magnetic_AllowMagnetism, ReturnValue) == 0x000000, "Member 'Magnetic_AllowMagnetism::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Magnetic_GetAttractionLocation \ +static_assert(alignof(Magnetic_GetAttractionLocation) == 0x000004, "Wrong alignment on Magnetic_GetAttractionLocation"); \ +static_assert(sizeof(Magnetic_GetAttractionLocation) == 0x00000C, "Wrong size on Magnetic_GetAttractionLocation"); \ +static_assert(offsetof(Magnetic_GetAttractionLocation, ReturnValue) == 0x000000, "Member 'Magnetic_GetAttractionLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMagnetic \ +static_assert(alignof(IMagnetic) == 0x000001, "Wrong alignment on IMagnetic"); \ +static_assert(sizeof(IMagnetic) == 0x000001, "Wrong size on IMagnetic"); \ + +#define DUMPER7_ASSERTS_USplineMoverTriggerHandler \ +static_assert(alignof(USplineMoverTriggerHandler) == 0x000008, "Wrong alignment on USplineMoverTriggerHandler"); \ +static_assert(sizeof(USplineMoverTriggerHandler) == 0x000190, "Wrong size on USplineMoverTriggerHandler"); \ +static_assert(offsetof(USplineMoverTriggerHandler, SplineMover) == 0x000028, "Member 'USplineMoverTriggerHandler::SplineMover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MessageListener_HandleMessage \ +static_assert(alignof(MessageListener_HandleMessage) == 0x000008, "Wrong alignment on MessageListener_HandleMessage"); \ +static_assert(sizeof(MessageListener_HandleMessage) == 0x000010, "Wrong size on MessageListener_HandleMessage"); \ +static_assert(offsetof(MessageListener_HandleMessage, MessageName) == 0x000000, "Member 'MessageListener_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(MessageListener_HandleMessage, Params_0) == 0x000008, "Member 'MessageListener_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMessageListener \ +static_assert(alignof(IMessageListener) == 0x000001, "Wrong alignment on IMessageListener"); \ +static_assert(sizeof(IMessageListener) == 0x000001, "Wrong size on IMessageListener"); \ + +#define DUMPER7_ASSERTS_NavWidget_ShouldBePaused \ +static_assert(alignof(NavWidget_ShouldBePaused) == 0x000001, "Wrong alignment on NavWidget_ShouldBePaused"); \ +static_assert(sizeof(NavWidget_ShouldBePaused) == 0x000001, "Wrong size on NavWidget_ShouldBePaused"); \ +static_assert(offsetof(NavWidget_ShouldBePaused, ReturnValue) == 0x000000, "Member 'NavWidget_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavWidget_WantsBlackBorders \ +static_assert(alignof(NavWidget_WantsBlackBorders) == 0x000001, "Wrong alignment on NavWidget_WantsBlackBorders"); \ +static_assert(sizeof(NavWidget_WantsBlackBorders) == 0x000001, "Wrong size on NavWidget_WantsBlackBorders"); \ +static_assert(offsetof(NavWidget_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'NavWidget_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavWidget \ +static_assert(alignof(INavWidget) == 0x000001, "Wrong alignment on INavWidget"); \ +static_assert(sizeof(INavWidget) == 0x000001, "Wrong size on INavWidget"); \ + +#define DUMPER7_ASSERTS_StaggerEventHandler_HandleStaggerEvent \ +static_assert(alignof(StaggerEventHandler_HandleStaggerEvent) == 0x000008, "Wrong alignment on StaggerEventHandler_HandleStaggerEvent"); \ +static_assert(sizeof(StaggerEventHandler_HandleStaggerEvent) == 0x000118, "Wrong size on StaggerEventHandler_HandleStaggerEvent"); \ +static_assert(offsetof(StaggerEventHandler_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'StaggerEventHandler_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(StaggerEventHandler_HandleStaggerEvent, Strength) == 0x000110, "Member 'StaggerEventHandler_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(StaggerEventHandler_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'StaggerEventHandler_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IStaggerEventHandler \ +static_assert(alignof(IStaggerEventHandler) == 0x000001, "Wrong alignment on IStaggerEventHandler"); \ +static_assert(sizeof(IStaggerEventHandler) == 0x000001, "Wrong size on IStaggerEventHandler"); \ + +#define DUMPER7_ASSERTS_UInputActionIcon \ +static_assert(alignof(UInputActionIcon) == 0x000008, "Wrong alignment on UInputActionIcon"); \ +static_assert(sizeof(UInputActionIcon) == 0x000268, "Wrong size on UInputActionIcon"); \ +static_assert(offsetof(UInputActionIcon, Height) == 0x000108, "Member 'UInputActionIcon::Height' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, TextColor) == 0x000110, "Member 'UInputActionIcon::TextColor' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, UnmappedTextColor) == 0x000138, "Member 'UInputActionIcon::UnmappedTextColor' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, UnmappedText) == 0x000160, "Member 'UInputActionIcon::UnmappedText' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, ImagePadding) == 0x000178, "Member 'UInputActionIcon::ImagePadding' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, TextBoxPadding) == 0x000188, "Member 'UInputActionIcon::TextBoxPadding' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, TextPadding) == 0x000198, "Member 'UInputActionIcon::TextPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputAxisEventHandler_HandleInputAxisEvent \ +static_assert(alignof(InputAxisEventHandler_HandleInputAxisEvent) == 0x000004, "Wrong alignment on InputAxisEventHandler_HandleInputAxisEvent"); \ +static_assert(sizeof(InputAxisEventHandler_HandleInputAxisEvent) == 0x000010, "Wrong size on InputAxisEventHandler_HandleInputAxisEvent"); \ +static_assert(offsetof(InputAxisEventHandler_HandleInputAxisEvent, InputID) == 0x000000, "Member 'InputAxisEventHandler_HandleInputAxisEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(InputAxisEventHandler_HandleInputAxisEvent, Value) == 0x000004, "Member 'InputAxisEventHandler_HandleInputAxisEvent::Value' has a wrong offset!"); \ +static_assert(offsetof(InputAxisEventHandler_HandleInputAxisEvent, DeltaTime) == 0x000008, "Member 'InputAxisEventHandler_HandleInputAxisEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputAxisEventHandler_HandleInputAxisEvent, ReturnValue) == 0x00000C, "Member 'InputAxisEventHandler_HandleInputAxisEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInputAxisEventHandler \ +static_assert(alignof(IInputAxisEventHandler) == 0x000001, "Wrong alignment on IInputAxisEventHandler"); \ +static_assert(sizeof(IInputAxisEventHandler) == 0x000001, "Wrong size on IInputAxisEventHandler"); \ + +#define DUMPER7_ASSERTS_UState_Fall \ +static_assert(alignof(UState_Fall) == 0x000008, "Wrong alignment on UState_Fall"); \ +static_assert(sizeof(UState_Fall) == 0x000120, "Wrong size on UState_Fall"); \ + +#define DUMPER7_ASSERTS_UInputFilterNotify \ +static_assert(alignof(UInputFilterNotify) == 0x000008, "Wrong alignment on UInputFilterNotify"); \ +static_assert(sizeof(UInputFilterNotify) == 0x000068, "Wrong size on UInputFilterNotify"); \ +static_assert(offsetof(UInputFilterNotify, Name_0) == 0x000038, "Member 'UInputFilterNotify::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UInputFilterNotify, FilterDelta) == 0x000048, "Member 'UInputFilterNotify::FilterDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectAbility_DriveRotation \ +static_assert(alignof(InspectAbility_DriveRotation) == 0x000004, "Wrong alignment on InspectAbility_DriveRotation"); \ +static_assert(sizeof(InspectAbility_DriveRotation) == 0x00000C, "Wrong size on InspectAbility_DriveRotation"); \ +static_assert(offsetof(InspectAbility_DriveRotation, Input) == 0x000000, "Member 'InspectAbility_DriveRotation::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectAbility_HandleActorObserved \ +static_assert(alignof(InspectAbility_HandleActorObserved) == 0x000008, "Wrong alignment on InspectAbility_HandleActorObserved"); \ +static_assert(sizeof(InspectAbility_HandleActorObserved) == 0x000008, "Wrong size on InspectAbility_HandleActorObserved"); \ +static_assert(offsetof(InspectAbility_HandleActorObserved, ObservedActor) == 0x000000, "Member 'InspectAbility_HandleActorObserved::ObservedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectAbility_HandleCameraState \ +static_assert(alignof(InspectAbility_HandleCameraState) == 0x000001, "Wrong alignment on InspectAbility_HandleCameraState"); \ +static_assert(sizeof(InspectAbility_HandleCameraState) == 0x000001, "Wrong size on InspectAbility_HandleCameraState"); \ +static_assert(offsetof(InspectAbility_HandleCameraState, IsEnabled) == 0x000000, "Member 'InspectAbility_HandleCameraState::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectAbility_SetAllowLookUpdating \ +static_assert(alignof(InspectAbility_SetAllowLookUpdating) == 0x000001, "Wrong alignment on InspectAbility_SetAllowLookUpdating"); \ +static_assert(sizeof(InspectAbility_SetAllowLookUpdating) == 0x000001, "Wrong size on InspectAbility_SetAllowLookUpdating"); \ +static_assert(offsetof(InspectAbility_SetAllowLookUpdating, IsAllowed) == 0x000000, "Member 'InspectAbility_SetAllowLookUpdating::IsAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectAbility_SetMaskEnabled \ +static_assert(alignof(InspectAbility_SetMaskEnabled) == 0x000001, "Wrong alignment on InspectAbility_SetMaskEnabled"); \ +static_assert(sizeof(InspectAbility_SetMaskEnabled) == 0x000001, "Wrong size on InspectAbility_SetMaskEnabled"); \ +static_assert(offsetof(InspectAbility_SetMaskEnabled, IsEnabled) == 0x000000, "Member 'InspectAbility_SetMaskEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInspectAbility \ +static_assert(alignof(AInspectAbility) == 0x000010, "Wrong alignment on AInspectAbility"); \ +static_assert(sizeof(AInspectAbility) == 0x0003F0, "Wrong size on AInspectAbility"); \ +static_assert(offsetof(AInspectAbility, Root) == 0x000310, "Member 'AInspectAbility::Root' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, TriggerableCamera) == 0x000318, "Member 'AInspectAbility::TriggerableCamera' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, HeadTiltSpline) == 0x000320, "Member 'AInspectAbility::HeadTiltSpline' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, OnInspectEndAnimFinished) == 0x000328, "Member 'AInspectAbility::OnInspectEndAnimFinished' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, BeginInspectAnim) == 0x000338, "Member 'AInspectAbility::BeginInspectAnim' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, EndInspectAnim) == 0x000350, "Member 'AInspectAbility::EndInspectAnim' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, InspectSuccessAnim) == 0x000368, "Member 'AInspectAbility::InspectSuccessAnim' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, FocusTraceChannel) == 0x000380, "Member 'AInspectAbility::FocusTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, FocusTraceDistance) == 0x000384, "Member 'AInspectAbility::FocusTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, DefaultFocusDistance) == 0x000388, "Member 'AInspectAbility::DefaultFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, PitchMinMax) == 0x00038C, "Member 'AInspectAbility::PitchMinMax' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, InspectedObjects) == 0x000398, "Member 'AInspectAbility::InspectedObjects' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, MaskEnabled) == 0x0003E8, "Member 'AInspectAbility::MaskEnabled' has a wrong offset!"); \ +static_assert(offsetof(AInspectAbility, LookUpdatingEnabled) == 0x0003E9, "Member 'AInspectAbility::LookUpdatingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveManagerComponent \ +static_assert(alignof(UWaveManagerComponent) == 0x000008, "Wrong alignment on UWaveManagerComponent"); \ +static_assert(sizeof(UWaveManagerComponent) == 0x0000B0, "Wrong size on UWaveManagerComponent"); \ + +#define DUMPER7_ASSERTS_InspectModeManager_PostLoadGame \ +static_assert(alignof(InspectModeManager_PostLoadGame) == 0x000008, "Wrong alignment on InspectModeManager_PostLoadGame"); \ +static_assert(sizeof(InspectModeManager_PostLoadGame) == 0x000008, "Wrong size on InspectModeManager_PostLoadGame"); \ +static_assert(offsetof(InspectModeManager_PostLoadGame, SaveGameVariables) == 0x000000, "Member 'InspectModeManager_PostLoadGame::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectModeManager_SetInspectModeEnabled \ +static_assert(alignof(InspectModeManager_SetInspectModeEnabled) == 0x000001, "Wrong alignment on InspectModeManager_SetInspectModeEnabled"); \ +static_assert(sizeof(InspectModeManager_SetInspectModeEnabled) == 0x000001, "Wrong size on InspectModeManager_SetInspectModeEnabled"); \ +static_assert(offsetof(InspectModeManager_SetInspectModeEnabled, IsEnabled) == 0x000000, "Member 'InspectModeManager_SetInspectModeEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InspectModeManager_IsInspectModeEnabled \ +static_assert(alignof(InspectModeManager_IsInspectModeEnabled) == 0x000001, "Wrong alignment on InspectModeManager_IsInspectModeEnabled"); \ +static_assert(sizeof(InspectModeManager_IsInspectModeEnabled) == 0x000001, "Wrong size on InspectModeManager_IsInspectModeEnabled"); \ +static_assert(offsetof(InspectModeManager_IsInspectModeEnabled, ReturnValue) == 0x000000, "Member 'InspectModeManager_IsInspectModeEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInspectModeManager \ +static_assert(alignof(AInspectModeManager) == 0x000008, "Wrong alignment on AInspectModeManager"); \ +static_assert(sizeof(AInspectModeManager) == 0x000248, "Wrong size on AInspectModeManager"); \ +static_assert(offsetof(AInspectModeManager, OnInspectModeStateChanged) == 0x000228, "Member 'AInspectModeManager::OnInspectModeStateChanged' has a wrong offset!"); \ +static_assert(offsetof(AInspectModeManager, SaveGameComponent) == 0x000238, "Member 'AInspectModeManager::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AInspectModeManager, InspectModeEnabled) == 0x000240, "Member 'AInspectModeManager::InspectModeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractCarrotComponent_HandleInteractUIToggled \ +static_assert(alignof(InteractCarrotComponent_HandleInteractUIToggled) == 0x000001, "Wrong alignment on InteractCarrotComponent_HandleInteractUIToggled"); \ +static_assert(sizeof(InteractCarrotComponent_HandleInteractUIToggled) == 0x000001, "Wrong size on InteractCarrotComponent_HandleInteractUIToggled"); \ +static_assert(offsetof(InteractCarrotComponent_HandleInteractUIToggled, Enabled) == 0x000000, "Member 'InteractCarrotComponent_HandleInteractUIToggled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractCarrotComponent_SetCarrotBobbing \ +static_assert(alignof(InteractCarrotComponent_SetCarrotBobbing) == 0x000001, "Wrong alignment on InteractCarrotComponent_SetCarrotBobbing"); \ +static_assert(sizeof(InteractCarrotComponent_SetCarrotBobbing) == 0x000001, "Wrong size on InteractCarrotComponent_SetCarrotBobbing"); \ +static_assert(offsetof(InteractCarrotComponent_SetCarrotBobbing, ShouldBob) == 0x000000, "Member 'InteractCarrotComponent_SetCarrotBobbing::ShouldBob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractCarrotComponent_SetCarrotRequestedVisible \ +static_assert(alignof(InteractCarrotComponent_SetCarrotRequestedVisible) == 0x000001, "Wrong alignment on InteractCarrotComponent_SetCarrotRequestedVisible"); \ +static_assert(sizeof(InteractCarrotComponent_SetCarrotRequestedVisible) == 0x000001, "Wrong size on InteractCarrotComponent_SetCarrotRequestedVisible"); \ +static_assert(offsetof(InteractCarrotComponent_SetCarrotRequestedVisible, Visible) == 0x000000, "Member 'InteractCarrotComponent_SetCarrotRequestedVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractCarrotComponent \ +static_assert(alignof(UInteractCarrotComponent) == 0x000010, "Wrong alignment on UInteractCarrotComponent"); \ +static_assert(sizeof(UInteractCarrotComponent) == 0x0004F0, "Wrong size on UInteractCarrotComponent"); \ +static_assert(offsetof(UInteractCarrotComponent, FollowParentSocket) == 0x000470, "Member 'UInteractCarrotComponent::FollowParentSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiDamageDefinition \ +static_assert(alignof(UMochiDamageDefinition) == 0x000008, "Wrong alignment on UMochiDamageDefinition"); \ +static_assert(sizeof(UMochiDamageDefinition) == 0x000028, "Wrong size on UMochiDamageDefinition"); \ + +#define DUMPER7_ASSERTS_UMochiExplosionDamageDefinition \ +static_assert(alignof(UMochiExplosionDamageDefinition) == 0x000008, "Wrong alignment on UMochiExplosionDamageDefinition"); \ +static_assert(sizeof(UMochiExplosionDamageDefinition) == 0x000050, "Wrong size on UMochiExplosionDamageDefinition"); \ +static_assert(offsetof(UMochiExplosionDamageDefinition, ExplosionProperties) == 0x000028, "Member 'UMochiExplosionDamageDefinition::ExplosionProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveFoliageConfig \ +static_assert(alignof(UInteractiveFoliageConfig) == 0x000008, "Wrong alignment on UInteractiveFoliageConfig"); \ +static_assert(sizeof(UInteractiveFoliageConfig) == 0x000080, "Wrong size on UInteractiveFoliageConfig"); \ +static_assert(offsetof(UInteractiveFoliageConfig, FoliageMap) == 0x000030, "Member 'UInteractiveFoliageConfig::FoliageMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteractiveFoliageManager \ +static_assert(alignof(AInteractiveFoliageManager) == 0x000008, "Wrong alignment on AInteractiveFoliageManager"); \ +static_assert(sizeof(AInteractiveFoliageManager) == 0x000238, "Wrong size on AInteractiveFoliageManager"); \ +static_assert(offsetof(AInteractiveFoliageManager, RelevantInteractionDistance) == 0x000228, "Member 'AInteractiveFoliageManager::RelevantInteractionDistance' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageManager, MaxSwapToSkeletalTime) == 0x00022C, "Member 'AInteractiveFoliageManager::MaxSwapToSkeletalTime' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageManager, MaxSwapToStaticTime) == 0x000230, "Member 'AInteractiveFoliageManager::MaxSwapToStaticTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpPositionComponent_StartInterpToActor \ +static_assert(alignof(InterpPositionComponent_StartInterpToActor) == 0x000008, "Wrong alignment on InterpPositionComponent_StartInterpToActor"); \ +static_assert(sizeof(InterpPositionComponent_StartInterpToActor) == 0x000030, "Wrong size on InterpPositionComponent_StartInterpToActor"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToActor, FromWS) == 0x000000, "Member 'InterpPositionComponent_StartInterpToActor::FromWS' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToActor, ToActor) == 0x000010, "Member 'InterpPositionComponent_StartInterpToActor::ToActor' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToActor, Callback) == 0x000018, "Member 'InterpPositionComponent_StartInterpToActor::Callback' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToActor, ReturnValue) == 0x000028, "Member 'InterpPositionComponent_StartInterpToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpPositionComponent_StartInterpToComponent \ +static_assert(alignof(InterpPositionComponent_StartInterpToComponent) == 0x000008, "Wrong alignment on InterpPositionComponent_StartInterpToComponent"); \ +static_assert(sizeof(InterpPositionComponent_StartInterpToComponent) == 0x000038, "Wrong size on InterpPositionComponent_StartInterpToComponent"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToComponent, FromWS) == 0x000000, "Member 'InterpPositionComponent_StartInterpToComponent::FromWS' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToComponent, ToComp) == 0x000010, "Member 'InterpPositionComponent_StartInterpToComponent::ToComp' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToComponent, Callback) == 0x000018, "Member 'InterpPositionComponent_StartInterpToComponent::Callback' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToComponent, ToSocket) == 0x000028, "Member 'InterpPositionComponent_StartInterpToComponent::ToSocket' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToComponent, ReturnValue) == 0x000030, "Member 'InterpPositionComponent_StartInterpToComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpPositionComponent_StartInterpToPosition \ +static_assert(alignof(InterpPositionComponent_StartInterpToPosition) == 0x000004, "Wrong alignment on InterpPositionComponent_StartInterpToPosition"); \ +static_assert(sizeof(InterpPositionComponent_StartInterpToPosition) == 0x00002C, "Wrong size on InterpPositionComponent_StartInterpToPosition"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToPosition, FromWS) == 0x000000, "Member 'InterpPositionComponent_StartInterpToPosition::FromWS' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToPosition, ToWS) == 0x00000C, "Member 'InterpPositionComponent_StartInterpToPosition::ToWS' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToPosition, Callback) == 0x000018, "Member 'InterpPositionComponent_StartInterpToPosition::Callback' has a wrong offset!"); \ +static_assert(offsetof(InterpPositionComponent_StartInterpToPosition, ReturnValue) == 0x000028, "Member 'InterpPositionComponent_StartInterpToPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpPositionComponent_StopInterp \ +static_assert(alignof(InterpPositionComponent_StopInterp) == 0x000001, "Wrong alignment on InterpPositionComponent_StopInterp"); \ +static_assert(sizeof(InterpPositionComponent_StopInterp) == 0x000001, "Wrong size on InterpPositionComponent_StopInterp"); \ +static_assert(offsetof(InterpPositionComponent_StopInterp, ReturnValue) == 0x000000, "Member 'InterpPositionComponent_StopInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpPositionComponent \ +static_assert(alignof(UInterpPositionComponent) == 0x000010, "Wrong alignment on UInterpPositionComponent"); \ +static_assert(sizeof(UInterpPositionComponent) == 0x000330, "Wrong size on UInterpPositionComponent"); \ +static_assert(offsetof(UInterpPositionComponent, Settings) == 0x0001F8, "Member 'UInterpPositionComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UInterpPositionComponent, ToComponent) == 0x000308, "Member 'UInterpPositionComponent::ToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WeightedFocalPointComponent_SetEnabled \ +static_assert(alignof(WeightedFocalPointComponent_SetEnabled) == 0x000001, "Wrong alignment on WeightedFocalPointComponent_SetEnabled"); \ +static_assert(sizeof(WeightedFocalPointComponent_SetEnabled) == 0x000001, "Wrong size on WeightedFocalPointComponent_SetEnabled"); \ +static_assert(offsetof(WeightedFocalPointComponent_SetEnabled, Enabled) == 0x000000, "Member 'WeightedFocalPointComponent_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeightedFocalPointComponent \ +static_assert(alignof(UWeightedFocalPointComponent) == 0x000010, "Wrong alignment on UWeightedFocalPointComponent"); \ +static_assert(sizeof(UWeightedFocalPointComponent) == 0x0004A0, "Wrong size on UWeightedFocalPointComponent"); \ +static_assert(offsetof(UWeightedFocalPointComponent, AttractedTypes) == 0x000470, "Member 'UWeightedFocalPointComponent::AttractedTypes' has a wrong offset!"); \ +static_assert(offsetof(UWeightedFocalPointComponent, Priority) == 0x000490, "Member 'UWeightedFocalPointComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWeightedFocalPointComponent, BypassesFacingDirectionWeighting) == 0x000494, "Member 'UWeightedFocalPointComponent::BypassesFacingDirectionWeighting' has a wrong offset!"); \ +static_assert(offsetof(UWeightedFocalPointComponent, BypassesDistanceWeighting) == 0x000495, "Member 'UWeightedFocalPointComponent::BypassesDistanceWeighting' has a wrong offset!"); \ +static_assert(offsetof(UWeightedFocalPointComponent, FalloffStyle) == 0x000496, "Member 'UWeightedFocalPointComponent::FalloffStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInventoryItemPickup \ +static_assert(alignof(AInventoryItemPickup) == 0x000008, "Wrong alignment on AInventoryItemPickup"); \ +static_assert(sizeof(AInventoryItemPickup) == 0x0002E0, "Wrong size on AInventoryItemPickup"); \ +static_assert(offsetof(AInventoryItemPickup, InventoryItemTag) == 0x0002D0, "Member 'AInventoryItemPickup::InventoryItemTag' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, InventoryItemAmount) == 0x0002D8, "Member 'AInventoryItemPickup::InventoryItemAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_BindItemCountChanged \ +static_assert(alignof(InventoryManagerComponent_BindItemCountChanged) == 0x000004, "Wrong alignment on InventoryManagerComponent_BindItemCountChanged"); \ +static_assert(sizeof(InventoryManagerComponent_BindItemCountChanged) == 0x000018, "Wrong size on InventoryManagerComponent_BindItemCountChanged"); \ +static_assert(offsetof(InventoryManagerComponent_BindItemCountChanged, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_BindItemCountChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_BindItemCountChanged, ItemChangedCallback) == 0x000008, "Member 'InventoryManagerComponent_BindItemCountChanged::ItemChangedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_GiveItem \ +static_assert(alignof(InventoryManagerComponent_GiveItem) == 0x000004, "Wrong alignment on InventoryManagerComponent_GiveItem"); \ +static_assert(sizeof(InventoryManagerComponent_GiveItem) == 0x00000C, "Wrong size on InventoryManagerComponent_GiveItem"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItem, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_GiveItem::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItem, ReturnValue) == 0x000008, "Member 'InventoryManagerComponent_GiveItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_GiveItemCount \ +static_assert(alignof(InventoryManagerComponent_GiveItemCount) == 0x000004, "Wrong alignment on InventoryManagerComponent_GiveItemCount"); \ +static_assert(sizeof(InventoryManagerComponent_GiveItemCount) == 0x000014, "Wrong size on InventoryManagerComponent_GiveItemCount"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItemCount, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_GiveItemCount::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItemCount, Count) == 0x000008, "Member 'InventoryManagerComponent_GiveItemCount::Count' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItemCount, OutCount) == 0x00000C, "Member 'InventoryManagerComponent_GiveItemCount::OutCount' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItemCount, ReturnValue) == 0x000010, "Member 'InventoryManagerComponent_GiveItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_GiveItems \ +static_assert(alignof(InventoryManagerComponent_GiveItems) == 0x000008, "Wrong alignment on InventoryManagerComponent_GiveItems"); \ +static_assert(sizeof(InventoryManagerComponent_GiveItems) == 0x000028, "Wrong size on InventoryManagerComponent_GiveItems"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItems, ItemTags) == 0x000000, "Member 'InventoryManagerComponent_GiveItems::ItemTags' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GiveItems, ReturnValue) == 0x000020, "Member 'InventoryManagerComponent_GiveItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_PostLoadSaveGameVariables \ +static_assert(alignof(InventoryManagerComponent_PostLoadSaveGameVariables) == 0x000008, "Wrong alignment on InventoryManagerComponent_PostLoadSaveGameVariables"); \ +static_assert(sizeof(InventoryManagerComponent_PostLoadSaveGameVariables) == 0x000008, "Wrong size on InventoryManagerComponent_PostLoadSaveGameVariables"); \ +static_assert(offsetof(InventoryManagerComponent_PostLoadSaveGameVariables, SaveGameVariables) == 0x000000, "Member 'InventoryManagerComponent_PostLoadSaveGameVariables::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_PreSaveGame \ +static_assert(alignof(InventoryManagerComponent_PreSaveGame) == 0x000008, "Wrong alignment on InventoryManagerComponent_PreSaveGame"); \ +static_assert(sizeof(InventoryManagerComponent_PreSaveGame) == 0x000010, "Wrong size on InventoryManagerComponent_PreSaveGame"); \ +static_assert(offsetof(InventoryManagerComponent_PreSaveGame, SaveGameVariables) == 0x000000, "Member 'InventoryManagerComponent_PreSaveGame::SaveGameVariables' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_PreSaveGame, IsManualSave) == 0x000008, "Member 'InventoryManagerComponent_PreSaveGame::IsManualSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_TakeItemCount \ +static_assert(alignof(InventoryManagerComponent_TakeItemCount) == 0x000004, "Wrong alignment on InventoryManagerComponent_TakeItemCount"); \ +static_assert(sizeof(InventoryManagerComponent_TakeItemCount) == 0x000014, "Wrong size on InventoryManagerComponent_TakeItemCount"); \ +static_assert(offsetof(InventoryManagerComponent_TakeItemCount, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_TakeItemCount::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_TakeItemCount, Count) == 0x000008, "Member 'InventoryManagerComponent_TakeItemCount::Count' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_TakeItemCount, OutCount) == 0x00000C, "Member 'InventoryManagerComponent_TakeItemCount::OutCount' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_TakeItemCount, ReturnValue) == 0x000010, "Member 'InventoryManagerComponent_TakeItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_UnbindItemCountChanged \ +static_assert(alignof(InventoryManagerComponent_UnbindItemCountChanged) == 0x000004, "Wrong alignment on InventoryManagerComponent_UnbindItemCountChanged"); \ +static_assert(sizeof(InventoryManagerComponent_UnbindItemCountChanged) == 0x000018, "Wrong size on InventoryManagerComponent_UnbindItemCountChanged"); \ +static_assert(offsetof(InventoryManagerComponent_UnbindItemCountChanged, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_UnbindItemCountChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_UnbindItemCountChanged, ItemChangedCallback) == 0x000008, "Member 'InventoryManagerComponent_UnbindItemCountChanged::ItemChangedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_GetItemCount \ +static_assert(alignof(InventoryManagerComponent_GetItemCount) == 0x000004, "Wrong alignment on InventoryManagerComponent_GetItemCount"); \ +static_assert(sizeof(InventoryManagerComponent_GetItemCount) == 0x000010, "Wrong size on InventoryManagerComponent_GetItemCount"); \ +static_assert(offsetof(InventoryManagerComponent_GetItemCount, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_GetItemCount::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GetItemCount, OutCount) == 0x000008, "Member 'InventoryManagerComponent_GetItemCount::OutCount' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GetItemCount, OutMaxCount) == 0x00000C, "Member 'InventoryManagerComponent_GetItemCount::OutMaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_GetItemGroupCount \ +static_assert(alignof(InventoryManagerComponent_GetItemGroupCount) == 0x000004, "Wrong alignment on InventoryManagerComponent_GetItemGroupCount"); \ +static_assert(sizeof(InventoryManagerComponent_GetItemGroupCount) == 0x000010, "Wrong size on InventoryManagerComponent_GetItemGroupCount"); \ +static_assert(offsetof(InventoryManagerComponent_GetItemGroupCount, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_GetItemGroupCount::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GetItemGroupCount, OutCount) == 0x000008, "Member 'InventoryManagerComponent_GetItemGroupCount::OutCount' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_GetItemGroupCount, OutMaxCount) == 0x00000C, "Member 'InventoryManagerComponent_GetItemGroupCount::OutMaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_HasAllItems \ +static_assert(alignof(InventoryManagerComponent_HasAllItems) == 0x000008, "Wrong alignment on InventoryManagerComponent_HasAllItems"); \ +static_assert(sizeof(InventoryManagerComponent_HasAllItems) == 0x000028, "Wrong size on InventoryManagerComponent_HasAllItems"); \ +static_assert(offsetof(InventoryManagerComponent_HasAllItems, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_HasAllItems::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_HasAllItems, ReturnValue) == 0x000020, "Member 'InventoryManagerComponent_HasAllItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryManagerComponent_HasItem \ +static_assert(alignof(InventoryManagerComponent_HasItem) == 0x000004, "Wrong alignment on InventoryManagerComponent_HasItem"); \ +static_assert(sizeof(InventoryManagerComponent_HasItem) == 0x00000C, "Wrong size on InventoryManagerComponent_HasItem"); \ +static_assert(offsetof(InventoryManagerComponent_HasItem, ItemTag) == 0x000000, "Member 'InventoryManagerComponent_HasItem::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryManagerComponent_HasItem, ReturnValue) == 0x000008, "Member 'InventoryManagerComponent_HasItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryManagerComponent \ +static_assert(alignof(UInventoryManagerComponent) == 0x000008, "Wrong alignment on UInventoryManagerComponent"); \ +static_assert(sizeof(UInventoryManagerComponent) == 0x000158, "Wrong size on UInventoryManagerComponent"); \ +static_assert(offsetof(UInventoryManagerComponent, InventoryTable) == 0x0000B0, "Member 'UInventoryManagerComponent::InventoryTable' has a wrong offset!"); \ +static_assert(offsetof(UInventoryManagerComponent, Inventory) == 0x0000B8, "Member 'UInventoryManagerComponent::Inventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_EnableHoming \ +static_assert(alignof(Projectile_EnableHoming) == 0x000008, "Wrong alignment on Projectile_EnableHoming"); \ +static_assert(sizeof(Projectile_EnableHoming) == 0x000010, "Wrong size on Projectile_EnableHoming"); \ +static_assert(offsetof(Projectile_EnableHoming, HomingTarget) == 0x000000, "Member 'Projectile_EnableHoming::HomingTarget' has a wrong offset!"); \ +static_assert(offsetof(Projectile_EnableHoming, MaxSpeed) == 0x000008, "Member 'Projectile_EnableHoming::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(Projectile_EnableHoming, HomingAcceleration) == 0x00000C, "Member 'Projectile_EnableHoming::HomingAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_OnEndChanneling \ +static_assert(alignof(Projectile_OnEndChanneling) == 0x000001, "Wrong alignment on Projectile_OnEndChanneling"); \ +static_assert(sizeof(Projectile_OnEndChanneling) == 0x000001, "Wrong size on Projectile_OnEndChanneling"); \ +static_assert(offsetof(Projectile_OnEndChanneling, reason) == 0x000000, "Member 'Projectile_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_OnPostFire \ +static_assert(alignof(Projectile_OnPostFire) == 0x000004, "Wrong alignment on Projectile_OnPostFire"); \ +static_assert(sizeof(Projectile_OnPostFire) == 0x00000C, "Wrong size on Projectile_OnPostFire"); \ +static_assert(offsetof(Projectile_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_OnPreFire \ +static_assert(alignof(Projectile_OnPreFire) == 0x000004, "Wrong alignment on Projectile_OnPreFire"); \ +static_assert(sizeof(Projectile_OnPreFire) == 0x00001C, "Wrong size on Projectile_OnPreFire"); \ +static_assert(offsetof(Projectile_OnPreFire, wsForce) == 0x000000, "Member 'Projectile_OnPreFire::wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_OnPreFire, IsFromScreenCenter) == 0x00000C, "Member 'Projectile_OnPreFire::IsFromScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(Projectile_OnPreFire, VisualsLoc) == 0x000010, "Member 'Projectile_OnPreFire::VisualsLoc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_OnProjectileSplit \ +static_assert(alignof(Projectile_OnProjectileSplit) == 0x000008, "Wrong alignment on Projectile_OnProjectileSplit"); \ +static_assert(sizeof(Projectile_OnProjectileSplit) == 0x000010, "Wrong size on Projectile_OnProjectileSplit"); \ +static_assert(offsetof(Projectile_OnProjectileSplit, SplitProjectiles) == 0x000000, "Member 'Projectile_OnProjectileSplit::SplitProjectiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_PostFire \ +static_assert(alignof(Projectile_PostFire) == 0x000004, "Wrong alignment on Projectile_PostFire"); \ +static_assert(sizeof(Projectile_PostFire) == 0x00000C, "Wrong size on Projectile_PostFire"); \ +static_assert(offsetof(Projectile_PostFire, wsForce) == 0x000000, "Member 'Projectile_PostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_PreFire \ +static_assert(alignof(Projectile_PreFire) == 0x000004, "Wrong alignment on Projectile_PreFire"); \ +static_assert(sizeof(Projectile_PreFire) == 0x00000C, "Wrong size on Projectile_PreFire"); \ +static_assert(offsetof(Projectile_PreFire, wsForce) == 0x000000, "Member 'Projectile_PreFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_PreShootFromScreenCenter \ +static_assert(alignof(Projectile_PreShootFromScreenCenter) == 0x000004, "Wrong alignment on Projectile_PreShootFromScreenCenter"); \ +static_assert(sizeof(Projectile_PreShootFromScreenCenter) == 0x00000C, "Wrong size on Projectile_PreShootFromScreenCenter"); \ +static_assert(offsetof(Projectile_PreShootFromScreenCenter, ScreenFireLoc) == 0x000000, "Member 'Projectile_PreShootFromScreenCenter::ScreenFireLoc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_SetProjectileGravityEnabled \ +static_assert(alignof(Projectile_SetProjectileGravityEnabled) == 0x000001, "Wrong alignment on Projectile_SetProjectileGravityEnabled"); \ +static_assert(sizeof(Projectile_SetProjectileGravityEnabled) == 0x000001, "Wrong size on Projectile_SetProjectileGravityEnabled"); \ +static_assert(offsetof(Projectile_SetProjectileGravityEnabled, Enabled) == 0x000000, "Member 'Projectile_SetProjectileGravityEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_TrySplit \ +static_assert(alignof(Projectile_TrySplit) == 0x000008, "Wrong alignment on Projectile_TrySplit"); \ +static_assert(sizeof(Projectile_TrySplit) == 0x000038, "Wrong size on Projectile_TrySplit"); \ +static_assert(offsetof(Projectile_TrySplit, OutProjectiles) == 0x000000, "Member 'Projectile_TrySplit::OutProjectiles' has a wrong offset!"); \ +static_assert(offsetof(Projectile_TrySplit, SplitDirection) == 0x000010, "Member 'Projectile_TrySplit::SplitDirection' has a wrong offset!"); \ +static_assert(offsetof(Projectile_TrySplit, SplitCauser) == 0x000020, "Member 'Projectile_TrySplit::SplitCauser' has a wrong offset!"); \ +static_assert(offsetof(Projectile_TrySplit, SplitInstigator) == 0x000028, "Member 'Projectile_TrySplit::SplitInstigator' has a wrong offset!"); \ +static_assert(offsetof(Projectile_TrySplit, ReturnValue) == 0x000030, "Member 'Projectile_TrySplit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_CanSplit \ +static_assert(alignof(Projectile_CanSplit) == 0x000001, "Wrong alignment on Projectile_CanSplit"); \ +static_assert(sizeof(Projectile_CanSplit) == 0x000001, "Wrong size on Projectile_CanSplit"); \ +static_assert(offsetof(Projectile_CanSplit, ReturnValue) == 0x000000, "Member 'Projectile_CanSplit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_GetNavAgentLocation \ +static_assert(alignof(Projectile_GetNavAgentLocation) == 0x000004, "Wrong alignment on Projectile_GetNavAgentLocation"); \ +static_assert(sizeof(Projectile_GetNavAgentLocation) == 0x00000C, "Wrong size on Projectile_GetNavAgentLocation"); \ +static_assert(offsetof(Projectile_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'Projectile_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_GetWaterInteractor \ +static_assert(alignof(Projectile_GetWaterInteractor) == 0x000008, "Wrong alignment on Projectile_GetWaterInteractor"); \ +static_assert(sizeof(Projectile_GetWaterInteractor) == 0x000008, "Wrong size on Projectile_GetWaterInteractor"); \ +static_assert(offsetof(Projectile_GetWaterInteractor, ReturnValue) == 0x000000, "Member 'Projectile_GetWaterInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile \ +static_assert(alignof(AProjectile) == 0x000008, "Wrong alignment on AProjectile"); \ +static_assert(sizeof(AProjectile) == 0x000320, "Wrong size on AProjectile"); \ +static_assert(offsetof(AProjectile, DamageDealer) == 0x000238, "Member 'AProjectile::DamageDealer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, HitboxManager) == 0x000240, "Member 'AProjectile::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, ProjectileData) == 0x000248, "Member 'AProjectile::ProjectileData' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, CurrentChargeValue) == 0x000280, "Member 'AProjectile::CurrentChargeValue' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, HasBeenFired) == 0x000284, "Member 'AProjectile::HasBeenFired' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, DestroyOnInterrupt) == 0x000285, "Member 'AProjectile::DestroyOnInterrupt' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, GameplayTags) == 0x000288, "Member 'AProjectile::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, ProjectileMovement) == 0x0002A8, "Member 'AProjectile::ProjectileMovement' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, WaterInteractor) == 0x0002B0, "Member 'AProjectile::WaterInteractor' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, NavAgentProps) == 0x0002B8, "Member 'AProjectile::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, IsShootingFromScreenCenter) == 0x0002E8, "Member 'AProjectile::IsShootingFromScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, ScreenCenterFireLoc) == 0x0002EC, "Member 'AProjectile::ScreenCenterFireLoc' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, FireStartTime) == 0x0002F8, "Member 'AProjectile::FireStartTime' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, ImpactRippleIntensity) == 0x0002FC, "Member 'AProjectile::ImpactRippleIntensity' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, ImpactSplashScale) == 0x000300, "Member 'AProjectile::ImpactSplashScale' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, ImpactSplashSFX) == 0x000308, "Member 'AProjectile::ImpactSplashSFX' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, SplashEffect) == 0x000310, "Member 'AProjectile::SplashEffect' has a wrong offset!"); \ +static_assert(offsetof(AProjectile, InitialGravityScale) == 0x000318, "Member 'AProjectile::InitialGravityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTipWidget \ +static_assert(alignof(UTipWidget) == 0x000008, "Wrong alignment on UTipWidget"); \ +static_assert(sizeof(UTipWidget) == 0x000260, "Wrong size on UTipWidget"); \ + +#define DUMPER7_ASSERTS_InventoryWatchTrigger_HandleItemCountChanged \ +static_assert(alignof(InventoryWatchTrigger_HandleItemCountChanged) == 0x000004, "Wrong alignment on InventoryWatchTrigger_HandleItemCountChanged"); \ +static_assert(sizeof(InventoryWatchTrigger_HandleItemCountChanged) == 0x000014, "Wrong size on InventoryWatchTrigger_HandleItemCountChanged"); \ +static_assert(offsetof(InventoryWatchTrigger_HandleItemCountChanged, ItemTag) == 0x000000, "Member 'InventoryWatchTrigger_HandleItemCountChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(InventoryWatchTrigger_HandleItemCountChanged, CurrentCount) == 0x000008, "Member 'InventoryWatchTrigger_HandleItemCountChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(InventoryWatchTrigger_HandleItemCountChanged, PreviousCount) == 0x00000C, "Member 'InventoryWatchTrigger_HandleItemCountChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(InventoryWatchTrigger_HandleItemCountChanged, MaxCount) == 0x000010, "Member 'InventoryWatchTrigger_HandleItemCountChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInventoryWatchTrigger \ +static_assert(alignof(AInventoryWatchTrigger) == 0x000008, "Wrong alignment on AInventoryWatchTrigger"); \ +static_assert(sizeof(AInventoryWatchTrigger) == 0x000260, "Wrong size on AInventoryWatchTrigger"); \ +static_assert(offsetof(AInventoryWatchTrigger, OnItemsGranted) == 0x000228, "Member 'AInventoryWatchTrigger::OnItemsGranted' has a wrong offset!"); \ +static_assert(offsetof(AInventoryWatchTrigger, TriggerNode) == 0x000238, "Member 'AInventoryWatchTrigger::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(AInventoryWatchTrigger, SaveGameComponent) == 0x000240, "Member 'AInventoryWatchTrigger::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AInventoryWatchTrigger, DoOnce) == 0x000248, "Member 'AInventoryWatchTrigger::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(AInventoryWatchTrigger, HasInitializedTriggers) == 0x000249, "Member 'AInventoryWatchTrigger::HasInitializedTriggers' has a wrong offset!"); \ +static_assert(offsetof(AInventoryWatchTrigger, HasBeenTriggered) == 0x00024A, "Member 'AInventoryWatchTrigger::HasBeenTriggered' has a wrong offset!"); \ +static_assert(offsetof(AInventoryWatchTrigger, ItemsToWatch) == 0x000250, "Member 'AInventoryWatchTrigger::ItemsToWatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Parryable_HandleParry \ +static_assert(alignof(Parryable_HandleParry) == 0x000008, "Wrong alignment on Parryable_HandleParry"); \ +static_assert(sizeof(Parryable_HandleParry) == 0x000228, "Wrong size on Parryable_HandleParry"); \ +static_assert(offsetof(Parryable_HandleParry, ParryDamageEvent) == 0x000000, "Member 'Parryable_HandleParry::ParryDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Parryable_HandleParry, OriginalDamageEvent) == 0x000110, "Member 'Parryable_HandleParry::OriginalDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Parryable_HandleParry, ReturnValue) == 0x000220, "Member 'Parryable_HandleParry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Parryable_CanBeParried \ +static_assert(alignof(Parryable_CanBeParried) == 0x000001, "Wrong alignment on Parryable_CanBeParried"); \ +static_assert(sizeof(Parryable_CanBeParried) == 0x000001, "Wrong size on Parryable_CanBeParried"); \ +static_assert(offsetof(Parryable_CanBeParried, ReturnValue) == 0x000000, "Member 'Parryable_CanBeParried::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Parryable_IsBeingParried \ +static_assert(alignof(Parryable_IsBeingParried) == 0x000001, "Wrong alignment on Parryable_IsBeingParried"); \ +static_assert(sizeof(Parryable_IsBeingParried) == 0x000001, "Wrong size on Parryable_IsBeingParried"); \ +static_assert(offsetof(Parryable_IsBeingParried, ReturnValue) == 0x000000, "Member 'Parryable_IsBeingParried::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IParryable \ +static_assert(alignof(IParryable) == 0x000001, "Wrong alignment on IParryable"); \ +static_assert(sizeof(IParryable) == 0x000001, "Wrong size on IParryable"); \ + +#define DUMPER7_ASSERTS_TrialsButton_SetIconSprite \ +static_assert(alignof(TrialsButton_SetIconSprite) == 0x000008, "Wrong alignment on TrialsButton_SetIconSprite"); \ +static_assert(sizeof(TrialsButton_SetIconSprite) == 0x000008, "Wrong size on TrialsButton_SetIconSprite"); \ +static_assert(offsetof(TrialsButton_SetIconSprite, Sprite) == 0x000000, "Member 'TrialsButton_SetIconSprite::Sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsButton \ +static_assert(alignof(UTrialsButton) == 0x000008, "Wrong alignment on UTrialsButton"); \ +static_assert(sizeof(UTrialsButton) == 0x000340, "Wrong size on UTrialsButton"); \ +static_assert(offsetof(UTrialsButton, Button) == 0x000268, "Member 'UTrialsButton::Button' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, FocusRotationSpeed) == 0x000270, "Member 'UTrialsButton::FocusRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, SfxClick) == 0x000278, "Member 'UTrialsButton::SfxClick' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, SfxLocked) == 0x000280, "Member 'UTrialsButton::SfxLocked' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, SfxUnlock) == 0x000288, "Member 'UTrialsButton::SfxUnlock' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, UnlockAnim) == 0x000290, "Member 'UTrialsButton::UnlockAnim' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, FocusImage) == 0x000298, "Member 'UTrialsButton::FocusImage' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, IsUnlocked) == 0x0002A0, "Member 'UTrialsButton::IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, LineConnector) == 0x0002A8, "Member 'UTrialsButton::LineConnector' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, DesaturationMaterial) == 0x0002B0, "Member 'UTrialsButton::DesaturationMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, LockedTint) == 0x0002B8, "Member 'UTrialsButton::LockedTint' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, UnlockedTint) == 0x0002C8, "Member 'UTrialsButton::UnlockedTint' has a wrong offset!"); \ +static_assert(offsetof(UTrialsButton, DesaturatedIconMID) == 0x0002D8, "Member 'UTrialsButton::DesaturatedIconMID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrialsLevelButton_InitBonusIcons \ +static_assert(alignof(TrialsLevelButton_InitBonusIcons) == 0x000001, "Wrong alignment on TrialsLevelButton_InitBonusIcons"); \ +static_assert(sizeof(TrialsLevelButton_InitBonusIcons) == 0x000003, "Wrong size on TrialsLevelButton_InitBonusIcons"); \ +static_assert(offsetof(TrialsLevelButton_InitBonusIcons, CompletedA) == 0x000000, "Member 'TrialsLevelButton_InitBonusIcons::CompletedA' has a wrong offset!"); \ +static_assert(offsetof(TrialsLevelButton_InitBonusIcons, CompletedB) == 0x000001, "Member 'TrialsLevelButton_InitBonusIcons::CompletedB' has a wrong offset!"); \ +static_assert(offsetof(TrialsLevelButton_InitBonusIcons, CompletedC) == 0x000002, "Member 'TrialsLevelButton_InitBonusIcons::CompletedC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsLevelButton \ +static_assert(alignof(UTrialsLevelButton) == 0x000008, "Wrong alignment on UTrialsLevelButton"); \ +static_assert(sizeof(UTrialsLevelButton) == 0x000458, "Wrong size on UTrialsLevelButton"); \ +static_assert(offsetof(UTrialsLevelButton, LevelTypeToSprite) == 0x000340, "Member 'UTrialsLevelButton::LevelTypeToSprite' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelButton, BonusIconA) == 0x000390, "Member 'UTrialsLevelButton::BonusIconA' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelButton, BonusIconB) == 0x000398, "Member 'UTrialsLevelButton::BonusIconB' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelButton, BonusIconC) == 0x0003A0, "Member 'UTrialsLevelButton::BonusIconC' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelButton, LevelConfigName) == 0x0003A8, "Member 'UTrialsLevelButton::LevelConfigName' has a wrong offset!"); \ +static_assert(offsetof(UTrialsLevelButton, LevelConfig) == 0x0003B0, "Member 'UTrialsLevelButton::LevelConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileDamageable_TakeProjectileDamage \ +static_assert(alignof(ProjectileDamageable_TakeProjectileDamage) == 0x000001, "Wrong alignment on ProjectileDamageable_TakeProjectileDamage"); \ +static_assert(sizeof(ProjectileDamageable_TakeProjectileDamage) == 0x000001, "Wrong size on ProjectileDamageable_TakeProjectileDamage"); \ +static_assert(offsetof(ProjectileDamageable_TakeProjectileDamage, ReturnValue) == 0x000000, "Member 'ProjectileDamageable_TakeProjectileDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IProjectileDamageable \ +static_assert(alignof(IProjectileDamageable) == 0x000001, "Wrong alignment on IProjectileDamageable"); \ +static_assert(sizeof(IProjectileDamageable) == 0x000001, "Wrong size on IProjectileDamageable"); \ + +#define DUMPER7_ASSERTS_ProxyUser_GetMovementProxyObject \ +static_assert(alignof(ProxyUser_GetMovementProxyObject) == 0x000008, "Wrong alignment on ProxyUser_GetMovementProxyObject"); \ +static_assert(sizeof(ProxyUser_GetMovementProxyObject) == 0x000008, "Wrong size on ProxyUser_GetMovementProxyObject"); \ +static_assert(offsetof(ProxyUser_GetMovementProxyObject, ReturnValue) == 0x000000, "Member 'ProxyUser_GetMovementProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IProxyUser \ +static_assert(alignof(IProxyUser) == 0x000001, "Wrong alignment on IProxyUser"); \ +static_assert(sizeof(IProxyUser) == 0x000001, "Wrong size on IProxyUser"); \ + +#define DUMPER7_ASSERTS_PulseDamageable_TakePulseDamage \ +static_assert(alignof(PulseDamageable_TakePulseDamage) == 0x000001, "Wrong alignment on PulseDamageable_TakePulseDamage"); \ +static_assert(sizeof(PulseDamageable_TakePulseDamage) == 0x000001, "Wrong size on PulseDamageable_TakePulseDamage"); \ +static_assert(offsetof(PulseDamageable_TakePulseDamage, ReturnValue) == 0x000000, "Member 'PulseDamageable_TakePulseDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPulseDamageable \ +static_assert(alignof(IPulseDamageable) == 0x000001, "Wrong alignment on IPulseDamageable"); \ +static_assert(sizeof(IPulseDamageable) == 0x000001, "Wrong size on IPulseDamageable"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerView_GetPlayMontageArgs \ +static_assert(alignof(PushButtonTriggerView_GetPlayMontageArgs) == 0x000004, "Wrong alignment on PushButtonTriggerView_GetPlayMontageArgs"); \ +static_assert(sizeof(PushButtonTriggerView_GetPlayMontageArgs) == 0x000018, "Wrong size on PushButtonTriggerView_GetPlayMontageArgs"); \ +static_assert(offsetof(PushButtonTriggerView_GetPlayMontageArgs, ReturnValue) == 0x000000, "Member 'PushButtonTriggerView_GetPlayMontageArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerView_ShouldExitStateOnMontageEnd \ +static_assert(alignof(PushButtonTriggerView_ShouldExitStateOnMontageEnd) == 0x000001, "Wrong alignment on PushButtonTriggerView_ShouldExitStateOnMontageEnd"); \ +static_assert(sizeof(PushButtonTriggerView_ShouldExitStateOnMontageEnd) == 0x000001, "Wrong size on PushButtonTriggerView_ShouldExitStateOnMontageEnd"); \ +static_assert(offsetof(PushButtonTriggerView_ShouldExitStateOnMontageEnd, ReturnValue) == 0x000000, "Member 'PushButtonTriggerView_ShouldExitStateOnMontageEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerView_ShouldPlayMontageOnPush \ +static_assert(alignof(PushButtonTriggerView_ShouldPlayMontageOnPush) == 0x000001, "Wrong alignment on PushButtonTriggerView_ShouldPlayMontageOnPush"); \ +static_assert(sizeof(PushButtonTriggerView_ShouldPlayMontageOnPush) == 0x000001, "Wrong size on PushButtonTriggerView_ShouldPlayMontageOnPush"); \ +static_assert(offsetof(PushButtonTriggerView_ShouldPlayMontageOnPush, ReturnValue) == 0x000000, "Member 'PushButtonTriggerView_ShouldPlayMontageOnPush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPushButtonTriggerView \ +static_assert(alignof(IPushButtonTriggerView) == 0x000001, "Wrong alignment on IPushButtonTriggerView"); \ +static_assert(sizeof(IPushButtonTriggerView) == 0x000001, "Wrong size on IPushButtonTriggerView"); \ + +#define DUMPER7_ASSERTS_PulseManager_GetPulseCollectionQueue \ +static_assert(alignof(PulseManager_GetPulseCollectionQueue) == 0x000008, "Wrong alignment on PulseManager_GetPulseCollectionQueue"); \ +static_assert(sizeof(PulseManager_GetPulseCollectionQueue) == 0x000008, "Wrong size on PulseManager_GetPulseCollectionQueue"); \ +static_assert(offsetof(PulseManager_GetPulseCollectionQueue, ReturnValue) == 0x000000, "Member 'PulseManager_GetPulseCollectionQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APulseManager \ +static_assert(alignof(APulseManager) == 0x000008, "Wrong alignment on APulseManager"); \ +static_assert(sizeof(APulseManager) == 0x000230, "Wrong size on APulseManager"); \ +static_assert(offsetof(APulseManager, PulseCollectionQueue) == 0x000228, "Member 'APulseManager::PulseCollectionQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RespondsToAim_RespondToAimBegin \ +static_assert(alignof(RespondsToAim_RespondToAimBegin) == 0x000008, "Wrong alignment on RespondsToAim_RespondToAimBegin"); \ +static_assert(sizeof(RespondsToAim_RespondToAimBegin) == 0x000020, "Wrong size on RespondsToAim_RespondToAimBegin"); \ +static_assert(offsetof(RespondsToAim_RespondToAimBegin, Source) == 0x000000, "Member 'RespondsToAim_RespondToAimBegin::Source' has a wrong offset!"); \ +static_assert(offsetof(RespondsToAim_RespondToAimBegin, AimingAbilityClass) == 0x000008, "Member 'RespondsToAim_RespondToAimBegin::AimingAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(RespondsToAim_RespondToAimBegin, AimDirection) == 0x000010, "Member 'RespondsToAim_RespondToAimBegin::AimDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RespondsToAim_RespondToAimEnd \ +static_assert(alignof(RespondsToAim_RespondToAimEnd) == 0x000008, "Wrong alignment on RespondsToAim_RespondToAimEnd"); \ +static_assert(sizeof(RespondsToAim_RespondToAimEnd) == 0x000010, "Wrong size on RespondsToAim_RespondToAimEnd"); \ +static_assert(offsetof(RespondsToAim_RespondToAimEnd, Source) == 0x000000, "Member 'RespondsToAim_RespondToAimEnd::Source' has a wrong offset!"); \ +static_assert(offsetof(RespondsToAim_RespondToAimEnd, AimingAbilityClass) == 0x000008, "Member 'RespondsToAim_RespondToAimEnd::AimingAbilityClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RespondsToAim_RespondToAimUpdate \ +static_assert(alignof(RespondsToAim_RespondToAimUpdate) == 0x000008, "Wrong alignment on RespondsToAim_RespondToAimUpdate"); \ +static_assert(sizeof(RespondsToAim_RespondToAimUpdate) == 0x000020, "Wrong size on RespondsToAim_RespondToAimUpdate"); \ +static_assert(offsetof(RespondsToAim_RespondToAimUpdate, Source) == 0x000000, "Member 'RespondsToAim_RespondToAimUpdate::Source' has a wrong offset!"); \ +static_assert(offsetof(RespondsToAim_RespondToAimUpdate, AimingAbilityClass) == 0x000008, "Member 'RespondsToAim_RespondToAimUpdate::AimingAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(RespondsToAim_RespondToAimUpdate, AimDirection) == 0x000010, "Member 'RespondsToAim_RespondToAimUpdate::AimDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRespondsToAim \ +static_assert(alignof(IRespondsToAim) == 0x000001, "Wrong alignment on IRespondsToAim"); \ +static_assert(sizeof(IRespondsToAim) == 0x000001, "Wrong size on IRespondsToAim"); \ + +#define DUMPER7_ASSERTS_RotActionHandler_PerformAction \ +static_assert(alignof(RotActionHandler_PerformAction) == 0x000008, "Wrong alignment on RotActionHandler_PerformAction"); \ +static_assert(sizeof(RotActionHandler_PerformAction) == 0x000020, "Wrong size on RotActionHandler_PerformAction"); \ +static_assert(offsetof(RotActionHandler_PerformAction, FromOwner) == 0x000000, "Member 'RotActionHandler_PerformAction::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(RotActionHandler_PerformAction, Callback) == 0x000010, "Member 'RotActionHandler_PerformAction::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionHandler_CanPerformAction \ +static_assert(alignof(RotActionHandler_CanPerformAction) == 0x000008, "Wrong alignment on RotActionHandler_CanPerformAction"); \ +static_assert(sizeof(RotActionHandler_CanPerformAction) == 0x000018, "Wrong size on RotActionHandler_CanPerformAction"); \ +static_assert(offsetof(RotActionHandler_CanPerformAction, FromOwner) == 0x000000, "Member 'RotActionHandler_CanPerformAction::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(RotActionHandler_CanPerformAction, ReturnValue) == 0x000010, "Member 'RotActionHandler_CanPerformAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRotActionHandler \ +static_assert(alignof(IRotActionHandler) == 0x000001, "Wrong alignment on IRotActionHandler"); \ +static_assert(sizeof(IRotActionHandler) == 0x000001, "Wrong size on IRotActionHandler"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractable_NotifyRotCloudHover \ +static_assert(alignof(RotCloudInteractable_NotifyRotCloudHover) == 0x000001, "Wrong alignment on RotCloudInteractable_NotifyRotCloudHover"); \ +static_assert(sizeof(RotCloudInteractable_NotifyRotCloudHover) == 0x000001, "Wrong size on RotCloudInteractable_NotifyRotCloudHover"); \ +static_assert(offsetof(RotCloudInteractable_NotifyRotCloudHover, IsHovered) == 0x000000, "Member 'RotCloudInteractable_NotifyRotCloudHover::IsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractable_GetInteractPromptText \ +static_assert(alignof(RotCloudInteractable_GetInteractPromptText) == 0x000008, "Wrong alignment on RotCloudInteractable_GetInteractPromptText"); \ +static_assert(sizeof(RotCloudInteractable_GetInteractPromptText) == 0x000018, "Wrong size on RotCloudInteractable_GetInteractPromptText"); \ +static_assert(offsetof(RotCloudInteractable_GetInteractPromptText, ReturnValue) == 0x000000, "Member 'RotCloudInteractable_GetInteractPromptText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractable_IsInteractable \ +static_assert(alignof(RotCloudInteractable_IsInteractable) == 0x000001, "Wrong alignment on RotCloudInteractable_IsInteractable"); \ +static_assert(sizeof(RotCloudInteractable_IsInteractable) == 0x000001, "Wrong size on RotCloudInteractable_IsInteractable"); \ +static_assert(offsetof(RotCloudInteractable_IsInteractable, ReturnValue) == 0x000000, "Member 'RotCloudInteractable_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRotCloudInteractable \ +static_assert(alignof(IRotCloudInteractable) == 0x000001, "Wrong alignment on IRotCloudInteractable"); \ +static_assert(sizeof(IRotCloudInteractable) == 0x000001, "Wrong size on IRotCloudInteractable"); \ + +#define DUMPER7_ASSERTS_TriggerForEach_T_ExecuteForEach \ +static_assert(alignof(TriggerForEach_T_ExecuteForEach) == 0x000008, "Wrong alignment on TriggerForEach_T_ExecuteForEach"); \ +static_assert(sizeof(TriggerForEach_T_ExecuteForEach) == 0x000008, "Wrong size on TriggerForEach_T_ExecuteForEach"); \ +static_assert(offsetof(TriggerForEach_T_ExecuteForEach, InParams) == 0x000000, "Member 'TriggerForEach_T_ExecuteForEach::InParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerForEach \ +static_assert(alignof(ATriggerForEach) == 0x000008, "Wrong alignment on ATriggerForEach"); \ +static_assert(sizeof(ATriggerForEach) == 0x000268, "Wrong size on ATriggerForEach"); \ +static_assert(offsetof(ATriggerForEach, ForEachData) == 0x000228, "Member 'ATriggerForEach::ForEachData' has a wrong offset!"); \ +static_assert(offsetof(ATriggerForEach, TriggerNode) == 0x000250, "Member 'ATriggerForEach::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ATriggerForEach, OnExecuteForEach) == 0x000258, "Member 'ATriggerForEach::OnExecuteForEach' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIsAttackTokenLockedDecorator \ +static_assert(alignof(UIsAttackTokenLockedDecorator) == 0x000008, "Wrong alignment on UIsAttackTokenLockedDecorator"); \ +static_assert(sizeof(UIsAttackTokenLockedDecorator) == 0x000068, "Wrong size on UIsAttackTokenLockedDecorator"); \ + +#define DUMPER7_ASSERTS_SelfDamageable_DealSelfDamage \ +static_assert(alignof(SelfDamageable_DealSelfDamage) == 0x000008, "Wrong alignment on SelfDamageable_DealSelfDamage"); \ +static_assert(sizeof(SelfDamageable_DealSelfDamage) == 0x000018, "Wrong size on SelfDamageable_DealSelfDamage"); \ +static_assert(offsetof(SelfDamageable_DealSelfDamage, DamageTag) == 0x000000, "Member 'SelfDamageable_DealSelfDamage::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(SelfDamageable_DealSelfDamage, InstigatorOverride) == 0x000008, "Member 'SelfDamageable_DealSelfDamage::InstigatorOverride' has a wrong offset!"); \ +static_assert(offsetof(SelfDamageable_DealSelfDamage, ReturnValue) == 0x000010, "Member 'SelfDamageable_DealSelfDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISelfDamageable \ +static_assert(alignof(ISelfDamageable) == 0x000001, "Wrong alignment on ISelfDamageable"); \ +static_assert(sizeof(ISelfDamageable) == 0x000001, "Wrong size on ISelfDamageable"); \ + +#define DUMPER7_ASSERTS_SettingsSubMenuInterface_HasAnyChanges \ +static_assert(alignof(SettingsSubMenuInterface_HasAnyChanges) == 0x000001, "Wrong alignment on SettingsSubMenuInterface_HasAnyChanges"); \ +static_assert(sizeof(SettingsSubMenuInterface_HasAnyChanges) == 0x000001, "Wrong size on SettingsSubMenuInterface_HasAnyChanges"); \ +static_assert(offsetof(SettingsSubMenuInterface_HasAnyChanges, ReturnValue) == 0x000000, "Member 'SettingsSubMenuInterface_HasAnyChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISettingsSubMenuInterface \ +static_assert(alignof(ISettingsSubMenuInterface) == 0x000001, "Wrong alignment on ISettingsSubMenuInterface"); \ +static_assert(sizeof(ISettingsSubMenuInterface) == 0x000001, "Wrong size on ISettingsSubMenuInterface"); \ + +#define DUMPER7_ASSERTS_UTriggerableTextHintConfig \ +static_assert(alignof(UTriggerableTextHintConfig) == 0x000008, "Wrong alignment on UTriggerableTextHintConfig"); \ +static_assert(sizeof(UTriggerableTextHintConfig) == 0x000090, "Wrong size on UTriggerableTextHintConfig"); \ +static_assert(offsetof(UTriggerableTextHintConfig, ShadowBoxType) == 0x000030, "Member 'UTriggerableTextHintConfig::ShadowBoxType' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, Speaker) == 0x000038, "Member 'UTriggerableTextHintConfig::Speaker' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, TextHintRegion) == 0x000050, "Member 'UTriggerableTextHintConfig::TextHintRegion' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, ShadowBoxWidgetClass) == 0x000068, "Member 'UTriggerableTextHintConfig::ShadowBoxWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, UseLegacyStyling) == 0x000070, "Member 'UTriggerableTextHintConfig::UseLegacyStyling' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, BackgroundAlpha) == 0x000074, "Member 'UTriggerableTextHintConfig::BackgroundAlpha' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, BlurStrength) == 0x000078, "Member 'UTriggerableTextHintConfig::BlurStrength' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, ShowButtonIcon) == 0x00007C, "Member 'UTriggerableTextHintConfig::ShowButtonIcon' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, IsBlocking) == 0x00007D, "Member 'UTriggerableTextHintConfig::IsBlocking' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, UseAutoStep) == 0x00007E, "Member 'UTriggerableTextHintConfig::UseAutoStep' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, AutoStepDuration) == 0x000080, "Member 'UTriggerableTextHintConfig::AutoStepDuration' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, ShouldSlomo) == 0x000084, "Member 'UTriggerableTextHintConfig::ShouldSlomo' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, RequiresDOF) == 0x000085, "Member 'UTriggerableTextHintConfig::RequiresDOF' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintConfig, InputDelayDuration) == 0x000088, "Member 'UTriggerableTextHintConfig::InputDelayDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Socketable_OnAttached \ +static_assert(alignof(Socketable_OnAttached) == 0x000008, "Wrong alignment on Socketable_OnAttached"); \ +static_assert(sizeof(Socketable_OnAttached) == 0x000010, "Wrong size on Socketable_OnAttached"); \ +static_assert(offsetof(Socketable_OnAttached, ToComponent) == 0x000000, "Member 'Socketable_OnAttached::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(Socketable_OnAttached, ToSocket) == 0x000008, "Member 'Socketable_OnAttached::ToSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Socketable_OnDetached \ +static_assert(alignof(Socketable_OnDetached) == 0x000008, "Wrong alignment on Socketable_OnDetached"); \ +static_assert(sizeof(Socketable_OnDetached) == 0x000010, "Wrong size on Socketable_OnDetached"); \ +static_assert(offsetof(Socketable_OnDetached, FromComponent) == 0x000000, "Member 'Socketable_OnDetached::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(Socketable_OnDetached, FromSocket) == 0x000008, "Member 'Socketable_OnDetached::FromSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISocketable \ +static_assert(alignof(ISocketable) == 0x000001, "Wrong alignment on ISocketable"); \ +static_assert(sizeof(ISocketable) == 0x000001, "Wrong size on ISocketable"); \ + +#define DUMPER7_ASSERTS_StateResourceUser_TrySpendStateResource \ +static_assert(alignof(StateResourceUser_TrySpendStateResource) == 0x000008, "Wrong alignment on StateResourceUser_TrySpendStateResource"); \ +static_assert(sizeof(StateResourceUser_TrySpendStateResource) == 0x000018, "Wrong size on StateResourceUser_TrySpendStateResource"); \ +static_assert(offsetof(StateResourceUser_TrySpendStateResource, ResourceType) == 0x000000, "Member 'StateResourceUser_TrySpendStateResource::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(StateResourceUser_TrySpendStateResource, NextState) == 0x000008, "Member 'StateResourceUser_TrySpendStateResource::NextState' has a wrong offset!"); \ +static_assert(offsetof(StateResourceUser_TrySpendStateResource, ReturnValue) == 0x000010, "Member 'StateResourceUser_TrySpendStateResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateResourceUser_CanAffordState \ +static_assert(alignof(StateResourceUser_CanAffordState) == 0x000008, "Wrong alignment on StateResourceUser_CanAffordState"); \ +static_assert(sizeof(StateResourceUser_CanAffordState) == 0x000018, "Wrong size on StateResourceUser_CanAffordState"); \ +static_assert(offsetof(StateResourceUser_CanAffordState, ResourceType) == 0x000000, "Member 'StateResourceUser_CanAffordState::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(StateResourceUser_CanAffordState, NextState) == 0x000008, "Member 'StateResourceUser_CanAffordState::NextState' has a wrong offset!"); \ +static_assert(offsetof(StateResourceUser_CanAffordState, ReturnValue) == 0x000010, "Member 'StateResourceUser_CanAffordState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IStateResourceUser \ +static_assert(alignof(IStateResourceUser) == 0x000001, "Wrong alignment on IStateResourceUser"); \ +static_assert(sizeof(IStateResourceUser) == 0x000001, "Wrong size on IStateResourceUser"); \ + +#define DUMPER7_ASSERTS_ShadowBoxPDSComponent_HandlePdsValueChanged \ +static_assert(alignof(ShadowBoxPDSComponent_HandlePdsValueChanged) == 0x000004, "Wrong alignment on ShadowBoxPDSComponent_HandlePdsValueChanged"); \ +static_assert(sizeof(ShadowBoxPDSComponent_HandlePdsValueChanged) == 0x00000C, "Wrong size on ShadowBoxPDSComponent_HandlePdsValueChanged"); \ +static_assert(offsetof(ShadowBoxPDSComponent_HandlePdsValueChanged, Key) == 0x000000, "Member 'ShadowBoxPDSComponent_HandlePdsValueChanged::Key' has a wrong offset!"); \ +static_assert(offsetof(ShadowBoxPDSComponent_HandlePdsValueChanged, Value) == 0x000008, "Member 'ShadowBoxPDSComponent_HandlePdsValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBoxPDSComponent_OnWidgetDisplayed \ +static_assert(alignof(ShadowBoxPDSComponent_OnWidgetDisplayed) == 0x000008, "Wrong alignment on ShadowBoxPDSComponent_OnWidgetDisplayed"); \ +static_assert(sizeof(ShadowBoxPDSComponent_OnWidgetDisplayed) == 0x000010, "Wrong size on ShadowBoxPDSComponent_OnWidgetDisplayed"); \ +static_assert(offsetof(ShadowBoxPDSComponent_OnWidgetDisplayed, Widget) == 0x000000, "Member 'ShadowBoxPDSComponent_OnWidgetDisplayed::Widget' has a wrong offset!"); \ +static_assert(offsetof(ShadowBoxPDSComponent_OnWidgetDisplayed, InArgs) == 0x000008, "Member 'ShadowBoxPDSComponent_OnWidgetDisplayed::InArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowBoxPDSComponent \ +static_assert(alignof(UShadowBoxPDSComponent) == 0x000008, "Wrong alignment on UShadowBoxPDSComponent"); \ +static_assert(sizeof(UShadowBoxPDSComponent) == 0x0000D8, "Wrong size on UShadowBoxPDSComponent"); \ +static_assert(offsetof(UShadowBoxPDSComponent, SliderTextConfig) == 0x0000B0, "Member 'UShadowBoxPDSComponent::SliderTextConfig' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxPDSComponent, SliderShadowBoxPdsTables) == 0x0000B8, "Member 'UShadowBoxPDSComponent::SliderShadowBoxPdsTables' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxPDSComponent, QueuedRows) == 0x0000C8, "Member 'UShadowBoxPDSComponent::QueuedRows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UtilityScorer_TryIncreaseUtilityScore \ +static_assert(alignof(UtilityScorer_TryIncreaseUtilityScore) == 0x000004, "Wrong alignment on UtilityScorer_TryIncreaseUtilityScore"); \ +static_assert(sizeof(UtilityScorer_TryIncreaseUtilityScore) == 0x00000C, "Wrong size on UtilityScorer_TryIncreaseUtilityScore"); \ +static_assert(offsetof(UtilityScorer_TryIncreaseUtilityScore, Score) == 0x000000, "Member 'UtilityScorer_TryIncreaseUtilityScore::Score' has a wrong offset!"); \ +static_assert(offsetof(UtilityScorer_TryIncreaseUtilityScore, Delta) == 0x000004, "Member 'UtilityScorer_TryIncreaseUtilityScore::Delta' has a wrong offset!"); \ +static_assert(offsetof(UtilityScorer_TryIncreaseUtilityScore, ReturnValue) == 0x000008, "Member 'UtilityScorer_TryIncreaseUtilityScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUtilityScorer \ +static_assert(alignof(IUtilityScorer) == 0x000001, "Wrong alignment on IUtilityScorer"); \ +static_assert(sizeof(IUtilityScorer) == 0x000001, "Wrong size on IUtilityScorer"); \ + +#define DUMPER7_ASSERTS_ULocomotionBalanceConfig \ +static_assert(alignof(ULocomotionBalanceConfig) == 0x000008, "Wrong alignment on ULocomotionBalanceConfig"); \ +static_assert(sizeof(ULocomotionBalanceConfig) == 0x000490, "Wrong size on ULocomotionBalanceConfig"); \ +static_assert(offsetof(ULocomotionBalanceConfig, SlideTuning) == 0x000030, "Member 'ULocomotionBalanceConfig::SlideTuning' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, SpiritSwimTuning) == 0x00005C, "Member 'ULocomotionBalanceConfig::SpiritSwimTuning' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, SurfaceSwimTuning) == 0x000060, "Member 'ULocomotionBalanceConfig::SurfaceSwimTuning' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, LedgeClimbTuning) == 0x000070, "Member 'ULocomotionBalanceConfig::LedgeClimbTuning' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, PulseJumpGravityCurve) == 0x0002A8, "Member 'ULocomotionBalanceConfig::PulseJumpGravityCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, MoveInputInterpCurve) == 0x000330, "Member 'ULocomotionBalanceConfig::MoveInputInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, VelocityToTurnSpeedCurve) == 0x0003B8, "Member 'ULocomotionBalanceConfig::VelocityToTurnSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionBalanceConfig, LocomotionStateDatas) == 0x000440, "Member 'ULocomotionBalanceConfig::LocomotionStateDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartTutorialWidget \ +static_assert(alignof(USmartTutorialWidget) == 0x000008, "Wrong alignment on USmartTutorialWidget"); \ +static_assert(sizeof(USmartTutorialWidget) == 0x0002B0, "Wrong size on USmartTutorialWidget"); \ +static_assert(offsetof(USmartTutorialWidget, FadeAnimation) == 0x000260, "Member 'USmartTutorialWidget::FadeAnimation' has a wrong offset!"); \ +static_assert(offsetof(USmartTutorialWidget, Text) == 0x000268, "Member 'USmartTutorialWidget::Text' has a wrong offset!"); \ +static_assert(offsetof(USmartTutorialWidget, TutorialData) == 0x000270, "Member 'USmartTutorialWidget::TutorialData' has a wrong offset!"); \ +static_assert(offsetof(USmartTutorialWidget, TutorialDisplayHandle) == 0x0002A8, "Member 'USmartTutorialWidget::TutorialDisplayHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaBalanceConfig_GetStateEconomicData \ +static_assert(alignof(KenaBalanceConfig_GetStateEconomicData) == 0x000008, "Wrong alignment on KenaBalanceConfig_GetStateEconomicData"); \ +static_assert(sizeof(KenaBalanceConfig_GetStateEconomicData) == 0x000020, "Wrong size on KenaBalanceConfig_GetStateEconomicData"); \ +static_assert(offsetof(KenaBalanceConfig_GetStateEconomicData, StateClass) == 0x000000, "Member 'KenaBalanceConfig_GetStateEconomicData::StateClass' has a wrong offset!"); \ +static_assert(offsetof(KenaBalanceConfig_GetStateEconomicData, OutEconomicData) == 0x000008, "Member 'KenaBalanceConfig_GetStateEconomicData::OutEconomicData' has a wrong offset!"); \ +static_assert(offsetof(KenaBalanceConfig_GetStateEconomicData, ReturnValue) == 0x000018, "Member 'KenaBalanceConfig_GetStateEconomicData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaBalanceConfig_GetLocoData \ +static_assert(alignof(KenaBalanceConfig_GetLocoData) == 0x000008, "Wrong alignment on KenaBalanceConfig_GetLocoData"); \ +static_assert(sizeof(KenaBalanceConfig_GetLocoData) == 0x0000F0, "Wrong size on KenaBalanceConfig_GetLocoData"); \ +static_assert(offsetof(KenaBalanceConfig_GetLocoData, StateClass) == 0x000000, "Member 'KenaBalanceConfig_GetLocoData::StateClass' has a wrong offset!"); \ +static_assert(offsetof(KenaBalanceConfig_GetLocoData, OutLocomotion) == 0x000008, "Member 'KenaBalanceConfig_GetLocoData::OutLocomotion' has a wrong offset!"); \ +static_assert(offsetof(KenaBalanceConfig_GetLocoData, Owner) == 0x0000E0, "Member 'KenaBalanceConfig_GetLocoData::Owner' has a wrong offset!"); \ +static_assert(offsetof(KenaBalanceConfig_GetLocoData, ReturnValue) == 0x0000E8, "Member 'KenaBalanceConfig_GetLocoData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKenaBalanceConfig \ +static_assert(alignof(UKenaBalanceConfig) == 0x000008, "Wrong alignment on UKenaBalanceConfig"); \ +static_assert(sizeof(UKenaBalanceConfig) == 0x0005B0, "Wrong size on UKenaBalanceConfig"); \ +static_assert(offsetof(UKenaBalanceConfig, LocomotionConfig) == 0x000098, "Member 'UKenaBalanceConfig::LocomotionConfig' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DisbandCloudOnCombatEnd) == 0x0000A0, "Member 'UKenaBalanceConfig::DisbandCloudOnCombatEnd' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, WeaponConfigs) == 0x0000A8, "Member 'UKenaBalanceConfig::WeaponConfigs' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, RotCountToUnlockAbility) == 0x0000F8, "Member 'UKenaBalanceConfig::RotCountToUnlockAbility' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, SoftLockDistance) == 0x000148, "Member 'UKenaBalanceConfig::SoftLockDistance' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, MaxScootDistance) == 0x00014C, "Member 'UKenaBalanceConfig::MaxScootDistance' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, AbilityMaxScootDistance) == 0x000150, "Member 'UKenaBalanceConfig::AbilityMaxScootDistance' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, ScootPadding) == 0x000154, "Member 'UKenaBalanceConfig::ScootPadding' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, HealthResourceInfo) == 0x000158, "Member 'UKenaBalanceConfig::HealthResourceInfo' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DeadzoneHealthResourceInfo) == 0x000180, "Member 'UKenaBalanceConfig::DeadzoneHealthResourceInfo' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, SpiritResourceInfo) == 0x0001A8, "Member 'UKenaBalanceConfig::SpiritResourceInfo' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, CourageResourceInfo) == 0x0001D0, "Member 'UKenaBalanceConfig::CourageResourceInfo' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, HealthUpgradeAmount) == 0x0001F8, "Member 'UKenaBalanceConfig::HealthUpgradeAmount' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, UseLastHitMechanic) == 0x0001FC, "Member 'UKenaBalanceConfig::UseLastHitMechanic' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, PlayerIsIdleTime) == 0x000200, "Member 'UKenaBalanceConfig::PlayerIsIdleTime' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, FallDamageSettings) == 0x000204, "Member 'UKenaBalanceConfig::FallDamageSettings' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, FallAnimationThreshold) == 0x000230, "Member 'UKenaBalanceConfig::FallAnimationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, PulseJumpGravityCurve) == 0x000238, "Member 'UKenaBalanceConfig::PulseJumpGravityCurve' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, VelocityToTurnSpeedCurve) == 0x0002C0, "Member 'UKenaBalanceConfig::VelocityToTurnSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, AirBowGlobalTimeDilation) == 0x000348, "Member 'UKenaBalanceConfig::AirBowGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, AirBowPlayerTimeDilation) == 0x00034C, "Member 'UKenaBalanceConfig::AirBowPlayerTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DriveRotCloudMaxFallDistance) == 0x000350, "Member 'UKenaBalanceConfig::DriveRotCloudMaxFallDistance' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, SpeedFactorMin) == 0x000354, "Member 'UKenaBalanceConfig::SpeedFactorMin' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, RespawnTime) == 0x000358, "Member 'UKenaBalanceConfig::RespawnTime' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, HitResponseConfig) == 0x000360, "Member 'UKenaBalanceConfig::HitResponseConfig' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, HitstopConfig) == 0x0003A0, "Member 'UKenaBalanceConfig::HitstopConfig' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, AttackTokenConfigs) == 0x0004B8, "Member 'UKenaBalanceConfig::AttackTokenConfigs' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, LiquidDeadzoneSurfaceType) == 0x000508, "Member 'UKenaBalanceConfig::LiquidDeadzoneSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, LiquidDeathSurfaceType) == 0x000509, "Member 'UKenaBalanceConfig::LiquidDeathSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, LiquidDeathDamageTag) == 0x00050C, "Member 'UKenaBalanceConfig::LiquidDeathDamageTag' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DeadzoneDeathDamageTag) == 0x000514, "Member 'UKenaBalanceConfig::DeadzoneDeathDamageTag' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DeadzoneDeathTime) == 0x00051C, "Member 'UKenaBalanceConfig::DeadzoneDeathTime' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DeadzoneDurationToSlowFactor) == 0x000520, "Member 'UKenaBalanceConfig::DeadzoneDurationToSlowFactor' has a wrong offset!"); \ +static_assert(offsetof(UKenaBalanceConfig, DeadzoneSlowRewindSpeedFactor) == 0x0005A8, "Member 'UKenaBalanceConfig::DeadzoneSlowRewindSpeedFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleCurrencyGrantedFeedback \ +static_assert(alignof(KenaCharacter_HandleCurrencyGrantedFeedback) == 0x000004, "Wrong alignment on KenaCharacter_HandleCurrencyGrantedFeedback"); \ +static_assert(sizeof(KenaCharacter_HandleCurrencyGrantedFeedback) == 0x000004, "Wrong size on KenaCharacter_HandleCurrencyGrantedFeedback"); \ +static_assert(offsetof(KenaCharacter_HandleCurrencyGrantedFeedback, DeltaCurrency) == 0x000000, "Member 'KenaCharacter_HandleCurrencyGrantedFeedback::DeltaCurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleDepletionBlocked \ +static_assert(alignof(KenaCharacter_HandleDepletionBlocked) == 0x000001, "Wrong alignment on KenaCharacter_HandleDepletionBlocked"); \ +static_assert(sizeof(KenaCharacter_HandleDepletionBlocked) == 0x000001, "Wrong size on KenaCharacter_HandleDepletionBlocked"); \ +static_assert(offsetof(KenaCharacter_HandleDepletionBlocked, ResourceType) == 0x000000, "Member 'KenaCharacter_HandleDepletionBlocked::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleDifficultyChanged \ +static_assert(alignof(KenaCharacter_HandleDifficultyChanged) == 0x000008, "Wrong alignment on KenaCharacter_HandleDifficultyChanged"); \ +static_assert(sizeof(KenaCharacter_HandleDifficultyChanged) == 0x000010, "Wrong size on KenaCharacter_HandleDifficultyChanged"); \ +static_assert(offsetof(KenaCharacter_HandleDifficultyChanged, Setting) == 0x000000, "Member 'KenaCharacter_HandleDifficultyChanged::Setting' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_HandleDifficultyChanged, Config) == 0x000008, "Member 'KenaCharacter_HandleDifficultyChanged::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleResourceIncrease \ +static_assert(alignof(KenaCharacter_HandleResourceIncrease) == 0x000008, "Wrong alignment on KenaCharacter_HandleResourceIncrease"); \ +static_assert(sizeof(KenaCharacter_HandleResourceIncrease) == 0x000018, "Wrong size on KenaCharacter_HandleResourceIncrease"); \ +static_assert(offsetof(KenaCharacter_HandleResourceIncrease, ResourceType) == 0x000000, "Member 'KenaCharacter_HandleResourceIncrease::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_HandleResourceIncrease, DeltaHP) == 0x000004, "Member 'KenaCharacter_HandleResourceIncrease::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_HandleResourceIncrease, IncreaseInstigator) == 0x000008, "Member 'KenaCharacter_HandleResourceIncrease::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_HandleResourceIncrease, Causer) == 0x000010, "Member 'KenaCharacter_HandleResourceIncrease::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleRotCollected \ +static_assert(alignof(KenaCharacter_HandleRotCollected) == 0x000008, "Wrong alignment on KenaCharacter_HandleRotCollected"); \ +static_assert(sizeof(KenaCharacter_HandleRotCollected) == 0x000010, "Wrong size on KenaCharacter_HandleRotCollected"); \ +static_assert(offsetof(KenaCharacter_HandleRotCollected, NumCollected) == 0x000000, "Member 'KenaCharacter_HandleRotCollected::NumCollected' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_HandleRotCollected, NumOwned) == 0x000004, "Member 'KenaCharacter_HandleRotCollected::NumOwned' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_HandleRotCollected, FromOwner) == 0x000008, "Member 'KenaCharacter_HandleRotCollected::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleRotPipStateChanged \ +static_assert(alignof(KenaCharacter_HandleRotPipStateChanged) == 0x000004, "Wrong alignment on KenaCharacter_HandleRotPipStateChanged"); \ +static_assert(sizeof(KenaCharacter_HandleRotPipStateChanged) == 0x000014, "Wrong size on KenaCharacter_HandleRotPipStateChanged"); \ +static_assert(offsetof(KenaCharacter_HandleRotPipStateChanged, PipStateData) == 0x000000, "Member 'KenaCharacter_HandleRotPipStateChanged::PipStateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleRotPipUsed \ +static_assert(alignof(KenaCharacter_HandleRotPipUsed) == 0x000004, "Wrong alignment on KenaCharacter_HandleRotPipUsed"); \ +static_assert(sizeof(KenaCharacter_HandleRotPipUsed) == 0x000004, "Wrong size on KenaCharacter_HandleRotPipUsed"); \ +static_assert(offsetof(KenaCharacter_HandleRotPipUsed, NumPips) == 0x000000, "Member 'KenaCharacter_HandleRotPipUsed::NumPips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_HandleSoftReset \ +static_assert(alignof(KenaCharacter_HandleSoftReset) == 0x000001, "Wrong alignment on KenaCharacter_HandleSoftReset"); \ +static_assert(sizeof(KenaCharacter_HandleSoftReset) == 0x000001, "Wrong size on KenaCharacter_HandleSoftReset"); \ +static_assert(offsetof(KenaCharacter_HandleSoftReset, reason) == 0x000000, "Member 'KenaCharacter_HandleSoftReset::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_OnKenaCompletedCombat \ +static_assert(alignof(KenaCharacter_OnKenaCompletedCombat) == 0x000010, "Wrong alignment on KenaCharacter_OnKenaCompletedCombat"); \ +static_assert(sizeof(KenaCharacter_OnKenaCompletedCombat) == 0x000040, "Wrong size on KenaCharacter_OnKenaCompletedCombat"); \ +static_assert(offsetof(KenaCharacter_OnKenaCompletedCombat, EnemyDeathTransform) == 0x000000, "Member 'KenaCharacter_OnKenaCompletedCombat::EnemyDeathTransform' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_OnKenaCompletedCombat, EncounterVolume) == 0x000030, "Member 'KenaCharacter_OnKenaCompletedCombat::EncounterVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_OnKenaLightDataChanged \ +static_assert(alignof(KenaCharacter_OnKenaLightDataChanged) == 0x000004, "Wrong alignment on KenaCharacter_OnKenaLightDataChanged"); \ +static_assert(sizeof(KenaCharacter_OnKenaLightDataChanged) == 0x00001C, "Wrong size on KenaCharacter_OnKenaLightDataChanged"); \ +static_assert(offsetof(KenaCharacter_OnKenaLightDataChanged, LightData) == 0x000000, "Member 'KenaCharacter_OnKenaLightDataChanged::LightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_PreSaveGame \ +static_assert(alignof(KenaCharacter_PreSaveGame) == 0x000008, "Wrong alignment on KenaCharacter_PreSaveGame"); \ +static_assert(sizeof(KenaCharacter_PreSaveGame) == 0x000010, "Wrong size on KenaCharacter_PreSaveGame"); \ +static_assert(offsetof(KenaCharacter_PreSaveGame, SaveGameVariables) == 0x000000, "Member 'KenaCharacter_PreSaveGame::SaveGameVariables' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_PreSaveGame, IsManualSave) == 0x000008, "Member 'KenaCharacter_PreSaveGame::IsManualSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_SetDodgeEnabled \ +static_assert(alignof(KenaCharacter_SetDodgeEnabled) == 0x000001, "Wrong alignment on KenaCharacter_SetDodgeEnabled"); \ +static_assert(sizeof(KenaCharacter_SetDodgeEnabled) == 0x000001, "Wrong size on KenaCharacter_SetDodgeEnabled"); \ +static_assert(offsetof(KenaCharacter_SetDodgeEnabled, IsEnabled) == 0x000000, "Member 'KenaCharacter_SetDodgeEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_SetLightBrightness \ +static_assert(alignof(KenaCharacter_SetLightBrightness) == 0x000004, "Wrong alignment on KenaCharacter_SetLightBrightness"); \ +static_assert(sizeof(KenaCharacter_SetLightBrightness) == 0x000004, "Wrong size on KenaCharacter_SetLightBrightness"); \ +static_assert(offsetof(KenaCharacter_SetLightBrightness, Value) == 0x000000, "Member 'KenaCharacter_SetLightBrightness::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_ShowKena \ +static_assert(alignof(KenaCharacter_ShowKena) == 0x000004, "Wrong alignment on KenaCharacter_ShowKena"); \ +static_assert(sizeof(KenaCharacter_ShowKena) == 0x000008, "Wrong size on KenaCharacter_ShowKena"); \ +static_assert(offsetof(KenaCharacter_ShowKena, Option) == 0x000000, "Member 'KenaCharacter_ShowKena::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_StartPlayback \ +static_assert(alignof(KenaCharacter_StartPlayback) == 0x000004, "Wrong alignment on KenaCharacter_StartPlayback"); \ +static_assert(sizeof(KenaCharacter_StartPlayback) == 0x000008, "Wrong size on KenaCharacter_StartPlayback"); \ +static_assert(offsetof(KenaCharacter_StartPlayback, RecordingName) == 0x000000, "Member 'KenaCharacter_StartPlayback::RecordingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_StartRecording \ +static_assert(alignof(KenaCharacter_StartRecording) == 0x000004, "Wrong alignment on KenaCharacter_StartRecording"); \ +static_assert(sizeof(KenaCharacter_StartRecording) == 0x000008, "Wrong size on KenaCharacter_StartRecording"); \ +static_assert(offsetof(KenaCharacter_StartRecording, RecordingName) == 0x000000, "Member 'KenaCharacter_StartRecording::RecordingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_TrySpendStateResource \ +static_assert(alignof(KenaCharacter_TrySpendStateResource) == 0x000008, "Wrong alignment on KenaCharacter_TrySpendStateResource"); \ +static_assert(sizeof(KenaCharacter_TrySpendStateResource) == 0x000018, "Wrong size on KenaCharacter_TrySpendStateResource"); \ +static_assert(offsetof(KenaCharacter_TrySpendStateResource, ResourceType) == 0x000000, "Member 'KenaCharacter_TrySpendStateResource::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_TrySpendStateResource, NextState) == 0x000008, "Member 'KenaCharacter_TrySpendStateResource::NextState' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_TrySpendStateResource, ReturnValue) == 0x000010, "Member 'KenaCharacter_TrySpendStateResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_CanAffordState \ +static_assert(alignof(KenaCharacter_CanAffordState) == 0x000008, "Wrong alignment on KenaCharacter_CanAffordState"); \ +static_assert(sizeof(KenaCharacter_CanAffordState) == 0x000018, "Wrong size on KenaCharacter_CanAffordState"); \ +static_assert(offsetof(KenaCharacter_CanAffordState, ResourceType) == 0x000000, "Member 'KenaCharacter_CanAffordState::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_CanAffordState, NextState) == 0x000008, "Member 'KenaCharacter_CanAffordState::NextState' has a wrong offset!"); \ +static_assert(offsetof(KenaCharacter_CanAffordState, ReturnValue) == 0x000010, "Member 'KenaCharacter_CanAffordState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_GetIsUsingPushButtonTrigger \ +static_assert(alignof(KenaCharacter_GetIsUsingPushButtonTrigger) == 0x000001, "Wrong alignment on KenaCharacter_GetIsUsingPushButtonTrigger"); \ +static_assert(sizeof(KenaCharacter_GetIsUsingPushButtonTrigger) == 0x000001, "Wrong size on KenaCharacter_GetIsUsingPushButtonTrigger"); \ +static_assert(offsetof(KenaCharacter_GetIsUsingPushButtonTrigger, ReturnValue) == 0x000000, "Member 'KenaCharacter_GetIsUsingPushButtonTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KenaCharacter_IsInsidePlayWithRotBlockingVolume \ +static_assert(alignof(KenaCharacter_IsInsidePlayWithRotBlockingVolume) == 0x000001, "Wrong alignment on KenaCharacter_IsInsidePlayWithRotBlockingVolume"); \ +static_assert(sizeof(KenaCharacter_IsInsidePlayWithRotBlockingVolume) == 0x000001, "Wrong size on KenaCharacter_IsInsidePlayWithRotBlockingVolume"); \ +static_assert(offsetof(KenaCharacter_IsInsidePlayWithRotBlockingVolume, ReturnValue) == 0x000000, "Member 'KenaCharacter_IsInsidePlayWithRotBlockingVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKenaCharacter \ +static_assert(alignof(AKenaCharacter) == 0x000010, "Wrong alignment on AKenaCharacter"); \ +static_assert(sizeof(AKenaCharacter) == 0x000BF0, "Wrong size on AKenaCharacter"); \ +static_assert(offsetof(AKenaCharacter, SpawnFloorDistanceSnapThreshold) == 0x0007F8, "Member 'AKenaCharacter::SpawnFloorDistanceSnapThreshold' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, SpawnFloorSearchVerticalOffset) == 0x0007FC, "Member 'AKenaCharacter::SpawnFloorSearchVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DlcLevelSetTable) == 0x000800, "Member 'AKenaCharacter::DlcLevelSetTable' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DlcLevelTable) == 0x000808, "Member 'AKenaCharacter::DlcLevelTable' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, TimeDilationManager) == 0x000810, "Member 'AKenaCharacter::TimeDilationManager' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CostumeTable) == 0x000818, "Member 'AKenaCharacter::CostumeTable' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, StaffTable) == 0x000820, "Member 'AKenaCharacter::StaffTable' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CharmsTable) == 0x000828, "Member 'AKenaCharacter::CharmsTable' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DefaultCostume) == 0x000830, "Member 'AKenaCharacter::DefaultCostume' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DefaultStaff) == 0x000940, "Member 'AKenaCharacter::DefaultStaff' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DefaultCharm) == 0x0009B0, "Member 'AKenaCharacter::DefaultCharm' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DodgeVulnerabilityTags) == 0x000A48, "Member 'AKenaCharacter::DodgeVulnerabilityTags' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, InvincibilityTags) == 0x000A68, "Member 'AKenaCharacter::InvincibilityTags' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, BalanceConfig) == 0x000A88, "Member 'AKenaCharacter::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, AbilityUser) == 0x000A90, "Member 'AKenaCharacter::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, RotOwner) == 0x000A98, "Member 'AKenaCharacter::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, SaveGameComponent) == 0x000AA0, "Member 'AKenaCharacter::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, AttackTokenSource) == 0x000AA8, "Member 'AKenaCharacter::AttackTokenSource' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, LockOnComponent) == 0x000AB0, "Member 'AKenaCharacter::LockOnComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, PlayerHitResponse) == 0x000AB8, "Member 'AKenaCharacter::PlayerHitResponse' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, DeadzoneSlowComponent) == 0x000AC0, "Member 'AKenaCharacter::DeadzoneSlowComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, PlayerRecorder) == 0x000AC8, "Member 'AKenaCharacter::PlayerRecorder' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, WaterInteractorComponent) == 0x000AD0, "Member 'AKenaCharacter::WaterInteractorComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, FidgetController) == 0x000AD8, "Member 'AKenaCharacter::FidgetController' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CostumeMeshComponent) == 0x000AE0, "Member 'AKenaCharacter::CostumeMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CharmHolderMeshComp) == 0x000AE8, "Member 'AKenaCharacter::CharmHolderMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CharmGemMeshComp) == 0x000AF0, "Member 'AKenaCharacter::CharmGemMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, StateMachine) == 0x000AF8, "Member 'AKenaCharacter::StateMachine' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, PlayerMaterialParameterCollection) == 0x000B00, "Member 'AKenaCharacter::PlayerMaterialParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, PlayerTimeName) == 0x000B08, "Member 'AKenaCharacter::PlayerTimeName' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, PlayerTime) == 0x000B10, "Member 'AKenaCharacter::PlayerTime' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, FallTimeLimit) == 0x000B14, "Member 'AKenaCharacter::FallTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, FallTimeLimitZThreshold) == 0x000B18, "Member 'AKenaCharacter::FallTimeLimitZThreshold' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, KenaLightData) == 0x000B1C, "Member 'AKenaCharacter::KenaLightData' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CameraUnderwaterEvent) == 0x000B38, "Member 'AKenaCharacter::CameraUnderwaterEvent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, CameraOverwaterEvent) == 0x000B40, "Member 'AKenaCharacter::CameraOverwaterEvent' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, IsDodgeActive) == 0x000B48, "Member 'AKenaCharacter::IsDodgeActive' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, IsUsingPushButtonTrigger) == 0x000B49, "Member 'AKenaCharacter::IsUsingPushButtonTrigger' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, FallLimitTimer) == 0x000B50, "Member 'AKenaCharacter::FallLimitTimer' has a wrong offset!"); \ +static_assert(offsetof(AKenaCharacter, PlayWithRotBlockingVolumes) == 0x000B98, "Member 'AKenaCharacter::PlayWithRotBlockingVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpawnedVillagerActor \ +static_assert(alignof(ASpawnedVillagerActor) == 0x000010, "Wrong alignment on ASpawnedVillagerActor"); \ +static_assert(sizeof(ASpawnedVillagerActor) == 0x0003F0, "Wrong size on ASpawnedVillagerActor"); \ +static_assert(offsetof(ASpawnedVillagerActor, SkeletalMesh) == 0x000228, "Member 'ASpawnedVillagerActor::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ASpawnedVillagerActor, ParameterTween) == 0x000230, "Member 'ASpawnedVillagerActor::ParameterTween' has a wrong offset!"); \ +static_assert(offsetof(ASpawnedVillagerActor, MeshData) == 0x000240, "Member 'ASpawnedVillagerActor::MeshData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKenaLightNotifyState \ +static_assert(alignof(UKenaLightNotifyState) == 0x000008, "Wrong alignment on UKenaLightNotifyState"); \ +static_assert(sizeof(UKenaLightNotifyState) == 0x000038, "Wrong size on UKenaLightNotifyState"); \ +static_assert(offsetof(UKenaLightNotifyState, AnimCurveName) == 0x000030, "Member 'UKenaLightNotifyState::AnimCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKenaPlayerState \ +static_assert(alignof(AKenaPlayerState) == 0x000008, "Wrong alignment on AKenaPlayerState"); \ +static_assert(sizeof(AKenaPlayerState) == 0x000328, "Wrong size on AKenaPlayerState"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsTriggerParams \ +static_assert(alignof(UGameplayTagsTriggerParams) == 0x000008, "Wrong alignment on UGameplayTagsTriggerParams"); \ +static_assert(sizeof(UGameplayTagsTriggerParams) == 0x000038, "Wrong size on UGameplayTagsTriggerParams"); \ +static_assert(offsetof(UGameplayTagsTriggerParams, Tag) == 0x000030, "Member 'UGameplayTagsTriggerParams::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKenaUpgradesWidget \ +static_assert(alignof(UKenaUpgradesWidget) == 0x000008, "Wrong alignment on UKenaUpgradesWidget"); \ +static_assert(sizeof(UKenaUpgradesWidget) == 0x000278, "Wrong size on UKenaUpgradesWidget"); \ +static_assert(offsetof(UKenaUpgradesWidget, KenaAbilityData) == 0x000260, "Member 'UKenaUpgradesWidget::KenaAbilityData' has a wrong offset!"); \ +static_assert(offsetof(UKenaUpgradesWidget, UnlockData) == 0x000270, "Member 'UKenaUpgradesWidget::UnlockData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelLoader_PDSValueChanged \ +static_assert(alignof(LevelLoader_PDSValueChanged) == 0x000004, "Wrong alignment on LevelLoader_PDSValueChanged"); \ +static_assert(sizeof(LevelLoader_PDSValueChanged) == 0x000010, "Wrong size on LevelLoader_PDSValueChanged"); \ +static_assert(offsetof(LevelLoader_PDSValueChanged, Context) == 0x000000, "Member 'LevelLoader_PDSValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(LevelLoader_PDSValueChanged, KeyName) == 0x000004, "Member 'LevelLoader_PDSValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(LevelLoader_PDSValueChanged, Value) == 0x00000C, "Member 'LevelLoader_PDSValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelLoader \ +static_assert(alignof(ALevelLoader) == 0x000008, "Wrong alignment on ALevelLoader"); \ +static_assert(sizeof(ALevelLoader) == 0x0002B0, "Wrong size on ALevelLoader"); \ +static_assert(offsetof(ALevelLoader, TriggerNode) == 0x000228, "Member 'ALevelLoader::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, PDSWatch) == 0x000230, "Member 'ALevelLoader::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, PreloadLevels) == 0x000238, "Member 'ALevelLoader::PreloadLevels' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, HideInsteadOfUnload) == 0x000239, "Member 'ALevelLoader::HideInsteadOfUnload' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, BlockingLoad) == 0x00023A, "Member 'ALevelLoader::BlockingLoad' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, PDSKeyName) == 0x00023C, "Member 'ALevelLoader::PDSKeyName' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, CurrentLevelGroup) == 0x000244, "Member 'ALevelLoader::CurrentLevelGroup' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, LevelGroups) == 0x000248, "Member 'ALevelLoader::LevelGroups' has a wrong offset!"); \ +static_assert(offsetof(ALevelLoader, AllLevels) == 0x000258, "Member 'ALevelLoader::AllLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightingFogDirectorComponent \ +static_assert(alignof(ULightingFogDirectorComponent) == 0x000008, "Wrong alignment on ULightingFogDirectorComponent"); \ +static_assert(sizeof(ULightingFogDirectorComponent) == 0x000138, "Wrong size on ULightingFogDirectorComponent"); \ +static_assert(offsetof(ULightingFogDirectorComponent, PreviousCubemapBlend) == 0x0000B0, "Member 'ULightingFogDirectorComponent::PreviousCubemapBlend' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, TargetWindSettings) == 0x0000C8, "Member 'ULightingFogDirectorComponent::TargetWindSettings' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, UpdateDirectionalLight) == 0x0000DC, "Member 'ULightingFogDirectorComponent::UpdateDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, UpdateSkyLight) == 0x0000DD, "Member 'ULightingFogDirectorComponent::UpdateSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, UpdateExponentialHeightFog) == 0x0000DE, "Member 'ULightingFogDirectorComponent::UpdateExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, UpdateAtmosphericFog) == 0x0000DF, "Member 'ULightingFogDirectorComponent::UpdateAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, UpdateSky) == 0x0000E0, "Member 'ULightingFogDirectorComponent::UpdateSky' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, UpdateWindSettings) == 0x0000E1, "Member 'ULightingFogDirectorComponent::UpdateWindSettings' has a wrong offset!"); \ +static_assert(offsetof(ULightingFogDirectorComponent, CloudParamCollection) == 0x0000E8, "Member 'ULightingFogDirectorComponent::CloudParamCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VentSpawner_OnAllInstancesDied \ +static_assert(alignof(VentSpawner_OnAllInstancesDied) == 0x000008, "Wrong alignment on VentSpawner_OnAllInstancesDied"); \ +static_assert(sizeof(VentSpawner_OnAllInstancesDied) == 0x000008, "Wrong size on VentSpawner_OnAllInstancesDied"); \ +static_assert(offsetof(VentSpawner_OnAllInstancesDied, FromSpawner) == 0x000000, "Member 'VentSpawner_OnAllInstancesDied::FromSpawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VentSpawner_T_StartSpawning \ +static_assert(alignof(VentSpawner_T_StartSpawning) == 0x000008, "Wrong alignment on VentSpawner_T_StartSpawning"); \ +static_assert(sizeof(VentSpawner_T_StartSpawning) == 0x000008, "Wrong size on VentSpawner_T_StartSpawning"); \ +static_assert(offsetof(VentSpawner_T_StartSpawning, Params_0) == 0x000000, "Member 'VentSpawner_T_StartSpawning::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VentSpawner_T_StopSpawning \ +static_assert(alignof(VentSpawner_T_StopSpawning) == 0x000008, "Wrong alignment on VentSpawner_T_StopSpawning"); \ +static_assert(sizeof(VentSpawner_T_StopSpawning) == 0x000008, "Wrong size on VentSpawner_T_StopSpawning"); \ +static_assert(offsetof(VentSpawner_T_StopSpawning, Params_0) == 0x000000, "Member 'VentSpawner_T_StopSpawning::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVentSpawner \ +static_assert(alignof(AVentSpawner) == 0x000008, "Wrong alignment on AVentSpawner"); \ +static_assert(sizeof(AVentSpawner) == 0x0004C0, "Wrong size on AVentSpawner"); \ +static_assert(offsetof(AVentSpawner, RespawnDelay) == 0x000460, "Member 'AVentSpawner::RespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, DelayBetweenSpawners) == 0x000464, "Member 'AVentSpawner::DelayBetweenSpawners' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, IsAlive) == 0x000468, "Member 'AVentSpawner::IsAlive' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, IsSpawning) == 0x000469, "Member 'AVentSpawner::IsSpawning' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, EnemySpawners) == 0x000470, "Member 'AVentSpawner::EnemySpawners' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, SpawnersRequestingSpawn) == 0x000480, "Member 'AVentSpawner::SpawnersRequestingSpawn' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, SpawnTimer) == 0x000490, "Member 'AVentSpawner::SpawnTimer' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, RespawnTimers) == 0x000498, "Member 'AVentSpawner::RespawnTimers' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, LastSpawnTime) == 0x0004A8, "Member 'AVentSpawner::LastSpawnTime' has a wrong offset!"); \ +static_assert(offsetof(AVentSpawner, OnSpawnerDestroyedAndInstancesDead) == 0x0004B0, "Member 'AVentSpawner::OnSpawnerDestroyedAndInstancesDead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadingScreen \ +static_assert(alignof(ULoadingScreen) == 0x000008, "Wrong alignment on ULoadingScreen"); \ +static_assert(sizeof(ULoadingScreen) == 0x000260, "Wrong size on ULoadingScreen"); \ + +#define DUMPER7_ASSERTS_ULocatorComponent \ +static_assert(alignof(ULocatorComponent) == 0x000010, "Wrong alignment on ULocatorComponent"); \ +static_assert(sizeof(ULocatorComponent) == 0x000200, "Wrong size on ULocatorComponent"); \ +static_assert(offsetof(ULocatorComponent, GroupName) == 0x0001F8, "Member 'ULocatorComponent::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_DecrementPhase \ +static_assert(alignof(PhaseComponent_DecrementPhase) == 0x000004, "Wrong alignment on PhaseComponent_DecrementPhase"); \ +static_assert(sizeof(PhaseComponent_DecrementPhase) == 0x000004, "Wrong size on PhaseComponent_DecrementPhase"); \ +static_assert(offsetof(PhaseComponent_DecrementPhase, ReturnValue) == 0x000000, "Member 'PhaseComponent_DecrementPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_DecrementPhaseTrigger \ +static_assert(alignof(PhaseComponent_DecrementPhaseTrigger) == 0x000008, "Wrong alignment on PhaseComponent_DecrementPhaseTrigger"); \ +static_assert(sizeof(PhaseComponent_DecrementPhaseTrigger) == 0x000008, "Wrong size on PhaseComponent_DecrementPhaseTrigger"); \ +static_assert(offsetof(PhaseComponent_DecrementPhaseTrigger, Params_0) == 0x000000, "Member 'PhaseComponent_DecrementPhaseTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_IncrementPhase \ +static_assert(alignof(PhaseComponent_IncrementPhase) == 0x000004, "Wrong alignment on PhaseComponent_IncrementPhase"); \ +static_assert(sizeof(PhaseComponent_IncrementPhase) == 0x000004, "Wrong size on PhaseComponent_IncrementPhase"); \ +static_assert(offsetof(PhaseComponent_IncrementPhase, ReturnValue) == 0x000000, "Member 'PhaseComponent_IncrementPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_IncrementPhaseTrigger \ +static_assert(alignof(PhaseComponent_IncrementPhaseTrigger) == 0x000008, "Wrong alignment on PhaseComponent_IncrementPhaseTrigger"); \ +static_assert(sizeof(PhaseComponent_IncrementPhaseTrigger) == 0x000008, "Wrong size on PhaseComponent_IncrementPhaseTrigger"); \ +static_assert(offsetof(PhaseComponent_IncrementPhaseTrigger, Params_0) == 0x000000, "Member 'PhaseComponent_IncrementPhaseTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_SetPhase \ +static_assert(alignof(PhaseComponent_SetPhase) == 0x000004, "Wrong alignment on PhaseComponent_SetPhase"); \ +static_assert(sizeof(PhaseComponent_SetPhase) == 0x000004, "Wrong size on PhaseComponent_SetPhase"); \ +static_assert(offsetof(PhaseComponent_SetPhase, NewPhase) == 0x000000, "Member 'PhaseComponent_SetPhase::NewPhase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_SetPhaseTrigger \ +static_assert(alignof(PhaseComponent_SetPhaseTrigger) == 0x000008, "Wrong alignment on PhaseComponent_SetPhaseTrigger"); \ +static_assert(sizeof(PhaseComponent_SetPhaseTrigger) == 0x000008, "Wrong size on PhaseComponent_SetPhaseTrigger"); \ +static_assert(offsetof(PhaseComponent_SetPhaseTrigger, Params_0) == 0x000000, "Member 'PhaseComponent_SetPhaseTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhaseComponent_GetPhase \ +static_assert(alignof(PhaseComponent_GetPhase) == 0x000004, "Wrong alignment on PhaseComponent_GetPhase"); \ +static_assert(sizeof(PhaseComponent_GetPhase) == 0x000004, "Wrong size on PhaseComponent_GetPhase"); \ +static_assert(offsetof(PhaseComponent_GetPhase, ReturnValue) == 0x000000, "Member 'PhaseComponent_GetPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhaseComponent \ +static_assert(alignof(UPhaseComponent) == 0x000008, "Wrong alignment on UPhaseComponent"); \ +static_assert(sizeof(UPhaseComponent) == 0x0000D8, "Wrong size on UPhaseComponent"); \ +static_assert(offsetof(UPhaseComponent, OnPhaseChanged) == 0x0000B0, "Member 'UPhaseComponent::OnPhaseChanged' has a wrong offset!"); \ +static_assert(offsetof(UPhaseComponent, OnPhaseChangedTrigger) == 0x0000C0, "Member 'UPhaseComponent::OnPhaseChangedTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPhaseComponent, Phase) == 0x0000D0, "Member 'UPhaseComponent::Phase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOrientToSoftLockTargetNotifyState \ +static_assert(alignof(UOrientToSoftLockTargetNotifyState) == 0x000008, "Wrong alignment on UOrientToSoftLockTargetNotifyState"); \ +static_assert(sizeof(UOrientToSoftLockTargetNotifyState) == 0x0000E0, "Wrong size on UOrientToSoftLockTargetNotifyState"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, CanPerformAdjustment) == 0x000030, "Member 'UOrientToSoftLockTargetNotifyState::CanPerformAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, InitialSoftLockRotationRate) == 0x000034, "Member 'UOrientToSoftLockTargetNotifyState::InitialSoftLockRotationRate' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, CachedTargetLocation) == 0x000038, "Member 'UOrientToSoftLockTargetNotifyState::CachedTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, RotationRateCurve) == 0x000048, "Member 'UOrientToSoftLockTargetNotifyState::RotationRateCurve' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, CheckInputDirection) == 0x0000D0, "Member 'UOrientToSoftLockTargetNotifyState::CheckInputDirection' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, InputMinCosThreshold) == 0x0000D4, "Member 'UOrientToSoftLockTargetNotifyState::InputMinCosThreshold' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, UseVelocityOrbit) == 0x0000D8, "Member 'UOrientToSoftLockTargetNotifyState::UseVelocityOrbit' has a wrong offset!"); \ +static_assert(offsetof(UOrientToSoftLockTargetNotifyState, VelocityThreshold) == 0x0000DC, "Member 'UOrientToSoftLockTargetNotifyState::VelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorManager_RegisterLocator \ +static_assert(alignof(LocatorManager_RegisterLocator) == 0x000008, "Wrong alignment on LocatorManager_RegisterLocator"); \ +static_assert(sizeof(LocatorManager_RegisterLocator) == 0x000008, "Wrong size on LocatorManager_RegisterLocator"); \ +static_assert(offsetof(LocatorManager_RegisterLocator, Locator) == 0x000000, "Member 'LocatorManager_RegisterLocator::Locator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorManager_SetGroupEnabled \ +static_assert(alignof(LocatorManager_SetGroupEnabled) == 0x000004, "Wrong alignment on LocatorManager_SetGroupEnabled"); \ +static_assert(sizeof(LocatorManager_SetGroupEnabled) == 0x00000C, "Wrong size on LocatorManager_SetGroupEnabled"); \ +static_assert(offsetof(LocatorManager_SetGroupEnabled, GroupName) == 0x000000, "Member 'LocatorManager_SetGroupEnabled::GroupName' has a wrong offset!"); \ +static_assert(offsetof(LocatorManager_SetGroupEnabled, IsEnabled) == 0x000008, "Member 'LocatorManager_SetGroupEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorManager_UnregisterLocator \ +static_assert(alignof(LocatorManager_UnregisterLocator) == 0x000008, "Wrong alignment on LocatorManager_UnregisterLocator"); \ +static_assert(sizeof(LocatorManager_UnregisterLocator) == 0x000008, "Wrong size on LocatorManager_UnregisterLocator"); \ +static_assert(offsetof(LocatorManager_UnregisterLocator, Locator) == 0x000000, "Member 'LocatorManager_UnregisterLocator::Locator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorManager_GetGroupLocatorCount \ +static_assert(alignof(LocatorManager_GetGroupLocatorCount) == 0x000004, "Wrong alignment on LocatorManager_GetGroupLocatorCount"); \ +static_assert(sizeof(LocatorManager_GetGroupLocatorCount) == 0x00000C, "Wrong size on LocatorManager_GetGroupLocatorCount"); \ +static_assert(offsetof(LocatorManager_GetGroupLocatorCount, GroupName) == 0x000000, "Member 'LocatorManager_GetGroupLocatorCount::GroupName' has a wrong offset!"); \ +static_assert(offsetof(LocatorManager_GetGroupLocatorCount, ReturnValue) == 0x000008, "Member 'LocatorManager_GetGroupLocatorCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorManager_GetIsGroupEnabled \ +static_assert(alignof(LocatorManager_GetIsGroupEnabled) == 0x000004, "Wrong alignment on LocatorManager_GetIsGroupEnabled"); \ +static_assert(sizeof(LocatorManager_GetIsGroupEnabled) == 0x00000C, "Wrong size on LocatorManager_GetIsGroupEnabled"); \ +static_assert(offsetof(LocatorManager_GetIsGroupEnabled, GroupName) == 0x000000, "Member 'LocatorManager_GetIsGroupEnabled::GroupName' has a wrong offset!"); \ +static_assert(offsetof(LocatorManager_GetIsGroupEnabled, ReturnValue) == 0x000008, "Member 'LocatorManager_GetIsGroupEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocatorManager_TryFindGroup \ +static_assert(alignof(LocatorManager_TryFindGroup) == 0x000008, "Wrong alignment on LocatorManager_TryFindGroup"); \ +static_assert(sizeof(LocatorManager_TryFindGroup) == 0x000018, "Wrong size on LocatorManager_TryFindGroup"); \ +static_assert(offsetof(LocatorManager_TryFindGroup, GroupName) == 0x000000, "Member 'LocatorManager_TryFindGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(LocatorManager_TryFindGroup, OutGroup) == 0x000008, "Member 'LocatorManager_TryFindGroup::OutGroup' has a wrong offset!"); \ +static_assert(offsetof(LocatorManager_TryFindGroup, ReturnValue) == 0x000010, "Member 'LocatorManager_TryFindGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALocatorManager \ +static_assert(alignof(ALocatorManager) == 0x000008, "Wrong alignment on ALocatorManager"); \ +static_assert(sizeof(ALocatorManager) == 0x000278, "Wrong size on ALocatorManager"); \ +static_assert(offsetof(ALocatorManager, LocatorGroups) == 0x000228, "Member 'ALocatorManager::LocatorGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULockAttackTokenService \ +static_assert(alignof(ULockAttackTokenService) == 0x000008, "Wrong alignment on ULockAttackTokenService"); \ +static_assert(sizeof(ULockAttackTokenService) == 0x000070, "Wrong size on ULockAttackTokenService"); \ + +#define DUMPER7_ASSERTS_LockComponent_HandlePDSChanged \ +static_assert(alignof(LockComponent_HandlePDSChanged) == 0x000004, "Wrong alignment on LockComponent_HandlePDSChanged"); \ +static_assert(sizeof(LockComponent_HandlePDSChanged) == 0x000010, "Wrong size on LockComponent_HandlePDSChanged"); \ +static_assert(offsetof(LockComponent_HandlePDSChanged, Condition) == 0x000000, "Member 'LockComponent_HandlePDSChanged::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockComponent_PostLoadGame \ +static_assert(alignof(LockComponent_PostLoadGame) == 0x000008, "Wrong alignment on LockComponent_PostLoadGame"); \ +static_assert(sizeof(LockComponent_PostLoadGame) == 0x000008, "Wrong size on LockComponent_PostLoadGame"); \ +static_assert(offsetof(LockComponent_PostLoadGame, SaveGameVariables) == 0x000000, "Member 'LockComponent_PostLoadGame::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockComponent_SetLocked \ +static_assert(alignof(LockComponent_SetLocked) == 0x000001, "Wrong alignment on LockComponent_SetLocked"); \ +static_assert(sizeof(LockComponent_SetLocked) == 0x000001, "Wrong size on LockComponent_SetLocked"); \ +static_assert(offsetof(LockComponent_SetLocked, Locked) == 0x000000, "Member 'LockComponent_SetLocked::Locked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockComponent_T_Lock \ +static_assert(alignof(LockComponent_T_Lock) == 0x000008, "Wrong alignment on LockComponent_T_Lock"); \ +static_assert(sizeof(LockComponent_T_Lock) == 0x000008, "Wrong size on LockComponent_T_Lock"); \ +static_assert(offsetof(LockComponent_T_Lock, Params_0) == 0x000000, "Member 'LockComponent_T_Lock::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockComponent_T_SetLocked \ +static_assert(alignof(LockComponent_T_SetLocked) == 0x000008, "Wrong alignment on LockComponent_T_SetLocked"); \ +static_assert(sizeof(LockComponent_T_SetLocked) == 0x000008, "Wrong size on LockComponent_T_SetLocked"); \ +static_assert(offsetof(LockComponent_T_SetLocked, Params_0) == 0x000000, "Member 'LockComponent_T_SetLocked::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockComponent_T_Unlock \ +static_assert(alignof(LockComponent_T_Unlock) == 0x000008, "Wrong alignment on LockComponent_T_Unlock"); \ +static_assert(sizeof(LockComponent_T_Unlock) == 0x000008, "Wrong size on LockComponent_T_Unlock"); \ +static_assert(offsetof(LockComponent_T_Unlock, Params_0) == 0x000000, "Member 'LockComponent_T_Unlock::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LockComponent_GetIsLocked \ +static_assert(alignof(LockComponent_GetIsLocked) == 0x000001, "Wrong alignment on LockComponent_GetIsLocked"); \ +static_assert(sizeof(LockComponent_GetIsLocked) == 0x000001, "Wrong size on LockComponent_GetIsLocked"); \ +static_assert(offsetof(LockComponent_GetIsLocked, ReturnValue) == 0x000000, "Member 'LockComponent_GetIsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULockComponent \ +static_assert(alignof(ULockComponent) == 0x000008, "Wrong alignment on ULockComponent"); \ +static_assert(sizeof(ULockComponent) == 0x0000F8, "Wrong size on ULockComponent"); \ +static_assert(offsetof(ULockComponent, OnLockChanged) == 0x0000B0, "Member 'ULockComponent::OnLockChanged' has a wrong offset!"); \ +static_assert(offsetof(ULockComponent, T_OnLocked) == 0x0000C0, "Member 'ULockComponent::T_OnLocked' has a wrong offset!"); \ +static_assert(offsetof(ULockComponent, T_OnUnlocked) == 0x0000D0, "Member 'ULockComponent::T_OnUnlocked' has a wrong offset!"); \ +static_assert(offsetof(ULockComponent, IsLocked) == 0x0000E0, "Member 'ULockComponent::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(ULockComponent, UnlockViaPDS) == 0x0000E1, "Member 'ULockComponent::UnlockViaPDS' has a wrong offset!"); \ +static_assert(offsetof(ULockComponent, PDSCondition) == 0x0000E4, "Member 'ULockComponent::PDSCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenshotContext \ +static_assert(alignof(UScreenshotContext) == 0x000008, "Wrong alignment on UScreenshotContext"); \ +static_assert(sizeof(UScreenshotContext) == 0x000058, "Wrong size on UScreenshotContext"); \ + +#define DUMPER7_ASSERTS_RotActionWidget_SetIconState \ +static_assert(alignof(RotActionWidget_SetIconState) == 0x000001, "Wrong alignment on RotActionWidget_SetIconState"); \ +static_assert(sizeof(RotActionWidget_SetIconState) == 0x000001, "Wrong size on RotActionWidget_SetIconState"); \ +static_assert(offsetof(RotActionWidget_SetIconState, CurrentState) == 0x000000, "Member 'RotActionWidget_SetIconState::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotActionWidget \ +static_assert(alignof(URotActionWidget) == 0x000008, "Wrong alignment on URotActionWidget"); \ +static_assert(sizeof(URotActionWidget) == 0x000268, "Wrong size on URotActionWidget"); \ +static_assert(offsetof(URotActionWidget, IconState) == 0x000260, "Member 'URotActionWidget::IconState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ApplyCharacterBasedMovement \ +static_assert(alignof(LocomotionComponent_ApplyCharacterBasedMovement) == 0x000004, "Wrong alignment on LocomotionComponent_ApplyCharacterBasedMovement"); \ +static_assert(sizeof(LocomotionComponent_ApplyCharacterBasedMovement) == 0x000008, "Wrong size on LocomotionComponent_ApplyCharacterBasedMovement"); \ +static_assert(offsetof(LocomotionComponent_ApplyCharacterBasedMovement, Input) == 0x000000, "Member 'LocomotionComponent_ApplyCharacterBasedMovement::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ApplyLocomotion \ +static_assert(alignof(LocomotionComponent_ApplyLocomotion) == 0x000004, "Wrong alignment on LocomotionComponent_ApplyLocomotion"); \ +static_assert(sizeof(LocomotionComponent_ApplyLocomotion) == 0x000008, "Wrong size on LocomotionComponent_ApplyLocomotion"); \ +static_assert(offsetof(LocomotionComponent_ApplyLocomotion, Input) == 0x000000, "Member 'LocomotionComponent_ApplyLocomotion::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ApplyLocomotionValues \ +static_assert(alignof(LocomotionComponent_ApplyLocomotionValues) == 0x000004, "Wrong alignment on LocomotionComponent_ApplyLocomotionValues"); \ +static_assert(sizeof(LocomotionComponent_ApplyLocomotionValues) == 0x000010, "Wrong size on LocomotionComponent_ApplyLocomotionValues"); \ +static_assert(offsetof(LocomotionComponent_ApplyLocomotionValues, Direction) == 0x000000, "Member 'LocomotionComponent_ApplyLocomotionValues::Direction' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_ApplyLocomotionValues, InputScale) == 0x00000C, "Member 'LocomotionComponent_ApplyLocomotionValues::InputScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ApplyMovementInCameraSpace \ +static_assert(alignof(LocomotionComponent_ApplyMovementInCameraSpace) == 0x000004, "Wrong alignment on LocomotionComponent_ApplyMovementInCameraSpace"); \ +static_assert(sizeof(LocomotionComponent_ApplyMovementInCameraSpace) == 0x000008, "Wrong size on LocomotionComponent_ApplyMovementInCameraSpace"); \ +static_assert(offsetof(LocomotionComponent_ApplyMovementInCameraSpace, Input) == 0x000000, "Member 'LocomotionComponent_ApplyMovementInCameraSpace::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ApplySlopeAngleToSpeed \ +static_assert(alignof(LocomotionComponent_ApplySlopeAngleToSpeed) == 0x000004, "Wrong alignment on LocomotionComponent_ApplySlopeAngleToSpeed"); \ +static_assert(sizeof(LocomotionComponent_ApplySlopeAngleToSpeed) == 0x000008, "Wrong size on LocomotionComponent_ApplySlopeAngleToSpeed"); \ +static_assert(offsetof(LocomotionComponent_ApplySlopeAngleToSpeed, Angle) == 0x000000, "Member 'LocomotionComponent_ApplySlopeAngleToSpeed::Angle' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_ApplySlopeAngleToSpeed, DeltaTime) == 0x000004, "Member 'LocomotionComponent_ApplySlopeAngleToSpeed::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_CalculateLocomotionValues \ +static_assert(alignof(LocomotionComponent_CalculateLocomotionValues) == 0x000004, "Wrong alignment on LocomotionComponent_CalculateLocomotionValues"); \ +static_assert(sizeof(LocomotionComponent_CalculateLocomotionValues) == 0x000018, "Wrong size on LocomotionComponent_CalculateLocomotionValues"); \ +static_assert(offsetof(LocomotionComponent_CalculateLocomotionValues, Input) == 0x000000, "Member 'LocomotionComponent_CalculateLocomotionValues::Input' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_CalculateLocomotionValues, OutDirection) == 0x000008, "Member 'LocomotionComponent_CalculateLocomotionValues::OutDirection' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_CalculateLocomotionValues, OutScale) == 0x000014, "Member 'LocomotionComponent_CalculateLocomotionValues::OutScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ConfigureSwimmingData \ +static_assert(alignof(LocomotionComponent_ConfigureSwimmingData) == 0x000004, "Wrong alignment on LocomotionComponent_ConfigureSwimmingData"); \ +static_assert(sizeof(LocomotionComponent_ConfigureSwimmingData) == 0x00000C, "Wrong size on LocomotionComponent_ConfigureSwimmingData"); \ +static_assert(offsetof(LocomotionComponent_ConfigureSwimmingData, InDefaultBuoyancy) == 0x000000, "Member 'LocomotionComponent_ConfigureSwimmingData::InDefaultBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_ConfigureSwimmingData, InMaxSwimSpeed) == 0x000004, "Member 'LocomotionComponent_ConfigureSwimmingData::InMaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_ConfigureSwimmingData, InSwimBrakingDeceleration) == 0x000008, "Member 'LocomotionComponent_ConfigureSwimmingData::InSwimBrakingDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_EnableGravityScaleOverride \ +static_assert(alignof(LocomotionComponent_EnableGravityScaleOverride) == 0x000004, "Wrong alignment on LocomotionComponent_EnableGravityScaleOverride"); \ +static_assert(sizeof(LocomotionComponent_EnableGravityScaleOverride) == 0x000004, "Wrong size on LocomotionComponent_EnableGravityScaleOverride"); \ +static_assert(offsetof(LocomotionComponent_EnableGravityScaleOverride, GravityScale) == 0x000000, "Member 'LocomotionComponent_EnableGravityScaleOverride::GravityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_EnableRotationOverride \ +static_assert(alignof(LocomotionComponent_EnableRotationOverride) == 0x000004, "Wrong alignment on LocomotionComponent_EnableRotationOverride"); \ +static_assert(sizeof(LocomotionComponent_EnableRotationOverride) == 0x000004, "Wrong size on LocomotionComponent_EnableRotationOverride"); \ +static_assert(offsetof(LocomotionComponent_EnableRotationOverride, Rotation) == 0x000000, "Member 'LocomotionComponent_EnableRotationOverride::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_GetCharacterMovement \ +static_assert(alignof(LocomotionComponent_GetCharacterMovement) == 0x000008, "Wrong alignment on LocomotionComponent_GetCharacterMovement"); \ +static_assert(sizeof(LocomotionComponent_GetCharacterMovement) == 0x000008, "Wrong size on LocomotionComponent_GetCharacterMovement"); \ +static_assert(offsetof(LocomotionComponent_GetCharacterMovement, ReturnValue) == 0x000000, "Member 'LocomotionComponent_GetCharacterMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_GetCurrentConfigClassName \ +static_assert(alignof(LocomotionComponent_GetCurrentConfigClassName) == 0x000004, "Wrong alignment on LocomotionComponent_GetCurrentConfigClassName"); \ +static_assert(sizeof(LocomotionComponent_GetCurrentConfigClassName) == 0x000008, "Wrong size on LocomotionComponent_GetCurrentConfigClassName"); \ +static_assert(offsetof(LocomotionComponent_GetCurrentConfigClassName, ReturnValue) == 0x000000, "Member 'LocomotionComponent_GetCurrentConfigClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_GetFloorDetails \ +static_assert(alignof(LocomotionComponent_GetFloorDetails) == 0x000004, "Wrong alignment on LocomotionComponent_GetFloorDetails"); \ +static_assert(sizeof(LocomotionComponent_GetFloorDetails) == 0x00009C, "Wrong size on LocomotionComponent_GetFloorDetails"); \ +static_assert(offsetof(LocomotionComponent_GetFloorDetails, Angle) == 0x000000, "Member 'LocomotionComponent_GetFloorDetails::Angle' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_GetFloorDetails, Direction) == 0x000004, "Member 'LocomotionComponent_GetFloorDetails::Direction' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_GetFloorDetails, Hit) == 0x000010, "Member 'LocomotionComponent_GetFloorDetails::Hit' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_GetFloorDetails, ReturnValue) == 0x000098, "Member 'LocomotionComponent_GetFloorDetails::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_GetInputBufferComponent \ +static_assert(alignof(LocomotionComponent_GetInputBufferComponent) == 0x000008, "Wrong alignment on LocomotionComponent_GetInputBufferComponent"); \ +static_assert(sizeof(LocomotionComponent_GetInputBufferComponent) == 0x000008, "Wrong size on LocomotionComponent_GetInputBufferComponent"); \ +static_assert(offsetof(LocomotionComponent_GetInputBufferComponent, ReturnValue) == 0x000000, "Member 'LocomotionComponent_GetInputBufferComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_GetIsSteering \ +static_assert(alignof(LocomotionComponent_GetIsSteering) == 0x000001, "Wrong alignment on LocomotionComponent_GetIsSteering"); \ +static_assert(sizeof(LocomotionComponent_GetIsSteering) == 0x000001, "Wrong size on LocomotionComponent_GetIsSteering"); \ +static_assert(offsetof(LocomotionComponent_GetIsSteering, ReturnValue) == 0x000000, "Member 'LocomotionComponent_GetIsSteering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_GetRotationRate \ +static_assert(alignof(LocomotionComponent_GetRotationRate) == 0x000004, "Wrong alignment on LocomotionComponent_GetRotationRate"); \ +static_assert(sizeof(LocomotionComponent_GetRotationRate) == 0x000004, "Wrong size on LocomotionComponent_GetRotationRate"); \ +static_assert(offsetof(LocomotionComponent_GetRotationRate, ReturnValue) == 0x000000, "Member 'LocomotionComponent_GetRotationRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_PeekData \ +static_assert(alignof(LocomotionComponent_PeekData) == 0x000008, "Wrong alignment on LocomotionComponent_PeekData"); \ +static_assert(sizeof(LocomotionComponent_PeekData) == 0x0000D8, "Wrong size on LocomotionComponent_PeekData"); \ +static_assert(offsetof(LocomotionComponent_PeekData, ReturnValue) == 0x000000, "Member 'LocomotionComponent_PeekData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_PlayBuoyancyCurve \ +static_assert(alignof(LocomotionComponent_PlayBuoyancyCurve) == 0x000008, "Wrong alignment on LocomotionComponent_PlayBuoyancyCurve"); \ +static_assert(sizeof(LocomotionComponent_PlayBuoyancyCurve) == 0x000098, "Wrong size on LocomotionComponent_PlayBuoyancyCurve"); \ +static_assert(offsetof(LocomotionComponent_PlayBuoyancyCurve, InBuoyancyCurve) == 0x000000, "Member 'LocomotionComponent_PlayBuoyancyCurve::InBuoyancyCurve' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_PlayBuoyancyCurve, MinMax) == 0x000088, "Member 'LocomotionComponent_PlayBuoyancyCurve::MinMax' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_PlayBuoyancyCurve, ReturnValue) == 0x000090, "Member 'LocomotionComponent_PlayBuoyancyCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_PopData \ +static_assert(alignof(LocomotionComponent_PopData) == 0x000008, "Wrong alignment on LocomotionComponent_PopData"); \ +static_assert(sizeof(LocomotionComponent_PopData) == 0x0000E0, "Wrong size on LocomotionComponent_PopData"); \ +static_assert(offsetof(LocomotionComponent_PopData, Owner) == 0x000000, "Member 'LocomotionComponent_PopData::Owner' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_PopData, ReturnValue) == 0x000008, "Member 'LocomotionComponent_PopData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_PushData \ +static_assert(alignof(LocomotionComponent_PushData) == 0x000008, "Wrong alignment on LocomotionComponent_PushData"); \ +static_assert(sizeof(LocomotionComponent_PushData) == 0x0000E0, "Wrong size on LocomotionComponent_PushData"); \ +static_assert(offsetof(LocomotionComponent_PushData, Owner) == 0x000000, "Member 'LocomotionComponent_PushData::Owner' has a wrong offset!"); \ +static_assert(offsetof(LocomotionComponent_PushData, Data) == 0x000008, "Member 'LocomotionComponent_PushData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_SetGlobalWalkSpeedFactor \ +static_assert(alignof(LocomotionComponent_SetGlobalWalkSpeedFactor) == 0x000004, "Wrong alignment on LocomotionComponent_SetGlobalWalkSpeedFactor"); \ +static_assert(sizeof(LocomotionComponent_SetGlobalWalkSpeedFactor) == 0x000004, "Wrong size on LocomotionComponent_SetGlobalWalkSpeedFactor"); \ +static_assert(offsetof(LocomotionComponent_SetGlobalWalkSpeedFactor, Factor) == 0x000000, "Member 'LocomotionComponent_SetGlobalWalkSpeedFactor::Factor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_SetPivotDirection \ +static_assert(alignof(LocomotionComponent_SetPivotDirection) == 0x000004, "Wrong alignment on LocomotionComponent_SetPivotDirection"); \ +static_assert(sizeof(LocomotionComponent_SetPivotDirection) == 0x00000C, "Wrong size on LocomotionComponent_SetPivotDirection"); \ +static_assert(offsetof(LocomotionComponent_SetPivotDirection, ForwardVector) == 0x000000, "Member 'LocomotionComponent_SetPivotDirection::ForwardVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_ShouldSlide \ +static_assert(alignof(LocomotionComponent_ShouldSlide) == 0x000001, "Wrong alignment on LocomotionComponent_ShouldSlide"); \ +static_assert(sizeof(LocomotionComponent_ShouldSlide) == 0x000001, "Wrong size on LocomotionComponent_ShouldSlide"); \ +static_assert(offsetof(LocomotionComponent_ShouldSlide, ReturnValue) == 0x000000, "Member 'LocomotionComponent_ShouldSlide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocomotionComponent_UpdatePivot \ +static_assert(alignof(LocomotionComponent_UpdatePivot) == 0x000004, "Wrong alignment on LocomotionComponent_UpdatePivot"); \ +static_assert(sizeof(LocomotionComponent_UpdatePivot) == 0x000004, "Wrong size on LocomotionComponent_UpdatePivot"); \ +static_assert(offsetof(LocomotionComponent_UpdatePivot, DeltaTime) == 0x000000, "Member 'LocomotionComponent_UpdatePivot::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocomotionComponent \ +static_assert(alignof(ULocomotionComponent) == 0x000008, "Wrong alignment on ULocomotionComponent"); \ +static_assert(sizeof(ULocomotionComponent) == 0x000490, "Wrong size on ULocomotionComponent"); \ +static_assert(offsetof(ULocomotionComponent, CharacterMovement) == 0x0000B0, "Member 'ULocomotionComponent::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, LocomotionDataStack) == 0x0000B8, "Member 'ULocomotionComponent::LocomotionDataStack' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, LocomotionStackNames) == 0x0000C8, "Member 'ULocomotionComponent::LocomotionStackNames' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, mbLeftGround) == 0x0000D8, "Member 'ULocomotionComponent::mbLeftGround' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, DefaultLocomotionData) == 0x0000E0, "Member 'ULocomotionComponent::DefaultLocomotionData' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, MovementInterpCurve) == 0x0001B8, "Member 'ULocomotionComponent::MovementInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, VelocityToTurnSpeedCurve) == 0x000240, "Member 'ULocomotionComponent::VelocityToTurnSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PivotCutoffThreshold) == 0x0002C8, "Member 'ULocomotionComponent::PivotCutoffThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PivotPercent) == 0x0002CC, "Member 'ULocomotionComponent::PivotPercent' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PivotDirection) == 0x0002D0, "Member 'ULocomotionComponent::PivotDirection' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SteeringModeSpeedThreshold) == 0x0002D4, "Member 'ULocomotionComponent::SteeringModeSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, IsSteering) == 0x0002D8, "Member 'ULocomotionComponent::IsSteering' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, DefaultBuoyancy) == 0x0002DC, "Member 'ULocomotionComponent::DefaultBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, MaxSwimSpeed) == 0x0002E0, "Member 'ULocomotionComponent::MaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SwimBrakingDeceleration) == 0x0002E4, "Member 'ULocomotionComponent::SwimBrakingDeceleration' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SlopeToMoveSpeedCurve) == 0x0002E8, "Member 'ULocomotionComponent::SlopeToMoveSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SlopeBoost) == 0x000370, "Member 'ULocomotionComponent::SlopeBoost' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SlopeBoostMax) == 0x000374, "Member 'ULocomotionComponent::SlopeBoostMax' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SlopeBoostSpeed) == 0x000378, "Member 'ULocomotionComponent::SlopeBoostSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, SlopeBoostDecaySpeed) == 0x00037C, "Member 'ULocomotionComponent::SlopeBoostDecaySpeed' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PreviousInput) == 0x000380, "Member 'ULocomotionComponent::PreviousInput' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, TurnDirection) == 0x00038C, "Member 'ULocomotionComponent::TurnDirection' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, CanGrabLedge) == 0x000390, "Member 'ULocomotionComponent::CanGrabLedge' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, AllowSlopeSpeedModification) == 0x000391, "Member 'ULocomotionComponent::AllowSlopeSpeedModification' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, OnBuoyancyCurveComplete) == 0x000398, "Member 'ULocomotionComponent::OnBuoyancyCurveComplete' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, GlobalWalkSpeedFactor) == 0x0003A8, "Member 'ULocomotionComponent::GlobalWalkSpeedFactor' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, TwirlAngleDegreeThreshold) == 0x0003AC, "Member 'ULocomotionComponent::TwirlAngleDegreeThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, UseRotationRateOverride) == 0x0003B0, "Member 'ULocomotionComponent::UseRotationRateOverride' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, UseGravityScaleOverride) == 0x0003B1, "Member 'ULocomotionComponent::UseGravityScaleOverride' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, IsPlayingBuoyancyCurve) == 0x0003B2, "Member 'ULocomotionComponent::IsPlayingBuoyancyCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, CurrentBuoyancyCurve) == 0x0003B8, "Member 'ULocomotionComponent::CurrentBuoyancyCurve' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, BuoyancyCurveMinMax) == 0x000440, "Member 'ULocomotionComponent::BuoyancyCurveMinMax' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, BuoyancyCurveStartTime) == 0x000448, "Member 'ULocomotionComponent::BuoyancyCurveStartTime' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, UsesPivots) == 0x00044C, "Member 'ULocomotionComponent::UsesPivots' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PivotInputThreshold) == 0x000450, "Member 'ULocomotionComponent::PivotInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PivotRotationSpeed) == 0x000454, "Member 'ULocomotionComponent::PivotRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, PivotThresholdCosine) == 0x000458, "Member 'ULocomotionComponent::PivotThresholdCosine' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, ApplyInputAveraging) == 0x00045C, "Member 'ULocomotionComponent::ApplyInputAveraging' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, InputAveragingWindow) == 0x000460, "Member 'ULocomotionComponent::InputAveragingWindow' has a wrong offset!"); \ +static_assert(offsetof(ULocomotionComponent, InputBuffer) == 0x000488, "Member 'ULocomotionComponent::InputBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LookForwardModifier_Look \ +static_assert(alignof(LookForwardModifier_Look) == 0x000008, "Wrong alignment on LookForwardModifier_Look"); \ +static_assert(sizeof(LookForwardModifier_Look) == 0x000040, "Wrong size on LookForwardModifier_Look"); \ +static_assert(offsetof(LookForwardModifier_Look, InContext) == 0x000000, "Member 'LookForwardModifier_Look::InContext' has a wrong offset!"); \ +static_assert(offsetof(LookForwardModifier_Look, OptionalLookTarget) == 0x000038, "Member 'LookForwardModifier_Look::OptionalLookTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULookForwardModifier \ +static_assert(alignof(ULookForwardModifier) == 0x000008, "Wrong alignment on ULookForwardModifier"); \ +static_assert(sizeof(ULookForwardModifier) == 0x0000A0, "Wrong size on ULookForwardModifier"); \ +static_assert(offsetof(ULookForwardModifier, InitialRotation) == 0x000048, "Member 'ULookForwardModifier::InitialRotation' has a wrong offset!"); \ +static_assert(offsetof(ULookForwardModifier, TargetRotation) == 0x000054, "Member 'ULookForwardModifier::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(ULookForwardModifier, CurrentContext) == 0x000060, "Member 'ULookForwardModifier::CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(ULookForwardModifier, DelayHandle) == 0x000098, "Member 'ULookForwardModifier::DelayHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PickupSpawner_BeginSpawn \ +static_assert(alignof(PickupSpawner_BeginSpawn) == 0x000008, "Wrong alignment on PickupSpawner_BeginSpawn"); \ +static_assert(sizeof(PickupSpawner_BeginSpawn) == 0x000008, "Wrong size on PickupSpawner_BeginSpawn"); \ +static_assert(offsetof(PickupSpawner_BeginSpawn, FromActor) == 0x000000, "Member 'PickupSpawner_BeginSpawn::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PickupSpawner_HandleSpawnComplete \ +static_assert(alignof(PickupSpawner_HandleSpawnComplete) == 0x000008, "Wrong alignment on PickupSpawner_HandleSpawnComplete"); \ +static_assert(sizeof(PickupSpawner_HandleSpawnComplete) == 0x000020, "Wrong size on PickupSpawner_HandleSpawnComplete"); \ +static_assert(offsetof(PickupSpawner_HandleSpawnComplete, Result) == 0x000000, "Member 'PickupSpawner_HandleSpawnComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APickupSpawner \ +static_assert(alignof(APickupSpawner) == 0x000008, "Wrong alignment on APickupSpawner"); \ +static_assert(sizeof(APickupSpawner) == 0x000288, "Wrong size on APickupSpawner"); \ +static_assert(offsetof(APickupSpawner, PickupClass) == 0x000228, "Member 'APickupSpawner::PickupClass' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, SpawnCount) == 0x000250, "Member 'APickupSpawner::SpawnCount' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, SpawnDelay) == 0x000254, "Member 'APickupSpawner::SpawnDelay' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, ImpulseStrengthMinMax) == 0x000258, "Member 'APickupSpawner::ImpulseStrengthMinMax' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, ImpulseRelativeDirection) == 0x000260, "Member 'APickupSpawner::ImpulseRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, PhysicsSpawner) == 0x000270, "Member 'APickupSpawner::PhysicsSpawner' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, SaveGame) == 0x000278, "Member 'APickupSpawner::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(APickupSpawner, TriggerNode) == 0x000280, "Member 'APickupSpawner::TriggerNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LookForwardModifierConstant_SetContext \ +static_assert(alignof(LookForwardModifierConstant_SetContext) == 0x000008, "Wrong alignment on LookForwardModifierConstant_SetContext"); \ +static_assert(sizeof(LookForwardModifierConstant_SetContext) == 0x000040, "Wrong size on LookForwardModifierConstant_SetContext"); \ +static_assert(offsetof(LookForwardModifierConstant_SetContext, InContext) == 0x000000, "Member 'LookForwardModifierConstant_SetContext::InContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LookForwardModifierConstant_UpdateOptionalTarget \ +static_assert(alignof(LookForwardModifierConstant_UpdateOptionalTarget) == 0x000008, "Wrong alignment on LookForwardModifierConstant_UpdateOptionalTarget"); \ +static_assert(sizeof(LookForwardModifierConstant_UpdateOptionalTarget) == 0x000010, "Wrong size on LookForwardModifierConstant_UpdateOptionalTarget"); \ +static_assert(offsetof(LookForwardModifierConstant_UpdateOptionalTarget, Prim) == 0x000000, "Member 'LookForwardModifierConstant_UpdateOptionalTarget::Prim' has a wrong offset!"); \ +static_assert(offsetof(LookForwardModifierConstant_UpdateOptionalTarget, Socket) == 0x000008, "Member 'LookForwardModifierConstant_UpdateOptionalTarget::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULookForwardModifierConstant \ +static_assert(alignof(ULookForwardModifierConstant) == 0x000008, "Wrong alignment on ULookForwardModifierConstant"); \ +static_assert(sizeof(ULookForwardModifierConstant) == 0x000090, "Wrong size on ULookForwardModifierConstant"); \ +static_assert(offsetof(ULookForwardModifierConstant, CurrentContext) == 0x000048, "Member 'ULookForwardModifierConstant::CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(ULookForwardModifierConstant, DelayHandle) == 0x000088, "Member 'ULookForwardModifierConstant::DelayHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSWatchComponent_ValueChangedInternal \ +static_assert(alignof(PDSWatchComponent_ValueChangedInternal) == 0x000004, "Wrong alignment on PDSWatchComponent_ValueChangedInternal"); \ +static_assert(sizeof(PDSWatchComponent_ValueChangedInternal) == 0x00000C, "Wrong size on PDSWatchComponent_ValueChangedInternal"); \ +static_assert(offsetof(PDSWatchComponent_ValueChangedInternal, Key) == 0x000000, "Member 'PDSWatchComponent_ValueChangedInternal::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSWatchComponent_ValueChangedInternal, Value) == 0x000008, "Member 'PDSWatchComponent_ValueChangedInternal::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSWatchComponent_ValueDependenciesMetInternal \ +static_assert(alignof(PDSWatchComponent_ValueDependenciesMetInternal) == 0x000004, "Wrong alignment on PDSWatchComponent_ValueDependenciesMetInternal"); \ +static_assert(sizeof(PDSWatchComponent_ValueDependenciesMetInternal) == 0x000008, "Wrong size on PDSWatchComponent_ValueDependenciesMetInternal"); \ +static_assert(offsetof(PDSWatchComponent_ValueDependenciesMetInternal, Key) == 0x000000, "Member 'PDSWatchComponent_ValueDependenciesMetInternal::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDSWatchComponent \ +static_assert(alignof(UPDSWatchComponent) == 0x000008, "Wrong alignment on UPDSWatchComponent"); \ +static_assert(sizeof(UPDSWatchComponent) == 0x0000F0, "Wrong size on UPDSWatchComponent"); \ +static_assert(offsetof(UPDSWatchComponent, WatchForValueChanged) == 0x0000B0, "Member 'UPDSWatchComponent::WatchForValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UPDSWatchComponent, WatchForDependenciesMet) == 0x0000B1, "Member 'UPDSWatchComponent::WatchForDependenciesMet' has a wrong offset!"); \ +static_assert(offsetof(UPDSWatchComponent, WatchedKeys) == 0x0000B8, "Member 'UPDSWatchComponent::WatchedKeys' has a wrong offset!"); \ +static_assert(offsetof(UPDSWatchComponent, OnWatchedValueChanged) == 0x0000C8, "Member 'UPDSWatchComponent::OnWatchedValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UPDSWatchComponent, OnWatchedDependenciesMet) == 0x0000D8, "Member 'UPDSWatchComponent::OnWatchedDependenciesMet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagnetismSphereComponent_OverlapBegan \ +static_assert(alignof(MagnetismSphereComponent_OverlapBegan) == 0x000008, "Wrong alignment on MagnetismSphereComponent_OverlapBegan"); \ +static_assert(sizeof(MagnetismSphereComponent_OverlapBegan) == 0x0000A8, "Wrong size on MagnetismSphereComponent_OverlapBegan"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapBegan, OverlappedComponent) == 0x000000, "Member 'MagnetismSphereComponent_OverlapBegan::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapBegan, OtherActor) == 0x000008, "Member 'MagnetismSphereComponent_OverlapBegan::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapBegan, OtherComp) == 0x000010, "Member 'MagnetismSphereComponent_OverlapBegan::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapBegan, OtherBodyIndex) == 0x000018, "Member 'MagnetismSphereComponent_OverlapBegan::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapBegan, bFromSweep) == 0x00001C, "Member 'MagnetismSphereComponent_OverlapBegan::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapBegan, SweepResult) == 0x000020, "Member 'MagnetismSphereComponent_OverlapBegan::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagnetismSphereComponent_OverlapEnded \ +static_assert(alignof(MagnetismSphereComponent_OverlapEnded) == 0x000008, "Wrong alignment on MagnetismSphereComponent_OverlapEnded"); \ +static_assert(sizeof(MagnetismSphereComponent_OverlapEnded) == 0x000020, "Wrong size on MagnetismSphereComponent_OverlapEnded"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapEnded, OverlappedComponent) == 0x000000, "Member 'MagnetismSphereComponent_OverlapEnded::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapEnded, OtherActor) == 0x000008, "Member 'MagnetismSphereComponent_OverlapEnded::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapEnded, OtherComp) == 0x000010, "Member 'MagnetismSphereComponent_OverlapEnded::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(MagnetismSphereComponent_OverlapEnded, OtherBodyIndex) == 0x000018, "Member 'MagnetismSphereComponent_OverlapEnded::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMagnetismSphereComponent \ +static_assert(alignof(UMagnetismSphereComponent) == 0x000010, "Wrong alignment on UMagnetismSphereComponent"); \ +static_assert(sizeof(UMagnetismSphereComponent) == 0x000490, "Wrong size on UMagnetismSphereComponent"); \ +static_assert(offsetof(UMagnetismSphereComponent, MagneticStrength) == 0x000470, "Member 'UMagnetismSphereComponent::MagneticStrength' has a wrong offset!"); \ +static_assert(offsetof(UMagnetismSphereComponent, MagneticDeadzone) == 0x000474, "Member 'UMagnetismSphereComponent::MagneticDeadzone' has a wrong offset!"); \ +static_assert(offsetof(UMagnetismSphereComponent, FieldShape) == 0x000478, "Member 'UMagnetismSphereComponent::FieldShape' has a wrong offset!"); \ +static_assert(offsetof(UMagnetismSphereComponent, InvertFalloff) == 0x000479, "Member 'UMagnetismSphereComponent::InvertFalloff' has a wrong offset!"); \ +static_assert(offsetof(UMagnetismSphereComponent, FieldSharpness) == 0x00047C, "Member 'UMagnetismSphereComponent::FieldSharpness' has a wrong offset!"); \ +static_assert(offsetof(UMagnetismSphereComponent, AttractedObjects) == 0x000480, "Member 'UMagnetismSphereComponent::AttractedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMantleCorrectionState \ +static_assert(alignof(UMantleCorrectionState) == 0x000008, "Wrong alignment on UMantleCorrectionState"); \ +static_assert(sizeof(UMantleCorrectionState) == 0x000058, "Wrong size on UMantleCorrectionState"); \ + +#define DUMPER7_ASSERTS_MantleEvaluatorComponent_DispatchCascade \ +static_assert(alignof(MantleEvaluatorComponent_DispatchCascade) == 0x000004, "Wrong alignment on MantleEvaluatorComponent_DispatchCascade"); \ +static_assert(sizeof(MantleEvaluatorComponent_DispatchCascade) == 0x0000AC, "Wrong size on MantleEvaluatorComponent_DispatchCascade"); \ +static_assert(offsetof(MantleEvaluatorComponent_DispatchCascade, ProbeResult) == 0x000000, "Member 'MantleEvaluatorComponent_DispatchCascade::ProbeResult' has a wrong offset!"); \ +static_assert(offsetof(MantleEvaluatorComponent_DispatchCascade, AnalysisData) == 0x000088, "Member 'MantleEvaluatorComponent_DispatchCascade::AnalysisData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MantleEvaluatorComponent_GetShapeData \ +static_assert(alignof(MantleEvaluatorComponent_GetShapeData) == 0x000004, "Wrong alignment on MantleEvaluatorComponent_GetShapeData"); \ +static_assert(sizeof(MantleEvaluatorComponent_GetShapeData) == 0x000024, "Wrong size on MantleEvaluatorComponent_GetShapeData"); \ +static_assert(offsetof(MantleEvaluatorComponent_GetShapeData, ReturnValue) == 0x000000, "Member 'MantleEvaluatorComponent_GetShapeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MantleEvaluatorComponent_SetEvaluationAllowed \ +static_assert(alignof(MantleEvaluatorComponent_SetEvaluationAllowed) == 0x000001, "Wrong alignment on MantleEvaluatorComponent_SetEvaluationAllowed"); \ +static_assert(sizeof(MantleEvaluatorComponent_SetEvaluationAllowed) == 0x000001, "Wrong size on MantleEvaluatorComponent_SetEvaluationAllowed"); \ +static_assert(offsetof(MantleEvaluatorComponent_SetEvaluationAllowed, IsAllowed) == 0x000000, "Member 'MantleEvaluatorComponent_SetEvaluationAllowed::IsAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MantleEvaluatorComponent_GetTraceStartLocation \ +static_assert(alignof(MantleEvaluatorComponent_GetTraceStartLocation) == 0x000004, "Wrong alignment on MantleEvaluatorComponent_GetTraceStartLocation"); \ +static_assert(sizeof(MantleEvaluatorComponent_GetTraceStartLocation) == 0x00000C, "Wrong size on MantleEvaluatorComponent_GetTraceStartLocation"); \ +static_assert(offsetof(MantleEvaluatorComponent_GetTraceStartLocation, ReturnValue) == 0x000000, "Member 'MantleEvaluatorComponent_GetTraceStartLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMantleEvaluatorComponent \ +static_assert(alignof(UMantleEvaluatorComponent) == 0x000010, "Wrong alignment on UMantleEvaluatorComponent"); \ +static_assert(sizeof(UMantleEvaluatorComponent) == 0x000280, "Wrong size on UMantleEvaluatorComponent"); \ +static_assert(offsetof(UMantleEvaluatorComponent, MantleEnabled) == 0x0001F8, "Member 'UMantleEvaluatorComponent::MantleEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, ProbeLength) == 0x0001FC, "Member 'UMantleEvaluatorComponent::ProbeLength' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, ProbeRadius) == 0x000200, "Member 'UMantleEvaluatorComponent::ProbeRadius' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, ProbeSearchOffset) == 0x000204, "Member 'UMantleEvaluatorComponent::ProbeSearchOffset' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, LedgeStartThreshold) == 0x000208, "Member 'UMantleEvaluatorComponent::LedgeStartThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, SurfaceAngleThreshold) == 0x00020C, "Member 'UMantleEvaluatorComponent::SurfaceAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, InsetDistance) == 0x000210, "Member 'UMantleEvaluatorComponent::InsetDistance' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, TraceComplex) == 0x000214, "Member 'UMantleEvaluatorComponent::TraceComplex' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, CheckInitialOverlaps) == 0x000215, "Member 'UMantleEvaluatorComponent::CheckInitialOverlaps' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, TraceType) == 0x000216, "Member 'UMantleEvaluatorComponent::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, CascadeStepDistance) == 0x000218, "Member 'UMantleEvaluatorComponent::CascadeStepDistance' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, LedgeDistanceThreshold) == 0x00021C, "Member 'UMantleEvaluatorComponent::LedgeDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, CascadeMinMax) == 0x000220, "Member 'UMantleEvaluatorComponent::CascadeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, OnMantleBegin) == 0x000228, "Member 'UMantleEvaluatorComponent::OnMantleBegin' has a wrong offset!"); \ +static_assert(offsetof(UMantleEvaluatorComponent, ShapeData) == 0x000238, "Member 'UMantleEvaluatorComponent::ShapeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerRecorderComponent \ +static_assert(alignof(UPlayerRecorderComponent) == 0x000010, "Wrong alignment on UPlayerRecorderComponent"); \ +static_assert(sizeof(UPlayerRecorderComponent) == 0x000160, "Wrong size on UPlayerRecorderComponent"); \ +static_assert(offsetof(UPlayerRecorderComponent, RecordInterval) == 0x0000B0, "Member 'UPlayerRecorderComponent::RecordInterval' has a wrong offset!"); \ +static_assert(offsetof(UPlayerRecorderComponent, OwnerCharacter) == 0x0000F8, "Member 'UPlayerRecorderComponent::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ManualSaveWidget_Init \ +static_assert(alignof(ManualSaveWidget_Init) == 0x000008, "Wrong alignment on ManualSaveWidget_Init"); \ +static_assert(sizeof(ManualSaveWidget_Init) == 0x000010, "Wrong size on ManualSaveWidget_Init"); \ +static_assert(offsetof(ManualSaveWidget_Init, InSlot) == 0x000000, "Member 'ManualSaveWidget_Init::InSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UManualSaveWidget \ +static_assert(alignof(UManualSaveWidget) == 0x000008, "Wrong alignment on UManualSaveWidget"); \ +static_assert(sizeof(UManualSaveWidget) == 0x0002A8, "Wrong size on UManualSaveWidget"); \ +static_assert(offsetof(UManualSaveWidget, SlotName) == 0x000260, "Member 'UManualSaveWidget::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UManualSaveWidget, HasSaveData) == 0x000270, "Member 'UManualSaveWidget::HasSaveData' has a wrong offset!"); \ +static_assert(offsetof(UManualSaveWidget, SaveMetadata) == 0x000278, "Member 'UManualSaveWidget::SaveMetadata' has a wrong offset!"); \ +static_assert(offsetof(UManualSaveWidget, Button) == 0x000290, "Member 'UManualSaveWidget::Button' has a wrong offset!"); \ +static_assert(offsetof(UManualSaveWidget, OnClicked) == 0x000298, "Member 'UManualSaveWidget::OnClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_ApplyFloatValue \ +static_assert(alignof(OptionsMenuItemBehavior_ApplyFloatValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_ApplyFloatValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_ApplyFloatValue) == 0x000010, "Wrong size on OptionsMenuItemBehavior_ApplyFloatValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_ApplyFloatValue, Value) == 0x000008, "Member 'OptionsMenuItemBehavior_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_ApplyIntValue \ +static_assert(alignof(OptionsMenuItemBehavior_ApplyIntValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_ApplyIntValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_ApplyIntValue) == 0x000010, "Wrong size on OptionsMenuItemBehavior_ApplyIntValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_ApplyIntValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_ApplyIntValue, Value) == 0x000008, "Member 'OptionsMenuItemBehavior_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_OnButtonClicked \ +static_assert(alignof(OptionsMenuItemBehavior_OnButtonClicked) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_OnButtonClicked"); \ +static_assert(sizeof(OptionsMenuItemBehavior_OnButtonClicked) == 0x000008, "Wrong size on OptionsMenuItemBehavior_OnButtonClicked"); \ +static_assert(offsetof(OptionsMenuItemBehavior_OnButtonClicked, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_OnButtonClicked::OwningWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_RequestMenuRefresh \ +static_assert(alignof(OptionsMenuItemBehavior_RequestMenuRefresh) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_RequestMenuRefresh"); \ +static_assert(sizeof(OptionsMenuItemBehavior_RequestMenuRefresh) == 0x000008, "Wrong size on OptionsMenuItemBehavior_RequestMenuRefresh"); \ +static_assert(offsetof(OptionsMenuItemBehavior_RequestMenuRefresh, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_RequestMenuRefresh::OwningWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_DoesApplyToGameSave \ +static_assert(alignof(OptionsMenuItemBehavior_DoesApplyToGameSave) == 0x000001, "Wrong alignment on OptionsMenuItemBehavior_DoesApplyToGameSave"); \ +static_assert(sizeof(OptionsMenuItemBehavior_DoesApplyToGameSave) == 0x000001, "Wrong size on OptionsMenuItemBehavior_DoesApplyToGameSave"); \ +static_assert(offsetof(OptionsMenuItemBehavior_DoesApplyToGameSave, ReturnValue) == 0x000000, "Member 'OptionsMenuItemBehavior_DoesApplyToGameSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_GetAppliedFloatValue \ +static_assert(alignof(OptionsMenuItemBehavior_GetAppliedFloatValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_GetAppliedFloatValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_GetAppliedFloatValue) == 0x000010, "Wrong size on OptionsMenuItemBehavior_GetAppliedFloatValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_GetAppliedIntValue \ +static_assert(alignof(OptionsMenuItemBehavior_GetAppliedIntValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_GetAppliedIntValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_GetAppliedIntValue) == 0x000010, "Wrong size on OptionsMenuItemBehavior_GetAppliedIntValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_GetDefaultFloatValue \ +static_assert(alignof(OptionsMenuItemBehavior_GetDefaultFloatValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_GetDefaultFloatValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_GetDefaultFloatValue) == 0x000010, "Wrong size on OptionsMenuItemBehavior_GetDefaultFloatValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_GetDefaultIntValue \ +static_assert(alignof(OptionsMenuItemBehavior_GetDefaultIntValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_GetDefaultIntValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_GetDefaultIntValue) == 0x000010, "Wrong size on OptionsMenuItemBehavior_GetDefaultIntValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_GetDynamicEntries \ +static_assert(alignof(OptionsMenuItemBehavior_GetDynamicEntries) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_GetDynamicEntries"); \ +static_assert(sizeof(OptionsMenuItemBehavior_GetDynamicEntries) == 0x000018, "Wrong size on OptionsMenuItemBehavior_GetDynamicEntries"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetDynamicEntries, Entries) == 0x000008, "Member 'OptionsMenuItemBehavior_GetDynamicEntries::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_GetPresentableValue \ +static_assert(alignof(OptionsMenuItemBehavior_GetPresentableValue) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_GetPresentableValue"); \ +static_assert(sizeof(OptionsMenuItemBehavior_GetPresentableValue) == 0x000020, "Wrong size on OptionsMenuItemBehavior_GetPresentableValue"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetPresentableValue, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_GetPresentableValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_GetPresentableValue, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_GetPresentableValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_IsOptionAvailable \ +static_assert(alignof(OptionsMenuItemBehavior_IsOptionAvailable) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_IsOptionAvailable"); \ +static_assert(sizeof(OptionsMenuItemBehavior_IsOptionAvailable) == 0x000010, "Wrong size on OptionsMenuItemBehavior_IsOptionAvailable"); \ +static_assert(offsetof(OptionsMenuItemBehavior_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItemBehavior_IsOptionVisible \ +static_assert(alignof(OptionsMenuItemBehavior_IsOptionVisible) == 0x000008, "Wrong alignment on OptionsMenuItemBehavior_IsOptionVisible"); \ +static_assert(sizeof(OptionsMenuItemBehavior_IsOptionVisible) == 0x000010, "Wrong size on OptionsMenuItemBehavior_IsOptionVisible"); \ +static_assert(offsetof(OptionsMenuItemBehavior_IsOptionVisible, OwningWidget) == 0x000000, "Member 'OptionsMenuItemBehavior_IsOptionVisible::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuItemBehavior_IsOptionVisible, ReturnValue) == 0x000008, "Member 'OptionsMenuItemBehavior_IsOptionVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsMenuItemBehavior \ +static_assert(alignof(UOptionsMenuItemBehavior) == 0x000008, "Wrong alignment on UOptionsMenuItemBehavior"); \ +static_assert(sizeof(UOptionsMenuItemBehavior) == 0x000028, "Wrong size on UOptionsMenuItemBehavior"); \ + +#define DUMPER7_ASSERTS_UMapInfoComponent \ +static_assert(alignof(UMapInfoComponent) == 0x000008, "Wrong alignment on UMapInfoComponent"); \ +static_assert(sizeof(UMapInfoComponent) == 0x0000B8, "Wrong size on UMapInfoComponent"); \ +static_assert(offsetof(UMapInfoComponent, NonGeneratedDataTableRowName) == 0x0000B0, "Member 'UMapInfoComponent::NonGeneratedDataTableRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_ApplyZoomScaling \ +static_assert(alignof(MapPOIMarker_ApplyZoomScaling) == 0x000001, "Wrong alignment on MapPOIMarker_ApplyZoomScaling"); \ +static_assert(sizeof(MapPOIMarker_ApplyZoomScaling) == 0x000001, "Wrong size on MapPOIMarker_ApplyZoomScaling"); \ +static_assert(offsetof(MapPOIMarker_ApplyZoomScaling, IsCurrentPOI) == 0x000000, "Member 'MapPOIMarker_ApplyZoomScaling::IsCurrentPOI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_ApplyZOrdering \ +static_assert(alignof(MapPOIMarker_ApplyZOrdering) == 0x000001, "Wrong alignment on MapPOIMarker_ApplyZOrdering"); \ +static_assert(sizeof(MapPOIMarker_ApplyZOrdering) == 0x000001, "Wrong size on MapPOIMarker_ApplyZOrdering"); \ +static_assert(offsetof(MapPOIMarker_ApplyZOrdering, IsCurrentPOI) == 0x000000, "Member 'MapPOIMarker_ApplyZOrdering::IsCurrentPOI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetDataTable \ +static_assert(alignof(MapPOIMarker_SetDataTable) == 0x000008, "Wrong alignment on MapPOIMarker_SetDataTable"); \ +static_assert(sizeof(MapPOIMarker_SetDataTable) == 0x000008, "Wrong size on MapPOIMarker_SetDataTable"); \ +static_assert(offsetof(MapPOIMarker_SetDataTable, InDataTable) == 0x000000, "Member 'MapPOIMarker_SetDataTable::InDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetNonGeneratedDataTableRowName \ +static_assert(alignof(MapPOIMarker_SetNonGeneratedDataTableRowName) == 0x000004, "Wrong alignment on MapPOIMarker_SetNonGeneratedDataTableRowName"); \ +static_assert(sizeof(MapPOIMarker_SetNonGeneratedDataTableRowName) == 0x000008, "Wrong size on MapPOIMarker_SetNonGeneratedDataTableRowName"); \ +static_assert(offsetof(MapPOIMarker_SetNonGeneratedDataTableRowName, InRowName) == 0x000000, "Member 'MapPOIMarker_SetNonGeneratedDataTableRowName::InRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetPDSKey \ +static_assert(alignof(MapPOIMarker_SetPDSKey) == 0x000004, "Wrong alignment on MapPOIMarker_SetPDSKey"); \ +static_assert(sizeof(MapPOIMarker_SetPDSKey) == 0x000008, "Wrong size on MapPOIMarker_SetPDSKey"); \ +static_assert(offsetof(MapPOIMarker_SetPDSKey, InPDSKey) == 0x000000, "Member 'MapPOIMarker_SetPDSKey::InPDSKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetRowName \ +static_assert(alignof(MapPOIMarker_SetRowName) == 0x000004, "Wrong alignment on MapPOIMarker_SetRowName"); \ +static_assert(sizeof(MapPOIMarker_SetRowName) == 0x000008, "Wrong size on MapPOIMarker_SetRowName"); \ +static_assert(offsetof(MapPOIMarker_SetRowName, InRowName) == 0x000000, "Member 'MapPOIMarker_SetRowName::InRowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetScaleFromMapZoomState \ +static_assert(alignof(MapPOIMarker_SetScaleFromMapZoomState) == 0x000004, "Wrong alignment on MapPOIMarker_SetScaleFromMapZoomState"); \ +static_assert(sizeof(MapPOIMarker_SetScaleFromMapZoomState) == 0x000004, "Wrong size on MapPOIMarker_SetScaleFromMapZoomState"); \ +static_assert(offsetof(MapPOIMarker_SetScaleFromMapZoomState, ZoomAlpha) == 0x000000, "Member 'MapPOIMarker_SetScaleFromMapZoomState::ZoomAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetURL \ +static_assert(alignof(MapPOIMarker_SetURL) == 0x000008, "Wrong alignment on MapPOIMarker_SetURL"); \ +static_assert(sizeof(MapPOIMarker_SetURL) == 0x000010, "Wrong size on MapPOIMarker_SetURL"); \ +static_assert(offsetof(MapPOIMarker_SetURL, InURL) == 0x000000, "Member 'MapPOIMarker_SetURL::InURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_SetWorldActor \ +static_assert(alignof(MapPOIMarker_SetWorldActor) == 0x000008, "Wrong alignment on MapPOIMarker_SetWorldActor"); \ +static_assert(sizeof(MapPOIMarker_SetWorldActor) == 0x000008, "Wrong size on MapPOIMarker_SetWorldActor"); \ +static_assert(offsetof(MapPOIMarker_SetWorldActor, Actor) == 0x000000, "Member 'MapPOIMarker_SetWorldActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_GetIconPositionInViewport \ +static_assert(alignof(MapPOIMarker_GetIconPositionInViewport) == 0x000004, "Wrong alignment on MapPOIMarker_GetIconPositionInViewport"); \ +static_assert(sizeof(MapPOIMarker_GetIconPositionInViewport) == 0x000008, "Wrong size on MapPOIMarker_GetIconPositionInViewport"); \ +static_assert(offsetof(MapPOIMarker_GetIconPositionInViewport, ReturnValue) == 0x000000, "Member 'MapPOIMarker_GetIconPositionInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_GetMouseOverTextViewportLocation \ +static_assert(alignof(MapPOIMarker_GetMouseOverTextViewportLocation) == 0x000004, "Wrong alignment on MapPOIMarker_GetMouseOverTextViewportLocation"); \ +static_assert(sizeof(MapPOIMarker_GetMouseOverTextViewportLocation) == 0x000008, "Wrong size on MapPOIMarker_GetMouseOverTextViewportLocation"); \ +static_assert(offsetof(MapPOIMarker_GetMouseOverTextViewportLocation, ReturnValue) == 0x000000, "Member 'MapPOIMarker_GetMouseOverTextViewportLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_GetText \ +static_assert(alignof(MapPOIMarker_GetText) == 0x000008, "Wrong alignment on MapPOIMarker_GetText"); \ +static_assert(sizeof(MapPOIMarker_GetText) == 0x000020, "Wrong size on MapPOIMarker_GetText"); \ +static_assert(offsetof(MapPOIMarker_GetText, TextFor) == 0x000000, "Member 'MapPOIMarker_GetText::TextFor' has a wrong offset!"); \ +static_assert(offsetof(MapPOIMarker_GetText, ReturnValue) == 0x000008, "Member 'MapPOIMarker_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_IsActionAvailable \ +static_assert(alignof(MapPOIMarker_IsActionAvailable) == 0x000001, "Wrong alignment on MapPOIMarker_IsActionAvailable"); \ +static_assert(sizeof(MapPOIMarker_IsActionAvailable) == 0x000001, "Wrong size on MapPOIMarker_IsActionAvailable"); \ +static_assert(offsetof(MapPOIMarker_IsActionAvailable, ReturnValue) == 0x000000, "Member 'MapPOIMarker_IsActionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMarker_ShouldMarkerBeVisible \ +static_assert(alignof(MapPOIMarker_ShouldMarkerBeVisible) == 0x000001, "Wrong alignment on MapPOIMarker_ShouldMarkerBeVisible"); \ +static_assert(sizeof(MapPOIMarker_ShouldMarkerBeVisible) == 0x000001, "Wrong size on MapPOIMarker_ShouldMarkerBeVisible"); \ +static_assert(offsetof(MapPOIMarker_ShouldMarkerBeVisible, ReturnValue) == 0x000000, "Member 'MapPOIMarker_ShouldMarkerBeVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOIMarker \ +static_assert(alignof(UMapPOIMarker) == 0x000008, "Wrong alignment on UMapPOIMarker"); \ +static_assert(sizeof(UMapPOIMarker) == 0x000348, "Wrong size on UMapPOIMarker"); \ +static_assert(offsetof(UMapPOIMarker, MinimumScale) == 0x000260, "Member 'UMapPOIMarker::MinimumScale' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, MaximumScale) == 0x000264, "Member 'UMapPOIMarker::MaximumScale' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, FocusedScale) == 0x000268, "Member 'UMapPOIMarker::FocusedScale' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, MarkerScalingMode) == 0x00026C, "Member 'UMapPOIMarker::MarkerScalingMode' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, WorldActor) == 0x0002A0, "Member 'UMapPOIMarker::WorldActor' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, DisplayText) == 0x0002A8, "Member 'UMapPOIMarker::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, PDSKey) == 0x0002F8, "Member 'UMapPOIMarker::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, DataTable) == 0x000300, "Member 'UMapPOIMarker::DataTable' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, DTRowName) == 0x000308, "Member 'UMapPOIMarker::DTRowName' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, NonGeneratedDataTable) == 0x000310, "Member 'UMapPOIMarker::NonGeneratedDataTable' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, NonGeneratedDTRowName) == 0x000318, "Member 'UMapPOIMarker::NonGeneratedDTRowName' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, WorldActorURL) == 0x000320, "Member 'UMapPOIMarker::WorldActorURL' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, MarkerCanvas) == 0x000330, "Member 'UMapPOIMarker::MarkerCanvas' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, Icon) == 0x000338, "Member 'UMapPOIMarker::Icon' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, DefaultZOrder) == 0x000340, "Member 'UMapPOIMarker::DefaultZOrder' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIMarker, CurrentScale) == 0x000344, "Member 'UMapPOIMarker::CurrentScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetBaseComponent_HandleSpawnerAnimationComplete \ +static_assert(alignof(RotGetBaseComponent_HandleSpawnerAnimationComplete) == 0x000008, "Wrong alignment on RotGetBaseComponent_HandleSpawnerAnimationComplete"); \ +static_assert(sizeof(RotGetBaseComponent_HandleSpawnerAnimationComplete) == 0x000018, "Wrong size on RotGetBaseComponent_HandleSpawnerAnimationComplete"); \ +static_assert(offsetof(RotGetBaseComponent_HandleSpawnerAnimationComplete, FromSpawner) == 0x000000, "Member 'RotGetBaseComponent_HandleSpawnerAnimationComplete::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(RotGetBaseComponent_HandleSpawnerAnimationComplete, Instances) == 0x000008, "Member 'RotGetBaseComponent_HandleSpawnerAnimationComplete::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetBaseComponent_HandleSpawnerSpawned \ +static_assert(alignof(RotGetBaseComponent_HandleSpawnerSpawned) == 0x000008, "Wrong alignment on RotGetBaseComponent_HandleSpawnerSpawned"); \ +static_assert(sizeof(RotGetBaseComponent_HandleSpawnerSpawned) == 0x000020, "Wrong size on RotGetBaseComponent_HandleSpawnerSpawned"); \ +static_assert(offsetof(RotGetBaseComponent_HandleSpawnerSpawned, Result) == 0x000000, "Member 'RotGetBaseComponent_HandleSpawnerSpawned::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetBaseComponent_RegisterRotSpawners \ +static_assert(alignof(RotGetBaseComponent_RegisterRotSpawners) == 0x000008, "Wrong alignment on RotGetBaseComponent_RegisterRotSpawners"); \ +static_assert(sizeof(RotGetBaseComponent_RegisterRotSpawners) == 0x000008, "Wrong size on RotGetBaseComponent_RegisterRotSpawners"); \ +static_assert(offsetof(RotGetBaseComponent_RegisterRotSpawners, ActorOwner) == 0x000000, "Member 'RotGetBaseComponent_RegisterRotSpawners::ActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetBaseComponent_ValidateRotSpawnCount \ +static_assert(alignof(RotGetBaseComponent_ValidateRotSpawnCount) == 0x000004, "Wrong alignment on RotGetBaseComponent_ValidateRotSpawnCount"); \ +static_assert(sizeof(RotGetBaseComponent_ValidateRotSpawnCount) == 0x000008, "Wrong size on RotGetBaseComponent_ValidateRotSpawnCount"); \ +static_assert(offsetof(RotGetBaseComponent_ValidateRotSpawnCount, ExpectedRotCount) == 0x000000, "Member 'RotGetBaseComponent_ValidateRotSpawnCount::ExpectedRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotGetBaseComponent_ValidateRotSpawnCount, ReturnValue) == 0x000004, "Member 'RotGetBaseComponent_ValidateRotSpawnCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetBaseComponent_GetNumRotToSpawn \ +static_assert(alignof(RotGetBaseComponent_GetNumRotToSpawn) == 0x000004, "Wrong alignment on RotGetBaseComponent_GetNumRotToSpawn"); \ +static_assert(sizeof(RotGetBaseComponent_GetNumRotToSpawn) == 0x000004, "Wrong size on RotGetBaseComponent_GetNumRotToSpawn"); \ +static_assert(offsetof(RotGetBaseComponent_GetNumRotToSpawn, ReturnValue) == 0x000000, "Member 'RotGetBaseComponent_GetNumRotToSpawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotGetBaseComponent \ +static_assert(alignof(URotGetBaseComponent) == 0x000010, "Wrong alignment on URotGetBaseComponent"); \ +static_assert(sizeof(URotGetBaseComponent) == 0x000290, "Wrong size on URotGetBaseComponent"); \ +static_assert(offsetof(URotGetBaseComponent, OverridePlayerCollectAnim) == 0x0001F8, "Member 'URotGetBaseComponent::OverridePlayerCollectAnim' has a wrong offset!"); \ +static_assert(offsetof(URotGetBaseComponent, PlayerCollectAnimOverride) == 0x000200, "Member 'URotGetBaseComponent::PlayerCollectAnimOverride' has a wrong offset!"); \ +static_assert(offsetof(URotGetBaseComponent, IsExternalManager) == 0x000208, "Member 'URotGetBaseComponent::IsExternalManager' has a wrong offset!"); \ +static_assert(offsetof(URotGetBaseComponent, OnRotGranted) == 0x000210, "Member 'URotGetBaseComponent::OnRotGranted' has a wrong offset!"); \ +static_assert(offsetof(URotGetBaseComponent, RotOwner) == 0x000220, "Member 'URotGetBaseComponent::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(URotGetBaseComponent, RotSpawners) == 0x000228, "Member 'URotGetBaseComponent::RotSpawners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetComponent_GetLevelSequence \ +static_assert(alignof(RotGetComponent_GetLevelSequence) == 0x000008, "Wrong alignment on RotGetComponent_GetLevelSequence"); \ +static_assert(sizeof(RotGetComponent_GetLevelSequence) == 0x000010, "Wrong size on RotGetComponent_GetLevelSequence"); \ +static_assert(offsetof(RotGetComponent_GetLevelSequence, ReturnType) == 0x000000, "Member 'RotGetComponent_GetLevelSequence::ReturnType' has a wrong offset!"); \ +static_assert(offsetof(RotGetComponent_GetLevelSequence, ReturnValue) == 0x000008, "Member 'RotGetComponent_GetLevelSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotGetComponent \ +static_assert(alignof(URotGetComponent) == 0x000010, "Wrong alignment on URotGetComponent"); \ +static_assert(sizeof(URotGetComponent) == 0x0002E0, "Wrong size on URotGetComponent"); \ +static_assert(offsetof(URotGetComponent, Sequence) == 0x000288, "Member 'URotGetComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(URotGetComponent, DelayBeforeSequence) == 0x000290, "Member 'URotGetComponent::DelayBeforeSequence' has a wrong offset!"); \ +static_assert(offsetof(URotGetComponent, SequenceActorClass) == 0x000298, "Member 'URotGetComponent::SequenceActorClass' has a wrong offset!"); \ +static_assert(offsetof(URotGetComponent, OnLevelSequenceBegan) == 0x0002A0, "Member 'URotGetComponent::OnLevelSequenceBegan' has a wrong offset!"); \ +static_assert(offsetof(URotGetComponent, OnLevelSequenceComplete) == 0x0002B0, "Member 'URotGetComponent::OnLevelSequenceComplete' has a wrong offset!"); \ +static_assert(offsetof(URotGetComponent, LevelSequenceActor) == 0x0002C0, "Member 'URotGetComponent::LevelSequenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOICart \ +static_assert(alignof(UMapPOICart) == 0x000008, "Wrong alignment on UMapPOICart"); \ +static_assert(sizeof(UMapPOICart) == 0x000348, "Wrong size on UMapPOICart"); \ + +#define DUMPER7_ASSERTS_UMapPOICommandletDataAsset \ +static_assert(alignof(UMapPOICommandletDataAsset) == 0x000008, "Wrong alignment on UMapPOICommandletDataAsset"); \ +static_assert(sizeof(UMapPOICommandletDataAsset) == 0x000080, "Wrong size on UMapPOICommandletDataAsset"); \ +static_assert(offsetof(UMapPOICommandletDataAsset, POICommandletInfo) == 0x000030, "Member 'UMapPOICommandletDataAsset::POICommandletInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSpawnerComponent \ +static_assert(alignof(UPhysicsSpawnerComponent) == 0x000010, "Wrong alignment on UPhysicsSpawnerComponent"); \ +static_assert(sizeof(UPhysicsSpawnerComponent) == 0x000350, "Wrong size on UPhysicsSpawnerComponent"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, ApplyImpulse) == 0x000308, "Member 'UPhysicsSpawnerComponent::ApplyImpulse' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, LinearVelocityBoneName) == 0x00030C, "Member 'UPhysicsSpawnerComponent::LinearVelocityBoneName' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, IsLinearVelocityChange) == 0x000314, "Member 'UPhysicsSpawnerComponent::IsLinearVelocityChange' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, ImpulseRelativeDirection) == 0x000318, "Member 'UPhysicsSpawnerComponent::ImpulseRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, ImpulseConeAngle) == 0x000324, "Member 'UPhysicsSpawnerComponent::ImpulseConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, ImpulseStrengthMinMax) == 0x000328, "Member 'UPhysicsSpawnerComponent::ImpulseStrengthMinMax' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, ApplyAngularImpulse) == 0x000330, "Member 'UPhysicsSpawnerComponent::ApplyAngularImpulse' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, AngularVelocityBoneName) == 0x000334, "Member 'UPhysicsSpawnerComponent::AngularVelocityBoneName' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, IsAngularVelocityChange) == 0x00033C, "Member 'UPhysicsSpawnerComponent::IsAngularVelocityChange' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpawnerComponent, AngularImpulseMinMax) == 0x000340, "Member 'UPhysicsSpawnerComponent::AngularImpulseMinMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIMail_GetObjectiveState \ +static_assert(alignof(MapPOIMail_GetObjectiveState) == 0x000004, "Wrong alignment on MapPOIMail_GetObjectiveState"); \ +static_assert(sizeof(MapPOIMail_GetObjectiveState) == 0x000004, "Wrong size on MapPOIMail_GetObjectiveState"); \ +static_assert(offsetof(MapPOIMail_GetObjectiveState, ReturnValue) == 0x000000, "Member 'MapPOIMail_GetObjectiveState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOIMail \ +static_assert(alignof(UMapPOIMail) == 0x000008, "Wrong alignment on UMapPOIMail"); \ +static_assert(sizeof(UMapPOIMail) == 0x000348, "Wrong size on UMapPOIMail"); \ + +#define DUMPER7_ASSERTS_UMapPOIObjective \ +static_assert(alignof(UMapPOIObjective) == 0x000008, "Wrong alignment on UMapPOIObjective"); \ +static_assert(sizeof(UMapPOIObjective) == 0x000348, "Wrong size on UMapPOIObjective"); \ + +#define DUMPER7_ASSERTS_RotHidingSpot_FindRandomPointInRadius \ +static_assert(alignof(RotHidingSpot_FindRandomPointInRadius) == 0x000008, "Wrong alignment on RotHidingSpot_FindRandomPointInRadius"); \ +static_assert(sizeof(RotHidingSpot_FindRandomPointInRadius) == 0x000020, "Wrong size on RotHidingSpot_FindRandomPointInRadius"); \ +static_assert(offsetof(RotHidingSpot_FindRandomPointInRadius, NavAgent) == 0x000000, "Member 'RotHidingSpot_FindRandomPointInRadius::NavAgent' has a wrong offset!"); \ +static_assert(offsetof(RotHidingSpot_FindRandomPointInRadius, ReturnValue) == 0x000010, "Member 'RotHidingSpot_FindRandomPointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotHidingSpot \ +static_assert(alignof(ARotHidingSpot) == 0x000008, "Wrong alignment on ARotHidingSpot"); \ +static_assert(sizeof(ARotHidingSpot) == 0x000230, "Wrong size on ARotHidingSpot"); \ +static_assert(offsetof(ARotHidingSpot, RotHidingSpot) == 0x000228, "Member 'ARotHidingSpot::RotHidingSpot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_ExecuteAction \ +static_assert(alignof(MapPOIOverlay_ExecuteAction) == 0x000008, "Wrong alignment on MapPOIOverlay_ExecuteAction"); \ +static_assert(sizeof(MapPOIOverlay_ExecuteAction) == 0x000008, "Wrong size on MapPOIOverlay_ExecuteAction"); \ +static_assert(offsetof(MapPOIOverlay_ExecuteAction, Marker) == 0x000000, "Member 'MapPOIOverlay_ExecuteAction::Marker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_GetText \ +static_assert(alignof(MapPOIOverlay_GetText) == 0x000008, "Wrong alignment on MapPOIOverlay_GetText"); \ +static_assert(sizeof(MapPOIOverlay_GetText) == 0x000028, "Wrong size on MapPOIOverlay_GetText"); \ +static_assert(offsetof(MapPOIOverlay_GetText, Marker) == 0x000000, "Member 'MapPOIOverlay_GetText::Marker' has a wrong offset!"); \ +static_assert(offsetof(MapPOIOverlay_GetText, TextFor) == 0x000008, "Member 'MapPOIOverlay_GetText::TextFor' has a wrong offset!"); \ +static_assert(offsetof(MapPOIOverlay_GetText, ReturnValue) == 0x000010, "Member 'MapPOIOverlay_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_InitializeWidgetsFromRegionData \ +static_assert(alignof(MapPOIOverlay_InitializeWidgetsFromRegionData) == 0x000001, "Wrong alignment on MapPOIOverlay_InitializeWidgetsFromRegionData"); \ +static_assert(sizeof(MapPOIOverlay_InitializeWidgetsFromRegionData) == 0x000001, "Wrong size on MapPOIOverlay_InitializeWidgetsFromRegionData"); \ +static_assert(offsetof(MapPOIOverlay_InitializeWidgetsFromRegionData, Group) == 0x000000, "Member 'MapPOIOverlay_InitializeWidgetsFromRegionData::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_IsActionAvailable \ +static_assert(alignof(MapPOIOverlay_IsActionAvailable) == 0x000008, "Wrong alignment on MapPOIOverlay_IsActionAvailable"); \ +static_assert(sizeof(MapPOIOverlay_IsActionAvailable) == 0x000010, "Wrong size on MapPOIOverlay_IsActionAvailable"); \ +static_assert(offsetof(MapPOIOverlay_IsActionAvailable, Marker) == 0x000000, "Member 'MapPOIOverlay_IsActionAvailable::Marker' has a wrong offset!"); \ +static_assert(offsetof(MapPOIOverlay_IsActionAvailable, ReturnValue) == 0x000008, "Member 'MapPOIOverlay_IsActionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_ShouldMarkerBeVisible \ +static_assert(alignof(MapPOIOverlay_ShouldMarkerBeVisible) == 0x000008, "Wrong alignment on MapPOIOverlay_ShouldMarkerBeVisible"); \ +static_assert(sizeof(MapPOIOverlay_ShouldMarkerBeVisible) == 0x000010, "Wrong size on MapPOIOverlay_ShouldMarkerBeVisible"); \ +static_assert(offsetof(MapPOIOverlay_ShouldMarkerBeVisible, Marker) == 0x000000, "Member 'MapPOIOverlay_ShouldMarkerBeVisible::Marker' has a wrong offset!"); \ +static_assert(offsetof(MapPOIOverlay_ShouldMarkerBeVisible, ReturnValue) == 0x000008, "Member 'MapPOIOverlay_ShouldMarkerBeVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_ShowNotificationText \ +static_assert(alignof(MapPOIOverlay_ShowNotificationText) == 0x000008, "Wrong alignment on MapPOIOverlay_ShowNotificationText"); \ +static_assert(sizeof(MapPOIOverlay_ShowNotificationText) == 0x000018, "Wrong size on MapPOIOverlay_ShowNotificationText"); \ +static_assert(offsetof(MapPOIOverlay_ShowNotificationText, Text) == 0x000000, "Member 'MapPOIOverlay_ShowNotificationText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_WorldLocationToMap \ +static_assert(alignof(MapPOIOverlay_WorldLocationToMap) == 0x000004, "Wrong alignment on MapPOIOverlay_WorldLocationToMap"); \ +static_assert(sizeof(MapPOIOverlay_WorldLocationToMap) == 0x000014, "Wrong size on MapPOIOverlay_WorldLocationToMap"); \ +static_assert(offsetof(MapPOIOverlay_WorldLocationToMap, Location) == 0x000000, "Member 'MapPOIOverlay_WorldLocationToMap::Location' has a wrong offset!"); \ +static_assert(offsetof(MapPOIOverlay_WorldLocationToMap, ReturnValue) == 0x00000C, "Member 'MapPOIOverlay_WorldLocationToMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIOverlay_WorldToMap \ +static_assert(alignof(MapPOIOverlay_WorldToMap) == 0x000008, "Wrong alignment on MapPOIOverlay_WorldToMap"); \ +static_assert(sizeof(MapPOIOverlay_WorldToMap) == 0x000010, "Wrong size on MapPOIOverlay_WorldToMap"); \ +static_assert(offsetof(MapPOIOverlay_WorldToMap, Actor) == 0x000000, "Member 'MapPOIOverlay_WorldToMap::Actor' has a wrong offset!"); \ +static_assert(offsetof(MapPOIOverlay_WorldToMap, ReturnValue) == 0x000008, "Member 'MapPOIOverlay_WorldToMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOIOverlay \ +static_assert(alignof(UMapPOIOverlay) == 0x000008, "Wrong alignment on UMapPOIOverlay"); \ +static_assert(sizeof(UMapPOIOverlay) == 0x0002F8, "Wrong size on UMapPOIOverlay"); \ +static_assert(offsetof(UMapPOIOverlay, POIRange) == 0x000260, "Member 'UMapPOIOverlay::POIRange' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, CurrentPOI) == 0x000268, "Member 'UMapPOIOverlay::CurrentPOI' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, OnMapPOIChanged) == 0x000270, "Member 'UMapPOIOverlay::OnMapPOIChanged' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, MainPanel) == 0x000298, "Member 'UMapPOIOverlay::MainPanel' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, PointAWorldSpace) == 0x0002A0, "Member 'UMapPOIOverlay::PointAWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, PointAMapSpace) == 0x0002A8, "Member 'UMapPOIOverlay::PointAMapSpace' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, PointBWorldSpace) == 0x0002B0, "Member 'UMapPOIOverlay::PointBWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, PointBMapSpace) == 0x0002B8, "Member 'UMapPOIOverlay::PointBMapSpace' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, WidgetCreationInfo) == 0x0002C0, "Member 'UMapPOIOverlay::WidgetCreationInfo' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, DTWidgetCreationInfo) == 0x0002D0, "Member 'UMapPOIOverlay::DTWidgetCreationInfo' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, RegionDataWidgetClass) == 0x0002E0, "Member 'UMapPOIOverlay::RegionDataWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIOverlay, RegionDataWidgets) == 0x0002E8, "Member 'UMapPOIOverlay::RegionDataWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOIRegionData \ +static_assert(alignof(UMapPOIRegionData) == 0x000008, "Wrong alignment on UMapPOIRegionData"); \ +static_assert(sizeof(UMapPOIRegionData) == 0x000350, "Wrong size on UMapPOIRegionData"); \ +static_assert(offsetof(UMapPOIRegionData, RegionProgressGroup) == 0x000348, "Member 'UMapPOIRegionData::RegionProgressGroup' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIRegionData, Count) == 0x00034C, "Member 'UMapPOIRegionData::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDSRuntime \ +static_assert(alignof(UPDSRuntime) == 0x000008, "Wrong alignment on UPDSRuntime"); \ +static_assert(sizeof(UPDSRuntime) == 0x000078, "Wrong size on UPDSRuntime"); \ +static_assert(offsetof(UPDSRuntime, RuntimeValues) == 0x000028, "Member 'UPDSRuntime::RuntimeValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOITrials \ +static_assert(alignof(UMapPOITrials) == 0x000008, "Wrong alignment on UMapPOITrials"); \ +static_assert(sizeof(UMapPOITrials) == 0x000350, "Wrong size on UMapPOITrials"); \ +static_assert(offsetof(UMapPOITrials, HasTrialsUnlocked) == 0x000348, "Member 'UMapPOITrials::HasTrialsUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIWarp_OnMessageBoxComplete \ +static_assert(alignof(MapPOIWarp_OnMessageBoxComplete) == 0x000001, "Wrong alignment on MapPOIWarp_OnMessageBoxComplete"); \ +static_assert(sizeof(MapPOIWarp_OnMessageBoxComplete) == 0x000001, "Wrong size on MapPOIWarp_OnMessageBoxComplete"); \ +static_assert(offsetof(MapPOIWarp_OnMessageBoxComplete, Result) == 0x000000, "Member 'MapPOIWarp_OnMessageBoxComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapPOIWarp_ReasonToNotificationText \ +static_assert(alignof(MapPOIWarp_ReasonToNotificationText) == 0x000008, "Wrong alignment on MapPOIWarp_ReasonToNotificationText"); \ +static_assert(sizeof(MapPOIWarp_ReasonToNotificationText) == 0x000020, "Wrong size on MapPOIWarp_ReasonToNotificationText"); \ +static_assert(offsetof(MapPOIWarp_ReasonToNotificationText, reason) == 0x000000, "Member 'MapPOIWarp_ReasonToNotificationText::reason' has a wrong offset!"); \ +static_assert(offsetof(MapPOIWarp_ReasonToNotificationText, OutText) == 0x000008, "Member 'MapPOIWarp_ReasonToNotificationText::OutText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapPOIWarp \ +static_assert(alignof(UMapPOIWarp) == 0x000008, "Wrong alignment on UMapPOIWarp"); \ +static_assert(sizeof(UMapPOIWarp) == 0x000370, "Wrong size on UMapPOIWarp"); \ +static_assert(offsetof(UMapPOIWarp, SoftResetState) == 0x000348, "Member 'UMapPOIWarp::SoftResetState' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIWarp, WarpProximityDistance) == 0x000350, "Member 'UMapPOIWarp::WarpProximityDistance' has a wrong offset!"); \ +static_assert(offsetof(UMapPOIWarp, MessageBoxBasePrompt) == 0x000358, "Member 'UMapPOIWarp::MessageBoxBasePrompt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelUpFeedbackComponent_HandleAnimStarted \ +static_assert(alignof(RotLevelUpFeedbackComponent_HandleAnimStarted) == 0x000008, "Wrong alignment on RotLevelUpFeedbackComponent_HandleAnimStarted"); \ +static_assert(sizeof(RotLevelUpFeedbackComponent_HandleAnimStarted) == 0x000008, "Wrong size on RotLevelUpFeedbackComponent_HandleAnimStarted"); \ +static_assert(offsetof(RotLevelUpFeedbackComponent_HandleAnimStarted, Montage) == 0x000000, "Member 'RotLevelUpFeedbackComponent_HandleAnimStarted::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotLevelUpFeedbackComponent \ +static_assert(alignof(URotLevelUpFeedbackComponent) == 0x000008, "Wrong alignment on URotLevelUpFeedbackComponent"); \ +static_assert(sizeof(URotLevelUpFeedbackComponent) == 0x0000C8, "Wrong size on URotLevelUpFeedbackComponent"); \ +static_assert(offsetof(URotLevelUpFeedbackComponent, RotLevelUpFeedbackClass) == 0x0000B0, "Member 'URotLevelUpFeedbackComponent::RotLevelUpFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(URotLevelUpFeedbackComponent, RotLevelUpMontage) == 0x0000B8, "Member 'URotLevelUpFeedbackComponent::RotLevelUpMontage' has a wrong offset!"); \ +static_assert(offsetof(URotLevelUpFeedbackComponent, MontageRequest) == 0x0000C0, "Member 'URotLevelUpFeedbackComponent::MontageRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth \ +static_assert(alignof(MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth) == 0x000008, "Wrong alignment on MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth"); \ +static_assert(sizeof(MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth) == 0x000008, "Wrong size on MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth"); \ +static_assert(offsetof(MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth, IntParams) == 0x000000, "Member 'MaxHealthIncreaseComponent_TriggerIncreaseMaxHealth::IntParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaxHealthIncreaseComponent \ +static_assert(alignof(UMaxHealthIncreaseComponent) == 0x000008, "Wrong alignment on UMaxHealthIncreaseComponent"); \ +static_assert(sizeof(UMaxHealthIncreaseComponent) == 0x0000B8, "Wrong size on UMaxHealthIncreaseComponent"); \ +static_assert(offsetof(UMaxHealthIncreaseComponent, DoOnce) == 0x0000B0, "Member 'UMaxHealthIncreaseComponent::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(UMaxHealthIncreaseComponent, GrantFullHealOnReuse) == 0x0000B1, "Member 'UMaxHealthIncreaseComponent::GrantFullHealOnReuse' has a wrong offset!"); \ +static_assert(offsetof(UMaxHealthIncreaseComponent, HasUsed) == 0x0000B2, "Member 'UMaxHealthIncreaseComponent::HasUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryKeyDataManager_GetKeyStatus \ +static_assert(alignof(MemoryKeyDataManager_GetKeyStatus) == 0x000008, "Wrong alignment on MemoryKeyDataManager_GetKeyStatus"); \ +static_assert(sizeof(MemoryKeyDataManager_GetKeyStatus) == 0x000020, "Wrong size on MemoryKeyDataManager_GetKeyStatus"); \ +static_assert(offsetof(MemoryKeyDataManager_GetKeyStatus, CollectedKeyData) == 0x000000, "Member 'MemoryKeyDataManager_GetKeyStatus::CollectedKeyData' has a wrong offset!"); \ +static_assert(offsetof(MemoryKeyDataManager_GetKeyStatus, UncollectedKeyData) == 0x000010, "Member 'MemoryKeyDataManager_GetKeyStatus::UncollectedKeyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryKeyDataManager_PlayerHasKey \ +static_assert(alignof(MemoryKeyDataManager_PlayerHasKey) == 0x000004, "Wrong alignment on MemoryKeyDataManager_PlayerHasKey"); \ +static_assert(sizeof(MemoryKeyDataManager_PlayerHasKey) == 0x00000C, "Wrong size on MemoryKeyDataManager_PlayerHasKey"); \ +static_assert(offsetof(MemoryKeyDataManager_PlayerHasKey, KeyName) == 0x000000, "Member 'MemoryKeyDataManager_PlayerHasKey::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MemoryKeyDataManager_PlayerHasKey, ReturnValue) == 0x000008, "Member 'MemoryKeyDataManager_PlayerHasKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMemoryKeyDataManager \ +static_assert(alignof(AMemoryKeyDataManager) == 0x000008, "Wrong alignment on AMemoryKeyDataManager"); \ +static_assert(sizeof(AMemoryKeyDataManager) == 0x0002D8, "Wrong size on AMemoryKeyDataManager"); \ +static_assert(offsetof(AMemoryKeyDataManager, MemoryKeyDataTable) == 0x000228, "Member 'AMemoryKeyDataManager::MemoryKeyDataTable' has a wrong offset!"); \ +static_assert(offsetof(AMemoryKeyDataManager, CollectedKeys) == 0x000230, "Member 'AMemoryKeyDataManager::CollectedKeys' has a wrong offset!"); \ +static_assert(offsetof(AMemoryKeyDataManager, KnownKeys) == 0x000280, "Member 'AMemoryKeyDataManager::KnownKeys' has a wrong offset!"); \ +static_assert(offsetof(AMemoryKeyDataManager, SaveGameComponent) == 0x0002D0, "Member 'AMemoryKeyDataManager::SaveGameComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayWithRotBlockingVolume_HandlePDSKeyChanged \ +static_assert(alignof(PlayWithRotBlockingVolume_HandlePDSKeyChanged) == 0x000004, "Wrong alignment on PlayWithRotBlockingVolume_HandlePDSKeyChanged"); \ +static_assert(sizeof(PlayWithRotBlockingVolume_HandlePDSKeyChanged) == 0x00000C, "Wrong size on PlayWithRotBlockingVolume_HandlePDSKeyChanged"); \ +static_assert(offsetof(PlayWithRotBlockingVolume_HandlePDSKeyChanged, Key) == 0x000000, "Member 'PlayWithRotBlockingVolume_HandlePDSKeyChanged::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayWithRotBlockingVolume_HandlePDSKeyChanged, NewValue) == 0x000008, "Member 'PlayWithRotBlockingVolume_HandlePDSKeyChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayWithRotBlockingVolume \ +static_assert(alignof(APlayWithRotBlockingVolume) == 0x000008, "Wrong alignment on APlayWithRotBlockingVolume"); \ +static_assert(sizeof(APlayWithRotBlockingVolume) == 0x000290, "Wrong size on APlayWithRotBlockingVolume"); \ +static_assert(offsetof(APlayWithRotBlockingVolume, EnablePDSKey) == 0x000280, "Member 'APlayWithRotBlockingVolume::EnablePDSKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMemoryKeyIconEntry \ +static_assert(alignof(UMemoryKeyIconEntry) == 0x000008, "Wrong alignment on UMemoryKeyIconEntry"); \ +static_assert(sizeof(UMemoryKeyIconEntry) == 0x000278, "Wrong size on UMemoryKeyIconEntry"); \ +static_assert(offsetof(UMemoryKeyIconEntry, IconImage) == 0x000268, "Member 'UMemoryKeyIconEntry::IconImage' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyIconEntry, MemoryID) == 0x000270, "Member 'UMemoryKeyIconEntry::MemoryID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryKeyDataContainer_SetData \ +static_assert(alignof(MemoryKeyDataContainer_SetData) == 0x000008, "Wrong alignment on MemoryKeyDataContainer_SetData"); \ +static_assert(sizeof(MemoryKeyDataContainer_SetData) == 0x0001F8, "Wrong size on MemoryKeyDataContainer_SetData"); \ +static_assert(offsetof(MemoryKeyDataContainer_SetData, InKeyData) == 0x000000, "Member 'MemoryKeyDataContainer_SetData::InKeyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMemoryKeyDataContainer \ +static_assert(alignof(UMemoryKeyDataContainer) == 0x000008, "Wrong alignment on UMemoryKeyDataContainer"); \ +static_assert(sizeof(UMemoryKeyDataContainer) == 0x000220, "Wrong size on UMemoryKeyDataContainer"); \ +static_assert(offsetof(UMemoryKeyDataContainer, KeyData) == 0x000028, "Member 'UMemoryKeyDataContainer::KeyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_HandleMessage \ +static_assert(alignof(RotMovementComponentBase_HandleMessage) == 0x000008, "Wrong alignment on RotMovementComponentBase_HandleMessage"); \ +static_assert(sizeof(RotMovementComponentBase_HandleMessage) == 0x000020, "Wrong size on RotMovementComponentBase_HandleMessage"); \ +static_assert(offsetof(RotMovementComponentBase_HandleMessage, Rots) == 0x000000, "Member 'RotMovementComponentBase_HandleMessage::Rots' has a wrong offset!"); \ +static_assert(offsetof(RotMovementComponentBase_HandleMessage, Message) == 0x000010, "Member 'RotMovementComponentBase_HandleMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(RotMovementComponentBase_HandleMessage, Params_0) == 0x000018, "Member 'RotMovementComponentBase_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_OnRotAdded \ +static_assert(alignof(RotMovementComponentBase_OnRotAdded) == 0x000008, "Wrong alignment on RotMovementComponentBase_OnRotAdded"); \ +static_assert(sizeof(RotMovementComponentBase_OnRotAdded) == 0x000008, "Wrong size on RotMovementComponentBase_OnRotAdded"); \ +static_assert(offsetof(RotMovementComponentBase_OnRotAdded, Rot) == 0x000000, "Member 'RotMovementComponentBase_OnRotAdded::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_OnRotRemoved \ +static_assert(alignof(RotMovementComponentBase_OnRotRemoved) == 0x000008, "Wrong alignment on RotMovementComponentBase_OnRotRemoved"); \ +static_assert(sizeof(RotMovementComponentBase_OnRotRemoved) == 0x000008, "Wrong size on RotMovementComponentBase_OnRotRemoved"); \ +static_assert(offsetof(RotMovementComponentBase_OnRotRemoved, Rot) == 0x000000, "Member 'RotMovementComponentBase_OnRotRemoved::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_OnRotsAdded \ +static_assert(alignof(RotMovementComponentBase_OnRotsAdded) == 0x000008, "Wrong alignment on RotMovementComponentBase_OnRotsAdded"); \ +static_assert(sizeof(RotMovementComponentBase_OnRotsAdded) == 0x000010, "Wrong size on RotMovementComponentBase_OnRotsAdded"); \ +static_assert(offsetof(RotMovementComponentBase_OnRotsAdded, Rots) == 0x000000, "Member 'RotMovementComponentBase_OnRotsAdded::Rots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_OnRotsRemoved \ +static_assert(alignof(RotMovementComponentBase_OnRotsRemoved) == 0x000008, "Wrong alignment on RotMovementComponentBase_OnRotsRemoved"); \ +static_assert(sizeof(RotMovementComponentBase_OnRotsRemoved) == 0x000010, "Wrong size on RotMovementComponentBase_OnRotsRemoved"); \ +static_assert(offsetof(RotMovementComponentBase_OnRotsRemoved, Rots) == 0x000000, "Member 'RotMovementComponentBase_OnRotsRemoved::Rots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_TickMoveRots \ +static_assert(alignof(RotMovementComponentBase_TickMoveRots) == 0x000008, "Wrong alignment on RotMovementComponentBase_TickMoveRots"); \ +static_assert(sizeof(RotMovementComponentBase_TickMoveRots) == 0x000018, "Wrong size on RotMovementComponentBase_TickMoveRots"); \ +static_assert(offsetof(RotMovementComponentBase_TickMoveRots, Rots) == 0x000000, "Member 'RotMovementComponentBase_TickMoveRots::Rots' has a wrong offset!"); \ +static_assert(offsetof(RotMovementComponentBase_TickMoveRots, DeltaTime) == 0x000010, "Member 'RotMovementComponentBase_TickMoveRots::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMovementComponentBase_ComputeCenteroid \ +static_assert(alignof(RotMovementComponentBase_ComputeCenteroid) == 0x000008, "Wrong alignment on RotMovementComponentBase_ComputeCenteroid"); \ +static_assert(sizeof(RotMovementComponentBase_ComputeCenteroid) == 0x000020, "Wrong size on RotMovementComponentBase_ComputeCenteroid"); \ +static_assert(offsetof(RotMovementComponentBase_ComputeCenteroid, Rots) == 0x000000, "Member 'RotMovementComponentBase_ComputeCenteroid::Rots' has a wrong offset!"); \ +static_assert(offsetof(RotMovementComponentBase_ComputeCenteroid, ReturnValue) == 0x000010, "Member 'RotMovementComponentBase_ComputeCenteroid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMovementComponentBase \ +static_assert(alignof(URotMovementComponentBase) == 0x000010, "Wrong alignment on URotMovementComponentBase"); \ +static_assert(sizeof(URotMovementComponentBase) == 0x000230, "Wrong size on URotMovementComponentBase"); \ +static_assert(offsetof(URotMovementComponentBase, CollisionProfileName) == 0x0001F8, "Member 'URotMovementComponentBase::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(URotMovementComponentBase, AnimInstance) == 0x000200, "Member 'URotMovementComponentBase::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(URotMovementComponentBase, AnimCurveModifiers) == 0x000208, "Member 'URotMovementComponentBase::AnimCurveModifiers' has a wrong offset!"); \ +static_assert(offsetof(URotMovementComponentBase, RotsVisible) == 0x000218, "Member 'URotMovementComponentBase::RotsVisible' has a wrong offset!"); \ +static_assert(offsetof(URotMovementComponentBase, RandStream) == 0x00021C, "Member 'URotMovementComponentBase::RandStream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotFollowBaseComponent \ +static_assert(alignof(URotFollowBaseComponent) == 0x000010, "Wrong alignment on URotFollowBaseComponent"); \ +static_assert(sizeof(URotFollowBaseComponent) == 0x0002C0, "Wrong size on URotFollowBaseComponent"); \ +static_assert(offsetof(URotFollowBaseComponent, PerformanceMaxRot) == 0x000228, "Member 'URotFollowBaseComponent::PerformanceMaxRot' has a wrong offset!"); \ +static_assert(offsetof(URotFollowBaseComponent, RotDisableDelay) == 0x00022C, "Member 'URotFollowBaseComponent::RotDisableDelay' has a wrong offset!"); \ +static_assert(offsetof(URotFollowBaseComponent, RotEnableDelay) == 0x000234, "Member 'URotFollowBaseComponent::RotEnableDelay' has a wrong offset!"); \ +static_assert(offsetof(URotFollowBaseComponent, EnabledRot) == 0x000240, "Member 'URotFollowBaseComponent::EnabledRot' has a wrong offset!"); \ +static_assert(offsetof(URotFollowBaseComponent, DisabledRot) == 0x000250, "Member 'URotFollowBaseComponent::DisabledRot' has a wrong offset!"); \ +static_assert(offsetof(URotFollowBaseComponent, RotPriorityScores) == 0x000260, "Member 'URotFollowBaseComponent::RotPriorityScores' has a wrong offset!"); \ +static_assert(offsetof(URotFollowBaseComponent, ShouldNextEnabledChangeImmediate) == 0x0002B0, "Member 'URotFollowBaseComponent::ShouldNextEnabledChangeImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByAIFollowComponent_SetCutsceneDisablingRot \ +static_assert(alignof(RotMoveByAIFollowComponent_SetCutsceneDisablingRot) == 0x000001, "Wrong alignment on RotMoveByAIFollowComponent_SetCutsceneDisablingRot"); \ +static_assert(sizeof(RotMoveByAIFollowComponent_SetCutsceneDisablingRot) == 0x000001, "Wrong size on RotMoveByAIFollowComponent_SetCutsceneDisablingRot"); \ +static_assert(offsetof(RotMoveByAIFollowComponent_SetCutsceneDisablingRot, ShouldDisable) == 0x000000, "Member 'RotMoveByAIFollowComponent_SetCutsceneDisablingRot::ShouldDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveByAIFollowComponent \ +static_assert(alignof(URotMoveByAIFollowComponent) == 0x000010, "Wrong alignment on URotMoveByAIFollowComponent"); \ +static_assert(sizeof(URotMoveByAIFollowComponent) == 0x000340, "Wrong size on URotMoveByAIFollowComponent"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, AliveSlotBehaviorTreeName) == 0x0002B8, "Member 'URotMoveByAIFollowComponent::AliveSlotBehaviorTreeName' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, EventInjectionSettings) == 0x0002C0, "Member 'URotMoveByAIFollowComponent::EventInjectionSettings' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, MovementMode) == 0x000310, "Member 'URotMoveByAIFollowComponent::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, LocationMaxRot) == 0x000314, "Member 'URotMoveByAIFollowComponent::LocationMaxRot' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, CutsceneDisablingRot) == 0x000318, "Member 'URotMoveByAIFollowComponent::CutsceneDisablingRot' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, AliveInjectTag) == 0x00031C, "Member 'URotMoveByAIFollowComponent::AliveInjectTag' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, EventInjectTag) == 0x000324, "Member 'URotMoveByAIFollowComponent::EventInjectTag' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, CurrentEventAliveOverride) == 0x00032C, "Member 'URotMoveByAIFollowComponent::CurrentEventAliveOverride' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByAIFollowComponent, CurrentEventLocation) == 0x000334, "Member 'URotMoveByAIFollowComponent::CurrentEventLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryKeyMenu_SetMaskContext \ +static_assert(alignof(MemoryKeyMenu_SetMaskContext) == 0x000001, "Wrong alignment on MemoryKeyMenu_SetMaskContext"); \ +static_assert(sizeof(MemoryKeyMenu_SetMaskContext) == 0x000001, "Wrong size on MemoryKeyMenu_SetMaskContext"); \ +static_assert(offsetof(MemoryKeyMenu_SetMaskContext, InMaskContext) == 0x000000, "Member 'MemoryKeyMenu_SetMaskContext::InMaskContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMemoryKeyMenu \ +static_assert(alignof(UMemoryKeyMenu) == 0x000008, "Wrong alignment on UMemoryKeyMenu"); \ +static_assert(sizeof(UMemoryKeyMenu) == 0x000298, "Wrong size on UMemoryKeyMenu"); \ +static_assert(offsetof(UMemoryKeyMenu, KeyIcons) == 0x000260, "Member 'UMemoryKeyMenu::KeyIcons' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyMenu, DescText) == 0x000268, "Member 'UMemoryKeyMenu::DescText' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyMenu, LocText) == 0x000270, "Member 'UMemoryKeyMenu::LocText' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyMenu, LoreImage) == 0x000278, "Member 'UMemoryKeyMenu::LoreImage' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyMenu, FadeIn) == 0x000280, "Member 'UMemoryKeyMenu::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyMenu, FadeOut) == 0x000288, "Member 'UMemoryKeyMenu::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UMemoryKeyMenu, MaskContext) == 0x000290, "Member 'UMemoryKeyMenu::MaskContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMemoryKeysWidget \ +static_assert(alignof(UMemoryKeysWidget) == 0x000008, "Wrong alignment on UMemoryKeysWidget"); \ +static_assert(sizeof(UMemoryKeysWidget) == 0x000260, "Wrong size on UMemoryKeysWidget"); \ + +#define DUMPER7_ASSERTS_PhotoModeExportPhoto_ExportPhoto \ +static_assert(alignof(PhotoModeExportPhoto_ExportPhoto) == 0x000008, "Wrong alignment on PhotoModeExportPhoto_ExportPhoto"); \ +static_assert(sizeof(PhotoModeExportPhoto_ExportPhoto) == 0x000030, "Wrong size on PhotoModeExportPhoto_ExportPhoto"); \ +static_assert(offsetof(PhotoModeExportPhoto_ExportPhoto, Outer_0) == 0x000000, "Member 'PhotoModeExportPhoto_ExportPhoto::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeExportPhoto_ExportPhoto, Title) == 0x000008, "Member 'PhotoModeExportPhoto_ExportPhoto::Title' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeExportPhoto_ExportPhoto, Description) == 0x000018, "Member 'PhotoModeExportPhoto_ExportPhoto::Description' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeExportPhoto_ExportPhoto, ReturnValue) == 0x000028, "Member 'PhotoModeExportPhoto_ExportPhoto::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeExportPhoto \ +static_assert(alignof(UPhotoModeExportPhoto) == 0x000008, "Wrong alignment on UPhotoModeExportPhoto"); \ +static_assert(sizeof(UPhotoModeExportPhoto) == 0x000060, "Wrong size on UPhotoModeExportPhoto"); \ +static_assert(offsetof(UPhotoModeExportPhoto, ExportPhotoCompleted) == 0x000030, "Member 'UPhotoModeExportPhoto::ExportPhotoCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_CanBeViewed_Implementation \ +static_assert(alignof(MemoryPickup_CanBeViewed_Implementation) == 0x000001, "Wrong alignment on MemoryPickup_CanBeViewed_Implementation"); \ +static_assert(sizeof(MemoryPickup_CanBeViewed_Implementation) == 0x000001, "Wrong size on MemoryPickup_CanBeViewed_Implementation"); \ +static_assert(offsetof(MemoryPickup_CanBeViewed_Implementation, ReturnValue) == 0x000000, "Member 'MemoryPickup_CanBeViewed_Implementation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_HandleMoverHeadReached \ +static_assert(alignof(MemoryPickup_HandleMoverHeadReached) == 0x000008, "Wrong alignment on MemoryPickup_HandleMoverHeadReached"); \ +static_assert(sizeof(MemoryPickup_HandleMoverHeadReached) == 0x000008, "Wrong size on MemoryPickup_HandleMoverHeadReached"); \ +static_assert(offsetof(MemoryPickup_HandleMoverHeadReached, OwningActor) == 0x000000, "Member 'MemoryPickup_HandleMoverHeadReached::OwningActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_HandleSequenceComplete \ +static_assert(alignof(MemoryPickup_HandleSequenceComplete) == 0x000008, "Wrong alignment on MemoryPickup_HandleSequenceComplete"); \ +static_assert(sizeof(MemoryPickup_HandleSequenceComplete) == 0x000008, "Wrong size on MemoryPickup_HandleSequenceComplete"); \ +static_assert(offsetof(MemoryPickup_HandleSequenceComplete, FromActor) == 0x000000, "Member 'MemoryPickup_HandleSequenceComplete::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_HandleStateChange \ +static_assert(alignof(MemoryPickup_HandleStateChange) == 0x000001, "Wrong alignment on MemoryPickup_HandleStateChange"); \ +static_assert(sizeof(MemoryPickup_HandleStateChange) == 0x000001, "Wrong size on MemoryPickup_HandleStateChange"); \ +static_assert(offsetof(MemoryPickup_HandleStateChange, CurrentState) == 0x000000, "Member 'MemoryPickup_HandleStateChange::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_HandleStateChangeInternal \ +static_assert(alignof(MemoryPickup_HandleStateChangeInternal) == 0x000001, "Wrong alignment on MemoryPickup_HandleStateChangeInternal"); \ +static_assert(sizeof(MemoryPickup_HandleStateChangeInternal) == 0x000001, "Wrong size on MemoryPickup_HandleStateChangeInternal"); \ +static_assert(offsetof(MemoryPickup_HandleStateChangeInternal, CurrentState) == 0x000000, "Member 'MemoryPickup_HandleStateChangeInternal::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_HandleVisibilityState_Implementation \ +static_assert(alignof(MemoryPickup_HandleVisibilityState_Implementation) == 0x000004, "Wrong alignment on MemoryPickup_HandleVisibilityState_Implementation"); \ +static_assert(sizeof(MemoryPickup_HandleVisibilityState_Implementation) == 0x00001C, "Wrong size on MemoryPickup_HandleVisibilityState_Implementation"); \ +static_assert(offsetof(MemoryPickup_HandleVisibilityState_Implementation, IsViewed) == 0x000000, "Member 'MemoryPickup_HandleVisibilityState_Implementation::IsViewed' has a wrong offset!"); \ +static_assert(offsetof(MemoryPickup_HandleVisibilityState_Implementation, ViewLoc) == 0x000004, "Member 'MemoryPickup_HandleVisibilityState_Implementation::ViewLoc' has a wrong offset!"); \ +static_assert(offsetof(MemoryPickup_HandleVisibilityState_Implementation, ViewDir) == 0x000010, "Member 'MemoryPickup_HandleVisibilityState_Implementation::ViewDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_T_ActivateManually \ +static_assert(alignof(MemoryPickup_T_ActivateManually) == 0x000008, "Wrong alignment on MemoryPickup_T_ActivateManually"); \ +static_assert(sizeof(MemoryPickup_T_ActivateManually) == 0x000008, "Wrong size on MemoryPickup_T_ActivateManually"); \ +static_assert(offsetof(MemoryPickup_T_ActivateManually, Params_0) == 0x000000, "Member 'MemoryPickup_T_ActivateManually::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MemoryPickup_GetMemoryState \ +static_assert(alignof(MemoryPickup_GetMemoryState) == 0x000001, "Wrong alignment on MemoryPickup_GetMemoryState"); \ +static_assert(sizeof(MemoryPickup_GetMemoryState) == 0x000001, "Wrong size on MemoryPickup_GetMemoryState"); \ +static_assert(offsetof(MemoryPickup_GetMemoryState, ReturnValue) == 0x000000, "Member 'MemoryPickup_GetMemoryState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMemoryPickup \ +static_assert(alignof(AMemoryPickup) == 0x000008, "Wrong alignment on AMemoryPickup"); \ +static_assert(sizeof(AMemoryPickup) == 0x000548, "Wrong size on AMemoryPickup"); \ +static_assert(offsetof(AMemoryPickup, MaskPDSKeyName) == 0x000468, "Member 'AMemoryPickup::MaskPDSKeyName' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, Spline) == 0x000470, "Member 'AMemoryPickup::Spline' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, SplineMover) == 0x000478, "Member 'AMemoryPickup::SplineMover' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, ActivationSphere) == 0x000480, "Member 'AMemoryPickup::ActivationSphere' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, MontageMan) == 0x000488, "Member 'AMemoryPickup::MontageMan' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, InventoryTag) == 0x000490, "Member 'AMemoryPickup::InventoryTag' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, AnimMap) == 0x000498, "Member 'AMemoryPickup::AnimMap' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, LevelSequence) == 0x0004E8, "Member 'AMemoryPickup::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, TriggerableCamera) == 0x0004F0, "Member 'AMemoryPickup::TriggerableCamera' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, ViewLocation) == 0x0004F8, "Member 'AMemoryPickup::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, VantagePoint) == 0x000504, "Member 'AMemoryPickup::VantagePoint' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, ActivationMethod) == 0x000510, "Member 'AMemoryPickup::ActivationMethod' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, InspectActivationDistance) == 0x000514, "Member 'AMemoryPickup::InspectActivationDistance' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, InspectActivationViewAngle) == 0x000518, "Member 'AMemoryPickup::InspectActivationViewAngle' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, OnMemoryCollected) == 0x000520, "Member 'AMemoryPickup::OnMemoryCollected' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, OnMemoryWakeup) == 0x000530, "Member 'AMemoryPickup::OnMemoryWakeup' has a wrong offset!"); \ +static_assert(offsetof(AMemoryPickup, MemoryState) == 0x000540, "Member 'AMemoryPickup::MemoryState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuToggle_GoToPage \ +static_assert(alignof(MenuToggle_GoToPage) == 0x000001, "Wrong alignment on MenuToggle_GoToPage"); \ +static_assert(sizeof(MenuToggle_GoToPage) == 0x000001, "Wrong size on MenuToggle_GoToPage"); \ +static_assert(offsetof(MenuToggle_GoToPage, Page) == 0x000000, "Member 'MenuToggle_GoToPage::Page' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMenuToggle \ +static_assert(alignof(UMenuToggle) == 0x000008, "Wrong alignment on UMenuToggle"); \ +static_assert(sizeof(UMenuToggle) == 0x000268, "Wrong size on UMenuToggle"); \ +static_assert(offsetof(UMenuToggle, MainPageSwitcher) == 0x000260, "Member 'UMenuToggle::MainPageSwitcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMessageListenerNotify \ +static_assert(alignof(UMessageListenerNotify) == 0x000008, "Wrong alignment on UMessageListenerNotify"); \ +static_assert(sizeof(UMessageListenerNotify) == 0x000048, "Wrong size on UMessageListenerNotify"); \ +static_assert(offsetof(UMessageListenerNotify, EventName) == 0x000038, "Member 'UMessageListenerNotify::EventName' has a wrong offset!"); \ +static_assert(offsetof(UMessageListenerNotify, Params_0) == 0x000040, "Member 'UMessageListenerNotify::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionProgressWidget_FadeIn \ +static_assert(alignof(RegionProgressWidget_FadeIn) == 0x000001, "Wrong alignment on RegionProgressWidget_FadeIn"); \ +static_assert(sizeof(RegionProgressWidget_FadeIn) == 0x000001, "Wrong size on RegionProgressWidget_FadeIn"); \ +static_assert(offsetof(RegionProgressWidget_FadeIn, ReturnValue) == 0x000000, "Member 'RegionProgressWidget_FadeIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionProgressWidget_FadeOut \ +static_assert(alignof(RegionProgressWidget_FadeOut) == 0x000001, "Wrong alignment on RegionProgressWidget_FadeOut"); \ +static_assert(sizeof(RegionProgressWidget_FadeOut) == 0x000001, "Wrong size on RegionProgressWidget_FadeOut"); \ +static_assert(offsetof(RegionProgressWidget_FadeOut, ReturnValue) == 0x000000, "Member 'RegionProgressWidget_FadeOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionProgressWidget_SetDisplayInfo \ +static_assert(alignof(RegionProgressWidget_SetDisplayInfo) == 0x000004, "Wrong alignment on RegionProgressWidget_SetDisplayInfo"); \ +static_assert(sizeof(RegionProgressWidget_SetDisplayInfo) == 0x000014, "Wrong size on RegionProgressWidget_SetDisplayInfo"); \ +static_assert(offsetof(RegionProgressWidget_SetDisplayInfo, Info) == 0x000000, "Member 'RegionProgressWidget_SetDisplayInfo::Info' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URegionProgressWidget \ +static_assert(alignof(URegionProgressWidget) == 0x000008, "Wrong alignment on URegionProgressWidget"); \ +static_assert(sizeof(URegionProgressWidget) == 0x000488, "Wrong size on URegionProgressWidget"); \ +static_assert(offsetof(URegionProgressWidget, RegionTitleText) == 0x000260, "Member 'URegionProgressWidget::RegionTitleText' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotCollectionRow) == 0x000268, "Member 'URegionProgressWidget::RotCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotHatCollectionRow) == 0x000270, "Member 'URegionProgressWidget::RotHatCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, SpiritMailCollectionRow) == 0x000278, "Member 'URegionProgressWidget::SpiritMailCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, JizoStatueCollectionRow) == 0x000280, "Member 'URegionProgressWidget::JizoStatueCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CursedChestCollectionRow) == 0x000288, "Member 'URegionProgressWidget::CursedChestCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, MeditationSpotCollectionRow) == 0x000290, "Member 'URegionProgressWidget::MeditationSpotCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CharmCollectionRow) == 0x000298, "Member 'URegionProgressWidget::CharmCollectionRow' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotCollection_Gathered) == 0x0002A0, "Member 'URegionProgressWidget::RotCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotHatCollection_Gathered) == 0x0002A8, "Member 'URegionProgressWidget::RotHatCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, SpiritMailCollection_Gathered) == 0x0002B0, "Member 'URegionProgressWidget::SpiritMailCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, JizoStatueCollection_Gathered) == 0x0002B8, "Member 'URegionProgressWidget::JizoStatueCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CursedChestCollection_Gathered) == 0x0002C0, "Member 'URegionProgressWidget::CursedChestCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, MeditationSpotCollection_Gathered) == 0x0002C8, "Member 'URegionProgressWidget::MeditationSpotCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CharmCollection_Gathered) == 0x0002D0, "Member 'URegionProgressWidget::CharmCollection_Gathered' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotCollection_Total) == 0x0002D8, "Member 'URegionProgressWidget::RotCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotHatCollection_Total) == 0x0002E0, "Member 'URegionProgressWidget::RotHatCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, SpiritMailCollection_Total) == 0x0002E8, "Member 'URegionProgressWidget::SpiritMailCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, JizoStatueCollection_Total) == 0x0002F0, "Member 'URegionProgressWidget::JizoStatueCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CursedChestCollection_Total) == 0x0002F8, "Member 'URegionProgressWidget::CursedChestCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, MeditationSpotCollection_Total) == 0x000300, "Member 'URegionProgressWidget::MeditationSpotCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CharmCollection_Total) == 0x000308, "Member 'URegionProgressWidget::CharmCollection_Total' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotCollection_CompletedBox) == 0x000310, "Member 'URegionProgressWidget::RotCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, RotHatCollection_CompletedBox) == 0x000318, "Member 'URegionProgressWidget::RotHatCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, SpiritMailCollection_CompletedBox) == 0x000320, "Member 'URegionProgressWidget::SpiritMailCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, JizoStatueCollection_CompletedBox) == 0x000328, "Member 'URegionProgressWidget::JizoStatueCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CursedChestCollection_CompletedBox) == 0x000330, "Member 'URegionProgressWidget::CursedChestCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, MeditationSpotCollection_CompletedBox) == 0x000338, "Member 'URegionProgressWidget::MeditationSpotCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CharmCollection_CompletedBox) == 0x000340, "Member 'URegionProgressWidget::CharmCollection_CompletedBox' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, Fade) == 0x000348, "Member 'URegionProgressWidget::Fade' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, UnknownRegionTitleText) == 0x000350, "Member 'URegionProgressWidget::UnknownRegionTitleText' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, UncompletedBoxBrush) == 0x000368, "Member 'URegionProgressWidget::UncompletedBoxBrush' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CompletedBoxBrush) == 0x0003F0, "Member 'URegionProgressWidget::CompletedBoxBrush' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, CurrentRegion) == 0x000478, "Member 'URegionProgressWidget::CurrentRegion' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressWidget, IsFadedOut) == 0x000480, "Member 'URegionProgressWidget::IsFadedOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNameTriggerParams \ +static_assert(alignof(UNameTriggerParams) == 0x000008, "Wrong alignment on UNameTriggerParams"); \ +static_assert(sizeof(UNameTriggerParams) == 0x000038, "Wrong size on UNameTriggerParams"); \ +static_assert(offsetof(UNameTriggerParams, Name_0) == 0x000030, "Member 'UNameTriggerParams::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockButton_EvaluateUnlockState \ +static_assert(alignof(MochiAbilityUnlockButton_EvaluateUnlockState) == 0x000008, "Wrong alignment on MochiAbilityUnlockButton_EvaluateUnlockState"); \ +static_assert(sizeof(MochiAbilityUnlockButton_EvaluateUnlockState) == 0x000010, "Wrong size on MochiAbilityUnlockButton_EvaluateUnlockState"); \ +static_assert(offsetof(MochiAbilityUnlockButton_EvaluateUnlockState, AbilityInfo) == 0x000000, "Member 'MochiAbilityUnlockButton_EvaluateUnlockState::AbilityInfo' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockButton_EvaluateUnlockState, ReturnValue) == 0x000008, "Member 'MochiAbilityUnlockButton_EvaluateUnlockState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockButton_InitializeButton \ +static_assert(alignof(MochiAbilityUnlockButton_InitializeButton) == 0x000008, "Wrong alignment on MochiAbilityUnlockButton_InitializeButton"); \ +static_assert(sizeof(MochiAbilityUnlockButton_InitializeButton) == 0x000008, "Wrong size on MochiAbilityUnlockButton_InitializeButton"); \ +static_assert(offsetof(MochiAbilityUnlockButton_InitializeButton, AbilityInfo) == 0x000000, "Member 'MochiAbilityUnlockButton_InitializeButton::AbilityInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockButton_OnAbilityUnlocked \ +static_assert(alignof(MochiAbilityUnlockButton_OnAbilityUnlocked) == 0x000004, "Wrong alignment on MochiAbilityUnlockButton_OnAbilityUnlocked"); \ +static_assert(sizeof(MochiAbilityUnlockButton_OnAbilityUnlocked) == 0x000008, "Wrong size on MochiAbilityUnlockButton_OnAbilityUnlocked"); \ +static_assert(offsetof(MochiAbilityUnlockButton_OnAbilityUnlocked, UnlockedAbility) == 0x000000, "Member 'MochiAbilityUnlockButton_OnAbilityUnlocked::UnlockedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAbilityUnlockButton \ +static_assert(alignof(UMochiAbilityUnlockButton) == 0x000008, "Wrong alignment on UMochiAbilityUnlockButton"); \ +static_assert(sizeof(UMochiAbilityUnlockButton) == 0x000368, "Wrong size on UMochiAbilityUnlockButton"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, Button) == 0x000260, "Member 'UMochiAbilityUnlockButton::Button' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, AbilityUnlockData) == 0x000268, "Member 'UMochiAbilityUnlockButton::AbilityUnlockData' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, HiddenIconSpriteSoft) == 0x000270, "Member 'UMochiAbilityUnlockButton::HiddenIconSpriteSoft' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, AbilityGameplayTag) == 0x000298, "Member 'UMochiAbilityUnlockButton::AbilityGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, HiddenColor) == 0x0002A0, "Member 'UMochiAbilityUnlockButton::HiddenColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, DisabledColor) == 0x0002B0, "Member 'UMochiAbilityUnlockButton::DisabledColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, AvailableColor) == 0x0002C0, "Member 'UMochiAbilityUnlockButton::AvailableColor' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, UnlockState) == 0x0002D0, "Member 'UMochiAbilityUnlockButton::UnlockState' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, OnAbilityFocused) == 0x0002D8, "Member 'UMochiAbilityUnlockButton::OnAbilityFocused' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, OnTryUnlockAbility) == 0x0002E8, "Member 'UMochiAbilityUnlockButton::OnTryUnlockAbility' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, PremiumBubbleImage) == 0x0002F8, "Member 'UMochiAbilityUnlockButton::PremiumBubbleImage' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, LockedOverlayImage) == 0x000300, "Member 'UMochiAbilityUnlockButton::LockedOverlayImage' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, DesaturationMaterial) == 0x000308, "Member 'UMochiAbilityUnlockButton::DesaturationMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, DesaturatedIconMID) == 0x000310, "Member 'UMochiAbilityUnlockButton::DesaturatedIconMID' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, DegammaMaterial) == 0x000318, "Member 'UMochiAbilityUnlockButton::DegammaMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, DegammaMID) == 0x000320, "Member 'UMochiAbilityUnlockButton::DegammaMID' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, FocusedGroup) == 0x000328, "Member 'UMochiAbilityUnlockButton::FocusedGroup' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, AbilityUnlockType) == 0x000330, "Member 'UMochiAbilityUnlockButton::AbilityUnlockType' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, DidCompleteConstruction) == 0x000331, "Member 'UMochiAbilityUnlockButton::DidCompleteConstruction' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, AbilityIconSprite) == 0x000338, "Member 'UMochiAbilityUnlockButton::AbilityIconSprite' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockButton, HiddenIconSprite) == 0x000340, "Member 'UMochiAbilityUnlockButton::HiddenIconSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetProxyLocation \ +static_assert(alignof(ProxyManagerComponent_GetProxyLocation) == 0x000004, "Wrong alignment on ProxyManagerComponent_GetProxyLocation"); \ +static_assert(sizeof(ProxyManagerComponent_GetProxyLocation) == 0x00000C, "Wrong size on ProxyManagerComponent_GetProxyLocation"); \ +static_assert(offsetof(ProxyManagerComponent_GetProxyLocation, ReturnValue) == 0x000000, "Member 'ProxyManagerComponent_GetProxyLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetProxyRotation \ +static_assert(alignof(ProxyManagerComponent_GetProxyRotation) == 0x000004, "Wrong alignment on ProxyManagerComponent_GetProxyRotation"); \ +static_assert(sizeof(ProxyManagerComponent_GetProxyRotation) == 0x00000C, "Wrong size on ProxyManagerComponent_GetProxyRotation"); \ +static_assert(offsetof(ProxyManagerComponent_GetProxyRotation, ReturnValue) == 0x000000, "Member 'ProxyManagerComponent_GetProxyRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetProxyTransform \ +static_assert(alignof(ProxyManagerComponent_GetProxyTransform) == 0x000010, "Wrong alignment on ProxyManagerComponent_GetProxyTransform"); \ +static_assert(sizeof(ProxyManagerComponent_GetProxyTransform) == 0x000030, "Wrong size on ProxyManagerComponent_GetProxyTransform"); \ +static_assert(offsetof(ProxyManagerComponent_GetProxyTransform, ReturnValue) == 0x000000, "Member 'ProxyManagerComponent_GetProxyTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetTargetInfo \ +static_assert(alignof(ProxyManagerComponent_GetTargetInfo) == 0x000008, "Wrong alignment on ProxyManagerComponent_GetTargetInfo"); \ +static_assert(sizeof(ProxyManagerComponent_GetTargetInfo) == 0x000018, "Wrong size on ProxyManagerComponent_GetTargetInfo"); \ +static_assert(offsetof(ProxyManagerComponent_GetTargetInfo, IsValid) == 0x000000, "Member 'ProxyManagerComponent_GetTargetInfo::IsValid' has a wrong offset!"); \ +static_assert(offsetof(ProxyManagerComponent_GetTargetInfo, TargetedActor) == 0x000008, "Member 'ProxyManagerComponent_GetTargetInfo::TargetedActor' has a wrong offset!"); \ +static_assert(offsetof(ProxyManagerComponent_GetTargetInfo, ReturnValue) == 0x000010, "Member 'ProxyManagerComponent_GetTargetInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetTargetProxy \ +static_assert(alignof(ProxyManagerComponent_GetTargetProxy) == 0x000008, "Wrong alignment on ProxyManagerComponent_GetTargetProxy"); \ +static_assert(sizeof(ProxyManagerComponent_GetTargetProxy) == 0x000008, "Wrong size on ProxyManagerComponent_GetTargetProxy"); \ +static_assert(offsetof(ProxyManagerComponent_GetTargetProxy, ReturnValue) == 0x000000, "Member 'ProxyManagerComponent_GetTargetProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_SetProxyFrozen \ +static_assert(alignof(ProxyManagerComponent_SetProxyFrozen) == 0x000001, "Wrong alignment on ProxyManagerComponent_SetProxyFrozen"); \ +static_assert(sizeof(ProxyManagerComponent_SetProxyFrozen) == 0x000001, "Wrong size on ProxyManagerComponent_SetProxyFrozen"); \ +static_assert(offsetof(ProxyManagerComponent_SetProxyFrozen, IsFrozen) == 0x000000, "Member 'ProxyManagerComponent_SetProxyFrozen::IsFrozen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_SetProxyRelativeOffset \ +static_assert(alignof(ProxyManagerComponent_SetProxyRelativeOffset) == 0x000004, "Wrong alignment on ProxyManagerComponent_SetProxyRelativeOffset"); \ +static_assert(sizeof(ProxyManagerComponent_SetProxyRelativeOffset) == 0x00000C, "Wrong size on ProxyManagerComponent_SetProxyRelativeOffset"); \ +static_assert(offsetof(ProxyManagerComponent_SetProxyRelativeOffset, Offset) == 0x000000, "Member 'ProxyManagerComponent_SetProxyRelativeOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_SetProxyTarget \ +static_assert(alignof(ProxyManagerComponent_SetProxyTarget) == 0x000008, "Wrong alignment on ProxyManagerComponent_SetProxyTarget"); \ +static_assert(sizeof(ProxyManagerComponent_SetProxyTarget) == 0x000008, "Wrong size on ProxyManagerComponent_SetProxyTarget"); \ +static_assert(offsetof(ProxyManagerComponent_SetProxyTarget, NewTarget) == 0x000000, "Member 'ProxyManagerComponent_SetProxyTarget::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_SetProxyTransform \ +static_assert(alignof(ProxyManagerComponent_SetProxyTransform) == 0x000010, "Wrong alignment on ProxyManagerComponent_SetProxyTransform"); \ +static_assert(sizeof(ProxyManagerComponent_SetProxyTransform) == 0x000030, "Wrong size on ProxyManagerComponent_SetProxyTransform"); \ +static_assert(offsetof(ProxyManagerComponent_SetProxyTransform, NewTransform) == 0x000000, "Member 'ProxyManagerComponent_SetProxyTransform::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetIsTargetOnNav \ +static_assert(alignof(ProxyManagerComponent_GetIsTargetOnNav) == 0x000001, "Wrong alignment on ProxyManagerComponent_GetIsTargetOnNav"); \ +static_assert(sizeof(ProxyManagerComponent_GetIsTargetOnNav) == 0x000001, "Wrong size on ProxyManagerComponent_GetIsTargetOnNav"); \ +static_assert(offsetof(ProxyManagerComponent_GetIsTargetOnNav, ReturnValue) == 0x000000, "Member 'ProxyManagerComponent_GetIsTargetOnNav::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyManagerComponent_GetProxyFrozen \ +static_assert(alignof(ProxyManagerComponent_GetProxyFrozen) == 0x000001, "Wrong alignment on ProxyManagerComponent_GetProxyFrozen"); \ +static_assert(sizeof(ProxyManagerComponent_GetProxyFrozen) == 0x000001, "Wrong size on ProxyManagerComponent_GetProxyFrozen"); \ +static_assert(offsetof(ProxyManagerComponent_GetProxyFrozen, ReturnValue) == 0x000000, "Member 'ProxyManagerComponent_GetProxyFrozen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProxyManagerComponent \ +static_assert(alignof(UProxyManagerComponent) == 0x000008, "Wrong alignment on UProxyManagerComponent"); \ +static_assert(sizeof(UProxyManagerComponent) == 0x0000E0, "Wrong size on UProxyManagerComponent"); \ +static_assert(offsetof(UProxyManagerComponent, UseEasing) == 0x0000B0, "Member 'UProxyManagerComponent::UseEasing' has a wrong offset!"); \ +static_assert(offsetof(UProxyManagerComponent, EaseSpeed) == 0x0000B4, "Member 'UProxyManagerComponent::EaseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProxyManagerComponent, OverrideSearchExtents) == 0x0000B8, "Member 'UProxyManagerComponent::OverrideSearchExtents' has a wrong offset!"); \ +static_assert(offsetof(UProxyManagerComponent, SearchExtentsOverride) == 0x0000BC, "Member 'UProxyManagerComponent::SearchExtentsOverride' has a wrong offset!"); \ +static_assert(offsetof(UProxyManagerComponent, OnlyFollowTargetOnNav) == 0x0000C8, "Member 'UProxyManagerComponent::OnlyFollowTargetOnNav' has a wrong offset!"); \ +static_assert(offsetof(UProxyManagerComponent, TargetProxy) == 0x0000D0, "Member 'UProxyManagerComponent::TargetProxy' has a wrong offset!"); \ +static_assert(offsetof(UProxyManagerComponent, TrackedActor) == 0x0000D8, "Member 'UProxyManagerComponent::TrackedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityInfo_GetVideoFilepath \ +static_assert(alignof(AbilityInfo_GetVideoFilepath) == 0x000008, "Wrong alignment on AbilityInfo_GetVideoFilepath"); \ +static_assert(sizeof(AbilityInfo_GetVideoFilepath) == 0x000010, "Wrong size on AbilityInfo_GetVideoFilepath"); \ +static_assert(offsetof(AbilityInfo_GetVideoFilepath, ReturnValue) == 0x000000, "Member 'AbilityInfo_GetVideoFilepath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityInfo \ +static_assert(alignof(UAbilityInfo) == 0x000008, "Wrong alignment on UAbilityInfo"); \ +static_assert(sizeof(UAbilityInfo) == 0x000108, "Wrong size on UAbilityInfo"); \ +static_assert(offsetof(UAbilityInfo, AbilityTag) == 0x000028, "Member 'UAbilityInfo::AbilityTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, TagCount) == 0x000030, "Member 'UAbilityInfo::TagCount' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, AbilityName) == 0x000038, "Member 'UAbilityInfo::AbilityName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, AbilityDescription) == 0x000050, "Member 'UAbilityInfo::AbilityDescription' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, PipRequirement) == 0x000068, "Member 'UAbilityInfo::PipRequirement' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, CurrencyRequirement) == 0x00006C, "Member 'UAbilityInfo::CurrencyRequirement' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, PrerequisiteAbilities) == 0x000070, "Member 'UAbilityInfo::PrerequisiteAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, PairAbilities) == 0x0000C0, "Member 'UAbilityInfo::PairAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, VideoName) == 0x0000D0, "Member 'UAbilityInfo::VideoName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityInfo, AbilityIconSpriteSoft) == 0x0000E0, "Member 'UAbilityInfo::AbilityIconSpriteSoft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityContainer \ +static_assert(alignof(UAbilityContainer) == 0x000008, "Wrong alignment on UAbilityContainer"); \ +static_assert(sizeof(UAbilityContainer) == 0x000060, "Wrong size on UAbilityContainer"); \ +static_assert(offsetof(UAbilityContainer, AbilityCategory) == 0x000028, "Member 'UAbilityContainer::AbilityCategory' has a wrong offset!"); \ +static_assert(offsetof(UAbilityContainer, OuterAbilityTag) == 0x00002C, "Member 'UAbilityContainer::OuterAbilityTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilityContainer, OuterAbilityName) == 0x000038, "Member 'UAbilityContainer::OuterAbilityName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityContainer, UnlockableAbilities) == 0x000050, "Member 'UAbilityContainer::UnlockableAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_ArePrerequisitesUnlocked \ +static_assert(alignof(MochiAbilityUnlockTable_ArePrerequisitesUnlocked) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_ArePrerequisitesUnlocked"); \ +static_assert(sizeof(MochiAbilityUnlockTable_ArePrerequisitesUnlocked) == 0x000018, "Wrong size on MochiAbilityUnlockTable_ArePrerequisitesUnlocked"); \ +static_assert(offsetof(MochiAbilityUnlockTable_ArePrerequisitesUnlocked, WorldContext) == 0x000000, "Member 'MochiAbilityUnlockTable_ArePrerequisitesUnlocked::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_ArePrerequisitesUnlocked, AbilityInfo) == 0x000008, "Member 'MochiAbilityUnlockTable_ArePrerequisitesUnlocked::AbilityInfo' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_ArePrerequisitesUnlocked, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_ArePrerequisitesUnlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_CanPurchaseAbility \ +static_assert(alignof(MochiAbilityUnlockTable_CanPurchaseAbility) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_CanPurchaseAbility"); \ +static_assert(sizeof(MochiAbilityUnlockTable_CanPurchaseAbility) == 0x000018, "Wrong size on MochiAbilityUnlockTable_CanPurchaseAbility"); \ +static_assert(offsetof(MochiAbilityUnlockTable_CanPurchaseAbility, WorldContext) == 0x000000, "Member 'MochiAbilityUnlockTable_CanPurchaseAbility::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_CanPurchaseAbility, AbilityTag) == 0x000008, "Member 'MochiAbilityUnlockTable_CanPurchaseAbility::AbilityTag' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_CanPurchaseAbility, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_CanPurchaseAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_CanUnlockAbility \ +static_assert(alignof(MochiAbilityUnlockTable_CanUnlockAbility) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_CanUnlockAbility"); \ +static_assert(sizeof(MochiAbilityUnlockTable_CanUnlockAbility) == 0x000018, "Wrong size on MochiAbilityUnlockTable_CanUnlockAbility"); \ +static_assert(offsetof(MochiAbilityUnlockTable_CanUnlockAbility, Resources) == 0x000000, "Member 'MochiAbilityUnlockTable_CanUnlockAbility::Resources' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_CanUnlockAbility, Inventory) == 0x000008, "Member 'MochiAbilityUnlockTable_CanUnlockAbility::Inventory' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_CanUnlockAbility, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_CanUnlockAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_FindAbilityInfoByTag \ +static_assert(alignof(MochiAbilityUnlockTable_FindAbilityInfoByTag) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_FindAbilityInfoByTag"); \ +static_assert(sizeof(MochiAbilityUnlockTable_FindAbilityInfoByTag) == 0x000010, "Wrong size on MochiAbilityUnlockTable_FindAbilityInfoByTag"); \ +static_assert(offsetof(MochiAbilityUnlockTable_FindAbilityInfoByTag, Tag) == 0x000000, "Member 'MochiAbilityUnlockTable_FindAbilityInfoByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_FindAbilityInfoByTag, ReturnValue) == 0x000008, "Member 'MochiAbilityUnlockTable_FindAbilityInfoByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_IsAbilityUnlocked \ +static_assert(alignof(MochiAbilityUnlockTable_IsAbilityUnlocked) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_IsAbilityUnlocked"); \ +static_assert(sizeof(MochiAbilityUnlockTable_IsAbilityUnlocked) == 0x000018, "Wrong size on MochiAbilityUnlockTable_IsAbilityUnlocked"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsAbilityUnlocked, WorldContext) == 0x000000, "Member 'MochiAbilityUnlockTable_IsAbilityUnlocked::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsAbilityUnlocked, AbilityInfo) == 0x000008, "Member 'MochiAbilityUnlockTable_IsAbilityUnlocked::AbilityInfo' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsAbilityUnlocked, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_IsAbilityUnlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_IsAbilityUnlockedByTag \ +static_assert(alignof(MochiAbilityUnlockTable_IsAbilityUnlockedByTag) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_IsAbilityUnlockedByTag"); \ +static_assert(sizeof(MochiAbilityUnlockTable_IsAbilityUnlockedByTag) == 0x000018, "Wrong size on MochiAbilityUnlockTable_IsAbilityUnlockedByTag"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsAbilityUnlockedByTag, WorldContext) == 0x000000, "Member 'MochiAbilityUnlockTable_IsAbilityUnlockedByTag::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsAbilityUnlockedByTag, AbilityTag) == 0x000008, "Member 'MochiAbilityUnlockTable_IsAbilityUnlockedByTag::AbilityTag' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsAbilityUnlockedByTag, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_IsAbilityUnlockedByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_IsLevelRequirementMet \ +static_assert(alignof(MochiAbilityUnlockTable_IsLevelRequirementMet) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_IsLevelRequirementMet"); \ +static_assert(sizeof(MochiAbilityUnlockTable_IsLevelRequirementMet) == 0x000018, "Wrong size on MochiAbilityUnlockTable_IsLevelRequirementMet"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsLevelRequirementMet, WorldContext) == 0x000000, "Member 'MochiAbilityUnlockTable_IsLevelRequirementMet::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsLevelRequirementMet, AbilityInfo) == 0x000008, "Member 'MochiAbilityUnlockTable_IsLevelRequirementMet::AbilityInfo' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsLevelRequirementMet, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_IsLevelRequirementMet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockTable_IsPrerequisite \ +static_assert(alignof(MochiAbilityUnlockTable_IsPrerequisite) == 0x000008, "Wrong alignment on MochiAbilityUnlockTable_IsPrerequisite"); \ +static_assert(sizeof(MochiAbilityUnlockTable_IsPrerequisite) == 0x000018, "Wrong size on MochiAbilityUnlockTable_IsPrerequisite"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsPrerequisite, AbilityInfo) == 0x000000, "Member 'MochiAbilityUnlockTable_IsPrerequisite::AbilityInfo' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsPrerequisite, PrerequisiteToCheck) == 0x000008, "Member 'MochiAbilityUnlockTable_IsPrerequisite::PrerequisiteToCheck' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockTable_IsPrerequisite, ReturnValue) == 0x000010, "Member 'MochiAbilityUnlockTable_IsPrerequisite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAbilityUnlockTable \ +static_assert(alignof(UMochiAbilityUnlockTable) == 0x000008, "Wrong alignment on UMochiAbilityUnlockTable"); \ +static_assert(sizeof(UMochiAbilityUnlockTable) == 0x000040, "Wrong size on UMochiAbilityUnlockTable"); \ +static_assert(offsetof(UMochiAbilityUnlockTable, AbilityUnlockTable) == 0x000030, "Member 'UMochiAbilityUnlockTable::AbilityUnlockTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_DrainResource \ +static_assert(alignof(ResourcesComponent_DrainResource) == 0x000001, "Wrong alignment on ResourcesComponent_DrainResource"); \ +static_assert(sizeof(ResourcesComponent_DrainResource) == 0x000001, "Wrong size on ResourcesComponent_DrainResource"); \ +static_assert(offsetof(ResourcesComponent_DrainResource, ResourceType) == 0x000000, "Member 'ResourcesComponent_DrainResource::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_FillResource \ +static_assert(alignof(ResourcesComponent_FillResource) == 0x000001, "Wrong alignment on ResourcesComponent_FillResource"); \ +static_assert(sizeof(ResourcesComponent_FillResource) == 0x000001, "Wrong size on ResourcesComponent_FillResource"); \ +static_assert(offsetof(ResourcesComponent_FillResource, ResourceType) == 0x000000, "Member 'ResourcesComponent_FillResource::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_GetResourceInvulnerability \ +static_assert(alignof(ResourcesComponent_GetResourceInvulnerability) == 0x000001, "Wrong alignment on ResourcesComponent_GetResourceInvulnerability"); \ +static_assert(sizeof(ResourcesComponent_GetResourceInvulnerability) == 0x000002, "Wrong size on ResourcesComponent_GetResourceInvulnerability"); \ +static_assert(offsetof(ResourcesComponent_GetResourceInvulnerability, ResourceType) == 0x000000, "Member 'ResourcesComponent_GetResourceInvulnerability::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_GetResourceInvulnerability, ReturnValue) == 0x000001, "Member 'ResourcesComponent_GetResourceInvulnerability::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_PopResourceInvulnerability \ +static_assert(alignof(ResourcesComponent_PopResourceInvulnerability) == 0x000001, "Wrong alignment on ResourcesComponent_PopResourceInvulnerability"); \ +static_assert(sizeof(ResourcesComponent_PopResourceInvulnerability) == 0x000001, "Wrong size on ResourcesComponent_PopResourceInvulnerability"); \ +static_assert(offsetof(ResourcesComponent_PopResourceInvulnerability, ResourceType) == 0x000000, "Member 'ResourcesComponent_PopResourceInvulnerability::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_PushResourceInvulnerability \ +static_assert(alignof(ResourcesComponent_PushResourceInvulnerability) == 0x000001, "Wrong alignment on ResourcesComponent_PushResourceInvulnerability"); \ +static_assert(sizeof(ResourcesComponent_PushResourceInvulnerability) == 0x000001, "Wrong size on ResourcesComponent_PushResourceInvulnerability"); \ +static_assert(offsetof(ResourcesComponent_PushResourceInvulnerability, ResourceType) == 0x000000, "Member 'ResourcesComponent_PushResourceInvulnerability::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_ResizeResource \ +static_assert(alignof(ResourcesComponent_ResizeResource) == 0x000008, "Wrong alignment on ResourcesComponent_ResizeResource"); \ +static_assert(sizeof(ResourcesComponent_ResizeResource) == 0x000020, "Wrong size on ResourcesComponent_ResizeResource"); \ +static_assert(offsetof(ResourcesComponent_ResizeResource, ResourceType) == 0x000000, "Member 'ResourcesComponent_ResizeResource::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_ResizeResource, MinMax) == 0x000004, "Member 'ResourcesComponent_ResizeResource::MinMax' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_ResizeResource, Mode) == 0x00000C, "Member 'ResourcesComponent_ResizeResource::Mode' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_ResizeResource, ResizeInstigator) == 0x000010, "Member 'ResourcesComponent_ResizeResource::ResizeInstigator' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_ResizeResource, Causer) == 0x000018, "Member 'ResourcesComponent_ResizeResource::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_SetBlockAccumulation \ +static_assert(alignof(ResourcesComponent_SetBlockAccumulation) == 0x000001, "Wrong alignment on ResourcesComponent_SetBlockAccumulation"); \ +static_assert(sizeof(ResourcesComponent_SetBlockAccumulation) == 0x000002, "Wrong size on ResourcesComponent_SetBlockAccumulation"); \ +static_assert(offsetof(ResourcesComponent_SetBlockAccumulation, ResourceType) == 0x000000, "Member 'ResourcesComponent_SetBlockAccumulation::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_SetBlockAccumulation, ShouldBlockAccumulation) == 0x000001, "Member 'ResourcesComponent_SetBlockAccumulation::ShouldBlockAccumulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_SetResourceDepletionThreshold \ +static_assert(alignof(ResourcesComponent_SetResourceDepletionThreshold) == 0x000004, "Wrong alignment on ResourcesComponent_SetResourceDepletionThreshold"); \ +static_assert(sizeof(ResourcesComponent_SetResourceDepletionThreshold) == 0x000008, "Wrong size on ResourcesComponent_SetResourceDepletionThreshold"); \ +static_assert(offsetof(ResourcesComponent_SetResourceDepletionThreshold, ResourceType) == 0x000000, "Member 'ResourcesComponent_SetResourceDepletionThreshold::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_SetResourceDepletionThreshold, UseDepletionThreshold) == 0x000001, "Member 'ResourcesComponent_SetResourceDepletionThreshold::UseDepletionThreshold' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_SetResourceDepletionThreshold, DepletionBlockFraction) == 0x000004, "Member 'ResourcesComponent_SetResourceDepletionThreshold::DepletionBlockFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_SetResourceRegenRate \ +static_assert(alignof(ResourcesComponent_SetResourceRegenRate) == 0x000004, "Wrong alignment on ResourcesComponent_SetResourceRegenRate"); \ +static_assert(sizeof(ResourcesComponent_SetResourceRegenRate) == 0x00000C, "Wrong size on ResourcesComponent_SetResourceRegenRate"); \ +static_assert(offsetof(ResourcesComponent_SetResourceRegenRate, ResourceType) == 0x000000, "Member 'ResourcesComponent_SetResourceRegenRate::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_SetResourceRegenRate, RegenRate) == 0x000004, "Member 'ResourcesComponent_SetResourceRegenRate::RegenRate' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_SetResourceRegenRate, ReturnValue) == 0x000008, "Member 'ResourcesComponent_SetResourceRegenRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_TryDecrease \ +static_assert(alignof(ResourcesComponent_TryDecrease) == 0x000008, "Wrong alignment on ResourcesComponent_TryDecrease"); \ +static_assert(sizeof(ResourcesComponent_TryDecrease) == 0x000028, "Wrong size on ResourcesComponent_TryDecrease"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, ResourceType) == 0x000000, "Member 'ResourcesComponent_TryDecrease::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, Delta) == 0x000004, "Member 'ResourcesComponent_TryDecrease::Delta' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, OutDelta) == 0x000008, "Member 'ResourcesComponent_TryDecrease::OutDelta' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, OutDepleted) == 0x00000C, "Member 'ResourcesComponent_TryDecrease::OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, DecreaseInstigator) == 0x000010, "Member 'ResourcesComponent_TryDecrease::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, Causer) == 0x000018, "Member 'ResourcesComponent_TryDecrease::Causer' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, BypassInvulnerability) == 0x000020, "Member 'ResourcesComponent_TryDecrease::BypassInvulnerability' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryDecrease, ReturnValue) == 0x000021, "Member 'ResourcesComponent_TryDecrease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_TryIncrease \ +static_assert(alignof(ResourcesComponent_TryIncrease) == 0x000008, "Wrong alignment on ResourcesComponent_TryIncrease"); \ +static_assert(sizeof(ResourcesComponent_TryIncrease) == 0x000028, "Wrong size on ResourcesComponent_TryIncrease"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, ResourceType) == 0x000000, "Member 'ResourcesComponent_TryIncrease::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, Delta) == 0x000004, "Member 'ResourcesComponent_TryIncrease::Delta' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, OutDelta) == 0x000008, "Member 'ResourcesComponent_TryIncrease::OutDelta' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, OutFilled) == 0x00000C, "Member 'ResourcesComponent_TryIncrease::OutFilled' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, IncreaseInstigator) == 0x000010, "Member 'ResourcesComponent_TryIncrease::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, Causer) == 0x000018, "Member 'ResourcesComponent_TryIncrease::Causer' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryIncrease, ReturnValue) == 0x000020, "Member 'ResourcesComponent_TryIncrease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_CanAfford \ +static_assert(alignof(ResourcesComponent_CanAfford) == 0x000004, "Wrong alignment on ResourcesComponent_CanAfford"); \ +static_assert(sizeof(ResourcesComponent_CanAfford) == 0x00000C, "Wrong size on ResourcesComponent_CanAfford"); \ +static_assert(offsetof(ResourcesComponent_CanAfford, ResourceType) == 0x000000, "Member 'ResourcesComponent_CanAfford::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_CanAfford, Cost) == 0x000004, "Member 'ResourcesComponent_CanAfford::Cost' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_CanAfford, ReturnValue) == 0x000008, "Member 'ResourcesComponent_CanAfford::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_IsAccumulationBlocked \ +static_assert(alignof(ResourcesComponent_IsAccumulationBlocked) == 0x000001, "Wrong alignment on ResourcesComponent_IsAccumulationBlocked"); \ +static_assert(sizeof(ResourcesComponent_IsAccumulationBlocked) == 0x000002, "Wrong size on ResourcesComponent_IsAccumulationBlocked"); \ +static_assert(offsetof(ResourcesComponent_IsAccumulationBlocked, ResourceType) == 0x000000, "Member 'ResourcesComponent_IsAccumulationBlocked::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_IsAccumulationBlocked, ReturnValue) == 0x000001, "Member 'ResourcesComponent_IsAccumulationBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_IsDepletionBlocked \ +static_assert(alignof(ResourcesComponent_IsDepletionBlocked) == 0x000001, "Wrong alignment on ResourcesComponent_IsDepletionBlocked"); \ +static_assert(sizeof(ResourcesComponent_IsDepletionBlocked) == 0x000002, "Wrong size on ResourcesComponent_IsDepletionBlocked"); \ +static_assert(offsetof(ResourcesComponent_IsDepletionBlocked, ResourceType) == 0x000000, "Member 'ResourcesComponent_IsDepletionBlocked::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_IsDepletionBlocked, ReturnValue) == 0x000001, "Member 'ResourcesComponent_IsDepletionBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_TryGetResource \ +static_assert(alignof(ResourcesComponent_TryGetResource) == 0x000004, "Wrong alignment on ResourcesComponent_TryGetResource"); \ +static_assert(sizeof(ResourcesComponent_TryGetResource) == 0x00000C, "Wrong size on ResourcesComponent_TryGetResource"); \ +static_assert(offsetof(ResourcesComponent_TryGetResource, ResourceType) == 0x000000, "Member 'ResourcesComponent_TryGetResource::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryGetResource, ResourceCount) == 0x000004, "Member 'ResourcesComponent_TryGetResource::ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryGetResource, ReturnValue) == 0x000008, "Member 'ResourcesComponent_TryGetResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_TryGetResourcePercent \ +static_assert(alignof(ResourcesComponent_TryGetResourcePercent) == 0x000004, "Wrong alignment on ResourcesComponent_TryGetResourcePercent"); \ +static_assert(sizeof(ResourcesComponent_TryGetResourcePercent) == 0x00000C, "Wrong size on ResourcesComponent_TryGetResourcePercent"); \ +static_assert(offsetof(ResourcesComponent_TryGetResourcePercent, ResourceType) == 0x000000, "Member 'ResourcesComponent_TryGetResourcePercent::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryGetResourcePercent, ResourcePercent) == 0x000004, "Member 'ResourcesComponent_TryGetResourcePercent::ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryGetResourcePercent, ReturnValue) == 0x000008, "Member 'ResourcesComponent_TryGetResourcePercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourcesComponent_TryPercentToAmount \ +static_assert(alignof(ResourcesComponent_TryPercentToAmount) == 0x000004, "Wrong alignment on ResourcesComponent_TryPercentToAmount"); \ +static_assert(sizeof(ResourcesComponent_TryPercentToAmount) == 0x000010, "Wrong size on ResourcesComponent_TryPercentToAmount"); \ +static_assert(offsetof(ResourcesComponent_TryPercentToAmount, ResourceType) == 0x000000, "Member 'ResourcesComponent_TryPercentToAmount::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryPercentToAmount, Percent) == 0x000004, "Member 'ResourcesComponent_TryPercentToAmount::Percent' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryPercentToAmount, OutAmount) == 0x000008, "Member 'ResourcesComponent_TryPercentToAmount::OutAmount' has a wrong offset!"); \ +static_assert(offsetof(ResourcesComponent_TryPercentToAmount, ReturnValue) == 0x00000C, "Member 'ResourcesComponent_TryPercentToAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResourcesComponent \ +static_assert(alignof(UResourcesComponent) == 0x000008, "Wrong alignment on UResourcesComponent"); \ +static_assert(sizeof(UResourcesComponent) == 0x000178, "Wrong size on UResourcesComponent"); \ +static_assert(offsetof(UResourcesComponent, OnIncreased) == 0x0000B0, "Member 'UResourcesComponent::OnIncreased' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, OnDecreased) == 0x0000C0, "Member 'UResourcesComponent::OnDecreased' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, OnDepleted) == 0x0000D0, "Member 'UResourcesComponent::OnDepleted' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, OnFull) == 0x0000E0, "Member 'UResourcesComponent::OnFull' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, OnDepletionBlocked) == 0x0000F0, "Member 'UResourcesComponent::OnDepletionBlocked' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, OnResized) == 0x000100, "Member 'UResourcesComponent::OnResized' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, ResourceInfos) == 0x000110, "Member 'UResourcesComponent::ResourceInfos' has a wrong offset!"); \ +static_assert(offsetof(UResourcesComponent, InvulnerableRefCounts) == 0x000160, "Member 'UResourcesComponent::InvulnerableRefCounts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextDurationTriggerParams \ +static_assert(alignof(UTextDurationTriggerParams) == 0x000008, "Wrong alignment on UTextDurationTriggerParams"); \ +static_assert(sizeof(UTextDurationTriggerParams) == 0x000058, "Wrong size on UTextDurationTriggerParams"); \ +static_assert(offsetof(UTextDurationTriggerParams, Text) == 0x000030, "Member 'UTextDurationTriggerParams::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextDurationTriggerParams, Duration) == 0x000048, "Member 'UTextDurationTriggerParams::Duration' has a wrong offset!"); \ +static_assert(offsetof(UTextDurationTriggerParams, Delay) == 0x00004C, "Member 'UTextDurationTriggerParams::Delay' has a wrong offset!"); \ +static_assert(offsetof(UTextDurationTriggerParams, IsBlocking) == 0x000050, "Member 'UTextDurationTriggerParams::IsBlocking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockMenu_GetDescText \ +static_assert(alignof(MochiAbilityUnlockMenu_GetDescText) == 0x000008, "Wrong alignment on MochiAbilityUnlockMenu_GetDescText"); \ +static_assert(sizeof(MochiAbilityUnlockMenu_GetDescText) == 0x000018, "Wrong size on MochiAbilityUnlockMenu_GetDescText"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_GetDescText, ReturnValue) == 0x000000, "Member 'MochiAbilityUnlockMenu_GetDescText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockMenu_HasAbility \ +static_assert(alignof(MochiAbilityUnlockMenu_HasAbility) == 0x000008, "Wrong alignment on MochiAbilityUnlockMenu_HasAbility"); \ +static_assert(sizeof(MochiAbilityUnlockMenu_HasAbility) == 0x000010, "Wrong size on MochiAbilityUnlockMenu_HasAbility"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_HasAbility, Info) == 0x000000, "Member 'MochiAbilityUnlockMenu_HasAbility::Info' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_HasAbility, ReturnValue) == 0x000008, "Member 'MochiAbilityUnlockMenu_HasAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockMenu_OnCoreAbilityChanged \ +static_assert(alignof(MochiAbilityUnlockMenu_OnCoreAbilityChanged) == 0x000008, "Wrong alignment on MochiAbilityUnlockMenu_OnCoreAbilityChanged"); \ +static_assert(sizeof(MochiAbilityUnlockMenu_OnCoreAbilityChanged) == 0x000010, "Wrong size on MochiAbilityUnlockMenu_OnCoreAbilityChanged"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_OnCoreAbilityChanged, Object) == 0x000000, "Member 'MochiAbilityUnlockMenu_OnCoreAbilityChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_OnCoreAbilityChanged, IsSelected) == 0x000008, "Member 'MochiAbilityUnlockMenu_OnCoreAbilityChanged::IsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockMenu_OnPurchaseFailed \ +static_assert(alignof(MochiAbilityUnlockMenu_OnPurchaseFailed) == 0x000008, "Wrong alignment on MochiAbilityUnlockMenu_OnPurchaseFailed"); \ +static_assert(sizeof(MochiAbilityUnlockMenu_OnPurchaseFailed) == 0x000008, "Wrong size on MochiAbilityUnlockMenu_OnPurchaseFailed"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_OnPurchaseFailed, Ability) == 0x000000, "Member 'MochiAbilityUnlockMenu_OnPurchaseFailed::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockMenu_OnPurchaseSuccess \ +static_assert(alignof(MochiAbilityUnlockMenu_OnPurchaseSuccess) == 0x000008, "Wrong alignment on MochiAbilityUnlockMenu_OnPurchaseSuccess"); \ +static_assert(sizeof(MochiAbilityUnlockMenu_OnPurchaseSuccess) == 0x000008, "Wrong size on MochiAbilityUnlockMenu_OnPurchaseSuccess"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_OnPurchaseSuccess, Ability) == 0x000000, "Member 'MochiAbilityUnlockMenu_OnPurchaseSuccess::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAbilityUnlockMenu_TryPurchase \ +static_assert(alignof(MochiAbilityUnlockMenu_TryPurchase) == 0x000008, "Wrong alignment on MochiAbilityUnlockMenu_TryPurchase"); \ +static_assert(sizeof(MochiAbilityUnlockMenu_TryPurchase) == 0x000008, "Wrong size on MochiAbilityUnlockMenu_TryPurchase"); \ +static_assert(offsetof(MochiAbilityUnlockMenu_TryPurchase, Info) == 0x000000, "Member 'MochiAbilityUnlockMenu_TryPurchase::Info' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAbilityUnlockMenu \ +static_assert(alignof(UMochiAbilityUnlockMenu) == 0x000008, "Wrong alignment on UMochiAbilityUnlockMenu"); \ +static_assert(sizeof(UMochiAbilityUnlockMenu) == 0x0002C0, "Wrong size on UMochiAbilityUnlockMenu"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, KenaAbilityData) == 0x000268, "Member 'UMochiAbilityUnlockMenu::KenaAbilityData' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, CoreAbilityList) == 0x000278, "Member 'UMochiAbilityUnlockMenu::CoreAbilityList' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, PurchasableAbilityList) == 0x000280, "Member 'UMochiAbilityUnlockMenu::PurchasableAbilityList' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, Screenshot) == 0x000288, "Member 'UMochiAbilityUnlockMenu::Screenshot' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, Header) == 0x000290, "Member 'UMochiAbilityUnlockMenu::Header' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, AbilityDescription) == 0x000298, "Member 'UMochiAbilityUnlockMenu::AbilityDescription' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, OnAbilityUnlocked) == 0x0002A0, "Member 'UMochiAbilityUnlockMenu::OnAbilityUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, UnlockData) == 0x0002B0, "Member 'UMochiAbilityUnlockMenu::UnlockData' has a wrong offset!"); \ +static_assert(offsetof(UMochiAbilityUnlockMenu, FailReason) == 0x0002B8, "Member 'UMochiAbilityUnlockMenu::FailReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAIPerceptionComponent_GetActorVisionScore \ +static_assert(alignof(MochiAIPerceptionComponent_GetActorVisionScore) == 0x000008, "Wrong alignment on MochiAIPerceptionComponent_GetActorVisionScore"); \ +static_assert(sizeof(MochiAIPerceptionComponent_GetActorVisionScore) == 0x000010, "Wrong size on MochiAIPerceptionComponent_GetActorVisionScore"); \ +static_assert(offsetof(MochiAIPerceptionComponent_GetActorVisionScore, Actor) == 0x000000, "Member 'MochiAIPerceptionComponent_GetActorVisionScore::Actor' has a wrong offset!"); \ +static_assert(offsetof(MochiAIPerceptionComponent_GetActorVisionScore, ReturnValue) == 0x000008, "Member 'MochiAIPerceptionComponent_GetActorVisionScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAIPerceptionComponent_IsActorSensed \ +static_assert(alignof(MochiAIPerceptionComponent_IsActorSensed) == 0x000008, "Wrong alignment on MochiAIPerceptionComponent_IsActorSensed"); \ +static_assert(sizeof(MochiAIPerceptionComponent_IsActorSensed) == 0x000010, "Wrong size on MochiAIPerceptionComponent_IsActorSensed"); \ +static_assert(offsetof(MochiAIPerceptionComponent_IsActorSensed, Actor) == 0x000000, "Member 'MochiAIPerceptionComponent_IsActorSensed::Actor' has a wrong offset!"); \ +static_assert(offsetof(MochiAIPerceptionComponent_IsActorSensed, AllowExpiredStimuli) == 0x000008, "Member 'MochiAIPerceptionComponent_IsActorSensed::AllowExpiredStimuli' has a wrong offset!"); \ +static_assert(offsetof(MochiAIPerceptionComponent_IsActorSensed, ReturnValue) == 0x000009, "Member 'MochiAIPerceptionComponent_IsActorSensed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAIPerceptionComponent_QueryActorDetection \ +static_assert(alignof(MochiAIPerceptionComponent_QueryActorDetection) == 0x000008, "Wrong alignment on MochiAIPerceptionComponent_QueryActorDetection"); \ +static_assert(sizeof(MochiAIPerceptionComponent_QueryActorDetection) == 0x000018, "Wrong size on MochiAIPerceptionComponent_QueryActorDetection"); \ +static_assert(offsetof(MochiAIPerceptionComponent_QueryActorDetection, Actor) == 0x000000, "Member 'MochiAIPerceptionComponent_QueryActorDetection::Actor' has a wrong offset!"); \ +static_assert(offsetof(MochiAIPerceptionComponent_QueryActorDetection, Sense) == 0x000008, "Member 'MochiAIPerceptionComponent_QueryActorDetection::Sense' has a wrong offset!"); \ +static_assert(offsetof(MochiAIPerceptionComponent_QueryActorDetection, ReturnValue) == 0x000010, "Member 'MochiAIPerceptionComponent_QueryActorDetection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAIPerceptionComponent \ +static_assert(alignof(UMochiAIPerceptionComponent) == 0x000008, "Wrong alignment on UMochiAIPerceptionComponent"); \ +static_assert(sizeof(UMochiAIPerceptionComponent) == 0x000190, "Wrong size on UMochiAIPerceptionComponent"); \ + +#define DUMPER7_ASSERTS_AMochiAmbienceVolume \ +static_assert(alignof(AMochiAmbienceVolume) == 0x000008, "Wrong alignment on AMochiAmbienceVolume"); \ +static_assert(sizeof(AMochiAmbienceVolume) == 0x0002A8, "Wrong size on AMochiAmbienceVolume"); \ +static_assert(offsetof(AMochiAmbienceVolume, Ak) == 0x000280, "Member 'AMochiAmbienceVolume::Ak' has a wrong offset!"); \ +static_assert(offsetof(AMochiAmbienceVolume, UsePrioritySystem) == 0x000288, "Member 'AMochiAmbienceVolume::UsePrioritySystem' has a wrong offset!"); \ +static_assert(offsetof(AMochiAmbienceVolume, Priority) == 0x00028C, "Member 'AMochiAmbienceVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AMochiAmbienceVolume, OnEnterEvent) == 0x000290, "Member 'AMochiAmbienceVolume::OnEnterEvent' has a wrong offset!"); \ +static_assert(offsetof(AMochiAmbienceVolume, OnExitEvent) == 0x000298, "Member 'AMochiAmbienceVolume::OnExitEvent' has a wrong offset!"); \ +static_assert(offsetof(AMochiAmbienceVolume, TimerHandle) == 0x0002A0, "Member 'AMochiAmbienceVolume::TimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_CompleteAction \ +static_assert(alignof(RotActionComponent_CompleteAction) == 0x000001, "Wrong alignment on RotActionComponent_CompleteAction"); \ +static_assert(sizeof(RotActionComponent_CompleteAction) == 0x000001, "Wrong size on RotActionComponent_CompleteAction"); \ +static_assert(offsetof(RotActionComponent_CompleteAction, ReEnable) == 0x000000, "Member 'RotActionComponent_CompleteAction::ReEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_CompleteActionInternal \ +static_assert(alignof(RotActionComponent_CompleteActionInternal) == 0x000001, "Wrong alignment on RotActionComponent_CompleteActionInternal"); \ +static_assert(sizeof(RotActionComponent_CompleteActionInternal) == 0x000003, "Wrong size on RotActionComponent_CompleteActionInternal"); \ +static_assert(offsetof(RotActionComponent_CompleteActionInternal, ReEnable) == 0x000000, "Member 'RotActionComponent_CompleteActionInternal::ReEnable' has a wrong offset!"); \ +static_assert(offsetof(RotActionComponent_CompleteActionInternal, ExceededMaxDuration) == 0x000001, "Member 'RotActionComponent_CompleteActionInternal::ExceededMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(RotActionComponent_CompleteActionInternal, BroadcastEvents) == 0x000002, "Member 'RotActionComponent_CompleteActionInternal::BroadcastEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_HandleLockStateChanged \ +static_assert(alignof(RotActionComponent_HandleLockStateChanged) == 0x000008, "Wrong alignment on RotActionComponent_HandleLockStateChanged"); \ +static_assert(sizeof(RotActionComponent_HandleLockStateChanged) == 0x000010, "Wrong size on RotActionComponent_HandleLockStateChanged"); \ +static_assert(offsetof(RotActionComponent_HandleLockStateChanged, LockComponent) == 0x000000, "Member 'RotActionComponent_HandleLockStateChanged::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(RotActionComponent_HandleLockStateChanged, IsLocked) == 0x000008, "Member 'RotActionComponent_HandleLockStateChanged::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_HandlePerformerInRangeChange \ +static_assert(alignof(RotActionComponent_HandlePerformerInRangeChange) == 0x000001, "Wrong alignment on RotActionComponent_HandlePerformerInRangeChange"); \ +static_assert(sizeof(RotActionComponent_HandlePerformerInRangeChange) == 0x000001, "Wrong size on RotActionComponent_HandlePerformerInRangeChange"); \ +static_assert(offsetof(RotActionComponent_HandlePerformerInRangeChange, InRange) == 0x000000, "Member 'RotActionComponent_HandlePerformerInRangeChange::InRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_PerformAction \ +static_assert(alignof(RotActionComponent_PerformAction) == 0x000008, "Wrong alignment on RotActionComponent_PerformAction"); \ +static_assert(sizeof(RotActionComponent_PerformAction) == 0x000028, "Wrong size on RotActionComponent_PerformAction"); \ +static_assert(offsetof(RotActionComponent_PerformAction, FromOwner) == 0x000000, "Member 'RotActionComponent_PerformAction::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(RotActionComponent_PerformAction, Callback) == 0x000010, "Member 'RotActionComponent_PerformAction::Callback' has a wrong offset!"); \ +static_assert(offsetof(RotActionComponent_PerformAction, ReturnValue) == 0x000020, "Member 'RotActionComponent_PerformAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_PerformActionInternal \ +static_assert(alignof(RotActionComponent_PerformActionInternal) == 0x000001, "Wrong alignment on RotActionComponent_PerformActionInternal"); \ +static_assert(sizeof(RotActionComponent_PerformActionInternal) == 0x000001, "Wrong size on RotActionComponent_PerformActionInternal"); \ +static_assert(offsetof(RotActionComponent_PerformActionInternal, ReturnValue) == 0x000000, "Member 'RotActionComponent_PerformActionInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_SetEnabled \ +static_assert(alignof(RotActionComponent_SetEnabled) == 0x000001, "Wrong alignment on RotActionComponent_SetEnabled"); \ +static_assert(sizeof(RotActionComponent_SetEnabled) == 0x000001, "Wrong size on RotActionComponent_SetEnabled"); \ +static_assert(offsetof(RotActionComponent_SetEnabled, Enabled) == 0x000000, "Member 'RotActionComponent_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_SetLock \ +static_assert(alignof(RotActionComponent_SetLock) == 0x000008, "Wrong alignment on RotActionComponent_SetLock"); \ +static_assert(sizeof(RotActionComponent_SetLock) == 0x000008, "Wrong size on RotActionComponent_SetLock"); \ +static_assert(offsetof(RotActionComponent_SetLock, LockComp) == 0x000000, "Member 'RotActionComponent_SetLock::LockComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_SetRotOwner \ +static_assert(alignof(RotActionComponent_SetRotOwner) == 0x000008, "Wrong alignment on RotActionComponent_SetRotOwner"); \ +static_assert(sizeof(RotActionComponent_SetRotOwner) == 0x000010, "Wrong size on RotActionComponent_SetRotOwner"); \ +static_assert(offsetof(RotActionComponent_SetRotOwner, InOwner) == 0x000000, "Member 'RotActionComponent_SetRotOwner::InOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_SetWidget \ +static_assert(alignof(RotActionComponent_SetWidget) == 0x000008, "Wrong alignment on RotActionComponent_SetWidget"); \ +static_assert(sizeof(RotActionComponent_SetWidget) == 0x000008, "Wrong size on RotActionComponent_SetWidget"); \ +static_assert(offsetof(RotActionComponent_SetWidget, Widget) == 0x000000, "Member 'RotActionComponent_SetWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_CanAffordPips \ +static_assert(alignof(RotActionComponent_CanAffordPips) == 0x000001, "Wrong alignment on RotActionComponent_CanAffordPips"); \ +static_assert(sizeof(RotActionComponent_CanAffordPips) == 0x000001, "Wrong size on RotActionComponent_CanAffordPips"); \ +static_assert(offsetof(RotActionComponent_CanAffordPips, ReturnValue) == 0x000000, "Member 'RotActionComponent_CanAffordPips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_CanPerform \ +static_assert(alignof(RotActionComponent_CanPerform) == 0x000008, "Wrong alignment on RotActionComponent_CanPerform"); \ +static_assert(sizeof(RotActionComponent_CanPerform) == 0x000018, "Wrong size on RotActionComponent_CanPerform"); \ +static_assert(offsetof(RotActionComponent_CanPerform, FromOwner) == 0x000000, "Member 'RotActionComponent_CanPerform::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(RotActionComponent_CanPerform, ReturnValue) == 0x000010, "Member 'RotActionComponent_CanPerform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetIsEnabled \ +static_assert(alignof(RotActionComponent_GetIsEnabled) == 0x000001, "Wrong alignment on RotActionComponent_GetIsEnabled"); \ +static_assert(sizeof(RotActionComponent_GetIsEnabled) == 0x000001, "Wrong size on RotActionComponent_GetIsEnabled"); \ +static_assert(offsetof(RotActionComponent_GetIsEnabled, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetIsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetIsInteractive \ +static_assert(alignof(RotActionComponent_GetIsInteractive) == 0x000001, "Wrong alignment on RotActionComponent_GetIsInteractive"); \ +static_assert(sizeof(RotActionComponent_GetIsInteractive) == 0x000001, "Wrong size on RotActionComponent_GetIsInteractive"); \ +static_assert(offsetof(RotActionComponent_GetIsInteractive, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetIsInteractive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetIsPerformerInRange \ +static_assert(alignof(RotActionComponent_GetIsPerformerInRange) == 0x000001, "Wrong alignment on RotActionComponent_GetIsPerformerInRange"); \ +static_assert(sizeof(RotActionComponent_GetIsPerformerInRange) == 0x000001, "Wrong size on RotActionComponent_GetIsPerformerInRange"); \ +static_assert(offsetof(RotActionComponent_GetIsPerformerInRange, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetIsPerformerInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetIsPerforming \ +static_assert(alignof(RotActionComponent_GetIsPerforming) == 0x000001, "Wrong alignment on RotActionComponent_GetIsPerforming"); \ +static_assert(sizeof(RotActionComponent_GetIsPerforming) == 0x000001, "Wrong size on RotActionComponent_GetIsPerforming"); \ +static_assert(offsetof(RotActionComponent_GetIsPerforming, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetIsPerforming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetIsVisible \ +static_assert(alignof(RotActionComponent_GetIsVisible) == 0x000001, "Wrong alignment on RotActionComponent_GetIsVisible"); \ +static_assert(sizeof(RotActionComponent_GetIsVisible) == 0x000001, "Wrong size on RotActionComponent_GetIsVisible"); \ +static_assert(offsetof(RotActionComponent_GetIsVisible, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetIsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetRequiredPipCount \ +static_assert(alignof(RotActionComponent_GetRequiredPipCount) == 0x000004, "Wrong alignment on RotActionComponent_GetRequiredPipCount"); \ +static_assert(sizeof(RotActionComponent_GetRequiredPipCount) == 0x000004, "Wrong size on RotActionComponent_GetRequiredPipCount"); \ +static_assert(offsetof(RotActionComponent_GetRequiredPipCount, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetRequiredPipCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetRotActionType \ +static_assert(alignof(RotActionComponent_GetRotActionType) == 0x000001, "Wrong alignment on RotActionComponent_GetRotActionType"); \ +static_assert(sizeof(RotActionComponent_GetRotActionType) == 0x000001, "Wrong size on RotActionComponent_GetRotActionType"); \ +static_assert(offsetof(RotActionComponent_GetRotActionType, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetRotActionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionComponent_GetRotOwner \ +static_assert(alignof(RotActionComponent_GetRotOwner) == 0x000008, "Wrong alignment on RotActionComponent_GetRotOwner"); \ +static_assert(sizeof(RotActionComponent_GetRotOwner) == 0x000010, "Wrong size on RotActionComponent_GetRotOwner"); \ +static_assert(offsetof(RotActionComponent_GetRotOwner, ReturnValue) == 0x000000, "Member 'RotActionComponent_GetRotOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotActionComponent \ +static_assert(alignof(URotActionComponent) == 0x000010, "Wrong alignment on URotActionComponent"); \ +static_assert(sizeof(URotActionComponent) == 0x000330, "Wrong size on URotActionComponent"); \ +static_assert(offsetof(URotActionComponent, OnPerformed) == 0x0001F8, "Member 'URotActionComponent::OnPerformed' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnCompleted) == 0x000208, "Member 'URotActionComponent::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnHovered) == 0x000218, "Member 'URotActionComponent::OnHovered' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnUnhovered) == 0x000228, "Member 'URotActionComponent::OnUnhovered' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnRotActionPerformed) == 0x000238, "Member 'URotActionComponent::OnRotActionPerformed' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnRotActionCompleted) == 0x000248, "Member 'URotActionComponent::OnRotActionCompleted' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnRotActionHovered) == 0x000258, "Member 'URotActionComponent::OnRotActionHovered' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OnRotActionUnhovered) == 0x000268, "Member 'URotActionComponent::OnRotActionUnhovered' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, RotActionAppearEvent) == 0x000278, "Member 'URotActionComponent::RotActionAppearEvent' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, HasPipRequirement) == 0x000280, "Member 'URotActionComponent::HasPipRequirement' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, IsEnabled) == 0x000281, "Member 'URotActionComponent::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, DisableDuringCombat) == 0x000282, "Member 'URotActionComponent::DisableDuringCombat' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, RequiredPips) == 0x000284, "Member 'URotActionComponent::RequiredPips' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, IsInteractive) == 0x000288, "Member 'URotActionComponent::IsInteractive' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, RotActionType) == 0x000289, "Member 'URotActionComponent::RotActionType' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, MaxDuration) == 0x00028C, "Member 'URotActionComponent::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, ReEnableDelay) == 0x000290, "Member 'URotActionComponent::ReEnableDelay' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OverrideMaxActionDistance) == 0x000294, "Member 'URotActionComponent::OverrideMaxActionDistance' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, MaxActionDistanceOverride) == 0x000298, "Member 'URotActionComponent::MaxActionDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, RotActionHandler) == 0x0002A0, "Member 'URotActionComponent::RotActionHandler' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, CombatManager) == 0x0002B0, "Member 'URotActionComponent::CombatManager' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, CachedCallback) == 0x0002B8, "Member 'URotActionComponent::CachedCallback' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, IsPerforming) == 0x0002C8, "Member 'URotActionComponent::IsPerforming' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, RotActionWidget) == 0x0002D0, "Member 'URotActionComponent::RotActionWidget' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, HeroRotPOI) == 0x0002D8, "Member 'URotActionComponent::HeroRotPOI' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, RotOwner) == 0x0002E0, "Member 'URotActionComponent::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, OriginalRotOwner) == 0x0002F0, "Member 'URotActionComponent::OriginalRotOwner' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, IsPerformerInRange) == 0x000300, "Member 'URotActionComponent::IsPerformerInRange' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, MaxDurationTimer) == 0x000308, "Member 'URotActionComponent::MaxDurationTimer' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, ReEnableTimer) == 0x000310, "Member 'URotActionComponent::ReEnableTimer' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, Lock) == 0x000318, "Member 'URotActionComponent::Lock' has a wrong offset!"); \ +static_assert(offsetof(URotActionComponent, IsHovering) == 0x000320, "Member 'URotActionComponent::IsHovering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URegionProgressCommandletData \ +static_assert(alignof(URegionProgressCommandletData) == 0x000008, "Wrong alignment on URegionProgressCommandletData"); \ +static_assert(sizeof(URegionProgressCommandletData) == 0x000088, "Wrong size on URegionProgressCommandletData"); \ +static_assert(offsetof(URegionProgressCommandletData, RegionProgressCommandletInfo) == 0x000030, "Member 'URegionProgressCommandletData::RegionProgressCommandletInfo' has a wrong offset!"); \ +static_assert(offsetof(URegionProgressCommandletData, RegionData) == 0x000080, "Member 'URegionProgressCommandletData::RegionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioHandler_Trigger \ +static_assert(alignof(MochiAudioHandler_Trigger) == 0x000008, "Wrong alignment on MochiAudioHandler_Trigger"); \ +static_assert(sizeof(MochiAudioHandler_Trigger) == 0x000008, "Wrong size on MochiAudioHandler_Trigger"); \ +static_assert(offsetof(MochiAudioHandler_Trigger, FromActor) == 0x000000, "Member 'MochiAudioHandler_Trigger::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAudioHandler \ +static_assert(alignof(UMochiAudioHandler) == 0x000008, "Wrong alignment on UMochiAudioHandler"); \ +static_assert(sizeof(UMochiAudioHandler) == 0x000050, "Wrong size on UMochiAudioHandler"); \ +static_assert(offsetof(UMochiAudioHandler, Component) == 0x000028, "Member 'UMochiAudioHandler::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioHelpers_FindOrAddComponent \ +static_assert(alignof(MochiAudioHelpers_FindOrAddComponent) == 0x000008, "Wrong alignment on MochiAudioHelpers_FindOrAddComponent"); \ +static_assert(sizeof(MochiAudioHelpers_FindOrAddComponent) == 0x000010, "Wrong size on MochiAudioHelpers_FindOrAddComponent"); \ +static_assert(offsetof(MochiAudioHelpers_FindOrAddComponent, Actor) == 0x000000, "Member 'MochiAudioHelpers_FindOrAddComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioHelpers_FindOrAddComponent, ReturnValue) == 0x000008, "Member 'MochiAudioHelpers_FindOrAddComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioHelpers_PlayGlobalOneShotEvent \ +static_assert(alignof(MochiAudioHelpers_PlayGlobalOneShotEvent) == 0x000008, "Wrong alignment on MochiAudioHelpers_PlayGlobalOneShotEvent"); \ +static_assert(sizeof(MochiAudioHelpers_PlayGlobalOneShotEvent) == 0x000010, "Wrong size on MochiAudioHelpers_PlayGlobalOneShotEvent"); \ +static_assert(offsetof(MochiAudioHelpers_PlayGlobalOneShotEvent, Event) == 0x000000, "Member 'MochiAudioHelpers_PlayGlobalOneShotEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioHelpers_PlayGlobalOneShotEvent, ReturnValue) == 0x000008, "Member 'MochiAudioHelpers_PlayGlobalOneShotEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiAudioHelpers_PlayOneShotEvent \ +static_assert(alignof(MochiAudioHelpers_PlayOneShotEvent) == 0x000008, "Wrong alignment on MochiAudioHelpers_PlayOneShotEvent"); \ +static_assert(sizeof(MochiAudioHelpers_PlayOneShotEvent) == 0x000010, "Wrong size on MochiAudioHelpers_PlayOneShotEvent"); \ +static_assert(offsetof(MochiAudioHelpers_PlayOneShotEvent, Actor) == 0x000000, "Member 'MochiAudioHelpers_PlayOneShotEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(MochiAudioHelpers_PlayOneShotEvent, Event) == 0x000008, "Member 'MochiAudioHelpers_PlayOneShotEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAudioHelpers \ +static_assert(alignof(UMochiAudioHelpers) == 0x000008, "Wrong alignment on UMochiAudioHelpers"); \ +static_assert(sizeof(UMochiAudioHelpers) == 0x000028, "Wrong size on UMochiAudioHelpers"); \ + +#define DUMPER7_ASSERTS_RotActionWidgetComponent_SetActionHovered \ +static_assert(alignof(RotActionWidgetComponent_SetActionHovered) == 0x000001, "Wrong alignment on RotActionWidgetComponent_SetActionHovered"); \ +static_assert(sizeof(RotActionWidgetComponent_SetActionHovered) == 0x000001, "Wrong size on RotActionWidgetComponent_SetActionHovered"); \ +static_assert(offsetof(RotActionWidgetComponent_SetActionHovered, Hovered) == 0x000000, "Member 'RotActionWidgetComponent_SetActionHovered::Hovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionWidgetComponent_SetActionVisible \ +static_assert(alignof(RotActionWidgetComponent_SetActionVisible) == 0x000001, "Wrong alignment on RotActionWidgetComponent_SetActionVisible"); \ +static_assert(sizeof(RotActionWidgetComponent_SetActionVisible) == 0x000001, "Wrong size on RotActionWidgetComponent_SetActionVisible"); \ +static_assert(offsetof(RotActionWidgetComponent_SetActionVisible, Visible) == 0x000000, "Member 'RotActionWidgetComponent_SetActionVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotActionWidgetComponent \ +static_assert(alignof(URotActionWidgetComponent) == 0x000010, "Wrong alignment on URotActionWidgetComponent"); \ +static_assert(sizeof(URotActionWidgetComponent) == 0x0005C0, "Wrong size on URotActionWidgetComponent"); \ +static_assert(offsetof(URotActionWidgetComponent, RotActionPerformerComponent) == 0x0005A0, "Member 'URotActionWidgetComponent::RotActionPerformerComponent' has a wrong offset!"); \ +static_assert(offsetof(URotActionWidgetComponent, IconData) == 0x0005A8, "Member 'URotActionWidgetComponent::IconData' has a wrong offset!"); \ +static_assert(offsetof(URotActionWidgetComponent, CutsceneManager) == 0x0005B0, "Member 'URotActionWidgetComponent::CutsceneManager' has a wrong offset!"); \ +static_assert(offsetof(URotActionWidgetComponent, IsActionVisible) == 0x0005B8, "Member 'URotActionWidgetComponent::IsActionVisible' has a wrong offset!"); \ +static_assert(offsetof(URotActionWidgetComponent, IsHovered) == 0x0005B9, "Member 'URotActionWidgetComponent::IsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPromptBarButton \ +static_assert(alignof(UPromptBarButton) == 0x000008, "Wrong alignment on UPromptBarButton"); \ +static_assert(sizeof(UPromptBarButton) == 0x000290, "Wrong size on UPromptBarButton"); \ +static_assert(offsetof(UPromptBarButton, Button) == 0x000260, "Member 'UPromptBarButton::Button' has a wrong offset!"); \ +static_assert(offsetof(UPromptBarButton, PromptRichText) == 0x000268, "Member 'UPromptBarButton::PromptRichText' has a wrong offset!"); \ +static_assert(offsetof(UPromptBarButton, PromptEntry) == 0x000270, "Member 'UPromptBarButton::PromptEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAudioNotifyState \ +static_assert(alignof(UMochiAudioNotifyState) == 0x000008, "Wrong alignment on UMochiAudioNotifyState"); \ +static_assert(sizeof(UMochiAudioNotifyState) == 0x000058, "Wrong size on UMochiAudioNotifyState"); \ +static_assert(offsetof(UMochiAudioNotifyState, BeginAkEvent) == 0x000030, "Member 'UMochiAudioNotifyState::BeginAkEvent' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioNotifyState, EndAkEvent) == 0x000038, "Member 'UMochiAudioNotifyState::EndAkEvent' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioNotifyState, bStopWhenAttachedToDestroyed) == 0x000040, "Member 'UMochiAudioNotifyState::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioNotifyState, BeginAudioSequenceName) == 0x000044, "Member 'UMochiAudioNotifyState::BeginAudioSequenceName' has a wrong offset!"); \ +static_assert(offsetof(UMochiAudioNotifyState, EndAudioSequenceName) == 0x00004C, "Member 'UMochiAudioNotifyState::EndAudioSequenceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuBase_OnMenuItemButtonClicked \ +static_assert(alignof(OptionsMenuBase_OnMenuItemButtonClicked) == 0x000004, "Wrong alignment on OptionsMenuBase_OnMenuItemButtonClicked"); \ +static_assert(sizeof(OptionsMenuBase_OnMenuItemButtonClicked) == 0x000008, "Wrong size on OptionsMenuBase_OnMenuItemButtonClicked"); \ +static_assert(offsetof(OptionsMenuBase_OnMenuItemButtonClicked, Identifier) == 0x000000, "Member 'OptionsMenuBase_OnMenuItemButtonClicked::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuBase_OnMenuItemTooltipUpdated \ +static_assert(alignof(OptionsMenuBase_OnMenuItemTooltipUpdated) == 0x000008, "Wrong alignment on OptionsMenuBase_OnMenuItemTooltipUpdated"); \ +static_assert(sizeof(OptionsMenuBase_OnMenuItemTooltipUpdated) == 0x000018, "Wrong size on OptionsMenuBase_OnMenuItemTooltipUpdated"); \ +static_assert(offsetof(OptionsMenuBase_OnMenuItemTooltipUpdated, Tooltip) == 0x000000, "Member 'OptionsMenuBase_OnMenuItemTooltipUpdated::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuBase_OnMenuItemValueChanged \ +static_assert(alignof(OptionsMenuBase_OnMenuItemValueChanged) == 0x000004, "Wrong alignment on OptionsMenuBase_OnMenuItemValueChanged"); \ +static_assert(sizeof(OptionsMenuBase_OnMenuItemValueChanged) == 0x000014, "Wrong size on OptionsMenuBase_OnMenuItemValueChanged"); \ +static_assert(offsetof(OptionsMenuBase_OnMenuItemValueChanged, Identifier) == 0x000000, "Member 'OptionsMenuBase_OnMenuItemValueChanged::Identifier' has a wrong offset!"); \ +static_assert(offsetof(OptionsMenuBase_OnMenuItemValueChanged, Value) == 0x000008, "Member 'OptionsMenuBase_OnMenuItemValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsMenuBase \ +static_assert(alignof(UOptionsMenuBase) == 0x000008, "Wrong alignment on UOptionsMenuBase"); \ +static_assert(sizeof(UOptionsMenuBase) == 0x0002C8, "Wrong size on UOptionsMenuBase"); \ +static_assert(offsetof(UOptionsMenuBase, OptionsConfigRowHandle) == 0x000260, "Member 'UOptionsMenuBase::OptionsConfigRowHandle' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, Container) == 0x000270, "Member 'UOptionsMenuBase::Container' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, MenuItemList) == 0x000278, "Member 'UOptionsMenuBase::MenuItemList' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, MenuItemClass) == 0x000280, "Member 'UOptionsMenuBase::MenuItemClass' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, OnExitOptionsMenu) == 0x000288, "Member 'UOptionsMenuBase::OnExitOptionsMenu' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, OnTooltipUpdated) == 0x000298, "Member 'UOptionsMenuBase::OnTooltipUpdated' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, OnOptionButtonClicked) == 0x0002A8, "Member 'UOptionsMenuBase::OnOptionButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuBase, OnOptionValueChanged) == 0x0002B8, "Member 'UOptionsMenuBase::OnOptionValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ShowAllObjectives \ +static_assert(alignof(MochiCheatManager_ShowAllObjectives) == 0x000001, "Wrong alignment on MochiCheatManager_ShowAllObjectives"); \ +static_assert(sizeof(MochiCheatManager_ShowAllObjectives) == 0x000001, "Wrong size on MochiCheatManager_ShowAllObjectives"); \ +static_assert(offsetof(MochiCheatManager_ShowAllObjectives, Enable) == 0x000000, "Member 'MochiCheatManager_ShowAllObjectives::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_WarpFromAnywhere \ +static_assert(alignof(MochiCheatManager_WarpFromAnywhere) == 0x000001, "Wrong alignment on MochiCheatManager_WarpFromAnywhere"); \ +static_assert(sizeof(MochiCheatManager_WarpFromAnywhere) == 0x000001, "Wrong size on MochiCheatManager_WarpFromAnywhere"); \ +static_assert(offsetof(MochiCheatManager_WarpFromAnywhere, Enable) == 0x000000, "Member 'MochiCheatManager_WarpFromAnywhere::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_AddDpiScale \ +static_assert(alignof(MochiCheatManager_AddDpiScale) == 0x000004, "Wrong alignment on MochiCheatManager_AddDpiScale"); \ +static_assert(sizeof(MochiCheatManager_AddDpiScale) == 0x000004, "Wrong size on MochiCheatManager_AddDpiScale"); \ +static_assert(offsetof(MochiCheatManager_AddDpiScale, Delta) == 0x000000, "Member 'MochiCheatManager_AddDpiScale::Delta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ApplyDamage \ +static_assert(alignof(MochiCheatManager_ApplyDamage) == 0x000004, "Wrong alignment on MochiCheatManager_ApplyDamage"); \ +static_assert(sizeof(MochiCheatManager_ApplyDamage) == 0x000004, "Wrong size on MochiCheatManager_ApplyDamage"); \ +static_assert(offsetof(MochiCheatManager_ApplyDamage, Damage) == 0x000000, "Member 'MochiCheatManager_ApplyDamage::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ApplyHealth \ +static_assert(alignof(MochiCheatManager_ApplyHealth) == 0x000004, "Wrong alignment on MochiCheatManager_ApplyHealth"); \ +static_assert(sizeof(MochiCheatManager_ApplyHealth) == 0x000004, "Wrong size on MochiCheatManager_ApplyHealth"); \ +static_assert(offsetof(MochiCheatManager_ApplyHealth, Health) == 0x000000, "Member 'MochiCheatManager_ApplyHealth::Health' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ConvertSaveToNewGamePlus \ +static_assert(alignof(MochiCheatManager_ConvertSaveToNewGamePlus) == 0x000008, "Wrong alignment on MochiCheatManager_ConvertSaveToNewGamePlus"); \ +static_assert(sizeof(MochiCheatManager_ConvertSaveToNewGamePlus) == 0x000020, "Wrong size on MochiCheatManager_ConvertSaveToNewGamePlus"); \ +static_assert(offsetof(MochiCheatManager_ConvertSaveToNewGamePlus, InSave) == 0x000000, "Member 'MochiCheatManager_ConvertSaveToNewGamePlus::InSave' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_ConvertSaveToNewGamePlus, OutSave) == 0x000010, "Member 'MochiCheatManager_ConvertSaveToNewGamePlus::OutSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_DebugCrash \ +static_assert(alignof(MochiCheatManager_DebugCrash) == 0x000008, "Wrong alignment on MochiCheatManager_DebugCrash"); \ +static_assert(sizeof(MochiCheatManager_DebugCrash) == 0x000020, "Wrong size on MochiCheatManager_DebugCrash"); \ +static_assert(offsetof(MochiCheatManager_DebugCrash, Message) == 0x000000, "Member 'MochiCheatManager_DebugCrash::Message' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_DebugCrash, Context) == 0x000010, "Member 'MochiCheatManager_DebugCrash::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ExecConsoleCommandFile \ +static_assert(alignof(MochiCheatManager_ExecConsoleCommandFile) == 0x000004, "Wrong alignment on MochiCheatManager_ExecConsoleCommandFile"); \ +static_assert(sizeof(MochiCheatManager_ExecConsoleCommandFile) == 0x00000C, "Wrong size on MochiCheatManager_ExecConsoleCommandFile"); \ +static_assert(offsetof(MochiCheatManager_ExecConsoleCommandFile, Filename) == 0x000000, "Member 'MochiCheatManager_ExecConsoleCommandFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_ExecConsoleCommandFile, SuppressUINavQueue) == 0x000008, "Member 'MochiCheatManager_ExecConsoleCommandFile::SuppressUINavQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_GiveBond \ +static_assert(alignof(MochiCheatManager_GiveBond) == 0x000004, "Wrong alignment on MochiCheatManager_GiveBond"); \ +static_assert(sizeof(MochiCheatManager_GiveBond) == 0x000004, "Wrong size on MochiCheatManager_GiveBond"); \ +static_assert(offsetof(MochiCheatManager_GiveBond, ResourceCount) == 0x000000, "Member 'MochiCheatManager_GiveBond::ResourceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_GiveCourage \ +static_assert(alignof(MochiCheatManager_GiveCourage) == 0x000004, "Wrong alignment on MochiCheatManager_GiveCourage"); \ +static_assert(sizeof(MochiCheatManager_GiveCourage) == 0x000004, "Wrong size on MochiCheatManager_GiveCourage"); \ +static_assert(offsetof(MochiCheatManager_GiveCourage, ResourceCount) == 0x000000, "Member 'MochiCheatManager_GiveCourage::ResourceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_GiveCurrency \ +static_assert(alignof(MochiCheatManager_GiveCurrency) == 0x000004, "Wrong alignment on MochiCheatManager_GiveCurrency"); \ +static_assert(sizeof(MochiCheatManager_GiveCurrency) == 0x000004, "Wrong size on MochiCheatManager_GiveCurrency"); \ +static_assert(offsetof(MochiCheatManager_GiveCurrency, Count) == 0x000000, "Member 'MochiCheatManager_GiveCurrency::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_GiveHealth \ +static_assert(alignof(MochiCheatManager_GiveHealth) == 0x000004, "Wrong alignment on MochiCheatManager_GiveHealth"); \ +static_assert(sizeof(MochiCheatManager_GiveHealth) == 0x000004, "Wrong size on MochiCheatManager_GiveHealth"); \ +static_assert(offsetof(MochiCheatManager_GiveHealth, ResourceCount) == 0x000000, "Member 'MochiCheatManager_GiveHealth::ResourceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_GiveItem \ +static_assert(alignof(MochiCheatManager_GiveItem) == 0x000008, "Wrong alignment on MochiCheatManager_GiveItem"); \ +static_assert(sizeof(MochiCheatManager_GiveItem) == 0x000018, "Wrong size on MochiCheatManager_GiveItem"); \ +static_assert(offsetof(MochiCheatManager_GiveItem, ItemName) == 0x000000, "Member 'MochiCheatManager_GiveItem::ItemName' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_GiveItem, Count) == 0x000010, "Member 'MochiCheatManager_GiveItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_GiveRot \ +static_assert(alignof(MochiCheatManager_GiveRot) == 0x000004, "Wrong alignment on MochiCheatManager_GiveRot"); \ +static_assert(sizeof(MochiCheatManager_GiveRot) == 0x000004, "Wrong size on MochiCheatManager_GiveRot"); \ +static_assert(offsetof(MochiCheatManager_GiveRot, Count) == 0x000000, "Member 'MochiCheatManager_GiveRot::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_LoadGame \ +static_assert(alignof(MochiCheatManager_LoadGame) == 0x000008, "Wrong alignment on MochiCheatManager_LoadGame"); \ +static_assert(sizeof(MochiCheatManager_LoadGame) == 0x000010, "Wrong size on MochiCheatManager_LoadGame"); \ +static_assert(offsetof(MochiCheatManager_LoadGame, Filename) == 0x000000, "Member 'MochiCheatManager_LoadGame::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_MaxFollowRot \ +static_assert(alignof(MochiCheatManager_MaxFollowRot) == 0x000004, "Wrong alignment on MochiCheatManager_MaxFollowRot"); \ +static_assert(sizeof(MochiCheatManager_MaxFollowRot) == 0x000004, "Wrong size on MochiCheatManager_MaxFollowRot"); \ +static_assert(offsetof(MochiCheatManager_MaxFollowRot, MaxRot) == 0x000000, "Member 'MochiCheatManager_MaxFollowRot::MaxRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_MochiSet \ +static_assert(alignof(MochiCheatManager_MochiSet) == 0x000004, "Wrong alignment on MochiCheatManager_MochiSet"); \ +static_assert(sizeof(MochiCheatManager_MochiSet) == 0x00000C, "Wrong size on MochiCheatManager_MochiSet"); \ +static_assert(offsetof(MochiCheatManager_MochiSet, Category) == 0x000000, "Member 'MochiCheatManager_MochiSet::Category' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_MochiSet, Enabled) == 0x000008, "Member 'MochiCheatManager_MochiSet::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_MochiToggle \ +static_assert(alignof(MochiCheatManager_MochiToggle) == 0x000004, "Wrong alignment on MochiCheatManager_MochiToggle"); \ +static_assert(sizeof(MochiCheatManager_MochiToggle) == 0x000008, "Wrong size on MochiCheatManager_MochiToggle"); \ +static_assert(offsetof(MochiCheatManager_MochiToggle, Category) == 0x000000, "Member 'MochiCheatManager_MochiToggle::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_PDSAddWatch \ +static_assert(alignof(MochiCheatManager_PDSAddWatch) == 0x000004, "Wrong alignment on MochiCheatManager_PDSAddWatch"); \ +static_assert(sizeof(MochiCheatManager_PDSAddWatch) == 0x000008, "Wrong size on MochiCheatManager_PDSAddWatch"); \ +static_assert(offsetof(MochiCheatManager_PDSAddWatch, Key) == 0x000000, "Member 'MochiCheatManager_PDSAddWatch::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_PDSGetValue \ +static_assert(alignof(MochiCheatManager_PDSGetValue) == 0x000004, "Wrong alignment on MochiCheatManager_PDSGetValue"); \ +static_assert(sizeof(MochiCheatManager_PDSGetValue) == 0x000008, "Wrong size on MochiCheatManager_PDSGetValue"); \ +static_assert(offsetof(MochiCheatManager_PDSGetValue, Key) == 0x000000, "Member 'MochiCheatManager_PDSGetValue::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_PDSRemoveWatch \ +static_assert(alignof(MochiCheatManager_PDSRemoveWatch) == 0x000004, "Wrong alignment on MochiCheatManager_PDSRemoveWatch"); \ +static_assert(sizeof(MochiCheatManager_PDSRemoveWatch) == 0x000008, "Wrong size on MochiCheatManager_PDSRemoveWatch"); \ +static_assert(offsetof(MochiCheatManager_PDSRemoveWatch, Key) == 0x000000, "Member 'MochiCheatManager_PDSRemoveWatch::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_PDSSetValue \ +static_assert(alignof(MochiCheatManager_PDSSetValue) == 0x000004, "Wrong alignment on MochiCheatManager_PDSSetValue"); \ +static_assert(sizeof(MochiCheatManager_PDSSetValue) == 0x00000C, "Wrong size on MochiCheatManager_PDSSetValue"); \ +static_assert(offsetof(MochiCheatManager_PDSSetValue, Key) == 0x000000, "Member 'MochiCheatManager_PDSSetValue::Key' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_PDSSetValue, Value) == 0x000008, "Member 'MochiCheatManager_PDSSetValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ReloadLevels \ +static_assert(alignof(MochiCheatManager_ReloadLevels) == 0x000001, "Wrong alignment on MochiCheatManager_ReloadLevels"); \ +static_assert(sizeof(MochiCheatManager_ReloadLevels) == 0x000001, "Wrong size on MochiCheatManager_ReloadLevels"); \ +static_assert(offsetof(MochiCheatManager_ReloadLevels, VisibilityOnly) == 0x000000, "Member 'MochiCheatManager_ReloadLevels::VisibilityOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SaveGame \ +static_assert(alignof(MochiCheatManager_SaveGame) == 0x000008, "Wrong alignment on MochiCheatManager_SaveGame"); \ +static_assert(sizeof(MochiCheatManager_SaveGame) == 0x000010, "Wrong size on MochiCheatManager_SaveGame"); \ +static_assert(offsetof(MochiCheatManager_SaveGame, Filename) == 0x000000, "Member 'MochiCheatManager_SaveGame::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetCharm \ +static_assert(alignof(MochiCheatManager_SetCharm) == 0x000004, "Wrong alignment on MochiCheatManager_SetCharm"); \ +static_assert(sizeof(MochiCheatManager_SetCharm) == 0x000008, "Wrong size on MochiCheatManager_SetCharm"); \ +static_assert(offsetof(MochiCheatManager_SetCharm, Charm) == 0x000000, "Member 'MochiCheatManager_SetCharm::Charm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetCostume \ +static_assert(alignof(MochiCheatManager_SetCostume) == 0x000004, "Wrong alignment on MochiCheatManager_SetCostume"); \ +static_assert(sizeof(MochiCheatManager_SetCostume) == 0x000008, "Wrong size on MochiCheatManager_SetCostume"); \ +static_assert(offsetof(MochiCheatManager_SetCostume, CostumeKey) == 0x000000, "Member 'MochiCheatManager_SetCostume::CostumeKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetDifficulty \ +static_assert(alignof(MochiCheatManager_SetDifficulty) == 0x000001, "Wrong alignment on MochiCheatManager_SetDifficulty"); \ +static_assert(sizeof(MochiCheatManager_SetDifficulty) == 0x000001, "Wrong size on MochiCheatManager_SetDifficulty"); \ +static_assert(offsetof(MochiCheatManager_SetDifficulty, Index_0) == 0x000000, "Member 'MochiCheatManager_SetDifficulty::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetDpiScale \ +static_assert(alignof(MochiCheatManager_SetDpiScale) == 0x000004, "Wrong alignment on MochiCheatManager_SetDpiScale"); \ +static_assert(sizeof(MochiCheatManager_SetDpiScale) == 0x000004, "Wrong size on MochiCheatManager_SetDpiScale"); \ +static_assert(offsetof(MochiCheatManager_SetDpiScale, Scale) == 0x000000, "Member 'MochiCheatManager_SetDpiScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetHasUserBeatGame \ +static_assert(alignof(MochiCheatManager_SetHasUserBeatGame) == 0x000001, "Wrong alignment on MochiCheatManager_SetHasUserBeatGame"); \ +static_assert(sizeof(MochiCheatManager_SetHasUserBeatGame) == 0x000001, "Wrong size on MochiCheatManager_SetHasUserBeatGame"); \ +static_assert(offsetof(MochiCheatManager_SetHasUserBeatGame, HasBeat) == 0x000000, "Member 'MochiCheatManager_SetHasUserBeatGame::HasBeat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetInitialRotCount \ +static_assert(alignof(MochiCheatManager_SetInitialRotCount) == 0x000004, "Wrong alignment on MochiCheatManager_SetInitialRotCount"); \ +static_assert(sizeof(MochiCheatManager_SetInitialRotCount) == 0x000004, "Wrong size on MochiCheatManager_SetInitialRotCount"); \ +static_assert(offsetof(MochiCheatManager_SetInitialRotCount, Count) == 0x000000, "Member 'MochiCheatManager_SetInitialRotCount::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetLoadout \ +static_assert(alignof(MochiCheatManager_SetLoadout) == 0x000004, "Wrong alignment on MochiCheatManager_SetLoadout"); \ +static_assert(sizeof(MochiCheatManager_SetLoadout) == 0x000008, "Wrong size on MochiCheatManager_SetLoadout"); \ +static_assert(offsetof(MochiCheatManager_SetLoadout, LoadoutFileName) == 0x000000, "Member 'MochiCheatManager_SetLoadout::LoadoutFileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetNewGamePlus \ +static_assert(alignof(MochiCheatManager_SetNewGamePlus) == 0x000001, "Wrong alignment on MochiCheatManager_SetNewGamePlus"); \ +static_assert(sizeof(MochiCheatManager_SetNewGamePlus) == 0x000001, "Wrong size on MochiCheatManager_SetNewGamePlus"); \ +static_assert(offsetof(MochiCheatManager_SetNewGamePlus, InNewGamePlus) == 0x000000, "Member 'MochiCheatManager_SetNewGamePlus::InNewGamePlus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_SetStaff \ +static_assert(alignof(MochiCheatManager_SetStaff) == 0x000004, "Wrong alignment on MochiCheatManager_SetStaff"); \ +static_assert(sizeof(MochiCheatManager_SetStaff) == 0x000008, "Wrong size on MochiCheatManager_SetStaff"); \ +static_assert(offsetof(MochiCheatManager_SetStaff, StaffKey) == 0x000000, "Member 'MochiCheatManager_SetStaff::StaffKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_StartWwiseCapture \ +static_assert(alignof(MochiCheatManager_StartWwiseCapture) == 0x000008, "Wrong alignment on MochiCheatManager_StartWwiseCapture"); \ +static_assert(sizeof(MochiCheatManager_StartWwiseCapture) == 0x000010, "Wrong size on MochiCheatManager_StartWwiseCapture"); \ +static_assert(offsetof(MochiCheatManager_StartWwiseCapture, CaptureName) == 0x000000, "Member 'MochiCheatManager_StartWwiseCapture::CaptureName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_TakeItem \ +static_assert(alignof(MochiCheatManager_TakeItem) == 0x000008, "Wrong alignment on MochiCheatManager_TakeItem"); \ +static_assert(sizeof(MochiCheatManager_TakeItem) == 0x000018, "Wrong size on MochiCheatManager_TakeItem"); \ +static_assert(offsetof(MochiCheatManager_TakeItem, ItemName) == 0x000000, "Member 'MochiCheatManager_TakeItem::ItemName' has a wrong offset!"); \ +static_assert(offsetof(MochiCheatManager_TakeItem, Count) == 0x000010, "Member 'MochiCheatManager_TakeItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_TakeRot \ +static_assert(alignof(MochiCheatManager_TakeRot) == 0x000004, "Wrong alignment on MochiCheatManager_TakeRot"); \ +static_assert(sizeof(MochiCheatManager_TakeRot) == 0x000004, "Wrong size on MochiCheatManager_TakeRot"); \ +static_assert(offsetof(MochiCheatManager_TakeRot, Count) == 0x000000, "Member 'MochiCheatManager_TakeRot::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_ToggleFree \ +static_assert(alignof(MochiCheatManager_ToggleFree) == 0x000004, "Wrong alignment on MochiCheatManager_ToggleFree"); \ +static_assert(sizeof(MochiCheatManager_ToggleFree) == 0x000008, "Wrong size on MochiCheatManager_ToggleFree"); \ +static_assert(offsetof(MochiCheatManager_ToggleFree, ResourceName) == 0x000000, "Member 'MochiCheatManager_ToggleFree::ResourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiCheatManager_UnlockAllAbilityUpgrades \ +static_assert(alignof(MochiCheatManager_UnlockAllAbilityUpgrades) == 0x000001, "Wrong alignment on MochiCheatManager_UnlockAllAbilityUpgrades"); \ +static_assert(sizeof(MochiCheatManager_UnlockAllAbilityUpgrades) == 0x000001, "Wrong size on MochiCheatManager_UnlockAllAbilityUpgrades"); \ +static_assert(offsetof(MochiCheatManager_UnlockAllAbilityUpgrades, Enable) == 0x000000, "Member 'MochiCheatManager_UnlockAllAbilityUpgrades::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiCheatManager \ +static_assert(alignof(UMochiCheatManager) == 0x000008, "Wrong alignment on UMochiCheatManager"); \ +static_assert(sizeof(UMochiCheatManager) == 0x0000A8, "Wrong size on UMochiCheatManager"); \ +static_assert(offsetof(UMochiCheatManager, OnRebindControls) == 0x000088, "Member 'UMochiCheatManager::OnRebindControls' has a wrong offset!"); \ +static_assert(offsetof(UMochiCheatManager, SpiritMailInfo) == 0x000098, "Member 'UMochiCheatManager::SpiritMailInfo' has a wrong offset!"); \ +static_assert(offsetof(UMochiCheatManager, RotHatTable) == 0x0000A0, "Member 'UMochiCheatManager::RotHatTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiCinematicGameMode \ +static_assert(alignof(AMochiCinematicGameMode) == 0x000008, "Wrong alignment on AMochiCinematicGameMode"); \ +static_assert(sizeof(AMochiCinematicGameMode) == 0x0002D8, "Wrong size on AMochiCinematicGameMode"); \ +static_assert(offsetof(AMochiCinematicGameMode, LevelStreamingManager) == 0x0002C8, "Member 'AMochiCinematicGameMode::LevelStreamingManager' has a wrong offset!"); \ +static_assert(offsetof(AMochiCinematicGameMode, GlobalLevelStreamingManagerClass) == 0x0002D0, "Member 'AMochiCinematicGameMode::GlobalLevelStreamingManagerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsMenuWidget \ +static_assert(alignof(UOptionsMenuWidget) == 0x000008, "Wrong alignment on UOptionsMenuWidget"); \ +static_assert(sizeof(UOptionsMenuWidget) == 0x000260, "Wrong size on UOptionsMenuWidget"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_GetEnteredPlayer \ +static_assert(alignof(PushButtonTriggerComponent_GetEnteredPlayer) == 0x000008, "Wrong alignment on PushButtonTriggerComponent_GetEnteredPlayer"); \ +static_assert(sizeof(PushButtonTriggerComponent_GetEnteredPlayer) == 0x000008, "Wrong size on PushButtonTriggerComponent_GetEnteredPlayer"); \ +static_assert(offsetof(PushButtonTriggerComponent_GetEnteredPlayer, ReturnValue) == 0x000000, "Member 'PushButtonTriggerComponent_GetEnteredPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_OnTriggerOverlapBegin \ +static_assert(alignof(PushButtonTriggerComponent_OnTriggerOverlapBegin) == 0x000008, "Wrong alignment on PushButtonTriggerComponent_OnTriggerOverlapBegin"); \ +static_assert(sizeof(PushButtonTriggerComponent_OnTriggerOverlapBegin) == 0x0000A8, "Wrong size on PushButtonTriggerComponent_OnTriggerOverlapBegin"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapBegin, OverlappedComponent) == 0x000000, "Member 'PushButtonTriggerComponent_OnTriggerOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapBegin, OtherActor) == 0x000008, "Member 'PushButtonTriggerComponent_OnTriggerOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapBegin, OtherComp) == 0x000010, "Member 'PushButtonTriggerComponent_OnTriggerOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'PushButtonTriggerComponent_OnTriggerOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapBegin, bFromSweep) == 0x00001C, "Member 'PushButtonTriggerComponent_OnTriggerOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapBegin, SweepResult) == 0x000020, "Member 'PushButtonTriggerComponent_OnTriggerOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_OnTriggerOverlapEnd \ +static_assert(alignof(PushButtonTriggerComponent_OnTriggerOverlapEnd) == 0x000008, "Wrong alignment on PushButtonTriggerComponent_OnTriggerOverlapEnd"); \ +static_assert(sizeof(PushButtonTriggerComponent_OnTriggerOverlapEnd) == 0x000020, "Wrong size on PushButtonTriggerComponent_OnTriggerOverlapEnd"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapEnd, OverlappedComponent) == 0x000000, "Member 'PushButtonTriggerComponent_OnTriggerOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapEnd, OtherActor) == 0x000008, "Member 'PushButtonTriggerComponent_OnTriggerOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapEnd, OtherComp) == 0x000010, "Member 'PushButtonTriggerComponent_OnTriggerOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_OnTriggerOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'PushButtonTriggerComponent_OnTriggerOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_SetInputEnabled \ +static_assert(alignof(PushButtonTriggerComponent_SetInputEnabled) == 0x000001, "Wrong alignment on PushButtonTriggerComponent_SetInputEnabled"); \ +static_assert(sizeof(PushButtonTriggerComponent_SetInputEnabled) == 0x000002, "Wrong size on PushButtonTriggerComponent_SetInputEnabled"); \ +static_assert(offsetof(PushButtonTriggerComponent_SetInputEnabled, Enabled) == 0x000000, "Member 'PushButtonTriggerComponent_SetInputEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTriggerComponent_SetInputEnabled, Force) == 0x000001, "Member 'PushButtonTriggerComponent_SetInputEnabled::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_SetTriggerEnabled \ +static_assert(alignof(PushButtonTriggerComponent_SetTriggerEnabled) == 0x000001, "Wrong alignment on PushButtonTriggerComponent_SetTriggerEnabled"); \ +static_assert(sizeof(PushButtonTriggerComponent_SetTriggerEnabled) == 0x000001, "Wrong size on PushButtonTriggerComponent_SetTriggerEnabled"); \ +static_assert(offsetof(PushButtonTriggerComponent_SetTriggerEnabled, Enabled) == 0x000000, "Member 'PushButtonTriggerComponent_SetTriggerEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_T_SetTriggerEnabledTrigger \ +static_assert(alignof(PushButtonTriggerComponent_T_SetTriggerEnabledTrigger) == 0x000008, "Wrong alignment on PushButtonTriggerComponent_T_SetTriggerEnabledTrigger"); \ +static_assert(sizeof(PushButtonTriggerComponent_T_SetTriggerEnabledTrigger) == 0x000008, "Wrong size on PushButtonTriggerComponent_T_SetTriggerEnabledTrigger"); \ +static_assert(offsetof(PushButtonTriggerComponent_T_SetTriggerEnabledTrigger, Params_0) == 0x000000, "Member 'PushButtonTriggerComponent_T_SetTriggerEnabledTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_CheckLookDirection \ +static_assert(alignof(PushButtonTriggerComponent_CheckLookDirection) == 0x000001, "Wrong alignment on PushButtonTriggerComponent_CheckLookDirection"); \ +static_assert(sizeof(PushButtonTriggerComponent_CheckLookDirection) == 0x000001, "Wrong size on PushButtonTriggerComponent_CheckLookDirection"); \ +static_assert(offsetof(PushButtonTriggerComponent_CheckLookDirection, ReturnValue) == 0x000000, "Member 'PushButtonTriggerComponent_CheckLookDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_CheckStateWhitelist \ +static_assert(alignof(PushButtonTriggerComponent_CheckStateWhitelist) == 0x000001, "Wrong alignment on PushButtonTriggerComponent_CheckStateWhitelist"); \ +static_assert(sizeof(PushButtonTriggerComponent_CheckStateWhitelist) == 0x000001, "Wrong size on PushButtonTriggerComponent_CheckStateWhitelist"); \ +static_assert(offsetof(PushButtonTriggerComponent_CheckStateWhitelist, ReturnValue) == 0x000000, "Member 'PushButtonTriggerComponent_CheckStateWhitelist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_GetTriggerEnabled \ +static_assert(alignof(PushButtonTriggerComponent_GetTriggerEnabled) == 0x000001, "Wrong alignment on PushButtonTriggerComponent_GetTriggerEnabled"); \ +static_assert(sizeof(PushButtonTriggerComponent_GetTriggerEnabled) == 0x000001, "Wrong size on PushButtonTriggerComponent_GetTriggerEnabled"); \ +static_assert(offsetof(PushButtonTriggerComponent_GetTriggerEnabled, ReturnValue) == 0x000000, "Member 'PushButtonTriggerComponent_GetTriggerEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTriggerComponent_IsCombatDisableActive \ +static_assert(alignof(PushButtonTriggerComponent_IsCombatDisableActive) == 0x000001, "Wrong alignment on PushButtonTriggerComponent_IsCombatDisableActive"); \ +static_assert(sizeof(PushButtonTriggerComponent_IsCombatDisableActive) == 0x000001, "Wrong size on PushButtonTriggerComponent_IsCombatDisableActive"); \ +static_assert(offsetof(PushButtonTriggerComponent_IsCombatDisableActive, ReturnValue) == 0x000000, "Member 'PushButtonTriggerComponent_IsCombatDisableActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPushButtonTriggerComponent \ +static_assert(alignof(UPushButtonTriggerComponent) == 0x000010, "Wrong alignment on UPushButtonTriggerComponent"); \ +static_assert(sizeof(UPushButtonTriggerComponent) == 0x0005D0, "Wrong size on UPushButtonTriggerComponent"); \ +static_assert(offsetof(UPushButtonTriggerComponent, ButtonLegendDataTableRowName) == 0x000480, "Member 'UPushButtonTriggerComponent::ButtonLegendDataTableRowName' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, ActionText) == 0x000488, "Member 'UPushButtonTriggerComponent::ActionText' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, ActionInputEvent) == 0x0004A0, "Member 'UPushButtonTriggerComponent::ActionInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, InputActionName) == 0x0004A4, "Member 'UPushButtonTriggerComponent::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, DisableOnPush) == 0x0004AC, "Member 'UPushButtonTriggerComponent::DisableOnPush' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, DisableDuringCombat) == 0x0004AD, "Member 'UPushButtonTriggerComponent::DisableDuringCombat' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, RequireLookDirection) == 0x0004AE, "Member 'UPushButtonTriggerComponent::RequireLookDirection' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, UsePlayerOrientationForLookCheck) == 0x0004AF, "Member 'UPushButtonTriggerComponent::UsePlayerOrientationForLookCheck' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, UseCameraOrientationForLookCheck) == 0x0004B0, "Member 'UPushButtonTriggerComponent::UseCameraOrientationForLookCheck' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, LookAtPoint) == 0x0004B4, "Member 'UPushButtonTriggerComponent::LookAtPoint' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, LookDirectionAngle) == 0x0004C0, "Member 'UPushButtonTriggerComponent::LookDirectionAngle' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, FlipLookDirection) == 0x0004C4, "Member 'UPushButtonTriggerComponent::FlipLookDirection' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, ExitStateOnMontageEnd) == 0x0004C5, "Member 'UPushButtonTriggerComponent::ExitStateOnMontageEnd' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, BroadcastEventOnMontageEnd) == 0x0004C6, "Member 'UPushButtonTriggerComponent::BroadcastEventOnMontageEnd' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, PlayMontageOnPush) == 0x0004C7, "Member 'UPushButtonTriggerComponent::PlayMontageOnPush' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, MontageArgs) == 0x0004C8, "Member 'UPushButtonTriggerComponent::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, SnapToTransformOnPush) == 0x0004E0, "Member 'UPushButtonTriggerComponent::SnapToTransformOnPush' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, SnapTransform) == 0x0004F0, "Member 'UPushButtonTriggerComponent::SnapTransform' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, StartTriggerEnabled) == 0x000520, "Member 'UPushButtonTriggerComponent::StartTriggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, TriggerEnabled) == 0x000521, "Member 'UPushButtonTriggerComponent::TriggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, OnButtonPushed) == 0x000528, "Member 'UPushButtonTriggerComponent::OnButtonPushed' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, OnMontageComplete) == 0x000538, "Member 'UPushButtonTriggerComponent::OnMontageComplete' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, OnInputEnabledChanged) == 0x000548, "Member 'UPushButtonTriggerComponent::OnInputEnabledChanged' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, InputEnabled) == 0x0005A0, "Member 'UPushButtonTriggerComponent::InputEnabled' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, EnteredPlayer) == 0x0005A8, "Member 'UPushButtonTriggerComponent::EnteredPlayer' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, CombatManager) == 0x0005B0, "Member 'UPushButtonTriggerComponent::CombatManager' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, StateRequiredToActivate) == 0x0005B8, "Member 'UPushButtonTriggerComponent::StateRequiredToActivate' has a wrong offset!"); \ +static_assert(offsetof(UPushButtonTriggerComponent, BannedStates) == 0x0005C0, "Member 'UPushButtonTriggerComponent::BannedStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiBossReflectGameMode \ +static_assert(alignof(AMochiBossReflectGameMode) == 0x000010, "Wrong alignment on AMochiBossReflectGameMode"); \ +static_assert(sizeof(AMochiBossReflectGameMode) == 0x000830, "Wrong size on AMochiBossReflectGameMode"); \ + +#define DUMPER7_ASSERTS_UPDSAsset \ +static_assert(alignof(UPDSAsset) == 0x000008, "Wrong alignment on UPDSAsset"); \ +static_assert(sizeof(UPDSAsset) == 0x0000E0, "Wrong size on UPDSAsset"); \ +static_assert(offsetof(UPDSAsset, SourceFile) == 0x000030, "Member 'UPDSAsset::SourceFile' has a wrong offset!"); \ +static_assert(offsetof(UPDSAsset, ImportErrors) == 0x000040, "Member 'UPDSAsset::ImportErrors' has a wrong offset!"); \ +static_assert(offsetof(UPDSAsset, ConditionalChanges) == 0x000050, "Member 'UPDSAsset::ConditionalChanges' has a wrong offset!"); \ +static_assert(offsetof(UPDSAsset, NameToEntry) == 0x000060, "Member 'UPDSAsset::NameToEntry' has a wrong offset!"); \ +static_assert(offsetof(UPDSAsset, Entries) == 0x0000B0, "Member 'UPDSAsset::Entries' has a wrong offset!"); \ +static_assert(offsetof(UPDSAsset, Dependencies) == 0x0000C0, "Member 'UPDSAsset::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UPDSAsset, ReverseDependencies) == 0x0000D0, "Member 'UPDSAsset::ReverseDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotatingWidget \ +static_assert(alignof(URotatingWidget) == 0x000008, "Wrong alignment on URotatingWidget"); \ +static_assert(sizeof(URotatingWidget) == 0x000270, "Wrong size on URotatingWidget"); \ +static_assert(offsetof(URotatingWidget, ImageToRotate) == 0x000260, "Member 'URotatingWidget::ImageToRotate' has a wrong offset!"); \ +static_assert(offsetof(URotatingWidget, RotationSpeed) == 0x000268, "Member 'URotatingWidget::RotationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_AddToUIViewport \ +static_assert(alignof(MochiGameInstance_AddToUIViewport) == 0x000008, "Wrong alignment on MochiGameInstance_AddToUIViewport"); \ +static_assert(sizeof(MochiGameInstance_AddToUIViewport) == 0x000018, "Wrong size on MochiGameInstance_AddToUIViewport"); \ +static_assert(offsetof(MochiGameInstance_AddToUIViewport, WorldContextObject) == 0x000000, "Member 'MochiGameInstance_AddToUIViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_AddToUIViewport, Widget) == 0x000008, "Member 'MochiGameInstance_AddToUIViewport::Widget' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_AddToUIViewport, bWantsBlackBorders) == 0x000010, "Member 'MochiGameInstance_AddToUIViewport::bWantsBlackBorders' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_AddToUIViewport, ZOrder) == 0x000014, "Member 'MochiGameInstance_AddToUIViewport::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetGlobalGameUserSettings \ +static_assert(alignof(MochiGameInstance_GetGlobalGameUserSettings) == 0x000008, "Wrong alignment on MochiGameInstance_GetGlobalGameUserSettings"); \ +static_assert(sizeof(MochiGameInstance_GetGlobalGameUserSettings) == 0x000010, "Wrong size on MochiGameInstance_GetGlobalGameUserSettings"); \ +static_assert(offsetof(MochiGameInstance_GetGlobalGameUserSettings, WorldContextObject) == 0x000000, "Member 'MochiGameInstance_GetGlobalGameUserSettings::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_GetGlobalGameUserSettings, ReturnValue) == 0x000008, "Member 'MochiGameInstance_GetGlobalGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetGlobalUINavManager \ +static_assert(alignof(MochiGameInstance_GetGlobalUINavManager) == 0x000008, "Wrong alignment on MochiGameInstance_GetGlobalUINavManager"); \ +static_assert(sizeof(MochiGameInstance_GetGlobalUINavManager) == 0x000010, "Wrong size on MochiGameInstance_GetGlobalUINavManager"); \ +static_assert(offsetof(MochiGameInstance_GetGlobalUINavManager, WorldContextObject) == 0x000000, "Member 'MochiGameInstance_GetGlobalUINavManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_GetGlobalUINavManager, ReturnValue) == 0x000008, "Member 'MochiGameInstance_GetGlobalUINavManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_BeginLoadingScreen \ +static_assert(alignof(MochiGameInstance_BeginLoadingScreen) == 0x000008, "Wrong alignment on MochiGameInstance_BeginLoadingScreen"); \ +static_assert(sizeof(MochiGameInstance_BeginLoadingScreen) == 0x000010, "Wrong size on MochiGameInstance_BeginLoadingScreen"); \ +static_assert(offsetof(MochiGameInstance_BeginLoadingScreen, MapName) == 0x000000, "Member 'MochiGameInstance_BeginLoadingScreen::MapName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_EndLoadingScreen \ +static_assert(alignof(MochiGameInstance_EndLoadingScreen) == 0x000008, "Wrong alignment on MochiGameInstance_EndLoadingScreen"); \ +static_assert(sizeof(MochiGameInstance_EndLoadingScreen) == 0x000008, "Wrong size on MochiGameInstance_EndLoadingScreen"); \ +static_assert(offsetof(MochiGameInstance_EndLoadingScreen, InLoadedWorld) == 0x000000, "Member 'MochiGameInstance_EndLoadingScreen::InLoadedWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_FadeTo \ +static_assert(alignof(MochiGameInstance_FadeTo) == 0x000008, "Wrong alignment on MochiGameInstance_FadeTo"); \ +static_assert(sizeof(MochiGameInstance_FadeTo) == 0x000030, "Wrong size on MochiGameInstance_FadeTo"); \ +static_assert(offsetof(MochiGameInstance_FadeTo, WorldContextObject) == 0x000000, "Member 'MochiGameInstance_FadeTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_FadeTo, Duration) == 0x000008, "Member 'MochiGameInstance_FadeTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_FadeTo, StartColor) == 0x00000C, "Member 'MochiGameInstance_FadeTo::StartColor' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_FadeTo, TargetColor) == 0x000010, "Member 'MochiGameInstance_FadeTo::TargetColor' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_FadeTo, MaintainOnComplete) == 0x000014, "Member 'MochiGameInstance_FadeTo::MaintainOnComplete' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_FadeTo, LatentInfo) == 0x000018, "Member 'MochiGameInstance_FadeTo::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetIsLoginComplete \ +static_assert(alignof(MochiGameInstance_GetIsLoginComplete) == 0x000001, "Wrong alignment on MochiGameInstance_GetIsLoginComplete"); \ +static_assert(sizeof(MochiGameInstance_GetIsLoginComplete) == 0x000002, "Wrong size on MochiGameInstance_GetIsLoginComplete"); \ +static_assert(offsetof(MochiGameInstance_GetIsLoginComplete, OutSuccess) == 0x000000, "Member 'MochiGameInstance_GetIsLoginComplete::OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(MochiGameInstance_GetIsLoginComplete, ReturnValue) == 0x000001, "Member 'MochiGameInstance_GetIsLoginComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetMochiGameUserSettings \ +static_assert(alignof(MochiGameInstance_GetMochiGameUserSettings) == 0x000008, "Wrong alignment on MochiGameInstance_GetMochiGameUserSettings"); \ +static_assert(sizeof(MochiGameInstance_GetMochiGameUserSettings) == 0x000008, "Wrong size on MochiGameInstance_GetMochiGameUserSettings"); \ +static_assert(offsetof(MochiGameInstance_GetMochiGameUserSettings, ReturnValue) == 0x000000, "Member 'MochiGameInstance_GetMochiGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetSaveDataManager \ +static_assert(alignof(MochiGameInstance_GetSaveDataManager) == 0x000008, "Wrong alignment on MochiGameInstance_GetSaveDataManager"); \ +static_assert(sizeof(MochiGameInstance_GetSaveDataManager) == 0x000008, "Wrong size on MochiGameInstance_GetSaveDataManager"); \ +static_assert(offsetof(MochiGameInstance_GetSaveDataManager, ReturnValue) == 0x000000, "Member 'MochiGameInstance_GetSaveDataManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetUINavManager \ +static_assert(alignof(MochiGameInstance_GetUINavManager) == 0x000008, "Wrong alignment on MochiGameInstance_GetUINavManager"); \ +static_assert(sizeof(MochiGameInstance_GetUINavManager) == 0x000008, "Wrong size on MochiGameInstance_GetUINavManager"); \ +static_assert(offsetof(MochiGameInstance_GetUINavManager, ReturnValue) == 0x000000, "Member 'MochiGameInstance_GetUINavManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameInstance_GetUIViewport \ +static_assert(alignof(MochiGameInstance_GetUIViewport) == 0x000008, "Wrong alignment on MochiGameInstance_GetUIViewport"); \ +static_assert(sizeof(MochiGameInstance_GetUIViewport) == 0x000008, "Wrong size on MochiGameInstance_GetUIViewport"); \ +static_assert(offsetof(MochiGameInstance_GetUIViewport, ReturnValue) == 0x000000, "Member 'MochiGameInstance_GetUIViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiGameInstance \ +static_assert(alignof(UMochiGameInstance) == 0x000008, "Wrong alignment on UMochiGameInstance"); \ +static_assert(sizeof(UMochiGameInstance) == 0x000250, "Wrong size on UMochiGameInstance"); \ +static_assert(offsetof(UMochiGameInstance, SaveGameVariablesClass) == 0x0001A8, "Member 'UMochiGameInstance::SaveGameVariablesClass' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameInstance, SaveDataManager) == 0x0001B0, "Member 'UMochiGameInstance::SaveDataManager' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameInstance, UINavManager) == 0x0001B8, "Member 'UMochiGameInstance::UINavManager' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameInstance, MessageBoxClass) == 0x0001C0, "Member 'UMochiGameInstance::MessageBoxClass' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameInstance, UIViewport) == 0x0001C8, "Member 'UMochiGameInstance::UIViewport' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameInstance, GameUserSettings) == 0x0001D0, "Member 'UMochiGameInstance::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameInstance, GlobalAudioEvents) == 0x0001D8, "Member 'UMochiGameInstance::GlobalAudioEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_ApplyDefaultSettingsFromIni \ +static_assert(alignof(MochiGameUserSettings_ApplyDefaultSettingsFromIni) == 0x000008, "Wrong alignment on MochiGameUserSettings_ApplyDefaultSettingsFromIni"); \ +static_assert(sizeof(MochiGameUserSettings_ApplyDefaultSettingsFromIni) == 0x000020, "Wrong size on MochiGameUserSettings_ApplyDefaultSettingsFromIni"); \ +static_assert(offsetof(MochiGameUserSettings_ApplyDefaultSettingsFromIni, ContentConfigFolder) == 0x000000, "Member 'MochiGameUserSettings_ApplyDefaultSettingsFromIni::ContentConfigFolder' has a wrong offset!"); \ +static_assert(offsetof(MochiGameUserSettings_ApplyDefaultSettingsFromIni, IniFilename) == 0x000010, "Member 'MochiGameUserSettings_ApplyDefaultSettingsFromIni::IniFilename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetAmbientOcclusionLevel \ +static_assert(alignof(MochiGameUserSettings_SetAmbientOcclusionLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetAmbientOcclusionLevel"); \ +static_assert(sizeof(MochiGameUserSettings_SetAmbientOcclusionLevel) == 0x000004, "Wrong size on MochiGameUserSettings_SetAmbientOcclusionLevel"); \ +static_assert(offsetof(MochiGameUserSettings_SetAmbientOcclusionLevel, NewLevel) == 0x000000, "Member 'MochiGameUserSettings_SetAmbientOcclusionLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetAudioNightMode \ +static_assert(alignof(MochiGameUserSettings_SetAudioNightMode) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetAudioNightMode"); \ +static_assert(sizeof(MochiGameUserSettings_SetAudioNightMode) == 0x000001, "Wrong size on MochiGameUserSettings_SetAudioNightMode"); \ +static_assert(offsetof(MochiGameUserSettings_SetAudioNightMode, Enabled) == 0x000000, "Member 'MochiGameUserSettings_SetAudioNightMode::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetAutoLockOn \ +static_assert(alignof(MochiGameUserSettings_SetAutoLockOn) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetAutoLockOn"); \ +static_assert(sizeof(MochiGameUserSettings_SetAutoLockOn) == 0x000001, "Wrong size on MochiGameUserSettings_SetAutoLockOn"); \ +static_assert(offsetof(MochiGameUserSettings_SetAutoLockOn, NewAutoLockOn) == 0x000000, "Member 'MochiGameUserSettings_SetAutoLockOn::NewAutoLockOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetAutoSprint \ +static_assert(alignof(MochiGameUserSettings_SetAutoSprint) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetAutoSprint"); \ +static_assert(sizeof(MochiGameUserSettings_SetAutoSprint) == 0x000001, "Wrong size on MochiGameUserSettings_SetAutoSprint"); \ +static_assert(offsetof(MochiGameUserSettings_SetAutoSprint, NewAutoSprint) == 0x000000, "Member 'MochiGameUserSettings_SetAutoSprint::NewAutoSprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetButtonLegendVisibility \ +static_assert(alignof(MochiGameUserSettings_SetButtonLegendVisibility) == 0x000008, "Wrong alignment on MochiGameUserSettings_SetButtonLegendVisibility"); \ +static_assert(sizeof(MochiGameUserSettings_SetButtonLegendVisibility) == 0x000010, "Wrong size on MochiGameUserSettings_SetButtonLegendVisibility"); \ +static_assert(offsetof(MochiGameUserSettings_SetButtonLegendVisibility, WorldContextObject) == 0x000000, "Member 'MochiGameUserSettings_SetButtonLegendVisibility::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameUserSettings_SetButtonLegendVisibility, NewVisibility) == 0x000008, "Member 'MochiGameUserSettings_SetButtonLegendVisibility::NewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetCutsceneVolume \ +static_assert(alignof(MochiGameUserSettings_SetCutsceneVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetCutsceneVolume"); \ +static_assert(sizeof(MochiGameUserSettings_SetCutsceneVolume) == 0x000004, "Wrong size on MochiGameUserSettings_SetCutsceneVolume"); \ +static_assert(offsetof(MochiGameUserSettings_SetCutsceneVolume, NewVolume) == 0x000000, "Member 'MochiGameUserSettings_SetCutsceneVolume::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetDialogueVolume \ +static_assert(alignof(MochiGameUserSettings_SetDialogueVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetDialogueVolume"); \ +static_assert(sizeof(MochiGameUserSettings_SetDialogueVolume) == 0x000004, "Wrong size on MochiGameUserSettings_SetDialogueVolume"); \ +static_assert(offsetof(MochiGameUserSettings_SetDialogueVolume, NewVolume) == 0x000000, "Member 'MochiGameUserSettings_SetDialogueVolume::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetDLSSMode \ +static_assert(alignof(MochiGameUserSettings_SetDLSSMode) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetDLSSMode"); \ +static_assert(sizeof(MochiGameUserSettings_SetDLSSMode) == 0x000001, "Wrong size on MochiGameUserSettings_SetDLSSMode"); \ +static_assert(offsetof(MochiGameUserSettings_SetDLSSMode, NewMode) == 0x000000, "Member 'MochiGameUserSettings_SetDLSSMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetDLSSSharpness \ +static_assert(alignof(MochiGameUserSettings_SetDLSSSharpness) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetDLSSSharpness"); \ +static_assert(sizeof(MochiGameUserSettings_SetDLSSSharpness) == 0x000004, "Wrong size on MochiGameUserSettings_SetDLSSSharpness"); \ +static_assert(offsetof(MochiGameUserSettings_SetDLSSSharpness, NewSharpness) == 0x000000, "Member 'MochiGameUserSettings_SetDLSSSharpness::NewSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetDOFEnabledInGameplay \ +static_assert(alignof(MochiGameUserSettings_SetDOFEnabledInGameplay) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetDOFEnabledInGameplay"); \ +static_assert(sizeof(MochiGameUserSettings_SetDOFEnabledInGameplay) == 0x000001, "Wrong size on MochiGameUserSettings_SetDOFEnabledInGameplay"); \ +static_assert(offsetof(MochiGameUserSettings_SetDOFEnabledInGameplay, NewDOFEnabled) == 0x000000, "Member 'MochiGameUserSettings_SetDOFEnabledInGameplay::NewDOFEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetDynamicResEnabled \ +static_assert(alignof(MochiGameUserSettings_SetDynamicResEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetDynamicResEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_SetDynamicResEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_SetDynamicResEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_SetDynamicResEnabled, NewDynamicResEnabled) == 0x000000, "Member 'MochiGameUserSettings_SetDynamicResEnabled::NewDynamicResEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetDynamicResTargetFPS \ +static_assert(alignof(MochiGameUserSettings_SetDynamicResTargetFPS) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetDynamicResTargetFPS"); \ +static_assert(sizeof(MochiGameUserSettings_SetDynamicResTargetFPS) == 0x000004, "Wrong size on MochiGameUserSettings_SetDynamicResTargetFPS"); \ +static_assert(offsetof(MochiGameUserSettings_SetDynamicResTargetFPS, NewTargetFPS) == 0x000000, "Member 'MochiGameUserSettings_SetDynamicResTargetFPS::NewTargetFPS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetEnableAttackCameraAssist \ +static_assert(alignof(MochiGameUserSettings_SetEnableAttackCameraAssist) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetEnableAttackCameraAssist"); \ +static_assert(sizeof(MochiGameUserSettings_SetEnableAttackCameraAssist) == 0x000001, "Wrong size on MochiGameUserSettings_SetEnableAttackCameraAssist"); \ +static_assert(offsetof(MochiGameUserSettings_SetEnableAttackCameraAssist, NewEnableAttackCameraAssist) == 0x000000, "Member 'MochiGameUserSettings_SetEnableAttackCameraAssist::NewEnableAttackCameraAssist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetEnableCombatCameraAssist \ +static_assert(alignof(MochiGameUserSettings_SetEnableCombatCameraAssist) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetEnableCombatCameraAssist"); \ +static_assert(sizeof(MochiGameUserSettings_SetEnableCombatCameraAssist) == 0x000001, "Wrong size on MochiGameUserSettings_SetEnableCombatCameraAssist"); \ +static_assert(offsetof(MochiGameUserSettings_SetEnableCombatCameraAssist, NewEnableCombatCameraAssist) == 0x000000, "Member 'MochiGameUserSettings_SetEnableCombatCameraAssist::NewEnableCombatCameraAssist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetEnableFollowCameraEnabled \ +static_assert(alignof(MochiGameUserSettings_SetEnableFollowCameraEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetEnableFollowCameraEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_SetEnableFollowCameraEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_SetEnableFollowCameraEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_SetEnableFollowCameraEnabled, NewFollowCameraEnabled) == 0x000000, "Member 'MochiGameUserSettings_SetEnableFollowCameraEnabled::NewFollowCameraEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetFPSLimitLevel \ +static_assert(alignof(MochiGameUserSettings_SetFPSLimitLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetFPSLimitLevel"); \ +static_assert(sizeof(MochiGameUserSettings_SetFPSLimitLevel) == 0x000004, "Wrong size on MochiGameUserSettings_SetFPSLimitLevel"); \ +static_assert(offsetof(MochiGameUserSettings_SetFPSLimitLevel, NewLevel) == 0x000000, "Member 'MochiGameUserSettings_SetFPSLimitLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetGamma \ +static_assert(alignof(MochiGameUserSettings_SetGamma) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetGamma"); \ +static_assert(sizeof(MochiGameUserSettings_SetGamma) == 0x000004, "Wrong size on MochiGameUserSettings_SetGamma"); \ +static_assert(offsetof(MochiGameUserSettings_SetGamma, NewGamma) == 0x000000, "Member 'MochiGameUserSettings_SetGamma::NewGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetHasNotifiedBeatGame \ +static_assert(alignof(MochiGameUserSettings_SetHasNotifiedBeatGame) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetHasNotifiedBeatGame"); \ +static_assert(sizeof(MochiGameUserSettings_SetHasNotifiedBeatGame) == 0x000001, "Wrong size on MochiGameUserSettings_SetHasNotifiedBeatGame"); \ +static_assert(offsetof(MochiGameUserSettings_SetHasNotifiedBeatGame, HasNotified) == 0x000000, "Member 'MochiGameUserSettings_SetHasNotifiedBeatGame::HasNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetHasUserBeatGame \ +static_assert(alignof(MochiGameUserSettings_SetHasUserBeatGame) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetHasUserBeatGame"); \ +static_assert(sizeof(MochiGameUserSettings_SetHasUserBeatGame) == 0x000001, "Wrong size on MochiGameUserSettings_SetHasUserBeatGame"); \ +static_assert(offsetof(MochiGameUserSettings_SetHasUserBeatGame, HasBeat) == 0x000000, "Member 'MochiGameUserSettings_SetHasUserBeatGame::HasBeat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetHasUserSelectedLanguage \ +static_assert(alignof(MochiGameUserSettings_SetHasUserSelectedLanguage) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetHasUserSelectedLanguage"); \ +static_assert(sizeof(MochiGameUserSettings_SetHasUserSelectedLanguage) == 0x000001, "Wrong size on MochiGameUserSettings_SetHasUserSelectedLanguage"); \ +static_assert(offsetof(MochiGameUserSettings_SetHasUserSelectedLanguage, HasSelected) == 0x000000, "Member 'MochiGameUserSettings_SetHasUserSelectedLanguage::HasSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetHoldInputToSkipCutscenes \ +static_assert(alignof(MochiGameUserSettings_SetHoldInputToSkipCutscenes) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetHoldInputToSkipCutscenes"); \ +static_assert(sizeof(MochiGameUserSettings_SetHoldInputToSkipCutscenes) == 0x000001, "Wrong size on MochiGameUserSettings_SetHoldInputToSkipCutscenes"); \ +static_assert(offsetof(MochiGameUserSettings_SetHoldInputToSkipCutscenes, NewHoldInputToSkipCutscenes) == 0x000000, "Member 'MochiGameUserSettings_SetHoldInputToSkipCutscenes::NewHoldInputToSkipCutscenes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetHUDVisibility \ +static_assert(alignof(MochiGameUserSettings_SetHUDVisibility) == 0x000008, "Wrong alignment on MochiGameUserSettings_SetHUDVisibility"); \ +static_assert(sizeof(MochiGameUserSettings_SetHUDVisibility) == 0x000010, "Wrong size on MochiGameUserSettings_SetHUDVisibility"); \ +static_assert(offsetof(MochiGameUserSettings_SetHUDVisibility, WorldContextObject) == 0x000000, "Member 'MochiGameUserSettings_SetHUDVisibility::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameUserSettings_SetHUDVisibility, NewVisibility) == 0x000008, "Member 'MochiGameUserSettings_SetHUDVisibility::NewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetInvertXAxis \ +static_assert(alignof(MochiGameUserSettings_SetInvertXAxis) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetInvertXAxis"); \ +static_assert(sizeof(MochiGameUserSettings_SetInvertXAxis) == 0x000001, "Wrong size on MochiGameUserSettings_SetInvertXAxis"); \ +static_assert(offsetof(MochiGameUserSettings_SetInvertXAxis, NewInvert) == 0x000000, "Member 'MochiGameUserSettings_SetInvertXAxis::NewInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetInvertYAxis \ +static_assert(alignof(MochiGameUserSettings_SetInvertYAxis) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetInvertYAxis"); \ +static_assert(sizeof(MochiGameUserSettings_SetInvertYAxis) == 0x000001, "Wrong size on MochiGameUserSettings_SetInvertYAxis"); \ +static_assert(offsetof(MochiGameUserSettings_SetInvertYAxis, NewInvert) == 0x000000, "Member 'MochiGameUserSettings_SetInvertYAxis::NewInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetLookSensitivity \ +static_assert(alignof(MochiGameUserSettings_SetLookSensitivity) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetLookSensitivity"); \ +static_assert(sizeof(MochiGameUserSettings_SetLookSensitivity) == 0x000004, "Wrong size on MochiGameUserSettings_SetLookSensitivity"); \ +static_assert(offsetof(MochiGameUserSettings_SetLookSensitivity, NewSensitivity) == 0x000000, "Member 'MochiGameUserSettings_SetLookSensitivity::NewSensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetMasterVolume \ +static_assert(alignof(MochiGameUserSettings_SetMasterVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetMasterVolume"); \ +static_assert(sizeof(MochiGameUserSettings_SetMasterVolume) == 0x000004, "Wrong size on MochiGameUserSettings_SetMasterVolume"); \ +static_assert(offsetof(MochiGameUserSettings_SetMasterVolume, NewVolume) == 0x000000, "Member 'MochiGameUserSettings_SetMasterVolume::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetMaxFollowRotQuality \ +static_assert(alignof(MochiGameUserSettings_SetMaxFollowRotQuality) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetMaxFollowRotQuality"); \ +static_assert(sizeof(MochiGameUserSettings_SetMaxFollowRotQuality) == 0x000004, "Wrong size on MochiGameUserSettings_SetMaxFollowRotQuality"); \ +static_assert(offsetof(MochiGameUserSettings_SetMaxFollowRotQuality, NewMaxFollowRotQuality) == 0x000000, "Member 'MochiGameUserSettings_SetMaxFollowRotQuality::NewMaxFollowRotQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetMotionBlurIntensity \ +static_assert(alignof(MochiGameUserSettings_SetMotionBlurIntensity) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetMotionBlurIntensity"); \ +static_assert(sizeof(MochiGameUserSettings_SetMotionBlurIntensity) == 0x000004, "Wrong size on MochiGameUserSettings_SetMotionBlurIntensity"); \ +static_assert(offsetof(MochiGameUserSettings_SetMotionBlurIntensity, NewIntensity) == 0x000000, "Member 'MochiGameUserSettings_SetMotionBlurIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetMotionBlurLevel \ +static_assert(alignof(MochiGameUserSettings_SetMotionBlurLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetMotionBlurLevel"); \ +static_assert(sizeof(MochiGameUserSettings_SetMotionBlurLevel) == 0x000004, "Wrong size on MochiGameUserSettings_SetMotionBlurLevel"); \ +static_assert(offsetof(MochiGameUserSettings_SetMotionBlurLevel, NewLevel) == 0x000000, "Member 'MochiGameUserSettings_SetMotionBlurLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetMusicVolume \ +static_assert(alignof(MochiGameUserSettings_SetMusicVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetMusicVolume"); \ +static_assert(sizeof(MochiGameUserSettings_SetMusicVolume) == 0x000004, "Wrong size on MochiGameUserSettings_SetMusicVolume"); \ +static_assert(offsetof(MochiGameUserSettings_SetMusicVolume, NewVolume) == 0x000000, "Member 'MochiGameUserSettings_SetMusicVolume::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetPCControllerIconType \ +static_assert(alignof(MochiGameUserSettings_SetPCControllerIconType) == 0x000008, "Wrong alignment on MochiGameUserSettings_SetPCControllerIconType"); \ +static_assert(sizeof(MochiGameUserSettings_SetPCControllerIconType) == 0x000010, "Wrong size on MochiGameUserSettings_SetPCControllerIconType"); \ +static_assert(offsetof(MochiGameUserSettings_SetPCControllerIconType, WorldContextObject) == 0x000000, "Member 'MochiGameUserSettings_SetPCControllerIconType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameUserSettings_SetPCControllerIconType, NewType) == 0x000008, "Member 'MochiGameUserSettings_SetPCControllerIconType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetPreferD3D12 \ +static_assert(alignof(MochiGameUserSettings_SetPreferD3D12) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetPreferD3D12"); \ +static_assert(sizeof(MochiGameUserSettings_SetPreferD3D12) == 0x000001, "Wrong size on MochiGameUserSettings_SetPreferD3D12"); \ +static_assert(offsetof(MochiGameUserSettings_SetPreferD3D12, NewPreferD3D12) == 0x000000, "Member 'MochiGameUserSettings_SetPreferD3D12::NewPreferD3D12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetPS5GraphicsModeLevel \ +static_assert(alignof(MochiGameUserSettings_SetPS5GraphicsModeLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetPS5GraphicsModeLevel"); \ +static_assert(sizeof(MochiGameUserSettings_SetPS5GraphicsModeLevel) == 0x000004, "Wrong size on MochiGameUserSettings_SetPS5GraphicsModeLevel"); \ +static_assert(offsetof(MochiGameUserSettings_SetPS5GraphicsModeLevel, NewLevel) == 0x000000, "Member 'MochiGameUserSettings_SetPS5GraphicsModeLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetScreenPercentage \ +static_assert(alignof(MochiGameUserSettings_SetScreenPercentage) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetScreenPercentage"); \ +static_assert(sizeof(MochiGameUserSettings_SetScreenPercentage) == 0x000004, "Wrong size on MochiGameUserSettings_SetScreenPercentage"); \ +static_assert(offsetof(MochiGameUserSettings_SetScreenPercentage, NewScreenPercentage) == 0x000000, "Member 'MochiGameUserSettings_SetScreenPercentage::NewScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetSFXVolume \ +static_assert(alignof(MochiGameUserSettings_SetSFXVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetSFXVolume"); \ +static_assert(sizeof(MochiGameUserSettings_SetSFXVolume) == 0x000004, "Wrong size on MochiGameUserSettings_SetSFXVolume"); \ +static_assert(offsetof(MochiGameUserSettings_SetSFXVolume, NewVolume) == 0x000000, "Member 'MochiGameUserSettings_SetSFXVolume::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetSubtitleBackgroundOpactiy \ +static_assert(alignof(MochiGameUserSettings_SetSubtitleBackgroundOpactiy) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetSubtitleBackgroundOpactiy"); \ +static_assert(sizeof(MochiGameUserSettings_SetSubtitleBackgroundOpactiy) == 0x000004, "Wrong size on MochiGameUserSettings_SetSubtitleBackgroundOpactiy"); \ +static_assert(offsetof(MochiGameUserSettings_SetSubtitleBackgroundOpactiy, NewSubtitleBackgroundOpacity) == 0x000000, "Member 'MochiGameUserSettings_SetSubtitleBackgroundOpactiy::NewSubtitleBackgroundOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetSubtitleScale \ +static_assert(alignof(MochiGameUserSettings_SetSubtitleScale) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetSubtitleScale"); \ +static_assert(sizeof(MochiGameUserSettings_SetSubtitleScale) == 0x000004, "Wrong size on MochiGameUserSettings_SetSubtitleScale"); \ +static_assert(offsetof(MochiGameUserSettings_SetSubtitleScale, NewSubtitleScale) == 0x000000, "Member 'MochiGameUserSettings_SetSubtitleScale::NewSubtitleScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetSubtitlesEnabled \ +static_assert(alignof(MochiGameUserSettings_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetSubtitlesEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_SetSubtitlesEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_SetSubtitlesEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_SetSubtitlesEnabled, NewEnabled) == 0x000000, "Member 'MochiGameUserSettings_SetSubtitlesEnabled::NewEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetToggleAim \ +static_assert(alignof(MochiGameUserSettings_SetToggleAim) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetToggleAim"); \ +static_assert(sizeof(MochiGameUserSettings_SetToggleAim) == 0x000001, "Wrong size on MochiGameUserSettings_SetToggleAim"); \ +static_assert(offsetof(MochiGameUserSettings_SetToggleAim, NewToggleAim) == 0x000000, "Member 'MochiGameUserSettings_SetToggleAim::NewToggleAim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetToggleHeldAbilityInputs \ +static_assert(alignof(MochiGameUserSettings_SetToggleHeldAbilityInputs) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetToggleHeldAbilityInputs"); \ +static_assert(sizeof(MochiGameUserSettings_SetToggleHeldAbilityInputs) == 0x000001, "Wrong size on MochiGameUserSettings_SetToggleHeldAbilityInputs"); \ +static_assert(offsetof(MochiGameUserSettings_SetToggleHeldAbilityInputs, NewToggleHeldAbilityInputs) == 0x000000, "Member 'MochiGameUserSettings_SetToggleHeldAbilityInputs::NewToggleHeldAbilityInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetUIScaling \ +static_assert(alignof(MochiGameUserSettings_SetUIScaling) == 0x000008, "Wrong alignment on MochiGameUserSettings_SetUIScaling"); \ +static_assert(sizeof(MochiGameUserSettings_SetUIScaling) == 0x000010, "Wrong size on MochiGameUserSettings_SetUIScaling"); \ +static_assert(offsetof(MochiGameUserSettings_SetUIScaling, WorldContextObject) == 0x000000, "Member 'MochiGameUserSettings_SetUIScaling::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiGameUserSettings_SetUIScaling, NewUIScaling) == 0x000008, "Member 'MochiGameUserSettings_SetUIScaling::NewUIScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetUseAutoBowFocus \ +static_assert(alignof(MochiGameUserSettings_SetUseAutoBowFocus) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetUseAutoBowFocus"); \ +static_assert(sizeof(MochiGameUserSettings_SetUseAutoBowFocus) == 0x000001, "Wrong size on MochiGameUserSettings_SetUseAutoBowFocus"); \ +static_assert(offsetof(MochiGameUserSettings_SetUseAutoBowFocus, NewUseAutoBowFocus) == 0x000000, "Member 'MochiGameUserSettings_SetUseAutoBowFocus::NewUseAutoBowFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetVibrateEnabled \ +static_assert(alignof(MochiGameUserSettings_SetVibrateEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_SetVibrateEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_SetVibrateEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_SetVibrateEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_SetVibrateEnabled, NewVibrate) == 0x000000, "Member 'MochiGameUserSettings_SetVibrateEnabled::NewVibrate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_SetVolumetricFogLevel \ +static_assert(alignof(MochiGameUserSettings_SetVolumetricFogLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_SetVolumetricFogLevel"); \ +static_assert(sizeof(MochiGameUserSettings_SetVolumetricFogLevel) == 0x000004, "Wrong size on MochiGameUserSettings_SetVolumetricFogLevel"); \ +static_assert(offsetof(MochiGameUserSettings_SetVolumetricFogLevel, NewLevel) == 0x000000, "Member 'MochiGameUserSettings_SetVolumetricFogLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_UnlockCachedAchievements \ +static_assert(alignof(MochiGameUserSettings_UnlockCachedAchievements) == 0x000008, "Wrong alignment on MochiGameUserSettings_UnlockCachedAchievements"); \ +static_assert(sizeof(MochiGameUserSettings_UnlockCachedAchievements) == 0x000008, "Wrong size on MochiGameUserSettings_UnlockCachedAchievements"); \ +static_assert(offsetof(MochiGameUserSettings_UnlockCachedAchievements, WorldContextObject) == 0x000000, "Member 'MochiGameUserSettings_UnlockCachedAchievements::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetAmbientOcclusionLevel \ +static_assert(alignof(MochiGameUserSettings_GetAmbientOcclusionLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetAmbientOcclusionLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetAmbientOcclusionLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetAmbientOcclusionLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetAmbientOcclusionLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetAmbientOcclusionLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetAttackCameraAssistEnabled \ +static_assert(alignof(MochiGameUserSettings_GetAttackCameraAssistEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetAttackCameraAssistEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetAttackCameraAssistEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetAttackCameraAssistEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetAttackCameraAssistEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetAttackCameraAssistEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetAutoLockOn \ +static_assert(alignof(MochiGameUserSettings_GetAutoLockOn) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetAutoLockOn"); \ +static_assert(sizeof(MochiGameUserSettings_GetAutoLockOn) == 0x000001, "Wrong size on MochiGameUserSettings_GetAutoLockOn"); \ +static_assert(offsetof(MochiGameUserSettings_GetAutoLockOn, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetAutoLockOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetAutoSprint \ +static_assert(alignof(MochiGameUserSettings_GetAutoSprint) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetAutoSprint"); \ +static_assert(sizeof(MochiGameUserSettings_GetAutoSprint) == 0x000001, "Wrong size on MochiGameUserSettings_GetAutoSprint"); \ +static_assert(offsetof(MochiGameUserSettings_GetAutoSprint, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetAutoSprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetButtonLegendVisibility \ +static_assert(alignof(MochiGameUserSettings_GetButtonLegendVisibility) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetButtonLegendVisibility"); \ +static_assert(sizeof(MochiGameUserSettings_GetButtonLegendVisibility) == 0x000001, "Wrong size on MochiGameUserSettings_GetButtonLegendVisibility"); \ +static_assert(offsetof(MochiGameUserSettings_GetButtonLegendVisibility, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetButtonLegendVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetCombatCameraAssistEnabled \ +static_assert(alignof(MochiGameUserSettings_GetCombatCameraAssistEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetCombatCameraAssistEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetCombatCameraAssistEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetCombatCameraAssistEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetCombatCameraAssistEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetCombatCameraAssistEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetCutsceneVolume \ +static_assert(alignof(MochiGameUserSettings_GetCutsceneVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetCutsceneVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetCutsceneVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetCutsceneVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetCutsceneVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetCutsceneVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultAmbientOcclusionLevel \ +static_assert(alignof(MochiGameUserSettings_GetDefaultAmbientOcclusionLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultAmbientOcclusionLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultAmbientOcclusionLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultAmbientOcclusionLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultAmbientOcclusionLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultAmbientOcclusionLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultAttackCameraAssistEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultAutoLockOn \ +static_assert(alignof(MochiGameUserSettings_GetDefaultAutoLockOn) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultAutoLockOn"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultAutoLockOn) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultAutoLockOn"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultAutoLockOn, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultAutoLockOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultAutoSprint \ +static_assert(alignof(MochiGameUserSettings_GetDefaultAutoSprint) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultAutoSprint"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultAutoSprint) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultAutoSprint"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultAutoSprint, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultAutoSprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultButtonLegendVisibility \ +static_assert(alignof(MochiGameUserSettings_GetDefaultButtonLegendVisibility) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultButtonLegendVisibility"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultButtonLegendVisibility) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultButtonLegendVisibility"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultButtonLegendVisibility, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultButtonLegendVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultCombatCameraAssistEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultCutsceneVolume \ +static_assert(alignof(MochiGameUserSettings_GetDefaultCutsceneVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultCutsceneVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultCutsceneVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultCutsceneVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultCutsceneVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultCutsceneVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultDialogueVolume \ +static_assert(alignof(MochiGameUserSettings_GetDefaultDialogueVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultDialogueVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultDialogueVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultDialogueVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultDialogueVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultDialogueVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultDLSSMode \ +static_assert(alignof(MochiGameUserSettings_GetDefaultDLSSMode) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultDLSSMode"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultDLSSMode) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultDLSSMode"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultDLSSMode, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultDLSSMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultDLSSSharpness \ +static_assert(alignof(MochiGameUserSettings_GetDefaultDLSSSharpness) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultDLSSSharpness"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultDLSSSharpness) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultDLSSSharpness"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultDLSSSharpness, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultDLSSSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultDOFEnabledInGameplay \ +static_assert(alignof(MochiGameUserSettings_GetDefaultDOFEnabledInGameplay) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultDOFEnabledInGameplay"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultDOFEnabledInGameplay) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultDOFEnabledInGameplay"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultDOFEnabledInGameplay, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultDOFEnabledInGameplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultDynamicResEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDefaultDynamicResEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultDynamicResEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultDynamicResEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultDynamicResEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultDynamicResEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultDynamicResEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultDynamicResTargetFPS \ +static_assert(alignof(MochiGameUserSettings_GetDefaultDynamicResTargetFPS) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultDynamicResTargetFPS"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultDynamicResTargetFPS) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultDynamicResTargetFPS"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultDynamicResTargetFPS, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultDynamicResTargetFPS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultFollowCameraEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDefaultFollowCameraEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultFollowCameraEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultFollowCameraEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultFollowCameraEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultFollowCameraEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultFollowCameraEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultFPSLimitLevel \ +static_assert(alignof(MochiGameUserSettings_GetDefaultFPSLimitLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultFPSLimitLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultFPSLimitLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultFPSLimitLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultFPSLimitLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultFPSLimitLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultGamma \ +static_assert(alignof(MochiGameUserSettings_GetDefaultGamma) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultGamma"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultGamma) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultGamma"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultGamma, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes \ +static_assert(alignof(MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultHoldInputToSkipCutscenes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultHUDVisibility \ +static_assert(alignof(MochiGameUserSettings_GetDefaultHUDVisibility) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultHUDVisibility"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultHUDVisibility) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultHUDVisibility"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultHUDVisibility, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultHUDVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultInvertXAxis \ +static_assert(alignof(MochiGameUserSettings_GetDefaultInvertXAxis) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultInvertXAxis"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultInvertXAxis) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultInvertXAxis"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultInvertXAxis, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultInvertXAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultInvertYAxis \ +static_assert(alignof(MochiGameUserSettings_GetDefaultInvertYAxis) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultInvertYAxis"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultInvertYAxis) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultInvertYAxis"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultInvertYAxis, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultInvertYAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultLookSensitivity \ +static_assert(alignof(MochiGameUserSettings_GetDefaultLookSensitivity) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultLookSensitivity"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultLookSensitivity) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultLookSensitivity"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultLookSensitivity, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultLookSensitivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultMasterVolume \ +static_assert(alignof(MochiGameUserSettings_GetDefaultMasterVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultMasterVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultMasterVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultMasterVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultMasterVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultMaxFollowRotQuality \ +static_assert(alignof(MochiGameUserSettings_GetDefaultMaxFollowRotQuality) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultMaxFollowRotQuality"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultMaxFollowRotQuality) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultMaxFollowRotQuality"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultMaxFollowRotQuality, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultMaxFollowRotQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultMotionBlurIntensity \ +static_assert(alignof(MochiGameUserSettings_GetDefaultMotionBlurIntensity) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultMotionBlurIntensity"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultMotionBlurIntensity) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultMotionBlurIntensity"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultMotionBlurIntensity, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultMotionBlurIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultMotionBlurLevel \ +static_assert(alignof(MochiGameUserSettings_GetDefaultMotionBlurLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultMotionBlurLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultMotionBlurLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultMotionBlurLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultMotionBlurLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultMotionBlurLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultMusicVolume \ +static_assert(alignof(MochiGameUserSettings_GetDefaultMusicVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultMusicVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultMusicVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultMusicVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultMusicVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultPCControllerIconType \ +static_assert(alignof(MochiGameUserSettings_GetDefaultPCControllerIconType) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultPCControllerIconType"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultPCControllerIconType) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultPCControllerIconType"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultPCControllerIconType, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultPCControllerIconType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultPreferD3D12 \ +static_assert(alignof(MochiGameUserSettings_GetDefaultPreferD3D12) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultPreferD3D12"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultPreferD3D12) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultPreferD3D12"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultPreferD3D12, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultPreferD3D12::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel \ +static_assert(alignof(MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultPS5GraphicsModeLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultScreenPercentage \ +static_assert(alignof(MochiGameUserSettings_GetDefaultScreenPercentage) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultScreenPercentage"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultScreenPercentage) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultScreenPercentage"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultScreenPercentage, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultScreenPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultSFXVolume \ +static_assert(alignof(MochiGameUserSettings_GetDefaultSFXVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultSFXVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultSFXVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultSFXVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultSFXVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultSFXVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity \ +static_assert(alignof(MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultSubtitleBackgroundOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultSubtitleScale \ +static_assert(alignof(MochiGameUserSettings_GetDefaultSubtitleScale) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultSubtitleScale"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultSubtitleScale) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultSubtitleScale"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultSubtitleScale, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultSubtitleScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultSubtitlesEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDefaultSubtitlesEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultSubtitlesEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultSubtitlesEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultSubtitlesEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultToggleAim \ +static_assert(alignof(MochiGameUserSettings_GetDefaultToggleAim) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultToggleAim"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultToggleAim) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultToggleAim"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultToggleAim, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultToggleAim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs \ +static_assert(alignof(MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultToggleHeldAbilityInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultUIScaling \ +static_assert(alignof(MochiGameUserSettings_GetDefaultUIScaling) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultUIScaling"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultUIScaling) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultUIScaling"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultUIScaling, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultUIScaling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultUseAudioNightMode \ +static_assert(alignof(MochiGameUserSettings_GetDefaultUseAudioNightMode) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultUseAudioNightMode"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultUseAudioNightMode) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultUseAudioNightMode"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultUseAudioNightMode, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultUseAudioNightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultUseAutoBowFocus \ +static_assert(alignof(MochiGameUserSettings_GetDefaultUseAutoBowFocus) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultUseAutoBowFocus"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultUseAutoBowFocus) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultUseAutoBowFocus"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultUseAutoBowFocus, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultUseAutoBowFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultVibrateEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDefaultVibrateEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDefaultVibrateEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultVibrateEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDefaultVibrateEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultVibrateEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultVibrateEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDefaultVolumetricFogLevel \ +static_assert(alignof(MochiGameUserSettings_GetDefaultVolumetricFogLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDefaultVolumetricFogLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetDefaultVolumetricFogLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetDefaultVolumetricFogLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetDefaultVolumetricFogLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDefaultVolumetricFogLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDialogueVolume \ +static_assert(alignof(MochiGameUserSettings_GetDialogueVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDialogueVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetDialogueVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetDialogueVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetDialogueVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDialogueVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDLSSMode \ +static_assert(alignof(MochiGameUserSettings_GetDLSSMode) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDLSSMode"); \ +static_assert(sizeof(MochiGameUserSettings_GetDLSSMode) == 0x000001, "Wrong size on MochiGameUserSettings_GetDLSSMode"); \ +static_assert(offsetof(MochiGameUserSettings_GetDLSSMode, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDLSSMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDLSSSharpness \ +static_assert(alignof(MochiGameUserSettings_GetDLSSSharpness) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDLSSSharpness"); \ +static_assert(sizeof(MochiGameUserSettings_GetDLSSSharpness) == 0x000004, "Wrong size on MochiGameUserSettings_GetDLSSSharpness"); \ +static_assert(offsetof(MochiGameUserSettings_GetDLSSSharpness, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDLSSSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDOFEnabledInGameplay \ +static_assert(alignof(MochiGameUserSettings_GetDOFEnabledInGameplay) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDOFEnabledInGameplay"); \ +static_assert(sizeof(MochiGameUserSettings_GetDOFEnabledInGameplay) == 0x000001, "Wrong size on MochiGameUserSettings_GetDOFEnabledInGameplay"); \ +static_assert(offsetof(MochiGameUserSettings_GetDOFEnabledInGameplay, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDOFEnabledInGameplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDynamicResEnabled \ +static_assert(alignof(MochiGameUserSettings_GetDynamicResEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetDynamicResEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetDynamicResEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetDynamicResEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetDynamicResEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDynamicResEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetDynamicResTargetFPS \ +static_assert(alignof(MochiGameUserSettings_GetDynamicResTargetFPS) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetDynamicResTargetFPS"); \ +static_assert(sizeof(MochiGameUserSettings_GetDynamicResTargetFPS) == 0x000004, "Wrong size on MochiGameUserSettings_GetDynamicResTargetFPS"); \ +static_assert(offsetof(MochiGameUserSettings_GetDynamicResTargetFPS, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetDynamicResTargetFPS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetFollowCameraEnabled \ +static_assert(alignof(MochiGameUserSettings_GetFollowCameraEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetFollowCameraEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetFollowCameraEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetFollowCameraEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetFollowCameraEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetFollowCameraEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetFPSLimitLevel \ +static_assert(alignof(MochiGameUserSettings_GetFPSLimitLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetFPSLimitLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetFPSLimitLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetFPSLimitLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetFPSLimitLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetFPSLimitLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetGamma \ +static_assert(alignof(MochiGameUserSettings_GetGamma) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetGamma"); \ +static_assert(sizeof(MochiGameUserSettings_GetGamma) == 0x000004, "Wrong size on MochiGameUserSettings_GetGamma"); \ +static_assert(offsetof(MochiGameUserSettings_GetGamma, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetHasNotifiedBeatGame \ +static_assert(alignof(MochiGameUserSettings_GetHasNotifiedBeatGame) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetHasNotifiedBeatGame"); \ +static_assert(sizeof(MochiGameUserSettings_GetHasNotifiedBeatGame) == 0x000001, "Wrong size on MochiGameUserSettings_GetHasNotifiedBeatGame"); \ +static_assert(offsetof(MochiGameUserSettings_GetHasNotifiedBeatGame, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetHasNotifiedBeatGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetHasUserBeatGame \ +static_assert(alignof(MochiGameUserSettings_GetHasUserBeatGame) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetHasUserBeatGame"); \ +static_assert(sizeof(MochiGameUserSettings_GetHasUserBeatGame) == 0x000001, "Wrong size on MochiGameUserSettings_GetHasUserBeatGame"); \ +static_assert(offsetof(MochiGameUserSettings_GetHasUserBeatGame, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetHasUserBeatGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetHasUserSelectedLanguage \ +static_assert(alignof(MochiGameUserSettings_GetHasUserSelectedLanguage) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetHasUserSelectedLanguage"); \ +static_assert(sizeof(MochiGameUserSettings_GetHasUserSelectedLanguage) == 0x000001, "Wrong size on MochiGameUserSettings_GetHasUserSelectedLanguage"); \ +static_assert(offsetof(MochiGameUserSettings_GetHasUserSelectedLanguage, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetHasUserSelectedLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetHoldInputToSkipCutscenes \ +static_assert(alignof(MochiGameUserSettings_GetHoldInputToSkipCutscenes) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetHoldInputToSkipCutscenes"); \ +static_assert(sizeof(MochiGameUserSettings_GetHoldInputToSkipCutscenes) == 0x000001, "Wrong size on MochiGameUserSettings_GetHoldInputToSkipCutscenes"); \ +static_assert(offsetof(MochiGameUserSettings_GetHoldInputToSkipCutscenes, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetHoldInputToSkipCutscenes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetHUDVisibility \ +static_assert(alignof(MochiGameUserSettings_GetHUDVisibility) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetHUDVisibility"); \ +static_assert(sizeof(MochiGameUserSettings_GetHUDVisibility) == 0x000001, "Wrong size on MochiGameUserSettings_GetHUDVisibility"); \ +static_assert(offsetof(MochiGameUserSettings_GetHUDVisibility, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetHUDVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetInvertXAxis \ +static_assert(alignof(MochiGameUserSettings_GetInvertXAxis) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetInvertXAxis"); \ +static_assert(sizeof(MochiGameUserSettings_GetInvertXAxis) == 0x000001, "Wrong size on MochiGameUserSettings_GetInvertXAxis"); \ +static_assert(offsetof(MochiGameUserSettings_GetInvertXAxis, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetInvertXAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetInvertYAxis \ +static_assert(alignof(MochiGameUserSettings_GetInvertYAxis) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetInvertYAxis"); \ +static_assert(sizeof(MochiGameUserSettings_GetInvertYAxis) == 0x000001, "Wrong size on MochiGameUserSettings_GetInvertYAxis"); \ +static_assert(offsetof(MochiGameUserSettings_GetInvertYAxis, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetInvertYAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetLookSensitivity \ +static_assert(alignof(MochiGameUserSettings_GetLookSensitivity) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetLookSensitivity"); \ +static_assert(sizeof(MochiGameUserSettings_GetLookSensitivity) == 0x000004, "Wrong size on MochiGameUserSettings_GetLookSensitivity"); \ +static_assert(offsetof(MochiGameUserSettings_GetLookSensitivity, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetLookSensitivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetMasterVolume \ +static_assert(alignof(MochiGameUserSettings_GetMasterVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetMasterVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetMasterVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetMasterVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetMasterVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetMaxFollowRotCount \ +static_assert(alignof(MochiGameUserSettings_GetMaxFollowRotCount) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetMaxFollowRotCount"); \ +static_assert(sizeof(MochiGameUserSettings_GetMaxFollowRotCount) == 0x000004, "Wrong size on MochiGameUserSettings_GetMaxFollowRotCount"); \ +static_assert(offsetof(MochiGameUserSettings_GetMaxFollowRotCount, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetMaxFollowRotCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetMaxFollowRotQuality \ +static_assert(alignof(MochiGameUserSettings_GetMaxFollowRotQuality) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetMaxFollowRotQuality"); \ +static_assert(sizeof(MochiGameUserSettings_GetMaxFollowRotQuality) == 0x000004, "Wrong size on MochiGameUserSettings_GetMaxFollowRotQuality"); \ +static_assert(offsetof(MochiGameUserSettings_GetMaxFollowRotQuality, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetMaxFollowRotQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetMotionBlurIntensity \ +static_assert(alignof(MochiGameUserSettings_GetMotionBlurIntensity) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetMotionBlurIntensity"); \ +static_assert(sizeof(MochiGameUserSettings_GetMotionBlurIntensity) == 0x000004, "Wrong size on MochiGameUserSettings_GetMotionBlurIntensity"); \ +static_assert(offsetof(MochiGameUserSettings_GetMotionBlurIntensity, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetMotionBlurIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetMotionBlurLevel \ +static_assert(alignof(MochiGameUserSettings_GetMotionBlurLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetMotionBlurLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetMotionBlurLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetMotionBlurLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetMotionBlurLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetMotionBlurLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetMusicVolume \ +static_assert(alignof(MochiGameUserSettings_GetMusicVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetMusicVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetMusicVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetMusicVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetMusicVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetPCControllerIconType \ +static_assert(alignof(MochiGameUserSettings_GetPCControllerIconType) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetPCControllerIconType"); \ +static_assert(sizeof(MochiGameUserSettings_GetPCControllerIconType) == 0x000001, "Wrong size on MochiGameUserSettings_GetPCControllerIconType"); \ +static_assert(offsetof(MochiGameUserSettings_GetPCControllerIconType, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetPCControllerIconType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetPreferD3D12 \ +static_assert(alignof(MochiGameUserSettings_GetPreferD3D12) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetPreferD3D12"); \ +static_assert(sizeof(MochiGameUserSettings_GetPreferD3D12) == 0x000001, "Wrong size on MochiGameUserSettings_GetPreferD3D12"); \ +static_assert(offsetof(MochiGameUserSettings_GetPreferD3D12, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetPreferD3D12::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetPS5GraphicsModeLevel \ +static_assert(alignof(MochiGameUserSettings_GetPS5GraphicsModeLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetPS5GraphicsModeLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetPS5GraphicsModeLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetPS5GraphicsModeLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetPS5GraphicsModeLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetPS5GraphicsModeLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetScreenPercentage \ +static_assert(alignof(MochiGameUserSettings_GetScreenPercentage) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetScreenPercentage"); \ +static_assert(sizeof(MochiGameUserSettings_GetScreenPercentage) == 0x000004, "Wrong size on MochiGameUserSettings_GetScreenPercentage"); \ +static_assert(offsetof(MochiGameUserSettings_GetScreenPercentage, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetScreenPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetSFXVolume \ +static_assert(alignof(MochiGameUserSettings_GetSFXVolume) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetSFXVolume"); \ +static_assert(sizeof(MochiGameUserSettings_GetSFXVolume) == 0x000004, "Wrong size on MochiGameUserSettings_GetSFXVolume"); \ +static_assert(offsetof(MochiGameUserSettings_GetSFXVolume, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetSFXVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetSubtitleBackgroundOpacity \ +static_assert(alignof(MochiGameUserSettings_GetSubtitleBackgroundOpacity) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetSubtitleBackgroundOpacity"); \ +static_assert(sizeof(MochiGameUserSettings_GetSubtitleBackgroundOpacity) == 0x000004, "Wrong size on MochiGameUserSettings_GetSubtitleBackgroundOpacity"); \ +static_assert(offsetof(MochiGameUserSettings_GetSubtitleBackgroundOpacity, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetSubtitleBackgroundOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetSubtitleScale \ +static_assert(alignof(MochiGameUserSettings_GetSubtitleScale) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetSubtitleScale"); \ +static_assert(sizeof(MochiGameUserSettings_GetSubtitleScale) == 0x000004, "Wrong size on MochiGameUserSettings_GetSubtitleScale"); \ +static_assert(offsetof(MochiGameUserSettings_GetSubtitleScale, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetSubtitleScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetSubtitlesEnabled \ +static_assert(alignof(MochiGameUserSettings_GetSubtitlesEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetSubtitlesEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetSubtitlesEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetSubtitlesEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetSupportedResolutions \ +static_assert(alignof(MochiGameUserSettings_GetSupportedResolutions) == 0x000008, "Wrong alignment on MochiGameUserSettings_GetSupportedResolutions"); \ +static_assert(sizeof(MochiGameUserSettings_GetSupportedResolutions) == 0x000010, "Wrong size on MochiGameUserSettings_GetSupportedResolutions"); \ +static_assert(offsetof(MochiGameUserSettings_GetSupportedResolutions, OutResolutions) == 0x000000, "Member 'MochiGameUserSettings_GetSupportedResolutions::OutResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetToggleAim \ +static_assert(alignof(MochiGameUserSettings_GetToggleAim) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetToggleAim"); \ +static_assert(sizeof(MochiGameUserSettings_GetToggleAim) == 0x000001, "Wrong size on MochiGameUserSettings_GetToggleAim"); \ +static_assert(offsetof(MochiGameUserSettings_GetToggleAim, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetToggleAim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetToggleHeldAbilityInputs \ +static_assert(alignof(MochiGameUserSettings_GetToggleHeldAbilityInputs) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetToggleHeldAbilityInputs"); \ +static_assert(sizeof(MochiGameUserSettings_GetToggleHeldAbilityInputs) == 0x000001, "Wrong size on MochiGameUserSettings_GetToggleHeldAbilityInputs"); \ +static_assert(offsetof(MochiGameUserSettings_GetToggleHeldAbilityInputs, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetToggleHeldAbilityInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetUIScaling \ +static_assert(alignof(MochiGameUserSettings_GetUIScaling) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetUIScaling"); \ +static_assert(sizeof(MochiGameUserSettings_GetUIScaling) == 0x000004, "Wrong size on MochiGameUserSettings_GetUIScaling"); \ +static_assert(offsetof(MochiGameUserSettings_GetUIScaling, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetUIScaling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetUIViewportScale \ +static_assert(alignof(MochiGameUserSettings_GetUIViewportScale) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetUIViewportScale"); \ +static_assert(sizeof(MochiGameUserSettings_GetUIViewportScale) == 0x000004, "Wrong size on MochiGameUserSettings_GetUIViewportScale"); \ +static_assert(offsetof(MochiGameUserSettings_GetUIViewportScale, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetUIViewportScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetUseAudioNightMode \ +static_assert(alignof(MochiGameUserSettings_GetUseAudioNightMode) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetUseAudioNightMode"); \ +static_assert(sizeof(MochiGameUserSettings_GetUseAudioNightMode) == 0x000001, "Wrong size on MochiGameUserSettings_GetUseAudioNightMode"); \ +static_assert(offsetof(MochiGameUserSettings_GetUseAudioNightMode, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetUseAudioNightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetUseAutoBowFocus \ +static_assert(alignof(MochiGameUserSettings_GetUseAutoBowFocus) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetUseAutoBowFocus"); \ +static_assert(sizeof(MochiGameUserSettings_GetUseAutoBowFocus) == 0x000001, "Wrong size on MochiGameUserSettings_GetUseAutoBowFocus"); \ +static_assert(offsetof(MochiGameUserSettings_GetUseAutoBowFocus, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetUseAutoBowFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetVibrateEnabled \ +static_assert(alignof(MochiGameUserSettings_GetVibrateEnabled) == 0x000001, "Wrong alignment on MochiGameUserSettings_GetVibrateEnabled"); \ +static_assert(sizeof(MochiGameUserSettings_GetVibrateEnabled) == 0x000001, "Wrong size on MochiGameUserSettings_GetVibrateEnabled"); \ +static_assert(offsetof(MochiGameUserSettings_GetVibrateEnabled, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetVibrateEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_GetVolumetricFogLevel \ +static_assert(alignof(MochiGameUserSettings_GetVolumetricFogLevel) == 0x000004, "Wrong alignment on MochiGameUserSettings_GetVolumetricFogLevel"); \ +static_assert(sizeof(MochiGameUserSettings_GetVolumetricFogLevel) == 0x000004, "Wrong size on MochiGameUserSettings_GetVolumetricFogLevel"); \ +static_assert(offsetof(MochiGameUserSettings_GetVolumetricFogLevel, ReturnValue) == 0x000000, "Member 'MochiGameUserSettings_GetVolumetricFogLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiGameUserSettings_IsD3DRestartRequired \ +static_assert(alignof(MochiGameUserSettings_IsD3DRestartRequired) == 0x000001, "Wrong alignment on MochiGameUserSettings_IsD3DRestartRequired"); \ +static_assert(sizeof(MochiGameUserSettings_IsD3DRestartRequired) == 0x000002, "Wrong size on MochiGameUserSettings_IsD3DRestartRequired"); \ +static_assert(offsetof(MochiGameUserSettings_IsD3DRestartRequired, CurrentValue) == 0x000000, "Member 'MochiGameUserSettings_IsD3DRestartRequired::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(MochiGameUserSettings_IsD3DRestartRequired, ReturnValue) == 0x000001, "Member 'MochiGameUserSettings_IsD3DRestartRequired::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiGameUserSettings \ +static_assert(alignof(UMochiGameUserSettings) == 0x000008, "Wrong alignment on UMochiGameUserSettings"); \ +static_assert(sizeof(UMochiGameUserSettings) == 0x000290, "Wrong size on UMochiGameUserSettings"); \ +static_assert(offsetof(UMochiGameUserSettings, OnUIScalingChanged) == 0x000120, "Member 'UMochiGameUserSettings::OnUIScalingChanged' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameUserSettings, OnSubtitleScaleChanged) == 0x000130, "Member 'UMochiGameUserSettings::OnSubtitleScaleChanged' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameUserSettings, SaveDataManager) == 0x000150, "Member 'UMochiGameUserSettings::SaveDataManager' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameUserSettings, Settings) == 0x000158, "Member 'UMochiGameUserSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameUserSettings, Stats) == 0x0001F0, "Member 'UMochiGameUserSettings::Stats' has a wrong offset!"); \ +static_assert(offsetof(UMochiGameUserSettings, SupportedFullscreenResolutions) == 0x000260, "Member 'UMochiGameUserSettings::SupportedFullscreenResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerBranch_EvaluateBranch \ +static_assert(alignof(TriggerBranch_EvaluateBranch) == 0x000001, "Wrong alignment on TriggerBranch_EvaluateBranch"); \ +static_assert(sizeof(TriggerBranch_EvaluateBranch) == 0x000001, "Wrong size on TriggerBranch_EvaluateBranch"); \ +static_assert(offsetof(TriggerBranch_EvaluateBranch, ReturnValue) == 0x000000, "Member 'TriggerBranch_EvaluateBranch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerBranch_TriggerBranch \ +static_assert(alignof(TriggerBranch_TriggerBranch) == 0x000008, "Wrong alignment on TriggerBranch_TriggerBranch"); \ +static_assert(sizeof(TriggerBranch_TriggerBranch) == 0x000008, "Wrong size on TriggerBranch_TriggerBranch"); \ +static_assert(offsetof(TriggerBranch_TriggerBranch, Params_0) == 0x000000, "Member 'TriggerBranch_TriggerBranch::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerBranch \ +static_assert(alignof(ATriggerBranch) == 0x000008, "Wrong alignment on ATriggerBranch"); \ +static_assert(sizeof(ATriggerBranch) == 0x000250, "Wrong size on ATriggerBranch"); \ +static_assert(offsetof(ATriggerBranch, OnTriggerBranchPassed) == 0x000228, "Member 'ATriggerBranch::OnTriggerBranchPassed' has a wrong offset!"); \ +static_assert(offsetof(ATriggerBranch, OnTriggerBranchFailed) == 0x000238, "Member 'ATriggerBranch::OnTriggerBranchFailed' has a wrong offset!"); \ +static_assert(offsetof(ATriggerBranch, TriggerNode) == 0x000248, "Member 'ATriggerBranch::TriggerNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResourceInvulnerablilityState \ +static_assert(alignof(UResourceInvulnerablilityState) == 0x000008, "Wrong alignment on UResourceInvulnerablilityState"); \ +static_assert(sizeof(UResourceInvulnerablilityState) == 0x000038, "Wrong size on UResourceInvulnerablilityState"); \ +static_assert(offsetof(UResourceInvulnerablilityState, InvulnerableResource) == 0x000030, "Member 'UResourceInvulnerablilityState::InvulnerableResource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiHUD \ +static_assert(alignof(AMochiHUD) == 0x000008, "Wrong alignment on AMochiHUD"); \ +static_assert(sizeof(AMochiHUD) == 0x000318, "Wrong size on AMochiHUD"); \ + +#define DUMPER7_ASSERTS_URotCloudBalanceConfig \ +static_assert(alignof(URotCloudBalanceConfig) == 0x000008, "Wrong alignment on URotCloudBalanceConfig"); \ +static_assert(sizeof(URotCloudBalanceConfig) == 0x000360, "Wrong size on URotCloudBalanceConfig"); \ +static_assert(offsetof(URotCloudBalanceConfig, MinRotCount) == 0x000030, "Member 'URotCloudBalanceConfig::MinRotCount' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, SummonLocationOffset) == 0x000034, "Member 'URotCloudBalanceConfig::SummonLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, AutoBanishDistance) == 0x000040, "Member 'URotCloudBalanceConfig::AutoBanishDistance' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, AutoBanishFallDistance) == 0x000044, "Member 'URotCloudBalanceConfig::AutoBanishFallDistance' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, RotCloudLevelToScale) == 0x000048, "Member 'URotCloudBalanceConfig::RotCloudLevelToScale' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, UnbindRotPipCost) == 0x000058, "Member 'URotCloudBalanceConfig::UnbindRotPipCost' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, ForceUnbindRotPipCost) == 0x00005C, "Member 'URotCloudBalanceConfig::ForceUnbindRotPipCost' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, RotationLerpSpeedWhileBound) == 0x000060, "Member 'URotCloudBalanceConfig::RotationLerpSpeedWhileBound' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, DeadzoneCleanerRadius) == 0x000064, "Member 'URotCloudBalanceConfig::DeadzoneCleanerRadius' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, SummonDuration) == 0x000068, "Member 'URotCloudBalanceConfig::SummonDuration' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, RotSpinResourceCost) == 0x00006C, "Member 'URotCloudBalanceConfig::RotSpinResourceCost' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, RotSlamResourceCost) == 0x000070, "Member 'URotCloudBalanceConfig::RotSlamResourceCost' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, CouragePickupScalar) == 0x000074, "Member 'URotCloudBalanceConfig::CouragePickupScalar' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, CourageMaxHealth) == 0x000078, "Member 'URotCloudBalanceConfig::CourageMaxHealth' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, MinMaxDistanceFromSummoner) == 0x00007C, "Member 'URotCloudBalanceConfig::MinMaxDistanceFromSummoner' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, TurnAroundEnabled) == 0x000084, "Member 'URotCloudBalanceConfig::TurnAroundEnabled' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, TurnAroundDistanceFromSummoner) == 0x000088, "Member 'URotCloudBalanceConfig::TurnAroundDistanceFromSummoner' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, TurnAroundInputDotToSummoner) == 0x00008C, "Member 'URotCloudBalanceConfig::TurnAroundInputDotToSummoner' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, GravityCurve) == 0x000090, "Member 'URotCloudBalanceConfig::GravityCurve' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, UseCustomMoveRotSettings) == 0x000118, "Member 'URotCloudBalanceConfig::UseCustomMoveRotSettings' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, MagnetismFlightZThreshold) == 0x00011C, "Member 'URotCloudBalanceConfig::MagnetismFlightZThreshold' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, MoveInputInterpCurve) == 0x000120, "Member 'URotCloudBalanceConfig::MoveInputInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, InputSmoothSpeed) == 0x0001A8, "Member 'URotCloudBalanceConfig::InputSmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, DefaultLocomotionData) == 0x0001B0, "Member 'URotCloudBalanceConfig::DefaultLocomotionData' has a wrong offset!"); \ +static_assert(offsetof(URotCloudBalanceConfig, KBMLocomotionData) == 0x000288, "Member 'URotCloudBalanceConfig::KBMLocomotionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiKillVolume \ +static_assert(alignof(AMochiKillVolume) == 0x000008, "Wrong alignment on AMochiKillVolume"); \ +static_assert(sizeof(AMochiKillVolume) == 0x000280, "Wrong size on AMochiKillVolume"); \ + +#define DUMPER7_ASSERTS_ARotCosmetic \ +static_assert(alignof(ARotCosmetic) == 0x000008, "Wrong alignment on ARotCosmetic"); \ +static_assert(sizeof(ARotCosmetic) == 0x000230, "Wrong size on ARotCosmetic"); \ +static_assert(offsetof(ARotCosmetic, HatSocketName) == 0x000228, "Member 'ARotCosmetic::HatSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiLevelStreamingVolume \ +static_assert(alignof(AMochiLevelStreamingVolume) == 0x000008, "Wrong alignment on AMochiLevelStreamingVolume"); \ +static_assert(sizeof(AMochiLevelStreamingVolume) == 0x000288, "Wrong size on AMochiLevelStreamingVolume"); \ +static_assert(offsetof(AMochiLevelStreamingVolume, CustomBrushColor) == 0x000260, "Member 'AMochiLevelStreamingVolume::CustomBrushColor' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelStreamingVolume, VisibleLevels) == 0x000268, "Member 'AMochiLevelStreamingVolume::VisibleLevels' has a wrong offset!"); \ +static_assert(offsetof(AMochiLevelStreamingVolume, HiddenLevels) == 0x000278, "Member 'AMochiLevelStreamingVolume::HiddenLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_RotateWithParams \ +static_assert(alignof(RotatorComponent_RotateWithParams) == 0x000008, "Wrong alignment on RotatorComponent_RotateWithParams"); \ +static_assert(sizeof(RotatorComponent_RotateWithParams) == 0x0000C0, "Wrong size on RotatorComponent_RotateWithParams"); \ +static_assert(offsetof(RotatorComponent_RotateWithParams, RotatorSettings_0) == 0x000000, "Member 'RotatorComponent_RotateWithParams::RotatorSettings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_SetRotationAxis \ +static_assert(alignof(RotatorComponent_SetRotationAxis) == 0x000004, "Wrong alignment on RotatorComponent_SetRotationAxis"); \ +static_assert(sizeof(RotatorComponent_SetRotationAxis) == 0x00000C, "Wrong size on RotatorComponent_SetRotationAxis"); \ +static_assert(offsetof(RotatorComponent_SetRotationAxis, NewAxis) == 0x000000, "Member 'RotatorComponent_SetRotationAxis::NewAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_SetRotationRate \ +static_assert(alignof(RotatorComponent_SetRotationRate) == 0x000004, "Wrong alignment on RotatorComponent_SetRotationRate"); \ +static_assert(sizeof(RotatorComponent_SetRotationRate) == 0x000004, "Wrong size on RotatorComponent_SetRotationRate"); \ +static_assert(offsetof(RotatorComponent_SetRotationRate, InRotationRate) == 0x000000, "Member 'RotatorComponent_SetRotationRate::InRotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_TEndRotation \ +static_assert(alignof(RotatorComponent_TEndRotation) == 0x000008, "Wrong alignment on RotatorComponent_TEndRotation"); \ +static_assert(sizeof(RotatorComponent_TEndRotation) == 0x000008, "Wrong size on RotatorComponent_TEndRotation"); \ +static_assert(offsetof(RotatorComponent_TEndRotation, TriggerParams) == 0x000000, "Member 'RotatorComponent_TEndRotation::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_TickRotation \ +static_assert(alignof(RotatorComponent_TickRotation) == 0x000004, "Wrong alignment on RotatorComponent_TickRotation"); \ +static_assert(sizeof(RotatorComponent_TickRotation) == 0x000008, "Wrong size on RotatorComponent_TickRotation"); \ +static_assert(offsetof(RotatorComponent_TickRotation, DeltaTime) == 0x000000, "Member 'RotatorComponent_TickRotation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(RotatorComponent_TickRotation, ReturnValue) == 0x000004, "Member 'RotatorComponent_TickRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_TRotateBackward \ +static_assert(alignof(RotatorComponent_TRotateBackward) == 0x000008, "Wrong alignment on RotatorComponent_TRotateBackward"); \ +static_assert(sizeof(RotatorComponent_TRotateBackward) == 0x000008, "Wrong size on RotatorComponent_TRotateBackward"); \ +static_assert(offsetof(RotatorComponent_TRotateBackward, TriggerParams) == 0x000000, "Member 'RotatorComponent_TRotateBackward::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_TRotateForward \ +static_assert(alignof(RotatorComponent_TRotateForward) == 0x000008, "Wrong alignment on RotatorComponent_TRotateForward"); \ +static_assert(sizeof(RotatorComponent_TRotateForward) == 0x000008, "Wrong size on RotatorComponent_TRotateForward"); \ +static_assert(offsetof(RotatorComponent_TRotateForward, TriggerParams) == 0x000000, "Member 'RotatorComponent_TRotateForward::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotatorComponent_TRotateWithParams \ +static_assert(alignof(RotatorComponent_TRotateWithParams) == 0x000008, "Wrong alignment on RotatorComponent_TRotateWithParams"); \ +static_assert(sizeof(RotatorComponent_TRotateWithParams) == 0x000008, "Wrong size on RotatorComponent_TRotateWithParams"); \ +static_assert(offsetof(RotatorComponent_TRotateWithParams, RotatorSettings_0) == 0x000000, "Member 'RotatorComponent_TRotateWithParams::RotatorSettings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotatorComponent \ +static_assert(alignof(URotatorComponent) == 0x000010, "Wrong alignment on URotatorComponent"); \ +static_assert(sizeof(URotatorComponent) == 0x0007A0, "Wrong size on URotatorComponent"); \ +static_assert(offsetof(URotatorComponent, RotatedActors) == 0x0004E8, "Member 'URotatorComponent::RotatedActors' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, BeginRotatingEvents) == 0x0004F8, "Member 'URotatorComponent::BeginRotatingEvents' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, EndRotatingEvents) == 0x000548, "Member 'URotatorComponent::EndRotatingEvents' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, RotatorSettings) == 0x000558, "Member 'URotatorComponent::RotatorSettings' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, OnFullRevolution) == 0x000618, "Member 'URotatorComponent::OnFullRevolution' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, OnRotatorStopped) == 0x000628, "Member 'URotatorComponent::OnRotatorStopped' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, OnRotatorStarted) == 0x000638, "Member 'URotatorComponent::OnRotatorStarted' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, StartingTransform) == 0x000650, "Member 'URotatorComponent::StartingTransform' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, OriginalTransform) == 0x000680, "Member 'URotatorComponent::OriginalTransform' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, Handlers) == 0x0006B0, "Member 'URotatorComponent::Handlers' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, RotationAxis) == 0x0006C0, "Member 'URotatorComponent::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, InitialRotationRate) == 0x0006CC, "Member 'URotatorComponent::InitialRotationRate' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, UseOverride) == 0x0006D0, "Member 'URotatorComponent::UseOverride' has a wrong offset!"); \ +static_assert(offsetof(URotatorComponent, InitialRotatorSettings) == 0x0006D8, "Member 'URotatorComponent::InitialRotatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMessageBoxFunctionLibrary_OpenMessageBox \ +static_assert(alignof(MochiMessageBoxFunctionLibrary_OpenMessageBox) == 0x000008, "Wrong alignment on MochiMessageBoxFunctionLibrary_OpenMessageBox"); \ +static_assert(sizeof(MochiMessageBoxFunctionLibrary_OpenMessageBox) == 0x000048, "Wrong size on MochiMessageBoxFunctionLibrary_OpenMessageBox"); \ +static_assert(offsetof(MochiMessageBoxFunctionLibrary_OpenMessageBox, WorldContextObject) == 0x000000, "Member 'MochiMessageBoxFunctionLibrary_OpenMessageBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBoxFunctionLibrary_OpenMessageBox, MessageType) == 0x000008, "Member 'MochiMessageBoxFunctionLibrary_OpenMessageBox::MessageType' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBoxFunctionLibrary_OpenMessageBox, Message) == 0x000010, "Member 'MochiMessageBoxFunctionLibrary_OpenMessageBox::Message' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBoxFunctionLibrary_OpenMessageBox, LatentInfo) == 0x000028, "Member 'MochiMessageBoxFunctionLibrary_OpenMessageBox::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBoxFunctionLibrary_OpenMessageBox, Result) == 0x000040, "Member 'MochiMessageBoxFunctionLibrary_OpenMessageBox::Result' has a wrong offset!"); \ +static_assert(offsetof(MochiMessageBoxFunctionLibrary_OpenMessageBox, ReturnValue) == 0x000041, "Member 'MochiMessageBoxFunctionLibrary_OpenMessageBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiMessageBoxFunctionLibrary \ +static_assert(alignof(UMochiMessageBoxFunctionLibrary) == 0x000008, "Wrong alignment on UMochiMessageBoxFunctionLibrary"); \ +static_assert(sizeof(UMochiMessageBoxFunctionLibrary) == 0x000028, "Wrong size on UMochiMessageBoxFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SpiritRealmComponent_HandleSpiritRealmStateChanged \ +static_assert(alignof(SpiritRealmComponent_HandleSpiritRealmStateChanged) == 0x000001, "Wrong alignment on SpiritRealmComponent_HandleSpiritRealmStateChanged"); \ +static_assert(sizeof(SpiritRealmComponent_HandleSpiritRealmStateChanged) == 0x000001, "Wrong size on SpiritRealmComponent_HandleSpiritRealmStateChanged"); \ +static_assert(offsetof(SpiritRealmComponent_HandleSpiritRealmStateChanged, InSpiritRealm) == 0x000000, "Member 'SpiritRealmComponent_HandleSpiritRealmStateChanged::InSpiritRealm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritRealmComponent \ +static_assert(alignof(USpiritRealmComponent) == 0x000008, "Wrong alignment on USpiritRealmComponent"); \ +static_assert(sizeof(USpiritRealmComponent) == 0x0000C0, "Wrong size on USpiritRealmComponent"); \ +static_assert(offsetof(USpiritRealmComponent, OnSpiritRealmStateChanged) == 0x0000B0, "Member 'USpiritRealmComponent::OnSpiritRealmStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiMusicVolume_WatchedValueChanged \ +static_assert(alignof(MochiMusicVolume_WatchedValueChanged) == 0x000004, "Wrong alignment on MochiMusicVolume_WatchedValueChanged"); \ +static_assert(sizeof(MochiMusicVolume_WatchedValueChanged) == 0x000010, "Wrong size on MochiMusicVolume_WatchedValueChanged"); \ +static_assert(offsetof(MochiMusicVolume_WatchedValueChanged, Context) == 0x000000, "Member 'MochiMusicVolume_WatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(MochiMusicVolume_WatchedValueChanged, KeyName) == 0x000004, "Member 'MochiMusicVolume_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MochiMusicVolume_WatchedValueChanged, Value) == 0x00000C, "Member 'MochiMusicVolume_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiMusicVolume \ +static_assert(alignof(AMochiMusicVolume) == 0x000008, "Wrong alignment on AMochiMusicVolume"); \ +static_assert(sizeof(AMochiMusicVolume) == 0x0002C8, "Wrong size on AMochiMusicVolume"); \ +static_assert(offsetof(AMochiMusicVolume, World) == 0x000280, "Member 'AMochiMusicVolume::World' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, Region) == 0x000281, "Member 'AMochiMusicVolume::Region' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, Area) == 0x000282, "Member 'AMochiMusicVolume::Area' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, Interactivity) == 0x000283, "Member 'AMochiMusicVolume::Interactivity' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, UsePDSForProgression) == 0x000284, "Member 'AMochiMusicVolume::UsePDSForProgression' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, Progression) == 0x000285, "Member 'AMochiMusicVolume::Progression' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, ProgressionPDSKey) == 0x000288, "Member 'AMochiMusicVolume::ProgressionPDSKey' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, DlcMap) == 0x000290, "Member 'AMochiMusicVolume::DlcMap' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, DlcProgression) == 0x000291, "Member 'AMochiMusicVolume::DlcProgression' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, ActivationPDSCondition) == 0x000294, "Member 'AMochiMusicVolume::ActivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, DeactivationPDSCondition) == 0x0002A4, "Member 'AMochiMusicVolume::DeactivationPDSCondition' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, PDSWatchComponent) == 0x0002B8, "Member 'AMochiMusicVolume::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(AMochiMusicVolume, PDSManager) == 0x0002C0, "Member 'AMochiMusicVolume::PDSManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_BeginMovingWithParams \ +static_assert(alignof(SplineMoverComponent_BeginMovingWithParams) == 0x000008, "Wrong alignment on SplineMoverComponent_BeginMovingWithParams"); \ +static_assert(sizeof(SplineMoverComponent_BeginMovingWithParams) == 0x000160, "Wrong size on SplineMoverComponent_BeginMovingWithParams"); \ +static_assert(offsetof(SplineMoverComponent_BeginMovingWithParams, Params_0) == 0x000000, "Member 'SplineMoverComponent_BeginMovingWithParams::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_BindSplineAtNearestKey \ +static_assert(alignof(SplineMoverComponent_BindSplineAtNearestKey) == 0x000008, "Wrong alignment on SplineMoverComponent_BindSplineAtNearestKey"); \ +static_assert(sizeof(SplineMoverComponent_BindSplineAtNearestKey) == 0x000008, "Wrong size on SplineMoverComponent_BindSplineAtNearestKey"); \ +static_assert(offsetof(SplineMoverComponent_BindSplineAtNearestKey, Spline) == 0x000000, "Member 'SplineMoverComponent_BindSplineAtNearestKey::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_FindSpline \ +static_assert(alignof(SplineMoverComponent_FindSpline) == 0x000008, "Wrong alignment on SplineMoverComponent_FindSpline"); \ +static_assert(sizeof(SplineMoverComponent_FindSpline) == 0x000008, "Wrong size on SplineMoverComponent_FindSpline"); \ +static_assert(offsetof(SplineMoverComponent_FindSpline, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_FindSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_GetMovementMinMax \ +static_assert(alignof(SplineMoverComponent_GetMovementMinMax) == 0x000004, "Wrong alignment on SplineMoverComponent_GetMovementMinMax"); \ +static_assert(sizeof(SplineMoverComponent_GetMovementMinMax) == 0x000008, "Wrong size on SplineMoverComponent_GetMovementMinMax"); \ +static_assert(offsetof(SplineMoverComponent_GetMovementMinMax, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_GetMovementMinMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_GetTotalSplineMinMax \ +static_assert(alignof(SplineMoverComponent_GetTotalSplineMinMax) == 0x000008, "Wrong alignment on SplineMoverComponent_GetTotalSplineMinMax"); \ +static_assert(sizeof(SplineMoverComponent_GetTotalSplineMinMax) == 0x000010, "Wrong size on SplineMoverComponent_GetTotalSplineMinMax"); \ +static_assert(offsetof(SplineMoverComponent_GetTotalSplineMinMax, Spline) == 0x000000, "Member 'SplineMoverComponent_GetTotalSplineMinMax::Spline' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_GetTotalSplineMinMax, ReturnValue) == 0x000008, "Member 'SplineMoverComponent_GetTotalSplineMinMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_MoveAlong \ +static_assert(alignof(SplineMoverComponent_MoveAlong) == 0x000004, "Wrong alignment on SplineMoverComponent_MoveAlong"); \ +static_assert(sizeof(SplineMoverComponent_MoveAlong) == 0x00000C, "Wrong size on SplineMoverComponent_MoveAlong"); \ +static_assert(offsetof(SplineMoverComponent_MoveAlong, DeltaTime) == 0x000000, "Member 'SplineMoverComponent_MoveAlong::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_MoveAlong, KeyDirection) == 0x000004, "Member 'SplineMoverComponent_MoveAlong::KeyDirection' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_MoveAlong, Speed) == 0x000008, "Member 'SplineMoverComponent_MoveAlong::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_ReverseMovement \ +static_assert(alignof(SplineMoverComponent_ReverseMovement) == 0x000001, "Wrong alignment on SplineMoverComponent_ReverseMovement"); \ +static_assert(sizeof(SplineMoverComponent_ReverseMovement) == 0x000001, "Wrong size on SplineMoverComponent_ReverseMovement"); \ +static_assert(offsetof(SplineMoverComponent_ReverseMovement, ShouldBeginMoving) == 0x000000, "Member 'SplineMoverComponent_ReverseMovement::ShouldBeginMoving' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_SetCurrentKeyManually \ +static_assert(alignof(SplineMoverComponent_SetCurrentKeyManually) == 0x000004, "Wrong alignment on SplineMoverComponent_SetCurrentKeyManually"); \ +static_assert(sizeof(SplineMoverComponent_SetCurrentKeyManually) == 0x000008, "Wrong size on SplineMoverComponent_SetCurrentKeyManually"); \ +static_assert(offsetof(SplineMoverComponent_SetCurrentKeyManually, NewKey) == 0x000000, "Member 'SplineMoverComponent_SetCurrentKeyManually::NewKey' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_SetCurrentKeyManually, ShouldSweep) == 0x000004, "Member 'SplineMoverComponent_SetCurrentKeyManually::ShouldSweep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_SetCurrentKeyToHead \ +static_assert(alignof(SplineMoverComponent_SetCurrentKeyToHead) == 0x000001, "Wrong alignment on SplineMoverComponent_SetCurrentKeyToHead"); \ +static_assert(sizeof(SplineMoverComponent_SetCurrentKeyToHead) == 0x000001, "Wrong size on SplineMoverComponent_SetCurrentKeyToHead"); \ +static_assert(offsetof(SplineMoverComponent_SetCurrentKeyToHead, ShouldSweep) == 0x000000, "Member 'SplineMoverComponent_SetCurrentKeyToHead::ShouldSweep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_SetCurrentKeyToTail \ +static_assert(alignof(SplineMoverComponent_SetCurrentKeyToTail) == 0x000001, "Wrong alignment on SplineMoverComponent_SetCurrentKeyToTail"); \ +static_assert(sizeof(SplineMoverComponent_SetCurrentKeyToTail) == 0x000001, "Wrong size on SplineMoverComponent_SetCurrentKeyToTail"); \ +static_assert(offsetof(SplineMoverComponent_SetCurrentKeyToTail, ShouldSweep) == 0x000000, "Member 'SplineMoverComponent_SetCurrentKeyToTail::ShouldSweep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_SetTravelDirection \ +static_assert(alignof(SplineMoverComponent_SetTravelDirection) == 0x000004, "Wrong alignment on SplineMoverComponent_SetTravelDirection"); \ +static_assert(sizeof(SplineMoverComponent_SetTravelDirection) == 0x000004, "Wrong size on SplineMoverComponent_SetTravelDirection"); \ +static_assert(offsetof(SplineMoverComponent_SetTravelDirection, Dir) == 0x000000, "Member 'SplineMoverComponent_SetTravelDirection::Dir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_SnapToSpline \ +static_assert(alignof(SplineMoverComponent_SnapToSpline) == 0x000004, "Wrong alignment on SplineMoverComponent_SnapToSpline"); \ +static_assert(sizeof(SplineMoverComponent_SnapToSpline) == 0x000004, "Wrong size on SplineMoverComponent_SnapToSpline"); \ +static_assert(offsetof(SplineMoverComponent_SnapToSpline, TargetKey) == 0x000000, "Member 'SplineMoverComponent_SnapToSpline::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TBeginMoving \ +static_assert(alignof(SplineMoverComponent_TBeginMoving) == 0x000008, "Wrong alignment on SplineMoverComponent_TBeginMoving"); \ +static_assert(sizeof(SplineMoverComponent_TBeginMoving) == 0x000008, "Wrong size on SplineMoverComponent_TBeginMoving"); \ +static_assert(offsetof(SplineMoverComponent_TBeginMoving, Params_0) == 0x000000, "Member 'SplineMoverComponent_TBeginMoving::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TBeginMovingWithParams \ +static_assert(alignof(SplineMoverComponent_TBeginMovingWithParams) == 0x000008, "Wrong alignment on SplineMoverComponent_TBeginMovingWithParams"); \ +static_assert(sizeof(SplineMoverComponent_TBeginMovingWithParams) == 0x000008, "Wrong size on SplineMoverComponent_TBeginMovingWithParams"); \ +static_assert(offsetof(SplineMoverComponent_TBeginMovingWithParams, Params_0) == 0x000000, "Member 'SplineMoverComponent_TBeginMovingWithParams::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TEndMoving \ +static_assert(alignof(SplineMoverComponent_TEndMoving) == 0x000008, "Wrong alignment on SplineMoverComponent_TEndMoving"); \ +static_assert(sizeof(SplineMoverComponent_TEndMoving) == 0x000008, "Wrong size on SplineMoverComponent_TEndMoving"); \ +static_assert(offsetof(SplineMoverComponent_TEndMoving, Params_0) == 0x000000, "Member 'SplineMoverComponent_TEndMoving::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TReverseMovement \ +static_assert(alignof(SplineMoverComponent_TReverseMovement) == 0x000008, "Wrong alignment on SplineMoverComponent_TReverseMovement"); \ +static_assert(sizeof(SplineMoverComponent_TReverseMovement) == 0x000008, "Wrong size on SplineMoverComponent_TReverseMovement"); \ +static_assert(offsetof(SplineMoverComponent_TReverseMovement, ShouldBeginMoving) == 0x000000, "Member 'SplineMoverComponent_TReverseMovement::ShouldBeginMoving' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TryCompleteMovement \ +static_assert(alignof(SplineMoverComponent_TryCompleteMovement) == 0x000004, "Wrong alignment on SplineMoverComponent_TryCompleteMovement"); \ +static_assert(sizeof(SplineMoverComponent_TryCompleteMovement) == 0x000004, "Wrong size on SplineMoverComponent_TryCompleteMovement"); \ +static_assert(offsetof(SplineMoverComponent_TryCompleteMovement, CompletedTravelDirection) == 0x000000, "Member 'SplineMoverComponent_TryCompleteMovement::CompletedTravelDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TryCompleteSegment \ +static_assert(alignof(SplineMoverComponent_TryCompleteSegment) == 0x000004, "Wrong alignment on SplineMoverComponent_TryCompleteSegment"); \ +static_assert(sizeof(SplineMoverComponent_TryCompleteSegment) == 0x000008, "Wrong size on SplineMoverComponent_TryCompleteSegment"); \ +static_assert(offsetof(SplineMoverComponent_TryCompleteSegment, KeyDir) == 0x000000, "Member 'SplineMoverComponent_TryCompleteSegment::KeyDir' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_TryCompleteSegment, IsLastSegment) == 0x000004, "Member 'SplineMoverComponent_TryCompleteSegment::IsLastSegment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TryMoveComponentToSplineKey \ +static_assert(alignof(SplineMoverComponent_TryMoveComponentToSplineKey) == 0x000008, "Wrong alignment on SplineMoverComponent_TryMoveComponentToSplineKey"); \ +static_assert(sizeof(SplineMoverComponent_TryMoveComponentToSplineKey) == 0x000018, "Wrong size on SplineMoverComponent_TryMoveComponentToSplineKey"); \ +static_assert(offsetof(SplineMoverComponent_TryMoveComponentToSplineKey, MoveTarget) == 0x000000, "Member 'SplineMoverComponent_TryMoveComponentToSplineKey::MoveTarget' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_TryMoveComponentToSplineKey, Spline) == 0x000008, "Member 'SplineMoverComponent_TryMoveComponentToSplineKey::Spline' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_TryMoveComponentToSplineKey, Key) == 0x000010, "Member 'SplineMoverComponent_TryMoveComponentToSplineKey::Key' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_TryMoveComponentToSplineKey, InSweepOnMove) == 0x000014, "Member 'SplineMoverComponent_TryMoveComponentToSplineKey::InSweepOnMove' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_TryMoveComponentToSplineKey, TeleportType) == 0x000015, "Member 'SplineMoverComponent_TryMoveComponentToSplineKey::TeleportType' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_TryMoveComponentToSplineKey, ReturnValue) == 0x000016, "Member 'SplineMoverComponent_TryMoveComponentToSplineKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_TSetTravelDirection \ +static_assert(alignof(SplineMoverComponent_TSetTravelDirection) == 0x000008, "Wrong alignment on SplineMoverComponent_TSetTravelDirection"); \ +static_assert(sizeof(SplineMoverComponent_TSetTravelDirection) == 0x000008, "Wrong size on SplineMoverComponent_TSetTravelDirection"); \ +static_assert(offsetof(SplineMoverComponent_TSetTravelDirection, TParams) == 0x000000, "Member 'SplineMoverComponent_TSetTravelDirection::TParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_GetCurrentTangent \ +static_assert(alignof(SplineMoverComponent_GetCurrentTangent) == 0x000004, "Wrong alignment on SplineMoverComponent_GetCurrentTangent"); \ +static_assert(sizeof(SplineMoverComponent_GetCurrentTangent) == 0x00000C, "Wrong size on SplineMoverComponent_GetCurrentTangent"); \ +static_assert(offsetof(SplineMoverComponent_GetCurrentTangent, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_GetCurrentTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_GetCurrentTransform \ +static_assert(alignof(SplineMoverComponent_GetCurrentTransform) == 0x000010, "Wrong alignment on SplineMoverComponent_GetCurrentTransform"); \ +static_assert(sizeof(SplineMoverComponent_GetCurrentTransform) == 0x000030, "Wrong size on SplineMoverComponent_GetCurrentTransform"); \ +static_assert(offsetof(SplineMoverComponent_GetCurrentTransform, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_GetCurrentTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_GetCurrentVelocity \ +static_assert(alignof(SplineMoverComponent_GetCurrentVelocity) == 0x000004, "Wrong alignment on SplineMoverComponent_GetCurrentVelocity"); \ +static_assert(sizeof(SplineMoverComponent_GetCurrentVelocity) == 0x000010, "Wrong size on SplineMoverComponent_GetCurrentVelocity"); \ +static_assert(offsetof(SplineMoverComponent_GetCurrentVelocity, DeltaTime) == 0x000000, "Member 'SplineMoverComponent_GetCurrentVelocity::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(SplineMoverComponent_GetCurrentVelocity, ReturnValue) == 0x000004, "Member 'SplineMoverComponent_GetCurrentVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_GetPreviousTransform \ +static_assert(alignof(SplineMoverComponent_GetPreviousTransform) == 0x000010, "Wrong alignment on SplineMoverComponent_GetPreviousTransform"); \ +static_assert(sizeof(SplineMoverComponent_GetPreviousTransform) == 0x000030, "Wrong size on SplineMoverComponent_GetPreviousTransform"); \ +static_assert(offsetof(SplineMoverComponent_GetPreviousTransform, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_GetPreviousTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_IsAtPercentageArrayLimit \ +static_assert(alignof(SplineMoverComponent_IsAtPercentageArrayLimit) == 0x000001, "Wrong alignment on SplineMoverComponent_IsAtPercentageArrayLimit"); \ +static_assert(sizeof(SplineMoverComponent_IsAtPercentageArrayLimit) == 0x000001, "Wrong size on SplineMoverComponent_IsAtPercentageArrayLimit"); \ +static_assert(offsetof(SplineMoverComponent_IsAtPercentageArrayLimit, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_IsAtPercentageArrayLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMoverComponent_IsUsingPercentageArrayBasedMovement \ +static_assert(alignof(SplineMoverComponent_IsUsingPercentageArrayBasedMovement) == 0x000001, "Wrong alignment on SplineMoverComponent_IsUsingPercentageArrayBasedMovement"); \ +static_assert(sizeof(SplineMoverComponent_IsUsingPercentageArrayBasedMovement) == 0x000001, "Wrong size on SplineMoverComponent_IsUsingPercentageArrayBasedMovement"); \ +static_assert(offsetof(SplineMoverComponent_IsUsingPercentageArrayBasedMovement, ReturnValue) == 0x000000, "Member 'SplineMoverComponent_IsUsingPercentageArrayBasedMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineMoverComponent \ +static_assert(alignof(USplineMoverComponent) == 0x000010, "Wrong alignment on USplineMoverComponent"); \ +static_assert(sizeof(USplineMoverComponent) == 0x0008A0, "Wrong size on USplineMoverComponent"); \ +static_assert(offsetof(USplineMoverComponent, CurrentSpline) == 0x000478, "Member 'USplineMoverComponent::CurrentSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, InitialSpline) == 0x000480, "Member 'USplineMoverComponent::InitialSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, BeginMovingEvents) == 0x000488, "Member 'USplineMoverComponent::BeginMovingEvents' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, EndMovingEvents) == 0x0004D8, "Member 'USplineMoverComponent::EndMovingEvents' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, PreviewEnabled) == 0x0004E8, "Member 'USplineMoverComponent::PreviewEnabled' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, PreviewKey) == 0x0004EC, "Member 'USplineMoverComponent::PreviewKey' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, CurrentKey) == 0x0004F0, "Member 'USplineMoverComponent::CurrentKey' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, PreviousKey) == 0x0004F4, "Member 'USplineMoverComponent::PreviousKey' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, SplineMinMax) == 0x0004F8, "Member 'USplineMoverComponent::SplineMinMax' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, ActiveMoveRange) == 0x000500, "Member 'USplineMoverComponent::ActiveMoveRange' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, ExternallyMovedActors) == 0x000508, "Member 'USplineMoverComponent::ExternallyMovedActors' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, StartEnabled) == 0x000518, "Member 'USplineMoverComponent::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, MoverSettings) == 0x000520, "Member 'USplineMoverComponent::MoverSettings' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, Debug) == 0x000680, "Member 'USplineMoverComponent::Debug' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineEndReached) == 0x000688, "Member 'USplineMoverComponent::OnSplineEndReached' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineHeadReached) == 0x000698, "Member 'USplineMoverComponent::OnSplineHeadReached' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineTailReached) == 0x0006A8, "Member 'USplineMoverComponent::OnSplineTailReached' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineLoopComplete) == 0x0006B8, "Member 'USplineMoverComponent::OnSplineLoopComplete' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineSegmentComplete) == 0x0006C8, "Member 'USplineMoverComponent::OnSplineSegmentComplete' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineMovementBegan) == 0x0006D8, "Member 'USplineMoverComponent::OnSplineMovementBegan' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, OnSplineMovementEnded) == 0x0006E8, "Member 'USplineMoverComponent::OnSplineMovementEnded' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, PingPongCount) == 0x0006F8, "Member 'USplineMoverComponent::PingPongCount' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, SplineVelocity) == 0x0006FC, "Member 'USplineMoverComponent::SplineVelocity' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, ElapsedTime) == 0x000700, "Member 'USplineMoverComponent::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, Handlers) == 0x000708, "Member 'USplineMoverComponent::Handlers' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, ArrayDistances) == 0x000718, "Member 'USplineMoverComponent::ArrayDistances' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, CurrentPercentageArrayIndex) == 0x000728, "Member 'USplineMoverComponent::CurrentPercentageArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, UseOverride) == 0x00072C, "Member 'USplineMoverComponent::UseOverride' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, InitialMoverSettings) == 0x000730, "Member 'USplineMoverComponent::InitialMoverSettings' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, InitialKey) == 0x000890, "Member 'USplineMoverComponent::InitialKey' has a wrong offset!"); \ +static_assert(offsetof(USplineMoverComponent, RestorePosTimer) == 0x000898, "Member 'USplineMoverComponent::RestorePosTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick \ +static_assert(alignof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick) == 0x000008, "Wrong alignment on MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick"); \ +static_assert(sizeof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick) == 0x000018, "Wrong size on MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick, SkeletalMesh) == 0x000000, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick, Montage) == 0x000008, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick::Montage' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick, Section) == 0x000010, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTick::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal \ +static_assert(alignof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal) == 0x000008, "Wrong alignment on MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal"); \ +static_assert(sizeof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal) == 0x000020, "Wrong size on MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal, SkeletalMesh) == 0x000000, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal, Montage) == 0x000008, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal::Montage' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal, Section) == 0x000010, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal::Section' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal, JumpToSectionsEnd) == 0x000018, "Member 'MochiPerformanceHelpers_MontageJumpToSectionAndDisableTickInternal::JumpToSectionsEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick \ +static_assert(alignof(MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick) == 0x000008, "Wrong alignment on MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick"); \ +static_assert(sizeof(MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick) == 0x000018, "Wrong size on MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick, SkeletalMesh) == 0x000000, "Member 'MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick, Montage) == 0x000008, "Member 'MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick::Montage' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick, Section) == 0x000010, "Member 'MochiPerformanceHelpers_MontageJumpToSectionsEndAndDisableTick::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPerformanceHelpers_SetAnimationPositionAndDisableTick \ +static_assert(alignof(MochiPerformanceHelpers_SetAnimationPositionAndDisableTick) == 0x000008, "Wrong alignment on MochiPerformanceHelpers_SetAnimationPositionAndDisableTick"); \ +static_assert(sizeof(MochiPerformanceHelpers_SetAnimationPositionAndDisableTick) == 0x000010, "Wrong size on MochiPerformanceHelpers_SetAnimationPositionAndDisableTick"); \ +static_assert(offsetof(MochiPerformanceHelpers_SetAnimationPositionAndDisableTick, SkeletalMesh) == 0x000000, "Member 'MochiPerformanceHelpers_SetAnimationPositionAndDisableTick::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_SetAnimationPositionAndDisableTick, Pos) == 0x000008, "Member 'MochiPerformanceHelpers_SetAnimationPositionAndDisableTick::Pos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled \ +static_assert(alignof(MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled) == 0x000008, "Wrong alignment on MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled"); \ +static_assert(sizeof(MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled) == 0x000010, "Wrong size on MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled"); \ +static_assert(offsetof(MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled, SkeletalMesh) == 0x000000, "Member 'MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled, Enabled) == 0x000008, "Member 'MochiPerformanceHelpers_SetSkeletalMeshTickingEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiPerformanceHelpers \ +static_assert(alignof(UMochiPerformanceHelpers) == 0x000008, "Wrong alignment on UMochiPerformanceHelpers"); \ +static_assert(sizeof(UMochiPerformanceHelpers) == 0x000028, "Wrong size on UMochiPerformanceHelpers"); \ + +#define DUMPER7_ASSERTS_UState_SuperState \ +static_assert(alignof(UState_SuperState) == 0x000008, "Wrong alignment on UState_SuperState"); \ +static_assert(sizeof(UState_SuperState) == 0x000138, "Wrong size on UState_SuperState"); \ +static_assert(offsetof(UState_SuperState, IsStateActive) == 0x000120, "Member 'UState_SuperState::IsStateActive' has a wrong offset!"); \ +static_assert(offsetof(UState_SuperState, SuperStateHierarchy) == 0x000128, "Member 'UState_SuperState::SuperStateHierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged \ +static_assert(alignof(SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged) == 0x000001, "Wrong alignment on SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged"); \ +static_assert(sizeof(SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged) == 0x000001, "Wrong size on SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged"); \ +static_assert(offsetof(SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged, InSpiritRealm) == 0x000000, "Member 'SpiritRealmPostProcessVolume_HandleSpiritRealmStateChanged::InSpiritRealm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiritRealmPostProcessVolume \ +static_assert(alignof(ASpiritRealmPostProcessVolume) == 0x000010, "Wrong alignment on ASpiritRealmPostProcessVolume"); \ +static_assert(sizeof(ASpiritRealmPostProcessVolume) == 0x000850, "Wrong size on ASpiritRealmPostProcessVolume"); \ +static_assert(offsetof(ASpiritRealmPostProcessVolume, SpiritRealmComponent) == 0x000848, "Member 'ASpiritRealmPostProcessVolume::SpiritRealmComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiBlendableUtils_SetBlendableEnabled \ +static_assert(alignof(MochiBlendableUtils_SetBlendableEnabled) == 0x000008, "Wrong alignment on MochiBlendableUtils_SetBlendableEnabled"); \ +static_assert(sizeof(MochiBlendableUtils_SetBlendableEnabled) == 0x000018, "Wrong size on MochiBlendableUtils_SetBlendableEnabled"); \ +static_assert(offsetof(MochiBlendableUtils_SetBlendableEnabled, Component) == 0x000000, "Member 'MochiBlendableUtils_SetBlendableEnabled::Component' has a wrong offset!"); \ +static_assert(offsetof(MochiBlendableUtils_SetBlendableEnabled, Blendable) == 0x000008, "Member 'MochiBlendableUtils_SetBlendableEnabled::Blendable' has a wrong offset!"); \ +static_assert(offsetof(MochiBlendableUtils_SetBlendableEnabled, Enable) == 0x000010, "Member 'MochiBlendableUtils_SetBlendableEnabled::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiBlendableUtils \ +static_assert(alignof(UMochiBlendableUtils) == 0x000008, "Wrong alignment on UMochiBlendableUtils"); \ +static_assert(sizeof(UMochiBlendableUtils) == 0x000028, "Wrong size on UMochiBlendableUtils"); \ + +#define DUMPER7_ASSERTS_UState_GroundMovement \ +static_assert(alignof(UState_GroundMovement) == 0x000008, "Wrong alignment on UState_GroundMovement"); \ +static_assert(sizeof(UState_GroundMovement) == 0x000138, "Wrong size on UState_GroundMovement"); \ + +#define DUMPER7_ASSERTS_MochiProceduralFoliageVolume_OnInstanceRemovedListener \ +static_assert(alignof(MochiProceduralFoliageVolume_OnInstanceRemovedListener) == 0x000008, "Wrong alignment on MochiProceduralFoliageVolume_OnInstanceRemovedListener"); \ +static_assert(sizeof(MochiProceduralFoliageVolume_OnInstanceRemovedListener) == 0x000010, "Wrong size on MochiProceduralFoliageVolume_OnInstanceRemovedListener"); \ +static_assert(offsetof(MochiProceduralFoliageVolume_OnInstanceRemovedListener, FoliageComponent) == 0x000000, "Member 'MochiProceduralFoliageVolume_OnInstanceRemovedListener::FoliageComponent' has a wrong offset!"); \ +static_assert(offsetof(MochiProceduralFoliageVolume_OnInstanceRemovedListener, Index_0) == 0x000008, "Member 'MochiProceduralFoliageVolume_OnInstanceRemovedListener::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiProceduralFoliageVolume \ +static_assert(alignof(AMochiProceduralFoliageVolume) == 0x000008, "Wrong alignment on AMochiProceduralFoliageVolume"); \ +static_assert(sizeof(AMochiProceduralFoliageVolume) == 0x000290, "Wrong size on AMochiProceduralFoliageVolume"); \ +static_assert(offsetof(AMochiProceduralFoliageVolume, OnAllInstancesRemoved) == 0x000268, "Member 'AMochiProceduralFoliageVolume::OnAllInstancesRemoved' has a wrong offset!"); \ +static_assert(offsetof(AMochiProceduralFoliageVolume, OnAllInstancesRemovedTrigger) == 0x000278, "Member 'AMochiProceduralFoliageVolume::OnAllInstancesRemovedTrigger' has a wrong offset!"); \ +static_assert(offsetof(AMochiProceduralFoliageVolume, TriggerNode) == 0x000288, "Member 'AMochiProceduralFoliageVolume::TriggerNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveTowardPositionComponent_MoveTowardPoint \ +static_assert(alignof(RotMoveTowardPositionComponent_MoveTowardPoint) == 0x000008, "Wrong alignment on RotMoveTowardPositionComponent_MoveTowardPoint"); \ +static_assert(sizeof(RotMoveTowardPositionComponent_MoveTowardPoint) == 0x000020, "Wrong size on RotMoveTowardPositionComponent_MoveTowardPoint"); \ +static_assert(offsetof(RotMoveTowardPositionComponent_MoveTowardPoint, Rot) == 0x000000, "Member 'RotMoveTowardPositionComponent_MoveTowardPoint::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveTowardPositionComponent_MoveTowardPoint, ToPos) == 0x000008, "Member 'RotMoveTowardPositionComponent_MoveTowardPoint::ToPos' has a wrong offset!"); \ +static_assert(offsetof(RotMoveTowardPositionComponent_MoveTowardPoint, Mode) == 0x000014, "Member 'RotMoveTowardPositionComponent_MoveTowardPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(RotMoveTowardPositionComponent_MoveTowardPoint, DeltaTime) == 0x000018, "Member 'RotMoveTowardPositionComponent_MoveTowardPoint::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveTowardPositionComponent \ +static_assert(alignof(URotMoveTowardPositionComponent) == 0x000010, "Wrong alignment on URotMoveTowardPositionComponent"); \ +static_assert(sizeof(URotMoveTowardPositionComponent) == 0x0002D0, "Wrong size on URotMoveTowardPositionComponent"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, MoveMode) == 0x000228, "Member 'URotMoveTowardPositionComponent::MoveMode' has a wrong offset!"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, RandomInterpSpeed) == 0x000230, "Member 'URotMoveTowardPositionComponent::RandomInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, SweepOnMove) == 0x0002B8, "Member 'URotMoveTowardPositionComponent::SweepOnMove' has a wrong offset!"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, GravityMass) == 0x0002BC, "Member 'URotMoveTowardPositionComponent::GravityMass' has a wrong offset!"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, GravityDistanceExponent) == 0x0002C0, "Member 'URotMoveTowardPositionComponent::GravityDistanceExponent' has a wrong offset!"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, GravityMaxSpeed) == 0x0002C4, "Member 'URotMoveTowardPositionComponent::GravityMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveTowardPositionComponent, InheritRotation) == 0x0002C8, "Member 'URotMoveTowardPositionComponent::InheritRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveInStasisBubbleComponent \ +static_assert(alignof(URotMoveInStasisBubbleComponent) == 0x000010, "Wrong alignment on URotMoveInStasisBubbleComponent"); \ +static_assert(sizeof(URotMoveInStasisBubbleComponent) == 0x0002E0, "Wrong size on URotMoveInStasisBubbleComponent"); \ +static_assert(offsetof(URotMoveInStasisBubbleComponent, Radius) == 0x0002D0, "Member 'URotMoveInStasisBubbleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInStasisBubbleComponent, RandomSeed) == 0x0002D4, "Member 'URotMoveInStasisBubbleComponent::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInStasisBubbleComponent, RotationSpeed) == 0x0002D8, "Member 'URotMoveInStasisBubbleComponent::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInStasisBubbleComponent, TopHemisphereWeighting) == 0x0002DC, "Member 'URotMoveInStasisBubbleComponent::TopHemisphereWeighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSplineMesh_GetPointsAlongSpline \ +static_assert(alignof(MochiSplineMesh_GetPointsAlongSpline) == 0x000008, "Wrong alignment on MochiSplineMesh_GetPointsAlongSpline"); \ +static_assert(sizeof(MochiSplineMesh_GetPointsAlongSpline) == 0x000028, "Wrong size on MochiSplineMesh_GetPointsAlongSpline"); \ +static_assert(offsetof(MochiSplineMesh_GetPointsAlongSpline, NumberOfPoints) == 0x000000, "Member 'MochiSplineMesh_GetPointsAlongSpline::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetPointsAlongSpline, Spacing) == 0x000004, "Member 'MochiSplineMesh_GetPointsAlongSpline::Spacing' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetPointsAlongSpline, CoordinateSpace) == 0x000008, "Member 'MochiSplineMesh_GetPointsAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetPointsAlongSpline, OutPoints) == 0x000010, "Member 'MochiSplineMesh_GetPointsAlongSpline::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetPointsAlongSpline, NumberOfPointsReturned) == 0x000020, "Member 'MochiSplineMesh_GetPointsAlongSpline::NumberOfPointsReturned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSplineMesh_GetLocationAtDistance \ +static_assert(alignof(MochiSplineMesh_GetLocationAtDistance) == 0x000004, "Wrong alignment on MochiSplineMesh_GetLocationAtDistance"); \ +static_assert(sizeof(MochiSplineMesh_GetLocationAtDistance) == 0x000014, "Wrong size on MochiSplineMesh_GetLocationAtDistance"); \ +static_assert(offsetof(MochiSplineMesh_GetLocationAtDistance, Distance) == 0x000000, "Member 'MochiSplineMesh_GetLocationAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetLocationAtDistance, CoordinateSpace) == 0x000004, "Member 'MochiSplineMesh_GetLocationAtDistance::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetLocationAtDistance, ReturnValue) == 0x000008, "Member 'MochiSplineMesh_GetLocationAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSplineMesh_GetLocationAtKey \ +static_assert(alignof(MochiSplineMesh_GetLocationAtKey) == 0x000004, "Wrong alignment on MochiSplineMesh_GetLocationAtKey"); \ +static_assert(sizeof(MochiSplineMesh_GetLocationAtKey) == 0x000014, "Wrong size on MochiSplineMesh_GetLocationAtKey"); \ +static_assert(offsetof(MochiSplineMesh_GetLocationAtKey, Key) == 0x000000, "Member 'MochiSplineMesh_GetLocationAtKey::Key' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetLocationAtKey, CoordinateSpace) == 0x000004, "Member 'MochiSplineMesh_GetLocationAtKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetLocationAtKey, ReturnValue) == 0x000008, "Member 'MochiSplineMesh_GetLocationAtKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSplineMesh_GetNumberOfSpotsOnSpline \ +static_assert(alignof(MochiSplineMesh_GetNumberOfSpotsOnSpline) == 0x000004, "Wrong alignment on MochiSplineMesh_GetNumberOfSpotsOnSpline"); \ +static_assert(sizeof(MochiSplineMesh_GetNumberOfSpotsOnSpline) == 0x000008, "Wrong size on MochiSplineMesh_GetNumberOfSpotsOnSpline"); \ +static_assert(offsetof(MochiSplineMesh_GetNumberOfSpotsOnSpline, Spacing) == 0x000000, "Member 'MochiSplineMesh_GetNumberOfSpotsOnSpline::Spacing' has a wrong offset!"); \ +static_assert(offsetof(MochiSplineMesh_GetNumberOfSpotsOnSpline, ReturnValue) == 0x000004, "Member 'MochiSplineMesh_GetNumberOfSpotsOnSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSplineMesh_GetSplineComponent \ +static_assert(alignof(MochiSplineMesh_GetSplineComponent) == 0x000008, "Wrong alignment on MochiSplineMesh_GetSplineComponent"); \ +static_assert(sizeof(MochiSplineMesh_GetSplineComponent) == 0x000008, "Wrong size on MochiSplineMesh_GetSplineComponent"); \ +static_assert(offsetof(MochiSplineMesh_GetSplineComponent, ReturnValue) == 0x000000, "Member 'MochiSplineMesh_GetSplineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSplineMesh_GetSplineDistance \ +static_assert(alignof(MochiSplineMesh_GetSplineDistance) == 0x000004, "Wrong alignment on MochiSplineMesh_GetSplineDistance"); \ +static_assert(sizeof(MochiSplineMesh_GetSplineDistance) == 0x000004, "Wrong size on MochiSplineMesh_GetSplineDistance"); \ +static_assert(offsetof(MochiSplineMesh_GetSplineDistance, ReturnValue) == 0x000000, "Member 'MochiSplineMesh_GetSplineDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiSplineMesh \ +static_assert(alignof(AMochiSplineMesh) == 0x000008, "Wrong alignment on AMochiSplineMesh"); \ +static_assert(sizeof(AMochiSplineMesh) == 0x000328, "Wrong size on AMochiSplineMesh"); \ +static_assert(offsetof(AMochiSplineMesh, bIsMovable) == 0x000228, "Member 'AMochiSplineMesh::bIsMovable' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, bAllowScale) == 0x000229, "Member 'AMochiSplineMesh::bAllowScale' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, bAllowRoll) == 0x00022A, "Member 'AMochiSplineMesh::bAllowRoll' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, bUseScaleCurve) == 0x00022B, "Member 'AMochiSplineMesh::bUseScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mScaleCurve) == 0x000230, "Member 'AMochiSplineMesh::mScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mpRootComponent) == 0x0002B8, "Member 'AMochiSplineMesh::mpRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mMeshAxis) == 0x0002C0, "Member 'AMochiSplineMesh::mMeshAxis' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, MeshSections) == 0x0002C8, "Member 'AMochiSplineMesh::MeshSections' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mpSplineMeshSection) == 0x0002D8, "Member 'AMochiSplineMesh::mpSplineMeshSection' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, MaterialIndex) == 0x0002E0, "Member 'AMochiSplineMesh::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mpMaterial) == 0x0002E8, "Member 'AMochiSplineMesh::mpMaterial' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, Materials) == 0x0002F0, "Member 'AMochiSplineMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mCollisionEnabled) == 0x000300, "Member 'AMochiSplineMesh::mCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mCollisionType) == 0x000301, "Member 'AMochiSplineMesh::mCollisionType' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mCollisionProfileName) == 0x000304, "Member 'AMochiSplineMesh::mCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, GenerateOverlaps) == 0x00030C, "Member 'AMochiSplineMesh::GenerateOverlaps' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, ReceivesDecals) == 0x00030D, "Member 'AMochiSplineMesh::ReceivesDecals' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mpSpline) == 0x000310, "Member 'AMochiSplineMesh::mpSpline' has a wrong offset!"); \ +static_assert(offsetof(AMochiSplineMesh, mpSplineMeshes) == 0x000318, "Member 'AMochiSplineMesh::mpSplineMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSwimmingVolume_HandleOverlapBegin \ +static_assert(alignof(MochiSwimmingVolume_HandleOverlapBegin) == 0x000008, "Wrong alignment on MochiSwimmingVolume_HandleOverlapBegin"); \ +static_assert(sizeof(MochiSwimmingVolume_HandleOverlapBegin) == 0x000010, "Wrong size on MochiSwimmingVolume_HandleOverlapBegin"); \ +static_assert(offsetof(MochiSwimmingVolume_HandleOverlapBegin, OverlappedActor) == 0x000000, "Member 'MochiSwimmingVolume_HandleOverlapBegin::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(MochiSwimmingVolume_HandleOverlapBegin, OtherActor) == 0x000008, "Member 'MochiSwimmingVolume_HandleOverlapBegin::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiSwimmingVolume_HandleOverlapEnd \ +static_assert(alignof(MochiSwimmingVolume_HandleOverlapEnd) == 0x000008, "Wrong alignment on MochiSwimmingVolume_HandleOverlapEnd"); \ +static_assert(sizeof(MochiSwimmingVolume_HandleOverlapEnd) == 0x000010, "Wrong size on MochiSwimmingVolume_HandleOverlapEnd"); \ +static_assert(offsetof(MochiSwimmingVolume_HandleOverlapEnd, OverlappedActor) == 0x000000, "Member 'MochiSwimmingVolume_HandleOverlapEnd::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(MochiSwimmingVolume_HandleOverlapEnd, OtherActor) == 0x000008, "Member 'MochiSwimmingVolume_HandleOverlapEnd::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiSwimmingVolume \ +static_assert(alignof(AMochiSwimmingVolume) == 0x000010, "Wrong alignment on AMochiSwimmingVolume"); \ +static_assert(sizeof(AMochiSwimmingVolume) == 0x000850, "Wrong size on AMochiSwimmingVolume"); \ +static_assert(offsetof(AMochiSwimmingVolume, UseRelativeCurrent) == 0x000288, "Member 'AMochiSwimmingVolume::UseRelativeCurrent' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, WaterCurrent) == 0x00028C, "Member 'AMochiSwimmingVolume::WaterCurrent' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, RiverCurrentSource) == 0x000298, "Member 'AMochiSwimmingVolume::RiverCurrentSource' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, RiverCurrent) == 0x0002A0, "Member 'AMochiSwimmingVolume::RiverCurrent' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, Settings) == 0x0002B0, "Member 'AMochiSwimmingVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, BlendRadius) == 0x000810, "Member 'AMochiSwimmingVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, BlendWeight) == 0x000814, "Member 'AMochiSwimmingVolume::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, PPUnderWaterMat) == 0x000838, "Member 'AMochiSwimmingVolume::PPUnderWaterMat' has a wrong offset!"); \ +static_assert(offsetof(AMochiSwimmingVolume, PPUnderWaterMID) == 0x000840, "Member 'AMochiSwimmingVolume::PPUnderWaterMID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerCluster_InitializeSpawner \ +static_assert(alignof(SpawnerCluster_InitializeSpawner) == 0x000008, "Wrong alignment on SpawnerCluster_InitializeSpawner"); \ +static_assert(sizeof(SpawnerCluster_InitializeSpawner) == 0x000010, "Wrong size on SpawnerCluster_InitializeSpawner"); \ +static_assert(offsetof(SpawnerCluster_InitializeSpawner, Spawner) == 0x000000, "Member 'SpawnerCluster_InitializeSpawner::Spawner' has a wrong offset!"); \ +static_assert(offsetof(SpawnerCluster_InitializeSpawner, ReturnValue) == 0x000008, "Member 'SpawnerCluster_InitializeSpawner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerCluster_OnSpawnerSpawned \ +static_assert(alignof(SpawnerCluster_OnSpawnerSpawned) == 0x000008, "Wrong alignment on SpawnerCluster_OnSpawnerSpawned"); \ +static_assert(sizeof(SpawnerCluster_OnSpawnerSpawned) == 0x000020, "Wrong size on SpawnerCluster_OnSpawnerSpawned"); \ +static_assert(offsetof(SpawnerCluster_OnSpawnerSpawned, Result) == 0x000000, "Member 'SpawnerCluster_OnSpawnerSpawned::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerCluster_SpawnOnce \ +static_assert(alignof(SpawnerCluster_SpawnOnce) == 0x000001, "Wrong alignment on SpawnerCluster_SpawnOnce"); \ +static_assert(sizeof(SpawnerCluster_SpawnOnce) == 0x000001, "Wrong size on SpawnerCluster_SpawnOnce"); \ +static_assert(offsetof(SpawnerCluster_SpawnOnce, ReturnValue) == 0x000000, "Member 'SpawnerCluster_SpawnOnce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerCluster_SpawnTrigger \ +static_assert(alignof(SpawnerCluster_SpawnTrigger) == 0x000008, "Wrong alignment on SpawnerCluster_SpawnTrigger"); \ +static_assert(sizeof(SpawnerCluster_SpawnTrigger) == 0x000008, "Wrong size on SpawnerCluster_SpawnTrigger"); \ +static_assert(offsetof(SpawnerCluster_SpawnTrigger, Params_0) == 0x000000, "Member 'SpawnerCluster_SpawnTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpawnerCluster \ +static_assert(alignof(ASpawnerCluster) == 0x000008, "Wrong alignment on ASpawnerCluster"); \ +static_assert(sizeof(ASpawnerCluster) == 0x000248, "Wrong size on ASpawnerCluster"); \ +static_assert(offsetof(ASpawnerCluster, SpawnOnBeginPlay) == 0x000228, "Member 'ASpawnerCluster::SpawnOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ASpawnerCluster, Spawners) == 0x000230, "Member 'ASpawnerCluster::Spawners' has a wrong offset!"); \ +static_assert(offsetof(ASpawnerCluster, HasSpawned) == 0x000240, "Member 'ASpawnerCluster::HasSpawned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiTriggerVolume_HandleOverlapBegin \ +static_assert(alignof(MochiTriggerVolume_HandleOverlapBegin) == 0x000008, "Wrong alignment on MochiTriggerVolume_HandleOverlapBegin"); \ +static_assert(sizeof(MochiTriggerVolume_HandleOverlapBegin) == 0x0000A8, "Wrong size on MochiTriggerVolume_HandleOverlapBegin"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapBegin, OverlappedComponent) == 0x000000, "Member 'MochiTriggerVolume_HandleOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapBegin, OtherActor) == 0x000008, "Member 'MochiTriggerVolume_HandleOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapBegin, OtherComp) == 0x000010, "Member 'MochiTriggerVolume_HandleOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'MochiTriggerVolume_HandleOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapBegin, bFromSweep) == 0x00001C, "Member 'MochiTriggerVolume_HandleOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapBegin, SweepResult) == 0x000020, "Member 'MochiTriggerVolume_HandleOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiTriggerVolume_HandleOverlapEnd \ +static_assert(alignof(MochiTriggerVolume_HandleOverlapEnd) == 0x000008, "Wrong alignment on MochiTriggerVolume_HandleOverlapEnd"); \ +static_assert(sizeof(MochiTriggerVolume_HandleOverlapEnd) == 0x000020, "Wrong size on MochiTriggerVolume_HandleOverlapEnd"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapEnd, OverlappedComponent) == 0x000000, "Member 'MochiTriggerVolume_HandleOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapEnd, OtherActor) == 0x000008, "Member 'MochiTriggerVolume_HandleOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapEnd, OtherComp) == 0x000010, "Member 'MochiTriggerVolume_HandleOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(MochiTriggerVolume_HandleOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'MochiTriggerVolume_HandleOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiTriggerVolume_SetEnabled \ +static_assert(alignof(MochiTriggerVolume_SetEnabled) == 0x000001, "Wrong alignment on MochiTriggerVolume_SetEnabled"); \ +static_assert(sizeof(MochiTriggerVolume_SetEnabled) == 0x000001, "Wrong size on MochiTriggerVolume_SetEnabled"); \ +static_assert(offsetof(MochiTriggerVolume_SetEnabled, Enabled) == 0x000000, "Member 'MochiTriggerVolume_SetEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiTriggerVolume_T_Disable \ +static_assert(alignof(MochiTriggerVolume_T_Disable) == 0x000008, "Wrong alignment on MochiTriggerVolume_T_Disable"); \ +static_assert(sizeof(MochiTriggerVolume_T_Disable) == 0x000008, "Wrong size on MochiTriggerVolume_T_Disable"); \ +static_assert(offsetof(MochiTriggerVolume_T_Disable, Params_0) == 0x000000, "Member 'MochiTriggerVolume_T_Disable::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiTriggerVolume_T_Enable \ +static_assert(alignof(MochiTriggerVolume_T_Enable) == 0x000008, "Wrong alignment on MochiTriggerVolume_T_Enable"); \ +static_assert(sizeof(MochiTriggerVolume_T_Enable) == 0x000008, "Wrong size on MochiTriggerVolume_T_Enable"); \ +static_assert(offsetof(MochiTriggerVolume_T_Enable, Params_0) == 0x000000, "Member 'MochiTriggerVolume_T_Enable::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiTriggerVolume \ +static_assert(alignof(AMochiTriggerVolume) == 0x000008, "Wrong alignment on AMochiTriggerVolume"); \ +static_assert(sizeof(AMochiTriggerVolume) == 0x0002F8, "Wrong size on AMochiTriggerVolume"); \ +static_assert(offsetof(AMochiTriggerVolume, IsEnabled) == 0x000260, "Member 'AMochiTriggerVolume::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, TagFilter) == 0x000268, "Member 'AMochiTriggerVolume::TagFilter' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, DoOnce) == 0x000288, "Member 'AMochiTriggerVolume::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, OnTriggerEnterEvery) == 0x000290, "Member 'AMochiTriggerVolume::OnTriggerEnterEvery' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, OnTriggerEnterFirst) == 0x0002A0, "Member 'AMochiTriggerVolume::OnTriggerEnterFirst' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, OnTriggerExitEvery) == 0x0002B0, "Member 'AMochiTriggerVolume::OnTriggerExitEvery' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, OnTriggerExitLast) == 0x0002C0, "Member 'AMochiTriggerVolume::OnTriggerExitLast' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, TriggerNode) == 0x0002D0, "Member 'AMochiTriggerVolume::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, SaveGame) == 0x0002D8, "Member 'AMochiTriggerVolume::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, OverlappingActors) == 0x0002E0, "Member 'AMochiTriggerVolume::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, HasEnteredOnce) == 0x0002F0, "Member 'AMochiTriggerVolume::HasEnteredOnce' has a wrong offset!"); \ +static_assert(offsetof(AMochiTriggerVolume, HasExitedOnce) == 0x0002F1, "Member 'AMochiTriggerVolume::HasExitedOnce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiTriggerVolume_SaveOnAutoSave \ +static_assert(alignof(AMochiTriggerVolume_SaveOnAutoSave) == 0x000008, "Wrong alignment on AMochiTriggerVolume_SaveOnAutoSave"); \ +static_assert(sizeof(AMochiTriggerVolume_SaveOnAutoSave) == 0x0002F8, "Wrong size on AMochiTriggerVolume_SaveOnAutoSave"); \ + +#define DUMPER7_ASSERTS_ARotActionPickupSpawner \ +static_assert(alignof(ARotActionPickupSpawner) == 0x000008, "Wrong alignment on ARotActionPickupSpawner"); \ +static_assert(sizeof(ARotActionPickupSpawner) == 0x0002A8, "Wrong size on ARotActionPickupSpawner"); \ +static_assert(offsetof(ARotActionPickupSpawner, RotAction) == 0x000288, "Member 'ARotActionPickupSpawner::RotAction' has a wrong offset!"); \ +static_assert(offsetof(ARotActionPickupSpawner, RotOwner) == 0x000290, "Member 'ARotActionPickupSpawner::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotActionPickupSpawner, PoofToPOI) == 0x000298, "Member 'ARotActionPickupSpawner::PoofToPOI' has a wrong offset!"); \ +static_assert(offsetof(ARotActionPickupSpawner, Lock) == 0x0002A0, "Member 'ARotActionPickupSpawner::Lock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiUIHelpers_AssignSpriteToMID \ +static_assert(alignof(MochiUIHelpers_AssignSpriteToMID) == 0x000008, "Wrong alignment on MochiUIHelpers_AssignSpriteToMID"); \ +static_assert(sizeof(MochiUIHelpers_AssignSpriteToMID) == 0x000010, "Wrong size on MochiUIHelpers_AssignSpriteToMID"); \ +static_assert(offsetof(MochiUIHelpers_AssignSpriteToMID, Sprite) == 0x000000, "Member 'MochiUIHelpers_AssignSpriteToMID::Sprite' has a wrong offset!"); \ +static_assert(offsetof(MochiUIHelpers_AssignSpriteToMID, Mid) == 0x000008, "Member 'MochiUIHelpers_AssignSpriteToMID::Mid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiUIHelpers_GetSpriteBoundsSize \ +static_assert(alignof(MochiUIHelpers_GetSpriteBoundsSize) == 0x000008, "Wrong alignment on MochiUIHelpers_GetSpriteBoundsSize"); \ +static_assert(sizeof(MochiUIHelpers_GetSpriteBoundsSize) == 0x000010, "Wrong size on MochiUIHelpers_GetSpriteBoundsSize"); \ +static_assert(offsetof(MochiUIHelpers_GetSpriteBoundsSize, Sprite) == 0x000000, "Member 'MochiUIHelpers_GetSpriteBoundsSize::Sprite' has a wrong offset!"); \ +static_assert(offsetof(MochiUIHelpers_GetSpriteBoundsSize, ReturnValue) == 0x000008, "Member 'MochiUIHelpers_GetSpriteBoundsSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiUIHelpers_GetSpriteDimensions \ +static_assert(alignof(MochiUIHelpers_GetSpriteDimensions) == 0x000008, "Wrong alignment on MochiUIHelpers_GetSpriteDimensions"); \ +static_assert(sizeof(MochiUIHelpers_GetSpriteDimensions) == 0x000010, "Wrong size on MochiUIHelpers_GetSpriteDimensions"); \ +static_assert(offsetof(MochiUIHelpers_GetSpriteDimensions, Sprite) == 0x000000, "Member 'MochiUIHelpers_GetSpriteDimensions::Sprite' has a wrong offset!"); \ +static_assert(offsetof(MochiUIHelpers_GetSpriteDimensions, ReturnValue) == 0x000008, "Member 'MochiUIHelpers_GetSpriteDimensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiUIHelpers_LoadTextureAsync \ +static_assert(alignof(MochiUIHelpers_LoadTextureAsync) == 0x000008, "Wrong alignment on MochiUIHelpers_LoadTextureAsync"); \ +static_assert(sizeof(MochiUIHelpers_LoadTextureAsync) == 0x000040, "Wrong size on MochiUIHelpers_LoadTextureAsync"); \ +static_assert(offsetof(MochiUIHelpers_LoadTextureAsync, TextureSoft) == 0x000000, "Member 'MochiUIHelpers_LoadTextureAsync::TextureSoft' has a wrong offset!"); \ +static_assert(offsetof(MochiUIHelpers_LoadTextureAsync, OnComplete) == 0x000028, "Member 'MochiUIHelpers_LoadTextureAsync::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(MochiUIHelpers_LoadTextureAsync, ReturnValue) == 0x000038, "Member 'MochiUIHelpers_LoadTextureAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiUIHelpers \ +static_assert(alignof(UMochiUIHelpers) == 0x000008, "Wrong alignment on UMochiUIHelpers"); \ +static_assert(sizeof(UMochiUIHelpers) == 0x000028, "Wrong size on UMochiUIHelpers"); \ + +#define DUMPER7_ASSERTS_UMochiViewportClient \ +static_assert(alignof(UMochiViewportClient) == 0x000008, "Wrong alignment on UMochiViewportClient"); \ +static_assert(sizeof(UMochiViewportClient) == 0x0003B0, "Wrong size on UMochiViewportClient"); \ + +#define DUMPER7_ASSERTS_MochiWaterHelpers_GetWaterSurfaceZ \ +static_assert(alignof(MochiWaterHelpers_GetWaterSurfaceZ) == 0x000008, "Wrong alignment on MochiWaterHelpers_GetWaterSurfaceZ"); \ +static_assert(sizeof(MochiWaterHelpers_GetWaterSurfaceZ) == 0x000010, "Wrong size on MochiWaterHelpers_GetWaterSurfaceZ"); \ +static_assert(offsetof(MochiWaterHelpers_GetWaterSurfaceZ, Volume) == 0x000000, "Member 'MochiWaterHelpers_GetWaterSurfaceZ::Volume' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_GetWaterSurfaceZ, ReturnValue) == 0x000008, "Member 'MochiWaterHelpers_GetWaterSurfaceZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterHelpers_IsInsideAnySwimmingVolume \ +static_assert(alignof(MochiWaterHelpers_IsInsideAnySwimmingVolume) == 0x000008, "Wrong alignment on MochiWaterHelpers_IsInsideAnySwimmingVolume"); \ +static_assert(sizeof(MochiWaterHelpers_IsInsideAnySwimmingVolume) == 0x000028, "Wrong size on MochiWaterHelpers_IsInsideAnySwimmingVolume"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideAnySwimmingVolume, WorldContextObject) == 0x000000, "Member 'MochiWaterHelpers_IsInsideAnySwimmingVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideAnySwimmingVolume, Location) == 0x000008, "Member 'MochiWaterHelpers_IsInsideAnySwimmingVolume::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideAnySwimmingVolume, OutVolume) == 0x000018, "Member 'MochiWaterHelpers_IsInsideAnySwimmingVolume::OutVolume' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideAnySwimmingVolume, Radius) == 0x000020, "Member 'MochiWaterHelpers_IsInsideAnySwimmingVolume::Radius' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideAnySwimmingVolume, ReturnValue) == 0x000024, "Member 'MochiWaterHelpers_IsInsideAnySwimmingVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaterHelpers_IsInsideSwimmingVolume \ +static_assert(alignof(MochiWaterHelpers_IsInsideSwimmingVolume) == 0x000008, "Wrong alignment on MochiWaterHelpers_IsInsideSwimmingVolume"); \ +static_assert(sizeof(MochiWaterHelpers_IsInsideSwimmingVolume) == 0x000020, "Wrong size on MochiWaterHelpers_IsInsideSwimmingVolume"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideSwimmingVolume, Volume) == 0x000000, "Member 'MochiWaterHelpers_IsInsideSwimmingVolume::Volume' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideSwimmingVolume, Location) == 0x000008, "Member 'MochiWaterHelpers_IsInsideSwimmingVolume::Location' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideSwimmingVolume, Radius) == 0x000014, "Member 'MochiWaterHelpers_IsInsideSwimmingVolume::Radius' has a wrong offset!"); \ +static_assert(offsetof(MochiWaterHelpers_IsInsideSwimmingVolume, ReturnValue) == 0x000018, "Member 'MochiWaterHelpers_IsInsideSwimmingVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiWaterHelpers \ +static_assert(alignof(UMochiWaterHelpers) == 0x000008, "Wrong alignment on UMochiWaterHelpers"); \ +static_assert(sizeof(UMochiWaterHelpers) == 0x000028, "Wrong size on UMochiWaterHelpers"); \ + +#define DUMPER7_ASSERTS_RotTear_HandleComponentHit \ +static_assert(alignof(RotTear_HandleComponentHit) == 0x000008, "Wrong alignment on RotTear_HandleComponentHit"); \ +static_assert(sizeof(RotTear_HandleComponentHit) == 0x0000B0, "Wrong size on RotTear_HandleComponentHit"); \ +static_assert(offsetof(RotTear_HandleComponentHit, HitComponent) == 0x000000, "Member 'RotTear_HandleComponentHit::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(RotTear_HandleComponentHit, OtherActor) == 0x000008, "Member 'RotTear_HandleComponentHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(RotTear_HandleComponentHit, OtherComp) == 0x000010, "Member 'RotTear_HandleComponentHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(RotTear_HandleComponentHit, NormalImpulse) == 0x000018, "Member 'RotTear_HandleComponentHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(RotTear_HandleComponentHit, Hit) == 0x000024, "Member 'RotTear_HandleComponentHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTear_HandleDropLanded \ +static_assert(alignof(RotTear_HandleDropLanded) == 0x000004, "Wrong alignment on RotTear_HandleDropLanded"); \ +static_assert(sizeof(RotTear_HandleDropLanded) == 0x000088, "Wrong size on RotTear_HandleDropLanded"); \ +static_assert(offsetof(RotTear_HandleDropLanded, Hit) == 0x000000, "Member 'RotTear_HandleDropLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTear_GetNavAgentLocation \ +static_assert(alignof(RotTear_GetNavAgentLocation) == 0x000004, "Wrong alignment on RotTear_GetNavAgentLocation"); \ +static_assert(sizeof(RotTear_GetNavAgentLocation) == 0x00000C, "Wrong size on RotTear_GetNavAgentLocation"); \ +static_assert(offsetof(RotTear_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'RotTear_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotTear \ +static_assert(alignof(ARotTear) == 0x000008, "Wrong alignment on ARotTear"); \ +static_assert(sizeof(ARotTear) == 0x0002E8, "Wrong size on ARotTear"); \ +static_assert(offsetof(ARotTear, NavAgentProps) == 0x000288, "Member 'ARotTear::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ARotTear, Collision) == 0x0002D0, "Member 'ARotTear::Collision' has a wrong offset!"); \ +static_assert(offsetof(ARotTear, RotAction) == 0x0002D8, "Member 'ARotTear::RotAction' has a wrong offset!"); \ +static_assert(offsetof(ARotTear, MinDistanceToRotAction) == 0x0002E0, "Member 'ARotTear::MinDistanceToRotAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveDefenseProgress_ShowWaveDefeated \ +static_assert(alignof(WaveDefenseProgress_ShowWaveDefeated) == 0x000004, "Wrong alignment on WaveDefenseProgress_ShowWaveDefeated"); \ +static_assert(sizeof(WaveDefenseProgress_ShowWaveDefeated) == 0x000008, "Wrong size on WaveDefenseProgress_ShowWaveDefeated"); \ +static_assert(offsetof(WaveDefenseProgress_ShowWaveDefeated, WaveIndex) == 0x000000, "Member 'WaveDefenseProgress_ShowWaveDefeated::WaveIndex' has a wrong offset!"); \ +static_assert(offsetof(WaveDefenseProgress_ShowWaveDefeated, WasFinalWave) == 0x000004, "Member 'WaveDefenseProgress_ShowWaveDefeated::WasFinalWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveDefenseProgress_ShowWaveStart \ +static_assert(alignof(WaveDefenseProgress_ShowWaveStart) == 0x000004, "Wrong alignment on WaveDefenseProgress_ShowWaveStart"); \ +static_assert(sizeof(WaveDefenseProgress_ShowWaveStart) == 0x000004, "Wrong size on WaveDefenseProgress_ShowWaveStart"); \ +static_assert(offsetof(WaveDefenseProgress_ShowWaveStart, WaveIndex) == 0x000000, "Member 'WaveDefenseProgress_ShowWaveStart::WaveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveDefenseProgress \ +static_assert(alignof(UWaveDefenseProgress) == 0x000008, "Wrong alignment on UWaveDefenseProgress"); \ +static_assert(sizeof(UWaveDefenseProgress) == 0x000260, "Wrong size on UWaveDefenseProgress"); \ + +#define DUMPER7_ASSERTS_MochiWaveDefenseGameMode_TryLoadNextWave \ +static_assert(alignof(MochiWaveDefenseGameMode_TryLoadNextWave) == 0x000001, "Wrong alignment on MochiWaveDefenseGameMode_TryLoadNextWave"); \ +static_assert(sizeof(MochiWaveDefenseGameMode_TryLoadNextWave) == 0x000001, "Wrong size on MochiWaveDefenseGameMode_TryLoadNextWave"); \ +static_assert(offsetof(MochiWaveDefenseGameMode_TryLoadNextWave, ReturnValue) == 0x000000, "Member 'MochiWaveDefenseGameMode_TryLoadNextWave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MochiWaveDefenseGameMode_TryStartWave \ +static_assert(alignof(MochiWaveDefenseGameMode_TryStartWave) == 0x000001, "Wrong alignment on MochiWaveDefenseGameMode_TryStartWave"); \ +static_assert(sizeof(MochiWaveDefenseGameMode_TryStartWave) == 0x000001, "Wrong size on MochiWaveDefenseGameMode_TryStartWave"); \ +static_assert(offsetof(MochiWaveDefenseGameMode_TryStartWave, ReturnValue) == 0x000000, "Member 'MochiWaveDefenseGameMode_TryStartWave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMochiWaveDefenseGameMode \ +static_assert(alignof(AMochiWaveDefenseGameMode) == 0x000010, "Wrong alignment on AMochiWaveDefenseGameMode"); \ +static_assert(sizeof(AMochiWaveDefenseGameMode) == 0x000870, "Wrong size on AMochiWaveDefenseGameMode"); \ +static_assert(offsetof(AMochiWaveDefenseGameMode, PersistentLevelSuffixToStrip) == 0x000830, "Member 'AMochiWaveDefenseGameMode::PersistentLevelSuffixToStrip' has a wrong offset!"); \ +static_assert(offsetof(AMochiWaveDefenseGameMode, WaveLevelSuffix) == 0x000840, "Member 'AMochiWaveDefenseGameMode::WaveLevelSuffix' has a wrong offset!"); \ +static_assert(offsetof(AMochiWaveDefenseGameMode, ProgressWidgetClass) == 0x000850, "Member 'AMochiWaveDefenseGameMode::ProgressWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(AMochiWaveDefenseGameMode, WaveProgressWidget) == 0x000858, "Member 'AMochiWaveDefenseGameMode::WaveProgressWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModalTutorialWindow_GetData \ +static_assert(alignof(ModalTutorialWindow_GetData) == 0x000008, "Wrong alignment on ModalTutorialWindow_GetData"); \ +static_assert(sizeof(ModalTutorialWindow_GetData) == 0x000040, "Wrong size on ModalTutorialWindow_GetData"); \ +static_assert(offsetof(ModalTutorialWindow_GetData, Header_0) == 0x000000, "Member 'ModalTutorialWindow_GetData::Header_0' has a wrong offset!"); \ +static_assert(offsetof(ModalTutorialWindow_GetData, Message) == 0x000018, "Member 'ModalTutorialWindow_GetData::Message' has a wrong offset!"); \ +static_assert(offsetof(ModalTutorialWindow_GetData, CurrentMediaPath) == 0x000030, "Member 'ModalTutorialWindow_GetData::CurrentMediaPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModalTutorialWindow_SetAutoOpenMenuPage \ +static_assert(alignof(ModalTutorialWindow_SetAutoOpenMenuPage) == 0x000001, "Wrong alignment on ModalTutorialWindow_SetAutoOpenMenuPage"); \ +static_assert(sizeof(ModalTutorialWindow_SetAutoOpenMenuPage) == 0x000001, "Wrong size on ModalTutorialWindow_SetAutoOpenMenuPage"); \ +static_assert(offsetof(ModalTutorialWindow_SetAutoOpenMenuPage, MenuPageToOpen) == 0x000000, "Member 'ModalTutorialWindow_SetAutoOpenMenuPage::MenuPageToOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModalTutorialWindow_SetData \ +static_assert(alignof(ModalTutorialWindow_SetData) == 0x000008, "Wrong alignment on ModalTutorialWindow_SetData"); \ +static_assert(sizeof(ModalTutorialWindow_SetData) == 0x000048, "Wrong size on ModalTutorialWindow_SetData"); \ +static_assert(offsetof(ModalTutorialWindow_SetData, Header_0) == 0x000000, "Member 'ModalTutorialWindow_SetData::Header_0' has a wrong offset!"); \ +static_assert(offsetof(ModalTutorialWindow_SetData, InMessages) == 0x000018, "Member 'ModalTutorialWindow_SetData::InMessages' has a wrong offset!"); \ +static_assert(offsetof(ModalTutorialWindow_SetData, InMediaPaths) == 0x000028, "Member 'ModalTutorialWindow_SetData::InMediaPaths' has a wrong offset!"); \ +static_assert(offsetof(ModalTutorialWindow_SetData, OnTextEvent) == 0x000038, "Member 'ModalTutorialWindow_SetData::OnTextEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModalTutorialWindow_HasNextMessage \ +static_assert(alignof(ModalTutorialWindow_HasNextMessage) == 0x000001, "Wrong alignment on ModalTutorialWindow_HasNextMessage"); \ +static_assert(sizeof(ModalTutorialWindow_HasNextMessage) == 0x000001, "Wrong size on ModalTutorialWindow_HasNextMessage"); \ +static_assert(offsetof(ModalTutorialWindow_HasNextMessage, ReturnValue) == 0x000000, "Member 'ModalTutorialWindow_HasNextMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModalTutorialWindow_IsProgressionIconVisible \ +static_assert(alignof(ModalTutorialWindow_IsProgressionIconVisible) == 0x000001, "Wrong alignment on ModalTutorialWindow_IsProgressionIconVisible"); \ +static_assert(sizeof(ModalTutorialWindow_IsProgressionIconVisible) == 0x000001, "Wrong size on ModalTutorialWindow_IsProgressionIconVisible"); \ +static_assert(offsetof(ModalTutorialWindow_IsProgressionIconVisible, ReturnValue) == 0x000000, "Member 'ModalTutorialWindow_IsProgressionIconVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModalTutorialWindow \ +static_assert(alignof(UModalTutorialWindow) == 0x000008, "Wrong alignment on UModalTutorialWindow"); \ +static_assert(sizeof(UModalTutorialWindow) == 0x000308, "Wrong size on UModalTutorialWindow"); \ +static_assert(offsetof(UModalTutorialWindow, CanStepMessage) == 0x000260, "Member 'UModalTutorialWindow::CanStepMessage' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, MessageIndex) == 0x000264, "Member 'UModalTutorialWindow::MessageIndex' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, ListenerProcessor) == 0x000268, "Member 'UModalTutorialWindow::ListenerProcessor' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, FadeInAnimation) == 0x000278, "Member 'UModalTutorialWindow::FadeInAnimation' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, FadeOutAnimation) == 0x000280, "Member 'UModalTutorialWindow::FadeOutAnimation' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, FadeInTextAnimation) == 0x000288, "Member 'UModalTutorialWindow::FadeInTextAnimation' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, FadeOutTextAnimation) == 0x000290, "Member 'UModalTutorialWindow::FadeOutTextAnimation' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, FadeInMediaAnimation) == 0x000298, "Member 'UModalTutorialWindow::FadeInMediaAnimation' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, FadeOutMediaAnimation) == 0x0002A0, "Member 'UModalTutorialWindow::FadeOutMediaAnimation' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, Header) == 0x0002A8, "Member 'UModalTutorialWindow::Header' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, Messages) == 0x0002C0, "Member 'UModalTutorialWindow::Messages' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, MediaPaths) == 0x0002D0, "Member 'UModalTutorialWindow::MediaPaths' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, AutoOpenMenuPage) == 0x0002E0, "Member 'UModalTutorialWindow::AutoOpenMenuPage' has a wrong offset!"); \ +static_assert(offsetof(UModalTutorialWindow, MenuToggleClass) == 0x0002E8, "Member 'UModalTutorialWindow::MenuToggleClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyMaterialCollectionScalar \ +static_assert(alignof(UModifyMaterialCollectionScalar) == 0x000008, "Wrong alignment on UModifyMaterialCollectionScalar"); \ +static_assert(sizeof(UModifyMaterialCollectionScalar) == 0x000130, "Wrong size on UModifyMaterialCollectionScalar"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, UseAnimCurve) == 0x000030, "Member 'UModifyMaterialCollectionScalar::UseAnimCurve' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, AnimCurveName) == 0x000034, "Member 'UModifyMaterialCollectionScalar::AnimCurveName' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, EffectShape) == 0x000040, "Member 'UModifyMaterialCollectionScalar::EffectShape' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, BaseValue) == 0x0000C8, "Member 'UModifyMaterialCollectionScalar::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, TargetValue) == 0x0000CC, "Member 'UModifyMaterialCollectionScalar::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, Collection) == 0x0000D0, "Member 'UModifyMaterialCollectionScalar::Collection' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialCollectionScalar, ParameterName) == 0x0000D8, "Member 'UModifyMaterialCollectionScalar::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyMaterialScalar \ +static_assert(alignof(UModifyMaterialScalar) == 0x000008, "Wrong alignment on UModifyMaterialScalar"); \ +static_assert(sizeof(UModifyMaterialScalar) == 0x000128, "Wrong size on UModifyMaterialScalar"); \ +static_assert(offsetof(UModifyMaterialScalar, UseAnimCurve) == 0x000030, "Member 'UModifyMaterialScalar::UseAnimCurve' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialScalar, AnimCurveName) == 0x000034, "Member 'UModifyMaterialScalar::AnimCurveName' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialScalar, EffectShape) == 0x000040, "Member 'UModifyMaterialScalar::EffectShape' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialScalar, BaseValue) == 0x0000C8, "Member 'UModifyMaterialScalar::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialScalar, TargetValue) == 0x0000CC, "Member 'UModifyMaterialScalar::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(UModifyMaterialScalar, ParameterName) == 0x0000D0, "Member 'UModifyMaterialScalar::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotationClampCameraModifier_InitConfig \ +static_assert(alignof(RotationClampCameraModifier_InitConfig) == 0x000008, "Wrong alignment on RotationClampCameraModifier_InitConfig"); \ +static_assert(sizeof(RotationClampCameraModifier_InitConfig) == 0x000008, "Wrong size on RotationClampCameraModifier_InitConfig"); \ +static_assert(offsetof(RotationClampCameraModifier_InitConfig, DefaultClampConfig_0) == 0x000000, "Member 'RotationClampCameraModifier_InitConfig::DefaultClampConfig_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotationClampCameraModifier_SetClampConfig \ +static_assert(alignof(RotationClampCameraModifier_SetClampConfig) == 0x000008, "Wrong alignment on RotationClampCameraModifier_SetClampConfig"); \ +static_assert(sizeof(RotationClampCameraModifier_SetClampConfig) == 0x000008, "Wrong size on RotationClampCameraModifier_SetClampConfig"); \ +static_assert(offsetof(RotationClampCameraModifier_SetClampConfig, NewConfig) == 0x000000, "Member 'RotationClampCameraModifier_SetClampConfig::NewConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotationClampCameraModifier_SetYawClampBasisEnabled \ +static_assert(alignof(RotationClampCameraModifier_SetYawClampBasisEnabled) == 0x000010, "Wrong alignment on RotationClampCameraModifier_SetYawClampBasisEnabled"); \ +static_assert(sizeof(RotationClampCameraModifier_SetYawClampBasisEnabled) == 0x000050, "Wrong size on RotationClampCameraModifier_SetYawClampBasisEnabled"); \ +static_assert(offsetof(RotationClampCameraModifier_SetYawClampBasisEnabled, IsEnabled) == 0x000000, "Member 'RotationClampCameraModifier_SetYawClampBasisEnabled::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(RotationClampCameraModifier_SetYawClampBasisEnabled, Requester) == 0x000008, "Member 'RotationClampCameraModifier_SetYawClampBasisEnabled::Requester' has a wrong offset!"); \ +static_assert(offsetof(RotationClampCameraModifier_SetYawClampBasisEnabled, Transform) == 0x000010, "Member 'RotationClampCameraModifier_SetYawClampBasisEnabled::Transform' has a wrong offset!"); \ +static_assert(offsetof(RotationClampCameraModifier_SetYawClampBasisEnabled, ClampConfig) == 0x000040, "Member 'RotationClampCameraModifier_SetYawClampBasisEnabled::ClampConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotationClampCameraModifier \ +static_assert(alignof(URotationClampCameraModifier) == 0x000008, "Wrong alignment on URotationClampCameraModifier"); \ +static_assert(sizeof(URotationClampCameraModifier) == 0x000070, "Wrong size on URotationClampCameraModifier"); \ +static_assert(offsetof(URotationClampCameraModifier, DefaultClampConfig) == 0x000048, "Member 'URotationClampCameraModifier::DefaultClampConfig' has a wrong offset!"); \ +static_assert(offsetof(URotationClampCameraModifier, CurrentClampConfig) == 0x000050, "Member 'URotationClampCameraModifier::CurrentClampConfig' has a wrong offset!"); \ +static_assert(offsetof(URotationClampCameraModifier, YawClampContexts) == 0x000058, "Member 'URotationClampCameraModifier::YawClampContexts' has a wrong offset!"); \ +static_assert(offsetof(URotationClampCameraModifier, InternalConfigBlendTime) == 0x000068, "Member 'URotationClampCameraModifier::InternalConfigBlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageRequestComponent_CancelActiveAdditiveMontage \ +static_assert(alignof(MontageRequestComponent_CancelActiveAdditiveMontage) == 0x000001, "Wrong alignment on MontageRequestComponent_CancelActiveAdditiveMontage"); \ +static_assert(sizeof(MontageRequestComponent_CancelActiveAdditiveMontage) == 0x000001, "Wrong size on MontageRequestComponent_CancelActiveAdditiveMontage"); \ +static_assert(offsetof(MontageRequestComponent_CancelActiveAdditiveMontage, ReturnValue) == 0x000000, "Member 'MontageRequestComponent_CancelActiveAdditiveMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageRequestComponent_RequestPlayback \ +static_assert(alignof(MontageRequestComponent_RequestPlayback) == 0x000008, "Wrong alignment on MontageRequestComponent_RequestPlayback"); \ +static_assert(sizeof(MontageRequestComponent_RequestPlayback) == 0x000018, "Wrong size on MontageRequestComponent_RequestPlayback"); \ +static_assert(offsetof(MontageRequestComponent_RequestPlayback, Montage) == 0x000000, "Member 'MontageRequestComponent_RequestPlayback::Montage' has a wrong offset!"); \ +static_assert(offsetof(MontageRequestComponent_RequestPlayback, SectionName) == 0x000008, "Member 'MontageRequestComponent_RequestPlayback::SectionName' has a wrong offset!"); \ +static_assert(offsetof(MontageRequestComponent_RequestPlayback, ExpirationTime) == 0x000010, "Member 'MontageRequestComponent_RequestPlayback::ExpirationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageRequestComponent_StopActiveMontage \ +static_assert(alignof(MontageRequestComponent_StopActiveMontage) == 0x000004, "Wrong alignment on MontageRequestComponent_StopActiveMontage"); \ +static_assert(sizeof(MontageRequestComponent_StopActiveMontage) == 0x000008, "Wrong size on MontageRequestComponent_StopActiveMontage"); \ +static_assert(offsetof(MontageRequestComponent_StopActiveMontage, BlendTime) == 0x000000, "Member 'MontageRequestComponent_StopActiveMontage::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(MontageRequestComponent_StopActiveMontage, ReturnValue) == 0x000004, "Member 'MontageRequestComponent_StopActiveMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MontageRequestComponent_TryHandleMontageRequest \ +static_assert(alignof(MontageRequestComponent_TryHandleMontageRequest) == 0x000001, "Wrong alignment on MontageRequestComponent_TryHandleMontageRequest"); \ +static_assert(sizeof(MontageRequestComponent_TryHandleMontageRequest) == 0x000002, "Wrong size on MontageRequestComponent_TryHandleMontageRequest"); \ +static_assert(offsetof(MontageRequestComponent_TryHandleMontageRequest, OutSuccess) == 0x000000, "Member 'MontageRequestComponent_TryHandleMontageRequest::OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(MontageRequestComponent_TryHandleMontageRequest, OutIsAdditive) == 0x000001, "Member 'MontageRequestComponent_TryHandleMontageRequest::OutIsAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMontageRequestComponent \ +static_assert(alignof(UMontageRequestComponent) == 0x000008, "Wrong alignment on UMontageRequestComponent"); \ +static_assert(sizeof(UMontageRequestComponent) == 0x000110, "Wrong size on UMontageRequestComponent"); \ +static_assert(offsetof(UMontageRequestComponent, OnMontageRequestFulfilled) == 0x0000B0, "Member 'UMontageRequestComponent::OnMontageRequestFulfilled' has a wrong offset!"); \ +static_assert(offsetof(UMontageRequestComponent, OnMontageStarted) == 0x0000C0, "Member 'UMontageRequestComponent::OnMontageStarted' has a wrong offset!"); \ +static_assert(offsetof(UMontageRequestComponent, AnimInstance) == 0x0000D0, "Member 'UMontageRequestComponent::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(UMontageRequestComponent, ActiveMontage) == 0x0000D8, "Member 'UMontageRequestComponent::ActiveMontage' has a wrong offset!"); \ +static_assert(offsetof(UMontageRequestComponent, ActiveRequests) == 0x000100, "Member 'UMontageRequestComponent::ActiveRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementModeEventHandler_HandleMovementModeEvent \ +static_assert(alignof(MovementModeEventHandler_HandleMovementModeEvent) == 0x000001, "Wrong alignment on MovementModeEventHandler_HandleMovementModeEvent"); \ +static_assert(sizeof(MovementModeEventHandler_HandleMovementModeEvent) == 0x000005, "Wrong size on MovementModeEventHandler_HandleMovementModeEvent"); \ +static_assert(offsetof(MovementModeEventHandler_HandleMovementModeEvent, PrevMovementMode) == 0x000000, "Member 'MovementModeEventHandler_HandleMovementModeEvent::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(MovementModeEventHandler_HandleMovementModeEvent, NewMovementMode) == 0x000001, "Member 'MovementModeEventHandler_HandleMovementModeEvent::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(MovementModeEventHandler_HandleMovementModeEvent, PrevCustomMode) == 0x000002, "Member 'MovementModeEventHandler_HandleMovementModeEvent::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(MovementModeEventHandler_HandleMovementModeEvent, NewCustomMode) == 0x000003, "Member 'MovementModeEventHandler_HandleMovementModeEvent::NewCustomMode' has a wrong offset!"); \ +static_assert(offsetof(MovementModeEventHandler_HandleMovementModeEvent, ReturnValue) == 0x000004, "Member 'MovementModeEventHandler_HandleMovementModeEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovementModeEventHandler \ +static_assert(alignof(IMovementModeEventHandler) == 0x000001, "Wrong alignment on IMovementModeEventHandler"); \ +static_assert(sizeof(IMovementModeEventHandler) == 0x000001, "Wrong size on IMovementModeEventHandler"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_ApplyAllForces \ +static_assert(alignof(RotMoveByForceComponent_ApplyAllForces) == 0x000008, "Wrong alignment on RotMoveByForceComponent_ApplyAllForces"); \ +static_assert(sizeof(RotMoveByForceComponent_ApplyAllForces) == 0x000038, "Wrong size on RotMoveByForceComponent_ApplyAllForces"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyAllForces, Rot) == 0x000000, "Member 'RotMoveByForceComponent_ApplyAllForces::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyAllForces, Rots) == 0x000008, "Member 'RotMoveByForceComponent_ApplyAllForces::Rots' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyAllForces, TowardPos) == 0x000018, "Member 'RotMoveByForceComponent_ApplyAllForces::TowardPos' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyAllForces, DeltaTime) == 0x000024, "Member 'RotMoveByForceComponent_ApplyAllForces::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyAllForces, ReturnValue) == 0x000028, "Member 'RotMoveByForceComponent_ApplyAllForces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_ApplyForce \ +static_assert(alignof(RotMoveByForceComponent_ApplyForce) == 0x000008, "Wrong alignment on RotMoveByForceComponent_ApplyForce"); \ +static_assert(sizeof(RotMoveByForceComponent_ApplyForce) == 0x000028, "Wrong size on RotMoveByForceComponent_ApplyForce"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyForce, Rot) == 0x000000, "Member 'RotMoveByForceComponent_ApplyForce::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyForce, Force) == 0x000008, "Member 'RotMoveByForceComponent_ApplyForce::Force' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyForce, DeltaTime) == 0x000014, "Member 'RotMoveByForceComponent_ApplyForce::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyForce, ReturnValue) == 0x000018, "Member 'RotMoveByForceComponent_ApplyForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_ApplyRotation \ +static_assert(alignof(RotMoveByForceComponent_ApplyRotation) == 0x000008, "Wrong alignment on RotMoveByForceComponent_ApplyRotation"); \ +static_assert(sizeof(RotMoveByForceComponent_ApplyRotation) == 0x000018, "Wrong size on RotMoveByForceComponent_ApplyRotation"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyRotation, Rot) == 0x000000, "Member 'RotMoveByForceComponent_ApplyRotation::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyRotation, ToRotation) == 0x000008, "Member 'RotMoveByForceComponent_ApplyRotation::ToRotation' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_ApplyRotation, DeltaTime) == 0x000014, "Member 'RotMoveByForceComponent_ApplyRotation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_CalculateInterRotForces \ +static_assert(alignof(RotMoveByForceComponent_CalculateInterRotForces) == 0x000008, "Wrong alignment on RotMoveByForceComponent_CalculateInterRotForces"); \ +static_assert(sizeof(RotMoveByForceComponent_CalculateInterRotForces) == 0x000028, "Wrong size on RotMoveByForceComponent_CalculateInterRotForces"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateInterRotForces, Rot) == 0x000000, "Member 'RotMoveByForceComponent_CalculateInterRotForces::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateInterRotForces, Rots) == 0x000008, "Member 'RotMoveByForceComponent_CalculateInterRotForces::Rots' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateInterRotForces, DeltaTime) == 0x000018, "Member 'RotMoveByForceComponent_CalculateInterRotForces::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateInterRotForces, ReturnValue) == 0x00001C, "Member 'RotMoveByForceComponent_CalculateInterRotForces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_CalculateMove \ +static_assert(alignof(RotMoveByForceComponent_CalculateMove) == 0x000008, "Wrong alignment on RotMoveByForceComponent_CalculateMove"); \ +static_assert(sizeof(RotMoveByForceComponent_CalculateMove) == 0x000028, "Wrong size on RotMoveByForceComponent_CalculateMove"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateMove, Rot) == 0x000000, "Member 'RotMoveByForceComponent_CalculateMove::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateMove, TowardPos) == 0x000008, "Member 'RotMoveByForceComponent_CalculateMove::TowardPos' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateMove, Mode) == 0x000014, "Member 'RotMoveByForceComponent_CalculateMove::Mode' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateMove, DeltaTime) == 0x000018, "Member 'RotMoveByForceComponent_CalculateMove::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateMove, ReturnValue) == 0x00001C, "Member 'RotMoveByForceComponent_CalculateMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_CalculateNewRotPosition \ +static_assert(alignof(RotMoveByForceComponent_CalculateNewRotPosition) == 0x000008, "Wrong alignment on RotMoveByForceComponent_CalculateNewRotPosition"); \ +static_assert(sizeof(RotMoveByForceComponent_CalculateNewRotPosition) == 0x000018, "Wrong size on RotMoveByForceComponent_CalculateNewRotPosition"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateNewRotPosition, Rot) == 0x000000, "Member 'RotMoveByForceComponent_CalculateNewRotPosition::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateNewRotPosition, OutPos) == 0x000008, "Member 'RotMoveByForceComponent_CalculateNewRotPosition::OutPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_CalculateNewRotRotation \ +static_assert(alignof(RotMoveByForceComponent_CalculateNewRotRotation) == 0x000008, "Wrong alignment on RotMoveByForceComponent_CalculateNewRotRotation"); \ +static_assert(sizeof(RotMoveByForceComponent_CalculateNewRotRotation) == 0x000018, "Wrong size on RotMoveByForceComponent_CalculateNewRotRotation"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateNewRotRotation, Rot) == 0x000000, "Member 'RotMoveByForceComponent_CalculateNewRotRotation::Rot' has a wrong offset!"); \ +static_assert(offsetof(RotMoveByForceComponent_CalculateNewRotRotation, OutRotation) == 0x000008, "Member 'RotMoveByForceComponent_CalculateNewRotRotation::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveByForceComponent_SetCustomOrientation \ +static_assert(alignof(RotMoveByForceComponent_SetCustomOrientation) == 0x000004, "Wrong alignment on RotMoveByForceComponent_SetCustomOrientation"); \ +static_assert(sizeof(RotMoveByForceComponent_SetCustomOrientation) == 0x00000C, "Wrong size on RotMoveByForceComponent_SetCustomOrientation"); \ +static_assert(offsetof(RotMoveByForceComponent_SetCustomOrientation, Orientation) == 0x000000, "Member 'RotMoveByForceComponent_SetCustomOrientation::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveByForceComponent \ +static_assert(alignof(URotMoveByForceComponent) == 0x000010, "Wrong alignment on URotMoveByForceComponent"); \ +static_assert(sizeof(URotMoveByForceComponent) == 0x000330, "Wrong size on URotMoveByForceComponent"); \ +static_assert(offsetof(URotMoveByForceComponent, MoveMode) == 0x000228, "Member 'URotMoveByForceComponent::MoveMode' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, RandomSpeedCurve) == 0x000230, "Member 'URotMoveByForceComponent::RandomSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, MaxMoveForce) == 0x0002B8, "Member 'URotMoveByForceComponent::MaxMoveForce' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, LinearDampening) == 0x0002BC, "Member 'URotMoveByForceComponent::LinearDampening' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, AngularDampening) == 0x0002C0, "Member 'URotMoveByForceComponent::AngularDampening' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, WorldGravityFactor) == 0x0002C4, "Member 'URotMoveByForceComponent::WorldGravityFactor' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, MontageToPlay) == 0x0002C8, "Member 'URotMoveByForceComponent::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, RotateTowardVelocity) == 0x0002E0, "Member 'URotMoveByForceComponent::RotateTowardVelocity' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, RotateTowardCenteroid) == 0x0002E1, "Member 'URotMoveByForceComponent::RotateTowardCenteroid' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, LockRoll) == 0x0002E2, "Member 'URotMoveByForceComponent::LockRoll' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, LockPitch) == 0x0002E3, "Member 'URotMoveByForceComponent::LockPitch' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, LockYaw) == 0x0002E4, "Member 'URotMoveByForceComponent::LockYaw' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, ZeroRoll) == 0x0002E5, "Member 'URotMoveByForceComponent::ZeroRoll' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, ZeroPitch) == 0x0002E6, "Member 'URotMoveByForceComponent::ZeroPitch' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, ZeroYaw) == 0x0002E7, "Member 'URotMoveByForceComponent::ZeroYaw' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, RotationOffset) == 0x0002E8, "Member 'URotMoveByForceComponent::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, RotationLerpSpeed) == 0x0002F4, "Member 'URotMoveByForceComponent::RotationLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, UseCustomOrientation) == 0x0002F8, "Member 'URotMoveByForceComponent::UseCustomOrientation' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, AvoidanceFactor) == 0x0002FC, "Member 'URotMoveByForceComponent::AvoidanceFactor' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, AvoidanceRadius) == 0x000300, "Member 'URotMoveByForceComponent::AvoidanceRadius' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, AttractionFactor) == 0x000304, "Member 'URotMoveByForceComponent::AttractionFactor' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, AttractionRadius) == 0x000308, "Member 'URotMoveByForceComponent::AttractionRadius' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, GravityMass) == 0x00030C, "Member 'URotMoveByForceComponent::GravityMass' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, GravityDistanceExponent) == 0x000310, "Member 'URotMoveByForceComponent::GravityDistanceExponent' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, CustomOrientation) == 0x000314, "Member 'URotMoveByForceComponent::CustomOrientation' has a wrong offset!"); \ +static_assert(offsetof(URotMoveByForceComponent, CachedCentroid) == 0x000320, "Member 'URotMoveByForceComponent::CachedCentroid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamedEventHandler_HandleNamedEvent \ +static_assert(alignof(NamedEventHandler_HandleNamedEvent) == 0x000004, "Wrong alignment on NamedEventHandler_HandleNamedEvent"); \ +static_assert(sizeof(NamedEventHandler_HandleNamedEvent) == 0x00000C, "Wrong size on NamedEventHandler_HandleNamedEvent"); \ +static_assert(offsetof(NamedEventHandler_HandleNamedEvent, Name_0) == 0x000000, "Member 'NamedEventHandler_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(NamedEventHandler_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'NamedEventHandler_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INamedEventHandler \ +static_assert(alignof(INamedEventHandler) == 0x000001, "Wrong alignment on INamedEventHandler"); \ +static_assert(sizeof(INamedEventHandler) == 0x000001, "Wrong size on INamedEventHandler"); \ + +#define DUMPER7_ASSERTS_NativeUltraDynamicSky_SetSolarAngle \ +static_assert(alignof(NativeUltraDynamicSky_SetSolarAngle) == 0x000004, "Wrong alignment on NativeUltraDynamicSky_SetSolarAngle"); \ +static_assert(sizeof(NativeUltraDynamicSky_SetSolarAngle) == 0x000004, "Wrong size on NativeUltraDynamicSky_SetSolarAngle"); \ +static_assert(offsetof(NativeUltraDynamicSky_SetSolarAngle, InTimeOfDay) == 0x000000, "Member 'NativeUltraDynamicSky_SetSolarAngle::InTimeOfDay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANativeUltraDynamicSky \ +static_assert(alignof(ANativeUltraDynamicSky) == 0x000008, "Wrong alignment on ANativeUltraDynamicSky"); \ +static_assert(sizeof(ANativeUltraDynamicSky) == 0x000500, "Wrong size on ANativeUltraDynamicSky"); \ +static_assert(offsetof(ANativeUltraDynamicSky, HorizonBaseColorCurve) == 0x000228, "Member 'ANativeUltraDynamicSky::HorizonBaseColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, ZenithBaseColorCurve) == 0x000248, "Member 'ANativeUltraDynamicSky::ZenithBaseColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudLightColorCurve) == 0x000268, "Member 'ANativeUltraDynamicSky::CloudLightColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDarkColorCurve) == 0x000288, "Member 'ANativeUltraDynamicSky::CloudDarkColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunColorCurve) == 0x0002A8, "Member 'ANativeUltraDynamicSky::SunColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, ShineIntensityCurve) == 0x0002C8, "Member 'ANativeUltraDynamicSky::ShineIntensityCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunCloudyColorCurve) == 0x0002D0, "Member 'ANativeUltraDynamicSky::SunCloudyColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, StarsIntensityCurve) == 0x0002D8, "Member 'ANativeUltraDynamicSky::StarsIntensityCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonPositionCurve) == 0x0002E0, "Member 'ANativeUltraDynamicSky::MoonPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDensityTarget) == 0x0002E8, "Member 'ANativeUltraDynamicSky::CloudDensityTarget' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, ShineVariation) == 0x0002EC, "Member 'ANativeUltraDynamicSky::ShineVariation' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunHighlightRadiusCurve) == 0x0002F0, "Member 'ANativeUltraDynamicSky::SunHighlightRadiusCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, NightFilterCurve) == 0x0002F8, "Member 'ANativeUltraDynamicSky::NightFilterCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, DirectionalIntensityCurve) == 0x000300, "Member 'ANativeUltraDynamicSky::DirectionalIntensityCurve' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, UDMMat) == 0x000308, "Member 'ANativeUltraDynamicSky::UDMMat' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudShadowsMID) == 0x000310, "Member 'ANativeUltraDynamicSky::CloudShadowsMID' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonMat) == 0x000318, "Member 'ANativeUltraDynamicSky::MoonMat' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, DirectionalLight) == 0x000320, "Member 'ANativeUltraDynamicSky::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, Root) == 0x000328, "Member 'ANativeUltraDynamicSky::Root' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunRoot) == 0x000330, "Member 'ANativeUltraDynamicSky::SunRoot' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonArrow) == 0x000338, "Member 'ANativeUltraDynamicSky::MoonArrow' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonPlane) == 0x000340, "Member 'ANativeUltraDynamicSky::MoonPlane' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SkySphere) == 0x000348, "Member 'ANativeUltraDynamicSky::SkySphere' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, TimeOfDay) == 0x000350, "Member 'ANativeUltraDynamicSky::TimeOfDay' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, Saturation) == 0x000354, "Member 'ANativeUltraDynamicSky::Saturation' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, OverallIntensity) == 0x000358, "Member 'ANativeUltraDynamicSky::OverallIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, NightBrightness) == 0x00035C, "Member 'ANativeUltraDynamicSky::NightBrightness' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, ColorScheme) == 0x000360, "Member 'ANativeUltraDynamicSky::ColorScheme' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, DayLength) == 0x000364, "Member 'ANativeUltraDynamicSky::DayLength' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, AnimateDayNightCycle) == 0x000368, "Member 'ANativeUltraDynamicSky::AnimateDayNightCycle' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SimulateCloudDensityChanges) == 0x000369, "Member 'ANativeUltraDynamicSky::SimulateCloudDensityChanges' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDensityShiftFrequencyMin) == 0x00036C, "Member 'ANativeUltraDynamicSky::CloudDensityShiftFrequencyMin' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDensityShiftFrequencyMax) == 0x000370, "Member 'ANativeUltraDynamicSky::CloudDensityShiftFrequencyMax' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDensityShiftFrequencyScale) == 0x000374, "Member 'ANativeUltraDynamicSky::CloudDensityShiftFrequencyScale' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDensityChange) == 0x000378, "Member 'ANativeUltraDynamicSky::CloudDensityChange' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SimulateMoonPhaseChanges) == 0x00037C, "Member 'ANativeUltraDynamicSky::SimulateMoonPhaseChanges' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudSpeed) == 0x000380, "Member 'ANativeUltraDynamicSky::CloudSpeed' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDensity) == 0x000384, "Member 'ANativeUltraDynamicSky::CloudDensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudWispsOpacity) == 0x000388, "Member 'ANativeUltraDynamicSky::CloudWispsOpacity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudPhase) == 0x00038C, "Member 'ANativeUltraDynamicSky::CloudPhase' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudOpacity) == 0x000390, "Member 'ANativeUltraDynamicSky::CloudOpacity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunLightingIntensity) == 0x000394, "Member 'ANativeUltraDynamicSky::SunLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, UseCloudShadows) == 0x000398, "Member 'ANativeUltraDynamicSky::UseCloudShadows' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudShadowsScale) == 0x00039C, "Member 'ANativeUltraDynamicSky::CloudShadowsScale' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudShadowsIntensity) == 0x0003A0, "Member 'ANativeUltraDynamicSky::CloudShadowsIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudsBaseTexture) == 0x0003A8, "Member 'ANativeUltraDynamicSky::CloudsBaseTexture' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudTiling) == 0x0003B0, "Member 'ANativeUltraDynamicSky::CloudTiling' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudDirection) == 0x0003B4, "Member 'ANativeUltraDynamicSky::CloudDirection' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, OneCloudLayer) == 0x0003B8, "Member 'ANativeUltraDynamicSky::OneCloudLayer' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudHeight1) == 0x0003BC, "Member 'ANativeUltraDynamicSky::CloudHeight1' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudHeight2) == 0x0003C0, "Member 'ANativeUltraDynamicSky::CloudHeight2' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunAngle) == 0x0003C4, "Member 'ANativeUltraDynamicSky::SunAngle' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunBrightness) == 0x0003C8, "Member 'ANativeUltraDynamicSky::SunBrightness' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunHighlightRadius) == 0x0003CC, "Member 'ANativeUltraDynamicSky::SunHighlightRadius' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunRotation) == 0x0003D0, "Member 'ANativeUltraDynamicSky::SunRotation' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunRadius) == 0x0003DC, "Member 'ANativeUltraDynamicSky::SunRadius' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, AutomaticallySetSunLightRotation) == 0x0003E0, "Member 'ANativeUltraDynamicSky::AutomaticallySetSunLightRotation' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunInclination) == 0x0003E4, "Member 'ANativeUltraDynamicSky::SunInclination' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunLightIntensity) == 0x0003E8, "Member 'ANativeUltraDynamicSky::SunLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SunVolumetricScatteringIntensity) == 0x0003EC, "Member 'ANativeUltraDynamicSky::SunVolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonPosition) == 0x0003F0, "Member 'ANativeUltraDynamicSky::MoonPosition' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CloudShineIntensity) == 0x0003F4, "Member 'ANativeUltraDynamicSky::CloudShineIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonScale) == 0x0003F8, "Member 'ANativeUltraDynamicSky::MoonScale' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonInclination) == 0x0003FC, "Member 'ANativeUltraDynamicSky::MoonInclination' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonPhase) == 0x000400, "Member 'ANativeUltraDynamicSky::MoonPhase' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonIntensity) == 0x000404, "Member 'ANativeUltraDynamicSky::MoonIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonColor) == 0x000408, "Member 'ANativeUltraDynamicSky::MoonColor' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, StarsIntensity) == 0x000418, "Member 'ANativeUltraDynamicSky::StarsIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, StarsColor) == 0x00041C, "Member 'ANativeUltraDynamicSky::StarsColor' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonOrbitOffset) == 0x00042C, "Member 'ANativeUltraDynamicSky::MoonOrbitOffset' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, AutomaticallySetMoonLightRotation) == 0x000430, "Member 'ANativeUltraDynamicSky::AutomaticallySetMoonLightRotation' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonLightIntensity) == 0x000434, "Member 'ANativeUltraDynamicSky::MoonLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, StarsSpeed) == 0x000438, "Member 'ANativeUltraDynamicSky::StarsSpeed' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonRotation) == 0x00043C, "Member 'ANativeUltraDynamicSky::MoonRotation' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, CustomMoonTexture) == 0x000440, "Member 'ANativeUltraDynamicSky::CustomMoonTexture' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, UseCustomMoonTexture) == 0x000448, "Member 'ANativeUltraDynamicSky::UseCustomMoonTexture' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonGlowIntensity) == 0x00044C, "Member 'ANativeUltraDynamicSky::MoonGlowIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonAngle) == 0x000450, "Member 'ANativeUltraDynamicSky::MoonAngle' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonVolumetricScatteringIntensity) == 0x000454, "Member 'ANativeUltraDynamicSky::MoonVolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, AuroraIntensity) == 0x000458, "Member 'ANativeUltraDynamicSky::AuroraIntensity' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, AuroraSpeed) == 0x00045C, "Member 'ANativeUltraDynamicSky::AuroraSpeed' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, UseMochiPPVConfig) == 0x000460, "Member 'ANativeUltraDynamicSky::UseMochiPPVConfig' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, ExponentialHeightFog) == 0x000468, "Member 'ANativeUltraDynamicSky::ExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, MoonLight) == 0x000470, "Member 'ANativeUltraDynamicSky::MoonLight' has a wrong offset!"); \ +static_assert(offsetof(ANativeUltraDynamicSky, SkyLight) == 0x000478, "Member 'ANativeUltraDynamicSky::SkyLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryableItem_HandleRotActionPerformed \ +static_assert(alignof(RotCarryableItem_HandleRotActionPerformed) == 0x000008, "Wrong alignment on RotCarryableItem_HandleRotActionPerformed"); \ +static_assert(sizeof(RotCarryableItem_HandleRotActionPerformed) == 0x000018, "Wrong size on RotCarryableItem_HandleRotActionPerformed"); \ +static_assert(offsetof(RotCarryableItem_HandleRotActionPerformed, Action) == 0x000000, "Member 'RotCarryableItem_HandleRotActionPerformed::Action' has a wrong offset!"); \ +static_assert(offsetof(RotCarryableItem_HandleRotActionPerformed, FromOwner) == 0x000008, "Member 'RotCarryableItem_HandleRotActionPerformed::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryableItem_HandleSnapped \ +static_assert(alignof(RotCarryableItem_HandleSnapped) == 0x000001, "Wrong alignment on RotCarryableItem_HandleSnapped"); \ +static_assert(sizeof(RotCarryableItem_HandleSnapped) == 0x000001, "Wrong size on RotCarryableItem_HandleSnapped"); \ +static_assert(offsetof(RotCarryableItem_HandleSnapped, Success) == 0x000000, "Member 'RotCarryableItem_HandleSnapped::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCarryableItem \ +static_assert(alignof(ARotCarryableItem) == 0x000010, "Wrong alignment on ARotCarryableItem"); \ +static_assert(sizeof(ARotCarryableItem) == 0x0003E0, "Wrong size on ARotCarryableItem"); \ +static_assert(offsetof(ARotCarryableItem, RotationRate) == 0x000238, "Member 'ARotCarryableItem::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, MaxWalkSpeed) == 0x00023C, "Member 'ARotCarryableItem::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, MaxAcceleration) == 0x000240, "Member 'ARotCarryableItem::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, BrakingDeceleration) == 0x000244, "Member 'ARotCarryableItem::BrakingDeceleration' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, SnapRotation) == 0x000248, "Member 'ARotCarryableItem::SnapRotation' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, CarryHeightOffset) == 0x00024C, "Member 'ARotCarryableItem::CarryHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, CarryMontage) == 0x000250, "Member 'ARotCarryableItem::CarryMontage' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, MochiAudio) == 0x000258, "Member 'ARotCarryableItem::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, StaticMesh) == 0x000260, "Member 'ARotCarryableItem::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, MeshBounds) == 0x000268, "Member 'ARotCarryableItem::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, NavAgentProps) == 0x000288, "Member 'ARotCarryableItem::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, RotAction) == 0x0002B8, "Member 'ARotCarryableItem::RotAction' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, RotOwner) == 0x0002C0, "Member 'ARotCarryableItem::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, Lock) == 0x0002C8, "Member 'ARotCarryableItem::Lock' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, SaveGame) == 0x0002D0, "Member 'ARotCarryableItem::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, TriggerNode) == 0x0002D8, "Member 'ARotCarryableItem::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, RotCarryByPOIMovement) == 0x0002E0, "Member 'ARotCarryableItem::RotCarryByPOIMovement' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, IsBeingCarried) == 0x0002E8, "Member 'ARotCarryableItem::IsBeingCarried' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, HasSnappedSuccessfully) == 0x0002E9, "Member 'ARotCarryableItem::HasSnappedSuccessfully' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, SavedTransform) == 0x0002F0, "Member 'ARotCarryableItem::SavedTransform' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, SavedMeshTransform) == 0x000320, "Member 'ARotCarryableItem::SavedMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, SnappedSocket) == 0x000350, "Member 'ARotCarryableItem::SnappedSocket' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, AbilityTag) == 0x0003C0, "Member 'ARotCarryableItem::AbilityTag' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryableItem, PlayerInventory) == 0x0003C8, "Member 'ARotCarryableItem::PlayerInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANPCBaseController \ +static_assert(alignof(ANPCBaseController) == 0x000008, "Wrong alignment on ANPCBaseController"); \ +static_assert(sizeof(ANPCBaseController) == 0x000380, "Wrong size on ANPCBaseController"); \ + +#define DUMPER7_ASSERTS_UObjectiveMarkerWidget \ +static_assert(alignof(UObjectiveMarkerWidget) == 0x000008, "Wrong alignment on UObjectiveMarkerWidget"); \ +static_assert(sizeof(UObjectiveMarkerWidget) == 0x000270, "Wrong size on UObjectiveMarkerWidget"); \ +static_assert(offsetof(UObjectiveMarkerWidget, HandleInC) == 0x000260, "Member 'UObjectiveMarkerWidget::HandleInC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCarryCallAbility \ +static_assert(alignof(ARotCarryCallAbility) == 0x000010, "Wrong alignment on ARotCarryCallAbility"); \ +static_assert(sizeof(ARotCarryCallAbility) == 0x000320, "Wrong size on ARotCarryCallAbility"); \ +static_assert(offsetof(ARotCarryCallAbility, CarryCharacter) == 0x000310, "Member 'ARotCarryCallAbility::CarryCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectivesModalWidget_FoundActivatedObjective \ +static_assert(alignof(ObjectivesModalWidget_FoundActivatedObjective) == 0x000008, "Wrong alignment on ObjectivesModalWidget_FoundActivatedObjective"); \ +static_assert(sizeof(ObjectivesModalWidget_FoundActivatedObjective) == 0x0000A8, "Wrong size on ObjectivesModalWidget_FoundActivatedObjective"); \ +static_assert(offsetof(ObjectivesModalWidget_FoundActivatedObjective, ActivatedObjectiveStruct) == 0x000000, "Member 'ObjectivesModalWidget_FoundActivatedObjective::ActivatedObjectiveStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectivesModalWidget_FoundActivatedSpiritMail \ +static_assert(alignof(ObjectivesModalWidget_FoundActivatedSpiritMail) == 0x000008, "Wrong alignment on ObjectivesModalWidget_FoundActivatedSpiritMail"); \ +static_assert(sizeof(ObjectivesModalWidget_FoundActivatedSpiritMail) == 0x000058, "Wrong size on ObjectivesModalWidget_FoundActivatedSpiritMail"); \ +static_assert(offsetof(ObjectivesModalWidget_FoundActivatedSpiritMail, FoundSpiritMailStruct) == 0x000000, "Member 'ObjectivesModalWidget_FoundActivatedSpiritMail::FoundSpiritMailStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectivesModalWidget_UpdateObjectiveState \ +static_assert(alignof(ObjectivesModalWidget_UpdateObjectiveState) == 0x000008, "Wrong alignment on ObjectivesModalWidget_UpdateObjectiveState"); \ +static_assert(sizeof(ObjectivesModalWidget_UpdateObjectiveState) == 0x0000A8, "Wrong size on ObjectivesModalWidget_UpdateObjectiveState"); \ +static_assert(offsetof(ObjectivesModalWidget_UpdateObjectiveState, ObjectiveStruct) == 0x000000, "Member 'ObjectivesModalWidget_UpdateObjectiveState::ObjectiveStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectivesModalWidget_UpdateSpiritMailState \ +static_assert(alignof(ObjectivesModalWidget_UpdateSpiritMailState) == 0x000008, "Wrong alignment on ObjectivesModalWidget_UpdateSpiritMailState"); \ +static_assert(sizeof(ObjectivesModalWidget_UpdateSpiritMailState) == 0x000058, "Wrong size on ObjectivesModalWidget_UpdateSpiritMailState"); \ +static_assert(offsetof(ObjectivesModalWidget_UpdateSpiritMailState, SpiritMailStruct) == 0x000000, "Member 'ObjectivesModalWidget_UpdateSpiritMailState::SpiritMailStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectivesModalWidget \ +static_assert(alignof(UObjectivesModalWidget) == 0x000008, "Wrong alignment on UObjectivesModalWidget"); \ +static_assert(sizeof(UObjectivesModalWidget) == 0x000268, "Wrong size on UObjectivesModalWidget"); \ +static_assert(offsetof(UObjectivesModalWidget, RelicPhase) == 0x000260, "Member 'UObjectivesModalWidget::RelicPhase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsCycleSelect_ValueChanged \ +static_assert(alignof(OptionsCycleSelect_ValueChanged) == 0x000004, "Wrong alignment on OptionsCycleSelect_ValueChanged"); \ +static_assert(sizeof(OptionsCycleSelect_ValueChanged) == 0x000004, "Wrong size on OptionsCycleSelect_ValueChanged"); \ +static_assert(offsetof(OptionsCycleSelect_ValueChanged, Value) == 0x000000, "Member 'OptionsCycleSelect_ValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsCycleSelect \ +static_assert(alignof(UOptionsCycleSelect) == 0x000008, "Wrong alignment on UOptionsCycleSelect"); \ +static_assert(sizeof(UOptionsCycleSelect) == 0x0002F0, "Wrong size on UOptionsCycleSelect"); \ +static_assert(offsetof(UOptionsCycleSelect, LastConfirmedValue) == 0x0002D0, "Member 'UOptionsCycleSelect::LastConfirmedValue' has a wrong offset!"); \ +static_assert(offsetof(UOptionsCycleSelect, Behavior) == 0x0002E0, "Member 'UOptionsCycleSelect::Behavior' has a wrong offset!"); \ +static_assert(offsetof(UOptionsCycleSelect, DirtyFlag) == 0x0002E8, "Member 'UOptionsCycleSelect::DirtyFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItem_OnCycleSelectValueChanged \ +static_assert(alignof(OptionsMenuItem_OnCycleSelectValueChanged) == 0x000004, "Wrong alignment on OptionsMenuItem_OnCycleSelectValueChanged"); \ +static_assert(sizeof(OptionsMenuItem_OnCycleSelectValueChanged) == 0x000004, "Wrong size on OptionsMenuItem_OnCycleSelectValueChanged"); \ +static_assert(offsetof(OptionsMenuItem_OnCycleSelectValueChanged, NewValue) == 0x000000, "Member 'OptionsMenuItem_OnCycleSelectValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItem_OnSliderValueChanged \ +static_assert(alignof(OptionsMenuItem_OnSliderValueChanged) == 0x000004, "Wrong alignment on OptionsMenuItem_OnSliderValueChanged"); \ +static_assert(sizeof(OptionsMenuItem_OnSliderValueChanged) == 0x000004, "Wrong size on OptionsMenuItem_OnSliderValueChanged"); \ +static_assert(offsetof(OptionsMenuItem_OnSliderValueChanged, NewValue) == 0x000000, "Member 'OptionsMenuItem_OnSliderValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItem_DoesApplyToGameSave \ +static_assert(alignof(OptionsMenuItem_DoesApplyToGameSave) == 0x000001, "Wrong alignment on OptionsMenuItem_DoesApplyToGameSave"); \ +static_assert(sizeof(OptionsMenuItem_DoesApplyToGameSave) == 0x000001, "Wrong size on OptionsMenuItem_DoesApplyToGameSave"); \ +static_assert(offsetof(OptionsMenuItem_DoesApplyToGameSave, ReturnValue) == 0x000000, "Member 'OptionsMenuItem_DoesApplyToGameSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItem_IsAvailableForCurrentPlatform \ +static_assert(alignof(OptionsMenuItem_IsAvailableForCurrentPlatform) == 0x000001, "Wrong alignment on OptionsMenuItem_IsAvailableForCurrentPlatform"); \ +static_assert(sizeof(OptionsMenuItem_IsAvailableForCurrentPlatform) == 0x000001, "Wrong size on OptionsMenuItem_IsAvailableForCurrentPlatform"); \ +static_assert(offsetof(OptionsMenuItem_IsAvailableForCurrentPlatform, ReturnValue) == 0x000000, "Member 'OptionsMenuItem_IsAvailableForCurrentPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionsMenuItem_WasValueModified \ +static_assert(alignof(OptionsMenuItem_WasValueModified) == 0x000001, "Wrong alignment on OptionsMenuItem_WasValueModified"); \ +static_assert(sizeof(OptionsMenuItem_WasValueModified) == 0x000001, "Wrong size on OptionsMenuItem_WasValueModified"); \ +static_assert(offsetof(OptionsMenuItem_WasValueModified, ReturnValue) == 0x000000, "Member 'OptionsMenuItem_WasValueModified::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsMenuItem \ +static_assert(alignof(UOptionsMenuItem) == 0x000008, "Wrong alignment on UOptionsMenuItem"); \ +static_assert(sizeof(UOptionsMenuItem) == 0x000310, "Wrong size on UOptionsMenuItem"); \ +static_assert(offsetof(UOptionsMenuItem, FocusedImage) == 0x000260, "Member 'UOptionsMenuItem::FocusedImage' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OptionCycleSelect) == 0x000268, "Member 'UOptionsMenuItem::OptionCycleSelect' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OptionSlider) == 0x000270, "Member 'UOptionsMenuItem::OptionSlider' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, SliderValue) == 0x000278, "Member 'UOptionsMenuItem::SliderValue' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OptionButton) == 0x000280, "Member 'UOptionsMenuItem::OptionButton' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OptionName) == 0x000288, "Member 'UOptionsMenuItem::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OptionType) == 0x000290, "Member 'UOptionsMenuItem::OptionType' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, ButtonSwitcher) == 0x000298, "Member 'UOptionsMenuItem::ButtonSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OptionTypeSwitcher) == 0x0002A0, "Member 'UOptionsMenuItem::OptionTypeSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OnButtonClicked) == 0x0002A8, "Member 'UOptionsMenuItem::OnButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OnValueChanged) == 0x0002B8, "Member 'UOptionsMenuItem::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, OnTooltipUpdated) == 0x0002C8, "Member 'UOptionsMenuItem::OnTooltipUpdated' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, PlatformAvailability) == 0x0002F0, "Member 'UOptionsMenuItem::PlatformAvailability' has a wrong offset!"); \ +static_assert(offsetof(UOptionsMenuItem, InputType) == 0x0002F8, "Member 'UOptionsMenuItem::InputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptionsMenuType \ +static_assert(alignof(IOptionsMenuType) == 0x000001, "Wrong alignment on IOptionsMenuType"); \ +static_assert(sizeof(IOptionsMenuType) == 0x000001, "Wrong size on IOptionsMenuType"); \ + +#define DUMPER7_ASSERTS_OptionsSlider_ValueChanged \ +static_assert(alignof(OptionsSlider_ValueChanged) == 0x000004, "Wrong alignment on OptionsSlider_ValueChanged"); \ +static_assert(sizeof(OptionsSlider_ValueChanged) == 0x000004, "Wrong size on OptionsSlider_ValueChanged"); \ +static_assert(offsetof(OptionsSlider_ValueChanged, NewValue) == 0x000000, "Member 'OptionsSlider_ValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionsSlider \ +static_assert(alignof(UOptionsSlider) == 0x000008, "Wrong alignment on UOptionsSlider"); \ +static_assert(sizeof(UOptionsSlider) == 0x000548, "Wrong size on UOptionsSlider"); \ +static_assert(offsetof(UOptionsSlider, LastConfirmedValue) == 0x000528, "Member 'UOptionsSlider::LastConfirmedValue' has a wrong offset!"); \ +static_assert(offsetof(UOptionsSlider, Behavior) == 0x000538, "Member 'UOptionsSlider::Behavior' has a wrong offset!"); \ +static_assert(offsetof(UOptionsSlider, DirtyFlag) == 0x000540, "Member 'UOptionsSlider::DirtyFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParameterTweenComponent_SetIsManagedByDeadzoneGroup \ +static_assert(alignof(ParameterTweenComponent_SetIsManagedByDeadzoneGroup) == 0x000001, "Wrong alignment on ParameterTweenComponent_SetIsManagedByDeadzoneGroup"); \ +static_assert(sizeof(ParameterTweenComponent_SetIsManagedByDeadzoneGroup) == 0x000001, "Wrong size on ParameterTweenComponent_SetIsManagedByDeadzoneGroup"); \ +static_assert(offsetof(ParameterTweenComponent_SetIsManagedByDeadzoneGroup, InIsManagedByDeadzone) == 0x000000, "Member 'ParameterTweenComponent_SetIsManagedByDeadzoneGroup::InIsManagedByDeadzone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParameterTweenComponent_SnapTweenToPosition \ +static_assert(alignof(ParameterTweenComponent_SnapTweenToPosition) == 0x000001, "Wrong alignment on ParameterTweenComponent_SnapTweenToPosition"); \ +static_assert(sizeof(ParameterTweenComponent_SnapTweenToPosition) == 0x000001, "Wrong size on ParameterTweenComponent_SnapTweenToPosition"); \ +static_assert(offsetof(ParameterTweenComponent_SnapTweenToPosition, SnapPosition) == 0x000000, "Member 'ParameterTweenComponent_SnapTweenToPosition::SnapPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParameterTweenComponent_T_PlayTweenForward \ +static_assert(alignof(ParameterTweenComponent_T_PlayTweenForward) == 0x000008, "Wrong alignment on ParameterTweenComponent_T_PlayTweenForward"); \ +static_assert(sizeof(ParameterTweenComponent_T_PlayTweenForward) == 0x000008, "Wrong size on ParameterTweenComponent_T_PlayTweenForward"); \ +static_assert(offsetof(ParameterTweenComponent_T_PlayTweenForward, Params_0) == 0x000000, "Member 'ParameterTweenComponent_T_PlayTweenForward::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParameterTweenComponent_T_PlayTweenReverse \ +static_assert(alignof(ParameterTweenComponent_T_PlayTweenReverse) == 0x000008, "Wrong alignment on ParameterTweenComponent_T_PlayTweenReverse"); \ +static_assert(sizeof(ParameterTweenComponent_T_PlayTweenReverse) == 0x000008, "Wrong size on ParameterTweenComponent_T_PlayTweenReverse"); \ +static_assert(offsetof(ParameterTweenComponent_T_PlayTweenReverse, Params_0) == 0x000000, "Member 'ParameterTweenComponent_T_PlayTweenReverse::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParameterTweenComponent \ +static_assert(alignof(UParameterTweenComponent) == 0x000008, "Wrong alignment on UParameterTweenComponent"); \ +static_assert(sizeof(UParameterTweenComponent) == 0x000230, "Wrong size on UParameterTweenComponent"); \ +static_assert(offsetof(UParameterTweenComponent, OnPlayedForward) == 0x0000B0, "Member 'UParameterTweenComponent::OnPlayedForward' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, OnPlayedReverse) == 0x0000C0, "Member 'UParameterTweenComponent::OnPlayedReverse' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, OnPlaybackBegan) == 0x0000D0, "Member 'UParameterTweenComponent::OnPlaybackBegan' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, OnTweenFinished) == 0x0000E0, "Member 'UParameterTweenComponent::OnTweenFinished' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, TimelineCurve) == 0x0000F0, "Member 'UParameterTweenComponent::TimelineCurve' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, Duration) == 0x000178, "Member 'UParameterTweenComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, FilterTag) == 0x00017C, "Member 'UParameterTweenComponent::FilterTag' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, ScalarParameterMinMax) == 0x000188, "Member 'UParameterTweenComponent::ScalarParameterMinMax' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, UseCustomPrimitiveData) == 0x0001D8, "Member 'UParameterTweenComponent::UseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, CustomPrimitiveDataMinMax) == 0x0001E0, "Member 'UParameterTweenComponent::CustomPrimitiveDataMinMax' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, PlaybackPosition) == 0x0001F0, "Member 'UParameterTweenComponent::PlaybackPosition' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, Meshes) == 0x0001F8, "Member 'UParameterTweenComponent::Meshes' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, Decals) == 0x000208, "Member 'UParameterTweenComponent::Decals' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, Materials) == 0x000218, "Member 'UParameterTweenComponent::Materials' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, InternalTime) == 0x000228, "Member 'UParameterTweenComponent::InternalTime' has a wrong offset!"); \ +static_assert(offsetof(UParameterTweenComponent, IsManagedByDeadzoneGroup) == 0x00022C, "Member 'UParameterTweenComponent::IsManagedByDeadzoneGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_IncrementValue \ +static_assert(alignof(PDSManager_IncrementValue) == 0x000004, "Wrong alignment on PDSManager_IncrementValue"); \ +static_assert(sizeof(PDSManager_IncrementValue) == 0x000010, "Wrong size on PDSManager_IncrementValue"); \ +static_assert(offsetof(PDSManager_IncrementValue, Key) == 0x000000, "Member 'PDSManager_IncrementValue::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_IncrementValue, OutValue) == 0x000008, "Member 'PDSManager_IncrementValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_IncrementValue, ReturnValue) == 0x00000C, "Member 'PDSManager_IncrementValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_LoadRuntime \ +static_assert(alignof(PDSManager_LoadRuntime) == 0x000008, "Wrong alignment on PDSManager_LoadRuntime"); \ +static_assert(sizeof(PDSManager_LoadRuntime) == 0x000010, "Wrong size on PDSManager_LoadRuntime"); \ +static_assert(offsetof(PDSManager_LoadRuntime, InData) == 0x000000, "Member 'PDSManager_LoadRuntime::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_SaveRuntime \ +static_assert(alignof(PDSManager_SaveRuntime) == 0x000008, "Wrong alignment on PDSManager_SaveRuntime"); \ +static_assert(sizeof(PDSManager_SaveRuntime) == 0x000010, "Wrong size on PDSManager_SaveRuntime"); \ +static_assert(offsetof(PDSManager_SaveRuntime, OutData) == 0x000000, "Member 'PDSManager_SaveRuntime::OutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_SetValue \ +static_assert(alignof(PDSManager_SetValue) == 0x000004, "Wrong alignment on PDSManager_SetValue"); \ +static_assert(sizeof(PDSManager_SetValue) == 0x000010, "Wrong size on PDSManager_SetValue"); \ +static_assert(offsetof(PDSManager_SetValue, Key) == 0x000000, "Member 'PDSManager_SetValue::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_SetValue, Value) == 0x000008, "Member 'PDSManager_SetValue::Value' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_SetValue, ReturnValue) == 0x00000C, "Member 'PDSManager_SetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_SetValueIfLower \ +static_assert(alignof(PDSManager_SetValueIfLower) == 0x000004, "Wrong alignment on PDSManager_SetValueIfLower"); \ +static_assert(sizeof(PDSManager_SetValueIfLower) == 0x000010, "Wrong size on PDSManager_SetValueIfLower"); \ +static_assert(offsetof(PDSManager_SetValueIfLower, Key) == 0x000000, "Member 'PDSManager_SetValueIfLower::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_SetValueIfLower, Value) == 0x000008, "Member 'PDSManager_SetValueIfLower::Value' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_SetValueIfLower, ReturnValue) == 0x00000C, "Member 'PDSManager_SetValueIfLower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_UnwatchCondition \ +static_assert(alignof(PDSManager_UnwatchCondition) == 0x000004, "Wrong alignment on PDSManager_UnwatchCondition"); \ +static_assert(sizeof(PDSManager_UnwatchCondition) == 0x000024, "Wrong size on PDSManager_UnwatchCondition"); \ +static_assert(offsetof(PDSManager_UnwatchCondition, Condition) == 0x000000, "Member 'PDSManager_UnwatchCondition::Condition' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_UnwatchCondition, ConditionMetCallback) == 0x000010, "Member 'PDSManager_UnwatchCondition::ConditionMetCallback' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_UnwatchCondition, ReturnValue) == 0x000020, "Member 'PDSManager_UnwatchCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_UnwatchDependenciesMet \ +static_assert(alignof(PDSManager_UnwatchDependenciesMet) == 0x000004, "Wrong alignment on PDSManager_UnwatchDependenciesMet"); \ +static_assert(sizeof(PDSManager_UnwatchDependenciesMet) == 0x00001C, "Wrong size on PDSManager_UnwatchDependenciesMet"); \ +static_assert(offsetof(PDSManager_UnwatchDependenciesMet, Key) == 0x000000, "Member 'PDSManager_UnwatchDependenciesMet::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_UnwatchDependenciesMet, DependenciesMetCallback) == 0x000008, "Member 'PDSManager_UnwatchDependenciesMet::DependenciesMetCallback' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_UnwatchDependenciesMet, ReturnValue) == 0x000018, "Member 'PDSManager_UnwatchDependenciesMet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_UnwatchValue \ +static_assert(alignof(PDSManager_UnwatchValue) == 0x000004, "Wrong alignment on PDSManager_UnwatchValue"); \ +static_assert(sizeof(PDSManager_UnwatchValue) == 0x00001C, "Wrong size on PDSManager_UnwatchValue"); \ +static_assert(offsetof(PDSManager_UnwatchValue, Key) == 0x000000, "Member 'PDSManager_UnwatchValue::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_UnwatchValue, ValueChangedCallback) == 0x000008, "Member 'PDSManager_UnwatchValue::ValueChangedCallback' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_UnwatchValue, ReturnValue) == 0x000018, "Member 'PDSManager_UnwatchValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_WatchCondition \ +static_assert(alignof(PDSManager_WatchCondition) == 0x000004, "Wrong alignment on PDSManager_WatchCondition"); \ +static_assert(sizeof(PDSManager_WatchCondition) == 0x000024, "Wrong size on PDSManager_WatchCondition"); \ +static_assert(offsetof(PDSManager_WatchCondition, Condition) == 0x000000, "Member 'PDSManager_WatchCondition::Condition' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_WatchCondition, ConditionMetCallback) == 0x000010, "Member 'PDSManager_WatchCondition::ConditionMetCallback' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_WatchCondition, ReturnValue) == 0x000020, "Member 'PDSManager_WatchCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_WatchDependenciesMet \ +static_assert(alignof(PDSManager_WatchDependenciesMet) == 0x000004, "Wrong alignment on PDSManager_WatchDependenciesMet"); \ +static_assert(sizeof(PDSManager_WatchDependenciesMet) == 0x00001C, "Wrong size on PDSManager_WatchDependenciesMet"); \ +static_assert(offsetof(PDSManager_WatchDependenciesMet, Key) == 0x000000, "Member 'PDSManager_WatchDependenciesMet::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_WatchDependenciesMet, DependenciesMetCallback) == 0x000008, "Member 'PDSManager_WatchDependenciesMet::DependenciesMetCallback' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_WatchDependenciesMet, ReturnValue) == 0x000018, "Member 'PDSManager_WatchDependenciesMet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_WatchValue \ +static_assert(alignof(PDSManager_WatchValue) == 0x000004, "Wrong alignment on PDSManager_WatchValue"); \ +static_assert(sizeof(PDSManager_WatchValue) == 0x00001C, "Wrong size on PDSManager_WatchValue"); \ +static_assert(offsetof(PDSManager_WatchValue, Key) == 0x000000, "Member 'PDSManager_WatchValue::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_WatchValue, ValueChangedCallback) == 0x000008, "Member 'PDSManager_WatchValue::ValueChangedCallback' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_WatchValue, ReturnValue) == 0x000018, "Member 'PDSManager_WatchValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_EvaluatePDSWatch \ +static_assert(alignof(PDSManager_EvaluatePDSWatch) == 0x000004, "Wrong alignment on PDSManager_EvaluatePDSWatch"); \ +static_assert(sizeof(PDSManager_EvaluatePDSWatch) == 0x000014, "Wrong size on PDSManager_EvaluatePDSWatch"); \ +static_assert(offsetof(PDSManager_EvaluatePDSWatch, Condition) == 0x000000, "Member 'PDSManager_EvaluatePDSWatch::Condition' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_EvaluatePDSWatch, ReturnValue) == 0x000010, "Member 'PDSManager_EvaluatePDSWatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_GetDependenciesMet \ +static_assert(alignof(PDSManager_GetDependenciesMet) == 0x000004, "Wrong alignment on PDSManager_GetDependenciesMet"); \ +static_assert(sizeof(PDSManager_GetDependenciesMet) == 0x00000C, "Wrong size on PDSManager_GetDependenciesMet"); \ +static_assert(offsetof(PDSManager_GetDependenciesMet, Key) == 0x000000, "Member 'PDSManager_GetDependenciesMet::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_GetDependenciesMet, ReturnValue) == 0x000008, "Member 'PDSManager_GetDependenciesMet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_GetMaxValue \ +static_assert(alignof(PDSManager_GetMaxValue) == 0x000004, "Wrong alignment on PDSManager_GetMaxValue"); \ +static_assert(sizeof(PDSManager_GetMaxValue) == 0x000010, "Wrong size on PDSManager_GetMaxValue"); \ +static_assert(offsetof(PDSManager_GetMaxValue, Key) == 0x000000, "Member 'PDSManager_GetMaxValue::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_GetMaxValue, OutValue) == 0x000008, "Member 'PDSManager_GetMaxValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_GetMaxValue, ReturnValue) == 0x00000C, "Member 'PDSManager_GetMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_GetValue \ +static_assert(alignof(PDSManager_GetValue) == 0x000004, "Wrong alignment on PDSManager_GetValue"); \ +static_assert(sizeof(PDSManager_GetValue) == 0x000010, "Wrong size on PDSManager_GetValue"); \ +static_assert(offsetof(PDSManager_GetValue, Key) == 0x000000, "Member 'PDSManager_GetValue::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_GetValue, OutValue) == 0x000008, "Member 'PDSManager_GetValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_GetValue, ReturnValue) == 0x00000C, "Member 'PDSManager_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSManager_KeyExists \ +static_assert(alignof(PDSManager_KeyExists) == 0x000004, "Wrong alignment on PDSManager_KeyExists"); \ +static_assert(sizeof(PDSManager_KeyExists) == 0x00000C, "Wrong size on PDSManager_KeyExists"); \ +static_assert(offsetof(PDSManager_KeyExists, Key) == 0x000000, "Member 'PDSManager_KeyExists::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSManager_KeyExists, ReturnValue) == 0x000008, "Member 'PDSManager_KeyExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APDSManager \ +static_assert(alignof(APDSManager) == 0x000008, "Wrong alignment on APDSManager"); \ +static_assert(sizeof(APDSManager) == 0x000390, "Wrong size on APDSManager"); \ +static_assert(offsetof(APDSManager, PDSAsset) == 0x000228, "Member 'APDSManager::PDSAsset' has a wrong offset!"); \ +static_assert(offsetof(APDSManager, PDSRuntime) == 0x000230, "Member 'APDSManager::PDSRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDSSaveGame \ +static_assert(alignof(UPDSSaveGame) == 0x000008, "Wrong alignment on UPDSSaveGame"); \ +static_assert(sizeof(UPDSSaveGame) == 0x000030, "Wrong size on UPDSSaveGame"); \ +static_assert(offsetof(UPDSSaveGame, RuntimeSaveData) == 0x000028, "Member 'UPDSSaveGame::RuntimeSaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APDSTriggerBranch \ +static_assert(alignof(APDSTriggerBranch) == 0x000008, "Wrong alignment on APDSTriggerBranch"); \ +static_assert(sizeof(APDSTriggerBranch) == 0x000260, "Wrong size on APDSTriggerBranch"); \ +static_assert(offsetof(APDSTriggerBranch, BranchConditions) == 0x000250, "Member 'APDSTriggerBranch::BranchConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSWatchTrigger_HandleDependencyMet \ +static_assert(alignof(PDSWatchTrigger_HandleDependencyMet) == 0x000004, "Wrong alignment on PDSWatchTrigger_HandleDependencyMet"); \ +static_assert(sizeof(PDSWatchTrigger_HandleDependencyMet) == 0x000008, "Wrong size on PDSWatchTrigger_HandleDependencyMet"); \ +static_assert(offsetof(PDSWatchTrigger_HandleDependencyMet, Key) == 0x000000, "Member 'PDSWatchTrigger_HandleDependencyMet::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDSWatchTrigger_HandleValueChanged \ +static_assert(alignof(PDSWatchTrigger_HandleValueChanged) == 0x000004, "Wrong alignment on PDSWatchTrigger_HandleValueChanged"); \ +static_assert(sizeof(PDSWatchTrigger_HandleValueChanged) == 0x000010, "Wrong size on PDSWatchTrigger_HandleValueChanged"); \ +static_assert(offsetof(PDSWatchTrigger_HandleValueChanged, Context) == 0x000000, "Member 'PDSWatchTrigger_HandleValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(PDSWatchTrigger_HandleValueChanged, Key) == 0x000004, "Member 'PDSWatchTrigger_HandleValueChanged::Key' has a wrong offset!"); \ +static_assert(offsetof(PDSWatchTrigger_HandleValueChanged, NewValue) == 0x00000C, "Member 'PDSWatchTrigger_HandleValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APDSWatchTrigger \ +static_assert(alignof(APDSWatchTrigger) == 0x000008, "Wrong alignment on APDSWatchTrigger"); \ +static_assert(sizeof(APDSWatchTrigger) == 0x000278, "Wrong size on APDSWatchTrigger"); \ +static_assert(offsetof(APDSWatchTrigger, OnConditionsPassed) == 0x000228, "Member 'APDSWatchTrigger::OnConditionsPassed' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, OnDependenciesMet) == 0x000238, "Member 'APDSWatchTrigger::OnDependenciesMet' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, TriggerNode) == 0x000248, "Member 'APDSWatchTrigger::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, PDSWatch) == 0x000250, "Member 'APDSWatchTrigger::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, SaveGameComponent) == 0x000258, "Member 'APDSWatchTrigger::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, DoOnce) == 0x000260, "Member 'APDSWatchTrigger::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, HasInitializedTriggers) == 0x000261, "Member 'APDSWatchTrigger::HasInitializedTriggers' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, HasTriggeredConditionsPassed) == 0x000262, "Member 'APDSWatchTrigger::HasTriggeredConditionsPassed' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, HasTriggeredDependenciesMet) == 0x000263, "Member 'APDSWatchTrigger::HasTriggeredDependenciesMet' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, HaveConditionsBeenMet) == 0x000264, "Member 'APDSWatchTrigger::HaveConditionsBeenMet' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, HaveDependenciesBeenMet) == 0x000265, "Member 'APDSWatchTrigger::HaveDependenciesBeenMet' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, WatchForConditions) == 0x000266, "Member 'APDSWatchTrigger::WatchForConditions' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, WatchForDependenciesMet) == 0x000267, "Member 'APDSWatchTrigger::WatchForDependenciesMet' has a wrong offset!"); \ +static_assert(offsetof(APDSWatchTrigger, WatchedEntries) == 0x000268, "Member 'APDSWatchTrigger::WatchedEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeTakePhoto_TakePhoto \ +static_assert(alignof(PhotoModeTakePhoto_TakePhoto) == 0x000008, "Wrong alignment on PhotoModeTakePhoto_TakePhoto"); \ +static_assert(sizeof(PhotoModeTakePhoto_TakePhoto) == 0x000018, "Wrong size on PhotoModeTakePhoto_TakePhoto"); \ +static_assert(offsetof(PhotoModeTakePhoto_TakePhoto, Outer_0) == 0x000000, "Member 'PhotoModeTakePhoto_TakePhoto::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeTakePhoto_TakePhoto, IncludeUI) == 0x000008, "Member 'PhotoModeTakePhoto_TakePhoto::IncludeUI' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeTakePhoto_TakePhoto, AspectRatio) == 0x00000C, "Member 'PhotoModeTakePhoto_TakePhoto::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeTakePhoto_TakePhoto, ReturnValue) == 0x000010, "Member 'PhotoModeTakePhoto_TakePhoto::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeTakePhoto \ +static_assert(alignof(UPhotoModeTakePhoto) == 0x000008, "Wrong alignment on UPhotoModeTakePhoto"); \ +static_assert(sizeof(UPhotoModeTakePhoto) == 0x000048, "Wrong size on UPhotoModeTakePhoto"); \ +static_assert(offsetof(UPhotoModeTakePhoto, TakePhotoCompleted) == 0x000030, "Member 'UPhotoModeTakePhoto::TakePhotoCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeFunctionLibrary \ +static_assert(alignof(UPhotoModeFunctionLibrary) == 0x000008, "Wrong alignment on UPhotoModeFunctionLibrary"); \ +static_assert(sizeof(UPhotoModeFunctionLibrary) == 0x000028, "Wrong size on UPhotoModeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintManagerComponent \ +static_assert(alignof(UPhysicsConstraintManagerComponent) == 0x000008, "Wrong alignment on UPhysicsConstraintManagerComponent"); \ +static_assert(sizeof(UPhysicsConstraintManagerComponent) == 0x000110, "Wrong size on UPhysicsConstraintManagerComponent"); \ +static_assert(offsetof(UPhysicsConstraintManagerComponent, InitialTransforms) == 0x0000B0, "Member 'UPhysicsConstraintManagerComponent::InitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintManagerComponent, Constraints) == 0x000100, "Member 'UPhysicsConstraintManagerComponent::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PickupGatherSphereComponent_HandleOverlapBegin \ +static_assert(alignof(PickupGatherSphereComponent_HandleOverlapBegin) == 0x000008, "Wrong alignment on PickupGatherSphereComponent_HandleOverlapBegin"); \ +static_assert(sizeof(PickupGatherSphereComponent_HandleOverlapBegin) == 0x0000A8, "Wrong size on PickupGatherSphereComponent_HandleOverlapBegin"); \ +static_assert(offsetof(PickupGatherSphereComponent_HandleOverlapBegin, OverlappedComponent) == 0x000000, "Member 'PickupGatherSphereComponent_HandleOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(PickupGatherSphereComponent_HandleOverlapBegin, OtherActor) == 0x000008, "Member 'PickupGatherSphereComponent_HandleOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PickupGatherSphereComponent_HandleOverlapBegin, OtherComp) == 0x000010, "Member 'PickupGatherSphereComponent_HandleOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PickupGatherSphereComponent_HandleOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'PickupGatherSphereComponent_HandleOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(PickupGatherSphereComponent_HandleOverlapBegin, bFromSweep) == 0x00001C, "Member 'PickupGatherSphereComponent_HandleOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(PickupGatherSphereComponent_HandleOverlapBegin, SweepResult) == 0x000020, "Member 'PickupGatherSphereComponent_HandleOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPickupGatherSphereComponent \ +static_assert(alignof(UPickupGatherSphereComponent) == 0x000010, "Wrong alignment on UPickupGatherSphereComponent"); \ +static_assert(sizeof(UPickupGatherSphereComponent) == 0x0004A0, "Wrong size on UPickupGatherSphereComponent"); \ +static_assert(offsetof(UPickupGatherSphereComponent, TagFilter) == 0x000470, "Member 'UPickupGatherSphereComponent::TagFilter' has a wrong offset!"); \ +static_assert(offsetof(UPickupGatherSphereComponent, GathererPawn) == 0x000490, "Member 'UPickupGatherSphereComponent::GathererPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APushButtonPickupSpawner \ +static_assert(alignof(APushButtonPickupSpawner) == 0x000008, "Wrong alignment on APushButtonPickupSpawner"); \ +static_assert(sizeof(APushButtonPickupSpawner) == 0x000290, "Wrong size on APushButtonPickupSpawner"); \ +static_assert(offsetof(APushButtonPickupSpawner, PushButtonTrigger) == 0x000288, "Member 'APushButtonPickupSpawner::PushButtonTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerHitResponseComponent_ConsumePendingGrabResponse \ +static_assert(alignof(PlayerHitResponseComponent_ConsumePendingGrabResponse) == 0x000004, "Wrong alignment on PlayerHitResponseComponent_ConsumePendingGrabResponse"); \ +static_assert(sizeof(PlayerHitResponseComponent_ConsumePendingGrabResponse) == 0x000020, "Wrong size on PlayerHitResponseComponent_ConsumePendingGrabResponse"); \ +static_assert(offsetof(PlayerHitResponseComponent_ConsumePendingGrabResponse, OutGrabEvent) == 0x000000, "Member 'PlayerHitResponseComponent_ConsumePendingGrabResponse::OutGrabEvent' has a wrong offset!"); \ +static_assert(offsetof(PlayerHitResponseComponent_ConsumePendingGrabResponse, OutMontageArgs) == 0x000004, "Member 'PlayerHitResponseComponent_ConsumePendingGrabResponse::OutMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(PlayerHitResponseComponent_ConsumePendingGrabResponse, ReturnValue) == 0x00001C, "Member 'PlayerHitResponseComponent_ConsumePendingGrabResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerHitResponseComponent_ConsumePendingShieldBreakResponse \ +static_assert(alignof(PlayerHitResponseComponent_ConsumePendingShieldBreakResponse) == 0x000004, "Wrong alignment on PlayerHitResponseComponent_ConsumePendingShieldBreakResponse"); \ +static_assert(sizeof(PlayerHitResponseComponent_ConsumePendingShieldBreakResponse) == 0x000010, "Wrong size on PlayerHitResponseComponent_ConsumePendingShieldBreakResponse"); \ +static_assert(offsetof(PlayerHitResponseComponent_ConsumePendingShieldBreakResponse, OutWSDirection) == 0x000000, "Member 'PlayerHitResponseComponent_ConsumePendingShieldBreakResponse::OutWSDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerHitResponseComponent_ConsumePendingShieldBreakResponse, OutRelativeDirection) == 0x00000C, "Member 'PlayerHitResponseComponent_ConsumePendingShieldBreakResponse::OutRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerHitResponseComponent_ConsumePendingShieldBreakResponse, ReturnValue) == 0x00000D, "Member 'PlayerHitResponseComponent_ConsumePendingShieldBreakResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerHitResponseComponent_HandleGrabResponse \ +static_assert(alignof(PlayerHitResponseComponent_HandleGrabResponse) == 0x000008, "Wrong alignment on PlayerHitResponseComponent_HandleGrabResponse"); \ +static_assert(sizeof(PlayerHitResponseComponent_HandleGrabResponse) == 0x000058, "Wrong size on PlayerHitResponseComponent_HandleGrabResponse"); \ +static_assert(offsetof(PlayerHitResponseComponent_HandleGrabResponse, Context) == 0x000000, "Member 'PlayerHitResponseComponent_HandleGrabResponse::Context' has a wrong offset!"); \ +static_assert(offsetof(PlayerHitResponseComponent_HandleGrabResponse, GrabEvent) == 0x000050, "Member 'PlayerHitResponseComponent_HandleGrabResponse::GrabEvent' has a wrong offset!"); \ +static_assert(offsetof(PlayerHitResponseComponent_HandleGrabResponse, ReturnValue) == 0x000051, "Member 'PlayerHitResponseComponent_HandleGrabResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerHitResponseComponent_HandleShieldBreakResponse \ +static_assert(alignof(PlayerHitResponseComponent_HandleShieldBreakResponse) == 0x000008, "Wrong alignment on PlayerHitResponseComponent_HandleShieldBreakResponse"); \ +static_assert(sizeof(PlayerHitResponseComponent_HandleShieldBreakResponse) == 0x000110, "Wrong size on PlayerHitResponseComponent_HandleShieldBreakResponse"); \ +static_assert(offsetof(PlayerHitResponseComponent_HandleShieldBreakResponse, ShieldBreakDamageEvent) == 0x000000, "Member 'PlayerHitResponseComponent_HandleShieldBreakResponse::ShieldBreakDamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerHitResponseComponent_HasPendingGrabResponse \ +static_assert(alignof(PlayerHitResponseComponent_HasPendingGrabResponse) == 0x000001, "Wrong alignment on PlayerHitResponseComponent_HasPendingGrabResponse"); \ +static_assert(sizeof(PlayerHitResponseComponent_HasPendingGrabResponse) == 0x000001, "Wrong size on PlayerHitResponseComponent_HasPendingGrabResponse"); \ +static_assert(offsetof(PlayerHitResponseComponent_HasPendingGrabResponse, ReturnValue) == 0x000000, "Member 'PlayerHitResponseComponent_HasPendingGrabResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerHitResponseComponent_HasPendingShieldBreakResponse \ +static_assert(alignof(PlayerHitResponseComponent_HasPendingShieldBreakResponse) == 0x000001, "Wrong alignment on PlayerHitResponseComponent_HasPendingShieldBreakResponse"); \ +static_assert(sizeof(PlayerHitResponseComponent_HasPendingShieldBreakResponse) == 0x000001, "Wrong size on PlayerHitResponseComponent_HasPendingShieldBreakResponse"); \ +static_assert(offsetof(PlayerHitResponseComponent_HasPendingShieldBreakResponse, ReturnValue) == 0x000000, "Member 'PlayerHitResponseComponent_HasPendingShieldBreakResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerHitResponseComponent \ +static_assert(alignof(UPlayerHitResponseComponent) == 0x000008, "Wrong alignment on UPlayerHitResponseComponent"); \ +static_assert(sizeof(UPlayerHitResponseComponent) == 0x000390, "Wrong size on UPlayerHitResponseComponent"); \ +static_assert(offsetof(UPlayerHitResponseComponent, GrabMontageMap) == 0x000320, "Member 'UPlayerHitResponseComponent::GrabMontageMap' has a wrong offset!"); \ +static_assert(offsetof(UPlayerHitResponseComponent, PendingGrabMontageArgs) == 0x000370, "Member 'UPlayerHitResponseComponent::PendingGrabMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(UPlayerHitResponseComponent, PendingGrabEvent) == 0x000388, "Member 'UPlayerHitResponseComponent::PendingGrabEvent' has a wrong offset!"); \ +static_assert(offsetof(UPlayerHitResponseComponent, HasShieldBreakDamageEvent) == 0x000389, "Member 'UPlayerHitResponseComponent::HasShieldBreakDamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_HandleManagedNumRotChanged \ +static_assert(alignof(PlayerRotOwnerComponent_HandleManagedNumRotChanged) == 0x000004, "Wrong alignment on PlayerRotOwnerComponent_HandleManagedNumRotChanged"); \ +static_assert(sizeof(PlayerRotOwnerComponent_HandleManagedNumRotChanged) == 0x000008, "Wrong size on PlayerRotOwnerComponent_HandleManagedNumRotChanged"); \ +static_assert(offsetof(PlayerRotOwnerComponent_HandleManagedNumRotChanged, FromNum) == 0x000000, "Member 'PlayerRotOwnerComponent_HandleManagedNumRotChanged::FromNum' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_HandleManagedNumRotChanged, ToNum) == 0x000004, "Member 'PlayerRotOwnerComponent_HandleManagedNumRotChanged::ToNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_MessageOwnedRot \ +static_assert(alignof(PlayerRotOwnerComponent_MessageOwnedRot) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_MessageOwnedRot"); \ +static_assert(sizeof(PlayerRotOwnerComponent_MessageOwnedRot) == 0x000010, "Wrong size on PlayerRotOwnerComponent_MessageOwnedRot"); \ +static_assert(offsetof(PlayerRotOwnerComponent_MessageOwnedRot, Message) == 0x000000, "Member 'PlayerRotOwnerComponent_MessageOwnedRot::Message' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_MessageOwnedRot, Params_0) == 0x000008, "Member 'PlayerRotOwnerComponent_MessageOwnedRot::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_MessageRotMovement \ +static_assert(alignof(PlayerRotOwnerComponent_MessageRotMovement) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_MessageRotMovement"); \ +static_assert(sizeof(PlayerRotOwnerComponent_MessageRotMovement) == 0x000010, "Wrong size on PlayerRotOwnerComponent_MessageRotMovement"); \ +static_assert(offsetof(PlayerRotOwnerComponent_MessageRotMovement, Message) == 0x000000, "Member 'PlayerRotOwnerComponent_MessageRotMovement::Message' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_MessageRotMovement, Params_0) == 0x000008, "Member 'PlayerRotOwnerComponent_MessageRotMovement::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_RegisterChildRotOwner \ +static_assert(alignof(PlayerRotOwnerComponent_RegisterChildRotOwner) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_RegisterChildRotOwner"); \ +static_assert(sizeof(PlayerRotOwnerComponent_RegisterChildRotOwner) == 0x000008, "Wrong size on PlayerRotOwnerComponent_RegisterChildRotOwner"); \ +static_assert(offsetof(PlayerRotOwnerComponent_RegisterChildRotOwner, RotOwner) == 0x000000, "Member 'PlayerRotOwnerComponent_RegisterChildRotOwner::RotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_TryGiveAnyRot \ +static_assert(alignof(PlayerRotOwnerComponent_TryGiveAnyRot) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_TryGiveAnyRot"); \ +static_assert(sizeof(PlayerRotOwnerComponent_TryGiveAnyRot) == 0x000030, "Wrong size on PlayerRotOwnerComponent_TryGiveAnyRot"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveAnyRot, NewOwner) == 0x000000, "Member 'PlayerRotOwnerComponent_TryGiveAnyRot::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveAnyRot, NumRots) == 0x000010, "Member 'PlayerRotOwnerComponent_TryGiveAnyRot::NumRots' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveAnyRot, OutRots) == 0x000018, "Member 'PlayerRotOwnerComponent_TryGiveAnyRot::OutRots' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveAnyRot, SortByDistance) == 0x000028, "Member 'PlayerRotOwnerComponent_TryGiveAnyRot::SortByDistance' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveAnyRot, ReturnValue) == 0x000029, "Member 'PlayerRotOwnerComponent_TryGiveAnyRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_TryGiveRot \ +static_assert(alignof(PlayerRotOwnerComponent_TryGiveRot) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_TryGiveRot"); \ +static_assert(sizeof(PlayerRotOwnerComponent_TryGiveRot) == 0x000030, "Wrong size on PlayerRotOwnerComponent_TryGiveRot"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveRot, NewOwner) == 0x000000, "Member 'PlayerRotOwnerComponent_TryGiveRot::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveRot, InRot) == 0x000010, "Member 'PlayerRotOwnerComponent_TryGiveRot::InRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveRot, OutRots) == 0x000018, "Member 'PlayerRotOwnerComponent_TryGiveRot::OutRots' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_TryGiveRot, ReturnValue) == 0x000028, "Member 'PlayerRotOwnerComponent_TryGiveRot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_UnregisterChildRotOwner \ +static_assert(alignof(PlayerRotOwnerComponent_UnregisterChildRotOwner) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_UnregisterChildRotOwner"); \ +static_assert(sizeof(PlayerRotOwnerComponent_UnregisterChildRotOwner) == 0x000008, "Wrong size on PlayerRotOwnerComponent_UnregisterChildRotOwner"); \ +static_assert(offsetof(PlayerRotOwnerComponent_UnregisterChildRotOwner, RotOwner) == 0x000000, "Member 'PlayerRotOwnerComponent_UnregisterChildRotOwner::RotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_CanAffordRotByCount \ +static_assert(alignof(PlayerRotOwnerComponent_CanAffordRotByCount) == 0x000004, "Wrong alignment on PlayerRotOwnerComponent_CanAffordRotByCount"); \ +static_assert(sizeof(PlayerRotOwnerComponent_CanAffordRotByCount) == 0x000008, "Wrong size on PlayerRotOwnerComponent_CanAffordRotByCount"); \ +static_assert(offsetof(PlayerRotOwnerComponent_CanAffordRotByCount, NumRot) == 0x000000, "Member 'PlayerRotOwnerComponent_CanAffordRotByCount::NumRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_CanAffordRotByCount, ReturnValue) == 0x000004, "Member 'PlayerRotOwnerComponent_CanAffordRotByCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_CanReceiveRots \ +static_assert(alignof(PlayerRotOwnerComponent_CanReceiveRots) == 0x000004, "Wrong alignment on PlayerRotOwnerComponent_CanReceiveRots"); \ +static_assert(sizeof(PlayerRotOwnerComponent_CanReceiveRots) == 0x000008, "Wrong size on PlayerRotOwnerComponent_CanReceiveRots"); \ +static_assert(offsetof(PlayerRotOwnerComponent_CanReceiveRots, NumRots) == 0x000000, "Member 'PlayerRotOwnerComponent_CanReceiveRots::NumRots' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_CanReceiveRots, ReturnValue) == 0x000004, "Member 'PlayerRotOwnerComponent_CanReceiveRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_FindRotOwnerByPredicate \ +static_assert(alignof(PlayerRotOwnerComponent_FindRotOwnerByPredicate) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_FindRotOwnerByPredicate"); \ +static_assert(sizeof(PlayerRotOwnerComponent_FindRotOwnerByPredicate) == 0x000028, "Wrong size on PlayerRotOwnerComponent_FindRotOwnerByPredicate"); \ +static_assert(offsetof(PlayerRotOwnerComponent_FindRotOwnerByPredicate, Delegate) == 0x000000, "Member 'PlayerRotOwnerComponent_FindRotOwnerByPredicate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_FindRotOwnerByPredicate, SortByDistance) == 0x000010, "Member 'PlayerRotOwnerComponent_FindRotOwnerByPredicate::SortByDistance' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_FindRotOwnerByPredicate, SortByDistanceLocation) == 0x000014, "Member 'PlayerRotOwnerComponent_FindRotOwnerByPredicate::SortByDistanceLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_FindRotOwnerByPredicate, ReturnValue) == 0x000020, "Member 'PlayerRotOwnerComponent_FindRotOwnerByPredicate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_GetNumRots \ +static_assert(alignof(PlayerRotOwnerComponent_GetNumRots) == 0x000004, "Wrong alignment on PlayerRotOwnerComponent_GetNumRots"); \ +static_assert(sizeof(PlayerRotOwnerComponent_GetNumRots) == 0x000004, "Wrong size on PlayerRotOwnerComponent_GetNumRots"); \ +static_assert(offsetof(PlayerRotOwnerComponent_GetNumRots, ReturnValue) == 0x000000, "Member 'PlayerRotOwnerComponent_GetNumRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_GetOwnerLocation \ +static_assert(alignof(PlayerRotOwnerComponent_GetOwnerLocation) == 0x000004, "Wrong alignment on PlayerRotOwnerComponent_GetOwnerLocation"); \ +static_assert(sizeof(PlayerRotOwnerComponent_GetOwnerLocation) == 0x00000C, "Wrong size on PlayerRotOwnerComponent_GetOwnerLocation"); \ +static_assert(offsetof(PlayerRotOwnerComponent_GetOwnerLocation, ReturnValue) == 0x000000, "Member 'PlayerRotOwnerComponent_GetOwnerLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_GetPlayerFollowRotOwner \ +static_assert(alignof(PlayerRotOwnerComponent_GetPlayerFollowRotOwner) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_GetPlayerFollowRotOwner"); \ +static_assert(sizeof(PlayerRotOwnerComponent_GetPlayerFollowRotOwner) == 0x000008, "Wrong size on PlayerRotOwnerComponent_GetPlayerFollowRotOwner"); \ +static_assert(offsetof(PlayerRotOwnerComponent_GetPlayerFollowRotOwner, ReturnValue) == 0x000000, "Member 'PlayerRotOwnerComponent_GetPlayerFollowRotOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerRotOwnerComponent_IsOwnerOf \ +static_assert(alignof(PlayerRotOwnerComponent_IsOwnerOf) == 0x000008, "Wrong alignment on PlayerRotOwnerComponent_IsOwnerOf"); \ +static_assert(sizeof(PlayerRotOwnerComponent_IsOwnerOf) == 0x000010, "Wrong size on PlayerRotOwnerComponent_IsOwnerOf"); \ +static_assert(offsetof(PlayerRotOwnerComponent_IsOwnerOf, Rot) == 0x000000, "Member 'PlayerRotOwnerComponent_IsOwnerOf::Rot' has a wrong offset!"); \ +static_assert(offsetof(PlayerRotOwnerComponent_IsOwnerOf, ReturnValue) == 0x000008, "Member 'PlayerRotOwnerComponent_IsOwnerOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerRotOwnerComponent \ +static_assert(alignof(UPlayerRotOwnerComponent) == 0x000008, "Wrong alignment on UPlayerRotOwnerComponent"); \ +static_assert(sizeof(UPlayerRotOwnerComponent) == 0x0000F0, "Wrong size on UPlayerRotOwnerComponent"); \ +static_assert(offsetof(UPlayerRotOwnerComponent, OnRotNumChanged) == 0x0000B8, "Member 'UPlayerRotOwnerComponent::OnRotNumChanged' has a wrong offset!"); \ +static_assert(offsetof(UPlayerRotOwnerComponent, RotCloud) == 0x0000C8, "Member 'UPlayerRotOwnerComponent::RotCloud' has a wrong offset!"); \ +static_assert(offsetof(UPlayerRotOwnerComponent, ChildRotOwners) == 0x0000D0, "Member 'UPlayerRotOwnerComponent::ChildRotOwners' has a wrong offset!"); \ +static_assert(offsetof(UPlayerRotOwnerComponent, PlayerFollowRotOwner) == 0x0000E0, "Member 'UPlayerRotOwnerComponent::PlayerFollowRotOwner' has a wrong offset!"); \ +static_assert(offsetof(UPlayerRotOwnerComponent, PrevNumRot) == 0x0000E8, "Member 'UPlayerRotOwnerComponent::PrevNumRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointTrailRendererComponent \ +static_assert(alignof(UPointTrailRendererComponent) == 0x000008, "Wrong alignment on UPointTrailRendererComponent"); \ +static_assert(sizeof(UPointTrailRendererComponent) == 0x000398, "Wrong size on UPointTrailRendererComponent"); \ +static_assert(offsetof(UPointTrailRendererComponent, TrailRadius) == 0x0000B0, "Member 'UPointTrailRendererComponent::TrailRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, MaxPoints) == 0x0000B4, "Member 'UPointTrailRendererComponent::MaxPoints' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, PointDuration) == 0x0000B8, "Member 'UPointTrailRendererComponent::PointDuration' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, DistancePerPoint) == 0x0000BC, "Member 'UPointTrailRendererComponent::DistancePerPoint' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, MaxHeight) == 0x0000C0, "Member 'UPointTrailRendererComponent::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, FadeHeight) == 0x0000C4, "Member 'UPointTrailRendererComponent::FadeHeight' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, ColorCurve) == 0x0000C8, "Member 'UPointTrailRendererComponent::ColorCurve' has a wrong offset!"); \ +static_assert(offsetof(UPointTrailRendererComponent, EdgeFade) == 0x0002E8, "Member 'UPointTrailRendererComponent::EdgeFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PromptBar_HideEntry \ +static_assert(alignof(PromptBar_HideEntry) == 0x000008, "Wrong alignment on PromptBar_HideEntry"); \ +static_assert(sizeof(PromptBar_HideEntry) == 0x000020, "Wrong size on PromptBar_HideEntry"); \ +static_assert(offsetof(PromptBar_HideEntry, Entry) == 0x000000, "Member 'PromptBar_HideEntry::Entry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PromptBar_ShowEntry \ +static_assert(alignof(PromptBar_ShowEntry) == 0x000008, "Wrong alignment on PromptBar_ShowEntry"); \ +static_assert(sizeof(PromptBar_ShowEntry) == 0x000020, "Wrong size on PromptBar_ShowEntry"); \ +static_assert(offsetof(PromptBar_ShowEntry, Entry) == 0x000000, "Member 'PromptBar_ShowEntry::Entry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPromptBar \ +static_assert(alignof(UPromptBar) == 0x000008, "Wrong alignment on UPromptBar"); \ +static_assert(sizeof(UPromptBar) == 0x000290, "Wrong size on UPromptBar"); \ +static_assert(offsetof(UPromptBar, Container) == 0x000260, "Member 'UPromptBar::Container' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, HorizontalAlignment) == 0x000268, "Member 'UPromptBar::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, VerticalAlignment) == 0x000269, "Member 'UPromptBar::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, HorizontalSlotAlignment) == 0x00026A, "Member 'UPromptBar::HorizontalSlotAlignment' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, VerticalSlotAlignment) == 0x00026B, "Member 'UPromptBar::VerticalSlotAlignment' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, ButtonClass) == 0x000270, "Member 'UPromptBar::ButtonClass' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, HorizontalPadding) == 0x000278, "Member 'UPromptBar::HorizontalPadding' has a wrong offset!"); \ +static_assert(offsetof(UPromptBar, Inputs) == 0x000280, "Member 'UPromptBar::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PulseEffectComponent_HandleDamage \ +static_assert(alignof(PulseEffectComponent_HandleDamage) == 0x000008, "Wrong alignment on PulseEffectComponent_HandleDamage"); \ +static_assert(sizeof(PulseEffectComponent_HandleDamage) == 0x000118, "Wrong size on PulseEffectComponent_HandleDamage"); \ +static_assert(offsetof(PulseEffectComponent_HandleDamage, DamageEvent) == 0x000000, "Member 'PulseEffectComponent_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(PulseEffectComponent_HandleDamage, ReturnValue) == 0x000110, "Member 'PulseEffectComponent_HandleDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PulseEffectComponent_HandleDamageInternal \ +static_assert(alignof(PulseEffectComponent_HandleDamageInternal) == 0x000008, "Wrong alignment on PulseEffectComponent_HandleDamageInternal"); \ +static_assert(sizeof(PulseEffectComponent_HandleDamageInternal) == 0x000118, "Wrong size on PulseEffectComponent_HandleDamageInternal"); \ +static_assert(offsetof(PulseEffectComponent_HandleDamageInternal, DamageEvent) == 0x000000, "Member 'PulseEffectComponent_HandleDamageInternal::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(PulseEffectComponent_HandleDamageInternal, ReturnValue) == 0x000110, "Member 'PulseEffectComponent_HandleDamageInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PulseEffectComponent_TTriggerPulseEffect \ +static_assert(alignof(PulseEffectComponent_TTriggerPulseEffect) == 0x000008, "Wrong alignment on PulseEffectComponent_TTriggerPulseEffect"); \ +static_assert(sizeof(PulseEffectComponent_TTriggerPulseEffect) == 0x000008, "Wrong size on PulseEffectComponent_TTriggerPulseEffect"); \ +static_assert(offsetof(PulseEffectComponent_TTriggerPulseEffect, Params_0) == 0x000000, "Member 'PulseEffectComponent_TTriggerPulseEffect::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPulseEffectComponent \ +static_assert(alignof(UPulseEffectComponent) == 0x000008, "Wrong alignment on UPulseEffectComponent"); \ +static_assert(sizeof(UPulseEffectComponent) == 0x0000F8, "Wrong size on UPulseEffectComponent"); \ +static_assert(offsetof(UPulseEffectComponent, Collider) == 0x0000B8, "Member 'UPulseEffectComponent::Collider' has a wrong offset!"); \ +static_assert(offsetof(UPulseEffectComponent, UseHierarchicalDamage) == 0x0000C0, "Member 'UPulseEffectComponent::UseHierarchicalDamage' has a wrong offset!"); \ +static_assert(offsetof(UPulseEffectComponent, ParticleSystemTag) == 0x0000C4, "Member 'UPulseEffectComponent::ParticleSystemTag' has a wrong offset!"); \ +static_assert(offsetof(UPulseEffectComponent, ParticleSystems) == 0x0000D0, "Member 'UPulseEffectComponent::ParticleSystems' has a wrong offset!"); \ +static_assert(offsetof(UPulseEffectComponent, PermanentSystemComponentNames) == 0x0000E0, "Member 'UPulseEffectComponent::PermanentSystemComponentNames' has a wrong offset!"); \ +static_assert(offsetof(UPulseEffectComponent, TriggerWhenDamaged) == 0x0000F0, "Member 'UPulseEffectComponent::TriggerWhenDamaged' has a wrong offset!"); \ +static_assert(offsetof(UPulseEffectComponent, PermanentParticlesActivated) == 0x0000F1, "Member 'UPulseEffectComponent::PermanentParticlesActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_GetEnteredPlayer \ +static_assert(alignof(PushButtonTrigger_GetEnteredPlayer) == 0x000008, "Wrong alignment on PushButtonTrigger_GetEnteredPlayer"); \ +static_assert(sizeof(PushButtonTrigger_GetEnteredPlayer) == 0x000008, "Wrong size on PushButtonTrigger_GetEnteredPlayer"); \ +static_assert(offsetof(PushButtonTrigger_GetEnteredPlayer, ReturnValue) == 0x000000, "Member 'PushButtonTrigger_GetEnteredPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_OnTriggerOverlapBegin \ +static_assert(alignof(PushButtonTrigger_OnTriggerOverlapBegin) == 0x000008, "Wrong alignment on PushButtonTrigger_OnTriggerOverlapBegin"); \ +static_assert(sizeof(PushButtonTrigger_OnTriggerOverlapBegin) == 0x0000A8, "Wrong size on PushButtonTrigger_OnTriggerOverlapBegin"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapBegin, OverlappedComponent) == 0x000000, "Member 'PushButtonTrigger_OnTriggerOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapBegin, OtherActor) == 0x000008, "Member 'PushButtonTrigger_OnTriggerOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapBegin, OtherComp) == 0x000010, "Member 'PushButtonTrigger_OnTriggerOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'PushButtonTrigger_OnTriggerOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapBegin, bFromSweep) == 0x00001C, "Member 'PushButtonTrigger_OnTriggerOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapBegin, SweepResult) == 0x000020, "Member 'PushButtonTrigger_OnTriggerOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_OnTriggerOverlapEnd \ +static_assert(alignof(PushButtonTrigger_OnTriggerOverlapEnd) == 0x000008, "Wrong alignment on PushButtonTrigger_OnTriggerOverlapEnd"); \ +static_assert(sizeof(PushButtonTrigger_OnTriggerOverlapEnd) == 0x000020, "Wrong size on PushButtonTrigger_OnTriggerOverlapEnd"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapEnd, OverlappedComponent) == 0x000000, "Member 'PushButtonTrigger_OnTriggerOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapEnd, OtherActor) == 0x000008, "Member 'PushButtonTrigger_OnTriggerOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapEnd, OtherComp) == 0x000010, "Member 'PushButtonTrigger_OnTriggerOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_OnTriggerOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'PushButtonTrigger_OnTriggerOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_SetInputEnabled \ +static_assert(alignof(PushButtonTrigger_SetInputEnabled) == 0x000001, "Wrong alignment on PushButtonTrigger_SetInputEnabled"); \ +static_assert(sizeof(PushButtonTrigger_SetInputEnabled) == 0x000002, "Wrong size on PushButtonTrigger_SetInputEnabled"); \ +static_assert(offsetof(PushButtonTrigger_SetInputEnabled, Enabled) == 0x000000, "Member 'PushButtonTrigger_SetInputEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(PushButtonTrigger_SetInputEnabled, Force) == 0x000001, "Member 'PushButtonTrigger_SetInputEnabled::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_SetTriggerEnabled \ +static_assert(alignof(PushButtonTrigger_SetTriggerEnabled) == 0x000001, "Wrong alignment on PushButtonTrigger_SetTriggerEnabled"); \ +static_assert(sizeof(PushButtonTrigger_SetTriggerEnabled) == 0x000001, "Wrong size on PushButtonTrigger_SetTriggerEnabled"); \ +static_assert(offsetof(PushButtonTrigger_SetTriggerEnabled, Enabled) == 0x000000, "Member 'PushButtonTrigger_SetTriggerEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_SetTriggerEnabledTrigger \ +static_assert(alignof(PushButtonTrigger_SetTriggerEnabledTrigger) == 0x000008, "Wrong alignment on PushButtonTrigger_SetTriggerEnabledTrigger"); \ +static_assert(sizeof(PushButtonTrigger_SetTriggerEnabledTrigger) == 0x000008, "Wrong size on PushButtonTrigger_SetTriggerEnabledTrigger"); \ +static_assert(offsetof(PushButtonTrigger_SetTriggerEnabledTrigger, Params_0) == 0x000000, "Member 'PushButtonTrigger_SetTriggerEnabledTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_CheckLookDirection \ +static_assert(alignof(PushButtonTrigger_CheckLookDirection) == 0x000001, "Wrong alignment on PushButtonTrigger_CheckLookDirection"); \ +static_assert(sizeof(PushButtonTrigger_CheckLookDirection) == 0x000001, "Wrong size on PushButtonTrigger_CheckLookDirection"); \ +static_assert(offsetof(PushButtonTrigger_CheckLookDirection, ReturnValue) == 0x000000, "Member 'PushButtonTrigger_CheckLookDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PushButtonTrigger_CheckStateWhitelist \ +static_assert(alignof(PushButtonTrigger_CheckStateWhitelist) == 0x000001, "Wrong alignment on PushButtonTrigger_CheckStateWhitelist"); \ +static_assert(sizeof(PushButtonTrigger_CheckStateWhitelist) == 0x000001, "Wrong size on PushButtonTrigger_CheckStateWhitelist"); \ +static_assert(offsetof(PushButtonTrigger_CheckStateWhitelist, ReturnValue) == 0x000000, "Member 'PushButtonTrigger_CheckStateWhitelist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APushButtonTrigger \ +static_assert(alignof(APushButtonTrigger) == 0x000010, "Wrong alignment on APushButtonTrigger"); \ +static_assert(sizeof(APushButtonTrigger) == 0x000390, "Wrong size on APushButtonTrigger"); \ +static_assert(offsetof(APushButtonTrigger, ButtonLegendDataTableRowName) == 0x000230, "Member 'APushButtonTrigger::ButtonLegendDataTableRowName' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, ActionText) == 0x000238, "Member 'APushButtonTrigger::ActionText' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, ActionInputEvent) == 0x000250, "Member 'APushButtonTrigger::ActionInputEvent' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, InputActionName) == 0x000254, "Member 'APushButtonTrigger::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, DisableOnPush) == 0x00025C, "Member 'APushButtonTrigger::DisableOnPush' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, RequireLookDirection) == 0x00025D, "Member 'APushButtonTrigger::RequireLookDirection' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, UsePlayerOrientationForLookCheck) == 0x00025E, "Member 'APushButtonTrigger::UsePlayerOrientationForLookCheck' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, UseCameraOrientationForLookCheck) == 0x00025F, "Member 'APushButtonTrigger::UseCameraOrientationForLookCheck' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, LookAtPoint) == 0x000260, "Member 'APushButtonTrigger::LookAtPoint' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, LookDirectionAngle) == 0x00026C, "Member 'APushButtonTrigger::LookDirectionAngle' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, FlipLookDirection) == 0x000270, "Member 'APushButtonTrigger::FlipLookDirection' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, ExitStateOnMontageEnd) == 0x000271, "Member 'APushButtonTrigger::ExitStateOnMontageEnd' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, BroadcastEventOnMontageEnd) == 0x000272, "Member 'APushButtonTrigger::BroadcastEventOnMontageEnd' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, PlayMontageOnPush) == 0x000273, "Member 'APushButtonTrigger::PlayMontageOnPush' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, MontageArgs) == 0x000274, "Member 'APushButtonTrigger::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, SnapToTransformOnPush) == 0x00028C, "Member 'APushButtonTrigger::SnapToTransformOnPush' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, SnapTransform) == 0x000290, "Member 'APushButtonTrigger::SnapTransform' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, OnButtonPushed) == 0x0002C0, "Member 'APushButtonTrigger::OnButtonPushed' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, OnMontageComplete) == 0x0002D0, "Member 'APushButtonTrigger::OnMontageComplete' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, OnInputEnabledChanged) == 0x0002E0, "Member 'APushButtonTrigger::OnInputEnabledChanged' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, StartTriggerEnabled) == 0x0002F0, "Member 'APushButtonTrigger::StartTriggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, EnableVolume) == 0x0002F8, "Member 'APushButtonTrigger::EnableVolume' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, TriggerNode) == 0x000300, "Member 'APushButtonTrigger::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, ArrowAngleA) == 0x000308, "Member 'APushButtonTrigger::ArrowAngleA' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, ArrowAngleB) == 0x000310, "Member 'APushButtonTrigger::ArrowAngleB' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, SaveGameComponent) == 0x000318, "Member 'APushButtonTrigger::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, TriggerEnabled) == 0x000368, "Member 'APushButtonTrigger::TriggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, InputEnabled) == 0x000369, "Member 'APushButtonTrigger::InputEnabled' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, EnteredPlayer) == 0x000370, "Member 'APushButtonTrigger::EnteredPlayer' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, StateRequiredToActivate) == 0x000378, "Member 'APushButtonTrigger::StateRequiredToActivate' has a wrong offset!"); \ +static_assert(offsetof(APushButtonTrigger, BannedStates) == 0x000380, "Member 'APushButtonTrigger::BannedStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuiverTotem_HandleOverlapBegin \ +static_assert(alignof(QuiverTotem_HandleOverlapBegin) == 0x000008, "Wrong alignment on QuiverTotem_HandleOverlapBegin"); \ +static_assert(sizeof(QuiverTotem_HandleOverlapBegin) == 0x0000A8, "Wrong size on QuiverTotem_HandleOverlapBegin"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapBegin, OverlappedComponent) == 0x000000, "Member 'QuiverTotem_HandleOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapBegin, OtherActor) == 0x000008, "Member 'QuiverTotem_HandleOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapBegin, OtherComp) == 0x000010, "Member 'QuiverTotem_HandleOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'QuiverTotem_HandleOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapBegin, bFromSweep) == 0x00001C, "Member 'QuiverTotem_HandleOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapBegin, SweepResult) == 0x000020, "Member 'QuiverTotem_HandleOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuiverTotem_HandleOverlapEnd \ +static_assert(alignof(QuiverTotem_HandleOverlapEnd) == 0x000008, "Wrong alignment on QuiverTotem_HandleOverlapEnd"); \ +static_assert(sizeof(QuiverTotem_HandleOverlapEnd) == 0x000020, "Wrong size on QuiverTotem_HandleOverlapEnd"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapEnd, OverlappedComponent) == 0x000000, "Member 'QuiverTotem_HandleOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapEnd, OtherActor) == 0x000008, "Member 'QuiverTotem_HandleOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapEnd, OtherComp) == 0x000010, "Member 'QuiverTotem_HandleOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'QuiverTotem_HandleOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuiverTotem_HandleRotActionComplete \ +static_assert(alignof(QuiverTotem_HandleRotActionComplete) == 0x000008, "Wrong alignment on QuiverTotem_HandleRotActionComplete"); \ +static_assert(sizeof(QuiverTotem_HandleRotActionComplete) == 0x000020, "Wrong size on QuiverTotem_HandleRotActionComplete"); \ +static_assert(offsetof(QuiverTotem_HandleRotActionComplete, RotAction_0) == 0x000000, "Member 'QuiverTotem_HandleRotActionComplete::RotAction_0' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleRotActionComplete, ExceededMaxDuration) == 0x000008, "Member 'QuiverTotem_HandleRotActionComplete::ExceededMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(QuiverTotem_HandleRotActionComplete, OutRots) == 0x000010, "Member 'QuiverTotem_HandleRotActionComplete::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuiverTotem_T_ActivateTotem \ +static_assert(alignof(QuiverTotem_T_ActivateTotem) == 0x000008, "Wrong alignment on QuiverTotem_T_ActivateTotem"); \ +static_assert(sizeof(QuiverTotem_T_ActivateTotem) == 0x000008, "Wrong size on QuiverTotem_T_ActivateTotem"); \ +static_assert(offsetof(QuiverTotem_T_ActivateTotem, Params_0) == 0x000000, "Member 'QuiverTotem_T_ActivateTotem::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuiverTotem_T_DeactivateTotem \ +static_assert(alignof(QuiverTotem_T_DeactivateTotem) == 0x000008, "Wrong alignment on QuiverTotem_T_DeactivateTotem"); \ +static_assert(sizeof(QuiverTotem_T_DeactivateTotem) == 0x000008, "Wrong size on QuiverTotem_T_DeactivateTotem"); \ +static_assert(offsetof(QuiverTotem_T_DeactivateTotem, Params_0) == 0x000000, "Member 'QuiverTotem_T_DeactivateTotem::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AQuiverTotem \ +static_assert(alignof(AQuiverTotem) == 0x000008, "Wrong alignment on AQuiverTotem"); \ +static_assert(sizeof(AQuiverTotem) == 0x0002B0, "Wrong size on AQuiverTotem"); \ +static_assert(offsetof(AQuiverTotem, OnTotemActivated) == 0x000230, "Member 'AQuiverTotem::OnTotemActivated' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, OnTotemDeactivated) == 0x000240, "Member 'AQuiverTotem::OnTotemDeactivated' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, IsManualMode) == 0x000250, "Member 'AQuiverTotem::IsManualMode' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, ActiveDuration) == 0x000254, "Member 'AQuiverTotem::ActiveDuration' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, Radius) == 0x000258, "Member 'AQuiverTotem::Radius' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, DecalRadiusToSize) == 0x00025C, "Member 'AQuiverTotem::DecalRadiusToSize' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, RingHeight) == 0x000260, "Member 'AQuiverTotem::RingHeight' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, UnlimitedArrowStatusEffectClass) == 0x000268, "Member 'AQuiverTotem::UnlimitedArrowStatusEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, TotemMesh) == 0x000270, "Member 'AQuiverTotem::TotemMesh' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, RotAction) == 0x000278, "Member 'AQuiverTotem::RotAction' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, RotOwner) == 0x000280, "Member 'AQuiverTotem::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, ActivationSphere) == 0x000288, "Member 'AQuiverTotem::ActivationSphere' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, Decal) == 0x000290, "Member 'AQuiverTotem::Decal' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, Particles) == 0x000298, "Member 'AQuiverTotem::Particles' has a wrong offset!"); \ +static_assert(offsetof(AQuiverTotem, TriggerNode) == 0x0002A0, "Member 'AQuiverTotem::TriggerNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_CollectCharm \ +static_assert(alignof(RegionData_CollectCharm) == 0x000008, "Wrong alignment on RegionData_CollectCharm"); \ +static_assert(sizeof(RegionData_CollectCharm) == 0x000010, "Wrong size on RegionData_CollectCharm"); \ +static_assert(offsetof(RegionData_CollectCharm, WorldContext) == 0x000000, "Member 'RegionData_CollectCharm::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(RegionData_CollectCharm, CharmUnlockKey) == 0x000008, "Member 'RegionData_CollectCharm::CharmUnlockKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_CollectHat \ +static_assert(alignof(RegionData_CollectHat) == 0x000008, "Wrong alignment on RegionData_CollectHat"); \ +static_assert(sizeof(RegionData_CollectHat) == 0x000010, "Wrong size on RegionData_CollectHat"); \ +static_assert(offsetof(RegionData_CollectHat, WorldContext) == 0x000000, "Member 'RegionData_CollectHat::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(RegionData_CollectHat, HatUnlockKey) == 0x000008, "Member 'RegionData_CollectHat::HatUnlockKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_CollectItem \ +static_assert(alignof(RegionData_CollectItem) == 0x000008, "Wrong alignment on RegionData_CollectItem"); \ +static_assert(sizeof(RegionData_CollectItem) == 0x000010, "Wrong size on RegionData_CollectItem"); \ +static_assert(offsetof(RegionData_CollectItem, Actor) == 0x000000, "Member 'RegionData_CollectItem::Actor' has a wrong offset!"); \ +static_assert(offsetof(RegionData_CollectItem, Group) == 0x000008, "Member 'RegionData_CollectItem::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_CollectRot \ +static_assert(alignof(RegionData_CollectRot) == 0x000008, "Wrong alignment on RegionData_CollectRot"); \ +static_assert(sizeof(RegionData_CollectRot) == 0x000010, "Wrong size on RegionData_CollectRot"); \ +static_assert(offsetof(RegionData_CollectRot, Actor) == 0x000000, "Member 'RegionData_CollectRot::Actor' has a wrong offset!"); \ +static_assert(offsetof(RegionData_CollectRot, Count) == 0x000008, "Member 'RegionData_CollectRot::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_GetTotalCharmsInRegion \ +static_assert(alignof(RegionData_GetTotalCharmsInRegion) == 0x000008, "Wrong alignment on RegionData_GetTotalCharmsInRegion"); \ +static_assert(sizeof(RegionData_GetTotalCharmsInRegion) == 0x000010, "Wrong size on RegionData_GetTotalCharmsInRegion"); \ +static_assert(offsetof(RegionData_GetTotalCharmsInRegion, WorldContext) == 0x000000, "Member 'RegionData_GetTotalCharmsInRegion::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(RegionData_GetTotalCharmsInRegion, Region) == 0x000008, "Member 'RegionData_GetTotalCharmsInRegion::Region' has a wrong offset!"); \ +static_assert(offsetof(RegionData_GetTotalCharmsInRegion, ReturnValue) == 0x00000C, "Member 'RegionData_GetTotalCharmsInRegion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_GetTotalHatsInRegion \ +static_assert(alignof(RegionData_GetTotalHatsInRegion) == 0x000008, "Wrong alignment on RegionData_GetTotalHatsInRegion"); \ +static_assert(sizeof(RegionData_GetTotalHatsInRegion) == 0x000010, "Wrong size on RegionData_GetTotalHatsInRegion"); \ +static_assert(offsetof(RegionData_GetTotalHatsInRegion, WorldContext) == 0x000000, "Member 'RegionData_GetTotalHatsInRegion::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(RegionData_GetTotalHatsInRegion, Region) == 0x000008, "Member 'RegionData_GetTotalHatsInRegion::Region' has a wrong offset!"); \ +static_assert(offsetof(RegionData_GetTotalHatsInRegion, ReturnValue) == 0x00000C, "Member 'RegionData_GetTotalHatsInRegion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_IsItemCollected \ +static_assert(alignof(RegionData_IsItemCollected) == 0x000008, "Wrong alignment on RegionData_IsItemCollected"); \ +static_assert(sizeof(RegionData_IsItemCollected) == 0x000010, "Wrong size on RegionData_IsItemCollected"); \ +static_assert(offsetof(RegionData_IsItemCollected, Actor) == 0x000000, "Member 'RegionData_IsItemCollected::Actor' has a wrong offset!"); \ +static_assert(offsetof(RegionData_IsItemCollected, Group) == 0x000008, "Member 'RegionData_IsItemCollected::Group' has a wrong offset!"); \ +static_assert(offsetof(RegionData_IsItemCollected, ReturnValue) == 0x000009, "Member 'RegionData_IsItemCollected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RegionData_IsRotCollected \ +static_assert(alignof(RegionData_IsRotCollected) == 0x000008, "Wrong alignment on RegionData_IsRotCollected"); \ +static_assert(sizeof(RegionData_IsRotCollected) == 0x000010, "Wrong size on RegionData_IsRotCollected"); \ +static_assert(offsetof(RegionData_IsRotCollected, Actor) == 0x000000, "Member 'RegionData_IsRotCollected::Actor' has a wrong offset!"); \ +static_assert(offsetof(RegionData_IsRotCollected, ReturnValue) == 0x000008, "Member 'RegionData_IsRotCollected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URegionData \ +static_assert(alignof(URegionData) == 0x000008, "Wrong alignment on URegionData"); \ +static_assert(sizeof(URegionData) == 0x000140, "Wrong size on URegionData"); \ +static_assert(offsetof(URegionData, PackageRegionMap) == 0x000030, "Member 'URegionData::PackageRegionMap' has a wrong offset!"); \ +static_assert(offsetof(URegionData, RegionStats) == 0x000080, "Member 'URegionData::RegionStats' has a wrong offset!"); \ +static_assert(offsetof(URegionData, CollectableInfos) == 0x0000D0, "Member 'URegionData::CollectableInfos' has a wrong offset!"); \ +static_assert(offsetof(URegionData, RegionMaskInfo) == 0x000120, "Member 'URegionData::RegionMaskInfo' has a wrong offset!"); \ +static_assert(offsetof(URegionData, RotHatData) == 0x000130, "Member 'URegionData::RotHatData' has a wrong offset!"); \ +static_assert(offsetof(URegionData, CharmData) == 0x000138, "Member 'URegionData::CharmData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URegionProgressHelpersComponent \ +static_assert(alignof(URegionProgressHelpersComponent) == 0x000008, "Wrong alignment on URegionProgressHelpersComponent"); \ +static_assert(sizeof(URegionProgressHelpersComponent) == 0x0000B8, "Wrong size on URegionProgressHelpersComponent"); \ +static_assert(offsetof(URegionProgressHelpersComponent, BlueprintPDSKey) == 0x0000B0, "Member 'URegionProgressHelpersComponent::BlueprintPDSKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResourceBlob_TrySiphonResources \ +static_assert(alignof(ResourceBlob_TrySiphonResources) == 0x000008, "Wrong alignment on ResourceBlob_TrySiphonResources"); \ +static_assert(sizeof(ResourceBlob_TrySiphonResources) == 0x000028, "Wrong size on ResourceBlob_TrySiphonResources"); \ +static_assert(offsetof(ResourceBlob_TrySiphonResources, ResourceType) == 0x000000, "Member 'ResourceBlob_TrySiphonResources::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(ResourceBlob_TrySiphonResources, Delta) == 0x000004, "Member 'ResourceBlob_TrySiphonResources::Delta' has a wrong offset!"); \ +static_assert(offsetof(ResourceBlob_TrySiphonResources, OutDelta) == 0x000008, "Member 'ResourceBlob_TrySiphonResources::OutDelta' has a wrong offset!"); \ +static_assert(offsetof(ResourceBlob_TrySiphonResources, SiphonInstigator) == 0x000010, "Member 'ResourceBlob_TrySiphonResources::SiphonInstigator' has a wrong offset!"); \ +static_assert(offsetof(ResourceBlob_TrySiphonResources, Causer) == 0x000018, "Member 'ResourceBlob_TrySiphonResources::Causer' has a wrong offset!"); \ +static_assert(offsetof(ResourceBlob_TrySiphonResources, ReturnValue) == 0x000020, "Member 'ResourceBlob_TrySiphonResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AResourceBlob \ +static_assert(alignof(AResourceBlob) == 0x000008, "Wrong alignment on AResourceBlob"); \ +static_assert(sizeof(AResourceBlob) == 0x000280, "Wrong size on AResourceBlob"); \ +static_assert(offsetof(AResourceBlob, Collision) == 0x000270, "Member 'AResourceBlob::Collision' has a wrong offset!"); \ +static_assert(offsetof(AResourceBlob, Resources) == 0x000278, "Member 'AResourceBlob::Resources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AResourcePickup \ +static_assert(alignof(AResourcePickup) == 0x000008, "Wrong alignment on AResourcePickup"); \ +static_assert(sizeof(AResourcePickup) == 0x000360, "Wrong size on AResourcePickup"); \ +static_assert(offsetof(AResourcePickup, ResourceType) == 0x0002D0, "Member 'AResourcePickup::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(AResourcePickup, ResourceAmount) == 0x0002D4, "Member 'AResourcePickup::ResourceAmount' has a wrong offset!"); \ +static_assert(offsetof(AResourcePickup, AmountToScale) == 0x0002D8, "Member 'AResourcePickup::AmountToScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextInputActionDecorator \ +static_assert(alignof(URichTextInputActionDecorator) == 0x000008, "Wrong alignment on URichTextInputActionDecorator"); \ +static_assert(sizeof(URichTextInputActionDecorator) == 0x000028, "Wrong size on URichTextInputActionDecorator"); \ + +#define DUMPER7_ASSERTS_Rot_ApplyBurstImpulse \ +static_assert(alignof(Rot_ApplyBurstImpulse) == 0x000004, "Wrong alignment on Rot_ApplyBurstImpulse"); \ +static_assert(sizeof(Rot_ApplyBurstImpulse) == 0x000014, "Wrong size on Rot_ApplyBurstImpulse"); \ +static_assert(offsetof(Rot_ApplyBurstImpulse, HalfAngle) == 0x000000, "Member 'Rot_ApplyBurstImpulse::HalfAngle' has a wrong offset!"); \ +static_assert(offsetof(Rot_ApplyBurstImpulse, MinMaxImpulse) == 0x000004, "Member 'Rot_ApplyBurstImpulse::MinMaxImpulse' has a wrong offset!"); \ +static_assert(offsetof(Rot_ApplyBurstImpulse, MinMaxAnimRate) == 0x00000C, "Member 'Rot_ApplyBurstImpulse::MinMaxAnimRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_ApplyImpulse \ +static_assert(alignof(Rot_ApplyImpulse) == 0x000004, "Wrong alignment on Rot_ApplyImpulse"); \ +static_assert(sizeof(Rot_ApplyImpulse) == 0x000010, "Wrong size on Rot_ApplyImpulse"); \ +static_assert(offsetof(Rot_ApplyImpulse, Impulse) == 0x000000, "Member 'Rot_ApplyImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(Rot_ApplyImpulse, SpreadHalfAngle) == 0x00000C, "Member 'Rot_ApplyImpulse::SpreadHalfAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_AttemptGather \ +static_assert(alignof(Rot_AttemptGather) == 0x000008, "Wrong alignment on Rot_AttemptGather"); \ +static_assert(sizeof(Rot_AttemptGather) == 0x000008, "Wrong size on Rot_AttemptGather"); \ +static_assert(offsetof(Rot_AttemptGather, Pawn) == 0x000000, "Member 'Rot_AttemptGather::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_BanishBurstWithCallback \ +static_assert(alignof(Rot_BanishBurstWithCallback) == 0x000004, "Wrong alignment on Rot_BanishBurstWithCallback"); \ +static_assert(sizeof(Rot_BanishBurstWithCallback) == 0x000024, "Wrong size on Rot_BanishBurstWithCallback"); \ +static_assert(offsetof(Rot_BanishBurstWithCallback, OnComplete) == 0x000000, "Member 'Rot_BanishBurstWithCallback::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(Rot_BanishBurstWithCallback, Options) == 0x000010, "Member 'Rot_BanishBurstWithCallback::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_BanishBurstWithOptions \ +static_assert(alignof(Rot_BanishBurstWithOptions) == 0x000004, "Wrong alignment on Rot_BanishBurstWithOptions"); \ +static_assert(sizeof(Rot_BanishBurstWithOptions) == 0x000014, "Wrong size on Rot_BanishBurstWithOptions"); \ +static_assert(offsetof(Rot_BanishBurstWithOptions, Options) == 0x000000, "Member 'Rot_BanishBurstWithOptions::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_HandleDamageDirection \ +static_assert(alignof(Rot_HandleDamageDirection) == 0x000004, "Wrong alignment on Rot_HandleDamageDirection"); \ +static_assert(sizeof(Rot_HandleDamageDirection) == 0x00000C, "Wrong size on Rot_HandleDamageDirection"); \ +static_assert(offsetof(Rot_HandleDamageDirection, Direction) == 0x000000, "Member 'Rot_HandleDamageDirection::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_HandleRenderModeChanged \ +static_assert(alignof(Rot_HandleRenderModeChanged) == 0x000001, "Wrong alignment on Rot_HandleRenderModeChanged"); \ +static_assert(sizeof(Rot_HandleRenderModeChanged) == 0x000002, "Wrong size on Rot_HandleRenderModeChanged"); \ +static_assert(offsetof(Rot_HandleRenderModeChanged, Mode) == 0x000000, "Member 'Rot_HandleRenderModeChanged::Mode' has a wrong offset!"); \ +static_assert(offsetof(Rot_HandleRenderModeChanged, PreviousMode) == 0x000001, "Member 'Rot_HandleRenderModeChanged::PreviousMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_PoofTo \ +static_assert(alignof(Rot_PoofTo) == 0x000004, "Wrong alignment on Rot_PoofTo"); \ +static_assert(sizeof(Rot_PoofTo) == 0x000040, "Wrong size on Rot_PoofTo"); \ +static_assert(offsetof(Rot_PoofTo, Location) == 0x000000, "Member 'Rot_PoofTo::Location' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, Rotation) == 0x00000C, "Member 'Rot_PoofTo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, PoofDelayMinMax) == 0x000018, "Member 'Rot_PoofTo::PoofDelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, PoofRadiusMinMax) == 0x000020, "Member 'Rot_PoofTo::PoofRadiusMinMax' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, PoofAngle) == 0x000028, "Member 'Rot_PoofTo::PoofAngle' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, OnComplete) == 0x00002C, "Member 'Rot_PoofTo::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, DisableBehaviorTree) == 0x00003C, "Member 'Rot_PoofTo::DisableBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofTo, ReturnValue) == 0x00003D, "Member 'Rot_PoofTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_PoofToProxy \ +static_assert(alignof(Rot_PoofToProxy) == 0x000004, "Wrong alignment on Rot_PoofToProxy"); \ +static_assert(sizeof(Rot_PoofToProxy) == 0x000028, "Wrong size on Rot_PoofToProxy"); \ +static_assert(offsetof(Rot_PoofToProxy, PoofDelayMinMax) == 0x000000, "Member 'Rot_PoofToProxy::PoofDelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofToProxy, PoofRadiusMinMax) == 0x000008, "Member 'Rot_PoofToProxy::PoofRadiusMinMax' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofToProxy, PoofAngle) == 0x000010, "Member 'Rot_PoofToProxy::PoofAngle' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofToProxy, OnComplete) == 0x000014, "Member 'Rot_PoofToProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(Rot_PoofToProxy, ReturnValue) == 0x000024, "Member 'Rot_PoofToProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_RequestEnabledState \ +static_assert(alignof(Rot_RequestEnabledState) == 0x000004, "Wrong alignment on Rot_RequestEnabledState"); \ +static_assert(sizeof(Rot_RequestEnabledState) == 0x000008, "Wrong size on Rot_RequestEnabledState"); \ +static_assert(offsetof(Rot_RequestEnabledState, Enabled) == 0x000000, "Member 'Rot_RequestEnabledState::Enabled' has a wrong offset!"); \ +static_assert(offsetof(Rot_RequestEnabledState, Delay) == 0x000004, "Member 'Rot_RequestEnabledState::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_RequestEnabledStateImmediate \ +static_assert(alignof(Rot_RequestEnabledStateImmediate) == 0x000001, "Wrong alignment on Rot_RequestEnabledStateImmediate"); \ +static_assert(sizeof(Rot_RequestEnabledStateImmediate) == 0x000001, "Wrong size on Rot_RequestEnabledStateImmediate"); \ +static_assert(offsetof(Rot_RequestEnabledStateImmediate, Enabled) == 0x000000, "Member 'Rot_RequestEnabledStateImmediate::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_SetRenderMode \ +static_assert(alignof(Rot_SetRenderMode) == 0x000001, "Wrong alignment on Rot_SetRenderMode"); \ +static_assert(sizeof(Rot_SetRenderMode) == 0x000002, "Wrong size on Rot_SetRenderMode"); \ +static_assert(offsetof(Rot_SetRenderMode, Mode) == 0x000000, "Member 'Rot_SetRenderMode::Mode' has a wrong offset!"); \ +static_assert(offsetof(Rot_SetRenderMode, Force) == 0x000001, "Member 'Rot_SetRenderMode::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_SetRotOwner \ +static_assert(alignof(Rot_SetRotOwner) == 0x000008, "Wrong alignment on Rot_SetRotOwner"); \ +static_assert(sizeof(Rot_SetRotOwner) == 0x000008, "Wrong size on Rot_SetRotOwner"); \ +static_assert(offsetof(Rot_SetRotOwner, NewOwner) == 0x000000, "Member 'Rot_SetRotOwner::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_SetVelocity \ +static_assert(alignof(Rot_SetVelocity) == 0x000004, "Wrong alignment on Rot_SetVelocity"); \ +static_assert(sizeof(Rot_SetVelocity) == 0x00001C, "Wrong size on Rot_SetVelocity"); \ +static_assert(offsetof(Rot_SetVelocity, Velocity) == 0x000000, "Member 'Rot_SetVelocity::Velocity' has a wrong offset!"); \ +static_assert(offsetof(Rot_SetVelocity, DefaultIfNAN) == 0x00000C, "Member 'Rot_SetVelocity::DefaultIfNAN' has a wrong offset!"); \ +static_assert(offsetof(Rot_SetVelocity, ReturnValue) == 0x000018, "Member 'Rot_SetVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_SetVisible \ +static_assert(alignof(Rot_SetVisible) == 0x000001, "Wrong alignment on Rot_SetVisible"); \ +static_assert(sizeof(Rot_SetVisible) == 0x000001, "Wrong size on Rot_SetVisible"); \ +static_assert(offsetof(Rot_SetVisible, Visible) == 0x000000, "Member 'Rot_SetVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_StartRolling \ +static_assert(alignof(Rot_StartRolling) == 0x000004, "Wrong alignment on Rot_StartRolling"); \ +static_assert(sizeof(Rot_StartRolling) == 0x000004, "Wrong size on Rot_StartRolling"); \ +static_assert(offsetof(Rot_StartRolling, RollTimeout_0) == 0x000000, "Member 'Rot_StartRolling::RollTimeout_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_GetIsRotOwned \ +static_assert(alignof(Rot_GetIsRotOwned) == 0x000001, "Wrong alignment on Rot_GetIsRotOwned"); \ +static_assert(sizeof(Rot_GetIsRotOwned) == 0x000001, "Wrong size on Rot_GetIsRotOwned"); \ +static_assert(offsetof(Rot_GetIsRotOwned, ReturnValue) == 0x000000, "Member 'Rot_GetIsRotOwned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Rot_GetRenderMode \ +static_assert(alignof(Rot_GetRenderMode) == 0x000001, "Wrong alignment on Rot_GetRenderMode"); \ +static_assert(sizeof(Rot_GetRenderMode) == 0x000001, "Wrong size on Rot_GetRenderMode"); \ +static_assert(offsetof(Rot_GetRenderMode, ReturnValue) == 0x000000, "Member 'Rot_GetRenderMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARot \ +static_assert(alignof(ARot) == 0x000010, "Wrong alignment on ARot"); \ +static_assert(sizeof(ARot) == 0x000A70, "Wrong size on ARot"); \ +static_assert(offsetof(ARot, OnRotGatherAttempt) == 0x0008F0, "Member 'ARot::OnRotGatherAttempt' has a wrong offset!"); \ +static_assert(offsetof(ARot, PoofCheckRate) == 0x000900, "Member 'ARot::PoofCheckRate' has a wrong offset!"); \ +static_assert(offsetof(ARot, SoftCollisionWeightIdle) == 0x000904, "Member 'ARot::SoftCollisionWeightIdle' has a wrong offset!"); \ +static_assert(offsetof(ARot, SoftCollisionWeightMoving) == 0x000908, "Member 'ARot::SoftCollisionWeightMoving' has a wrong offset!"); \ +static_assert(offsetof(ARot, HeadMeshes) == 0x000910, "Member 'ARot::HeadMeshes' has a wrong offset!"); \ +static_assert(offsetof(ARot, RandomDongerMesh) == 0x000920, "Member 'ARot::RandomDongerMesh' has a wrong offset!"); \ +static_assert(offsetof(ARot, RandomDongerComponents) == 0x000928, "Member 'ARot::RandomDongerComponents' has a wrong offset!"); \ +static_assert(offsetof(ARot, AutoRegisterIfUnowned) == 0x000938, "Member 'ARot::AutoRegisterIfUnowned' has a wrong offset!"); \ +static_assert(offsetof(ARot, CollisionProfileName) == 0x00093C, "Member 'ARot::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(ARot, CollisionRadius) == 0x000944, "Member 'ARot::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(ARot, HighQualitySettings) == 0x000948, "Member 'ARot::HighQualitySettings' has a wrong offset!"); \ +static_assert(offsetof(ARot, OptimizedSettings) == 0x000978, "Member 'ARot::OptimizedSettings' has a wrong offset!"); \ +static_assert(offsetof(ARot, RenderMode) == 0x0009A8, "Member 'ARot::RenderMode' has a wrong offset!"); \ +static_assert(offsetof(ARot, RotOwnerParent) == 0x0009B0, "Member 'ARot::RotOwnerParent' has a wrong offset!"); \ +static_assert(offsetof(ARot, DefaultMaterialInstance) == 0x0009B8, "Member 'ARot::DefaultMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ARot, EnableBehaviorOnStart) == 0x0009C0, "Member 'ARot::EnableBehaviorOnStart' has a wrong offset!"); \ +static_assert(offsetof(ARot, BurstCollisionProfileName) == 0x0009C4, "Member 'ARot::BurstCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(ARot, BurstRotationLerpSpeed) == 0x0009CC, "Member 'ARot::BurstRotationLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(ARot, IsPoofing) == 0x0009D0, "Member 'ARot::IsPoofing' has a wrong offset!"); \ +static_assert(offsetof(ARot, IsDisableRequested) == 0x0009D1, "Member 'ARot::IsDisableRequested' has a wrong offset!"); \ +static_assert(offsetof(ARot, DisableRequestTime) == 0x0009D4, "Member 'ARot::DisableRequestTime' has a wrong offset!"); \ +static_assert(offsetof(ARot, IsDisabled) == 0x0009D8, "Member 'ARot::IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(ARot, IsDisablePoofing) == 0x0009D9, "Member 'ARot::IsDisablePoofing' has a wrong offset!"); \ +static_assert(offsetof(ARot, IsRotHiding) == 0x0009DA, "Member 'ARot::IsRotHiding' has a wrong offset!"); \ +static_assert(offsetof(ARot, CanInterruptBehaviorTree) == 0x0009DB, "Member 'ARot::CanInterruptBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ARot, PoissonVector) == 0x0009DC, "Member 'ARot::PoissonVector' has a wrong offset!"); \ +static_assert(offsetof(ARot, ClippingComponent) == 0x0009E8, "Member 'ARot::ClippingComponent' has a wrong offset!"); \ +static_assert(offsetof(ARot, MeshRelativeLoc) == 0x0009F0, "Member 'ARot::MeshRelativeLoc' has a wrong offset!"); \ +static_assert(offsetof(ARot, LastVelocity) == 0x0009FC, "Member 'ARot::LastVelocity' has a wrong offset!"); \ +static_assert(offsetof(ARot, BurstForwardVector) == 0x000A08, "Member 'ARot::BurstForwardVector' has a wrong offset!"); \ +static_assert(offsetof(ARot, BurstOptions) == 0x000A14, "Member 'ARot::BurstOptions' has a wrong offset!"); \ +static_assert(offsetof(ARot, BurstCompleteCallback) == 0x000A28, "Member 'ARot::BurstCompleteCallback' has a wrong offset!"); \ +static_assert(offsetof(ARot, FauxTickTimer) == 0x000A38, "Member 'ARot::FauxTickTimer' has a wrong offset!"); \ +static_assert(offsetof(ARot, PoofTimer) == 0x000A40, "Member 'ARot::PoofTimer' has a wrong offset!"); \ +static_assert(offsetof(ARot, RollTimeout) == 0x000A48, "Member 'ARot::RollTimeout' has a wrong offset!"); \ +static_assert(offsetof(ARot, RollTimeoutTimer) == 0x000A50, "Member 'ARot::RollTimeoutTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_AddDisableRequest \ +static_assert(alignof(RotActionPerformerComponent_AddDisableRequest) == 0x000004, "Wrong alignment on RotActionPerformerComponent_AddDisableRequest"); \ +static_assert(sizeof(RotActionPerformerComponent_AddDisableRequest) == 0x000008, "Wrong size on RotActionPerformerComponent_AddDisableRequest"); \ +static_assert(offsetof(RotActionPerformerComponent_AddDisableRequest, RequestKey) == 0x000000, "Member 'RotActionPerformerComponent_AddDisableRequest::RequestKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_HandleRotCloudBanished \ +static_assert(alignof(RotActionPerformerComponent_HandleRotCloudBanished) == 0x000008, "Wrong alignment on RotActionPerformerComponent_HandleRotCloudBanished"); \ +static_assert(sizeof(RotActionPerformerComponent_HandleRotCloudBanished) == 0x000020, "Wrong size on RotActionPerformerComponent_HandleRotCloudBanished"); \ +static_assert(offsetof(RotActionPerformerComponent_HandleRotCloudBanished, NewOwner) == 0x000000, "Member 'RotActionPerformerComponent_HandleRotCloudBanished::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotActionPerformerComponent_HandleRotCloudBanished, OutRots) == 0x000010, "Member 'RotActionPerformerComponent_HandleRotCloudBanished::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_HandleRotCloudSummoned \ +static_assert(alignof(RotActionPerformerComponent_HandleRotCloudSummoned) == 0x000008, "Wrong alignment on RotActionPerformerComponent_HandleRotCloudSummoned"); \ +static_assert(sizeof(RotActionPerformerComponent_HandleRotCloudSummoned) == 0x000010, "Wrong size on RotActionPerformerComponent_HandleRotCloudSummoned"); \ +static_assert(offsetof(RotActionPerformerComponent_HandleRotCloudSummoned, FromOwner) == 0x000000, "Member 'RotActionPerformerComponent_HandleRotCloudSummoned::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_OnActionCompleted \ +static_assert(alignof(RotActionPerformerComponent_OnActionCompleted) == 0x000008, "Wrong alignment on RotActionPerformerComponent_OnActionCompleted"); \ +static_assert(sizeof(RotActionPerformerComponent_OnActionCompleted) == 0x000008, "Wrong size on RotActionPerformerComponent_OnActionCompleted"); \ +static_assert(offsetof(RotActionPerformerComponent_OnActionCompleted, Action) == 0x000000, "Member 'RotActionPerformerComponent_OnActionCompleted::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_RemoveDisableRequest \ +static_assert(alignof(RotActionPerformerComponent_RemoveDisableRequest) == 0x000004, "Wrong alignment on RotActionPerformerComponent_RemoveDisableRequest"); \ +static_assert(sizeof(RotActionPerformerComponent_RemoveDisableRequest) == 0x000008, "Wrong size on RotActionPerformerComponent_RemoveDisableRequest"); \ +static_assert(offsetof(RotActionPerformerComponent_RemoveDisableRequest, RequestKey) == 0x000000, "Member 'RotActionPerformerComponent_RemoveDisableRequest::RequestKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_SetAiming \ +static_assert(alignof(RotActionPerformerComponent_SetAiming) == 0x000001, "Wrong alignment on RotActionPerformerComponent_SetAiming"); \ +static_assert(sizeof(RotActionPerformerComponent_SetAiming) == 0x000001, "Wrong size on RotActionPerformerComponent_SetAiming"); \ +static_assert(offsetof(RotActionPerformerComponent_SetAiming, Aiming) == 0x000000, "Member 'RotActionPerformerComponent_SetAiming::Aiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_SetHoveredAction \ +static_assert(alignof(RotActionPerformerComponent_SetHoveredAction) == 0x000008, "Wrong alignment on RotActionPerformerComponent_SetHoveredAction"); \ +static_assert(sizeof(RotActionPerformerComponent_SetHoveredAction) == 0x000008, "Wrong size on RotActionPerformerComponent_SetHoveredAction"); \ +static_assert(offsetof(RotActionPerformerComponent_SetHoveredAction, Action) == 0x000000, "Member 'RotActionPerformerComponent_SetHoveredAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_SetPerformMode \ +static_assert(alignof(RotActionPerformerComponent_SetPerformMode) == 0x000001, "Wrong alignment on RotActionPerformerComponent_SetPerformMode"); \ +static_assert(sizeof(RotActionPerformerComponent_SetPerformMode) == 0x000001, "Wrong size on RotActionPerformerComponent_SetPerformMode"); \ +static_assert(offsetof(RotActionPerformerComponent_SetPerformMode, Mode) == 0x000000, "Member 'RotActionPerformerComponent_SetPerformMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_SetPermittedActionTypes \ +static_assert(alignof(RotActionPerformerComponent_SetPermittedActionTypes) == 0x000004, "Wrong alignment on RotActionPerformerComponent_SetPermittedActionTypes"); \ +static_assert(sizeof(RotActionPerformerComponent_SetPermittedActionTypes) == 0x000004, "Wrong size on RotActionPerformerComponent_SetPermittedActionTypes"); \ +static_assert(offsetof(RotActionPerformerComponent_SetPermittedActionTypes, ActionTypes) == 0x000000, "Member 'RotActionPerformerComponent_SetPermittedActionTypes::ActionTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_SetRotOwner \ +static_assert(alignof(RotActionPerformerComponent_SetRotOwner) == 0x000008, "Wrong alignment on RotActionPerformerComponent_SetRotOwner"); \ +static_assert(sizeof(RotActionPerformerComponent_SetRotOwner) == 0x000010, "Wrong size on RotActionPerformerComponent_SetRotOwner"); \ +static_assert(offsetof(RotActionPerformerComponent_SetRotOwner, NewRotOwner) == 0x000000, "Member 'RotActionPerformerComponent_SetRotOwner::NewRotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_TryPerformAction \ +static_assert(alignof(RotActionPerformerComponent_TryPerformAction) == 0x000008, "Wrong alignment on RotActionPerformerComponent_TryPerformAction"); \ +static_assert(sizeof(RotActionPerformerComponent_TryPerformAction) == 0x000010, "Wrong size on RotActionPerformerComponent_TryPerformAction"); \ +static_assert(offsetof(RotActionPerformerComponent_TryPerformAction, Action) == 0x000000, "Member 'RotActionPerformerComponent_TryPerformAction::Action' has a wrong offset!"); \ +static_assert(offsetof(RotActionPerformerComponent_TryPerformAction, ReturnValue) == 0x000008, "Member 'RotActionPerformerComponent_TryPerformAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_TryPerformHoveredAction \ +static_assert(alignof(RotActionPerformerComponent_TryPerformHoveredAction) == 0x000008, "Wrong alignment on RotActionPerformerComponent_TryPerformHoveredAction"); \ +static_assert(sizeof(RotActionPerformerComponent_TryPerformHoveredAction) == 0x000010, "Wrong size on RotActionPerformerComponent_TryPerformHoveredAction"); \ +static_assert(offsetof(RotActionPerformerComponent_TryPerformHoveredAction, OutPerformedAction) == 0x000000, "Member 'RotActionPerformerComponent_TryPerformHoveredAction::OutPerformedAction' has a wrong offset!"); \ +static_assert(offsetof(RotActionPerformerComponent_TryPerformHoveredAction, ReturnValue) == 0x000008, "Member 'RotActionPerformerComponent_TryPerformHoveredAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_CanPerformHoveredAction \ +static_assert(alignof(RotActionPerformerComponent_CanPerformHoveredAction) == 0x000001, "Wrong alignment on RotActionPerformerComponent_CanPerformHoveredAction"); \ +static_assert(sizeof(RotActionPerformerComponent_CanPerformHoveredAction) == 0x000001, "Wrong size on RotActionPerformerComponent_CanPerformHoveredAction"); \ +static_assert(offsetof(RotActionPerformerComponent_CanPerformHoveredAction, ReturnValue) == 0x000000, "Member 'RotActionPerformerComponent_CanPerformHoveredAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_GetHoveredAction \ +static_assert(alignof(RotActionPerformerComponent_GetHoveredAction) == 0x000008, "Wrong alignment on RotActionPerformerComponent_GetHoveredAction"); \ +static_assert(sizeof(RotActionPerformerComponent_GetHoveredAction) == 0x000008, "Wrong size on RotActionPerformerComponent_GetHoveredAction"); \ +static_assert(offsetof(RotActionPerformerComponent_GetHoveredAction, ReturnValue) == 0x000000, "Member 'RotActionPerformerComponent_GetHoveredAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_GetHoveringEnabled \ +static_assert(alignof(RotActionPerformerComponent_GetHoveringEnabled) == 0x000001, "Wrong alignment on RotActionPerformerComponent_GetHoveringEnabled"); \ +static_assert(sizeof(RotActionPerformerComponent_GetHoveringEnabled) == 0x000001, "Wrong size on RotActionPerformerComponent_GetHoveringEnabled"); \ +static_assert(offsetof(RotActionPerformerComponent_GetHoveringEnabled, ReturnValue) == 0x000000, "Member 'RotActionPerformerComponent_GetHoveringEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_GetPerformingActionPipCount \ +static_assert(alignof(RotActionPerformerComponent_GetPerformingActionPipCount) == 0x000004, "Wrong alignment on RotActionPerformerComponent_GetPerformingActionPipCount"); \ +static_assert(sizeof(RotActionPerformerComponent_GetPerformingActionPipCount) == 0x000004, "Wrong size on RotActionPerformerComponent_GetPerformingActionPipCount"); \ +static_assert(offsetof(RotActionPerformerComponent_GetPerformingActionPipCount, ReturnValue) == 0x000000, "Member 'RotActionPerformerComponent_GetPerformingActionPipCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_GetPerformingActionsCount \ +static_assert(alignof(RotActionPerformerComponent_GetPerformingActionsCount) == 0x000004, "Wrong alignment on RotActionPerformerComponent_GetPerformingActionsCount"); \ +static_assert(sizeof(RotActionPerformerComponent_GetPerformingActionsCount) == 0x000004, "Wrong size on RotActionPerformerComponent_GetPerformingActionsCount"); \ +static_assert(offsetof(RotActionPerformerComponent_GetPerformingActionsCount, ReturnValue) == 0x000000, "Member 'RotActionPerformerComponent_GetPerformingActionsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_GetScreenSpaceFlickData \ +static_assert(alignof(RotActionPerformerComponent_GetScreenSpaceFlickData) == 0x000004, "Wrong alignment on RotActionPerformerComponent_GetScreenSpaceFlickData"); \ +static_assert(sizeof(RotActionPerformerComponent_GetScreenSpaceFlickData) == 0x000014, "Wrong size on RotActionPerformerComponent_GetScreenSpaceFlickData"); \ +static_assert(offsetof(RotActionPerformerComponent_GetScreenSpaceFlickData, ScreenPosCenter) == 0x000000, "Member 'RotActionPerformerComponent_GetScreenSpaceFlickData::ScreenPosCenter' has a wrong offset!"); \ +static_assert(offsetof(RotActionPerformerComponent_GetScreenSpaceFlickData, ScreenPosSearch) == 0x000008, "Member 'RotActionPerformerComponent_GetScreenSpaceFlickData::ScreenPosSearch' has a wrong offset!"); \ +static_assert(offsetof(RotActionPerformerComponent_GetScreenSpaceFlickData, SearchRadiusMax) == 0x000010, "Member 'RotActionPerformerComponent_GetScreenSpaceFlickData::SearchRadiusMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotActionPerformerComponent_HasScreenSpaceFlickActions \ +static_assert(alignof(RotActionPerformerComponent_HasScreenSpaceFlickActions) == 0x000004, "Wrong alignment on RotActionPerformerComponent_HasScreenSpaceFlickActions"); \ +static_assert(sizeof(RotActionPerformerComponent_HasScreenSpaceFlickActions) == 0x000008, "Wrong size on RotActionPerformerComponent_HasScreenSpaceFlickActions"); \ +static_assert(offsetof(RotActionPerformerComponent_HasScreenSpaceFlickActions, ActionTypeFilter) == 0x000000, "Member 'RotActionPerformerComponent_HasScreenSpaceFlickActions::ActionTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(RotActionPerformerComponent_HasScreenSpaceFlickActions, ReturnValue) == 0x000004, "Member 'RotActionPerformerComponent_HasScreenSpaceFlickActions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotActionPerformerComponent \ +static_assert(alignof(URotActionPerformerComponent) == 0x000008, "Wrong alignment on URotActionPerformerComponent"); \ +static_assert(sizeof(URotActionPerformerComponent) == 0x000248, "Wrong size on URotActionPerformerComponent"); \ +static_assert(offsetof(URotActionPerformerComponent, OnPerformed) == 0x0000B0, "Member 'URotActionPerformerComponent::OnPerformed' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, OnCompleted) == 0x0000C0, "Member 'URotActionPerformerComponent::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, OnHoveredActionChanged) == 0x0000D0, "Member 'URotActionPerformerComponent::OnHoveredActionChanged' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, OnHoverChanged) == 0x0000E0, "Member 'URotActionPerformerComponent::OnHoverChanged' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, ActionPerformedEvent) == 0x0000F0, "Member 'URotActionPerformerComponent::ActionPerformedEvent' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, UpdateHoverTickRate) == 0x0000F8, "Member 'URotActionPerformerComponent::UpdateHoverTickRate' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, MaxActionDistance) == 0x0000FC, "Member 'URotActionPerformerComponent::MaxActionDistance' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, ActionSearchHalfAngle) == 0x000100, "Member 'URotActionPerformerComponent::ActionSearchHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, AimingActionSearchHalfAngle) == 0x000104, "Member 'URotActionPerformerComponent::AimingActionSearchHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, IsAiming) == 0x000108, "Member 'URotActionPerformerComponent::IsAiming' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, ScreenSpaceFlickViewportRadius) == 0x00010C, "Member 'URotActionPerformerComponent::ScreenSpaceFlickViewportRadius' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, ScreenSpaceFlickAngleToDistanceWeight) == 0x000110, "Member 'URotActionPerformerComponent::ScreenSpaceFlickAngleToDistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, ScreenSpaceFlickStickAvgTime) == 0x000114, "Member 'URotActionPerformerComponent::ScreenSpaceFlickStickAvgTime' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, PerformMode) == 0x000118, "Member 'URotActionPerformerComponent::PerformMode' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, HoveredAction) == 0x000120, "Member 'URotActionPerformerComponent::HoveredAction' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, RotOwner) == 0x000128, "Member 'URotActionPerformerComponent::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, PerformingActions) == 0x000138, "Member 'URotActionPerformerComponent::PerformingActions' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, RotActions) == 0x000148, "Member 'URotActionPerformerComponent::RotActions' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, PendingTraceRotActions) == 0x000158, "Member 'URotActionPerformerComponent::PendingTraceRotActions' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, PermittedRotActionTypes) == 0x000168, "Member 'URotActionPerformerComponent::PermittedRotActionTypes' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, PlayerInventory) == 0x0001C0, "Member 'URotActionPerformerComponent::PlayerInventory' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, ButtonLegendController) == 0x0001C8, "Member 'URotActionPerformerComponent::ButtonLegendController' has a wrong offset!"); \ +static_assert(offsetof(URotActionPerformerComponent, LockOnManager) == 0x0001D0, "Member 'URotActionPerformerComponent::LockOnManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotAnimInstance_HandleMovementModeChanged \ +static_assert(alignof(RotAnimInstance_HandleMovementModeChanged) == 0x000008, "Wrong alignment on RotAnimInstance_HandleMovementModeChanged"); \ +static_assert(sizeof(RotAnimInstance_HandleMovementModeChanged) == 0x000010, "Wrong size on RotAnimInstance_HandleMovementModeChanged"); \ +static_assert(offsetof(RotAnimInstance_HandleMovementModeChanged, CharacterMovement) == 0x000000, "Member 'RotAnimInstance_HandleMovementModeChanged::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(RotAnimInstance_HandleMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'RotAnimInstance_HandleMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(RotAnimInstance_HandleMovementModeChanged, PrevCustomMovementMode) == 0x000009, "Member 'RotAnimInstance_HandleMovementModeChanged::PrevCustomMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotAnimInstance \ +static_assert(alignof(URotAnimInstance) == 0x000010, "Wrong alignment on URotAnimInstance"); \ +static_assert(sizeof(URotAnimInstance) == 0x000B40, "Wrong size on URotAnimInstance"); \ +static_assert(offsetof(URotAnimInstance, Speed) == 0x000B18, "Member 'URotAnimInstance::Speed' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, CurrentMovementMode) == 0x000B1C, "Member 'URotAnimInstance::CurrentMovementMode' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, CurrentCustomMovementMode) == 0x000B1D, "Member 'URotAnimInstance::CurrentCustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, PreviousMovementMode) == 0x000B1E, "Member 'URotAnimInstance::PreviousMovementMode' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, PreviousCustomMovementMode) == 0x000B1F, "Member 'URotAnimInstance::PreviousCustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, IsCarryingItem) == 0x000B20, "Member 'URotAnimInstance::IsCarryingItem' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, AdjustedDistanceFromCarryable) == 0x000B24, "Member 'URotAnimInstance::AdjustedDistanceFromCarryable' has a wrong offset!"); \ +static_assert(offsetof(URotAnimInstance, FocalPointManager) == 0x000B28, "Member 'URotAnimInstance::FocalPointManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotationClampConfig \ +static_assert(alignof(URotationClampConfig) == 0x000008, "Wrong alignment on URotationClampConfig"); \ +static_assert(sizeof(URotationClampConfig) == 0x000148, "Wrong size on URotationClampConfig"); \ +static_assert(offsetof(URotationClampConfig, PitchCurve) == 0x000030, "Member 'URotationClampConfig::PitchCurve' has a wrong offset!"); \ +static_assert(offsetof(URotationClampConfig, YawCurve) == 0x0000B8, "Member 'URotationClampConfig::YawCurve' has a wrong offset!"); \ +static_assert(offsetof(URotationClampConfig, BlendTime) == 0x000140, "Member 'URotationClampConfig::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotatorTriggerHandler \ +static_assert(alignof(URotatorTriggerHandler) == 0x000008, "Wrong alignment on URotatorTriggerHandler"); \ +static_assert(sizeof(URotatorTriggerHandler) == 0x0000F0, "Wrong size on URotatorTriggerHandler"); \ +static_assert(offsetof(URotatorTriggerHandler, Rotator) == 0x000028, "Member 'URotatorTriggerHandler::Rotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotBindMovementComponent_OnRotHit \ +static_assert(alignof(RotBindMovementComponent_OnRotHit) == 0x000008, "Wrong alignment on RotBindMovementComponent_OnRotHit"); \ +static_assert(sizeof(RotBindMovementComponent_OnRotHit) == 0x0000B0, "Wrong size on RotBindMovementComponent_OnRotHit"); \ +static_assert(offsetof(RotBindMovementComponent_OnRotHit, HitComponent) == 0x000000, "Member 'RotBindMovementComponent_OnRotHit::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(RotBindMovementComponent_OnRotHit, OtherActor) == 0x000008, "Member 'RotBindMovementComponent_OnRotHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(RotBindMovementComponent_OnRotHit, OtherComp) == 0x000010, "Member 'RotBindMovementComponent_OnRotHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(RotBindMovementComponent_OnRotHit, NormalImpulse) == 0x000018, "Member 'RotBindMovementComponent_OnRotHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(RotBindMovementComponent_OnRotHit, Hit) == 0x000024, "Member 'RotBindMovementComponent_OnRotHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotBindMovementComponent \ +static_assert(alignof(URotBindMovementComponent) == 0x000010, "Wrong alignment on URotBindMovementComponent"); \ +static_assert(sizeof(URotBindMovementComponent) == 0x000360, "Wrong size on URotBindMovementComponent"); \ +static_assert(offsetof(URotBindMovementComponent, StickOnHit) == 0x000330, "Member 'URotBindMovementComponent::StickOnHit' has a wrong offset!"); \ +static_assert(offsetof(URotBindMovementComponent, InitialImpulseStrength) == 0x000334, "Member 'URotBindMovementComponent::InitialImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(URotBindMovementComponent, CollisionRadiusFactor) == 0x000338, "Member 'URotBindMovementComponent::CollisionRadiusFactor' has a wrong offset!"); \ +static_assert(offsetof(URotBindMovementComponent, AllowSpecifiedSocketNamesOnly) == 0x00033C, "Member 'URotBindMovementComponent::AllowSpecifiedSocketNamesOnly' has a wrong offset!"); \ +static_assert(offsetof(URotBindMovementComponent, BoundTargetSocketNames) == 0x000340, "Member 'URotBindMovementComponent::BoundTargetSocketNames' has a wrong offset!"); \ +static_assert(offsetof(URotBindMovementComponent, BoundTargetPrimitive) == 0x000350, "Member 'URotBindMovementComponent::BoundTargetPrimitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotBondGrantingComponent_TriggerGrantRotBond \ +static_assert(alignof(RotBondGrantingComponent_TriggerGrantRotBond) == 0x000008, "Wrong alignment on RotBondGrantingComponent_TriggerGrantRotBond"); \ +static_assert(sizeof(RotBondGrantingComponent_TriggerGrantRotBond) == 0x000008, "Wrong size on RotBondGrantingComponent_TriggerGrantRotBond"); \ +static_assert(offsetof(RotBondGrantingComponent_TriggerGrantRotBond, IntParams) == 0x000000, "Member 'RotBondGrantingComponent_TriggerGrantRotBond::IntParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotBondGrantingComponent \ +static_assert(alignof(URotBondGrantingComponent) == 0x000008, "Wrong alignment on URotBondGrantingComponent"); \ +static_assert(sizeof(URotBondGrantingComponent) == 0x0000C0, "Wrong size on URotBondGrantingComponent"); \ +static_assert(offsetof(URotBondGrantingComponent, RewardConfig) == 0x0000B0, "Member 'URotBondGrantingComponent::RewardConfig' has a wrong offset!"); \ +static_assert(offsetof(URotBondGrantingComponent, DoOnce) == 0x0000B8, "Member 'URotBondGrantingComponent::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(URotBondGrantingComponent, HasUsed) == 0x0000B9, "Member 'URotBondGrantingComponent::HasUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_DropItem \ +static_assert(alignof(RotCarryAbility_DropItem) == 0x000001, "Wrong alignment on RotCarryAbility_DropItem"); \ +static_assert(sizeof(RotCarryAbility_DropItem) == 0x000001, "Wrong size on RotCarryAbility_DropItem"); \ +static_assert(offsetof(RotCarryAbility_DropItem, ReturnValue) == 0x000000, "Member 'RotCarryAbility_DropItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_DroppedItem \ +static_assert(alignof(RotCarryAbility_DroppedItem) == 0x000001, "Wrong alignment on RotCarryAbility_DroppedItem"); \ +static_assert(sizeof(RotCarryAbility_DroppedItem) == 0x000001, "Wrong size on RotCarryAbility_DroppedItem"); \ +static_assert(offsetof(RotCarryAbility_DroppedItem, WasSnapped) == 0x000000, "Member 'RotCarryAbility_DroppedItem::WasSnapped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_HandleDroppedItem \ +static_assert(alignof(RotCarryAbility_HandleDroppedItem) == 0x000001, "Wrong alignment on RotCarryAbility_HandleDroppedItem"); \ +static_assert(sizeof(RotCarryAbility_HandleDroppedItem) == 0x000001, "Wrong size on RotCarryAbility_HandleDroppedItem"); \ +static_assert(offsetof(RotCarryAbility_HandleDroppedItem, WasSnapped) == 0x000000, "Member 'RotCarryAbility_HandleDroppedItem::WasSnapped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_HandleMoveCompleted \ +static_assert(alignof(RotCarryAbility_HandleMoveCompleted) == 0x000001, "Wrong alignment on RotCarryAbility_HandleMoveCompleted"); \ +static_assert(sizeof(RotCarryAbility_HandleMoveCompleted) == 0x000001, "Wrong size on RotCarryAbility_HandleMoveCompleted"); \ +static_assert(offsetof(RotCarryAbility_HandleMoveCompleted, Result) == 0x000000, "Member 'RotCarryAbility_HandleMoveCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_HandlePickedUpItem \ +static_assert(alignof(RotCarryAbility_HandlePickedUpItem) == 0x000008, "Wrong alignment on RotCarryAbility_HandlePickedUpItem"); \ +static_assert(sizeof(RotCarryAbility_HandlePickedUpItem) == 0x000008, "Wrong size on RotCarryAbility_HandlePickedUpItem"); \ +static_assert(offsetof(RotCarryAbility_HandlePickedUpItem, NewCarryable) == 0x000000, "Member 'RotCarryAbility_HandlePickedUpItem::NewCarryable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_HandleRotActionPerformed \ +static_assert(alignof(RotCarryAbility_HandleRotActionPerformed) == 0x000008, "Wrong alignment on RotCarryAbility_HandleRotActionPerformed"); \ +static_assert(sizeof(RotCarryAbility_HandleRotActionPerformed) == 0x000010, "Wrong size on RotCarryAbility_HandleRotActionPerformed"); \ +static_assert(offsetof(RotCarryAbility_HandleRotActionPerformed, Performer) == 0x000000, "Member 'RotCarryAbility_HandleRotActionPerformed::Performer' has a wrong offset!"); \ +static_assert(offsetof(RotCarryAbility_HandleRotActionPerformed, Action) == 0x000008, "Member 'RotCarryAbility_HandleRotActionPerformed::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_HandleRotPipUsed \ +static_assert(alignof(RotCarryAbility_HandleRotPipUsed) == 0x000004, "Wrong alignment on RotCarryAbility_HandleRotPipUsed"); \ +static_assert(sizeof(RotCarryAbility_HandleRotPipUsed) == 0x000004, "Wrong size on RotCarryAbility_HandleRotPipUsed"); \ +static_assert(offsetof(RotCarryAbility_HandleRotPipUsed, NumPips) == 0x000000, "Member 'RotCarryAbility_HandleRotPipUsed::NumPips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_HandleTraceStateChanged \ +static_assert(alignof(RotCarryAbility_HandleTraceStateChanged) == 0x000001, "Wrong alignment on RotCarryAbility_HandleTraceStateChanged"); \ +static_assert(sizeof(RotCarryAbility_HandleTraceStateChanged) == 0x000001, "Wrong size on RotCarryAbility_HandleTraceStateChanged"); \ +static_assert(offsetof(RotCarryAbility_HandleTraceStateChanged, Tracing) == 0x000000, "Member 'RotCarryAbility_HandleTraceStateChanged::Tracing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_MoveCompleted \ +static_assert(alignof(RotCarryAbility_MoveCompleted) == 0x000001, "Wrong alignment on RotCarryAbility_MoveCompleted"); \ +static_assert(sizeof(RotCarryAbility_MoveCompleted) == 0x000001, "Wrong size on RotCarryAbility_MoveCompleted"); \ +static_assert(offsetof(RotCarryAbility_MoveCompleted, Result) == 0x000000, "Member 'RotCarryAbility_MoveCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_SetIsAiming \ +static_assert(alignof(RotCarryAbility_SetIsAiming) == 0x000001, "Wrong alignment on RotCarryAbility_SetIsAiming"); \ +static_assert(sizeof(RotCarryAbility_SetIsAiming) == 0x000001, "Wrong size on RotCarryAbility_SetIsAiming"); \ +static_assert(offsetof(RotCarryAbility_SetIsAiming, Aiming) == 0x000000, "Member 'RotCarryAbility_SetIsAiming::Aiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_CanDropItem \ +static_assert(alignof(RotCarryAbility_CanDropItem) == 0x000001, "Wrong alignment on RotCarryAbility_CanDropItem"); \ +static_assert(sizeof(RotCarryAbility_CanDropItem) == 0x000001, "Wrong size on RotCarryAbility_CanDropItem"); \ +static_assert(offsetof(RotCarryAbility_CanDropItem, ReturnValue) == 0x000000, "Member 'RotCarryAbility_CanDropItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_GetAverageWaypointLocation \ +static_assert(alignof(RotCarryAbility_GetAverageWaypointLocation) == 0x000004, "Wrong alignment on RotCarryAbility_GetAverageWaypointLocation"); \ +static_assert(sizeof(RotCarryAbility_GetAverageWaypointLocation) == 0x00000C, "Wrong size on RotCarryAbility_GetAverageWaypointLocation"); \ +static_assert(offsetof(RotCarryAbility_GetAverageWaypointLocation, ReturnValue) == 0x000000, "Member 'RotCarryAbility_GetAverageWaypointLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_GetAverageWaypointNormal \ +static_assert(alignof(RotCarryAbility_GetAverageWaypointNormal) == 0x000004, "Wrong alignment on RotCarryAbility_GetAverageWaypointNormal"); \ +static_assert(sizeof(RotCarryAbility_GetAverageWaypointNormal) == 0x00000C, "Wrong size on RotCarryAbility_GetAverageWaypointNormal"); \ +static_assert(offsetof(RotCarryAbility_GetAverageWaypointNormal, ReturnValue) == 0x000000, "Member 'RotCarryAbility_GetAverageWaypointNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAbility_GetIsCarryingItem \ +static_assert(alignof(RotCarryAbility_GetIsCarryingItem) == 0x000001, "Wrong alignment on RotCarryAbility_GetIsCarryingItem"); \ +static_assert(sizeof(RotCarryAbility_GetIsCarryingItem) == 0x000001, "Wrong size on RotCarryAbility_GetIsCarryingItem"); \ +static_assert(offsetof(RotCarryAbility_GetIsCarryingItem, ReturnValue) == 0x000000, "Member 'RotCarryAbility_GetIsCarryingItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCarryAbility \ +static_assert(alignof(ARotCarryAbility) == 0x000010, "Wrong alignment on ARotCarryAbility"); \ +static_assert(sizeof(ARotCarryAbility) == 0x000660, "Wrong size on ARotCarryAbility"); \ +static_assert(offsetof(ARotCarryAbility, CarryCharacter) == 0x000310, "Member 'ARotCarryAbility::CarryCharacter' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, HeroRotPOIA) == 0x000318, "Member 'ARotCarryAbility::HeroRotPOIA' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, HeroRotPOIB) == 0x000320, "Member 'ARotCarryAbility::HeroRotPOIB' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, ButtonLegendController) == 0x000328, "Member 'ARotCarryAbility::ButtonLegendController' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, ShouldMovePOIA) == 0x000330, "Member 'ARotCarryAbility::ShouldMovePOIA' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, WaypointTraceDistance) == 0x000334, "Member 'ARotCarryAbility::WaypointTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, WaypointCornerTraceDistance) == 0x000338, "Member 'ARotCarryAbility::WaypointCornerTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, WaypointCornerDistance) == 0x00033C, "Member 'ARotCarryAbility::WaypointCornerDistance' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, WaypointTraceChannel) == 0x000340, "Member 'ARotCarryAbility::WaypointTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, HeroRotNearGoalDistance) == 0x000344, "Member 'ARotCarryAbility::HeroRotNearGoalDistance' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, MaxDistanceFromPlayer) == 0x000348, "Member 'ARotCarryAbility::MaxDistanceFromPlayer' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, WaypointValidForMove) == 0x00034C, "Member 'ARotCarryAbility::WaypointValidForMove' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, IsAiming) == 0x00034D, "Member 'ARotCarryAbility::IsAiming' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, IsTracing) == 0x00034E, "Member 'ARotCarryAbility::IsTracing' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryAbility, OnItemStateChanged) == 0x000350, "Member 'ARotCarryAbility::OnItemStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryAnimInstance_GetIsMoving \ +static_assert(alignof(RotCarryAnimInstance_GetIsMoving) == 0x000001, "Wrong alignment on RotCarryAnimInstance_GetIsMoving"); \ +static_assert(sizeof(RotCarryAnimInstance_GetIsMoving) == 0x000001, "Wrong size on RotCarryAnimInstance_GetIsMoving"); \ +static_assert(offsetof(RotCarryAnimInstance_GetIsMoving, ReturnValue) == 0x000000, "Member 'RotCarryAnimInstance_GetIsMoving::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCarryAnimInstance \ +static_assert(alignof(URotCarryAnimInstance) == 0x000010, "Wrong alignment on URotCarryAnimInstance"); \ +static_assert(sizeof(URotCarryAnimInstance) == 0x0002F0, "Wrong size on URotCarryAnimInstance"); \ +static_assert(offsetof(URotCarryAnimInstance, CarryCharacter) == 0x0002C8, "Member 'URotCarryAnimInstance::CarryCharacter' has a wrong offset!"); \ +static_assert(offsetof(URotCarryAnimInstance, Velocity) == 0x0002D0, "Member 'URotCarryAnimInstance::Velocity' has a wrong offset!"); \ +static_assert(offsetof(URotCarryAnimInstance, LocalVelocity) == 0x0002DC, "Member 'URotCarryAnimInstance::LocalVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCarryByPOIComponent \ +static_assert(alignof(URotCarryByPOIComponent) == 0x000010, "Wrong alignment on URotCarryByPOIComponent"); \ +static_assert(sizeof(URotCarryByPOIComponent) == 0x0002F0, "Wrong size on URotCarryByPOIComponent"); \ +static_assert(offsetof(URotCarryByPOIComponent, FollowRotBehaviorTreeName) == 0x0002B8, "Member 'URotCarryByPOIComponent::FollowRotBehaviorTreeName' has a wrong offset!"); \ +static_assert(offsetof(URotCarryByPOIComponent, FloorCorrectionTracesPerTick) == 0x0002C0, "Member 'URotCarryByPOIComponent::FloorCorrectionTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(URotCarryByPOIComponent, FloorCorrectionLerpSpeed) == 0x0002C4, "Member 'URotCarryByPOIComponent::FloorCorrectionLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotCarryByPOIComponent, POIComponents) == 0x0002C8, "Member 'URotCarryByPOIComponent::POIComponents' has a wrong offset!"); \ +static_assert(offsetof(URotCarryByPOIComponent, TraceIndex) == 0x0002D8, "Member 'URotCarryByPOIComponent::TraceIndex' has a wrong offset!"); \ +static_assert(offsetof(URotCarryByPOIComponent, AliveInjectTag) == 0x0002DC, "Member 'URotCarryByPOIComponent::AliveInjectTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryCharacter_HandleDropAnimComplete \ +static_assert(alignof(RotCarryCharacter_HandleDropAnimComplete) == 0x000001, "Wrong alignment on RotCarryCharacter_HandleDropAnimComplete"); \ +static_assert(sizeof(RotCarryCharacter_HandleDropAnimComplete) == 0x000001, "Wrong size on RotCarryCharacter_HandleDropAnimComplete"); \ +static_assert(offsetof(RotCarryCharacter_HandleDropAnimComplete, WasSnap) == 0x000000, "Member 'RotCarryCharacter_HandleDropAnimComplete::WasSnap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryCharacter_HandleMoveCompleted \ +static_assert(alignof(RotCarryCharacter_HandleMoveCompleted) == 0x000004, "Wrong alignment on RotCarryCharacter_HandleMoveCompleted"); \ +static_assert(sizeof(RotCarryCharacter_HandleMoveCompleted) == 0x000008, "Wrong size on RotCarryCharacter_HandleMoveCompleted"); \ +static_assert(offsetof(RotCarryCharacter_HandleMoveCompleted, RequestID) == 0x000000, "Member 'RotCarryCharacter_HandleMoveCompleted::RequestID' has a wrong offset!"); \ +static_assert(offsetof(RotCarryCharacter_HandleMoveCompleted, Result) == 0x000004, "Member 'RotCarryCharacter_HandleMoveCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryCharacter_MoveToLocation \ +static_assert(alignof(RotCarryCharacter_MoveToLocation) == 0x000008, "Wrong alignment on RotCarryCharacter_MoveToLocation"); \ +static_assert(sizeof(RotCarryCharacter_MoveToLocation) == 0x000020, "Wrong size on RotCarryCharacter_MoveToLocation"); \ +static_assert(offsetof(RotCarryCharacter_MoveToLocation, Location) == 0x000000, "Member 'RotCarryCharacter_MoveToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(RotCarryCharacter_MoveToLocation, SocketToSnap) == 0x000010, "Member 'RotCarryCharacter_MoveToLocation::SocketToSnap' has a wrong offset!"); \ +static_assert(offsetof(RotCarryCharacter_MoveToLocation, ReturnValue) == 0x000018, "Member 'RotCarryCharacter_MoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryCharacter_OnLevelRemovedFromWorld \ +static_assert(alignof(RotCarryCharacter_OnLevelRemovedFromWorld) == 0x000008, "Wrong alignment on RotCarryCharacter_OnLevelRemovedFromWorld"); \ +static_assert(sizeof(RotCarryCharacter_OnLevelRemovedFromWorld) == 0x000010, "Wrong size on RotCarryCharacter_OnLevelRemovedFromWorld"); \ +static_assert(offsetof(RotCarryCharacter_OnLevelRemovedFromWorld, InLevel) == 0x000000, "Member 'RotCarryCharacter_OnLevelRemovedFromWorld::InLevel' has a wrong offset!"); \ +static_assert(offsetof(RotCarryCharacter_OnLevelRemovedFromWorld, InWorld) == 0x000008, "Member 'RotCarryCharacter_OnLevelRemovedFromWorld::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarryCharacter_CanMove \ +static_assert(alignof(RotCarryCharacter_CanMove) == 0x000001, "Wrong alignment on RotCarryCharacter_CanMove"); \ +static_assert(sizeof(RotCarryCharacter_CanMove) == 0x000001, "Wrong size on RotCarryCharacter_CanMove"); \ +static_assert(offsetof(RotCarryCharacter_CanMove, ReturnValue) == 0x000000, "Member 'RotCarryCharacter_CanMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCarryCharacter \ +static_assert(alignof(ARotCarryCharacter) == 0x000010, "Wrong alignment on ARotCarryCharacter"); \ +static_assert(sizeof(ARotCarryCharacter) == 0x000620, "Wrong size on ARotCarryCharacter"); \ +static_assert(offsetof(ARotCarryCharacter, CurrentItem) == 0x000528, "Member 'ARotCarryCharacter::CurrentItem' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryCharacter, AnimInstance) == 0x000530, "Member 'ARotCarryCharacter::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryCharacter, SnappingSocket) == 0x000538, "Member 'ARotCarryCharacter::SnappingSocket' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryCharacter, FoliageInteraction) == 0x000540, "Member 'ARotCarryCharacter::FoliageInteraction' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryCharacter, TargetSocket) == 0x000548, "Member 'ARotCarryCharacter::TargetSocket' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryCharacter, PendingItem) == 0x000608, "Member 'ARotCarryCharacter::PendingItem' has a wrong offset!"); \ +static_assert(offsetof(ARotCarryCharacter, CurrentItemPOIMovement) == 0x000610, "Member 'ARotCarryCharacter::CurrentItemPOIMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCarrySnapNotifyState \ +static_assert(alignof(URotCarrySnapNotifyState) == 0x000008, "Wrong alignment on URotCarrySnapNotifyState"); \ +static_assert(sizeof(URotCarrySnapNotifyState) == 0x000030, "Wrong size on URotCarrySnapNotifyState"); \ + +#define DUMPER7_ASSERTS_RotCarrySnapSocketComponent_HandleBeginOverlap \ +static_assert(alignof(RotCarrySnapSocketComponent_HandleBeginOverlap) == 0x000008, "Wrong alignment on RotCarrySnapSocketComponent_HandleBeginOverlap"); \ +static_assert(sizeof(RotCarrySnapSocketComponent_HandleBeginOverlap) == 0x0000A8, "Wrong size on RotCarrySnapSocketComponent_HandleBeginOverlap"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleBeginOverlap, OverlappedComponent) == 0x000000, "Member 'RotCarrySnapSocketComponent_HandleBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleBeginOverlap, OtherActor) == 0x000008, "Member 'RotCarrySnapSocketComponent_HandleBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleBeginOverlap, OtherComp) == 0x000010, "Member 'RotCarrySnapSocketComponent_HandleBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'RotCarrySnapSocketComponent_HandleBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleBeginOverlap, bFromSweep) == 0x00001C, "Member 'RotCarrySnapSocketComponent_HandleBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleBeginOverlap, SweepResult) == 0x000020, "Member 'RotCarrySnapSocketComponent_HandleBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCarrySnapSocketComponent_HandleEndOverlap \ +static_assert(alignof(RotCarrySnapSocketComponent_HandleEndOverlap) == 0x000008, "Wrong alignment on RotCarrySnapSocketComponent_HandleEndOverlap"); \ +static_assert(sizeof(RotCarrySnapSocketComponent_HandleEndOverlap) == 0x000020, "Wrong size on RotCarrySnapSocketComponent_HandleEndOverlap"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleEndOverlap, OverlappedComp) == 0x000000, "Member 'RotCarrySnapSocketComponent_HandleEndOverlap::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleEndOverlap, OtherActor) == 0x000008, "Member 'RotCarrySnapSocketComponent_HandleEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleEndOverlap, OtherComp) == 0x000010, "Member 'RotCarrySnapSocketComponent_HandleEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(RotCarrySnapSocketComponent_HandleEndOverlap, OtherBodyIndex) == 0x000018, "Member 'RotCarrySnapSocketComponent_HandleEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCarrySnapSocketComponent \ +static_assert(alignof(URotCarrySnapSocketComponent) == 0x000010, "Wrong alignment on URotCarrySnapSocketComponent"); \ +static_assert(sizeof(URotCarrySnapSocketComponent) == 0x0004F0, "Wrong size on URotCarrySnapSocketComponent"); \ +static_assert(offsetof(URotCarrySnapSocketComponent, CarryableItemClass) == 0x000470, "Member 'URotCarrySnapSocketComponent::CarryableItemClass' has a wrong offset!"); \ +static_assert(offsetof(URotCarrySnapSocketComponent, T_OnSnapComplete) == 0x0004A8, "Member 'URotCarrySnapSocketComponent::T_OnSnapComplete' has a wrong offset!"); \ +static_assert(offsetof(URotCarrySnapSocketComponent, T_OnSnapFailed) == 0x0004B8, "Member 'URotCarrySnapSocketComponent::T_OnSnapFailed' has a wrong offset!"); \ +static_assert(offsetof(URotCarrySnapSocketComponent, WhitelistCarryClasses) == 0x0004C8, "Member 'URotCarrySnapSocketComponent::WhitelistCarryClasses' has a wrong offset!"); \ +static_assert(offsetof(URotCarrySnapSocketComponent, BlacklistCarryClasses) == 0x0004D8, "Member 'URotCarrySnapSocketComponent::BlacklistCarryClasses' has a wrong offset!"); \ +static_assert(offsetof(URotCarrySnapSocketComponent, SnappedItem) == 0x0004E8, "Member 'URotCarrySnapSocketComponent::SnappedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCart_EnableVisitedCollision \ +static_assert(alignof(RotCart_EnableVisitedCollision) == 0x000001, "Wrong alignment on RotCart_EnableVisitedCollision"); \ +static_assert(sizeof(RotCart_EnableVisitedCollision) == 0x000001, "Wrong size on RotCart_EnableVisitedCollision"); \ +static_assert(offsetof(RotCart_EnableVisitedCollision, Enable) == 0x000000, "Member 'RotCart_EnableVisitedCollision::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCart_HasBeenVisited \ +static_assert(alignof(RotCart_HasBeenVisited) == 0x000001, "Wrong alignment on RotCart_HasBeenVisited"); \ +static_assert(sizeof(RotCart_HasBeenVisited) == 0x000001, "Wrong size on RotCart_HasBeenVisited"); \ +static_assert(offsetof(RotCart_HasBeenVisited, ReturnValue) == 0x000000, "Member 'RotCart_HasBeenVisited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCart_OnBoundsOverlap \ +static_assert(alignof(RotCart_OnBoundsOverlap) == 0x000008, "Wrong alignment on RotCart_OnBoundsOverlap"); \ +static_assert(sizeof(RotCart_OnBoundsOverlap) == 0x0000A8, "Wrong size on RotCart_OnBoundsOverlap"); \ +static_assert(offsetof(RotCart_OnBoundsOverlap, OverlappedComponent) == 0x000000, "Member 'RotCart_OnBoundsOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(RotCart_OnBoundsOverlap, OtherActor) == 0x000008, "Member 'RotCart_OnBoundsOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(RotCart_OnBoundsOverlap, OtherComp) == 0x000010, "Member 'RotCart_OnBoundsOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(RotCart_OnBoundsOverlap, OtherBodyIndex) == 0x000018, "Member 'RotCart_OnBoundsOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(RotCart_OnBoundsOverlap, bFromSweep) == 0x00001C, "Member 'RotCart_OnBoundsOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(RotCart_OnBoundsOverlap, SweepResult) == 0x000020, "Member 'RotCart_OnBoundsOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCart \ +static_assert(alignof(ARotCart) == 0x000008, "Wrong alignment on ARotCart"); \ +static_assert(sizeof(ARotCart) == 0x000238, "Wrong size on ARotCart"); \ +static_assert(offsetof(ARotCart, VisitedTriggerBox) == 0x000228, "Member 'ARotCart::VisitedTriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ARotCart, HatUnlockPDSKey) == 0x000230, "Member 'ARotCart::HatUnlockPDSKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_ApplyAttractorForce \ +static_assert(alignof(RotCloudCharacter_ApplyAttractorForce) == 0x000004, "Wrong alignment on RotCloudCharacter_ApplyAttractorForce"); \ +static_assert(sizeof(RotCloudCharacter_ApplyAttractorForce) == 0x000010, "Wrong size on RotCloudCharacter_ApplyAttractorForce"); \ +static_assert(offsetof(RotCloudCharacter_ApplyAttractorForce, Acceleration) == 0x000000, "Member 'RotCloudCharacter_ApplyAttractorForce::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_ApplyAttractorForce, DeltaTime) == 0x00000C, "Member 'RotCloudCharacter_ApplyAttractorForce::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_AttemptBind \ +static_assert(alignof(RotCloudCharacter_AttemptBind) == 0x000008, "Wrong alignment on RotCloudCharacter_AttemptBind"); \ +static_assert(sizeof(RotCloudCharacter_AttemptBind) == 0x000018, "Wrong size on RotCloudCharacter_AttemptBind"); \ +static_assert(offsetof(RotCloudCharacter_AttemptBind, Bindable) == 0x000000, "Member 'RotCloudCharacter_AttemptBind::Bindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_AttemptBind, ReturnValue) == 0x000010, "Member 'RotCloudCharacter_AttemptBind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_Banish \ +static_assert(alignof(RotCloudCharacter_Banish) == 0x000001, "Wrong alignment on RotCloudCharacter_Banish"); \ +static_assert(sizeof(RotCloudCharacter_Banish) == 0x000002, "Wrong size on RotCloudCharacter_Banish"); \ +static_assert(offsetof(RotCloudCharacter_Banish, ForceBanish) == 0x000000, "Member 'RotCloudCharacter_Banish::ForceBanish' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_Banish, ReturnValue) == 0x000001, "Member 'RotCloudCharacter_Banish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_BanishReturnRots \ +static_assert(alignof(RotCloudCharacter_BanishReturnRots) == 0x000008, "Wrong alignment on RotCloudCharacter_BanishReturnRots"); \ +static_assert(sizeof(RotCloudCharacter_BanishReturnRots) == 0x000018, "Wrong size on RotCloudCharacter_BanishReturnRots"); \ +static_assert(offsetof(RotCloudCharacter_BanishReturnRots, OutRots) == 0x000000, "Member 'RotCloudCharacter_BanishReturnRots::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_BanishReturnRots, ForceBanish) == 0x000010, "Member 'RotCloudCharacter_BanishReturnRots::ForceBanish' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_BanishReturnRots, ReturnValue) == 0x000011, "Member 'RotCloudCharacter_BanishReturnRots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_CanBindBindable \ +static_assert(alignof(RotCloudCharacter_CanBindBindable) == 0x000008, "Wrong alignment on RotCloudCharacter_CanBindBindable"); \ +static_assert(sizeof(RotCloudCharacter_CanBindBindable) == 0x000018, "Wrong size on RotCloudCharacter_CanBindBindable"); \ +static_assert(offsetof(RotCloudCharacter_CanBindBindable, OutBindable) == 0x000000, "Member 'RotCloudCharacter_CanBindBindable::OutBindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_CanBindBindable, ReturnValue) == 0x000010, "Member 'RotCloudCharacter_CanBindBindable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_FindValidBindNearby \ +static_assert(alignof(RotCloudCharacter_FindValidBindNearby) == 0x000008, "Wrong alignment on RotCloudCharacter_FindValidBindNearby"); \ +static_assert(sizeof(RotCloudCharacter_FindValidBindNearby) == 0x000020, "Wrong size on RotCloudCharacter_FindValidBindNearby"); \ +static_assert(offsetof(RotCloudCharacter_FindValidBindNearby, TraceRadius) == 0x000000, "Member 'RotCloudCharacter_FindValidBindNearby::TraceRadius' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_FindValidBindNearby, OutBindable) == 0x000008, "Member 'RotCloudCharacter_FindValidBindNearby::OutBindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_FindValidBindNearby, ReturnValue) == 0x000018, "Member 'RotCloudCharacter_FindValidBindNearby::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_ForceUnbind \ +static_assert(alignof(RotCloudCharacter_ForceUnbind) == 0x000001, "Wrong alignment on RotCloudCharacter_ForceUnbind"); \ +static_assert(sizeof(RotCloudCharacter_ForceUnbind) == 0x000002, "Wrong size on RotCloudCharacter_ForceUnbind"); \ +static_assert(offsetof(RotCloudCharacter_ForceUnbind, AndBanish) == 0x000000, "Member 'RotCloudCharacter_ForceUnbind::AndBanish' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_ForceUnbind, StopMontages) == 0x000001, "Member 'RotCloudCharacter_ForceUnbind::StopMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetSummonedOnlyComponents \ +static_assert(alignof(RotCloudCharacter_GetSummonedOnlyComponents) == 0x000008, "Wrong alignment on RotCloudCharacter_GetSummonedOnlyComponents"); \ +static_assert(sizeof(RotCloudCharacter_GetSummonedOnlyComponents) == 0x000010, "Wrong size on RotCloudCharacter_GetSummonedOnlyComponents"); \ +static_assert(offsetof(RotCloudCharacter_GetSummonedOnlyComponents, OutComponents) == 0x000000, "Member 'RotCloudCharacter_GetSummonedOnlyComponents::OutComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_HandleBind \ +static_assert(alignof(RotCloudCharacter_HandleBind) == 0x000008, "Wrong alignment on RotCloudCharacter_HandleBind"); \ +static_assert(sizeof(RotCloudCharacter_HandleBind) == 0x000018, "Wrong size on RotCloudCharacter_HandleBind"); \ +static_assert(offsetof(RotCloudCharacter_HandleBind, Bindable) == 0x000000, "Member 'RotCloudCharacter_HandleBind::Bindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_HandleBind, StatusEffect) == 0x000010, "Member 'RotCloudCharacter_HandleBind::StatusEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_HandleBindQueued \ +static_assert(alignof(RotCloudCharacter_HandleBindQueued) == 0x000008, "Wrong alignment on RotCloudCharacter_HandleBindQueued"); \ +static_assert(sizeof(RotCloudCharacter_HandleBindQueued) == 0x000018, "Wrong size on RotCloudCharacter_HandleBindQueued"); \ +static_assert(offsetof(RotCloudCharacter_HandleBindQueued, ToBindable) == 0x000000, "Member 'RotCloudCharacter_HandleBindQueued::ToBindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_HandleBindQueued, BindMontage) == 0x000010, "Member 'RotCloudCharacter_HandleBindQueued::BindMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_HandleRotCloudLevelVisuals \ +static_assert(alignof(RotCloudCharacter_HandleRotCloudLevelVisuals) == 0x000004, "Wrong alignment on RotCloudCharacter_HandleRotCloudLevelVisuals"); \ +static_assert(sizeof(RotCloudCharacter_HandleRotCloudLevelVisuals) == 0x000004, "Wrong size on RotCloudCharacter_HandleRotCloudLevelVisuals"); \ +static_assert(offsetof(RotCloudCharacter_HandleRotCloudLevelVisuals, Level) == 0x000000, "Member 'RotCloudCharacter_HandleRotCloudLevelVisuals::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_HandleTeleport \ +static_assert(alignof(RotCloudCharacter_HandleTeleport) == 0x000004, "Wrong alignment on RotCloudCharacter_HandleTeleport"); \ +static_assert(sizeof(RotCloudCharacter_HandleTeleport) == 0x000010, "Wrong size on RotCloudCharacter_HandleTeleport"); \ +static_assert(offsetof(RotCloudCharacter_HandleTeleport, ToLocation) == 0x000000, "Member 'RotCloudCharacter_HandleTeleport::ToLocation' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_HandleTeleport, WasSummon) == 0x00000C, "Member 'RotCloudCharacter_HandleTeleport::WasSummon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_HandleUnbind \ +static_assert(alignof(RotCloudCharacter_HandleUnbind) == 0x000008, "Wrong alignment on RotCloudCharacter_HandleUnbind"); \ +static_assert(sizeof(RotCloudCharacter_HandleUnbind) == 0x000018, "Wrong size on RotCloudCharacter_HandleUnbind"); \ +static_assert(offsetof(RotCloudCharacter_HandleUnbind, Bindable) == 0x000000, "Member 'RotCloudCharacter_HandleUnbind::Bindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_HandleUnbind, RotPipCost) == 0x000010, "Member 'RotCloudCharacter_HandleUnbind::RotPipCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_JumpToLocation \ +static_assert(alignof(RotCloudCharacter_JumpToLocation) == 0x000008, "Wrong alignment on RotCloudCharacter_JumpToLocation"); \ +static_assert(sizeof(RotCloudCharacter_JumpToLocation) == 0x000008, "Wrong size on RotCloudCharacter_JumpToLocation"); \ +static_assert(offsetof(RotCloudCharacter_JumpToLocation, AttractorComponent) == 0x000000, "Member 'RotCloudCharacter_JumpToLocation::AttractorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_OnBindTargetResourceDepleted \ +static_assert(alignof(RotCloudCharacter_OnBindTargetResourceDepleted) == 0x000008, "Wrong alignment on RotCloudCharacter_OnBindTargetResourceDepleted"); \ +static_assert(sizeof(RotCloudCharacter_OnBindTargetResourceDepleted) == 0x000018, "Wrong size on RotCloudCharacter_OnBindTargetResourceDepleted"); \ +static_assert(offsetof(RotCloudCharacter_OnBindTargetResourceDepleted, ResourceType) == 0x000000, "Member 'RotCloudCharacter_OnBindTargetResourceDepleted::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_OnBindTargetResourceDepleted, DecreaseInstigator) == 0x000008, "Member 'RotCloudCharacter_OnBindTargetResourceDepleted::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_OnBindTargetResourceDepleted, Causer) == 0x000010, "Member 'RotCloudCharacter_OnBindTargetResourceDepleted::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_OnRotNumChanged \ +static_assert(alignof(RotCloudCharacter_OnRotNumChanged) == 0x000004, "Wrong alignment on RotCloudCharacter_OnRotNumChanged"); \ +static_assert(sizeof(RotCloudCharacter_OnRotNumChanged) == 0x000008, "Wrong size on RotCloudCharacter_OnRotNumChanged"); \ +static_assert(offsetof(RotCloudCharacter_OnRotNumChanged, FromNum) == 0x000000, "Member 'RotCloudCharacter_OnRotNumChanged::FromNum' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_OnRotNumChanged, ToNum) == 0x000004, "Member 'RotCloudCharacter_OnRotNumChanged::ToNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_PoofTo \ +static_assert(alignof(RotCloudCharacter_PoofTo) == 0x000004, "Wrong alignment on RotCloudCharacter_PoofTo"); \ +static_assert(sizeof(RotCloudCharacter_PoofTo) == 0x000010, "Wrong size on RotCloudCharacter_PoofTo"); \ +static_assert(offsetof(RotCloudCharacter_PoofTo, Location) == 0x000000, "Member 'RotCloudCharacter_PoofTo::Location' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_PoofTo, ReturnValue) == 0x00000C, "Member 'RotCloudCharacter_PoofTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_PrepareForBindAttempt \ +static_assert(alignof(RotCloudCharacter_PrepareForBindAttempt) == 0x000008, "Wrong alignment on RotCloudCharacter_PrepareForBindAttempt"); \ +static_assert(sizeof(RotCloudCharacter_PrepareForBindAttempt) == 0x000010, "Wrong size on RotCloudCharacter_PrepareForBindAttempt"); \ +static_assert(offsetof(RotCloudCharacter_PrepareForBindAttempt, Bindable) == 0x000000, "Member 'RotCloudCharacter_PrepareForBindAttempt::Bindable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_RejectBind \ +static_assert(alignof(RotCloudCharacter_RejectBind) == 0x000008, "Wrong alignment on RotCloudCharacter_RejectBind"); \ +static_assert(sizeof(RotCloudCharacter_RejectBind) == 0x000018, "Wrong size on RotCloudCharacter_RejectBind"); \ +static_assert(offsetof(RotCloudCharacter_RejectBind, FromBindable) == 0x000000, "Member 'RotCloudCharacter_RejectBind::FromBindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_RejectBind, RotCost) == 0x000010, "Member 'RotCloudCharacter_RejectBind::RotCost' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_RejectBind, ShouldBanish) == 0x000014, "Member 'RotCloudCharacter_RejectBind::ShouldBanish' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_RejectBind, ReturnValue) == 0x000015, "Member 'RotCloudCharacter_RejectBind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_SetAttractor \ +static_assert(alignof(RotCloudCharacter_SetAttractor) == 0x000008, "Wrong alignment on RotCloudCharacter_SetAttractor"); \ +static_assert(sizeof(RotCloudCharacter_SetAttractor) == 0x000010, "Wrong size on RotCloudCharacter_SetAttractor"); \ +static_assert(offsetof(RotCloudCharacter_SetAttractor, AttractorComp) == 0x000000, "Member 'RotCloudCharacter_SetAttractor::AttractorComp' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_SetAttractor, ShouldFlyTo) == 0x000008, "Member 'RotCloudCharacter_SetAttractor::ShouldFlyTo' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_SetAttractor, ReturnValue) == 0x000009, "Member 'RotCloudCharacter_SetAttractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_SetShouldStaySummoned \ +static_assert(alignof(RotCloudCharacter_SetShouldStaySummoned) == 0x000001, "Wrong alignment on RotCloudCharacter_SetShouldStaySummoned"); \ +static_assert(sizeof(RotCloudCharacter_SetShouldStaySummoned) == 0x000001, "Wrong size on RotCloudCharacter_SetShouldStaySummoned"); \ +static_assert(offsetof(RotCloudCharacter_SetShouldStaySummoned, StaySummoned) == 0x000000, "Member 'RotCloudCharacter_SetShouldStaySummoned::StaySummoned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_Summon \ +static_assert(alignof(RotCloudCharacter_Summon) == 0x000008, "Wrong alignment on RotCloudCharacter_Summon"); \ +static_assert(sizeof(RotCloudCharacter_Summon) == 0x000010, "Wrong size on RotCloudCharacter_Summon"); \ +static_assert(offsetof(RotCloudCharacter_Summon, Tear) == 0x000000, "Member 'RotCloudCharacter_Summon::Tear' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_Summon, ReturnValue) == 0x000008, "Member 'RotCloudCharacter_Summon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_TryBindNearby \ +static_assert(alignof(RotCloudCharacter_TryBindNearby) == 0x000008, "Wrong alignment on RotCloudCharacter_TryBindNearby"); \ +static_assert(sizeof(RotCloudCharacter_TryBindNearby) == 0x000020, "Wrong size on RotCloudCharacter_TryBindNearby"); \ +static_assert(offsetof(RotCloudCharacter_TryBindNearby, TraceRadius) == 0x000000, "Member 'RotCloudCharacter_TryBindNearby::TraceRadius' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_TryBindNearby, OutBindable) == 0x000008, "Member 'RotCloudCharacter_TryBindNearby::OutBindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_TryBindNearby, ReturnValue) == 0x000018, "Member 'RotCloudCharacter_TryBindNearby::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_TryBindTo \ +static_assert(alignof(RotCloudCharacter_TryBindTo) == 0x000008, "Wrong alignment on RotCloudCharacter_TryBindTo"); \ +static_assert(sizeof(RotCloudCharacter_TryBindTo) == 0x000018, "Wrong size on RotCloudCharacter_TryBindTo"); \ +static_assert(offsetof(RotCloudCharacter_TryBindTo, Bindable) == 0x000000, "Member 'RotCloudCharacter_TryBindTo::Bindable' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_TryBindTo, ReturnValue) == 0x000010, "Member 'RotCloudCharacter_TryBindTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_Unbind \ +static_assert(alignof(RotCloudCharacter_Unbind) == 0x000004, "Wrong alignment on RotCloudCharacter_Unbind"); \ +static_assert(sizeof(RotCloudCharacter_Unbind) == 0x000008, "Wrong size on RotCloudCharacter_Unbind"); \ +static_assert(offsetof(RotCloudCharacter_Unbind, RotPipCost) == 0x000000, "Member 'RotCloudCharacter_Unbind::RotPipCost' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_Unbind, StopMontages) == 0x000004, "Member 'RotCloudCharacter_Unbind::StopMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_UpdateLocomotionData \ +static_assert(alignof(RotCloudCharacter_UpdateLocomotionData) == 0x000001, "Wrong alignment on RotCloudCharacter_UpdateLocomotionData"); \ +static_assert(sizeof(RotCloudCharacter_UpdateLocomotionData) == 0x000001, "Wrong size on RotCloudCharacter_UpdateLocomotionData"); \ +static_assert(offsetof(RotCloudCharacter_UpdateLocomotionData, IsUsingGamepad) == 0x000000, "Member 'RotCloudCharacter_UpdateLocomotionData::IsUsingGamepad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_CheckShouldAutoBanish \ +static_assert(alignof(RotCloudCharacter_CheckShouldAutoBanish) == 0x000001, "Wrong alignment on RotCloudCharacter_CheckShouldAutoBanish"); \ +static_assert(sizeof(RotCloudCharacter_CheckShouldAutoBanish) == 0x000001, "Wrong size on RotCloudCharacter_CheckShouldAutoBanish"); \ +static_assert(offsetof(RotCloudCharacter_CheckShouldAutoBanish, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_CheckShouldAutoBanish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_CheckShouldUnbind \ +static_assert(alignof(RotCloudCharacter_CheckShouldUnbind) == 0x000004, "Wrong alignment on RotCloudCharacter_CheckShouldUnbind"); \ +static_assert(sizeof(RotCloudCharacter_CheckShouldUnbind) == 0x000008, "Wrong size on RotCloudCharacter_CheckShouldUnbind"); \ +static_assert(offsetof(RotCloudCharacter_CheckShouldUnbind, OutPipCost) == 0x000000, "Member 'RotCloudCharacter_CheckShouldUnbind::OutPipCost' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCharacter_CheckShouldUnbind, ReturnValue) == 0x000004, "Member 'RotCloudCharacter_CheckShouldUnbind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetBoundTarget \ +static_assert(alignof(RotCloudCharacter_GetBoundTarget) == 0x000008, "Wrong alignment on RotCloudCharacter_GetBoundTarget"); \ +static_assert(sizeof(RotCloudCharacter_GetBoundTarget) == 0x000010, "Wrong size on RotCloudCharacter_GetBoundTarget"); \ +static_assert(offsetof(RotCloudCharacter_GetBoundTarget, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetBoundTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetCentroid \ +static_assert(alignof(RotCloudCharacter_GetCentroid) == 0x000004, "Wrong alignment on RotCloudCharacter_GetCentroid"); \ +static_assert(sizeof(RotCloudCharacter_GetCentroid) == 0x00000C, "Wrong size on RotCloudCharacter_GetCentroid"); \ +static_assert(offsetof(RotCloudCharacter_GetCentroid, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetCentroid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetIsAttracted \ +static_assert(alignof(RotCloudCharacter_GetIsAttracted) == 0x000001, "Wrong alignment on RotCloudCharacter_GetIsAttracted"); \ +static_assert(sizeof(RotCloudCharacter_GetIsAttracted) == 0x000001, "Wrong size on RotCloudCharacter_GetIsAttracted"); \ +static_assert(offsetof(RotCloudCharacter_GetIsAttracted, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetIsAttracted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetIsBound \ +static_assert(alignof(RotCloudCharacter_GetIsBound) == 0x000001, "Wrong alignment on RotCloudCharacter_GetIsBound"); \ +static_assert(sizeof(RotCloudCharacter_GetIsBound) == 0x000001, "Wrong size on RotCloudCharacter_GetIsBound"); \ +static_assert(offsetof(RotCloudCharacter_GetIsBound, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetIsBound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetIsPendingBind \ +static_assert(alignof(RotCloudCharacter_GetIsPendingBind) == 0x000001, "Wrong alignment on RotCloudCharacter_GetIsPendingBind"); \ +static_assert(sizeof(RotCloudCharacter_GetIsPendingBind) == 0x000001, "Wrong size on RotCloudCharacter_GetIsPendingBind"); \ +static_assert(offsetof(RotCloudCharacter_GetIsPendingBind, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetIsPendingBind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetIsPerformingTurnAround \ +static_assert(alignof(RotCloudCharacter_GetIsPerformingTurnAround) == 0x000001, "Wrong alignment on RotCloudCharacter_GetIsPerformingTurnAround"); \ +static_assert(sizeof(RotCloudCharacter_GetIsPerformingTurnAround) == 0x000001, "Wrong size on RotCloudCharacter_GetIsPerformingTurnAround"); \ +static_assert(offsetof(RotCloudCharacter_GetIsPerformingTurnAround, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetIsPerformingTurnAround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetIsSummoned \ +static_assert(alignof(RotCloudCharacter_GetIsSummoned) == 0x000001, "Wrong alignment on RotCloudCharacter_GetIsSummoned"); \ +static_assert(sizeof(RotCloudCharacter_GetIsSummoned) == 0x000001, "Wrong size on RotCloudCharacter_GetIsSummoned"); \ +static_assert(offsetof(RotCloudCharacter_GetIsSummoned, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetIsSummoned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetRotOwner \ +static_assert(alignof(RotCloudCharacter_GetRotOwner) == 0x000008, "Wrong alignment on RotCloudCharacter_GetRotOwner"); \ +static_assert(sizeof(RotCloudCharacter_GetRotOwner) == 0x000008, "Wrong size on RotCloudCharacter_GetRotOwner"); \ +static_assert(offsetof(RotCloudCharacter_GetRotOwner, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetRotOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCharacter_GetSummoner \ +static_assert(alignof(RotCloudCharacter_GetSummoner) == 0x000008, "Wrong alignment on RotCloudCharacter_GetSummoner"); \ +static_assert(sizeof(RotCloudCharacter_GetSummoner) == 0x000008, "Wrong size on RotCloudCharacter_GetSummoner"); \ +static_assert(offsetof(RotCloudCharacter_GetSummoner, ReturnValue) == 0x000000, "Member 'RotCloudCharacter_GetSummoner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCloudCharacter \ +static_assert(alignof(ARotCloudCharacter) == 0x000010, "Wrong alignment on ARotCloudCharacter"); \ +static_assert(sizeof(ARotCloudCharacter) == 0x000990, "Wrong size on ARotCloudCharacter"); \ +static_assert(offsetof(ARotCloudCharacter, OnCloudDamaged) == 0x0007E8, "Member 'ARotCloudCharacter::OnCloudDamaged' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnBindApplied) == 0x0007F8, "Member 'ARotCloudCharacter::OnBindApplied' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnUnbind) == 0x000808, "Member 'ARotCloudCharacter::OnUnbind' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnBindRejected) == 0x000818, "Member 'ARotCloudCharacter::OnBindRejected' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnBindQueued) == 0x000828, "Member 'ARotCloudCharacter::OnBindQueued' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnPrePoof) == 0x000838, "Member 'ARotCloudCharacter::OnPrePoof' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnPostPoof) == 0x000848, "Member 'ARotCloudCharacter::OnPostPoof' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnSummoned) == 0x000858, "Member 'ARotCloudCharacter::OnSummoned' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnBanished) == 0x000868, "Member 'ARotCloudCharacter::OnBanished' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, OnTurnAround) == 0x000878, "Member 'ARotCloudCharacter::OnTurnAround' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, DamageTriggeredAbilities) == 0x000888, "Member 'ARotCloudCharacter::DamageTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, BalanceConfig) == 0x000898, "Member 'ARotCloudCharacter::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, RotOwner) == 0x0008A0, "Member 'ARotCloudCharacter::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, SummonorOwner) == 0x0008A8, "Member 'ARotCloudCharacter::SummonorOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, IsSummoned) == 0x0008B8, "Member 'ARotCloudCharacter::IsSummoned' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, ShouldStaySummoned) == 0x0008B9, "Member 'ARotCloudCharacter::ShouldStaySummoned' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, CloudCentroid) == 0x0008BC, "Member 'ARotCloudCharacter::CloudCentroid' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, ShouldConstrainDistanceToSummoner) == 0x0008C8, "Member 'ARotCloudCharacter::ShouldConstrainDistanceToSummoner' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, Attractor) == 0x0008D0, "Member 'ARotCloudCharacter::Attractor' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, CurrentAttractLocation) == 0x0008D8, "Member 'ARotCloudCharacter::CurrentAttractLocation' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, ShouldRemoveAttractorOnReach) == 0x0008E4, "Member 'ARotCloudCharacter::ShouldRemoveAttractorOnReach' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, BindObjectTypes) == 0x0008E8, "Member 'ARotCloudCharacter::BindObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, BindStatusEffectClass) == 0x0008F8, "Member 'ARotCloudCharacter::BindStatusEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, DefaultRotMovement) == 0x000900, "Member 'ARotCloudCharacter::DefaultRotMovement' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, DefaultBindRotMovement) == 0x000908, "Member 'ARotCloudCharacter::DefaultBindRotMovement' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, SphereTrailComponent) == 0x000910, "Member 'ARotCloudCharacter::SphereTrailComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, PointTrailRendererComponent) == 0x000918, "Member 'ARotCloudCharacter::PointTrailRendererComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, PickupGatherSphere) == 0x000920, "Member 'ARotCloudCharacter::PickupGatherSphere' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, Locomotion) == 0x000928, "Member 'ARotCloudCharacter::Locomotion' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, BoundTarget) == 0x000938, "Member 'ARotCloudCharacter::BoundTarget' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCharacter, PendingBindable) == 0x000948, "Member 'ARotCloudCharacter::PendingBindable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_ActivateCleaning \ +static_assert(alignof(RotCloudCleanBase_ActivateCleaning) == 0x000001, "Wrong alignment on RotCloudCleanBase_ActivateCleaning"); \ +static_assert(sizeof(RotCloudCleanBase_ActivateCleaning) == 0x000001, "Wrong size on RotCloudCleanBase_ActivateCleaning"); \ +static_assert(offsetof(RotCloudCleanBase_ActivateCleaning, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_ActivateCleaning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_DeactivateCleaning \ +static_assert(alignof(RotCloudCleanBase_DeactivateCleaning) == 0x000001, "Wrong alignment on RotCloudCleanBase_DeactivateCleaning"); \ +static_assert(sizeof(RotCloudCleanBase_DeactivateCleaning) == 0x000001, "Wrong size on RotCloudCleanBase_DeactivateCleaning"); \ +static_assert(offsetof(RotCloudCleanBase_DeactivateCleaning, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_DeactivateCleaning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_HandleCleanDecayStateChanged \ +static_assert(alignof(RotCloudCleanBase_HandleCleanDecayStateChanged) == 0x000001, "Wrong alignment on RotCloudCleanBase_HandleCleanDecayStateChanged"); \ +static_assert(sizeof(RotCloudCleanBase_HandleCleanDecayStateChanged) == 0x000001, "Wrong size on RotCloudCleanBase_HandleCleanDecayStateChanged"); \ +static_assert(offsetof(RotCloudCleanBase_HandleCleanDecayStateChanged, IsDecaying) == 0x000000, "Member 'RotCloudCleanBase_HandleCleanDecayStateChanged::IsDecaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_HandleCleanValueChanged \ +static_assert(alignof(RotCloudCleanBase_HandleCleanValueChanged) == 0x000004, "Wrong alignment on RotCloudCleanBase_HandleCleanValueChanged"); \ +static_assert(sizeof(RotCloudCleanBase_HandleCleanValueChanged) == 0x00000C, "Wrong size on RotCloudCleanBase_HandleCleanValueChanged"); \ +static_assert(offsetof(RotCloudCleanBase_HandleCleanValueChanged, PrevValue) == 0x000000, "Member 'RotCloudCleanBase_HandleCleanValueChanged::PrevValue' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleCleanValueChanged, Value) == 0x000004, "Member 'RotCloudCleanBase_HandleCleanValueChanged::Value' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleCleanValueChanged, PercentCleaned) == 0x000008, "Member 'RotCloudCleanBase_HandleCleanValueChanged::PercentCleaned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_HandleLockChanged \ +static_assert(alignof(RotCloudCleanBase_HandleLockChanged) == 0x000008, "Wrong alignment on RotCloudCleanBase_HandleLockChanged"); \ +static_assert(sizeof(RotCloudCleanBase_HandleLockChanged) == 0x000010, "Wrong size on RotCloudCleanBase_HandleLockChanged"); \ +static_assert(offsetof(RotCloudCleanBase_HandleLockChanged, LockComponent) == 0x000000, "Member 'RotCloudCleanBase_HandleLockChanged::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleLockChanged, IsLocked) == 0x000008, "Member 'RotCloudCleanBase_HandleLockChanged::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_HandleOverlap \ +static_assert(alignof(RotCloudCleanBase_HandleOverlap) == 0x000008, "Wrong alignment on RotCloudCleanBase_HandleOverlap"); \ +static_assert(sizeof(RotCloudCleanBase_HandleOverlap) == 0x0000A8, "Wrong size on RotCloudCleanBase_HandleOverlap"); \ +static_assert(offsetof(RotCloudCleanBase_HandleOverlap, OverlappedComponent) == 0x000000, "Member 'RotCloudCleanBase_HandleOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleOverlap, OtherActor) == 0x000008, "Member 'RotCloudCleanBase_HandleOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleOverlap, OtherComp) == 0x000010, "Member 'RotCloudCleanBase_HandleOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleOverlap, OtherBodyIndex) == 0x000018, "Member 'RotCloudCleanBase_HandleOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleOverlap, bFromSweep) == 0x00001C, "Member 'RotCloudCleanBase_HandleOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleOverlap, SweepResult) == 0x000020, "Member 'RotCloudCleanBase_HandleOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_HandlePostLoad \ +static_assert(alignof(RotCloudCleanBase_HandlePostLoad) == 0x000001, "Wrong alignment on RotCloudCleanBase_HandlePostLoad"); \ +static_assert(sizeof(RotCloudCleanBase_HandlePostLoad) == 0x000001, "Wrong size on RotCloudCleanBase_HandlePostLoad"); \ +static_assert(offsetof(RotCloudCleanBase_HandlePostLoad, WasCleanComplete) == 0x000000, "Member 'RotCloudCleanBase_HandlePostLoad::WasCleanComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_HandleSmoothedCleanValueChanged \ +static_assert(alignof(RotCloudCleanBase_HandleSmoothedCleanValueChanged) == 0x000004, "Wrong alignment on RotCloudCleanBase_HandleSmoothedCleanValueChanged"); \ +static_assert(sizeof(RotCloudCleanBase_HandleSmoothedCleanValueChanged) == 0x00000C, "Wrong size on RotCloudCleanBase_HandleSmoothedCleanValueChanged"); \ +static_assert(offsetof(RotCloudCleanBase_HandleSmoothedCleanValueChanged, PrevSmoothedValue) == 0x000000, "Member 'RotCloudCleanBase_HandleSmoothedCleanValueChanged::PrevSmoothedValue' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleSmoothedCleanValueChanged, SmoothedValue) == 0x000004, "Member 'RotCloudCleanBase_HandleSmoothedCleanValueChanged::SmoothedValue' has a wrong offset!"); \ +static_assert(offsetof(RotCloudCleanBase_HandleSmoothedCleanValueChanged, SmoothedPercentCleaned) == 0x000008, "Member 'RotCloudCleanBase_HandleSmoothedCleanValueChanged::SmoothedPercentCleaned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_GetCurrentCleanValue \ +static_assert(alignof(RotCloudCleanBase_GetCurrentCleanValue) == 0x000004, "Wrong alignment on RotCloudCleanBase_GetCurrentCleanValue"); \ +static_assert(sizeof(RotCloudCleanBase_GetCurrentCleanValue) == 0x000004, "Wrong size on RotCloudCleanBase_GetCurrentCleanValue"); \ +static_assert(offsetof(RotCloudCleanBase_GetCurrentCleanValue, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_GetCurrentCleanValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_GetCurrentPercentCleaned \ +static_assert(alignof(RotCloudCleanBase_GetCurrentPercentCleaned) == 0x000004, "Wrong alignment on RotCloudCleanBase_GetCurrentPercentCleaned"); \ +static_assert(sizeof(RotCloudCleanBase_GetCurrentPercentCleaned) == 0x000004, "Wrong size on RotCloudCleanBase_GetCurrentPercentCleaned"); \ +static_assert(offsetof(RotCloudCleanBase_GetCurrentPercentCleaned, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_GetCurrentPercentCleaned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_GetCurrentRotateSign \ +static_assert(alignof(RotCloudCleanBase_GetCurrentRotateSign) == 0x000004, "Wrong alignment on RotCloudCleanBase_GetCurrentRotateSign"); \ +static_assert(sizeof(RotCloudCleanBase_GetCurrentRotateSign) == 0x000004, "Wrong size on RotCloudCleanBase_GetCurrentRotateSign"); \ +static_assert(offsetof(RotCloudCleanBase_GetCurrentRotateSign, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_GetCurrentRotateSign::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_GetCurrentRotateSpeed \ +static_assert(alignof(RotCloudCleanBase_GetCurrentRotateSpeed) == 0x000004, "Wrong alignment on RotCloudCleanBase_GetCurrentRotateSpeed"); \ +static_assert(sizeof(RotCloudCleanBase_GetCurrentRotateSpeed) == 0x000004, "Wrong size on RotCloudCleanBase_GetCurrentRotateSpeed"); \ +static_assert(offsetof(RotCloudCleanBase_GetCurrentRotateSpeed, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_GetCurrentRotateSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudCleanBase_GetSmoothedCleanValue \ +static_assert(alignof(RotCloudCleanBase_GetSmoothedCleanValue) == 0x000004, "Wrong alignment on RotCloudCleanBase_GetSmoothedCleanValue"); \ +static_assert(sizeof(RotCloudCleanBase_GetSmoothedCleanValue) == 0x000004, "Wrong size on RotCloudCleanBase_GetSmoothedCleanValue"); \ +static_assert(offsetof(RotCloudCleanBase_GetSmoothedCleanValue, ReturnValue) == 0x000000, "Member 'RotCloudCleanBase_GetSmoothedCleanValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotCloudCleanBase \ +static_assert(alignof(ARotCloudCleanBase) == 0x000008, "Wrong alignment on ARotCloudCleanBase"); \ +static_assert(sizeof(ARotCloudCleanBase) == 0x000310, "Wrong size on ARotCloudCleanBase"); \ +static_assert(offsetof(ARotCloudCleanBase, RotationsToClean) == 0x000238, "Member 'ARotCloudCleanBase::RotationsToClean' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, RotateSpeedScalar) == 0x00023C, "Member 'ARotCloudCleanBase::RotateSpeedScalar' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, RotateMaxSpeed) == 0x000240, "Member 'ARotCloudCleanBase::RotateMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, RequiresSpecificSpeedToClean) == 0x000244, "Member 'ARotCloudCleanBase::RequiresSpecificSpeedToClean' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, RequiredSpeedToClean) == 0x000248, "Member 'ARotCloudCleanBase::RequiredSpeedToClean' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, RequiredSpeedToCleanBuffer) == 0x00024C, "Member 'ARotCloudCleanBase::RequiredSpeedToCleanBuffer' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, CleanValueSmoothTime) == 0x000250, "Member 'ARotCloudCleanBase::CleanValueSmoothTime' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, SmoothValueSmoothTime) == 0x000254, "Member 'ARotCloudCleanBase::SmoothValueSmoothTime' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, CleanValueDecayTime) == 0x000258, "Member 'ARotCloudCleanBase::CleanValueDecayTime' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, CleanValueDirectionFlipPenalty) == 0x00025C, "Member 'ARotCloudCleanBase::CleanValueDirectionFlipPenalty' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, ActivateOnOverlap) == 0x000260, "Member 'ARotCloudCleanBase::ActivateOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, OverlapActorTag) == 0x000264, "Member 'ARotCloudCleanBase::OverlapActorTag' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, InteractPromptText) == 0x000270, "Member 'ARotCloudCleanBase::InteractPromptText' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, HasCleanSuccessState) == 0x000288, "Member 'ARotCloudCleanBase::HasCleanSuccessState' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, OnCleanComplete) == 0x000290, "Member 'ARotCloudCleanBase::OnCleanComplete' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, IsCleaning) == 0x0002A0, "Member 'ARotCloudCleanBase::IsCleaning' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, IsDecayingCleanValue) == 0x0002A1, "Member 'ARotCloudCleanBase::IsDecayingCleanValue' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, IsCleanComplete) == 0x0002A2, "Member 'ARotCloudCleanBase::IsCleanComplete' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, SphereCollision) == 0x0002A8, "Member 'ARotCloudCleanBase::SphereCollision' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, Rotator) == 0x0002B0, "Member 'ARotCloudCleanBase::Rotator' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, RotCloudBindPoint) == 0x0002B8, "Member 'ARotCloudCleanBase::RotCloudBindPoint' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, TriggerableCamera) == 0x0002C0, "Member 'ARotCloudCleanBase::TriggerableCamera' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, TriggerNode) == 0x0002C8, "Member 'ARotCloudCleanBase::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, StatusEffectUser) == 0x0002D0, "Member 'ARotCloudCleanBase::StatusEffectUser' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, SaveGame) == 0x0002D8, "Member 'ARotCloudCleanBase::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ARotCloudCleanBase, Lock) == 0x0002E0, "Member 'ARotCloudCleanBase::Lock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractWidget_NotifyRotCloudHover \ +static_assert(alignof(RotCloudInteractWidget_NotifyRotCloudHover) == 0x000001, "Wrong alignment on RotCloudInteractWidget_NotifyRotCloudHover"); \ +static_assert(sizeof(RotCloudInteractWidget_NotifyRotCloudHover) == 0x000001, "Wrong size on RotCloudInteractWidget_NotifyRotCloudHover"); \ +static_assert(offsetof(RotCloudInteractWidget_NotifyRotCloudHover, IsHovered_0) == 0x000000, "Member 'RotCloudInteractWidget_NotifyRotCloudHover::IsHovered_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCloudInteractWidget \ +static_assert(alignof(URotCloudInteractWidget) == 0x000008, "Wrong alignment on URotCloudInteractWidget"); \ +static_assert(sizeof(URotCloudInteractWidget) == 0x000260, "Wrong size on URotCloudInteractWidget"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractComponent_NotifyRotCloudHover \ +static_assert(alignof(RotCloudInteractComponent_NotifyRotCloudHover) == 0x000001, "Wrong alignment on RotCloudInteractComponent_NotifyRotCloudHover"); \ +static_assert(sizeof(RotCloudInteractComponent_NotifyRotCloudHover) == 0x000001, "Wrong size on RotCloudInteractComponent_NotifyRotCloudHover"); \ +static_assert(offsetof(RotCloudInteractComponent_NotifyRotCloudHover, IsHovered) == 0x000000, "Member 'RotCloudInteractComponent_NotifyRotCloudHover::IsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractComponent_GetInteractPromptText \ +static_assert(alignof(RotCloudInteractComponent_GetInteractPromptText) == 0x000008, "Wrong alignment on RotCloudInteractComponent_GetInteractPromptText"); \ +static_assert(sizeof(RotCloudInteractComponent_GetInteractPromptText) == 0x000018, "Wrong size on RotCloudInteractComponent_GetInteractPromptText"); \ +static_assert(offsetof(RotCloudInteractComponent_GetInteractPromptText, ReturnValue) == 0x000000, "Member 'RotCloudInteractComponent_GetInteractPromptText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCloudInteractComponent_IsInteractable \ +static_assert(alignof(RotCloudInteractComponent_IsInteractable) == 0x000001, "Wrong alignment on RotCloudInteractComponent_IsInteractable"); \ +static_assert(sizeof(RotCloudInteractComponent_IsInteractable) == 0x000001, "Wrong size on RotCloudInteractComponent_IsInteractable"); \ +static_assert(offsetof(RotCloudInteractComponent_IsInteractable, ReturnValue) == 0x000000, "Member 'RotCloudInteractComponent_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCloudInteractComponent \ +static_assert(alignof(URotCloudInteractComponent) == 0x000010, "Wrong alignment on URotCloudInteractComponent"); \ +static_assert(sizeof(URotCloudInteractComponent) == 0x0005B0, "Wrong size on URotCloudInteractComponent"); \ +static_assert(offsetof(URotCloudInteractComponent, MaxVisibleDistance) == 0x0005A0, "Member 'URotCloudInteractComponent::MaxVisibleDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCollectionEventHandler_HandleRotCollectionEvent \ +static_assert(alignof(RotCollectionEventHandler_HandleRotCollectionEvent) == 0x000008, "Wrong alignment on RotCollectionEventHandler_HandleRotCollectionEvent"); \ +static_assert(sizeof(RotCollectionEventHandler_HandleRotCollectionEvent) == 0x000018, "Wrong size on RotCollectionEventHandler_HandleRotCollectionEvent"); \ +static_assert(offsetof(RotCollectionEventHandler_HandleRotCollectionEvent, NumCollected) == 0x000000, "Member 'RotCollectionEventHandler_HandleRotCollectionEvent::NumCollected' has a wrong offset!"); \ +static_assert(offsetof(RotCollectionEventHandler_HandleRotCollectionEvent, NumOwned) == 0x000004, "Member 'RotCollectionEventHandler_HandleRotCollectionEvent::NumOwned' has a wrong offset!"); \ +static_assert(offsetof(RotCollectionEventHandler_HandleRotCollectionEvent, FromOwner) == 0x000008, "Member 'RotCollectionEventHandler_HandleRotCollectionEvent::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(RotCollectionEventHandler_HandleRotCollectionEvent, ReturnValue) == 0x000010, "Member 'RotCollectionEventHandler_HandleRotCollectionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRotCollectionEventHandler \ +static_assert(alignof(IRotCollectionEventHandler) == 0x000001, "Wrong alignment on IRotCollectionEventHandler"); \ +static_assert(sizeof(IRotCollectionEventHandler) == 0x000001, "Wrong size on IRotCollectionEventHandler"); \ + +#define DUMPER7_ASSERTS_RotCosmeticHelpers_SyncHolidayHatsToPDS \ +static_assert(alignof(RotCosmeticHelpers_SyncHolidayHatsToPDS) == 0x000008, "Wrong alignment on RotCosmeticHelpers_SyncHolidayHatsToPDS"); \ +static_assert(sizeof(RotCosmeticHelpers_SyncHolidayHatsToPDS) == 0x000008, "Wrong size on RotCosmeticHelpers_SyncHolidayHatsToPDS"); \ +static_assert(offsetof(RotCosmeticHelpers_SyncHolidayHatsToPDS, WorldContext) == 0x000000, "Member 'RotCosmeticHelpers_SyncHolidayHatsToPDS::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotCosmeticHelpers_SyncHolidayHatsToUserSettings \ +static_assert(alignof(RotCosmeticHelpers_SyncHolidayHatsToUserSettings) == 0x000008, "Wrong alignment on RotCosmeticHelpers_SyncHolidayHatsToUserSettings"); \ +static_assert(sizeof(RotCosmeticHelpers_SyncHolidayHatsToUserSettings) == 0x000008, "Wrong size on RotCosmeticHelpers_SyncHolidayHatsToUserSettings"); \ +static_assert(offsetof(RotCosmeticHelpers_SyncHolidayHatsToUserSettings, WorldContext) == 0x000000, "Member 'RotCosmeticHelpers_SyncHolidayHatsToUserSettings::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotCosmeticHelpers \ +static_assert(alignof(URotCosmeticHelpers) == 0x000008, "Wrong alignment on URotCosmeticHelpers"); \ +static_assert(sizeof(URotCosmeticHelpers) == 0x000028, "Wrong size on URotCosmeticHelpers"); \ + +#define DUMPER7_ASSERTS_RotGetCombatComponent_SpawnOneRot \ +static_assert(alignof(RotGetCombatComponent_SpawnOneRot) == 0x000008, "Wrong alignment on RotGetCombatComponent_SpawnOneRot"); \ +static_assert(sizeof(RotGetCombatComponent_SpawnOneRot) == 0x000008, "Wrong size on RotGetCombatComponent_SpawnOneRot"); \ +static_assert(offsetof(RotGetCombatComponent_SpawnOneRot, Spawner) == 0x000000, "Member 'RotGetCombatComponent_SpawnOneRot::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotGetCombatComponent \ +static_assert(alignof(URotGetCombatComponent) == 0x000010, "Wrong alignment on URotGetCombatComponent"); \ +static_assert(sizeof(URotGetCombatComponent) == 0x000290, "Wrong size on URotGetCombatComponent"); \ +static_assert(offsetof(URotGetCombatComponent, bHasGrantedRot) == 0x000288, "Member 'URotGetCombatComponent::bHasGrantedRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetDecorationBase_SetGrowState \ +static_assert(alignof(RotGetDecorationBase_SetGrowState) == 0x000001, "Wrong alignment on RotGetDecorationBase_SetGrowState"); \ +static_assert(sizeof(RotGetDecorationBase_SetGrowState) == 0x000001, "Wrong size on RotGetDecorationBase_SetGrowState"); \ +static_assert(offsetof(RotGetDecorationBase_SetGrowState, IsGrown) == 0x000000, "Member 'RotGetDecorationBase_SetGrowState::IsGrown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotGetDecorationBase \ +static_assert(alignof(ARotGetDecorationBase) == 0x000008, "Wrong alignment on ARotGetDecorationBase"); \ +static_assert(sizeof(ARotGetDecorationBase) == 0x000240, "Wrong size on ARotGetDecorationBase"); \ +static_assert(offsetof(ARotGetDecorationBase, GrowGroupComponent) == 0x000228, "Member 'ARotGetDecorationBase::GrowGroupComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotGetDecorationBase, DecoMeshComponent) == 0x000230, "Member 'ARotGetDecorationBase::DecoMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotGetDecorationBase, DelayTimer) == 0x000238, "Member 'ARotGetDecorationBase::DelayTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotGetDecorationComponent_SetDecorationState \ +static_assert(alignof(RotGetDecorationComponent_SetDecorationState) == 0x000001, "Wrong alignment on RotGetDecorationComponent_SetDecorationState"); \ +static_assert(sizeof(RotGetDecorationComponent_SetDecorationState) == 0x000001, "Wrong size on RotGetDecorationComponent_SetDecorationState"); \ +static_assert(offsetof(RotGetDecorationComponent_SetDecorationState, IsGrown) == 0x000000, "Member 'RotGetDecorationComponent_SetDecorationState::IsGrown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotGetDecorationComponent \ +static_assert(alignof(URotGetDecorationComponent) == 0x000008, "Wrong alignment on URotGetDecorationComponent"); \ +static_assert(sizeof(URotGetDecorationComponent) == 0x0000C0, "Wrong size on URotGetDecorationComponent"); \ +static_assert(offsetof(URotGetDecorationComponent, Decorations) == 0x0000B0, "Member 'URotGetDecorationComponent::Decorations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotGetModal \ +static_assert(alignof(URotGetModal) == 0x000008, "Wrong alignment on URotGetModal"); \ +static_assert(sizeof(URotGetModal) == 0x000260, "Wrong size on URotGetModal"); \ + +#define DUMPER7_ASSERTS_URotHidingSpotComponent \ +static_assert(alignof(URotHidingSpotComponent) == 0x000010, "Wrong alignment on URotHidingSpotComponent"); \ +static_assert(sizeof(URotHidingSpotComponent) == 0x000200, "Wrong size on URotHidingSpotComponent"); \ +static_assert(offsetof(URotHidingSpotComponent, Radius) == 0x0001F8, "Member 'URotHidingSpotComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URotHidingSpotComponent, ProjectionHeight) == 0x0001FC, "Member 'URotHidingSpotComponent::ProjectionHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelConfig_RotCountToRotLevel \ +static_assert(alignof(RotLevelConfig_RotCountToRotLevel) == 0x000004, "Wrong alignment on RotLevelConfig_RotCountToRotLevel"); \ +static_assert(sizeof(RotLevelConfig_RotCountToRotLevel) == 0x000008, "Wrong size on RotLevelConfig_RotCountToRotLevel"); \ +static_assert(offsetof(RotLevelConfig_RotCountToRotLevel, Count) == 0x000000, "Member 'RotLevelConfig_RotCountToRotLevel::Count' has a wrong offset!"); \ +static_assert(offsetof(RotLevelConfig_RotCountToRotLevel, ReturnValue) == 0x000004, "Member 'RotLevelConfig_RotCountToRotLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelConfig_RotLevelToCountPerPip \ +static_assert(alignof(RotLevelConfig_RotLevelToCountPerPip) == 0x000004, "Wrong alignment on RotLevelConfig_RotLevelToCountPerPip"); \ +static_assert(sizeof(RotLevelConfig_RotLevelToCountPerPip) == 0x000008, "Wrong size on RotLevelConfig_RotLevelToCountPerPip"); \ +static_assert(offsetof(RotLevelConfig_RotLevelToCountPerPip, Level) == 0x000000, "Member 'RotLevelConfig_RotLevelToCountPerPip::Level' has a wrong offset!"); \ +static_assert(offsetof(RotLevelConfig_RotLevelToCountPerPip, ReturnValue) == 0x000004, "Member 'RotLevelConfig_RotLevelToCountPerPip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotLevelConfig \ +static_assert(alignof(URotLevelConfig) == 0x000008, "Wrong alignment on URotLevelConfig"); \ +static_assert(sizeof(URotLevelConfig) == 0x000040, "Wrong size on URotLevelConfig"); \ +static_assert(offsetof(URotLevelConfig, RotLevels) == 0x000030, "Member 'URotLevelConfig::RotLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotLevelUpFeedback \ +static_assert(alignof(ARotLevelUpFeedback) == 0x000008, "Wrong alignment on ARotLevelUpFeedback"); \ +static_assert(sizeof(ARotLevelUpFeedback) == 0x000230, "Wrong size on ARotLevelUpFeedback"); \ +static_assert(offsetof(ARotLevelUpFeedback, RotOwner) == 0x000228, "Member 'ARotLevelUpFeedback::RotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelWidget_GetPlayerLevelText \ +static_assert(alignof(RotLevelWidget_GetPlayerLevelText) == 0x000008, "Wrong alignment on RotLevelWidget_GetPlayerLevelText"); \ +static_assert(sizeof(RotLevelWidget_GetPlayerLevelText) == 0x000018, "Wrong size on RotLevelWidget_GetPlayerLevelText"); \ +static_assert(offsetof(RotLevelWidget_GetPlayerLevelText, ReturnValue) == 0x000000, "Member 'RotLevelWidget_GetPlayerLevelText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelWidget_GetProgressPercent \ +static_assert(alignof(RotLevelWidget_GetProgressPercent) == 0x000004, "Wrong alignment on RotLevelWidget_GetProgressPercent"); \ +static_assert(sizeof(RotLevelWidget_GetProgressPercent) == 0x000004, "Wrong size on RotLevelWidget_GetProgressPercent"); \ +static_assert(offsetof(RotLevelWidget_GetProgressPercent, ReturnValue) == 0x000000, "Member 'RotLevelWidget_GetProgressPercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelWidget_GetRotLevelProgressText \ +static_assert(alignof(RotLevelWidget_GetRotLevelProgressText) == 0x000008, "Wrong alignment on RotLevelWidget_GetRotLevelProgressText"); \ +static_assert(sizeof(RotLevelWidget_GetRotLevelProgressText) == 0x000018, "Wrong size on RotLevelWidget_GetRotLevelProgressText"); \ +static_assert(offsetof(RotLevelWidget_GetRotLevelProgressText, ReturnValue) == 0x000000, "Member 'RotLevelWidget_GetRotLevelProgressText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotLevelWidget_GetRotRequiredForLevelText \ +static_assert(alignof(RotLevelWidget_GetRotRequiredForLevelText) == 0x000008, "Wrong alignment on RotLevelWidget_GetRotRequiredForLevelText"); \ +static_assert(sizeof(RotLevelWidget_GetRotRequiredForLevelText) == 0x000018, "Wrong size on RotLevelWidget_GetRotRequiredForLevelText"); \ +static_assert(offsetof(RotLevelWidget_GetRotRequiredForLevelText, ReturnValue) == 0x000000, "Member 'RotLevelWidget_GetRotRequiredForLevelText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotLevelWidget \ +static_assert(alignof(URotLevelWidget) == 0x000008, "Wrong alignment on URotLevelWidget"); \ +static_assert(sizeof(URotLevelWidget) == 0x000288, "Wrong size on URotLevelWidget"); \ +static_assert(offsetof(URotLevelWidget, RotLevelProgressBar) == 0x000260, "Member 'URotLevelWidget::RotLevelProgressBar' has a wrong offset!"); \ +static_assert(offsetof(URotLevelWidget, ProgressGoalText) == 0x000268, "Member 'URotLevelWidget::ProgressGoalText' has a wrong offset!"); \ +static_assert(offsetof(URotLevelWidget, CurrentProgressText) == 0x000270, "Member 'URotLevelWidget::CurrentProgressText' has a wrong offset!"); \ +static_assert(offsetof(URotLevelWidget, TitleText) == 0x000278, "Member 'URotLevelWidget::TitleText' has a wrong offset!"); \ +static_assert(offsetof(URotLevelWidget, LevelText) == 0x000280, "Member 'URotLevelWidget::LevelText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotLimitVolume \ +static_assert(alignof(ARotLimitVolume) == 0x000008, "Wrong alignment on ARotLimitVolume"); \ +static_assert(sizeof(ARotLimitVolume) == 0x000288, "Wrong size on ARotLimitVolume"); \ +static_assert(offsetof(ARotLimitVolume, MaxRot) == 0x000280, "Member 'ARotLimitVolume::MaxRot' has a wrong offset!"); \ +static_assert(offsetof(ARotLimitVolume, StartLimitWhenClimbing) == 0x000284, "Member 'ARotLimitVolume::StartLimitWhenClimbing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_ApplyEquippedCosmetics \ +static_assert(alignof(RotManager_ApplyEquippedCosmetics) == 0x000008, "Wrong alignment on RotManager_ApplyEquippedCosmetics"); \ +static_assert(sizeof(RotManager_ApplyEquippedCosmetics) == 0x000050, "Wrong size on RotManager_ApplyEquippedCosmetics"); \ +static_assert(offsetof(RotManager_ApplyEquippedCosmetics, InEquippedCosmeticCount) == 0x000000, "Member 'RotManager_ApplyEquippedCosmetics::InEquippedCosmeticCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_DispatchRotEvent \ +static_assert(alignof(RotManager_DispatchRotEvent) == 0x000004, "Wrong alignment on RotManager_DispatchRotEvent"); \ +static_assert(sizeof(RotManager_DispatchRotEvent) == 0x000014, "Wrong size on RotManager_DispatchRotEvent"); \ +static_assert(offsetof(RotManager_DispatchRotEvent, EventName) == 0x000000, "Member 'RotManager_DispatchRotEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(RotManager_DispatchRotEvent, EventLocation) == 0x000008, "Member 'RotManager_DispatchRotEvent::EventLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GatherAllInertRot \ +static_assert(alignof(RotManager_GatherAllInertRot) == 0x000008, "Wrong alignment on RotManager_GatherAllInertRot"); \ +static_assert(sizeof(RotManager_GatherAllInertRot) == 0x000008, "Wrong size on RotManager_GatherAllInertRot"); \ +static_assert(offsetof(RotManager_GatherAllInertRot, Gatherer) == 0x000000, "Member 'RotManager_GatherAllInertRot::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetUnownedRotOwner \ +static_assert(alignof(RotManager_GetUnownedRotOwner) == 0x000008, "Wrong alignment on RotManager_GetUnownedRotOwner"); \ +static_assert(sizeof(RotManager_GetUnownedRotOwner) == 0x000008, "Wrong size on RotManager_GetUnownedRotOwner"); \ +static_assert(offsetof(RotManager_GetUnownedRotOwner, ReturnValue) == 0x000000, "Member 'RotManager_GetUnownedRotOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_HandlePlayerRotNumChanged \ +static_assert(alignof(RotManager_HandlePlayerRotNumChanged) == 0x000004, "Wrong alignment on RotManager_HandlePlayerRotNumChanged"); \ +static_assert(sizeof(RotManager_HandlePlayerRotNumChanged) == 0x000008, "Wrong size on RotManager_HandlePlayerRotNumChanged"); \ +static_assert(offsetof(RotManager_HandlePlayerRotNumChanged, FromNum) == 0x000000, "Member 'RotManager_HandlePlayerRotNumChanged::FromNum' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandlePlayerRotNumChanged, ToNum) == 0x000004, "Member 'RotManager_HandlePlayerRotNumChanged::ToNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_HandleResourceChanged \ +static_assert(alignof(RotManager_HandleResourceChanged) == 0x000008, "Wrong alignment on RotManager_HandleResourceChanged"); \ +static_assert(sizeof(RotManager_HandleResourceChanged) == 0x000018, "Wrong size on RotManager_HandleResourceChanged"); \ +static_assert(offsetof(RotManager_HandleResourceChanged, Type) == 0x000000, "Member 'RotManager_HandleResourceChanged::Type' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleResourceChanged, Delta) == 0x000004, "Member 'RotManager_HandleResourceChanged::Delta' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleResourceChanged, ChangeInstigator) == 0x000008, "Member 'RotManager_HandleResourceChanged::ChangeInstigator' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleResourceChanged, Causer) == 0x000010, "Member 'RotManager_HandleResourceChanged::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_HandleResourceResized \ +static_assert(alignof(RotManager_HandleResourceResized) == 0x000004, "Wrong alignment on RotManager_HandleResourceResized"); \ +static_assert(sizeof(RotManager_HandleResourceResized) == 0x00000C, "Wrong size on RotManager_HandleResourceResized"); \ +static_assert(offsetof(RotManager_HandleResourceResized, Type) == 0x000000, "Member 'RotManager_HandleResourceResized::Type' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleResourceResized, Size) == 0x000004, "Member 'RotManager_HandleResourceResized::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_HandleRotActionStateChanged \ +static_assert(alignof(RotManager_HandleRotActionStateChanged) == 0x000008, "Wrong alignment on RotManager_HandleRotActionStateChanged"); \ +static_assert(sizeof(RotManager_HandleRotActionStateChanged) == 0x000010, "Wrong size on RotManager_HandleRotActionStateChanged"); \ +static_assert(offsetof(RotManager_HandleRotActionStateChanged, Performer) == 0x000000, "Member 'RotManager_HandleRotActionStateChanged::Performer' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleRotActionStateChanged, Action) == 0x000008, "Member 'RotManager_HandleRotActionStateChanged::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_HandleRotCollection \ +static_assert(alignof(RotManager_HandleRotCollection) == 0x000008, "Wrong alignment on RotManager_HandleRotCollection"); \ +static_assert(sizeof(RotManager_HandleRotCollection) == 0x000018, "Wrong size on RotManager_HandleRotCollection"); \ +static_assert(offsetof(RotManager_HandleRotCollection, Amount) == 0x000000, "Member 'RotManager_HandleRotCollection::Amount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleRotCollection, FromOwner) == 0x000008, "Member 'RotManager_HandleRotCollection::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_HandleRotCollection, ShowUIFeedback) == 0x000010, "Member 'RotManager_HandleRotCollection::ShowUIFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_PostLoadGame \ +static_assert(alignof(RotManager_PostLoadGame) == 0x000008, "Wrong alignment on RotManager_PostLoadGame"); \ +static_assert(sizeof(RotManager_PostLoadGame) == 0x000008, "Wrong size on RotManager_PostLoadGame"); \ +static_assert(offsetof(RotManager_PostLoadGame, SaveGameVariables) == 0x000000, "Member 'RotManager_PostLoadGame::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_PostLoadSaveGameVariables \ +static_assert(alignof(RotManager_PostLoadSaveGameVariables) == 0x000008, "Wrong alignment on RotManager_PostLoadSaveGameVariables"); \ +static_assert(sizeof(RotManager_PostLoadSaveGameVariables) == 0x000008, "Wrong size on RotManager_PostLoadSaveGameVariables"); \ +static_assert(offsetof(RotManager_PostLoadSaveGameVariables, SaveGameVariables) == 0x000000, "Member 'RotManager_PostLoadSaveGameVariables::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_PreSaveGame \ +static_assert(alignof(RotManager_PreSaveGame) == 0x000008, "Wrong alignment on RotManager_PreSaveGame"); \ +static_assert(sizeof(RotManager_PreSaveGame) == 0x000010, "Wrong size on RotManager_PreSaveGame"); \ +static_assert(offsetof(RotManager_PreSaveGame, SaveGameVariables) == 0x000000, "Member 'RotManager_PreSaveGame::SaveGameVariables' has a wrong offset!"); \ +static_assert(offsetof(RotManager_PreSaveGame, IsManualSave) == 0x000008, "Member 'RotManager_PreSaveGame::IsManualSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_RegisterPlayer \ +static_assert(alignof(RotManager_RegisterPlayer) == 0x000008, "Wrong alignment on RotManager_RegisterPlayer"); \ +static_assert(sizeof(RotManager_RegisterPlayer) == 0x000008, "Wrong size on RotManager_RegisterPlayer"); \ +static_assert(offsetof(RotManager_RegisterPlayer, Player) == 0x000000, "Member 'RotManager_RegisterPlayer::Player' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_RegisterUnownedRot \ +static_assert(alignof(RotManager_RegisterUnownedRot) == 0x000008, "Wrong alignment on RotManager_RegisterUnownedRot"); \ +static_assert(sizeof(RotManager_RegisterUnownedRot) == 0x000008, "Wrong size on RotManager_RegisterUnownedRot"); \ +static_assert(offsetof(RotManager_RegisterUnownedRot, Rot) == 0x000000, "Member 'RotManager_RegisterUnownedRot::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_ReturnAllStolenRotToPlayer \ +static_assert(alignof(RotManager_ReturnAllStolenRotToPlayer) == 0x000008, "Wrong alignment on RotManager_ReturnAllStolenRotToPlayer"); \ +static_assert(sizeof(RotManager_ReturnAllStolenRotToPlayer) == 0x000020, "Wrong size on RotManager_ReturnAllStolenRotToPlayer"); \ +static_assert(offsetof(RotManager_ReturnAllStolenRotToPlayer, ToRotOwner) == 0x000000, "Member 'RotManager_ReturnAllStolenRotToPlayer::ToRotOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnAllStolenRotToPlayer, OutRots) == 0x000010, "Member 'RotManager_ReturnAllStolenRotToPlayer::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_ReturnRotByCount \ +static_assert(alignof(RotManager_ReturnRotByCount) == 0x000008, "Wrong alignment on RotManager_ReturnRotByCount"); \ +static_assert(sizeof(RotManager_ReturnRotByCount) == 0x000010, "Wrong size on RotManager_ReturnRotByCount"); \ +static_assert(offsetof(RotManager_ReturnRotByCount, FromRotOwner) == 0x000000, "Member 'RotManager_ReturnRotByCount::FromRotOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnRotByCount, Count) == 0x000008, "Member 'RotManager_ReturnRotByCount::Count' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnRotByCount, ReturnValue) == 0x00000C, "Member 'RotManager_ReturnRotByCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_ReturnRotPip \ +static_assert(alignof(RotManager_ReturnRotPip) == 0x000008, "Wrong alignment on RotManager_ReturnRotPip"); \ +static_assert(sizeof(RotManager_ReturnRotPip) == 0x000028, "Wrong size on RotManager_ReturnRotPip"); \ +static_assert(offsetof(RotManager_ReturnRotPip, FromRotOwner) == 0x000000, "Member 'RotManager_ReturnRotPip::FromRotOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnRotPip, OutRots) == 0x000010, "Member 'RotManager_ReturnRotPip::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnRotPip, PipCount) == 0x000020, "Member 'RotManager_ReturnRotPip::PipCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnRotPip, ReturnValue) == 0x000024, "Member 'RotManager_ReturnRotPip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_ReturnStolenPipToPlayer \ +static_assert(alignof(RotManager_ReturnStolenPipToPlayer) == 0x000008, "Wrong alignment on RotManager_ReturnStolenPipToPlayer"); \ +static_assert(sizeof(RotManager_ReturnStolenPipToPlayer) == 0x000028, "Wrong size on RotManager_ReturnStolenPipToPlayer"); \ +static_assert(offsetof(RotManager_ReturnStolenPipToPlayer, ToRotOwner) == 0x000000, "Member 'RotManager_ReturnStolenPipToPlayer::ToRotOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnStolenPipToPlayer, OutRots) == 0x000010, "Member 'RotManager_ReturnStolenPipToPlayer::OutRots' has a wrong offset!"); \ +static_assert(offsetof(RotManager_ReturnStolenPipToPlayer, ReturnValue) == 0x000020, "Member 'RotManager_ReturnStolenPipToPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_SetAssignedCosmeticCount \ +static_assert(alignof(RotManager_SetAssignedCosmeticCount) == 0x000008, "Wrong alignment on RotManager_SetAssignedCosmeticCount"); \ +static_assert(sizeof(RotManager_SetAssignedCosmeticCount) == 0x000010, "Wrong size on RotManager_SetAssignedCosmeticCount"); \ +static_assert(offsetof(RotManager_SetAssignedCosmeticCount, CosmeticClass) == 0x000000, "Member 'RotManager_SetAssignedCosmeticCount::CosmeticClass' has a wrong offset!"); \ +static_assert(offsetof(RotManager_SetAssignedCosmeticCount, RequestedCount) == 0x000008, "Member 'RotManager_SetAssignedCosmeticCount::RequestedCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_SpawnRotPickup \ +static_assert(alignof(RotManager_SpawnRotPickup) == 0x000008, "Wrong alignment on RotManager_SpawnRotPickup"); \ +static_assert(sizeof(RotManager_SpawnRotPickup) == 0x000018, "Wrong size on RotManager_SpawnRotPickup"); \ +static_assert(offsetof(RotManager_SpawnRotPickup, Location) == 0x000000, "Member 'RotManager_SpawnRotPickup::Location' has a wrong offset!"); \ +static_assert(offsetof(RotManager_SpawnRotPickup, ReturnValue) == 0x000010, "Member 'RotManager_SpawnRotPickup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_StealAllRotFromPlayer \ +static_assert(alignof(RotManager_StealAllRotFromPlayer) == 0x000008, "Wrong alignment on RotManager_StealAllRotFromPlayer"); \ +static_assert(sizeof(RotManager_StealAllRotFromPlayer) == 0x000010, "Wrong size on RotManager_StealAllRotFromPlayer"); \ +static_assert(offsetof(RotManager_StealAllRotFromPlayer, OutRots) == 0x000000, "Member 'RotManager_StealAllRotFromPlayer::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_TransferRotByCount \ +static_assert(alignof(RotManager_TransferRotByCount) == 0x000008, "Wrong alignment on RotManager_TransferRotByCount"); \ +static_assert(sizeof(RotManager_TransferRotByCount) == 0x000010, "Wrong size on RotManager_TransferRotByCount"); \ +static_assert(offsetof(RotManager_TransferRotByCount, ToRotOwner) == 0x000000, "Member 'RotManager_TransferRotByCount::ToRotOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TransferRotByCount, Count) == 0x000008, "Member 'RotManager_TransferRotByCount::Count' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TransferRotByCount, ReturnValue) == 0x00000C, "Member 'RotManager_TransferRotByCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_TryClaimCosmetic \ +static_assert(alignof(RotManager_TryClaimCosmetic) == 0x000008, "Wrong alignment on RotManager_TryClaimCosmetic"); \ +static_assert(sizeof(RotManager_TryClaimCosmetic) == 0x000010, "Wrong size on RotManager_TryClaimCosmetic"); \ +static_assert(offsetof(RotManager_TryClaimCosmetic, NewOwner) == 0x000000, "Member 'RotManager_TryClaimCosmetic::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryClaimCosmetic, ReturnValue) == 0x000008, "Member 'RotManager_TryClaimCosmetic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_TryClaimSpecificCosmetic \ +static_assert(alignof(RotManager_TryClaimSpecificCosmetic) == 0x000008, "Wrong alignment on RotManager_TryClaimSpecificCosmetic"); \ +static_assert(sizeof(RotManager_TryClaimSpecificCosmetic) == 0x000018, "Wrong size on RotManager_TryClaimSpecificCosmetic"); \ +static_assert(offsetof(RotManager_TryClaimSpecificCosmetic, NewOwner) == 0x000000, "Member 'RotManager_TryClaimSpecificCosmetic::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryClaimSpecificCosmetic, CosmeticClass) == 0x000008, "Member 'RotManager_TryClaimSpecificCosmetic::CosmeticClass' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryClaimSpecificCosmetic, ReturnValue) == 0x000010, "Member 'RotManager_TryClaimSpecificCosmetic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_TryRemoveCosmetic \ +static_assert(alignof(RotManager_TryRemoveCosmetic) == 0x000008, "Wrong alignment on RotManager_TryRemoveCosmetic"); \ +static_assert(sizeof(RotManager_TryRemoveCosmetic) == 0x000008, "Wrong size on RotManager_TryRemoveCosmetic"); \ +static_assert(offsetof(RotManager_TryRemoveCosmetic, Rot) == 0x000000, "Member 'RotManager_TryRemoveCosmetic::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_TryUseRotPip \ +static_assert(alignof(RotManager_TryUseRotPip) == 0x000008, "Wrong alignment on RotManager_TryUseRotPip"); \ +static_assert(sizeof(RotManager_TryUseRotPip) == 0x000028, "Wrong size on RotManager_TryUseRotPip"); \ +static_assert(offsetof(RotManager_TryUseRotPip, InInstigator) == 0x000000, "Member 'RotManager_TryUseRotPip::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryUseRotPip, InCauser) == 0x000008, "Member 'RotManager_TryUseRotPip::InCauser' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryUseRotPip, ToRotOwner) == 0x000010, "Member 'RotManager_TryUseRotPip::ToRotOwner' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryUseRotPip, PipCount) == 0x000020, "Member 'RotManager_TryUseRotPip::PipCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_TryUseRotPip, ReturnValue) == 0x000024, "Member 'RotManager_TryUseRotPip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_UnlockCosmetic \ +static_assert(alignof(RotManager_UnlockCosmetic) == 0x000008, "Wrong alignment on RotManager_UnlockCosmetic"); \ +static_assert(sizeof(RotManager_UnlockCosmetic) == 0x000008, "Wrong size on RotManager_UnlockCosmetic"); \ +static_assert(offsetof(RotManager_UnlockCosmetic, CosmeticClass) == 0x000000, "Member 'RotManager_UnlockCosmetic::CosmeticClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_WatchedValueChanged \ +static_assert(alignof(RotManager_WatchedValueChanged) == 0x000004, "Wrong alignment on RotManager_WatchedValueChanged"); \ +static_assert(sizeof(RotManager_WatchedValueChanged) == 0x000010, "Wrong size on RotManager_WatchedValueChanged"); \ +static_assert(offsetof(RotManager_WatchedValueChanged, ChangeContext) == 0x000000, "Member 'RotManager_WatchedValueChanged::ChangeContext' has a wrong offset!"); \ +static_assert(offsetof(RotManager_WatchedValueChanged, KeyName) == 0x000004, "Member 'RotManager_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(RotManager_WatchedValueChanged, Value) == 0x00000C, "Member 'RotManager_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_CanTransferRotByCount \ +static_assert(alignof(RotManager_CanTransferRotByCount) == 0x000004, "Wrong alignment on RotManager_CanTransferRotByCount"); \ +static_assert(sizeof(RotManager_CanTransferRotByCount) == 0x000008, "Wrong size on RotManager_CanTransferRotByCount"); \ +static_assert(offsetof(RotManager_CanTransferRotByCount, Count) == 0x000000, "Member 'RotManager_CanTransferRotByCount::Count' has a wrong offset!"); \ +static_assert(offsetof(RotManager_CanTransferRotByCount, ReturnValue) == 0x000004, "Member 'RotManager_CanTransferRotByCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_CanUseRotPip \ +static_assert(alignof(RotManager_CanUseRotPip) == 0x000004, "Wrong alignment on RotManager_CanUseRotPip"); \ +static_assert(sizeof(RotManager_CanUseRotPip) == 0x000008, "Wrong size on RotManager_CanUseRotPip"); \ +static_assert(offsetof(RotManager_CanUseRotPip, PipCount) == 0x000000, "Member 'RotManager_CanUseRotPip::PipCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_CanUseRotPip, ReturnValue) == 0x000004, "Member 'RotManager_CanUseRotPip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetActiveRotPips \ +static_assert(alignof(RotManager_GetActiveRotPips) == 0x000004, "Wrong alignment on RotManager_GetActiveRotPips"); \ +static_assert(sizeof(RotManager_GetActiveRotPips) == 0x000004, "Wrong size on RotManager_GetActiveRotPips"); \ +static_assert(offsetof(RotManager_GetActiveRotPips, ReturnValue) == 0x000000, "Member 'RotManager_GetActiveRotPips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetAssignedCosmeticCount \ +static_assert(alignof(RotManager_GetAssignedCosmeticCount) == 0x000008, "Wrong alignment on RotManager_GetAssignedCosmeticCount"); \ +static_assert(sizeof(RotManager_GetAssignedCosmeticCount) == 0x000010, "Wrong size on RotManager_GetAssignedCosmeticCount"); \ +static_assert(offsetof(RotManager_GetAssignedCosmeticCount, CosmeticClass) == 0x000000, "Member 'RotManager_GetAssignedCosmeticCount::CosmeticClass' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetAssignedCosmeticCount, ReturnValue) == 0x000008, "Member 'RotManager_GetAssignedCosmeticCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetAvailableRotPips \ +static_assert(alignof(RotManager_GetAvailableRotPips) == 0x000004, "Wrong alignment on RotManager_GetAvailableRotPips"); \ +static_assert(sizeof(RotManager_GetAvailableRotPips) == 0x000004, "Wrong size on RotManager_GetAvailableRotPips"); \ +static_assert(offsetof(RotManager_GetAvailableRotPips, ReturnValue) == 0x000000, "Member 'RotManager_GetAvailableRotPips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetCurrentRotLevel \ +static_assert(alignof(RotManager_GetCurrentRotLevel) == 0x000004, "Wrong alignment on RotManager_GetCurrentRotLevel"); \ +static_assert(sizeof(RotManager_GetCurrentRotLevel) == 0x000004, "Wrong size on RotManager_GetCurrentRotLevel"); \ +static_assert(offsetof(RotManager_GetCurrentRotLevel, ReturnValue) == 0x000000, "Member 'RotManager_GetCurrentRotLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetGatheringRotOwner \ +static_assert(alignof(RotManager_GetGatheringRotOwner) == 0x000008, "Wrong alignment on RotManager_GetGatheringRotOwner"); \ +static_assert(sizeof(RotManager_GetGatheringRotOwner) == 0x000010, "Wrong size on RotManager_GetGatheringRotOwner"); \ +static_assert(offsetof(RotManager_GetGatheringRotOwner, Gatherer) == 0x000000, "Member 'RotManager_GetGatheringRotOwner::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetGatheringRotOwner, ReturnValue) == 0x000008, "Member 'RotManager_GetGatheringRotOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetNextStolenPipRotCount \ +static_assert(alignof(RotManager_GetNextStolenPipRotCount) == 0x000004, "Wrong alignment on RotManager_GetNextStolenPipRotCount"); \ +static_assert(sizeof(RotManager_GetNextStolenPipRotCount) == 0x000004, "Wrong size on RotManager_GetNextStolenPipRotCount"); \ +static_assert(offsetof(RotManager_GetNextStolenPipRotCount, ReturnValue) == 0x000000, "Member 'RotManager_GetNextStolenPipRotCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetPipState \ +static_assert(alignof(RotManager_GetPipState) == 0x000004, "Wrong alignment on RotManager_GetPipState"); \ +static_assert(sizeof(RotManager_GetPipState) == 0x000018, "Wrong size on RotManager_GetPipState"); \ +static_assert(offsetof(RotManager_GetPipState, OutData) == 0x000000, "Member 'RotManager_GetPipState::OutData' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetPipState, ReturnValue) == 0x000014, "Member 'RotManager_GetPipState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetProgressTowardRotLevel \ +static_assert(alignof(RotManager_GetProgressTowardRotLevel) == 0x000004, "Wrong alignment on RotManager_GetProgressTowardRotLevel"); \ +static_assert(sizeof(RotManager_GetProgressTowardRotLevel) == 0x000010, "Wrong size on RotManager_GetProgressTowardRotLevel"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevel, OutRotCount) == 0x000000, "Member 'RotManager_GetProgressTowardRotLevel::OutRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevel, OutRotCountGoal) == 0x000004, "Member 'RotManager_GetProgressTowardRotLevel::OutRotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevel, OutPercent) == 0x000008, "Member 'RotManager_GetProgressTowardRotLevel::OutPercent' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevel, OutIsFullyLeveled) == 0x00000C, "Member 'RotManager_GetProgressTowardRotLevel::OutIsFullyLeveled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetProgressTowardRotLevelWithCount \ +static_assert(alignof(RotManager_GetProgressTowardRotLevelWithCount) == 0x000004, "Wrong alignment on RotManager_GetProgressTowardRotLevelWithCount"); \ +static_assert(sizeof(RotManager_GetProgressTowardRotLevelWithCount) == 0x000014, "Wrong size on RotManager_GetProgressTowardRotLevelWithCount"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevelWithCount, OwnedRotCount) == 0x000000, "Member 'RotManager_GetProgressTowardRotLevelWithCount::OwnedRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevelWithCount, OutRotCount) == 0x000004, "Member 'RotManager_GetProgressTowardRotLevelWithCount::OutRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevelWithCount, OutRotCountGoal) == 0x000008, "Member 'RotManager_GetProgressTowardRotLevelWithCount::OutRotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevelWithCount, OutPercent) == 0x00000C, "Member 'RotManager_GetProgressTowardRotLevelWithCount::OutPercent' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetProgressTowardRotLevelWithCount, OutIsFullyLeveled) == 0x000010, "Member 'RotManager_GetProgressTowardRotLevelWithCount::OutIsFullyLeveled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetPurchasedCosmeticCount \ +static_assert(alignof(RotManager_GetPurchasedCosmeticCount) == 0x000008, "Wrong alignment on RotManager_GetPurchasedCosmeticCount"); \ +static_assert(sizeof(RotManager_GetPurchasedCosmeticCount) == 0x000010, "Wrong size on RotManager_GetPurchasedCosmeticCount"); \ +static_assert(offsetof(RotManager_GetPurchasedCosmeticCount, CosmeticClass) == 0x000000, "Member 'RotManager_GetPurchasedCosmeticCount::CosmeticClass' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetPurchasedCosmeticCount, ReturnValue) == 0x000008, "Member 'RotManager_GetPurchasedCosmeticCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotCloud \ +static_assert(alignof(RotManager_GetRotCloud) == 0x000008, "Wrong alignment on RotManager_GetRotCloud"); \ +static_assert(sizeof(RotManager_GetRotCloud) == 0x000008, "Wrong size on RotManager_GetRotCloud"); \ +static_assert(offsetof(RotManager_GetRotCloud, ReturnValue) == 0x000000, "Member 'RotManager_GetRotCloud::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotCollectionProgress \ +static_assert(alignof(RotManager_GetRotCollectionProgress) == 0x000004, "Wrong alignment on RotManager_GetRotCollectionProgress"); \ +static_assert(sizeof(RotManager_GetRotCollectionProgress) == 0x000024, "Wrong size on RotManager_GetRotCollectionProgress"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, FromRotCount) == 0x000000, "Member 'RotManager_GetRotCollectionProgress::FromRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, ToRotCount) == 0x000004, "Member 'RotManager_GetRotCollectionProgress::ToRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, Percent) == 0x000008, "Member 'RotManager_GetRotCollectionProgress::Percent' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, OutRotLevel) == 0x00000C, "Member 'RotManager_GetRotCollectionProgress::OutRotLevel' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, OutRotCount) == 0x000010, "Member 'RotManager_GetRotCollectionProgress::OutRotCount' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, OutRotCountGoal) == 0x000014, "Member 'RotManager_GetRotCollectionProgress::OutRotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, OutRotCountDelta) == 0x000018, "Member 'RotManager_GetRotCollectionProgress::OutRotCountDelta' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, OutLevelPercent) == 0x00001C, "Member 'RotManager_GetRotCollectionProgress::OutLevelPercent' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotCollectionProgress, OutIsFullyLeveled) == 0x000020, "Member 'RotManager_GetRotCollectionProgress::OutIsFullyLeveled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotLevelRawData \ +static_assert(alignof(RotManager_GetRotLevelRawData) == 0x000004, "Wrong alignment on RotManager_GetRotLevelRawData"); \ +static_assert(sizeof(RotManager_GetRotLevelRawData) == 0x000014, "Wrong size on RotManager_GetRotLevelRawData"); \ +static_assert(offsetof(RotManager_GetRotLevelRawData, RotLevel) == 0x000000, "Member 'RotManager_GetRotLevelRawData::RotLevel' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotLevelRawData, RotPerPip) == 0x000004, "Member 'RotManager_GetRotLevelRawData::RotPerPip' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotLevelRawData, DeltaRot) == 0x000008, "Member 'RotManager_GetRotLevelRawData::DeltaRot' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotLevelRawData, TotalRot) == 0x00000C, "Member 'RotManager_GetRotLevelRawData::TotalRot' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotLevelRawData, ReturnValue) == 0x000010, "Member 'RotManager_GetRotLevelRawData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotOwner \ +static_assert(alignof(RotManager_GetRotOwner) == 0x000008, "Wrong alignment on RotManager_GetRotOwner"); \ +static_assert(sizeof(RotManager_GetRotOwner) == 0x000008, "Wrong size on RotManager_GetRotOwner"); \ +static_assert(offsetof(RotManager_GetRotOwner, ReturnValue) == 0x000000, "Member 'RotManager_GetRotOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotProxyManager \ +static_assert(alignof(RotManager_GetRotProxyManager) == 0x000008, "Wrong alignment on RotManager_GetRotProxyManager"); \ +static_assert(sizeof(RotManager_GetRotProxyManager) == 0x000008, "Wrong size on RotManager_GetRotProxyManager"); \ +static_assert(offsetof(RotManager_GetRotProxyManager, ReturnValue) == 0x000000, "Member 'RotManager_GetRotProxyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotWithAssignedCosmetic \ +static_assert(alignof(RotManager_GetRotWithAssignedCosmetic) == 0x000008, "Wrong alignment on RotManager_GetRotWithAssignedCosmetic"); \ +static_assert(sizeof(RotManager_GetRotWithAssignedCosmetic) == 0x000018, "Wrong size on RotManager_GetRotWithAssignedCosmetic"); \ +static_assert(offsetof(RotManager_GetRotWithAssignedCosmetic, CosmeticClass) == 0x000000, "Member 'RotManager_GetRotWithAssignedCosmetic::CosmeticClass' has a wrong offset!"); \ +static_assert(offsetof(RotManager_GetRotWithAssignedCosmetic, ReturnValue) == 0x000008, "Member 'RotManager_GetRotWithAssignedCosmetic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetRotWithoutCosmetic \ +static_assert(alignof(RotManager_GetRotWithoutCosmetic) == 0x000008, "Wrong alignment on RotManager_GetRotWithoutCosmetic"); \ +static_assert(sizeof(RotManager_GetRotWithoutCosmetic) == 0x000010, "Wrong size on RotManager_GetRotWithoutCosmetic"); \ +static_assert(offsetof(RotManager_GetRotWithoutCosmetic, ReturnValue) == 0x000000, "Member 'RotManager_GetRotWithoutCosmetic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetStolenRotPips \ +static_assert(alignof(RotManager_GetStolenRotPips) == 0x000004, "Wrong alignment on RotManager_GetStolenRotPips"); \ +static_assert(sizeof(RotManager_GetStolenRotPips) == 0x000004, "Wrong size on RotManager_GetStolenRotPips"); \ +static_assert(offsetof(RotManager_GetStolenRotPips, ReturnValue) == 0x000000, "Member 'RotManager_GetStolenRotPips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotManager_GetTotalRotPips \ +static_assert(alignof(RotManager_GetTotalRotPips) == 0x000004, "Wrong alignment on RotManager_GetTotalRotPips"); \ +static_assert(sizeof(RotManager_GetTotalRotPips) == 0x000004, "Wrong size on RotManager_GetTotalRotPips"); \ +static_assert(offsetof(RotManager_GetTotalRotPips, ReturnValue) == 0x000000, "Member 'RotManager_GetTotalRotPips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotManager \ +static_assert(alignof(ARotManager) == 0x000010, "Wrong alignment on ARotManager"); \ +static_assert(sizeof(ARotManager) == 0x000550, "Wrong size on ARotManager"); \ +static_assert(offsetof(ARotManager, InitiallyOwnedRotCount) == 0x000228, "Member 'ARotManager::InitiallyOwnedRotCount' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, CurrentlyOwnedRotCount) == 0x00022C, "Member 'ARotManager::CurrentlyOwnedRotCount' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotLevelConfig) == 0x000230, "Member 'ARotManager::RotLevelConfig' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotCouragePerPickup) == 0x000238, "Member 'ARotManager::RotCouragePerPickup' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotObjectClass) == 0x000240, "Member 'ARotManager::RotObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, HeroRotClass) == 0x000248, "Member 'ARotManager::HeroRotClass' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, HeroRotOnShoulderClass) == 0x000250, "Member 'ARotManager::HeroRotOnShoulderClass' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, CloudObjectClass) == 0x000258, "Member 'ARotManager::CloudObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotGetWidgetClass) == 0x000260, "Member 'ARotManager::RotGetWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RelativeSummonCloudLocation) == 0x000268, "Member 'ARotManager::RelativeSummonCloudLocation' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotMeshes) == 0x000278, "Member 'ARotManager::RotMeshes' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotPickupClass) == 0x000288, "Member 'ARotManager::RotPickupClass' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, PoissonDiscConfig) == 0x000290, "Member 'ARotManager::PoissonDiscConfig' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, PoissonDiscPoints) == 0x0002C0, "Member 'ARotManager::PoissonDiscPoints' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, PlayerRotOwner) == 0x0002D0, "Member 'ARotManager::PlayerRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, HeroRot) == 0x0002D8, "Member 'ARotManager::HeroRot' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, HeroRotOnShoulder) == 0x0002E0, "Member 'ARotManager::HeroRotOnShoulder' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnRotCollected) == 0x0002E8, "Member 'ARotManager::OnRotCollected' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnGatheringAllInertRot) == 0x0002F8, "Member 'ARotManager::OnGatheringAllInertRot' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnPipStateChanged) == 0x000308, "Member 'ARotManager::OnPipStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnRotLevelIncreased) == 0x000318, "Member 'ARotManager::OnRotLevelIncreased' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnRotPipUsed) == 0x000328, "Member 'ARotManager::OnRotPipUsed' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnRotPipStolen) == 0x000338, "Member 'ARotManager::OnRotPipStolen' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, OnRotPipReturned) == 0x000348, "Member 'ARotManager::OnRotPipReturned' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, LastRotGetCount) == 0x000358, "Member 'ARotManager::LastRotGetCount' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotCloud) == 0x000360, "Member 'ARotManager::RotCloud' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotOwner) == 0x000368, "Member 'ARotManager::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotOwners) == 0x000370, "Member 'ARotManager::RotOwners' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, UnlockedCosmetics) == 0x000380, "Member 'ARotManager::UnlockedCosmetics' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, EquippedCosmeticCount) == 0x0003D0, "Member 'ARotManager::EquippedCosmeticCount' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, CosmeticRegistry) == 0x000420, "Member 'ARotManager::CosmeticRegistry' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, CosmeticEntitlementMap) == 0x000470, "Member 'ARotManager::CosmeticEntitlementMap' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, PDSWatchComponent) == 0x0004C0, "Member 'ARotManager::PDSWatchComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotProxyManager) == 0x0004C8, "Member 'ARotManager::RotProxyManager' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, CurrentPipState) == 0x0004D0, "Member 'ARotManager::CurrentPipState' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, UnownedRotOwner) == 0x0004F8, "Member 'ARotManager::UnownedRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, DestroyingRotOwner) == 0x000500, "Member 'ARotManager::DestroyingRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, PlayerResources) == 0x000508, "Member 'ARotManager::PlayerResources' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, SaveGameComponent) == 0x000510, "Member 'ARotManager::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, MaxRotIterationPerFrame) == 0x000530, "Member 'ARotManager::MaxRotIterationPerFrame' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, RotMinDrawDistance) == 0x000534, "Member 'ARotManager::RotMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, StolenRotOwner) == 0x000538, "Member 'ARotManager::StolenRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotManager, CosmeticDataTable) == 0x000540, "Member 'ARotManager::CosmeticDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveInSphereComponent \ +static_assert(alignof(URotMoveInSphereComponent) == 0x000010, "Wrong alignment on URotMoveInSphereComponent"); \ +static_assert(sizeof(URotMoveInSphereComponent) == 0x0003D0, "Wrong size on URotMoveInSphereComponent"); \ +static_assert(offsetof(URotMoveInSphereComponent, Radius) == 0x000330, "Member 'URotMoveInSphereComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereComponent, RadiusDistribution) == 0x000338, "Member 'URotMoveInSphereComponent::RadiusDistribution' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereComponent, OrbitSpeedMin) == 0x0003C0, "Member 'URotMoveInSphereComponent::OrbitSpeedMin' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereComponent, OrbitSpeedMax) == 0x0003C4, "Member 'URotMoveInSphereComponent::OrbitSpeedMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveInSphereWithStragglersComponent \ +static_assert(alignof(URotMoveInSphereWithStragglersComponent) == 0x000010, "Wrong alignment on URotMoveInSphereWithStragglersComponent"); \ +static_assert(sizeof(URotMoveInSphereWithStragglersComponent) == 0x000400, "Wrong size on URotMoveInSphereWithStragglersComponent"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, StragglerDistance) == 0x0003C8, "Member 'URotMoveInSphereWithStragglersComponent::StragglerDistance' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, RejoinDistance) == 0x0003CC, "Member 'URotMoveInSphereWithStragglersComponent::RejoinDistance' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, StragglingEnabled) == 0x0003D0, "Member 'URotMoveInSphereWithStragglersComponent::StragglingEnabled' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, RejoiningEnabled) == 0x0003D1, "Member 'URotMoveInSphereWithStragglersComponent::RejoiningEnabled' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, JoinMontageArgs) == 0x0003D4, "Member 'URotMoveInSphereWithStragglersComponent::JoinMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, DynamicBehaviorInjectTag) == 0x0003EC, "Member 'URotMoveInSphereWithStragglersComponent::DynamicBehaviorInjectTag' has a wrong offset!"); \ +static_assert(offsetof(URotMoveInSphereWithStragglersComponent, DynamicBehaviorTreeName) == 0x0003F4, "Member 'URotMoveInSphereWithStragglersComponent::DynamicBehaviorTreeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveThroughSpline_SetSplineData \ +static_assert(alignof(RotMoveThroughSpline_SetSplineData) == 0x000008, "Wrong alignment on RotMoveThroughSpline_SetSplineData"); \ +static_assert(sizeof(RotMoveThroughSpline_SetSplineData) == 0x000008, "Wrong size on RotMoveThroughSpline_SetSplineData"); \ +static_assert(offsetof(RotMoveThroughSpline_SetSplineData, MochiSplineMesh) == 0x000000, "Member 'RotMoveThroughSpline_SetSplineData::MochiSplineMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveThroughSpline \ +static_assert(alignof(URotMoveThroughSpline) == 0x000010, "Wrong alignment on URotMoveThroughSpline"); \ +static_assert(sizeof(URotMoveThroughSpline) == 0x000280, "Wrong size on URotMoveThroughSpline"); \ +static_assert(offsetof(URotMoveThroughSpline, OffsetSpread) == 0x000228, "Member 'URotMoveThroughSpline::OffsetSpread' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, TriggerEventOnComplete) == 0x000230, "Member 'URotMoveThroughSpline::TriggerEventOnComplete' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, TravelSpeed) == 0x000234, "Member 'URotMoveThroughSpline::TravelSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, EndThreshold) == 0x000238, "Member 'URotMoveThroughSpline::EndThreshold' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, Spline) == 0x000240, "Member 'URotMoveThroughSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, CompletedCount) == 0x000248, "Member 'URotMoveThroughSpline::CompletedCount' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, MoveSeed) == 0x00024C, "Member 'URotMoveThroughSpline::MoveSeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, TravelDistance) == 0x000250, "Member 'URotMoveThroughSpline::TravelDistance' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, SuccessEventTrigger) == 0x000258, "Member 'URotMoveThroughSpline::SuccessEventTrigger' has a wrong offset!"); \ +static_assert(offsetof(URotMoveThroughSpline, RotDistances) == 0x000268, "Member 'URotMoveThroughSpline::RotDistances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveToCircleComponent \ +static_assert(alignof(URotMoveToCircleComponent) == 0x000010, "Wrong alignment on URotMoveToCircleComponent"); \ +static_assert(sizeof(URotMoveToCircleComponent) == 0x0002E0, "Wrong size on URotMoveToCircleComponent"); \ +static_assert(offsetof(URotMoveToCircleComponent, Radius) == 0x0002D0, "Member 'URotMoveToCircleComponent::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation \ +static_assert(alignof(RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation) == 0x000004, "Wrong alignment on RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation"); \ +static_assert(sizeof(RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation) == 0x00000C, "Wrong size on RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation"); \ +static_assert(offsetof(RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation, ReturnValue) == 0x000000, "Member 'RotMoveToEnqueueSplineComponent_GetRelativeHeadLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotMoveToEnqueueSplineComponent_SetSplineData \ +static_assert(alignof(RotMoveToEnqueueSplineComponent_SetSplineData) == 0x000008, "Wrong alignment on RotMoveToEnqueueSplineComponent_SetSplineData"); \ +static_assert(sizeof(RotMoveToEnqueueSplineComponent_SetSplineData) == 0x000010, "Wrong size on RotMoveToEnqueueSplineComponent_SetSplineData"); \ +static_assert(offsetof(RotMoveToEnqueueSplineComponent_SetSplineData, MochiSplineMesh) == 0x000000, "Member 'RotMoveToEnqueueSplineComponent_SetSplineData::MochiSplineMesh' has a wrong offset!"); \ +static_assert(offsetof(RotMoveToEnqueueSplineComponent_SetSplineData, Spacing) == 0x000008, "Member 'RotMoveToEnqueueSplineComponent_SetSplineData::Spacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotMoveToEnqueueSplineComponent \ +static_assert(alignof(URotMoveToEnqueueSplineComponent) == 0x000010, "Wrong alignment on URotMoveToEnqueueSplineComponent"); \ +static_assert(sizeof(URotMoveToEnqueueSplineComponent) == 0x000280, "Wrong size on URotMoveToEnqueueSplineComponent"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, TriggerEventOnComplete) == 0x000228, "Member 'URotMoveToEnqueueSplineComponent::TriggerEventOnComplete' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, FlySpeed) == 0x00022C, "Member 'URotMoveToEnqueueSplineComponent::FlySpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, SnapSpeed) == 0x000230, "Member 'URotMoveToEnqueueSplineComponent::SnapSpeed' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, SnapDistance) == 0x000234, "Member 'URotMoveToEnqueueSplineComponent::SnapDistance' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, SplinePoints) == 0x000238, "Member 'URotMoveToEnqueueSplineComponent::SplinePoints' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, Spline) == 0x000248, "Member 'URotMoveToEnqueueSplineComponent::Spline' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, SuccessEventTrigger) == 0x000250, "Member 'URotMoveToEnqueueSplineComponent::SuccessEventTrigger' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, mRotBaseIndex) == 0x000260, "Member 'URotMoveToEnqueueSplineComponent::mRotBaseIndex' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, mHeadSplineIndex) == 0x000264, "Member 'URotMoveToEnqueueSplineComponent::mHeadSplineIndex' has a wrong offset!"); \ +static_assert(offsetof(URotMoveToEnqueueSplineComponent, mHeadRotRelativeLocation) == 0x000268, "Member 'URotMoveToEnqueueSplineComponent::mHeadRotRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_HandleCollection \ +static_assert(alignof(RotPatch_HandleCollection) == 0x000001, "Wrong alignment on RotPatch_HandleCollection"); \ +static_assert(sizeof(RotPatch_HandleCollection) == 0x000001, "Wrong size on RotPatch_HandleCollection"); \ +static_assert(offsetof(RotPatch_HandleCollection, ReturnValue) == 0x000000, "Member 'RotPatch_HandleCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_HandleDamage \ +static_assert(alignof(RotPatch_HandleDamage) == 0x000008, "Wrong alignment on RotPatch_HandleDamage"); \ +static_assert(sizeof(RotPatch_HandleDamage) == 0x000118, "Wrong size on RotPatch_HandleDamage"); \ +static_assert(offsetof(RotPatch_HandleDamage, DamageEvent) == 0x000000, "Member 'RotPatch_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(RotPatch_HandleDamage, ReturnValue) == 0x000110, "Member 'RotPatch_HandleDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_IsInCollectionRadius \ +static_assert(alignof(RotPatch_IsInCollectionRadius) == 0x000008, "Wrong alignment on RotPatch_IsInCollectionRadius"); \ +static_assert(sizeof(RotPatch_IsInCollectionRadius) == 0x000010, "Wrong size on RotPatch_IsInCollectionRadius"); \ +static_assert(offsetof(RotPatch_IsInCollectionRadius, InInstigator) == 0x000000, "Member 'RotPatch_IsInCollectionRadius::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(RotPatch_IsInCollectionRadius, ReturnValue) == 0x000008, "Member 'RotPatch_IsInCollectionRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_OnSpawnAnimationComplete \ +static_assert(alignof(RotPatch_OnSpawnAnimationComplete) == 0x000008, "Wrong alignment on RotPatch_OnSpawnAnimationComplete"); \ +static_assert(sizeof(RotPatch_OnSpawnAnimationComplete) == 0x000018, "Wrong size on RotPatch_OnSpawnAnimationComplete"); \ +static_assert(offsetof(RotPatch_OnSpawnAnimationComplete, FromSpawner) == 0x000000, "Member 'RotPatch_OnSpawnAnimationComplete::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(RotPatch_OnSpawnAnimationComplete, Instances) == 0x000008, "Member 'RotPatch_OnSpawnAnimationComplete::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_TriggerSetPatchState \ +static_assert(alignof(RotPatch_TriggerSetPatchState) == 0x000008, "Wrong alignment on RotPatch_TriggerSetPatchState"); \ +static_assert(sizeof(RotPatch_TriggerSetPatchState) == 0x000008, "Wrong size on RotPatch_TriggerSetPatchState"); \ +static_assert(offsetof(RotPatch_TriggerSetPatchState, TriggerParams) == 0x000000, "Member 'RotPatch_TriggerSetPatchState::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_TryCollect \ +static_assert(alignof(RotPatch_TryCollect) == 0x000001, "Wrong alignment on RotPatch_TryCollect"); \ +static_assert(sizeof(RotPatch_TryCollect) == 0x000001, "Wrong size on RotPatch_TryCollect"); \ +static_assert(offsetof(RotPatch_TryCollect, ReturnValue) == 0x000000, "Member 'RotPatch_TryCollect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPatch_TryTriggerCollection \ +static_assert(alignof(RotPatch_TryTriggerCollection) == 0x000008, "Wrong alignment on RotPatch_TryTriggerCollection"); \ +static_assert(sizeof(RotPatch_TryTriggerCollection) == 0x000010, "Wrong size on RotPatch_TryTriggerCollection"); \ +static_assert(offsetof(RotPatch_TryTriggerCollection, InInstigator) == 0x000000, "Member 'RotPatch_TryTriggerCollection::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(RotPatch_TryTriggerCollection, IgnoreDistance) == 0x000008, "Member 'RotPatch_TryTriggerCollection::IgnoreDistance' has a wrong offset!"); \ +static_assert(offsetof(RotPatch_TryTriggerCollection, ReturnValue) == 0x000009, "Member 'RotPatch_TryTriggerCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotPatch \ +static_assert(alignof(ARotPatch) == 0x000008, "Wrong alignment on ARotPatch"); \ +static_assert(sizeof(ARotPatch) == 0x0002E0, "Wrong size on ARotPatch"); \ +static_assert(offsetof(ARotPatch, OnCollectComplete) == 0x000250, "Member 'ARotPatch::OnCollectComplete' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, OnPatchLockStateChanged) == 0x000260, "Member 'ARotPatch::OnPatchLockStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, CollectionProximityRadius) == 0x000270, "Member 'ARotPatch::CollectionProximityRadius' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, RequiresUnlock) == 0x000274, "Member 'ARotPatch::RequiresUnlock' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, NumSpawnerAnims) == 0x000278, "Member 'ARotPatch::NumSpawnerAnims' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, NumAnimSpawned) == 0x00027C, "Member 'ARotPatch::NumAnimSpawned' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, Collision) == 0x000280, "Member 'ARotPatch::Collision' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, RotOwner) == 0x000288, "Member 'ARotPatch::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, AbilityUser) == 0x000290, "Member 'ARotPatch::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, SaveGameComponent) == 0x000298, "Member 'ARotPatch::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, ResponseAbilityClass) == 0x0002A0, "Member 'ARotPatch::ResponseAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, PostAnimationAnimInstance) == 0x0002A8, "Member 'ARotPatch::PostAnimationAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, InitialRotCount) == 0x0002B0, "Member 'ARotPatch::InitialRotCount' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, SpawnInstigatorRotOwner) == 0x0002B8, "Member 'ARotPatch::SpawnInstigatorRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, WasCollected) == 0x0002C0, "Member 'ARotPatch::WasCollected' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, IsCollectInProgress) == 0x0002C1, "Member 'ARotPatch::IsCollectInProgress' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, CompletedAnimatedInstances) == 0x0002C8, "Member 'ARotPatch::CompletedAnimatedInstances' has a wrong offset!"); \ +static_assert(offsetof(ARotPatch, InventoryTag) == 0x0002D8, "Member 'ARotPatch::InventoryTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPickup_GatherRot \ +static_assert(alignof(RotPickup_GatherRot) == 0x000008, "Wrong alignment on RotPickup_GatherRot"); \ +static_assert(sizeof(RotPickup_GatherRot) == 0x000008, "Wrong size on RotPickup_GatherRot"); \ +static_assert(offsetof(RotPickup_GatherRot, Gatherer) == 0x000000, "Member 'RotPickup_GatherRot::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPickup_OnGatherRot \ +static_assert(alignof(RotPickup_OnGatherRot) == 0x000008, "Wrong alignment on RotPickup_OnGatherRot"); \ +static_assert(sizeof(RotPickup_OnGatherRot) == 0x000008, "Wrong size on RotPickup_OnGatherRot"); \ +static_assert(offsetof(RotPickup_OnGatherRot, ToOwner) == 0x000000, "Member 'RotPickup_OnGatherRot::ToOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotPickup \ +static_assert(alignof(ARotPickup) == 0x000008, "Wrong alignment on ARotPickup"); \ +static_assert(sizeof(ARotPickup) == 0x000280, "Wrong size on ARotPickup"); \ +static_assert(offsetof(ARotPickup, RotOwner) == 0x000270, "Member 'ARotPickup::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ARotPickup, IsRegistered) == 0x000278, "Member 'ARotPickup::IsRegistered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPOIComponent_PlayEventMontage \ +static_assert(alignof(RotPOIComponent_PlayEventMontage) == 0x000004, "Wrong alignment on RotPOIComponent_PlayEventMontage"); \ +static_assert(sizeof(RotPOIComponent_PlayEventMontage) == 0x000008, "Wrong size on RotPOIComponent_PlayEventMontage"); \ +static_assert(offsetof(RotPOIComponent_PlayEventMontage, EventName) == 0x000000, "Member 'RotPOIComponent_PlayEventMontage::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotPOIComponent \ +static_assert(alignof(URotPOIComponent) == 0x000010, "Wrong alignment on URotPOIComponent"); \ +static_assert(sizeof(URotPOIComponent) == 0x0002E0, "Wrong size on URotPOIComponent"); \ +static_assert(offsetof(URotPOIComponent, POIConfigType) == 0x000240, "Member 'URotPOIComponent::POIConfigType' has a wrong offset!"); \ +static_assert(offsetof(URotPOIComponent, OverrideMontageToPlay) == 0x000248, "Member 'URotPOIComponent::OverrideMontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(URotPOIComponent, MontageToPlay) == 0x000250, "Member 'URotPOIComponent::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(URotPOIComponent, EventMontages) == 0x000258, "Member 'URotPOIComponent::EventMontages' has a wrong offset!"); \ +static_assert(offsetof(URotPOIComponent, POIConfigTable) == 0x0002A8, "Member 'URotPOIComponent::POIConfigTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPoofToPOIComponent_PlayEventMontage \ +static_assert(alignof(RotPoofToPOIComponent_PlayEventMontage) == 0x000004, "Wrong alignment on RotPoofToPOIComponent_PlayEventMontage"); \ +static_assert(sizeof(RotPoofToPOIComponent_PlayEventMontage) == 0x000008, "Wrong size on RotPoofToPOIComponent_PlayEventMontage"); \ +static_assert(offsetof(RotPoofToPOIComponent_PlayEventMontage, EventName) == 0x000000, "Member 'RotPoofToPOIComponent_PlayEventMontage::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotPoofToPOIComponent_T_PlayEventMontage \ +static_assert(alignof(RotPoofToPOIComponent_T_PlayEventMontage) == 0x000008, "Wrong alignment on RotPoofToPOIComponent_T_PlayEventMontage"); \ +static_assert(sizeof(RotPoofToPOIComponent_T_PlayEventMontage) == 0x000008, "Wrong size on RotPoofToPOIComponent_T_PlayEventMontage"); \ +static_assert(offsetof(RotPoofToPOIComponent_T_PlayEventMontage, EventNameParams) == 0x000000, "Member 'RotPoofToPOIComponent_T_PlayEventMontage::EventNameParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotPoofToPOIComponent \ +static_assert(alignof(URotPoofToPOIComponent) == 0x000010, "Wrong alignment on URotPoofToPOIComponent"); \ +static_assert(sizeof(URotPoofToPOIComponent) == 0x000250, "Wrong size on URotPoofToPOIComponent"); \ +static_assert(offsetof(URotPoofToPOIComponent, ExitMethod) == 0x000228, "Member 'URotPoofToPOIComponent::ExitMethod' has a wrong offset!"); \ +static_assert(offsetof(URotPoofToPOIComponent, POIComponents) == 0x000230, "Member 'URotPoofToPOIComponent::POIComponents' has a wrong offset!"); \ +static_assert(offsetof(URotPoofToPOIComponent, HideExtraRot) == 0x000240, "Member 'URotPoofToPOIComponent::HideExtraRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotSpawnerComponent_SetRotOwner \ +static_assert(alignof(RotSpawnerComponent_SetRotOwner) == 0x000008, "Wrong alignment on RotSpawnerComponent_SetRotOwner"); \ +static_assert(sizeof(RotSpawnerComponent_SetRotOwner) == 0x000008, "Wrong size on RotSpawnerComponent_SetRotOwner"); \ +static_assert(offsetof(RotSpawnerComponent_SetRotOwner, InRotOwner) == 0x000000, "Member 'RotSpawnerComponent_SetRotOwner::InRotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotSpawnerComponent \ +static_assert(alignof(URotSpawnerComponent) == 0x000010, "Wrong alignment on URotSpawnerComponent"); \ +static_assert(sizeof(URotSpawnerComponent) == 0x000360, "Wrong size on URotSpawnerComponent"); \ +static_assert(offsetof(URotSpawnerComponent, RotClass) == 0x000340, "Member 'URotSpawnerComponent::RotClass' has a wrong offset!"); \ +static_assert(offsetof(URotSpawnerComponent, SpawnRotCount) == 0x000348, "Member 'URotSpawnerComponent::SpawnRotCount' has a wrong offset!"); \ +static_assert(offsetof(URotSpawnerComponent, SpawnRotRadius) == 0x00034C, "Member 'URotSpawnerComponent::SpawnRotRadius' has a wrong offset!"); \ +static_assert(offsetof(URotSpawnerComponent, RotOwner) == 0x000350, "Member 'URotSpawnerComponent::RotOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_RotBurst_HandleHit \ +static_assert(alignof(BTTask_RotBurst_HandleHit) == 0x000008, "Wrong alignment on BTTask_RotBurst_HandleHit"); \ +static_assert(sizeof(BTTask_RotBurst_HandleHit) == 0x0000B0, "Wrong size on BTTask_RotBurst_HandleHit"); \ +static_assert(offsetof(BTTask_RotBurst_HandleHit, HitComponent) == 0x000000, "Member 'BTTask_RotBurst_HandleHit::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotBurst_HandleHit, OtherActor) == 0x000008, "Member 'BTTask_RotBurst_HandleHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotBurst_HandleHit, OtherComp) == 0x000010, "Member 'BTTask_RotBurst_HandleHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotBurst_HandleHit, NormalImpulse) == 0x000018, "Member 'BTTask_RotBurst_HandleHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotBurst_HandleHit, Hit) == 0x000024, "Member 'BTTask_RotBurst_HandleHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_RotBurst_Landed \ +static_assert(alignof(BTTask_RotBurst_Landed) == 0x000004, "Wrong alignment on BTTask_RotBurst_Landed"); \ +static_assert(sizeof(BTTask_RotBurst_Landed) == 0x000088, "Wrong size on BTTask_RotBurst_Landed"); \ +static_assert(offsetof(BTTask_RotBurst_Landed, Hit) == 0x000000, "Member 'BTTask_RotBurst_Landed::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RotBurst \ +static_assert(alignof(UBTTask_RotBurst) == 0x000008, "Wrong alignment on UBTTask_RotBurst"); \ +static_assert(sizeof(UBTTask_RotBurst) == 0x000080, "Wrong size on UBTTask_RotBurst"); \ +static_assert(offsetof(UBTTask_RotBurst, BTComp) == 0x000070, "Member 'UBTTask_RotBurst::BTComp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotBurst, Rot) == 0x000078, "Member 'UBTTask_RotBurst::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_RotRoll_HandleComponentSleep \ +static_assert(alignof(BTTask_RotRoll_HandleComponentSleep) == 0x000008, "Wrong alignment on BTTask_RotRoll_HandleComponentSleep"); \ +static_assert(sizeof(BTTask_RotRoll_HandleComponentSleep) == 0x000010, "Wrong size on BTTask_RotRoll_HandleComponentSleep"); \ +static_assert(offsetof(BTTask_RotRoll_HandleComponentSleep, SleepingComponent) == 0x000000, "Member 'BTTask_RotRoll_HandleComponentSleep::SleepingComponent' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotRoll_HandleComponentSleep, BoneName) == 0x000008, "Member 'BTTask_RotRoll_HandleComponentSleep::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RotRoll \ +static_assert(alignof(UBTTask_RotRoll) == 0x000008, "Wrong alignment on UBTTask_RotRoll"); \ +static_assert(sizeof(UBTTask_RotRoll) == 0x000080, "Wrong size on UBTTask_RotRoll"); \ +static_assert(offsetof(UBTTask_RotRoll, BTComp) == 0x000070, "Member 'UBTTask_RotRoll::BTComp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotRoll, Rot) == 0x000078, "Member 'UBTTask_RotRoll::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTearSpawner_HandleRotTearConsumed \ +static_assert(alignof(RotTearSpawner_HandleRotTearConsumed) == 0x000008, "Wrong alignment on RotTearSpawner_HandleRotTearConsumed"); \ +static_assert(sizeof(RotTearSpawner_HandleRotTearConsumed) == 0x000008, "Wrong size on RotTearSpawner_HandleRotTearConsumed"); \ +static_assert(offsetof(RotTearSpawner_HandleRotTearConsumed, RotTear_0) == 0x000000, "Member 'RotTearSpawner_HandleRotTearConsumed::RotTear_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTearSpawner_HandleRotTearSpawned \ +static_assert(alignof(RotTearSpawner_HandleRotTearSpawned) == 0x000008, "Wrong alignment on RotTearSpawner_HandleRotTearSpawned"); \ +static_assert(sizeof(RotTearSpawner_HandleRotTearSpawned) == 0x000010, "Wrong size on RotTearSpawner_HandleRotTearSpawned"); \ +static_assert(offsetof(RotTearSpawner_HandleRotTearSpawned, RotTear_0) == 0x000000, "Member 'RotTearSpawner_HandleRotTearSpawned::RotTear_0' has a wrong offset!"); \ +static_assert(offsetof(RotTearSpawner_HandleRotTearSpawned, SpawnedFromEnabling) == 0x000008, "Member 'RotTearSpawner_HandleRotTearSpawned::SpawnedFromEnabling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTearSpawner_HandleSpawnerSpawned \ +static_assert(alignof(RotTearSpawner_HandleSpawnerSpawned) == 0x000008, "Wrong alignment on RotTearSpawner_HandleSpawnerSpawned"); \ +static_assert(sizeof(RotTearSpawner_HandleSpawnerSpawned) == 0x000018, "Wrong size on RotTearSpawner_HandleSpawnerSpawned"); \ +static_assert(offsetof(RotTearSpawner_HandleSpawnerSpawned, FromSpawner) == 0x000000, "Member 'RotTearSpawner_HandleSpawnerSpawned::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(RotTearSpawner_HandleSpawnerSpawned, Instances) == 0x000008, "Member 'RotTearSpawner_HandleSpawnerSpawned::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTearSpawner_HandleTearConsumed \ +static_assert(alignof(RotTearSpawner_HandleTearConsumed) == 0x000008, "Wrong alignment on RotTearSpawner_HandleTearConsumed"); \ +static_assert(sizeof(RotTearSpawner_HandleTearConsumed) == 0x000008, "Wrong size on RotTearSpawner_HandleTearConsumed"); \ +static_assert(offsetof(RotTearSpawner_HandleTearConsumed, Tear) == 0x000000, "Member 'RotTearSpawner_HandleTearConsumed::Tear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RotTearSpawner_T_EnableSpawner \ +static_assert(alignof(RotTearSpawner_T_EnableSpawner) == 0x000008, "Wrong alignment on RotTearSpawner_T_EnableSpawner"); \ +static_assert(sizeof(RotTearSpawner_T_EnableSpawner) == 0x000008, "Wrong size on RotTearSpawner_T_EnableSpawner"); \ +static_assert(offsetof(RotTearSpawner_T_EnableSpawner, Params_0) == 0x000000, "Member 'RotTearSpawner_T_EnableSpawner::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARotTearSpawner \ +static_assert(alignof(ARotTearSpawner) == 0x000008, "Wrong alignment on ARotTearSpawner"); \ +static_assert(sizeof(ARotTearSpawner) == 0x000260, "Wrong size on ARotTearSpawner"); \ +static_assert(offsetof(ARotTearSpawner, IsEnabled) == 0x000228, "Member 'ARotTearSpawner::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ARotTearSpawner, Mesh) == 0x000230, "Member 'ARotTearSpawner::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ARotTearSpawner, Spawner) == 0x000238, "Member 'ARotTearSpawner::Spawner' has a wrong offset!"); \ +static_assert(offsetof(ARotTearSpawner, SaveGame) == 0x000240, "Member 'ARotTearSpawner::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ARotTearSpawner, RotTear) == 0x000248, "Member 'ARotTearSpawner::RotTear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotTeleportToOwnerComponent \ +static_assert(alignof(URotTeleportToOwnerComponent) == 0x000010, "Wrong alignment on URotTeleportToOwnerComponent"); \ +static_assert(sizeof(URotTeleportToOwnerComponent) == 0x000230, "Wrong size on URotTeleportToOwnerComponent"); \ +static_assert(offsetof(URotTeleportToOwnerComponent, IsTeleportEnabled) == 0x000228, "Member 'URotTeleportToOwnerComponent::IsTeleportEnabled' has a wrong offset!"); \ +static_assert(offsetof(URotTeleportToOwnerComponent, RadiusSpread) == 0x00022C, "Member 'URotTeleportToOwnerComponent::RadiusSpread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTPCVolume_WatchedValueChanged \ +static_assert(alignof(RTPCVolume_WatchedValueChanged) == 0x000004, "Wrong alignment on RTPCVolume_WatchedValueChanged"); \ +static_assert(sizeof(RTPCVolume_WatchedValueChanged) == 0x000010, "Wrong size on RTPCVolume_WatchedValueChanged"); \ +static_assert(offsetof(RTPCVolume_WatchedValueChanged, ChangeContext) == 0x000000, "Member 'RTPCVolume_WatchedValueChanged::ChangeContext' has a wrong offset!"); \ +static_assert(offsetof(RTPCVolume_WatchedValueChanged, KeyName) == 0x000004, "Member 'RTPCVolume_WatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(RTPCVolume_WatchedValueChanged, Value) == 0x00000C, "Member 'RTPCVolume_WatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTPCVolume \ +static_assert(alignof(ARTPCVolume) == 0x000008, "Wrong alignment on ARTPCVolume"); \ +static_assert(sizeof(ARTPCVolume) == 0x000280, "Wrong size on ARTPCVolume"); \ +static_assert(offsetof(ARTPCVolume, RTPCName) == 0x000228, "Member 'ARTPCVolume::RTPCName' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, FadeOnEnabledStateChangedDuration) == 0x000230, "Member 'ARTPCVolume::FadeOnEnabledStateChangedDuration' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, FadeRandomizeDuration) == 0x000234, "Member 'ARTPCVolume::FadeRandomizeDuration' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, UsesPDS) == 0x000238, "Member 'ARTPCVolume::UsesPDS' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, PDSEnableCondition) == 0x00023C, "Member 'ARTPCVolume::PDSEnableCondition' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, PDSDisableCondition) == 0x00024C, "Member 'ARTPCVolume::PDSDisableCondition' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, PDSWatch) == 0x000260, "Member 'ARTPCVolume::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, LerpBox) == 0x000268, "Member 'ARTPCVolume::LerpBox' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, FadeStartTime) == 0x000270, "Member 'ARTPCVolume::FadeStartTime' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, FadeDuration) == 0x000274, "Member 'ARTPCVolume::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, RTPCControlState) == 0x000278, "Member 'ARTPCVolume::RTPCControlState' has a wrong offset!"); \ +static_assert(offsetof(ARTPCVolume, IsInManager) == 0x000279, "Member 'ARTPCVolume::IsInManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_DeleteSaveSlot \ +static_assert(alignof(SaveDataManager_DeleteSaveSlot) == 0x000008, "Wrong alignment on SaveDataManager_DeleteSaveSlot"); \ +static_assert(sizeof(SaveDataManager_DeleteSaveSlot) == 0x000018, "Wrong size on SaveDataManager_DeleteSaveSlot"); \ +static_assert(offsetof(SaveDataManager_DeleteSaveSlot, SlotName) == 0x000000, "Member 'SaveDataManager_DeleteSaveSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_DeleteSaveSlot, ReturnValue) == 0x000010, "Member 'SaveDataManager_DeleteSaveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_GetLeastRecentAutosaveSlot \ +static_assert(alignof(SaveDataManager_GetLeastRecentAutosaveSlot) == 0x000008, "Wrong alignment on SaveDataManager_GetLeastRecentAutosaveSlot"); \ +static_assert(sizeof(SaveDataManager_GetLeastRecentAutosaveSlot) == 0x000010, "Wrong size on SaveDataManager_GetLeastRecentAutosaveSlot"); \ +static_assert(offsetof(SaveDataManager_GetLeastRecentAutosaveSlot, ReturnValue) == 0x000000, "Member 'SaveDataManager_GetLeastRecentAutosaveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_GetMostRecentSaveSlot \ +static_assert(alignof(SaveDataManager_GetMostRecentSaveSlot) == 0x000008, "Wrong alignment on SaveDataManager_GetMostRecentSaveSlot"); \ +static_assert(sizeof(SaveDataManager_GetMostRecentSaveSlot) == 0x000010, "Wrong size on SaveDataManager_GetMostRecentSaveSlot"); \ +static_assert(offsetof(SaveDataManager_GetMostRecentSaveSlot, ReturnValue) == 0x000000, "Member 'SaveDataManager_GetMostRecentSaveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_GetSortedSaveSlots \ +static_assert(alignof(SaveDataManager_GetSortedSaveSlots) == 0x000008, "Wrong alignment on SaveDataManager_GetSortedSaveSlots"); \ +static_assert(sizeof(SaveDataManager_GetSortedSaveSlots) == 0x000018, "Wrong size on SaveDataManager_GetSortedSaveSlots"); \ +static_assert(offsetof(SaveDataManager_GetSortedSaveSlots, IncludeAutosaves) == 0x000000, "Member 'SaveDataManager_GetSortedSaveSlots::IncludeAutosaves' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_GetSortedSaveSlots, IncludeEmptySlots) == 0x000001, "Member 'SaveDataManager_GetSortedSaveSlots::IncludeEmptySlots' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_GetSortedSaveSlots, ReturnValue) == 0x000008, "Member 'SaveDataManager_GetSortedSaveSlots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_HasAnyAutosave \ +static_assert(alignof(SaveDataManager_HasAnyAutosave) == 0x000001, "Wrong alignment on SaveDataManager_HasAnyAutosave"); \ +static_assert(sizeof(SaveDataManager_HasAnyAutosave) == 0x000001, "Wrong size on SaveDataManager_HasAnyAutosave"); \ +static_assert(offsetof(SaveDataManager_HasAnyAutosave, ReturnValue) == 0x000000, "Member 'SaveDataManager_HasAnyAutosave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_HasNewGamePlusUpgradeableSave \ +static_assert(alignof(SaveDataManager_HasNewGamePlusUpgradeableSave) == 0x000001, "Wrong alignment on SaveDataManager_HasNewGamePlusUpgradeableSave"); \ +static_assert(sizeof(SaveDataManager_HasNewGamePlusUpgradeableSave) == 0x000001, "Wrong size on SaveDataManager_HasNewGamePlusUpgradeableSave"); \ +static_assert(offsetof(SaveDataManager_HasNewGamePlusUpgradeableSave, ReturnValue) == 0x000000, "Member 'SaveDataManager_HasNewGamePlusUpgradeableSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_Init \ +static_assert(alignof(SaveDataManager_Init) == 0x000008, "Wrong alignment on SaveDataManager_Init"); \ +static_assert(sizeof(SaveDataManager_Init) == 0x000008, "Wrong size on SaveDataManager_Init"); \ +static_assert(offsetof(SaveDataManager_Init, InSaveGameVariablesClass) == 0x000000, "Member 'SaveDataManager_Init::InSaveGameVariablesClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_IsSaveSlotNewGamePlusUpgradeable \ +static_assert(alignof(SaveDataManager_IsSaveSlotNewGamePlusUpgradeable) == 0x000008, "Wrong alignment on SaveDataManager_IsSaveSlotNewGamePlusUpgradeable"); \ +static_assert(sizeof(SaveDataManager_IsSaveSlotNewGamePlusUpgradeable) == 0x000018, "Wrong size on SaveDataManager_IsSaveSlotNewGamePlusUpgradeable"); \ +static_assert(offsetof(SaveDataManager_IsSaveSlotNewGamePlusUpgradeable, SlotName) == 0x000000, "Member 'SaveDataManager_IsSaveSlotNewGamePlusUpgradeable::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_IsSaveSlotNewGamePlusUpgradeable, ReturnValue) == 0x000010, "Member 'SaveDataManager_IsSaveSlotNewGamePlusUpgradeable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_LoadFromSlot \ +static_assert(alignof(SaveDataManager_LoadFromSlot) == 0x000008, "Wrong alignment on SaveDataManager_LoadFromSlot"); \ +static_assert(sizeof(SaveDataManager_LoadFromSlot) == 0x000020, "Wrong size on SaveDataManager_LoadFromSlot"); \ +static_assert(offsetof(SaveDataManager_LoadFromSlot, WorldContextObject) == 0x000000, "Member 'SaveDataManager_LoadFromSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_LoadFromSlot, SlotName) == 0x000008, "Member 'SaveDataManager_LoadFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_LoadFromSlot, ReturnValue) == 0x000018, "Member 'SaveDataManager_LoadFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_LoadFromSlotAndResetLevel \ +static_assert(alignof(SaveDataManager_LoadFromSlotAndResetLevel) == 0x000008, "Wrong alignment on SaveDataManager_LoadFromSlotAndResetLevel"); \ +static_assert(sizeof(SaveDataManager_LoadFromSlotAndResetLevel) == 0x000010, "Wrong size on SaveDataManager_LoadFromSlotAndResetLevel"); \ +static_assert(offsetof(SaveDataManager_LoadFromSlotAndResetLevel, SlotName) == 0x000000, "Member 'SaveDataManager_LoadFromSlotAndResetLevel::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_ReadCachedSaveSlotMetadata \ +static_assert(alignof(SaveDataManager_ReadCachedSaveSlotMetadata) == 0x000008, "Wrong alignment on SaveDataManager_ReadCachedSaveSlotMetadata"); \ +static_assert(sizeof(SaveDataManager_ReadCachedSaveSlotMetadata) == 0x000030, "Wrong size on SaveDataManager_ReadCachedSaveSlotMetadata"); \ +static_assert(offsetof(SaveDataManager_ReadCachedSaveSlotMetadata, SlotName) == 0x000000, "Member 'SaveDataManager_ReadCachedSaveSlotMetadata::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_ReadCachedSaveSlotMetadata, OutMetadata) == 0x000010, "Member 'SaveDataManager_ReadCachedSaveSlotMetadata::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_ReadCachedSaveSlotMetadata, ReturnValue) == 0x000028, "Member 'SaveDataManager_ReadCachedSaveSlotMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_SaveToSlot \ +static_assert(alignof(SaveDataManager_SaveToSlot) == 0x000008, "Wrong alignment on SaveDataManager_SaveToSlot"); \ +static_assert(sizeof(SaveDataManager_SaveToSlot) == 0x000020, "Wrong size on SaveDataManager_SaveToSlot"); \ +static_assert(offsetof(SaveDataManager_SaveToSlot, Requester) == 0x000000, "Member 'SaveDataManager_SaveToSlot::Requester' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_SaveToSlot, SlotName) == 0x000008, "Member 'SaveDataManager_SaveToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_SaveToSlot, SaveContents) == 0x000018, "Member 'SaveDataManager_SaveToSlot::SaveContents' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_SaveToSlot, ReturnValue) == 0x000019, "Member 'SaveDataManager_SaveToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_AreAsyncSavesInProgress \ +static_assert(alignof(SaveDataManager_AreAsyncSavesInProgress) == 0x000001, "Wrong alignment on SaveDataManager_AreAsyncSavesInProgress"); \ +static_assert(sizeof(SaveDataManager_AreAsyncSavesInProgress) == 0x000001, "Wrong size on SaveDataManager_AreAsyncSavesInProgress"); \ +static_assert(offsetof(SaveDataManager_AreAsyncSavesInProgress, ReturnValue) == 0x000000, "Member 'SaveDataManager_AreAsyncSavesInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_DoesSaveSlotExist \ +static_assert(alignof(SaveDataManager_DoesSaveSlotExist) == 0x000008, "Wrong alignment on SaveDataManager_DoesSaveSlotExist"); \ +static_assert(sizeof(SaveDataManager_DoesSaveSlotExist) == 0x000018, "Wrong size on SaveDataManager_DoesSaveSlotExist"); \ +static_assert(offsetof(SaveDataManager_DoesSaveSlotExist, SlotName) == 0x000000, "Member 'SaveDataManager_DoesSaveSlotExist::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_DoesSaveSlotExist, ReturnValue) == 0x000010, "Member 'SaveDataManager_DoesSaveSlotExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_GetLastLoadedSaveSlot \ +static_assert(alignof(SaveDataManager_GetLastLoadedSaveSlot) == 0x000008, "Wrong alignment on SaveDataManager_GetLastLoadedSaveSlot"); \ +static_assert(sizeof(SaveDataManager_GetLastLoadedSaveSlot) == 0x000010, "Wrong size on SaveDataManager_GetLastLoadedSaveSlot"); \ +static_assert(offsetof(SaveDataManager_GetLastLoadedSaveSlot, ReturnValue) == 0x000000, "Member 'SaveDataManager_GetLastLoadedSaveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_GetSaveGameVariables \ +static_assert(alignof(SaveDataManager_GetSaveGameVariables) == 0x000008, "Wrong alignment on SaveDataManager_GetSaveGameVariables"); \ +static_assert(sizeof(SaveDataManager_GetSaveGameVariables) == 0x000008, "Wrong size on SaveDataManager_GetSaveGameVariables"); \ +static_assert(offsetof(SaveDataManager_GetSaveGameVariables, ReturnValue) == 0x000000, "Member 'SaveDataManager_GetSaveGameVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveDataManager_IsAutosaveSlot \ +static_assert(alignof(SaveDataManager_IsAutosaveSlot) == 0x000008, "Wrong alignment on SaveDataManager_IsAutosaveSlot"); \ +static_assert(sizeof(SaveDataManager_IsAutosaveSlot) == 0x000018, "Wrong size on SaveDataManager_IsAutosaveSlot"); \ +static_assert(offsetof(SaveDataManager_IsAutosaveSlot, SlotName) == 0x000000, "Member 'SaveDataManager_IsAutosaveSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SaveDataManager_IsAutosaveSlot, ReturnValue) == 0x000010, "Member 'SaveDataManager_IsAutosaveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveDataManager \ +static_assert(alignof(USaveDataManager) == 0x000010, "Wrong alignment on USaveDataManager"); \ +static_assert(sizeof(USaveDataManager) == 0x0007C0, "Wrong size on USaveDataManager"); \ +static_assert(offsetof(USaveDataManager, OnAsyncSaveDynStarted) == 0x000090, "Member 'USaveDataManager::OnAsyncSaveDynStarted' has a wrong offset!"); \ +static_assert(offsetof(USaveDataManager, OnAsyncSaveDynFinished) == 0x0000A0, "Member 'USaveDataManager::OnAsyncSaveDynFinished' has a wrong offset!"); \ +static_assert(offsetof(USaveDataManager, LastLoadFailed) == 0x0000D8, "Member 'USaveDataManager::LastLoadFailed' has a wrong offset!"); \ +static_assert(offsetof(USaveDataManager, SaveGameVariablesClass) == 0x0000E0, "Member 'USaveDataManager::SaveGameVariablesClass' has a wrong offset!"); \ +static_assert(offsetof(USaveDataManager, SaveGameVariables) == 0x0000E8, "Member 'USaveDataManager::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameComponent_SaveActorsAndAutoSave \ +static_assert(alignof(SaveGameComponent_SaveActorsAndAutoSave) == 0x000008, "Wrong alignment on SaveGameComponent_SaveActorsAndAutoSave"); \ +static_assert(sizeof(SaveGameComponent_SaveActorsAndAutoSave) == 0x000010, "Wrong size on SaveGameComponent_SaveActorsAndAutoSave"); \ +static_assert(offsetof(SaveGameComponent_SaveActorsAndAutoSave, Actors) == 0x000000, "Member 'SaveGameComponent_SaveActorsAndAutoSave::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameComponent_SetSaveTypeAtConstruction \ +static_assert(alignof(SaveGameComponent_SetSaveTypeAtConstruction) == 0x000001, "Wrong alignment on SaveGameComponent_SetSaveTypeAtConstruction"); \ +static_assert(sizeof(SaveGameComponent_SetSaveTypeAtConstruction) == 0x000001, "Wrong size on SaveGameComponent_SetSaveTypeAtConstruction"); \ +static_assert(offsetof(SaveGameComponent_SetSaveTypeAtConstruction, InSaveType) == 0x000000, "Member 'SaveGameComponent_SetSaveTypeAtConstruction::InSaveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGameComponent \ +static_assert(alignof(USaveGameComponent) == 0x000008, "Wrong alignment on USaveGameComponent"); \ +static_assert(sizeof(USaveGameComponent) == 0x000118, "Wrong size on USaveGameComponent"); \ +static_assert(offsetof(USaveGameComponent, SaveType) == 0x0000B0, "Member 'USaveGameComponent::SaveType' has a wrong offset!"); \ +static_assert(offsetof(USaveGameComponent, IgnoreRequiresSaveGroupError) == 0x0000B1, "Member 'USaveGameComponent::IgnoreRequiresSaveGroupError' has a wrong offset!"); \ +static_assert(offsetof(USaveGameComponent, OnInitialStateCached) == 0x0000B8, "Member 'USaveGameComponent::OnInitialStateCached' has a wrong offset!"); \ +static_assert(offsetof(USaveGameComponent, OnPrePropertiesSaved) == 0x0000C8, "Member 'USaveGameComponent::OnPrePropertiesSaved' has a wrong offset!"); \ +static_assert(offsetof(USaveGameComponent, OnPostPropertiesLoaded) == 0x0000D8, "Member 'USaveGameComponent::OnPostPropertiesLoaded' has a wrong offset!"); \ +static_assert(offsetof(USaveGameComponent, OnPreSaveGame) == 0x0000E8, "Member 'USaveGameComponent::OnPreSaveGame' has a wrong offset!"); \ +static_assert(offsetof(USaveGameComponent, OnPostLoadGame) == 0x0000F8, "Member 'USaveGameComponent::OnPostLoadGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGameVariables \ +static_assert(alignof(USaveGameVariables) == 0x000010, "Wrong alignment on USaveGameVariables"); \ +static_assert(sizeof(USaveGameVariables) == 0x000320, "Wrong size on USaveGameVariables"); \ +static_assert(offsetof(USaveGameVariables, DifficultySetting) == 0x000028, "Member 'USaveGameVariables::DifficultySetting' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, IsNewGamePlus) == 0x000029, "Member 'USaveGameVariables::IsNewGamePlus' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, RotBond) == 0x00002C, "Member 'USaveGameVariables::RotBond' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, RotCount) == 0x000030, "Member 'USaveGameVariables::RotCount' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, NewGamePlusRotCount) == 0x000034, "Member 'USaveGameVariables::NewGamePlusRotCount' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, StolenRotPips) == 0x000038, "Member 'USaveGameVariables::StolenRotPips' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, Inventory) == 0x000040, "Member 'USaveGameVariables::Inventory' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, CheckpointURL) == 0x000090, "Member 'USaveGameVariables::CheckpointURL' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, CheckpointMetadataRow) == 0x0000A0, "Member 'USaveGameVariables::CheckpointMetadataRow' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, CheckpointTransform) == 0x0000B0, "Member 'USaveGameVariables::CheckpointTransform' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, CheckpointControlRotation) == 0x0000E0, "Member 'USaveGameVariables::CheckpointControlRotation' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, IsDeluxeStaffEquiped) == 0x0000EC, "Member 'USaveGameVariables::IsDeluxeStaffEquiped' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, InSpiritRealm) == 0x0000ED, "Member 'USaveGameVariables::InSpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, UnlockedCosmetics) == 0x0000F0, "Member 'USaveGameVariables::UnlockedCosmetics' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, EquippedCosmeticCount) == 0x000140, "Member 'USaveGameVariables::EquippedCosmeticCount' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, NewGamePlusEquippedCosmeticCount) == 0x000190, "Member 'USaveGameVariables::NewGamePlusEquippedCosmeticCount' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, EquippedCostumeRowName) == 0x0001E0, "Member 'USaveGameVariables::EquippedCostumeRowName' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, EquippedStaffRowName) == 0x0001E8, "Member 'USaveGameVariables::EquippedStaffRowName' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, EquippedCharmRowName) == 0x0001F0, "Member 'USaveGameVariables::EquippedCharmRowName' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, PurchasedCostumes) == 0x0001F8, "Member 'USaveGameVariables::PurchasedCostumes' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, PurchasedStaffs) == 0x000208, "Member 'USaveGameVariables::PurchasedStaffs' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, PurchasedCharms) == 0x000218, "Member 'USaveGameVariables::PurchasedCharms' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, VisitedRotHatCartURLs) == 0x000228, "Member 'USaveGameVariables::VisitedRotHatCartURLs' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, RegionProgressData) == 0x000278, "Member 'USaveGameVariables::RegionProgressData' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, PermanentManuallyStartedActivities) == 0x0002C8, "Member 'USaveGameVariables::PermanentManuallyStartedActivities' has a wrong offset!"); \ +static_assert(offsetof(USaveGameVariables, StartingTime) == 0x000318, "Member 'USaveGameVariables::StartingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGroupTriggerParams \ +static_assert(alignof(USaveGroupTriggerParams) == 0x000008, "Wrong alignment on USaveGroupTriggerParams"); \ +static_assert(sizeof(USaveGroupTriggerParams) == 0x000030, "Wrong size on USaveGroupTriggerParams"); \ + +#define DUMPER7_ASSERTS_USaveGroupComponent \ +static_assert(alignof(USaveGroupComponent) == 0x000008, "Wrong alignment on USaveGroupComponent"); \ +static_assert(sizeof(USaveGroupComponent) == 0x0000B0, "Wrong size on USaveGroupComponent"); \ + +#define DUMPER7_ASSERTS_UScootAnimState \ +static_assert(alignof(UScootAnimState) == 0x000008, "Wrong alignment on UScootAnimState"); \ +static_assert(sizeof(UScootAnimState) == 0x000070, "Wrong size on UScootAnimState"); \ +static_assert(offsetof(UScootAnimState, IdealDistanceFromTarget) == 0x000058, "Member 'UScootAnimState::IdealDistanceFromTarget' has a wrong offset!"); \ +static_assert(offsetof(UScootAnimState, MaxScootLimit) == 0x00005C, "Member 'UScootAnimState::MaxScootLimit' has a wrong offset!"); \ +static_assert(offsetof(UScootAnimState, MinScootScalar) == 0x000060, "Member 'UScootAnimState::MinScootScalar' has a wrong offset!"); \ +static_assert(offsetof(UScootAnimState, MaxTravelDistance) == 0x000064, "Member 'UScootAnimState::MaxTravelDistance' has a wrong offset!"); \ +static_assert(offsetof(UScootAnimState, ActivationCosine) == 0x000068, "Member 'UScootAnimState::ActivationCosine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScootManagerComponent \ +static_assert(alignof(UScootManagerComponent) == 0x000010, "Wrong alignment on UScootManagerComponent"); \ +static_assert(sizeof(UScootManagerComponent) == 0x000120, "Wrong size on UScootManagerComponent"); \ +static_assert(offsetof(UScootManagerComponent, ScootMarker) == 0x0000B0, "Member 'UScootManagerComponent::ScootMarker' has a wrong offset!"); \ +static_assert(offsetof(UScootManagerComponent, ScootTarget) == 0x0000B8, "Member 'UScootManagerComponent::ScootTarget' has a wrong offset!"); \ +static_assert(offsetof(UScootManagerComponent, IsFrozen) == 0x000100, "Member 'UScootManagerComponent::IsFrozen' has a wrong offset!"); \ +static_assert(offsetof(UScootManagerComponent, Character) == 0x000108, "Member 'UScootManagerComponent::Character' has a wrong offset!"); \ +static_assert(offsetof(UScootManagerComponent, Controller) == 0x000110, "Member 'UScootManagerComponent::Controller' has a wrong offset!"); \ +static_assert(offsetof(UScootManagerComponent, LockOnMan) == 0x000118, "Member 'UScootManagerComponent::LockOnMan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollCredits \ +static_assert(alignof(UScrollCredits) == 0x000008, "Wrong alignment on UScrollCredits"); \ +static_assert(sizeof(UScrollCredits) == 0x0004A0, "Wrong size on UScrollCredits"); \ +static_assert(offsetof(UScrollCredits, SectionSpacing) == 0x000260, "Member 'UScrollCredits::SectionSpacing' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionTitleFont) == 0x000268, "Member 'UScrollCredits::SectionTitleFont' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionTitleColor) == 0x0002C0, "Member 'UScrollCredits::SectionTitleColor' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionTitleSpacing) == 0x0002D0, "Member 'UScrollCredits::SectionTitleSpacing' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionNameFont) == 0x0002D8, "Member 'UScrollCredits::SectionNameFont' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionNameColor) == 0x000330, "Member 'UScrollCredits::SectionNameColor' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionNameColumnSpacing) == 0x000340, "Member 'UScrollCredits::SectionNameColumnSpacing' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, SectionNameColumnMinWidth) == 0x000344, "Member 'UScrollCredits::SectionNameColumnMinWidth' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, ParagraphFont) == 0x000348, "Member 'UScrollCredits::ParagraphFont' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, ParagraphColor) == 0x0003A0, "Member 'UScrollCredits::ParagraphColor' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, EntryTitleFont) == 0x0003B0, "Member 'UScrollCredits::EntryTitleFont' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, EntryTitleColor) == 0x000408, "Member 'UScrollCredits::EntryTitleColor' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, EntryNameFont) == 0x000418, "Member 'UScrollCredits::EntryNameFont' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, EntryColumnSpacing) == 0x000470, "Member 'UScrollCredits::EntryColumnSpacing' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, EntryRowSpacing) == 0x000474, "Member 'UScrollCredits::EntryRowSpacing' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, StringTableId) == 0x000478, "Member 'UScrollCredits::StringTableId' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, ParentBox) == 0x000480, "Member 'UScrollCredits::ParentBox' has a wrong offset!"); \ +static_assert(offsetof(UScrollCredits, CurrentGrid) == 0x000498, "Member 'UScrollCredits::CurrentGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetStaffSocketNotify \ +static_assert(alignof(USetStaffSocketNotify) == 0x000008, "Wrong alignment on USetStaffSocketNotify"); \ +static_assert(sizeof(USetStaffSocketNotify) == 0x000040, "Wrong size on USetStaffSocketNotify"); \ +static_assert(offsetof(USetStaffSocketNotify, NewSocketLocation) == 0x000038, "Member 'USetStaffSocketNotify::NewSocketLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SettingsScreenWidget_GoForward \ +static_assert(alignof(SettingsScreenWidget_GoForward) == 0x000008, "Wrong alignment on SettingsScreenWidget_GoForward"); \ +static_assert(sizeof(SettingsScreenWidget_GoForward) == 0x000010, "Wrong size on SettingsScreenWidget_GoForward"); \ +static_assert(offsetof(SettingsScreenWidget_GoForward, Section) == 0x000000, "Member 'SettingsScreenWidget_GoForward::Section' has a wrong offset!"); \ +static_assert(offsetof(SettingsScreenWidget_GoForward, ReturnToWidget) == 0x000008, "Member 'SettingsScreenWidget_GoForward::ReturnToWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SettingsScreenWidget_GetCurrentMenuSection \ +static_assert(alignof(SettingsScreenWidget_GetCurrentMenuSection) == 0x000001, "Wrong alignment on SettingsScreenWidget_GetCurrentMenuSection"); \ +static_assert(sizeof(SettingsScreenWidget_GetCurrentMenuSection) == 0x000001, "Wrong size on SettingsScreenWidget_GetCurrentMenuSection"); \ +static_assert(offsetof(SettingsScreenWidget_GetCurrentMenuSection, ReturnValue) == 0x000000, "Member 'SettingsScreenWidget_GetCurrentMenuSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USettingsScreenWidget \ +static_assert(alignof(USettingsScreenWidget) == 0x000008, "Wrong alignment on USettingsScreenWidget"); \ +static_assert(sizeof(USettingsScreenWidget) == 0x0002E8, "Wrong size on USettingsScreenWidget"); \ +static_assert(offsetof(USettingsScreenWidget, Title) == 0x000260, "Member 'USettingsScreenWidget::Title' has a wrong offset!"); \ +static_assert(offsetof(USettingsScreenWidget, OptionsTooltip) == 0x000268, "Member 'USettingsScreenWidget::OptionsTooltip' has a wrong offset!"); \ +static_assert(offsetof(USettingsScreenWidget, Switcher) == 0x000270, "Member 'USettingsScreenWidget::Switcher' has a wrong offset!"); \ +static_assert(offsetof(USettingsScreenWidget, SectionTitles) == 0x000278, "Member 'USettingsScreenWidget::SectionTitles' has a wrong offset!"); \ +static_assert(offsetof(USettingsScreenWidget, OnSubMenuChanged) == 0x0002C8, "Member 'USettingsScreenWidget::OnSubMenuChanged' has a wrong offset!"); \ +static_assert(offsetof(USettingsScreenWidget, MenuStack) == 0x0002D8, "Member 'USettingsScreenWidget::MenuStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SettingsSubMenu_CanRestoreDefaults \ +static_assert(alignof(SettingsSubMenu_CanRestoreDefaults) == 0x000001, "Wrong alignment on SettingsSubMenu_CanRestoreDefaults"); \ +static_assert(sizeof(SettingsSubMenu_CanRestoreDefaults) == 0x000001, "Wrong size on SettingsSubMenu_CanRestoreDefaults"); \ +static_assert(offsetof(SettingsSubMenu_CanRestoreDefaults, ReturnValue) == 0x000000, "Member 'SettingsSubMenu_CanRestoreDefaults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SettingsSubMenu_HasAnyGameSaveChanges \ +static_assert(alignof(SettingsSubMenu_HasAnyGameSaveChanges) == 0x000001, "Wrong alignment on SettingsSubMenu_HasAnyGameSaveChanges"); \ +static_assert(sizeof(SettingsSubMenu_HasAnyGameSaveChanges) == 0x000001, "Wrong size on SettingsSubMenu_HasAnyGameSaveChanges"); \ +static_assert(offsetof(SettingsSubMenu_HasAnyGameSaveChanges, ReturnValue) == 0x000000, "Member 'SettingsSubMenu_HasAnyGameSaveChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USettingsSubMenu \ +static_assert(alignof(USettingsSubMenu) == 0x000008, "Wrong alignment on USettingsSubMenu"); \ +static_assert(sizeof(USettingsSubMenu) == 0x000300, "Wrong size on USettingsSubMenu"); \ +static_assert(offsetof(USettingsSubMenu, ConfirmRequestOnLeaveText) == 0x0002D0, "Member 'USettingsSubMenu::ConfirmRequestOnLeaveText' has a wrong offset!"); \ +static_assert(offsetof(USettingsSubMenu, ConfirmRestoreDefaultsText) == 0x0002E8, "Member 'USettingsSubMenu::ConfirmRestoreDefaultsText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_GetCurrentMessage \ +static_assert(alignof(ShadowBox_GetCurrentMessage) == 0x000008, "Wrong alignment on ShadowBox_GetCurrentMessage"); \ +static_assert(sizeof(ShadowBox_GetCurrentMessage) == 0x000018, "Wrong size on ShadowBox_GetCurrentMessage"); \ +static_assert(offsetof(ShadowBox_GetCurrentMessage, ReturnValue) == 0x000000, "Member 'ShadowBox_GetCurrentMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_PassInputActionToController \ +static_assert(alignof(ShadowBox_PassInputActionToController) == 0x000004, "Wrong alignment on ShadowBox_PassInputActionToController"); \ +static_assert(sizeof(ShadowBox_PassInputActionToController) == 0x000008, "Wrong size on ShadowBox_PassInputActionToController"); \ +static_assert(offsetof(ShadowBox_PassInputActionToController, ActionName) == 0x000000, "Member 'ShadowBox_PassInputActionToController::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_PlayShadowboxAnimation \ +static_assert(alignof(ShadowBox_PlayShadowboxAnimation) == 0x000001, "Wrong alignment on ShadowBox_PlayShadowboxAnimation"); \ +static_assert(sizeof(ShadowBox_PlayShadowboxAnimation) == 0x000001, "Wrong size on ShadowBox_PlayShadowboxAnimation"); \ +static_assert(offsetof(ShadowBox_PlayShadowboxAnimation, Show) == 0x000000, "Member 'ShadowBox_PlayShadowboxAnimation::Show' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_SetArgs \ +static_assert(alignof(ShadowBox_SetArgs) == 0x000008, "Wrong alignment on ShadowBox_SetArgs"); \ +static_assert(sizeof(ShadowBox_SetArgs) == 0x0000D0, "Wrong size on ShadowBox_SetArgs"); \ +static_assert(offsetof(ShadowBox_SetArgs, InArgs) == 0x000000, "Member 'ShadowBox_SetArgs::InArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_SetConfig \ +static_assert(alignof(ShadowBox_SetConfig) == 0x000008, "Wrong alignment on ShadowBox_SetConfig"); \ +static_assert(sizeof(ShadowBox_SetConfig) == 0x000008, "Wrong size on ShadowBox_SetConfig"); \ +static_assert(offsetof(ShadowBox_SetConfig, Config) == 0x000000, "Member 'ShadowBox_SetConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_SetCurrentSpeaker \ +static_assert(alignof(ShadowBox_SetCurrentSpeaker) == 0x000001, "Wrong alignment on ShadowBox_SetCurrentSpeaker"); \ +static_assert(sizeof(ShadowBox_SetCurrentSpeaker) == 0x000001, "Wrong size on ShadowBox_SetCurrentSpeaker"); \ +static_assert(offsetof(ShadowBox_SetCurrentSpeaker, ReturnValue) == 0x000000, "Member 'ShadowBox_SetCurrentSpeaker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_SetMessages \ +static_assert(alignof(ShadowBox_SetMessages) == 0x000008, "Wrong alignment on ShadowBox_SetMessages"); \ +static_assert(sizeof(ShadowBox_SetMessages) == 0x000020, "Wrong size on ShadowBox_SetMessages"); \ +static_assert(offsetof(ShadowBox_SetMessages, InMessages) == 0x000000, "Member 'ShadowBox_SetMessages::InMessages' has a wrong offset!"); \ +static_assert(offsetof(ShadowBox_SetMessages, OnTextEvent) == 0x000010, "Member 'ShadowBox_SetMessages::OnTextEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_GetCurrentIndex \ +static_assert(alignof(ShadowBox_GetCurrentIndex) == 0x000004, "Wrong alignment on ShadowBox_GetCurrentIndex"); \ +static_assert(sizeof(ShadowBox_GetCurrentIndex) == 0x000004, "Wrong size on ShadowBox_GetCurrentIndex"); \ +static_assert(offsetof(ShadowBox_GetCurrentIndex, ReturnValue) == 0x000000, "Member 'ShadowBox_GetCurrentIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_HasNextMessage \ +static_assert(alignof(ShadowBox_HasNextMessage) == 0x000001, "Wrong alignment on ShadowBox_HasNextMessage"); \ +static_assert(sizeof(ShadowBox_HasNextMessage) == 0x000001, "Wrong size on ShadowBox_HasNextMessage"); \ +static_assert(offsetof(ShadowBox_HasNextMessage, ReturnValue) == 0x000000, "Member 'ShadowBox_HasNextMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_IsAllowedToStep \ +static_assert(alignof(ShadowBox_IsAllowedToStep) == 0x000001, "Wrong alignment on ShadowBox_IsAllowedToStep"); \ +static_assert(sizeof(ShadowBox_IsAllowedToStep) == 0x000001, "Wrong size on ShadowBox_IsAllowedToStep"); \ +static_assert(offsetof(ShadowBox_IsAllowedToStep, ReturnValue) == 0x000000, "Member 'ShadowBox_IsAllowedToStep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShadowBox_IsProgressionIconVisible \ +static_assert(alignof(ShadowBox_IsProgressionIconVisible) == 0x000001, "Wrong alignment on ShadowBox_IsProgressionIconVisible"); \ +static_assert(sizeof(ShadowBox_IsProgressionIconVisible) == 0x000001, "Wrong size on ShadowBox_IsProgressionIconVisible"); \ +static_assert(offsetof(ShadowBox_IsProgressionIconVisible, ReturnValue) == 0x000000, "Member 'ShadowBox_IsProgressionIconVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowBox \ +static_assert(alignof(UShadowBox) == 0x000008, "Wrong alignment on UShadowBox"); \ +static_assert(sizeof(UShadowBox) == 0x000408, "Wrong size on UShadowBox"); \ +static_assert(offsetof(UShadowBox, MessageIndex) == 0x000260, "Member 'UShadowBox::MessageIndex' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, ActiveConfig) == 0x000268, "Member 'UShadowBox::ActiveConfig' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, InputActionName) == 0x000270, "Member 'UShadowBox::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, FadeInAnimation) == 0x000280, "Member 'UShadowBox::FadeInAnimation' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, FadeOutAnimation) == 0x000288, "Member 'UShadowBox::FadeOutAnimation' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, HideTitleCard) == 0x000290, "Member 'UShadowBox::HideTitleCard' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, ShowTitleCard) == 0x000298, "Member 'UShadowBox::ShowTitleCard' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, ShowHint) == 0x0002A0, "Member 'UShadowBox::ShowHint' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, HideHint) == 0x0002A8, "Member 'UShadowBox::HideHint' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, ShowNPCDialogue) == 0x0002B0, "Member 'UShadowBox::ShowNPCDialogue' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, HideNPCDialogue) == 0x0002B8, "Member 'UShadowBox::HideNPCDialogue' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, ShowLowBlocking) == 0x0002C0, "Member 'UShadowBox::ShowLowBlocking' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, HideLowBlocking) == 0x0002C8, "Member 'UShadowBox::HideLowBlocking' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, ShowLowTutorial) == 0x0002D0, "Member 'UShadowBox::ShowLowTutorial' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, HideLowTutorial) == 0x0002D8, "Member 'UShadowBox::HideLowTutorial' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, Blur) == 0x0002E0, "Member 'UShadowBox::Blur' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, Arguments) == 0x0002E8, "Member 'UShadowBox::Arguments' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, AutoStepHandle) == 0x0003B8, "Member 'UShadowBox::AutoStepHandle' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, RegisterInputDelayHandle) == 0x0003C0, "Member 'UShadowBox::RegisterInputDelayHandle' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, MessageAutoStepDurations) == 0x0003E0, "Member 'UShadowBox::MessageAutoStepDurations' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, Speakers) == 0x0003F0, "Member 'UShadowBox::Speakers' has a wrong offset!"); \ +static_assert(offsetof(UShadowBox, CurrentSpeaker) == 0x000400, "Member 'UShadowBox::CurrentSpeaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowBoxInventoryContainer \ +static_assert(alignof(UShadowBoxInventoryContainer) == 0x000008, "Wrong alignment on UShadowBoxInventoryContainer"); \ +static_assert(sizeof(UShadowBoxInventoryContainer) == 0x000138, "Wrong size on UShadowBoxInventoryContainer"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, TagToWatch) == 0x000028, "Member 'UShadowBoxInventoryContainer::TagToWatch' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, UsePDS) == 0x000030, "Member 'UShadowBoxInventoryContainer::UsePDS' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, PDSKeyToWatch) == 0x000034, "Member 'UShadowBoxInventoryContainer::PDSKeyToWatch' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, PopupHeader) == 0x000040, "Member 'UShadowBoxInventoryContainer::PopupHeader' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, Messages) == 0x000058, "Member 'UShadowBoxInventoryContainer::Messages' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, Message) == 0x000068, "Member 'UShadowBoxInventoryContainer::Message' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, TutorialVideo) == 0x000080, "Member 'UShadowBoxInventoryContainer::TutorialVideo' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, TutorialPaths) == 0x000090, "Member 'UShadowBoxInventoryContainer::TutorialPaths' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, UseStaticImage) == 0x0000A0, "Member 'UShadowBoxInventoryContainer::UseStaticImage' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, TutorialImage) == 0x0000A8, "Member 'UShadowBoxInventoryContainer::TutorialImage' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, OpenMenuPageOnComplete) == 0x000130, "Member 'UShadowBoxInventoryContainer::OpenMenuPageOnComplete' has a wrong offset!"); \ +static_assert(offsetof(UShadowBoxInventoryContainer, OpenMenuPage) == 0x000131, "Member 'UShadowBoxInventoryContainer::OpenMenuPage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowBoxInventoryDataAsset \ +static_assert(alignof(UShadowBoxInventoryDataAsset) == 0x000008, "Wrong alignment on UShadowBoxInventoryDataAsset"); \ +static_assert(sizeof(UShadowBoxInventoryDataAsset) == 0x000040, "Wrong size on UShadowBoxInventoryDataAsset"); \ +static_assert(offsetof(UShadowBoxInventoryDataAsset, ShadowBoxInventoryTable) == 0x000030, "Member 'UShadowBoxInventoryDataAsset::ShadowBoxInventoryTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShakerHandler \ +static_assert(alignof(UShakerHandler) == 0x000008, "Wrong alignment on UShakerHandler"); \ +static_assert(sizeof(UShakerHandler) == 0x000098, "Wrong size on UShakerHandler"); \ +static_assert(offsetof(UShakerHandler, Shaker) == 0x000028, "Member 'UShakerHandler::Shaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShakerComponent_EndShaking \ +static_assert(alignof(ShakerComponent_EndShaking) == 0x000001, "Wrong alignment on ShakerComponent_EndShaking"); \ +static_assert(sizeof(ShakerComponent_EndShaking) == 0x000001, "Wrong size on ShakerComponent_EndShaking"); \ +static_assert(offsetof(ShakerComponent_EndShaking, bIsImmediate) == 0x000000, "Member 'ShakerComponent_EndShaking::bIsImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShakerComponent_ShakeWithParams \ +static_assert(alignof(ShakerComponent_ShakeWithParams) == 0x000004, "Wrong alignment on ShakerComponent_ShakeWithParams"); \ +static_assert(sizeof(ShakerComponent_ShakeWithParams) == 0x000068, "Wrong size on ShakerComponent_ShakeWithParams"); \ +static_assert(offsetof(ShakerComponent_ShakeWithParams, ShakeSettings) == 0x000000, "Member 'ShakerComponent_ShakeWithParams::ShakeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShakerComponent_TBeginShaking \ +static_assert(alignof(ShakerComponent_TBeginShaking) == 0x000008, "Wrong alignment on ShakerComponent_TBeginShaking"); \ +static_assert(sizeof(ShakerComponent_TBeginShaking) == 0x000008, "Wrong size on ShakerComponent_TBeginShaking"); \ +static_assert(offsetof(ShakerComponent_TBeginShaking, Params_0) == 0x000000, "Member 'ShakerComponent_TBeginShaking::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShakerComponent_TBeginShakingWithParams \ +static_assert(alignof(ShakerComponent_TBeginShakingWithParams) == 0x000008, "Wrong alignment on ShakerComponent_TBeginShakingWithParams"); \ +static_assert(sizeof(ShakerComponent_TBeginShakingWithParams) == 0x000008, "Wrong size on ShakerComponent_TBeginShakingWithParams"); \ +static_assert(offsetof(ShakerComponent_TBeginShakingWithParams, ShakeParams) == 0x000000, "Member 'ShakerComponent_TBeginShakingWithParams::ShakeParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShakerComponent_TEndShaking \ +static_assert(alignof(ShakerComponent_TEndShaking) == 0x000008, "Wrong alignment on ShakerComponent_TEndShaking"); \ +static_assert(sizeof(ShakerComponent_TEndShaking) == 0x000008, "Wrong size on ShakerComponent_TEndShaking"); \ +static_assert(offsetof(ShakerComponent_TEndShaking, Nop) == 0x000000, "Member 'ShakerComponent_TEndShaking::Nop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShakerComponent \ +static_assert(alignof(UShakerComponent) == 0x000010, "Wrong alignment on UShakerComponent"); \ +static_assert(sizeof(UShakerComponent) == 0x0003B0, "Wrong size on UShakerComponent"); \ +static_assert(offsetof(UShakerComponent, StartEnabled) == 0x000200, "Member 'UShakerComponent::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, ShakerSettings) == 0x000204, "Member 'UShakerComponent::ShakerSettings' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, BeginShakingEvents) == 0x000270, "Member 'UShakerComponent::BeginShakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, EndShakingEvents) == 0x0002C0, "Member 'UShakerComponent::EndShakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, InitialRelativeTransform) == 0x0002D0, "Member 'UShakerComponent::InitialRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, InitialShakerSettings) == 0x000300, "Member 'UShakerComponent::InitialShakerSettings' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, InternalTime) == 0x000368, "Member 'UShakerComponent::InternalTime' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, OnShakeComplete) == 0x000370, "Member 'UShakerComponent::OnShakeComplete' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, LocSinOffset) == 0x000380, "Member 'UShakerComponent::LocSinOffset' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, RotSinOffset) == 0x00038C, "Member 'UShakerComponent::RotSinOffset' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, Handlers) == 0x000398, "Member 'UShakerComponent::Handlers' has a wrong offset!"); \ +static_assert(offsetof(UShakerComponent, BlendOutStartTime) == 0x0003A8, "Member 'UShakerComponent::BlendOutStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalRotBalanceConfig \ +static_assert(alignof(USkeletalRotBalanceConfig) == 0x000008, "Wrong alignment on USkeletalRotBalanceConfig"); \ +static_assert(sizeof(USkeletalRotBalanceConfig) == 0x000620, "Wrong size on USkeletalRotBalanceConfig"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, GravityScale) == 0x0003E0, "Member 'USkeletalRotBalanceConfig::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, MovementMode) == 0x0003E4, "Member 'USkeletalRotBalanceConfig::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, MaxWalkSpeedDistributionCurve) == 0x0003E8, "Member 'USkeletalRotBalanceConfig::MaxWalkSpeedDistributionCurve' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, ScaleDistributionCurve) == 0x000470, "Member 'USkeletalRotBalanceConfig::ScaleDistributionCurve' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, BanishBurstForceMinMax) == 0x0004F8, "Member 'USkeletalRotBalanceConfig::BanishBurstForceMinMax' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, BanishBurstAnimRateMinMax) == 0x000500, "Member 'USkeletalRotBalanceConfig::BanishBurstAnimRateMinMax' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, BanishBurstAngle) == 0x000508, "Member 'USkeletalRotBalanceConfig::BanishBurstAngle' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, PoofDistance) == 0x00050C, "Member 'USkeletalRotBalanceConfig::PoofDistance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, PoofAngle) == 0x000510, "Member 'USkeletalRotBalanceConfig::PoofAngle' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, PoofRadiusMinMax) == 0x000514, "Member 'USkeletalRotBalanceConfig::PoofRadiusMinMax' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, PoofDelayMinMax) == 0x00051C, "Member 'USkeletalRotBalanceConfig::PoofDelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, PoofTeleportDelay) == 0x000524, "Member 'USkeletalRotBalanceConfig::PoofTeleportDelay' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, PoofNavProjectExtents) == 0x000528, "Member 'USkeletalRotBalanceConfig::PoofNavProjectExtents' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, DefaultMaterial) == 0x000538, "Member 'USkeletalRotBalanceConfig::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, InertMaterial) == 0x000540, "Member 'USkeletalRotBalanceConfig::InertMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, SummoningMaterial) == 0x000548, "Member 'USkeletalRotBalanceConfig::SummoningMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, BoundMaterial) == 0x000550, "Member 'USkeletalRotBalanceConfig::BoundMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, NumHeadMeshSlots) == 0x000558, "Member 'USkeletalRotBalanceConfig::NumHeadMeshSlots' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, HeadMeshOptions) == 0x000560, "Member 'USkeletalRotBalanceConfig::HeadMeshOptions' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, HeadMeshSocketPrefix) == 0x0005B0, "Member 'USkeletalRotBalanceConfig::HeadMeshSocketPrefix' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, HatChance) == 0x0005B8, "Member 'USkeletalRotBalanceConfig::HatChance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, HatMeshOptions) == 0x0005C0, "Member 'USkeletalRotBalanceConfig::HatMeshOptions' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, HatMeshSocketName) == 0x000610, "Member 'USkeletalRotBalanceConfig::HatMeshSocketName' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, DamageSpreadAngle) == 0x000618, "Member 'USkeletalRotBalanceConfig::DamageSpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(USkeletalRotBalanceConfig, DamageImpulseStrength) == 0x00061C, "Member 'USkeletalRotBalanceConfig::DamageImpulseStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_AttachByName \ +static_assert(alignof(SocketableUserComponent_AttachByName) == 0x000008, "Wrong alignment on SocketableUserComponent_AttachByName"); \ +static_assert(sizeof(SocketableUserComponent_AttachByName) == 0x000020, "Wrong size on SocketableUserComponent_AttachByName"); \ +static_assert(offsetof(SocketableUserComponent_AttachByName, Socketable) == 0x000000, "Member 'SocketableUserComponent_AttachByName::Socketable' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_AttachByName, SocketName) == 0x000010, "Member 'SocketableUserComponent_AttachByName::SocketName' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_AttachByName, SnapToSocket) == 0x000018, "Member 'SocketableUserComponent_AttachByName::SnapToSocket' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_AttachByName, ReturnValue) == 0x000019, "Member 'SocketableUserComponent_AttachByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_AttachToClosest \ +static_assert(alignof(SocketableUserComponent_AttachToClosest) == 0x000008, "Wrong alignment on SocketableUserComponent_AttachToClosest"); \ +static_assert(sizeof(SocketableUserComponent_AttachToClosest) == 0x000020, "Wrong size on SocketableUserComponent_AttachToClosest"); \ +static_assert(offsetof(SocketableUserComponent_AttachToClosest, Socketable) == 0x000000, "Member 'SocketableUserComponent_AttachToClosest::Socketable' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_AttachToClosest, OutSocketName) == 0x000010, "Member 'SocketableUserComponent_AttachToClosest::OutSocketName' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_AttachToClosest, SnapToSocket) == 0x000018, "Member 'SocketableUserComponent_AttachToClosest::SnapToSocket' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_AttachToClosest, ReturnValue) == 0x000019, "Member 'SocketableUserComponent_AttachToClosest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_Detach \ +static_assert(alignof(SocketableUserComponent_Detach) == 0x000008, "Wrong alignment on SocketableUserComponent_Detach"); \ +static_assert(sizeof(SocketableUserComponent_Detach) == 0x000018, "Wrong size on SocketableUserComponent_Detach"); \ +static_assert(offsetof(SocketableUserComponent_Detach, Socketable) == 0x000000, "Member 'SocketableUserComponent_Detach::Socketable' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_Detach, ReturnValue) == 0x000010, "Member 'SocketableUserComponent_Detach::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_DetachAllByClass \ +static_assert(alignof(SocketableUserComponent_DetachAllByClass) == 0x000008, "Wrong alignment on SocketableUserComponent_DetachAllByClass"); \ +static_assert(sizeof(SocketableUserComponent_DetachAllByClass) == 0x000010, "Wrong size on SocketableUserComponent_DetachAllByClass"); \ +static_assert(offsetof(SocketableUserComponent_DetachAllByClass, Class_0) == 0x000000, "Member 'SocketableUserComponent_DetachAllByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_DetachAllByClass, ReturnValue) == 0x000008, "Member 'SocketableUserComponent_DetachAllByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_GetSocketingTarget \ +static_assert(alignof(SocketableUserComponent_GetSocketingTarget) == 0x000008, "Wrong alignment on SocketableUserComponent_GetSocketingTarget"); \ +static_assert(sizeof(SocketableUserComponent_GetSocketingTarget) == 0x000008, "Wrong size on SocketableUserComponent_GetSocketingTarget"); \ +static_assert(offsetof(SocketableUserComponent_GetSocketingTarget, ReturnValue) == 0x000000, "Member 'SocketableUserComponent_GetSocketingTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_OnSocketableDestroyed \ +static_assert(alignof(SocketableUserComponent_OnSocketableDestroyed) == 0x000008, "Wrong alignment on SocketableUserComponent_OnSocketableDestroyed"); \ +static_assert(sizeof(SocketableUserComponent_OnSocketableDestroyed) == 0x000008, "Wrong size on SocketableUserComponent_OnSocketableDestroyed"); \ +static_assert(offsetof(SocketableUserComponent_OnSocketableDestroyed, Destroyed) == 0x000000, "Member 'SocketableUserComponent_OnSocketableDestroyed::Destroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_SetSocketingTarget \ +static_assert(alignof(SocketableUserComponent_SetSocketingTarget) == 0x000008, "Wrong alignment on SocketableUserComponent_SetSocketingTarget"); \ +static_assert(sizeof(SocketableUserComponent_SetSocketingTarget) == 0x000008, "Wrong size on SocketableUserComponent_SetSocketingTarget"); \ +static_assert(offsetof(SocketableUserComponent_SetSocketingTarget, Target) == 0x000000, "Member 'SocketableUserComponent_SetSocketingTarget::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_FindAllByClass \ +static_assert(alignof(SocketableUserComponent_FindAllByClass) == 0x000008, "Wrong alignment on SocketableUserComponent_FindAllByClass"); \ +static_assert(sizeof(SocketableUserComponent_FindAllByClass) == 0x000020, "Wrong size on SocketableUserComponent_FindAllByClass"); \ +static_assert(offsetof(SocketableUserComponent_FindAllByClass, Class_0) == 0x000000, "Member 'SocketableUserComponent_FindAllByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_FindAllByClass, OutSocketables) == 0x000008, "Member 'SocketableUserComponent_FindAllByClass::OutSocketables' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_FindAllByClass, ReturnValue) == 0x000018, "Member 'SocketableUserComponent_FindAllByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SocketableUserComponent_FindByClass \ +static_assert(alignof(SocketableUserComponent_FindByClass) == 0x000008, "Wrong alignment on SocketableUserComponent_FindByClass"); \ +static_assert(sizeof(SocketableUserComponent_FindByClass) == 0x000020, "Wrong size on SocketableUserComponent_FindByClass"); \ +static_assert(offsetof(SocketableUserComponent_FindByClass, Class_0) == 0x000000, "Member 'SocketableUserComponent_FindByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_FindByClass, OutSocketable) == 0x000008, "Member 'SocketableUserComponent_FindByClass::OutSocketable' has a wrong offset!"); \ +static_assert(offsetof(SocketableUserComponent_FindByClass, ReturnValue) == 0x000018, "Member 'SocketableUserComponent_FindByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocketableUserComponent \ +static_assert(alignof(USocketableUserComponent) == 0x000008, "Wrong alignment on USocketableUserComponent"); \ +static_assert(sizeof(USocketableUserComponent) == 0x000100, "Wrong size on USocketableUserComponent"); \ +static_assert(offsetof(USocketableUserComponent, AllowSpecifiedSocketsOnly) == 0x0000B0, "Member 'USocketableUserComponent::AllowSpecifiedSocketsOnly' has a wrong offset!"); \ +static_assert(offsetof(USocketableUserComponent, AllowedSocketNames) == 0x0000B8, "Member 'USocketableUserComponent::AllowedSocketNames' has a wrong offset!"); \ +static_assert(offsetof(USocketableUserComponent, OnAttached) == 0x0000C8, "Member 'USocketableUserComponent::OnAttached' has a wrong offset!"); \ +static_assert(offsetof(USocketableUserComponent, OnDetached) == 0x0000D8, "Member 'USocketableUserComponent::OnDetached' has a wrong offset!"); \ +static_assert(offsetof(USocketableUserComponent, SocketingTarget) == 0x0000E8, "Member 'USocketableUserComponent::SocketingTarget' has a wrong offset!"); \ +static_assert(offsetof(USocketableUserComponent, Socketables) == 0x0000F0, "Member 'USocketableUserComponent::Socketables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASoftCollisionManager \ +static_assert(alignof(ASoftCollisionManager) == 0x000008, "Wrong alignment on ASoftCollisionManager"); \ +static_assert(sizeof(ASoftCollisionManager) == 0x0002A8, "Wrong size on ASoftCollisionManager"); \ + +#define DUMPER7_ASSERTS_ASoftResetPreventionVolume \ +static_assert(alignof(ASoftResetPreventionVolume) == 0x000008, "Wrong alignment on ASoftResetPreventionVolume"); \ +static_assert(sizeof(ASoftResetPreventionVolume) == 0x000280, "Wrong size on ASoftResetPreventionVolume"); \ + +#define DUMPER7_ASSERTS_SpawnerGroup_AddSpawner \ +static_assert(alignof(SpawnerGroup_AddSpawner) == 0x000008, "Wrong alignment on SpawnerGroup_AddSpawner"); \ +static_assert(sizeof(SpawnerGroup_AddSpawner) == 0x000008, "Wrong size on SpawnerGroup_AddSpawner"); \ +static_assert(offsetof(SpawnerGroup_AddSpawner, Spawner) == 0x000000, "Member 'SpawnerGroup_AddSpawner::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerGroup_OnSpawnerAllInstancesDied \ +static_assert(alignof(SpawnerGroup_OnSpawnerAllInstancesDied) == 0x000008, "Wrong alignment on SpawnerGroup_OnSpawnerAllInstancesDied"); \ +static_assert(sizeof(SpawnerGroup_OnSpawnerAllInstancesDied) == 0x000008, "Wrong size on SpawnerGroup_OnSpawnerAllInstancesDied"); \ +static_assert(offsetof(SpawnerGroup_OnSpawnerAllInstancesDied, Spawner) == 0x000000, "Member 'SpawnerGroup_OnSpawnerAllInstancesDied::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerGroup_OnSpawnerInstanceDied \ +static_assert(alignof(SpawnerGroup_OnSpawnerInstanceDied) == 0x000008, "Wrong alignment on SpawnerGroup_OnSpawnerInstanceDied"); \ +static_assert(sizeof(SpawnerGroup_OnSpawnerInstanceDied) == 0x000010, "Wrong size on SpawnerGroup_OnSpawnerInstanceDied"); \ +static_assert(offsetof(SpawnerGroup_OnSpawnerInstanceDied, Spawner) == 0x000000, "Member 'SpawnerGroup_OnSpawnerInstanceDied::Spawner' has a wrong offset!"); \ +static_assert(offsetof(SpawnerGroup_OnSpawnerInstanceDied, Instance) == 0x000008, "Member 'SpawnerGroup_OnSpawnerInstanceDied::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerGroup_TryRemoveSpawner \ +static_assert(alignof(SpawnerGroup_TryRemoveSpawner) == 0x000008, "Wrong alignment on SpawnerGroup_TryRemoveSpawner"); \ +static_assert(sizeof(SpawnerGroup_TryRemoveSpawner) == 0x000010, "Wrong size on SpawnerGroup_TryRemoveSpawner"); \ +static_assert(offsetof(SpawnerGroup_TryRemoveSpawner, Spawner) == 0x000000, "Member 'SpawnerGroup_TryRemoveSpawner::Spawner' has a wrong offset!"); \ +static_assert(offsetof(SpawnerGroup_TryRemoveSpawner, ReturnValue) == 0x000008, "Member 'SpawnerGroup_TryRemoveSpawner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerGroup_GetInstanceCount \ +static_assert(alignof(SpawnerGroup_GetInstanceCount) == 0x000004, "Wrong alignment on SpawnerGroup_GetInstanceCount"); \ +static_assert(sizeof(SpawnerGroup_GetInstanceCount) == 0x000004, "Wrong size on SpawnerGroup_GetInstanceCount"); \ +static_assert(offsetof(SpawnerGroup_GetInstanceCount, ReturnValue) == 0x000000, "Member 'SpawnerGroup_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerGroup_GetSpawnerCount \ +static_assert(alignof(SpawnerGroup_GetSpawnerCount) == 0x000004, "Wrong alignment on SpawnerGroup_GetSpawnerCount"); \ +static_assert(sizeof(SpawnerGroup_GetSpawnerCount) == 0x000004, "Wrong size on SpawnerGroup_GetSpawnerCount"); \ +static_assert(offsetof(SpawnerGroup_GetSpawnerCount, ReturnValue) == 0x000000, "Member 'SpawnerGroup_GetSpawnerCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawnerGroup \ +static_assert(alignof(USpawnerGroup) == 0x000008, "Wrong alignment on USpawnerGroup"); \ +static_assert(sizeof(USpawnerGroup) == 0x000050, "Wrong size on USpawnerGroup"); \ +static_assert(offsetof(USpawnerGroup, GroupName) == 0x000028, "Member 'USpawnerGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(USpawnerGroup, Spawners) == 0x000030, "Member 'USpawnerGroup::Spawners' has a wrong offset!"); \ +static_assert(offsetof(USpawnerGroup, OnAllSpawnersDied) == 0x000040, "Member 'USpawnerGroup::OnAllSpawnersDied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerHelper_TrySpawn \ +static_assert(alignof(SpawnerHelper_TrySpawn) == 0x000010, "Wrong alignment on SpawnerHelper_TrySpawn"); \ +static_assert(sizeof(SpawnerHelper_TrySpawn) == 0x000060, "Wrong size on SpawnerHelper_TrySpawn"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, WorldContextObject) == 0x000000, "Member 'SpawnerHelper_TrySpawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, Owner) == 0x000008, "Member 'SpawnerHelper_TrySpawn::Owner' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, SpawnClasses) == 0x000010, "Member 'SpawnerHelper_TrySpawn::SpawnClasses' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, SpawnTrans) == 0x000020, "Member 'SpawnerHelper_TrySpawn::SpawnTrans' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, OutSpawned) == 0x000050, "Member 'SpawnerHelper_TrySpawn::OutSpawned' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, Deferred) == 0x000058, "Member 'SpawnerHelper_TrySpawn::Deferred' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawn, ReturnValue) == 0x000059, "Member 'SpawnerHelper_TrySpawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerHelper_TrySpawnSoft \ +static_assert(alignof(SpawnerHelper_TrySpawnSoft) == 0x000010, "Wrong alignment on SpawnerHelper_TrySpawnSoft"); \ +static_assert(sizeof(SpawnerHelper_TrySpawnSoft) == 0x000060, "Wrong size on SpawnerHelper_TrySpawnSoft"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, WorldContextObject) == 0x000000, "Member 'SpawnerHelper_TrySpawnSoft::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, Owner) == 0x000008, "Member 'SpawnerHelper_TrySpawnSoft::Owner' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, SpawnClassesSoft) == 0x000010, "Member 'SpawnerHelper_TrySpawnSoft::SpawnClassesSoft' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, SpawnTrans) == 0x000020, "Member 'SpawnerHelper_TrySpawnSoft::SpawnTrans' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, OutSpawned) == 0x000050, "Member 'SpawnerHelper_TrySpawnSoft::OutSpawned' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, Deferred) == 0x000058, "Member 'SpawnerHelper_TrySpawnSoft::Deferred' has a wrong offset!"); \ +static_assert(offsetof(SpawnerHelper_TrySpawnSoft, ReturnValue) == 0x000059, "Member 'SpawnerHelper_TrySpawnSoft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawnerHelper \ +static_assert(alignof(USpawnerHelper) == 0x000008, "Wrong alignment on USpawnerHelper"); \ +static_assert(sizeof(USpawnerHelper) == 0x000028, "Wrong size on USpawnerHelper"); \ + +#define DUMPER7_ASSERTS_SpawnerManager_RegisterSpawner \ +static_assert(alignof(SpawnerManager_RegisterSpawner) == 0x000008, "Wrong alignment on SpawnerManager_RegisterSpawner"); \ +static_assert(sizeof(SpawnerManager_RegisterSpawner) == 0x000008, "Wrong size on SpawnerManager_RegisterSpawner"); \ +static_assert(offsetof(SpawnerManager_RegisterSpawner, Spawner) == 0x000000, "Member 'SpawnerManager_RegisterSpawner::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerManager_UnregisterSpawner \ +static_assert(alignof(SpawnerManager_UnregisterSpawner) == 0x000008, "Wrong alignment on SpawnerManager_UnregisterSpawner"); \ +static_assert(sizeof(SpawnerManager_UnregisterSpawner) == 0x000008, "Wrong size on SpawnerManager_UnregisterSpawner"); \ +static_assert(offsetof(SpawnerManager_UnregisterSpawner, Spawner) == 0x000000, "Member 'SpawnerManager_UnregisterSpawner::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerManager_GetGroupInstanceCount \ +static_assert(alignof(SpawnerManager_GetGroupInstanceCount) == 0x000004, "Wrong alignment on SpawnerManager_GetGroupInstanceCount"); \ +static_assert(sizeof(SpawnerManager_GetGroupInstanceCount) == 0x00000C, "Wrong size on SpawnerManager_GetGroupInstanceCount"); \ +static_assert(offsetof(SpawnerManager_GetGroupInstanceCount, GroupName) == 0x000000, "Member 'SpawnerManager_GetGroupInstanceCount::GroupName' has a wrong offset!"); \ +static_assert(offsetof(SpawnerManager_GetGroupInstanceCount, ReturnValue) == 0x000008, "Member 'SpawnerManager_GetGroupInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerManager_GetGroupSpawnerCount \ +static_assert(alignof(SpawnerManager_GetGroupSpawnerCount) == 0x000004, "Wrong alignment on SpawnerManager_GetGroupSpawnerCount"); \ +static_assert(sizeof(SpawnerManager_GetGroupSpawnerCount) == 0x00000C, "Wrong size on SpawnerManager_GetGroupSpawnerCount"); \ +static_assert(offsetof(SpawnerManager_GetGroupSpawnerCount, GroupName) == 0x000000, "Member 'SpawnerManager_GetGroupSpawnerCount::GroupName' has a wrong offset!"); \ +static_assert(offsetof(SpawnerManager_GetGroupSpawnerCount, ReturnValue) == 0x000008, "Member 'SpawnerManager_GetGroupSpawnerCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerManager_GetTotalInstanceCount \ +static_assert(alignof(SpawnerManager_GetTotalInstanceCount) == 0x000004, "Wrong alignment on SpawnerManager_GetTotalInstanceCount"); \ +static_assert(sizeof(SpawnerManager_GetTotalInstanceCount) == 0x000004, "Wrong size on SpawnerManager_GetTotalInstanceCount"); \ +static_assert(offsetof(SpawnerManager_GetTotalInstanceCount, ReturnValue) == 0x000000, "Member 'SpawnerManager_GetTotalInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawnerManager_TryFindGroup \ +static_assert(alignof(SpawnerManager_TryFindGroup) == 0x000008, "Wrong alignment on SpawnerManager_TryFindGroup"); \ +static_assert(sizeof(SpawnerManager_TryFindGroup) == 0x000018, "Wrong size on SpawnerManager_TryFindGroup"); \ +static_assert(offsetof(SpawnerManager_TryFindGroup, GroupName) == 0x000000, "Member 'SpawnerManager_TryFindGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(SpawnerManager_TryFindGroup, OutGroup) == 0x000008, "Member 'SpawnerManager_TryFindGroup::OutGroup' has a wrong offset!"); \ +static_assert(offsetof(SpawnerManager_TryFindGroup, ReturnValue) == 0x000010, "Member 'SpawnerManager_TryFindGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpawnerManager \ +static_assert(alignof(ASpawnerManager) == 0x000008, "Wrong alignment on ASpawnerManager"); \ +static_assert(sizeof(ASpawnerManager) == 0x000288, "Wrong size on ASpawnerManager"); \ +static_assert(offsetof(ASpawnerManager, SpawnerGroups) == 0x000228, "Member 'ASpawnerManager::SpawnerGroups' has a wrong offset!"); \ +static_assert(offsetof(ASpawnerManager, OrphanedSpawnedInstances) == 0x000278, "Member 'ASpawnerManager::OrphanedSpawnedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritRealmManager_IsInSpiritRealm \ +static_assert(alignof(SpiritRealmManager_IsInSpiritRealm) == 0x000001, "Wrong alignment on SpiritRealmManager_IsInSpiritRealm"); \ +static_assert(sizeof(SpiritRealmManager_IsInSpiritRealm) == 0x000001, "Wrong size on SpiritRealmManager_IsInSpiritRealm"); \ +static_assert(offsetof(SpiritRealmManager_IsInSpiritRealm, ReturnValue) == 0x000000, "Member 'SpiritRealmManager_IsInSpiritRealm::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritRealmManager_PostLoadSaveGameVariables \ +static_assert(alignof(SpiritRealmManager_PostLoadSaveGameVariables) == 0x000008, "Wrong alignment on SpiritRealmManager_PostLoadSaveGameVariables"); \ +static_assert(sizeof(SpiritRealmManager_PostLoadSaveGameVariables) == 0x000008, "Wrong size on SpiritRealmManager_PostLoadSaveGameVariables"); \ +static_assert(offsetof(SpiritRealmManager_PostLoadSaveGameVariables, SaveGameVariables) == 0x000000, "Member 'SpiritRealmManager_PostLoadSaveGameVariables::SaveGameVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritRealmManager_PreSaveGame \ +static_assert(alignof(SpiritRealmManager_PreSaveGame) == 0x000008, "Wrong alignment on SpiritRealmManager_PreSaveGame"); \ +static_assert(sizeof(SpiritRealmManager_PreSaveGame) == 0x000010, "Wrong size on SpiritRealmManager_PreSaveGame"); \ +static_assert(offsetof(SpiritRealmManager_PreSaveGame, SaveGameVariables) == 0x000000, "Member 'SpiritRealmManager_PreSaveGame::SaveGameVariables' has a wrong offset!"); \ +static_assert(offsetof(SpiritRealmManager_PreSaveGame, IsManualSave) == 0x000008, "Member 'SpiritRealmManager_PreSaveGame::IsManualSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritRealmManager_SetInSpiritRealm \ +static_assert(alignof(SpiritRealmManager_SetInSpiritRealm) == 0x000001, "Wrong alignment on SpiritRealmManager_SetInSpiritRealm"); \ +static_assert(sizeof(SpiritRealmManager_SetInSpiritRealm) == 0x000001, "Wrong size on SpiritRealmManager_SetInSpiritRealm"); \ +static_assert(offsetof(SpiritRealmManager_SetInSpiritRealm, NewValue) == 0x000000, "Member 'SpiritRealmManager_SetInSpiritRealm::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiritRealmManager \ +static_assert(alignof(ASpiritRealmManager) == 0x000008, "Wrong alignment on ASpiritRealmManager"); \ +static_assert(sizeof(ASpiritRealmManager) == 0x000258, "Wrong size on ASpiritRealmManager"); \ +static_assert(offsetof(ASpiritRealmManager, OnSpiritRealmStateChanged) == 0x000228, "Member 'ASpiritRealmManager::OnSpiritRealmStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASpiritRealmManager, EnterAkEvent) == 0x000238, "Member 'ASpiritRealmManager::EnterAkEvent' has a wrong offset!"); \ +static_assert(offsetof(ASpiritRealmManager, ExitAkEvent) == 0x000240, "Member 'ASpiritRealmManager::ExitAkEvent' has a wrong offset!"); \ +static_assert(offsetof(ASpiritRealmManager, SaveGameComponent) == 0x000248, "Member 'ASpiritRealmManager::SaveGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ASpiritRealmManager, InSpiritRealm) == 0x000250, "Member 'ASpiritRealmManager::InSpiritRealm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineBonesComponent \ +static_assert(alignof(USplineBonesComponent) == 0x000010, "Wrong alignment on USplineBonesComponent"); \ +static_assert(sizeof(USplineBonesComponent) == 0x000580, "Wrong size on USplineBonesComponent"); \ +static_assert(offsetof(USplineBonesComponent, SkeletalMeshName) == 0x000548, "Member 'USplineBonesComponent::SkeletalMeshName' has a wrong offset!"); \ +static_assert(offsetof(USplineBonesComponent, BonesToFollow) == 0x000550, "Member 'USplineBonesComponent::BonesToFollow' has a wrong offset!"); \ +static_assert(offsetof(USplineBonesComponent, SkeletalMesh) == 0x000560, "Member 'USplineBonesComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USplineBonesComponent, BoneIndices) == 0x000568, "Member 'USplineBonesComponent::BoneIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineTrailComponent \ +static_assert(alignof(USplineTrailComponent) == 0x000010, "Wrong alignment on USplineTrailComponent"); \ +static_assert(sizeof(USplineTrailComponent) == 0x000570, "Wrong size on USplineTrailComponent"); \ +static_assert(offsetof(USplineTrailComponent, TrailDuration) == 0x000548, "Member 'USplineTrailComponent::TrailDuration' has a wrong offset!"); \ +static_assert(offsetof(USplineTrailComponent, MaxPoints) == 0x00054C, "Member 'USplineTrailComponent::MaxPoints' has a wrong offset!"); \ +static_assert(offsetof(USplineTrailComponent, TrailRenderer) == 0x000550, "Member 'USplineTrailComponent::TrailRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineTrailRendererComponent \ +static_assert(alignof(USplineTrailRendererComponent) == 0x000008, "Wrong alignment on USplineTrailRendererComponent"); \ +static_assert(sizeof(USplineTrailRendererComponent) == 0x0003A0, "Wrong size on USplineTrailRendererComponent"); \ +static_assert(offsetof(USplineTrailRendererComponent, CanAcceptNewPoints) == 0x000398, "Member 'USplineTrailRendererComponent::CanAcceptNewPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_State_AirMovement_CanFall \ +static_assert(alignof(State_AirMovement_CanFall) == 0x000001, "Wrong alignment on State_AirMovement_CanFall"); \ +static_assert(sizeof(State_AirMovement_CanFall) == 0x000001, "Wrong size on State_AirMovement_CanFall"); \ +static_assert(offsetof(State_AirMovement_CanFall, ReturnValue) == 0x000000, "Member 'State_AirMovement_CanFall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_State_AirMovement_CanLand \ +static_assert(alignof(State_AirMovement_CanLand) == 0x000001, "Wrong alignment on State_AirMovement_CanLand"); \ +static_assert(sizeof(State_AirMovement_CanLand) == 0x000001, "Wrong size on State_AirMovement_CanLand"); \ +static_assert(offsetof(State_AirMovement_CanLand, ReturnValue) == 0x000000, "Member 'State_AirMovement_CanLand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_State_AirMovement_CanSlide \ +static_assert(alignof(State_AirMovement_CanSlide) == 0x000001, "Wrong alignment on State_AirMovement_CanSlide"); \ +static_assert(sizeof(State_AirMovement_CanSlide) == 0x000001, "Wrong size on State_AirMovement_CanSlide"); \ +static_assert(offsetof(State_AirMovement_CanSlide, ReturnValue) == 0x000000, "Member 'State_AirMovement_CanSlide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_State_AirMovement_GetIsOnGround \ +static_assert(alignof(State_AirMovement_GetIsOnGround) == 0x000001, "Wrong alignment on State_AirMovement_GetIsOnGround"); \ +static_assert(sizeof(State_AirMovement_GetIsOnGround) == 0x000001, "Wrong size on State_AirMovement_GetIsOnGround"); \ +static_assert(offsetof(State_AirMovement_GetIsOnGround, ReturnValue) == 0x000000, "Member 'State_AirMovement_GetIsOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UState_AirMovement \ +static_assert(alignof(UState_AirMovement) == 0x000008, "Wrong alignment on UState_AirMovement"); \ +static_assert(sizeof(UState_AirMovement) == 0x000148, "Wrong size on UState_AirMovement"); \ +static_assert(offsetof(UState_AirMovement, mpMovementComponent) == 0x000138, "Member 'UState_AirMovement::mpMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(UState_AirMovement, mbHasLeftGround) == 0x000140, "Member 'UState_AirMovement::mbHasLeftGround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_State_Attack_QueueAttack \ +static_assert(alignof(State_Attack_QueueAttack) == 0x000001, "Wrong alignment on State_Attack_QueueAttack"); \ +static_assert(sizeof(State_Attack_QueueAttack) == 0x000002, "Wrong size on State_Attack_QueueAttack"); \ +static_assert(offsetof(State_Attack_QueueAttack, attackType_0) == 0x000000, "Member 'State_Attack_QueueAttack::attackType_0' has a wrong offset!"); \ +static_assert(offsetof(State_Attack_QueueAttack, ReturnValue) == 0x000001, "Member 'State_Attack_QueueAttack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UState_Attack \ +static_assert(alignof(UState_Attack) == 0x000008, "Wrong alignment on UState_Attack"); \ +static_assert(sizeof(UState_Attack) == 0x000128, "Wrong size on UState_Attack"); \ +static_assert(offsetof(UState_Attack, attackType) == 0x000120, "Member 'UState_Attack::attackType' has a wrong offset!"); \ +static_assert(offsetof(UState_Attack, SoftLockEnabled) == 0x000121, "Member 'UState_Attack::SoftLockEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UState_Jump \ +static_assert(alignof(UState_Jump) == 0x000008, "Wrong alignment on UState_Jump"); \ +static_assert(sizeof(UState_Jump) == 0x000120, "Wrong size on UState_Jump"); \ + +#define DUMPER7_ASSERTS_UState_Land \ +static_assert(alignof(UState_Land) == 0x000008, "Wrong alignment on UState_Land"); \ +static_assert(sizeof(UState_Land) == 0x000120, "Wrong size on UState_Land"); \ + +#define DUMPER7_ASSERTS_UState_PlayWithRot \ +static_assert(alignof(UState_PlayWithRot) == 0x000008, "Wrong alignment on UState_PlayWithRot"); \ +static_assert(sizeof(UState_PlayWithRot) == 0x000120, "Wrong size on UState_PlayWithRot"); \ + +#define DUMPER7_ASSERTS_UCameraStateDataAsset \ +static_assert(alignof(UCameraStateDataAsset) == 0x000008, "Wrong alignment on UCameraStateDataAsset"); \ +static_assert(sizeof(UCameraStateDataAsset) == 0x000120, "Wrong size on UCameraStateDataAsset"); \ +static_assert(offsetof(UCameraStateDataAsset, CameraMap) == 0x000030, "Member 'UCameraStateDataAsset::CameraMap' has a wrong offset!"); \ +static_assert(offsetof(UCameraStateDataAsset, StateToCameraMap) == 0x000080, "Member 'UCameraStateDataAsset::StateToCameraMap' has a wrong offset!"); \ +static_assert(offsetof(UCameraStateDataAsset, ExitBlendOverrideSettings) == 0x0000D0, "Member 'UCameraStateDataAsset::ExitBlendOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateCameraManagerComponent_DisableStateCameraOverride \ +static_assert(alignof(StateCameraManagerComponent_DisableStateCameraOverride) == 0x000008, "Wrong alignment on StateCameraManagerComponent_DisableStateCameraOverride"); \ +static_assert(sizeof(StateCameraManagerComponent_DisableStateCameraOverride) == 0x000008, "Wrong size on StateCameraManagerComponent_DisableStateCameraOverride"); \ +static_assert(offsetof(StateCameraManagerComponent_DisableStateCameraOverride, State) == 0x000000, "Member 'StateCameraManagerComponent_DisableStateCameraOverride::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateCameraManagerComponent_EnableStateCameraOverride \ +static_assert(alignof(StateCameraManagerComponent_EnableStateCameraOverride) == 0x000008, "Wrong alignment on StateCameraManagerComponent_EnableStateCameraOverride"); \ +static_assert(sizeof(StateCameraManagerComponent_EnableStateCameraOverride) == 0x000010, "Wrong size on StateCameraManagerComponent_EnableStateCameraOverride"); \ +static_assert(offsetof(StateCameraManagerComponent_EnableStateCameraOverride, State) == 0x000000, "Member 'StateCameraManagerComponent_EnableStateCameraOverride::State' has a wrong offset!"); \ +static_assert(offsetof(StateCameraManagerComponent_EnableStateCameraOverride, OverrideCamera) == 0x000008, "Member 'StateCameraManagerComponent_EnableStateCameraOverride::OverrideCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateCameraManagerComponent_GetCameraYawPitchSpeed \ +static_assert(alignof(StateCameraManagerComponent_GetCameraYawPitchSpeed) == 0x000004, "Wrong alignment on StateCameraManagerComponent_GetCameraYawPitchSpeed"); \ +static_assert(sizeof(StateCameraManagerComponent_GetCameraYawPitchSpeed) == 0x000008, "Wrong size on StateCameraManagerComponent_GetCameraYawPitchSpeed"); \ +static_assert(offsetof(StateCameraManagerComponent_GetCameraYawPitchSpeed, ReturnValue) == 0x000000, "Member 'StateCameraManagerComponent_GetCameraYawPitchSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateCameraManagerComponent_GetCurrentCameraData \ +static_assert(alignof(StateCameraManagerComponent_GetCurrentCameraData) == 0x000008, "Wrong alignment on StateCameraManagerComponent_GetCurrentCameraData"); \ +static_assert(sizeof(StateCameraManagerComponent_GetCurrentCameraData) == 0x0002A8, "Wrong size on StateCameraManagerComponent_GetCurrentCameraData"); \ +static_assert(offsetof(StateCameraManagerComponent_GetCurrentCameraData, ReturnValue) == 0x000000, "Member 'StateCameraManagerComponent_GetCurrentCameraData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateCameraManagerComponent_OnStateChanged \ +static_assert(alignof(StateCameraManagerComponent_OnStateChanged) == 0x000008, "Wrong alignment on StateCameraManagerComponent_OnStateChanged"); \ +static_assert(sizeof(StateCameraManagerComponent_OnStateChanged) == 0x000018, "Wrong size on StateCameraManagerComponent_OnStateChanged"); \ +static_assert(offsetof(StateCameraManagerComponent_OnStateChanged, From) == 0x000000, "Member 'StateCameraManagerComponent_OnStateChanged::From' has a wrong offset!"); \ +static_assert(offsetof(StateCameraManagerComponent_OnStateChanged, To) == 0x000008, "Member 'StateCameraManagerComponent_OnStateChanged::To' has a wrong offset!"); \ +static_assert(offsetof(StateCameraManagerComponent_OnStateChanged, IsSuspend) == 0x000010, "Member 'StateCameraManagerComponent_OnStateChanged::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(StateCameraManagerComponent_OnStateChanged, IsResume) == 0x000011, "Member 'StateCameraManagerComponent_OnStateChanged::IsResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateCameraManagerComponent_SetFocusSettings \ +static_assert(alignof(StateCameraManagerComponent_SetFocusSettings) == 0x000008, "Wrong alignment on StateCameraManagerComponent_SetFocusSettings"); \ +static_assert(sizeof(StateCameraManagerComponent_SetFocusSettings) == 0x000058, "Wrong size on StateCameraManagerComponent_SetFocusSettings"); \ +static_assert(offsetof(StateCameraManagerComponent_SetFocusSettings, FocusSettings) == 0x000000, "Member 'StateCameraManagerComponent_SetFocusSettings::FocusSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateCameraManagerComponent \ +static_assert(alignof(UStateCameraManagerComponent) == 0x000008, "Wrong alignment on UStateCameraManagerComponent"); \ +static_assert(sizeof(UStateCameraManagerComponent) == 0x000998, "Wrong size on UStateCameraManagerComponent"); \ +static_assert(offsetof(UStateCameraManagerComponent, DefaultState) == 0x0000B0, "Member 'UStateCameraManagerComponent::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, StateData) == 0x0000B8, "Member 'UStateCameraManagerComponent::StateData' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, BaseYawPitchScalars) == 0x0000C0, "Member 'UStateCameraManagerComponent::BaseYawPitchScalars' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, BlendRemaining) == 0x0000C8, "Member 'UStateCameraManagerComponent::BlendRemaining' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, ModifierFramingAlpha) == 0x0000CC, "Member 'UStateCameraManagerComponent::ModifierFramingAlpha' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, SnapshotCameraData) == 0x0000D0, "Member 'UStateCameraManagerComponent::SnapshotCameraData' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, CurrentCameraData) == 0x000378, "Member 'UStateCameraManagerComponent::CurrentCameraData' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, TargetCameraData) == 0x000620, "Member 'UStateCameraManagerComponent::TargetCameraData' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, SpringArm) == 0x0008C8, "Member 'UStateCameraManagerComponent::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, Camera) == 0x0008D0, "Member 'UStateCameraManagerComponent::Camera' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, StateMachine) == 0x0008D8, "Member 'UStateCameraManagerComponent::StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, StateCameraOverrides) == 0x0008E0, "Member 'UStateCameraManagerComponent::StateCameraOverrides' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, StateOverrideCount) == 0x000930, "Member 'UStateCameraManagerComponent::StateOverrideCount' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, PreviousCameraName) == 0x000980, "Member 'UStateCameraManagerComponent::PreviousCameraName' has a wrong offset!"); \ +static_assert(offsetof(UStateCameraManagerComponent, CurrentCameraName) == 0x000988, "Member 'UStateCameraManagerComponent::CurrentCameraName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_FinishScope \ +static_assert(alignof(StatsSubsystem_FinishScope) == 0x000008, "Wrong alignment on StatsSubsystem_FinishScope"); \ +static_assert(sizeof(StatsSubsystem_FinishScope) == 0x000078, "Wrong size on StatsSubsystem_FinishScope"); \ +static_assert(offsetof(StatsSubsystem_FinishScope, Name_0) == 0x000000, "Member 'StatsSubsystem_FinishScope::Name_0' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_FinishScope, OutScope) == 0x000008, "Member 'StatsSubsystem_FinishScope::OutScope' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_FinishScope, ReturnValue) == 0x000070, "Member 'StatsSubsystem_FinishScope::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_IncreaseStat \ +static_assert(alignof(StatsSubsystem_IncreaseStat) == 0x000004, "Wrong alignment on StatsSubsystem_IncreaseStat"); \ +static_assert(sizeof(StatsSubsystem_IncreaseStat) == 0x00000C, "Wrong size on StatsSubsystem_IncreaseStat"); \ +static_assert(offsetof(StatsSubsystem_IncreaseStat, Stat) == 0x000000, "Member 'StatsSubsystem_IncreaseStat::Stat' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_IncreaseStat, Delta) == 0x000008, "Member 'StatsSubsystem_IncreaseStat::Delta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_IncrementStat \ +static_assert(alignof(StatsSubsystem_IncrementStat) == 0x000004, "Wrong alignment on StatsSubsystem_IncrementStat"); \ +static_assert(sizeof(StatsSubsystem_IncrementStat) == 0x000008, "Wrong size on StatsSubsystem_IncrementStat"); \ +static_assert(offsetof(StatsSubsystem_IncrementStat, Stat) == 0x000000, "Member 'StatsSubsystem_IncrementStat::Stat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_SetScopePaused \ +static_assert(alignof(StatsSubsystem_SetScopePaused) == 0x000004, "Wrong alignment on StatsSubsystem_SetScopePaused"); \ +static_assert(sizeof(StatsSubsystem_SetScopePaused) == 0x00000C, "Wrong size on StatsSubsystem_SetScopePaused"); \ +static_assert(offsetof(StatsSubsystem_SetScopePaused, Name_0) == 0x000000, "Member 'StatsSubsystem_SetScopePaused::Name_0' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_SetScopePaused, Paused) == 0x000008, "Member 'StatsSubsystem_SetScopePaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_SetStatIfHigher \ +static_assert(alignof(StatsSubsystem_SetStatIfHigher) == 0x000004, "Wrong alignment on StatsSubsystem_SetStatIfHigher"); \ +static_assert(sizeof(StatsSubsystem_SetStatIfHigher) == 0x00000C, "Wrong size on StatsSubsystem_SetStatIfHigher"); \ +static_assert(offsetof(StatsSubsystem_SetStatIfHigher, Stat) == 0x000000, "Member 'StatsSubsystem_SetStatIfHigher::Stat' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_SetStatIfHigher, Value) == 0x000008, "Member 'StatsSubsystem_SetStatIfHigher::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_SetStatIfLower \ +static_assert(alignof(StatsSubsystem_SetStatIfLower) == 0x000004, "Wrong alignment on StatsSubsystem_SetStatIfLower"); \ +static_assert(sizeof(StatsSubsystem_SetStatIfLower) == 0x00000C, "Wrong size on StatsSubsystem_SetStatIfLower"); \ +static_assert(offsetof(StatsSubsystem_SetStatIfLower, Stat) == 0x000000, "Member 'StatsSubsystem_SetStatIfLower::Stat' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_SetStatIfLower, Value) == 0x000008, "Member 'StatsSubsystem_SetStatIfLower::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_StartScope \ +static_assert(alignof(StatsSubsystem_StartScope) == 0x000004, "Wrong alignment on StatsSubsystem_StartScope"); \ +static_assert(sizeof(StatsSubsystem_StartScope) == 0x000008, "Wrong size on StatsSubsystem_StartScope"); \ +static_assert(offsetof(StatsSubsystem_StartScope, Name_0) == 0x000000, "Member 'StatsSubsystem_StartScope::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_GetStatChangedTime \ +static_assert(alignof(StatsSubsystem_GetStatChangedTime) == 0x000004, "Wrong alignment on StatsSubsystem_GetStatChangedTime"); \ +static_assert(sizeof(StatsSubsystem_GetStatChangedTime) == 0x000014, "Wrong size on StatsSubsystem_GetStatChangedTime"); \ +static_assert(offsetof(StatsSubsystem_GetStatChangedTime, Scope) == 0x000000, "Member 'StatsSubsystem_GetStatChangedTime::Scope' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_GetStatChangedTime, Stat) == 0x000008, "Member 'StatsSubsystem_GetStatChangedTime::Stat' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_GetStatChangedTime, ReturnValue) == 0x000010, "Member 'StatsSubsystem_GetStatChangedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatsSubsystem_GetStatValue \ +static_assert(alignof(StatsSubsystem_GetStatValue) == 0x000004, "Wrong alignment on StatsSubsystem_GetStatValue"); \ +static_assert(sizeof(StatsSubsystem_GetStatValue) == 0x000014, "Wrong size on StatsSubsystem_GetStatValue"); \ +static_assert(offsetof(StatsSubsystem_GetStatValue, Scope) == 0x000000, "Member 'StatsSubsystem_GetStatValue::Scope' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_GetStatValue, Stat) == 0x000008, "Member 'StatsSubsystem_GetStatValue::Stat' has a wrong offset!"); \ +static_assert(offsetof(StatsSubsystem_GetStatValue, ReturnValue) == 0x000010, "Member 'StatsSubsystem_GetStatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatsSubsystem \ +static_assert(alignof(UStatsSubsystem) == 0x000008, "Wrong alignment on UStatsSubsystem"); \ +static_assert(sizeof(UStatsSubsystem) == 0x0000D0, "Wrong size on UStatsSubsystem"); \ + +#define DUMPER7_ASSERTS_StatusEffectComponent_Initialize \ +static_assert(alignof(StatusEffectComponent_Initialize) == 0x000008, "Wrong alignment on StatusEffectComponent_Initialize"); \ +static_assert(sizeof(StatusEffectComponent_Initialize) == 0x000010, "Wrong size on StatusEffectComponent_Initialize"); \ +static_assert(offsetof(StatusEffectComponent_Initialize, EffectInstigator_0) == 0x000000, "Member 'StatusEffectComponent_Initialize::EffectInstigator_0' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectComponent_Initialize, EffectCauser_0) == 0x000008, "Member 'StatusEffectComponent_Initialize::EffectCauser_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatusEffectComponent \ +static_assert(alignof(UStatusEffectComponent) == 0x000010, "Wrong alignment on UStatusEffectComponent"); \ +static_assert(sizeof(UStatusEffectComponent) == 0x000220, "Wrong size on UStatusEffectComponent"); \ +static_assert(offsetof(UStatusEffectComponent, EffectInstigator) == 0x0001F8, "Member 'UStatusEffectComponent::EffectInstigator' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectComponent, EffectCauser) == 0x000200, "Member 'UStatusEffectComponent::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectComponent, OnRemoved) == 0x000208, "Member 'UStatusEffectComponent::OnRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectUserComponent_ApplyStatusEffect \ +static_assert(alignof(StatusEffectUserComponent_ApplyStatusEffect) == 0x000008, "Wrong alignment on StatusEffectUserComponent_ApplyStatusEffect"); \ +static_assert(sizeof(StatusEffectUserComponent_ApplyStatusEffect) == 0x000030, "Wrong size on StatusEffectUserComponent_ApplyStatusEffect"); \ +static_assert(offsetof(StatusEffectUserComponent_ApplyStatusEffect, statusType) == 0x000000, "Member 'StatusEffectUserComponent_ApplyStatusEffect::statusType' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_ApplyStatusEffect, InitCallback) == 0x000008, "Member 'StatusEffectUserComponent_ApplyStatusEffect::InitCallback' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_ApplyStatusEffect, Instigator) == 0x000018, "Member 'StatusEffectUserComponent_ApplyStatusEffect::Instigator' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_ApplyStatusEffect, Causer) == 0x000020, "Member 'StatusEffectUserComponent_ApplyStatusEffect::Causer' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_ApplyStatusEffect, ReturnValue) == 0x000028, "Member 'StatusEffectUserComponent_ApplyStatusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectUserComponent_GetStatusEffectByClass \ +static_assert(alignof(StatusEffectUserComponent_GetStatusEffectByClass) == 0x000008, "Wrong alignment on StatusEffectUserComponent_GetStatusEffectByClass"); \ +static_assert(sizeof(StatusEffectUserComponent_GetStatusEffectByClass) == 0x000010, "Wrong size on StatusEffectUserComponent_GetStatusEffectByClass"); \ +static_assert(offsetof(StatusEffectUserComponent_GetStatusEffectByClass, statusType) == 0x000000, "Member 'StatusEffectUserComponent_GetStatusEffectByClass::statusType' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_GetStatusEffectByClass, ReturnValue) == 0x000008, "Member 'StatusEffectUserComponent_GetStatusEffectByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectUserComponent_RemoveStatusEffect \ +static_assert(alignof(StatusEffectUserComponent_RemoveStatusEffect) == 0x000008, "Wrong alignment on StatusEffectUserComponent_RemoveStatusEffect"); \ +static_assert(sizeof(StatusEffectUserComponent_RemoveStatusEffect) == 0x000010, "Wrong size on StatusEffectUserComponent_RemoveStatusEffect"); \ +static_assert(offsetof(StatusEffectUserComponent_RemoveStatusEffect, statusType) == 0x000000, "Member 'StatusEffectUserComponent_RemoveStatusEffect::statusType' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_RemoveStatusEffect, ReturnValue) == 0x000008, "Member 'StatusEffectUserComponent_RemoveStatusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectUserComponent_CanApplyStatusEffect \ +static_assert(alignof(StatusEffectUserComponent_CanApplyStatusEffect) == 0x000008, "Wrong alignment on StatusEffectUserComponent_CanApplyStatusEffect"); \ +static_assert(sizeof(StatusEffectUserComponent_CanApplyStatusEffect) == 0x000010, "Wrong size on StatusEffectUserComponent_CanApplyStatusEffect"); \ +static_assert(offsetof(StatusEffectUserComponent_CanApplyStatusEffect, statusType) == 0x000000, "Member 'StatusEffectUserComponent_CanApplyStatusEffect::statusType' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectUserComponent_CanApplyStatusEffect, ReturnValue) == 0x000008, "Member 'StatusEffectUserComponent_CanApplyStatusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatusEffectUserComponent \ +static_assert(alignof(UStatusEffectUserComponent) == 0x000008, "Wrong alignment on UStatusEffectUserComponent"); \ +static_assert(sizeof(UStatusEffectUserComponent) == 0x000130, "Wrong size on UStatusEffectUserComponent"); \ +static_assert(offsetof(UStatusEffectUserComponent, StatusEffects) == 0x0000B0, "Member 'UStatusEffectUserComponent::StatusEffects' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectUserComponent, BlacklistEffects) == 0x000100, "Member 'UStatusEffectUserComponent::BlacklistEffects' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectUserComponent, OnStatusEffectApplied) == 0x000110, "Member 'UStatusEffectUserComponent::OnStatusEffectApplied' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectUserComponent, OnStatusEffectRemoved) == 0x000120, "Member 'UStatusEffectUserComponent::OnStatusEffectRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StunlockDetectorComponent_NotifyStagger \ +static_assert(alignof(StunlockDetectorComponent_NotifyStagger) == 0x000001, "Wrong alignment on StunlockDetectorComponent_NotifyStagger"); \ +static_assert(sizeof(StunlockDetectorComponent_NotifyStagger) == 0x000002, "Wrong size on StunlockDetectorComponent_NotifyStagger"); \ +static_assert(offsetof(StunlockDetectorComponent_NotifyStagger, StaggerType) == 0x000000, "Member 'StunlockDetectorComponent_NotifyStagger::StaggerType' has a wrong offset!"); \ +static_assert(offsetof(StunlockDetectorComponent_NotifyStagger, ReturnValue) == 0x000001, "Member 'StunlockDetectorComponent_NotifyStagger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StunlockDetectorComponent_TestStunlock \ +static_assert(alignof(StunlockDetectorComponent_TestStunlock) == 0x000001, "Wrong alignment on StunlockDetectorComponent_TestStunlock"); \ +static_assert(sizeof(StunlockDetectorComponent_TestStunlock) == 0x000001, "Wrong size on StunlockDetectorComponent_TestStunlock"); \ +static_assert(offsetof(StunlockDetectorComponent_TestStunlock, ReturnValue) == 0x000000, "Member 'StunlockDetectorComponent_TestStunlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStunlockDetectorComponent \ +static_assert(alignof(UStunlockDetectorComponent) == 0x000008, "Wrong alignment on UStunlockDetectorComponent"); \ +static_assert(sizeof(UStunlockDetectorComponent) == 0x000158, "Wrong size on UStunlockDetectorComponent"); \ +static_assert(offsetof(UStunlockDetectorComponent, StunlockValue) == 0x0000B0, "Member 'UStunlockDetectorComponent::StunlockValue' has a wrong offset!"); \ +static_assert(offsetof(UStunlockDetectorComponent, MaxStunlockValue) == 0x0000B4, "Member 'UStunlockDetectorComponent::MaxStunlockValue' has a wrong offset!"); \ +static_assert(offsetof(UStunlockDetectorComponent, IncreaseAmount) == 0x0000B8, "Member 'UStunlockDetectorComponent::IncreaseAmount' has a wrong offset!"); \ +static_assert(offsetof(UStunlockDetectorComponent, DecayRate) == 0x0000BC, "Member 'UStunlockDetectorComponent::DecayRate' has a wrong offset!"); \ +static_assert(offsetof(UStunlockDetectorComponent, ValueToChanceCurve) == 0x0000C0, "Member 'UStunlockDetectorComponent::ValueToChanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UStunlockDetectorComponent, OnStunlockDetected) == 0x000148, "Member 'UStunlockDetectorComponent::OnStunlockDetected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubRipAsset \ +static_assert(alignof(USubRipAsset) == 0x000008, "Wrong alignment on USubRipAsset"); \ +static_assert(sizeof(USubRipAsset) == 0x000050, "Wrong size on USubRipAsset"); \ +static_assert(offsetof(USubRipAsset, SubRipFilename) == 0x000030, "Member 'USubRipAsset::SubRipFilename' has a wrong offset!"); \ +static_assert(offsetof(USubRipAsset, SubRipData) == 0x000040, "Member 'USubRipAsset::SubRipData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubRipTextWidget_SetCutscene \ +static_assert(alignof(SubRipTextWidget_SetCutscene) == 0x000008, "Wrong alignment on SubRipTextWidget_SetCutscene"); \ +static_assert(sizeof(SubRipTextWidget_SetCutscene) == 0x000010, "Wrong size on SubRipTextWidget_SetCutscene"); \ +static_assert(offsetof(SubRipTextWidget_SetCutscene, InCutscene) == 0x000000, "Member 'SubRipTextWidget_SetCutscene::InCutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubRipTextWidget \ +static_assert(alignof(USubRipTextWidget) == 0x000008, "Wrong alignment on USubRipTextWidget"); \ +static_assert(sizeof(USubRipTextWidget) == 0x000278, "Wrong size on USubRipTextWidget"); \ +static_assert(offsetof(USubRipTextWidget, SubtitleText) == 0x000260, "Member 'USubRipTextWidget::SubtitleText' has a wrong offset!"); \ +static_assert(offsetof(USubRipTextWidget, Cutscene) == 0x000268, "Member 'USubRipTextWidget::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_AdjustAngleBySpread \ +static_assert(alignof(TargettingComponent_AdjustAngleBySpread) == 0x000004, "Wrong alignment on TargettingComponent_AdjustAngleBySpread"); \ +static_assert(sizeof(TargettingComponent_AdjustAngleBySpread) == 0x00001C, "Wrong size on TargettingComponent_AdjustAngleBySpread"); \ +static_assert(offsetof(TargettingComponent_AdjustAngleBySpread, Angle) == 0x000000, "Member 'TargettingComponent_AdjustAngleBySpread::Angle' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_AdjustAngleBySpread, Spread) == 0x00000C, "Member 'TargettingComponent_AdjustAngleBySpread::Spread' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_AdjustAngleBySpread, ReturnValue) == 0x000010, "Member 'TargettingComponent_AdjustAngleBySpread::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_CalculateAimingAngle \ +static_assert(alignof(TargettingComponent_CalculateAimingAngle) == 0x000010, "Wrong alignment on TargettingComponent_CalculateAimingAngle"); \ +static_assert(sizeof(TargettingComponent_CalculateAimingAngle) == 0x000080, "Wrong size on TargettingComponent_CalculateAimingAngle"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, FromPoint) == 0x000000, "Member 'TargettingComponent_CalculateAimingAngle::FromPoint' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, World) == 0x000010, "Member 'TargettingComponent_CalculateAimingAngle::World' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, aimerTransform) == 0x000020, "Member 'TargettingComponent_CalculateAimingAngle::aimerTransform' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, IgnoreActors) == 0x000050, "Member 'TargettingComponent_CalculateAimingAngle::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, minTraceDist) == 0x000060, "Member 'TargettingComponent_CalculateAimingAngle::minTraceDist' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, maxTraceDist) == 0x000064, "Member 'TargettingComponent_CalculateAimingAngle::maxTraceDist' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateAimingAngle, ReturnValue) == 0x000068, "Member 'TargettingComponent_CalculateAimingAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_CalculateLockedOnAngle \ +static_assert(alignof(TargettingComponent_CalculateLockedOnAngle) == 0x000008, "Wrong alignment on TargettingComponent_CalculateLockedOnAngle"); \ +static_assert(sizeof(TargettingComponent_CalculateLockedOnAngle) == 0x000038, "Wrong size on TargettingComponent_CalculateLockedOnAngle"); \ +static_assert(offsetof(TargettingComponent_CalculateLockedOnAngle, WorldContextObject) == 0x000000, "Member 'TargettingComponent_CalculateLockedOnAngle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateLockedOnAngle, FromPoint) == 0x000008, "Member 'TargettingComponent_CalculateLockedOnAngle::FromPoint' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateLockedOnAngle, ToPoint) == 0x000014, "Member 'TargettingComponent_CalculateLockedOnAngle::ToPoint' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateLockedOnAngle, Force) == 0x000020, "Member 'TargettingComponent_CalculateLockedOnAngle::Force' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateLockedOnAngle, GravityScale) == 0x000024, "Member 'TargettingComponent_CalculateLockedOnAngle::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateLockedOnAngle, ReturnValue) == 0x000028, "Member 'TargettingComponent_CalculateLockedOnAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_AddTargettingTag \ +static_assert(alignof(TargettingComponent_AddTargettingTag) == 0x000004, "Wrong alignment on TargettingComponent_AddTargettingTag"); \ +static_assert(sizeof(TargettingComponent_AddTargettingTag) == 0x000008, "Wrong size on TargettingComponent_AddTargettingTag"); \ +static_assert(offsetof(TargettingComponent_AddTargettingTag, Tag) == 0x000000, "Member 'TargettingComponent_AddTargettingTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_CalculateTargettingAngle \ +static_assert(alignof(TargettingComponent_CalculateTargettingAngle) == 0x000004, "Wrong alignment on TargettingComponent_CalculateTargettingAngle"); \ +static_assert(sizeof(TargettingComponent_CalculateTargettingAngle) == 0x000030, "Wrong size on TargettingComponent_CalculateTargettingAngle"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, FromPoint) == 0x000000, "Member 'TargettingComponent_CalculateTargettingAngle::FromPoint' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, isAimable) == 0x00000C, "Member 'TargettingComponent_CalculateTargettingAngle::isAimable' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, UseMagnetism) == 0x00000D, "Member 'TargettingComponent_CalculateTargettingAngle::UseMagnetism' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, Force) == 0x000010, "Member 'TargettingComponent_CalculateTargettingAngle::Force' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, failoverAngle) == 0x000014, "Member 'TargettingComponent_CalculateTargettingAngle::failoverAngle' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, GravityScale) == 0x000020, "Member 'TargettingComponent_CalculateTargettingAngle::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_CalculateTargettingAngle, ReturnValue) == 0x000024, "Member 'TargettingComponent_CalculateTargettingAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_InitializeWithAimer \ +static_assert(alignof(TargettingComponent_InitializeWithAimer) == 0x000008, "Wrong alignment on TargettingComponent_InitializeWithAimer"); \ +static_assert(sizeof(TargettingComponent_InitializeWithAimer) == 0x000018, "Wrong size on TargettingComponent_InitializeWithAimer"); \ +static_assert(offsetof(TargettingComponent_InitializeWithAimer, aimer) == 0x000000, "Member 'TargettingComponent_InitializeWithAimer::aimer' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_InitializeWithAimer, IgnoreActors) == 0x000008, "Member 'TargettingComponent_InitializeWithAimer::IgnoreActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_InitializeWithCameraManager \ +static_assert(alignof(TargettingComponent_InitializeWithCameraManager) == 0x000008, "Wrong alignment on TargettingComponent_InitializeWithCameraManager"); \ +static_assert(sizeof(TargettingComponent_InitializeWithCameraManager) == 0x000018, "Wrong size on TargettingComponent_InitializeWithCameraManager"); \ +static_assert(offsetof(TargettingComponent_InitializeWithCameraManager, camManager) == 0x000000, "Member 'TargettingComponent_InitializeWithCameraManager::camManager' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_InitializeWithCameraManager, IgnoreActors) == 0x000008, "Member 'TargettingComponent_InitializeWithCameraManager::IgnoreActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_LockOnToTarget \ +static_assert(alignof(TargettingComponent_LockOnToTarget) == 0x000008, "Wrong alignment on TargettingComponent_LockOnToTarget"); \ +static_assert(sizeof(TargettingComponent_LockOnToTarget) == 0x000008, "Wrong size on TargettingComponent_LockOnToTarget"); \ +static_assert(offsetof(TargettingComponent_LockOnToTarget, Target) == 0x000000, "Member 'TargettingComponent_LockOnToTarget::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_RemoveTargettingTag \ +static_assert(alignof(TargettingComponent_RemoveTargettingTag) == 0x000004, "Wrong alignment on TargettingComponent_RemoveTargettingTag"); \ +static_assert(sizeof(TargettingComponent_RemoveTargettingTag) == 0x000008, "Wrong size on TargettingComponent_RemoveTargettingTag"); \ +static_assert(offsetof(TargettingComponent_RemoveTargettingTag, Tag) == 0x000000, "Member 'TargettingComponent_RemoveTargettingTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_TryGetAimingTransform \ +static_assert(alignof(TargettingComponent_TryGetAimingTransform) == 0x000010, "Wrong alignment on TargettingComponent_TryGetAimingTransform"); \ +static_assert(sizeof(TargettingComponent_TryGetAimingTransform) == 0x000040, "Wrong size on TargettingComponent_TryGetAimingTransform"); \ +static_assert(offsetof(TargettingComponent_TryGetAimingTransform, OutTransform) == 0x000000, "Member 'TargettingComponent_TryGetAimingTransform::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(TargettingComponent_TryGetAimingTransform, ReturnValue) == 0x000030, "Member 'TargettingComponent_TryGetAimingTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_GetIsLockedOn \ +static_assert(alignof(TargettingComponent_GetIsLockedOn) == 0x000001, "Wrong alignment on TargettingComponent_GetIsLockedOn"); \ +static_assert(sizeof(TargettingComponent_GetIsLockedOn) == 0x000001, "Wrong size on TargettingComponent_GetIsLockedOn"); \ +static_assert(offsetof(TargettingComponent_GetIsLockedOn, ReturnValue) == 0x000000, "Member 'TargettingComponent_GetIsLockedOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargettingComponent_GetReticleTraceResult \ +static_assert(alignof(TargettingComponent_GetReticleTraceResult) == 0x000004, "Wrong alignment on TargettingComponent_GetReticleTraceResult"); \ +static_assert(sizeof(TargettingComponent_GetReticleTraceResult) == 0x000088, "Wrong size on TargettingComponent_GetReticleTraceResult"); \ +static_assert(offsetof(TargettingComponent_GetReticleTraceResult, ReturnValue) == 0x000000, "Member 'TargettingComponent_GetReticleTraceResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargettingComponent \ +static_assert(alignof(UTargettingComponent) == 0x000008, "Wrong alignment on UTargettingComponent"); \ +static_assert(sizeof(UTargettingComponent) == 0x0001E8, "Wrong size on UTargettingComponent"); \ +static_assert(offsetof(UTargettingComponent, lockOnTarget) == 0x0000B0, "Member 'UTargettingComponent::lockOnTarget' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, AimComponent) == 0x0000B8, "Member 'UTargettingComponent::AimComponent' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, CameraManager) == 0x0000C0, "Member 'UTargettingComponent::CameraManager' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, AimTraceIgnoreActors) == 0x0000C8, "Member 'UTargettingComponent::AimTraceIgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, IsLockedOn) == 0x0000D8, "Member 'UTargettingComponent::IsLockedOn' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, ShouldPerformReticleTrace) == 0x0000D9, "Member 'UTargettingComponent::ShouldPerformReticleTrace' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, ReticleTraceObjectTypes) == 0x0000E0, "Member 'UTargettingComponent::ReticleTraceObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, ReticleTraceDistance) == 0x0000F0, "Member 'UTargettingComponent::ReticleTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, OnLockedOn) == 0x0000F8, "Member 'UTargettingComponent::OnLockedOn' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, OnLockedOff) == 0x000108, "Member 'UTargettingComponent::OnLockedOff' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, AimingTraceStartDist) == 0x000118, "Member 'UTargettingComponent::AimingTraceStartDist' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, AimingTraceEndDist) == 0x00011C, "Member 'UTargettingComponent::AimingTraceEndDist' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, DefaultTargetTags) == 0x000120, "Member 'UTargettingComponent::DefaultTargetTags' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, ActiveTargetTags) == 0x000140, "Member 'UTargettingComponent::ActiveTargetTags' has a wrong offset!"); \ +static_assert(offsetof(UTargettingComponent, ReticleTraceResult) == 0x000160, "Member 'UTargettingComponent::ReticleTraceResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportFlower_HandleLockChanged \ +static_assert(alignof(TeleportFlower_HandleLockChanged) == 0x000008, "Wrong alignment on TeleportFlower_HandleLockChanged"); \ +static_assert(sizeof(TeleportFlower_HandleLockChanged) == 0x000010, "Wrong size on TeleportFlower_HandleLockChanged"); \ +static_assert(offsetof(TeleportFlower_HandleLockChanged, LockComponent) == 0x000000, "Member 'TeleportFlower_HandleLockChanged::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_HandleLockChanged, IsLocked) == 0x000008, "Member 'TeleportFlower_HandleLockChanged::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportFlower_OverlapInnerBegan \ +static_assert(alignof(TeleportFlower_OverlapInnerBegan) == 0x000008, "Wrong alignment on TeleportFlower_OverlapInnerBegan"); \ +static_assert(sizeof(TeleportFlower_OverlapInnerBegan) == 0x0000A8, "Wrong size on TeleportFlower_OverlapInnerBegan"); \ +static_assert(offsetof(TeleportFlower_OverlapInnerBegan, OverlappedComponent) == 0x000000, "Member 'TeleportFlower_OverlapInnerBegan::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapInnerBegan, OtherActor) == 0x000008, "Member 'TeleportFlower_OverlapInnerBegan::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapInnerBegan, OtherComp) == 0x000010, "Member 'TeleportFlower_OverlapInnerBegan::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapInnerBegan, OtherBodyIndex) == 0x000018, "Member 'TeleportFlower_OverlapInnerBegan::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapInnerBegan, bFromSweep) == 0x00001C, "Member 'TeleportFlower_OverlapInnerBegan::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapInnerBegan, SweepResult) == 0x000020, "Member 'TeleportFlower_OverlapInnerBegan::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportFlower_OverlapOuterEnded \ +static_assert(alignof(TeleportFlower_OverlapOuterEnded) == 0x000008, "Wrong alignment on TeleportFlower_OverlapOuterEnded"); \ +static_assert(sizeof(TeleportFlower_OverlapOuterEnded) == 0x000020, "Wrong size on TeleportFlower_OverlapOuterEnded"); \ +static_assert(offsetof(TeleportFlower_OverlapOuterEnded, OverlappedComponent) == 0x000000, "Member 'TeleportFlower_OverlapOuterEnded::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapOuterEnded, OtherActor) == 0x000008, "Member 'TeleportFlower_OverlapOuterEnded::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapOuterEnded, OtherComp) == 0x000010, "Member 'TeleportFlower_OverlapOuterEnded::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(TeleportFlower_OverlapOuterEnded, OtherBodyIndex) == 0x000018, "Member 'TeleportFlower_OverlapOuterEnded::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportFlower_GetIsOpened \ +static_assert(alignof(TeleportFlower_GetIsOpened) == 0x000001, "Wrong alignment on TeleportFlower_GetIsOpened"); \ +static_assert(sizeof(TeleportFlower_GetIsOpened) == 0x000001, "Wrong size on TeleportFlower_GetIsOpened"); \ +static_assert(offsetof(TeleportFlower_GetIsOpened, ReturnValue) == 0x000000, "Member 'TeleportFlower_GetIsOpened::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportFlower_GetIsTeleporting \ +static_assert(alignof(TeleportFlower_GetIsTeleporting) == 0x000001, "Wrong alignment on TeleportFlower_GetIsTeleporting"); \ +static_assert(sizeof(TeleportFlower_GetIsTeleporting) == 0x000001, "Wrong size on TeleportFlower_GetIsTeleporting"); \ +static_assert(offsetof(TeleportFlower_GetIsTeleporting, ReturnValue) == 0x000000, "Member 'TeleportFlower_GetIsTeleporting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATeleportFlower \ +static_assert(alignof(ATeleportFlower) == 0x000008, "Wrong alignment on ATeleportFlower"); \ +static_assert(sizeof(ATeleportFlower) == 0x000288, "Wrong size on ATeleportFlower"); \ +static_assert(offsetof(ATeleportFlower, CrystalMesh) == 0x000230, "Member 'ATeleportFlower::CrystalMesh' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, Lock) == 0x000238, "Member 'ATeleportFlower::Lock' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, TeleportTarget) == 0x000240, "Member 'ATeleportFlower::TeleportTarget' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, OpenSphere_Inner) == 0x000248, "Member 'ATeleportFlower::OpenSphere_Inner' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, OpenSphere_Outer) == 0x000250, "Member 'ATeleportFlower::OpenSphere_Outer' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, OpenRadius) == 0x000258, "Member 'ATeleportFlower::OpenRadius' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, OpenRadiusBuffer) == 0x00025C, "Member 'ATeleportFlower::OpenRadiusBuffer' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, OpenMinDistance) == 0x000260, "Member 'ATeleportFlower::OpenMinDistance' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, AllowManualOpenSphereLocation) == 0x000264, "Member 'ATeleportFlower::AllowManualOpenSphereLocation' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, OpenSpheresLocation) == 0x000268, "Member 'ATeleportFlower::OpenSpheresLocation' has a wrong offset!"); \ +static_assert(offsetof(ATeleportFlower, ArrowTag) == 0x000274, "Member 'ATeleportFlower::ArrowTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeDilationManagerComponent_AddControlledActor \ +static_assert(alignof(TimeDilationManagerComponent_AddControlledActor) == 0x000008, "Wrong alignment on TimeDilationManagerComponent_AddControlledActor"); \ +static_assert(sizeof(TimeDilationManagerComponent_AddControlledActor) == 0x000008, "Wrong size on TimeDilationManagerComponent_AddControlledActor"); \ +static_assert(offsetof(TimeDilationManagerComponent_AddControlledActor, Actor) == 0x000000, "Member 'TimeDilationManagerComponent_AddControlledActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeDilationManagerComponent_AddTimeDilation \ +static_assert(alignof(TimeDilationManagerComponent_AddTimeDilation) == 0x000004, "Wrong alignment on TimeDilationManagerComponent_AddTimeDilation"); \ +static_assert(sizeof(TimeDilationManagerComponent_AddTimeDilation) == 0x000010, "Wrong size on TimeDilationManagerComponent_AddTimeDilation"); \ +static_assert(offsetof(TimeDilationManagerComponent_AddTimeDilation, Name_0) == 0x000000, "Member 'TimeDilationManagerComponent_AddTimeDilation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(TimeDilationManagerComponent_AddTimeDilation, PlayerDilation) == 0x000008, "Member 'TimeDilationManagerComponent_AddTimeDilation::PlayerDilation' has a wrong offset!"); \ +static_assert(offsetof(TimeDilationManagerComponent_AddTimeDilation, GlobalDilation) == 0x00000C, "Member 'TimeDilationManagerComponent_AddTimeDilation::GlobalDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeDilationManagerComponent_HandleGlobalTimeDilationApplied \ +static_assert(alignof(TimeDilationManagerComponent_HandleGlobalTimeDilationApplied) == 0x000004, "Wrong alignment on TimeDilationManagerComponent_HandleGlobalTimeDilationApplied"); \ +static_assert(sizeof(TimeDilationManagerComponent_HandleGlobalTimeDilationApplied) == 0x000004, "Wrong size on TimeDilationManagerComponent_HandleGlobalTimeDilationApplied"); \ +static_assert(offsetof(TimeDilationManagerComponent_HandleGlobalTimeDilationApplied, TimeDilation) == 0x000000, "Member 'TimeDilationManagerComponent_HandleGlobalTimeDilationApplied::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeDilationManagerComponent_RemoveControlledActor \ +static_assert(alignof(TimeDilationManagerComponent_RemoveControlledActor) == 0x000008, "Wrong alignment on TimeDilationManagerComponent_RemoveControlledActor"); \ +static_assert(sizeof(TimeDilationManagerComponent_RemoveControlledActor) == 0x000010, "Wrong size on TimeDilationManagerComponent_RemoveControlledActor"); \ +static_assert(offsetof(TimeDilationManagerComponent_RemoveControlledActor, Actor) == 0x000000, "Member 'TimeDilationManagerComponent_RemoveControlledActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(TimeDilationManagerComponent_RemoveControlledActor, ReturnValue) == 0x000008, "Member 'TimeDilationManagerComponent_RemoveControlledActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeDilationManagerComponent_RemoveTimeDilation \ +static_assert(alignof(TimeDilationManagerComponent_RemoveTimeDilation) == 0x000004, "Wrong alignment on TimeDilationManagerComponent_RemoveTimeDilation"); \ +static_assert(sizeof(TimeDilationManagerComponent_RemoveTimeDilation) == 0x00000C, "Wrong size on TimeDilationManagerComponent_RemoveTimeDilation"); \ +static_assert(offsetof(TimeDilationManagerComponent_RemoveTimeDilation, Name_0) == 0x000000, "Member 'TimeDilationManagerComponent_RemoveTimeDilation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(TimeDilationManagerComponent_RemoveTimeDilation, ReturnValue) == 0x000008, "Member 'TimeDilationManagerComponent_RemoveTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeDilationManagerComponent_SetTimeDilationEnabled \ +static_assert(alignof(TimeDilationManagerComponent_SetTimeDilationEnabled) == 0x000008, "Wrong alignment on TimeDilationManagerComponent_SetTimeDilationEnabled"); \ +static_assert(sizeof(TimeDilationManagerComponent_SetTimeDilationEnabled) == 0x000010, "Wrong size on TimeDilationManagerComponent_SetTimeDilationEnabled"); \ +static_assert(offsetof(TimeDilationManagerComponent_SetTimeDilationEnabled, IsTimeDilationEnabled) == 0x000000, "Member 'TimeDilationManagerComponent_SetTimeDilationEnabled::IsTimeDilationEnabled' has a wrong offset!"); \ +static_assert(offsetof(TimeDilationManagerComponent_SetTimeDilationEnabled, Context) == 0x000008, "Member 'TimeDilationManagerComponent_SetTimeDilationEnabled::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeDilationManagerComponent \ +static_assert(alignof(UTimeDilationManagerComponent) == 0x000008, "Wrong alignment on UTimeDilationManagerComponent"); \ +static_assert(sizeof(UTimeDilationManagerComponent) == 0x000130, "Wrong size on UTimeDilationManagerComponent"); \ +static_assert(offsetof(UTimeDilationManagerComponent, ActorsToControl) == 0x000100, "Member 'UTimeDilationManagerComponent::ActorsToControl' has a wrong offset!"); \ +static_assert(offsetof(UTimeDilationManagerComponent, ObjectsBypassingDilation) == 0x000110, "Member 'UTimeDilationManagerComponent::ObjectsBypassingDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TitleCard_ShowTitleCard \ +static_assert(alignof(TitleCard_ShowTitleCard) == 0x000008, "Wrong alignment on TitleCard_ShowTitleCard"); \ +static_assert(sizeof(TitleCard_ShowTitleCard) == 0x0000B0, "Wrong size on TitleCard_ShowTitleCard"); \ +static_assert(offsetof(TitleCard_ShowTitleCard, Content) == 0x000000, "Member 'TitleCard_ShowTitleCard::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTitleCard \ +static_assert(alignof(UTitleCard) == 0x000008, "Wrong alignment on UTitleCard"); \ +static_assert(sizeof(UTitleCard) == 0x000260, "Wrong size on UTitleCard"); \ + +#define DUMPER7_ASSERTS_UTitleCardComponent \ +static_assert(alignof(UTitleCardComponent) == 0x000008, "Wrong alignment on UTitleCardComponent"); \ +static_assert(sizeof(UTitleCardComponent) == 0x0000C0, "Wrong size on UTitleCardComponent"); \ +static_assert(offsetof(UTitleCardComponent, RowHandle) == 0x0000B0, "Member 'UTitleCardComponent::RowHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrialsRewardButton \ +static_assert(alignof(UTrialsRewardButton) == 0x000008, "Wrong alignment on UTrialsRewardButton"); \ +static_assert(sizeof(UTrialsRewardButton) == 0x000398, "Wrong size on UTrialsRewardButton"); \ +static_assert(offsetof(UTrialsRewardButton, RewardAnimPopupClass) == 0x000340, "Member 'UTrialsRewardButton::RewardAnimPopupClass' has a wrong offset!"); \ +static_assert(offsetof(UTrialsRewardButton, CosmeticData) == 0x000348, "Member 'UTrialsRewardButton::CosmeticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableCameraComponent_SetCameraEnabled \ +static_assert(alignof(TriggerableCameraComponent_SetCameraEnabled) == 0x000008, "Wrong alignment on TriggerableCameraComponent_SetCameraEnabled"); \ +static_assert(sizeof(TriggerableCameraComponent_SetCameraEnabled) == 0x000010, "Wrong size on TriggerableCameraComponent_SetCameraEnabled"); \ +static_assert(offsetof(TriggerableCameraComponent_SetCameraEnabled, IsEnabled) == 0x000000, "Member 'TriggerableCameraComponent_SetCameraEnabled::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(TriggerableCameraComponent_SetCameraEnabled, ActiveFraming) == 0x000008, "Member 'TriggerableCameraComponent_SetCameraEnabled::ActiveFraming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableCameraComponent_TriggerSetCameraEnabled \ +static_assert(alignof(TriggerableCameraComponent_TriggerSetCameraEnabled) == 0x000008, "Wrong alignment on TriggerableCameraComponent_TriggerSetCameraEnabled"); \ +static_assert(sizeof(TriggerableCameraComponent_TriggerSetCameraEnabled) == 0x000008, "Wrong size on TriggerableCameraComponent_TriggerSetCameraEnabled"); \ +static_assert(offsetof(TriggerableCameraComponent_TriggerSetCameraEnabled, NewIsEnabled) == 0x000000, "Member 'TriggerableCameraComponent_TriggerSetCameraEnabled::NewIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableCameraComponent_UseTimedCamera \ +static_assert(alignof(TriggerableCameraComponent_UseTimedCamera) == 0x000008, "Wrong alignment on TriggerableCameraComponent_UseTimedCamera"); \ +static_assert(sizeof(TriggerableCameraComponent_UseTimedCamera) == 0x000028, "Wrong size on TriggerableCameraComponent_UseTimedCamera"); \ +static_assert(offsetof(TriggerableCameraComponent_UseTimedCamera, WorldContextObject) == 0x000000, "Member 'TriggerableCameraComponent_UseTimedCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TriggerableCameraComponent_UseTimedCamera, Duration) == 0x000008, "Member 'TriggerableCameraComponent_UseTimedCamera::Duration' has a wrong offset!"); \ +static_assert(offsetof(TriggerableCameraComponent_UseTimedCamera, LatentInfo) == 0x000010, "Member 'TriggerableCameraComponent_UseTimedCamera::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerableCameraComponent \ +static_assert(alignof(UTriggerableCameraComponent) == 0x000010, "Wrong alignment on UTriggerableCameraComponent"); \ +static_assert(sizeof(UTriggerableCameraComponent) == 0x000920, "Wrong size on UTriggerableCameraComponent"); \ +static_assert(offsetof(UTriggerableCameraComponent, OnEnableTransitionSettings) == 0x0008C8, "Member 'UTriggerableCameraComponent::OnEnableTransitionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableCameraComponent, OnDisableTransitionSettings) == 0x0008D8, "Member 'UTriggerableCameraComponent::OnDisableTransitionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableCameraComponent, UseCinematicState) == 0x0008E8, "Member 'UTriggerableCameraComponent::UseCinematicState' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableCameraComponent, FramingConfig) == 0x0008F0, "Member 'UTriggerableCameraComponent::FramingConfig' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableCameraComponent, UseRotationClampOverride) == 0x0008F8, "Member 'UTriggerableCameraComponent::UseRotationClampOverride' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableCameraComponent, RotationClampConfig) == 0x000900, "Member 'UTriggerableCameraComponent::RotationClampConfig' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableCameraComponent, InternalClampModifier) == 0x000908, "Member 'UTriggerableCameraComponent::InternalClampModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableSkeletalMeshActor_TCompleteManually \ +static_assert(alignof(TriggerableSkeletalMeshActor_TCompleteManually) == 0x000008, "Wrong alignment on TriggerableSkeletalMeshActor_TCompleteManually"); \ +static_assert(sizeof(TriggerableSkeletalMeshActor_TCompleteManually) == 0x000008, "Wrong size on TriggerableSkeletalMeshActor_TCompleteManually"); \ +static_assert(offsetof(TriggerableSkeletalMeshActor_TCompleteManually, Params_0) == 0x000000, "Member 'TriggerableSkeletalMeshActor_TCompleteManually::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableSkeletalMeshActor_TSetIsVisible \ +static_assert(alignof(TriggerableSkeletalMeshActor_TSetIsVisible) == 0x000008, "Wrong alignment on TriggerableSkeletalMeshActor_TSetIsVisible"); \ +static_assert(sizeof(TriggerableSkeletalMeshActor_TSetIsVisible) == 0x000008, "Wrong size on TriggerableSkeletalMeshActor_TSetIsVisible"); \ +static_assert(offsetof(TriggerableSkeletalMeshActor_TSetIsVisible, Params_0) == 0x000000, "Member 'TriggerableSkeletalMeshActor_TSetIsVisible::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerableSkeletalMeshActor \ +static_assert(alignof(ATriggerableSkeletalMeshActor) == 0x000008, "Wrong alignment on ATriggerableSkeletalMeshActor"); \ +static_assert(sizeof(ATriggerableSkeletalMeshActor) == 0x000290, "Wrong size on ATriggerableSkeletalMeshActor"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, Skele) == 0x000228, "Member 'ATriggerableSkeletalMeshActor::Skele' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, MonMan) == 0x000230, "Member 'ATriggerableSkeletalMeshActor::MonMan' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, Save) == 0x000238, "Member 'ATriggerableSkeletalMeshActor::Save' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, Billboard) == 0x000240, "Member 'ATriggerableSkeletalMeshActor::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, StartVisible) == 0x000248, "Member 'ATriggerableSkeletalMeshActor::StartVisible' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, MainActionKey) == 0x00024C, "Member 'ATriggerableSkeletalMeshActor::MainActionKey' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, MainActionSection) == 0x000254, "Member 'ATriggerableSkeletalMeshActor::MainActionSection' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, InitialAnimArgs) == 0x00025C, "Member 'ATriggerableSkeletalMeshActor::InitialAnimArgs' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, CompleteAnimArgs) == 0x000274, "Member 'ATriggerableSkeletalMeshActor::CompleteAnimArgs' has a wrong offset!"); \ +static_assert(offsetof(ATriggerableSkeletalMeshActor, IsComplete) == 0x00028C, "Member 'ATriggerableSkeletalMeshActor::IsComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableTextHintComponent_HandleShadowBoxEvent \ +static_assert(alignof(TriggerableTextHintComponent_HandleShadowBoxEvent) == 0x000001, "Wrong alignment on TriggerableTextHintComponent_HandleShadowBoxEvent"); \ +static_assert(sizeof(TriggerableTextHintComponent_HandleShadowBoxEvent) == 0x000001, "Wrong size on TriggerableTextHintComponent_HandleShadowBoxEvent"); \ +static_assert(offsetof(TriggerableTextHintComponent_HandleShadowBoxEvent, Event) == 0x000000, "Member 'TriggerableTextHintComponent_HandleShadowBoxEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableTextHintComponent_OnWidgetDisplayed \ +static_assert(alignof(TriggerableTextHintComponent_OnWidgetDisplayed) == 0x000008, "Wrong alignment on TriggerableTextHintComponent_OnWidgetDisplayed"); \ +static_assert(sizeof(TriggerableTextHintComponent_OnWidgetDisplayed) == 0x000010, "Wrong size on TriggerableTextHintComponent_OnWidgetDisplayed"); \ +static_assert(offsetof(TriggerableTextHintComponent_OnWidgetDisplayed, Widget) == 0x000000, "Member 'TriggerableTextHintComponent_OnWidgetDisplayed::Widget' has a wrong offset!"); \ +static_assert(offsetof(TriggerableTextHintComponent_OnWidgetDisplayed, Args) == 0x000008, "Member 'TriggerableTextHintComponent_OnWidgetDisplayed::Args' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableTextHintComponent_ShowMessage \ +static_assert(alignof(TriggerableTextHintComponent_ShowMessage) == 0x000001, "Wrong alignment on TriggerableTextHintComponent_ShowMessage"); \ +static_assert(sizeof(TriggerableTextHintComponent_ShowMessage) == 0x000001, "Wrong size on TriggerableTextHintComponent_ShowMessage"); \ +static_assert(offsetof(TriggerableTextHintComponent_ShowMessage, ReturnValue) == 0x000000, "Member 'TriggerableTextHintComponent_ShowMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableTextHintComponent_T_HideMessage \ +static_assert(alignof(TriggerableTextHintComponent_T_HideMessage) == 0x000008, "Wrong alignment on TriggerableTextHintComponent_T_HideMessage"); \ +static_assert(sizeof(TriggerableTextHintComponent_T_HideMessage) == 0x000008, "Wrong size on TriggerableTextHintComponent_T_HideMessage"); \ +static_assert(offsetof(TriggerableTextHintComponent_T_HideMessage, Params_0) == 0x000000, "Member 'TriggerableTextHintComponent_T_HideMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerableTextHintComponent_T_ShowMessage \ +static_assert(alignof(TriggerableTextHintComponent_T_ShowMessage) == 0x000008, "Wrong alignment on TriggerableTextHintComponent_T_ShowMessage"); \ +static_assert(sizeof(TriggerableTextHintComponent_T_ShowMessage) == 0x000008, "Wrong size on TriggerableTextHintComponent_T_ShowMessage"); \ +static_assert(offsetof(TriggerableTextHintComponent_T_ShowMessage, Params_0) == 0x000000, "Member 'TriggerableTextHintComponent_T_ShowMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerableTextHintComponent \ +static_assert(alignof(UTriggerableTextHintComponent) == 0x000008, "Wrong alignment on UTriggerableTextHintComponent"); \ +static_assert(sizeof(UTriggerableTextHintComponent) == 0x0000F8, "Wrong size on UTriggerableTextHintComponent"); \ +static_assert(offsetof(UTriggerableTextHintComponent, RowHandle) == 0x0000B0, "Member 'UTriggerableTextHintComponent::RowHandle' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintComponent, TextHintConfig) == 0x0000C0, "Member 'UTriggerableTextHintComponent::TextHintConfig' has a wrong offset!"); \ +static_assert(offsetof(UTriggerableTextHintComponent, ShadowBox) == 0x0000C8, "Member 'UTriggerableTextHintComponent::ShadowBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_FireIncrementalTrigger \ +static_assert(alignof(TriggerGate_FireIncrementalTrigger) == 0x000004, "Wrong alignment on TriggerGate_FireIncrementalTrigger"); \ +static_assert(sizeof(TriggerGate_FireIncrementalTrigger) == 0x000008, "Wrong size on TriggerGate_FireIncrementalTrigger"); \ +static_assert(offsetof(TriggerGate_FireIncrementalTrigger, Index_0) == 0x000000, "Member 'TriggerGate_FireIncrementalTrigger::Index_0' has a wrong offset!"); \ +static_assert(offsetof(TriggerGate_FireIncrementalTrigger, ReturnValue) == 0x000004, "Member 'TriggerGate_FireIncrementalTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_HandleTrigger \ +static_assert(alignof(TriggerGate_HandleTrigger) == 0x000008, "Wrong alignment on TriggerGate_HandleTrigger"); \ +static_assert(sizeof(TriggerGate_HandleTrigger) == 0x000008, "Wrong size on TriggerGate_HandleTrigger"); \ +static_assert(offsetof(TriggerGate_HandleTrigger, Params_0) == 0x000000, "Member 'TriggerGate_HandleTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_HandleTriggerManually \ +static_assert(alignof(TriggerGate_HandleTriggerManually) == 0x000008, "Wrong alignment on TriggerGate_HandleTriggerManually"); \ +static_assert(sizeof(TriggerGate_HandleTriggerManually) == 0x000008, "Wrong size on TriggerGate_HandleTriggerManually"); \ +static_assert(offsetof(TriggerGate_HandleTriggerManually, TriggeringActor) == 0x000000, "Member 'TriggerGate_HandleTriggerManually::TriggeringActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_RemoveAllTriggers \ +static_assert(alignof(TriggerGate_RemoveAllTriggers) == 0x000008, "Wrong alignment on TriggerGate_RemoveAllTriggers"); \ +static_assert(sizeof(TriggerGate_RemoveAllTriggers) == 0x000008, "Wrong size on TriggerGate_RemoveAllTriggers"); \ +static_assert(offsetof(TriggerGate_RemoveAllTriggers, Params_0) == 0x000000, "Member 'TriggerGate_RemoveAllTriggers::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_RemoveTrigger \ +static_assert(alignof(TriggerGate_RemoveTrigger) == 0x000008, "Wrong alignment on TriggerGate_RemoveTrigger"); \ +static_assert(sizeof(TriggerGate_RemoveTrigger) == 0x000008, "Wrong size on TriggerGate_RemoveTrigger"); \ +static_assert(offsetof(TriggerGate_RemoveTrigger, Params_0) == 0x000000, "Member 'TriggerGate_RemoveTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_RemoveTriggerManually \ +static_assert(alignof(TriggerGate_RemoveTriggerManually) == 0x000008, "Wrong alignment on TriggerGate_RemoveTriggerManually"); \ +static_assert(sizeof(TriggerGate_RemoveTriggerManually) == 0x000008, "Wrong size on TriggerGate_RemoveTriggerManually"); \ +static_assert(offsetof(TriggerGate_RemoveTriggerManually, TriggeringActor) == 0x000000, "Member 'TriggerGate_RemoveTriggerManually::TriggeringActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_T_CompleteActiveTimer \ +static_assert(alignof(TriggerGate_T_CompleteActiveTimer) == 0x000008, "Wrong alignment on TriggerGate_T_CompleteActiveTimer"); \ +static_assert(sizeof(TriggerGate_T_CompleteActiveTimer) == 0x000008, "Wrong size on TriggerGate_T_CompleteActiveTimer"); \ +static_assert(offsetof(TriggerGate_T_CompleteActiveTimer, Params_0) == 0x000000, "Member 'TriggerGate_T_CompleteActiveTimer::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_TryCompleteGate \ +static_assert(alignof(TriggerGate_TryCompleteGate) == 0x000001, "Wrong alignment on TriggerGate_TryCompleteGate"); \ +static_assert(sizeof(TriggerGate_TryCompleteGate) == 0x000001, "Wrong size on TriggerGate_TryCompleteGate"); \ +static_assert(offsetof(TriggerGate_TryCompleteGate, ReturnValue) == 0x000000, "Member 'TriggerGate_TryCompleteGate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_CheckCount \ +static_assert(alignof(TriggerGate_CheckCount) == 0x000001, "Wrong alignment on TriggerGate_CheckCount"); \ +static_assert(sizeof(TriggerGate_CheckCount) == 0x000001, "Wrong size on TriggerGate_CheckCount"); \ +static_assert(offsetof(TriggerGate_CheckCount, ReturnValue) == 0x000000, "Member 'TriggerGate_CheckCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_CheckOrder \ +static_assert(alignof(TriggerGate_CheckOrder) == 0x000001, "Wrong alignment on TriggerGate_CheckOrder"); \ +static_assert(sizeof(TriggerGate_CheckOrder) == 0x000001, "Wrong size on TriggerGate_CheckOrder"); \ +static_assert(offsetof(TriggerGate_CheckOrder, ReturnValue) == 0x000000, "Member 'TriggerGate_CheckOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerGate_CheckTimeframe \ +static_assert(alignof(TriggerGate_CheckTimeframe) == 0x000001, "Wrong alignment on TriggerGate_CheckTimeframe"); \ +static_assert(sizeof(TriggerGate_CheckTimeframe) == 0x000001, "Wrong size on TriggerGate_CheckTimeframe"); \ +static_assert(offsetof(TriggerGate_CheckTimeframe, ReturnValue) == 0x000000, "Member 'TriggerGate_CheckTimeframe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerGate \ +static_assert(alignof(ATriggerGate) == 0x000008, "Wrong alignment on ATriggerGate"); \ +static_assert(sizeof(ATriggerGate) == 0x000300, "Wrong size on ATriggerGate"); \ +static_assert(offsetof(ATriggerGate, RequireUniqueActors) == 0x000228, "Member 'ATriggerGate::RequireUniqueActors' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, UseIncrementalTriggers) == 0x000229, "Member 'ATriggerGate::UseIncrementalTriggers' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, FireOnDecrement) == 0x00022A, "Member 'ATriggerGate::FireOnDecrement' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, IncrementalTriggerDatas) == 0x000230, "Member 'ATriggerGate::IncrementalTriggerDatas' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, OnTriggerGateCountIncremented) == 0x000240, "Member 'ATriggerGate::OnTriggerGateCountIncremented' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, OnTriggerGateSucceeded) == 0x000250, "Member 'ATriggerGate::OnTriggerGateSucceeded' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, OnTriggerGateOrderIncorrect) == 0x000260, "Member 'ATriggerGate::OnTriggerGateOrderIncorrect' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, OnTriggerGateTimeframeElapsed) == 0x000270, "Member 'ATriggerGate::OnTriggerGateTimeframeElapsed' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, bCheckUniqueCount) == 0x000280, "Member 'ATriggerGate::bCheckUniqueCount' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, UniqueCount) == 0x000284, "Member 'ATriggerGate::UniqueCount' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, bCheckTimeframe) == 0x000288, "Member 'ATriggerGate::bCheckTimeframe' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, Timeframe) == 0x00028C, "Member 'ATriggerGate::Timeframe' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, bCheckOrder) == 0x000290, "Member 'ATriggerGate::bCheckOrder' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, Order) == 0x000298, "Member 'ATriggerGate::Order' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, OrderMode) == 0x0002A8, "Member 'ATriggerGate::OrderMode' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, UniqueTriggerActors) == 0x0002D0, "Member 'ATriggerGate::UniqueTriggerActors' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, TimeframeTimer) == 0x0002E0, "Member 'ATriggerGate::TimeframeTimer' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, TriggerNode) == 0x0002E8, "Member 'ATriggerGate::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ATriggerGate, IncrementalTriggerHandlers) == 0x0002F0, "Member 'ATriggerGate::IncrementalTriggerHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerHandler_DelayedTrigger \ +static_assert(alignof(TriggerHandler_DelayedTrigger) == 0x000008, "Wrong alignment on TriggerHandler_DelayedTrigger"); \ +static_assert(sizeof(TriggerHandler_DelayedTrigger) == 0x000008, "Wrong size on TriggerHandler_DelayedTrigger"); \ +static_assert(offsetof(TriggerHandler_DelayedTrigger, FromActor) == 0x000000, "Member 'TriggerHandler_DelayedTrigger::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerHandler_Trigger \ +static_assert(alignof(TriggerHandler_Trigger) == 0x000008, "Wrong alignment on TriggerHandler_Trigger"); \ +static_assert(sizeof(TriggerHandler_Trigger) == 0x000008, "Wrong size on TriggerHandler_Trigger"); \ +static_assert(offsetof(TriggerHandler_Trigger, FromActor) == 0x000000, "Member 'TriggerHandler_Trigger::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerHandler \ +static_assert(alignof(UTriggerHandler) == 0x000008, "Wrong alignment on UTriggerHandler"); \ +static_assert(sizeof(UTriggerHandler) == 0x000048, "Wrong size on UTriggerHandler"); \ +static_assert(offsetof(UTriggerHandler, Owner) == 0x000038, "Member 'UTriggerHandler::Owner' has a wrong offset!"); \ +static_assert(offsetof(UTriggerHandler, TriggerTimer) == 0x000040, "Member 'UTriggerHandler::TriggerTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerNodeComponent_TryInjectDynamicParams \ +static_assert(alignof(TriggerNodeComponent_TryInjectDynamicParams) == 0x000008, "Wrong alignment on TriggerNodeComponent_TryInjectDynamicParams"); \ +static_assert(sizeof(TriggerNodeComponent_TryInjectDynamicParams) == 0x000018, "Wrong size on TriggerNodeComponent_TryInjectDynamicParams"); \ +static_assert(offsetof(TriggerNodeComponent_TryInjectDynamicParams, DelegateName) == 0x000000, "Member 'TriggerNodeComponent_TryInjectDynamicParams::DelegateName' has a wrong offset!"); \ +static_assert(offsetof(TriggerNodeComponent_TryInjectDynamicParams, Params_0) == 0x000008, "Member 'TriggerNodeComponent_TryInjectDynamicParams::Params_0' has a wrong offset!"); \ +static_assert(offsetof(TriggerNodeComponent_TryInjectDynamicParams, ReturnValue) == 0x000010, "Member 'TriggerNodeComponent_TryInjectDynamicParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerNodeComponent \ +static_assert(alignof(UTriggerNodeComponent) == 0x000008, "Wrong alignment on UTriggerNodeComponent"); \ +static_assert(sizeof(UTriggerNodeComponent) == 0x000150, "Wrong size on UTriggerNodeComponent"); \ +static_assert(offsetof(UTriggerNodeComponent, TriggerMap) == 0x0000B0, "Member 'UTriggerNodeComponent::TriggerMap' has a wrong offset!"); \ +static_assert(offsetof(UTriggerNodeComponent, BindDelay) == 0x000100, "Member 'UTriggerNodeComponent::BindDelay' has a wrong offset!"); \ +static_assert(offsetof(UTriggerNodeComponent, UsePrintDebugging) == 0x000104, "Member 'UTriggerNodeComponent::UsePrintDebugging' has a wrong offset!"); \ +static_assert(offsetof(UTriggerNodeComponent, TriggerHandlers) == 0x000138, "Member 'UTriggerNodeComponent::TriggerHandlers' has a wrong offset!"); \ +static_assert(offsetof(UTriggerNodeComponent, BindToDelegatesTimer) == 0x000148, "Member 'UTriggerNodeComponent::BindToDelegatesTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStringTriggerParams \ +static_assert(alignof(UStringTriggerParams) == 0x000008, "Wrong alignment on UStringTriggerParams"); \ +static_assert(sizeof(UStringTriggerParams) == 0x000040, "Wrong size on UStringTriggerParams"); \ +static_assert(offsetof(UStringTriggerParams, String) == 0x000030, "Member 'UStringTriggerParams::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatTriggerParams \ +static_assert(alignof(UFloatTriggerParams) == 0x000008, "Wrong alignment on UFloatTriggerParams"); \ +static_assert(sizeof(UFloatTriggerParams) == 0x000038, "Wrong size on UFloatTriggerParams"); \ +static_assert(offsetof(UFloatTriggerParams, Float) == 0x000030, "Member 'UFloatTriggerParams::Float' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextTriggerParams \ +static_assert(alignof(UTextTriggerParams) == 0x000008, "Wrong alignment on UTextTriggerParams"); \ +static_assert(sizeof(UTextTriggerParams) == 0x000048, "Wrong size on UTextTriggerParams"); \ +static_assert(offsetof(UTextTriggerParams, Text) == 0x000030, "Member 'UTextTriggerParams::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntTriggerParams \ +static_assert(alignof(UIntTriggerParams) == 0x000008, "Wrong alignment on UIntTriggerParams"); \ +static_assert(sizeof(UIntTriggerParams) == 0x000038, "Wrong size on UIntTriggerParams"); \ +static_assert(offsetof(UIntTriggerParams, Int) == 0x000030, "Member 'UIntTriggerParams::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoolTriggerParams \ +static_assert(alignof(UBoolTriggerParams) == 0x000008, "Wrong alignment on UBoolTriggerParams"); \ +static_assert(sizeof(UBoolTriggerParams) == 0x000038, "Wrong size on UBoolTriggerParams"); \ +static_assert(offsetof(UBoolTriggerParams, Bool) == 0x000030, "Member 'UBoolTriggerParams::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorTriggerParams \ +static_assert(alignof(UVectorTriggerParams) == 0x000008, "Wrong alignment on UVectorTriggerParams"); \ +static_assert(sizeof(UVectorTriggerParams) == 0x000040, "Wrong size on UVectorTriggerParams"); \ +static_assert(offsetof(UVectorTriggerParams, Vector) == 0x000030, "Member 'UVectorTriggerParams::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationTriggerParams \ +static_assert(alignof(UAnimationTriggerParams) == 0x000008, "Wrong alignment on UAnimationTriggerParams"); \ +static_assert(sizeof(UAnimationTriggerParams) == 0x000040, "Wrong size on UAnimationTriggerParams"); \ +static_assert(offsetof(UAnimationTriggerParams, AnimSequence) == 0x000030, "Member 'UAnimationTriggerParams::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UAnimationTriggerParams, HideOnComplete) == 0x000038, "Member 'UAnimationTriggerParams::HideOnComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayMontageArgsTriggerParams \ +static_assert(alignof(UPlayMontageArgsTriggerParams) == 0x000008, "Wrong alignment on UPlayMontageArgsTriggerParams"); \ +static_assert(sizeof(UPlayMontageArgsTriggerParams) == 0x000048, "Wrong size on UPlayMontageArgsTriggerParams"); \ +static_assert(offsetof(UPlayMontageArgsTriggerParams, PlayMontageArgs) == 0x000030, "Member 'UPlayMontageArgsTriggerParams::PlayMontageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorInjectionTriggerParams \ +static_assert(alignof(UBehaviorInjectionTriggerParams) == 0x000008, "Wrong alignment on UBehaviorInjectionTriggerParams"); \ +static_assert(sizeof(UBehaviorInjectionTriggerParams) == 0x000040, "Wrong size on UBehaviorInjectionTriggerParams"); \ +static_assert(offsetof(UBehaviorInjectionTriggerParams, InjectionTag) == 0x000030, "Member 'UBehaviorInjectionTriggerParams::InjectionTag' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorInjectionTriggerParams, BehaviorTreeAsset) == 0x000038, "Member 'UBehaviorInjectionTriggerParams::BehaviorTreeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotatorSettingsParams \ +static_assert(alignof(URotatorSettingsParams) == 0x000008, "Wrong alignment on URotatorSettingsParams"); \ +static_assert(sizeof(URotatorSettingsParams) == 0x0000F0, "Wrong size on URotatorSettingsParams"); \ +static_assert(offsetof(URotatorSettingsParams, RotatorSettings) == 0x000030, "Member 'URotatorSettingsParams::RotatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoverSettingsParams \ +static_assert(alignof(UMoverSettingsParams) == 0x000008, "Wrong alignment on UMoverSettingsParams"); \ +static_assert(sizeof(UMoverSettingsParams) == 0x000190, "Wrong size on UMoverSettingsParams"); \ +static_assert(offsetof(UMoverSettingsParams, MoverSettings) == 0x000030, "Member 'UMoverSettingsParams::MoverSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShakerSettingsParams \ +static_assert(alignof(UShakerSettingsParams) == 0x000008, "Wrong alignment on UShakerSettingsParams"); \ +static_assert(sizeof(UShakerSettingsParams) == 0x000098, "Wrong size on UShakerSettingsParams"); \ +static_assert(offsetof(UShakerSettingsParams, ShakerSettings) == 0x000030, "Member 'UShakerSettingsParams::ShakerSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerTimerParams \ +static_assert(alignof(UTriggerTimerParams) == 0x000008, "Wrong alignment on UTriggerTimerParams"); \ +static_assert(sizeof(UTriggerTimerParams) == 0x000038, "Wrong size on UTriggerTimerParams"); \ +static_assert(offsetof(UTriggerTimerParams, Duration) == 0x000030, "Member 'UTriggerTimerParams::Duration' has a wrong offset!"); \ +static_assert(offsetof(UTriggerTimerParams, Looping) == 0x000034, "Member 'UTriggerTimerParams::Looping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerTimer_PauseTimer \ +static_assert(alignof(TriggerTimer_PauseTimer) == 0x000008, "Wrong alignment on TriggerTimer_PauseTimer"); \ +static_assert(sizeof(TriggerTimer_PauseTimer) == 0x000008, "Wrong size on TriggerTimer_PauseTimer"); \ +static_assert(offsetof(TriggerTimer_PauseTimer, Params_0) == 0x000000, "Member 'TriggerTimer_PauseTimer::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerTimer_ResumeTimer \ +static_assert(alignof(TriggerTimer_ResumeTimer) == 0x000008, "Wrong alignment on TriggerTimer_ResumeTimer"); \ +static_assert(sizeof(TriggerTimer_ResumeTimer) == 0x000008, "Wrong size on TriggerTimer_ResumeTimer"); \ +static_assert(offsetof(TriggerTimer_ResumeTimer, Params_0) == 0x000000, "Member 'TriggerTimer_ResumeTimer::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerTimer_StartTimer \ +static_assert(alignof(TriggerTimer_StartTimer) == 0x000008, "Wrong alignment on TriggerTimer_StartTimer"); \ +static_assert(sizeof(TriggerTimer_StartTimer) == 0x000008, "Wrong size on TriggerTimer_StartTimer"); \ +static_assert(offsetof(TriggerTimer_StartTimer, Params_0) == 0x000000, "Member 'TriggerTimer_StartTimer::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerTimer_StopTimer \ +static_assert(alignof(TriggerTimer_StopTimer) == 0x000008, "Wrong alignment on TriggerTimer_StopTimer"); \ +static_assert(sizeof(TriggerTimer_StopTimer) == 0x000008, "Wrong size on TriggerTimer_StopTimer"); \ +static_assert(offsetof(TriggerTimer_StopTimer, Params_0) == 0x000000, "Member 'TriggerTimer_StopTimer::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerTimer_GetTimeRemaining \ +static_assert(alignof(TriggerTimer_GetTimeRemaining) == 0x000004, "Wrong alignment on TriggerTimer_GetTimeRemaining"); \ +static_assert(sizeof(TriggerTimer_GetTimeRemaining) == 0x000004, "Wrong size on TriggerTimer_GetTimeRemaining"); \ +static_assert(offsetof(TriggerTimer_GetTimeRemaining, ReturnValue) == 0x000000, "Member 'TriggerTimer_GetTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerTimer \ +static_assert(alignof(ATriggerTimer) == 0x000008, "Wrong alignment on ATriggerTimer"); \ +static_assert(sizeof(ATriggerTimer) == 0x000290, "Wrong size on ATriggerTimer"); \ +static_assert(offsetof(ATriggerTimer, IsPaused) == 0x000228, "Member 'ATriggerTimer::IsPaused' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, TriggerNode) == 0x000230, "Member 'ATriggerTimer::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, OnTimerStarted) == 0x000238, "Member 'ATriggerTimer::OnTimerStarted' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, OnTimerElapsed) == 0x000248, "Member 'ATriggerTimer::OnTimerElapsed' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, OnTimerStopped) == 0x000258, "Member 'ATriggerTimer::OnTimerStopped' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, OnTimerPaused) == 0x000268, "Member 'ATriggerTimer::OnTimerPaused' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, OnTimerResumed) == 0x000278, "Member 'ATriggerTimer::OnTimerResumed' has a wrong offset!"); \ +static_assert(offsetof(ATriggerTimer, TimerHandle) == 0x000288, "Member 'ATriggerTimer::TimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TutorialDispatcher_OnTutorialDisplayed \ +static_assert(alignof(TutorialDispatcher_OnTutorialDisplayed) == 0x000008, "Wrong alignment on TutorialDispatcher_OnTutorialDisplayed"); \ +static_assert(sizeof(TutorialDispatcher_OnTutorialDisplayed) == 0x000010, "Wrong size on TutorialDispatcher_OnTutorialDisplayed"); \ +static_assert(offsetof(TutorialDispatcher_OnTutorialDisplayed, Widget) == 0x000000, "Member 'TutorialDispatcher_OnTutorialDisplayed::Widget' has a wrong offset!"); \ +static_assert(offsetof(TutorialDispatcher_OnTutorialDisplayed, Rule) == 0x000008, "Member 'TutorialDispatcher_OnTutorialDisplayed::Rule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTutorialDispatcher \ +static_assert(alignof(UTutorialDispatcher) == 0x000008, "Wrong alignment on UTutorialDispatcher"); \ +static_assert(sizeof(UTutorialDispatcher) == 0x000040, "Wrong size on UTutorialDispatcher"); \ +static_assert(offsetof(UTutorialDispatcher, TutorialRules) == 0x000030, "Member 'UTutorialDispatcher::TutorialRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTutorialRule \ +static_assert(alignof(UTutorialRule) == 0x000008, "Wrong alignment on UTutorialRule"); \ +static_assert(sizeof(UTutorialRule) == 0x000060, "Wrong size on UTutorialRule"); \ +static_assert(offsetof(UTutorialRule, TutorialData) == 0x000028, "Member 'UTutorialRule::TutorialData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DeadzoneHeartTutorialRule_OnHeartBindExpired \ +static_assert(alignof(DeadzoneHeartTutorialRule_OnHeartBindExpired) == 0x000004, "Wrong alignment on DeadzoneHeartTutorialRule_OnHeartBindExpired"); \ +static_assert(sizeof(DeadzoneHeartTutorialRule_OnHeartBindExpired) == 0x000008, "Wrong size on DeadzoneHeartTutorialRule_OnHeartBindExpired"); \ +static_assert(offsetof(DeadzoneHeartTutorialRule_OnHeartBindExpired, EventName) == 0x000000, "Member 'DeadzoneHeartTutorialRule_OnHeartBindExpired::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeadzoneHeartTutorialRule \ +static_assert(alignof(UDeadzoneHeartTutorialRule) == 0x000008, "Wrong alignment on UDeadzoneHeartTutorialRule"); \ +static_assert(sizeof(UDeadzoneHeartTutorialRule) == 0x000068, "Wrong size on UDeadzoneHeartTutorialRule"); \ + +#define DUMPER7_ASSERTS_ShieldTutorialRule_OnRespawnedAfterCombat \ +static_assert(alignof(ShieldTutorialRule_OnRespawnedAfterCombat) == 0x000004, "Wrong alignment on ShieldTutorialRule_OnRespawnedAfterCombat"); \ +static_assert(sizeof(ShieldTutorialRule_OnRespawnedAfterCombat) == 0x000008, "Wrong size on ShieldTutorialRule_OnRespawnedAfterCombat"); \ +static_assert(offsetof(ShieldTutorialRule_OnRespawnedAfterCombat, EventName) == 0x000000, "Member 'ShieldTutorialRule_OnRespawnedAfterCombat::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShieldTutorialRule \ +static_assert(alignof(UShieldTutorialRule) == 0x000008, "Wrong alignment on UShieldTutorialRule"); \ +static_assert(sizeof(UShieldTutorialRule) == 0x000068, "Wrong size on UShieldTutorialRule"); \ + +#define DUMPER7_ASSERTS_UINavManager_HideWidgetWithQueue \ +static_assert(alignof(UINavManager_HideWidgetWithQueue) == 0x000008, "Wrong alignment on UINavManager_HideWidgetWithQueue"); \ +static_assert(sizeof(UINavManager_HideWidgetWithQueue) == 0x000010, "Wrong size on UINavManager_HideWidgetWithQueue"); \ +static_assert(offsetof(UINavManager_HideWidgetWithQueue, Widget) == 0x000000, "Member 'UINavManager_HideWidgetWithQueue::Widget' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_HideWidgetWithQueue, ReturnValue) == 0x000008, "Member 'UINavManager_HideWidgetWithQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UINavManager_NavigateBack \ +static_assert(alignof(UINavManager_NavigateBack) == 0x000008, "Wrong alignment on UINavManager_NavigateBack"); \ +static_assert(sizeof(UINavManager_NavigateBack) == 0x000008, "Wrong size on UINavManager_NavigateBack"); \ +static_assert(offsetof(UINavManager_NavigateBack, ReturnValue) == 0x000000, "Member 'UINavManager_NavigateBack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UINavManager_NavigateForward \ +static_assert(alignof(UINavManager_NavigateForward) == 0x000008, "Wrong alignment on UINavManager_NavigateForward"); \ +static_assert(sizeof(UINavManager_NavigateForward) == 0x000010, "Wrong size on UINavManager_NavigateForward"); \ +static_assert(offsetof(UINavManager_NavigateForward, NextWidgetClass) == 0x000000, "Member 'UINavManager_NavigateForward::NextWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_NavigateForward, ReturnValue) == 0x000008, "Member 'UINavManager_NavigateForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UINavManager_NavigateForwardWithQueue \ +static_assert(alignof(UINavManager_NavigateForwardWithQueue) == 0x000008, "Wrong alignment on UINavManager_NavigateForwardWithQueue"); \ +static_assert(sizeof(UINavManager_NavigateForwardWithQueue) == 0x000020, "Wrong size on UINavManager_NavigateForwardWithQueue"); \ +static_assert(offsetof(UINavManager_NavigateForwardWithQueue, WidgetClass) == 0x000000, "Member 'UINavManager_NavigateForwardWithQueue::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_NavigateForwardWithQueue, OnInstanced) == 0x000008, "Member 'UINavManager_NavigateForwardWithQueue::OnInstanced' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_NavigateForwardWithQueue, OptionalArgs) == 0x000018, "Member 'UINavManager_NavigateForwardWithQueue::OptionalArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UINavManager_ReturnToGame \ +static_assert(alignof(UINavManager_ReturnToGame) == 0x000001, "Wrong alignment on UINavManager_ReturnToGame"); \ +static_assert(sizeof(UINavManager_ReturnToGame) == 0x000001, "Wrong size on UINavManager_ReturnToGame"); \ +static_assert(offsetof(UINavManager_ReturnToGame, ReturnValue) == 0x000000, "Member 'UINavManager_ReturnToGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UINavManager_ShowWidgetWithQueue \ +static_assert(alignof(UINavManager_ShowWidgetWithQueue) == 0x000008, "Wrong alignment on UINavManager_ShowWidgetWithQueue"); \ +static_assert(sizeof(UINavManager_ShowWidgetWithQueue) == 0x000028, "Wrong size on UINavManager_ShowWidgetWithQueue"); \ +static_assert(offsetof(UINavManager_ShowWidgetWithQueue, WidgetClass) == 0x000000, "Member 'UINavManager_ShowWidgetWithQueue::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_ShowWidgetWithQueue, ZOrder) == 0x000008, "Member 'UINavManager_ShowWidgetWithQueue::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_ShowWidgetWithQueue, OnInstanced) == 0x00000C, "Member 'UINavManager_ShowWidgetWithQueue::OnInstanced' has a wrong offset!"); \ +static_assert(offsetof(UINavManager_ShowWidgetWithQueue, OptionalArgs) == 0x000020, "Member 'UINavManager_ShowWidgetWithQueue::OptionalArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UINavManager_PeekStack \ +static_assert(alignof(UINavManager_PeekStack) == 0x000008, "Wrong alignment on UINavManager_PeekStack"); \ +static_assert(sizeof(UINavManager_PeekStack) == 0x000008, "Wrong size on UINavManager_PeekStack"); \ +static_assert(offsetof(UINavManager_PeekStack, ReturnValue) == 0x000000, "Member 'UINavManager_PeekStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUINavManager \ +static_assert(alignof(UUINavManager) == 0x000008, "Wrong alignment on UUINavManager"); \ +static_assert(sizeof(UUINavManager) == 0x000078, "Wrong size on UUINavManager"); \ +static_assert(offsetof(UUINavManager, OnUIOpened) == 0x000030, "Member 'UUINavManager::OnUIOpened' has a wrong offset!"); \ +static_assert(offsetof(UUINavManager, OnUIReturnedToGameplay) == 0x000040, "Member 'UUINavManager::OnUIReturnedToGameplay' has a wrong offset!"); \ +static_assert(offsetof(UUINavManager, WidgetStack) == 0x000050, "Member 'UUINavManager::WidgetStack' has a wrong offset!"); \ +static_assert(offsetof(UUINavManager, QueuedWidgets) == 0x000060, "Member 'UUINavManager::QueuedWidgets' has a wrong offset!"); \ +static_assert(offsetof(UUINavManager, ActiveDequeuedWidget) == 0x000070, "Member 'UUINavManager::ActiveDequeuedWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewportCanvasPanel \ +static_assert(alignof(UViewportCanvasPanel) == 0x000008, "Wrong alignment on UViewportCanvasPanel"); \ +static_assert(sizeof(UViewportCanvasPanel) == 0x000148, "Wrong size on UViewportCanvasPanel"); \ + +#define DUMPER7_ASSERTS_UIViewport_HandleSlotRemovedFromPanel \ +static_assert(alignof(UIViewport_HandleSlotRemovedFromPanel) == 0x000008, "Wrong alignment on UIViewport_HandleSlotRemovedFromPanel"); \ +static_assert(sizeof(UIViewport_HandleSlotRemovedFromPanel) == 0x000008, "Wrong size on UIViewport_HandleSlotRemovedFromPanel"); \ +static_assert(offsetof(UIViewport_HandleSlotRemovedFromPanel, RemovedSlot) == 0x000000, "Member 'UIViewport_HandleSlotRemovedFromPanel::RemovedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIViewport_OnLevelRemovedFromWorld \ +static_assert(alignof(UIViewport_OnLevelRemovedFromWorld) == 0x000008, "Wrong alignment on UIViewport_OnLevelRemovedFromWorld"); \ +static_assert(sizeof(UIViewport_OnLevelRemovedFromWorld) == 0x000010, "Wrong size on UIViewport_OnLevelRemovedFromWorld"); \ +static_assert(offsetof(UIViewport_OnLevelRemovedFromWorld, InLevel) == 0x000000, "Member 'UIViewport_OnLevelRemovedFromWorld::InLevel' has a wrong offset!"); \ +static_assert(offsetof(UIViewport_OnLevelRemovedFromWorld, InWorld) == 0x000008, "Member 'UIViewport_OnLevelRemovedFromWorld::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIViewport \ +static_assert(alignof(UUIViewport) == 0x000008, "Wrong alignment on UUIViewport"); \ +static_assert(sizeof(UUIViewport) == 0x000388, "Wrong size on UUIViewport"); \ +static_assert(offsetof(UUIViewport, PanelRoot) == 0x000328, "Member 'UUIViewport::PanelRoot' has a wrong offset!"); \ +static_assert(offsetof(UUIViewport, WantsBlackBordersSlots) == 0x000330, "Member 'UUIViewport::WantsBlackBordersSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UtilityScoresComponent_GetScore \ +static_assert(alignof(UtilityScoresComponent_GetScore) == 0x000004, "Wrong alignment on UtilityScoresComponent_GetScore"); \ +static_assert(sizeof(UtilityScoresComponent_GetScore) == 0x000008, "Wrong size on UtilityScoresComponent_GetScore"); \ +static_assert(offsetof(UtilityScoresComponent_GetScore, Score) == 0x000000, "Member 'UtilityScoresComponent_GetScore::Score' has a wrong offset!"); \ +static_assert(offsetof(UtilityScoresComponent_GetScore, ReturnValue) == 0x000004, "Member 'UtilityScoresComponent_GetScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UtilityScoresComponent_IncreaseScore \ +static_assert(alignof(UtilityScoresComponent_IncreaseScore) == 0x000004, "Wrong alignment on UtilityScoresComponent_IncreaseScore"); \ +static_assert(sizeof(UtilityScoresComponent_IncreaseScore) == 0x000008, "Wrong size on UtilityScoresComponent_IncreaseScore"); \ +static_assert(offsetof(UtilityScoresComponent_IncreaseScore, Score) == 0x000000, "Member 'UtilityScoresComponent_IncreaseScore::Score' has a wrong offset!"); \ +static_assert(offsetof(UtilityScoresComponent_IncreaseScore, Delta) == 0x000004, "Member 'UtilityScoresComponent_IncreaseScore::Delta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UtilityScoresComponent_SetScore \ +static_assert(alignof(UtilityScoresComponent_SetScore) == 0x000004, "Wrong alignment on UtilityScoresComponent_SetScore"); \ +static_assert(sizeof(UtilityScoresComponent_SetScore) == 0x000008, "Wrong size on UtilityScoresComponent_SetScore"); \ +static_assert(offsetof(UtilityScoresComponent_SetScore, Score) == 0x000000, "Member 'UtilityScoresComponent_SetScore::Score' has a wrong offset!"); \ +static_assert(offsetof(UtilityScoresComponent_SetScore, Value) == 0x000004, "Member 'UtilityScoresComponent_SetScore::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUtilityScoresComponent \ +static_assert(alignof(UUtilityScoresComponent) == 0x000008, "Wrong alignment on UUtilityScoresComponent"); \ +static_assert(sizeof(UUtilityScoresComponent) == 0x0001E0, "Wrong size on UUtilityScoresComponent"); \ +static_assert(offsetof(UUtilityScoresComponent, UtilityScoreMap) == 0x0000B0, "Member 'UUtilityScoresComponent::UtilityScoreMap' has a wrong offset!"); \ +static_assert(offsetof(UUtilityScoresComponent, UtilityScoreVelocities) == 0x000100, "Member 'UUtilityScoresComponent::UtilityScoreVelocities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VillagerSpawnerActor_OnWatchedValueChanged \ +static_assert(alignof(VillagerSpawnerActor_OnWatchedValueChanged) == 0x000004, "Wrong alignment on VillagerSpawnerActor_OnWatchedValueChanged"); \ +static_assert(sizeof(VillagerSpawnerActor_OnWatchedValueChanged) == 0x000010, "Wrong size on VillagerSpawnerActor_OnWatchedValueChanged"); \ +static_assert(offsetof(VillagerSpawnerActor_OnWatchedValueChanged, Context) == 0x000000, "Member 'VillagerSpawnerActor_OnWatchedValueChanged::Context' has a wrong offset!"); \ +static_assert(offsetof(VillagerSpawnerActor_OnWatchedValueChanged, KeyName) == 0x000004, "Member 'VillagerSpawnerActor_OnWatchedValueChanged::KeyName' has a wrong offset!"); \ +static_assert(offsetof(VillagerSpawnerActor_OnWatchedValueChanged, Value) == 0x00000C, "Member 'VillagerSpawnerActor_OnWatchedValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVillagerSpawnerActor \ +static_assert(alignof(AVillagerSpawnerActor) == 0x000008, "Wrong alignment on AVillagerSpawnerActor"); \ +static_assert(sizeof(AVillagerSpawnerActor) == 0x000328, "Wrong size on AVillagerSpawnerActor"); \ +static_assert(offsetof(AVillagerSpawnerActor, DismissRadius) == 0x000228, "Member 'AVillagerSpawnerActor::DismissRadius' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, SpawnRadius) == 0x00022C, "Member 'AVillagerSpawnerActor::SpawnRadius' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, DismissTimeout) == 0x000230, "Member 'AVillagerSpawnerActor::DismissTimeout' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, SpawnedVillagerClass) == 0x000238, "Member 'AVillagerSpawnerActor::SpawnedVillagerClass' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, Root) == 0x000260, "Member 'AVillagerSpawnerActor::Root' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, WatchComponent) == 0x000268, "Member 'AVillagerSpawnerActor::WatchComponent' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, DismissTimerHandle) == 0x000270, "Member 'AVillagerSpawnerActor::DismissTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, ConstructedAsyncSpawners) == 0x000278, "Member 'AVillagerSpawnerActor::ConstructedAsyncSpawners' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, VillagerTransforms) == 0x000288, "Member 'AVillagerSpawnerActor::VillagerTransforms' has a wrong offset!"); \ +static_assert(offsetof(AVillagerSpawnerActor, VillagerDataHandles) == 0x0002D8, "Member 'AVillagerSpawnerActor::VillagerDataHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WarpShrine_T_ActivateWarpShrine \ +static_assert(alignof(WarpShrine_T_ActivateWarpShrine) == 0x000008, "Wrong alignment on WarpShrine_T_ActivateWarpShrine"); \ +static_assert(sizeof(WarpShrine_T_ActivateWarpShrine) == 0x000008, "Wrong size on WarpShrine_T_ActivateWarpShrine"); \ +static_assert(offsetof(WarpShrine_T_ActivateWarpShrine, Params_0) == 0x000000, "Member 'WarpShrine_T_ActivateWarpShrine::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWarpShrine \ +static_assert(alignof(AWarpShrine) == 0x000008, "Wrong alignment on AWarpShrine"); \ +static_assert(sizeof(AWarpShrine) == 0x0002E0, "Wrong size on AWarpShrine"); \ +static_assert(offsetof(AWarpShrine, World) == 0x0002C0, "Member 'AWarpShrine::World' has a wrong offset!"); \ +static_assert(offsetof(AWarpShrine, WasVisited) == 0x0002D8, "Member 'AWarpShrine::WasVisited' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterInteractorComponent \ +static_assert(alignof(UWaterInteractorComponent) == 0x000010, "Wrong alignment on UWaterInteractorComponent"); \ +static_assert(sizeof(UWaterInteractorComponent) == 0x000370, "Wrong size on UWaterInteractorComponent"); \ + +#define DUMPER7_ASSERTS_WaveManager_EndCombat \ +static_assert(alignof(WaveManager_EndCombat) == 0x000001, "Wrong alignment on WaveManager_EndCombat"); \ +static_assert(sizeof(WaveManager_EndCombat) == 0x000001, "Wrong size on WaveManager_EndCombat"); \ +static_assert(offsetof(WaveManager_EndCombat, ReturnValue) == 0x000000, "Member 'WaveManager_EndCombat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveManager_KillAndStopRespawning \ +static_assert(alignof(WaveManager_KillAndStopRespawning) == 0x000008, "Wrong alignment on WaveManager_KillAndStopRespawning"); \ +static_assert(sizeof(WaveManager_KillAndStopRespawning) == 0x000010, "Wrong size on WaveManager_KillAndStopRespawning"); \ +static_assert(offsetof(WaveManager_KillAndStopRespawning, Spawners) == 0x000000, "Member 'WaveManager_KillAndStopRespawning::Spawners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveManager_OnAnyEnemyKilled \ +static_assert(alignof(WaveManager_OnAnyEnemyKilled) == 0x000008, "Wrong alignment on WaveManager_OnAnyEnemyKilled"); \ +static_assert(sizeof(WaveManager_OnAnyEnemyKilled) == 0x000008, "Wrong size on WaveManager_OnAnyEnemyKilled"); \ +static_assert(offsetof(WaveManager_OnAnyEnemyKilled, FromActor) == 0x000000, "Member 'WaveManager_OnAnyEnemyKilled::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveManager_OnCleanup \ +static_assert(alignof(WaveManager_OnCleanup) == 0x000001, "Wrong alignment on WaveManager_OnCleanup"); \ +static_assert(sizeof(WaveManager_OnCleanup) == 0x000001, "Wrong size on WaveManager_OnCleanup"); \ +static_assert(offsetof(WaveManager_OnCleanup, reason) == 0x000000, "Member 'WaveManager_OnCleanup::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveManager_StopRespawning \ +static_assert(alignof(WaveManager_StopRespawning) == 0x000008, "Wrong alignment on WaveManager_StopRespawning"); \ +static_assert(sizeof(WaveManager_StopRespawning) == 0x000010, "Wrong size on WaveManager_StopRespawning"); \ +static_assert(offsetof(WaveManager_StopRespawning, Spawners) == 0x000000, "Member 'WaveManager_StopRespawning::Spawners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveManager_AreEnemyClassesLoaded \ +static_assert(alignof(WaveManager_AreEnemyClassesLoaded) == 0x000001, "Wrong alignment on WaveManager_AreEnemyClassesLoaded"); \ +static_assert(sizeof(WaveManager_AreEnemyClassesLoaded) == 0x000001, "Wrong size on WaveManager_AreEnemyClassesLoaded"); \ +static_assert(offsetof(WaveManager_AreEnemyClassesLoaded, ReturnValue) == 0x000000, "Member 'WaveManager_AreEnemyClassesLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveManager_IsEncounterCompleted \ +static_assert(alignof(WaveManager_IsEncounterCompleted) == 0x000001, "Wrong alignment on WaveManager_IsEncounterCompleted"); \ +static_assert(sizeof(WaveManager_IsEncounterCompleted) == 0x000001, "Wrong size on WaveManager_IsEncounterCompleted"); \ +static_assert(offsetof(WaveManager_IsEncounterCompleted, ReturnValue) == 0x000000, "Member 'WaveManager_IsEncounterCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaveManager \ +static_assert(alignof(AWaveManager) == 0x000008, "Wrong alignment on AWaveManager"); \ +static_assert(sizeof(AWaveManager) == 0x000270, "Wrong size on AWaveManager"); \ +static_assert(offsetof(AWaveManager, ReferencedSpawners) == 0x000240, "Member 'AWaveManager::ReferencedSpawners' has a wrong offset!"); \ +static_assert(offsetof(AWaveManager, TotalActiveWaveSpawnerCount) == 0x000250, "Member 'AWaveManager::TotalActiveWaveSpawnerCount' has a wrong offset!"); \ +static_assert(offsetof(AWaveManager, CurrentEncounterVolume) == 0x000258, "Member 'AWaveManager::CurrentEncounterVolume' has a wrong offset!"); \ +static_assert(offsetof(AWaveManager, TextRenderComponent) == 0x000260, "Member 'AWaveManager::TextRenderComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaveManager, TriggerNodeComponent) == 0x000268, "Member 'AWaveManager::TriggerNodeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiWeaponDamageDefinition \ +static_assert(alignof(UMochiWeaponDamageDefinition) == 0x000008, "Wrong alignment on UMochiWeaponDamageDefinition"); \ +static_assert(sizeof(UMochiWeaponDamageDefinition) == 0x000078, "Wrong size on UMochiWeaponDamageDefinition"); \ +static_assert(offsetof(UMochiWeaponDamageDefinition, DamagePropertyMap) == 0x000028, "Member 'UMochiWeaponDamageDefinition::DamagePropertyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAbilityDamageDefinition \ +static_assert(alignof(UMochiAbilityDamageDefinition) == 0x000008, "Wrong alignment on UMochiAbilityDamageDefinition"); \ +static_assert(sizeof(UMochiAbilityDamageDefinition) == 0x000030, "Wrong size on UMochiAbilityDamageDefinition"); \ +static_assert(offsetof(UMochiAbilityDamageDefinition, DamageProperties) == 0x000028, "Member 'UMochiAbilityDamageDefinition::DamageProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialDamageBalanceConfig \ +static_assert(alignof(UMaterialDamageBalanceConfig) == 0x000008, "Wrong alignment on UMaterialDamageBalanceConfig"); \ +static_assert(sizeof(UMaterialDamageBalanceConfig) == 0x000038, "Wrong size on UMaterialDamageBalanceConfig"); \ +static_assert(offsetof(UMaterialDamageBalanceConfig, MaterialType) == 0x000030, "Member 'UMaterialDamageBalanceConfig::MaterialType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeaponBalanceConfig \ +static_assert(alignof(UWeaponBalanceConfig) == 0x000008, "Wrong alignment on UWeaponBalanceConfig"); \ +static_assert(sizeof(UWeaponBalanceConfig) == 0x000040, "Wrong size on UWeaponBalanceConfig"); \ +static_assert(offsetof(UWeaponBalanceConfig, DamageDefinition) == 0x000038, "Member 'UWeaponBalanceConfig::DamageDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiDamageConfig \ +static_assert(alignof(UMochiDamageConfig) == 0x000008, "Wrong alignment on UMochiDamageConfig"); \ +static_assert(sizeof(UMochiDamageConfig) == 0x0001A8, "Wrong size on UMochiDamageConfig"); \ +static_assert(offsetof(UMochiDamageConfig, DamageTag) == 0x000038, "Member 'UMochiDamageConfig::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, HitResponseHeuristic) == 0x000040, "Member 'UMochiDamageConfig::HitResponseHeuristic' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, DamageRange) == 0x000044, "Member 'UMochiDamageConfig::DamageRange' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, Damage) == 0x00004C, "Member 'UMochiDamageConfig::Damage' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, StaggerDamage) == 0x000050, "Member 'UMochiDamageConfig::StaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, CanBeParried) == 0x000054, "Member 'UMochiDamageConfig::CanBeParried' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, ShouldBypassLastHit) == 0x000055, "Member 'UMochiDamageConfig::ShouldBypassLastHit' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, IsCharged) == 0x000056, "Member 'UMochiDamageConfig::IsCharged' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, ChargeDamageMinMax) == 0x000058, "Member 'UMochiDamageConfig::ChargeDamageMinMax' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, ChargeStaggerDamageMinMax) == 0x000060, "Member 'UMochiDamageConfig::ChargeStaggerDamageMinMax' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, ChargeDamageCurve) == 0x000068, "Member 'UMochiDamageConfig::ChargeDamageCurve' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, ChargeStaggerDamageCurve) == 0x0000F0, "Member 'UMochiDamageConfig::ChargeStaggerDamageCurve' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, IsExplosive) == 0x000178, "Member 'UMochiDamageConfig::IsExplosive' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, StartingRadius) == 0x00017C, "Member 'UMochiDamageConfig::StartingRadius' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, InnerDamage) == 0x000180, "Member 'UMochiDamageConfig::InnerDamage' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, InnerStaggerDamage) == 0x000184, "Member 'UMochiDamageConfig::InnerStaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, InnerRadius) == 0x000188, "Member 'UMochiDamageConfig::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, OuterDamage) == 0x00018C, "Member 'UMochiDamageConfig::OuterDamage' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, OuterStaggerDamage) == 0x000190, "Member 'UMochiDamageConfig::OuterStaggerDamage' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, OuterRadius) == 0x000194, "Member 'UMochiDamageConfig::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, Duration) == 0x000198, "Member 'UMochiDamageConfig::Duration' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, EdgeActiveTime) == 0x00019C, "Member 'UMochiDamageConfig::EdgeActiveTime' has a wrong offset!"); \ +static_assert(offsetof(UMochiDamageConfig, DamagePreventionChannel) == 0x0001A0, "Member 'UMochiDamageConfig::DamagePreventionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMochiAttackMap \ +static_assert(alignof(UMochiAttackMap) == 0x000008, "Wrong alignment on UMochiAttackMap"); \ +static_assert(sizeof(UMochiAttackMap) == 0x0000D0, "Wrong size on UMochiAttackMap"); \ +static_assert(offsetof(UMochiAttackMap, AttackMap) == 0x000030, "Member 'UMochiAttackMap::AttackMap' has a wrong offset!"); \ +static_assert(offsetof(UMochiAttackMap, MultihitAttackMap) == 0x000080, "Member 'UMochiAttackMap::MultihitAttackMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExplosionDamageBalanceConfig \ +static_assert(alignof(UExplosionDamageBalanceConfig) == 0x000008, "Wrong alignment on UExplosionDamageBalanceConfig"); \ +static_assert(sizeof(UExplosionDamageBalanceConfig) == 0x000040, "Wrong size on UExplosionDamageBalanceConfig"); \ +static_assert(offsetof(UExplosionDamageBalanceConfig, TODO_DamageDefinition) == 0x000038, "Member 'UExplosionDamageBalanceConfig::TODO_DamageDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityBalanceConfig \ +static_assert(alignof(UAbilityBalanceConfig) == 0x000008, "Wrong alignment on UAbilityBalanceConfig"); \ +static_assert(sizeof(UAbilityBalanceConfig) == 0x000040, "Wrong size on UAbilityBalanceConfig"); \ +static_assert(offsetof(UAbilityBalanceConfig, TODO_DamageDefinition) == 0x000038, "Member 'UAbilityBalanceConfig::TODO_DamageDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetCarouselTest \ +static_assert(alignof(UWidgetCarouselTest) == 0x000008, "Wrong alignment on UWidgetCarouselTest"); \ +static_assert(sizeof(UWidgetCarouselTest) == 0x000260, "Wrong size on UWidgetCarouselTest"); \ + +#define DUMPER7_ASSERTS_WindHelpers_AddWindEffect \ +static_assert(alignof(WindHelpers_AddWindEffect) == 0x000004, "Wrong alignment on WindHelpers_AddWindEffect"); \ +static_assert(sizeof(WindHelpers_AddWindEffect) == 0x000020, "Wrong size on WindHelpers_AddWindEffect"); \ +static_assert(offsetof(WindHelpers_AddWindEffect, WindEffect) == 0x000000, "Member 'WindHelpers_AddWindEffect::WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindHelpers \ +static_assert(alignof(UWindHelpers) == 0x000008, "Wrong alignment on UWindHelpers"); \ +static_assert(sizeof(UWindHelpers) == 0x000028, "Wrong size on UWindHelpers"); \ + +#define DUMPER7_ASSERTS_UWorldAmbienceConfig \ +static_assert(alignof(UWorldAmbienceConfig) == 0x000010, "Wrong alignment on UWorldAmbienceConfig"); \ +static_assert(sizeof(UWorldAmbienceConfig) == 0x000730, "Wrong size on UWorldAmbienceConfig"); \ +static_assert(offsetof(UWorldAmbienceConfig, Settings) == 0x000030, "Member 'UWorldAmbienceConfig::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWorldAmbienceConfig, LightingSettings) == 0x000590, "Member 'UWorldAmbienceConfig::LightingSettings' has a wrong offset!"); \ +static_assert(offsetof(UWorldAmbienceConfig, FogSettings) == 0x0005E8, "Member 'UWorldAmbienceConfig::FogSettings' has a wrong offset!"); \ +static_assert(offsetof(UWorldAmbienceConfig, SkySettings) == 0x00065C, "Member 'UWorldAmbienceConfig::SkySettings' has a wrong offset!"); \ +static_assert(offsetof(UWorldAmbienceConfig, CloudSettings) == 0x0006EC, "Member 'UWorldAmbienceConfig::CloudSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindConfig \ +static_assert(alignof(UWindConfig) == 0x000008, "Wrong alignment on UWindConfig"); \ +static_assert(sizeof(UWindConfig) == 0x000048, "Wrong size on UWindConfig"); \ +static_assert(offsetof(UWindConfig, WindSettings) == 0x000030, "Member 'UWindConfig::WindSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldObjectiveMarker \ +static_assert(alignof(AWorldObjectiveMarker) == 0x000008, "Wrong alignment on AWorldObjectiveMarker"); \ +static_assert(sizeof(AWorldObjectiveMarker) == 0x000230, "Wrong size on AWorldObjectiveMarker"); \ +static_assert(offsetof(AWorldObjectiveMarker, MapInfoComponent) == 0x000228, "Member 'AWorldObjectiveMarker::MapInfoComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZombieSpawner_HandleOwnerDied \ +static_assert(alignof(ZombieSpawner_HandleOwnerDied) == 0x000008, "Wrong alignment on ZombieSpawner_HandleOwnerDied"); \ +static_assert(sizeof(ZombieSpawner_HandleOwnerDied) == 0x000018, "Wrong size on ZombieSpawner_HandleOwnerDied"); \ +static_assert(offsetof(ZombieSpawner_HandleOwnerDied, DeadActor) == 0x000000, "Member 'ZombieSpawner_HandleOwnerDied::DeadActor' has a wrong offset!"); \ +static_assert(offsetof(ZombieSpawner_HandleOwnerDied, DecreaseInstigator) == 0x000008, "Member 'ZombieSpawner_HandleOwnerDied::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(ZombieSpawner_HandleOwnerDied, Causer) == 0x000010, "Member 'ZombieSpawner_HandleOwnerDied::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZombieSpawner_HandleZombieDied \ +static_assert(alignof(ZombieSpawner_HandleZombieDied) == 0x000008, "Wrong alignment on ZombieSpawner_HandleZombieDied"); \ +static_assert(sizeof(ZombieSpawner_HandleZombieDied) == 0x000010, "Wrong size on ZombieSpawner_HandleZombieDied"); \ +static_assert(offsetof(ZombieSpawner_HandleZombieDied, FromSpawner) == 0x000000, "Member 'ZombieSpawner_HandleZombieDied::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(ZombieSpawner_HandleZombieDied, Instance) == 0x000008, "Member 'ZombieSpawner_HandleZombieDied::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZombieSpawner_HandleZombieSpawned \ +static_assert(alignof(ZombieSpawner_HandleZombieSpawned) == 0x000008, "Wrong alignment on ZombieSpawner_HandleZombieSpawned"); \ +static_assert(sizeof(ZombieSpawner_HandleZombieSpawned) == 0x000018, "Wrong size on ZombieSpawner_HandleZombieSpawned"); \ +static_assert(offsetof(ZombieSpawner_HandleZombieSpawned, FromSpawner) == 0x000000, "Member 'ZombieSpawner_HandleZombieSpawned::FromSpawner' has a wrong offset!"); \ +static_assert(offsetof(ZombieSpawner_HandleZombieSpawned, Instances) == 0x000008, "Member 'ZombieSpawner_HandleZombieSpawned::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZombieSpawner_SetMeshVisible \ +static_assert(alignof(ZombieSpawner_SetMeshVisible) == 0x000001, "Wrong alignment on ZombieSpawner_SetMeshVisible"); \ +static_assert(sizeof(ZombieSpawner_SetMeshVisible) == 0x000001, "Wrong size on ZombieSpawner_SetMeshVisible"); \ +static_assert(offsetof(ZombieSpawner_SetMeshVisible, Visible) == 0x000000, "Member 'ZombieSpawner_SetMeshVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZombieSpawner \ +static_assert(alignof(AZombieSpawner) == 0x000008, "Wrong alignment on AZombieSpawner"); \ +static_assert(sizeof(AZombieSpawner) == 0x000248, "Wrong size on AZombieSpawner"); \ +static_assert(offsetof(AZombieSpawner, TraceForFloorChannel) == 0x000228, "Member 'AZombieSpawner::TraceForFloorChannel' has a wrong offset!"); \ +static_assert(offsetof(AZombieSpawner, EnemyOwner) == 0x000230, "Member 'AZombieSpawner::EnemyOwner' has a wrong offset!"); \ +static_assert(offsetof(AZombieSpawner, Mesh) == 0x000238, "Member 'AZombieSpawner::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AZombieSpawner, Spawner) == 0x000240, "Member 'AZombieSpawner::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZombieModifier \ +static_assert(alignof(UZombieModifier) == 0x000010, "Wrong alignment on UZombieModifier"); \ +static_assert(sizeof(UZombieModifier) == 0x000240, "Wrong size on UZombieModifier"); \ +static_assert(offsetof(UZombieModifier, ZombieSpawnerClass) == 0x000218, "Member 'UZombieModifier::ZombieSpawnerClass' has a wrong offset!"); \ +static_assert(offsetof(UZombieModifier, ZombieSpawnDelay) == 0x000220, "Member 'UZombieModifier::ZombieSpawnDelay' has a wrong offset!"); \ +static_assert(offsetof(UZombieModifier, ZombieSpawner) == 0x000228, "Member 'UZombieModifier::ZombieSpawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRot_C_AnimGraph \ +static_assert(alignof(ABP_HeroRot_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_HeroRot_C_AnimGraph"); \ +static_assert(sizeof(ABP_HeroRot_C_AnimGraph) == 0x000010, "Wrong size on ABP_HeroRot_C_AnimGraph"); \ +static_assert(offsetof(ABP_HeroRot_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_HeroRot_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot \ +static_assert(alignof(ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot) == 0x000004, "Wrong alignment on ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot"); \ +static_assert(sizeof(ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot) == 0x000004, "Wrong size on ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot"); \ +static_assert(offsetof(ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot, EntryPoint) == 0x000000, "Member 'ABP_HeroRot_C_ExecuteUbergraph_ABP_HeroRot::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_HeroRot_C \ +static_assert(alignof(UABP_HeroRot_C) == 0x000010, "Wrong alignment on UABP_HeroRot_C"); \ +static_assert(sizeof(UABP_HeroRot_C) == 0x0004B0, "Wrong size on UABP_HeroRot_C"); \ +static_assert(offsetof(UABP_HeroRot_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_HeroRot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRot_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_HeroRot_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRot_C, AnimGraphNode_SequencePlayer) == 0x000308, "Member 'UABP_HeroRot_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRot_C, AnimGraphNode_StateResult) == 0x000388, "Member 'UABP_HeroRot_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRot_C, AnimGraphNode_StateMachine) == 0x0003B8, "Member 'UABP_HeroRot_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRot_C, AnimGraphNode_Slot) == 0x000468, "Member 'UABP_HeroRot_C::AnimGraphNode_Slot' 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_InteractiveFoliageActor_CapsuleTouched \ +static_assert(alignof(InteractiveFoliageActor_CapsuleTouched) == 0x000008, "Wrong alignment on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(sizeof(InteractiveFoliageActor_CapsuleTouched) == 0x0000A8, "Wrong size on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OverlappedComp) == 0x000000, "Member 'InteractiveFoliageActor_CapsuleTouched::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, Other) == 0x000008, "Member 'InteractiveFoliageActor_CapsuleTouched::Other' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OtherComp) == 0x000010, "Member 'InteractiveFoliageActor_CapsuleTouched::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'InteractiveFoliageActor_CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, bFromSweep) == 0x00001C, "Member 'InteractiveFoliageActor_CapsuleTouched::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OverlapInfo) == 0x000020, "Member 'InteractiveFoliageActor_CapsuleTouched::OverlapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteractiveFoliageActor \ +static_assert(alignof(AInteractiveFoliageActor) == 0x000008, "Wrong alignment on AInteractiveFoliageActor"); \ +static_assert(sizeof(AInteractiveFoliageActor) == 0x000298, "Wrong size on AInteractiveFoliageActor"); \ +static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x000238, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x000240, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x00024C, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x000258, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x000264, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000270, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x000274, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000278, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x00027C, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000280, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x000284, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000288, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x00028C, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000290, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x0006B0, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x000678, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x000688, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x000698, "Member 'UFoliageInstancedStaticMeshComponent::GenerationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInstancedFoliageActor \ +static_assert(alignof(AInstancedFoliageActor) == 0x000008, "Wrong alignment on AInstancedFoliageActor"); \ +static_assert(sizeof(AInstancedFoliageActor) == 0x000278, "Wrong size on AInstancedFoliageActor"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageVolume \ +static_assert(alignof(AProceduralFoliageVolume) == 0x000008, "Wrong alignment on AProceduralFoliageVolume"); \ +static_assert(sizeof(AProceduralFoliageVolume) == 0x000268, "Wrong size on AProceduralFoliageVolume"); \ +static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x000260, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000030, "Wrong size on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, Box) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::Box' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, ReturnValue) == 0x00002C, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingSphereCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingSphereCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000028, "Wrong size on FoliageStatistics_FoliageOverlappingSphereCount"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, Radius) == 0x00001C, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageStatistics \ +static_assert(alignof(UFoliageStatistics) == 0x000008, "Wrong alignment on UFoliageStatistics"); \ +static_assert(sizeof(UFoliageStatistics) == 0x000028, "Wrong size on UFoliageStatistics"); \ + +#define DUMPER7_ASSERTS_UFoliageType \ +static_assert(alignof(UFoliageType) == 0x000008, "Wrong alignment on UFoliageType"); \ +static_assert(sizeof(UFoliageType) == 0x0003B0, "Wrong size on UFoliageType"); \ +static_assert(offsetof(UFoliageType, UpdateGuid) == 0x000028, "Member 'UFoliageType::UpdateGuid' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Density) == 0x000038, "Member 'UFoliageType::Density' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityAdjustmentFactor) == 0x00003C, "Member 'UFoliageType::DensityAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Radius) == 0x000040, "Member 'UFoliageType::Radius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSingleInstanceModeOverrideRadius) == 0x000044, "Member 'UFoliageType::bSingleInstanceModeOverrideRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SingleInstanceModeRadius) == 0x000048, "Member 'UFoliageType::SingleInstanceModeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Scaling) == 0x00004C, "Member 'UFoliageType::Scaling' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleX) == 0x000050, "Member 'UFoliageType::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleY) == 0x000058, "Member 'UFoliageType::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleZ) == 0x000060, "Member 'UFoliageType::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskByChannel) == 0x000068, "Member 'UFoliageType::VertexColorMaskByChannel' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMask) == 0x000098, "Member 'UFoliageType::VertexColorMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskThreshold) == 0x00009C, "Member 'UFoliageType::VertexColorMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ZOffset) == 0x0000A4, "Member 'UFoliageType::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AlignMaxAngle) == 0x0000B0, "Member 'UFoliageType::AlignMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RandomPitchAngle) == 0x0000B8, "Member 'UFoliageType::RandomPitchAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, GroundSlopeAngle) == 0x0000BC, "Member 'UFoliageType::GroundSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Height) == 0x0000C4, "Member 'UFoliageType::Height' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayers) == 0x0000D0, "Member 'UFoliageType::LandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumLayerWeight) == 0x0000E0, "Member 'UFoliageType::MinimumLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ExclusionLandscapeLayers) == 0x0000E8, "Member 'UFoliageType::ExclusionLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumExclusionLayerWeight) == 0x0000F8, "Member 'UFoliageType::MinimumExclusionLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayer) == 0x0000FC, "Member 'UFoliageType::LandscapeLayer' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionScale) == 0x000108, "Member 'UFoliageType::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MeshBounds) == 0x000114, "Member 'UFoliageType::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LowBoundOriginRadius) == 0x000130, "Member 'UFoliageType::LowBoundOriginRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Mobility) == 0x00013C, "Member 'UFoliageType::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CullDistance) == 0x000140, "Member 'UFoliageType::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x00014C, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightmapType) == 0x000150, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, BodyInstance) == 0x000160, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x0002B8, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightingChannels) == 0x0002B9, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x0002C0, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x0002C4, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x0002C8, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionRadius) == 0x0002CC, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadeRadius) == 0x0002D0, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, NumSteps) == 0x0002D4, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x0002D8, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x0002DC, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SpreadVariance) == 0x0002E0, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x0002E4, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DistributionSeed) == 0x0002E8, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x0002EC, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x0002F0, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x0002F1, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x0002F4, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxAge) == 0x0002F8, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverlapPriority) == 0x0002FC, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ProceduralScale) == 0x000300, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleCurve) == 0x000308, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ChangeCount) == 0x000390, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x000398, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0003A8, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0003AC, "Member 'UFoliageType::VirtualTextureRenderPassType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageType_Actor \ +static_assert(alignof(UFoliageType_Actor) == 0x000008, "Wrong alignment on UFoliageType_Actor"); \ +static_assert(sizeof(UFoliageType_Actor) == 0x0003C0, "Wrong size on UFoliageType_Actor"); \ +static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0003B0, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0003B8, "Member 'UFoliageType_Actor::bShouldAttachToBaseComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageType_InstancedStaticMesh \ +static_assert(alignof(UFoliageType_InstancedStaticMesh) == 0x000008, "Wrong alignment on UFoliageType_InstancedStaticMesh"); \ +static_assert(sizeof(UFoliageType_InstancedStaticMesh) == 0x0003D0, "Wrong size on UFoliageType_InstancedStaticMesh"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0003B0, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0003B8, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x0003C8, "Member 'UFoliageType_InstancedStaticMesh::ComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ +static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ +static_assert(sizeof(UInteractiveFoliageComponent) == 0x0004F0, "Wrong size on UInteractiveFoliageComponent"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ +static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ +static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000268, "Wrong size on AProceduralFoliageBlockingVolume"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x000260, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageComponent \ +static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ +static_assert(sizeof(UProceduralFoliageComponent) == 0x0000D8, "Wrong size on UProceduralFoliageComponent"); \ +static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000B0, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000B8, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000C0, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000C8, "Member 'UProceduralFoliageComponent::ProceduralGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralFoliageSpawner_Simulate \ +static_assert(alignof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong alignment on ProceduralFoliageSpawner_Simulate"); \ +static_assert(sizeof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong size on ProceduralFoliageSpawner_Simulate"); \ +static_assert(offsetof(ProceduralFoliageSpawner_Simulate, NumSteps) == 0x000000, "Member 'ProceduralFoliageSpawner_Simulate::NumSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageSpawner \ +static_assert(alignof(UProceduralFoliageSpawner) == 0x000008, "Wrong alignment on UProceduralFoliageSpawner"); \ +static_assert(sizeof(UProceduralFoliageSpawner) == 0x000068, "Wrong size on UProceduralFoliageSpawner"); \ +static_assert(offsetof(UProceduralFoliageSpawner, RandomSeed) == 0x000028, "Member 'UProceduralFoliageSpawner::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, TileSize) == 0x00002C, "Member 'UProceduralFoliageSpawner::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, NumUniqueTiles) == 0x000030, "Member 'UProceduralFoliageSpawner::NumUniqueTiles' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, MinimumQuadTreeSize) == 0x000034, "Member 'UProceduralFoliageSpawner::MinimumQuadTreeSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, FoliageTypes) == 0x000040, "Member 'UProceduralFoliageSpawner::FoliageTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageTile \ +static_assert(alignof(UProceduralFoliageTile) == 0x000008, "Wrong alignment on UProceduralFoliageTile"); \ +static_assert(sizeof(UProceduralFoliageTile) == 0x000158, "Wrong size on UProceduralFoliageTile"); \ +static_assert(offsetof(UProceduralFoliageTile, FoliageSpawner) == 0x000028, "Member 'UProceduralFoliageTile::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageTile, InstancesArray) == 0x0000D0, "Member 'UProceduralFoliageTile::InstancesArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCameraFilmbackSettings \ +static_assert(alignof(FCameraFilmbackSettings) == 0x000004, "Wrong alignment on FCameraFilmbackSettings"); \ +static_assert(sizeof(FCameraFilmbackSettings) == 0x00000C, "Wrong size on FCameraFilmbackSettings"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorWidth) == 0x000000, "Member 'FCameraFilmbackSettings::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorHeight) == 0x000004, "Member 'FCameraFilmbackSettings::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorAspectRatio) == 0x000008, "Member 'FCameraFilmbackSettings::SensorAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedFilmbackPreset \ +static_assert(alignof(FNamedFilmbackPreset) == 0x000008, "Wrong alignment on FNamedFilmbackPreset"); \ +static_assert(sizeof(FNamedFilmbackPreset) == 0x000020, "Wrong size on FNamedFilmbackPreset"); \ +static_assert(offsetof(FNamedFilmbackPreset, Name) == 0x000000, "Member 'FNamedFilmbackPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedFilmbackPreset, FilmbackSettings) == 0x000010, "Member 'FNamedFilmbackPreset::FilmbackSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_CineCameraActor_GetCineCameraComponent \ +static_assert(alignof(CineCameraActor_GetCineCameraComponent) == 0x000008, "Wrong alignment on CineCameraActor_GetCineCameraComponent"); \ +static_assert(sizeof(CineCameraActor_GetCineCameraComponent) == 0x000008, "Wrong size on CineCameraActor_GetCineCameraComponent"); \ +static_assert(offsetof(CineCameraActor_GetCineCameraComponent, ReturnValue) == 0x000000, "Member 'CineCameraActor_GetCineCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACineCameraActor \ +static_assert(alignof(ACineCameraActor) == 0x000010, "Wrong alignment on ACineCameraActor"); \ +static_assert(sizeof(ACineCameraActor) == 0x000820, "Wrong size on ACineCameraActor"); \ +static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x0007C0, "Member 'ACineCameraActor::LookatTrackingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetLensPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentFocalLength \ +static_assert(alignof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(sizeof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(offsetof(CineCameraComponent_SetCurrentFocalLength, InFocalLength) == 0x000000, "Member 'CineCameraComponent_SetCurrentFocalLength::InFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFilmbackPresetByName \ +static_assert(alignof(CineCameraComponent_SetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetFilmbackPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetFilmbackPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetFilmbackPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetLensPresetByName \ +static_assert(alignof(CineCameraComponent_SetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetLensPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetLensPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetLensPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetLensPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetLensPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetDefaultFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetDefaultFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetDefaultFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetHorizontalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetName \ +static_assert(alignof(CineCameraComponent_GetLensPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetVerticalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetVerticalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetVerticalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCineCameraComponent \ +static_assert(alignof(UCineCameraComponent) == 0x000010, "Wrong alignment on UCineCameraComponent"); \ +static_assert(sizeof(UCineCameraComponent) == 0x0008D0, "Wrong size on UCineCameraComponent"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x0007D0, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, Filmback) == 0x0007DC, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x0007E8, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000800, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000858, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x00085C, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000860, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000870, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000880, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x000890, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x0008A0, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x0008B0, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x0008C0, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x0008C4, "Member 'UCineCameraComponent::DefaultLensFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraRig_Crane \ +static_assert(alignof(ACameraRig_Crane) == 0x000008, "Wrong alignment on ACameraRig_Crane"); \ +static_assert(sizeof(ACameraRig_Crane) == 0x000258, "Wrong size on ACameraRig_Crane"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000228, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x00022C, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000230, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x000234, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x000235, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x000238, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x000240, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x000248, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x000250, "Member 'ACameraRig_Crane::CraneCameraMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRig_Rail_GetRailSplineComponent \ +static_assert(alignof(CameraRig_Rail_GetRailSplineComponent) == 0x000008, "Wrong alignment on CameraRig_Rail_GetRailSplineComponent"); \ +static_assert(sizeof(CameraRig_Rail_GetRailSplineComponent) == 0x000008, "Wrong size on CameraRig_Rail_GetRailSplineComponent"); \ +static_assert(offsetof(CameraRig_Rail_GetRailSplineComponent, ReturnValue) == 0x000000, "Member 'CameraRig_Rail_GetRailSplineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraRig_Rail \ +static_assert(alignof(ACameraRig_Rail) == 0x000008, "Wrong alignment on ACameraRig_Rail"); \ +static_assert(sizeof(ACameraRig_Rail) == 0x000248, "Wrong size on ACameraRig_Rail"); \ +static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000228, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x00022C, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000230, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x000238, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x000240, "Member 'ACameraRig_Rail::RailCameraMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSlateWidgetStyle \ +static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ +static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ + +#define DUMPER7_ASSERTS_FMargin \ +static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ +static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ +static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateColor \ +static_assert(alignof(FSlateColor) == 0x000008, "Wrong alignment on FSlateColor"); \ +static_assert(sizeof(FSlateColor) == 0x000028, "Wrong size on FSlateColor"); \ +static_assert(offsetof(FSlateColor, SpecifiedColor) == 0x000000, "Member 'FSlateColor::SpecifiedColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateColor, ColorUseRule) == 0x000010, "Member 'FSlateColor::ColorUseRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateBrush \ +static_assert(alignof(FSlateBrush) == 0x000008, "Wrong alignment on FSlateBrush"); \ +static_assert(sizeof(FSlateBrush) == 0x000088, "Wrong size on FSlateBrush"); \ +static_assert(offsetof(FSlateBrush, ImageSize) == 0x000008, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Margin) == 0x000010, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, TintColor) == 0x000020, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000048, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceName) == 0x000050, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, UVRegion) == 0x000058, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, DrawAs) == 0x00006C, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Tiling) == 0x00006D, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Mirroring) == 0x00006E, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageType) == 0x00006F, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontOutlineSettings \ +static_assert(alignof(FFontOutlineSettings) == 0x000008, "Wrong alignment on FFontOutlineSettings"); \ +static_assert(sizeof(FFontOutlineSettings) == 0x000020, "Wrong size on FFontOutlineSettings"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineSize) == 0x000000, "Member 'FFontOutlineSettings::OutlineSize' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000004, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000005, "Member 'FFontOutlineSettings::bApplyOutlineToDropShadows' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineMaterial) == 0x000008, "Member 'FFontOutlineSettings::OutlineMaterial' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineColor) == 0x000010, "Member 'FFontOutlineSettings::OutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateFontInfo \ +static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); \ +static_assert(sizeof(FSlateFontInfo) == 0x000058, "Wrong size on FSlateFontInfo"); \ +static_assert(offsetof(FSlateFontInfo, FontObject) == 0x000000, "Member 'FSlateFontInfo::FontObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, FontMaterial) == 0x000008, "Member 'FSlateFontInfo::FontMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, OutlineSettings) == 0x000010, "Member 'FSlateFontInfo::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, TypefaceFontName) == 0x000040, "Member 'FSlateFontInfo::TypefaceFontName' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, Size) == 0x000048, "Member 'FSlateFontInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x00004C, "Member 'FSlateFontInfo::LetterSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FInputEvent \ +static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ +static_assert(sizeof(FInputEvent) == 0x000018, "Wrong size on FInputEvent"); \ + +#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_FPointerEvent \ +static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ +static_assert(sizeof(FPointerEvent) == 0x000070, "Wrong size on FPointerEvent"); \ + +#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_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_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_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_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_FCharacterEvent \ +static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ +static_assert(sizeof(FCharacterEvent) == 0x000020, "Wrong size on FCharacterEvent"); \ + +#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_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_FKeyEvent \ +static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ +static_assert(sizeof(FKeyEvent) == 0x000038, "Wrong size on FKeyEvent"); \ + +#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_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_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_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_FComboButtonStyle \ +static_assert(alignof(FComboButtonStyle) == 0x000008, "Wrong alignment on FComboButtonStyle"); \ +static_assert(sizeof(FComboButtonStyle) == 0x0003B8, "Wrong size on FComboButtonStyle"); \ +static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000008, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x000280, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x000308, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x000310, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x000320, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0003A8, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboBoxStyle \ +static_assert(alignof(FComboBoxStyle) == 0x000008, "Wrong alignment on FComboBoxStyle"); \ +static_assert(sizeof(FComboBoxStyle) == 0x0003F0, "Wrong size on FComboBoxStyle"); \ +static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000008, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x0003C0, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x0003D8, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditableTextStyle \ +static_assert(alignof(FEditableTextStyle) == 0x000008, "Wrong alignment on FEditableTextStyle"); \ +static_assert(sizeof(FEditableTextStyle) == 0x000220, "Wrong size on FEditableTextStyle"); \ +static_assert(offsetof(FEditableTextStyle, Font) == 0x000008, "Member 'FEditableTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, ColorAndOpacity) == 0x000060, "Member 'FEditableTextStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x000088, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000110, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x000198, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCaptureLostEvent \ +static_assert(alignof(FCaptureLostEvent) == 0x000004, "Wrong alignment on FCaptureLostEvent"); \ +static_assert(sizeof(FCaptureLostEvent) == 0x000008, "Wrong size on FCaptureLostEvent"); \ + +#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_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_FMotionEvent \ +static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ +static_assert(sizeof(FMotionEvent) == 0x000048, "Wrong size on FMotionEvent"); \ + +#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_FScrollBoxStyle \ +static_assert(alignof(FScrollBoxStyle) == 0x000008, "Wrong alignment on FScrollBoxStyle"); \ +static_assert(sizeof(FScrollBoxStyle) == 0x000228, "Wrong size on FScrollBoxStyle"); \ +static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x000118, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x0001A0, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDockTabStyle \ +static_assert(alignof(FDockTabStyle) == 0x000008, "Wrong alignment on FDockTabStyle"); \ +static_assert(sizeof(FDockTabStyle) == 0x000700, "Wrong size on FDockTabStyle"); \ +static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000008, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000280, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ActiveBrush) == 0x000308, "Member 'FDockTabStyle::ActiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x000390, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x000418, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x0004A0, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000528, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x0005B0, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x000638, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabPadding) == 0x0006C0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x0006D0, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, FlashColor) == 0x0006D8, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FInlineEditableTextBlockStyle \ +static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000008, "Wrong alignment on FInlineEditableTextBlockStyle"); \ +static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x000A70, "Wrong size on FInlineEditableTextBlockStyle"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000008, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000800, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHyperlinkStyle \ +static_assert(alignof(FHyperlinkStyle) == 0x000008, "Wrong alignment on FHyperlinkStyle"); \ +static_assert(sizeof(FHyperlinkStyle) == 0x000500, "Wrong size on FHyperlinkStyle"); \ +static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000008, "Member 'FHyperlinkStyle::UnderlineStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x000280, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, Padding) == 0x0004F0, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckBoxStyle \ +static_assert(alignof(FCheckBoxStyle) == 0x000008, "Wrong alignment on FCheckBoxStyle"); \ +static_assert(sizeof(FCheckBoxStyle) == 0x000580, "Wrong size on FCheckBoxStyle"); \ +static_assert(offsetof(FCheckBoxStyle, CheckBoxType) == 0x000008, "Member 'FCheckBoxStyle::CheckBoxType' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedImage) == 0x000010, "Member 'FCheckBoxStyle::UncheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedHoveredImage) == 0x000098, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x000120, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x0001A8, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000230, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x0002B8, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x000340, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0003C8, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000450, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, Padding) == 0x0004D8, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x0004E8, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000510, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000538, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000550, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000568, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontBulkData \ +static_assert(alignof(UFontBulkData) == 0x000008, "Wrong alignment on UFontBulkData"); \ +static_assert(sizeof(UFontBulkData) == 0x000078, "Wrong size on UFontBulkData"); \ + +#define DUMPER7_ASSERTS_IFontFaceInterface \ +static_assert(alignof(IFontFaceInterface) == 0x000001, "Wrong alignment on IFontFaceInterface"); \ +static_assert(sizeof(IFontFaceInterface) == 0x000001, "Wrong size on IFontFaceInterface"); \ + +#define DUMPER7_ASSERTS_IFontProviderInterface \ +static_assert(alignof(IFontProviderInterface) == 0x000001, "Wrong alignment on IFontProviderInterface"); \ +static_assert(sizeof(IFontProviderInterface) == 0x000001, "Wrong size on IFontProviderInterface"); \ + +#define DUMPER7_ASSERTS_USlateTypes \ +static_assert(alignof(USlateTypes) == 0x000008, "Wrong alignment on USlateTypes"); \ +static_assert(sizeof(USlateTypes) == 0x000028, "Wrong size on USlateTypes"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleAsset \ +static_assert(alignof(USlateWidgetStyleAsset) == 0x000008, "Wrong alignment on USlateWidgetStyleAsset"); \ +static_assert(sizeof(USlateWidgetStyleAsset) == 0x000030, "Wrong size on USlateWidgetStyleAsset"); \ +static_assert(offsetof(USlateWidgetStyleAsset, CustomStyle) == 0x000028, "Member 'USlateWidgetStyleAsset::CustomStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleContainerBase \ +static_assert(alignof(USlateWidgetStyleContainerBase) == 0x000008, "Wrong alignment on USlateWidgetStyleContainerBase"); \ +static_assert(sizeof(USlateWidgetStyleContainerBase) == 0x000030, "Wrong size on USlateWidgetStyleContainerBase"); \ + +#define DUMPER7_ASSERTS_ISlateWidgetStyleContainerInterface \ +static_assert(alignof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong alignment on ISlateWidgetStyleContainerInterface"); \ +static_assert(sizeof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong size on ISlateWidgetStyleContainerInterface"); \ + +#define DUMPER7_ASSERTS_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_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_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_FCustomizedToolMenuEntry \ +static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ +static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ +static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenuSection \ +static_assert(alignof(FCustomizedToolMenuSection) == 0x000004, "Wrong alignment on FCustomizedToolMenuSection"); \ +static_assert(sizeof(FCustomizedToolMenuSection) == 0x000004, "Wrong size on FCustomizedToolMenuSection"); \ +static_assert(offsetof(FCustomizedToolMenuSection, Visibility) == 0x000000, "Member 'FCustomizedToolMenuSection::Visibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenu \ +static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ +static_assert(sizeof(FCustomizedToolMenu) == 0x0001E8, "Wrong size on FCustomizedToolMenu"); \ +static_assert(offsetof(FCustomizedToolMenu, Name) == 0x000000, "Member 'FCustomizedToolMenu::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, Entries) == 0x000008, "Member 'FCustomizedToolMenu::Entries' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, Sections) == 0x000058, "Member 'FCustomizedToolMenu::Sections' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0000A8, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x0000F8, "Member 'FCustomizedToolMenu::SectionOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonWidgetStyle \ +static_assert(alignof(UButtonWidgetStyle) == 0x000008, "Wrong alignment on UButtonWidgetStyle"); \ +static_assert(sizeof(UButtonWidgetStyle) == 0x0002A8, "Wrong size on UButtonWidgetStyle"); \ +static_assert(offsetof(UButtonWidgetStyle, ButtonStyle) == 0x000030, "Member 'UButtonWidgetStyle::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBoxWidgetStyle \ +static_assert(alignof(UCheckBoxWidgetStyle) == 0x000008, "Wrong alignment on UCheckBoxWidgetStyle"); \ +static_assert(sizeof(UCheckBoxWidgetStyle) == 0x0005B0, "Wrong size on UCheckBoxWidgetStyle"); \ +static_assert(offsetof(UCheckBoxWidgetStyle, CheckBoxStyle) == 0x000030, "Member 'UCheckBoxWidgetStyle::CheckBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBoxWidgetStyle \ +static_assert(alignof(UComboBoxWidgetStyle) == 0x000008, "Wrong alignment on UComboBoxWidgetStyle"); \ +static_assert(sizeof(UComboBoxWidgetStyle) == 0x000420, "Wrong size on UComboBoxWidgetStyle"); \ +static_assert(offsetof(UComboBoxWidgetStyle, ComboBoxStyle) == 0x000030, "Member 'UComboBoxWidgetStyle::ComboBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboButtonWidgetStyle \ +static_assert(alignof(UComboButtonWidgetStyle) == 0x000008, "Wrong alignment on UComboButtonWidgetStyle"); \ +static_assert(sizeof(UComboButtonWidgetStyle) == 0x0003E8, "Wrong size on UComboButtonWidgetStyle"); \ +static_assert(offsetof(UComboButtonWidgetStyle, ComboButtonStyle) == 0x000030, "Member 'UComboButtonWidgetStyle::ComboButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextBoxWidgetStyle \ +static_assert(alignof(UEditableTextBoxWidgetStyle) == 0x000008, "Wrong alignment on UEditableTextBoxWidgetStyle"); \ +static_assert(sizeof(UEditableTextBoxWidgetStyle) == 0x000828, "Wrong size on UEditableTextBoxWidgetStyle"); \ +static_assert(offsetof(UEditableTextBoxWidgetStyle, EditableTextBoxStyle) == 0x000030, "Member 'UEditableTextBoxWidgetStyle::EditableTextBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextWidgetStyle \ +static_assert(alignof(UEditableTextWidgetStyle) == 0x000008, "Wrong alignment on UEditableTextWidgetStyle"); \ +static_assert(sizeof(UEditableTextWidgetStyle) == 0x000250, "Wrong size on UEditableTextWidgetStyle"); \ +static_assert(offsetof(UEditableTextWidgetStyle, EditableTextStyle) == 0x000030, "Member 'UEditableTextWidgetStyle::EditableTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProgressWidgetStyle \ +static_assert(alignof(UProgressWidgetStyle) == 0x000008, "Wrong alignment on UProgressWidgetStyle"); \ +static_assert(sizeof(UProgressWidgetStyle) == 0x0001D0, "Wrong size on UProgressWidgetStyle"); \ +static_assert(offsetof(UProgressWidgetStyle, ProgressBarStyle) == 0x000030, "Member 'UProgressWidgetStyle::ProgressBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBarWidgetStyle \ +static_assert(alignof(UScrollBarWidgetStyle) == 0x000008, "Wrong alignment on UScrollBarWidgetStyle"); \ +static_assert(sizeof(UScrollBarWidgetStyle) == 0x000500, "Wrong size on UScrollBarWidgetStyle"); \ +static_assert(offsetof(UScrollBarWidgetStyle, ScrollBarStyle) == 0x000030, "Member 'UScrollBarWidgetStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxWidgetStyle \ +static_assert(alignof(UScrollBoxWidgetStyle) == 0x000008, "Wrong alignment on UScrollBoxWidgetStyle"); \ +static_assert(sizeof(UScrollBoxWidgetStyle) == 0x000258, "Wrong size on UScrollBoxWidgetStyle"); \ +static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000030, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateSettings \ +static_assert(alignof(USlateSettings) == 0x000008, "Wrong alignment on USlateSettings"); \ +static_assert(sizeof(USlateSettings) == 0x000030, "Wrong size on USlateSettings"); \ +static_assert(offsetof(USlateSettings, bExplicitCanvasChildZOrder) == 0x000028, "Member 'USlateSettings::bExplicitCanvasChildZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpinBoxWidgetStyle \ +static_assert(alignof(USpinBoxWidgetStyle) == 0x000008, "Wrong alignment on USpinBoxWidgetStyle"); \ +static_assert(sizeof(USpinBoxWidgetStyle) == 0x000318, "Wrong size on USpinBoxWidgetStyle"); \ +static_assert(offsetof(USpinBoxWidgetStyle, SpinBoxStyle) == 0x000030, "Member 'USpinBoxWidgetStyle::SpinBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlockWidgetStyle \ +static_assert(alignof(UTextBlockWidgetStyle) == 0x000008, "Wrong alignment on UTextBlockWidgetStyle"); \ +static_assert(sizeof(UTextBlockWidgetStyle) == 0x0002A0, "Wrong size on UTextBlockWidgetStyle"); \ +static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000030, "Member 'UTextBlockWidgetStyle::TextBlockStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolMenuBase \ +static_assert(alignof(UToolMenuBase) == 0x000008, "Wrong alignment on UToolMenuBase"); \ +static_assert(sizeof(UToolMenuBase) == 0x000028, "Wrong size on UToolMenuBase"); \ + +#define DUMPER7_ASSERTS_FImageWriteOptions \ +static_assert(alignof(FImageWriteOptions) == 0x000010, "Wrong alignment on FImageWriteOptions"); \ +static_assert(sizeof(FImageWriteOptions) == 0x000060, "Wrong size on FImageWriteOptions"); \ +static_assert(offsetof(FImageWriteOptions, Format) == 0x000000, "Member 'FImageWriteOptions::Format' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, OnComplete) == 0x000004, "Member 'FImageWriteOptions::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, CompressionQuality) == 0x000014, "Member 'FImageWriteOptions::CompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, bOverwriteFile) == 0x000018, "Member 'FImageWriteOptions::bOverwriteFile' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, bAsync) == 0x000019, "Member 'FImageWriteOptions::bAsync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImageWriteBlueprintLibrary_ExportToDisk \ +static_assert(alignof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000010, "Wrong alignment on ImageWriteBlueprintLibrary_ExportToDisk"); \ +static_assert(sizeof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000080, "Wrong size on ImageWriteBlueprintLibrary_ExportToDisk"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Texture) == 0x000000, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Filename) == 0x000008, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Filename' has a wrong offset!"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Options) == 0x000020, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImageWriteBlueprintLibrary \ +static_assert(alignof(UImageWriteBlueprintLibrary) == 0x000008, "Wrong alignment on UImageWriteBlueprintLibrary"); \ +static_assert(sizeof(UImageWriteBlueprintLibrary) == 0x000028, "Wrong size on UImageWriteBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_BP_FallingDeath_C_OnStart \ +static_assert(alignof(BP_FallingDeath_C_OnStart) == 0x000008, "Wrong alignment on BP_FallingDeath_C_OnStart"); \ +static_assert(sizeof(BP_FallingDeath_C_OnStart) == 0x000008, "Wrong size on BP_FallingDeath_C_OnStart"); \ +static_assert(offsetof(BP_FallingDeath_C_OnStart, PrevState) == 0x000000, "Member 'BP_FallingDeath_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath \ +static_assert(alignof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath) == 0x000008, "Wrong alignment on BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath"); \ +static_assert(sizeof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath) == 0x0000E0, "Wrong size on BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, EntryPoint) == 0x000000, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, K2Node_Event_PrevState) == 0x000020, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_GetCharacter_ReturnValue) == 0x000028, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_ChangeStateTo_ReturnValue) == 0x000030, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_MakeHitResult_ReturnValue) == 0x000040, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_KillViaDamage_Damageable_CastInput) == 0x0000C8, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_KillViaDamage_Damageable_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath, CallFunc_KillViaDamage_ReturnValue) == 0x0000D8, "Member 'BP_FallingDeath_C_ExecuteUbergraph_BP_FallingDeath::CallFunc_KillViaDamage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FallingDeath_C \ +static_assert(alignof(UBP_FallingDeath_C) == 0x000008, "Wrong alignment on UBP_FallingDeath_C"); \ +static_assert(sizeof(UBP_FallingDeath_C) == 0x000140, "Wrong size on UBP_FallingDeath_C"); \ +static_assert(offsetof(UBP_FallingDeath_C, UberGraphFrame_BP_FallingDeath_C) == 0x000138, "Member 'UBP_FallingDeath_C::UberGraphFrame_BP_FallingDeath_C' 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_Explosion_MultishotBomb_C_UserConstructionScript \ +static_assert(alignof(Explosion_MultishotBomb_C_UserConstructionScript) == 0x000004, "Wrong alignment on Explosion_MultishotBomb_C_UserConstructionScript"); \ +static_assert(sizeof(Explosion_MultishotBomb_C_UserConstructionScript) == 0x000010, "Wrong size on Explosion_MultishotBomb_C_UserConstructionScript"); \ +static_assert(offsetof(Explosion_MultishotBomb_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue) == 0x000000, "Member 'Explosion_MultishotBomb_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_MultishotBomb_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000004, "Member 'Explosion_MultishotBomb_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_MultishotBomb_C \ +static_assert(alignof(AExplosion_MultishotBomb_C) == 0x000008, "Wrong alignment on AExplosion_MultishotBomb_C"); \ +static_assert(sizeof(AExplosion_MultishotBomb_C) == 0x000430, "Wrong size on AExplosion_MultishotBomb_C"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetPreviewStaffRowName \ +static_assert(alignof(BP_PhotoPawn_C_GetPreviewStaffRowName) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetPreviewStaffRowName"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetPreviewStaffRowName) == 0x000018, "Wrong size on BP_PhotoPawn_C_GetPreviewStaffRowName"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPreviewStaffRowName, RowName) == 0x000000, "Member 'BP_PhotoPawn_C_GetPreviewStaffRowName::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPreviewStaffRowName, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_GetPreviewStaffRowName::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPreviewStaffRowName, CallFunc_GetPreviewStaffRowName_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_GetPreviewStaffRowName::CallFunc_GetPreviewStaffRowName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_PreviewStaffAsync \ +static_assert(alignof(BP_PhotoPawn_C_PreviewStaffAsync) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_PreviewStaffAsync"); \ +static_assert(sizeof(BP_PhotoPawn_C_PreviewStaffAsync) == 0x000010, "Wrong size on BP_PhotoPawn_C_PreviewStaffAsync"); \ +static_assert(offsetof(BP_PhotoPawn_C_PreviewStaffAsync, RowName) == 0x000000, "Member 'BP_PhotoPawn_C_PreviewStaffAsync::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_PreviewStaffAsync, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_PreviewStaffAsync::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetPreviewCostumeRowName \ +static_assert(alignof(BP_PhotoPawn_C_GetPreviewCostumeRowName) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetPreviewCostumeRowName"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetPreviewCostumeRowName) == 0x000018, "Wrong size on BP_PhotoPawn_C_GetPreviewCostumeRowName"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPreviewCostumeRowName, RowName) == 0x000000, "Member 'BP_PhotoPawn_C_GetPreviewCostumeRowName::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPreviewCostumeRowName, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_GetPreviewCostumeRowName::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPreviewCostumeRowName, CallFunc_GetPreviewCostumeRowName_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_GetPreviewCostumeRowName::CallFunc_GetPreviewCostumeRowName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_PreviewCostumeAsync \ +static_assert(alignof(BP_PhotoPawn_C_PreviewCostumeAsync) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_PreviewCostumeAsync"); \ +static_assert(sizeof(BP_PhotoPawn_C_PreviewCostumeAsync) == 0x000010, "Wrong size on BP_PhotoPawn_C_PreviewCostumeAsync"); \ +static_assert(offsetof(BP_PhotoPawn_C_PreviewCostumeAsync, RowName) == 0x000000, "Member 'BP_PhotoPawn_C_PreviewCostumeAsync::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_PreviewCostumeAsync, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_PreviewCostumeAsync::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetTargetOffsetToCenter \ +static_assert(alignof(BP_PhotoPawn_C_GetTargetOffsetToCenter) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetTargetOffsetToCenter"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetTargetOffsetToCenter) == 0x000060, "Wrong size on BP_PhotoPawn_C_GetTargetOffsetToCenter"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, ActorToTest) == 0x000000, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::ActorToTest' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, OffsetToScreenCenter) == 0x000008, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::OffsetToScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_GetPhotoController_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_GetPhotoController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_GetViewportSize_SizeX) == 0x000024, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_GetViewportSize_SizeX' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_GetViewportSize_SizeY) == 0x000028, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_GetViewportSize_SizeY' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_GetPhotoController_ReturnValue_1) == 0x000030, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_GetPhotoController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000038, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x00003C, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x000044, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000048, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_BreakVector2D_X) == 0x00004C, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, K2Node_MathExpression_ReturnValue) == 0x000054, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetTargetOffsetToCenter, CallFunc_FTrunc_ReturnValue) == 0x000058, "Member 'BP_PhotoPawn_C_GetTargetOffsetToCenter::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetDefaultVignette \ +static_assert(alignof(BP_PhotoPawn_C_GetDefaultVignette) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_GetDefaultVignette"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetDefaultVignette) == 0x000004, "Wrong size on BP_PhotoPawn_C_GetDefaultVignette"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetDefaultVignette, DefaulVignette) == 0x000000, "Member 'BP_PhotoPawn_C_GetDefaultVignette::DefaulVignette' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetTargetRoll \ +static_assert(alignof(BP_PhotoPawn_C_SetTargetRoll) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_SetTargetRoll"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetTargetRoll) == 0x000004, "Wrong size on BP_PhotoPawn_C_SetTargetRoll"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetTargetRoll, Angle) == 0x000000, "Member 'BP_PhotoPawn_C_SetTargetRoll::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_ApplyLookInput \ +static_assert(alignof(BP_PhotoPawn_C_ApplyLookInput) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_ApplyLookInput"); \ +static_assert(sizeof(BP_PhotoPawn_C_ApplyLookInput) == 0x000080, "Wrong size on BP_PhotoPawn_C_ApplyLookInput"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetIsUsingGamepad_ReturnValue) == 0x000004, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetIsUsingGamepad_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_EvaluateCurve_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetInvertYAxis_ReturnValue) == 0x000014, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetInvertYAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetInvertXAxis_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetInvertXAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetLookSensitivity_ReturnValue) == 0x000024, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetLookSensitivity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_SelectFloat_ReturnValue_1) == 0x000028, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_MakeVector2D_ReturnValue) == 0x000030, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000038, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetAllowMovementInput_AllowMovement) == 0x00003C, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetAllowMovementInput_AllowMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000040, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetInputAxisValue_ReturnValue) == 0x000044, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000048, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_MakeVector2D_ReturnValue_1) == 0x00004C, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_ToDirectionAndLength2D_OutDir) == 0x000054, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_ToDirectionAndLength2D_OutDir' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_ToDirectionAndLength2D_OutLength) == 0x00005C, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_ToDirectionAndLength2D_OutLength' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000060, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000068, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_EvaluateCurve_ReturnValue_1) == 0x000070, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_EvaluateCurve_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_BreakVector2D_X) == 0x000074, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_BreakVector2D_Y) == 0x000078, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ApplyLookInput, CallFunc_ApplyLookSpeedRamping_ReturnValue) == 0x00007C, "Member 'BP_PhotoPawn_C_ApplyLookInput::CallFunc_ApplyLookSpeedRamping_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_AddToButtonLegend \ +static_assert(alignof(BP_PhotoPawn_C_AddToButtonLegend) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_AddToButtonLegend"); \ +static_assert(sizeof(BP_PhotoPawn_C_AddToButtonLegend) == 0x000050, "Wrong size on BP_PhotoPawn_C_AddToButtonLegend"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, Clear) == 0x000000, "Member 'BP_PhotoPawn_C_AddToButtonLegend::Clear' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, Names) == 0x000008, "Member 'BP_PhotoPawn_C_AddToButtonLegend::Names' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PhotoPawn_C_AddToButtonLegend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_PhotoPawn_C_AddToButtonLegend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'BP_PhotoPawn_C_AddToButtonLegend::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_PhotoPawn_C_AddToButtonLegend::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_AddButtonToLegend_ReturnValue) == 0x000038, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_AddButtonToLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_RemoveButtonFromLegend_ReturnValue) == 0x00004C, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_RemoveButtonFromLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AddToButtonLegend, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004D, "Member 'BP_PhotoPawn_C_AddToButtonLegend::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetLightingRigTargetTransform \ +static_assert(alignof(BP_PhotoPawn_C_GetLightingRigTargetTransform) == 0x000010, "Wrong alignment on BP_PhotoPawn_C_GetLightingRigTargetTransform"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetLightingRigTargetTransform) == 0x0003F0, "Wrong size on BP_PhotoPawn_C_GetLightingRigTargetTransform"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, Target) == 0x000000, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, Success) == 0x000030, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, Temp_object_Variable) == 0x000038, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000048, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_GetForwardVector_ReturnValue) == 0x000060, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_GetActorForwardVector_ReturnValue) == 0x00006C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000078, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakVector_X) == 0x000084, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakVector_Y) == 0x000088, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakVector_Z) == 0x00008C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_MakeVector_ReturnValue) == 0x00009C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_LineTraceSingle_OutHit) == 0x0000A8, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_LineTraceSingle_ReturnValue) == 0x000130, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Normal_ReturnValue) == 0x000134, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000140, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_bBlockingHit) == 0x00014C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_bInitialOverlap) == 0x00014D, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Time) == 0x000150, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Distance) == 0x000154, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Location) == 0x000158, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_ImpactPoint) == 0x000164, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Normal) == 0x000170, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_ImpactNormal) == 0x00017C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_PhysMat) == 0x000188, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitActor) == 0x000190, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitComponent) == 0x000198, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitBoneName) == 0x0001A0, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitItem) == 0x0001A8, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_ElementIndex) == 0x0001AC, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_FaceIndex) == 0x0001B0, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_TraceStart) == 0x0001B4, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_TraceEnd) == 0x0001C0, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001CC, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_MakeTransform_ReturnValue) == 0x0001E0, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000210, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_MakeTransform_ReturnValue_1) == 0x000220, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000250, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, Temp_object_Variable_1) == 0x000260, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_Get_Lighting_Rig_Target_Target) == 0x000270, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_Get_Lighting_Rig_Target_Target' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_LineTraceSingle_OutHit_1) == 0x000278, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_LineTraceSingle_ReturnValue_1) == 0x000300, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_IsValid_ReturnValue) == 0x000301, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000302, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000303, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Time_1) == 0x000304, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Distance_1) == 0x000308, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Location_1) == 0x00030C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000318, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_Normal_1) == 0x000324, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000330, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_PhysMat_1) == 0x000340, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitActor_1) == 0x000348, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitComponent_1) == 0x000350, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitBoneName_1) == 0x000358, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_HitItem_1) == 0x000360, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_ElementIndex_1) == 0x000364, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_FaceIndex_1) == 0x000368, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_TraceStart_1) == 0x00036C, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_BreakHitResult_TraceEnd_1) == 0x000378, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000384, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_MakeTransform_ReturnValue_2) == 0x000390, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTargetTransform, CallFunc_MakeTransform_ReturnValue_3) == 0x0003C0, "Member 'BP_PhotoPawn_C_GetLightingRigTargetTransform::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetPathMovementType \ +static_assert(alignof(BP_PhotoPawn_C_SetPathMovementType) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_SetPathMovementType"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetPathMovementType) == 0x000098, "Wrong size on BP_PhotoPawn_C_SetPathMovementType"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetPathMovementType, PathMovementType_0) == 0x000000, "Member 'BP_PhotoPawn_C_SetPathMovementType::PathMovementType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetPathMovementSpeed \ +static_assert(alignof(BP_PhotoPawn_C_GetPathMovementSpeed) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_GetPathMovementSpeed"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetPathMovementSpeed) == 0x000004, "Wrong size on BP_PhotoPawn_C_GetPathMovementSpeed"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetPathMovementSpeed, PathMovementSpeed) == 0x000000, "Member 'BP_PhotoPawn_C_GetPathMovementSpeed::PathMovementSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetPathMovementSpeed \ +static_assert(alignof(BP_PhotoPawn_C_SetPathMovementSpeed) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_SetPathMovementSpeed"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetPathMovementSpeed) == 0x000004, "Wrong size on BP_PhotoPawn_C_SetPathMovementSpeed"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetPathMovementSpeed, Speed) == 0x000000, "Member 'BP_PhotoPawn_C_SetPathMovementSpeed::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetAreWaypointsSet \ +static_assert(alignof(BP_PhotoPawn_C_GetAreWaypointsSet) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_GetAreWaypointsSet"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetAreWaypointsSet) == 0x000050, "Wrong size on BP_PhotoPawn_C_GetAreWaypointsSet"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, Waypoints_Are_Set) == 0x000000, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::Waypoints_Are_Set' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BreakTransform_Location) == 0x000004, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BreakTransform_Rotation) == 0x000010, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BreakTransform_Scale) == 0x00001C, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BreakTransform_Location_1) == 0x000028, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BreakTransform_Rotation_1) == 0x000034, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BreakTransform_Scale_1) == 0x000040, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x00004C, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_NotEqual_VectorVector_ReturnValue_1) == 0x00004D, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_NotEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAreWaypointsSet, CallFunc_BooleanAND_ReturnValue) == 0x00004E, "Member 'BP_PhotoPawn_C_GetAreWaypointsSet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_IsInSettingsMode \ +static_assert(alignof(BP_PhotoPawn_C_IsInSettingsMode) == 0x000001, "Wrong alignment on BP_PhotoPawn_C_IsInSettingsMode"); \ +static_assert(sizeof(BP_PhotoPawn_C_IsInSettingsMode) == 0x000002, "Wrong size on BP_PhotoPawn_C_IsInSettingsMode"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsInSettingsMode, Settings_Active) == 0x000000, "Member 'BP_PhotoPawn_C_IsInSettingsMode::Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsInSettingsMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_PhotoPawn_C_IsInSettingsMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetUIVisibility \ +static_assert(alignof(BP_PhotoPawn_C_SetUIVisibility) == 0x000001, "Wrong alignment on BP_PhotoPawn_C_SetUIVisibility"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetUIVisibility) == 0x000005, "Wrong size on BP_PhotoPawn_C_SetUIVisibility"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetUIVisibility, IsVisible) == 0x000000, "Member 'BP_PhotoPawn_C_SetUIVisibility::IsVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetUIVisibility, Temp_bool_Variable) == 0x000001, "Member 'BP_PhotoPawn_C_SetUIVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetUIVisibility, Temp_byte_Variable) == 0x000002, "Member 'BP_PhotoPawn_C_SetUIVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetUIVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'BP_PhotoPawn_C_SetUIVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetUIVisibility, K2Node_Select_Default) == 0x000004, "Member 'BP_PhotoPawn_C_SetUIVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_Get_Lighting_Rig_Target \ +static_assert(alignof(BP_PhotoPawn_C_Get_Lighting_Rig_Target) == 0x000010, "Wrong alignment on BP_PhotoPawn_C_Get_Lighting_Rig_Target"); \ +static_assert(sizeof(BP_PhotoPawn_C_Get_Lighting_Rig_Target) == 0x0002F0, "Wrong size on BP_PhotoPawn_C_Get_Lighting_Rig_Target"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Target) == 0x000000, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, AllScannedComponents) == 0x000008, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::AllScannedComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, FoundPawn) == 0x000018, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::FoundPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, ClosestFoundTarget) == 0x000020, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::ClosestFoundTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, MaxAllowedTargetOffset) == 0x000028, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::MaxAllowedTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, ClosestFoundTargetOffset) == 0x00002C, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::ClosestFoundTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, FoundActors) == 0x000030, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::FoundActors' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_bool_True_if_break_was_hit_Variable) == 0x000040, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Array_Index_Variable_2) == 0x000058, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Loop_Counter_Variable_1) == 0x00005C, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Loop_Counter_Variable_2) == 0x000064, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Add_IntInt_ReturnValue_2) == 0x000074, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000078, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetForwardVector_ReturnValue) == 0x000084, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000098, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetOwner_ReturnValue) == 0x0000A8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetTargetOffsetToCenter_OffsetToScreenCenter) == 0x0000BC, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetTargetOffsetToCenter_OffsetToScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_IsInViewFrustum_ReturnValue) == 0x0000C0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_IsInViewFrustum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetOwner_ReturnValue_1) == 0x0000D8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetCollisionObjectType_ReturnValue) == 0x0000E0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E1, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000E2, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetTargetOffsetToCenter_OffsetToScreenCenter_1) == 0x0000E4, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetTargetOffsetToCenter_OffsetToScreenCenter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanOR_ReturnValue) == 0x0000E8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_IsInViewFrustum_ReturnValue_1) == 0x0000E9, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_IsInViewFrustum_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Length_ReturnValue_1) == 0x0000EC, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_object_Variable) == 0x0000F0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Loop_Counter_Variable_3) == 0x000100, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_LineTraceSingle_OutHit) == 0x000104, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_LineTraceSingle_ReturnValue) == 0x00018C, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_bBlockingHit) == 0x00018D, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_bInitialOverlap) == 0x00018E, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_Time) == 0x000190, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_Distance) == 0x000194, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_Location) == 0x000198, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_ImpactPoint) == 0x0001A4, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_Normal) == 0x0001B0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_ImpactNormal) == 0x0001BC, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_PhysMat) == 0x0001C8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_HitActor) == 0x0001D0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_HitComponent) == 0x0001D8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_HitBoneName) == 0x0001E0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_HitItem) == 0x0001E8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_ElementIndex) == 0x0001EC, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_FaceIndex) == 0x0001F0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_TraceStart) == 0x0001F4, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BreakHitResult_TraceEnd) == 0x000200, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue_1) == 0x00020C, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetObjectClass_ReturnValue) == 0x000210, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Add_IntInt_ReturnValue_3) == 0x000218, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue_2) == 0x00021C, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Add_IntInt_ReturnValue_4) == 0x000220, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanAND_ReturnValue) == 0x000224, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, K2Node_MakeArray_Array) == 0x000228, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000240, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, K2Node_MakeArray_Array_1) == 0x000270, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_ComponentOverlapComponents_OutComponents) == 0x000280, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_ComponentOverlapComponents_OutComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_ComponentOverlapComponents_ReturnValue) == 0x000290, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_ComponentOverlapComponents_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_IsValid_ReturnValue) == 0x000291, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Get_Item_2) == 0x000298, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Length_ReturnValue_2) == 0x0002A0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_ClassIsChildOf_ReturnValue) == 0x0002A4, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002A5, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Length_ReturnValue_3) == 0x0002A8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_int_Array_Index_Variable_3) == 0x0002AC, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002B0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Array_Get_Item_3) == 0x0002B8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanAND_ReturnValue_1) == 0x0002C0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetCollisionObjectType_ReturnValue_1) == 0x0002C1, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetCollisionObjectType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002C2, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0002C3, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetOwner_ReturnValue_2) == 0x0002C8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanOR_ReturnValue_1) == 0x0002D0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_GetTargetOffsetToCenter_OffsetToScreenCenter_2) == 0x0002D4, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_GetTargetOffsetToCenter_OffsetToScreenCenter_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_IsInViewFrustum_ReturnValue_2) == 0x0002D8, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_IsInViewFrustum_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue_5) == 0x0002D9, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanAND_ReturnValue_2) == 0x0002DA, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanAND_ReturnValue_3) == 0x0002DB, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Less_IntInt_ReturnValue_6) == 0x0002DC, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, Temp_bool_True_if_break_was_hit_Variable_1) == 0x0002DD, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0002DE, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002DF, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_Get_Lighting_Rig_Target, CallFunc_BooleanAND_ReturnValue_4) == 0x0002E0, "Member 'BP_PhotoPawn_C_Get_Lighting_Rig_Target::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetLightingRigData \ +static_assert(alignof(BP_PhotoPawn_C_GetLightingRigData) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetLightingRigData"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetLightingRigData) == 0x000080, "Wrong size on BP_PhotoPawn_C_GetLightingRigData"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, LightingRigClass) == 0x000000, "Member 'BP_PhotoPawn_C_GetLightingRigData::LightingRigClass' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, LightingRigData) == 0x000008, "Member 'BP_PhotoPawn_C_GetLightingRigData::LightingRigData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CurrentData) == 0x000018, "Member 'BP_PhotoPawn_C_GetLightingRigData::CurrentData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, Temp_bool_True_if_break_was_hit_Variable) == 0x000028, "Member 'BP_PhotoPawn_C_GetLightingRigData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_PhotoPawn_C_GetLightingRigData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_PhotoPawn_C_GetLightingRigData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000040, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000058, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigData, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'BP_PhotoPawn_C_GetLightingRigData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetHeroRotHidden \ +static_assert(alignof(BP_PhotoPawn_C_GetHeroRotHidden) == 0x000001, "Wrong alignment on BP_PhotoPawn_C_GetHeroRotHidden"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetHeroRotHidden) == 0x000001, "Wrong size on BP_PhotoPawn_C_GetHeroRotHidden"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetHeroRotHidden, IsHidden) == 0x000000, "Member 'BP_PhotoPawn_C_GetHeroRotHidden::IsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_ShowHeroRot \ +static_assert(alignof(BP_PhotoPawn_C_ShowHeroRot) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_ShowHeroRot"); \ +static_assert(sizeof(BP_PhotoPawn_C_ShowHeroRot) == 0x000020, "Wrong size on BP_PhotoPawn_C_ShowHeroRot"); \ +static_assert(offsetof(BP_PhotoPawn_C_ShowHeroRot, Show) == 0x000000, "Member 'BP_PhotoPawn_C_ShowHeroRot::Show' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ShowHeroRot, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_PhotoPawn_C_ShowHeroRot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ShowHeroRot, CallFunc_GetActorOfClass_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_ShowHeroRot::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ShowHeroRot, CallFunc_GetActorOfClass_ReturnValue_1) == 0x000010, "Member 'BP_PhotoPawn_C_ShowHeroRot::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ShowHeroRot, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_ShowHeroRot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ShowHeroRot, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_PhotoPawn_C_ShowHeroRot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetLightingRigTemperature \ +static_assert(alignof(BP_PhotoPawn_C_GetLightingRigTemperature) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_GetLightingRigTemperature"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetLightingRigTemperature) == 0x00000C, "Wrong size on BP_PhotoPawn_C_GetLightingRigTemperature"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTemperature, Temperature) == 0x000000, "Member 'BP_PhotoPawn_C_GetLightingRigTemperature::Temperature' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTemperature, CallFunc_GetTemperature_Temperature) == 0x000004, "Member 'BP_PhotoPawn_C_GetLightingRigTemperature::CallFunc_GetTemperature_Temperature' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigTemperature, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_GetLightingRigTemperature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetLightingRigTemperature \ +static_assert(alignof(BP_PhotoPawn_C_SetLightingRigTemperature) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_SetLightingRigTemperature"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetLightingRigTemperature) == 0x000008, "Wrong size on BP_PhotoPawn_C_SetLightingRigTemperature"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRigTemperature, Temperature) == 0x000000, "Member 'BP_PhotoPawn_C_SetLightingRigTemperature::Temperature' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRigTemperature, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_PhotoPawn_C_SetLightingRigTemperature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetLightingRigIntensity \ +static_assert(alignof(BP_PhotoPawn_C_GetLightingRigIntensity) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_GetLightingRigIntensity"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetLightingRigIntensity) == 0x00000C, "Wrong size on BP_PhotoPawn_C_GetLightingRigIntensity"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigIntensity, Intensity) == 0x000000, "Member 'BP_PhotoPawn_C_GetLightingRigIntensity::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigIntensity, CallFunc_GetIntensity_Intensity) == 0x000004, "Member 'BP_PhotoPawn_C_GetLightingRigIntensity::CallFunc_GetIntensity_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetLightingRigIntensity, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_GetLightingRigIntensity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetLightingRigIntensity \ +static_assert(alignof(BP_PhotoPawn_C_SetLightingRigIntensity) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_SetLightingRigIntensity"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetLightingRigIntensity) == 0x000008, "Wrong size on BP_PhotoPawn_C_SetLightingRigIntensity"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRigIntensity, Intensity) == 0x000000, "Member 'BP_PhotoPawn_C_SetLightingRigIntensity::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRigIntensity, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_PhotoPawn_C_SetLightingRigIntensity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_UpdateLightingRig \ +static_assert(alignof(BP_PhotoPawn_C_UpdateLightingRig) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_UpdateLightingRig"); \ +static_assert(sizeof(BP_PhotoPawn_C_UpdateLightingRig) == 0x000100, "Wrong size on BP_PhotoPawn_C_UpdateLightingRig"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, AimLocation) == 0x000000, "Member 'BP_PhotoPawn_C_UpdateLightingRig::AimLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_PhotoPawn_C_UpdateLightingRig::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000028, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_FindLookAtRotation_ReturnValue) == 0x000040, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00004C, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000D4, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_BreakVector_X_1) == 0x0000E0, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_BreakVector_Y_1) == 0x0000E4, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_BreakVector_Z_1) == 0x0000E8, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_IsValid_ReturnValue) == 0x0000EC, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateLightingRig, CallFunc_MakeVector_ReturnValue) == 0x0000F0, "Member 'BP_PhotoPawn_C_UpdateLightingRig::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetActiveLightingRigClass \ +static_assert(alignof(BP_PhotoPawn_C_GetActiveLightingRigClass) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetActiveLightingRigClass"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetActiveLightingRigClass) == 0x000010, "Wrong size on BP_PhotoPawn_C_GetActiveLightingRigClass"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetActiveLightingRigClass, ActiveLightingRig_0) == 0x000000, "Member 'BP_PhotoPawn_C_GetActiveLightingRigClass::ActiveLightingRig_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetActiveLightingRigClass, CallFunc_GetObjectClass_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_GetActiveLightingRigClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_IsLightingRigActive \ +static_assert(alignof(BP_PhotoPawn_C_IsLightingRigActive) == 0x000001, "Wrong alignment on BP_PhotoPawn_C_IsLightingRigActive"); \ +static_assert(sizeof(BP_PhotoPawn_C_IsLightingRigActive) == 0x000002, "Wrong size on BP_PhotoPawn_C_IsLightingRigActive"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsLightingRigActive, IsActive) == 0x000000, "Member 'BP_PhotoPawn_C_IsLightingRigActive::IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsLightingRigActive, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_PhotoPawn_C_IsLightingRigActive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_SetLightingRig \ +static_assert(alignof(BP_PhotoPawn_C_SetLightingRig) == 0x000010, "Wrong alignment on BP_PhotoPawn_C_SetLightingRig"); \ +static_assert(sizeof(BP_PhotoPawn_C_SetLightingRig) == 0x0000C0, "Wrong size on BP_PhotoPawn_C_SetLightingRig"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, LightingRigData) == 0x000000, "Member 'BP_PhotoPawn_C_SetLightingRig::LightingRigData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CalculateNewTransform) == 0x000010, "Member 'BP_PhotoPawn_C_SetLightingRig::CalculateNewTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000050, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_IsValidClass_ReturnValue) == 0x000058, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_FinishSpawningActor_ReturnValue) == 0x000060, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_IsValidClass_ReturnValue_1) == 0x000068, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_Not_PreBool_ReturnValue) == 0x000069, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_BooleanOR_ReturnValue) == 0x00006A, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_GetLightingRigTargetTransform_Target) == 0x000070, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_GetLightingRigTargetTransform_Target' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_GetLightingRigTargetTransform_Success) == 0x0000A0, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_GetLightingRigTargetTransform_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0000A8, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0000B0, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, K2Node_SwitchEnum_CmpSuccess) == 0x0000B8, "Member 'BP_PhotoPawn_C_SetLightingRig::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_IsValidClass_ReturnValue_2) == 0x0000B9, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_IsValidClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_SetLightingRig, CallFunc_IsValid_ReturnValue) == 0x0000BA, "Member 'BP_PhotoPawn_C_SetLightingRig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_IsKenaPlayingPhotoMontage \ +static_assert(alignof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_IsKenaPlayingPhotoMontage"); \ +static_assert(sizeof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage) == 0x000070, "Wrong size on BP_PhotoPawn_C_IsKenaPlayingPhotoMontage"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, Kena) == 0x000000, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::Kena' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, IsPlayingPhotoMontage) == 0x000008, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::IsPlayingPhotoMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, IsPlayingMontage) == 0x000009, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::IsPlayingMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_GetCurrentMontage_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_Array_Get_Item) == 0x000044, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000068, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_BooleanAND_ReturnValue) == 0x000069, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00006A, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_IsValid_ReturnValue) == 0x00006B, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_IsKenaPlayingPhotoMontage, CallFunc_BooleanAND_ReturnValue_1) == 0x00006C, "Member 'BP_PhotoPawn_C_IsKenaPlayingPhotoMontage::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetIsFocusedCharacterClass \ +static_assert(alignof(BP_PhotoPawn_C_GetIsFocusedCharacterClass) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetIsFocusedCharacterClass"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetIsFocusedCharacterClass) == 0x000030, "Wrong size on BP_PhotoPawn_C_GetIsFocusedCharacterClass"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, Actor_Class) == 0x000000, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::Actor_Class' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, IsCharacter) == 0x000008, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::IsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, IsCharacterClass) == 0x000009, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::IsCharacterClass' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, Temp_bool_True_if_break_was_hit_Variable) == 0x00000A, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x000029, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetIsFocusedCharacterClass, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_PhotoPawn_C_GetIsFocusedCharacterClass::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_CanUnfreezeTime \ +static_assert(alignof(BP_PhotoPawn_C_CanUnfreezeTime) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_CanUnfreezeTime"); \ +static_assert(sizeof(BP_PhotoPawn_C_CanUnfreezeTime) == 0x000038, "Wrong size on BP_PhotoPawn_C_CanUnfreezeTime"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, Can_Unfreeze) == 0x000000, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::Can_Unfreeze' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_IsInCombat_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_GetCurrentState_ReturnValue) == 0x000028, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_Set_Contains_ReturnValue) == 0x000031, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_CanUnfreezeTime, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_PhotoPawn_C_CanUnfreezeTime::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_AdjustZoom \ +static_assert(alignof(BP_PhotoPawn_C_AdjustZoom) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_AdjustZoom"); \ +static_assert(sizeof(BP_PhotoPawn_C_AdjustZoom) == 0x000030, "Wrong size on BP_PhotoPawn_C_AdjustZoom"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, ChangeAmount) == 0x000000, "Member 'BP_PhotoPawn_C_AdjustZoom::ChangeAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, Success) == 0x000004, "Member 'BP_PhotoPawn_C_AdjustZoom::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, HasChangedFOV) == 0x000005, "Member 'BP_PhotoPawn_C_AdjustZoom::HasChangedFOV' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_IsInSettingsMode_Settings_Active) == 0x000006, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_IsInSettingsMode_Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_Not_PreBool_ReturnValue_1) == 0x000008, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x000018, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_GetFOV_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_GetFOV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustZoom, CallFunc_ClampButtonInput_Return_value) == 0x000028, "Member 'BP_PhotoPawn_C_AdjustZoom::CallFunc_ClampButtonInput_Return_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_AutoFocus \ +static_assert(alignof(BP_PhotoPawn_C_AutoFocus) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_AutoFocus"); \ +static_assert(sizeof(BP_PhotoPawn_C_AutoFocus) == 0x000020, "Wrong size on BP_PhotoPawn_C_AutoFocus"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_IsInSettingsMode_Settings_Active) == 0x000000, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_IsInSettingsMode_Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_GetAutoFocus_FocalDistance) == 0x000014, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_GetAutoFocus_FocalDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AutoFocus, CallFunc_ClampButtonInput_Return_value) == 0x000018, "Member 'BP_PhotoPawn_C_AutoFocus::CallFunc_ClampButtonInput_Return_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_AdjustFocus \ +static_assert(alignof(BP_PhotoPawn_C_AdjustFocus) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_AdjustFocus"); \ +static_assert(sizeof(BP_PhotoPawn_C_AdjustFocus) == 0x000018, "Wrong size on BP_PhotoPawn_C_AdjustFocus"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, ChangeAmount) == 0x000000, "Member 'BP_PhotoPawn_C_AdjustFocus::ChangeAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, CallFunc_IsInSettingsMode_Settings_Active) == 0x000004, "Member 'BP_PhotoPawn_C_AdjustFocus::CallFunc_IsInSettingsMode_Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_PhotoPawn_C_AdjustFocus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000006, "Member 'BP_PhotoPawn_C_AdjustFocus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_AdjustFocus::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_AdjustFocus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_AdjustFocus, CallFunc_ClampButtonInput_Return_value) == 0x000014, "Member 'BP_PhotoPawn_C_AdjustFocus::CallFunc_ClampButtonInput_Return_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_ClampButtonInput \ +static_assert(alignof(BP_PhotoPawn_C_ClampButtonInput) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_ClampButtonInput"); \ +static_assert(sizeof(BP_PhotoPawn_C_ClampButtonInput) == 0x000024, "Wrong size on BP_PhotoPawn_C_ClampButtonInput"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, Value_to_Add) == 0x000000, "Member 'BP_PhotoPawn_C_ClampButtonInput::Value_to_Add' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, Value_Multiplier) == 0x000004, "Member 'BP_PhotoPawn_C_ClampButtonInput::Value_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, Base_Value) == 0x000008, "Member 'BP_PhotoPawn_C_ClampButtonInput::Base_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, Min_Clamp) == 0x00000C, "Member 'BP_PhotoPawn_C_ClampButtonInput::Min_Clamp' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, Max_Clamp) == 0x000010, "Member 'BP_PhotoPawn_C_ClampButtonInput::Max_Clamp' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, Return_Value) == 0x000014, "Member 'BP_PhotoPawn_C_ClampButtonInput::Return_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_ClampButtonInput::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_PhotoPawn_C_ClampButtonInput::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ClampButtonInput, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_ClampButtonInput::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_TryToggleTimeFreeze \ +static_assert(alignof(BP_PhotoPawn_C_TryToggleTimeFreeze) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_TryToggleTimeFreeze"); \ +static_assert(sizeof(BP_PhotoPawn_C_TryToggleTimeFreeze) == 0x000040, "Wrong size on BP_PhotoPawn_C_TryToggleTimeFreeze"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, Temp_bool_Variable) == 0x000000, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, Temp_object_Variable) == 0x000008, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, Temp_object_Variable_1) == 0x000010, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x000020, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, CallFunc_TryToggleFreezeTime_ReturnValue) == 0x000028, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::CallFunc_TryToggleFreezeTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, CallFunc_GetIsTimeFrozen_ReturnValue) == 0x000029, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::CallFunc_GetIsTimeFrozen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, CallFunc_CanUnfreezeTime_Can_Unfreeze) == 0x00002A, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::CallFunc_CanUnfreezeTime_Can_Unfreeze' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, K2Node_Select_Default) == 0x000030, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TryToggleTimeFreeze, CallFunc_PostEventAtLocation_ReturnValue) == 0x000038, "Member 'BP_PhotoPawn_C_TryToggleTimeFreeze::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_TrySetTimeFreeze \ +static_assert(alignof(BP_PhotoPawn_C_TrySetTimeFreeze) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_TrySetTimeFreeze"); \ +static_assert(sizeof(BP_PhotoPawn_C_TrySetTimeFreeze) == 0x000028, "Wrong size on BP_PhotoPawn_C_TrySetTimeFreeze"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, SetFrozen) == 0x000000, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::SetFrozen' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_GetIsTimeFrozen_ReturnValue) == 0x000010, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_GetIsTimeFrozen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x000018, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000020, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_TryToggleFreezeTime_ReturnValue) == 0x000021, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_TryToggleFreezeTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_CanUnfreezeTime_Can_Unfreeze) == 0x000022, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_CanUnfreezeTime_Can_Unfreeze' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_TrySetTimeFreeze, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'BP_PhotoPawn_C_TrySetTimeFreeze::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_UpdateButtonLegend \ +static_assert(alignof(BP_PhotoPawn_C_UpdateButtonLegend) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_UpdateButtonLegend"); \ +static_assert(sizeof(BP_PhotoPawn_C_UpdateButtonLegend) == 0x0001C0, "Wrong size on BP_PhotoPawn_C_UpdateButtonLegend"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, ButtonLegendEnabled) == 0x000000, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::ButtonLegendEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_AddButtonToLegend_ReturnValue) == 0x000018, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_AddButtonToLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_RemoveButtonFromLegend_ReturnValue) == 0x000019, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_RemoveButtonFromLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_1) == 0x000020, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_2) == 0x000030, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_3) == 0x000040, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_4) == 0x000050, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_CanUnfreezeTime_Can_Unfreeze) == 0x000060, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_CanUnfreezeTime_Can_Unfreeze' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_5) == 0x000068, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000078, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_6) == 0x000080, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetIsTimeFrozen_ReturnValue) == 0x000090, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetIsTimeFrozen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, Temp_bool_Variable) == 0x000091, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, Temp_bool_Variable_1) == 0x000092, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_Select_Default) == 0x000098, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetAreWaypointsSet_Waypoints_Are_Set) == 0x0000A8, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetAreWaypointsSet_Waypoints_Are_Set' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_CanUnfreezeTime_Can_Unfreeze_1) == 0x0000A9, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_CanUnfreezeTime_Can_Unfreeze_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x0000B0, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetIsTimeFrozen_ReturnValue_1) == 0x0000B8, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetIsTimeFrozen_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_IsLightingRigActive_IsActive) == 0x0000B9, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_IsLightingRigActive_IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_Not_PreBool_ReturnValue) == 0x0000BA, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_BooleanAND_ReturnValue) == 0x0000BB, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_7) == 0x0000C0, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetPhotoModeManager_ReturnValue_2) == 0x0000D0, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetPhotoModeManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_8) == 0x0000D8, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_GetIsTimeFrozen_ReturnValue_2) == 0x0000E8, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_GetIsTimeFrozen_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, Temp_bool_Variable_2) == 0x0000E9, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_9) == 0x0000F0, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_10) == 0x000100, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_11) == 0x000110, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, Temp_bool_Variable_3) == 0x000120, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_Select_Default_1) == 0x000128, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_Select_Default_2) == 0x000138, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_12) == 0x000148, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, CallFunc_IsInSettingsMode_Settings_Active) == 0x000158, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::CallFunc_IsInSettingsMode_Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_13) == 0x000160, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_MakeArray_Array_14) == 0x000170, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, Temp_bool_Variable_4) == 0x000180, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_Select_Default_3) == 0x000188, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_Select_Default_4) == 0x000198, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_SwitchEnum_CmpSuccess) == 0x0001A8, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, Temp_bool_Variable_5) == 0x0001A9, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_UpdateButtonLegend, K2Node_Select_Default_5) == 0x0001B0, "Member 'BP_PhotoPawn_C_UpdateButtonLegend::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetAllowMovementInput \ +static_assert(alignof(BP_PhotoPawn_C_GetAllowMovementInput) == 0x000001, "Wrong alignment on BP_PhotoPawn_C_GetAllowMovementInput"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetAllowMovementInput) == 0x000003, "Wrong size on BP_PhotoPawn_C_GetAllowMovementInput"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAllowMovementInput, AllowMovement) == 0x000000, "Member 'BP_PhotoPawn_C_GetAllowMovementInput::AllowMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAllowMovementInput, CallFunc_IsInSettingsMode_Settings_Active) == 0x000001, "Member 'BP_PhotoPawn_C_GetAllowMovementInput::CallFunc_IsInSettingsMode_Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAllowMovementInput, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_PhotoPawn_C_GetAllowMovementInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetCheeseTargets \ +static_assert(alignof(BP_PhotoPawn_C_GetCheeseTargets) == 0x000010, "Wrong alignment on BP_PhotoPawn_C_GetCheeseTargets"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetCheeseTargets) == 0x0000F0, "Wrong size on BP_PhotoPawn_C_GetCheeseTargets"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, MontageManagers) == 0x000000, "Member 'BP_PhotoPawn_C_GetCheeseTargets::MontageManagers' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, FoundMontageManagers) == 0x000010, "Member 'BP_PhotoPawn_C_GetCheeseTargets::FoundMontageManagers' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, FoundRotCharacter) == 0x000020, "Member 'BP_PhotoPawn_C_GetCheeseTargets::FoundRotCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, FoundRotPOI) == 0x000030, "Member 'BP_PhotoPawn_C_GetCheeseTargets::FoundRotPOI' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_PhotoPawn_C_GetCheeseTargets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_PhotoPawn_C_GetCheeseTargets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, Temp_object_Variable) == 0x000050, "Member 'BP_PhotoPawn_C_GetCheeseTargets::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_PhotoPawn_C_GetCheeseTargets::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000070, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_ComponentOverlapComponents_OutComponents) == 0x0000A0, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_ComponentOverlapComponents_OutComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_ComponentOverlapComponents_ReturnValue) == 0x0000B0, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_ComponentOverlapComponents_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_GetOwner_ReturnValue) == 0x0000C8, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000D0, "Member 'BP_PhotoPawn_C_GetCheeseTargets::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_PhotoPawn_C_GetCheeseTargets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_IsKenaPlayingPhotoMontage_IsPlayingPhotoMontage) == 0x0000E8, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_IsKenaPlayingPhotoMontage_IsPlayingPhotoMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_IsValid_ReturnValue) == 0x0000E9, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetCheeseTargets, CallFunc_Array_AddUnique_ReturnValue) == 0x0000EC, "Member 'BP_PhotoPawn_C_GetCheeseTargets::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_GetAutoFocus \ +static_assert(alignof(BP_PhotoPawn_C_GetAutoFocus) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_GetAutoFocus"); \ +static_assert(sizeof(BP_PhotoPawn_C_GetAutoFocus) == 0x000350, "Wrong size on BP_PhotoPawn_C_GetAutoFocus"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, FocalDistance_0) == 0x000000, "Member 'BP_PhotoPawn_C_GetAutoFocus::FocalDistance_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, SkeletalMeshCollisionSetting) == 0x000004, "Member 'BP_PhotoPawn_C_GetAutoFocus::SkeletalMeshCollisionSetting' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, HitActor) == 0x000008, "Member 'BP_PhotoPawn_C_GetAutoFocus::HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, ImpactLocation) == 0x000010, "Member 'BP_PhotoPawn_C_GetAutoFocus::ImpactLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CalculatedFocalDistance) == 0x00001C, "Member 'BP_PhotoPawn_C_GetAutoFocus::CalculatedFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, HitComponent) == 0x000020, "Member 'BP_PhotoPawn_C_GetAutoFocus::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, TraceEnd) == 0x000028, "Member 'BP_PhotoPawn_C_GetAutoFocus::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, TraceStart) == 0x000034, "Member 'BP_PhotoPawn_C_GetAutoFocus::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_PhotoPawn_C_GetAutoFocus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000054, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_VSize_ReturnValue) == 0x000060, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000068, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, Temp_bool_True_if_break_was_hit_Variable) == 0x000078, "Member 'BP_PhotoPawn_C_GetAutoFocus::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_LineTraceComponent_HitLocation) == 0x000088, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_LineTraceComponent_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_LineTraceComponent_HitNormal) == 0x000094, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_LineTraceComponent_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_LineTraceComponent_BoneName) == 0x0000A0, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_LineTraceComponent_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_LineTraceComponent_OutHit) == 0x0000A8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_LineTraceComponent_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_LineTraceComponent_ReturnValue) == 0x000130, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_LineTraceComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_GetCollisionEnabled_ReturnValue) == 0x000131, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_bBlockingHit) == 0x000132, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_bInitialOverlap) == 0x000133, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Time) == 0x000134, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Distance) == 0x000138, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Location) == 0x00013C, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_ImpactPoint) == 0x000148, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Normal) == 0x000154, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_ImpactNormal) == 0x000160, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_PhysMat) == 0x000170, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitActor) == 0x000178, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitComponent) == 0x000180, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitBoneName) == 0x000188, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitItem) == 0x000190, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_ElementIndex) == 0x000194, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_FaceIndex) == 0x000198, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_TraceStart) == 0x00019C, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_TraceEnd) == 0x0001A8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Not_PreBool_ReturnValue) == 0x0001B4, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Array_Length_ReturnValue) == 0x0001B8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, Temp_object_Variable) == 0x0001C0, "Member 'BP_PhotoPawn_C_GetAutoFocus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001D0, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0001D4, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_LineTraceSingle_OutHit) == 0x0001E0, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_LineTraceSingle_ReturnValue) == 0x000268, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_GetForwardVector_ReturnValue) == 0x00026C, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000278, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000284, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000285, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Time_1) == 0x000288, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Distance_1) == 0x00028C, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Location_1) == 0x000290, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_ImpactPoint_1) == 0x00029C, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_Normal_1) == 0x0002A8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0002B4, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_PhysMat_1) == 0x0002C0, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitActor_1) == 0x0002C8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitComponent_1) == 0x0002D0, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitBoneName_1) == 0x0002D8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_HitItem_1) == 0x0002E0, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_ElementIndex_1) == 0x0002E4, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_FaceIndex_1) == 0x0002E8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_TraceStart_1) == 0x0002EC, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BreakHitResult_TraceEnd_1) == 0x0002F8, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000304, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Add_VectorVector_ReturnValue) == 0x000310, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_GetObjectClass_ReturnValue) == 0x000320, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000328, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000329, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_GetObjectClass_ReturnValue_1) == 0x000330, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_GetIsFocusedCharacterClass_IsCharacter) == 0x000338, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_GetIsFocusedCharacterClass_IsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, Temp_int_Loop_Counter_Variable) == 0x00033C, "Member 'BP_PhotoPawn_C_GetAutoFocus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BooleanAND_ReturnValue) == 0x000340, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Less_IntInt_ReturnValue) == 0x000341, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_Add_IntInt_ReturnValue) == 0x000344, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_GetAutoFocus, CallFunc_BooleanAND_ReturnValue_1) == 0x000348, "Member 'BP_PhotoPawn_C_GetAutoFocus::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoSettings_K2Node_InputActionEvent_20::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_Back_K2Node_InputActionEvent_19::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoAction_K2Node_InputActionEvent_18::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_17::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoAutoFocus_K2Node_InputActionEvent_16::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoTakePicture_K2Node_InputActionEvent_15::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_14::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomIn_K2Node_InputActionEvent_13::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_12::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoZoomOut_K2Node_InputActionEvent_11::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_10::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusLeft_K2Node_InputActionEvent_9::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_8::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoFocusRight_K2Node_InputActionEvent_7::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_Accept_K2Node_InputActionEvent_6::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_RestoreSingleOption_K2Node_InputActionEvent_5::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoLightingRig_K2Node_InputActionEvent_4::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoToggleUI_K2Node_InputActionEvent_3::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PhotoTogglePathMode_K2Node_InputActionEvent_2::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PageNext_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0 \ +static_assert(alignof(BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'BP_PhotoPawn_C_InpActEvt_UI_PagePrev_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181 \ +static_assert(alignof(BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181) == 0x000004, "Wrong size on BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181, AxisValue) == 0x000000, "Member 'BP_PhotoPawn_C_InpAxisEvt_MoveForward_K2Node_InputAxisEvent_181::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192 \ +static_assert(alignof(BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192) == 0x000004, "Wrong size on BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192, AxisValue) == 0x000000, "Member 'BP_PhotoPawn_C_InpAxisEvt_MoveRight_K2Node_InputAxisEvent_192::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4 \ +static_assert(alignof(BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4) == 0x000004, "Wrong size on BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4, AxisValue) == 0x000000, "Member 'BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveDown_K2Node_InputAxisEvent_4::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5 \ +static_assert(alignof(BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5"); \ +static_assert(sizeof(BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5) == 0x000004, "Wrong size on BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5"); \ +static_assert(offsetof(BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5, AxisValue) == 0x000000, "Member 'BP_PhotoPawn_C_InpAxisEvt_PhotoModeMoveUp_K2Node_InputAxisEvent_5::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_ReceiveTick \ +static_assert(alignof(BP_PhotoPawn_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PhotoPawn_C_ReceiveTick"); \ +static_assert(sizeof(BP_PhotoPawn_C_ReceiveTick) == 0x000004, "Wrong size on BP_PhotoPawn_C_ReceiveTick"); \ +static_assert(offsetof(BP_PhotoPawn_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PhotoPawn_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_ReceiveEndPlay \ +static_assert(alignof(BP_PhotoPawn_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_PhotoPawn_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_PhotoPawn_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_PhotoPawn_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_PhotoPawn_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_PhotoPawn_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn \ +static_assert(alignof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn) == 0x000010, "Wrong alignment on BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn"); \ +static_assert(sizeof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn) == 0x000B00, "Wrong size on BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, EntryPoint) == 0x000000, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable) == 0x000008, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_bool_Variable) == 0x000018, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_float_Variable) == 0x00001C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_float_Variable_1) == 0x000020, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue) == 0x000024, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000028, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000030, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetEquippedStaffRowName_ReturnValue) == 0x000038, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetEquippedStaffRowName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000040, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetEquippedCostumeRowName_ReturnValue) == 0x000048, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetEquippedCostumeRowName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000050, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000058, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_MakeLiteralFloat_ReturnValue) == 0x00006C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_MakeLiteralFloat_ReturnValue_1) == 0x000070, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_MakeLiteralFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_1) == 0x000078, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_MakeLiteralFloat_ReturnValue_2) == 0x00007C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_MakeLiteralFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000080, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_2) == 0x000084, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_MakeLiteralFloat_ReturnValue_3) == 0x000088, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_MakeLiteralFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_3) == 0x00008C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000090, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000094, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_AdjustZoom_Success) == 0x000098, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_AdjustZoom_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_AdjustZoom_Success_1) == 0x000099, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_AdjustZoom_Success_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_1) == 0x0000A0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_7) == 0x0000B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_8) == 0x0000D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_2) == 0x0000E8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_9) == 0x000100, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000118, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_FClamp_ReturnValue) == 0x00011C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Add_FloatFloat_ReturnValue) == 0x000120, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_FClamp_ReturnValue_1) == 0x000124, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000128, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue) == 0x000130, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_1) == 0x000138, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_2) == 0x000140, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInputKeyDown_ReturnValue) == 0x000148, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_3) == 0x000150, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_4) == 0x000158, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInputKeyDown_ReturnValue_1) == 0x000160, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInputKeyDown_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInputKeyDown_ReturnValue_2) == 0x000161, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInputKeyDown_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_5) == 0x000168, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInputKeyDown_ReturnValue_3) == 0x000170, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInputKeyDown_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key) == 0x000178, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_1) == 0x000190, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable) == 0x0001A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_3) == 0x0001B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_MakeLiteralFloat_ReturnValue_4) == 0x0001C8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_MakeLiteralFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_6) == 0x0001D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x0001D8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAspectRatio_ReturnValue) == 0x0001E0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAspectRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_AddButtonToLegend_ReturnValue) == 0x0001E4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_AddButtonToLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_RemoveButtonFromLegend_ReturnValue) == 0x0001E5, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_RemoveButtonFromLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_10) == 0x0001E8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_4) == 0x000200, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000204, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsLightingRigActive_IsActive) == 0x000208, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsLightingRigActive_IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_1) == 0x00020C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsValidClass_ReturnValue) == 0x00021C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_4) == 0x000220, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsVisible_ReturnValue) == 0x000238, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_5) == 0x000240, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue) == 0x000250, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_11) == 0x000258, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsVisible_ReturnValue_1) == 0x000270, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_1) == 0x000271, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000274, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_2) == 0x000278, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x00027C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000280, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_3) == 0x000284, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetTransform_ReturnValue) == 0x000290, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_2) == 0x0002C0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetFocusDistance_ReturnValue) == 0x0002C8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetFocusDistance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetFOV_ReturnValue) == 0x0002CC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetFOV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_MakeStruct_FPhotoWaypointInfo) == 0x0002D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_MakeStruct_FPhotoWaypointInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_7) == 0x000310, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active) == 0x000318, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_1) == 0x000319, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_4) == 0x00031A, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_8) == 0x000320, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_2) == 0x000328, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_3) == 0x000329, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_4) == 0x00032A, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_5) == 0x00032B, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_12) == 0x000330, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_2) == 0x000348, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x000360, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_3) == 0x000368, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_5) == 0x000380, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_6) == 0x000381, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess) == 0x000382, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_6) == 0x000383, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_7) == 0x000384, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_8) == 0x000385, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_9) == 0x000386, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_7) == 0x000387, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_8) == 0x000388, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BooleanAND_ReturnValue) == 0x000389, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BooleanAND_ReturnValue_1) == 0x00038A, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_bool_Variable_1) == 0x00038B, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAreWaypointsSet_Waypoints_Are_Set) == 0x00038C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAreWaypointsSet_Waypoints_Are_Set' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_Select_Default) == 0x000390, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetLightingRigData_LightingRigData) == 0x000398, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetLightingRigData_LightingRigData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue) == 0x0003A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_4) == 0x0003B0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_1) == 0x0003C8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_5) == 0x0003D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_3) == 0x0003E8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetFocusDistance_ReturnValue_1) == 0x0003F0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetFocusDistance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetFOV_ReturnValue_1) == 0x0003F4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetFOV_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_6) == 0x0003F8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_13) == 0x000410, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_1) == 0x000428, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_AddButtonToLegend_ReturnValue_1) == 0x000429, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_AddButtonToLegend_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_int_Array_Index_Variable) == 0x00042C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_RemoveButtonFromLegend_ReturnValue_1) == 0x000430, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_RemoveButtonFromLegend_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputAxisEvent_AxisValue_3) == 0x000434, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputAxisEvent_AxisValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputAxisEvent_AxisValue_2) == 0x000438, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputAxisEvent_AxisValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetController_ReturnValue) == 0x000440, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_6) == 0x000448, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsValid_ReturnValue) == 0x000460, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsValid_ReturnValue_1) == 0x000461, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetControlRotation_ReturnValue) == 0x000464, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetController_ReturnValue_1) == 0x000470, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAxes_X) == 0x000478, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAxes_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAxes_Y) == 0x000484, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAxes_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAxes_Z) == 0x000490, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAxes_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetActorUpVector_ReturnValue) == 0x00049C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetActorUpVector_ReturnValue_1) == 0x0004A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetActorUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0004B4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0004B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x0004BC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputAxisEvent_AxisValue_1) == 0x0004C0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputAxisEvent_AxisValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputAxisEvent_AxisValue) == 0x0004C4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0004C8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x0004CC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAllowMovementInput_AllowMovement) == 0x0004D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAllowMovementInput_AllowMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAllowMovementInput_AllowMovement_1) == 0x0004D1, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAllowMovementInput_AllowMovement_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAllowMovementInput_AllowMovement_2) == 0x0004D2, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAllowMovementInput_AllowMovement_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetAllowMovementInput_AllowMovement_3) == 0x0004D3, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetAllowMovementInput_AllowMovement_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_Event_DeltaSeconds) == 0x0004D4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0004D8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_2) == 0x0004E0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x0004F0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_7) == 0x0004F8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000508, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_2) == 0x000510, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_3) == 0x000514, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_8) == 0x000528, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_4) == 0x000538, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_3) == 0x000548, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_2) == 0x00054C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_9) == 0x000550, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_5) == 0x000560, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_4) == 0x000570, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_5) == 0x000574, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_6) == 0x000578, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x00057C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000580, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_int_Loop_Counter_Variable) == 0x000584, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Add_IntInt_ReturnValue) == 0x000588, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_6) == 0x00058C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_7) == 0x000590, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_10) == 0x000598, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetCheeseTargets_MontageManagers) == 0x0005A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetCheeseTargets_MontageManagers' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_5) == 0x0005B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Array_Get_Item) == 0x0005C0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Array_Length_ReturnValue) == 0x0005C8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_14) == 0x0005D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Less_IntInt_ReturnValue) == 0x0005E8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_MakeStruct_PlayMontageArgs) == 0x0005EC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PlayWithArgs_ReturnValue) == 0x000604, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetCheeseTargets_MontageManagers_1) == 0x000608, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetCheeseTargets_MontageManagers_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Array_Length_ReturnValue_1) == 0x000618, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Greater_IntInt_ReturnValue) == 0x00061C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_Event_EndPlayReason) == 0x00061D, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x000620, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_3) == 0x000628, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_15) == 0x000630, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_4) == 0x000648, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_5) == 0x000650, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetIsTimeFrozen_ReturnValue) == 0x000658, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetIsTimeFrozen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_9) == 0x000659, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_9) == 0x000660, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_10) == 0x000668, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalTimeDilation_ReturnValue_7) == 0x000670, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalTimeDilation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000674, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_4) == 0x000678, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000680, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000688, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_6) == 0x000698, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x0006A0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_NavigateBack_ReturnValue) == 0x0006A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEventAtLocation_ReturnValue_8) == 0x0006B0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEventAtLocation_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsLightingRigActive_IsActive_1) == 0x0006B4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsLightingRigActive_IsActive_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_11) == 0x0006B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInputKeyDown_ReturnValue_4) == 0x0006D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInputKeyDown_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BooleanAND_ReturnValue_2) == 0x0006D1, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_16) == 0x0006D8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_16' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_6) == 0x0006F0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_IsInSettingsMode_Settings_Active_10) == 0x000700, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_IsInSettingsMode_Settings_Active_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_10) == 0x000701, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_5) == 0x000702, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BooleanAND_ReturnValue_3) == 0x000703, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BooleanAND_ReturnValue_4) == 0x000704, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_EvaluateCurve_ReturnValue) == 0x000708, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_12) == 0x000710, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_7) == 0x000720, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_6) == 0x000730, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_13) == 0x000738, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_bool_Has_Been_Initd_Variable) == 0x000748, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_7) == 0x00074C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_7) == 0x000750, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_8) == 0x000758, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_9) == 0x000760, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetRoll_ReturnValue) == 0x000768, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetRoll_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetRoll_ReturnValue_1) == 0x00076C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetRoll_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Lerp_ReturnValue) == 0x000770, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetController_ReturnValue_2) == 0x000778, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetComponentByClass_ReturnValue) == 0x000780, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_17) == 0x000788, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_17' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetCurrentState_ReturnValue) == 0x0007A0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Set_Contains_ReturnValue) == 0x0007A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0007A9, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Not_PreBool_ReturnValue_11) == 0x0007AA, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_10) == 0x0007B0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BooleanAND_ReturnValue_5) == 0x0007B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetVignette_ReturnValue) == 0x0007BC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetVignette_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_11) == 0x0007C0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetGlobalUINavManager_ReturnValue_1) == 0x0007C8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetGlobalUINavManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_TryToggleFreezeTime_ReturnValue) == 0x0007D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_TryToggleFreezeTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_NavigateForward_ReturnValue) == 0x0007D8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_NavigateForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_11) == 0x0007E0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_12) == 0x0007E8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_13) == 0x0007F0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetFocusDistance_ReturnValue_2) == 0x0007F8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetFocusDistance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetFOV_ReturnValue_2) == 0x0007FC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetFOV_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetController_ReturnValue_3) == 0x000800, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000808, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_6) == 0x000810, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetCurrentState_ReturnValue_1) == 0x000818, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetCurrentState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_18) == 0x000820, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_18' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_19) == 0x000838, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_19' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_14) == 0x000850, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_InputActionEvent_Key_20) == 0x000858, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_InputActionEvent_Key_20' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_8) == 0x000870, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_14) == 0x000880, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_12) == 0x000890, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_8) == 0x000898, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_K2_GetPawn_ReturnValue) == 0x0008A0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_CanUnfreezeTime_Can_Unfreeze) == 0x0008A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_CanUnfreezeTime_Can_Unfreeze' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0008B0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_DynamicCast_bSuccess) == 0x0008B8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_9) == 0x0008BC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_7) == 0x0008CC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_bool_IsClosed_Variable) == 0x0008CD, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_15) == 0x0008D0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_9) == 0x0008E0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Location) == 0x0008E4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Rotation) == 0x0008F0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Scale) == 0x0008FC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Location_1) == 0x000908, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Rotation_1) == 0x000914, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Scale_1) == 0x000920, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Vector_Distance_ReturnValue) == 0x00092C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000930, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_Select_Default_1) == 0x000934, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000938, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_10) == 0x00093C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x00094C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_16) == 0x000950, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x000960, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_10) == 0x000964, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000968, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_11) == 0x00096C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00097C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Less_FloatFloat_ReturnValue) == 0x00097D, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00097E, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_17) == 0x000980, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_11) == 0x000990, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_12) == 0x000994, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_15) == 0x0009A8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoController_ReturnValue_13) == 0x0009B0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_TLerp_ReturnValue) == 0x0009C0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, K2Node_SwitchEnum_CmpSuccess_8) == 0x0009F0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::K2Node_SwitchEnum_CmpSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Location_2) == 0x0009F4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Rotation_2) == 0x000A00, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakTransform_Scale_2) == 0x000A0C, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000A18, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000AA0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakRotator_Roll) == 0x000AA4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakRotator_Pitch) == 0x000AA8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_BreakRotator_Yaw) == 0x000AAC, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_struct_Variable_18) == 0x000AB0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_12) == 0x000AC0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Lerp_ReturnValue_1) == 0x000AC4, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_16) == 0x000AC8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_Lerp_ReturnValue_2) == 0x000AD0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_GetPhotoModeManager_ReturnValue_17) == 0x000AD8, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_GetPhotoModeManager_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, Temp_delegate_Variable_13) == 0x000AE0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::Temp_delegate_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn, CallFunc_PostEvent_ReturnValue_13) == 0x000AF0, "Member 'BP_PhotoPawn_C_ExecuteUbergraph_BP_PhotoPawn::CallFunc_PostEvent_ReturnValue_13' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoPawn_C \ +static_assert(alignof(ABP_PhotoPawn_C) == 0x000010, "Wrong alignment on ABP_PhotoPawn_C"); \ +static_assert(sizeof(ABP_PhotoPawn_C) == 0x0007C0, "Wrong size on ABP_PhotoPawn_C"); \ +static_assert(offsetof(ABP_PhotoPawn_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_PhotoPawn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LightingRigDetector) == 0x0002B8, "Member 'ABP_PhotoPawn_C::LightingRigDetector' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, WeightedFocalPoint) == 0x0002C0, "Member 'ABP_PhotoPawn_C::WeightedFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CheeseDetector) == 0x0002C8, "Member 'ABP_PhotoPawn_C::CheeseDetector' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ButtonLegendController) == 0x0002D0, "Member 'ABP_PhotoPawn_C::ButtonLegendController' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, Capsule) == 0x0002D8, "Member 'ABP_PhotoPawn_C::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, MovementSpeed) == 0x0002E0, "Member 'ABP_PhotoPawn_C::MovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, BaseTurnRate) == 0x0002E4, "Member 'ABP_PhotoPawn_C::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, BoundsFlashDelay) == 0x0002E8, "Member 'ABP_PhotoPawn_C::BoundsFlashDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, BoundsFlashDuration) == 0x0002EC, "Member 'ABP_PhotoPawn_C::BoundsFlashDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, UI_Root) == 0x0002F0, "Member 'ABP_PhotoPawn_C::UI_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ScreenshotFlashDuration) == 0x0002F8, "Member 'ABP_PhotoPawn_C::ScreenshotFlashDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CanTakeScreenshot) == 0x0002FC, "Member 'ABP_PhotoPawn_C::CanTakeScreenshot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Enter_Photo_Mode) == 0x000300, "Member 'ABP_PhotoPawn_C::SFX_Enter_Photo_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Exit_Photo_Mode) == 0x000308, "Member 'ABP_PhotoPawn_C::SFX_Exit_Photo_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ZoomCloserKey) == 0x000310, "Member 'ABP_PhotoPawn_C::ZoomCloserKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ZoomFurtherKey) == 0x000328, "Member 'ABP_PhotoPawn_C::ZoomFurtherKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Snap_Photo) == 0x000340, "Member 'ABP_PhotoPawn_C::SFX_Snap_Photo' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Hit_Barrier) == 0x000348, "Member 'ABP_PhotoPawn_C::SFX_Hit_Barrier' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Settings_Toggle) == 0x000350, "Member 'ABP_PhotoPawn_C::SFX_Settings_Toggle' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Settings_Navigate) == 0x000358, "Member 'ABP_PhotoPawn_C::SFX_Settings_Navigate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Zoom_In_LP) == 0x000360, "Member 'ABP_PhotoPawn_C::SFX_Zoom_In_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Zoom_In_LP_Stop) == 0x000368, "Member 'ABP_PhotoPawn_C::SFX_Zoom_In_LP_Stop' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Zoom_Out_LP) == 0x000370, "Member 'ABP_PhotoPawn_C::SFX_Zoom_Out_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Zoom_Out_LP_Stop) == 0x000378, "Member 'ABP_PhotoPawn_C::SFX_Zoom_Out_LP_Stop' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Focus_Start_LP) == 0x000380, "Member 'ABP_PhotoPawn_C::SFX_Focus_Start_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Focus_Stop_LP) == 0x000388, "Member 'ABP_PhotoPawn_C::SFX_Focus_Stop_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Playback) == 0x000390, "Member 'ABP_PhotoPawn_C::SFX_Playback' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SFX_Action) == 0x000398, "Member 'ABP_PhotoPawn_C::SFX_Action' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, FocalDistance) == 0x0003A0, "Member 'ABP_PhotoPawn_C::FocalDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, Zoom) == 0x0003A4, "Member 'ABP_PhotoPawn_C::Zoom' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, FocalDistanceChangeAmount) == 0x0003A8, "Member 'ABP_PhotoPawn_C::FocalDistanceChangeAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CheeseTargetsAquired) == 0x0003AC, "Member 'ABP_PhotoPawn_C::CheeseTargetsAquired' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, PhotoModeEnterState) == 0x0003B0, "Member 'ABP_PhotoPawn_C::PhotoModeEnterState' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ZoomMax) == 0x0003B8, "Member 'ABP_PhotoPawn_C::ZoomMax' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ZoomMin) == 0x0003BC, "Member 'ABP_PhotoPawn_C::ZoomMin' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, Curve_ZoomToTurnRate) == 0x0003C0, "Member 'ABP_PhotoPawn_C::Curve_ZoomToTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, UnfreezeTimeStateWhitelist) == 0x000448, "Member 'ABP_PhotoPawn_C::UnfreezeTimeStateWhitelist' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CharacterFocusClasses) == 0x000498, "Member 'ABP_PhotoPawn_C::CharacterFocusClasses' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, PhotoPoseTable) == 0x0004A8, "Member 'ABP_PhotoPawn_C::PhotoPoseTable' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ActiveLightingRig) == 0x0004B0, "Member 'ABP_PhotoPawn_C::ActiveLightingRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, ActiveLightingRigData) == 0x0004B8, "Member 'ABP_PhotoPawn_C::ActiveLightingRigData' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, DefaultLightingRigClass) == 0x0004C8, "Member 'ABP_PhotoPawn_C::DefaultLightingRigClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LastSelectedLightingRigClass) == 0x0004D0, "Member 'ABP_PhotoPawn_C::LastSelectedLightingRigClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LastLightingRigTransform) == 0x0004E0, "Member 'ABP_PhotoPawn_C::LastLightingRigTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LastLightingRigIntensity) == 0x000510, "Member 'ABP_PhotoPawn_C::LastLightingRigIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LastLightingRigTemperature) == 0x000514, "Member 'ABP_PhotoPawn_C::LastLightingRigTemperature' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, IsHeroRotHidden) == 0x000518, "Member 'ABP_PhotoPawn_C::IsHeroRotHidden' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LightingRigTable) == 0x000520, "Member 'ABP_PhotoPawn_C::LightingRigTable' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, SetWaypointA) == 0x000528, "Member 'ABP_PhotoPawn_C::SetWaypointA' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, IsMovingOnPath) == 0x000529, "Member 'ABP_PhotoPawn_C::IsMovingOnPath' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, IsMovingTowardsA) == 0x00052A, "Member 'ABP_PhotoPawn_C::IsMovingTowardsA' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LoopPathMovement) == 0x00052B, "Member 'ABP_PhotoPawn_C::LoopPathMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, WaypointLerpAmount) == 0x00052C, "Member 'ABP_PhotoPawn_C::WaypointLerpAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LerpMoveSpeed) == 0x000530, "Member 'ABP_PhotoPawn_C::LerpMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CurveEvalT) == 0x000534, "Member 'ABP_PhotoPawn_C::CurveEvalT' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, PathMoveCurve) == 0x000538, "Member 'ABP_PhotoPawn_C::PathMoveCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CurrentState) == 0x0005C0, "Member 'ABP_PhotoPawn_C::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, Waypoint_A) == 0x0005D0, "Member 'ABP_PhotoPawn_C::Waypoint_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, Waypoint_B) == 0x000610, "Member 'ABP_PhotoPawn_C::Waypoint_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, PathMovementType) == 0x000650, "Member 'ABP_PhotoPawn_C::PathMovementType' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, PreviousState) == 0x0006E8, "Member 'ABP_PhotoPawn_C::PreviousState' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, CharacterLightrigAttachClasses) == 0x0006F0, "Member 'ABP_PhotoPawn_C::CharacterLightrigAttachClasses' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, AllUsedButtons) == 0x000700, "Member 'ABP_PhotoPawn_C::AllUsedButtons' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, EquippedCostumeRowName) == 0x000710, "Member 'ABP_PhotoPawn_C::EquippedCostumeRowName' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, EquippedStaffRowName) == 0x000718, "Member 'ABP_PhotoPawn_C::EquippedStaffRowName' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LastTurnRate) == 0x000720, "Member 'ABP_PhotoPawn_C::LastTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LastLookUpRate) == 0x000724, "Member 'ABP_PhotoPawn_C::LastLookUpRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, OutfitDataTable) == 0x000728, "Member 'ABP_PhotoPawn_C::OutfitDataTable' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, LookCurve) == 0x000730, "Member 'ABP_PhotoPawn_C::LookCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, TargetRollAngle) == 0x0007B8, "Member 'ABP_PhotoPawn_C::TargetRollAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoPawn_C, DefaultVignette) == 0x0007BC, "Member 'ABP_PhotoPawn_C::DefaultVignette' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerStereoGazeData \ +static_assert(alignof(FEyeTrackerStereoGazeData) == 0x000004, "Wrong alignment on FEyeTrackerStereoGazeData"); \ +static_assert(sizeof(FEyeTrackerStereoGazeData) == 0x000040, "Wrong size on FEyeTrackerStereoGazeData"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeOrigin) == 0x000000, "Member 'FEyeTrackerStereoGazeData::LeftEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeDirection) == 0x00000C, "Member 'FEyeTrackerStereoGazeData::LeftEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeOrigin) == 0x000018, "Member 'FEyeTrackerStereoGazeData::RightEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeDirection) == 0x000024, "Member 'FEyeTrackerStereoGazeData::RightEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, FixationPoint) == 0x000030, "Member 'FEyeTrackerStereoGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, ConfidenceValue) == 0x00003C, "Member 'FEyeTrackerStereoGazeData::ConfidenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerGazeData \ +static_assert(alignof(FEyeTrackerGazeData) == 0x000004, "Wrong alignment on FEyeTrackerGazeData"); \ +static_assert(sizeof(FEyeTrackerGazeData) == 0x000028, "Wrong size on FEyeTrackerGazeData"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeOrigin) == 0x000000, "Member 'FEyeTrackerGazeData::GazeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeDirection) == 0x00000C, "Member 'FEyeTrackerGazeData::GazeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, FixationPoint) == 0x000018, "Member 'FEyeTrackerGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, ConfidenceValue) == 0x000024, "Member 'FEyeTrackerGazeData::ConfidenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000004, "Wrong alignment on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetGazeData) == 0x00002C, "Wrong size on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetGazeData::OutGazeData' has a wrong offset!"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetGazeData, ReturnValue) == 0x000028, "Member 'EyeTrackerFunctionLibrary_GetGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetStereoGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000004, "Wrong alignment on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000044, "Wrong size on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::OutGazeData' has a wrong offset!"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, ReturnValue) == 0x000040, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsEyeTrackerConnected \ +static_assert(alignof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsEyeTrackerConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable \ +static_assert(alignof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_SetEyeTrackedPlayer \ +static_assert(alignof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong size on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer, PlayerController) == 0x000000, "Member 'EyeTrackerFunctionLibrary_SetEyeTrackedPlayer::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEyeTrackerFunctionLibrary \ +static_assert(alignof(UEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UEyeTrackerFunctionLibrary"); \ +static_assert(sizeof(UEyeTrackerFunctionLibrary) == 0x000028, "Wrong size on UEyeTrackerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FAutoCompleteCommand \ +static_assert(alignof(FAutoCompleteCommand) == 0x000008, "Wrong alignment on FAutoCompleteCommand"); \ +static_assert(sizeof(FAutoCompleteCommand) == 0x000028, "Wrong size on FAutoCompleteCommand"); \ +static_assert(offsetof(FAutoCompleteCommand, Command) == 0x000000, "Member 'FAutoCompleteCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(FAutoCompleteCommand, Desc) == 0x000010, "Member 'FAutoCompleteCommand::Desc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameModeName \ +static_assert(alignof(FGameModeName) == 0x000008, "Wrong alignment on FGameModeName"); \ +static_assert(sizeof(FGameModeName) == 0x000028, "Wrong size on FGameModeName"); \ +static_assert(offsetof(FGameModeName, Name) == 0x000000, "Member 'FGameModeName::Name' has a wrong offset!"); \ +static_assert(offsetof(FGameModeName, GameMode) == 0x000010, "Member 'FGameModeName::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsoleSettings \ +static_assert(alignof(UConsoleSettings) == 0x000008, "Wrong alignment on UConsoleSettings"); \ +static_assert(sizeof(UConsoleSettings) == 0x000070, "Wrong size on UConsoleSettings"); \ +static_assert(offsetof(UConsoleSettings, MaxScrollbackSize) == 0x000028, "Member 'UConsoleSettings::MaxScrollbackSize' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, ManualAutoCompleteList) == 0x000030, "Member 'UConsoleSettings::ManualAutoCompleteList' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteMapPaths) == 0x000040, "Member 'UConsoleSettings::AutoCompleteMapPaths' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, BackgroundOpacityPercentage) == 0x000050, "Member 'UConsoleSettings::BackgroundOpacityPercentage' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, bOrderTopToBottom) == 0x000054, "Member 'UConsoleSettings::bOrderTopToBottom' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, bDisplayHelpInAutoComplete) == 0x000055, "Member 'UConsoleSettings::bDisplayHelpInAutoComplete' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, InputColor) == 0x000058, "Member 'UConsoleSettings::InputColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, HistoryColor) == 0x00005C, "Member 'UConsoleSettings::HistoryColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteCommandColor) == 0x000060, "Member 'UConsoleSettings::AutoCompleteCommandColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteCVarColor) == 0x000064, "Member 'UConsoleSettings::AutoCompleteCVarColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteFadedColor) == 0x000068, "Member 'UConsoleSettings::AutoCompleteFadedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_GetGameMapsSettings \ +static_assert(alignof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong alignment on GameMapsSettings_GetGameMapsSettings"); \ +static_assert(sizeof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong size on GameMapsSettings_GetGameMapsSettings"); \ +static_assert(offsetof(GameMapsSettings_GetGameMapsSettings, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetGameMapsSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_SetSkipAssigningGamepadToPlayer1 \ +static_assert(alignof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ +static_assert(sizeof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ +static_assert(offsetof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1, bSkipFirstPlayer) == 0x000000, "Member 'GameMapsSettings_SetSkipAssigningGamepadToPlayer1::bSkipFirstPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_GetSkipAssigningGamepadToPlayer1 \ +static_assert(alignof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ +static_assert(sizeof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ +static_assert(offsetof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetSkipAssigningGamepadToPlayer1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameMapsSettings \ +static_assert(alignof(UGameMapsSettings) == 0x000008, "Wrong alignment on UGameMapsSettings"); \ +static_assert(sizeof(UGameMapsSettings) == 0x0000F0, "Wrong size on UGameMapsSettings"); \ +static_assert(offsetof(UGameMapsSettings, LocalMapOptions) == 0x000028, "Member 'UGameMapsSettings::LocalMapOptions' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TransitionMap) == 0x000038, "Member 'UGameMapsSettings::TransitionMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000050, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000051, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x000052, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x000053, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x000054, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000058, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000070, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x000088, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000A0, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000B8, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x0000D0, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x0000E0, "Member 'UGameMapsSettings::GameModeClassAliases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameNetworkManagerSettings \ +static_assert(alignof(UGameNetworkManagerSettings) == 0x000008, "Wrong alignment on UGameNetworkManagerSettings"); \ +static_assert(sizeof(UGameNetworkManagerSettings) == 0x000058, "Wrong size on UGameNetworkManagerSettings"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MinDynamicBandwidth) == 0x000028, "Member 'UGameNetworkManagerSettings::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MaxDynamicBandwidth) == 0x00002C, "Member 'UGameNetworkManagerSettings::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, TotalNetBandwidth) == 0x000030, "Member 'UGameNetworkManagerSettings::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, BadPingThreshold) == 0x000034, "Member 'UGameNetworkManagerSettings::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyRxCheatTime) == 0x00003C, "Member 'UGameNetworkManagerSettings::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyTxCheatTime) == 0x000040, "Member 'UGameNetworkManagerSettings::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForRxStandby) == 0x000044, "Member 'UGameNetworkManagerSettings::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForTxStandby) == 0x000048, "Member 'UGameNetworkManagerSettings::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentForBadPing) == 0x00004C, "Member 'UGameNetworkManagerSettings::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, JoinInProgressStandbyWaitTime) == 0x000050, "Member 'UGameNetworkManagerSettings::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSessionSettings \ +static_assert(alignof(UGameSessionSettings) == 0x000008, "Wrong alignment on UGameSessionSettings"); \ +static_assert(sizeof(UGameSessionSettings) == 0x000038, "Wrong size on UGameSessionSettings"); \ +static_assert(offsetof(UGameSessionSettings, MaxSpectators) == 0x000028, "Member 'UGameSessionSettings::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(UGameSessionSettings, MaxPlayers) == 0x00002C, "Member 'UGameSessionSettings::MaxPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeneralEngineSettings \ +static_assert(alignof(UGeneralEngineSettings) == 0x000008, "Wrong alignment on UGeneralEngineSettings"); \ +static_assert(sizeof(UGeneralEngineSettings) == 0x000028, "Wrong size on UGeneralEngineSettings"); \ + +#define DUMPER7_ASSERTS_UGeneralProjectSettings \ +static_assert(alignof(UGeneralProjectSettings) == 0x000008, "Wrong alignment on UGeneralProjectSettings"); \ +static_assert(sizeof(UGeneralProjectSettings) == 0x000110, "Wrong size on UGeneralProjectSettings"); \ +static_assert(offsetof(UGeneralProjectSettings, CompanyName) == 0x000028, "Member 'UGeneralProjectSettings::CompanyName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, CompanyDistinguishedName) == 0x000038, "Member 'UGeneralProjectSettings::CompanyDistinguishedName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, CopyrightNotice) == 0x000048, "Member 'UGeneralProjectSettings::CopyrightNotice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, Description) == 0x000058, "Member 'UGeneralProjectSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, Homepage) == 0x000068, "Member 'UGeneralProjectSettings::Homepage' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, LicensingTerms) == 0x000078, "Member 'UGeneralProjectSettings::LicensingTerms' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, PrivacyPolicy) == 0x000088, "Member 'UGeneralProjectSettings::PrivacyPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectID) == 0x000098, "Member 'UGeneralProjectSettings::ProjectID' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectName) == 0x0000A8, "Member 'UGeneralProjectSettings::ProjectName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectVersion) == 0x0000B8, "Member 'UGeneralProjectSettings::ProjectVersion' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, SupportContact) == 0x0000C8, "Member 'UGeneralProjectSettings::SupportContact' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectDisplayedTitle) == 0x0000D8, "Member 'UGeneralProjectSettings::ProjectDisplayedTitle' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectDebugTitleInfo) == 0x0000F0, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x000108, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x000109, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x00010A, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x00010B, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x00010C, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x00010D, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x00010E, "Member 'UGeneralProjectSettings::bAllowMinimize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudSettings \ +static_assert(alignof(UHudSettings) == 0x000008, "Wrong alignment on UHudSettings"); \ +static_assert(sizeof(UHudSettings) == 0x000040, "Wrong size on UHudSettings"); \ +static_assert(offsetof(UHudSettings, DebugDisplay) == 0x000030, "Member 'UHudSettings::DebugDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstanceCore \ +static_assert(alignof(FBodyInstanceCore) == 0x000008, "Wrong alignment on FBodyInstanceCore"); \ +static_assert(sizeof(FBodyInstanceCore) == 0x000018, "Wrong size on FBodyInstanceCore"); \ + +#define DUMPER7_ASSERTS_UBodySetupCore \ +static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ +static_assert(sizeof(UBodySetupCore) == 0x000048, "Wrong size on UBodySetupCore"); \ +static_assert(offsetof(UBodySetupCore, BoneName) == 0x000028, "Member 'UBodySetupCore::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, PhysicsType) == 0x000030, "Member 'UBodySetupCore::PhysicsType' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionTraceFlag) == 0x000031, "Member 'UBodySetupCore::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionReponse) == 0x000032, "Member 'UBodySetupCore::CollisionReponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosPhysicalMaterial \ +static_assert(alignof(UChaosPhysicalMaterial) == 0x000008, "Wrong alignment on UChaosPhysicalMaterial"); \ +static_assert(sizeof(UChaosPhysicalMaterial) == 0x000048, "Wrong size on UChaosPhysicalMaterial"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Friction) == 0x000028, "Member 'UChaosPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UChaosPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Restitution) == 0x000030, "Member 'UChaosPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, LinearEtherDrag) == 0x000034, "Member 'UChaosPhysicalMaterial::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, AngularEtherDrag) == 0x000038, "Member 'UChaosPhysicalMaterial::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingLinearVelocityThreshold) == 0x00003C, "Member 'UChaosPhysicalMaterial::SleepingLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingAngularVelocityThreshold) == 0x000040, "Member 'UChaosPhysicalMaterial::SleepingAngularVelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterial \ +static_assert(alignof(UPhysicalMaterial) == 0x000008, "Wrong alignment on UPhysicalMaterial"); \ +static_assert(sizeof(UPhysicalMaterial) == 0x000080, "Wrong size on UPhysicalMaterial"); \ +static_assert(offsetof(UPhysicalMaterial, Friction) == 0x000028, "Member 'UPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, FrictionCombineMode) == 0x000030, "Member 'UPhysicalMaterial::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideFrictionCombineMode) == 0x000031, "Member 'UPhysicalMaterial::bOverrideFrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Restitution) == 0x000034, "Member 'UPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RestitutionCombineMode) == 0x000038, "Member 'UPhysicalMaterial::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideRestitutionCombineMode) == 0x000039, "Member 'UPhysicalMaterial::bOverrideRestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Density) == 0x00003C, "Member 'UPhysicalMaterial::Density' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepLinearVelocityThreshold) == 0x000040, "Member 'UPhysicalMaterial::SleepLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepAngularVelocityThreshold) == 0x000044, "Member 'UPhysicalMaterial::SleepAngularVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepCounterThreshold) == 0x000048, "Member 'UPhysicalMaterial::SleepCounterThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RaiseMassToPower) == 0x00004C, "Member 'UPhysicalMaterial::RaiseMassToPower' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DestructibleDamageThresholdScale) == 0x000050, "Member 'UPhysicalMaterial::DestructibleDamageThresholdScale' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, PhysicalMaterialProperty) == 0x000058, "Member 'UPhysicalMaterial::PhysicalMaterialProperty' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SurfaceType) == 0x000060, "Member 'UPhysicalMaterial::SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialPropertyBase \ +static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ +static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000028, "Wrong size on UPhysicalMaterialPropertyBase"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettingsCore \ +static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ +static_assert(sizeof(UPhysicsSettingsCore) == 0x0000E0, "Wrong size on UPhysicsSettingsCore"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000038, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00003C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000040, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000044, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000048, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00004C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000051, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000052, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000053, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000054, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000055, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000058, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00005C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00005D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000060, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000064, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000068, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00006C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000070, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000074, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000075, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000078, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Flower_03_C \ +static_assert(alignof(ABP_Flower_03_C) == 0x000010, "Wrong alignment on ABP_Flower_03_C"); \ +static_assert(sizeof(ABP_Flower_03_C) == 0x000310, "Wrong size on ABP_Flower_03_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_FLandscapeLayerBrush \ +static_assert(alignof(FLandscapeLayerBrush) == 0x000001, "Wrong alignment on FLandscapeLayerBrush"); \ +static_assert(sizeof(FLandscapeLayerBrush) == 0x000001, "Wrong size on FLandscapeLayerBrush"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayer \ +static_assert(alignof(FLandscapeLayer) == 0x000008, "Wrong alignment on FLandscapeLayer"); \ +static_assert(sizeof(FLandscapeLayer) == 0x000088, "Wrong size on FLandscapeLayer"); \ +static_assert(offsetof(FLandscapeLayer, Guid) == 0x000000, "Member 'FLandscapeLayer::Guid' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Name) == 0x000010, "Member 'FLandscapeLayer::Name' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bVisible) == 0x000018, "Member 'FLandscapeLayer::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bLocked) == 0x000019, "Member 'FLandscapeLayer::bLocked' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, HeightmapAlpha) == 0x00001C, "Member 'FLandscapeLayer::HeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapAlpha) == 0x000020, "Member 'FLandscapeLayer::WeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, BlendMode) == 0x000024, "Member 'FLandscapeLayer::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Brushes) == 0x000028, "Member 'FLandscapeLayer::Brushes' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapLayerAllocationBlend) == 0x000038, "Member 'FLandscapeLayer::WeightmapLayerAllocationBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeightmapData \ +static_assert(alignof(FHeightmapData) == 0x000008, "Wrong alignment on FHeightmapData"); \ +static_assert(sizeof(FHeightmapData) == 0x000008, "Wrong size on FHeightmapData"); \ +static_assert(offsetof(FHeightmapData, Texture) == 0x000000, "Member 'FHeightmapData::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightmapLayerAllocationInfo \ +static_assert(alignof(FWeightmapLayerAllocationInfo) == 0x000008, "Wrong alignment on FWeightmapLayerAllocationInfo"); \ +static_assert(sizeof(FWeightmapLayerAllocationInfo) == 0x000010, "Wrong size on FWeightmapLayerAllocationInfo"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, LayerInfo) == 0x000000, "Member 'FWeightmapLayerAllocationInfo::LayerInfo' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureIndex) == 0x000008, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureChannel) == 0x000009, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightmapData \ +static_assert(alignof(FWeightmapData) == 0x000008, "Wrong alignment on FWeightmapData"); \ +static_assert(sizeof(FWeightmapData) == 0x000030, "Wrong size on FWeightmapData"); \ +static_assert(offsetof(FWeightmapData, Textures) == 0x000000, "Member 'FWeightmapData::Textures' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapData, LayerAllocations) == 0x000010, "Member 'FWeightmapData::LayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapData, TextureUsages) == 0x000020, "Member 'FWeightmapData::TextureUsages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerComponentData \ +static_assert(alignof(FLandscapeLayerComponentData) == 0x000008, "Wrong alignment on FLandscapeLayerComponentData"); \ +static_assert(sizeof(FLandscapeLayerComponentData) == 0x000038, "Wrong size on FLandscapeLayerComponentData"); \ +static_assert(offsetof(FLandscapeLayerComponentData, HeightmapData) == 0x000000, "Member 'FLandscapeLayerComponentData::HeightmapData' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayerComponentData, WeightmapData) == 0x000008, "Member 'FLandscapeLayerComponentData::WeightmapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeComponentMaterialOverride \ +static_assert(alignof(FLandscapeComponentMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeComponentMaterialOverride"); \ +static_assert(sizeof(FLandscapeComponentMaterialOverride) == 0x000010, "Wrong size on FLandscapeComponentMaterialOverride"); \ +static_assert(offsetof(FLandscapeComponentMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeComponentMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeComponentMaterialOverride, Material) == 0x000008, "Member 'FLandscapeComponentMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeEditToolRenderData \ +static_assert(alignof(FLandscapeEditToolRenderData) == 0x000008, "Wrong alignment on FLandscapeEditToolRenderData"); \ +static_assert(sizeof(FLandscapeEditToolRenderData) == 0x000038, "Wrong size on FLandscapeEditToolRenderData"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, ToolMaterial) == 0x000000, "Member 'FLandscapeEditToolRenderData::ToolMaterial' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, GizmoMaterial) == 0x000008, "Member 'FLandscapeEditToolRenderData::GizmoMaterial' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, SelectedType) == 0x000010, "Member 'FLandscapeEditToolRenderData::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelR) == 0x000014, "Member 'FLandscapeEditToolRenderData::DebugChannelR' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelG) == 0x000018, "Member 'FLandscapeEditToolRenderData::DebugChannelG' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelB) == 0x00001C, "Member 'FLandscapeEditToolRenderData::DebugChannelB' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DataTexture) == 0x000020, "Member 'FLandscapeEditToolRenderData::DataTexture' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, LayerContributionTexture) == 0x000028, "Member 'FLandscapeEditToolRenderData::LayerContributionTexture' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DirtyTexture) == 0x000030, "Member 'FLandscapeEditToolRenderData::DirtyTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoSelectData \ +static_assert(alignof(FGizmoSelectData) == 0x000008, "Wrong alignment on FGizmoSelectData"); \ +static_assert(sizeof(FGizmoSelectData) == 0x000050, "Wrong size on FGizmoSelectData"); \ + +#define DUMPER7_ASSERTS_FGrassVariety \ +static_assert(alignof(FGrassVariety) == 0x000008, "Wrong alignment on FGrassVariety"); \ +static_assert(sizeof(FGrassVariety) == 0x000058, "Wrong size on FGrassVariety"); \ +static_assert(offsetof(FGrassVariety, GrassMesh) == 0x000000, "Member 'FGrassVariety::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, OverrideMaterials) == 0x000008, "Member 'FGrassVariety::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, GrassDensity) == 0x000018, "Member 'FGrassVariety::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseGrid) == 0x00001C, "Member 'FGrassVariety::bUseGrid' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, PlacementJitter) == 0x000020, "Member 'FGrassVariety::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistance) == 0x000024, "Member 'FGrassVariety::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistance) == 0x000028, "Member 'FGrassVariety::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MinLOD) == 0x00002C, "Member 'FGrassVariety::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, Scaling) == 0x000030, "Member 'FGrassVariety::Scaling' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleX) == 0x000034, "Member 'FGrassVariety::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleY) == 0x00003C, "Member 'FGrassVariety::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleZ) == 0x000044, "Member 'FGrassVariety::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, RandomRotation) == 0x00004C, "Member 'FGrassVariety::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, AlignToSurface) == 0x00004D, "Member 'FGrassVariety::AlignToSurface' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseLandscapeLightmap) == 0x00004E, "Member 'FGrassVariety::bUseLandscapeLightmap' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, LightingChannels) == 0x00004F, "Member 'FGrassVariety::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bReceivesDecals) == 0x000050, "Member 'FGrassVariety::bReceivesDecals' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x000051, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x000052, "Member 'FGrassVariety::bKeepInstanceBufferCPUCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeInfoLayerSettings \ +static_assert(alignof(FLandscapeInfoLayerSettings) == 0x000008, "Wrong alignment on FLandscapeInfoLayerSettings"); \ +static_assert(sizeof(FLandscapeInfoLayerSettings) == 0x000010, "Wrong size on FLandscapeInfoLayerSettings"); \ +static_assert(offsetof(FLandscapeInfoLayerSettings, LayerInfoObj) == 0x000000, "Member 'FLandscapeInfoLayerSettings::LayerInfoObj' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeInfoLayerSettings, LayerName) == 0x000008, "Member 'FLandscapeInfoLayerSettings::LayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeMaterialTextureStreamingInfo \ +static_assert(alignof(FLandscapeMaterialTextureStreamingInfo) == 0x000004, "Wrong alignment on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(sizeof(FLandscapeMaterialTextureStreamingInfo) == 0x00000C, "Wrong size on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TextureName) == 0x000000, "Member 'FLandscapeMaterialTextureStreamingInfo::TextureName' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TexelFactor) == 0x000008, "Member 'FLandscapeMaterialTextureStreamingInfo::TexelFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeProxyMaterialOverride \ +static_assert(alignof(FLandscapeProxyMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeProxyMaterialOverride"); \ +static_assert(sizeof(FLandscapeProxyMaterialOverride) == 0x000010, "Wrong size on FLandscapeProxyMaterialOverride"); \ +static_assert(offsetof(FLandscapeProxyMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeProxyMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeProxyMaterialOverride, Material) == 0x000008, "Member 'FLandscapeProxyMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeImportLayerInfo \ +static_assert(alignof(FLandscapeImportLayerInfo) == 0x000001, "Wrong alignment on FLandscapeImportLayerInfo"); \ +static_assert(sizeof(FLandscapeImportLayerInfo) == 0x000001, "Wrong size on FLandscapeImportLayerInfo"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerStruct \ +static_assert(alignof(FLandscapeLayerStruct) == 0x000008, "Wrong alignment on FLandscapeLayerStruct"); \ +static_assert(sizeof(FLandscapeLayerStruct) == 0x000008, "Wrong size on FLandscapeLayerStruct"); \ +static_assert(offsetof(FLandscapeLayerStruct, LayerInfoObj) == 0x000000, "Member 'FLandscapeLayerStruct::LayerInfoObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeEditorLayerSettings \ +static_assert(alignof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong alignment on FLandscapeEditorLayerSettings"); \ +static_assert(sizeof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong size on FLandscapeEditorLayerSettings"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineConnection \ +static_assert(alignof(FLandscapeSplineConnection) == 0x000008, "Wrong alignment on FLandscapeSplineConnection"); \ +static_assert(sizeof(FLandscapeSplineConnection) == 0x000010, "Wrong size on FLandscapeSplineConnection"); \ +static_assert(offsetof(FLandscapeSplineConnection, Segment) == 0x000000, "Member 'FLandscapeSplineConnection::Segment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForeignWorldSplineData \ +static_assert(alignof(FForeignWorldSplineData) == 0x000001, "Wrong alignment on FForeignWorldSplineData"); \ +static_assert(sizeof(FForeignWorldSplineData) == 0x000001, "Wrong size on FForeignWorldSplineData"); \ + +#define DUMPER7_ASSERTS_FForeignSplineSegmentData \ +static_assert(alignof(FForeignSplineSegmentData) == 0x000001, "Wrong alignment on FForeignSplineSegmentData"); \ +static_assert(sizeof(FForeignSplineSegmentData) == 0x000001, "Wrong size on FForeignSplineSegmentData"); \ + +#define DUMPER7_ASSERTS_FForeignControlPointData \ +static_assert(alignof(FForeignControlPointData) == 0x000001, "Wrong alignment on FForeignControlPointData"); \ +static_assert(sizeof(FForeignControlPointData) == 0x000001, "Wrong size on FForeignControlPointData"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineMeshEntry \ +static_assert(alignof(FLandscapeSplineMeshEntry) == 0x000008, "Wrong alignment on FLandscapeSplineMeshEntry"); \ +static_assert(sizeof(FLandscapeSplineMeshEntry) == 0x000038, "Wrong size on FLandscapeSplineMeshEntry"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Mesh) == 0x000000, "Member 'FLandscapeSplineMeshEntry::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, MaterialOverrides) == 0x000008, "Member 'FLandscapeSplineMeshEntry::MaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, CenterAdjust) == 0x00001C, "Member 'FLandscapeSplineMeshEntry::CenterAdjust' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Scale) == 0x000028, "Member 'FLandscapeSplineMeshEntry::Scale' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Orientation) == 0x000034, "Member 'FLandscapeSplineMeshEntry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, ForwardAxis) == 0x000035, "Member 'FLandscapeSplineMeshEntry::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, UpAxis) == 0x000036, "Member 'FLandscapeSplineMeshEntry::UpAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineSegmentConnection \ +static_assert(alignof(FLandscapeSplineSegmentConnection) == 0x000008, "Wrong alignment on FLandscapeSplineSegmentConnection"); \ +static_assert(sizeof(FLandscapeSplineSegmentConnection) == 0x000018, "Wrong size on FLandscapeSplineSegmentConnection"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, ControlPoint) == 0x000000, "Member 'FLandscapeSplineSegmentConnection::ControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, TangentLen) == 0x000008, "Member 'FLandscapeSplineSegmentConnection::TangentLen' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, SocketName) == 0x00000C, "Member 'FLandscapeSplineSegmentConnection::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineInterpPoint \ +static_assert(alignof(FLandscapeSplineInterpPoint) == 0x000004, "Wrong alignment on FLandscapeSplineInterpPoint"); \ +static_assert(sizeof(FLandscapeSplineInterpPoint) == 0x000070, "Wrong size on FLandscapeSplineInterpPoint"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Center) == 0x000000, "Member 'FLandscapeSplineInterpPoint::Center' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Left) == 0x00000C, "Member 'FLandscapeSplineInterpPoint::Left' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Right) == 0x000018, "Member 'FLandscapeSplineInterpPoint::Right' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffLeft) == 0x000024, "Member 'FLandscapeSplineInterpPoint::FalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffRight) == 0x000030, "Member 'FLandscapeSplineInterpPoint::FalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerLeft) == 0x00003C, "Member 'FLandscapeSplineInterpPoint::LayerLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerRight) == 0x000048, "Member 'FLandscapeSplineInterpPoint::LayerRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffLeft) == 0x000054, "Member 'FLandscapeSplineInterpPoint::LayerFalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffRight) == 0x000060, "Member 'FLandscapeSplineInterpPoint::LayerFalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, StartEndFalloff) == 0x00006C, "Member 'FLandscapeSplineInterpPoint::StartEndFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGrassInput \ +static_assert(alignof(FGrassInput) == 0x000008, "Wrong alignment on FGrassInput"); \ +static_assert(sizeof(FGrassInput) == 0x000028, "Wrong size on FGrassInput"); \ +static_assert(offsetof(FGrassInput, Name) == 0x000000, "Member 'FGrassInput::Name' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, GrassType) == 0x000008, "Member 'FGrassInput::GrassType' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, Input) == 0x000010, "Member 'FGrassInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayerBlendInput \ +static_assert(alignof(FLayerBlendInput) == 0x000004, "Wrong alignment on FLayerBlendInput"); \ +static_assert(sizeof(FLayerBlendInput) == 0x000048, "Wrong size on FLayerBlendInput"); \ +static_assert(offsetof(FLayerBlendInput, LayerName) == 0x000000, "Member 'FLayerBlendInput::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, BlendType) == 0x000008, "Member 'FLayerBlendInput::BlendType' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, LayerInput) == 0x00000C, "Member 'FLayerBlendInput::LayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, HeightInput) == 0x000020, "Member 'FLayerBlendInput::HeightInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, PreviewWeight) == 0x000034, "Member 'FLayerBlendInput::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstLayerInput) == 0x000038, "Member 'FLayerBlendInput::ConstLayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstHeightInput) == 0x000044, "Member 'FLayerBlendInput::ConstHeightInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialInput \ +static_assert(alignof(FPhysicalMaterialInput) == 0x000008, "Wrong alignment on FPhysicalMaterialInput"); \ +static_assert(sizeof(FPhysicalMaterialInput) == 0x000020, "Wrong size on FPhysicalMaterialInput"); \ +static_assert(offsetof(FPhysicalMaterialInput, PhysicalMaterial) == 0x000000, "Member 'FPhysicalMaterialInput::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialInput, Input) == 0x000008, "Member 'FPhysicalMaterialInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlPointMeshActor \ +static_assert(alignof(AControlPointMeshActor) == 0x000008, "Wrong alignment on AControlPointMeshActor"); \ +static_assert(sizeof(AControlPointMeshActor) == 0x000230, "Wrong size on AControlPointMeshActor"); \ +static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000228, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlPointMeshComponent \ +static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ +static_assert(sizeof(UControlPointMeshComponent) == 0x0004F0, "Wrong size on UControlPointMeshComponent"); \ +static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0004E0, "Member 'UControlPointMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeComponentScreenSizeToUseSubSections \ +static_assert(alignof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ +static_assert(sizeof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong size on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ +static_assert(offsetof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeComponentScreenSizeToUseSubSections::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeLODDistanceFactor \ +static_assert(alignof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeLODDistanceFactor"); \ +static_assert(sizeof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong size on LandscapeProxy_ChangeLODDistanceFactor"); \ +static_assert(offsetof(LandscapeProxy_ChangeLODDistanceFactor, InLODDistanceFactor) == 0x000000, "Member 'LandscapeProxy_ChangeLODDistanceFactor::InLODDistanceFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeTessellationComponentScreenSize \ +static_assert(alignof(LandscapeProxy_ChangeTessellationComponentScreenSize) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeTessellationComponentScreenSize"); \ +static_assert(sizeof(LandscapeProxy_ChangeTessellationComponentScreenSize) == 0x000004, "Wrong size on LandscapeProxy_ChangeTessellationComponentScreenSize"); \ +static_assert(offsetof(LandscapeProxy_ChangeTessellationComponentScreenSize, InTessellationComponentScreenSize) == 0x000000, "Member 'LandscapeProxy_ChangeTessellationComponentScreenSize::InTessellationComponentScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff \ +static_assert(alignof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff"); \ +static_assert(sizeof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff) == 0x000004, "Wrong size on LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff"); \ +static_assert(offsetof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff, InUseTessellationComponentScreenSizeFalloff) == 0x000000, "Member 'LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff::InUseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff \ +static_assert(alignof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff) == 0x000001, "Wrong alignment on LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff"); \ +static_assert(sizeof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff) == 0x000001, "Wrong size on LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff"); \ +static_assert(offsetof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_EditorApplySpline \ +static_assert(alignof(LandscapeProxy_EditorApplySpline) == 0x000008, "Wrong alignment on LandscapeProxy_EditorApplySpline"); \ +static_assert(sizeof(LandscapeProxy_EditorApplySpline) == 0x000038, "Wrong size on LandscapeProxy_EditorApplySpline"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, InSplineComponent) == 0x000000, "Member 'LandscapeProxy_EditorApplySpline::InSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartWidth) == 0x000008, "Member 'LandscapeProxy_EditorApplySpline::StartWidth' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndWidth) == 0x00000C, "Member 'LandscapeProxy_EditorApplySpline::EndWidth' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartSideFalloff) == 0x000010, "Member 'LandscapeProxy_EditorApplySpline::StartSideFalloff' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndSideFalloff) == 0x000014, "Member 'LandscapeProxy_EditorApplySpline::EndSideFalloff' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartRoll) == 0x000018, "Member 'LandscapeProxy_EditorApplySpline::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndRoll) == 0x00001C, "Member 'LandscapeProxy_EditorApplySpline::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, NumSubdivisions) == 0x000020, "Member 'LandscapeProxy_EditorApplySpline::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, bRaiseHeights) == 0x000024, "Member 'LandscapeProxy_EditorApplySpline::bRaiseHeights' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, bLowerHeights) == 0x000025, "Member 'LandscapeProxy_EditorApplySpline::bLowerHeights' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, PaintLayer) == 0x000028, "Member 'LandscapeProxy_EditorApplySpline::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EditLayerName) == 0x000030, "Member 'LandscapeProxy_EditorApplySpline::EditLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_EditorSetLandscapeMaterial \ +static_assert(alignof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong alignment on LandscapeProxy_EditorSetLandscapeMaterial"); \ +static_assert(sizeof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong size on LandscapeProxy_EditorSetLandscapeMaterial"); \ +static_assert(offsetof(LandscapeProxy_EditorSetLandscapeMaterial, NewLandscapeMaterial) == 0x000000, "Member 'LandscapeProxy_EditorSetLandscapeMaterial::NewLandscapeMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_LandscapeExportHeightmapToRenderTarget \ +static_assert(alignof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000008, "Wrong alignment on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ +static_assert(sizeof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000010, "Wrong size on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InRenderTarget) == 0x000000, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportHeightIntoRGChannel) == 0x000008, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportHeightIntoRGChannel' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportLandscapeProxies) == 0x000009, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportLandscapeProxies' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, ReturnValue) == 0x00000A, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialScalarParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x00000C, "Wrong size on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialTextureParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000008, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000010, "Wrong size on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialVectorParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000018, "Wrong size on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeProxy \ +static_assert(alignof(ALandscapeProxy) == 0x000008, "Wrong alignment on ALandscapeProxy"); \ +static_assert(sizeof(ALandscapeProxy) == 0x0005A0, "Wrong size on ALandscapeProxy"); \ +static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000228, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x000230, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x000240, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x000248, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x00024C, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x000250, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x000254, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x000258, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x00025C, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x000260, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSize) == 0x000264, "Member 'ALandscapeProxy::TessellationComponentScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, UseTessellationComponentScreenSizeFalloff) == 0x000268, "Member 'ALandscapeProxy::UseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSizeFalloff) == 0x00026C, "Member 'ALandscapeProxy::TessellationComponentScreenSizeFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, OccluderGeometryLOD) == 0x000270, "Member 'ALandscapeProxy::OccluderGeometryLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x000274, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000278, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000280, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000288, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x0002B0, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x0002B8, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x0002C8, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x0002C9, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x0002D0, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x0002E0, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x0002E4, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x0002E8, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x0002EC, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x0002F0, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x0002F8, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000308, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000318, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x00038C, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000390, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x0003A5, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x0003AC, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x0003B0, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x0003B4, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x0003B8, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0003D0, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0003D4, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x0003D8, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x0003E0, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x00053C, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000540, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x000544, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x00054C, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x00054D, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x00054E, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x00054F, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, WeightmapUsageMap) == 0x000550, "Member 'ALandscapeProxy::WeightmapUsageMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscape \ +static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ +static_assert(sizeof(ALandscape) == 0x0005A0, "Wrong size on ALandscape"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies \ +static_assert(alignof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000010, "Wrong size on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies, OutStreamableAssets) == 0x000000, "Member 'LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies::OutStreamableAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Initialize \ +static_assert(alignof(LandscapeBlueprintBrushBase_Initialize) == 0x000010, "Wrong alignment on LandscapeBlueprintBrushBase_Initialize"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_Initialize) == 0x000040, "Wrong size on LandscapeBlueprintBrushBase_Initialize"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeTransform) == 0x000000, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeTransform' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeSize) == 0x000030, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeSize' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeRenderTargetSize) == 0x000038, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeRenderTargetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Render \ +static_assert(alignof(LandscapeBlueprintBrushBase_Render) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_Render"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_Render) == 0x000020, "Wrong size on LandscapeBlueprintBrushBase_Render"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InIsHeightmap) == 0x000000, "Member 'LandscapeBlueprintBrushBase_Render::InIsHeightmap' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InCombinedResult) == 0x000008, "Member 'LandscapeBlueprintBrushBase_Render::InCombinedResult' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InWeightmapLayerName) == 0x000010, "Member 'LandscapeBlueprintBrushBase_Render::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, ReturnValue) == 0x000018, "Member 'LandscapeBlueprintBrushBase_Render::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeBlueprintBrushBase \ +static_assert(alignof(ALandscapeBlueprintBrushBase) == 0x000008, "Wrong alignment on ALandscapeBlueprintBrushBase"); \ +static_assert(sizeof(ALandscapeBlueprintBrushBase) == 0x000228, "Wrong size on ALandscapeBlueprintBrushBase"); \ + +#define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy \ +static_assert(alignof(ULandscapeLODStreamingProxy) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy"); \ +static_assert(sizeof(ULandscapeLODStreamingProxy) == 0x000068, "Wrong size on ULandscapeLODStreamingProxy"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000020, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, PaintLayer) == 0x000010, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, ReturnValue) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000004, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000018, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InPaintLayerName) == 0x00000C, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InPaintLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, ReturnValue) == 0x000014, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_GetMaterialInstanceDynamic \ +static_assert(alignof(LandscapeComponent_GetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on LandscapeComponent_GetMaterialInstanceDynamic"); \ +static_assert(sizeof(LandscapeComponent_GetMaterialInstanceDynamic) == 0x000010, "Wrong size on LandscapeComponent_GetMaterialInstanceDynamic"); \ +static_assert(offsetof(LandscapeComponent_GetMaterialInstanceDynamic, InIndex) == 0x000000, "Member 'LandscapeComponent_GetMaterialInstanceDynamic::InIndex' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_GetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'LandscapeComponent_GetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeComponent \ +static_assert(alignof(ULandscapeComponent) == 0x000010, "Wrong alignment on ULandscapeComponent"); \ +static_assert(sizeof(ULandscapeComponent) == 0x000670, "Wrong size on ULandscapeComponent"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000450, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x000454, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000458, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x00045C, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000460, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000468, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000470, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterials) == 0x000478, "Member 'ULandscapeComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x000488, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x000498, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x0004A8, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialIndexToDisabledTessellationMaterial) == 0x0004B8, "Member 'ULandscapeComponent::MaterialIndexToDisabledTessellationMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x0004C8, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x0004D0, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x0004E0, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x0004F0, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x000500, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionComponent) == 0x00051C, "Member 'ULandscapeComponent::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000538, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000540, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000550, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODStreamingProxy) == 0x000560, "Member 'ULandscapeComponent::LODStreamingProxy' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000568, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, IrrelevantLights) == 0x000578, "Member 'ULandscapeComponent::IrrelevantLights' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x000588, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x00058C, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x000590, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x000594, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x000598, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x00059C, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0005A0, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StateId) == 0x0005A4, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, BakedTextureMaterialGuid) == 0x0005B4, "Member 'ULandscapeComponent::BakedTextureMaterialGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, GIBakedBaseColorTexture) == 0x0005C8, "Member 'ULandscapeComponent::GIBakedBaseColorTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileBlendableLayerMask) == 0x0005D0, "Member 'ULandscapeComponent::MobileBlendableLayerMask' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x0005D8, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x0005E0, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x0005F0, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActor \ +static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ +static_assert(sizeof(ALandscapeGizmoActor) == 0x000228, "Wrong size on ALandscapeGizmoActor"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ +static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ +static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x000278, "Wrong size on ALandscapeGizmoActiveActor"); \ + +#define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ +static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ +static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000450, "Wrong size on ULandscapeGizmoRenderComponent"); \ + +#define DUMPER7_ASSERTS_ULandscapeGrassType \ +static_assert(alignof(ULandscapeGrassType) == 0x000008, "Wrong alignment on ULandscapeGrassType"); \ +static_assert(sizeof(ULandscapeGrassType) == 0x000060, "Wrong size on ULandscapeGrassType"); \ +static_assert(offsetof(ULandscapeGrassType, GrassVarieties) == 0x000028, "Member 'ULandscapeGrassType::GrassVarieties' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassMesh) == 0x000040, "Member 'ULandscapeGrassType::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassDensity) == 0x000048, "Member 'ULandscapeGrassType::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, PlacementJitter) == 0x00004C, "Member 'ULandscapeGrassType::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, StartCullDistance) == 0x000050, "Member 'ULandscapeGrassType::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, EndCullDistance) == 0x000054, "Member 'ULandscapeGrassType::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, RandomRotation) == 0x000058, "Member 'ULandscapeGrassType::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, AlignToSurface) == 0x000059, "Member 'ULandscapeGrassType::AlignToSurface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeHeightfieldCollisionComponent_GetRenderComponent \ +static_assert(alignof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong alignment on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ +static_assert(sizeof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong size on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ +static_assert(offsetof(LandscapeHeightfieldCollisionComponent_GetRenderComponent, ReturnValue) == 0x000000, "Member 'LandscapeHeightfieldCollisionComponent_GetRenderComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeHeightfieldCollisionComponent \ +static_assert(alignof(ULandscapeHeightfieldCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(sizeof(ULandscapeHeightfieldCollisionComponent) == 0x000530, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000450, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000460, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x000464, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000468, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x00046C, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000470, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000478, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x000488, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x000498, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponent) == 0x0004B4, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponent' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x0004E0, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfo \ +static_assert(alignof(ULandscapeInfo) == 0x000008, "Wrong alignment on ULandscapeInfo"); \ +static_assert(sizeof(ULandscapeInfo) == 0x000210, "Wrong size on ULandscapeInfo"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeActor) == 0x000028, "Member 'ULandscapeInfo::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeGuid) == 0x000044, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x000054, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000058, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x00005C, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, DrawScale) == 0x000060, "Member 'ULandscapeInfo::DrawScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, Proxies) == 0x000110, "Member 'ULandscapeInfo::Proxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfoMap \ +static_assert(alignof(ULandscapeInfoMap) == 0x000008, "Wrong alignment on ULandscapeInfoMap"); \ +static_assert(sizeof(ULandscapeInfoMap) == 0x000080, "Wrong size on ULandscapeInfoMap"); \ + +#define DUMPER7_ASSERTS_ULandscapeLayerInfoObject \ +static_assert(alignof(ULandscapeLayerInfoObject) == 0x000008, "Wrong alignment on ULandscapeLayerInfoObject"); \ +static_assert(sizeof(ULandscapeLayerInfoObject) == 0x000050, "Wrong size on ULandscapeLayerInfoObject"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, LayerName) == 0x000028, "Member 'ULandscapeLayerInfoObject::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, PhysMaterial) == 0x000030, "Member 'ULandscapeLayerInfoObject::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, Hardness) == 0x000038, "Member 'ULandscapeLayerInfoObject::Hardness' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, LayerUsageDebugColor) == 0x00003C, "Member 'ULandscapeLayerInfoObject::LayerUsageDebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ +static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ +static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x000330, "Wrong size on ULandscapeMaterialInstanceConstant"); \ +static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000318, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ +static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ +static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000550, "Wrong size on ULandscapeMeshCollisionComponent"); \ +static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x000530, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ +static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ +static_assert(sizeof(ALandscapeMeshProxyActor) == 0x000230, "Wrong size on ALandscapeMeshProxyActor"); \ +static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000228, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ +static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ +static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x000510, "Wrong size on ULandscapeMeshProxyComponent"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x0004E0, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x0004F0, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000500, "Member 'ULandscapeMeshProxyComponent::ProxyLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSettings \ +static_assert(alignof(ULandscapeSettings) == 0x000008, "Wrong alignment on ULandscapeSettings"); \ +static_assert(sizeof(ULandscapeSettings) == 0x000040, "Wrong size on ULandscapeSettings"); \ +static_assert(offsetof(ULandscapeSettings, MaxNumberOfLayers) == 0x000038, "Member 'ULandscapeSettings::MaxNumberOfLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeSplinesComponent_GetSplineMeshComponents \ +static_assert(alignof(LandscapeSplinesComponent_GetSplineMeshComponents) == 0x000008, "Wrong alignment on LandscapeSplinesComponent_GetSplineMeshComponents"); \ +static_assert(sizeof(LandscapeSplinesComponent_GetSplineMeshComponents) == 0x000010, "Wrong size on LandscapeSplinesComponent_GetSplineMeshComponents"); \ +static_assert(offsetof(LandscapeSplinesComponent_GetSplineMeshComponents, ReturnValue) == 0x000000, "Member 'LandscapeSplinesComponent_GetSplineMeshComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplinesComponent \ +static_assert(alignof(ULandscapeSplinesComponent) == 0x000010, "Wrong alignment on ULandscapeSplinesComponent"); \ +static_assert(sizeof(ULandscapeSplinesComponent) == 0x000480, "Wrong size on ULandscapeSplinesComponent"); \ +static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000450, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000460, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000470, "Member 'ULandscapeSplinesComponent::CookedForeignMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplineControlPoint \ +static_assert(alignof(ULandscapeSplineControlPoint) == 0x000008, "Wrong alignment on ULandscapeSplineControlPoint"); \ +static_assert(sizeof(ULandscapeSplineControlPoint) == 0x0000A8, "Wrong size on ULandscapeSplineControlPoint"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Location) == 0x000028, "Member 'ULandscapeSplineControlPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Rotation) == 0x000034, "Member 'ULandscapeSplineControlPoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Width) == 0x000040, "Member 'ULandscapeSplineControlPoint::Width' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LayerWidthRatio) == 0x000044, "Member 'ULandscapeSplineControlPoint::LayerWidthRatio' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, SideFalloff) == 0x000048, "Member 'ULandscapeSplineControlPoint::SideFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideFalloffFactor) == 0x00004C, "Member 'ULandscapeSplineControlPoint::LeftSideFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, RightSideFalloffFactor) == 0x000050, "Member 'ULandscapeSplineControlPoint::RightSideFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideLayerFalloffFactor) == 0x000054, "Member 'ULandscapeSplineControlPoint::LeftSideLayerFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, RightSideLayerFalloffFactor) == 0x000058, "Member 'ULandscapeSplineControlPoint::RightSideLayerFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, EndFalloff) == 0x00005C, "Member 'ULandscapeSplineControlPoint::EndFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, ConnectedSegments) == 0x000060, "Member 'ULandscapeSplineControlPoint::ConnectedSegments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Points) == 0x000070, "Member 'ULandscapeSplineControlPoint::Points' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Bounds) == 0x000080, "Member 'ULandscapeSplineControlPoint::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LocalMeshComponent) == 0x0000A0, "Member 'ULandscapeSplineControlPoint::LocalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplineSegment \ +static_assert(alignof(ULandscapeSplineSegment) == 0x000008, "Wrong alignment on ULandscapeSplineSegment"); \ +static_assert(sizeof(ULandscapeSplineSegment) == 0x0000B0, "Wrong size on ULandscapeSplineSegment"); \ +static_assert(offsetof(ULandscapeSplineSegment, Connections) == 0x000028, "Member 'ULandscapeSplineSegment::Connections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, SplineInfo) == 0x000058, "Member 'ULandscapeSplineSegment::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, Points) == 0x000070, "Member 'ULandscapeSplineSegment::Points' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, Bounds) == 0x000080, "Member 'ULandscapeSplineSegment::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, LocalMeshComponents) == 0x0000A0, "Member 'ULandscapeSplineSegment::LocalMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeStreamingProxy \ +static_assert(alignof(ALandscapeStreamingProxy) == 0x000008, "Wrong alignment on ALandscapeStreamingProxy"); \ +static_assert(sizeof(ALandscapeStreamingProxy) == 0x0005C0, "Wrong size on ALandscapeStreamingProxy"); \ +static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x0005A0, "Member 'ALandscapeStreamingProxy::LandscapeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSubsystem \ +static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ +static_assert(sizeof(ULandscapeSubsystem) == 0x000050, "Wrong size on ULandscapeSubsystem"); \ + +#define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ +static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ +static_assert(sizeof(ULandscapeWeightmapUsage) == 0x000058, "Wrong size on ULandscapeWeightmapUsage"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, ChannelUsage) == 0x000028, "Member 'ULandscapeWeightmapUsage::ChannelUsage' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, LayerGuid) == 0x000048, "Member 'ULandscapeWeightmapUsage::LayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeGrassOutput \ +static_assert(alignof(UMaterialExpressionLandscapeGrassOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapeGrassOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x000040, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ +static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, ExpressionGUID) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerBlend::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ +static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x000058, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x000041, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x000044, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ExpressionGUID) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerSample::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x000088, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ExpressionGUID) == 0x000074, "Member 'UMaterialExpressionLandscapeLayerSwitch::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ +static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x000090, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Base) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerWeight::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x000070, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000074, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ExpressionGUID) == 0x000080, "Member 'UMaterialExpressionLandscapeLayerWeight::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ +static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x000040, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ +static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x000050, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(offsetof(UMaterialExpressionLandscapeVisibilityMask, ExpressionGUID) == 0x000040, "Member 'UMaterialExpressionLandscapeVisibilityMask::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimedDataInputEvaluationData \ +static_assert(alignof(FTimedDataInputEvaluationData) == 0x000004, "Wrong alignment on FTimedDataInputEvaluationData"); \ +static_assert(sizeof(FTimedDataInputEvaluationData) == 0x000008, "Wrong size on FTimedDataInputEvaluationData"); \ +static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToNewestSampleSeconds) == 0x000000, "Member 'FTimedDataInputEvaluationData::DistanceToNewestSampleSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToOldestSampleSeconds) == 0x000004, "Member 'FTimedDataInputEvaluationData::DistanceToOldestSampleSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimedDataChannelSampleTime \ +static_assert(alignof(FTimedDataChannelSampleTime) == 0x000008, "Wrong alignment on FTimedDataChannelSampleTime"); \ +static_assert(sizeof(FTimedDataChannelSampleTime) == 0x000018, "Wrong size on FTimedDataChannelSampleTime"); \ + +#define DUMPER7_ASSERTS_UFixedFrameRateCustomTimeStep \ +static_assert(alignof(UFixedFrameRateCustomTimeStep) == 0x000008, "Wrong alignment on UFixedFrameRateCustomTimeStep"); \ +static_assert(sizeof(UFixedFrameRateCustomTimeStep) == 0x000028, "Wrong size on UFixedFrameRateCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UGenlockedCustomTimeStep \ +static_assert(alignof(UGenlockedCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedCustomTimeStep"); \ +static_assert(sizeof(UGenlockedCustomTimeStep) == 0x000028, "Wrong size on UGenlockedCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UGenlockedFixedRateCustomTimeStep \ +static_assert(alignof(UGenlockedFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(sizeof(UGenlockedFixedRateCustomTimeStep) == 0x000048, "Wrong size on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, FrameRate) == 0x000028, "Member 'UGenlockedFixedRateCustomTimeStep::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenlockedTimecodeProvider \ +static_assert(alignof(UGenlockedTimecodeProvider) == 0x000008, "Wrong alignment on UGenlockedTimecodeProvider"); \ +static_assert(sizeof(UGenlockedTimecodeProvider) == 0x000058, "Wrong size on UGenlockedTimecodeProvider"); \ +static_assert(offsetof(UGenlockedTimecodeProvider, bUseGenlockToCount) == 0x000030, "Member 'UGenlockedTimecodeProvider::bUseGenlockToCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber \ +static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, InFrameNumber) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, ReturnValue) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, InFrameTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::InFrameTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_TimecodeToString \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000008, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000028, "Wrong size on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, InTimecode) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::InTimecode' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, bForceSignDisplay) == 0x000014, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::bForceSignDisplay' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Divide_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecode \ +static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecode"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_GetTimecode"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecode, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecodeFrameRate \ +static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecodeFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_Framerate \ +static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_MultipleOf \ +static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, OtherFramerate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::OtherFramerate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate \ +static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, TimeInSeconds) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::TimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, FrameRate) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, ReturnValue) == 0x00000C, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_SnapFrameTimeToRate \ +static_assert(alignof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SnapToRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SnapToRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber \ +static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_TransformTime \ +static_assert(alignof(TimeManagementBlueprintLibrary_TransformTime) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_TransformTime"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_TransformTime) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_TransformTime"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, DestinationRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_TransformTime::DestinationRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_TransformTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeManagementBlueprintLibrary \ +static_assert(alignof(UTimeManagementBlueprintLibrary) == 0x000008, "Wrong alignment on UTimeManagementBlueprintLibrary"); \ +static_assert(sizeof(UTimeManagementBlueprintLibrary) == 0x000028, "Wrong size on UTimeManagementBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UTimeSynchronizationSource \ +static_assert(alignof(UTimeSynchronizationSource) == 0x000008, "Wrong alignment on UTimeSynchronizationSource"); \ +static_assert(sizeof(UTimeSynchronizationSource) == 0x000030, "Wrong size on UTimeSynchronizationSource"); \ +static_assert(offsetof(UTimeSynchronizationSource, bUseForSynchronization) == 0x000028, "Member 'UTimeSynchronizationSource::bUseForSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizationSource, FrameOffset) == 0x00002C, "Member 'UTimeSynchronizationSource::FrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Pumpkin_C \ +static_assert(alignof(ABP_CM_Hat_Pumpkin_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Pumpkin_C"); \ +static_assert(sizeof(ABP_CM_Hat_Pumpkin_C) == 0x000240, "Wrong size on ABP_CM_Hat_Pumpkin_C"); \ +static_assert(offsetof(ABP_CM_Hat_Pumpkin_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Pumpkin_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintOffset \ +static_assert(alignof(FConstraintOffset) == 0x000010, "Wrong alignment on FConstraintOffset"); \ +static_assert(sizeof(FConstraintOffset) == 0x000060, "Wrong size on FConstraintOffset"); \ +static_assert(offsetof(FConstraintOffset, Translation) == 0x000000, "Member 'FConstraintOffset::Translation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Rotation) == 0x000010, "Member 'FConstraintOffset::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Scale) == 0x000020, "Member 'FConstraintOffset::Scale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Parent) == 0x000030, "Member 'FConstraintOffset::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeObject \ +static_assert(alignof(FNodeObject) == 0x000004, "Wrong alignment on FNodeObject"); \ +static_assert(sizeof(FNodeObject) == 0x000010, "Wrong size on FNodeObject"); \ +static_assert(offsetof(FNodeObject, Name) == 0x000000, "Member 'FNodeObject::Name' has a wrong offset!"); \ +static_assert(offsetof(FNodeObject, ParentName) == 0x000008, "Member 'FNodeObject::ParentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeHierarchyData \ +static_assert(alignof(FNodeHierarchyData) == 0x000008, "Wrong alignment on FNodeHierarchyData"); \ +static_assert(sizeof(FNodeHierarchyData) == 0x000070, "Wrong size on FNodeHierarchyData"); \ +static_assert(offsetof(FNodeHierarchyData, Nodes) == 0x000000, "Member 'FNodeHierarchyData::Nodes' has a wrong offset!"); \ +static_assert(offsetof(FNodeHierarchyData, Transforms) == 0x000010, "Member 'FNodeHierarchyData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FNodeHierarchyData, NodeNameToIndexMapping) == 0x000020, "Member 'FNodeHierarchyData::NodeNameToIndexMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeHierarchyWithUserData \ +static_assert(alignof(FNodeHierarchyWithUserData) == 0x000008, "Wrong alignment on FNodeHierarchyWithUserData"); \ +static_assert(sizeof(FNodeHierarchyWithUserData) == 0x000078, "Wrong size on FNodeHierarchyWithUserData"); \ +static_assert(offsetof(FNodeHierarchyWithUserData, Hierarchy) == 0x000008, "Member 'FNodeHierarchyWithUserData::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescriptor \ +static_assert(alignof(FConstraintDescriptor) == 0x000008, "Wrong alignment on FConstraintDescriptor"); \ +static_assert(sizeof(FConstraintDescriptor) == 0x000010, "Wrong size on FConstraintDescriptor"); \ +static_assert(offsetof(FConstraintDescriptor, Type) == 0x000000, "Member 'FConstraintDescriptor::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintData \ +static_assert(alignof(FConstraintData) == 0x000010, "Wrong alignment on FConstraintData"); \ +static_assert(sizeof(FConstraintData) == 0x000080, "Wrong size on FConstraintData"); \ +static_assert(offsetof(FConstraintData, Constraint) == 0x000000, "Member 'FConstraintData::Constraint' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, Weight) == 0x000010, "Member 'FConstraintData::Weight' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, bMaintainOffset) == 0x000014, "Member 'FConstraintData::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, Offset) == 0x000020, "Member 'FConstraintData::Offset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, CurrentTransform) == 0x000050, "Member 'FConstraintData::CurrentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilterOptionPerAxis \ +static_assert(alignof(FFilterOptionPerAxis) == 0x000001, "Wrong alignment on FFilterOptionPerAxis"); \ +static_assert(sizeof(FFilterOptionPerAxis) == 0x000003, "Wrong size on FFilterOptionPerAxis"); \ +static_assert(offsetof(FFilterOptionPerAxis, bX) == 0x000000, "Member 'FFilterOptionPerAxis::bX' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bY) == 0x000001, "Member 'FFilterOptionPerAxis::bY' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bZ) == 0x000002, "Member 'FFilterOptionPerAxis::bZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescription \ +static_assert(alignof(FConstraintDescription) == 0x000001, "Wrong alignment on FConstraintDescription"); \ +static_assert(sizeof(FConstraintDescription) == 0x00000D, "Wrong size on FConstraintDescription"); \ +static_assert(offsetof(FConstraintDescription, bTranslation) == 0x000000, "Member 'FConstraintDescription::bTranslation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bRotation) == 0x000001, "Member 'FConstraintDescription::bRotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bScale) == 0x000002, "Member 'FConstraintDescription::bScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bParent) == 0x000003, "Member 'FConstraintDescription::bParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, TranslationAxes) == 0x000004, "Member 'FConstraintDescription::TranslationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, RotationAxes) == 0x000007, "Member 'FConstraintDescription::RotationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, ScaleAxes) == 0x00000A, "Member 'FConstraintDescription::ScaleAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraint \ +static_assert(alignof(FTransformConstraint) == 0x000004, "Wrong alignment on FTransformConstraint"); \ +static_assert(sizeof(FTransformConstraint) == 0x000028, "Wrong size on FTransformConstraint"); \ +static_assert(offsetof(FTransformConstraint, Operator) == 0x000000, "Member 'FTransformConstraint::Operator' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, SourceNode) == 0x000010, "Member 'FTransformConstraint::SourceNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, TargetNode) == 0x000018, "Member 'FTransformConstraint::TargetNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, Weight) == 0x000020, "Member 'FTransformConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, bMaintainOffset) == 0x000024, "Member 'FTransformConstraint::bMaintainOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformFilter \ +static_assert(alignof(FTransformFilter) == 0x000001, "Wrong alignment on FTransformFilter"); \ +static_assert(sizeof(FTransformFilter) == 0x000009, "Wrong size on FTransformFilter"); \ +static_assert(offsetof(FTransformFilter, TranslationFilter) == 0x000000, "Member 'FTransformFilter::TranslationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, RotationFilter) == 0x000003, "Member 'FTransformFilter::RotationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, ScaleFilter) == 0x000006, "Member 'FTransformFilter::ScaleFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCCDIKChainLink \ +static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ +static_assert(sizeof(FCCDIKChainLink) == 0x000080, "Wrong size on FCCDIKChainLink"); \ + +#define DUMPER7_ASSERTS_FEulerTransform \ +static_assert(alignof(FEulerTransform) == 0x000004, "Wrong alignment on FEulerTransform"); \ +static_assert(sizeof(FEulerTransform) == 0x000024, "Wrong size on FEulerTransform"); \ +static_assert(offsetof(FEulerTransform, Location) == 0x000000, "Member 'FEulerTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Rotation) == 0x00000C, "Member 'FEulerTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Scale) == 0x000018, "Member 'FEulerTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFABRIKChainLink \ +static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ +static_assert(sizeof(FFABRIKChainLink) == 0x000038, "Wrong size on FFABRIKChainLink"); \ + +#define DUMPER7_ASSERTS_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_FConstraintDescriptionEx \ +static_assert(alignof(FConstraintDescriptionEx) == 0x000008, "Wrong alignment on FConstraintDescriptionEx"); \ +static_assert(sizeof(FConstraintDescriptionEx) == 0x000010, "Wrong size on FConstraintDescriptionEx"); \ +static_assert(offsetof(FConstraintDescriptionEx, AxesFilterOption) == 0x000008, "Member 'FConstraintDescriptionEx::AxesFilterOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimConstraintDescription \ +static_assert(alignof(FAimConstraintDescription) == 0x000008, "Wrong alignment on FAimConstraintDescription"); \ +static_assert(sizeof(FAimConstraintDescription) == 0x000040, "Wrong size on FAimConstraintDescription"); \ +static_assert(offsetof(FAimConstraintDescription, LookAt_Axis) == 0x000010, "Member 'FAimConstraintDescription::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUp_Axis) == 0x000020, "Member 'FAimConstraintDescription::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, bUseLookUp) == 0x000030, "Member 'FAimConstraintDescription::bUseLookUp' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUpTarget) == 0x000034, "Member 'FAimConstraintDescription::LookUpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraintDescription \ +static_assert(alignof(FTransformConstraintDescription) == 0x000008, "Wrong alignment on FTransformConstraintDescription"); \ +static_assert(sizeof(FTransformConstraintDescription) == 0x000018, "Wrong size on FTransformConstraintDescription"); \ +static_assert(offsetof(FTransformConstraintDescription, TransformType) == 0x000010, "Member 'FTransformConstraintDescription::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNetAnalyticsDataConfig \ +static_assert(alignof(FNetAnalyticsDataConfig) == 0x000004, "Wrong alignment on FNetAnalyticsDataConfig"); \ +static_assert(sizeof(FNetAnalyticsDataConfig) == 0x00000C, "Wrong size on FNetAnalyticsDataConfig"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, DataName) == 0x000000, "Member 'FNetAnalyticsDataConfig::DataName' has a wrong offset!"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, bEnabled) == 0x000008, "Member 'FNetAnalyticsDataConfig::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetAnalyticsAggregatorConfig \ +static_assert(alignof(UNetAnalyticsAggregatorConfig) == 0x000008, "Wrong alignment on UNetAnalyticsAggregatorConfig"); \ +static_assert(sizeof(UNetAnalyticsAggregatorConfig) == 0x000038, "Wrong size on UNetAnalyticsAggregatorConfig"); \ +static_assert(offsetof(UNetAnalyticsAggregatorConfig, NetAnalyticsData) == 0x000028, "Member 'UNetAnalyticsAggregatorConfig::NetAnalyticsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagAndValue \ +static_assert(alignof(FTagAndValue) == 0x000008, "Wrong alignment on FTagAndValue"); \ +static_assert(sizeof(FTagAndValue) == 0x000018, "Wrong size on FTagAndValue"); \ +static_assert(offsetof(FTagAndValue, Tag) == 0x000000, "Member 'FTagAndValue::Tag' has a wrong offset!"); \ +static_assert(offsetof(FTagAndValue, Value) == 0x000008, "Member 'FTagAndValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetRegistryDependencyOptions \ +static_assert(alignof(FAssetRegistryDependencyOptions) == 0x000001, "Wrong alignment on FAssetRegistryDependencyOptions"); \ +static_assert(sizeof(FAssetRegistryDependencyOptions) == 0x000005, "Wrong size on FAssetRegistryDependencyOptions"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftPackageReferences) == 0x000000, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftPackageReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardPackageReferences) == 0x000001, "Member 'FAssetRegistryDependencyOptions::bIncludeHardPackageReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSearchableNames) == 0x000002, "Member 'FAssetRegistryDependencyOptions::bIncludeSearchableNames' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftManagementReferences) == 0x000003, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftManagementReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardManagementReferences) == 0x000004, "Member 'FAssetRegistryDependencyOptions::bIncludeHardManagementReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetRegistryImpl \ +static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ +static_assert(sizeof(UAssetRegistryImpl) == 0x000850, "Wrong size on UAssetRegistryImpl"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_CreateAssetData \ +static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000070, "Wrong size on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, InAsset) == 0x000000, "Member 'AssetRegistryHelpers_CreateAssetData::InAsset' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, bAllowBlueprintClass) == 0x000008, "Member 'AssetRegistryHelpers_CreateAssetData::bAllowBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, ReturnValue) == 0x000010, "Member 'AssetRegistryHelpers_CreateAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAsset \ +static_assert(alignof(AssetRegistryHelpers_GetAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAsset) == 0x000068, "Wrong size on AssetRegistryHelpers_GetAsset"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetAsset::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAsset, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAssetRegistry \ +static_assert(alignof(AssetRegistryHelpers_GetAssetRegistry) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAssetRegistry) == 0x000010, "Wrong size on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAssetRegistry, ReturnValue) == 0x000000, "Member 'AssetRegistryHelpers_GetAssetRegistry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetClass \ +static_assert(alignof(AssetRegistryHelpers_GetClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetClass"); \ +static_assert(sizeof(AssetRegistryHelpers_GetClass) == 0x000068, "Wrong size on AssetRegistryHelpers_GetClass"); \ +static_assert(offsetof(AssetRegistryHelpers_GetClass, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetClass::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetClass, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetExportTextName \ +static_assert(alignof(AssetRegistryHelpers_GetExportTextName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetExportTextName"); \ +static_assert(sizeof(AssetRegistryHelpers_GetExportTextName) == 0x000070, "Wrong size on AssetRegistryHelpers_GetExportTextName"); \ +static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetExportTextName::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetExportTextName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetFullName \ +static_assert(alignof(AssetRegistryHelpers_GetFullName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetFullName"); \ +static_assert(sizeof(AssetRegistryHelpers_GetFullName) == 0x000070, "Wrong size on AssetRegistryHelpers_GetFullName"); \ +static_assert(offsetof(AssetRegistryHelpers_GetFullName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetFullName::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetFullName, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetFullName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetTagValue \ +static_assert(alignof(AssetRegistryHelpers_GetTagValue) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetTagValue"); \ +static_assert(sizeof(AssetRegistryHelpers_GetTagValue) == 0x000080, "Wrong size on AssetRegistryHelpers_GetTagValue"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetTagValue::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InTagName) == 0x000060, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000068, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetTagValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsAssetLoaded \ +static_assert(alignof(AssetRegistryHelpers_IsAssetLoaded) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsAssetLoaded"); \ +static_assert(sizeof(AssetRegistryHelpers_IsAssetLoaded) == 0x000068, "Wrong size on AssetRegistryHelpers_IsAssetLoaded"); \ +static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsAssetLoaded::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsAssetLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsRedirector \ +static_assert(alignof(AssetRegistryHelpers_IsRedirector) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsRedirector"); \ +static_assert(sizeof(AssetRegistryHelpers_IsRedirector) == 0x000068, "Wrong size on AssetRegistryHelpers_IsRedirector"); \ +static_assert(offsetof(AssetRegistryHelpers_IsRedirector, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsRedirector::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsRedirector, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsRedirector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsUAsset \ +static_assert(alignof(AssetRegistryHelpers_IsUAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsUAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_IsUAsset) == 0x000068, "Wrong size on AssetRegistryHelpers_IsUAsset"); \ +static_assert(offsetof(AssetRegistryHelpers_IsUAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsUAsset::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsUAsset, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsUAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsValid \ +static_assert(alignof(AssetRegistryHelpers_IsValid) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsValid"); \ +static_assert(sizeof(AssetRegistryHelpers_IsValid) == 0x000068, "Wrong size on AssetRegistryHelpers_IsValid"); \ +static_assert(offsetof(AssetRegistryHelpers_IsValid, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsValid::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsValid, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_SetFilterTagsAndValues \ +static_assert(alignof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(sizeof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x0001F0, "Wrong size on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InFilter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InTagsAndValues) == 0x0000F0, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000100, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_ToSoftObjectPath \ +static_assert(alignof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000008, "Wrong alignment on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(sizeof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000078, "Wrong size on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_ToSoftObjectPath::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_ToSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetRegistryHelpers \ +static_assert(alignof(UAssetRegistryHelpers) == 0x000008, "Wrong alignment on UAssetRegistryHelpers"); \ +static_assert(sizeof(UAssetRegistryHelpers) == 0x000028, "Wrong size on UAssetRegistryHelpers"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_PrioritizeSearchPath \ +static_assert(alignof(AssetRegistry_PrioritizeSearchPath) == 0x000008, "Wrong alignment on AssetRegistry_PrioritizeSearchPath"); \ +static_assert(sizeof(AssetRegistry_PrioritizeSearchPath) == 0x000010, "Wrong size on AssetRegistry_PrioritizeSearchPath"); \ +static_assert(offsetof(AssetRegistry_PrioritizeSearchPath, PathToPrioritize) == 0x000000, "Member 'AssetRegistry_PrioritizeSearchPath::PathToPrioritize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanFilesSynchronous \ +static_assert(alignof(AssetRegistry_ScanFilesSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanFilesSynchronous"); \ +static_assert(sizeof(AssetRegistry_ScanFilesSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanFilesSynchronous"); \ +static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanFilesSynchronous::InFilePaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanFilesSynchronous::bForceRescan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanModifiedAssetFiles \ +static_assert(alignof(AssetRegistry_ScanModifiedAssetFiles) == 0x000008, "Wrong alignment on AssetRegistry_ScanModifiedAssetFiles"); \ +static_assert(sizeof(AssetRegistry_ScanModifiedAssetFiles) == 0x000010, "Wrong size on AssetRegistry_ScanModifiedAssetFiles"); \ +static_assert(offsetof(AssetRegistry_ScanModifiedAssetFiles, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanModifiedAssetFiles::InFilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanPathsSynchronous \ +static_assert(alignof(AssetRegistry_ScanPathsSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanPathsSynchronous"); \ +static_assert(sizeof(AssetRegistry_ScanPathsSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanPathsSynchronous"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, InPaths) == 0x000000, "Member 'AssetRegistry_ScanPathsSynchronous::InPaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanPathsSynchronous::bForceRescan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_SearchAllAssets \ +static_assert(alignof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong alignment on AssetRegistry_SearchAllAssets"); \ +static_assert(sizeof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong size on AssetRegistry_SearchAllAssets"); \ +static_assert(offsetof(AssetRegistry_SearchAllAssets, bSynchronousSearch) == 0x000000, "Member 'AssetRegistry_SearchAllAssets::bSynchronousSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAllAssets \ +static_assert(alignof(AssetRegistry_GetAllAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAllAssets"); \ +static_assert(sizeof(AssetRegistry_GetAllAssets) == 0x000018, "Wrong size on AssetRegistry_GetAllAssets"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, OutAssetData) == 0x000000, "Member 'AssetRegistry_GetAllAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, bIncludeOnlyOnDiskAssets) == 0x000010, "Member 'AssetRegistry_GetAllAssets::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, ReturnValue) == 0x000011, "Member 'AssetRegistry_GetAllAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAllCachedPaths \ +static_assert(alignof(AssetRegistry_GetAllCachedPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAllCachedPaths"); \ +static_assert(sizeof(AssetRegistry_GetAllCachedPaths) == 0x000010, "Wrong size on AssetRegistry_GetAllCachedPaths"); \ +static_assert(offsetof(AssetRegistry_GetAllCachedPaths, OutPathList) == 0x000000, "Member 'AssetRegistry_GetAllCachedPaths::OutPathList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetByObjectPath \ +static_assert(alignof(AssetRegistry_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetByObjectPath) == 0x000070, "Wrong size on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x000008, "Member 'AssetRegistry_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ReturnValue) == 0x000010, "Member 'AssetRegistry_GetAssetByObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssets \ +static_assert(alignof(AssetRegistry_GetAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAssets"); \ +static_assert(sizeof(AssetRegistry_GetAssets) == 0x000108, "Wrong size on AssetRegistry_GetAssets"); \ +static_assert(offsetof(AssetRegistry_GetAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetAssets::Filter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, OutAssetData) == 0x0000F0, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000100, "Member 'AssetRegistry_GetAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByClass \ +static_assert(alignof(AssetRegistry_GetAssetsByClass) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByClass"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByClass) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByClass"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ClassName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByClass::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, bSearchSubClasses) == 0x000018, "Member 'AssetRegistry_GetAssetsByClass::bSearchSubClasses' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ReturnValue) == 0x000019, "Member 'AssetRegistry_GetAssetsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPackageName \ +static_assert(alignof(AssetRegistry_GetAssetsByPackageName) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPackageName"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPackageName) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPackageName"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, PackageName) == 0x000000, "Member 'AssetRegistry_GetAssetsByPackageName::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPackageName::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bIncludeOnlyOnDiskAssets) == 0x000018, "Member 'AssetRegistry_GetAssetsByPackageName::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, ReturnValue) == 0x000019, "Member 'AssetRegistry_GetAssetsByPackageName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPath \ +static_assert(alignof(AssetRegistry_GetAssetsByPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPath) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPath"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, PackagePath) == 0x000000, "Member 'AssetRegistry_GetAssetsByPath::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPath::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bRecursive) == 0x000018, "Member 'AssetRegistry_GetAssetsByPath::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, ReturnValue) == 0x00001A, "Member 'AssetRegistry_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetSubPaths \ +static_assert(alignof(AssetRegistry_GetSubPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetSubPaths"); \ +static_assert(sizeof(AssetRegistry_GetSubPaths) == 0x000028, "Wrong size on AssetRegistry_GetSubPaths"); \ +static_assert(offsetof(AssetRegistry_GetSubPaths, InBasePath) == 0x000000, "Member 'AssetRegistry_GetSubPaths::InBasePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetSubPaths, OutPathList) == 0x000010, "Member 'AssetRegistry_GetSubPaths::OutPathList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetSubPaths, bInRecurse) == 0x000020, "Member 'AssetRegistry_GetSubPaths::bInRecurse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_HasAssets \ +static_assert(alignof(AssetRegistry_HasAssets) == 0x000004, "Wrong alignment on AssetRegistry_HasAssets"); \ +static_assert(sizeof(AssetRegistry_HasAssets) == 0x00000C, "Wrong size on AssetRegistry_HasAssets"); \ +static_assert(offsetof(AssetRegistry_HasAssets, PackagePath) == 0x000000, "Member 'AssetRegistry_HasAssets::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_HasAssets, bRecursive) == 0x000008, "Member 'AssetRegistry_HasAssets::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_HasAssets, ReturnValue) == 0x000009, "Member 'AssetRegistry_HasAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_IsLoadingAssets \ +static_assert(alignof(AssetRegistry_IsLoadingAssets) == 0x000001, "Wrong alignment on AssetRegistry_IsLoadingAssets"); \ +static_assert(sizeof(AssetRegistry_IsLoadingAssets) == 0x000001, "Wrong size on AssetRegistry_IsLoadingAssets"); \ +static_assert(offsetof(AssetRegistry_IsLoadingAssets, ReturnValue) == 0x000000, "Member 'AssetRegistry_IsLoadingAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetDependencies \ +static_assert(alignof(AssetRegistry_K2_GetDependencies) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetDependencies"); \ +static_assert(sizeof(AssetRegistry_K2_GetDependencies) == 0x000028, "Wrong size on AssetRegistry_K2_GetDependencies"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetDependencies::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, DependencyOptions) == 0x000008, "Member 'AssetRegistry_K2_GetDependencies::DependencyOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, OutDependencies) == 0x000010, "Member 'AssetRegistry_K2_GetDependencies::OutDependencies' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetReferencers \ +static_assert(alignof(AssetRegistry_K2_GetReferencers) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetReferencers"); \ +static_assert(sizeof(AssetRegistry_K2_GetReferencers) == 0x000028, "Wrong size on AssetRegistry_K2_GetReferencers"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetReferencers::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReferenceOptions) == 0x000008, "Member 'AssetRegistry_K2_GetReferencers::ReferenceOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, OutReferencers) == 0x000010, "Member 'AssetRegistry_K2_GetReferencers::OutReferencers' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetReferencers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_RunAssetsThroughFilter \ +static_assert(alignof(AssetRegistry_RunAssetsThroughFilter) == 0x000008, "Wrong alignment on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(sizeof(AssetRegistry_RunAssetsThroughFilter) == 0x000100, "Wrong size on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, AssetDataList) == 0x000000, "Member 'AssetRegistry_RunAssetsThroughFilter::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, Filter) == 0x000010, "Member 'AssetRegistry_RunAssetsThroughFilter::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_UseFilterToExcludeAssets \ +static_assert(alignof(AssetRegistry_UseFilterToExcludeAssets) == 0x000008, "Wrong alignment on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(sizeof(AssetRegistry_UseFilterToExcludeAssets) == 0x000100, "Wrong size on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, AssetDataList) == 0x000000, "Member 'AssetRegistry_UseFilterToExcludeAssets::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, Filter) == 0x000010, "Member 'AssetRegistry_UseFilterToExcludeAssets::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetRegistry \ +static_assert(alignof(IAssetRegistry) == 0x000001, "Wrong alignment on IAssetRegistry"); \ +static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry"); \ + +#define DUMPER7_ASSERTS_FGameplayTag \ +static_assert(alignof(FGameplayTag) == 0x000004, "Wrong alignment on FGameplayTag"); \ +static_assert(sizeof(FGameplayTag) == 0x000008, "Wrong size on FGameplayTag"); \ +static_assert(offsetof(FGameplayTag, TagName) == 0x000000, "Member 'FGameplayTag::TagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FGameplayTagNode \ +static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ +static_assert(sizeof(FGameplayTagNode) == 0x000050, "Wrong size on FGameplayTagNode"); \ + +#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_FGameplayTagSource \ +static_assert(alignof(FGameplayTagSource) == 0x000008, "Wrong alignment on FGameplayTagSource"); \ +static_assert(sizeof(FGameplayTagSource) == 0x000020, "Wrong size on FGameplayTagSource"); \ +static_assert(offsetof(FGameplayTagSource, SourceName) == 0x000000, "Member 'FGameplayTagSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagSource, SourceType) == 0x000008, "Member 'FGameplayTagSource::SourceType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagSource, SourceTagList) == 0x000010, "Member 'FGameplayTagSource::SourceTagList' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagSource, SourceRestrictedTagList) == 0x000018, "Member 'FGameplayTagSource::SourceRestrictedTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagTableRow \ +static_assert(alignof(FGameplayTagTableRow) == 0x000008, "Wrong alignment on FGameplayTagTableRow"); \ +static_assert(sizeof(FGameplayTagTableRow) == 0x000020, "Wrong size on FGameplayTagTableRow"); \ +static_assert(offsetof(FGameplayTagTableRow, Tag) == 0x000008, "Member 'FGameplayTagTableRow::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagTableRow, DevComment) == 0x000010, "Member 'FGameplayTagTableRow::DevComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedGameplayTagTableRow \ +static_assert(alignof(FRestrictedGameplayTagTableRow) == 0x000008, "Wrong alignment on FRestrictedGameplayTagTableRow"); \ +static_assert(sizeof(FRestrictedGameplayTagTableRow) == 0x000028, "Wrong size on FRestrictedGameplayTagTableRow"); \ +static_assert(offsetof(FRestrictedGameplayTagTableRow, bAllowNonRestrictedChildren) == 0x000020, "Member 'FRestrictedGameplayTagTableRow::bAllowNonRestrictedChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedConfigInfo \ +static_assert(alignof(FRestrictedConfigInfo) == 0x000008, "Wrong alignment on FRestrictedConfigInfo"); \ +static_assert(sizeof(FRestrictedConfigInfo) == 0x000020, "Wrong size on FRestrictedConfigInfo"); \ +static_assert(offsetof(FRestrictedConfigInfo, RestrictedConfigName) == 0x000000, "Member 'FRestrictedConfigInfo::RestrictedConfigName' has a wrong offset!"); \ +static_assert(offsetof(FRestrictedConfigInfo, Owners) == 0x000010, "Member 'FRestrictedConfigInfo::Owners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCategoryRemap \ +static_assert(alignof(FGameplayTagCategoryRemap) == 0x000008, "Wrong alignment on FGameplayTagCategoryRemap"); \ +static_assert(sizeof(FGameplayTagCategoryRemap) == 0x000020, "Wrong size on FGameplayTagCategoryRemap"); \ +static_assert(offsetof(FGameplayTagCategoryRemap, BaseCategory) == 0x000000, "Member 'FGameplayTagCategoryRemap::BaseCategory' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagCategoryRemap, RemapCategories) == 0x000010, "Member 'FGameplayTagCategoryRemap::RemapCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UEditableGameplayTagQuery \ +static_assert(alignof(UEditableGameplayTagQuery) == 0x000008, "Wrong alignment on UEditableGameplayTagQuery"); \ +static_assert(sizeof(UEditableGameplayTagQuery) == 0x000098, "Wrong size on UEditableGameplayTagQuery"); \ +static_assert(offsetof(UEditableGameplayTagQuery, UserDescription) == 0x000028, "Member 'UEditableGameplayTagQuery::UserDescription' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, RootExpression) == 0x000048, "Member 'UEditableGameplayTagQuery::RootExpression' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, TagQueryExportText_Helper) == 0x000050, "Member 'UEditableGameplayTagQuery::TagQueryExportText_Helper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression \ +static_assert(alignof(UEditableGameplayTagQueryExpression) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression) == 0x000028, "Wrong size on UEditableGameplayTagQueryExpression"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsManager \ +static_assert(alignof(UGameplayTagsManager) == 0x000008, "Wrong alignment on UGameplayTagsManager"); \ +static_assert(sizeof(UGameplayTagsManager) == 0x000240, "Wrong size on UGameplayTagsManager"); \ +static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000160, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000230, "Member 'UGameplayTagsManager::GameplayTagTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsList \ +static_assert(alignof(UGameplayTagsList) == 0x000008, "Wrong alignment on UGameplayTagsList"); \ +static_assert(sizeof(UGameplayTagsList) == 0x000048, "Wrong size on UGameplayTagsList"); \ +static_assert(offsetof(UGameplayTagsList, ConfigFileName) == 0x000028, "Member 'UGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsList, GameplayTagList) == 0x000038, "Member 'UGameplayTagsList::GameplayTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URestrictedGameplayTagsList \ +static_assert(alignof(URestrictedGameplayTagsList) == 0x000008, "Wrong alignment on URestrictedGameplayTagsList"); \ +static_assert(sizeof(URestrictedGameplayTagsList) == 0x000048, "Wrong size on URestrictedGameplayTagsList"); \ +static_assert(offsetof(URestrictedGameplayTagsList, ConfigFileName) == 0x000028, "Member 'URestrictedGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(URestrictedGameplayTagsList, RestrictedGameplayTagList) == 0x000038, "Member 'URestrictedGameplayTagsList::RestrictedGameplayTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsSettings \ +static_assert(alignof(UGameplayTagsSettings) == 0x000008, "Wrong alignment on UGameplayTagsSettings"); \ +static_assert(sizeof(UGameplayTagsSettings) == 0x0000B8, "Wrong size on UGameplayTagsSettings"); \ +static_assert(offsetof(UGameplayTagsSettings, ImportTagsFromConfig) == 0x000048, "Member 'UGameplayTagsSettings::ImportTagsFromConfig' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, WarnOnInvalidTags) == 0x000049, "Member 'UGameplayTagsSettings::WarnOnInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, ClearInvalidTags) == 0x00004A, "Member 'UGameplayTagsSettings::ClearInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, FastReplication) == 0x00004B, "Member 'UGameplayTagsSettings::FastReplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, InvalidTagCharacters) == 0x000050, "Member 'UGameplayTagsSettings::InvalidTagCharacters' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CategoryRemapping) == 0x000060, "Member 'UGameplayTagsSettings::CategoryRemapping' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagTableList) == 0x000070, "Member 'UGameplayTagsSettings::GameplayTagTableList' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagRedirects) == 0x000080, "Member 'UGameplayTagsSettings::GameplayTagRedirects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CommonlyReplicatedTags) == 0x000090, "Member 'UGameplayTagsSettings::CommonlyReplicatedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, NumBitsForContainerSize) == 0x0000A0, "Member 'UGameplayTagsSettings::NumBitsForContainerSize' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, NetIndexFirstBitSegment) == 0x0000A4, "Member 'UGameplayTagsSettings::NetIndexFirstBitSegment' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, RestrictedConfigFiles) == 0x0000A8, "Member 'UGameplayTagsSettings::RestrictedConfigFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsDeveloperSettings \ +static_assert(alignof(UGameplayTagsDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayTagsDeveloperSettings"); \ +static_assert(sizeof(UGameplayTagsDeveloperSettings) == 0x000050, "Wrong size on UGameplayTagsDeveloperSettings"); \ +static_assert(offsetof(UGameplayTagsDeveloperSettings, DeveloperConfigName) == 0x000038, "Member 'UGameplayTagsDeveloperSettings::DeveloperConfigName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsDeveloperSettings, FavoriteTagSource) == 0x000048, "Member 'UGameplayTagsDeveloperSettings::FavoriteTagSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FElementID \ +static_assert(alignof(FElementID) == 0x000004, "Wrong alignment on FElementID"); \ +static_assert(sizeof(FElementID) == 0x000004, "Wrong size on FElementID"); \ +static_assert(offsetof(FElementID, IDValue) == 0x000000, "Member 'FElementID::IDValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdgeID \ +static_assert(alignof(FEdgeID) == 0x000004, "Wrong alignment on FEdgeID"); \ +static_assert(sizeof(FEdgeID) == 0x000004, "Wrong size on FEdgeID"); \ + +#define DUMPER7_ASSERTS_FVertexID \ +static_assert(alignof(FVertexID) == 0x000004, "Wrong alignment on FVertexID"); \ +static_assert(sizeof(FVertexID) == 0x000004, "Wrong size on FVertexID"); \ + +#define DUMPER7_ASSERTS_FPolygonGroupID \ +static_assert(alignof(FPolygonGroupID) == 0x000004, "Wrong alignment on FPolygonGroupID"); \ +static_assert(sizeof(FPolygonGroupID) == 0x000004, "Wrong size on FPolygonGroupID"); \ + +#define DUMPER7_ASSERTS_FPolygonID \ +static_assert(alignof(FPolygonID) == 0x000004, "Wrong alignment on FPolygonID"); \ +static_assert(sizeof(FPolygonID) == 0x000004, "Wrong size on FPolygonID"); \ + +#define DUMPER7_ASSERTS_FVertexInstanceID \ +static_assert(alignof(FVertexInstanceID) == 0x000004, "Wrong alignment on FVertexInstanceID"); \ +static_assert(sizeof(FVertexInstanceID) == 0x000004, "Wrong size on FVertexInstanceID"); \ + +#define DUMPER7_ASSERTS_FTriangleID \ +static_assert(alignof(FTriangleID) == 0x000004, "Wrong alignment on FTriangleID"); \ +static_assert(sizeof(FTriangleID) == 0x000004, "Wrong size on FTriangleID"); \ + +#define DUMPER7_ASSERTS_UMeshDescription \ +static_assert(alignof(UMeshDescription) == 0x000008, "Wrong alignment on UMeshDescription"); \ +static_assert(sizeof(UMeshDescription) == 0x000028, "Wrong size on UMeshDescription"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ComputePolygonTriangulation \ +static_assert(alignof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong alignment on MeshDescriptionBase_ComputePolygonTriangulation"); \ +static_assert(sizeof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong size on MeshDescriptionBase_ComputePolygonTriangulation"); \ +static_assert(offsetof(MeshDescriptionBase_ComputePolygonTriangulation, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ComputePolygonTriangulation::PolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdge \ +static_assert(alignof(MeshDescriptionBase_CreateEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdge"); \ +static_assert(sizeof(MeshDescriptionBase_CreateEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdge"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_CreateEdge::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_CreateEdge::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_CreateEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdgeWithID \ +static_assert(alignof(MeshDescriptionBase_CreateEdgeWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdgeWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateEdgeWithID) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdgeWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_CreateEdgeWithID::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID0) == 0x000004, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID1) == 0x000008, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygon \ +static_assert(alignof(MeshDescriptionBase_CreatePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygon) == 0x000030, "Wrong size on MeshDescriptionBase_CreatePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygon::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygon::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygon::NewEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreatePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroup, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroupWithID \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroupWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroupWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroupWithID, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroupWithID::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonWithID \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygonWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreatePolygonWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygonWithID::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygonWithID::NewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangle \ +static_assert(alignof(MeshDescriptionBase_CreateTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangle"); \ +static_assert(sizeof(MeshDescriptionBase_CreateTriangle) == 0x000030, "Wrong size on MeshDescriptionBase_CreateTriangle"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangle::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangle::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangle::NewEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreateTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangleWithID \ +static_assert(alignof(MeshDescriptionBase_CreateTriangleWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangleWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateTriangleWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreateTriangleWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangleWithID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreateTriangleWithID::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangleWithID::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangleWithID::NewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertex \ +static_assert(alignof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertex"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertex"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertex, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreateVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstance \ +static_assert(alignof(MeshDescriptionBase_CreateVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexInstance) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstance::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstanceWithID \ +static_assert(alignof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstanceWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstanceWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexID) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexWithID \ +static_assert(alignof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertexWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexWithID, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexWithID::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteEdge \ +static_assert(alignof(MeshDescriptionBase_DeleteEdge) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteEdge"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteEdge) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteEdge"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteEdge, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_DeleteEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteEdge, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteEdge::OrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygon \ +static_assert(alignof(MeshDescriptionBase_DeletePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeletePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_DeletePolygon) == 0x000038, "Wrong size on MeshDescriptionBase_DeletePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedPolygonGroups) == 0x000028, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeletePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_DeletePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygonGroup, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygonGroup::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteTriangle \ +static_assert(alignof(MeshDescriptionBase_DeleteTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteTriangle"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteTriangle) == 0x000038, "Wrong size on MeshDescriptionBase_DeleteTriangle"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_DeleteTriangle::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedPolygonGroupsPtr) == 0x000028, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedPolygonGroupsPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertex \ +static_assert(alignof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeleteVertex"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong size on MeshDescriptionBase_DeleteVertex"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertex, VertexID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertex::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertexInstance \ +static_assert(alignof(MeshDescriptionBase_DeleteVertexInstance) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteVertexInstance) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertexInstance::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteVertexInstance::OrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewEdges \ +static_assert(alignof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewEdges"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewEdges"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewEdges, NumberOfNewEdges) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewEdges::NumberOfNewEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygonGroups \ +static_assert(alignof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygonGroups"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygonGroups"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygonGroups, NumberOfNewPolygonGroups) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygonGroups::NumberOfNewPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygons \ +static_assert(alignof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygons, NumberOfNewPolygons) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygons::NumberOfNewPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewTriangles \ +static_assert(alignof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewTriangles, NumberOfNewTriangles) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewTriangles::NumberOfNewTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertexInstances \ +static_assert(alignof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewVertexInstances, NumberOfNewVertexInstances) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertexInstances::NumberOfNewVertexInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertices \ +static_assert(alignof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertices"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertices"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewVertices, NumberOfNewVertices) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertices::NumberOfNewVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReversePolygonFacing \ +static_assert(alignof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReversePolygonFacing"); \ +static_assert(sizeof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong size on MeshDescriptionBase_ReversePolygonFacing"); \ +static_assert(offsetof(MeshDescriptionBase_ReversePolygonFacing, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ReversePolygonFacing::PolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonPolygonGroup \ +static_assert(alignof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonPolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_SetPolygonPolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonVertexInstance \ +static_assert(alignof(MeshDescriptionBase_SetPolygonVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_SetPolygonVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, PerimeterIndex) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::PerimeterIndex' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, VertexInstanceID) == 0x000008, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::VertexInstanceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_SetVertexPosition) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_SetVertexPosition) == 0x000010, "Wrong size on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_SetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, Position) == 0x000004, "Member 'MeshDescriptionBase_SetVertexPosition::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertex \ +static_assert(alignof(MeshDescriptionBase_GetEdgeVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetEdgeVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetEdgeVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertex::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, VertexNumber) == 0x000004, "Member 'MeshDescriptionBase_GetEdgeVertex::VertexNumber' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertices \ +static_assert(alignof(MeshDescriptionBase_GetEdgeVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertices::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonGroupPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonInternalEdges \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonVertices \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedEdges \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonAdjacentPolygons \ +static_assert(alignof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::OutPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonGroupPolygons \ +static_assert(alignof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonGroupPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonGroupPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::OutPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonInternalEdges \ +static_assert(alignof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonInternalEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonInternalEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPerimeterEdges \ +static_assert(alignof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPolygonGroup \ +static_assert(alignof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonPolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetPolygonPolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonTriangles \ +static_assert(alignof(MeshDescriptionBase_GetPolygonTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonTriangles::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonTriangles::OutTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertices \ +static_assert(alignof(MeshDescriptionBase_GetPolygonVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleAdjacentTriangles \ +static_assert(alignof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::OutTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleEdges \ +static_assert(alignof(MeshDescriptionBase_GetTriangleEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleEdges::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygon \ +static_assert(alignof(MeshDescriptionBase_GetTrianglePolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygon) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygon::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstance \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, Index_0) == 0x000004, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertices \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertices::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexAdjacentVertices \ +static_assert(alignof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexAdjacentVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexAdjacentVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, OutAdjacentVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::OutAdjacentVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedEdges \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForPolygonVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForTriangleVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstancePairEdge \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstancePairEdge"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstancePairEdge"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000008, "Wrong size on MeshDescriptionBase_GetVertexInstanceVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPairEdge \ +static_assert(alignof(MeshDescriptionBase_GetVertexPairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPairEdge"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexPairEdge"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexPairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_GetVertexPosition) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPosition) == 0x000010, "Wrong size on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexVertexInstances::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternal \ +static_assert(alignof(MeshDescriptionBase_IsEdgeInternal) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternal"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeInternal) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeInternal"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternal::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternalToPolygon \ +static_assert(alignof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x00000C, "Wrong size on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, PolygonID) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeValid \ +static_assert(alignof(MeshDescriptionBase_IsEdgeValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeValid::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEmpty \ +static_assert(alignof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong alignment on MeshDescriptionBase_IsEmpty"); \ +static_assert(sizeof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong size on MeshDescriptionBase_IsEmpty"); \ +static_assert(offsetof(MeshDescriptionBase_IsEmpty, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonGroupValid \ +static_assert(alignof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonGroupValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonGroupValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonGroupValid::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonGroupValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonValid \ +static_assert(alignof(MeshDescriptionBase_IsPolygonValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsPolygonValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonValid::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsTrianglePartOfNgon \ +static_assert(alignof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTrianglePartOfNgon"); \ +static_assert(sizeof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000008, "Wrong size on MeshDescriptionBase_IsTrianglePartOfNgon"); \ +static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsTriangleValid \ +static_assert(alignof(MeshDescriptionBase_IsTriangleValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTriangleValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsTriangleValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsTriangleValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTriangleValid::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTriangleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexInstanceValid \ +static_assert(alignof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexInstanceValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexInstanceValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexInstanceValid::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexInstanceValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexOrphaned \ +static_assert(alignof(MeshDescriptionBase_IsVertexOrphaned) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexOrphaned"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexOrphaned) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexOrphaned"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexOrphaned::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexOrphaned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexValid \ +static_assert(alignof(MeshDescriptionBase_IsVertexValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexValid, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexValid::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshDescriptionBase \ +static_assert(alignof(UMeshDescriptionBase) == 0x000008, "Wrong alignment on UMeshDescriptionBase"); \ +static_assert(sizeof(UMeshDescriptionBase) == 0x000390, "Wrong size on UMeshDescriptionBase"); \ + +#define DUMPER7_ASSERTS_BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget \ +static_assert(alignof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget) == 0x000008, "Wrong alignment on BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget"); \ +static_assert(sizeof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget) == 0x000190, "Wrong size on BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, __WorldContext) == 0x000000, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, ReturnValue) == 0x000008, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, OutAttitude) == 0x000009, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000018, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_TryGetMagnetismTarget_OutTargetComponent) == 0x000028, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_TryGetMagnetismTarget_OutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_TryGetMagnetismTarget_OutTargetLocation) == 0x000030, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_TryGetMagnetismTarget_OutTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_TryGetMagnetismTarget_ReturnValue) == 0x00003C, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_TryGetMagnetismTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetReticleTraceResult_ReturnValue) == 0x000040, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetReticleTraceResult_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C8, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000C9, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_Time) == 0x0000CC, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_Distance) == 0x0000D0, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_Location) == 0x0000D4, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E0, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_Normal) == 0x0000EC, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F8, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_PhysMat) == 0x000108, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_HitActor) == 0x000110, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_HitComponent) == 0x000118, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_HitBoneName) == 0x000120, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_HitItem) == 0x000128, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_ElementIndex) == 0x00012C, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_FaceIndex) == 0x000130, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_TraceStart) == 0x000134, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_BreakHitResult_TraceEnd) == 0x000140, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetOwner_ReturnValue) == 0x000150, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, K2Node_DynamicCast_AsPawn) == 0x000158, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, K2Node_DynamicCast_AsPawn_1) == 0x000168, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::K2Node_DynamicCast_AsPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, K2Node_DynamicCast_bSuccess_2) == 0x000170, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetController_ReturnValue) == 0x000178, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetController_ReturnValue_1) == 0x000180, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetTeamAttitudeBetween_OutAttitude) == 0x000188, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetTeamAttitudeBetween_OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetTeamAttitudeBetween_ReturnValue) == 0x000189, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetTeamAttitudeBetween_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetTeamAttitudeBetween_OutAttitude_1) == 0x00018A, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetTeamAttitudeBetween_OutAttitude_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget, CallFunc_GetTeamAttitudeBetween_ReturnValue_1) == 0x00018B, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardAimTarget::CallFunc_GetTeamAttitudeBetween_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget \ +static_assert(alignof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget) == 0x000008, "Wrong alignment on BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget"); \ +static_assert(sizeof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget) == 0x000150, "Wrong size on BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, __WorldContext) == 0x000000, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, ReturnValue) == 0x000008, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, OutAttitude) == 0x000009, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_GetReticleTraceResult_ReturnValue) == 0x000020, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_GetReticleTraceResult_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A8, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A9, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, K2Node_DynamicCast_AsPawn) == 0x000130, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_GetController_ReturnValue) == 0x000140, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_GetTeamAttitudeBetween_OutAttitude) == 0x000148, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_GetTeamAttitudeBetween_OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget, CallFunc_GetTeamAttitudeBetween_ReturnValue) == 0x000149, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardReticleTraceTarget::CallFunc_GetTeamAttitudeBetween_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget \ +static_assert(alignof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget) == 0x000008, "Wrong alignment on BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget"); \ +static_assert(sizeof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget) == 0x000068, "Wrong size on BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, __WorldContext) == 0x000000, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, ReturnValue) == 0x000008, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, OutAttitude) == 0x000009, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000018, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_TryGetMagnetismTarget_OutTargetComponent) == 0x000028, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_TryGetMagnetismTarget_OutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_TryGetMagnetismTarget_OutTargetLocation) == 0x000030, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_TryGetMagnetismTarget_OutTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_TryGetMagnetismTarget_ReturnValue) == 0x00003C, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_TryGetMagnetismTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, K2Node_DynamicCast_AsPawn) == 0x000048, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_GetTeamAttitudeBetween_OutAttitude) == 0x000060, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_GetTeamAttitudeBetween_OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget, CallFunc_GetTeamAttitudeBetween_ReturnValue) == 0x000061, "Member 'BPFL_EnemyFunctions_C_GetAttitudeTowardMagnetismTarget::CallFunc_GetTeamAttitudeBetween_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_EnemyFunctions_C_AnimSetEnemyBase \ +static_assert(alignof(BPFL_EnemyFunctions_C_AnimSetEnemyBase) == 0x000008, "Wrong alignment on BPFL_EnemyFunctions_C_AnimSetEnemyBase"); \ +static_assert(sizeof(BPFL_EnemyFunctions_C_AnimSetEnemyBase) == 0x000038, "Wrong size on BPFL_EnemyFunctions_C_AnimSetEnemyBase"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, AnimInstance) == 0x000000, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, EnemyRef) == 0x000008, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::EnemyRef' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, __WorldContext) == 0x000010, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000020, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, K2Node_DynamicCast_AsEnemy_Base_Character) == 0x000028, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::K2Node_DynamicCast_AsEnemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_AnimSetEnemyBase, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPFL_EnemyFunctions_C_AnimSetEnemyBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_EnemyFunctions_C_HasDamageTags \ +static_assert(alignof(BPFL_EnemyFunctions_C_HasDamageTags) == 0x000008, "Wrong alignment on BPFL_EnemyFunctions_C_HasDamageTags"); \ +static_assert(sizeof(BPFL_EnemyFunctions_C_HasDamageTags) == 0x000140, "Wrong size on BPFL_EnemyFunctions_C_HasDamageTags"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTags, MochiDamageEvent) == 0x000000, "Member 'BPFL_EnemyFunctions_C_HasDamageTags::MochiDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTags, Tags) == 0x000110, "Member 'BPFL_EnemyFunctions_C_HasDamageTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTags, __WorldContext) == 0x000130, "Member 'BPFL_EnemyFunctions_C_HasDamageTags::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTags, ReturnValue) == 0x000138, "Member 'BPFL_EnemyFunctions_C_HasDamageTags::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTags, CallFunc_HasTag_ReturnValue) == 0x000139, "Member 'BPFL_EnemyFunctions_C_HasDamageTags::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_EnemyFunctions_C_HasDamageTag \ +static_assert(alignof(BPFL_EnemyFunctions_C_HasDamageTag) == 0x000008, "Wrong alignment on BPFL_EnemyFunctions_C_HasDamageTag"); \ +static_assert(sizeof(BPFL_EnemyFunctions_C_HasDamageTag) == 0x000128, "Wrong size on BPFL_EnemyFunctions_C_HasDamageTag"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTag, MochiDamageEvent) == 0x000000, "Member 'BPFL_EnemyFunctions_C_HasDamageTag::MochiDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTag, B) == 0x000110, "Member 'BPFL_EnemyFunctions_C_HasDamageTag::B' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTag, __WorldContext) == 0x000118, "Member 'BPFL_EnemyFunctions_C_HasDamageTag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTag, ReturnValue) == 0x000120, "Member 'BPFL_EnemyFunctions_C_HasDamageTag::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_EnemyFunctions_C_HasDamageTag, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000121, "Member 'BPFL_EnemyFunctions_C_HasDamageTag::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_EnemyFunctions_C \ +static_assert(alignof(UBPFL_EnemyFunctions_C) == 0x000008, "Wrong alignment on UBPFL_EnemyFunctions_C"); \ +static_assert(sizeof(UBPFL_EnemyFunctions_C) == 0x000028, "Wrong size on UBPFL_EnemyFunctions_C"); \ + +#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_BP_DriveRotCloudState_C_HandleMovementModeEvent \ +static_assert(alignof(BP_DriveRotCloudState_C_HandleMovementModeEvent) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_HandleMovementModeEvent"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_HandleMovementModeEvent) == 0x000048, "Wrong size on BP_DriveRotCloudState_C_HandleMovementModeEvent"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, PrevMovementMode) == 0x000000, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, NewMovementMode) == 0x000001, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, PrevCustomMode) == 0x000002, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, NewCustomMode) == 0x000003, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::NewCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, ReturnValue) == 0x000004, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_GetValidValue_ReturnValue) == 0x000005, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000007, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_TryGetBalanceConfigByClass_WasSuccessful) == 0x00001C, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_TryGetBalanceConfigByClass_WasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_TryGetBalanceConfigByClass_ReturnValue) == 0x000020, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_TryGetBalanceConfigByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_GetGravityZ_ReturnValue) == 0x000030, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_GetGravityZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000034, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_FallDistanceToTime_ReturnValue) == 0x000038, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_FallDistanceToTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleMovementModeEvent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'BP_DriveRotCloudState_C_HandleMovementModeEvent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_HandleAnimEvent \ +static_assert(alignof(BP_DriveRotCloudState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_DriveRotCloudState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_DriveRotCloudState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_DriveRotCloudState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_DriveRotCloudState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_HandleInputActionEvent \ +static_assert(alignof(BP_DriveRotCloudState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_HandleInputActionEvent) == 0x0000E0, "Wrong size on BP_DriveRotCloudState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, InputDown) == 0x000003, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::InputDown' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000018, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_PlayWithArgs_ReturnValue) == 0x000020, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_PlayWithArgs_ReturnValue_1) == 0x000024, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_PlayWithArgs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetAbilityByClass_Ability) == 0x000028, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetAbilityByClass_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetAbilityByClass_Ability_1) == 0x000030, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetAbilityByClass_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000039, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetAbilityByClass_Ability_2) == 0x000040, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetAbilityByClass_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetAbilityByClass_Ability_3) == 0x000048, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetAbilityByClass_Ability_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Activate_ReturnValue) == 0x000050, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue_2) == 0x000051, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_TryRotCloudInteractt_ReturnValue) == 0x000052, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_TryRotCloudInteractt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_TryRotCloudInteractt_ReturnValue_1) == 0x000054, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_TryRotCloudInteractt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, Temp_bool_Variable) == 0x000055, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000058, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetRotCloud_ReturnValue) == 0x000060, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetIsSummoned_ReturnValue) == 0x000068, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Banish_ReturnValue) == 0x000069, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Banish_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, Temp_class_Variable) == 0x000070, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetRotCloud_RotCloud) == 0x000078, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, Temp_class_Variable_1) == 0x000080, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000088, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B0, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetSoftLockTarget_ReturnValue) == 0x0000B8, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetSoftLockTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C1, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, K2Node_Select_Default) == 0x0000C8, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_GetAbilityByClass_Ability_4) == 0x0000D0, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_GetAbilityByClass_Ability_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputActionEvent, CallFunc_Activate_ReturnValue_1) == 0x0000D8, "Member 'BP_DriveRotCloudState_C_HandleInputActionEvent::CallFunc_Activate_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_TryRotCloudInteractt \ +static_assert(alignof(BP_DriveRotCloudState_C_TryRotCloudInteractt) == 0x000001, "Wrong alignment on BP_DriveRotCloudState_C_TryRotCloudInteractt"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_TryRotCloudInteractt) == 0x000004, "Wrong size on BP_DriveRotCloudState_C_TryRotCloudInteractt"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_TryRotCloudInteractt, ReturnValue) == 0x000000, "Member 'BP_DriveRotCloudState_C_TryRotCloudInteractt::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_TryRotCloudInteractt, CallFunc_IsInteractable_ReturnValue) == 0x000001, "Member 'BP_DriveRotCloudState_C_TryRotCloudInteractt::CallFunc_IsInteractable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_TryRotCloudInteractt, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_DriveRotCloudState_C_TryRotCloudInteractt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_TryRotCloudInteractt, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_DriveRotCloudState_C_TryRotCloudInteractt::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_GetAbilityByClass \ +static_assert(alignof(BP_DriveRotCloudState_C_GetAbilityByClass) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_GetAbilityByClass"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_GetAbilityByClass) == 0x000028, "Wrong size on BP_DriveRotCloudState_C_GetAbilityByClass"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetAbilityByClass, Class_0) == 0x000000, "Member 'BP_DriveRotCloudState_C_GetAbilityByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetAbilityByClass, Ability_0) == 0x000008, "Member 'BP_DriveRotCloudState_C_GetAbilityByClass::Ability_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetAbilityByClass, CallFunc_GetRotCloud_RotCloud) == 0x000010, "Member 'BP_DriveRotCloudState_C_GetAbilityByClass::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetAbilityByClass, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_DriveRotCloudState_C_GetAbilityByClass::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetAbilityByClass, CallFunc_FindAbilityByClass_ReturnValue) == 0x000020, "Member 'BP_DriveRotCloudState_C_GetAbilityByClass::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_FindOverlappingInteractables \ +static_assert(alignof(BP_DriveRotCloudState_C_FindOverlappingInteractables) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_FindOverlappingInteractables"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_FindOverlappingInteractables) == 0x000050, "Wrong size on BP_DriveRotCloudState_C_FindOverlappingInteractables"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, RotCloud_0) == 0x000000, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::RotCloud_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, Success) == 0x000008, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, Interact) == 0x000010, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::Interact' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000018, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_IsInteractable_ReturnValue) == 0x00004C, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_IsInteractable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_IsValid_ReturnValue) == 0x00004D, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_FindOverlappingInteractables, CallFunc_BooleanAND_ReturnValue) == 0x00004E, "Member 'BP_DriveRotCloudState_C_FindOverlappingInteractables::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_SetCanInteract \ +static_assert(alignof(BP_DriveRotCloudState_C_SetCanInteract) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_SetCanInteract"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_SetCanInteract) == 0x000018, "Wrong size on BP_DriveRotCloudState_C_SetCanInteract"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_SetCanInteract, CanBindNearby) == 0x000000, "Member 'BP_DriveRotCloudState_C_SetCanInteract::CanBindNearby' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_SetCanInteract, Interact) == 0x000008, "Member 'BP_DriveRotCloudState_C_SetCanInteract::Interact' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_SetCanInteract, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'BP_DriveRotCloudState_C_SetCanInteract::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_GetRotCloud \ +static_assert(alignof(BP_DriveRotCloudState_C_GetRotCloud) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_GetRotCloud"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_GetRotCloud) == 0x000028, "Wrong size on BP_DriveRotCloudState_C_GetRotCloud"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetRotCloud, RotCloud_0) == 0x000000, "Member 'BP_DriveRotCloudState_C_GetRotCloud::RotCloud_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetRotCloud, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_GetRotCloud::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetRotCloud, CallFunc_GetRotCloud_ReturnValue) == 0x000010, "Member 'BP_DriveRotCloudState_C_GetRotCloud::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetRotCloud, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000018, "Member 'BP_DriveRotCloudState_C_GetRotCloud::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetRotCloud, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DriveRotCloudState_C_GetRotCloud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetRotCloud, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_DriveRotCloudState_C_GetRotCloud::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_GetPitchConstraintModifier \ +static_assert(alignof(BP_DriveRotCloudState_C_GetPitchConstraintModifier) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_GetPitchConstraintModifier"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_GetPitchConstraintModifier) == 0x000038, "Wrong size on BP_DriveRotCloudState_C_GetPitchConstraintModifier"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, ReturnValue) == 0x000000, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, K2Node_DynamicCast_AsPlayer_Controller) == 0x000010, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, CallFunc_FindCameraModifierByClass_ReturnValue) == 0x000020, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::CallFunc_FindCameraModifierByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier) == 0x000028, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetPitchConstraintModifier, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_DriveRotCloudState_C_GetPitchConstraintModifier::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_GetNudgeModifier \ +static_assert(alignof(BP_DriveRotCloudState_C_GetNudgeModifier) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_GetNudgeModifier"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_GetNudgeModifier) == 0x000038, "Wrong size on BP_DriveRotCloudState_C_GetNudgeModifier"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, ReturnValue) == 0x000000, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, K2Node_DynamicCast_AsPlayer_Controller) == 0x000010, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, CallFunc_FindCameraModifierByClass_ReturnValue) == 0x000020, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::CallFunc_FindCameraModifierByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, K2Node_DynamicCast_AsCamera_Nudge_Modifier) == 0x000028, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::K2Node_DynamicCast_AsCamera_Nudge_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_GetNudgeModifier, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_DriveRotCloudState_C_GetNudgeModifier::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_CanEnterState \ +static_assert(alignof(BP_DriveRotCloudState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_CanEnterState"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_CanEnterState) == 0x000020, "Wrong size on BP_DriveRotCloudState_C_CanEnterState"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_DriveRotCloudState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_CanEnterState, CanActivate) == 0x000009, "Member 'BP_DriveRotCloudState_C_CanEnterState::CanActivate' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_DriveRotCloudState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000018, "Member 'BP_DriveRotCloudState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_DriveRotCloudState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_HandleInputStickEvent \ +static_assert(alignof(BP_DriveRotCloudState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_HandleInputStickEvent) == 0x000070, "Wrong size on BP_DriveRotCloudState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, StickType) == 0x000011, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::StickType' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, Input) == 0x000014, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::Input' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_GetInputStickState_ReturnValue) == 0x00001C, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_GetInputStickState_ReturnValue_1) == 0x000028, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_GetInputStickState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_BreakVector2D_X) == 0x000030, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_BreakVector2D_Y) == 0x000034, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000038, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000040, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_GetInvertYAxis_ReturnValue) == 0x000048, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_GetInvertYAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_SelectFloat_ReturnValue) == 0x00004C, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, CallFunc_MakeVector2D_ReturnValue) == 0x000054, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, K2Node_DynamicCast_AsAbility_Drive_Rot_Cloud) == 0x000060, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::K2Node_DynamicCast_AsAbility_Drive_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_DriveRotCloudState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_OnEnd \ +static_assert(alignof(BP_DriveRotCloudState_C_OnEnd) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_OnEnd"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_OnEnd) == 0x000008, "Wrong size on BP_DriveRotCloudState_C_OnEnd"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_OnEnd, NextState) == 0x000000, "Member 'BP_DriveRotCloudState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_Update \ +static_assert(alignof(BP_DriveRotCloudState_C_Update) == 0x000004, "Wrong alignment on BP_DriveRotCloudState_C_Update"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_Update) == 0x000004, "Wrong size on BP_DriveRotCloudState_C_Update"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_Update, DeltaTime) == 0x000000, "Member 'BP_DriveRotCloudState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_HandleCloudBanished \ +static_assert(alignof(BP_DriveRotCloudState_C_HandleCloudBanished) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_HandleCloudBanished"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_HandleCloudBanished) == 0x000020, "Wrong size on BP_DriveRotCloudState_C_HandleCloudBanished"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleCloudBanished, NewOwner) == 0x000000, "Member 'BP_DriveRotCloudState_C_HandleCloudBanished::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_HandleCloudBanished, OutRots) == 0x000010, "Member 'BP_DriveRotCloudState_C_HandleCloudBanished::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_OnStart \ +static_assert(alignof(BP_DriveRotCloudState_C_OnStart) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_OnStart"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_OnStart) == 0x000008, "Wrong size on BP_DriveRotCloudState_C_OnStart"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DriveRotCloudState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState \ +static_assert(alignof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState) == 0x000008, "Wrong alignment on BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState"); \ +static_assert(sizeof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState) == 0x000110, "Wrong size on BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, EntryPoint) == 0x000000, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000010, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000028, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_Event_NextState) == 0x000030, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetRotCloud_ReturnValue) == 0x000038, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_Event_DeltaTime) == 0x000040, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000048, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetRotCloud_ReturnValue_1) == 0x000050, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetRotCloud_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetAbility_Ability) == 0x000058, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_HandleInputAction_ReturnValue) == 0x000060, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetAbility_Ability_1) == 0x000068, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetRotCloud_RotCloud) == 0x000070, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_HandleInputAction_ReturnValue_1) == 0x000078, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_HandleInputAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_FindOverlappingInteractables_Success) == 0x000079, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_FindOverlappingInteractables_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_FindOverlappingInteractables_Interact) == 0x000080, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_FindOverlappingInteractables_Interact' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetIsSummoned_ReturnValue) == 0x000088, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000090, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_CustomEvent_NewOwner) == 0x000098, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_CustomEvent_NewOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_CustomEvent_OutRots) == 0x0000A8, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_CustomEvent_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000B8, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000C0, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_Event_PrevState) == 0x0000C8, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_RemoveStaggerOptions_ReturnValue) == 0x0000D0, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_RemoveStaggerOptions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x0000D8, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E0, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnController_ReturnValue_3) == 0x0000F0, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_AddButtonToLegend_ReturnValue) == 0x0000F8, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_AddButtonToLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_AddButtonToLegend_ReturnValue_1) == 0x0000F9, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_AddButtonToLegend_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_AddButtonToLegend_ReturnValue_2) == 0x0000FA, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_AddButtonToLegend_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000100, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState, CallFunc_Play_ReturnValue) == 0x000108, "Member 'BP_DriveRotCloudState_C_ExecuteUbergraph_BP_DriveRotCloudState::CallFunc_Play_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DriveRotCloudState_C \ +static_assert(alignof(UBP_DriveRotCloudState_C) == 0x000008, "Wrong alignment on UBP_DriveRotCloudState_C"); \ +static_assert(sizeof(UBP_DriveRotCloudState_C) == 0x0001B0, "Wrong size on UBP_DriveRotCloudState_C"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, UberGraphFrame_BP_DriveRotCloudState_C) == 0x000138, "Member 'UBP_DriveRotCloudState_C::UberGraphFrame_BP_DriveRotCloudState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, RotCloudBalanceConfig) == 0x000140, "Member 'UBP_DriveRotCloudState_C::RotCloudBalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, JumpCallback) == 0x000148, "Member 'UBP_DriveRotCloudState_C::JumpCallback' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, SpinActive) == 0x000150, "Member 'UBP_DriveRotCloudState_C::SpinActive' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, SpinTimer) == 0x000158, "Member 'UBP_DriveRotCloudState_C::SpinTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, RotCloud) == 0x000160, "Member 'UBP_DriveRotCloudState_C::RotCloud' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, SlamActive) == 0x000168, "Member 'UBP_DriveRotCloudState_C::SlamActive' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, CanInteract) == 0x000169, "Member 'UBP_DriveRotCloudState_C::CanInteract' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, KenaSlamMontage) == 0x00016C, "Member 'UBP_DriveRotCloudState_C::KenaSlamMontage' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, KenaSpinMontage) == 0x000184, "Member 'UBP_DriveRotCloudState_C::KenaSpinMontage' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, FallExitTimer) == 0x0001A0, "Member 'UBP_DriveRotCloudState_C::FallExitTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_DriveRotCloudState_C, CurrentInteract) == 0x0001A8, "Member 'UBP_DriveRotCloudState_C::CurrentInteract' has a wrong offset!"); \ + +#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_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_Ability_RotHammer_C_AliveEnemiesCheck \ +static_assert(alignof(Ability_RotHammer_C_AliveEnemiesCheck) == 0x000008, "Wrong alignment on Ability_RotHammer_C_AliveEnemiesCheck"); \ +static_assert(sizeof(Ability_RotHammer_C_AliveEnemiesCheck) == 0x000020, "Wrong size on Ability_RotHammer_C_AliveEnemiesCheck"); \ +static_assert(offsetof(Ability_RotHammer_C_AliveEnemiesCheck, Actor) == 0x000000, "Member 'Ability_RotHammer_C_AliveEnemiesCheck::Actor' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AliveEnemiesCheck, ReturnValue) == 0x000008, "Member 'Ability_RotHammer_C_AliveEnemiesCheck::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AliveEnemiesCheck, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x000010, "Member 'Ability_RotHammer_C_AliveEnemiesCheck::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AliveEnemiesCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_RotHammer_C_AliveEnemiesCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AliveEnemiesCheck, CallFunc_IsAlive_ReturnValue) == 0x000019, "Member 'Ability_RotHammer_C_AliveEnemiesCheck::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_TraceForProjectileTarget \ +static_assert(alignof(Ability_RotHammer_C_TraceForProjectileTarget) == 0x000008, "Wrong alignment on Ability_RotHammer_C_TraceForProjectileTarget"); \ +static_assert(sizeof(Ability_RotHammer_C_TraceForProjectileTarget) == 0x000088, "Wrong size on Ability_RotHammer_C_TraceForProjectileTarget"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, FloorLocation) == 0x000000, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::FloorLocation' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, Radius) == 0x00000C, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::Radius' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, Distance) == 0x000010, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::Distance' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, ReturnValue) == 0x000014, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, Target) == 0x000018, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, Closest) == 0x000020, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::Closest' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, CallFunc_GetTargetTraceLocation_ReturnValue) == 0x000034, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::CallFunc_GetTargetTraceLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, K2Node_MakeArray_Array) == 0x000040, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, Temp_object_Variable) == 0x000050, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, CallFunc_SphereOverlapActors_OutActors) == 0x000060, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, CallFunc_SphereOverlapActors_ReturnValue) == 0x000070, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, CallFunc_FindClosestActorWithFilter_ReturnValue) == 0x000078, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::CallFunc_FindClosestActorWithFilter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForProjectileTarget, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'Ability_RotHammer_C_TraceForProjectileTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_HandleAnimNotify \ +static_assert(alignof(Ability_RotHammer_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_RotHammer_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_RotHammer_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_RotHammer_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_RotHammer_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_RotHammer_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_OnEndChanneling \ +static_assert(alignof(Ability_RotHammer_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_RotHammer_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_RotHammer_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_RotHammer_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_RotHammer_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_RotHammer_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_OnFireEachProjectile \ +static_assert(alignof(Ability_RotHammer_C_OnFireEachProjectile) == 0x000008, "Wrong alignment on Ability_RotHammer_C_OnFireEachProjectile"); \ +static_assert(sizeof(Ability_RotHammer_C_OnFireEachProjectile) == 0x000018, "Wrong size on Ability_RotHammer_C_OnFireEachProjectile"); \ +static_assert(offsetof(Ability_RotHammer_C_OnFireEachProjectile, Projectile) == 0x000000, "Member 'Ability_RotHammer_C_OnFireEachProjectile::Projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_OnFireEachProjectile, wsForce) == 0x000008, "Member 'Ability_RotHammer_C_OnFireEachProjectile::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer \ +static_assert(alignof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer) == 0x000010, "Wrong alignment on Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer"); \ +static_assert(sizeof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer) == 0x0002F0, "Wrong size on Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, EntryPoint) == 0x000000, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, Temp_struct_Variable) == 0x000008, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, Temp_delegate_Variable) == 0x000018, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, Temp_bool_Variable) == 0x000028, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_MakeVector_ReturnValue) == 0x00002C, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, Temp_bool_Variable_1) == 0x000038, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, Temp_int_Variable) == 0x00003C, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_Event_EventName) == 0x000040, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_SwitchName_CmpSuccess) == 0x000048, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TraceForFloor_ImpactPoint) == 0x00004C, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TraceForFloor_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TraceForFloor_ImpactNormal) == 0x000058, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TraceForFloor_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_MakeRotFromZ_ReturnValue) == 0x000064, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_MakeRotFromZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000070, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TryUseRotPip_ToRotOwner_CastInput) == 0x000078, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TryUseRotPip_ToRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TryUseRotPip_ReturnValue) == 0x000088, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TryUseRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_SpawnExplosion_ReturnValue) == 0x000090, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000098, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000120, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Complete_ReturnValue) == 0x000121, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_Event_Reason) == 0x000122, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_Event_projectile) == 0x000128, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_Event_projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_Event_wsForce) == 0x000130, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetComponentByClass_ReturnValue) == 0x000140, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Add_VectorVector_ReturnValue) == 0x000148, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000154, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001DC, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TraceForProjectileTarget_ReturnValue) == 0x0001DD, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TraceForProjectileTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TraceForProjectileTarget_Target) == 0x0001E0, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TraceForProjectileTarget_Target' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x0001E8, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_IsValid_ReturnValue) == 0x0001F1, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_BooleanAND_ReturnValue) == 0x0001F2, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetComponentBounds_Origin) == 0x0001F4, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetComponentBounds_BoxExtent) == 0x000200, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetComponentBounds_SphereRadius) == 0x00020C, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetTargetTraceLocation_ReturnValue) == 0x000210, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetTargetTraceLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_Select_Default) == 0x00021C, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000230, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_DynamicCast_AsCharacter) == 0x000260, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000269, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_PostEvent_ReturnValue) == 0x00026C, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetNumRots_ReturnValue) == 0x000270, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000278, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Greater_IntInt_ReturnValue) == 0x000280, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_ReturnRotPip_FromRotOwner_CastInput) == 0x000288, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_ReturnRotPip_FromRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_ReturnRotPip_OutRots) == 0x000298, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_ReturnRotPip_ReturnValue) == 0x0002A8, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_ReturnRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Complete_ReturnValue_1) == 0x0002A9, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Complete_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x0002AA, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Subtract_IntInt_ReturnValue) == 0x0002AC, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002B0, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_GetNumRots_ReturnValue_1) == 0x0002B4, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_GetNumRots_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_Divide_IntInt_ReturnValue) == 0x0002B8, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, K2Node_Select_Default_1) == 0x0002BC, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x0002C0, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TryGiveAnyRot_OutRots) == 0x0002D0, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer, CallFunc_TryGiveAnyRot_ReturnValue) == 0x0002E0, "Member 'Ability_RotHammer_C_ExecuteUbergraph_Ability_RotHammer::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_GetTargetTraceLocation \ +static_assert(alignof(Ability_RotHammer_C_GetTargetTraceLocation) == 0x000004, "Wrong alignment on Ability_RotHammer_C_GetTargetTraceLocation"); \ +static_assert(sizeof(Ability_RotHammer_C_GetTargetTraceLocation) == 0x000040, "Wrong size on Ability_RotHammer_C_GetTargetTraceLocation"); \ +static_assert(offsetof(Ability_RotHammer_C_GetTargetTraceLocation, FloorLocation) == 0x000000, "Member 'Ability_RotHammer_C_GetTargetTraceLocation::FloorLocation' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_GetTargetTraceLocation, Distance) == 0x00000C, "Member 'Ability_RotHammer_C_GetTargetTraceLocation::Distance' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_GetTargetTraceLocation, ReturnValue) == 0x000010, "Member 'Ability_RotHammer_C_GetTargetTraceLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_GetTargetTraceLocation, CallFunc_GetActorForwardVector_ReturnValue) == 0x00001C, "Member 'Ability_RotHammer_C_GetTargetTraceLocation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_GetTargetTraceLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000028, "Member 'Ability_RotHammer_C_GetTargetTraceLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_GetTargetTraceLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'Ability_RotHammer_C_GetTargetTraceLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_AlignVector \ +static_assert(alignof(Ability_RotHammer_C_AlignVector) == 0x000004, "Wrong alignment on Ability_RotHammer_C_AlignVector"); \ +static_assert(sizeof(Ability_RotHammer_C_AlignVector) == 0x000040, "Wrong size on Ability_RotHammer_C_AlignVector"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVector, Vector) == 0x000000, "Member 'Ability_RotHammer_C_AlignVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVector, Rotation) == 0x00000C, "Member 'Ability_RotHammer_C_AlignVector::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVector, OutVector) == 0x000018, "Member 'Ability_RotHammer_C_AlignVector::OutVector' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVector, CallFunc_VSize_ReturnValue) == 0x000024, "Member 'Ability_RotHammer_C_AlignVector::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVector, CallFunc_GetForwardVector_ReturnValue) == 0x000028, "Member 'Ability_RotHammer_C_AlignVector::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVector, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000034, "Member 'Ability_RotHammer_C_AlignVector::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_AlignVectorWithInstigator \ +static_assert(alignof(Ability_RotHammer_C_AlignVectorWithInstigator) == 0x000008, "Wrong alignment on Ability_RotHammer_C_AlignVectorWithInstigator"); \ +static_assert(sizeof(Ability_RotHammer_C_AlignVectorWithInstigator) == 0x000068, "Wrong size on Ability_RotHammer_C_AlignVectorWithInstigator"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, Vector) == 0x000000, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::Vector' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, PitchOffset) == 0x00000C, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::PitchOffset' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, ReturnValue) == 0x000010, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_GetInstigator_ReturnValue) == 0x000020, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_GetControlRotation_ReturnValue) == 0x000034, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_VSize_ReturnValue) == 0x000040, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_GetForwardVector_ReturnValue) == 0x000044, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000050, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_AlignVectorWithInstigator, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00005C, "Member 'Ability_RotHammer_C_AlignVectorWithInstigator::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_TraceForFloor \ +static_assert(alignof(Ability_RotHammer_C_TraceForFloor) == 0x000008, "Wrong alignment on Ability_RotHammer_C_TraceForFloor"); \ +static_assert(sizeof(Ability_RotHammer_C_TraceForFloor) == 0x000180, "Wrong size on Ability_RotHammer_C_TraceForFloor"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, HalfDistance) == 0x000000, "Member 'Ability_RotHammer_C_TraceForFloor::HalfDistance' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, ImpactPoint) == 0x000004, "Member 'Ability_RotHammer_C_TraceForFloor::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, ImpactNormal) == 0x000010, "Member 'Ability_RotHammer_C_TraceForFloor::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, Temp_bool_Variable) == 0x00001C, "Member 'Ability_RotHammer_C_TraceForFloor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_MakeVector_ReturnValue_1) == 0x00002C, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, Temp_byte_Variable) == 0x000038, "Member 'Ability_RotHammer_C_TraceForFloor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, Temp_byte_Variable_1) == 0x000039, "Member 'Ability_RotHammer_C_TraceForFloor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_MochiEnsure_ReturnValue) == 0x00003A, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, K2Node_Select_Default) == 0x00003B, "Member 'Ability_RotHammer_C_TraceForFloor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, K2Node_MakeArray_Array) == 0x000048, "Member 'Ability_RotHammer_C_TraceForFloor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_Add_VectorVector_ReturnValue) == 0x000064, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_LineTraceSingle_OutHit) == 0x000070, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_LineTraceSingle_ReturnValue) == 0x0000F8, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_bBlockingHit) == 0x0000F9, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000FA, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_Time) == 0x0000FC, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_Distance) == 0x000100, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_Location) == 0x000104, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_ImpactPoint) == 0x000110, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_Normal) == 0x00011C, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_ImpactNormal) == 0x000128, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_PhysMat) == 0x000138, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_HitActor) == 0x000140, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_HitComponent) == 0x000148, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_HitBoneName) == 0x000150, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_HitItem) == 0x000158, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_ElementIndex) == 0x00015C, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_FaceIndex) == 0x000160, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_TraceStart) == 0x000164, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_TraceForFloor, CallFunc_BreakHitResult_TraceEnd) == 0x000170, "Member 'Ability_RotHammer_C_TraceForFloor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotHammer_C_CanActivateAbility \ +static_assert(alignof(Ability_RotHammer_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_RotHammer_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_RotHammer_C_CanActivateAbility) == 0x000018, "Wrong size on Ability_RotHammer_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_RotHammer_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_RotHammer_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_CanActivateAbility, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_RotHammer_C_CanActivateAbility::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000010, "Member 'Ability_RotHammer_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_CanActivateAbility, CallFunc_CanUseRotPip_ReturnValue) == 0x000011, "Member 'Ability_RotHammer_C_CanActivateAbility::CallFunc_CanUseRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotHammer_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Ability_RotHammer_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotHammer_C \ +static_assert(alignof(AAbility_RotHammer_C) == 0x000010, "Wrong alignment on AAbility_RotHammer_C"); \ +static_assert(sizeof(AAbility_RotHammer_C) == 0x000430, "Wrong size on AAbility_RotHammer_C"); \ +static_assert(offsetof(AAbility_RotHammer_C, UberGraphFrame) == 0x000360, "Member 'AAbility_RotHammer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, PointLight) == 0x000368, "Member 'AAbility_RotHammer_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, ExplosionSpawner) == 0x000370, "Member 'AAbility_RotHammer_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, RotCache) == 0x000378, "Member 'AAbility_RotHammer_C::RotCache' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, RotMoveTowardPosition) == 0x000380, "Member 'AAbility_RotHammer_C::RotMoveTowardPosition' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, Hitbox) == 0x000388, "Member 'AAbility_RotHammer_C::Hitbox' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, RotOwner) == 0x000390, "Member 'AAbility_RotHammer_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, DamageDealer) == 0x000398, "Member 'AAbility_RotHammer_C::DamageDealer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, HitboxManager) == 0x0003A0, "Member 'AAbility_RotHammer_C::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, FXTimeline_Attenuation_83CA0D884D8C84BDD2991193B696A7C2) == 0x0003A8, "Member 'AAbility_RotHammer_C::FXTimeline_Attenuation_83CA0D884D8C84BDD2991193B696A7C2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, FXTimeline_MatEmission_83CA0D884D8C84BDD2991193B696A7C2) == 0x0003AC, "Member 'AAbility_RotHammer_C::FXTimeline_MatEmission_83CA0D884D8C84BDD2991193B696A7C2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, FXTimeline_LightIntensity_83CA0D884D8C84BDD2991193B696A7C2) == 0x0003B0, "Member 'AAbility_RotHammer_C::FXTimeline_LightIntensity_83CA0D884D8C84BDD2991193B696A7C2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, FXTimeline__Direction_83CA0D884D8C84BDD2991193B696A7C2) == 0x0003B4, "Member 'AAbility_RotHammer_C::FXTimeline__Direction_83CA0D884D8C84BDD2991193B696A7C2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, FXTimeline) == 0x0003B8, "Member 'AAbility_RotHammer_C::FXTimeline' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, InjectionTimeline_PlayerTimeDilation2_3456A558485FC1D8A0E8549ED9743FFD) == 0x0003C0, "Member 'AAbility_RotHammer_C::InjectionTimeline_PlayerTimeDilation2_3456A558485FC1D8A0E8549ED9743FFD' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, InjectionTimeline_PlayerTimeDilation_3456A558485FC1D8A0E8549ED9743FFD) == 0x0003C4, "Member 'AAbility_RotHammer_C::InjectionTimeline_PlayerTimeDilation_3456A558485FC1D8A0E8549ED9743FFD' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, InjectionTimeline_GlobalTimeDilation_3456A558485FC1D8A0E8549ED9743FFD) == 0x0003C8, "Member 'AAbility_RotHammer_C::InjectionTimeline_GlobalTimeDilation_3456A558485FC1D8A0E8549ED9743FFD' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, InjectionTimeline__Direction_3456A558485FC1D8A0E8549ED9743FFD) == 0x0003CC, "Member 'AAbility_RotHammer_C::InjectionTimeline__Direction_3456A558485FC1D8A0E8549ED9743FFD' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, InjectionTimeline) == 0x0003D0, "Member 'AAbility_RotHammer_C::InjectionTimeline' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, Timeline_1_Scale_42BEA47E4DD79BD14345F6B793184612) == 0x0003D8, "Member 'AAbility_RotHammer_C::Timeline_1_Scale_42BEA47E4DD79BD14345F6B793184612' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, Timeline_1_Color_42BEA47E4DD79BD14345F6B793184612) == 0x0003DC, "Member 'AAbility_RotHammer_C::Timeline_1_Color_42BEA47E4DD79BD14345F6B793184612' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, Timeline_1_Glow_42BEA47E4DD79BD14345F6B793184612) == 0x0003E0, "Member 'AAbility_RotHammer_C::Timeline_1_Glow_42BEA47E4DD79BD14345F6B793184612' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, Timeline_1__Direction_42BEA47E4DD79BD14345F6B793184612) == 0x0003E4, "Member 'AAbility_RotHammer_C::Timeline_1__Direction_42BEA47E4DD79BD14345F6B793184612' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, Timeline_1) == 0x0003E8, "Member 'AAbility_RotHammer_C::Timeline_1' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, ParticleSystem) == 0x0003F0, "Member 'AAbility_RotHammer_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, RotPipCost) == 0x0003F8, "Member 'AAbility_RotHammer_C::RotPipCost' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, MeleeCharge) == 0x000400, "Member 'AAbility_RotHammer_C::MeleeCharge' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, MeleeRelease) == 0x000408, "Member 'AAbility_RotHammer_C::MeleeRelease' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, ShouldSwingHammer) == 0x000410, "Member 'AAbility_RotHammer_C::ShouldSwingHammer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, TargetTraceRadius) == 0x000414, "Member 'AAbility_RotHammer_C::TargetTraceRadius' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, TargetTraceDistance) == 0x000418, "Member 'AAbility_RotHammer_C::TargetTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, TraceResultFloorLoc) == 0x00041C, "Member 'AAbility_RotHammer_C::TraceResultFloorLoc' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotHammer_C, DebugEnabled) == 0x000428, "Member 'AAbility_RotHammer_C::DebugEnabled' 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_FRigVMExecuteContext \ +static_assert(alignof(FRigVMExecuteContext) == 0x000008, "Wrong alignment on FRigVMExecuteContext"); \ +static_assert(sizeof(FRigVMExecuteContext) == 0x000058, "Wrong size on FRigVMExecuteContext"); \ + +#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_FRigVMStruct \ +static_assert(alignof(FRigVMStruct) == 0x000008, "Wrong alignment on FRigVMStruct"); \ +static_assert(sizeof(FRigVMStruct) == 0x000008, "Wrong size on FRigVMStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMParameter \ +static_assert(alignof(FRigVMParameter) == 0x000008, "Wrong alignment on FRigVMParameter"); \ +static_assert(sizeof(FRigVMParameter) == 0x000030, "Wrong size on FRigVMParameter"); \ +static_assert(offsetof(FRigVMParameter, Type) == 0x000000, "Member 'FRigVMParameter::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, Name) == 0x000004, "Member 'FRigVMParameter::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, RegisterIndex) == 0x00000C, "Member 'FRigVMParameter::RegisterIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, CPPType) == 0x000010, "Member 'FRigVMParameter::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStruct) == 0x000020, "Member 'FRigVMParameter::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStructPath) == 0x000028, "Member 'FRigVMParameter::ScriptStructPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNavCollisionBox \ +static_assert(alignof(FNavCollisionBox) == 0x000004, "Wrong alignment on FNavCollisionBox"); \ +static_assert(sizeof(FNavCollisionBox) == 0x000018, "Wrong size on FNavCollisionBox"); \ +static_assert(offsetof(FNavCollisionBox, Offset) == 0x000000, "Member 'FNavCollisionBox::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionBox, Extent) == 0x00000C, "Member 'FNavCollisionBox::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavCollisionCylinder \ +static_assert(alignof(FNavCollisionCylinder) == 0x000004, "Wrong alignment on FNavCollisionCylinder"); \ +static_assert(sizeof(FNavCollisionCylinder) == 0x000014, "Wrong size on FNavCollisionCylinder"); \ +static_assert(offsetof(FNavCollisionCylinder, Offset) == 0x000000, "Member 'FNavCollisionCylinder::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Radius) == 0x00000C, "Member 'FNavCollisionCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Height) == 0x000010, "Member 'FNavCollisionCylinder::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSupportedAreaData \ +static_assert(alignof(FSupportedAreaData) == 0x000008, "Wrong alignment on FSupportedAreaData"); \ +static_assert(sizeof(FSupportedAreaData) == 0x000020, "Wrong size on FSupportedAreaData"); \ +static_assert(offsetof(FSupportedAreaData, AreaClassName) == 0x000000, "Member 'FSupportedAreaData::AreaClassName' has a wrong offset!"); \ +static_assert(offsetof(FSupportedAreaData, AreaID) == 0x000010, "Member 'FSupportedAreaData::AreaID' has a wrong offset!"); \ +static_assert(offsetof(FSupportedAreaData, AreaClass) == 0x000018, "Member 'FSupportedAreaData::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavGraphNode \ +static_assert(alignof(FNavGraphNode) == 0x000008, "Wrong alignment on FNavGraphNode"); \ +static_assert(sizeof(FNavGraphNode) == 0x000018, "Wrong size on FNavGraphNode"); \ +static_assert(offsetof(FNavGraphNode, Owner) == 0x000000, "Member 'FNavGraphNode::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavGraphEdge \ +static_assert(alignof(FNavGraphEdge) == 0x000008, "Wrong alignment on FNavGraphEdge"); \ +static_assert(sizeof(FNavGraphEdge) == 0x000018, "Wrong size on FNavGraphEdge"); \ + +#define DUMPER7_ASSERTS_FNavigationFilterFlags \ +static_assert(alignof(FNavigationFilterFlags) == 0x000004, "Wrong alignment on FNavigationFilterFlags"); \ +static_assert(sizeof(FNavigationFilterFlags) == 0x000004, "Wrong size on FNavigationFilterFlags"); \ + +#define DUMPER7_ASSERTS_FNavigationFilterArea \ +static_assert(alignof(FNavigationFilterArea) == 0x000008, "Wrong alignment on FNavigationFilterArea"); \ +static_assert(sizeof(FNavigationFilterArea) == 0x000018, "Wrong size on FNavigationFilterArea"); \ +static_assert(offsetof(FNavigationFilterArea, AreaClass) == 0x000000, "Member 'FNavigationFilterArea::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavigationFilterArea, TravelCostOverride) == 0x000008, "Member 'FNavigationFilterArea::TravelCostOverride' has a wrong offset!"); \ +static_assert(offsetof(FNavigationFilterArea, EnteringCostOverride) == 0x00000C, "Member 'FNavigationFilterArea::EnteringCostOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkCustomInstanceData \ +static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ +static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000070, "Wrong size on FNavLinkCustomInstanceData"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, NavLinkUserId) == 0x000068, "Member 'FNavLinkCustomInstanceData::NavLinkUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastNavMeshGenerationProperties \ +static_assert(alignof(FRecastNavMeshGenerationProperties) == 0x000004, "Wrong alignment on FRecastNavMeshGenerationProperties"); \ +static_assert(sizeof(FRecastNavMeshGenerationProperties) == 0x000040, "Wrong size on FRecastNavMeshGenerationProperties"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TilePoolSize) == 0x000000, "Member 'FRecastNavMeshGenerationProperties::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TileSizeUU) == 0x000004, "Member 'FRecastNavMeshGenerationProperties::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, CellSize) == 0x000008, "Member 'FRecastNavMeshGenerationProperties::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, CellHeight) == 0x00000C, "Member 'FRecastNavMeshGenerationProperties::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentRadius) == 0x000010, "Member 'FRecastNavMeshGenerationProperties::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentHeight) == 0x000014, "Member 'FRecastNavMeshGenerationProperties::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxSlope) == 0x000018, "Member 'FRecastNavMeshGenerationProperties::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxStepHeight) == 0x00001C, "Member 'FRecastNavMeshGenerationProperties::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MinRegionArea) == 0x000020, "Member 'FRecastNavMeshGenerationProperties::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MergeRegionSize) == 0x000024, "Member 'FRecastNavMeshGenerationProperties::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MaxSimplificationError) == 0x000028, "Member 'FRecastNavMeshGenerationProperties::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TileNumberHardLimit) == 0x00002C, "Member 'FRecastNavMeshGenerationProperties::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionPartitioning) == 0x000030, "Member 'FRecastNavMeshGenerationProperties::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerPartitioning) == 0x000031, "Member 'FRecastNavMeshGenerationProperties::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionChunkSplits) == 0x000034, "Member 'FRecastNavMeshGenerationProperties::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerChunkSplits) == 0x000038, "Member 'FRecastNavMeshGenerationProperties::LayerChunkSplits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationData \ +static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ +static_assert(sizeof(ANavigationData) == 0x000430, "Wrong size on ANavigationData"); \ +static_assert(offsetof(ANavigationData, RenderingComp) == 0x000230, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, NavDataConfig) == 0x000238, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x0002B4, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x0002B8, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, DataVersion) == 0x0002BC, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, SupportedAreas) == 0x0003C8, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbstractNavData \ +static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ +static_assert(sizeof(AAbstractNavData) == 0x000430, "Wrong size on AAbstractNavData"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000430, "Wrong size on ANavigationGraph"); \ + +#define DUMPER7_ASSERTS_ANavigationGraphNode \ +static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ +static_assert(sizeof(ANavigationGraphNode) == 0x000228, "Wrong size on ANavigationGraphNode"); \ + +#define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ +static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ +static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000220, "Wrong size on UNavigationGraphNodeComponent"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x0001F8, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000210, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000218, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationInvokerComponent \ +static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ +static_assert(sizeof(UNavigationInvokerComponent) == 0x0000B8, "Wrong size on UNavigationInvokerComponent"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000B0, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000B4, "Member 'UNavigationInvokerComponent::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableDebugDrawing \ +static_assert(alignof(NavigationPath_EnableDebugDrawing) == 0x000004, "Wrong alignment on NavigationPath_EnableDebugDrawing"); \ +static_assert(sizeof(NavigationPath_EnableDebugDrawing) == 0x000014, "Wrong size on NavigationPath_EnableDebugDrawing"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, bShouldDrawDebugData) == 0x000000, "Member 'NavigationPath_EnableDebugDrawing::bShouldDrawDebugData' has a wrong offset!"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, PathColor) == 0x000004, "Member 'NavigationPath_EnableDebugDrawing::PathColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableRecalculationOnInvalidation \ +static_assert(alignof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong alignment on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(sizeof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong size on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(offsetof(NavigationPath_EnableRecalculationOnInvalidation, DoRecalculation) == 0x000000, "Member 'NavigationPath_EnableRecalculationOnInvalidation::DoRecalculation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetDebugString \ +static_assert(alignof(NavigationPath_GetDebugString) == 0x000008, "Wrong alignment on NavigationPath_GetDebugString"); \ +static_assert(sizeof(NavigationPath_GetDebugString) == 0x000010, "Wrong size on NavigationPath_GetDebugString"); \ +static_assert(offsetof(NavigationPath_GetDebugString, ReturnValue) == 0x000000, "Member 'NavigationPath_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathCost \ +static_assert(alignof(NavigationPath_GetPathCost) == 0x000004, "Wrong alignment on NavigationPath_GetPathCost"); \ +static_assert(sizeof(NavigationPath_GetPathCost) == 0x000004, "Wrong size on NavigationPath_GetPathCost"); \ +static_assert(offsetof(NavigationPath_GetPathCost, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathLength \ +static_assert(alignof(NavigationPath_GetPathLength) == 0x000004, "Wrong alignment on NavigationPath_GetPathLength"); \ +static_assert(sizeof(NavigationPath_GetPathLength) == 0x000004, "Wrong size on NavigationPath_GetPathLength"); \ +static_assert(offsetof(NavigationPath_GetPathLength, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsPartial \ +static_assert(alignof(NavigationPath_IsPartial) == 0x000001, "Wrong alignment on NavigationPath_IsPartial"); \ +static_assert(sizeof(NavigationPath_IsPartial) == 0x000001, "Wrong size on NavigationPath_IsPartial"); \ +static_assert(offsetof(NavigationPath_IsPartial, ReturnValue) == 0x000000, "Member 'NavigationPath_IsPartial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsStringPulled \ +static_assert(alignof(NavigationPath_IsStringPulled) == 0x000001, "Wrong alignment on NavigationPath_IsStringPulled"); \ +static_assert(sizeof(NavigationPath_IsStringPulled) == 0x000001, "Wrong size on NavigationPath_IsStringPulled"); \ +static_assert(offsetof(NavigationPath_IsStringPulled, ReturnValue) == 0x000000, "Member 'NavigationPath_IsStringPulled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsValid \ +static_assert(alignof(NavigationPath_IsValid) == 0x000001, "Wrong alignment on NavigationPath_IsValid"); \ +static_assert(sizeof(NavigationPath_IsValid) == 0x000001, "Wrong size on NavigationPath_IsValid"); \ +static_assert(offsetof(NavigationPath_IsValid, ReturnValue) == 0x000000, "Member 'NavigationPath_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationPath \ +static_assert(alignof(UNavigationPath) == 0x000008, "Wrong alignment on UNavigationPath"); \ +static_assert(sizeof(UNavigationPath) == 0x000088, "Wrong size on UNavigationPath"); \ +static_assert(offsetof(UNavigationPath, PathUpdatedNotifier) == 0x000028, "Member 'UNavigationPath::PathUpdatedNotifier' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, PathPoints) == 0x000038, "Member 'UNavigationPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, RecalculateOnInvalidation) == 0x000048, "Member 'UNavigationPath::RecalculateOnInvalidation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavigationPathGenerator \ +static_assert(alignof(INavigationPathGenerator) == 0x000001, "Wrong alignment on INavigationPathGenerator"); \ +static_assert(sizeof(INavigationPathGenerator) == 0x000001, "Wrong size on INavigationPathGenerator"); \ + +#define DUMPER7_ASSERTS_UNavigationQueryFilter \ +static_assert(alignof(UNavigationQueryFilter) == 0x000008, "Wrong alignment on UNavigationQueryFilter"); \ +static_assert(sizeof(UNavigationQueryFilter) == 0x000048, "Wrong size on UNavigationQueryFilter"); \ +static_assert(offsetof(UNavigationQueryFilter, Areas) == 0x000028, "Member 'UNavigationQueryFilter::Areas' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, IncludeFlags) == 0x000038, "Member 'UNavigationQueryFilter::IncludeFlags' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, ExcludeFlags) == 0x00003C, "Member 'UNavigationQueryFilter::ExcludeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToActorSynchronously \ +static_assert(alignof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToActorSynchronously"); \ +static_assert(sizeof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000040, "Wrong size on NavigationSystemV1_FindPathToActorSynchronously"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToActorSynchronously::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, GoalActor) == 0x000018, "Member 'NavigationSystemV1_FindPathToActorSynchronously::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, TetherDistance) == 0x000020, "Member 'NavigationSystemV1_FindPathToActorSynchronously::TetherDistance' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathfindingContext) == 0x000028, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, FilterClass) == 0x000030, "Member 'NavigationSystemV1_FindPathToActorSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_FindPathToActorSynchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToLocationSynchronously \ +static_assert(alignof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToLocationSynchronously"); \ +static_assert(sizeof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000038, "Wrong size on NavigationSystemV1_FindPathToLocationSynchronously"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathEnd) == 0x000014, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathfindingContext) == 0x000020, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, FilterClass) == 0x000028, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, ReturnValue) == 0x000030, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetNavigationSystem \ +static_assert(alignof(NavigationSystemV1_GetNavigationSystem) == 0x000008, "Wrong alignment on NavigationSystemV1_GetNavigationSystem"); \ +static_assert(sizeof(NavigationSystemV1_GetNavigationSystem) == 0x000010, "Wrong size on NavigationSystemV1_GetNavigationSystem"); \ +static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetNavigationSystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_GetNavigationSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetPathCost \ +static_assert(alignof(NavigationSystemV1_GetPathCost) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathCost"); \ +static_assert(sizeof(NavigationSystemV1_GetPathCost) == 0x000040, "Wrong size on NavigationSystemV1_GetPathCost"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathCost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathCost::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathCost::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathCost) == 0x000020, "Member 'NavigationSystemV1_GetPathCost::PathCost' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathCost::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathCost::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetPathLength \ +static_assert(alignof(NavigationSystemV1_GetPathLength) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathLength"); \ +static_assert(sizeof(NavigationSystemV1_GetPathLength) == 0x000040, "Wrong size on NavigationSystemV1_GetPathLength"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathLength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathLength::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathLength::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathLength) == 0x000020, "Member 'NavigationSystemV1_GetPathLength::PathLength' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathLength::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathLength::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomPointInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomReachablePointInRadius \ +static_assert(alignof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomReachablePointInRadius"); \ +static_assert(sizeof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomReachablePointInRadius"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuilt \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuiltOrLocked \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomLocationInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomPointInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomReachablePointInRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ProjectPointToNavigation \ +static_assert(alignof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ProjectPointToNavigation"); \ +static_assert(sizeof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_K2_ProjectPointToNavigation"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ProjectedLocation) == 0x000014, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, NavData) == 0x000020, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, FilterClass) == 0x000028, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, QueryExtent) == 0x000030, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ReturnValue) == 0x00003C, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_NavigationRaycast \ +static_assert(alignof(NavigationSystemV1_NavigationRaycast) == 0x000008, "Wrong alignment on NavigationSystemV1_NavigationRaycast"); \ +static_assert(sizeof(NavigationSystemV1_NavigationRaycast) == 0x000048, "Wrong size on NavigationSystemV1_NavigationRaycast"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_NavigationRaycast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayStart) == 0x000008, "Member 'NavigationSystemV1_NavigationRaycast::RayStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayEnd) == 0x000014, "Member 'NavigationSystemV1_NavigationRaycast::RayEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, HitLocation) == 0x000020, "Member 'NavigationSystemV1_NavigationRaycast::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, FilterClass) == 0x000030, "Member 'NavigationSystemV1_NavigationRaycast::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, Querier) == 0x000038, "Member 'NavigationSystemV1_NavigationRaycast::Querier' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, ReturnValue) == 0x000040, "Member 'NavigationSystemV1_NavigationRaycast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_ProjectPointToNavigation \ +static_assert(alignof(NavigationSystemV1_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_ProjectPointToNavigation"); \ +static_assert(sizeof(NavigationSystemV1_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_ProjectPointToNavigation"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_ProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, NavData) == 0x000018, "Member 'NavigationSystemV1_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, FilterClass) == 0x000020, "Member 'NavigationSystemV1_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, QueryExtent) == 0x000028, "Member 'NavigationSystemV1_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, ReturnValue) == 0x000034, "Member 'NavigationSystemV1_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToActor \ +static_assert(alignof(NavigationSystemV1_SimpleMoveToActor) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToActor"); \ +static_assert(sizeof(NavigationSystemV1_SimpleMoveToActor) == 0x000010, "Wrong size on NavigationSystemV1_SimpleMoveToActor"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToActor::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToLocation \ +static_assert(alignof(NavigationSystemV1_SimpleMoveToLocation) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToLocation"); \ +static_assert(sizeof(NavigationSystemV1_SimpleMoveToLocation) == 0x000018, "Wrong size on NavigationSystemV1_SimpleMoveToLocation"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToLocation::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ReplaceAreaInOctreeData \ +static_assert(alignof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(sizeof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000020, "Wrong size on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, Object) == 0x000000, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::Object' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, OldArea) == 0x000008, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::OldArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, NewArea) == 0x000010, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::NewArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, ReturnValue) == 0x000018, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_OnNavigationBoundsUpdated \ +static_assert(alignof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong alignment on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(sizeof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong size on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(offsetof(NavigationSystemV1_OnNavigationBoundsUpdated, NavVolume) == 0x000000, "Member 'NavigationSystemV1_OnNavigationBoundsUpdated::NavVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_RegisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000010, "Wrong size on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_RegisterNavigationInvoker::Invoker' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileGenerationRadius) == 0x000008, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileRemovalRadius) == 0x00000C, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetGeometryGatheringMode \ +static_assert(alignof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong alignment on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(sizeof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong size on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(offsetof(NavigationSystemV1_SetGeometryGatheringMode, NewMode) == 0x000000, "Member 'NavigationSystemV1_SetGeometryGatheringMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount \ +static_assert(alignof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong alignment on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(sizeof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong size on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(offsetof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount, MaxNumberOfJobs) == 0x000000, "Member 'NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount::MaxNumberOfJobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_UnregisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong size on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_UnregisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_UnregisterNavigationInvoker::Invoker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemV1 \ +static_assert(alignof(UNavigationSystemV1) == 0x000008, "Wrong alignment on UNavigationSystemV1"); \ +static_assert(sizeof(UNavigationSystemV1) == 0x0015E0, "Wrong size on UNavigationSystemV1"); \ +static_assert(offsetof(UNavigationSystemV1, MainNavData) == 0x000028, "Member 'UNavigationSystemV1::MainNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, AbstractNavData) == 0x000030, "Member 'UNavigationSystemV1::AbstractNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DefaultAgentName) == 0x000038, "Member 'UNavigationSystemV1::DefaultAgentName' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, CrowdManagerClass) == 0x000040, "Member 'UNavigationSystemV1::CrowdManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, ActiveTilesUpdateInterval) == 0x00006C, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000070, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x000074, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgents) == 0x000078, "Member 'UNavigationSystemV1::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgentsMask) == 0x000088, "Member 'UNavigationSystemV1::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x000090, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000A0, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x0000C0, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x0000D0, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x0001BC, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreasUpdateFreq) == 0x0015BC, "Member 'UNavigationSystemV1::DirtyAreasUpdateFreq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemModuleConfig \ +static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ +static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000058, "Wrong size on UNavigationSystemModuleConfig"); \ + +#define DUMPER7_ASSERTS_ANavigationTestingActor \ +static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ +static_assert(sizeof(ANavigationTestingActor) == 0x000318, "Wrong size on ANavigationTestingActor"); \ +static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x000238, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x000240, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x000250, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x000280, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000290, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000298, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x0002A8, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x0002AC, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x0002B4, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x0002B8, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x0002C4, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x0002C8, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x0002CC, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x0002D0, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x0002D8, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x0002E0, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x0002E4, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkComponent \ +static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ +static_assert(sizeof(UNavLinkComponent) == 0x000470, "Wrong size on UNavLinkComponent"); \ +static_assert(offsetof(UNavLinkComponent, Links) == 0x000458, "Member 'UNavLinkComponent::Links' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecastNavMeshDataChunk \ +static_assert(alignof(URecastNavMeshDataChunk) == 0x000008, "Wrong alignment on URecastNavMeshDataChunk"); \ +static_assert(sizeof(URecastNavMeshDataChunk) == 0x000040, "Wrong size on URecastNavMeshDataChunk"); \ + +#define DUMPER7_ASSERTS_NavRelevantComponent_SetNavigationRelevancy \ +static_assert(alignof(NavRelevantComponent_SetNavigationRelevancy) == 0x000001, "Wrong alignment on NavRelevantComponent_SetNavigationRelevancy"); \ +static_assert(sizeof(NavRelevantComponent_SetNavigationRelevancy) == 0x000001, "Wrong size on NavRelevantComponent_SetNavigationRelevancy"); \ +static_assert(offsetof(NavRelevantComponent_SetNavigationRelevancy, bRelevant) == 0x000000, "Member 'NavRelevantComponent_SetNavigationRelevancy::bRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavRelevantComponent \ +static_assert(alignof(UNavRelevantComponent) == 0x000008, "Wrong alignment on UNavRelevantComponent"); \ +static_assert(sizeof(UNavRelevantComponent) == 0x0000E0, "Wrong size on UNavRelevantComponent"); \ +static_assert(offsetof(UNavRelevantComponent, CachedNavParent) == 0x0000D8, "Member 'UNavRelevantComponent::CachedNavParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkCustomComponent \ +static_assert(alignof(UNavLinkCustomComponent) == 0x000008, "Wrong alignment on UNavLinkCustomComponent"); \ +static_assert(sizeof(UNavLinkCustomComponent) == 0x000190, "Wrong size on UNavLinkCustomComponent"); \ +static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x0000E8, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x0000F0, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x0000F8, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000100, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000104, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000110, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x00011C, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000124, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000130, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x000140, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x000148, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x00014C, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x000150, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClass \ +static_assert(alignof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClass"); \ +static_assert(sizeof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClass"); \ +static_assert(offsetof(NavModifierVolume_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierVolume_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavModifierVolume \ +static_assert(alignof(ANavModifierVolume) == 0x000008, "Wrong alignment on ANavModifierVolume"); \ +static_assert(sizeof(ANavModifierVolume) == 0x000278, "Wrong size on ANavModifierVolume"); \ +static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x000268, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000270, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavLinkCustomInterface \ +static_assert(alignof(INavLinkCustomInterface) == 0x000001, "Wrong alignment on INavLinkCustomInterface"); \ +static_assert(sizeof(INavLinkCustomInterface) == 0x000001, "Wrong size on INavLinkCustomInterface"); \ + +#define DUMPER7_ASSERTS_INavLinkHostInterface \ +static_assert(alignof(INavLinkHostInterface) == 0x000001, "Wrong alignment on INavLinkHostInterface"); \ +static_assert(sizeof(INavLinkHostInterface) == 0x000001, "Wrong size on INavLinkHostInterface"); \ + +#define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ +static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ +static_assert(sizeof(UNavLinkRenderingComponent) == 0x000450, "Wrong size on UNavLinkRenderingComponent"); \ + +#define DUMPER7_ASSERTS_UNavLinkTrivial \ +static_assert(alignof(UNavLinkTrivial) == 0x000008, "Wrong alignment on UNavLinkTrivial"); \ +static_assert(sizeof(UNavLinkTrivial) == 0x000050, "Wrong size on UNavLinkTrivial"); \ + +#define DUMPER7_ASSERTS_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_ANavMeshBoundsVolume \ +static_assert(alignof(ANavMeshBoundsVolume) == 0x000008, "Wrong alignment on ANavMeshBoundsVolume"); \ +static_assert(sizeof(ANavMeshBoundsVolume) == 0x000268, "Wrong size on ANavMeshBoundsVolume"); \ +static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x000260, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ +static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ +static_assert(sizeof(UNavMeshRenderingComponent) == 0x000460, "Wrong size on UNavMeshRenderingComponent"); \ + +#define DUMPER7_ASSERTS_NavModifierComponent_SetAreaClass \ +static_assert(alignof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierComponent_SetAreaClass"); \ +static_assert(sizeof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong size on NavModifierComponent_SetAreaClass"); \ +static_assert(offsetof(NavModifierComponent_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierComponent_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavModifierComponent \ +static_assert(alignof(UNavModifierComponent) == 0x000010, "Wrong alignment on UNavModifierComponent"); \ +static_assert(sizeof(UNavModifierComponent) == 0x000140, "Wrong size on UNavModifierComponent"); \ +static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x0000E0, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x0000E8, "Member 'UNavModifierComponent::FailsafeExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavNodeInterface \ +static_assert(alignof(INavNodeInterface) == 0x000001, "Wrong alignment on INavNodeInterface"); \ +static_assert(sizeof(INavNodeInterface) == 0x000001, "Wrong size on INavNodeInterface"); \ + +#define DUMPER7_ASSERTS_ANavSystemConfigOverride \ +static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ +static_assert(sizeof(ANavSystemConfigOverride) == 0x000238, "Wrong size on ANavSystemConfigOverride"); \ +static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000228, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000230, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavTestRenderingComponent \ +static_assert(alignof(UNavTestRenderingComponent) == 0x000010, "Wrong alignment on UNavTestRenderingComponent"); \ +static_assert(sizeof(UNavTestRenderingComponent) == 0x000450, "Wrong size on UNavTestRenderingComponent"); \ + +#define DUMPER7_ASSERTS_RecastNavMesh_K2_ReplaceAreaInTileBounds \ +static_assert(alignof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000008, "Wrong alignment on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(sizeof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000038, "Wrong size on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, Bounds) == 0x000000, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::Bounds' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, OldArea) == 0x000020, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::OldArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, NewArea) == 0x000028, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::NewArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReplaceLinks) == 0x000030, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReplaceLinks' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReturnValue) == 0x000031, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARecastNavMesh \ +static_assert(alignof(ARecastNavMesh) == 0x000008, "Wrong alignment on ARecastNavMesh"); \ +static_assert(sizeof(ARecastNavMesh) == 0x0004E0, "Wrong size on ARecastNavMesh"); \ +static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x000434, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x00043C, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x000440, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellSize) == 0x000444, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x000448, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x00044C, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000450, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x000454, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000458, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x00045C, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000460, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x000464, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000468, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x00046C, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000470, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x000474, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000478, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x00047C, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000488, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x00048C, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000490, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x000494, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x000495, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x000498, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x00049C, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x0004A4, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x0004A8, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x0004AC, "Member 'ARecastNavMesh::VerticalDeviationFromGroundCompensation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FChaosPhysicsCollisionInfo \ +static_assert(alignof(FChaosPhysicsCollisionInfo) == 0x000008, "Wrong alignment on FChaosPhysicsCollisionInfo"); \ +static_assert(sizeof(FChaosPhysicsCollisionInfo) == 0x000070, "Wrong size on FChaosPhysicsCollisionInfo"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Component) == 0x000000, "Member 'FChaosPhysicsCollisionInfo::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherComponent) == 0x000008, "Member 'FChaosPhysicsCollisionInfo::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Location) == 0x000010, "Member 'FChaosPhysicsCollisionInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Normal) == 0x00001C, "Member 'FChaosPhysicsCollisionInfo::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, AccumulatedImpulse) == 0x000028, "Member 'FChaosPhysicsCollisionInfo::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Velocity) == 0x000034, "Member 'FChaosPhysicsCollisionInfo::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherVelocity) == 0x000040, "Member 'FChaosPhysicsCollisionInfo::OtherVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, AngularVelocity) == 0x00004C, "Member 'FChaosPhysicsCollisionInfo::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherAngularVelocity) == 0x000058, "Member 'FChaosPhysicsCollisionInfo::OtherAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Mass) == 0x000064, "Member 'FChaosPhysicsCollisionInfo::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherMass) == 0x000068, "Member 'FChaosPhysicsCollisionInfo::OtherMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosBreakEvent \ +static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ +static_assert(sizeof(FChaosBreakEvent) == 0x000030, "Wrong size on FChaosBreakEvent"); \ +static_assert(offsetof(FChaosBreakEvent, Component) == 0x000000, "Member 'FChaosBreakEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Location) == 0x000008, "Member 'FChaosBreakEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Velocity) == 0x000014, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000020, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Mass) == 0x00002C, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosHandlerSet \ +static_assert(alignof(FChaosHandlerSet) == 0x000008, "Wrong alignment on FChaosHandlerSet"); \ +static_assert(sizeof(FChaosHandlerSet) == 0x000058, "Wrong size on FChaosHandlerSet"); \ +static_assert(offsetof(FChaosHandlerSet, ChaosHandlers) == 0x000008, "Member 'FChaosHandlerSet::ChaosHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakEventCallbackWrapper \ +static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ +static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBreakEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_UChaosDebugDrawComponent \ +static_assert(alignof(UChaosDebugDrawComponent) == 0x000008, "Wrong alignment on UChaosDebugDrawComponent"); \ +static_assert(sizeof(UChaosDebugDrawComponent) == 0x0000B8, "Wrong size on UChaosDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UChaosEventListenerComponent \ +static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ +static_assert(sizeof(UChaosEventListenerComponent) == 0x0000B8, "Wrong size on UChaosEventListenerComponent"); \ + +#define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ +static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ +static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x000270, "Wrong size on UChaosGameplayEventDispatcher"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x0001C8, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x000218, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IChaosNotifyHandlerInterface \ +static_assert(alignof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong alignment on IChaosNotifyHandlerInterface"); \ +static_assert(sizeof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong size on IChaosNotifyHandlerInterface"); \ + +#define DUMPER7_ASSERTS_ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult \ +static_assert(alignof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x000008, "Wrong alignment on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ +static_assert(sizeof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x0000F8, "Wrong size on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ +static_assert(offsetof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult, PhysicsCollision) == 0x000000, "Member 'ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult::PhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult, ReturnValue) == 0x000070, "Member 'ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverEngineBlueprintLibrary \ +static_assert(alignof(UChaosSolverEngineBlueprintLibrary) == 0x000008, "Wrong alignment on UChaosSolverEngineBlueprintLibrary"); \ +static_assert(sizeof(UChaosSolverEngineBlueprintLibrary) == 0x000028, "Wrong size on UChaosSolverEngineBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UChaosSolver \ +static_assert(alignof(UChaosSolver) == 0x000008, "Wrong alignment on UChaosSolver"); \ +static_assert(sizeof(UChaosSolver) == 0x000028, "Wrong size on UChaosSolver"); \ + +#define DUMPER7_ASSERTS_ChaosSolverActor_SetSolverActive \ +static_assert(alignof(ChaosSolverActor_SetSolverActive) == 0x000001, "Wrong alignment on ChaosSolverActor_SetSolverActive"); \ +static_assert(sizeof(ChaosSolverActor_SetSolverActive) == 0x000001, "Wrong size on ChaosSolverActor_SetSolverActive"); \ +static_assert(offsetof(ChaosSolverActor_SetSolverActive, bActive) == 0x000000, "Member 'ChaosSolverActor_SetSolverActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AChaosSolverActor \ +static_assert(alignof(AChaosSolverActor) == 0x000008, "Wrong alignment on AChaosSolverActor"); \ +static_assert(sizeof(AChaosSolverActor) == 0x000320, "Wrong size on AChaosSolverActor"); \ +static_assert(offsetof(AChaosSolverActor, Properties) == 0x000228, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x000290, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x000294, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x000298, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x00029C, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x0002A0, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x0002A4, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x0002A5, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x0002A8, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x0002B8, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x0002BC, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x0002CC, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x0002D0, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, MassScale) == 0x0002E0, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x0002E4, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x0002E5, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x0002E8, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x0002EC, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x0002F0, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000310, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverSettings \ +static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ +static_assert(sizeof(UChaosSolverSettings) == 0x000058, "Wrong size on UChaosSolverSettings"); \ +static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldObjectCommands \ +static_assert(alignof(FFieldObjectCommands) == 0x000008, "Wrong alignment on FFieldObjectCommands"); \ +static_assert(sizeof(FFieldObjectCommands) == 0x000030, "Wrong size on FFieldObjectCommands"); \ +static_assert(offsetof(FFieldObjectCommands, TargetNames) == 0x000000, "Member 'FFieldObjectCommands::TargetNames' has a wrong offset!"); \ +static_assert(offsetof(FFieldObjectCommands, RootNodes) == 0x000010, "Member 'FFieldObjectCommands::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(FFieldObjectCommands, MetaDatas) == 0x000020, "Member 'FFieldObjectCommands::MetaDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFieldSystemActor \ +static_assert(alignof(AFieldSystemActor) == 0x000008, "Wrong alignment on AFieldSystemActor"); \ +static_assert(sizeof(AFieldSystemActor) == 0x000230, "Wrong size on AFieldSystemActor"); \ +static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000228, "Member 'AFieldSystemActor::FieldSystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystem \ +static_assert(alignof(UFieldSystem) == 0x000008, "Wrong alignment on UFieldSystem"); \ +static_assert(sizeof(UFieldSystem) == 0x000038, "Wrong size on UFieldSystem"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_AddFieldCommand \ +static_assert(alignof(FieldSystemComponent_AddFieldCommand) == 0x000008, "Wrong alignment on FieldSystemComponent_AddFieldCommand"); \ +static_assert(sizeof(FieldSystemComponent_AddFieldCommand) == 0x000018, "Wrong size on FieldSystemComponent_AddFieldCommand"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, Enabled) == 0x000000, "Member 'FieldSystemComponent_AddFieldCommand::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, Target) == 0x000001, "Member 'FieldSystemComponent_AddFieldCommand::Target' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, MetaData) == 0x000008, "Member 'FieldSystemComponent_AddFieldCommand::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, Field) == 0x000010, "Member 'FieldSystemComponent_AddFieldCommand::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_AddPersistentField \ +static_assert(alignof(FieldSystemComponent_AddPersistentField) == 0x000008, "Wrong alignment on FieldSystemComponent_AddPersistentField"); \ +static_assert(sizeof(FieldSystemComponent_AddPersistentField) == 0x000018, "Wrong size on FieldSystemComponent_AddPersistentField"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, Enabled) == 0x000000, "Member 'FieldSystemComponent_AddPersistentField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, Target) == 0x000001, "Member 'FieldSystemComponent_AddPersistentField::Target' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, MetaData) == 0x000008, "Member 'FieldSystemComponent_AddPersistentField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, Field) == 0x000010, "Member 'FieldSystemComponent_AddPersistentField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyLinearForce \ +static_assert(alignof(FieldSystemComponent_ApplyLinearForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyLinearForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyLinearForce) == 0x000014, "Wrong size on FieldSystemComponent_ApplyLinearForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyLinearForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Direction) == 0x000004, "Member 'FieldSystemComponent_ApplyLinearForce::Direction' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Magnitude) == 0x000010, "Member 'FieldSystemComponent_ApplyLinearForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyPhysicsField \ +static_assert(alignof(FieldSystemComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyPhysicsField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyPhysicsField) == 0x000018, "Wrong size on FieldSystemComponent_ApplyPhysicsField"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'FieldSystemComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'FieldSystemComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'FieldSystemComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialForce \ +static_assert(alignof(FieldSystemComponent_ApplyRadialForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyRadialForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyRadialForce) == 0x000014, "Wrong size on FieldSystemComponent_ApplyRadialForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyRadialForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyRadialForce::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Magnitude) == 0x000010, "Member 'FieldSystemComponent_ApplyRadialForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialVectorFalloffForce \ +static_assert(alignof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000018, "Wrong size on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Magnitude) == 0x000014, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStayDynamicField \ +static_assert(alignof(FieldSystemComponent_ApplyStayDynamicField) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyStayDynamicField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyStayDynamicField) == 0x000014, "Wrong size on FieldSystemComponent_ApplyStayDynamicField"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyStayDynamicField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyStayDynamicField::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyStayDynamicField::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStrainField \ +static_assert(alignof(FieldSystemComponent_ApplyStrainField) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyStrainField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyStrainField) == 0x00001C, "Wrong size on FieldSystemComponent_ApplyStrainField"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyStrainField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyStrainField::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyStrainField::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Magnitude) == 0x000014, "Member 'FieldSystemComponent_ApplyStrainField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Iterations) == 0x000018, "Member 'FieldSystemComponent_ApplyStrainField::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyUniformVectorFalloffForce \ +static_assert(alignof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000024, "Wrong size on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Direction) == 0x000010, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Direction' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Radius) == 0x00001C, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Magnitude) == 0x000020, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemComponent \ +static_assert(alignof(UFieldSystemComponent) == 0x000010, "Wrong alignment on UFieldSystemComponent"); \ +static_assert(sizeof(UFieldSystemComponent) == 0x000520, "Wrong size on UFieldSystemComponent"); \ +static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000450, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000458, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000459, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000460, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000470, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x0004A0, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaData \ +static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ +static_assert(sizeof(UFieldSystemMetaData) == 0x0000B0, "Wrong size on UFieldSystemMetaData"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataIteration_SetMetaDataIteration \ +static_assert(alignof(FieldSystemMetaDataIteration_SetMetaDataIteration) == 0x000008, "Wrong alignment on FieldSystemMetaDataIteration_SetMetaDataIteration"); \ +static_assert(sizeof(FieldSystemMetaDataIteration_SetMetaDataIteration) == 0x000010, "Wrong size on FieldSystemMetaDataIteration_SetMetaDataIteration"); \ +static_assert(offsetof(FieldSystemMetaDataIteration_SetMetaDataIteration, Iterations_0) == 0x000000, "Member 'FieldSystemMetaDataIteration_SetMetaDataIteration::Iterations_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataIteration_SetMetaDataIteration, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataIteration_SetMetaDataIteration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataIteration \ +static_assert(alignof(UFieldSystemMetaDataIteration) == 0x000008, "Wrong alignment on UFieldSystemMetaDataIteration"); \ +static_assert(sizeof(UFieldSystemMetaDataIteration) == 0x0000B8, "Wrong size on UFieldSystemMetaDataIteration"); \ +static_assert(offsetof(UFieldSystemMetaDataIteration, Iterations) == 0x0000B0, "Member 'UFieldSystemMetaDataIteration::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType \ +static_assert(alignof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType) == 0x000008, "Wrong alignment on FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType"); \ +static_assert(sizeof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType) == 0x000010, "Wrong size on FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType"); \ +static_assert(offsetof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType, ResolutionType_0) == 0x000000, "Member 'FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType::ResolutionType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataProcessingResolution \ +static_assert(alignof(UFieldSystemMetaDataProcessingResolution) == 0x000008, "Wrong alignment on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(sizeof(UFieldSystemMetaDataProcessingResolution) == 0x0000B8, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000B0, "Member 'UFieldSystemMetaDataProcessingResolution::ResolutionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataFilter_SetMetaDataFilterType \ +static_assert(alignof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000008, "Wrong alignment on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ +static_assert(sizeof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000010, "Wrong size on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, FilterType_0) == 0x000000, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::FilterType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataFilter \ +static_assert(alignof(UFieldSystemMetaDataFilter) == 0x000008, "Wrong alignment on UFieldSystemMetaDataFilter"); \ +static_assert(sizeof(UFieldSystemMetaDataFilter) == 0x0000B8, "Wrong size on UFieldSystemMetaDataFilter"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000B0, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldNodeBase \ +static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ +static_assert(sizeof(UFieldNodeBase) == 0x0000B0, "Wrong size on UFieldNodeBase"); \ + +#define DUMPER7_ASSERTS_UFieldNodeInt \ +static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ +static_assert(sizeof(UFieldNodeInt) == 0x0000B0, "Wrong size on UFieldNodeInt"); \ + +#define DUMPER7_ASSERTS_UFieldNodeFloat \ +static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ +static_assert(sizeof(UFieldNodeFloat) == 0x0000B0, "Wrong size on UFieldNodeFloat"); \ + +#define DUMPER7_ASSERTS_UFieldNodeVector \ +static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ +static_assert(sizeof(UFieldNodeVector) == 0x0000B0, "Wrong size on UFieldNodeVector"); \ + +#define DUMPER7_ASSERTS_UniformInteger_SetUniformInteger \ +static_assert(alignof(UniformInteger_SetUniformInteger) == 0x000008, "Wrong alignment on UniformInteger_SetUniformInteger"); \ +static_assert(sizeof(UniformInteger_SetUniformInteger) == 0x000010, "Wrong size on UniformInteger_SetUniformInteger"); \ +static_assert(offsetof(UniformInteger_SetUniformInteger, Magnitude_0) == 0x000000, "Member 'UniformInteger_SetUniformInteger::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformInteger_SetUniformInteger, ReturnValue) == 0x000008, "Member 'UniformInteger_SetUniformInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformInteger \ +static_assert(alignof(UUniformInteger) == 0x000008, "Wrong alignment on UUniformInteger"); \ +static_assert(sizeof(UUniformInteger) == 0x0000B8, "Wrong size on UUniformInteger"); \ +static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000B0, "Member 'UUniformInteger::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialIntMask_SetRadialIntMask \ +static_assert(alignof(RadialIntMask_SetRadialIntMask) == 0x000008, "Wrong alignment on RadialIntMask_SetRadialIntMask"); \ +static_assert(sizeof(RadialIntMask_SetRadialIntMask) == 0x000028, "Wrong size on RadialIntMask_SetRadialIntMask"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, Radius_0) == 0x000000, "Member 'RadialIntMask_SetRadialIntMask::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, Position_0) == 0x000004, "Member 'RadialIntMask_SetRadialIntMask::Position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, InteriorValue_0) == 0x000010, "Member 'RadialIntMask_SetRadialIntMask::InteriorValue_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, ExteriorValue_0) == 0x000014, "Member 'RadialIntMask_SetRadialIntMask::ExteriorValue_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, SetMaskConditionIn) == 0x000018, "Member 'RadialIntMask_SetRadialIntMask::SetMaskConditionIn' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, ReturnValue) == 0x000020, "Member 'RadialIntMask_SetRadialIntMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialIntMask \ +static_assert(alignof(URadialIntMask) == 0x000008, "Wrong alignment on URadialIntMask"); \ +static_assert(sizeof(URadialIntMask) == 0x0000D0, "Wrong size on URadialIntMask"); \ +static_assert(offsetof(URadialIntMask, Radius) == 0x0000B0, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, Position) == 0x0000B4, "Member 'URadialIntMask::Position' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000C0, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000C4, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000C8, "Member 'URadialIntMask::SetMaskCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformScalar_SetUniformScalar \ +static_assert(alignof(UniformScalar_SetUniformScalar) == 0x000008, "Wrong alignment on UniformScalar_SetUniformScalar"); \ +static_assert(sizeof(UniformScalar_SetUniformScalar) == 0x000010, "Wrong size on UniformScalar_SetUniformScalar"); \ +static_assert(offsetof(UniformScalar_SetUniformScalar, Magnitude_0) == 0x000000, "Member 'UniformScalar_SetUniformScalar::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformScalar_SetUniformScalar, ReturnValue) == 0x000008, "Member 'UniformScalar_SetUniformScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformScalar \ +static_assert(alignof(UUniformScalar) == 0x000008, "Wrong alignment on UUniformScalar"); \ +static_assert(sizeof(UUniformScalar) == 0x0000B8, "Wrong size on UUniformScalar"); \ +static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000B0, "Member 'UUniformScalar::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveScalar_SetWaveScalar \ +static_assert(alignof(WaveScalar_SetWaveScalar) == 0x000008, "Wrong alignment on WaveScalar_SetWaveScalar"); \ +static_assert(sizeof(WaveScalar_SetWaveScalar) == 0x000028, "Wrong size on WaveScalar_SetWaveScalar"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Magnitude_0) == 0x000000, "Member 'WaveScalar_SetWaveScalar::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Position_0) == 0x000004, "Member 'WaveScalar_SetWaveScalar::Position_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Wavelength_0) == 0x000010, "Member 'WaveScalar_SetWaveScalar::Wavelength_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Period_0) == 0x000014, "Member 'WaveScalar_SetWaveScalar::Period_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Time) == 0x000018, "Member 'WaveScalar_SetWaveScalar::Time' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Function_0) == 0x00001C, "Member 'WaveScalar_SetWaveScalar::Function_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Falloff_0) == 0x00001D, "Member 'WaveScalar_SetWaveScalar::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, ReturnValue) == 0x000020, "Member 'WaveScalar_SetWaveScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveScalar \ +static_assert(alignof(UWaveScalar) == 0x000008, "Wrong alignment on UWaveScalar"); \ +static_assert(sizeof(UWaveScalar) == 0x0000D0, "Wrong size on UWaveScalar"); \ +static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000B0, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Position) == 0x0000B4, "Member 'UWaveScalar::Position' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Wavelength) == 0x0000C0, "Member 'UWaveScalar::Wavelength' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Period) == 0x0000C4, "Member 'UWaveScalar::Period' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Function) == 0x0000C8, "Member 'UWaveScalar::Function' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Falloff) == 0x0000C9, "Member 'UWaveScalar::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialFalloff_SetRadialFalloff \ +static_assert(alignof(RadialFalloff_SetRadialFalloff) == 0x000008, "Wrong alignment on RadialFalloff_SetRadialFalloff"); \ +static_assert(sizeof(RadialFalloff_SetRadialFalloff) == 0x000030, "Wrong size on RadialFalloff_SetRadialFalloff"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Magnitude_0) == 0x000000, "Member 'RadialFalloff_SetRadialFalloff::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, MinRange_0) == 0x000004, "Member 'RadialFalloff_SetRadialFalloff::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, MaxRange_0) == 0x000008, "Member 'RadialFalloff_SetRadialFalloff::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Default_0) == 0x00000C, "Member 'RadialFalloff_SetRadialFalloff::Default_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Radius_0) == 0x000010, "Member 'RadialFalloff_SetRadialFalloff::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Position_0) == 0x000014, "Member 'RadialFalloff_SetRadialFalloff::Position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Falloff_0) == 0x000020, "Member 'RadialFalloff_SetRadialFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, ReturnValue) == 0x000028, "Member 'RadialFalloff_SetRadialFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialFalloff \ +static_assert(alignof(URadialFalloff) == 0x000008, "Wrong alignment on URadialFalloff"); \ +static_assert(sizeof(URadialFalloff) == 0x0000D8, "Wrong size on URadialFalloff"); \ +static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000B0, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MinRange) == 0x0000B4, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000B8, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Default) == 0x0000BC, "Member 'URadialFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Radius) == 0x0000C0, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Position) == 0x0000C4, "Member 'URadialFalloff::Position' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Falloff) == 0x0000D0, "Member 'URadialFalloff::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlaneFalloff_SetPlaneFalloff \ +static_assert(alignof(PlaneFalloff_SetPlaneFalloff) == 0x000008, "Wrong alignment on PlaneFalloff_SetPlaneFalloff"); \ +static_assert(sizeof(PlaneFalloff_SetPlaneFalloff) == 0x000038, "Wrong size on PlaneFalloff_SetPlaneFalloff"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Magnitude_0) == 0x000000, "Member 'PlaneFalloff_SetPlaneFalloff::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, MinRange_0) == 0x000004, "Member 'PlaneFalloff_SetPlaneFalloff::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, MaxRange_0) == 0x000008, "Member 'PlaneFalloff_SetPlaneFalloff::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Default_0) == 0x00000C, "Member 'PlaneFalloff_SetPlaneFalloff::Default_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Distance_0) == 0x000010, "Member 'PlaneFalloff_SetPlaneFalloff::Distance_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Position_0) == 0x000014, "Member 'PlaneFalloff_SetPlaneFalloff::Position_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Normal_0) == 0x000020, "Member 'PlaneFalloff_SetPlaneFalloff::Normal_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Falloff_0) == 0x00002C, "Member 'PlaneFalloff_SetPlaneFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, ReturnValue) == 0x000030, "Member 'PlaneFalloff_SetPlaneFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneFalloff \ +static_assert(alignof(UPlaneFalloff) == 0x000008, "Wrong alignment on UPlaneFalloff"); \ +static_assert(sizeof(UPlaneFalloff) == 0x0000E0, "Wrong size on UPlaneFalloff"); \ +static_assert(offsetof(UPlaneFalloff, Magnitude) == 0x0000B0, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000B4, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000B8, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Default) == 0x0000BC, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000C0, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Position) == 0x0000C4, "Member 'UPlaneFalloff::Position' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Normal) == 0x0000D0, "Member 'UPlaneFalloff::Normal' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Falloff) == 0x0000DC, "Member 'UPlaneFalloff::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxFalloff_SetBoxFalloff \ +static_assert(alignof(BoxFalloff_SetBoxFalloff) == 0x000010, "Wrong alignment on BoxFalloff_SetBoxFalloff"); \ +static_assert(sizeof(BoxFalloff_SetBoxFalloff) == 0x000050, "Wrong size on BoxFalloff_SetBoxFalloff"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Magnitude_0) == 0x000000, "Member 'BoxFalloff_SetBoxFalloff::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, MinRange_0) == 0x000004, "Member 'BoxFalloff_SetBoxFalloff::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, MaxRange_0) == 0x000008, "Member 'BoxFalloff_SetBoxFalloff::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Default_0) == 0x00000C, "Member 'BoxFalloff_SetBoxFalloff::Default_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Transform_0) == 0x000010, "Member 'BoxFalloff_SetBoxFalloff::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Falloff_0) == 0x000040, "Member 'BoxFalloff_SetBoxFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, ReturnValue) == 0x000048, "Member 'BoxFalloff_SetBoxFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoxFalloff \ +static_assert(alignof(UBoxFalloff) == 0x000010, "Wrong alignment on UBoxFalloff"); \ +static_assert(sizeof(UBoxFalloff) == 0x000100, "Wrong size on UBoxFalloff"); \ +static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000B0, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000B4, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000B8, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Default) == 0x0000BC, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Transform) == 0x0000C0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Falloff) == 0x0000F0, "Member 'UBoxFalloff::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NoiseField_SetNoiseField \ +static_assert(alignof(NoiseField_SetNoiseField) == 0x000010, "Wrong alignment on NoiseField_SetNoiseField"); \ +static_assert(sizeof(NoiseField_SetNoiseField) == 0x000050, "Wrong size on NoiseField_SetNoiseField"); \ +static_assert(offsetof(NoiseField_SetNoiseField, MinRange_0) == 0x000000, "Member 'NoiseField_SetNoiseField::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(NoiseField_SetNoiseField, MaxRange_0) == 0x000004, "Member 'NoiseField_SetNoiseField::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(NoiseField_SetNoiseField, Transform_0) == 0x000010, "Member 'NoiseField_SetNoiseField::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(NoiseField_SetNoiseField, ReturnValue) == 0x000040, "Member 'NoiseField_SetNoiseField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNoiseField \ +static_assert(alignof(UNoiseField) == 0x000010, "Wrong alignment on UNoiseField"); \ +static_assert(sizeof(UNoiseField) == 0x0000F0, "Wrong size on UNoiseField"); \ +static_assert(offsetof(UNoiseField, MinRange) == 0x0000B0, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, MaxRange) == 0x0000B4, "Member 'UNoiseField::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, Transform) == 0x0000C0, "Member 'UNoiseField::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformVector_SetUniformVector \ +static_assert(alignof(UniformVector_SetUniformVector) == 0x000008, "Wrong alignment on UniformVector_SetUniformVector"); \ +static_assert(sizeof(UniformVector_SetUniformVector) == 0x000018, "Wrong size on UniformVector_SetUniformVector"); \ +static_assert(offsetof(UniformVector_SetUniformVector, Magnitude_0) == 0x000000, "Member 'UniformVector_SetUniformVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformVector_SetUniformVector, Direction_0) == 0x000004, "Member 'UniformVector_SetUniformVector::Direction_0' has a wrong offset!"); \ +static_assert(offsetof(UniformVector_SetUniformVector, ReturnValue) == 0x000010, "Member 'UniformVector_SetUniformVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformVector \ +static_assert(alignof(UUniformVector) == 0x000008, "Wrong alignment on UUniformVector"); \ +static_assert(sizeof(UUniformVector) == 0x0000C0, "Wrong size on UUniformVector"); \ +static_assert(offsetof(UUniformVector, Magnitude) == 0x0000B0, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UUniformVector, Direction) == 0x0000B4, "Member 'UUniformVector::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialVector_SetRadialVector \ +static_assert(alignof(RadialVector_SetRadialVector) == 0x000008, "Wrong alignment on RadialVector_SetRadialVector"); \ +static_assert(sizeof(RadialVector_SetRadialVector) == 0x000018, "Wrong size on RadialVector_SetRadialVector"); \ +static_assert(offsetof(RadialVector_SetRadialVector, Magnitude_0) == 0x000000, "Member 'RadialVector_SetRadialVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RadialVector_SetRadialVector, Position_0) == 0x000004, "Member 'RadialVector_SetRadialVector::Position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialVector_SetRadialVector, ReturnValue) == 0x000010, "Member 'RadialVector_SetRadialVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialVector \ +static_assert(alignof(URadialVector) == 0x000008, "Wrong alignment on URadialVector"); \ +static_assert(sizeof(URadialVector) == 0x0000C0, "Wrong size on URadialVector"); \ +static_assert(offsetof(URadialVector, Magnitude) == 0x0000B0, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialVector, Position) == 0x0000B4, "Member 'URadialVector::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RandomVector_SetRandomVector \ +static_assert(alignof(RandomVector_SetRandomVector) == 0x000008, "Wrong alignment on RandomVector_SetRandomVector"); \ +static_assert(sizeof(RandomVector_SetRandomVector) == 0x000010, "Wrong size on RandomVector_SetRandomVector"); \ +static_assert(offsetof(RandomVector_SetRandomVector, Magnitude_0) == 0x000000, "Member 'RandomVector_SetRandomVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RandomVector_SetRandomVector, ReturnValue) == 0x000008, "Member 'RandomVector_SetRandomVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URandomVector \ +static_assert(alignof(URandomVector) == 0x000008, "Wrong alignment on URandomVector"); \ +static_assert(sizeof(URandomVector) == 0x0000B8, "Wrong size on URandomVector"); \ +static_assert(offsetof(URandomVector, Magnitude) == 0x0000B0, "Member 'URandomVector::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OperatorField_SetOperatorField \ +static_assert(alignof(OperatorField_SetOperatorField) == 0x000008, "Wrong alignment on OperatorField_SetOperatorField"); \ +static_assert(sizeof(OperatorField_SetOperatorField) == 0x000028, "Wrong size on OperatorField_SetOperatorField"); \ +static_assert(offsetof(OperatorField_SetOperatorField, Magnitude_0) == 0x000000, "Member 'OperatorField_SetOperatorField::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, LeftField_0) == 0x000008, "Member 'OperatorField_SetOperatorField::LeftField_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, RightField_0) == 0x000010, "Member 'OperatorField_SetOperatorField::RightField_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, Operation_0) == 0x000018, "Member 'OperatorField_SetOperatorField::Operation_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, ReturnValue) == 0x000020, "Member 'OperatorField_SetOperatorField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOperatorField \ +static_assert(alignof(UOperatorField) == 0x000008, "Wrong alignment on UOperatorField"); \ +static_assert(sizeof(UOperatorField) == 0x0000D0, "Wrong size on UOperatorField"); \ +static_assert(offsetof(UOperatorField, Magnitude) == 0x0000B0, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, RightField) == 0x0000B8, "Member 'UOperatorField::RightField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, LeftField) == 0x0000C0, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, Operation) == 0x0000C8, "Member 'UOperatorField::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ToIntegerField_SetToIntegerField \ +static_assert(alignof(ToIntegerField_SetToIntegerField) == 0x000008, "Wrong alignment on ToIntegerField_SetToIntegerField"); \ +static_assert(sizeof(ToIntegerField_SetToIntegerField) == 0x000010, "Wrong size on ToIntegerField_SetToIntegerField"); \ +static_assert(offsetof(ToIntegerField_SetToIntegerField, FloatField_0) == 0x000000, "Member 'ToIntegerField_SetToIntegerField::FloatField_0' has a wrong offset!"); \ +static_assert(offsetof(ToIntegerField_SetToIntegerField, ReturnValue) == 0x000008, "Member 'ToIntegerField_SetToIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToIntegerField \ +static_assert(alignof(UToIntegerField) == 0x000008, "Wrong alignment on UToIntegerField"); \ +static_assert(sizeof(UToIntegerField) == 0x0000B8, "Wrong size on UToIntegerField"); \ +static_assert(offsetof(UToIntegerField, FloatField) == 0x0000B0, "Member 'UToIntegerField::FloatField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ToFloatField_SetToFloatField \ +static_assert(alignof(ToFloatField_SetToFloatField) == 0x000008, "Wrong alignment on ToFloatField_SetToFloatField"); \ +static_assert(sizeof(ToFloatField_SetToFloatField) == 0x000010, "Wrong size on ToFloatField_SetToFloatField"); \ +static_assert(offsetof(ToFloatField_SetToFloatField, IntegerField) == 0x000000, "Member 'ToFloatField_SetToFloatField::IntegerField' has a wrong offset!"); \ +static_assert(offsetof(ToFloatField_SetToFloatField, ReturnValue) == 0x000008, "Member 'ToFloatField_SetToFloatField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToFloatField \ +static_assert(alignof(UToFloatField) == 0x000008, "Wrong alignment on UToFloatField"); \ +static_assert(sizeof(UToFloatField) == 0x0000B8, "Wrong size on UToFloatField"); \ +static_assert(offsetof(UToFloatField, IntField) == 0x0000B0, "Member 'UToFloatField::IntField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CullingField_SetCullingField \ +static_assert(alignof(CullingField_SetCullingField) == 0x000008, "Wrong alignment on CullingField_SetCullingField"); \ +static_assert(sizeof(CullingField_SetCullingField) == 0x000020, "Wrong size on CullingField_SetCullingField"); \ +static_assert(offsetof(CullingField_SetCullingField, Culling_0) == 0x000000, "Member 'CullingField_SetCullingField::Culling_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, Field_0) == 0x000008, "Member 'CullingField_SetCullingField::Field_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, Operation_0) == 0x000010, "Member 'CullingField_SetCullingField::Operation_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, ReturnValue) == 0x000018, "Member 'CullingField_SetCullingField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCullingField \ +static_assert(alignof(UCullingField) == 0x000008, "Wrong alignment on UCullingField"); \ +static_assert(sizeof(UCullingField) == 0x0000C8, "Wrong size on UCullingField"); \ +static_assert(offsetof(UCullingField, Culling) == 0x0000B0, "Member 'UCullingField::Culling' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Field) == 0x0000B8, "Member 'UCullingField::Field' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Operation) == 0x0000C0, "Member 'UCullingField::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReturnResultsTerminal_SetReturnResultsTerminal \ +static_assert(alignof(ReturnResultsTerminal_SetReturnResultsTerminal) == 0x000008, "Wrong alignment on ReturnResultsTerminal_SetReturnResultsTerminal"); \ +static_assert(sizeof(ReturnResultsTerminal_SetReturnResultsTerminal) == 0x000008, "Wrong size on ReturnResultsTerminal_SetReturnResultsTerminal"); \ +static_assert(offsetof(ReturnResultsTerminal_SetReturnResultsTerminal, ReturnValue) == 0x000000, "Member 'ReturnResultsTerminal_SetReturnResultsTerminal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReturnResultsTerminal \ +static_assert(alignof(UReturnResultsTerminal) == 0x000008, "Wrong alignment on UReturnResultsTerminal"); \ +static_assert(sizeof(UReturnResultsTerminal) == 0x0000B0, "Wrong size on UReturnResultsTerminal"); \ + +#define DUMPER7_ASSERTS_FChaosCollisionEventData \ +static_assert(alignof(FChaosCollisionEventData) == 0x000008, "Wrong alignment on FChaosCollisionEventData"); \ +static_assert(sizeof(FChaosCollisionEventData) == 0x000058, "Wrong size on FChaosCollisionEventData"); \ +static_assert(offsetof(FChaosCollisionEventData, Location) == 0x000000, "Member 'FChaosCollisionEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Normal) == 0x00000C, "Member 'FChaosCollisionEventData::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Velocity1) == 0x000018, "Member 'FChaosCollisionEventData::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Velocity2) == 0x000024, "Member 'FChaosCollisionEventData::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Mass1) == 0x000030, "Member 'FChaosCollisionEventData::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Mass2) == 0x000034, "Member 'FChaosCollisionEventData::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Impulse) == 0x000038, "Member 'FChaosCollisionEventData::Impulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FGeometryCollectionSizeSpecificData \ +static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000004, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ +static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000024, "Wrong size on FGeometryCollectionSizeSpecificData"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionType) == 0x000004, "Member 'FGeometryCollectionSizeSpecificData::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, ImplicitType) == 0x000005, "Member 'FGeometryCollectionSizeSpecificData::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionSizeSpecificData::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinClusterLevelSetResolution) == 0x000010, "Member 'FGeometryCollectionSizeSpecificData::MinClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxClusterLevelSetResolution) == 0x000014, "Member 'FGeometryCollectionSizeSpecificData::MaxClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionObjectReductionPercentage) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::CollisionObjectReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionParticlesFraction) == 0x00001C, "Member 'FGeometryCollectionSizeSpecificData::CollisionParticlesFraction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaximumCollisionParticles) == 0x000020, "Member 'FGeometryCollectionSizeSpecificData::MaximumCollisionParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FGeometryCollectionRepData \ +static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ +static_assert(sizeof(FGeometryCollectionRepData) == 0x000018, "Wrong size on FGeometryCollectionRepData"); \ + +#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_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_FGeometryCollectionSource \ +static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ +static_assert(sizeof(FGeometryCollectionSource) == 0x000060, "Wrong size on FGeometryCollectionSource"); \ +static_assert(offsetof(FGeometryCollectionSource, SourceGeometryObject) == 0x000000, "Member 'FGeometryCollectionSource::SourceGeometryObject' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, LocalTransform) == 0x000020, "Member 'FGeometryCollectionSource::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, SourceMaterial) == 0x000050, "Member 'FGeometryCollectionSource::SourceMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_AddChaosSolverActor \ +static_assert(alignof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddChaosSolverActor"); \ +static_assert(sizeof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddChaosSolverActor"); \ +static_assert(offsetof(ChaosDestructionListener_AddChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_AddChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_AddGeometryCollectionActor \ +static_assert(alignof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddGeometryCollectionActor"); \ +static_assert(sizeof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddGeometryCollectionActor"); \ +static_assert(offsetof(ChaosDestructionListener_AddGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_AddGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveChaosSolverActor \ +static_assert(alignof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveChaosSolverActor"); \ +static_assert(sizeof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveChaosSolverActor"); \ +static_assert(offsetof(ChaosDestructionListener_RemoveChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveGeometryCollectionActor \ +static_assert(alignof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ +static_assert(sizeof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ +static_assert(offsetof(ChaosDestructionListener_RemoveGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetBreakingEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetBreakingEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetBreakingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetBreakingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventRequestSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetCollisionEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetCollisionEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetCollisionEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetCollisionEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventRequestSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetTrailingEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetTrailingEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetTrailingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetTrailingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventRequestSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SortBreakingEvents \ +static_assert(alignof(ChaosDestructionListener_SortBreakingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortBreakingEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortBreakingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortBreakingEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, BreakingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortBreakingEvents::BreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortBreakingEvents::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SortCollisionEvents \ +static_assert(alignof(ChaosDestructionListener_SortCollisionEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortCollisionEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortCollisionEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortCollisionEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, CollisionEvents) == 0x000000, "Member 'ChaosDestructionListener_SortCollisionEvents::CollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortCollisionEvents::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SortTrailingEvents \ +static_assert(alignof(ChaosDestructionListener_SortTrailingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortTrailingEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortTrailingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortTrailingEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, TrailingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortTrailingEvents::TrailingEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortTrailingEvents::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_IsEventListening \ +static_assert(alignof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong alignment on ChaosDestructionListener_IsEventListening"); \ +static_assert(sizeof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong size on ChaosDestructionListener_IsEventListening"); \ +static_assert(offsetof(ChaosDestructionListener_IsEventListening, ReturnValue) == 0x000000, "Member 'ChaosDestructionListener_IsEventListening::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosDestructionListener \ +static_assert(alignof(UChaosDestructionListener) == 0x000010, "Wrong alignment on UChaosDestructionListener"); \ +static_assert(sizeof(UChaosDestructionListener) == 0x000420, "Wrong size on UChaosDestructionListener"); \ +static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x0001FC, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x000214, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x00022C, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000248, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x000298, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x0002E8, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x0002F8, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000308, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionActor_RaycastSingle \ +static_assert(alignof(GeometryCollectionActor_RaycastSingle) == 0x000004, "Wrong alignment on GeometryCollectionActor_RaycastSingle"); \ +static_assert(sizeof(GeometryCollectionActor_RaycastSingle) == 0x0000A4, "Wrong size on GeometryCollectionActor_RaycastSingle"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, Start) == 0x000000, "Member 'GeometryCollectionActor_RaycastSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, End) == 0x00000C, "Member 'GeometryCollectionActor_RaycastSingle::End' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, OutHit) == 0x000018, "Member 'GeometryCollectionActor_RaycastSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, ReturnValue) == 0x0000A0, "Member 'GeometryCollectionActor_RaycastSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionActor \ +static_assert(alignof(AGeometryCollectionActor) == 0x000008, "Wrong alignment on AGeometryCollectionActor"); \ +static_assert(sizeof(AGeometryCollectionActor) == 0x000238, "Wrong size on AGeometryCollectionActor"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000228, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000230, "Member 'AGeometryCollectionActor::GeometryCollectionDebugDrawComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionCache \ +static_assert(alignof(UGeometryCollectionCache) == 0x000008, "Wrong alignment on UGeometryCollectionCache"); \ +static_assert(sizeof(UGeometryCollectionCache) == 0x000050, "Wrong size on UGeometryCollectionCache"); \ +static_assert(offsetof(UGeometryCollectionCache, RecordedData) == 0x000028, "Member 'UGeometryCollectionCache::RecordedData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, SupportedCollection) == 0x000038, "Member 'UGeometryCollectionCache::SupportedCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, CompatibleCollectionState) == 0x000040, "Member 'UGeometryCollectionCache::CompatibleCollectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyKinematicField \ +static_assert(alignof(GeometryCollectionComponent_ApplyKinematicField) == 0x000004, "Wrong alignment on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyKinematicField) == 0x000010, "Wrong size on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Radius) == 0x000000, "Member 'GeometryCollectionComponent_ApplyKinematicField::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Position) == 0x000004, "Member 'GeometryCollectionComponent_ApplyKinematicField::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyPhysicsField \ +static_assert(alignof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000018, "Wrong size on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'GeometryCollectionComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_NetAbandonCluster \ +static_assert(alignof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong alignment on GeometryCollectionComponent_NetAbandonCluster"); \ +static_assert(sizeof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong size on GeometryCollectionComponent_NetAbandonCluster"); \ +static_assert(offsetof(GeometryCollectionComponent_NetAbandonCluster, TransformIndex) == 0x000000, "Member 'GeometryCollectionComponent_NetAbandonCluster::TransformIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_OnRep_RepData \ +static_assert(alignof(GeometryCollectionComponent_OnRep_RepData) == 0x000008, "Wrong alignment on GeometryCollectionComponent_OnRep_RepData"); \ +static_assert(sizeof(GeometryCollectionComponent_OnRep_RepData) == 0x000018, "Wrong size on GeometryCollectionComponent_OnRep_RepData"); \ +static_assert(offsetof(GeometryCollectionComponent_OnRep_RepData, OldData) == 0x000000, "Member 'GeometryCollectionComponent_OnRep_RepData::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ReceivePhysicsCollision \ +static_assert(alignof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'GeometryCollectionComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyBreaks \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyBreaks"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyBreaks"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyBreaks, bNewNotifyBreaks) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyBreaks::bNewNotifyBreaks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionComponent \ +static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ +static_assert(sizeof(UGeometryCollectionComponent) == 0x000900, "Wrong size on UGeometryCollectionComponent"); \ +static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000480, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000568, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000570, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x000580, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x000588, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x000589, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x00058C, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x000590, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x000598, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0005A8, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0005AC, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0005B0, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0005B4, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0005B8, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0005C0, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x0005C8, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x0005CC, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x0005D8, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x0005E8, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x0005F0, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x000640, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000650, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x000678, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x000688, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x00068C, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x000690, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x0006A0, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x0006A1, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x0006A2, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x0006A3, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x0006A4, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x0006A8, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x0008D8, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ +static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ +static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000310, "Wrong size on AGeometryCollectionDebugDrawActor"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000228, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000230, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x000248, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x000249, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x00024A, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x00024B, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x00024C, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x00024D, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x00024E, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x00024F, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x000250, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x000251, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x000252, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x000253, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x000254, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x000255, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x000256, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x000257, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x000258, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x000259, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x00025A, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x00025B, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x00025C, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x00025D, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x00025E, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x00025F, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x000260, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x000264, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x000265, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x000266, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x000267, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x000268, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x00026C, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x000270, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x000274, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x000278, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x00027C, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x000280, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x000284, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x000288, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x00028C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x000294, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x000298, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x00029C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x0002A0, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x0002A4, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x0002AC, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ +static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ +static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000C8, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000B0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000B8, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionRenderLevelSetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollection \ +static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ +static_assert(sizeof(UGeometryCollection) == 0x000108, "Wrong size on UGeometryCollection"); \ +static_assert(offsetof(UGeometryCollection, EnableClustering) == 0x000030, "Member 'UGeometryCollection::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterGroupIndex) == 0x000034, "Member 'UGeometryCollection::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxClusterLevel) == 0x000038, "Member 'UGeometryCollection::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000040, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000050, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, GeometrySource) == 0x000058, "Member 'UGeometryCollection::GeometrySource' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Materials) == 0x000068, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CollisionType) == 0x000078, "Member 'UGeometryCollection::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ImplicitType) == 0x000079, "Member 'UGeometryCollection::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinLevelSetResolution) == 0x00007C, "Member 'UGeometryCollection::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxLevelSetResolution) == 0x000080, "Member 'UGeometryCollection::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinClusterLevelSetResolution) == 0x000084, "Member 'UGeometryCollection::MinClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxClusterLevelSetResolution) == 0x000088, "Member 'UGeometryCollection::MaxClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CollisionObjectReductionPercentage) == 0x00008C, "Member 'UGeometryCollection::CollisionObjectReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x000090, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Mass) == 0x000094, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x000098, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CollisionParticlesFraction) == 0x00009C, "Member 'UGeometryCollection::CollisionParticlesFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaximumCollisionParticles) == 0x0000A0, "Member 'UGeometryCollection::MaximumCollisionParticles' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x0000A8, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x0000B8, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x0000C0, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x0000D0, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, StateGuid) == 0x0000E0, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x0000F0, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionRenderLevelSetActor \ +static_assert(alignof(AGeometryCollectionRenderLevelSetActor) == 0x000010, "Wrong alignment on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(sizeof(AGeometryCollectionRenderLevelSetActor) == 0x0002C0, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x000228, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000230, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x000238, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x00023C, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x000240, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x000241, "Member 'AGeometryCollectionRenderLevelSetActor::RenderVolumeBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshSimulationComponent_ReceivePhysicsCollision \ +static_assert(alignof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on SkeletalMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on SkeletalMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'SkeletalMeshSimulationComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshSimulationComponent \ +static_assert(alignof(USkeletalMeshSimulationComponent) == 0x000008, "Wrong alignment on USkeletalMeshSimulationComponent"); \ +static_assert(sizeof(USkeletalMeshSimulationComponent) == 0x000138, "Wrong size on USkeletalMeshSimulationComponent"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, PhysicalMaterial) == 0x0000B8, "Member 'USkeletalMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ChaosSolverActor) == 0x0000C0, "Member 'USkeletalMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, OverridePhysicsAsset) == 0x0000C8, "Member 'USkeletalMeshSimulationComponent::OverridePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, bSimulating) == 0x0000D0, "Member 'USkeletalMeshSimulationComponent::bSimulating' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, bNotifyCollisions) == 0x0000D1, "Member 'USkeletalMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ObjectType) == 0x0000D2, "Member 'USkeletalMeshSimulationComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, Density) == 0x0000D4, "Member 'USkeletalMeshSimulationComponent::Density' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MinMass) == 0x0000D8, "Member 'USkeletalMeshSimulationComponent::MinMass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MaxMass) == 0x0000DC, "Member 'USkeletalMeshSimulationComponent::MaxMass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionType) == 0x0000E0, "Member 'USkeletalMeshSimulationComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeParticlesPerUnitArea) == 0x0000E4, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeParticlesPerUnitArea' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMinNumParticles) == 0x0000E8, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMinNumParticles' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMaxNumParticles) == 0x0000EC, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMaxNumParticles' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MinLevelSetResolution) == 0x0000F0, "Member 'USkeletalMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MaxLevelSetResolution) == 0x0000F4, "Member 'USkeletalMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionGroup) == 0x0000F8, "Member 'USkeletalMeshSimulationComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, InitialVelocityType) == 0x0000FC, "Member 'USkeletalMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, InitialLinearVelocity) == 0x000100, "Member 'USkeletalMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, InitialAngularVelocity) == 0x00010C, "Member 'USkeletalMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000118, "Member 'USkeletalMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshSimulationComponent_ReceivePhysicsCollision \ +static_assert(alignof(StaticMeshSimulationComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on StaticMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(StaticMeshSimulationComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on StaticMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(StaticMeshSimulationComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'StaticMeshSimulationComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshSimulationComponent \ +static_assert(alignof(UStaticMeshSimulationComponent) == 0x000008, "Wrong alignment on UStaticMeshSimulationComponent"); \ +static_assert(sizeof(UStaticMeshSimulationComponent) == 0x000138, "Wrong size on UStaticMeshSimulationComponent"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, Simulating) == 0x0000B8, "Member 'UStaticMeshSimulationComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, bNotifyCollisions) == 0x0000B9, "Member 'UStaticMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, ObjectType) == 0x0000BA, "Member 'UStaticMeshSimulationComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, Mass) == 0x0000BC, "Member 'UStaticMeshSimulationComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, CollisionType) == 0x0000C0, "Member 'UStaticMeshSimulationComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, ImplicitType) == 0x0000C1, "Member 'UStaticMeshSimulationComponent::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, MinLevelSetResolution) == 0x0000C4, "Member 'UStaticMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, MaxLevelSetResolution) == 0x0000C8, "Member 'UStaticMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, InitialVelocityType) == 0x0000CC, "Member 'UStaticMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, InitialLinearVelocity) == 0x0000D0, "Member 'UStaticMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, InitialAngularVelocity) == 0x0000DC, "Member 'UStaticMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, DamageThreshold) == 0x0000E8, "Member 'UStaticMeshSimulationComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, PhysicalMaterial) == 0x0000F0, "Member 'UStaticMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, ChaosSolverActor) == 0x0000F8, "Member 'UStaticMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000100, "Member 'UStaticMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, SimulatedComponents) == 0x000120, "Member 'UStaticMeshSimulationComponent::SimulatedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushStampData \ +static_assert(alignof(FBrushStampData) == 0x000004, "Wrong alignment on FBrushStampData"); \ +static_assert(sizeof(FBrushStampData) == 0x0000A8, "Wrong size on FBrushStampData"); \ + +#define DUMPER7_ASSERTS_FBehaviorInfo \ +static_assert(alignof(FBehaviorInfo) == 0x000008, "Wrong alignment on FBehaviorInfo"); \ +static_assert(sizeof(FBehaviorInfo) == 0x000020, "Wrong size on FBehaviorInfo"); \ +static_assert(offsetof(FBehaviorInfo, Behavior) == 0x000000, "Member 'FBehaviorInfo::Behavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputRayHit \ +static_assert(alignof(FInputRayHit) == 0x000008, "Wrong alignment on FInputRayHit"); \ +static_assert(sizeof(FInputRayHit) == 0x000028, "Wrong size on FInputRayHit"); \ + +#define DUMPER7_ASSERTS_FActiveGizmo \ +static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizmo"); \ +static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ + +#define DUMPER7_ASSERTS_FGizmoFloatParameterChange \ +static_assert(alignof(FGizmoFloatParameterChange) == 0x000004, "Wrong alignment on FGizmoFloatParameterChange"); \ +static_assert(sizeof(FGizmoFloatParameterChange) == 0x000008, "Wrong size on FGizmoFloatParameterChange"); \ +static_assert(offsetof(FGizmoFloatParameterChange, InitialValue) == 0x000000, "Member 'FGizmoFloatParameterChange::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoFloatParameterChange, CurrentValue) == 0x000004, "Member 'FGizmoFloatParameterChange::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoVec2ParameterChange \ +static_assert(alignof(FGizmoVec2ParameterChange) == 0x000004, "Wrong alignment on FGizmoVec2ParameterChange"); \ +static_assert(sizeof(FGizmoVec2ParameterChange) == 0x000010, "Wrong size on FGizmoVec2ParameterChange"); \ +static_assert(offsetof(FGizmoVec2ParameterChange, InitialValue) == 0x000000, "Member 'FGizmoVec2ParameterChange::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoVec2ParameterChange, CurrentValue) == 0x000008, "Member 'FGizmoVec2ParameterChange::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBehavior \ +static_assert(alignof(UInputBehavior) == 0x000008, "Wrong alignment on UInputBehavior"); \ +static_assert(sizeof(UInputBehavior) == 0x000030, "Wrong size on UInputBehavior"); \ + +#define DUMPER7_ASSERTS_IToolFrameworkComponent \ +static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ +static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ + +#define DUMPER7_ASSERTS_UAnyButtonInputBehavior \ +static_assert(alignof(UAnyButtonInputBehavior) == 0x000008, "Wrong alignment on UAnyButtonInputBehavior"); \ +static_assert(sizeof(UAnyButtonInputBehavior) == 0x000080, "Wrong size on UAnyButtonInputBehavior"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmoBuilder \ +static_assert(alignof(UInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on UInteractiveGizmoBuilder"); \ +static_assert(sizeof(UInteractiveGizmoBuilder) == 0x000028, "Wrong size on UInteractiveGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmoBuilder \ +static_assert(alignof(UAxisAngleGizmoBuilder) == 0x000008, "Wrong alignment on UAxisAngleGizmoBuilder"); \ +static_assert(sizeof(UAxisAngleGizmoBuilder) == 0x000028, "Wrong size on UAxisAngleGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmo \ +static_assert(alignof(UInteractiveGizmo) == 0x000008, "Wrong alignment on UInteractiveGizmo"); \ +static_assert(sizeof(UInteractiveGizmo) == 0x000038, "Wrong size on UInteractiveGizmo"); \ +static_assert(offsetof(UInteractiveGizmo, InputBehaviors) == 0x000030, "Member 'UInteractiveGizmo::InputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UAxisPositionGizmoBuilder \ +static_assert(alignof(UAxisPositionGizmoBuilder) == 0x000008, "Wrong alignment on UAxisPositionGizmoBuilder"); \ +static_assert(sizeof(UAxisPositionGizmoBuilder) == 0x000028, "Wrong size on UAxisPositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UAxisPositionGizmo \ +static_assert(alignof(UAxisPositionGizmo) == 0x000008, "Wrong alignment on UAxisPositionGizmo"); \ +static_assert(sizeof(UAxisPositionGizmo) == 0x0000D8, "Wrong size on UAxisPositionGizmo"); \ +static_assert(offsetof(UAxisPositionGizmo, AxisSource) == 0x000048, "Member 'UAxisPositionGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSource) == 0x000058, "Member 'UAxisPositionGizmo::ParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, HitTarget) == 0x000068, "Member 'UAxisPositionGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, StateTarget) == 0x000078, "Member 'UAxisPositionGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, bEnableSignedAxis) == 0x000088, "Member 'UAxisPositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, bInInteraction) == 0x000089, "Member 'UAxisPositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionOrigin) == 0x00008C, "Member 'UAxisPositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionAxis) == 0x000098, "Member 'UAxisPositionGizmo::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartPoint) == 0x0000A4, "Member 'UAxisPositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurPoint) == 0x0000B0, "Member 'UAxisPositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartParameter) == 0x0000BC, "Member 'UAxisPositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurParameter) == 0x0000C0, "Member 'UAxisPositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSign) == 0x0000C4, "Member 'UAxisPositionGizmo::ParameterSign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantAxisSource \ +static_assert(alignof(UGizmoConstantAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantAxisSource"); \ +static_assert(sizeof(UGizmoConstantAxisSource) == 0x000048, "Wrong size on UGizmoConstantAxisSource"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Direction) == 0x00003C, "Member 'UGizmoConstantAxisSource::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolBuilder \ +static_assert(alignof(UInteractiveToolBuilder) == 0x000008, "Wrong alignment on UInteractiveToolBuilder"); \ +static_assert(sizeof(UInteractiveToolBuilder) == 0x000028, "Wrong size on UInteractiveToolBuilder"); \ + +#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_UGizmoConstantFrameAxisSource \ +static_assert(alignof(UGizmoConstantFrameAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantFrameAxisSource"); \ +static_assert(sizeof(UGizmoConstantFrameAxisSource) == 0x000060, "Wrong size on UGizmoConstantFrameAxisSource"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantFrameAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Direction) == 0x00003C, "Member 'UGizmoConstantFrameAxisSource::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentX) == 0x000048, "Member 'UGizmoConstantFrameAxisSource::TangentX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentY) == 0x000054, "Member 'UGizmoConstantFrameAxisSource::TangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoWorldAxisSource \ +static_assert(alignof(UGizmoWorldAxisSource) == 0x000008, "Wrong alignment on UGizmoWorldAxisSource"); \ +static_assert(sizeof(UGizmoWorldAxisSource) == 0x000040, "Wrong size on UGizmoWorldAxisSource"); \ +static_assert(offsetof(UGizmoWorldAxisSource, Origin) == 0x000030, "Member 'UGizmoWorldAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoWorldAxisSource, AxisIndex) == 0x00003C, "Member 'UGizmoWorldAxisSource::AxisIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentAxisSource \ +static_assert(alignof(UGizmoComponentAxisSource) == 0x000008, "Wrong alignment on UGizmoComponentAxisSource"); \ +static_assert(sizeof(UGizmoComponentAxisSource) == 0x000040, "Wrong size on UGizmoComponentAxisSource"); \ +static_assert(offsetof(UGizmoComponentAxisSource, Component) == 0x000030, "Member 'UGizmoComponentAxisSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, AxisIndex) == 0x000038, "Member 'UGizmoComponentAxisSource::AxisIndex' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, bLocalAxes) == 0x00003C, "Member 'UGizmoComponentAxisSource::bLocalAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolPropertySet \ +static_assert(alignof(UInteractiveToolPropertySet) == 0x000008, "Wrong alignment on UInteractiveToolPropertySet"); \ +static_assert(sizeof(UInteractiveToolPropertySet) == 0x000060, "Wrong size on UInteractiveToolPropertySet"); \ +static_assert(offsetof(UInteractiveToolPropertySet, CachedProperties) == 0x000038, "Member 'UInteractiveToolPropertySet::CachedProperties' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolPropertySet, bIsPropertySetEnabled) == 0x000040, "Member 'UInteractiveToolPropertySet::bIsPropertySetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseFloatParameterSource \ +static_assert(alignof(UGizmoBaseFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseFloatParameterSource"); \ +static_assert(sizeof(UGizmoBaseFloatParameterSource) == 0x000048, "Wrong size on UGizmoBaseFloatParameterSource"); \ + +#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_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_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_USingleSelectionTool \ +static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ +static_assert(sizeof(USingleSelectionTool) == 0x000088, "Wrong size on USingleSelectionTool"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointTool \ +static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ +static_assert(sizeof(UMeshSurfacePointTool) == 0x0000C0, "Wrong size on UMeshSurfacePointTool"); \ + +#define DUMPER7_ASSERTS_UBaseBrushTool \ +static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ +static_assert(sizeof(UBaseBrushTool) == 0x0001B8, "Wrong size on UBaseBrushTool"); \ +static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x0000C0, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x0000C8, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x0000CC, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x0000D0, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000188, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x0001B0, "Member 'UBaseBrushTool::BrushStampIndicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicatorBuilder \ +static_assert(alignof(UBrushStampIndicatorBuilder) == 0x000008, "Wrong alignment on UBrushStampIndicatorBuilder"); \ +static_assert(sizeof(UBrushStampIndicatorBuilder) == 0x000028, "Wrong size on UBrushStampIndicatorBuilder"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicator \ +static_assert(alignof(UBrushStampIndicator) == 0x000008, "Wrong alignment on UBrushStampIndicator"); \ +static_assert(sizeof(UBrushStampIndicator) == 0x0000B0, "Wrong size on UBrushStampIndicator"); \ +static_assert(offsetof(UBrushStampIndicator, BrushRadius) == 0x000038, "Member 'UBrushStampIndicator::BrushRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushFalloff) == 0x00003C, "Member 'UBrushStampIndicator::BrushFalloff' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushPosition) == 0x000040, "Member 'UBrushStampIndicator::BrushPosition' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushNormal) == 0x00004C, "Member 'UBrushStampIndicator::BrushNormal' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawIndicatorLines) == 0x000058, "Member 'UBrushStampIndicator::bDrawIndicatorLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawRadiusCircle) == 0x000059, "Member 'UBrushStampIndicator::bDrawRadiusCircle' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SampleStepCount) == 0x00005C, "Member 'UBrushStampIndicator::SampleStepCount' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineColor) == 0x000060, "Member 'UBrushStampIndicator::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineThickness) == 0x000070, "Member 'UBrushStampIndicator::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDepthTested) == 0x000074, "Member 'UBrushStampIndicator::bDepthTested' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawSecondaryLines) == 0x000075, "Member 'UBrushStampIndicator::bDrawSecondaryLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineThickness) == 0x000078, "Member 'UBrushStampIndicator::SecondaryLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineColor) == 0x00007C, "Member 'UBrushStampIndicator::SecondaryLineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, AttachedComponent) == 0x000090, "Member 'UBrushStampIndicator::AttachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClickDragInputBehavior \ +static_assert(alignof(UClickDragInputBehavior) == 0x000008, "Wrong alignment on UClickDragInputBehavior"); \ +static_assert(sizeof(UClickDragInputBehavior) == 0x000140, "Wrong size on UClickDragInputBehavior"); \ +static_assert(offsetof(UClickDragInputBehavior, bUpdateModifiersDuringDrag) == 0x000120, "Member 'UClickDragInputBehavior::bUpdateModifiersDuringDrag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalClickDragInputBehavior \ +static_assert(alignof(ULocalClickDragInputBehavior) == 0x000008, "Wrong alignment on ULocalClickDragInputBehavior"); \ +static_assert(sizeof(ULocalClickDragInputBehavior) == 0x000280, "Wrong size on ULocalClickDragInputBehavior"); \ + +#define DUMPER7_ASSERTS_UClickDragToolBuilder \ +static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ +static_assert(sizeof(UClickDragToolBuilder) == 0x000028, "Wrong size on UClickDragToolBuilder"); \ + +#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_UClickDragTool \ +static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ +static_assert(sizeof(UClickDragTool) == 0x000088, "Wrong size on UClickDragTool"); \ + +#define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ +static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ +static_assert(sizeof(AInternalToolFrameworkActor) == 0x000228, "Wrong size on AInternalToolFrameworkActor"); \ + +#define DUMPER7_ASSERTS_AGizmoActor \ +static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ +static_assert(sizeof(AGizmoActor) == 0x000228, "Wrong size on AGizmoActor"); \ + +#define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateHoverState \ +static_assert(alignof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateHoverState"); \ +static_assert(sizeof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateHoverState"); \ +static_assert(offsetof(GizmoBaseComponent_UpdateHoverState, bHoveringIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateHoverState::bHoveringIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateWorldLocalState \ +static_assert(alignof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateWorldLocalState"); \ +static_assert(sizeof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateWorldLocalState"); \ +static_assert(offsetof(GizmoBaseComponent_UpdateWorldLocalState, bWorldIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateWorldLocalState::bWorldIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseComponent \ +static_assert(alignof(UGizmoBaseComponent) == 0x000010, "Wrong alignment on UGizmoBaseComponent"); \ +static_assert(sizeof(UGizmoBaseComponent) == 0x000470, "Wrong size on UGizmoBaseComponent"); \ +static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000450, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000460, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x000464, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UGizmoArrowComponent \ +static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ +static_assert(sizeof(UGizmoArrowComponent) == 0x000490, "Wrong size on UGizmoArrowComponent"); \ +static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000470, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x00047C, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Length) == 0x000480, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x000484, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBoxComponent \ +static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ +static_assert(sizeof(UGizmoBoxComponent) == 0x0004B0, "Wrong size on UGizmoBoxComponent"); \ +static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000470, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x000480, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x000490, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x00049C, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x0004A0, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x0004A1, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoCircleComponent \ +static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ +static_assert(sizeof(UGizmoCircleComponent) == 0x000490, "Wrong size on UGizmoCircleComponent"); \ +static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000470, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x00047C, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000480, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000484, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x000488, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x000489, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoTransformSource_SetTransform \ +static_assert(alignof(GizmoTransformSource_SetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_SetTransform"); \ +static_assert(sizeof(GizmoTransformSource_SetTransform) == 0x000030, "Wrong size on GizmoTransformSource_SetTransform"); \ +static_assert(offsetof(GizmoTransformSource_SetTransform, NewTransform) == 0x000000, "Member 'GizmoTransformSource_SetTransform::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoTransformSource_GetTransform \ +static_assert(alignof(GizmoTransformSource_GetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_GetTransform"); \ +static_assert(sizeof(GizmoTransformSource_GetTransform) == 0x000030, "Wrong size on GizmoTransformSource_GetTransform"); \ +static_assert(offsetof(GizmoTransformSource_GetTransform, ReturnValue) == 0x000000, "Member 'GizmoTransformSource_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoTransformSource \ +static_assert(alignof(IGizmoTransformSource) == 0x000001, "Wrong alignment on IGizmoTransformSource"); \ +static_assert(sizeof(IGizmoTransformSource) == 0x000001, "Wrong size on IGizmoTransformSource"); \ + +#define DUMPER7_ASSERTS_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_GizmoAxisSource_GetDirection \ +static_assert(alignof(GizmoAxisSource_GetDirection) == 0x000004, "Wrong alignment on GizmoAxisSource_GetDirection"); \ +static_assert(sizeof(GizmoAxisSource_GetDirection) == 0x00000C, "Wrong size on GizmoAxisSource_GetDirection"); \ +static_assert(offsetof(GizmoAxisSource_GetDirection, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetOrigin \ +static_assert(alignof(GizmoAxisSource_GetOrigin) == 0x000004, "Wrong alignment on GizmoAxisSource_GetOrigin"); \ +static_assert(sizeof(GizmoAxisSource_GetOrigin) == 0x00000C, "Wrong size on GizmoAxisSource_GetOrigin"); \ +static_assert(offsetof(GizmoAxisSource_GetOrigin, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetTangentVectors \ +static_assert(alignof(GizmoAxisSource_GetTangentVectors) == 0x000004, "Wrong alignment on GizmoAxisSource_GetTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_GetTangentVectors) == 0x000018, "Wrong size on GizmoAxisSource_GetTangentVectors"); \ +static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentXOut) == 0x000000, "Member 'GizmoAxisSource_GetTangentVectors::TangentXOut' has a wrong offset!"); \ +static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentYOut) == 0x00000C, "Member 'GizmoAxisSource_GetTangentVectors::TangentYOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_HasTangentVectors \ +static_assert(alignof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong alignment on GizmoAxisSource_HasTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong size on GizmoAxisSource_HasTangentVectors"); \ +static_assert(offsetof(GizmoAxisSource_HasTangentVectors, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_HasTangentVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoAxisSource \ +static_assert(alignof(IGizmoAxisSource) == 0x000001, "Wrong alignment on IGizmoAxisSource"); \ +static_assert(sizeof(IGizmoAxisSource) == 0x000001, "Wrong size on IGizmoAxisSource"); \ + +#define DUMPER7_ASSERTS_GizmoClickTarget_UpdateHoverState \ +static_assert(alignof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateHoverState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateHoverState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoClickTarget \ +static_assert(alignof(IGizmoClickTarget) == 0x000001, "Wrong alignment on IGizmoClickTarget"); \ +static_assert(sizeof(IGizmoClickTarget) == 0x000001, "Wrong size on IGizmoClickTarget"); \ + +#define DUMPER7_ASSERTS_IGizmoStateTarget \ +static_assert(alignof(IGizmoStateTarget) == 0x000001, "Wrong alignment on IGizmoStateTarget"); \ +static_assert(sizeof(IGizmoStateTarget) == 0x000001, "Wrong size on IGizmoStateTarget"); \ + +#define DUMPER7_ASSERTS_IToolContextTransactionProvider \ +static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ +static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ + +#define DUMPER7_ASSERTS_GizmoFloatParameterSource_SetParameter \ +static_assert(alignof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_SetParameter"); \ +static_assert(offsetof(GizmoFloatParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoFloatParameterSource_SetParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoFloatParameterSource_GetParameter \ +static_assert(alignof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_GetParameter"); \ +static_assert(offsetof(GizmoFloatParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoFloatParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoFloatParameterSource \ +static_assert(alignof(IGizmoFloatParameterSource) == 0x000001, "Wrong alignment on IGizmoFloatParameterSource"); \ +static_assert(sizeof(IGizmoFloatParameterSource) == 0x000001, "Wrong size on IGizmoFloatParameterSource"); \ + +#define DUMPER7_ASSERTS_GizmoVec2ParameterSource_SetParameter \ +static_assert(alignof(GizmoVec2ParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_SetParameter) == 0x000008, "Wrong size on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(offsetof(GizmoVec2ParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoVec2ParameterSource_SetParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoVec2ParameterSource_GetParameter \ +static_assert(alignof(GizmoVec2ParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_GetParameter) == 0x000008, "Wrong size on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(offsetof(GizmoVec2ParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoVec2ParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoVec2ParameterSource \ +static_assert(alignof(IGizmoVec2ParameterSource) == 0x000001, "Wrong alignment on IGizmoVec2ParameterSource"); \ +static_assert(sizeof(IGizmoVec2ParameterSource) == 0x000001, "Wrong size on IGizmoVec2ParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoLineHandleComponent \ +static_assert(alignof(UGizmoLineHandleComponent) == 0x000010, "Wrong alignment on UGizmoLineHandleComponent"); \ +static_assert(sizeof(UGizmoLineHandleComponent) == 0x0004A0, "Wrong size on UGizmoLineHandleComponent"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000470, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x00047C, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x000480, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x000484, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x000490, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x000494, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoRectangleComponent \ +static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ +static_assert(sizeof(UGizmoRectangleComponent) == 0x0004A0, "Wrong size on UGizmoRectangleComponent"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000470, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x00047C, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x000488, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x00048C, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x000490, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x000494, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x000498, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x00049C, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaHitTarget \ +static_assert(alignof(UGizmoLambdaHitTarget) == 0x000008, "Wrong alignment on UGizmoLambdaHitTarget"); \ +static_assert(sizeof(UGizmoLambdaHitTarget) == 0x0000B0, "Wrong size on UGizmoLambdaHitTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentHitTarget \ +static_assert(alignof(UGizmoComponentHitTarget) == 0x000010, "Wrong alignment on UGizmoComponentHitTarget"); \ +static_assert(sizeof(UGizmoComponentHitTarget) == 0x000080, "Wrong size on UGizmoComponentHitTarget"); \ +static_assert(offsetof(UGizmoComponentHitTarget, Component) == 0x000030, "Member 'UGizmoComponentHitTarget::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInputBehaviorSource \ +static_assert(alignof(IInputBehaviorSource) == 0x000001, "Wrong alignment on IInputBehaviorSource"); \ +static_assert(sizeof(IInputBehaviorSource) == 0x000001, "Wrong size on IInputBehaviorSource"); \ + +#define DUMPER7_ASSERTS_UInputRouter \ +static_assert(alignof(UInputRouter) == 0x000008, "Wrong alignment on UInputRouter"); \ +static_assert(sizeof(UInputRouter) == 0x0000B0, "Wrong size on UInputRouter"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnHover) == 0x000028, "Member 'UInputRouter::bAutoInvalidateOnHover' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnCapture) == 0x000029, "Member 'UInputRouter::bAutoInvalidateOnCapture' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, ActiveInputBehaviors) == 0x000038, "Member 'UInputRouter::ActiveInputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionMechanic \ +static_assert(alignof(UInteractionMechanic) == 0x000008, "Wrong alignment on UInteractionMechanic"); \ +static_assert(sizeof(UInteractionMechanic) == 0x000030, "Wrong size on UInteractionMechanic"); \ + +#define DUMPER7_ASSERTS_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_AIntervalGizmoActor \ +static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ +static_assert(sizeof(AIntervalGizmoActor) == 0x000240, "Wrong size on AIntervalGizmoActor"); \ +static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000228, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x000230, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x000238, "Member 'AIntervalGizmoActor::ForwardIntervalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntervalGizmoBuilder \ +static_assert(alignof(UIntervalGizmoBuilder) == 0x000008, "Wrong alignment on UIntervalGizmoBuilder"); \ +static_assert(sizeof(UIntervalGizmoBuilder) == 0x0000C0, "Wrong size on UIntervalGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisIntervalParameterSource \ +static_assert(alignof(UGizmoAxisIntervalParameterSource) == 0x000008, "Wrong alignment on UGizmoAxisIntervalParameterSource"); \ +static_assert(sizeof(UGizmoAxisIntervalParameterSource) == 0x000060, "Wrong size on UGizmoAxisIntervalParameterSource"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, FloatParameterSource) == 0x000048, "Member 'UGizmoAxisIntervalParameterSource::FloatParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, MinParameter) == 0x000058, "Member 'UGizmoAxisIntervalParameterSource::MinParameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, MaxParameter) == 0x00005C, "Member 'UGizmoAxisIntervalParameterSource::MaxParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKeyAsModifierInputBehavior \ +static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ +static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x000110, "Wrong size on UKeyAsModifierInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseHoverBehavior \ +static_assert(alignof(UMouseHoverBehavior) == 0x000008, "Wrong alignment on UMouseHoverBehavior"); \ +static_assert(sizeof(UMouseHoverBehavior) == 0x000098, "Wrong size on UMouseHoverBehavior"); \ + +#define DUMPER7_ASSERTS_UMultiClickSequenceInputBehavior \ +static_assert(alignof(UMultiClickSequenceInputBehavior) == 0x000008, "Wrong alignment on UMultiClickSequenceInputBehavior"); \ +static_assert(sizeof(UMultiClickSequenceInputBehavior) == 0x000130, "Wrong size on UMultiClickSequenceInputBehavior"); \ + +#define DUMPER7_ASSERTS_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_UGizmoPlaneScaleParameterSource \ +static_assert(alignof(UGizmoPlaneScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneScaleParameterSource"); \ +static_assert(sizeof(UGizmoPlaneScaleParameterSource) == 0x000130, "Wrong size on UGizmoPlaneScaleParameterSource"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, ScaleMultiplier) == 0x0000B0, "Member 'UGizmoPlaneScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, Parameter) == 0x0000B4, "Member 'UGizmoPlaneScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, LastChange) == 0x0000BC, "Member 'UGizmoPlaneScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleOrigin) == 0x0000CC, "Member 'UGizmoPlaneScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleNormal) == 0x0000D8, "Member 'UGizmoPlaneScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisX) == 0x0000E4, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisY) == 0x0000F0, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmoBuilder \ +static_assert(alignof(UPlanePositionGizmoBuilder) == 0x000008, "Wrong alignment on UPlanePositionGizmoBuilder"); \ +static_assert(sizeof(UPlanePositionGizmoBuilder) == 0x000028, "Wrong size on UPlanePositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmo \ +static_assert(alignof(UPlanePositionGizmo) == 0x000008, "Wrong alignment on UPlanePositionGizmo"); \ +static_assert(sizeof(UPlanePositionGizmo) == 0x000100, "Wrong size on UPlanePositionGizmo"); \ +static_assert(offsetof(UPlanePositionGizmo, AxisSource) == 0x000048, "Member 'UPlanePositionGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSource) == 0x000058, "Member 'UPlanePositionGizmo::ParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, HitTarget) == 0x000068, "Member 'UPlanePositionGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, StateTarget) == 0x000078, "Member 'UPlanePositionGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bEnableSignedAxis) == 0x000088, "Member 'UPlanePositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bFlipX) == 0x000089, "Member 'UPlanePositionGizmo::bFlipX' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bFlipY) == 0x00008A, "Member 'UPlanePositionGizmo::bFlipY' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bInInteraction) == 0x00008B, "Member 'UPlanePositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionOrigin) == 0x00008C, "Member 'UPlanePositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionNormal) == 0x000098, "Member 'UPlanePositionGizmo::InteractionNormal' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisX) == 0x0000A4, "Member 'UPlanePositionGizmo::InteractionAxisX' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisY) == 0x0000B0, "Member 'UPlanePositionGizmo::InteractionAxisY' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartPoint) == 0x0000BC, "Member 'UPlanePositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurPoint) == 0x0000C8, "Member 'UPlanePositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartParameter) == 0x0000D4, "Member 'UPlanePositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurParameter) == 0x0000DC, "Member 'UPlanePositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSigns) == 0x0000E4, "Member 'UPlanePositionGizmo::ParameterSigns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelectionSet \ +static_assert(alignof(USelectionSet) == 0x000008, "Wrong alignment on USelectionSet"); \ +static_assert(sizeof(USelectionSet) == 0x000040, "Wrong size on USelectionSet"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionSet \ +static_assert(alignof(UMeshSelectionSet) == 0x000008, "Wrong alignment on UMeshSelectionSet"); \ +static_assert(sizeof(UMeshSelectionSet) == 0x000080, "Wrong size on UMeshSelectionSet"); \ +static_assert(offsetof(UMeshSelectionSet, Vertices) == 0x000040, "Member 'UMeshSelectionSet::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Edges) == 0x000050, "Member 'UMeshSelectionSet::Edges' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Faces) == 0x000060, "Member 'UMeshSelectionSet::Faces' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Groups) == 0x000070, "Member 'UMeshSelectionSet::Groups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleClickInputBehavior \ +static_assert(alignof(USingleClickInputBehavior) == 0x000008, "Wrong alignment on USingleClickInputBehavior"); \ +static_assert(sizeof(USingleClickInputBehavior) == 0x000130, "Wrong size on USingleClickInputBehavior"); \ +static_assert(offsetof(USingleClickInputBehavior, HitTestOnRelease) == 0x0000C0, "Member 'USingleClickInputBehavior::HitTestOnRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleClickToolBuilder \ +static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ +static_assert(sizeof(USingleClickToolBuilder) == 0x000028, "Wrong size on USingleClickToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleClickTool \ +static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ +static_assert(sizeof(USingleClickTool) == 0x000088, "Wrong size on USingleClickTool"); \ + +#define DUMPER7_ASSERTS_UGizmoNilStateTarget \ +static_assert(alignof(UGizmoNilStateTarget) == 0x000008, "Wrong alignment on UGizmoNilStateTarget"); \ +static_assert(sizeof(UGizmoNilStateTarget) == 0x000030, "Wrong size on UGizmoNilStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaStateTarget \ +static_assert(alignof(UGizmoLambdaStateTarget) == 0x000008, "Wrong alignment on UGizmoLambdaStateTarget"); \ +static_assert(sizeof(UGizmoLambdaStateTarget) == 0x0000B0, "Wrong size on UGizmoLambdaStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoObjectModifyStateTarget \ +static_assert(alignof(UGizmoObjectModifyStateTarget) == 0x000008, "Wrong alignment on UGizmoObjectModifyStateTarget"); \ +static_assert(sizeof(UGizmoObjectModifyStateTarget) == 0x000058, "Wrong size on UGizmoObjectModifyStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformChangeStateTarget \ +static_assert(alignof(UGizmoTransformChangeStateTarget) == 0x000010, "Wrong alignment on UGizmoTransformChangeStateTarget"); \ +static_assert(sizeof(UGizmoTransformChangeStateTarget) == 0x0000E0, "Wrong size on UGizmoTransformChangeStateTarget"); \ +static_assert(offsetof(UGizmoTransformChangeStateTarget, TransactionManager) == 0x000050, "Member 'UGizmoTransformChangeStateTarget::TransactionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATransformGizmoActor \ +static_assert(alignof(ATransformGizmoActor) == 0x000008, "Wrong alignment on ATransformGizmoActor"); \ +static_assert(sizeof(ATransformGizmoActor) == 0x0002A8, "Wrong size on ATransformGizmoActor"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateX) == 0x000228, "Member 'ATransformGizmoActor::TranslateX' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateY) == 0x000230, "Member 'ATransformGizmoActor::TranslateY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateZ) == 0x000238, "Member 'ATransformGizmoActor::TranslateZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateYZ) == 0x000240, "Member 'ATransformGizmoActor::TranslateYZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateXZ) == 0x000248, "Member 'ATransformGizmoActor::TranslateXZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateXY) == 0x000250, "Member 'ATransformGizmoActor::TranslateXY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, RotateX) == 0x000258, "Member 'ATransformGizmoActor::RotateX' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, RotateY) == 0x000260, "Member 'ATransformGizmoActor::RotateY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, RotateZ) == 0x000268, "Member 'ATransformGizmoActor::RotateZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, UniformScale) == 0x000270, "Member 'ATransformGizmoActor::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, AxisScaleX) == 0x000278, "Member 'ATransformGizmoActor::AxisScaleX' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, AxisScaleY) == 0x000280, "Member 'ATransformGizmoActor::AxisScaleY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, AxisScaleZ) == 0x000288, "Member 'ATransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, PlaneScaleYZ) == 0x000290, "Member 'ATransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, PlaneScaleXZ) == 0x000298, "Member 'ATransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, PlaneScaleXY) == 0x0002A0, "Member 'ATransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformGizmoBuilder \ +static_assert(alignof(UTransformGizmoBuilder) == 0x000008, "Wrong alignment on UTransformGizmoBuilder"); \ +static_assert(sizeof(UTransformGizmoBuilder) == 0x0000C0, "Wrong size on UTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UTransformGizmo \ +static_assert(alignof(UTransformGizmo) == 0x000010, "Wrong alignment on UTransformGizmo"); \ +static_assert(sizeof(UTransformGizmo) == 0x0001A0, "Wrong size on UTransformGizmo"); \ +static_assert(offsetof(UTransformGizmo, ActiveTarget) == 0x000040, "Member 'UTransformGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bSnapToWorldGrid) == 0x000048, "Member 'UTransformGizmo::bSnapToWorldGrid' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bGridSizeIsExplicit) == 0x000049, "Member 'UTransformGizmo::bGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ExplicitGridSize) == 0x00004C, "Member 'UTransformGizmo::ExplicitGridSize' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bRotationGridSizeIsExplicit) == 0x000058, "Member 'UTransformGizmo::bRotationGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ExplicitRotationGridSize) == 0x00005C, "Member 'UTransformGizmo::ExplicitRotationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bSnapToWorldRotGrid) == 0x000068, "Member 'UTransformGizmo::bSnapToWorldRotGrid' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bUseContextCoordinateSystem) == 0x000069, "Member 'UTransformGizmo::bUseContextCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, CurrentCoordinateSystem) == 0x00006C, "Member 'UTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ActiveComponents) == 0x000100, "Member 'UTransformGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, NonuniformScaleComponents) == 0x000110, "Member 'UTransformGizmo::NonuniformScaleComponents' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ActiveGizmos) == 0x000120, "Member 'UTransformGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, CameraAxisSource) == 0x000140, "Member 'UTransformGizmo::CameraAxisSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, AxisXSource) == 0x000148, "Member 'UTransformGizmo::AxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, AxisYSource) == 0x000150, "Member 'UTransformGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, AxisZSource) == 0x000158, "Member 'UTransformGizmo::AxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, UnitAxisXSource) == 0x000160, "Member 'UTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, UnitAxisYSource) == 0x000168, "Member 'UTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, UnitAxisZSource) == 0x000170, "Member 'UTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, StateTarget) == 0x000178, "Member 'UTransformGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ScaledTransformSource) == 0x000180, "Member 'UTransformGizmo::ScaledTransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformProxy \ +static_assert(alignof(UTransformProxy) == 0x000010, "Wrong alignment on UTransformProxy"); \ +static_assert(sizeof(UTransformProxy) == 0x0000F0, "Wrong size on UTransformProxy"); \ +static_assert(offsetof(UTransformProxy, bRotatePerObject) == 0x000070, "Member 'UTransformProxy::bRotatePerObject' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, bSetPivotMode) == 0x000071, "Member 'UTransformProxy::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, SharedTransform) == 0x000090, "Member 'UTransformProxy::SharedTransform' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, InitialSharedTransform) == 0x0000C0, "Member 'UTransformProxy::InitialSharedTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseTransformSource \ +static_assert(alignof(UGizmoBaseTransformSource) == 0x000008, "Wrong alignment on UGizmoBaseTransformSource"); \ +static_assert(sizeof(UGizmoBaseTransformSource) == 0x000048, "Wrong size on UGizmoBaseTransformSource"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentWorldTransformSource \ +static_assert(alignof(UGizmoComponentWorldTransformSource) == 0x000008, "Wrong alignment on UGizmoComponentWorldTransformSource"); \ +static_assert(sizeof(UGizmoComponentWorldTransformSource) == 0x000058, "Wrong size on UGizmoComponentWorldTransformSource"); \ +static_assert(offsetof(UGizmoComponentWorldTransformSource, Component) == 0x000048, "Member 'UGizmoComponentWorldTransformSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentWorldTransformSource, bModifyComponentOnTransform) == 0x000050, "Member 'UGizmoComponentWorldTransformSource::bModifyComponentOnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoScaledTransformSource \ +static_assert(alignof(UGizmoScaledTransformSource) == 0x000010, "Wrong alignment on UGizmoScaledTransformSource"); \ +static_assert(sizeof(UGizmoScaledTransformSource) == 0x0000E0, "Wrong size on UGizmoScaledTransformSource"); \ +static_assert(offsetof(UGizmoScaledTransformSource, ChildTransformSource) == 0x000048, "Member 'UGizmoScaledTransformSource::ChildTransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformProxyTransformSource \ +static_assert(alignof(UGizmoTransformProxyTransformSource) == 0x000008, "Wrong alignment on UGizmoTransformProxyTransformSource"); \ +static_assert(sizeof(UGizmoTransformProxyTransformSource) == 0x000050, "Wrong size on UGizmoTransformProxyTransformSource"); \ +static_assert(offsetof(UGizmoTransformProxyTransformSource, Proxy) == 0x000048, "Member 'UGizmoTransformProxyTransformSource::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizedIconInfo \ +static_assert(alignof(FLocalizedIconInfo) == 0x000008, "Wrong alignment on FLocalizedIconInfo"); \ +static_assert(sizeof(FLocalizedIconInfo) == 0x000030, "Wrong size on FLocalizedIconInfo"); \ +static_assert(offsetof(FLocalizedIconInfo, LanguageCode) == 0x000000, "Member 'FLocalizedIconInfo::LanguageCode' has a wrong offset!"); \ +static_assert(offsetof(FLocalizedIconInfo, IconModelPath) == 0x000010, "Member 'FLocalizedIconInfo::IconModelPath' has a wrong offset!"); \ +static_assert(offsetof(FLocalizedIconInfo, IconPortalPath) == 0x000020, "Member 'FLocalizedIconInfo::IconPortalPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizedIconInfos \ +static_assert(alignof(FLocalizedIconInfos) == 0x000008, "Wrong alignment on FLocalizedIconInfos"); \ +static_assert(sizeof(FLocalizedIconInfos) == 0x000010, "Wrong size on FLocalizedIconInfos"); \ +static_assert(offsetof(FLocalizedIconInfos, IconData) == 0x000000, "Member 'FLocalizedIconInfos::IconData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizedAppName \ +static_assert(alignof(FLocalizedAppName) == 0x000008, "Wrong alignment on FLocalizedAppName"); \ +static_assert(sizeof(FLocalizedAppName) == 0x000020, "Wrong size on FLocalizedAppName"); \ +static_assert(offsetof(FLocalizedAppName, LanguageCode) == 0x000000, "Member 'FLocalizedAppName::LanguageCode' has a wrong offset!"); \ +static_assert(offsetof(FLocalizedAppName, AppName) == 0x000010, "Member 'FLocalizedAppName::AppName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLuminComponentSubElement \ +static_assert(alignof(FLuminComponentSubElement) == 0x000008, "Wrong alignment on FLuminComponentSubElement"); \ +static_assert(sizeof(FLuminComponentSubElement) == 0x000018, "Wrong size on FLuminComponentSubElement"); \ +static_assert(offsetof(FLuminComponentSubElement, ElementType) == 0x000000, "Member 'FLuminComponentSubElement::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FLuminComponentSubElement, Value) == 0x000008, "Member 'FLuminComponentSubElement::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLuminComponentElement \ +static_assert(alignof(FLuminComponentElement) == 0x000008, "Wrong alignment on FLuminComponentElement"); \ +static_assert(sizeof(FLuminComponentElement) == 0x000048, "Wrong size on FLuminComponentElement"); \ +static_assert(offsetof(FLuminComponentElement, Name) == 0x000000, "Member 'FLuminComponentElement::Name' has a wrong offset!"); \ +static_assert(offsetof(FLuminComponentElement, VisibleName) == 0x000010, "Member 'FLuminComponentElement::VisibleName' has a wrong offset!"); \ +static_assert(offsetof(FLuminComponentElement, ExecutableName) == 0x000020, "Member 'FLuminComponentElement::ExecutableName' has a wrong offset!"); \ +static_assert(offsetof(FLuminComponentElement, ComponentType) == 0x000030, "Member 'FLuminComponentElement::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(FLuminComponentElement, ExtraComponentSubElements) == 0x000038, "Member 'FLuminComponentElement::ExtraComponentSubElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULuminRuntimeSettings \ +static_assert(alignof(ULuminRuntimeSettings) == 0x000008, "Wrong alignment on ULuminRuntimeSettings"); \ +static_assert(sizeof(ULuminRuntimeSettings) == 0x000148, "Wrong size on ULuminRuntimeSettings"); \ +static_assert(offsetof(ULuminRuntimeSettings, PackageName) == 0x000028, "Member 'ULuminRuntimeSettings::PackageName' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, ApplicationDisplayName) == 0x000038, "Member 'ULuminRuntimeSettings::ApplicationDisplayName' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, FrameTimingHint) == 0x000048, "Member 'ULuminRuntimeSettings::FrameTimingHint' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, bProtectedContent) == 0x000049, "Member 'ULuminRuntimeSettings::bProtectedContent' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, bManualCallToAppReady) == 0x00004A, "Member 'ULuminRuntimeSettings::bManualCallToAppReady' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, bUseMobileRendering) == 0x00004B, "Member 'ULuminRuntimeSettings::bUseMobileRendering' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, bUseVulkan) == 0x00004C, "Member 'ULuminRuntimeSettings::bUseVulkan' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, Certificate) == 0x000050, "Member 'ULuminRuntimeSettings::Certificate' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, IconModelPath) == 0x000060, "Member 'ULuminRuntimeSettings::IconModelPath' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, IconPortalPath) == 0x000070, "Member 'ULuminRuntimeSettings::IconPortalPath' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, LocalizedIconInfos) == 0x000080, "Member 'ULuminRuntimeSettings::LocalizedIconInfos' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, VersionCode) == 0x000090, "Member 'ULuminRuntimeSettings::VersionCode' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, MinimumAPILevel) == 0x000094, "Member 'ULuminRuntimeSettings::MinimumAPILevel' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, AppPrivileges) == 0x000098, "Member 'ULuminRuntimeSettings::AppPrivileges' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, ExtraComponentSubElements) == 0x0000A8, "Member 'ULuminRuntimeSettings::ExtraComponentSubElements' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, ExtraComponentElements) == 0x0000B8, "Member 'ULuminRuntimeSettings::ExtraComponentElements' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, SpatializationPlugin) == 0x0000C8, "Member 'ULuminRuntimeSettings::SpatializationPlugin' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, ReverbPlugin) == 0x0000D8, "Member 'ULuminRuntimeSettings::ReverbPlugin' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, OcclusionPlugin) == 0x0000E8, "Member 'ULuminRuntimeSettings::OcclusionPlugin' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, SoundCueCookQualityIndex) == 0x0000F8, "Member 'ULuminRuntimeSettings::SoundCueCookQualityIndex' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, bRemoveDebugInfo) == 0x0000FC, "Member 'ULuminRuntimeSettings::bRemoveDebugInfo' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, VulkanValidationLayerLibs) == 0x000100, "Member 'ULuminRuntimeSettings::VulkanValidationLayerLibs' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, bFrameVignette) == 0x000110, "Member 'ULuminRuntimeSettings::bFrameVignette' has a wrong offset!"); \ +static_assert(offsetof(ULuminRuntimeSettings, LocalizedAppNames) == 0x000118, "Member 'ULuminRuntimeSettings::LocalizedAppNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWindEffect \ +static_assert(alignof(FWindEffect) == 0x000004, "Wrong alignment on FWindEffect"); \ +static_assert(sizeof(FWindEffect) == 0x000020, "Wrong size on FWindEffect"); \ +static_assert(offsetof(FWindEffect, Type) == 0x000000, "Member 'FWindEffect::Type' has a wrong offset!"); \ +static_assert(offsetof(FWindEffect, Location) == 0x000004, "Member 'FWindEffect::Location' has a wrong offset!"); \ +static_assert(offsetof(FWindEffect, Radius) == 0x00000C, "Member 'FWindEffect::Radius' has a wrong offset!"); \ +static_assert(offsetof(FWindEffect, StartTime) == 0x000010, "Member 'FWindEffect::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FWindEffect, Duration) == 0x000014, "Member 'FWindEffect::Duration' has a wrong offset!"); \ +static_assert(offsetof(FWindEffect, Strength) == 0x000018, "Member 'FWindEffect::Strength' has a wrong offset!"); \ +static_assert(offsetof(FWindEffect, Rotation) == 0x00001C, "Member 'FWindEffect::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverCollisionFilterSettings \ +static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ +static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ +static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ +static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverTrailingFilterSettings \ +static_assert(alignof(FSolverTrailingFilterSettings) == 0x000004, "Wrong alignment on FSolverTrailingFilterSettings"); \ +static_assert(sizeof(FSolverTrailingFilterSettings) == 0x000010, "Wrong size on FSolverTrailingFilterSettings"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverTrailingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinMass) == 0x000004, "Member 'FSolverTrailingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverTrailingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverTrailingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosSolverConfiguration \ +static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ +static_assert(sizeof(FChaosSolverConfiguration) == 0x000068, "Wrong size on FChaosSolverConfiguration"); \ +static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000000, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionPairIterations) == 0x000004, "Member 'FChaosSolverConfiguration::CollisionPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x000008, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionPushOutPairIterations) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionPushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, JointPairIterations) == 0x00001C, "Member 'FChaosSolverConfiguration::JointPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, JointPushOutPairIterations) == 0x000020, "Member 'FChaosSolverConfiguration::JointPushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000024, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x000028, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x000029, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x00002C, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x00003C, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x000040, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x000050, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000054, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateContactGraph) == 0x000064, "Member 'FChaosSolverConfiguration::bGenerateContactGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverCollisionData \ +static_assert(alignof(FSolverCollisionData) == 0x000004, "Wrong alignment on FSolverCollisionData"); \ +static_assert(sizeof(FSolverCollisionData) == 0x00006C, "Wrong size on FSolverCollisionData"); \ +static_assert(offsetof(FSolverCollisionData, Location) == 0x000000, "Member 'FSolverCollisionData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AccumulatedImpulse) == 0x00000C, "Member 'FSolverCollisionData::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Normal) == 0x000018, "Member 'FSolverCollisionData::Normal' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Velocity1) == 0x000024, "Member 'FSolverCollisionData::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Velocity2) == 0x000030, "Member 'FSolverCollisionData::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AngularVelocity1) == 0x00003C, "Member 'FSolverCollisionData::AngularVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AngularVelocity2) == 0x000048, "Member 'FSolverCollisionData::AngularVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Mass1) == 0x000054, "Member 'FSolverCollisionData::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Mass2) == 0x000058, "Member 'FSolverCollisionData::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, ParticleIndex) == 0x00005C, "Member 'FSolverCollisionData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, LevelsetIndex) == 0x000060, "Member 'FSolverCollisionData::LevelsetIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, ParticleIndexMesh) == 0x000064, "Member 'FSolverCollisionData::ParticleIndexMesh' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, LevelsetIndexMesh) == 0x000068, "Member 'FSolverCollisionData::LevelsetIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingData \ +static_assert(alignof(FSolverBreakingData) == 0x000004, "Wrong alignment on FSolverBreakingData"); \ +static_assert(sizeof(FSolverBreakingData) == 0x000030, "Wrong size on FSolverBreakingData"); \ +static_assert(offsetof(FSolverBreakingData, Location) == 0x000000, "Member 'FSolverBreakingData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, Velocity) == 0x00000C, "Member 'FSolverBreakingData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, AngularVelocity) == 0x000018, "Member 'FSolverBreakingData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, Mass) == 0x000024, "Member 'FSolverBreakingData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, ParticleIndex) == 0x000028, "Member 'FSolverBreakingData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, ParticleIndexMesh) == 0x00002C, "Member 'FSolverBreakingData::ParticleIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverTrailingData \ +static_assert(alignof(FSolverTrailingData) == 0x000004, "Wrong alignment on FSolverTrailingData"); \ +static_assert(sizeof(FSolverTrailingData) == 0x000030, "Wrong size on FSolverTrailingData"); \ +static_assert(offsetof(FSolverTrailingData, Location) == 0x000000, "Member 'FSolverTrailingData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, Velocity) == 0x00000C, "Member 'FSolverTrailingData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, AngularVelocity) == 0x000018, "Member 'FSolverTrailingData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, Mass) == 0x000024, "Member 'FSolverTrailingData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, ParticleIndex) == 0x000028, "Member 'FSolverTrailingData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, ParticleIndexMesh) == 0x00002C, "Member 'FSolverTrailingData::ParticleIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedFrame \ +static_assert(alignof(FRecordedFrame) == 0x000008, "Wrong alignment on FRecordedFrame"); \ +static_assert(sizeof(FRecordedFrame) == 0x0000B8, "Wrong size on FRecordedFrame"); \ +static_assert(offsetof(FRecordedFrame, Transforms) == 0x000000, "Member 'FRecordedFrame::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, TransformIndices) == 0x000010, "Member 'FRecordedFrame::TransformIndices' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, PreviousTransformIndices) == 0x000020, "Member 'FRecordedFrame::PreviousTransformIndices' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, DisabledFlags) == 0x000030, "Member 'FRecordedFrame::DisabledFlags' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Collisions) == 0x000040, "Member 'FRecordedFrame::Collisions' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Breakings) == 0x000050, "Member 'FRecordedFrame::Breakings' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Trailings) == 0x000060, "Member 'FRecordedFrame::Trailings' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Timestamp) == 0x0000B0, "Member 'FRecordedFrame::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedTransformTrack \ +static_assert(alignof(FRecordedTransformTrack) == 0x000008, "Wrong alignment on FRecordedTransformTrack"); \ +static_assert(sizeof(FRecordedTransformTrack) == 0x000010, "Wrong size on FRecordedTransformTrack"); \ +static_assert(offsetof(FRecordedTransformTrack, Records) == 0x000000, "Member 'FRecordedTransformTrack::Records' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformRuntimeAudioCompressionOverrides \ +static_assert(alignof(FPlatformRuntimeAudioCompressionOverrides) == 0x000004, "Wrong alignment on FPlatformRuntimeAudioCompressionOverrides"); \ +static_assert(sizeof(FPlatformRuntimeAudioCompressionOverrides) == 0x000010, "Wrong size on FPlatformRuntimeAudioCompressionOverrides"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, bOverrideCompressionTimes) == 0x000000, "Member 'FPlatformRuntimeAudioCompressionOverrides::bOverrideCompressionTimes' has a wrong offset!"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, DurationThreshold) == 0x000004, "Member 'FPlatformRuntimeAudioCompressionOverrides::DurationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, MaxNumRandomBranches) == 0x000008, "Member 'FPlatformRuntimeAudioCompressionOverrides::MaxNumRandomBranches' has a wrong offset!"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, SoundCueQualityIndex) == 0x00000C, "Member 'FPlatformRuntimeAudioCompressionOverrides::SoundCueQualityIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlayerTrackOptions \ +static_assert(alignof(FMediaPlayerTrackOptions) == 0x000004, "Wrong alignment on FMediaPlayerTrackOptions"); \ +static_assert(sizeof(FMediaPlayerTrackOptions) == 0x00001C, "Wrong size on FMediaPlayerTrackOptions"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Audio) == 0x000000, "Member 'FMediaPlayerTrackOptions::Audio' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Caption) == 0x000004, "Member 'FMediaPlayerTrackOptions::Caption' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, MetaData) == 0x000008, "Member 'FMediaPlayerTrackOptions::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Script) == 0x00000C, "Member 'FMediaPlayerTrackOptions::Script' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Subtitle) == 0x000010, "Member 'FMediaPlayerTrackOptions::Subtitle' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Text) == 0x000014, "Member 'FMediaPlayerTrackOptions::Text' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Video) == 0x000018, "Member 'FMediaPlayerTrackOptions::Video' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlayerOptions \ +static_assert(alignof(FMediaPlayerOptions) == 0x000008, "Wrong alignment on FMediaPlayerOptions"); \ +static_assert(sizeof(FMediaPlayerOptions) == 0x000030, "Wrong size on FMediaPlayerOptions"); \ +static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000020, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000028, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x000029, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightPropagationVolumeSettings \ +static_assert(alignof(FLightPropagationVolumeSettings) == 0x000004, "Wrong alignment on FLightPropagationVolumeSettings"); \ +static_assert(sizeof(FLightPropagationVolumeSettings) == 0x000040, "Wrong size on FLightPropagationVolumeSettings"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVIntensity) == 0x000004, "Member 'FLightPropagationVolumeSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVVplInjectionBias) == 0x000008, "Member 'FLightPropagationVolumeSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSize) == 0x00000C, "Member 'FLightPropagationVolumeSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryOcclusionIntensity) == 0x000010, "Member 'FLightPropagationVolumeSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryBounceIntensity) == 0x000014, "Member 'FLightPropagationVolumeSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVGeometryVolumeBias) == 0x000018, "Member 'FLightPropagationVolumeSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVEmissiveInjectionIntensity) == 0x00001C, "Member 'FLightPropagationVolumeSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionIntensity) == 0x000020, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionRadius) == 0x000024, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionExponent) == 0x000028, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionExponent) == 0x00002C, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionIntensity) == 0x000030, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionIntensity) == 0x000034, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVFadeRange) == 0x000038, "Member 'FLightPropagationVolumeSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionFadeRange) == 0x00003C, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_BP_LandState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LandState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_LandState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LandState_C_HandleInputStickEvent) == 0x000028, "Wrong size on BP_LandState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LandState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LandState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LandState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LandState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LandState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_LandState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_LandState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_HandleAnimEvent \ +static_assert(alignof(BP_LandState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_LandState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_LandState_C_HandleAnimEvent) == 0x000020, "Wrong size on BP_LandState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_LandState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_LandState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_LandState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleAnimEvent, TargetState) == 0x000010, "Member 'BP_LandState_C_HandleAnimEvent::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_LandState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_CanEnterState \ +static_assert(alignof(BP_LandState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LandState_C_CanEnterState"); \ +static_assert(sizeof(BP_LandState_C_CanEnterState) == 0x000010, "Wrong size on BP_LandState_C_CanEnterState"); \ +static_assert(offsetof(BP_LandState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LandState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LandState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_LandState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_TryConsumeMontageRequest \ +static_assert(alignof(BP_LandState_C_TryConsumeMontageRequest) == 0x000008, "Wrong alignment on BP_LandState_C_TryConsumeMontageRequest"); \ +static_assert(sizeof(BP_LandState_C_TryConsumeMontageRequest) == 0x000020, "Wrong size on BP_LandState_C_TryConsumeMontageRequest"); \ +static_assert(offsetof(BP_LandState_C_TryConsumeMontageRequest, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_LandState_C_TryConsumeMontageRequest::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_TryConsumeMontageRequest, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_LandState_C_TryConsumeMontageRequest::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_TryConsumeMontageRequest, K2Node_DynamicCast_AsKena_Controller) == 0x000010, "Member 'BP_LandState_C_TryConsumeMontageRequest::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_TryConsumeMontageRequest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LandState_C_TryConsumeMontageRequest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_TryConsumeMontageRequest, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x000019, "Member 'BP_LandState_C_TryConsumeMontageRequest::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_TryConsumeMontageRequest, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x00001A, "Member 'BP_LandState_C_TryConsumeMontageRequest::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_Update \ +static_assert(alignof(BP_LandState_C_Update) == 0x000008, "Wrong alignment on BP_LandState_C_Update"); \ +static_assert(sizeof(BP_LandState_C_Update) == 0x000080, "Wrong size on BP_LandState_C_Update"); \ +static_assert(offsetof(BP_LandState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LandState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, TargetState) == 0x000008, "Member 'BP_LandState_C_Update::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_LandState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_LandState_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_LandState_C_Update::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_MakeLiteralByte_ReturnValue) == 0x000020, "Member 'BP_LandState_C_Update::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_PollActions_ReturnValue) == 0x000028, "Member 'BP_LandState_C_Update::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_LandState_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_IsInputBuffered_ReturnValue) == 0x000039, "Member 'BP_LandState_C_Update::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, K2Node_SwitchEnum_CmpSuccess) == 0x00003A, "Member 'BP_LandState_C_Update::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_LandState_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_GetClassDisplayName_ReturnValue) == 0x000040, "Member 'BP_LandState_C_Update::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_LandState_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_LandState_C_Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_LandState_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_LandState_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000070, "Member 'BP_LandState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000071, "Member 'BP_LandState_C_Update::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_Update, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000078, "Member 'BP_LandState_C_Update::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_OnStart \ +static_assert(alignof(BP_LandState_C_OnStart) == 0x000008, "Wrong alignment on BP_LandState_C_OnStart"); \ +static_assert(sizeof(BP_LandState_C_OnStart) == 0x000008, "Wrong size on BP_LandState_C_OnStart"); \ +static_assert(offsetof(BP_LandState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LandState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_OnSuspend \ +static_assert(alignof(BP_LandState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_LandState_C_OnSuspend"); \ +static_assert(sizeof(BP_LandState_C_OnSuspend) == 0x000008, "Wrong size on BP_LandState_C_OnSuspend"); \ +static_assert(offsetof(BP_LandState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_LandState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_OnEnd \ +static_assert(alignof(BP_LandState_C_OnEnd) == 0x000008, "Wrong alignment on BP_LandState_C_OnEnd"); \ +static_assert(sizeof(BP_LandState_C_OnEnd) == 0x000008, "Wrong size on BP_LandState_C_OnEnd"); \ +static_assert(offsetof(BP_LandState_C_OnEnd, NextState) == 0x000000, "Member 'BP_LandState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LandState_C_ExecuteUbergraph_BP_LandState \ +static_assert(alignof(BP_LandState_C_ExecuteUbergraph_BP_LandState) == 0x000008, "Wrong alignment on BP_LandState_C_ExecuteUbergraph_BP_LandState"); \ +static_assert(sizeof(BP_LandState_C_ExecuteUbergraph_BP_LandState) == 0x000028, "Wrong size on BP_LandState_C_ExecuteUbergraph_BP_LandState"); \ +static_assert(offsetof(BP_LandState_C_ExecuteUbergraph_BP_LandState, EntryPoint) == 0x000000, "Member 'BP_LandState_C_ExecuteUbergraph_BP_LandState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_ExecuteUbergraph_BP_LandState, K2Node_Event_PrevState_1) == 0x000008, "Member 'BP_LandState_C_ExecuteUbergraph_BP_LandState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_ExecuteUbergraph_BP_LandState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_LandState_C_ExecuteUbergraph_BP_LandState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_ExecuteUbergraph_BP_LandState, K2Node_Event_PrevState) == 0x000018, "Member 'BP_LandState_C_ExecuteUbergraph_BP_LandState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LandState_C_ExecuteUbergraph_BP_LandState, K2Node_Event_NextState) == 0x000020, "Member 'BP_LandState_C_ExecuteUbergraph_BP_LandState::K2Node_Event_NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LandState_C \ +static_assert(alignof(UBP_LandState_C) == 0x000008, "Wrong alignment on UBP_LandState_C"); \ +static_assert(sizeof(UBP_LandState_C) == 0x000128, "Wrong size on UBP_LandState_C"); \ +static_assert(offsetof(UBP_LandState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LandState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceNotification \ +static_assert(alignof(FEngineServiceNotification) == 0x000008, "Wrong alignment on FEngineServiceNotification"); \ +static_assert(sizeof(FEngineServiceNotification) == 0x000018, "Wrong size on FEngineServiceNotification"); \ +static_assert(offsetof(FEngineServiceNotification, Text) == 0x000000, "Member 'FEngineServiceNotification::Text' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceNotification, TimeSeconds) == 0x000010, "Member 'FEngineServiceNotification::TimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceTerminate \ +static_assert(alignof(FEngineServiceTerminate) == 0x000008, "Wrong alignment on FEngineServiceTerminate"); \ +static_assert(sizeof(FEngineServiceTerminate) == 0x000010, "Wrong size on FEngineServiceTerminate"); \ +static_assert(offsetof(FEngineServiceTerminate, UserName) == 0x000000, "Member 'FEngineServiceTerminate::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceExecuteCommand \ +static_assert(alignof(FEngineServiceExecuteCommand) == 0x000008, "Wrong alignment on FEngineServiceExecuteCommand"); \ +static_assert(sizeof(FEngineServiceExecuteCommand) == 0x000020, "Wrong size on FEngineServiceExecuteCommand"); \ +static_assert(offsetof(FEngineServiceExecuteCommand, Command) == 0x000000, "Member 'FEngineServiceExecuteCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceExecuteCommand, UserName) == 0x000010, "Member 'FEngineServiceExecuteCommand::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceAuthGrant \ +static_assert(alignof(FEngineServiceAuthGrant) == 0x000008, "Wrong alignment on FEngineServiceAuthGrant"); \ +static_assert(sizeof(FEngineServiceAuthGrant) == 0x000020, "Wrong size on FEngineServiceAuthGrant"); \ +static_assert(offsetof(FEngineServiceAuthGrant, UserName) == 0x000000, "Member 'FEngineServiceAuthGrant::UserName' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceAuthGrant, UserToGrant) == 0x000010, "Member 'FEngineServiceAuthGrant::UserToGrant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceAuthDeny \ +static_assert(alignof(FEngineServiceAuthDeny) == 0x000008, "Wrong alignment on FEngineServiceAuthDeny"); \ +static_assert(sizeof(FEngineServiceAuthDeny) == 0x000020, "Wrong size on FEngineServiceAuthDeny"); \ +static_assert(offsetof(FEngineServiceAuthDeny, UserName) == 0x000000, "Member 'FEngineServiceAuthDeny::UserName' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceAuthDeny, UserToDeny) == 0x000010, "Member 'FEngineServiceAuthDeny::UserToDeny' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServicePong \ +static_assert(alignof(FEngineServicePong) == 0x000008, "Wrong alignment on FEngineServicePong"); \ +static_assert(sizeof(FEngineServicePong) == 0x000050, "Wrong size on FEngineServicePong"); \ +static_assert(offsetof(FEngineServicePong, CurrentLevel) == 0x000000, "Member 'FEngineServicePong::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, EngineVersion) == 0x000010, "Member 'FEngineServicePong::EngineVersion' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, HasBegunPlay) == 0x000014, "Member 'FEngineServicePong::HasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, InstanceId) == 0x000018, "Member 'FEngineServicePong::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, InstanceType) == 0x000028, "Member 'FEngineServicePong::InstanceType' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, SessionId) == 0x000038, "Member 'FEngineServicePong::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, WorldTimeSeconds) == 0x000048, "Member 'FEngineServicePong::WorldTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServicePing \ +static_assert(alignof(FEngineServicePing) == 0x000001, "Wrong alignment on FEngineServicePing"); \ +static_assert(sizeof(FEngineServicePing) == 0x000001, "Wrong size on FEngineServicePing"); \ + +#define DUMPER7_ASSERTS_FStructSerializerNumericTestStruct \ +static_assert(alignof(FStructSerializerNumericTestStruct) == 0x000008, "Wrong alignment on FStructSerializerNumericTestStruct"); \ +static_assert(sizeof(FStructSerializerNumericTestStruct) == 0x000030, "Wrong size on FStructSerializerNumericTestStruct"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int8) == 0x000000, "Member 'FStructSerializerNumericTestStruct::Int8' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int16) == 0x000002, "Member 'FStructSerializerNumericTestStruct::Int16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int32) == 0x000004, "Member 'FStructSerializerNumericTestStruct::Int32' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int64) == 0x000008, "Member 'FStructSerializerNumericTestStruct::Int64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt8) == 0x000010, "Member 'FStructSerializerNumericTestStruct::UInt8' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt16) == 0x000012, "Member 'FStructSerializerNumericTestStruct::UInt16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt32) == 0x000014, "Member 'FStructSerializerNumericTestStruct::UInt32' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt64) == 0x000018, "Member 'FStructSerializerNumericTestStruct::UInt64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Float) == 0x000020, "Member 'FStructSerializerNumericTestStruct::Float' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ +static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ +static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ +static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ +static_assert(sizeof(FStructSerializerObjectTestStruct) == 0x0000A0, "Wrong size on FStructSerializerObjectTestStruct"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, Class) == 0x000000, "Member 'FStructSerializerObjectTestStruct::Class' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SubClass) == 0x000008, "Member 'FStructSerializerObjectTestStruct::SubClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftClass) == 0x000010, "Member 'FStructSerializerObjectTestStruct::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, Object) == 0x000038, "Member 'FStructSerializerObjectTestStruct::Object' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WeakObject) == 0x000040, "Member 'FStructSerializerObjectTestStruct::WeakObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftObject) == 0x000048, "Member 'FStructSerializerObjectTestStruct::SoftObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, ClassPath) == 0x000070, "Member 'FStructSerializerObjectTestStruct::ClassPath' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, ObjectPath) == 0x000088, "Member 'FStructSerializerObjectTestStruct::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBuiltinTestStruct \ +static_assert(alignof(FStructSerializerBuiltinTestStruct) == 0x000010, "Wrong alignment on FStructSerializerBuiltinTestStruct"); \ +static_assert(sizeof(FStructSerializerBuiltinTestStruct) == 0x000090, "Wrong size on FStructSerializerBuiltinTestStruct"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Guid) == 0x000000, "Member 'FStructSerializerBuiltinTestStruct::Guid' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Name) == 0x000010, "Member 'FStructSerializerBuiltinTestStruct::Name' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, String) == 0x000018, "Member 'FStructSerializerBuiltinTestStruct::String' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Text) == 0x000028, "Member 'FStructSerializerBuiltinTestStruct::Text' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector) == 0x000040, "Member 'FStructSerializerBuiltinTestStruct::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector4) == 0x000050, "Member 'FStructSerializerBuiltinTestStruct::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Rotator) == 0x000060, "Member 'FStructSerializerBuiltinTestStruct::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Quat) == 0x000070, "Member 'FStructSerializerBuiltinTestStruct::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Color) == 0x000080, "Member 'FStructSerializerBuiltinTestStruct::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerArrayTestStruct \ +static_assert(alignof(FStructSerializerArrayTestStruct) == 0x000008, "Wrong alignment on FStructSerializerArrayTestStruct"); \ +static_assert(sizeof(FStructSerializerArrayTestStruct) == 0x000060, "Wrong size on FStructSerializerArrayTestStruct"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, Int32Array) == 0x000000, "Member 'FStructSerializerArrayTestStruct::Int32Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, ByteArray) == 0x000010, "Member 'FStructSerializerArrayTestStruct::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticSingleElement) == 0x000020, "Member 'FStructSerializerArrayTestStruct::StaticSingleElement' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticInt32Array) == 0x000024, "Member 'FStructSerializerArrayTestStruct::StaticInt32Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticFloatArray) == 0x000030, "Member 'FStructSerializerArrayTestStruct::StaticFloatArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, VectorArray) == 0x000040, "Member 'FStructSerializerArrayTestStruct::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StructArray) == 0x000050, "Member 'FStructSerializerArrayTestStruct::StructArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerMapTestStruct \ +static_assert(alignof(FStructSerializerMapTestStruct) == 0x000008, "Wrong alignment on FStructSerializerMapTestStruct"); \ +static_assert(sizeof(FStructSerializerMapTestStruct) == 0x000140, "Wrong size on FStructSerializerMapTestStruct"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, IntToStr) == 0x000000, "Member 'FStructSerializerMapTestStruct::IntToStr' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToStr) == 0x000050, "Member 'FStructSerializerMapTestStruct::StrToStr' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToVec) == 0x0000A0, "Member 'FStructSerializerMapTestStruct::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToStruct) == 0x0000F0, "Member 'FStructSerializerMapTestStruct::StrToStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerSetTestStruct \ +static_assert(alignof(FStructSerializerSetTestStruct) == 0x000008, "Wrong alignment on FStructSerializerSetTestStruct"); \ +static_assert(sizeof(FStructSerializerSetTestStruct) == 0x000140, "Wrong size on FStructSerializerSetTestStruct"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, StrSet) == 0x000000, "Member 'FStructSerializerSetTestStruct::StrSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, IntSet) == 0x000050, "Member 'FStructSerializerSetTestStruct::IntSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, NameSet) == 0x0000A0, "Member 'FStructSerializerSetTestStruct::NameSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, StructSet) == 0x0000F0, "Member 'FStructSerializerSetTestStruct::StructSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerTestStruct \ +static_assert(alignof(FStructSerializerTestStruct) == 0x000010, "Wrong alignment on FStructSerializerTestStruct"); \ +static_assert(sizeof(FStructSerializerTestStruct) == 0x000450, "Wrong size on FStructSerializerTestStruct"); \ +static_assert(offsetof(FStructSerializerTestStruct, Numerics) == 0x000000, "Member 'FStructSerializerTestStruct::Numerics' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Booleans) == 0x000030, "Member 'FStructSerializerTestStruct::Booleans' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Objects) == 0x000038, "Member 'FStructSerializerTestStruct::Objects' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Builtins) == 0x0000E0, "Member 'FStructSerializerTestStruct::Builtins' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Arrays) == 0x000170, "Member 'FStructSerializerTestStruct::Arrays' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Maps) == 0x0001D0, "Member 'FStructSerializerTestStruct::Maps' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Sets) == 0x000310, "Member 'FStructSerializerTestStruct::Sets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerByteArray \ +static_assert(alignof(FStructSerializerByteArray) == 0x000008, "Wrong alignment on FStructSerializerByteArray"); \ +static_assert(sizeof(FStructSerializerByteArray) == 0x000038, "Wrong size on FStructSerializerByteArray"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy1) == 0x000000, "Member 'FStructSerializerByteArray::Dummy1' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, ByteArray) == 0x000008, "Member 'FStructSerializerByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy2) == 0x000018, "Member 'FStructSerializerByteArray::Dummy2' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Int8Array) == 0x000020, "Member 'FStructSerializerByteArray::Int8Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy3) == 0x000030, "Member 'FStructSerializerByteArray::Dummy3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseController_C_TryIncreaseUtilityScore \ +static_assert(alignof(BP_EnemyBaseController_C_TryIncreaseUtilityScore) == 0x000004, "Wrong alignment on BP_EnemyBaseController_C_TryIncreaseUtilityScore"); \ +static_assert(sizeof(BP_EnemyBaseController_C_TryIncreaseUtilityScore) == 0x000014, "Wrong size on BP_EnemyBaseController_C_TryIncreaseUtilityScore"); \ +static_assert(offsetof(BP_EnemyBaseController_C_TryIncreaseUtilityScore, Score) == 0x000000, "Member 'BP_EnemyBaseController_C_TryIncreaseUtilityScore::Score' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_TryIncreaseUtilityScore, Delta) == 0x000004, "Member 'BP_EnemyBaseController_C_TryIncreaseUtilityScore::Delta' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_TryIncreaseUtilityScore, ReturnValue) == 0x000008, "Member 'BP_EnemyBaseController_C_TryIncreaseUtilityScore::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_TryIncreaseUtilityScore, CallFunc_Map_Find_Value) == 0x00000C, "Member 'BP_EnemyBaseController_C_TryIncreaseUtilityScore::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_TryIncreaseUtilityScore, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseController_C_TryIncreaseUtilityScore::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseController_C_GetMovementProxyObject \ +static_assert(alignof(BP_EnemyBaseController_C_GetMovementProxyObject) == 0x000008, "Wrong alignment on BP_EnemyBaseController_C_GetMovementProxyObject"); \ +static_assert(sizeof(BP_EnemyBaseController_C_GetMovementProxyObject) == 0x000038, "Wrong size on BP_EnemyBaseController_C_GetMovementProxyObject"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, CallFunc_GetMovementProxyObject_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::CallFunc_GetMovementProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, CallFunc_GetBlackboard_ReturnValue) == 0x000018, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, K2Node_DynamicCast_AsScene_Component) == 0x000028, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::K2Node_DynamicCast_AsScene_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseController_C_GetMovementProxyObject, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_EnemyBaseController_C_GetMovementProxyObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyBaseController_C \ +static_assert(alignof(ABP_EnemyBaseController_C) == 0x000008, "Wrong alignment on ABP_EnemyBaseController_C"); \ +static_assert(sizeof(ABP_EnemyBaseController_C) == 0x000388, "Wrong size on ABP_EnemyBaseController_C"); \ + +#define DUMPER7_ASSERTS_FSessionServiceLogUnsubscribe \ +static_assert(alignof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogUnsubscribe"); \ +static_assert(sizeof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong size on FSessionServiceLogUnsubscribe"); \ + +#define DUMPER7_ASSERTS_FSessionServiceLogSubscribe \ +static_assert(alignof(FSessionServiceLogSubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogSubscribe"); \ +static_assert(sizeof(FSessionServiceLogSubscribe) == 0x000001, "Wrong size on FSessionServiceLogSubscribe"); \ + +#define DUMPER7_ASSERTS_FSessionServiceLog \ +static_assert(alignof(FSessionServiceLog) == 0x000008, "Wrong alignment on FSessionServiceLog"); \ +static_assert(sizeof(FSessionServiceLog) == 0x000038, "Wrong size on FSessionServiceLog"); \ +static_assert(offsetof(FSessionServiceLog, Category) == 0x000000, "Member 'FSessionServiceLog::Category' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, Data) == 0x000008, "Member 'FSessionServiceLog::Data' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, InstanceId) == 0x000018, "Member 'FSessionServiceLog::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, TimeSeconds) == 0x000028, "Member 'FSessionServiceLog::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, Verbosity) == 0x000030, "Member 'FSessionServiceLog::Verbosity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSessionServicePong \ +static_assert(alignof(FSessionServicePong) == 0x000008, "Wrong alignment on FSessionServicePong"); \ +static_assert(sizeof(FSessionServicePong) == 0x000090, "Wrong size on FSessionServicePong"); \ +static_assert(offsetof(FSessionServicePong, Authorized) == 0x000000, "Member 'FSessionServicePong::Authorized' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, BuildDate) == 0x000008, "Member 'FSessionServicePong::BuildDate' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, DeviceName) == 0x000018, "Member 'FSessionServicePong::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, InstanceId) == 0x000028, "Member 'FSessionServicePong::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, InstanceName) == 0x000038, "Member 'FSessionServicePong::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, PlatformName) == 0x000048, "Member 'FSessionServicePong::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, SessionId) == 0x000058, "Member 'FSessionServicePong::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, SessionName) == 0x000068, "Member 'FSessionServicePong::SessionName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, SessionOwner) == 0x000078, "Member 'FSessionServicePong::SessionOwner' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, Standalone) == 0x000088, "Member 'FSessionServicePong::Standalone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSessionServicePing \ +static_assert(alignof(FSessionServicePing) == 0x000008, "Wrong alignment on FSessionServicePing"); \ +static_assert(sizeof(FSessionServicePing) == 0x000010, "Wrong size on FSessionServicePing"); \ +static_assert(offsetof(FSessionServicePing, UserName) == 0x000000, "Member 'FSessionServicePing::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Environmental_C \ +static_assert(alignof(UDmgTypeBP_Environmental_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Environmental_C"); \ +static_assert(sizeof(UDmgTypeBP_Environmental_C) == 0x000040, "Wrong size on UDmgTypeBP_Environmental_C"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor \ +static_assert(alignof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor) == 0x000008, "Wrong alignment on MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor"); \ +static_assert(sizeof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor) == 0x0002D8, "Wrong size on MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, EntryPoint) == 0x000000, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetCameraLocation_ReturnValue) == 0x000010, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00001C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_FindLookAtRotation_ReturnValue) == 0x000034, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_Position) == 0x000040, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_Position' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_Orientation) == 0x00004C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_Orientation' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_PinFoundInEnvironment) == 0x000058, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_PinFoundInEnvironment' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_ReturnValue) == 0x000059, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x00005C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000E4, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, K2Node_Event_DeltaSeconds) == 0x00016C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_RInterpTo_ReturnValue) == 0x000170, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_ARPinIdToString_ReturnValue) == 0x000180, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_ARPinIdToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_BreakRotator_Roll) == 0x000190, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_BreakRotator_Pitch) == 0x000194, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_BreakRotator_Yaw) == 0x000198, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_StringToText_ReturnValue) == 0x0001A0, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_MakeRotator_ReturnValue) == 0x0001B8, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001C4, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinState_State) == 0x00024C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinState_State' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinState_ReturnValue) == 0x000260, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000261, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000268, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_FloatToText_ReturnValue) == 0x000278, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000290, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x0002A8, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x0002C0, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinInfoActor_C_ReceiveTick \ +static_assert(alignof(MagicLeapARPinInfoActor_C_ReceiveTick) == 0x000004, "Wrong alignment on MagicLeapARPinInfoActor_C_ReceiveTick"); \ +static_assert(sizeof(MagicLeapARPinInfoActor_C_ReceiveTick) == 0x000004, "Wrong size on MagicLeapARPinInfoActor_C_ReceiveTick"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'MagicLeapARPinInfoActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MagicLeapARPinInfoActor_C_UserConstructionScript \ +static_assert(alignof(MagicLeapARPinInfoActor_C_UserConstructionScript) == 0x000008, "Wrong alignment on MagicLeapARPinInfoActor_C_UserConstructionScript"); \ +static_assert(sizeof(MagicLeapARPinInfoActor_C_UserConstructionScript) == 0x000018, "Wrong size on MagicLeapARPinInfoActor_C_UserConstructionScript"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'MagicLeapARPinInfoActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'MagicLeapARPinInfoActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MagicLeapARPinInfoActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000010, "Member 'MagicLeapARPinInfoActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMagicLeapARPinInfoActor_C \ +static_assert(alignof(AMagicLeapARPinInfoActor_C) == 0x000008, "Wrong alignment on AMagicLeapARPinInfoActor_C"); \ +static_assert(sizeof(AMagicLeapARPinInfoActor_C) == 0x0002D0, "Wrong size on AMagicLeapARPinInfoActor_C"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, UberGraphFrame) == 0x000240, "Member 'AMagicLeapARPinInfoActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, Right) == 0x000248, "Member 'AMagicLeapARPinInfoActor_C::Right' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, Forward) == 0x000250, "Member 'AMagicLeapARPinInfoActor_C::Forward' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, Up) == 0x000258, "Member 'AMagicLeapARPinInfoActor_C::Up' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, ValidRadiusVisualizer) == 0x000260, "Member 'AMagicLeapARPinInfoActor_C::ValidRadiusVisualizer' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, AxisRoot) == 0x000268, "Member 'AMagicLeapARPinInfoActor_C::AxisRoot' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, VisualizerRoot) == 0x000270, "Member 'AMagicLeapARPinInfoActor_C::VisualizerRoot' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, TypeValue) == 0x000278, "Member 'AMagicLeapARPinInfoActor_C::TypeValue' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, TransErrValue) == 0x000280, "Member 'AMagicLeapARPinInfoActor_C::TransErrValue' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, RotErrValue) == 0x000288, "Member 'AMagicLeapARPinInfoActor_C::RotErrValue' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, ConfidenceValue) == 0x000290, "Member 'AMagicLeapARPinInfoActor_C::ConfidenceValue' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, TransErrLabel) == 0x000298, "Member 'AMagicLeapARPinInfoActor_C::TransErrLabel' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, RotErrLabel) == 0x0002A0, "Member 'AMagicLeapARPinInfoActor_C::RotErrLabel' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, ConfidenceLabel) == 0x0002A8, "Member 'AMagicLeapARPinInfoActor_C::ConfidenceLabel' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, PinIDValue) == 0x0002B0, "Member 'AMagicLeapARPinInfoActor_C::PinIDValue' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, InfoRoot) == 0x0002B8, "Member 'AMagicLeapARPinInfoActor_C::InfoRoot' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, Root) == 0x0002C0, "Member 'AMagicLeapARPinInfoActor_C::Root' has a wrong offset!"); \ +static_assert(offsetof(AMagicLeapARPinInfoActor_C, RotationSmoothSpeed) == 0x0002C8, "Member 'AMagicLeapARPinInfoActor_C::RotationSmoothSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeadzoneMaskRenderer_C \ +static_assert(alignof(ABP_DeadzoneMaskRenderer_C) == 0x000008, "Wrong alignment on ABP_DeadzoneMaskRenderer_C"); \ +static_assert(sizeof(ABP_DeadzoneMaskRenderer_C) == 0x000258, "Wrong size on ABP_DeadzoneMaskRenderer_C"); \ +static_assert(offsetof(ABP_DeadzoneMaskRenderer_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_DeadzoneMaskRenderer_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction \ +static_assert(alignof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction) == 0x000008, "Wrong alignment on WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction"); \ +static_assert(sizeof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction) == 0x000060, "Wrong size on WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, EntryPoint) == 0x000000, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_Event_CurrentState) == 0x000004, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_Event_CurrentState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_CustomEvent_PrevState) == 0x000005, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_CustomEvent_PrevState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_CustomEvent_CurrentState) == 0x000006, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_CustomEvent_CurrentState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_CustomEvent_Animate) == 0x000007, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_CustomEvent_Animate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_BooleanAND_ReturnValue_1) == 0x00000C, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000028, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000030, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_PlayAnimation_ReturnValue_2) == 0x000040, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, K2Node_Event_IsDesignTime) == 0x000058, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction, CallFunc_IsDebugCategoryEnabled_ReturnValue) == 0x000059, "Member 'WBP_RotAction_C_ExecuteUbergraph_WBP_RotAction::CallFunc_IsDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotAction_C_PreConstruct \ +static_assert(alignof(WBP_RotAction_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RotAction_C_PreConstruct"); \ +static_assert(sizeof(WBP_RotAction_C_PreConstruct) == 0x000001, "Wrong size on WBP_RotAction_C_PreConstruct"); \ +static_assert(offsetof(WBP_RotAction_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RotAction_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotAction_C_ApplyIconState \ +static_assert(alignof(WBP_RotAction_C_ApplyIconState) == 0x000001, "Wrong alignment on WBP_RotAction_C_ApplyIconState"); \ +static_assert(sizeof(WBP_RotAction_C_ApplyIconState) == 0x000003, "Wrong size on WBP_RotAction_C_ApplyIconState"); \ +static_assert(offsetof(WBP_RotAction_C_ApplyIconState, PrevState) == 0x000000, "Member 'WBP_RotAction_C_ApplyIconState::PrevState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ApplyIconState, CurrentState) == 0x000001, "Member 'WBP_RotAction_C_ApplyIconState::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_ApplyIconState, Animate) == 0x000002, "Member 'WBP_RotAction_C_ApplyIconState::Animate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotAction_C_SetIconState \ +static_assert(alignof(WBP_RotAction_C_SetIconState) == 0x000001, "Wrong alignment on WBP_RotAction_C_SetIconState"); \ +static_assert(sizeof(WBP_RotAction_C_SetIconState) == 0x000001, "Wrong size on WBP_RotAction_C_SetIconState"); \ +static_assert(offsetof(WBP_RotAction_C_SetIconState, CurrentState) == 0x000000, "Member 'WBP_RotAction_C_SetIconState::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotAction_C_SetSpecialIcon \ +static_assert(alignof(WBP_RotAction_C_SetSpecialIcon) == 0x000008, "Wrong alignment on WBP_RotAction_C_SetSpecialIcon"); \ +static_assert(sizeof(WBP_RotAction_C_SetSpecialIcon) == 0x000090, "Wrong size on WBP_RotAction_C_SetSpecialIcon"); \ +static_assert(offsetof(WBP_RotAction_C_SetSpecialIcon, SpecialIconToSet) == 0x000000, "Member 'WBP_RotAction_C_SetSpecialIcon::SpecialIconToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotAction_C_SetSpecialIcon, FadedDuringCombat) == 0x000088, "Member 'WBP_RotAction_C_SetSpecialIcon::FadedDuringCombat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RotAction_C \ +static_assert(alignof(UWBP_RotAction_C) == 0x000008, "Wrong alignment on UWBP_RotAction_C"); \ +static_assert(sizeof(UWBP_RotAction_C) == 0x000448, "Wrong size on UWBP_RotAction_C"); \ +static_assert(offsetof(UWBP_RotAction_C, UberGraphFrame) == 0x000268, "Member 'UWBP_RotAction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, HoveredToHidden) == 0x000270, "Member 'UWBP_RotAction_C::HoveredToHidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, Hover) == 0x000278, "Member 'UWBP_RotAction_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, Activate) == 0x000280, "Member 'UWBP_RotAction_C::Activate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, DOT) == 0x000288, "Member 'UWBP_RotAction_C::DOT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, Icon) == 0x000290, "Member 'UWBP_RotAction_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, SpecialIconSet) == 0x000298, "Member 'UWBP_RotAction_C::SpecialIconSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, SpecialHoveredIcon) == 0x0002A0, "Member 'UWBP_RotAction_C::SpecialHoveredIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, DefaultHoveredIcon) == 0x000328, "Member 'UWBP_RotAction_C::DefaultHoveredIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, ShowFadedDuringCombat) == 0x0003B0, "Member 'UWBP_RotAction_C::ShowFadedDuringCombat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, UnhoveredIcon) == 0x0003B8, "Member 'UWBP_RotAction_C::UnhoveredIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, IsPlayingAnim) == 0x000440, "Member 'UWBP_RotAction_C::IsPlayingAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotAction_C, PrevIconState) == 0x000441, "Member 'UWBP_RotAction_C::PrevIconState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionLightingRig_Intensity_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity \ +static_assert(alignof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity) == 0x000038, "Wrong size on BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, EntryPoint) == 0x000000, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, K2Node_Event_Value) == 0x000010, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionLightingRig_Intensity_C_ExecuteUbergraph_BP_PMOptionLightingRig_Intensity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue \ +static_assert(alignof(BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue) == 0x000010, "Wrong size on BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_Intensity_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue) == 0x000030, "Wrong size on BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue, CallFunc_GetLightingRigIntensity_Intensity) == 0x00002C, "Member 'BP_PMOptionLightingRig_Intensity_C_GetAppliedFloatValue::CallFunc_GetLightingRigIntensity_Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable \ +static_assert(alignof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable) == 0x000030, "Wrong size on BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable, CallFunc_IsLightingRigActive_IsActive) == 0x000029, "Member 'BP_PMOptionLightingRig_Intensity_C_IsOptionAvailable::CallFunc_IsLightingRigActive_IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionLightingRig_Intensity_C \ +static_assert(alignof(UBP_PMOptionLightingRig_Intensity_C) == 0x000008, "Wrong alignment on UBP_PMOptionLightingRig_Intensity_C"); \ +static_assert(sizeof(UBP_PMOptionLightingRig_Intensity_C) == 0x000038, "Wrong size on UBP_PMOptionLightingRig_Intensity_C"); \ +static_assert(offsetof(UBP_PMOptionLightingRig_Intensity_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionLightingRig_Intensity_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionLightingRig_Intensity_C, TargetIntensityMultiplier) == 0x000030, "Member 'UBP_PMOptionLightingRig_Intensity_C::TargetIntensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry \ +static_assert(alignof(ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry) == 0x000004, "Wrong alignment on ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry"); \ +static_assert(sizeof(ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry) == 0x000004, "Wrong size on ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry"); \ +static_assert(offsetof(ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry, EntryPoint) == 0x000000, "Member 'ABP_AnimSocket_RotCarry_C_ExecuteUbergraph_ABP_AnimSocket_RotCarry::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSocket_RotCarry_C_AnimGraph \ +static_assert(alignof(ABP_AnimSocket_RotCarry_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AnimSocket_RotCarry_C_AnimGraph"); \ +static_assert(sizeof(ABP_AnimSocket_RotCarry_C_AnimGraph) == 0x000010, "Wrong size on ABP_AnimSocket_RotCarry_C_AnimGraph"); \ +static_assert(offsetof(ABP_AnimSocket_RotCarry_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AnimSocket_RotCarry_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_AnimSocket_RotCarry_C \ +static_assert(alignof(UABP_AnimSocket_RotCarry_C) == 0x000010, "Wrong alignment on UABP_AnimSocket_RotCarry_C"); \ +static_assert(sizeof(UABP_AnimSocket_RotCarry_C) == 0x000370, "Wrong size on UABP_AnimSocket_RotCarry_C"); \ +static_assert(offsetof(UABP_AnimSocket_RotCarry_C, UberGraphFrame) == 0x0002F0, "Member 'UABP_AnimSocket_RotCarry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_RotCarry_C, AnimGraphNode_Root) == 0x0002F8, "Member 'UABP_AnimSocket_RotCarry_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_RotCarry_C, AnimGraphNode_Slot) == 0x000328, "Member 'UABP_AnimSocket_RotCarry_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_StabKnife_C \ +static_assert(alignof(ABP_CM_Hat_StabKnife_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_StabKnife_C"); \ +static_assert(sizeof(ABP_CM_Hat_StabKnife_C) == 0x000240, "Wrong size on ABP_CM_Hat_StabKnife_C"); \ +static_assert(offsetof(ABP_CM_Hat_StabKnife_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_StabKnife_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin \ +static_assert(alignof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin) == 0x000038, "Wrong size on BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x000028, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd \ +static_assert(alignof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd) == 0x000038, "Wrong size on BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x000028, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DisableHeadTrackingNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DisableHeadTrackingNotifyState_C \ +static_assert(alignof(UBP_DisableHeadTrackingNotifyState_C) == 0x000008, "Wrong alignment on UBP_DisableHeadTrackingNotifyState_C"); \ +static_assert(sizeof(UBP_DisableHeadTrackingNotifyState_C) == 0x000030, "Wrong size on UBP_DisableHeadTrackingNotifyState_C"); \ + +#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_UBP_SaveGameVariables_C \ +static_assert(alignof(UBP_SaveGameVariables_C) == 0x000010, "Wrong alignment on UBP_SaveGameVariables_C"); \ +static_assert(sizeof(UBP_SaveGameVariables_C) == 0x000320, "Wrong size on UBP_SaveGameVariables_C"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_SetSliderValue \ +static_assert(alignof(WBP_GammaInner_C_SetSliderValue) == 0x000004, "Wrong alignment on WBP_GammaInner_C_SetSliderValue"); \ +static_assert(sizeof(WBP_GammaInner_C_SetSliderValue) == 0x000004, "Wrong size on WBP_GammaInner_C_SetSliderValue"); \ +static_assert(offsetof(WBP_GammaInner_C_SetSliderValue, NewValue) == 0x000000, "Member 'WBP_GammaInner_C_SetSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276 \ +static_assert(alignof(WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276) == 0x000008, "Wrong alignment on WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276"); \ +static_assert(sizeof(WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276) == 0x000008, "Wrong size on WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276"); \ +static_assert(offsetof(WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276, Loaded) == 0x000000, "Member 'WBP_GammaInner_C_OnLoaded_686A4C7E45C083360A3E11999E8B6276::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_PreConstruct \ +static_assert(alignof(WBP_GammaInner_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GammaInner_C_PreConstruct"); \ +static_assert(sizeof(WBP_GammaInner_C_PreConstruct) == 0x000001, "Wrong size on WBP_GammaInner_C_PreConstruct"); \ +static_assert(offsetof(WBP_GammaInner_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GammaInner_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_GammaInner_C_BndEvt__GammaSlider_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner \ +static_assert(alignof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner) == 0x000008, "Wrong alignment on WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner"); \ +static_assert(sizeof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner) == 0x000060, "Wrong size on WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, EntryPoint) == 0x000000, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, Temp_object_Variable) == 0x000010, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, K2Node_DynamicCast_AsTexture_2D) == 0x000018, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, Temp_bool_Has_Been_Initd_Variable) == 0x000021, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, K2Node_Event_IsDesignTime) == 0x000022, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x000030, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, CallFunc_GetGamma_ReturnValue) == 0x000038, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::CallFunc_GetGamma_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, K2Node_ComponentBoundEvent_Value) == 0x00003C, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000040, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner, CallFunc_PlayAnimationForward_ReturnValue) == 0x000058, "Member 'WBP_GammaInner_C_ExecuteUbergraph_WBP_GammaInner::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_OnFocusReceived \ +static_assert(alignof(WBP_GammaInner_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_GammaInner_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_GammaInner_C_OnFocusReceived) == 0x0001B8, "Wrong size on WBP_GammaInner_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_GammaInner_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_GammaInner_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_GammaInner_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_GammaInner_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x0000F8, "Member 'WBP_GammaInner_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000100, "Member 'WBP_GammaInner_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GammaInner_C_GetSliderValue \ +static_assert(alignof(WBP_GammaInner_C_GetSliderValue) == 0x000004, "Wrong alignment on WBP_GammaInner_C_GetSliderValue"); \ +static_assert(sizeof(WBP_GammaInner_C_GetSliderValue) == 0x000008, "Wrong size on WBP_GammaInner_C_GetSliderValue"); \ +static_assert(offsetof(WBP_GammaInner_C_GetSliderValue, Gamma) == 0x000000, "Member 'WBP_GammaInner_C_GetSliderValue::Gamma' has a wrong offset!"); \ +static_assert(offsetof(WBP_GammaInner_C_GetSliderValue, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'WBP_GammaInner_C_GetSliderValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GammaInner_C \ +static_assert(alignof(UWBP_GammaInner_C) == 0x000008, "Wrong alignment on UWBP_GammaInner_C"); \ +static_assert(sizeof(UWBP_GammaInner_C) == 0x000298, "Wrong size on UWBP_GammaInner_C"); \ +static_assert(offsetof(UWBP_GammaInner_C, UberGraphFrame) == 0x000260, "Member 'UWBP_GammaInner_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GammaInner_C, FadeInBG) == 0x000268, "Member 'UWBP_GammaInner_C::FadeInBG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GammaInner_C, BG) == 0x000270, "Member 'UWBP_GammaInner_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GammaInner_C, Container) == 0x000278, "Member 'UWBP_GammaInner_C::Container' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GammaInner_C, GammaImage) == 0x000280, "Member 'UWBP_GammaInner_C::GammaImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GammaInner_C, GammaSlider) == 0x000288, "Member 'UWBP_GammaInner_C::GammaSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GammaInner_C, Starting_Gamma) == 0x000290, "Member 'UWBP_GammaInner_C::Starting_Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox \ +static_assert(alignof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox) == 0x000008, "Wrong alignment on WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox"); \ +static_assert(sizeof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox) == 0x000808, "Wrong size on WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, EntryPoint) == 0x000000, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateBrush) == 0x000008, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateChildSize) == 0x000090, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateColor) == 0x000098, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_Margin) == 0x0000C0, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateBrush_1) == 0x0000D0, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateColor_1) == 0x000158, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateColor_2) == 0x000180, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateColor_3) == 0x0001A8, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateColor_4) == 0x0001D0, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateColor_5) == 0x0001F8, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateBrush_2) == 0x000220, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_ButtonStyle) == 0x0002A8, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_SlateFontInfo) == 0x000520, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_Event_Button_1) == 0x000578, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_Event_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_Event_HBSlot) == 0x000580, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_Event_HBSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_MakeStruct_TextBlockStyle) == 0x000588, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_MakeStruct_TextBlockStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_Event_Button) == 0x0007F8, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_Event_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox, K2Node_Event_Result) == 0x000800, "Member 'WBP_MochiMessageBox_C_ExecuteUbergraph_WBP_MochiMessageBox::K2Node_Event_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiMessageBox_C_InitButton \ +static_assert(alignof(WBP_MochiMessageBox_C_InitButton) == 0x000008, "Wrong alignment on WBP_MochiMessageBox_C_InitButton"); \ +static_assert(sizeof(WBP_MochiMessageBox_C_InitButton) == 0x000010, "Wrong size on WBP_MochiMessageBox_C_InitButton"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_InitButton, Button) == 0x000000, "Member 'WBP_MochiMessageBox_C_InitButton::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_InitButton, Result) == 0x000008, "Member 'WBP_MochiMessageBox_C_InitButton::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiMessageBox_C_InitButtonSlot \ +static_assert(alignof(WBP_MochiMessageBox_C_InitButtonSlot) == 0x000008, "Wrong alignment on WBP_MochiMessageBox_C_InitButtonSlot"); \ +static_assert(sizeof(WBP_MochiMessageBox_C_InitButtonSlot) == 0x000010, "Wrong size on WBP_MochiMessageBox_C_InitButtonSlot"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_InitButtonSlot, Button) == 0x000000, "Member 'WBP_MochiMessageBox_C_InitButtonSlot::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_InitButtonSlot, HBSlot) == 0x000008, "Member 'WBP_MochiMessageBox_C_InitButtonSlot::HBSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiMessageBox_C_WantsBlackBorders \ +static_assert(alignof(WBP_MochiMessageBox_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_MochiMessageBox_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_MochiMessageBox_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_MochiMessageBox_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_MochiMessageBox_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiMessageBox_C_ShouldBePaused \ +static_assert(alignof(WBP_MochiMessageBox_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_MochiMessageBox_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_MochiMessageBox_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_MochiMessageBox_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_MochiMessageBox_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_MochiMessageBox_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MochiMessageBox_C \ +static_assert(alignof(UWBP_MochiMessageBox_C) == 0x000008, "Wrong alignment on UWBP_MochiMessageBox_C"); \ +static_assert(sizeof(UWBP_MochiMessageBox_C) == 0x0002B0, "Wrong size on UWBP_MochiMessageBox_C"); \ +static_assert(offsetof(UWBP_MochiMessageBox_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_MochiMessageBox_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MochiGameInstance_C \ +static_assert(alignof(UBP_MochiGameInstance_C) == 0x000008, "Wrong alignment on UBP_MochiGameInstance_C"); \ +static_assert(sizeof(UBP_MochiGameInstance_C) == 0x000250, "Wrong size on UBP_MochiGameInstance_C"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoLockOn_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsAutoLockOn_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoLockOn_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsAutoLockOn_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsAutoLockOn_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoLockOn_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsAutoLockOn_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn \ +static_assert(alignof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn) == 0x000008, "Wrong alignment on BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn"); \ +static_assert(sizeof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn) == 0x000020, "Wrong size on BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn, EntryPoint) == 0x000000, "Member 'BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoLockOn_C_ExecuteUbergraph_BP_OptionsAutoLockOn::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoLockOn_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsAutoLockOn_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoLockOn_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsAutoLockOn_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsAutoLockOn_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoLockOn_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoLockOn_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAutoLockOn_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetAppliedIntValue, CallFunc_GetAutoLockOn_ReturnValue) == 0x000018, "Member 'BP_OptionsAutoLockOn_C_GetAppliedIntValue::CallFunc_GetAutoLockOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoLockOn_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoLockOn_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsAutoLockOn_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoLockOn_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsAutoLockOn_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsAutoLockOn_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoLockOn_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoLockOn_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAutoLockOn_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetDefaultIntValue, CallFunc_GetDefaultAutoLockOn_ReturnValue) == 0x000018, "Member 'BP_OptionsAutoLockOn_C_GetDefaultIntValue::CallFunc_GetDefaultAutoLockOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoLockOn_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoLockOn_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsAutoLockOn_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsAutoLockOn_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsAutoLockOn_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsAutoLockOn_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoLockOn_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoLockOn_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoLockOn_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsAutoLockOn_C \ +static_assert(alignof(UBP_OptionsAutoLockOn_C) == 0x000008, "Wrong alignment on UBP_OptionsAutoLockOn_C"); \ +static_assert(sizeof(UBP_OptionsAutoLockOn_C) == 0x000030, "Wrong size on UBP_OptionsAutoLockOn_C"); \ +static_assert(offsetof(UBP_OptionsAutoLockOn_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsAutoLockOn_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackStartNotify_C_Received_Notify \ +static_assert(alignof(BP_AttackStartNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AttackStartNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_AttackStartNotify_C_Received_Notify) == 0x000030, "Wrong size on BP_AttackStartNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AttackStartNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AttackStartNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AttackStartNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AttackStartNotify_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_AttackStartNotify_C_Received_Notify::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AttackStartNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackStartNotify_C_Received_Notify, CallFunc_NotifyAnimEvent_ReturnValue) == 0x000029, "Member 'BP_AttackStartNotify_C_Received_Notify::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AttackStartNotify_C \ +static_assert(alignof(UBP_AttackStartNotify_C) == 0x000008, "Wrong alignment on UBP_AttackStartNotify_C"); \ +static_assert(sizeof(UBP_AttackStartNotify_C) == 0x000040, "Wrong size on UBP_AttackStartNotify_C"); \ +static_assert(offsetof(UBP_AttackStartNotify_C, AttackAnim) == 0x000038, "Member 'UBP_AttackStartNotify_C::AttackAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackWindow_C_Received_NotifyBegin \ +static_assert(alignof(BP_ChargeAttackWindow_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_ChargeAttackWindow_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_ChargeAttackWindow_C_Received_NotifyBegin) == 0x000058, "Wrong size on BP_ChargeAttackWindow_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, K2Node_DynamicCast_AsCharacter) == 0x000038, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, CallFunc_NotifyAnimEvent_ReturnValue) == 0x000041, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, CallFunc_GetController_ReturnValue) == 0x000048, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_ChargeAttackWindow_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackWindow_C_Received_NotifyEnd \ +static_assert(alignof(BP_ChargeAttackWindow_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_ChargeAttackWindow_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_ChargeAttackWindow_C_Received_NotifyEnd) == 0x000058, "Wrong size on BP_ChargeAttackWindow_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, K2Node_DynamicCast_AsCharacter) == 0x000038, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, CallFunc_NotifyAnimEvent_ReturnValue) == 0x000041, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, CallFunc_GetController_ReturnValue) == 0x000048, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackWindow_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_ChargeAttackWindow_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ChargeAttackWindow_C \ +static_assert(alignof(UBP_ChargeAttackWindow_C) == 0x000008, "Wrong alignment on UBP_ChargeAttackWindow_C"); \ +static_assert(sizeof(UBP_ChargeAttackWindow_C) == 0x000038, "Wrong size on UBP_ChargeAttackWindow_C"); \ +static_assert(offsetof(UBP_ChargeAttackWindow_C, ChargeContextName) == 0x000030, "Member 'UBP_ChargeAttackWindow_C::ChargeContextName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Mask_C \ +static_assert(alignof(ABP_CM_Hat_Mask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Mask_C"); \ +static_assert(sizeof(ABP_CM_Hat_Mask_C) == 0x000240, "Wrong size on ABP_CM_Hat_Mask_C"); \ +static_assert(offsetof(ABP_CM_Hat_Mask_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Mask_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Mushroom_C \ +static_assert(alignof(ABP_CM_Hat_Mushroom_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Mushroom_C"); \ +static_assert(sizeof(ABP_CM_Hat_Mushroom_C) == 0x000240, "Wrong size on ABP_CM_Hat_Mushroom_C"); \ +static_assert(offsetof(ABP_CM_Hat_Mushroom_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Mushroom_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_SelectLanguageOption_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageOption_C_OnListItemObjectSet \ +static_assert(alignof(WBP_SelectLanguageOption_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_SelectLanguageOption_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_SelectLanguageOption_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_SelectLanguageOption_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_SelectLanguageOption_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_SelectLanguageOption_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption \ +static_assert(alignof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption) == 0x000008, "Wrong alignment on WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption"); \ +static_assert(sizeof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption) == 0x000090, "Wrong size on WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, EntryPoint) == 0x000000, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_Event_bIsExpanded) == 0x000030, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_Event_ListItemObject) == 0x000038, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_Event_bIsSelected) == 0x000040, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_DynamicCast_AsBP_Language_Option_Data) == 0x000048, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_DynamicCast_AsBP_Language_Option_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, CallFunc_SelectColor_ReturnValue) == 0x000054, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption, K2Node_MakeStruct_SlateColor_1) == 0x000068, "Member 'WBP_SelectLanguageOption_C_ExecuteUbergraph_WBP_SelectLanguageOption::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SelectLanguageOption_C \ +static_assert(alignof(UWBP_SelectLanguageOption_C) == 0x000008, "Wrong alignment on UWBP_SelectLanguageOption_C"); \ +static_assert(sizeof(UWBP_SelectLanguageOption_C) == 0x000298, "Wrong size on UWBP_SelectLanguageOption_C"); \ +static_assert(offsetof(UWBP_SelectLanguageOption_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SelectLanguageOption_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageOption_C, TextBlock_109) == 0x000268, "Member 'UWBP_SelectLanguageOption_C::TextBlock_109' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageOption_C, LanguageText) == 0x000270, "Member 'UWBP_SelectLanguageOption_C::LanguageText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageOption_C, LanguageToSet) == 0x000288, "Member 'UWBP_SelectLanguageOption_C::LanguageToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_NewYear_C \ +static_assert(alignof(ABP_CM_Hat_NewYear_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_NewYear_C"); \ +static_assert(sizeof(ABP_CM_Hat_NewYear_C) == 0x000240, "Wrong size on ABP_CM_Hat_NewYear_C"); \ +static_assert(offsetof(ABP_CM_Hat_NewYear_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_NewYear_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Owl_C \ +static_assert(alignof(ABP_CM_Hat_Owl_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Owl_C"); \ +static_assert(sizeof(ABP_CM_Hat_Owl_C) == 0x000240, "Wrong size on ABP_CM_Hat_Owl_C"); \ +static_assert(offsetof(ABP_CM_Hat_Owl_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Owl_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightBeam_C_UserConstructionScript \ +static_assert(alignof(BP_LightBeam_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_LightBeam_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LightBeam_C_UserConstructionScript) == 0x000110, "Wrong size on BP_LightBeam_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_LightBeam_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin) == 0x00004C, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent) == 0x000058, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius) == 0x000064, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000068, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00006C, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000078, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000080, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000108, "Member 'BP_LightBeam_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LightBeam_C \ +static_assert(alignof(ABP_LightBeam_C) == 0x000008, "Wrong alignment on ABP_LightBeam_C"); \ +static_assert(sizeof(ABP_LightBeam_C) == 0x000298, "Wrong size on ABP_LightBeam_C"); \ +static_assert(offsetof(ABP_LightBeam_C, UISprite) == 0x000238, "Member 'ABP_LightBeam_C::UISprite' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, GodRayMesh) == 0x000240, "Member 'ABP_LightBeam_C::GodRayMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Light) == 0x000248, "Member 'ABP_LightBeam_C::Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Width) == 0x000250, "Member 'ABP_LightBeam_C::Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Length) == 0x000254, "Member 'ABP_LightBeam_C::Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Mid) == 0x000258, "Member 'ABP_LightBeam_C::Mid' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Color) == 0x000260, "Member 'ABP_LightBeam_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Brightness) == 0x000270, "Member 'ABP_LightBeam_C::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Fade_Distance) == 0x000274, "Member 'ABP_LightBeam_C::Fade_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Animated) == 0x000278, "Member 'ABP_LightBeam_C::Animated' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, RandomTime) == 0x00027C, "Member 'ABP_LightBeam_C::RandomTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, SpotLight) == 0x000284, "Member 'ABP_LightBeam_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Use_light_for_rotation) == 0x000285, "Member 'ABP_LightBeam_C::Use_light_for_rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Depth) == 0x000288, "Member 'ABP_LightBeam_C::Depth' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, Fill) == 0x00028C, "Member 'ABP_LightBeam_C::Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, GodRayBoundScale) == 0x000290, "Member 'ABP_LightBeam_C::GodRayBoundScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_C, DebugBounds) == 0x000294, "Member 'ABP_LightBeam_C::DebugBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneCleaningSphere_C_HandleRadiusChanged \ +static_assert(alignof(BP_DeadzoneCleaningSphere_C_HandleRadiusChanged) == 0x000004, "Wrong alignment on BP_DeadzoneCleaningSphere_C_HandleRadiusChanged"); \ +static_assert(sizeof(BP_DeadzoneCleaningSphere_C_HandleRadiusChanged) == 0x000004, "Wrong size on BP_DeadzoneCleaningSphere_C_HandleRadiusChanged"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_HandleRadiusChanged, Radius) == 0x000000, "Member 'BP_DeadzoneCleaningSphere_C_HandleRadiusChanged::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere \ +static_assert(alignof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere) == 0x000004, "Wrong alignment on BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere"); \ +static_assert(sizeof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere) == 0x000040, "Wrong size on BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere, EntryPoint) == 0x000000, "Member 'BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere, K2Node_Event_Radius) == 0x000004, "Member 'BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere::K2Node_Event_Radius' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere, CallFunc_GetTimeSeconds_ReturnValue) == 0x000008, "Member 'BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000018, "Member 'BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere, K2Node_MakeStruct_WindEffect) == 0x000020, "Member 'BP_DeadzoneCleaningSphere_C_ExecuteUbergraph_BP_DeadzoneCleaningSphere::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeadzoneCleaningSphere_C \ +static_assert(alignof(ABP_DeadzoneCleaningSphere_C) == 0x000010, "Wrong alignment on ABP_DeadzoneCleaningSphere_C"); \ +static_assert(sizeof(ABP_DeadzoneCleaningSphere_C) == 0x0002E0, "Wrong size on ABP_DeadzoneCleaningSphere_C"); \ +static_assert(offsetof(ABP_DeadzoneCleaningSphere_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_DeadzoneCleaningSphere_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadzoneCleaningSphere_C, GrowthParticles) == 0x0002C8, "Member 'ABP_DeadzoneCleaningSphere_C::GrowthParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadzoneCleaningSphere_C, Billboard) == 0x0002D0, "Member 'ABP_DeadzoneCleaningSphere_C::Billboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_GetMeshesForStasisEffect \ +static_assert(alignof(BP_CorruptVillager_C_GetMeshesForStasisEffect) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_GetMeshesForStasisEffect"); \ +static_assert(sizeof(BP_CorruptVillager_C_GetMeshesForStasisEffect) == 0x000020, "Wrong size on BP_CorruptVillager_C_GetMeshesForStasisEffect"); \ +static_assert(offsetof(BP_CorruptVillager_C_GetMeshesForStasisEffect, Meshes) == 0x000000, "Member 'BP_CorruptVillager_C_GetMeshesForStasisEffect::Meshes' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_GetMeshesForStasisEffect, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_CorruptVillager_C_GetMeshesForStasisEffect::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_RandomizeVillager \ +static_assert(alignof(BP_CorruptVillager_C_RandomizeVillager) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_RandomizeVillager"); \ +static_assert(sizeof(BP_CorruptVillager_C_RandomizeVillager) == 0x0000C0, "Wrong size on BP_CorruptVillager_C_RandomizeVillager"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_int_Variable) == 0x000000, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable) == 0x000008, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_1) == 0x000010, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_2) == 0x000018, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_int_Variable_1) == 0x000020, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_3) == 0x000028, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_4) == 0x000030, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_5) == 0x000038, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_6) == 0x000040, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_7) == 0x000048, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_8) == 0x000050, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_int_Variable_2) == 0x000058, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_9) == 0x000060, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_10) == 0x000068, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_11) == 0x000070, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_12) == 0x000078, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, Temp_object_Variable_13) == 0x000080, "Member 'BP_CorruptVillager_C_RandomizeVillager::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000088, "Member 'BP_CorruptVillager_C_RandomizeVillager::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, K2Node_Select_Default) == 0x000090, "Member 'BP_CorruptVillager_C_RandomizeVillager::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x000098, "Member 'BP_CorruptVillager_C_RandomizeVillager::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, K2Node_Select_Default_1) == 0x0000A0, "Member 'BP_CorruptVillager_C_RandomizeVillager::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, CallFunc_RandomIntegerInRange_ReturnValue_2) == 0x0000A8, "Member 'BP_CorruptVillager_C_RandomizeVillager::CallFunc_RandomIntegerInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, CallFunc_SetStaticMesh_ReturnValue) == 0x0000AC, "Member 'BP_CorruptVillager_C_RandomizeVillager::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, K2Node_Select_Default_2) == 0x0000B0, "Member 'BP_CorruptVillager_C_RandomizeVillager::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_RandomizeVillager, CallFunc_SetStaticMesh_ReturnValue_1) == 0x0000B8, "Member 'BP_CorruptVillager_C_RandomizeVillager::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_HandleDamage \ +static_assert(alignof(BP_CorruptVillager_C_HandleDamage) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_HandleDamage"); \ +static_assert(sizeof(BP_CorruptVillager_C_HandleDamage) == 0x0001A0, "Wrong size on BP_CorruptVillager_C_HandleDamage"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_CorruptVillager_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_CorruptVillager_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000111, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_bBlockingHit) == 0x000112, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_bInitialOverlap) == 0x000113, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_Time) == 0x000114, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_Distance) == 0x000118, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_Location) == 0x00011C, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_ImpactPoint) == 0x000128, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_Normal) == 0x000134, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_ImpactNormal) == 0x000140, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_PhysMat) == 0x000150, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_HitActor) == 0x000158, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_HitComponent) == 0x000160, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_HitBoneName) == 0x000168, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_HitItem) == 0x000170, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_ElementIndex) == 0x000174, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_FaceIndex) == 0x000178, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_TraceStart) == 0x00017C, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_BreakHitResult_TraceEnd) == 0x000188, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_HandleDamage_ReturnValue) == 0x000194, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleDamage, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000198, "Member 'BP_CorruptVillager_C_HandleDamage::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_OnKilled \ +static_assert(alignof(BP_CorruptVillager_C_OnKilled) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_OnKilled"); \ +static_assert(sizeof(BP_CorruptVillager_C_OnKilled) == 0x000120, "Wrong size on BP_CorruptVillager_C_OnKilled"); \ +static_assert(offsetof(BP_CorruptVillager_C_OnKilled, KillInstigator) == 0x000000, "Member 'BP_CorruptVillager_C_OnKilled::KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_OnKilled, Causer) == 0x000008, "Member 'BP_CorruptVillager_C_OnKilled::Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_OnKilled, KillEvent) == 0x000010, "Member 'BP_CorruptVillager_C_OnKilled::KillEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_HandleMessage \ +static_assert(alignof(BP_CorruptVillager_C_HandleMessage) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_HandleMessage"); \ +static_assert(sizeof(BP_CorruptVillager_C_HandleMessage) == 0x000010, "Wrong size on BP_CorruptVillager_C_HandleMessage"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_CorruptVillager_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_CorruptVillager_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature \ +static_assert(alignof(BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature"); \ +static_assert(sizeof(BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature) == 0x000008, "Wrong size on BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature"); \ +static_assert(offsetof(BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature, FromActor) == 0x000000, "Member 'BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionTrigger__DelegateSignature::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature \ +static_assert(alignof(BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature"); \ +static_assert(sizeof(BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature) == 0x000008, "Wrong size on BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature"); \ +static_assert(offsetof(BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature, FromActor) == 0x000000, "Member 'BP_CorruptVillager_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionTrigger__DelegateSignature::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_ReceiveTick \ +static_assert(alignof(BP_CorruptVillager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CorruptVillager_C_ReceiveTick"); \ +static_assert(sizeof(BP_CorruptVillager_C_ReceiveTick) == 0x000004, "Wrong size on BP_CorruptVillager_C_ReceiveTick"); \ +static_assert(offsetof(BP_CorruptVillager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CorruptVillager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature \ +static_assert(alignof(BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature"); \ +static_assert(sizeof(BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature) == 0x000018, "Wrong size on BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature"); \ +static_assert(offsetof(BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature, Socketable) == 0x000000, "Member 'BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature::Socketable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature, SocketName) == 0x000010, "Member 'BP_CorruptVillager_C_BndEvt__SocketableUser_K2Node_ComponentBoundEvent_0_SocketableAttached__DelegateSignature::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_ResetAimAssist \ +static_assert(alignof(BP_CorruptVillager_C_ResetAimAssist) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_ResetAimAssist"); \ +static_assert(sizeof(BP_CorruptVillager_C_ResetAimAssist) == 0x000008, "Wrong size on BP_CorruptVillager_C_ResetAimAssist"); \ +static_assert(offsetof(BP_CorruptVillager_C_ResetAimAssist, DestroyedActor) == 0x000000, "Member 'BP_CorruptVillager_C_ResetAimAssist::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager \ +static_assert(alignof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager"); \ +static_assert(sizeof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager) == 0x000378, "Wrong size on BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, EntryPoint) == 0x000000, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, Temp_bool_Variable) == 0x000004, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, Temp_object_Variable) == 0x000008, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Event_KillInstigator) == 0x000028, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Event_KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Event_Causer) == 0x000030, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Event_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Event_KillEvent) == 0x000038, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Event_KillEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_MakeLiteralName_ReturnValue) == 0x000148, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000150, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_bBlockingHit) == 0x000158, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_bInitialOverlap) == 0x000159, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_Time) == 0x00015C, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_Distance) == 0x000160, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_Location) == 0x000164, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_ImpactPoint) == 0x000170, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_Normal) == 0x00017C, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_ImpactNormal) == 0x000188, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_PhysMat) == 0x000198, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_HitActor) == 0x0001A0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_HitComponent) == 0x0001A8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_HitBoneName) == 0x0001B0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_HitItem) == 0x0001B8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_ElementIndex) == 0x0001BC, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_FaceIndex) == 0x0001C0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_TraceStart) == 0x0001C4, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_BreakHitResult_TraceEnd) == 0x0001D0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Event_MessageName) == 0x0001DC, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Event_Params) == 0x0001E8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_SwitchName_CmpSuccess) == 0x0001F0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_ComponentBoundEvent_FromActor_1) == 0x0001F8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_ComponentBoundEvent_FromActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_ComponentBoundEvent_FromActor) == 0x000200, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_ComponentBoundEvent_FromActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x000208, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Event_DeltaSeconds) == 0x00020C, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetController_ReturnValue) == 0x000210, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetBlackboard_ReturnValue) == 0x000218, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000220, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, Temp_bool_IsClosed_Variable) == 0x000228, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, Temp_bool_Has_Been_Initd_Variable) == 0x000229, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00022A, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetController_ReturnValue_1) == 0x000230, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetComponentByClass_ReturnValue) == 0x000238, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000240, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000244, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000250, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_VSize_ReturnValue) == 0x000254, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000258, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000260, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_ComponentBoundEvent_Socketable) == 0x000268, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_ComponentBoundEvent_Socketable' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_ComponentBoundEvent_SocketName) == 0x000278, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_ComponentBoundEvent_SocketName' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_Select_Default) == 0x000280, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000290, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_DynamicCast_bSuccess) == 0x000298, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, K2Node_CustomEvent_DestroyedActor) == 0x0002A0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0002A8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_SpawnSystemAttached_ReturnValue) == 0x0002B0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_Not_PreBool_ReturnValue) == 0x0002B8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, Temp_bool_IsClosed_Variable_1) == 0x0002B9, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, Temp_bool_Has_Been_Initd_Variable_1) == 0x0002BA, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_GetActorForwardVector_ReturnValue) == 0x0002BC, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0002C8, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002D4, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_Add_VectorVector_ReturnValue) == 0x0002E0, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_LineTraceSingle_OutHit) == 0x0002EC, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager, CallFunc_LineTraceSingle_ReturnValue) == 0x000374, "Member 'BP_CorruptVillager_C_ExecuteUbergraph_BP_CorruptVillager::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CorruptVillager_C_CanPerformAction \ +static_assert(alignof(BP_CorruptVillager_C_CanPerformAction) == 0x000008, "Wrong alignment on BP_CorruptVillager_C_CanPerformAction"); \ +static_assert(sizeof(BP_CorruptVillager_C_CanPerformAction) == 0x000018, "Wrong size on BP_CorruptVillager_C_CanPerformAction"); \ +static_assert(offsetof(BP_CorruptVillager_C_CanPerformAction, FromOwner) == 0x000000, "Member 'BP_CorruptVillager_C_CanPerformAction::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_CanPerformAction, ReturnValue) == 0x000010, "Member 'BP_CorruptVillager_C_CanPerformAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_CanPerformAction, CallFunc_CanPerformAction_ReturnValue) == 0x000011, "Member 'BP_CorruptVillager_C_CanPerformAction::CallFunc_CanPerformAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_CanPerformAction, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000012, "Member 'BP_CorruptVillager_C_CanPerformAction::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_CanPerformAction, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_CorruptVillager_C_CanPerformAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CorruptVillager_C_CanPerformAction, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_CorruptVillager_C_CanPerformAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CorruptVillager_C \ +static_assert(alignof(ABP_CorruptVillager_C) == 0x000010, "Wrong alignment on ABP_CorruptVillager_C"); \ +static_assert(sizeof(ABP_CorruptVillager_C) == 0x000BD0, "Wrong size on ABP_CorruptVillager_C"); \ +static_assert(offsetof(ABP_CorruptVillager_C, UberGraphFrame_BP_CorruptVillager_C) == 0x000B38, "Member 'ABP_CorruptVillager_C::UberGraphFrame_BP_CorruptVillager_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, AimAssistBody) == 0x000B40, "Member 'ABP_CorruptVillager_C::AimAssistBody' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, SM_CorruptVillager_Blade1) == 0x000B48, "Member 'ABP_CorruptVillager_C::SM_CorruptVillager_Blade1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, HurtboxManager) == 0x000B50, "Member 'ABP_CorruptVillager_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, AimAssistHead) == 0x000B58, "Member 'ABP_CorruptVillager_C::AimAssistHead' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, Shaft) == 0x000B60, "Member 'ABP_CorruptVillager_C::Shaft' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, Blade) == 0x000B68, "Member 'ABP_CorruptVillager_C::Blade' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, HitboxManager) == 0x000B70, "Member 'ABP_CorruptVillager_C::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, DamageDealer) == 0x000B78, "Member 'ABP_CorruptVillager_C::DamageDealer' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, SM_CorruptVillager_Weapon) == 0x000B80, "Member 'ABP_CorruptVillager_C::SM_CorruptVillager_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, SM_CorruptVillager_Mask_01) == 0x000B88, "Member 'ABP_CorruptVillager_C::SM_CorruptVillager_Mask_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, WispTimeline_WispDissolve_281646614CC874DDA05D40B4AC370994) == 0x000B90, "Member 'ABP_CorruptVillager_C::WispTimeline_WispDissolve_281646614CC874DDA05D40B4AC370994' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, WispTimeline__Direction_281646614CC874DDA05D40B4AC370994) == 0x000B94, "Member 'ABP_CorruptVillager_C::WispTimeline__Direction_281646614CC874DDA05D40B4AC370994' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, WispTimeline) == 0x000B98, "Member 'ABP_CorruptVillager_C::WispTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, Death_DissolveTrack_05BE001344D0962C5291768010775953) == 0x000BA0, "Member 'ABP_CorruptVillager_C::Death_DissolveTrack_05BE001344D0962C5291768010775953' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, Death__Direction_05BE001344D0962C5291768010775953) == 0x000BA4, "Member 'ABP_CorruptVillager_C::Death__Direction_05BE001344D0962C5291768010775953' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, Death) == 0x000BA8, "Member 'ABP_CorruptVillager_C::Death' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, WispedIn) == 0x000BB0, "Member 'ABP_CorruptVillager_C::WispedIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, DeathImpulse) == 0x000BB4, "Member 'ABP_CorruptVillager_C::DeathImpulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C, DeathImpulseLocation) == 0x000BB8, "Member 'ABP_CorruptVillager_C::DeathImpulseLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CorruptVillager_C_AnimGraph \ +static_assert(alignof(ABP_CorruptVillager_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_CorruptVillager_C_AnimGraph"); \ +static_assert(sizeof(ABP_CorruptVillager_C_AnimGraph) == 0x000010, "Wrong size on ABP_CorruptVillager_C_AnimGraph"); \ +static_assert(offsetof(ABP_CorruptVillager_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_CorruptVillager_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager \ +static_assert(alignof(ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager) == 0x000004, "Wrong alignment on ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager"); \ +static_assert(sizeof(ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager) == 0x000008, "Wrong size on ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager"); \ +static_assert(offsetof(ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager, EntryPoint) == 0x000000, "Member 'ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager, CallFunc_ShouldApplyHeadTracking_ReturnValue) == 0x000004, "Member 'ABP_CorruptVillager_C_ExecuteUbergraph_ABP_CorruptVillager::CallFunc_ShouldApplyHeadTracking_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_CorruptVillager_C \ +static_assert(alignof(UABP_CorruptVillager_C) == 0x000010, "Wrong alignment on UABP_CorruptVillager_C"); \ +static_assert(sizeof(UABP_CorruptVillager_C) == 0x001D70, "Wrong size on UABP_CorruptVillager_C"); \ +static_assert(offsetof(UABP_CorruptVillager_C, UberGraphFrame) == 0x0012A0, "Member 'UABP_CorruptVillager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_Root) == 0x0012A8, "Member 'UABP_CorruptVillager_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_TransitionResult) == 0x0012D8, "Member 'UABP_CorruptVillager_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_StateResult_1) == 0x001300, "Member 'UABP_CorruptVillager_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_BlendSpacePlayer_1) == 0x001330, "Member 'UABP_CorruptVillager_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_StateResult) == 0x001418, "Member 'UABP_CorruptVillager_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_StateMachine) == 0x001448, "Member 'UABP_CorruptVillager_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_SaveCachedPose_2) == 0x0014F8, "Member 'UABP_CorruptVillager_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_UseCachedPose_4) == 0x001650, "Member 'UABP_CorruptVillager_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_Slot_1) == 0x001678, "Member 'UABP_CorruptVillager_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_LayeredBoneBlend) == 0x0016C0, "Member 'UABP_CorruptVillager_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_Slot) == 0x001780, "Member 'UABP_CorruptVillager_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_SaveCachedPose_1) == 0x0017C8, "Member 'UABP_CorruptVillager_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_BlendListByBool) == 0x001920, "Member 'UABP_CorruptVillager_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_ApplyAdditive) == 0x0019C0, "Member 'UABP_CorruptVillager_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_BlendSpacePlayer) == 0x001A88, "Member 'UABP_CorruptVillager_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_UseCachedPose_3) == 0x001B70, "Member 'UABP_CorruptVillager_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_UseCachedPose_2) == 0x001B98, "Member 'UABP_CorruptVillager_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_UseCachedPose_1) == 0x001BC0, "Member 'UABP_CorruptVillager_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_UseCachedPose) == 0x001BE8, "Member 'UABP_CorruptVillager_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CorruptVillager_C, AnimGraphNode_SaveCachedPose) == 0x001C10, "Member 'UABP_CorruptVillager_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldSuperState_C_OnStart \ +static_assert(alignof(BP_SpiritShieldSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_SpiritShieldSuperState_C_OnStart"); \ +static_assert(sizeof(BP_SpiritShieldSuperState_C_OnStart) == 0x000008, "Wrong size on BP_SpiritShieldSuperState_C_OnStart"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SpiritShieldSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldSuperState_C_OnEnd \ +static_assert(alignof(BP_SpiritShieldSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SpiritShieldSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_SpiritShieldSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_SpiritShieldSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SpiritShieldSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldSuperState_C_OnAbilityInterrupted \ +static_assert(alignof(BP_SpiritShieldSuperState_C_OnAbilityInterrupted) == 0x000001, "Wrong alignment on BP_SpiritShieldSuperState_C_OnAbilityInterrupted"); \ +static_assert(sizeof(BP_SpiritShieldSuperState_C_OnAbilityInterrupted) == 0x000001, "Wrong size on BP_SpiritShieldSuperState_C_OnAbilityInterrupted"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_OnAbilityInterrupted, reason) == 0x000000, "Member 'BP_SpiritShieldSuperState_C_OnAbilityInterrupted::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldSuperState_C_Update \ +static_assert(alignof(BP_SpiritShieldSuperState_C_Update) == 0x000004, "Wrong alignment on BP_SpiritShieldSuperState_C_Update"); \ +static_assert(sizeof(BP_SpiritShieldSuperState_C_Update) == 0x000004, "Wrong size on BP_SpiritShieldSuperState_C_Update"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SpiritShieldSuperState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState \ +static_assert(alignof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState) == 0x000008, "Wrong alignment on BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState"); \ +static_assert(sizeof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState) == 0x000130, "Wrong size on BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, EntryPoint) == 0x000000, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_IsFalling_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000028, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_ChangeStateTo_ReturnValue) == 0x000038, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000060, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000090, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000A0, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_MochiEnsure_ReturnValue) == 0x0000B0, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000B8, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000C8, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, K2Node_Event_PrevState) == 0x0000D8, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_MochiEnsure_ReturnValue_1) == 0x0000E0, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, K2Node_Event_NextState) == 0x0000E8, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, K2Node_CustomEvent_Reason) == 0x0000F0, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_GetShieldAbility_ReturnValue) == 0x0000F8, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_GetShieldAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, K2Node_SwitchEnum_CmpSuccess) == 0x000100, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_GetShieldAbility_ReturnValue_1) == 0x000108, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_GetShieldAbility_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000110, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_GetShieldAbility_ReturnValue_2) == 0x000118, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_GetShieldAbility_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_IsStateChangePending_ReturnValue) == 0x000120, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_IsStateChangePending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_Complete_ReturnValue) == 0x000121, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, K2Node_Event_DeltaTime) == 0x000124, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000128, "Member 'BP_SpiritShieldSuperState_C_ExecuteUbergraph_BP_SpiritShieldSuperState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldSuperState_C_GetShieldAbility \ +static_assert(alignof(BP_SpiritShieldSuperState_C_GetShieldAbility) == 0x000008, "Wrong alignment on BP_SpiritShieldSuperState_C_GetShieldAbility"); \ +static_assert(sizeof(BP_SpiritShieldSuperState_C_GetShieldAbility) == 0x000018, "Wrong size on BP_SpiritShieldSuperState_C_GetShieldAbility"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_GetShieldAbility, ReturnValue) == 0x000000, "Member 'BP_SpiritShieldSuperState_C_GetShieldAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_GetShieldAbility, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldSuperState_C_GetShieldAbility::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldSuperState_C_GetShieldAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldSuperState_C_GetShieldAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpiritShieldSuperState_C \ +static_assert(alignof(UBP_SpiritShieldSuperState_C) == 0x000008, "Wrong alignment on UBP_SpiritShieldSuperState_C"); \ +static_assert(sizeof(UBP_SpiritShieldSuperState_C) == 0x000140, "Wrong size on UBP_SpiritShieldSuperState_C"); \ +static_assert(offsetof(UBP_SpiritShieldSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_SpiritShieldSuperState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Staff_Default_C \ +static_assert(alignof(ABP_Staff_Default_C) == 0x000008, "Wrong alignment on ABP_Staff_Default_C"); \ +static_assert(sizeof(ABP_Staff_Default_C) == 0x0002F8, "Wrong size on ABP_Staff_Default_C"); \ + +#define DUMPER7_ASSERTS_BP_SetHeadTrackingName_C_Received_NotifyEnd \ +static_assert(alignof(BP_SetHeadTrackingName_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_SetHeadTrackingName_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_SetHeadTrackingName_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_SetHeadTrackingName_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_SetHeadTrackingName_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_SetHeadTrackingName_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_SetHeadTrackingName_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_SetHeadTrackingName_C_Received_NotifyEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyEnd, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x000020, "Member 'BP_SetHeadTrackingName_C_Received_NotifyEnd::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SetHeadTrackingName_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetHeadTrackingName_C_Received_NotifyBegin \ +static_assert(alignof(BP_SetHeadTrackingName_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_SetHeadTrackingName_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_SetHeadTrackingName_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_SetHeadTrackingName_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x000020, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SetHeadTrackingName_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SetHeadTrackingName_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SetHeadTrackingName_C \ +static_assert(alignof(UBP_SetHeadTrackingName_C) == 0x000008, "Wrong alignment on UBP_SetHeadTrackingName_C"); \ +static_assert(sizeof(UBP_SetHeadTrackingName_C) == 0x000038, "Wrong size on UBP_SetHeadTrackingName_C"); \ +static_assert(offsetof(UBP_SetHeadTrackingName_C, BlendspaceName) == 0x000030, "Member 'UBP_SetHeadTrackingName_C::BlendspaceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Kena_Clothing_C_AnimGraph \ +static_assert(alignof(ABP_Kena_Clothing_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Kena_Clothing_C_AnimGraph"); \ +static_assert(sizeof(ABP_Kena_Clothing_C_AnimGraph) == 0x000010, "Wrong size on ABP_Kena_Clothing_C_AnimGraph"); \ +static_assert(offsetof(ABP_Kena_Clothing_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Kena_Clothing_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing \ +static_assert(alignof(ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing) == 0x000004, "Wrong alignment on ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing"); \ +static_assert(sizeof(ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing) == 0x000004, "Wrong size on ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing"); \ +static_assert(offsetof(ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing, EntryPoint) == 0x000000, "Member 'ABP_Kena_Clothing_C_ExecuteUbergraph_ABP_Kena_Clothing::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Kena_Clothing_C \ +static_assert(alignof(UABP_Kena_Clothing_C) == 0x000010, "Wrong alignment on UABP_Kena_Clothing_C"); \ +static_assert(sizeof(UABP_Kena_Clothing_C) == 0x0004E0, "Wrong size on UABP_Kena_Clothing_C"); \ +static_assert(offsetof(UABP_Kena_Clothing_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_Kena_Clothing_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Kena_Clothing_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_Kena_Clothing_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Kena_Clothing_C, AnimGraphNode_CopyPoseFromMesh) == 0x000308, "Member 'UABP_Kena_Clothing_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_Quiver_C_UpdateDotsCount \ +static_assert(alignof(WBP_Reticle_Quiver_C_UpdateDotsCount) == 0x000004, "Wrong alignment on WBP_Reticle_Quiver_C_UpdateDotsCount"); \ +static_assert(sizeof(WBP_Reticle_Quiver_C_UpdateDotsCount) == 0x000004, "Wrong size on WBP_Reticle_Quiver_C_UpdateDotsCount"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_UpdateDotsCount, NewSize) == 0x000000, "Member 'WBP_Reticle_Quiver_C_UpdateDotsCount::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_Quiver_C_UpdateDotsStatus \ +static_assert(alignof(WBP_Reticle_Quiver_C_UpdateDotsStatus) == 0x000004, "Wrong alignment on WBP_Reticle_Quiver_C_UpdateDotsStatus"); \ +static_assert(sizeof(WBP_Reticle_Quiver_C_UpdateDotsStatus) == 0x000004, "Wrong size on WBP_Reticle_Quiver_C_UpdateDotsStatus"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_UpdateDotsStatus, Available) == 0x000000, "Member 'WBP_Reticle_Quiver_C_UpdateDotsStatus::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_Quiver_C_UpdateDots \ +static_assert(alignof(WBP_Reticle_Quiver_C_UpdateDots) == 0x000004, "Wrong alignment on WBP_Reticle_Quiver_C_UpdateDots"); \ +static_assert(sizeof(WBP_Reticle_Quiver_C_UpdateDots) == 0x000008, "Wrong size on WBP_Reticle_Quiver_C_UpdateDots"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_UpdateDots, Size) == 0x000000, "Member 'WBP_Reticle_Quiver_C_UpdateDots::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_UpdateDots, Available) == 0x000004, "Member 'WBP_Reticle_Quiver_C_UpdateDots::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver \ +static_assert(alignof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver) == 0x000008, "Wrong alignment on WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver"); \ +static_assert(sizeof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver) == 0x0000B8, "Wrong size on WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, EntryPoint) == 0x000000, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, Temp_int_Variable) == 0x000004, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, K2Node_Event_IsDesignTime) == 0x000029, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, K2Node_CustomEvent_NewSize) == 0x000038, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::K2Node_CustomEvent_NewSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, K2Node_CustomEvent_Available_1) == 0x000040, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::K2Node_CustomEvent_Available_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Subtract_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Less_IntInt_ReturnValue_1) == 0x000059, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_SelectColor_ReturnValue) == 0x00005C, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, K2Node_CustomEvent_Size) == 0x00006C, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::K2Node_CustomEvent_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, K2Node_CustomEvent_Available) == 0x000070, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::K2Node_CustomEvent_Available' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_SelectInt_ReturnValue) == 0x000074, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_MakeVector2D_ReturnValue) == 0x000078, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_SelectInt_ReturnValue_1) == 0x000080, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, K2Node_MakeStruct_Margin) == 0x000084, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_SpawnObject_ReturnValue) == 0x000098, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000A4, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_AddChildToGrid_ReturnValue) == 0x0000A8, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_AddChildToGrid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_Reticle_Quiver_C_ExecuteUbergraph_WBP_Reticle_Quiver::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_Quiver_C_PreConstruct \ +static_assert(alignof(WBP_Reticle_Quiver_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Reticle_Quiver_C_PreConstruct"); \ +static_assert(sizeof(WBP_Reticle_Quiver_C_PreConstruct) == 0x000001, "Wrong size on WBP_Reticle_Quiver_C_PreConstruct"); \ +static_assert(offsetof(WBP_Reticle_Quiver_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Reticle_Quiver_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Reticle_Quiver_C \ +static_assert(alignof(UWBP_Reticle_Quiver_C) == 0x000008, "Wrong alignment on UWBP_Reticle_Quiver_C"); \ +static_assert(sizeof(UWBP_Reticle_Quiver_C) == 0x0002F0, "Wrong size on UWBP_Reticle_Quiver_C"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, UberGraphFrame) == 0x000260, "Member 'UWBP_Reticle_Quiver_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Arrow) == 0x000268, "Member 'UWBP_Reticle_Quiver_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Arrow_1) == 0x000270, "Member 'UWBP_Reticle_Quiver_C::Arrow_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Arrow_2) == 0x000278, "Member 'UWBP_Reticle_Quiver_C::Arrow_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Arrow_3) == 0x000280, "Member 'UWBP_Reticle_Quiver_C::Arrow_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Arrow_4) == 0x000288, "Member 'UWBP_Reticle_Quiver_C::Arrow_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Grid) == 0x000290, "Member 'UWBP_Reticle_Quiver_C::Grid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, QuiverSize) == 0x000298, "Member 'UWBP_Reticle_Quiver_C::QuiverSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, Dots) == 0x0002A0, "Member 'UWBP_Reticle_Quiver_C::Dots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, BowAbility) == 0x0002B0, "Member 'UWBP_Reticle_Quiver_C::BowAbility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, ArrowPadding) == 0x0002B8, "Member 'UWBP_Reticle_Quiver_C::ArrowPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, ArrowSize) == 0x0002BC, "Member 'UWBP_Reticle_Quiver_C::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, AvailableColor) == 0x0002C0, "Member 'UWBP_Reticle_Quiver_C::AvailableColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, UnavailableColor) == 0x0002D0, "Member 'UWBP_Reticle_Quiver_C::UnavailableColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, IconSprite) == 0x0002E0, "Member 'UWBP_Reticle_Quiver_C::IconSprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_Quiver_C, IsVertical) == 0x0002E8, "Member 'UWBP_Reticle_Quiver_C::IsVertical' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BossHealthBar_C_SetVisibleWithFade \ +static_assert(alignof(WBP_BossHealthBar_C_SetVisibleWithFade) == 0x000008, "Wrong alignment on WBP_BossHealthBar_C_SetVisibleWithFade"); \ +static_assert(sizeof(WBP_BossHealthBar_C_SetVisibleWithFade) == 0x000030, "Wrong size on WBP_BossHealthBar_C_SetVisibleWithFade"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, Visible_0) == 0x000000, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::Visible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, Temp_bool_Variable) == 0x000001, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, K2Node_Select_Default) == 0x000008, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000020, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetVisibleWithFade, K2Node_Select_Default_1) == 0x000028, "Member 'WBP_BossHealthBar_C_SetVisibleWithFade::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BossHealthBar_C_SetBoss \ +static_assert(alignof(WBP_BossHealthBar_C_SetBoss) == 0x000008, "Wrong alignment on WBP_BossHealthBar_C_SetBoss"); \ +static_assert(sizeof(WBP_BossHealthBar_C_SetBoss) == 0x000008, "Wrong size on WBP_BossHealthBar_C_SetBoss"); \ +static_assert(offsetof(WBP_BossHealthBar_C_SetBoss, Boss) == 0x000000, "Member 'WBP_BossHealthBar_C_SetBoss::Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar \ +static_assert(alignof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar) == 0x000008, "Wrong alignment on WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar"); \ +static_assert(sizeof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar) == 0x000058, "Wrong size on WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, EntryPoint) == 0x000000, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_GetBalanceConfig_ReturnValue) == 0x000008, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_GetRequiredPipCount_ReturnValue) == 0x000010, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_GetRequiredPipCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, K2Node_DynamicCast_AsEnemy_Base_Balance_Config) == 0x000018, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::K2Node_DynamicCast_AsEnemy_Base_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_TextToUpper_ReturnValue) == 0x000028, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_ShouldBeVisible_ReturnValue) == 0x000041, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_ShouldBeVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, K2Node_CustomEvent_Boss) == 0x000048, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::K2Node_CustomEvent_Boss' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000051, "Member 'WBP_BossHealthBar_C_ExecuteUbergraph_WBP_BossHealthBar::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BossHealthBar_C_GetInitialVisibility \ +static_assert(alignof(WBP_BossHealthBar_C_GetInitialVisibility) == 0x000001, "Wrong alignment on WBP_BossHealthBar_C_GetInitialVisibility"); \ +static_assert(sizeof(WBP_BossHealthBar_C_GetInitialVisibility) == 0x000001, "Wrong size on WBP_BossHealthBar_C_GetInitialVisibility"); \ +static_assert(offsetof(WBP_BossHealthBar_C_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'WBP_BossHealthBar_C_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BossHealthBar_C_ShouldBeVisible \ +static_assert(alignof(WBP_BossHealthBar_C_ShouldBeVisible) == 0x000001, "Wrong alignment on WBP_BossHealthBar_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_BossHealthBar_C_ShouldBeVisible) == 0x000006, "Wrong size on WBP_BossHealthBar_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_BossHealthBar_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ShouldBeVisible, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_BossHealthBar_C_ShouldBeVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ShouldBeVisible, CallFunc_IsAlive_ReturnValue) == 0x000002, "Member 'WBP_BossHealthBar_C_ShouldBeVisible::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ShouldBeVisible, CallFunc_GetIsSleeping_ReturnValue) == 0x000003, "Member 'WBP_BossHealthBar_C_ShouldBeVisible::CallFunc_GetIsSleeping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ShouldBeVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WBP_BossHealthBar_C_ShouldBeVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BossHealthBar_C_ShouldBeVisible, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'WBP_BossHealthBar_C_ShouldBeVisible::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BossHealthBar_C \ +static_assert(alignof(UWBP_BossHealthBar_C) == 0x000008, "Wrong alignment on UWBP_BossHealthBar_C"); \ +static_assert(sizeof(UWBP_BossHealthBar_C) == 0x0002A8, "Wrong size on UWBP_BossHealthBar_C"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BossHealthBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, FadeOut) == 0x000268, "Member 'UWBP_BossHealthBar_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, FadeIn) == 0x000270, "Member 'UWBP_BossHealthBar_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, BossName) == 0x000278, "Member 'UWBP_BossHealthBar_C::BossName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, EnemyHealthBar) == 0x000280, "Member 'UWBP_BossHealthBar_C::EnemyHealthBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, Panel) == 0x000288, "Member 'UWBP_BossHealthBar_C::Panel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, CurrentBoss) == 0x000290, "Member 'UWBP_BossHealthBar_C::CurrentBoss' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, BossDeathTimer) == 0x000298, "Member 'UWBP_BossHealthBar_C::BossDeathTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BossHealthBar_C, Visible) == 0x0002A0, "Member 'UWBP_BossHealthBar_C::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharmStatus_C_HandleCharmDurationStart \ +static_assert(alignof(WBP_CharmStatus_C_HandleCharmDurationStart) == 0x000004, "Wrong alignment on WBP_CharmStatus_C_HandleCharmDurationStart"); \ +static_assert(sizeof(WBP_CharmStatus_C_HandleCharmDurationStart) == 0x000010, "Wrong size on WBP_CharmStatus_C_HandleCharmDurationStart"); \ +static_assert(offsetof(WBP_CharmStatus_C_HandleCharmDurationStart, CharmName) == 0x000000, "Member 'WBP_CharmStatus_C_HandleCharmDurationStart::CharmName' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_HandleCharmDurationStart, MaxDuration) == 0x000008, "Member 'WBP_CharmStatus_C_HandleCharmDurationStart::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_HandleCharmDurationStart, IsRetrigger) == 0x00000C, "Member 'WBP_CharmStatus_C_HandleCharmDurationStart::IsRetrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharmStatus_C_HandleCharmInstant \ +static_assert(alignof(WBP_CharmStatus_C_HandleCharmInstant) == 0x000004, "Wrong alignment on WBP_CharmStatus_C_HandleCharmInstant"); \ +static_assert(sizeof(WBP_CharmStatus_C_HandleCharmInstant) == 0x000008, "Wrong size on WBP_CharmStatus_C_HandleCharmInstant"); \ +static_assert(offsetof(WBP_CharmStatus_C_HandleCharmInstant, CharmName) == 0x000000, "Member 'WBP_CharmStatus_C_HandleCharmInstant::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus \ +static_assert(alignof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus) == 0x000008, "Wrong alignment on WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus"); \ +static_assert(sizeof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus) == 0x000028, "Wrong size on WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus"); \ +static_assert(offsetof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus, EntryPoint) == 0x000000, "Member 'WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus, K2Node_Event_CharmName_1) == 0x000010, "Member 'WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus::K2Node_Event_CharmName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus, K2Node_Event_MaxDuration) == 0x000018, "Member 'WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus::K2Node_Event_MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus, K2Node_Event_IsRetrigger) == 0x00001C, "Member 'WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus::K2Node_Event_IsRetrigger' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus, K2Node_Event_CharmName) == 0x000020, "Member 'WBP_CharmStatus_C_ExecuteUbergraph_WBP_CharmStatus::K2Node_Event_CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharmStatus_C_GetInitialVisibility \ +static_assert(alignof(WBP_CharmStatus_C_GetInitialVisibility) == 0x000001, "Wrong alignment on WBP_CharmStatus_C_GetInitialVisibility"); \ +static_assert(sizeof(WBP_CharmStatus_C_GetInitialVisibility) == 0x000001, "Wrong size on WBP_CharmStatus_C_GetInitialVisibility"); \ +static_assert(offsetof(WBP_CharmStatus_C_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'WBP_CharmStatus_C_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharmStatus_C_ShouldBeVisible \ +static_assert(alignof(WBP_CharmStatus_C_ShouldBeVisible) == 0x000008, "Wrong alignment on WBP_CharmStatus_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_CharmStatus_C_ShouldBeVisible) == 0x000018, "Wrong size on WBP_CharmStatus_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_CharmStatus_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_CharmStatus_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ShouldBeVisible, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'WBP_CharmStatus_C_ShouldBeVisible::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharmStatus_C_ShouldBeVisible, CallFunc_IsInCombat_ReturnValue) == 0x000010, "Member 'WBP_CharmStatus_C_ShouldBeVisible::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharmStatus_C \ +static_assert(alignof(UWBP_CharmStatus_C) == 0x000008, "Wrong alignment on UWBP_CharmStatus_C"); \ +static_assert(sizeof(UWBP_CharmStatus_C) == 0x000298, "Wrong size on UWBP_CharmStatus_C"); \ +static_assert(offsetof(UWBP_CharmStatus_C, UberGraphFrame) == 0x000288, "Member 'UWBP_CharmStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharmStatus_C, Flash) == 0x000290, "Member 'UWBP_CharmStatus_C::Flash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharmstoneButton_C \ +static_assert(alignof(UWBP_CharmstoneButton_C) == 0x000008, "Wrong alignment on UWBP_CharmstoneButton_C"); \ +static_assert(sizeof(UWBP_CharmstoneButton_C) == 0x000470, "Wrong size on UWBP_CharmstoneButton_C"); \ + +#define DUMPER7_ASSERTS_AZero0_00_World0_Audio_SFX_C \ +static_assert(alignof(AZero0_00_World0_Audio_SFX_C) == 0x000008, "Wrong alignment on AZero0_00_World0_Audio_SFX_C"); \ +static_assert(sizeof(AZero0_00_World0_Audio_SFX_C) == 0x000230, "Wrong size on AZero0_00_World0_Audio_SFX_C"); \ + +#define DUMPER7_ASSERTS_AZero0_00_World0_Audio_Music_C \ +static_assert(alignof(AZero0_00_World0_Audio_Music_C) == 0x000008, "Wrong alignment on AZero0_00_World0_Audio_Music_C"); \ +static_assert(sizeof(AZero0_00_World0_Audio_Music_C) == 0x000230, "Wrong size on AZero0_00_World0_Audio_Music_C"); \ + +#define DUMPER7_ASSERTS_ARelicBeams_C \ +static_assert(alignof(ARelicBeams_C) == 0x000008, "Wrong alignment on ARelicBeams_C"); \ +static_assert(sizeof(ARelicBeams_C) == 0x000230, "Wrong size on ARelicBeams_C"); \ + +#define DUMPER7_ASSERTS_AZero0_02_PathtoVillage_Path_Lighting_C \ +static_assert(alignof(AZero0_02_PathtoVillage_Path_Lighting_C) == 0x000008, "Wrong alignment on AZero0_02_PathtoVillage_Path_Lighting_C"); \ +static_assert(sizeof(AZero0_02_PathtoVillage_Path_Lighting_C) == 0x000230, "Wrong size on AZero0_02_PathtoVillage_Path_Lighting_C"); \ + +#define DUMPER7_ASSERTS_ABP_Fern_01_C \ +static_assert(alignof(ABP_Fern_01_C) == 0x000010, "Wrong alignment on ABP_Fern_01_C"); \ +static_assert(sizeof(ABP_Fern_01_C) == 0x000310, "Wrong size on ABP_Fern_01_C"); \ + +#define DUMPER7_ASSERTS_AZero0_02_PathtoVillage_Cave_GAMEPLAY_C \ +static_assert(alignof(AZero0_02_PathtoVillage_Cave_GAMEPLAY_C) == 0x000008, "Wrong alignment on AZero0_02_PathtoVillage_Cave_GAMEPLAY_C"); \ +static_assert(sizeof(AZero0_02_PathtoVillage_Cave_GAMEPLAY_C) == 0x000230, "Wrong size on AZero0_02_PathtoVillage_Cave_GAMEPLAY_C"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_HandleNamedEvent \ +static_assert(alignof(BP_BowState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_BowState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_BowState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_BowState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_BowState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_BowState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_BowState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_BowState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_BowState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000B, "Member 'BP_BowState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_HandleInputActionEvent \ +static_assert(alignof(BP_BowState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_BowState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_BowState_C_HandleInputActionEvent) == 0x000108, "Wrong size on BP_BowState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_BowState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_BowState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_BowState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000012, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability_1) == 0x000018, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_AsAbility_Bow) == 0x000020, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_AsAbility_Bow' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000030, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_TryStartFocusSlomo_ReturnValue) == 0x000038, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_TryStartFocusSlomo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_HasItem_ReturnValue) == 0x000039, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000040, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetUseAutoBowFocus_ReturnValue) == 0x000048, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetUseAutoBowFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000050, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000058, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_FindAbilityByClass_ReturnValue) == 0x000060, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_Activate_ReturnValue) == 0x000069, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability_2) == 0x000070, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_ChangeToBomb_ReturnValue) == 0x000078, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_ChangeToBomb_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000080, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_HasItem_ReturnValue_1) == 0x000088, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_TryHandleJump_WasHandled) == 0x000089, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_TryHandleJump_WasHandled' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x00008A, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue_2) == 0x00008B, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetController_ReturnValue) == 0x000090, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000098, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_IsFalling_ReturnValue) == 0x0000A1, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A2, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue_3) == 0x0000A3, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue_2) == 0x0000A8, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_HasItem_ReturnValue_2) == 0x0000B0, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_HasItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x0000B8, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetUseAutoBowFocus_ReturnValue_1) == 0x0000C0, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetUseAutoBowFocus_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x0000C1, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetCharacter_ReturnValue) == 0x0000C8, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000D0, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability_3) == 0x0000E0, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_AsAbility_Bow_1) == 0x0000E8, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_AsAbility_Bow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess_3) == 0x0000F0, "Member 'BP_BowState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_FindAbilityByClass_ReturnValue_1) == 0x0000F8, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_FindAbilityByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_TryStartFocusSlomo_ReturnValue_1) == 0x000100, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_TryStartFocusSlomo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputActionEvent, CallFunc_CanActivateAbility_ReturnValue) == 0x000101, "Member 'BP_BowState_C_HandleInputActionEvent::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_SetRotCarryIsAiming \ +static_assert(alignof(BP_BowState_C_SetRotCarryIsAiming) == 0x000008, "Wrong alignment on BP_BowState_C_SetRotCarryIsAiming"); \ +static_assert(sizeof(BP_BowState_C_SetRotCarryIsAiming) == 0x000018, "Wrong size on BP_BowState_C_SetRotCarryIsAiming"); \ +static_assert(offsetof(BP_BowState_C_SetRotCarryIsAiming, IsAiming) == 0x000000, "Member 'BP_BowState_C_SetRotCarryIsAiming::IsAiming' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_SetRotCarryIsAiming, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_BowState_C_SetRotCarryIsAiming::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_SetRotCarryIsAiming, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_BowState_C_SetRotCarryIsAiming::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_SetRotCarryIsAiming, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_BowState_C_SetRotCarryIsAiming::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_CanRotCarry \ +static_assert(alignof(BP_BowState_C_CanRotCarry) == 0x000008, "Wrong alignment on BP_BowState_C_CanRotCarry"); \ +static_assert(sizeof(BP_BowState_C_CanRotCarry) == 0x000028, "Wrong size on BP_BowState_C_CanRotCarry"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, ReturnValue) == 0x000000, "Member 'BP_BowState_C_CanRotCarry::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_BowState_C_CanRotCarry::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_BowState_C_CanRotCarry::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'BP_BowState_C_CanRotCarry::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_BowState_C_CanRotCarry::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, CallFunc_CanActivateAbility_ReturnValue) == 0x000021, "Member 'BP_BowState_C_CanRotCarry::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanRotCarry, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_BowState_C_CanRotCarry::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_CanInjectArrow \ +static_assert(alignof(BP_BowState_C_CanInjectArrow) == 0x000008, "Wrong alignment on BP_BowState_C_CanInjectArrow"); \ +static_assert(sizeof(BP_BowState_C_CanInjectArrow) == 0x000038, "Wrong size on BP_BowState_C_CanInjectArrow"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, ReturnValue) == 0x000000, "Member 'BP_BowState_C_CanInjectArrow::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_IsActionAllowed_ReturnValue) == 0x000011, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_GetAbility_Ability) == 0x000018, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, K2Node_DynamicCast_AsIInjectable_Ability) == 0x000020, "Member 'BP_BowState_C_CanInjectArrow::K2Node_DynamicCast_AsIInjectable_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BowState_C_CanInjectArrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_CanInject_ReturnValue) == 0x000031, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_CanInject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanInjectArrow, CallFunc_BooleanAND_ReturnValue_1) == 0x000033, "Member 'BP_BowState_C_CanInjectArrow::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_CanThrowBomb \ +static_assert(alignof(BP_BowState_C_CanThrowBomb) == 0x000008, "Wrong alignment on BP_BowState_C_CanThrowBomb"); \ +static_assert(sizeof(BP_BowState_C_CanThrowBomb) == 0x000050, "Wrong size on BP_BowState_C_CanThrowBomb"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, ReturnValue) == 0x000000, "Member 'BP_BowState_C_CanThrowBomb::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_GetIsOnCooldown_ReturnValue) == 0x000018, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_GetIsOnCooldown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_HasItem_ReturnValue) == 0x000019, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_GetCharacter_ReturnValue) == 0x000020, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_Not_PreBool_ReturnValue_1) == 0x000028, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000030, "Member 'BP_BowState_C_CanThrowBomb::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_BowState_C_CanThrowBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_FindAbilityByClass_ReturnValue) == 0x000040, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_CanActivateAbility_ReturnValue) == 0x000048, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_BooleanAND_ReturnValue_1) == 0x00004A, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanThrowBomb, CallFunc_BooleanAND_ReturnValue_2) == 0x00004B, "Member 'BP_BowState_C_CanThrowBomb::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_CanDrawArrow \ +static_assert(alignof(BP_BowState_C_CanDrawArrow) == 0x000008, "Wrong alignment on BP_BowState_C_CanDrawArrow"); \ +static_assert(sizeof(BP_BowState_C_CanDrawArrow) == 0x000030, "Wrong size on BP_BowState_C_CanDrawArrow"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, ReturnValue) == 0x000000, "Member 'BP_BowState_C_CanDrawArrow::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_BowState_C_CanDrawArrow::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000010, "Member 'BP_BowState_C_CanDrawArrow::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, CallFunc_CanActivateAbility_ReturnValue) == 0x000018, "Member 'BP_BowState_C_CanDrawArrow::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, CallFunc_GetComponentOnController_ReturnValue) == 0x000020, "Member 'BP_BowState_C_CanDrawArrow::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, CallFunc_HasItem_ReturnValue) == 0x000028, "Member 'BP_BowState_C_CanDrawArrow::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanDrawArrow, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BP_BowState_C_CanDrawArrow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_ChangeToBomb \ +static_assert(alignof(BP_BowState_C_ChangeToBomb) == 0x000008, "Wrong alignment on BP_BowState_C_ChangeToBomb"); \ +static_assert(sizeof(BP_BowState_C_ChangeToBomb) == 0x000018, "Wrong size on BP_BowState_C_ChangeToBomb"); \ +static_assert(offsetof(BP_BowState_C_ChangeToBomb, reason) == 0x000000, "Member 'BP_BowState_C_ChangeToBomb::reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ChangeToBomb, ReturnValue) == 0x000010, "Member 'BP_BowState_C_ChangeToBomb::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ChangeToBomb, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_BowState_C_ChangeToBomb::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_DisableCrosshair \ +static_assert(alignof(BP_BowState_C_DisableCrosshair) == 0x000008, "Wrong alignment on BP_BowState_C_DisableCrosshair"); \ +static_assert(sizeof(BP_BowState_C_DisableCrosshair) == 0x000018, "Wrong size on BP_BowState_C_DisableCrosshair"); \ +static_assert(offsetof(BP_BowState_C_DisableCrosshair, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_BowState_C_DisableCrosshair::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_DisableCrosshair, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000008, "Member 'BP_BowState_C_DisableCrosshair::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_DisableCrosshair, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_BowState_C_DisableCrosshair::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_EnableCrosshair \ +static_assert(alignof(BP_BowState_C_EnableCrosshair) == 0x000008, "Wrong alignment on BP_BowState_C_EnableCrosshair"); \ +static_assert(sizeof(BP_BowState_C_EnableCrosshair) == 0x000028, "Wrong size on BP_BowState_C_EnableCrosshair"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000000, "Member 'BP_BowState_C_EnableCrosshair::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_BowState_C_EnableCrosshair::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_BowState_C_EnableCrosshair::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000018, "Member 'BP_BowState_C_EnableCrosshair::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BowState_C_EnableCrosshair::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, CallFunc_GetIsCarryingItem_ReturnValue) == 0x000021, "Member 'BP_BowState_C_EnableCrosshair::CallFunc_GetIsCarryingItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_EnableCrosshair, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_BowState_C_EnableCrosshair::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_UpdateReticle \ +static_assert(alignof(BP_BowState_C_UpdateReticle) == 0x000008, "Wrong alignment on BP_BowState_C_UpdateReticle"); \ +static_assert(sizeof(BP_BowState_C_UpdateReticle) == 0x000078, "Wrong size on BP_BowState_C_UpdateReticle"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CrosshairVisible) == 0x000000, "Member 'BP_BowState_C_UpdateReticle::CrosshairVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, IsCrosshairVisible) == 0x000001, "Member 'BP_BowState_C_UpdateReticle::IsCrosshairVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, HoverState) == 0x000002, "Member 'BP_BowState_C_UpdateReticle::HoverState' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'BP_BowState_C_UpdateReticle::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000018, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_HasItem_ReturnValue_1) == 0x000020, "Member 'BP_BowState_C_UpdateReticle::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetAbility_Ability) == 0x000028, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000030, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_FindAbilityByClass_ReturnValue) == 0x000038, "Member 'BP_BowState_C_UpdateReticle::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetController_ReturnValue) == 0x000040, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetIsCarryingItem_ReturnValue) == 0x000048, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetIsCarryingItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000050, "Member 'BP_BowState_C_UpdateReticle::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_BowState_C_UpdateReticle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_Not_PreBool_ReturnValue) == 0x000059, "Member 'BP_BowState_C_UpdateReticle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_BooleanOR_ReturnValue) == 0x00005A, "Member 'BP_BowState_C_UpdateReticle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetAttitudeTowardAimTarget_ReturnValue) == 0x00005B, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetAttitudeTowardAimTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetAttitudeTowardAimTarget_OutAttitude) == 0x00005C, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetAttitudeTowardAimTarget_OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, K2Node_SwitchEnum_CmpSuccess) == 0x00005D, "Member 'BP_BowState_C_UpdateReticle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, CallFunc_GetController_ReturnValue_1) == 0x000060, "Member 'BP_BowState_C_UpdateReticle::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x000068, "Member 'BP_BowState_C_UpdateReticle::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_UpdateReticle, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_BowState_C_UpdateReticle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_HandleBufferedInput \ +static_assert(alignof(BP_BowState_C_HandleBufferedInput) == 0x000001, "Wrong alignment on BP_BowState_C_HandleBufferedInput"); \ +static_assert(sizeof(BP_BowState_C_HandleBufferedInput) == 0x000003, "Wrong size on BP_BowState_C_HandleBufferedInput"); \ +static_assert(offsetof(BP_BowState_C_HandleBufferedInput, CallFunc_IsInputBuffered_ReturnValue) == 0x000000, "Member 'BP_BowState_C_HandleBufferedInput::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleBufferedInput, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000001, "Member 'BP_BowState_C_HandleBufferedInput::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleBufferedInput, CallFunc_ChangeStateTo_ReturnValue) == 0x000002, "Member 'BP_BowState_C_HandleBufferedInput::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_TryHandleJump \ +static_assert(alignof(BP_BowState_C_TryHandleJump) == 0x000001, "Wrong alignment on BP_BowState_C_TryHandleJump"); \ +static_assert(sizeof(BP_BowState_C_TryHandleJump) == 0x000002, "Wrong size on BP_BowState_C_TryHandleJump"); \ +static_assert(offsetof(BP_BowState_C_TryHandleJump, WasHandled) == 0x000000, "Member 'BP_BowState_C_TryHandleJump::WasHandled' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_TryHandleJump, CallFunc_ChangeStateTo_ReturnValue) == 0x000001, "Member 'BP_BowState_C_TryHandleJump::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_IsFalling \ +static_assert(alignof(BP_BowState_C_IsFalling) == 0x000008, "Wrong alignment on BP_BowState_C_IsFalling"); \ +static_assert(sizeof(BP_BowState_C_IsFalling) == 0x000018, "Wrong size on BP_BowState_C_IsFalling"); \ +static_assert(offsetof(BP_BowState_C_IsFalling, ReturnValue) == 0x000000, "Member 'BP_BowState_C_IsFalling::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_IsFalling, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_BowState_C_IsFalling::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_IsFalling, CallFunc_IsFalling_ReturnValue) == 0x000010, "Member 'BP_BowState_C_IsFalling::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_HandleInputStickEvent \ +static_assert(alignof(BP_BowState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_BowState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_BowState_C_HandleInputStickEvent) == 0x000030, "Wrong size on BP_BowState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_BowState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_BowState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_BowState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_BowState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_BowState_C_HandleInputStickEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, CallFunc_HandleInputStickEvent_ReturnValue) == 0x000020, "Member 'BP_BowState_C_HandleInputStickEvent::CallFunc_HandleInputStickEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, CallFunc_IsLockedOn_ReturnValue) == 0x000021, "Member 'BP_BowState_C_HandleInputStickEvent::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, CallFunc_VSize2D_ReturnValue) == 0x000024, "Member 'BP_BowState_C_HandleInputStickEvent::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'BP_BowState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_BowState_C_HandleInputStickEvent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleInputStickEvent, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_BowState_C_HandleInputStickEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_CanEnterState \ +static_assert(alignof(BP_BowState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_BowState_C_CanEnterState"); \ +static_assert(sizeof(BP_BowState_C_CanEnterState) == 0x000020, "Wrong size on BP_BowState_C_CanEnterState"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_BowState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_BowState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_BowState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, CallFunc_IsInputBuffered_IsStale) == 0x000018, "Member 'BP_BowState_C_CanEnterState::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, CallFunc_IsInputBuffered_ReturnValue) == 0x000019, "Member 'BP_BowState_C_CanEnterState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_BowState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_BowState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_HandleStateExit \ +static_assert(alignof(BP_BowState_C_HandleStateExit) == 0x000001, "Wrong alignment on BP_BowState_C_HandleStateExit"); \ +static_assert(sizeof(BP_BowState_C_HandleStateExit) == 0x000002, "Wrong size on BP_BowState_C_HandleStateExit"); \ +static_assert(offsetof(BP_BowState_C_HandleStateExit, CallFunc_IsStateChangePending_ReturnValue) == 0x000000, "Member 'BP_BowState_C_HandleStateExit::CallFunc_IsStateChangePending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleStateExit, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BowState_C_HandleStateExit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_HandleFireBow \ +static_assert(alignof(BP_BowState_C_HandleFireBow) == 0x000008, "Wrong alignment on BP_BowState_C_HandleFireBow"); \ +static_assert(sizeof(BP_BowState_C_HandleFireBow) == 0x000040, "Wrong size on BP_BowState_C_HandleFireBow"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, isDown) == 0x000000, "Member 'BP_BowState_C_HandleFireBow::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_MakeLiteralByte_ReturnValue) == 0x000001, "Member 'BP_BowState_C_HandleFireBow::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_BowState_C_HandleFireBow::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_BowState_C_HandleFireBow::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, K2Node_DynamicCast_AsAbility_Bow) == 0x000018, "Member 'BP_BowState_C_HandleFireBow::K2Node_DynamicCast_AsAbility_Bow' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BowState_C_HandleFireBow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_HandleInputAction_ReturnValue) == 0x000021, "Member 'BP_BowState_C_HandleFireBow::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_HandleActivationFailed_ShouldExpireInput) == 0x000022, "Member 'BP_BowState_C_HandleFireBow::CallFunc_HandleActivationFailed_ShouldExpireInput' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'BP_BowState_C_HandleFireBow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_BowState_C_HandleFireBow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000028, "Member 'BP_BowState_C_HandleFireBow::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000030, "Member 'BP_BowState_C_HandleFireBow::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_HandleFireBow, CallFunc_HasItem_ReturnValue) == 0x000038, "Member 'BP_BowState_C_HandleFireBow::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_OnStart \ +static_assert(alignof(BP_BowState_C_OnStart) == 0x000008, "Wrong alignment on BP_BowState_C_OnStart"); \ +static_assert(sizeof(BP_BowState_C_OnStart) == 0x000008, "Wrong size on BP_BowState_C_OnStart"); \ +static_assert(offsetof(BP_BowState_C_OnStart, PrevState) == 0x000000, "Member 'BP_BowState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_OnSuspend \ +static_assert(alignof(BP_BowState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_BowState_C_OnSuspend"); \ +static_assert(sizeof(BP_BowState_C_OnSuspend) == 0x000008, "Wrong size on BP_BowState_C_OnSuspend"); \ +static_assert(offsetof(BP_BowState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_BowState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_OnResume \ +static_assert(alignof(BP_BowState_C_OnResume) == 0x000008, "Wrong alignment on BP_BowState_C_OnResume"); \ +static_assert(sizeof(BP_BowState_C_OnResume) == 0x000008, "Wrong size on BP_BowState_C_OnResume"); \ +static_assert(offsetof(BP_BowState_C_OnResume, NextState) == 0x000000, "Member 'BP_BowState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_Update \ +static_assert(alignof(BP_BowState_C_Update) == 0x000004, "Wrong alignment on BP_BowState_C_Update"); \ +static_assert(sizeof(BP_BowState_C_Update) == 0x000004, "Wrong size on BP_BowState_C_Update"); \ +static_assert(offsetof(BP_BowState_C_Update, DeltaTime) == 0x000000, "Member 'BP_BowState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_OnEnd \ +static_assert(alignof(BP_BowState_C_OnEnd) == 0x000008, "Wrong alignment on BP_BowState_C_OnEnd"); \ +static_assert(sizeof(BP_BowState_C_OnEnd) == 0x000008, "Wrong size on BP_BowState_C_OnEnd"); \ +static_assert(offsetof(BP_BowState_C_OnEnd, NextState) == 0x000000, "Member 'BP_BowState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BowState_C_ExecuteUbergraph_BP_BowState \ +static_assert(alignof(BP_BowState_C_ExecuteUbergraph_BP_BowState) == 0x000008, "Wrong alignment on BP_BowState_C_ExecuteUbergraph_BP_BowState"); \ +static_assert(sizeof(BP_BowState_C_ExecuteUbergraph_BP_BowState) == 0x0000D0, "Wrong size on BP_BowState_C_ExecuteUbergraph_BP_BowState"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, EntryPoint) == 0x000000, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_GetToggleHeldAbilityInputs_ReturnValue) == 0x000010, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_GetToggleHeldAbilityInputs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_Event_PrevState_1) == 0x000018, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_IsInputBuffered_ReturnValue) == 0x000020, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_Complete_ReturnValue) == 0x000021, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_Event_PrevState) == 0x000028, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_Event_NextState_1) == 0x000030, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_Event_DeltaTime) == 0x000038, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x00003C, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_UpdateReticle_CrosshairVisible) == 0x00003D, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_UpdateReticle_CrosshairVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_Not_PreBool_ReturnValue) == 0x00003E, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000040, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000048, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_GetComponentOnController_ReturnValue) == 0x000050, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000068, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_AddButtonToLegendWithCheck_ReturnValue) == 0x000078, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_AddButtonToLegendWithCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_AddButtonToLegendWithCheck_ReturnValue_1) == 0x000079, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_AddButtonToLegendWithCheck_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_CreateDelegate_OutputDelegate_2) == 0x00007C, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_Event_NextState) == 0x000090, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_AddButtonToLegendWithCheck_ReturnValue_2) == 0x000098, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_AddButtonToLegendWithCheck_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000099, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00009A, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x00009B, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x00009C, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_BooleanOR_ReturnValue) == 0x00009D, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000A0, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_BooleanOR_ReturnValue_1) == 0x0000B0, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_AddButtonToLegendWithCheck_ReturnValue_3) == 0x0000B1, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_AddButtonToLegendWithCheck_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_BooleanOR_ReturnValue_2) == 0x0000B2, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x0000B8, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BowState_C_ExecuteUbergraph_BP_BowState, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000C0, "Member 'BP_BowState_C_ExecuteUbergraph_BP_BowState::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BowState_C \ +static_assert(alignof(UBP_BowState_C) == 0x000008, "Wrong alignment on UBP_BowState_C"); \ +static_assert(sizeof(UBP_BowState_C) == 0x0001D0, "Wrong size on UBP_BowState_C"); \ +static_assert(offsetof(UBP_BowState_C, UberGraphFrame_BP_BowState_C) == 0x000138, "Member 'UBP_BowState_C::UberGraphFrame_BP_BowState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BowState_C, TriggerCurve) == 0x000140, "Member 'UBP_BowState_C::TriggerCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_BowState_C, RotCarryAbility) == 0x0001C8, "Member 'UBP_BowState_C::RotCarryAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_HandleDamage \ +static_assert(alignof(BP_Pulse_EchoStone_C_HandleDamage) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_HandleDamage"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_HandleDamage) == 0x000138, "Wrong size on BP_Pulse_EchoStone_C_HandleDamage"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_Pulse_EchoStone_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_Pulse_EchoStone_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, CausingOwner) == 0x000118, "Member 'BP_Pulse_EchoStone_C_HandleDamage::CausingOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, CallFunc_GetIsLocked_ReturnValue) == 0x000120, "Member 'BP_Pulse_EchoStone_C_HandleDamage::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000121, "Member 'BP_Pulse_EchoStone_C_HandleDamage::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, CallFunc_GetOwner_ReturnValue) == 0x000128, "Member 'BP_Pulse_EchoStone_C_HandleDamage::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, CallFunc_GetAllowPulse_AllowPulse) == 0x000130, "Member 'BP_Pulse_EchoStone_C_HandleDamage::CallFunc_GetAllowPulse_AllowPulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HandleDamage, CallFunc_GetIsEchoStone_IsEchoStone) == 0x000131, "Member 'BP_Pulse_EchoStone_C_HandleDamage::CallFunc_GetIsEchoStone_IsEchoStone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_Pulse_EchoStone_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_Pulse_EchoStone_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_Pulse_EchoStone_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_Pulse_EchoStone_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_IsDamageHierarchical \ +static_assert(alignof(BP_Pulse_EchoStone_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_Pulse_EchoStone_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_Pulse_EchoStone_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_Pulse_EchoStone_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_SetInitialShaderValues \ +static_assert(alignof(BP_Pulse_EchoStone_C_SetInitialShaderValues) == 0x000004, "Wrong alignment on BP_Pulse_EchoStone_C_SetInitialShaderValues"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_SetInitialShaderValues) == 0x000040, "Wrong size on BP_Pulse_EchoStone_C_SetInitialShaderValues"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_bool_Variable) == 0x000000, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_bool_Variable_1) == 0x000001, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_float_Variable) == 0x000004, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_float_Variable_1) == 0x000008, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_bool_Variable_2) == 0x00000C, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_float_Variable_2) == 0x000010, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_float_Variable_3) == 0x000014, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_bool_Variable_3) == 0x000018, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_float_Variable_4) == 0x00001C, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, Temp_float_Variable_5) == 0x000020, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, CallFunc_GetIsLocked_ReturnValue) == 0x000024, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, CallFunc_GetIsLocked_ReturnValue_1) == 0x000025, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::CallFunc_GetIsLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, K2Node_Select_Default) == 0x000028, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, CallFunc_GetIsLocked_ReturnValue_2) == 0x00002C, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::CallFunc_GetIsLocked_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, K2Node_Select_Default_1) == 0x000030, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, K2Node_Select_Default_2) == 0x000034, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, CallFunc_GetIsLocked_ReturnValue_3) == 0x000038, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::CallFunc_GetIsLocked_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SetInitialShaderValues, K2Node_Select_Default_3) == 0x00003C, "Member 'BP_Pulse_EchoStone_C_SetInitialShaderValues::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_TriggerActivationFX \ +static_assert(alignof(BP_Pulse_EchoStone_C_TriggerActivationFX) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_TriggerActivationFX"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_TriggerActivationFX) == 0x000008, "Wrong size on BP_Pulse_EchoStone_C_TriggerActivationFX"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_TriggerActivationFX, Other_EchoStone) == 0x000000, "Member 'BP_Pulse_EchoStone_C_TriggerActivationFX::Other_EchoStone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_GetIsEchoStone \ +static_assert(alignof(BP_Pulse_EchoStone_C_GetIsEchoStone) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_GetIsEchoStone"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_GetIsEchoStone) == 0x000030, "Wrong size on BP_Pulse_EchoStone_C_GetIsEchoStone"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetIsEchoStone, ActorToCheck) == 0x000000, "Member 'BP_Pulse_EchoStone_C_GetIsEchoStone::ActorToCheck' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetIsEchoStone, IsEchoStone) == 0x000008, "Member 'BP_Pulse_EchoStone_C_GetIsEchoStone::IsEchoStone' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetIsEchoStone, K2Node_DynamicCast_AsBP_Rot_Carryable_Pulse_Echo_Stone) == 0x000010, "Member 'BP_Pulse_EchoStone_C_GetIsEchoStone::K2Node_DynamicCast_AsBP_Rot_Carryable_Pulse_Echo_Stone' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetIsEchoStone, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Pulse_EchoStone_C_GetIsEchoStone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetIsEchoStone, K2Node_DynamicCast_AsBP_Pulse_Echo_Stone) == 0x000020, "Member 'BP_Pulse_EchoStone_C_GetIsEchoStone::K2Node_DynamicCast_AsBP_Pulse_Echo_Stone' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetIsEchoStone, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_Pulse_EchoStone_C_GetIsEchoStone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_SpawnPulse \ +static_assert(alignof(BP_Pulse_EchoStone_C_SpawnPulse) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_SpawnPulse"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_SpawnPulse) == 0x000048, "Wrong size on BP_Pulse_EchoStone_C_SpawnPulse"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SpawnPulse, ExplosionClass) == 0x000000, "Member 'BP_Pulse_EchoStone_C_SpawnPulse::ExplosionClass' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SpawnPulse, PulseSuccess) == 0x000008, "Member 'BP_Pulse_EchoStone_C_SpawnPulse::PulseSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SpawnPulse, CurrentGameplayTags) == 0x000010, "Member 'BP_Pulse_EchoStone_C_SpawnPulse::CurrentGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SpawnPulse, CurrentExplosionClass) == 0x000030, "Member 'BP_Pulse_EchoStone_C_SpawnPulse::CurrentExplosionClass' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SpawnPulse, CallFunc_SpawnExplosion_ReturnValue) == 0x000038, "Member 'BP_Pulse_EchoStone_C_SpawnPulse::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_SpawnPulse, CallFunc_IsValidClass_ReturnValue) == 0x000040, "Member 'BP_Pulse_EchoStone_C_SpawnPulse::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_GetAllowPulse \ +static_assert(alignof(BP_Pulse_EchoStone_C_GetAllowPulse) == 0x000001, "Wrong alignment on BP_Pulse_EchoStone_C_GetAllowPulse"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_GetAllowPulse) == 0x000002, "Wrong size on BP_Pulse_EchoStone_C_GetAllowPulse"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetAllowPulse, AllowPulse) == 0x000000, "Member 'BP_Pulse_EchoStone_C_GetAllowPulse::AllowPulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_GetAllowPulse, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_Pulse_EchoStone_C_GetAllowPulse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_UserConstructionScript \ +static_assert(alignof(BP_Pulse_EchoStone_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_UserConstructionScript) == 0x000038, "Wrong size on BP_Pulse_EchoStone_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue_1) == 0x00000C, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_HitByAbilityPulse \ +static_assert(alignof(BP_Pulse_EchoStone_C_HitByAbilityPulse) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_HitByAbilityPulse"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_HitByAbilityPulse) == 0x000008, "Wrong size on BP_Pulse_EchoStone_C_HitByAbilityPulse"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HitByAbilityPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_EchoStone_C_HitByAbilityPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_HitByBombPulse \ +static_assert(alignof(BP_Pulse_EchoStone_C_HitByBombPulse) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_HitByBombPulse"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_HitByBombPulse) == 0x000008, "Wrong size on BP_Pulse_EchoStone_C_HitByBombPulse"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HitByBombPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_EchoStone_C_HitByBombPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_HitByArrowPulse \ +static_assert(alignof(BP_Pulse_EchoStone_C_HitByArrowPulse) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_HitByArrowPulse"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_HitByArrowPulse) == 0x000008, "Wrong size on BP_Pulse_EchoStone_C_HitByArrowPulse"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_HitByArrowPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_EchoStone_C_HitByArrowPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature \ +static_assert(alignof(BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature) == 0x000010, "Wrong size on BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature, LockComponent) == 0x000000, "Member 'BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature, IsLocked) == 0x000008, "Member 'BP_Pulse_EchoStone_C_BndEvt__LockPulse_K2Node_ComponentBoundEvent_0_LockChangedEvent__DelegateSignature::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone \ +static_assert(alignof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone) == 0x000008, "Wrong alignment on BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone"); \ +static_assert(sizeof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone) == 0x000108, "Wrong size on BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, EntryPoint) == 0x000000, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_IsFirstInitialization_ReturnValue) == 0x000004, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_IsFirstInitialization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_int_Variable) == 0x000008, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_byte_Variable) == 0x000010, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_byte_Variable_1) == 0x000011, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_byte_Variable_2) == 0x000012, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_struct_Variable) == 0x000018, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_delegate_Variable) == 0x000028, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_struct_Variable_1) == 0x000038, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_delegate_Variable_1) == 0x000048, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_struct_Variable_2) == 0x000058, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, Temp_byte_Variable_3) == 0x000078, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_CustomEvent_TriggerParams_2) == 0x000080, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_CustomEvent_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_CustomEvent_TriggerParams_1) == 0x000088, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_CustomEvent_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_CustomEvent_TriggerParams) == 0x000090, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_Select_Default) == 0x000098, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_SpawnPulse_PulseSuccess) == 0x0000A0, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_SpawnPulse_PulseSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_Select_Default_1) == 0x0000A4, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_Select_Default_2) == 0x0000AC, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_PostEvent_ReturnValue) == 0x0000B0, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_PostEvent_ReturnValue_1) == 0x0000B4, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_PostEvent_ReturnValue_2) == 0x0000B8, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_RandomBool_ReturnValue) == 0x0000BC, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Lerp_ReturnValue) == 0x0000C0, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_ComponentBoundEvent_LockComponent) == 0x0000C8, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_ComponentBoundEvent_LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_ComponentBoundEvent_IsLocked) == 0x0000D0, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_ComponentBoundEvent_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, K2Node_Select_Default_3) == 0x0000D4, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Lerp_ReturnValue_1) == 0x0000D8, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000E0, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_Lerp_ReturnValue_2) == 0x000100, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone, CallFunc_IsFirstInitialization_ReturnValue_1) == 0x000104, "Member 'BP_Pulse_EchoStone_C_ExecuteUbergraph_BP_Pulse_EchoStone::CallFunc_IsFirstInitialization_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pulse_EchoStone_C \ +static_assert(alignof(ABP_Pulse_EchoStone_C) == 0x000008, "Wrong alignment on ABP_Pulse_EchoStone_C"); \ +static_assert(sizeof(ABP_Pulse_EchoStone_C) == 0x000330, "Wrong size on ABP_Pulse_EchoStone_C"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, UberGraphFrame) == 0x000228, "Member 'ABP_Pulse_EchoStone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, SaveGame) == 0x000230, "Member 'ABP_Pulse_EchoStone_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, Sphere) == 0x000238, "Member 'ABP_Pulse_EchoStone_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, PointLight) == 0x000240, "Member 'ABP_Pulse_EchoStone_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, ExplosionSpawner) == 0x000248, "Member 'ABP_Pulse_EchoStone_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, Particles_EchoFeedback) == 0x000250, "Member 'ABP_Pulse_EchoStone_C::Particles_EchoFeedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, StaticMesh) == 0x000258, "Member 'ABP_Pulse_EchoStone_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, SceneTransform) == 0x000260, "Member 'ABP_Pulse_EchoStone_C::SceneTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockPulse) == 0x000268, "Member 'ABP_Pulse_EchoStone_C::LockPulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, HurtboxManager) == 0x000270, "Member 'ABP_Pulse_EchoStone_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, AimAssist) == 0x000278, "Member 'ABP_Pulse_EchoStone_C::AimAssist' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, AbilityUser) == 0x000280, "Member 'ABP_Pulse_EchoStone_C::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockTimeline_Activated_5EC0BF5D434B325A6CC2FA8E2D811954) == 0x000288, "Member 'ABP_Pulse_EchoStone_C::LockTimeline_Activated_5EC0BF5D434B325A6CC2FA8E2D811954' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockTimeline_Roughness_5EC0BF5D434B325A6CC2FA8E2D811954) == 0x00028C, "Member 'ABP_Pulse_EchoStone_C::LockTimeline_Roughness_5EC0BF5D434B325A6CC2FA8E2D811954' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockTimeline_Diffuse_5EC0BF5D434B325A6CC2FA8E2D811954) == 0x000290, "Member 'ABP_Pulse_EchoStone_C::LockTimeline_Diffuse_5EC0BF5D434B325A6CC2FA8E2D811954' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockTimeline_Glow_5EC0BF5D434B325A6CC2FA8E2D811954) == 0x000294, "Member 'ABP_Pulse_EchoStone_C::LockTimeline_Glow_5EC0BF5D434B325A6CC2FA8E2D811954' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockTimeline__Direction_5EC0BF5D434B325A6CC2FA8E2D811954) == 0x000298, "Member 'ABP_Pulse_EchoStone_C::LockTimeline__Direction_5EC0BF5D434B325A6CC2FA8E2D811954' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockTimeline) == 0x0002A0, "Member 'ABP_Pulse_EchoStone_C::LockTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, GlowTimeline_IntensitySingle_B1B99789415EF046C936008C804E4BA3) == 0x0002A8, "Member 'ABP_Pulse_EchoStone_C::GlowTimeline_IntensitySingle_B1B99789415EF046C936008C804E4BA3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, GlowTimeline_IntensityDouble_B1B99789415EF046C936008C804E4BA3) == 0x0002AC, "Member 'ABP_Pulse_EchoStone_C::GlowTimeline_IntensityDouble_B1B99789415EF046C936008C804E4BA3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, GlowTimeline__Direction_B1B99789415EF046C936008C804E4BA3) == 0x0002B0, "Member 'ABP_Pulse_EchoStone_C::GlowTimeline__Direction_B1B99789415EF046C936008C804E4BA3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, GlowTimeline) == 0x0002B8, "Member 'ABP_Pulse_EchoStone_C::GlowTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, ArrowCooldown) == 0x0002C0, "Member 'ABP_Pulse_EchoStone_C::ArrowCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, HasPulsed) == 0x0002C4, "Member 'ABP_Pulse_EchoStone_C::HasPulsed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, PulseEcho) == 0x0002C8, "Member 'ABP_Pulse_EchoStone_C::PulseEcho' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, ArrowEcho) == 0x0002D0, "Member 'ABP_Pulse_EchoStone_C::ArrowEcho' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, PulseCooldown) == 0x0002D8, "Member 'ABP_Pulse_EchoStone_C::PulseCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, BombCooldown) == 0x0002DC, "Member 'ABP_Pulse_EchoStone_C::BombCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, BombEcho) == 0x0002E0, "Member 'ABP_Pulse_EchoStone_C::BombEcho' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, LockedGlow) == 0x0002E8, "Member 'ABP_Pulse_EchoStone_C::LockedGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, BaseGlow) == 0x0002EC, "Member 'ABP_Pulse_EchoStone_C::BaseGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, ArrowGlow) == 0x0002F0, "Member 'ABP_Pulse_EchoStone_C::ArrowGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, BombGlow) == 0x0002F4, "Member 'ABP_Pulse_EchoStone_C::BombGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, PulseGlow) == 0x0002F8, "Member 'ABP_Pulse_EchoStone_C::PulseGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, ReceivedDamageType) == 0x0002FC, "Member 'ABP_Pulse_EchoStone_C::ReceivedDamageType' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, SFX_Pulse_Repulse) == 0x000300, "Member 'ABP_Pulse_EchoStone_C::SFX_Pulse_Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, SFX_Bomb_Repulse) == 0x000308, "Member 'ABP_Pulse_EchoStone_C::SFX_Bomb_Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, SFX_Bow_Repulse) == 0x000310, "Member 'ABP_Pulse_EchoStone_C::SFX_Bow_Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, PreviewPulse) == 0x000318, "Member 'ABP_Pulse_EchoStone_C::PreviewPulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, BaseLightIntensity) == 0x00031C, "Member 'ABP_Pulse_EchoStone_C::BaseLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, PulseLightIntensity) == 0x000320, "Member 'ABP_Pulse_EchoStone_C::PulseLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, DoublePulse) == 0x000324, "Member 'ABP_Pulse_EchoStone_C::DoublePulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, thisPulseIntensity) == 0x000328, "Member 'ABP_Pulse_EchoStone_C::thisPulseIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_EchoStone_C, Bomb_Arrow_Light_Intensity) == 0x00032C, "Member 'ABP_Pulse_EchoStone_C::Bomb_Arrow_Light_Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PDSManager_C \ +static_assert(alignof(ABP_PDSManager_C) == 0x000008, "Wrong alignment on ABP_PDSManager_C"); \ +static_assert(sizeof(ABP_PDSManager_C) == 0x000398, "Wrong size on ABP_PDSManager_C"); \ +static_assert(offsetof(ABP_PDSManager_C, DefaultSceneRoot) == 0x000390, "Member 'ABP_PDSManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightBeam_Triggerable_C_UserConstructionScript \ +static_assert(alignof(BP_LightBeam_Triggerable_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_LightBeam_Triggerable_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LightBeam_Triggerable_C_UserConstructionScript) == 0x000140, "Wrong size on BP_LightBeam_Triggerable_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_object_Variable) == 0x000008, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_object_Variable_1) == 0x000010, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_bool_Variable_1) == 0x000018, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_object_Variable_2) == 0x000020, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_object_Variable_3) == 0x000028, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, Temp_struct_Variable) == 0x000030, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x000068, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, K2Node_Select_Default) == 0x000070, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000078, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, K2Node_Select_Default_1) == 0x000080, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x00008C, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000098, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000A8, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000B0, "Member 'BP_LightBeam_Triggerable_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightBeam_Triggerable_C_Turn_On_Light \ +static_assert(alignof(BP_LightBeam_Triggerable_C_Turn_On_Light) == 0x000008, "Wrong alignment on BP_LightBeam_Triggerable_C_Turn_On_Light"); \ +static_assert(sizeof(BP_LightBeam_Triggerable_C_Turn_On_Light) == 0x000008, "Wrong size on BP_LightBeam_Triggerable_C_Turn_On_Light"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_Turn_On_Light, Trigger) == 0x000000, "Member 'BP_LightBeam_Triggerable_C_Turn_On_Light::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightBeam_Triggerable_C_Turn_Off_Light \ +static_assert(alignof(BP_LightBeam_Triggerable_C_Turn_Off_Light) == 0x000008, "Wrong alignment on BP_LightBeam_Triggerable_C_Turn_Off_Light"); \ +static_assert(sizeof(BP_LightBeam_Triggerable_C_Turn_Off_Light) == 0x000008, "Wrong size on BP_LightBeam_Triggerable_C_Turn_Off_Light"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_Turn_Off_Light, Trigger) == 0x000000, "Member 'BP_LightBeam_Triggerable_C_Turn_Off_Light::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable \ +static_assert(alignof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable) == 0x000008, "Wrong alignment on BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable"); \ +static_assert(sizeof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable) == 0x000020, "Wrong size on BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable, EntryPoint) == 0x000000, "Member 'BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable, K2Node_CustomEvent_Trigger_1) == 0x000008, "Member 'BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable::K2Node_CustomEvent_Trigger_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable, K2Node_CustomEvent_Trigger) == 0x000010, "Member 'BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'BP_LightBeam_Triggerable_C_ExecuteUbergraph_BP_LightBeam_Triggerable::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LightBeam_Triggerable_C \ +static_assert(alignof(ABP_LightBeam_Triggerable_C) == 0x000008, "Wrong alignment on ABP_LightBeam_Triggerable_C"); \ +static_assert(sizeof(ABP_LightBeam_Triggerable_C) == 0x0002B0, "Wrong size on ABP_LightBeam_Triggerable_C"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, UberGraphFrame) == 0x000238, "Member 'ABP_LightBeam_Triggerable_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, SaveGame) == 0x000240, "Member 'ABP_LightBeam_Triggerable_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, TriggerNode) == 0x000248, "Member 'ABP_LightBeam_Triggerable_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, UISprite) == 0x000250, "Member 'ABP_LightBeam_Triggerable_C::UISprite' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Fade_Fade_E87BEF504184DF5710B97EB003A6F9B9) == 0x000258, "Member 'ABP_LightBeam_Triggerable_C::Fade_Fade_E87BEF504184DF5710B97EB003A6F9B9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Fade__Direction_E87BEF504184DF5710B97EB003A6F9B9) == 0x00025C, "Member 'ABP_LightBeam_Triggerable_C::Fade__Direction_E87BEF504184DF5710B97EB003A6F9B9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Fade) == 0x000260, "Member 'ABP_LightBeam_Triggerable_C::Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, GodRayMesh) == 0x000268, "Member 'ABP_LightBeam_Triggerable_C::GodRayMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Light) == 0x000270, "Member 'ABP_LightBeam_Triggerable_C::Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Width) == 0x000278, "Member 'ABP_LightBeam_Triggerable_C::Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Length) == 0x00027C, "Member 'ABP_LightBeam_Triggerable_C::Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Mid) == 0x000280, "Member 'ABP_LightBeam_Triggerable_C::Mid' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Color) == 0x000288, "Member 'ABP_LightBeam_Triggerable_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Brightness) == 0x000298, "Member 'ABP_LightBeam_Triggerable_C::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Fade_Distance) == 0x00029C, "Member 'ABP_LightBeam_Triggerable_C::Fade_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Animated) == 0x0002A0, "Member 'ABP_LightBeam_Triggerable_C::Animated' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, RandomTime) == 0x0002A4, "Member 'ABP_LightBeam_Triggerable_C::RandomTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, SpotLight) == 0x0002AC, "Member 'ABP_LightBeam_Triggerable_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Use_light_for_rotation) == 0x0002AD, "Member 'ABP_LightBeam_Triggerable_C::Use_light_for_rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, Preview) == 0x0002AE, "Member 'ABP_LightBeam_Triggerable_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightBeam_Triggerable_C, IsOn) == 0x0002AF, "Member 'ABP_LightBeam_Triggerable_C::IsOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IncenseSticks_C_UserConstructionScript \ +static_assert(alignof(BP_IncenseSticks_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_IncenseSticks_C_UserConstructionScript"); \ +static_assert(sizeof(BP_IncenseSticks_C_UserConstructionScript) == 0x000020, "Wrong size on BP_IncenseSticks_C_UserConstructionScript"); \ +static_assert(offsetof(BP_IncenseSticks_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_IncenseSticks_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_UserConstructionScript, Temp_float_Variable) == 0x000004, "Member 'BP_IncenseSticks_C_UserConstructionScript::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_UserConstructionScript, Temp_bool_Variable_1) == 0x000008, "Member 'BP_IncenseSticks_C_UserConstructionScript::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_IncenseSticks_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_UserConstructionScript, K2Node_Select_Default) == 0x000018, "Member 'BP_IncenseSticks_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_UserConstructionScript, K2Node_Select_Default_1) == 0x00001C, "Member 'BP_IncenseSticks_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_IncenseSticks_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IncenseSticks_C_T_TurnOn \ +static_assert(alignof(BP_IncenseSticks_C_T_TurnOn) == 0x000008, "Wrong alignment on BP_IncenseSticks_C_T_TurnOn"); \ +static_assert(sizeof(BP_IncenseSticks_C_T_TurnOn) == 0x000008, "Wrong size on BP_IncenseSticks_C_T_TurnOn"); \ +static_assert(offsetof(BP_IncenseSticks_C_T_TurnOn, NewParam) == 0x000000, "Member 'BP_IncenseSticks_C_T_TurnOn::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IncenseSticks_C_T_TurnOff \ +static_assert(alignof(BP_IncenseSticks_C_T_TurnOff) == 0x000008, "Wrong alignment on BP_IncenseSticks_C_T_TurnOff"); \ +static_assert(sizeof(BP_IncenseSticks_C_T_TurnOff) == 0x000008, "Wrong size on BP_IncenseSticks_C_T_TurnOff"); \ +static_assert(offsetof(BP_IncenseSticks_C_T_TurnOff, NewParam) == 0x000000, "Member 'BP_IncenseSticks_C_T_TurnOff::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks \ +static_assert(alignof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks) == 0x000008, "Wrong alignment on BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks"); \ +static_assert(sizeof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks) == 0x0000D8, "Wrong size on BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, EntryPoint) == 0x000000, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, Temp_bool_Variable) == 0x000004, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, Temp_float_Variable) == 0x000008, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000010, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_ComponentBoundEvent_OtherActor) == 0x000018, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_ComponentBoundEvent_OtherComp) == 0x000020, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000028, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_ComponentBoundEvent_bFromSweep) == 0x00002C, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_ComponentBoundEvent_SweepResult) == 0x000030, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, CallFunc_Lerp_ReturnValue) == 0x0000B8, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_CustomEvent_NewParam_1) == 0x0000C0, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_CustomEvent_NewParam_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_CustomEvent_NewParam) == 0x0000C8, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks, K2Node_Select_Default) == 0x0000D0, "Member 'BP_IncenseSticks_C_ExecuteUbergraph_BP_IncenseSticks::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_IncenseSticks_C \ +static_assert(alignof(ABP_IncenseSticks_C) == 0x000008, "Wrong alignment on ABP_IncenseSticks_C"); \ +static_assert(sizeof(ABP_IncenseSticks_C) == 0x0002E0, "Wrong size on ABP_IncenseSticks_C"); \ +static_assert(offsetof(ABP_IncenseSticks_C, UberGraphFrame) == 0x000238, "Member 'ABP_IncenseSticks_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, SaveGame) == 0x000240, "Member 'ABP_IncenseSticks_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, TriggerNode) == 0x000248, "Member 'ABP_IncenseSticks_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane8) == 0x000250, "Member 'ABP_IncenseSticks_C::Plane8' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane7) == 0x000258, "Member 'ABP_IncenseSticks_C::Plane7' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane6) == 0x000260, "Member 'ABP_IncenseSticks_C::Plane6' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane5) == 0x000268, "Member 'ABP_IncenseSticks_C::Plane5' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane4) == 0x000270, "Member 'ABP_IncenseSticks_C::Plane4' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane3) == 0x000278, "Member 'ABP_IncenseSticks_C::Plane3' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane2) == 0x000280, "Member 'ABP_IncenseSticks_C::Plane2' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane1) == 0x000288, "Member 'ABP_IncenseSticks_C::Plane1' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Plane) == 0x000290, "Member 'ABP_IncenseSticks_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, P_IncenseSmoke_Lite) == 0x000298, "Member 'ABP_IncenseSticks_C::P_IncenseSmoke_Lite' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, EmberPointLight) == 0x0002A0, "Member 'ABP_IncenseSticks_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Sphere) == 0x0002A8, "Member 'ABP_IncenseSticks_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Timeline_0_Intensity_6F23EDBB42189B162B1A81B79927191A) == 0x0002B0, "Member 'ABP_IncenseSticks_C::Timeline_0_Intensity_6F23EDBB42189B162B1A81B79927191A' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Timeline_0__Direction_6F23EDBB42189B162B1A81B79927191A) == 0x0002B4, "Member 'ABP_IncenseSticks_C::Timeline_0__Direction_6F23EDBB42189B162B1A81B79927191A' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Timeline_0) == 0x0002B8, "Member 'ABP_IncenseSticks_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Intensity) == 0x0002C0, "Member 'ABP_IncenseSticks_C::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, PulseAble) == 0x0002C4, "Member 'ABP_IncenseSticks_C::PulseAble' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, PulsePreview) == 0x0002C5, "Member 'ABP_IncenseSticks_C::PulsePreview' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Emissive) == 0x0002C8, "Member 'ABP_IncenseSticks_C::Emissive' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, PulseEmissive) == 0x0002CC, "Member 'ABP_IncenseSticks_C::PulseEmissive' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, PulseIntensity) == 0x0002D0, "Member 'ABP_IncenseSticks_C::PulseIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, ParticleSmoke) == 0x0002D4, "Member 'ABP_IncenseSticks_C::ParticleSmoke' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Preview) == 0x0002D5, "Member 'ABP_IncenseSticks_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, IsOn) == 0x0002D6, "Member 'ABP_IncenseSticks_C::IsOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_IncenseSticks_C, Incense_MAT) == 0x0002D8, "Member 'ABP_IncenseSticks_C::Incense_MAT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_PulseCollider_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider \ +static_assert(alignof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider) == 0x000008, "Wrong alignment on BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider"); \ +static_assert(sizeof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider) == 0x0000B8, "Wrong size on BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, EntryPoint) == 0x000000, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'BP_PulseCollider_C_ExecuteUbergraph_BP_PulseCollider::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PulseCollider_C \ +static_assert(alignof(ABP_PulseCollider_C) == 0x000008, "Wrong alignment on ABP_PulseCollider_C"); \ +static_assert(sizeof(ABP_PulseCollider_C) == 0x000260, "Wrong size on ABP_PulseCollider_C"); \ +static_assert(offsetof(ABP_PulseCollider_C, UberGraphFrame) == 0x000228, "Member 'ABP_PulseCollider_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseCollider_C, TriggerNode) == 0x000230, "Member 'ABP_PulseCollider_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseCollider_C, Sphere) == 0x000238, "Member 'ABP_PulseCollider_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseCollider_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_PulseCollider_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseCollider_C, OnPulsed) == 0x000248, "Member 'ABP_PulseCollider_C::OnPulsed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseCollider_C, DoOnce) == 0x000258, "Member 'ABP_PulseCollider_C::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseCollider_C, HasBeenPulsed) == 0x000259, "Member 'ABP_PulseCollider_C::HasBeenPulsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScrimPlane_C_Initialize \ +static_assert(alignof(BP_ScrimPlane_C_Initialize) == 0x000008, "Wrong alignment on BP_ScrimPlane_C_Initialize"); \ +static_assert(sizeof(BP_ScrimPlane_C_Initialize) == 0x000008, "Wrong size on BP_ScrimPlane_C_Initialize"); \ +static_assert(offsetof(BP_ScrimPlane_C_Initialize, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_ScrimPlane_C_Initialize::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane \ +static_assert(alignof(BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane) == 0x000004, "Wrong alignment on BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane"); \ +static_assert(sizeof(BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane) == 0x000004, "Wrong size on BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane"); \ +static_assert(offsetof(BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane, EntryPoint) == 0x000000, "Member 'BP_ScrimPlane_C_ExecuteUbergraph_BP_ScrimPlane::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ScrimPlane_C \ +static_assert(alignof(ABP_ScrimPlane_C) == 0x000008, "Wrong alignment on ABP_ScrimPlane_C"); \ +static_assert(sizeof(ABP_ScrimPlane_C) == 0x000278, "Wrong size on ABP_ScrimPlane_C"); \ +static_assert(offsetof(ABP_ScrimPlane_C, UberGraphFrame) == 0x000238, "Member 'ABP_ScrimPlane_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, TextRender) == 0x000240, "Member 'ABP_ScrimPlane_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Plane) == 0x000248, "Member 'ABP_ScrimPlane_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Intensity) == 0x000250, "Member 'ABP_ScrimPlane_C::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Fade_Near_Distance) == 0x000254, "Member 'ABP_ScrimPlane_C::Fade_Near_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Depth) == 0x000258, "Member 'ABP_ScrimPlane_C::Depth' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Fade_Near_Hardness) == 0x00025C, "Member 'ABP_ScrimPlane_C::Fade_Near_Hardness' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, FarFadeDistance) == 0x000260, "Member 'ABP_ScrimPlane_C::FarFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Far_Fade_Feather) == 0x000264, "Member 'ABP_ScrimPlane_C::Far_Fade_Feather' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScrimPlane_C, Scrim_Color) == 0x000268, "Member 'ABP_ScrimPlane_C::Scrim_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FernDZ_02_C \ +static_assert(alignof(ABP_FernDZ_02_C) == 0x000010, "Wrong alignment on ABP_FernDZ_02_C"); \ +static_assert(sizeof(ABP_FernDZ_02_C) == 0x000310, "Wrong size on ABP_FernDZ_02_C"); \ + +#define DUMPER7_ASSERTS_ABP_Flower_02_C \ +static_assert(alignof(ABP_Flower_02_C) == 0x000010, "Wrong alignment on ABP_Flower_02_C"); \ +static_assert(sizeof(ABP_Flower_02_C) == 0x000310, "Wrong size on ABP_Flower_02_C"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceFogSphere_C_UserConstructionScript \ +static_assert(alignof(BP_SurfaceFogSphere_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SurfaceFogSphere_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SurfaceFogSphere_C_UserConstructionScript) == 0x000030, "Wrong size on BP_SurfaceFogSphere_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_SurfaceFogSphere_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_SurfaceFogSphere_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_UserConstructionScript, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x00000C, "Member 'BP_SurfaceFogSphere_C_UserConstructionScript::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_UserConstructionScript, CallFunc_Conv_ColorToLinearColor_ReturnValue_1) == 0x00001C, "Member 'BP_SurfaceFogSphere_C_UserConstructionScript::CallFunc_Conv_ColorToLinearColor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceFogSphere_C_SetHiddenInGame \ +static_assert(alignof(BP_SurfaceFogSphere_C_SetHiddenInGame) == 0x000008, "Wrong alignment on BP_SurfaceFogSphere_C_SetHiddenInGame"); \ +static_assert(sizeof(BP_SurfaceFogSphere_C_SetHiddenInGame) == 0x000008, "Wrong size on BP_SurfaceFogSphere_C_SetHiddenInGame"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_SetHiddenInGame, NewParam) == 0x000000, "Member 'BP_SurfaceFogSphere_C_SetHiddenInGame::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere \ +static_assert(alignof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere) == 0x000008, "Wrong alignment on BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere"); \ +static_assert(sizeof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere) == 0x000020, "Wrong size on BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere, EntryPoint) == 0x000000, "Member 'BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere, Temp_bool_Variable) == 0x000004, "Member 'BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere, Temp_float_Variable) == 0x000008, "Member 'BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere, K2Node_CustomEvent_NewParam) == 0x000010, "Member 'BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere, K2Node_Select_Default) == 0x000018, "Member 'BP_SurfaceFogSphere_C_ExecuteUbergraph_BP_SurfaceFogSphere::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SurfaceFogSphere_C \ +static_assert(alignof(ABP_SurfaceFogSphere_C) == 0x000008, "Wrong alignment on ABP_SurfaceFogSphere_C"); \ +static_assert(sizeof(ABP_SurfaceFogSphere_C) == 0x0002A8, "Wrong size on ABP_SurfaceFogSphere_C"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, UberGraphFrame) == 0x000238, "Member 'ABP_SurfaceFogSphere_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, SaveGame) == 0x000240, "Member 'ABP_SurfaceFogSphere_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, TriggerNode) == 0x000248, "Member 'ABP_SurfaceFogSphere_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, Fade_Extinction_8E444E07488A2BF360DE32BF6382DDFB) == 0x000250, "Member 'ABP_SurfaceFogSphere_C::Fade_Extinction_8E444E07488A2BF360DE32BF6382DDFB' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, Fade__Direction_8E444E07488A2BF360DE32BF6382DDFB) == 0x000254, "Member 'ABP_SurfaceFogSphere_C::Fade__Direction_8E444E07488A2BF360DE32BF6382DDFB' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, Fade) == 0x000258, "Member 'ABP_SurfaceFogSphere_C::Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, MatInst) == 0x000260, "Member 'ABP_SurfaceFogSphere_C::MatInst' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, CurlSpeed) == 0x000268, "Member 'ABP_SurfaceFogSphere_C::CurlSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, CurlTile) == 0x00026C, "Member 'ABP_SurfaceFogSphere_C::CurlTile' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, CurlStrength) == 0x000270, "Member 'ABP_SurfaceFogSphere_C::CurlStrength' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, Extinction) == 0x000274, "Member 'ABP_SurfaceFogSphere_C::Extinction' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, Hardness) == 0x000278, "Member 'ABP_SurfaceFogSphere_C::Hardness' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, NoiseScale) == 0x00027C, "Member 'ABP_SurfaceFogSphere_C::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, NoiseDepth) == 0x000280, "Member 'ABP_SurfaceFogSphere_C::NoiseDepth' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, NoiseSpeed) == 0x000284, "Member 'ABP_SurfaceFogSphere_C::NoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, SelfShadowA) == 0x000288, "Member 'ABP_SurfaceFogSphere_C::SelfShadowA' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, SelfShadowB) == 0x00028C, "Member 'ABP_SurfaceFogSphere_C::SelfShadowB' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, SelfShadowIntensity) == 0x000290, "Member 'ABP_SurfaceFogSphere_C::SelfShadowIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, SelfShadowOffSet) == 0x000294, "Member 'ABP_SurfaceFogSphere_C::SelfShadowOffSet' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, HeightinSphere) == 0x000298, "Member 'ABP_SurfaceFogSphere_C::HeightinSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, WhatDoesThisDo) == 0x00029C, "Member 'ABP_SurfaceFogSphere_C::WhatDoesThisDo' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, DistancetoNearestSurface) == 0x0002A0, "Member 'ABP_SurfaceFogSphere_C::DistancetoNearestSurface' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, PreviewInEditor) == 0x0002A4, "Member 'ABP_SurfaceFogSphere_C::PreviewInEditor' has a wrong offset!"); \ +static_assert(offsetof(ABP_SurfaceFogSphere_C, IsHidden) == 0x0002A5, "Member 'ABP_SurfaceFogSphere_C::IsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_IsLookingOut \ +static_assert(alignof(BP_LedgeSearchState_C_IsLookingOut) == 0x000008, "Wrong alignment on BP_LedgeSearchState_C_IsLookingOut"); \ +static_assert(sizeof(BP_LedgeSearchState_C_IsLookingOut) == 0x000050, "Wrong size on BP_LedgeSearchState_C_IsLookingOut"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, ReturnValue) == 0x000000, "Member 'BP_LedgeSearchState_C_IsLookingOut::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_GetInputStickState_ReturnValue) == 0x000010, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000024, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_BreakVector_Y) == 0x000034, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_MakeVector2D_ReturnValue) == 0x00003C, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_DotProduct2D_ReturnValue) == 0x000044, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsLookingOut, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_LedgeSearchState_C_IsLookingOut::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_IsSearchInputBuffered \ +static_assert(alignof(BP_LedgeSearchState_C_IsSearchInputBuffered) == 0x000001, "Wrong alignment on BP_LedgeSearchState_C_IsSearchInputBuffered"); \ +static_assert(sizeof(BP_LedgeSearchState_C_IsSearchInputBuffered) == 0x000004, "Wrong size on BP_LedgeSearchState_C_IsSearchInputBuffered"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsSearchInputBuffered, ReturnValue) == 0x000000, "Member 'BP_LedgeSearchState_C_IsSearchInputBuffered::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsSearchInputBuffered, CallFunc_IsLookingOut_ReturnValue) == 0x000001, "Member 'BP_LedgeSearchState_C_IsSearchInputBuffered::CallFunc_IsLookingOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsSearchInputBuffered, CallFunc_IsInputBuffered_ReturnValue) == 0x000002, "Member 'BP_LedgeSearchState_C_IsSearchInputBuffered::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_IsSearchInputBuffered, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_LedgeSearchState_C_IsSearchInputBuffered::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_CanEnterState \ +static_assert(alignof(BP_LedgeSearchState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LedgeSearchState_C_CanEnterState"); \ +static_assert(sizeof(BP_LedgeSearchState_C_CanEnterState) == 0x000020, "Wrong size on BP_LedgeSearchState_C_CanEnterState"); \ +static_assert(offsetof(BP_LedgeSearchState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LedgeSearchState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LedgeSearchState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeSearchState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_CanEnterState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_LedgeSearchState_C_CanEnterState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_Update \ +static_assert(alignof(BP_LedgeSearchState_C_Update) == 0x000004, "Wrong alignment on BP_LedgeSearchState_C_Update"); \ +static_assert(sizeof(BP_LedgeSearchState_C_Update) == 0x000004, "Wrong size on BP_LedgeSearchState_C_Update"); \ +static_assert(offsetof(BP_LedgeSearchState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeSearchState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_OnStart \ +static_assert(alignof(BP_LedgeSearchState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeSearchState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeSearchState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeSearchState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeSearchState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeSearchState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_OnEnd \ +static_assert(alignof(BP_LedgeSearchState_C_OnEnd) == 0x000008, "Wrong alignment on BP_LedgeSearchState_C_OnEnd"); \ +static_assert(sizeof(BP_LedgeSearchState_C_OnEnd) == 0x000008, "Wrong size on BP_LedgeSearchState_C_OnEnd"); \ +static_assert(offsetof(BP_LedgeSearchState_C_OnEnd, NextState) == 0x000000, "Member 'BP_LedgeSearchState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState \ +static_assert(alignof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState) == 0x000008, "Wrong alignment on BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState"); \ +static_assert(sizeof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState) == 0x000060, "Wrong size on BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, EntryPoint) == 0x000000, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, K2Node_Event_NextState) == 0x000008, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000018, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000020, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, K2Node_Event_PrevState) == 0x000028, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000030, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000038, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, K2Node_Event_DeltaTime) == 0x00003C, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_IsInputBuffered_ReturnValue) == 0x000040, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000048, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000050, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000051, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState, CallFunc_GetComponentOnCharacter_ReturnValue_4) == 0x000058, "Member 'BP_LedgeSearchState_C_ExecuteUbergraph_BP_LedgeSearchState::CallFunc_GetComponentOnCharacter_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeSearchState_C \ +static_assert(alignof(UBP_LedgeSearchState_C) == 0x000008, "Wrong alignment on UBP_LedgeSearchState_C"); \ +static_assert(sizeof(UBP_LedgeSearchState_C) == 0x000128, "Wrong size on UBP_LedgeSearchState_C"); \ +static_assert(offsetof(UBP_LedgeSearchState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LedgeSearchState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_PDSCheck \ +static_assert(alignof(BP_TexturedFogSphere_C_PDSCheck) == 0x000008, "Wrong alignment on BP_TexturedFogSphere_C_PDSCheck"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_PDSCheck) == 0x000010, "Wrong size on BP_TexturedFogSphere_C_PDSCheck"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_PDSCheck, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000000, "Member 'BP_TexturedFogSphere_C_PDSCheck::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_PDSCheck, CallFunc_GetValue_OutValue) == 0x000008, "Member 'BP_TexturedFogSphere_C_PDSCheck::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_PDSCheck, CallFunc_GetValue_ReturnValue) == 0x00000C, "Member 'BP_TexturedFogSphere_C_PDSCheck::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_PDSCheck, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BP_TexturedFogSphere_C_PDSCheck::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_PDSCheck, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_TexturedFogSphere_C_PDSCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_PDSCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00000F, "Member 'BP_TexturedFogSphere_C_PDSCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_UpdateCustomPrimitiveData \ +static_assert(alignof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData) == 0x000008, "Wrong alignment on BP_TexturedFogSphere_C_UpdateCustomPrimitiveData"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData) == 0x0000A0, "Wrong size on BP_TexturedFogSphere_C_UpdateCustomPrimitiveData"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000000, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x00000C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_X) == 0x000018, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Y) == 0x00001C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Z) == 0x000020, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_X_1) == 0x000024, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Y_1) == 0x000028, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Z_1) == 0x00002C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, K2Node_MakeArray_Array) == 0x000038, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_Conv_LinearColorToVector_ReturnValue_2) == 0x000048, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_Conv_LinearColorToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_X_2) == 0x000054, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Y_2) == 0x000058, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Z_2) == 0x00005C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_X_3) == 0x000060, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Y_3) == 0x000064, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Z_3) == 0x000068, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_Conv_LinearColorToVector_ReturnValue_3) == 0x00006C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_Conv_LinearColorToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_X_4) == 0x000078, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Y_4) == 0x00007C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Z_4) == 0x000080, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_X_5) == 0x000084, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Y_5) == 0x000088, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, CallFunc_BreakVector_Z_5) == 0x00008C, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UpdateCustomPrimitiveData, K2Node_MakeArray_Array_1) == 0x000090, "Member 'BP_TexturedFogSphere_C_UpdateCustomPrimitiveData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_UserConstructionScript \ +static_assert(alignof(BP_TexturedFogSphere_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_TexturedFogSphere_C_UserConstructionScript"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_UserConstructionScript) == 0x000018, "Wrong size on BP_TexturedFogSphere_C_UserConstructionScript"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_TexturedFogSphere_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UserConstructionScript, CallFunc_NotEqual_NameName_ReturnValue) == 0x000001, "Member 'BP_TexturedFogSphere_C_UserConstructionScript::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_TexturedFogSphere_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UserConstructionScript, K2Node_Select_Default) == 0x000008, "Member 'BP_TexturedFogSphere_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_TexturedFogSphere_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_SetHidden \ +static_assert(alignof(BP_TexturedFogSphere_C_SetHidden) == 0x000001, "Wrong alignment on BP_TexturedFogSphere_C_SetHidden"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_SetHidden) == 0x000001, "Wrong size on BP_TexturedFogSphere_C_SetHidden"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_SetHidden, Hidden) == 0x000000, "Member 'BP_TexturedFogSphere_C_SetHidden::Hidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_SetHiddenInGame \ +static_assert(alignof(BP_TexturedFogSphere_C_SetHiddenInGame) == 0x000008, "Wrong alignment on BP_TexturedFogSphere_C_SetHiddenInGame"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_SetHiddenInGame) == 0x000008, "Wrong size on BP_TexturedFogSphere_C_SetHiddenInGame"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_SetHiddenInGame, Trigger) == 0x000000, "Member 'BP_TexturedFogSphere_C_SetHiddenInGame::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_T_SetDensity \ +static_assert(alignof(BP_TexturedFogSphere_C_T_SetDensity) == 0x000008, "Wrong alignment on BP_TexturedFogSphere_C_T_SetDensity"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_T_SetDensity) == 0x000008, "Wrong size on BP_TexturedFogSphere_C_T_SetDensity"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_T_SetDensity, NewParam) == 0x000000, "Member 'BP_TexturedFogSphere_C_T_SetDensity::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature \ +static_assert(alignof(BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature) == 0x000004, "Wrong alignment on BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature) == 0x000010, "Wrong size on BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature, Context) == 0x000000, "Member 'BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature, KeyName) == 0x000004, "Member 'BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature, Value) == 0x00000C, "Member 'BP_TexturedFogSphere_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere \ +static_assert(alignof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere) == 0x000008, "Wrong alignment on BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere"); \ +static_assert(sizeof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere) == 0x000040, "Wrong size on BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, EntryPoint) == 0x000000, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, Temp_bool_Variable) == 0x000004, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, Temp_float_Variable) == 0x000008, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_CustomEvent_Hidden) == 0x000010, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_CustomEvent_Hidden' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_Select_Default) == 0x000014, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_CustomEvent_Trigger) == 0x000018, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_CustomEvent_NewParam) == 0x000020, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, CallFunc_RandomFloatInRange_ReturnValue) == 0x000028, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_ComponentBoundEvent_Context) == 0x00002C, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_ComponentBoundEvent_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_ComponentBoundEvent_KeyName) == 0x000030, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_ComponentBoundEvent_KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere, K2Node_ComponentBoundEvent_Value) == 0x000038, "Member 'BP_TexturedFogSphere_C_ExecuteUbergraph_BP_TexturedFogSphere::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TexturedFogSphere_C \ +static_assert(alignof(ABP_TexturedFogSphere_C) == 0x000008, "Wrong alignment on ABP_TexturedFogSphere_C"); \ +static_assert(sizeof(ABP_TexturedFogSphere_C) == 0x000318, "Wrong size on ABP_TexturedFogSphere_C"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, UberGraphFrame) == 0x000238, "Member 'ABP_TexturedFogSphere_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, PDSWatch) == 0x000240, "Member 'ABP_TexturedFogSphere_C::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, TextRender) == 0x000248, "Member 'ABP_TexturedFogSphere_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, SaveGame) == 0x000250, "Member 'ABP_TexturedFogSphere_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, TriggerNode) == 0x000258, "Member 'ABP_TexturedFogSphere_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Fade_Extinction_3F5E45B84CF3A765F8FAFB90AEB4386F) == 0x000260, "Member 'ABP_TexturedFogSphere_C::Fade_Extinction_3F5E45B84CF3A765F8FAFB90AEB4386F' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Fade__Direction_3F5E45B84CF3A765F8FAFB90AEB4386F) == 0x000264, "Member 'ABP_TexturedFogSphere_C::Fade__Direction_3F5E45B84CF3A765F8FAFB90AEB4386F' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Fade) == 0x000268, "Member 'ABP_TexturedFogSphere_C::Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, PDSDeactivationKey) == 0x000270, "Member 'ABP_TexturedFogSphere_C::PDSDeactivationKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, IsHidden) == 0x000278, "Member 'ABP_TexturedFogSphere_C::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, PreviewInEditor) == 0x000279, "Member 'ABP_TexturedFogSphere_C::PreviewInEditor' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, UseTexture) == 0x00027A, "Member 'ABP_TexturedFogSphere_C::UseTexture' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Albedo) == 0x00027C, "Member 'ABP_TexturedFogSphere_C::Albedo' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Emissive) == 0x00028C, "Member 'ABP_TexturedFogSphere_C::Emissive' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Density) == 0x00029C, "Member 'ABP_TexturedFogSphere_C::Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, SphereRadius) == 0x0002A0, "Member 'ABP_TexturedFogSphere_C::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, MaskExp) == 0x0002A4, "Member 'ABP_TexturedFogSphere_C::MaskExp' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, MatInst) == 0x0002A8, "Member 'ABP_TexturedFogSphere_C::MatInst' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Minimum_Density) == 0x0002B0, "Member 'ABP_TexturedFogSphere_C::Minimum_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, CurlTile) == 0x0002B4, "Member 'ABP_TexturedFogSphere_C::CurlTile' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, CurlStrength) == 0x0002B8, "Member 'ABP_TexturedFogSphere_C::CurlStrength' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, CurlSpeed) == 0x0002BC, "Member 'ABP_TexturedFogSphere_C::CurlSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, Noise_Scale) == 0x0002C8, "Member 'ABP_TexturedFogSphere_C::Noise_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, NoiseSpeed) == 0x0002CC, "Member 'ABP_TexturedFogSphere_C::NoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, TexMaterial) == 0x0002D8, "Member 'ABP_TexturedFogSphere_C::TexMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, OnUnhide) == 0x0002E0, "Member 'ABP_TexturedFogSphere_C::OnUnhide' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, OnHide) == 0x0002F0, "Member 'ABP_TexturedFogSphere_C::OnHide' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, UsePDS) == 0x000300, "Member 'ABP_TexturedFogSphere_C::UsePDS' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, PDSActive) == 0x000301, "Member 'ABP_TexturedFogSphere_C::PDSActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, LiteMat) == 0x000308, "Member 'ABP_TexturedFogSphere_C::LiteMat' has a wrong offset!"); \ +static_assert(offsetof(ABP_TexturedFogSphere_C, LiteMod) == 0x000310, "Member 'ABP_TexturedFogSphere_C::LiteMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogSheet_C_PDSCheck \ +static_assert(alignof(BP_FogSheet_C_PDSCheck) == 0x000008, "Wrong alignment on BP_FogSheet_C_PDSCheck"); \ +static_assert(sizeof(BP_FogSheet_C_PDSCheck) == 0x000010, "Wrong size on BP_FogSheet_C_PDSCheck"); \ +static_assert(offsetof(BP_FogSheet_C_PDSCheck, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000000, "Member 'BP_FogSheet_C_PDSCheck::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_PDSCheck, CallFunc_GetValue_OutValue) == 0x000008, "Member 'BP_FogSheet_C_PDSCheck::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_PDSCheck, CallFunc_GetValue_ReturnValue) == 0x00000C, "Member 'BP_FogSheet_C_PDSCheck::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_PDSCheck, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BP_FogSheet_C_PDSCheck::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_PDSCheck, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_FogSheet_C_PDSCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_PDSCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00000F, "Member 'BP_FogSheet_C_PDSCheck::CallFunc_Not_PreBool_ReturnValue' 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) == 0x0000B0, "Wrong size on BP_FogSheet_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_NotEqual_NameName_ReturnValue) == 0x000008, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00000C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000018, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x00001C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000020, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000024, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000068, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_R) == 0x000070, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_G) == 0x000074, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_B) == 0x000078, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_A) == 0x00007C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000080, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000088, "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) == 0x00008C, "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) == 0x000090, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue) == 0x000094, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogSheet_C_SetHidden \ +static_assert(alignof(BP_FogSheet_C_SetHidden) == 0x000001, "Wrong alignment on BP_FogSheet_C_SetHidden"); \ +static_assert(sizeof(BP_FogSheet_C_SetHidden) == 0x000001, "Wrong size on BP_FogSheet_C_SetHidden"); \ +static_assert(offsetof(BP_FogSheet_C_SetHidden, SetHidden_0) == 0x000000, "Member 'BP_FogSheet_C_SetHidden::SetHidden_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature \ +static_assert(alignof(BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature) == 0x000004, "Wrong alignment on BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature"); \ +static_assert(sizeof(BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature) == 0x000010, "Wrong size on BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature"); \ +static_assert(offsetof(BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature, Context) == 0x000000, "Member 'BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature, KeyName) == 0x000004, "Member 'BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature, Value) == 0x00000C, "Member 'BP_FogSheet_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_1_WatchedValueChanged__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet \ +static_assert(alignof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet) == 0x000008, "Wrong alignment on BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet"); \ +static_assert(sizeof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet) == 0x000028, "Wrong size on BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, EntryPoint) == 0x000000, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, K2Node_CustomEvent_Trigger) == 0x000008, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, K2Node_CustomEvent_SetHidden) == 0x000010, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::K2Node_CustomEvent_SetHidden' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, CallFunc_RandomFloatInRange_ReturnValue) == 0x000014, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, K2Node_ComponentBoundEvent_Context) == 0x000018, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::K2Node_ComponentBoundEvent_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, K2Node_ComponentBoundEvent_KeyName) == 0x00001C, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::K2Node_ComponentBoundEvent_KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet, K2Node_ComponentBoundEvent_Value) == 0x000024, "Member 'BP_FogSheet_C_ExecuteUbergraph_BP_FogSheet::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FogSheet_C_SetHiddenInGame \ +static_assert(alignof(BP_FogSheet_C_SetHiddenInGame) == 0x000008, "Wrong alignment on BP_FogSheet_C_SetHiddenInGame"); \ +static_assert(sizeof(BP_FogSheet_C_SetHiddenInGame) == 0x000008, "Wrong size on BP_FogSheet_C_SetHiddenInGame"); \ +static_assert(offsetof(BP_FogSheet_C_SetHiddenInGame, Trigger) == 0x000000, "Member 'BP_FogSheet_C_SetHiddenInGame::Trigger' 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) == 0x0002C0, "Wrong size on ABP_FogSheet_C"); \ +static_assert(offsetof(ABP_FogSheet_C, UberGraphFrame) == 0x000228, "Member 'ABP_FogSheet_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, PDSWatch) == 0x000230, "Member 'ABP_FogSheet_C::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Label) == 0x000238, "Member 'ABP_FogSheet_C::Label' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, SaveGame) == 0x000240, "Member 'ABP_FogSheet_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, TriggerNode) == 0x000248, "Member 'ABP_FogSheet_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_FogSheet_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Two_Sided) == 0x000258, "Member 'ABP_FogSheet_C::Two_Sided' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, FogSheetMasterMaterial) == 0x000260, "Member 'ABP_FogSheet_C::FogSheetMasterMaterial' 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, Color) == 0x000270, "Member 'ABP_FogSheet_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Brightness) == 0x000280, "Member 'ABP_FogSheet_C::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Size) == 0x000284, "Member 'ABP_FogSheet_C::Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Opacity) == 0x000290, "Member 'ABP_FogSheet_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, DepthFadeDistance) == 0x000294, "Member 'ABP_FogSheet_C::DepthFadeDistance' 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, NoiseSize) == 0x00029C, "Member 'ABP_FogSheet_C::NoiseSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, PanningSpeed) == 0x0002A0, "Member 'ABP_FogSheet_C::PanningSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, FadeDistance) == 0x0002A4, "Member 'ABP_FogSheet_C::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, FogSheetOneSidedMaterial) == 0x0002A8, "Member 'ABP_FogSheet_C::FogSheetOneSidedMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, IsFogHidden) == 0x0002B0, "Member 'ABP_FogSheet_C::IsFogHidden' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, PDSDeactivationKey) == 0x0002B4, "Member 'ABP_FogSheet_C::PDSDeactivationKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, UsePDS) == 0x0002BC, "Member 'ABP_FogSheet_C::UsePDS' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, PDSActive) == 0x0002BD, "Member 'ABP_FogSheet_C::PDSActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_FogSheet_C, Preview) == 0x0002BE, "Member 'ABP_FogSheet_C::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_06_WarpShrine_C \ +static_assert(alignof(ABP_HangingChimes_06_WarpShrine_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_06_WarpShrine_C"); \ +static_assert(sizeof(ABP_HangingChimes_06_WarpShrine_C) == 0x0002A0, "Wrong size on ABP_HangingChimes_06_WarpShrine_C"); \ +static_assert(offsetof(ABP_HangingChimes_06_WarpShrine_C, SM_HangingChimes_06_Base) == 0x000298, "Member 'ABP_HangingChimes_06_WarpShrine_C::SM_HangingChimes_06_Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight \ +static_assert(alignof(BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight) == 0x000004, "Wrong alignment on BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight"); \ +static_assert(sizeof(BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight) == 0x000004, "Wrong size on BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight"); \ +static_assert(offsetof(BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight, EntryPoint) == 0x000000, "Member 'BP_PulseFillLight_C_ExecuteUbergraph_BP_PulseFillLight::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseFillLight_C_HandleDamage \ +static_assert(alignof(BP_PulseFillLight_C_HandleDamage) == 0x000008, "Wrong alignment on BP_PulseFillLight_C_HandleDamage"); \ +static_assert(sizeof(BP_PulseFillLight_C_HandleDamage) == 0x000138, "Wrong size on BP_PulseFillLight_C_HandleDamage"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_PulseFillLight_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_PulseFillLight_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'BP_PulseFillLight_C_HandleDamage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, CallFunc_MatchesTag_ReturnValue) == 0x000124, "Member 'BP_PulseFillLight_C_HandleDamage::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, CallFunc_GetCurveDuration_ReturnValue) == 0x000128, "Member 'BP_PulseFillLight_C_HandleDamage::CallFunc_GetCurveDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, CallFunc_Add_FloatFloat_ReturnValue) == 0x00012C, "Member 'BP_PulseFillLight_C_HandleDamage::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseFillLight_C_HandleDamage, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000130, "Member 'BP_PulseFillLight_C_HandleDamage::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseFillLight_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_PulseFillLight_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_PulseFillLight_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_PulseFillLight_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_PulseFillLight_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_PulseFillLight_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_PulseFillLight_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseFillLight_C_IsDamageHierarchical \ +static_assert(alignof(BP_PulseFillLight_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_PulseFillLight_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_PulseFillLight_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_PulseFillLight_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_PulseFillLight_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_PulseFillLight_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PulseFillLight_C \ +static_assert(alignof(ABP_PulseFillLight_C) == 0x000008, "Wrong alignment on ABP_PulseFillLight_C"); \ +static_assert(sizeof(ABP_PulseFillLight_C) == 0x000258, "Wrong size on ABP_PulseFillLight_C"); \ +static_assert(offsetof(ABP_PulseFillLight_C, UberGraphFrame) == 0x000228, "Member 'ABP_PulseFillLight_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseFillLight_C, EmberPointLight) == 0x000230, "Member 'ABP_PulseFillLight_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseFillLight_C, Sphere) == 0x000238, "Member 'ABP_PulseFillLight_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseFillLight_C, ShouldFadeOut) == 0x000240, "Member 'ABP_PulseFillLight_C::ShouldFadeOut' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseFillLight_C, FadeOutDelay) == 0x000244, "Member 'ABP_PulseFillLight_C::FadeOutDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseFillLight_C, FadeOutDelayTimer) == 0x000248, "Member 'ABP_PulseFillLight_C::FadeOutDelayTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseFillLight_C, Preview) == 0x000250, "Member 'ABP_PulseFillLight_C::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FernDZ_01_C \ +static_assert(alignof(ABP_FernDZ_01_C) == 0x000010, "Wrong alignment on ABP_FernDZ_01_C"); \ +static_assert(sizeof(ABP_FernDZ_01_C) == 0x000310, "Wrong size on ABP_FernDZ_01_C"); \ + +#define DUMPER7_ASSERTS_BPI_Multishotable_C_GetMultishotTargets \ +static_assert(alignof(BPI_Multishotable_C_GetMultishotTargets) == 0x000008, "Wrong alignment on BPI_Multishotable_C_GetMultishotTargets"); \ +static_assert(sizeof(BPI_Multishotable_C_GetMultishotTargets) == 0x000010, "Wrong size on BPI_Multishotable_C_GetMultishotTargets"); \ +static_assert(offsetof(BPI_Multishotable_C_GetMultishotTargets, Components) == 0x000000, "Member 'BPI_Multishotable_C_GetMultishotTargets::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Multishotable_C_CanBeMultishot \ +static_assert(alignof(BPI_Multishotable_C_CanBeMultishot) == 0x000008, "Wrong alignment on BPI_Multishotable_C_CanBeMultishot"); \ +static_assert(sizeof(BPI_Multishotable_C_CanBeMultishot) == 0x000018, "Wrong size on BPI_Multishotable_C_CanBeMultishot"); \ +static_assert(offsetof(BPI_Multishotable_C_CanBeMultishot, AbilityOwner) == 0x000000, "Member 'BPI_Multishotable_C_CanBeMultishot::AbilityOwner' has a wrong offset!"); \ +static_assert(offsetof(BPI_Multishotable_C_CanBeMultishot, AbilityInstigator) == 0x000008, "Member 'BPI_Multishotable_C_CanBeMultishot::AbilityInstigator' has a wrong offset!"); \ +static_assert(offsetof(BPI_Multishotable_C_CanBeMultishot, TRUE_0) == 0x000010, "Member 'BPI_Multishotable_C_CanBeMultishot::TRUE_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Multishotable_C \ +static_assert(alignof(IBPI_Multishotable_C) == 0x000001, "Wrong alignment on IBPI_Multishotable_C"); \ +static_assert(sizeof(IBPI_Multishotable_C) == 0x000001, "Wrong size on IBPI_Multishotable_C"); \ + +#define DUMPER7_ASSERTS_ABP_FernDZ_04_C \ +static_assert(alignof(ABP_FernDZ_04_C) == 0x000010, "Wrong alignment on ABP_FernDZ_04_C"); \ +static_assert(sizeof(ABP_FernDZ_04_C) == 0x000310, "Wrong size on ABP_FernDZ_04_C"); \ + +#define DUMPER7_ASSERTS_ABP_Fern_04_C \ +static_assert(alignof(ABP_Fern_04_C) == 0x000010, "Wrong alignment on ABP_Fern_04_C"); \ +static_assert(sizeof(ABP_Fern_04_C) == 0x000310, "Wrong size on ABP_Fern_04_C"); \ + +#define DUMPER7_ASSERTS_ABP_Flower_05_C \ +static_assert(alignof(ABP_Flower_05_C) == 0x000010, "Wrong alignment on ABP_Flower_05_C"); \ +static_assert(sizeof(ABP_Flower_05_C) == 0x000310, "Wrong size on ABP_Flower_05_C"); \ + +#define DUMPER7_ASSERTS_ABP_Arrowhead_01_C \ +static_assert(alignof(ABP_Arrowhead_01_C) == 0x000010, "Wrong alignment on ABP_Arrowhead_01_C"); \ +static_assert(sizeof(ABP_Arrowhead_01_C) == 0x000310, "Wrong size on ABP_Arrowhead_01_C"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_C_UpdateEnvironment \ +static_assert(alignof(BP_Pulse_C_UpdateEnvironment) == 0x000004, "Wrong alignment on BP_Pulse_C_UpdateEnvironment"); \ +static_assert(sizeof(BP_Pulse_C_UpdateEnvironment) == 0x000034, "Wrong size on BP_Pulse_C_UpdateEnvironment"); \ +static_assert(offsetof(BP_Pulse_C_UpdateEnvironment, CallFunc_GetActorScale3D_ReturnValue) == 0x000000, "Member 'BP_Pulse_C_UpdateEnvironment::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateEnvironment, CallFunc_BreakVector_X) == 0x00000C, "Member 'BP_Pulse_C_UpdateEnvironment::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateEnvironment, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_Pulse_C_UpdateEnvironment::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateEnvironment, CallFunc_BreakVector_Z) == 0x000014, "Member 'BP_Pulse_C_UpdateEnvironment::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateEnvironment, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Pulse_C_UpdateEnvironment::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateEnvironment, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000024, "Member 'BP_Pulse_C_UpdateEnvironment::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_C_UpdateMaterial \ +static_assert(alignof(BP_Pulse_C_UpdateMaterial) == 0x000004, "Wrong alignment on BP_Pulse_C_UpdateMaterial"); \ +static_assert(sizeof(BP_Pulse_C_UpdateMaterial) == 0x000004, "Wrong size on BP_Pulse_C_UpdateMaterial"); \ +static_assert(offsetof(BP_Pulse_C_UpdateMaterial, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_Pulse_C_UpdateMaterial::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_C_UpdateScale \ +static_assert(alignof(BP_Pulse_C_UpdateScale) == 0x000004, "Wrong alignment on BP_Pulse_C_UpdateScale"); \ +static_assert(sizeof(BP_Pulse_C_UpdateScale) == 0x000014, "Wrong size on BP_Pulse_C_UpdateScale"); \ +static_assert(offsetof(BP_Pulse_C_UpdateScale, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_Pulse_C_UpdateScale::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateScale, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_Pulse_C_UpdateScale::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UpdateScale, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000008, "Member 'BP_Pulse_C_UpdateScale::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_C_UserConstructionScript \ +static_assert(alignof(BP_Pulse_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Pulse_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Pulse_C_UserConstructionScript) == 0x000010, "Wrong size on BP_Pulse_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Pulse_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'BP_Pulse_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_Pulse_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_C_ReceiveTick \ +static_assert(alignof(BP_Pulse_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Pulse_C_ReceiveTick"); \ +static_assert(sizeof(BP_Pulse_C_ReceiveTick) == 0x000004, "Wrong size on BP_Pulse_C_ReceiveTick"); \ +static_assert(offsetof(BP_Pulse_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Pulse_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_C_ExecuteUbergraph_BP_Pulse \ +static_assert(alignof(BP_Pulse_C_ExecuteUbergraph_BP_Pulse) == 0x000008, "Wrong alignment on BP_Pulse_C_ExecuteUbergraph_BP_Pulse"); \ +static_assert(sizeof(BP_Pulse_C_ExecuteUbergraph_BP_Pulse) == 0x000010, "Wrong size on BP_Pulse_C_ExecuteUbergraph_BP_Pulse"); \ +static_assert(offsetof(BP_Pulse_C_ExecuteUbergraph_BP_Pulse, EntryPoint) == 0x000000, "Member 'BP_Pulse_C_ExecuteUbergraph_BP_Pulse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_ExecuteUbergraph_BP_Pulse, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_Pulse_C_ExecuteUbergraph_BP_Pulse::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_C_ExecuteUbergraph_BP_Pulse, CallFunc_SpawnExplosion_ReturnValue) == 0x000008, "Member 'BP_Pulse_C_ExecuteUbergraph_BP_Pulse::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pulse_C \ +static_assert(alignof(ABP_Pulse_C) == 0x000008, "Wrong alignment on ABP_Pulse_C"); \ +static_assert(sizeof(ABP_Pulse_C) == 0x000268, "Wrong size on ABP_Pulse_C"); \ +static_assert(offsetof(ABP_Pulse_C, UberGraphFrame) == 0x000228, "Member 'ABP_Pulse_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, Spawner) == 0x000230, "Member 'ABP_Pulse_C::Spawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, SphereHelper) == 0x000238, "Member 'ABP_Pulse_C::SphereHelper' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, IsPulsing) == 0x000240, "Member 'ABP_Pulse_C::IsPulsing' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, Power) == 0x000244, "Member 'ABP_Pulse_C::Power' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, PercentPulsed) == 0x000248, "Member 'ABP_Pulse_C::PercentPulsed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, ToRadius) == 0x00024C, "Member 'ABP_Pulse_C::ToRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, Duration) == 0x000250, "Member 'ABP_Pulse_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, MaterialInstance) == 0x000258, "Member 'ABP_Pulse_C::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, PulseOnSpawn) == 0x000260, "Member 'ABP_Pulse_C::PulseOnSpawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_C, DestroyOnComplete) == 0x000261, "Member 'ABP_Pulse_C::DestroyOnComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CastIron_04_C \ +static_assert(alignof(ABP_CastIron_04_C) == 0x000010, "Wrong alignment on ABP_CastIron_04_C"); \ +static_assert(sizeof(ABP_CastIron_04_C) == 0x000310, "Wrong size on ABP_CastIron_04_C"); \ + +#define DUMPER7_ASSERTS_BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion \ +static_assert(alignof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion) == 0x000004, "Wrong alignment on BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion"); \ +static_assert(sizeof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion) == 0x00003C, "Wrong size on BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion"); \ +static_assert(offsetof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion, EntryPoint) == 0x000000, "Member 'BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000014, "Member 'BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion, K2Node_MakeStruct_WindEffect) == 0x00001C, "Member 'BP_RotLevelUp_Explosion_C_ExecuteUbergraph_BP_RotLevelUp_Explosion::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotLevelUp_Explosion_C \ +static_assert(alignof(ABP_RotLevelUp_Explosion_C) == 0x000008, "Wrong alignment on ABP_RotLevelUp_Explosion_C"); \ +static_assert(sizeof(ABP_RotLevelUp_Explosion_C) == 0x0003F0, "Wrong size on ABP_RotLevelUp_Explosion_C"); \ +static_assert(offsetof(ABP_RotLevelUp_Explosion_C, UberGraphFrame_BP_RotLevelUp_Explosion_C) == 0x0003E0, "Member 'ABP_RotLevelUp_Explosion_C::UberGraphFrame_BP_RotLevelUp_Explosion_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUp_Explosion_C, DeadzoneCleaning) == 0x0003E8, "Member 'ABP_RotLevelUp_Explosion_C::DeadzoneCleaning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CastIron_06_C \ +static_assert(alignof(ABP_CastIron_06_C) == 0x000010, "Wrong alignment on ABP_CastIron_06_C"); \ +static_assert(sizeof(ABP_CastIron_06_C) == 0x000310, "Wrong size on ABP_CastIron_06_C"); \ + +#define DUMPER7_ASSERTS_ABP_Fern_02_C \ +static_assert(alignof(ABP_Fern_02_C) == 0x000010, "Wrong alignment on ABP_Fern_02_C"); \ +static_assert(sizeof(ABP_Fern_02_C) == 0x000310, "Wrong size on ABP_Fern_02_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Dog_C \ +static_assert(alignof(ABP_CM_Hat_Dog_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Dog_C"); \ +static_assert(sizeof(ABP_CM_Hat_Dog_C) == 0x000240, "Wrong size on ABP_CM_Hat_Dog_C"); \ +static_assert(offsetof(ABP_CM_Hat_Dog_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Dog_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Plant_03_C \ +static_assert(alignof(ABP_Plant_03_C) == 0x000010, "Wrong alignment on ABP_Plant_03_C"); \ +static_assert(sizeof(ABP_Plant_03_C) == 0x000310, "Wrong size on ABP_Plant_03_C"); \ + +#define DUMPER7_ASSERTS_ABP_Plant_05_C \ +static_assert(alignof(ABP_Plant_05_C) == 0x000010, "Wrong alignment on ABP_Plant_05_C"); \ +static_assert(sizeof(ABP_Plant_05_C) == 0x000310, "Wrong size on ABP_Plant_05_C"); \ + +#define DUMPER7_ASSERTS_WBP_BlackBars_C_SetPercent \ +static_assert(alignof(WBP_BlackBars_C_SetPercent) == 0x000004, "Wrong alignment on WBP_BlackBars_C_SetPercent"); \ +static_assert(sizeof(WBP_BlackBars_C_SetPercent) == 0x00001C, "Wrong size on WBP_BlackBars_C_SetPercent"); \ +static_assert(offsetof(WBP_BlackBars_C_SetPercent, Percent) == 0x000000, "Member 'WBP_BlackBars_C_SetPercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_SetPercent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_BlackBars_C_SetPercent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_SetPercent, CallFunc_MakeVector2D_ReturnValue) == 0x000008, "Member 'WBP_BlackBars_C_SetPercent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_SetPercent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000010, "Member 'WBP_BlackBars_C_SetPercent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_SetPercent, CallFunc_MakeVector2D_ReturnValue_1) == 0x000014, "Member 'WBP_BlackBars_C_SetPercent::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BlackBars_C_Tick \ +static_assert(alignof(WBP_BlackBars_C_Tick) == 0x000004, "Wrong alignment on WBP_BlackBars_C_Tick"); \ +static_assert(sizeof(WBP_BlackBars_C_Tick) == 0x00003C, "Wrong size on WBP_BlackBars_C_Tick"); \ +static_assert(offsetof(WBP_BlackBars_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_BlackBars_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_BlackBars_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BlackBars_C_TweenBarsToPercent \ +static_assert(alignof(WBP_BlackBars_C_TweenBarsToPercent) == 0x000004, "Wrong alignment on WBP_BlackBars_C_TweenBarsToPercent"); \ +static_assert(sizeof(WBP_BlackBars_C_TweenBarsToPercent) == 0x000008, "Wrong size on WBP_BlackBars_C_TweenBarsToPercent"); \ +static_assert(offsetof(WBP_BlackBars_C_TweenBarsToPercent, BlackPercent) == 0x000000, "Member 'WBP_BlackBars_C_TweenBarsToPercent::BlackPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_TweenBarsToPercent, TweenSpeed_0) == 0x000004, "Member 'WBP_BlackBars_C_TweenBarsToPercent::TweenSpeed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars \ +static_assert(alignof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars) == 0x000004, "Wrong alignment on WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars"); \ +static_assert(sizeof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars) == 0x000050, "Wrong size on WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, EntryPoint) == 0x000000, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, K2Node_CustomEvent_BlackPercent) == 0x000040, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::K2Node_CustomEvent_BlackPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, K2Node_CustomEvent_TweenSpeed) == 0x000044, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::K2Node_CustomEvent_TweenSpeed' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, CallFunc_FInterpTo_ReturnValue) == 0x000048, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00004C, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x00004D, "Member 'WBP_BlackBars_C_ExecuteUbergraph_WBP_BlackBars::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BlackBars_C \ +static_assert(alignof(UWBP_BlackBars_C) == 0x000008, "Wrong alignment on UWBP_BlackBars_C"); \ +static_assert(sizeof(UWBP_BlackBars_C) == 0x000288, "Wrong size on UWBP_BlackBars_C"); \ +static_assert(offsetof(UWBP_BlackBars_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BlackBars_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, BarBottom) == 0x000268, "Member 'UWBP_BlackBars_C::BarBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, BarTop) == 0x000270, "Member 'UWBP_BlackBars_C::BarTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, TargetPercent) == 0x000278, "Member 'UWBP_BlackBars_C::TargetPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, CurrentPercent) == 0x00027C, "Member 'UWBP_BlackBars_C::CurrentPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, TweenSpeed) == 0x000280, "Member 'UWBP_BlackBars_C::TweenSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, IsTweening) == 0x000284, "Member 'UWBP_BlackBars_C::IsTweening' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BlackBars_C, TweenStartTime) == 0x000285, "Member 'UWBP_BlackBars_C::TweenStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabReleaseState_C_HandleAnimEvent \ +static_assert(alignof(BP_GrabReleaseState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_GrabReleaseState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_GrabReleaseState_C_HandleAnimEvent) == 0x000068, "Wrong size on BP_GrabReleaseState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000010, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000040, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000050, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_HandleAnimEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000060, "Member 'BP_GrabReleaseState_C_HandleAnimEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabReleaseState_C_OnEnd \ +static_assert(alignof(BP_GrabReleaseState_C_OnEnd) == 0x000008, "Wrong alignment on BP_GrabReleaseState_C_OnEnd"); \ +static_assert(sizeof(BP_GrabReleaseState_C_OnEnd) == 0x000008, "Wrong size on BP_GrabReleaseState_C_OnEnd"); \ +static_assert(offsetof(BP_GrabReleaseState_C_OnEnd, NextState) == 0x000000, "Member 'BP_GrabReleaseState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabReleaseState_C_Update \ +static_assert(alignof(BP_GrabReleaseState_C_Update) == 0x000004, "Wrong alignment on BP_GrabReleaseState_C_Update"); \ +static_assert(sizeof(BP_GrabReleaseState_C_Update) == 0x000004, "Wrong size on BP_GrabReleaseState_C_Update"); \ +static_assert(offsetof(BP_GrabReleaseState_C_Update, DeltaTime) == 0x000000, "Member 'BP_GrabReleaseState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabReleaseState_C_OnStart \ +static_assert(alignof(BP_GrabReleaseState_C_OnStart) == 0x000008, "Wrong alignment on BP_GrabReleaseState_C_OnStart"); \ +static_assert(sizeof(BP_GrabReleaseState_C_OnStart) == 0x000008, "Wrong size on BP_GrabReleaseState_C_OnStart"); \ +static_assert(offsetof(BP_GrabReleaseState_C_OnStart, PrevState) == 0x000000, "Member 'BP_GrabReleaseState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState \ +static_assert(alignof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState) == 0x000008, "Wrong alignment on BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState"); \ +static_assert(sizeof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState) == 0x000178, "Wrong size on BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, EntryPoint) == 0x000000, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000005, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000006, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000007, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000008, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_Event_NextState) == 0x000010, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_Event_DeltaTime) == 0x000020, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x000024, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000028, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x000048, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnController_ReturnValue) == 0x000070, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_PollActions_ReturnValue) == 0x000088, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_MochiEnsure_ReturnValue) == 0x000098, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_Event_PrevState) == 0x0000A0, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000A8, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ConsumePendingGrabResponse_OutGrabEvent) == 0x0000B0, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ConsumePendingGrabResponse_OutGrabEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ConsumePendingGrabResponse_OutMontageArgs) == 0x0000B4, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ConsumePendingGrabResponse_OutMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ConsumePendingGrabResponse_ReturnValue) == 0x0000CC, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ConsumePendingGrabResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x0000D0, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_PlayWithArgs_ReturnValue) == 0x0000D8, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_MochiEnsure_ReturnValue_1) == 0x0000DC, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000DD, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x0000DE, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x0000E0, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_8) == 0x0000E8, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnCharacter_ReturnValue_4) == 0x0000F0, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_ChangeStateTo_ReturnValue_9) == 0x0000F8, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_ChangeStateTo_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_RemoveStaggerOptions_ReturnValue) == 0x0000F9, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_RemoveStaggerOptions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000FA, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_FindOrCreateCameraModifier_ReturnValue) == 0x000100, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_FindOrCreateCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_DynamicCast_AsLook_Forward_Modifier) == 0x000108, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_DynamicCast_AsLook_Forward_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_IsInputBuffered_ReturnValue) == 0x000111, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, Temp_int_Array_Index_Variable) == 0x000114, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Array_Get_Item) == 0x000118, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_SwitchEnum_CmpSuccess) == 0x000119, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, K2Node_MakeStruct_LookForwardContext) == 0x000120, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::K2Node_MakeStruct_LookForwardContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000158, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000160, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, Temp_int_Loop_Counter_Variable) == 0x000164, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000168, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Less_IntInt_ReturnValue) == 0x000169, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_Add_IntInt_ReturnValue) == 0x00016C, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000170, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState, CallFunc_IsInputBuffered_ReturnValue_2) == 0x000171, "Member 'BP_GrabReleaseState_C_ExecuteUbergraph_BP_GrabReleaseState::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GrabReleaseState_C \ +static_assert(alignof(UBP_GrabReleaseState_C) == 0x000008, "Wrong alignment on UBP_GrabReleaseState_C"); \ +static_assert(sizeof(UBP_GrabReleaseState_C) == 0x000128, "Wrong size on UBP_GrabReleaseState_C"); \ +static_assert(offsetof(UBP_GrabReleaseState_C, UberGraphFrame) == 0x000120, "Member 'UBP_GrabReleaseState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CustomCycleSelect_C_OnValueChanged_Event_0 \ +static_assert(alignof(WBP_CustomCycleSelect_C_OnValueChanged_Event_0) == 0x000004, "Wrong alignment on WBP_CustomCycleSelect_C_OnValueChanged_Event_0"); \ +static_assert(sizeof(WBP_CustomCycleSelect_C_OnValueChanged_Event_0) == 0x000004, "Wrong size on WBP_CustomCycleSelect_C_OnValueChanged_Event_0"); \ +static_assert(offsetof(WBP_CustomCycleSelect_C_OnValueChanged_Event_0, NewValue) == 0x000000, "Member 'WBP_CustomCycleSelect_C_OnValueChanged_Event_0::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect \ +static_assert(alignof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect) == 0x000004, "Wrong alignment on WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect"); \ +static_assert(sizeof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect) == 0x000020, "Wrong size on WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect"); \ +static_assert(offsetof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect, EntryPoint) == 0x000000, "Member 'WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000018, "Member 'WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect, K2Node_CustomEvent_NewValue) == 0x00001C, "Member 'WBP_CustomCycleSelect_C_ExecuteUbergraph_WBP_CustomCycleSelect::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CustomCycleSelect_C \ +static_assert(alignof(UWBP_CustomCycleSelect_C) == 0x000008, "Wrong alignment on UWBP_CustomCycleSelect_C"); \ +static_assert(sizeof(UWBP_CustomCycleSelect_C) == 0x0002D0, "Wrong size on UWBP_CustomCycleSelect_C"); \ +static_assert(offsetof(UWBP_CustomCycleSelect_C, UberGraphFrame) == 0x0002C8, "Member 'UWBP_CustomCycleSelect_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature \ +static_assert(alignof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature) == 0x000010, "Wrong size on BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature, bReset) == 0x000008, "Member 'BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_2_ActorComponentActivatedSignature__DelegateSignature::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature \ +static_assert(alignof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature) == 0x000008, "Wrong size on BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_PulseTorchwithPedestal_C_BndEvt__ParticleSystem_Flame_K2Node_ComponentBoundEvent_5_ActorComponentDeactivateSignature__DelegateSignature::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature \ +static_assert(alignof(BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000010, "Wrong size on BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, bReset) == 0x000008, "Member 'BP_PulseTorchwithPedestal_C_BndEvt__PulseEffect_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal \ +static_assert(alignof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal) == 0x000008, "Wrong alignment on BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal"); \ +static_assert(sizeof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal) == 0x000038, "Wrong size on BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, EntryPoint) == 0x000000, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, K2Node_ComponentBoundEvent_Component_2) == 0x000008, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::K2Node_ComponentBoundEvent_Component_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, K2Node_ComponentBoundEvent_bReset_1) == 0x000010, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::K2Node_ComponentBoundEvent_bReset_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, K2Node_ComponentBoundEvent_Component_1) == 0x000018, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::K2Node_ComponentBoundEvent_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, K2Node_ComponentBoundEvent_Component) == 0x000028, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::K2Node_ComponentBoundEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal, K2Node_ComponentBoundEvent_bReset) == 0x000030, "Member 'BP_PulseTorchwithPedestal_C_ExecuteUbergraph_BP_PulseTorchwithPedestal::K2Node_ComponentBoundEvent_bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PulseTorchwithPedestal_C \ +static_assert(alignof(ABP_PulseTorchwithPedestal_C) == 0x000008, "Wrong alignment on ABP_PulseTorchwithPedestal_C"); \ +static_assert(sizeof(ABP_PulseTorchwithPedestal_C) == 0x0002A8, "Wrong size on ABP_PulseTorchwithPedestal_C"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, UberGraphFrame) == 0x000228, "Member 'ABP_PulseTorchwithPedestal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, ParticleSystem_Flame) == 0x000230, "Member 'ABP_PulseTorchwithPedestal_C::ParticleSystem_Flame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, SpotLight1) == 0x000238, "Member 'ABP_PulseTorchwithPedestal_C::SpotLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, SpotLight) == 0x000240, "Member 'ABP_PulseTorchwithPedestal_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, ParticleSystem_Spark) == 0x000248, "Member 'ABP_PulseTorchwithPedestal_C::ParticleSystem_Spark' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, SM_StoneTorch_01) == 0x000250, "Member 'ABP_PulseTorchwithPedestal_C::SM_StoneTorch_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, SM_StoneTorch_02) == 0x000258, "Member 'ABP_PulseTorchwithPedestal_C::SM_StoneTorch_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, Trigger) == 0x000260, "Member 'ABP_PulseTorchwithPedestal_C::Trigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, TriggerNode) == 0x000268, "Member 'ABP_PulseTorchwithPedestal_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, MochiAudio) == 0x000270, "Member 'ABP_PulseTorchwithPedestal_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, SaveGame) == 0x000278, "Member 'ABP_PulseTorchwithPedestal_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, PulseEffect) == 0x000280, "Member 'ABP_PulseTorchwithPedestal_C::PulseEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, UseStand) == 0x000288, "Member 'ABP_PulseTorchwithPedestal_C::UseStand' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, OnPulseHit) == 0x000290, "Member 'ABP_PulseTorchwithPedestal_C::OnPulseHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, Preview) == 0x0002A0, "Member 'ABP_PulseTorchwithPedestal_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_PulseTorchwithPedestal_C, IsOn) == 0x0002A1, "Member 'ABP_PulseTorchwithPedestal_C::IsOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CompleteRotAction_C_Received_Notify \ +static_assert(alignof(BP_CompleteRotAction_C_Received_Notify) == 0x000008, "Wrong alignment on BP_CompleteRotAction_C_Received_Notify"); \ +static_assert(sizeof(BP_CompleteRotAction_C_Received_Notify) == 0x000030, "Wrong size on BP_CompleteRotAction_C_Received_Notify"); \ +static_assert(offsetof(BP_CompleteRotAction_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_CompleteRotAction_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CompleteRotAction_C_Received_Notify, Animation) == 0x000008, "Member 'BP_CompleteRotAction_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CompleteRotAction_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_CompleteRotAction_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CompleteRotAction_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_CompleteRotAction_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CompleteRotAction_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_CompleteRotAction_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CompleteRotAction_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_CompleteRotAction_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CompleteRotAction_C \ +static_assert(alignof(UBP_CompleteRotAction_C) == 0x000008, "Wrong alignment on UBP_CompleteRotAction_C"); \ +static_assert(sizeof(UBP_CompleteRotAction_C) == 0x000040, "Wrong size on UBP_CompleteRotAction_C"); \ +static_assert(offsetof(UBP_CompleteRotAction_C, ReEnable) == 0x000038, "Member 'UBP_CompleteRotAction_C::ReEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RemoveStatusEffect_C_Received_Notify \ +static_assert(alignof(BP_RemoveStatusEffect_C_Received_Notify) == 0x000008, "Wrong alignment on BP_RemoveStatusEffect_C_Received_Notify"); \ +static_assert(sizeof(BP_RemoveStatusEffect_C_Received_Notify) == 0x000030, "Wrong size on BP_RemoveStatusEffect_C_Received_Notify"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_RemoveStatusEffect_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, Animation) == 0x000008, "Member 'BP_RemoveStatusEffect_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_RemoveStatusEffect_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_RemoveStatusEffect_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_RemoveStatusEffect_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, CallFunc_RemoveStatusEffect_ReturnValue) == 0x000028, "Member 'BP_RemoveStatusEffect_C_Received_Notify::CallFunc_RemoveStatusEffect_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RemoveStatusEffect_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_RemoveStatusEffect_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RemoveStatusEffect_C \ +static_assert(alignof(UBP_RemoveStatusEffect_C) == 0x000008, "Wrong alignment on UBP_RemoveStatusEffect_C"); \ +static_assert(sizeof(UBP_RemoveStatusEffect_C) == 0x000040, "Wrong size on UBP_RemoveStatusEffect_C"); \ +static_assert(offsetof(UBP_RemoveStatusEffect_C, StatusEffectClass) == 0x000038, "Member 'UBP_RemoveStatusEffect_C::StatusEffectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIconButton_C_PreConstruct \ +static_assert(alignof(WBP_AbilityIconButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AbilityIconButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_AbilityIconButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_AbilityIconButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AbilityIconButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIconButton_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_AbilityIconButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_AbilityIconButton_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_AbilityIconButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_AbilityIconButton_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_AbilityIconButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIconButton_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_AbilityIconButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_AbilityIconButton_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_AbilityIconButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_AbilityIconButton_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_AbilityIconButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton \ +static_assert(alignof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton) == 0x000008, "Wrong alignment on WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton"); \ +static_assert(sizeof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton) == 0x000030, "Wrong size on WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, EntryPoint) == 0x000000, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, K2Node_Event_InFocusEvent_1) == 0x000008, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, K2Node_Event_InFocusEvent) == 0x000010, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000020, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'WBP_AbilityIconButton_C_ExecuteUbergraph_WBP_AbilityIconButton::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AbilityIconButton_C \ +static_assert(alignof(UWBP_AbilityIconButton_C) == 0x000008, "Wrong alignment on UWBP_AbilityIconButton_C"); \ +static_assert(sizeof(UWBP_AbilityIconButton_C) == 0x000388, "Wrong size on UWBP_AbilityIconButton_C"); \ +static_assert(offsetof(UWBP_AbilityIconButton_C, UberGraphFrame) == 0x000368, "Member 'UWBP_AbilityIconButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIconButton_C, Focus) == 0x000370, "Member 'UWBP_AbilityIconButton_C::Focus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIconButton_C, WBP_CoreAbilityRotatingWidget) == 0x000378, "Member 'UWBP_AbilityIconButton_C::WBP_CoreAbilityRotatingWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIconButton_C, FocusWidgetScale) == 0x000380, "Member 'UWBP_AbilityIconButton_C::FocusWidgetScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CoreAbilityIconButton_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_CoreAbilityIconButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_CoreAbilityIconButton_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_CoreAbilityIconButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_CoreAbilityIconButton_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CoreAbilityIconButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_CoreAbilityIconButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton \ +static_assert(alignof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton) == 0x000008, "Wrong alignment on WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton"); \ +static_assert(sizeof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton) == 0x000028, "Wrong size on WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton, EntryPoint) == 0x000000, "Member 'WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton, K2Node_Event_InFocusEvent_1) == 0x000010, "Member 'WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton, K2Node_Event_InFocusEvent) == 0x000018, "Member 'WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'WBP_CoreAbilityIconButton_C_ExecuteUbergraph_WBP_CoreAbilityIconButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CoreAbilityIconButton_C \ +static_assert(alignof(UWBP_CoreAbilityIconButton_C) == 0x000008, "Wrong alignment on UWBP_CoreAbilityIconButton_C"); \ +static_assert(sizeof(UWBP_CoreAbilityIconButton_C) == 0x000380, "Wrong size on UWBP_CoreAbilityIconButton_C"); \ +static_assert(offsetof(UWBP_CoreAbilityIconButton_C, UberGraphFrame) == 0x000368, "Member 'UWBP_CoreAbilityIconButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CoreAbilityIconButton_C, Focus) == 0x000370, "Member 'UWBP_CoreAbilityIconButton_C::Focus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CoreAbilityIconButton_C, WBP_CoreAbilityRotatingWidget) == 0x000378, "Member 'UWBP_CoreAbilityIconButton_C::WBP_CoreAbilityRotatingWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC \ +static_assert(alignof(WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC) == 0x000008, "Wrong alignment on WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC"); \ +static_assert(sizeof(WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC) == 0x000008, "Wrong size on WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC, Loaded) == 0x000000, "Member 'WBP_CoreAbilityRotatingWidget_C_OnLoaded_8527ED104EF8FAD40642E987DA9E95EC::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget \ +static_assert(alignof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget) == 0x000008, "Wrong alignment on WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget"); \ +static_assert(sizeof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget) == 0x000038, "Wrong size on WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget, EntryPoint) == 0x000000, "Member 'WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget, Temp_object_Variable) == 0x000020, "Member 'WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget, K2Node_DynamicCast_AsPaper_Sprite) == 0x000028, "Member 'WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_CoreAbilityRotatingWidget_C_ExecuteUbergraph_WBP_CoreAbilityRotatingWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CoreAbilityRotatingWidget_C \ +static_assert(alignof(UWBP_CoreAbilityRotatingWidget_C) == 0x000008, "Wrong alignment on UWBP_CoreAbilityRotatingWidget_C"); \ +static_assert(sizeof(UWBP_CoreAbilityRotatingWidget_C) == 0x0002A8, "Wrong size on UWBP_CoreAbilityRotatingWidget_C"); \ +static_assert(offsetof(UWBP_CoreAbilityRotatingWidget_C, UberGraphFrame) == 0x000270, "Member 'UWBP_CoreAbilityRotatingWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CoreAbilityRotatingWidget_C, Image_103) == 0x000278, "Member 'UWBP_CoreAbilityRotatingWidget_C::Image_103' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CoreAbilityRotatingWidget_C, SpriteSoft) == 0x000280, "Member 'UWBP_CoreAbilityRotatingWidget_C::SpriteSoft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Deer_C \ +static_assert(alignof(ABP_CM_Hat_Deer_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Deer_C"); \ +static_assert(sizeof(ABP_CM_Hat_Deer_C) == 0x000240, "Wrong size on ABP_CM_Hat_Deer_C"); \ +static_assert(offsetof(ABP_CM_Hat_Deer_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Deer_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_HandleDamage \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_HandleDamage"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage) == 0x000118, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_HandleDamage"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage, CallFunc_GetAllowPulse_AllowPulse) == 0x000111, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HandleDamage::CallFunc_GetAllowPulse_AllowPulse' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000112, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HandleDamage::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HandleDamage, CallFunc_GetIsLocked_ReturnValue) == 0x000113, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HandleDamage::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse) == 0x000048, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse, ExplosionClass) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse::ExplosionClass' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse, PulseSuccess) == 0x000008, "Member 'BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse::PulseSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse, CurrentGameplayTags) == 0x000010, "Member 'BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse::CurrentGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse, CurrentExplosionClass) == 0x000030, "Member 'BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse::CurrentExplosionClass' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse, CallFunc_IsValidClass_ReturnValue) == 0x000038, "Member 'BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse, CallFunc_SpawnExplosion_ReturnValue) == 0x000040, "Member 'BP_RotCarryable_Pulse_EchoStone_C_SpawnPulse::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse) == 0x000001, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse) == 0x000002, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse, AllowPulse) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse::AllowPulse' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_RotCarryable_Pulse_EchoStone_C_GetAllowPulse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript) == 0x000038, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_RotCarryable_Pulse_EchoStone_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse) == 0x000008, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse, TriggerParams) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HitByAbilityPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse) == 0x000008, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse, TriggerParams) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HitByBombPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse) == 0x000008, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse, TriggerParams) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_HitByArrowPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick) == 0x000004, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed) == 0x000010, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed, LockComponent) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed, IsLocked) == 0x000008, "Member 'BP_RotCarryable_Pulse_EchoStone_C_On_Main_Lock_Changed::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature) == 0x000018, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature, RotAction_0) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature::RotAction_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature, FromOwner) == 0x000008, "Member 'BP_RotCarryable_Pulse_EchoStone_C_BndEvt__RotAction_K2Node_ComponentBoundEvent_0_RotActionPerformed__DelegateSignature::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow) == 0x000004, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow) == 0x000004, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow, BaseGlow_0) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_Change_Base_Glow::BaseGlow_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone \ +static_assert(alignof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone) == 0x000008, "Wrong alignment on BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone"); \ +static_assert(sizeof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone) == 0x000138, "Wrong size on BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, EntryPoint) == 0x000000, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_byte_Variable) == 0x000004, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_byte_Variable_1) == 0x000005, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_byte_Variable_2) == 0x000006, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_struct_Variable) == 0x000008, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_delegate_Variable) == 0x000018, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_struct_Variable_1) == 0x000028, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_struct_Variable_2) == 0x000048, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_delegate_Variable_2) == 0x000058, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, Temp_delegate_Variable_3) == 0x000068, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_MakeStruct_PlayMontageArgs) == 0x000078, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CustomEvent_TriggerParams_2) == 0x000090, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CustomEvent_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CustomEvent_TriggerParams_1) == 0x000098, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CustomEvent_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CustomEvent_TriggerParams) == 0x0000A0, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_Select_Default) == 0x0000A8, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_SpawnPulse_PulseSuccess) == 0x0000B0, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_SpawnPulse_PulseSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_Select_Default_1) == 0x0000B4, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_Select_Default_2) == 0x0000BC, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Lerp_ReturnValue) == 0x0000C0, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_PostEvent_ReturnValue) == 0x0000C4, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_PostEvent_ReturnValue_1) == 0x0000C8, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_PostEvent_ReturnValue_2) == 0x0000CC, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_Event_DeltaSeconds) == 0x0000D0, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CustomEvent_LockComponent) == 0x0000D8, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CustomEvent_LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CustomEvent_IsLocked) == 0x0000E0, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CustomEvent_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CreateDelegate_OutputDelegate) == 0x0000E4, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Not_PreBool_ReturnValue) == 0x0000F4, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_GetIsLocked_ReturnValue) == 0x0000F5, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F6, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_GetIsLocked_ReturnValue_1) == 0x0000F7, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_GetIsLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000F8, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_ComponentBoundEvent_RotAction) == 0x000100, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_ComponentBoundEvent_RotAction' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_ComponentBoundEvent_FromOwner) == 0x000108, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_ComponentBoundEvent_FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000118, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_GetComponentByClass_ReturnValue) == 0x000120, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_PlayWithCallback_ReturnValue) == 0x000128, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Lerp_ReturnValue_1) == 0x00012C, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, K2Node_CustomEvent_BaseGlow) == 0x000130, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::K2Node_CustomEvent_BaseGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone, CallFunc_Lerp_ReturnValue_2) == 0x000134, "Member 'BP_RotCarryable_Pulse_EchoStone_C_ExecuteUbergraph_BP_RotCarryable_Pulse_EchoStone::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotCarryable_Pulse_EchoStone_C \ +static_assert(alignof(ABP_RotCarryable_Pulse_EchoStone_C) == 0x000010, "Wrong alignment on ABP_RotCarryable_Pulse_EchoStone_C"); \ +static_assert(sizeof(ABP_RotCarryable_Pulse_EchoStone_C) == 0x000540, "Wrong size on ABP_RotCarryable_Pulse_EchoStone_C"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, UberGraphFrame) == 0x0003E0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, EmberPointLight) == 0x0003E8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, PulseRangePreviewGrid) == 0x0003F0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::PulseRangePreviewGrid' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, PulseRangePreviewMesh) == 0x0003F8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::PulseRangePreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, LockPulse) == 0x000400, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::LockPulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, HeroRotPOI) == 0x000408, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::HeroRotPOI' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, WeightedFocalPoint) == 0x000410, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::WeightedFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, Particles_EchoFeedback) == 0x000418, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::Particles_EchoFeedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ExplosionSpawner) == 0x000420, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI11) == 0x000428, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI11' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI10) == 0x000430, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI10' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI9) == 0x000438, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI9' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI8) == 0x000440, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI8' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI7) == 0x000448, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI7' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI) == 0x000450, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI5) == 0x000458, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI5' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI4) == 0x000460, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI4' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI3) == 0x000468, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI3' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI2) == 0x000470, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI1) == 0x000478, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, RotCarryPOI6) == 0x000480, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::RotCarryPOI6' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, HurtboxManager) == 0x000488, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, AimAssist) == 0x000490, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::AimAssist' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, Sphere) == 0x000498, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, AbilityUser) == 0x0004A0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, BP_RotActionWidget) == 0x0004A8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::BP_RotActionWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ChangeBaseGlow_TL_BaseGlowBlend_965D2114401AE9FCAAE354B10C506320) == 0x0004B0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ChangeBaseGlow_TL_BaseGlowBlend_965D2114401AE9FCAAE354B10C506320' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ChangeBaseGlow_TL__Direction_965D2114401AE9FCAAE354B10C506320) == 0x0004B4, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ChangeBaseGlow_TL__Direction_965D2114401AE9FCAAE354B10C506320' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ChangeBaseGlow_TL) == 0x0004B8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ChangeBaseGlow_TL' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, GlowImpulse_TL_Intensity_F729F4CA445141037F6108AFD4D83834) == 0x0004C0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::GlowImpulse_TL_Intensity_F729F4CA445141037F6108AFD4D83834' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, GlowImpulse_TL__Direction_F729F4CA445141037F6108AFD4D83834) == 0x0004C4, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::GlowImpulse_TL__Direction_F729F4CA445141037F6108AFD4D83834' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, GlowImpulse_TL) == 0x0004C8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::GlowImpulse_TL' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, GlowTimeline_Intensity_6BDE21F94D0A83E06761EE8091AFA808) == 0x0004D0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::GlowTimeline_Intensity_6BDE21F94D0A83E06761EE8091AFA808' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, GlowTimeline__Direction_6BDE21F94D0A83E06761EE8091AFA808) == 0x0004D4, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::GlowTimeline__Direction_6BDE21F94D0A83E06761EE8091AFA808' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, GlowTimeline) == 0x0004D8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::GlowTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ArrowCooldown) == 0x0004E0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ArrowCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, HasPulsed) == 0x0004E4, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::HasPulsed' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, PulseEcho) == 0x0004E8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::PulseEcho' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ArrowEcho) == 0x0004F0, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ArrowEcho' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, PulseCooldown) == 0x0004F8, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::PulseCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, BombCooldown) == 0x0004FC, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::BombCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, BombEcho) == 0x000500, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::BombEcho' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, BaseGlow) == 0x000508, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::BaseGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ArrowGlow) == 0x00050C, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ArrowGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, BombGlow) == 0x000510, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::BombGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, PulseGlow) == 0x000514, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::PulseGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, ReceivedDamageType) == 0x000518, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::ReceivedDamageType' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, SFX_Pulse_Repulse) == 0x000520, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::SFX_Pulse_Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, SFX_Bomb_Repulse) == 0x000528, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::SFX_Bomb_Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, SFX_Bow_Repulse) == 0x000530, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::SFX_Bow_Repulse' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, DrawPulseRangeMesh) == 0x000538, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::DrawPulseRangeMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, DrawPulseRangeGrid) == 0x000539, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::DrawPulseRangeGrid' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCarryable_Pulse_EchoStone_C, CurrentGlow) == 0x00053C, "Member 'ABP_RotCarryable_Pulse_EchoStone_C::CurrentGlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo \ +static_assert(alignof(BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo) == 0x000004, "Wrong alignment on BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo"); \ +static_assert(sizeof(BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo) == 0x000010, "Wrong size on BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo, EntryPoint) == 0x000000, "Member 'BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000004, "Member 'BP_Explosion_SpiritPulse_Echo_C_ExecuteUbergraph_BP_Explosion_SpiritPulse_Echo::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_SpiritPulse_Echo_C \ +static_assert(alignof(ABP_Explosion_SpiritPulse_Echo_C) == 0x000008, "Wrong alignment on ABP_Explosion_SpiritPulse_Echo_C"); \ +static_assert(sizeof(ABP_Explosion_SpiritPulse_Echo_C) == 0x000548, "Wrong size on ABP_Explosion_SpiritPulse_Echo_C"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_Echo_C, UberGraphFrame_BP_Explosion_SpiritPulse_Echo_C) == 0x000520, "Member 'ABP_Explosion_SpiritPulse_Echo_C::UberGraphFrame_BP_Explosion_SpiritPulse_Echo_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_Echo_C, Sphere) == 0x000528, "Member 'ABP_Explosion_SpiritPulse_Echo_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_Echo_C, FXTimeline_Scale_CB4562904E72483555D0EAA01F872736) == 0x000530, "Member 'ABP_Explosion_SpiritPulse_Echo_C::FXTimeline_Scale_CB4562904E72483555D0EAA01F872736' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_Echo_C, FXTimeline_Opacity_CB4562904E72483555D0EAA01F872736) == 0x000534, "Member 'ABP_Explosion_SpiritPulse_Echo_C::FXTimeline_Opacity_CB4562904E72483555D0EAA01F872736' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_Echo_C, FXTimeline__Direction_CB4562904E72483555D0EAA01F872736) == 0x000538, "Member 'ABP_Explosion_SpiritPulse_Echo_C::FXTimeline__Direction_CB4562904E72483555D0EAA01F872736' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_SpiritPulse_Echo_C, FXTimeline) == 0x000540, "Member 'ABP_Explosion_SpiritPulse_Echo_C::FXTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicBeam_C_UpdateRelicIconTransform \ +static_assert(alignof(BP_RelicBeam_C_UpdateRelicIconTransform) == 0x000008, "Wrong alignment on BP_RelicBeam_C_UpdateRelicIconTransform"); \ +static_assert(sizeof(BP_RelicBeam_C_UpdateRelicIconTransform) == 0x000130, "Wrong size on BP_RelicBeam_C_UpdateRelicIconTransform"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_int_Variable) == 0x000000, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_float_Variable) == 0x000004, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_float_Variable_1) == 0x000008, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_float_Variable_2) == 0x00000C, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_int_Variable_1) == 0x000010, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_float_Variable_3) == 0x000014, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_float_Variable_4) == 0x000018, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, Temp_float_Variable_5) == 0x00001C, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, K2Node_Select_Default) == 0x000020, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, K2Node_Select_Default_1) == 0x000024, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00003C, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000048, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_Vector_Distance_ReturnValue) == 0x000050, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000054, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_MapRangeClamped_ReturnValue) == 0x000060, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000064, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000070, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_FindLookAtRotation_ReturnValue) == 0x00007C, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_BreakRotator_Roll) == 0x000088, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_BreakRotator_Pitch) == 0x00008C, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_BreakRotator_Yaw) == 0x000090, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_Add_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_MakeRotator_ReturnValue) == 0x000098, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UpdateRelicIconTransform, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0000A4, "Member 'BP_RelicBeam_C_UpdateRelicIconTransform::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicBeam_C_CheckPDSKeysExist \ +static_assert(alignof(BP_RelicBeam_C_CheckPDSKeysExist) == 0x000008, "Wrong alignment on BP_RelicBeam_C_CheckPDSKeysExist"); \ +static_assert(sizeof(BP_RelicBeam_C_CheckPDSKeysExist) == 0x0000B8, "Wrong size on BP_RelicBeam_C_CheckPDSKeysExist"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, MessageStart) == 0x000000, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::MessageStart' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000010, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_GetGlobalPDSManager_ReturnValue_1) == 0x000018, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_GetGlobalPDSManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000050, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_Conv_NameToString_ReturnValue) == 0x000058, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_KeyExists_ReturnValue) == 0x000068, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_KeyExists_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_BooleanOR_ReturnValue) == 0x000080, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_MochiEnsure_ReturnValue) == 0x000081, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_KeyExists_ReturnValue_1) == 0x000082, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_KeyExists_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000083, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000088, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_BooleanOR_ReturnValue_1) == 0x000098, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CheckPDSKeysExist, CallFunc_MochiEnsure_ReturnValue_1) == 0x0000B0, "Member 'BP_RelicBeam_C_CheckPDSKeysExist::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicBeam_C_CanBeSeen \ +static_assert(alignof(BP_RelicBeam_C_CanBeSeen) == 0x000001, "Wrong alignment on BP_RelicBeam_C_CanBeSeen"); \ +static_assert(sizeof(BP_RelicBeam_C_CanBeSeen) == 0x000005, "Wrong size on BP_RelicBeam_C_CanBeSeen"); \ +static_assert(offsetof(BP_RelicBeam_C_CanBeSeen, CanBeSeen_0) == 0x000000, "Member 'BP_RelicBeam_C_CanBeSeen::CanBeSeen_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CanBeSeen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_RelicBeam_C_CanBeSeen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CanBeSeen, CallFunc_PDSEvaluateWatch_ReturnValue) == 0x000002, "Member 'BP_RelicBeam_C_CanBeSeen::CallFunc_PDSEvaluateWatch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CanBeSeen, CallFunc_PDSEvaluateWatch_ReturnValue_1) == 0x000003, "Member 'BP_RelicBeam_C_CanBeSeen::CallFunc_PDSEvaluateWatch_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_CanBeSeen, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_RelicBeam_C_CanBeSeen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicBeam_C_GetAbility \ +static_assert(alignof(BP_RelicBeam_C_GetAbility) == 0x000008, "Wrong alignment on BP_RelicBeam_C_GetAbility"); \ +static_assert(sizeof(BP_RelicBeam_C_GetAbility) == 0x000030, "Wrong size on BP_RelicBeam_C_GetAbility"); \ +static_assert(offsetof(BP_RelicBeam_C_GetAbility, ReturnValue) == 0x000000, "Member 'BP_RelicBeam_C_GetAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_GetAbility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_RelicBeam_C_GetAbility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_GetAbility, K2Node_DynamicCast_AsKena_Character) == 0x000010, "Member 'BP_RelicBeam_C_GetAbility::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_GetAbility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_RelicBeam_C_GetAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_GetAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_RelicBeam_C_GetAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_GetAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000028, "Member 'BP_RelicBeam_C_GetAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicBeam_C_UserConstructionScript \ +static_assert(alignof(BP_RelicBeam_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_RelicBeam_C_UserConstructionScript"); \ +static_assert(sizeof(BP_RelicBeam_C_UserConstructionScript) == 0x000410, "Wrong size on BP_RelicBeam_C_UserConstructionScript"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable) == 0x000000, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_1) == 0x000004, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_2) == 0x000008, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_3) == 0x00000C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable) == 0x000010, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_4) == 0x000014, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_5) == 0x000018, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_6) == 0x00001C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_float_Variable_7) == 0x000020, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_float_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_1) == 0x000024, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable) == 0x000028, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_1) == 0x000038, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_2) == 0x000048, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_3) == 0x000058, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_byte_Variable) == 0x000068, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable) == 0x000070, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_1) == 0x000078, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_2) == 0x000080, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_3) == 0x000088, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_4) == 0x000090, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_5) == 0x000098, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_6) == 0x0000A0, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_7) == 0x0000A8, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_8) == 0x0000B0, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_9) == 0x0000B8, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_10) == 0x0000C0, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_object_Variable_11) == 0x0000C8, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_2) == 0x0000D0, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_4) == 0x0000D4, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_5) == 0x0000E0, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_6) == 0x0000EC, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_7) == 0x0000F8, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_3) == 0x000104, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_8) == 0x000108, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_9) == 0x000114, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_10) == 0x000120, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_struct_Variable_11) == 0x00012C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000138, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_4) == 0x00013C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_5) == 0x000140, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_6) == 0x000144, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_7) == 0x000148, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_8) == 0x00014C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_9) == 0x000150, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_10) == 0x000154, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_11) == 0x000158, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_12) == 0x00015C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_13) == 0x000160, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_14) == 0x000164, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_15) == 0x000168, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_16) == 0x00016C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_17) == 0x000170, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_18) == 0x000174, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_19) == 0x000178, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_20) == 0x00017C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_bool_Variable) == 0x000180, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_bool_Variable_1) == 0x000181, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_21) == 0x000184, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default) == 0x000188, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_1) == 0x000190, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_2) == 0x000198, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0001A4, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_3) == 0x00022C, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_4) == 0x000238, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, Temp_int_Variable_22) == 0x00023C, "Member 'BP_RelicBeam_C_UserConstructionScript::Temp_int_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000240, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_5) == 0x000244, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000248, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000260, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000290, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000298, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00029C, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0002A0, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0002A4, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x0002B0, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0002BC, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_6) == 0x000344, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_7) == 0x000348, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_8) == 0x000358, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, K2Node_Select_Default_9) == 0x000360, "Member 'BP_RelicBeam_C_UserConstructionScript::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000364, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000368, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000378, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000380, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000408, "Member 'BP_RelicBeam_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam \ +static_assert(alignof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam) == 0x000004, "Wrong alignment on BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam"); \ +static_assert(sizeof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam) == 0x00000C, "Wrong size on BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam"); \ +static_assert(offsetof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam, EntryPoint) == 0x000000, "Member 'BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam, CallFunc_CanBeSeen_CanBeSeen) == 0x000004, "Member 'BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam::CallFunc_CanBeSeen_CanBeSeen' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam, CallFunc_CanBeSeen_CanBeSeen_1) == 0x000006, "Member 'BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam::CallFunc_CanBeSeen_CanBeSeen_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam, CallFunc_Not_PreBool_ReturnValue_1) == 0x000008, "Member 'BP_RelicBeam_C_ExecuteUbergraph_BP_RelicBeam::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RelicBeam_C \ +static_assert(alignof(ABP_RelicBeam_C) == 0x000008, "Wrong alignment on ABP_RelicBeam_C"); \ +static_assert(sizeof(ABP_RelicBeam_C) == 0x0002F8, "Wrong size on ABP_RelicBeam_C"); \ +static_assert(offsetof(ABP_RelicBeam_C, UberGraphFrame) == 0x000230, "Member 'ABP_RelicBeam_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, RelicIcon) == 0x000238, "Member 'ABP_RelicBeam_C::RelicIcon' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Ribbons) == 0x000240, "Member 'ABP_RelicBeam_C::Ribbons' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Box) == 0x000248, "Member 'ABP_RelicBeam_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Scene) == 0x000250, "Member 'ABP_RelicBeam_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Billboard) == 0x000258, "Member 'ABP_RelicBeam_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, TextRender) == 0x000260, "Member 'ABP_RelicBeam_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, GodRayMesh) == 0x000268, "Member 'ABP_RelicBeam_C::GodRayMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Light) == 0x000270, "Member 'ABP_RelicBeam_C::Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Width) == 0x000278, "Member 'ABP_RelicBeam_C::Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Length) == 0x00027C, "Member 'ABP_RelicBeam_C::Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Mid) == 0x000280, "Member 'ABP_RelicBeam_C::Mid' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Brightness) == 0x000288, "Member 'ABP_RelicBeam_C::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Fade_Distance) == 0x00028C, "Member 'ABP_RelicBeam_C::Fade_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Animated) == 0x000290, "Member 'ABP_RelicBeam_C::Animated' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, RandomTime) == 0x000294, "Member 'ABP_RelicBeam_C::RandomTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, SpotLight) == 0x00029C, "Member 'ABP_RelicBeam_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Use_light_for_rotation) == 0x00029D, "Member 'ABP_RelicBeam_C::Use_light_for_rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, OnActivate) == 0x0002A0, "Member 'ABP_RelicBeam_C::OnActivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, OnDeactivate) == 0x0002B0, "Member 'ABP_RelicBeam_C::OnDeactivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, ActivatePDSKey) == 0x0002C0, "Member 'ABP_RelicBeam_C::ActivatePDSKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, DeactivatePDSKey) == 0x0002D0, "Member 'ABP_RelicBeam_C::DeactivatePDSKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, ObjectiveType) == 0x0002E0, "Member 'ABP_RelicBeam_C::ObjectiveType' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, ObjectiveType_Int) == 0x0002E4, "Member 'ABP_RelicBeam_C::ObjectiveType_Int' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, Override_Objective_Icon) == 0x0002E8, "Member 'ABP_RelicBeam_C::Override_Objective_Icon' has a wrong offset!"); \ +static_assert(offsetof(ABP_RelicBeam_C, OverrideIcon) == 0x0002F0, "Member 'ABP_RelicBeam_C::OverrideIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_SpiritPulse_EchoStone_Arrow_C \ +static_assert(alignof(ABP_Explosion_SpiritPulse_EchoStone_Arrow_C) == 0x000008, "Wrong alignment on ABP_Explosion_SpiritPulse_EchoStone_Arrow_C"); \ +static_assert(sizeof(ABP_Explosion_SpiritPulse_EchoStone_Arrow_C) == 0x000520, "Wrong size on ABP_Explosion_SpiritPulse_EchoStone_Arrow_C"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_SpiritPulse_EchoStone_Bomb_C \ +static_assert(alignof(ABP_Explosion_SpiritPulse_EchoStone_Bomb_C) == 0x000008, "Wrong alignment on ABP_Explosion_SpiritPulse_EchoStone_Bomb_C"); \ +static_assert(sizeof(ABP_Explosion_SpiritPulse_EchoStone_Bomb_C) == 0x000520, "Wrong size on ABP_Explosion_SpiritPulse_EchoStone_Bomb_C"); \ + +#define DUMPER7_ASSERTS_WBP_RelicIcon_C_SetIsCollected \ +static_assert(alignof(WBP_RelicIcon_C_SetIsCollected) == 0x000001, "Wrong alignment on WBP_RelicIcon_C_SetIsCollected"); \ +static_assert(sizeof(WBP_RelicIcon_C_SetIsCollected) == 0x000001, "Wrong size on WBP_RelicIcon_C_SetIsCollected"); \ +static_assert(offsetof(WBP_RelicIcon_C_SetIsCollected, IsCollected_0) == 0x000000, "Member 'WBP_RelicIcon_C_SetIsCollected::IsCollected_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicIcon_C_UpdateRelic \ +static_assert(alignof(WBP_RelicIcon_C_UpdateRelic) == 0x000008, "Wrong alignment on WBP_RelicIcon_C_UpdateRelic"); \ +static_assert(sizeof(WBP_RelicIcon_C_UpdateRelic) == 0x000098, "Wrong size on WBP_RelicIcon_C_UpdateRelic"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, ForceShowCollected) == 0x000000, "Member 'WBP_RelicIcon_C_UpdateRelic::ForceShowCollected' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_bool_Variable) == 0x000001, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_struct_Variable) == 0x000004, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_struct_Variable_1) == 0x00000C, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_byte_Variable) == 0x000014, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable) == 0x000018, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_1) == 0x000020, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_2) == 0x000028, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_3) == 0x000030, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_4) == 0x000038, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_5) == 0x000040, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_6) == 0x000048, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_7) == 0x000050, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_8) == 0x000058, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_9) == 0x000060, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_bool_Variable_1) == 0x000068, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, Temp_object_Variable_10) == 0x000070, "Member 'WBP_RelicIcon_C_UpdateRelic::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, K2Node_Select_Default) == 0x000078, "Member 'WBP_RelicIcon_C_UpdateRelic::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, CallFunc_BooleanOR_ReturnValue) == 0x000080, "Member 'WBP_RelicIcon_C_UpdateRelic::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, K2Node_Select_Default_1) == 0x000084, "Member 'WBP_RelicIcon_C_UpdateRelic::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_UpdateRelic, K2Node_Select_Default_2) == 0x000090, "Member 'WBP_RelicIcon_C_UpdateRelic::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicIcon_C_PreConstruct \ +static_assert(alignof(WBP_RelicIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RelicIcon_C_PreConstruct"); \ +static_assert(sizeof(WBP_RelicIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_RelicIcon_C_PreConstruct"); \ +static_assert(offsetof(WBP_RelicIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RelicIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon \ +static_assert(alignof(WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon) == 0x000004, "Wrong alignment on WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon"); \ +static_assert(sizeof(WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon) == 0x000008, "Wrong size on WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon"); \ +static_assert(offsetof(WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon, EntryPoint) == 0x000000, "Member 'WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_RelicIcon_C_ExecuteUbergraph_WBP_RelicIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RelicIcon_C \ +static_assert(alignof(UWBP_RelicIcon_C) == 0x000008, "Wrong alignment on UWBP_RelicIcon_C"); \ +static_assert(sizeof(UWBP_RelicIcon_C) == 0x000278, "Wrong size on UWBP_RelicIcon_C"); \ +static_assert(offsetof(UWBP_RelicIcon_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RelicIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicIcon_C, RelicImage) == 0x000268, "Member 'UWBP_RelicIcon_C::RelicImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicIcon_C, RelicType) == 0x000270, "Member 'UWBP_RelicIcon_C::RelicType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicIcon_C, IsCollected) == 0x000271, "Member 'UWBP_RelicIcon_C::IsCollected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_PlayFailureFeedback \ +static_assert(alignof(WBP_ShieldHealthBar_C_PlayFailureFeedback) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_PlayFailureFeedback"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_PlayFailureFeedback) == 0x000008, "Wrong size on WBP_ShieldHealthBar_C_PlayFailureFeedback"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_PlayFailureFeedback, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_ShieldHealthBar_C_PlayFailureFeedback::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_IsShieldBroken \ +static_assert(alignof(WBP_ShieldHealthBar_C_IsShieldBroken) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_IsShieldBroken"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_IsShieldBroken) == 0x000028, "Wrong size on WBP_ShieldHealthBar_C_IsShieldBroken"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_IsShieldBroken, IsBroken) == 0x000000, "Member 'WBP_ShieldHealthBar_C_IsShieldBroken::IsBroken' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_IsShieldBroken, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_IsShieldBroken::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_IsShieldBroken, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_IsShieldBroken::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_IsShieldBroken, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_ShieldHealthBar_C_IsShieldBroken::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_IsShieldBroken, CallFunc_GetIsShieldBroken_IsBroken) == 0x000020, "Member 'WBP_ShieldHealthBar_C_IsShieldBroken::CallFunc_GetIsShieldBroken_IsBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_OnCooldown \ +static_assert(alignof(WBP_ShieldHealthBar_C_OnCooldown) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_OnCooldown"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_OnCooldown) == 0x000028, "Wrong size on WBP_ShieldHealthBar_C_OnCooldown"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_OnCooldown, ReturnValue) == 0x000000, "Member 'WBP_ShieldHealthBar_C_OnCooldown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_OnCooldown, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_OnCooldown::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_OnCooldown, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_OnCooldown::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_OnCooldown, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_ShieldHealthBar_C_OnCooldown::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_OnCooldown, CallFunc_GetIsOnCooldown_ReturnValue) == 0x000020, "Member 'WBP_ShieldHealthBar_C_OnCooldown::CallFunc_GetIsOnCooldown_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_Tick \ +static_assert(alignof(WBP_ShieldHealthBar_C_Tick) == 0x000004, "Wrong alignment on WBP_ShieldHealthBar_C_Tick"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_Tick) == 0x00003C, "Wrong size on WBP_ShieldHealthBar_C_Tick"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_ShieldHealthBar_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_ShieldHealthBar_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_HandleResized \ +static_assert(alignof(WBP_ShieldHealthBar_C_HandleResized) == 0x000004, "Wrong alignment on WBP_ShieldHealthBar_C_HandleResized"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_HandleResized) == 0x00000C, "Wrong size on WBP_ShieldHealthBar_C_HandleResized"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleResized, ResourceType) == 0x000000, "Member 'WBP_ShieldHealthBar_C_HandleResized::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleResized, Size) == 0x000004, "Member 'WBP_ShieldHealthBar_C_HandleResized::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_HandleDepleted \ +static_assert(alignof(WBP_ShieldHealthBar_C_HandleDepleted) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_HandleDepleted"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_HandleDepleted) == 0x000018, "Wrong size on WBP_ShieldHealthBar_C_HandleDepleted"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleDepleted, ResourceType) == 0x000000, "Member 'WBP_ShieldHealthBar_C_HandleDepleted::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleDepleted, DecreaseInstigator) == 0x000008, "Member 'WBP_ShieldHealthBar_C_HandleDepleted::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleDepleted, Causer) == 0x000010, "Member 'WBP_ShieldHealthBar_C_HandleDepleted::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_HandleIncreased \ +static_assert(alignof(WBP_ShieldHealthBar_C_HandleIncreased) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_HandleIncreased"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_HandleIncreased) == 0x000018, "Wrong size on WBP_ShieldHealthBar_C_HandleIncreased"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleIncreased, ResourceType) == 0x000000, "Member 'WBP_ShieldHealthBar_C_HandleIncreased::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleIncreased, DeltaHP) == 0x000004, "Member 'WBP_ShieldHealthBar_C_HandleIncreased::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleIncreased, IncreaseInstigator) == 0x000008, "Member 'WBP_ShieldHealthBar_C_HandleIncreased::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_HandleIncreased, Causer) == 0x000010, "Member 'WBP_ShieldHealthBar_C_HandleIncreased::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar \ +static_assert(alignof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar) == 0x0000D8, "Wrong size on WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, EntryPoint) == 0x000000, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_Event_MyGeometry) == 0x000034, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_Event_InDeltaTime) == 0x00006C, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, CallFunc_GetShieldAbility_ReturnValue) == 0x000070, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::CallFunc_GetShieldAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, CallFunc_GetShieldResources_ReturnValue) == 0x000078, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::CallFunc_GetShieldResources_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, CallFunc_GetShieldMaxHealth_MaxHealth) == 0x000080, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::CallFunc_GetShieldMaxHealth_MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_ResourceType_2) == 0x000084, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_ResourceType_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_Size) == 0x000088, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_ResourceType_1) == 0x000090, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_ResourceType_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_DecreaseInstigator) == 0x000098, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_Causer_1) == 0x0000A0, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_Causer_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, CallFunc_BreakVector2D_X) == 0x0000A8, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, CallFunc_BreakVector2D_Y) == 0x0000AC, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_SwitchEnum_CmpSuccess) == 0x0000B0, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000B1, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_ResourceType) == 0x0000B2, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_DeltaHP) == 0x0000B4, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_IncreaseInstigator) == 0x0000B8, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_CustomEvent_Causer) == 0x0000C0, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000D0, "Member 'WBP_ShieldHealthBar_C_ExecuteUbergraph_WBP_ShieldHealthBar::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_SetPercent \ +static_assert(alignof(WBP_ShieldHealthBar_C_SetPercent) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_SetPercent"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_SetPercent) == 0x000038, "Wrong size on WBP_ShieldHealthBar_C_SetPercent"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_SetPercent, Percent_0) == 0x000000, "Member 'WBP_ShieldHealthBar_C_SetPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_SetPercent, CallFunc_LinearColorLerp_ReturnValue) == 0x000004, "Member 'WBP_ShieldHealthBar_C_SetPercent::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_SetPercent, CallFunc_GetProgressRetainer_ProgressRetainer) == 0x000018, "Member 'WBP_ShieldHealthBar_C_SetPercent::CallFunc_GetProgressRetainer_ProgressRetainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_SetPercent, CallFunc_LinearColorLerp_ReturnValue_1) == 0x000020, "Member 'WBP_ShieldHealthBar_C_SetPercent::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_SetPercent, CallFunc_GetEffectMaterial_ReturnValue) == 0x000030, "Member 'WBP_ShieldHealthBar_C_SetPercent::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetProgressRetainer \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetProgressRetainer) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetProgressRetainer"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetProgressRetainer) == 0x000008, "Wrong size on WBP_ShieldHealthBar_C_GetProgressRetainer"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetProgressRetainer, ProgressRetainer) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetProgressRetainer::ProgressRetainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim) == 0x000008, "Wrong size on WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim, Anim) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetMaxHealthIncreasedAnim::Anim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetHealthbarResizer \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetHealthbarResizer) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetHealthbarResizer"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetHealthbarResizer) == 0x000008, "Wrong size on WBP_ShieldHealthBar_C_GetHealthbarResizer"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetHealthbarResizer, HealthbarSizer) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetHealthbarResizer::HealthbarSizer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetCurrentHealthPercent \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetCurrentHealthPercent"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent) == 0x000028, "Wrong size on WBP_ShieldHealthBar_C_GetCurrentHealthPercent"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent, Percent_0) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetCurrentHealthPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_GetCurrentHealthPercent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_GetCurrentHealthPercent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_ShieldHealthBar_C_GetCurrentHealthPercent::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent, CallFunc_GetShieldHealth_Health) == 0x000020, "Member 'WBP_ShieldHealthBar_C_GetCurrentHealthPercent::CallFunc_GetShieldHealth_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetCurrentHealthPercent, CallFunc_GetShieldHealth_Percent) == 0x000024, "Member 'WBP_ShieldHealthBar_C_GetCurrentHealthPercent::CallFunc_GetShieldHealth_Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_ShouldBeVisible \ +static_assert(alignof(WBP_ShieldHealthBar_C_ShouldBeVisible) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_ShouldBeVisible) == 0x000030, "Wrong size on WBP_ShieldHealthBar_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, CallFunc_GetShieldHealth_Health) == 0x000020, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::CallFunc_GetShieldHealth_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, CallFunc_GetShieldHealth_Percent) == 0x000024, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::CallFunc_GetShieldHealth_Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_ShouldBeVisible, CallFunc_Less_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_ShieldHealthBar_C_ShouldBeVisible::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetShieldPercent \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetShieldPercent) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetShieldPercent"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetShieldPercent) == 0x000028, "Wrong size on WBP_ShieldHealthBar_C_GetShieldPercent"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldPercent, Percent_0) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetShieldPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldPercent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_GetShieldPercent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldPercent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_GetShieldPercent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldPercent, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_ShieldHealthBar_C_GetShieldPercent::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldPercent, CallFunc_GetShieldHealth_Health) == 0x000020, "Member 'WBP_ShieldHealthBar_C_GetShieldPercent::CallFunc_GetShieldHealth_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldPercent, CallFunc_GetShieldHealth_Percent) == 0x000024, "Member 'WBP_ShieldHealthBar_C_GetShieldPercent::CallFunc_GetShieldHealth_Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetShieldResources \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetShieldResources) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetShieldResources"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetShieldResources) == 0x000018, "Wrong size on WBP_ShieldHealthBar_C_GetShieldResources"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldResources, ReturnValue) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetShieldResources::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldResources, CallFunc_GetShieldAbility_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_GetShieldResources::CallFunc_GetShieldAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldResources, CallFunc_GetResources_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_GetShieldResources::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetShieldAbility \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetShieldAbility) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetShieldAbility"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetShieldAbility) == 0x000020, "Wrong size on WBP_ShieldHealthBar_C_GetShieldAbility"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldAbility, ReturnValue) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetShieldAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldAbility, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_GetShieldAbility::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_ShieldHealthBar_C_GetShieldAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetShieldAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_ShieldHealthBar_C_GetShieldAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetInitialVisibility \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetInitialVisibility) == 0x000001, "Wrong alignment on WBP_ShieldHealthBar_C_GetInitialVisibility"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetInitialVisibility) == 0x000001, "Wrong size on WBP_ShieldHealthBar_C_GetInitialVisibility"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShieldHealthBar_C_GetDefaultHealthMax \ +static_assert(alignof(WBP_ShieldHealthBar_C_GetDefaultHealthMax) == 0x000008, "Wrong alignment on WBP_ShieldHealthBar_C_GetDefaultHealthMax"); \ +static_assert(sizeof(WBP_ShieldHealthBar_C_GetDefaultHealthMax) == 0x000018, "Wrong size on WBP_ShieldHealthBar_C_GetDefaultHealthMax"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetDefaultHealthMax, MaxHealth) == 0x000000, "Member 'WBP_ShieldHealthBar_C_GetDefaultHealthMax::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetDefaultHealthMax, CallFunc_GetShieldAbility_ReturnValue) == 0x000008, "Member 'WBP_ShieldHealthBar_C_GetDefaultHealthMax::CallFunc_GetShieldAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShieldHealthBar_C_GetDefaultHealthMax, CallFunc_GetShieldMaxHealth_MaxHealth) == 0x000010, "Member 'WBP_ShieldHealthBar_C_GetDefaultHealthMax::CallFunc_GetShieldMaxHealth_MaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ShieldHealthBar_C \ +static_assert(alignof(UWBP_ShieldHealthBar_C) == 0x000008, "Wrong alignment on UWBP_ShieldHealthBar_C"); \ +static_assert(sizeof(UWBP_ShieldHealthBar_C) == 0x000308, "Wrong size on UWBP_ShieldHealthBar_C"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, UberGraphFrame_WBP_ShieldHealthBar_C) == 0x000290, "Member 'UWBP_ShieldHealthBar_C::UberGraphFrame_WBP_ShieldHealthBar_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, FailureFeedback) == 0x000298, "Member 'UWBP_ShieldHealthBar_C::FailureFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, ShieldRestored) == 0x0002A0, "Member 'UWBP_ShieldHealthBar_C::ShieldRestored' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, OutOfShield) == 0x0002A8, "Member 'UWBP_ShieldHealthBar_C::OutOfShield' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, ProgressRetainer_1) == 0x0002B0, "Member 'UWBP_ShieldHealthBar_C::ProgressRetainer_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, ShieldbarSizer) == 0x0002B8, "Member 'UWBP_ShieldHealthBar_C::ShieldbarSizer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, ShieldCooldownIndicator) == 0x0002C0, "Member 'UWBP_ShieldHealthBar_C::ShieldCooldownIndicator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, FullHealthColor_Right) == 0x0002C8, "Member 'UWBP_ShieldHealthBar_C::FullHealthColor_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, NoHealthColor_Right) == 0x0002D8, "Member 'UWBP_ShieldHealthBar_C::NoHealthColor_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, FullHealthColor_Left) == 0x0002E8, "Member 'UWBP_ShieldHealthBar_C::FullHealthColor_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShieldHealthBar_C, NoHealthColor_Left) == 0x0002F8, "Member 'UWBP_ShieldHealthBar_C::NoHealthColor_Left' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourceBar_C_InitializeAutoUpdate \ +static_assert(alignof(BP_ResourceBar_C_InitializeAutoUpdate) == 0x000008, "Wrong alignment on BP_ResourceBar_C_InitializeAutoUpdate"); \ +static_assert(sizeof(BP_ResourceBar_C_InitializeAutoUpdate) == 0x000010, "Wrong size on BP_ResourceBar_C_InitializeAutoUpdate"); \ +static_assert(offsetof(BP_ResourceBar_C_InitializeAutoUpdate, Resources) == 0x000000, "Member 'BP_ResourceBar_C_InitializeAutoUpdate::Resources' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_InitializeAutoUpdate, Type) == 0x000008, "Member 'BP_ResourceBar_C_InitializeAutoUpdate::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourceBar_C_SetPercent \ +static_assert(alignof(BP_ResourceBar_C_SetPercent) == 0x000004, "Wrong alignment on BP_ResourceBar_C_SetPercent"); \ +static_assert(sizeof(BP_ResourceBar_C_SetPercent) == 0x000004, "Wrong size on BP_ResourceBar_C_SetPercent"); \ +static_assert(offsetof(BP_ResourceBar_C_SetPercent, Percent) == 0x000000, "Member 'BP_ResourceBar_C_SetPercent::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourceBar_C_Tick \ +static_assert(alignof(BP_ResourceBar_C_Tick) == 0x000004, "Wrong alignment on BP_ResourceBar_C_Tick"); \ +static_assert(sizeof(BP_ResourceBar_C_Tick) == 0x00003C, "Wrong size on BP_ResourceBar_C_Tick"); \ +static_assert(offsetof(BP_ResourceBar_C_Tick, MyGeometry) == 0x000000, "Member 'BP_ResourceBar_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_Tick, InDeltaTime) == 0x000038, "Member 'BP_ResourceBar_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar \ +static_assert(alignof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar) == 0x000004, "Wrong alignment on BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar"); \ +static_assert(sizeof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar) == 0x00004C, "Wrong size on BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar"); \ +static_assert(offsetof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar, EntryPoint) == 0x000000, "Member 'BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar, K2Node_Event_MyGeometry) == 0x000004, "Member 'BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000044, "Member 'BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000048, "Member 'BP_ResourceBar_C_ExecuteUbergraph_BP_ResourceBar::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ResourceBar_C \ +static_assert(alignof(UBP_ResourceBar_C) == 0x000008, "Wrong alignment on UBP_ResourceBar_C"); \ +static_assert(sizeof(UBP_ResourceBar_C) == 0x000280, "Wrong size on UBP_ResourceBar_C"); \ +static_assert(offsetof(UBP_ResourceBar_C, UberGraphFrame) == 0x000260, "Member 'UBP_ResourceBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ResourceBar_C, Meter) == 0x000268, "Member 'UBP_ResourceBar_C::Meter' has a wrong offset!"); \ +static_assert(offsetof(UBP_ResourceBar_C, ResourcesComp) == 0x000270, "Member 'UBP_ResourceBar_C::ResourcesComp' has a wrong offset!"); \ +static_assert(offsetof(UBP_ResourceBar_C, ResourceType) == 0x000278, "Member 'UBP_ResourceBar_C::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_HandleMovementModeEvent \ +static_assert(alignof(BP_LedgeReleaseState_C_HandleMovementModeEvent) == 0x000001, "Wrong alignment on BP_LedgeReleaseState_C_HandleMovementModeEvent"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_HandleMovementModeEvent) == 0x00000A, "Wrong size on BP_LedgeReleaseState_C_HandleMovementModeEvent"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, PrevMovementMode) == 0x000000, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, NewMovementMode) == 0x000001, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, PrevCustomMode) == 0x000002, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, NewCustomMode) == 0x000003, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::NewCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, ReturnValue) == 0x000004, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, CallFunc_GetValidValue_ReturnValue) == 0x000006, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000007, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleMovementModeEvent, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_LedgeReleaseState_C_HandleMovementModeEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_HandleNamedEvent \ +static_assert(alignof(BP_LedgeReleaseState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_LedgeReleaseState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_HandleNamedEvent) == 0x000010, "Wrong size on BP_LedgeReleaseState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_LedgeReleaseState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_LedgeReleaseState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_LedgeReleaseState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleNamedEvent, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_LedgeReleaseState_C_HandleNamedEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000B, "Member 'BP_LedgeReleaseState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000C, "Member 'BP_LedgeReleaseState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_HandleInputActionEvent \ +static_assert(alignof(BP_LedgeReleaseState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_LedgeReleaseState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_HandleInputActionEvent) == 0x000003, "Wrong size on BP_LedgeReleaseState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_LedgeReleaseState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_LedgeReleaseState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_LedgeReleaseState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LedgeReleaseState_C_HandleInputStickEvent) == 0x000004, "Wrong alignment on BP_LedgeReleaseState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_HandleInputStickEvent) == 0x000014, "Wrong size on BP_LedgeReleaseState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LedgeReleaseState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LedgeReleaseState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LedgeReleaseState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LedgeReleaseState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_LedgeReleaseState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_HandleAnimEvent \ +static_assert(alignof(BP_LedgeReleaseState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_LedgeReleaseState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_HandleAnimEvent) == 0x000020, "Wrong size on BP_LedgeReleaseState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_LedgeReleaseState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_LedgeReleaseState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_LedgeReleaseState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleAnimEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeReleaseState_C_HandleAnimEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000018, "Member 'BP_LedgeReleaseState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_Update \ +static_assert(alignof(BP_LedgeReleaseState_C_Update) == 0x000008, "Wrong alignment on BP_LedgeReleaseState_C_Update"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_Update) == 0x000030, "Wrong size on BP_LedgeReleaseState_C_Update"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeReleaseState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_IsSurfaceSwimming_ReturnValue) == 0x000010, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_IsSurfaceSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000011, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000018, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000020, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000028, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_Update, CallFunc_AttemptLedgeGrab_ReturnValue) == 0x00002C, "Member 'BP_LedgeReleaseState_C_Update::CallFunc_AttemptLedgeGrab_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_OnStart \ +static_assert(alignof(BP_LedgeReleaseState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeReleaseState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeReleaseState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeReleaseState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState \ +static_assert(alignof(BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState) == 0x000008, "Wrong alignment on BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState"); \ +static_assert(sizeof(BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState) == 0x000018, "Wrong size on BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState, EntryPoint) == 0x000000, "Member 'BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeReleaseState_C_ExecuteUbergraph_BP_LedgeReleaseState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeReleaseState_C \ +static_assert(alignof(UBP_LedgeReleaseState_C) == 0x000008, "Wrong alignment on UBP_LedgeReleaseState_C"); \ +static_assert(sizeof(UBP_LedgeReleaseState_C) == 0x000130, "Wrong size on UBP_LedgeReleaseState_C"); \ +static_assert(offsetof(UBP_LedgeReleaseState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LedgeReleaseState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LedgeReleaseState_C, SoftResetting) == 0x000128, "Member 'UBP_LedgeReleaseState_C::SoftResetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneDeathState_C_OnStart \ +static_assert(alignof(BP_DeadzoneDeathState_C_OnStart) == 0x000008, "Wrong alignment on BP_DeadzoneDeathState_C_OnStart"); \ +static_assert(sizeof(BP_DeadzoneDeathState_C_OnStart) == 0x000008, "Wrong size on BP_DeadzoneDeathState_C_OnStart"); \ +static_assert(offsetof(BP_DeadzoneDeathState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DeadzoneDeathState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState \ +static_assert(alignof(BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState) == 0x000008, "Wrong alignment on BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState"); \ +static_assert(sizeof(BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState) == 0x000010, "Wrong size on BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState"); \ +static_assert(offsetof(BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState, EntryPoint) == 0x000000, "Member 'BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_DeadzoneDeathState_C_ExecuteUbergraph_BP_DeadzoneDeathState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DeadzoneDeathState_C \ +static_assert(alignof(UBP_DeadzoneDeathState_C) == 0x000008, "Wrong alignment on UBP_DeadzoneDeathState_C"); \ +static_assert(sizeof(UBP_DeadzoneDeathState_C) == 0x0001E8, "Wrong size on UBP_DeadzoneDeathState_C"); \ +static_assert(offsetof(UBP_DeadzoneDeathState_C, UberGraphFrame_BP_DeadzoneDeathState_C) == 0x0001E0, "Member 'UBP_DeadzoneDeathState_C::UberGraphFrame_BP_DeadzoneDeathState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim) == 0x000008, "Wrong size on WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim, Anim) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_GetMaxHealthIncreasedAnim::Anim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_GetHealthbarResizer \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_GetHealthbarResizer) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_Base_C_GetHealthbarResizer"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_GetHealthbarResizer) == 0x000008, "Wrong size on WBP_KenaHealthBar_Base_C_GetHealthbarResizer"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_GetHealthbarResizer, HealthbarSizer) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_GetHealthbarResizer::HealthbarSizer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_GetProgressRetainer \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_GetProgressRetainer) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_Base_C_GetProgressRetainer"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_GetProgressRetainer) == 0x000008, "Wrong size on WBP_KenaHealthBar_Base_C_GetProgressRetainer"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_GetProgressRetainer, ProgressRetainer) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_GetProgressRetainer::ProgressRetainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_SetPercent \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_SetPercent) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_Base_C_SetPercent"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_SetPercent) == 0x000018, "Wrong size on WBP_KenaHealthBar_Base_C_SetPercent"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_SetPercent, Percent_0) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_SetPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_SetPercent, CallFunc_GetProgressRetainer_ProgressRetainer) == 0x000008, "Member 'WBP_KenaHealthBar_Base_C_SetPercent::CallFunc_GetProgressRetainer_ProgressRetainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_SetPercent, CallFunc_GetEffectMaterial_ReturnValue) == 0x000010, "Member 'WBP_KenaHealthBar_Base_C_SetPercent::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_ResizeHealthbar \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_ResizeHealthbar) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_Base_C_ResizeHealthbar"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_ResizeHealthbar) == 0x000058, "Wrong size on WBP_KenaHealthBar_Base_C_ResizeHealthbar"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CurrentMaxHealthPoints) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CurrentMaxHealthPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, SkipAnimations) == 0x000004, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::SkipAnimations' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_GetMaxHealthIncreasedAnim_Anim) == 0x000008, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_GetMaxHealthIncreasedAnim_Anim' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_GetHealthbarResizer_HealthbarSizer) == 0x000010, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_GetHealthbarResizer_HealthbarSizer' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_GetHealthbarResizer_HealthbarSizer_1) == 0x000020, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_GetHealthbarResizer_HealthbarSizer_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_GetHealthbarResizer_HealthbarSizer_2) == 0x000028, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_GetHealthbarResizer_HealthbarSizer_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_Less_FloatFloat_ReturnValue) == 0x000030, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00003C, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000040, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000050, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ResizeHealthbar, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'WBP_KenaHealthBar_Base_C_ResizeHealthbar::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_PreConstruct \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_KenaHealthBar_Base_C_PreConstruct"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_PreConstruct) == 0x000001, "Wrong size on WBP_KenaHealthBar_Base_C_PreConstruct"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_Tick \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_Tick) == 0x000004, "Wrong alignment on WBP_KenaHealthBar_Base_C_Tick"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_Tick) == 0x00003C, "Wrong size on WBP_KenaHealthBar_Base_C_Tick"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_KenaHealthBar_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base) == 0x000070, "Wrong size on WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, EntryPoint) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_GetCurrentHealthPercent_Percent) == 0x000004, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_GetCurrentHealthPercent_Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_GetCurrentHealthPercent_Percent_1) == 0x00000C, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_GetCurrentHealthPercent_Percent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, K2Node_Event_MyGeometry) == 0x000010, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, K2Node_Event_InDeltaTime) == 0x000048, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_FInterpTo_Constant_ReturnValue) == 0x00004C, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_GetDefaultHealthMax_MaxHealth) == 0x000054, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_GetDefaultHealthMax_MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_GetHealthbarResizer_HealthbarSizer) == 0x000058, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_GetHealthbarResizer_HealthbarSizer' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_GetHealthbarResizer_HealthbarSizer_1) == 0x000060, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_GetHealthbarResizer_HealthbarSizer_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_Less_FloatFloat_ReturnValue) == 0x000068, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base, CallFunc_FInterpTo_Constant_ReturnValue_1) == 0x00006C, "Member 'WBP_KenaHealthBar_Base_C_ExecuteUbergraph_WBP_KenaHealthBar_Base::CallFunc_FInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_GetInitialVisibility \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_GetInitialVisibility) == 0x000001, "Wrong alignment on WBP_KenaHealthBar_Base_C_GetInitialVisibility"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_GetInitialVisibility) == 0x000001, "Wrong size on WBP_KenaHealthBar_Base_C_GetInitialVisibility"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_ShouldBeVisible \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_ShouldBeVisible) == 0x000001, "Wrong alignment on WBP_KenaHealthBar_Base_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_ShouldBeVisible) == 0x000001, "Wrong size on WBP_KenaHealthBar_Base_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_GetDefaultHealthMax \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_GetDefaultHealthMax) == 0x000004, "Wrong alignment on WBP_KenaHealthBar_Base_C_GetDefaultHealthMax"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_GetDefaultHealthMax) == 0x000004, "Wrong size on WBP_KenaHealthBar_Base_C_GetDefaultHealthMax"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_GetDefaultHealthMax, MaxHealth) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_GetDefaultHealthMax::MaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent \ +static_assert(alignof(WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent) == 0x000004, "Wrong alignment on WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent"); \ +static_assert(sizeof(WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent) == 0x000004, "Wrong size on WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent"); \ +static_assert(offsetof(WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent, Percent_0) == 0x000000, "Member 'WBP_KenaHealthBar_Base_C_GetCurrentHealthPercent::Percent_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KenaHealthBar_Base_C \ +static_assert(alignof(UWBP_KenaHealthBar_Base_C) == 0x000008, "Wrong alignment on UWBP_KenaHealthBar_Base_C"); \ +static_assert(sizeof(UWBP_KenaHealthBar_Base_C) == 0x000290, "Wrong size on UWBP_KenaHealthBar_Base_C"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, UberGraphFrame) == 0x000260, "Member 'UWBP_KenaHealthBar_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, LatestHealthPercent) == 0x000268, "Member 'UWBP_KenaHealthBar_Base_C::LatestHealthPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, HealthInterpSpeed) == 0x00026C, "Member 'UWBP_KenaHealthBar_Base_C::HealthInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, HealthbarWidthMax) == 0x000270, "Member 'UWBP_KenaHealthBar_Base_C::HealthbarWidthMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, MaxHealthPoints) == 0x000274, "Member 'UWBP_KenaHealthBar_Base_C::MaxHealthPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, PreviewHealthPoints) == 0x000278, "Member 'UWBP_KenaHealthBar_Base_C::PreviewHealthPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, HealthbarWidthTarget) == 0x00027C, "Member 'UWBP_KenaHealthBar_Base_C::HealthbarWidthTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, HealthbarWidthAnimDuration) == 0x000280, "Member 'UWBP_KenaHealthBar_Base_C::HealthbarWidthAnimDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, HealthWidthInterpSpeed) == 0x000284, "Member 'UWBP_KenaHealthBar_Base_C::HealthWidthInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_Base_C, Percent) == 0x000288, "Member 'UWBP_KenaHealthBar_Base_C::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Pinecone_C \ +static_assert(alignof(ABP_CM_Hat_Pinecone_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Pinecone_C"); \ +static_assert(sizeof(ABP_CM_Hat_Pinecone_C) == 0x000240, "Wrong size on ABP_CM_Hat_Pinecone_C"); \ +static_assert(offsetof(ABP_CM_Hat_Pinecone_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Pinecone_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsDifficulty_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsDifficulty_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDifficulty_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsDifficulty_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty \ +static_assert(alignof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty) == 0x000028, "Wrong size on BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty, EntryPoint) == 0x000000, "Member 'BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty, CallFunc_GetGlobalDifficultyManager_ReturnValue) == 0x000018, "Member 'BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty::CallFunc_GetGlobalDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_OptionsDifficulty_C_ExecuteUbergraph_BP_OptionsDifficulty::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_GetDynamicEntries \ +static_assert(alignof(BP_OptionsDifficulty_C_GetDynamicEntries) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_GetDynamicEntries"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_GetDynamicEntries) == 0x000150, "Wrong size on BP_OptionsDifficulty_C_GetDynamicEntries"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, Entries) == 0x000008, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::Entries' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, OutEntries) == 0x000018, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::OutEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry) == 0x000028, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry_1) == 0x000060, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry_2) == 0x000098, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue_2) == 0x0000C8, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry_3) == 0x0000D0, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue_3) == 0x000100, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_GetGlobalDifficultyManager_ReturnValue) == 0x000108, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_GetGlobalDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry_4) == 0x000110, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_GetDifficulty_ReturnValue) == 0x000140, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_GetDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue_4) == 0x000144, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDynamicEntries, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000148, "Member 'BP_OptionsDifficulty_C_GetDynamicEntries::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsDifficulty_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsDifficulty_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsDifficulty_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsDifficulty_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_IsOptionAvailable, CallFunc_IsDLCGameMode_ReturnValue) == 0x000009, "Member 'BP_OptionsDifficulty_C_IsOptionAvailable::CallFunc_IsDLCGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_OptionsDifficulty_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_DoesApplyToGameSave \ +static_assert(alignof(BP_OptionsDifficulty_C_DoesApplyToGameSave) == 0x000001, "Wrong alignment on BP_OptionsDifficulty_C_DoesApplyToGameSave"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_DoesApplyToGameSave) == 0x000001, "Wrong size on BP_OptionsDifficulty_C_DoesApplyToGameSave"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_DoesApplyToGameSave, ReturnValue) == 0x000000, "Member 'BP_OptionsDifficulty_C_DoesApplyToGameSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsDifficulty_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsDifficulty_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDifficulty_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDifficulty_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDefaultIntValue, CallFunc_GetGlobalDifficultyManager_ReturnValue) == 0x000010, "Member 'BP_OptionsDifficulty_C_GetDefaultIntValue::CallFunc_GetGlobalDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDefaultIntValue, CallFunc_GetDifficulty_ReturnValue) == 0x000018, "Member 'BP_OptionsDifficulty_C_GetDefaultIntValue::CallFunc_GetDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetDefaultIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsDifficulty_C_GetDefaultIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_IsOptionVisible \ +static_assert(alignof(BP_OptionsDifficulty_C_IsOptionVisible) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_IsOptionVisible"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_IsOptionVisible) == 0x000010, "Wrong size on BP_OptionsDifficulty_C_IsOptionVisible"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_IsOptionVisible, OwningWidget) == 0x000000, "Member 'BP_OptionsDifficulty_C_IsOptionVisible::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_IsOptionVisible, ReturnValue) == 0x000008, "Member 'BP_OptionsDifficulty_C_IsOptionVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDifficulty_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsDifficulty_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsDifficulty_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsDifficulty_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsDifficulty_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDifficulty_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDifficulty_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetAppliedIntValue, CallFunc_GetGlobalDifficultyManager_ReturnValue) == 0x000010, "Member 'BP_OptionsDifficulty_C_GetAppliedIntValue::CallFunc_GetGlobalDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetAppliedIntValue, CallFunc_GetDifficulty_ReturnValue) == 0x000018, "Member 'BP_OptionsDifficulty_C_GetAppliedIntValue::CallFunc_GetDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDifficulty_C_GetAppliedIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsDifficulty_C_GetAppliedIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDifficulty_C \ +static_assert(alignof(UBP_OptionsDifficulty_C) == 0x000008, "Wrong alignment on UBP_OptionsDifficulty_C"); \ +static_assert(sizeof(UBP_OptionsDifficulty_C) == 0x000030, "Wrong size on UBP_OptionsDifficulty_C"); \ +static_assert(offsetof(UBP_OptionsDifficulty_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDifficulty_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeOrientWindow_C_Received_NotifyEnd \ +static_assert(alignof(BP_DodgeOrientWindow_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_DodgeOrientWindow_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_DodgeOrientWindow_C_Received_NotifyEnd) == 0x000048, "Wrong size on BP_DodgeOrientWindow_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, K2Node_DynamicCast_AsKena_Controller) == 0x000028, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_DodgeOrientWindow_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeOrientWindow_C_Received_NotifyBegin \ +static_assert(alignof(BP_DodgeOrientWindow_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_DodgeOrientWindow_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_DodgeOrientWindow_C_Received_NotifyBegin) == 0x000048, "Wrong size on BP_DodgeOrientWindow_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, K2Node_DynamicCast_AsKena_Controller) == 0x000028, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeOrientWindow_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_DodgeOrientWindow_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DodgeOrientWindow_C \ +static_assert(alignof(UBP_DodgeOrientWindow_C) == 0x000008, "Wrong alignment on UBP_DodgeOrientWindow_C"); \ +static_assert(sizeof(UBP_DodgeOrientWindow_C) == 0x000030, "Wrong size on UBP_DodgeOrientWindow_C"); \ + +#define DUMPER7_ASSERTS_BP_KenaDodgeNotifyState_C_Received_NotifyEnd \ +static_assert(alignof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_KenaDodgeNotifyState_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_KenaDodgeNotifyState_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_AsKena_Character) == 0x000020, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaDodgeNotifyState_C_Received_NotifyBegin \ +static_assert(alignof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_KenaDodgeNotifyState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_KenaDodgeNotifyState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsKena_Character) == 0x000020, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaDodgeNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_KenaDodgeNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_KenaDodgeNotifyState_C \ +static_assert(alignof(UBP_KenaDodgeNotifyState_C) == 0x000008, "Wrong alignment on UBP_KenaDodgeNotifyState_C"); \ +static_assert(sizeof(UBP_KenaDodgeNotifyState_C) == 0x000030, "Wrong size on UBP_KenaDodgeNotifyState_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_TaroMask_C \ +static_assert(alignof(ABP_CM_Hat_TaroMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_TaroMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_TaroMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_TaroMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_TaroMask_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_TaroMask_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Tiara_C \ +static_assert(alignof(ABP_CM_Hat_Tiara_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Tiara_C"); \ +static_assert(sizeof(ABP_CM_Hat_Tiara_C) == 0x000248, "Wrong size on ABP_CM_Hat_Tiara_C"); \ +static_assert(offsetof(ABP_CM_Hat_Tiara_C, P_GoldRotHint) == 0x000238, "Member 'ABP_CM_Hat_Tiara_C::P_GoldRotHint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CM_Hat_Tiara_C, StaticMesh) == 0x000240, "Member 'ABP_CM_Hat_Tiara_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Tiger_C \ +static_assert(alignof(ABP_CM_Hat_Tiger_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Tiger_C"); \ +static_assert(sizeof(ABP_CM_Hat_Tiger_C) == 0x000240, "Wrong size on ABP_CM_Hat_Tiger_C"); \ +static_assert(offsetof(ABP_CM_Hat_Tiger_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Tiger_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Triceratops_C \ +static_assert(alignof(ABP_CM_Hat_Triceratops_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Triceratops_C"); \ +static_assert(sizeof(ABP_CM_Hat_Triceratops_C) == 0x000240, "Wrong size on ABP_CM_Hat_Triceratops_C"); \ +static_assert(offsetof(ABP_CM_Hat_Triceratops_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Triceratops_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount) == 0x000020, "Wrong size on BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount, Glow_Data) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount::Glow_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount, Max_Emission) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount::Max_Emission' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount, Temp_bool_Variable) == 0x00000C, "Member 'BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount, CallFunc_GetGlowParameter_Glow_Parameter) == 0x000010, "Member 'BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount::CallFunc_GetGlowParameter_Glow_Parameter' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount, K2Node_Select_Default) == 0x00001C, "Member 'BP_WoodMagicSmallDoor_C_GetMaxEmissiveAmount::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_CacheMaterials \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_CacheMaterials) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_CacheMaterials"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_CacheMaterials) == 0x0000E8, "Wrong size on BP_WoodMagicSmallDoor_C_CacheMaterials"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CurrentGlowData) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CurrentGlowData' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CurrentMaterialInstance) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CurrentMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CurrentMaterialIndex) == 0x000010, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CurrentMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CurrentMeshComponent) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CurrentMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_name_Variable) == 0x000020, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_bool_Variable) == 0x000028, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_name_Variable_1) == 0x00002C, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_name_Variable_2) == 0x000034, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_name_Variable_3) == 0x000040, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_bool_Variable_1) == 0x000054, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000055, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000056, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000057, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, K2Node_Select_Default) == 0x000058, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000060, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, K2Node_Select_Default_1) == 0x000064, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x00006C, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_GetObjectName_ReturnValue) == 0x000070, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_GetMaterials_ReturnValue) == 0x000080, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Conv_StringToName_ReturnValue) == 0x000090, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000A0, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_SpawnObject_ReturnValue) == 0x0000B0, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, Temp_int_Loop_Counter_Variable_1) == 0x0000BC, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000C0, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Array_Length_ReturnValue_1) == 0x0000D8, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000DD, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_CacheMaterials, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E0, "Member 'BP_WoodMagicSmallDoor_C_CacheMaterials::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis) == 0x000001, "Wrong alignment on BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, Temp_bool_Variable) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, Temp_byte_Variable) == 0x000001, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, Temp_byte_Variable_1) == 0x000002, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, Temp_bool_Variable_1) == 0x000003, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, Temp_byte_Variable_2) == 0x000004, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, Temp_byte_Variable_3) == 0x000005, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, K2Node_Select_Default) == 0x000006, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis, K2Node_Select_Default_1) == 0x000007, "Member 'BP_WoodMagicSmallDoor_C_Update_Rock_and_Root_Vis::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count) == 0x000050, "Wrong size on BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, PulsePlates_0) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::PulsePlates_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, FoundPulsePlates) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::FoundPulsePlates' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, CallFunc_Array_AddUnique_ReturnValue) == 0x000044, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_WoodMagicSmallDoor_C_Get_Unique_Pulse_Plate_Count::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_Set_Glow_Data \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_Set_Glow_Data) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_Set_Glow_Data"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_Set_Glow_Data) == 0x000020, "Wrong size on BP_WoodMagicSmallDoor_C_Set_Glow_Data"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Set_Glow_Data, Component_Name) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_Set_Glow_Data::Component_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Set_Glow_Data, Material_ID) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_Set_Glow_Data::Material_ID' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Set_Glow_Data, TargetEmission) == 0x00000C, "Member 'BP_WoodMagicSmallDoor_C_Set_Glow_Data::TargetEmission' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Set_Glow_Data, SpeedMultiplier) == 0x000010, "Member 'BP_WoodMagicSmallDoor_C_Set_Glow_Data::SpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Set_Glow_Data, CallFunc_GetGlowDataByComponentAndID_GlowData) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_Set_Glow_Data::CallFunc_GetGlowDataByComponentAndID_GlowData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID) == 0x000040, "Wrong size on BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, ComponentName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, MaterialID) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, GlowData_0) == 0x000010, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::GlowData_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, FoundGlowData) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::FoundGlowData' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_NotEqual_NameName_ReturnValue) == 0x000021, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_IsEqual_IsEqual) == 0x00003D, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_IsEqual_IsEqual' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID, CallFunc_BooleanAND_ReturnValue) == 0x00003E, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByComponentAndID::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GetGlowDataByActor \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GetGlowDataByActor"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor) == 0x0000B0, "Wrong size on BP_WoodMagicSmallDoor_C_GetGlowDataByActor"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, Actor) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, GlowData_0) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::GlowData_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, FoundGlowData) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::FoundGlowData' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_GetIsPulsePlate_IsPulsePlate) == 0x00002C, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_GetIsPulsePlate_IsPulsePlate' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_GetGlowDataByComponentAndID_GlowData) == 0x000068, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_GetGlowDataByComponentAndID_GlowData' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000071, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_GetGlowDataByComponentAndID_GlowData_1) == 0x0000A0, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_GetGlowDataByComponentAndID_GlowData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000A8, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_IsValid_ReturnValue_1) == 0x0000A9, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetGlowDataByActor, CallFunc_Array_Add_ReturnValue_1) == 0x0000AC, "Member 'BP_WoodMagicSmallDoor_C_GetGlowDataByActor::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount) == 0x000010, "Wrong size on BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount, FoundPulsePlates) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_SetUniquePulsePlateCount::FoundPulsePlates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted) == 0x00000C, "Wrong size on BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted, AllPlatesWeighted) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted::AllPlatesWeighted' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted, CallFunc_Get_Unique_Pulse_Plate_Count_PulsePlates) == 0x000004, "Member 'BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted::CallFunc_Get_Unique_Pulse_Plate_Count_PulsePlates' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_GetAllPlatesWeighted::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GetIsPulsePlate \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GetIsPulsePlate) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GetIsPulsePlate"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GetIsPulsePlate) == 0x000020, "Wrong size on BP_WoodMagicSmallDoor_C_GetIsPulsePlate"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetIsPulsePlate, Actor) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GetIsPulsePlate::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetIsPulsePlate, IsPulsePlate) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_GetIsPulsePlate::IsPulsePlate' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetIsPulsePlate, K2Node_DynamicCast_AsBP_Pulse_Activation_Plate) == 0x000010, "Member 'BP_WoodMagicSmallDoor_C_GetIsPulsePlate::K2Node_DynamicCast_AsBP_Pulse_Activation_Plate' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetIsPulsePlate, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_GetIsPulsePlate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GetRequiredActivations \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GetRequiredActivations) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GetRequiredActivations"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GetRequiredActivations) == 0x000088, "Wrong size on BP_WoodMagicSmallDoor_C_GetRequiredActivations"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, RequiredActivations) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::RequiredActivations' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CountedActors) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CountedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, RequiredActivationCounter) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::RequiredActivationCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_AddUnique_ReturnValue) == 0x000058, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_Length_ReturnValue_2) == 0x000060, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GetRequiredActivations, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000084, "Member 'BP_WoodMagicSmallDoor_C_GetRequiredActivations::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnNotifyEnd_6117603249D7643B592D6FA35503474F::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnNotifyBegin_6117603249D7643B592D6FA35503474F::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnInterrupted_6117603249D7643B592D6FA35503474F::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnBlendOut_6117603249D7643B592D6FA35503474F::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnCompleted_6117603249D7643B592D6FA35503474F::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837 \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnNotifyEnd_73AE384D45658FB2C415F9ADBC73F837::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837 \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnNotifyBegin_73AE384D45658FB2C415F9ADBC73F837::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837 \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnInterrupted_73AE384D45658FB2C415F9ADBC73F837::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837 \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnBlendOut_73AE384D45658FB2C415F9ADBC73F837::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837 \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837, NotifyName) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnCompleted_73AE384D45658FB2C415F9ADBC73F837::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GlowMesh \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GlowMesh) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GlowMesh"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GlowMesh) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_GlowMesh"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GlowMesh, GlowDuration) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GlowMesh::GlowDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GlowSubMeshes \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GlowSubMeshes) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GlowSubMeshes"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GlowSubMeshes) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_GlowSubMeshes"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GlowSubMeshes, GlowDuration) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GlowSubMeshes::GlowDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_UnglowAll \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_UnglowAll) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_UnglowAll"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_UnglowAll) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_UnglowAll"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_UnglowAll, GlowDuration) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_UnglowAll::GlowDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GlowSpecificMesh \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GlowSpecificMesh) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GlowSpecificMesh"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GlowSpecificMesh) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_GlowSpecificMesh"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GlowSpecificMesh, GlowParameters) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GlowSpecificMesh::GlowParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GlowAll \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GlowAll) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GlowAll"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GlowAll) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_GlowAll"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GlowAll, GlowDuration) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GlowAll::GlowDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_UnglowSpecificMesh \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_UnglowSpecificMesh) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_UnglowSpecificMesh"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_UnglowSpecificMesh) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_UnglowSpecificMesh"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_UnglowSpecificMesh, Glow_Parameters) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_UnglowSpecificMesh::Glow_Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_GlowRoots \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_GlowRoots) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_GlowRoots"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_GlowRoots) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_GlowRoots"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_GlowRoots, Hold_Duration) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_GlowRoots::Hold_Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_AddActivation \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_AddActivation) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_AddActivation"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_AddActivation) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_AddActivation"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_AddActivation, Actor) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_AddActivation::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_RemoveActivation \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_RemoveActivation) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_RemoveActivation"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_RemoveActivation) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_RemoveActivation"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_RemoveActivation, Actor) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_RemoveActivation::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_OnGlowChanged \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_OnGlowChanged) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_OnGlowChanged"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_OnGlowChanged) == 0x000010, "Wrong size on BP_WoodMagicSmallDoor_C_OnGlowChanged"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnGlowChanged, GlowAmount) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_OnGlowChanged::GlowAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_OnGlowChanged, Sender) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_OnGlowChanged::Sender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_WeightAddedToPlate \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_WeightAddedToPlate) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_WeightAddedToPlate"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_WeightAddedToPlate) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_WeightAddedToPlate"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_WeightAddedToPlate, Actor) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_WeightAddedToPlate::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate, Actor) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_WeightRemovedFromPlate::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_ReceiveTick \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_WoodMagicSmallDoor_C_ReceiveTick"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_ReceiveTick) == 0x000004, "Wrong size on BP_WoodMagicSmallDoor_C_ReceiveTick"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_DoorStatusChanged \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_DoorStatusChanged) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_DoorStatusChanged"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_DoorStatusChanged) == 0x000010, "Wrong size on BP_WoodMagicSmallDoor_C_DoorStatusChanged"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_DoorStatusChanged, Door) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_DoorStatusChanged::Door' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_DoorStatusChanged, IsOpened) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_DoorStatusChanged::IsOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed) == 0x000008, "Wrong size on BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed, TriggerParams) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_Trigger_Door_Open_Failed::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_WoodMagicSmallDoor_C_BndEvt__PulseReceiver_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor \ +static_assert(alignof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor) == 0x000008, "Wrong alignment on BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor"); \ +static_assert(sizeof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor) == 0x000748, "Wrong size on BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, EntryPoint) == 0x000000, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_name_Variable) == 0x00006C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000088, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_SwitchName_CmpSuccess) == 0x000090, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_bool_Variable) == 0x000091, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable) == 0x000094, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable_1) == 0x000098, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_bool_Variable_1) == 0x00009C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable_2) == 0x0000A0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable_3) == 0x0000A4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_bool_Variable_2) == 0x0000A8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable_4) == 0x0000AC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_bool_Variable_3) == 0x0000B0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable_5) == 0x0000B4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_bool_Variable_4) == 0x0000B8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_float_Variable_6) == 0x0000BC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_float_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_object_Variable) == 0x0000C0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_object_Variable_1) == 0x0000C8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable) == 0x0000D0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable) == 0x0000D4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_struct_Variable) == 0x0000E0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_1) == 0x0000F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_delegate_Variable) == 0x0000F4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_1) == 0x000104, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_5) == 0x000108, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000118, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_2) == 0x00011C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_struct_Variable_1) == 0x000120, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_3) == 0x000130, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_2) == 0x000134, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_2) == 0x000138, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_4) == 0x00013C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_3) == 0x000140, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_6) == 0x000144, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_3) == 0x000154, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_4) == 0x000158, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_4) == 0x00015C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_5) == 0x000160, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_name_Variable_1) == 0x000164, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_SwitchName_CmpSuccess_1) == 0x00016C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_6) == 0x000170, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_5) == 0x000174, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_5) == 0x000178, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_7) == 0x00017C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_6) == 0x000180, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_7) == 0x000184, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_6) == 0x000188, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_7) == 0x00018C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_8) == 0x000190, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_5) == 0x000194, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_8) == 0x00019C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_8) == 0x0001A0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_9) == 0x0001A4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001A8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_9) == 0x0001B8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_9) == 0x0001BC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_10) == 0x0001C0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_11) == 0x0001C4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_GlowDuration_3) == 0x0001C8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_GlowDuration_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_10) == 0x0001D0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_FMax_ReturnValue) == 0x0001D4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_10) == 0x0001D8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001DC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_GlowDuration_2) == 0x0001E0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_GlowDuration_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_GlowDuration_1) == 0x0001E8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_GlowDuration_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_FMax_ReturnValue_1) == 0x0001F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_FMax_ReturnValue_2) == 0x0001F4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_FMax_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0001F8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0001FC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_GlowParameters) == 0x000200, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_GlowParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Round_ReturnValue) == 0x000208, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Conv_TextToString_ReturnValue) == 0x000210, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Conv_StringToName_ReturnValue) == 0x000220, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000228, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item) == 0x000230, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue) == 0x000238, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission) == 0x00023C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue) == 0x000240, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetComponentName_ComponentName) == 0x000244, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetComponentName_ComponentName' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00024C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_1) == 0x000250, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_6) == 0x000254, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_8) == 0x00025C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_GlowDuration) == 0x000270, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_GlowDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_2) == 0x000278, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_FMax_ReturnValue_3) == 0x00027C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_FMax_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x000280, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_1) == 0x000288, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_3) == 0x000290, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission_1) == 0x000294, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_11) == 0x000298, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_1) == 0x00029C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_11) == 0x0002A0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Glow_Parameters) == 0x0002A8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Glow_Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission_2) == 0x0002B0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Round_ReturnValue_1) == 0x0002B4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x0002B8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0002C0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Conv_StringToName_ReturnValue_1) == 0x0002D0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Hold_Duration) == 0x0002D8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Hold_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_FMax_ReturnValue_4) == 0x0002E0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_FMax_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0002E8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_7) == 0x0002F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_9) == 0x0002F8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Actor_3) == 0x000308, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Actor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Actor_2) == 0x000310, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Actor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetIsPulsePlate_IsPulsePlate) == 0x000318, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetIsPulsePlate_IsPulsePlate' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetRequiredActivations_RequiredActivations) == 0x00031C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetRequiredActivations_RequiredActivations' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_12) == 0x000320, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_2) == 0x000328, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission_3) == 0x000330, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetComponentName_ComponentName_1) == 0x000334, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetComponentName_ComponentName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_NotEqual_NameName_ReturnValue) == 0x00033C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_10) == 0x000340, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Open_ReturnValue) == 0x000350, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Open_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_GlowAmount) == 0x000354, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_GlowAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Sender) == 0x000358, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Sender' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetGlowDataByActor_GlowData) == 0x000360, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetGlowDataByActor_GlowData' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_3) == 0x000370, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_4) == 0x000378, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission_4) == 0x00037C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_2) == 0x000380, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000384, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000388, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000390, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_PostEvent_ReturnValue) == 0x00039C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_AddUnique_ReturnValue) == 0x0003A0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_5) == 0x0003A4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003A8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_RemoveItem_ReturnValue) == 0x0003A9, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_11) == 0x0003AC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Open_ReturnValue_1) == 0x0003BC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Open_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Not_PreBool_ReturnValue) == 0x0003BD, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue) == 0x0003BE, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Actor_1) == 0x0003C0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Actor) == 0x0003C8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_12) == 0x0003D0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Subtract_IntInt_ReturnValue) == 0x0003D4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetAllPlatesWeighted_AllPlatesWeighted) == 0x0003D8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetAllPlatesWeighted_AllPlatesWeighted' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetAllPlatesWeighted_AllPlatesWeighted_1) == 0x0003D9, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetAllPlatesWeighted_AllPlatesWeighted_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_12) == 0x0003DC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetAllPlatesWeighted_AllPlatesWeighted_2) == 0x0003E0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetAllPlatesWeighted_AllPlatesWeighted_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue_1) == 0x0003E1, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_3) == 0x0003E2, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_13) == 0x0003E4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_8) == 0x0003E8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_4) == 0x0003F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_6) == 0x000408, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_4) == 0x00040C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_5) == 0x000410, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_12) == 0x000428, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_7) == 0x000438, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_5) == 0x00043C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Event_DeltaSeconds) == 0x000440, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_NotifyName_9) == 0x000444, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_6) == 0x000450, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_8) == 0x000458, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_6) == 0x00045C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_SpawnObject_ReturnValue) == 0x000460, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_Door) == 0x000468, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_Door' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_IsOpened) == 0x000470, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_IsOpened' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_13) == 0x000474, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Variable) == 0x000484, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CustomEvent_TriggerParams) == 0x000488, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000490, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Not_PreBool_ReturnValue_2) == 0x000491, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue_2) == 0x000492, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue_3) == 0x000493, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Array_Index_Variable_13) == 0x000494, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_7) == 0x000498, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Not_PreBool_ReturnValue_3) == 0x0004A0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue_4) == 0x0004A1, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0004A8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_IsValid_ReturnValue) == 0x0004B0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0004B8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_IsValid_ReturnValue_1) == 0x0004C0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue_5) == 0x0004C1, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Select_Default) == 0x0004C4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Select_Default_1) == 0x0004C8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0004D0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_ComponentBoundEvent_OtherActor) == 0x0004D8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_ComponentBoundEvent_OtherComp) == 0x0004E0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0004E8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_ComponentBoundEvent_bFromSweep) == 0x0004EC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_ComponentBoundEvent_SweepResult) == 0x0004F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetAllPlatesWeighted_AllPlatesWeighted_3) == 0x000578, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetAllPlatesWeighted_AllPlatesWeighted_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x00057C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_name_Variable_2) == 0x000580, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanOR_ReturnValue) == 0x000588, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Select_Default_2) == 0x00058C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_IsVisible_ReturnValue) == 0x000590, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Not_PreBool_ReturnValue_4) == 0x000591, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_BooleanAND_ReturnValue_6) == 0x000592, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_14) == 0x000594, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_name_Variable_3) == 0x0005A4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_8) == 0x0005B0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_9) == 0x0005C8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_7) == 0x0005CC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_9) == 0x0005D0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_10) == 0x0005E8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_8) == 0x0005EC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_15) == 0x0005F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_16) == 0x000600, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_17) == 0x000610, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_18) == 0x000620, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Loop_Counter_Variable_13) == 0x000630, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_9) == 0x000634, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Add_IntInt_ReturnValue_14) == 0x000638, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_19) == 0x00063C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_bool_Variable_5) == 0x00064C, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_20) == 0x000650, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Select_Default_3) == 0x000660, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_21) == 0x000668, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_22) == 0x000678, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_CreateDelegate_OutputDelegate_23) == 0x000688, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_10) == 0x000698, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission_5) == 0x0006A0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetComponentName_ComponentName_2) == 0x0006A4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetComponentName_ComponentName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Select_Default_4) == 0x0006AC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0006B0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_11) == 0x0006B4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_10) == 0x0006B8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_11) == 0x0006C0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetMaxEmissiveAmount_Max_Emission_6) == 0x0006C8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetMaxEmissiveAmount_Max_Emission_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetComponentName_ComponentName_3) == 0x0006CC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetComponentName_ComponentName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_Select_Default_5) == 0x0006D4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0006D8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_12) == 0x0006DC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_delegate_Variable_1) == 0x0006E0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_11) == 0x0006F0, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_PostEvent_ReturnValue_1) == 0x0006F4, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, Temp_int_Variable_1) == 0x0006F8, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0006FC, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_AddUnique_ReturnValue_2) == 0x000700, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_12) == 0x000708, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_13) == 0x000720, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_12) == 0x000724, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetPulseState_Pulse_State) == 0x000725, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetPulseState_Pulse_State' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_SwitchEnum_CmpSuccess) == 0x000726, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Get_Item_13) == 0x000728, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Array_Length_ReturnValue_14) == 0x000740, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_GetPulseState_PulseState) == 0x000744, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_GetPulseState_PulseState' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, CallFunc_Less_IntInt_ReturnValue_13) == 0x000745, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor, K2Node_SwitchEnum_CmpSuccess_1) == 0x000746, "Member 'BP_WoodMagicSmallDoor_C_ExecuteUbergraph_BP_WoodMagicSmallDoor::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WoodMagicSmallDoor_C \ +static_assert(alignof(ABP_WoodMagicSmallDoor_C) == 0x000008, "Wrong alignment on ABP_WoodMagicSmallDoor_C"); \ +static_assert(sizeof(ABP_WoodMagicSmallDoor_C) == 0x000400, "Wrong size on ABP_WoodMagicSmallDoor_C"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_WoodMagicSmallDoor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, PulseReceiver) == 0x0002B0, "Member 'ABP_WoodMagicSmallDoor_C::PulseReceiver' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, EnergyPing_PS) == 0x0002B8, "Member 'ABP_WoodMagicSmallDoor_C::EnergyPing_PS' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SM_Arc) == 0x0002C0, "Member 'ABP_WoodMagicSmallDoor_C::SM_Arc' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, PointLight) == 0x0002C8, "Member 'ABP_WoodMagicSmallDoor_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SM_Roots) == 0x0002D0, "Member 'ABP_WoodMagicSmallDoor_C::SM_Roots' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SM_Rocks) == 0x0002D8, "Member 'ABP_WoodMagicSmallDoor_C::SM_Rocks' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, DoorCrystal) == 0x0002E0, "Member 'ABP_WoodMagicSmallDoor_C::DoorCrystal' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, DeadzoneCleaningTrigger) == 0x0002E8, "Member 'ABP_WoodMagicSmallDoor_C::DeadzoneCleaningTrigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, TimedDeadZoneCleaningComponent) == 0x0002F0, "Member 'ABP_WoodMagicSmallDoor_C::TimedDeadZoneCleaningComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, Ak) == 0x0002F8, "Member 'ABP_WoodMagicSmallDoor_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, CrystalGlow_Activated_AF117C774B972296E1D51C812383026F) == 0x000300, "Member 'ABP_WoodMagicSmallDoor_C::CrystalGlow_Activated_AF117C774B972296E1D51C812383026F' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, CrystalGlow__Direction_AF117C774B972296E1D51C812383026F) == 0x000304, "Member 'ABP_WoodMagicSmallDoor_C::CrystalGlow__Direction_AF117C774B972296E1D51C812383026F' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, CrystalGlow) == 0x000308, "Member 'ABP_WoodMagicSmallDoor_C::CrystalGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, DualityStones) == 0x000310, "Member 'ABP_WoodMagicSmallDoor_C::DualityStones' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, PulsePlates) == 0x000320, "Member 'ABP_WoodMagicSmallDoor_C::PulsePlates' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, PressureControlledCrystal) == 0x000330, "Member 'ABP_WoodMagicSmallDoor_C::PressureControlledCrystal' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, MaxDoorEmissiveAmount) == 0x000334, "Member 'ABP_WoodMagicSmallDoor_C::MaxDoorEmissiveAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, MaxCrystalActivatedAmount) == 0x000338, "Member 'ABP_WoodMagicSmallDoor_C::MaxCrystalActivatedAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, OpenExternally) == 0x00033C, "Member 'ABP_WoodMagicSmallDoor_C::OpenExternally' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, CrystalMontage) == 0x000340, "Member 'ABP_WoodMagicSmallDoor_C::CrystalMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, ActivatingActors) == 0x000348, "Member 'ABP_WoodMagicSmallDoor_C::ActivatingActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, OnAllElementsActive) == 0x000358, "Member 'ABP_WoodMagicSmallDoor_C::OnAllElementsActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, OnDoorOpened) == 0x000368, "Member 'ABP_WoodMagicSmallDoor_C::OnDoorOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SFX_Light_Off) == 0x000378, "Member 'ABP_WoodMagicSmallDoor_C::SFX_Light_Off' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SFX_Light_On) == 0x000380, "Member 'ABP_WoodMagicSmallDoor_C::SFX_Light_On' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SFX_Door_Open) == 0x000388, "Member 'ABP_WoodMagicSmallDoor_C::SFX_Door_Open' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, SFX_Door_Failed) == 0x000390, "Member 'ABP_WoodMagicSmallDoor_C::SFX_Door_Failed' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, WeightedPulseplateCount) == 0x000398, "Member 'ABP_WoodMagicSmallDoor_C::WeightedPulseplateCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, LockedAnimation) == 0x0003A0, "Member 'ABP_WoodMagicSmallDoor_C::LockedAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, UnlockedAnimation) == 0x0003A8, "Member 'ABP_WoodMagicSmallDoor_C::UnlockedAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, IsMeshGlowTriggered) == 0x0003B0, "Member 'ABP_WoodMagicSmallDoor_C::IsMeshGlowTriggered' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, IsSubMeshGlowTriggered) == 0x0003B1, "Member 'ABP_WoodMagicSmallDoor_C::IsSubMeshGlowTriggered' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, GlowData) == 0x0003B8, "Member 'ABP_WoodMagicSmallDoor_C::GlowData' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, OnDoorClosed) == 0x0003C8, "Member 'ABP_WoodMagicSmallDoor_C::OnDoorClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, HasSurroundingRocks) == 0x0003D8, "Member 'ABP_WoodMagicSmallDoor_C::HasSurroundingRocks' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, HasRoots) == 0x0003D9, "Member 'ABP_WoodMagicSmallDoor_C::HasRoots' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, UseCleaningSphere) == 0x0003DA, "Member 'ABP_WoodMagicSmallDoor_C::UseCleaningSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, Timer) == 0x0003E0, "Member 'ABP_WoodMagicSmallDoor_C::Timer' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, Requires_Pulsed_Plate) == 0x0003E8, "Member 'ABP_WoodMagicSmallDoor_C::Requires_Pulsed_Plate' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, RootsGlowData) == 0x0003F0, "Member 'ABP_WoodMagicSmallDoor_C::RootsGlowData' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodMagicSmallDoor_C, DoorCrystalMat) == 0x0003F8, "Member 'ABP_WoodMagicSmallDoor_C::DoorCrystalMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget) == 0x000020, "Wrong size on BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget, CallFunc_SetCutscene_InCutscene_CastInput) == 0x000010, "Member 'BP_FullscreenVideoPlayer_C_ConstructSubtitleWidget::CallFunc_SetCutscene_InCutscene_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_PlayVideo \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_PlayVideo) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_PlayVideo"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_PlayVideo) == 0x000020, "Wrong size on BP_FullscreenVideoPlayer_C_PlayVideo"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_PlayVideo, ReturnValue) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_PlayVideo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_PlayVideo, CallFunc_GetGlobalAudioManager_ReturnValue) == 0x000008, "Member 'BP_FullscreenVideoPlayer_C_PlayVideo::CallFunc_GetGlobalAudioManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_PlayVideo, CallFunc_GetVideoWidget_FullscreenVideoWidget) == 0x000010, "Member 'BP_FullscreenVideoPlayer_C_PlayVideo::CallFunc_GetVideoWidget_FullscreenVideoWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_PlayVideo, CallFunc_PlayVideo_ReturnValue) == 0x000018, "Member 'BP_FullscreenVideoPlayer_C_PlayVideo::CallFunc_PlayVideo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_ExitCinematicState \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_ExitCinematicState) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_ExitCinematicState"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_ExitCinematicState) == 0x000018, "Wrong size on BP_FullscreenVideoPlayer_C_ExitCinematicState"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExitCinematicState, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_ExitCinematicState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExitCinematicState, K2Node_DynamicCast_AsKena_Controller) == 0x000008, "Member 'BP_FullscreenVideoPlayer_C_ExitCinematicState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExitCinematicState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FullscreenVideoPlayer_C_ExitCinematicState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_UserConstructionScript \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_UserConstructionScript) == 0x000030, "Wrong size on BP_FullscreenVideoPlayer_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000008, "Member 'BP_FullscreenVideoPlayer_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_FullscreenVideoPlayer_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_PlayTrigger \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_PlayTrigger) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_PlayTrigger"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_PlayTrigger) == 0x000008, "Wrong size on BP_FullscreenVideoPlayer_C_PlayTrigger"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_PlayTrigger, Params_0) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_PlayTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_ReceiveEndPlay \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_FullscreenVideoPlayer_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_FullscreenVideoPlayer_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_CloseTrigger \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_CloseTrigger) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_CloseTrigger"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_CloseTrigger) == 0x000008, "Wrong size on BP_FullscreenVideoPlayer_C_CloseTrigger"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_CloseTrigger, Params_0) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_CloseTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_CloseVideo \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_CloseVideo) == 0x000001, "Wrong alignment on BP_FullscreenVideoPlayer_C_CloseVideo"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_CloseVideo) == 0x000001, "Wrong size on BP_FullscreenVideoPlayer_C_CloseVideo"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_CloseVideo, IsReset) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_CloseVideo::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_OnMediaOpened \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_OnMediaOpened) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_OnMediaOpened"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_OnMediaOpened) == 0x000018, "Wrong size on BP_FullscreenVideoPlayer_C_OnMediaOpened"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_OnMediaOpened, OpenedUrl) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_OnMediaOpened::OpenedUrl' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_OnMediaOpened, AspectRatio) == 0x000010, "Member 'BP_FullscreenVideoPlayer_C_OnMediaOpened::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer) == 0x000010, "Wrong alignment on BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer) == 0x000100, "Wrong size on BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, EntryPoint) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetMochiGameInstance_ReturnValue) == 0x000008, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetMochiGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_MakeStruct_Color) == 0x000010, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_CustomEvent_Params_1) == 0x000018, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_CustomEvent_Params_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetMochiGameInstance_ReturnValue_1) == 0x000020, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetMochiGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000030, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_Event_EndPlayReason) == 0x00006C, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_MochiEnsure_ReturnValue) == 0x0000A0, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetVideoWidget_FullscreenVideoWidget) == 0x0000A8, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetVideoWidget_FullscreenVideoWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_CustomEvent_Params) == 0x0000B8, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_CustomEvent_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetGlobalAudioManager_ReturnValue) == 0x0000C0, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetGlobalAudioManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_Event_IsReset) == 0x0000C8, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_Event_IsReset' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_MakeStruct_Color_1) == 0x0000CC, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_PlayVideo_ReturnValue) == 0x0000D0, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_PlayVideo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_Event_OpenedUrl) == 0x0000D8, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_Event_OpenedUrl' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, K2Node_Event_AspectRatio) == 0x0000E8, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::K2Node_Event_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetVideoWidget_FullscreenVideoWidget_1) == 0x0000F0, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetVideoWidget_FullscreenVideoWidget_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer, CallFunc_GetVideoWidget_FullscreenVideoWidget_2) == 0x0000F8, "Member 'BP_FullscreenVideoPlayer_C_ExecuteUbergraph_BP_FullscreenVideoPlayer::CallFunc_GetVideoWidget_FullscreenVideoWidget_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_IsPlaying \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_IsPlaying) == 0x000001, "Wrong alignment on BP_FullscreenVideoPlayer_C_IsPlaying"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_IsPlaying) == 0x000002, "Wrong size on BP_FullscreenVideoPlayer_C_IsPlaying"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_IsPlaying, ReturnValue) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_IsPlaying::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_IsPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_FullscreenVideoPlayer_C_IsPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_IsSkippable \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_IsSkippable) == 0x000001, "Wrong alignment on BP_FullscreenVideoPlayer_C_IsSkippable"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_IsSkippable) == 0x000001, "Wrong size on BP_FullscreenVideoPlayer_C_IsSkippable"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_IsSkippable, ReturnValue) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_IsSkippable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullscreenVideoPlayer_C_GetVideoWidget \ +static_assert(alignof(BP_FullscreenVideoPlayer_C_GetVideoWidget) == 0x000008, "Wrong alignment on BP_FullscreenVideoPlayer_C_GetVideoWidget"); \ +static_assert(sizeof(BP_FullscreenVideoPlayer_C_GetVideoWidget) == 0x000028, "Wrong size on BP_FullscreenVideoPlayer_C_GetVideoWidget"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_GetVideoWidget, FullscreenVideoWidget) == 0x000000, "Member 'BP_FullscreenVideoPlayer_C_GetVideoWidget::FullscreenVideoWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_GetVideoWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_FullscreenVideoPlayer_C_GetVideoWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_GetVideoWidget, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_FullscreenVideoPlayer_C_GetVideoWidget::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_GetVideoWidget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FullscreenVideoPlayer_C_GetVideoWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FullscreenVideoPlayer_C_GetVideoWidget, CallFunc_GetFullscreenVideoWidget_FullscreenVideoWidget) == 0x000020, "Member 'BP_FullscreenVideoPlayer_C_GetVideoWidget::CallFunc_GetFullscreenVideoWidget_FullscreenVideoWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FullscreenVideoPlayer_C \ +static_assert(alignof(ABP_FullscreenVideoPlayer_C) == 0x000008, "Wrong alignment on ABP_FullscreenVideoPlayer_C"); \ +static_assert(sizeof(ABP_FullscreenVideoPlayer_C) == 0x000320, "Wrong size on ABP_FullscreenVideoPlayer_C"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, UberGraphFrame) == 0x000270, "Member 'ABP_FullscreenVideoPlayer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, TargetIcon_Move_LookAt_not_this_) == 0x000278, "Member 'ABP_FullscreenVideoPlayer_C::TargetIcon_Move_LookAt_not_this_' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, Arrow_Move_WarpLocation_not_this_) == 0x000280, "Member 'ABP_FullscreenVideoPlayer_C::Arrow_Move_WarpLocation_not_this_' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, LookAt) == 0x000288, "Member 'ABP_FullscreenVideoPlayer_C::LookAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, WarpLocation) == 0x000290, "Member 'ABP_FullscreenVideoPlayer_C::WarpLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, Subtext) == 0x000298, "Member 'ABP_FullscreenVideoPlayer_C::Subtext' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, Text) == 0x0002A0, "Member 'ABP_FullscreenVideoPlayer_C::Text' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, Billboard) == 0x0002A8, "Member 'ABP_FullscreenVideoPlayer_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, VideoSource) == 0x0002B0, "Member 'ABP_FullscreenVideoPlayer_C::VideoSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, OnVideoStarted) == 0x0002D8, "Member 'ABP_FullscreenVideoPlayer_C::OnVideoStarted' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, OnVideoStopped) == 0x0002E8, "Member 'ABP_FullscreenVideoPlayer_C::OnVideoStopped' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, CanSkip) == 0x0002F8, "Member 'ABP_FullscreenVideoPlayer_C::CanSkip' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, UseFadeIn) == 0x0002F9, "Member 'ABP_FullscreenVideoPlayer_C::UseFadeIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, UseFadeOut) == 0x0002FA, "Member 'ABP_FullscreenVideoPlayer_C::UseFadeOut' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, FadeInTime) == 0x0002FC, "Member 'ABP_FullscreenVideoPlayer_C::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, FadeOutTime) == 0x000300, "Member 'ABP_FullscreenVideoPlayer_C::FadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, FadeInColor) == 0x000304, "Member 'ABP_FullscreenVideoPlayer_C::FadeInColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, FadeOutColor) == 0x000308, "Member 'ABP_FullscreenVideoPlayer_C::FadeOutColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, SnapPlayer) == 0x00030C, "Member 'ABP_FullscreenVideoPlayer_C::SnapPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, SetControlRotation) == 0x00030D, "Member 'ABP_FullscreenVideoPlayer_C::SetControlRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, WarpPerformsLoad) == 0x00030E, "Member 'ABP_FullscreenVideoPlayer_C::WarpPerformsLoad' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, MediaTexture) == 0x000310, "Member 'ABP_FullscreenVideoPlayer_C::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(ABP_FullscreenVideoPlayer_C, SubtitleWidget) == 0x000318, "Member 'ABP_FullscreenVideoPlayer_C::SubtitleWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_ConstructSubtitleWidget \ +static_assert(alignof(BP_MochiLevelSequence_C_ConstructSubtitleWidget) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_ConstructSubtitleWidget"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_ConstructSubtitleWidget) == 0x000020, "Wrong size on BP_MochiLevelSequence_C_ConstructSubtitleWidget"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ConstructSubtitleWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_ConstructSubtitleWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ConstructSubtitleWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_ConstructSubtitleWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ConstructSubtitleWidget, CallFunc_SetCutscene_InCutscene_CastInput) == 0x000010, "Member 'BP_MochiLevelSequence_C_ConstructSubtitleWidget::CallFunc_SetCutscene_InCutscene_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_SwapTextConfig \ +static_assert(alignof(BP_MochiLevelSequence_C_SwapTextConfig) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_SwapTextConfig"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_SwapTextConfig) == 0x000010, "Wrong size on BP_MochiLevelSequence_C_SwapTextConfig"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_SwapTextConfig, CallFunc_GetComponentByClass_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_SwapTextConfig::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_SwapTextConfig, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_SwapTextConfig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_TriggerRestartGame \ +static_assert(alignof(BP_MochiLevelSequence_C_TriggerRestartGame) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_TriggerRestartGame"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_TriggerRestartGame) == 0x000020, "Wrong size on BP_MochiLevelSequence_C_TriggerRestartGame"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TriggerRestartGame, EmptyParams) == 0x000000, "Member 'BP_MochiLevelSequence_C_TriggerRestartGame::EmptyParams' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TriggerRestartGame, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_TriggerRestartGame::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TriggerRestartGame, CallFunc_Conv_StringToName_ReturnValue) == 0x000018, "Member 'BP_MochiLevelSequence_C_TriggerRestartGame::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms \ +static_assert(alignof(BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms) == 0x000010, "Wrong alignment on BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms) == 0x000040, "Wrong size on BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_MochiLevelSequence_C_TrySetPostCutsceneTransforms::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_BlendInCamera \ +static_assert(alignof(BP_MochiLevelSequence_C_BlendInCamera) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_BlendInCamera"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_BlendInCamera) == 0x000010, "Wrong size on BP_MochiLevelSequence_C_BlendInCamera"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BlendInCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_BlendInCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BlendInCamera, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_BlendInCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_PlayFromBeginning \ +static_assert(alignof(BP_MochiLevelSequence_C_PlayFromBeginning) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_PlayFromBeginning"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_PlayFromBeginning) == 0x000070, "Wrong size on BP_MochiLevelSequence_C_PlayFromBeginning"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_GetSequencePlayer_ReturnValue) == 0x000010, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000038, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_GetStartTime_ReturnValue) == 0x000040, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000050, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x000054, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x00005C, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, K2Node_MakeStruct_FrameNumber) == 0x000060, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::K2Node_MakeStruct_FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayFromBeginning, K2Node_MakeStruct_FrameTime) == 0x000064, "Member 'BP_MochiLevelSequence_C_PlayFromBeginning::K2Node_MakeStruct_FrameTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_PlayReverseFromEnd \ +static_assert(alignof(BP_MochiLevelSequence_C_PlayReverseFromEnd) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_PlayReverseFromEnd"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_PlayReverseFromEnd) == 0x000060, "Wrong size on BP_MochiLevelSequence_C_PlayReverseFromEnd"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_GetSequencePlayer_ReturnValue) == 0x000020, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_GetEndTime_ReturnValue) == 0x000038, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000048, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x00004C, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x000054, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayReverseFromEnd, K2Node_MakeStruct_FrameTime) == 0x000058, "Member 'BP_MochiLevelSequence_C_PlayReverseFromEnd::K2Node_MakeStruct_FrameTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_BlendOutCamera \ +static_assert(alignof(BP_MochiLevelSequence_C_BlendOutCamera) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_BlendOutCamera"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_BlendOutCamera) == 0x000010, "Wrong size on BP_MochiLevelSequence_C_BlendOutCamera"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BlendOutCamera, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_BlendOutCamera::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BlendOutCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_BlendOutCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_SetHUDVisible \ +static_assert(alignof(BP_MochiLevelSequence_C_SetHUDVisible) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_SetHUDVisible"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_SetHUDVisible) == 0x000020, "Wrong size on BP_MochiLevelSequence_C_SetHUDVisible"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_SetHUDVisible, Visible) == 0x000000, "Member 'BP_MochiLevelSequence_C_SetHUDVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_SetHUDVisible, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_SetHUDVisible::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_SetHUDVisible, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_MochiLevelSequence_C_SetHUDVisible::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_SetHUDVisible, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_MochiLevelSequence_C_SetHUDVisible::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_UnregisterBlockingSequence \ +static_assert(alignof(BP_MochiLevelSequence_C_UnregisterBlockingSequence) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_UnregisterBlockingSequence"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_UnregisterBlockingSequence) == 0x000018, "Wrong size on BP_MochiLevelSequence_C_UnregisterBlockingSequence"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UnregisterBlockingSequence, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_UnregisterBlockingSequence::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UnregisterBlockingSequence, CallFunc_UnregisterActiveCutscene_Cutscene_CastInput) == 0x000008, "Member 'BP_MochiLevelSequence_C_UnregisterBlockingSequence::CallFunc_UnregisterActiveCutscene_Cutscene_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_RegisterBlockingSequence \ +static_assert(alignof(BP_MochiLevelSequence_C_RegisterBlockingSequence) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_RegisterBlockingSequence"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_RegisterBlockingSequence) == 0x000018, "Wrong size on BP_MochiLevelSequence_C_RegisterBlockingSequence"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_RegisterBlockingSequence, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_RegisterBlockingSequence::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_RegisterBlockingSequence, CallFunc_RegisterActiveCutscene_Cutscene_CastInput) == 0x000008, "Member 'BP_MochiLevelSequence_C_RegisterBlockingSequence::CallFunc_RegisterActiveCutscene_Cutscene_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_ExitCinematicState \ +static_assert(alignof(BP_MochiLevelSequence_C_ExitCinematicState) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_ExitCinematicState"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_ExitCinematicState) == 0x000018, "Wrong size on BP_MochiLevelSequence_C_ExitCinematicState"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExitCinematicState, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_ExitCinematicState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExitCinematicState, K2Node_DynamicCast_AsKena_Controller) == 0x000008, "Member 'BP_MochiLevelSequence_C_ExitCinematicState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExitCinematicState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_MochiLevelSequence_C_ExitCinematicState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_EnterCinematicState \ +static_assert(alignof(BP_MochiLevelSequence_C_EnterCinematicState) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_EnterCinematicState"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_EnterCinematicState) == 0x000018, "Wrong size on BP_MochiLevelSequence_C_EnterCinematicState"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_EnterCinematicState, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_EnterCinematicState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_EnterCinematicState, K2Node_DynamicCast_AsKena_Controller) == 0x000008, "Member 'BP_MochiLevelSequence_C_EnterCinematicState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_EnterCinematicState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_MochiLevelSequence_C_EnterCinematicState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_PlayTrigger \ +static_assert(alignof(BP_MochiLevelSequence_C_PlayTrigger) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_PlayTrigger"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_PlayTrigger) == 0x000030, "Wrong size on BP_MochiLevelSequence_C_PlayTrigger"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayTrigger, Params_0) == 0x000000, "Member 'BP_MochiLevelSequence_C_PlayTrigger::Params_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayTrigger, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_PlayTrigger::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_MochiLevelSequence_C_PlayTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_PlayTrigger, CallFunc_MochiEnsure_ReturnValue) == 0x000028, "Member 'BP_MochiLevelSequence_C_PlayTrigger::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_UserConstructionScript \ +static_assert(alignof(BP_MochiLevelSequence_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_MochiLevelSequence_C_UserConstructionScript"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_UserConstructionScript) == 0x0000AC, "Wrong size on BP_MochiLevelSequence_C_UserConstructionScript"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x00000C, "Member 'BP_MochiLevelSequence_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x000010, "Member 'BP_MochiLevelSequence_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000014, "Member 'BP_MochiLevelSequence_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x000018, "Member 'BP_MochiLevelSequence_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000024, "Member 'BP_MochiLevelSequence_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_Trigger \ +static_assert(alignof(BP_MochiLevelSequence_C_Trigger) == 0x000004, "Wrong alignment on BP_MochiLevelSequence_C_Trigger"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_Trigger) == 0x000008, "Wrong size on BP_MochiLevelSequence_C_Trigger"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_Trigger, TriggerEventName) == 0x000000, "Member 'BP_MochiLevelSequence_C_Trigger::TriggerEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_GrantAbility \ +static_assert(alignof(BP_MochiLevelSequence_C_GrantAbility) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_GrantAbility"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_GrantAbility) == 0x000020, "Wrong size on BP_MochiLevelSequence_C_GrantAbility"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_GrantAbility, Items) == 0x000000, "Member 'BP_MochiLevelSequence_C_GrantAbility::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_CameraShake \ +static_assert(alignof(BP_MochiLevelSequence_C_CameraShake) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_CameraShake"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_CameraShake) == 0x000010, "Wrong size on BP_MochiLevelSequence_C_CameraShake"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_CameraShake, ShakeClass) == 0x000000, "Member 'BP_MochiLevelSequence_C_CameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_CameraShake, Scale) == 0x000008, "Member 'BP_MochiLevelSequence_C_CameraShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_LockSequence \ +static_assert(alignof(BP_MochiLevelSequence_C_LockSequence) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_LockSequence"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_LockSequence) == 0x000008, "Wrong size on BP_MochiLevelSequence_C_LockSequence"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_LockSequence, Params_0) == 0x000000, "Member 'BP_MochiLevelSequence_C_LockSequence::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_TriggerPreload \ +static_assert(alignof(BP_MochiLevelSequence_C_TriggerPreload) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_TriggerPreload"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_TriggerPreload) == 0x000008, "Wrong size on BP_MochiLevelSequence_C_TriggerPreload"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TriggerPreload, Params_0) == 0x000000, "Member 'BP_MochiLevelSequence_C_TriggerPreload::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_HandleSequenceComplete \ +static_assert(alignof(BP_MochiLevelSequence_C_HandleSequenceComplete) == 0x000001, "Wrong alignment on BP_MochiLevelSequence_C_HandleSequenceComplete"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_HandleSequenceComplete) == 0x000002, "Wrong size on BP_MochiLevelSequence_C_HandleSequenceComplete"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_HandleSequenceComplete, WasSkipped) == 0x000000, "Member 'BP_MochiLevelSequence_C_HandleSequenceComplete::WasSkipped' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_HandleSequenceComplete, IsReset) == 0x000001, "Member 'BP_MochiLevelSequence_C_HandleSequenceComplete::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_TriggerSkip \ +static_assert(alignof(BP_MochiLevelSequence_C_TriggerSkip) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_TriggerSkip"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_TriggerSkip) == 0x000008, "Wrong size on BP_MochiLevelSequence_C_TriggerSkip"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_TriggerSkip, NewParam) == 0x000000, "Member 'BP_MochiLevelSequence_C_TriggerSkip::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_OnSequenceCameraCut \ +static_assert(alignof(BP_MochiLevelSequence_C_OnSequenceCameraCut) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_OnSequenceCameraCut"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_OnSequenceCameraCut) == 0x000008, "Wrong size on BP_MochiLevelSequence_C_OnSequenceCameraCut"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_OnSequenceCameraCut, CameraComponent) == 0x000000, "Member 'BP_MochiLevelSequence_C_OnSequenceCameraCut::CameraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence \ +static_assert(alignof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence) == 0x000328, "Wrong size on BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, EntryPoint) == 0x000000, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_TriggerEventName) == 0x000018, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_TriggerEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_struct_Variable) == 0x000050, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_delegate_Variable) == 0x000060, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_SpawnObject_ReturnValue) == 0x000070, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_TryInjectDynamicParams_ReturnValue) == 0x000078, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_TryInjectDynamicParams_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_Items) == 0x000080, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_Items' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue_1) == 0x0000B0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GiveItems_ReturnValue) == 0x0000B1, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GiveItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_ShakeClass) == 0x0000B8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_Scale) == 0x0000C0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000C8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_Params_1) == 0x0000D0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_Params_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_StartCameraShake_ReturnValue) == 0x0000D8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_struct_Variable_1) == 0x0000E0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CreateDelegate_OutputDelegate) == 0x0000F0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000100, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_delegate_Variable_1) == 0x000110, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_Params) == 0x000120, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_LoadSequence_ReturnValue) == 0x000128, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_LoadSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_MakeStruct_Color) == 0x000130, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetMochiGameInstance_ReturnValue) == 0x000138, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetMochiGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_Event_WasSkipped) == 0x000140, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_Event_WasSkipped' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_Event_IsReset) == 0x000141, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_Event_IsReset' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetGameMode_ReturnValue) == 0x000148, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x000150, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetGameMode_ReturnValue_1) == 0x000160, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_AsMochi_Game_Mode_1) == 0x000168, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_AsMochi_Game_Mode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000178, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000180, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000188, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_bSuccess_2) == 0x000190, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x000198, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_DynamicCast_bSuccess_3) == 0x0001A0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_NewParam) == 0x0001A8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_struct_Variable_2) == 0x0001B0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_int_Array_Index_Variable_1) == 0x0001D0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_CustomEvent_CameraComponent) == 0x0001D8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_CustomEvent_CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue_2) == 0x0001E0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_2) == 0x0001E8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_3) == 0x0001F0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsPlaying_ReturnValue) == 0x0001F8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_4) == 0x000200, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_5) == 0x000208, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue_3) == 0x000210, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetDisplayName_ReturnValue) == 0x000218, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000228, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000238, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_6) == 0x000248, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_7) == 0x000250, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetGlobalAudioManager_ReturnValue) == 0x000258, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetGlobalAudioManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue_4) == 0x000260, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue_5) == 0x000261, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_PostEvent_ReturnValue) == 0x000264, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_PostEvent_ReturnValue_1) == 0x000268, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_IsValid_ReturnValue_6) == 0x00026C, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, K2Node_MakeStruct_Color_1) == 0x000270, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_8) == 0x000278, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetGlobalAudioManager_ReturnValue_1) == 0x000280, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetGlobalAudioManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetSequencePlayer_ReturnValue_9) == 0x000288, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetSequencePlayer_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000290, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000298, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_int_Loop_Counter_Variable_1) == 0x0002A0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x0002A8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0002B0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002B8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetMochiGameInstance_ReturnValue_1) == 0x0002C0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetMochiGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, Temp_delegate_Variable_2) == 0x0002C8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_PostEvent_ReturnValue_2) == 0x0002D8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetAllActorsOfClass_OutActors) == 0x0002E0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Array_Get_Item) == 0x0002F0, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Array_Length_ReturnValue) == 0x0002F8, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000300, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Less_IntInt_ReturnValue) == 0x000310, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Array_Get_Item_1) == 0x000318, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Array_Length_ReturnValue_1) == 0x000320, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence, CallFunc_Less_IntInt_ReturnValue_1) == 0x000324, "Member 'BP_MochiLevelSequence_C_ExecuteUbergraph_BP_MochiLevelSequence::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_BP_GetTransformOrigin \ +static_assert(alignof(BP_MochiLevelSequence_C_BP_GetTransformOrigin) == 0x000010, "Wrong alignment on BP_MochiLevelSequence_C_BP_GetTransformOrigin"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_BP_GetTransformOrigin) == 0x0000D0, "Wrong size on BP_MochiLevelSequence_C_BP_GetTransformOrigin"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BP_GetTransformOrigin, ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_BP_GetTransformOrigin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BP_GetTransformOrigin, Temp_bool_Variable) == 0x000030, "Member 'BP_MochiLevelSequence_C_BP_GetTransformOrigin::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BP_GetTransformOrigin, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000038, "Member 'BP_MochiLevelSequence_C_BP_GetTransformOrigin::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BP_GetTransformOrigin, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_MochiLevelSequence_C_BP_GetTransformOrigin::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BP_GetTransformOrigin, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000070, "Member 'BP_MochiLevelSequence_C_BP_GetTransformOrigin::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_BP_GetTransformOrigin, K2Node_Select_Default) == 0x0000A0, "Member 'BP_MochiLevelSequence_C_BP_GetTransformOrigin::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_IsPlaying \ +static_assert(alignof(BP_MochiLevelSequence_C_IsPlaying) == 0x000008, "Wrong alignment on BP_MochiLevelSequence_C_IsPlaying"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_IsPlaying) == 0x000018, "Wrong size on BP_MochiLevelSequence_C_IsPlaying"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_IsPlaying, ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_IsPlaying::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_IsPlaying, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_MochiLevelSequence_C_IsPlaying::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_IsPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000010, "Member 'BP_MochiLevelSequence_C_IsPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiLevelSequence_C_IsSkippable \ +static_assert(alignof(BP_MochiLevelSequence_C_IsSkippable) == 0x000001, "Wrong alignment on BP_MochiLevelSequence_C_IsSkippable"); \ +static_assert(sizeof(BP_MochiLevelSequence_C_IsSkippable) == 0x000001, "Wrong size on BP_MochiLevelSequence_C_IsSkippable"); \ +static_assert(offsetof(BP_MochiLevelSequence_C_IsSkippable, ReturnValue) == 0x000000, "Member 'BP_MochiLevelSequence_C_IsSkippable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MochiLevelSequence_C \ +static_assert(alignof(ABP_MochiLevelSequence_C) == 0x000008, "Wrong alignment on ABP_MochiLevelSequence_C"); \ +static_assert(sizeof(ABP_MochiLevelSequence_C) == 0x0003B8, "Wrong size on ABP_MochiLevelSequence_C"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, UberGraphFrame) == 0x000300, "Member 'ABP_MochiLevelSequence_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, TextRender) == 0x000308, "Member 'ABP_MochiLevelSequence_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, Transform_Don_t_Touch__) == 0x000310, "Member 'ABP_MochiLevelSequence_C::Transform_Don_t_Touch__' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, LookAtPoint) == 0x000318, "Member 'ABP_MochiLevelSequence_C::LookAtPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, WarpTransform) == 0x000320, "Member 'ABP_MochiLevelSequence_C::WarpTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, TriggerNode) == 0x000328, "Member 'ABP_MochiLevelSequence_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, InViewTarget) == 0x000330, "Member 'ABP_MochiLevelSequence_C::InViewTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, InBlendTime) == 0x000338, "Member 'ABP_MochiLevelSequence_C::InBlendTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, IsBlocking) == 0x00033C, "Member 'ABP_MochiLevelSequence_C::IsBlocking' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, SetControlRotation) == 0x00033D, "Member 'ABP_MochiLevelSequence_C::SetControlRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, IsLocked) == 0x00033E, "Member 'ABP_MochiLevelSequence_C::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, InBlendExp) == 0x000340, "Member 'ABP_MochiLevelSequence_C::InBlendExp' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, InLockOutgoing) == 0x000344, "Member 'ABP_MochiLevelSequence_C::InLockOutgoing' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, InBlendFunc) == 0x000345, "Member 'ABP_MochiLevelSequence_C::InBlendFunc' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, OutBlendTime) == 0x000348, "Member 'ABP_MochiLevelSequence_C::OutBlendTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, OutBlendExp) == 0x00034C, "Member 'ABP_MochiLevelSequence_C::OutBlendExp' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, OutLockOutgoing) == 0x000350, "Member 'ABP_MochiLevelSequence_C::OutLockOutgoing' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, OutBlendFunc) == 0x000351, "Member 'ABP_MochiLevelSequence_C::OutBlendFunc' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, UsesOutTransition) == 0x000352, "Member 'ABP_MochiLevelSequence_C::UsesOutTransition' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, SnapPlayer) == 0x000353, "Member 'ABP_MochiLevelSequence_C::SnapPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, WarpOnComplete) == 0x000354, "Member 'ABP_MochiLevelSequence_C::WarpOnComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, CinematicMusic) == 0x000358, "Member 'ABP_MochiLevelSequence_C::CinematicMusic' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, CanSkip) == 0x000360, "Member 'ABP_MochiLevelSequence_C::CanSkip' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, Sequence) == 0x000368, "Member 'ABP_MochiLevelSequence_C::Sequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, UseSequencerAsOrigin) == 0x000370, "Member 'ABP_MochiLevelSequence_C::UseSequencerAsOrigin' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, DisableRotDuringSequence) == 0x000371, "Member 'ABP_MochiLevelSequence_C::DisableRotDuringSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, DisableLightingFogDirector) == 0x000372, "Member 'ABP_MochiLevelSequence_C::DisableLightingFogDirector' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, CinematicSFX) == 0x000378, "Member 'ABP_MochiLevelSequence_C::CinematicSFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, CinematicVO) == 0x000380, "Member 'ABP_MochiLevelSequence_C::CinematicVO' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, UseFadeIn) == 0x000388, "Member 'ABP_MochiLevelSequence_C::UseFadeIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, FadeInColor) == 0x00038C, "Member 'ABP_MochiLevelSequence_C::FadeInColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, FadeInTime) == 0x000390, "Member 'ABP_MochiLevelSequence_C::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, UseFadeOut) == 0x000394, "Member 'ABP_MochiLevelSequence_C::UseFadeOut' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, FadeOutColor) == 0x000398, "Member 'ABP_MochiLevelSequence_C::FadeOutColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, FadeOutTime) == 0x00039C, "Member 'ABP_MochiLevelSequence_C::FadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, PostSequenceAudioEvents) == 0x0003A0, "Member 'ABP_MochiLevelSequence_C::PostSequenceAudioEvents' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, SubtitleWidget) == 0x0003A8, "Member 'ABP_MochiLevelSequence_C::SubtitleWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiLevelSequence_C, RequiresDOF) == 0x0003B0, "Member 'ABP_MochiLevelSequence_C::RequiresDOF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi \ +static_assert(alignof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi) == 0x000008, "Wrong alignment on BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi"); \ +static_assert(sizeof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi) == 0x000030, "Wrong size on BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi, EntryPoint) == 0x000000, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi, K2Node_Event_MessageName) == 0x000004, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi, K2Node_Event_Params) == 0x000010, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00001C, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi, CallFunc_PostEventAtLocation_ReturnValue) == 0x000028, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor_Toshi::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage \ +static_assert(alignof(BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage) == 0x000008, "Wrong alignment on BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage"); \ +static_assert(sizeof(BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage) == 0x000010, "Wrong size on BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_TriggerableSkeletalMeshActor_Toshi_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TriggerableSkeletalMeshActor_Toshi_C \ +static_assert(alignof(ABP_TriggerableSkeletalMeshActor_Toshi_C) == 0x000008, "Wrong alignment on ABP_TriggerableSkeletalMeshActor_Toshi_C"); \ +static_assert(sizeof(ABP_TriggerableSkeletalMeshActor_Toshi_C) == 0x000308, "Wrong size on ABP_TriggerableSkeletalMeshActor_Toshi_C"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, UberGraphFrame_BP_TriggerableSkeletalMeshActor_Toshi_C) == 0x0002A8, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::UberGraphFrame_BP_TriggerableSkeletalMeshActor_Toshi_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, SM_ToshiSword) == 0x0002B0, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::SM_ToshiSword' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, EyeParticles_Right) == 0x0002B8, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::EyeParticles_Right' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, EyeParticles_Left) == 0x0002C0, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::EyeParticles_Left' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, mask) == 0x0002C8, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::mask' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, BodyParticles) == 0x0002D0, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::BodyParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, EmberPointLight) == 0x0002D8, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, ParameterTween) == 0x0002E0, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::ParameterTween' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, WeightedFocalPoint) == 0x0002E8, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::WeightedFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, SK_Staff) == 0x0002F0, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::SK_Staff' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, SFX_Toshi_Disapear) == 0x0002F8, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::SFX_Toshi_Disapear' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_Toshi_C, HasSword_) == 0x000300, "Member 'ABP_TriggerableSkeletalMeshActor_Toshi_C::HasSword_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ControlOptions_C \ +static_assert(alignof(UWBP_ControlOptions_C) == 0x000008, "Wrong alignment on UWBP_ControlOptions_C"); \ +static_assert(sizeof(UWBP_ControlOptions_C) == 0x000300, "Wrong size on UWBP_ControlOptions_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig \ +static_assert(alignof(BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig) == 0x000008, "Wrong alignment on BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig"); \ +static_assert(sizeof(BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig) == 0x000008, "Wrong size on BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig"); \ +static_assert(offsetof(BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig, ReturnValue) == 0x000000, "Member 'BP_Dialogue_ToshiReveal_C_DetermineActiveDialogueConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_ToshiReveal_C \ +static_assert(alignof(ABP_Dialogue_ToshiReveal_C) == 0x000008, "Wrong alignment on ABP_Dialogue_ToshiReveal_C"); \ +static_assert(sizeof(ABP_Dialogue_ToshiReveal_C) == 0x000488, "Wrong size on ABP_Dialogue_ToshiReveal_C"); \ + +#define DUMPER7_ASSERTS_BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature \ +static_assert(alignof(BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature"); \ +static_assert(sizeof(BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature) == 0x000008, "Wrong size on BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature"); \ +static_assert(offsetof(BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature, Actor) == 0x000000, "Member 'BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_0_DialogueEvent__DelegateSignature::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature \ +static_assert(alignof(BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature"); \ +static_assert(sizeof(BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature) == 0x000008, "Wrong size on BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature"); \ +static_assert(offsetof(BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature, Actor) == 0x000000, "Member 'BP_DialogueController_C_BndEvt__DialogueController_K2Node_ComponentBoundEvent_1_DialogueEvent__DelegateSignature::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController \ +static_assert(alignof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController) == 0x000008, "Wrong alignment on BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController"); \ +static_assert(sizeof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController) == 0x000060, "Wrong size on BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, EntryPoint) == 0x000000, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, Temp_struct_Variable) == 0x000008, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, Temp_delegate_Variable) == 0x000018, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, Temp_struct_Variable_1) == 0x000028, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, K2Node_ComponentBoundEvent_Actor_1) == 0x000048, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::K2Node_ComponentBoundEvent_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, K2Node_ComponentBoundEvent_Actor) == 0x000050, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController, CallFunc_PostEvent_ReturnValue_1) == 0x00005C, "Member 'BP_DialogueController_C_ExecuteUbergraph_BP_DialogueController::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DialogueController_C \ +static_assert(alignof(ABP_DialogueController_C) == 0x000008, "Wrong alignment on ABP_DialogueController_C"); \ +static_assert(sizeof(ABP_DialogueController_C) == 0x000488, "Wrong size on ABP_DialogueController_C"); \ +static_assert(offsetof(ABP_DialogueController_C, UberGraphFrame) == 0x000468, "Member 'ABP_DialogueController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogueController_C, Billboard) == 0x000470, "Member 'ABP_DialogueController_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogueController_C, SnapshotTime) == 0x000478, "Member 'ABP_DialogueController_C::SnapshotTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TextHintActor_C \ +static_assert(alignof(ABP_TextHintActor_C) == 0x000008, "Wrong alignment on ABP_TextHintActor_C"); \ +static_assert(sizeof(ABP_TextHintActor_C) == 0x000498, "Wrong size on ABP_TextHintActor_C"); \ +static_assert(offsetof(ABP_TextHintActor_C, BP_MaskGetComponent) == 0x000460, "Member 'ABP_TextHintActor_C::BP_MaskGetComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_TextHintActor_C, BP_RelicGetComponent) == 0x000468, "Member 'ABP_TextHintActor_C::BP_RelicGetComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_TextHintActor_C, BP_TitleCardComponent) == 0x000470, "Member 'ABP_TextHintActor_C::BP_TitleCardComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_TextHintActor_C, TextRender) == 0x000478, "Member 'ABP_TextHintActor_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_TextHintActor_C, Billboard) == 0x000480, "Member 'ABP_TextHintActor_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_TextHintActor_C, BP_TriggerableTextHintComponent) == 0x000488, "Member 'ABP_TextHintActor_C::BP_TriggerableTextHintComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_TextHintActor_C, DefaultSceneRoot) == 0x000490, "Member 'ABP_TextHintActor_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RegionProgressMarker_C_GetGroupColor \ +static_assert(alignof(WBP_RegionProgressMarker_C_GetGroupColor) == 0x000004, "Wrong alignment on WBP_RegionProgressMarker_C_GetGroupColor"); \ +static_assert(sizeof(WBP_RegionProgressMarker_C_GetGroupColor) == 0x0000A8, "Wrong size on WBP_RegionProgressMarker_C_GetGroupColor"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Index_0) == 0x000000, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, ReturnValue) == 0x000004, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_byte_Variable) == 0x000014, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable) == 0x000018, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_1) == 0x000028, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_2) == 0x000038, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_3) == 0x000048, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_4) == 0x000058, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_5) == 0x000068, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_6) == 0x000078, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, Temp_struct_Variable_7) == 0x000088, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_GetGroupColor, K2Node_Select_Default) == 0x000098, "Member 'WBP_RegionProgressMarker_C_GetGroupColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RegionProgressMarker_C_PreConstruct \ +static_assert(alignof(WBP_RegionProgressMarker_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RegionProgressMarker_C_PreConstruct"); \ +static_assert(sizeof(WBP_RegionProgressMarker_C_PreConstruct) == 0x000001, "Wrong size on WBP_RegionProgressMarker_C_PreConstruct"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RegionProgressMarker_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker \ +static_assert(alignof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker) == 0x000008, "Wrong alignment on WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker"); \ +static_assert(sizeof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker) == 0x000108, "Wrong size on WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, EntryPoint) == 0x000000, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_byte_Variable) == 0x000004, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable) == 0x000008, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_1) == 0x000010, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_2) == 0x000018, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_3) == 0x000020, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_4) == 0x000028, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_5) == 0x000030, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_6) == 0x000038, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_int_Variable) == 0x000040, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_7) == 0x000048, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_8) == 0x000050, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_9) == 0x000058, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, Temp_object_Variable_10) == 0x000060, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, K2Node_Event_IsDesignTime) == 0x000068, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, K2Node_Select_Default) == 0x000070, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, K2Node_Select_Default_1) == 0x000078, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker, CallFunc_MakeBrushFromSprite_ReturnValue) == 0x000080, "Member 'WBP_RegionProgressMarker_C_ExecuteUbergraph_WBP_RegionProgressMarker::CallFunc_MakeBrushFromSprite_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RegionProgressMarker_C \ +static_assert(alignof(UWBP_RegionProgressMarker_C) == 0x000008, "Wrong alignment on UWBP_RegionProgressMarker_C"); \ +static_assert(sizeof(UWBP_RegionProgressMarker_C) == 0x000358, "Wrong size on UWBP_RegionProgressMarker_C"); \ +static_assert(offsetof(UWBP_RegionProgressMarker_C, UberGraphFrame) == 0x000350, "Member 'UWBP_RegionProgressMarker_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangePDSTrigger_C_T_SetValueIfLower \ +static_assert(alignof(BP_ChangePDSTrigger_C_T_SetValueIfLower) == 0x000008, "Wrong alignment on BP_ChangePDSTrigger_C_T_SetValueIfLower"); \ +static_assert(sizeof(BP_ChangePDSTrigger_C_T_SetValueIfLower) == 0x000078, "Wrong size on BP_ChangePDSTrigger_C_T_SetValueIfLower"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, TriggerParams) == 0x000000, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000018, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_KeyExists_ReturnValue) == 0x000030, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_KeyExists_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_GetGlobalPDSManager_ReturnValue_1) == 0x000068, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_GetGlobalPDSManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_MochiEnsure_ReturnValue) == 0x000070, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_SetValueIfLower, CallFunc_SetValueIfLower_ReturnValue) == 0x000071, "Member 'BP_ChangePDSTrigger_C_T_SetValueIfLower::CallFunc_SetValueIfLower_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangePDSTrigger_C_T_IncrementValue \ +static_assert(alignof(BP_ChangePDSTrigger_C_T_IncrementValue) == 0x000008, "Wrong alignment on BP_ChangePDSTrigger_C_T_IncrementValue"); \ +static_assert(sizeof(BP_ChangePDSTrigger_C_T_IncrementValue) == 0x000080, "Wrong size on BP_ChangePDSTrigger_C_T_IncrementValue"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, TriggerParams) == 0x000000, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000028, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_KeyExists_ReturnValue) == 0x000040, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_KeyExists_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_MochiEnsure_ReturnValue) == 0x000068, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_GetGlobalPDSManager_ReturnValue_1) == 0x000070, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_GetGlobalPDSManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_IncrementValue_OutValue) == 0x000078, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_IncrementValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_T_IncrementValue, CallFunc_IncrementValue_ReturnValue) == 0x00007C, "Member 'BP_ChangePDSTrigger_C_T_IncrementValue::CallFunc_IncrementValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangePDSTrigger_C_ChangePDS \ +static_assert(alignof(BP_ChangePDSTrigger_C_ChangePDS) == 0x000008, "Wrong alignment on BP_ChangePDSTrigger_C_ChangePDS"); \ +static_assert(sizeof(BP_ChangePDSTrigger_C_ChangePDS) == 0x000008, "Wrong size on BP_ChangePDSTrigger_C_ChangePDS"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_ChangePDS, PDSKey) == 0x000000, "Member 'BP_ChangePDSTrigger_C_ChangePDS::PDSKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangePDSTrigger_C_UserConstructionScript \ +static_assert(alignof(BP_ChangePDSTrigger_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_ChangePDSTrigger_C_UserConstructionScript"); \ +static_assert(sizeof(BP_ChangePDSTrigger_C_UserConstructionScript) == 0x000018, "Wrong size on BP_ChangePDSTrigger_C_UserConstructionScript"); \ +static_assert(offsetof(BP_ChangePDSTrigger_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue) == 0x000000, "Member 'BP_ChangePDSTrigger_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ChangePDSTrigger_C \ +static_assert(alignof(ABP_ChangePDSTrigger_C) == 0x000008, "Wrong alignment on ABP_ChangePDSTrigger_C"); \ +static_assert(sizeof(ABP_ChangePDSTrigger_C) == 0x000278, "Wrong size on ABP_ChangePDSTrigger_C"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, TextRender) == 0x000228, "Member 'ABP_ChangePDSTrigger_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, RegionProgressHelpers) == 0x000230, "Member 'ABP_ChangePDSTrigger_C::RegionProgressHelpers' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, TriggerNode) == 0x000238, "Member 'ABP_ChangePDSTrigger_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, Billboard) == 0x000240, "Member 'ABP_ChangePDSTrigger_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, OnIncrementSuccess) == 0x000248, "Member 'ABP_ChangePDSTrigger_C::OnIncrementSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, OnIncrementFailure) == 0x000258, "Member 'ABP_ChangePDSTrigger_C::OnIncrementFailure' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, PDS_Key) == 0x000268, "Member 'ABP_ChangePDSTrigger_C::PDS_Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_ChangePDSTrigger_C, RegionCommandletData) == 0x000270, "Member 'ABP_ChangePDSTrigger_C::RegionCommandletData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_TriggerableSkeletalMeshActor_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor \ +static_assert(alignof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor) == 0x000008, "Wrong alignment on BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor"); \ +static_assert(sizeof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor) == 0x0000D0, "Wrong size on BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, EntryPoint) == 0x000000, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, Temp_bool_Variable) == 0x000004, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, Temp_byte_Variable) == 0x000005, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, Temp_byte_Variable_1) == 0x000006, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_Select_Default) == 0x000007, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, K2Node_MakeStruct_PlayMontageArgs) == 0x0000B0, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, CallFunc_PlayWithArgs_ReturnValue) == 0x0000C8, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, CallFunc_Not_PreBool_ReturnValue) == 0x0000CC, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, CallFunc_IsNewGamePlus_ReturnValue) == 0x0000CD, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::CallFunc_IsNewGamePlus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor, CallFunc_BooleanAND_ReturnValue) == 0x0000CE, "Member 'BP_TriggerableSkeletalMeshActor_C_ExecuteUbergraph_BP_TriggerableSkeletalMeshActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TriggerableSkeletalMeshActor_C \ +static_assert(alignof(ABP_TriggerableSkeletalMeshActor_C) == 0x000008, "Wrong alignment on ABP_TriggerableSkeletalMeshActor_C"); \ +static_assert(sizeof(ABP_TriggerableSkeletalMeshActor_C) == 0x0002A8, "Wrong size on ABP_TriggerableSkeletalMeshActor_C"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_C, UberGraphFrame) == 0x000290, "Member 'ABP_TriggerableSkeletalMeshActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_C, Sphere) == 0x000298, "Member 'ABP_TriggerableSkeletalMeshActor_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_C, UseSphereCollision) == 0x0002A0, "Member 'ABP_TriggerableSkeletalMeshActor_C::UseSphereCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_C, ResetVisibilityToInitialStateOnReset_) == 0x0002A1, "Member 'ABP_TriggerableSkeletalMeshActor_C::ResetVisibilityToInitialStateOnReset_' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableSkeletalMeshActor_C, HiddenInNGPlus_) == 0x0002A2, "Member 'ABP_TriggerableSkeletalMeshActor_C::HiddenInNGPlus_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MapPOITrials_C \ +static_assert(alignof(UWBP_MapPOITrials_C) == 0x000008, "Wrong alignment on UWBP_MapPOITrials_C"); \ +static_assert(sizeof(UWBP_MapPOITrials_C) == 0x000350, "Wrong size on UWBP_MapPOITrials_C"); \ + +#define DUMPER7_ASSERTS_BP_CandlesWithFlames_C_UserConstructionScript \ +static_assert(alignof(BP_CandlesWithFlames_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CandlesWithFlames_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CandlesWithFlames_C_UserConstructionScript) == 0x000088, "Wrong size on BP_CandlesWithFlames_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, Temp_byte_Variable) == 0x000000, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000001, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_Select_Default) == 0x000020, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_Select_Default_1) == 0x000028, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_MakeArray_Array_1) == 0x000038, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_MakeArray_Array_2) == 0x000058, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_MakeArray_Array_3) == 0x000068, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_UserConstructionScript, K2Node_MakeArray_Array_4) == 0x000078, "Member 'BP_CandlesWithFlames_C_UserConstructionScript::K2Node_MakeArray_Array_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CandlesWithFlames_C_T_TurnOn \ +static_assert(alignof(BP_CandlesWithFlames_C_T_TurnOn) == 0x000008, "Wrong alignment on BP_CandlesWithFlames_C_T_TurnOn"); \ +static_assert(sizeof(BP_CandlesWithFlames_C_T_TurnOn) == 0x000008, "Wrong size on BP_CandlesWithFlames_C_T_TurnOn"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_T_TurnOn, Trigger) == 0x000000, "Member 'BP_CandlesWithFlames_C_T_TurnOn::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CandlesWithFlames_C_T_TurnOff \ +static_assert(alignof(BP_CandlesWithFlames_C_T_TurnOff) == 0x000008, "Wrong alignment on BP_CandlesWithFlames_C_T_TurnOff"); \ +static_assert(sizeof(BP_CandlesWithFlames_C_T_TurnOff) == 0x000008, "Wrong size on BP_CandlesWithFlames_C_T_TurnOff"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_T_TurnOff, Trigger) == 0x000000, "Member 'BP_CandlesWithFlames_C_T_TurnOff::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames \ +static_assert(alignof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames) == 0x000008, "Wrong alignment on BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames"); \ +static_assert(sizeof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames) == 0x000050, "Wrong size on BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, EntryPoint) == 0x000000, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, Temp_byte_Variable) == 0x000008, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, K2Node_Select_Default) == 0x000018, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, K2Node_CustomEvent_Trigger_1) == 0x000038, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::K2Node_CustomEvent_Trigger_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames, K2Node_CustomEvent_Trigger) == 0x000048, "Member 'BP_CandlesWithFlames_C_ExecuteUbergraph_BP_CandlesWithFlames::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CandlesWithFlames_C \ +static_assert(alignof(ABP_CandlesWithFlames_C) == 0x000008, "Wrong alignment on ABP_CandlesWithFlames_C"); \ +static_assert(sizeof(ABP_CandlesWithFlames_C) == 0x0003E8, "Wrong size on ABP_CandlesWithFlames_C"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, UberGraphFrame) == 0x000228, "Member 'ABP_CandlesWithFlames_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame35) == 0x000230, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame35' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame42) == 0x000238, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame42' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame38) == 0x000240, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame38' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame34) == 0x000248, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame34' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame32) == 0x000250, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame32' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame30) == 0x000258, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame30' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame29) == 0x000260, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame29' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame28) == 0x000268, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame28' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame27) == 0x000270, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame27' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame26) == 0x000278, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame26' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame25) == 0x000280, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame25' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame24) == 0x000288, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame24' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame23) == 0x000290, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame23' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame22) == 0x000298, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame22' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, TriggerNode) == 0x0002A0, "Member 'ABP_CandlesWithFlames_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, SaveGame) == 0x0002A8, "Member 'ABP_CandlesWithFlames_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, EmberPointLight) == 0x0002B0, "Member 'ABP_CandlesWithFlames_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame21) == 0x0002B8, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame21' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame20) == 0x0002C0, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame20' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame19) == 0x0002C8, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame19' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame18) == 0x0002D0, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame18' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame17) == 0x0002D8, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame17' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame16) == 0x0002E0, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame16' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame10) == 0x0002E8, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame10' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame15) == 0x0002F0, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame15' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame14) == 0x0002F8, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame14' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame13) == 0x000300, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame13' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame12) == 0x000308, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame12' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame11) == 0x000310, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame11' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, TwelveCandles) == 0x000318, "Member 'ABP_CandlesWithFlames_C::TwelveCandles' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame9) == 0x000320, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame9' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, OneCandleMelted) == 0x000328, "Member 'ABP_CandlesWithFlames_C::OneCandleMelted' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame7) == 0x000330, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, OneCandleShort) == 0x000338, "Member 'ABP_CandlesWithFlames_C::OneCandleShort' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame8) == 0x000340, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame8' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, OneCandleTall) == 0x000348, "Member 'ABP_CandlesWithFlames_C::OneCandleTall' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame6) == 0x000350, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame5) == 0x000358, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame4) == 0x000360, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame3) == 0x000368, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame2) == 0x000370, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, P_CandleFlame1) == 0x000378, "Member 'ABP_CandlesWithFlames_C::P_CandleFlame1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, SixCandles) == 0x000380, "Member 'ABP_CandlesWithFlames_C::SixCandles' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, DefaultSceneRoot) == 0x000388, "Member 'ABP_CandlesWithFlames_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, PSArray_OneCandleTall) == 0x000390, "Member 'ABP_CandlesWithFlames_C::PSArray_OneCandleTall' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, PSArray_SixCandles) == 0x0003A0, "Member 'ABP_CandlesWithFlames_C::PSArray_SixCandles' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, PSArray_OneCandleShort) == 0x0003B0, "Member 'ABP_CandlesWithFlames_C::PSArray_OneCandleShort' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, PSArray_OneCandleMelted) == 0x0003C0, "Member 'ABP_CandlesWithFlames_C::PSArray_OneCandleMelted' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, PSArray_TwelveCandles) == 0x0003D0, "Member 'ABP_CandlesWithFlames_C::PSArray_TwelveCandles' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, Preview) == 0x0003E0, "Member 'ABP_CandlesWithFlames_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, IsOn) == 0x0003E1, "Member 'ABP_CandlesWithFlames_C::IsOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_CandlesWithFlames_C, Pick_a_Candle) == 0x0003E2, "Member 'ABP_CandlesWithFlames_C::Pick_a_Candle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_01_C \ +static_assert(alignof(ABP_HangingChimes_01_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_01_C"); \ +static_assert(sizeof(ABP_HangingChimes_01_C) == 0x000298, "Wrong size on ABP_HangingChimes_01_C"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_02_C \ +static_assert(alignof(ABP_HangingChimes_02_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_02_C"); \ +static_assert(sizeof(ABP_HangingChimes_02_C) == 0x000298, "Wrong size on ABP_HangingChimes_02_C"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_03_C \ +static_assert(alignof(ABP_HangingChimes_03_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_03_C"); \ +static_assert(sizeof(ABP_HangingChimes_03_C) == 0x000298, "Wrong size on ABP_HangingChimes_03_C"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_TryGrantCurrency \ +static_assert(alignof(BP_HangingChimes_04_C_TryGrantCurrency) == 0x000001, "Wrong alignment on BP_HangingChimes_04_C_TryGrantCurrency"); \ +static_assert(sizeof(BP_HangingChimes_04_C_TryGrantCurrency) == 0x000003, "Wrong size on BP_HangingChimes_04_C_TryGrantCurrency"); \ +static_assert(offsetof(BP_HangingChimes_04_C_TryGrantCurrency, ReturnValue) == 0x000000, "Member 'BP_HangingChimes_04_C_TryGrantCurrency::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_TryGrantCurrency, CallFunc_GetCanGrantCurrency_ReturnValue) == 0x000001, "Member 'BP_HangingChimes_04_C_TryGrantCurrency::CallFunc_GetCanGrantCurrency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_TryGrantCurrency, CallFunc_GrantCurrency_ReturnValue) == 0x000002, "Member 'BP_HangingChimes_04_C_TryGrantCurrency::CallFunc_GrantCurrency_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission \ +static_assert(alignof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission) == 0x000004, "Wrong alignment on BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission"); \ +static_assert(sizeof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission) == 0x000014, "Wrong size on BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission"); \ +static_assert(offsetof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission, Lerp_Amount) == 0x000000, "Member 'BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission::Lerp_Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission, Lerped_Intensity) == 0x000004, "Member 'BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission::Lerped_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission, Lerped_Emission) == 0x000008, "Member 'BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission::Lerped_Emission' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'BP_HangingChimes_04_C_Lerp_to_Min_Intensity_and_Emission::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_UserConstructionScript \ +static_assert(alignof(BP_HangingChimes_04_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_HangingChimes_04_C_UserConstructionScript"); \ +static_assert(sizeof(BP_HangingChimes_04_C_UserConstructionScript) == 0x000004, "Wrong size on BP_HangingChimes_04_C_UserConstructionScript"); \ +static_assert(offsetof(BP_HangingChimes_04_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_HangingChimes_04_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_UserConstructionScript, Temp_byte_Variable) == 0x000001, "Member 'BP_HangingChimes_04_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000002, "Member 'BP_HangingChimes_04_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_UserConstructionScript, K2Node_Select_Default) == 0x000003, "Member 'BP_HangingChimes_04_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature \ +static_assert(alignof(BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature"); \ +static_assert(sizeof(BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature) == 0x000010, "Wrong size on BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature"); \ +static_assert(offsetof(BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature, LockComponent) == 0x000000, "Member 'BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature, IsLocked) == 0x000008, "Member 'BP_HangingChimes_04_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_ReceiveEndPlay \ +static_assert(alignof(BP_HangingChimes_04_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_HangingChimes_04_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_HangingChimes_04_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_HangingChimes_04_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_HangingChimes_04_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04 \ +static_assert(alignof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04) == 0x000008, "Wrong alignment on BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04"); \ +static_assert(sizeof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04) == 0x000050, "Wrong size on BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, EntryPoint) == 0x000000, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_Lerp_to_Min_Intensity_and_Emission_Lerped_Intensity) == 0x000004, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_Lerp_to_Min_Intensity_and_Emission_Lerped_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_Lerp_to_Min_Intensity_and_Emission_Lerped_Emission) == 0x000008, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_Lerp_to_Min_Intensity_and_Emission_Lerped_Emission' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, Temp_bool_Variable) == 0x00000C, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, Temp_bool_Variable_1) == 0x00000D, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_TryGrantCurrency_ReturnValue) == 0x00000E, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_TryGrantCurrency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, K2Node_ComponentBoundEvent_LockComponent) == 0x000010, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::K2Node_ComponentBoundEvent_LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, K2Node_ComponentBoundEvent_IsLocked) == 0x000018, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::K2Node_ComponentBoundEvent_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_GetCanGrantCurrency_ReturnValue) == 0x000019, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_GetCanGrantCurrency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, K2Node_Select_Default) == 0x00001C, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, K2Node_Select_Default_1) == 0x000020, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000024, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000038, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000040, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, K2Node_Event_EndPlayReason) == 0x000048, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000049, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00004A, "Member 'BP_HangingChimes_04_C_ExecuteUbergraph_BP_HangingChimes_04::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_04_C_GetCanGrantCurrency \ +static_assert(alignof(BP_HangingChimes_04_C_GetCanGrantCurrency) == 0x000001, "Wrong alignment on BP_HangingChimes_04_C_GetCanGrantCurrency"); \ +static_assert(sizeof(BP_HangingChimes_04_C_GetCanGrantCurrency) == 0x000009, "Wrong size on BP_HangingChimes_04_C_GetCanGrantCurrency"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, ReturnValue) == 0x000000, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_IsInCombat_IsInCombat) == 0x000001, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_IsInCombat_IsInCombat' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_GetIsLocked_ReturnValue) == 0x000003, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_04_C_GetCanGrantCurrency, CallFunc_BooleanAND_ReturnValue_2) == 0x000008, "Member 'BP_HangingChimes_04_C_GetCanGrantCurrency::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_04_C \ +static_assert(alignof(ABP_HangingChimes_04_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_04_C"); \ +static_assert(sizeof(ABP_HangingChimes_04_C) == 0x000310, "Wrong size on ABP_HangingChimes_04_C"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, UberGraphFrame_BP_HangingChimes_04_C) == 0x000298, "Member 'ABP_HangingChimes_04_C::UberGraphFrame_BP_HangingChimes_04_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, InspectableActor) == 0x0002A0, "Member 'ABP_HangingChimes_04_C::InspectableActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, P_Chime_Hint) == 0x0002A8, "Member 'ABP_HangingChimes_04_C::P_Chime_Hint' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, Lock) == 0x0002B0, "Member 'ABP_HangingChimes_04_C::Lock' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, BP_CombatStateReceiver) == 0x0002B8, "Member 'ABP_HangingChimes_04_C::BP_CombatStateReceiver' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, CurrencyGranting) == 0x0002C0, "Member 'ABP_HangingChimes_04_C::CurrencyGranting' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, SaveGame) == 0x0002C8, "Member 'ABP_HangingChimes_04_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, PointLight) == 0x0002D0, "Member 'ABP_HangingChimes_04_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, SM_ScatterCrystal_02) == 0x0002D8, "Member 'ABP_HangingChimes_04_C::SM_ScatterCrystal_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, LightControl_TL_LinearFadeOut_D275C37B4575F3BDDEA7B883E491BF35) == 0x0002E0, "Member 'ABP_HangingChimes_04_C::LightControl_TL_LinearFadeOut_D275C37B4575F3BDDEA7B883E491BF35' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, LightControl_TL__Direction_D275C37B4575F3BDDEA7B883E491BF35) == 0x0002E4, "Member 'ABP_HangingChimes_04_C::LightControl_TL__Direction_D275C37B4575F3BDDEA7B883E491BF35' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, LightControl_TL) == 0x0002E8, "Member 'ABP_HangingChimes_04_C::LightControl_TL' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, MaxIntensity) == 0x0002F0, "Member 'ABP_HangingChimes_04_C::MaxIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, OffIntensity) == 0x0002F4, "Member 'ABP_HangingChimes_04_C::OffIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, OnIntensity) == 0x0002F8, "Member 'ABP_HangingChimes_04_C::OnIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, MaxEmission) == 0x0002FC, "Member 'ABP_HangingChimes_04_C::MaxEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, OffEmission) == 0x000300, "Member 'ABP_HangingChimes_04_C::OffEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, OnEmission) == 0x000304, "Member 'ABP_HangingChimes_04_C::OnEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, GrantCurrency) == 0x000308, "Member 'ABP_HangingChimes_04_C::GrantCurrency' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_04_C, HasGrantedCurrency) == 0x000309, "Member 'ABP_HangingChimes_04_C::HasGrantedCurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05 \ +static_assert(alignof(BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05) == 0x000004, "Wrong alignment on BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05"); \ +static_assert(sizeof(BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05) == 0x000014, "Wrong size on BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05"); \ +static_assert(offsetof(BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05, EntryPoint) == 0x000000, "Member 'BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_HangingChimes_05_C_ExecuteUbergraph_BP_HangingChimes_05::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_05_C \ +static_assert(alignof(ABP_HangingChimes_05_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_05_C"); \ +static_assert(sizeof(ABP_HangingChimes_05_C) == 0x0002A0, "Wrong size on ABP_HangingChimes_05_C"); \ +static_assert(offsetof(ABP_HangingChimes_05_C, UberGraphFrame_BP_HangingChimes_05_C) == 0x000298, "Member 'ABP_HangingChimes_05_C::UberGraphFrame_BP_HangingChimes_05_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06 \ +static_assert(alignof(BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06) == 0x000004, "Wrong alignment on BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06"); \ +static_assert(sizeof(BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06) == 0x000014, "Wrong size on BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06"); \ +static_assert(offsetof(BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06, EntryPoint) == 0x000000, "Member 'BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_HangingChimes_06_C_ExecuteUbergraph_BP_HangingChimes_06::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_06_C \ +static_assert(alignof(ABP_HangingChimes_06_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_06_C"); \ +static_assert(sizeof(ABP_HangingChimes_06_C) == 0x0002A8, "Wrong size on ABP_HangingChimes_06_C"); \ +static_assert(offsetof(ABP_HangingChimes_06_C, UberGraphFrame_BP_HangingChimes_06_C) == 0x000298, "Member 'ABP_HangingChimes_06_C::UberGraphFrame_BP_HangingChimes_06_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_06_C, SM_HangingChimes_06_Base) == 0x0002A0, "Member 'ABP_HangingChimes_06_C::SM_HangingChimes_06_Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableParticles_C_HandleLockStateChanged \ +static_assert(alignof(BP_TriggerableParticles_C_HandleLockStateChanged) == 0x000001, "Wrong alignment on BP_TriggerableParticles_C_HandleLockStateChanged"); \ +static_assert(sizeof(BP_TriggerableParticles_C_HandleLockStateChanged) == 0x000001, "Wrong size on BP_TriggerableParticles_C_HandleLockStateChanged"); \ +static_assert(offsetof(BP_TriggerableParticles_C_HandleLockStateChanged, IsLocked_0) == 0x000000, "Member 'BP_TriggerableParticles_C_HandleLockStateChanged::IsLocked_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableParticles_C_TriggerParticles \ +static_assert(alignof(BP_TriggerableParticles_C_TriggerParticles) == 0x000008, "Wrong alignment on BP_TriggerableParticles_C_TriggerParticles"); \ +static_assert(sizeof(BP_TriggerableParticles_C_TriggerParticles) == 0x000008, "Wrong size on BP_TriggerableParticles_C_TriggerParticles"); \ +static_assert(offsetof(BP_TriggerableParticles_C_TriggerParticles, Trigger) == 0x000000, "Member 'BP_TriggerableParticles_C_TriggerParticles::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles \ +static_assert(alignof(BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles) == 0x000008, "Wrong alignment on BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles"); \ +static_assert(sizeof(BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles) == 0x000018, "Wrong size on BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles"); \ +static_assert(offsetof(BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles, EntryPoint) == 0x000000, "Member 'BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles, K2Node_Event_IsLocked) == 0x000004, "Member 'BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles::K2Node_Event_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles, K2Node_CustomEvent_Trigger) == 0x000008, "Member 'BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'BP_TriggerableParticles_C_ExecuteUbergraph_BP_TriggerableParticles::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TriggerableParticles_C \ +static_assert(alignof(ABP_TriggerableParticles_C) == 0x000008, "Wrong alignment on ABP_TriggerableParticles_C"); \ +static_assert(sizeof(ABP_TriggerableParticles_C) == 0x000498, "Wrong size on ABP_TriggerableParticles_C"); \ +static_assert(offsetof(ABP_TriggerableParticles_C, UberGraphFrame) == 0x000468, "Member 'ABP_TriggerableParticles_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableParticles_C, MochiAudio) == 0x000470, "Member 'ABP_TriggerableParticles_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableParticles_C, ParticleSystem) == 0x000478, "Member 'ABP_TriggerableParticles_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableParticles_C, SFX_Butterflies) == 0x000480, "Member 'ABP_TriggerableParticles_C::SFX_Butterflies' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableParticles_C, SFX_Stop_Butterflies) == 0x000488, "Member 'ABP_TriggerableParticles_C::SFX_Stop_Butterflies' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerableParticles_C, OneShotParticles_) == 0x000490, "Member 'ABP_TriggerableParticles_C::OneShotParticles_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_PDSCheck \ +static_assert(alignof(BP_ScriptableCameraRegion_C_PDSCheck) == 0x000008, "Wrong alignment on BP_ScriptableCameraRegion_C_PDSCheck"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_PDSCheck) == 0x000010, "Wrong size on BP_ScriptableCameraRegion_C_PDSCheck"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_PDSCheck, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_PDSCheck::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_PDSCheck, CallFunc_GetValue_OutValue) == 0x000008, "Member 'BP_ScriptableCameraRegion_C_PDSCheck::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_PDSCheck, CallFunc_GetValue_ReturnValue) == 0x00000C, "Member 'BP_ScriptableCameraRegion_C_PDSCheck::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_PDSCheck, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BP_ScriptableCameraRegion_C_PDSCheck::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_PDSCheck, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_ScriptableCameraRegion_C_PDSCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_PDSCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00000F, "Member 'BP_ScriptableCameraRegion_C_PDSCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled \ +static_assert(alignof(BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled) == 0x000008, "Wrong alignment on BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled) == 0x000008, "Wrong size on BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled, BoolParams) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_TriggerSetCollisionEnabled::BoolParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_UserConstructionScript \ +static_assert(alignof(BP_ScriptableCameraRegion_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_ScriptableCameraRegion_C_UserConstructionScript"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_UserConstructionScript) == 0x000008, "Wrong size on BP_ScriptableCameraRegion_C_UserConstructionScript"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_UserConstructionScript, CallFunc_NotEqual_NameName_ReturnValue) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_UserConstructionScript::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_ScriptableCameraRegion_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor \ +static_assert(alignof(BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor) == 0x000008, "Wrong alignment on BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor) == 0x000028, "Wrong size on BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor, InteractingTags) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor, OverlappedActor) == 0x000020, "Member 'BP_ScriptableCameraRegion_C_BeganOverlappingInteractiveActor::OverlappedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor \ +static_assert(alignof(BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor) == 0x000008, "Wrong alignment on BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor) == 0x000028, "Wrong size on BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor, InteractingTags) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor, OverlappedActor) == 0x000020, "Member 'BP_ScriptableCameraRegion_C_EndOverlappingInteractiveActor::OverlappedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature \ +static_assert(alignof(BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature) == 0x000004, "Wrong alignment on BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature) == 0x000010, "Wrong size on BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature, Context) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature, KeyName) == 0x000004, "Member 'BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature, Value) == 0x00000C, "Member 'BP_ScriptableCameraRegion_C_BndEvt__PDSWatch_K2Node_ComponentBoundEvent_0_WatchedValueChanged__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion \ +static_assert(alignof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion) == 0x000008, "Wrong alignment on BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion"); \ +static_assert(sizeof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion) == 0x0000C8, "Wrong size on BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, EntryPoint) == 0x000000, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_Event_InteractingTags_1) == 0x000018, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_Event_InteractingTags_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_Event_OverlappedActor_1) == 0x000038, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_Event_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_Event_InteractingTags) == 0x000040, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_Event_InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_Event_OverlappedActor) == 0x000060, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_Event_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000068, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000078, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000080, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AD, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_ComponentBoundEvent_Context) == 0x0000B4, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_ComponentBoundEvent_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_ComponentBoundEvent_KeyName) == 0x0000B8, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_ComponentBoundEvent_KeyName' has a wrong offset!"); \ +static_assert(offsetof(BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion, K2Node_ComponentBoundEvent_Value) == 0x0000C0, "Member 'BP_ScriptableCameraRegion_C_ExecuteUbergraph_BP_ScriptableCameraRegion::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ScriptableCameraRegion_C \ +static_assert(alignof(ABP_ScriptableCameraRegion_C) == 0x000008, "Wrong alignment on ABP_ScriptableCameraRegion_C"); \ +static_assert(sizeof(ABP_ScriptableCameraRegion_C) == 0x0004B0, "Wrong size on ABP_ScriptableCameraRegion_C"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, UberGraphFrame) == 0x000468, "Member 'ABP_ScriptableCameraRegion_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, PDSWatch) == 0x000470, "Member 'ABP_ScriptableCameraRegion_C::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, Box) == 0x000478, "Member 'ABP_ScriptableCameraRegion_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, StateClassOverride) == 0x000480, "Member 'ABP_ScriptableCameraRegion_C::StateClassOverride' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, CameraToUse) == 0x000488, "Member 'ABP_ScriptableCameraRegion_C::CameraToUse' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, AdditionalClassOverrides) == 0x000490, "Member 'ABP_ScriptableCameraRegion_C::AdditionalClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, PDSDeactivationKey) == 0x0004A0, "Member 'ABP_ScriptableCameraRegion_C::PDSDeactivationKey' has a wrong offset!"); \ +static_assert(offsetof(ABP_ScriptableCameraRegion_C, PDSActive) == 0x0004A8, "Member 'ABP_ScriptableCameraRegion_C::PDSActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_WantsBlackBorders \ +static_assert(alignof(WBP_ModalTutorialWindow_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_ModalTutorialWindow_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_ModalTutorialWindow_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_ShouldBePaused \ +static_assert(alignof(WBP_ModalTutorialWindow_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_ModalTutorialWindow_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_ModalTutorialWindow_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_HideNextButton \ +static_assert(alignof(WBP_ModalTutorialWindow_C_HideNextButton) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_HideNextButton"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_HideNextButton) == 0x000008, "Wrong size on WBP_ModalTutorialWindow_C_HideNextButton"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_HideNextButton, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_HideNextButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_Show_Next_Button \ +static_assert(alignof(WBP_ModalTutorialWindow_C_Show_Next_Button) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_Show_Next_Button"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_Show_Next_Button) == 0x000008, "Wrong size on WBP_ModalTutorialWindow_C_Show_Next_Button"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_Show_Next_Button, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_Show_Next_Button::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_OnFocusReceived \ +static_assert(alignof(WBP_ModalTutorialWindow_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_OnFocusReceived) == 0x000268, "Wrong size on WBP_ModalTutorialWindow_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_ModalTutorialWindow_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_ModalTutorialWindow_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_ModalTutorialWindow_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001B0, "Member 'WBP_ModalTutorialWindow_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_OnText \ +static_assert(alignof(WBP_ModalTutorialWindow_C_OnText) == 0x000001, "Wrong alignment on WBP_ModalTutorialWindow_C_OnText"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_OnText) == 0x000001, "Wrong size on WBP_ModalTutorialWindow_C_OnText"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OnText, EventType) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_OnText::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_Play \ +static_assert(alignof(WBP_ModalTutorialWindow_C_Play) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_Play"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_Play) == 0x000010, "Wrong size on WBP_ModalTutorialWindow_C_Play"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_Play, MediaPath) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_Play::MediaPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_OpenedMedia \ +static_assert(alignof(WBP_ModalTutorialWindow_C_OpenedMedia) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_OpenedMedia"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_OpenedMedia) == 0x000010, "Wrong size on WBP_ModalTutorialWindow_C_OpenedMedia"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_OpenedMedia, OpenedUrl) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_OpenedMedia::OpenedUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_Initialize \ +static_assert(alignof(WBP_ModalTutorialWindow_C_Initialize) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_Initialize"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_Initialize) == 0x000008, "Wrong size on WBP_ModalTutorialWindow_C_Initialize"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_Initialize, ShadowboxContainer) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_Initialize::ShadowboxContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow \ +static_assert(alignof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow) == 0x000008, "Wrong alignment on WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow"); \ +static_assert(sizeof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow) == 0x000150, "Wrong size on WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, EntryPoint) == 0x000000, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_Play_ReturnValue) == 0x000004, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, Temp_struct_Variable) == 0x000008, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, Temp_delegate_Variable) == 0x000018, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, Temp_struct_Variable_1) == 0x000028, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, Temp_delegate_Variable_1) == 0x000038, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CustomEvent_EventType) == 0x000058, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CustomEvent_EventType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CustomEvent_MediaPath) == 0x000060, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CustomEvent_MediaPath' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CustomEvent_OpenedUrl) == 0x000070, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CustomEvent_OpenedUrl' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_Play_ReturnValue_1) == 0x000080, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_Play_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_OpenUrl_ReturnValue) == 0x000081, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetData_Header) == 0x000088, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetData_Header' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetData_Message) == 0x0000A0, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetData_Message' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetData_CurrentMediaPath) == 0x0000B8, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetData_CurrentMediaPath' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetData_Header_1) == 0x0000C8, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetData_Header_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetData_Message_1) == 0x0000E0, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetData_Message_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetData_CurrentMediaPath_1) == 0x0000F8, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetData_CurrentMediaPath_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetPlayerController_ReturnValue) == 0x000108, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_GetPlayerController_ReturnValue_1) == 0x000110, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_PostEvent_ReturnValue) == 0x000118, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_PostEvent_ReturnValue_1) == 0x00011C, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CustomEvent_ShadowboxContainer) == 0x000120, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CustomEvent_ShadowboxContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CreateDelegate_OutputDelegate_1) == 0x000128, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, K2Node_CreateDelegate_OutputDelegate_2) == 0x000138, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow, CallFunc_Pause_ReturnValue) == 0x000148, "Member 'WBP_ModalTutorialWindow_C_ExecuteUbergraph_WBP_ModalTutorialWindow::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ModalTutorialWindow_C \ +static_assert(alignof(UWBP_ModalTutorialWindow_C) == 0x000008, "Wrong alignment on UWBP_ModalTutorialWindow_C"); \ +static_assert(sizeof(UWBP_ModalTutorialWindow_C) == 0x000388, "Wrong size on UWBP_ModalTutorialWindow_C"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, UberGraphFrame) == 0x000308, "Member 'UWBP_ModalTutorialWindow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, FadeOutNextButton) == 0x000310, "Member 'UWBP_ModalTutorialWindow_C::FadeOutNextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, FadeInNextButton) == 0x000318, "Member 'UWBP_ModalTutorialWindow_C::FadeInNextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, Description) == 0x000320, "Member 'UWBP_ModalTutorialWindow_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, SpiritMailImage) == 0x000328, "Member 'UWBP_ModalTutorialWindow_C::SpiritMailImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, Title) == 0x000330, "Member 'UWBP_ModalTutorialWindow_C::Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, Video) == 0x000338, "Member 'UWBP_ModalTutorialWindow_C::Video' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, WBP_PromptBar) == 0x000340, "Member 'UWBP_ModalTutorialWindow_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, TutorialKey) == 0x000348, "Member 'UWBP_ModalTutorialWindow_C::TutorialKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, BinkPlayer) == 0x000350, "Member 'UWBP_ModalTutorialWindow_C::BinkPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, DataAsset) == 0x000358, "Member 'UWBP_ModalTutorialWindow_C::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, MessagesArrayThisTutorial) == 0x000360, "Member 'UWBP_ModalTutorialWindow_C::MessagesArrayThisTutorial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, TutorialTag) == 0x000370, "Member 'UWBP_ModalTutorialWindow_C::TutorialTag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, TutorialPDS) == 0x000378, "Member 'UWBP_ModalTutorialWindow_C::TutorialPDS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalTutorialWindow_C, NextButtonDelay) == 0x000380, "Member 'UWBP_ModalTutorialWindow_C::NextButtonDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterInhibitionVolumeComponent_C_EndOverlap \ +static_assert(alignof(BP_CharacterInhibitionVolumeComponent_C_EndOverlap) == 0x000008, "Wrong alignment on BP_CharacterInhibitionVolumeComponent_C_EndOverlap"); \ +static_assert(sizeof(BP_CharacterInhibitionVolumeComponent_C_EndOverlap) == 0x000010, "Wrong size on BP_CharacterInhibitionVolumeComponent_C_EndOverlap"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_EndOverlap, OverlappedActor) == 0x000000, "Member 'BP_CharacterInhibitionVolumeComponent_C_EndOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_EndOverlap, OtherActor) == 0x000008, "Member 'BP_CharacterInhibitionVolumeComponent_C_EndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent \ +static_assert(alignof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent) == 0x000008, "Wrong alignment on BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent"); \ +static_assert(sizeof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent) == 0x0000B0, "Wrong size on BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, EntryPoint) == 0x000000, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, Temp_byte_Variable) == 0x000004, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, Temp_byte_Variable_1) == 0x000018, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_CustomEvent_OverlappedActor_1) == 0x000038, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_CustomEvent_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_CustomEvent_OtherActor_1) == 0x000040, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_AsMochi_Character) == 0x000048, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_CustomEvent_OverlappedActor) == 0x000060, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_CustomEvent_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_CustomEvent_OtherActor) == 0x000068, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000070, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_AsMochi_Character_1) == 0x000080, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_AsMochi_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, CallFunc_GetController_ReturnValue_1) == 0x000090, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x0000A0, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, Temp_bool_Variable) == 0x0000A9, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000AA, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent, K2Node_Select_Default) == 0x0000AB, "Member 'BP_CharacterInhibitionVolumeComponent_C_ExecuteUbergraph_BP_CharacterInhibitionVolumeComponent::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterInhibitionVolumeComponent_C_BeginOverlap \ +static_assert(alignof(BP_CharacterInhibitionVolumeComponent_C_BeginOverlap) == 0x000008, "Wrong alignment on BP_CharacterInhibitionVolumeComponent_C_BeginOverlap"); \ +static_assert(sizeof(BP_CharacterInhibitionVolumeComponent_C_BeginOverlap) == 0x000010, "Wrong size on BP_CharacterInhibitionVolumeComponent_C_BeginOverlap"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_BeginOverlap, OverlappedActor) == 0x000000, "Member 'BP_CharacterInhibitionVolumeComponent_C_BeginOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterInhibitionVolumeComponent_C_BeginOverlap, OtherActor) == 0x000008, "Member 'BP_CharacterInhibitionVolumeComponent_C_BeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterInhibitionVolumeComponent_C \ +static_assert(alignof(UBP_CharacterInhibitionVolumeComponent_C) == 0x000008, "Wrong alignment on UBP_CharacterInhibitionVolumeComponent_C"); \ +static_assert(sizeof(UBP_CharacterInhibitionVolumeComponent_C) == 0x0000C0, "Wrong size on UBP_CharacterInhibitionVolumeComponent_C"); \ +static_assert(offsetof(UBP_CharacterInhibitionVolumeComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_CharacterInhibitionVolumeComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterInhibitionVolumeComponent_C, IsCinematic) == 0x0000B8, "Member 'UBP_CharacterInhibitionVolumeComponent_C::IsCinematic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Villager_Cloaked_Animated_C_DissolveOut \ +static_assert(alignof(BP_Villager_Cloaked_Animated_C_DissolveOut) == 0x000008, "Wrong alignment on BP_Villager_Cloaked_Animated_C_DissolveOut"); \ +static_assert(sizeof(BP_Villager_Cloaked_Animated_C_DissolveOut) == 0x000008, "Wrong size on BP_Villager_Cloaked_Animated_C_DissolveOut"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_DissolveOut, Trigger) == 0x000000, "Member 'BP_Villager_Cloaked_Animated_C_DissolveOut::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Villager_Cloaked_Animated_C_Start \ +static_assert(alignof(BP_Villager_Cloaked_Animated_C_Start) == 0x000008, "Wrong alignment on BP_Villager_Cloaked_Animated_C_Start"); \ +static_assert(sizeof(BP_Villager_Cloaked_Animated_C_Start) == 0x000008, "Wrong size on BP_Villager_Cloaked_Animated_C_Start"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_Start, Trigger) == 0x000000, "Member 'BP_Villager_Cloaked_Animated_C_Start::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated \ +static_assert(alignof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated) == 0x000008, "Wrong alignment on BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated"); \ +static_assert(sizeof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated) == 0x000088, "Wrong size on BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, EntryPoint) == 0x000000, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, Temp_struct_Variable) == 0x000010, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, Temp_delegate_Variable) == 0x000020, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, K2Node_CustomEvent_Trigger_1) == 0x000038, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::K2Node_CustomEvent_Trigger_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, K2Node_CustomEvent_Trigger) == 0x000040, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_PostEvent_ReturnValue) == 0x00004C, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_Add_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000054, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_PostEventAtLocation_ReturnValue) == 0x000060, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_Not_PreBool_ReturnValue_1) == 0x000081, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated, CallFunc_BooleanOR_ReturnValue) == 0x000082, "Member 'BP_Villager_Cloaked_Animated_C_ExecuteUbergraph_BP_Villager_Cloaked_Animated::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Villager_Cloaked_Animated_C \ +static_assert(alignof(ABP_Villager_Cloaked_Animated_C) == 0x000008, "Wrong alignment on ABP_Villager_Cloaked_Animated_C"); \ +static_assert(sizeof(ABP_Villager_Cloaked_Animated_C) == 0x0002E0, "Wrong size on ABP_Villager_Cloaked_Animated_C"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, UberGraphFrame) == 0x000228, "Member 'ABP_Villager_Cloaked_Animated_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, SaveGame) == 0x000230, "Member 'ABP_Villager_Cloaked_Animated_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, TriggerNode) == 0x000238, "Member 'ABP_Villager_Cloaked_Animated_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, Niagara) == 0x000240, "Member 'ABP_Villager_Cloaked_Animated_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, StaticMesh) == 0x000248, "Member 'ABP_Villager_Cloaked_Animated_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, SkeletalMesh) == 0x000250, "Member 'ABP_Villager_Cloaked_Animated_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, SplineMover) == 0x000258, "Member 'ABP_Villager_Cloaked_Animated_C::SplineMover' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, Spline) == 0x000260, "Member 'ABP_Villager_Cloaked_Animated_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, PointLight) == 0x000268, "Member 'ABP_Villager_Cloaked_Animated_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_Villager_Cloaked_Animated_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveNiagaraTimeline_SpawnRate_71E05BB945A8315C8938B3A489D31C1D) == 0x000278, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveNiagaraTimeline_SpawnRate_71E05BB945A8315C8938B3A489D31C1D' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveNiagaraTimeline_AddedLifetimeFactor_71E05BB945A8315C8938B3A489D31C1D) == 0x00027C, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveNiagaraTimeline_AddedLifetimeFactor_71E05BB945A8315C8938B3A489D31C1D' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveNiagaraTimeline_GravityFactor_71E05BB945A8315C8938B3A489D31C1D) == 0x000280, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveNiagaraTimeline_GravityFactor_71E05BB945A8315C8938B3A489D31C1D' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveNiagaraTimeline_NoiseFactor_71E05BB945A8315C8938B3A489D31C1D) == 0x000284, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveNiagaraTimeline_NoiseFactor_71E05BB945A8315C8938B3A489D31C1D' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveNiagaraTimeline__Direction_71E05BB945A8315C8938B3A489D31C1D) == 0x000288, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveNiagaraTimeline__Direction_71E05BB945A8315C8938B3A489D31C1D' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveNiagaraTimeline) == 0x000290, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveNiagaraTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveTimeline_GravityFactor_77999768403725B50738E284DCCCEA7C) == 0x000298, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveTimeline_GravityFactor_77999768403725B50738E284DCCCEA7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveTimeline_NoiseFactor_77999768403725B50738E284DCCCEA7C) == 0x00029C, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveTimeline_NoiseFactor_77999768403725B50738E284DCCCEA7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveTimeline_LightIntensity_77999768403725B50738E284DCCCEA7C) == 0x0002A0, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveTimeline_LightIntensity_77999768403725B50738E284DCCCEA7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveTimeline_DissolveAmount_77999768403725B50738E284DCCCEA7C) == 0x0002A4, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveTimeline_DissolveAmount_77999768403725B50738E284DCCCEA7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveTimeline__Direction_77999768403725B50738E284DCCCEA7C) == 0x0002A8, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveTimeline__Direction_77999768403725B50738E284DCCCEA7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DissolveTimeline) == 0x0002B0, "Member 'ABP_Villager_Cloaked_Animated_C::DissolveTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, Animation) == 0x0002B8, "Member 'ABP_Villager_Cloaked_Animated_C::Animation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, Duration) == 0x0002C0, "Member 'ABP_Villager_Cloaked_Animated_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, UseDuration) == 0x0002C4, "Member 'ABP_Villager_Cloaked_Animated_C::UseDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, UseSpline) == 0x0002C5, "Member 'ABP_Villager_Cloaked_Animated_C::UseSpline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, Dissolved) == 0x0002C6, "Member 'ABP_Villager_Cloaked_Animated_C::Dissolved' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, UseParticles) == 0x0002C7, "Member 'ABP_Villager_Cloaked_Animated_C::UseParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, MaxAddedDissolveLifetime) == 0x0002C8, "Member 'ABP_Villager_Cloaked_Animated_C::MaxAddedDissolveLifetime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DurationTimer) == 0x0002D0, "Member 'ABP_Villager_Cloaked_Animated_C::DurationTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, DoOnce) == 0x0002D8, "Member 'ABP_Villager_Cloaked_Animated_C::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, HasCompleted) == 0x0002D9, "Member 'ABP_Villager_Cloaked_Animated_C::HasCompleted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Animated_C, LightIntensityMultiplier) == 0x0002DC, "Member 'ABP_Villager_Cloaked_Animated_C::LightIntensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Villager_Cloaked_Static_C_DissolveOut \ +static_assert(alignof(BP_Villager_Cloaked_Static_C_DissolveOut) == 0x000008, "Wrong alignment on BP_Villager_Cloaked_Static_C_DissolveOut"); \ +static_assert(sizeof(BP_Villager_Cloaked_Static_C_DissolveOut) == 0x000008, "Wrong size on BP_Villager_Cloaked_Static_C_DissolveOut"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_DissolveOut, Trigger) == 0x000000, "Member 'BP_Villager_Cloaked_Static_C_DissolveOut::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Villager_Cloaked_Static_C_Start \ +static_assert(alignof(BP_Villager_Cloaked_Static_C_Start) == 0x000008, "Wrong alignment on BP_Villager_Cloaked_Static_C_Start"); \ +static_assert(sizeof(BP_Villager_Cloaked_Static_C_Start) == 0x000008, "Wrong size on BP_Villager_Cloaked_Static_C_Start"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_Start, Trigger) == 0x000000, "Member 'BP_Villager_Cloaked_Static_C_Start::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static \ +static_assert(alignof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static) == 0x000008, "Wrong alignment on BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static"); \ +static_assert(sizeof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static) == 0x000070, "Wrong size on BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, EntryPoint) == 0x000000, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, Temp_struct_Variable) == 0x000008, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, Temp_delegate_Variable) == 0x00001C, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, K2Node_CustomEvent_Trigger_1) == 0x000030, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::K2Node_CustomEvent_Trigger_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, K2Node_CustomEvent_Trigger) == 0x000038, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_PostEventAtLocation_ReturnValue) == 0x000050, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_Not_PreBool_ReturnValue_1) == 0x000055, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_BooleanOR_ReturnValue) == 0x000056, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'BP_Villager_Cloaked_Static_C_ExecuteUbergraph_BP_Villager_Cloaked_Static::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Villager_Cloaked_Static_C \ +static_assert(alignof(ABP_Villager_Cloaked_Static_C) == 0x000008, "Wrong alignment on ABP_Villager_Cloaked_Static_C"); \ +static_assert(sizeof(ABP_Villager_Cloaked_Static_C) == 0x000280, "Wrong size on ABP_Villager_Cloaked_Static_C"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, UberGraphFrame) == 0x000228, "Member 'ABP_Villager_Cloaked_Static_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, SaveGame) == 0x000230, "Member 'ABP_Villager_Cloaked_Static_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, SM_Villager_Cloaked_Praying) == 0x000238, "Member 'ABP_Villager_Cloaked_Static_C::SM_Villager_Cloaked_Praying' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, StaticMesh) == 0x000240, "Member 'ABP_Villager_Cloaked_Static_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, PointLight) == 0x000248, "Member 'ABP_Villager_Cloaked_Static_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, DissolveTimeline_LightIntensity_F11C858E4AA79A79FFA0CB870976DDF6) == 0x000250, "Member 'ABP_Villager_Cloaked_Static_C::DissolveTimeline_LightIntensity_F11C858E4AA79A79FFA0CB870976DDF6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, DissolveTimeline_DissolveAmount_F11C858E4AA79A79FFA0CB870976DDF6) == 0x000254, "Member 'ABP_Villager_Cloaked_Static_C::DissolveTimeline_DissolveAmount_F11C858E4AA79A79FFA0CB870976DDF6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, DissolveTimeline__Direction_F11C858E4AA79A79FFA0CB870976DDF6) == 0x000258, "Member 'ABP_Villager_Cloaked_Static_C::DissolveTimeline__Direction_F11C858E4AA79A79FFA0CB870976DDF6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, DissolveTimeline) == 0x000260, "Member 'ABP_Villager_Cloaked_Static_C::DissolveTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, Animation) == 0x000268, "Member 'ABP_Villager_Cloaked_Static_C::Animation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, Duration) == 0x000270, "Member 'ABP_Villager_Cloaked_Static_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, UseDuration) == 0x000274, "Member 'ABP_Villager_Cloaked_Static_C::UseDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, Dissolved) == 0x000275, "Member 'ABP_Villager_Cloaked_Static_C::Dissolved' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, DoOnce) == 0x000276, "Member 'ABP_Villager_Cloaked_Static_C::DoOnce' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, HasCompleted) == 0x000277, "Member 'ABP_Villager_Cloaked_Static_C::HasCompleted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Villager_Cloaked_Static_C, DurationTimer) == 0x000278, "Member 'ABP_Villager_Cloaked_Static_C::DurationTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayMontageOnKena_C_OnComplete \ +static_assert(alignof(BP_PlayMontageOnKena_C_OnComplete) == 0x000008, "Wrong alignment on BP_PlayMontageOnKena_C_OnComplete"); \ +static_assert(sizeof(BP_PlayMontageOnKena_C_OnComplete) == 0x000008, "Wrong size on BP_PlayMontageOnKena_C_OnComplete"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_OnComplete, Montage_0) == 0x000000, "Member 'BP_PlayMontageOnKena_C_OnComplete::Montage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayMontageOnKena_C_Play_Montage \ +static_assert(alignof(BP_PlayMontageOnKena_C_Play_Montage) == 0x000008, "Wrong alignment on BP_PlayMontageOnKena_C_Play_Montage"); \ +static_assert(sizeof(BP_PlayMontageOnKena_C_Play_Montage) == 0x000008, "Wrong size on BP_PlayMontageOnKena_C_Play_Montage"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_Play_Montage, Trigger) == 0x000000, "Member 'BP_PlayMontageOnKena_C_Play_Montage::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayMontageOnKena_C_OnStarted \ +static_assert(alignof(BP_PlayMontageOnKena_C_OnStarted) == 0x000008, "Wrong alignment on BP_PlayMontageOnKena_C_OnStarted"); \ +static_assert(sizeof(BP_PlayMontageOnKena_C_OnStarted) == 0x000008, "Wrong size on BP_PlayMontageOnKena_C_OnStarted"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_OnStarted, Montage_0) == 0x000000, "Member 'BP_PlayMontageOnKena_C_OnStarted::Montage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayMontageOnKena_C_HandleMessage \ +static_assert(alignof(BP_PlayMontageOnKena_C_HandleMessage) == 0x000008, "Wrong alignment on BP_PlayMontageOnKena_C_HandleMessage"); \ +static_assert(sizeof(BP_PlayMontageOnKena_C_HandleMessage) == 0x000010, "Wrong size on BP_PlayMontageOnKena_C_HandleMessage"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_HandleMessage, MessageName_0) == 0x000000, "Member 'BP_PlayMontageOnKena_C_HandleMessage::MessageName_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_PlayMontageOnKena_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena \ +static_assert(alignof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena) == 0x000008, "Wrong alignment on BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena"); \ +static_assert(sizeof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena) == 0x0000C0, "Wrong size on BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, EntryPoint) == 0x000000, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_CustomEvent_Montage_1) == 0x000030, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_CustomEvent_Montage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000038, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_CustomEvent_Trigger) == 0x000048, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_CustomEvent_Montage) == 0x000060, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_CustomEvent_Montage' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000068, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000070, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_Event_MessageName) == 0x000078, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, K2Node_Event_Params) == 0x000080, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000088, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_GetDisplayName_ReturnValue) == 0x000090, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B0, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000B1, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0000BC, "Member 'BP_PlayMontageOnKena_C_ExecuteUbergraph_BP_PlayMontageOnKena::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayMontageOnKena_C \ +static_assert(alignof(ABP_PlayMontageOnKena_C) == 0x000008, "Wrong alignment on ABP_PlayMontageOnKena_C"); \ +static_assert(sizeof(ABP_PlayMontageOnKena_C) == 0x000298, "Wrong size on ABP_PlayMontageOnKena_C"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, UberGraphFrame) == 0x000228, "Member 'ABP_PlayMontageOnKena_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, Sphere) == 0x000230, "Member 'ABP_PlayMontageOnKena_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, TriggerNode) == 0x000238, "Member 'ABP_PlayMontageOnKena_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, Billboard) == 0x000240, "Member 'ABP_PlayMontageOnKena_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_PlayMontageOnKena_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, Montage) == 0x000250, "Member 'ABP_PlayMontageOnKena_C::Montage' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, PossibleSections) == 0x000258, "Member 'ABP_PlayMontageOnKena_C::PossibleSections' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, OnMontageComplete) == 0x000268, "Member 'ABP_PlayMontageOnKena_C::OnMontageComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, RequestTimeout) == 0x000278, "Member 'ABP_PlayMontageOnKena_C::RequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, OnMontageStarted) == 0x000280, "Member 'ABP_PlayMontageOnKena_C::OnMontageStarted' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayMontageOnKena_C, MessageName) == 0x000290, "Member 'ABP_PlayMontageOnKena_C::MessageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Turn_Light_Off \ +static_assert(alignof(BP_Trigger_Light_C_Turn_Light_Off) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Turn_Light_Off"); \ +static_assert(sizeof(BP_Trigger_Light_C_Turn_Light_Off) == 0x000018, "Wrong size on BP_Trigger_Light_C_Turn_Light_Off"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Light_Off, NewParam) == 0x000000, "Member 'BP_Trigger_Light_C_Turn_Light_Off::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Light_Off, K2Node_DynamicCast_AsTrigger_Params) == 0x000008, "Member 'BP_Trigger_Light_C_Turn_Light_Off::K2Node_DynamicCast_AsTrigger_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Light_Off, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Trigger_Light_C_Turn_Light_Off::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Turn_Light_On \ +static_assert(alignof(BP_Trigger_Light_C_Turn_Light_On) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Turn_Light_On"); \ +static_assert(sizeof(BP_Trigger_Light_C_Turn_Light_On) == 0x000018, "Wrong size on BP_Trigger_Light_C_Turn_Light_On"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Light_On, NewParam) == 0x000000, "Member 'BP_Trigger_Light_C_Turn_Light_On::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Light_On, K2Node_DynamicCast_AsTrigger_Params) == 0x000008, "Member 'BP_Trigger_Light_C_Turn_Light_On::K2Node_DynamicCast_AsTrigger_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Light_On, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Trigger_Light_C_Turn_Light_On::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Adjust_Light_Hue \ +static_assert(alignof(BP_Trigger_Light_C_Adjust_Light_Hue) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Adjust_Light_Hue"); \ +static_assert(sizeof(BP_Trigger_Light_C_Adjust_Light_Hue) == 0x000008, "Wrong size on BP_Trigger_Light_C_Adjust_Light_Hue"); \ +static_assert(offsetof(BP_Trigger_Light_C_Adjust_Light_Hue, NewParam) == 0x000000, "Member 'BP_Trigger_Light_C_Adjust_Light_Hue::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Toggle_Light_On_Off \ +static_assert(alignof(BP_Trigger_Light_C_Toggle_Light_On_Off) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Toggle_Light_On_Off"); \ +static_assert(sizeof(BP_Trigger_Light_C_Toggle_Light_On_Off) == 0x000008, "Wrong size on BP_Trigger_Light_C_Toggle_Light_On_Off"); \ +static_assert(offsetof(BP_Trigger_Light_C_Toggle_Light_On_Off, NewParam) == 0x000000, "Member 'BP_Trigger_Light_C_Toggle_Light_On_Off::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Turn_On_Light \ +static_assert(alignof(BP_Trigger_Light_C_Turn_On_Light) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Turn_On_Light"); \ +static_assert(sizeof(BP_Trigger_Light_C_Turn_On_Light) == 0x000008, "Wrong size on BP_Trigger_Light_C_Turn_On_Light"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_On_Light, Trigger) == 0x000000, "Member 'BP_Trigger_Light_C_Turn_On_Light::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Adjust_Light_Hue_0 \ +static_assert(alignof(BP_Trigger_Light_C_Adjust_Light_Hue_0) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Adjust_Light_Hue_0"); \ +static_assert(sizeof(BP_Trigger_Light_C_Adjust_Light_Hue_0) == 0x000008, "Wrong size on BP_Trigger_Light_C_Adjust_Light_Hue_0"); \ +static_assert(offsetof(BP_Trigger_Light_C_Adjust_Light_Hue_0, Trigger) == 0x000000, "Member 'BP_Trigger_Light_C_Adjust_Light_Hue_0::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_Turn_Off_Light \ +static_assert(alignof(BP_Trigger_Light_C_Turn_Off_Light) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_Turn_Off_Light"); \ +static_assert(sizeof(BP_Trigger_Light_C_Turn_Off_Light) == 0x000008, "Wrong size on BP_Trigger_Light_C_Turn_Off_Light"); \ +static_assert(offsetof(BP_Trigger_Light_C_Turn_Off_Light, Trigger) == 0x000000, "Member 'BP_Trigger_Light_C_Turn_Off_Light::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light \ +static_assert(alignof(BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light) == 0x000008, "Wrong alignment on BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light"); \ +static_assert(sizeof(BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light) == 0x000020, "Wrong size on BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light"); \ +static_assert(offsetof(BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light, EntryPoint) == 0x000000, "Member 'BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light, K2Node_CustomEvent_Trigger_2) == 0x000008, "Member 'BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light::K2Node_CustomEvent_Trigger_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light, K2Node_CustomEvent_Trigger_1) == 0x000010, "Member 'BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light::K2Node_CustomEvent_Trigger_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light, K2Node_CustomEvent_Trigger) == 0x000018, "Member 'BP_Trigger_Light_C_ExecuteUbergraph_BP_Trigger_Light::K2Node_CustomEvent_Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trigger_Light_C \ +static_assert(alignof(ABP_Trigger_Light_C) == 0x000008, "Wrong alignment on ABP_Trigger_Light_C"); \ +static_assert(sizeof(ABP_Trigger_Light_C) == 0x0004B8, "Wrong size on ABP_Trigger_Light_C"); \ +static_assert(offsetof(ABP_Trigger_Light_C, UberGraphFrame) == 0x000468, "Member 'ABP_Trigger_Light_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, EmberPointLight) == 0x000470, "Member 'ABP_Trigger_Light_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, OnLightOn) == 0x000478, "Member 'ABP_Trigger_Light_C::OnLightOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, Preview) == 0x000488, "Member 'ABP_Trigger_Light_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, PreviewColor) == 0x000489, "Member 'ABP_Trigger_Light_C::PreviewColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, IsOn) == 0x00048A, "Member 'ABP_Trigger_Light_C::IsOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, TriggerableLightColor) == 0x00048C, "Member 'ABP_Trigger_Light_C::TriggerableLightColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, OnLightOff) == 0x0004A0, "Member 'ABP_Trigger_Light_C::OnLightOff' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trigger_Light_C, Intensity) == 0x0004B0, "Member 'ABP_Trigger_Light_C::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath \ +static_assert(alignof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath) == 0x000008, "Wrong alignment on BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath"); \ +static_assert(sizeof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath) == 0x0000C8, "Wrong size on BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, EntryPoint) == 0x000000, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_SpawnHapticFeedback2D_ReturnValue) == 0x000004, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_SpawnHapticFeedback2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_bool_Variable) == 0x000014, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_delegate_Variable) == 0x000024, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_struct_Variable) == 0x000048, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Map_Values_Values) == 0x000070, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Array_Get_Item_1) == 0x000084, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_BreakVector2D_X) == 0x000090, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_BreakVector2D_Y) == 0x000094, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_struct_Variable_1) == 0x000098, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_PostEvent_ReturnValue) == 0x0000A8, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, Temp_delegate_Variable_1) == 0x0000AC, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, K2Node_Select_Default) == 0x0000BC, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_PostEvent_ReturnValue_1) == 0x0000C0, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath, CallFunc_Not_PreBool_ReturnValue) == 0x0000C4, "Member 'BP_ShrineOfDeath_C_ExecuteUbergraph_BP_ShrineOfDeath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ShrineOfDeath_C \ +static_assert(alignof(ABP_ShrineOfDeath_C) == 0x000008, "Wrong alignment on ABP_ShrineOfDeath_C"); \ +static_assert(sizeof(ABP_ShrineOfDeath_C) == 0x0004E0, "Wrong size on ABP_ShrineOfDeath_C"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, UberGraphFrame_BP_ShrineOfDeath_C) == 0x000490, "Member 'ABP_ShrineOfDeath_C::UberGraphFrame_BP_ShrineOfDeath_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, ExplosionSpawner_0) == 0x000498, "Member 'ABP_ShrineOfDeath_C::ExplosionSpawner_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, P_ShrineActivated) == 0x0004A0, "Member 'ABP_ShrineOfDeath_C::P_ShrineActivated' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, EmissiveEpicenter) == 0x0004A8, "Member 'ABP_ShrineOfDeath_C::EmissiveEpicenter' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, SM_ShrineOfDeath) == 0x0004B0, "Member 'ABP_ShrineOfDeath_C::SM_ShrineOfDeath' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, AudioEvent) == 0x0004B8, "Member 'ABP_ShrineOfDeath_C::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, MusicEvent) == 0x0004C0, "Member 'ABP_ShrineOfDeath_C::MusicEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, MusicEventName) == 0x0004C8, "Member 'ABP_ShrineOfDeath_C::MusicEventName' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfDeath_C, ShrineActivated) == 0x0004D8, "Member 'ABP_ShrineOfDeath_C::ShrineActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife \ +static_assert(alignof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife) == 0x000008, "Wrong alignment on BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife"); \ +static_assert(sizeof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife) == 0x0000C8, "Wrong size on BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, EntryPoint) == 0x000000, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_SpawnHapticFeedback2D_ReturnValue) == 0x000004, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_SpawnHapticFeedback2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_bool_Variable) == 0x000014, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_delegate_Variable) == 0x000024, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_struct_Variable) == 0x000048, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Map_Values_Values) == 0x000070, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Array_Get_Item_1) == 0x000084, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_BreakVector2D_X) == 0x000090, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_BreakVector2D_Y) == 0x000094, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_struct_Variable_1) == 0x000098, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_PostEvent_ReturnValue) == 0x0000A8, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, K2Node_Select_Default) == 0x0000AC, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, Temp_delegate_Variable_1) == 0x0000B0, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_PostEvent_ReturnValue_1) == 0x0000C0, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife, CallFunc_Not_PreBool_ReturnValue) == 0x0000C4, "Member 'BP_ShrineOfLife_C_ExecuteUbergraph_BP_ShrineOfLife::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ShrineOfLife_C \ +static_assert(alignof(ABP_ShrineOfLife_C) == 0x000008, "Wrong alignment on ABP_ShrineOfLife_C"); \ +static_assert(sizeof(ABP_ShrineOfLife_C) == 0x0004D8, "Wrong size on ABP_ShrineOfLife_C"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, UberGraphFrame_BP_ShrineOfLife_C) == 0x000490, "Member 'ABP_ShrineOfLife_C::UberGraphFrame_BP_ShrineOfLife_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, P_ShrineActivated) == 0x000498, "Member 'ABP_ShrineOfLife_C::P_ShrineActivated' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, EmissiveEpicenter) == 0x0004A0, "Member 'ABP_ShrineOfLife_C::EmissiveEpicenter' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, SM_ShrineOfLife) == 0x0004A8, "Member 'ABP_ShrineOfLife_C::SM_ShrineOfLife' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, AudioEvent) == 0x0004B0, "Member 'ABP_ShrineOfLife_C::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, MusicEvent) == 0x0004B8, "Member 'ABP_ShrineOfLife_C::MusicEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, MusicEventName) == 0x0004C0, "Member 'ABP_ShrineOfLife_C::MusicEventName' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShrineOfLife_C, ShrineActivated) == 0x0004D0, "Member 'ABP_ShrineOfLife_C::ShrineActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor \ +static_assert(alignof(BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor) == 0x000008, "Wrong alignment on BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor"); \ +static_assert(sizeof(BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor) == 0x000010, "Wrong size on BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor"); \ +static_assert(offsetof(BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor, EntryPoint) == 0x000000, "Member 'BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor, CallFunc_SpawnExplosion_ReturnValue) == 0x000008, "Member 'BP_MaterialTweenActor_C_ExecuteUbergraph_BP_MaterialTweenActor::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MaterialTweenActor_C \ +static_assert(alignof(ABP_MaterialTweenActor_C) == 0x000008, "Wrong alignment on ABP_MaterialTweenActor_C"); \ +static_assert(sizeof(ABP_MaterialTweenActor_C) == 0x000490, "Wrong size on ABP_MaterialTweenActor_C"); \ +static_assert(offsetof(ABP_MaterialTweenActor_C, UberGraphFrame) == 0x000468, "Member 'ABP_MaterialTweenActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MaterialTweenActor_C, ExplosionSpawner) == 0x000470, "Member 'ABP_MaterialTweenActor_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_MaterialTweenActor_C, Text) == 0x000478, "Member 'ABP_MaterialTweenActor_C::Text' has a wrong offset!"); \ +static_assert(offsetof(ABP_MaterialTweenActor_C, ParameterTween) == 0x000480, "Member 'ABP_MaterialTweenActor_C::ParameterTween' has a wrong offset!"); \ +static_assert(offsetof(ABP_MaterialTweenActor_C, SpawnPulseOnPlayedForward_) == 0x000488, "Member 'ABP_MaterialTweenActor_C::SpawnPulseOnPlayedForward_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_SetFlameColor \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_SetFlameColor) == 0x000004, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_SetFlameColor"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_SetFlameColor) == 0x000010, "Wrong size on BP_PedestalTorch_TriggerPulse_C_SetFlameColor"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_SetFlameColor, FlameColor) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_SetFlameColor::FlameColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_GetIsDying \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_GetIsDying) == 0x000001, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_GetIsDying"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_GetIsDying) == 0x000001, "Wrong size on BP_PedestalTorch_TriggerPulse_C_GetIsDying"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_GetIsDying, IsDying_0) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_GetIsDying::IsDying_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn) == 0x000001, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn) == 0x000001, "Wrong size on BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn, IsOn_0) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_GetShouldBeOn::IsOn_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie) == 0x000008, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie) == 0x000008, "Wrong size on BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie, TriggerParams) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_TurnRedAndDie::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_TurnOff \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_TurnOff) == 0x000008, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_TurnOff"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_TurnOff) == 0x000008, "Wrong size on BP_PedestalTorch_TriggerPulse_C_TurnOff"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_TurnOff, TriggerParams) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_TurnOff::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity) == 0x000004, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity) == 0x00000C, "Wrong size on BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity, BlendDuration) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity::BlendDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity, TargetIntensity) == 0x000004, "Member 'BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity::TargetIntensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity, Target_Intensity2) == 0x000008, "Member 'BP_PedestalTorch_TriggerPulse_C_BlendLightIntensity::Target_Intensity2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_TurnOn \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_TurnOn) == 0x000008, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_TurnOn"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_TurnOn) == 0x000008, "Wrong size on BP_PedestalTorch_TriggerPulse_C_TurnOn"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_TurnOn, TriggerParams) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_TurnOn::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_PedestalTorch_TriggerPulse_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse \ +static_assert(alignof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse) == 0x000008, "Wrong alignment on BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse"); \ +static_assert(sizeof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse) == 0x000128, "Wrong size on BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, EntryPoint) == 0x000000, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CustomEvent_TriggerParams_2) == 0x000018, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CustomEvent_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CustomEvent_TriggerParams_1) == 0x000020, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CustomEvent_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_LinearColorLerp_ReturnValue) == 0x000028, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_GetIsDying_IsDying) == 0x000038, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_GetIsDying_IsDying' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_LinearColorLerp_ReturnValue_1) == 0x00003C, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000050, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CustomEvent_BlendDuration) == 0x00005C, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CustomEvent_BlendDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CustomEvent_TargetIntensity) == 0x000060, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CustomEvent_TargetIntensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CustomEvent_Target_Intensity2) == 0x000064, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CustomEvent_Target_Intensity2' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000068, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_Lerp_ReturnValue) == 0x00006C, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_CustomEvent_TriggerParams) == 0x000070, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000078, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_ComponentBoundEvent_OtherActor) == 0x000080, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_ComponentBoundEvent_OtherComp) == 0x000088, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000090, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_ComponentBoundEvent_bFromSweep) == 0x000094, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, K2Node_ComponentBoundEvent_SweepResult) == 0x000098, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_Lerp_ReturnValue_1) == 0x000120, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse, CallFunc_GetShouldBeOn_IsOn) == 0x000124, "Member 'BP_PedestalTorch_TriggerPulse_C_ExecuteUbergraph_BP_PedestalTorch_TriggerPulse::CallFunc_GetShouldBeOn_IsOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PedestalTorch_TriggerPulse_C \ +static_assert(alignof(ABP_PedestalTorch_TriggerPulse_C) == 0x000008, "Wrong alignment on ABP_PedestalTorch_TriggerPulse_C"); \ +static_assert(sizeof(ABP_PedestalTorch_TriggerPulse_C) == 0x000358, "Wrong size on ABP_PedestalTorch_TriggerPulse_C"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, UberGraphFrame_BP_PedestalTorch_TriggerPulse_C) == 0x000250, "Member 'ABP_PedestalTorch_TriggerPulse_C::UberGraphFrame_BP_PedestalTorch_TriggerPulse_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, PointLight) == 0x000258, "Member 'ABP_PedestalTorch_TriggerPulse_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SpotLight) == 0x000260, "Member 'ABP_PedestalTorch_TriggerPulse_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SpotLight1) == 0x000268, "Member 'ABP_PedestalTorch_TriggerPulse_C::SpotLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SM_StoneTorch_02) == 0x000270, "Member 'ABP_PedestalTorch_TriggerPulse_C::SM_StoneTorch_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, MochiAudio) == 0x000278, "Member 'ABP_PedestalTorch_TriggerPulse_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, StaticMesh) == 0x000280, "Member 'ABP_PedestalTorch_TriggerPulse_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SaveGame) == 0x000288, "Member 'ABP_PedestalTorch_TriggerPulse_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, Sphere) == 0x000290, "Member 'ABP_PedestalTorch_TriggerPulse_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, Particles_Spark) == 0x000298, "Member 'ABP_PedestalTorch_TriggerPulse_C::Particles_Spark' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, Particles_Flame) == 0x0002A0, "Member 'ABP_PedestalTorch_TriggerPulse_C::Particles_Flame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, LightIntensityOverTime_BlendValue_11051E024DEC1091C773FC80C92EF707) == 0x0002A8, "Member 'ABP_PedestalTorch_TriggerPulse_C::LightIntensityOverTime_BlendValue_11051E024DEC1091C773FC80C92EF707' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, LightIntensityOverTime__Direction_11051E024DEC1091C773FC80C92EF707) == 0x0002AC, "Member 'ABP_PedestalTorch_TriggerPulse_C::LightIntensityOverTime__Direction_11051E024DEC1091C773FC80C92EF707' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, LightIntensityOverTime) == 0x0002B0, "Member 'ABP_PedestalTorch_TriggerPulse_C::LightIntensityOverTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SetColorToRed_BlendValue_463CD2D34276233C681C7AAC073B90DD) == 0x0002B8, "Member 'ABP_PedestalTorch_TriggerPulse_C::SetColorToRed_BlendValue_463CD2D34276233C681C7AAC073B90DD' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SetColorToRed__Direction_463CD2D34276233C681C7AAC073B90DD) == 0x0002BC, "Member 'ABP_PedestalTorch_TriggerPulse_C::SetColorToRed__Direction_463CD2D34276233C681C7AAC073B90DD' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SetColorToRed) == 0x0002C0, "Member 'ABP_PedestalTorch_TriggerPulse_C::SetColorToRed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, IsOn) == 0x0002C8, "Member 'ABP_PedestalTorch_TriggerPulse_C::IsOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, FlameColorBlue) == 0x0002CC, "Member 'ABP_PedestalTorch_TriggerPulse_C::FlameColorBlue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, FlameColorRed) == 0x0002DC, "Member 'ABP_PedestalTorch_TriggerPulse_C::FlameColorRed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, LightColorRed) == 0x0002EC, "Member 'ABP_PedestalTorch_TriggerPulse_C::LightColorRed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SFX_Flame_On) == 0x000300, "Member 'ABP_PedestalTorch_TriggerPulse_C::SFX_Flame_On' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, SFX_Flame_Off) == 0x000308, "Member 'ABP_PedestalTorch_TriggerPulse_C::SFX_Flame_Off' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, LightColorBlue) == 0x000310, "Member 'ABP_PedestalTorch_TriggerPulse_C::LightColorBlue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, IsDying) == 0x000320, "Member 'ABP_PedestalTorch_TriggerPulse_C::IsDying' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, TurnRedDuration) == 0x000324, "Member 'ABP_PedestalTorch_TriggerPulse_C::TurnRedDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, DyingDuration) == 0x000328, "Member 'ABP_PedestalTorch_TriggerPulse_C::DyingDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, CurrentLightIntensity) == 0x00032C, "Member 'ABP_PedestalTorch_TriggerPulse_C::CurrentLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, Timer) == 0x000330, "Member 'ABP_PedestalTorch_TriggerPulse_C::Timer' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, Preview) == 0x000338, "Member 'ABP_PedestalTorch_TriggerPulse_C::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, PulseAble) == 0x000339, "Member 'ABP_PedestalTorch_TriggerPulse_C::PulseAble' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, UseStand) == 0x00033A, "Member 'ABP_PedestalTorch_TriggerPulse_C::UseStand' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, OnTurnOn) == 0x000340, "Member 'ABP_PedestalTorch_TriggerPulse_C::OnTurnOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestalTorch_TriggerPulse_C, Current_Light_Intensity_2) == 0x000350, "Member 'ABP_PedestalTorch_TriggerPulse_C::Current_Light_Intensity_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ObjectiveList_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_ObjectiveList_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_ObjectiveList_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_ObjectiveList_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_ObjectiveList_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_ObjectiveList_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_ObjectiveList_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ObjectiveList_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_ObjectiveList_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_ObjectiveList_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_ObjectiveList_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_ObjectiveList_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_ObjectiveList_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_ObjectiveList_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ObjectiveList_C_OnListItemObjectSet \ +static_assert(alignof(WBP_ObjectiveList_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_ObjectiveList_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_ObjectiveList_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_ObjectiveList_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_ObjectiveList_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_ObjectiveList_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList \ +static_assert(alignof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList) == 0x000008, "Wrong alignment on WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList"); \ +static_assert(sizeof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList) == 0x000140, "Wrong size on WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, EntryPoint) == 0x000000, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, Temp_bool_True_if_break_was_hit_Variable) == 0x000014, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, Temp_int_Variable) == 0x000020, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, K2Node_Event_bIsExpanded) == 0x000024, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, K2Node_Event_bIsSelected) == 0x000025, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, K2Node_Event_ListItemObject) == 0x000028, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, K2Node_DynamicCast_AsBP_Objective_Info) == 0x000030, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::K2Node_DynamicCast_AsBP_Objective_Info' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_SpawnObject_ReturnValue) == 0x000040, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000048, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Greater_IntInt_ReturnValue) == 0x000059, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_GetDataTableRowFromName_OutRow) == 0x000070, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000118, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Add_IntInt_ReturnValue_2) == 0x00011C, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Array_Get_Item_1) == 0x000120, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Array_Length_ReturnValue_2) == 0x000128, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_GetValue_OutValue) == 0x00012C, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_GetValue_ReturnValue) == 0x000130, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Less_IntInt_ReturnValue_1) == 0x000131, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000132, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_BooleanAND_ReturnValue) == 0x000133, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_Array_Length_ReturnValue_3) == 0x000134, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000138, "Member 'WBP_ObjectiveList_C_ExecuteUbergraph_WBP_ObjectiveList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ObjectiveList_C \ +static_assert(alignof(UWBP_ObjectiveList_C) == 0x000008, "Wrong alignment on UWBP_ObjectiveList_C"); \ +static_assert(sizeof(UWBP_ObjectiveList_C) == 0x000288, "Wrong size on UWBP_ObjectiveList_C"); \ +static_assert(offsetof(UWBP_ObjectiveList_C, UberGraphFrame) == 0x000260, "Member 'UWBP_ObjectiveList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ObjectiveList_C, Image_140) == 0x000268, "Member 'UWBP_ObjectiveList_C::Image_140' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ObjectiveList_C, MainObjectiveName) == 0x000270, "Member 'UWBP_ObjectiveList_C::MainObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ObjectiveList_C, SubObjectivesListView) == 0x000278, "Member 'UWBP_ObjectiveList_C::SubObjectivesListView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ObjectiveList_C, ActivatedPDSCount) == 0x000280, "Member 'UWBP_ObjectiveList_C::ActivatedPDSCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_HandleDamage \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_HandleDamage) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_HandleDamage"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_HandleDamage) == 0x000128, "Wrong size on BP_Pulse_ActivationPlate_C_HandleDamage"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_Pulse_ActivationPlate_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleDamage, CallFunc_HandleDamage_ReturnValue) == 0x000111, "Member 'BP_Pulse_ActivationPlate_C_HandleDamage::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleDamage, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000118, "Member 'BP_Pulse_ActivationPlate_C_HandleDamage::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleDamage, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'BP_Pulse_ActivationPlate_C_HandleDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_ReceivedAbilityPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_ReceivedBombPulse \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_ReceivedBombPulse) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_ReceivedBombPulse"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_ReceivedBombPulse) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_ReceivedBombPulse"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ReceivedBombPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_ReceivedBombPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones) == 0x000001, "Wrong alignment on BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones) == 0x000001, "Wrong size on BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones, IsControllingKeystones_0) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_Set_Is_Controlling_Keystones::IsControllingKeystones_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_GetPulseState \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_GetPulseState) == 0x000001, "Wrong alignment on BP_Pulse_ActivationPlate_C_GetPulseState"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_GetPulseState) == 0x000001, "Wrong size on BP_Pulse_ActivationPlate_C_GetPulseState"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_GetPulseState, Pulse_State) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_GetPulseState::Pulse_State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_Set_Feedback \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_Set_Feedback) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_Set_Feedback"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_Set_Feedback) == 0x000010, "Wrong size on BP_Pulse_ActivationPlate_C_Set_Feedback"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Set_Feedback, Particle_Rate) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_Set_Feedback::Particle_Rate' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Set_Feedback, Light_Intensity) == 0x000004, "Member 'BP_Pulse_ActivationPlate_C_Set_Feedback::Light_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Set_Feedback, Emission_Intensity) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_Set_Feedback::Emission_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Set_Feedback, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'BP_Pulse_ActivationPlate_C_Set_Feedback::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_GetGlowIntensity \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_GetGlowIntensity) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_GetGlowIntensity"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_GetGlowIntensity) == 0x000004, "Wrong size on BP_Pulse_ActivationPlate_C_GetGlowIntensity"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_GetGlowIntensity, Intensity) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_GetGlowIntensity::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_GetLightIntensity \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_GetLightIntensity) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_GetLightIntensity"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_GetLightIntensity) == 0x000004, "Wrong size on BP_Pulse_ActivationPlate_C_GetLightIntensity"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_GetLightIntensity, Intensity) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_GetLightIntensity::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_IsActivatingActor \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_IsActivatingActor) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_IsActivatingActor"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_IsActivatingActor) == 0x000090, "Wrong size on BP_Pulse_ActivationPlate_C_IsActivatingActor"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, OtherActor) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, OtherComponent) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, IsActivatingActor_0) == 0x000010, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::IsActivatingActor_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, ActorIsValid) == 0x000011, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::ActorIsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, ComponentToCheck) == 0x000018, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::ComponentToCheck' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, ActorToCheck) == 0x000020, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::ActorToCheck' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_bool_True_if_break_was_hit_Variable) == 0x00002C, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000038, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000040, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_IsValid_ReturnValue_1) == 0x000042, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Array_Get_Item) == 0x000044, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_ComponentHasTag_ReturnValue) == 0x000050, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, Temp_bool_Variable) == 0x000061, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Array_Get_Item_1) == 0x000064, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000070, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_ActorHasTag_ReturnValue) == 0x000081, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000082, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Array_Length_ReturnValue_1) == 0x000084, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_IsActivatingActor, CallFunc_BooleanAND_ReturnValue_1) == 0x000089, "Member 'BP_Pulse_ActivationPlate_C_IsActivatingActor::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_GetHasEnoughWeight \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_GetHasEnoughWeight) == 0x000001, "Wrong alignment on BP_Pulse_ActivationPlate_C_GetHasEnoughWeight"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_GetHasEnoughWeight) == 0x000002, "Wrong size on BP_Pulse_ActivationPlate_C_GetHasEnoughWeight"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_GetHasEnoughWeight, HasEnoughWeight) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_GetHasEnoughWeight::HasEnoughWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_GetHasEnoughWeight, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'BP_Pulse_ActivationPlate_C_GetHasEnoughWeight::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_UserConstructionScript \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_UserConstructionScript) == 0x000028, "Wrong size on BP_Pulse_ActivationPlate_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_UserConstructionScript, Temp_object_Variable) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_UserConstructionScript, Temp_object_Variable_1) == 0x000010, "Member 'BP_Pulse_ActivationPlate_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_UserConstructionScript, K2Node_Select_Default) == 0x000018, "Member 'BP_Pulse_ActivationPlate_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000020, "Member 'BP_Pulse_ActivationPlate_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnNotifyEnd_5418CC5A49CAA42F1B8F53A47661BA38::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnNotifyBegin_5418CC5A49CAA42F1B8F53A47661BA38::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnInterrupted_5418CC5A49CAA42F1B8F53A47661BA38::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnBlendOut_5418CC5A49CAA42F1B8F53A47661BA38::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnCompleted_5418CC5A49CAA42F1B8F53A47661BA38::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnNotifyEnd_A60EF6FA4482181B91AC92B615DBE596::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnNotifyBegin_A60EF6FA4482181B91AC92B615DBE596::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnInterrupted_A60EF6FA4482181B91AC92B615DBE596::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnBlendOut_A60EF6FA4482181B91AC92B615DBE596::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnCompleted_A60EF6FA4482181B91AC92B615DBE596::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnNotifyEnd_8611BC7C4CA8884560E947A767C2D6A5::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnNotifyBegin_8611BC7C4CA8884560E947A767C2D6A5::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnInterrupted_8611BC7C4CA8884560E947A767C2D6A5::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnBlendOut_8611BC7C4CA8884560E947A767C2D6A5::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5 \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5, NotifyName) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_OnCompleted_8611BC7C4CA8884560E947A767C2D6A5::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_SetPressurePlate \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_SetPressurePlate) == 0x000001, "Wrong alignment on BP_Pulse_ActivationPlate_C_SetPressurePlate"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_SetPressurePlate) == 0x000001, "Wrong size on BP_Pulse_ActivationPlate_C_SetPressurePlate"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_SetPressurePlate, IsPushedDown) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_SetPressurePlate::IsPushedDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_ReceivedBombDamage \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_ReceivedBombDamage) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_ReceivedBombDamage"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_ReceivedBombDamage) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_ReceivedBombDamage"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ReceivedBombDamage, TriggerParams) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_ReceivedBombDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_PulseReceived \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_PulseReceived) == 0x000001, "Wrong alignment on BP_Pulse_ActivationPlate_C_PulseReceived"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_PulseReceived) == 0x000001, "Wrong size on BP_Pulse_ActivationPlate_C_PulseReceived"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_PulseReceived, PulseSuccessful) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_PulseReceived::PulseSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_SetGlow \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_SetGlow) == 0x000004, "Wrong alignment on BP_Pulse_ActivationPlate_C_SetGlow"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_SetGlow) == 0x000014, "Wrong size on BP_Pulse_ActivationPlate_C_SetGlow"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_SetGlow, Duration) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_SetGlow::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_SetGlow, StartLight) == 0x000004, "Member 'BP_Pulse_ActivationPlate_C_SetGlow::StartLight' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_SetGlow, TargetLight) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_SetGlow::TargetLight' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_SetGlow, StartGlow) == 0x00000C, "Member 'BP_Pulse_ActivationPlate_C_SetGlow::StartGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_SetGlow, TargetGlow) == 0x000010, "Member 'BP_Pulse_ActivationPlate_C_SetGlow::TargetGlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_Discharge \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_Discharge) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_Discharge"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_Discharge) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_Discharge"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Discharge, TriggerParams) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_Discharge::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_Power \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_Power) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_Power"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_Power) == 0x000008, "Wrong size on BP_Pulse_ActivationPlate_C_Power"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_Power, TriggerParams) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_Power::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors) == 0x000010, "Wrong size on BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors, GlowAmount) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors::GlowAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors, Sender) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_HandleGlowFeedbackActors::Sender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature) == 0x000010, "Wrong size on BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature, LockComponent) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature, IsLocked) == 0x000008, "Member 'BP_Pulse_ActivationPlate_C_BndEvt__Lock_K2Node_ComponentBoundEvent_2_LockChangedEvent__DelegateSignature::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate \ +static_assert(alignof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate) == 0x000008, "Wrong alignment on BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate"); \ +static_assert(sizeof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate) == 0x000620, "Wrong size on BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, EntryPoint) == 0x000000, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_7) == 0x000004, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_6) == 0x00001C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_5) == 0x000034, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_name_Variable) == 0x00004C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_struct_Variable) == 0x000058, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchName_CmpSuccess) == 0x000068, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_delegate_Variable) == 0x00006C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_4) == 0x00007C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_3) == 0x000084, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_3) == 0x000094, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_4) == 0x00009C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_2) == 0x0000AC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000B4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_1) == 0x0000C4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000CC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName) == 0x0000DC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000E4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_name_Variable_1) == 0x0000F4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchName_CmpSuccess_1) == 0x0000FC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable) == 0x0000FD, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_1) == 0x0000FE, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_2) == 0x0000FF, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_3) == 0x000100, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_4) == 0x000101, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_5) == 0x000102, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_6) == 0x000103, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_7) == 0x000104, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_8) == 0x000105, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_8) == 0x000108, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_9) == 0x000118, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_10) == 0x000119, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_byte_Variable) == 0x00011A, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_byte_Variable_1) == 0x00011B, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_11) == 0x00011C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_byte_Variable_2) == 0x00011D, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_byte_Variable_3) == 0x00011E, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_12) == 0x00011F, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_object_Variable) == 0x000120, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_object_Variable_1) == 0x000128, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_13) == 0x000130, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_object_Variable_2) == 0x000138, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_object_Variable_3) == 0x000140, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_14) == 0x000148, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_bool_Variable_15) == 0x000149, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Array_Index_Variable) == 0x00014C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_8) == 0x000150, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_14) == 0x000158, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Loop_Counter_Variable) == 0x000160, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Array_Index_Variable_1) == 0x000168, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Loop_Counter_Variable_1) == 0x00016C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue_1) == 0x000170, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_9) == 0x000174, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_10) == 0x000184, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_9) == 0x000194, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Loop_Counter_Variable_2) == 0x00019C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001A0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Array_Index_Variable_2) == 0x0001A4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Array_Index_Variable_3) == 0x0001A8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Variable) == 0x0001AC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Loop_Counter_Variable_3) == 0x0001B0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001B4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Array_Index_Variable_4) == 0x0001B8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_11) == 0x0001BC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001D0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001D8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001E0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001E8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001EC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_SweepResult) == 0x0001F0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsActivatingActor_IsActivatingActor) == 0x000278, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsActivatingActor_IsActivatingActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue_4) == 0x00027C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000280, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OtherActor) == 0x000288, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OtherComp) == 0x000290, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000298, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsActivatingActor_IsActivatingActor_1) == 0x00029C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsActivatingActor_IsActivatingActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00029D, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00029E, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Loop_Counter_Variable_4) == 0x0002A0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002A4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_delegate_Variable_1) == 0x0002A8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_struct_Variable_1) == 0x0002B8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_IsPushedDown) == 0x0002C8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_IsPushedDown' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_PostEvent_ReturnValue) == 0x0002CC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_PostEvent_ReturnValue_1) == 0x0002D0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Event_TriggerParams_2) == 0x0002D8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Event_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Event_TriggerParams_1) == 0x0002E0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Event_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Event_TriggerParams) == 0x0002E8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Event_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetHasEnoughWeight_HasEnoughWeight) == 0x0002F0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetHasEnoughWeight_HasEnoughWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_PulseSuccessful) == 0x0002F1, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_PulseSuccessful' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_name_Variable_2) == 0x0002F4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchName_CmpSuccess_2) == 0x0002FC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000300, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_SpawnForceFeedbackAtLocation_ReturnValue) == 0x000310, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_SpawnForceFeedbackAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_Duration) == 0x000318, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_StartLight) == 0x00031C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_StartLight' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_TargetLight) == 0x000320, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_TargetLight' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_StartGlow) == 0x000324, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_StartGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_TargetGlow) == 0x000328, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_TargetGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess) == 0x00032C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Lerp_ReturnValue) == 0x000330, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Lerp_ReturnValue_1) == 0x000334, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000338, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_10) == 0x00033C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetLightIntensity_Intensity) == 0x000344, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetLightIntensity_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetGlowIntensity_Intensity) == 0x000348, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetGlowIntensity_Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetLightIntensity_Intensity_1) == 0x00034C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetLightIntensity_Intensity_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetGlowIntensity_Intensity_1) == 0x000350, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetGlowIntensity_Intensity_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_12) == 0x000354, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_1) == 0x000364, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetGlowIntensity_Intensity_2) == 0x000368, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetGlowIntensity_Intensity_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetLightIntensity_Intensity_2) == 0x00036C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetLightIntensity_Intensity_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_2) == 0x000370, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_3) == 0x000371, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Array_Index_Variable_5) == 0x000374, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue) == 0x000378, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_1) == 0x000379, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_TriggerParams_1) == 0x000380, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_2) == 0x000388, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetHasEnoughWeight_HasEnoughWeight_1) == 0x000389, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetHasEnoughWeight_HasEnoughWeight_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetLightIntensity_Intensity_3) == 0x00038C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetLightIntensity_Intensity_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetGlowIntensity_Intensity_3) == 0x000390, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetGlowIntensity_Intensity_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetHasEnoughWeight_HasEnoughWeight_2) == 0x000394, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetHasEnoughWeight_HasEnoughWeight_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default) == 0x000398, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_1) == 0x00039C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_4) == 0x0003A0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_5) == 0x0003A1, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_TriggerParams) == 0x0003A8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_13) == 0x0003B0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetGlowIntensity_Intensity_4) == 0x0003C0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetGlowIntensity_Intensity_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetLightIntensity_Intensity_4) == 0x0003C4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetLightIntensity_Intensity_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_MapRangeClamped_ReturnValue) == 0x0003C8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_6) == 0x0003CC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_GlowAmount) == 0x0003D0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_GlowAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_Sender) == 0x0003D8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_Sender' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetLightIntensity_Intensity_5) == 0x0003E0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetLightIntensity_Intensity_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetGlowIntensity_Intensity_5) == 0x0003E4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetGlowIntensity_Intensity_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_3) == 0x0003E8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_2) == 0x0003EC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_4) == 0x0003F0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_3) == 0x0003F4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Map_Keys_Keys) == 0x0003F8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item) == 0x000408, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Length_ReturnValue) == 0x000410, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Map_Values_Values) == 0x000418, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item_1) == 0x000428, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00042C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_5) == 0x000430, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_4) == 0x000434, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_6) == 0x000438, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_5) == 0x00043C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_7) == 0x000440, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_6) == 0x000444, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Subtract_IntInt_ReturnValue) == 0x000448, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_11) == 0x00044C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Greater_IntInt_ReturnValue) == 0x000454, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_BooleanAND_ReturnValue) == 0x000455, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Loop_Counter_Variable_5) == 0x000458, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Less_IntInt_ReturnValue) == 0x00045C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Add_IntInt_ReturnValue_6) == 0x000460, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000468, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_SwitchEnum_CmpSuccess_7) == 0x000470, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_8) == 0x000471, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetHasEnoughWeight_HasEnoughWeight_3) == 0x000472, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetHasEnoughWeight_HasEnoughWeight_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_7) == 0x000474, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_8) == 0x000478, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x00047C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_14) == 0x000480, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000490, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_9) == 0x000494, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_9) == 0x000495, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_10) == 0x000496, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_11) == 0x000497, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_10) == 0x000498, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_LockComponent) == 0x0004A0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_ComponentBoundEvent_IsLocked) == 0x0004A8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_ComponentBoundEvent_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_12) == 0x0004A9, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_11) == 0x0004AC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_13) == 0x0004B0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_12) == 0x0004B8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_14) == 0x0004C0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_13) == 0x0004C8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_12) == 0x0004D0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0004D8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0004E0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsValid_ReturnValue) == 0x0004E8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsValid_ReturnValue_1) == 0x0004E9, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0004F0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsValid_ReturnValue_2) == 0x0004F8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_15) == 0x0004FC, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CustomEvent_NotifyName_13) == 0x00050C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item_2) == 0x000518, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Length_ReturnValue_1) == 0x000528, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000530, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Less_IntInt_ReturnValue_1) == 0x000540, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item_3) == 0x000548, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetMaterials_ReturnValue) == 0x000550, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Length_ReturnValue_2) == 0x000560, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item_4) == 0x000568, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Less_IntInt_ReturnValue_2) == 0x000570, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000578, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsValid_ReturnValue_3) == 0x000580, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Length_ReturnValue_3) == 0x000584, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Less_IntInt_ReturnValue_3) == 0x000588, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000590, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item_5) == 0x0005A0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Length_ReturnValue_4) == 0x0005A8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetMaterials_ReturnValue_1) == 0x0005B0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetMaterials_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Less_IntInt_ReturnValue_4) == 0x0005C0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Get_Item_6) == 0x0005C8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_IsValid_ReturnValue_4) == 0x0005D0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0005D8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Array_Length_ReturnValue_5) == 0x0005E0, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_Less_IntInt_ReturnValue_5) == 0x0005E4, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_16) == 0x0005E8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_CreateDelegate_OutputDelegate_17) == 0x0005F8, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, Temp_int_Variable_1) == 0x000608, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_15) == 0x00060C, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_14) == 0x000610, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, CallFunc_GetIsLocked_ReturnValue_16) == 0x000614, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::CallFunc_GetIsLocked_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate, K2Node_Select_Default_15) == 0x000618, "Member 'BP_Pulse_ActivationPlate_C_ExecuteUbergraph_BP_Pulse_ActivationPlate::K2Node_Select_Default_15' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pulse_ActivationPlate_C \ +static_assert(alignof(ABP_Pulse_ActivationPlate_C) == 0x000008, "Wrong alignment on ABP_Pulse_ActivationPlate_C"); \ +static_assert(sizeof(ABP_Pulse_ActivationPlate_C) == 0x000488, "Wrong size on ABP_Pulse_ActivationPlate_C"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, UberGraphFrame_BP_Pulse_ActivationPlate_C) == 0x000250, "Member 'ABP_Pulse_ActivationPlate_C::UberGraphFrame_BP_Pulse_ActivationPlate_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Particles_ActivatedRing) == 0x000258, "Member 'ABP_Pulse_ActivationPlate_C::Particles_ActivatedRing' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Particles_WeightActive_SmallBurst) == 0x000260, "Member 'ABP_Pulse_ActivationPlate_C::Particles_WeightActive_SmallBurst' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SM_PulsePlate_Border) == 0x000268, "Member 'ABP_Pulse_ActivationPlate_C::SM_PulsePlate_Border' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SaveGame) == 0x000270, "Member 'ABP_Pulse_ActivationPlate_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Cylinder) == 0x000278, "Member 'ABP_Pulse_ActivationPlate_C::Cylinder' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, StaticMesh) == 0x000280, "Member 'ABP_Pulse_ActivationPlate_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SkeletalMesh) == 0x000288, "Member 'ABP_Pulse_ActivationPlate_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Capsule) == 0x000290, "Member 'ABP_Pulse_ActivationPlate_C::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Particles_Burst) == 0x000298, "Member 'ABP_Pulse_ActivationPlate_C::Particles_Burst' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SpotLight) == 0x0002A0, "Member 'ABP_Pulse_ActivationPlate_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Glow_Intensity_Intensity_AFFB58184AE9AA48A0F152A1C0A79BCB) == 0x0002A8, "Member 'ABP_Pulse_ActivationPlate_C::Glow_Intensity_Intensity_AFFB58184AE9AA48A0F152A1C0A79BCB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Glow_Intensity__Direction_AFFB58184AE9AA48A0F152A1C0A79BCB) == 0x0002AC, "Member 'ABP_Pulse_ActivationPlate_C::Glow_Intensity__Direction_AFFB58184AE9AA48A0F152A1C0A79BCB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Glow_Intensity) == 0x0002B0, "Member 'ABP_Pulse_ActivationPlate_C::Glow_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnCharging) == 0x0002B8, "Member 'ABP_Pulse_ActivationPlate_C::OnCharging' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnDischarging) == 0x0002C8, "Member 'ABP_Pulse_ActivationPlate_C::OnDischarging' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnPowered) == 0x0002D8, "Member 'ABP_Pulse_ActivationPlate_C::OnPowered' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnPulseFailed) == 0x0002E8, "Member 'ABP_Pulse_ActivationPlate_C::OnPulseFailed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, PulseState) == 0x0002F8, "Member 'ABP_Pulse_ActivationPlate_C::PulseState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ActivatingActorsCount) == 0x0002FC, "Member 'ABP_Pulse_ActivationPlate_C::ActivatingActorsCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ActivationTime) == 0x000300, "Member 'ABP_Pulse_ActivationPlate_C::ActivationTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ActivatingGameplayTags) == 0x000308, "Member 'ABP_Pulse_ActivationPlate_C::ActivatingGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ActivatingTags) == 0x000328, "Member 'ABP_Pulse_ActivationPlate_C::ActivatingTags' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnHasEnoughWeight) == 0x000338, "Member 'ABP_Pulse_ActivationPlate_C::OnHasEnoughWeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnHasNotEnoughWeight) == 0x000348, "Member 'ABP_Pulse_ActivationPlate_C::OnHasNotEnoughWeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, LightLockedIntensity) == 0x000358, "Member 'ABP_Pulse_ActivationPlate_C::LightLockedIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, LightUnlockedIntensity) == 0x00035C, "Member 'ABP_Pulse_ActivationPlate_C::LightUnlockedIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, LightWeightValidIntensity) == 0x000360, "Member 'ABP_Pulse_ActivationPlate_C::LightWeightValidIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, LightMaxIntensity) == 0x000364, "Member 'ABP_Pulse_ActivationPlate_C::LightMaxIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, LockedEmission) == 0x000368, "Member 'ABP_Pulse_ActivationPlate_C::LockedEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, UnlockedEmission) == 0x00036C, "Member 'ABP_Pulse_ActivationPlate_C::UnlockedEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, WeightValidEmission) == 0x000370, "Member 'ABP_Pulse_ActivationPlate_C::WeightValidEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, MaxEmission) == 0x000374, "Member 'ABP_Pulse_ActivationPlate_C::MaxEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, M_CenterCrystal) == 0x000378, "Member 'ABP_Pulse_ActivationPlate_C::M_CenterCrystal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, M_BorderCrystals) == 0x000380, "Member 'ABP_Pulse_ActivationPlate_C::M_BorderCrystals' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SFX_Plate_Release) == 0x000388, "Member 'ABP_Pulse_ActivationPlate_C::SFX_Plate_Release' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SFX_Plate_Press) == 0x000390, "Member 'ABP_Pulse_ActivationPlate_C::SFX_Plate_Press' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnChangingGlow) == 0x000398, "Member 'ABP_Pulse_ActivationPlate_C::OnChangingGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, OnGlowFinishedChange) == 0x0003A8, "Member 'ABP_Pulse_ActivationPlate_C::OnGlowFinishedChange' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, GlowFeedbackMaterials) == 0x0003B8, "Member 'ABP_Pulse_ActivationPlate_C::GlowFeedbackMaterials' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ParticleRateLocked) == 0x0003C8, "Member 'ABP_Pulse_ActivationPlate_C::ParticleRateLocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ParticleRateUnlocked) == 0x0003CC, "Member 'ABP_Pulse_ActivationPlate_C::ParticleRateUnlocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, ParticleRateWeightValid) == 0x0003D0, "Member 'ABP_Pulse_ActivationPlate_C::ParticleRateWeightValid' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, GlowLinks) == 0x0003D8, "Member 'ABP_Pulse_ActivationPlate_C::GlowLinks' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, LightMinIntensity) == 0x0003E8, "Member 'ABP_Pulse_ActivationPlate_C::LightMinIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, MinEmission) == 0x0003EC, "Member 'ABP_Pulse_ActivationPlate_C::MinEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, GlowLinkMaterials) == 0x0003F0, "Member 'ABP_Pulse_ActivationPlate_C::GlowLinkMaterials' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, Timer) == 0x000440, "Member 'ABP_Pulse_ActivationPlate_C::Timer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, UseStoneVariant) == 0x000448, "Member 'ABP_Pulse_ActivationPlate_C::UseStoneVariant' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, DamageInstigator) == 0x000450, "Member 'ABP_Pulse_ActivationPlate_C::DamageInstigator' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SFX_Keystones_Powered) == 0x000458, "Member 'ABP_Pulse_ActivationPlate_C::SFX_Keystones_Powered' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, IsControllingKeystones) == 0x000460, "Member 'ABP_Pulse_ActivationPlate_C::IsControllingKeystones' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, SFX_Plate_Powered) == 0x000468, "Member 'ABP_Pulse_ActivationPlate_C::SFX_Plate_Powered' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, IsPlateDown) == 0x000470, "Member 'ABP_Pulse_ActivationPlate_C::IsPlateDown' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, CurrentGlowIntensity) == 0x000474, "Member 'ABP_Pulse_ActivationPlate_C::CurrentGlowIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, HideCrystalsWhenLocked) == 0x000478, "Member 'ABP_Pulse_ActivationPlate_C::HideCrystalsWhenLocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_ActivationPlate_C, PulsePlateMontage) == 0x000480, "Member 'ABP_Pulse_ActivationPlate_C::PulsePlateMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_ReceivedAbilityPulse \ +static_assert(alignof(BP_Pulse_KeyStone_C_ReceivedAbilityPulse) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_ReceivedAbilityPulse"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_ReceivedAbilityPulse) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_ReceivedAbilityPulse"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ReceivedAbilityPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_KeyStone_C_ReceivedAbilityPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_ReceivedArrowDamage \ +static_assert(alignof(BP_Pulse_KeyStone_C_ReceivedArrowDamage) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_ReceivedArrowDamage"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_ReceivedArrowDamage) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_ReceivedArrowDamage"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ReceivedArrowDamage, TriggerParams) == 0x000000, "Member 'BP_Pulse_KeyStone_C_ReceivedArrowDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_ReceivedArrowPulse \ +static_assert(alignof(BP_Pulse_KeyStone_C_ReceivedArrowPulse) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_ReceivedArrowPulse"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_ReceivedArrowPulse) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_ReceivedArrowPulse"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ReceivedArrowPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_KeyStone_C_ReceivedArrowPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_ReceivedBombPulse \ +static_assert(alignof(BP_Pulse_KeyStone_C_ReceivedBombPulse) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_ReceivedBombPulse"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_ReceivedBombPulse) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_ReceivedBombPulse"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ReceivedBombPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_KeyStone_C_ReceivedBombPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_ReceivedBombDamage \ +static_assert(alignof(BP_Pulse_KeyStone_C_ReceivedBombDamage) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_ReceivedBombDamage"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_ReceivedBombDamage) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_ReceivedBombDamage"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ReceivedBombDamage, TriggerParams) == 0x000000, "Member 'BP_Pulse_KeyStone_C_ReceivedBombDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnNotifyEnd_160B0FB3437C03EE107AA5A3E371191A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnNotifyBegin_160B0FB3437C03EE107AA5A3E371191A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnInterrupted_160B0FB3437C03EE107AA5A3E371191A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnBlendOut_160B0FB3437C03EE107AA5A3E371191A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnCompleted_160B0FB3437C03EE107AA5A3E371191A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0 \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnNotifyEnd_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0 \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnNotifyBegin_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0 \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnInterrupted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0 \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnBlendOut_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0 \ +static_assert(alignof(BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0, NotifyName) == 0x000000, "Member 'BP_Pulse_KeyStone_C_OnCompleted_64CC2FAE4B514BC8A8BEEAB1FA1BA5B0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight \ +static_assert(alignof(BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight, Actor) == 0x000000, "Member 'BP_Pulse_KeyStone_C_On_Has_Not_Enough_Weight::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_On_Has_Enough_Weight \ +static_assert(alignof(BP_Pulse_KeyStone_C_On_Has_Enough_Weight) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_On_Has_Enough_Weight"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_On_Has_Enough_Weight) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_On_Has_Enough_Weight"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_On_Has_Enough_Weight, Actor) == 0x000000, "Member 'BP_Pulse_KeyStone_C_On_Has_Enough_Weight::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_On_PulsePlate_Charged \ +static_assert(alignof(BP_Pulse_KeyStone_C_On_PulsePlate_Charged) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_On_PulsePlate_Charged"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_On_PulsePlate_Charged) == 0x000008, "Wrong size on BP_Pulse_KeyStone_C_On_PulsePlate_Charged"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_On_PulsePlate_Charged, Actor) == 0x000000, "Member 'BP_Pulse_KeyStone_C_On_PulsePlate_Charged::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_Adjust_Glow \ +static_assert(alignof(BP_Pulse_KeyStone_C_Adjust_Glow) == 0x000004, "Wrong alignment on BP_Pulse_KeyStone_C_Adjust_Glow"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_Adjust_Glow) == 0x000004, "Wrong size on BP_Pulse_KeyStone_C_Adjust_Glow"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_Adjust_Glow, Glow_Amount) == 0x000000, "Member 'BP_Pulse_KeyStone_C_Adjust_Glow::Glow_Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone \ +static_assert(alignof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone) == 0x000008, "Wrong alignment on BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone"); \ +static_assert(sizeof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone) == 0x0001F0, "Wrong size on BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, EntryPoint) == 0x000000, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_8) == 0x000004, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_7) == 0x00001C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_6) == 0x000034, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_5) == 0x00004C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_name_Variable) == 0x000064, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_SwitchName_CmpSuccess) == 0x00007C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_4) == 0x000080, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_3) == 0x000088, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_5) == 0x000090, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_2) == 0x0000A0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A8, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_1) == 0x0000B8, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName) == 0x0000D0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D8, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_name_Variable_1) == 0x0000E8, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_byte_Variable) == 0x0000F0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_SwitchName_CmpSuccess_1) == 0x0000F1, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_name_Variable_2) == 0x0000F4, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_name_Variable_3) == 0x0000FC, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_name_Variable_4) == 0x000104, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, Temp_name_Variable_5) == 0x00010C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_9) == 0x000114, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000128, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000130, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_IsValid_ReturnValue_1) == 0x000139, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Event_TriggerParams_4) == 0x000140, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Event_TriggerParams_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_Actor_2) == 0x000148, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_Actor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Event_TriggerParams_3) == 0x000150, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Event_TriggerParams_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Event_TriggerParams_2) == 0x000158, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Event_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Event_TriggerParams_1) == 0x000160, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Event_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Event_TriggerParams) == 0x000168, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Event_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_Actor_1) == 0x000170, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetPulseState_PulseState) == 0x000178, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetPulseState_PulseState' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_SwitchEnum_CmpSuccess) == 0x000179, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetPulseState_PulseState_1) == 0x00017A, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetPulseState_PulseState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetPulseState_PulseState_2) == 0x00017B, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetPulseState_PulseState_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_SwitchEnum_CmpSuccess_1) == 0x00017C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Select_Default) == 0x000180, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetPulseState_PulseState_3) == 0x000188, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetPulseState_PulseState_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_Actor) == 0x000190, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_SwitchEnum_CmpSuccess_2) == 0x000198, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_Event_Glow_Amount) == 0x00019C, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_Event_Glow_Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetPulseState_PulseState_4) == 0x0001A0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetPulseState_PulseState_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001A1, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetAnimInstance_ReturnValue) == 0x0001A8, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x0001B0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CustomEvent_NotifyName_9) == 0x0001B4, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_GetPulseState_PulseState_5) == 0x0001BC, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_GetPulseState_PulseState_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001BD, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_IsFirstInitialization_ReturnValue) == 0x0001BE, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_IsFirstInitialization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, CallFunc_IsFirstInitialization_ReturnValue_1) == 0x0001BF, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::CallFunc_IsFirstInitialization_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_10) == 0x0001C0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_11) == 0x0001D0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001E0, "Member 'BP_Pulse_KeyStone_C_ExecuteUbergraph_BP_Pulse_KeyStone::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pulse_KeyStone_C \ +static_assert(alignof(ABP_Pulse_KeyStone_C) == 0x000008, "Wrong alignment on ABP_Pulse_KeyStone_C"); \ +static_assert(sizeof(ABP_Pulse_KeyStone_C) == 0x000698, "Wrong size on ABP_Pulse_KeyStone_C"); \ +static_assert(offsetof(ABP_Pulse_KeyStone_C, UberGraphFrame_BP_Pulse_KeyStone_C) == 0x000668, "Member 'ABP_Pulse_KeyStone_C::UberGraphFrame_BP_Pulse_KeyStone_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_KeyStone_C, EnergyPing_PS) == 0x000670, "Member 'ABP_Pulse_KeyStone_C::EnergyPing_PS' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_KeyStone_C, SkeletalMesh) == 0x000678, "Member 'ABP_Pulse_KeyStone_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_KeyStone_C, PulsePlate) == 0x000680, "Member 'ABP_Pulse_KeyStone_C::PulsePlate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_KeyStone_C, DoorCrystalMontage) == 0x000688, "Member 'ABP_Pulse_KeyStone_C::DoorCrystalMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_KeyStone_C, HasEnoughWeight) == 0x000690, "Member 'ABP_Pulse_KeyStone_C::HasEnoughWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ReceivedAbilityPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ReceivedArrowDamage \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ReceivedArrowDamage) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ReceivedArrowDamage"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ReceivedArrowDamage) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_ReceivedArrowDamage"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ReceivedArrowDamage, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ReceivedArrowDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ReceivedArrowPulse \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ReceivedArrowPulse) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ReceivedArrowPulse"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ReceivedArrowPulse) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_ReceivedArrowPulse"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ReceivedArrowPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ReceivedArrowPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ReceivedBombPulse \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ReceivedBombPulse) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ReceivedBombPulse"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ReceivedBombPulse) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_ReceivedBombPulse"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ReceivedBombPulse, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ReceivedBombPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_SetActivationTime \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_SetActivationTime) == 0x000004, "Wrong alignment on BP_Pulse_DualityStone_2_C_SetActivationTime"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_SetActivationTime) == 0x000004, "Wrong size on BP_Pulse_DualityStone_2_C_SetActivationTime"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_SetActivationTime, ActivationTime_0) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_SetActivationTime::ActivationTime_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_SetChargingDuration \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_SetChargingDuration) == 0x000004, "Wrong alignment on BP_Pulse_DualityStone_2_C_SetChargingDuration"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_SetChargingDuration) == 0x000004, "Wrong size on BP_Pulse_DualityStone_2_C_SetChargingDuration"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_SetChargingDuration, ChargingDuration_0) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_SetChargingDuration::ChargingDuration_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_GetPulseState \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_GetPulseState) == 0x000001, "Wrong alignment on BP_Pulse_DualityStone_2_C_GetPulseState"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_GetPulseState) == 0x000001, "Wrong size on BP_Pulse_DualityStone_2_C_GetPulseState"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_GetPulseState, PulseState) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_GetPulseState::PulseState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ReceivedBombDamage \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ReceivedBombDamage) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ReceivedBombDamage"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ReceivedBombDamage) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_ReceivedBombDamage"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ReceivedBombDamage, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ReceivedBombDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_DischargeStone \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_DischargeStone) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_DischargeStone"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_DischargeStone) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_DischargeStone"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_DischargeStone, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_DischargeStone::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ChargeStone \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ChargeStone) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ChargeStone"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ChargeStone) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_ChargeStone"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ChargeStone, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ChargeStone::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_PowerStone \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_PowerStone) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_PowerStone"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_PowerStone) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_PowerStone"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_PowerStone, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_PowerStone::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_FailedToCharge \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_FailedToCharge) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_FailedToCharge"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_FailedToCharge) == 0x000008, "Wrong size on BP_Pulse_DualityStone_2_C_FailedToCharge"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_FailedToCharge, TriggerParams) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_FailedToCharge::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_PerformGlow \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_PerformGlow) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_PerformGlow"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_PerformGlow) == 0x000098, "Wrong size on BP_Pulse_DualityStone_2_C_PerformGlow"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_PerformGlow, AnimationCurve) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_PerformGlow::AnimationCurve' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_PerformGlow, Duration) == 0x000088, "Member 'BP_Pulse_DualityStone_2_C_PerformGlow::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_PerformGlow, StartGlow) == 0x00008C, "Member 'BP_Pulse_DualityStone_2_C_PerformGlow::StartGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_PerformGlow, TargetGlow) == 0x000090, "Member 'BP_Pulse_DualityStone_2_C_PerformGlow::TargetGlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_HandleGlowLinks \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_HandleGlowLinks) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_HandleGlowLinks"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_HandleGlowLinks) == 0x000010, "Wrong size on BP_Pulse_DualityStone_2_C_HandleGlowLinks"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_HandleGlowLinks, GlowAmount) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_HandleGlowLinks::GlowAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_HandleGlowLinks, Sender) == 0x000008, "Member 'BP_Pulse_DualityStone_2_C_HandleGlowLinks::Sender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_Adjust_Glow \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_Adjust_Glow) == 0x000004, "Wrong alignment on BP_Pulse_DualityStone_2_C_Adjust_Glow"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_Adjust_Glow) == 0x000004, "Wrong size on BP_Pulse_DualityStone_2_C_Adjust_Glow"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_Adjust_Glow, Glow_Amount) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_Adjust_Glow::Glow_Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2 \ +static_assert(alignof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2) == 0x000008, "Wrong alignment on BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2"); \ +static_assert(sizeof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2) == 0x0002E8, "Wrong size on BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, EntryPoint) == 0x000000, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Array_Index_Variable_2) == 0x000014, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Array_Index_Variable_3) == 0x000028, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Array_Index_Variable_4) == 0x00002C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_Event_TriggerParams_4) == 0x000030, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_Event_TriggerParams_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_Event_TriggerParams_3) == 0x000038, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_Event_TriggerParams_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_Event_TriggerParams_2) == 0x000040, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_Event_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_Event_TriggerParams_1) == 0x000048, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_Event_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_Event_TriggerParams) == 0x000050, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_Event_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_TriggerParams_3) == 0x000058, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_TriggerParams_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_TriggerParams_2) == 0x000060, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_TriggerParams_1) == 0x000068, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_TriggerParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_TriggerParams) == 0x000070, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess) == 0x000078, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_AnimationCurve) == 0x000080, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_AnimationCurve' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_Duration) == 0x000108, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_StartGlow) == 0x00010C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_StartGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_TargetGlow) == 0x000110, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_TargetGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000114, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_EvaluateCurve_ReturnValue) == 0x000118, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Lerp_ReturnValue) == 0x00011C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess_1) == 0x000120, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess_2) == 0x000121, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Loop_Counter_Variable_3) == 0x000124, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Add_IntInt_ReturnValue_3) == 0x000128, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess_3) == 0x00012C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_delegate_Variable) == 0x000130, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess_4) == 0x000140, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess_5) == 0x000141, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_SwitchEnum_CmpSuccess_6) == 0x000142, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_GlowAmount) == 0x000144, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_GlowAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_Sender) == 0x000148, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_Sender' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Map_Keys_Keys) == 0x000150, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Map_Values_Values) == 0x000160, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_struct_Variable) == 0x000178, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CustomEvent_Glow_Amount) == 0x000188, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CustomEvent_Glow_Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Loop_Counter_Variable_4) == 0x00018C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Less_IntInt_ReturnValue) == 0x000190, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Add_IntInt_ReturnValue_4) == 0x000194, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_FMax_ReturnValue) == 0x000198, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00019C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Loop_Counter_Variable_5) == 0x0001A0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item) == 0x0001A8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Add_IntInt_ReturnValue_5) == 0x0001B8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0001C0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item_1) == 0x0001D0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Length_ReturnValue_1) == 0x0001D8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_GetMaterials_ReturnValue) == 0x0001E0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item_2) == 0x0001F8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000200, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_IsValid_ReturnValue) == 0x000208, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Length_ReturnValue_2) == 0x00020C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000210, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Less_IntInt_ReturnValue_2) == 0x000220, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item_3) == 0x000228, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_GetMaterials_ReturnValue_1) == 0x000230, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_GetMaterials_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Length_ReturnValue_3) == 0x000240, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item_4) == 0x000248, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Less_IntInt_ReturnValue_3) == 0x000250, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_IsValid_ReturnValue_1) == 0x000251, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000258, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Length_ReturnValue_4) == 0x000260, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Less_IntInt_ReturnValue_4) == 0x000264, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Length_ReturnValue_5) == 0x000268, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Less_IntInt_ReturnValue_5) == 0x00026C, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_delegate_Variable_1) == 0x000270, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_int_Array_Index_Variable_5) == 0x000280, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item_5) == 0x000284, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Array_Get_Item_6) == 0x000288, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000290, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, K2Node_CreateDelegate_OutputDelegate) == 0x000294, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_struct_Variable_1) == 0x0002A8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_delegate_Variable_2) == 0x0002B8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_PostEvent_ReturnValue) == 0x0002C8, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, Temp_struct_Variable_2) == 0x0002D0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_PostEvent_ReturnValue_1) == 0x0002E0, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2, CallFunc_PostEvent_ReturnValue_2) == 0x0002E4, "Member 'BP_Pulse_DualityStone_2_C_ExecuteUbergraph_BP_Pulse_DualityStone_2::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pulse_DualityStone_2_C \ +static_assert(alignof(ABP_Pulse_DualityStone_2_C) == 0x000008, "Wrong alignment on ABP_Pulse_DualityStone_2_C"); \ +static_assert(sizeof(ABP_Pulse_DualityStone_2_C) == 0x000668, "Wrong size on ABP_Pulse_DualityStone_2_C"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, UberGraphFrame_BP_Pulse_DualityStone_2_C) == 0x000250, "Member 'ABP_Pulse_DualityStone_2_C::UberGraphFrame_BP_Pulse_DualityStone_2_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, MochiAudio) == 0x000258, "Member 'ABP_Pulse_DualityStone_2_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, DeadzoneCleaningEventTrigger) == 0x000260, "Member 'ABP_Pulse_DualityStone_2_C::DeadzoneCleaningEventTrigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, TimedDeadZoneCleaningComponent) == 0x000268, "Member 'ABP_Pulse_DualityStone_2_C::TimedDeadZoneCleaningComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, SaveGame) == 0x000270, "Member 'ABP_Pulse_DualityStone_2_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, WeightedFocalPoint) == 0x000278, "Member 'ABP_Pulse_DualityStone_2_C::WeightedFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ParticleSystem) == 0x000280, "Member 'ABP_Pulse_DualityStone_2_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, Sphere) == 0x000288, "Member 'ABP_Pulse_DualityStone_2_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, StaticMesh) == 0x000290, "Member 'ABP_Pulse_DualityStone_2_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, Glow_Glow_Amount_989F88524AE64BEB1310299A99FCDDEA) == 0x000298, "Member 'ABP_Pulse_DualityStone_2_C::Glow_Glow_Amount_989F88524AE64BEB1310299A99FCDDEA' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, Glow__Direction_989F88524AE64BEB1310299A99FCDDEA) == 0x00029C, "Member 'ABP_Pulse_DualityStone_2_C::Glow__Direction_989F88524AE64BEB1310299A99FCDDEA' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, Glow) == 0x0002A0, "Member 'ABP_Pulse_DualityStone_2_C::Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, OnCharging) == 0x0002A8, "Member 'ABP_Pulse_DualityStone_2_C::OnCharging' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, OnDischarging) == 0x0002B8, "Member 'ABP_Pulse_DualityStone_2_C::OnDischarging' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, UseDeadzoneCleaning) == 0x0002C8, "Member 'ABP_Pulse_DualityStone_2_C::UseDeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, PowerOnPulsed) == 0x0002C9, "Member 'ABP_Pulse_DualityStone_2_C::PowerOnPulsed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ActivationTime) == 0x0002CC, "Member 'ABP_Pulse_DualityStone_2_C::ActivationTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, BaseGlow) == 0x0002D0, "Member 'ABP_Pulse_DualityStone_2_C::BaseGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ChargedGlow) == 0x0002D4, "Member 'ABP_Pulse_DualityStone_2_C::ChargedGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, PoweredGlow) == 0x0002D8, "Member 'ABP_Pulse_DualityStone_2_C::PoweredGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, FailedToChargeGlow) == 0x0002DC, "Member 'ABP_Pulse_DualityStone_2_C::FailedToChargeGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, OnFailedToCharge) == 0x0002E0, "Member 'ABP_Pulse_DualityStone_2_C::OnFailedToCharge' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, OnChangingGlow) == 0x0002F0, "Member 'ABP_Pulse_DualityStone_2_C::OnChangingGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ChargeState) == 0x000300, "Member 'ABP_Pulse_DualityStone_2_C::ChargeState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, CurrentGlow) == 0x000304, "Member 'ABP_Pulse_DualityStone_2_C::CurrentGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ChargingDuration) == 0x000308, "Member 'ABP_Pulse_DualityStone_2_C::ChargingDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ChargingAnim) == 0x000310, "Member 'ABP_Pulse_DualityStone_2_C::ChargingAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, DischargingDuration) == 0x000398, "Member 'ABP_Pulse_DualityStone_2_C::DischargingDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, DischargingAnim) == 0x0003A0, "Member 'ABP_Pulse_DualityStone_2_C::DischargingAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, PoweringDuration) == 0x000428, "Member 'ABP_Pulse_DualityStone_2_C::PoweringDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, PoweringAnim) == 0x000430, "Member 'ABP_Pulse_DualityStone_2_C::PoweringAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, UnpoweringDuration) == 0x0004B8, "Member 'ABP_Pulse_DualityStone_2_C::UnpoweringDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, UnpoweringAnim) == 0x0004C0, "Member 'ABP_Pulse_DualityStone_2_C::UnpoweringAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ChargingFailedDuration) == 0x000548, "Member 'ABP_Pulse_DualityStone_2_C::ChargingFailedDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, ChargingFailedAnim) == 0x000550, "Member 'ABP_Pulse_DualityStone_2_C::ChargingFailedAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, SFX_Glow) == 0x0005D8, "Member 'ABP_Pulse_DualityStone_2_C::SFX_Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, SFX_Glow_End) == 0x0005E0, "Member 'ABP_Pulse_DualityStone_2_C::SFX_Glow_End' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, OnPowered) == 0x0005E8, "Member 'ABP_Pulse_DualityStone_2_C::OnPowered' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, GlowLinkMaterials) == 0x0005F8, "Member 'ABP_Pulse_DualityStone_2_C::GlowLinkMaterials' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, GlowLinks) == 0x000648, "Member 'ABP_Pulse_DualityStone_2_C::GlowLinks' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, SFX_Glow_Begin) == 0x000658, "Member 'ABP_Pulse_DualityStone_2_C::SFX_Glow_Begin' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pulse_DualityStone_2_C, GlowParameter) == 0x000660, "Member 'ABP_Pulse_DualityStone_2_C::GlowParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Warrior_C \ +static_assert(alignof(ABP_CM_Hat_Warrior_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Warrior_C"); \ +static_assert(sizeof(ABP_CM_Hat_Warrior_C) == 0x000240, "Wrong size on ABP_CM_Hat_Warrior_C"); \ +static_assert(offsetof(ABP_CM_Hat_Warrior_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Warrior_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_HandleDamage \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_HandleDamage) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_HandleDamage"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_HandleDamage) == 0x000230, "Wrong size on BP_ManagedDamageActor_Base_C_HandleDamage"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_ManagedDamageActor_Base_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_HandleDamage, ReceivedDamageEvent) == 0x000118, "Member 'BP_ManagedDamageActor_Base_C_HandleDamage::ReceivedDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_HandleDamage, CallFunc_GetIsLocked_ReturnValue) == 0x000228, "Member 'BP_ManagedDamageActor_Base_C_HandleDamage::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_HandleDamage, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000229, "Member 'BP_ManagedDamageActor_Base_C_HandleDamage::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_IsDamageHierarchical \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_ManagedDamageActor_Base_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_ManagedDamageActor_Base_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_ReceivedArrowDamage \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_ReceivedArrowDamage) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_ReceivedArrowDamage"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_ReceivedArrowDamage) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_ReceivedArrowDamage"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ReceivedArrowDamage, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_ReceivedArrowDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_ReceivedAbilityPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_ReceivedArrowPulse \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_ReceivedArrowPulse) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_ReceivedArrowPulse"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_ReceivedArrowPulse) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_ReceivedArrowPulse"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ReceivedArrowPulse, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_ReceivedArrowPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_ReceivedBombPulse \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_ReceivedBombPulse) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_ReceivedBombPulse"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_ReceivedBombPulse) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_ReceivedBombPulse"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ReceivedBombPulse, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_ReceivedBombPulse::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_ReceivedBombDamage \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_ReceivedBombDamage) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_ReceivedBombDamage"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_ReceivedBombDamage) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_ReceivedBombDamage"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ReceivedBombDamage, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_ReceivedBombDamage::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_DeadzoneCleaningEnter::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit) == 0x000008, "Wrong size on BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit, TriggerParams) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_DeadzoneCleaningExit::TriggerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base \ +static_assert(alignof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base) == 0x000008, "Wrong alignment on BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base"); \ +static_assert(sizeof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base) == 0x000058, "Wrong size on BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, EntryPoint) == 0x000000, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams) == 0x000008, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, Temp_int_Variable) == 0x000018, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, Temp_int_Variable_1) == 0x000020, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, CallFunc_GetIsLocked_ReturnValue) == 0x000025, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, CallFunc_GetIsLocked_ReturnValue_1) == 0x000026, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::CallFunc_GetIsLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams_6) == 0x000028, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams_5) == 0x000030, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams_4) == 0x000038, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams_3) == 0x000040, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams_2) == 0x000048, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base, K2Node_CustomEvent_TriggerParams_1) == 0x000050, "Member 'BP_ManagedDamageActor_Base_C_ExecuteUbergraph_BP_ManagedDamageActor_Base::K2Node_CustomEvent_TriggerParams_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ManagedDamageActor_Base_C \ +static_assert(alignof(ABP_ManagedDamageActor_Base_C) == 0x000008, "Wrong alignment on ABP_ManagedDamageActor_Base_C"); \ +static_assert(sizeof(ABP_ManagedDamageActor_Base_C) == 0x000250, "Wrong size on ABP_ManagedDamageActor_Base_C"); \ +static_assert(offsetof(ABP_ManagedDamageActor_Base_C, UberGraphFrame) == 0x000228, "Member 'ABP_ManagedDamageActor_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ManagedDamageActor_Base_C, TriggerNode) == 0x000230, "Member 'ABP_ManagedDamageActor_Base_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_ManagedDamageActor_Base_C, Lock) == 0x000238, "Member 'ABP_ManagedDamageActor_Base_C::Lock' has a wrong offset!"); \ +static_assert(offsetof(ABP_ManagedDamageActor_Base_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_ManagedDamageActor_Base_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ManagedDamageActor_Base_C, DZCleaningOverlapCount) == 0x000248, "Member 'ABP_ManagedDamageActor_Base_C::DZCleaningOverlapCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_ImpactBomb_C \ +static_assert(alignof(AExplosion_ImpactBomb_C) == 0x000008, "Wrong alignment on AExplosion_ImpactBomb_C"); \ +static_assert(sizeof(AExplosion_ImpactBomb_C) == 0x000438, "Wrong size on AExplosion_ImpactBomb_C"); \ +static_assert(offsetof(AExplosion_ImpactBomb_C, PS_Deadzone_Arm_Explosion) == 0x000430, "Member 'AExplosion_ImpactBomb_C::PS_Deadzone_Arm_Explosion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius \ +static_assert(alignof(BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius) == 0x000004, "Wrong alignment on BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius) == 0x000004, "Wrong size on BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius, Radius) == 0x000000, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_SetRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_BndEvt__DeadzoneCleaningEventTrigger_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger \ +static_assert(alignof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger) == 0x000008, "Wrong alignment on BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger) == 0x000118, "Wrong size on BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, EntryPoint) == 0x000000, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, CallFunc_GetParentActor_ReturnValue) == 0x000008, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000010, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000018, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000020, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000028, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_bFromSweep) == 0x00002C, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_SweepResult) == 0x000030, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000B8, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OtherActor) == 0x0000C0, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OtherComp) == 0x0000C8, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000D0, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_DynamicCast_AsDeadzoneClean_Triggerable) == 0x0000D8, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_DynamicCast_AsDeadzoneClean_Triggerable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_DynamicCast_AsDeadzoneClean_Triggerable_1) == 0x0000F0, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_DynamicCast_AsDeadzoneClean_Triggerable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000101, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, CallFunc_GetParentActor_ReturnValue_1) == 0x000108, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::CallFunc_GetParentActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000110, "Member 'BP_TimedDeadzoneCleaning_EventTrigger_C_ExecuteUbergraph_BP_TimedDeadzoneCleaning_EventTrigger::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TimedDeadzoneCleaning_EventTrigger_C \ +static_assert(alignof(ABP_TimedDeadzoneCleaning_EventTrigger_C) == 0x000008, "Wrong alignment on ABP_TimedDeadzoneCleaning_EventTrigger_C"); \ +static_assert(sizeof(ABP_TimedDeadzoneCleaning_EventTrigger_C) == 0x000238, "Wrong size on ABP_TimedDeadzoneCleaning_EventTrigger_C"); \ +static_assert(offsetof(ABP_TimedDeadzoneCleaning_EventTrigger_C, UberGraphFrame) == 0x000228, "Member 'ABP_TimedDeadzoneCleaning_EventTrigger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TimedDeadzoneCleaning_EventTrigger_C, DeadzoneCleaningEventTrigger) == 0x000230, "Member 'ABP_TimedDeadzoneCleaning_EventTrigger_C::DeadzoneCleaningEventTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_GetChargeState \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_GetChargeState) == 0x000001, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_GetChargeState"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_GetChargeState) == 0x000001, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_GetChargeState"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_GetChargeState, ChargeState_0) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_GetChargeState::ChargeState_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_IncrementTimer \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer) == 0x000004, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_IncrementTimer"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer) == 0x00001C, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_IncrementTimer"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, TimerValue) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::TimerValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, Duration) == 0x000004, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, IncrementedValue) == 0x000008, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::IncrementedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00000C, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_IncrementTimer, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_TimedDeadzoneCleaningComponent_C_IncrementTimer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius) == 0x000004, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius) == 0x000004, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius, CurrentRadius_0) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_GetCurrentRadius::CurrentRadius_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount) == 0x000004, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount) == 0x000014, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount, StartRadius_0) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount::StartRadius_0' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount, TargetRadius) == 0x000004, "Member 'BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount::TargetRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount, BlendValue) == 0x000008, "Member 'BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount::BlendValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_TimedDeadzoneCleaningComponent_C_SetCleaningAmount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange) == 0x000004, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange) == 0x000008, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange, TargetState) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange, CallFunc_GetCurrentRadius_CurrentRadius) == 0x000004, "Member 'BP_TimedDeadzoneCleaningComponent_C_InitRadiusChange::CallFunc_GetCurrentRadius_CurrentRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_ReceiveTick \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_ChangeRadius \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_ChangeRadius) == 0x000008, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_ChangeRadius"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_ChangeRadius) == 0x000090, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_ChangeRadius"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ChangeRadius, Duration) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_ChangeRadius::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ChangeRadius, TargetRadius) == 0x000004, "Member 'BP_TimedDeadzoneCleaningComponent_C_ChangeRadius::TargetRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ChangeRadius, AnimCurve) == 0x000008, "Member 'BP_TimedDeadzoneCleaningComponent_C_ChangeRadius::AnimCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State) == 0x000001, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State) == 0x000001, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State, IsPowered) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_Set_Cleaning_State::IsPowered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent \ +static_assert(alignof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent) == 0x000008, "Wrong alignment on BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent"); \ +static_assert(sizeof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent) == 0x000130, "Wrong size on BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, EntryPoint) == 0x000000, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_float_Variable) == 0x000004, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_bool_Variable) == 0x00001C, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_bool_True_if_break_was_hit_Variable) == 0x000025, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000027, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_CustomEvent_Duration) == 0x000028, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_CustomEvent_TargetRadius) == 0x00002C, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_CustomEvent_TargetRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_CustomEvent_AnimCurve) == 0x000030, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_CustomEvent_AnimCurve' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000B8, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_EvaluateCurve_ReturnValue) == 0x0000BC, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_IncrementTimer_IncrementedValue) == 0x0000C0, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_IncrementTimer_IncrementedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000C4, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_SwitchEnum_CmpSuccess_3) == 0x0000C5, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_byte_Variable) == 0x0000C6, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C8, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_SwitchEnum_CmpSuccess_4) == 0x0000D0, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_SwitchEnum_CmpSuccess_5) == 0x0000D1, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0000D2, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_CustomEvent_IsPowered) == 0x0000D3, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_CustomEvent_IsPowered' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_byte_Variable_1) == 0x0000D4, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_Select_Default) == 0x0000D8, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_bool_Variable_1) == 0x0000DC, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_Select_Default_1) == 0x0000E4, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_GetOwner_ReturnValue) == 0x0000F0, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000F8, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_Array_Get_Item) == 0x000110, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, CallFunc_BooleanAND_ReturnValue) == 0x000119, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_DynamicCast_AsBP_Timed_Deadzone_Cleaning_Event_Trigger) == 0x000120, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_DynamicCast_AsBP_Timed_Deadzone_Cleaning_Event_Trigger' has a wrong offset!"); \ +static_assert(offsetof(BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_TimedDeadzoneCleaningComponent_C_ExecuteUbergraph_BP_TimedDeadzoneCleaningComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TimedDeadzoneCleaningComponent_C \ +static_assert(alignof(UBP_TimedDeadzoneCleaningComponent_C) == 0x000010, "Wrong alignment on UBP_TimedDeadzoneCleaningComponent_C"); \ +static_assert(sizeof(UBP_TimedDeadzoneCleaningComponent_C) == 0x000810, "Wrong size on UBP_TimedDeadzoneCleaningComponent_C"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, UberGraphFrame) == 0x0005E0, "Member 'UBP_TimedDeadzoneCleaningComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, ChargingMaxRadius) == 0x0005E8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::ChargingMaxRadius' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, PoweredRadius) == 0x0005EC, "Member 'UBP_TimedDeadzoneCleaningComponent_C::PoweredRadius' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, LerpTimer) == 0x0005F0, "Member 'UBP_TimedDeadzoneCleaningComponent_C::LerpTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, StartRadius) == 0x0005F4, "Member 'UBP_TimedDeadzoneCleaningComponent_C::StartRadius' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, CurrentRadius) == 0x0005F8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::CurrentRadius' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, ChargingDuration) == 0x0005FC, "Member 'UBP_TimedDeadzoneCleaningComponent_C::ChargingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, ChargingAnimation) == 0x000600, "Member 'UBP_TimedDeadzoneCleaningComponent_C::ChargingAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, DischargeDuration) == 0x000688, "Member 'UBP_TimedDeadzoneCleaningComponent_C::DischargeDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, AutomaticDischarge) == 0x00068C, "Member 'UBP_TimedDeadzoneCleaningComponent_C::AutomaticDischarge' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, DischargeDelay) == 0x000690, "Member 'UBP_TimedDeadzoneCleaningComponent_C::DischargeDelay' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, DischargingAnimation) == 0x000698, "Member 'UBP_TimedDeadzoneCleaningComponent_C::DischargingAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, PoweringDuration) == 0x000720, "Member 'UBP_TimedDeadzoneCleaningComponent_C::PoweringDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, PoweringAnimation) == 0x000728, "Member 'UBP_TimedDeadzoneCleaningComponent_C::PoweringAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, EventTriggerSphere) == 0x0007B0, "Member 'UBP_TimedDeadzoneCleaningComponent_C::EventTriggerSphere' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, OnIsCharging) == 0x0007B8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::OnIsCharging' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, OnIsDischarging) == 0x0007C8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::OnIsDischarging' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, OnIsDischarged) == 0x0007D8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::OnIsDischarged' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, OnIsPowered) == 0x0007E8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::OnIsPowered' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, ChargeState) == 0x0007F8, "Member 'UBP_TimedDeadzoneCleaningComponent_C::ChargeState' has a wrong offset!"); \ +static_assert(offsetof(UBP_TimedDeadzoneCleaningComponent_C, Timer) == 0x000800, "Member 'UBP_TimedDeadzoneCleaningComponent_C::Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_KillAllInstances \ +static_assert(alignof(BP_EnemySpawnerBase_C_KillAllInstances) == 0x000008, "Wrong alignment on BP_EnemySpawnerBase_C_KillAllInstances"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_KillAllInstances) == 0x000010, "Wrong size on BP_EnemySpawnerBase_C_KillAllInstances"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_KillAllInstances, Params_0) == 0x000000, "Member 'BP_EnemySpawnerBase_C_KillAllInstances::Params_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_KillAllInstances, CallFunc_TryKillSpawnedInstances_ReturnValue) == 0x000008, "Member 'BP_EnemySpawnerBase_C_KillAllInstances::CallFunc_TryKillSpawnedInstances_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_UserConstructionScript \ +static_assert(alignof(BP_EnemySpawnerBase_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_EnemySpawnerBase_C_UserConstructionScript"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_UserConstructionScript) == 0x000014, "Wrong size on BP_EnemySpawnerBase_C_UserConstructionScript"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_UserConstructionScript, CallFunc_BreakVector2D_X) == 0x000000, "Member 'BP_EnemySpawnerBase_C_UserConstructionScript::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_UserConstructionScript, CallFunc_BreakVector2D_Y) == 0x000004, "Member 'BP_EnemySpawnerBase_C_UserConstructionScript::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_UserConstructionScript, CallFunc_FMax_ReturnValue) == 0x000008, "Member 'BP_EnemySpawnerBase_C_UserConstructionScript::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'BP_EnemySpawnerBase_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_HandleMessage \ +static_assert(alignof(BP_EnemySpawnerBase_C_HandleMessage) == 0x000008, "Wrong alignment on BP_EnemySpawnerBase_C_HandleMessage"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_HandleMessage) == 0x000010, "Wrong size on BP_EnemySpawnerBase_C_HandleMessage"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_EnemySpawnerBase_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_EnemySpawnerBase_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_UpdateWispState \ +static_assert(alignof(BP_EnemySpawnerBase_C_UpdateWispState) == 0x000001, "Wrong alignment on BP_EnemySpawnerBase_C_UpdateWispState"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_UpdateWispState) == 0x000001, "Wrong size on BP_EnemySpawnerBase_C_UpdateWispState"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_UpdateWispState, WispState) == 0x000000, "Member 'BP_EnemySpawnerBase_C_UpdateWispState::WispState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_SetWispVisibility \ +static_assert(alignof(BP_EnemySpawnerBase_C_SetWispVisibility) == 0x000001, "Wrong alignment on BP_EnemySpawnerBase_C_SetWispVisibility"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_SetWispVisibility) == 0x000001, "Wrong size on BP_EnemySpawnerBase_C_SetWispVisibility"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_SetWispVisibility, Visible) == 0x000000, "Member 'BP_EnemySpawnerBase_C_SetWispVisibility::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_WispInFinished \ +static_assert(alignof(BP_EnemySpawnerBase_C_WispInFinished) == 0x000008, "Wrong alignment on BP_EnemySpawnerBase_C_WispInFinished"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_WispInFinished) == 0x000020, "Wrong size on BP_EnemySpawnerBase_C_WispInFinished"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_WispInFinished, Args) == 0x000000, "Member 'BP_EnemySpawnerBase_C_WispInFinished::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_WispInFinished, MontageManager_0) == 0x000018, "Member 'BP_EnemySpawnerBase_C_WispInFinished::MontageManager_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_UpdateWispTickState \ +static_assert(alignof(BP_EnemySpawnerBase_C_UpdateWispTickState) == 0x000001, "Wrong alignment on BP_EnemySpawnerBase_C_UpdateWispTickState"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_UpdateWispTickState) == 0x000001, "Wrong size on BP_EnemySpawnerBase_C_UpdateWispTickState"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_UpdateWispTickState, IsEnabled) == 0x000000, "Member 'BP_EnemySpawnerBase_C_UpdateWispTickState::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_MessageSpawnedInstances \ +static_assert(alignof(BP_EnemySpawnerBase_C_MessageSpawnedInstances) == 0x000008, "Wrong alignment on BP_EnemySpawnerBase_C_MessageSpawnedInstances"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_MessageSpawnedInstances) == 0x000008, "Wrong size on BP_EnemySpawnerBase_C_MessageSpawnedInstances"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_MessageSpawnedInstances, Params_0) == 0x000000, "Member 'BP_EnemySpawnerBase_C_MessageSpawnedInstances::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase \ +static_assert(alignof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase) == 0x000008, "Wrong alignment on BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase"); \ +static_assert(sizeof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase) == 0x000150, "Wrong size on BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, EntryPoint) == 0x000000, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_Event_MessageName) == 0x000004, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_Event_Params) == 0x000010, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_SwitchName_CmpSuccess) == 0x000028, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_MakeStruct_PlayMontageArgs) == 0x00003C, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, Temp_delegate_Variable) == 0x000064, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_PlayWithCallback_ReturnValue) == 0x000074, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_Event_WispState) == 0x000078, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_Event_WispState' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CustomEvent_Visible) == 0x000079, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_SwitchEnum_CmpSuccess) == 0x00007A, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CustomEvent_Args) == 0x00007C, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CustomEvent_MontageManager) == 0x000098, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000A0, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_DynamicCast_AsAnim_Montage) == 0x0000A8, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_DynamicCast_AsAnim_Montage' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B4, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_GetDisplayName_ReturnValue) == 0x0000C8, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_Event_IsEnabled) == 0x0000D8, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_Event_IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_Concat_StrStr_ReturnValue) == 0x0000E0, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F0, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_IsVisible_ReturnValue) == 0x000100, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_BooleanAND_ReturnValue) == 0x000101, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_BreakVector2D_X) == 0x000104, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_BreakVector2D_Y) == 0x000108, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00010C, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000110, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_MakeStruct_PlayMontageArgs_1) == 0x000114, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_MakeStruct_PlayMontageArgs_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_FMax_ReturnValue) == 0x00012C, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_PlayWithCallback_ReturnValue_1) == 0x000130, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_PlayWithCallback_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000138, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, K2Node_CustomEvent_Params) == 0x000140, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::K2Node_CustomEvent_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_MochiEnsure_ReturnValue) == 0x000149, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_AreSoftClassesLoaded_ReturnValue) == 0x00014A, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_AreSoftClassesLoaded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase, CallFunc_AreSoftClassesLoaded_ReturnValue_1) == 0x00014B, "Member 'BP_EnemySpawnerBase_C_ExecuteUbergraph_BP_EnemySpawnerBase::CallFunc_AreSoftClassesLoaded_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemySpawnerBase_C \ +static_assert(alignof(ABP_EnemySpawnerBase_C) == 0x000008, "Wrong alignment on ABP_EnemySpawnerBase_C"); \ +static_assert(sizeof(ABP_EnemySpawnerBase_C) == 0x000608, "Wrong size on ABP_EnemySpawnerBase_C"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, UberGraphFrame) == 0x000548, "Member 'ABP_EnemySpawnerBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispTrail) == 0x000550, "Member 'ABP_EnemySpawnerBase_C::WispTrail' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, MochiAudio) == 0x000558, "Member 'ABP_EnemySpawnerBase_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, PointLight) == 0x000560, "Member 'ABP_EnemySpawnerBase_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, Arrow) == 0x000568, "Member 'ABP_EnemySpawnerBase_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, MontageManager) == 0x000570, "Member 'ABP_EnemySpawnerBase_C::MontageManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispMesh) == 0x000578, "Member 'ABP_EnemySpawnerBase_C::WispMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, VolumeDetection) == 0x000580, "Member 'ABP_EnemySpawnerBase_C::VolumeDetection' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, TextRender) == 0x000588, "Member 'ABP_EnemySpawnerBase_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, EnemySpawner) == 0x000590, "Member 'ABP_EnemySpawnerBase_C::EnemySpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, TextRender1) == 0x000598, "Member 'ABP_EnemySpawnerBase_C::TextRender1' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, TriggerSystem) == 0x0005A0, "Member 'ABP_EnemySpawnerBase_C::TriggerSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispFXTimeline_PointLight_93094D434EF16426724BC4B2FD45111B) == 0x0005A8, "Member 'ABP_EnemySpawnerBase_C::WispFXTimeline_PointLight_93094D434EF16426724BC4B2FD45111B' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispFXTimeline_Dissolve_93094D434EF16426724BC4B2FD45111B) == 0x0005AC, "Member 'ABP_EnemySpawnerBase_C::WispFXTimeline_Dissolve_93094D434EF16426724BC4B2FD45111B' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispFXTimeline__Direction_93094D434EF16426724BC4B2FD45111B) == 0x0005B0, "Member 'ABP_EnemySpawnerBase_C::WispFXTimeline__Direction_93094D434EF16426724BC4B2FD45111B' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispFXTimeline) == 0x0005B8, "Member 'ABP_EnemySpawnerBase_C::WispFXTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, Kena) == 0x0005C0, "Member 'ABP_EnemySpawnerBase_C::Kena' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispInDelay) == 0x0005E0, "Member 'ABP_EnemySpawnerBase_C::WispInDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispOutDelay) == 0x0005E8, "Member 'ABP_EnemySpawnerBase_C::WispOutDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, WispOutDelayTimer) == 0x0005F0, "Member 'ABP_EnemySpawnerBase_C::WispOutDelayTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, IsWispingIn) == 0x0005F8, "Member 'ABP_EnemySpawnerBase_C::IsWispingIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemySpawnerBase_C, PreloadWaitTimer) == 0x000600, "Member 'ABP_EnemySpawnerBase_C::PreloadWaitTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled) == 0x000001, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled) == 0x000001, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled, BoolParams) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_SetCameraEnabled::BoolParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook) == 0x000004, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook) == 0x000004, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook, Duration) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_TimedCameraLook::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_NotifyKena \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena) == 0x000008, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_NotifyKena"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena) == 0x000020, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_NotifyKena"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena, EventName) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_NotifyKena::EventName' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_LocalTriggerableCameraSpringArm_C_NotifyKena::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_LocalTriggerableCameraSpringArm_C_NotifyKena::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LocalTriggerableCameraSpringArm_C_NotifyKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_NotifyKena, CallFunc_NotifyNamedEvent_ReturnValue) == 0x000019, "Member 'BP_LocalTriggerableCameraSpringArm_C_NotifyKena::CallFunc_NotifyNamedEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled) == 0x000008, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled) == 0x000008, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled, BoolParams) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_TriggerSetCameraEnabled::BoolParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_Exit \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_Exit) == 0x000008, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_Exit"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_Exit) == 0x000020, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_Exit"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_Exit, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_Exit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_Exit, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_LocalTriggerableCameraSpringArm_C_Exit::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_Exit, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_LocalTriggerableCameraSpringArm_C_Exit::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook) == 0x000008, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook) == 0x000008, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook, Duration) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_TriggerTimedCameraLook::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook) == 0x000004, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook) == 0x000004, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook, FloatParams) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_StartTimedCameraLook::FloatParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm \ +static_assert(alignof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm) == 0x000008, "Wrong alignment on BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm"); \ +static_assert(sizeof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm) == 0x000028, "Wrong size on BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm, EntryPoint) == 0x000000, "Member 'BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm, K2Node_CustomEvent_FloatParams) == 0x000014, "Member 'BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm::K2Node_CustomEvent_FloatParams' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BP_LocalTriggerableCameraSpringArm_C_ExecuteUbergraph_BP_LocalTriggerableCameraSpringArm::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LocalTriggerableCameraSpringArm_C \ +static_assert(alignof(ABP_LocalTriggerableCameraSpringArm_C) == 0x000008, "Wrong alignment on ABP_LocalTriggerableCameraSpringArm_C"); \ +static_assert(sizeof(ABP_LocalTriggerableCameraSpringArm_C) == 0x000258, "Wrong size on ABP_LocalTriggerableCameraSpringArm_C"); \ +static_assert(offsetof(ABP_LocalTriggerableCameraSpringArm_C, UberGraphFrame) == 0x000228, "Member 'ABP_LocalTriggerableCameraSpringArm_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalTriggerableCameraSpringArm_C, TriggerableCamera) == 0x000230, "Member 'ABP_LocalTriggerableCameraSpringArm_C::TriggerableCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalTriggerableCameraSpringArm_C, SpringArm) == 0x000238, "Member 'ABP_LocalTriggerableCameraSpringArm_C::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalTriggerableCameraSpringArm_C, TriggerNode) == 0x000240, "Member 'ABP_LocalTriggerableCameraSpringArm_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocalTriggerableCameraSpringArm_C, OnCameraComplete) == 0x000248, "Member 'ABP_LocalTriggerableCameraSpringArm_C::OnCameraComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TriggerGate_C \ +static_assert(alignof(ABP_TriggerGate_C) == 0x000008, "Wrong alignment on ABP_TriggerGate_C"); \ +static_assert(sizeof(ABP_TriggerGate_C) == 0x000310, "Wrong size on ABP_TriggerGate_C"); \ +static_assert(offsetof(ABP_TriggerGate_C, Billboard) == 0x000300, "Member 'ABP_TriggerGate_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerGate_C, TextRender) == 0x000308, "Member 'ABP_TriggerGate_C::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritRealm_ToggleVis_C_UserConstructionScript \ +static_assert(alignof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SpiritRealm_ToggleVis_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript) == 0x000088, "Wrong size on BP_SpiritRealm_ToggleVis_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, Temp_bool_Variable) == 0x000004, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_GetAttachedActors_OutActors) == 0x000020, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_FilterArray_FilteredArray) == 0x000030, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_FilterArray_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000050, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000068, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_UserConstructionScript, K2Node_Select_Default) == 0x000085, "Member 'BP_SpiritRealm_ToggleVis_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature \ +static_assert(alignof(BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature"); \ +static_assert(sizeof(BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature) == 0x000001, "Wrong size on BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature, IsInSpiritRealm) == 0x000000, "Member 'BP_SpiritRealm_ToggleVis_C_BndEvt__SpiritRealm_K2Node_ComponentBoundEvent_1_OnSpiritRealmStateChanged__DelegateSignature::IsInSpiritRealm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis \ +static_assert(alignof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis) == 0x000008, "Wrong alignment on BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis"); \ +static_assert(sizeof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis) == 0x000098, "Wrong size on BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, EntryPoint) == 0x000000, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_GetAttachedActors_OutActors) == 0x000008, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_FilterArray_FilteredArray) == 0x000020, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_FilterArray_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000050, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, K2Node_ComponentBoundEvent_IsInSpiritRealm) == 0x000060, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::K2Node_ComponentBoundEvent_IsInSpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, Temp_bool_Variable) == 0x000062, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000068, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, K2Node_Select_Default) == 0x000080, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Array_Length_ReturnValue_1) == 0x000084, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_SpiritRealm_ToggleVis_C_ExecuteUbergraph_BP_SpiritRealm_ToggleVis::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpiritRealm_ToggleVis_C \ +static_assert(alignof(ABP_SpiritRealm_ToggleVis_C) == 0x000008, "Wrong alignment on ABP_SpiritRealm_ToggleVis_C"); \ +static_assert(sizeof(ABP_SpiritRealm_ToggleVis_C) == 0x000268, "Wrong size on ABP_SpiritRealm_ToggleVis_C"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, UberGraphFrame) == 0x000228, "Member 'ABP_SpiritRealm_ToggleVis_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, Spirit_Realm_Toggle_Vis) == 0x000230, "Member 'ABP_SpiritRealm_ToggleVis_C::Spirit_Realm_Toggle_Vis' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, SpiritRealm) == 0x000238, "Member 'ABP_SpiritRealm_ToggleVis_C::SpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_SpiritRealm_ToggleVis_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, IsVisibleInSpiritRealm) == 0x000248, "Member 'ABP_SpiritRealm_ToggleVis_C::IsVisibleInSpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, StaticMeshArray) == 0x000250, "Member 'ABP_SpiritRealm_ToggleVis_C::StaticMeshArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritRealm_ToggleVis_C, SpiritRealmPreview) == 0x000260, "Member 'ABP_SpiritRealm_ToggleVis_C::SpiritRealmPreview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C6AB4E9247E23A5E0423D485140C8C8A::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C6AB4E9247E23A5E0423D485140C8C8A::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_C881D5654A8CC0FFEC9C089AFDB37E7D::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated_0D2807BC48AF80B6DB0034A60C2A313C::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_OnWaveDefeated_0D2807BC48AF80B6DB0034A60C2A313C::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated) == 0x000004, "Wrong size on BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated, TotalActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnSpawnerDefeated::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_OnCleanup \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_OnCleanup) == 0x000001, "Wrong alignment on BP_WaveManager_00_02_Cave_C_OnCleanup"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_OnCleanup) == 0x000001, "Wrong size on BP_WaveManager_00_02_Cave_C_OnCleanup"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_OnCleanup, reason) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_OnCleanup::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave \ +static_assert(alignof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave) == 0x000008, "Wrong alignment on BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave) == 0x000120, "Wrong size on BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, EntryPoint) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_EndCombat_ReturnValue) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_EndCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_1) == 0x00000C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_ActiveCount_3) == 0x000010, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_ActiveCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_DefeatedCount_3) == 0x000014, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_DefeatedCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount_4) == 0x000018, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_ActiveCount_2) == 0x00002C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_ActiveCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_DefeatedCount_2) == 0x000030, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_DefeatedCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount_3) == 0x000034, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_2) == 0x000048, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_3) == 0x00004C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_4) == 0x000050, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_ActiveCount_1) == 0x000064, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_ActiveCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_DefeatedCount_1) == 0x000068, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_DefeatedCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount_2) == 0x00006C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_ActiveCount) == 0x000070, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_DefeatedCount) == 0x000074, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount_1) == 0x000078, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CreateDelegate_OutputDelegate_3) == 0x00007C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_5) == 0x00008C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_6) == 0x000090, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_7) == 0x000094, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_8) == 0x000098, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_9) == 0x00009C, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_ActiveCount_4) == 0x0000A0, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_ActiveCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_DefeatedCount_4) == 0x0000A4, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_DefeatedCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount_5) == 0x0000A8, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000AC, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_ActiveCount_5) == 0x0000BC, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_ActiveCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_DefeatedCount_5) == 0x0000C0, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_DefeatedCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount_6) == 0x0000C4, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, Temp_int_Variable_10) == 0x0000C8, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000CC, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_CreateSpawnWaveProxy_ReturnValue) == 0x0000E0, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_CreateSpawnWaveProxy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_CustomEvent_TotalActiveCount) == 0x0000EC, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_CustomEvent_TotalActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000F1, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F2, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_CreateSpawnWaveProxy_ReturnValue_1) == 0x0000F8, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_CreateSpawnWaveProxy_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_IsValid_ReturnValue_1) == 0x000104, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000108, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_CreateSpawnWaveProxy_ReturnValue_2) == 0x000110, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_CreateSpawnWaveProxy_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_SwitchInteger_CmpSuccess) == 0x000118, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, CallFunc_IsValid_ReturnValue_2) == 0x000119, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave, K2Node_Event_Reason) == 0x00011A, "Member 'BP_WaveManager_00_02_Cave_C_ExecuteUbergraph_BP_WaveManager_00_02_Cave::K2Node_Event_Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WaveManager_00_02_Cave_C \ +static_assert(alignof(ABP_WaveManager_00_02_Cave_C) == 0x000008, "Wrong alignment on ABP_WaveManager_00_02_Cave_C"); \ +static_assert(sizeof(ABP_WaveManager_00_02_Cave_C) == 0x0002D0, "Wrong size on ABP_WaveManager_00_02_Cave_C"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, UberGraphFrame) == 0x000270, "Member 'ABP_WaveManager_00_02_Cave_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, Wave0) == 0x000278, "Member 'ABP_WaveManager_00_02_Cave_C::Wave0' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, Wave1) == 0x000288, "Member 'ABP_WaveManager_00_02_Cave_C::Wave1' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, Wave2) == 0x000298, "Member 'ABP_WaveManager_00_02_Cave_C::Wave2' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, WaveCount) == 0x0002A8, "Member 'ABP_WaveManager_00_02_Cave_C::WaveCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, OnFirstWaveDefeated) == 0x0002B0, "Member 'ABP_WaveManager_00_02_Cave_C::OnFirstWaveDefeated' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_C, OnSecondWaveDefeated) == 0x0002C0, "Member 'ABP_WaveManager_00_02_Cave_C::OnSecondWaveDefeated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFollowCamera_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsFollowCamera_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsFollowCamera_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsFollowCamera_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsFollowCamera_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFollowCamera_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsFollowCamera_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera \ +static_assert(alignof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera) == 0x000008, "Wrong alignment on BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera"); \ +static_assert(sizeof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera) == 0x000020, "Wrong size on BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera, EntryPoint) == 0x000000, "Member 'BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsFollowCamera_C_ExecuteUbergraph_BP_OptionsFollowCamera::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFollowCamera_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsFollowCamera_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsFollowCamera_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsFollowCamera_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsFollowCamera_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFollowCamera_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsFollowCamera_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsFollowCamera_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetDefaultIntValue, CallFunc_GetDefaultFollowCameraEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsFollowCamera_C_GetDefaultIntValue::CallFunc_GetDefaultFollowCameraEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsFollowCamera_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFollowCamera_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsFollowCamera_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsFollowCamera_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsFollowCamera_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsFollowCamera_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFollowCamera_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsFollowCamera_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsFollowCamera_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetAppliedIntValue, CallFunc_GetFollowCameraEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsFollowCamera_C_GetAppliedIntValue::CallFunc_GetFollowCameraEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFollowCamera_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsFollowCamera_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsFollowCamera_C \ +static_assert(alignof(UBP_OptionsFollowCamera_C) == 0x000008, "Wrong alignment on UBP_OptionsFollowCamera_C"); \ +static_assert(sizeof(UBP_OptionsFollowCamera_C) == 0x000030, "Wrong size on UBP_OptionsFollowCamera_C"); \ +static_assert(offsetof(UBP_OptionsFollowCamera_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsFollowCamera_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B9972C104007B8C4FCCEBA88255F7B4C::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B9972C104007B8C4FCCEBA88255F7B4C::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566 \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_B57A01754F6C252C8F426DAEF19E7566::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566 \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_B57A01754F6C252C8F426DAEF19E7566::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4 \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated_7C45F4224C40CC86860308B03EDBFDB4::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4 \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4) == 0x00000C, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4, ActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4, DefeatedCount) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4::DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4, TotalActiveCount) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnWaveDefeated_7C45F4224C40CC86860308B03EDBFDB4::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated) == 0x000004, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated) == 0x000004, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated, TotalActiveCount) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnSpawnerDefeated::TotalActiveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_OnCleanup \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_OnCleanup) == 0x000001, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_OnCleanup"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_OnCleanup) == 0x000001, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_OnCleanup"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_OnCleanup, reason) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_OnCleanup::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_ \ +static_assert(alignof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_) == 0x000008, "Wrong alignment on BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_"); \ +static_assert(sizeof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_) == 0x000118, "Wrong size on BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, EntryPoint) == 0x000000, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable) == 0x000004, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_1) == 0x000008, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_ActiveCount_3) == 0x00000C, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_ActiveCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_DefeatedCount_3) == 0x000010, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_DefeatedCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount_4) == 0x000014, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_ActiveCount_2) == 0x000028, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_ActiveCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_DefeatedCount_2) == 0x00002C, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_DefeatedCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount_3) == 0x000030, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_2) == 0x000044, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_3) == 0x000048, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_4) == 0x00004C, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_ActiveCount_1) == 0x000060, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_ActiveCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_DefeatedCount_1) == 0x000064, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_DefeatedCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount_2) == 0x000068, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_ActiveCount) == 0x00006C, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_DefeatedCount) == 0x000070, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_DefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount_1) == 0x000074, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CreateDelegate_OutputDelegate_3) == 0x000078, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_5) == 0x000088, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_6) == 0x00008C, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_7) == 0x000090, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_8) == 0x000094, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_9) == 0x000098, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_ActiveCount_4) == 0x00009C, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_ActiveCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_DefeatedCount_4) == 0x0000A0, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_DefeatedCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount_5) == 0x0000A4, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000A8, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_ActiveCount_5) == 0x0000B8, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_ActiveCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_DefeatedCount_5) == 0x0000BC, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_DefeatedCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount_6) == 0x0000C0, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, Temp_int_Variable_10) == 0x0000C4, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000C8, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_CreateSpawnWaveProxy_ReturnValue) == 0x0000D8, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_CreateSpawnWaveProxy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_CustomEvent_TotalActiveCount) == 0x0000E4, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_CustomEvent_TotalActiveCount' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000E9, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000EA, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_CreateSpawnWaveProxy_ReturnValue_1) == 0x0000F0, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_CreateSpawnWaveProxy_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_Add_IntInt_ReturnValue) == 0x0000F8, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_IsValid_ReturnValue_1) == 0x0000FC, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_Add_IntInt_ReturnValue_1) == 0x000100, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_CreateSpawnWaveProxy_ReturnValue_2) == 0x000108, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_CreateSpawnWaveProxy_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_SwitchInteger_CmpSuccess) == 0x000110, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_IsValid_ReturnValue_2) == 0x000111, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, K2Node_Event_Reason) == 0x000112, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_, CallFunc_EndCombat_ReturnValue) == 0x000113, "Member 'BP_WaveManager_00_02_Cave_NG__C_ExecuteUbergraph_BP_WaveManager_00_02_Cave_NG_::CallFunc_EndCombat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WaveManager_00_02_Cave_NG__C \ +static_assert(alignof(ABP_WaveManager_00_02_Cave_NG__C) == 0x000008, "Wrong alignment on ABP_WaveManager_00_02_Cave_NG__C"); \ +static_assert(sizeof(ABP_WaveManager_00_02_Cave_NG__C) == 0x0002D0, "Wrong size on ABP_WaveManager_00_02_Cave_NG__C"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, UberGraphFrame) == 0x000270, "Member 'ABP_WaveManager_00_02_Cave_NG__C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, Wave0) == 0x000278, "Member 'ABP_WaveManager_00_02_Cave_NG__C::Wave0' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, Wave1) == 0x000288, "Member 'ABP_WaveManager_00_02_Cave_NG__C::Wave1' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, Wave2) == 0x000298, "Member 'ABP_WaveManager_00_02_Cave_NG__C::Wave2' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, WaveCount) == 0x0002A8, "Member 'ABP_WaveManager_00_02_Cave_NG__C::WaveCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, OnFirstWaveDefeated) == 0x0002B0, "Member 'ABP_WaveManager_00_02_Cave_NG__C::OnFirstWaveDefeated' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaveManager_00_02_Cave_NG__C, OnSecondWaveDefeated) == 0x0002C0, "Member 'ABP_WaveManager_00_02_Cave_NG__C::OnSecondWaveDefeated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyOnlyWall_C \ +static_assert(alignof(ABP_EnemyOnlyWall_C) == 0x000008, "Wrong alignment on ABP_EnemyOnlyWall_C"); \ +static_assert(sizeof(ABP_EnemyOnlyWall_C) == 0x000240, "Wrong size on ABP_EnemyOnlyWall_C"); \ +static_assert(offsetof(ABP_EnemyOnlyWall_C, Box) == 0x000238, "Member 'ABP_EnemyOnlyWall_C::Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MaskGetComponent_C_OnInstanced \ +static_assert(alignof(BP_MaskGetComponent_C_OnInstanced) == 0x000008, "Wrong alignment on BP_MaskGetComponent_C_OnInstanced"); \ +static_assert(sizeof(BP_MaskGetComponent_C_OnInstanced) == 0x000030, "Wrong size on BP_MaskGetComponent_C_OnInstanced"); \ +static_assert(offsetof(BP_MaskGetComponent_C_OnInstanced, Widget) == 0x000000, "Member 'BP_MaskGetComponent_C_OnInstanced::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_OnInstanced, Args) == 0x000008, "Member 'BP_MaskGetComponent_C_OnInstanced::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_OnInstanced, K2Node_DynamicCast_AsWBP_Mask_Get_Overlay) == 0x000010, "Member 'BP_MaskGetComponent_C_OnInstanced::K2Node_DynamicCast_AsWBP_Mask_Get_Overlay' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_OnInstanced, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_MaskGetComponent_C_OnInstanced::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_OnInstanced, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_MaskGetComponent_C_OnInstanced::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MaskGetComponent_C_ShowMaskGetOverlay \ +static_assert(alignof(BP_MaskGetComponent_C_ShowMaskGetOverlay) == 0x000008, "Wrong alignment on BP_MaskGetComponent_C_ShowMaskGetOverlay"); \ +static_assert(sizeof(BP_MaskGetComponent_C_ShowMaskGetOverlay) == 0x000020, "Wrong size on BP_MaskGetComponent_C_ShowMaskGetOverlay"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ShowMaskGetOverlay, TriggerParams) == 0x000000, "Member 'BP_MaskGetComponent_C_ShowMaskGetOverlay::TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ShowMaskGetOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_MaskGetComponent_C_ShowMaskGetOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ShowMaskGetOverlay, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000018, "Member 'BP_MaskGetComponent_C_ShowMaskGetOverlay::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7 \ +static_assert(alignof(BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7) == 0x000008, "Wrong alignment on BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7"); \ +static_assert(sizeof(BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7) == 0x000008, "Wrong size on BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7"); \ +static_assert(offsetof(BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7, Loaded) == 0x000000, "Member 'BP_MaskGetComponent_C_OnLoaded_ECD9E2994CABC3EA80EF929887233BD7::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent \ +static_assert(alignof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent) == 0x000008, "Wrong alignment on BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent"); \ +static_assert(sizeof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent) == 0x000100, "Wrong size on BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, EntryPoint) == 0x000000, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, Temp_object_Variable) == 0x000020, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, K2Node_DynamicCast_AsMaterial_Instance) == 0x000028, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::K2Node_DynamicCast_AsMaterial_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, Temp_byte_Variable) == 0x000031, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, Temp_softobject_Variable) == 0x000038, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, Temp_softobject_Variable_1) == 0x000060, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::Temp_softobject_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, Temp_softobject_Variable_2) == 0x000088, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::Temp_softobject_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, Temp_softobject_Variable_3) == 0x0000B0, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::Temp_softobject_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent, K2Node_Select_Default) == 0x0000D8, "Member 'BP_MaskGetComponent_C_ExecuteUbergraph_BP_MaskGetComponent::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MaskGetComponent_C \ +static_assert(alignof(UBP_MaskGetComponent_C) == 0x000008, "Wrong alignment on UBP_MaskGetComponent_C"); \ +static_assert(sizeof(UBP_MaskGetComponent_C) == 0x0000D8, "Wrong size on UBP_MaskGetComponent_C"); \ +static_assert(offsetof(UBP_MaskGetComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_MaskGetComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_MaskGetComponent_C, MaskGetType) == 0x0000B8, "Member 'UBP_MaskGetComponent_C::MaskGetType' has a wrong offset!"); \ +static_assert(offsetof(UBP_MaskGetComponent_C, OnMaskGetComplete) == 0x0000C0, "Member 'UBP_MaskGetComponent_C::OnMaskGetComplete' has a wrong offset!"); \ +static_assert(offsetof(UBP_MaskGetComponent_C, MaskMat) == 0x0000D0, "Member 'UBP_MaskGetComponent_C::MaskMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicGetComponent_C_HandleRelicGetFinished \ +static_assert(alignof(BP_RelicGetComponent_C_HandleRelicGetFinished) == 0x000008, "Wrong alignment on BP_RelicGetComponent_C_HandleRelicGetFinished"); \ +static_assert(sizeof(BP_RelicGetComponent_C_HandleRelicGetFinished) == 0x000008, "Wrong size on BP_RelicGetComponent_C_HandleRelicGetFinished"); \ +static_assert(offsetof(BP_RelicGetComponent_C_HandleRelicGetFinished, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_RelicGetComponent_C_HandleRelicGetFinished::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicGetComponent_C_OnInstanced \ +static_assert(alignof(BP_RelicGetComponent_C_OnInstanced) == 0x000008, "Wrong alignment on BP_RelicGetComponent_C_OnInstanced"); \ +static_assert(sizeof(BP_RelicGetComponent_C_OnInstanced) == 0x000030, "Wrong size on BP_RelicGetComponent_C_OnInstanced"); \ +static_assert(offsetof(BP_RelicGetComponent_C_OnInstanced, Widget) == 0x000000, "Member 'BP_RelicGetComponent_C_OnInstanced::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_OnInstanced, Args) == 0x000008, "Member 'BP_RelicGetComponent_C_OnInstanced::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_OnInstanced, K2Node_DynamicCast_AsWBP_Relic_Get_Overlay) == 0x000010, "Member 'BP_RelicGetComponent_C_OnInstanced::K2Node_DynamicCast_AsWBP_Relic_Get_Overlay' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_OnInstanced, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_RelicGetComponent_C_OnInstanced::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_OnInstanced, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_RelicGetComponent_C_OnInstanced::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicGetComponent_C_ShowRelicGetOverlay \ +static_assert(alignof(BP_RelicGetComponent_C_ShowRelicGetOverlay) == 0x000008, "Wrong alignment on BP_RelicGetComponent_C_ShowRelicGetOverlay"); \ +static_assert(sizeof(BP_RelicGetComponent_C_ShowRelicGetOverlay) == 0x000020, "Wrong size on BP_RelicGetComponent_C_ShowRelicGetOverlay"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ShowRelicGetOverlay, TriggerParams) == 0x000000, "Member 'BP_RelicGetComponent_C_ShowRelicGetOverlay::TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ShowRelicGetOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_RelicGetComponent_C_ShowRelicGetOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ShowRelicGetOverlay, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000018, "Member 'BP_RelicGetComponent_C_ShowRelicGetOverlay::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicGetComponent_C_HandleIconComplete \ +static_assert(alignof(BP_RelicGetComponent_C_HandleIconComplete) == 0x000008, "Wrong alignment on BP_RelicGetComponent_C_HandleIconComplete"); \ +static_assert(sizeof(BP_RelicGetComponent_C_HandleIconComplete) == 0x000008, "Wrong size on BP_RelicGetComponent_C_HandleIconComplete"); \ +static_assert(offsetof(BP_RelicGetComponent_C_HandleIconComplete, Texture2D) == 0x000000, "Member 'BP_RelicGetComponent_C_HandleIconComplete::Texture2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicGetComponent_C_HandleBackgroundComplete \ +static_assert(alignof(BP_RelicGetComponent_C_HandleBackgroundComplete) == 0x000008, "Wrong alignment on BP_RelicGetComponent_C_HandleBackgroundComplete"); \ +static_assert(sizeof(BP_RelicGetComponent_C_HandleBackgroundComplete) == 0x000008, "Wrong size on BP_RelicGetComponent_C_HandleBackgroundComplete"); \ +static_assert(offsetof(BP_RelicGetComponent_C_HandleBackgroundComplete, Texture2D) == 0x000000, "Member 'BP_RelicGetComponent_C_HandleBackgroundComplete::Texture2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent \ +static_assert(alignof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent) == 0x000008, "Wrong alignment on BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent"); \ +static_assert(sizeof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent) == 0x000098, "Wrong size on BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, EntryPoint) == 0x000000, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, CallFunc_RelicIconToSoftTextures_IconTexture) == 0x000028, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::CallFunc_RelicIconToSoftTextures_IconTexture' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, CallFunc_RelicIconToSoftTextures_BackgroundTexture) == 0x000050, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::CallFunc_RelicIconToSoftTextures_BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, CallFunc_LoadTextureAsync_ReturnValue) == 0x000078, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::CallFunc_LoadTextureAsync_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, K2Node_CustomEvent_Texture2D_1) == 0x000080, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::K2Node_CustomEvent_Texture2D_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, CallFunc_LoadTextureAsync_ReturnValue_1) == 0x000088, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::CallFunc_LoadTextureAsync_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent, K2Node_CustomEvent_Texture2D) == 0x000090, "Member 'BP_RelicGetComponent_C_ExecuteUbergraph_BP_RelicGetComponent::K2Node_CustomEvent_Texture2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RelicGetComponent_C \ +static_assert(alignof(UBP_RelicGetComponent_C) == 0x000008, "Wrong alignment on UBP_RelicGetComponent_C"); \ +static_assert(sizeof(UBP_RelicGetComponent_C) == 0x000130, "Wrong size on UBP_RelicGetComponent_C"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_RelicGetComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, RelicGetType) == 0x0000B8, "Member 'UBP_RelicGetComponent_C::RelicGetType' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, OnRelicGetFinished) == 0x0000C0, "Member 'UBP_RelicGetComponent_C::OnRelicGetFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, RelicIconTextureSoft) == 0x0000D0, "Member 'UBP_RelicGetComponent_C::RelicIconTextureSoft' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, RelicBackgroundTextureSoft) == 0x0000F8, "Member 'UBP_RelicGetComponent_C::RelicBackgroundTextureSoft' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, RelicIconTexture) == 0x000120, "Member 'UBP_RelicGetComponent_C::RelicIconTexture' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelicGetComponent_C, RelicBackgroundTexture) == 0x000128, "Member 'UBP_RelicGetComponent_C::RelicBackgroundTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TitleCardComponent_C_OnInstanced \ +static_assert(alignof(BP_TitleCardComponent_C_OnInstanced) == 0x000008, "Wrong alignment on BP_TitleCardComponent_C_OnInstanced"); \ +static_assert(sizeof(BP_TitleCardComponent_C_OnInstanced) == 0x000030, "Wrong size on BP_TitleCardComponent_C_OnInstanced"); \ +static_assert(offsetof(BP_TitleCardComponent_C_OnInstanced, Widget) == 0x000000, "Member 'BP_TitleCardComponent_C_OnInstanced::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_OnInstanced, Args) == 0x000008, "Member 'BP_TitleCardComponent_C_OnInstanced::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_OnInstanced, K2Node_DynamicCast_AsWBP_Title_Card) == 0x000010, "Member 'BP_TitleCardComponent_C_OnInstanced::K2Node_DynamicCast_AsWBP_Title_Card' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_OnInstanced, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_TitleCardComponent_C_OnInstanced::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_OnInstanced, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_TitleCardComponent_C_OnInstanced::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TitleCardComponent_C_ShowTitleCard \ +static_assert(alignof(BP_TitleCardComponent_C_ShowTitleCard) == 0x000008, "Wrong alignment on BP_TitleCardComponent_C_ShowTitleCard"); \ +static_assert(sizeof(BP_TitleCardComponent_C_ShowTitleCard) == 0x000020, "Wrong size on BP_TitleCardComponent_C_ShowTitleCard"); \ +static_assert(offsetof(BP_TitleCardComponent_C_ShowTitleCard, NewParam) == 0x000000, "Member 'BP_TitleCardComponent_C_ShowTitleCard::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_ShowTitleCard, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_TitleCardComponent_C_ShowTitleCard::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_ShowTitleCard, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000018, "Member 'BP_TitleCardComponent_C_ShowTitleCard::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent \ +static_assert(alignof(BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent) == 0x000008, "Wrong alignment on BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent"); \ +static_assert(sizeof(BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent) == 0x0000C0, "Wrong size on BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent"); \ +static_assert(offsetof(BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent, EntryPoint) == 0x000000, "Member 'BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B8, "Member 'BP_TitleCardComponent_C_ExecuteUbergraph_BP_TitleCardComponent::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TitleCardComponent_C \ +static_assert(alignof(UBP_TitleCardComponent_C) == 0x000008, "Wrong alignment on UBP_TitleCardComponent_C"); \ +static_assert(sizeof(UBP_TitleCardComponent_C) == 0x000188, "Wrong size on UBP_TitleCardComponent_C"); \ +static_assert(offsetof(UBP_TitleCardComponent_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_TitleCardComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TitleCardComponent_C, TitleCardData) == 0x0000C8, "Member 'UBP_TitleCardComponent_C::TitleCardData' has a wrong offset!"); \ +static_assert(offsetof(UBP_TitleCardComponent_C, CanCreateTitleCard) == 0x000178, "Member 'UBP_TitleCardComponent_C::CanCreateTitleCard' has a wrong offset!"); \ +static_assert(offsetof(UBP_TitleCardComponent_C, TitleCardWidget) == 0x000180, "Member 'UBP_TitleCardComponent_C::TitleCardWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions \ +static_assert(alignof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions) == 0x000008, "Wrong alignment on WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions"); \ +static_assert(sizeof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions) == 0x000090, "Wrong size on WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, EntryPoint) == 0x000000, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_HasAnyGameSaveChanges_ReturnValue) == 0x000004, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_HasAnyGameSaveChanges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000008, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000018, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_GetSaveDataManager_ReturnValue) == 0x000020, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_GetLastLoadedSaveSlot_ReturnValue) == 0x000028, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_GetLastLoadedSaveSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_GetGlobalDifficultyManager_ReturnValue) == 0x000038, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_GetGlobalDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_GetDifficulty_ReturnValue) == 0x000040, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_GetDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_GetGlobalDifficultyManager_ReturnValue_1) == 0x000048, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_GetGlobalDifficultyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000068, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_OpenMessageBox_Result) == 0x000069, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_OpenMessageBox_ReturnValue) == 0x00006A, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, K2Node_SwitchEnum_CmpSuccess) == 0x00006B, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000070, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_OpenMessageBox_Result_1) == 0x000088, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_OpenMessageBox_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, CallFunc_OpenMessageBox_ReturnValue_1) == 0x000089, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::CallFunc_OpenMessageBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions, K2Node_SwitchEnum_CmpSuccess_1) == 0x00008A, "Member 'WBP_GameOptions_C_ExecuteUbergraph_WBP_GameOptions::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GameOptions_C \ +static_assert(alignof(UWBP_GameOptions_C) == 0x000008, "Wrong alignment on UWBP_GameOptions_C"); \ +static_assert(sizeof(UWBP_GameOptions_C) == 0x000310, "Wrong size on UWBP_GameOptions_C"); \ +static_assert(offsetof(UWBP_GameOptions_C, UberGraphFrame) == 0x000300, "Member 'UWBP_GameOptions_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameOptions_C, OriginalDifficulty) == 0x000308, "Member 'UWBP_GameOptions_C::OriginalDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_DoOnce_C_PerformConditionCheckAI \ +static_assert(alignof(BTD_DoOnce_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_DoOnce_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTD_DoOnce_C_PerformConditionCheckAI) == 0x000018, "Wrong size on BTD_DoOnce_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTD_DoOnce_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_DoOnce_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_DoOnce_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_DoOnce_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_DoOnce_C_ReceiveExecutionFinishAI \ +static_assert(alignof(BTD_DoOnce_C_ReceiveExecutionFinishAI) == 0x000008, "Wrong alignment on BTD_DoOnce_C_ReceiveExecutionFinishAI"); \ +static_assert(sizeof(BTD_DoOnce_C_ReceiveExecutionFinishAI) == 0x000018, "Wrong size on BTD_DoOnce_C_ReceiveExecutionFinishAI"); \ +static_assert(offsetof(BTD_DoOnce_C_ReceiveExecutionFinishAI, OwnerController) == 0x000000, "Member 'BTD_DoOnce_C_ReceiveExecutionFinishAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_ReceiveExecutionFinishAI, ControlledPawn) == 0x000008, "Member 'BTD_DoOnce_C_ReceiveExecutionFinishAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_ReceiveExecutionFinishAI, NodeResult) == 0x000010, "Member 'BTD_DoOnce_C_ReceiveExecutionFinishAI::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce \ +static_assert(alignof(BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce) == 0x000008, "Wrong alignment on BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce"); \ +static_assert(sizeof(BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce) == 0x000020, "Wrong size on BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce"); \ +static_assert(offsetof(BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce, EntryPoint) == 0x000000, "Member 'BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce, K2Node_Event_OwnerController) == 0x000008, "Member 'BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce, K2Node_Event_NodeResult) == 0x000018, "Member 'BTD_DoOnce_C_ExecuteUbergraph_BTD_DoOnce::K2Node_Event_NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTD_DoOnce_C \ +static_assert(alignof(UBTD_DoOnce_C) == 0x000008, "Wrong alignment on UBTD_DoOnce_C"); \ +static_assert(sizeof(UBTD_DoOnce_C) == 0x0000B0, "Wrong size on UBTD_DoOnce_C"); \ +static_assert(offsetof(UBTD_DoOnce_C, UberGraphFrame) == 0x0000A0, "Member 'UBTD_DoOnce_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTD_DoOnce_C, IsReady) == 0x0000A8, "Member 'UBTD_DoOnce_C::IsReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_AngleGreaterThan_C_PerformConditionCheckAI \ +static_assert(alignof(BT_AngleGreaterThan_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BT_AngleGreaterThan_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BT_AngleGreaterThan_C_PerformConditionCheckAI) == 0x0000D0, "Wrong size on BT_AngleGreaterThan_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, TargetLocation) == 0x000014, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_GetForwardVector_ReturnValue) == 0x000044, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000050, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00005C, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000078, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000084, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Normal_ReturnValue) == 0x000090, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00009C, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000A8, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000B4, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000C0, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_DegAcos_ReturnValue) == 0x0000C4, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_AngleGreaterThan_C_PerformConditionCheckAI, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BT_AngleGreaterThan_C_PerformConditionCheckAI::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_AngleGreaterThan_C \ +static_assert(alignof(UBT_AngleGreaterThan_C) == 0x000008, "Wrong alignment on UBT_AngleGreaterThan_C"); \ +static_assert(sizeof(UBT_AngleGreaterThan_C) == 0x0000D0, "Wrong size on UBT_AngleGreaterThan_C"); \ +static_assert(offsetof(UBT_AngleGreaterThan_C, TargetActor) == 0x0000A0, "Member 'UBT_AngleGreaterThan_C::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UBT_AngleGreaterThan_C, Angle) == 0x0000C8, "Member 'UBT_AngleGreaterThan_C::Angle' has a wrong offset!"); \ +static_assert(offsetof(UBT_AngleGreaterThan_C, DebugEnabled) == 0x0000CC, "Member 'UBT_AngleGreaterThan_C::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_RotMoveAroundRot_C_TryApplyInput \ +static_assert(alignof(BTT_RotMoveAroundRot_C_TryApplyInput) == 0x000008, "Wrong alignment on BTT_RotMoveAroundRot_C_TryApplyInput"); \ +static_assert(sizeof(BTT_RotMoveAroundRot_C_TryApplyInput) == 0x000090, "Wrong size on BTT_RotMoveAroundRot_C_TryApplyInput"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, Pawn) == 0x000000, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, IsRight) == 0x000008, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::IsRight' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, ReturnValue) == 0x000009, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_GetActorRightVector_ReturnValue) == 0x000018, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_GetMovementComponent_ReturnValue) == 0x000028, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000030, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_SelectVector_ReturnValue) == 0x00003C, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000048, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000054, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_Add_VectorVector_ReturnValue) == 0x000060, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_TryFindClosestPointOnNavmesh_NavAgent_CastInput) == 0x000070, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_TryFindClosestPointOnNavmesh_NavAgent_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_TryFindClosestPointOnNavmesh_OutVector) == 0x000080, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_TryFindClosestPointOnNavmesh_OutVector' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_TryApplyInput, CallFunc_TryFindClosestPointOnNavmesh_ReturnValue) == 0x00008C, "Member 'BTT_RotMoveAroundRot_C_TryApplyInput::CallFunc_TryFindClosestPointOnNavmesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_RotMoveAroundRot_C_ReceiveTickAI \ +static_assert(alignof(BTT_RotMoveAroundRot_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_RotMoveAroundRot_C_ReceiveTickAI"); \ +static_assert(sizeof(BTT_RotMoveAroundRot_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_RotMoveAroundRot_C_ReceiveTickAI"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_RotMoveAroundRot_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_RotMoveAroundRot_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_RotMoveAroundRot_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot \ +static_assert(alignof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot) == 0x000008, "Wrong alignment on BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot"); \ +static_assert(sizeof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot) == 0x000020, "Wrong size on BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, EntryPoint) == 0x000000, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000004, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_GetBlackboardValueAsBool_ReturnValue_1) == 0x000005, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_GetBlackboardValueAsBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_Not_PreBool_ReturnValue_1) == 0x000007, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_GetBlackboardValueAsBool_ReturnValue_2) == 0x00001C, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_GetBlackboardValueAsBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_TryApplyInput_ReturnValue) == 0x00001D, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_TryApplyInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot, CallFunc_TryApplyInput_ReturnValue_1) == 0x00001E, "Member 'BTT_RotMoveAroundRot_C_ExecuteUbergraph_BTT_RotMoveAroundRot::CallFunc_TryApplyInput_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_RotMoveAroundRot_C \ +static_assert(alignof(UBTT_RotMoveAroundRot_C) == 0x000008, "Wrong alignment on UBTT_RotMoveAroundRot_C"); \ +static_assert(sizeof(UBTT_RotMoveAroundRot_C) == 0x000158, "Wrong size on UBTT_RotMoveAroundRot_C"); \ +static_assert(offsetof(UBTT_RotMoveAroundRot_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_RotMoveAroundRot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTT_RotMoveAroundRot_C, IsBlockedForward) == 0x0000B0, "Member 'UBTT_RotMoveAroundRot_C::IsBlockedForward' has a wrong offset!"); \ +static_assert(offsetof(UBTT_RotMoveAroundRot_C, IsBlockedRight) == 0x0000D8, "Member 'UBTT_RotMoveAroundRot_C::IsBlockedRight' has a wrong offset!"); \ +static_assert(offsetof(UBTT_RotMoveAroundRot_C, IsBlockedLeft) == 0x000100, "Member 'UBTT_RotMoveAroundRot_C::IsBlockedLeft' has a wrong offset!"); \ +static_assert(offsetof(UBTT_RotMoveAroundRot_C, InputScale) == 0x000128, "Member 'UBTT_RotMoveAroundRot_C::InputScale' has a wrong offset!"); \ +static_assert(offsetof(UBTT_RotMoveAroundRot_C, OutCancelMovement) == 0x000130, "Member 'UBTT_RotMoveAroundRot_C::OutCancelMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_IfDistanceGreaterThen_C_PerformConditionCheckAI \ +static_assert(alignof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BT_IfDistanceGreaterThen_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI) == 0x000068, "Wrong size on BT_IfDistanceGreaterThen_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, TargetLoc) == 0x000014, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::TargetLoc' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_VSize_ReturnValue) == 0x000038, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00003C, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000048, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000050, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceGreaterThen_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00005C, "Member 'BT_IfDistanceGreaterThen_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_IfDistanceGreaterThen_C \ +static_assert(alignof(UBT_IfDistanceGreaterThen_C) == 0x000008, "Wrong alignment on UBT_IfDistanceGreaterThen_C"); \ +static_assert(sizeof(UBT_IfDistanceGreaterThen_C) == 0x0000F8, "Wrong size on UBT_IfDistanceGreaterThen_C"); \ +static_assert(offsetof(UBT_IfDistanceGreaterThen_C, TargetActor) == 0x0000A0, "Member 'UBT_IfDistanceGreaterThen_C::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UBT_IfDistanceGreaterThen_C, Distance) == 0x0000C8, "Member 'UBT_IfDistanceGreaterThen_C::Distance' has a wrong offset!"); \ +static_assert(offsetof(UBT_IfDistanceGreaterThen_C, SetDistance) == 0x0000CC, "Member 'UBT_IfDistanceGreaterThen_C::SetDistance' has a wrong offset!"); \ +static_assert(offsetof(UBT_IfDistanceGreaterThen_C, CurrentDistance) == 0x0000D0, "Member 'UBT_IfDistanceGreaterThen_C::CurrentDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_IfDistanceLessThen_C_PerformConditionCheckAI \ +static_assert(alignof(BT_IfDistanceLessThen_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BT_IfDistanceLessThen_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BT_IfDistanceLessThen_C_PerformConditionCheckAI) == 0x000068, "Wrong size on BT_IfDistanceLessThen_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, Vec) == 0x000014, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::Vec' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_VSize_ReturnValue) == 0x000038, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00003C, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_Less_FloatFloat_ReturnValue) == 0x000048, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000050, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000058, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'BT_IfDistanceLessThen_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen \ +static_assert(alignof(BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen) == 0x000004, "Wrong alignment on BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen"); \ +static_assert(sizeof(BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen) == 0x000004, "Wrong size on BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen"); \ +static_assert(offsetof(BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen, EntryPoint) == 0x000000, "Member 'BT_IfDistanceLessThen_C_ExecuteUbergraph_BT_IfDistanceLessThen::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_IfDistanceLessThen_C \ +static_assert(alignof(UBT_IfDistanceLessThen_C) == 0x000008, "Wrong alignment on UBT_IfDistanceLessThen_C"); \ +static_assert(sizeof(UBT_IfDistanceLessThen_C) == 0x0000D8, "Wrong size on UBT_IfDistanceLessThen_C"); \ +static_assert(offsetof(UBT_IfDistanceLessThen_C, UberGraphFrame) == 0x0000A0, "Member 'UBT_IfDistanceLessThen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_IfDistanceLessThen_C, TargetActor) == 0x0000A8, "Member 'UBT_IfDistanceLessThen_C::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UBT_IfDistanceLessThen_C, Distance) == 0x0000D0, "Member 'UBT_IfDistanceLessThen_C::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_IsTargetRightOf_C_PerformConditionCheckAI \ +static_assert(alignof(BT_IsTargetRightOf_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BT_IsTargetRightOf_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BT_IsTargetRightOf_C_PerformConditionCheckAI) == 0x0000C8, "Wrong size on BT_IsTargetRightOf_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, TargetLocation) == 0x000014, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_GetForwardVector_ReturnValue) == 0x000044, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000050, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_Normal_ReturnValue) == 0x000068, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000078, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_Cross_VectorVector_ReturnValue) == 0x000080, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x00008C, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000090, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_Add_VectorVector_ReturnValue) == 0x00009C, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_BreakVector_X) == 0x0000A8, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_BreakVector_Y) == 0x0000AC, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_BreakVector_Z) == 0x0000B0, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000B4, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_IsTargetRightOf_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B8, "Member 'BT_IsTargetRightOf_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_IsTargetRightOf_C \ +static_assert(alignof(UBT_IsTargetRightOf_C) == 0x000008, "Wrong alignment on UBT_IsTargetRightOf_C"); \ +static_assert(sizeof(UBT_IsTargetRightOf_C) == 0x0000D0, "Wrong size on UBT_IsTargetRightOf_C"); \ +static_assert(offsetof(UBT_IsTargetRightOf_C, TargetActor) == 0x0000A0, "Member 'UBT_IsTargetRightOf_C::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UBT_IsTargetRightOf_C, DebugEnabled) == 0x0000C8, "Member 'UBT_IsTargetRightOf_C::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_KenaStateEquals_C_PerformConditionCheckAI \ +static_assert(alignof(BT_KenaStateEquals_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BT_KenaStateEquals_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BT_KenaStateEquals_C_PerformConditionCheckAI) == 0x0000C0, "Wrong size on BT_KenaStateEquals_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, State) == 0x000018, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::State' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, Temp_bool_Variable) == 0x000020, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, Temp_bool_Variable_1) == 0x000030, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetTargetInfo_IsValid) == 0x000031, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetTargetInfo_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetTargetInfo_TargetedActor) == 0x000038, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetTargetInfo_TargetedActor' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetTargetInfo_ReturnValue) == 0x000040, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetTargetInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000048, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000051, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000060, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetCurrentSuperstate_ReturnValue) == 0x000070, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetCurrentSuperstate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetCurrentState_ReturnValue) == 0x000078, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_Select_Default) == 0x000080, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x000090, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetCurrentSuperstate_ReturnValue_1) == 0x0000A0, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetCurrentSuperstate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_GetCurrentState_ReturnValue_1) == 0x0000A8, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_GetCurrentState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, K2Node_Select_Default_1) == 0x0000B0, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000B8, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_KenaStateEquals_C_PerformConditionCheckAI, CallFunc_BooleanAND_ReturnValue) == 0x0000B9, "Member 'BT_KenaStateEquals_C_PerformConditionCheckAI::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_KenaStateEquals_C \ +static_assert(alignof(UBT_KenaStateEquals_C) == 0x000008, "Wrong alignment on UBT_KenaStateEquals_C"); \ +static_assert(sizeof(UBT_KenaStateEquals_C) == 0x0000B0, "Wrong size on UBT_KenaStateEquals_C"); \ +static_assert(offsetof(UBT_KenaStateEquals_C, QueryState) == 0x0000A0, "Member 'UBT_KenaStateEquals_C::QueryState' has a wrong offset!"); \ +static_assert(offsetof(UBT_KenaStateEquals_C, ForceCheck) == 0x0000A8, "Member 'UBT_KenaStateEquals_C::ForceCheck' has a wrong offset!"); \ +static_assert(offsetof(UBT_KenaStateEquals_C, UseSuperState) == 0x0000A9, "Member 'UBT_KenaStateEquals_C::UseSuperState' has a wrong offset!"); \ +static_assert(offsetof(UBT_KenaStateEquals_C, RandomChance) == 0x0000AC, "Member 'UBT_KenaStateEquals_C::RandomChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_IsEnemyBound_C_PerformConditionCheckAI \ +static_assert(alignof(BTD_IsEnemyBound_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_IsEnemyBound_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTD_IsEnemyBound_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BTD_IsEnemyBound_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x000018, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_GetIsPerforming_ReturnValue) == 0x000021, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_GetIsPerforming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_GetTimeSeconds_ReturnValue) == 0x000024, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000028, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_PerformConditionCheckAI, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000036, "Member 'BTD_IsEnemyBound_C_PerformConditionCheckAI::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI \ +static_assert(alignof(BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI) == 0x000008, "Wrong alignment on BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI"); \ +static_assert(sizeof(BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI) == 0x000010, "Wrong size on BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI, OwnerController) == 0x000000, "Member 'BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI, ControlledPawn) == 0x000008, "Member 'BTD_IsEnemyBound_C_ReceiveObserverDeactivatedAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound \ +static_assert(alignof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound) == 0x000008, "Wrong alignment on BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound"); \ +static_assert(sizeof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound) == 0x000028, "Wrong size on BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound, EntryPoint) == 0x000000, "Member 'BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound, K2Node_Event_OwnerController) == 0x000008, "Member 'BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x000018, "Member 'BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_IsEnemyBound_C_ExecuteUbergraph_BTD_IsEnemyBound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTD_IsEnemyBound_C \ +static_assert(alignof(UBTD_IsEnemyBound_C) == 0x000008, "Wrong alignment on UBTD_IsEnemyBound_C"); \ +static_assert(sizeof(UBTD_IsEnemyBound_C) == 0x0000B8, "Wrong size on UBTD_IsEnemyBound_C"); \ +static_assert(offsetof(UBTD_IsEnemyBound_C, UberGraphFrame) == 0x0000A0, "Member 'UBTD_IsEnemyBound_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTD_IsEnemyBound_C, ReEnableOnExit) == 0x0000A8, "Member 'UBTD_IsEnemyBound_C::ReEnableOnExit' has a wrong offset!"); \ +static_assert(offsetof(UBTD_IsEnemyBound_C, Delay) == 0x0000AC, "Member 'UBTD_IsEnemyBound_C::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBTD_IsEnemyBound_C, IsPerforming) == 0x0000B0, "Member 'UBTD_IsEnemyBound_C::IsPerforming' has a wrong offset!"); \ +static_assert(offsetof(UBTD_IsEnemyBound_C, PerformingStartTime) == 0x0000B4, "Member 'UBTD_IsEnemyBound_C::PerformingStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI \ +static_assert(alignof(BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor \ +static_assert(alignof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor) == 0x000008, "Wrong alignment on BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor"); \ +static_assert(sizeof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor) == 0x000068, "Wrong size on BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, EntryPoint) == 0x000000, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, K2Node_Event_OwnerController) == 0x000008, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_Less_FloatFloat_ReturnValue) == 0x00003C, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_TryFindClosestPointOnNavmesh_NavAgent_CastInput) == 0x000040, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_TryFindClosestPointOnNavmesh_NavAgent_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_TryFindClosestPointOnNavmesh_OutVector) == 0x000050, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_TryFindClosestPointOnNavmesh_OutVector' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_TryFindClosestPointOnNavmesh_ReturnValue) == 0x00005C, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_TryFindClosestPointOnNavmesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_Vector_Distance_ReturnValue) == 0x000060, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000064, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor, CallFunc_BooleanOR_ReturnValue) == 0x000065, "Member 'BTS_FindClosestSpotOnNavAroundActor_C_ExecuteUbergraph_BTS_FindClosestSpotOnNavAroundActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_FindClosestSpotOnNavAroundActor_C \ +static_assert(alignof(UBTS_FindClosestSpotOnNavAroundActor_C) == 0x000008, "Wrong alignment on UBTS_FindClosestSpotOnNavAroundActor_C"); \ +static_assert(sizeof(UBTS_FindClosestSpotOnNavAroundActor_C) == 0x000130, "Wrong size on UBTS_FindClosestSpotOnNavAroundActor_C"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, UberGraphFrame) == 0x000098, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, Extents) == 0x0000A0, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::Extents' has a wrong offset!"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, Debug) == 0x0000AC, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, OutLocation) == 0x0000B0, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, Target) == 0x0000D8, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::Target' has a wrong offset!"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, MaxDistanceFromActor) == 0x000100, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::MaxDistanceFromActor' has a wrong offset!"); \ +static_assert(offsetof(UBTS_FindClosestSpotOnNavAroundActor_C, OutDistance) == 0x000108, "Member 'UBTS_FindClosestSpotOnNavAroundActor_C::OutDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_SetRotActionEnabled_C_ReceiveExecuteAI \ +static_assert(alignof(BTT_SetRotActionEnabled_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SetRotActionEnabled_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTT_SetRotActionEnabled_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SetRotActionEnabled_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SetRotActionEnabled_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SetRotActionEnabled_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled \ +static_assert(alignof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled) == 0x000008, "Wrong alignment on BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled"); \ +static_assert(sizeof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled) == 0x000028, "Wrong size on BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled, EntryPoint) == 0x000000, "Member 'BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTT_SetRotActionEnabled_C_ExecuteUbergraph_BTT_SetRotActionEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_SetRotActionEnabled_C \ +static_assert(alignof(UBTT_SetRotActionEnabled_C) == 0x000008, "Wrong alignment on UBTT_SetRotActionEnabled_C"); \ +static_assert(sizeof(UBTT_SetRotActionEnabled_C) == 0x0000B8, "Wrong size on UBTT_SetRotActionEnabled_C"); \ +static_assert(offsetof(UBTT_SetRotActionEnabled_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SetRotActionEnabled_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTT_SetRotActionEnabled_C, Enabled) == 0x0000B0, "Member 'UBTT_SetRotActionEnabled_C::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_SetFloat_C_ReceiveExecuteAI \ +static_assert(alignof(BTT_SetFloat_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SetFloat_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTT_SetFloat_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SetFloat_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTT_SetFloat_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SetFloat_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetFloat_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SetFloat_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat \ +static_assert(alignof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat) == 0x000008, "Wrong alignment on BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat"); \ +static_assert(sizeof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat) == 0x000020, "Wrong size on BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat"); \ +static_assert(offsetof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat, EntryPoint) == 0x000000, "Member 'BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000018, "Member 'BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BTT_SetFloat_C_ExecuteUbergraph_BTT_SetFloat::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_SetFloat_C \ +static_assert(alignof(UBTT_SetFloat_C) == 0x000008, "Wrong alignment on UBTT_SetFloat_C"); \ +static_assert(sizeof(UBTT_SetFloat_C) == 0x0000E0, "Wrong size on UBTT_SetFloat_C"); \ +static_assert(offsetof(UBTT_SetFloat_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SetFloat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTT_SetFloat_C, FloatKey) == 0x0000B0, "Member 'UBTT_SetFloat_C::FloatKey' has a wrong offset!"); \ +static_assert(offsetof(UBTT_SetFloat_C, Delta) == 0x0000D8, "Member 'UBTT_SetFloat_C::Delta' has a wrong offset!"); \ +static_assert(offsetof(UBTT_SetFloat_C, Value) == 0x0000DC, "Member 'UBTT_SetFloat_C::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_UtilThreshold_C_PerformConditionCheckAI \ +static_assert(alignof(BTD_UtilThreshold_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_UtilThreshold_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTD_UtilThreshold_C_PerformConditionCheckAI) == 0x000028, "Wrong size on BTD_UtilThreshold_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTD_UtilThreshold_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_UtilThreshold_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_UtilThreshold_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_UtilThreshold_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_UtilThreshold_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_UtilThreshold_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_UtilThreshold_C_PerformConditionCheckAI, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTD_UtilThreshold_C_PerformConditionCheckAI::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_UtilThreshold_C_PerformConditionCheckAI, CallFunc_GetScore_ReturnValue) == 0x000020, "Member 'BTD_UtilThreshold_C_PerformConditionCheckAI::CallFunc_GetScore_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_UtilThreshold_C_PerformConditionCheckAI, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'BTD_UtilThreshold_C_PerformConditionCheckAI::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTD_UtilThreshold_C \ +static_assert(alignof(UBTD_UtilThreshold_C) == 0x000008, "Wrong alignment on UBTD_UtilThreshold_C"); \ +static_assert(sizeof(UBTD_UtilThreshold_C) == 0x0000A8, "Wrong size on UBTD_UtilThreshold_C"); \ +static_assert(offsetof(UBTD_UtilThreshold_C, Score) == 0x0000A0, "Member 'UBTD_UtilThreshold_C::Score' has a wrong offset!"); \ +static_assert(offsetof(UBTD_UtilThreshold_C, Threshold) == 0x0000A4, "Member 'UBTD_UtilThreshold_C::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocity_C_ReceiveActivationAI \ +static_assert(alignof(BTS_OrientToVelocity_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_OrientToVelocity_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_OrientToVelocity_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_OrientToVelocity_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_OrientToVelocity_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_OrientToVelocity_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocity_C_ReceiveDeactivationAI \ +static_assert(alignof(BTS_OrientToVelocity_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_OrientToVelocity_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTS_OrientToVelocity_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_OrientToVelocity_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_OrientToVelocity_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_OrientToVelocity_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity \ +static_assert(alignof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity) == 0x000008, "Wrong alignment on BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity"); \ +static_assert(sizeof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity) == 0x000058, "Wrong size on BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, EntryPoint) == 0x000000, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_Event_OwnerController) == 0x000018, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_Event_ControlledPawn) == 0x000020, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_DynamicCast_AsMochi_Character) == 0x000028, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_DynamicCast_AsMochi_Character_1) == 0x000038, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_DynamicCast_AsMochi_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000048, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity, CallFunc_GetMochiMovementComponent_ReturnValue_1) == 0x000050, "Member 'BTS_OrientToVelocity_C_ExecuteUbergraph_BTS_OrientToVelocity::CallFunc_GetMochiMovementComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_OrientToVelocity_C \ +static_assert(alignof(UBTS_OrientToVelocity_C) == 0x000008, "Wrong alignment on UBTS_OrientToVelocity_C"); \ +static_assert(sizeof(UBTS_OrientToVelocity_C) == 0x0000A8, "Wrong size on UBTS_OrientToVelocity_C"); \ +static_assert(offsetof(UBTS_OrientToVelocity_C, UberGraphFrame) == 0x000098, "Member 'UBTS_OrientToVelocity_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocity_C, Enabled) == 0x0000A0, "Member 'UBTS_OrientToVelocity_C::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateAngleToTarget_C_UpdateScoreTick \ +static_assert(alignof(BTS_UpdateAngleToTarget_C_UpdateScoreTick) == 0x000008, "Wrong alignment on BTS_UpdateAngleToTarget_C_UpdateScoreTick"); \ +static_assert(sizeof(BTS_UpdateAngleToTarget_C_UpdateScoreTick) == 0x000010, "Wrong size on BTS_UpdateAngleToTarget_C_UpdateScoreTick"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_UpdateScoreTick, Controller) == 0x000000, "Member 'BTS_UpdateAngleToTarget_C_UpdateScoreTick::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_UpdateScoreTick, Pawn) == 0x000008, "Member 'BTS_UpdateAngleToTarget_C_UpdateScoreTick::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget \ +static_assert(alignof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget) == 0x000008, "Wrong alignment on BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget"); \ +static_assert(sizeof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget) == 0x000068, "Wrong size on BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, EntryPoint) == 0x000000, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, K2Node_Event_Controller) == 0x000008, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, K2Node_Event_Pawn) == 0x000010, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_GetActorForwardVector_ReturnValue) == 0x000018, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000030, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000044, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_Normal_ReturnValue) == 0x000050, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_Dot_VectorVector_ReturnValue) == 0x00005C, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000064, "Member 'BTS_UpdateAngleToTarget_C_ExecuteUbergraph_BTS_UpdateAngleToTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateAngleToTarget_C \ +static_assert(alignof(UBTS_UpdateAngleToTarget_C) == 0x000008, "Wrong alignment on UBTS_UpdateAngleToTarget_C"); \ +static_assert(sizeof(UBTS_UpdateAngleToTarget_C) == 0x0000D8, "Wrong size on UBTS_UpdateAngleToTarget_C"); \ +static_assert(offsetof(UBTS_UpdateAngleToTarget_C, UberGraphFrame_BTS_UpdateAngleToTarget_C) == 0x0000A8, "Member 'UBTS_UpdateAngleToTarget_C::UberGraphFrame_BTS_UpdateAngleToTarget_C' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateAngleToTarget_C, CurrentTarget) == 0x0000B0, "Member 'UBTS_UpdateAngleToTarget_C::CurrentTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateDependentCurveScore_C_UpdateScoreTick \ +static_assert(alignof(BTS_UpdateDependentCurveScore_C_UpdateScoreTick) == 0x000008, "Wrong alignment on BTS_UpdateDependentCurveScore_C_UpdateScoreTick"); \ +static_assert(sizeof(BTS_UpdateDependentCurveScore_C_UpdateScoreTick) == 0x000010, "Wrong size on BTS_UpdateDependentCurveScore_C_UpdateScoreTick"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_UpdateScoreTick, Controller) == 0x000000, "Member 'BTS_UpdateDependentCurveScore_C_UpdateScoreTick::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_UpdateScoreTick, Pawn) == 0x000008, "Member 'BTS_UpdateDependentCurveScore_C_UpdateScoreTick::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore \ +static_assert(alignof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore) == 0x000008, "Wrong alignment on BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore"); \ +static_assert(sizeof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore) == 0x000028, "Wrong size on BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore, EntryPoint) == 0x000000, "Member 'BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore, K2Node_Event_Controller) == 0x000008, "Member 'BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore, K2Node_Event_Pawn) == 0x000010, "Member 'BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore, CallFunc_GetUtilityScoreComponent_UtilityScore) == 0x000018, "Member 'BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore::CallFunc_GetUtilityScoreComponent_UtilityScore' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore, CallFunc_GetScore_ReturnValue) == 0x000020, "Member 'BTS_UpdateDependentCurveScore_C_ExecuteUbergraph_BTS_UpdateDependentCurveScore::CallFunc_GetScore_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateDependentCurveScore_C \ +static_assert(alignof(UBTS_UpdateDependentCurveScore_C) == 0x000008, "Wrong alignment on UBTS_UpdateDependentCurveScore_C"); \ +static_assert(sizeof(UBTS_UpdateDependentCurveScore_C) == 0x000148, "Wrong size on UBTS_UpdateDependentCurveScore_C"); \ +static_assert(offsetof(UBTS_UpdateDependentCurveScore_C, UberGraphFrame_BTS_UpdateDependentCurveScore_C) == 0x000138, "Member 'UBTS_UpdateDependentCurveScore_C::UberGraphFrame_BTS_UpdateDependentCurveScore_C' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateDependentCurveScore_C, FromScore) == 0x000140, "Member 'UBTS_UpdateDependentCurveScore_C::FromScore' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateDependentCurveScore_C, ToScore) == 0x000141, "Member 'UBTS_UpdateDependentCurveScore_C::ToScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullscreenVideo_C_SetVideoMaterial \ +static_assert(alignof(WBP_FullscreenVideo_C_SetVideoMaterial) == 0x000008, "Wrong alignment on WBP_FullscreenVideo_C_SetVideoMaterial"); \ +static_assert(sizeof(WBP_FullscreenVideo_C_SetVideoMaterial) == 0x000008, "Wrong size on WBP_FullscreenVideo_C_SetVideoMaterial"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_SetVideoMaterial, Material) == 0x000000, "Member 'WBP_FullscreenVideo_C_SetVideoMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullscreenVideo_C_GetForegroundOpacity \ +static_assert(alignof(WBP_FullscreenVideo_C_GetForegroundOpacity) == 0x000004, "Wrong alignment on WBP_FullscreenVideo_C_GetForegroundOpacity"); \ +static_assert(sizeof(WBP_FullscreenVideo_C_GetForegroundOpacity) == 0x000020, "Wrong size on WBP_FullscreenVideo_C_GetForegroundOpacity"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_GetForegroundOpacity, ReturnValue) == 0x000000, "Member 'WBP_FullscreenVideo_C_GetForegroundOpacity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_GetForegroundOpacity, K2Node_MakeStruct_LinearColor) == 0x000010, "Member 'WBP_FullscreenVideo_C_GetForegroundOpacity::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullscreenVideo_C_OnMediaOpened \ +static_assert(alignof(WBP_FullscreenVideo_C_OnMediaOpened) == 0x000004, "Wrong alignment on WBP_FullscreenVideo_C_OnMediaOpened"); \ +static_assert(sizeof(WBP_FullscreenVideo_C_OnMediaOpened) == 0x000004, "Wrong size on WBP_FullscreenVideo_C_OnMediaOpened"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_OnMediaOpened, AspectRatio) == 0x000000, "Member 'WBP_FullscreenVideo_C_OnMediaOpened::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo \ +static_assert(alignof(WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo) == 0x000004, "Wrong alignment on WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo"); \ +static_assert(sizeof(WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo) == 0x00000C, "Wrong size on WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo, EntryPoint) == 0x000000, "Member 'WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo, K2Node_CustomEvent_AspectRatio) == 0x000004, "Member 'WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo::K2Node_CustomEvent_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_FullscreenVideo_C_ExecuteUbergraph_WBP_FullscreenVideo::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FullscreenVideo_C \ +static_assert(alignof(UWBP_FullscreenVideo_C) == 0x000008, "Wrong alignment on UWBP_FullscreenVideo_C"); \ +static_assert(sizeof(UWBP_FullscreenVideo_C) == 0x0002B0, "Wrong size on UWBP_FullscreenVideo_C"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, UberGraphFrame) == 0x000268, "Member 'UWBP_FullscreenVideo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, BG) == 0x000270, "Member 'UWBP_FullscreenVideo_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, FG) == 0x000278, "Member 'UWBP_FullscreenVideo_C::FG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, VideoImage) == 0x000280, "Member 'UWBP_FullscreenVideo_C::VideoImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, VideoSizeBox) == 0x000288, "Member 'UWBP_FullscreenVideo_C::VideoSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, MediaSource) == 0x000290, "Member 'UWBP_FullscreenVideo_C::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, Opacity) == 0x000298, "Member 'UWBP_FullscreenVideo_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, MediaTexture) == 0x0002A0, "Member 'UWBP_FullscreenVideo_C::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullscreenVideo_C, BinkMediaPlayer) == 0x0002A8, "Member 'UWBP_FullscreenVideo_C::BinkMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateDistanceToTarget_C_UpdateScoreTick \ +static_assert(alignof(BTS_UpdateDistanceToTarget_C_UpdateScoreTick) == 0x000008, "Wrong alignment on BTS_UpdateDistanceToTarget_C_UpdateScoreTick"); \ +static_assert(sizeof(BTS_UpdateDistanceToTarget_C_UpdateScoreTick) == 0x000010, "Wrong size on BTS_UpdateDistanceToTarget_C_UpdateScoreTick"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_UpdateScoreTick, Controller) == 0x000000, "Member 'BTS_UpdateDistanceToTarget_C_UpdateScoreTick::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_UpdateScoreTick, Pawn) == 0x000008, "Member 'BTS_UpdateDistanceToTarget_C_UpdateScoreTick::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget \ +static_assert(alignof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget) == 0x000008, "Wrong alignment on BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget"); \ +static_assert(sizeof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget) == 0x000068, "Wrong size on BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, EntryPoint) == 0x000000, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, K2Node_Event_Controller) == 0x000008, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, K2Node_Event_Pawn) == 0x000010, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00003C, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000048, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_VSize_ReturnValue) == 0x000050, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000054, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_FMin_ReturnValue) == 0x000060, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000064, "Member 'BTS_UpdateDistanceToTarget_C_ExecuteUbergraph_BTS_UpdateDistanceToTarget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateDistanceToTarget_C \ +static_assert(alignof(UBTS_UpdateDistanceToTarget_C) == 0x000008, "Wrong alignment on UBTS_UpdateDistanceToTarget_C"); \ +static_assert(sizeof(UBTS_UpdateDistanceToTarget_C) == 0x0000E0, "Wrong size on UBTS_UpdateDistanceToTarget_C"); \ +static_assert(offsetof(UBTS_UpdateDistanceToTarget_C, UberGraphFrame_BTS_UpdateDistanceToTarget_C) == 0x0000A8, "Member 'UBTS_UpdateDistanceToTarget_C::UberGraphFrame_BTS_UpdateDistanceToTarget_C' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateDistanceToTarget_C, CurrentTarget) == 0x0000B0, "Member 'UBTS_UpdateDistanceToTarget_C::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateDistanceToTarget_C, MaxRange) == 0x0000D8, "Member 'UBTS_UpdateDistanceToTarget_C::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateDistanceToTarget_C, dbg) == 0x0000DC, "Member 'UBTS_UpdateDistanceToTarget_C::dbg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateHealth_C_UpdateScoreTick \ +static_assert(alignof(BTS_UpdateHealth_C_UpdateScoreTick) == 0x000008, "Wrong alignment on BTS_UpdateHealth_C_UpdateScoreTick"); \ +static_assert(sizeof(BTS_UpdateHealth_C_UpdateScoreTick) == 0x000010, "Wrong size on BTS_UpdateHealth_C_UpdateScoreTick"); \ +static_assert(offsetof(BTS_UpdateHealth_C_UpdateScoreTick, Controller) == 0x000000, "Member 'BTS_UpdateHealth_C_UpdateScoreTick::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateHealth_C_UpdateScoreTick, Pawn) == 0x000008, "Member 'BTS_UpdateHealth_C_UpdateScoreTick::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth \ +static_assert(alignof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth) == 0x000008, "Wrong alignment on BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth"); \ +static_assert(sizeof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth) == 0x000028, "Wrong size on BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth"); \ +static_assert(offsetof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth, EntryPoint) == 0x000000, "Member 'BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth, K2Node_Event_Controller) == 0x000008, "Member 'BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth, K2Node_Event_Pawn) == 0x000010, "Member 'BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000020, "Member 'BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000024, "Member 'BTS_UpdateHealth_C_ExecuteUbergraph_BTS_UpdateHealth::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateHealth_C \ +static_assert(alignof(UBTS_UpdateHealth_C) == 0x000008, "Wrong alignment on UBTS_UpdateHealth_C"); \ +static_assert(sizeof(UBTS_UpdateHealth_C) == 0x0000B0, "Wrong size on UBTS_UpdateHealth_C"); \ +static_assert(offsetof(UBTS_UpdateHealth_C, UberGraphFrame_BTS_UpdateHealth_C) == 0x0000A8, "Member 'UBTS_UpdateHealth_C::UberGraphFrame_BTS_UpdateHealth_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI \ +static_assert(alignof(BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_UpdateTargetLineOfSight_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateTargetLineOfSight_C_UpdateScoreTick \ +static_assert(alignof(BTS_UpdateTargetLineOfSight_C_UpdateScoreTick) == 0x000008, "Wrong alignment on BTS_UpdateTargetLineOfSight_C_UpdateScoreTick"); \ +static_assert(sizeof(BTS_UpdateTargetLineOfSight_C_UpdateScoreTick) == 0x000010, "Wrong size on BTS_UpdateTargetLineOfSight_C_UpdateScoreTick"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_UpdateScoreTick, Controller) == 0x000000, "Member 'BTS_UpdateTargetLineOfSight_C_UpdateScoreTick::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_UpdateScoreTick, Pawn) == 0x000008, "Member 'BTS_UpdateTargetLineOfSight_C_UpdateScoreTick::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight \ +static_assert(alignof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight) == 0x000008, "Wrong alignment on BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight"); \ +static_assert(sizeof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight) == 0x0001D0, "Wrong size on BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, EntryPoint) == 0x000000, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, Temp_byte_Variable) == 0x000004, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, K2Node_Event_OwnerController) == 0x000020, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, Temp_byte_Variable_1) == 0x000030, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_Array_AddUnique_ReturnValue) == 0x000034, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_GetAttachedActors_OutActors) == 0x000038, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, Temp_bool_Variable) == 0x000048, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000050, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, K2Node_Event_Controller) == 0x000058, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, K2Node_Event_Pawn) == 0x000060, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, K2Node_Select_Default) == 0x000068, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x00006C, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000078, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_GetForwardVector_ReturnValue) == 0x000084, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000090, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_Add_VectorVector_ReturnValue) == 0x00009C, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_LineTraceSingle_OutHit) == 0x0000A8, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_LineTraceSingle_ReturnValue) == 0x000130, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_bBlockingHit) == 0x000131, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_bInitialOverlap) == 0x000132, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_Time) == 0x000134, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_Distance) == 0x000138, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_Location) == 0x00013C, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_ImpactPoint) == 0x000148, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_Normal) == 0x000154, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_ImpactNormal) == 0x000160, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_PhysMat) == 0x000170, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_HitActor) == 0x000178, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_HitComponent) == 0x000180, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_HitBoneName) == 0x000188, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_HitItem) == 0x000190, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_ElementIndex) == 0x000194, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_FaceIndex) == 0x000198, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_TraceStart) == 0x00019C, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BreakHitResult_TraceEnd) == 0x0001A8, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_FMin_ReturnValue) == 0x0001B4, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001B8, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001BC, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_BooleanAND_ReturnValue) == 0x0001C0, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001C4, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001C8, "Member 'BTS_UpdateTargetLineOfSight_C_ExecuteUbergraph_BTS_UpdateTargetLineOfSight::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateTargetLineOfSight_C \ +static_assert(alignof(UBTS_UpdateTargetLineOfSight_C) == 0x000008, "Wrong alignment on UBTS_UpdateTargetLineOfSight_C"); \ +static_assert(sizeof(UBTS_UpdateTargetLineOfSight_C) == 0x0000F0, "Wrong size on UBTS_UpdateTargetLineOfSight_C"); \ +static_assert(offsetof(UBTS_UpdateTargetLineOfSight_C, UberGraphFrame_BTS_UpdateTargetLineOfSight_C) == 0x0000A8, "Member 'UBTS_UpdateTargetLineOfSight_C::UberGraphFrame_BTS_UpdateTargetLineOfSight_C' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateTargetLineOfSight_C, TargetActor) == 0x0000B0, "Member 'UBTS_UpdateTargetLineOfSight_C::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateTargetLineOfSight_C, dbg) == 0x0000D8, "Member 'UBTS_UpdateTargetLineOfSight_C::dbg' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateTargetLineOfSight_C, IgnoreActors) == 0x0000E0, "Member 'UBTS_UpdateTargetLineOfSight_C::IgnoreActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateCurveScore_C_SetScore \ +static_assert(alignof(BTS_UpdateCurveScore_C_SetScore) == 0x000008, "Wrong alignment on BTS_UpdateCurveScore_C_SetScore"); \ +static_assert(sizeof(BTS_UpdateCurveScore_C_SetScore) == 0x000010, "Wrong size on BTS_UpdateCurveScore_C_SetScore"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_SetScore, Score) == 0x000000, "Member 'BTS_UpdateCurveScore_C_SetScore::Score' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_SetScore, Value) == 0x000004, "Member 'BTS_UpdateCurveScore_C_SetScore::Value' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_SetScore, Controller) == 0x000008, "Member 'BTS_UpdateCurveScore_C_SetScore::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore \ +static_assert(alignof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore) == 0x000008, "Wrong alignment on BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore"); \ +static_assert(sizeof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore) == 0x000020, "Wrong size on BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore, EntryPoint) == 0x000000, "Member 'BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore, K2Node_Event_Score) == 0x000004, "Member 'BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore::K2Node_Event_Score' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore, K2Node_Event_Value) == 0x000008, "Member 'BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore, K2Node_Event_Controller) == 0x000010, "Member 'BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore, CallFunc_EvaluateCurve_ReturnValue) == 0x000018, "Member 'BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore, CallFunc_FClamp_ReturnValue) == 0x00001C, "Member 'BTS_UpdateCurveScore_C_ExecuteUbergraph_BTS_UpdateCurveScore::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateCurveScore_C \ +static_assert(alignof(UBTS_UpdateCurveScore_C) == 0x000008, "Wrong alignment on UBTS_UpdateCurveScore_C"); \ +static_assert(sizeof(UBTS_UpdateCurveScore_C) == 0x000138, "Wrong size on UBTS_UpdateCurveScore_C"); \ +static_assert(offsetof(UBTS_UpdateCurveScore_C, UberGraphFrame_BTS_UpdateCurveScore_C) == 0x0000A8, "Member 'UBTS_UpdateCurveScore_C::UberGraphFrame_BTS_UpdateCurveScore_C' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateCurveScore_C, Curve) == 0x0000B0, "Member 'UBTS_UpdateCurveScore_C::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_UpdateScoreTick \ +static_assert(alignof(BTS_UpdateScoreBase_C_UpdateScoreTick) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_UpdateScoreTick"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_UpdateScoreTick) == 0x000010, "Wrong size on BTS_UpdateScoreBase_C_UpdateScoreTick"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_UpdateScoreTick, Controller) == 0x000000, "Member 'BTS_UpdateScoreBase_C_UpdateScoreTick::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_UpdateScoreTick, Pawn) == 0x000008, "Member 'BTS_UpdateScoreBase_C_UpdateScoreTick::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_GetUtilityScoreComponent \ +static_assert(alignof(BTS_UpdateScoreBase_C_GetUtilityScoreComponent) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_GetUtilityScoreComponent"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_GetUtilityScoreComponent) == 0x000020, "Wrong size on BTS_UpdateScoreBase_C_GetUtilityScoreComponent"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_GetUtilityScoreComponent, Controller) == 0x000000, "Member 'BTS_UpdateScoreBase_C_GetUtilityScoreComponent::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_GetUtilityScoreComponent, UtilityScore) == 0x000008, "Member 'BTS_UpdateScoreBase_C_GetUtilityScoreComponent::UtilityScore' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_GetUtilityScoreComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTS_UpdateScoreBase_C_GetUtilityScoreComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_GetUtilityScoreComponent, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BTS_UpdateScoreBase_C_GetUtilityScoreComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_SetScore \ +static_assert(alignof(BTS_UpdateScoreBase_C_SetScore) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_SetScore"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_SetScore) == 0x000020, "Wrong size on BTS_UpdateScoreBase_C_SetScore"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_SetScore, Score) == 0x000000, "Member 'BTS_UpdateScoreBase_C_SetScore::Score' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_SetScore, Value) == 0x000004, "Member 'BTS_UpdateScoreBase_C_SetScore::Value' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_SetScore, Controller) == 0x000008, "Member 'BTS_UpdateScoreBase_C_SetScore::Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_SetScore, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'BTS_UpdateScoreBase_C_SetScore::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_SetScore, CallFunc_GetUtilityScoreComponent_UtilityScore) == 0x000018, "Member 'BTS_UpdateScoreBase_C_SetScore::CallFunc_GetUtilityScoreComponent_UtilityScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_ReceiveSearchStartAI \ +static_assert(alignof(BTS_UpdateScoreBase_C_ReceiveSearchStartAI) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_ReceiveSearchStartAI"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_ReceiveSearchStartAI) == 0x000010, "Wrong size on BTS_UpdateScoreBase_C_ReceiveSearchStartAI"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveSearchStartAI, OwnerController) == 0x000000, "Member 'BTS_UpdateScoreBase_C_ReceiveSearchStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveSearchStartAI, ControlledPawn) == 0x000008, "Member 'BTS_UpdateScoreBase_C_ReceiveSearchStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_ReceiveActivationAI \ +static_assert(alignof(BTS_UpdateScoreBase_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_UpdateScoreBase_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_UpdateScoreBase_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_UpdateScoreBase_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_ReceiveTickAI \ +static_assert(alignof(BTS_UpdateScoreBase_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_ReceiveTickAI"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_UpdateScoreBase_C_ReceiveTickAI"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_UpdateScoreBase_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_UpdateScoreBase_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_UpdateScoreBase_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase \ +static_assert(alignof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase) == 0x000008, "Wrong alignment on BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase"); \ +static_assert(sizeof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase) == 0x000040, "Wrong size on BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, EntryPoint) == 0x000000, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_OwnerController) == 0x000008, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_OwnerController_2) == 0x000020, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_ControlledPawn_2) == 0x000028, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_OwnerController_1) == 0x000030, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase, K2Node_Event_ControlledPawn_1) == 0x000038, "Member 'BTS_UpdateScoreBase_C_ExecuteUbergraph_BTS_UpdateScoreBase::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_UpdateScoreBase_C \ +static_assert(alignof(UBTS_UpdateScoreBase_C) == 0x000008, "Wrong alignment on UBTS_UpdateScoreBase_C"); \ +static_assert(sizeof(UBTS_UpdateScoreBase_C) == 0x0000A8, "Wrong size on UBTS_UpdateScoreBase_C"); \ +static_assert(offsetof(UBTS_UpdateScoreBase_C, UberGraphFrame) == 0x000098, "Member 'UBTS_UpdateScoreBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_UpdateScoreBase_C, UtilityScoreComp) == 0x0000A0, "Member 'UBTS_UpdateScoreBase_C::UtilityScoreComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_HasValidTarget_C_PerformConditionCheckAI \ +static_assert(alignof(BT_HasValidTarget_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BT_HasValidTarget_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BT_HasValidTarget_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BT_HasValidTarget_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, CallFunc_MakeLiteralName_ReturnValue) == 0x000014, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, CallFunc_GetBlackboard_ReturnValue) == 0x000020, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, CallFunc_GetValueAsObject_ReturnValue) == 0x000028, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_HasValidTarget_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BT_HasValidTarget_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_HasValidTarget_C \ +static_assert(alignof(UBT_HasValidTarget_C) == 0x000008, "Wrong alignment on UBT_HasValidTarget_C"); \ +static_assert(sizeof(UBT_HasValidTarget_C) == 0x0000A0, "Wrong size on UBT_HasValidTarget_C"); \ + +#define DUMPER7_ASSERTS_BTS_TargetPlayer_C_ReceiveTickAI \ +static_assert(alignof(BTS_TargetPlayer_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_TargetPlayer_C_ReceiveTickAI"); \ +static_assert(sizeof(BTS_TargetPlayer_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_TargetPlayer_C_ReceiveTickAI"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_TargetPlayer_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_TargetPlayer_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_TargetPlayer_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer \ +static_assert(alignof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer) == 0x000008, "Wrong alignment on BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer"); \ +static_assert(sizeof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer) == 0x000040, "Wrong size on BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, EntryPoint) == 0x000000, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, K2Node_Event_OwnerController) == 0x000008, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, CallFunc_IsInLeashRadius_ReturnValue) == 0x000028, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::CallFunc_IsInLeashRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, CallFunc_IsPaused_ReturnValue) == 0x000029, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::CallFunc_IsPaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, K2Node_DynamicCast_AsAIBase_Controller) == 0x000030, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::K2Node_DynamicCast_AsAIBase_Controller' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BTS_TargetPlayer_C_ExecuteUbergraph_BTS_TargetPlayer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_TargetPlayer_C_IsInLeashRadius \ +static_assert(alignof(BTS_TargetPlayer_C_IsInLeashRadius) == 0x000008, "Wrong alignment on BTS_TargetPlayer_C_IsInLeashRadius"); \ +static_assert(sizeof(BTS_TargetPlayer_C_IsInLeashRadius) == 0x000038, "Wrong size on BTS_TargetPlayer_C_IsInLeashRadius"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, Pawn) == 0x000000, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, Target) == 0x000008, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::Target' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, ReturnValue) == 0x000010, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, K2Node_DynamicCast_AsEnemy_Base_Character) == 0x000018, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::K2Node_DynamicCast_AsEnemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, CallFunc_IsWithinLeashRadius_ReturnValue) == 0x000021, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::CallFunc_IsWithinLeashRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, K2Node_DynamicCast_AsObject) == 0x000028, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::K2Node_DynamicCast_AsObject' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_TargetPlayer_C_IsInLeashRadius, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BTS_TargetPlayer_C_IsInLeashRadius::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_TargetPlayer_C \ +static_assert(alignof(UBTS_TargetPlayer_C) == 0x000008, "Wrong alignment on UBTS_TargetPlayer_C"); \ +static_assert(sizeof(UBTS_TargetPlayer_C) == 0x0000A8, "Wrong size on UBTS_TargetPlayer_C"); \ +static_assert(offsetof(UBTS_TargetPlayer_C, UberGraphFrame) == 0x000098, "Member 'UBTS_TargetPlayer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_TargetPlayer_C, RequireInLeashArea) == 0x0000A0, "Member 'UBTS_TargetPlayer_C::RequireInLeashArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_DestroyActor_C_ReceiveExecute \ +static_assert(alignof(BTT_DestroyActor_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DestroyActor_C_ReceiveExecute"); \ +static_assert(sizeof(BTT_DestroyActor_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DestroyActor_C_ReceiveExecute"); \ +static_assert(offsetof(BTT_DestroyActor_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DestroyActor_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor \ +static_assert(alignof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor) == 0x000008, "Wrong alignment on BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor"); \ +static_assert(sizeof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor) == 0x000028, "Wrong size on BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor"); \ +static_assert(offsetof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor, EntryPoint) == 0x000000, "Member 'BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor::K2Node_Event_OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor, K2Node_DynamicCast_AsController) == 0x000010, "Member 'BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BTT_DestroyActor_C_ExecuteUbergraph_BTT_DestroyActor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_DestroyActor_C \ +static_assert(alignof(UBTT_DestroyActor_C) == 0x000008, "Wrong alignment on UBTT_DestroyActor_C"); \ +static_assert(sizeof(UBTT_DestroyActor_C) == 0x0000B0, "Wrong size on UBTT_DestroyActor_C"); \ +static_assert(offsetof(UBTT_DestroyActor_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_DestroyActor_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_IgnoreStagger_C_ReceiveActivationAI \ +static_assert(alignof(BTS_IgnoreStagger_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_IgnoreStagger_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_IgnoreStagger_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_IgnoreStagger_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_IgnoreStagger_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_IgnoreStagger_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_IgnoreStagger_C_ReceiveDeactivationAI \ +static_assert(alignof(BTS_IgnoreStagger_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_IgnoreStagger_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTS_IgnoreStagger_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_IgnoreStagger_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_IgnoreStagger_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_IgnoreStagger_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger \ +static_assert(alignof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger) == 0x000008, "Wrong alignment on BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger"); \ +static_assert(sizeof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger) == 0x000040, "Wrong size on BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, EntryPoint) == 0x000000, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, K2Node_Event_OwnerController) == 0x000018, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, K2Node_Event_ControlledPawn) == 0x000020, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_RemoveStaggerOptions_ReturnValue) == 0x00003A, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_RemoveStaggerOptions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger, CallFunc_MochiEnsure_ReturnValue) == 0x00003B, "Member 'BTS_IgnoreStagger_C_ExecuteUbergraph_BTS_IgnoreStagger::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_IgnoreStagger_C \ +static_assert(alignof(UBTS_IgnoreStagger_C) == 0x000008, "Wrong alignment on UBTS_IgnoreStagger_C"); \ +static_assert(sizeof(UBTS_IgnoreStagger_C) == 0x0000A8, "Wrong size on UBTS_IgnoreStagger_C"); \ +static_assert(offsetof(UBTS_IgnoreStagger_C, UberGraphFrame) == 0x000098, "Member 'UBTS_IgnoreStagger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_IgnoreStagger_C, IgnoreTwitch) == 0x0000A0, "Member 'UBTS_IgnoreStagger_C::IgnoreTwitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_WidgetHelpers_C_RelicIconToSoftTextures \ +static_assert(alignof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures) == 0x000008, "Wrong alignment on BPFL_WidgetHelpers_C_RelicIconToSoftTextures"); \ +static_assert(sizeof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures) == 0x0003E0, "Wrong size on BPFL_WidgetHelpers_C_RelicIconToSoftTextures"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, ReilcGetType) == 0x000000, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::ReilcGetType' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, __WorldContext) == 0x000008, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, IconTexture) == 0x000010, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::IconTexture' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, BackgroundTexture) == 0x000038, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_byte_Variable) == 0x000060, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable) == 0x000068, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_1) == 0x000090, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_2) == 0x0000B8, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_3) == 0x0000E0, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_4) == 0x000108, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_5) == 0x000130, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_6) == 0x000158, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_7) == 0x000180, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_8) == 0x0001A8, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_9) == 0x0001D0, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_byte_Variable_1) == 0x0001F8, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, K2Node_Select_Default) == 0x000200, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_10) == 0x000228, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_11) == 0x000250, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_12) == 0x000278, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_13) == 0x0002A0, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_14) == 0x0002C8, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_15) == 0x0002F0, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_16) == 0x000318, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_17) == 0x000340, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_18) == 0x000368, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, Temp_softobject_Variable_19) == 0x000390, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::Temp_softobject_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WidgetHelpers_C_RelicIconToSoftTextures, K2Node_Select_Default_1) == 0x0003B8, "Member 'BPFL_WidgetHelpers_C_RelicIconToSoftTextures::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_WidgetHelpers_C \ +static_assert(alignof(UBPFL_WidgetHelpers_C) == 0x000008, "Wrong alignment on UBPFL_WidgetHelpers_C"); \ +static_assert(sizeof(UBPFL_WidgetHelpers_C) == 0x000028, "Wrong size on UBPFL_WidgetHelpers_C"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_WantsBlackBorders \ +static_assert(alignof(WBP_RelicGetOverlay_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_RelicGetOverlay_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_RelicGetOverlay_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_RelicGetOverlay_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_ShouldBePaused \ +static_assert(alignof(WBP_RelicGetOverlay_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_RelicGetOverlay_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_RelicGetOverlay_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_RelicGetOverlay_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0 \ +static_assert(alignof(WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0) == 0x000008, "Wrong alignment on WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0) == 0x000008, "Wrong size on WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0, RelicGetAnim_0) == 0x000000, "Member 'WBP_RelicGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_RelicGetOverlay_0::RelicGetAnim_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_OnKeyDown \ +static_assert(alignof(WBP_RelicGetOverlay_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_RelicGetOverlay_C_OnKeyDown"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_OnKeyDown) == 0x000220, "Wrong size on WBP_RelicGetOverlay_C_OnKeyDown"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000140, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000141, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x000142, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000218, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000219, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue_1) == 0x00021A, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_OnKeyDown, CallFunc_BooleanAND_ReturnValue) == 0x00021B, "Member 'WBP_RelicGetOverlay_C_OnKeyDown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_SetOnFinishedDelegate \ +static_assert(alignof(WBP_RelicGetOverlay_C_SetOnFinishedDelegate) == 0x000004, "Wrong alignment on WBP_RelicGetOverlay_C_SetOnFinishedDelegate"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_SetOnFinishedDelegate) == 0x000010, "Wrong size on WBP_RelicGetOverlay_C_SetOnFinishedDelegate"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_SetOnFinishedDelegate, OnFinished) == 0x000000, "Member 'WBP_RelicGetOverlay_C_SetOnFinishedDelegate::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_Get_Title_Text \ +static_assert(alignof(WBP_RelicGetOverlay_C_Get_Title_Text) == 0x000008, "Wrong alignment on WBP_RelicGetOverlay_C_Get_Title_Text"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_Get_Title_Text) == 0x000128, "Wrong size on WBP_RelicGetOverlay_C_Get_Title_Text"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, ReturnValue) == 0x000000, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_byte_Variable) == 0x000018, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable) == 0x000020, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_1) == 0x000038, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_2) == 0x000050, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_3) == 0x000068, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_4) == 0x000080, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_5) == 0x000098, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_6) == 0x0000B0, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_7) == 0x0000C8, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_8) == 0x0000E0, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, Temp_text_Variable_9) == 0x0000F8, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_Get_Title_Text, K2Node_Select_Default) == 0x000110, "Member 'WBP_RelicGetOverlay_C_Get_Title_Text::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_RelicGetAnim_Event_0 \ +static_assert(alignof(WBP_RelicGetOverlay_C_RelicGetAnim_Event_0) == 0x000008, "Wrong alignment on WBP_RelicGetOverlay_C_RelicGetAnim_Event_0"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_RelicGetAnim_Event_0) == 0x000008, "Wrong size on WBP_RelicGetOverlay_C_RelicGetAnim_Event_0"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_RelicGetAnim_Event_0, RelicGetAnim_0) == 0x000000, "Member 'WBP_RelicGetOverlay_C_RelicGetAnim_Event_0::RelicGetAnim_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_PreConstruct \ +static_assert(alignof(WBP_RelicGetOverlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RelicGetOverlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_RelicGetOverlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RelicGetOverlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_InitRelicGet \ +static_assert(alignof(WBP_RelicGetOverlay_C_InitRelicGet) == 0x000008, "Wrong alignment on WBP_RelicGetOverlay_C_InitRelicGet"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_InitRelicGet) == 0x000018, "Wrong size on WBP_RelicGetOverlay_C_InitRelicGet"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_InitRelicGet, RelicGetType_0) == 0x000000, "Member 'WBP_RelicGetOverlay_C_InitRelicGet::RelicGetType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_InitRelicGet, IconTexture) == 0x000008, "Member 'WBP_RelicGetOverlay_C_InitRelicGet::IconTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_InitRelicGet, BackgroundTexture) == 0x000010, "Member 'WBP_RelicGetOverlay_C_InitRelicGet::BackgroundTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay \ +static_assert(alignof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay) == 0x000008, "Wrong alignment on WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay"); \ +static_assert(sizeof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay) == 0x000068, "Wrong size on WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, EntryPoint) == 0x000000, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, K2Node_CustomEvent_RelicGetAnim) == 0x000018, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::K2Node_CustomEvent_RelicGetAnim' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000030, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_HideWidgetWithQueue_ReturnValue) == 0x000039, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_HideWidgetWithQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000048, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, K2Node_CustomEvent_RelicGetType) == 0x00004C, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::K2Node_CustomEvent_RelicGetType' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, K2Node_CustomEvent_IconTexture) == 0x000050, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::K2Node_CustomEvent_IconTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, K2Node_CustomEvent_BackgroundTexture) == 0x000058, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::K2Node_CustomEvent_BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000060, "Member 'WBP_RelicGetOverlay_C_ExecuteUbergraph_WBP_RelicGetOverlay::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RelicGetOverlay_C \ +static_assert(alignof(UWBP_RelicGetOverlay_C) == 0x000008, "Wrong alignment on UWBP_RelicGetOverlay_C"); \ +static_assert(sizeof(UWBP_RelicGetOverlay_C) == 0x0002B8, "Wrong size on UWBP_RelicGetOverlay_C"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RelicGetOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, FadeOut) == 0x000268, "Member 'UWBP_RelicGetOverlay_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, FadeInRelicGet) == 0x000270, "Member 'UWBP_RelicGetOverlay_C::FadeInRelicGet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, AnimateIn) == 0x000278, "Member 'UWBP_RelicGetOverlay_C::AnimateIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, BoxBg) == 0x000280, "Member 'UWBP_RelicGetOverlay_C::BoxBg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, CanvasPanel_0) == 0x000288, "Member 'UWBP_RelicGetOverlay_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, HeadlineText) == 0x000290, "Member 'UWBP_RelicGetOverlay_C::HeadlineText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, Image_117) == 0x000298, "Member 'UWBP_RelicGetOverlay_C::Image_117' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, RelicGetAnim) == 0x0002A0, "Member 'UWBP_RelicGetOverlay_C::RelicGetAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, WBP_PromptBar) == 0x0002A8, "Member 'UWBP_RelicGetOverlay_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGetOverlay_C, RelicGetType) == 0x0002B0, "Member 'UWBP_RelicGetOverlay_C::RelicGetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_Tick \ +static_assert(alignof(WBP_MaskGetOverlay_C_Tick) == 0x000004, "Wrong alignment on WBP_MaskGetOverlay_C_Tick"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_Tick) == 0x00003C, "Wrong size on WBP_MaskGetOverlay_C_Tick"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_MaskGetOverlay_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_MaskGetOverlay_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay \ +static_assert(alignof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay) == 0x0000B8, "Wrong size on WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, EntryPoint) == 0x000000, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_CustomEvent_MaskImage) == 0x000018, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_CustomEvent_MaskImage' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000020, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000038, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_Event_IsDesignTime) == 0x000040, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_HideWidgetWithQueue_ReturnValue) == 0x000050, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_HideWidgetWithQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000054, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000058, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_CustomEvent_MaskGetType) == 0x00005C, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_CustomEvent_MaskGetType' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_CustomEvent_Material) == 0x000060, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_CustomEvent_Material' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000068, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_Event_MyGeometry) == 0x000070, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, K2Node_Event_InDeltaTime) == 0x0000A8, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AC, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_GetRealTimeSeconds_ReturnValue_1) == 0x0000B0, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_GetRealTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000B4, "Member 'WBP_MaskGetOverlay_C_ExecuteUbergraph_WBP_MaskGetOverlay::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_WantsBlackBorders \ +static_assert(alignof(WBP_MaskGetOverlay_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_MaskGetOverlay_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_MaskGetOverlay_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_MaskGetOverlay_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_ShouldBePaused \ +static_assert(alignof(WBP_MaskGetOverlay_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_MaskGetOverlay_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_MaskGetOverlay_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_MaskGetOverlay_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0 \ +static_assert(alignof(WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0) == 0x000008, "Wrong size on WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0, MaskImage_0) == 0x000000, "Member 'WBP_MaskGetOverlay_C_SequenceEvent__ENTRYPOINTWBP_MaskGetOverlay_0::MaskImage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_OnKeyDown \ +static_assert(alignof(WBP_MaskGetOverlay_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_OnKeyDown"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_OnKeyDown) == 0x000228, "Wrong size on WBP_MaskGetOverlay_C_OnKeyDown"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000140, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000141, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x000142, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000160, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000161, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue_1) == 0x000220, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_OnKeyDown, CallFunc_BooleanAND_ReturnValue) == 0x000221, "Member 'WBP_MaskGetOverlay_C_OnKeyDown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_SetOnFinished \ +static_assert(alignof(WBP_MaskGetOverlay_C_SetOnFinished) == 0x000004, "Wrong alignment on WBP_MaskGetOverlay_C_SetOnFinished"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_SetOnFinished) == 0x000010, "Wrong size on WBP_MaskGetOverlay_C_SetOnFinished"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_SetOnFinished, OnFinished) == 0x000000, "Member 'WBP_MaskGetOverlay_C_SetOnFinished::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0 \ +static_assert(alignof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0) == 0x000098, "Wrong size on WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, ReturnValue) == 0x000000, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, Temp_byte_Variable) == 0x000018, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, Temp_text_Variable) == 0x000020, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, Temp_text_Variable_1) == 0x000038, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, Temp_text_Variable_2) == 0x000050, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, Temp_text_Variable_3) == 0x000068, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0, K2Node_Select_Default) == 0x000080, "Member 'WBP_MaskGetOverlay_C_Get_HeadlineText_Text_0::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0 \ +static_assert(alignof(WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0) == 0x000040, "Wrong size on WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0, ReturnValue) == 0x000000, "Member 'WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000018, "Member 'WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0, CallFunc_GetCurrentRotLevel_ReturnValue) == 0x000020, "Member 'WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0::CallFunc_GetCurrentRotLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'WBP_MaskGetOverlay_C_Get_LevelNumber_Text_0::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_MaskImage_Event_0 \ +static_assert(alignof(WBP_MaskGetOverlay_C_MaskImage_Event_0) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_MaskImage_Event_0"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_MaskImage_Event_0) == 0x000008, "Wrong size on WBP_MaskGetOverlay_C_MaskImage_Event_0"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_MaskImage_Event_0, MaskImage_0) == 0x000000, "Member 'WBP_MaskGetOverlay_C_MaskImage_Event_0::MaskImage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_PreConstruct \ +static_assert(alignof(WBP_MaskGetOverlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MaskGetOverlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_MaskGetOverlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MaskGetOverlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskGetOverlay_C_InitMaskGet \ +static_assert(alignof(WBP_MaskGetOverlay_C_InitMaskGet) == 0x000008, "Wrong alignment on WBP_MaskGetOverlay_C_InitMaskGet"); \ +static_assert(sizeof(WBP_MaskGetOverlay_C_InitMaskGet) == 0x000010, "Wrong size on WBP_MaskGetOverlay_C_InitMaskGet"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_InitMaskGet, MaskGetType_0) == 0x000000, "Member 'WBP_MaskGetOverlay_C_InitMaskGet::MaskGetType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskGetOverlay_C_InitMaskGet, Material) == 0x000008, "Member 'WBP_MaskGetOverlay_C_InitMaskGet::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MaskGetOverlay_C \ +static_assert(alignof(UWBP_MaskGetOverlay_C) == 0x000008, "Wrong alignment on UWBP_MaskGetOverlay_C"); \ +static_assert(sizeof(UWBP_MaskGetOverlay_C) == 0x0002C8, "Wrong size on UWBP_MaskGetOverlay_C"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, UberGraphFrame) == 0x000260, "Member 'UWBP_MaskGetOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, FadeOut) == 0x000268, "Member 'UWBP_MaskGetOverlay_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, FadeInMaskGet) == 0x000270, "Member 'UWBP_MaskGetOverlay_C::FadeInMaskGet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, BoxBg) == 0x000278, "Member 'UWBP_MaskGetOverlay_C::BoxBg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, CanvasPanel_0) == 0x000280, "Member 'UWBP_MaskGetOverlay_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, Enso) == 0x000288, "Member 'UWBP_MaskGetOverlay_C::Enso' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, HeadlineText) == 0x000290, "Member 'UWBP_MaskGetOverlay_C::HeadlineText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, Image_117) == 0x000298, "Member 'UWBP_MaskGetOverlay_C::Image_117' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, MaskImage) == 0x0002A0, "Member 'UWBP_MaskGetOverlay_C::MaskImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, WBP_PromptBar) == 0x0002A8, "Member 'UWBP_MaskGetOverlay_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, MaskGetType) == 0x0002B0, "Member 'UWBP_MaskGetOverlay_C::MaskGetType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, OneShotMaterialInstance) == 0x0002B8, "Member 'UWBP_MaskGetOverlay_C::OneShotMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, FadeInComplete) == 0x0002C0, "Member 'UWBP_MaskGetOverlay_C::FadeInComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskGetOverlay_C, MaterialAnimationStartTime) == 0x0002C4, "Member 'UWBP_MaskGetOverlay_C::MaterialAnimationStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0 \ +static_assert(alignof(WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0) == 0x000008, "Wrong alignment on WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0"); \ +static_assert(sizeof(WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0) == 0x000008, "Wrong size on WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0, Icon_0) == 0x000000, "Member 'WBP_RelicGet_Anim_C_SequenceEvent__ENTRYPOINTWBP_RelicGet_Anim_0::Icon_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGet_Anim_C_Init \ +static_assert(alignof(WBP_RelicGet_Anim_C_Init) == 0x000008, "Wrong alignment on WBP_RelicGet_Anim_C_Init"); \ +static_assert(sizeof(WBP_RelicGet_Anim_C_Init) == 0x000020, "Wrong size on WBP_RelicGet_Anim_C_Init"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_Init, RelicGetType_0) == 0x000000, "Member 'WBP_RelicGet_Anim_C_Init::RelicGetType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_Init, IconTexture) == 0x000008, "Member 'WBP_RelicGet_Anim_C_Init::IconTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_Init, BackgroundTexture) == 0x000010, "Member 'WBP_RelicGet_Anim_C_Init::BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_Init, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'WBP_RelicGet_Anim_C_Init::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGet_Anim_C_Icon_Event_0 \ +static_assert(alignof(WBP_RelicGet_Anim_C_Icon_Event_0) == 0x000008, "Wrong alignment on WBP_RelicGet_Anim_C_Icon_Event_0"); \ +static_assert(sizeof(WBP_RelicGet_Anim_C_Icon_Event_0) == 0x000008, "Wrong size on WBP_RelicGet_Anim_C_Icon_Event_0"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_Icon_Event_0, Icon_0) == 0x000000, "Member 'WBP_RelicGet_Anim_C_Icon_Event_0::Icon_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGet_Anim_C_PreConstruct \ +static_assert(alignof(WBP_RelicGet_Anim_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RelicGet_Anim_C_PreConstruct"); \ +static_assert(sizeof(WBP_RelicGet_Anim_C_PreConstruct) == 0x000001, "Wrong size on WBP_RelicGet_Anim_C_PreConstruct"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RelicGet_Anim_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim \ +static_assert(alignof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim) == 0x000008, "Wrong alignment on WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim"); \ +static_assert(sizeof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim) == 0x0000C0, "Wrong size on WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, EntryPoint) == 0x000000, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, K2Node_CustomEvent_Icon) == 0x000008, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::K2Node_CustomEvent_Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_GetParent_ReturnValue) == 0x000018, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_AddChild_ReturnValue) == 0x000020, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_RelicIconToSoftTextures_IconTexture) == 0x000030, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_RelicIconToSoftTextures_IconTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_RelicIconToSoftTextures_BackgroundTexture) == 0x000058, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_RelicIconToSoftTextures_BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000080, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000088, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, K2Node_DynamicCast_AsTexture_2D) == 0x000090, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000A0, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x0000A8, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, K2Node_DynamicCast_AsTexture_2D_1) == 0x0000B0, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'WBP_RelicGet_Anim_C_ExecuteUbergraph_WBP_RelicGet_Anim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RelicGet_Anim_C \ +static_assert(alignof(UWBP_RelicGet_Anim_C) == 0x000008, "Wrong alignment on UWBP_RelicGet_Anim_C"); \ +static_assert(sizeof(UWBP_RelicGet_Anim_C) == 0x000298, "Wrong size on UWBP_RelicGet_Anim_C"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RelicGet_Anim_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, OpenAnim) == 0x000268, "Member 'UWBP_RelicGet_Anim_C::OpenAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, Background) == 0x000270, "Member 'UWBP_RelicGet_Anim_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, Enso) == 0x000278, "Member 'UWBP_RelicGet_Anim_C::Enso' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, Icon) == 0x000280, "Member 'UWBP_RelicGet_Anim_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, Image_264) == 0x000288, "Member 'UWBP_RelicGet_Anim_C::Image_264' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelicGet_Anim_C, RelicGetType) == 0x000290, "Member 'UWBP_RelicGet_Anim_C::RelicGetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyWisp_C_AnimGraph \ +static_assert(alignof(ABP_EnemyWisp_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_EnemyWisp_C_AnimGraph"); \ +static_assert(sizeof(ABP_EnemyWisp_C_AnimGraph) == 0x000010, "Wrong size on ABP_EnemyWisp_C_AnimGraph"); \ +static_assert(offsetof(ABP_EnemyWisp_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_EnemyWisp_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp \ +static_assert(alignof(ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp) == 0x000004, "Wrong alignment on ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp"); \ +static_assert(sizeof(ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp) == 0x00000C, "Wrong size on ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp"); \ +static_assert(offsetof(ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp, EntryPoint) == 0x000000, "Member 'ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp, CallFunc_GetPlayLength_ReturnValue) == 0x000004, "Member 'ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'ABP_EnemyWisp_C_ExecuteUbergraph_ABP_EnemyWisp::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_EnemyWisp_C \ +static_assert(alignof(UABP_EnemyWisp_C) == 0x000010, "Wrong alignment on UABP_EnemyWisp_C"); \ +static_assert(sizeof(UABP_EnemyWisp_C) == 0x0003E0, "Wrong size on UABP_EnemyWisp_C"); \ +static_assert(offsetof(UABP_EnemyWisp_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_EnemyWisp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_EnemyWisp_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_EnemyWisp_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_EnemyWisp_C, AnimGraphNode_SequencePlayer) == 0x000308, "Member 'UABP_EnemyWisp_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_EnemyWisp_C, AnimGraphNode_Slot) == 0x000388, "Member 'UABP_EnemyWisp_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_EnemyWisp_C, IdleLoopStartOffset) == 0x0003D0, "Member 'UABP_EnemyWisp_C::IdleLoopStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UABP_EnemyWisp_C, IdleLoop) == 0x0003D8, "Member 'UABP_EnemyWisp_C::IdleLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrencyCounter_C_UpdateText \ +static_assert(alignof(WBP_CurrencyCounter_C_UpdateText) == 0x000008, "Wrong alignment on WBP_CurrencyCounter_C_UpdateText"); \ +static_assert(sizeof(WBP_CurrencyCounter_C_UpdateText) == 0x000020, "Wrong size on WBP_CurrencyCounter_C_UpdateText"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_UpdateText, CallFunc_FFloor_ReturnValue) == 0x000000, "Member 'WBP_CurrencyCounter_C_UpdateText::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_UpdateText, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_CurrencyCounter_C_UpdateText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrencyCounter_C_TweenCount \ +static_assert(alignof(WBP_CurrencyCounter_C_TweenCount) == 0x000008, "Wrong alignment on WBP_CurrencyCounter_C_TweenCount"); \ +static_assert(sizeof(WBP_CurrencyCounter_C_TweenCount) == 0x000018, "Wrong size on WBP_CurrencyCounter_C_TweenCount"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_TweenCount, FromCount) == 0x000000, "Member 'WBP_CurrencyCounter_C_TweenCount::FromCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_TweenCount, ToCount) == 0x000004, "Member 'WBP_CurrencyCounter_C_TweenCount::ToCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_TweenCount, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'WBP_CurrencyCounter_C_TweenCount::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_TweenCount, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'WBP_CurrencyCounter_C_TweenCount::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_TweenCount, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_CurrencyCounter_C_TweenCount::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrencyCounter_C_Tick \ +static_assert(alignof(WBP_CurrencyCounter_C_Tick) == 0x000004, "Wrong alignment on WBP_CurrencyCounter_C_Tick"); \ +static_assert(sizeof(WBP_CurrencyCounter_C_Tick) == 0x00003C, "Wrong size on WBP_CurrencyCounter_C_Tick"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_CurrencyCounter_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_CurrencyCounter_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrencyCounter_C_PreConstruct \ +static_assert(alignof(WBP_CurrencyCounter_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CurrencyCounter_C_PreConstruct"); \ +static_assert(sizeof(WBP_CurrencyCounter_C_PreConstruct) == 0x000001, "Wrong size on WBP_CurrencyCounter_C_PreConstruct"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CurrencyCounter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter \ +static_assert(alignof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter) == 0x000008, "Wrong alignment on WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter"); \ +static_assert(sizeof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter) == 0x000058, "Wrong size on WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, EntryPoint) == 0x000000, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, K2Node_Event_MyGeometry) == 0x000010, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, K2Node_Event_InDeltaTime) == 0x000048, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, K2Node_Event_IsDesignTime) == 0x00004C, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000050, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000054, "Member 'WBP_CurrencyCounter_C_ExecuteUbergraph_WBP_CurrencyCounter::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CurrencyCounter_C \ +static_assert(alignof(UWBP_CurrencyCounter_C) == 0x000008, "Wrong alignment on UWBP_CurrencyCounter_C"); \ +static_assert(sizeof(UWBP_CurrencyCounter_C) == 0x0002B0, "Wrong size on UWBP_CurrencyCounter_C"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, UberGraphFrame) == 0x000260, "Member 'UWBP_CurrencyCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, CompleteFadeOut) == 0x000268, "Member 'UWBP_CurrencyCounter_C::CompleteFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, FadeIn) == 0x000270, "Member 'UWBP_CurrencyCounter_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, CountTxt) == 0x000278, "Member 'UWBP_CurrencyCounter_C::CountTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, Icon) == 0x000280, "Member 'UWBP_CurrencyCounter_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, InterpSpeed) == 0x000288, "Member 'UWBP_CurrencyCounter_C::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, UnlockTable) == 0x000290, "Member 'UWBP_CurrencyCounter_C::UnlockTable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, IconImage) == 0x000298, "Member 'UWBP_CurrencyCounter_C::IconImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, TargetValue) == 0x0002A0, "Member 'UWBP_CurrencyCounter_C::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, CurrentValue) == 0x0002A4, "Member 'UWBP_CurrencyCounter_C::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrencyCounter_C, IsTweening) == 0x0002A8, "Member 'UWBP_CurrencyCounter_C::IsTweening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ActivateAbility_C_Received_Notify \ +static_assert(alignof(BP_ActivateAbility_C_Received_Notify) == 0x000008, "Wrong alignment on BP_ActivateAbility_C_Received_Notify"); \ +static_assert(sizeof(BP_ActivateAbility_C_Received_Notify) == 0x000068, "Wrong size on BP_ActivateAbility_C_Received_Notify"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_ActivateAbility_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, Animation) == 0x000008, "Member 'BP_ActivateAbility_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_ActivateAbility_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, AbilityUser) == 0x000018, "Member 'BP_ActivateAbility_C_Received_Notify::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, K2Node_DynamicCast_AsCharacter) == 0x000028, "Member 'BP_ActivateAbility_C_Received_Notify::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ActivateAbility_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_IsValidClass_ReturnValue) == 0x000051, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_FindAbilityByClass_ReturnValue) == 0x000058, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_IsValid_ReturnValue_3) == 0x000060, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ActivateAbility_C_Received_Notify, CallFunc_Activate_ReturnValue) == 0x000061, "Member 'BP_ActivateAbility_C_Received_Notify::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActivateAbility_C \ +static_assert(alignof(UBP_ActivateAbility_C) == 0x000008, "Wrong alignment on UBP_ActivateAbility_C"); \ +static_assert(sizeof(UBP_ActivateAbility_C) == 0x000040, "Wrong size on UBP_ActivateAbility_C"); \ +static_assert(offsetof(UBP_ActivateAbility_C, AbilityType) == 0x000038, "Member 'UBP_ActivateAbility_C::AbilityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn \ +static_assert(alignof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn) == 0x000008, "Wrong alignment on BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn"); \ +static_assert(sizeof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn) == 0x000050, "Wrong size on BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, EntryPoint) == 0x000000, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_IsLoadingInProgress_ReturnValue) == 0x000004, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_IsLoadingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_GetGameMode_ReturnValue) == 0x000020, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000030, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_GetGlobalUINavManager_ReturnValue_1) == 0x000038, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_GetGlobalUINavManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_NavigateForward_ReturnValue) == 0x000040, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_NavigateForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn, CallFunc_ReturnToGame_ReturnValue) == 0x000048, "Member 'BP_MochiSpectatorPawn_C_ExecuteUbergraph_BP_MochiSpectatorPawn::CallFunc_ReturnToGame_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MochiSpectatorPawn_C \ +static_assert(alignof(ABP_MochiSpectatorPawn_C) == 0x000008, "Wrong alignment on ABP_MochiSpectatorPawn_C"); \ +static_assert(sizeof(ABP_MochiSpectatorPawn_C) == 0x0002C8, "Wrong size on ABP_MochiSpectatorPawn_C"); \ +static_assert(offsetof(ABP_MochiSpectatorPawn_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_MochiSpectatorPawn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiSpectatorPawn_C, TickTimer) == 0x0002B8, "Member 'ABP_MochiSpectatorPawn_C::TickTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiSpectatorPawn_C, LoadingScreen) == 0x0002C0, "Member 'ABP_MochiSpectatorPawn_C::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CrystalGlow_C_Received_NotifyEnd \ +static_assert(alignof(BP_CrystalGlow_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_CrystalGlow_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_CrystalGlow_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_CrystalGlow_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_CrystalGlow_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_CrystalGlow_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_CrystalGlow_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyEnd, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'BP_CrystalGlow_C_Received_NotifyEnd::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyEnd, K2Node_DynamicCast_AsKena_Character) == 0x000020, "Member 'BP_CrystalGlow_C_Received_NotifyEnd::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CrystalGlow_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CrystalGlow_C_Received_NotifyBegin \ +static_assert(alignof(BP_CrystalGlow_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_CrystalGlow_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_CrystalGlow_C_Received_NotifyBegin) == 0x000018, "Wrong size on BP_CrystalGlow_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_CrystalGlow_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_CrystalGlow_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_CrystalGlow_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_CrystalGlow_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CrystalGlow_C_Received_NotifyTick \ +static_assert(alignof(BP_CrystalGlow_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_CrystalGlow_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_CrystalGlow_C_Received_NotifyTick) == 0x000018, "Wrong size on BP_CrystalGlow_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_CrystalGlow_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_CrystalGlow_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_CrystalGlow_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CrystalGlow_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_CrystalGlow_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CrystalGlow_C \ +static_assert(alignof(UBP_CrystalGlow_C) == 0x000008, "Wrong alignment on UBP_CrystalGlow_C"); \ +static_assert(sizeof(UBP_CrystalGlow_C) == 0x000038, "Wrong size on UBP_CrystalGlow_C"); \ +static_assert(offsetof(UBP_CrystalGlow_C, UpdateSpeed) == 0x000030, "Member 'UBP_CrystalGlow_C::UpdateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_CrystalGlow_C, ToBrightness) == 0x000034, "Member 'UBP_CrystalGlow_C::ToBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterRippleNotify_C_Received_Notify \ +static_assert(alignof(BP_WaterRippleNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_WaterRippleNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_WaterRippleNotify_C_Received_Notify) == 0x000090, "Wrong size on BP_WaterRippleNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_WaterRippleNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_WaterRippleNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_WaterRippleNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x000020, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000038, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_GetSocketLocation_ReturnValue) == 0x000044, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_RandomFloat_ReturnValue) == 0x000050, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_Add_VectorVector_ReturnValue) == 0x000054, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_GetAllActorsOfClass_OutActors) == 0x000068, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterRippleNotify_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_WaterRippleNotify_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_WaterRippleNotify_C \ +static_assert(alignof(UBP_WaterRippleNotify_C) == 0x000008, "Wrong alignment on UBP_WaterRippleNotify_C"); \ +static_assert(sizeof(UBP_WaterRippleNotify_C) == 0x000050, "Wrong size on UBP_WaterRippleNotify_C"); \ +static_assert(offsetof(UBP_WaterRippleNotify_C, Socket) == 0x000038, "Member 'UBP_WaterRippleNotify_C::Socket' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterRippleNotify_C, OffsetXY) == 0x000040, "Member 'UBP_WaterRippleNotify_C::OffsetXY' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterRippleNotify_C, Intensity) == 0x000048, "Member 'UBP_WaterRippleNotify_C::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterRippleNotify_C, IntensityVariance) == 0x00004C, "Member 'UBP_WaterRippleNotify_C::IntensityVariance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullHopState_C_OnStart \ +static_assert(alignof(BP_FullHopState_C_OnStart) == 0x000008, "Wrong alignment on BP_FullHopState_C_OnStart"); \ +static_assert(sizeof(BP_FullHopState_C_OnStart) == 0x000008, "Wrong size on BP_FullHopState_C_OnStart"); \ +static_assert(offsetof(BP_FullHopState_C_OnStart, PrevState) == 0x000000, "Member 'BP_FullHopState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullHopState_C_OnSuspend \ +static_assert(alignof(BP_FullHopState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_FullHopState_C_OnSuspend"); \ +static_assert(sizeof(BP_FullHopState_C_OnSuspend) == 0x000008, "Wrong size on BP_FullHopState_C_OnSuspend"); \ +static_assert(offsetof(BP_FullHopState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_FullHopState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState \ +static_assert(alignof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState) == 0x000008, "Wrong alignment on BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState"); \ +static_assert(sizeof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState) == 0x000050, "Wrong size on BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, EntryPoint) == 0x000000, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, K2Node_Event_PrevState_1) == 0x000008, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_GetCharacter_ReturnValue_1) == 0x000018, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_GetMovementComponent_ReturnValue) == 0x000020, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, K2Node_Event_PrevState) == 0x000028, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_BreakVector_Y) == 0x000034, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_MakeVector_ReturnValue) == 0x00003C, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState, CallFunc_Less_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_FullHopState_C_ExecuteUbergraph_BP_FullHopState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FullHopState_C \ +static_assert(alignof(UBP_FullHopState_C) == 0x000008, "Wrong alignment on UBP_FullHopState_C"); \ +static_assert(sizeof(UBP_FullHopState_C) == 0x000128, "Wrong size on UBP_FullHopState_C"); \ +static_assert(offsetof(UBP_FullHopState_C, UberGraphFrame) == 0x000120, "Member 'UBP_FullHopState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_PlayerHasBombAbility \ +static_assert(alignof(WBP_AbilityIcon_C_PlayerHasBombAbility) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_PlayerHasBombAbility"); \ +static_assert(sizeof(WBP_AbilityIcon_C_PlayerHasBombAbility) == 0x000020, "Wrong size on WBP_AbilityIcon_C_PlayerHasBombAbility"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBombAbility, HasBomb) == 0x000000, "Member 'WBP_AbilityIcon_C_PlayerHasBombAbility::HasBomb' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBombAbility, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_AbilityIcon_C_PlayerHasBombAbility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBombAbility, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'WBP_AbilityIcon_C_PlayerHasBombAbility::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBombAbility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_AbilityIcon_C_PlayerHasBombAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBombAbility, CallFunc_HasInventoryItem_ReturnValue) == 0x000019, "Member 'WBP_AbilityIcon_C_PlayerHasBombAbility::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_PlayerHasBowAbility \ +static_assert(alignof(WBP_AbilityIcon_C_PlayerHasBowAbility) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_PlayerHasBowAbility"); \ +static_assert(sizeof(WBP_AbilityIcon_C_PlayerHasBowAbility) == 0x000020, "Wrong size on WBP_AbilityIcon_C_PlayerHasBowAbility"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBowAbility, HasBow) == 0x000000, "Member 'WBP_AbilityIcon_C_PlayerHasBowAbility::HasBow' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBowAbility, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_AbilityIcon_C_PlayerHasBowAbility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBowAbility, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'WBP_AbilityIcon_C_PlayerHasBowAbility::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBowAbility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_AbilityIcon_C_PlayerHasBowAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PlayerHasBowAbility, CallFunc_HasInventoryItem_ReturnValue) == 0x000019, "Member 'WBP_AbilityIcon_C_PlayerHasBowAbility::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_OnKeyDown \ +static_assert(alignof(WBP_AbilityIcon_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_OnKeyDown"); \ +static_assert(sizeof(WBP_AbilityIcon_C_OnKeyDown) == 0x000230, "Wrong size on WBP_AbilityIcon_C_OnKeyDown"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_AbilityIcon_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_AbilityIcon_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_AbilityIcon_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'WBP_AbilityIcon_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x0001E0, "Member 'WBP_AbilityIcon_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x0001F8, "Member 'WBP_AbilityIcon_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000200, "Member 'WBP_AbilityIcon_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000218, "Member 'WBP_AbilityIcon_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000220, "Member 'WBP_AbilityIcon_C_OnKeyDown::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnKeyDown, CallFunc_ReturnToGame_ReturnValue) == 0x000228, "Member 'WBP_AbilityIcon_C_OnKeyDown::CallFunc_ReturnToGame_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_CheckPrerequisites \ +static_assert(alignof(WBP_AbilityIcon_C_CheckPrerequisites) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_CheckPrerequisites"); \ +static_assert(sizeof(WBP_AbilityIcon_C_CheckPrerequisites) == 0x000068, "Wrong size on WBP_AbilityIcon_C_CheckPrerequisites"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, Success) == 0x000000, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, Outcome) == 0x000001, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::Outcome' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, Temp_int_Variable) == 0x000010, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000020, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Map_Length_ReturnValue) == 0x000040, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Array_Get_Item) == 0x000044, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Map_Find_Value) == 0x000050, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Map_Find_ReturnValue) == 0x000054, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_GetItemCount_OutCount) == 0x000058, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_GetItemCount_OutCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_GetItemCount_OutMaxCount) == 0x00005C, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_GetItemCount_OutMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000064, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_CheckPrerequisites, CallFunc_Less_IntInt_ReturnValue) == 0x000065, "Member 'WBP_AbilityIcon_C_CheckPrerequisites::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_OnFocusReceived \ +static_assert(alignof(WBP_AbilityIcon_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_AbilityIcon_C_OnFocusReceived) == 0x0001B8, "Wrong size on WBP_AbilityIcon_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_AbilityIcon_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_AbilityIcon_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_AbilityIcon_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_AbilityIcon_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnFocusReceived, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'WBP_AbilityIcon_C_OnFocusReceived::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_DetermineIconState \ +static_assert(alignof(WBP_AbilityIcon_C_DetermineIconState) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_DetermineIconState"); \ +static_assert(sizeof(WBP_AbilityIcon_C_DetermineIconState) == 0x000048, "Wrong size on WBP_AbilityIcon_C_DetermineIconState"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, PrereqsMet) == 0x000000, "Member 'WBP_AbilityIcon_C_DetermineIconState::PrereqsMet' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, StateFound) == 0x000001, "Member 'WBP_AbilityIcon_C_DetermineIconState::StateFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CurrentItemCount) == 0x000004, "Member 'WBP_AbilityIcon_C_DetermineIconState::CurrentItemCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_PlayerHasBombAbility_HasBomb) == 0x000008, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_PlayerHasBombAbility_HasBomb' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_PlayerHasBowAbility_HasBow) == 0x000009, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_PlayerHasBowAbility_HasBow' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_CheckPrerequisites_Success) == 0x00000A, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_CheckPrerequisites_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000B, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GetCurrentRotLevel_ReturnValue) == 0x00001C, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GetCurrentRotLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000030, "Member 'WBP_AbilityIcon_C_DetermineIconState::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_AbilityIcon_C_DetermineIconState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x000039, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GetItemCount_OutCount) == 0x00003C, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GetItemCount_OutCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_GetItemCount_OutMaxCount) == 0x000040, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_GetItemCount_OutMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_DetermineIconState, CallFunc_BooleanAND_ReturnValue) == 0x000044, "Member 'WBP_AbilityIcon_C_DetermineIconState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_SetImageByCurrentState \ +static_assert(alignof(WBP_AbilityIcon_C_SetImageByCurrentState) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_SetImageByCurrentState"); \ +static_assert(sizeof(WBP_AbilityIcon_C_SetImageByCurrentState) == 0x000098, "Wrong size on WBP_AbilityIcon_C_SetImageByCurrentState"); \ +static_assert(offsetof(WBP_AbilityIcon_C_SetImageByCurrentState, StateToSet) == 0x000000, "Member 'WBP_AbilityIcon_C_SetImageByCurrentState::StateToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_SetImageByCurrentState, CallFunc_Map_Find_Value) == 0x000008, "Member 'WBP_AbilityIcon_C_SetImageByCurrentState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_SetImageByCurrentState, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'WBP_AbilityIcon_C_SetImageByCurrentState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_PreConstruct \ +static_assert(alignof(WBP_AbilityIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AbilityIcon_C_PreConstruct"); \ +static_assert(sizeof(WBP_AbilityIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_AbilityIcon_C_PreConstruct"); \ +static_assert(offsetof(WBP_AbilityIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AbilityIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_OnFocusLost \ +static_assert(alignof(WBP_AbilityIcon_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_AbilityIcon_C_OnFocusLost"); \ +static_assert(sizeof(WBP_AbilityIcon_C_OnFocusLost) == 0x000008, "Wrong size on WBP_AbilityIcon_C_OnFocusLost"); \ +static_assert(offsetof(WBP_AbilityIcon_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_AbilityIcon_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_SetDataAndUpgradeWidget \ +static_assert(alignof(WBP_AbilityIcon_C_SetDataAndUpgradeWidget) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_SetDataAndUpgradeWidget"); \ +static_assert(sizeof(WBP_AbilityIcon_C_SetDataAndUpgradeWidget) == 0x000008, "Wrong size on WBP_AbilityIcon_C_SetDataAndUpgradeWidget"); \ +static_assert(offsetof(WBP_AbilityIcon_C_SetDataAndUpgradeWidget, KenaUpgradesWidget_0) == 0x000000, "Member 'WBP_AbilityIcon_C_SetDataAndUpgradeWidget::KenaUpgradesWidget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon \ +static_assert(alignof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon) == 0x000008, "Wrong alignment on WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon"); \ +static_assert(sizeof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon) == 0x000058, "Wrong size on WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, EntryPoint) == 0x000000, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, K2Node_CustomEvent_KenaUpgradesWidget) == 0x000008, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::K2Node_CustomEvent_KenaUpgradesWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, K2Node_Event_IsDesignTime) == 0x00003D, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, K2Node_Event_InFocusEvent) == 0x000040, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x00004C, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004D, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000054, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'WBP_AbilityIcon_C_ExecuteUbergraph_WBP_AbilityIcon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AbilityIcon_C \ +static_assert(alignof(UWBP_AbilityIcon_C) == 0x000008, "Wrong alignment on UWBP_AbilityIcon_C"); \ +static_assert(sizeof(UWBP_AbilityIcon_C) == 0x000370, "Wrong size on UWBP_AbilityIcon_C"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, UberGraphFrame) == 0x000260, "Member 'UWBP_AbilityIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, HIghlight) == 0x000268, "Member 'UWBP_AbilityIcon_C::HIghlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, Image_82) == 0x000270, "Member 'UWBP_AbilityIcon_C::Image_82' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, NumberedImages) == 0x000278, "Member 'UWBP_AbilityIcon_C::NumberedImages' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, TagThisIcon) == 0x0002C8, "Member 'UWBP_AbilityIcon_C::TagThisIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, CurrentState) == 0x0002D0, "Member 'UWBP_AbilityIcon_C::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, LevelToUnlock) == 0x0002D4, "Member 'UWBP_AbilityIcon_C::LevelToUnlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, AbilityStruct) == 0x0002D8, "Member 'UWBP_AbilityIcon_C::AbilityStruct' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, KenaUpgradesWidget) == 0x000350, "Member 'UWBP_AbilityIcon_C::KenaUpgradesWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, AbilityInfoThisIcon) == 0x000358, "Member 'UWBP_AbilityIcon_C::AbilityInfoThisIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, TagCountThisIcon) == 0x000360, "Member 'UWBP_AbilityIcon_C::TagCountThisIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, Hidden) == 0x000364, "Member 'UWBP_AbilityIcon_C::Hidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, PrereqCount) == 0x000368, "Member 'UWBP_AbilityIcon_C::PrereqCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, HideForPlaytest) == 0x00036C, "Member 'UWBP_AbilityIcon_C::HideForPlaytest' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, CheckForBowAbility) == 0x00036D, "Member 'UWBP_AbilityIcon_C::CheckForBowAbility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityIcon_C, CheckForBombAbility) == 0x00036E, "Member 'UWBP_AbilityIcon_C::CheckForBombAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_NavigateButtons \ +static_assert(alignof(WBP_AbilityTree_C_NavigateButtons) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_NavigateButtons"); \ +static_assert(sizeof(WBP_AbilityTree_C_NavigateButtons) == 0x000018, "Wrong size on WBP_AbilityTree_C_NavigateButtons"); \ +static_assert(offsetof(WBP_AbilityTree_C_NavigateButtons, Navigation_0) == 0x000000, "Member 'WBP_AbilityTree_C_NavigateButtons::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_NavigateButtons, ReturnValue) == 0x000008, "Member 'WBP_AbilityTree_C_NavigateButtons::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_NavigateButtons, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_AbilityTree_C_NavigateButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_Debug_PurchaseAllAbilities \ +static_assert(alignof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_Debug_PurchaseAllAbilities"); \ +static_assert(sizeof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities) == 0x000020, "Wrong size on WBP_AbilityTree_C_Debug_PurchaseAllAbilities"); \ +static_assert(offsetof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_AbilityTree_C_Debug_PurchaseAllAbilities::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_AbilityTree_C_Debug_PurchaseAllAbilities::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AbilityTree_C_Debug_PurchaseAllAbilities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_AbilityTree_C_Debug_PurchaseAllAbilities::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_AbilityTree_C_Debug_PurchaseAllAbilities::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_Debug_PurchaseAllAbilities, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_AbilityTree_C_Debug_PurchaseAllAbilities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_AbilityPurchasesComplete \ +static_assert(alignof(WBP_AbilityTree_C_AbilityPurchasesComplete) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_AbilityPurchasesComplete"); \ +static_assert(sizeof(WBP_AbilityTree_C_AbilityPurchasesComplete) == 0x000038, "Wrong size on WBP_AbilityTree_C_AbilityPurchasesComplete"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, Complete) == 0x000000, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::Complete' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, OwnedCount) == 0x000004, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::OwnedCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, Temp_int_Variable) == 0x000014, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, K2Node_SwitchEnum_CmpSuccess) == 0x000025, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_AbilityPurchasesComplete, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_AbilityTree_C_AbilityPurchasesComplete::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_GetIconByTag \ +static_assert(alignof(WBP_AbilityTree_C_GetIconByTag) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_GetIconByTag"); \ +static_assert(sizeof(WBP_AbilityTree_C_GetIconByTag) == 0x000040, "Wrong size on WBP_AbilityTree_C_GetIconByTag"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, TagToSearch) == 0x000000, "Member 'WBP_AbilityTree_C_GetIconByTag::TagToSearch' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, TagCount) == 0x000008, "Member 'WBP_AbilityTree_C_GetIconByTag::TagCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, FoundIcon) == 0x000010, "Member 'WBP_AbilityTree_C_GetIconByTag::FoundIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, Success) == 0x000018, "Member 'WBP_AbilityTree_C_GetIconByTag::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, IconFound) == 0x000019, "Member 'WBP_AbilityTree_C_GetIconByTag::IconFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_AbilityTree_C_GetIconByTag::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_AbilityTree_C_GetIconByTag::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000039, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x00003A, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_GetIconByTag, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'WBP_AbilityTree_C_GetIconByTag::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_OnFocusReceived \ +static_assert(alignof(WBP_AbilityTree_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_AbilityTree_C_OnFocusReceived) == 0x0001B8, "Wrong size on WBP_AbilityTree_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_AbilityTree_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_AbilityTree_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_AbilityTree_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_AbilityTree_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_AbilityTree_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x0001B0, "Member 'WBP_AbilityTree_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_MakeIconsArray \ +static_assert(alignof(WBP_AbilityTree_C_MakeIconsArray) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_MakeIconsArray"); \ +static_assert(sizeof(WBP_AbilityTree_C_MakeIconsArray) == 0x000008, "Wrong size on WBP_AbilityTree_C_MakeIconsArray"); \ +static_assert(offsetof(WBP_AbilityTree_C_MakeIconsArray, KenaUpgradesWidget) == 0x000000, "Member 'WBP_AbilityTree_C_MakeIconsArray::KenaUpgradesWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_RegisterUpgradesMenuDelegates \ +static_assert(alignof(WBP_AbilityTree_C_RegisterUpgradesMenuDelegates) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_RegisterUpgradesMenuDelegates"); \ +static_assert(sizeof(WBP_AbilityTree_C_RegisterUpgradesMenuDelegates) == 0x000008, "Wrong size on WBP_AbilityTree_C_RegisterUpgradesMenuDelegates"); \ +static_assert(offsetof(WBP_AbilityTree_C_RegisterUpgradesMenuDelegates, Kena_Upgrades_Widget) == 0x000000, "Member 'WBP_AbilityTree_C_RegisterUpgradesMenuDelegates::Kena_Upgrades_Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_OnAbilityUnlocked \ +static_assert(alignof(WBP_AbilityTree_C_OnAbilityUnlocked) == 0x000004, "Wrong alignment on WBP_AbilityTree_C_OnAbilityUnlocked"); \ +static_assert(sizeof(WBP_AbilityTree_C_OnAbilityUnlocked) == 0x000008, "Wrong size on WBP_AbilityTree_C_OnAbilityUnlocked"); \ +static_assert(offsetof(WBP_AbilityTree_C_OnAbilityUnlocked, Ability_Gameplay_Tag) == 0x000000, "Member 'WBP_AbilityTree_C_OnAbilityUnlocked::Ability_Gameplay_Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree \ +static_assert(alignof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree) == 0x000008, "Wrong alignment on WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree"); \ +static_assert(sizeof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree) == 0x0000F8, "Wrong size on WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, EntryPoint) == 0x000000, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, Temp_int_Array_Index_Variable_2) == 0x000024, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000028, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, K2Node_CustomEvent_KenaUpgradesWidget) == 0x000050, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::K2Node_CustomEvent_KenaUpgradesWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_AbilityPurchasesComplete_Complete) == 0x000058, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_AbilityPurchasesComplete_Complete' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x000060, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, K2Node_CustomEvent_Kena_Upgrades_Widget) == 0x000068, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::K2Node_CustomEvent_Kena_Upgrades_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_GetAllWidgetsOfClass_FoundWidgets_1) == 0x000070, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_GetAllWidgetsOfClass_FoundWidgets_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Less_IntInt_ReturnValue_1) == 0x00009C, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B0, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_IsAbilityUnlockedByTag_ReturnValue) == 0x0000C0, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_IsAbilityUnlockedByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_IsAbilityUnlockedByTag_ReturnValue_1) == 0x0000C1, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_IsAbilityUnlockedByTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, K2Node_CustomEvent_Ability_Gameplay_Tag) == 0x0000C4, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::K2Node_CustomEvent_Ability_Gameplay_Tag' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_GetAllWidgetsOfClass_FoundWidgets_2) == 0x0000D0, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_GetAllWidgetsOfClass_FoundWidgets_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Length_ReturnValue_2) == 0x0000E0, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F0, "Member 'WBP_AbilityTree_C_ExecuteUbergraph_WBP_AbilityTree::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AbilityTree_C \ +static_assert(alignof(UWBP_AbilityTree_C) == 0x000008, "Wrong alignment on UWBP_AbilityTree_C"); \ +static_assert(sizeof(UWBP_AbilityTree_C) == 0x0003A0, "Wrong size on UWBP_AbilityTree_C"); \ +static_assert(offsetof(UWBP_AbilityTree_C, UberGraphFrame) == 0x000260, "Member 'UWBP_AbilityTree_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability11) == 0x000268, "Member 'UWBP_AbilityTree_C::Ability11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability12) == 0x000270, "Member 'UWBP_AbilityTree_C::Ability12' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability13) == 0x000278, "Member 'UWBP_AbilityTree_C::Ability13' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability14) == 0x000280, "Member 'UWBP_AbilityTree_C::Ability14' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability21) == 0x000288, "Member 'UWBP_AbilityTree_C::Ability21' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability22) == 0x000290, "Member 'UWBP_AbilityTree_C::Ability22' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability23) == 0x000298, "Member 'UWBP_AbilityTree_C::Ability23' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability24) == 0x0002A0, "Member 'UWBP_AbilityTree_C::Ability24' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability31) == 0x0002A8, "Member 'UWBP_AbilityTree_C::Ability31' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability32) == 0x0002B0, "Member 'UWBP_AbilityTree_C::Ability32' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability33) == 0x0002B8, "Member 'UWBP_AbilityTree_C::Ability33' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability34) == 0x0002C0, "Member 'UWBP_AbilityTree_C::Ability34' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability41) == 0x0002C8, "Member 'UWBP_AbilityTree_C::Ability41' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability42) == 0x0002D0, "Member 'UWBP_AbilityTree_C::Ability42' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability43) == 0x0002D8, "Member 'UWBP_AbilityTree_C::Ability43' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Ability44) == 0x0002E0, "Member 'UWBP_AbilityTree_C::Ability44' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, BowPrerequisite) == 0x0002E8, "Member 'UWBP_AbilityTree_C::BowPrerequisite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Core1) == 0x0002F0, "Member 'UWBP_AbilityTree_C::Core1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Core2) == 0x0002F8, "Member 'UWBP_AbilityTree_C::Core2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Core3) == 0x000300, "Member 'UWBP_AbilityTree_C::Core3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Core4) == 0x000308, "Member 'UWBP_AbilityTree_C::Core4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, FocusPrerequisite) == 0x000310, "Member 'UWBP_AbilityTree_C::FocusPrerequisite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Image) == 0x000318, "Member 'UWBP_AbilityTree_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Image_1) == 0x000320, "Member 'UWBP_AbilityTree_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Image_2) == 0x000328, "Member 'UWBP_AbilityTree_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Image_3) == 0x000330, "Member 'UWBP_AbilityTree_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Image_129) == 0x000338, "Member 'UWBP_AbilityTree_C::Image_129' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Image_180) == 0x000340, "Member 'UWBP_AbilityTree_C::Image_180' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, KenaUnlocksGrid) == 0x000348, "Member 'UWBP_AbilityTree_C::KenaUnlocksGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Rot1) == 0x000350, "Member 'UWBP_AbilityTree_C::Rot1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Rot2) == 0x000358, "Member 'UWBP_AbilityTree_C::Rot2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Rot3) == 0x000360, "Member 'UWBP_AbilityTree_C::Rot3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, Rot4) == 0x000368, "Member 'UWBP_AbilityTree_C::Rot4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, RotUnlocksGrid) == 0x000370, "Member 'UWBP_AbilityTree_C::RotUnlocksGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, IconArray) == 0x000378, "Member 'UWBP_AbilityTree_C::IconArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, UnlockData) == 0x000388, "Member 'UWBP_AbilityTree_C::UnlockData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, BombTag) == 0x000390, "Member 'UWBP_AbilityTree_C::BombTag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AbilityTree_C, BowTag) == 0x000398, "Member 'UWBP_AbilityTree_C::BowTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PurchaseUpgradeModal_C_OnKeyDown \ +static_assert(alignof(WBP_PurchaseUpgradeModal_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_PurchaseUpgradeModal_C_OnKeyDown"); \ +static_assert(sizeof(WBP_PurchaseUpgradeModal_C_OnKeyDown) == 0x000390, "Wrong size on WBP_PurchaseUpgradeModal_C_OnKeyDown"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_PostEventAtLocation_ReturnValue) == 0x000128, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000130, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000148, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000149, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000150, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_NavigateBack_ReturnValue) == 0x000158, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000220, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x0002D8, "Member 'WBP_PurchaseUpgradeModal_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PurchaseUpgradeModal_C_PreConstruct \ +static_assert(alignof(WBP_PurchaseUpgradeModal_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PurchaseUpgradeModal_C_PreConstruct"); \ +static_assert(sizeof(WBP_PurchaseUpgradeModal_C_PreConstruct) == 0x000001, "Wrong size on WBP_PurchaseUpgradeModal_C_PreConstruct"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PurchaseUpgradeModal_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal \ +static_assert(alignof(WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal) == 0x000004, "Wrong alignment on WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal"); \ +static_assert(sizeof(WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal) == 0x000008, "Wrong size on WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal, EntryPoint) == 0x000000, "Member 'WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_PurchaseUpgradeModal_C_ExecuteUbergraph_WBP_PurchaseUpgradeModal::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PurchaseUpgradeModal_C \ +static_assert(alignof(UWBP_PurchaseUpgradeModal_C) == 0x000008, "Wrong alignment on UWBP_PurchaseUpgradeModal_C"); \ +static_assert(sizeof(UWBP_PurchaseUpgradeModal_C) == 0x0002B0, "Wrong size on UWBP_PurchaseUpgradeModal_C"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, UberGraphFrame) == 0x000260, "Member 'UWBP_PurchaseUpgradeModal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, PurchaseFailed) == 0x000268, "Member 'UWBP_PurchaseUpgradeModal_C::PurchaseFailed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, ButtonLayer) == 0x000270, "Member 'UWBP_PurchaseUpgradeModal_C::ButtonLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, FailText) == 0x000278, "Member 'UWBP_PurchaseUpgradeModal_C::FailText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, Image_496) == 0x000280, "Member 'UWBP_PurchaseUpgradeModal_C::Image_496' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, Image_761) == 0x000288, "Member 'UWBP_PurchaseUpgradeModal_C::Image_761' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, ModalText) == 0x000290, "Member 'UWBP_PurchaseUpgradeModal_C::ModalText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, Ps4XButton) == 0x000298, "Member 'UWBP_PurchaseUpgradeModal_C::Ps4XButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, Ps4XButton_1) == 0x0002A0, "Member 'UWBP_PurchaseUpgradeModal_C::Ps4XButton_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PurchaseUpgradeModal_C, KenaUpgradeWidget) == 0x0002A8, "Member 'UWBP_PurchaseUpgradeModal_C::KenaUpgradeWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IIDeadzoneCleanTriggerable_C \ +static_assert(alignof(IIDeadzoneCleanTriggerable_C) == 0x000001, "Wrong alignment on IIDeadzoneCleanTriggerable_C"); \ +static_assert(sizeof(IIDeadzoneCleanTriggerable_C) == 0x000001, "Wrong size on IIDeadzoneCleanTriggerable_C"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjectiveListEntry_C_SetObjectiveState \ +static_assert(alignof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState) == 0x000008, "Wrong alignment on WBP_CurrentObjectiveListEntry_C_SetObjectiveState"); \ +static_assert(sizeof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState) == 0x000260, "Wrong size on WBP_CurrentObjectiveListEntry_C_SetObjectiveState"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, K2Node_MakeStruct_ObjectiveInfo) == 0x000010, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::K2Node_MakeStruct_ObjectiveInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, K2Node_MakeStruct_ObjectiveInfo_1) == 0x0000B8, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::K2Node_MakeStruct_ObjectiveInfo_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000160, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, Temp_int_Loop_Counter_Variable_1) == 0x000168, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_GetGlobalPDSManager_ReturnValue_1) == 0x000170, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_GetGlobalPDSManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000178, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Array_Get_Item) == 0x00017C, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, K2Node_MakeStruct_ObjectiveInfo_2) == 0x000188, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::K2Node_MakeStruct_ObjectiveInfo_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_GetValue_OutValue) == 0x000230, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_GetValue_ReturnValue) == 0x000234, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Greater_IntInt_ReturnValue) == 0x000235, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Array_Length_ReturnValue) == 0x000238, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Not_PreBool_ReturnValue) == 0x00023C, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Less_IntInt_ReturnValue) == 0x00023D, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Array_Get_Item_1) == 0x000240, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_GetValue_OutValue_1) == 0x000248, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_GetValue_OutValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_GetValue_ReturnValue_1) == 0x00024C, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Array_Length_ReturnValue_1) == 0x000250, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000254, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000255, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_BooleanAND_ReturnValue) == 0x000256, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_BooleanAND_ReturnValue_1) == 0x000257, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, CallFunc_BooleanAND_ReturnValue_2) == 0x000258, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_SetObjectiveState, K2Node_SwitchEnum_CmpSuccess) == 0x000259, "Member 'WBP_CurrentObjectiveListEntry_C_SetObjectiveState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_CurrentObjectiveListEntry_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_CurrentObjectiveListEntry_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet \ +static_assert(alignof(WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_CurrentObjectiveListEntry_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry \ +static_assert(alignof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry) == 0x000008, "Wrong alignment on WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry"); \ +static_assert(sizeof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry) == 0x000020, "Wrong size on WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry, EntryPoint) == 0x000000, "Member 'WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry, K2Node_Event_bIsExpanded) == 0x000004, "Member 'WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry, K2Node_Event_bIsSelected) == 0x000005, "Member 'WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry, K2Node_Event_ListItemObject) == 0x000008, "Member 'WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry, K2Node_DynamicCast_AsBP_Objective_Info) == 0x000010, "Member 'WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry::K2Node_DynamicCast_AsBP_Objective_Info' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_CurrentObjectiveListEntry_C_ExecuteUbergraph_WBP_CurrentObjectiveListEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CurrentObjectiveListEntry_C \ +static_assert(alignof(UWBP_CurrentObjectiveListEntry_C) == 0x000008, "Wrong alignment on UWBP_CurrentObjectiveListEntry_C"); \ +static_assert(sizeof(UWBP_CurrentObjectiveListEntry_C) == 0x000368, "Wrong size on UWBP_CurrentObjectiveListEntry_C"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, UberGraphFrame) == 0x000260, "Member 'UWBP_CurrentObjectiveListEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, DOT) == 0x000268, "Member 'UWBP_CurrentObjectiveListEntry_C::DOT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, ObjectivePanel) == 0x000270, "Member 'UWBP_CurrentObjectiveListEntry_C::ObjectivePanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, ObjectiveText) == 0x000278, "Member 'UWBP_CurrentObjectiveListEntry_C::ObjectiveText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, Slash) == 0x000280, "Member 'UWBP_CurrentObjectiveListEntry_C::Slash' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, Slash_1) == 0x000288, "Member 'UWBP_CurrentObjectiveListEntry_C::Slash_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, Slash_2) == 0x000290, "Member 'UWBP_CurrentObjectiveListEntry_C::Slash_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, Slash_3) == 0x000298, "Member 'UWBP_CurrentObjectiveListEntry_C::Slash_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, SlashBox) == 0x0002A0, "Member 'UWBP_CurrentObjectiveListEntry_C::SlashBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, ObjectiveTextToSet) == 0x0002A8, "Member 'UWBP_CurrentObjectiveListEntry_C::ObjectiveTextToSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjectiveListEntry_C, ThisObjectiveInfo) == 0x0002C0, "Member 'UWBP_CurrentObjectiveListEntry_C::ThisObjectiveInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGlowLinkData \ +static_assert(alignof(FFGlowLinkData) == 0x000008, "Wrong alignment on FFGlowLinkData"); \ +static_assert(sizeof(FFGlowLinkData) == 0x000010, "Wrong size on FFGlowLinkData"); \ +static_assert(offsetof(FFGlowLinkData, Actor_2_81AB922D499F3888B13EB4BE12CD8471) == 0x000000, "Member 'FFGlowLinkData::Actor_2_81AB922D499F3888B13EB4BE12CD8471' has a wrong offset!"); \ +static_assert(offsetof(FFGlowLinkData, EmissionMultiplier_5_C22222B44FB72CEFF65C1F985E375987) == 0x000008, "Member 'FFGlowLinkData::EmissionMultiplier_5_C22222B44FB72CEFF65C1F985E375987' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate \ +static_assert(alignof(ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate) == 0x000004, "Wrong alignment on ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate"); \ +static_assert(sizeof(ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate) == 0x000004, "Wrong size on ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate"); \ +static_assert(offsetof(ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate, EntryPoint) == 0x000000, "Member 'ABP_PulsePlate_C_ExecuteUbergraph_ABP_PulsePlate::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PulsePlate_C_AnimGraph \ +static_assert(alignof(ABP_PulsePlate_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PulsePlate_C_AnimGraph"); \ +static_assert(sizeof(ABP_PulsePlate_C_AnimGraph) == 0x000010, "Wrong size on ABP_PulsePlate_C_AnimGraph"); \ +static_assert(offsetof(ABP_PulsePlate_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_PulsePlate_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PulsePlate_C \ +static_assert(alignof(UABP_PulsePlate_C) == 0x000010, "Wrong alignment on UABP_PulsePlate_C"); \ +static_assert(sizeof(UABP_PulsePlate_C) == 0x0003D0, "Wrong size on UABP_PulsePlate_C"); \ +static_assert(offsetof(UABP_PulsePlate_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_PulsePlate_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PulsePlate_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_PulsePlate_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PulsePlate_C, AnimGraphNode_SequencePlayer) == 0x000308, "Member 'UABP_PulsePlate_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_PulsePlate_C, AnimGraphNode_Slot) == 0x000388, "Member 'UABP_PulsePlate_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi \ +static_assert(alignof(ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi) == 0x000004, "Wrong alignment on ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi"); \ +static_assert(sizeof(ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi) == 0x000004, "Wrong size on ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi"); \ +static_assert(offsetof(ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi, EntryPoint) == 0x000000, "Member 'ABP_Toshi_C_ExecuteUbergraph_ABP_Toshi::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Toshi_C_AnimGraph \ +static_assert(alignof(ABP_Toshi_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Toshi_C_AnimGraph"); \ +static_assert(sizeof(ABP_Toshi_C_AnimGraph) == 0x000010, "Wrong size on ABP_Toshi_C_AnimGraph"); \ +static_assert(offsetof(ABP_Toshi_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Toshi_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Toshi_C \ +static_assert(alignof(UABP_Toshi_C) == 0x000010, "Wrong alignment on UABP_Toshi_C"); \ +static_assert(sizeof(UABP_Toshi_C) == 0x0003D0, "Wrong size on UABP_Toshi_C"); \ +static_assert(offsetof(UABP_Toshi_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_Toshi_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Toshi_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_Toshi_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Toshi_C, AnimGraphNode_Slot) == 0x000308, "Member 'UABP_Toshi_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Toshi_C, AnimGraphNode_SequencePlayer) == 0x000350, "Member 'UABP_Toshi_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity \ +static_assert(alignof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity) == 0x000008, "Wrong alignment on WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity"); \ +static_assert(sizeof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity) == 0x000038, "Wrong size on WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity, ReturnValue) == 0x000000, "Member 'WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity, CallFunc_GetRenderOpacity_ReturnValue) == 0x000018, "Member 'WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity, CallFunc_GetSubtitleBackgroundOpacity_ReturnValue) == 0x00001C, "Member 'WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity::CallFunc_GetSubtitleBackgroundOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity, K2Node_MakeStruct_LinearColor) == 0x000024, "Member 'WBP_SubRipTextWidget_C_GetSubtitleBackgroundOpacity::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget \ +static_assert(alignof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget) == 0x000008, "Wrong alignment on WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget"); \ +static_assert(sizeof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget) == 0x000050, "Wrong size on WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, EntryPoint) == 0x000000, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_GetUIViewportScale_ReturnValue) == 0x000010, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_GetUIViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x000028, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_GetSubtitleScale_ReturnValue) == 0x000030, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_GetSubtitleScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_GetGlobalGameUserSettings_ReturnValue_2) == 0x000038, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_GetGlobalGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget, CallFunc_GetGlobalGameUserSettings_ReturnValue_3) == 0x000048, "Member 'WBP_SubRipTextWidget_C_ExecuteUbergraph_WBP_SubRipTextWidget::CallFunc_GetGlobalGameUserSettings_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SubRipTextWidget_C \ +static_assert(alignof(UWBP_SubRipTextWidget_C) == 0x000008, "Wrong alignment on UWBP_SubRipTextWidget_C"); \ +static_assert(sizeof(UWBP_SubRipTextWidget_C) == 0x000290, "Wrong size on UWBP_SubRipTextWidget_C"); \ +static_assert(offsetof(UWBP_SubRipTextWidget_C, UberGraphFrame) == 0x000278, "Member 'UWBP_SubRipTextWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SubRipTextWidget_C, Border_0) == 0x000280, "Member 'UWBP_SubRipTextWidget_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SubRipTextWidget_C, SubtitleScaleBox) == 0x000288, "Member 'UWBP_SubRipTextWidget_C::SubtitleScaleBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3, SequencerText) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3::SequencerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2, SequencerText) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2::SequencerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1, SequencerText) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1::SequencerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, SequencerText) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::SequencerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_FadeInText1 \ +static_assert(alignof(SequenceDirector_C_FadeInText1) == 0x000008, "Wrong alignment on SequenceDirector_C_FadeInText1"); \ +static_assert(sizeof(SequenceDirector_C_FadeInText1) == 0x000010, "Wrong size on SequenceDirector_C_FadeInText1"); \ +static_assert(offsetof(SequenceDirector_C_FadeInText1, SequencerText) == 0x000000, "Member 'SequenceDirector_C_FadeInText1::SequencerText' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_FadeInText1, Duration) == 0x000008, "Member 'SequenceDirector_C_FadeInText1::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_FadeInText2 \ +static_assert(alignof(SequenceDirector_C_FadeInText2) == 0x000008, "Wrong alignment on SequenceDirector_C_FadeInText2"); \ +static_assert(sizeof(SequenceDirector_C_FadeInText2) == 0x000010, "Wrong size on SequenceDirector_C_FadeInText2"); \ +static_assert(offsetof(SequenceDirector_C_FadeInText2, SequencerText) == 0x000000, "Member 'SequenceDirector_C_FadeInText2::SequencerText' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_FadeInText2, Duration) == 0x000008, "Member 'SequenceDirector_C_FadeInText2::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_FadeOutAll \ +static_assert(alignof(SequenceDirector_C_FadeOutAll) == 0x000008, "Wrong alignment on SequenceDirector_C_FadeOutAll"); \ +static_assert(sizeof(SequenceDirector_C_FadeOutAll) == 0x000010, "Wrong size on SequenceDirector_C_FadeOutAll"); \ +static_assert(offsetof(SequenceDirector_C_FadeOutAll, SequencerText) == 0x000000, "Member 'SequenceDirector_C_FadeOutAll::SequencerText' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_FadeOutAll, Duration) == 0x000008, "Member 'SequenceDirector_C_FadeOutAll::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ +static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ +static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000038, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_SequencerText) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_SequencerText' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_Duration) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_SequencerText_2) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_SequencerText_2' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_Duration_2) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_Duration_2' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_SequencerText_1) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_SequencerText_1' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_Duration_1) == 0x000030, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W0_CaveIntro_Master__USequenceDirector_C \ +static_assert(alignof(W0_CaveIntro_Master::USequenceDirector_C) == 0x000008, "Wrong alignment on W0_CaveIntro_Master::USequenceDirector_C"); \ +static_assert(sizeof(W0_CaveIntro_Master::USequenceDirector_C) == 0x000040, "Wrong size on W0_CaveIntro_Master::USequenceDirector_C"); \ +static_assert(offsetof(W0_CaveIntro_Master::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'W0_CaveIntro_Master::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0 \ +static_assert(alignof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0"); \ +static_assert(sizeof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0"); \ +static_assert(offsetof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_0::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1 \ +static_assert(alignof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1"); \ +static_assert(sizeof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1) == 0x000008, "Wrong size on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1"); \ +static_assert(offsetof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_1::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2 \ +static_assert(alignof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2"); \ +static_assert(sizeof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2) == 0x000008, "Wrong size on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2"); \ +static_assert(offsetof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_2::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3 \ +static_assert(alignof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3"); \ +static_assert(sizeof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3) == 0x000008, "Wrong size on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3"); \ +static_assert(offsetof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_3::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4 \ +static_assert(alignof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4"); \ +static_assert(sizeof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4) == 0x000008, "Wrong size on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4"); \ +static_assert(offsetof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_4::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5 \ +static_assert(alignof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5"); \ +static_assert(sizeof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5) == 0x000008, "Wrong size on SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5"); \ +static_assert(offsetof(SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5, BP_Dialogue_ToshiReveal) == 0x000000, "Member 'SequenceDirector_C_BP_Dialogue_ToshiReveal_Event_5::BP_Dialogue_ToshiReveal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ +static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ +static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000038, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Dialogue_ToshiReveal) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Dialogue_ToshiReveal' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Dialogue_ToshiReveal_5) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Dialogue_ToshiReveal_5' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Dialogue_ToshiReveal_4) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Dialogue_ToshiReveal_4' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Dialogue_ToshiReveal_3) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Dialogue_ToshiReveal_3' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Dialogue_ToshiReveal_2) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Dialogue_ToshiReveal_2' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Dialogue_ToshiReveal_1) == 0x000030, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Dialogue_ToshiReveal_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W0_ToshiReveal_Master__USequenceDirector_C \ +static_assert(alignof(W0_ToshiReveal_Master::USequenceDirector_C) == 0x000008, "Wrong alignment on W0_ToshiReveal_Master::USequenceDirector_C"); \ +static_assert(sizeof(W0_ToshiReveal_Master::USequenceDirector_C) == 0x000040, "Wrong size on W0_ToshiReveal_Master::USequenceDirector_C"); \ +static_assert(offsetof(W0_ToshiReveal_Master::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'W0_ToshiReveal_Master::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ShadowboxPDSComponent_C \ +static_assert(alignof(UBP_ShadowboxPDSComponent_C) == 0x000008, "Wrong alignment on UBP_ShadowboxPDSComponent_C"); \ +static_assert(sizeof(UBP_ShadowboxPDSComponent_C) == 0x0000D8, "Wrong size on UBP_ShadowboxPDSComponent_C"); \ + +#define DUMPER7_ASSERTS_ABP_ToshiCinematic_C \ +static_assert(alignof(ABP_ToshiCinematic_C) == 0x000008, "Wrong alignment on ABP_ToshiCinematic_C"); \ +static_assert(sizeof(ABP_ToshiCinematic_C) == 0x000240, "Wrong size on ABP_ToshiCinematic_C"); \ +static_assert(offsetof(ABP_ToshiCinematic_C, Niagara) == 0x000228, "Member 'ABP_ToshiCinematic_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_ToshiCinematic_C, SkeletalMesh) == 0x000230, "Member 'ABP_ToshiCinematic_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_ToshiCinematic_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_ToshiCinematic_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Frog_C \ +static_assert(alignof(ABP_CM_Hat_Frog_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Frog_C"); \ +static_assert(sizeof(ABP_CM_Hat_Frog_C) == 0x000240, "Wrong size on ABP_CM_Hat_Frog_C"); \ +static_assert(offsetof(ABP_CM_Hat_Frog_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Frog_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MochiCamera_C \ +static_assert(alignof(ABP_MochiCamera_C) == 0x000010, "Wrong alignment on ABP_MochiCamera_C"); \ +static_assert(sizeof(ABP_MochiCamera_C) == 0x000820, "Wrong size on ABP_MochiCamera_C"); \ + +#define DUMPER7_ASSERTS_BP_SequencerFadeText_C_FadeInFirstText \ +static_assert(alignof(BP_SequencerFadeText_C_FadeInFirstText) == 0x000004, "Wrong alignment on BP_SequencerFadeText_C_FadeInFirstText"); \ +static_assert(sizeof(BP_SequencerFadeText_C_FadeInFirstText) == 0x000004, "Wrong size on BP_SequencerFadeText_C_FadeInFirstText"); \ +static_assert(offsetof(BP_SequencerFadeText_C_FadeInFirstText, Duration) == 0x000000, "Member 'BP_SequencerFadeText_C_FadeInFirstText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SequencerFadeText_C_FadeInSecondText \ +static_assert(alignof(BP_SequencerFadeText_C_FadeInSecondText) == 0x000004, "Wrong alignment on BP_SequencerFadeText_C_FadeInSecondText"); \ +static_assert(sizeof(BP_SequencerFadeText_C_FadeInSecondText) == 0x000004, "Wrong size on BP_SequencerFadeText_C_FadeInSecondText"); \ +static_assert(offsetof(BP_SequencerFadeText_C_FadeInSecondText, Duration) == 0x000000, "Member 'BP_SequencerFadeText_C_FadeInSecondText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SequencerFadeText_C_FadeOutFirstText \ +static_assert(alignof(BP_SequencerFadeText_C_FadeOutFirstText) == 0x000004, "Wrong alignment on BP_SequencerFadeText_C_FadeOutFirstText"); \ +static_assert(sizeof(BP_SequencerFadeText_C_FadeOutFirstText) == 0x000004, "Wrong size on BP_SequencerFadeText_C_FadeOutFirstText"); \ +static_assert(offsetof(BP_SequencerFadeText_C_FadeOutFirstText, Duration) == 0x000000, "Member 'BP_SequencerFadeText_C_FadeOutFirstText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SequencerFadeText_C_FadeOutSecondText \ +static_assert(alignof(BP_SequencerFadeText_C_FadeOutSecondText) == 0x000004, "Wrong alignment on BP_SequencerFadeText_C_FadeOutSecondText"); \ +static_assert(sizeof(BP_SequencerFadeText_C_FadeOutSecondText) == 0x000004, "Wrong size on BP_SequencerFadeText_C_FadeOutSecondText"); \ +static_assert(offsetof(BP_SequencerFadeText_C_FadeOutSecondText, Duration) == 0x000000, "Member 'BP_SequencerFadeText_C_FadeOutSecondText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText \ +static_assert(alignof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText) == 0x000008, "Wrong alignment on BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText"); \ +static_assert(sizeof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText) == 0x000020, "Wrong size on BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText"); \ +static_assert(offsetof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText, EntryPoint) == 0x000000, "Member 'BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText, K2Node_CustomEvent_Duration_3) == 0x000010, "Member 'BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText::K2Node_CustomEvent_Duration_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText, K2Node_CustomEvent_Duration_2) == 0x000014, "Member 'BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText::K2Node_CustomEvent_Duration_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText, K2Node_CustomEvent_Duration_1) == 0x000018, "Member 'BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText, K2Node_CustomEvent_Duration) == 0x00001C, "Member 'BP_SequencerFadeText_C_ExecuteUbergraph_BP_SequencerFadeText::K2Node_CustomEvent_Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SequencerFadeText_C \ +static_assert(alignof(ABP_SequencerFadeText_C) == 0x000008, "Wrong alignment on ABP_SequencerFadeText_C"); \ +static_assert(sizeof(ABP_SequencerFadeText_C) == 0x000240, "Wrong size on ABP_SequencerFadeText_C"); \ +static_assert(offsetof(ABP_SequencerFadeText_C, UberGraphFrame) == 0x000228, "Member 'ABP_SequencerFadeText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SequencerFadeText_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_SequencerFadeText_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SequencerFadeText_C, Widget) == 0x000238, "Member 'ABP_SequencerFadeText_C::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BombAmmo_C_SetPercent \ +static_assert(alignof(WBP_BombAmmo_C_SetPercent) == 0x000008, "Wrong alignment on WBP_BombAmmo_C_SetPercent"); \ +static_assert(sizeof(WBP_BombAmmo_C_SetPercent) == 0x000028, "Wrong size on WBP_BombAmmo_C_SetPercent"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, Percent_0) == 0x000000, "Member 'WBP_BombAmmo_C_SetPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, Filled) == 0x000004, "Member 'WBP_BombAmmo_C_SetPercent::Filled' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, Temp_bool_Variable) == 0x000005, "Member 'WBP_BombAmmo_C_SetPercent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000006, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, Temp_byte_Variable) == 0x000007, "Member 'WBP_BombAmmo_C_SetPercent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, Temp_byte_Variable_1) == 0x000008, "Member 'WBP_BombAmmo_C_SetPercent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_Less_FloatFloat_ReturnValue) == 0x000009, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00001A, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, K2Node_Select_Default) == 0x00001B, "Member 'WBP_BombAmmo_C_SetPercent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_SetPercent, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_BombAmmo_C_SetPercent::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BombAmmo_C_PreConstruct \ +static_assert(alignof(WBP_BombAmmo_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BombAmmo_C_PreConstruct"); \ +static_assert(sizeof(WBP_BombAmmo_C_PreConstruct) == 0x000001, "Wrong size on WBP_BombAmmo_C_PreConstruct"); \ +static_assert(offsetof(WBP_BombAmmo_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BombAmmo_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo \ +static_assert(alignof(WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo) == 0x000004, "Wrong alignment on WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo"); \ +static_assert(sizeof(WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo) == 0x000008, "Wrong size on WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo"); \ +static_assert(offsetof(WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo, EntryPoint) == 0x000000, "Member 'WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BombAmmo_C_ExecuteUbergraph_WBP_BombAmmo::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BombAmmo_C \ +static_assert(alignof(UWBP_BombAmmo_C) == 0x000008, "Wrong alignment on UWBP_BombAmmo_C"); \ +static_assert(sizeof(UWBP_BombAmmo_C) == 0x000290, "Wrong size on UWBP_BombAmmo_C"); \ +static_assert(offsetof(UWBP_BombAmmo_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BombAmmo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BombAmmo_C, FilledAnim) == 0x000268, "Member 'UWBP_BombAmmo_C::FilledAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BombAmmo_C, Fill) == 0x000270, "Member 'UWBP_BombAmmo_C::Fill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BombAmmo_C, FillAnim) == 0x000278, "Member 'UWBP_BombAmmo_C::FillAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BombAmmo_C, Ring) == 0x000280, "Member 'UWBP_BombAmmo_C::Ring' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BombAmmo_C, Percent) == 0x000288, "Member 'UWBP_BombAmmo_C::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSocket_C_AnimGraph \ +static_assert(alignof(ABP_AnimSocket_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AnimSocket_C_AnimGraph"); \ +static_assert(sizeof(ABP_AnimSocket_C_AnimGraph) == 0x000010, "Wrong size on ABP_AnimSocket_C_AnimGraph"); \ +static_assert(offsetof(ABP_AnimSocket_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AnimSocket_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket \ +static_assert(alignof(ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket) == 0x000004, "Wrong alignment on ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket"); \ +static_assert(sizeof(ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket) == 0x000004, "Wrong size on ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket"); \ +static_assert(offsetof(ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket, EntryPoint) == 0x000000, "Member 'ABP_AnimSocket_C_ExecuteUbergraph_ABP_AnimSocket::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_AnimSocket_C \ +static_assert(alignof(UABP_AnimSocket_C) == 0x000010, "Wrong alignment on UABP_AnimSocket_C"); \ +static_assert(sizeof(UABP_AnimSocket_C) == 0x0004B0, "Wrong size on UABP_AnimSocket_C"); \ +static_assert(offsetof(UABP_AnimSocket_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_AnimSocket_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_AnimSocket_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_C, AnimGraphNode_SequencePlayer) == 0x000308, "Member 'UABP_AnimSocket_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_C, AnimGraphNode_StateResult) == 0x000388, "Member 'UABP_AnimSocket_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_C, AnimGraphNode_StateMachine) == 0x0003B8, "Member 'UABP_AnimSocket_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_AnimSocket_C, AnimGraphNode_Slot) == 0x000468, "Member 'UABP_AnimSocket_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ +static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ +static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ +static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, DecalActor) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::DecalActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_DecalActor_Event_0 \ +static_assert(alignof(SequenceDirector_C_DecalActor_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_DecalActor_Event_0"); \ +static_assert(sizeof(SequenceDirector_C_DecalActor_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_DecalActor_Event_0"); \ +static_assert(offsetof(SequenceDirector_C_DecalActor_Event_0, DecalActor) == 0x000000, "Member 'SequenceDirector_C_DecalActor_Event_0::DecalActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ +static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ +static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000020, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_DecalActor) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_DecalActor' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_GetTimeSeconds_ReturnValue) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W0_CaveIntroShot01VFX__USequenceDirector_C \ +static_assert(alignof(W0_CaveIntroShot01VFX::USequenceDirector_C) == 0x000008, "Wrong alignment on W0_CaveIntroShot01VFX::USequenceDirector_C"); \ +static_assert(sizeof(W0_CaveIntroShot01VFX::USequenceDirector_C) == 0x000040, "Wrong size on W0_CaveIntroShot01VFX::USequenceDirector_C"); \ +static_assert(offsetof(W0_CaveIntroShot01VFX::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'W0_CaveIntroShot01VFX::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SequencerFadeText_C_FadeInFirstText \ +static_assert(alignof(WBP_SequencerFadeText_C_FadeInFirstText) == 0x000004, "Wrong alignment on WBP_SequencerFadeText_C_FadeInFirstText"); \ +static_assert(sizeof(WBP_SequencerFadeText_C_FadeInFirstText) == 0x000004, "Wrong size on WBP_SequencerFadeText_C_FadeInFirstText"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_FadeInFirstText, Duration) == 0x000000, "Member 'WBP_SequencerFadeText_C_FadeInFirstText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SequencerFadeText_C_FadeInSecondText \ +static_assert(alignof(WBP_SequencerFadeText_C_FadeInSecondText) == 0x000004, "Wrong alignment on WBP_SequencerFadeText_C_FadeInSecondText"); \ +static_assert(sizeof(WBP_SequencerFadeText_C_FadeInSecondText) == 0x000004, "Wrong size on WBP_SequencerFadeText_C_FadeInSecondText"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_FadeInSecondText, Duration) == 0x000000, "Member 'WBP_SequencerFadeText_C_FadeInSecondText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SequencerFadeText_C_FadeOutFirstText \ +static_assert(alignof(WBP_SequencerFadeText_C_FadeOutFirstText) == 0x000004, "Wrong alignment on WBP_SequencerFadeText_C_FadeOutFirstText"); \ +static_assert(sizeof(WBP_SequencerFadeText_C_FadeOutFirstText) == 0x000004, "Wrong size on WBP_SequencerFadeText_C_FadeOutFirstText"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_FadeOutFirstText, Duration) == 0x000000, "Member 'WBP_SequencerFadeText_C_FadeOutFirstText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SequencerFadeText_C_FadeOutSecondText \ +static_assert(alignof(WBP_SequencerFadeText_C_FadeOutSecondText) == 0x000004, "Wrong alignment on WBP_SequencerFadeText_C_FadeOutSecondText"); \ +static_assert(sizeof(WBP_SequencerFadeText_C_FadeOutSecondText) == 0x000004, "Wrong size on WBP_SequencerFadeText_C_FadeOutSecondText"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_FadeOutSecondText, Duration) == 0x000000, "Member 'WBP_SequencerFadeText_C_FadeOutSecondText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText \ +static_assert(alignof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText) == 0x000008, "Wrong alignment on WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText"); \ +static_assert(sizeof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText) == 0x000048, "Wrong size on WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, EntryPoint) == 0x000000, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, K2Node_CustomEvent_Duration_3) == 0x000004, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::K2Node_CustomEvent_Duration_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, K2Node_CustomEvent_Duration_2) == 0x000008, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::K2Node_CustomEvent_Duration_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000010, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, K2Node_CustomEvent_Duration_1) == 0x000014, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, K2Node_CustomEvent_Duration) == 0x000018, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00001C, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000020, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_PlayAnimation_ReturnValue_2) == 0x000038, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText, CallFunc_PlayAnimation_ReturnValue_3) == 0x000040, "Member 'WBP_SequencerFadeText_C_ExecuteUbergraph_WBP_SequencerFadeText::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SequencerFadeText_C \ +static_assert(alignof(UWBP_SequencerFadeText_C) == 0x000008, "Wrong alignment on UWBP_SequencerFadeText_C"); \ +static_assert(sizeof(UWBP_SequencerFadeText_C) == 0x000288, "Wrong size on UWBP_SequencerFadeText_C"); \ +static_assert(offsetof(UWBP_SequencerFadeText_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SequencerFadeText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SequencerFadeText_C, FadeInSecond) == 0x000268, "Member 'UWBP_SequencerFadeText_C::FadeInSecond' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SequencerFadeText_C, FadeInFirst) == 0x000270, "Member 'UWBP_SequencerFadeText_C::FadeInFirst' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SequencerFadeText_C, FirstText) == 0x000278, "Member 'UWBP_SequencerFadeText_C::FirstText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SequencerFadeText_C, SecondText) == 0x000280, "Member 'UWBP_SequencerFadeText_C::SecondText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_3dMenuItem_C_UserConstructionScript \ +static_assert(alignof(BP_3dMenuItem_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_3dMenuItem_C_UserConstructionScript"); \ +static_assert(sizeof(BP_3dMenuItem_C_UserConstructionScript) == 0x000004, "Wrong size on BP_3dMenuItem_C_UserConstructionScript"); \ +static_assert(offsetof(BP_3dMenuItem_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000000, "Member 'BP_3dMenuItem_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem \ +static_assert(alignof(BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem) == 0x000004, "Wrong alignment on BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem"); \ +static_assert(sizeof(BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem) == 0x000004, "Wrong size on BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem"); \ +static_assert(offsetof(BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem, EntryPoint) == 0x000000, "Member 'BP_3dMenuItem_C_ExecuteUbergraph_BP_3dMenuItem::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_3dMenuItem_C \ +static_assert(alignof(ABP_3dMenuItem_C) == 0x000008, "Wrong alignment on ABP_3dMenuItem_C"); \ +static_assert(sizeof(ABP_3dMenuItem_C) == 0x000290, "Wrong size on ABP_3dMenuItem_C"); \ +static_assert(offsetof(ABP_3dMenuItem_C, UberGraphFrame) == 0x000228, "Member 'ABP_3dMenuItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, FillLight) == 0x000230, "Member 'ABP_3dMenuItem_C::FillLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, FakeGI_Light) == 0x000238, "Member 'ABP_3dMenuItem_C::FakeGI_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, BackLight) == 0x000240, "Member 'ABP_3dMenuItem_C::BackLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, KeyLight) == 0x000248, "Member 'ABP_3dMenuItem_C::KeyLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, LightingNull) == 0x000250, "Member 'ABP_3dMenuItem_C::LightingNull' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, MaskMesh1) == 0x000258, "Member 'ABP_3dMenuItem_C::MaskMesh1' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, AnimSocket) == 0x000260, "Member 'ABP_3dMenuItem_C::AnimSocket' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, SceneCaptureComponent2D) == 0x000268, "Member 'ABP_3dMenuItem_C::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, SpringArm) == 0x000270, "Member 'ABP_3dMenuItem_C::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, MeshNull) == 0x000278, "Member 'ABP_3dMenuItem_C::MeshNull' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, DefaultSceneRoot) == 0x000280, "Member 'ABP_3dMenuItem_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_3dMenuItem_C, MaskMeshToSet) == 0x000288, "Member 'ABP_3dMenuItem_C::MaskMeshToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_SetRotState \ +static_assert(alignof(WBP_RotStatusIcon_C_SetRotState) == 0x000008, "Wrong alignment on WBP_RotStatusIcon_C_SetRotState"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_SetRotState) == 0x0000F0, "Wrong size on WBP_RotStatusIcon_C_SetRotState"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, NewState) == 0x000000, "Member 'WBP_RotStatusIcon_C_SetRotState::NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Force) == 0x000001, "Member 'WBP_RotStatusIcon_C_SetRotState::Force' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_byte_Variable) == 0x000002, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_object_Variable) == 0x000008, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_object_Variable_1) == 0x000010, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_object_Variable_2) == 0x000018, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_object_Variable_3) == 0x000020, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_object_Variable_4) == 0x000028, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_object_Variable_5) == 0x000030, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_bool_Variable) == 0x000038, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_byte_Variable_1) == 0x000039, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, Temp_byte_Variable_2) == 0x00003A, "Member 'WBP_RotStatusIcon_C_SetRotState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x00003C, "Member 'WBP_RotStatusIcon_C_SetRotState::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000040, "Member 'WBP_RotStatusIcon_C_SetRotState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, CallFunc_BooleanOR_ReturnValue) == 0x000041, "Member 'WBP_RotStatusIcon_C_SetRotState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000048, "Member 'WBP_RotStatusIcon_C_SetRotState::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, K2Node_Select_Default) == 0x000050, "Member 'WBP_RotStatusIcon_C_SetRotState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000058, "Member 'WBP_RotStatusIcon_C_SetRotState::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, K2Node_MakeStruct_SlateBrush) == 0x000060, "Member 'WBP_RotStatusIcon_C_SetRotState::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_SetRotState, K2Node_Select_Default_1) == 0x0000E8, "Member 'WBP_RotStatusIcon_C_SetRotState::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_UpdateRotState \ +static_assert(alignof(WBP_RotStatusIcon_C_UpdateRotState) == 0x000001, "Wrong alignment on WBP_RotStatusIcon_C_UpdateRotState"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_UpdateRotState) == 0x000001, "Wrong size on WBP_RotStatusIcon_C_UpdateRotState"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_UpdateRotState, CallFunc_DetermineRotState_State) == 0x000000, "Member 'WBP_RotStatusIcon_C_UpdateRotState::CallFunc_DetermineRotState_State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_PreConstruct \ +static_assert(alignof(WBP_RotStatusIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RotStatusIcon_C_PreConstruct"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_RotStatusIcon_C_PreConstruct"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RotStatusIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon \ +static_assert(alignof(WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon) == 0x000004, "Wrong alignment on WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon) == 0x000008, "Wrong size on WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon, EntryPoint) == 0x000000, "Member 'WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_RotStatusIcon_C_ExecuteUbergraph_WBP_RotStatusIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_IsRotCarryActive \ +static_assert(alignof(WBP_RotStatusIcon_C_IsRotCarryActive) == 0x000008, "Wrong alignment on WBP_RotStatusIcon_C_IsRotCarryActive"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_IsRotCarryActive) == 0x000028, "Wrong size on WBP_RotStatusIcon_C_IsRotCarryActive"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCarryActive, ReturnValue) == 0x000000, "Member 'WBP_RotStatusIcon_C_IsRotCarryActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCarryActive, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_RotStatusIcon_C_IsRotCarryActive::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCarryActive, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_RotStatusIcon_C_IsRotCarryActive::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCarryActive, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_RotStatusIcon_C_IsRotCarryActive::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCarryActive, CallFunc_GetIsCarryingItem_ReturnValue) == 0x000020, "Member 'WBP_RotStatusIcon_C_IsRotCarryActive::CallFunc_GetIsCarryingItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_IsRotCloudActive \ +static_assert(alignof(WBP_RotStatusIcon_C_IsRotCloudActive) == 0x000008, "Wrong alignment on WBP_RotStatusIcon_C_IsRotCloudActive"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_IsRotCloudActive) == 0x000020, "Wrong size on WBP_RotStatusIcon_C_IsRotCloudActive"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCloudActive, ReturnValue) == 0x000000, "Member 'WBP_RotStatusIcon_C_IsRotCloudActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCloudActive, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotStatusIcon_C_IsRotCloudActive::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCloudActive, CallFunc_GetRotCloud_ReturnValue) == 0x000010, "Member 'WBP_RotStatusIcon_C_IsRotCloudActive::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_IsRotCloudActive, CallFunc_GetIsSummoned_ReturnValue) == 0x000018, "Member 'WBP_RotStatusIcon_C_IsRotCloudActive::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotStatusIcon_C_DetermineRotState \ +static_assert(alignof(WBP_RotStatusIcon_C_DetermineRotState) == 0x000008, "Wrong alignment on WBP_RotStatusIcon_C_DetermineRotState"); \ +static_assert(sizeof(WBP_RotStatusIcon_C_DetermineRotState) == 0x000040, "Wrong size on WBP_RotStatusIcon_C_DetermineRotState"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, State) == 0x000000, "Member 'WBP_RotStatusIcon_C_DetermineRotState::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_IsRotCloudActive_ReturnValue) == 0x000010, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_IsRotCloudActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_GetPipState_OutData) == 0x000014, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_GetPipState_ReturnValue) == 0x000028, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_IsRotCarryActive_ReturnValue) == 0x000029, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_IsRotCarryActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002A, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002B, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00002D, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_BooleanOR_ReturnValue) == 0x00002E, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000030, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_IsInCombat_ReturnValue) == 0x000038, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotStatusIcon_C_DetermineRotState, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'WBP_RotStatusIcon_C_DetermineRotState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RotStatusIcon_C \ +static_assert(alignof(UWBP_RotStatusIcon_C) == 0x000008, "Wrong alignment on UWBP_RotStatusIcon_C"); \ +static_assert(sizeof(UWBP_RotStatusIcon_C) == 0x000278, "Wrong size on UWBP_RotStatusIcon_C"); \ +static_assert(offsetof(UWBP_RotStatusIcon_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RotStatusIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotStatusIcon_C, RotIcon) == 0x000268, "Member 'UWBP_RotStatusIcon_C::RotIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotStatusIcon_C, RotState) == 0x000270, "Member 'UWBP_RotStatusIcon_C::RotState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Ox_C \ +static_assert(alignof(ABP_CM_Hat_Ox_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Ox_C"); \ +static_assert(sizeof(ABP_CM_Hat_Ox_C) == 0x000240, "Wrong size on ABP_CM_Hat_Ox_C"); \ +static_assert(offsetof(ABP_CM_Hat_Ox_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Ox_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Pancakes_C \ +static_assert(alignof(ABP_CM_Hat_Pancakes_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Pancakes_C"); \ +static_assert(sizeof(ABP_CM_Hat_Pancakes_C) == 0x000240, "Wrong size on ABP_CM_Hat_Pancakes_C"); \ +static_assert(offsetof(ABP_CM_Hat_Pancakes_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Pancakes_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity \ +static_assert(alignof(WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity) == 0x000008, "Wrong alignment on WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity) == 0x000030, "Wrong size on WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity, ReturnValue) == 0x000000, "Member 'WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity, CallFunc_GetSubtitleBackgroundOpacity_ReturnValue) == 0x000018, "Member 'WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity::CallFunc_GetSubtitleBackgroundOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity, K2Node_MakeStruct_LinearColor) == 0x00001C, "Member 'WBP_ShadowBoxNew_C_GetSubtitleBackgroundOpacity::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit \ +static_assert(alignof(WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit) == 0x000008, "Wrong alignment on WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit) == 0x000088, "Wrong size on WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit, StructRef) == 0x000000, "Member 'WBP_ShadowBoxNew_C_Shrink_Brush_to_Fit::StructRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag \ +static_assert(alignof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag) == 0x000008, "Wrong alignment on WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag) == 0x0000C8, "Wrong size on WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, Speaker) == 0x000000, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::Speaker' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue) == 0x000018, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000030, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000048, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000060, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue_4) == 0x000078, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000090, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_MakeLiteralText_ReturnValue_6) == 0x0000A8, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, CallFunc_SetCurrentSpeaker_ReturnValue) == 0x0000C0, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::CallFunc_SetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x0000C1, "Member 'WBP_ShadowBoxNew_C_GetCurrentSpeakerFromTag::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_Get_Background_BrushColor \ +static_assert(alignof(WBP_ShadowBoxNew_C_Get_Background_BrushColor) == 0x000004, "Wrong alignment on WBP_ShadowBoxNew_C_Get_Background_BrushColor"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_Get_Background_BrushColor) == 0x000020, "Wrong size on WBP_ShadowBoxNew_C_Get_Background_BrushColor"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_Get_Background_BrushColor, ReturnValue) == 0x000000, "Member 'WBP_ShadowBoxNew_C_Get_Background_BrushColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_Get_Background_BrushColor, CallFunc_MakeColor_ReturnValue) == 0x000010, "Member 'WBP_ShadowBoxNew_C_Get_Background_BrushColor::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_GetNextPanelVisibility \ +static_assert(alignof(WBP_ShadowBoxNew_C_GetNextPanelVisibility) == 0x000001, "Wrong alignment on WBP_ShadowBoxNew_C_GetNextPanelVisibility"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_GetNextPanelVisibility) == 0x000006, "Wrong size on WBP_ShadowBoxNew_C_GetNextPanelVisibility"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetNextPanelVisibility, ReturnValue) == 0x000000, "Member 'WBP_ShadowBoxNew_C_GetNextPanelVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetNextPanelVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_ShadowBoxNew_C_GetNextPanelVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetNextPanelVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_ShadowBoxNew_C_GetNextPanelVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetNextPanelVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ShadowBoxNew_C_GetNextPanelVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetNextPanelVisibility, CallFunc_IsProgressionIconVisible_ReturnValue) == 0x000004, "Member 'WBP_ShadowBoxNew_C_GetNextPanelVisibility::CallFunc_IsProgressionIconVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_GetNextPanelVisibility, K2Node_Select_Default) == 0x000005, "Member 'WBP_ShadowBoxNew_C_GetNextPanelVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_PreConstruct \ +static_assert(alignof(WBP_ShadowBoxNew_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ShadowBoxNew_C_PreConstruct"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_PreConstruct) == 0x000001, "Wrong size on WBP_ShadowBoxNew_C_PreConstruct"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ShadowBoxNew_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew \ +static_assert(alignof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew) == 0x000008, "Wrong alignment on WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew) == 0x000188, "Wrong size on WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, EntryPoint) == 0x000000, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, Temp_byte_Variable) == 0x000004, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetCurrentMessage_ReturnValue) == 0x000018, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetCurrentMessage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_Event_IsDesignTime) == 0x000030, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000040, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetPlayerController_ReturnValue_1) == 0x000050, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x000058, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetPlayerController_ReturnValue_2) == 0x000068, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_AsBP_Kena_Controller_2) == 0x000070, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_AsBP_Kena_Controller_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_Select_Default) == 0x000080, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, Temp_bool_IsClosed_Variable) == 0x000088, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, Temp_bool_Has_Been_Initd_Variable) == 0x00009C, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_MakeStruct_SlateColor) == 0x0000A0, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x0000C8, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetSubtitleScale_ReturnValue) == 0x0000D0, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetSubtitleScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetBrushResource_ReturnValue) == 0x0000D8, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetBrushResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetDisplayName_ReturnValue) == 0x0000E0, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F0, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000100, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x000110, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_Concat_StrStr_ReturnValue) == 0x000118, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000128, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetGlobalGameUserSettings_ReturnValue_2) == 0x000138, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetGlobalGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetGlobalGameUserSettings_ReturnValue_3) == 0x000140, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetGlobalGameUserSettings_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetUIViewportScale_ReturnValue) == 0x000148, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetUIViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00014C, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000150, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_CreateDelegate_OutputDelegate_2) == 0x000154, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_GetPlayerController_ReturnValue_3) == 0x000168, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, CallFunc_ShouldHideShowWithHUD_ReturnValue) == 0x000170, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::CallFunc_ShouldHideShowWithHUD_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_AsKena_Controller) == 0x000178, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew, K2Node_DynamicCast_bSuccess_3) == 0x000180, "Member 'WBP_ShadowBoxNew_C_ExecuteUbergraph_WBP_ShadowBoxNew::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ShadowBoxNew_C_ShouldHideShowWithHUD \ +static_assert(alignof(WBP_ShadowBoxNew_C_ShouldHideShowWithHUD) == 0x000001, "Wrong alignment on WBP_ShadowBoxNew_C_ShouldHideShowWithHUD"); \ +static_assert(sizeof(WBP_ShadowBoxNew_C_ShouldHideShowWithHUD) == 0x000002, "Wrong size on WBP_ShadowBoxNew_C_ShouldHideShowWithHUD"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ShouldHideShowWithHUD, ReturnValue) == 0x000000, "Member 'WBP_ShadowBoxNew_C_ShouldHideShowWithHUD::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ShadowBoxNew_C_ShouldHideShowWithHUD, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_ShadowBoxNew_C_ShouldHideShowWithHUD::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ShadowBoxNew_C \ +static_assert(alignof(UWBP_ShadowBoxNew_C) == 0x000008, "Wrong alignment on UWBP_ShadowBoxNew_C"); \ +static_assert(sizeof(UWBP_ShadowBoxNew_C) == 0x0004E8, "Wrong size on UWBP_ShadowBoxNew_C"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, UberGraphFrame) == 0x000408, "Member 'UWBP_ShadowBoxNew_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, ShowObjective) == 0x000410, "Member 'UWBP_ShadowBoxNew_C::ShowObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, ShowQuickTutorial) == 0x000418, "Member 'UWBP_ShadowBoxNew_C::ShowQuickTutorial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, NextPanelVisible) == 0x000420, "Member 'UWBP_ShadowBoxNew_C::NextPanelVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, HideObjective) == 0x000428, "Member 'UWBP_ShadowBoxNew_C::HideObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, HideTutorialCenter) == 0x000430, "Member 'UWBP_ShadowBoxNew_C::HideTutorialCenter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, ShowTutorialCenter) == 0x000438, "Member 'UWBP_ShadowBoxNew_C::ShowTutorialCenter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, HideQuickTutorial) == 0x000440, "Member 'UWBP_ShadowBoxNew_C::HideQuickTutorial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, Background) == 0x000448, "Member 'UWBP_ShadowBoxNew_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, Border_0) == 0x000450, "Member 'UWBP_ShadowBoxNew_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, Border_1) == 0x000458, "Member 'UWBP_ShadowBoxNew_C::Border_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, CardBg) == 0x000460, "Member 'UWBP_ShadowBoxNew_C::CardBg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, DialoguePanel) == 0x000468, "Member 'UWBP_ShadowBoxNew_C::DialoguePanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, DialogueScaleBox) == 0x000470, "Member 'UWBP_ShadowBoxNew_C::DialogueScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, LowCenterText) == 0x000478, "Member 'UWBP_ShadowBoxNew_C::LowCenterText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, LowCenterTutorial) == 0x000480, "Member 'UWBP_ShadowBoxNew_C::LowCenterTutorial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, MaskTrans) == 0x000488, "Member 'UWBP_ShadowBoxNew_C::MaskTrans' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, RichText) == 0x000490, "Member 'UWBP_ShadowBoxNew_C::RichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, SliderBG_1) == 0x000498, "Member 'UWBP_ShadowBoxNew_C::SliderBG_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, SliderHeaderText) == 0x0004A0, "Member 'UWBP_ShadowBoxNew_C::SliderHeaderText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, SliderPanel) == 0x0004A8, "Member 'UWBP_ShadowBoxNew_C::SliderPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, SliderRichText) == 0x0004B0, "Member 'UWBP_ShadowBoxNew_C::SliderRichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, SliderThumbnail) == 0x0004B8, "Member 'UWBP_ShadowBoxNew_C::SliderThumbnail' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, TitleCardPanel) == 0x0004C0, "Member 'UWBP_ShadowBoxNew_C::TitleCardPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, TitleCardRichText) == 0x0004C8, "Member 'UWBP_ShadowBoxNew_C::TitleCardRichText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, TutorialLowScaleBox) == 0x0004D0, "Member 'UWBP_ShadowBoxNew_C::TutorialLowScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, WBP_PromptBar) == 0x0004D8, "Member 'UWBP_ShadowBoxNew_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ShadowBoxNew_C, DialogueHidHud) == 0x0004E0, "Member 'UWBP_ShadowBoxNew_C::DialogueHidHud' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_SetGlowImmediate \ +static_assert(alignof(UGlowMaterialData_C_SetGlowImmediate) == 0x000004, "Wrong alignment on UGlowMaterialData_C_SetGlowImmediate"); \ +static_assert(sizeof(UGlowMaterialData_C_SetGlowImmediate) == 0x000004, "Wrong size on UGlowMaterialData_C_SetGlowImmediate"); \ +static_assert(offsetof(UGlowMaterialData_C_SetGlowImmediate, TargetEmission_0) == 0x000000, "Member 'UGlowMaterialData_C_SetGlowImmediate::TargetEmission_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_GetGlowParameter \ +static_assert(alignof(UGlowMaterialData_C_GetGlowParameter) == 0x000004, "Wrong alignment on UGlowMaterialData_C_GetGlowParameter"); \ +static_assert(sizeof(UGlowMaterialData_C_GetGlowParameter) == 0x000008, "Wrong size on UGlowMaterialData_C_GetGlowParameter"); \ +static_assert(offsetof(UGlowMaterialData_C_GetGlowParameter, Glow_Parameter) == 0x000000, "Member 'UGlowMaterialData_C_GetGlowParameter::Glow_Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_GetCurrentGlow \ +static_assert(alignof(UGlowMaterialData_C_GetCurrentGlow) == 0x000004, "Wrong alignment on UGlowMaterialData_C_GetCurrentGlow"); \ +static_assert(sizeof(UGlowMaterialData_C_GetCurrentGlow) == 0x000008, "Wrong size on UGlowMaterialData_C_GetCurrentGlow"); \ +static_assert(offsetof(UGlowMaterialData_C_GetCurrentGlow, CurrentGlow) == 0x000000, "Member 'UGlowMaterialData_C_GetCurrentGlow::CurrentGlow' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_GetCurrentGlow, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000004, "Member 'UGlowMaterialData_C_GetCurrentGlow::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_GetComponentName \ +static_assert(alignof(UGlowMaterialData_C_GetComponentName) == 0x000004, "Wrong alignment on UGlowMaterialData_C_GetComponentName"); \ +static_assert(sizeof(UGlowMaterialData_C_GetComponentName) == 0x000008, "Wrong size on UGlowMaterialData_C_GetComponentName"); \ +static_assert(offsetof(UGlowMaterialData_C_GetComponentName, ComponentName_0) == 0x000000, "Member 'UGlowMaterialData_C_GetComponentName::ComponentName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_IsEqual \ +static_assert(alignof(UGlowMaterialData_C_IsEqual) == 0x000004, "Wrong alignment on UGlowMaterialData_C_IsEqual"); \ +static_assert(sizeof(UGlowMaterialData_C_IsEqual) == 0x000010, "Wrong size on UGlowMaterialData_C_IsEqual"); \ +static_assert(offsetof(UGlowMaterialData_C_IsEqual, ComponentName_0) == 0x000000, "Member 'UGlowMaterialData_C_IsEqual::ComponentName_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_IsEqual, MaterialID_0) == 0x000008, "Member 'UGlowMaterialData_C_IsEqual::MaterialID_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_IsEqual, IsEqual_0) == 0x00000C, "Member 'UGlowMaterialData_C_IsEqual::IsEqual_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_IsEqual, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000D, "Member 'UGlowMaterialData_C_IsEqual::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_IsEqual, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000E, "Member 'UGlowMaterialData_C_IsEqual::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_IsEqual, CallFunc_BooleanAND_ReturnValue) == 0x00000F, "Member 'UGlowMaterialData_C_IsEqual::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_SnapGlow \ +static_assert(alignof(UGlowMaterialData_C_SnapGlow) == 0x000004, "Wrong alignment on UGlowMaterialData_C_SnapGlow"); \ +static_assert(sizeof(UGlowMaterialData_C_SnapGlow) == 0x000004, "Wrong size on UGlowMaterialData_C_SnapGlow"); \ +static_assert(offsetof(UGlowMaterialData_C_SnapGlow, GlowValue) == 0x000000, "Member 'UGlowMaterialData_C_SnapGlow::GlowValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_SetGlow \ +static_assert(alignof(UGlowMaterialData_C_SetGlow) == 0x000004, "Wrong alignment on UGlowMaterialData_C_SetGlow"); \ +static_assert(sizeof(UGlowMaterialData_C_SetGlow) == 0x000010, "Wrong size on UGlowMaterialData_C_SetGlow"); \ +static_assert(offsetof(UGlowMaterialData_C_SetGlow, TargetEmission_0) == 0x000000, "Member 'UGlowMaterialData_C_SetGlow::TargetEmission_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_SetGlow, GlowSpeedMultiplier_0) == 0x000004, "Member 'UGlowMaterialData_C_SetGlow::GlowSpeedMultiplier_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_SetGlow, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000008, "Member 'UGlowMaterialData_C_SetGlow::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_SetGlow, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'UGlowMaterialData_C_SetGlow::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_AdvanceGlow \ +static_assert(alignof(UGlowMaterialData_C_AdvanceGlow) == 0x000004, "Wrong alignment on UGlowMaterialData_C_AdvanceGlow"); \ +static_assert(sizeof(UGlowMaterialData_C_AdvanceGlow) == 0x000048, "Wrong size on UGlowMaterialData_C_AdvanceGlow"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, DeltaTime) == 0x000000, "Member 'UGlowMaterialData_C_AdvanceGlow::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CurrentGlowToAdd) == 0x000004, "Member 'UGlowMaterialData_C_AdvanceGlow::CurrentGlowToAdd' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CurrentGlow) == 0x000008, "Member 'UGlowMaterialData_C_AdvanceGlow::CurrentGlow' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, Temp_bool_Variable) == 0x00000C, "Member 'UGlowMaterialData_C_AdvanceGlow::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, Temp_float_Variable) == 0x000010, "Member 'UGlowMaterialData_C_AdvanceGlow::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, Temp_float_Variable_1) == 0x000014, "Member 'UGlowMaterialData_C_AdvanceGlow::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000019, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000024, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, Temp_bool_Variable_1) == 0x000028, "Member 'UGlowMaterialData_C_AdvanceGlow::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_FClamp_ReturnValue_1) == 0x00002C, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, K2Node_Select_Default) == 0x000030, "Member 'UGlowMaterialData_C_AdvanceGlow::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000038, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x00003C, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, K2Node_Select_Default_1) == 0x000040, "Member 'UGlowMaterialData_C_AdvanceGlow::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_AdvanceGlow, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000044, "Member 'UGlowMaterialData_C_AdvanceGlow::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlowMaterialData_C_Initialize \ +static_assert(alignof(UGlowMaterialData_C_Initialize) == 0x000008, "Wrong alignment on UGlowMaterialData_C_Initialize"); \ +static_assert(sizeof(UGlowMaterialData_C_Initialize) == 0x000028, "Wrong size on UGlowMaterialData_C_Initialize"); \ +static_assert(offsetof(UGlowMaterialData_C_Initialize, Material_0) == 0x000000, "Member 'UGlowMaterialData_C_Initialize::Material_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_Initialize, ComponentName_0) == 0x000008, "Member 'UGlowMaterialData_C_Initialize::ComponentName_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_Initialize, MaterialID_0) == 0x000010, "Member 'UGlowMaterialData_C_Initialize::MaterialID_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_Initialize, TargetEmission_0) == 0x000014, "Member 'UGlowMaterialData_C_Initialize::TargetEmission_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_Initialize, GlowSpeedMultiplier_0) == 0x000018, "Member 'UGlowMaterialData_C_Initialize::GlowSpeedMultiplier_0' has a wrong offset!"); \ +static_assert(offsetof(UGlowMaterialData_C_Initialize, GlowParameter_0) == 0x00001C, "Member 'UGlowMaterialData_C_Initialize::GlowParameter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGlowMaterialData_C \ +static_assert(alignof(UUGlowMaterialData_C) == 0x000008, "Wrong alignment on UUGlowMaterialData_C"); \ +static_assert(sizeof(UUGlowMaterialData_C) == 0x000050, "Wrong size on UUGlowMaterialData_C"); \ +static_assert(offsetof(UUGlowMaterialData_C, Material) == 0x000028, "Member 'UUGlowMaterialData_C::Material' has a wrong offset!"); \ +static_assert(offsetof(UUGlowMaterialData_C, ComponentName) == 0x000030, "Member 'UUGlowMaterialData_C::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(UUGlowMaterialData_C, GlowParameter) == 0x000038, "Member 'UUGlowMaterialData_C::GlowParameter' has a wrong offset!"); \ +static_assert(offsetof(UUGlowMaterialData_C, MaterialID) == 0x000040, "Member 'UUGlowMaterialData_C::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(UUGlowMaterialData_C, TargetEmission) == 0x000044, "Member 'UUGlowMaterialData_C::TargetEmission' has a wrong offset!"); \ +static_assert(offsetof(UUGlowMaterialData_C, GlowSpeedMultiplier) == 0x000048, "Member 'UUGlowMaterialData_C::GlowSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UUGlowMaterialData_C, HasReachedTarget) == 0x00004C, "Member 'UUGlowMaterialData_C::HasReachedTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_UpdateLines \ +static_assert(alignof(WBP_Reticle_C_UpdateLines) == 0x000004, "Wrong alignment on WBP_Reticle_C_UpdateLines"); \ +static_assert(sizeof(WBP_Reticle_C_UpdateLines) == 0x000020, "Wrong size on WBP_Reticle_C_UpdateLines"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateLines, AccuracyRingScale) == 0x000000, "Member 'WBP_Reticle_C_UpdateLines::AccuracyRingScale' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateLines, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_Reticle_C_UpdateLines::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateLines, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_Reticle_C_UpdateLines::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateLines, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'WBP_Reticle_C_UpdateLines::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateLines, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000014, "Member 'WBP_Reticle_C_UpdateLines::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateLines, CallFunc_MakeVector2D_ReturnValue_1) == 0x000018, "Member 'WBP_Reticle_C_UpdateLines::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_GetBombAbility \ +static_assert(alignof(WBP_Reticle_C_GetBombAbility) == 0x000008, "Wrong alignment on WBP_Reticle_C_GetBombAbility"); \ +static_assert(sizeof(WBP_Reticle_C_GetBombAbility) == 0x000028, "Wrong size on WBP_Reticle_C_GetBombAbility"); \ +static_assert(offsetof(WBP_Reticle_C_GetBombAbility, Ability) == 0x000000, "Member 'WBP_Reticle_C_GetBombAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBombAbility, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Reticle_C_GetBombAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBombAbility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'WBP_Reticle_C_GetBombAbility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBombAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'WBP_Reticle_C_GetBombAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBombAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000020, "Member 'WBP_Reticle_C_GetBombAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_GetBowAbility \ +static_assert(alignof(WBP_Reticle_C_GetBowAbility) == 0x000008, "Wrong alignment on WBP_Reticle_C_GetBowAbility"); \ +static_assert(sizeof(WBP_Reticle_C_GetBowAbility) == 0x000028, "Wrong size on WBP_Reticle_C_GetBowAbility"); \ +static_assert(offsetof(WBP_Reticle_C_GetBowAbility, Ability) == 0x000000, "Member 'WBP_Reticle_C_GetBowAbility::Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBowAbility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_Reticle_C_GetBowAbility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBowAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_Reticle_C_GetBowAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBowAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_Reticle_C_GetBowAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_GetBowAbility, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_Reticle_C_GetBowAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_UpdateQuiverAndSatchelDots \ +static_assert(alignof(WBP_Reticle_C_UpdateQuiverAndSatchelDots) == 0x000008, "Wrong alignment on WBP_Reticle_C_UpdateQuiverAndSatchelDots"); \ +static_assert(sizeof(WBP_Reticle_C_UpdateQuiverAndSatchelDots) == 0x000020, "Wrong size on WBP_Reticle_C_UpdateQuiverAndSatchelDots"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateQuiverAndSatchelDots, CallFunc_GetBombAbility_Ability) == 0x000000, "Member 'WBP_Reticle_C_UpdateQuiverAndSatchelDots::CallFunc_GetBombAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateQuiverAndSatchelDots, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Reticle_C_UpdateQuiverAndSatchelDots::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateQuiverAndSatchelDots, CallFunc_GetSatchelSize_Size) == 0x00000C, "Member 'WBP_Reticle_C_UpdateQuiverAndSatchelDots::CallFunc_GetSatchelSize_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateQuiverAndSatchelDots, CallFunc_GetBowAbility_Ability) == 0x000010, "Member 'WBP_Reticle_C_UpdateQuiverAndSatchelDots::CallFunc_GetBowAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateQuiverAndSatchelDots, CallFunc_GetQuiverSize_Size) == 0x000018, "Member 'WBP_Reticle_C_UpdateQuiverAndSatchelDots::CallFunc_GetQuiverSize_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_UpdateQuiverAndSatchelDots, CallFunc_IsValid_ReturnValue_1) == 0x00001C, "Member 'WBP_Reticle_C_UpdateQuiverAndSatchelDots::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_SetSatchelVisible \ +static_assert(alignof(WBP_Reticle_C_SetSatchelVisible) == 0x000001, "Wrong alignment on WBP_Reticle_C_SetSatchelVisible"); \ +static_assert(sizeof(WBP_Reticle_C_SetSatchelVisible) == 0x000005, "Wrong size on WBP_Reticle_C_SetSatchelVisible"); \ +static_assert(offsetof(WBP_Reticle_C_SetSatchelVisible, Visible) == 0x000000, "Member 'WBP_Reticle_C_SetSatchelVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetSatchelVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_Reticle_C_SetSatchelVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetSatchelVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_Reticle_C_SetSatchelVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetSatchelVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Reticle_C_SetSatchelVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetSatchelVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_Reticle_C_SetSatchelVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_SetQuiverVisible \ +static_assert(alignof(WBP_Reticle_C_SetQuiverVisible) == 0x000001, "Wrong alignment on WBP_Reticle_C_SetQuiverVisible"); \ +static_assert(sizeof(WBP_Reticle_C_SetQuiverVisible) == 0x000005, "Wrong size on WBP_Reticle_C_SetQuiverVisible"); \ +static_assert(offsetof(WBP_Reticle_C_SetQuiverVisible, Visible) == 0x000000, "Member 'WBP_Reticle_C_SetQuiverVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetQuiverVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_Reticle_C_SetQuiverVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetQuiverVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_Reticle_C_SetQuiverVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetQuiverVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Reticle_C_SetQuiverVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetQuiverVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_Reticle_C_SetQuiverVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_SetAccuracyPercent \ +static_assert(alignof(WBP_Reticle_C_SetAccuracyPercent) == 0x000004, "Wrong alignment on WBP_Reticle_C_SetAccuracyPercent"); \ +static_assert(sizeof(WBP_Reticle_C_SetAccuracyPercent) == 0x00000C, "Wrong size on WBP_Reticle_C_SetAccuracyPercent"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyPercent, Percent) == 0x000000, "Member 'WBP_Reticle_C_SetAccuracyPercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyPercent, CallFunc_Ease_ReturnValue) == 0x000004, "Member 'WBP_Reticle_C_SetAccuracyPercent::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyPercent, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_Reticle_C_SetAccuracyPercent::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_SetAccuracyVisible \ +static_assert(alignof(WBP_Reticle_C_SetAccuracyVisible) == 0x000001, "Wrong alignment on WBP_Reticle_C_SetAccuracyVisible"); \ +static_assert(sizeof(WBP_Reticle_C_SetAccuracyVisible) == 0x000005, "Wrong size on WBP_Reticle_C_SetAccuracyVisible"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyVisible, Visible) == 0x000000, "Member 'WBP_Reticle_C_SetAccuracyVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_Reticle_C_SetAccuracyVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_Reticle_C_SetAccuracyVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Reticle_C_SetAccuracyVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_Reticle_C_SetAccuracyVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_SetHoveringState \ +static_assert(alignof(WBP_Reticle_C_SetHoveringState) == 0x000004, "Wrong alignment on WBP_Reticle_C_SetHoveringState"); \ +static_assert(sizeof(WBP_Reticle_C_SetHoveringState) == 0x0000A8, "Wrong size on WBP_Reticle_C_SetHoveringState"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, State) == 0x000000, "Member 'WBP_Reticle_C_SetHoveringState::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_byte_Variable) == 0x000001, "Member 'WBP_Reticle_C_SetHoveringState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable) == 0x000004, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_3) == 0x000034, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_byte_Variable_1) == 0x000044, "Member 'WBP_Reticle_C_SetHoveringState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, K2Node_Select_Default) == 0x000048, "Member 'WBP_Reticle_C_SetHoveringState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_4) == 0x000058, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_5) == 0x000068, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_6) == 0x000078, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, Temp_struct_Variable_7) == 0x000088, "Member 'WBP_Reticle_C_SetHoveringState::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_SetHoveringState, K2Node_Select_Default_1) == 0x000098, "Member 'WBP_Reticle_C_SetHoveringState::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_Apply_Accuracy_Percent \ +static_assert(alignof(WBP_Reticle_C_Apply_Accuracy_Percent) == 0x000004, "Wrong alignment on WBP_Reticle_C_Apply_Accuracy_Percent"); \ +static_assert(sizeof(WBP_Reticle_C_Apply_Accuracy_Percent) == 0x000018, "Wrong size on WBP_Reticle_C_Apply_Accuracy_Percent"); \ +static_assert(offsetof(WBP_Reticle_C_Apply_Accuracy_Percent, Percent) == 0x000000, "Member 'WBP_Reticle_C_Apply_Accuracy_Percent::Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_Apply_Accuracy_Percent, CallFunc_BreakVector2D_X) == 0x000004, "Member 'WBP_Reticle_C_Apply_Accuracy_Percent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_Apply_Accuracy_Percent, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'WBP_Reticle_C_Apply_Accuracy_Percent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_Apply_Accuracy_Percent, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'WBP_Reticle_C_Apply_Accuracy_Percent::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_Apply_Accuracy_Percent, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_Reticle_C_Apply_Accuracy_Percent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_SetAccuracyAngle \ +static_assert(alignof(WBP_Reticle_C_SetAccuracyAngle) == 0x000004, "Wrong alignment on WBP_Reticle_C_SetAccuracyAngle"); \ +static_assert(sizeof(WBP_Reticle_C_SetAccuracyAngle) == 0x000004, "Wrong size on WBP_Reticle_C_SetAccuracyAngle"); \ +static_assert(offsetof(WBP_Reticle_C_SetAccuracyAngle, HalfAngle) == 0x000000, "Member 'WBP_Reticle_C_SetAccuracyAngle::HalfAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_PreConstruct \ +static_assert(alignof(WBP_Reticle_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Reticle_C_PreConstruct"); \ +static_assert(sizeof(WBP_Reticle_C_PreConstruct) == 0x000001, "Wrong size on WBP_Reticle_C_PreConstruct"); \ +static_assert(offsetof(WBP_Reticle_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Reticle_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_Tick \ +static_assert(alignof(WBP_Reticle_C_Tick) == 0x000004, "Wrong alignment on WBP_Reticle_C_Tick"); \ +static_assert(sizeof(WBP_Reticle_C_Tick) == 0x00003C, "Wrong size on WBP_Reticle_C_Tick"); \ +static_assert(offsetof(WBP_Reticle_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Reticle_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Reticle_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle \ +static_assert(alignof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle) == 0x000008, "Wrong alignment on WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle"); \ +static_assert(sizeof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle) == 0x000080, "Wrong size on WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, EntryPoint) == 0x000000, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_GetBowAbility_Ability) == 0x000048, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_GetBowAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_GetFocusMeterProgress_ReturnValue) == 0x000050, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_GetFocusMeterProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_GetFocusMeterProgress_OnCooldown) == 0x000054, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_GetFocusMeterProgress_OnCooldown' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_SelectColor_ReturnValue) == 0x000058, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_Less_FloatFloat_ReturnValue) == 0x000068, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_SelectFloat_ReturnValue) == 0x00006C, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_SelectFloat_ReturnValue_1) == 0x000070, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_GetRenderOpacity_ReturnValue) == 0x000074, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, K2Node_Event_IsDesignTime) == 0x000078, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle, CallFunc_FInterpTo_Constant_ReturnValue) == 0x00007C, "Member 'WBP_Reticle_C_ExecuteUbergraph_WBP_Reticle::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Reticle_C \ +static_assert(alignof(UWBP_Reticle_C) == 0x000008, "Wrong alignment on UWBP_Reticle_C"); \ +static_assert(sizeof(UWBP_Reticle_C) == 0x0002D0, "Wrong size on UWBP_Reticle_C"); \ +static_assert(offsetof(UWBP_Reticle_C, UberGraphFrame) == 0x000260, "Member 'UWBP_Reticle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, AccuracyRing) == 0x000268, "Member 'UWBP_Reticle_C::AccuracyRing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, DOT) == 0x000270, "Member 'UWBP_Reticle_C::DOT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, FocusMeter) == 0x000278, "Member 'UWBP_Reticle_C::FocusMeter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, LineLeft) == 0x000280, "Member 'UWBP_Reticle_C::LineLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, LineRight) == 0x000288, "Member 'UWBP_Reticle_C::LineRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, WBP_Reticle_Quiver) == 0x000290, "Member 'UWBP_Reticle_C::WBP_Reticle_Quiver' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, WBP_Reticle_Satchel) == 0x000298, "Member 'UWBP_Reticle_C::WBP_Reticle_Satchel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, AccuracyScaleMinMax) == 0x0002A0, "Member 'UWBP_Reticle_C::AccuracyScaleMinMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, BowAbility) == 0x0002A8, "Member 'UWBP_Reticle_C::BowAbility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, BombAbility) == 0x0002B0, "Member 'UWBP_Reticle_C::BombAbility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, LineDistanceOffset) == 0x0002B8, "Member 'UWBP_Reticle_C::LineDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, LineDistanceScalar) == 0x0002BC, "Member 'UWBP_Reticle_C::LineDistanceScalar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, DebugRingScale) == 0x0002C0, "Member 'UWBP_Reticle_C::DebugRingScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Reticle_C, CooldownCompleteTimer) == 0x0002C8, "Member 'UWBP_Reticle_C::CooldownCompleteTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZero0_02_PathtoVillage_Cave_GEO_C \ +static_assert(alignof(AZero0_02_PathtoVillage_Cave_GEO_C) == 0x000008, "Wrong alignment on AZero0_02_PathtoVillage_Cave_GEO_C"); \ +static_assert(sizeof(AZero0_02_PathtoVillage_Cave_GEO_C) == 0x000230, "Wrong size on AZero0_02_PathtoVillage_Cave_GEO_C"); \ + +#define DUMPER7_ASSERTS_AZero0_02_PathtoVillage_LANDSCAPE_C \ +static_assert(alignof(AZero0_02_PathtoVillage_LANDSCAPE_C) == 0x000008, "Wrong alignment on AZero0_02_PathtoVillage_LANDSCAPE_C"); \ +static_assert(sizeof(AZero0_02_PathtoVillage_LANDSCAPE_C) == 0x000230, "Wrong size on AZero0_02_PathtoVillage_LANDSCAPE_C"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotIdleState_C_HandleInputActionEvent \ +static_assert(alignof(BP_PlayWithRotIdleState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_PlayWithRotIdleState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_PlayWithRotIdleState_C_HandleInputActionEvent) == 0x000078, "Wrong size on BP_PlayWithRotIdleState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000008, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000058, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000060, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000070, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000071, "Member 'BP_PlayWithRotIdleState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotIdleState_C_OnStart \ +static_assert(alignof(BP_PlayWithRotIdleState_C_OnStart) == 0x000008, "Wrong alignment on BP_PlayWithRotIdleState_C_OnStart"); \ +static_assert(sizeof(BP_PlayWithRotIdleState_C_OnStart) == 0x000008, "Wrong size on BP_PlayWithRotIdleState_C_OnStart"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PlayWithRotIdleState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotIdleState_C_OnEnd \ +static_assert(alignof(BP_PlayWithRotIdleState_C_OnEnd) == 0x000008, "Wrong alignment on BP_PlayWithRotIdleState_C_OnEnd"); \ +static_assert(sizeof(BP_PlayWithRotIdleState_C_OnEnd) == 0x000008, "Wrong size on BP_PlayWithRotIdleState_C_OnEnd"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_OnEnd, NextState) == 0x000000, "Member 'BP_PlayWithRotIdleState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState \ +static_assert(alignof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState) == 0x000008, "Wrong alignment on BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState"); \ +static_assert(sizeof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState) == 0x000080, "Wrong size on BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, EntryPoint) == 0x000000, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_GetRotEventLocation_ReturnValue) == 0x000004, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_GetRotEventLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, K2Node_Event_PrevState) == 0x000048, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, K2Node_Event_NextState) == 0x000050, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_BreakVector2D_X) == 0x000058, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_BreakVector2D_Y) == 0x00005C, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_RandomFloatInRange_ReturnValue) == 0x000060, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000068, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000070, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_PlayRandomFidget_ReturnValue) == 0x000078, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_PlayRandomFidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState, CallFunc_MochiEnsure_ReturnValue) == 0x000079, "Member 'BP_PlayWithRotIdleState_C_ExecuteUbergraph_BP_PlayWithRotIdleState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PlayWithRotIdleState_C \ +static_assert(alignof(UBP_PlayWithRotIdleState_C) == 0x000008, "Wrong alignment on UBP_PlayWithRotIdleState_C"); \ +static_assert(sizeof(UBP_PlayWithRotIdleState_C) == 0x000150, "Wrong size on UBP_PlayWithRotIdleState_C"); \ +static_assert(offsetof(UBP_PlayWithRotIdleState_C, UberGraphFrame_BP_PlayWithRotIdleState_C) == 0x000130, "Member 'UBP_PlayWithRotIdleState_C::UberGraphFrame_BP_PlayWithRotIdleState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_PlayWithRotIdleState_C, FidgetTimer) == 0x000138, "Member 'UBP_PlayWithRotIdleState_C::FidgetTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_PlayWithRotIdleState_C, InitialFidgetStartTimer) == 0x000140, "Member 'UBP_PlayWithRotIdleState_C::InitialFidgetStartTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_PlayWithRotIdleState_C, FidgetConfig) == 0x000148, "Member 'UBP_PlayWithRotIdleState_C::FidgetConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFDoorPulseActivationPlateData \ +static_assert(alignof(FFDoorPulseActivationPlateData) == 0x000008, "Wrong alignment on FFDoorPulseActivationPlateData"); \ +static_assert(sizeof(FFDoorPulseActivationPlateData) == 0x000018, "Wrong size on FFDoorPulseActivationPlateData"); \ +static_assert(offsetof(FFDoorPulseActivationPlateData, ActivationPlate_14_BCF779394608E51C46EB96BB931EFE41) == 0x000000, "Member 'FFDoorPulseActivationPlateData::ActivationPlate_14_BCF779394608E51C46EB96BB931EFE41' has a wrong offset!"); \ +static_assert(offsetof(FFDoorPulseActivationPlateData, ComponentName_6_5B39A209408F2BC645FE68B93C7740BE) == 0x000008, "Member 'FFDoorPulseActivationPlateData::ComponentName_6_5B39A209408F2BC645FE68B93C7740BE' has a wrong offset!"); \ +static_assert(offsetof(FFDoorPulseActivationPlateData, MaterialIndex_7_9B695C74495823866449D98DB6F81B8E) == 0x000010, "Member 'FFDoorPulseActivationPlateData::MaterialIndex_7_9B695C74495823866449D98DB6F81B8E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFDoorPulseDualityStoneData \ +static_assert(alignof(FFDoorPulseDualityStoneData) == 0x000008, "Wrong alignment on FFDoorPulseDualityStoneData"); \ +static_assert(sizeof(FFDoorPulseDualityStoneData) == 0x000018, "Wrong size on FFDoorPulseDualityStoneData"); \ +static_assert(offsetof(FFDoorPulseDualityStoneData, DualityStone_12_BCF779394608E51C46EB96BB931EFE41) == 0x000000, "Member 'FFDoorPulseDualityStoneData::DualityStone_12_BCF779394608E51C46EB96BB931EFE41' has a wrong offset!"); \ +static_assert(offsetof(FFDoorPulseDualityStoneData, ComponentName_6_5B39A209408F2BC645FE68B93C7740BE) == 0x000008, "Member 'FFDoorPulseDualityStoneData::ComponentName_6_5B39A209408F2BC645FE68B93C7740BE' has a wrong offset!"); \ +static_assert(offsetof(FFDoorPulseDualityStoneData, MaterialIndex_7_9B695C74495823866449D98DB6F81B8E) == 0x000010, "Member 'FFDoorPulseDualityStoneData::MaterialIndex_7_9B695C74495823866449D98DB6F81B8E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZero0_02_PathtoVillage_Cave_LANDSCAPE_C \ +static_assert(alignof(AZero0_02_PathtoVillage_Cave_LANDSCAPE_C) == 0x000008, "Wrong alignment on AZero0_02_PathtoVillage_Cave_LANDSCAPE_C"); \ +static_assert(sizeof(AZero0_02_PathtoVillage_Cave_LANDSCAPE_C) == 0x000230, "Wrong size on AZero0_02_PathtoVillage_Cave_LANDSCAPE_C"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent \ +static_assert(alignof(BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent) == 0x000004, "Wrong alignment on BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent"); \ +static_assert(sizeof(BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent) == 0x000004, "Wrong size on BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent"); \ +static_assert(offsetof(BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent, EntryPoint) == 0x000000, "Member 'BP_InteractiveDZFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveDZFoliageISMComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InteractiveDZFoliageISMComponent_C \ +static_assert(alignof(UBP_InteractiveDZFoliageISMComponent_C) == 0x000010, "Wrong alignment on UBP_InteractiveDZFoliageISMComponent_C"); \ +static_assert(sizeof(UBP_InteractiveDZFoliageISMComponent_C) == 0x0006F0, "Wrong size on UBP_InteractiveDZFoliageISMComponent_C"); \ +static_assert(offsetof(UBP_InteractiveDZFoliageISMComponent_C, UberGraphFrame) == 0x0006E0, "Member 'UBP_InteractiveDZFoliageISMComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent \ +static_assert(alignof(BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent) == 0x000004, "Wrong alignment on BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent"); \ +static_assert(sizeof(BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent) == 0x000004, "Wrong size on BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent"); \ +static_assert(offsetof(BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent, EntryPoint) == 0x000000, "Member 'BP_InteractiveFoliageISMComponent_C_ExecuteUbergraph_BP_InteractiveFoliageISMComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InteractiveFoliageISMComponent_C \ +static_assert(alignof(UBP_InteractiveFoliageISMComponent_C) == 0x000010, "Wrong alignment on UBP_InteractiveFoliageISMComponent_C"); \ +static_assert(sizeof(UBP_InteractiveFoliageISMComponent_C) == 0x0006F0, "Wrong size on UBP_InteractiveFoliageISMComponent_C"); \ +static_assert(offsetof(UBP_InteractiveFoliageISMComponent_C, UberGraphFrame) == 0x0006E0, "Member 'UBP_InteractiveFoliageISMComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InvisibleLoadWall_C \ +static_assert(alignof(ABP_InvisibleLoadWall_C) == 0x000008, "Wrong alignment on ABP_InvisibleLoadWall_C"); \ +static_assert(sizeof(ABP_InvisibleLoadWall_C) == 0x000260, "Wrong size on ABP_InvisibleLoadWall_C"); \ +static_assert(offsetof(ABP_InvisibleLoadWall_C, Cube) == 0x000258, "Member 'ABP_InvisibleLoadWall_C::Cube' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeadzoneRTPCVolume_C \ +static_assert(alignof(ABP_DeadzoneRTPCVolume_C) == 0x000008, "Wrong alignment on ABP_DeadzoneRTPCVolume_C"); \ +static_assert(sizeof(ABP_DeadzoneRTPCVolume_C) == 0x000280, "Wrong size on ABP_DeadzoneRTPCVolume_C"); \ + +#define DUMPER7_ASSERTS_ABP_MusicRTPCVolume_C \ +static_assert(alignof(ABP_MusicRTPCVolume_C) == 0x000008, "Wrong alignment on ABP_MusicRTPCVolume_C"); \ +static_assert(sizeof(ABP_MusicRTPCVolume_C) == 0x000280, "Wrong size on ABP_MusicRTPCVolume_C"); \ + +#define DUMPER7_ASSERTS_BP_AmbienceSpline_C_ReceiveEndPlay \ +static_assert(alignof(BP_AmbienceSpline_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AmbienceSpline_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_AmbienceSpline_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AmbienceSpline_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AmbienceSpline_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline \ +static_assert(alignof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline) == 0x000008, "Wrong alignment on BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline"); \ +static_assert(sizeof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline) == 0x000100, "Wrong size on BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, EntryPoint) == 0x000000, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, Temp_struct_Variable) == 0x000018, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, Temp_delegate_Variable) == 0x000028, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_PostAssociatedAkEvent_ReturnValue) == 0x000038, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_PostAssociatedAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000040, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_GetCameraLocation_ReturnValue) == 0x000048, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_RandomFloatInRange_ReturnValue) == 0x000054, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000058, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000070, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline, K2Node_Event_EndPlayReason) == 0x0000F8, "Member 'BP_AmbienceSpline_C_ExecuteUbergraph_BP_AmbienceSpline::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AmbienceSpline_C \ +static_assert(alignof(ABP_AmbienceSpline_C) == 0x000008, "Wrong alignment on ABP_AmbienceSpline_C"); \ +static_assert(sizeof(ABP_AmbienceSpline_C) == 0x000258, "Wrong size on ABP_AmbienceSpline_C"); \ +static_assert(offsetof(ABP_AmbienceSpline_C, UberGraphFrame) == 0x000228, "Member 'ABP_AmbienceSpline_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmbienceSpline_C, Ak) == 0x000230, "Member 'ABP_AmbienceSpline_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmbienceSpline_C, DebugSphere) == 0x000238, "Member 'ABP_AmbienceSpline_C::DebugSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmbienceSpline_C, Spline) == 0x000240, "Member 'ABP_AmbienceSpline_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmbienceSpline_C, DefaultSceneRoot1) == 0x000248, "Member 'ABP_AmbienceSpline_C::DefaultSceneRoot1' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmbienceSpline_C, TimerHandle) == 0x000250, "Member 'ABP_AmbienceSpline_C::TimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiGameMode_C_ReceiveEndPlay \ +static_assert(alignof(BP_MochiGameMode_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_MochiGameMode_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_MochiGameMode_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_MochiGameMode_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_MochiGameMode_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_MochiGameMode_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode \ +static_assert(alignof(BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode) == 0x000004, "Wrong alignment on BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode"); \ +static_assert(sizeof(BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode) == 0x000008, "Wrong size on BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode"); \ +static_assert(offsetof(BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode, EntryPoint) == 0x000000, "Member 'BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_MochiGameMode_C_ExecuteUbergraph_BP_MochiGameMode::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MochiGameMode_C \ +static_assert(alignof(ABP_MochiGameMode_C) == 0x000010, "Wrong alignment on ABP_MochiGameMode_C"); \ +static_assert(sizeof(ABP_MochiGameMode_C) == 0x000590, "Wrong size on ABP_MochiGameMode_C"); \ +static_assert(offsetof(ABP_MochiGameMode_C, UberGraphFrame) == 0x000550, "Member 'ABP_MochiGameMode_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiGameMode_C, DefaultSceneRoot) == 0x000558, "Member 'ABP_MochiGameMode_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiGameMode_C, EditorSaveSlotName) == 0x000560, "Member 'ABP_MochiGameMode_C::EditorSaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiGameMode_C, IsPlaytest_) == 0x000570, "Member 'ABP_MochiGameMode_C::IsPlaytest_' has a wrong offset!"); \ +static_assert(offsetof(ABP_MochiGameMode_C, PhysMaterials) == 0x000578, "Member 'ABP_MochiGameMode_C::PhysMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AchievementManager_C \ +static_assert(alignof(ABP_AchievementManager_C) == 0x000008, "Wrong alignment on ABP_AchievementManager_C"); \ +static_assert(sizeof(ABP_AchievementManager_C) == 0x000250, "Wrong size on ABP_AchievementManager_C"); \ +static_assert(offsetof(ABP_AchievementManager_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_AchievementManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AudioManager_C \ +static_assert(alignof(ABP_AudioManager_C) == 0x000008, "Wrong alignment on ABP_AudioManager_C"); \ +static_assert(sizeof(ABP_AudioManager_C) == 0x0002A0, "Wrong size on ABP_AudioManager_C"); \ +static_assert(offsetof(ABP_AudioManager_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_AudioManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager \ +static_assert(alignof(BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager) == 0x000004, "Wrong alignment on BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager"); \ +static_assert(sizeof(BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager) == 0x000004, "Wrong size on BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager"); \ +static_assert(offsetof(BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager, EntryPoint) == 0x000000, "Member 'BP_CombatManager_C_ExecuteUbergraph_BP_CombatManager::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CombatManager_C \ +static_assert(alignof(ABP_CombatManager_C) == 0x000008, "Wrong alignment on ABP_CombatManager_C"); \ +static_assert(sizeof(ABP_CombatManager_C) == 0x000348, "Wrong size on ABP_CombatManager_C"); \ +static_assert(offsetof(ABP_CombatManager_C, UberGraphFrame) == 0x000338, "Member 'ABP_CombatManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CombatManager_C, DefaultSceneRoot) == 0x000340, "Member 'ABP_CombatManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DifficultyManager_C \ +static_assert(alignof(ABP_DifficultyManager_C) == 0x000008, "Wrong alignment on ABP_DifficultyManager_C"); \ +static_assert(sizeof(ABP_DifficultyManager_C) == 0x0002B0, "Wrong size on ABP_DifficultyManager_C"); \ +static_assert(offsetof(ABP_DifficultyManager_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_DifficultyManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PulseManager_C \ +static_assert(alignof(ABP_PulseManager_C) == 0x000008, "Wrong alignment on ABP_PulseManager_C"); \ +static_assert(sizeof(ABP_PulseManager_C) == 0x000238, "Wrong size on ABP_PulseManager_C"); \ +static_assert(offsetof(ABP_PulseManager_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_PulseManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotManager_C_ReceiveTick \ +static_assert(alignof(BP_RotManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RotManager_C_ReceiveTick"); \ +static_assert(sizeof(BP_RotManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_RotManager_C_ReceiveTick"); \ +static_assert(offsetof(BP_RotManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RotManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotManager_C_ExecuteUbergraph_BP_RotManager \ +static_assert(alignof(BP_RotManager_C_ExecuteUbergraph_BP_RotManager) == 0x000004, "Wrong alignment on BP_RotManager_C_ExecuteUbergraph_BP_RotManager"); \ +static_assert(sizeof(BP_RotManager_C_ExecuteUbergraph_BP_RotManager) == 0x000008, "Wrong size on BP_RotManager_C_ExecuteUbergraph_BP_RotManager"); \ +static_assert(offsetof(BP_RotManager_C_ExecuteUbergraph_BP_RotManager, EntryPoint) == 0x000000, "Member 'BP_RotManager_C_ExecuteUbergraph_BP_RotManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotManager_C_ExecuteUbergraph_BP_RotManager, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_RotManager_C_ExecuteUbergraph_BP_RotManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotManager_C \ +static_assert(alignof(ABP_RotManager_C) == 0x000010, "Wrong alignment on ABP_RotManager_C"); \ +static_assert(sizeof(ABP_RotManager_C) == 0x000570, "Wrong size on ABP_RotManager_C"); \ +static_assert(offsetof(ABP_RotManager_C, UberGraphFrame) == 0x000550, "Member 'ABP_RotManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotManager_C, RotMoveByForce) == 0x000558, "Member 'ABP_RotManager_C::RotMoveByForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotManager_C, DefaultSceneRoot) == 0x000560, "Member 'ABP_RotManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile \ +static_assert(alignof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile) == 0x000004, "Wrong alignment on BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile"); \ +static_assert(sizeof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile) == 0x000040, "Wrong size on BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile"); \ +static_assert(offsetof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile, EntryPoint) == 0x000000, "Member 'BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile, CallFunc_GetTimeSeconds_ReturnValue) == 0x000008, "Member 'BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000018, "Member 'BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile, K2Node_MakeStruct_WindEffect) == 0x000020, "Member 'BP_Explosion_RotHammerProjectile_C_ExecuteUbergraph_BP_Explosion_RotHammerProjectile::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_RotHammerProjectile_C \ +static_assert(alignof(ABP_Explosion_RotHammerProjectile_C) == 0x000008, "Wrong alignment on ABP_Explosion_RotHammerProjectile_C"); \ +static_assert(sizeof(ABP_Explosion_RotHammerProjectile_C) == 0x0004C0, "Wrong size on ABP_Explosion_RotHammerProjectile_C"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, UberGraphFrame_BP_Explosion_RotHammerProjectile_C) == 0x000490, "Member 'ABP_Explosion_RotHammerProjectile_C::UberGraphFrame_BP_Explosion_RotHammerProjectile_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, ParticleSystem) == 0x000498, "Member 'ABP_Explosion_RotHammerProjectile_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, Niagara) == 0x0004A0, "Member 'ABP_Explosion_RotHammerProjectile_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, PointLight) == 0x0004A8, "Member 'ABP_Explosion_RotHammerProjectile_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, Point_Light_Timeline_Intensity_85D6BC58443FD86A11D2ACB467A80476) == 0x0004B0, "Member 'ABP_Explosion_RotHammerProjectile_C::Point_Light_Timeline_Intensity_85D6BC58443FD86A11D2ACB467A80476' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, Point_Light_Timeline__Direction_85D6BC58443FD86A11D2ACB467A80476) == 0x0004B4, "Member 'ABP_Explosion_RotHammerProjectile_C::Point_Light_Timeline__Direction_85D6BC58443FD86A11D2ACB467A80476' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerProjectile_C, Point_Light_Timeline) == 0x0004B8, "Member 'ABP_Explosion_RotHammerProjectile_C::Point_Light_Timeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SaveGameManager_C \ +static_assert(alignof(ABP_SaveGameManager_C) == 0x000008, "Wrong alignment on ABP_SaveGameManager_C"); \ +static_assert(sizeof(ABP_SaveGameManager_C) == 0x000340, "Wrong size on ABP_SaveGameManager_C"); \ +static_assert(offsetof(ABP_SaveGameManager_C, DefaultSceneRoot) == 0x000338, "Member 'ABP_SaveGameManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpiritRealmManager_C \ +static_assert(alignof(ABP_SpiritRealmManager_C) == 0x000008, "Wrong alignment on ABP_SpiritRealmManager_C"); \ +static_assert(sizeof(ABP_SpiritRealmManager_C) == 0x000260, "Wrong size on ABP_SpiritRealmManager_C"); \ +static_assert(offsetof(ABP_SpiritRealmManager_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_SpiritRealmManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Sprint_C_OnEndChanneling \ +static_assert(alignof(Ability_Sprint_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_Sprint_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_Sprint_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_Sprint_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_Sprint_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_Sprint_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint \ +static_assert(alignof(Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint) == 0x000004, "Wrong alignment on Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint"); \ +static_assert(sizeof(Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint) == 0x000008, "Wrong size on Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint"); \ +static_assert(offsetof(Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint, EntryPoint) == 0x000000, "Member 'Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint, K2Node_Event_Reason) == 0x000004, "Member 'Ability_Sprint_C_ExecuteUbergraph_Ability_Sprint::K2Node_Event_Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_Sprint_C \ +static_assert(alignof(AAbility_Sprint_C) == 0x000010, "Wrong alignment on AAbility_Sprint_C"); \ +static_assert(sizeof(AAbility_Sprint_C) == 0x000330, "Wrong size on AAbility_Sprint_C"); \ +static_assert(offsetof(AAbility_Sprint_C, UberGraphFrame) == 0x000310, "Member 'AAbility_Sprint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Sprint_C, DefaultSceneRoot) == 0x000318, "Member 'AAbility_Sprint_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Sprint_C, SprintGlowAmount) == 0x000320, "Member 'AAbility_Sprint_C::SprintGlowAmount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Sprint_C, LightAmount) == 0x000324, "Member 'AAbility_Sprint_C::LightAmount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Sprint_C, CrystalGlowAmount) == 0x000328, "Member 'AAbility_Sprint_C::CrystalGlowAmount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Sprint_C, BlurAmount) == 0x00032C, "Member 'AAbility_Sprint_C::BlurAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MemoryKeyDataManager_C \ +static_assert(alignof(ABP_MemoryKeyDataManager_C) == 0x000008, "Wrong alignment on ABP_MemoryKeyDataManager_C"); \ +static_assert(sizeof(ABP_MemoryKeyDataManager_C) == 0x0002E0, "Wrong size on ABP_MemoryKeyDataManager_C"); \ +static_assert(offsetof(ABP_MemoryKeyDataManager_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABP_MemoryKeyDataManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_IsReturningToCloud \ +static_assert(alignof(BP_RotPickup_C_IsReturningToCloud) == 0x000008, "Wrong alignment on BP_RotPickup_C_IsReturningToCloud"); \ +static_assert(sizeof(BP_RotPickup_C_IsReturningToCloud) == 0x000038, "Wrong size on BP_RotPickup_C_IsReturningToCloud"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, Target) == 0x000000, "Member 'BP_RotPickup_C_IsReturningToCloud::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, ReturnValue) == 0x000008, "Member 'BP_RotPickup_C_IsReturningToCloud::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000010, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_IsInCombat_ReturnValue) == 0x000020, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000031, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_IsReturningToCloud, CallFunc_Not_PreBool_ReturnValue_1) == 0x000033, "Member 'BP_RotPickup_C_IsReturningToCloud::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_CheckForGround \ +static_assert(alignof(BP_RotPickup_C_CheckForGround) == 0x000008, "Wrong alignment on BP_RotPickup_C_CheckForGround"); \ +static_assert(sizeof(BP_RotPickup_C_CheckForGround) == 0x0000C0, "Wrong size on BP_RotPickup_C_CheckForGround"); \ +static_assert(offsetof(BP_RotPickup_C_CheckForGround, OnGround) == 0x000000, "Member 'BP_RotPickup_C_CheckForGround::OnGround' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_CheckForGround, Temp_object_Variable) == 0x000008, "Member 'BP_RotPickup_C_CheckForGround::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_CheckForGround, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_RotPickup_C_CheckForGround::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_CheckForGround, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000024, "Member 'BP_RotPickup_C_CheckForGround::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_CheckForGround, CallFunc_LineTraceSingle_OutHit) == 0x000030, "Member 'BP_RotPickup_C_CheckForGround::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_CheckForGround, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B8, "Member 'BP_RotPickup_C_CheckForGround::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3 \ +static_assert(alignof(BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000004, "Wrong alignment on BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(sizeof(BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000008, "Wrong size on BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(offsetof(BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3, NotifyName) == 0x000000, "Member 'BP_RotPickup_C_OnNotifyEnd_793E2E7C4080B88D32AB9D8FCE92B3F3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3 \ +static_assert(alignof(BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000004, "Wrong alignment on BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(sizeof(BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000008, "Wrong size on BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(offsetof(BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3, NotifyName) == 0x000000, "Member 'BP_RotPickup_C_OnNotifyBegin_793E2E7C4080B88D32AB9D8FCE92B3F3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3 \ +static_assert(alignof(BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000004, "Wrong alignment on BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(sizeof(BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000008, "Wrong size on BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(offsetof(BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3, NotifyName) == 0x000000, "Member 'BP_RotPickup_C_OnInterrupted_793E2E7C4080B88D32AB9D8FCE92B3F3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3 \ +static_assert(alignof(BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000004, "Wrong alignment on BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(sizeof(BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000008, "Wrong size on BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(offsetof(BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3, NotifyName) == 0x000000, "Member 'BP_RotPickup_C_OnBlendOut_793E2E7C4080B88D32AB9D8FCE92B3F3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3 \ +static_assert(alignof(BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000004, "Wrong alignment on BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(sizeof(BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3) == 0x000008, "Wrong size on BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3"); \ +static_assert(offsetof(BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3, NotifyName) == 0x000000, "Member 'BP_RotPickup_C_OnCompleted_793E2E7C4080B88D32AB9D8FCE92B3F3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_OnGatherRot \ +static_assert(alignof(BP_RotPickup_C_OnGatherRot) == 0x000008, "Wrong alignment on BP_RotPickup_C_OnGatherRot"); \ +static_assert(sizeof(BP_RotPickup_C_OnGatherRot) == 0x000008, "Wrong size on BP_RotPickup_C_OnGatherRot"); \ +static_assert(offsetof(BP_RotPickup_C_OnGatherRot, ToOwner) == 0x000000, "Member 'BP_RotPickup_C_OnGatherRot::ToOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_ReceiveEndPlay \ +static_assert(alignof(BP_RotPickup_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_RotPickup_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_RotPickup_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_RotPickup_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_RotPickup_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_RotPickup_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup \ +static_assert(alignof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup) == 0x000008, "Wrong alignment on BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup"); \ +static_assert(sizeof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup) == 0x0002A8, "Wrong size on BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, EntryPoint) == 0x000000, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CustomEvent_NotifyName_4) == 0x000020, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CustomEvent_NotifyName_3) == 0x000038, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CustomEvent_NotifyName_2) == 0x000050, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CustomEvent_NotifyName_1) == 0x000068, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CreateDelegate_OutputDelegate_4) == 0x000070, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CustomEvent_NotifyName) == 0x000080, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_CreateDelegate_OutputDelegate_5) == 0x000088, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_name_Variable) == 0x000098, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000A4, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_bool_IsClosed_Variable) == 0x0000B0, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_bool_Has_Been_Initd_Variable) == 0x0000B1, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_int_Loop_Counter_Variable_1) == 0x0000B4, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000B8, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C0, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_Event_ToOwner) == 0x0000C8, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_Event_ToOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_IsReturningToCloud_ReturnValue) == 0x0000D0, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_IsReturningToCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Array_Length_ReturnValue) == 0x0000D4, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_RandomUnitVector_ReturnValue) == 0x0000D8, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E8, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0000F8, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetNumRots_ReturnValue) == 0x000100, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x000108, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_TryGiveAnyRot_OutRots) == 0x000118, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_TryGiveAnyRot_ReturnValue) == 0x000128, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000130, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetRotCloud_ReturnValue) == 0x000138, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000140, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00014C, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_FindLookAtRotation_ReturnValue) == 0x000158, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_BreakRotator_Roll) == 0x000164, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_BreakRotator_Pitch) == 0x000168, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_BreakRotator_Yaw) == 0x00016C, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_MakeRotator_ReturnValue) == 0x000170, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00017C, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000180, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_IsValid_ReturnValue) == 0x000188, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_CheckForGround_OnGround) == 0x000189, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_CheckForGround_OnGround' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, Temp_int_Array_Index_Variable_1) == 0x00018C, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Array_Get_Item) == 0x000190, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000198, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetNumRots_ReturnValue_1) == 0x000220, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetNumRots_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_TryGiveAnyRot_NewOwner_CastInput_1) == 0x000228, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_TryGiveAnyRot_NewOwner_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_TryGiveAnyRot_OutRots_1) == 0x000238, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_TryGiveAnyRot_OutRots_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_TryGiveAnyRot_ReturnValue_1) == 0x000248, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_TryGiveAnyRot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Percent_IntInt_ReturnValue) == 0x00024C, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Array_Length_ReturnValue_1) == 0x000250, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000254, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Less_IntInt_ReturnValue_1) == 0x000255, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000258, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000264, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_PostEventAtLocation_ReturnValue) == 0x000270, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000278, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetPlayerPawn_ReturnValue) == 0x000280, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_IsInCombat_ReturnValue) == 0x000288, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_Event_EndPlayReason) == 0x000289, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000290, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, K2Node_SwitchEnum_CmpSuccess) == 0x000298, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_Not_PreBool_ReturnValue) == 0x000299, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00029C, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup, CallFunc_BooleanAND_ReturnValue) == 0x0002A0, "Member 'BP_RotPickup_C_ExecuteUbergraph_BP_RotPickup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotPickup_C \ +static_assert(alignof(ABP_RotPickup_C) == 0x000008, "Wrong alignment on ABP_RotPickup_C"); \ +static_assert(sizeof(ABP_RotPickup_C) == 0x000328, "Wrong size on ABP_RotPickup_C"); \ +static_assert(offsetof(ABP_RotPickup_C, UberGraphFrame) == 0x000280, "Member 'ABP_RotPickup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotMovementBase) == 0x000288, "Member 'ABP_RotPickup_C::RotMovementBase' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotPickUpGlow_PointLight) == 0x000290, "Member 'ABP_RotPickup_C::RotPickUpGlow_PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotMoveInSphere1) == 0x000298, "Member 'ABP_RotPickup_C::RotMoveInSphere1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotGatherPointLight) == 0x0002A0, "Member 'ABP_RotPickup_C::RotGatherPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotMoveInSphere) == 0x0002A8, "Member 'ABP_RotPickup_C::RotMoveInSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, SkeletalMesh) == 0x0002B0, "Member 'ABP_RotPickup_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, P_RotPickUpGlow) == 0x0002B8, "Member 'ABP_RotPickup_C::P_RotPickUpGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotMoveTowardPosition) == 0x0002C0, "Member 'ABP_RotPickup_C::RotMoveTowardPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Sphere) == 0x0002C8, "Member 'ABP_RotPickup_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Timeline_1_NewTrack_0_DA12D9DD45AED2EC471F2098ABE6A111) == 0x0002D0, "Member 'ABP_RotPickup_C::Timeline_1_NewTrack_0_DA12D9DD45AED2EC471F2098ABE6A111' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Timeline_1__Direction_DA12D9DD45AED2EC471F2098ABE6A111) == 0x0002D4, "Member 'ABP_RotPickup_C::Timeline_1__Direction_DA12D9DD45AED2EC471F2098ABE6A111' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Timeline_1) == 0x0002D8, "Member 'ABP_RotPickup_C::Timeline_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, ScaleRotPickUpGlow_Scale_V3_6172EF934A36BD73413718BAF208A49E) == 0x0002E0, "Member 'ABP_RotPickup_C::ScaleRotPickUpGlow_Scale_V3_6172EF934A36BD73413718BAF208A49E' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, ScaleRotPickUpGlow__Direction_6172EF934A36BD73413718BAF208A49E) == 0x0002EC, "Member 'ABP_RotPickup_C::ScaleRotPickUpGlow__Direction_6172EF934A36BD73413718BAF208A49E' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, ScaleRotPickUpGlow) == 0x0002F0, "Member 'ABP_RotPickup_C::ScaleRotPickUpGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Timeline_0_NewTrack_0_42F4D86848BBAD5F2B9FEA8BB36AA1C2) == 0x0002F8, "Member 'ABP_RotPickup_C::Timeline_0_NewTrack_0_42F4D86848BBAD5F2B9FEA8BB36AA1C2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Timeline_0__Direction_42F4D86848BBAD5F2B9FEA8BB36AA1C2) == 0x0002FC, "Member 'ABP_RotPickup_C::Timeline_0__Direction_42F4D86848BBAD5F2B9FEA8BB36AA1C2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, Timeline_0) == 0x000300, "Member 'ABP_RotPickup_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, AutoGatherTime) == 0x000308, "Member 'ABP_RotPickup_C::AutoGatherTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, GatherDelayTime) == 0x00030C, "Member 'ABP_RotPickup_C::GatherDelayTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, RotIgnoreLimitModValue) == 0x000310, "Member 'ABP_RotPickup_C::RotIgnoreLimitModValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, WasGatheredAutomatically) == 0x000314, "Member 'ABP_RotPickup_C::WasGatheredAutomatically' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, AlwaysAutoGather) == 0x000315, "Member 'ABP_RotPickup_C::AlwaysAutoGather' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, SFX_Rot_Regroup) == 0x000318, "Member 'ABP_RotPickup_C::SFX_Rot_Regroup' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotPickup_C, SFX_Rot_Scatter) == 0x000320, "Member 'ABP_RotPickup_C::SFX_Rot_Scatter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_GetSubtitleBackgroundOpacity \ +static_assert(alignof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity) == 0x000008, "Wrong alignment on WBP_RotGetModal_C_GetSubtitleBackgroundOpacity"); \ +static_assert(sizeof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity) == 0x000038, "Wrong size on WBP_RotGetModal_C_GetSubtitleBackgroundOpacity"); \ +static_assert(offsetof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity, ReturnValue) == 0x000000, "Member 'WBP_RotGetModal_C_GetSubtitleBackgroundOpacity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'WBP_RotGetModal_C_GetSubtitleBackgroundOpacity::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity, CallFunc_GetRenderOpacity_ReturnValue) == 0x000018, "Member 'WBP_RotGetModal_C_GetSubtitleBackgroundOpacity::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity, CallFunc_GetSubtitleBackgroundOpacity_ReturnValue) == 0x00001C, "Member 'WBP_RotGetModal_C_GetSubtitleBackgroundOpacity::CallFunc_GetSubtitleBackgroundOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_RotGetModal_C_GetSubtitleBackgroundOpacity::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_GetSubtitleBackgroundOpacity, K2Node_MakeStruct_LinearColor) == 0x000024, "Member 'WBP_RotGetModal_C_GetSubtitleBackgroundOpacity::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_SetPercent \ +static_assert(alignof(WBP_RotGetModal_C_SetPercent) == 0x000008, "Wrong alignment on WBP_RotGetModal_C_SetPercent"); \ +static_assert(sizeof(WBP_RotGetModal_C_SetPercent) == 0x000010, "Wrong size on WBP_RotGetModal_C_SetPercent"); \ +static_assert(offsetof(WBP_RotGetModal_C_SetPercent, Percent_0) == 0x000000, "Member 'WBP_RotGetModal_C_SetPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_SetPercent, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_RotGetModal_C_SetPercent::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_ApplyLevelPercent \ +static_assert(alignof(WBP_RotGetModal_C_ApplyLevelPercent) == 0x000004, "Wrong alignment on WBP_RotGetModal_C_ApplyLevelPercent"); \ +static_assert(sizeof(WBP_RotGetModal_C_ApplyLevelPercent) == 0x000058, "Wrong size on WBP_RotGetModal_C_ApplyLevelPercent"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, InPercent) == 0x000000, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::InPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, CallFunc_GetCachedGeometry_ReturnValue) == 0x000004, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, CallFunc_GetLocalSize_ReturnValue) == 0x00003C, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, CallFunc_BreakVector2D_X) == 0x000044, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00004C, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyLevelPercent, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'WBP_RotGetModal_C_ApplyLevelPercent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_OnTitleCardInstanced \ +static_assert(alignof(WBP_RotGetModal_C_OnTitleCardInstanced) == 0x000008, "Wrong alignment on WBP_RotGetModal_C_OnTitleCardInstanced"); \ +static_assert(sizeof(WBP_RotGetModal_C_OnTitleCardInstanced) == 0x0000D0, "Wrong size on WBP_RotGetModal_C_OnTitleCardInstanced"); \ +static_assert(offsetof(WBP_RotGetModal_C_OnTitleCardInstanced, Widget) == 0x000000, "Member 'WBP_RotGetModal_C_OnTitleCardInstanced::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_OnTitleCardInstanced, K2Node_DynamicCast_AsWBP_Title_Card) == 0x000008, "Member 'WBP_RotGetModal_C_OnTitleCardInstanced::K2Node_DynamicCast_AsWBP_Title_Card' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_OnTitleCardInstanced, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_RotGetModal_C_OnTitleCardInstanced::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_OnTitleCardInstanced, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'WBP_RotGetModal_C_OnTitleCardInstanced::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_OnTitleCardInstanced, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000C8, "Member 'WBP_RotGetModal_C_OnTitleCardInstanced::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_ApplyPercent \ +static_assert(alignof(WBP_RotGetModal_C_ApplyPercent) == 0x000008, "Wrong alignment on WBP_RotGetModal_C_ApplyPercent"); \ +static_assert(sizeof(WBP_RotGetModal_C_ApplyPercent) == 0x000030, "Wrong size on WBP_RotGetModal_C_ApplyPercent"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, Percent_0) == 0x000000, "Member 'WBP_RotGetModal_C_ApplyPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetRotCollectionProgress_OutRotLevel) == 0x000010, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetRotCollectionProgress_OutRotLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetRotCollectionProgress_OutRotCount) == 0x000014, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetRotCollectionProgress_OutRotCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetRotCollectionProgress_OutRotCountGoal) == 0x000018, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetRotCollectionProgress_OutRotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetRotCollectionProgress_OutRotCountDelta) == 0x00001C, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetRotCollectionProgress_OutRotCountDelta' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetRotCollectionProgress_OutLevelPercent) == 0x000020, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetRotCollectionProgress_OutLevelPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_GetRotCollectionProgress_OutIsFullyLeveled) == 0x000024, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_GetRotCollectionProgress_OutIsFullyLeveled' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ApplyPercent, CallFunc_SelectFloat_ReturnValue) == 0x000028, "Member 'WBP_RotGetModal_C_ApplyPercent::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_TickProgressBar \ +static_assert(alignof(WBP_RotGetModal_C_TickProgressBar) == 0x000004, "Wrong alignment on WBP_RotGetModal_C_TickProgressBar"); \ +static_assert(sizeof(WBP_RotGetModal_C_TickProgressBar) == 0x00001C, "Wrong size on WBP_RotGetModal_C_TickProgressBar"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, DeltaTime) == 0x000000, "Member 'WBP_RotGetModal_C_TickProgressBar::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, LeveledUp_0) == 0x000004, "Member 'WBP_RotGetModal_C_TickProgressBar::LeveledUp_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, PrevLevel) == 0x000008, "Member 'WBP_RotGetModal_C_TickProgressBar::PrevLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_RotGetModal_C_TickProgressBar::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_RotGetModal_C_TickProgressBar::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, CallFunc_FMin_ReturnValue) == 0x000014, "Member 'WBP_RotGetModal_C_TickProgressBar::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_TickProgressBar, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_RotGetModal_C_TickProgressBar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_Tick \ +static_assert(alignof(WBP_RotGetModal_C_Tick) == 0x000004, "Wrong alignment on WBP_RotGetModal_C_Tick"); \ +static_assert(sizeof(WBP_RotGetModal_C_Tick) == 0x00003C, "Wrong size on WBP_RotGetModal_C_Tick"); \ +static_assert(offsetof(WBP_RotGetModal_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_RotGetModal_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_RotGetModal_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal \ +static_assert(alignof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal) == 0x000008, "Wrong alignment on WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal"); \ +static_assert(sizeof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal) == 0x0000F8, "Wrong size on WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, EntryPoint) == 0x000000, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, Temp_struct_Variable) == 0x000008, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, Temp_delegate_Variable) == 0x000028, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, Temp_bool_IsClosed_Variable) == 0x000048, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, K2Node_Event_MyGeometry) == 0x00004C, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, K2Node_Event_InDeltaTime) == 0x000084, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_TickProgressBar_LeveledUp) == 0x000088, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_TickProgressBar_LeveledUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GetPlayerController_ReturnValue) == 0x000090, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000098, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_PostEvent_ReturnValue) == 0x0000A0, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000A4, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, Temp_bool_Has_Been_Initd_Variable) == 0x0000AC, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000B0, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x0000B8, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C0, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_HideWidgetWithQueue_ReturnValue) == 0x0000C4, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_HideWidgetWithQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000C8, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000D0, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_BooleanAND_ReturnValue) == 0x0000D1, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_PlayAnimation_ReturnValue) == 0x0000D8, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000E0, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E8, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0000F0, "Member 'WBP_RotGetModal_C_ExecuteUbergraph_WBP_RotGetModal::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RotGetModal_C \ +static_assert(alignof(UWBP_RotGetModal_C) == 0x000008, "Wrong alignment on UWBP_RotGetModal_C"); \ +static_assert(sizeof(UWBP_RotGetModal_C) == 0x000318, "Wrong size on UWBP_RotGetModal_C"); \ +static_assert(offsetof(UWBP_RotGetModal_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RotGetModal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, FadeOut) == 0x000268, "Member 'UWBP_RotGetModal_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, LevelUp) == 0x000270, "Member 'UWBP_RotGetModal_C::LevelUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, AnimateIn) == 0x000278, "Member 'UWBP_RotGetModal_C::AnimateIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, Border_0) == 0x000280, "Member 'UWBP_RotGetModal_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, Image_135) == 0x000288, "Member 'UWBP_RotGetModal_C::Image_135' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, LevelText_2) == 0x000290, "Member 'UWBP_RotGetModal_C::LevelText_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, LevelText_4) == 0x000298, "Member 'UWBP_RotGetModal_C::LevelText_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, PlayerLevelText) == 0x0002A0, "Member 'UWBP_RotGetModal_C::PlayerLevelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, ProgressBar_302) == 0x0002A8, "Member 'UWBP_RotGetModal_C::ProgressBar_302' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, ProgressBarPanel) == 0x0002B0, "Member 'UWBP_RotGetModal_C::ProgressBarPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, RotCountIndicator) == 0x0002B8, "Member 'UWBP_RotGetModal_C::RotCountIndicator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, UpgradesAvailable) == 0x0002C0, "Member 'UWBP_RotGetModal_C::UpgradesAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, TweenPercentSpeedPerRot) == 0x0002C8, "Member 'UWBP_RotGetModal_C::TweenPercentSpeedPerRot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, RotLevel) == 0x0002CC, "Member 'UWBP_RotGetModal_C::RotLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, RotCount) == 0x0002D0, "Member 'UWBP_RotGetModal_C::RotCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, RotCountGoal) == 0x0002D4, "Member 'UWBP_RotGetModal_C::RotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, IsTweeningPercent) == 0x0002D8, "Member 'UWBP_RotGetModal_C::IsTweeningPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, StartOwnedRotCount) == 0x0002DC, "Member 'UWBP_RotGetModal_C::StartOwnedRotCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, EndOwnedRotCount) == 0x0002E0, "Member 'UWBP_RotGetModal_C::EndOwnedRotCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, TweenPercent) == 0x0002E4, "Member 'UWBP_RotGetModal_C::TweenPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, TweenSpeed) == 0x0002E8, "Member 'UWBP_RotGetModal_C::TweenSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, LeveledUp) == 0x0002EC, "Member 'UWBP_RotGetModal_C::LeveledUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, RotCountGoalVisibility) == 0x0002ED, "Member 'UWBP_RotGetModal_C::RotCountGoalVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, TitleCardWidget) == 0x0002F0, "Member 'UWBP_RotGetModal_C::TitleCardWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, RowHandle) == 0x0002F8, "Member 'UWBP_RotGetModal_C::RowHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, IsPlayingLevelUpFeedback) == 0x000308, "Member 'UWBP_RotGetModal_C::IsPlayingLevelUpFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, PrevRotCountGoal) == 0x00030C, "Member 'UWBP_RotGetModal_C::PrevRotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotGetModal_C, Percent) == 0x000310, "Member 'UWBP_RotGetModal_C::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LanguageOptionData_C \ +static_assert(alignof(UBP_LanguageOptionData_C) == 0x000008, "Wrong alignment on UBP_LanguageOptionData_C"); \ +static_assert(sizeof(UBP_LanguageOptionData_C) == 0x000050, "Wrong size on UBP_LanguageOptionData_C"); \ +static_assert(offsetof(UBP_LanguageOptionData_C, LanguageText) == 0x000028, "Member 'UBP_LanguageOptionData_C::LanguageText' has a wrong offset!"); \ +static_assert(offsetof(UBP_LanguageOptionData_C, CultureToSet) == 0x000040, "Member 'UBP_LanguageOptionData_C::CultureToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotCloud_C_AnimGraph \ +static_assert(alignof(ABP_RotCloud_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_RotCloud_C_AnimGraph"); \ +static_assert(sizeof(ABP_RotCloud_C_AnimGraph) == 0x000010, "Wrong size on ABP_RotCloud_C_AnimGraph"); \ +static_assert(offsetof(ABP_RotCloud_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_RotCloud_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud \ +static_assert(alignof(ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud) == 0x000004, "Wrong alignment on ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud"); \ +static_assert(sizeof(ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud) == 0x000004, "Wrong size on ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud"); \ +static_assert(offsetof(ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud, EntryPoint) == 0x000000, "Member 'ABP_RotCloud_C_ExecuteUbergraph_ABP_RotCloud::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_RotCloud_C \ +static_assert(alignof(UABP_RotCloud_C) == 0x000010, "Wrong alignment on UABP_RotCloud_C"); \ +static_assert(sizeof(UABP_RotCloud_C) == 0x000350, "Wrong size on UABP_RotCloud_C"); \ +static_assert(offsetof(UABP_RotCloud_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_RotCloud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotCloud_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_RotCloud_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotCloud_C, AnimGraphNode_Slot) == 0x000308, "Member 'UABP_RotCloud_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277 \ +static_assert(alignof(WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277) == 0x000008, "Wrong alignment on WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277"); \ +static_assert(sizeof(WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277) == 0x000008, "Wrong size on WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277"); \ +static_assert(offsetof(WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277, Loaded) == 0x000000, "Member 'WBP_LoadingScreen_C_OnLoaded_9FC53B984A59CD1C65FCB28EB6D01277::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen \ +static_assert(alignof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen) == 0x000008, "Wrong alignment on WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen"); \ +static_assert(sizeof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen) == 0x000048, "Wrong size on WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, EntryPoint) == 0x000000, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, Temp_object_Variable) == 0x000020, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, K2Node_DynamicCast_AsMaterial_Interface) == 0x000028, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::K2Node_DynamicCast_AsMaterial_Interface' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, CallFunc_SetGamePaused_ReturnValue) == 0x000031, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000034, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000038, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LoadingScreen_C \ +static_assert(alignof(UWBP_LoadingScreen_C) == 0x000008, "Wrong alignment on UWBP_LoadingScreen_C"); \ +static_assert(sizeof(UWBP_LoadingScreen_C) == 0x0002C0, "Wrong size on UWBP_LoadingScreen_C"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, UberGraphFrame) == 0x000260, "Member 'UWBP_LoadingScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, FadeInBG) == 0x000268, "Member 'UWBP_LoadingScreen_C::FadeInBG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, FadeInTip) == 0x000270, "Member 'UWBP_LoadingScreen_C::FadeInTip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, FadeIn) == 0x000278, "Member 'UWBP_LoadingScreen_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, FadeOut) == 0x000280, "Member 'UWBP_LoadingScreen_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, BgImage) == 0x000288, "Member 'UWBP_LoadingScreen_C::BgImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, Image_291) == 0x000290, "Member 'UWBP_LoadingScreen_C::Image_291' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, LoadingBGSoft) == 0x000298, "Member 'UWBP_LoadingScreen_C::LoadingBGSoft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiTipWindow_C_ShowNextTip \ +static_assert(alignof(WBP_MochiTipWindow_C_ShowNextTip) == 0x000004, "Wrong alignment on WBP_MochiTipWindow_C_ShowNextTip"); \ +static_assert(sizeof(WBP_MochiTipWindow_C_ShowNextTip) == 0x000014, "Wrong size on WBP_MochiTipWindow_C_ShowNextTip"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ShowNextTip, Temp_int_Variable) == 0x000000, "Member 'WBP_MochiTipWindow_C_ShowNextTip::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ShowNextTip, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000004, "Member 'WBP_MochiTipWindow_C_ShowNextTip::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ShowNextTip, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_MochiTipWindow_C_ShowNextTip::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ShowNextTip, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_MochiTipWindow_C_ShowNextTip::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ShowNextTip, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_MochiTipWindow_C_ShowNextTip::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow \ +static_assert(alignof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow) == 0x000008, "Wrong alignment on WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow"); \ +static_assert(sizeof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow) == 0x0000A0, "Wrong size on WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, EntryPoint) == 0x000000, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_Array_Add_ReturnValue) == 0x000094, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow, CallFunc_PlayAnimation_ReturnValue_1) == 0x000098, "Member 'WBP_MochiTipWindow_C_ExecuteUbergraph_WBP_MochiTipWindow::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MochiTipWindow_C \ +static_assert(alignof(UWBP_MochiTipWindow_C) == 0x000008, "Wrong alignment on UWBP_MochiTipWindow_C"); \ +static_assert(sizeof(UWBP_MochiTipWindow_C) == 0x0002B0, "Wrong size on UWBP_MochiTipWindow_C"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, UberGraphFrame) == 0x000260, "Member 'UWBP_MochiTipWindow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, FadeIn) == 0x000268, "Member 'UWBP_MochiTipWindow_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, FadeOut) == 0x000270, "Member 'UWBP_MochiTipWindow_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, Image_62) == 0x000278, "Member 'UWBP_MochiTipWindow_C::Image_62' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, TipDescription) == 0x000280, "Member 'UWBP_MochiTipWindow_C::TipDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, TipHeader) == 0x000288, "Member 'UWBP_MochiTipWindow_C::TipHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, TipData) == 0x000290, "Member 'UWBP_MochiTipWindow_C::TipData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, TipRows) == 0x000298, "Member 'UWBP_MochiTipWindow_C::TipRows' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiTipWindow_C, TipCount) == 0x0002A8, "Member 'UWBP_MochiTipWindow_C::TipCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SkeletalRot_C_AnimGraph \ +static_assert(alignof(ABP_SkeletalRot_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_SkeletalRot_C_AnimGraph"); \ +static_assert(sizeof(ABP_SkeletalRot_C_AnimGraph) == 0x000010, "Wrong size on ABP_SkeletalRot_C_AnimGraph"); \ +static_assert(offsetof(ABP_SkeletalRot_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_SkeletalRot_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot \ +static_assert(alignof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot) == 0x000004, "Wrong alignment on ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot"); \ +static_assert(sizeof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot) == 0x000018, "Wrong size on ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, EntryPoint) == 0x000000, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000005, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000007, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000008, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000009, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000B, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00000D, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x00000E, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00000F, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000011, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000012, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000013, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_ShouldApplyHeadTracking_ReturnValue) == 0x000014, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_ShouldApplyHeadTracking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_BooleanOR_ReturnValue_1) == 0x000015, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot, CallFunc_BooleanAND_ReturnValue) == 0x000016, "Member 'ABP_SkeletalRot_C_ExecuteUbergraph_ABP_SkeletalRot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_SkeletalRot_C \ +static_assert(alignof(UABP_SkeletalRot_C) == 0x000010, "Wrong alignment on UABP_SkeletalRot_C"); \ +static_assert(sizeof(UABP_SkeletalRot_C) == 0x001D80, "Wrong size on UABP_SkeletalRot_C"); \ +static_assert(offsetof(UABP_SkeletalRot_C, UberGraphFrame) == 0x000B40, "Member 'UABP_SkeletalRot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_Root) == 0x000B48, "Member 'UABP_SkeletalRot_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_Slot_1) == 0x000B78, "Member 'UABP_SkeletalRot_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_TransitionResult_5) == 0x000BC0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_TransitionResult_4) == 0x000BE8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_TransitionResult_3) == 0x000C10, "Member 'UABP_SkeletalRot_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_TransitionResult_2) == 0x000C38, "Member 'UABP_SkeletalRot_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_TransitionResult_1) == 0x000C60, "Member 'UABP_SkeletalRot_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_TransitionResult) == 0x000C88, "Member 'UABP_SkeletalRot_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_8) == 0x000CB0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_7) == 0x000D30, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendListByBool_4) == 0x000DB0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_6) == 0x000E50, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_5) == 0x000ED0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendListByBool_3) == 0x000F50, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_4) == 0x000FF0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_3) == 0x001070, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendListByInt) == 0x0010F0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendListByBool_2) == 0x001190, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateResult_4) == 0x001230, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_2) == 0x001260, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateResult_3) == 0x0012E0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer_1) == 0x001310, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateResult_2) == 0x001390, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendSpacePlayer_2) == 0x0013C0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateResult_1) == 0x0014A8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateMachine_1) == 0x0014D8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_ApplyAdditive_1) == 0x001588, "Member 'UABP_SkeletalRot_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendListByBool_1) == 0x001650, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendSpacePlayer_1) == 0x0016F0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SaveCachedPose) == 0x0017D8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_UseCachedPose_1) == 0x001930, "Member 'UABP_SkeletalRot_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_UseCachedPose) == 0x001958, "Member 'UABP_SkeletalRot_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_Slot) == 0x001980, "Member 'UABP_SkeletalRot_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendListByBool) == 0x0019C8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_SequencePlayer) == 0x001A68, "Member 'UABP_SkeletalRot_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_ApplyAdditive) == 0x001AE8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_BlendSpacePlayer) == 0x001BB0, "Member 'UABP_SkeletalRot_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateResult) == 0x001C98, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, AnimGraphNode_StateMachine) == 0x001CC8, "Member 'UABP_SkeletalRot_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_SkeletalRot_C, Random_Swim_Variation) == 0x001D78, "Member 'UABP_SkeletalRot_C::Random_Swim_Variation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotController_C \ +static_assert(alignof(ABP_RotController_C) == 0x000008, "Wrong alignment on ABP_RotController_C"); \ +static_assert(sizeof(ABP_RotController_C) == 0x000388, "Wrong size on ABP_RotController_C"); \ + +#define DUMPER7_ASSERTS_BTD_Chance_C_PerformConditionCheckAI \ +static_assert(alignof(BTD_Chance_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Chance_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTD_Chance_C_PerformConditionCheckAI) == 0x000018, "Wrong size on BTD_Chance_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTD_Chance_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Chance_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTD_Chance_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Chance_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTD_Chance_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Chance_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_Chance_C_PerformConditionCheckAI, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000011, "Member 'BTD_Chance_C_PerformConditionCheckAI::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTD_Chance_C \ +static_assert(alignof(UBTD_Chance_C) == 0x000008, "Wrong alignment on UBTD_Chance_C"); \ +static_assert(sizeof(UBTD_Chance_C) == 0x0000A8, "Wrong size on UBTD_Chance_C"); \ +static_assert(offsetof(UBTD_Chance_C, Chance) == 0x0000A0, "Member 'UBTD_Chance_C::Chance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTD_CheckMovementMode_C_PerformConditionCheck \ +static_assert(alignof(BTD_CheckMovementMode_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_CheckMovementMode_C_PerformConditionCheck"); \ +static_assert(sizeof(BTD_CheckMovementMode_C_PerformConditionCheck) == 0x000038, "Wrong size on BTD_CheckMovementMode_C_PerformConditionCheck"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, K2Node_DynamicCast_AsController) == 0x000010, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, K2Node_DynamicCast_AsCharacter) == 0x000028, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000032, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000033, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, CallFunc_BooleanOR_ReturnValue) == 0x000034, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTD_CheckMovementMode_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'BTD_CheckMovementMode_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTD_CheckMovementMode_C \ +static_assert(alignof(UBTD_CheckMovementMode_C) == 0x000008, "Wrong alignment on UBTD_CheckMovementMode_C"); \ +static_assert(sizeof(UBTD_CheckMovementMode_C) == 0x0000A8, "Wrong size on UBTD_CheckMovementMode_C"); \ +static_assert(offsetof(UBTD_CheckMovementMode_C, MovementMode) == 0x0000A0, "Member 'UBTD_CheckMovementMode_C::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UBTD_CheckMovementMode_C, CustomMovementMode) == 0x0000A1, "Member 'UBTD_CheckMovementMode_C::CustomMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PoofTo_C_ReceiveExecuteAI \ +static_assert(alignof(BTT_PoofTo_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_PoofTo_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTT_PoofTo_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_PoofTo_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTT_PoofTo_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_PoofTo_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_PoofTo_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PoofTo_C_HandlePoofComplete \ +static_assert(alignof(BTT_PoofTo_C_HandlePoofComplete) == 0x000008, "Wrong alignment on BTT_PoofTo_C_HandlePoofComplete"); \ +static_assert(sizeof(BTT_PoofTo_C_HandlePoofComplete) == 0x000008, "Wrong size on BTT_PoofTo_C_HandlePoofComplete"); \ +static_assert(offsetof(BTT_PoofTo_C_HandlePoofComplete, Rot) == 0x000000, "Member 'BTT_PoofTo_C_HandlePoofComplete::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PoofTo_C_ReceiveAbortAI \ +static_assert(alignof(BTT_PoofTo_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTT_PoofTo_C_ReceiveAbortAI"); \ +static_assert(sizeof(BTT_PoofTo_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTT_PoofTo_C_ReceiveAbortAI"); \ +static_assert(offsetof(BTT_PoofTo_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTT_PoofTo_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTT_PoofTo_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo \ +static_assert(alignof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo) == 0x000008, "Wrong alignment on BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo"); \ +static_assert(sizeof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo) == 0x0000C0, "Wrong size on BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, EntryPoint) == 0x000000, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_Event_OwnerController_1) == 0x000010, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_DynamicCast_AsRot) == 0x000030, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_DynamicCast_AsRot' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_CustomEvent_Rot) == 0x000040, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_CustomEvent_Rot' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_Event_OwnerController) == 0x000058, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_Event_ControlledPawn) == 0x000060, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_DynamicCast_AsRot_1) == 0x000068, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_DynamicCast_AsRot_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000074, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000080, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_SelectVector_ReturnValue) == 0x000098, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000A4, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_MakeRotFromZX_ReturnValue) == 0x0000B0, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo, CallFunc_PoofTo_ReturnValue) == 0x0000BC, "Member 'BTT_PoofTo_C_ExecuteUbergraph_BTT_PoofTo::CallFunc_PoofTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_PoofTo_C \ +static_assert(alignof(UBTT_PoofTo_C) == 0x000008, "Wrong alignment on UBTT_PoofTo_C"); \ +static_assert(sizeof(UBTT_PoofTo_C) == 0x0000F0, "Wrong size on UBTT_PoofTo_C"); \ +static_assert(offsetof(UBTT_PoofTo_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_PoofTo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PoofTo_C, Center) == 0x0000B0, "Member 'UBTT_PoofTo_C::Center' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PoofTo_C, DelayMinMax) == 0x0000D8, "Member 'UBTT_PoofTo_C::DelayMinMax' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PoofTo_C, RadiusMinMax) == 0x0000E0, "Member 'UBTT_PoofTo_C::RadiusMinMax' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PoofTo_C, Angle) == 0x0000E8, "Member 'UBTT_PoofTo_C::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_PlayMontage_C_GetMontageManager \ +static_assert(alignof(BT_PlayMontage_C_GetMontageManager) == 0x000008, "Wrong alignment on BT_PlayMontage_C_GetMontageManager"); \ +static_assert(sizeof(BT_PlayMontage_C_GetMontageManager) == 0x000040, "Wrong size on BT_PlayMontage_C_GetMontageManager"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, Pawn) == 0x000000, "Member 'BT_PlayMontage_C_GetMontageManager::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, MontageManager) == 0x000008, "Member 'BT_PlayMontage_C_GetMontageManager::MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, Success) == 0x000010, "Member 'BT_PlayMontage_C_GetMontageManager::Success' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, K2Node_DynamicCast_AsMochi_Character) == 0x000018, "Member 'BT_PlayMontage_C_GetMontageManager::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BT_PlayMontage_C_GetMontageManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BT_PlayMontage_C_GetMontageManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000030, "Member 'BT_PlayMontage_C_GetMontageManager::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BT_PlayMontage_C_GetMontageManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetMontageManager, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BT_PlayMontage_C_GetMontageManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_PlayMontage_C_ReceiveExecuteAI \ +static_assert(alignof(BT_PlayMontage_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BT_PlayMontage_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BT_PlayMontage_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BT_PlayMontage_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BT_PlayMontage_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BT_PlayMontage_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BT_PlayMontage_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_PlayMontage_C_ReceiveAbortAI \ +static_assert(alignof(BT_PlayMontage_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BT_PlayMontage_C_ReceiveAbortAI"); \ +static_assert(sizeof(BT_PlayMontage_C_ReceiveAbortAI) == 0x000010, "Wrong size on BT_PlayMontage_C_ReceiveAbortAI"); \ +static_assert(offsetof(BT_PlayMontage_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BT_PlayMontage_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BT_PlayMontage_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_PlayMontage_C_AnimComplete \ +static_assert(alignof(BT_PlayMontage_C_AnimComplete) == 0x000008, "Wrong alignment on BT_PlayMontage_C_AnimComplete"); \ +static_assert(sizeof(BT_PlayMontage_C_AnimComplete) == 0x000020, "Wrong size on BT_PlayMontage_C_AnimComplete"); \ +static_assert(offsetof(BT_PlayMontage_C_AnimComplete, Args) == 0x000000, "Member 'BT_PlayMontage_C_AnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_AnimComplete, MontageManager) == 0x000018, "Member 'BT_PlayMontage_C_AnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage \ +static_assert(alignof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage) == 0x000008, "Wrong alignment on BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage"); \ +static_assert(sizeof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage) == 0x000090, "Wrong size on BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, EntryPoint) == 0x000000, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_Event_OwnerController_1) == 0x000018, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, CallFunc_GetKeyOrBBKey_ReturnValue) == 0x000028, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::CallFunc_GetKeyOrBBKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, CallFunc_GetMontageManager_MontageManager) == 0x000030, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::CallFunc_GetMontageManager_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, CallFunc_GetMontageManager_Success) == 0x000038, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::CallFunc_GetMontageManager_Success' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_Event_OwnerController) == 0x000040, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_Event_ControlledPawn) == 0x000048, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_MakeStruct_PlayMontageArgs) == 0x000050, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, CallFunc_PlayWithCallback_ReturnValue) == 0x000068, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00006C, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_CustomEvent_Args) == 0x000070, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage, K2Node_CustomEvent_MontageManager) == 0x000088, "Member 'BT_PlayMontage_C_ExecuteUbergraph_BT_PlayMontage::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_PlayMontage_C_GetKeyOrBBKey \ +static_assert(alignof(BT_PlayMontage_C_GetKeyOrBBKey) == 0x000008, "Wrong alignment on BT_PlayMontage_C_GetKeyOrBBKey"); \ +static_assert(sizeof(BT_PlayMontage_C_GetKeyOrBBKey) == 0x000028, "Wrong size on BT_PlayMontage_C_GetKeyOrBBKey"); \ +static_assert(offsetof(BT_PlayMontage_C_GetKeyOrBBKey, Pawn) == 0x000000, "Member 'BT_PlayMontage_C_GetKeyOrBBKey::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetKeyOrBBKey, ReturnValue) == 0x000008, "Member 'BT_PlayMontage_C_GetKeyOrBBKey::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetKeyOrBBKey, Temp_bool_Variable) == 0x000010, "Member 'BT_PlayMontage_C_GetKeyOrBBKey::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetKeyOrBBKey, CallFunc_NotEqual_NameName_ReturnValue) == 0x000011, "Member 'BT_PlayMontage_C_GetKeyOrBBKey::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetKeyOrBBKey, CallFunc_GetBlackboardValueAsName_ReturnValue) == 0x000014, "Member 'BT_PlayMontage_C_GetKeyOrBBKey::CallFunc_GetBlackboardValueAsName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_PlayMontage_C_GetKeyOrBBKey, K2Node_Select_Default) == 0x00001C, "Member 'BT_PlayMontage_C_GetKeyOrBBKey::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_PlayMontage_C \ +static_assert(alignof(UBT_PlayMontage_C) == 0x000008, "Wrong alignment on UBT_PlayMontage_C"); \ +static_assert(sizeof(UBT_PlayMontage_C) == 0x0000F0, "Wrong size on UBT_PlayMontage_C"); \ +static_assert(offsetof(UBT_PlayMontage_C, UberGraphFrame) == 0x0000A8, "Member 'UBT_PlayMontage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_PlayMontage_C, Key) == 0x0000B0, "Member 'UBT_PlayMontage_C::Key' has a wrong offset!"); \ +static_assert(offsetof(UBT_PlayMontage_C, BBKey) == 0x0000B8, "Member 'UBT_PlayMontage_C::BBKey' has a wrong offset!"); \ +static_assert(offsetof(UBT_PlayMontage_C, PlayRate) == 0x0000E0, "Member 'UBT_PlayMontage_C::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UBT_PlayMontage_C, StartSection) == 0x0000E4, "Member 'UBT_PlayMontage_C::StartSection' has a wrong offset!"); \ +static_assert(offsetof(UBT_PlayMontage_C, BlockWhilePlaying) == 0x0000EC, "Member 'UBT_PlayMontage_C::BlockWhilePlaying' has a wrong offset!"); \ +static_assert(offsetof(UBT_PlayMontage_C, Optional) == 0x0000ED, "Member 'UBT_PlayMontage_C::Optional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_SetBool_C_ExecuteUbergraph_BT_SetBool \ +static_assert(alignof(BT_SetBool_C_ExecuteUbergraph_BT_SetBool) == 0x000008, "Wrong alignment on BT_SetBool_C_ExecuteUbergraph_BT_SetBool"); \ +static_assert(sizeof(BT_SetBool_C_ExecuteUbergraph_BT_SetBool) == 0x000018, "Wrong size on BT_SetBool_C_ExecuteUbergraph_BT_SetBool"); \ +static_assert(offsetof(BT_SetBool_C_ExecuteUbergraph_BT_SetBool, EntryPoint) == 0x000000, "Member 'BT_SetBool_C_ExecuteUbergraph_BT_SetBool::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_SetBool_C_ExecuteUbergraph_BT_SetBool, K2Node_Event_OwnerController) == 0x000008, "Member 'BT_SetBool_C_ExecuteUbergraph_BT_SetBool::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_SetBool_C_ExecuteUbergraph_BT_SetBool, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BT_SetBool_C_ExecuteUbergraph_BT_SetBool::K2Node_Event_ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_SetBool_C_ReceiveExecuteAI \ +static_assert(alignof(BT_SetBool_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BT_SetBool_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BT_SetBool_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BT_SetBool_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BT_SetBool_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BT_SetBool_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_SetBool_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BT_SetBool_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_SetBool_C \ +static_assert(alignof(UBT_SetBool_C) == 0x000008, "Wrong alignment on UBT_SetBool_C"); \ +static_assert(sizeof(UBT_SetBool_C) == 0x0000E0, "Wrong size on UBT_SetBool_C"); \ +static_assert(offsetof(UBT_SetBool_C, UberGraphFrame) == 0x0000A8, "Member 'UBT_SetBool_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_SetBool_C, Key) == 0x0000B0, "Member 'UBT_SetBool_C::Key' has a wrong offset!"); \ +static_assert(offsetof(UBT_SetBool_C, Value) == 0x0000D8, "Member 'UBT_SetBool_C::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_StopMontage_C_GetMontageManager \ +static_assert(alignof(BT_StopMontage_C_GetMontageManager) == 0x000008, "Wrong alignment on BT_StopMontage_C_GetMontageManager"); \ +static_assert(sizeof(BT_StopMontage_C_GetMontageManager) == 0x000040, "Wrong size on BT_StopMontage_C_GetMontageManager"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, Pawn) == 0x000000, "Member 'BT_StopMontage_C_GetMontageManager::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, MontageManager) == 0x000008, "Member 'BT_StopMontage_C_GetMontageManager::MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, Success) == 0x000010, "Member 'BT_StopMontage_C_GetMontageManager::Success' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, K2Node_DynamicCast_AsMochi_Character) == 0x000018, "Member 'BT_StopMontage_C_GetMontageManager::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BT_StopMontage_C_GetMontageManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BT_StopMontage_C_GetMontageManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000030, "Member 'BT_StopMontage_C_GetMontageManager::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BT_StopMontage_C_GetMontageManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_GetMontageManager, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BT_StopMontage_C_GetMontageManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_StopMontage_C_ReceiveExecuteAI \ +static_assert(alignof(BT_StopMontage_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BT_StopMontage_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BT_StopMontage_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BT_StopMontage_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BT_StopMontage_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BT_StopMontage_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BT_StopMontage_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage \ +static_assert(alignof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage) == 0x000008, "Wrong alignment on BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage"); \ +static_assert(sizeof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage) == 0x000028, "Wrong size on BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, EntryPoint) == 0x000000, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, K2Node_Event_OwnerController) == 0x000008, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, CallFunc_GetMontageManager_MontageManager) == 0x000018, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::CallFunc_GetMontageManager_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, CallFunc_GetMontageManager_Success) == 0x000020, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::CallFunc_GetMontageManager_Success' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000021, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage, CallFunc_Stop_ReturnValue) == 0x000022, "Member 'BT_StopMontage_C_ExecuteUbergraph_BT_StopMontage::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_StopMontage_C \ +static_assert(alignof(UBT_StopMontage_C) == 0x000008, "Wrong alignment on UBT_StopMontage_C"); \ +static_assert(sizeof(UBT_StopMontage_C) == 0x0000C0, "Wrong size on UBT_StopMontage_C"); \ +static_assert(offsetof(UBT_StopMontage_C, UberGraphFrame) == 0x0000A8, "Member 'UBT_StopMontage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_StopMontage_C, Key) == 0x0000B0, "Member 'UBT_StopMontage_C::Key' has a wrong offset!"); \ +static_assert(offsetof(UBT_StopMontage_C, BlendTime) == 0x0000B8, "Member 'UBT_StopMontage_C::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_RotUpdateCanInterruptBT_C_ReceiveActivation \ +static_assert(alignof(BTS_RotUpdateCanInterruptBT_C_ReceiveActivation) == 0x000008, "Wrong alignment on BTS_RotUpdateCanInterruptBT_C_ReceiveActivation"); \ +static_assert(sizeof(BTS_RotUpdateCanInterruptBT_C_ReceiveActivation) == 0x000008, "Wrong size on BTS_RotUpdateCanInterruptBT_C_ReceiveActivation"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ReceiveActivation, OwnerActor) == 0x000000, "Member 'BTS_RotUpdateCanInterruptBT_C_ReceiveActivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation \ +static_assert(alignof(BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation) == 0x000008, "Wrong alignment on BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation"); \ +static_assert(sizeof(BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation) == 0x000008, "Wrong size on BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation, OwnerActor) == 0x000000, "Member 'BTS_RotUpdateCanInterruptBT_C_ReceiveDeactivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT \ +static_assert(alignof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT) == 0x000008, "Wrong alignment on BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT"); \ +static_assert(sizeof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT) == 0x000068, "Wrong size on BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, EntryPoint) == 0x000000, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_Event_OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_AsController) == 0x000010, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_Event_OwnerActor_1) == 0x000020, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_AsController_1) == 0x000030, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_AsController_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_AsRot) == 0x000040, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_AsRot' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000050, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_AsRot_1) == 0x000058, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_AsRot_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTS_RotUpdateCanInterruptBT_C_ExecuteUbergraph_BTS_RotUpdateCanInterruptBT::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_RotUpdateCanInterruptBT_C \ +static_assert(alignof(UBTS_RotUpdateCanInterruptBT_C) == 0x000008, "Wrong alignment on UBTS_RotUpdateCanInterruptBT_C"); \ +static_assert(sizeof(UBTS_RotUpdateCanInterruptBT_C) == 0x0000A0, "Wrong size on UBTS_RotUpdateCanInterruptBT_C"); \ +static_assert(offsetof(UBTS_RotUpdateCanInterruptBT_C, UberGraphFrame) == 0x000098, "Member 'UBTS_RotUpdateCanInterruptBT_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FocusTarget_C_ReceiveExecuteAI \ +static_assert(alignof(BT_FocusTarget_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BT_FocusTarget_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BT_FocusTarget_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BT_FocusTarget_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BT_FocusTarget_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BT_FocusTarget_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_FocusTarget_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BT_FocusTarget_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget \ +static_assert(alignof(BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget) == 0x000008, "Wrong alignment on BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget"); \ +static_assert(sizeof(BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget) == 0x000020, "Wrong size on BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget"); \ +static_assert(offsetof(BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget, EntryPoint) == 0x000000, "Member 'BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget, K2Node_Event_OwnerController) == 0x000010, "Member 'BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BT_FocusTarget_C_ExecuteUbergraph_BT_FocusTarget::K2Node_Event_ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_FocusTarget_C \ +static_assert(alignof(UBT_FocusTarget_C) == 0x000008, "Wrong alignment on UBT_FocusTarget_C"); \ +static_assert(sizeof(UBT_FocusTarget_C) == 0x0000D8, "Wrong size on UBT_FocusTarget_C"); \ +static_assert(offsetof(UBT_FocusTarget_C, UberGraphFrame) == 0x0000A8, "Member 'UBT_FocusTarget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_FocusTarget_C, TargetKey) == 0x0000B0, "Member 'UBT_FocusTarget_C::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_ReceiveTickAI \ +static_assert(alignof(BT_ScopedFocus_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_ReceiveTickAI"); \ +static_assert(sizeof(BT_ScopedFocus_C_ReceiveTickAI) == 0x000018, "Wrong size on BT_ScopedFocus_C_ReceiveTickAI"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BT_ScopedFocus_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BT_ScopedFocus_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BT_ScopedFocus_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus \ +static_assert(alignof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus"); \ +static_assert(sizeof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus) == 0x000048, "Wrong size on BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, EntryPoint) == 0x000000, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_OwnerController_2) == 0x000008, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_ControlledPawn_2) == 0x000010, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, CallFunc_GetFocused_IsValid) == 0x000018, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::CallFunc_GetFocused_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_OwnerController_1) == 0x000020, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_ControlledPawn_1) == 0x000028, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_OwnerController) == 0x000030, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'BT_ScopedFocus_C_ExecuteUbergraph_BT_ScopedFocus::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_GetFocused \ +static_assert(alignof(BT_ScopedFocus_C_GetFocused) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_GetFocused"); \ +static_assert(sizeof(BT_ScopedFocus_C_GetFocused) == 0x000030, "Wrong size on BT_ScopedFocus_C_GetFocused"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, Controller) == 0x000000, "Member 'BT_ScopedFocus_C_GetFocused::Controller' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, IsValid) == 0x000008, "Member 'BT_ScopedFocus_C_GetFocused::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, K2Node_DynamicCast_AsEnemy_Base_Controller) == 0x000010, "Member 'BT_ScopedFocus_C_GetFocused::K2Node_DynamicCast_AsEnemy_Base_Controller' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BT_ScopedFocus_C_GetFocused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, CallFunc_GetTargetInfo_IsValid) == 0x000019, "Member 'BT_ScopedFocus_C_GetFocused::CallFunc_GetTargetInfo_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, CallFunc_GetTargetInfo_TargetedActor) == 0x000020, "Member 'BT_ScopedFocus_C_GetFocused::CallFunc_GetTargetInfo_TargetedActor' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_GetFocused, CallFunc_GetTargetInfo_ReturnValue) == 0x000028, "Member 'BT_ScopedFocus_C_GetFocused::CallFunc_GetTargetInfo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_Unfocus \ +static_assert(alignof(BT_ScopedFocus_C_Unfocus) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_Unfocus"); \ +static_assert(sizeof(BT_ScopedFocus_C_Unfocus) == 0x000018, "Wrong size on BT_ScopedFocus_C_Unfocus"); \ +static_assert(offsetof(BT_ScopedFocus_C_Unfocus, AIController) == 0x000000, "Member 'BT_ScopedFocus_C_Unfocus::AIController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Unfocus, K2Node_DynamicCast_AsAIBase_Controller) == 0x000008, "Member 'BT_ScopedFocus_C_Unfocus::K2Node_DynamicCast_AsAIBase_Controller' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Unfocus, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BT_ScopedFocus_C_Unfocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_Focus \ +static_assert(alignof(BT_ScopedFocus_C_Focus) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_Focus"); \ +static_assert(sizeof(BT_ScopedFocus_C_Focus) == 0x000058, "Wrong size on BT_ScopedFocus_C_Focus"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, AIController) == 0x000000, "Member 'BT_ScopedFocus_C_Focus::AIController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, Temp_bool_Variable) == 0x000008, "Member 'BT_ScopedFocus_C_Focus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, CallFunc_GetBlackboard_ReturnValue) == 0x000010, "Member 'BT_ScopedFocus_C_Focus::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, K2Node_DynamicCast_AsAIBase_Controller) == 0x000018, "Member 'BT_ScopedFocus_C_Focus::K2Node_DynamicCast_AsAIBase_Controller' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BT_ScopedFocus_C_Focus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, CallFunc_MakeLiteralName_ReturnValue) == 0x000024, "Member 'BT_ScopedFocus_C_Focus::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, CallFunc_GetValueAsObject_ReturnValue) == 0x000030, "Member 'BT_ScopedFocus_C_Focus::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, K2Node_DynamicCast_AsActor) == 0x000038, "Member 'BT_ScopedFocus_C_Focus::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BT_ScopedFocus_C_Focus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000048, "Member 'BT_ScopedFocus_C_Focus::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_Focus, K2Node_Select_Default) == 0x000050, "Member 'BT_ScopedFocus_C_Focus::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_ReceiveActivationAI \ +static_assert(alignof(BT_ScopedFocus_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_ReceiveActivationAI"); \ +static_assert(sizeof(BT_ScopedFocus_C_ReceiveActivationAI) == 0x000010, "Wrong size on BT_ScopedFocus_C_ReceiveActivationAI"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BT_ScopedFocus_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BT_ScopedFocus_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedFocus_C_ReceiveDeactivationAI \ +static_assert(alignof(BT_ScopedFocus_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BT_ScopedFocus_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BT_ScopedFocus_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BT_ScopedFocus_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BT_ScopedFocus_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedFocus_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BT_ScopedFocus_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_ScopedFocus_C \ +static_assert(alignof(UBT_ScopedFocus_C) == 0x000008, "Wrong alignment on UBT_ScopedFocus_C"); \ +static_assert(sizeof(UBT_ScopedFocus_C) == 0x0000D0, "Wrong size on UBT_ScopedFocus_C"); \ +static_assert(offsetof(UBT_ScopedFocus_C, UberGraphFrame) == 0x000098, "Member 'UBT_ScopedFocus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedFocus_C, ShouldFocus) == 0x0000A0, "Member 'UBT_ScopedFocus_C::ShouldFocus' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedFocus_C, ApplyToTargetting) == 0x0000A1, "Member 'UBT_ScopedFocus_C::ApplyToTargetting' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedFocus_C, PrevFocus) == 0x0000A2, "Member 'UBT_ScopedFocus_C::PrevFocus' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedFocus_C, UseTargetToFocusOverride) == 0x0000A3, "Member 'UBT_ScopedFocus_C::UseTargetToFocusOverride' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedFocus_C, TargetToFocusOverride) == 0x0000A8, "Member 'UBT_ScopedFocus_C::TargetToFocusOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedMovementSpeed_C_StoreInitialValues \ +static_assert(alignof(BT_ScopedMovementSpeed_C_StoreInitialValues) == 0x000008, "Wrong alignment on BT_ScopedMovementSpeed_C_StoreInitialValues"); \ +static_assert(sizeof(BT_ScopedMovementSpeed_C_StoreInitialValues) == 0x000010, "Wrong size on BT_ScopedMovementSpeed_C_StoreInitialValues"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_StoreInitialValues, MovementComponent) == 0x000000, "Member 'BT_ScopedMovementSpeed_C_StoreInitialValues::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_StoreInitialValues, CallFunc_GetMaxAcceleration_ReturnValue) == 0x000008, "Member 'BT_ScopedMovementSpeed_C_StoreInitialValues::CallFunc_GetMaxAcceleration_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedMovementSpeed_C_Unfocus \ +static_assert(alignof(BT_ScopedMovementSpeed_C_Unfocus) == 0x000008, "Wrong alignment on BT_ScopedMovementSpeed_C_Unfocus"); \ +static_assert(sizeof(BT_ScopedMovementSpeed_C_Unfocus) == 0x000008, "Wrong size on BT_ScopedMovementSpeed_C_Unfocus"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Unfocus, AIController) == 0x000000, "Member 'BT_ScopedMovementSpeed_C_Unfocus::AIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedMovementSpeed_C_Focus \ +static_assert(alignof(BT_ScopedMovementSpeed_C_Focus) == 0x000008, "Wrong alignment on BT_ScopedMovementSpeed_C_Focus"); \ +static_assert(sizeof(BT_ScopedMovementSpeed_C_Focus) == 0x000028, "Wrong size on BT_ScopedMovementSpeed_C_Focus"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Focus, AIController) == 0x000000, "Member 'BT_ScopedMovementSpeed_C_Focus::AIController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Focus, K2Node_DynamicCast_AsEnemy_Base_Controller) == 0x000008, "Member 'BT_ScopedMovementSpeed_C_Focus::K2Node_DynamicCast_AsEnemy_Base_Controller' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Focus, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BT_ScopedMovementSpeed_C_Focus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Focus, CallFunc_GetTargetInfo_IsValid) == 0x000011, "Member 'BT_ScopedMovementSpeed_C_Focus::CallFunc_GetTargetInfo_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Focus, CallFunc_GetTargetInfo_TargetedActor) == 0x000018, "Member 'BT_ScopedMovementSpeed_C_Focus::CallFunc_GetTargetInfo_TargetedActor' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_Focus, CallFunc_GetTargetInfo_ReturnValue) == 0x000020, "Member 'BT_ScopedMovementSpeed_C_Focus::CallFunc_GetTargetInfo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedMovementSpeed_C_ReceiveActivationAI \ +static_assert(alignof(BT_ScopedMovementSpeed_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BT_ScopedMovementSpeed_C_ReceiveActivationAI"); \ +static_assert(sizeof(BT_ScopedMovementSpeed_C_ReceiveActivationAI) == 0x000010, "Wrong size on BT_ScopedMovementSpeed_C_ReceiveActivationAI"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BT_ScopedMovementSpeed_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BT_ScopedMovementSpeed_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedMovementSpeed_C_ReceiveDeactivationAI \ +static_assert(alignof(BT_ScopedMovementSpeed_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BT_ScopedMovementSpeed_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BT_ScopedMovementSpeed_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BT_ScopedMovementSpeed_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BT_ScopedMovementSpeed_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BT_ScopedMovementSpeed_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed \ +static_assert(alignof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed) == 0x000008, "Wrong alignment on BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed"); \ +static_assert(sizeof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed) == 0x000048, "Wrong size on BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, EntryPoint) == 0x000000, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_Event_OwnerController) == 0x000008, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_Event_OwnerController_1) == 0x000028, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_Event_ControlledPawn_1) == 0x000030, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_DynamicCast_AsCharacter_1) == 0x000038, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BT_ScopedMovementSpeed_C_ExecuteUbergraph_BT_ScopedMovementSpeed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_ScopedMovementSpeed_C \ +static_assert(alignof(UBT_ScopedMovementSpeed_C) == 0x000008, "Wrong alignment on UBT_ScopedMovementSpeed_C"); \ +static_assert(sizeof(UBT_ScopedMovementSpeed_C) == 0x0000B8, "Wrong size on UBT_ScopedMovementSpeed_C"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, UberGraphFrame) == 0x000098, "Member 'UBT_ScopedMovementSpeed_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, MaxWalkSpeed) == 0x0000A0, "Member 'UBT_ScopedMovementSpeed_C::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, MaxAcceleration) == 0x0000A4, "Member 'UBT_ScopedMovementSpeed_C::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, BrakingDeceleration) == 0x0000A8, "Member 'UBT_ScopedMovementSpeed_C::BrakingDeceleration' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, InitialWalkSpeed) == 0x0000AC, "Member 'UBT_ScopedMovementSpeed_C::InitialWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, InitialAcceleration) == 0x0000B0, "Member 'UBT_ScopedMovementSpeed_C::InitialAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UBT_ScopedMovementSpeed_C, InitialBrakingDeceleration) == 0x0000B4, "Member 'UBT_ScopedMovementSpeed_C::InitialBrakingDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation \ +static_assert(alignof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation) == 0x000008, "Wrong alignment on BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation"); \ +static_assert(sizeof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation) == 0x000070, "Wrong size on BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, EntryPoint) == 0x000000, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_OwnerController) == 0x000030, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_DynamicCast_AsCharacter_1) == 0x000040, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_OwnerController_2) == 0x000050, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_Event_ControlledPawn_2) == 0x000058, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_DynamicCast_AsCharacter_2) == 0x000060, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTS_CharacterRotation_C_ExecuteUbergraph_BTS_CharacterRotation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_CharacterRotation_C_ApplySettings \ +static_assert(alignof(BTS_CharacterRotation_C_ApplySettings) == 0x000008, "Wrong alignment on BTS_CharacterRotation_C_ApplySettings"); \ +static_assert(sizeof(BTS_CharacterRotation_C_ApplySettings) == 0x000010, "Wrong size on BTS_CharacterRotation_C_ApplySettings"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ApplySettings, CharMove) == 0x000000, "Member 'BTS_CharacterRotation_C_ApplySettings::CharMove' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ApplySettings, AllowRootMotion) == 0x000008, "Member 'BTS_CharacterRotation_C_ApplySettings::AllowRootMotion' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ApplySettings, OrientToVel) == 0x000009, "Member 'BTS_CharacterRotation_C_ApplySettings::OrientToVel' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ApplySettings, UseControllerRot) == 0x00000A, "Member 'BTS_CharacterRotation_C_ApplySettings::UseControllerRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_CharacterRotation_C_ReceiveActivationAI \ +static_assert(alignof(BTS_CharacterRotation_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_CharacterRotation_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_CharacterRotation_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_CharacterRotation_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_CharacterRotation_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_CharacterRotation_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_CharacterRotation_C_ReceiveTickAI \ +static_assert(alignof(BTS_CharacterRotation_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_CharacterRotation_C_ReceiveTickAI"); \ +static_assert(sizeof(BTS_CharacterRotation_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_CharacterRotation_C_ReceiveTickAI"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_CharacterRotation_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_CharacterRotation_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_CharacterRotation_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_CharacterRotation_C_ReceiveDeactivationAI \ +static_assert(alignof(BTS_CharacterRotation_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_CharacterRotation_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTS_CharacterRotation_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_CharacterRotation_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_CharacterRotation_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_CharacterRotation_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_CharacterRotation_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_CharacterRotation_C \ +static_assert(alignof(UBTS_CharacterRotation_C) == 0x000008, "Wrong alignment on UBTS_CharacterRotation_C"); \ +static_assert(sizeof(UBTS_CharacterRotation_C) == 0x0000A8, "Wrong size on UBTS_CharacterRotation_C"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, UberGraphFrame) == 0x000098, "Member 'UBTS_CharacterRotation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, PrevAllowRootMotionRotation) == 0x0000A0, "Member 'UBTS_CharacterRotation_C::PrevAllowRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, PrevOrientTowardVelocity) == 0x0000A1, "Member 'UBTS_CharacterRotation_C::PrevOrientTowardVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, PrevUseControllerDesiredRotation) == 0x0000A2, "Member 'UBTS_CharacterRotation_C::PrevUseControllerDesiredRotation' has a wrong offset!"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, AllowRootMotionRotation) == 0x0000A3, "Member 'UBTS_CharacterRotation_C::AllowRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, OrientTowardVelocity) == 0x0000A4, "Member 'UBTS_CharacterRotation_C::OrientTowardVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBTS_CharacterRotation_C, UseControllerDesiredRotation) == 0x0000A5, "Member 'UBTS_CharacterRotation_C::UseControllerDesiredRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MapPlane_C \ +static_assert(alignof(ABP_MapPlane_C) == 0x000008, "Wrong alignment on ABP_MapPlane_C"); \ +static_assert(sizeof(ABP_MapPlane_C) == 0x000248, "Wrong size on ABP_MapPlane_C"); \ +static_assert(offsetof(ABP_MapPlane_C, YMax) == 0x000228, "Member 'ABP_MapPlane_C::YMax' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPlane_C, XMax) == 0x000230, "Member 'ABP_MapPlane_C::XMax' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPlane_C, Plane) == 0x000238, "Member 'ABP_MapPlane_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPlane_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_MapPlane_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_WaitOnCombatEnd_C_ReceiveTick \ +static_assert(alignof(BTT_WaitOnCombatEnd_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_WaitOnCombatEnd_C_ReceiveTick"); \ +static_assert(sizeof(BTT_WaitOnCombatEnd_C_ReceiveTick) == 0x000010, "Wrong size on BTT_WaitOnCombatEnd_C_ReceiveTick"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_WaitOnCombatEnd_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_WaitOnCombatEnd_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd \ +static_assert(alignof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd) == 0x000008, "Wrong alignment on BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd"); \ +static_assert(sizeof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd) == 0x000028, "Wrong size on BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd, EntryPoint) == 0x000000, "Member 'BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd::K2Node_Event_OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000018, "Member 'BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd, CallFunc_IsInCombat_ReturnValue) == 0x000021, "Member 'BTT_WaitOnCombatEnd_C_ExecuteUbergraph_BTT_WaitOnCombatEnd::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_WaitOnCombatEnd_C \ +static_assert(alignof(UBTT_WaitOnCombatEnd_C) == 0x000008, "Wrong alignment on UBTT_WaitOnCombatEnd_C"); \ +static_assert(sizeof(UBTT_WaitOnCombatEnd_C) == 0x0000B0, "Wrong size on UBTT_WaitOnCombatEnd_C"); \ +static_assert(offsetof(UBTT_WaitOnCombatEnd_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_WaitOnCombatEnd_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocityIfMoving_C_IsMoving \ +static_assert(alignof(BTS_OrientToVelocityIfMoving_C_IsMoving) == 0x000008, "Wrong alignment on BTS_OrientToVelocityIfMoving_C_IsMoving"); \ +static_assert(sizeof(BTS_OrientToVelocityIfMoving_C_IsMoving) == 0x000038, "Wrong size on BTS_OrientToVelocityIfMoving_C_IsMoving"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, Target) == 0x000000, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::Target' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, DeltaTime) == 0x000008, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, ReturnValue) == 0x00000C, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00001C, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, CallFunc_VSizeSquared_ReturnValue) == 0x00002C, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_IsMoving, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'BTS_OrientToVelocityIfMoving_C_IsMoving::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocityIfMoving_C_ApplySettings \ +static_assert(alignof(BTS_OrientToVelocityIfMoving_C_ApplySettings) == 0x000008, "Wrong alignment on BTS_OrientToVelocityIfMoving_C_ApplySettings"); \ +static_assert(sizeof(BTS_OrientToVelocityIfMoving_C_ApplySettings) == 0x000010, "Wrong size on BTS_OrientToVelocityIfMoving_C_ApplySettings"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ApplySettings, CharMove) == 0x000000, "Member 'BTS_OrientToVelocityIfMoving_C_ApplySettings::CharMove' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ApplySettings, AllowRootMotion) == 0x000008, "Member 'BTS_OrientToVelocityIfMoving_C_ApplySettings::AllowRootMotion' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ApplySettings, OrientToVel) == 0x000009, "Member 'BTS_OrientToVelocityIfMoving_C_ApplySettings::OrientToVel' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ApplySettings, UseControllerRot) == 0x00000A, "Member 'BTS_OrientToVelocityIfMoving_C_ApplySettings::UseControllerRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI \ +static_assert(alignof(BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocityIfMoving_C_ReceiveTickAI \ +static_assert(alignof(BTS_OrientToVelocityIfMoving_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_OrientToVelocityIfMoving_C_ReceiveTickAI"); \ +static_assert(sizeof(BTS_OrientToVelocityIfMoving_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_OrientToVelocityIfMoving_C_ReceiveTickAI"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI \ +static_assert(alignof(BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_OrientToVelocityIfMoving_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving \ +static_assert(alignof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving) == 0x000008, "Wrong alignment on BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving"); \ +static_assert(sizeof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving) == 0x0000A8, "Wrong size on BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, EntryPoint) == 0x000000, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, Temp_object_Variable) == 0x000008, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_OwnerController_2) == 0x000010, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_ControlledPawn_2) == 0x000018, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, CallFunc_GetFocusActor_ReturnValue) == 0x000030, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::CallFunc_GetFocusActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_OwnerController_1) == 0x000048, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_ControlledPawn_1) == 0x000050, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_DeltaSeconds) == 0x000058, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_OwnerController) == 0x000060, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Event_ControlledPawn) == 0x000068, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_DynamicCast_AsCharacter_1) == 0x000070, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_DynamicCast_AsCharacter_2) == 0x000080, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00008C, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, CallFunc_IsMoving_ReturnValue) == 0x000098, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::CallFunc_IsMoving_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, Temp_bool_Variable) == 0x00009A, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving, K2Node_Select_Default) == 0x0000A0, "Member 'BTS_OrientToVelocityIfMoving_C_ExecuteUbergraph_BTS_OrientToVelocityIfMoving::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTS_OrientToVelocityIfMoving_C \ +static_assert(alignof(UBTS_OrientToVelocityIfMoving_C) == 0x000008, "Wrong alignment on UBTS_OrientToVelocityIfMoving_C"); \ +static_assert(sizeof(UBTS_OrientToVelocityIfMoving_C) == 0x0000C8, "Wrong size on UBTS_OrientToVelocityIfMoving_C"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, UberGraphFrame) == 0x000098, "Member 'UBTS_OrientToVelocityIfMoving_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, PrevOrientTowardVelocity) == 0x0000A0, "Member 'UBTS_OrientToVelocityIfMoving_C::PrevOrientTowardVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, PrevUseControllerDesiredRotation) == 0x0000A1, "Member 'UBTS_OrientToVelocityIfMoving_C::PrevUseControllerDesiredRotation' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, PrevFocus) == 0x0000A8, "Member 'UBTS_OrientToVelocityIfMoving_C::PrevFocus' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, VelocityThreshold) == 0x0000B0, "Member 'UBTS_OrientToVelocityIfMoving_C::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, PrevPosition) == 0x0000B4, "Member 'UBTS_OrientToVelocityIfMoving_C::PrevPosition' has a wrong offset!"); \ +static_assert(offsetof(UBTS_OrientToVelocityIfMoving_C, PrevUseControllerRotYaw) == 0x0000C0, "Member 'UBTS_OrientToVelocityIfMoving_C::PrevUseControllerRotYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_UnfocusTarget_C_ReceiveExecuteAI \ +static_assert(alignof(BT_UnfocusTarget_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BT_UnfocusTarget_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BT_UnfocusTarget_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BT_UnfocusTarget_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BT_UnfocusTarget_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BT_UnfocusTarget_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_UnfocusTarget_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BT_UnfocusTarget_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget \ +static_assert(alignof(BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget) == 0x000008, "Wrong alignment on BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget"); \ +static_assert(sizeof(BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget) == 0x000018, "Wrong size on BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget"); \ +static_assert(offsetof(BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget, EntryPoint) == 0x000000, "Member 'BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget, K2Node_Event_OwnerController) == 0x000008, "Member 'BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BT_UnfocusTarget_C_ExecuteUbergraph_BT_UnfocusTarget::K2Node_Event_ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_UnfocusTarget_C \ +static_assert(alignof(UBT_UnfocusTarget_C) == 0x000008, "Wrong alignment on UBT_UnfocusTarget_C"); \ +static_assert(sizeof(UBT_UnfocusTarget_C) == 0x0000B0, "Wrong size on UBT_UnfocusTarget_C"); \ +static_assert(offsetof(UBT_UnfocusTarget_C, UberGraphFrame) == 0x0000A8, "Member 'UBT_UnfocusTarget_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NativeUltraDynamicSky_C_UserConstructionScript \ +static_assert(alignof(BP_NativeUltraDynamicSky_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_NativeUltraDynamicSky_C_UserConstructionScript"); \ +static_assert(sizeof(BP_NativeUltraDynamicSky_C_UserConstructionScript) == 0x000018, "Wrong size on BP_NativeUltraDynamicSky_C_UserConstructionScript"); \ +static_assert(offsetof(BP_NativeUltraDynamicSky_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_NativeUltraDynamicSky_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NativeUltraDynamicSky_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_NativeUltraDynamicSky_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NativeUltraDynamicSky_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000010, "Member 'BP_NativeUltraDynamicSky_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NativeUltraDynamicSky_C \ +static_assert(alignof(ABP_NativeUltraDynamicSky_C) == 0x000008, "Wrong alignment on ABP_NativeUltraDynamicSky_C"); \ +static_assert(sizeof(ABP_NativeUltraDynamicSky_C) == 0x000500, "Wrong size on ABP_NativeUltraDynamicSky_C"); \ + +#define DUMPER7_ASSERTS_WBP_SaveIcon_C_ShowIcon \ +static_assert(alignof(WBP_SaveIcon_C_ShowIcon) == 0x000008, "Wrong alignment on WBP_SaveIcon_C_ShowIcon"); \ +static_assert(sizeof(WBP_SaveIcon_C_ShowIcon) == 0x000018, "Wrong size on WBP_SaveIcon_C_ShowIcon"); \ +static_assert(offsetof(WBP_SaveIcon_C_ShowIcon, Text) == 0x000000, "Member 'WBP_SaveIcon_C_ShowIcon::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon \ +static_assert(alignof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon) == 0x000008, "Wrong alignment on WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon"); \ +static_assert(sizeof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon) == 0x000058, "Wrong size on WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, EntryPoint) == 0x000000, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, K2Node_CustomEvent_Text) == 0x000028, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, CallFunc_PlayAnimation_ReturnValue_1) == 0x000048, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon, CallFunc_GetSaveDataManager_ReturnValue) == 0x000050, "Member 'WBP_SaveIcon_C_ExecuteUbergraph_WBP_SaveIcon::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SaveIcon_C \ +static_assert(alignof(UWBP_SaveIcon_C) == 0x000008, "Wrong alignment on UWBP_SaveIcon_C"); \ +static_assert(sizeof(UWBP_SaveIcon_C) == 0x000288, "Wrong size on UWBP_SaveIcon_C"); \ +static_assert(offsetof(UWBP_SaveIcon_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SaveIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveIcon_C, FadeOut) == 0x000268, "Member 'UWBP_SaveIcon_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveIcon_C, FadeIn) == 0x000270, "Member 'UWBP_SaveIcon_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveIcon_C, HBox) == 0x000278, "Member 'UWBP_SaveIcon_C::HBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveIcon_C, SaveLoadText) == 0x000280, "Member 'UWBP_SaveIcon_C::SaveLoadText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KenaStatus_C \ +static_assert(alignof(UWBP_KenaStatus_C) == 0x000008, "Wrong alignment on UWBP_KenaStatus_C"); \ +static_assert(sizeof(UWBP_KenaStatus_C) == 0x000278, "Wrong size on UWBP_KenaStatus_C"); \ +static_assert(offsetof(UWBP_KenaStatus_C, HealthBar) == 0x000260, "Member 'UWBP_KenaStatus_C::HealthBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaStatus_C, RotBar) == 0x000268, "Member 'UWBP_KenaStatus_C::RotBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaStatus_C, ShieldHealthbar) == 0x000270, "Member 'UWBP_KenaStatus_C::ShieldHealthbar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd \ +static_assert(alignof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd) == 0x000048, "Wrong size on BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_AsRot) == 0x000020, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_AsRot' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_AsMochi_Pickup) == 0x000038, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_AsMochi_Pickup' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd, CallFunc_HandlePickedUp_ReturnValue) == 0x000041, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyEnd::CallFunc_HandlePickedUp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin \ +static_assert(alignof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin) == 0x000058, "Wrong size on BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsRot) == 0x000020, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsRot' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsMochi_Pickup) == 0x000038, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsMochi_Pickup' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Pickup_Stinky_Fruit) == 0x000048, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Pickup_Stinky_Fruit' has a wrong offset!"); \ +static_assert(offsetof(BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BP_RotEatStinkyFruit_NotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RotEatStinkyFruit_NotifyState_C \ +static_assert(alignof(UBP_RotEatStinkyFruit_NotifyState_C) == 0x000008, "Wrong alignment on UBP_RotEatStinkyFruit_NotifyState_C"); \ +static_assert(sizeof(UBP_RotEatStinkyFruit_NotifyState_C) == 0x000038, "Wrong size on UBP_RotEatStinkyFruit_NotifyState_C"); \ +static_assert(offsetof(UBP_RotEatStinkyFruit_NotifyState_C, CarrySnapSocket) == 0x000030, "Member 'UBP_RotEatStinkyFruit_NotifyState_C::CarrySnapSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_WarriorMask_C \ +static_assert(alignof(ABP_CM_Hat_WarriorMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_WarriorMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_WarriorMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_WarriorMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_WarriorMask_C, mask) == 0x000238, "Member 'ABP_CM_Hat_WarriorMask_C::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__ArrowDetector_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_PickedUp \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_PickedUp) == 0x000008, "Wrong alignment on BP_Pickup_StinkyFruit_C_PickedUp"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_PickedUp) == 0x000008, "Wrong size on BP_Pickup_StinkyFruit_C_PickedUp"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_PickedUp, Gatherer) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_PickedUp::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature) == 0x000004, "Wrong alignment on BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature) == 0x000008, "Wrong size on BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature, FromNum) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature::FromNum' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature, ToNum) == 0x000004, "Member 'BP_Pickup_StinkyFruit_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_3_RotOwnerNumChanged__DelegateSignature::ToNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_ReceiveEndPlay \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Pickup_StinkyFruit_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Pickup_StinkyFruit_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit) == 0x000008, "Wrong alignment on BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit) == 0x000440, "Wrong size on BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, EntryPoint) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_delegate_Variable) == 0x000004, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_struct_Variable) == 0x000028, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_int_Variable) == 0x000040, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000048, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000050, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000058, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000060, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_Hit_1) == 0x00006C, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000F4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_HitComponent) == 0x0000F8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_OtherActor) == 0x000100, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_OtherComp) == 0x000108, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000110, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_Hit) == 0x00011C, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_bool_Has_Been_Initd_Variable) == 0x0001A4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_GetGlobalRotManager_ReturnValue) == 0x0001A8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_Event_Gatherer) == 0x0001B0, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_Event_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_self_CastInput) == 0x0001B8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x0001C8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_OutRots) == 0x0001D8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_ReturnValue) == 0x0001E8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001EC, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_bool_IsClosed_Variable) == 0x000274, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_delegate_Variable_1) == 0x000278, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000288, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_PostEventAtLocation_ReturnValue) == 0x000294, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_MakeArray_Array) == 0x000298, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_struct_Variable_1) == 0x0002A8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x0002B8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0002C0, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002C4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_PostEvent_ReturnValue) == 0x0002D4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0002D8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_PostEvent_ReturnValue_1) == 0x0002E0, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_delegate_Variable_2) == 0x0002E4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002F4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000308, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_GetGlobalRotManager_ReturnValue_2) == 0x000310, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_GetGlobalRotManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_GetRotCloud_ReturnValue) == 0x000318, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_GetIsSummoned_ReturnValue) == 0x000320, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_BooleanAND_ReturnValue) == 0x000321, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_Not_PreBool_ReturnValue) == 0x000322, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_BooleanAND_ReturnValue_1) == 0x000323, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000324, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0003AC, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_ShouldStopFallingSim_Stop_Sim) == 0x0003AD, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_ShouldStopFallingSim_Stop_Sim' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_Add_IntInt_ReturnValue) == 0x0003B0, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_BooleanNOR_ReturnValue) == 0x0003B4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_BooleanNOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, Temp_struct_Variable_2) == 0x0003B8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_PostEvent_ReturnValue_2) == 0x0003C8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_FromNum) == 0x0003CC, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_FromNum' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_ComponentBoundEvent_ToNum) == 0x0003D0, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_ComponentBoundEvent_ToNum' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_Greater_IntInt_ReturnValue) == 0x0003D4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003D5, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_BooleanAND_ReturnValue_2) == 0x0003D6, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003D8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0003E8, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_HandlePickedUp_ReturnValue) == 0x0003F0, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_HandlePickedUp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_Event_EndPlayReason) == 0x0003F1, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_IsFirstInitialization_ReturnValue) == 0x0003F2, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_IsFirstInitialization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0003F4, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, K2Node_CreateDelegate_OutputDelegate_4) == 0x000400, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_FindRotOwnerByPredicate_ReturnValue) == 0x000410, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_FindRotOwnerByPredicate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_NewOwner_CastInput_1) == 0x000418, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_NewOwner_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_OutRots_1) == 0x000428, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_OutRots_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_TryGiveAnyRot_ReturnValue_1) == 0x000438, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_TryGiveAnyRot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit, CallFunc_IsValid_ReturnValue) == 0x000439, "Member 'BP_Pickup_StinkyFruit_C_ExecuteUbergraph_BP_Pickup_StinkyFruit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_FindSourceRotOwner \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner) == 0x000008, "Wrong alignment on BP_Pickup_StinkyFruit_C_FindSourceRotOwner"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner) == 0x000048, "Wrong size on BP_Pickup_StinkyFruit_C_FindSourceRotOwner"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, RotOwner_0) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::RotOwner_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, ReturnValue) == 0x000008, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, CallFunc_GetNumRots_ReturnValue) == 0x00000C, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, CallFunc_GetRotMovement_ReturnValue) == 0x000010, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::CallFunc_GetRotMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, K2Node_DynamicCast_AsRot_Poof_to_POIComponent) == 0x000020, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::K2Node_DynamicCast_AsRot_Poof_to_POIComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, K2Node_DynamicCast_AsKena_Character) == 0x000038, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, CallFunc_BooleanOR_ReturnValue) == 0x000041, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_FindSourceRotOwner, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'BP_Pickup_StinkyFruit_C_FindSourceRotOwner::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot) == 0x000008, "Wrong alignment on BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot) == 0x000038, "Wrong size on BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, Rot) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::Rot' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, FoundRot) == 0x000008, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::FoundRot' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, CallFunc_GetPlayerFollowRotOwner_ReturnValue) == 0x000018, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::CallFunc_GetPlayerFollowRotOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'BP_Pickup_StinkyFruit_C_TryGetPlayerOwnedRot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_ShouldStopFallingSim \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim) == 0x000004, "Wrong alignment on BP_Pickup_StinkyFruit_C_ShouldStopFallingSim"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim) == 0x000024, "Wrong size on BP_Pickup_StinkyFruit_C_ShouldStopFallingSim"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, Stop_Sim) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::Stop_Sim' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000001, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000004, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_BreakVector_Y) == 0x000014, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_Abs_ReturnValue) == 0x00001C, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_ShouldStopFallingSim, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'BP_Pickup_StinkyFruit_C_ShouldStopFallingSim::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_UserConstructionScript \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_Pickup_StinkyFruit_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_UserConstructionScript) == 0x000030, "Wrong size on BP_Pickup_StinkyFruit_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_UserConstructionScript, CallFunc_GetTransform_ReturnValue) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_UserConstructionScript::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pickup_StinkyFruit_C_CanBeEaten \ +static_assert(alignof(BP_Pickup_StinkyFruit_C_CanBeEaten) == 0x000004, "Wrong alignment on BP_Pickup_StinkyFruit_C_CanBeEaten"); \ +static_assert(sizeof(BP_Pickup_StinkyFruit_C_CanBeEaten) == 0x00000C, "Wrong size on BP_Pickup_StinkyFruit_C_CanBeEaten"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_CanBeEaten, ReturnValue) == 0x000000, "Member 'BP_Pickup_StinkyFruit_C_CanBeEaten::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_CanBeEaten, CallFunc_GetNumRots_ReturnValue) == 0x000004, "Member 'BP_Pickup_StinkyFruit_C_CanBeEaten::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_CanBeEaten, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_Pickup_StinkyFruit_C_CanBeEaten::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_CanBeEaten, CallFunc_Greater_IntInt_ReturnValue) == 0x000009, "Member 'BP_Pickup_StinkyFruit_C_CanBeEaten::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pickup_StinkyFruit_C_CanBeEaten, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'BP_Pickup_StinkyFruit_C_CanBeEaten::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pickup_StinkyFruit_C \ +static_assert(alignof(ABP_Pickup_StinkyFruit_C) == 0x000010, "Wrong alignment on ABP_Pickup_StinkyFruit_C"); \ +static_assert(sizeof(ABP_Pickup_StinkyFruit_C) == 0x000340, "Wrong size on ABP_Pickup_StinkyFruit_C"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, UberGraphFrame) == 0x000270, "Member 'ABP_Pickup_StinkyFruit_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, BurstParticles) == 0x000278, "Member 'ABP_Pickup_StinkyFruit_C::BurstParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, HurtboxManager) == 0x000280, "Member 'ABP_Pickup_StinkyFruit_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, RotMoveByAIFollow) == 0x000288, "Member 'ABP_Pickup_StinkyFruit_C::RotMoveByAIFollow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, RotOwner) == 0x000290, "Member 'ABP_Pickup_StinkyFruit_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, SaveGame) == 0x000298, "Member 'ABP_Pickup_StinkyFruit_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, ArrowCollider) == 0x0002A0, "Member 'ABP_Pickup_StinkyFruit_C::ArrowCollider' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, RotBondGranting) == 0x0002A8, "Member 'ABP_Pickup_StinkyFruit_C::RotBondGranting' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, StaticMesh) == 0x0002B0, "Member 'ABP_Pickup_StinkyFruit_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, Box) == 0x0002B8, "Member 'ABP_Pickup_StinkyFruit_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, IsHanging) == 0x0002C0, "Member 'ABP_Pickup_StinkyFruit_C::IsHanging' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, WasShotDown) == 0x0002C1, "Member 'ABP_Pickup_StinkyFruit_C::WasShotDown' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, WasEaten) == 0x0002C2, "Member 'ABP_Pickup_StinkyFruit_C::WasEaten' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, HitGround) == 0x0002C3, "Member 'ABP_Pickup_StinkyFruit_C::HitGround' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, Timer) == 0x0002C8, "Member 'ABP_Pickup_StinkyFruit_C::Timer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, StartSize) == 0x0002D0, "Member 'ABP_Pickup_StinkyFruit_C::StartSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, IsCollected) == 0x0002DC, "Member 'ABP_Pickup_StinkyFruit_C::IsCollected' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, IsAttachedToRot) == 0x0002DD, "Member 'ABP_Pickup_StinkyFruit_C::IsAttachedToRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, SplashMinColor) == 0x0002E0, "Member 'ABP_Pickup_StinkyFruit_C::SplashMinColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, SplashMaxColor) == 0x0002F0, "Member 'ABP_Pickup_StinkyFruit_C::SplashMaxColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, StartTransform) == 0x000300, "Member 'ABP_Pickup_StinkyFruit_C::StartTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pickup_StinkyFruit_C, StopFallingSimAttempts) == 0x000330, "Member 'ABP_Pickup_StinkyFruit_C::StopFallingSimAttempts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist \ +static_assert(alignof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist) == 0x000008, "Wrong alignment on BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist"); \ +static_assert(sizeof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist) == 0x000020, "Wrong size on BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist, EntryPoint) == 0x000000, "Member 'BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsCombatCameraAssist_C_ExecuteUbergraph_BP_OptionsCombatCameraAssist::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCombatCameraAssist_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsCombatCameraAssist_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsCombatCameraAssist_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsCombatCameraAssist_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsCombatCameraAssist_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsCombatCameraAssist_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsCombatCameraAssist_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCombatCameraAssist_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsCombatCameraAssist_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsCombatCameraAssist_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsCombatCameraAssist_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsCombatCameraAssist_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsCombatCameraAssist_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue, CallFunc_GetDefaultCombatCameraAssistEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsCombatCameraAssist_C_GetDefaultIntValue::CallFunc_GetDefaultCombatCameraAssistEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsCombatCameraAssist_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCombatCameraAssist_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsCombatCameraAssist_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsCombatCameraAssist_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsCombatCameraAssist_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsCombatCameraAssist_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsCombatCameraAssist_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue, CallFunc_GetCombatCameraAssistEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsCombatCameraAssist_C_GetAppliedIntValue::CallFunc_GetCombatCameraAssistEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCombatCameraAssist_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsCombatCameraAssist_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsCombatCameraAssist_C \ +static_assert(alignof(UBP_OptionsCombatCameraAssist_C) == 0x000008, "Wrong alignment on UBP_OptionsCombatCameraAssist_C"); \ +static_assert(sizeof(UBP_OptionsCombatCameraAssist_C) == 0x000030, "Wrong size on UBP_OptionsCombatCameraAssist_C"); \ +static_assert(offsetof(UBP_OptionsCombatCameraAssist_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsCombatCameraAssist_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_RefreshDebugVisibility \ +static_assert(alignof(BP_Checkpoint_C_RefreshDebugVisibility) == 0x000008, "Wrong alignment on BP_Checkpoint_C_RefreshDebugVisibility"); \ +static_assert(sizeof(BP_Checkpoint_C_RefreshDebugVisibility) == 0x000018, "Wrong size on BP_Checkpoint_C_RefreshDebugVisibility"); \ +static_assert(offsetof(BP_Checkpoint_C_RefreshDebugVisibility, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'BP_Checkpoint_C_RefreshDebugVisibility::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_RefreshDebugVisibility, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000008, "Member 'BP_Checkpoint_C_RefreshDebugVisibility::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_RefreshDebugVisibility, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Checkpoint_C_RefreshDebugVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_RefreshDebugVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_Checkpoint_C_RefreshDebugVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_VLog \ +static_assert(alignof(BP_Checkpoint_C_VLog) == 0x000008, "Wrong alignment on BP_Checkpoint_C_VLog"); \ +static_assert(sizeof(BP_Checkpoint_C_VLog) == 0x000050, "Wrong size on BP_Checkpoint_C_VLog"); \ +static_assert(offsetof(BP_Checkpoint_C_VLog, PostText) == 0x000000, "Member 'BP_Checkpoint_C_VLog::PostText' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_VLog, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_Checkpoint_C_VLog::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_VLog, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_Checkpoint_C_VLog::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_VLog, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_Checkpoint_C_VLog::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_VLog, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_Checkpoint_C_VLog::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_SetCheckpointEnabledInternal \ +static_assert(alignof(BP_Checkpoint_C_SetCheckpointEnabledInternal) == 0x000001, "Wrong alignment on BP_Checkpoint_C_SetCheckpointEnabledInternal"); \ +static_assert(sizeof(BP_Checkpoint_C_SetCheckpointEnabledInternal) == 0x000005, "Wrong size on BP_Checkpoint_C_SetCheckpointEnabledInternal"); \ +static_assert(offsetof(BP_Checkpoint_C_SetCheckpointEnabledInternal, IsEnabled) == 0x000000, "Member 'BP_Checkpoint_C_SetCheckpointEnabledInternal::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_SetCheckpointEnabledInternal, Temp_bool_Variable) == 0x000001, "Member 'BP_Checkpoint_C_SetCheckpointEnabledInternal::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_SetCheckpointEnabledInternal, Temp_byte_Variable) == 0x000002, "Member 'BP_Checkpoint_C_SetCheckpointEnabledInternal::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_SetCheckpointEnabledInternal, Temp_byte_Variable_1) == 0x000003, "Member 'BP_Checkpoint_C_SetCheckpointEnabledInternal::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Checkpoint_C_SetCheckpointEnabledInternal, K2Node_Select_Default) == 0x000004, "Member 'BP_Checkpoint_C_SetCheckpointEnabledInternal::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_SetCheckpointEnabled \ +static_assert(alignof(BP_Checkpoint_C_SetCheckpointEnabled) == 0x000008, "Wrong alignment on BP_Checkpoint_C_SetCheckpointEnabled"); \ +static_assert(sizeof(BP_Checkpoint_C_SetCheckpointEnabled) == 0x000008, "Wrong size on BP_Checkpoint_C_SetCheckpointEnabled"); \ +static_assert(offsetof(BP_Checkpoint_C_SetCheckpointEnabled, BoolParams) == 0x000000, "Member 'BP_Checkpoint_C_SetCheckpointEnabled::BoolParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint \ +static_assert(alignof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint) == 0x000004, "Wrong alignment on BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint"); \ +static_assert(sizeof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint) == 0x000004, "Wrong size on BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint"); \ +static_assert(offsetof(BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint, EntryPoint) == 0x000000, "Member 'BP_Checkpoint_C_ExecuteUbergraph_BP_Checkpoint::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Checkpoint_C \ +static_assert(alignof(ABP_Checkpoint_C) == 0x000008, "Wrong alignment on ABP_Checkpoint_C"); \ +static_assert(sizeof(ABP_Checkpoint_C) == 0x000308, "Wrong size on ABP_Checkpoint_C"); \ +static_assert(offsetof(ABP_Checkpoint_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_Checkpoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, KenaCapsuleRef) == 0x0002C8, "Member 'ABP_Checkpoint_C::KenaCapsuleRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, DebugCube) == 0x0002D0, "Member 'ABP_Checkpoint_C::DebugCube' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, MochiAudio) == 0x0002D8, "Member 'ABP_Checkpoint_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, Flame) == 0x0002E0, "Member 'ABP_Checkpoint_C::Flame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, LightIntensity) == 0x0002E8, "Member 'ABP_Checkpoint_C::LightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, SpawnParticles) == 0x0002EC, "Member 'ABP_Checkpoint_C::SpawnParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, OnCheckpointActivate) == 0x0002F0, "Member 'ABP_Checkpoint_C::OnCheckpointActivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, BeginEnabled) == 0x000300, "Member 'ABP_Checkpoint_C::BeginEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_Checkpoint_C, AreaLightIntensity) == 0x000304, "Member 'ABP_Checkpoint_C::AreaLightIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiSlider_C_OnFocusReceived \ +static_assert(alignof(WBP_MochiSlider_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_MochiSlider_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_MochiSlider_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_MochiSlider_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_MochiSlider_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_MochiSlider_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_MochiSlider_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_MochiSlider_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_MochiSlider_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiSlider_C_Tick \ +static_assert(alignof(WBP_MochiSlider_C_Tick) == 0x000004, "Wrong alignment on WBP_MochiSlider_C_Tick"); \ +static_assert(sizeof(WBP_MochiSlider_C_Tick) == 0x00003C, "Wrong size on WBP_MochiSlider_C_Tick"); \ +static_assert(offsetof(WBP_MochiSlider_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_MochiSlider_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_MochiSlider_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'WBP_MochiSlider_C_BndEvt__Slider_60_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider \ +static_assert(alignof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider) == 0x000008, "Wrong alignment on WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider"); \ +static_assert(sizeof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider) == 0x000058, "Wrong size on WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, EntryPoint) == 0x000000, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, K2Node_Event_MyGeometry) == 0x000008, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, K2Node_Event_InDeltaTime) == 0x000040, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, K2Node_ComponentBoundEvent_Value) == 0x000044, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider, CallFunc_HasUserFocus_ReturnValue) == 0x000050, "Member 'WBP_MochiSlider_C_ExecuteUbergraph_WBP_MochiSlider::CallFunc_HasUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MochiSlider_C \ +static_assert(alignof(UWBP_MochiSlider_C) == 0x000008, "Wrong alignment on UWBP_MochiSlider_C"); \ +static_assert(sizeof(UWBP_MochiSlider_C) == 0x000298, "Wrong size on UWBP_MochiSlider_C"); \ +static_assert(offsetof(UWBP_MochiSlider_C, UberGraphFrame) == 0x000260, "Member 'UWBP_MochiSlider_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiSlider_C, MochiSlider) == 0x000268, "Member 'UWBP_MochiSlider_C::MochiSlider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiSlider_C, OnFocused) == 0x000270, "Member 'UWBP_MochiSlider_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiSlider_C, OnValueChanged) == 0x000280, "Member 'UWBP_MochiSlider_C::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiSlider_C, SliderMinValue) == 0x000290, "Member 'UWBP_MochiSlider_C::SliderMinValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiSlider_C, SliderMaxValue) == 0x000294, "Member 'UWBP_MochiSlider_C::SliderMaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PMSettings_Basic_C \ +static_assert(alignof(UWBP_PMSettings_Basic_C) == 0x000008, "Wrong alignment on UWBP_PMSettings_Basic_C"); \ +static_assert(sizeof(UWBP_PMSettings_Basic_C) == 0x0002E0, "Wrong size on UWBP_PMSettings_Basic_C"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_CharmInstant \ +static_assert(alignof(BP_Staff_Base_C_CharmInstant) == 0x000004, "Wrong alignment on BP_Staff_Base_C_CharmInstant"); \ +static_assert(sizeof(BP_Staff_Base_C_CharmInstant) == 0x000008, "Wrong size on BP_Staff_Base_C_CharmInstant"); \ +static_assert(offsetof(BP_Staff_Base_C_CharmInstant, CharmName) == 0x000000, "Member 'BP_Staff_Base_C_CharmInstant::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base \ +static_assert(alignof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base) == 0x000008, "Wrong alignment on BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base"); \ +static_assert(sizeof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base) == 0x0003C8, "Wrong size on BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, EntryPoint) == 0x000000, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, Temp_bool_Variable) == 0x000004, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, Temp_class_Variable) == 0x000008, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, Temp_class_Variable_1) == 0x000010, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000040, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GetCharm_ReturnValue) == 0x000048, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GetCharm_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_SwitchName_CmpSuccess) == 0x000060, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000068, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000070, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_ComponentBoundEvent_DamageResult) == 0x000079, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_ComponentBoundEvent_DamageEvent) == 0x000080, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_ComponentBoundEvent_OtherActor) == 0x000190, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000198, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000199, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_Select_Default) == 0x0001A0, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_SwitchEnum_CmpSuccess) == 0x0001A8, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_MapRangeClamped_ReturnValue) == 0x0001AC, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_Event_EndPlayReason) == 0x0001B0, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CustomEvent_CharmName_2) == 0x0001B4, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CustomEvent_CharmName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CustomEvent_CharmName_1) == 0x0001BC, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CustomEvent_CharmName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CustomEvent_MaxDuration) == 0x0001C4, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CustomEvent_MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CustomEvent_IsRetrigger) == 0x0001C8, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CustomEvent_IsRetrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_IsValid_ReturnValue) == 0x0001C9, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_SwitchName_CmpSuccess_1) == 0x0001CA, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001CC, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_CustomEvent_CharmName) == 0x0001D8, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_CustomEvent_CharmName' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_SwitchName_CmpSuccess_2) == 0x0001E0, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0001E8, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0001F0, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x0001FC, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000200, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000201, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000204, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GetVectorParameterValue_ReturnValue) == 0x00028C, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x00029C, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x0002A8, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0002B4, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_GrantCurrency_ReturnValue) == 0x00033C, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_GrantCurrency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000340, "Member 'BP_Staff_Base_C_ExecuteUbergraph_BP_Staff_Base::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX \ +static_assert(alignof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX) == 0x000008, "Wrong alignment on BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX"); \ +static_assert(sizeof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX) == 0x000038, "Wrong size on BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, IsRetrigger) == 0x000000, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::IsRetrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, Temp_bool_Variable) == 0x000001, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, Temp_object_Variable) == 0x000008, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, Temp_object_Variable_1) == 0x000010, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, K2Node_Select_Default) == 0x000018, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, CallFunc_AddComponentByClass_ReturnValue) == 0x000020, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000028, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000030, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, CallFunc_IsInCombat_IsInCombat) == 0x000031, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::CallFunc_IsInCombat_IsInCombat' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, CallFunc_IsValid_ReturnValue) == 0x000032, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'BP_Staff_Base_C_Try_and_Apply_Staff_Buff_VFX::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'BP_Staff_Base_C_BndEvt__DamageDealerComponent_K2Node_ComponentBoundEvent_1_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_ReceiveEndPlay \ +static_assert(alignof(BP_Staff_Base_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Staff_Base_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Staff_Base_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Staff_Base_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Staff_Base_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Staff_Base_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_CharmEnd \ +static_assert(alignof(BP_Staff_Base_C_CharmEnd) == 0x000004, "Wrong alignment on BP_Staff_Base_C_CharmEnd"); \ +static_assert(sizeof(BP_Staff_Base_C_CharmEnd) == 0x000008, "Wrong size on BP_Staff_Base_C_CharmEnd"); \ +static_assert(offsetof(BP_Staff_Base_C_CharmEnd, CharmName) == 0x000000, "Member 'BP_Staff_Base_C_CharmEnd::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Staff_Base_C_CharmStart \ +static_assert(alignof(BP_Staff_Base_C_CharmStart) == 0x000004, "Wrong alignment on BP_Staff_Base_C_CharmStart"); \ +static_assert(sizeof(BP_Staff_Base_C_CharmStart) == 0x000010, "Wrong size on BP_Staff_Base_C_CharmStart"); \ +static_assert(offsetof(BP_Staff_Base_C_CharmStart, CharmName) == 0x000000, "Member 'BP_Staff_Base_C_CharmStart::CharmName' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_CharmStart, MaxDuration) == 0x000008, "Member 'BP_Staff_Base_C_CharmStart::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_Staff_Base_C_CharmStart, IsRetrigger) == 0x00000C, "Member 'BP_Staff_Base_C_CharmStart::IsRetrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Staff_Base_C \ +static_assert(alignof(ABP_Staff_Base_C) == 0x000008, "Wrong alignment on ABP_Staff_Base_C"); \ +static_assert(sizeof(ABP_Staff_Base_C) == 0x0002F8, "Wrong size on ABP_Staff_Base_C"); \ +static_assert(offsetof(ABP_Staff_Base_C, UberGraphFrame) == 0x000268, "Member 'ABP_Staff_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, CurrencyGranting) == 0x000270, "Member 'ABP_Staff_Base_C::CurrencyGranting' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, MochiAudio) == 0x000278, "Member 'ABP_Staff_Base_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, BP_CombatStateReceiver) == 0x000280, "Member 'ABP_Staff_Base_C::BP_CombatStateReceiver' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, CrystalParticles) == 0x000288, "Member 'ABP_Staff_Base_C::CrystalParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, Staff_Skin4) == 0x000290, "Member 'ABP_Staff_Base_C::Staff_Skin4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, Staff_Skin5) == 0x000298, "Member 'ABP_Staff_Base_C::Staff_Skin5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, Staff_Skin6) == 0x0002A0, "Member 'ABP_Staff_Base_C::Staff_Skin6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, Staff_Skin7) == 0x0002A8, "Member 'ABP_Staff_Base_C::Staff_Skin7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, Staff_Skin8) == 0x0002B0, "Member 'ABP_Staff_Base_C::Staff_Skin8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, PointLight) == 0x0002B8, "Member 'ABP_Staff_Base_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, GemSpawn__Direction_E4A38B1C48C5F159ACC631BA34E7C11D) == 0x0002C0, "Member 'ABP_Staff_Base_C::GemSpawn__Direction_E4A38B1C48C5F159ACC631BA34E7C11D' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, GemSpawn) == 0x0002C8, "Member 'ABP_Staff_Base_C::GemSpawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, EnergyBurst_TL_BurstPercent_DBF5CDB6414A67E26926628A4D6710EE) == 0x0002D0, "Member 'ABP_Staff_Base_C::EnergyBurst_TL_BurstPercent_DBF5CDB6414A67E26926628A4D6710EE' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, EnergyBurst_TL__Direction_DBF5CDB6414A67E26926628A4D6710EE) == 0x0002D4, "Member 'ABP_Staff_Base_C::EnergyBurst_TL__Direction_DBF5CDB6414A67E26926628A4D6710EE' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, EnergyBurst_TL) == 0x0002D8, "Member 'ABP_Staff_Base_C::EnergyBurst_TL' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, StaffBuffFx) == 0x0002E0, "Member 'ABP_Staff_Base_C::StaffBuffFx' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, StaffBuffOn) == 0x0002E8, "Member 'ABP_Staff_Base_C::StaffBuffOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Staff_Base_C, Kena) == 0x0002F0, "Member 'ABP_Staff_Base_C::Kena' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CursedEffectModifier_C_BlueprintModifyPostProcess \ +static_assert(alignof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on BP_CursedEffectModifier_C_BlueprintModifyPostProcess"); \ +static_assert(sizeof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess) == 0x000AF0, "Wrong size on BP_CursedEffectModifier_C_BlueprintModifyPostProcess"); \ +static_assert(offsetof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'BP_CursedEffectModifier_C_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'BP_CursedEffectModifier_C_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'BP_CursedEffectModifier_C_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess, K2Node_MakeStruct_Vector4) == 0x000570, "Member 'BP_CursedEffectModifier_C_BlueprintModifyPostProcess::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess, K2Node_MakeStruct_Vector4_1) == 0x000580, "Member 'BP_CursedEffectModifier_C_BlueprintModifyPostProcess::K2Node_MakeStruct_Vector4_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CursedEffectModifier_C_BlueprintModifyPostProcess, K2Node_MakeStruct_PostProcessSettings) == 0x000590, "Member 'BP_CursedEffectModifier_C_BlueprintModifyPostProcess::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CursedEffectModifier_C \ +static_assert(alignof(UBP_CursedEffectModifier_C) == 0x000008, "Wrong alignment on UBP_CursedEffectModifier_C"); \ +static_assert(sizeof(UBP_CursedEffectModifier_C) == 0x000058, "Wrong size on UBP_CursedEffectModifier_C"); \ +static_assert(offsetof(UBP_CursedEffectModifier_C, Post_Process_Materials) == 0x000048, "Member 'UBP_CursedEffectModifier_C::Post_Process_Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess \ +static_assert(alignof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess"); \ +static_assert(sizeof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess) == 0x000B10, "Wrong size on BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, CallFunc_GetTimeSeconds_ReturnValue) == 0x000570, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, K2Node_MakeStruct_Vector4) == 0x000580, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, K2Node_MathExpression_ReturnValue) == 0x000590, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, CallFunc_LinearColorLerp_ReturnValue) == 0x000594, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, CallFunc_Lerp_ReturnValue) == 0x0005A4, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess, K2Node_MakeStruct_PostProcessSettings) == 0x0005B0, "Member 'BP_LastHitPostEffectModifier_C_BlueprintModifyPostProcess::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LastHitPostEffectModifier_C \ +static_assert(alignof(UBP_LastHitPostEffectModifier_C) == 0x000008, "Wrong alignment on UBP_LastHitPostEffectModifier_C"); \ +static_assert(sizeof(UBP_LastHitPostEffectModifier_C) == 0x000048, "Wrong size on UBP_LastHitPostEffectModifier_C"); \ + +#define DUMPER7_ASSERTS_BP_CombatStateReceiver_C_IsInCombat \ +static_assert(alignof(BP_CombatStateReceiver_C_IsInCombat) == 0x000008, "Wrong alignment on BP_CombatStateReceiver_C_IsInCombat"); \ +static_assert(sizeof(BP_CombatStateReceiver_C_IsInCombat) == 0x000018, "Wrong size on BP_CombatStateReceiver_C_IsInCombat"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_IsInCombat, IsInCombat_0) == 0x000000, "Member 'BP_CombatStateReceiver_C_IsInCombat::IsInCombat_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_IsInCombat, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'BP_CombatStateReceiver_C_IsInCombat::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_IsInCombat, CallFunc_IsInCombat_ReturnValue) == 0x000010, "Member 'BP_CombatStateReceiver_C_IsInCombat::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatStateReceiver_C_ReceiveEndPlay \ +static_assert(alignof(BP_CombatStateReceiver_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CombatStateReceiver_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_CombatStateReceiver_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CombatStateReceiver_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CombatStateReceiver_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver \ +static_assert(alignof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver) == 0x000008, "Wrong alignment on BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver"); \ +static_assert(sizeof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver) == 0x000038, "Wrong size on BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver, EntryPoint) == 0x000000, "Member 'BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000028, "Member 'BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver, CallFunc_GetGlobalCombatManager_ReturnValue_1) == 0x000030, "Member 'BP_CombatStateReceiver_C_ExecuteUbergraph_BP_CombatStateReceiver::CallFunc_GetGlobalCombatManager_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CombatStateReceiver_C \ +static_assert(alignof(UBP_CombatStateReceiver_C) == 0x000008, "Wrong alignment on UBP_CombatStateReceiver_C"); \ +static_assert(sizeof(UBP_CombatStateReceiver_C) == 0x0000D8, "Wrong size on UBP_CombatStateReceiver_C"); \ +static_assert(offsetof(UBP_CombatStateReceiver_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_CombatStateReceiver_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatStateReceiver_C, OnCombatBegan) == 0x0000B8, "Member 'UBP_CombatStateReceiver_C::OnCombatBegan' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatStateReceiver_C, OnCombatEnded) == 0x0000C8, "Member 'UBP_CombatStateReceiver_C::OnCombatEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_PerformArcJump \ +static_assert(alignof(Ability_RotBait_C_PerformArcJump) == 0x000008, "Wrong alignment on Ability_RotBait_C_PerformArcJump"); \ +static_assert(sizeof(Ability_RotBait_C_PerformArcJump) == 0x000068, "Wrong size on Ability_RotBait_C_PerformArcJump"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, Cloud) == 0x000000, "Member 'Ability_RotBait_C_PerformArcJump::Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, HitBindable) == 0x000008, "Member 'Ability_RotBait_C_PerformArcJump::HitBindable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, Temp_name_Variable) == 0x00000C, "Member 'Ability_RotBait_C_PerformArcJump::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000018, "Member 'Ability_RotBait_C_PerformArcJump::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, Temp_name_Variable_1) == 0x000020, "Member 'Ability_RotBait_C_PerformArcJump::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, Temp_bool_Variable) == 0x000028, "Member 'Ability_RotBait_C_PerformArcJump::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, K2Node_Select_Default) == 0x00002C, "Member 'Ability_RotBait_C_PerformArcJump::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'Ability_RotBait_C_PerformArcJump::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, K2Node_MakeStruct_PlayMontageArgs) == 0x000040, "Member 'Ability_RotBait_C_PerformArcJump::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000058, "Member 'Ability_RotBait_C_PerformArcJump::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_PerformArcJump, CallFunc_PlayWithArgs_ReturnValue) == 0x000060, "Member 'Ability_RotBait_C_PerformArcJump::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_OnBindApplied \ +static_assert(alignof(Ability_RotBait_C_OnBindApplied) == 0x000008, "Wrong alignment on Ability_RotBait_C_OnBindApplied"); \ +static_assert(sizeof(Ability_RotBait_C_OnBindApplied) == 0x000018, "Wrong size on Ability_RotBait_C_OnBindApplied"); \ +static_assert(offsetof(Ability_RotBait_C_OnBindApplied, ToBindable) == 0x000000, "Member 'Ability_RotBait_C_OnBindApplied::ToBindable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_OnBindApplied, Effect) == 0x000010, "Member 'Ability_RotBait_C_OnBindApplied::Effect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_OnProjectileHit \ +static_assert(alignof(Ability_RotBait_C_OnProjectileHit) == 0x000008, "Wrong alignment on Ability_RotBait_C_OnProjectileHit"); \ +static_assert(sizeof(Ability_RotBait_C_OnProjectileHit) == 0x0000A8, "Wrong size on Ability_RotBait_C_OnProjectileHit"); \ +static_assert(offsetof(Ability_RotBait_C_OnProjectileHit, SelfActor) == 0x000000, "Member 'Ability_RotBait_C_OnProjectileHit::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_OnProjectileHit, OtherActor) == 0x000008, "Member 'Ability_RotBait_C_OnProjectileHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_OnProjectileHit, NormalImpulse) == 0x000010, "Member 'Ability_RotBait_C_OnProjectileHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_OnProjectileHit, Hit) == 0x00001C, "Member 'Ability_RotBait_C_OnProjectileHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_HandleAnimNotify \ +static_assert(alignof(Ability_RotBait_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_RotBait_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_RotBait_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_RotBait_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_RotBait_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_RotBait_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_OnEndChanneling \ +static_assert(alignof(Ability_RotBait_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_RotBait_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_RotBait_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_RotBait_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_RotBait_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_RotBait_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_OnFireEachProjectile \ +static_assert(alignof(Ability_RotBait_C_OnFireEachProjectile) == 0x000008, "Wrong alignment on Ability_RotBait_C_OnFireEachProjectile"); \ +static_assert(sizeof(Ability_RotBait_C_OnFireEachProjectile) == 0x000018, "Wrong size on Ability_RotBait_C_OnFireEachProjectile"); \ +static_assert(offsetof(Ability_RotBait_C_OnFireEachProjectile, Projectile) == 0x000000, "Member 'Ability_RotBait_C_OnFireEachProjectile::Projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_OnFireEachProjectile, wsForce) == 0x000008, "Member 'Ability_RotBait_C_OnFireEachProjectile::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait \ +static_assert(alignof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait) == 0x000008, "Wrong alignment on Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait"); \ +static_assert(sizeof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait) == 0x0001B8, "Wrong size on Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, EntryPoint) == 0x000000, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_GetRotCloud_ReturnValue) == 0x000018, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CustomEvent_ToBindable) == 0x000020, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CustomEvent_ToBindable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CustomEvent_Effect) == 0x000030, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CustomEvent_Effect' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_AsBP_Bind_Status_Effect) == 0x000038, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_AsBP_Bind_Status_Effect' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_SetAttractor_ReturnValue) == 0x000041, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_SetAttractor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_GetNumRots_ReturnValue) == 0x000044, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CustomEvent_SelfActor) == 0x000060, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CustomEvent_SelfActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CustomEvent_OtherActor) == 0x000068, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CustomEvent_NormalImpulse) == 0x000070, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CustomEvent_Hit) == 0x00007C, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CustomEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_AsBindable) == 0x000108, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_AsBindable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_TryBindTo_ReturnValue) == 0x000119, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_TryBindTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_AsProjectile_Rot_Bait) == 0x000120, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_AsProjectile_Rot_Bait' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_Event_EventName) == 0x00012C, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_SwitchName_CmpSuccess) == 0x000134, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_Event_Reason) == 0x000135, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_SwitchEnum_CmpSuccess) == 0x000136, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_AsProjectile_Rot_Bait_1) == 0x000138, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_AsProjectile_Rot_Bait_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_Event_projectile) == 0x000148, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_Event_projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_Event_wsForce) == 0x000150, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, Temp_delegate_Variable) == 0x00015C, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_AsProjectile_Rot_Bait_2) == 0x000170, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_AsProjectile_Rot_Bait_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_DynamicCast_bSuccess_4) == 0x000178, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, Temp_struct_Variable) == 0x000180, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_GetRotCloud_AsBP_Rot_Cloud) == 0x000190, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_GetRotCloud_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_PostEvent_ReturnValue) == 0x000198, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_SetAttractor_ReturnValue_1) == 0x00019C, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_SetAttractor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001A0, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'Ability_RotBait_C_ExecuteUbergraph_Ability_RotBait::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_GetRotCloud \ +static_assert(alignof(Ability_RotBait_C_GetRotCloud) == 0x000008, "Wrong alignment on Ability_RotBait_C_GetRotCloud"); \ +static_assert(sizeof(Ability_RotBait_C_GetRotCloud) == 0x000028, "Wrong size on Ability_RotBait_C_GetRotCloud"); \ +static_assert(offsetof(Ability_RotBait_C_GetRotCloud, AsBP_Rot_Cloud) == 0x000000, "Member 'Ability_RotBait_C_GetRotCloud::AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_GetRotCloud, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_RotBait_C_GetRotCloud::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_GetRotCloud, CallFunc_GetRotCloud_ReturnValue) == 0x000010, "Member 'Ability_RotBait_C_GetRotCloud::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_GetRotCloud, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000018, "Member 'Ability_RotBait_C_GetRotCloud::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_GetRotCloud, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Ability_RotBait_C_GetRotCloud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotBait_C_CanActivateAbility \ +static_assert(alignof(Ability_RotBait_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_RotBait_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_RotBait_C_CanActivateAbility) == 0x000040, "Wrong size on Ability_RotBait_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_RotBait_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000010, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_IsInCombat_ReturnValue) == 0x000018, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_GetNumRots_self_CastInput) == 0x000020, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_GetNumRots_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_GetNumRots_ReturnValue) == 0x000030, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000034, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_Greater_IntInt_ReturnValue) == 0x000035, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000036, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000037, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotBait_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000038, "Member 'Ability_RotBait_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotBait_C \ +static_assert(alignof(AAbility_RotBait_C) == 0x000010, "Wrong alignment on AAbility_RotBait_C"); \ +static_assert(sizeof(AAbility_RotBait_C) == 0x000390, "Wrong size on AAbility_RotBait_C"); \ +static_assert(offsetof(AAbility_RotBait_C, UberGraphFrame) == 0x000360, "Member 'AAbility_RotBait_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotBait_C, DefaultSceneRoot) == 0x000368, "Member 'AAbility_RotBait_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotBait_C, LastProjectile) == 0x000370, "Member 'AAbility_RotBait_C::LastProjectile' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotBait_C, SummonOffset) == 0x000378, "Member 'AAbility_RotBait_C::SummonOffset' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotBait_C, SFX_Throw_Bait) == 0x000388, "Member 'AAbility_RotBait_C::SFX_Throw_Bait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotLevelUpFeedback_C_SetUseSoftCollision \ +static_assert(alignof(BP_RotLevelUpFeedback_C_SetUseSoftCollision) == 0x000008, "Wrong alignment on BP_RotLevelUpFeedback_C_SetUseSoftCollision"); \ +static_assert(sizeof(BP_RotLevelUpFeedback_C_SetUseSoftCollision) == 0x000038, "Wrong size on BP_RotLevelUpFeedback_C_SetUseSoftCollision"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, Array) == 0x000000, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, UseSoftCollision) == 0x000010, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::UseSoftCollision' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000028, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_SetUseSoftCollision, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_RotLevelUpFeedback_C_SetUseSoftCollision::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotLevelUpFeedback_C_ReceiveTick \ +static_assert(alignof(BP_RotLevelUpFeedback_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RotLevelUpFeedback_C_ReceiveTick"); \ +static_assert(sizeof(BP_RotLevelUpFeedback_C_ReceiveTick) == 0x000004, "Wrong size on BP_RotLevelUpFeedback_C_ReceiveTick"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RotLevelUpFeedback_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback \ +static_assert(alignof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback) == 0x000008, "Wrong alignment on BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback"); \ +static_assert(sizeof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback) == 0x000128, "Wrong size on BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, EntryPoint) == 0x000000, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetCurrentRotLevel_ReturnValue) == 0x000010, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetCurrentRotLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_RotPerPip) == 0x000014, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_RotPerPip' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_DeltaRot) == 0x000018, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_DeltaRot' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_TotalRot) == 0x00001C, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_TotalRot' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_ReturnValue) == 0x000020, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x000028, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_TryGiveAnyRot_OutRots) == 0x000038, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_TryGiveAnyRot_ReturnValue) == 0x000048, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetNumRots_ReturnValue) == 0x00004C, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetNumRots_ReturnValue_1) == 0x000054, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetNumRots_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000058, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_Event_DeltaSeconds) == 0x00005C, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetTweenPercent_Percent) == 0x000060, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetTweenPercent_Percent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_MakeVector_ReturnValue) == 0x00006C, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetTimeSeconds_ReturnValue) == 0x000078, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_Add_FloatFloat_ReturnValue) == 0x00007C, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000080, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_TryGiveAnyRot_NewOwner_CastInput_1) == 0x000088, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_TryGiveAnyRot_NewOwner_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_TryGiveAnyRot_OutRots_1) == 0x000098, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_TryGiveAnyRot_OutRots_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_TryGiveAnyRot_ReturnValue_1) == 0x0000A8, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_TryGiveAnyRot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_EvaluateCurve_ReturnValue) == 0x0000AC, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_SpawnExplosion_ReturnValue) == 0x0000B0, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000B8, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000C0, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000C8, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000D8, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000E0, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0000F0, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_DynamicCast_AsBP_Kena_Character_2) == 0x0000F8, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_DynamicCast_AsBP_Kena_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, K2Node_DynamicCast_bSuccess_2) == 0x000100, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetGlobalRotManager_ReturnValue_2) == 0x000108, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetGlobalRotManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetCurrentRotLevel_ReturnValue_1) == 0x000110, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetCurrentRotLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_RotPerPip_1) == 0x000114, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_RotPerPip_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_DeltaRot_1) == 0x000118, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_DeltaRot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_TotalRot_1) == 0x00011C, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_TotalRot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback, CallFunc_GetRotLevelRawData_ReturnValue_1) == 0x000120, "Member 'BP_RotLevelUpFeedback_C_ExecuteUbergraph_BP_RotLevelUpFeedback::CallFunc_GetRotLevelRawData_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotLevelUpFeedback_C_GetTweenPercent \ +static_assert(alignof(BP_RotLevelUpFeedback_C_GetTweenPercent) == 0x000004, "Wrong alignment on BP_RotLevelUpFeedback_C_GetTweenPercent"); \ +static_assert(sizeof(BP_RotLevelUpFeedback_C_GetTweenPercent) == 0x000014, "Wrong size on BP_RotLevelUpFeedback_C_GetTweenPercent"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_GetTweenPercent, Percent) == 0x000000, "Member 'BP_RotLevelUpFeedback_C_GetTweenPercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_GetTweenPercent, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'BP_RotLevelUpFeedback_C_GetTweenPercent::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_GetTweenPercent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_RotLevelUpFeedback_C_GetTweenPercent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_GetTweenPercent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_RotLevelUpFeedback_C_GetTweenPercent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotLevelUpFeedback_C_GetTweenPercent, CallFunc_FMin_ReturnValue) == 0x000010, "Member 'BP_RotLevelUpFeedback_C_GetTweenPercent::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotLevelUpFeedback_C \ +static_assert(alignof(ABP_RotLevelUpFeedback_C) == 0x000008, "Wrong alignment on ABP_RotLevelUpFeedback_C"); \ +static_assert(sizeof(ABP_RotLevelUpFeedback_C) == 0x000308, "Wrong size on ABP_RotLevelUpFeedback_C"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, UberGraphFrame) == 0x000230, "Member 'ABP_RotLevelUpFeedback_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, ExplosionSpawner) == 0x000238, "Member 'ABP_RotLevelUpFeedback_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, RotMoveHidden) == 0x000240, "Member 'ABP_RotLevelUpFeedback_C::RotMoveHidden' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, RotParticles) == 0x000248, "Member 'ABP_RotLevelUpFeedback_C::RotParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, KenaGlow_Glow_92D484D04715FB078CD17584D8ADE370) == 0x000250, "Member 'ABP_RotLevelUpFeedback_C::KenaGlow_Glow_92D484D04715FB078CD17584D8ADE370' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, KenaGlow__Direction_92D484D04715FB078CD17584D8ADE370) == 0x000254, "Member 'ABP_RotLevelUpFeedback_C::KenaGlow__Direction_92D484D04715FB078CD17584D8ADE370' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, KenaGlow) == 0x000258, "Member 'ABP_RotLevelUpFeedback_C::KenaGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, StartTime) == 0x000260, "Member 'ABP_RotLevelUpFeedback_C::StartTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, Duration) == 0x000264, "Member 'ABP_RotLevelUpFeedback_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, IsFeedbackPlaying) == 0x000268, "Member 'ABP_RotLevelUpFeedback_C::IsFeedbackPlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, TweenHeight) == 0x00026C, "Member 'ABP_RotLevelUpFeedback_C::TweenHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, BurstingRot) == 0x000270, "Member 'ABP_RotLevelUpFeedback_C::BurstingRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotLevelUpFeedback_C, NumRotToRadius) == 0x000280, "Member 'ABP_RotLevelUpFeedback_C::NumRotToRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryCounterAttackState_C_OnStart \ +static_assert(alignof(BP_ParryCounterAttackState_C_OnStart) == 0x000008, "Wrong alignment on BP_ParryCounterAttackState_C_OnStart"); \ +static_assert(sizeof(BP_ParryCounterAttackState_C_OnStart) == 0x000008, "Wrong size on BP_ParryCounterAttackState_C_OnStart"); \ +static_assert(offsetof(BP_ParryCounterAttackState_C_OnStart, PrevState) == 0x000000, "Member 'BP_ParryCounterAttackState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryCounterAttackState_C_OnEnd \ +static_assert(alignof(BP_ParryCounterAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_ParryCounterAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_ParryCounterAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_ParryCounterAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_ParryCounterAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_ParryCounterAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState \ +static_assert(alignof(BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState) == 0x000008, "Wrong alignment on BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState"); \ +static_assert(sizeof(BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState) == 0x000018, "Wrong size on BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState"); \ +static_assert(offsetof(BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState, EntryPoint) == 0x000000, "Member 'BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState, K2Node_Event_NextState) == 0x000008, "Member 'BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_ParryCounterAttackState_C_ExecuteUbergraph_BP_ParryCounterAttackState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ParryCounterAttackState_C \ +static_assert(alignof(UBP_ParryCounterAttackState_C) == 0x000008, "Wrong alignment on UBP_ParryCounterAttackState_C"); \ +static_assert(sizeof(UBP_ParryCounterAttackState_C) == 0x000128, "Wrong size on UBP_ParryCounterAttackState_C"); \ +static_assert(offsetof(UBP_ParryCounterAttackState_C, UberGraphFrame) == 0x000120, "Member 'UBP_ParryCounterAttackState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke \ +static_assert(alignof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke) == 0x000008, "Wrong alignment on Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke"); \ +static_assert(sizeof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke) == 0x000140, "Wrong size on Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, EntryPoint) == 0x000000, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, Temp_int_Array_Index_Variable) == 0x000008, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Array_Get_Item) == 0x000028, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000050, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000058, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetDistanceTo_ReturnValue) == 0x000064, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000068, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Less_FloatFloat_ReturnValue) == 0x000074, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_Normal_ReturnValue) == 0x000078, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_MakeHitResult_ReturnValue) == 0x000084, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_KillViaDamage_Damageable_CastInput) == 0x000110, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_KillViaDamage_Damageable_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_KillViaDamage_ReturnValue) == 0x000120, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_KillViaDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000128, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000130, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke, CallFunc_IsValid_ReturnValue_1) == 0x000139, "Member 'Ability_TacticalNuke_C_ExecuteUbergraph_Ability_TacticalNuke::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_TacticalNuke_C \ +static_assert(alignof(AAbility_TacticalNuke_C) == 0x000010, "Wrong alignment on AAbility_TacticalNuke_C"); \ +static_assert(sizeof(AAbility_TacticalNuke_C) == 0x000330, "Wrong size on AAbility_TacticalNuke_C"); \ +static_assert(offsetof(AAbility_TacticalNuke_C, UberGraphFrame) == 0x000310, "Member 'AAbility_TacticalNuke_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_TacticalNuke_C, DefaultSceneRoot) == 0x000318, "Member 'AAbility_TacticalNuke_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_TacticalNuke_C, KillRadius) == 0x000320, "Member 'AAbility_TacticalNuke_C::KillRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_SetDropEnabled \ +static_assert(alignof(Ability_SpiritStroke_C_SetDropEnabled) == 0x000008, "Wrong alignment on Ability_SpiritStroke_C_SetDropEnabled"); \ +static_assert(sizeof(Ability_SpiritStroke_C_SetDropEnabled) == 0x000010, "Wrong size on Ability_SpiritStroke_C_SetDropEnabled"); \ +static_assert(offsetof(Ability_SpiritStroke_C_SetDropEnabled, Drop) == 0x000000, "Member 'Ability_SpiritStroke_C_SetDropEnabled::Drop' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_SetDropEnabled, Temp_bool_Variable) == 0x000001, "Member 'Ability_SpiritStroke_C_SetDropEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_SetDropEnabled, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'Ability_SpiritStroke_C_SetDropEnabled::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_SetDropEnabled, K2Node_Select_Default) == 0x000004, "Member 'Ability_SpiritStroke_C_SetDropEnabled::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_SetDropEnabled, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_SpiritStroke_C_SetDropEnabled::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_GetBalanceConfig \ +static_assert(alignof(Ability_SpiritStroke_C_GetBalanceConfig) == 0x000008, "Wrong alignment on Ability_SpiritStroke_C_GetBalanceConfig"); \ +static_assert(sizeof(Ability_SpiritStroke_C_GetBalanceConfig) == 0x000030, "Wrong size on Ability_SpiritStroke_C_GetBalanceConfig"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetBalanceConfig, Kena_Balance_Config) == 0x000000, "Member 'Ability_SpiritStroke_C_GetBalanceConfig::Kena_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetBalanceConfig, K2Node_DynamicCast_AsMochi_Character) == 0x000008, "Member 'Ability_SpiritStroke_C_GetBalanceConfig::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetBalanceConfig, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_SpiritStroke_C_GetBalanceConfig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetBalanceConfig, CallFunc_GetBalanceConfig_ReturnValue) == 0x000018, "Member 'Ability_SpiritStroke_C_GetBalanceConfig::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetBalanceConfig, K2Node_DynamicCast_AsKena_Balance_Config) == 0x000020, "Member 'Ability_SpiritStroke_C_GetBalanceConfig::K2Node_DynamicCast_AsKena_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetBalanceConfig, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'Ability_SpiritStroke_C_GetBalanceConfig::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_GetLaunchMinMax \ +static_assert(alignof(Ability_SpiritStroke_C_GetLaunchMinMax) == 0x000004, "Wrong alignment on Ability_SpiritStroke_C_GetLaunchMinMax"); \ +static_assert(sizeof(Ability_SpiritStroke_C_GetLaunchMinMax) == 0x000018, "Wrong size on Ability_SpiritStroke_C_GetLaunchMinMax"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetLaunchMinMax, MinMax) == 0x000000, "Member 'Ability_SpiritStroke_C_GetLaunchMinMax::MinMax' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetLaunchMinMax, CallFunc_BreakVector2D_X) == 0x000008, "Member 'Ability_SpiritStroke_C_GetLaunchMinMax::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetLaunchMinMax, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'Ability_SpiritStroke_C_GetLaunchMinMax::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetLaunchMinMax, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'Ability_SpiritStroke_C_GetLaunchMinMax::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_OnUpdateChanneling \ +static_assert(alignof(Ability_SpiritStroke_C_OnUpdateChanneling) == 0x000004, "Wrong alignment on Ability_SpiritStroke_C_OnUpdateChanneling"); \ +static_assert(sizeof(Ability_SpiritStroke_C_OnUpdateChanneling) == 0x000004, "Wrong size on Ability_SpiritStroke_C_OnUpdateChanneling"); \ +static_assert(offsetof(Ability_SpiritStroke_C_OnUpdateChanneling, DeltaTime) == 0x000000, "Member 'Ability_SpiritStroke_C_OnUpdateChanneling::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_ReceiveActorBeginOverlap \ +static_assert(alignof(Ability_SpiritStroke_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Ability_SpiritStroke_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(Ability_SpiritStroke_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Ability_SpiritStroke_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Ability_SpiritStroke_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_OnEndChanneling \ +static_assert(alignof(Ability_SpiritStroke_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_SpiritStroke_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_SpiritStroke_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_SpiritStroke_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_SpiritStroke_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_SpiritStroke_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_ReceiveActorEndOverlap \ +static_assert(alignof(Ability_SpiritStroke_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on Ability_SpiritStroke_C_ReceiveActorEndOverlap"); \ +static_assert(sizeof(Ability_SpiritStroke_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on Ability_SpiritStroke_C_ReceiveActorEndOverlap"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'Ability_SpiritStroke_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_OnInterrupt \ +static_assert(alignof(Ability_SpiritStroke_C_OnInterrupt) == 0x000001, "Wrong alignment on Ability_SpiritStroke_C_OnInterrupt"); \ +static_assert(sizeof(Ability_SpiritStroke_C_OnInterrupt) == 0x000001, "Wrong size on Ability_SpiritStroke_C_OnInterrupt"); \ +static_assert(offsetof(Ability_SpiritStroke_C_OnInterrupt, reason) == 0x000000, "Member 'Ability_SpiritStroke_C_OnInterrupt::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke \ +static_assert(alignof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke) == 0x000008, "Wrong alignment on Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke"); \ +static_assert(sizeof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke) == 0x000098, "Wrong size on Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, EntryPoint) == 0x000000, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_Event_DeltaTime) == 0x000004, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_Event_OtherActor_1) == 0x000008, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_Event_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_DynamicCast_AsResource_Blob) == 0x000010, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_DynamicCast_AsResource_Blob' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Array_AddUnique_ReturnValue) == 0x00001C, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, Temp_int_Array_Index_Variable) == 0x000024, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_Event_Reason_1) == 0x000028, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_Event_Reason_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Array_Get_Item) == 0x000030, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_Event_OtherActor) == 0x000038, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_DynamicCast_AsResource_Blob_1) == 0x000040, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_DynamicCast_AsResource_Blob_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_GetSiphonSpeed_Speed) == 0x00004C, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_GetSiphonSpeed_Speed' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Array_RemoveItem_ReturnValue) == 0x000050, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_TrySiphonResources_OutDelta) == 0x000058, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_TrySiphonResources_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_TrySiphonResources_ReturnValue) == 0x00005C, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_TrySiphonResources_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_TryIncrease_OutDelta) == 0x000060, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_TryIncrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_TryIncrease_OutFilled) == 0x000064, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_TryIncrease_OutFilled' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_TryIncrease_ReturnValue) == 0x000065, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_TryIncrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_GetLaunchMinMax_MinMax) == 0x000070, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_GetLaunchMinMax_MinMax' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_PlayBuoyancyCurve_ReturnValue) == 0x00007C, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_PlayBuoyancyCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, K2Node_Event_Reason) == 0x000084, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Less_IntInt_ReturnValue) == 0x000085, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000090, "Member 'Ability_SpiritStroke_C_ExecuteUbergraph_Ability_SpiritStroke::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_SetSiphoningSpeedPercent \ +static_assert(alignof(Ability_SpiritStroke_C_SetSiphoningSpeedPercent) == 0x000004, "Wrong alignment on Ability_SpiritStroke_C_SetSiphoningSpeedPercent"); \ +static_assert(sizeof(Ability_SpiritStroke_C_SetSiphoningSpeedPercent) == 0x000004, "Wrong size on Ability_SpiritStroke_C_SetSiphoningSpeedPercent"); \ +static_assert(offsetof(Ability_SpiritStroke_C_SetSiphoningSpeedPercent, Percent) == 0x000000, "Member 'Ability_SpiritStroke_C_SetSiphoningSpeedPercent::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritStroke_C_GetSiphonSpeed \ +static_assert(alignof(Ability_SpiritStroke_C_GetSiphonSpeed) == 0x000004, "Wrong alignment on Ability_SpiritStroke_C_GetSiphonSpeed"); \ +static_assert(sizeof(Ability_SpiritStroke_C_GetSiphonSpeed) == 0x000010, "Wrong size on Ability_SpiritStroke_C_GetSiphonSpeed"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetSiphonSpeed, Speed) == 0x000000, "Member 'Ability_SpiritStroke_C_GetSiphonSpeed::Speed' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetSiphonSpeed, CallFunc_BreakVector2D_X) == 0x000004, "Member 'Ability_SpiritStroke_C_GetSiphonSpeed::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetSiphonSpeed, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'Ability_SpiritStroke_C_GetSiphonSpeed::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritStroke_C_GetSiphonSpeed, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'Ability_SpiritStroke_C_GetSiphonSpeed::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_SpiritStroke_C \ +static_assert(alignof(AAbility_SpiritStroke_C) == 0x000010, "Wrong alignment on AAbility_SpiritStroke_C"); \ +static_assert(sizeof(AAbility_SpiritStroke_C) == 0x000400, "Wrong size on AAbility_SpiritStroke_C"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, UberGraphFrame) == 0x000310, "Member 'AAbility_SpiritStroke_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, DropParticles) == 0x000318, "Member 'AAbility_SpiritStroke_C::DropParticles' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, Sphere) == 0x000320, "Member 'AAbility_SpiritStroke_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, Resources) == 0x000328, "Member 'AAbility_SpiritStroke_C::Resources' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, DefaultSceneRoot) == 0x000330, "Member 'AAbility_SpiritStroke_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, SiphonSpeedMinMax) == 0x000338, "Member 'AAbility_SpiritStroke_C::SiphonSpeedMinMax' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, LaunchBouyancyCurve) == 0x000340, "Member 'AAbility_SpiritStroke_C::LaunchBouyancyCurve' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, LaunchBouyancyMinMax) == 0x0003C8, "Member 'AAbility_SpiritStroke_C::LaunchBouyancyMinMax' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, DropOnSiphonFail) == 0x0003D0, "Member 'AAbility_SpiritStroke_C::DropOnSiphonFail' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, DropBouyancy) == 0x0003D4, "Member 'AAbility_SpiritStroke_C::DropBouyancy' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, SiphonBuoyancy) == 0x0003D8, "Member 'AAbility_SpiritStroke_C::SiphonBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, SiphonSpeedPercent) == 0x0003DC, "Member 'AAbility_SpiritStroke_C::SiphonSpeedPercent' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, OverlappingBlobs) == 0x0003E0, "Member 'AAbility_SpiritStroke_C::OverlappingBlobs' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, SiphonedPerTick) == 0x0003F0, "Member 'AAbility_SpiritStroke_C::SiphonedPerTick' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritStroke_C, IsDropping) == 0x0003F4, "Member 'AAbility_SpiritStroke_C::IsDropping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_ChrismasCrown_C \ +static_assert(alignof(ABP_CM_Hat_ChrismasCrown_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_ChrismasCrown_C"); \ +static_assert(sizeof(ABP_CM_Hat_ChrismasCrown_C) == 0x000240, "Wrong size on ABP_CM_Hat_ChrismasCrown_C"); \ +static_assert(offsetof(ABP_CM_Hat_ChrismasCrown_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_ChrismasCrown_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget) == 0x000008, "Wrong alignment on WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget) == 0x000018, "Wrong size on WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget, Reverse) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget::Reverse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_Kena_GameplayWidget_C_HideKenaGameplayWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback) == 0x000008, "Wrong alignment on WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback) == 0x000038, "Wrong size on WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback, Temp_struct_Variable) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback, Temp_delegate_Variable) == 0x000010, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfBombFeedback::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback) == 0x000008, "Wrong alignment on WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback) == 0x000030, "Wrong size on WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback, Temp_struct_Variable) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback, Temp_delegate_Variable) == 0x000010, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'WBP_Kena_GameplayWidget_C_PlayOutOfRotFeedback::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_SetReticleHoverState \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_SetReticleHoverState) == 0x000001, "Wrong alignment on WBP_Kena_GameplayWidget_C_SetReticleHoverState"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_SetReticleHoverState) == 0x000001, "Wrong size on WBP_Kena_GameplayWidget_C_SetReticleHoverState"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_SetReticleHoverState, State) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_SetReticleHoverState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible) == 0x000001, "Wrong alignment on WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible) == 0x000001, "Wrong size on WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible, Visible) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_SetReticleAccuracyVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible) == 0x000001, "Wrong alignment on WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible) == 0x000001, "Wrong size on WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible, Visible) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_SetReticleQuiverVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible) == 0x000001, "Wrong alignment on WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible) == 0x000001, "Wrong size on WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible, Visible) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_SetReticleSatchelVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent) == 0x000004, "Wrong alignment on WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent) == 0x000004, "Wrong size on WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent, Percent) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_SetReticleAccuracyPercent::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_Tick \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_Tick) == 0x000004, "Wrong alignment on WBP_Kena_GameplayWidget_C_Tick"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_Tick) == 0x00003C, "Wrong size on WBP_Kena_GameplayWidget_C_Tick"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Kena_GameplayWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_HandleNamedEvent \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_HandleNamedEvent) == 0x000004, "Wrong alignment on WBP_Kena_GameplayWidget_C_HandleNamedEvent"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_HandleNamedEvent) == 0x000008, "Wrong size on WBP_Kena_GameplayWidget_C_HandleNamedEvent"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_HandleNamedEvent, EventName) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_HandleNamedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_SetEncounterBoss \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_SetEncounterBoss) == 0x000008, "Wrong alignment on WBP_Kena_GameplayWidget_C_SetEncounterBoss"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_SetEncounterBoss) == 0x000008, "Wrong size on WBP_Kena_GameplayWidget_C_SetEncounterBoss"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_SetEncounterBoss, Boss) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_SetEncounterBoss::Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_ResourceIncreased \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_ResourceIncreased) == 0x000008, "Wrong alignment on WBP_Kena_GameplayWidget_C_ResourceIncreased"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_ResourceIncreased) == 0x000018, "Wrong size on WBP_Kena_GameplayWidget_C_ResourceIncreased"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ResourceIncreased, ResourceType) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_ResourceIncreased::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ResourceIncreased, DeltaHP) == 0x000004, "Member 'WBP_Kena_GameplayWidget_C_ResourceIncreased::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ResourceIncreased, IncreaseInstigator) == 0x000008, "Member 'WBP_Kena_GameplayWidget_C_ResourceIncreased::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ResourceIncreased, Causer) == 0x000010, "Member 'WBP_Kena_GameplayWidget_C_ResourceIncreased::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget \ +static_assert(alignof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget) == 0x000008, "Wrong alignment on WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget"); \ +static_assert(sizeof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget) == 0x0000F8, "Wrong size on WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, EntryPoint) == 0x000000, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_ResourceType) == 0x000004, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_DeltaHP) == 0x000008, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_IncreaseInstigator) == 0x000010, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_Causer) == 0x000018, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_Visible_1) == 0x000021, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_Visible_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_Visible) == 0x000022, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_Visible_2) == 0x000023, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_Visible_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryRegisterWidgetForAutoHide_ReturnValue) == 0x000024, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryRegisterWidgetForAutoHide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_1) == 0x000025, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_Percent) == 0x000028, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_2) == 0x00002C, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_3) == 0x00002D, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_4) == 0x00002E, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_5) == 0x00002F, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryRegisterWidgetForAutoHide_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_MochiEnsure_ReturnValue) == 0x000030, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_Event_MyGeometry) == 0x000040, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_Event_InDeltaTime) == 0x000078, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000080, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_Event_EventName) == 0x000088, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_Event_Boss) == 0x000098, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_Event_Boss' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_DynamicCast_AsEnemy_Base_Character) == 0x0000A0, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_DynamicCast_AsEnemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CreateDelegate_OutputDelegate) == 0x0000AC, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_GetPlayerController_ReturnValue) == 0x0000C0, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, K2Node_CustomEvent_State) == 0x0000C8, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::K2Node_CustomEvent_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_K2_GetPawn_ReturnValue) == 0x0000D0, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryGetResource_ResourceCount) == 0x0000E0, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_TryGetResource_ReturnValue) == 0x0000E4, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_FTrunc_ReturnValue) == 0x0000E8, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000EC, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget, CallFunc_FTrunc_ReturnValue_1) == 0x0000F0, "Member 'WBP_Kena_GameplayWidget_C_ExecuteUbergraph_WBP_Kena_GameplayWidget::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Kena_GameplayWidget_C \ +static_assert(alignof(UWBP_Kena_GameplayWidget_C) == 0x000008, "Wrong alignment on UWBP_Kena_GameplayWidget_C"); \ +static_assert(sizeof(UWBP_Kena_GameplayWidget_C) == 0x000308, "Wrong size on UWBP_Kena_GameplayWidget_C"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, UberGraphFrame) == 0x000298, "Member 'UWBP_Kena_GameplayWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, HideHud) == 0x0002A0, "Member 'UWBP_Kena_GameplayWidget_C::HideHud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, BombShake) == 0x0002A8, "Member 'UWBP_Kena_GameplayWidget_C::BombShake' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, AmmoWidget) == 0x0002B0, "Member 'UWBP_Kena_GameplayWidget_C::AmmoWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, BondCounter) == 0x0002B8, "Member 'UWBP_Kena_GameplayWidget_C::BondCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, ButtonLegendWidget) == 0x0002C0, "Member 'UWBP_Kena_GameplayWidget_C::ButtonLegendWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, CharmStatus) == 0x0002C8, "Member 'UWBP_Kena_GameplayWidget_C::CharmStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, CurrencyCounter) == 0x0002D0, "Member 'UWBP_Kena_GameplayWidget_C::CurrencyCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, KenaStatus) == 0x0002D8, "Member 'UWBP_Kena_GameplayWidget_C::KenaStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, Reticle) == 0x0002E0, "Member 'UWBP_Kena_GameplayWidget_C::Reticle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, WBP_BossHealthBar) == 0x0002E8, "Member 'UWBP_Kena_GameplayWidget_C::WBP_BossHealthBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, NumberOfRotName) == 0x0002F0, "Member 'UWBP_Kena_GameplayWidget_C::NumberOfRotName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, RotUI) == 0x000300, "Member 'UWBP_Kena_GameplayWidget_C::RotUI' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, HealthUI) == 0x000301, "Member 'UWBP_Kena_GameplayWidget_C::HealthUI' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_GameplayWidget_C, PulseBar) == 0x000304, "Member 'UWBP_Kena_GameplayWidget_C::PulseBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_UpdateBaseVisibility \ +static_assert(alignof(WBP_RotBar_V2_C_UpdateBaseVisibility) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_UpdateBaseVisibility"); \ +static_assert(sizeof(WBP_RotBar_V2_C_UpdateBaseVisibility) == 0x000018, "Wrong size on WBP_RotBar_V2_C_UpdateBaseVisibility"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, CallFunc_GetTotalRotPips_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::CallFunc_GetTotalRotPips_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateBaseVisibility, K2Node_Select_Default) == 0x000015, "Member 'WBP_RotBar_V2_C_UpdateBaseVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_ApplyRotState \ +static_assert(alignof(WBP_RotBar_V2_C_ApplyRotState) == 0x000001, "Wrong alignment on WBP_RotBar_V2_C_ApplyRotState"); \ +static_assert(sizeof(WBP_RotBar_V2_C_ApplyRotState) == 0x000005, "Wrong size on WBP_RotBar_V2_C_ApplyRotState"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyRotState, Temp_bool_Variable) == 0x000000, "Member 'WBP_RotBar_V2_C_ApplyRotState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyRotState, Temp_byte_Variable) == 0x000001, "Member 'WBP_RotBar_V2_C_ApplyRotState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyRotState, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_RotBar_V2_C_ApplyRotState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyRotState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'WBP_RotBar_V2_C_ApplyRotState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyRotState, K2Node_Select_Default) == 0x000004, "Member 'WBP_RotBar_V2_C_ApplyRotState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_UpdateRotState \ +static_assert(alignof(WBP_RotBar_V2_C_UpdateRotState) == 0x000001, "Wrong alignment on WBP_RotBar_V2_C_UpdateRotState"); \ +static_assert(sizeof(WBP_RotBar_V2_C_UpdateRotState) == 0x000001, "Wrong size on WBP_RotBar_V2_C_UpdateRotState"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdateRotState, CallFunc_DetermineRotState_State) == 0x000000, "Member 'WBP_RotBar_V2_C_UpdateRotState::CallFunc_DetermineRotState_State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_UpdatePipStates \ +static_assert(alignof(WBP_RotBar_V2_C_UpdatePipStates) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_UpdatePipStates"); \ +static_assert(sizeof(WBP_RotBar_V2_C_UpdatePipStates) == 0x000028, "Wrong size on WBP_RotBar_V2_C_UpdatePipStates"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdatePipStates, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_UpdatePipStates::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdatePipStates, CallFunc_GetPipState_OutData) == 0x000008, "Member 'WBP_RotBar_V2_C_UpdatePipStates::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdatePipStates, CallFunc_GetPipState_ReturnValue) == 0x00001C, "Member 'WBP_RotBar_V2_C_UpdatePipStates::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_UpdatePipStates, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_UpdatePipStates::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_PlayOutOfRotAnim \ +static_assert(alignof(WBP_RotBar_V2_C_PlayOutOfRotAnim) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_PlayOutOfRotAnim"); \ +static_assert(sizeof(WBP_RotBar_V2_C_PlayOutOfRotAnim) == 0x000008, "Wrong size on WBP_RotBar_V2_C_PlayOutOfRotAnim"); \ +static_assert(offsetof(WBP_RotBar_V2_C_PlayOutOfRotAnim, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_PlayOutOfRotAnim::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_SetPipsToState \ +static_assert(alignof(WBP_RotBar_V2_C_SetPipsToState) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_SetPipsToState"); \ +static_assert(sizeof(WBP_RotBar_V2_C_SetPipsToState) == 0x000038, "Wrong size on WBP_RotBar_V2_C_SetPipsToState"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, StartIndex) == 0x000000, "Member 'WBP_RotBar_V2_C_SetPipsToState::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, EndIndex) == 0x000004, "Member 'WBP_RotBar_V2_C_SetPipsToState::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, State) == 0x000008, "Member 'WBP_RotBar_V2_C_SetPipsToState::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, NextIndex) == 0x00000C, "Member 'WBP_RotBar_V2_C_SetPipsToState::NextIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_SetPipsToState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, Temp_int_Variable) == 0x000014, "Member 'WBP_RotBar_V2_C_SetPipsToState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_SetPipsToState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_SetPipsToState::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, K2Node_DynamicCast_AsWBP_Rot_Bar_Pip_V2) == 0x000028, "Member 'WBP_RotBar_V2_C_SetPipsToState::K2Node_DynamicCast_AsWBP_Rot_Bar_Pip_V2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_RotBar_V2_C_SetPipsToState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_SetPipsToState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000031, "Member 'WBP_RotBar_V2_C_SetPipsToState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_CreatePipWidgets \ +static_assert(alignof(WBP_RotBar_V2_C_CreatePipWidgets) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_CreatePipWidgets"); \ +static_assert(sizeof(WBP_RotBar_V2_C_CreatePipWidgets) == 0x000030, "Wrong size on WBP_RotBar_V2_C_CreatePipWidgets"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, PipCount) == 0x000000, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::PipCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, Temp_int_Variable) == 0x000010, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, CallFunc_AddChildToUniformGrid_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::CallFunc_AddChildToUniformGrid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_CreatePipWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_RotBar_V2_C_CreatePipWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_ApplyPipStateData \ +static_assert(alignof(WBP_RotBar_V2_C_ApplyPipStateData) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_ApplyPipStateData"); \ +static_assert(sizeof(WBP_RotBar_V2_C_ApplyPipStateData) == 0x000040, "Wrong size on WBP_RotBar_V2_C_ApplyPipStateData"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, NumPips) == 0x000000, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::NumPips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, ActivePips) == 0x000004, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::ActivePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, AvailablePips) == 0x000008, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::AvailablePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, ProgressRemainder) == 0x00000C, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::ProgressRemainder' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, Temp_int_Variable) == 0x000014, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_DeterminePipState_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_DeterminePipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, K2Node_DynamicCast_AsWBP_Rot_Bar_Pip_V2) == 0x000028, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::K2Node_DynamicCast_AsWBP_Rot_Bar_Pip_V2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000031, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_GetChildrenCount_ReturnValue) == 0x000038, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ApplyPipStateData, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_RotBar_V2_C_ApplyPipStateData::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_HandlePipStateChanged \ +static_assert(alignof(WBP_RotBar_V2_C_HandlePipStateChanged) == 0x000004, "Wrong alignment on WBP_RotBar_V2_C_HandlePipStateChanged"); \ +static_assert(sizeof(WBP_RotBar_V2_C_HandlePipStateChanged) == 0x000014, "Wrong size on WBP_RotBar_V2_C_HandlePipStateChanged"); \ +static_assert(offsetof(WBP_RotBar_V2_C_HandlePipStateChanged, StateData) == 0x000000, "Member 'WBP_RotBar_V2_C_HandlePipStateChanged::StateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_HandleRotCloudSummoned \ +static_assert(alignof(WBP_RotBar_V2_C_HandleRotCloudSummoned) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_HandleRotCloudSummoned"); \ +static_assert(sizeof(WBP_RotBar_V2_C_HandleRotCloudSummoned) == 0x000010, "Wrong size on WBP_RotBar_V2_C_HandleRotCloudSummoned"); \ +static_assert(offsetof(WBP_RotBar_V2_C_HandleRotCloudSummoned, FromOwner) == 0x000000, "Member 'WBP_RotBar_V2_C_HandleRotCloudSummoned::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_HandleRotCloudBanished \ +static_assert(alignof(WBP_RotBar_V2_C_HandleRotCloudBanished) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_HandleRotCloudBanished"); \ +static_assert(sizeof(WBP_RotBar_V2_C_HandleRotCloudBanished) == 0x000020, "Wrong size on WBP_RotBar_V2_C_HandleRotCloudBanished"); \ +static_assert(offsetof(WBP_RotBar_V2_C_HandleRotCloudBanished, NewOwner) == 0x000000, "Member 'WBP_RotBar_V2_C_HandleRotCloudBanished::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_HandleRotCloudBanished, OutRots) == 0x000010, "Member 'WBP_RotBar_V2_C_HandleRotCloudBanished::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_OnItemStateChanged_Event_0 \ +static_assert(alignof(WBP_RotBar_V2_C_OnItemStateChanged_Event_0) == 0x000001, "Wrong alignment on WBP_RotBar_V2_C_OnItemStateChanged_Event_0"); \ +static_assert(sizeof(WBP_RotBar_V2_C_OnItemStateChanged_Event_0) == 0x000001, "Wrong size on WBP_RotBar_V2_C_OnItemStateChanged_Event_0"); \ +static_assert(offsetof(WBP_RotBar_V2_C_OnItemStateChanged_Event_0, IsCarryingItem) == 0x000000, "Member 'WBP_RotBar_V2_C_OnItemStateChanged_Event_0::IsCarryingItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_Bind_to_Character \ +static_assert(alignof(WBP_RotBar_V2_C_Bind_to_Character) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_Bind_to_Character"); \ +static_assert(sizeof(WBP_RotBar_V2_C_Bind_to_Character) == 0x000008, "Wrong size on WBP_RotBar_V2_C_Bind_to_Character"); \ +static_assert(offsetof(WBP_RotBar_V2_C_Bind_to_Character, Character) == 0x000000, "Member 'WBP_RotBar_V2_C_Bind_to_Character::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_HandleRotCarryStateChanged \ +static_assert(alignof(WBP_RotBar_V2_C_HandleRotCarryStateChanged) == 0x000001, "Wrong alignment on WBP_RotBar_V2_C_HandleRotCarryStateChanged"); \ +static_assert(sizeof(WBP_RotBar_V2_C_HandleRotCarryStateChanged) == 0x000001, "Wrong size on WBP_RotBar_V2_C_HandleRotCarryStateChanged"); \ +static_assert(offsetof(WBP_RotBar_V2_C_HandleRotCarryStateChanged, IsCarryingItem) == 0x000000, "Member 'WBP_RotBar_V2_C_HandleRotCarryStateChanged::IsCarryingItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_PreConstruct \ +static_assert(alignof(WBP_RotBar_V2_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RotBar_V2_C_PreConstruct"); \ +static_assert(sizeof(WBP_RotBar_V2_C_PreConstruct) == 0x000001, "Wrong size on WBP_RotBar_V2_C_PreConstruct"); \ +static_assert(offsetof(WBP_RotBar_V2_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RotBar_V2_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2 \ +static_assert(alignof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2"); \ +static_assert(sizeof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2) == 0x000150, "Wrong size on WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, EntryPoint) == 0x000000, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000068, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_StateData) == 0x000070, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_StateData' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000088, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_IsInCombat_ReturnValue) == 0x000094, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000098, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_FromOwner) == 0x0000A0, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_FromOwner' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetRotCloud_ReturnValue) == 0x0000B0, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_NewOwner) == 0x0000B8, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_NewOwner' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_OutRots) == 0x0000C8, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_OutRots' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_IsCarryingItem_1) == 0x0000D8, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_IsCarryingItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000E0, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E8, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_FindAbilityByClass_ReturnValue) == 0x0000F0, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_Character) == 0x0000F8, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CustomEvent_IsCarryingItem) == 0x000100, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CustomEvent_IsCarryingItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000108, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_FindAbilityByClass_ReturnValue_1) == 0x000110, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_FindAbilityByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetGlobalRotManager_ReturnValue_2) == 0x000118, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetGlobalRotManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_Event_IsDesignTime) == 0x000120, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetPipState_OutData) == 0x000124, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_GetPipState_ReturnValue) == 0x000138, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00013C, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2, K2Node_CreateDelegate_OutputDelegate_6) == 0x000140, "Member 'WBP_RotBar_V2_C_ExecuteUbergraph_WBP_RotBar_V2::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_GetInitialVisibility \ +static_assert(alignof(WBP_RotBar_V2_C_GetInitialVisibility) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_GetInitialVisibility"); \ +static_assert(sizeof(WBP_RotBar_V2_C_GetInitialVisibility) == 0x000018, "Wrong size on WBP_RotBar_V2_C_GetInitialVisibility"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetInitialVisibility, ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_GetInitialVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetInitialVisibility, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_GetInitialVisibility::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetInitialVisibility, CallFunc_GetTotalRotPips_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_GetInitialVisibility::CallFunc_GetTotalRotPips_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetInitialVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_RotBar_V2_C_GetInitialVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_ShouldBeVisible \ +static_assert(alignof(WBP_RotBar_V2_C_ShouldBeVisible) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_RotBar_V2_C_ShouldBeVisible) == 0x000030, "Wrong size on WBP_RotBar_V2_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_IsRotCloudActive_ReturnValue) == 0x000001, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_IsRotCloudActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_IsRotCarryActive_ReturnValue) == 0x000002, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_IsRotCarryActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_GetTotalRotPips_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_GetTotalRotPips_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_IsInCombat_ReturnValue) == 0x00001C, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_Greater_IntInt_ReturnValue) == 0x00001D, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_GetActiveRotPips_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_GetActiveRotPips_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue) == 0x000025, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue_1) == 0x000026, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue_2) == 0x000027, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldBeVisible, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'WBP_RotBar_V2_C_ShouldBeVisible::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_IsRotCloudActive \ +static_assert(alignof(WBP_RotBar_V2_C_IsRotCloudActive) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_IsRotCloudActive"); \ +static_assert(sizeof(WBP_RotBar_V2_C_IsRotCloudActive) == 0x000020, "Wrong size on WBP_RotBar_V2_C_IsRotCloudActive"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCloudActive, ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_IsRotCloudActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCloudActive, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_IsRotCloudActive::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCloudActive, CallFunc_GetRotCloud_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_IsRotCloudActive::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCloudActive, CallFunc_GetIsSummoned_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_IsRotCloudActive::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_IsRotCarryActive \ +static_assert(alignof(WBP_RotBar_V2_C_IsRotCarryActive) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_IsRotCarryActive"); \ +static_assert(sizeof(WBP_RotBar_V2_C_IsRotCarryActive) == 0x000028, "Wrong size on WBP_RotBar_V2_C_IsRotCarryActive"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCarryActive, ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_IsRotCarryActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCarryActive, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_IsRotCarryActive::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCarryActive, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_IsRotCarryActive::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCarryActive, CallFunc_FindAbilityByClass_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_IsRotCarryActive::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_IsRotCarryActive, CallFunc_GetIsCarryingItem_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_IsRotCarryActive::CallFunc_GetIsCarryingItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_DetermineRotState \ +static_assert(alignof(WBP_RotBar_V2_C_DetermineRotState) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_DetermineRotState"); \ +static_assert(sizeof(WBP_RotBar_V2_C_DetermineRotState) == 0x000038, "Wrong size on WBP_RotBar_V2_C_DetermineRotState"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, State) == 0x000000, "Member 'WBP_RotBar_V2_C_DetermineRotState::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_IsRotCloudActive_ReturnValue) == 0x000001, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_IsRotCloudActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_IsRotCarryActive_ReturnValue) == 0x000002, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_IsRotCarryActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_IsInCombat_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_GetPipState_OutData) == 0x00001C, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_GetPipState_ReturnValue) == 0x000030, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000031, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000032, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000033, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_BooleanOR_ReturnValue) == 0x000034, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DetermineRotState, CallFunc_Greater_IntInt_ReturnValue) == 0x000036, "Member 'WBP_RotBar_V2_C_DetermineRotState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_ShouldShowReleaseControls \ +static_assert(alignof(WBP_RotBar_V2_C_ShouldShowReleaseControls) == 0x000001, "Wrong alignment on WBP_RotBar_V2_C_ShouldShowReleaseControls"); \ +static_assert(sizeof(WBP_RotBar_V2_C_ShouldShowReleaseControls) == 0x000004, "Wrong size on WBP_RotBar_V2_C_ShouldShowReleaseControls"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldShowReleaseControls, ReturnValue) == 0x000000, "Member 'WBP_RotBar_V2_C_ShouldShowReleaseControls::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldShowReleaseControls, CallFunc_IsRotCarryActive_ReturnValue) == 0x000001, "Member 'WBP_RotBar_V2_C_ShouldShowReleaseControls::CallFunc_IsRotCarryActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldShowReleaseControls, CallFunc_IsRotCloudActive_ReturnValue) == 0x000002, "Member 'WBP_RotBar_V2_C_ShouldShowReleaseControls::CallFunc_IsRotCloudActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_ShouldShowReleaseControls, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WBP_RotBar_V2_C_ShouldShowReleaseControls::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_DeterminePendingPipProgress \ +static_assert(alignof(WBP_RotBar_V2_C_DeterminePendingPipProgress) == 0x000004, "Wrong alignment on WBP_RotBar_V2_C_DeterminePendingPipProgress"); \ +static_assert(sizeof(WBP_RotBar_V2_C_DeterminePendingPipProgress) == 0x000020, "Wrong size on WBP_RotBar_V2_C_DeterminePendingPipProgress"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, Index_0) == 0x000000, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, ActivePips) == 0x000004, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::ActivePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, PendingPips) == 0x000008, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::PendingPips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, ProgressRemainder) == 0x00000C, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::ProgressRemainder' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, Progress) == 0x000010, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePendingPipProgress, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_RotBar_V2_C_DeterminePendingPipProgress::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_DeterminePipState \ +static_assert(alignof(WBP_RotBar_V2_C_DeterminePipState) == 0x000004, "Wrong alignment on WBP_RotBar_V2_C_DeterminePipState"); \ +static_assert(sizeof(WBP_RotBar_V2_C_DeterminePipState) == 0x00002C, "Wrong size on WBP_RotBar_V2_C_DeterminePipState"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, Index_0) == 0x000000, "Member 'WBP_RotBar_V2_C_DeterminePipState::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, AvailablePips) == 0x000004, "Member 'WBP_RotBar_V2_C_DeterminePipState::AvailablePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, ProgressRemainder) == 0x000008, "Member 'WBP_RotBar_V2_C_DeterminePipState::ProgressRemainder' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, ActivePips) == 0x00000C, "Member 'WBP_RotBar_V2_C_DeterminePipState::ActivePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, ReturnValue) == 0x000010, "Member 'WBP_RotBar_V2_C_DeterminePipState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, StateIndex) == 0x000014, "Member 'WBP_RotBar_V2_C_DeterminePipState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, CallFunc_FCeil_ReturnValue) == 0x000018, "Member 'WBP_RotBar_V2_C_DeterminePipState::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_RotBar_V2_C_DeterminePipState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_RotBar_V2_C_DeterminePipState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_RotBar_V2_C_DeterminePipState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_RotBar_V2_C_DeterminePipState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_DeterminePipState, CallFunc_Less_IntInt_ReturnValue_2) == 0x000029, "Member 'WBP_RotBar_V2_C_DeterminePipState::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RotBar_V2_C_GetPipStateData \ +static_assert(alignof(WBP_RotBar_V2_C_GetPipStateData) == 0x000008, "Wrong alignment on WBP_RotBar_V2_C_GetPipStateData"); \ +static_assert(sizeof(WBP_RotBar_V2_C_GetPipStateData) == 0x000080, "Wrong size on WBP_RotBar_V2_C_GetPipStateData"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, Resources) == 0x000000, "Member 'WBP_RotBar_V2_C_GetPipStateData::Resources' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, Performer) == 0x000008, "Member 'WBP_RotBar_V2_C_GetPipStateData::Performer' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, NumPips) == 0x000010, "Member 'WBP_RotBar_V2_C_GetPipStateData::NumPips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, ActivePips) == 0x000014, "Member 'WBP_RotBar_V2_C_GetPipStateData::ActivePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, PendingPips) == 0x000018, "Member 'WBP_RotBar_V2_C_GetPipStateData::PendingPips' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, ProgressRemainder) == 0x00001C, "Member 'WBP_RotBar_V2_C_GetPipStateData::ProgressRemainder' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, Temp_float_Variable) == 0x000020, "Member 'WBP_RotBar_V2_C_GetPipStateData::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_GetPerformingActionPipCount_ReturnValue) == 0x000024, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_GetPerformingActionPipCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, Temp_byte_Variable) == 0x000028, "Member 'WBP_RotBar_V2_C_GetPipStateData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, Temp_bool_Variable) == 0x000029, "Member 'WBP_RotBar_V2_C_GetPipStateData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_Map_Find_Value) == 0x000030, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_BreakVector2D_X) == 0x00005C, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_BreakVector2D_Y) == 0x000060, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000064, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_FTrunc_ReturnValue) == 0x000068, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00006C, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_FCeil_ReturnValue) == 0x000070, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, CallFunc_Subtract_IntInt_ReturnValue) == 0x000074, "Member 'WBP_RotBar_V2_C_GetPipStateData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RotBar_V2_C_GetPipStateData, K2Node_Select_Default) == 0x000078, "Member 'WBP_RotBar_V2_C_GetPipStateData::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RotBar_V2_C \ +static_assert(alignof(UWBP_RotBar_V2_C) == 0x000008, "Wrong alignment on UWBP_RotBar_V2_C"); \ +static_assert(sizeof(UWBP_RotBar_V2_C) == 0x000288, "Wrong size on UWBP_RotBar_V2_C"); \ +static_assert(offsetof(UWBP_RotBar_V2_C, UberGraphFrame) == 0x000260, "Member 'UWBP_RotBar_V2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBar_V2_C, OutOfRotShake) == 0x000268, "Member 'UWBP_RotBar_V2_C::OutOfRotShake' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBar_V2_C, RotPipGrid) == 0x000270, "Member 'UWBP_RotBar_V2_C::RotPipGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBar_V2_C, RotStatusIcon) == 0x000278, "Member 'UWBP_RotBar_V2_C::RotStatusIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RotBar_V2_C, RotState) == 0x000280, "Member 'UWBP_RotBar_V2_C::RotState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_SetSkeletal \ +static_assert(alignof(Projectile_RotBait_C_SetSkeletal) == 0x000001, "Wrong alignment on Projectile_RotBait_C_SetSkeletal"); \ +static_assert(sizeof(Projectile_RotBait_C_SetSkeletal) == 0x000002, "Wrong size on Projectile_RotBait_C_SetSkeletal"); \ +static_assert(offsetof(Projectile_RotBait_C_SetSkeletal, Skeletal) == 0x000000, "Member 'Projectile_RotBait_C_SetSkeletal::Skeletal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_SetSkeletal, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'Projectile_RotBait_C_SetSkeletal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_SetVisible \ +static_assert(alignof(Projectile_RotBait_C_SetVisible) == 0x000001, "Wrong alignment on Projectile_RotBait_C_SetVisible"); \ +static_assert(sizeof(Projectile_RotBait_C_SetVisible) == 0x000002, "Wrong size on Projectile_RotBait_C_SetVisible"); \ +static_assert(offsetof(Projectile_RotBait_C_SetVisible, Visible) == 0x000000, "Member 'Projectile_RotBait_C_SetVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_SetVisible, Children_0) == 0x000001, "Member 'Projectile_RotBait_C_SetVisible::Children_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544 \ +static_assert(alignof(Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544) == 0x000004, "Wrong alignment on Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(sizeof(Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544) == 0x000008, "Wrong size on Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(offsetof(Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544, NotifyName) == 0x000000, "Member 'Projectile_RotBait_C_OnNotifyEnd_96DE23164AEACBA86129E3B6AA90D544::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544 \ +static_assert(alignof(Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544) == 0x000004, "Wrong alignment on Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(sizeof(Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544) == 0x000008, "Wrong size on Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(offsetof(Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544, NotifyName) == 0x000000, "Member 'Projectile_RotBait_C_OnNotifyBegin_96DE23164AEACBA86129E3B6AA90D544::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544 \ +static_assert(alignof(Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544) == 0x000004, "Wrong alignment on Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(sizeof(Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544) == 0x000008, "Wrong size on Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(offsetof(Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544, NotifyName) == 0x000000, "Member 'Projectile_RotBait_C_OnInterrupted_96DE23164AEACBA86129E3B6AA90D544::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544 \ +static_assert(alignof(Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544) == 0x000004, "Wrong alignment on Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(sizeof(Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544) == 0x000008, "Wrong size on Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(offsetof(Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544, NotifyName) == 0x000000, "Member 'Projectile_RotBait_C_OnBlendOut_96DE23164AEACBA86129E3B6AA90D544::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544 \ +static_assert(alignof(Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544) == 0x000004, "Wrong alignment on Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(sizeof(Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544) == 0x000008, "Wrong size on Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544"); \ +static_assert(offsetof(Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544, NotifyName) == 0x000000, "Member 'Projectile_RotBait_C_OnCompleted_96DE23164AEACBA86129E3B6AA90D544::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_ReceiveHit \ +static_assert(alignof(Projectile_RotBait_C_ReceiveHit) == 0x000008, "Wrong alignment on Projectile_RotBait_C_ReceiveHit"); \ +static_assert(sizeof(Projectile_RotBait_C_ReceiveHit) == 0x0000C8, "Wrong size on Projectile_RotBait_C_ReceiveHit"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, MyComp) == 0x000000, "Member 'Projectile_RotBait_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, Other) == 0x000008, "Member 'Projectile_RotBait_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, OtherComp) == 0x000010, "Member 'Projectile_RotBait_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'Projectile_RotBait_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'Projectile_RotBait_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, HitNormal) == 0x000028, "Member 'Projectile_RotBait_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'Projectile_RotBait_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ReceiveHit, Hit) == 0x000040, "Member 'Projectile_RotBait_C_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_OnPostFire \ +static_assert(alignof(Projectile_RotBait_C_OnPostFire) == 0x000004, "Wrong alignment on Projectile_RotBait_C_OnPostFire"); \ +static_assert(sizeof(Projectile_RotBait_C_OnPostFire) == 0x00000C, "Wrong size on Projectile_RotBait_C_OnPostFire"); \ +static_assert(offsetof(Projectile_RotBait_C_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_RotBait_C_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait \ +static_assert(alignof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait) == 0x000008, "Wrong alignment on Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait"); \ +static_assert(sizeof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait) == 0x0002A0, "Wrong size on Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, EntryPoint) == 0x000000, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, Temp_name_Variable) == 0x00007C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_MyComp) == 0x000088, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_Other) == 0x000090, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_OtherComp) == 0x000098, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_bSelfMoved) == 0x0000A0, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_HitLocation) == 0x0000A4, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_HitNormal) == 0x0000B0, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_NormalImpulse) == 0x0000BC, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_Hit) == 0x0000C8, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000150, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001D8, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_IsVisible_ReturnValue) == 0x0001D9, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_DynamicCast_AsMochi_Character) == 0x0001E0, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0001E9, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_Event_wsForce) == 0x0001EC, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001F8, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_6) == 0x000208, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, K2Node_CreateDelegate_OutputDelegate_7) == 0x000218, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000228, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000230, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x000238, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_TryGiveAnyRot_OutRots) == 0x000248, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_TryGiveAnyRot_ReturnValue) == 0x000258, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000260, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000268, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00026C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_BreakRotator_Roll) == 0x000278, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_BreakRotator_Pitch) == 0x00027C, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_BreakRotator_Yaw) == 0x000280, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_MakeRotator_ReturnValue) == 0x000284, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000290, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000298, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait, CallFunc_IsValid_ReturnValue) == 0x000299, "Member 'Projectile_RotBait_C_ExecuteUbergraph_Projectile_RotBait::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_RotBait_C \ +static_assert(alignof(AProjectile_RotBait_C) == 0x000008, "Wrong alignment on AProjectile_RotBait_C"); \ +static_assert(sizeof(AProjectile_RotBait_C) == 0x000398, "Wrong size on AProjectile_RotBait_C"); \ +static_assert(offsetof(AProjectile_RotBait_C, UberGraphFrame) == 0x000320, "Member 'AProjectile_RotBait_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, RotMoveByAIFollow) == 0x000328, "Member 'AProjectile_RotBait_C::RotMoveByAIFollow' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, RotOwner) == 0x000330, "Member 'AProjectile_RotBait_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, PointLight) == 0x000338, "Member 'AProjectile_RotBait_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, P_HeroRot_Ribbon) == 0x000340, "Member 'AProjectile_RotBait_C::P_HeroRot_Ribbon' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, Hero_Rot_Trail) == 0x000348, "Member 'AProjectile_RotBait_C::Hero_Rot_Trail' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, ArrivalGlow) == 0x000350, "Member 'AProjectile_RotBait_C::ArrivalGlow' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, SkeletalMesh) == 0x000358, "Member 'AProjectile_RotBait_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, Mesh) == 0x000360, "Member 'AProjectile_RotBait_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, Collision) == 0x000368, "Member 'AProjectile_RotBait_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, FadeOutLight_Light_228C34684B44921E234302A143612EC9) == 0x000370, "Member 'AProjectile_RotBait_C::FadeOutLight_Light_228C34684B44921E234302A143612EC9' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, FadeOutLight__Direction_228C34684B44921E234302A143612EC9) == 0x000374, "Member 'AProjectile_RotBait_C::FadeOutLight__Direction_228C34684B44921E234302A143612EC9' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, FadeOutLight) == 0x000378, "Member 'AProjectile_RotBait_C::FadeOutLight' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, LightIntensity) == 0x000380, "Member 'AProjectile_RotBait_C::LightIntensity' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, TimeoutTimer) == 0x000388, "Member 'AProjectile_RotBait_C::TimeoutTimer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBait_C, RotTimeoutDuration) == 0x000390, "Member 'AProjectile_RotBait_C::RotTimeoutDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim \ +static_assert(alignof(WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim) == 0x000008, "Wrong size on WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim, Anim) == 0x000000, "Member 'WBP_KenaHealthBar_C_GetMaxHealthIncreasedAnim::Anim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_GetProgressRetainer \ +static_assert(alignof(WBP_KenaHealthBar_C_GetProgressRetainer) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_GetProgressRetainer"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_GetProgressRetainer) == 0x000008, "Wrong size on WBP_KenaHealthBar_C_GetProgressRetainer"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetProgressRetainer, ProgressRetainer_0) == 0x000000, "Member 'WBP_KenaHealthBar_C_GetProgressRetainer::ProgressRetainer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_GetHealthbarResizer \ +static_assert(alignof(WBP_KenaHealthBar_C_GetHealthbarResizer) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_GetHealthbarResizer"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_GetHealthbarResizer) == 0x000008, "Wrong size on WBP_KenaHealthBar_C_GetHealthbarResizer"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetHealthbarResizer, HealthbarSizer_0) == 0x000000, "Member 'WBP_KenaHealthBar_C_GetHealthbarResizer::HealthbarSizer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_SyncMaxHealth \ +static_assert(alignof(WBP_KenaHealthBar_C_SyncMaxHealth) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_SyncMaxHealth"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_SyncMaxHealth) == 0x000048, "Wrong size on WBP_KenaHealthBar_C_SyncMaxHealth"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_SyncMaxHealth, Resources) == 0x000000, "Member 'WBP_KenaHealthBar_C_SyncMaxHealth::Resources' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_SyncMaxHealth, Temp_byte_Variable) == 0x000008, "Member 'WBP_KenaHealthBar_C_SyncMaxHealth::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_SyncMaxHealth, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_KenaHealthBar_C_SyncMaxHealth::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_SyncMaxHealth, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'WBP_KenaHealthBar_C_SyncMaxHealth::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_SyncMaxHealth, CallFunc_BreakVector2D_X) == 0x00003C, "Member 'WBP_KenaHealthBar_C_SyncMaxHealth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_SyncMaxHealth, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'WBP_KenaHealthBar_C_SyncMaxHealth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_HandleLastHit \ +static_assert(alignof(WBP_KenaHealthBar_C_HandleLastHit) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_HandleLastHit"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_HandleLastHit) == 0x000008, "Wrong size on WBP_KenaHealthBar_C_HandleLastHit"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HandleLastHit, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_KenaHealthBar_C_HandleLastHit::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_HandleKenaKilled \ +static_assert(alignof(WBP_KenaHealthBar_C_HandleKenaKilled) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_HandleKenaKilled"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_HandleKenaKilled) == 0x000008, "Wrong size on WBP_KenaHealthBar_C_HandleKenaKilled"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HandleKenaKilled, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_KenaHealthBar_C_HandleKenaKilled::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_HandleHealthIncreased \ +static_assert(alignof(WBP_KenaHealthBar_C_HandleHealthIncreased) == 0x000001, "Wrong alignment on WBP_KenaHealthBar_C_HandleHealthIncreased"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_HandleHealthIncreased) == 0x000001, "Wrong size on WBP_KenaHealthBar_C_HandleHealthIncreased"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HandleHealthIncreased, ResourceType) == 0x000000, "Member 'WBP_KenaHealthBar_C_HandleHealthIncreased::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_BindDelegates \ +static_assert(alignof(WBP_KenaHealthBar_C_BindDelegates) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_BindDelegates"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_BindDelegates) == 0x000070, "Wrong size on WBP_KenaHealthBar_C_BindDelegates"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, Character) == 0x000000, "Member 'WBP_KenaHealthBar_C_BindDelegates::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, Decreased) == 0x000008, "Member 'WBP_KenaHealthBar_C_BindDelegates::Decreased' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, Increased) == 0x000018, "Member 'WBP_KenaHealthBar_C_BindDelegates::Increased' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, KenaKilled) == 0x000028, "Member 'WBP_KenaHealthBar_C_BindDelegates::KenaKilled' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, InitiateLastHit) == 0x000038, "Member 'WBP_KenaHealthBar_C_BindDelegates::InitiateLastHit' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, LastHItRestored) == 0x000048, "Member 'WBP_KenaHealthBar_C_BindDelegates::LastHItRestored' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, Resized) == 0x000058, "Member 'WBP_KenaHealthBar_C_BindDelegates::Resized' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_BindDelegates, CallFunc_GetResources_ReturnValue) == 0x000068, "Member 'WBP_KenaHealthBar_C_BindDelegates::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_HealthDecreased \ +static_assert(alignof(WBP_KenaHealthBar_C_HealthDecreased) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_HealthDecreased"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_HealthDecreased) == 0x000018, "Wrong size on WBP_KenaHealthBar_C_HealthDecreased"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthDecreased, ResourceType) == 0x000000, "Member 'WBP_KenaHealthBar_C_HealthDecreased::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthDecreased, DeltaHP) == 0x000004, "Member 'WBP_KenaHealthBar_C_HealthDecreased::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthDecreased, DecreaseInstigator) == 0x000008, "Member 'WBP_KenaHealthBar_C_HealthDecreased::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthDecreased, Causer) == 0x000010, "Member 'WBP_KenaHealthBar_C_HealthDecreased::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_HealthIncreased \ +static_assert(alignof(WBP_KenaHealthBar_C_HealthIncreased) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_HealthIncreased"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_HealthIncreased) == 0x000018, "Wrong size on WBP_KenaHealthBar_C_HealthIncreased"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthIncreased, ResourceType) == 0x000000, "Member 'WBP_KenaHealthBar_C_HealthIncreased::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthIncreased, DeltaHP) == 0x000004, "Member 'WBP_KenaHealthBar_C_HealthIncreased::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthIncreased, IncreaseInstigator) == 0x000008, "Member 'WBP_KenaHealthBar_C_HealthIncreased::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_HealthIncreased, Causer) == 0x000010, "Member 'WBP_KenaHealthBar_C_HealthIncreased::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_Resized \ +static_assert(alignof(WBP_KenaHealthBar_C_Resized) == 0x000004, "Wrong alignment on WBP_KenaHealthBar_C_Resized"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_Resized) == 0x00000C, "Wrong size on WBP_KenaHealthBar_C_Resized"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_Resized, ResourceType) == 0x000000, "Member 'WBP_KenaHealthBar_C_Resized::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_Resized, Size) == 0x000004, "Member 'WBP_KenaHealthBar_C_Resized::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_Tick \ +static_assert(alignof(WBP_KenaHealthBar_C_Tick) == 0x000004, "Wrong alignment on WBP_KenaHealthBar_C_Tick"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_Tick) == 0x00003C, "Wrong size on WBP_KenaHealthBar_C_Tick"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_KenaHealthBar_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_KenaHealthBar_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar \ +static_assert(alignof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar) == 0x000120, "Wrong size on WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, EntryPoint) == 0x000000, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CreateDelegate_OutputDelegate_3) == 0x000070, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CreateDelegate_OutputDelegate_5) == 0x000090, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_ResourceType_2) == 0x0000A0, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_ResourceType_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_DeltaHP_1) == 0x0000A4, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_DeltaHP_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_DecreaseInstigator_1) == 0x0000A8, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_DecreaseInstigator_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_Causer_2) == 0x0000B0, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_Causer_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_ResourceType_1) == 0x0000B8, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_ResourceType_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_DeltaHP) == 0x0000BC, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_IncreaseInstigator) == 0x0000C0, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_Causer_1) == 0x0000C8, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_Causer_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_DeadActor) == 0x0000D0, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_DeadActor' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_DecreaseInstigator) == 0x0000D8, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_Causer) == 0x0000E0, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_ResourceType) == 0x0000E8, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_ResourceType' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_CustomEvent_Size) == 0x0000EC, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_CustomEvent_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, CallFunc_BreakVector2D_X) == 0x0000F4, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, CallFunc_BreakVector2D_Y) == 0x0000F8, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_SwitchEnum_CmpSuccess) == 0x0000FC, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, CallFunc_GetPlayerPawn_ReturnValue) == 0x000100, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000108, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar, CallFunc_GetResources_ReturnValue) == 0x000118, "Member 'WBP_KenaHealthBar_C_ExecuteUbergraph_WBP_KenaHealthBar::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_KenaKilled \ +static_assert(alignof(WBP_KenaHealthBar_C_KenaKilled) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_KenaKilled"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_KenaKilled) == 0x000018, "Wrong size on WBP_KenaHealthBar_C_KenaKilled"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_KenaKilled, DeadActor) == 0x000000, "Member 'WBP_KenaHealthBar_C_KenaKilled::DeadActor' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_KenaKilled, DecreaseInstigator) == 0x000008, "Member 'WBP_KenaHealthBar_C_KenaKilled::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_KenaKilled, Causer) == 0x000010, "Member 'WBP_KenaHealthBar_C_KenaKilled::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_GetDefaultHealthMax \ +static_assert(alignof(WBP_KenaHealthBar_C_GetDefaultHealthMax) == 0x000004, "Wrong alignment on WBP_KenaHealthBar_C_GetDefaultHealthMax"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_GetDefaultHealthMax) == 0x000004, "Wrong size on WBP_KenaHealthBar_C_GetDefaultHealthMax"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetDefaultHealthMax, MaxHealth) == 0x000000, "Member 'WBP_KenaHealthBar_C_GetDefaultHealthMax::MaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_ShouldBeVisible \ +static_assert(alignof(WBP_KenaHealthBar_C_ShouldBeVisible) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_ShouldBeVisible"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_ShouldBeVisible) == 0x000020, "Wrong size on WBP_KenaHealthBar_C_ShouldBeVisible"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, ReturnValue) == 0x000000, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_GetCurrentHealthPercent_Percent) == 0x000004, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_GetCurrentHealthPercent_Percent' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000008, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_GetCurrentHealthPercent_Percent_1) == 0x00000C, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_GetCurrentHealthPercent_Percent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000010, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_IsInCombat_ReturnValue) == 0x000019, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue_1) == 0x00001B, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_ShouldBeVisible, CallFunc_BooleanOR_ReturnValue_2) == 0x00001C, "Member 'WBP_KenaHealthBar_C_ShouldBeVisible::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KenaHealthBar_C_GetCurrentHealthPercent \ +static_assert(alignof(WBP_KenaHealthBar_C_GetCurrentHealthPercent) == 0x000008, "Wrong alignment on WBP_KenaHealthBar_C_GetCurrentHealthPercent"); \ +static_assert(sizeof(WBP_KenaHealthBar_C_GetCurrentHealthPercent) == 0x000028, "Wrong size on WBP_KenaHealthBar_C_GetCurrentHealthPercent"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetCurrentHealthPercent, Percent_0) == 0x000000, "Member 'WBP_KenaHealthBar_C_GetCurrentHealthPercent::Percent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetCurrentHealthPercent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_KenaHealthBar_C_GetCurrentHealthPercent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetCurrentHealthPercent, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'WBP_KenaHealthBar_C_GetCurrentHealthPercent::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetCurrentHealthPercent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_KenaHealthBar_C_GetCurrentHealthPercent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetCurrentHealthPercent, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x00001C, "Member 'WBP_KenaHealthBar_C_GetCurrentHealthPercent::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_KenaHealthBar_C_GetCurrentHealthPercent, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000020, "Member 'WBP_KenaHealthBar_C_GetCurrentHealthPercent::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KenaHealthBar_C \ +static_assert(alignof(UWBP_KenaHealthBar_C) == 0x000008, "Wrong alignment on UWBP_KenaHealthBar_C"); \ +static_assert(sizeof(UWBP_KenaHealthBar_C) == 0x0002D0, "Wrong size on UWBP_KenaHealthBar_C"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, UberGraphFrame_WBP_KenaHealthBar_C) == 0x000290, "Member 'UWBP_KenaHealthBar_C::UberGraphFrame_WBP_KenaHealthBar_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, MaxHealthIncreased) == 0x000298, "Member 'UWBP_KenaHealthBar_C::MaxHealthIncreased' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, Killed) == 0x0002A0, "Member 'UWBP_KenaHealthBar_C::Killed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, LastHitInitiated) == 0x0002A8, "Member 'UWBP_KenaHealthBar_C::LastHitInitiated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, HealthbarSizer) == 0x0002B0, "Member 'UWBP_KenaHealthBar_C::HealthbarSizer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, LastHitIndicator) == 0x0002B8, "Member 'UWBP_KenaHealthBar_C::LastHitIndicator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, ProgressRetainer) == 0x0002C0, "Member 'UWBP_KenaHealthBar_C::ProgressRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, LastHitActivated) == 0x0002C8, "Member 'UWBP_KenaHealthBar_C::LastHitActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KenaHealthBar_C, PendingNewMaxHealth) == 0x0002CC, "Member 'UWBP_KenaHealthBar_C::PendingNewMaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes \ +static_assert(alignof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes) == 0x000008, "Wrong alignment on BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes"); \ +static_assert(sizeof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes) == 0x000020, "Wrong size on BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes, EntryPoint) == 0x000000, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_ExecuteUbergraph_BP_OptionsHoldInputToSkipCutscenes::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue, CallFunc_GetDefaultHoldInputToSkipCutscenes_ReturnValue) == 0x000018, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue::CallFunc_GetDefaultHoldInputToSkipCutscenes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue, CallFunc_GetHoldInputToSkipCutscenes_ReturnValue) == 0x000018, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue::CallFunc_GetHoldInputToSkipCutscenes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsHoldInputToSkipCutscenes_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsHoldInputToSkipCutscenes_C \ +static_assert(alignof(UBP_OptionsHoldInputToSkipCutscenes_C) == 0x000008, "Wrong alignment on UBP_OptionsHoldInputToSkipCutscenes_C"); \ +static_assert(sizeof(UBP_OptionsHoldInputToSkipCutscenes_C) == 0x000030, "Wrong size on UBP_OptionsHoldInputToSkipCutscenes_C"); \ +static_assert(offsetof(UBP_OptionsHoldInputToSkipCutscenes_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsHoldInputToSkipCutscenes_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Pterodactyl_C \ +static_assert(alignof(ABP_CM_Hat_Pterodactyl_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Pterodactyl_C"); \ +static_assert(sizeof(ABP_CM_Hat_Pterodactyl_C) == 0x000240, "Wrong size on ABP_CM_Hat_Pterodactyl_C"); \ +static_assert(offsetof(ABP_CM_Hat_Pterodactyl_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Pterodactyl_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Common_C_Timespan_To_Text \ +static_assert(alignof(BPFL_Common_C_Timespan_To_Text) == 0x000008, "Wrong alignment on BPFL_Common_C_Timespan_To_Text"); \ +static_assert(sizeof(BPFL_Common_C_Timespan_To_Text) == 0x000170, "Wrong size on BPFL_Common_C_Timespan_To_Text"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, InTimespan) == 0x000000, "Member 'BPFL_Common_C_Timespan_To_Text::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, __WorldContext) == 0x000008, "Member 'BPFL_Common_C_Timespan_To_Text::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, Text) == 0x000010, "Member 'BPFL_Common_C_Timespan_To_Text::Text' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_BreakTimespan_Days) == 0x000028, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_BreakTimespan_Hours) == 0x00002C, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_BreakTimespan_Minutes) == 0x000030, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_BreakTimespan_Seconds) == 0x000034, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_BreakTimespan_Milliseconds) == 0x000038, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000058, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BPFL_Common_C_Timespan_To_Text::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BPFL_Common_C_Timespan_To_Text::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0000F0, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BPFL_Common_C_Timespan_To_Text::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, K2Node_MakeArray_Array) == 0x000148, "Member 'BPFL_Common_C_Timespan_To_Text::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_Timespan_To_Text, CallFunc_Format_ReturnValue) == 0x000158, "Member 'BPFL_Common_C_Timespan_To_Text::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Common_C_IncrementLoopingInt \ +static_assert(alignof(BPFL_Common_C_IncrementLoopingInt) == 0x000008, "Wrong alignment on BPFL_Common_C_IncrementLoopingInt"); \ +static_assert(sizeof(BPFL_Common_C_IncrementLoopingInt) == 0x000020, "Wrong size on BPFL_Common_C_IncrementLoopingInt"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, IntegerToLoop) == 0x000000, "Member 'BPFL_Common_C_IncrementLoopingInt::IntegerToLoop' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, LoopCount) == 0x000004, "Member 'BPFL_Common_C_IncrementLoopingInt::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, __WorldContext) == 0x000008, "Member 'BPFL_Common_C_IncrementLoopingInt::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, Result) == 0x000010, "Member 'BPFL_Common_C_IncrementLoopingInt::Result' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, Temp_int_Variable) == 0x000014, "Member 'BPFL_Common_C_IncrementLoopingInt::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, CallFunc_Percent_IntInt_ReturnValue) == 0x000018, "Member 'BPFL_Common_C_IncrementLoopingInt::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_IncrementLoopingInt, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BPFL_Common_C_IncrementLoopingInt::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Common_C_WarpPlayer \ +static_assert(alignof(BPFL_Common_C_WarpPlayer) == 0x000010, "Wrong alignment on BPFL_Common_C_WarpPlayer"); \ +static_assert(sizeof(BPFL_Common_C_WarpPlayer) == 0x0000F0, "Wrong size on BPFL_Common_C_WarpPlayer"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, WorldContextObject) == 0x000000, "Member 'BPFL_Common_C_WarpPlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, SetLocation) == 0x000008, "Member 'BPFL_Common_C_WarpPlayer::SetLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, WarpTransform) == 0x000010, "Member 'BPFL_Common_C_WarpPlayer::WarpTransform' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, SetControlRotation) == 0x000040, "Member 'BPFL_Common_C_WarpPlayer::SetControlRotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, LookAtPoint) == 0x000044, "Member 'BPFL_Common_C_WarpPlayer::LookAtPoint' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, UseLevelLoad) == 0x000050, "Member 'BPFL_Common_C_WarpPlayer::UseLevelLoad' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, __WorldContext) == 0x000058, "Member 'BPFL_Common_C_WarpPlayer::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_BreakTransform_Location) == 0x000060, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000090, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, K2Node_DynamicCast_AsKena_Controller) == 0x000098, "Member 'BPFL_Common_C_WarpPlayer::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BPFL_Common_C_WarpPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x0000A4, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x0000B0, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000BC, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000C8, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000D0, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, CallFunc_K2_TeleportTo_ReturnValue) == 0x0000D8, "Member 'BPFL_Common_C_WarpPlayer::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x0000E0, "Member 'BPFL_Common_C_WarpPlayer::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Common_C_WarpPlayer, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'BPFL_Common_C_WarpPlayer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_Common_C \ +static_assert(alignof(UBPFL_Common_C) == 0x000008, "Wrong alignment on UBPFL_Common_C"); \ +static_assert(sizeof(UBPFL_Common_C) == 0x000028, "Wrong size on UBPFL_Common_C"); \ + +#define DUMPER7_ASSERTS_BP_CinematicInhibitedState_C_Update \ +static_assert(alignof(BP_CinematicInhibitedState_C_Update) == 0x000004, "Wrong alignment on BP_CinematicInhibitedState_C_Update"); \ +static_assert(sizeof(BP_CinematicInhibitedState_C_Update) == 0x000004, "Wrong size on BP_CinematicInhibitedState_C_Update"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_Update, DeltaTime) == 0x000000, "Member 'BP_CinematicInhibitedState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState \ +static_assert(alignof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState) == 0x000008, "Wrong alignment on BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState"); \ +static_assert(sizeof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState) == 0x000038, "Wrong size on BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, EntryPoint) == 0x000000, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, K2Node_Event_DeltaTime) == 0x000010, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, K2Node_DynamicCast_AsKena_Controller) == 0x000018, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, CallFunc_IsSuspended_ReturnValue) == 0x000021, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::CallFunc_IsSuspended_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x000030, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x000031, "Member 'BP_CinematicInhibitedState_C_ExecuteUbergraph_BP_CinematicInhibitedState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CinematicInhibitedState_C \ +static_assert(alignof(UBP_CinematicInhibitedState_C) == 0x000008, "Wrong alignment on UBP_CinematicInhibitedState_C"); \ +static_assert(sizeof(UBP_CinematicInhibitedState_C) == 0x000128, "Wrong size on UBP_CinematicInhibitedState_C"); \ +static_assert(offsetof(UBP_CinematicInhibitedState_C, UberGraphFrame) == 0x000120, "Member 'UBP_CinematicInhibitedState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Witch_C \ +static_assert(alignof(ABP_CM_Hat_Witch_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Witch_C"); \ +static_assert(sizeof(ABP_CM_Hat_Witch_C) == 0x000240, "Wrong size on ABP_CM_Hat_Witch_C"); \ +static_assert(offsetof(ABP_CM_Hat_Witch_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Witch_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttackBlocked_C \ +static_assert(alignof(UAttackBlocked_C) == 0x000010, "Wrong alignment on UAttackBlocked_C"); \ +static_assert(sizeof(UAttackBlocked_C) == 0x0001B0, "Wrong size on UAttackBlocked_C"); \ + +#define DUMPER7_ASSERTS_ULightStagger1_C \ +static_assert(alignof(ULightStagger1_C) == 0x000010, "Wrong alignment on ULightStagger1_C"); \ +static_assert(sizeof(ULightStagger1_C) == 0x0001B0, "Wrong size on ULightStagger1_C"); \ + +#define DUMPER7_ASSERTS_AAbility_MultishotBomb_C \ +static_assert(alignof(AAbility_MultishotBomb_C) == 0x000010, "Wrong alignment on AAbility_MultishotBomb_C"); \ +static_assert(sizeof(AAbility_MultishotBomb_C) == 0x0003F0, "Wrong size on AAbility_MultishotBomb_C"); \ + +#define DUMPER7_ASSERTS_UStrongStagger1_C \ +static_assert(alignof(UStrongStagger1_C) == 0x000010, "Wrong alignment on UStrongStagger1_C"); \ +static_assert(sizeof(UStrongStagger1_C) == 0x0001B0, "Wrong size on UStrongStagger1_C"); \ + +#define DUMPER7_ASSERTS_Game_C_ExecuteUbergraph_Game \ +static_assert(alignof(Game_C_ExecuteUbergraph_Game) == 0x000004, "Wrong alignment on Game_C_ExecuteUbergraph_Game"); \ +static_assert(sizeof(Game_C_ExecuteUbergraph_Game) == 0x000004, "Wrong size on Game_C_ExecuteUbergraph_Game"); \ +static_assert(offsetof(Game_C_ExecuteUbergraph_Game, EntryPoint) == 0x000000, "Member 'Game_C_ExecuteUbergraph_Game::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGame_C \ +static_assert(alignof(AGame_C) == 0x000008, "Wrong alignment on AGame_C"); \ +static_assert(sizeof(AGame_C) == 0x000238, "Wrong size on AGame_C"); \ +static_assert(offsetof(AGame_C, UberGraphFrame) == 0x000230, "Member 'AGame_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint \ +static_assert(alignof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint) == 0x000010, "Wrong alignment on BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint"); \ +static_assert(sizeof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint) == 0x0000B0, "Wrong size on BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, ReturnValue) == 0x000000, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, Temp_bool_Variable) == 0x00000C, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_GetForwardVector_ReturnValue) == 0x000050, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_BreakTransform_Location) == 0x00005C, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_BreakTransform_Rotation) == 0x000068, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_BreakTransform_Scale) == 0x000074, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000080, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00008C, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint, K2Node_Select_Default) == 0x000098, "Member 'BP_CinematicPlayerWarpTrigger_C_GetLookAtPoint::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicPlayerWarpTrigger_C_WarpPlayer \ +static_assert(alignof(BP_CinematicPlayerWarpTrigger_C_WarpPlayer) == 0x000010, "Wrong alignment on BP_CinematicPlayerWarpTrigger_C_WarpPlayer"); \ +static_assert(sizeof(BP_CinematicPlayerWarpTrigger_C_WarpPlayer) == 0x000050, "Wrong size on BP_CinematicPlayerWarpTrigger_C_WarpPlayer"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_WarpPlayer, TriggerParams) == 0x000000, "Member 'BP_CinematicPlayerWarpTrigger_C_WarpPlayer::TriggerParams' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_WarpPlayer, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_CinematicPlayerWarpTrigger_C_WarpPlayer::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_WarpPlayer, CallFunc_GetLookAtPoint_ReturnValue) == 0x000040, "Member 'BP_CinematicPlayerWarpTrigger_C_WarpPlayer::CallFunc_GetLookAtPoint_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger \ +static_assert(alignof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger) == 0x000010, "Wrong alignment on BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger"); \ +static_assert(sizeof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger) == 0x0000B0, "Wrong size on BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, EntryPoint) == 0x000000, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_GetMochiGameInstance_ReturnValue) == 0x000008, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_GetMochiGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, K2Node_MakeStruct_Color) == 0x000010, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, K2Node_MakeStruct_Color_1) == 0x000014, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_GetLookAtPoint_ReturnValue) == 0x000018, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_GetLookAtPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000030, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_GetLookAtPoint_ReturnValue_1) == 0x000060, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_GetLookAtPoint_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_FindLookAtRotation_ReturnValue) == 0x000080, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000090, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, K2Node_MakeStruct_Color_2) == 0x000098, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009C, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger, K2Node_MakeStruct_Color_3) == 0x0000A0, "Member 'BP_CinematicPlayerWarpTrigger_C_ExecuteUbergraph_BP_CinematicPlayerWarpTrigger::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CinematicPlayerWarpTrigger_C \ +static_assert(alignof(ABP_CinematicPlayerWarpTrigger_C) == 0x000008, "Wrong alignment on ABP_CinematicPlayerWarpTrigger_C"); \ +static_assert(sizeof(ABP_CinematicPlayerWarpTrigger_C) == 0x000280, "Wrong size on ABP_CinematicPlayerWarpTrigger_C"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, UberGraphFrame) == 0x000228, "Member 'ABP_CinematicPlayerWarpTrigger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, Transform_Don_t_Touch__) == 0x000230, "Member 'ABP_CinematicPlayerWarpTrigger_C::Transform_Don_t_Touch__' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, LookAtPoint) == 0x000238, "Member 'ABP_CinematicPlayerWarpTrigger_C::LookAtPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, Capsule) == 0x000240, "Member 'ABP_CinematicPlayerWarpTrigger_C::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, StaticMesh) == 0x000248, "Member 'ABP_CinematicPlayerWarpTrigger_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, CinematicWarp) == 0x000250, "Member 'ABP_CinematicPlayerWarpTrigger_C::CinematicWarp' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, ControlRotation) == 0x000258, "Member 'ABP_CinematicPlayerWarpTrigger_C::ControlRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, Billboard) == 0x000260, "Member 'ABP_CinematicPlayerWarpTrigger_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_CinematicPlayerWarpTrigger_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, WarpPerformsLoad) == 0x000270, "Member 'ABP_CinematicPlayerWarpTrigger_C::WarpPerformsLoad' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, WarpUsesFade) == 0x000271, "Member 'ABP_CinematicPlayerWarpTrigger_C::WarpUsesFade' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, FadeDuration) == 0x000274, "Member 'ABP_CinematicPlayerWarpTrigger_C::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicPlayerWarpTrigger_C, UseLookatPoint) == 0x000278, "Member 'ABP_CinematicPlayerWarpTrigger_C::UseLookatPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Bat_C \ +static_assert(alignof(ABP_CM_Hat_Bat_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Bat_C"); \ +static_assert(sizeof(ABP_CM_Hat_Bat_C) == 0x000240, "Wrong size on ABP_CM_Hat_Bat_C"); \ +static_assert(offsetof(ABP_CM_Hat_Bat_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Bat_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_TryInject \ +static_assert(alignof(Ability_Bow_C_TryInject) == 0x000008, "Wrong alignment on Ability_Bow_C_TryInject"); \ +static_assert(sizeof(Ability_Bow_C_TryInject) == 0x000040, "Wrong size on Ability_Bow_C_TryInject"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_TryInject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_CanInject_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_TryInject::CallFunc_CanInject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_SwapCurrentProjectile_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_TryInject::CallFunc_SwapCurrentProjectile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_TryInject::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Ability_Bow_C_TryInject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000020, "Member 'Ability_Bow_C_TryInject::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_TryUseRotPip_ToRotOwner_CastInput) == 0x000028, "Member 'Ability_Bow_C_TryInject::CallFunc_TryUseRotPip_ToRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryInject, CallFunc_TryUseRotPip_ReturnValue) == 0x000038, "Member 'Ability_Bow_C_TryInject::CallFunc_TryUseRotPip_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_GetStaff \ +static_assert(alignof(Ability_Bow_C_GetStaff) == 0x000008, "Wrong alignment on Ability_Bow_C_GetStaff"); \ +static_assert(sizeof(Ability_Bow_C_GetStaff) == 0x000018, "Wrong size on Ability_Bow_C_GetStaff"); \ +static_assert(offsetof(Ability_Bow_C_GetStaff, Staff) == 0x000000, "Member 'Ability_Bow_C_GetStaff::Staff' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetStaff, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_GetStaff::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetStaff, CallFunc_GetActiveStaff_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_GetStaff::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_GetQuiverRechargeProgress \ +static_assert(alignof(Ability_Bow_C_GetQuiverRechargeProgress) == 0x000004, "Wrong alignment on Ability_Bow_C_GetQuiverRechargeProgress"); \ +static_assert(sizeof(Ability_Bow_C_GetQuiverRechargeProgress) == 0x00001C, "Wrong size on Ability_Bow_C_GetQuiverRechargeProgress"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, CallFunc_GetQuiverSize_Size) == 0x000004, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::CallFunc_GetQuiverSize_Size' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, CallFunc_SelectFloat_ReturnValue) == 0x00000C, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000014, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverRechargeProgress, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'Ability_Bow_C_GetQuiverRechargeProgress::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_TryStartFocusSlomo \ +static_assert(alignof(Ability_Bow_C_TryStartFocusSlomo) == 0x000001, "Wrong alignment on Ability_Bow_C_TryStartFocusSlomo"); \ +static_assert(sizeof(Ability_Bow_C_TryStartFocusSlomo) == 0x000002, "Wrong size on Ability_Bow_C_TryStartFocusSlomo"); \ +static_assert(offsetof(Ability_Bow_C_TryStartFocusSlomo, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_TryStartFocusSlomo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_TryStartFocusSlomo, CallFunc_CanFocusSlomo_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_TryStartFocusSlomo::CallFunc_CanFocusSlomo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_HandleActivationFailed \ +static_assert(alignof(Ability_Bow_C_HandleActivationFailed) == 0x000001, "Wrong alignment on Ability_Bow_C_HandleActivationFailed"); \ +static_assert(sizeof(Ability_Bow_C_HandleActivationFailed) == 0x000002, "Wrong size on Ability_Bow_C_HandleActivationFailed"); \ +static_assert(offsetof(Ability_Bow_C_HandleActivationFailed, ShouldExpireInput) == 0x000000, "Member 'Ability_Bow_C_HandleActivationFailed::ShouldExpireInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HandleActivationFailed, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_HandleActivationFailed::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_SetQuiverUnlimited \ +static_assert(alignof(Ability_Bow_C_SetQuiverUnlimited) == 0x000001, "Wrong alignment on Ability_Bow_C_SetQuiverUnlimited"); \ +static_assert(sizeof(Ability_Bow_C_SetQuiverUnlimited) == 0x000002, "Wrong size on Ability_Bow_C_SetQuiverUnlimited"); \ +static_assert(offsetof(Ability_Bow_C_SetQuiverUnlimited, Unlimited) == 0x000000, "Member 'Ability_Bow_C_SetQuiverUnlimited::Unlimited' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_SetQuiverUnlimited, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_SetQuiverUnlimited::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_GetInventory \ +static_assert(alignof(Ability_Bow_C_GetInventory) == 0x000008, "Wrong alignment on Ability_Bow_C_GetInventory"); \ +static_assert(sizeof(Ability_Bow_C_GetInventory) == 0x000020, "Wrong size on Ability_Bow_C_GetInventory"); \ +static_assert(offsetof(Ability_Bow_C_GetInventory, Inventory) == 0x000000, "Member 'Ability_Bow_C_GetInventory::Inventory' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetInventory, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_GetInventory::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetInventory, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_GetInventory::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetInventory, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Ability_Bow_C_GetInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_GetQuiverSize \ +static_assert(alignof(Ability_Bow_C_GetQuiverSize) == 0x000008, "Wrong alignment on Ability_Bow_C_GetQuiverSize"); \ +static_assert(sizeof(Ability_Bow_C_GetQuiverSize) == 0x000030, "Wrong size on Ability_Bow_C_GetQuiverSize"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, Size) == 0x000000, "Member 'Ability_Bow_C_GetQuiverSize::Size' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_GetInventory_Inventory) == 0x000008, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_GetInventory_Inventory' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_HasInventoryItem_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_GetInventory_Inventory_1) == 0x000018, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_GetInventory_Inventory_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_HasInventoryItem_ReturnValue_1) == 0x000020, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_HasInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_SelectInt_ReturnValue) == 0x000024, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_SelectInt_ReturnValue_1) == 0x000028, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetQuiverSize, CallFunc_Array_Get_Item) == 0x00002C, "Member 'Ability_Bow_C_GetQuiverSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_IncrementQuiverRemaining \ +static_assert(alignof(Ability_Bow_C_IncrementQuiverRemaining) == 0x000004, "Wrong alignment on Ability_Bow_C_IncrementQuiverRemaining"); \ +static_assert(sizeof(Ability_Bow_C_IncrementQuiverRemaining) == 0x000014, "Wrong size on Ability_Bow_C_IncrementQuiverRemaining"); \ +static_assert(offsetof(Ability_Bow_C_IncrementQuiverRemaining, Full) == 0x000000, "Member 'Ability_Bow_C_IncrementQuiverRemaining::Full' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_IncrementQuiverRemaining, CallFunc_GetQuiverSize_Size) == 0x000004, "Member 'Ability_Bow_C_IncrementQuiverRemaining::CallFunc_GetQuiverSize_Size' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_IncrementQuiverRemaining, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_IncrementQuiverRemaining::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_IncrementQuiverRemaining, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Ability_Bow_C_IncrementQuiverRemaining::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_IncrementQuiverRemaining, CallFunc_Min_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_IncrementQuiverRemaining::CallFunc_Min_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_DecrementQuiverRemaining \ +static_assert(alignof(Ability_Bow_C_DecrementQuiverRemaining) == 0x000004, "Wrong alignment on Ability_Bow_C_DecrementQuiverRemaining"); \ +static_assert(sizeof(Ability_Bow_C_DecrementQuiverRemaining) == 0x00000C, "Wrong size on Ability_Bow_C_DecrementQuiverRemaining"); \ +static_assert(offsetof(Ability_Bow_C_DecrementQuiverRemaining, CallFunc_IsQuiverUnlimited_IsQuiverUnlimited) == 0x000000, "Member 'Ability_Bow_C_DecrementQuiverRemaining::CallFunc_IsQuiverUnlimited_IsQuiverUnlimited' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_DecrementQuiverRemaining, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_DecrementQuiverRemaining::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_DecrementQuiverRemaining, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'Ability_Bow_C_DecrementQuiverRemaining::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_DecrementQuiverRemaining, CallFunc_Max_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_DecrementQuiverRemaining::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_RefillQuiver \ +static_assert(alignof(Ability_Bow_C_RefillQuiver) == 0x000004, "Wrong alignment on Ability_Bow_C_RefillQuiver"); \ +static_assert(sizeof(Ability_Bow_C_RefillQuiver) == 0x000004, "Wrong size on Ability_Bow_C_RefillQuiver"); \ +static_assert(offsetof(Ability_Bow_C_RefillQuiver, CallFunc_GetQuiverSize_Size) == 0x000000, "Member 'Ability_Bow_C_RefillQuiver::CallFunc_GetQuiverSize_Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_HideReticleAccuracy \ +static_assert(alignof(Ability_Bow_C_HideReticleAccuracy) == 0x000008, "Wrong alignment on Ability_Bow_C_HideReticleAccuracy"); \ +static_assert(sizeof(Ability_Bow_C_HideReticleAccuracy) == 0x000018, "Wrong size on Ability_Bow_C_HideReticleAccuracy"); \ +static_assert(offsetof(Ability_Bow_C_HideReticleAccuracy, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'Ability_Bow_C_HideReticleAccuracy::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HideReticleAccuracy, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000008, "Member 'Ability_Bow_C_HideReticleAccuracy::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HideReticleAccuracy, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_Bow_C_HideReticleAccuracy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_SetSpreadPercent \ +static_assert(alignof(Ability_Bow_C_SetSpreadPercent) == 0x000008, "Wrong alignment on Ability_Bow_C_SetSpreadPercent"); \ +static_assert(sizeof(Ability_Bow_C_SetSpreadPercent) == 0x000020, "Wrong size on Ability_Bow_C_SetSpreadPercent"); \ +static_assert(offsetof(Ability_Bow_C_SetSpreadPercent, Percent) == 0x000000, "Member 'Ability_Bow_C_SetSpreadPercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_SetSpreadPercent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_SetSpreadPercent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_SetSpreadPercent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'Ability_Bow_C_SetSpreadPercent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_SetSpreadPercent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_Bow_C_SetSpreadPercent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_EndAimResponding \ +static_assert(alignof(Ability_Bow_C_EndAimResponding) == 0x000008, "Wrong alignment on Ability_Bow_C_EndAimResponding"); \ +static_assert(sizeof(Ability_Bow_C_EndAimResponding) == 0x000018, "Wrong size on Ability_Bow_C_EndAimResponding"); \ +static_assert(offsetof(Ability_Bow_C_EndAimResponding, CallFunc_GetObjectClass_ReturnValue) == 0x000000, "Member 'Ability_Bow_C_EndAimResponding::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_EndAimResponding, K2Node_DynamicCast_AsObject) == 0x000008, "Member 'Ability_Bow_C_EndAimResponding::K2Node_DynamicCast_AsObject' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_EndAimResponding, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_Bow_C_EndAimResponding::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_EndAimResponding, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'Ability_Bow_C_EndAimResponding::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_UpdateAimResponders \ +static_assert(alignof(Ability_Bow_C_UpdateAimResponders) == 0x000008, "Wrong alignment on Ability_Bow_C_UpdateAimResponders"); \ +static_assert(sizeof(Ability_Bow_C_UpdateAimResponders) == 0x000048, "Wrong size on Ability_Bow_C_UpdateAimResponders"); \ +static_assert(offsetof(Ability_Bow_C_UpdateAimResponders, CallFunc_GetTargettingLocationAndAngle_Location) == 0x000000, "Member 'Ability_Bow_C_UpdateAimResponders::CallFunc_GetTargettingLocationAndAngle_Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_UpdateAimResponders, CallFunc_GetTargettingLocationAndAngle_Rotation) == 0x00000C, "Member 'Ability_Bow_C_UpdateAimResponders::CallFunc_GetTargettingLocationAndAngle_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_UpdateAimResponders, CallFunc_GetForwardVector_ReturnValue) == 0x000018, "Member 'Ability_Bow_C_UpdateAimResponders::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_UpdateAimResponders, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'Ability_Bow_C_UpdateAimResponders::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_UpdateAimResponders, CallFunc_CheckForResponder_Responder) == 0x000030, "Member 'Ability_Bow_C_UpdateAimResponders::CallFunc_CheckForResponder_Responder' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_UpdateAimResponders, CallFunc_CheckForResponder_Hit) == 0x000040, "Member 'Ability_Bow_C_UpdateAimResponders::CallFunc_CheckForResponder_Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_CheckForResponder \ +static_assert(alignof(Ability_Bow_C_CheckForResponder) == 0x000008, "Wrong alignment on Ability_Bow_C_CheckForResponder"); \ +static_assert(sizeof(Ability_Bow_C_CheckForResponder) == 0x000180, "Wrong size on Ability_Bow_C_CheckForResponder"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, Responder) == 0x000000, "Member 'Ability_Bow_C_CheckForResponder::Responder' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, Hit) == 0x000010, "Member 'Ability_Bow_C_CheckForResponder::Hit' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_GetReticleTraceResult_ReturnValue) == 0x000028, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_GetReticleTraceResult_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B0, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B1, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_Time) == 0x0000B4, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_Distance) == 0x0000B8, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_Location) == 0x0000BC, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C8, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_Normal) == 0x0000D4, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E0, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, K2Node_DynamicCast_AsPawn) == 0x000138, "Member 'Ability_Bow_C_CheckForResponder::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'Ability_Bow_C_CheckForResponder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, K2Node_DynamicCast_AsResponds_to_Aim) == 0x000148, "Member 'Ability_Bow_C_CheckForResponder::K2Node_DynamicCast_AsResponds_to_Aim' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, K2Node_DynamicCast_bSuccess_1) == 0x000158, "Member 'Ability_Bow_C_CheckForResponder::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, CallFunc_GetController_ReturnValue) == 0x000160, "Member 'Ability_Bow_C_CheckForResponder::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, K2Node_DynamicCast_AsResponds_to_Aim_1) == 0x000168, "Member 'Ability_Bow_C_CheckForResponder::K2Node_DynamicCast_AsResponds_to_Aim_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CheckForResponder, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'Ability_Bow_C_CheckForResponder::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_HandleAnimNotify \ +static_assert(alignof(Ability_Bow_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_Bow_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_Bow_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_Bow_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_Bow_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_Bow_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_OnFireEachProjectile \ +static_assert(alignof(Ability_Bow_C_OnFireEachProjectile) == 0x000008, "Wrong alignment on Ability_Bow_C_OnFireEachProjectile"); \ +static_assert(sizeof(Ability_Bow_C_OnFireEachProjectile) == 0x000018, "Wrong size on Ability_Bow_C_OnFireEachProjectile"); \ +static_assert(offsetof(Ability_Bow_C_OnFireEachProjectile, Projectile) == 0x000000, "Member 'Ability_Bow_C_OnFireEachProjectile::Projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_OnFireEachProjectile, wsForce) == 0x000008, "Member 'Ability_Bow_C_OnFireEachProjectile::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_HandleQuiverSizeChanged \ +static_assert(alignof(Ability_Bow_C_HandleQuiverSizeChanged) == 0x000004, "Wrong alignment on Ability_Bow_C_HandleQuiverSizeChanged"); \ +static_assert(sizeof(Ability_Bow_C_HandleQuiverSizeChanged) == 0x000014, "Wrong size on Ability_Bow_C_HandleQuiverSizeChanged"); \ +static_assert(offsetof(Ability_Bow_C_HandleQuiverSizeChanged, ItemTag) == 0x000000, "Member 'Ability_Bow_C_HandleQuiverSizeChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HandleQuiverSizeChanged, CurrentCount) == 0x000008, "Member 'Ability_Bow_C_HandleQuiverSizeChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HandleQuiverSizeChanged, PreviousCount) == 0x00000C, "Member 'Ability_Bow_C_HandleQuiverSizeChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HandleQuiverSizeChanged, MaxCount) == 0x000010, "Member 'Ability_Bow_C_HandleQuiverSizeChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_OnEndChanneling \ +static_assert(alignof(Ability_Bow_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_Bow_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_Bow_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_Bow_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_Bow_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_Bow_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_OnUpdateChanneling \ +static_assert(alignof(Ability_Bow_C_OnUpdateChanneling) == 0x000004, "Wrong alignment on Ability_Bow_C_OnUpdateChanneling"); \ +static_assert(sizeof(Ability_Bow_C_OnUpdateChanneling) == 0x000004, "Wrong size on Ability_Bow_C_OnUpdateChanneling"); \ +static_assert(offsetof(Ability_Bow_C_OnUpdateChanneling, DeltaTime) == 0x000000, "Member 'Ability_Bow_C_OnUpdateChanneling::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_ExecuteUbergraph_Ability_Bow \ +static_assert(alignof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow) == 0x000008, "Wrong alignment on Ability_Bow_C_ExecuteUbergraph_Ability_Bow"); \ +static_assert(sizeof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow) == 0x0002E0, "Wrong size on Ability_Bow_C_ExecuteUbergraph_Ability_Bow"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, EntryPoint) == 0x000000, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_name_Variable) == 0x000004, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_struct_Variable) == 0x000010, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_delegate_Variable) == 0x000020, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_struct_Variable_1) == 0x000030, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_delegate_Variable_1) == 0x000040, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_bool_Variable) == 0x000050, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_bool_Variable_1) == 0x000051, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_byte_Variable) == 0x000064, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_byte_Variable_1) == 0x000065, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_bool_Variable_2) == 0x000066, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_float_Variable) == 0x000068, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_float_Variable_1) == 0x00006C, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_bool_Variable_3) == 0x000070, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_float_Variable_2) == 0x000074, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_float_Variable_3) == 0x000078, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_bool_Variable_4) == 0x00007C, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_float_Variable_4) == 0x000080, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_float_Variable_5) == 0x000084, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_name_Variable_1) == 0x000088, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Complete_ReturnValue) == 0x000090, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, Temp_bool_Variable_5) == 0x000091, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000092, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Complete_ReturnValue_1) == 0x000093, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Complete_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetAttitudeTowardReticleTraceTarget_ReturnValue) == 0x000094, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetAttitudeTowardReticleTraceTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetAttitudeTowardReticleTraceTarget_OutAttitude) == 0x000095, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetAttitudeTowardReticleTraceTarget_OutAttitude' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_BooleanAND_ReturnValue) == 0x000096, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetCurrentChargePercent_ReturnValue) == 0x000098, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetCurrentChargePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000A0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000A8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_DynamicCast_AsKena_Character) == 0x0000B0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000BC, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_FTrunc_ReturnValue) == 0x0000C0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Clamp_ReturnValue) == 0x0000C4, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000C9, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Event_EventName) == 0x0000D0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_SwitchName_CmpSuccess) == 0x0000D8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000DC, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetOwner_ReturnValue) == 0x0000F0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x0000F8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Event_projectile) == 0x000108, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Event_projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Event_wsForce) == 0x000110, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_IncrementQuiverRemaining_Full) == 0x00011C, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_IncrementQuiverRemaining_Full' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x00011D, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Not_PreBool_ReturnValue) == 0x00011E, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CreateDelegate_OutputDelegate_2) == 0x000120, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CreateDelegate_OutputDelegate_3) == 0x000130, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_IsTimerActiveHandle_ReturnValue_1) == 0x000140, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_IsTimerActiveHandle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000148, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_IsTimerActiveHandle_ReturnValue_2) == 0x000150, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_IsTimerActiveHandle_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_BooleanNOR_ReturnValue) == 0x000151, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_BooleanNOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000152, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetInventory_Inventory) == 0x000158, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetInventory_Inventory' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CustomEvent_ItemTag) == 0x000160, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CustomEvent_ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CustomEvent_CurrentCount) == 0x000168, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CustomEvent_CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CustomEvent_PreviousCount) == 0x00016C, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CustomEvent_PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CustomEvent_MaxCount) == 0x000170, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CustomEvent_MaxCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetInstigator_ReturnValue) == 0x000178, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetComponentByClass_ReturnValue) == 0x000180, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CreateDelegate_OutputDelegate_4) == 0x000188, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000198, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x0001A1, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_RemovePlayerTimeDilation_ReturnValue_1) == 0x0001A2, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_RemovePlayerTimeDilation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_RemovePlayerTimeDilation_ReturnValue_2) == 0x0001A3, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_RemovePlayerTimeDilation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetInstigator_ReturnValue_1) == 0x0001A8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetInstigator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001B0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001BC, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0001C0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Select_Default) == 0x0001C8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_SpawnHapticFeedback2D_ReturnValue) == 0x0001D0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_SpawnHapticFeedback2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_SpawnHapticFeedback2D_ReturnValue_1) == 0x0001E0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_SpawnHapticFeedback2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001F0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_PostEvent_ReturnValue) == 0x000200, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_RemovePlayerTimeDilation_ReturnValue_3) == 0x000204, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_RemovePlayerTimeDilation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Event_Reason) == 0x000205, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000206, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetOwner_ReturnValue_1) == 0x000208, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x000210, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_DynamicCast_bSuccess_2) == 0x000218, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000220, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Select_Default_1) == 0x000228, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetOwner_ReturnValue_2) == 0x000230, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_PostEvent_ReturnValue_1) == 0x000238, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000240, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetOwner_ReturnValue_3) == 0x000248, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000250, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Event_DeltaTime) == 0x000258, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000260, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetStaff_Staff) == 0x000268, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetStaff_Staff' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_IsValid_ReturnValue) == 0x000270, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Not_PreBool_ReturnValue_2) == 0x000271, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_BooleanAND_ReturnValue_1) == 0x000272, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetInstigator_ReturnValue_2) == 0x000278, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetInstigator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000280, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetInstigator_ReturnValue_3) == 0x000288, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetInstigator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000290, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Select_Default_2) == 0x000298, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00029C, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0002A8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Select_Default_3) == 0x0002B0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Select_Default_4) == 0x0002B4, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_Select_Default_5) == 0x0002B8, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, CallFunc_GetTimeSeconds_ReturnValue) == 0x0002BC, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_ExecuteUbergraph_Ability_Bow, K2Node_MakeStruct_WindEffect) == 0x0002C0, "Member 'Ability_Bow_C_ExecuteUbergraph_Ability_Bow::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_GetIsInjected \ +static_assert(alignof(Ability_Bow_C_GetIsInjected) == 0x000001, "Wrong alignment on Ability_Bow_C_GetIsInjected"); \ +static_assert(sizeof(Ability_Bow_C_GetIsInjected) == 0x000001, "Wrong size on Ability_Bow_C_GetIsInjected"); \ +static_assert(offsetof(Ability_Bow_C_GetIsInjected, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_GetIsInjected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_CanInject \ +static_assert(alignof(Ability_Bow_C_CanInject) == 0x000008, "Wrong alignment on Ability_Bow_C_CanInject"); \ +static_assert(sizeof(Ability_Bow_C_CanInject) == 0x000018, "Wrong size on Ability_Bow_C_CanInject"); \ +static_assert(offsetof(Ability_Bow_C_CanInject, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_CanInject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanInject, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_CanInject::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanInject, CallFunc_CanUseRotPip_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_CanInject::CallFunc_CanUseRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanInject, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'Ability_Bow_C_CanInject::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanInject, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Ability_Bow_C_CanInject::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_GetFocusMeterProgress \ +static_assert(alignof(Ability_Bow_C_GetFocusMeterProgress) == 0x000004, "Wrong alignment on Ability_Bow_C_GetFocusMeterProgress"); \ +static_assert(sizeof(Ability_Bow_C_GetFocusMeterProgress) == 0x000020, "Wrong size on Ability_Bow_C_GetFocusMeterProgress"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_GetFocusMeterProgress::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, OnCooldown) == 0x000004, "Member 'Ability_Bow_C_GetFocusMeterProgress::OnCooldown' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x00000C, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000010, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000018, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x00001C, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_GetFocusMeterProgress, CallFunc_K2_IsTimerActiveHandle_ReturnValue_1) == 0x00001D, "Member 'Ability_Bow_C_GetFocusMeterProgress::CallFunc_K2_IsTimerActiveHandle_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_CanFocusSlomo \ +static_assert(alignof(Ability_Bow_C_CanFocusSlomo) == 0x000001, "Wrong alignment on Ability_Bow_C_CanFocusSlomo"); \ +static_assert(sizeof(Ability_Bow_C_CanFocusSlomo) == 0x000008, "Wrong size on Ability_Bow_C_CanFocusSlomo"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_CanFocusSlomo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanFocusSlomo, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'Ability_Bow_C_CanFocusSlomo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_IsQuiverUnlimited \ +static_assert(alignof(Ability_Bow_C_IsQuiverUnlimited) == 0x000001, "Wrong alignment on Ability_Bow_C_IsQuiverUnlimited"); \ +static_assert(sizeof(Ability_Bow_C_IsQuiverUnlimited) == 0x000001, "Wrong size on Ability_Bow_C_IsQuiverUnlimited"); \ +static_assert(offsetof(Ability_Bow_C_IsQuiverUnlimited, IsQuiverUnlimited_0) == 0x000000, "Member 'Ability_Bow_C_IsQuiverUnlimited::IsQuiverUnlimited_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_HasFired \ +static_assert(alignof(Ability_Bow_C_HasFired) == 0x000001, "Wrong alignment on Ability_Bow_C_HasFired"); \ +static_assert(sizeof(Ability_Bow_C_HasFired) == 0x000002, "Wrong size on Ability_Bow_C_HasFired"); \ +static_assert(offsetof(Ability_Bow_C_HasFired, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_HasFired::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_HasFired, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_HasFired::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_CanComplete \ +static_assert(alignof(Ability_Bow_C_CanComplete) == 0x000001, "Wrong alignment on Ability_Bow_C_CanComplete"); \ +static_assert(sizeof(Ability_Bow_C_CanComplete) == 0x000005, "Wrong size on Ability_Bow_C_CanComplete"); \ +static_assert(offsetof(Ability_Bow_C_CanComplete, reason) == 0x000000, "Member 'Ability_Bow_C_CanComplete::reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanComplete, ReturnValue) == 0x000001, "Member 'Ability_Bow_C_CanComplete::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanComplete, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'Ability_Bow_C_CanComplete::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanComplete, CallFunc_CanComplete_ReturnValue) == 0x000003, "Member 'Ability_Bow_C_CanComplete::CallFunc_CanComplete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanComplete, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'Ability_Bow_C_CanComplete::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Bow_C_CanActivateAbility \ +static_assert(alignof(Ability_Bow_C_CanActivateAbility) == 0x000001, "Wrong alignment on Ability_Bow_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_Bow_C_CanActivateAbility) == 0x000006, "Wrong size on Ability_Bow_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_Bow_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_Bow_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanActivateAbility, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'Ability_Bow_C_CanActivateAbility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanActivateAbility, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'Ability_Bow_C_CanActivateAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000003, "Member 'Ability_Bow_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'Ability_Bow_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Bow_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'Ability_Bow_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_Bow_C \ +static_assert(alignof(AAbility_Bow_C) == 0x000010, "Wrong alignment on AAbility_Bow_C"); \ +static_assert(sizeof(AAbility_Bow_C) == 0x000560, "Wrong size on AAbility_Bow_C"); \ +static_assert(offsetof(AAbility_Bow_C, UberGraphFrame) == 0x000360, "Member 'AAbility_Bow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, SaveGame) == 0x000368, "Member 'AAbility_Bow_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, MochiAudio) == 0x000370, "Member 'AAbility_Bow_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, DefaultSceneRoot) == 0x000378, "Member 'AAbility_Bow_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectTimeSLow_Rumble_612B15B0496A0DD172F6D39513A0B13B) == 0x000380, "Member 'AAbility_Bow_C::InjectTimeSLow_Rumble_612B15B0496A0DD172F6D39513A0B13B' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectTimeSLow_PlayerTimeDilation_612B15B0496A0DD172F6D39513A0B13B) == 0x000384, "Member 'AAbility_Bow_C::InjectTimeSLow_PlayerTimeDilation_612B15B0496A0DD172F6D39513A0B13B' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectTimeSLow_GlobalTimeDilation_612B15B0496A0DD172F6D39513A0B13B) == 0x000388, "Member 'AAbility_Bow_C::InjectTimeSLow_GlobalTimeDilation_612B15B0496A0DD172F6D39513A0B13B' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectTimeSLow__Direction_612B15B0496A0DD172F6D39513A0B13B) == 0x00038C, "Member 'AAbility_Bow_C::InjectTimeSLow__Direction_612B15B0496A0DD172F6D39513A0B13B' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectTimeSLow) == 0x000390, "Member 'AAbility_Bow_C::InjectTimeSLow' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ReleaseTimeSlow_PlayerTimeDilation_2C849CCF405663C415299BA8A7B0479A) == 0x000398, "Member 'AAbility_Bow_C::ReleaseTimeSlow_PlayerTimeDilation_2C849CCF405663C415299BA8A7B0479A' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ReleaseTimeSlow_GlobalTimeDilation_2C849CCF405663C415299BA8A7B0479A) == 0x00039C, "Member 'AAbility_Bow_C::ReleaseTimeSlow_GlobalTimeDilation_2C849CCF405663C415299BA8A7B0479A' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ReleaseTimeSlow__Direction_2C849CCF405663C415299BA8A7B0479A) == 0x0003A0, "Member 'AAbility_Bow_C::ReleaseTimeSlow__Direction_2C849CCF405663C415299BA8A7B0479A' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ReleaseTimeSlow) == 0x0003A8, "Member 'AAbility_Bow_C::ReleaseTimeSlow' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, RespondsToAimSearchDistance) == 0x0003B0, "Member 'AAbility_Bow_C::RespondsToAimSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, IsAimingAtResponder) == 0x0003B4, "Member 'AAbility_Bow_C::IsAimingAtResponder' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, LastResponder) == 0x0003B8, "Member 'AAbility_Bow_C::LastResponder' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ChargeLookRateCurve) == 0x0003C8, "Member 'AAbility_Bow_C::ChargeLookRateCurve' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectArrowRotPipCost) == 0x000450, "Member 'AAbility_Bow_C::InjectArrowRotPipCost' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectArrowRotCount) == 0x000454, "Member 'AAbility_Bow_C::InjectArrowRotCount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ResponderTraceObjectTypes) == 0x000458, "Member 'AAbility_Bow_C::ResponderTraceObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, IsArrowNocked) == 0x000468, "Member 'AAbility_Bow_C::IsArrowNocked' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, SpreadAngleMinMax) == 0x00046C, "Member 'AAbility_Bow_C::SpreadAngleMinMax' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, AttitudeTowardTarget) == 0x000474, "Member 'AAbility_Bow_C::AttitudeTowardTarget' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, InjectedRot) == 0x000478, "Member 'AAbility_Bow_C::InjectedRot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, IsInjected) == 0x000488, "Member 'AAbility_Bow_C::IsInjected' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, WasLastProjectileInjected) == 0x000489, "Member 'AAbility_Bow_C::WasLastProjectileInjected' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, ProjectileRotArrowClass) == 0x000490, "Member 'AAbility_Bow_C::ProjectileRotArrowClass' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverRechargeTime) == 0x000498, "Member 'AAbility_Bow_C::QuiverRechargeTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverRechargeDelayTime) == 0x00049C, "Member 'AAbility_Bow_C::QuiverRechargeDelayTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverSizeLevelToValue) == 0x0004A0, "Member 'AAbility_Bow_C::QuiverSizeLevelToValue' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverRemaining) == 0x0004B0, "Member 'AAbility_Bow_C::QuiverRemaining' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverRechargeTimer) == 0x0004B8, "Member 'AAbility_Bow_C::QuiverRechargeTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, OnQuiverIncremented) == 0x0004C0, "Member 'AAbility_Bow_C::OnQuiverIncremented' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverRechargeDelayTimer) == 0x0004D0, "Member 'AAbility_Bow_C::QuiverRechargeDelayTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, PlayerInventory) == 0x0004D8, "Member 'AAbility_Bow_C::PlayerInventory' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, IsQuiverManuallyUnlimited) == 0x0004E0, "Member 'AAbility_Bow_C::IsQuiverManuallyUnlimited' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverAmountPerIncrement) == 0x0004E4, "Member 'AAbility_Bow_C::QuiverAmountPerIncrement' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, QuiverRechargesWhileChanneling) == 0x0004E8, "Member 'AAbility_Bow_C::QuiverRechargesWhileChanneling' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, FocusSlomoGlobalAmount) == 0x0004EC, "Member 'AAbility_Bow_C::FocusSlomoGlobalAmount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, FocusSlomoPlayerAmount) == 0x0004F0, "Member 'AAbility_Bow_C::FocusSlomoPlayerAmount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, FocusSlowTimeDuration) == 0x0004F4, "Member 'AAbility_Bow_C::FocusSlowTimeDuration' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, FocusCooldown) == 0x0004F8, "Member 'AAbility_Bow_C::FocusCooldown' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, HasPerformedFocusSlomo) == 0x0004FC, "Member 'AAbility_Bow_C::HasPerformedFocusSlomo' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, FocusSlomoTimer) == 0x000500, "Member 'AAbility_Bow_C::FocusSlomoTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, HapticInjectGuid) == 0x000508, "Member 'AAbility_Bow_C::HapticInjectGuid' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, HapticHoldInjectedGuid) == 0x000518, "Member 'AAbility_Bow_C::HapticHoldInjectedGuid' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, SFX_Arrow_Shot) == 0x000528, "Member 'AAbility_Bow_C::SFX_Arrow_Shot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, SFX_Arrow_Injected_Shot) == 0x000530, "Member 'AAbility_Bow_C::SFX_Arrow_Injected_Shot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, FocusCooldownTimer) == 0x000538, "Member 'AAbility_Bow_C::FocusCooldownTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, OnFocusCooldownComplete) == 0x000540, "Member 'AAbility_Bow_C::OnFocusCooldownComplete' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Bow_C, OnFocusStart) == 0x000550, "Member 'AAbility_Bow_C::OnFocusStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HiddenCheckpoint_C_UserConstructionScript \ +static_assert(alignof(BP_HiddenCheckpoint_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_HiddenCheckpoint_C_UserConstructionScript"); \ +static_assert(sizeof(BP_HiddenCheckpoint_C_UserConstructionScript) == 0x000160, "Wrong size on BP_HiddenCheckpoint_C_UserConstructionScript"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_GetRelativeTransform_ReturnValue) == 0x000000, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_BreakTransform_Location) == 0x000030, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_BreakTransform_Rotation) == 0x00003C, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_BreakTransform_Scale) == 0x000048, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_ComposeRotators_ReturnValue) == 0x000054, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000090, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin) == 0x000098, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent) == 0x0000A4, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius) == 0x0000B0, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x0000B4, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x0000B8, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x0000BC, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000C0, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x0000C4, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenCheckpoint_C_UserConstructionScript, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x0000D0, "Member 'BP_HiddenCheckpoint_C_UserConstructionScript::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HiddenCheckpoint_C \ +static_assert(alignof(ABP_HiddenCheckpoint_C) == 0x000008, "Wrong alignment on ABP_HiddenCheckpoint_C"); \ +static_assert(sizeof(ABP_HiddenCheckpoint_C) == 0x000280, "Wrong size on ABP_HiddenCheckpoint_C"); \ +static_assert(offsetof(ABP_HiddenCheckpoint_C, TextRender) == 0x000278, "Member 'ABP_HiddenCheckpoint_C::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_FadeOff \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_FadeOff) == 0x000004, "Wrong alignment on BP_SpeedFactorStatusEffect_C_FadeOff"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_FadeOff) == 0x000008, "Wrong size on BP_SpeedFactorStatusEffect_C_FadeOff"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_FadeOff, Lifetime_0) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_FadeOff::Lifetime_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_FadeOff, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'BP_SpeedFactorStatusEffect_C_FadeOff::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_ApplySpeedFactor \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_ApplySpeedFactor) == 0x000004, "Wrong alignment on BP_SpeedFactorStatusEffect_C_ApplySpeedFactor"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_ApplySpeedFactor) == 0x00000C, "Wrong size on BP_SpeedFactorStatusEffect_C_ApplySpeedFactor"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ApplySpeedFactor, Factor) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_ApplySpeedFactor::Factor' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ApplySpeedFactor, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_SpeedFactorStatusEffect_C_ApplySpeedFactor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ApplySpeedFactor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_SpeedFactorStatusEffect_C_ApplySpeedFactor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_ReceiveTick \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SpeedFactorStatusEffect_C_ReceiveTick"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_ReceiveTick) == 0x000004, "Wrong size on BP_SpeedFactorStatusEffect_C_ReceiveTick"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_Initialize \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_Initialize) == 0x000008, "Wrong alignment on BP_SpeedFactorStatusEffect_C_Initialize"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_Initialize) == 0x000010, "Wrong size on BP_SpeedFactorStatusEffect_C_Initialize"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_Initialize, EffectInstigator_0) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_Initialize::EffectInstigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_Initialize, EffectCauser_0) == 0x000008, "Member 'BP_SpeedFactorStatusEffect_C_Initialize::EffectCauser_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_AddStacks \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_AddStacks) == 0x000008, "Wrong alignment on BP_SpeedFactorStatusEffect_C_AddStacks"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_AddStacks) == 0x000010, "Wrong size on BP_SpeedFactorStatusEffect_C_AddStacks"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_AddStacks, Count) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_AddStacks::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_AddStacks, Source) == 0x000008, "Member 'BP_SpeedFactorStatusEffect_C_AddStacks::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_ReceiveEndPlay \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_SpeedFactorStatusEffect_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_SpeedFactorStatusEffect_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect \ +static_assert(alignof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect) == 0x000008, "Wrong alignment on BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect"); \ +static_assert(sizeof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect) == 0x000078, "Wrong size on BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, EntryPoint) == 0x000000, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, K2Node_Event_DeltaSeconds) == 0x00001C, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, K2Node_Event_EffectInstigator) == 0x000020, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::K2Node_Event_EffectInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, K2Node_Event_EffectCauser) == 0x000028, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::K2Node_Event_EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, K2Node_Event_Count) == 0x000030, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::K2Node_Event_Count' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, K2Node_Event_Source) == 0x000038, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::K2Node_Event_Source' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetTotalStrength_TotalStrength) == 0x000040, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetTotalStrength_TotalStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetLifetimePercent_Percent) == 0x000044, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetLifetimePercent_Percent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetTotalStrength_TotalStrength_1) == 0x000048, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetTotalStrength_TotalStrength_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetTotalStrength_TotalStrength_2) == 0x00004C, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetTotalStrength_TotalStrength_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_Lerp_ReturnValue) == 0x000050, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, K2Node_Event_EndPlayReason) == 0x000054, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetOwner_ReturnValue_1) == 0x000058, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'BP_SpeedFactorStatusEffect_C_ExecuteUbergraph_BP_SpeedFactorStatusEffect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpeedFactorStatusEffect_C \ +static_assert(alignof(UBP_SpeedFactorStatusEffect_C) == 0x000010, "Wrong alignment on UBP_SpeedFactorStatusEffect_C"); \ +static_assert(sizeof(UBP_SpeedFactorStatusEffect_C) == 0x000280, "Wrong size on UBP_SpeedFactorStatusEffect_C"); \ +static_assert(offsetof(UBP_SpeedFactorStatusEffect_C, UberGraphFrame_BP_SpeedFactorStatusEffect_C) == 0x000260, "Member 'UBP_SpeedFactorStatusEffect_C::UberGraphFrame_BP_SpeedFactorStatusEffect_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpeedFactorStatusEffect_C, CharacterMovement) == 0x000268, "Member 'UBP_SpeedFactorStatusEffect_C::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpeedFactorStatusEffect_C, FadeSlowOverLifetime) == 0x000270, "Member 'UBP_SpeedFactorStatusEffect_C::FadeSlowOverLifetime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpeedFactorStatusEffect_C, StartSpeed) == 0x000274, "Member 'UBP_SpeedFactorStatusEffect_C::StartSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpeedFactorStatusEffect_C, Locomotion) == 0x000278, "Member 'UBP_SpeedFactorStatusEffect_C::Locomotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Aviator_C \ +static_assert(alignof(ABP_CM_Hat_Aviator_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Aviator_C"); \ +static_assert(sizeof(ABP_CM_Hat_Aviator_C) == 0x000240, "Wrong size on ABP_CM_Hat_Aviator_C"); \ +static_assert(offsetof(ABP_CM_Hat_Aviator_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Aviator_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_HandleDamage \ +static_assert(alignof(BP_WarpShrine_C_HandleDamage) == 0x000008, "Wrong alignment on BP_WarpShrine_C_HandleDamage"); \ +static_assert(sizeof(BP_WarpShrine_C_HandleDamage) == 0x000128, "Wrong size on BP_WarpShrine_C_HandleDamage"); \ +static_assert(offsetof(BP_WarpShrine_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_WarpShrine_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_WarpShrine_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_HandleDamage, HitComponent) == 0x000118, "Member 'BP_WarpShrine_C_HandleDamage::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_HandleDamage, CallFunc_HasDamageTags_ReturnValue) == 0x000120, "Member 'BP_WarpShrine_C_HandleDamage::CallFunc_HasDamageTags_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_WarpShrine_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_WarpShrine_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_WarpShrine_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_WarpShrine_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_WarpShrine_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_WarpShrine_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_IsDamageHierarchical \ +static_assert(alignof(BP_WarpShrine_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_WarpShrine_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_WarpShrine_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_WarpShrine_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_WarpShrine_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_WarpShrine_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_Should_Warp_Into_SpiritRealm \ +static_assert(alignof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm) == 0x000008, "Wrong alignment on BP_WarpShrine_C_Should_Warp_Into_SpiritRealm"); \ +static_assert(sizeof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm) == 0x000028, "Wrong size on BP_WarpShrine_C_Should_Warp_Into_SpiritRealm"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, Warp_into_SpiritRealm) == 0x000000, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::Warp_into_SpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, ComparisonValue) == 0x000004, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, PDS_Value) == 0x000008, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::PDS_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, Temp_byte_Variable) == 0x00000C, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_Greater_IntInt_ReturnValue) == 0x00000E, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000F, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000012, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000018, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_GetValue_OutValue) == 0x000020, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, CallFunc_GetValue_ReturnValue) == 0x000024, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Should_Warp_Into_SpiritRealm, K2Node_Select_Default) == 0x000025, "Member 'BP_WarpShrine_C_Should_Warp_Into_SpiritRealm::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature \ +static_assert(alignof(BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature"); \ +static_assert(sizeof(BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature) == 0x000008, "Wrong size on BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature, FromActor) == 0x000000, "Member 'BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_3_PushButtonTriggerEvent__DelegateSignature::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WarpShrine_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_Set_Glow \ +static_assert(alignof(BP_WarpShrine_C_Set_Glow) == 0x000004, "Wrong alignment on BP_WarpShrine_C_Set_Glow"); \ +static_assert(sizeof(BP_WarpShrine_C_Set_Glow) == 0x000008, "Wrong size on BP_WarpShrine_C_Set_Glow"); \ +static_assert(offsetof(BP_WarpShrine_C_Set_Glow, Duration) == 0x000000, "Member 'BP_WarpShrine_C_Set_Glow::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_Set_Glow, TargetGlow) == 0x000004, "Member 'BP_WarpShrine_C_Set_Glow::TargetGlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature \ +static_assert(alignof(BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature"); \ +static_assert(sizeof(BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature) == 0x000010, "Wrong size on BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature, LockComponent) == 0x000000, "Member 'BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature::LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature, IsLocked) == 0x000008, "Member 'BP_WarpShrine_C_BndEvt__Lock_K2Node_ComponentBoundEvent_1_LockChangedEvent__DelegateSignature::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature \ +static_assert(alignof(BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature"); \ +static_assert(sizeof(BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature) == 0x000001, "Wrong size on BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature"); \ +static_assert(offsetof(BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature, IsInputEnabled) == 0x000000, "Member 'BP_WarpShrine_C_BndEvt__PushButtonTrigger_K2Node_ComponentBoundEvent_2_PushButtonTriggerInputChanged__DelegateSignature::IsInputEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_OpenJournal \ +static_assert(alignof(BP_WarpShrine_C_OpenJournal) == 0x000008, "Wrong alignment on BP_WarpShrine_C_OpenJournal"); \ +static_assert(sizeof(BP_WarpShrine_C_OpenJournal) == 0x000008, "Wrong size on BP_WarpShrine_C_OpenJournal"); \ +static_assert(offsetof(BP_WarpShrine_C_OpenJournal, FromActor) == 0x000000, "Member 'BP_WarpShrine_C_OpenJournal::FromActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_ReceiveEndPlay \ +static_assert(alignof(BP_WarpShrine_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_WarpShrine_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_WarpShrine_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_WarpShrine_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_WarpShrine_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_WarpShrine_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine \ +static_assert(alignof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine) == 0x000008, "Wrong alignment on BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine"); \ +static_assert(sizeof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine) == 0x000380, "Wrong size on BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, EntryPoint) == 0x000000, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_bool_Variable) == 0x000004, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_byte_Variable) == 0x000018, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_byte_Variable_1) == 0x000028, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_struct_Variable) == 0x000040, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_delegate_Variable) == 0x000054, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_struct_Variable_1) == 0x000068, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_delegate_Variable_1) == 0x000078, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_struct_Variable_2) == 0x000088, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_delegate_Variable_2) == 0x000098, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000AC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000C0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_int_Loop_Counter_Variable_1) == 0x0000CC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_bool_IsClosed_Variable) == 0x0000D4, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_bool_Has_Been_Initd_Variable) == 0x0000D5, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_FromActor) == 0x0000D8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_FromActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0000E0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0000E8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0000F0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0000F8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000FC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_SweepResult) == 0x000100, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000188, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OtherActor) == 0x000190, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OtherComp) == 0x000198, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001A0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0001A8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0001B8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_int_Array_Index_Variable_1) == 0x0001C4, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Array_Get_Item) == 0x0001C8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0001D0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Array_Get_Item_1) == 0x0001E0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Array_Length_ReturnValue_1) == 0x0001E8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Less_IntInt_ReturnValue) == 0x0001EC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_CustomEvent_Duration) == 0x0001F0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_CustomEvent_TargetGlow) == 0x0001F4, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_CustomEvent_TargetGlow' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_FMax_ReturnValue) == 0x0001F8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001FC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Lerp_ReturnValue) == 0x000200, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_SelectFloat_ReturnValue) == 0x000204, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_SelectFloat_ReturnValue_1) == 0x000208, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetPlayerController_ReturnValue) == 0x000210, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000218, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess_2) == 0x000220, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_LockComponent) == 0x000228, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_LockComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_IsLocked) == 0x000230, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetIsLocked_ReturnValue) == 0x000231, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_Select_Default) == 0x000232, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_ComponentBoundEvent_IsInputEnabled) == 0x000233, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_ComponentBoundEvent_IsInputEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Not_PreBool_ReturnValue) == 0x000234, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_int_Loop_Counter_Variable_2) == 0x000238, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Less_IntInt_ReturnValue_1) == 0x00023C, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Add_IntInt_ReturnValue_2) == 0x000240, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetTimeSeconds_ReturnValue) == 0x000244, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000248, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000254, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_CustomEvent_FromActor) == 0x000260, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_CustomEvent_FromActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_WindEffect) == 0x000268, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsMochi_Post_Process_Volume) == 0x000288, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsMochi_Post_Process_Volume' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess_3) == 0x000290, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetMochiGameInstance_ReturnValue) == 0x000298, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetMochiGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_Color) == 0x0002A0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_Color_1) == 0x0002A4, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x0002A8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetMochiGameInstance_ReturnValue_1) == 0x0002B0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetMochiGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_Color_2) == 0x0002B8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_Color_3) == 0x0002BC, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsBP_Hanging_Chimes_Base) == 0x0002C0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsBP_Hanging_Chimes_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess_4) == 0x0002C8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsBP_Hanging_Chimes_Base_1) == 0x0002D0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsBP_Hanging_Chimes_Base_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess_5) == 0x0002D8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_AsBP_Hanging_Chimes_Base_2) == 0x0002E0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_AsBP_Hanging_Chimes_Base_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_DynamicCast_bSuccess_6) == 0x0002E8, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeArray_Array) == 0x0002F0, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Array_Length_ReturnValue_2) == 0x000300, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_PostEvent_ReturnValue) == 0x000304, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Less_IntInt_ReturnValue_2) == 0x000308, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_PostEvent_ReturnValue_1) == 0x00030C, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, Temp_int_Array_Index_Variable_2) == 0x000310, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_PostEvent_ReturnValue_2) == 0x000314, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Array_Get_Item_2) == 0x000318, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetMochiGameInstance_ReturnValue_2) == 0x000320, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetMochiGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_Color_4) == 0x000328, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_Color_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_MakeStruct_Color_5) == 0x00032C, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_MakeStruct_Color_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, K2Node_Event_EndPlayReason) == 0x000330, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetGlobalSpiritRealmManager_ReturnValue) == 0x000338, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetGlobalSpiritRealmManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Should_Warp_Into_SpiritRealm_Warp_into_SpiritRealm) == 0x000340, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Should_Warp_Into_SpiritRealm_Warp_into_SpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000348, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000350, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_BooleanAND_ReturnValue) == 0x000351, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000358, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000360, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00036C, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Vector_Distance_ReturnValue) == 0x000378, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Less_FloatFloat_ReturnValue) == 0x00037C, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_GetIsLocked_ReturnValue_1) == 0x00037D, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_GetIsLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_Not_PreBool_ReturnValue_1) == 0x00037E, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine, CallFunc_BooleanAND_ReturnValue_1) == 0x00037F, "Member 'BP_WarpShrine_C_ExecuteUbergraph_BP_WarpShrine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WarpShrine_C \ +static_assert(alignof(ABP_WarpShrine_C) == 0x000008, "Wrong alignment on ABP_WarpShrine_C"); \ +static_assert(sizeof(ABP_WarpShrine_C) == 0x000440, "Wrong size on ABP_WarpShrine_C"); \ +static_assert(offsetof(ABP_WarpShrine_C, UberGraphFrame) == 0x0002E0, "Member 'ABP_WarpShrine_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, SpawnPreview) == 0x0002E8, "Member 'ABP_WarpShrine_C::SpawnPreview' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, KenaCapsuleRef) == 0x0002F0, "Member 'ABP_WarpShrine_C::KenaCapsuleRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, RadialForce) == 0x0002F8, "Member 'ABP_WarpShrine_C::RadialForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, Chime03) == 0x000300, "Member 'ABP_WarpShrine_C::Chime03' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, Chime02) == 0x000308, "Member 'ABP_WarpShrine_C::Chime02' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, Chime01) == 0x000310, "Member 'ABP_WarpShrine_C::Chime01' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, SM_WarpShrine) == 0x000318, "Member 'ABP_WarpShrine_C::SM_WarpShrine' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, SpotLight) == 0x000320, "Member 'ABP_WarpShrine_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess) == 0x000328, "Member 'ABP_WarpShrine_C::PostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, InteractCarrot) == 0x000330, "Member 'ABP_WarpShrine_C::InteractCarrot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PS_Sparks) == 0x000338, "Member 'ABP_WarpShrine_C::PS_Sparks' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, Lock) == 0x000340, "Member 'ABP_WarpShrine_C::Lock' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, FillLight) == 0x000348, "Member 'ABP_WarpShrine_C::FillLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, FlameLight) == 0x000350, "Member 'ABP_WarpShrine_C::FlameLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, StealingRotOwner) == 0x000358, "Member 'ABP_WarpShrine_C::StealingRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, RotPOI4) == 0x000360, "Member 'ABP_WarpShrine_C::RotPOI4' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, RotPOI3) == 0x000368, "Member 'ABP_WarpShrine_C::RotPOI3' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, RotPOI2) == 0x000370, "Member 'ABP_WarpShrine_C::RotPOI2' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, RotPOI1) == 0x000378, "Member 'ABP_WarpShrine_C::RotPOI1' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, RotPoofToPOI) == 0x000380, "Member 'ABP_WarpShrine_C::RotPoofToPOI' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, SaveGame) == 0x000388, "Member 'ABP_WarpShrine_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, MochiAudio) == 0x000390, "Member 'ABP_WarpShrine_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PS_Flame) == 0x000398, "Member 'ABP_WarpShrine_C::PS_Flame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PushButtonTrigger) == 0x0003A0, "Member 'ABP_WarpShrine_C::PushButtonTrigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeIn_Light_66A01605489684C7101B518E734B146C) == 0x0003A8, "Member 'ABP_WarpShrine_C::PostProcess_FadeIn_Light_66A01605489684C7101B518E734B146C' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeIn_Weight_66A01605489684C7101B518E734B146C) == 0x0003AC, "Member 'ABP_WarpShrine_C::PostProcess_FadeIn_Weight_66A01605489684C7101B518E734B146C' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeIn__Direction_66A01605489684C7101B518E734B146C) == 0x0003B0, "Member 'ABP_WarpShrine_C::PostProcess_FadeIn__Direction_66A01605489684C7101B518E734B146C' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeIn) == 0x0003B8, "Member 'ABP_WarpShrine_C::PostProcess_FadeIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeOut_Weight_9878D6E64C0A07EF6711CF981D03C612) == 0x0003C0, "Member 'ABP_WarpShrine_C::PostProcess_FadeOut_Weight_9878D6E64C0A07EF6711CF981D03C612' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeOut__Direction_9878D6E64C0A07EF6711CF981D03C612) == 0x0003C4, "Member 'ABP_WarpShrine_C::PostProcess_FadeOut__Direction_9878D6E64C0A07EF6711CF981D03C612' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, PostProcess_FadeOut) == 0x0003C8, "Member 'ABP_WarpShrine_C::PostProcess_FadeOut' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, AdjustGlow_TL_Glow_Amount_0CEE5D094ADAD3424ED0B497EE645789) == 0x0003D0, "Member 'ABP_WarpShrine_C::AdjustGlow_TL_Glow_Amount_0CEE5D094ADAD3424ED0B497EE645789' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, AdjustGlow_TL__Direction_0CEE5D094ADAD3424ED0B497EE645789) == 0x0003D4, "Member 'ABP_WarpShrine_C::AdjustGlow_TL__Direction_0CEE5D094ADAD3424ED0B497EE645789' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, AdjustGlow_TL) == 0x0003D8, "Member 'ABP_WarpShrine_C::AdjustGlow_TL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, FlameLightIntensity) == 0x0003E0, "Member 'ABP_WarpShrine_C::FlameLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, FillLightIntensity) == 0x0003E4, "Member 'ABP_WarpShrine_C::FillLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, KenaProximityGlow) == 0x0003E8, "Member 'ABP_WarpShrine_C::KenaProximityGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, ReceivedPulseGlow) == 0x0003EC, "Member 'ABP_WarpShrine_C::ReceivedPulseGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, CurrentGlow) == 0x0003F0, "Member 'ABP_WarpShrine_C::CurrentGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, StartGlow) == 0x0003F4, "Member 'ABP_WarpShrine_C::StartGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, KenaInProximity) == 0x0003F8, "Member 'ABP_WarpShrine_C::KenaInProximity' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, Timer) == 0x000400, "Member 'ABP_WarpShrine_C::Timer' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, MochiPostProcess) == 0x000408, "Member 'ABP_WarpShrine_C::MochiPostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, ShrineActive) == 0x000410, "Member 'ABP_WarpShrine_C::ShrineActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, Chimes) == 0x000418, "Member 'ABP_WarpShrine_C::Chimes' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, SpiritRealmCondition) == 0x000428, "Member 'ABP_WarpShrine_C::SpiritRealmCondition' has a wrong offset!"); \ +static_assert(offsetof(ABP_WarpShrine_C, CarrotVisTimer) == 0x000438, "Member 'ABP_WarpShrine_C::CarrotVisTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MochiDefaultNativeUltraDynamicSky_C \ +static_assert(alignof(ABP_MochiDefaultNativeUltraDynamicSky_C) == 0x000008, "Wrong alignment on ABP_MochiDefaultNativeUltraDynamicSky_C"); \ +static_assert(sizeof(ABP_MochiDefaultNativeUltraDynamicSky_C) == 0x000500, "Wrong size on ABP_MochiDefaultNativeUltraDynamicSky_C"); \ + +#define DUMPER7_ASSERTS_ABP_SaveGroup_C \ +static_assert(alignof(ABP_SaveGroup_C) == 0x000008, "Wrong alignment on ABP_SaveGroup_C"); \ +static_assert(sizeof(ABP_SaveGroup_C) == 0x000260, "Wrong size on ABP_SaveGroup_C"); \ +static_assert(offsetof(ABP_SaveGroup_C, TriggerNode) == 0x000250, "Member 'ABP_SaveGroup_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_SaveGroup_C, Billboard) == 0x000258, "Member 'ABP_SaveGroup_C::Billboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDSWatchTrigger_C_UserConstructionScript \ +static_assert(alignof(BP_PDSWatchTrigger_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_PDSWatchTrigger_C_UserConstructionScript"); \ +static_assert(sizeof(BP_PDSWatchTrigger_C_UserConstructionScript) == 0x0000E8, "Wrong size on BP_PDSWatchTrigger_C_UserConstructionScript"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, ComparisonOp) == 0x000000, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::ComparisonOp' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, TempString) == 0x000010, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::TempString' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x00005C, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Conv_IntToString_ReturnValue) == 0x000070, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000080, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Conv_NameToString_ReturnValue) == 0x000088, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A8, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C8, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PDSWatchTrigger_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D8, "Member 'BP_PDSWatchTrigger_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PDSWatchTrigger_C \ +static_assert(alignof(ABP_PDSWatchTrigger_C) == 0x000008, "Wrong alignment on ABP_PDSWatchTrigger_C"); \ +static_assert(sizeof(ABP_PDSWatchTrigger_C) == 0x000288, "Wrong size on ABP_PDSWatchTrigger_C"); \ +static_assert(offsetof(ABP_PDSWatchTrigger_C, TextRender) == 0x000278, "Member 'ABP_PDSWatchTrigger_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_PDSWatchTrigger_C, Billboard) == 0x000280, "Member 'ABP_PDSWatchTrigger_C::Billboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_05_WarpShrine_C \ +static_assert(alignof(ABP_HangingChimes_05_WarpShrine_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_05_WarpShrine_C"); \ +static_assert(sizeof(ABP_HangingChimes_05_WarpShrine_C) == 0x000298, "Wrong size on ABP_HangingChimes_05_WarpShrine_C"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_07_WarpShrine_C \ +static_assert(alignof(ABP_HangingChimes_07_WarpShrine_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_07_WarpShrine_C"); \ +static_assert(sizeof(ABP_HangingChimes_07_WarpShrine_C) == 0x000298, "Wrong size on ABP_HangingChimes_07_WarpShrine_C"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_Base_C_HandleDamage \ +static_assert(alignof(BP_HangingChimes_Base_C_HandleDamage) == 0x000008, "Wrong alignment on BP_HangingChimes_Base_C_HandleDamage"); \ +static_assert(sizeof(BP_HangingChimes_Base_C_HandleDamage) == 0x000250, "Wrong size on BP_HangingChimes_Base_C_HandleDamage"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_HangingChimes_Base_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_HangingChimes_Base_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, Temp_bool_Variable) == 0x000111, "Member 'BP_HangingChimes_Base_C_HandleDamage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000114, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_bBlockingHit) == 0x000120, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_bInitialOverlap) == 0x000121, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_Time) == 0x000124, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_Distance) == 0x000128, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_Location) == 0x00012C, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_ImpactPoint) == 0x000138, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_Normal) == 0x000144, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_ImpactNormal) == 0x000150, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_PhysMat) == 0x000160, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_HitActor) == 0x000168, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_HitComponent) == 0x000170, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_HitBoneName) == 0x000178, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_HitItem) == 0x000180, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_ElementIndex) == 0x000184, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_FaceIndex) == 0x000188, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_TraceStart) == 0x00018C, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_BreakHitResult_TraceEnd) == 0x000198, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x0001A4, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_GetClosestPointOnCollision_OutPointOnBody) == 0x0001A8, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_GetClosestPointOnCollision_OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_GetClosestPointOnCollision_ReturnValue) == 0x0001B4, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_GetClosestPointOnCollision_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, K2Node_Select_Default) == 0x0001B8, "Member 'BP_HangingChimes_Base_C_HandleDamage::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_HandleDamage, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0001C4, "Member 'BP_HangingChimes_Base_C_HandleDamage::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_Base_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_HangingChimes_Base_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_HangingChimes_Base_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_HangingChimes_Base_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_HangingChimes_Base_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_HangingChimes_Base_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_Base_C_IsDamageHierarchical \ +static_assert(alignof(BP_HangingChimes_Base_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_HangingChimes_Base_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_HangingChimes_Base_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_HangingChimes_Base_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_HangingChimes_Base_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_Base_C_RemapHitToImpulse \ +static_assert(alignof(BP_HangingChimes_Base_C_RemapHitToImpulse) == 0x000004, "Wrong alignment on BP_HangingChimes_Base_C_RemapHitToImpulse"); \ +static_assert(sizeof(BP_HangingChimes_Base_C_RemapHitToImpulse) == 0x000044, "Wrong size on BP_HangingChimes_Base_C_RemapHitToImpulse"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, InstigatorLocation) == 0x000000, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::InstigatorLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, HitLocation) == 0x00000C, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, Tag) == 0x000018, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::Tag' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, Velocity) == 0x000020, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, ImpulseAmount) == 0x00002C, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::ImpulseAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, Temp_bool_Variable) == 0x000030, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000031, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, CallFunc_Vector_Distance_ReturnValue) == 0x000034, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, CallFunc_MapRangeClamped_ReturnValue) == 0x000038, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, Temp_float_Variable) == 0x00003C, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_RemapHitToImpulse, K2Node_Select_Default) == 0x000040, "Member 'BP_HangingChimes_Base_C_RemapHitToImpulse::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_Base_C_ReceiveEndPlay \ +static_assert(alignof(BP_HangingChimes_Base_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_HangingChimes_Base_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_HangingChimes_Base_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_HangingChimes_Base_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_HangingChimes_Base_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base \ +static_assert(alignof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base) == 0x000008, "Wrong alignment on BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base"); \ +static_assert(sizeof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base) == 0x000028, "Wrong size on BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base, EntryPoint) == 0x000000, "Member 'BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base, CallFunc_RandomFloatInRange_ReturnValue) == 0x000014, "Member 'BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base, K2Node_Event_EndPlayReason) == 0x000020, "Member 'BP_HangingChimes_Base_C_ExecuteUbergraph_BP_HangingChimes_Base::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HangingChimes_Base_C \ +static_assert(alignof(ABP_HangingChimes_Base_C) == 0x000008, "Wrong alignment on ABP_HangingChimes_Base_C"); \ +static_assert(sizeof(ABP_HangingChimes_Base_C) == 0x000298, "Wrong size on ABP_HangingChimes_Base_C"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, UberGraphFrame) == 0x000228, "Member 'ABP_HangingChimes_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, Chime_Top) == 0x000230, "Member 'ABP_HangingChimes_Base_C::Chime_Top' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, Collision) == 0x000238, "Member 'ABP_HangingChimes_Base_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, RadialForce) == 0x000240, "Member 'ABP_HangingChimes_Base_C::RadialForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, PhysicsConstraint_Bottom) == 0x000248, "Member 'ABP_HangingChimes_Base_C::PhysicsConstraint_Bottom' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, PhysicsConstraint_Middle) == 0x000250, "Member 'ABP_HangingChimes_Base_C::PhysicsConstraint_Middle' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, PhysicsConstraint_Top) == 0x000258, "Member 'ABP_HangingChimes_Base_C::PhysicsConstraint_Top' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, Chime_Bottom) == 0x000260, "Member 'ABP_HangingChimes_Base_C::Chime_Bottom' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, Chime_Middle) == 0x000268, "Member 'ABP_HangingChimes_Base_C::Chime_Middle' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, Root) == 0x000270, "Member 'ABP_HangingChimes_Base_C::Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, HurtboxManager) == 0x000278, "Member 'ABP_HangingChimes_Base_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, CanReceiveDamage) == 0x000280, "Member 'ABP_HangingChimes_Base_C::CanReceiveDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, RetriggerDelay) == 0x000284, "Member 'ABP_HangingChimes_Base_C::RetriggerDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, InitConstraintsTimer) == 0x000288, "Member 'ABP_HangingChimes_Base_C::InitConstraintsTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_HangingChimes_Base_C, HasInitializedPhysics) == 0x000290, "Member 'ABP_HangingChimes_Base_C::HasInitializedPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LightingFogDirector_C \ +static_assert(alignof(ABP_LightingFogDirector_C) == 0x000008, "Wrong alignment on ABP_LightingFogDirector_C"); \ +static_assert(sizeof(ABP_LightingFogDirector_C) == 0x000488, "Wrong size on ABP_LightingFogDirector_C"); \ +static_assert(offsetof(ABP_LightingFogDirector_C, DefaultSceneRoot) == 0x000480, "Member 'ABP_LightingFogDirector_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotHidingSpot_C \ +static_assert(alignof(ABP_RotHidingSpot_C) == 0x000008, "Wrong alignment on ABP_RotHidingSpot_C"); \ +static_assert(sizeof(ABP_RotHidingSpot_C) == 0x000230, "Wrong size on ABP_RotHidingSpot_C"); \ + +#define DUMPER7_ASSERTS_ABP_InteractiveActorBase_C \ +static_assert(alignof(ABP_InteractiveActorBase_C) == 0x000008, "Wrong alignment on ABP_InteractiveActorBase_C"); \ +static_assert(sizeof(ABP_InteractiveActorBase_C) == 0x000468, "Wrong size on ABP_InteractiveActorBase_C"); \ +static_assert(offsetof(ABP_InteractiveActorBase_C, DefaultSceneRoot) == 0x000460, "Member 'ABP_InteractiveActorBase_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_SkipCutsceneHoldComplete \ +static_assert(alignof(BP_KenaController_C_SkipCutsceneHoldComplete) == 0x000008, "Wrong alignment on BP_KenaController_C_SkipCutsceneHoldComplete"); \ +static_assert(sizeof(BP_KenaController_C_SkipCutsceneHoldComplete) == 0x000010, "Wrong size on BP_KenaController_C_SkipCutsceneHoldComplete"); \ +static_assert(offsetof(BP_KenaController_C_SkipCutsceneHoldComplete, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000000, "Member 'BP_KenaController_C_SkipCutsceneHoldComplete::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_SkipCutsceneHoldComplete, CallFunc_SkipActiveCutscenes_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_SkipCutsceneHoldComplete::CallFunc_SkipActiveCutscenes_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_HandlePollingInput \ +static_assert(alignof(BP_KenaController_C_HandlePollingInput) == 0x000004, "Wrong alignment on BP_KenaController_C_HandlePollingInput"); \ +static_assert(sizeof(BP_KenaController_C_HandlePollingInput) == 0x000014, "Wrong size on BP_KenaController_C_HandlePollingInput"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, Ref_Bool) == 0x000000, "Member 'BP_KenaController_C_HandlePollingInput::Ref_Bool' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, In_Action_Name) == 0x000004, "Member 'BP_KenaController_C_HandlePollingInput::In_Action_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, In_Action_ID) == 0x00000C, "Member 'BP_KenaController_C_HandlePollingInput::In_Action_ID' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, Passed_Ref_Bool) == 0x00000D, "Member 'BP_KenaController_C_HandlePollingInput::Passed_Ref_Bool' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, CallFunc_GetInputActionDown_ReturnValue) == 0x00000E, "Member 'BP_KenaController_C_HandlePollingInput::CallFunc_GetInputActionDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, CallFunc_IsActionAllowed_ReturnValue) == 0x00000F, "Member 'BP_KenaController_C_HandlePollingInput::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, CallFunc_IsInputBuffered_IsStale) == 0x000010, "Member 'BP_KenaController_C_HandlePollingInput::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandlePollingInput, CallFunc_IsInputBuffered_ReturnValue) == 0x000011, "Member 'BP_KenaController_C_HandlePollingInput::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_Open_Journal \ +static_assert(alignof(BP_KenaController_C_Open_Journal) == 0x000008, "Wrong alignment on BP_KenaController_C_Open_Journal"); \ +static_assert(sizeof(BP_KenaController_C_Open_Journal) == 0x000018, "Wrong size on BP_KenaController_C_Open_Journal"); \ +static_assert(offsetof(BP_KenaController_C_Open_Journal, CallFunc_CanOpenJournal_ReturnValue) == 0x000000, "Member 'BP_KenaController_C_Open_Journal::CallFunc_CanOpenJournal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Open_Journal, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_Open_Journal::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Open_Journal, CallFunc_NavigateForward_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_Open_Journal::CallFunc_NavigateForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_Spawn3dMenuItems \ +static_assert(alignof(BP_KenaController_C_Spawn3dMenuItems) == 0x000010, "Wrong alignment on BP_KenaController_C_Spawn3dMenuItems"); \ +static_assert(sizeof(BP_KenaController_C_Spawn3dMenuItems) == 0x000090, "Wrong size on BP_KenaController_C_Spawn3dMenuItems"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, Temp_name_Variable) == 0x000000, "Member 'BP_KenaController_C_Spawn3dMenuItems::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, Temp_name_Variable_1) == 0x000008, "Member 'BP_KenaController_C_Spawn3dMenuItems::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000048, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_FinishSpawningActor_ReturnValue) == 0x000050, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000058, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, Temp_name_Variable_2) == 0x000064, "Member 'BP_KenaController_C_Spawn3dMenuItems::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_Array_Add_ReturnValue_1) == 0x00006C, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x000070, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x000078, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Spawn3dMenuItems, CallFunc_Array_Add_ReturnValue_2) == 0x000080, "Member 'BP_KenaController_C_Spawn3dMenuItems::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_ResetUI \ +static_assert(alignof(BP_KenaController_C_ResetUI) == 0x000001, "Wrong alignment on BP_KenaController_C_ResetUI"); \ +static_assert(sizeof(BP_KenaController_C_ResetUI) == 0x000001, "Wrong size on BP_KenaController_C_ResetUI"); \ +static_assert(offsetof(BP_KenaController_C_ResetUI, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_KenaController_C_ResetUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_SetCutsceneHUDVisible \ +static_assert(alignof(BP_KenaController_C_SetCutsceneHUDVisible) == 0x000001, "Wrong alignment on BP_KenaController_C_SetCutsceneHUDVisible"); \ +static_assert(sizeof(BP_KenaController_C_SetCutsceneHUDVisible) == 0x000003, "Wrong size on BP_KenaController_C_SetCutsceneHUDVisible"); \ +static_assert(offsetof(BP_KenaController_C_SetCutsceneHUDVisible, Visible) == 0x000000, "Member 'BP_KenaController_C_SetCutsceneHUDVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_SetCutsceneHUDVisible, CallFunc_IsInViewport_ReturnValue) == 0x000001, "Member 'BP_KenaController_C_SetCutsceneHUDVisible::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_SetCutsceneHUDVisible, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'BP_KenaController_C_SetCutsceneHUDVisible::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_GetFullscreenVideoWidget \ +static_assert(alignof(BP_KenaController_C_GetFullscreenVideoWidget) == 0x000008, "Wrong alignment on BP_KenaController_C_GetFullscreenVideoWidget"); \ +static_assert(sizeof(BP_KenaController_C_GetFullscreenVideoWidget) == 0x000018, "Wrong size on BP_KenaController_C_GetFullscreenVideoWidget"); \ +static_assert(offsetof(BP_KenaController_C_GetFullscreenVideoWidget, FullscreenVideoWidget_0) == 0x000000, "Member 'BP_KenaController_C_GetFullscreenVideoWidget::FullscreenVideoWidget_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetFullscreenVideoWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_GetFullscreenVideoWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetFullscreenVideoWidget, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_GetFullscreenVideoWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_ProcessAimInput \ +static_assert(alignof(BP_KenaController_C_ProcessAimInput) == 0x000008, "Wrong alignment on BP_KenaController_C_ProcessAimInput"); \ +static_assert(sizeof(BP_KenaController_C_ProcessAimInput) == 0x000060, "Wrong size on BP_KenaController_C_ProcessAimInput"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, AimInput) == 0x000000, "Member 'BP_KenaController_C_ProcessAimInput::AimInput' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, AimOutput) == 0x000008, "Member 'BP_KenaController_C_ProcessAimInput::AimOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_Normal2D_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_VSize2D_ReturnValue) == 0x000018, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x00001C, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_GetIsUsingGamepad_ReturnValue) == 0x000024, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_GetIsUsingGamepad_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, Temp_bool_Variable) == 0x000030, "Member 'BP_KenaController_C_ProcessAimInput::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_GetLookSensitivity_ReturnValue) == 0x000034, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_GetLookSensitivity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_ApplyAimDampening_ReturnValue) == 0x00003C, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_ApplyAimDampening_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_EvaluateCurve_ReturnValue) == 0x000044, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, K2Node_Select_Default) == 0x000048, "Member 'BP_KenaController_C_ProcessAimInput::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_ApplyLookSpeedRamping_ReturnValue) == 0x000050, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_ApplyLookSpeedRamping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ProcessAimInput, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000054, "Member 'BP_KenaController_C_ProcessAimInput::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_TryUnlockRotItem \ +static_assert(alignof(BP_KenaController_C_TryUnlockRotItem) == 0x000008, "Wrong alignment on BP_KenaController_C_TryUnlockRotItem"); \ +static_assert(sizeof(BP_KenaController_C_TryUnlockRotItem) == 0x000040, "Wrong size on BP_KenaController_C_TryUnlockRotItem"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, Count) == 0x000000, "Member 'BP_KenaController_C_TryUnlockRotItem::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_KenaController_C_TryUnlockRotItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_KenaController_C_TryUnlockRotItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Map_Find_Value) == 0x00002C, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Map_Find_ReturnValue) == 0x000034, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_GiveItem_ReturnValue) == 0x000036, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_GiveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_HasItem_ReturnValue) == 0x000037, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryUnlockRotItem, CallFunc_BooleanAND_ReturnValue_1) == 0x000039, "Member 'BP_KenaController_C_TryUnlockRotItem::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_SetHUDVisible \ +static_assert(alignof(BP_KenaController_C_SetHUDVisible) == 0x000001, "Wrong alignment on BP_KenaController_C_SetHUDVisible"); \ +static_assert(sizeof(BP_KenaController_C_SetHUDVisible) == 0x000001, "Wrong size on BP_KenaController_C_SetHUDVisible"); \ +static_assert(offsetof(BP_KenaController_C_SetHUDVisible, Visible) == 0x000000, "Member 'BP_KenaController_C_SetHUDVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_Fade_Out_Complete \ +static_assert(alignof(BP_KenaController_C_Fade_Out_Complete) == 0x000008, "Wrong alignment on BP_KenaController_C_Fade_Out_Complete"); \ +static_assert(sizeof(BP_KenaController_C_Fade_Out_Complete) == 0x000038, "Wrong size on BP_KenaController_C_Fade_Out_Complete"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, CallFunc_GetGameMode_ReturnValue) == 0x000000, "Member 'BP_KenaController_C_Fade_Out_Complete::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, CallFunc_IsDLCGameMode_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_Fade_Out_Complete::CallFunc_IsDLCGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, K2Node_DynamicCast_AsMochi_DLCGame_Mode) == 0x000010, "Member 'BP_KenaController_C_Fade_Out_Complete::K2Node_DynamicCast_AsMochi_DLCGame_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_KenaController_C_Fade_Out_Complete::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, CallFunc_GetGameMode_ReturnValue_1) == 0x000020, "Member 'BP_KenaController_C_Fade_Out_Complete::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x000028, "Member 'BP_KenaController_C_Fade_Out_Complete::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Fade_Out_Complete, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_KenaController_C_Fade_Out_Complete::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_FadeOut \ +static_assert(alignof(BP_KenaController_C_FadeOut) == 0x000004, "Wrong alignment on BP_KenaController_C_FadeOut"); \ +static_assert(sizeof(BP_KenaController_C_FadeOut) == 0x000010, "Wrong size on BP_KenaController_C_FadeOut"); \ +static_assert(offsetof(BP_KenaController_C_FadeOut, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_KenaController_C_FadeOut::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_TryGetKena \ +static_assert(alignof(BP_KenaController_C_TryGetKena) == 0x000008, "Wrong alignment on BP_KenaController_C_TryGetKena"); \ +static_assert(sizeof(BP_KenaController_C_TryGetKena) == 0x000028, "Wrong size on BP_KenaController_C_TryGetKena"); \ +static_assert(offsetof(BP_KenaController_C_TryGetKena, AsBP_Kena_Character) == 0x000000, "Member 'BP_KenaController_C_TryGetKena::AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryGetKena, Valid) == 0x000008, "Member 'BP_KenaController_C_TryGetKena::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryGetKena, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_TryGetKena::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryGetKena, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000018, "Member 'BP_KenaController_C_TryGetKena::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryGetKena, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_KenaController_C_TryGetKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_TryGetKena, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_KenaController_C_TryGetKena::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_SetLookRateInputCurve \ +static_assert(alignof(BP_KenaController_C_SetLookRateInputCurve) == 0x000008, "Wrong alignment on BP_KenaController_C_SetLookRateInputCurve"); \ +static_assert(sizeof(BP_KenaController_C_SetLookRateInputCurve) == 0x000088, "Wrong size on BP_KenaController_C_SetLookRateInputCurve"); \ +static_assert(offsetof(BP_KenaController_C_SetLookRateInputCurve, Curve) == 0x000000, "Member 'BP_KenaController_C_SetLookRateInputCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_ClampYawToRotationRate \ +static_assert(alignof(BP_KenaController_C_ClampYawToRotationRate) == 0x000008, "Wrong alignment on BP_KenaController_C_ClampYawToRotationRate"); \ +static_assert(sizeof(BP_KenaController_C_ClampYawToRotationRate) == 0x000040, "Wrong size on BP_KenaController_C_ClampYawToRotationRate"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, InputYaw) == 0x000000, "Member 'BP_KenaController_C_ClampYawToRotationRate::InputYaw' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, DeltaTime) == 0x000004, "Member 'BP_KenaController_C_ClampYawToRotationRate::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, ClampedYaw) == 0x000008, "Member 'BP_KenaController_C_ClampYawToRotationRate::ClampedYaw' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, test) == 0x00000C, "Member 'BP_KenaController_C_ClampYawToRotationRate::test' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_Abs_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_TryGetKena_AsBP_Kena_Character) == 0x000018, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_TryGetKena_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_TryGetKena_Valid) == 0x000020, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_TryGetKena_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000021, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_BreakRotator_Roll) == 0x000024, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_BreakRotator_Pitch) == 0x000028, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_BreakRotator_Yaw) == 0x00002C, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000034, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000038, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ClampYawToRotationRate, CallFunc_ClampAngle_ReturnValue) == 0x00003C, "Member 'BP_KenaController_C_ClampYawToRotationRate::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_Initialize \ +static_assert(alignof(BP_KenaController_C_Initialize) == 0x000008, "Wrong alignment on BP_KenaController_C_Initialize"); \ +static_assert(sizeof(BP_KenaController_C_Initialize) == 0x000048, "Wrong size on BP_KenaController_C_Initialize"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_KenaController_C_Initialize::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_Create_ReturnValue_1) == 0x000008, "Member 'BP_KenaController_C_Initialize::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_KenaController_C_Initialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_Create_ReturnValue_2) == 0x000020, "Member 'BP_KenaController_C_Initialize::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000028, "Member 'BP_KenaController_C_Initialize::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_IsAnyCutscenePlaying_ReturnValue) == 0x000030, "Member 'BP_KenaController_C_Initialize::CallFunc_IsAnyCutscenePlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_KenaController_C_Initialize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_Create_ReturnValue_3) == 0x000038, "Member 'BP_KenaController_C_Initialize::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_Initialize, CallFunc_Create_ReturnValue_4) == 0x000040, "Member 'BP_KenaController_C_Initialize::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_GetLookAxis \ +static_assert(alignof(BP_KenaController_C_GetLookAxis) == 0x000004, "Wrong alignment on BP_KenaController_C_GetLookAxis"); \ +static_assert(sizeof(BP_KenaController_C_GetLookAxis) == 0x000018, "Wrong size on BP_KenaController_C_GetLookAxis"); \ +static_assert(offsetof(BP_KenaController_C_GetLookAxis, Axis) == 0x000000, "Member 'BP_KenaController_C_GetLookAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetLookAxis, CallFunc_GetInputAxisValue_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_GetLookAxis::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetLookAxis, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x00000C, "Member 'BP_KenaController_C_GetLookAxis::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetLookAxis, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_GetLookAxis::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_GetMovementAxis \ +static_assert(alignof(BP_KenaController_C_GetMovementAxis) == 0x000004, "Wrong alignment on BP_KenaController_C_GetMovementAxis"); \ +static_assert(sizeof(BP_KenaController_C_GetMovementAxis) == 0x000018, "Wrong size on BP_KenaController_C_GetMovementAxis"); \ +static_assert(offsetof(BP_KenaController_C_GetMovementAxis, Vector) == 0x000000, "Member 'BP_KenaController_C_GetMovementAxis::Vector' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetMovementAxis, CallFunc_GetInputAxisValue_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_GetMovementAxis::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetMovementAxis, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x00000C, "Member 'BP_KenaController_C_GetMovementAxis::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_GetMovementAxis, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_GetMovementAxis::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_GetIsInputtingLook \ +static_assert(alignof(BP_KenaController_C_GetIsInputtingLook) == 0x000001, "Wrong alignment on BP_KenaController_C_GetIsInputtingLook"); \ +static_assert(sizeof(BP_KenaController_C_GetIsInputtingLook) == 0x000001, "Wrong size on BP_KenaController_C_GetIsInputtingLook"); \ +static_assert(offsetof(BP_KenaController_C_GetIsInputtingLook, IsInputting) == 0x000000, "Member 'BP_KenaController_C_GetIsInputtingLook::IsInputting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_UpdateInputStatus \ +static_assert(alignof(BP_KenaController_C_UpdateInputStatus) == 0x000004, "Wrong alignment on BP_KenaController_C_UpdateInputStatus"); \ +static_assert(sizeof(BP_KenaController_C_UpdateInputStatus) == 0x000020, "Wrong size on BP_KenaController_C_UpdateInputStatus"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_IsLookInputIgnored_ReturnValue) == 0x000000, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_IsLookInputIgnored_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_IsMoveInputIgnored_ReturnValue) == 0x000001, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_IsMoveInputIgnored_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_GetInputAxisValue_ReturnValue) == 0x000004, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000008, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_GetInputAxisValue_ReturnValue_2) == 0x000010, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_GetInputAxisValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_NotEqual_FloatFloat_ReturnValue_2) == 0x000015, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_NotEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_BooleanAND_ReturnValue) == 0x000016, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_GetInputAxisValue_ReturnValue_3) == 0x000018, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_GetInputAxisValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_NotEqual_FloatFloat_ReturnValue_3) == 0x00001C, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_NotEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_BooleanOR_ReturnValue_1) == 0x00001D, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_UpdateInputStatus, CallFunc_BooleanAND_ReturnValue_1) == 0x00001E, "Member 'BP_KenaController_C_UpdateInputStatus::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_GetIsInputtingMovement \ +static_assert(alignof(BP_KenaController_C_GetIsInputtingMovement) == 0x000001, "Wrong alignment on BP_KenaController_C_GetIsInputtingMovement"); \ +static_assert(sizeof(BP_KenaController_C_GetIsInputtingMovement) == 0x000001, "Wrong size on BP_KenaController_C_GetIsInputtingMovement"); \ +static_assert(offsetof(BP_KenaController_C_GetIsInputtingMovement, IsInputting) == 0x000000, "Member 'BP_KenaController_C_GetIsInputtingMovement::IsInputting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_59::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_LockOn_K2Node_InputActionEvent_58::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_57::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Dodge_K2Node_InputActionEvent_56::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_55::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_BanishRotCloud_K2Node_InputActionEvent_54::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_53::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_EquipBomb_K2Node_InputActionEvent_52::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_51::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Jump_K2Node_InputActionEvent_50::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_49::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_LightAttack_K2Node_InputActionEvent_48::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_47::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_HeavyAttack_K2Node_InputActionEvent_46::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Pause_K2Node_InputActionEvent_45::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Select_K2Node_InputActionEvent_44::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_43::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugFlySpeedDown_K2Node_InputActionEvent_42::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_41::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugFlySpeedUp_K2Node_InputActionEvent_40::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_39::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Sprint_K2Node_InputActionEvent_38::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_37::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Pulse_K2Node_InputActionEvent_36::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_35::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Dash_K2Node_InputActionEvent_34::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_33::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Inspect_K2Node_InputActionEvent_32::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_31::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_UseRot_K2Node_InputActionEvent_30::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_29::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Interact_K2Node_InputActionEvent_28::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_27::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_K2Node_InputActionEvent_26::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Zero_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_25::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugMenuA_K2Node_InputActionEvent_24::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_23::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_DebugMenuB_K2Node_InputActionEvent_22::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_21::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PhotoMode_K2Node_InputActionEvent_20::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_19::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_BowFocus_K2Node_InputActionEvent_18::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_17::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_Fidget1_K2Node_InputActionEvent_16::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_15::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_Fidget2_K2Node_InputActionEvent_14::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_13::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_PlayWithRot_Fidget3_K2Node_InputActionEvent_12::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_11::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_UseMarkerA_K2Node_InputActionEvent_10::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_9::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_UseMarkerB_K2Node_InputActionEvent_8::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_7::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_SetMarkerA_K2Node_InputActionEvent_6::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_5::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_SetMarkerB_K2Node_InputActionEvent_4::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_3::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_SkipCutscene_K2Node_InputActionEvent_2::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0 \ +static_assert(alignof(BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0"); \ +static_assert(sizeof(BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0"); \ +static_assert(offsetof(BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'BP_KenaController_C_InpActEvt_Any_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_HandleNamedEvent \ +static_assert(alignof(BP_KenaController_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_KenaController_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_KenaController_C_HandleNamedEvent) == 0x000008, "Wrong size on BP_KenaController_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_KenaController_C_HandleNamedEvent, EventName) == 0x000000, "Member 'BP_KenaController_C_HandleNamedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_RotCollected \ +static_assert(alignof(BP_KenaController_C_RotCollected) == 0x000008, "Wrong alignment on BP_KenaController_C_RotCollected"); \ +static_assert(sizeof(BP_KenaController_C_RotCollected) == 0x000010, "Wrong size on BP_KenaController_C_RotCollected"); \ +static_assert(offsetof(BP_KenaController_C_RotCollected, Delta) == 0x000000, "Member 'BP_KenaController_C_RotCollected::Delta' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_RotCollected, Total) == 0x000004, "Member 'BP_KenaController_C_RotCollected::Total' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_RotCollected, FromOwner) == 0x000008, "Member 'BP_KenaController_C_RotCollected::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_HandleMeditationSpotGranted \ +static_assert(alignof(BP_KenaController_C_HandleMeditationSpotGranted) == 0x000004, "Wrong alignment on BP_KenaController_C_HandleMeditationSpotGranted"); \ +static_assert(sizeof(BP_KenaController_C_HandleMeditationSpotGranted) == 0x000014, "Wrong size on BP_KenaController_C_HandleMeditationSpotGranted"); \ +static_assert(offsetof(BP_KenaController_C_HandleMeditationSpotGranted, ItemTag) == 0x000000, "Member 'BP_KenaController_C_HandleMeditationSpotGranted::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandleMeditationSpotGranted, CurrentCount) == 0x000008, "Member 'BP_KenaController_C_HandleMeditationSpotGranted::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandleMeditationSpotGranted, PreviousCount) == 0x00000C, "Member 'BP_KenaController_C_HandleMeditationSpotGranted::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandleMeditationSpotGranted, MaxCount) == 0x000010, "Member 'BP_KenaController_C_HandleMeditationSpotGranted::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_HandleUpgradeMaxHealth \ +static_assert(alignof(BP_KenaController_C_HandleUpgradeMaxHealth) == 0x000004, "Wrong alignment on BP_KenaController_C_HandleUpgradeMaxHealth"); \ +static_assert(sizeof(BP_KenaController_C_HandleUpgradeMaxHealth) == 0x000014, "Wrong size on BP_KenaController_C_HandleUpgradeMaxHealth"); \ +static_assert(offsetof(BP_KenaController_C_HandleUpgradeMaxHealth, ItemTag) == 0x000000, "Member 'BP_KenaController_C_HandleUpgradeMaxHealth::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandleUpgradeMaxHealth, CurrentCount) == 0x000008, "Member 'BP_KenaController_C_HandleUpgradeMaxHealth::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandleUpgradeMaxHealth, PreviousCount) == 0x00000C, "Member 'BP_KenaController_C_HandleUpgradeMaxHealth::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_HandleUpgradeMaxHealth, MaxCount) == 0x000010, "Member 'BP_KenaController_C_HandleUpgradeMaxHealth::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_SetEncounterBoss \ +static_assert(alignof(BP_KenaController_C_SetEncounterBoss) == 0x000008, "Wrong alignment on BP_KenaController_C_SetEncounterBoss"); \ +static_assert(sizeof(BP_KenaController_C_SetEncounterBoss) == 0x000008, "Wrong size on BP_KenaController_C_SetEncounterBoss"); \ +static_assert(offsetof(BP_KenaController_C_SetEncounterBoss, Boss) == 0x000000, "Member 'BP_KenaController_C_SetEncounterBoss::Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20 \ +static_assert(alignof(BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20) == 0x000004, "Wrong alignment on BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20"); \ +static_assert(sizeof(BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20) == 0x000004, "Wrong size on BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20"); \ +static_assert(offsetof(BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20, AxisValue) == 0x000000, "Member 'BP_KenaController_C_InpAxisEvt_TurnRate_K2Node_InputAxisEvent_20::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21 \ +static_assert(alignof(BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21) == 0x000004, "Wrong alignment on BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21"); \ +static_assert(sizeof(BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21) == 0x000004, "Wrong size on BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21"); \ +static_assert(offsetof(BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21, AxisValue) == 0x000000, "Member 'BP_KenaController_C_InpAxisEvt_LookUpRate_K2Node_InputAxisEvent_21::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0 \ +static_assert(alignof(BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0) == 0x000004, "Wrong alignment on BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0"); \ +static_assert(sizeof(BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0) == 0x000004, "Wrong size on BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0"); \ +static_assert(offsetof(BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0, AxisValue) == 0x000000, "Member 'BP_KenaController_C_InpAxisEvt_LeftTrigger_K2Node_InputAxisEvent_0::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1 \ +static_assert(alignof(BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1) == 0x000004, "Wrong alignment on BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1"); \ +static_assert(sizeof(BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1) == 0x000004, "Wrong size on BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1"); \ +static_assert(offsetof(BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1, AxisValue) == 0x000000, "Member 'BP_KenaController_C_InpAxisEvt_RightTrigger_K2Node_InputAxisEvent_1::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_ReceiveTick \ +static_assert(alignof(BP_KenaController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_KenaController_C_ReceiveTick"); \ +static_assert(sizeof(BP_KenaController_C_ReceiveTick) == 0x000004, "Wrong size on BP_KenaController_C_ReceiveTick"); \ +static_assert(offsetof(BP_KenaController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_KenaController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_OnLast \ +static_assert(alignof(BP_KenaController_C_OnLast) == 0x000008, "Wrong alignment on BP_KenaController_C_OnLast"); \ +static_assert(sizeof(BP_KenaController_C_OnLast) == 0x000010, "Wrong size on BP_KenaController_C_OnLast"); \ +static_assert(offsetof(BP_KenaController_C_OnLast, Cutscene) == 0x000000, "Member 'BP_KenaController_C_OnLast::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_OnFirst \ +static_assert(alignof(BP_KenaController_C_OnFirst) == 0x000008, "Wrong alignment on BP_KenaController_C_OnFirst"); \ +static_assert(sizeof(BP_KenaController_C_OnFirst) == 0x000010, "Wrong size on BP_KenaController_C_OnFirst"); \ +static_assert(offsetof(BP_KenaController_C_OnFirst, Cutscene) == 0x000000, "Member 'BP_KenaController_C_OnFirst::Cutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_ExecuteUbergraph_BP_KenaController \ +static_assert(alignof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController) == 0x000010, "Wrong alignment on BP_KenaController_C_ExecuteUbergraph_BP_KenaController"); \ +static_assert(sizeof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController) == 0x000D70, "Wrong size on BP_KenaController_C_ExecuteUbergraph_BP_KenaController"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, EntryPoint) == 0x000000, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000005, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_17) == 0x000008, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_16) == 0x000020, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable) == 0x000038, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_15) == 0x000050, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_14) == 0x000068, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_1) == 0x000080, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_13) == 0x000098, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_12) == 0x0000B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_2) == 0x0000C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_11) == 0x0000E0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_10) == 0x0000F8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_3) == 0x000110, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_9) == 0x000128, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_8) == 0x000140, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_4) == 0x000158, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_7) == 0x000170, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_6) == 0x000188, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_5) == 0x0001A0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_5) == 0x0001B8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_4) == 0x0001D0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_6) == 0x0001E8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_3) == 0x000200, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_2) == 0x000218, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_7) == 0x000230, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_1) == 0x000248, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key) == 0x000260, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_8) == 0x000278, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000290, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000291, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate) == 0x000294, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002A4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0002B4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002B8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_9) == 0x0002C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002E0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_18) == 0x0002F0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_10) == 0x000308, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_19) == 0x000320, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_48) == 0x000338, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_48' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_11) == 0x000350, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_20) == 0x000368, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_49) == 0x000380, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_49' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_21) == 0x000398, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_12) == 0x0003B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue) == 0x0003C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue) == 0x0003CC, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0003CD, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0003CE, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_13) == 0x0003D0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue) == 0x0003E8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_22) == 0x0003F0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_50) == 0x000408, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_50' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_23) == 0x000420, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_1) == 0x000438, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00043C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00043D, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_1) == 0x00043E, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_1) == 0x00043F, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_14) == 0x000440, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_24) == 0x000458, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_51) == 0x000470, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_51' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_25) == 0x000488, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_2) == 0x0004A0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_2) == 0x0004A4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0004A5, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x0004A6, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputKeyEvent_Key) == 0x0004A8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_2) == 0x0004C0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_15) == 0x0004C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_26) == 0x0004E0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_16) == 0x0004F8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_52) == 0x000510, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_52' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_3) == 0x000528, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x00052C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x00052D, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_3) == 0x00052E, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_3) == 0x00052F, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_27) == 0x000530, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000548, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_17) == 0x000550, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_53) == 0x000568, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_53' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_28) == 0x000580, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_18) == 0x000598, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_29) == 0x0005B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_54) == 0x0005C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_54' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_4) == 0x0005E0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_4) == 0x0005E4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x0005E5, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x0005E6, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_19) == 0x0005E8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_4) == 0x000600, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_30) == 0x000608, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_31) == 0x000620, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_55) == 0x000638, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_55' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_5) == 0x000650, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_5) == 0x000654, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x000655, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_5) == 0x000656, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_20) == 0x000658, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_5) == 0x000670, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_32) == 0x000678, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_6) == 0x000690, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_6) == 0x000694, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x000695, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_6) == 0x000696, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_33) == 0x000698, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_6) == 0x0006B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_21) == 0x0006B8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_34) == 0x0006D0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_22) == 0x0006E8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_7) == 0x000700, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_7) == 0x000704, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_7) == 0x000705, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_7) == 0x000706, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_35) == 0x000708, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_7) == 0x000720, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_23) == 0x000728, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_56) == 0x000740, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_56' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_57) == 0x000758, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_57' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_36) == 0x000770, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_bool_IsClosed_Variable) == 0x000788, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_bool_Has_Been_Initd_Variable) == 0x000789, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_8) == 0x00078C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_8) == 0x000790, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_8) == 0x000791, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_8) == 0x000792, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue) == 0x000793, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale) == 0x000794, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue) == 0x000795, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_24) == 0x000798, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_37) == 0x0007B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_int_Loop_Counter_Variable) == 0x0007C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Add_IntInt_ReturnValue) == 0x0007CC, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_int_Array_Index_Variable) == 0x0007D0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_58) == 0x0007D8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_58' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_25) == 0x0007F0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_38) == 0x000808, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_int_Loop_Counter_Variable_1) == 0x000820, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Add_IntInt_ReturnValue_1) == 0x000824, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_int_Array_Index_Variable_1) == 0x000828, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_8) == 0x00082C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_Event_EventName) == 0x000830, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_Delta) == 0x000838, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_Delta' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_Total) == 0x00083C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_Total' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_FromOwner) == 0x000840, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionTimeDown_ReturnValue_9) == 0x000848, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionTimeDown_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Greater_FloatFloat_ReturnValue_9) == 0x00084C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Greater_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_LessEqual_FloatFloat_ReturnValue_9) == 0x00084D, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_LessEqual_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_9) == 0x00084E, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_39) == 0x000850, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000868, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_RemovePlayerTimeDilation_ReturnValue_1) == 0x000869, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_RemovePlayerTimeDilation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x000870, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_ItemTag_1) == 0x000878, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_ItemTag_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_CurrentCount_1) == 0x000880, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_CurrentCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_PreviousCount_1) == 0x000884, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_PreviousCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_MaxCount_1) == 0x000888, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_MaxCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00088C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x00088D, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_ItemTag) == 0x000890, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_CurrentCount) == 0x000898, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_PreviousCount) == 0x00089C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_MaxCount) == 0x0008A0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_MaxCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_K2_GetPawn_ReturnValue) == 0x0008A8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x0008B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0008B8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_DynamicCast_bSuccess) == 0x0008C0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_59) == 0x0008C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_59' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_Event_Boss) == 0x0008E0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_Event_Boss' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_SetEncounterBoss_self_CastInput) == 0x0008E8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_SetEncounterBoss_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0008F8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x000900, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_DynamicCast_bSuccess_1) == 0x000908, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Not_PreBool_ReturnValue) == 0x000909, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x00090A, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate_4) == 0x00090C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000920, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000928, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_delegate_Variable) == 0x00092C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_26) == 0x000940, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_1) == 0x000950, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_PostEvent_ReturnValue) == 0x000954, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_1) == 0x000958, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000959, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_27) == 0x000960, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputAxisEvent_AxisValue_3) == 0x000978, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputAxisEvent_AxisValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputAxisEvent_AxisValue_2) == 0x00097C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputAxisEvent_AxisValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_40) == 0x000980, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000998, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_2) == 0x000999, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_3) == 0x00099A, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_2) == 0x00099B, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_2) == 0x00099C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_3) == 0x00099D, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_3) == 0x00099E, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x00099F, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0009A0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_4) == 0x0009A1, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_5) == 0x0009A2, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_4) == 0x0009A3, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_4) == 0x0009A4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_5) == 0x0009A5, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_5) == 0x0009A6, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0009A7, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x0009A8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_6) == 0x0009A9, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_7) == 0x0009AA, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_6) == 0x0009AB, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_6) == 0x0009AC, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_7) == 0x0009AD, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_7) == 0x0009AE, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_41) == 0x0009B0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsAxisAllowed_ReturnValue) == 0x0009C8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsAxisAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x0009D0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_NavigateForward_ReturnValue) == 0x0009D8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_NavigateForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x0009E0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInViewport_ReturnValue) == 0x0009E1, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsValid_ReturnValue) == 0x0009E2, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_8) == 0x0009E3, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_10) == 0x0009E4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_8) == 0x0009E5, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_8) == 0x0009E6, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputAxisEvent_AxisValue_1) == 0x0009E8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputAxisEvent_AxisValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputAxisEvent_AxisValue) == 0x0009EC, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0009F0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetVisibility_ReturnValue) == 0x0009F4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_SwitchEnum_CmpSuccess) == 0x0009F5, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsDebugBuild_ReturnValue) == 0x0009F6, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsDebugBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x0009F7, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_9) == 0x0009F8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_10) == 0x0009F9, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_9) == 0x0009FA, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_9) == 0x0009FB, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_10) == 0x0009FC, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_10) == 0x0009FD, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0009FE, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0009FF, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_11) == 0x000A00, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_12) == 0x000A01, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_11) == 0x000A02, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_11) == 0x000A03, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_12) == 0x000A04, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_12) == 0x000A05, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_28) == 0x000A08, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x000A20, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x000A21, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_13) == 0x000A22, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_14) == 0x000A23, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_13) == 0x000A24, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_13) == 0x000A25, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_14) == 0x000A26, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_14) == 0x000A27, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000A28, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x000A30, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsPhotoModeEnabled_ReturnValue) == 0x000A31, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsPhotoModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_15) == 0x000A32, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_15) == 0x000A33, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_15) == 0x000A34, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_20) == 0x000A35, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_16) == 0x000A36, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_16) == 0x000A37, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_16) == 0x000A38, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsDebugBuild_ReturnValue_1) == 0x000A39, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsDebugBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsDebugBuild_ReturnValue_2) == 0x000A3A, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsDebugBuild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000A40, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000A48, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetTransform_ReturnValue) == 0x000A50, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BreakTransform_Location) == 0x000A80, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BreakTransform_Rotation) == 0x000A8C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BreakTransform_Scale) == 0x000A98, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_K2_TeleportTo_ReturnValue) == 0x000AA4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeTransform_ReturnValue) == 0x000AB0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_21) == 0x000AE0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_EqualEqual_TransformTransform_ReturnValue) == 0x000AE1, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_EqualEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000AE2, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_17) == 0x000AE3, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_BooleanAND_ReturnValue_11) == 0x000AE4, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_17) == 0x000AE5, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_17) == 0x000AE6, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsValid_ReturnValue_1) == 0x000AE7, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_18) == 0x000AE8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Create_ReturnValue) == 0x000AF0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_18) == 0x000AF8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_18) == 0x000AF9, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_22) == 0x000AFA, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_Event_DeltaSeconds) == 0x000AFC, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_19) == 0x000B00, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_19) == 0x000B01, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_19) == 0x000B02, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputAxisValue_ReturnValue) == 0x000B04, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000B08, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeVector2D_ReturnValue) == 0x000B0C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputAxisValue_ReturnValue_2) == 0x000B14, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputAxisValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputAxisValue_ReturnValue_3) == 0x000B18, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputAxisValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_42) == 0x000B20, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputAxisValue_ReturnValue_4) == 0x000B38, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputAxisValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputAxisValue_ReturnValue_5) == 0x000B3C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputAxisValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_43) == 0x000B40, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeVector2D_ReturnValue_1) == 0x000B58, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_20) == 0x000B60, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_20) == 0x000B61, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_20) == 0x000B62, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputStick_ReturnValue) == 0x000B64, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputStick_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputStick_ReturnValue_1) == 0x000B6C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputStick_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_23) == 0x000B74, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate_5) == 0x000B78, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_21) == 0x000B88, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000B90, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_21) == 0x000B98, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_21) == 0x000B99, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_44) == 0x000BA0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_45) == 0x000BB8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000BD0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeLiteralByte_ReturnValue_24) == 0x000BD8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeLiteralByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_SetRotOwner_NewRotOwner_CastInput) == 0x000BE0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_SetRotOwner_NewRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_22) == 0x000BF0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_22) == 0x000BF1, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_22) == 0x000BF2, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsAxisAllowed_ReturnValue_1) == 0x000BF3, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsAxisAllowed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000BF8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPipState_OutData) == 0x000C00, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPipState_ReturnValue) == 0x000C14, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GiveItem_ReturnValue) == 0x000C15, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GiveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000C16, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000C18, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x000C20, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInvertXAxis_ReturnValue) == 0x000C28, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInvertXAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInvertYAxis_ReturnValue) == 0x000C29, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInvertYAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_SelectFloat_ReturnValue) == 0x000C2C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_SelectFloat_ReturnValue_1) == 0x000C30, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000C34, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000C38, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_MakeVector2D_ReturnValue_2) == 0x000C3C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_23) == 0x000C44, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_23) == 0x000C45, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_23) == 0x000C46, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000C48, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsDebugBuild_ReturnValue_3) == 0x000C50, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsDebugBuild_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetTransform_ReturnValue_1) == 0x000C60, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, Temp_struct_Variable_29) == 0x000C90, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::Temp_struct_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CreateDelegate_OutputDelegate_6) == 0x000CA8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_Cutscene_1) == 0x000CB8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_Cutscene_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetInputActionDown_ReturnValue_9) == 0x000CC8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetInputActionDown_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_CustomEvent_Cutscene) == 0x000CD0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_CustomEvent_Cutscene' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000CE0, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_46) == 0x000CE8, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, K2Node_InputActionEvent_Key_47) == 0x000D00, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::K2Node_InputActionEvent_Key_47' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x000D18, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Array_Get_Item) == 0x000D20, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Array_Length_ReturnValue) == 0x000D28, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Less_IntInt_ReturnValue) == 0x000D2C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Array_Get_Item_1) == 0x000D30, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Array_Length_ReturnValue_1) == 0x000D38, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_Less_IntInt_ReturnValue_1) == 0x000D3C, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000D40, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsActionAllowed_ReturnValue_24) == 0x000D50, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsActionAllowed_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_IsStale_24) == 0x000D51, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_IsStale_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_IsInputBuffered_ReturnValue_24) == 0x000D52, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_IsInputBuffered_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetAllWidgetsOfClass_FoundWidgets_1) == 0x000D58, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetAllWidgetsOfClass_FoundWidgets_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_ExecuteUbergraph_BP_KenaController, CallFunc_GetPhotoModeManager_ReturnValue_2) == 0x000D68, "Member 'BP_KenaController_C_ExecuteUbergraph_BP_KenaController::CallFunc_GetPhotoModeManager_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_GetHUDWidget \ +static_assert(alignof(BP_KenaController_C_GetHUDWidget) == 0x000008, "Wrong alignment on BP_KenaController_C_GetHUDWidget"); \ +static_assert(sizeof(BP_KenaController_C_GetHUDWidget) == 0x000008, "Wrong size on BP_KenaController_C_GetHUDWidget"); \ +static_assert(offsetof(BP_KenaController_C_GetHUDWidget, ReturnValue) == 0x000000, "Member 'BP_KenaController_C_GetHUDWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaController_C_CanOpenJournal \ +static_assert(alignof(BP_KenaController_C_CanOpenJournal) == 0x000008, "Wrong alignment on BP_KenaController_C_CanOpenJournal"); \ +static_assert(sizeof(BP_KenaController_C_CanOpenJournal) == 0x000028, "Wrong size on BP_KenaController_C_CanOpenJournal"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, ReturnValue) == 0x000000, "Member 'BP_KenaController_C_CanOpenJournal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000008, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000010, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_IsAnyCutscenePlaying_ReturnValue) == 0x000018, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_IsAnyCutscenePlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_GetValue_OutValue) == 0x00001C, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_GetValue_ReturnValue) == 0x000020, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_Greater_IntInt_ReturnValue) == 0x000022, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaController_C_CanOpenJournal, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'BP_KenaController_C_CanOpenJournal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KenaController_C \ +static_assert(alignof(ABP_KenaController_C) == 0x000010, "Wrong alignment on ABP_KenaController_C"); \ +static_assert(sizeof(ABP_KenaController_C) == 0x000A70, "Wrong size on ABP_KenaController_C"); \ +static_assert(offsetof(ABP_KenaController_C, UberGraphFrame) == 0x000760, "Member 'ABP_KenaController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, BP_PopupTutorialComponent) == 0x000768, "Member 'ABP_KenaController_C::BP_PopupTutorialComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, BP_ShadowboxPDSComponent) == 0x000770, "Member 'ABP_KenaController_C::BP_ShadowboxPDSComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, RotActionPerformer) == 0x000778, "Member 'ABP_KenaController_C::RotActionPerformer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, PDSWatch) == 0x000780, "Member 'ABP_KenaController_C::PDSWatch' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AbilityHint) == 0x000788, "Member 'ABP_KenaController_C::AbilityHint' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AimAssist) == 0x000790, "Member 'ABP_KenaController_C::AimAssist' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, InputBuffer) == 0x000798, "Member 'ABP_KenaController_C::InputBuffer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, LockOnManagerInternal) == 0x0007A0, "Member 'ABP_KenaController_C::LockOnManagerInternal' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, Targetting) == 0x0007A8, "Member 'ABP_KenaController_C::Targetting' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, StateMachine) == 0x0007B0, "Member 'ABP_KenaController_C::StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AbilityCycler) == 0x0007B8, "Member 'ABP_KenaController_C::AbilityCycler' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AttackManager) == 0x0007C0, "Member 'ABP_KenaController_C::AttackManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, TutorialSlomo_TimeDilation_FE3FA8FE4336DEA3099C1BA07F468E90) == 0x0007C8, "Member 'ABP_KenaController_C::TutorialSlomo_TimeDilation_FE3FA8FE4336DEA3099C1BA07F468E90' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, TutorialSlomo__Direction_FE3FA8FE4336DEA3099C1BA07F468E90) == 0x0007CC, "Member 'ABP_KenaController_C::TutorialSlomo__Direction_FE3FA8FE4336DEA3099C1BA07F468E90' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, TutorialSlomo) == 0x0007D0, "Member 'ABP_KenaController_C::TutorialSlomo' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsInputtingMovement) == 0x0007D8, "Member 'ABP_KenaController_C::IsInputtingMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsInputtingLook) == 0x0007D9, "Member 'ABP_KenaController_C::IsInputtingLook' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsMovementAllowed) == 0x0007DA, "Member 'ABP_KenaController_C::IsMovementAllowed' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsInputtingAim) == 0x0007DB, "Member 'ABP_KenaController_C::IsInputtingAim' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, MoveAxisHistory) == 0x0007E0, "Member 'ABP_KenaController_C::MoveAxisHistory' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, GameplayWidget) == 0x0007F0, "Member 'ABP_KenaController_C::GameplayWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, LastLookVector) == 0x0007F8, "Member 'ABP_KenaController_C::LastLookVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsLookVectorDirty) == 0x000800, "Member 'ABP_KenaController_C::IsLookVectorDirty' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, DefaultLookRateInputCurve) == 0x000808, "Member 'ABP_KenaController_C::DefaultLookRateInputCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, LookRateInputCurve) == 0x000890, "Member 'ABP_KenaController_C::LookRateInputCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, GamePaused) == 0x000918, "Member 'ABP_KenaController_C::GamePaused' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, SelectPressTimer) == 0x000920, "Member 'ABP_KenaController_C::SelectPressTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, LastTouchVector) == 0x000928, "Member 'ABP_KenaController_C::LastTouchVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, LookSpeed) == 0x000930, "Member 'ABP_KenaController_C::LookSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, FadeWidget) == 0x000938, "Member 'ABP_KenaController_C::FadeWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, InteractWidget) == 0x000940, "Member 'ABP_KenaController_C::InteractWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, HUDWidgets) == 0x000948, "Member 'ABP_KenaController_C::HUDWidgets' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, CurrentPopup) == 0x000958, "Member 'ABP_KenaController_C::CurrentPopup' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, PivotInput) == 0x000960, "Member 'ABP_KenaController_C::PivotInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, PivotBufferActive) == 0x000964, "Member 'ABP_KenaController_C::PivotBufferActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, PivotBuffer) == 0x000968, "Member 'ABP_KenaController_C::PivotBuffer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AngleDelta) == 0x000978, "Member 'ABP_KenaController_C::AngleDelta' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, StickInputs) == 0x000980, "Member 'ABP_KenaController_C::StickInputs' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AimAccelIntercept) == 0x000990, "Member 'ABP_KenaController_C::AimAccelIntercept' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AimAccelSlope) == 0x000994, "Member 'ABP_KenaController_C::AimAccelSlope' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, PreviousAimMagnitude) == 0x000998, "Member 'ABP_KenaController_C::PreviousAimMagnitude' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, AimSensitivity) == 0x00099C, "Member 'ABP_KenaController_C::AimSensitivity' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, FullscreenVideoWidget) == 0x0009A0, "Member 'ABP_KenaController_C::FullscreenVideoWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, BalanceConfig) == 0x0009A8, "Member 'ABP_KenaController_C::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, ResetTimer) == 0x0009B0, "Member 'ABP_KenaController_C::ResetTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, ShowStreaming) == 0x0009B8, "Member 'ABP_KenaController_C::ShowStreaming' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, MusicEnabled) == 0x0009B9, "Member 'ABP_KenaController_C::MusicEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, VideosEnabled) == 0x0009BA, "Member 'ABP_KenaController_C::VideosEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, CutsceneHUDWidget) == 0x0009C0, "Member 'ABP_KenaController_C::CutsceneHUDWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, RotCourageTutorial_Part2) == 0x0009C8, "Member 'ABP_KenaController_C::RotCourageTutorial_Part2' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, RotActionTutorial) == 0x0009D8, "Member 'ABP_KenaController_C::RotActionTutorial' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, PauseMenu) == 0x0009E8, "Member 'ABP_KenaController_C::PauseMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, LastDeltaTime) == 0x0009F0, "Member 'ABP_KenaController_C::LastDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, DebugMenu) == 0x0009F8, "Member 'ABP_KenaController_C::DebugMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, ActionSets) == 0x000A00, "Member 'ABP_KenaController_C::ActionSets' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsInputtingFireBow) == 0x000A08, "Member 'ABP_KenaController_C::IsInputtingFireBow' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, HiddenSubtitles) == 0x000A10, "Member 'ABP_KenaController_C::HiddenSubtitles' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, SaveIcon) == 0x000A20, "Member 'ABP_KenaController_C::SaveIcon' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, MarkerTransform) == 0x000A30, "Member 'ABP_KenaController_C::MarkerTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, BlackBarsWidget) == 0x000A60, "Member 'ABP_KenaController_C::BlackBarsWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaController_C, IsInputtingPulse) == 0x000A68, "Member 'ABP_KenaController_C::IsInputtingPulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_UpdatePulseScanEnabled \ +static_assert(alignof(BP_KenaCharacter_C_UpdatePulseScanEnabled) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_UpdatePulseScanEnabled"); \ +static_assert(sizeof(BP_KenaCharacter_C_UpdatePulseScanEnabled) == 0x000028, "Wrong size on BP_KenaCharacter_C_UpdatePulseScanEnabled"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, Enabled) == 0x000000, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, Temp_bool_Variable) == 0x000001, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, Temp_int_Variable) == 0x000004, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_GetGlobalPulseManager_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_GetGlobalPulseManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_GetPulseCollectionQueue_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_GetPulseCollectionQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000020, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdatePulseScanEnabled, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_KenaCharacter_C_UpdatePulseScanEnabled::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_PopPostProcessDisableRequest \ +static_assert(alignof(BP_KenaCharacter_C_PopPostProcessDisableRequest) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_PopPostProcessDisableRequest"); \ +static_assert(sizeof(BP_KenaCharacter_C_PopPostProcessDisableRequest) == 0x00001C, "Wrong size on BP_KenaCharacter_C_PopPostProcessDisableRequest"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, Temp_int_Variable) == 0x000000, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, Temp_float_Variable) == 0x000004, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, Temp_float_Variable_1) == 0x00000C, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, Temp_bool_Variable) == 0x000010, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, K2Node_Select_Default) == 0x000014, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PopPostProcessDisableRequest, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_PopPostProcessDisableRequest::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_PushPostProcessDisableRequest \ +static_assert(alignof(BP_KenaCharacter_C_PushPostProcessDisableRequest) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_PushPostProcessDisableRequest"); \ +static_assert(sizeof(BP_KenaCharacter_C_PushPostProcessDisableRequest) == 0x00001C, "Wrong size on BP_KenaCharacter_C_PushPostProcessDisableRequest"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, Temp_int_Variable) == 0x000000, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, Temp_float_Variable) == 0x000004, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, Temp_float_Variable_1) == 0x00000C, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, Temp_bool_Variable) == 0x000010, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, K2Node_Select_Default) == 0x000014, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_PushPostProcessDisableRequest, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_PushPostProcessDisableRequest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_PlayDamageSFX \ +static_assert(alignof(BP_KenaCharacter_C_PlayDamageSFX) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_PlayDamageSFX"); \ +static_assert(sizeof(BP_KenaCharacter_C_PlayDamageSFX) == 0x000110, "Wrong size on BP_KenaCharacter_C_PlayDamageSFX"); \ +static_assert(offsetof(BP_KenaCharacter_C_PlayDamageSFX, MochiDamageEvent) == 0x000000, "Member 'BP_KenaCharacter_C_PlayDamageSFX::MochiDamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_SMNotifyNamedEvent \ +static_assert(alignof(BP_KenaCharacter_C_SMNotifyNamedEvent) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_SMNotifyNamedEvent"); \ +static_assert(sizeof(BP_KenaCharacter_C_SMNotifyNamedEvent) == 0x000028, "Wrong size on BP_KenaCharacter_C_SMNotifyNamedEvent"); \ +static_assert(offsetof(BP_KenaCharacter_C_SMNotifyNamedEvent, Name_0) == 0x000000, "Member 'BP_KenaCharacter_C_SMNotifyNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SMNotifyNamedEvent, ReturnValue) == 0x000008, "Member 'BP_KenaCharacter_C_SMNotifyNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SMNotifyNamedEvent, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_SMNotifyNamedEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SMNotifyNamedEvent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000018, "Member 'BP_KenaCharacter_C_SMNotifyNamedEvent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SMNotifyNamedEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_KenaCharacter_C_SMNotifyNamedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SMNotifyNamedEvent, CallFunc_NotifyNamedEvent_ReturnValue) == 0x000021, "Member 'BP_KenaCharacter_C_SMNotifyNamedEvent::CallFunc_NotifyNamedEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_HandleDamage \ +static_assert(alignof(BP_KenaCharacter_C_HandleDamage) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_HandleDamage"); \ +static_assert(sizeof(BP_KenaCharacter_C_HandleDamage) == 0x000128, "Wrong size on BP_KenaCharacter_C_HandleDamage"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_KenaCharacter_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_KenaCharacter_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleDamage, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000111, "Member 'BP_KenaCharacter_C_HandleDamage::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleDamage, CallFunc_HandleDamage_ReturnValue) == 0x000112, "Member 'BP_KenaCharacter_C_HandleDamage::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleDamage, CallFunc_FindAbilityByClass_ReturnValue) == 0x000118, "Member 'BP_KenaCharacter_C_HandleDamage::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleDamage, CallFunc_TryParry_DidParry) == 0x000120, "Member 'BP_KenaCharacter_C_HandleDamage::CallFunc_TryParry_DidParry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_InitializeStatusEffect \ +static_assert(alignof(BP_KenaCharacter_C_InitializeStatusEffect) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_InitializeStatusEffect"); \ +static_assert(sizeof(BP_KenaCharacter_C_InitializeStatusEffect) == 0x000030, "Wrong size on BP_KenaCharacter_C_InitializeStatusEffect"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, StatusEffect) == 0x000000, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, Instigator_0) == 0x000008, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::Instigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, Causer) == 0x000010, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, K2Node_DynamicCast_AsBP_Speed_Factor_Status_Effect) == 0x000018, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::K2Node_DynamicCast_AsBP_Speed_Factor_Status_Effect' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, CallFunc_GetTotalStrength_TotalStrength) == 0x000024, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::CallFunc_GetTotalStrength_TotalStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_InitializeStatusEffect, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_InitializeStatusEffect::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_FindFloor \ +static_assert(alignof(BP_KenaCharacter_C_FindFloor) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_FindFloor"); \ +static_assert(sizeof(BP_KenaCharacter_C_FindFloor) == 0x0001BC, "Wrong size on BP_KenaCharacter_C_FindFloor"); \ +static_assert(offsetof(BP_KenaCharacter_C_FindFloor, FloorResult) == 0x000000, "Member 'BP_KenaCharacter_C_FindFloor::FloorResult' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FindFloor, Hit_Result) == 0x000094, "Member 'BP_KenaCharacter_C_FindFloor::Hit_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FindFloor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00011C, "Member 'BP_KenaCharacter_C_FindFloor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FindFloor, CallFunc_K2_FindFloor_FloorResult) == 0x000128, "Member 'BP_KenaCharacter_C_FindFloor::CallFunc_K2_FindFloor_FloorResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_UpdateFloorAudioSwitch \ +static_assert(alignof(BP_KenaCharacter_C_UpdateFloorAudioSwitch) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_UpdateFloorAudioSwitch"); \ +static_assert(sizeof(BP_KenaCharacter_C_UpdateFloorAudioSwitch) == 0x0000A8, "Wrong size on BP_KenaCharacter_C_UpdateFloorAudioSwitch"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateFloorAudioSwitch, Hit) == 0x000000, "Member 'BP_KenaCharacter_C_UpdateFloorAudioSwitch::Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateFloorAudioSwitch, CallFunc_GetSurfaceType_ReturnValue) == 0x000088, "Member 'BP_KenaCharacter_C_UpdateFloorAudioSwitch::CallFunc_GetSurfaceType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateFloorAudioSwitch, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000090, "Member 'BP_KenaCharacter_C_UpdateFloorAudioSwitch::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateFloorAudioSwitch, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0000A0, "Member 'BP_KenaCharacter_C_UpdateFloorAudioSwitch::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_UpdateKenaMaterialCollection \ +static_assert(alignof(BP_KenaCharacter_C_UpdateKenaMaterialCollection) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_UpdateKenaMaterialCollection"); \ +static_assert(sizeof(BP_KenaCharacter_C_UpdateKenaMaterialCollection) == 0x000030, "Wrong size on BP_KenaCharacter_C_UpdateKenaMaterialCollection"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x00000C, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000014, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateKenaMaterialCollection, CallFunc_FClamp_ReturnValue) == 0x00002C, "Member 'BP_KenaCharacter_C_UpdateKenaMaterialCollection::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_TryCreateCameraModifier \ +static_assert(alignof(BP_KenaCharacter_C_TryCreateCameraModifier) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_TryCreateCameraModifier"); \ +static_assert(sizeof(BP_KenaCharacter_C_TryCreateCameraModifier) == 0x000048, "Wrong size on BP_KenaCharacter_C_TryCreateCameraModifier"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, ModifierClass) == 0x000000, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::ModifierClass' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, CreatedModifier) == 0x000008, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::CreatedModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, CachedModifier) == 0x000010, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::CachedModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000020, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, CallFunc_AddNewCameraModifier_ReturnValue) == 0x000030, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::CallFunc_AddNewCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, CallFunc_FindCameraModifierByClass_ReturnValue) == 0x000038, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::CallFunc_FindCameraModifierByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TryCreateCameraModifier, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_KenaCharacter_C_TryCreateCameraModifier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_IsImmuneToGrab \ +static_assert(alignof(BP_KenaCharacter_C_IsImmuneToGrab) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_IsImmuneToGrab"); \ +static_assert(sizeof(BP_KenaCharacter_C_IsImmuneToGrab) == 0x000018, "Wrong size on BP_KenaCharacter_C_IsImmuneToGrab"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, ReturnValue) == 0x000000, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_GetKenaCurrentState_StateClass) == 0x000008, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_GetKenaCurrentState_StateClass' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_GetResourceInvulnerability_ReturnValue) == 0x000011, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_GetResourceInvulnerability_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000012, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_IsImmuneToGrab, CallFunc_BooleanAND_ReturnValue_1) == 0x000015, "Member 'BP_KenaCharacter_C_IsImmuneToGrab::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_UpdateCameraHeadTracking \ +static_assert(alignof(BP_KenaCharacter_C_UpdateCameraHeadTracking) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_UpdateCameraHeadTracking"); \ +static_assert(sizeof(BP_KenaCharacter_C_UpdateCameraHeadTracking) == 0x0000F8, "Wrong size on BP_KenaCharacter_C_UpdateCameraHeadTracking"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, Target) == 0x000000, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_GetSocketLocation_ReturnValue) == 0x000048, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_BreakVector_X_1) == 0x000054, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_BreakVector_Y_1) == 0x000058, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_BreakVector_Z_1) == 0x00005C, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_UpdateCameraHeadTracking, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00006C, "Member 'BP_KenaCharacter_C_UpdateCameraHeadTracking::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_TrySpendStateResource \ +static_assert(alignof(BP_KenaCharacter_C_TrySpendStateResource) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_TrySpendStateResource"); \ +static_assert(sizeof(BP_KenaCharacter_C_TrySpendStateResource) == 0x000060, "Wrong size on BP_KenaCharacter_C_TrySpendStateResource"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, ResourceType) == 0x000000, "Member 'BP_KenaCharacter_C_TrySpendStateResource::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, NextState) == 0x000008, "Member 'BP_KenaCharacter_C_TrySpendStateResource::NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_TrySpendStateResource::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_TrySpendStateResource_ReturnValue) == 0x000011, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_TrySpendStateResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, Temp_bool_Variable) == 0x000012, "Member 'BP_KenaCharacter_C_TrySpendStateResource::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_GetBalanceConfig_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000020, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, K2Node_DynamicCast_AsKena_Balance_Config) == 0x000028, "Member 'BP_KenaCharacter_C_TrySpendStateResource::K2Node_DynamicCast_AsKena_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_KenaCharacter_C_TrySpendStateResource::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_GetStateEconomicData_OutEconomicData) == 0x000034, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_GetStateEconomicData_OutEconomicData' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_GetStateEconomicData_ReturnValue) == 0x000044, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_GetStateEconomicData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_BreakVector2D_X) == 0x00004C, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, K2Node_Select_Default) == 0x000054, "Member 'BP_KenaCharacter_C_TrySpendStateResource::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_CanAffordResource_CanAfford) == 0x000058, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_CanAffordResource_CanAfford' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_TrySpendStateResource, CallFunc_SpendResource_DidDeplete) == 0x000059, "Member 'BP_KenaCharacter_C_TrySpendStateResource::CallFunc_SpendResource_DidDeplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_SpendResource \ +static_assert(alignof(BP_KenaCharacter_C_SpendResource) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_SpendResource"); \ +static_assert(sizeof(BP_KenaCharacter_C_SpendResource) == 0x000028, "Wrong size on BP_KenaCharacter_C_SpendResource"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, Resource) == 0x000000, "Member 'BP_KenaCharacter_C_SpendResource::Resource' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, Spirit) == 0x000004, "Member 'BP_KenaCharacter_C_SpendResource::Spirit' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, Instigator_0) == 0x000008, "Member 'BP_KenaCharacter_C_SpendResource::Instigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, Causer) == 0x000010, "Member 'BP_KenaCharacter_C_SpendResource::Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, DidDeplete) == 0x000018, "Member 'BP_KenaCharacter_C_SpendResource::DidDeplete' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, CallFunc_TryDecrease_OutDelta) == 0x00001C, "Member 'BP_KenaCharacter_C_SpendResource::CallFunc_TryDecrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, CallFunc_TryDecrease_OutDepleted) == 0x000020, "Member 'BP_KenaCharacter_C_SpendResource::CallFunc_TryDecrease_OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpendResource, CallFunc_TryDecrease_ReturnValue) == 0x000021, "Member 'BP_KenaCharacter_C_SpendResource::CallFunc_TryDecrease_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_GrabAllRotFromRotManager \ +static_assert(alignof(BP_KenaCharacter_C_GrabAllRotFromRotManager) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_GrabAllRotFromRotManager"); \ +static_assert(sizeof(BP_KenaCharacter_C_GrabAllRotFromRotManager) == 0x000058, "Wrong size on BP_KenaCharacter_C_GrabAllRotFromRotManager"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_GetGameMode_ReturnValue) == 0x000000, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x000008, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_GetRotOwner_ReturnValue) == 0x000020, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_GetRotOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_GetNumRots_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x000030, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_TryGiveAnyRot_OutRots) == 0x000040, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GrabAllRotFromRotManager, CallFunc_TryGiveAnyRot_ReturnValue) == 0x000050, "Member 'BP_KenaCharacter_C_GrabAllRotFromRotManager::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_GetGripPosition \ +static_assert(alignof(BP_KenaCharacter_C_GetGripPosition) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_GetGripPosition"); \ +static_assert(sizeof(BP_KenaCharacter_C_GetGripPosition) == 0x00003C, "Wrong size on BP_KenaCharacter_C_GetGripPosition"); \ +static_assert(offsetof(BP_KenaCharacter_C_GetGripPosition, Position) == 0x000000, "Member 'BP_KenaCharacter_C_GetGripPosition::Position' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GetGripPosition, CallFunc_GetSocketLocation_ReturnValue) == 0x00000C, "Member 'BP_KenaCharacter_C_GetGripPosition::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GetGripPosition, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000018, "Member 'BP_KenaCharacter_C_GetGripPosition::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GetGripPosition, CallFunc_Add_VectorVector_ReturnValue) == 0x000024, "Member 'BP_KenaCharacter_C_GetGripPosition::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_GetGripPosition, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000030, "Member 'BP_KenaCharacter_C_GetGripPosition::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_FitColliderToHeadAndFeet \ +static_assert(alignof(BP_KenaCharacter_C_FitColliderToHeadAndFeet) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_FitColliderToHeadAndFeet"); \ +static_assert(sizeof(BP_KenaCharacter_C_FitColliderToHeadAndFeet) == 0x0000E0, "Wrong size on BP_KenaCharacter_C_FitColliderToHeadAndFeet"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, DT) == 0x000000, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::DT' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x00001C, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetCurrentSuperstate_ReturnValue) == 0x000030, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetCurrentSuperstate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000038, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000039, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetCurrentState_ReturnValue) == 0x000040, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_BooleanOR_ReturnValue) == 0x000048, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000049, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_MakeLiteralName_ReturnValue) == 0x00004C, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000058, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000060, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetSocketLocation_ReturnValue) == 0x000068, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000074, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_GetSocketLocation_ReturnValue_2) == 0x000080, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00008C, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Normal_ReturnValue) == 0x000098, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_VSize_ReturnValue) == 0x0000A4, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000AC, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B8, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000C4, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_VSize_ReturnValue_1) == 0x0000D0, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000D4, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_FitColliderToHeadAndFeet, CallFunc_FInterpTo_Constant_ReturnValue_1) == 0x0000D8, "Member 'BP_KenaCharacter_C_FitColliderToHeadAndFeet::CallFunc_FInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_OnKenaLightDataChanged \ +static_assert(alignof(BP_KenaCharacter_C_OnKenaLightDataChanged) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_OnKenaLightDataChanged"); \ +static_assert(sizeof(BP_KenaCharacter_C_OnKenaLightDataChanged) == 0x00001C, "Wrong size on BP_KenaCharacter_C_OnKenaLightDataChanged"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnKenaLightDataChanged, LightData) == 0x000000, "Member 'BP_KenaCharacter_C_OnKenaLightDataChanged::LightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_OnLanded \ +static_assert(alignof(BP_KenaCharacter_C_OnLanded) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_OnLanded"); \ +static_assert(sizeof(BP_KenaCharacter_C_OnLanded) == 0x000088, "Wrong size on BP_KenaCharacter_C_OnLanded"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnLanded, Hit) == 0x000000, "Member 'BP_KenaCharacter_C_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_K2_OnMovementModeChanged \ +static_assert(alignof(BP_KenaCharacter_C_K2_OnMovementModeChanged) == 0x000001, "Wrong alignment on BP_KenaCharacter_C_K2_OnMovementModeChanged"); \ +static_assert(sizeof(BP_KenaCharacter_C_K2_OnMovementModeChanged) == 0x000004, "Wrong size on BP_KenaCharacter_C_K2_OnMovementModeChanged"); \ +static_assert(offsetof(BP_KenaCharacter_C_K2_OnMovementModeChanged, PrevMovementMode) == 0x000000, "Member 'BP_KenaCharacter_C_K2_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_K2_OnMovementModeChanged, NewMovementMode) == 0x000001, "Member 'BP_KenaCharacter_C_K2_OnMovementModeChanged::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_K2_OnMovementModeChanged, PrevCustomMode) == 0x000002, "Member 'BP_KenaCharacter_C_K2_OnMovementModeChanged::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_K2_OnMovementModeChanged, NewCustomMode) == 0x000003, "Member 'BP_KenaCharacter_C_K2_OnMovementModeChanged::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature \ +static_assert(alignof(BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature"); \ +static_assert(sizeof(BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature) == 0x000024, "Wrong size on BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature, ShapeData) == 0x000000, "Member 'BP_KenaCharacter_C_BndEvt__MantleEvaluator_K2Node_ComponentBoundEvent_1_MantleEvent__DelegateSignature::ShapeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_ShowKena \ +static_assert(alignof(BP_KenaCharacter_C_ShowKena) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_ShowKena"); \ +static_assert(sizeof(BP_KenaCharacter_C_ShowKena) == 0x000008, "Wrong size on BP_KenaCharacter_C_ShowKena"); \ +static_assert(offsetof(BP_KenaCharacter_C_ShowKena, Option) == 0x000000, "Member 'BP_KenaCharacter_C_ShowKena::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_ReceiveTick \ +static_assert(alignof(BP_KenaCharacter_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_ReceiveTick"); \ +static_assert(sizeof(BP_KenaCharacter_C_ReceiveTick) == 0x000004, "Wrong size on BP_KenaCharacter_C_ReceiveTick"); \ +static_assert(offsetof(BP_KenaCharacter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_KenaCharacter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_OnKilled \ +static_assert(alignof(BP_KenaCharacter_C_OnKilled) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_OnKilled"); \ +static_assert(sizeof(BP_KenaCharacter_C_OnKilled) == 0x000120, "Wrong size on BP_KenaCharacter_C_OnKilled"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnKilled, KillInstigator) == 0x000000, "Member 'BP_KenaCharacter_C_OnKilled::KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnKilled, Causer) == 0x000008, "Member 'BP_KenaCharacter_C_OnKilled::Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnKilled, KillEvent) == 0x000010, "Member 'BP_KenaCharacter_C_OnKilled::KillEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature \ +static_assert(alignof(BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature"); \ +static_assert(sizeof(BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature) == 0x000018, "Wrong size on BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature, ResourceType) == 0x000000, "Member 'BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature, DeltaHP) == 0x000004, "Member 'BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature, IncreaseInstigator) == 0x000008, "Member 'BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature, Causer) == 0x000010, "Member 'BP_KenaCharacter_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceIncreased__DelegateSignature::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_AttemptLookForward \ +static_assert(alignof(BP_KenaCharacter_C_AttemptLookForward) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_AttemptLookForward"); \ +static_assert(sizeof(BP_KenaCharacter_C_AttemptLookForward) == 0x000038, "Wrong size on BP_KenaCharacter_C_AttemptLookForward"); \ +static_assert(offsetof(BP_KenaCharacter_C_AttemptLookForward, LookForwardContext_0) == 0x000000, "Member 'BP_KenaCharacter_C_AttemptLookForward::LookForwardContext_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_OverrideLookForward \ +static_assert(alignof(BP_KenaCharacter_C_OverrideLookForward) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_OverrideLookForward"); \ +static_assert(sizeof(BP_KenaCharacter_C_OverrideLookForward) == 0x000040, "Wrong size on BP_KenaCharacter_C_OverrideLookForward"); \ +static_assert(offsetof(BP_KenaCharacter_C_OverrideLookForward, LookForwardContext_0) == 0x000000, "Member 'BP_KenaCharacter_C_OverrideLookForward::LookForwardContext_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_OverrideLookForward, OptionalLookTarget) == 0x000038, "Member 'BP_KenaCharacter_C_OverrideLookForward::OptionalLookTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_SetLookForwardConstantEnabled \ +static_assert(alignof(BP_KenaCharacter_C_SetLookForwardConstantEnabled) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_SetLookForwardConstantEnabled"); \ +static_assert(sizeof(BP_KenaCharacter_C_SetLookForwardConstantEnabled) == 0x000048, "Wrong size on BP_KenaCharacter_C_SetLookForwardConstantEnabled"); \ +static_assert(offsetof(BP_KenaCharacter_C_SetLookForwardConstantEnabled, IsEnabled) == 0x000000, "Member 'BP_KenaCharacter_C_SetLookForwardConstantEnabled::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SetLookForwardConstantEnabled, ForceChange) == 0x000001, "Member 'BP_KenaCharacter_C_SetLookForwardConstantEnabled::ForceChange' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SetLookForwardConstantEnabled, LookForwardContext_0) == 0x000008, "Member 'BP_KenaCharacter_C_SetLookForwardConstantEnabled::LookForwardContext_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_OnStatusEffectApplied \ +static_assert(alignof(BP_KenaCharacter_C_OnStatusEffectApplied) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_OnStatusEffectApplied"); \ +static_assert(sizeof(BP_KenaCharacter_C_OnStatusEffectApplied) == 0x000018, "Wrong size on BP_KenaCharacter_C_OnStatusEffectApplied"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnStatusEffectApplied, StatusEffect) == 0x000000, "Member 'BP_KenaCharacter_C_OnStatusEffectApplied::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnStatusEffectApplied, Instigator_0) == 0x000008, "Member 'BP_KenaCharacter_C_OnStatusEffectApplied::Instigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnStatusEffectApplied, Causer) == 0x000010, "Member 'BP_KenaCharacter_C_OnStatusEffectApplied::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_ReceivePossessed \ +static_assert(alignof(BP_KenaCharacter_C_ReceivePossessed) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_ReceivePossessed"); \ +static_assert(sizeof(BP_KenaCharacter_C_ReceivePossessed) == 0x000008, "Wrong size on BP_KenaCharacter_C_ReceivePossessed"); \ +static_assert(offsetof(BP_KenaCharacter_C_ReceivePossessed, NewController) == 0x000000, "Member 'BP_KenaCharacter_C_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature \ +static_assert(alignof(BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature"); \ +static_assert(sizeof(BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature) == 0x000008, "Wrong size on BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature, FloorSlow) == 0x000000, "Member 'BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_0_FloorSlowEvent__DelegateSignature::FloorSlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature \ +static_assert(alignof(BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature"); \ +static_assert(sizeof(BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature) == 0x000008, "Wrong size on BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature"); \ +static_assert(offsetof(BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature, FloorSlow) == 0x000000, "Member 'BP_KenaCharacter_C_BndEvt__BP_DeadzoneSlowComponent_K2Node_ComponentBoundEvent_2_FloorSlowEvent__DelegateSignature::FloorSlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_HandleCurrencyGrantedFeedback \ +static_assert(alignof(BP_KenaCharacter_C_HandleCurrencyGrantedFeedback) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_HandleCurrencyGrantedFeedback"); \ +static_assert(sizeof(BP_KenaCharacter_C_HandleCurrencyGrantedFeedback) == 0x000004, "Wrong size on BP_KenaCharacter_C_HandleCurrencyGrantedFeedback"); \ +static_assert(offsetof(BP_KenaCharacter_C_HandleCurrencyGrantedFeedback, DeltaCurrency) == 0x000000, "Member 'BP_KenaCharacter_C_HandleCurrencyGrantedFeedback::DeltaCurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_ReceiveEndPlay \ +static_assert(alignof(BP_KenaCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_KenaCharacter_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_KenaCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_KenaCharacter_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_KenaCharacter_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_KenaCharacter_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_OnKenaCompletedCombat \ +static_assert(alignof(BP_KenaCharacter_C_OnKenaCompletedCombat) == 0x000010, "Wrong alignment on BP_KenaCharacter_C_OnKenaCompletedCombat"); \ +static_assert(sizeof(BP_KenaCharacter_C_OnKenaCompletedCombat) == 0x000040, "Wrong size on BP_KenaCharacter_C_OnKenaCompletedCombat"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnKenaCompletedCombat, EnemyDeathTransform) == 0x000000, "Member 'BP_KenaCharacter_C_OnKenaCompletedCombat::EnemyDeathTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_OnKenaCompletedCombat, EncounterVolume) == 0x000030, "Member 'BP_KenaCharacter_C_OnKenaCompletedCombat::EncounterVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_SpawnAnimAsset \ +static_assert(alignof(BP_KenaCharacter_C_SpawnAnimAsset) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_SpawnAnimAsset"); \ +static_assert(sizeof(BP_KenaCharacter_C_SpawnAnimAsset) == 0x000010, "Wrong size on BP_KenaCharacter_C_SpawnAnimAsset"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpawnAnimAsset, Asset_Class) == 0x000000, "Member 'BP_KenaCharacter_C_SpawnAnimAsset::Asset_Class' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_SpawnAnimAsset, Socket) == 0x000008, "Member 'BP_KenaCharacter_C_SpawnAnimAsset::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_PlayCharmActivateFX \ +static_assert(alignof(BP_KenaCharacter_C_PlayCharmActivateFX) == 0x000001, "Wrong alignment on BP_KenaCharacter_C_PlayCharmActivateFX"); \ +static_assert(sizeof(BP_KenaCharacter_C_PlayCharmActivateFX) == 0x000001, "Wrong size on BP_KenaCharacter_C_PlayCharmActivateFX"); \ +static_assert(offsetof(BP_KenaCharacter_C_PlayCharmActivateFX, WasInstant) == 0x000000, "Member 'BP_KenaCharacter_C_PlayCharmActivateFX::WasInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CharmActivateFeedback \ +static_assert(alignof(BP_KenaCharacter_C_CharmActivateFeedback) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_CharmActivateFeedback"); \ +static_assert(sizeof(BP_KenaCharacter_C_CharmActivateFeedback) == 0x00000C, "Wrong size on BP_KenaCharacter_C_CharmActivateFeedback"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmActivateFeedback, Charm) == 0x000000, "Member 'BP_KenaCharacter_C_CharmActivateFeedback::Charm' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmActivateFeedback, WasInstant) == 0x000008, "Member 'BP_KenaCharacter_C_CharmActivateFeedback::WasInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CharmStart \ +static_assert(alignof(BP_KenaCharacter_C_CharmStart) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_CharmStart"); \ +static_assert(sizeof(BP_KenaCharacter_C_CharmStart) == 0x000010, "Wrong size on BP_KenaCharacter_C_CharmStart"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmStart, CharmName) == 0x000000, "Member 'BP_KenaCharacter_C_CharmStart::CharmName' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmStart, MaxDuration) == 0x000008, "Member 'BP_KenaCharacter_C_CharmStart::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmStart, IsRetrigger) == 0x00000C, "Member 'BP_KenaCharacter_C_CharmStart::IsRetrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CharmEnd \ +static_assert(alignof(BP_KenaCharacter_C_CharmEnd) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_CharmEnd"); \ +static_assert(sizeof(BP_KenaCharacter_C_CharmEnd) == 0x000008, "Wrong size on BP_KenaCharacter_C_CharmEnd"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmEnd, CharmName) == 0x000000, "Member 'BP_KenaCharacter_C_CharmEnd::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CharmInstant \ +static_assert(alignof(BP_KenaCharacter_C_CharmInstant) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_CharmInstant"); \ +static_assert(sizeof(BP_KenaCharacter_C_CharmInstant) == 0x000008, "Wrong size on BP_KenaCharacter_C_CharmInstant"); \ +static_assert(offsetof(BP_KenaCharacter_C_CharmInstant, CharmName) == 0x000000, "Member 'BP_KenaCharacter_C_CharmInstant::CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter \ +static_assert(alignof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter) == 0x000010, "Wrong alignment on BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter"); \ +static_assert(sizeof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter) == 0x000A10, "Wrong size on BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, EntryPoint) == 0x000000, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_LightData) == 0x000004, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_LightData' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_X) == 0x000020, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_X_1) == 0x00002C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_Y_1) == 0x000030, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_FMax_ReturnValue) == 0x000038, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Lerp_ReturnValue_1) == 0x00003C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_X_2) == 0x000040, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_Y_2) == 0x000044, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_X_3) == 0x000048, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector2D_Y_3) == 0x00004C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Lerp_ReturnValue_2) == 0x000050, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetResourceInvulnerability_ReturnValue) == 0x000055, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetResourceInvulnerability_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue) == 0x000056, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000058, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsPhotoModeEnabled_ReturnValue) == 0x000064, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsPhotoModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x00006C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_bool_IsClosed_Variable) == 0x00006D, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue) == 0x000070, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier) == 0x000080, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetCurrentState_ReturnValue) == 0x000090, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_ClassIsChildOf_ReturnValue) == 0x000098, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_1) == 0x0000A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x0000B0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0000B9, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue) == 0x0000BA, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_1) == 0x0000BB, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_Hit) == 0x0000BC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_PrevMovementMode) == 0x000144, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_NewMovementMode) == 0x000145, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_PrevCustomMode) == 0x000146, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_NewCustomMode) == 0x000147, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_NewCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetValidValue_ReturnValue) == 0x000148, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000149, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_SwitchEnum_CmpSuccess_1) == 0x00014A, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_2) == 0x000150, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x000158, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000160, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyMovementMode_ReturnValue) == 0x000161, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyMovementMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_2) == 0x000162, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_3) == 0x000163, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_4) == 0x000164, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_3) == 0x000168, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_2) == 0x000170, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_3) == 0x000178, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_4) == 0x000180, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_3) == 0x000188, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_4) == 0x000190, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_5) == 0x000191, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_ShapeData) == 0x000194, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_ShapeData' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_6) == 0x0001B8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_5) == 0x0001C0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_bool_Has_Been_Initd_Variable) == 0x0001C8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_4) == 0x0001D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_5) == 0x0001D8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_7) == 0x0001D9, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_6) == 0x0001E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_5) == 0x0001E8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_6) == 0x0001F0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotifyNamedEvent_ReturnValue_8) == 0x0001F1, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotifyNamedEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001F2, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_Option) == 0x0001F4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_Option' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_SwitchName_CmpSuccess) == 0x0001FC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetAllActorsOfClass_OutActors) == 0x000200, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x000210, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Array_Length_ReturnValue) == 0x000214, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000218, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_FindAbilityByClass_ReturnValue) == 0x000220, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_bool_Variable) == 0x000228, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Activate_ReturnValue) == 0x000229, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_DeltaSeconds) == 0x00022C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_MakeArray_Array) == 0x000230, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_bool_IsClosed_Variable_1) == 0x000240, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetAkComponent_ComponentCreated) == 0x000241, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetAkComponent_ComponentCreated' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetAkComponent_ReturnValue) == 0x000248, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetAkComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetVelocity_ReturnValue) == 0x000250, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_VSize_ReturnValue) == 0x00025C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_bool_Has_Been_Initd_Variable_1) == 0x000260, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000268, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000270, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000280, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000284, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Less_FloatFloat_ReturnValue) == 0x000285, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000288, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_EvaluateCurve_ReturnValue) == 0x00028C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetIsSlowing_ReturnValue) == 0x000290, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetIsSlowing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetVelocity_ReturnValue_1) == 0x000294, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsInWaterVolume_ReturnValue) == 0x0002A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_VSize_ReturnValue_1) == 0x0002A4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0002A8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_FMin_ReturnValue) == 0x0002AC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002B0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_bool_Variable_1) == 0x0002C0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0002C4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector_X) == 0x0002C8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector_Y) == 0x0002CC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakVector_Z) == 0x0002D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002D4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Add_VectorVector_ReturnValue) == 0x0002E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002EC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0002F8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetNormalizedDepth_ReturnValue) == 0x000300, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetNormalizedDepth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetActiveStaff_ReturnValue) == 0x000308, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000310, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Staff_Base) == 0x000318, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Staff_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_7) == 0x000320, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_SelectFloat_ReturnValue) == 0x000324, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_MakeVector_ReturnValue) == 0x000328, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000334, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Select_Default) == 0x0003BC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Select_Default_1) == 0x0003C0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_EvaluateCurve_ReturnValue_1) == 0x0003C4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_EvaluateCurve_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_SelectFloat_ReturnValue_1) == 0x0003C8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_SelectFloat_ReturnValue_2) == 0x0003CC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_7) == 0x0003D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0003D8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsStateActive_ReturnValue) == 0x0003E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsStateActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x0003E1, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsInSuperstate_ReturnValue) == 0x0003E2, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsInSuperstate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanOR_ReturnValue) == 0x0003E3, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x0003E8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x0003F0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetActiveStaff_ReturnValue_1) == 0x0003F8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetActiveStaff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_MakeStruct_LinearColor) == 0x000400, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_KillInstigator) == 0x000410, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_Causer) == 0x000418, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_KillEvent) == 0x000420, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_KillEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BuildString_Int_ReturnValue) == 0x000530, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BuildString_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_ResourceType) == 0x000540, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_DeltaHP) == 0x000544, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_IncreaseInstigator) == 0x000548, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_Causer) == 0x000550, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsKena_Staff) == 0x000558, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsKena_Staff' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_8) == 0x000560, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000561, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_SwitchEnum_CmpSuccess_2) == 0x000562, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000564, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000578, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsInCombat_ReturnValue) == 0x000580, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_int_Array_Index_Variable) == 0x000584, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000588, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Array_Get_Item) == 0x000590, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x000598, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_5) == 0x000599, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanAND_ReturnValue_3) == 0x00059A, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_LookForwardContext_2) == 0x0005A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_LookForwardContext_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsLook_Forward_Modifier) == 0x0005D8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsLook_Forward_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_9) == 0x0005E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_LookForwardContext_1) == 0x0005E8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_LookForwardContext_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_OptionalLookTarget) == 0x000620, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_OptionalLookTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsLook_Forward_Modifier_1) == 0x000628, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsLook_Forward_Modifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_10) == 0x000630, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_MakeStruct_LinearColor_1) == 0x000634, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_int_Array_Index_Variable_1) == 0x000644, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_IsEnabled) == 0x000648, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_ForceChange) == 0x000649, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_ForceChange' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_LookForwardContext) == 0x000650, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_LookForwardContext' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsDisabled_ReturnValue) == 0x000690, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsDisabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanOR_ReturnValue_1) == 0x000691, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetWorldSubsystem_ReturnValue_3) == 0x000698, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetWorldSubsystem_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetCharm_ReturnValue) == 0x0006A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetCharm_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x0006A8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0006B8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_6) == 0x0006B9, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryCreateCameraModifier_CreatedModifier) == 0x0006C0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryCreateCameraModifier_CreatedModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryCreateCameraModifier_CreatedModifier_1) == 0x0006C8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryCreateCameraModifier_CreatedModifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryCreateCameraModifier_CreatedModifier_2) == 0x0006D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryCreateCameraModifier_CreatedModifier_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryCreateCameraModifier_CreatedModifier_3) == 0x0006D8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryCreateCameraModifier_CreatedModifier_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryCreateCameraModifier_CreatedModifier_4) == 0x0006E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryCreateCameraModifier_CreatedModifier_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsLook_Forward_Modifier_Constant) == 0x0006E8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsLook_Forward_Modifier_Constant' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_11) == 0x0006F0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x0006F4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_StatusEffect) == 0x000708, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_Instigator) == 0x000710, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_Causer) == 0x000718, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_int_Loop_Counter_Variable_1) == 0x000720, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_NewController) == 0x000728, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_NewController' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_6) == 0x000730, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_12) == 0x000738, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x00073C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_8) == 0x000740, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetActorRightVector_ReturnValue) == 0x000748, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_7) == 0x000758, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_13) == 0x000760, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000764, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_9) == 0x000770, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000778, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_8) == 0x000788, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_14) == 0x000790, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000794, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0007A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x0007A4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Array_Get_Item_1) == 0x0007B4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0007BC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Conv_NameToString_ReturnValue) == 0x0007C0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0007D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_FloorSlow_1) == 0x0007D8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_FloorSlow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_ComponentBoundEvent_FloorSlow) == 0x0007E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_ComponentBoundEvent_FloorSlow' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetPlayerController_ReturnValue) == 0x0007E8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Play_ReturnValue) == 0x0007F0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_RandomFloatInRange_ReturnValue) == 0x0007F4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_DeltaCurrency) == 0x0007F8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_DeltaCurrency' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetController_ReturnValue_10) == 0x000800, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Spirit_Mask) == 0x000808, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Spirit_Mask' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_15) == 0x000810, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_AsBP_Kena_Controller_9) == 0x000818, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_AsBP_Kena_Controller_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_DynamicCast_bSuccess_16) == 0x000820, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetItemCount_OutCount) == 0x000824, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetItemCount_OutCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetItemCount_OutMaxCount) == 0x000828, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetItemCount_OutMaxCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Subtract_IntInt_ReturnValue) == 0x00082C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_6) == 0x000830, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000840, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_EndPlayReason) == 0x000848, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_EnemyDeathTransform) == 0x000850, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_EnemyDeathTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_Event_EncounterVolume) == 0x000880, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_Event_EncounterVolume' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_Asset_Class) == 0x000888, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_Asset_Class' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_Socket) == 0x000890, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_Socket' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetSocketTransform_ReturnValue) == 0x0008A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakTransform_Location) == 0x0008D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakTransform_Rotation) == 0x0008DC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BreakTransform_Scale) == 0x0008E8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_MakeTransform_ReturnValue) == 0x000900, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000930, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_FinishSpawningActor_ReturnValue) == 0x000938, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000940, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_delegate_Variable) == 0x000944, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_MakeVector_ReturnValue_1) == 0x000954, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000960, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue_2) == 0x00096C, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, Temp_struct_Variable) == 0x000970, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_PostEvent_ReturnValue) == 0x000980, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000984, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000988, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetGlobalCombatManager_ReturnValue_1) == 0x000990, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetGlobalCombatManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsInCombat_ReturnValue_1) == 0x000998, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsInCombat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_GetGlobalCombatManager_ReturnValue_2) == 0x0009A0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_GetGlobalCombatManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsInCombat_ReturnValue_2) == 0x0009A8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsInCombat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_BooleanAND_ReturnValue_4) == 0x0009A9, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_7) == 0x0009AA, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_WasInstant_1) == 0x0009AB, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_WasInstant_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue_3) == 0x0009AC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue_4) == 0x0009AD, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue_5) == 0x0009AE, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_TryCreateCameraModifier_CreatedModifier_5) == 0x0009B0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_TryCreateCameraModifier_CreatedModifier_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_IsValid_ReturnValue_6) == 0x0009B8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CreateDelegate_OutputDelegate_7) == 0x0009BC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_Not_PreBool_ReturnValue_8) == 0x0009CC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0009D0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_Charm) == 0x0009D8, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_Charm' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_WasInstant) == 0x0009E0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_WasInstant' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, CallFunc_NotEqual_NameName_ReturnValue) == 0x0009E1, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_SwitchName_CmpSuccess_1) == 0x0009E2, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_CharmName_2) == 0x0009E4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_CharmName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_MaxDuration) == 0x0009EC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_IsRetrigger) == 0x0009F0, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_IsRetrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_CharmName_1) == 0x0009F4, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_CharmName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter, K2Node_CustomEvent_CharmName) == 0x0009FC, "Member 'BP_KenaCharacter_C_ExecuteUbergraph_BP_KenaCharacter::K2Node_CustomEvent_CharmName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CheckDeadzoneBuildupTime \ +static_assert(alignof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_CheckDeadzoneBuildupTime"); \ +static_assert(sizeof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime) == 0x000014, "Wrong size on BP_KenaCharacter_C_CheckDeadzoneBuildupTime"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, IsSlowing) == 0x000000, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::IsSlowing' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, Time) == 0x000004, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, State) == 0x000008, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::State' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, ReturnValue) == 0x000009, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, CallFunc_GetCurrentBuildupTime_ReturnValue) == 0x00000C, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::CallFunc_GetCurrentBuildupTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000011, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CheckDeadzoneBuildupTime, CallFunc_BooleanAND_ReturnValue_1) == 0x000013, "Member 'BP_KenaCharacter_C_CheckDeadzoneBuildupTime::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CanAffordState \ +static_assert(alignof(BP_KenaCharacter_C_CanAffordState) == 0x000008, "Wrong alignment on BP_KenaCharacter_C_CanAffordState"); \ +static_assert(sizeof(BP_KenaCharacter_C_CanAffordState) == 0x000070, "Wrong size on BP_KenaCharacter_C_CanAffordState"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, ResourceType) == 0x000000, "Member 'BP_KenaCharacter_C_CanAffordState::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, NextState) == 0x000008, "Member 'BP_KenaCharacter_C_CanAffordState::NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_CanAffordState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, Temp_bool_Variable) == 0x000011, "Member 'BP_KenaCharacter_C_CanAffordState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, Temp_bool_Variable_1) == 0x000012, "Member 'BP_KenaCharacter_C_CanAffordState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_TryGetResource_ResourceCount) == 0x000014, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_TryGetResource_ReturnValue) == 0x000018, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_GetBalanceConfig_ReturnValue) == 0x000020, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000028, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, K2Node_DynamicCast_AsKena_Balance_Config) == 0x000030, "Member 'BP_KenaCharacter_C_CanAffordState::K2Node_DynamicCast_AsKena_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_KenaCharacter_C_CanAffordState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_GetStateEconomicData_OutEconomicData) == 0x00003C, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_GetStateEconomicData_OutEconomicData' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_GetStateEconomicData_ReturnValue) == 0x00004C, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_GetStateEconomicData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_BreakVector2D_X) == 0x000054, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, K2Node_Select_Default) == 0x00005C, "Member 'BP_KenaCharacter_C_CanAffordState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, K2Node_Select_Default_1) == 0x000060, "Member 'BP_KenaCharacter_C_CanAffordState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_CanAffordResource_CanAfford) == 0x000068, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_CanAffordResource_CanAfford' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000069, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordState, CallFunc_BooleanAND_ReturnValue) == 0x00006A, "Member 'BP_KenaCharacter_C_CanAffordState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaCharacter_C_CanAffordResource \ +static_assert(alignof(BP_KenaCharacter_C_CanAffordResource) == 0x000004, "Wrong alignment on BP_KenaCharacter_C_CanAffordResource"); \ +static_assert(sizeof(BP_KenaCharacter_C_CanAffordResource) == 0x000018, "Wrong size on BP_KenaCharacter_C_CanAffordResource"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, Cost) == 0x000000, "Member 'BP_KenaCharacter_C_CanAffordResource::Cost' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, Resource) == 0x000004, "Member 'BP_KenaCharacter_C_CanAffordResource::Resource' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, CanAfford) == 0x000005, "Member 'BP_KenaCharacter_C_CanAffordResource::CanAfford' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, CallFunc_TryGetResource_ResourceCount) == 0x000008, "Member 'BP_KenaCharacter_C_CanAffordResource::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, CallFunc_TryGetResource_ReturnValue) == 0x00000C, "Member 'BP_KenaCharacter_C_CanAffordResource::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_KenaCharacter_C_CanAffordResource::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaCharacter_C_CanAffordResource, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_KenaCharacter_C_CanAffordResource::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KenaCharacter_C \ +static_assert(alignof(ABP_KenaCharacter_C) == 0x000010, "Wrong alignment on ABP_KenaCharacter_C"); \ +static_assert(sizeof(ABP_KenaCharacter_C) == 0x001180, "Wrong size on ABP_KenaCharacter_C"); \ +static_assert(offsetof(ABP_KenaCharacter_C, UberGraphFrame) == 0x000BF0, "Member 'ABP_KenaCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, ForwardSensor) == 0x000BF8, "Member 'ABP_KenaCharacter_C::ForwardSensor' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, BP_SpiritMask) == 0x000C00, "Member 'ABP_KenaCharacter_C::BP_SpiritMask' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, WeightedFocalPoint) == 0x000C08, "Member 'ABP_KenaCharacter_C::WeightedFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, SoftResetPreventionSensor) == 0x000C10, "Member 'ABP_KenaCharacter_C::SoftResetPreventionSensor' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, RotLevelUpFeedback) == 0x000C18, "Member 'ABP_KenaCharacter_C::RotLevelUpFeedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, SwimmingEffects) == 0x000C20, "Member 'ABP_KenaCharacter_C::SwimmingEffects' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Clipping) == 0x000C28, "Member 'ABP_KenaCharacter_C::Clipping' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, NecklaceLight) == 0x000C30, "Member 'ABP_KenaCharacter_C::NecklaceLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HeatMapperTracker) == 0x000C38, "Member 'ABP_KenaCharacter_C::HeatMapperTracker' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, MochiAudio) == 0x000C40, "Member 'ABP_KenaCharacter_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DPXTriggerEffect) == 0x000C48, "Member 'ABP_KenaCharacter_C::DPXTriggerEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, StateCameraManager) == 0x000C50, "Member 'ABP_KenaCharacter_C::StateCameraManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, PostProcess) == 0x000C58, "Member 'ABP_KenaCharacter_C::PostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, MontageRequest) == 0x000C60, "Member 'ABP_KenaCharacter_C::MontageRequest' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CameraFraming) == 0x000C68, "Member 'ABP_KenaCharacter_C::CameraFraming' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CourageGrantedSpark) == 0x000C70, "Member 'ABP_KenaCharacter_C::CourageGrantedSpark' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, BP_DeadzoneSlowComponent) == 0x000C78, "Member 'ABP_KenaCharacter_C::BP_DeadzoneSlowComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, PickupGatherSphere) == 0x000C80, "Member 'ABP_KenaCharacter_C::PickupGatherSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, GroundPlaneEvaluator) == 0x000C88, "Member 'ABP_KenaCharacter_C::GroundPlaneEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, MovementCorrection) == 0x000C90, "Member 'ABP_KenaCharacter_C::MovementCorrection' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LedgeProximitySensor) == 0x000C98, "Member 'ABP_KenaCharacter_C::LedgeProximitySensor' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, ExplosionSpawner1) == 0x000CA0, "Member 'ABP_KenaCharacter_C::ExplosionSpawner1' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, BroadcastTrigger) == 0x000CA8, "Member 'ABP_KenaCharacter_C::BroadcastTrigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, BP_LiquidDeadzoneSensor) == 0x000CB0, "Member 'ABP_KenaCharacter_C::BP_LiquidDeadzoneSensor' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, RotMoveByAIFollow) == 0x000CB8, "Member 'ABP_KenaCharacter_C::RotMoveByAIFollow' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, AbsoluteScootMarker) == 0x000CC0, "Member 'ABP_KenaCharacter_C::AbsoluteScootMarker' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, BP_FootstepParticleComponent) == 0x000CC8, "Member 'ABP_KenaCharacter_C::BP_FootstepParticleComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LaggedLocationCollectionSetter) == 0x000CD0, "Member 'ABP_KenaCharacter_C::LaggedLocationCollectionSetter' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FoliageInteraction) == 0x000CD8, "Member 'ABP_KenaCharacter_C::FoliageInteraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DamageDealer) == 0x000CE0, "Member 'ABP_KenaCharacter_C::DamageDealer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HitboxManager) == 0x000CE8, "Member 'ABP_KenaCharacter_C::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, ExplosionSpawner) == 0x000CF0, "Member 'ABP_KenaCharacter_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, AIPerceptionStimuliSource) == 0x000CF8, "Member 'ABP_KenaCharacter_C::AIPerceptionStimuliSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, StatusEffectUser) == 0x000D00, "Member 'ABP_KenaCharacter_C::StatusEffectUser' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CameraBoom_Idle) == 0x000D08, "Member 'ABP_KenaCharacter_C::CameraBoom_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Cameras) == 0x000D10, "Member 'ABP_KenaCharacter_C::Cameras' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, IdleCamera) == 0x000D18, "Member 'ABP_KenaCharacter_C::IdleCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Locomotion) == 0x000D20, "Member 'ABP_KenaCharacter_C::Locomotion' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Timeline_0_NewTrack_0_922A777147D15F7BD9B332AD27BE285D) == 0x000D28, "Member 'ABP_KenaCharacter_C::Timeline_0_NewTrack_0_922A777147D15F7BD9B332AD27BE285D' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Timeline_0__Direction_922A777147D15F7BD9B332AD27BE285D) == 0x000D2C, "Member 'ABP_KenaCharacter_C::Timeline_0__Direction_922A777147D15F7BD9B332AD27BE285D' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Timeline_0) == 0x000D30, "Member 'ABP_KenaCharacter_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HealTimeline_HealTimeline_5D06C06B4E641383555A6DB60C5146CD) == 0x000D38, "Member 'ABP_KenaCharacter_C::HealTimeline_HealTimeline_5D06C06B4E641383555A6DB60C5146CD' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HealTimeline__Direction_5D06C06B4E641383555A6DB60C5146CD) == 0x000D3C, "Member 'ABP_KenaCharacter_C::HealTimeline__Direction_5D06C06B4E641383555A6DB60C5146CD' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HealTimeline) == 0x000D40, "Member 'ABP_KenaCharacter_C::HealTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FXTimeline_EmissiveTint_BE19F3D7449469A66B5894B92E2EAF83) == 0x000D48, "Member 'ABP_KenaCharacter_C::FXTimeline_EmissiveTint_BE19F3D7449469A66B5894B92E2EAF83' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FXTimeline_DamageTimeline_BE19F3D7449469A66B5894B92E2EAF83) == 0x000D54, "Member 'ABP_KenaCharacter_C::FXTimeline_DamageTimeline_BE19F3D7449469A66B5894B92E2EAF83' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FXTimeline__Direction_BE19F3D7449469A66B5894B92E2EAF83) == 0x000D58, "Member 'ABP_KenaCharacter_C::FXTimeline__Direction_BE19F3D7449469A66B5894B92E2EAF83' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FXTimeline) == 0x000D60, "Member 'ABP_KenaCharacter_C::FXTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, UseCameraHeadTracking) == 0x000D68, "Member 'ABP_KenaCharacter_C::UseCameraHeadTracking' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, ShrinkTime) == 0x000D6C, "Member 'ABP_KenaCharacter_C::ShrinkTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FSM) == 0x000D70, "Member 'ABP_KenaCharacter_C::FSM' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, BaseCapsuleHeight) == 0x000D78, "Member 'ABP_KenaCharacter_C::BaseCapsuleHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, GrowTime) == 0x000D7C, "Member 'ABP_KenaCharacter_C::GrowTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, GripPosition) == 0x000D80, "Member 'ABP_KenaCharacter_C::GripPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DrawConfigStacks) == 0x000D8C, "Member 'ABP_KenaCharacter_C::DrawConfigStacks' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DbgYOffset) == 0x000D90, "Member 'ABP_KenaCharacter_C::DbgYOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DbgNames) == 0x000D98, "Member 'ABP_KenaCharacter_C::DbgNames' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DbgPosition) == 0x000DA8, "Member 'ABP_KenaCharacter_C::DbgPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LockOnDistancePitchCurve) == 0x000DB8, "Member 'ABP_KenaCharacter_C::LockOnDistancePitchCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, Murderer) == 0x000E40, "Member 'ABP_KenaCharacter_C::Murderer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, MurderWeapon) == 0x000E48, "Member 'ABP_KenaCharacter_C::MurderWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, PitchModifier) == 0x000E50, "Member 'ABP_KenaCharacter_C::PitchModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, PitchConstraintCurve) == 0x000E58, "Member 'ABP_KenaCharacter_C::PitchConstraintCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, MaxRot) == 0x000EE0, "Member 'ABP_KenaCharacter_C::MaxRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, OnCrystalReceived) == 0x000EE8, "Member 'ABP_KenaCharacter_C::OnCrystalReceived' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HasUsedAirBow) == 0x000EF8, "Member 'ABP_KenaCharacter_C::HasUsedAirBow' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LookForwardModifier) == 0x000F00, "Member 'ABP_KenaCharacter_C::LookForwardModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LastHit) == 0x000F08, "Member 'ABP_KenaCharacter_C::LastHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LastHitPostEffectModifier) == 0x000F10, "Member 'ABP_KenaCharacter_C::LastHitPostEffectModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, NudgeModifier) == 0x000F18, "Member 'ABP_KenaCharacter_C::NudgeModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CanPulseJump) == 0x000F20, "Member 'ABP_KenaCharacter_C::CanPulseJump' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LookForwardContext) == 0x000F28, "Member 'ABP_KenaCharacter_C::LookForwardContext' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LookForwardTimer) == 0x000F60, "Member 'ABP_KenaCharacter_C::LookForwardTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CourageBroadcastRadius) == 0x000F68, "Member 'ABP_KenaCharacter_C::CourageBroadcastRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LookForwardConstantModifier) == 0x000F70, "Member 'ABP_KenaCharacter_C::LookForwardConstantModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, YawConstraintCurve) == 0x000F78, "Member 'ABP_KenaCharacter_C::YawConstraintCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, FloorMaterial) == 0x001000, "Member 'ABP_KenaCharacter_C::FloorMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, SFX_On_Resource_Increased) == 0x001010, "Member 'ABP_KenaCharacter_C::SFX_On_Resource_Increased' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, HasJumpedSinceLeftGround) == 0x001018, "Member 'ABP_KenaCharacter_C::HasJumpedSinceLeftGround' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DeadzoneIntensityCurve) == 0x001020, "Member 'ABP_KenaCharacter_C::DeadzoneIntensityCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, DeadzoneCoughTimer) == 0x0010A8, "Member 'ABP_KenaCharacter_C::DeadzoneCoughTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, StaffLightToEmissiveCurve) == 0x0010B0, "Member 'ABP_KenaCharacter_C::StaffLightToEmissiveCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, PostProcessDisableRequestCount) == 0x001138, "Member 'ABP_KenaCharacter_C::PostProcessDisableRequestCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, SpiritMask) == 0x001140, "Member 'ABP_KenaCharacter_C::SpiritMask' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, PendingBump) == 0x001148, "Member 'ABP_KenaCharacter_C::PendingBump' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CheckBowFXTimer) == 0x001150, "Member 'ABP_KenaCharacter_C::CheckBowFXTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, LastGroundedTime) == 0x001158, "Member 'ABP_KenaCharacter_C::LastGroundedTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CheckpointsVisible) == 0x00115C, "Member 'ABP_KenaCharacter_C::CheckpointsVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, SpawnedAnimNotifyAsset) == 0x001160, "Member 'ABP_KenaCharacter_C::SpawnedAnimNotifyAsset' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CurseModifier) == 0x001168, "Member 'ABP_KenaCharacter_C::CurseModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_KenaCharacter_C, CharmActivateThisFrame) == 0x001170, "Member 'ABP_KenaCharacter_C::CharmActivateThisFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleAim_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsToggleAim_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsToggleAim_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsToggleAim_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsToggleAim_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleAim_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsToggleAim_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim \ +static_assert(alignof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim) == 0x000008, "Wrong alignment on BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim"); \ +static_assert(sizeof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim) == 0x000020, "Wrong size on BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim, EntryPoint) == 0x000000, "Member 'BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsToggleAim_C_ExecuteUbergraph_BP_OptionsToggleAim::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleAim_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsToggleAim_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsToggleAim_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsToggleAim_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsToggleAim_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleAim_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsToggleAim_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsToggleAim_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetDefaultIntValue, CallFunc_GetDefaultToggleAim_ReturnValue) == 0x000018, "Member 'BP_OptionsToggleAim_C_GetDefaultIntValue::CallFunc_GetDefaultToggleAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsToggleAim_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleAim_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsToggleAim_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsToggleAim_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsToggleAim_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsToggleAim_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleAim_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsToggleAim_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleAim_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsToggleAim_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsToggleAim_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsToggleAim_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsToggleAim_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleAim_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsToggleAim_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsToggleAim_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetAppliedIntValue, CallFunc_GetToggleAim_ReturnValue) == 0x000018, "Member 'BP_OptionsToggleAim_C_GetAppliedIntValue::CallFunc_GetToggleAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleAim_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsToggleAim_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsToggleAim_C \ +static_assert(alignof(UBP_OptionsToggleAim_C) == 0x000008, "Wrong alignment on UBP_OptionsToggleAim_C"); \ +static_assert(sizeof(UBP_OptionsToggleAim_C) == 0x000030, "Wrong size on UBP_OptionsToggleAim_C"); \ +static_assert(offsetof(UBP_OptionsToggleAim_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsToggleAim_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_SetUseDeluxeSkin \ +static_assert(alignof(BP_RotCharacter_C_SetUseDeluxeSkin) == 0x000008, "Wrong alignment on BP_RotCharacter_C_SetUseDeluxeSkin"); \ +static_assert(sizeof(BP_RotCharacter_C_SetUseDeluxeSkin) == 0x0000A0, "Wrong size on BP_RotCharacter_C_SetUseDeluxeSkin"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, IsDeluxe) == 0x000000, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::IsDeluxe' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_bool_Variable) == 0x000001, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable) == 0x000008, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_1) == 0x000010, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_bool_Variable_1) == 0x000018, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, K2Node_Select_Default) == 0x000020, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_2) == 0x000028, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_3) == 0x000030, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_bool_Variable_2) == 0x000038, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, K2Node_Select_Default_1) == 0x000040, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_4) == 0x000048, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_5) == 0x000050, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_bool_Variable_3) == 0x000058, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, K2Node_Select_Default_2) == 0x000060, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_6) == 0x000068, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_7) == 0x000070, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_bool_Variable_4) == 0x000078, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, K2Node_Select_Default_3) == 0x000080, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_8) == 0x000088, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, Temp_object_Variable_9) == 0x000090, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetUseDeluxeSkin, K2Node_Select_Default_4) == 0x000098, "Member 'BP_RotCharacter_C_SetUseDeluxeSkin::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_CanBeHardLockedOnTo \ +static_assert(alignof(BP_RotCharacter_C_CanBeHardLockedOnTo) == 0x000008, "Wrong alignment on BP_RotCharacter_C_CanBeHardLockedOnTo"); \ +static_assert(sizeof(BP_RotCharacter_C_CanBeHardLockedOnTo) == 0x000010, "Wrong size on BP_RotCharacter_C_CanBeHardLockedOnTo"); \ +static_assert(offsetof(BP_RotCharacter_C_CanBeHardLockedOnTo, Targeter) == 0x000000, "Member 'BP_RotCharacter_C_CanBeHardLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_CanBeHardLockedOnTo, ReturnValue) == 0x000008, "Member 'BP_RotCharacter_C_CanBeHardLockedOnTo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_CanBeHardLockedOnTo, CallFunc_CanBeHardLockedOnTo_ReturnValue) == 0x000009, "Member 'BP_RotCharacter_C_CanBeHardLockedOnTo::CallFunc_CanBeHardLockedOnTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_CanBeSoftLockedOnTo \ +static_assert(alignof(BP_RotCharacter_C_CanBeSoftLockedOnTo) == 0x000008, "Wrong alignment on BP_RotCharacter_C_CanBeSoftLockedOnTo"); \ +static_assert(sizeof(BP_RotCharacter_C_CanBeSoftLockedOnTo) == 0x000010, "Wrong size on BP_RotCharacter_C_CanBeSoftLockedOnTo"); \ +static_assert(offsetof(BP_RotCharacter_C_CanBeSoftLockedOnTo, Targeter) == 0x000000, "Member 'BP_RotCharacter_C_CanBeSoftLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_CanBeSoftLockedOnTo, ReturnValue) == 0x000008, "Member 'BP_RotCharacter_C_CanBeSoftLockedOnTo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_CanBeSoftLockedOnTo, CallFunc_CanBeSoftLockedOnTo_ReturnValue) == 0x000009, "Member 'BP_RotCharacter_C_CanBeSoftLockedOnTo::CallFunc_CanBeSoftLockedOnTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_SetRagdoll \ +static_assert(alignof(BP_RotCharacter_C_SetRagdoll) == 0x000004, "Wrong alignment on BP_RotCharacter_C_SetRagdoll"); \ +static_assert(sizeof(BP_RotCharacter_C_SetRagdoll) == 0x0000C4, "Wrong size on BP_RotCharacter_C_SetRagdoll"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, Condition) == 0x000000, "Member 'BP_RotCharacter_C_SetRagdoll::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, Event) == 0x000004, "Member 'BP_RotCharacter_C_SetRagdoll::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_Play_ReturnValue) == 0x000014, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_BreakRotator_Roll) == 0x000024, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_BreakRotator_Pitch) == 0x000028, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_BreakRotator_Yaw) == 0x00002C, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_SetRagdoll, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00003C, "Member 'BP_RotCharacter_C_SetRagdoll::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_PlayCheer \ +static_assert(alignof(BP_RotCharacter_C_PlayCheer) == 0x000004, "Wrong alignment on BP_RotCharacter_C_PlayCheer"); \ +static_assert(sizeof(BP_RotCharacter_C_PlayCheer) == 0x00001C, "Wrong size on BP_RotCharacter_C_PlayCheer"); \ +static_assert(offsetof(BP_RotCharacter_C_PlayCheer, K2Node_MakeStruct_PlayMontageArgs) == 0x000000, "Member 'BP_RotCharacter_C_PlayCheer::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_PlayCheer, CallFunc_PlayWithArgs_ReturnValue) == 0x000018, "Member 'BP_RotCharacter_C_PlayCheer::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_OrientToPlayer \ +static_assert(alignof(BP_RotCharacter_C_OrientToPlayer) == 0x000008, "Wrong alignment on BP_RotCharacter_C_OrientToPlayer"); \ +static_assert(sizeof(BP_RotCharacter_C_OrientToPlayer) == 0x000060, "Wrong size on BP_RotCharacter_C_OrientToPlayer"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00003C, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_Normal_ReturnValue) == 0x000048, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OrientToPlayer, CallFunc_MakeRotFromZX_ReturnValue) == 0x000054, "Member 'BP_RotCharacter_C_OrientToPlayer::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_HandleMessage \ +static_assert(alignof(BP_RotCharacter_C_HandleMessage) == 0x000008, "Wrong alignment on BP_RotCharacter_C_HandleMessage"); \ +static_assert(sizeof(BP_RotCharacter_C_HandleMessage) == 0x000010, "Wrong size on BP_RotCharacter_C_HandleMessage"); \ +static_assert(offsetof(BP_RotCharacter_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_RotCharacter_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_RotCharacter_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_OnPlayerResourceIncreased \ +static_assert(alignof(BP_RotCharacter_C_OnPlayerResourceIncreased) == 0x000008, "Wrong alignment on BP_RotCharacter_C_OnPlayerResourceIncreased"); \ +static_assert(sizeof(BP_RotCharacter_C_OnPlayerResourceIncreased) == 0x000018, "Wrong size on BP_RotCharacter_C_OnPlayerResourceIncreased"); \ +static_assert(offsetof(BP_RotCharacter_C_OnPlayerResourceIncreased, ResourceType) == 0x000000, "Member 'BP_RotCharacter_C_OnPlayerResourceIncreased::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OnPlayerResourceIncreased, DeltaHP) == 0x000004, "Member 'BP_RotCharacter_C_OnPlayerResourceIncreased::DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OnPlayerResourceIncreased, IncreaseInstigator) == 0x000008, "Member 'BP_RotCharacter_C_OnPlayerResourceIncreased::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_OnPlayerResourceIncreased, Causer) == 0x000010, "Member 'BP_RotCharacter_C_OnPlayerResourceIncreased::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_MovementModeChangedDelegate_Event_0 \ +static_assert(alignof(BP_RotCharacter_C_MovementModeChangedDelegate_Event_0) == 0x000008, "Wrong alignment on BP_RotCharacter_C_MovementModeChangedDelegate_Event_0"); \ +static_assert(sizeof(BP_RotCharacter_C_MovementModeChangedDelegate_Event_0) == 0x000010, "Wrong size on BP_RotCharacter_C_MovementModeChangedDelegate_Event_0"); \ +static_assert(offsetof(BP_RotCharacter_C_MovementModeChangedDelegate_Event_0, Character) == 0x000000, "Member 'BP_RotCharacter_C_MovementModeChangedDelegate_Event_0::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_MovementModeChangedDelegate_Event_0, PrevMovementMode) == 0x000008, "Member 'BP_RotCharacter_C_MovementModeChangedDelegate_Event_0::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_MovementModeChangedDelegate_Event_0, PreviousCustomMode) == 0x000009, "Member 'BP_RotCharacter_C_MovementModeChangedDelegate_Event_0::PreviousCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_ReceiveEndPlay \ +static_assert(alignof(BP_RotCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_RotCharacter_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_RotCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_RotCharacter_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_RotCharacter_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_RotCharacter_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter \ +static_assert(alignof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter) == 0x000010, "Wrong alignment on BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter"); \ +static_assert(sizeof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter) == 0x0001A0, "Wrong size on BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, EntryPoint) == 0x000000, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_Event_MessageName) == 0x000014, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_Event_Params) == 0x000020, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_AsPlay_Montage_Args_Trigger_Params) == 0x000028, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_AsPlay_Montage_Args_Trigger_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_SwitchName_CmpSuccess) == 0x000031, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_PlayWithArgs_ReturnValue) == 0x000034, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_ResourceType) == 0x000040, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_DeltaHP) == 0x000044, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_DeltaHP' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_IncreaseInstigator) == 0x000048, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_Causer) == 0x000050, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000070, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_BreakTransform_Location) == 0x0000A0, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_BreakTransform_Rotation) == 0x0000AC, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_BreakTransform_Scale) == 0x0000B8, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0000C8, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000D0, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, Temp_delegate_Variable) == 0x0000D4, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetBalanceConfig_ReturnValue) == 0x0000E8, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_Character) == 0x0000F0, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_PrevMovementMode) == 0x0000F8, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CustomEvent_PreviousCustomMode) == 0x0000F9, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CustomEvent_PreviousCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_AsSkeletal_Rot_Balance_Config) == 0x000100, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_AsSkeletal_Rot_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetMovementComponent_ReturnValue) == 0x000110, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000118, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000120, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_Event_EndPlayReason) == 0x000121, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_PoofToProxy_ReturnValue) == 0x000122, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_PoofToProxy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x000128, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000130, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_AsABP_Skeletal_Rot) == 0x000138, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_AsABP_Skeletal_Rot' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_IsValid_ReturnValue) == 0x000141, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000148, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000150, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_Subtract_IntInt_ReturnValue) == 0x000160, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000164, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000168, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_AsABP_Skeletal_Rot_1) == 0x000170, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_AsABP_Skeletal_Rot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_DynamicCast_bSuccess_4) == 0x000178, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000179, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, K2Node_MakeStruct_PlayMontageArgs) == 0x00017C, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter, CallFunc_PlayWithArgs_ReturnValue_1) == 0x000194, "Member 'BP_RotCharacter_C_ExecuteUbergraph_BP_RotCharacter::CallFunc_PlayWithArgs_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotCharacter_C \ +static_assert(alignof(ABP_RotCharacter_C) == 0x000010, "Wrong alignment on ABP_RotCharacter_C"); \ +static_assert(sizeof(ABP_RotCharacter_C) == 0x000AB0, "Wrong size on ABP_RotCharacter_C"); \ +static_assert(offsetof(ABP_RotCharacter_C, UberGraphFrame) == 0x000A70, "Member 'ABP_RotCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, Ak) == 0x000A78, "Member 'ABP_RotCharacter_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, ParticleSlot) == 0x000A80, "Member 'ABP_RotCharacter_C::ParticleSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, WhispTrail) == 0x000A88, "Member 'ABP_RotCharacter_C::WhispTrail' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, ShouldOrientToPlayerOnBeginPlay) == 0x000A90, "Member 'ABP_RotCharacter_C::ShouldOrientToPlayerOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, SFX_Rot_Disapear_Poof) == 0x000A98, "Member 'ABP_RotCharacter_C::SFX_Rot_Disapear_Poof' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, SwimVariationCount) == 0x000AA0, "Member 'ABP_RotCharacter_C::SwimVariationCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCharacter_C, RandomSwimVariation) == 0x000AA4, "Member 'ABP_RotCharacter_C::RandomSwimVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_GroundedSuperState_C_HandleInputStickEvent) == 0x000004, "Wrong alignment on BP_GroundedSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_GroundedSuperState_C_HandleInputStickEvent) == 0x000014, "Wrong size on BP_GroundedSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_GroundedSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_GroundedSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_GroundedSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_GroundedSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_GroundedSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputStickEvent, CallFunc_TrySwitchTarget_ReturnValue) == 0x000012, "Member 'BP_GroundedSuperState_C_HandleInputStickEvent::CallFunc_TrySwitchTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_GroundedSuperState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_GroundedSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_GroundedSuperState_C_HandleInputActionEvent) == 0x000006, "Wrong size on BP_GroundedSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_GroundedSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_GroundedSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_GroundedSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_GroundedSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_GroundedSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleInputActionEvent, CallFunc_ToggleLockOn_ReturnValue) == 0x000005, "Member 'BP_GroundedSuperState_C_HandleInputActionEvent::CallFunc_ToggleLockOn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_GroundedSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_GroundedSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_GroundedSuperState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_GroundedSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_GroundedSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_GroundedSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_GroundedSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_GroundedSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_CanEnterState \ +static_assert(alignof(BP_GroundedSuperState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_GroundedSuperState_C_CanEnterState"); \ +static_assert(sizeof(BP_GroundedSuperState_C_CanEnterState) == 0x000020, "Wrong size on BP_GroundedSuperState_C_CanEnterState"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_GroundedSuperState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_GroundedSuperState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_GroundedSuperState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CanEnterState, CallFunc_IsAlive_ReturnValue) == 0x000018, "Member 'BP_GroundedSuperState_C_CanEnterState::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_TrySwitchTarget \ +static_assert(alignof(BP_GroundedSuperState_C_TrySwitchTarget) == 0x000008, "Wrong alignment on BP_GroundedSuperState_C_TrySwitchTarget"); \ +static_assert(sizeof(BP_GroundedSuperState_C_TrySwitchTarget) == 0x000030, "Wrong size on BP_GroundedSuperState_C_TrySwitchTarget"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, LookInput) == 0x000000, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::LookInput' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, ReturnValue) == 0x000008, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CanSwitchTargets) == 0x000009, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CanSwitchTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_CheckFlick_ReturnValue) == 0x00000A, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_CheckFlick_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000010, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_IsLockedOn_ReturnValue) == 0x000020, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_SwitchTarget_ReturnValue) == 0x000021, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_SwitchTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_TrySwitchTarget, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_GroundedSuperState_C_TrySwitchTarget::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_CheckFlick \ +static_assert(alignof(BP_GroundedSuperState_C_CheckFlick) == 0x000004, "Wrong alignment on BP_GroundedSuperState_C_CheckFlick"); \ +static_assert(sizeof(BP_GroundedSuperState_C_CheckFlick) == 0x000028, "Wrong size on BP_GroundedSuperState_C_CheckFlick"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, Input) == 0x000000, "Member 'BP_GroundedSuperState_C_CheckFlick::Input' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, PreviousInput) == 0x000008, "Member 'BP_GroundedSuperState_C_CheckFlick::PreviousInput' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, ReturnValue) == 0x000010, "Member 'BP_GroundedSuperState_C_CheckFlick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000014, "Member 'BP_GroundedSuperState_C_CheckFlick::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, CallFunc_VSize2DSquared_ReturnValue) == 0x00001C, "Member 'BP_GroundedSuperState_C_CheckFlick::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, CallFunc_VSize2DSquared_ReturnValue_1) == 0x000020, "Member 'BP_GroundedSuperState_C_CheckFlick::CallFunc_VSize2DSquared_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_GroundedSuperState_C_CheckFlick::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000025, "Member 'BP_GroundedSuperState_C_CheckFlick::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_CheckFlick, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'BP_GroundedSuperState_C_CheckFlick::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_ToggleLockOn \ +static_assert(alignof(BP_GroundedSuperState_C_ToggleLockOn) == 0x000008, "Wrong alignment on BP_GroundedSuperState_C_ToggleLockOn"); \ +static_assert(sizeof(BP_GroundedSuperState_C_ToggleLockOn) == 0x000040, "Wrong size on BP_GroundedSuperState_C_ToggleLockOn"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, ReturnValue) == 0x000000, "Member 'BP_GroundedSuperState_C_ToggleLockOn::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000010, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_IsLockedOn_ReturnValue) == 0x000028, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_TryLockOn_OutTarget) == 0x000030, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_TryLockOn_OutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_TryLockOn_ReturnValue) == 0x000038, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_TryLockOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ToggleLockOn, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_GroundedSuperState_C_ToggleLockOn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_OnStart \ +static_assert(alignof(BP_GroundedSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_GroundedSuperState_C_OnStart"); \ +static_assert(sizeof(BP_GroundedSuperState_C_OnStart) == 0x000008, "Wrong size on BP_GroundedSuperState_C_OnStart"); \ +static_assert(offsetof(BP_GroundedSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_GroundedSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_Update \ +static_assert(alignof(BP_GroundedSuperState_C_Update) == 0x000004, "Wrong alignment on BP_GroundedSuperState_C_Update"); \ +static_assert(sizeof(BP_GroundedSuperState_C_Update) == 0x000004, "Wrong size on BP_GroundedSuperState_C_Update"); \ +static_assert(offsetof(BP_GroundedSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_GroundedSuperState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState \ +static_assert(alignof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState) == 0x000008, "Wrong alignment on BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState"); \ +static_assert(sizeof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState) == 0x000040, "Wrong size on BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, EntryPoint) == 0x000000, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, K2Node_Event_DeltaTime) == 0x000018, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000030, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState, CallFunc_IsSurfaceSwimming_ReturnValue) == 0x000038, "Member 'BP_GroundedSuperState_C_ExecuteUbergraph_BP_GroundedSuperState::CallFunc_IsSurfaceSwimming_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GroundedSuperState_C \ +static_assert(alignof(UBP_GroundedSuperState_C) == 0x000008, "Wrong alignment on UBP_GroundedSuperState_C"); \ +static_assert(sizeof(UBP_GroundedSuperState_C) == 0x000150, "Wrong size on UBP_GroundedSuperState_C"); \ +static_assert(offsetof(UBP_GroundedSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_GroundedSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundedSuperState_C, FlickStickThreshold) == 0x000140, "Member 'UBP_GroundedSuperState_C::FlickStickThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundedSuperState_C, FlickDeltaThreshold) == 0x000144, "Member 'UBP_GroundedSuperState_C::FlickDeltaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundedSuperState_C, PrevLookInput) == 0x000148, "Member 'UBP_GroundedSuperState_C::PrevLookInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSFXVolume_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsSFXVolume_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSFXVolume_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsSFXVolume_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsSFXVolume_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSFXVolume_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsSFXVolume_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume \ +static_assert(alignof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume) == 0x000008, "Wrong alignment on BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume"); \ +static_assert(sizeof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume) == 0x000020, "Wrong size on BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume, EntryPoint) == 0x000000, "Member 'BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsSFXVolume_C_ExecuteUbergraph_BP_OptionsSFXVolume::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSFXVolume_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsSFXVolume_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSFXVolume_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsSFXVolume_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsSFXVolume_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSFXVolume_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSFXVolume_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSFXVolume_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetDefaultFloatValue, CallFunc_GetDefaultSFXVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsSFXVolume_C_GetDefaultFloatValue::CallFunc_GetDefaultSFXVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSFXVolume_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsSFXVolume_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSFXVolume_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsSFXVolume_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsSFXVolume_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSFXVolume_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSFXVolume_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSFXVolume_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSFXVolume_C_GetAppliedFloatValue, CallFunc_GetSFXVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsSFXVolume_C_GetAppliedFloatValue::CallFunc_GetSFXVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsSFXVolume_C \ +static_assert(alignof(UBP_OptionsSFXVolume_C) == 0x000008, "Wrong alignment on UBP_OptionsSFXVolume_C"); \ +static_assert(sizeof(UBP_OptionsSFXVolume_C) == 0x000030, "Wrong size on UBP_OptionsSFXVolume_C"); \ +static_assert(offsetof(UBP_OptionsSFXVolume_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsSFXVolume_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Cat_C \ +static_assert(alignof(ABP_CM_Hat_Cat_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Cat_C"); \ +static_assert(sizeof(ABP_CM_Hat_Cat_C) == 0x000240, "Wrong size on ABP_CM_Hat_Cat_C"); \ +static_assert(offsetof(ABP_CM_Hat_Cat_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Cat_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FootstepParticleComponent_C_PlayFootstepParticlesAt \ +static_assert(alignof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt) == 0x000010, "Wrong alignment on BP_FootstepParticleComponent_C_PlayFootstepParticlesAt"); \ +static_assert(sizeof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt) == 0x000040, "Wrong size on BP_FootstepParticleComponent_C_PlayFootstepParticlesAt"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt, RelativeTransform) == 0x000000, "Member 'BP_FootstepParticleComponent_C_PlayFootstepParticlesAt::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt, Foot) == 0x000030, "Member 'BP_FootstepParticleComponent_C_PlayFootstepParticlesAt::Foot' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt, UseCustomSocket) == 0x000031, "Member 'BP_FootstepParticleComponent_C_PlayFootstepParticlesAt::UseCustomSocket' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt, CustomSocketName) == 0x000034, "Member 'BP_FootstepParticleComponent_C_PlayFootstepParticlesAt::CustomSocketName' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt, HeavyStep_) == 0x00003C, "Member 'BP_FootstepParticleComponent_C_PlayFootstepParticlesAt::HeavyStep_' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayFootstepParticlesAt, K2Node_SwitchEnum_CmpSuccess) == 0x00003D, "Member 'BP_FootstepParticleComponent_C_PlayFootstepParticlesAt::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FootstepParticleComponent_C_PlayParticlesAt \ +static_assert(alignof(BP_FootstepParticleComponent_C_PlayParticlesAt) == 0x000010, "Wrong alignment on BP_FootstepParticleComponent_C_PlayParticlesAt"); \ +static_assert(sizeof(BP_FootstepParticleComponent_C_PlayParticlesAt) == 0x000300, "Wrong size on BP_FootstepParticleComponent_C_PlayParticlesAt"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, RelativeTransform) == 0x000000, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, RelativeBoneName) == 0x000030, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::RelativeBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, HeavyStep_) == 0x000038, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::HeavyStep_' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_NotEqual_NameName_ReturnValue) == 0x000078, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_FinishSpawningActor_ReturnValue) == 0x000080, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetOwner_ReturnValue) == 0x000088, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, Temp_bool_Variable) == 0x0000C0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, Temp_bool_Variable_1) == 0x0000C1, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetOwner_ReturnValue_1) == 0x0000C8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, K2Node_DynamicCast_AsCharacter) == 0x0000D0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_IsInWaterVolume_ReturnValue) == 0x0000F4, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakVector_X) == 0x0000F8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakVector_Y) == 0x0000FC, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakVector_Z) == 0x000100, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_IsValid_ReturnValue) == 0x000104, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000108, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetSocketTransform_ReturnValue) == 0x000120, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_IsSurfaceSwimming_ReturnValue) == 0x000150, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_IsSurfaceSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, K2Node_Select_Default) == 0x000160, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_Not_PreBool_ReturnValue) == 0x000190, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Location) == 0x000194, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Rotation) == 0x0001A0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Scale) == 0x0001AC, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BooleanAND_ReturnValue) == 0x0001B8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_MakeTransform_ReturnValue_1) == 0x0001C0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BooleanAND_ReturnValue_1) == 0x0001F0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_ComposeTransforms_ReturnValue) == 0x000200, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Location_1) == 0x000230, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Rotation_1) == 0x00023C, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Scale_1) == 0x000248, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Location_2) == 0x000254, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Rotation_2) == 0x000260, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakTransform_Scale_2) == 0x00026C, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakVector_X_1) == 0x000278, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakVector_Y_1) == 0x00027C, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_BreakVector_Z_1) == 0x000280, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_IsInsideAnySwimmingVolume_OutVolume) == 0x000288, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_IsInsideAnySwimmingVolume_OutVolume' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_IsInsideAnySwimmingVolume_ReturnValue) == 0x000290, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_IsInsideAnySwimmingVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetWaterSurfaceZ_ReturnValue) == 0x000294, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetWaterSurfaceZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_MakeVector_ReturnValue) == 0x000298, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0002A8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_MakeVector_ReturnValue_1) == 0x0002B0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_GetSurfaceType_ReturnValue) == 0x0002BC, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_GetSurfaceType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x0002C0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_Map_Find_Value) == 0x0002C8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_Map_Find_ReturnValue) == 0x0002D0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, K2Node_Select_Default_1) == 0x0002D8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002E0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_SpawnEmitterAtLocation_ReturnValue_2) == 0x0002E8, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_SpawnEmitterAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0002F0, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleComponent_C_PlayParticlesAt, CallFunc_IsValid_ReturnValue_1) == 0x0002F1, "Member 'BP_FootstepParticleComponent_C_PlayParticlesAt::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FootstepParticleComponent_C \ +static_assert(alignof(UBP_FootstepParticleComponent_C) == 0x000008, "Wrong alignment on UBP_FootstepParticleComponent_C"); \ +static_assert(sizeof(UBP_FootstepParticleComponent_C) == 0x000138, "Wrong size on UBP_FootstepParticleComponent_C"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, SurfaceParticles) == 0x0000B0, "Member 'UBP_FootstepParticleComponent_C::SurfaceParticles' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, DefaultParticles) == 0x000100, "Member 'UBP_FootstepParticleComponent_C::DefaultParticles' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, LeftFootBoneName) == 0x000108, "Member 'UBP_FootstepParticleComponent_C::LeftFootBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, RightFootBoneName) == 0x000110, "Member 'UBP_FootstepParticleComponent_C::RightFootBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, WaterParticles) == 0x000118, "Member 'UBP_FootstepParticleComponent_C::WaterParticles' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, WaterSplashRippleDepthCutoff) == 0x000120, "Member 'UBP_FootstepParticleComponent_C::WaterSplashRippleDepthCutoff' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, WadeParticles) == 0x000128, "Member 'UBP_FootstepParticleComponent_C::WadeParticles' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleComponent_C, WadeSocket) == 0x000130, "Member 'UBP_FootstepParticleComponent_C::WadeSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LaggedLocationCollectionSetter_C_ReceiveTick \ +static_assert(alignof(LaggedLocationCollectionSetter_C_ReceiveTick) == 0x000004, "Wrong alignment on LaggedLocationCollectionSetter_C_ReceiveTick"); \ +static_assert(sizeof(LaggedLocationCollectionSetter_C_ReceiveTick) == 0x000004, "Wrong size on LaggedLocationCollectionSetter_C_ReceiveTick"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'LaggedLocationCollectionSetter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter \ +static_assert(alignof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter) == 0x000008, "Wrong alignment on LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter"); \ +static_assert(sizeof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter) == 0x000058, "Wrong size on LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, EntryPoint) == 0x000000, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000020, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_VLerp_ReturnValue) == 0x000030, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_GetOwner_ReturnValue_1) == 0x000040, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'LaggedLocationCollectionSetter_C_ExecuteUbergraph_LaggedLocationCollectionSetter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULaggedLocationCollectionSetter_C \ +static_assert(alignof(ULaggedLocationCollectionSetter_C) == 0x000008, "Wrong alignment on ULaggedLocationCollectionSetter_C"); \ +static_assert(sizeof(ULaggedLocationCollectionSetter_C) == 0x0000D8, "Wrong size on ULaggedLocationCollectionSetter_C"); \ +static_assert(offsetof(ULaggedLocationCollectionSetter_C, UberGraphFrame) == 0x0000B0, "Member 'ULaggedLocationCollectionSetter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ULaggedLocationCollectionSetter_C, LagLocation) == 0x0000B8, "Member 'ULaggedLocationCollectionSetter_C::LagLocation' has a wrong offset!"); \ +static_assert(offsetof(ULaggedLocationCollectionSetter_C, LerpSpeed) == 0x0000C4, "Member 'ULaggedLocationCollectionSetter_C::LerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULaggedLocationCollectionSetter_C, ParameterName) == 0x0000C8, "Member 'ULaggedLocationCollectionSetter_C::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(ULaggedLocationCollectionSetter_C, DebugEnabled) == 0x0000D0, "Member 'ULaggedLocationCollectionSetter_C::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LiquidDeadzoneSensor_C_HandleDetectionBegin \ +static_assert(alignof(BP_LiquidDeadzoneSensor_C_HandleDetectionBegin) == 0x000008, "Wrong alignment on BP_LiquidDeadzoneSensor_C_HandleDetectionBegin"); \ +static_assert(sizeof(BP_LiquidDeadzoneSensor_C_HandleDetectionBegin) == 0x000008, "Wrong size on BP_LiquidDeadzoneSensor_C_HandleDetectionBegin"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_HandleDetectionBegin, OtherComp) == 0x000000, "Member 'BP_LiquidDeadzoneSensor_C_HandleDetectionBegin::OtherComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LiquidDeadzoneSensor_C_HandleDetectionEnd \ +static_assert(alignof(BP_LiquidDeadzoneSensor_C_HandleDetectionEnd) == 0x000008, "Wrong alignment on BP_LiquidDeadzoneSensor_C_HandleDetectionEnd"); \ +static_assert(sizeof(BP_LiquidDeadzoneSensor_C_HandleDetectionEnd) == 0x000008, "Wrong size on BP_LiquidDeadzoneSensor_C_HandleDetectionEnd"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_HandleDetectionEnd, OtherComp) == 0x000000, "Member 'BP_LiquidDeadzoneSensor_C_HandleDetectionEnd::OtherComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor \ +static_assert(alignof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor) == 0x000008, "Wrong alignment on BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor"); \ +static_assert(sizeof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor) == 0x000098, "Wrong size on BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, EntryPoint) == 0x000000, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, Temp_struct_Variable) == 0x000008, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, Temp_delegate_Variable) == 0x000018, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, Temp_struct_Variable_1) == 0x000028, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_PostEvent_ReturnValue) == 0x000038, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, Temp_delegate_Variable_1) == 0x00003C, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_PostEvent_ReturnValue_1) == 0x00004C, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, K2Node_Event_OtherComp_1) == 0x000050, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::K2Node_Event_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, K2Node_Event_OtherComp) == 0x000058, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_GetSensedComponents_ReturnValue) == 0x000060, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_GetSensedComponents_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_GetSensedComponents_ReturnValue_1) == 0x000070, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_GetSensedComponents_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_Array_Length_ReturnValue_1) == 0x000084, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000088, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000089, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor, CallFunc_GetPlayerController_ReturnValue) == 0x000090, "Member 'BP_LiquidDeadzoneSensor_C_ExecuteUbergraph_BP_LiquidDeadzoneSensor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LiquidDeadzoneSensor_C \ +static_assert(alignof(UBP_LiquidDeadzoneSensor_C) == 0x000010, "Wrong alignment on UBP_LiquidDeadzoneSensor_C"); \ +static_assert(sizeof(UBP_LiquidDeadzoneSensor_C) == 0x0005A0, "Wrong size on UBP_LiquidDeadzoneSensor_C"); \ +static_assert(offsetof(UBP_LiquidDeadzoneSensor_C, UberGraphFrame) == 0x000580, "Member 'UBP_LiquidDeadzoneSensor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LiquidDeadzoneSensor_C, ForceFeedbackEffect) == 0x000588, "Member 'UBP_LiquidDeadzoneSensor_C::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(UBP_LiquidDeadzoneSensor_C, ForceFeedbackTag) == 0x000590, "Member 'UBP_LiquidDeadzoneSensor_C::ForceFeedbackTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent \ +static_assert(alignof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent) == 0x000008, "Wrong alignment on BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent"); \ +static_assert(sizeof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent) == 0x000050, "Wrong size on BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, EntryPoint) == 0x000000, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, Temp_struct_Variable) == 0x000008, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, Temp_delegate_Variable) == 0x000018, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, Temp_struct_Variable_1) == 0x000028, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, CallFunc_PostEvent_ReturnValue) == 0x000048, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent, CallFunc_PostEvent_ReturnValue_1) == 0x00004C, "Member 'BP_DeadzoneSlowComponent_C_ExecuteUbergraph_BP_DeadzoneSlowComponent::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneSlowComponent_C_CheckShouldSlow \ +static_assert(alignof(BP_DeadzoneSlowComponent_C_CheckShouldSlow) == 0x000008, "Wrong alignment on BP_DeadzoneSlowComponent_C_CheckShouldSlow"); \ +static_assert(sizeof(BP_DeadzoneSlowComponent_C_CheckShouldSlow) == 0x000038, "Wrong size on BP_DeadzoneSlowComponent_C_CheckShouldSlow"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, ReturnValue) == 0x000000, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, CallFunc_GetGlobalDeadzoneManager_ReturnValue) == 0x000010, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::CallFunc_GetGlobalDeadzoneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, K2Node_DynamicCast_AsBP_Deadzone_Manager) == 0x000028, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::K2Node_DynamicCast_AsBP_Deadzone_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, CallFunc_CheckShouldSlow_ReturnValue) == 0x000031, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::CallFunc_CheckShouldSlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, CallFunc_IsInsideCleanedArea_ReturnValue) == 0x000032, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::CallFunc_IsInsideCleanedArea_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneSlowComponent_C_CheckShouldSlow, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'BP_DeadzoneSlowComponent_C_CheckShouldSlow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DeadzoneSlowComponent_C \ +static_assert(alignof(UBP_DeadzoneSlowComponent_C) == 0x000008, "Wrong alignment on UBP_DeadzoneSlowComponent_C"); \ +static_assert(sizeof(UBP_DeadzoneSlowComponent_C) == 0x0001A8, "Wrong size on UBP_DeadzoneSlowComponent_C"); \ +static_assert(offsetof(UBP_DeadzoneSlowComponent_C, UberGraphFrame) == 0x000190, "Member 'UBP_DeadzoneSlowComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeadzoneSlowComponent_C, State_Deadzone_Stage_1) == 0x000198, "Member 'UBP_DeadzoneSlowComponent_C::State_Deadzone_Stage_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeadzoneSlowComponent_C, State_Deadzone_Stage_0) == 0x0001A0, "Member 'UBP_DeadzoneSlowComponent_C::State_Deadzone_Stage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableTextHintComponent_C_StepMessage \ +static_assert(alignof(BP_TriggerableTextHintComponent_C_StepMessage) == 0x000008, "Wrong alignment on BP_TriggerableTextHintComponent_C_StepMessage"); \ +static_assert(sizeof(BP_TriggerableTextHintComponent_C_StepMessage) == 0x000018, "Wrong size on BP_TriggerableTextHintComponent_C_StepMessage"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_StepMessage, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BP_TriggerableTextHintComponent_C_StepMessage::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_StepMessage, K2Node_DynamicCast_AsShadow_Box) == 0x000008, "Member 'BP_TriggerableTextHintComponent_C_StepMessage::K2Node_DynamicCast_AsShadow_Box' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_StepMessage, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_TriggerableTextHintComponent_C_StepMessage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent \ +static_assert(alignof(BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent) == 0x000001, "Wrong alignment on BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent"); \ +static_assert(sizeof(BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent) == 0x000001, "Wrong size on BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent, Event) == 0x000000, "Member 'BP_TriggerableTextHintComponent_C_HandleShadowBoxEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent \ +static_assert(alignof(BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent) == 0x000004, "Wrong alignment on BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent"); \ +static_assert(sizeof(BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent) == 0x000008, "Wrong size on BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent, EntryPoint) == 0x000000, "Member 'BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent, K2Node_Event_Event) == 0x000004, "Member 'BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent::K2Node_Event_Event' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'BP_TriggerableTextHintComponent_C_ExecuteUbergraph_BP_TriggerableTextHintComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TriggerableTextHintComponent_C \ +static_assert(alignof(UBP_TriggerableTextHintComponent_C) == 0x000008, "Wrong alignment on UBP_TriggerableTextHintComponent_C"); \ +static_assert(sizeof(UBP_TriggerableTextHintComponent_C) == 0x000128, "Wrong size on UBP_TriggerableTextHintComponent_C"); \ +static_assert(offsetof(UBP_TriggerableTextHintComponent_C, UberGraphFrame) == 0x0000F8, "Member 'UBP_TriggerableTextHintComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerableTextHintComponent_C, OnTextHintComplete) == 0x000100, "Member 'UBP_TriggerableTextHintComponent_C::OnTextHintComplete' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerableTextHintComponent_C, OnTextHintSkipped) == 0x000110, "Member 'UBP_TriggerableTextHintComponent_C::OnTextHintSkipped' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerableTextHintComponent_C, IsSequencerText) == 0x000120, "Member 'UBP_TriggerableTextHintComponent_C::IsSequencerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritMask_C_CurrentPDSToIndex \ +static_assert(alignof(BP_SpiritMask_C_CurrentPDSToIndex) == 0x000004, "Wrong alignment on BP_SpiritMask_C_CurrentPDSToIndex"); \ +static_assert(sizeof(BP_SpiritMask_C_CurrentPDSToIndex) == 0x000014, "Wrong size on BP_SpiritMask_C_CurrentPDSToIndex"); \ +static_assert(offsetof(BP_SpiritMask_C_CurrentPDSToIndex, ReturnValue) == 0x000000, "Member 'BP_SpiritMask_C_CurrentPDSToIndex::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_CurrentPDSToIndex, CallFunc_PDSGreaterThan_Result) == 0x000004, "Member 'BP_SpiritMask_C_CurrentPDSToIndex::CallFunc_PDSGreaterThan_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_CurrentPDSToIndex, CallFunc_PDSGreaterThan_Result_1) == 0x000005, "Member 'BP_SpiritMask_C_CurrentPDSToIndex::CallFunc_PDSGreaterThan_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_CurrentPDSToIndex, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000008, "Member 'BP_SpiritMask_C_CurrentPDSToIndex::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_CurrentPDSToIndex, CallFunc_Conv_BoolToInt_ReturnValue_1) == 0x00000C, "Member 'BP_SpiritMask_C_CurrentPDSToIndex::CallFunc_Conv_BoolToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_CurrentPDSToIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_SpiritMask_C_CurrentPDSToIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritMask_C_UpdateMaskByPDS \ +static_assert(alignof(BP_SpiritMask_C_UpdateMaskByPDS) == 0x000010, "Wrong alignment on BP_SpiritMask_C_UpdateMaskByPDS"); \ +static_assert(sizeof(BP_SpiritMask_C_UpdateMaskByPDS) == 0x0001E0, "Wrong size on BP_SpiritMask_C_UpdateMaskByPDS"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable) == 0x000000, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_object_Variable) == 0x000008, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_object_Variable_1) == 0x000010, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_object_Variable_2) == 0x000018, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable_1) == 0x000020, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable_2) == 0x000024, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable_3) == 0x000028, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable_4) == 0x00002C, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable_5) == 0x000030, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_int_Variable_6) == 0x000034, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_object_Variable_3) == 0x000038, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_object_Variable_4) == 0x000040, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, Temp_object_Variable_5) == 0x000048, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_CurrentPDSToIndex_ReturnValue) == 0x000050, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_CurrentPDSToIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, K2Node_Select_Default) == 0x000058, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, K2Node_Select_Default_1) == 0x000060, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_CurrentPDSToIndex_ReturnValue_1) == 0x000064, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_CurrentPDSToIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_CurrentPDSToIndex_ReturnValue_2) == 0x000068, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_CurrentPDSToIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, K2Node_Select_Default_2) == 0x000070, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_MakeTransform_ReturnValue) == 0x000080, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_SetStaticMesh_ReturnValue) == 0x0000B0, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_MakeTransform_ReturnValue_1) == 0x0000C0, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_MakeTransform_ReturnValue_2) == 0x0000F0, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, K2Node_Select_Default_3) == 0x000120, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_UpdateMaskByPDS, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000150, "Member 'BP_SpiritMask_C_UpdateMaskByPDS::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask \ +static_assert(alignof(BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask) == 0x000008, "Wrong alignment on BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask"); \ +static_assert(sizeof(BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask) == 0x000020, "Wrong size on BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask"); \ +static_assert(offsetof(BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask, EntryPoint) == 0x000000, "Member 'BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000010, "Member 'BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000018, "Member 'BP_SpiritMask_C_ExecuteUbergraph_BP_SpiritMask::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpiritMask_C \ +static_assert(alignof(ABP_SpiritMask_C) == 0x000008, "Wrong alignment on ABP_SpiritMask_C"); \ +static_assert(sizeof(ABP_SpiritMask_C) == 0x000258, "Wrong size on ABP_SpiritMask_C"); \ +static_assert(offsetof(ABP_SpiritMask_C, UberGraphFrame) == 0x000228, "Member 'ABP_SpiritMask_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, MaskMesh) == 0x000230, "Member 'ABP_SpiritMask_C::MaskMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_SpiritMask_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, MaskGlow_Fresnel_420CC36947CED675B31D19AB1AFDA720) == 0x000240, "Member 'ABP_SpiritMask_C::MaskGlow_Fresnel_420CC36947CED675B31D19AB1AFDA720' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, MaskGlow_Dissolve_420CC36947CED675B31D19AB1AFDA720) == 0x000244, "Member 'ABP_SpiritMask_C::MaskGlow_Dissolve_420CC36947CED675B31D19AB1AFDA720' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, MaskGlow_Glow_420CC36947CED675B31D19AB1AFDA720) == 0x000248, "Member 'ABP_SpiritMask_C::MaskGlow_Glow_420CC36947CED675B31D19AB1AFDA720' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, MaskGlow__Direction_420CC36947CED675B31D19AB1AFDA720) == 0x00024C, "Member 'ABP_SpiritMask_C::MaskGlow__Direction_420CC36947CED675B31D19AB1AFDA720' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritMask_C, MaskGlow) == 0x000250, "Member 'ABP_SpiritMask_C::MaskGlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopupTutorialComponent_C_TagChanged \ +static_assert(alignof(BP_PopupTutorialComponent_C_TagChanged) == 0x000004, "Wrong alignment on BP_PopupTutorialComponent_C_TagChanged"); \ +static_assert(sizeof(BP_PopupTutorialComponent_C_TagChanged) == 0x000014, "Wrong size on BP_PopupTutorialComponent_C_TagChanged"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_TagChanged, ItemTag) == 0x000000, "Member 'BP_PopupTutorialComponent_C_TagChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_TagChanged, CurrentCount) == 0x000008, "Member 'BP_PopupTutorialComponent_C_TagChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_TagChanged, PreviousCount) == 0x00000C, "Member 'BP_PopupTutorialComponent_C_TagChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_TagChanged, MaxCount) == 0x000010, "Member 'BP_PopupTutorialComponent_C_TagChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopupTutorialComponent_C_ValueChanged \ +static_assert(alignof(BP_PopupTutorialComponent_C_ValueChanged) == 0x000004, "Wrong alignment on BP_PopupTutorialComponent_C_ValueChanged"); \ +static_assert(sizeof(BP_PopupTutorialComponent_C_ValueChanged) == 0x00000C, "Wrong size on BP_PopupTutorialComponent_C_ValueChanged"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ValueChanged, Key) == 0x000000, "Member 'BP_PopupTutorialComponent_C_ValueChanged::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ValueChanged, NewValue) == 0x000008, "Member 'BP_PopupTutorialComponent_C_ValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopupTutorialComponent_C_HandleInstanced \ +static_assert(alignof(BP_PopupTutorialComponent_C_HandleInstanced) == 0x000008, "Wrong alignment on BP_PopupTutorialComponent_C_HandleInstanced"); \ +static_assert(sizeof(BP_PopupTutorialComponent_C_HandleInstanced) == 0x000010, "Wrong size on BP_PopupTutorialComponent_C_HandleInstanced"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_HandleInstanced, Widget) == 0x000000, "Member 'BP_PopupTutorialComponent_C_HandleInstanced::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_HandleInstanced, Args) == 0x000008, "Member 'BP_PopupTutorialComponent_C_HandleInstanced::Args' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopupTutorialComponent_C_TryQueueUI \ +static_assert(alignof(BP_PopupTutorialComponent_C_TryQueueUI) == 0x000008, "Wrong alignment on BP_PopupTutorialComponent_C_TryQueueUI"); \ +static_assert(sizeof(BP_PopupTutorialComponent_C_TryQueueUI) == 0x000008, "Wrong size on BP_PopupTutorialComponent_C_TryQueueUI"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_TryQueueUI, Container) == 0x000000, "Member 'BP_PopupTutorialComponent_C_TryQueueUI::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent \ +static_assert(alignof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent) == 0x000008, "Wrong alignment on BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent"); \ +static_assert(sizeof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent) == 0x000138, "Wrong size on BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, EntryPoint) == 0x000000, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000020, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000028, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_int_Loop_Counter_Variable_2) == 0x00002C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Add_IntInt_ReturnValue_2) == 0x000030, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000040, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_ItemTag) == 0x00004C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_CurrentCount) == 0x000054, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_PreviousCount) == 0x000058, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_MaxCount) == 0x00005C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_MaxCount' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000060, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_Key) == 0x00006C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_NewValue) == 0x000074, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000090, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_GetPlayerController_ReturnValue_1) == 0x000098, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_GetSpectatorPawn_ReturnValue) == 0x0000A0, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_GetSpectatorPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_Widget) == 0x0000A8, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_Args) == 0x0000B0, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_DynamicCast_AsShadow_Box_Inventory_Container) == 0x0000C0, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_DynamicCast_AsShadow_Box_Inventory_Container' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_DynamicCast_AsWBP_Modal_Tutorial_Window) == 0x0000D0, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_DynamicCast_AsWBP_Modal_Tutorial_Window' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CustomEvent_Container) == 0x0000E0, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CustomEvent_Container' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E8, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000F8, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Array_Get_Item) == 0x000108, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00011C, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00011D, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_BooleanAND_ReturnValue) == 0x00011E, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_WatchValue_ReturnValue) == 0x00011F, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_WatchValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Array_Length_ReturnValue_1) == 0x000120, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Less_IntInt_ReturnValue_1) == 0x000124, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Array_Length_ReturnValue_2) == 0x000130, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_Less_IntInt_ReturnValue_2) == 0x000134, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_BooleanAND_ReturnValue_1) == 0x000135, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000136, "Member 'BP_PopupTutorialComponent_C_ExecuteUbergraph_BP_PopupTutorialComponent::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PopupTutorialComponent_C \ +static_assert(alignof(UBP_PopupTutorialComponent_C) == 0x000008, "Wrong alignment on UBP_PopupTutorialComponent_C"); \ +static_assert(sizeof(UBP_PopupTutorialComponent_C) == 0x0000D0, "Wrong size on UBP_PopupTutorialComponent_C"); \ +static_assert(offsetof(UBP_PopupTutorialComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_PopupTutorialComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PopupTutorialComponent_C, InventoryContainerQueue) == 0x0000B8, "Member 'UBP_PopupTutorialComponent_C::InventoryContainerQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_PopupTutorialComponent_C, DataConfigNew) == 0x0000C8, "Member 'UBP_PopupTutorialComponent_C::DataConfigNew' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RichTextImageDecorator_C \ +static_assert(alignof(UBP_RichTextImageDecorator_C) == 0x000008, "Wrong alignment on UBP_RichTextImageDecorator_C"); \ +static_assert(sizeof(UBP_RichTextImageDecorator_C) == 0x000030, "Wrong size on UBP_RichTextImageDecorator_C"); \ + +#define DUMPER7_ASSERTS_BP_AirRotActionState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirRotActionState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirRotActionState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirRotActionState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirRotActionState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirRotActionState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirRotActionState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirRotActionState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirRotActionState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirRotActionState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AirRotActionState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirRotActionState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AirRotActionState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState \ +static_assert(alignof(BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState) == 0x000004, "Wrong alignment on BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState"); \ +static_assert(sizeof(BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState) == 0x000004, "Wrong size on BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState"); \ +static_assert(offsetof(BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState, EntryPoint) == 0x000000, "Member 'BP_AirRotActionState_C_ExecuteUbergraph_BP_AirRotActionState::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirRotActionState_C \ +static_assert(alignof(UBP_AirRotActionState_C) == 0x000008, "Wrong alignment on UBP_AirRotActionState_C"); \ +static_assert(sizeof(UBP_AirRotActionState_C) == 0x000170, "Wrong size on UBP_AirRotActionState_C"); \ +static_assert(offsetof(UBP_AirRotActionState_C, UberGraphFrame_BP_AirRotActionState_C) == 0x000168, "Member 'UBP_AirRotActionState_C::UberGraphFrame_BP_AirRotActionState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RichTextInputActionDecorator_C \ +static_assert(alignof(UBP_RichTextInputActionDecorator_C) == 0x000008, "Wrong alignment on UBP_RichTextInputActionDecorator_C"); \ +static_assert(sizeof(UBP_RichTextInputActionDecorator_C) == 0x000028, "Wrong size on UBP_RichTextInputActionDecorator_C"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_WantsBlackBorders \ +static_assert(alignof(WBP_Journal_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_Journal_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_Journal_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_Journal_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_Journal_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_ShouldBePaused \ +static_assert(alignof(WBP_Journal_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_Journal_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_Journal_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_Journal_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_Journal_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_Get_Tab_Icon_Visibility \ +static_assert(alignof(WBP_Journal_C_Get_Tab_Icon_Visibility) == 0x000001, "Wrong alignment on WBP_Journal_C_Get_Tab_Icon_Visibility"); \ +static_assert(sizeof(WBP_Journal_C_Get_Tab_Icon_Visibility) == 0x000006, "Wrong size on WBP_Journal_C_Get_Tab_Icon_Visibility"); \ +static_assert(offsetof(WBP_Journal_C_Get_Tab_Icon_Visibility, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_Get_Tab_Icon_Visibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Get_Tab_Icon_Visibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_Journal_C_Get_Tab_Icon_Visibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Get_Tab_Icon_Visibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_Journal_C_Get_Tab_Icon_Visibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Get_Tab_Icon_Visibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Journal_C_Get_Tab_Icon_Visibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Get_Tab_Icon_Visibility, CallFunc_GetIsUsingGamepad_ReturnValue) == 0x000004, "Member 'WBP_Journal_C_Get_Tab_Icon_Visibility::CallFunc_GetIsUsingGamepad_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Get_Tab_Icon_Visibility, K2Node_Select_Default) == 0x000005, "Member 'WBP_Journal_C_Get_Tab_Icon_Visibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GetCurrencyCountTextBinding \ +static_assert(alignof(WBP_Journal_C_GetCurrencyCountTextBinding) == 0x000008, "Wrong alignment on WBP_Journal_C_GetCurrencyCountTextBinding"); \ +static_assert(sizeof(WBP_Journal_C_GetCurrencyCountTextBinding) == 0x000030, "Wrong size on WBP_Journal_C_GetCurrencyCountTextBinding"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountTextBinding, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_GetCurrencyCountTextBinding::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountTextBinding, CallFunc_GetCurrencyCountText_CurrencyCountText) == 0x000018, "Member 'WBP_Journal_C_GetCurrencyCountTextBinding::CallFunc_GetCurrencyCountText_CurrencyCountText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GetRotCountTextBinding \ +static_assert(alignof(WBP_Journal_C_GetRotCountTextBinding) == 0x000008, "Wrong alignment on WBP_Journal_C_GetRotCountTextBinding"); \ +static_assert(sizeof(WBP_Journal_C_GetRotCountTextBinding) == 0x000030, "Wrong size on WBP_Journal_C_GetRotCountTextBinding"); \ +static_assert(offsetof(WBP_Journal_C_GetRotCountTextBinding, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_GetRotCountTextBinding::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetRotCountTextBinding, CallFunc_GetRotCountText_RotCountText) == 0x000018, "Member 'WBP_Journal_C_GetRotCountTextBinding::CallFunc_GetRotCountText_RotCountText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GetSpiritPointsCountTextBinding \ +static_assert(alignof(WBP_Journal_C_GetSpiritPointsCountTextBinding) == 0x000008, "Wrong alignment on WBP_Journal_C_GetSpiritPointsCountTextBinding"); \ +static_assert(sizeof(WBP_Journal_C_GetSpiritPointsCountTextBinding) == 0x000030, "Wrong size on WBP_Journal_C_GetSpiritPointsCountTextBinding"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountTextBinding, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_GetSpiritPointsCountTextBinding::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountTextBinding, CallFunc_GetSpiritPointsCountText_SpiritPointsCount) == 0x000018, "Member 'WBP_Journal_C_GetSpiritPointsCountTextBinding::CallFunc_GetSpiritPointsCountText_SpiritPointsCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GetCurrencyCountText \ +static_assert(alignof(WBP_Journal_C_GetCurrencyCountText) == 0x000008, "Wrong alignment on WBP_Journal_C_GetCurrencyCountText"); \ +static_assert(sizeof(WBP_Journal_C_GetCurrencyCountText) == 0x000050, "Wrong size on WBP_Journal_C_GetCurrencyCountText"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, CurrencyCountText) == 0x000000, "Member 'WBP_Journal_C_GetCurrencyCountText::CurrencyCountText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'WBP_Journal_C_GetCurrencyCountText::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000020, "Member 'WBP_Journal_C_GetCurrencyCountText::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Journal_C_GetCurrencyCountText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, CallFunc_GetItemCount_OutCount) == 0x00002C, "Member 'WBP_Journal_C_GetCurrencyCountText::CallFunc_GetItemCount_OutCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, CallFunc_GetItemCount_OutMaxCount) == 0x000030, "Member 'WBP_Journal_C_GetCurrencyCountText::CallFunc_GetItemCount_OutMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetCurrencyCountText, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_Journal_C_GetCurrencyCountText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GetRotCountText \ +static_assert(alignof(WBP_Journal_C_GetRotCountText) == 0x000008, "Wrong alignment on WBP_Journal_C_GetRotCountText"); \ +static_assert(sizeof(WBP_Journal_C_GetRotCountText) == 0x000038, "Wrong size on WBP_Journal_C_GetRotCountText"); \ +static_assert(offsetof(WBP_Journal_C_GetRotCountText, RotCountText) == 0x000000, "Member 'WBP_Journal_C_GetRotCountText::RotCountText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetRotCountText, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000018, "Member 'WBP_Journal_C_GetRotCountText::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetRotCountText, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_Journal_C_GetRotCountText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GetSpiritPointsCountText \ +static_assert(alignof(WBP_Journal_C_GetSpiritPointsCountText) == 0x000008, "Wrong alignment on WBP_Journal_C_GetSpiritPointsCountText"); \ +static_assert(sizeof(WBP_Journal_C_GetSpiritPointsCountText) == 0x000060, "Wrong size on WBP_Journal_C_GetSpiritPointsCountText"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, SpiritPointsCount_0) == 0x000000, "Member 'WBP_Journal_C_GetSpiritPointsCountText::SpiritPointsCount_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'WBP_Journal_C_GetSpiritPointsCountText::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'WBP_Journal_C_GetSpiritPointsCountText::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Journal_C_GetSpiritPointsCountText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, CallFunc_GetResources_ReturnValue) == 0x000030, "Member 'WBP_Journal_C_GetSpiritPointsCountText::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, CallFunc_TryGetResource_ResourceCount) == 0x000038, "Member 'WBP_Journal_C_GetSpiritPointsCountText::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, CallFunc_TryGetResource_ReturnValue) == 0x00003C, "Member 'WBP_Journal_C_GetSpiritPointsCountText::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, CallFunc_FTrunc64_ReturnValue) == 0x000040, "Member 'WBP_Journal_C_GetSpiritPointsCountText::CallFunc_FTrunc64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GetSpiritPointsCountText, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000048, "Member 'WBP_Journal_C_GetSpiritPointsCountText::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_SetMenuToggleOnSubWidgets \ +static_assert(alignof(WBP_Journal_C_SetMenuToggleOnSubWidgets) == 0x000008, "Wrong alignment on WBP_Journal_C_SetMenuToggleOnSubWidgets"); \ +static_assert(sizeof(WBP_Journal_C_SetMenuToggleOnSubWidgets) == 0x000068, "Wrong size on WBP_Journal_C_SetMenuToggleOnSubWidgets"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, K2Node_DynamicCast_AsWBP_World_Map_Updated) == 0x000038, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::K2Node_DynamicCast_AsWBP_World_Map_Updated' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, K2Node_DynamicCast_AsWBP_Spirit_Masks) == 0x000048, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::K2Node_DynamicCast_AsWBP_Spirit_Masks' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, K2Node_DynamicCast_AsWBP_Kena_Upgrades) == 0x000058, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::K2Node_DynamicCast_AsWBP_Kena_Upgrades' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetMenuToggleOnSubWidgets, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'WBP_Journal_C_SetMenuToggleOnSubWidgets::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_UpdateTitleButtons \ +static_assert(alignof(WBP_Journal_C_UpdateTitleButtons) == 0x000008, "Wrong alignment on WBP_Journal_C_UpdateTitleButtons"); \ +static_assert(sizeof(WBP_Journal_C_UpdateTitleButtons) == 0x000060, "Wrong size on WBP_Journal_C_UpdateTitleButtons"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_byte_Variable) == 0x000000, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_byte_Variable_1) == 0x000014, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_IsPageUnlocked_ReturnValue) == 0x000015, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_IsPageUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000016, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_bool_Variable) == 0x000034, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, K2Node_Select_Default) == 0x000040, "Member 'WBP_Journal_C_UpdateTitleButtons::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'WBP_Journal_C_UpdateTitleButtons::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Less_IntInt_ReturnValue_1) == 0x000055, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_UpdateTitleButtons, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_Journal_C_UpdateTitleButtons::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GoToNextPage \ +static_assert(alignof(WBP_Journal_C_GoToNextPage) == 0x000004, "Wrong alignment on WBP_Journal_C_GoToNextPage"); \ +static_assert(sizeof(WBP_Journal_C_GoToNextPage) == 0x00002C, "Wrong size on WBP_Journal_C_GoToNextPage"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, Success) == 0x000000, "Member 'WBP_Journal_C_GoToNextPage::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, Temp_bool_Variable) == 0x000001, "Member 'WBP_Journal_C_GoToNextPage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, Temp_int_Variable) == 0x000004, "Member 'WBP_Journal_C_GoToNextPage::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_Clamp_ReturnValue) == 0x000024, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToNextPage, CallFunc_IsPageUnlocked_ReturnValue) == 0x000028, "Member 'WBP_Journal_C_GoToNextPage::CallFunc_IsPageUnlocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GoToPrevPage \ +static_assert(alignof(WBP_Journal_C_GoToPrevPage) == 0x000004, "Wrong alignment on WBP_Journal_C_GoToPrevPage"); \ +static_assert(sizeof(WBP_Journal_C_GoToPrevPage) == 0x000030, "Wrong size on WBP_Journal_C_GoToPrevPage"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, Success) == 0x000000, "Member 'WBP_Journal_C_GoToPrevPage::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, Temp_bool_Variable) == 0x000001, "Member 'WBP_Journal_C_GoToPrevPage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, Temp_int_Variable) == 0x000004, "Member 'WBP_Journal_C_GoToPrevPage::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_Clamp_ReturnValue) == 0x000028, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_GoToPrevPage, CallFunc_IsPageUnlocked_ReturnValue) == 0x00002C, "Member 'WBP_Journal_C_GoToPrevPage::CallFunc_IsPageUnlocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_OnFocusReceived \ +static_assert(alignof(WBP_Journal_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_Journal_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_Journal_C_OnFocusReceived) == 0x0001C0, "Wrong size on WBP_Journal_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_Journal_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_Journal_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_Journal_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_Journal_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x0000F8, "Member 'WBP_Journal_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnFocusReceived, CallFunc_GetActiveWidget_ReturnValue) == 0x000100, "Member 'WBP_Journal_C_OnFocusReceived::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000108, "Member 'WBP_Journal_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_OnKeyDown \ +static_assert(alignof(WBP_Journal_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_Journal_C_OnKeyDown"); \ +static_assert(sizeof(WBP_Journal_C_OnKeyDown) == 0x000228, "Wrong size on WBP_Journal_C_OnKeyDown"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_Journal_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_Journal_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_Journal_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_PostEventAtLocation_ReturnValue) == 0x000128, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000130, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000160, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000161, "Member 'WBP_Journal_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_GoToNextPage_Success) == 0x000220, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_GoToNextPage_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_OnKeyDown, CallFunc_GoToPrevPage_Success) == 0x000221, "Member 'WBP_Journal_C_OnKeyDown::CallFunc_GoToPrevPage_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_SetActivePage \ +static_assert(alignof(WBP_Journal_C_SetActivePage) == 0x000008, "Wrong alignment on WBP_Journal_C_SetActivePage"); \ +static_assert(sizeof(WBP_Journal_C_SetActivePage) == 0x000018, "Wrong size on WBP_Journal_C_SetActivePage"); \ +static_assert(offsetof(WBP_Journal_C_SetActivePage, PageIndex) == 0x000000, "Member 'WBP_Journal_C_SetActivePage::PageIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetActivePage, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_SetActivePage::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_SetActivePage, CallFunc_GetActiveWidget_ReturnValue) == 0x000010, "Member 'WBP_Journal_C_SetActivePage::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_GoToPage \ +static_assert(alignof(WBP_Journal_C_GoToPage) == 0x000001, "Wrong alignment on WBP_Journal_C_GoToPage"); \ +static_assert(sizeof(WBP_Journal_C_GoToPage) == 0x000001, "Wrong size on WBP_Journal_C_GoToPage"); \ +static_assert(offsetof(WBP_Journal_C_GoToPage, Page) == 0x000000, "Member 'WBP_Journal_C_GoToPage::Page' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_PreConstruct \ +static_assert(alignof(WBP_Journal_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Journal_C_PreConstruct"); \ +static_assert(sizeof(WBP_Journal_C_PreConstruct) == 0x000001, "Wrong size on WBP_Journal_C_PreConstruct"); \ +static_assert(offsetof(WBP_Journal_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Journal_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_ExecuteUbergraph_WBP_Journal \ +static_assert(alignof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal) == 0x000008, "Wrong alignment on WBP_Journal_C_ExecuteUbergraph_WBP_Journal"); \ +static_assert(sizeof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal) == 0x0000A0, "Wrong size on WBP_Journal_C_ExecuteUbergraph_WBP_Journal"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, EntryPoint) == 0x000000, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_ReturnToGame_ReturnValue) == 0x000010, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_ReturnToGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_PostEventAtLocation_ReturnValue) == 0x000014, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, K2Node_Event_Page) == 0x000018, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::K2Node_Event_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_GetSpiritPointsCountText_SpiritPointsCount) == 0x000020, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_GetSpiritPointsCountText_SpiritPointsCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_GetRotCountText_RotCountText) == 0x000038, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_GetRotCountText_RotCountText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_GetCurrencyCountText_CurrencyCountText) == 0x000050, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_GetCurrencyCountText_CurrencyCountText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000068, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, K2Node_Event_IsDesignTime) == 0x00006C, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, K2Node_MakeArray_Array_1) == 0x000080, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_ExecuteUbergraph_WBP_Journal, K2Node_MakeArray_Array_2) == 0x000090, "Member 'WBP_Journal_C_ExecuteUbergraph_WBP_Journal::K2Node_MakeArray_Array_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_Does_Player_Have_Charms \ +static_assert(alignof(WBP_Journal_C_Does_Player_Have_Charms) == 0x000008, "Wrong alignment on WBP_Journal_C_Does_Player_Have_Charms"); \ +static_assert(sizeof(WBP_Journal_C_Does_Player_Have_Charms) == 0x000018, "Wrong size on WBP_Journal_C_Does_Player_Have_Charms"); \ +static_assert(offsetof(WBP_Journal_C_Does_Player_Have_Charms, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_Does_Player_Have_Charms::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Does_Player_Have_Charms, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_Does_Player_Have_Charms::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Does_Player_Have_Charms, CallFunc_GetValue_OutValue) == 0x000010, "Member 'WBP_Journal_C_Does_Player_Have_Charms::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Does_Player_Have_Charms, CallFunc_GetValue_ReturnValue) == 0x000014, "Member 'WBP_Journal_C_Does_Player_Have_Charms::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_Does_Player_Have_Charms, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000015, "Member 'WBP_Journal_C_Does_Player_Have_Charms::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_IsPageUnlocked \ +static_assert(alignof(WBP_Journal_C_IsPageUnlocked) == 0x000008, "Wrong alignment on WBP_Journal_C_IsPageUnlocked"); \ +static_assert(sizeof(WBP_Journal_C_IsPageUnlocked) == 0x000018, "Wrong size on WBP_Journal_C_IsPageUnlocked"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, Index_0) == 0x000000, "Member 'WBP_Journal_C_IsPageUnlocked::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, ReturnValue) == 0x000004, "Member 'WBP_Journal_C_IsPageUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, K2Node_SwitchInteger_CmpSuccess) == 0x000005, "Member 'WBP_Journal_C_IsPageUnlocked::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, CallFunc_Does_Player_Have_Charms_ReturnValue) == 0x000006, "Member 'WBP_Journal_C_IsPageUnlocked::CallFunc_Does_Player_Have_Charms_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_IsPageUnlocked::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, CallFunc_DoesPlayerHaveTaroMask_ReturnValue) == 0x000010, "Member 'WBP_Journal_C_IsPageUnlocked::CallFunc_DoesPlayerHaveTaroMask_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, CallFunc_IsInCombat_ReturnValue) == 0x000011, "Member 'WBP_Journal_C_IsPageUnlocked::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_Journal_C_IsPageUnlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_IsPageUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'WBP_Journal_C_IsPageUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_C_DoesPlayerHaveTaroMask \ +static_assert(alignof(WBP_Journal_C_DoesPlayerHaveTaroMask) == 0x000008, "Wrong alignment on WBP_Journal_C_DoesPlayerHaveTaroMask"); \ +static_assert(sizeof(WBP_Journal_C_DoesPlayerHaveTaroMask) == 0x000018, "Wrong size on WBP_Journal_C_DoesPlayerHaveTaroMask"); \ +static_assert(offsetof(WBP_Journal_C_DoesPlayerHaveTaroMask, ReturnValue) == 0x000000, "Member 'WBP_Journal_C_DoesPlayerHaveTaroMask::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_DoesPlayerHaveTaroMask, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000008, "Member 'WBP_Journal_C_DoesPlayerHaveTaroMask::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_DoesPlayerHaveTaroMask, CallFunc_GetValue_OutValue) == 0x000010, "Member 'WBP_Journal_C_DoesPlayerHaveTaroMask::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_DoesPlayerHaveTaroMask, CallFunc_GetValue_ReturnValue) == 0x000014, "Member 'WBP_Journal_C_DoesPlayerHaveTaroMask::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_C_DoesPlayerHaveTaroMask, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000015, "Member 'WBP_Journal_C_DoesPlayerHaveTaroMask::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Journal_C \ +static_assert(alignof(UWBP_Journal_C) == 0x000008, "Wrong alignment on UWBP_Journal_C"); \ +static_assert(sizeof(UWBP_Journal_C) == 0x000370, "Wrong size on UWBP_Journal_C"); \ +static_assert(offsetof(UWBP_Journal_C, UberGraphFrame) == 0x000268, "Member 'UWBP_Journal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, CharmsBtn) == 0x000270, "Member 'UWBP_Journal_C::CharmsBtn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, CharmsBtnBorder) == 0x000278, "Member 'UWBP_Journal_C::CharmsBtnBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, Currency) == 0x000280, "Member 'UWBP_Journal_C::Currency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, CurrencyCount) == 0x000288, "Member 'UWBP_Journal_C::CurrencyCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, MapBtn) == 0x000290, "Member 'UWBP_Journal_C::MapBtn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, MapBtnBorder) == 0x000298, "Member 'UWBP_Journal_C::MapBtnBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, PadlockIcon_Charms) == 0x0002A0, "Member 'UWBP_Journal_C::PadlockIcon_Charms' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, PadlockIcon_Spirits) == 0x0002A8, "Member 'UWBP_Journal_C::PadlockIcon_Spirits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, PadlockIcon_Upgrades) == 0x0002B0, "Member 'UWBP_Journal_C::PadlockIcon_Upgrades' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, Rot) == 0x0002B8, "Member 'UWBP_Journal_C::Rot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, RotCount) == 0x0002C0, "Member 'UWBP_Journal_C::RotCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, SpiritPoints) == 0x0002C8, "Member 'UWBP_Journal_C::SpiritPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, SpiritPointsCount) == 0x0002D0, "Member 'UWBP_Journal_C::SpiritPointsCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, SpiritsBtn) == 0x0002D8, "Member 'UWBP_Journal_C::SpiritsBtn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, SpiritsBtnBorder) == 0x0002E0, "Member 'UWBP_Journal_C::SpiritsBtnBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, TabIcon_NextPage) == 0x0002E8, "Member 'UWBP_Journal_C::TabIcon_NextPage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, TabIcon_PrevPage) == 0x0002F0, "Member 'UWBP_Journal_C::TabIcon_PrevPage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, UpgradesBtn) == 0x0002F8, "Member 'UWBP_Journal_C::UpgradesBtn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, UpgradesBtnBorder) == 0x000300, "Member 'UWBP_Journal_C::UpgradesBtnBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, WBP_Charms) == 0x000308, "Member 'UWBP_Journal_C::WBP_Charms' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, WBP_KenaUpgrades) == 0x000310, "Member 'UWBP_Journal_C::WBP_KenaUpgrades' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, WBP_SpiritMasks) == 0x000318, "Member 'UWBP_Journal_C::WBP_SpiritMasks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, WBP_WorldMapUpdated) == 0x000320, "Member 'UWBP_Journal_C::WBP_WorldMapUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, WidgetIndex) == 0x000328, "Member 'UWBP_Journal_C::WidgetIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, OnReturnedToGame) == 0x000330, "Member 'UWBP_Journal_C::OnReturnedToGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, PageTitleButtons) == 0x000340, "Member 'UWBP_Journal_C::PageTitleButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, PageTitleButtonLocks) == 0x000350, "Member 'UWBP_Journal_C::PageTitleButtonLocks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_C, PageTitleButtonBorders) == 0x000360, "Member 'UWBP_Journal_C::PageTitleButtonBorders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PromptBar_C \ +static_assert(alignof(UWBP_PromptBar_C) == 0x000008, "Wrong alignment on UWBP_PromptBar_C"); \ +static_assert(sizeof(UWBP_PromptBar_C) == 0x000290, "Wrong size on UWBP_PromptBar_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Sunglasses_C \ +static_assert(alignof(ABP_CM_Hat_Sunglasses_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Sunglasses_C"); \ +static_assert(sizeof(ABP_CM_Hat_Sunglasses_C) == 0x000240, "Wrong size on ABP_CM_Hat_Sunglasses_C"); \ +static_assert(offsetof(ABP_CM_Hat_Sunglasses_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Sunglasses_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptBarButton_C_OnMouseButtonDown \ +static_assert(alignof(WBP_PromptBarButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_PromptBarButton_C_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_PromptBarButton_C_OnMouseButtonDown) == 0x000160, "Wrong size on WBP_PromptBarButton_C_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_PromptBarButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_PromptBarButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptBarButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_PromptBarButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptBarButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'WBP_PromptBarButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PromptBarButton_C \ +static_assert(alignof(UWBP_PromptBarButton_C) == 0x000008, "Wrong alignment on UWBP_PromptBarButton_C"); \ +static_assert(sizeof(UWBP_PromptBarButton_C) == 0x000290, "Wrong size on UWBP_PromptBarButton_C"); \ + +#define DUMPER7_ASSERTS_BP_DeflectedState_C_HandleAnimEvent \ +static_assert(alignof(BP_DeflectedState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_DeflectedState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_DeflectedState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_DeflectedState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_DeflectedState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_DeflectedState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_DeflectedState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_DeflectedState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeflectedState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_DeflectedState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeflectedState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_DeflectedState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DeflectedState_C \ +static_assert(alignof(UBP_DeflectedState_C) == 0x000008, "Wrong alignment on UBP_DeflectedState_C"); \ +static_assert(sizeof(UBP_DeflectedState_C) == 0x000120, "Wrong size on UBP_DeflectedState_C"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneManager_C_ReceiveEndPlay \ +static_assert(alignof(BP_DeadzoneManager_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_DeadzoneManager_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_DeadzoneManager_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_DeadzoneManager_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_DeadzoneManager_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_DeadzoneManager_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager \ +static_assert(alignof(BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager) == 0x000004, "Wrong alignment on BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager"); \ +static_assert(sizeof(BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager) == 0x000008, "Wrong size on BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager"); \ +static_assert(offsetof(BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager, EntryPoint) == 0x000000, "Member 'BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_DeadzoneManager_C_ExecuteUbergraph_BP_DeadzoneManager::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneManager_C_CheckSphere \ +static_assert(alignof(BP_DeadzoneManager_C_CheckSphere) == 0x000004, "Wrong alignment on BP_DeadzoneManager_C_CheckSphere"); \ +static_assert(sizeof(BP_DeadzoneManager_C_CheckSphere) == 0x000038, "Wrong size on BP_DeadzoneManager_C_CheckSphere"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, A) == 0x000000, "Member 'BP_DeadzoneManager_C_CheckSphere::A' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, B) == 0x00000C, "Member 'BP_DeadzoneManager_C_CheckSphere::B' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, Radius) == 0x000018, "Member 'BP_DeadzoneManager_C_CheckSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, ReturnValue) == 0x00001C, "Member 'BP_DeadzoneManager_C_CheckSphere::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000020, "Member 'BP_DeadzoneManager_C_CheckSphere::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, CallFunc_Square_ReturnValue) == 0x00002C, "Member 'BP_DeadzoneManager_C_CheckSphere::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, CallFunc_VSizeSquared_ReturnValue) == 0x000030, "Member 'BP_DeadzoneManager_C_CheckSphere::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_CheckSphere, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_DeadzoneManager_C_CheckSphere::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadzoneManager_C_IsInsideRotPulses \ +static_assert(alignof(BP_DeadzoneManager_C_IsInsideRotPulses) == 0x000008, "Wrong alignment on BP_DeadzoneManager_C_IsInsideRotPulses"); \ +static_assert(sizeof(BP_DeadzoneManager_C_IsInsideRotPulses) == 0x000058, "Wrong size on BP_DeadzoneManager_C_IsInsideRotPulses"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, InputPin) == 0x000000, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, ReturnValue) == 0x00000C, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, Inside) == 0x00000D, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::Inside' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, Temp_bool_True_if_break_was_hit_Variable) == 0x00000E, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000050, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadzoneManager_C_IsInsideRotPulses, CallFunc_CheckSphere_ReturnValue) == 0x000054, "Member 'BP_DeadzoneManager_C_IsInsideRotPulses::CallFunc_CheckSphere_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeadzoneManager_C \ +static_assert(alignof(ABP_DeadzoneManager_C) == 0x000008, "Wrong alignment on ABP_DeadzoneManager_C"); \ +static_assert(sizeof(ABP_DeadzoneManager_C) == 0x0002F0, "Wrong size on ABP_DeadzoneManager_C"); \ +static_assert(offsetof(ABP_DeadzoneManager_C, UberGraphFrame) == 0x0002E0, "Member 'ABP_DeadzoneManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadzoneManager_C, DefaultSceneRoot) == 0x0002E8, "Member 'ABP_DeadzoneManager_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSlam_C_UserConstructionScript \ +static_assert(alignof(BP_Explosion_RotSlam_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Explosion_RotSlam_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Explosion_RotSlam_C_UserConstructionScript) == 0x000050, "Wrong size on BP_Explosion_RotSlam_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_object_Variable) == 0x000008, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_object_Variable_1) == 0x000010, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_object_Variable_2) == 0x000018, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_object_Variable_3) == 0x000020, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_object_Variable_4) == 0x000028, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, Temp_object_Variable_5) == 0x000030, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000038, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_UserConstructionScript, K2Node_Select_Default) == 0x000048, "Member 'BP_Explosion_RotSlam_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'BP_Explosion_RotSlam_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam \ +static_assert(alignof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam) == 0x000008, "Wrong alignment on BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam"); \ +static_assert(sizeof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam) == 0x000190, "Wrong size on BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, EntryPoint) == 0x000000, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_GetTimeSeconds_ReturnValue) == 0x000018, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000028, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, K2Node_MakeStruct_WindEffect) == 0x000030, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_Add_VectorVector_ReturnValue) == 0x00005C, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, K2Node_ComponentBoundEvent_DamageResult) == 0x000068, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, K2Node_ComponentBoundEvent_DamageEvent) == 0x000070, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, K2Node_ComponentBoundEvent_OtherActor) == 0x000180, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000188, "Member 'BP_Explosion_RotSlam_C_ExecuteUbergraph_BP_Explosion_RotSlam::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_RotSlam_C \ +static_assert(alignof(ABP_Explosion_RotSlam_C) == 0x000008, "Wrong alignment on ABP_Explosion_RotSlam_C"); \ +static_assert(sizeof(ABP_Explosion_RotSlam_C) == 0x000410, "Wrong size on ABP_Explosion_RotSlam_C"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, UberGraphFrame_BP_Explosion_RotSlam_C) == 0x0003E0, "Member 'ABP_Explosion_RotSlam_C::UberGraphFrame_BP_Explosion_RotSlam_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, Decal) == 0x0003E8, "Member 'ABP_Explosion_RotSlam_C::Decal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, ExplodeTimeline_SphereOpacity_1AF46ED64D3F6A12B420DA84F7543C7C) == 0x0003F0, "Member 'ABP_Explosion_RotSlam_C::ExplodeTimeline_SphereOpacity_1AF46ED64D3F6A12B420DA84F7543C7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, ExplodeTimeline_Opacity_1AF46ED64D3F6A12B420DA84F7543C7C) == 0x0003F4, "Member 'ABP_Explosion_RotSlam_C::ExplodeTimeline_Opacity_1AF46ED64D3F6A12B420DA84F7543C7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, ExplodeTimeline__Direction_1AF46ED64D3F6A12B420DA84F7543C7C) == 0x0003F8, "Member 'ABP_Explosion_RotSlam_C::ExplodeTimeline__Direction_1AF46ED64D3F6A12B420DA84F7543C7C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, ExplodeTimeline) == 0x000400, "Member 'ABP_Explosion_RotSlam_C::ExplodeTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSlam_C, Decal_MAT) == 0x000408, "Member 'ABP_Explosion_RotSlam_C::Decal_MAT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Charms_C_PreConstruct \ +static_assert(alignof(WBP_Charms_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Charms_C_PreConstruct"); \ +static_assert(sizeof(WBP_Charms_C_PreConstruct) == 0x000001, "Wrong size on WBP_Charms_C_PreConstruct"); \ +static_assert(offsetof(WBP_Charms_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Charms_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Charms_C_ExecuteUbergraph_WBP_Charms \ +static_assert(alignof(WBP_Charms_C_ExecuteUbergraph_WBP_Charms) == 0x000008, "Wrong alignment on WBP_Charms_C_ExecuteUbergraph_WBP_Charms"); \ +static_assert(sizeof(WBP_Charms_C_ExecuteUbergraph_WBP_Charms) == 0x000018, "Wrong size on WBP_Charms_C_ExecuteUbergraph_WBP_Charms"); \ +static_assert(offsetof(WBP_Charms_C_ExecuteUbergraph_WBP_Charms, EntryPoint) == 0x000000, "Member 'WBP_Charms_C_ExecuteUbergraph_WBP_Charms::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Charms_C_ExecuteUbergraph_WBP_Charms, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_Charms_C_ExecuteUbergraph_WBP_Charms::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Charms_C_ExecuteUbergraph_WBP_Charms, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_Charms_C_ExecuteUbergraph_WBP_Charms::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Charms_C \ +static_assert(alignof(UWBP_Charms_C) == 0x000008, "Wrong alignment on UWBP_Charms_C"); \ +static_assert(sizeof(UWBP_Charms_C) == 0x000410, "Wrong size on UWBP_Charms_C"); \ +static_assert(offsetof(UWBP_Charms_C, UberGraphFrame) == 0x0003D8, "Member 'UWBP_Charms_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Charms_C, EquippedBg) == 0x0003E0, "Member 'UWBP_Charms_C::EquippedBg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Charms_C, EquippedTxt) == 0x0003E8, "Member 'UWBP_Charms_C::EquippedTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Charms_C, BinkMediaPlayer) == 0x0003F0, "Member 'UWBP_Charms_C::BinkMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Charms_C, MenuToggle) == 0x0003F8, "Member 'UWBP_Charms_C::MenuToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Charms_C, SelectedIcon) == 0x000400, "Member 'UWBP_Charms_C::SelectedIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Charms_C, SFX_Dpad_Navigate) == 0x000408, "Member 'UWBP_Charms_C::SFX_Dpad_Navigate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResolution_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsDynamicResolution_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResolution_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsDynamicResolution_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsDynamicResolution_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResolution_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsDynamicResolution_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution \ +static_assert(alignof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution) == 0x000008, "Wrong alignment on BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution"); \ +static_assert(sizeof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution) == 0x000020, "Wrong size on BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution, EntryPoint) == 0x000000, "Member 'BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution, CallFunc_Conv_IntToBool_ReturnValue) == 0x000014, "Member 'BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsDynamicResolution_C_ExecuteUbergraph_BP_OptionsDynamicResolution::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResolution_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsDynamicResolution_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsDynamicResolution_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsDynamicResolution_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsDynamicResolution_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, CallFunc_IsDLSSSupported_ReturnValue) == 0x000009, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, CallFunc_GetDLSSMode_ReturnValue) == 0x00000A, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::CallFunc_GetDLSSMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_IsOptionAvailable, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'BP_OptionsDynamicResolution_C_IsOptionAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResolution_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsDynamicResolution_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResolution_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsDynamicResolution_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsDynamicResolution_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResolution_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResolution_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDynamicResolution_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetAppliedIntValue, CallFunc_GetDynamicResEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsDynamicResolution_C_GetAppliedIntValue::CallFunc_GetDynamicResEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsDynamicResolution_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResolution_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsDynamicResolution_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResolution_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsDynamicResolution_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsDynamicResolution_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResolution_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResolution_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDynamicResolution_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetDefaultIntValue, CallFunc_GetDefaultDynamicResEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsDynamicResolution_C_GetDefaultIntValue::CallFunc_GetDefaultDynamicResEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResolution_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsDynamicResolution_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDynamicResolution_C \ +static_assert(alignof(UBP_OptionsDynamicResolution_C) == 0x000008, "Wrong alignment on UBP_OptionsDynamicResolution_C"); \ +static_assert(sizeof(UBP_OptionsDynamicResolution_C) == 0x000030, "Wrong size on UBP_OptionsDynamicResolution_C"); \ +static_assert(offsetof(UBP_OptionsDynamicResolution_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDynamicResolution_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_ConditionalAppendPrompt \ +static_assert(alignof(WBP_SpiritMasks_C_ConditionalAppendPrompt) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_ConditionalAppendPrompt"); \ +static_assert(sizeof(WBP_SpiritMasks_C_ConditionalAppendPrompt) == 0x000040, "Wrong size on WBP_SpiritMasks_C_ConditionalAppendPrompt"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ConditionalAppendPrompt, Array) == 0x000000, "Member 'WBP_SpiritMasks_C_ConditionalAppendPrompt::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ConditionalAppendPrompt, Entry) == 0x000010, "Member 'WBP_SpiritMasks_C_ConditionalAppendPrompt::Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ConditionalAppendPrompt, RequiredPosition) == 0x000030, "Member 'WBP_SpiritMasks_C_ConditionalAppendPrompt::RequiredPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ConditionalAppendPrompt, CallFunc_Array_Add_ReturnValue) == 0x000034, "Member 'WBP_SpiritMasks_C_ConditionalAppendPrompt::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ConditionalAppendPrompt, CallFunc_CanSlideToPosition_ReturnValue) == 0x000038, "Member 'WBP_SpiritMasks_C_ConditionalAppendPrompt::CallFunc_CanSlideToPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_MakePromptArray \ +static_assert(alignof(WBP_SpiritMasks_C_MakePromptArray) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_MakePromptArray"); \ +static_assert(sizeof(WBP_SpiritMasks_C_MakePromptArray) == 0x0000B8, "Wrong size on WBP_SpiritMasks_C_MakePromptArray"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, Position) == 0x000000, "Member 'WBP_SpiritMasks_C_MakePromptArray::Position' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, Array) == 0x000008, "Member 'WBP_SpiritMasks_C_MakePromptArray::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, Prompts) == 0x000018, "Member 'WBP_SpiritMasks_C_MakePromptArray::Prompts' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_SpiritMasks_C_MakePromptArray::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, K2Node_MakeStruct_PromptBarEntry) == 0x000030, "Member 'WBP_SpiritMasks_C_MakePromptArray::K2Node_MakeStruct_PromptBarEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, K2Node_MakeStruct_PromptBarEntry_1) == 0x000050, "Member 'WBP_SpiritMasks_C_MakePromptArray::K2Node_MakeStruct_PromptBarEntry_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, K2Node_MakeStruct_PromptBarEntry_2) == 0x000070, "Member 'WBP_SpiritMasks_C_MakePromptArray::K2Node_MakeStruct_PromptBarEntry_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, K2Node_MakeStruct_PromptBarEntry_3) == 0x000090, "Member 'WBP_SpiritMasks_C_MakePromptArray::K2Node_MakeStruct_PromptBarEntry_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_MakePromptArray, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'WBP_SpiritMasks_C_MakePromptArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_EnableMaskTextureStreaming \ +static_assert(alignof(WBP_SpiritMasks_C_EnableMaskTextureStreaming) == 0x000001, "Wrong alignment on WBP_SpiritMasks_C_EnableMaskTextureStreaming"); \ +static_assert(sizeof(WBP_SpiritMasks_C_EnableMaskTextureStreaming) == 0x000007, "Wrong size on WBP_SpiritMasks_C_EnableMaskTextureStreaming"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, Enabled) == 0x000000, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, CallFunc_CanSlideToPosition_ReturnValue) == 0x000001, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::CallFunc_CanSlideToPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, CallFunc_CanSlideToPosition_ReturnValue_1) == 0x000002, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::CallFunc_CanSlideToPosition_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, CallFunc_BooleanAND_ReturnValue_1) == 0x000004, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, CallFunc_CanSlideToPosition_ReturnValue_2) == 0x000005, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::CallFunc_CanSlideToPosition_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_EnableMaskTextureStreaming, CallFunc_BooleanAND_ReturnValue_2) == 0x000006, "Member 'WBP_SpiritMasks_C_EnableMaskTextureStreaming::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_UpdateMemoryKeysText \ +static_assert(alignof(WBP_SpiritMasks_C_UpdateMemoryKeysText) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_UpdateMemoryKeysText"); \ +static_assert(sizeof(WBP_SpiritMasks_C_UpdateMemoryKeysText) == 0x0000D0, "Wrong size on WBP_SpiritMasks_C_UpdateMemoryKeysText"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CollectedCount) == 0x000000, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CollectedCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, Temp_byte_Variable) == 0x000004, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000008, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, K2Node_Select_Default) == 0x000010, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CallFunc_GetValue_OutValue) == 0x000018, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CallFunc_GetValue_ReturnValue) == 0x00001C, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CallFunc_GetMaxValue_OutValue) == 0x000020, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CallFunc_GetMaxValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CallFunc_GetMaxValue_ReturnValue) == 0x000024, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, K2Node_MakeArray_Array) == 0x0000A8, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMemoryKeysText, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'WBP_SpiritMasks_C_UpdateMemoryKeysText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_UpdateMaskPanelVisibility \ +static_assert(alignof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_UpdateMaskPanelVisibility"); \ +static_assert(sizeof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility) == 0x000010, "Wrong size on WBP_SpiritMasks_C_UpdateMaskPanelVisibility"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, Panel) == 0x000000, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::Panel' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, Position) == 0x000008, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::Position' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, Temp_bool_Variable) == 0x000009, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, CallFunc_CanSlideToPosition_ReturnValue) == 0x00000A, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::CallFunc_CanSlideToPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, Temp_byte_Variable) == 0x00000B, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, Temp_byte_Variable_1) == 0x00000C, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateMaskPanelVisibility, K2Node_Select_Default) == 0x00000D, "Member 'WBP_SpiritMasks_C_UpdateMaskPanelVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons \ +static_assert(alignof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons"); \ +static_assert(sizeof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons) == 0x000048, "Wrong size on WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, Parent) == 0x000000, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::Parent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, CallFunc_GetAllChildren_ReturnValue) == 0x000008, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, K2Node_DynamicCast_AsWBP_Relic_Icon) == 0x000028, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::K2Node_DynamicCast_AsWBP_Relic_Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_SpiritMasks_C_RegisterAllChildrenRelicIcons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_UpdatePromptText \ +static_assert(alignof(WBP_SpiritMasks_C_UpdatePromptText) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_UpdatePromptText"); \ +static_assert(sizeof(WBP_SpiritMasks_C_UpdatePromptText) == 0x000010, "Wrong size on WBP_SpiritMasks_C_UpdatePromptText"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdatePromptText, CallFunc_MakePromptArray_Array) == 0x000000, "Member 'WBP_SpiritMasks_C_UpdatePromptText::CallFunc_MakePromptArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_UpdateRelicsCollected \ +static_assert(alignof(WBP_SpiritMasks_C_UpdateRelicsCollected) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_UpdateRelicsCollected"); \ +static_assert(sizeof(WBP_SpiritMasks_C_UpdateRelicsCollected) == 0x000028, "Wrong size on WBP_SpiritMasks_C_UpdateRelicsCollected"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, CallFunc_RelicTypeToPDSKey_PDSKey) == 0x00001C, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::CallFunc_RelicTypeToPDSKey_PDSKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_UpdateRelicsCollected, CallFunc_HasPDSUnlocked_ReturnValue) == 0x000024, "Member 'WBP_SpiritMasks_C_UpdateRelicsCollected::CallFunc_HasPDSUnlocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_SetMaskVisible \ +static_assert(alignof(WBP_SpiritMasks_C_SetMaskVisible) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_SetMaskVisible"); \ +static_assert(sizeof(WBP_SpiritMasks_C_SetMaskVisible) == 0x0000B8, "Wrong size on WBP_SpiritMasks_C_SetMaskVisible"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskVisible, Image) == 0x000000, "Member 'WBP_SpiritMasks_C_SetMaskVisible::Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskVisible, Text) == 0x000008, "Member 'WBP_SpiritMasks_C_SetMaskVisible::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskVisible, Border) == 0x000010, "Member 'WBP_SpiritMasks_C_SetMaskVisible::Border' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskVisible, MaskBrush) == 0x000018, "Member 'WBP_SpiritMasks_C_SetMaskVisible::MaskBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskVisible, MaskText) == 0x0000A0, "Member 'WBP_SpiritMasks_C_SetMaskVisible::MaskText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_SetMaskHidden \ +static_assert(alignof(WBP_SpiritMasks_C_SetMaskHidden) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_SetMaskHidden"); \ +static_assert(sizeof(WBP_SpiritMasks_C_SetMaskHidden) == 0x0000A0, "Wrong size on WBP_SpiritMasks_C_SetMaskHidden"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskHidden, Image) == 0x000000, "Member 'WBP_SpiritMasks_C_SetMaskHidden::Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskHidden, Text) == 0x000008, "Member 'WBP_SpiritMasks_C_SetMaskHidden::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskHidden, Border) == 0x000010, "Member 'WBP_SpiritMasks_C_SetMaskHidden::Border' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_SetMaskHidden, K2Node_MakeStruct_SlateBrush) == 0x000018, "Member 'WBP_SpiritMasks_C_SetMaskHidden::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_OnFocusReceived \ +static_assert(alignof(WBP_SpiritMasks_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_SpiritMasks_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_SpiritMasks_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_SpiritMasks_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_SpiritMasks_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_SpiritMasks_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_SpiritMasks_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_CycleMasksRight \ +static_assert(alignof(WBP_SpiritMasks_C_CycleMasksRight) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_CycleMasksRight"); \ +static_assert(sizeof(WBP_SpiritMasks_C_CycleMasksRight) == 0x000028, "Wrong size on WBP_SpiritMasks_C_CycleMasksRight"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, CallFunc_CanSlideToPosition_ReturnValue) == 0x000000, "Member 'WBP_SpiritMasks_C_CycleMasksRight::CallFunc_CanSlideToPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, CallFunc_CanSlideToPosition_ReturnValue_1) == 0x000001, "Member 'WBP_SpiritMasks_C_CycleMasksRight::CallFunc_CanSlideToPosition_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'WBP_SpiritMasks_C_CycleMasksRight::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'WBP_SpiritMasks_C_CycleMasksRight::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_SpiritMasks_C_CycleMasksRight::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'WBP_SpiritMasks_C_CycleMasksRight::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksRight, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000020, "Member 'WBP_SpiritMasks_C_CycleMasksRight::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_CycleMasksLeft \ +static_assert(alignof(WBP_SpiritMasks_C_CycleMasksLeft) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_CycleMasksLeft"); \ +static_assert(sizeof(WBP_SpiritMasks_C_CycleMasksLeft) == 0x000028, "Wrong size on WBP_SpiritMasks_C_CycleMasksLeft"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksLeft, CallFunc_CanSlideToPosition_ReturnValue) == 0x000000, "Member 'WBP_SpiritMasks_C_CycleMasksLeft::CallFunc_CanSlideToPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksLeft, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'WBP_SpiritMasks_C_CycleMasksLeft::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksLeft, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'WBP_SpiritMasks_C_CycleMasksLeft::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksLeft, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'WBP_SpiritMasks_C_CycleMasksLeft::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksLeft, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'WBP_SpiritMasks_C_CycleMasksLeft::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CycleMasksLeft, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000020, "Member 'WBP_SpiritMasks_C_CycleMasksLeft::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_OnKeyDown \ +static_assert(alignof(WBP_SpiritMasks_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_OnKeyDown"); \ +static_assert(sizeof(WBP_SpiritMasks_C_OnKeyDown) == 0x0003B0, "Wrong size on WBP_SpiritMasks_C_OnKeyDown"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_SpiritMasks_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_SpiritMasks_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_SpiritMasks_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_CanSwitchMasks_ReturnValue) == 0x000128, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_CanSwitchMasks_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000130, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000148, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000150, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000168, "Member 'WBP_SpiritMasks_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_CanSwitchMasks_ReturnValue_1) == 0x000169, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_CanSwitchMasks_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000228, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_PostEventAtLocation_ReturnValue) == 0x000230, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_ReturnToGame_ReturnValue) == 0x000234, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_ReturnToGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000238, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000240, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x0002F8, "Member 'WBP_SpiritMasks_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_PreConstruct \ +static_assert(alignof(WBP_SpiritMasks_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SpiritMasks_C_PreConstruct"); \ +static_assert(sizeof(WBP_SpiritMasks_C_PreConstruct) == 0x000001, "Wrong size on WBP_SpiritMasks_C_PreConstruct"); \ +static_assert(offsetof(WBP_SpiritMasks_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SpiritMasks_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_Tick \ +static_assert(alignof(WBP_SpiritMasks_C_Tick) == 0x000004, "Wrong alignment on WBP_SpiritMasks_C_Tick"); \ +static_assert(sizeof(WBP_SpiritMasks_C_Tick) == 0x00003C, "Wrong size on WBP_SpiritMasks_C_Tick"); \ +static_assert(offsetof(WBP_SpiritMasks_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_SpiritMasks_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_SpiritMasks_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks \ +static_assert(alignof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks"); \ +static_assert(sizeof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks) == 0x000078, "Wrong size on WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, EntryPoint) == 0x000000, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, K2Node_Event_IsDesignTime) == 0x000044, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_GetAllActorsOfClass_OutActors) == 0x000048, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_ActorHasTag_ReturnValue) == 0x000064, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_ActorHasTag_ReturnValue_1) == 0x000065, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_ActorHasTag_ReturnValue_2) == 0x000066, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_ActorHasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'WBP_SpiritMasks_C_ExecuteUbergraph_WBP_SpiritMasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_CanSlideToPosition \ +static_assert(alignof(WBP_SpiritMasks_C_CanSlideToPosition) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_CanSlideToPosition"); \ +static_assert(sizeof(WBP_SpiritMasks_C_CanSlideToPosition) == 0x000038, "Wrong size on WBP_SpiritMasks_C_CanSlideToPosition"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, Position) == 0x000000, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::Position' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, ReturnValue) == 0x000001, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, Temp_byte_Variable) == 0x000002, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, Temp_name_Variable) == 0x000004, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, Temp_name_Variable_1) == 0x00000C, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, Temp_name_Variable_2) == 0x000014, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000020, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, K2Node_Select_Default) == 0x000028, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, CallFunc_GetValue_OutValue) == 0x000030, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, CallFunc_GetValue_ReturnValue) == 0x000034, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSlideToPosition, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000035, "Member 'WBP_SpiritMasks_C_CanSlideToPosition::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_HasPDSUnlocked \ +static_assert(alignof(WBP_SpiritMasks_C_HasPDSUnlocked) == 0x000008, "Wrong alignment on WBP_SpiritMasks_C_HasPDSUnlocked"); \ +static_assert(sizeof(WBP_SpiritMasks_C_HasPDSUnlocked) == 0x000020, "Wrong size on WBP_SpiritMasks_C_HasPDSUnlocked"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, PDSKey) == 0x000000, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, ReturnValue) == 0x000008, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000010, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, CallFunc_GetValue_OutValue) == 0x000018, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, CallFunc_GetValue_ReturnValue) == 0x00001C, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, CallFunc_Greater_IntInt_ReturnValue) == 0x00001D, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_HasPDSUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x00001E, "Member 'WBP_SpiritMasks_C_HasPDSUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_RelicTypeToPDSKey \ +static_assert(alignof(WBP_SpiritMasks_C_RelicTypeToPDSKey) == 0x000004, "Wrong alignment on WBP_SpiritMasks_C_RelicTypeToPDSKey"); \ +static_assert(sizeof(WBP_SpiritMasks_C_RelicTypeToPDSKey) == 0x000068, "Wrong size on WBP_SpiritMasks_C_RelicTypeToPDSKey"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Index_0) == 0x000000, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, PDSKey) == 0x000004, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::PDSKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_byte_Variable) == 0x00000C, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable) == 0x000010, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_1) == 0x000018, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_2) == 0x000020, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_3) == 0x000028, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_4) == 0x000030, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_5) == 0x000038, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_6) == 0x000040, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_7) == 0x000048, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_8) == 0x000050, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, Temp_name_Variable_9) == 0x000058, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::Temp_name_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_RelicTypeToPDSKey, K2Node_Select_Default) == 0x000060, "Member 'WBP_SpiritMasks_C_RelicTypeToPDSKey::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SpiritMasks_C_CanSwitchMasks \ +static_assert(alignof(WBP_SpiritMasks_C_CanSwitchMasks) == 0x000001, "Wrong alignment on WBP_SpiritMasks_C_CanSwitchMasks"); \ +static_assert(sizeof(WBP_SpiritMasks_C_CanSwitchMasks) == 0x000004, "Wrong size on WBP_SpiritMasks_C_CanSwitchMasks"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSwitchMasks, ReturnValue) == 0x000000, "Member 'WBP_SpiritMasks_C_CanSwitchMasks::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSwitchMasks, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'WBP_SpiritMasks_C_CanSwitchMasks::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSwitchMasks, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000002, "Member 'WBP_SpiritMasks_C_CanSwitchMasks::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SpiritMasks_C_CanSwitchMasks, CallFunc_BooleanNOR_ReturnValue) == 0x000003, "Member 'WBP_SpiritMasks_C_CanSwitchMasks::CallFunc_BooleanNOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SpiritMasks_C \ +static_assert(alignof(UWBP_SpiritMasks_C) == 0x000008, "Wrong alignment on UWBP_SpiritMasks_C"); \ +static_assert(sizeof(UWBP_SpiritMasks_C) == 0x0005D8, "Wrong size on UWBP_SpiritMasks_C"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SpiritMasks_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, CycleToAdira) == 0x000268, "Member 'UWBP_SpiritMasks_C::CycleToAdira' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, CycleToToshi) == 0x000270, "Member 'UWBP_SpiritMasks_C::CycleToToshi' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Adira3d) == 0x000278, "Member 'UWBP_SpiritMasks_C::Adira3d' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, AdiraMaskText) == 0x000280, "Member 'UWBP_SpiritMasks_C::AdiraMaskText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, AdiraPanel) == 0x000288, "Member 'UWBP_SpiritMasks_C::AdiraPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, AdiraRelicsPanel_1) == 0x000290, "Member 'UWBP_SpiritMasks_C::AdiraRelicsPanel_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Image_426) == 0x000298, "Member 'UWBP_SpiritMasks_C::Image_426' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, MemoriesCountTxt) == 0x0002A0, "Member 'UWBP_SpiritMasks_C::MemoriesCountTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, PromptBar) == 0x0002A8, "Member 'UWBP_SpiritMasks_C::PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Taro3d) == 0x0002B0, "Member 'UWBP_SpiritMasks_C::Taro3d' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, TaroMaskText) == 0x0002B8, "Member 'UWBP_SpiritMasks_C::TaroMaskText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, TaroPanel) == 0x0002C0, "Member 'UWBP_SpiritMasks_C::TaroPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, TaroRelicsPanel) == 0x0002C8, "Member 'UWBP_SpiritMasks_C::TaroRelicsPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Toshi3d) == 0x0002D0, "Member 'UWBP_SpiritMasks_C::Toshi3d' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, ToshiMaskText) == 0x0002D8, "Member 'UWBP_SpiritMasks_C::ToshiMaskText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, ToshiPanel) == 0x0002E0, "Member 'UWBP_SpiritMasks_C::ToshiPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, ToshiRelicsPanel) == 0x0002E8, "Member 'UWBP_SpiritMasks_C::ToshiRelicsPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon) == 0x0002F0, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_1) == 0x0002F8, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_2) == 0x000300, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_3) == 0x000308, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_4) == 0x000310, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_5) == 0x000318, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_6) == 0x000320, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_7) == 0x000328, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, WBP_RelicIcon_8) == 0x000330, "Member 'UWBP_SpiritMasks_C::WBP_RelicIcon_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, MenuToggle) == 0x000338, "Member 'UWBP_SpiritMasks_C::MenuToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, SliderPosition) == 0x000340, "Member 'UWBP_SpiritMasks_C::SliderPosition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, RightMaskBrush) == 0x000348, "Member 'UWBP_SpiritMasks_C::RightMaskBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, LeftMaskBrush) == 0x0003D0, "Member 'UWBP_SpiritMasks_C::LeftMaskBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, CenterMaskBrush) == 0x000458, "Member 'UWBP_SpiritMasks_C::CenterMaskBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, TaroRadialIcons) == 0x0004E0, "Member 'UWBP_SpiritMasks_C::TaroRadialIcons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, RelicIcons) == 0x0004F0, "Member 'UWBP_SpiritMasks_C::RelicIcons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Taro3dMask) == 0x000500, "Member 'UWBP_SpiritMasks_C::Taro3dMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Adira3dMask) == 0x000508, "Member 'UWBP_SpiritMasks_C::Adira3dMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Current3dMask) == 0x000510, "Member 'UWBP_SpiritMasks_C::Current3dMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Toshi3dMask) == 0x000518, "Member 'UWBP_SpiritMasks_C::Toshi3dMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, SFX_Shoulder_Button_Press) == 0x000520, "Member 'UWBP_SpiritMasks_C::SFX_Shoulder_Button_Press' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, SFX_Mask_Select) == 0x000528, "Member 'UWBP_SpiritMasks_C::SFX_Mask_Select' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, SFX_Mask_Back) == 0x000530, "Member 'UWBP_SpiritMasks_C::SFX_Mask_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Prompt_Adira) == 0x000538, "Member 'UWBP_SpiritMasks_C::Prompt_Adira' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Prompt_Taro) == 0x000550, "Member 'UWBP_SpiritMasks_C::Prompt_Taro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, Prompt_Toshi) == 0x000568, "Member 'UWBP_SpiritMasks_C::Prompt_Toshi' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, PromptAction_Back) == 0x000580, "Member 'UWBP_SpiritMasks_C::PromptAction_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, PromptAction_Memories) == 0x0005A0, "Member 'UWBP_SpiritMasks_C::PromptAction_Memories' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, TaroMemoryKeyPDS) == 0x0005C0, "Member 'UWBP_SpiritMasks_C::TaroMemoryKeyPDS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, AdiraMemoryKeyPDS) == 0x0005C8, "Member 'UWBP_SpiritMasks_C::AdiraMemoryKeyPDS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SpiritMasks_C, ToshiMemoryKeyPDS) == 0x0005D0, "Member 'UWBP_SpiritMasks_C::ToshiMemoryKeyPDS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_ShouldBePaused \ +static_assert(alignof(WBP_LoadMenu_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_LoadMenu_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_LoadMenu_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_LoadMenu_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_LoadMenu_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_LoadMenu_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_WantsBlackBorders \ +static_assert(alignof(WBP_LoadMenu_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_LoadMenu_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_LoadMenu_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_LoadMenu_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_LoadMenu_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_LoadMenu_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_GetMostRecentTimestamp \ +static_assert(alignof(WBP_LoadMenu_C_GetMostRecentTimestamp) == 0x000008, "Wrong alignment on WBP_LoadMenu_C_GetMostRecentTimestamp"); \ +static_assert(sizeof(WBP_LoadMenu_C_GetMostRecentTimestamp) == 0x000050, "Wrong size on WBP_LoadMenu_C_GetMostRecentTimestamp"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, Timestamps) == 0x000000, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::Timestamps' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, Most_Recent_ID) == 0x000010, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::Most_Recent_ID' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, MostRecentTimestamp) == 0x000018, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::MostRecentTimestamp' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, MostRecentID) == 0x000020, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::MostRecentID' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetMostRecentTimestamp, CallFunc_Greater_DateTimeDateTime_ReturnValue) == 0x000048, "Member 'WBP_LoadMenu_C_GetMostRecentTimestamp::CallFunc_Greater_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_GetVisibility_0 \ +static_assert(alignof(WBP_LoadMenu_C_GetVisibility_0) == 0x000001, "Wrong alignment on WBP_LoadMenu_C_GetVisibility_0"); \ +static_assert(sizeof(WBP_LoadMenu_C_GetVisibility_0) == 0x000005, "Wrong size on WBP_LoadMenu_C_GetVisibility_0"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetVisibility_0, ReturnValue) == 0x000000, "Member 'WBP_LoadMenu_C_GetVisibility_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetVisibility_0, Temp_bool_Variable) == 0x000001, "Member 'WBP_LoadMenu_C_GetVisibility_0::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetVisibility_0, Temp_byte_Variable) == 0x000002, "Member 'WBP_LoadMenu_C_GetVisibility_0::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetVisibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_LoadMenu_C_GetVisibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_GetVisibility_0, K2Node_Select_Default) == 0x000004, "Member 'WBP_LoadMenu_C_GetVisibility_0::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_OnKeyDown \ +static_assert(alignof(WBP_LoadMenu_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_LoadMenu_C_OnKeyDown"); \ +static_assert(sizeof(WBP_LoadMenu_C_OnKeyDown) == 0x000230, "Wrong size on WBP_LoadMenu_C_OnKeyDown"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_LoadMenu_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_LoadMenu_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_LoadMenu_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'WBP_LoadMenu_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x0001E0, "Member 'WBP_LoadMenu_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x0001F8, "Member 'WBP_LoadMenu_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000200, "Member 'WBP_LoadMenu_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000218, "Member 'WBP_LoadMenu_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000220, "Member 'WBP_LoadMenu_C_OnKeyDown::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnKeyDown, CallFunc_NavigateBack_ReturnValue) == 0x000228, "Member 'WBP_LoadMenu_C_OnKeyDown::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_OnFocusReceived \ +static_assert(alignof(WBP_LoadMenu_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_LoadMenu_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_LoadMenu_C_OnFocusReceived) == 0x0002D0, "Wrong size on WBP_LoadMenu_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_LoadMenu_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_LoadMenu_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_LoadMenu_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, MostRecentSlot) == 0x0000F8, "Member 'WBP_LoadMenu_C_OnFocusReceived::MostRecentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, Temp_int_Array_Index_Variable) == 0x000108, "Member 'WBP_LoadMenu_C_OnFocusReceived::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_GetSaveDataManager_ReturnValue) == 0x000110, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_GetAllChildren_ReturnValue) == 0x000118, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_GetMostRecentSaveSlot_ReturnValue) == 0x000128, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_GetMostRecentSaveSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_Array_Get_Item) == 0x000138, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, K2Node_DynamicCast_AsWBP_Save_Slot) == 0x000140, "Member 'WBP_LoadMenu_C_OnFocusReceived::K2Node_DynamicCast_AsWBP_Save_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'WBP_LoadMenu_C_OnFocusReceived::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_Array_Length_ReturnValue) == 0x00014C, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, Temp_int_Loop_Counter_Variable) == 0x000150, "Member 'WBP_LoadMenu_C_OnFocusReceived::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000154, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_Less_IntInt_ReturnValue) == 0x000155, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_Add_IntInt_ReturnValue) == 0x000158, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x000218, "Member 'WBP_LoadMenu_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_HandleClicked \ +static_assert(alignof(WBP_LoadMenu_C_HandleClicked) == 0x000008, "Wrong alignment on WBP_LoadMenu_C_HandleClicked"); \ +static_assert(sizeof(WBP_LoadMenu_C_HandleClicked) == 0x000010, "Wrong size on WBP_LoadMenu_C_HandleClicked"); \ +static_assert(offsetof(WBP_LoadMenu_C_HandleClicked, SlotName) == 0x000000, "Member 'WBP_LoadMenu_C_HandleClicked::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu \ +static_assert(alignof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu) == 0x000008, "Wrong alignment on WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu"); \ +static_assert(sizeof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu) == 0x000100, "Wrong size on WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, EntryPoint) == 0x000000, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000008, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_NavigateBack_ReturnValue) == 0x000010, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetSaveDataManager_ReturnValue) == 0x000020, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_AddChild_ReturnValue) == 0x000028, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetSortedSaveSlots_ReturnValue) == 0x000030, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetSortedSaveSlots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, K2Node_CustomEvent_SlotName) == 0x000040, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::K2Node_CustomEvent_SlotName' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetSaveDataManager_ReturnValue_1) == 0x000068, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetSaveDataManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_MakeLiteralText_ReturnValue) == 0x000078, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_OpenMessageBox_Result) == 0x000090, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_OpenMessageBox_ReturnValue) == 0x000091, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000098, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, K2Node_SwitchEnum_CmpSuccess) == 0x0000B0, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_OpenMessageBox_Result_1) == 0x0000B1, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_OpenMessageBox_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_OpenMessageBox_ReturnValue_1) == 0x0000B2, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_OpenMessageBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, K2Node_CreateDelegate_OutputDelegate) == 0x0000B4, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x0000C4, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetSaveDataManager_ReturnValue_2) == 0x0000C8, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetSaveDataManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetGameMode_ReturnValue) == 0x0000D0, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x0000D8, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_GetSaveDataManager_ReturnValue_3) == 0x0000E8, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_GetSaveDataManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_LoadFromSlot_ReturnValue) == 0x0000F0, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_LoadFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, Temp_int_Loop_Counter_Variable) == 0x0000F4, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_DoesSaveSlotExist_ReturnValue) == 0x0000F8, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_DoesSaveSlotExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Less_IntInt_ReturnValue) == 0x0000F9, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu, CallFunc_Add_IntInt_ReturnValue) == 0x0000FC, "Member 'WBP_LoadMenu_C_ExecuteUbergraph_WBP_LoadMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LoadMenu_C \ +static_assert(alignof(UWBP_LoadMenu_C) == 0x000008, "Wrong alignment on UWBP_LoadMenu_C"); \ +static_assert(sizeof(UWBP_LoadMenu_C) == 0x0002A0, "Wrong size on UWBP_LoadMenu_C"); \ +static_assert(offsetof(UWBP_LoadMenu_C, UberGraphFrame) == 0x000260, "Member 'UWBP_LoadMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadMenu_C, BackgroundBlur_1153) == 0x000268, "Member 'UWBP_LoadMenu_C::BackgroundBlur_1153' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadMenu_C, Image_149) == 0x000270, "Member 'UWBP_LoadMenu_C::Image_149' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadMenu_C, ManualSaves_Scrollbox) == 0x000278, "Member 'UWBP_LoadMenu_C::ManualSaves_Scrollbox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadMenu_C, WBP_PromptBar) == 0x000280, "Member 'UWBP_LoadMenu_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadMenu_C, OpenedFromPauseMenu) == 0x000288, "Member 'UWBP_LoadMenu_C::OpenedFromPauseMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadMenu_C, ClickedSlotName) == 0x000290, "Member 'UWBP_LoadMenu_C::ClickedSlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_ToggleCollected \ +static_assert(alignof(WBP_WorldMapUpdated_C_ToggleCollected) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_ToggleCollected"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_ToggleCollected) == 0x000018, "Wrong size on WBP_WorldMapUpdated_C_ToggleCollected"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ToggleCollected, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'WBP_WorldMapUpdated_C_ToggleCollected::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ToggleCollected, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_WorldMapUpdated_C_ToggleCollected::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ToggleCollected, CallFunc_Conv_IntToByte_ReturnValue) == 0x000010, "Member 'WBP_WorldMapUpdated_C_ToggleCollected::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ToggleCollected, CallFunc_GetValidValue_ReturnValue) == 0x000011, "Member 'WBP_WorldMapUpdated_C_ToggleCollected::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ToggleCollected, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_WorldMapUpdated_C_ToggleCollected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate \ +static_assert(alignof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate) == 0x000020, "Wrong size on WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate, Requires_Update) == 0x000000, "Member 'WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate::Requires_Update' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000008, "Member 'WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate, CallFunc_GetCurrentFogOfWarProgress_RegionNumber) == 0x000010, "Member 'WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate::CallFunc_GetCurrentFogOfWarProgress_RegionNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate, CallFunc_GetValue_OutValue) == 0x000014, "Member 'WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate, CallFunc_GetValue_ReturnValue) == 0x000018, "Member 'WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate, CallFunc_Greater_IntInt_ReturnValue) == 0x000019, "Member 'WBP_WorldMapUpdated_C_GetRequiresFogOfWarUpdate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_GetFogOfWarRevealed \ +static_assert(alignof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_GetFogOfWarRevealed"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed) == 0x000038, "Wrong size on WBP_WorldMapUpdated_C_GetFogOfWarRevealed"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, RegionIndex) == 0x000000, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::RegionIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, RevealedAlpha) == 0x000004, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::RevealedAlpha' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000030, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetFogOfWarRevealed, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'WBP_WorldMapUpdated_C_GetFogOfWarRevealed::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_UpdateFogOfWar \ +static_assert(alignof(WBP_WorldMapUpdated_C_UpdateFogOfWar) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_UpdateFogOfWar"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_UpdateFogOfWar) == 0x000030, "Wrong size on WBP_WorldMapUpdated_C_UpdateFogOfWar"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, ShouldFadeInLastViewed) == 0x000000, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::ShouldFadeInLastViewed' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, LastViewedNumber) == 0x000004, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::LastViewedNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000008, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_GetGlobalPDSManager_ReturnValue_1) == 0x000010, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_GetGlobalPDSManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, Temp_int_Variable) == 0x000018, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_GetValue_OutValue) == 0x00001C, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_GetValue_ReturnValue) == 0x000020, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_GetCurrentFogOfWarProgress_RegionNumber) == 0x000028, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_GetCurrentFogOfWarProgress_RegionNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_SetValueIfLower_ReturnValue) == 0x00002C, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_SetValueIfLower_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00002D, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_UpdateFogOfWar, CallFunc_Greater_IntInt_ReturnValue) == 0x00002E, "Member 'WBP_WorldMapUpdated_C_UpdateFogOfWar::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_SetFogOfWarRevealed \ +static_assert(alignof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_SetFogOfWarRevealed"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed) == 0x000038, "Wrong size on WBP_WorldMapUpdated_C_SetFogOfWarRevealed"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed, RegionNumber) == 0x000000, "Member 'WBP_WorldMapUpdated_C_SetFogOfWarRevealed::RegionNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed, RevealPercent) == 0x000004, "Member 'WBP_WorldMapUpdated_C_SetFogOfWarRevealed::RevealPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_WorldMapUpdated_C_SetFogOfWarRevealed::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_WorldMapUpdated_C_SetFogOfWarRevealed::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_WorldMapUpdated_C_SetFogOfWarRevealed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_SetFogOfWarRevealed, CallFunc_Conv_StringToName_ReturnValue) == 0x000030, "Member 'WBP_WorldMapUpdated_C_SetFogOfWarRevealed::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_Get_RegionGlobalText \ +static_assert(alignof(WBP_WorldMapUpdated_C_Get_RegionGlobalText) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_Get_RegionGlobalText"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_Get_RegionGlobalText) == 0x000098, "Wrong size on WBP_WorldMapUpdated_C_Get_RegionGlobalText"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, ReturnValue) == 0x000000, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, Temp_byte_Variable) == 0x000018, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, Temp_text_Variable) == 0x000020, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, Temp_text_Variable_1) == 0x000038, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, Temp_text_Variable_2) == 0x000050, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, K2Node_Select_Default) == 0x000068, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Get_RegionGlobalText, CallFunc_MakeLiteralText_ReturnValue) == 0x000080, "Member 'WBP_WorldMapUpdated_C_Get_RegionGlobalText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_ResetMapManipulation \ +static_assert(alignof(WBP_WorldMapUpdated_C_ResetMapManipulation) == 0x000004, "Wrong alignment on WBP_WorldMapUpdated_C_ResetMapManipulation"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_ResetMapManipulation) == 0x00002C, "Wrong size on WBP_WorldMapUpdated_C_ResetMapManipulation"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ResetMapManipulation, CallFunc_Vector2DInterpTo_ReturnValue) == 0x000000, "Member 'WBP_WorldMapUpdated_C_ResetMapManipulation::CallFunc_Vector2DInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ResetMapManipulation, CallFunc_Vector2DInterpTo_ReturnValue_1) == 0x000008, "Member 'WBP_WorldMapUpdated_C_ResetMapManipulation::CallFunc_Vector2DInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ResetMapManipulation, K2Node_MakeStruct_WidgetTransform) == 0x000010, "Member 'WBP_WorldMapUpdated_C_ResetMapManipulation::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_RegionScaleBoxToHome \ +static_assert(alignof(WBP_WorldMapUpdated_C_RegionScaleBoxToHome) == 0x000004, "Wrong alignment on WBP_WorldMapUpdated_C_RegionScaleBoxToHome"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_RegionScaleBoxToHome) == 0x000028, "Wrong size on WBP_WorldMapUpdated_C_RegionScaleBoxToHome"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_RegionScaleBoxToHome, CurrentRegion) == 0x000000, "Member 'WBP_WorldMapUpdated_C_RegionScaleBoxToHome::CurrentRegion' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_RegionScaleBoxToHome, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_WorldMapUpdated_C_RegionScaleBoxToHome::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_RegionScaleBoxToHome, CallFunc_Vector2DInterpTo_ReturnValue) == 0x000004, "Member 'WBP_WorldMapUpdated_C_RegionScaleBoxToHome::CallFunc_Vector2DInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_RegionScaleBoxToHome, K2Node_MakeStruct_WidgetTransform) == 0x00000C, "Member 'WBP_WorldMapUpdated_C_RegionScaleBoxToHome::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_PositionKenaOnMap \ +static_assert(alignof(WBP_WorldMapUpdated_C_PositionKenaOnMap) == 0x000010, "Wrong alignment on WBP_WorldMapUpdated_C_PositionKenaOnMap"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_PositionKenaOnMap) == 0x0000A0, "Wrong size on WBP_WorldMapUpdated_C_PositionKenaOnMap"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_BreakTransform_Location) == 0x000040, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_BreakTransform_Rotation) == 0x00004C, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_BreakTransform_Scale) == 0x000058, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_WorldLocationToMap_ReturnValue) == 0x000064, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_WorldLocationToMap_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_BreakRotator_Roll) == 0x00006C, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_BreakRotator_Pitch) == 0x000070, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_BreakRotator_Yaw) == 0x000074, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_PositionKenaOnMap, K2Node_MakeStruct_WidgetTransform) == 0x00007C, "Member 'WBP_WorldMapUpdated_C_PositionKenaOnMap::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_OnKeyDown \ +static_assert(alignof(WBP_WorldMapUpdated_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_OnKeyDown"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_OnKeyDown) == 0x000160, "Wrong size on WBP_WorldMapUpdated_C_OnKeyDown"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000158, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000159, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00015A, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x00015B, "Member 'WBP_WorldMapUpdated_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869 \ +static_assert(alignof(WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869) == 0x000008, "Wrong size on WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869, Loaded) == 0x000000, "Member 'WBP_WorldMapUpdated_C_OnLoaded_3B822AA144A7B11076CAC2963E8F7869::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_OnPOIChanged \ +static_assert(alignof(WBP_WorldMapUpdated_C_OnPOIChanged) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_OnPOIChanged"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_OnPOIChanged) == 0x000008, "Wrong size on WBP_WorldMapUpdated_C_OnPOIChanged"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnPOIChanged, NewPOI) == 0x000000, "Member 'WBP_WorldMapUpdated_C_OnPOIChanged::NewPOI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_ShowNotificationText \ +static_assert(alignof(WBP_WorldMapUpdated_C_ShowNotificationText) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_ShowNotificationText"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_ShowNotificationText) == 0x000018, "Wrong size on WBP_WorldMapUpdated_C_ShowNotificationText"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ShowNotificationText, Text) == 0x000000, "Member 'WBP_WorldMapUpdated_C_ShowNotificationText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_OnValueChanged_Event_0 \ +static_assert(alignof(WBP_WorldMapUpdated_C_OnValueChanged_Event_0) == 0x000004, "Wrong alignment on WBP_WorldMapUpdated_C_OnValueChanged_Event_0"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_OnValueChanged_Event_0) == 0x000004, "Wrong size on WBP_WorldMapUpdated_C_OnValueChanged_Event_0"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_OnValueChanged_Event_0, NewValue) == 0x000000, "Member 'WBP_WorldMapUpdated_C_OnValueChanged_Event_0::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_Tick \ +static_assert(alignof(WBP_WorldMapUpdated_C_Tick) == 0x000004, "Wrong alignment on WBP_WorldMapUpdated_C_Tick"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_Tick) == 0x00003C, "Wrong size on WBP_WorldMapUpdated_C_Tick"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_WorldMapUpdated_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_WorldMapUpdated_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated \ +static_assert(alignof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated) == 0x000120, "Wrong size on WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, EntryPoint) == 0x000000, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, Temp_object_Variable) == 0x000008, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_DynamicCast_AsMaterial_Interface) == 0x000010, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_DynamicCast_AsMaterial_Interface' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_MakeLiteralByte_ReturnValue) == 0x000038, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_CustomEvent_NewPOI) == 0x000040, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_CustomEvent_NewPOI' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_DynamicCast_AsMap_POIWarp) == 0x000048, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_DynamicCast_AsMap_POIWarp' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000054, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_UpdateFogOfWar_ShouldFadeInLastViewed) == 0x000058, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_UpdateFogOfWar_ShouldFadeInLastViewed' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_UpdateFogOfWar_LastViewedNumber) == 0x00005C, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_UpdateFogOfWar_LastViewedNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_GetFogOfWarRevealed_RevealedAlpha) == 0x000060, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_GetFogOfWarRevealed_RevealedAlpha' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000064, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_Event_Text) == 0x000068, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_Event_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000088, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_BreakVector2D_X) == 0x000090, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_BreakVector2D_Y) == 0x000094, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_MapRangeClamped_ReturnValue) == 0x000098, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_MakeVector2D_ReturnValue) == 0x00009C, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_CustomEvent_NewValue) == 0x0000A4, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_Percent_IntInt_ReturnValue) == 0x0000AC, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_Event_MyGeometry) == 0x0000B0, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_Event_InDeltaTime) == 0x0000E8, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000EC, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_FInterpTo_Constant_ReturnValue) == 0x0000F0, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_GetValidValue_ReturnValue) == 0x0000F4, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000F5, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_CustomEvent_Loaded) == 0x0000F8, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_CreateDelegate_OutputDelegate_1) == 0x000100, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated, K2Node_CreateDelegate_OutputDelegate_2) == 0x000110, "Member 'WBP_WorldMapUpdated_C_ExecuteUbergraph_WBP_WorldMapUpdated::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress \ +static_assert(alignof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress) == 0x000008, "Wrong alignment on WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress"); \ +static_assert(sizeof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress) == 0x000040, "Wrong size on WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, RegionNumber) == 0x000000, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::RegionNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_IsFogOfWarDisabled_ReturnValue) == 0x000010, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_IsFogOfWarDisabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000018, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_Array_Get_Item) == 0x000024, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_GetValue_OutValue) == 0x00002C, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_GetValue_ReturnValue) == 0x000030, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_WorldMapUpdated_C_GetCurrentFogOfWarProgress::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WorldMapUpdated_C \ +static_assert(alignof(UWBP_WorldMapUpdated_C) == 0x000008, "Wrong alignment on UWBP_WorldMapUpdated_C"); \ +static_assert(sizeof(UWBP_WorldMapUpdated_C) == 0x0004C0, "Wrong size on UWBP_WorldMapUpdated_C"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, UberGraphFrame) == 0x000340, "Member 'UWBP_WorldMapUpdated_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, ShowCollected) == 0x000348, "Member 'UWBP_WorldMapUpdated_C::ShowCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, FadeInMap) == 0x000350, "Member 'UWBP_WorldMapUpdated_C::FadeInMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, ShowSmallCursor) == 0x000358, "Member 'UWBP_WorldMapUpdated_C::ShowSmallCursor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, HideSmallCursor) == 0x000360, "Member 'UWBP_WorldMapUpdated_C::HideSmallCursor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, ShowLocationCursor) == 0x000368, "Member 'UWBP_WorldMapUpdated_C::ShowLocationCursor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, HideLocationCursor) == 0x000370, "Member 'UWBP_WorldMapUpdated_C::HideLocationCursor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, CollectedCycleSelect) == 0x000378, "Member 'UWBP_WorldMapUpdated_C::CollectedCycleSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, ConsoleReticle) == 0x000380, "Member 'UWBP_WorldMapUpdated_C::ConsoleReticle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, GlobalWorldMap) == 0x000388, "Member 'UWBP_WorldMapUpdated_C::GlobalWorldMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, GlobalWorldMap_PaperBG) == 0x000390, "Member 'UWBP_WorldMapUpdated_C::GlobalWorldMap_PaperBG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, KenaLocationMarker) == 0x000398, "Member 'UWBP_WorldMapUpdated_C::KenaLocationMarker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, MapPanCanvas) == 0x0003A0, "Member 'UWBP_WorldMapUpdated_C::MapPanCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PromptBar) == 0x0003A8, "Member 'UWBP_WorldMapUpdated_C::PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, RootCanvas) == 0x0003B0, "Member 'UWBP_WorldMapUpdated_C::RootCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, WBP_CurrentObjective) == 0x0003B8, "Member 'UWBP_WorldMapUpdated_C::WBP_CurrentObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, WBP_MapNotification) == 0x0003C0, "Member 'UWBP_WorldMapUpdated_C::WBP_MapNotification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, MenuToggle) == 0x0003C8, "Member 'UWBP_WorldMapUpdated_C::MenuToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, MapZoomState) == 0x0003D0, "Member 'UWBP_WorldMapUpdated_C::MapZoomState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, StoredMapLocation) == 0x0003D4, "Member 'UWBP_WorldMapUpdated_C::StoredMapLocation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, ZoomLevel) == 0x0003DC, "Member 'UWBP_WorldMapUpdated_C::ZoomLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PanHorizontal) == 0x0003E0, "Member 'UWBP_WorldMapUpdated_C::PanHorizontal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PanVertical) == 0x0003E4, "Member 'UWBP_WorldMapUpdated_C::PanVertical' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PanTarget) == 0x0003E8, "Member 'UWBP_WorldMapUpdated_C::PanTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, ScaleTarget) == 0x0003F0, "Member 'UWBP_WorldMapUpdated_C::ScaleTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, MapManipulationHome) == 0x0003F8, "Member 'UWBP_WorldMapUpdated_C::MapManipulationHome' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PromptBar_Warp) == 0x000400, "Member 'UWBP_WorldMapUpdated_C::PromptBar_Warp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, FogOfWarPDSProgress) == 0x000420, "Member 'UWBP_WorldMapUpdated_C::FogOfWarPDSProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, FogOfWarFadeDuration) == 0x000430, "Member 'UWBP_WorldMapUpdated_C::FogOfWarFadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, WorldMapDynMaterial) == 0x000438, "Member 'UWBP_WorldMapUpdated_C::WorldMapDynMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, FogOfWarFadingRegion) == 0x000440, "Member 'UWBP_WorldMapUpdated_C::FogOfWarFadingRegion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, IsFadingRegionIn) == 0x000444, "Member 'UWBP_WorldMapUpdated_C::IsFadingRegionIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, WorldMapMaterialSoft) == 0x000448, "Member 'UWBP_WorldMapUpdated_C::WorldMapMaterialSoft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, KenaLocationScaleMinMax) == 0x000470, "Member 'UWBP_WorldMapUpdated_C::KenaLocationScaleMinMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, IsCollectedVisible) == 0x000478, "Member 'UWBP_WorldMapUpdated_C::IsCollectedVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PromptBar_ShowCollected) == 0x000480, "Member 'UWBP_WorldMapUpdated_C::PromptBar_ShowCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapUpdated_C, PromptBar_HideCollected) == 0x0004A0, "Member 'UWBP_WorldMapUpdated_C::PromptBar_HideCollected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjective_C_FoundActivatedObjective \ +static_assert(alignof(WBP_CurrentObjective_C_FoundActivatedObjective) == 0x000008, "Wrong alignment on WBP_CurrentObjective_C_FoundActivatedObjective"); \ +static_assert(sizeof(WBP_CurrentObjective_C_FoundActivatedObjective) == 0x0000A8, "Wrong size on WBP_CurrentObjective_C_FoundActivatedObjective"); \ +static_assert(offsetof(WBP_CurrentObjective_C_FoundActivatedObjective, ActivatedObjectiveStruct) == 0x000000, "Member 'WBP_CurrentObjective_C_FoundActivatedObjective::ActivatedObjectiveStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective \ +static_assert(alignof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective) == 0x000008, "Wrong alignment on WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective"); \ +static_assert(sizeof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective) == 0x000198, "Wrong size on WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, EntryPoint) == 0x000000, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, K2Node_Event_ActivatedObjectiveStruct) == 0x000010, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::K2Node_Event_ActivatedObjectiveStruct' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0000B8, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, K2Node_SwitchEnum_CmpSuccess) == 0x0000D0, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000D8, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000180, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, K2Node_SwitchEnum_CmpSuccess_1) == 0x000181, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_Array_Length_ReturnValue) == 0x000184, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective, CallFunc_SpawnObject_ReturnValue) == 0x000190, "Member 'WBP_CurrentObjective_C_ExecuteUbergraph_WBP_CurrentObjective::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CurrentObjective_C \ +static_assert(alignof(UWBP_CurrentObjective_C) == 0x000008, "Wrong alignment on UWBP_CurrentObjective_C"); \ +static_assert(sizeof(UWBP_CurrentObjective_C) == 0x000288, "Wrong size on UWBP_CurrentObjective_C"); \ +static_assert(offsetof(UWBP_CurrentObjective_C, UberGraphFrame) == 0x000268, "Member 'UWBP_CurrentObjective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjective_C, Image_74) == 0x000270, "Member 'UWBP_CurrentObjective_C::Image_74' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjective_C, ObjectivesListView) == 0x000278, "Member 'UWBP_CurrentObjective_C::ObjectivesListView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CurrentObjective_C, ObjectivesData) == 0x000280, "Member 'UWBP_CurrentObjective_C::ObjectivesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapNotification_C_Show_Notification \ +static_assert(alignof(WBP_MapNotification_C_Show_Notification) == 0x000008, "Wrong alignment on WBP_MapNotification_C_Show_Notification"); \ +static_assert(sizeof(WBP_MapNotification_C_Show_Notification) == 0x000020, "Wrong size on WBP_MapNotification_C_Show_Notification"); \ +static_assert(offsetof(WBP_MapNotification_C_Show_Notification, TextToSet) == 0x000000, "Member 'WBP_MapNotification_C_Show_Notification::TextToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapNotification_C_Show_Notification, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_MapNotification_C_Show_Notification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification \ +static_assert(alignof(WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification) == 0x000004, "Wrong alignment on WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification"); \ +static_assert(sizeof(WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification) == 0x000004, "Wrong size on WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification"); \ +static_assert(offsetof(WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification, EntryPoint) == 0x000000, "Member 'WBP_MapNotification_C_ExecuteUbergraph_WBP_MapNotification::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MapNotification_C \ +static_assert(alignof(UWBP_MapNotification_C) == 0x000008, "Wrong alignment on UWBP_MapNotification_C"); \ +static_assert(sizeof(UWBP_MapNotification_C) == 0x000280, "Wrong size on UWBP_MapNotification_C"); \ +static_assert(offsetof(UWBP_MapNotification_C, UberGraphFrame) == 0x000260, "Member 'UWBP_MapNotification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapNotification_C, Notify) == 0x000268, "Member 'UWBP_MapNotification_C::Notify' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapNotification_C, NotificationText) == 0x000270, "Member 'UWBP_MapNotification_C::NotificationText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapNotification_C, PreviousWidth) == 0x000278, "Member 'UWBP_MapNotification_C::PreviousWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MapPOICart_C \ +static_assert(alignof(UWBP_MapPOICart_C) == 0x000008, "Wrong alignment on UWBP_MapPOICart_C"); \ +static_assert(sizeof(UWBP_MapPOICart_C) == 0x000348, "Wrong size on UWBP_MapPOICart_C"); \ + +#define DUMPER7_ASSERTS_UWBP_MapPOIMail_C \ +static_assert(alignof(UWBP_MapPOIMail_C) == 0x000008, "Wrong alignment on UWBP_MapPOIMail_C"); \ +static_assert(sizeof(UWBP_MapPOIMail_C) == 0x000348, "Wrong size on UWBP_MapPOIMail_C"); \ + +#define DUMPER7_ASSERTS_BP_InjectedRotBombExplosion_C_ReceiveTick \ +static_assert(alignof(BP_InjectedRotBombExplosion_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InjectedRotBombExplosion_C_ReceiveTick"); \ +static_assert(sizeof(BP_InjectedRotBombExplosion_C_ReceiveTick) == 0x000004, "Wrong size on BP_InjectedRotBombExplosion_C_ReceiveTick"); \ +static_assert(offsetof(BP_InjectedRotBombExplosion_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InjectedRotBombExplosion_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion \ +static_assert(alignof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion) == 0x000008, "Wrong alignment on BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion"); \ +static_assert(sizeof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion) == 0x000020, "Wrong size on BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion"); \ +static_assert(offsetof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion, EntryPoint) == 0x000000, "Member 'BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion, CallFunc_GetMaterial_ReturnValue) == 0x000008, "Member 'BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion, CallFunc_Ease_ReturnValue) == 0x000018, "Member 'BP_InjectedRotBombExplosion_C_ExecuteUbergraph_BP_InjectedRotBombExplosion::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InjectedRotBombExplosion_C \ +static_assert(alignof(ABP_InjectedRotBombExplosion_C) == 0x000008, "Wrong alignment on ABP_InjectedRotBombExplosion_C"); \ +static_assert(sizeof(ABP_InjectedRotBombExplosion_C) == 0x000430, "Wrong size on ABP_InjectedRotBombExplosion_C"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, UberGraphFrame_BP_InjectedRotBombExplosion_C) == 0x0003E0, "Member 'ABP_InjectedRotBombExplosion_C::UberGraphFrame_BP_InjectedRotBombExplosion_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, P_OrbExplode_Finish6) == 0x0003E8, "Member 'ABP_InjectedRotBombExplosion_C::P_OrbExplode_Finish6' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, GeometryCache) == 0x0003F0, "Member 'ABP_InjectedRotBombExplosion_C::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, Niagara) == 0x0003F8, "Member 'ABP_InjectedRotBombExplosion_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, Timeline_0_Opacity_0851A6CB4359BC07F3C5F78F405D3E12) == 0x000400, "Member 'ABP_InjectedRotBombExplosion_C::Timeline_0_Opacity_0851A6CB4359BC07F3C5F78F405D3E12' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, Timeline_0__Direction_0851A6CB4359BC07F3C5F78F405D3E12) == 0x000404, "Member 'ABP_InjectedRotBombExplosion_C::Timeline_0__Direction_0851A6CB4359BC07F3C5F78F405D3E12' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, Timeline_0) == 0x000408, "Member 'ABP_InjectedRotBombExplosion_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, Material) == 0x000410, "Member 'ABP_InjectedRotBombExplosion_C::Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, ExplosionCleaningStarted) == 0x000418, "Member 'ABP_InjectedRotBombExplosion_C::ExplosionCleaningStarted' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, TimeToMaxCleanRadius) == 0x00041C, "Member 'ABP_InjectedRotBombExplosion_C::TimeToMaxCleanRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, NormalizedMaxCleanAlphaTime) == 0x000420, "Member 'ABP_InjectedRotBombExplosion_C::NormalizedMaxCleanAlphaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, TargetCleanRadius) == 0x000424, "Member 'ABP_InjectedRotBombExplosion_C::TargetCleanRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, AccumulatedCleanTime) == 0x000428, "Member 'ABP_InjectedRotBombExplosion_C::AccumulatedCleanTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_InjectedRotBombExplosion_C, ExplodedMidair) == 0x00042C, "Member 'ABP_InjectedRotBombExplosion_C::ExplodedMidair' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIObjective_C_Set_Icon_Type \ +static_assert(alignof(WBP_MapPOIObjective_C_Set_Icon_Type) == 0x000008, "Wrong alignment on WBP_MapPOIObjective_C_Set_Icon_Type"); \ +static_assert(sizeof(WBP_MapPOIObjective_C_Set_Icon_Type) == 0x000098, "Wrong size on WBP_MapPOIObjective_C_Set_Icon_Type"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_Set_Icon_Type, Objective_Type) == 0x000000, "Member 'WBP_MapPOIObjective_C_Set_Icon_Type::Objective_Type' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_Set_Icon_Type, Active_Brush_) == 0x000008, "Member 'WBP_MapPOIObjective_C_Set_Icon_Type::Active_Brush_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_Set_Icon_Type, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'WBP_MapPOIObjective_C_Set_Icon_Type::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective \ +static_assert(alignof(WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective) == 0x000008, "Wrong alignment on WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective"); \ +static_assert(sizeof(WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective) == 0x0000B8, "Wrong size on WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective, EntryPoint) == 0x000000, "Member 'WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective, CallFunc_ShouldMarkerBeVisible_ReturnValue) == 0x000004, "Member 'WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective::CallFunc_ShouldMarkerBeVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B0, "Member 'WBP_MapPOIObjective_C_ExecuteUbergraph_WBP_MapPOIObjective::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MapPOIObjective_C \ +static_assert(alignof(UWBP_MapPOIObjective_C) == 0x000008, "Wrong alignment on UWBP_MapPOIObjective_C"); \ +static_assert(sizeof(UWBP_MapPOIObjective_C) == 0x0003A0, "Wrong size on UWBP_MapPOIObjective_C"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, UberGraphFrame) == 0x000348, "Member 'UWBP_MapPOIObjective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, FlowerShrine) == 0x000350, "Member 'UWBP_MapPOIObjective_C::FlowerShrine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, GateLocked) == 0x000358, "Member 'UWBP_MapPOIObjective_C::GateLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, GateUnlocked) == 0x000360, "Member 'UWBP_MapPOIObjective_C::GateUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, Locked) == 0x000368, "Member 'UWBP_MapPOIObjective_C::Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, MainOrange) == 0x000370, "Member 'UWBP_MapPOIObjective_C::MainOrange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, MeditationShrine) == 0x000378, "Member 'UWBP_MapPOIObjective_C::MeditationShrine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, RelicFear) == 0x000380, "Member 'UWBP_MapPOIObjective_C::RelicFear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, RelicLove) == 0x000388, "Member 'UWBP_MapPOIObjective_C::RelicLove' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, RelicRegret) == 0x000390, "Member 'UWBP_MapPOIObjective_C::RelicRegret' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIObjective_C, subobjective) == 0x000398, "Member 'UWBP_MapPOIObjective_C::subobjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIOverlay_C_RemovePreviewDots \ +static_assert(alignof(WBP_MapPOIOverlay_C_RemovePreviewDots) == 0x000008, "Wrong alignment on WBP_MapPOIOverlay_C_RemovePreviewDots"); \ +static_assert(sizeof(WBP_MapPOIOverlay_C_RemovePreviewDots) == 0x000020, "Wrong size on WBP_MapPOIOverlay_C_RemovePreviewDots"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_RemovePreviewDots, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_MapPOIOverlay_C_RemovePreviewDots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_RemovePreviewDots, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_MapPOIOverlay_C_RemovePreviewDots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_RemovePreviewDots, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_MapPOIOverlay_C_RemovePreviewDots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_RemovePreviewDots, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_MapPOIOverlay_C_RemovePreviewDots::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_RemovePreviewDots, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_MapPOIOverlay_C_RemovePreviewDots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_RemovePreviewDots, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_MapPOIOverlay_C_RemovePreviewDots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIOverlay_C_AddPreviewDotAtLocation \ +static_assert(alignof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation) == 0x000008, "Wrong alignment on WBP_MapPOIOverlay_C_AddPreviewDotAtLocation"); \ +static_assert(sizeof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation) == 0x000038, "Wrong size on WBP_MapPOIOverlay_C_AddPreviewDotAtLocation"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, InPosition) == 0x000000, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::InPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, CallFunc_GetParent_ReturnValue) == 0x000008, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, CallFunc_SpawnObject_ReturnValue) == 0x000010, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000028, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_AddPreviewDotAtLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_MapPOIOverlay_C_AddPreviewDotAtLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIOverlay_C_OnKeyDown \ +static_assert(alignof(WBP_MapPOIOverlay_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_MapPOIOverlay_C_OnKeyDown"); \ +static_assert(sizeof(WBP_MapPOIOverlay_C_OnKeyDown) == 0x000218, "Wrong size on WBP_MapPOIOverlay_C_OnKeyDown"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000158, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000159, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'WBP_MapPOIOverlay_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIOverlay_C_PreConstruct \ +static_assert(alignof(WBP_MapPOIOverlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MapPOIOverlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_MapPOIOverlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_MapPOIOverlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MapPOIOverlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIOverlay_C_ShowNotificationText \ +static_assert(alignof(WBP_MapPOIOverlay_C_ShowNotificationText) == 0x000008, "Wrong alignment on WBP_MapPOIOverlay_C_ShowNotificationText"); \ +static_assert(sizeof(WBP_MapPOIOverlay_C_ShowNotificationText) == 0x000018, "Wrong size on WBP_MapPOIOverlay_C_ShowNotificationText"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_ShowNotificationText, Text) == 0x000000, "Member 'WBP_MapPOIOverlay_C_ShowNotificationText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay \ +static_assert(alignof(WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay) == 0x000008, "Wrong alignment on WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay"); \ +static_assert(sizeof(WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay) == 0x000028, "Wrong size on WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay, EntryPoint) == 0x000000, "Member 'WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay, K2Node_Event_Text) == 0x000008, "Member 'WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay::K2Node_Event_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_MapPOIOverlay_C_ExecuteUbergraph_WBP_MapPOIOverlay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MapPOIOverlay_C \ +static_assert(alignof(UWBP_MapPOIOverlay_C) == 0x000008, "Wrong alignment on UWBP_MapPOIOverlay_C"); \ +static_assert(sizeof(UWBP_MapPOIOverlay_C) == 0x000328, "Wrong size on UWBP_MapPOIOverlay_C"); \ +static_assert(offsetof(UWBP_MapPOIOverlay_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_MapPOIOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIOverlay_C, PreviewReferencePoints) == 0x000300, "Member 'UWBP_MapPOIOverlay_C::PreviewReferencePoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIOverlay_C, PreviewDots) == 0x000308, "Member 'UWBP_MapPOIOverlay_C::PreviewDots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MapPOIOverlay_C, OnNotificationRequested) == 0x000318, "Member 'UWBP_MapPOIOverlay_C::OnNotificationRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RegionProgress_C \ +static_assert(alignof(UWBP_RegionProgress_C) == 0x000008, "Wrong alignment on UWBP_RegionProgress_C"); \ +static_assert(sizeof(UWBP_RegionProgress_C) == 0x000488, "Wrong size on UWBP_RegionProgress_C"); \ + +#define DUMPER7_ASSERTS_BP_SoftResetState_C_CanEnterState \ +static_assert(alignof(BP_SoftResetState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_SoftResetState_C_CanEnterState"); \ +static_assert(sizeof(BP_SoftResetState_C_CanEnterState) == 0x000018, "Wrong size on BP_SoftResetState_C_CanEnterState"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_SoftResetState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_SoftResetState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x00000A, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_2) == 0x00000B, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_3) == 0x00000C, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_4) == 0x00000D, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_5) == 0x00000E, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_6) == 0x00000F, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x000011, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_2) == 0x000012, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_3) == 0x000013, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_4) == 0x000014, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_5) == 0x000015, "Member 'BP_SoftResetState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SoftResetState_C_OnStart \ +static_assert(alignof(BP_SoftResetState_C_OnStart) == 0x000008, "Wrong alignment on BP_SoftResetState_C_OnStart"); \ +static_assert(sizeof(BP_SoftResetState_C_OnStart) == 0x000008, "Wrong size on BP_SoftResetState_C_OnStart"); \ +static_assert(offsetof(BP_SoftResetState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SoftResetState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState \ +static_assert(alignof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState) == 0x000008, "Wrong alignment on BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState"); \ +static_assert(sizeof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState) == 0x0000D8, "Wrong size on BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, EntryPoint) == 0x000000, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetResources_ReturnValue) == 0x000020, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_MakeStruct_Color) == 0x000028, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_MakeStruct_Color_1) == 0x00002C, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_MakeStruct_Color_2) == 0x000030, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_MakeStruct_Color_3) == 0x000034, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_Event_PrevState) == 0x000038, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetMochiGameInstance_ReturnValue) == 0x000040, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetMochiGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetMochiGameInstance_ReturnValue_1) == 0x000048, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetMochiGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000050, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_ChangeStateTo_ReturnValue) == 0x000058, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetController_ReturnValue) == 0x000060, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetController_ReturnValue_1) == 0x000068, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_AsKena_Controller) == 0x000070, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_AsKena_Controller_1) == 0x000080, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_AsKena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetCharacter_ReturnValue_1) == 0x000090, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetCharacter_ReturnValue_2) == 0x000098, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000A0, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_AsBP_Kena_Character_2) == 0x0000B0, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_AsBP_Kena_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, K2Node_DynamicCast_bSuccess_4) == 0x0000B8, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetResources_ReturnValue_1) == 0x0000C0, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetResources_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetMochiMovementComponent_ReturnValue_1) == 0x0000C8, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetMochiMovementComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState, CallFunc_GetMochiMovementComponent_ReturnValue_2) == 0x0000D0, "Member 'BP_SoftResetState_C_ExecuteUbergraph_BP_SoftResetState::CallFunc_GetMochiMovementComponent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SoftResetState_C \ +static_assert(alignof(UBP_SoftResetState_C) == 0x000008, "Wrong alignment on UBP_SoftResetState_C"); \ +static_assert(sizeof(UBP_SoftResetState_C) == 0x000128, "Wrong size on UBP_SoftResetState_C"); \ +static_assert(offsetof(UBP_SoftResetState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SoftResetState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirCombatDeathState_C_OnStart \ +static_assert(alignof(BP_AirCombatDeathState_C_OnStart) == 0x000008, "Wrong alignment on BP_AirCombatDeathState_C_OnStart"); \ +static_assert(sizeof(BP_AirCombatDeathState_C_OnStart) == 0x000008, "Wrong size on BP_AirCombatDeathState_C_OnStart"); \ +static_assert(offsetof(BP_AirCombatDeathState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AirCombatDeathState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState \ +static_assert(alignof(BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState) == 0x000008, "Wrong alignment on BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState"); \ +static_assert(sizeof(BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState) == 0x000010, "Wrong size on BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState"); \ +static_assert(offsetof(BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState, EntryPoint) == 0x000000, "Member 'BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_AirCombatDeathState_C_ExecuteUbergraph_BP_AirCombatDeathState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirCombatDeathState_C \ +static_assert(alignof(UBP_AirCombatDeathState_C) == 0x000008, "Wrong alignment on UBP_AirCombatDeathState_C"); \ +static_assert(sizeof(UBP_AirCombatDeathState_C) == 0x0001E8, "Wrong size on UBP_AirCombatDeathState_C"); \ +static_assert(offsetof(UBP_AirCombatDeathState_C, UberGraphFrame_BP_AirCombatDeathState_C) == 0x0001E0, "Member 'UBP_AirCombatDeathState_C::UberGraphFrame_BP_AirCombatDeathState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsControllerIcons_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsControllerIcons_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsControllerIcons_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsControllerIcons_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsControllerIcons_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsControllerIcons_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsControllerIcons_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons \ +static_assert(alignof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons) == 0x000008, "Wrong alignment on BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons"); \ +static_assert(sizeof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons) == 0x000028, "Wrong size on BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons, EntryPoint) == 0x000000, "Member 'BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_OptionsControllerIcons_C_ExecuteUbergraph_BP_OptionsControllerIcons::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsControllerIcons_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsControllerIcons_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsControllerIcons_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsControllerIcons_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsControllerIcons_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsControllerIcons_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsControllerIcons_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsControllerIcons_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetDefaultIntValue, CallFunc_GetDefaultPCControllerIconType_ReturnValue) == 0x000018, "Member 'BP_OptionsControllerIcons_C_GetDefaultIntValue::CallFunc_GetDefaultPCControllerIconType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetDefaultIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsControllerIcons_C_GetDefaultIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsControllerIcons_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsControllerIcons_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsControllerIcons_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsControllerIcons_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsControllerIcons_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsControllerIcons_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsControllerIcons_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsControllerIcons_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetAppliedIntValue, CallFunc_GetPCControllerIconType_ReturnValue) == 0x000018, "Member 'BP_OptionsControllerIcons_C_GetAppliedIntValue::CallFunc_GetPCControllerIconType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsControllerIcons_C_GetAppliedIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsControllerIcons_C_GetAppliedIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsControllerIcons_C \ +static_assert(alignof(UBP_OptionsControllerIcons_C) == 0x000008, "Wrong alignment on UBP_OptionsControllerIcons_C"); \ +static_assert(sizeof(UBP_OptionsControllerIcons_C) == 0x000030, "Wrong size on UBP_OptionsControllerIcons_C"); \ +static_assert(offsetof(UBP_OptionsControllerIcons_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsControllerIcons_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathState_C_GetDeathMontage \ +static_assert(alignof(BP_DeathState_C_GetDeathMontage) == 0x000008, "Wrong alignment on BP_DeathState_C_GetDeathMontage"); \ +static_assert(sizeof(BP_DeathState_C_GetDeathMontage) == 0x000148, "Wrong size on BP_DeathState_C_GetDeathMontage"); \ +static_assert(offsetof(BP_DeathState_C_GetDeathMontage, DamageEvent) == 0x000000, "Member 'BP_DeathState_C_GetDeathMontage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_GetDeathMontage, StaggerStrength) == 0x000110, "Member 'BP_DeathState_C_GetDeathMontage::StaggerStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_GetDeathMontage, DefaultMontageArgs) == 0x000114, "Member 'BP_DeathState_C_GetDeathMontage::DefaultMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_GetDeathMontage, DeathMontageArgs) == 0x00012C, "Member 'BP_DeathState_C_GetDeathMontage::DeathMontageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathState_C_OnStart \ +static_assert(alignof(BP_DeathState_C_OnStart) == 0x000008, "Wrong alignment on BP_DeathState_C_OnStart"); \ +static_assert(sizeof(BP_DeathState_C_OnStart) == 0x000008, "Wrong size on BP_DeathState_C_OnStart"); \ +static_assert(offsetof(BP_DeathState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DeathState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathState_C_ExecuteUbergraph_BP_DeathState \ +static_assert(alignof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState) == 0x000008, "Wrong alignment on BP_DeathState_C_ExecuteUbergraph_BP_DeathState"); \ +static_assert(sizeof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState) == 0x0001A0, "Wrong size on BP_DeathState_C_ExecuteUbergraph_BP_DeathState"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, EntryPoint) == 0x000000, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, Temp_struct_Variable) == 0x000010, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, Temp_delegate_Variable) == 0x000020, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, K2Node_Event_PrevState) == 0x000030, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_PostEvent_ReturnValue) == 0x000038, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000040, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_ConsumePendingDamageResponse_OutDamageEvent) == 0x000048, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_ConsumePendingDamageResponse_OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_ConsumePendingDamageResponse_OutResult) == 0x000158, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_ConsumePendingDamageResponse_OutResult' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_ConsumePendingDamageResponse_ReturnValue) == 0x000184, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_ConsumePendingDamageResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_MochiEnsure_ReturnValue) == 0x000185, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000188, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000190, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathState_C_ExecuteUbergraph_BP_DeathState, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'BP_DeathState_C_ExecuteUbergraph_BP_DeathState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DeathState_C \ +static_assert(alignof(UBP_DeathState_C) == 0x000008, "Wrong alignment on UBP_DeathState_C"); \ +static_assert(sizeof(UBP_DeathState_C) == 0x000138, "Wrong size on UBP_DeathState_C"); \ +static_assert(offsetof(UBP_DeathState_C, UberGraphFrame) == 0x000120, "Member 'UBP_DeathState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathState_C, MusicStateGroup) == 0x000128, "Member 'UBP_DeathState_C::MusicStateGroup' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathState_C, MusicState) == 0x000130, "Member 'UBP_DeathState_C::MusicState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_HandleNamedEvent \ +static_assert(alignof(BP_RespawnState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_RespawnState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_RespawnState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_RespawnState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_RespawnState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_RespawnState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_RespawnState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_RespawnState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_HandleInputStickEvent \ +static_assert(alignof(BP_RespawnState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_RespawnState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_RespawnState_C_HandleInputStickEvent) == 0x000048, "Wrong size on BP_RespawnState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_RespawnState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_RespawnState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_RespawnState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_RespawnState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_RespawnState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_RespawnState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_RespawnState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_RespawnState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000038, "Member 'BP_RespawnState_C_HandleInputStickEvent::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, CallFunc_IsAxisAllowed_ReturnValue) == 0x000040, "Member 'BP_RespawnState_C_HandleInputStickEvent::CallFunc_IsAxisAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000041, "Member 'BP_RespawnState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000042, "Member 'BP_RespawnState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleInputStickEvent, CallFunc_BooleanAND_ReturnValue) == 0x000043, "Member 'BP_RespawnState_C_HandleInputStickEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_HandleAnimEvent \ +static_assert(alignof(BP_RespawnState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_RespawnState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_RespawnState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_RespawnState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_RespawnState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_RespawnState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_RespawnState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_RespawnState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_RespawnState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_OnEnd \ +static_assert(alignof(BP_RespawnState_C_OnEnd) == 0x000008, "Wrong alignment on BP_RespawnState_C_OnEnd"); \ +static_assert(sizeof(BP_RespawnState_C_OnEnd) == 0x000008, "Wrong size on BP_RespawnState_C_OnEnd"); \ +static_assert(offsetof(BP_RespawnState_C_OnEnd, NextState) == 0x000000, "Member 'BP_RespawnState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_OnSuspend \ +static_assert(alignof(BP_RespawnState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_RespawnState_C_OnSuspend"); \ +static_assert(sizeof(BP_RespawnState_C_OnSuspend) == 0x000008, "Wrong size on BP_RespawnState_C_OnSuspend"); \ +static_assert(offsetof(BP_RespawnState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_RespawnState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_OnStart \ +static_assert(alignof(BP_RespawnState_C_OnStart) == 0x000008, "Wrong alignment on BP_RespawnState_C_OnStart"); \ +static_assert(sizeof(BP_RespawnState_C_OnStart) == 0x000008, "Wrong size on BP_RespawnState_C_OnStart"); \ +static_assert(offsetof(BP_RespawnState_C_OnStart, PrevState) == 0x000000, "Member 'BP_RespawnState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState \ +static_assert(alignof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState) == 0x000008, "Wrong alignment on BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState"); \ +static_assert(sizeof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState) == 0x000070, "Wrong size on BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, EntryPoint) == 0x000000, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, K2Node_Event_NextState) == 0x000008, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000018, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, K2Node_Event_PrevState_1) == 0x000028, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, CallFunc_Stop_ReturnValue) == 0x000030, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, K2Node_Event_PrevState) == 0x000038, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, K2Node_MakeStruct_PlayMontageArgs) == 0x000040, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, CallFunc_GetCharacter_ReturnValue_1) == 0x000058, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000060, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState, CallFunc_PlayWithArgs_ReturnValue) == 0x000068, "Member 'BP_RespawnState_C_ExecuteUbergraph_BP_RespawnState::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RespawnState_C \ +static_assert(alignof(UBP_RespawnState_C) == 0x000008, "Wrong alignment on UBP_RespawnState_C"); \ +static_assert(sizeof(UBP_RespawnState_C) == 0x000130, "Wrong size on UBP_RespawnState_C"); \ +static_assert(offsetof(UBP_RespawnState_C, UberGraphFrame) == 0x000120, "Member 'UBP_RespawnState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_RespawnState_C, CanExit) == 0x000128, "Member 'UBP_RespawnState_C::CanExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlailState_C_HandleNamedEvent \ +static_assert(alignof(BP_FlailState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_FlailState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_FlailState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_FlailState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_FlailState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_FlailState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_FlailState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_FlailState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_FlailState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlailState_C_CanEnterState \ +static_assert(alignof(BP_FlailState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_FlailState_C_CanEnterState"); \ +static_assert(sizeof(BP_FlailState_C_CanEnterState) == 0x000010, "Wrong size on BP_FlailState_C_CanEnterState"); \ +static_assert(offsetof(BP_FlailState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_FlailState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_FlailState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_FlailState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlailState_C_OnStart \ +static_assert(alignof(BP_FlailState_C_OnStart) == 0x000008, "Wrong alignment on BP_FlailState_C_OnStart"); \ +static_assert(sizeof(BP_FlailState_C_OnStart) == 0x000008, "Wrong size on BP_FlailState_C_OnStart"); \ +static_assert(offsetof(BP_FlailState_C_OnStart, PrevState) == 0x000000, "Member 'BP_FlailState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlailState_C_OnEnd \ +static_assert(alignof(BP_FlailState_C_OnEnd) == 0x000008, "Wrong alignment on BP_FlailState_C_OnEnd"); \ +static_assert(sizeof(BP_FlailState_C_OnEnd) == 0x000008, "Wrong size on BP_FlailState_C_OnEnd"); \ +static_assert(offsetof(BP_FlailState_C_OnEnd, NextState) == 0x000000, "Member 'BP_FlailState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlailState_C_Update \ +static_assert(alignof(BP_FlailState_C_Update) == 0x000004, "Wrong alignment on BP_FlailState_C_Update"); \ +static_assert(sizeof(BP_FlailState_C_Update) == 0x000004, "Wrong size on BP_FlailState_C_Update"); \ +static_assert(offsetof(BP_FlailState_C_Update, DeltaTime) == 0x000000, "Member 'BP_FlailState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlailState_C_ExecuteUbergraph_BP_FlailState \ +static_assert(alignof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState) == 0x000010, "Wrong alignment on BP_FlailState_C_ExecuteUbergraph_BP_FlailState"); \ +static_assert(sizeof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState) == 0x000100, "Wrong size on BP_FlailState_C_ExecuteUbergraph_BP_FlailState"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, EntryPoint) == 0x000000, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_Event_PrevState) == 0x000028, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000038, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_Event_NextState) == 0x000040, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000050, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetCameraRotation_ReturnValue) == 0x000058, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetCameraLocation_ReturnValue) == 0x000064, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000070, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_MakeTransform_ReturnValue) == 0x000080, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000B0, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0000B8, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C0, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetCharacter_ReturnValue) == 0x0000C8, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetCharacter_ReturnValue_1) == 0x0000D0, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000D8, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000E8, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, K2Node_Event_DeltaTime) == 0x0000F4, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_FlailState_C_ExecuteUbergraph_BP_FlailState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x0000F8, "Member 'BP_FlailState_C_ExecuteUbergraph_BP_FlailState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FlailState_C \ +static_assert(alignof(UBP_FlailState_C) == 0x000008, "Wrong alignment on UBP_FlailState_C"); \ +static_assert(sizeof(UBP_FlailState_C) == 0x000140, "Wrong size on UBP_FlailState_C"); \ +static_assert(offsetof(UBP_FlailState_C, UberGraphFrame) == 0x000120, "Member 'UBP_FlailState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FlailState_C, FlailTime) == 0x000128, "Member 'UBP_FlailState_C::FlailTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_FlailState_C, FlailTimer) == 0x000130, "Member 'UBP_FlailState_C::FlailTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_FlailState_C, Landed) == 0x000138, "Member 'UBP_FlailState_C::Landed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_HandleNamedEvent \ +static_assert(alignof(BP_JumpSquatState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_JumpSquatState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_JumpSquatState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_JumpSquatState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_JumpSquatState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_JumpSquatState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_HandleInputStickEvent \ +static_assert(alignof(BP_JumpSquatState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_JumpSquatState_C_HandleInputStickEvent) == 0x000040, "Wrong size on BP_JumpSquatState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_JumpSquatState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_HandleInputActionEvent \ +static_assert(alignof(BP_JumpSquatState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_JumpSquatState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_JumpSquatState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_JumpSquatState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_JumpSquatState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_JumpSquatState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_JumpSquatState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_JumpSquatState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_CanEnterState \ +static_assert(alignof(BP_JumpSquatState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_CanEnterState"); \ +static_assert(sizeof(BP_JumpSquatState_C_CanEnterState) == 0x000040, "Wrong size on BP_JumpSquatState_C_CanEnterState"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_JumpSquatState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_JumpSquatState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_IsInSuperstate_ReturnValue) == 0x000019, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_IsInSuperstate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_GetTimeSeconds_ReturnValue) == 0x00001C, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000020, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_JumpSquatState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_JumpSquatState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_2) == 0x000031, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_Less_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00003A, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_2) == 0x00003B, "Member 'BP_JumpSquatState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_ShouldDive \ +static_assert(alignof(BP_JumpSquatState_C_ShouldDive) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_ShouldDive"); \ +static_assert(sizeof(BP_JumpSquatState_C_ShouldDive) == 0x0001C0, "Wrong size on BP_JumpSquatState_C_ShouldDive"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, DiveReady) == 0x000000, "Member 'BP_JumpSquatState_C_ShouldDive::DiveReady' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, IgnoreList) == 0x000008, "Member 'BP_JumpSquatState_C_ShouldDive::IgnoreList' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_GetCharacter_ReturnValue_1) == 0x000020, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_GetAttachedActors_OutActors) == 0x000028, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, K2Node_MakeArray_Array) == 0x000040, "Member 'BP_JumpSquatState_C_ShouldDive::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_MakeVector_ReturnValue) == 0x000050, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_GetCharacter_ReturnValue_2) == 0x000060, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_GetActorForwardVector_ReturnValue) == 0x000068, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000074, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000080, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_Add_VectorVector_ReturnValue) == 0x00008C, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000098, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_LineTraceSingleForObjects_OutHit) == 0x0000A4, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x00012C, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_bBlockingHit) == 0x00012D, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_bInitialOverlap) == 0x00012E, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_Time) == 0x000130, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_Distance) == 0x000134, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_Location) == 0x000138, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_ImpactPoint) == 0x000144, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_Normal) == 0x000150, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_ImpactNormal) == 0x00015C, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_PhysMat) == 0x000168, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_HitActor) == 0x000170, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_HitComponent) == 0x000178, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_HitBoneName) == 0x000180, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_HitItem) == 0x000188, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_ElementIndex) == 0x00018C, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_FaceIndex) == 0x000190, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_TraceStart) == 0x000194, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, CallFunc_BreakHitResult_TraceEnd) == 0x0001A0, "Member 'BP_JumpSquatState_C_ShouldDive::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, K2Node_DynamicCast_AsMochi_Physics_Volume) == 0x0001B0, "Member 'BP_JumpSquatState_C_ShouldDive::K2Node_DynamicCast_AsMochi_Physics_Volume' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ShouldDive, K2Node_DynamicCast_bSuccess) == 0x0001B8, "Member 'BP_JumpSquatState_C_ShouldDive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_OnStart \ +static_assert(alignof(BP_JumpSquatState_C_OnStart) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_OnStart"); \ +static_assert(sizeof(BP_JumpSquatState_C_OnStart) == 0x000008, "Wrong size on BP_JumpSquatState_C_OnStart"); \ +static_assert(offsetof(BP_JumpSquatState_C_OnStart, PrevState) == 0x000000, "Member 'BP_JumpSquatState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_OnSuspend \ +static_assert(alignof(BP_JumpSquatState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_OnSuspend"); \ +static_assert(sizeof(BP_JumpSquatState_C_OnSuspend) == 0x000008, "Wrong size on BP_JumpSquatState_C_OnSuspend"); \ +static_assert(offsetof(BP_JumpSquatState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_JumpSquatState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_OnEnd \ +static_assert(alignof(BP_JumpSquatState_C_OnEnd) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_OnEnd"); \ +static_assert(sizeof(BP_JumpSquatState_C_OnEnd) == 0x000008, "Wrong size on BP_JumpSquatState_C_OnEnd"); \ +static_assert(offsetof(BP_JumpSquatState_C_OnEnd, NextState) == 0x000000, "Member 'BP_JumpSquatState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState \ +static_assert(alignof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState) == 0x000008, "Wrong alignment on BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState"); \ +static_assert(sizeof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState) == 0x000180, "Wrong size on BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, EntryPoint) == 0x000000, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, K2Node_Event_PrevState_1) == 0x000018, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_ChangeStateTo_ReturnValue) == 0x000020, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000021, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, K2Node_Event_PrevState) == 0x000028, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000030, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_GetComponentOnController_ReturnValue) == 0x000038, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_GetCharacter_ReturnValue) == 0x000040, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000048, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_FindFloor_FloorResult) == 0x000054, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_FindFloor_FloorResult' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_FindFloor_Hit_Result) == 0x0000E8, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_FindFloor_Hit_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, K2Node_Event_NextState) == 0x000170, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000178, "Member 'BP_JumpSquatState_C_ExecuteUbergraph_BP_JumpSquatState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_JumpSquatState_C \ +static_assert(alignof(UBP_JumpSquatState_C) == 0x000008, "Wrong alignment on UBP_JumpSquatState_C"); \ +static_assert(sizeof(UBP_JumpSquatState_C) == 0x000140, "Wrong size on UBP_JumpSquatState_C"); \ +static_assert(offsetof(UBP_JumpSquatState_C, UberGraphFrame) == 0x000120, "Member 'UBP_JumpSquatState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_JumpSquatState_C, SquatTime) == 0x000128, "Member 'UBP_JumpSquatState_C::SquatTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_JumpSquatState_C, IsShortHop) == 0x00012C, "Member 'UBP_JumpSquatState_C::IsShortHop' has a wrong offset!"); \ +static_assert(offsetof(UBP_JumpSquatState_C, JumpGraceDuration) == 0x000130, "Member 'UBP_JumpSquatState_C::JumpGraceDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_JumpSquatState_C, JumpSquatTimer) == 0x000138, "Member 'UBP_JumpSquatState_C::JumpSquatTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Unicorn_C \ +static_assert(alignof(ABP_CM_Hat_Unicorn_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Unicorn_C"); \ +static_assert(sizeof(ABP_CM_Hat_Unicorn_C) == 0x000248, "Wrong size on ABP_CM_Hat_Unicorn_C"); \ +static_assert(offsetof(ABP_CM_Hat_Unicorn_C, P_UnicornHat) == 0x000238, "Member 'ABP_CM_Hat_Unicorn_C::P_UnicornHat' has a wrong offset!"); \ +static_assert(offsetof(ABP_CM_Hat_Unicorn_C, StaticMesh) == 0x000240, "Member 'ABP_CM_Hat_Unicorn_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShortHopState_C_OnStart \ +static_assert(alignof(BP_ShortHopState_C_OnStart) == 0x000008, "Wrong alignment on BP_ShortHopState_C_OnStart"); \ +static_assert(sizeof(BP_ShortHopState_C_OnStart) == 0x000008, "Wrong size on BP_ShortHopState_C_OnStart"); \ +static_assert(offsetof(BP_ShortHopState_C_OnStart, PrevState) == 0x000000, "Member 'BP_ShortHopState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShortHopState_C_OnSuspend \ +static_assert(alignof(BP_ShortHopState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_ShortHopState_C_OnSuspend"); \ +static_assert(sizeof(BP_ShortHopState_C_OnSuspend) == 0x000008, "Wrong size on BP_ShortHopState_C_OnSuspend"); \ +static_assert(offsetof(BP_ShortHopState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_ShortHopState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState \ +static_assert(alignof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState) == 0x000008, "Wrong alignment on BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState"); \ +static_assert(sizeof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState) == 0x000050, "Wrong size on BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, EntryPoint) == 0x000000, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, K2Node_Event_PrevState_1) == 0x000008, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_GetCharacter_ReturnValue_1) == 0x000018, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_GetMovementComponent_ReturnValue) == 0x000020, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, K2Node_Event_PrevState) == 0x000028, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_BreakVector_Y) == 0x000034, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_MakeVector_ReturnValue) == 0x00003C, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState, CallFunc_Less_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_ShortHopState_C_ExecuteUbergraph_BP_ShortHopState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ShortHopState_C \ +static_assert(alignof(UBP_ShortHopState_C) == 0x000008, "Wrong alignment on UBP_ShortHopState_C"); \ +static_assert(sizeof(UBP_ShortHopState_C) == 0x000128, "Wrong size on UBP_ShortHopState_C"); \ +static_assert(offsetof(UBP_ShortHopState_C, UberGraphFrame) == 0x000120, "Member 'UBP_ShortHopState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpingSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_JumpingSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_JumpingSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_JumpingSuperState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_JumpingSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_JumpingSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_JumpingSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_JumpingSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_JumpingSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpingSuperState_C_Update \ +static_assert(alignof(BP_JumpingSuperState_C_Update) == 0x000008, "Wrong alignment on BP_JumpingSuperState_C_Update"); \ +static_assert(sizeof(BP_JumpingSuperState_C_Update) == 0x000030, "Wrong size on BP_JumpingSuperState_C_Update"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_JumpingSuperState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_IsStateChangePending_ReturnValue) == 0x000004, "Member 'BP_JumpingSuperState_C_Update::CallFunc_IsStateChangePending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_JumpingSuperState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_JumpingSuperState_C_Update::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x00001C, "Member 'BP_JumpingSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_BreakVector_X) == 0x000020, "Member 'BP_JumpingSuperState_C_Update::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_BreakVector_Y) == 0x000024, "Member 'BP_JumpingSuperState_C_Update::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_BreakVector_Z) == 0x000028, "Member 'BP_JumpingSuperState_C_Update::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_JumpingSuperState_C_Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_Update, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'BP_JumpingSuperState_C_Update::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpingSuperState_C_OnStart \ +static_assert(alignof(BP_JumpingSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_JumpingSuperState_C_OnStart"); \ +static_assert(sizeof(BP_JumpingSuperState_C_OnStart) == 0x000008, "Wrong size on BP_JumpingSuperState_C_OnStart"); \ +static_assert(offsetof(BP_JumpingSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_JumpingSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpingSuperState_C_OnEnd \ +static_assert(alignof(BP_JumpingSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_JumpingSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_JumpingSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_JumpingSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_JumpingSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_JumpingSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState \ +static_assert(alignof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState) == 0x000008, "Wrong alignment on BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState"); \ +static_assert(sizeof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState) == 0x000038, "Wrong size on BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, EntryPoint) == 0x000000, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000018, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, K2Node_Event_NextState) == 0x000028, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000030, "Member 'BP_JumpingSuperState_C_ExecuteUbergraph_BP_JumpingSuperState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_JumpingSuperState_C \ +static_assert(alignof(UBP_JumpingSuperState_C) == 0x000008, "Wrong alignment on UBP_JumpingSuperState_C"); \ +static_assert(sizeof(UBP_JumpingSuperState_C) == 0x000148, "Wrong size on UBP_JumpingSuperState_C"); \ +static_assert(offsetof(UBP_JumpingSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_JumpingSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_JumpingSuperState_C, JumpBegan) == 0x000140, "Member 'UBP_JumpingSuperState_C::JumpBegan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_AnimGraph \ +static_assert(alignof(BP_KenaAnimInstance_C_AnimGraph) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_AnimGraph"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_AnimGraph) == 0x000010, "Wrong size on BP_KenaAnimInstance_C_AnimGraph"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_SetLedgeDropDownOccurring \ +static_assert(alignof(BP_KenaAnimInstance_C_SetLedgeDropDownOccurring) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_SetLedgeDropDownOccurring"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_SetLedgeDropDownOccurring) == 0x000001, "Wrong size on BP_KenaAnimInstance_C_SetLedgeDropDownOccurring"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_SetLedgeDropDownOccurring, IsDroppingToLedge_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_SetLedgeDropDownOccurring::IsDroppingToLedge_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_ShouldIgnoreIK \ +static_assert(alignof(BP_KenaAnimInstance_C_ShouldIgnoreIK) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_ShouldIgnoreIK"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_ShouldIgnoreIK) == 0x00000C, "Wrong size on BP_KenaAnimInstance_C_ShouldIgnoreIK"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, ShouldIgnoreIK_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::ShouldIgnoreIK_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_CurrentStateIs_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_CurrentStateIs_ReturnValue_1) == 0x000002, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_CurrentStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_CurrentStateIs_ReturnValue_2) == 0x000003, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_CurrentStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_CurrentStateIs_ReturnValue_3) == 0x000005, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_CurrentStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_CurrentStateIs_ReturnValue_4) == 0x000007, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_CurrentStateIs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_BooleanOR_ReturnValue_2) == 0x00000A, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldIgnoreIK, CallFunc_BooleanOR_ReturnValue_3) == 0x00000B, "Member 'BP_KenaAnimInstance_C_ShouldIgnoreIK::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_SetAdditiveLifeAnimation \ +static_assert(alignof(BP_KenaAnimInstance_C_SetAdditiveLifeAnimation) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_SetAdditiveLifeAnimation"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_SetAdditiveLifeAnimation) == 0x000004, "Wrong size on BP_KenaAnimInstance_C_SetAdditiveLifeAnimation"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_SetAdditiveLifeAnimation, AdditiveLifeAnim_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_SetAdditiveLifeAnimation::AdditiveLifeAnim_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateLookAtBlendspace \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateLookAtBlendspace) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_UpdateLookAtBlendspace"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateLookAtBlendspace) == 0x000008, "Wrong size on BP_KenaAnimInstance_C_UpdateLookAtBlendspace"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLookAtBlendspace, CallFunc_Map_Find_Value) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateLookAtBlendspace::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLookAtBlendspace, CallFunc_Map_Find_ReturnValue) == 0x000004, "Member 'BP_KenaAnimInstance_C_UpdateLookAtBlendspace::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_SetAnimContext \ +static_assert(alignof(BP_KenaAnimInstance_C_SetAnimContext) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_SetAnimContext"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_SetAnimContext) == 0x000008, "Wrong size on BP_KenaAnimInstance_C_SetAnimContext"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_SetAnimContext, InAnimContext) == 0x000000, "Member 'BP_KenaAnimInstance_C_SetAnimContext::InAnimContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_HandleDeath \ +static_assert(alignof(BP_KenaAnimInstance_C_HandleDeath) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_HandleDeath"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_HandleDeath) == 0x00000C, "Wrong size on BP_KenaAnimInstance_C_HandleDeath"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_HandleDeath, DeathStaggerStrength_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_HandleDeath::DeathStaggerStrength_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_HandleDeath, DeathRelativeDirection_0) == 0x000001, "Member 'BP_KenaAnimInstance_C_HandleDeath::DeathRelativeDirection_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_HandleDeath, DeathDamageTag_0) == 0x000004, "Member 'BP_KenaAnimInstance_C_HandleDeath::DeathDamageTag_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateFootIK \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateFootIK) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_UpdateFootIK"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateFootIK) == 0x000064, "Wrong size on BP_KenaAnimInstance_C_UpdateFootIK"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_GetPitchAngleForBone_ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_GetPitchAngleForBone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_HasHitResultForBone_ReturnValue) == 0x000004, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_HasHitResultForBone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_HasHitResultForBone_ReturnValue_1) == 0x000005, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_HasHitResultForBone_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_GetPitchAngleForBone_ReturnValue_1) == 0x000008, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_GetPitchAngleForBone_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_GetBoneIKLocation_ReturnValue) == 0x00000C, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_GetBoneIKLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_X) == 0x000018, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_Y) == 0x00001C, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_Z) == 0x000020, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_GetSocketLocation_ReturnValue) == 0x000024, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_GetBoneIKLocation_ReturnValue_1) == 0x000030, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_GetBoneIKLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_X_1) == 0x00003C, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_Y_1) == 0x000040, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_Z_1) == 0x000044, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_X_2) == 0x000048, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_Y_2) == 0x00004C, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_BreakVector_Z_2) == 0x000050, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000058, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_FClamp_ReturnValue) == 0x00005C, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFootIK, CallFunc_FClamp_ReturnValue_1) == 0x000060, "Member 'BP_KenaAnimInstance_C_UpdateFootIK::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_CacheLookEffector \ +static_assert(alignof(BP_KenaAnimInstance_C_CacheLookEffector) == 0x000010, "Wrong alignment on BP_KenaAnimInstance_C_CacheLookEffector"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_CacheLookEffector) == 0x000080, "Wrong size on BP_KenaAnimInstance_C_CacheLookEffector"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CacheLookEffector, CallFunc_GetGlobalFocalPointManager_ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_CacheLookEffector::CallFunc_GetGlobalFocalPointManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CacheLookEffector, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_CacheLookEffector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CacheLookEffector, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_CacheLookEffector::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CacheLookEffector, CallFunc_EvaluateCurrentFocalPoint_OutFocalPoint) == 0x000040, "Member 'BP_KenaAnimInstance_C_CacheLookEffector::CallFunc_EvaluateCurrentFocalPoint_OutFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CacheLookEffector, CallFunc_EvaluateCurrentFocalPoint_ReturnValue) == 0x000070, "Member 'BP_KenaAnimInstance_C_CacheLookEffector::CallFunc_EvaluateCurrentFocalPoint_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_CalcHeadLook \ +static_assert(alignof(BP_KenaAnimInstance_C_CalcHeadLook) == 0x000010, "Wrong alignment on BP_KenaAnimInstance_C_CalcHeadLook"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_CalcHeadLook) == 0x0000A0, "Wrong size on BP_KenaAnimInstance_C_CalcHeadLook"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, DT) == 0x000000, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::DT' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, Temp_float_Variable) == 0x000010, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_CurrentStateIs_ReturnValue) == 0x000020, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_GetSoftLockTarget_ReturnValue) == 0x000028, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_GetSoftLockTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_CurrentStateIs_ReturnValue_1) == 0x000030, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_CurrentStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, K2Node_DynamicCast_AsCharacter) == 0x000038, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_CurrentStateIs_ReturnValue_2) == 0x000041, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_CurrentStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_IsInBowState_ReturnValue) == 0x000042, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_IsInBowState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_GetSocketTransform_ReturnValue) == 0x000050, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_BooleanOR_ReturnValue) == 0x000080, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_BooleanOR_ReturnValue_1) == 0x000081, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_CurrentStateIs_ReturnValue_3) == 0x000082, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_CurrentStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_BooleanOR_ReturnValue_2) == 0x000083, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_Not_PreBool_ReturnValue) == 0x000084, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000088, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00008C, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_Greater_IntInt_ReturnValue) == 0x00008D, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, Temp_bool_Variable) == 0x00008E, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00008F, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_GetKenaController_KenaController) == 0x000090, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_GetKenaController_KenaController' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_BooleanAND_ReturnValue) == 0x000098, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_BooleanAND_ReturnValue_1) == 0x000099, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, CallFunc_BooleanAND_ReturnValue_2) == 0x00009A, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcHeadLook, K2Node_Select_Default) == 0x00009C, "Member 'BP_KenaAnimInstance_C_CalcHeadLook::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_GetMochiMoveComp \ +static_assert(alignof(BP_KenaAnimInstance_C_GetMochiMoveComp) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_GetMochiMoveComp"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_GetMochiMoveComp) == 0x000020, "Wrong size on BP_KenaAnimInstance_C_GetMochiMoveComp"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetMochiMoveComp, AsMochi_Movement_Component) == 0x000000, "Member 'BP_KenaAnimInstance_C_GetMochiMoveComp::AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetMochiMoveComp, CallFunc_GetMovementComponent_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_GetMochiMoveComp::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetMochiMoveComp, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000010, "Member 'BP_KenaAnimInstance_C_GetMochiMoveComp::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetMochiMoveComp, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_KenaAnimInstance_C_GetMochiMoveComp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_CalcLedgeLeapVector \ +static_assert(alignof(BP_KenaAnimInstance_C_CalcLedgeLeapVector) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_CalcLedgeLeapVector"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_CalcLedgeLeapVector) == 0x000048, "Wrong size on BP_KenaAnimInstance_C_CalcLedgeLeapVector"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_GetMovementComponent_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000010, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00001C, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000028, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcLedgeLeapVector, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'BP_KenaAnimInstance_C_CalcLedgeLeapVector::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_TryConsumeAttack \ +static_assert(alignof(BP_KenaAnimInstance_C_TryConsumeAttack) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_TryConsumeAttack"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_TryConsumeAttack) == 0x000002, "Wrong size on BP_KenaAnimInstance_C_TryConsumeAttack"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_TryConsumeAttack, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_TryConsumeAttack::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_TryConsumeAttack, CallFunc_ConsumeQueue_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_TryConsumeAttack::CallFunc_ConsumeQueue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_LookUpSpeedForState \ +static_assert(alignof(BP_KenaAnimInstance_C_LookUpSpeedForState) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_LookUpSpeedForState"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_LookUpSpeedForState) == 0x0000F0, "Wrong size on BP_KenaAnimInstance_C_LookUpSpeedForState"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_LookUpSpeedForState, State) == 0x000000, "Member 'BP_KenaAnimInstance_C_LookUpSpeedForState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_LookUpSpeedForState, OutSpeed) == 0x000008, "Member 'BP_KenaAnimInstance_C_LookUpSpeedForState::OutSpeed' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_LookUpSpeedForState, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_KenaAnimInstance_C_LookUpSpeedForState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_LookUpSpeedForState, CallFunc_Map_Find_ReturnValue) == 0x0000E8, "Member 'BP_KenaAnimInstance_C_LookUpSpeedForState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateRot \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateRot) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_UpdateRot"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateRot) == 0x000020, "Wrong size on BP_KenaAnimInstance_C_UpdateRot"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateRot, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateRot::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateRot, CallFunc_GetRotCloud_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_UpdateRot::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateRot, CallFunc_GetIsSummoned_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_UpdateRot::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateRot, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_KenaAnimInstance_C_UpdateRot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateRot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'BP_KenaAnimInstance_C_UpdateRot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation \ +static_assert(alignof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation) == 0x00005C, "Wrong size on BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_GetForwardVector_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_Normal_ReturnValue) == 0x000028, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_Dot_VectorVector_ReturnValue) == 0x000034, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_Cross_VectorVector_ReturnValue) == 0x000038, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_DegAcos_ReturnValue) == 0x000044, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_BreakVector_X) == 0x000048, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_BreakVector_Y) == 0x00004C, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_BreakVector_Z) == 0x000050, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_SignOfFloat_ReturnValue) == 0x000054, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_KenaAnimInstance_C_CalcAngleToRotCloudLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_CanUpdate \ +static_assert(alignof(BP_KenaAnimInstance_C_CanUpdate) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_CanUpdate"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_CanUpdate) == 0x000018, "Wrong size on BP_KenaAnimInstance_C_CanUpdate"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_CanUpdate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, CallFunc_GetKenaController_KenaController) == 0x000008, "Member 'BP_KenaAnimInstance_C_CanUpdate::CallFunc_GetKenaController_KenaController' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_CanUpdate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_KenaAnimInstance_C_CanUpdate::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, CallFunc_IsValid_ReturnValue_2) == 0x000012, "Member 'BP_KenaAnimInstance_C_CanUpdate::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BP_KenaAnimInstance_C_CanUpdate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_CanUpdate, CallFunc_BooleanAND_ReturnValue_1) == 0x000014, "Member 'BP_KenaAnimInstance_C_CanUpdate::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateAttackInfo \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateAttackInfo) == 0x000010, "Wrong alignment on BP_KenaAnimInstance_C_UpdateAttackInfo"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateAttackInfo) == 0x000060, "Wrong size on BP_KenaAnimInstance_C_UpdateAttackInfo"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAttackInfo, CallFunc_IsAttackQueued_ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateAttackInfo::CallFunc_IsAttackQueued_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAttackInfo, CallFunc_GetCurrentTarget_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_UpdateAttackInfo::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAttackInfo, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_UpdateAttackInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAttackInfo, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_KenaAnimInstance_C_UpdateAttackInfo::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAttackInfo, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BP_KenaAnimInstance_C_UpdateAttackInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_SetStance \ +static_assert(alignof(BP_KenaAnimInstance_C_SetStance) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_SetStance"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_SetStance) == 0x000002, "Wrong size on BP_KenaAnimInstance_C_SetStance"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_SetStance, NextStance) == 0x000000, "Member 'BP_KenaAnimInstance_C_SetStance::NextStance' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_SetStance, CallFunc_MochiEnsure_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_SetStance::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_IsAiming \ +static_assert(alignof(BP_KenaAnimInstance_C_IsAiming) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_IsAiming"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_IsAiming) == 0x000004, "Wrong size on BP_KenaAnimInstance_C_IsAiming"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsAiming, IsAiming_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_IsAiming::IsAiming_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsAiming, CallFunc_IsInBombState_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_IsAiming::CallFunc_IsInBombState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsAiming, CallFunc_IsInBowState_ReturnValue) == 0x000002, "Member 'BP_KenaAnimInstance_C_IsAiming::CallFunc_IsInBowState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsAiming, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_KenaAnimInstance_C_IsAiming::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateStatefulData \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateStatefulData) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_UpdateStatefulData"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateStatefulData) == 0x000038, "Wrong size on BP_KenaAnimInstance_C_UpdateStatefulData"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, From) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, To) == 0x000008, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, IsSuspend) == 0x000010, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, IsResume) == 0x000011, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::IsResume' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, TargetState) == 0x000018, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, CallFunc_Percent_IntInt_ReturnValue) == 0x000024, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateStatefulData, CallFunc_CalcLedgeLeapVector_ReturnValue) == 0x00002C, "Member 'BP_KenaAnimInstance_C_UpdateStatefulData::CallFunc_CalcLedgeLeapVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_IsStatusEffectApplied \ +static_assert(alignof(BP_KenaAnimInstance_C_IsStatusEffectApplied) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_IsStatusEffectApplied"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_IsStatusEffectApplied) == 0x000030, "Wrong size on BP_KenaAnimInstance_C_IsStatusEffectApplied"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, StatusEffectClass) == 0x000000, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::StatusEffectClass' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, Applied) == 0x000008, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::Applied' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, CallFunc_GetStatusEffectByClass_ReturnValue) == 0x000020, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::CallFunc_GetStatusEffectByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsStatusEffectApplied, CallFunc_IsValid_ReturnValue_2) == 0x000028, "Member 'BP_KenaAnimInstance_C_IsStatusEffectApplied::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_TryCompleteCurrentAttack \ +static_assert(alignof(BP_KenaAnimInstance_C_TryCompleteCurrentAttack) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_TryCompleteCurrentAttack"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_TryCompleteCurrentAttack) == 0x000003, "Wrong size on BP_KenaAnimInstance_C_TryCompleteCurrentAttack"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_TryCompleteCurrentAttack, FromAttackAnim) == 0x000000, "Member 'BP_KenaAnimInstance_C_TryCompleteCurrentAttack::FromAttackAnim' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_TryCompleteCurrentAttack, Success) == 0x000001, "Member 'BP_KenaAnimInstance_C_TryCompleteCurrentAttack::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_TryCompleteCurrentAttack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_KenaAnimInstance_C_TryCompleteCurrentAttack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_SetCurrentAttack \ +static_assert(alignof(BP_KenaAnimInstance_C_SetCurrentAttack) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_SetCurrentAttack"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_SetCurrentAttack) == 0x000001, "Wrong size on BP_KenaAnimInstance_C_SetCurrentAttack"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_SetCurrentAttack, AttackAnim_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_SetCurrentAttack::AttackAnim_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateLedgeInfo \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateLedgeInfo) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_UpdateLedgeInfo"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateLedgeInfo) == 0x000020, "Wrong size on BP_KenaAnimInstance_C_UpdateLedgeInfo"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLedgeInfo, CallFunc_GetMochiMoveComp_AsMochi_Movement_Component) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateLedgeInfo::CallFunc_GetMochiMoveComp_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLedgeInfo, CallFunc_CalcLedgeLeapVector_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_UpdateLedgeInfo::CallFunc_CalcLedgeLeapVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLedgeInfo, CallFunc_GetMochiMoveComp_AsMochi_Movement_Component_1) == 0x000010, "Member 'BP_KenaAnimInstance_C_UpdateLedgeInfo::CallFunc_GetMochiMoveComp_AsMochi_Movement_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLedgeInfo, CallFunc_IsCloseToWall_ReturnValue) == 0x000018, "Member 'BP_KenaAnimInstance_C_UpdateLedgeInfo::CallFunc_IsCloseToWall_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateLedgeInfo, CallFunc_CurrentStateIs_ReturnValue) == 0x000019, "Member 'BP_KenaAnimInstance_C_UpdateLedgeInfo::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateFloor \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateFloor) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_UpdateFloor"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateFloor) == 0x000150, "Wrong size on BP_KenaAnimInstance_C_UpdateFloor"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_GetFloorDetails_Angle) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_GetFloorDetails_Angle' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_GetFloorDetails_Direction) == 0x000004, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_GetFloorDetails_Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_GetFloorDetails_Hit) == 0x000010, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_GetFloorDetails_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_GetFloorDetails_ReturnValue) == 0x000098, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_GetFloorDetails_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00009C, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A8, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A9, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x00012C, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000138, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakVector_X) == 0x00013C, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakVector_Y) == 0x000140, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_BreakVector_Z) == 0x000144, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_SignOfFloat_ReturnValue) == 0x000148, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateFloor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00014C, "Member 'BP_KenaAnimInstance_C_UpdateFloor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_UpdateAbilities \ +static_assert(alignof(BP_KenaAnimInstance_C_UpdateAbilities) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_UpdateAbilities"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_UpdateAbilities) == 0x000028, "Wrong size on BP_KenaAnimInstance_C_UpdateAbilities"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_HasFired_ReturnValue) == 0x000002, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_HasFired_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_FindAbilityByClass_ReturnValue_1) == 0x000018, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_FindAbilityByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_UpdateAbilities, CallFunc_FindAbilityByClass_ReturnValue_2) == 0x000020, "Member 'BP_KenaAnimInstance_C_UpdateAbilities::CallFunc_FindAbilityByClass_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_GetKenaController \ +static_assert(alignof(BP_KenaAnimInstance_C_GetKenaController) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_GetKenaController"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_GetKenaController) == 0x000020, "Wrong size on BP_KenaAnimInstance_C_GetKenaController"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetKenaController, KenaController_0) == 0x000000, "Member 'BP_KenaAnimInstance_C_GetKenaController::KenaController_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetKenaController, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_KenaAnimInstance_C_GetKenaController::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetKenaController, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_KenaAnimInstance_C_GetKenaController::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_GetKenaController, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_KenaAnimInstance_C_GetKenaController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_BlueprintUpdateAnimation \ +static_assert(alignof(BP_KenaAnimInstance_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BP_KenaAnimInstance_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BP_KenaAnimInstance_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_OnStateChanged \ +static_assert(alignof(BP_KenaAnimInstance_C_OnStateChanged) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_OnStateChanged"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_OnStateChanged) == 0x000018, "Wrong size on BP_KenaAnimInstance_C_OnStateChanged"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_OnStateChanged, From) == 0x000000, "Member 'BP_KenaAnimInstance_C_OnStateChanged::From' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_OnStateChanged, To) == 0x000008, "Member 'BP_KenaAnimInstance_C_OnStateChanged::To' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_OnStateChanged, IsSuspend) == 0x000010, "Member 'BP_KenaAnimInstance_C_OnStateChanged::IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_OnStateChanged, IsResume) == 0x000011, "Member 'BP_KenaAnimInstance_C_OnStateChanged::IsResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_OnSlideBump \ +static_assert(alignof(BP_KenaAnimInstance_C_OnSlideBump) == 0x000004, "Wrong alignment on BP_KenaAnimInstance_C_OnSlideBump"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_OnSlideBump) == 0x00000C, "Wrong size on BP_KenaAnimInstance_C_OnSlideBump"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_OnSlideBump, BumpVector) == 0x000000, "Member 'BP_KenaAnimInstance_C_OnSlideBump::BumpVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance \ +static_assert(alignof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance) == 0x000008, "Wrong alignment on BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance) == 0x000748, "Wrong size on BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, EntryPoint) == 0x000000, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue) == 0x000004, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_1) == 0x000005, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_2) == 0x000006, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue) == 0x000007, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_3) == 0x000008, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00000C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_4) == 0x000011, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_5) == 0x000012, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_6) == 0x000013, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_7) == 0x000014, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_1) == 0x000015, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue) == 0x000016, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_8) == 0x000017, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_1) == 0x00001B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00001C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_9) == 0x00001D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_10) == 0x00001E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_2) == 0x000020, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue) == 0x000024, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_1) == 0x000028, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00002C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_1) == 0x000030, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000031, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_2) == 0x000032, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_11) == 0x000033, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000034, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000044, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Abs_ReturnValue) == 0x000048, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00004C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_3) == 0x00004E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_3) == 0x00004F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_X) == 0x000050, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_4) == 0x000058, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000059, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_12) == 0x00005A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_5) == 0x00005B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x00005C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_4) == 0x00005D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x00006C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000070, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_X_1) == 0x000074, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_Y_1) == 0x000078, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00007C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x00007D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_6) == 0x00007E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00007F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000080, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x000081, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_7) == 0x000082, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000084, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000088, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00008C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x00008D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_13) == 0x00008E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_1) == 0x000090, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000094, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x000095, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_5) == 0x000096, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_14) == 0x000097, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousSuperStateIs_ReturnValue) == 0x000098, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousSuperStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_15) == 0x000099, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_2) == 0x00009C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousSuperStateIs_ReturnValue_1) == 0x0000A0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousSuperStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_7) == 0x0000A1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_8) == 0x0000A2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_6) == 0x0000A3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_16) == 0x0000A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_17) == 0x0000A5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000A6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_3) == 0x0000A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_18) == 0x0000AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_8) == 0x0000AD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_9) == 0x0000AE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_7) == 0x0000AF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_10) == 0x0000B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_19) == 0x0000B1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_4) == 0x0000B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_9) == 0x0000B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_8) == 0x0000B9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000BA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_X_2) == 0x0000BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_Y_2) == 0x0000C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_X_3) == 0x0000C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector2D_Y_3) == 0x0000C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x0000CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_10) == 0x0000CD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_9) == 0x0000CE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x0000D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000D4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x0000D5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_10) == 0x0000D6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_11) == 0x0000D7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_20) == 0x0000D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_21) == 0x0000D9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000DC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_11) == 0x0000E1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0000E2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0000E3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_22) == 0x0000E4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_12) == 0x0000E5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_11) == 0x0000E6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_12) == 0x0000E7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_13) == 0x0000E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_13) == 0x0000E9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_14) == 0x0000EA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000EB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_5) == 0x0000EC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_12) == 0x0000F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x0000F4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_15) == 0x0000F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x0000F9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_16) == 0x0000FA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_5) == 0x0000FB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x0000FC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_23) == 0x000100, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x000101, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_6) == 0x000102, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_14) == 0x000103, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_17) == 0x000104, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x000108, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_VSize_ReturnValue) == 0x00010C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x000110, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_13) == 0x000111, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x000114, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsAiming_IsAiming) == 0x000118, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsAiming_IsAiming' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x000119, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_15) == 0x00011A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_24) == 0x00011B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_25) == 0x00011C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_26) == 0x00011D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x00011E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x000120, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_5) == 0x000124, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_X_1) == 0x000128, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Y_1) == 0x00012C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Z_1) == 0x000130, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Abs_ReturnValue_1) == 0x000134, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_7) == 0x000138, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000139, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_27) == 0x00013A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_7) == 0x00013B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_28) == 0x00013C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_16) == 0x00013D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_X_2) == 0x000140, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Y_2) == 0x000144, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Z_2) == 0x000148, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SignOfFloat_ReturnValue) == 0x00014C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_14) == 0x000150, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000151, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Abs_ReturnValue_2) == 0x000154, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x000158, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_15) == 0x00015C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_8) == 0x00015D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_18) == 0x00015E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_19) == 0x00015F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_20) == 0x000160, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_17) == 0x000161, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_X_3) == 0x000164, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Y_3) == 0x000168, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Z_3) == 0x00016C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SignOfFloat_ReturnValue_1) == 0x000170, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x000174, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_9) == 0x000175, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Abs_ReturnValue_3) == 0x000178, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_29) == 0x00017C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_16) == 0x00017D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_18) == 0x00017E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_21) == 0x00017F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_22) == 0x000180, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_30) == 0x000181, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_31) == 0x000182, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_2) == 0x000183, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_32) == 0x000184, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_19) == 0x000185, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_33) == 0x000186, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_34) == 0x000187, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_35) == 0x000188, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_36) == 0x000189, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_20) == 0x00018A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_21) == 0x00018B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_3) == 0x00018C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_37) == 0x00018D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_38) == 0x00018E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIsChildOf_ReturnValue) == 0x00018F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_39) == 0x000190, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_40) == 0x000191, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000192, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_41) == 0x000193, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_42) == 0x000194, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_23) == 0x000195, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_43) == 0x000196, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_4) == 0x000197, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_5) == 0x000198, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_22) == 0x000199, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_44) == 0x00019A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_8) == 0x00019B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_45) == 0x00019C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0001A0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsAiming_IsAiming_1) == 0x0001A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsAiming_IsAiming_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_9) == 0x0001A5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_23) == 0x0001A6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_X_4) == 0x0001A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Y_4) == 0x0001AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BreakVector_Z_4) == 0x0001B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_46) == 0x0001B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12) == 0x0001BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_47) == 0x0001C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_6) == 0x0001C1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_48) == 0x0001C2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_49) == 0x0001C3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_50) == 0x0001C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_4) == 0x0001C5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_51) == 0x0001C6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_52) == 0x0001C7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_53) == 0x0001C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue) == 0x0001C9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_17) == 0x0001CA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x0001CB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_54) == 0x0001CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_55) == 0x0001CD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13) == 0x0001D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_10) == 0x0001D4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_24) == 0x0001D5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0001D6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_10) == 0x0001D7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x0001D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_25) == 0x0001D9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14) == 0x0001DC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_7) == 0x0001E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_18) == 0x0001E1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_24) == 0x0001E2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15) == 0x0001E4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_25) == 0x0001E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_8) == 0x0001E9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_26) == 0x0001EA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_27) == 0x0001EB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_28) == 0x0001EC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_6) == 0x0001ED, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_26) == 0x0001EE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ClassClass_ReturnValue_2) == 0x0001EF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_11) == 0x0001F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ClassClass_ReturnValue_3) == 0x0001F1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ClassClass_ReturnValue_4) == 0x0001F2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_1) == 0x0001F4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_27) == 0x0001F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_9) == 0x0001F9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_28) == 0x0001FA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_29) == 0x0001FB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_12) == 0x0001FC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_30) == 0x0001FD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_29) == 0x0001FE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_30) == 0x0001FF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_31) == 0x000200, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_32) == 0x000201, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_11) == 0x000202, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_7) == 0x000203, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_33) == 0x000204, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_56) == 0x000205, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_56' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_8) == 0x000206, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_57) == 0x000207, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_57' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_2) == 0x000208, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_10) == 0x00020C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_13) == 0x00020D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_34) == 0x00020E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_12) == 0x00020F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_35) == 0x000210, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_9) == 0x000211, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue) == 0x000214, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16) == 0x000218, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00021C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00021D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_3) == 0x000220, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_58) == 0x000224, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_58' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_11) == 0x000225, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_31) == 0x000226, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_6) == 0x000228, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_59) == 0x00022C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_59' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_19) == 0x00022D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_60) == 0x00022E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_60' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_32) == 0x00022F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_36) == 0x000230, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_13) == 0x000231, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_61) == 0x000232, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_61' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_33) == 0x000233, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_62) == 0x000234, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_62' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_4) == 0x000238, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_12) == 0x00023C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_37) == 0x00023D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_14) == 0x00023E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_34) == 0x00023F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_10) == 0x000240, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_38) == 0x000241, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_63) == 0x000242, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_63' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_39) == 0x000243, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_11) == 0x000244, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_40) == 0x000245, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_41) == 0x000246, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_42) == 0x000247, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_12) == 0x000248, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_14) == 0x000249, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_1) == 0x00024C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_13) == 0x000250, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000251, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_64) == 0x000252, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_64' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_65) == 0x000253, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_65' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_43) == 0x000254, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_15) == 0x000255, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_16) == 0x000256, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000257, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_44) == 0x000258, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000259, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue) == 0x00025A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_15) == 0x00025B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_35) == 0x00025C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_5) == 0x000260, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_66) == 0x000264, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_66' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_13) == 0x000265, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_45) == 0x000266, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_46) == 0x000267, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_67) == 0x000268, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_67' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000270, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetEquippedCostumeRowName_ReturnValue) == 0x000278, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetEquippedCostumeRowName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_14) == 0x000280, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_6) == 0x000284, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_14) == 0x000288, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000289, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00028A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_68) == 0x00028B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_68' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_69) == 0x00028C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_69' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_47) == 0x00028D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_15) == 0x00028E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_16) == 0x00028F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_48) == 0x000290, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_1) == 0x000291, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_70) == 0x000292, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_70' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_36) == 0x000293, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotifyAnimEventPure_ReturnValue) == 0x000294, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotifyAnimEventPure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ClassClass_ReturnValue_17) == 0x000295, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ClassClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_71) == 0x000296, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_71' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_MakeRotator_ReturnValue_1) == 0x000298, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0002A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0002A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_72) == 0x0002AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_72' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17) == 0x0002B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_15) == 0x0002B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_7) == 0x0002B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0002BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_37) == 0x0002BD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_73) == 0x0002BE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_73' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_49) == 0x0002BF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_50) == 0x0002C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_17) == 0x0002C1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_18) == 0x0002C2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_38) == 0x0002C3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_39) == 0x0002C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_19) == 0x0002C5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_40) == 0x0002C6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_20) == 0x0002C7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_41) == 0x0002C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_42) == 0x0002C9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIsChildOf_ReturnValue_1) == 0x0002CA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIsChildOf_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_21) == 0x0002CB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x0002CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x0002CD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x0002CE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_8) == 0x0002D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x0002D4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_22) == 0x0002D5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_43) == 0x0002D6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_44) == 0x0002D7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_23) == 0x0002D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_45) == 0x0002D9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_51) == 0x0002DA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_7) == 0x0002DC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_5) == 0x0002E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_16) == 0x0002E1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_46) == 0x0002E2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x0002E3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_47) == 0x0002E4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_8) == 0x0002E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_17) == 0x0002EC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_74) == 0x0002ED, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_74' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x0002EE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_48) == 0x0002EF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_24) == 0x0002F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_49) == 0x0002F1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_9) == 0x0002F4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_50) == 0x0002F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_20) == 0x0002F9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_25) == 0x0002FA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_51) == 0x0002FB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002FC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_52) == 0x0002FD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_53) == 0x0002FE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x0002FF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_20) == 0x000300, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_21) == 0x000301, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_VSize_ReturnValue_1) == 0x000304, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_26) == 0x000308, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_18) == 0x000309, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_75) == 0x00030A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_75' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_52) == 0x00030B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_27) == 0x00030C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_VSize_ReturnValue_2) == 0x000310, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_VSize_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_21) == 0x000314, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_28) == 0x000315, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000316, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_54) == 0x000317, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000318, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_55) == 0x000319, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_56) == 0x00031A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_56' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_IntInt_ReturnValue) == 0x00031B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_18) == 0x00031C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_19) == 0x000320, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_16) == 0x000324, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_19) == 0x000325, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_6) == 0x000326, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_29) == 0x000327, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_57) == 0x000328, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_57' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000329, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_2) == 0x00032A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_30) == 0x00032B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_NameName_ReturnValue) == 0x00032C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_58) == 0x00032D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_58' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_59) == 0x00032E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_59' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_53) == 0x00032F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_60) == 0x000330, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_60' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_61) == 0x000331, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_61' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_VSize_ReturnValue_3) == 0x000334, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_VSize_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_22) == 0x000338, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_22) == 0x000339, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_23) == 0x00033A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_76) == 0x00033B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_76' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_31) == 0x00033C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_3) == 0x00033D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_4) == 0x00033E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_54) == 0x00033F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_24) == 0x000340, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_5) == 0x000341, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_55) == 0x000342, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_77) == 0x000343, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_77' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_32) == 0x000344, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_78) == 0x000345, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_78' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_79) == 0x000346, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_79' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_33) == 0x000347, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_62) == 0x000348, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_62' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_80) == 0x000349, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_80' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_63) == 0x00034A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_63' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_81) == 0x00034B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_81' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_82) == 0x00034C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_82' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_56) == 0x00034D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_56' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue) == 0x00034E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_83) == 0x00034F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_83' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_57) == 0x000350, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_57' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_34) == 0x000351, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_58) == 0x000352, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_58' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_6) == 0x000353, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_84) == 0x000354, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_84' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_59) == 0x000355, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_59' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000356, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_60) == 0x000357, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_60' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_64) == 0x000358, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_64' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_85) == 0x000359, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_85' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_35) == 0x00035A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_65) == 0x00035B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_65' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x00035C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_3) == 0x00035D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_61) == 0x00035E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_61' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_25) == 0x00035F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_26) == 0x000360, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_36) == 0x000361, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_27) == 0x000362, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_66) == 0x000363, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_66' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_86) == 0x000364, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_86' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_87) == 0x000365, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_87' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_37) == 0x000366, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_88) == 0x000367, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_88' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_89) == 0x000368, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_89' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_90) == 0x000369, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_90' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_91) == 0x00036A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_91' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_62) == 0x00036B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_62' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_63) == 0x00036C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_63' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_64) == 0x00036D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_64' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000370, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_65) == 0x000374, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_65' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x000378, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_7) == 0x00037C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_20) == 0x000380, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_20) == 0x000384, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_8) == 0x000385, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_66) == 0x000386, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_66' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_38) == 0x000387, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_67) == 0x000388, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_67' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_92) == 0x000389, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_92' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_39) == 0x00038A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_67) == 0x00038B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_67' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_93) == 0x00038C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_93' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_68) == 0x00038D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_68' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_94) == 0x00038E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_94' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_69) == 0x00038F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_69' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_9) == 0x000390, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_70) == 0x000391, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_70' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_21) == 0x000394, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_21) == 0x000398, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_71) == 0x000399, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_71' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_4) == 0x00039A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_10) == 0x00039C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_23) == 0x0003A0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_40) == 0x0003A1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_68) == 0x0003A2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_68' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_95) == 0x0003A3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_95' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_69) == 0x0003A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_69' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_41) == 0x0003A5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_70) == 0x0003A6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_70' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_71) == 0x0003A7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_71' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x0003A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_5) == 0x0003A9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_10) == 0x0003AA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_42) == 0x0003AB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_43) == 0x0003AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_22) == 0x0003B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_17) == 0x0003B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_6) == 0x0003B5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_72) == 0x0003B6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_72' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_73) == 0x0003B7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_73' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_11) == 0x0003B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_23) == 0x0003BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_18) == 0x0003C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_24) == 0x0003C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_74) == 0x0003C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_74' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_22) == 0x0003C9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_75) == 0x0003CA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_75' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_76) == 0x0003CB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_76' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_11) == 0x0003CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_19) == 0x0003D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_25) == 0x0003D4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_72) == 0x0003D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_72' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_23) == 0x0003D9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_96) == 0x0003DA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_96' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_26) == 0x0003DC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_44) == 0x0003E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_24) == 0x0003E1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_73) == 0x0003E2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_73' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_77) == 0x0003E3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_77' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_27) == 0x0003E4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_25) == 0x0003E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_28) == 0x0003EC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_97) == 0x0003F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_97' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_26) == 0x0003F1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_29) == 0x0003F4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_20) == 0x0003F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_30) == 0x0003FC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_78) == 0x000400, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_78' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_27) == 0x000401, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_31) == 0x000404, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_28) == 0x000408, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_74) == 0x000409, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_74' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_32) == 0x00040C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_29) == 0x000410, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_98) == 0x000411, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_98' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_79) == 0x000412, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_79' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_28) == 0x000413, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_33) == 0x000414, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_24) == 0x000418, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_30) == 0x000419, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_34) == 0x00041C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_31) == 0x000420, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_75) == 0x000421, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_75' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_35) == 0x000424, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_21) == 0x000428, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_80) == 0x000429, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_80' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_12) == 0x00042A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_36) == 0x00042C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_22) == 0x000430, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_45) == 0x000431, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_81) == 0x000432, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_81' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_37) == 0x000434, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_82) == 0x000438, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_82' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_32) == 0x000439, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_99) == 0x00043A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_99' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_46) == 0x00043B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue) == 0x00043C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_23) == 0x000440, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_38) == 0x000444, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_47) == 0x000448, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_24) == 0x000449, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_76) == 0x00044A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_76' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_77) == 0x00044B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_77' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_39) == 0x00044C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_25) == 0x000450, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000451, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_83) == 0x000452, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_83' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x000453, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_25) == 0x000454, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_48) == 0x000455, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_78) == 0x000456, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_78' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_100) == 0x000457, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_100' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_79) == 0x000458, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_79' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_49) == 0x000459, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_1) == 0x00045C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_101) == 0x000460, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_101' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_26) == 0x000461, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_50) == 0x000462, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_84) == 0x000463, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_84' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_40) == 0x000464, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_102) == 0x000468, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_102' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_27) == 0x000469, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_41) == 0x00046C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_28) == 0x000470, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_13) == 0x000471, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_85) == 0x000472, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_85' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_42) == 0x000474, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_86) == 0x000478, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_86' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_29) == 0x000479, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_51) == 0x00047A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_87) == 0x00047B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_87' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_12) == 0x00047C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_88) == 0x000480, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_88' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_26) == 0x000481, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_80) == 0x000482, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_80' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_4) == 0x000483, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_27) == 0x000484, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_52) == 0x000485, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_81) == 0x000486, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_81' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_43) == 0x000488, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_82) == 0x00048C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_82' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_30) == 0x00048D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_103) == 0x00048E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_103' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_89) == 0x00048F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_89' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_53) == 0x000490, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x000491, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_83) == 0x000492, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_83' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_7) == 0x000493, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_14) == 0x000494, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_54) == 0x000495, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_104) == 0x000496, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_104' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_84) == 0x000497, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_84' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_9) == 0x000498, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_15) == 0x00049C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_33) == 0x00049D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_90) == 0x00049E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_90' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_10) == 0x0004A0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_91) == 0x0004A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_91' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_34) == 0x0004A5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_16) == 0x0004A6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_105) == 0x0004A7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_105' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_92) == 0x0004A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_92' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_55) == 0x0004A9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_93) == 0x0004AA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_93' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_5) == 0x0004AB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_31) == 0x0004AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_28) == 0x0004AD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_85) == 0x0004AE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_85' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_56) == 0x0004AF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_56' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_94) == 0x0004B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_94' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_86) == 0x0004B1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_86' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_87) == 0x0004B2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_87' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_6) == 0x0004B3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_88) == 0x0004B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_88' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_32) == 0x0004B5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_57) == 0x0004B6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_57' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_29) == 0x0004B7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_95) == 0x0004B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_95' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_89) == 0x0004B9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_89' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_90) == 0x0004BA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_90' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_106) == 0x0004BB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_106' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_91) == 0x0004BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_91' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_33) == 0x0004BD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_107) == 0x0004BE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_107' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_92) == 0x0004BF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_92' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_7) == 0x0004C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_34) == 0x0004C1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_30) == 0x0004C2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_93) == 0x0004C3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_93' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_58) == 0x0004C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_58' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_96) == 0x0004C5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_96' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_94) == 0x0004C6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_94' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_108) == 0x0004C7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_108' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_95) == 0x0004C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_95' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_59) == 0x0004C9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_59' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_97) == 0x0004CA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_97' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_96) == 0x0004CB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_96' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_109) == 0x0004CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_109' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_110) == 0x0004CD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_110' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_60) == 0x0004CE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_60' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x0004CF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_97) == 0x0004D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_97' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_111) == 0x0004D1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_111' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_98) == 0x0004D2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_98' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_112) == 0x0004D3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_112' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_99) == 0x0004D4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_99' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_61) == 0x0004D5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_61' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x0004D6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_100) == 0x0004D7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_100' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIsChildOf_ReturnValue_2) == 0x0004D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIsChildOf_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_101) == 0x0004D9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_101' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_62) == 0x0004DA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_62' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_102) == 0x0004DB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_102' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_17) == 0x0004DC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_2) == 0x0004E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTime_ReturnValue) == 0x0004E4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_35) == 0x0004E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_31) == 0x0004E9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_98) == 0x0004EA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_98' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_103) == 0x0004EB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_103' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_99) == 0x0004EC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_99' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_8) == 0x0004ED, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_32) == 0x0004EE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_63) == 0x0004EF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_63' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_104) == 0x0004F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_104' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_18) == 0x0004F1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_105) == 0x0004F2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_105' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_3) == 0x0004F4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_36) == 0x0004F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTime_ReturnValue_1) == 0x0004FC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_100) == 0x000500, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_100' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_33) == 0x000501, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_113) == 0x000502, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_113' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_106) == 0x000503, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_106' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_101) == 0x000504, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_101' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_9) == 0x000505, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_64) == 0x000506, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_64' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_107) == 0x000507, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_107' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_7) == 0x000508, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_114) == 0x000509, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_114' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_19) == 0x00050A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_108) == 0x00050B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_108' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_8) == 0x00050C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_115) == 0x00050D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_115' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_116) == 0x00050E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_116' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_109) == 0x00050F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_109' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_65) == 0x000510, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_65' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_9) == 0x000511, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000512, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_66) == 0x000513, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_66' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_10) == 0x000514, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_110) == 0x000515, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_110' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIsChildOf_ReturnValue) == 0x000516, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_117) == 0x000517, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_117' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_11) == 0x000518, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_12) == 0x000519, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_111) == 0x00051A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_111' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_118) == 0x00051B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_118' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_112) == 0x00051C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_112' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_13) == 0x00051D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00051E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_67) == 0x00051F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_67' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_113) == 0x000520, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_113' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_14) == 0x000521, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_114) == 0x000522, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_114' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_115) == 0x000523, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_115' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_15) == 0x000524, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_16) == 0x000525, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_102) == 0x000526, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_102' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_116) == 0x000527, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_116' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000528, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000529, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_103) == 0x00052A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_103' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_4) == 0x00052B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_17) == 0x00052C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_5) == 0x00052D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_119) == 0x00052E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_119' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_117) == 0x00052F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_117' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_6) == 0x000530, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_120) == 0x000531, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_120' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_118) == 0x000532, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_118' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_68) == 0x000533, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_68' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_119) == 0x000534, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_119' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_121) == 0x000535, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_121' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_69) == 0x000536, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_69' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_70) == 0x000537, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_70' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_44) == 0x000538, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_120) == 0x00053C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_120' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_37) == 0x00053D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_18) == 0x00053E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_10) == 0x00053F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_45) == 0x000540, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_38) == 0x000544, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_19) == 0x000545, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_122) == 0x000546, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_122' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_123) == 0x000547, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_123' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_20) == 0x000548, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_71) == 0x000549, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_71' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_72) == 0x00054A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_72' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_121) == 0x00054B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_121' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_21) == 0x00054C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_22) == 0x00054D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_73) == 0x00054E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_73' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_74) == 0x00054F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_74' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_122) == 0x000550, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_122' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_123) == 0x000551, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_123' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_104) == 0x000552, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_104' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_MakeRotator_ReturnValue_2) == 0x000554, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000560, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000564, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_124) == 0x000568, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_124' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_125) == 0x000569, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_125' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_126) == 0x00056A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_126' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_8) == 0x00056B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_124) == 0x00056C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_124' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_105) == 0x00056D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_105' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_106) == 0x00056E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_106' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000570, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_29) == 0x000574, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000578, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00057C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_20) == 0x000580, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_107) == 0x000581, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_107' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000584, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_125) == 0x000588, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_125' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x00058C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000590, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_127) == 0x000594, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_127' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_7) == 0x000595, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_8) == 0x000596, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_9) == 0x000597, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotifyAnimEventPure_ReturnValue_1) == 0x000598, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotifyAnimEventPure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_128) == 0x000599, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_128' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_75) == 0x00059A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_75' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_129) == 0x00059B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_129' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_30) == 0x00059C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_76) == 0x00059D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_76' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_126) == 0x00059E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_126' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_127) == 0x00059F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_127' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_128) == 0x0005A0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_128' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_130) == 0x0005A1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_130' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_31) == 0x0005A2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_129) == 0x0005A3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_129' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_130) == 0x0005A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_130' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_32) == 0x0005A5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_131) == 0x0005A6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_131' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_77) == 0x0005A7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_77' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_131) == 0x0005A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_131' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_33) == 0x0005A9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_132) == 0x0005AA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_132' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_132) == 0x0005AB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_132' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_23) == 0x0005AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_133) == 0x0005AD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_133' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_134) == 0x0005AE, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_134' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_78) == 0x0005AF, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_78' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_133) == 0x0005B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_133' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0005B1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_24) == 0x0005B2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_134) == 0x0005B3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_134' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_135) == 0x0005B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_135' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_135) == 0x0005B5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_135' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_79) == 0x0005B6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_79' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_136) == 0x0005B7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_136' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_137) == 0x0005B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_137' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_46) == 0x0005BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_136) == 0x0005C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_136' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_35) == 0x0005C1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x0005C2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_138) == 0x0005C3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_138' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_137) == 0x0005C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_137' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_139) == 0x0005C5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_139' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_140) == 0x0005C6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_140' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_34) == 0x0005C7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_25) == 0x0005C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_141) == 0x0005C9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_141' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_142) == 0x0005CA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_142' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_80) == 0x0005CB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_80' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_13) == 0x0005CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_47) == 0x0005D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_34) == 0x0005D4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_36) == 0x0005D5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_143) == 0x0005D6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_143' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_108) == 0x0005D7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_108' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_37) == 0x0005D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_11) == 0x0005D9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_144) == 0x0005DA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_144' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_81) == 0x0005DB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_81' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_14) == 0x0005DC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_48) == 0x0005E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_35) == 0x0005E4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_38) == 0x0005E5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_145) == 0x0005E6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_145' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_109) == 0x0005E7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_109' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_146) == 0x0005E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_146' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_147) == 0x0005E9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_147' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_82) == 0x0005EA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_82' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_15) == 0x0005EC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_4) == 0x0005F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_36) == 0x0005F4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_39) == 0x0005F5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_148) == 0x0005F6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_148' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_110) == 0x0005F7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_110' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_83) == 0x0005F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_83' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_16) == 0x0005FC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_5) == 0x000600, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_37) == 0x000604, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_40) == 0x000605, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_149) == 0x000606, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_149' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_111) == 0x000607, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_111' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_41) == 0x000608, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_12) == 0x000609, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_150) == 0x00060A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_150' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_151) == 0x00060B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_151' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_152) == 0x00060C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_152' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_17) == 0x000610, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_84) == 0x000614, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_84' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_49) == 0x000618, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_42) == 0x00061C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_38) == 0x00061D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_153) == 0x00061E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_153' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_112) == 0x00061F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_112' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_85) == 0x000620, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_85' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_18) == 0x000624, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_50) == 0x000628, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_43) == 0x00062C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_39) == 0x00062D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_138) == 0x00062E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_138' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_154) == 0x00062F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_154' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_86) == 0x000630, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_86' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_113) == 0x000631, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_113' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_44) == 0x000632, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_13) == 0x000633, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_155) == 0x000634, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_155' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_156) == 0x000635, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_156' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_157) == 0x000636, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_157' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_14) == 0x000637, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_45) == 0x000638, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_26) == 0x000639, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_35) == 0x00063A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_158) == 0x00063B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_158' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_139) == 0x00063C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_139' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Abs_ReturnValue_4) == 0x000640, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Abs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_87) == 0x000644, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_87' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_FloatFloat_ReturnValue_40) == 0x000645, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_FloatFloat_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_159) == 0x000646, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_159' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_51) == 0x000648, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_LessEqual_FloatFloat_ReturnValue_46) == 0x00064C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_LessEqual_FloatFloat_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x00064D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_9) == 0x00064E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_114) == 0x00064F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_114' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_160) == 0x000650, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_160' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_MakeRotator_ReturnValue_3) == 0x000654, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000660, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000664, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_140) == 0x000668, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_140' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_15) == 0x000669, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_161) == 0x00066A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_161' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_10) == 0x00066B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_162) == 0x00066C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_162' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_163) == 0x00066D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_163' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_52) == 0x000670, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Less_FloatFloat_ReturnValue_39) == 0x000674, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Less_FloatFloat_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_141) == 0x000675, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_141' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_142) == 0x000676, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_142' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_115) == 0x000677, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_115' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue_1) == 0x000678, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_164) == 0x000679, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_164' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_88) == 0x00067A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_88' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_89) == 0x00067B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_89' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue_2) == 0x00067C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_90) == 0x00067D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_90' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue_3) == 0x00067E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_165) == 0x00067F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_165' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_143) == 0x000680, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_143' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_144) == 0x000681, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_144' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_116) == 0x000682, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_116' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_166) == 0x000683, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_166' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_36) == 0x000684, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_16) == 0x000685, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_91) == 0x000686, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_91' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue_4) == 0x000687, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_167) == 0x000688, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_167' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_168) == 0x000689, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_168' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_92) == 0x00068A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_92' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue_5) == 0x00068B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_169) == 0x00068C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_169' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_145) == 0x00068D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_145' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_146) == 0x00068E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_146' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_93) == 0x00068F, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_93' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_94) == 0x000690, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_94' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_IsInBombState_ReturnValue_6) == 0x000691, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_IsInBombState_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_170) == 0x000692, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_170' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetRelevantAnimTime_ReturnValue_19) == 0x000694, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetRelevantAnimTime_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_147) == 0x000698, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_147' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GreaterEqual_FloatFloat_ReturnValue_17) == 0x000699, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GreaterEqual_FloatFloat_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_171) == 0x00069A, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_171' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_37) == 0x00069B, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_38) == 0x00069C, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_39) == 0x00069D, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Array_Contains_ReturnValue) == 0x00069E, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x0006A0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_ShouldApplyHeadTracking_ReturnValue) == 0x0006A4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_ShouldApplyHeadTracking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_148) == 0x0006A5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_148' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_PreviousStateIs_ReturnValue_27) == 0x0006A6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_PreviousStateIs_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_172) == 0x0006A7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_172' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Array_Contains_ReturnValue_1) == 0x0006A8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Conv_BoolToFloat_ReturnValue_4) == 0x0006AC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Conv_BoolToFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Greater_IntInt_ReturnValue_11) == 0x0006B0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Greater_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_IntInt_ReturnValue_9) == 0x0006B1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_173) == 0x0006B2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_173' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_149) == 0x0006B3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_149' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_174) == 0x0006B4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_174' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_SuperStateIs_ReturnValue_21) == 0x0006B5, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_SuperStateIs_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_117) == 0x0006B6, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_117' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_118) == 0x0006B7, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_118' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_Event_DeltaTimeX) == 0x0006B8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanOR_ReturnValue_119) == 0x0006BC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanOR_ReturnValue_119' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_95) == 0x0006BD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_95' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Conv_BoolToFloat_ReturnValue_5) == 0x0006C0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Conv_BoolToFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x0006C4, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CanUpdate_ReturnValue) == 0x0006C8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CanUpdate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_150) == 0x0006C9, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_150' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CurrentStateIs_ReturnValue_151) == 0x0006CA, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CurrentStateIs_ReturnValue_151' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_175) == 0x0006CB, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_175' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotifyAnimEvent_ReturnValue) == 0x0006CC, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_176) == 0x0006CD, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_176' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_Event_From) == 0x0006D0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_Event_From' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_Event_To) == 0x0006D8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_Event_To' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_Event_IsSuspend) == 0x0006E0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_Event_IsSuspend' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_Event_IsResume) == 0x0006E1, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_Event_IsResume' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CanUpdate_ReturnValue_1) == 0x0006E2, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CanUpdate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_NotifyAnimEvent_ReturnValue_1) == 0x0006E3, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_NotifyAnimEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0006E8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_GetComponentByClass_ReturnValue) == 0x0006F0, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_BooleanAND_ReturnValue_177) == 0x0006F8, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_BooleanAND_ReturnValue_177' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_FindAbilityByClass_ReturnValue) == 0x000700, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_CreateDelegate_OutputDelegate) == 0x000708, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000718, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_EqualEqual_NameName_ReturnValue_10) == 0x000720, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_EqualEqual_NameName_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_CreateDelegate_OutputDelegate_1) == 0x000724, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, K2Node_CustomEvent_BumpVector) == 0x000734, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::K2Node_CustomEvent_BumpVector' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, Temp_bool_Variable) == 0x000740, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_Not_PreBool_ReturnValue_96) == 0x000741, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_Not_PreBool_ReturnValue_96' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance, CallFunc_CanUpdate_ReturnValue_2) == 0x000742, "Member 'BP_KenaAnimInstance_C_ExecuteUbergraph_BP_KenaAnimInstance::CallFunc_CanUpdate_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_IsInBombState \ +static_assert(alignof(BP_KenaAnimInstance_C_IsInBombState) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_IsInBombState"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_IsInBombState) == 0x000008, "Wrong size on BP_KenaAnimInstance_C_IsInBombState"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_IsInBombState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_CurrentStateIs_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_CurrentStateIs_ReturnValue_1) == 0x000002, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_CurrentStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_CurrentStateIs_ReturnValue_2) == 0x000003, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_CurrentStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_CurrentStateIs_ReturnValue_3) == 0x000004, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_CurrentStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_BooleanOR_ReturnValue_1) == 0x000006, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBombState, CallFunc_BooleanOR_ReturnValue_2) == 0x000007, "Member 'BP_KenaAnimInstance_C_IsInBombState::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_IsInBowState \ +static_assert(alignof(BP_KenaAnimInstance_C_IsInBowState) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_IsInBowState"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_IsInBowState) == 0x000008, "Wrong size on BP_KenaAnimInstance_C_IsInBowState"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_IsInBowState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_CurrentStateIs_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_CurrentStateIs_ReturnValue_1) == 0x000002, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_CurrentStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_CurrentStateIs_ReturnValue_2) == 0x000003, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_CurrentStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_CurrentStateIs_ReturnValue_3) == 0x000005, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_CurrentStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_BooleanOR_ReturnValue_1) == 0x000006, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_IsInBowState, CallFunc_BooleanOR_ReturnValue_2) == 0x000007, "Member 'BP_KenaAnimInstance_C_IsInBowState::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAnimInstance_C_ShouldApplyHeadTracking \ +static_assert(alignof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking) == 0x000001, "Wrong alignment on BP_KenaAnimInstance_C_ShouldApplyHeadTracking"); \ +static_assert(sizeof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking) == 0x000017, "Wrong size on BP_KenaAnimInstance_C_ShouldApplyHeadTracking"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, ReturnValue) == 0x000000, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue) == 0x000001, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000002, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_1) == 0x000003, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_2) == 0x000004, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_3) == 0x000005, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_4) == 0x000006, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_5) == 0x000007, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_6) == 0x000008, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_CurrentStateIs_ReturnValue_7) == 0x000009, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_CurrentStateIs_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_SuperStateIs_ReturnValue) == 0x00000A, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_SuperStateIs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_ShouldApplyHeadTracking_ReturnValue) == 0x00000B, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_ShouldApplyHeadTracking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_2) == 0x00000E, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_3) == 0x00000F, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_4) == 0x000010, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_5) == 0x000011, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_6) == 0x000012, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanOR_ReturnValue_7) == 0x000013, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAnimInstance_C_ShouldApplyHeadTracking, CallFunc_BooleanAND_ReturnValue_1) == 0x000016, "Member 'BP_KenaAnimInstance_C_ShouldApplyHeadTracking::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_KenaAnimInstance_C \ +static_assert(alignof(UBP_KenaAnimInstance_C) == 0x000010, "Wrong alignment on UBP_KenaAnimInstance_C"); \ +static_assert(sizeof(UBP_KenaAnimInstance_C) == 0x016BF0, "Wrong size on UBP_KenaAnimInstance_C"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, UberGraphFrame) == 0x0013A0, "Member 'UBP_KenaAnimInstance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_361) == 0x0013A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_361' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_360) == 0x0013D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_360' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_359) == 0x0013F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_359' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_358) == 0x001420, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_358' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_357) == 0x001448, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_357' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_356) == 0x001470, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_356' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_355) == 0x001498, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_355' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_354) == 0x0014C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_354' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_353) == 0x0014E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_353' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_352) == 0x001510, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_352' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_351) == 0x001538, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_351' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_350) == 0x001560, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_350' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_349) == 0x001588, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_349' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_348) == 0x0015B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_348' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_347) == 0x0015D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_347' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_346) == 0x001600, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_346' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_345) == 0x001628, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_345' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_344) == 0x001650, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_344' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_343) == 0x001678, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_343' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_342) == 0x0016A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_342' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_341) == 0x0016C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_341' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_340) == 0x0016F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_340' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_339) == 0x001718, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_339' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_338) == 0x001740, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_338' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_337) == 0x001768, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_337' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_336) == 0x001790, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_336' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_335) == 0x0017B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_335' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_334) == 0x0017E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_334' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_333) == 0x001808, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_333' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_332) == 0x001830, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_332' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_331) == 0x001858, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_331' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_330) == 0x001880, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_330' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_329) == 0x0018A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_329' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_328) == 0x0018D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_328' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_327) == 0x0018F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_327' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_326) == 0x001920, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_326' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_325) == 0x001948, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_325' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_324) == 0x001970, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_324' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_323) == 0x001998, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_323' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_322) == 0x0019C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_322' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_321) == 0x0019E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_321' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_320) == 0x001A10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_320' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_319) == 0x001A38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_319' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_318) == 0x001A60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_318' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_317) == 0x001A88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_317' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_316) == 0x001AB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_316' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_315) == 0x001AD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_315' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_314) == 0x001B00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_314' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_313) == 0x001B28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_313' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_312) == 0x001B50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_312' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_311) == 0x001B78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_311' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_310) == 0x001BA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_310' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_309) == 0x001BC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_309' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_308) == 0x001BF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_308' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_236) == 0x001C18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_236' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_206) == 0x001C98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_206' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_30) == 0x001CC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_30' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_205) == 0x001D78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_205' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_7) == 0x001DA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_235) == 0x001DF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_235' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_204) == 0x001E70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_204' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_234) == 0x001EA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_234' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_203) == 0x001F20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_203' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_307) == 0x001F50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_307' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_233) == 0x001F78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_233' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_202) == 0x001FF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_202' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_21) == 0x002028, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_20) == 0x002110, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_35) == 0x0021F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_35' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_10) == 0x002298, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_10) == 0x0022B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LookAt_1) == 0x0022E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LookAt_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_10) == 0x002490, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_232) == 0x002558, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_232' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_231) == 0x0025D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_231' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LayeredBoneBlend_3) == 0x002658, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_201) == 0x002718, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_201' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_29) == 0x002748, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_29' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_200) == 0x0027F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_200' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_230) == 0x002828, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_230' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_199) == 0x0028A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_199' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_229) == 0x0028D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_229' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_34) == 0x002958, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_34' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_228) == 0x0029F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_228' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_198) == 0x002A78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_198' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_306) == 0x002AA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_306' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_227) == 0x002AD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_227' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_197) == 0x002B50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_197' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_226) == 0x002B80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_226' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_196) == 0x002C00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_196' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_28) == 0x002C30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_28' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_195) == 0x002CE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_195' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_225) == 0x002D10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_225' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_194) == 0x002D90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_194' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_305) == 0x002DC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_305' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_304) == 0x002DE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_304' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_303) == 0x002E10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_303' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_302) == 0x002E38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_302' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_301) == 0x002E60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_301' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_300) == 0x002E88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_300' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_299) == 0x002EB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_299' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_298) == 0x002ED8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_298' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_297) == 0x002F00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_297' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_296) == 0x002F28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_296' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_295) == 0x002F50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_295' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_294) == 0x002F78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_294' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_293) == 0x002FA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_293' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_292) == 0x002FC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_292' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_193) == 0x002FF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_193' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_224) == 0x003020, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_224' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_192) == 0x0030A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_192' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_223) == 0x0030D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_223' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_191) == 0x003150, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_191' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_222) == 0x003180, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_222' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_190) == 0x003200, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_190' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_221) == 0x003230, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_221' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_189) == 0x0032B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_189' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_188) == 0x0032E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_188' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_220) == 0x003310, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_220' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_187) == 0x003390, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_187' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_19) == 0x0033C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_186) == 0x0034A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_186' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_27) == 0x0034D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_27' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_185) == 0x003588, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_185' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_PoseSnapshot) == 0x0035B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_PoseSnapshot' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_184) == 0x003648, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_184' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_219) == 0x003678, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_219' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_183) == 0x0036F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_183' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_218) == 0x003728, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_218' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_182) == 0x0037A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_182' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_291) == 0x0037D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_291' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_290) == 0x003800, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_290' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_217) == 0x003828, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_217' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_181) == 0x0038A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_181' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_216) == 0x0038D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_216' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_180) == 0x003958, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_180' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_215) == 0x003988, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_215' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_179) == 0x003A08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_179' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_26) == 0x003A38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_26' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_178) == 0x003AE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_178' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_7) == 0x003B18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_6) == 0x003C10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CustomTransitionResult_3) == 0x003D08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CustomTransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_289) == 0x003D38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_289' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_288) == 0x003D60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_288' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_214) == 0x003D88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_214' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_177) == 0x003E08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_177' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_213) == 0x003E38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_213' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_176) == 0x003EB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_176' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_212) == 0x003EE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_212' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_175) == 0x003F68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_175' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_25) == 0x003F98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_25' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_174) == 0x004048, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_174' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_9) == 0x004078, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_9) == 0x004098, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_9) == 0x0040B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_8) == 0x0041C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_287) == 0x0042C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_287' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_211) == 0x0042F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_211' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_173) == 0x004370, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_173' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_210) == 0x0043A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_210' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_172) == 0x004420, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_172' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_24) == 0x004450, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_24' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_171) == 0x004500, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_171' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_286) == 0x004530, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_286' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_5) == 0x004558, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_4) == 0x004650, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CustomTransitionResult_2) == 0x004748, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CustomTransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_285) == 0x004778, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_285' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_284) == 0x0047A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_284' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_283) == 0x0047C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_283' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_282) == 0x0047F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_282' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_3) == 0x004818, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_2) == 0x004910, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CustomTransitionResult_1) == 0x004A08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CustomTransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_281) == 0x004A38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_281' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator_1) == 0x004A60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionPoseEvaluator) == 0x004B58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionPoseEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CustomTransitionResult) == 0x004C50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CustomTransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_280) == 0x004C80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_280' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_279) == 0x004CA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_279' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_278) == 0x004CD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_278' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_277) == 0x004CF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_277' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_276) == 0x004D20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_276' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_209) == 0x004D48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_209' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_170) == 0x004DC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_170' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_208) == 0x004DF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_208' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_169) == 0x004E78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_169' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_168) == 0x004EA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_168' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_167) == 0x004ED8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_167' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_207) == 0x004F08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_207' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_166) == 0x004F88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_166' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_206) == 0x004FB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_206' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_165) == 0x005038, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_165' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_205) == 0x005068, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_205' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_164) == 0x0050E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_164' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_204) == 0x005118, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_204' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_163) == 0x005198, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_163' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_23) == 0x0051C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_23' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_162) == 0x005278, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_162' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_275) == 0x0052A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_275' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_274) == 0x0052D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_274' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_273) == 0x0052F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_273' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_272) == 0x005320, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_272' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_271) == 0x005348, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_271' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_270) == 0x005370, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_270' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_269) == 0x005398, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_269' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_268) == 0x0053C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_268' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_267) == 0x0053E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_267' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_266) == 0x005410, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_266' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_265) == 0x005438, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_265' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_264) == 0x005460, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_264' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_263) == 0x005488, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_263' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_203) == 0x0054B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_203' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_161) == 0x005530, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_161' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_202) == 0x005560, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_202' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_160) == 0x0055E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_160' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_201) == 0x005610, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_201' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_159) == 0x005690, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_159' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_200) == 0x0056C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_200' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_158) == 0x005740, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_158' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_262) == 0x005770, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_262' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_261) == 0x005798, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_261' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_199) == 0x0057C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_199' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_157) == 0x005840, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_157' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_198) == 0x005870, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_198' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_156) == 0x0058F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_156' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_197) == 0x005920, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_197' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_155) == 0x0059A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_155' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_154) == 0x0059D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_154' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_196) == 0x005A00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_196' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_153) == 0x005A80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_153' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_195) == 0x005AB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_195' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_152) == 0x005B30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_152' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_194) == 0x005B60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_194' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_151) == 0x005BE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_151' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_193) == 0x005C10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_193' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_150) == 0x005C90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_150' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_22) == 0x005CC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_22' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_149) == 0x005D70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_149' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_192) == 0x005DA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_192' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_148) == 0x005E20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_148' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_260) == 0x005E50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_260' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_259) == 0x005E78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_259' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_258) == 0x005EA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_258' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_257) == 0x005EC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_257' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_256) == 0x005EF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_256' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_255) == 0x005F18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_255' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_254) == 0x005F40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_254' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_253) == 0x005F68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_253' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_252) == 0x005F90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_252' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_251) == 0x005FB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_251' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_250) == 0x005FE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_250' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_191) == 0x006008, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_191' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_147) == 0x006088, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_147' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_190) == 0x0060B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_190' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_146) == 0x006138, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_146' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_189) == 0x006168, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_189' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_33) == 0x0061E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_33' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_188) == 0x006288, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_188' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_187) == 0x006308, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_187' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_186) == 0x006388, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_186' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_185) == 0x006408, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_185' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_184) == 0x006488, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_184' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_32) == 0x006508, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_32' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_31) == 0x0065A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_31' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_30) == 0x006648, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_30' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_29) == 0x0066E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_29' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_145) == 0x006788, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_145' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_249) == 0x0067B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_249' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_248) == 0x0067E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_248' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_247) == 0x006808, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_247' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_246) == 0x006830, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_246' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_245) == 0x006858, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_245' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_244) == 0x006880, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_244' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_243) == 0x0068A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_243' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_242) == 0x0068D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_242' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_241) == 0x0068F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_241' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_240) == 0x006920, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_240' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_239) == 0x006948, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_239' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_183) == 0x006970, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_183' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_144) == 0x0069F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_144' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_182) == 0x006A20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_182' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_143) == 0x006AA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_143' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_181) == 0x006AD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_181' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_142) == 0x006B50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_142' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_180) == 0x006B80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_180' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_141) == 0x006C00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_141' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_179) == 0x006C30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_179' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_140) == 0x006CB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_140' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_178) == 0x006CE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_178' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_139) == 0x006D60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_139' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_177) == 0x006D90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_177' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_138) == 0x006E10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_138' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_176) == 0x006E40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_176' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_137) == 0x006EC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_137' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_175) == 0x006EF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_175' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_136) == 0x006F70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_136' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_174) == 0x006FA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_174' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_135) == 0x007020, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_135' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_173) == 0x007050, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_173' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_134) == 0x0070D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_134' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_21) == 0x007100, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_21' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_133) == 0x0071B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_133' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_238) == 0x0071E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_238' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_172) == 0x007208, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_172' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_132) == 0x007288, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_132' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_237) == 0x0072B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_237' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_236) == 0x0072E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_236' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_235) == 0x007308, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_235' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_234) == 0x007330, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_234' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_171) == 0x007358, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_171' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_131) == 0x0073D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_131' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_170) == 0x007408, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_170' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_130) == 0x007488, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_130' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_169) == 0x0074B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_169' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_129) == 0x007538, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_129' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_168) == 0x007568, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_168' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_128) == 0x0075E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_128' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_20) == 0x007618, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_20' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_127) == 0x0076C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_127' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_167) == 0x0076F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_167' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_126) == 0x007778, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_126' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_19) == 0x0077A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_19' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_125) == 0x007858, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_125' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_166) == 0x007888, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_166' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_9) == 0x007908, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_8) == 0x0079D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_18) == 0x007A98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_233) == 0x007B80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_233' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_232) == 0x007BA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_232' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_231) == 0x007BD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_231' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_165) == 0x007BF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_165' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_124) == 0x007C78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_124' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_164) == 0x007CA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_164' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_123) == 0x007D28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_123' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_163) == 0x007D58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_163' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_122) == 0x007DD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_122' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_18) == 0x007E08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_18' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_121) == 0x007EB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_121' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_230) == 0x007EE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_230' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_229) == 0x007F10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_229' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_228) == 0x007F38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_228' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_227) == 0x007F60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_227' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_226) == 0x007F88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_226' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_162) == 0x007FB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_162' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_120) == 0x008030, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_120' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_161) == 0x008060, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_161' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_119) == 0x0080E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_119' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_17) == 0x008110, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_118) == 0x0081F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_118' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_225) == 0x008228, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_225' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_224) == 0x008250, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_224' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_160) == 0x008278, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_160' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_117) == 0x0082F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_117' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_159) == 0x008328, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_159' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_116) == 0x0083A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_116' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_115) == 0x0083D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_115' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_17) == 0x008408, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_17' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_114) == 0x0084B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_114' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_16) == 0x0084E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_16' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_113) == 0x008598, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_113' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_8) == 0x0085C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_8) == 0x0085E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_7) == 0x008608, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_6) == 0x008710, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_223) == 0x008818, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_223' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_222) == 0x008840, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_222' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_221) == 0x008868, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_221' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_220) == 0x008890, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_220' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_219) == 0x0088B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_219' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_218) == 0x0088E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_218' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_217) == 0x008908, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_217' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_216) == 0x008930, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_216' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_215) == 0x008958, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_215' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_214) == 0x008980, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_214' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_213) == 0x0089A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_213' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_212) == 0x0089D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_212' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_211) == 0x0089F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_211' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_210) == 0x008A20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_210' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_209) == 0x008A48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_209' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_208) == 0x008A70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_208' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_207) == 0x008A98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_207' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_206) == 0x008AC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_206' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_205) == 0x008AE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_205' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_204) == 0x008B10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_204' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_203) == 0x008B38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_203' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_202) == 0x008B60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_202' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_201) == 0x008B88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_201' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_200) == 0x008BB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_200' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_199) == 0x008BD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_199' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_198) == 0x008C00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_198' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_197) == 0x008C28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_197' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_196) == 0x008C50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_196' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_195) == 0x008C78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_195' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_194) == 0x008CA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_194' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_193) == 0x008CC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_193' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_192) == 0x008CF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_192' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_191) == 0x008D18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_191' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_190) == 0x008D40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_190' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_189) == 0x008D68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_189' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_188) == 0x008D90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_188' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_187) == 0x008DB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_187' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_186) == 0x008DE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_186' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_185) == 0x008E08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_185' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_184) == 0x008E30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_184' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_183) == 0x008E58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_183' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_182) == 0x008E80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_182' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_181) == 0x008EA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_181' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_158) == 0x008ED0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_158' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_112) == 0x008F50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_112' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_157) == 0x008F80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_157' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_111) == 0x009000, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_111' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_156) == 0x009030, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_156' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_110) == 0x0090B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_110' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_155) == 0x0090E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_155' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_109) == 0x009160, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_109' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_154) == 0x009190, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_154' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_108) == 0x009210, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_108' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_153) == 0x009240, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_153' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_107) == 0x0092C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_107' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_152) == 0x0092F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_152' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_106) == 0x009370, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_106' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_16) == 0x0093A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_105) == 0x009488, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_105' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_151) == 0x0094B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_151' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_104) == 0x009538, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_104' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_150) == 0x009568, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_150' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_103) == 0x0095E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_103' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_180) == 0x009618, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_180' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_179) == 0x009640, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_179' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_149) == 0x009668, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_149' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_102) == 0x0096E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_102' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_148) == 0x009718, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_148' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_101) == 0x009798, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_101' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_147) == 0x0097C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_147' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_100) == 0x009848, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_100' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_146) == 0x009878, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_146' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_99) == 0x0098F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_99' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_178) == 0x009928, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_178' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_145) == 0x009950, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_145' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_98) == 0x0099D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_98' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_144) == 0x009A00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_144' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_97) == 0x009A80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_97' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_143) == 0x009AB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_143' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_96) == 0x009B30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_96' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_15) == 0x009B60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_15' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_95) == 0x009C10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_95' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_177) == 0x009C40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_177' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_176) == 0x009C68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_176' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_175) == 0x009C90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_175' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_174) == 0x009CB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_174' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_173) == 0x009CE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_173' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_172) == 0x009D08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_172' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_171) == 0x009D30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_171' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_170) == 0x009D58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_170' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_142) == 0x009D80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_142' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_28) == 0x009E00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_28' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_141) == 0x009EA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_141' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_94) == 0x009F20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_94' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_140) == 0x009F50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_140' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_27) == 0x009FD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_27' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_139) == 0x00A070, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_139' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_26) == 0x00A0F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_26' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_138) == 0x00A190, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_138' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_93) == 0x00A210, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_93' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_137) == 0x00A240, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_137' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_136) == 0x00A2C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_136' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_25) == 0x00A340, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_25' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_92) == 0x00A3E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_92' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_135) == 0x00A410, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_135' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_91) == 0x00A490, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_91' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_14) == 0x00A4C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_14' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_7) == 0x00A570, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_24) == 0x00A638, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_24' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_15) == 0x00A6D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_6) == 0x00A7C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_14) == 0x00A888, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_23) == 0x00A970, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_23' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_13) == 0x00AA10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_7) == 0x00AAF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_7) == 0x00AB18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LookAt) == 0x00AB40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_5) == 0x00ACF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_169) == 0x00ADB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_169' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_168) == 0x00ADE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_168' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_167) == 0x00AE08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_167' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_166) == 0x00AE30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_166' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_165) == 0x00AE58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_165' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_164) == 0x00AE80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_164' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_163) == 0x00AEA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_163' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_162) == 0x00AED0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_162' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_161) == 0x00AEF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_161' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_160) == 0x00AF20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_160' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_159) == 0x00AF48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_159' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_158) == 0x00AF70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_158' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_157) == 0x00AF98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_157' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_156) == 0x00AFC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_156' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_155) == 0x00AFE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_155' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_134) == 0x00B010, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_134' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_90) == 0x00B090, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_90' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_133) == 0x00B0C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_133' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_89) == 0x00B140, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_89' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_154) == 0x00B170, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_154' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_132) == 0x00B198, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_132' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_88) == 0x00B218, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_88' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_131) == 0x00B248, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_131' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_22) == 0x00B2C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_22' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_130) == 0x00B368, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_130' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_87) == 0x00B3E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_87' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_129) == 0x00B418, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_129' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_86) == 0x00B498, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_86' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_128) == 0x00B4C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_128' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_127) == 0x00B548, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_127' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_21) == 0x00B5C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_21' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_85) == 0x00B668, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_85' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_126) == 0x00B698, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_126' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_20) == 0x00B718, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_20' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_125) == 0x00B7B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_125' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_84) == 0x00B838, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_84' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_13) == 0x00B868, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_13' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_124) == 0x00B918, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_124' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_123) == 0x00B998, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_123' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_19) == 0x00BA18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_19' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LayeredBoneBlend_2) == 0x00BAB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LayeredBoneBlend_1) == 0x00BB78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_18) == 0x00BC38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_18' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_17) == 0x00BCD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_17' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_153) == 0x00BD78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_153' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_152) == 0x00BDA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_152' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_151) == 0x00BDC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_151' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_150) == 0x00BDF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_150' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_149) == 0x00BE18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_149' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_148) == 0x00BE40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_148' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_147) == 0x00BE68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_147' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_146) == 0x00BE90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_146' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_122) == 0x00BEB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_122' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_83) == 0x00BF38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_83' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_121) == 0x00BF68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_121' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_82) == 0x00BFE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_82' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_12) == 0x00C018, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_11) == 0x00C100, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_16) == 0x00C1E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_16' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_120) == 0x00C288, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_120' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_15) == 0x00C308, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_15' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_81) == 0x00C3A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_81' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_119) == 0x00C3D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_119' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_14) == 0x00C458, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_14' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_118) == 0x00C4F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_118' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_80) == 0x00C578, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_80' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_117) == 0x00C5A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_117' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_13) == 0x00C628, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_13' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_116) == 0x00C6C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_116' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_12) == 0x00C748, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_115) == 0x00C7E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_115' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_79) == 0x00C868, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_79' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_12) == 0x00C898, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_78) == 0x00C948, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_78' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_145) == 0x00C978, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_145' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_144) == 0x00C9A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_144' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_143) == 0x00C9C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_143' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_142) == 0x00C9F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_142' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_141) == 0x00CA18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_141' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_140) == 0x00CA40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_140' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_139) == 0x00CA68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_139' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_138) == 0x00CA90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_138' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_137) == 0x00CAB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_137' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_136) == 0x00CAE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_136' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_135) == 0x00CB08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_135' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_134) == 0x00CB30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_134' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_133) == 0x00CB58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_133' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_132) == 0x00CB80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_132' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_131) == 0x00CBA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_131' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_130) == 0x00CBD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_130' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_129) == 0x00CBF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_129' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_128) == 0x00CC20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_128' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_127) == 0x00CC48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_127' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_126) == 0x00CC70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_126' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_125) == 0x00CC98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_125' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_124) == 0x00CCC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_124' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_123) == 0x00CCE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_123' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_122) == 0x00CD10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_122' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_121) == 0x00CD38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_121' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_120) == 0x00CD60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_120' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_119) == 0x00CD88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_119' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_118) == 0x00CDB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_118' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_117) == 0x00CDD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_117' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_116) == 0x00CE00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_116' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_115) == 0x00CE28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_115' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_114) == 0x00CE50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_114' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_113) == 0x00CE78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_113' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_112) == 0x00CEA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_112' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_111) == 0x00CEC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_111' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_110) == 0x00CEF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_109) == 0x00CF18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_108) == 0x00CF40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_107) == 0x00CF68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_106) == 0x00CF90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_105) == 0x00CFB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_104) == 0x00CFE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_103) == 0x00D008, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_102) == 0x00D030, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_101) == 0x00D058, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_100) == 0x00D080, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_99) == 0x00D0A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_98) == 0x00D0D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_97) == 0x00D0F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_96) == 0x00D120, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_95) == 0x00D148, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_94) == 0x00D170, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_93) == 0x00D198, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_92) == 0x00D1C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_91) == 0x00D1E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_90) == 0x00D210, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_89) == 0x00D238, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_88) == 0x00D260, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_87) == 0x00D288, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_86) == 0x00D2B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_85) == 0x00D2D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_84) == 0x00D300, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_83) == 0x00D328, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_82) == 0x00D350, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_81) == 0x00D378, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_80) == 0x00D3A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_79) == 0x00D3C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_78) == 0x00D3F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_77) == 0x00D418, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_76) == 0x00D440, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_75) == 0x00D468, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_74) == 0x00D490, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_73) == 0x00D4B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_72) == 0x00D4E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_71) == 0x00D508, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_70) == 0x00D530, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_69) == 0x00D558, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_68) == 0x00D580, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_67) == 0x00D5A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_66) == 0x00D5D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_65) == 0x00D5F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_64) == 0x00D620, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_63) == 0x00D648, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_62) == 0x00D670, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_61) == 0x00D698, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_60) == 0x00D6C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_59) == 0x00D6E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_58) == 0x00D710, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_57) == 0x00D738, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_56) == 0x00D760, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_55) == 0x00D788, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_54) == 0x00D7B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_53) == 0x00D7D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_52) == 0x00D800, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_51) == 0x00D828, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_50) == 0x00D850, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_114) == 0x00D878, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_114' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_77) == 0x00D8F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_77' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_49) == 0x00D928, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_48) == 0x00D950, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_113) == 0x00D978, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_113' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_76) == 0x00D9F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_76' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_6) == 0x00DA28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_6) == 0x00DA48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_5) == 0x00DA68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_4) == 0x00DB70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_47) == 0x00DC78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_46) == 0x00DCA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_45) == 0x00DCC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_44) == 0x00DCF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_43) == 0x00DD18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_42) == 0x00DD40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_112) == 0x00DD68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_112' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_75) == 0x00DDE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_75' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_111) == 0x00DE18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_111' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_74) == 0x00DE98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_74' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_110) == 0x00DEC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_110' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_73) == 0x00DF48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_73' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_109) == 0x00DF78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_109' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_72) == 0x00DFF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_72' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_11) == 0x00E028, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_71) == 0x00E0D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_71' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_41) == 0x00E108, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_108) == 0x00E130, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_108' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_107) == 0x00E1B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_107' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_106) == 0x00E230, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_106' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_105) == 0x00E2B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_105' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_104) == 0x00E330, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_104' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_103) == 0x00E3B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_103' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_102) == 0x00E430, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_102' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_101) == 0x00E4B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_101' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_100) == 0x00E530, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_100' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_99) == 0x00E5B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_99' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_98) == 0x00E630, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_98' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_97) == 0x00E6B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_97' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_96) == 0x00E730, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_96' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_95) == 0x00E7B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_95' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_94) == 0x00E830, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_94' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum_6) == 0x00E8B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_70) == 0x00E960, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_70' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_40) == 0x00E990, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_93) == 0x00E9B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_93' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_69) == 0x00EA38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_69' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_92) == 0x00EA68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_92' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_68) == 0x00EAE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_68' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_91) == 0x00EB18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_91' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_67) == 0x00EB98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_67' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_90) == 0x00EBC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_90' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_66) == 0x00EC48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_66' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_89) == 0x00EC78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_89' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_65) == 0x00ECF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_65' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_88) == 0x00ED28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_88' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_64) == 0x00EDA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_64' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_87) == 0x00EDD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_87' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_63) == 0x00EE58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_63' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_86) == 0x00EE88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_86' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_62) == 0x00EF08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_62' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequenceEvaluator_5) == 0x00EF38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequenceEvaluator_4) == 0x00EF88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequenceEvaluator_3) == 0x00EFD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum_5) == 0x00F028, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_11) == 0x00F0D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequenceEvaluator_2) == 0x00F178, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequenceEvaluator_1) == 0x00F1C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum_4) == 0x00F218, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequenceEvaluator) == 0x00F2C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_61) == 0x00F318, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_61' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_39) == 0x00F348, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_38) == 0x00F370, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_37) == 0x00F398, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_85) == 0x00F3C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_85' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_60) == 0x00F440, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_60' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_84) == 0x00F470, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_84' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_59) == 0x00F4F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_59' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_83) == 0x00F520, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_83' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_58) == 0x00F5A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_58' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_57) == 0x00F5D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_57' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_10) == 0x00F600, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_56) == 0x00F6B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_56' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_36) == 0x00F6E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_10) == 0x00F708, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_82) == 0x00F7A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_82' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_81) == 0x00F828, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_81' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_55) == 0x00F8A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_55' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_80) == 0x00F8D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_80' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_54) == 0x00F958, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_54' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_79) == 0x00F988, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_79' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_53) == 0x00FA08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_78) == 0x00FA38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_78' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_52) == 0x00FAB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_77) == 0x00FAE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_77' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_51) == 0x00FB68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_76) == 0x00FB98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_76' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_50) == 0x00FC18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_75) == 0x00FC48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_75' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_49) == 0x00FCC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_74) == 0x00FCF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_74' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_73) == 0x00FD78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_73' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_72) == 0x00FDF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_71) == 0x00FE78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_70) == 0x00FEF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_69) == 0x00FF78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_68) == 0x00FFF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_67) == 0x010078, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_66) == 0x0100F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_65) == 0x010178, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_64) == 0x0101F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_63) == 0x010278, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_62) == 0x0102F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_61) == 0x010378, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_60) == 0x0103F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_59) == 0x010478, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum_3) == 0x0104F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_48) == 0x0105A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_58) == 0x0105D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_47) == 0x010658, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_57) == 0x010688, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_56) == 0x010708, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_55) == 0x010788, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_54) == 0x010808, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_53) == 0x010888, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_52) == 0x010908, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_51) == 0x010988, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_50) == 0x010A08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_49) == 0x010A88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_48) == 0x010B08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_47) == 0x010B88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_46) == 0x010C08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_45) == 0x010C88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_44) == 0x010D08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_43) == 0x010D88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_42) == 0x010E08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_41) == 0x010E88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum_2) == 0x010F08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_46) == 0x010FB8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_40) == 0x010FE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_45) == 0x011068, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_39) == 0x011098, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_44) == 0x011118, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_35) == 0x011148, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_34) == 0x011170, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_33) == 0x011198, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_32) == 0x0111C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_31) == 0x0111E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_30) == 0x011210, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_29) == 0x011238, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_28) == 0x011260, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_27) == 0x011288, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_38) == 0x0112B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_43) == 0x011330, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_37) == 0x011360, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_42) == 0x0113E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_36) == 0x011410, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_41) == 0x011490, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_35) == 0x0114C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_40) == 0x011540, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_34) == 0x011570, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_39) == 0x0115F0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_33) == 0x011620, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_38) == 0x0116A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_10) == 0x0116D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_37) == 0x0117B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_26) == 0x0117E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_25) == 0x011810, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_32) == 0x011838, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_36) == 0x0118B8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_31) == 0x0118E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_35) == 0x011968, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_30) == 0x011998, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_34) == 0x011A18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_9) == 0x011A48, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_33) == 0x011AF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_29) == 0x011B28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_32) == 0x011BA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_24) == 0x011BD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_23) == 0x011C00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_28) == 0x011C28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_31) == 0x011CA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_27) == 0x011CD8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_30) == 0x011D58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_26) == 0x011D88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_29) == 0x011E08, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_8) == 0x011E38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_28) == 0x011EE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_25) == 0x011F18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_27) == 0x011F98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_22) == 0x011FC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_21) == 0x011FF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_24) == 0x012018, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_26) == 0x012098, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_23) == 0x0120C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_25) == 0x012148, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_22) == 0x012178, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_24) == 0x0121F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_7) == 0x012228, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_23) == 0x0122D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_20) == 0x012308, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_19) == 0x012330, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_18) == 0x012358, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_21) == 0x012380, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_22) == 0x012400, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_20) == 0x012430, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_21) == 0x0124B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_19) == 0x0124E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_20) == 0x012560, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_19) == 0x012590, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_6) == 0x0125C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_18) == 0x012670, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_5) == 0x0126A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_17) == 0x012750, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_16) == 0x012780, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_17) == 0x0127B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_18) == 0x0127D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_15) == 0x012858, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_17) == 0x012888, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_14) == 0x012908, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_5) == 0x012938, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_5) == 0x012958, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_3) == 0x012978, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_2) == 0x012A80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_6) == 0x012B88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_9) == 0x012BD0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_9) == 0x012C70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_4) == 0x012D58, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_5) == 0x012E20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_8) == 0x012E68, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_7) == 0x012F50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_8) == 0x013038, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_6) == 0x0130D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_7) == 0x0131C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_13) == 0x013260, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_4) == 0x013290, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_12) == 0x013340, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_16) == 0x013370, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_16) == 0x013398, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_11) == 0x013418, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_15) == 0x013448, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_10) == 0x0134C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_3) == 0x0134F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_9) == 0x0135A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_2) == 0x0135D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SaveCachedPose_5) == 0x013688, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_15) == 0x0137E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_14) == 0x013808, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_13) == 0x013830, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_12) == 0x013858, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_11) == 0x013880, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_10) == 0x0138A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_9) == 0x0138D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_8) == 0x0138F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_14) == 0x013920, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_8) == 0x0139A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_6) == 0x0139D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_13) == 0x013A70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_12) == 0x013AF0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_7) == 0x013B70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_11) == 0x013BA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_5) == 0x013C20, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_10) == 0x013CC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_6) == 0x013D40, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_7) == 0x013D70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_6) == 0x013D98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_5) == 0x013DC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_4) == 0x013DE8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_3) == 0x013E10, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_2) == 0x013E38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult_1) == 0x013E60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_TransitionResult) == 0x013E88, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_9) == 0x013EB0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_5) == 0x013F30, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_8) == 0x013F60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_4) == 0x013FE0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_7) == 0x014080, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_4) == 0x014100, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_6) == 0x014130, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_3) == 0x0141B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_5) == 0x014250, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_3) == 0x0142D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_4) == 0x014300, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_2) == 0x014380, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_3) == 0x014420, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_2) == 0x0144A0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine_1) == 0x0144D0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult_1) == 0x014580, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_2) == 0x0145B0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateResult) == 0x014630, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_StateMachine) == 0x014660, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_3) == 0x014710, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CopyBone_4) == 0x0147D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CopyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x0148C8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CopyBone_3) == 0x0148E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CopyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x0149D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_4) == 0x0149F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_3) == 0x014A18, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SaveCachedPose_4) == 0x014A38, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CopyBone_2) == 0x014B90, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CopyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x014C80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_2) == 0x014CA0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum_1) == 0x014CC0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CopyBone_1) == 0x014D70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CopyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x014E60, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_12) == 0x014E80, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_CopyBone) == 0x014EA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_CopyBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByEnum) == 0x014F98, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ComponentToLocalSpace) == 0x015048, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SaveCachedPose_3) == 0x015068, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_11) == 0x0151C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_10) == 0x0151E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace_1) == 0x015210, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LocalToComponentSpace) == 0x015230, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SaveCachedPose_2) == 0x015250, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_5) == 0x0153A8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_4) == 0x015490, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_2) == 0x015578, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool_1) == 0x015640, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone_1) == 0x0156E0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_9) == 0x0157E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_3) == 0x015810, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Inertialization) == 0x0158F8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_LayeredBoneBlend) == 0x015968, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_4) == 0x015A28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SaveCachedPose_1) == 0x015A70, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Root) == 0x015BC8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ModifyBone) == 0x015BF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_8) == 0x015D00, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_7) == 0x015D28, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SaveCachedPose) == 0x015D50, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_6) == 0x015EA8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_5) == 0x015ED0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer_1) == 0x015EF8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive_1) == 0x015F78, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_ApplyAdditive) == 0x016040, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_SequencePlayer) == 0x016108, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByInt_1) == 0x016188, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByInt_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_4) == 0x016228, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_2) == 0x016250, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByBool) == 0x016338, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendListByInt) == 0x0163D8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer_1) == 0x016478, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_BlendSpacePlayer) == 0x016560, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_3) == 0x016648, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_2) == 0x016670, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose_1) == 0x016698, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_UseCachedPose) == 0x0166C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_3) == 0x0166E8, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_2) == 0x016730, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot_1) == 0x016778, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimGraphNode_Slot) == 0x0167C0, "Member 'UBP_KenaAnimInstance_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_RightAnkleEnabled_31805AF345A6011F5696CFB92BA724E0) == 0x016808, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_RightAnkleEnabled_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_LeftAnkleEnabled_31805AF345A6011F5696CFB92BA724E0) == 0x016809, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_LeftAnkleEnabled_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_RF_Ankle_Pitch_31805AF345A6011F5696CFB92BA724E0) == 0x01680C, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_RF_Ankle_Pitch_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_LF_Ankle_Pitch_31805AF345A6011F5696CFB92BA724E0) == 0x016810, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_LF_Ankle_Pitch_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_RF_Ankle_Z_31805AF345A6011F5696CFB92BA724E0) == 0x016814, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_RF_Ankle_Z_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_LF_Ankle_Z_31805AF345A6011F5696CFB92BA724E0) == 0x016818, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_LF_Ankle_Z_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_RF_Weight_31805AF345A6011F5696CFB92BA724E0) == 0x01681C, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_RF_Weight_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, __CustomProperty_LF_Weight_31805AF345A6011F5696CFB92BA724E0) == 0x016820, "Member 'UBP_KenaAnimInstance_C::__CustomProperty_LF_Weight_31805AF345A6011F5696CFB92BA724E0' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsInAir) == 0x016824, "Member 'UBP_KenaAnimInstance_C::IsInAir' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DesiresStop) == 0x016825, "Member 'UBP_KenaAnimInstance_C::DesiresStop' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, Desired_Relative_Move_Angle) == 0x016828, "Member 'UBP_KenaAnimInstance_C::Desired_Relative_Move_Angle' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LeftFootDown) == 0x01682C, "Member 'UBP_KenaAnimInstance_C::LeftFootDown' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsAttack) == 0x01682D, "Member 'UBP_KenaAnimInstance_C::IsAttack' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PlayerCharacter) == 0x016830, "Member 'UBP_KenaAnimInstance_C::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, isLedgeGrab) == 0x016838, "Member 'UBP_KenaAnimInstance_C::isLedgeGrab' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, HeadRotation) == 0x01683C, "Member 'UBP_KenaAnimInstance_C::HeadRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, RightFootEffectorLocation) == 0x016848, "Member 'UBP_KenaAnimInstance_C::RightFootEffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LeftFootEffectorLocation) == 0x016854, "Member 'UBP_KenaAnimInstance_C::LeftFootEffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, JointTargetRight) == 0x016860, "Member 'UBP_KenaAnimInstance_C::JointTargetRight' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, JointTargeLeft) == 0x01686C, "Member 'UBP_KenaAnimInstance_C::JointTargeLeft' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IntoIdleAnim) == 0x016878, "Member 'UBP_KenaAnimInstance_C::IntoIdleAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, ShieldBlendPower) == 0x01687C, "Member 'UBP_KenaAnimInstance_C::ShieldBlendPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CurrentAttackType) == 0x016880, "Member 'UBP_KenaAnimInstance_C::CurrentAttackType' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsAttackQueued) == 0x016881, "Member 'UBP_KenaAnimInstance_C::IsAttackQueued' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsAttacking) == 0x016882, "Member 'UBP_KenaAnimInstance_C::IsAttacking' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, HasNextAttack) == 0x016883, "Member 'UBP_KenaAnimInstance_C::HasNextAttack' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AttackPlayrate) == 0x016884, "Member 'UBP_KenaAnimInstance_C::AttackPlayrate' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AttackIntoRunPlayrate) == 0x016888, "Member 'UBP_KenaAnimInstance_C::AttackIntoRunPlayrate' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AttackReturnPlayrate) == 0x01688C, "Member 'UBP_KenaAnimInstance_C::AttackReturnPlayrate' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsBombAbilityInputDown) == 0x016890, "Member 'UBP_KenaAnimInstance_C::IsBombAbilityInputDown' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, HasBowAbilityFired) == 0x016891, "Member 'UBP_KenaAnimInstance_C::HasBowAbilityFired' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsBowAbilityInputDown) == 0x016892, "Member 'UBP_KenaAnimInstance_C::IsBowAbilityInputDown' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsBowAimingAtFriendly) == 0x016893, "Member 'UBP_KenaAnimInstance_C::IsBowAimingAtFriendly' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsBowAbilityChanneling) == 0x016894, "Member 'UBP_KenaAnimInstance_C::IsBowAbilityChanneling' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, ShouldSwingHammer) == 0x016895, "Member 'UBP_KenaAnimInstance_C::ShouldSwingHammer' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, ExitJump) == 0x016896, "Member 'UBP_KenaAnimInstance_C::ExitJump' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, UpperBodyBlendWeight) == 0x016898, "Member 'UBP_KenaAnimInstance_C::UpperBodyBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, FloorSlopeAngle) == 0x01689C, "Member 'UBP_KenaAnimInstance_C::FloorSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AttackAnim) == 0x0168A0, "Member 'UBP_KenaAnimInstance_C::AttackAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LastAttackComplete) == 0x0168A1, "Member 'UBP_KenaAnimInstance_C::LastAttackComplete' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, TurnStrength) == 0x0168A4, "Member 'UBP_KenaAnimInstance_C::TurnStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, TurnDirection) == 0x0168A8, "Member 'UBP_KenaAnimInstance_C::TurnDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PivotInput) == 0x0168B0, "Member 'UBP_KenaAnimInstance_C::PivotInput' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, InputDeltaAngle) == 0x0168B4, "Member 'UBP_KenaAnimInstance_C::InputDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CurrentStatusEffects) == 0x0168B8, "Member 'UBP_KenaAnimInstance_C::CurrentStatusEffects' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsFacingWall) == 0x016908, "Member 'UBP_KenaAnimInstance_C::IsFacingWall' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, ClimbingContext) == 0x016910, "Member 'UBP_KenaAnimInstance_C::ClimbingContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LastAttackType) == 0x016988, "Member 'UBP_KenaAnimInstance_C::LastAttackType' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, ChargeHeld) == 0x016989, "Member 'UBP_KenaAnimInstance_C::ChargeHeld' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LedgeLeapVector) == 0x01698C, "Member 'UBP_KenaAnimInstance_C::LedgeLeapVector' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsRollPending) == 0x016994, "Member 'UBP_KenaAnimInstance_C::IsRollPending' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PreviousAttackAnim) == 0x016995, "Member 'UBP_KenaAnimInstance_C::PreviousAttackAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsRotCloudSummoned) == 0x016996, "Member 'UBP_KenaAnimInstance_C::IsRotCloudSummoned' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, HeavyMinCharge) == 0x016998, "Member 'UBP_KenaAnimInstance_C::HeavyMinCharge' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, HeroRotAppear) == 0x01699C, "Member 'UBP_KenaAnimInstance_C::HeroRotAppear' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, MoveStickVelocityRunThresholdConstant) == 0x0169A0, "Member 'UBP_KenaAnimInstance_C::MoveStickVelocityRunThresholdConstant' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, BowChargeSuccess) == 0x0169A4, "Member 'UBP_KenaAnimInstance_C::BowChargeSuccess' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, RotCloudLocation) == 0x0169A8, "Member 'UBP_KenaAnimInstance_C::RotCloudLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, Rot_Socket_Location) == 0x0169B4, "Member 'UBP_KenaAnimInstance_C::Rot_Socket_Location' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, FallDistanceThreshold) == 0x0169B8, "Member 'UBP_KenaAnimInstance_C::FallDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsArrowNocked) == 0x0169BC, "Member 'UBP_KenaAnimInstance_C::IsArrowNocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CurrentLockOnTargetTransform) == 0x0169C0, "Member 'UBP_KenaAnimInstance_C::CurrentLockOnTargetTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, HasLockOnTarget) == 0x0169F0, "Member 'UBP_KenaAnimInstance_C::HasLockOnTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LedgeLeapDistance) == 0x0169F4, "Member 'UBP_KenaAnimInstance_C::LedgeLeapDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LedgeJumpUpAnimIndex) == 0x0169F8, "Member 'UBP_KenaAnimInstance_C::LedgeJumpUpAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CachedLookEffector) == 0x016A00, "Member 'UBP_KenaAnimInstance_C::CachedLookEffector' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CachedUseFocalPoint) == 0x016A30, "Member 'UBP_KenaAnimInstance_C::CachedUseFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LookEffectorUpdateRate) == 0x016A34, "Member 'UBP_KenaAnimInstance_C::LookEffectorUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, WasLastArrowInjected) == 0x016A38, "Member 'UBP_KenaAnimInstance_C::WasLastArrowInjected' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, WasBombAbilityCanceled) == 0x016A39, "Member 'UBP_KenaAnimInstance_C::WasBombAbilityCanceled' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LF_Ankle_Z) == 0x016A3C, "Member 'UBP_KenaAnimInstance_C::LF_Ankle_Z' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, RF_Ankle_Z) == 0x016A40, "Member 'UBP_KenaAnimInstance_C::RF_Ankle_Z' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DeathStaggerStrength) == 0x016A44, "Member 'UBP_KenaAnimInstance_C::DeathStaggerStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DeathRelativeDirection) == 0x016A45, "Member 'UBP_KenaAnimInstance_C::DeathRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsDead) == 0x016A46, "Member 'UBP_KenaAnimInstance_C::IsDead' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimContext) == 0x016A48, "Member 'UBP_KenaAnimInstance_C::AnimContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AnimContextToLookAt) == 0x016A50, "Member 'UBP_KenaAnimInstance_C::AnimContextToLookAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LookAtBlendspace) == 0x016AA0, "Member 'UBP_KenaAnimInstance_C::LookAtBlendspace' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LF_Ankle_Pitch) == 0x016AA4, "Member 'UBP_KenaAnimInstance_C::LF_Ankle_Pitch' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, RF_Ankle_Pitch) == 0x016AA8, "Member 'UBP_KenaAnimInstance_C::RF_Ankle_Pitch' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, NormalizedChargedAttackStrength) == 0x016AAC, "Member 'UBP_KenaAnimInstance_C::NormalizedChargedAttackStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsCombatDash) == 0x016AB0, "Member 'UBP_KenaAnimInstance_C::IsCombatDash' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DeathDamageTag) == 0x016AB4, "Member 'UBP_KenaAnimInstance_C::DeathDamageTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PivotPercentCache) == 0x016ABC, "Member 'UBP_KenaAnimInstance_C::PivotPercentCache' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PivotDirectionCache) == 0x016AC0, "Member 'UBP_KenaAnimInstance_C::PivotDirectionCache' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AdditiveLifeAnim) == 0x016AC4, "Member 'UBP_KenaAnimInstance_C::AdditiveLifeAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LookAtMap) == 0x016AC8, "Member 'UBP_KenaAnimInstance_C::LookAtMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LookAtBlendspace2) == 0x016B18, "Member 'UBP_KenaAnimInstance_C::LookAtBlendspace2' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, SprintRequested) == 0x016B1C, "Member 'UBP_KenaAnimInstance_C::SprintRequested' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PendingBump) == 0x016B1D, "Member 'UBP_KenaAnimInstance_C::PendingBump' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DisableRotActionAnim) == 0x016B1E, "Member 'UBP_KenaAnimInstance_C::DisableRotActionAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PendingSlideBump) == 0x016B1F, "Member 'UBP_KenaAnimInstance_C::PendingSlideBump' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsDroppingToLedge) == 0x016B20, "Member 'UBP_KenaAnimInstance_C::IsDroppingToLedge' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, LeftAnkleIKEnabled) == 0x016B21, "Member 'UBP_KenaAnimInstance_C::LeftAnkleIKEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, RightAnkleIKEnabled) == 0x016B22, "Member 'UBP_KenaAnimInstance_C::RightAnkleIKEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, BombAbility) == 0x016B28, "Member 'UBP_KenaAnimInstance_C::BombAbility' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, BowAbility) == 0x016B30, "Member 'UBP_KenaAnimInstance_C::BowAbility' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DashAbility) == 0x016B38, "Member 'UBP_KenaAnimInstance_C::DashAbility' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DodgeComplete) == 0x016B40, "Member 'UBP_KenaAnimInstance_C::DodgeComplete' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DodgeToRunStopped) == 0x016B41, "Member 'UBP_KenaAnimInstance_C::DodgeToRunStopped' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, DodgeSnapshot) == 0x016B48, "Member 'UBP_KenaAnimInstance_C::DodgeSnapshot' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, SpinalTwistBlendAlpha) == 0x016B80, "Member 'UBP_KenaAnimInstance_C::SpinalTwistBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, SpinalTwistInterpSpeed) == 0x016B84, "Member 'UBP_KenaAnimInstance_C::SpinalTwistInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CachedDodgeInput) == 0x016B88, "Member 'UBP_KenaAnimInstance_C::CachedDodgeInput' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, PlaySprintSettle) == 0x016B8C, "Member 'UBP_KenaAnimInstance_C::PlaySprintSettle' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, AirAttackSnapshot) == 0x016B90, "Member 'UBP_KenaAnimInstance_C::AirAttackSnapshot' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsBombAbilityChanneling) == 0x016BC8, "Member 'UBP_KenaAnimInstance_C::IsBombAbilityChanneling' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, StandingOnLiquidDeadzone) == 0x016BC9, "Member 'UBP_KenaAnimInstance_C::StandingOnLiquidDeadzone' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, CancelSprint) == 0x016BCA, "Member 'UBP_KenaAnimInstance_C::CancelSprint' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsSprintBump) == 0x016BCB, "Member 'UBP_KenaAnimInstance_C::IsSprintBump' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IntoSprintActive) == 0x016BCC, "Member 'UBP_KenaAnimInstance_C::IntoSprintActive' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, IsBackflip) == 0x016BCD, "Member 'UBP_KenaAnimInstance_C::IsBackflip' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, OutfitName) == 0x016BD0, "Member 'UBP_KenaAnimInstance_C::OutfitName' has a wrong offset!"); \ +static_assert(offsetof(UBP_KenaAnimInstance_C, NewVar_0) == 0x016BE0, "Member 'UBP_KenaAnimInstance_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallState_C_CanEnterState \ +static_assert(alignof(BP_FallState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_FallState_C_CanEnterState"); \ +static_assert(sizeof(BP_FallState_C_CanEnterState) == 0x000038, "Wrong size on BP_FallState_C_CanEnterState"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_FallState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_FallState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x00000A, "Member 'BP_FallState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00000B, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x00000C, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x00000D, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_4) == 0x00000E, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_5) == 0x00000F, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_6) == 0x000010, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_7) == 0x000011, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_8) == 0x000012, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_9) == 0x000013, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue_10) == 0x000014, "Member 'BP_FallState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_FallState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x000020, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_GetTotalFallDistance_ReturnValue) == 0x000024, "Member 'BP_FallState_C_CanEnterState::CallFunc_GetTotalFallDistance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_1) == 0x000028, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_FallState_C_CanEnterState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_2) == 0x00002A, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_3) == 0x00002B, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_4) == 0x00002C, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_5) == 0x00002D, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_6) == 0x00002E, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_7) == 0x00002F, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_8) == 0x000030, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_9) == 0x000031, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_10) == 0x000032, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BP_FallState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallState_C_Update \ +static_assert(alignof(BP_FallState_C_Update) == 0x000008, "Wrong alignment on BP_FallState_C_Update"); \ +static_assert(sizeof(BP_FallState_C_Update) == 0x000028, "Wrong size on BP_FallState_C_Update"); \ +static_assert(offsetof(BP_FallState_C_Update, DeltaTime) == 0x000000, "Member 'BP_FallState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_FallState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_FallState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000010, "Member 'BP_FallState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_IsWalking_ReturnValue) == 0x000011, "Member 'BP_FallState_C_Update::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_FallState_C_Update::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_IsInputBuffered_IsStale) == 0x000020, "Member 'BP_FallState_C_Update::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_IsInputBuffered_ReturnValue) == 0x000021, "Member 'BP_FallState_C_Update::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_FallState_C_Update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_Update, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'BP_FallState_C_Update::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallState_C_OnStart \ +static_assert(alignof(BP_FallState_C_OnStart) == 0x000008, "Wrong alignment on BP_FallState_C_OnStart"); \ +static_assert(sizeof(BP_FallState_C_OnStart) == 0x000008, "Wrong size on BP_FallState_C_OnStart"); \ +static_assert(offsetof(BP_FallState_C_OnStart, PrevState) == 0x000000, "Member 'BP_FallState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallState_C_OnEnd \ +static_assert(alignof(BP_FallState_C_OnEnd) == 0x000008, "Wrong alignment on BP_FallState_C_OnEnd"); \ +static_assert(sizeof(BP_FallState_C_OnEnd) == 0x000008, "Wrong size on BP_FallState_C_OnEnd"); \ +static_assert(offsetof(BP_FallState_C_OnEnd, NextState) == 0x000000, "Member 'BP_FallState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallState_C_ExecuteUbergraph_BP_FallState \ +static_assert(alignof(BP_FallState_C_ExecuteUbergraph_BP_FallState) == 0x000008, "Wrong alignment on BP_FallState_C_ExecuteUbergraph_BP_FallState"); \ +static_assert(sizeof(BP_FallState_C_ExecuteUbergraph_BP_FallState) == 0x000018, "Wrong size on BP_FallState_C_ExecuteUbergraph_BP_FallState"); \ +static_assert(offsetof(BP_FallState_C_ExecuteUbergraph_BP_FallState, EntryPoint) == 0x000000, "Member 'BP_FallState_C_ExecuteUbergraph_BP_FallState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_ExecuteUbergraph_BP_FallState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_FallState_C_ExecuteUbergraph_BP_FallState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_FallState_C_ExecuteUbergraph_BP_FallState, K2Node_Event_NextState) == 0x000010, "Member 'BP_FallState_C_ExecuteUbergraph_BP_FallState::K2Node_Event_NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FallState_C \ +static_assert(alignof(UBP_FallState_C) == 0x000008, "Wrong alignment on UBP_FallState_C"); \ +static_assert(sizeof(UBP_FallState_C) == 0x000130, "Wrong size on UBP_FallState_C"); \ +static_assert(offsetof(UBP_FallState_C, UberGraphFrame) == 0x000120, "Member 'UBP_FallState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallState_C, BalanceConfig) == 0x000128, "Member 'UBP_FallState_C::BalanceConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_HandleStaggerEvent \ +static_assert(alignof(BP_AirMovementSuperState_C_HandleStaggerEvent) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_HandleStaggerEvent"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_HandleStaggerEvent) == 0x000170, "Wrong size on BP_AirMovementSuperState_C_HandleStaggerEvent"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, Strength) == 0x000110, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000112, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000118, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000138, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000148, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleStaggerEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000168, "Member 'BP_AirMovementSuperState_C_HandleStaggerEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirMovementSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirMovementSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirMovementSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirMovementSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirMovementSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AirMovementSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AirMovementSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000B, "Member 'BP_AirMovementSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirMovementSuperState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_AirMovementSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_HandleInputActionEvent) == 0x000005, "Wrong size on BP_AirMovementSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirMovementSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirMovementSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirMovementSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_AirMovementSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_AirMovementSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_AirMovementSuperState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_AirMovementSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AirMovementSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_CanEnterState \ +static_assert(alignof(BP_AirMovementSuperState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_CanEnterState"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_CanEnterState) == 0x000020, "Wrong size on BP_AirMovementSuperState_C_CanEnterState"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_AirMovementSuperState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_AirMovementSuperState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_AirMovementSuperState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_CanEnterState, CallFunc_IsAlive_ReturnValue) == 0x000018, "Member 'BP_AirMovementSuperState_C_CanEnterState::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_ShouldGrabLedge \ +static_assert(alignof(BP_AirMovementSuperState_C_ShouldGrabLedge) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_ShouldGrabLedge"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_ShouldGrabLedge) == 0x000020, "Wrong size on BP_AirMovementSuperState_C_ShouldGrabLedge"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, LedgeGrab) == 0x000000, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::LedgeGrab' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000010, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000018, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_AttemptLedgeGrab_ReturnValue) == 0x00001C, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_AttemptLedgeGrab_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_IsWalking_ReturnValue) == 0x00001D, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ShouldGrabLedge, CallFunc_BooleanAND_ReturnValue) == 0x00001F, "Member 'BP_AirMovementSuperState_C_ShouldGrabLedge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_Update \ +static_assert(alignof(BP_AirMovementSuperState_C_Update) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_Update"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_Update) == 0x000068, "Wrong size on BP_AirMovementSuperState_C_Update"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AirMovementSuperState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000005, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_PollActions_ReturnValue) == 0x000010, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000020, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ShouldGrabLedge_LedgeGrab) == 0x000028, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ShouldGrabLedge_LedgeGrab' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000030, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000040, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_IsLedgeGrabbing_ReturnValue) == 0x000041, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_IsLedgeGrabbing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000043, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000048, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_AirMovementSuperState_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_IsSurfaceSwimming_ReturnValue) == 0x000054, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_IsSurfaceSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x000055, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'BP_AirMovementSuperState_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_IsStateChangePending_ReturnValue) == 0x000060, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_IsStateChangePending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_Array_Get_Item) == 0x000061, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_Not_PreBool_ReturnValue_1) == 0x000062, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, K2Node_SwitchEnum_CmpSuccess) == 0x000063, "Member 'BP_AirMovementSuperState_C_Update::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_Update, CallFunc_ChangeStateTo_ReturnValue_5) == 0x000064, "Member 'BP_AirMovementSuperState_C_Update::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_OnStart \ +static_assert(alignof(BP_AirMovementSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_OnStart"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_OnStart) == 0x000008, "Wrong size on BP_AirMovementSuperState_C_OnStart"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AirMovementSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_OnEnd \ +static_assert(alignof(BP_AirMovementSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_AirMovementSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AirMovementSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState \ +static_assert(alignof(BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState) == 0x000008, "Wrong alignment on BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState"); \ +static_assert(sizeof(BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState) == 0x000018, "Wrong size on BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState, EntryPoint) == 0x000000, "Member 'BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState, K2Node_Event_NextState) == 0x000008, "Member 'BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_AirMovementSuperState_C_ExecuteUbergraph_BP_AirMovementSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirMovementSuperState_C \ +static_assert(alignof(UBP_AirMovementSuperState_C) == 0x000008, "Wrong alignment on UBP_AirMovementSuperState_C"); \ +static_assert(sizeof(UBP_AirMovementSuperState_C) == 0x000150, "Wrong size on UBP_AirMovementSuperState_C"); \ +static_assert(offsetof(UBP_AirMovementSuperState_C, UberGraphFrame) == 0x000148, "Member 'UBP_AirMovementSuperState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathCamera_C_K2_OnBecomeViewTarget \ +static_assert(alignof(BP_DeathCamera_C_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on BP_DeathCamera_C_K2_OnBecomeViewTarget"); \ +static_assert(sizeof(BP_DeathCamera_C_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on BP_DeathCamera_C_K2_OnBecomeViewTarget"); \ +static_assert(offsetof(BP_DeathCamera_C_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'BP_DeathCamera_C_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathCamera_C_ReceiveTick \ +static_assert(alignof(BP_DeathCamera_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DeathCamera_C_ReceiveTick"); \ +static_assert(sizeof(BP_DeathCamera_C_ReceiveTick) == 0x000004, "Wrong size on BP_DeathCamera_C_ReceiveTick"); \ +static_assert(offsetof(BP_DeathCamera_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DeathCamera_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathCamera_C_K2_OnEndViewTarget \ +static_assert(alignof(BP_DeathCamera_C_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on BP_DeathCamera_C_K2_OnEndViewTarget"); \ +static_assert(sizeof(BP_DeathCamera_C_K2_OnEndViewTarget) == 0x000008, "Wrong size on BP_DeathCamera_C_K2_OnEndViewTarget"); \ +static_assert(offsetof(BP_DeathCamera_C_K2_OnEndViewTarget, PC) == 0x000000, "Member 'BP_DeathCamera_C_K2_OnEndViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera \ +static_assert(alignof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera) == 0x000008, "Wrong alignment on BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera"); \ +static_assert(sizeof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera) == 0x0000D8, "Wrong size on BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, EntryPoint) == 0x000000, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, K2Node_Event_PC_1) == 0x000008, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::K2Node_Event_PC_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00002C, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, K2Node_Event_PC) == 0x000038, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::K2Node_Event_PC' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, CallFunc_FindLookAtRotation_ReturnValue) == 0x000040, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00004C, "Member 'BP_DeathCamera_C_ExecuteUbergraph_BP_DeathCamera::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeathCamera_C \ +static_assert(alignof(ABP_DeathCamera_C) == 0x000008, "Wrong alignment on ABP_DeathCamera_C"); \ +static_assert(sizeof(ABP_DeathCamera_C) == 0x000238, "Wrong size on ABP_DeathCamera_C"); \ +static_assert(offsetof(ABP_DeathCamera_C, UberGraphFrame) == 0x000228, "Member 'ABP_DeathCamera_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeathCamera_C, CineCamera) == 0x000230, "Member 'ABP_DeathCamera_C::CineCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RootSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_RootSuperState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_RootSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_RootSuperState_C_HandleInputActionEvent) == 0x000050, "Wrong size on BP_RootSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_RootSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_RootSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_RootSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_GetKenaCurrentState_StateClass) == 0x000008, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_GetKenaCurrentState_StateClass' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BP_RootSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_ClassIsChildOf_ReturnValue) == 0x000011, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000012, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_RootSuperState_C_HandleInputActionEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000030, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x000038, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputActionEvent, CallFunc_TryActivatePhotoMode_ReturnValue) == 0x000048, "Member 'BP_RootSuperState_C_HandleInputActionEvent::CallFunc_TryActivatePhotoMode_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RootSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_RootSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_RootSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_RootSuperState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_RootSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_RootSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_RootSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_RootSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_RootSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000B, "Member 'BP_RootSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RootSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_RootSuperState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_RootSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_RootSuperState_C_HandleInputStickEvent) == 0x000040, "Wrong size on BP_RootSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_RootSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_RootSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_RootSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_RootSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_RootSuperState_C_HandleInputStickEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_RootSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000028, "Member 'BP_RootSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_RootSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_HandleInputStickEvent, CallFunc_ProcessAimInput_AimOutput) == 0x000034, "Member 'BP_RootSuperState_C_HandleInputStickEvent::CallFunc_ProcessAimInput_AimOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RootSuperState_C_GetYawPitchSpeeds \ +static_assert(alignof(BP_RootSuperState_C_GetYawPitchSpeeds) == 0x000008, "Wrong alignment on BP_RootSuperState_C_GetYawPitchSpeeds"); \ +static_assert(sizeof(BP_RootSuperState_C_GetYawPitchSpeeds) == 0x000058, "Wrong size on BP_RootSuperState_C_GetYawPitchSpeeds"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, YawPitchRate) == 0x000000, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::YawPitchRate' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, Temp_bool_Variable) == 0x000008, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, Temp_bool_Variable_1) == 0x000009, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, Temp_float_Variable) == 0x00000C, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_GetCameraYawPitchSpeed_ReturnValue) == 0x000018, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_GetCameraYawPitchSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_GetCharacter_ReturnValue) == 0x000028, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_BreakRotator_Roll) == 0x000030, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_BreakRotator_Pitch) == 0x000034, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_BreakRotator_Yaw) == 0x000038, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, K2Node_Select_Default) == 0x000040, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, CallFunc_MakeVector2D_ReturnValue) == 0x000044, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_GetYawPitchSpeeds, K2Node_Select_Default_1) == 0x00004C, "Member 'BP_RootSuperState_C_GetYawPitchSpeeds::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RootSuperState_C_UpdateLook \ +static_assert(alignof(BP_RootSuperState_C_UpdateLook) == 0x000008, "Wrong alignment on BP_RootSuperState_C_UpdateLook"); \ +static_assert(sizeof(BP_RootSuperState_C_UpdateLook) == 0x000020, "Wrong size on BP_RootSuperState_C_UpdateLook"); \ +static_assert(offsetof(BP_RootSuperState_C_UpdateLook, InVec) == 0x000000, "Member 'BP_RootSuperState_C_UpdateLook::InVec' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_UpdateLook, DeltaTime) == 0x000008, "Member 'BP_RootSuperState_C_UpdateLook::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_UpdateLook, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_RootSuperState_C_UpdateLook::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_UpdateLook, CallFunc_ClampInputToRotationRate_X) == 0x000018, "Member 'BP_RootSuperState_C_UpdateLook::CallFunc_ClampInputToRotationRate_X' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_UpdateLook, CallFunc_ClampInputToRotationRate_Y) == 0x00001C, "Member 'BP_RootSuperState_C_UpdateLook::CallFunc_ClampInputToRotationRate_Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RootSuperState_C_ClampInputToRotationRate \ +static_assert(alignof(BP_RootSuperState_C_ClampInputToRotationRate) == 0x000004, "Wrong alignment on BP_RootSuperState_C_ClampInputToRotationRate"); \ +static_assert(sizeof(BP_RootSuperState_C_ClampInputToRotationRate) == 0x000048, "Wrong size on BP_RootSuperState_C_ClampInputToRotationRate"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, Input) == 0x000000, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::Input' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, DeltaTime) == 0x000008, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, X) == 0x00000C, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::X' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, Y) == 0x000010, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::Y' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_VSize2DSquared_ReturnValue) == 0x000014, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_GetYawPitchSpeeds_YawPitchRate) == 0x000018, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_GetYawPitchSpeeds_YawPitchRate' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_Abs_ReturnValue) == 0x000020, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000024, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000030, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000038, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_BreakVector2D_X) == 0x000040, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_RootSuperState_C_ClampInputToRotationRate, CallFunc_BreakVector2D_Y) == 0x000044, "Member 'BP_RootSuperState_C_ClampInputToRotationRate::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RootSuperState_C \ +static_assert(alignof(UBP_RootSuperState_C) == 0x000008, "Wrong alignment on UBP_RootSuperState_C"); \ +static_assert(sizeof(UBP_RootSuperState_C) == 0x000140, "Wrong size on UBP_RootSuperState_C"); \ +static_assert(offsetof(UBP_RootSuperState_C, StandardLookSpeed) == 0x000138, "Member 'UBP_RootSuperState_C::StandardLookSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityFunctionLibrary_C_GetAvailablePipCount \ +static_assert(alignof(AbilityFunctionLibrary_C_GetAvailablePipCount) == 0x000008, "Wrong alignment on AbilityFunctionLibrary_C_GetAvailablePipCount"); \ +static_assert(sizeof(AbilityFunctionLibrary_C_GetAvailablePipCount) == 0x000048, "Wrong size on AbilityFunctionLibrary_C_GetAvailablePipCount"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, __WorldContext) == 0x000000, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, Count) == 0x000008, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::Count' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_TryGetResource_ResourceCount) == 0x000030, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_TryGetResource_ReturnValue) == 0x000034, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_GetPerformingActionPipCount_ReturnValue) == 0x000038, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_GetPerformingActionPipCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_FTrunc_ReturnValue) == 0x00003C, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetAvailablePipCount, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'AbilityFunctionLibrary_C_GetAvailablePipCount::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityFunctionLibrary_C_GetKenaCurrentState \ +static_assert(alignof(AbilityFunctionLibrary_C_GetKenaCurrentState) == 0x000008, "Wrong alignment on AbilityFunctionLibrary_C_GetKenaCurrentState"); \ +static_assert(sizeof(AbilityFunctionLibrary_C_GetKenaCurrentState) == 0x000028, "Wrong size on AbilityFunctionLibrary_C_GetKenaCurrentState"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetKenaCurrentState, __WorldContext) == 0x000000, "Member 'AbilityFunctionLibrary_C_GetKenaCurrentState::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetKenaCurrentState, StateClass) == 0x000008, "Member 'AbilityFunctionLibrary_C_GetKenaCurrentState::StateClass' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetKenaCurrentState, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'AbilityFunctionLibrary_C_GetKenaCurrentState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetKenaCurrentState, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'AbilityFunctionLibrary_C_GetKenaCurrentState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_GetKenaCurrentState, CallFunc_GetCurrentState_ReturnValue) == 0x000020, "Member 'AbilityFunctionLibrary_C_GetKenaCurrentState::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityFunctionLibrary_C_IsRotCouragePipActive \ +static_assert(alignof(AbilityFunctionLibrary_C_IsRotCouragePipActive) == 0x000008, "Wrong alignment on AbilityFunctionLibrary_C_IsRotCouragePipActive"); \ +static_assert(sizeof(AbilityFunctionLibrary_C_IsRotCouragePipActive) == 0x000030, "Wrong size on AbilityFunctionLibrary_C_IsRotCouragePipActive"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, __WorldContext) == 0x000000, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, ReturnValue) == 0x000008, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, CallFunc_GetPerformingActionPipCount_ReturnValue) == 0x000024, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::CallFunc_GetPerformingActionPipCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipActive, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipActive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityFunctionLibrary_C_IsRotCouragePipReady \ +static_assert(alignof(AbilityFunctionLibrary_C_IsRotCouragePipReady) == 0x000008, "Wrong alignment on AbilityFunctionLibrary_C_IsRotCouragePipReady"); \ +static_assert(sizeof(AbilityFunctionLibrary_C_IsRotCouragePipReady) == 0x000030, "Wrong size on AbilityFunctionLibrary_C_IsRotCouragePipReady"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, __WorldContext) == 0x000000, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, ReturnValue) == 0x000008, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, CallFunc_GetPipState_OutData) == 0x000018, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, CallFunc_GetPipState_ReturnValue) == 0x00002C, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, CallFunc_Greater_IntInt_ReturnValue) == 0x00002D, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityFunctionLibrary_C_IsRotCouragePipReady, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'AbilityFunctionLibrary_C_IsRotCouragePipReady::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityFunctionLibrary_C \ +static_assert(alignof(UAbilityFunctionLibrary_C) == 0x000008, "Wrong alignment on UAbilityFunctionLibrary_C"); \ +static_assert(sizeof(UAbilityFunctionLibrary_C) == 0x000028, "Wrong size on UAbilityFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_BP_AbilityStateBase_C_HandleStaggerEvent \ +static_assert(alignof(BP_AbilityStateBase_C_HandleStaggerEvent) == 0x000008, "Wrong alignment on BP_AbilityStateBase_C_HandleStaggerEvent"); \ +static_assert(sizeof(BP_AbilityStateBase_C_HandleStaggerEvent) == 0x000118, "Wrong size on BP_AbilityStateBase_C_HandleStaggerEvent"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'BP_AbilityStateBase_C_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleStaggerEvent, Strength) == 0x000110, "Member 'BP_AbilityStateBase_C_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'BP_AbilityStateBase_C_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleStaggerEvent, CallFunc_Complete_ReturnValue) == 0x000112, "Member 'BP_AbilityStateBase_C_HandleStaggerEvent::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AbilityStateBase_C_HandleInputStickEvent \ +static_assert(alignof(BP_AbilityStateBase_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_AbilityStateBase_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_AbilityStateBase_C_HandleInputStickEvent) == 0x000028, "Wrong size on BP_AbilityStateBase_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_AbilityStateBase_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_AbilityStateBase_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_AbilityStateBase_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_AbilityStateBase_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_AbilityStateBase_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_AbilityStateBase_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AbilityStateBase_C_UpdateAbility \ +static_assert(alignof(BP_AbilityStateBase_C_UpdateAbility) == 0x000008, "Wrong alignment on BP_AbilityStateBase_C_UpdateAbility"); \ +static_assert(sizeof(BP_AbilityStateBase_C_UpdateAbility) == 0x000018, "Wrong size on BP_AbilityStateBase_C_UpdateAbility"); \ +static_assert(offsetof(BP_AbilityStateBase_C_UpdateAbility, CallFunc_GetCharacter_ReturnValue) == 0x000000, "Member 'BP_AbilityStateBase_C_UpdateAbility::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_UpdateAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_AbilityStateBase_C_UpdateAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_UpdateAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_AbilityStateBase_C_UpdateAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AbilityStateBase_C_GetAbility \ +static_assert(alignof(BP_AbilityStateBase_C_GetAbility) == 0x000008, "Wrong alignment on BP_AbilityStateBase_C_GetAbility"); \ +static_assert(sizeof(BP_AbilityStateBase_C_GetAbility) == 0x000010, "Wrong size on BP_AbilityStateBase_C_GetAbility"); \ +static_assert(offsetof(BP_AbilityStateBase_C_GetAbility, Ability_0) == 0x000000, "Member 'BP_AbilityStateBase_C_GetAbility::Ability_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_GetAbility, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_AbilityStateBase_C_GetAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AbilityStateBase_C_OnStart \ +static_assert(alignof(BP_AbilityStateBase_C_OnStart) == 0x000008, "Wrong alignment on BP_AbilityStateBase_C_OnStart"); \ +static_assert(sizeof(BP_AbilityStateBase_C_OnStart) == 0x000008, "Wrong size on BP_AbilityStateBase_C_OnStart"); \ +static_assert(offsetof(BP_AbilityStateBase_C_OnStart, PrevState) == 0x000000, "Member 'BP_AbilityStateBase_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase \ +static_assert(alignof(BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase) == 0x000008, "Wrong alignment on BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase"); \ +static_assert(sizeof(BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase) == 0x000010, "Wrong size on BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase"); \ +static_assert(offsetof(BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase, EntryPoint) == 0x000000, "Member 'BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase, K2Node_Event_PrevState) == 0x000008, "Member 'BP_AbilityStateBase_C_ExecuteUbergraph_BP_AbilityStateBase::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AbilityStateBase_C \ +static_assert(alignof(UBP_AbilityStateBase_C) == 0x000008, "Wrong alignment on UBP_AbilityStateBase_C"); \ +static_assert(sizeof(UBP_AbilityStateBase_C) == 0x000138, "Wrong size on UBP_AbilityStateBase_C"); \ +static_assert(offsetof(UBP_AbilityStateBase_C, UberGraphFrame) == 0x000120, "Member 'UBP_AbilityStateBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AbilityStateBase_C, AbilityClass) == 0x000128, "Member 'UBP_AbilityStateBase_C::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_AbilityStateBase_C, Ability) == 0x000130, "Member 'UBP_AbilityStateBase_C::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DriveRotCameraBlendModifier_C \ +static_assert(alignof(UBP_DriveRotCameraBlendModifier_C) == 0x000008, "Wrong alignment on UBP_DriveRotCameraBlendModifier_C"); \ +static_assert(sizeof(UBP_DriveRotCameraBlendModifier_C) == 0x000068, "Wrong size on UBP_DriveRotCameraBlendModifier_C"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirHeavyAttackState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_AirHeavyAttackState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_HandleInputActionEvent) == 0x000007, "Wrong size on BP_AirHeavyAttackState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000006, "Member 'BP_AirHeavyAttackState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_HandleAnimEvent \ +static_assert(alignof(BP_AirHeavyAttackState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_AirHeavyAttackState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_AirHeavyAttackState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_AirHeavyAttackState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_AirHeavyAttackState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AirHeavyAttackState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AirHeavyAttackState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_TraceForMaxHeight \ +static_assert(alignof(BP_AirHeavyAttackState_C_TraceForMaxHeight) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_TraceForMaxHeight"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_TraceForMaxHeight) == 0x0000D8, "Wrong size on BP_AirHeavyAttackState_C_TraceForMaxHeight"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, ValidHeight) == 0x000000, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::ValidHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00003C, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, CallFunc_LineTraceSingle_OutHit) == 0x000048, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TraceForMaxHeight, CallFunc_LineTraceSingle_ReturnValue) == 0x0000D0, "Member 'BP_AirHeavyAttackState_C_TraceForMaxHeight::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_TryEndAttack \ +static_assert(alignof(BP_AirHeavyAttackState_C_TryEndAttack) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_TryEndAttack"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_TryEndAttack) == 0x000038, "Wrong size on BP_AirHeavyAttackState_C_TryEndAttack"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TryEndAttack, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000000, "Member 'BP_AirHeavyAttackState_C_TryEndAttack::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TryEndAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_AirHeavyAttackState_C_TryEndAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TryEndAttack, K2Node_MakeStruct_PlayMontageArgs) == 0x00000C, "Member 'BP_AirHeavyAttackState_C_TryEndAttack::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TryEndAttack, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000028, "Member 'BP_AirHeavyAttackState_C_TryEndAttack::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_TryEndAttack, CallFunc_PlayWithArgs_ReturnValue) == 0x000030, "Member 'BP_AirHeavyAttackState_C_TryEndAttack::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_Update \ +static_assert(alignof(BP_AirHeavyAttackState_C_Update) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_Update"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_Update) == 0x000128, "Wrong size on BP_AirHeavyAttackState_C_Update"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AirHeavyAttackState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000010, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_PollActions_ReturnValue) == 0x000018, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_2) == 0x00002C, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_3) == 0x00002D, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_4) == 0x00002E, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_5) == 0x00002F, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_AirHeavyAttackState_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, K2Node_SwitchEnum_CmpSuccess) == 0x000035, "Member 'BP_AirHeavyAttackState_C_Update::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_AirHeavyAttackState_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_MakeLiteralByte_ReturnValue) == 0x00003C, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_IsInputBuffered_ReturnValue) == 0x00003E, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_6) == 0x000044, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_7) == 0x000045, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000046, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_8) == 0x000047, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000048, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000050, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_ChangeStateTo_ReturnValue_9) == 0x000058, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_ChangeStateTo_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_GetController_ReturnValue) == 0x000060, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000068, "Member 'BP_AirHeavyAttackState_C_Update::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_AirHeavyAttackState_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000078, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_BooleanAND_ReturnValue) == 0x000080, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000084, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_K2_ComputeFloorDist_FloorResult) == 0x000090, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_K2_ComputeFloorDist_FloorResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'BP_AirHeavyAttackState_C_Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_CanEnterState \ +static_assert(alignof(BP_AirHeavyAttackState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_CanEnterState"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_CanEnterState) == 0x0000C0, "Wrong size on BP_AirHeavyAttackState_C_CanEnterState"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_AirHeavyAttackState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_AirHeavyAttackState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_TraceForMaxHeight_ValidHeight) == 0x000009, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_TraceForMaxHeight_ValidHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x00000A, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_K2_ComputeFloorDist_FloorResult) == 0x000024, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_K2_ComputeFloorDist_FloorResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x0000B9, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x0000BA, "Member 'BP_AirHeavyAttackState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_OnEnd \ +static_assert(alignof(BP_AirHeavyAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_AirHeavyAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AirHeavyAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_OnStart \ +static_assert(alignof(BP_AirHeavyAttackState_C_OnStart) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_OnStart"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_OnStart) == 0x000008, "Wrong size on BP_AirHeavyAttackState_C_OnStart"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AirHeavyAttackState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState \ +static_assert(alignof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState) == 0x000008, "Wrong alignment on BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState"); \ +static_assert(sizeof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState) == 0x000080, "Wrong size on BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, EntryPoint) == 0x000000, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, K2Node_MakeStruct_PlayMontageArgs) == 0x000010, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, K2Node_Event_NextState) == 0x000028, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, K2Node_Event_PrevState) == 0x000030, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_GetCharacter_ReturnValue) == 0x000038, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000040, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_Stop_ReturnValue) == 0x000048, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_PlayWithArgs_ReturnValue) == 0x00005C, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_GetCharacter_ReturnValue_1) == 0x000068, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000070, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000078, "Member 'BP_AirHeavyAttackState_C_ExecuteUbergraph_BP_AirHeavyAttackState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirHeavyAttackState_C \ +static_assert(alignof(UBP_AirHeavyAttackState_C) == 0x000008, "Wrong alignment on UBP_AirHeavyAttackState_C"); \ +static_assert(sizeof(UBP_AirHeavyAttackState_C) == 0x000148, "Wrong size on UBP_AirHeavyAttackState_C"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, UberGraphFrame) == 0x000128, "Member 'UBP_AirHeavyAttackState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, FallTimer) == 0x000130, "Member 'UBP_AirHeavyAttackState_C::FallTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, AttackEnding) == 0x000138, "Member 'UBP_AirHeavyAttackState_C::AttackEnding' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, CanExit) == 0x000139, "Member 'UBP_AirHeavyAttackState_C::CanExit' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, BalanceConfig_AirHeavyHeightRequirement) == 0x00013C, "Member 'UBP_AirHeavyAttackState_C::BalanceConfig_AirHeavyHeightRequirement' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, GravitySnapshot) == 0x000140, "Member 'UBP_AirHeavyAttackState_C::GravitySnapshot' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirHeavyAttackState_C, BalanceConfig_AirHeavyMaxHeight) == 0x000144, "Member 'UBP_AirHeavyAttackState_C::BalanceConfig_AirHeavyMaxHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirLightAttackState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_AirLightAttackState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirLightAttackState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_AirLightAttackState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirLightAttackState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirLightAttackState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirLightAttackState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_AirLightAttackState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirLightAttackState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirLightAttackState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirLightAttackState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirLightAttackState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirLightAttackState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirLightAttackState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_AirLightAttackState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_AirLightAttackState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_HandleAnimEvent \ +static_assert(alignof(BP_AirLightAttackState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_AirLightAttackState_C_HandleAnimEvent) == 0x000080, "Wrong size on BP_AirLightAttackState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000010, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000020, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000038, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000060, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000078, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000079, "Member 'BP_AirLightAttackState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_IsWithinDistanceOfFloor \ +static_assert(alignof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_IsWithinDistanceOfFloor"); \ +static_assert(sizeof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor) == 0x0000B8, "Wrong size on BP_AirLightAttackState_C_IsWithinDistanceOfFloor"); \ +static_assert(offsetof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor, Distance) == 0x000000, "Member 'BP_AirLightAttackState_C_IsWithinDistanceOfFloor::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor, IsWithinDistance) == 0x000004, "Member 'BP_AirLightAttackState_C_IsWithinDistanceOfFloor::IsWithinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_AirLightAttackState_C_IsWithinDistanceOfFloor::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_AirLightAttackState_C_IsWithinDistanceOfFloor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor, CallFunc_K2_ComputeFloorDist_FloorResult) == 0x00001C, "Member 'BP_AirLightAttackState_C_IsWithinDistanceOfFloor::CallFunc_K2_ComputeFloorDist_FloorResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_IsWithinDistanceOfFloor, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000B0, "Member 'BP_AirLightAttackState_C_IsWithinDistanceOfFloor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_CanEnterState \ +static_assert(alignof(BP_AirLightAttackState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_CanEnterState"); \ +static_assert(sizeof(BP_AirLightAttackState_C_CanEnterState) == 0x000010, "Wrong size on BP_AirLightAttackState_C_CanEnterState"); \ +static_assert(offsetof(BP_AirLightAttackState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_AirLightAttackState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_AirLightAttackState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_AirLightAttackState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_CanEnterState, CallFunc_IsWithinDistanceOfFloor_IsWithinDistance) == 0x00000A, "Member 'BP_AirLightAttackState_C_CanEnterState::CallFunc_IsWithinDistanceOfFloor_IsWithinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_AirLightAttackState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'BP_AirLightAttackState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_OnEnd \ +static_assert(alignof(BP_AirLightAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_AirLightAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_AirLightAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_AirLightAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AirLightAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_Update \ +static_assert(alignof(BP_AirLightAttackState_C_Update) == 0x000004, "Wrong alignment on BP_AirLightAttackState_C_Update"); \ +static_assert(sizeof(BP_AirLightAttackState_C_Update) == 0x000004, "Wrong size on BP_AirLightAttackState_C_Update"); \ +static_assert(offsetof(BP_AirLightAttackState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AirLightAttackState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_OnStart \ +static_assert(alignof(BP_AirLightAttackState_C_OnStart) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_OnStart"); \ +static_assert(sizeof(BP_AirLightAttackState_C_OnStart) == 0x000008, "Wrong size on BP_AirLightAttackState_C_OnStart"); \ +static_assert(offsetof(BP_AirLightAttackState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AirLightAttackState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_WindupEnded \ +static_assert(alignof(BP_AirLightAttackState_C_WindupEnded) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_WindupEnded"); \ +static_assert(sizeof(BP_AirLightAttackState_C_WindupEnded) == 0x000020, "Wrong size on BP_AirLightAttackState_C_WindupEnded"); \ +static_assert(offsetof(BP_AirLightAttackState_C_WindupEnded, Args) == 0x000000, "Member 'BP_AirLightAttackState_C_WindupEnded::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_WindupEnded, MontageManager) == 0x000018, "Member 'BP_AirLightAttackState_C_WindupEnded::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState \ +static_assert(alignof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState) == 0x000008, "Wrong alignment on BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState"); \ +static_assert(sizeof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState) == 0x0000F0, "Wrong size on BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, EntryPoint) == 0x000000, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, Temp_name_Variable) == 0x000004, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, Temp_name_Variable_1) == 0x00001C, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, Temp_int_Variable) == 0x000024, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, Temp_name_Variable_2) == 0x000028, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, Temp_name_Variable_3) == 0x000030, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_Select_Default) == 0x000040, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_Event_NextState) == 0x000048, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_MakeStruct_PlayMontageArgs) == 0x000050, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_PlayWithCallback_ReturnValue) == 0x000068, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_Event_DeltaTime) == 0x00006C, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_Event_PrevState) == 0x000070, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000078, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_Stop_ReturnValue) == 0x000080, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_Stop_ReturnValue_1) == 0x000081, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_Stop_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000088, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000090, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_IsWithinDistanceOfFloor_IsWithinDistance) == 0x000099, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_IsWithinDistanceOfFloor_IsWithinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_CustomEvent_Args) == 0x00009C, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_CustomEvent_MontageManager) == 0x0000B8, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_BooleanOR_ReturnValue) == 0x0000C0, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, Temp_bool_Variable) == 0x0000C1, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_ChangeStateTo_ReturnValue) == 0x0000C2, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_Select_Default_1) == 0x0000C4, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, K2Node_MakeStruct_PlayMontageArgs_1) == 0x0000CC, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::K2Node_MakeStruct_PlayMontageArgs_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_PlayWithArgs_ReturnValue) == 0x0000E4, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState, CallFunc_Percent_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_AirLightAttackState_C_ExecuteUbergraph_BP_AirLightAttackState::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirLightAttackState_C \ +static_assert(alignof(UBP_AirLightAttackState_C) == 0x000008, "Wrong alignment on UBP_AirLightAttackState_C"); \ +static_assert(sizeof(UBP_AirLightAttackState_C) == 0x000140, "Wrong size on UBP_AirLightAttackState_C"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, UberGraphFrame) == 0x000128, "Member 'UBP_AirLightAttackState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, IsLanding) == 0x000130, "Member 'UBP_AirLightAttackState_C::IsLanding' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, AttackEnding) == 0x000131, "Member 'UBP_AirLightAttackState_C::AttackEnding' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, CanAttack) == 0x000132, "Member 'UBP_AirLightAttackState_C::CanAttack' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, CanExit) == 0x000133, "Member 'UBP_AirLightAttackState_C::CanExit' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, AirLightHeightRequirement) == 0x000134, "Member 'UBP_AirLightAttackState_C::AirLightHeightRequirement' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, AirLightGroundActivationDistance) == 0x000138, "Member 'UBP_AirLightAttackState_C::AirLightGroundActivationDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirLightAttackState_C, AttackIndex) == 0x00013C, "Member 'UBP_AirLightAttackState_C::AttackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInjectableAbility_C_TryInject \ +static_assert(alignof(IInjectableAbility_C_TryInject) == 0x000001, "Wrong alignment on IInjectableAbility_C_TryInject"); \ +static_assert(sizeof(IInjectableAbility_C_TryInject) == 0x000001, "Wrong size on IInjectableAbility_C_TryInject"); \ +static_assert(offsetof(IInjectableAbility_C_TryInject, ReturnValue) == 0x000000, "Member 'IInjectableAbility_C_TryInject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInjectableAbility_C_GetIsInjected \ +static_assert(alignof(IInjectableAbility_C_GetIsInjected) == 0x000001, "Wrong alignment on IInjectableAbility_C_GetIsInjected"); \ +static_assert(sizeof(IInjectableAbility_C_GetIsInjected) == 0x000001, "Wrong size on IInjectableAbility_C_GetIsInjected"); \ +static_assert(offsetof(IInjectableAbility_C_GetIsInjected, ReturnValue) == 0x000000, "Member 'IInjectableAbility_C_GetIsInjected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInjectableAbility_C_CanInject \ +static_assert(alignof(IInjectableAbility_C_CanInject) == 0x000001, "Wrong alignment on IInjectableAbility_C_CanInject"); \ +static_assert(sizeof(IInjectableAbility_C_CanInject) == 0x000001, "Wrong size on IInjectableAbility_C_CanInject"); \ +static_assert(offsetof(IInjectableAbility_C_CanInject, ReturnValue) == 0x000000, "Member 'IInjectableAbility_C_CanInject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IIInjectableAbility_C \ +static_assert(alignof(IIInjectableAbility_C) == 0x000001, "Wrong alignment on IIInjectableAbility_C"); \ +static_assert(sizeof(IIInjectableAbility_C) == 0x000001, "Wrong size on IIInjectableAbility_C"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_HandleInputStickEvent \ +static_assert(alignof(BP_AirStaggeredState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_AirStaggeredState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_AirStaggeredState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_AirStaggeredState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000031, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000032, "Member 'BP_AirStaggeredState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_HandleAnimEvent \ +static_assert(alignof(BP_AirStaggeredState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_AirStaggeredState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_AirStaggeredState_C_HandleAnimEvent) == 0x000020, "Wrong size on BP_AirStaggeredState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_AirStaggeredState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_AirStaggeredState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleAnimEvent, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_AirStaggeredState_C_HandleAnimEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_AirStaggeredState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleAnimEvent, CallFunc_IsAlive_ReturnValue) == 0x000019, "Member 'BP_AirStaggeredState_C_HandleAnimEvent::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00001A, "Member 'BP_AirStaggeredState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirStaggeredState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_AirStaggeredState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirStaggeredState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_AirStaggeredState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirStaggeredState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirStaggeredState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirStaggeredState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_AirStaggeredState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_OnStart \ +static_assert(alignof(BP_AirStaggeredState_C_OnStart) == 0x000008, "Wrong alignment on BP_AirStaggeredState_C_OnStart"); \ +static_assert(sizeof(BP_AirStaggeredState_C_OnStart) == 0x000008, "Wrong size on BP_AirStaggeredState_C_OnStart"); \ +static_assert(offsetof(BP_AirStaggeredState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AirStaggeredState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_Update \ +static_assert(alignof(BP_AirStaggeredState_C_Update) == 0x000004, "Wrong alignment on BP_AirStaggeredState_C_Update"); \ +static_assert(sizeof(BP_AirStaggeredState_C_Update) == 0x000004, "Wrong size on BP_AirStaggeredState_C_Update"); \ +static_assert(offsetof(BP_AirStaggeredState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AirStaggeredState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_OnEnd \ +static_assert(alignof(BP_AirStaggeredState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AirStaggeredState_C_OnEnd"); \ +static_assert(sizeof(BP_AirStaggeredState_C_OnEnd) == 0x000008, "Wrong size on BP_AirStaggeredState_C_OnEnd"); \ +static_assert(offsetof(BP_AirStaggeredState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AirStaggeredState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState \ +static_assert(alignof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState) == 0x000008, "Wrong alignment on BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState"); \ +static_assert(sizeof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState) == 0x0000B8, "Wrong size on BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, EntryPoint) == 0x000000, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_IsInputBuffered_ReturnValue) == 0x000006, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000007, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000008, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000009, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x00000A, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x000014, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x000015, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x000016, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, K2Node_Event_PrevState) == 0x000018, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000020, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, K2Node_Event_DeltaTime) == 0x00002C, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, K2Node_Event_NextState) == 0x000038, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000040, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000048, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Complete_ReturnValue) == 0x000060, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_CanComplete_ReturnValue) == 0x000061, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_CanComplete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_ChangeStateTo_ReturnValue_8) == 0x000062, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000068, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000078, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000080, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_GetComponentOnController_ReturnValue) == 0x000088, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000090, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_PollActions_ReturnValue) == 0x000098, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_IsInputBuffered_ReturnValue_2) == 0x0000A9, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, K2Node_SwitchEnum_CmpSuccess) == 0x0000AA, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'BP_AirStaggeredState_C_ExecuteUbergraph_BP_AirStaggeredState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirStaggeredState_C \ +static_assert(alignof(UBP_AirStaggeredState_C) == 0x000008, "Wrong alignment on UBP_AirStaggeredState_C"); \ +static_assert(sizeof(UBP_AirStaggeredState_C) == 0x000130, "Wrong size on UBP_AirStaggeredState_C"); \ +static_assert(offsetof(UBP_AirStaggeredState_C, UberGraphFrame) == 0x000120, "Member 'UBP_AirStaggeredState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirStaggeredState_C, DodgeAllowed) == 0x000128, "Member 'UBP_AirStaggeredState_C::DodgeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgePulseState_C_CanEnterState \ +static_assert(alignof(BP_LedgePulseState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LedgePulseState_C_CanEnterState"); \ +static_assert(sizeof(BP_LedgePulseState_C_CanEnterState) == 0x000010, "Wrong size on BP_LedgePulseState_C_CanEnterState"); \ +static_assert(offsetof(BP_LedgePulseState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LedgePulseState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgePulseState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LedgePulseState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState \ +static_assert(alignof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState) == 0x000008, "Wrong alignment on BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState"); \ +static_assert(sizeof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState) == 0x000020, "Wrong size on BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState"); \ +static_assert(offsetof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState, EntryPoint) == 0x000000, "Member 'BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState, CallFunc_EvaluateCurve_ReturnValue) == 0x00001C, "Member 'BP_LedgePulseState_C_ExecuteUbergraph_BP_LedgePulseState::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgePulseState_C \ +static_assert(alignof(UBP_LedgePulseState_C) == 0x000008, "Wrong alignment on UBP_LedgePulseState_C"); \ +static_assert(sizeof(UBP_LedgePulseState_C) == 0x000138, "Wrong size on UBP_LedgePulseState_C"); \ +static_assert(offsetof(UBP_LedgePulseState_C, UberGraphFrame_BP_LedgePulseState_C) == 0x000130, "Member 'UBP_LedgePulseState_C::UberGraphFrame_BP_LedgePulseState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_HandleInputStickEvent \ +static_assert(alignof(BP_PulseJumpState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_PulseJumpState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_PulseJumpState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PulseJumpState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_HandleAnimEvent \ +static_assert(alignof(BP_PulseJumpState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_PulseJumpState_C_HandleAnimEvent) == 0x000038, "Wrong size on BP_PulseJumpState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_PulseJumpState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_PulseJumpState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, Temp_bool_Variable) == 0x000009, "Member 'BP_PulseJumpState_C_HandleAnimEvent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_PulseJumpState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, Temp_class_Variable) == 0x000010, "Member 'BP_PulseJumpState_C_HandleAnimEvent::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, Temp_class_Variable_1) == 0x000018, "Member 'BP_PulseJumpState_C_HandleAnimEvent::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, CallFunc_IsFalling_ReturnValue) == 0x000020, "Member 'BP_PulseJumpState_C_HandleAnimEvent::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, K2Node_Select_Default) == 0x000028, "Member 'BP_PulseJumpState_C_HandleAnimEvent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000030, "Member 'BP_PulseJumpState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000031, "Member 'BP_PulseJumpState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_HandleInputActionEvent \ +static_assert(alignof(BP_PulseJumpState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_PulseJumpState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_PulseJumpState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_PulseJumpState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_PulseJumpState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_PulseJumpState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_PulseJumpState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_PulseJumpState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_CanEnterState \ +static_assert(alignof(BP_PulseJumpState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_CanEnterState"); \ +static_assert(sizeof(BP_PulseJumpState_C_CanEnterState) == 0x000038, "Wrong size on BP_PulseJumpState_C_CanEnterState"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_PulseJumpState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_PulseJumpState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_PulseJumpState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_PulseJumpState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, CallFunc_IsInSuperstate_ReturnValue) == 0x000020, "Member 'BP_PulseJumpState_C_CanEnterState::CallFunc_IsInSuperstate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_PulseJumpState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PulseJumpState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_PulseJumpState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_PulseJumpState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_IsFalling \ +static_assert(alignof(BP_PulseJumpState_C_IsFalling) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_IsFalling"); \ +static_assert(sizeof(BP_PulseJumpState_C_IsFalling) == 0x000018, "Wrong size on BP_PulseJumpState_C_IsFalling"); \ +static_assert(offsetof(BP_PulseJumpState_C_IsFalling, ReturnValue) == 0x000000, "Member 'BP_PulseJumpState_C_IsFalling::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_IsFalling, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_PulseJumpState_C_IsFalling::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_IsFalling, CallFunc_IsFalling_ReturnValue) == 0x000010, "Member 'BP_PulseJumpState_C_IsFalling::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_HandleGravity \ +static_assert(alignof(BP_PulseJumpState_C_HandleGravity) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_HandleGravity"); \ +static_assert(sizeof(BP_PulseJumpState_C_HandleGravity) == 0x000020, "Wrong size on BP_PulseJumpState_C_HandleGravity"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleGravity, CallFunc_TryGetBalanceConfigByClass_WasSuccessful) == 0x000000, "Member 'BP_PulseJumpState_C_HandleGravity::CallFunc_TryGetBalanceConfigByClass_WasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleGravity, CallFunc_TryGetBalanceConfigByClass_ReturnValue) == 0x000008, "Member 'BP_PulseJumpState_C_HandleGravity::CallFunc_TryGetBalanceConfigByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleGravity, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_PulseJumpState_C_HandleGravity::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_HandleGravity, CallFunc_EvaluateCurve_ReturnValue) == 0x000018, "Member 'BP_PulseJumpState_C_HandleGravity::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_Update \ +static_assert(alignof(BP_PulseJumpState_C_Update) == 0x000004, "Wrong alignment on BP_PulseJumpState_C_Update"); \ +static_assert(sizeof(BP_PulseJumpState_C_Update) == 0x000008, "Wrong size on BP_PulseJumpState_C_Update"); \ +static_assert(offsetof(BP_PulseJumpState_C_Update, DeltaTime) == 0x000000, "Member 'BP_PulseJumpState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_Update, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_PulseJumpState_C_Update::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_OnStart \ +static_assert(alignof(BP_PulseJumpState_C_OnStart) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_OnStart"); \ +static_assert(sizeof(BP_PulseJumpState_C_OnStart) == 0x000008, "Wrong size on BP_PulseJumpState_C_OnStart"); \ +static_assert(offsetof(BP_PulseJumpState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PulseJumpState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_OnSuspend \ +static_assert(alignof(BP_PulseJumpState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_OnSuspend"); \ +static_assert(sizeof(BP_PulseJumpState_C_OnSuspend) == 0x000008, "Wrong size on BP_PulseJumpState_C_OnSuspend"); \ +static_assert(offsetof(BP_PulseJumpState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_PulseJumpState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState \ +static_assert(alignof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState) == 0x000008, "Wrong alignment on BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState"); \ +static_assert(sizeof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState) == 0x000038, "Wrong size on BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, EntryPoint) == 0x000000, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, K2Node_Event_PrevState_1) == 0x000020, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, CallFunc_GetCharacter_ReturnValue_1) == 0x000028, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState, K2Node_Event_PrevState) == 0x000030, "Member 'BP_PulseJumpState_C_ExecuteUbergraph_BP_PulseJumpState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PulseJumpState_C \ +static_assert(alignof(UBP_PulseJumpState_C) == 0x000008, "Wrong alignment on UBP_PulseJumpState_C"); \ +static_assert(sizeof(UBP_PulseJumpState_C) == 0x000130, "Wrong size on UBP_PulseJumpState_C"); \ +static_assert(offsetof(UBP_PulseJumpState_C, UberGraphFrame) == 0x000120, "Member 'UBP_PulseJumpState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PulseJumpState_C, TimeElapsed) == 0x000128, "Member 'UBP_PulseJumpState_C::TimeElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeGrabState_C_Update \ +static_assert(alignof(BP_LedgeGrabState_C_Update) == 0x000008, "Wrong alignment on BP_LedgeGrabState_C_Update"); \ +static_assert(sizeof(BP_LedgeGrabState_C_Update) == 0x000018, "Wrong size on BP_LedgeGrabState_C_Update"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeGrabState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_LedgeGrabState_C_Update::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_LedgeGrabState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000006, "Member 'BP_LedgeGrabState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeGrabState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'BP_LedgeGrabState_C_Update::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_Update, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000011, "Member 'BP_LedgeGrabState_C_Update::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeGrabState_C_OnStart \ +static_assert(alignof(BP_LedgeGrabState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeGrabState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeGrabState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeGrabState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeGrabState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeGrabState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState \ +static_assert(alignof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState) == 0x000008, "Wrong alignment on BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState"); \ +static_assert(sizeof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState) == 0x000038, "Wrong size on BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, EntryPoint) == 0x000000, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000018, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, CallFunc_GetComponentOnController_ReturnValue) == 0x000028, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000030, "Member 'BP_LedgeGrabState_C_ExecuteUbergraph_BP_LedgeGrabState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeGrabState_C \ +static_assert(alignof(UBP_LedgeGrabState_C) == 0x000008, "Wrong alignment on UBP_LedgeGrabState_C"); \ +static_assert(sizeof(UBP_LedgeGrabState_C) == 0x000128, "Wrong size on UBP_LedgeGrabState_C"); \ +static_assert(offsetof(UBP_LedgeGrabState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LedgeGrabState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_HandleGrabEvent \ +static_assert(alignof(BP_AliveSuperState_C_HandleGrabEvent) == 0x000004, "Wrong alignment on BP_AliveSuperState_C_HandleGrabEvent"); \ +static_assert(sizeof(BP_AliveSuperState_C_HandleGrabEvent) == 0x000020, "Wrong size on BP_AliveSuperState_C_HandleGrabEvent"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleGrabEvent, GrabEvent) == 0x000000, "Member 'BP_AliveSuperState_C_HandleGrabEvent::GrabEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleGrabEvent, MontageArgs) == 0x000004, "Member 'BP_AliveSuperState_C_HandleGrabEvent::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleGrabEvent, ReturnValue) == 0x00001C, "Member 'BP_AliveSuperState_C_HandleGrabEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleGrabEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00001D, "Member 'BP_AliveSuperState_C_HandleGrabEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleGrabEvent, K2Node_SwitchEnum_CmpSuccess) == 0x00001E, "Member 'BP_AliveSuperState_C_HandleGrabEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_HandleStaggerEvent \ +static_assert(alignof(BP_AliveSuperState_C_HandleStaggerEvent) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_HandleStaggerEvent"); \ +static_assert(sizeof(BP_AliveSuperState_C_HandleStaggerEvent) == 0x000170, "Wrong size on BP_AliveSuperState_C_HandleStaggerEvent"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, Strength) == 0x000110, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000112, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000118, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000138, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000148, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleStaggerEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000168, "Member 'BP_AliveSuperState_C_HandleStaggerEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_AliveSuperState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AliveSuperState_C_HandleNamedEvent) == 0x000030, "Wrong size on BP_AliveSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AliveSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AliveSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AliveSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000018, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_GiveItem_ReturnValue) == 0x000028, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_GiveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000029, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_IsDebugBuild_ReturnValue) == 0x00002A, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_IsDebugBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_3) == 0x00002B, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_4) == 0x00002C, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_5) == 0x00002D, "Member 'BP_AliveSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AliveSuperState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AliveSuperState_C_HandleInputActionEvent) == 0x000038, "Wrong size on BP_AliveSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_Activate_ReturnValue) == 0x000018, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000019, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000020, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_FindAbilityByClass_ReturnValue_1) == 0x000028, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_FindAbilityByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_IsDebugBuild_ReturnValue) == 0x000030, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_IsDebugBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_DropItem_ReturnValue) == 0x000031, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_DropItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000032, "Member 'BP_AliveSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_HandleDeathEvent \ +static_assert(alignof(BP_AliveSuperState_C_HandleDeathEvent) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_HandleDeathEvent"); \ +static_assert(sizeof(BP_AliveSuperState_C_HandleDeathEvent) == 0x0001D8, "Wrong size on BP_AliveSuperState_C_HandleDeathEvent"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, DamageEvent) == 0x000000, "Member 'BP_AliveSuperState_C_HandleDeathEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, ReturnValue) == 0x000110, "Member 'BP_AliveSuperState_C_HandleDeathEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000111, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000118, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000138, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000148, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000158, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000168, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000178, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000188, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000198, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_MochiEnsure_ReturnValue) == 0x0001A8, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001B0, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x0001C0, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_MochiEnsure_ReturnValue_1) == 0x0001C1, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0001C8, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_HandleDeathEvent, CallFunc_IsMovingOnGround_ReturnValue) == 0x0001D0, "Member 'BP_AliveSuperState_C_HandleDeathEvent::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_Update \ +static_assert(alignof(BP_AliveSuperState_C_Update) == 0x000004, "Wrong alignment on BP_AliveSuperState_C_Update"); \ +static_assert(sizeof(BP_AliveSuperState_C_Update) == 0x000004, "Wrong size on BP_AliveSuperState_C_Update"); \ +static_assert(offsetof(BP_AliveSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AliveSuperState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_OnEnd \ +static_assert(alignof(BP_AliveSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_AliveSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_AliveSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_AliveSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AliveSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_OnStart \ +static_assert(alignof(BP_AliveSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_OnStart"); \ +static_assert(sizeof(BP_AliveSuperState_C_OnStart) == 0x000008, "Wrong size on BP_AliveSuperState_C_OnStart"); \ +static_assert(offsetof(BP_AliveSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AliveSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState \ +static_assert(alignof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState) == 0x000008, "Wrong alignment on BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState"); \ +static_assert(sizeof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState) == 0x000108, "Wrong size on BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, EntryPoint) == 0x000000, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_IsAlive_ReturnValue) == 0x000011, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetCurrentState_ReturnValue) == 0x000020, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ClassIsChildOf_ReturnValue) == 0x000028, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ChangeStateTo_ReturnValue) == 0x000029, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_Event_DeltaTime) == 0x00002C, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000030, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetCurrentState_ReturnValue_1) == 0x000038, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetCurrentState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetController_ReturnValue) == 0x000040, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000048, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_DynamicCast_AsKena_Controller) == 0x000050, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000059, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ShouldBeInCinematicState_ReturnValue) == 0x00005A, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ShouldBeInCinematicState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BooleanAND_ReturnValue) == 0x00005B, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_Not_PreBool_ReturnValue_2) == 0x00005C, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BooleanAND_ReturnValue_1) == 0x00005D, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00005E, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x00005F, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x000060, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_Event_NextState) == 0x000068, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_3) == 0x000070, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_Event_PrevState) == 0x000078, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_4) == 0x000080, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000088, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetAnimInstance_ReturnValue) == 0x000090, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_5) == 0x000098, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x0000A0, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetCurrentState_ReturnValue_2) == 0x0000B0, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetCurrentState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x0000B8, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BreakVector_X) == 0x0000BC, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BreakVector_Y) == 0x0000C0, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BreakVector_Z) == 0x0000C4, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000C8, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_MakeVector_ReturnValue) == 0x0000CC, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_VSize_ReturnValue) == 0x0000D8, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_6) == 0x0000E0, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetComponentOnController_ReturnValue_7) == 0x0000E8, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetComponentOnController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_IsInputBuffered_IsStale) == 0x0000F0, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_IsInputBuffered_ReturnValue) == 0x0000F1, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_GetCurrentState_ReturnValue_3) == 0x0000F8, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_GetCurrentState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_DidActionRecentlyBegin_ReturnValue) == 0x000100, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_DidActionRecentlyBegin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_ClassIsChildOf_ReturnValue_2) == 0x000101, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_ClassIsChildOf_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_Not_PreBool_ReturnValue_4) == 0x000102, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_Not_PreBool_ReturnValue_5) == 0x000103, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BooleanAND_ReturnValue_2) == 0x000104, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BooleanAND_ReturnValue_3) == 0x000105, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState, CallFunc_BooleanAND_ReturnValue_4) == 0x000106, "Member 'BP_AliveSuperState_C_ExecuteUbergraph_BP_AliveSuperState::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AliveSuperState_C \ +static_assert(alignof(UBP_AliveSuperState_C) == 0x000008, "Wrong alignment on UBP_AliveSuperState_C"); \ +static_assert(sizeof(UBP_AliveSuperState_C) == 0x000140, "Wrong size on UBP_AliveSuperState_C"); \ +static_assert(offsetof(UBP_AliveSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_AliveSuperState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsTextureQuality_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsTextureQuality_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsTextureQuality_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsTextureQuality_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsTextureQuality_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsTextureQuality_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsTextureQuality_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality \ +static_assert(alignof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality) == 0x000008, "Wrong alignment on BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality"); \ +static_assert(sizeof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality) == 0x000038, "Wrong size on BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, EntryPoint) == 0x000000, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, Temp_int_Variable) == 0x000010, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, Temp_int_Variable_1) == 0x000014, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, Temp_int_Variable_2) == 0x000018, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, Temp_int_Variable_3) == 0x00001C, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, Temp_int_Variable_4) == 0x000020, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, K2Node_Event_OwningWidget) == 0x000028, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, K2Node_Event_Value) == 0x000030, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsTextureQuality_C_ExecuteUbergraph_BP_OptionsTextureQuality::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsTextureQuality_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsTextureQuality_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsTextureQuality_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsTextureQuality_C_GetAppliedIntValue) == 0x000038, "Wrong size on BP_OptionsTextureQuality_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable) == 0x00000C, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000010, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable_2) == 0x000014, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable_3) == 0x000018, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable_4) == 0x00001C, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable_5) == 0x000020, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, Temp_int_Variable_6) == 0x000024, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, CallFunc_GetTextureQuality_ReturnValue) == 0x000030, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsTextureQuality_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsTextureQuality_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsTextureQuality_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsTextureQuality_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsTextureQuality_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_OptionsTextureQuality_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsTextureQuality_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsTextureQuality_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsTextureQuality_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsTextureQuality_C \ +static_assert(alignof(UBP_OptionsTextureQuality_C) == 0x000008, "Wrong alignment on UBP_OptionsTextureQuality_C"); \ +static_assert(sizeof(UBP_OptionsTextureQuality_C) == 0x000030, "Wrong size on UBP_OptionsTextureQuality_C"); \ +static_assert(offsetof(UBP_OptionsTextureQuality_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsTextureQuality_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceSwimState_C_HandleInputActionEvent \ +static_assert(alignof(BP_SurfaceSwimState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_SurfaceSwimState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_SurfaceSwimState_C_HandleInputActionEvent) == 0x000003, "Wrong size on BP_SurfaceSwimState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_SurfaceSwimState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_SurfaceSwimState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_SurfaceSwimState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceSwimState_C_HandleInputStickEvent \ +static_assert(alignof(BP_SurfaceSwimState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_SurfaceSwimState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_SurfaceSwimState_C_HandleInputStickEvent) == 0x000028, "Wrong size on BP_SurfaceSwimState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_SurfaceSwimState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_SurfaceSwimState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_SurfaceSwimState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_SurfaceSwimState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_SurfaceSwimState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_SurfaceSwimState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceSwimState_C_CanEnterState \ +static_assert(alignof(BP_SurfaceSwimState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_SurfaceSwimState_C_CanEnterState"); \ +static_assert(sizeof(BP_SurfaceSwimState_C_CanEnterState) == 0x000010, "Wrong size on BP_SurfaceSwimState_C_CanEnterState"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_SurfaceSwimState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_SurfaceSwimState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_SurfaceSwimState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x00000A, "Member 'BP_SurfaceSwimState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_SurfaceSwimState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceSwimState_C_Update \ +static_assert(alignof(BP_SurfaceSwimState_C_Update) == 0x000004, "Wrong alignment on BP_SurfaceSwimState_C_Update"); \ +static_assert(sizeof(BP_SurfaceSwimState_C_Update) == 0x000004, "Wrong size on BP_SurfaceSwimState_C_Update"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SurfaceSwimState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState \ +static_assert(alignof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState) == 0x000008, "Wrong alignment on BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState"); \ +static_assert(sizeof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState) == 0x000040, "Wrong size on BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, EntryPoint) == 0x000000, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, K2Node_Event_DeltaTime) == 0x000008, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_IsFalling_ReturnValue) == 0x000018, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_IsSurfaceSwimming_ReturnValue) == 0x000019, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_IsSurfaceSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000020, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_GetCurveValue_ReturnValue) == 0x000028, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000030, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_Lerp_ReturnValue) == 0x000038, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00003C, "Member 'BP_SurfaceSwimState_C_ExecuteUbergraph_BP_SurfaceSwimState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SurfaceSwimState_C \ +static_assert(alignof(UBP_SurfaceSwimState_C) == 0x000008, "Wrong alignment on UBP_SurfaceSwimState_C"); \ +static_assert(sizeof(UBP_SurfaceSwimState_C) == 0x000130, "Wrong size on UBP_SurfaceSwimState_C"); \ +static_assert(offsetof(UBP_SurfaceSwimState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SurfaceSwimState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SurfaceSwimState_C, SwimSpeedLow) == 0x000128, "Member 'UBP_SurfaceSwimState_C::SwimSpeedLow' has a wrong offset!"); \ +static_assert(offsetof(UBP_SurfaceSwimState_C, SwimSpeedHigh) == 0x00012C, "Member 'UBP_SurfaceSwimState_C::SwimSpeedHigh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_HandleInputStickEvent \ +static_assert(alignof(BP_CinematicState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_CinematicState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_CinematicState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_CinematicState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_CinematicState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_CinematicState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_CinematicState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_CinematicState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_CinematicState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_CinematicState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_CinematicState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_CinematicState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000031, "Member 'BP_CinematicState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000032, "Member 'BP_CinematicState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_HandleAnimEvent \ +static_assert(alignof(BP_CinematicState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_CinematicState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_CinematicState_C_HandleAnimEvent) == 0x000030, "Wrong size on BP_CinematicState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_CinematicState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_CinematicState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'BP_CinematicState_C_HandleAnimEvent::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_CinematicState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, CallFunc_GetActiveStaff_ReturnValue) == 0x000020, "Member 'BP_CinematicState_C_HandleAnimEvent::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000028, "Member 'BP_CinematicState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000029, "Member 'BP_CinematicState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_CanEnterState \ +static_assert(alignof(BP_CinematicState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_CinematicState_C_CanEnterState"); \ +static_assert(sizeof(BP_CinematicState_C_CanEnterState) == 0x000010, "Wrong size on BP_CinematicState_C_CanEnterState"); \ +static_assert(offsetof(BP_CinematicState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_CinematicState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_CinematicState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_CinematicState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_IsBlockingSequencePlaying \ +static_assert(alignof(BP_CinematicState_C_IsBlockingSequencePlaying) == 0x000008, "Wrong alignment on BP_CinematicState_C_IsBlockingSequencePlaying"); \ +static_assert(sizeof(BP_CinematicState_C_IsBlockingSequencePlaying) == 0x000018, "Wrong size on BP_CinematicState_C_IsBlockingSequencePlaying"); \ +static_assert(offsetof(BP_CinematicState_C_IsBlockingSequencePlaying, Playing) == 0x000000, "Member 'BP_CinematicState_C_IsBlockingSequencePlaying::Playing' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_IsBlockingSequencePlaying, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000008, "Member 'BP_CinematicState_C_IsBlockingSequencePlaying::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_IsBlockingSequencePlaying, CallFunc_IsAnyCutscenePlaying_ReturnValue) == 0x000010, "Member 'BP_CinematicState_C_IsBlockingSequencePlaying::CallFunc_IsAnyCutscenePlaying_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_OnStart \ +static_assert(alignof(BP_CinematicState_C_OnStart) == 0x000008, "Wrong alignment on BP_CinematicState_C_OnStart"); \ +static_assert(sizeof(BP_CinematicState_C_OnStart) == 0x000008, "Wrong size on BP_CinematicState_C_OnStart"); \ +static_assert(offsetof(BP_CinematicState_C_OnStart, PrevState) == 0x000000, "Member 'BP_CinematicState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_OnEnd \ +static_assert(alignof(BP_CinematicState_C_OnEnd) == 0x000008, "Wrong alignment on BP_CinematicState_C_OnEnd"); \ +static_assert(sizeof(BP_CinematicState_C_OnEnd) == 0x000008, "Wrong size on BP_CinematicState_C_OnEnd"); \ +static_assert(offsetof(BP_CinematicState_C_OnEnd, NextState) == 0x000000, "Member 'BP_CinematicState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_OnSuspend \ +static_assert(alignof(BP_CinematicState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_CinematicState_C_OnSuspend"); \ +static_assert(sizeof(BP_CinematicState_C_OnSuspend) == 0x000008, "Wrong size on BP_CinematicState_C_OnSuspend"); \ +static_assert(offsetof(BP_CinematicState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_CinematicState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_OnResume \ +static_assert(alignof(BP_CinematicState_C_OnResume) == 0x000008, "Wrong alignment on BP_CinematicState_C_OnResume"); \ +static_assert(sizeof(BP_CinematicState_C_OnResume) == 0x000008, "Wrong size on BP_CinematicState_C_OnResume"); \ +static_assert(offsetof(BP_CinematicState_C_OnResume, NextState) == 0x000000, "Member 'BP_CinematicState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_Update \ +static_assert(alignof(BP_CinematicState_C_Update) == 0x000004, "Wrong alignment on BP_CinematicState_C_Update"); \ +static_assert(sizeof(BP_CinematicState_C_Update) == 0x000004, "Wrong size on BP_CinematicState_C_Update"); \ +static_assert(offsetof(BP_CinematicState_C_Update, DeltaTime) == 0x000000, "Member 'BP_CinematicState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_OnRequestComplete \ +static_assert(alignof(BP_CinematicState_C_OnRequestComplete) == 0x000008, "Wrong alignment on BP_CinematicState_C_OnRequestComplete"); \ +static_assert(sizeof(BP_CinematicState_C_OnRequestComplete) == 0x000008, "Wrong size on BP_CinematicState_C_OnRequestComplete"); \ +static_assert(offsetof(BP_CinematicState_C_OnRequestComplete, Montage) == 0x000000, "Member 'BP_CinematicState_C_OnRequestComplete::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState \ +static_assert(alignof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState) == 0x000008, "Wrong alignment on BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState"); \ +static_assert(sizeof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState) == 0x000150, "Wrong size on BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, EntryPoint) == 0x000000, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000006, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000007, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000010, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000011, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000018, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_PollActions_ReturnValue) == 0x000020, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_IsInputBuffered_ReturnValue) == 0x000030, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000038, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_Event_PrevState_1) == 0x000040, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_Event_NextState_1) == 0x000048, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000050, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000058, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_Event_PrevState) == 0x000060, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_Event_NextState) == 0x000068, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_Event_DeltaTime) == 0x000070, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x000074, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_Array_Get_Item) == 0x00007C, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_SwitchEnum_CmpSuccess) == 0x00007D, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000080, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000088, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_CustomEvent_Montage) == 0x000090, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_CustomEvent_Montage' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_4) == 0x000098, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x0000A0, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x0000A1, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x0000A2, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetController_ReturnValue) == 0x0000A8, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetController_ReturnValue_1) == 0x0000B0, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_AsKena_Controller) == 0x0000B8, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_AsKena_Controller_1) == 0x0000C8, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_AsKena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_5) == 0x0000D8, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_6) == 0x0000E0, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetGameMode_ReturnValue) == 0x0000E8, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x0000F0, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_bSuccess_2) == 0x0000F8, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetGameMode_ReturnValue_1) == 0x000100, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_AsMochi_Game_Mode_1) == 0x000108, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_AsMochi_Game_Mode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetComponentOnCharacter_ReturnValue_7) == 0x000118, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetComponentOnCharacter_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_StopActiveMontage_ReturnValue) == 0x000120, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_StopActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000128, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, K2Node_CreateDelegate_OutputDelegate) == 0x000130, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, Temp_int_Loop_Counter_Variable) == 0x000140, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x000144, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_Less_IntInt_ReturnValue) == 0x000145, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_Add_IntInt_ReturnValue) == 0x000148, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x00014C, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x00014D, "Member 'BP_CinematicState_C_ExecuteUbergraph_BP_CinematicState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CinematicState_C \ +static_assert(alignof(UBP_CinematicState_C) == 0x000008, "Wrong alignment on UBP_CinematicState_C"); \ +static_assert(sizeof(UBP_CinematicState_C) == 0x000130, "Wrong size on UBP_CinematicState_C"); \ +static_assert(offsetof(UBP_CinematicState_C, UberGraphFrame) == 0x000120, "Member 'UBP_CinematicState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicState_C, LookDisabled) == 0x000128, "Member 'UBP_CinematicState_C::LookDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_TrySetSprintSettle \ +static_assert(alignof(BP_IdleState_C_TrySetSprintSettle) == 0x000008, "Wrong alignment on BP_IdleState_C_TrySetSprintSettle"); \ +static_assert(sizeof(BP_IdleState_C_TrySetSprintSettle) == 0x000038, "Wrong size on BP_IdleState_C_TrySetSprintSettle"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_IdleState_C_TrySetSprintSettle::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_IdleState_C_TrySetSprintSettle::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_IdleState_C_TrySetSprintSettle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_IdleState_C_TrySetSprintSettle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, CallFunc_GetPreviousState_ReturnValue) == 0x000020, "Member 'BP_IdleState_C_TrySetSprintSettle::CallFunc_GetPreviousState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_IdleState_C_TrySetSprintSettle::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_IdleState_C_TrySetSprintSettle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_TrySetSprintSettle, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000031, "Member 'BP_IdleState_C_TrySetSprintSettle::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_CanGrabLedge \ +static_assert(alignof(BP_IdleState_C_CanGrabLedge) == 0x000008, "Wrong alignment on BP_IdleState_C_CanGrabLedge"); \ +static_assert(sizeof(BP_IdleState_C_CanGrabLedge) == 0x000018, "Wrong size on BP_IdleState_C_CanGrabLedge"); \ +static_assert(offsetof(BP_IdleState_C_CanGrabLedge, ReturnValue) == 0x000000, "Member 'BP_IdleState_C_CanGrabLedge::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanGrabLedge, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_IdleState_C_CanGrabLedge::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanGrabLedge, CallFunc_CanGetDown_ReturnValue) == 0x000010, "Member 'BP_IdleState_C_CanGrabLedge::CallFunc_CanGetDown_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_CanEnterState \ +static_assert(alignof(BP_IdleState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_IdleState_C_CanEnterState"); \ +static_assert(sizeof(BP_IdleState_C_CanEnterState) == 0x000040, "Wrong size on BP_IdleState_C_CanEnterState"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_IdleState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_IdleState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_IdleState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_IdleState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000018, "Member 'BP_IdleState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_IdleState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000028, "Member 'BP_IdleState_C_CanEnterState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_GetAverageStickInput_ReturnValue) == 0x000030, "Member 'BP_IdleState_C_CanEnterState::CallFunc_GetAverageStickInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_VSize2D_ReturnValue) == 0x000038, "Member 'BP_IdleState_C_CanEnterState::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_IdleState_C_CanEnterState::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x00003D, "Member 'BP_IdleState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_GetWorldInputVector \ +static_assert(alignof(BP_IdleState_C_GetWorldInputVector) == 0x000008, "Wrong alignment on BP_IdleState_C_GetWorldInputVector"); \ +static_assert(sizeof(BP_IdleState_C_GetWorldInputVector) == 0x0000B8, "Wrong size on BP_IdleState_C_GetWorldInputVector"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, MoveInput) == 0x000000, "Member 'BP_IdleState_C_GetWorldInputVector::MoveInput' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, ReturnValue) == 0x000008, "Member 'BP_IdleState_C_GetWorldInputVector::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, Temp_bool_Variable) == 0x000014, "Member 'BP_IdleState_C_GetWorldInputVector::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_VSize2D_ReturnValue) == 0x000018, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, Temp_struct_Variable) == 0x00001C, "Member 'BP_IdleState_C_GetWorldInputVector::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_Less_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, K2Node_Select_Default) == 0x000030, "Member 'BP_IdleState_C_GetWorldInputVector::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, K2Node_DynamicCast_AsPlayer_Controller) == 0x000038, "Member 'BP_IdleState_C_GetWorldInputVector::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_IdleState_C_GetWorldInputVector::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_Normal2D_ReturnValue) == 0x000044, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_BreakVector2D_X) == 0x00004C, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_GetCameraRotation_ReturnValue) == 0x000054, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_BreakRotator_Roll) == 0x000060, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_BreakRotator_Pitch) == 0x000064, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_BreakRotator_Yaw) == 0x000068, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_MakeRotator_ReturnValue) == 0x00006C, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_GetForwardVector_ReturnValue) == 0x000078, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_GetRightVector_ReturnValue) == 0x000084, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000090, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00009C, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_GetWorldInputVector, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_IdleState_C_GetWorldInputVector::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_Update \ +static_assert(alignof(BP_IdleState_C_Update) == 0x000008, "Wrong alignment on BP_IdleState_C_Update"); \ +static_assert(sizeof(BP_IdleState_C_Update) == 0x000060, "Wrong size on BP_IdleState_C_Update"); \ +static_assert(offsetof(BP_IdleState_C_Update, DeltaTime) == 0x000000, "Member 'BP_IdleState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_IdleState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_IdleState_C_Update::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_StopCurrentFidget_ReturnValue) == 0x000018, "Member 'BP_IdleState_C_Update::CallFunc_StopCurrentFidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_IsPhotoModeEnabled_ReturnValue) == 0x000019, "Member 'BP_IdleState_C_Update::CallFunc_IsPhotoModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000020, "Member 'BP_IdleState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_IdleState_C_Update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000030, "Member 'BP_IdleState_C_Update::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_IdleState_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000039, "Member 'BP_IdleState_C_Update::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_GetCharacter_ReturnValue_1) == 0x000040, "Member 'BP_IdleState_C_Update::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'BP_IdleState_C_Update::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x000050, "Member 'BP_IdleState_C_Update::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_Update, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_IdleState_C_Update::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_OnSuspend \ +static_assert(alignof(BP_IdleState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_IdleState_C_OnSuspend"); \ +static_assert(sizeof(BP_IdleState_C_OnSuspend) == 0x000008, "Wrong size on BP_IdleState_C_OnSuspend"); \ +static_assert(offsetof(BP_IdleState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_IdleState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_OnResume \ +static_assert(alignof(BP_IdleState_C_OnResume) == 0x000008, "Wrong alignment on BP_IdleState_C_OnResume"); \ +static_assert(sizeof(BP_IdleState_C_OnResume) == 0x000008, "Wrong size on BP_IdleState_C_OnResume"); \ +static_assert(offsetof(BP_IdleState_C_OnResume, NextState) == 0x000000, "Member 'BP_IdleState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_OnEnd \ +static_assert(alignof(BP_IdleState_C_OnEnd) == 0x000008, "Wrong alignment on BP_IdleState_C_OnEnd"); \ +static_assert(sizeof(BP_IdleState_C_OnEnd) == 0x000008, "Wrong size on BP_IdleState_C_OnEnd"); \ +static_assert(offsetof(BP_IdleState_C_OnEnd, NextState) == 0x000000, "Member 'BP_IdleState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_OnStart \ +static_assert(alignof(BP_IdleState_C_OnStart) == 0x000008, "Wrong alignment on BP_IdleState_C_OnStart"); \ +static_assert(sizeof(BP_IdleState_C_OnStart) == 0x000008, "Wrong size on BP_IdleState_C_OnStart"); \ +static_assert(offsetof(BP_IdleState_C_OnStart, PrevState) == 0x000000, "Member 'BP_IdleState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IdleState_C_ExecuteUbergraph_BP_IdleState \ +static_assert(alignof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState) == 0x000008, "Wrong alignment on BP_IdleState_C_ExecuteUbergraph_BP_IdleState"); \ +static_assert(sizeof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState) == 0x000118, "Wrong size on BP_IdleState_C_ExecuteUbergraph_BP_IdleState"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, EntryPoint) == 0x000000, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_Event_PrevState_1) == 0x000048, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_Event_NextState_1) == 0x000050, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_GetComponentOnController_ReturnValue) == 0x000058, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_CreateDelegate_OutputDelegate_4) == 0x000060, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_AddButtonToLegendWithCheck_ReturnValue) == 0x000070, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_AddButtonToLegendWithCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_ChangeStateTo_ReturnValue) == 0x000071, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_Event_NextState) == 0x000078, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_CurrentStateEquals_ReturnValue) == 0x000080, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_CurrentStateEquals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_BreakVector2D_X) == 0x000084, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_BreakVector2D_Y) == 0x000088, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_RandomFloatInRange_ReturnValue) == 0x00008C, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_Event_PrevState) == 0x000090, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000A0, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_GetCharacter_ReturnValue) == 0x0000A8, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000C0, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_PlayRandomFidget_ReturnValue) == 0x0000C8, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_PlayRandomFidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_MochiEnsure_ReturnValue) == 0x0000C9, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000D0, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_GetPhotoModeManager_ReturnValue) == 0x0000D8, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_StopCurrentFidget_ReturnValue) == 0x0000E0, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_StopCurrentFidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_GetCharacter_ReturnValue_1) == 0x0000E8, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000F0, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000FC, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_IdleState_C_ExecuteUbergraph_BP_IdleState, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000110, "Member 'BP_IdleState_C_ExecuteUbergraph_BP_IdleState::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_IdleState_C \ +static_assert(alignof(UBP_IdleState_C) == 0x000008, "Wrong alignment on UBP_IdleState_C"); \ +static_assert(sizeof(UBP_IdleState_C) == 0x000160, "Wrong size on UBP_IdleState_C"); \ +static_assert(offsetof(UBP_IdleState_C, UberGraphFrame) == 0x000120, "Member 'UBP_IdleState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, PromptTimer) == 0x000128, "Member 'UBP_IdleState_C::PromptTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, PlayWithRotTimer) == 0x000130, "Member 'UBP_IdleState_C::PlayWithRotTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, FidgetConfig) == 0x000138, "Member 'UBP_IdleState_C::FidgetConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, InitialFidgetStartTimer) == 0x000140, "Member 'UBP_IdleState_C::InitialFidgetStartTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, FidgetTimer) == 0x000148, "Member 'UBP_IdleState_C::FidgetTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, PlayerIdleDelay_Standing) == 0x000150, "Member 'UBP_IdleState_C::PlayerIdleDelay_Standing' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, PlayerIdleDelay_Sitting) == 0x000154, "Member 'UBP_IdleState_C::PlayerIdleDelay_Sitting' has a wrong offset!"); \ +static_assert(offsetof(UBP_IdleState_C, CanFidget) == 0x000158, "Member 'UBP_IdleState_C::CanFidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_PurpleMushroom_C \ +static_assert(alignof(ABP_CM_Hat_PurpleMushroom_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_PurpleMushroom_C"); \ +static_assert(sizeof(ABP_CM_Hat_PurpleMushroom_C) == 0x000240, "Wrong size on ABP_CM_Hat_PurpleMushroom_C"); \ +static_assert(offsetof(ABP_CM_Hat_PurpleMushroom_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_PurpleMushroom_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_HandleAnimEvent \ +static_assert(alignof(BP_TeleportState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_TeleportState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_TeleportState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_TeleportState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_TeleportState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_TeleportState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_TeleportState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_TeleportState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_TeleportState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_HandleNamedEvent \ +static_assert(alignof(BP_TeleportState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_TeleportState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_TeleportState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_TeleportState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_TeleportState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_TeleportState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_TeleportState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_TeleportState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_SetCharacterVisible \ +static_assert(alignof(BP_TeleportState_C_SetCharacterVisible) == 0x000008, "Wrong alignment on BP_TeleportState_C_SetCharacterVisible"); \ +static_assert(sizeof(BP_TeleportState_C_SetCharacterVisible) == 0x000038, "Wrong size on BP_TeleportState_C_SetCharacterVisible"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, bNewVisibility) == 0x000000, "Member 'BP_TeleportState_C_SetCharacterVisible::bNewVisibility' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_TeleportState_C_SetCharacterVisible::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_TeleportState_C_SetCharacterVisible::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, CallFunc_GetActiveStaff_ReturnValue) == 0x000018, "Member 'BP_TeleportState_C_SetCharacterVisible::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_TeleportState_C_SetCharacterVisible::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_TeleportState_C_SetCharacterVisible::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_SetCharacterVisible, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000030, "Member 'BP_TeleportState_C_SetCharacterVisible::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_OnEnd \ +static_assert(alignof(BP_TeleportState_C_OnEnd) == 0x000008, "Wrong alignment on BP_TeleportState_C_OnEnd"); \ +static_assert(sizeof(BP_TeleportState_C_OnEnd) == 0x000008, "Wrong size on BP_TeleportState_C_OnEnd"); \ +static_assert(offsetof(BP_TeleportState_C_OnEnd, NextState) == 0x000000, "Member 'BP_TeleportState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_Update \ +static_assert(alignof(BP_TeleportState_C_Update) == 0x000004, "Wrong alignment on BP_TeleportState_C_Update"); \ +static_assert(sizeof(BP_TeleportState_C_Update) == 0x000004, "Wrong size on BP_TeleportState_C_Update"); \ +static_assert(offsetof(BP_TeleportState_C_Update, DeltaTime) == 0x000000, "Member 'BP_TeleportState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_OnStart \ +static_assert(alignof(BP_TeleportState_C_OnStart) == 0x000008, "Wrong alignment on BP_TeleportState_C_OnStart"); \ +static_assert(sizeof(BP_TeleportState_C_OnStart) == 0x000008, "Wrong size on BP_TeleportState_C_OnStart"); \ +static_assert(offsetof(BP_TeleportState_C_OnStart, PrevState) == 0x000000, "Member 'BP_TeleportState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState \ +static_assert(alignof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState) == 0x000008, "Wrong alignment on BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState"); \ +static_assert(sizeof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState) == 0x000168, "Wrong size on BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, EntryPoint) == 0x000000, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, Temp_struct_Variable) == 0x000008, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetCharacter_ReturnValue) == 0x000028, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetCharacter_ReturnValue_1) == 0x000030, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, Temp_delegate_Variable) == 0x000038, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetCharacter_ReturnValue_2) == 0x000048, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_Event_NextState) == 0x000050, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, Temp_struct_Variable_1) == 0x000058, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetCharacter_ReturnValue_3) == 0x000068, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, Temp_delegate_Variable_1) == 0x000070, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetController_ReturnValue) == 0x000080, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_Event_DeltaTime) == 0x000088, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_DynamicCast_AsKena_Controller) == 0x000090, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetCharacter_ReturnValue_4) == 0x0000A0, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000AC, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, Temp_struct_Variable_2) == 0x0000B8, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_PostEvent_ReturnValue) == 0x0000C8, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_PostEvent_ReturnValue_1) == 0x0000CC, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, Temp_delegate_Variable_2) == 0x0000D0, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_PostEvent_ReturnValue_2) == 0x0000E0, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_RLerp_ReturnValue) == 0x0000E4, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_Event_PrevState) == 0x0000F0, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000F8, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetController_ReturnValue_1) == 0x000100, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetCharacter_ReturnValue_5) == 0x000108, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetCharacter_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_DynamicCast_AsKena_Controller_1) == 0x000110, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_DynamicCast_AsKena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00011C, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetMovementProxyObject_self_CastInput) == 0x000128, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetMovementProxyObject_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_GetMovementProxyObject_ReturnValue) == 0x000138, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_GetMovementProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000140, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00014C, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState, CallFunc_MakeRotFromZX_ReturnValue) == 0x000158, "Member 'BP_TeleportState_C_ExecuteUbergraph_BP_TeleportState::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TeleportState_C \ +static_assert(alignof(UBP_TeleportState_C) == 0x000008, "Wrong alignment on UBP_TeleportState_C"); \ +static_assert(sizeof(UBP_TeleportState_C) == 0x000158, "Wrong size on UBP_TeleportState_C"); \ +static_assert(offsetof(UBP_TeleportState_C, UberGraphFrame) == 0x000120, "Member 'UBP_TeleportState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeleportState_C, SFX_Stop_Teleport) == 0x000128, "Member 'UBP_TeleportState_C::SFX_Stop_Teleport' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeleportState_C, SFX_Begin_Teleport) == 0x000130, "Member 'UBP_TeleportState_C::SFX_Begin_Teleport' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeleportState_C, LookAtTweenSpeed) == 0x000138, "Member 'UBP_TeleportState_C::LookAtTweenSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeleportState_C, SFX_Kena_Teleport) == 0x000140, "Member 'UBP_TeleportState_C::SFX_Kena_Teleport' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeleportState_C, LookAtTarget) == 0x000148, "Member 'UBP_TeleportState_C::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeleportState_C, HasWarpEnded) == 0x000154, "Member 'UBP_TeleportState_C::HasWarpEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVibration_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsVibration_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsVibration_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsVibration_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsVibration_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsVibration_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVibration_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsVibration_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration \ +static_assert(alignof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration) == 0x000008, "Wrong alignment on BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration"); \ +static_assert(sizeof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration) == 0x000020, "Wrong size on BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration"); \ +static_assert(offsetof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration, EntryPoint) == 0x000000, "Member 'BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsVibration_C_ExecuteUbergraph_BP_OptionsVibration::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVibration_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsVibration_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsVibration_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsVibration_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsVibration_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVibration_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsVibration_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsVibration_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetDefaultIntValue, CallFunc_GetDefaultVibrateEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsVibration_C_GetDefaultIntValue::CallFunc_GetDefaultVibrateEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsVibration_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVibration_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsVibration_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsVibration_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsVibration_C_GetAppliedIntValue) == 0x000028, "Wrong size on BP_OptionsVibration_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, Temp_bool_Variable) == 0x00000C, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, Temp_int_Variable) == 0x000018, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, CallFunc_GetVibrateEnabled_ReturnValue) == 0x00001C, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::CallFunc_GetVibrateEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000020, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVibration_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000024, "Member 'BP_OptionsVibration_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsVibration_C \ +static_assert(alignof(UBP_OptionsVibration_C) == 0x000008, "Wrong alignment on UBP_OptionsVibration_C"); \ +static_assert(sizeof(UBP_OptionsVibration_C) == 0x000030, "Wrong size on UBP_OptionsVibration_C"); \ +static_assert(offsetof(UBP_OptionsVibration_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsVibration_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SurfaceSwimmingSuperstate_C \ +static_assert(alignof(UBP_SurfaceSwimmingSuperstate_C) == 0x000008, "Wrong alignment on UBP_SurfaceSwimmingSuperstate_C"); \ +static_assert(sizeof(UBP_SurfaceSwimmingSuperstate_C) == 0x000138, "Wrong size on UBP_SurfaceSwimmingSuperstate_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Ghost_C \ +static_assert(alignof(ABP_CM_Hat_Ghost_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Ghost_C"); \ +static_assert(sizeof(ABP_CM_Hat_Ghost_C) == 0x000240, "Wrong size on ABP_CM_Hat_Ghost_C"); \ +static_assert(offsetof(ABP_CM_Hat_Ghost_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Ghost_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotActionBind_C_OnEndChanneling \ +static_assert(alignof(Ability_PerformRotActionBind_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_PerformRotActionBind_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_PerformRotActionBind_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_PerformRotActionBind_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_PerformRotActionBind_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event \ +static_assert(alignof(Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event) == 0x000008, "Wrong alignment on Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event"); \ +static_assert(sizeof(Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event) == 0x000010, "Wrong size on Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event, Performer) == 0x000000, "Member 'Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event::Performer' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event, Action) == 0x000008, "Member 'Ability_PerformRotActionBind_C_OnHoveredActionChanged_Event::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind \ +static_assert(alignof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind) == 0x000008, "Wrong alignment on Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind"); \ +static_assert(sizeof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind) == 0x000148, "Wrong size on Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, EntryPoint) == 0x000000, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_Event_Reason) == 0x000014, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_SwitchEnum_CmpSuccess) == 0x000015, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_Complete_ReturnValue) == 0x000016, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetOwner_ReturnValue_1) == 0x000028, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000040, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000041, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetInstigator_ReturnValue) == 0x000060, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_CustomEvent_Performer) == 0x000068, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_CustomEvent_Performer' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_CustomEvent_Action) == 0x000070, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_CustomEvent_Action' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000078, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetOwner_ReturnValue_2) == 0x000088, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000090, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0000A0, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetOwner_ReturnValue_3) == 0x0000A8, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B0, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0000C0, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_Vector_Distance_ReturnValue) == 0x0000C8, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000CC, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, K2Node_MakeStruct_CameraFocusSettings) == 0x0000E0, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::K2Node_MakeStruct_CameraFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetInstigator_ReturnValue_1) == 0x000138, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetInstigator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000140, "Member 'Ability_PerformRotActionBind_C_ExecuteUbergraph_Ability_PerformRotActionBind::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotActionBind_C_CanActivateAbility \ +static_assert(alignof(Ability_PerformRotActionBind_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_PerformRotActionBind_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_PerformRotActionBind_C_CanActivateAbility) == 0x000028, "Wrong size on Ability_PerformRotActionBind_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_GetIsOnCooldown_ReturnValue) == 0x000001, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_GetIsOnCooldown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_HasScreenSpaceFlickActions_ReturnValue) == 0x000020, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_HasScreenSpaceFlickActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotActionBind_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000021, "Member 'Ability_PerformRotActionBind_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_PerformRotActionBind_C \ +static_assert(alignof(AAbility_PerformRotActionBind_C) == 0x000010, "Wrong alignment on AAbility_PerformRotActionBind_C"); \ +static_assert(sizeof(AAbility_PerformRotActionBind_C) == 0x0003A0, "Wrong size on AAbility_PerformRotActionBind_C"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, UberGraphFrame_Ability_PerformRotActionBind_C) == 0x000360, "Member 'AAbility_PerformRotActionBind_C::UberGraphFrame_Ability_PerformRotActionBind_C' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, FadeInPostProcess_Alpha_F45F9A434AD59F6D673377A56C554EC8) == 0x000368, "Member 'AAbility_PerformRotActionBind_C::FadeInPostProcess_Alpha_F45F9A434AD59F6D673377A56C554EC8' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, FadeInPostProcess__Direction_F45F9A434AD59F6D673377A56C554EC8) == 0x00036C, "Member 'AAbility_PerformRotActionBind_C::FadeInPostProcess__Direction_F45F9A434AD59F6D673377A56C554EC8' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, FadeInPostProcess) == 0x000370, "Member 'AAbility_PerformRotActionBind_C::FadeInPostProcess' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, PerformedAction_0) == 0x000378, "Member 'AAbility_PerformRotActionBind_C::PerformedAction_0' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, TimeDilationDelayTimer) == 0x000380, "Member 'AAbility_PerformRotActionBind_C::TimeDilationDelayTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, PlayerTimeDilation) == 0x000388, "Member 'AAbility_PerformRotActionBind_C::PlayerTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, GlobalTimeDilation) == 0x00038C, "Member 'AAbility_PerformRotActionBind_C::GlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, DelayBeforeTimeDilation) == 0x000390, "Member 'AAbility_PerformRotActionBind_C::DelayBeforeTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, MaxTimeDilationDuration) == 0x000394, "Member 'AAbility_PerformRotActionBind_C::MaxTimeDilationDuration' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotActionBind_C, MaxTimeDilationTimer) == 0x000398, "Member 'AAbility_PerformRotActionBind_C::MaxTimeDilationTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_StinkyFruit_C \ +static_assert(alignof(ABP_CM_Hat_StinkyFruit_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_StinkyFruit_C"); \ +static_assert(sizeof(ABP_CM_Hat_StinkyFruit_C) == 0x000240, "Wrong size on ABP_CM_Hat_StinkyFruit_C"); \ +static_assert(offsetof(ABP_CM_Hat_StinkyFruit_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_StinkyFruit_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotAction_C_RemapPitch \ +static_assert(alignof(Ability_PerformRotAction_C_RemapPitch) == 0x000008, "Wrong alignment on Ability_PerformRotAction_C_RemapPitch"); \ +static_assert(sizeof(Ability_PerformRotAction_C_RemapPitch) == 0x0000F0, "Wrong size on Ability_PerformRotAction_C_RemapPitch"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, Curve) == 0x000000, "Member 'Ability_PerformRotAction_C_RemapPitch::Curve' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, Vector) == 0x000088, "Member 'Ability_PerformRotAction_C_RemapPitch::Vector' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, ReturnValue) == 0x000094, "Member 'Ability_PerformRotAction_C_RemapPitch::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_VSize_ReturnValue) == 0x0000AC, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_MakeRotFromXZ_ReturnValue) == 0x0000B0, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_BreakRotator_Roll) == 0x0000BC, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_BreakRotator_Pitch) == 0x0000C0, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_BreakRotator_Yaw) == 0x0000C4, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_EvaluateCurve_ReturnValue) == 0x0000C8, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_MakeRotator_ReturnValue) == 0x0000CC, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_GetForwardVector_ReturnValue) == 0x0000D8, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_RemapPitch, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E4, "Member 'Ability_PerformRotAction_C_RemapPitch::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction \ +static_assert(alignof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction) == 0x000008, "Wrong alignment on Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction"); \ +static_assert(sizeof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction) == 0x000080, "Wrong size on Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, EntryPoint) == 0x000000, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, Temp_delegate_Variable) == 0x000004, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_TryPerformHoveredAction_OutPerformedAction) == 0x000038, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_TryPerformHoveredAction_OutPerformedAction' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_TryPerformHoveredAction_ReturnValue) == 0x000040, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_TryPerformHoveredAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, Temp_bool_Variable) == 0x000041, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000050, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_GetCurrentState_ReturnValue) == 0x000058, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000060, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000061, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_BooleanOR_ReturnValue) == 0x000062, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, K2Node_Select_Default) == 0x000064, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction, CallFunc_PlayWithCallback_ReturnValue) == 0x00007C, "Member 'Ability_PerformRotAction_C_ExecuteUbergraph_Ability_PerformRotAction::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotAction_C_CanActivateAbility \ +static_assert(alignof(Ability_PerformRotAction_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_PerformRotAction_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_PerformRotAction_C_CanActivateAbility) == 0x000028, "Wrong size on Ability_PerformRotAction_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_PerformRotAction_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_PerformRotAction_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_CanActivateAbility, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_PerformRotAction_C_CanActivateAbility::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000010, "Member 'Ability_PerformRotAction_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_CanActivateAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'Ability_PerformRotAction_C_CanActivateAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_CanActivateAbility, CallFunc_CanPerformHoveredAction_ReturnValue) == 0x000020, "Member 'Ability_PerformRotAction_C_CanActivateAbility::CallFunc_CanPerformHoveredAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'Ability_PerformRotAction_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotAction_C_GetActionToPerform \ +static_assert(alignof(Ability_PerformRotAction_C_GetActionToPerform) == 0x000008, "Wrong alignment on Ability_PerformRotAction_C_GetActionToPerform"); \ +static_assert(sizeof(Ability_PerformRotAction_C_GetActionToPerform) == 0x000080, "Wrong size on Ability_PerformRotAction_C_GetActionToPerform"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, IsHold) == 0x000000, "Member 'Ability_PerformRotAction_C_GetActionToPerform::IsHold' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, ReturnValue) == 0x000008, "Member 'Ability_PerformRotAction_C_GetActionToPerform::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, IsSoftLock) == 0x000010, "Member 'Ability_PerformRotAction_C_GetActionToPerform::IsSoftLock' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, Temp_bool_Variable) == 0x000011, "Member 'Ability_PerformRotAction_C_GetActionToPerform::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetOwner_ReturnValue_1) == 0x000020, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetHoveredAction_ReturnValue) == 0x000038, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetHoveredAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_CalculateTarget_ReturnValue) == 0x000040, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_CalculateTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000048, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000050, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_CanPerform_FromOwner_CastInput) == 0x000060, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_CanPerform_FromOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_CanPerform_ReturnValue) == 0x000070, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_CanPerform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, CallFunc_BooleanAND_ReturnValue_1) == 0x000072, "Member 'Ability_PerformRotAction_C_GetActionToPerform::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetActionToPerform, K2Node_Select_Default) == 0x000078, "Member 'Ability_PerformRotAction_C_GetActionToPerform::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotAction_C_GetHoveredAction \ +static_assert(alignof(Ability_PerformRotAction_C_GetHoveredAction) == 0x000008, "Wrong alignment on Ability_PerformRotAction_C_GetHoveredAction"); \ +static_assert(sizeof(Ability_PerformRotAction_C_GetHoveredAction) == 0x000020, "Wrong size on Ability_PerformRotAction_C_GetHoveredAction"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetHoveredAction, ReturnValue) == 0x000000, "Member 'Ability_PerformRotAction_C_GetHoveredAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetHoveredAction, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_PerformRotAction_C_GetHoveredAction::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetHoveredAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_PerformRotAction_C_GetHoveredAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetHoveredAction, CallFunc_GetHoveredAction_ReturnValue) == 0x000018, "Member 'Ability_PerformRotAction_C_GetHoveredAction::CallFunc_GetHoveredAction_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_PerformRotAction_C_GetDirectionToAction \ +static_assert(alignof(Ability_PerformRotAction_C_GetDirectionToAction) == 0x000008, "Wrong alignment on Ability_PerformRotAction_C_GetDirectionToAction"); \ +static_assert(sizeof(Ability_PerformRotAction_C_GetDirectionToAction) == 0x000060, "Wrong size on Ability_PerformRotAction_C_GetDirectionToAction"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, FromActor) == 0x000000, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::FromActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, Action) == 0x000008, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::Action' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, Normalize) == 0x000010, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::Normalize' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, ReturnValue) == 0x000014, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, Temp_bool_Variable) == 0x000020, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00003C, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, CallFunc_Normal_ReturnValue) == 0x000048, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_PerformRotAction_C_GetDirectionToAction, K2Node_Select_Default) == 0x000054, "Member 'Ability_PerformRotAction_C_GetDirectionToAction::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_PerformRotAction_C \ +static_assert(alignof(AAbility_PerformRotAction_C) == 0x000010, "Wrong alignment on AAbility_PerformRotAction_C"); \ +static_assert(sizeof(AAbility_PerformRotAction_C) == 0x000360, "Wrong size on AAbility_PerformRotAction_C"); \ +static_assert(offsetof(AAbility_PerformRotAction_C, UberGraphFrame) == 0x000310, "Member 'AAbility_PerformRotAction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotAction_C, MochiAudio) == 0x000318, "Member 'AAbility_PerformRotAction_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotAction_C, DefaultSceneRoot) == 0x000320, "Member 'AAbility_PerformRotAction_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotAction_C, PerformedAction) == 0x000328, "Member 'AAbility_PerformRotAction_C::PerformedAction' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotAction_C, SuccessMontageArgs) == 0x000330, "Member 'AAbility_PerformRotAction_C::SuccessMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(AAbility_PerformRotAction_C, SuccessAimMontageArgs) == 0x000348, "Member 'AAbility_PerformRotAction_C::SuccessAimMontageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_HandleInputActionEvent \ +static_assert(alignof(BP_SprintState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_SprintState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_SprintState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_SprintState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_SprintState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_SprintState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_SprintState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_SprintState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_HandleInputStickEvent \ +static_assert(alignof(BP_SprintState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_SprintState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_SprintState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_SprintState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_SprintState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_SprintState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_SprintState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_SprintState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_SprintState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_SprintState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_SprintState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SprintState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BP_SprintState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_Update \ +static_assert(alignof(BP_SprintState_C_Update) == 0x000008, "Wrong alignment on BP_SprintState_C_Update"); \ +static_assert(sizeof(BP_SprintState_C_Update) == 0x000098, "Wrong size on BP_SprintState_C_Update"); \ +static_assert(offsetof(BP_SprintState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SprintState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, Temp_class_Variable) == 0x000008, "Member 'BP_SprintState_C_Update::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, Temp_class_Variable_1) == 0x000010, "Member 'BP_SprintState_C_Update::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_IsInhibited_IsCinematic) == 0x000018, "Member 'BP_SprintState_C_Update::CallFunc_IsInhibited_IsCinematic' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_IsInhibited_ReturnValue) == 0x000019, "Member 'BP_SprintState_C_Update::CallFunc_IsInhibited_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000020, "Member 'BP_SprintState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000028, "Member 'BP_SprintState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_GetAnimInstance_ReturnValue) == 0x000030, "Member 'BP_SprintState_C_Update::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_HasDetectedSurface_ReturnValue) == 0x000038, "Member 'BP_SprintState_C_Update::CallFunc_HasDetectedSurface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000040, "Member 'BP_SprintState_C_Update::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_SprintState_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000050, "Member 'BP_SprintState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BP_SprintState_C_Update::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_HasDetectedSurface_ReturnValue_1) == 0x000060, "Member 'BP_SprintState_C_Update::CallFunc_HasDetectedSurface_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, K2Node_DynamicCast_AsKena_Controller) == 0x000068, "Member 'BP_SprintState_C_Update::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_SprintState_C_Update::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000078, "Member 'BP_SprintState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x000080, "Member 'BP_SprintState_C_Update::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x000081, "Member 'BP_SprintState_C_Update::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, Temp_bool_Variable) == 0x000082, "Member 'BP_SprintState_C_Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, K2Node_Select_Default) == 0x000088, "Member 'BP_SprintState_C_Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000090, "Member 'BP_SprintState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_Update, CallFunc_IsBeingDecayed_IsDecayed) == 0x000091, "Member 'BP_SprintState_C_Update::CallFunc_IsBeingDecayed_IsDecayed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_CanEnterState \ +static_assert(alignof(BP_SprintState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_SprintState_C_CanEnterState"); \ +static_assert(sizeof(BP_SprintState_C_CanEnterState) == 0x000058, "Wrong size on BP_SprintState_C_CanEnterState"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_SprintState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_SprintState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000010, "Member 'BP_SprintState_C_CanEnterState::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_SprintState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_SprintState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SprintState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000030, "Member 'BP_SprintState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_SprintState_C_CanEnterState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_Greater_IntInt_ReturnValue) == 0x000039, "Member 'BP_SprintState_C_CanEnterState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_HasDetectedSurface_ReturnValue) == 0x00003A, "Member 'BP_SprintState_C_CanEnterState::CallFunc_HasDetectedSurface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000040, "Member 'BP_SprintState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'BP_SprintState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_IsSliding_ReturnValue) == 0x000049, "Member 'BP_SprintState_C_CanEnterState::CallFunc_IsSliding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_IsMovingOnGround_ReturnValue) == 0x00004A, "Member 'BP_SprintState_C_CanEnterState::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004B, "Member 'BP_SprintState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_IsBeingDecayed_IsDecayed) == 0x00004C, "Member 'BP_SprintState_C_CanEnterState::CallFunc_IsBeingDecayed_IsDecayed' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_2) == 0x00004D, "Member 'BP_SprintState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00004E, "Member 'BP_SprintState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00004F, "Member 'BP_SprintState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_2) == 0x000050, "Member 'BP_SprintState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_3) == 0x000051, "Member 'BP_SprintState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_OnStart \ +static_assert(alignof(BP_SprintState_C_OnStart) == 0x000008, "Wrong alignment on BP_SprintState_C_OnStart"); \ +static_assert(sizeof(BP_SprintState_C_OnStart) == 0x000008, "Wrong size on BP_SprintState_C_OnStart"); \ +static_assert(offsetof(BP_SprintState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SprintState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_OnEnd \ +static_assert(alignof(BP_SprintState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SprintState_C_OnEnd"); \ +static_assert(sizeof(BP_SprintState_C_OnEnd) == 0x000008, "Wrong size on BP_SprintState_C_OnEnd"); \ +static_assert(offsetof(BP_SprintState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SprintState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_OnSuspend \ +static_assert(alignof(BP_SprintState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_SprintState_C_OnSuspend"); \ +static_assert(sizeof(BP_SprintState_C_OnSuspend) == 0x000008, "Wrong size on BP_SprintState_C_OnSuspend"); \ +static_assert(offsetof(BP_SprintState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_SprintState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_OnResume \ +static_assert(alignof(BP_SprintState_C_OnResume) == 0x000008, "Wrong alignment on BP_SprintState_C_OnResume"); \ +static_assert(sizeof(BP_SprintState_C_OnResume) == 0x000008, "Wrong size on BP_SprintState_C_OnResume"); \ +static_assert(offsetof(BP_SprintState_C_OnResume, NextState) == 0x000000, "Member 'BP_SprintState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_ExecuteUbergraph_BP_SprintState \ +static_assert(alignof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState) == 0x000008, "Wrong alignment on BP_SprintState_C_ExecuteUbergraph_BP_SprintState"); \ +static_assert(sizeof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState) == 0x000050, "Wrong size on BP_SprintState_C_ExecuteUbergraph_BP_SprintState"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, EntryPoint) == 0x000000, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, K2Node_Event_PrevState_1) == 0x000008, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, K2Node_Event_NextState_1) == 0x000010, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, CallFunc_HandleInputAction_ReturnValue) == 0x000018, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, CallFunc_Complete_ReturnValue) == 0x000019, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, K2Node_Event_PrevState) == 0x000020, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, K2Node_Event_NextState) == 0x000028, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_ExecuteUbergraph_BP_SprintState, CallFunc_GetComponentOnController_ReturnValue) == 0x000048, "Member 'BP_SprintState_C_ExecuteUbergraph_BP_SprintState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SprintState_C_IsBeingDecayed \ +static_assert(alignof(BP_SprintState_C_IsBeingDecayed) == 0x000008, "Wrong alignment on BP_SprintState_C_IsBeingDecayed"); \ +static_assert(sizeof(BP_SprintState_C_IsBeingDecayed) == 0x000020, "Wrong size on BP_SprintState_C_IsBeingDecayed"); \ +static_assert(offsetof(BP_SprintState_C_IsBeingDecayed, IsDecayed) == 0x000000, "Member 'BP_SprintState_C_IsBeingDecayed::IsDecayed' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_IsBeingDecayed, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_SprintState_C_IsBeingDecayed::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_IsBeingDecayed, CallFunc_GetStatusEffectByClass_ReturnValue) == 0x000010, "Member 'BP_SprintState_C_IsBeingDecayed::CallFunc_GetStatusEffectByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_IsBeingDecayed, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_SprintState_C_IsBeingDecayed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SprintState_C_IsBeingDecayed, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_SprintState_C_IsBeingDecayed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SprintState_C \ +static_assert(alignof(UBP_SprintState_C) == 0x000008, "Wrong alignment on UBP_SprintState_C"); \ +static_assert(sizeof(UBP_SprintState_C) == 0x000160, "Wrong size on UBP_SprintState_C"); \ +static_assert(offsetof(UBP_SprintState_C, UberGraphFrame_BP_SprintState_C) == 0x000138, "Member 'UBP_SprintState_C::UberGraphFrame_BP_SprintState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_SprintState_C, SprintReleaseThreshold) == 0x000140, "Member 'UBP_SprintState_C::SprintReleaseThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_SprintState_C, ExitTimer) == 0x000148, "Member 'UBP_SprintState_C::ExitTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_SprintState_C, ExitTime) == 0x000150, "Member 'UBP_SprintState_C::ExitTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SprintState_C, PulseOnExit) == 0x000154, "Member 'UBP_SprintState_C::PulseOnExit' has a wrong offset!"); \ +static_assert(offsetof(UBP_SprintState_C, RequestExit) == 0x000155, "Member 'UBP_SprintState_C::RequestExit' has a wrong offset!"); \ +static_assert(offsetof(UBP_SprintState_C, NoInputExitTimer) == 0x000158, "Member 'UBP_SprintState_C::NoInputExitTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_HandleNamedEvent \ +static_assert(alignof(BP_StaggeredState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_StaggeredState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_StaggeredState_C_HandleNamedEvent) == 0x000068, "Wrong size on BP_StaggeredState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_StaggeredState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_StaggeredState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_StaggeredState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_GetCharacter_ReturnValue) == 0x000020, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_GetCharacter_ReturnValue_1) == 0x000028, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000030, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_GetVelocity_ReturnValue) == 0x000034, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_Normal_ReturnValue) == 0x000040, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00004C, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_MakeRotFromZX_ReturnValue) == 0x000058, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleNamedEvent, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000064, "Member 'BP_StaggeredState_C_HandleNamedEvent::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_HandleStaggerEvent \ +static_assert(alignof(BP_StaggeredState_C_HandleStaggerEvent) == 0x000008, "Wrong alignment on BP_StaggeredState_C_HandleStaggerEvent"); \ +static_assert(sizeof(BP_StaggeredState_C_HandleStaggerEvent) == 0x000128, "Wrong size on BP_StaggeredState_C_HandleStaggerEvent"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'BP_StaggeredState_C_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleStaggerEvent, Strength) == 0x000110, "Member 'BP_StaggeredState_C_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'BP_StaggeredState_C_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleStaggerEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000118, "Member 'BP_StaggeredState_C_HandleStaggerEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleStaggerEvent, CallFunc_HasPendingDamageEvent_ReturnValue) == 0x000120, "Member 'BP_StaggeredState_C_HandleStaggerEvent::CallFunc_HasPendingDamageEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_HandleInputStickEvent \ +static_assert(alignof(BP_StaggeredState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_StaggeredState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_StaggeredState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_StaggeredState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_StaggeredState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_StaggeredState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_StaggeredState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_StaggeredState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_StaggeredState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_StaggeredState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_StaggeredState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_StaggeredState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000031, "Member 'BP_StaggeredState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000032, "Member 'BP_StaggeredState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_HandleInputActionEvent \ +static_assert(alignof(BP_StaggeredState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_StaggeredState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_StaggeredState_C_HandleInputActionEvent) == 0x000006, "Wrong size on BP_StaggeredState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_StaggeredState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_StaggeredState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_StaggeredState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_StaggeredState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_StaggeredState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000005, "Member 'BP_StaggeredState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_OnStart \ +static_assert(alignof(BP_StaggeredState_C_OnStart) == 0x000008, "Wrong alignment on BP_StaggeredState_C_OnStart"); \ +static_assert(sizeof(BP_StaggeredState_C_OnStart) == 0x000008, "Wrong size on BP_StaggeredState_C_OnStart"); \ +static_assert(offsetof(BP_StaggeredState_C_OnStart, PrevState) == 0x000000, "Member 'BP_StaggeredState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_Update \ +static_assert(alignof(BP_StaggeredState_C_Update) == 0x000004, "Wrong alignment on BP_StaggeredState_C_Update"); \ +static_assert(sizeof(BP_StaggeredState_C_Update) == 0x000004, "Wrong size on BP_StaggeredState_C_Update"); \ +static_assert(offsetof(BP_StaggeredState_C_Update, DeltaTime) == 0x000000, "Member 'BP_StaggeredState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_OnEnd \ +static_assert(alignof(BP_StaggeredState_C_OnEnd) == 0x000008, "Wrong alignment on BP_StaggeredState_C_OnEnd"); \ +static_assert(sizeof(BP_StaggeredState_C_OnEnd) == 0x000008, "Wrong size on BP_StaggeredState_C_OnEnd"); \ +static_assert(offsetof(BP_StaggeredState_C_OnEnd, NextState) == 0x000000, "Member 'BP_StaggeredState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_HandleAnimComplete \ +static_assert(alignof(BP_StaggeredState_C_HandleAnimComplete) == 0x000008, "Wrong alignment on BP_StaggeredState_C_HandleAnimComplete"); \ +static_assert(sizeof(BP_StaggeredState_C_HandleAnimComplete) == 0x000020, "Wrong size on BP_StaggeredState_C_HandleAnimComplete"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleAnimComplete, Args) == 0x000000, "Member 'BP_StaggeredState_C_HandleAnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_HandleAnimComplete, MontageManager) == 0x000018, "Member 'BP_StaggeredState_C_HandleAnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState \ +static_assert(alignof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState) == 0x000008, "Wrong alignment on BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState"); \ +static_assert(sizeof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState) == 0x0002F0, "Wrong size on BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, EntryPoint) == 0x000000, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_PollActions_ReturnValue) == 0x000010, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000020, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000048, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000088, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000098, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000A8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_MochiEnsure_ReturnValue) == 0x0000B8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000C0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_MochiEnsure_ReturnValue_1) == 0x0000D4, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue) == 0x0000DC, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x0000DD, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x0000DE, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x0000DF, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x0000E0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_CreateDelegate_OutputDelegate) == 0x0000E4, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x0000F4, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x0000F5, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000F6, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x0000F7, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_IsInputBuffered_ReturnValue) == 0x0000F8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_Event_PrevState) == 0x000100, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000108, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_Event_DeltaTime) == 0x000110, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Array_Length_ReturnValue_1) == 0x000114, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_Event_NextState) == 0x000120, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000128, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_8) == 0x000130, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Stop_ReturnValue) == 0x000131, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Stop_ReturnValue_1) == 0x000132, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Stop_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000133, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_9) == 0x000134, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000135, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000138, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000140, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ConsumePendingDamageResponse_OutDamageEvent) == 0x000148, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ConsumePendingDamageResponse_OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ConsumePendingDamageResponse_OutResult) == 0x000258, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ConsumePendingDamageResponse_OutResult' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ConsumePendingDamageResponse_ReturnValue) == 0x000284, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ConsumePendingDamageResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_CustomEvent_Args) == 0x000288, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_CustomEvent_MontageManager) == 0x0002A0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_PlayWithCallback_ReturnValue) == 0x0002A8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002AC, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_CurrentStateEquals_ReturnValue) == 0x0002AD, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_CurrentStateEquals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetComponentOnCharacter_ReturnValue_4) == 0x0002B0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetComponentOnCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_ChangeStateTo_ReturnValue_10) == 0x0002B8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_ChangeStateTo_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_GetCharacter_ReturnValue) == 0x0002C0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, Temp_int_Array_Index_Variable) == 0x0002C8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Array_Get_Item) == 0x0002D0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Complete_ReturnValue) == 0x0002D8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_CanComplete_ReturnValue) == 0x0002D9, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_CanComplete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, Temp_int_Array_Index_Variable_1) == 0x0002DC, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Array_Get_Item_1) == 0x0002E0, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, K2Node_SwitchEnum_CmpSuccess) == 0x0002E1, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, Temp_int_Loop_Counter_Variable_1) == 0x0002E4, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002E8, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002EC, "Member 'BP_StaggeredState_C_ExecuteUbergraph_BP_StaggeredState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_StaggeredState_C \ +static_assert(alignof(UBP_StaggeredState_C) == 0x000008, "Wrong alignment on UBP_StaggeredState_C"); \ +static_assert(sizeof(UBP_StaggeredState_C) == 0x000128, "Wrong size on UBP_StaggeredState_C"); \ +static_assert(offsetof(UBP_StaggeredState_C, UberGraphFrame) == 0x000120, "Member 'UBP_StaggeredState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabbedState_C_HandleGrabEvent \ +static_assert(alignof(BP_GrabbedState_C_HandleGrabEvent) == 0x000008, "Wrong alignment on BP_GrabbedState_C_HandleGrabEvent"); \ +static_assert(sizeof(BP_GrabbedState_C_HandleGrabEvent) == 0x000078, "Wrong size on BP_GrabbedState_C_HandleGrabEvent"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, GrabEvent) == 0x000000, "Member 'BP_GrabbedState_C_HandleGrabEvent::GrabEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, MontageArgs) == 0x000004, "Member 'BP_GrabbedState_C_HandleGrabEvent::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, ReturnValue) == 0x00001C, "Member 'BP_GrabbedState_C_HandleGrabEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00001D, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, K2Node_SwitchEnum_CmpSuccess) == 0x00001E, "Member 'BP_GrabbedState_C_HandleGrabEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000020, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000060, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_HandleGrabEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000070, "Member 'BP_GrabbedState_C_HandleGrabEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabbedState_C_OnStart \ +static_assert(alignof(BP_GrabbedState_C_OnStart) == 0x000008, "Wrong alignment on BP_GrabbedState_C_OnStart"); \ +static_assert(sizeof(BP_GrabbedState_C_OnStart) == 0x000008, "Wrong size on BP_GrabbedState_C_OnStart"); \ +static_assert(offsetof(BP_GrabbedState_C_OnStart, PrevState) == 0x000000, "Member 'BP_GrabbedState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabbedState_C_OnEnd \ +static_assert(alignof(BP_GrabbedState_C_OnEnd) == 0x000008, "Wrong alignment on BP_GrabbedState_C_OnEnd"); \ +static_assert(sizeof(BP_GrabbedState_C_OnEnd) == 0x000008, "Wrong size on BP_GrabbedState_C_OnEnd"); \ +static_assert(offsetof(BP_GrabbedState_C_OnEnd, NextState) == 0x000000, "Member 'BP_GrabbedState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState \ +static_assert(alignof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState) == 0x000008, "Wrong alignment on BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState"); \ +static_assert(sizeof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState) == 0x000108, "Wrong size on BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, EntryPoint) == 0x000000, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, Temp_delegate_Variable) == 0x000034, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000044, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000050, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_MakeRotFromZX_ReturnValue) == 0x000060, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, K2Node_Event_PrevState) == 0x000090, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000098, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_GetController_ReturnValue) == 0x0000B8, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_MochiEnsure_ReturnValue) == 0x0000C0, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, K2Node_Event_NextState) == 0x0000C8, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000D0, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_ConsumePendingGrabResponse_OutGrabEvent) == 0x0000D8, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_ConsumePendingGrabResponse_OutGrabEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_ConsumePendingGrabResponse_OutMontageArgs) == 0x0000DC, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_ConsumePendingGrabResponse_OutMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_ConsumePendingGrabResponse_ReturnValue) == 0x0000F4, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_ConsumePendingGrabResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x0000F8, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_PlayWithCallback_ReturnValue) == 0x000100, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_MochiEnsure_ReturnValue_1) == 0x000104, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000105, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState, CallFunc_ChangeStateTo_ReturnValue) == 0x000106, "Member 'BP_GrabbedState_C_ExecuteUbergraph_BP_GrabbedState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GrabbedState_C \ +static_assert(alignof(UBP_GrabbedState_C) == 0x000008, "Wrong alignment on UBP_GrabbedState_C"); \ +static_assert(sizeof(UBP_GrabbedState_C) == 0x000128, "Wrong size on UBP_GrabbedState_C"); \ +static_assert(offsetof(UBP_GrabbedState_C, UberGraphFrame) == 0x000120, "Member 'UBP_GrabbedState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PreparedState_C_HandleInputStickEvent \ +static_assert(alignof(BP_PreparedState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_PreparedState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_PreparedState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_PreparedState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_PreparedState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_PreparedState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_PreparedState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_PreparedState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_PreparedState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_PreparedState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_PreparedState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PreparedState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BP_PreparedState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_HandleInputStickEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'BP_PreparedState_C_HandleInputStickEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PreparedState_C_Update \ +static_assert(alignof(BP_PreparedState_C_Update) == 0x000008, "Wrong alignment on BP_PreparedState_C_Update"); \ +static_assert(sizeof(BP_PreparedState_C_Update) == 0x000018, "Wrong size on BP_PreparedState_C_Update"); \ +static_assert(offsetof(BP_PreparedState_C_Update, DeltaTime) == 0x000000, "Member 'BP_PreparedState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_Update, CallFunc_SuspendStateFor_ReturnValue) == 0x000004, "Member 'BP_PreparedState_C_Update::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_Update, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_PreparedState_C_Update::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_Update, CallFunc_IsInputBuffered_IsStale) == 0x000010, "Member 'BP_PreparedState_C_Update::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_Update, CallFunc_IsInputBuffered_ReturnValue) == 0x000011, "Member 'BP_PreparedState_C_Update::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PreparedState_C_OnResume \ +static_assert(alignof(BP_PreparedState_C_OnResume) == 0x000008, "Wrong alignment on BP_PreparedState_C_OnResume"); \ +static_assert(sizeof(BP_PreparedState_C_OnResume) == 0x000008, "Wrong size on BP_PreparedState_C_OnResume"); \ +static_assert(offsetof(BP_PreparedState_C_OnResume, NextState) == 0x000000, "Member 'BP_PreparedState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PreparedState_C_OnStart \ +static_assert(alignof(BP_PreparedState_C_OnStart) == 0x000008, "Wrong alignment on BP_PreparedState_C_OnStart"); \ +static_assert(sizeof(BP_PreparedState_C_OnStart) == 0x000008, "Wrong size on BP_PreparedState_C_OnStart"); \ +static_assert(offsetof(BP_PreparedState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PreparedState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PreparedState_C_OnEnd \ +static_assert(alignof(BP_PreparedState_C_OnEnd) == 0x000008, "Wrong alignment on BP_PreparedState_C_OnEnd"); \ +static_assert(sizeof(BP_PreparedState_C_OnEnd) == 0x000008, "Wrong size on BP_PreparedState_C_OnEnd"); \ +static_assert(offsetof(BP_PreparedState_C_OnEnd, NextState) == 0x000000, "Member 'BP_PreparedState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState \ +static_assert(alignof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState) == 0x000008, "Wrong alignment on BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState"); \ +static_assert(sizeof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState) == 0x000040, "Wrong size on BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, EntryPoint) == 0x000000, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000020, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, K2Node_Event_NextState_1) == 0x000028, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, K2Node_Event_PrevState) == 0x000030, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState, K2Node_Event_NextState) == 0x000038, "Member 'BP_PreparedState_C_ExecuteUbergraph_BP_PreparedState::K2Node_Event_NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PreparedState_C \ +static_assert(alignof(UBP_PreparedState_C) == 0x000008, "Wrong alignment on UBP_PreparedState_C"); \ +static_assert(sizeof(UBP_PreparedState_C) == 0x000138, "Wrong size on UBP_PreparedState_C"); \ +static_assert(offsetof(UBP_PreparedState_C, UberGraphFrame) == 0x000120, "Member 'UBP_PreparedState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PreparedState_C, Duration) == 0x000128, "Member 'UBP_PreparedState_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_PreparedState_C, TimerHandle) == 0x000130, "Member 'UBP_PreparedState_C::TimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirInjectedBowState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirInjectedBowState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirInjectedBowState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirInjectedBowState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirInjectedBowState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirInjectedBowState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirInjectedBowState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AirInjectedBowState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AirInjectedBowState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_HandleNamedEvent, CallFunc_HandleNamedEvent_ReturnValue) == 0x00000B, "Member 'BP_AirInjectedBowState_C_HandleNamedEvent::CallFunc_HandleNamedEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirInjectedBowState_C_IsSwimming \ +static_assert(alignof(BP_AirInjectedBowState_C_IsSwimming) == 0x000008, "Wrong alignment on BP_AirInjectedBowState_C_IsSwimming"); \ +static_assert(sizeof(BP_AirInjectedBowState_C_IsSwimming) == 0x000018, "Wrong size on BP_AirInjectedBowState_C_IsSwimming"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_IsSwimming, ReturnValue) == 0x000000, "Member 'BP_AirInjectedBowState_C_IsSwimming::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_IsSwimming, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_AirInjectedBowState_C_IsSwimming::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_IsSwimming, CallFunc_IsSwimming_ReturnValue) == 0x000010, "Member 'BP_AirInjectedBowState_C_IsSwimming::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState \ +static_assert(alignof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState) == 0x000008, "Wrong alignment on BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState"); \ +static_assert(sizeof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState) == 0x000028, "Wrong size on BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, EntryPoint) == 0x000000, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, Temp_bool_Variable) == 0x000004, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, Temp_class_Variable) == 0x000008, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, Temp_class_Variable_1) == 0x000010, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, K2Node_Select_Default) == 0x000018, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, CallFunc_ChangeStateTo_ReturnValue) == 0x000020, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, CallFunc_IsSwimming_ReturnValue) == 0x000021, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, CallFunc_IsFalling_ReturnValue) == 0x000022, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000023, "Member 'BP_AirInjectedBowState_C_ExecuteUbergraph_BP_AirInjectedBowState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirInjectedBowState_C \ +static_assert(alignof(UBP_AirInjectedBowState_C) == 0x000008, "Wrong alignment on UBP_AirInjectedBowState_C"); \ +static_assert(sizeof(UBP_AirInjectedBowState_C) == 0x0001E0, "Wrong size on UBP_AirInjectedBowState_C"); \ +static_assert(offsetof(UBP_AirInjectedBowState_C, UberGraphFrame_BP_AirInjectedBowState_C) == 0x0001D8, "Member 'UBP_AirInjectedBowState_C::UberGraphFrame_BP_AirInjectedBowState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBowState_C_GetBlackBarsWidget \ +static_assert(alignof(BP_InjectedBowState_C_GetBlackBarsWidget) == 0x000008, "Wrong alignment on BP_InjectedBowState_C_GetBlackBarsWidget"); \ +static_assert(sizeof(BP_InjectedBowState_C_GetBlackBarsWidget) == 0x000020, "Wrong size on BP_InjectedBowState_C_GetBlackBarsWidget"); \ +static_assert(offsetof(BP_InjectedBowState_C_GetBlackBarsWidget, ReturnValue) == 0x000000, "Member 'BP_InjectedBowState_C_GetBlackBarsWidget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_GetBlackBarsWidget, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_InjectedBowState_C_GetBlackBarsWidget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_GetBlackBarsWidget, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_InjectedBowState_C_GetBlackBarsWidget::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_GetBlackBarsWidget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_InjectedBowState_C_GetBlackBarsWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBowState_C_CanEnterState \ +static_assert(alignof(BP_InjectedBowState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_InjectedBowState_C_CanEnterState"); \ +static_assert(sizeof(BP_InjectedBowState_C_CanEnterState) == 0x000030, "Wrong size on BP_InjectedBowState_C_CanEnterState"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_InjectedBowState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_InjectedBowState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000009, "Member 'BP_InjectedBowState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_InjectedBowState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, K2Node_DynamicCast_AsIInjectable_Ability) == 0x000018, "Member 'BP_InjectedBowState_C_CanEnterState::K2Node_DynamicCast_AsIInjectable_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_InjectedBowState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, CallFunc_GetIsInjected_ReturnValue) == 0x000029, "Member 'BP_InjectedBowState_C_CanEnterState::CallFunc_GetIsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_CanEnterState, CallFunc_CanInject_ReturnValue) == 0x00002A, "Member 'BP_InjectedBowState_C_CanEnterState::CallFunc_CanInject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBowState_C_OnStart \ +static_assert(alignof(BP_InjectedBowState_C_OnStart) == 0x000008, "Wrong alignment on BP_InjectedBowState_C_OnStart"); \ +static_assert(sizeof(BP_InjectedBowState_C_OnStart) == 0x000008, "Wrong size on BP_InjectedBowState_C_OnStart"); \ +static_assert(offsetof(BP_InjectedBowState_C_OnStart, PrevState) == 0x000000, "Member 'BP_InjectedBowState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBowState_C_HandleChannelEnd \ +static_assert(alignof(BP_InjectedBowState_C_HandleChannelEnd) == 0x000008, "Wrong alignment on BP_InjectedBowState_C_HandleChannelEnd"); \ +static_assert(sizeof(BP_InjectedBowState_C_HandleChannelEnd) == 0x000010, "Wrong size on BP_InjectedBowState_C_HandleChannelEnd"); \ +static_assert(offsetof(BP_InjectedBowState_C_HandleChannelEnd, Ability_0) == 0x000000, "Member 'BP_InjectedBowState_C_HandleChannelEnd::Ability_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_HandleChannelEnd, reason) == 0x000008, "Member 'BP_InjectedBowState_C_HandleChannelEnd::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBowState_C_OnEnd \ +static_assert(alignof(BP_InjectedBowState_C_OnEnd) == 0x000008, "Wrong alignment on BP_InjectedBowState_C_OnEnd"); \ +static_assert(sizeof(BP_InjectedBowState_C_OnEnd) == 0x000008, "Wrong size on BP_InjectedBowState_C_OnEnd"); \ +static_assert(offsetof(BP_InjectedBowState_C_OnEnd, NextState) == 0x000000, "Member 'BP_InjectedBowState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState \ +static_assert(alignof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState) == 0x000008, "Wrong alignment on BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState"); \ +static_assert(sizeof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState) == 0x000160, "Wrong size on BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, EntryPoint) == 0x000000, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, Temp_bool_Variable) == 0x000004, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, Temp_class_Variable) == 0x000008, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, Temp_class_Variable_1) == 0x000010, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_Event_PrevState) == 0x000018, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetAbility_Ability) == 0x000020, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_DynamicCast_AsIInjectable_Ability) == 0x000028, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_DynamicCast_AsIInjectable_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetIsInjected_ReturnValue) == 0x000039, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetIsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_TryInject_ReturnValue) == 0x00003A, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_TryInject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_MochiEnsure_ReturnValue) == 0x00003B, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetAbility_Ability_1) == 0x000040, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_CustomEvent_Ability) == 0x000048, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_CustomEvent_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_CustomEvent_Reason) == 0x000050, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000058, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_IsFalling_ReturnValue) == 0x000060, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000068, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_IsFalling_ReturnValue_1) == 0x000070, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_IsFalling_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, Temp_bool_Variable_1) == 0x000071, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetBlackBarsWidget_ReturnValue) == 0x000078, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetBlackBarsWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_Select_Default) == 0x000080, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_Event_NextState) == 0x000088, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_ChangeStateTo_ReturnValue) == 0x000090, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetBlackBarsWidget_ReturnValue_1) == 0x000098, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetBlackBarsWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000B0, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000B8, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetAbility_Ability_2) == 0x0000C8, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, Temp_class_Variable_2) == 0x0000D0, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::Temp_class_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, Temp_class_Variable_3) == 0x0000D8, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::Temp_class_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetAbility_Ability_3) == 0x0000E0, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetAbility_Ability_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_Select_Default_1) == 0x0000E8, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_DynamicCast_AsAbility_Bow) == 0x0000F0, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_DynamicCast_AsAbility_Bow' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, K2Node_DynamicCast_bSuccess_2) == 0x0000F8, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x0000F9, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000FC, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000100, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_TryIncrease_OutDelta) == 0x000110, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_TryIncrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_TryIncrease_OutFilled) == 0x000114, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_TryIncrease_OutFilled' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_TryIncrease_ReturnValue) == 0x000115, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_TryIncrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_Concat_StrStr_ReturnValue) == 0x000118, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000128, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000138, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000148, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState, CallFunc_MochiEnsure_ReturnValue_1) == 0x000158, "Member 'BP_InjectedBowState_C_ExecuteUbergraph_BP_InjectedBowState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InjectedBowState_C \ +static_assert(alignof(UBP_InjectedBowState_C) == 0x000008, "Wrong alignment on UBP_InjectedBowState_C"); \ +static_assert(sizeof(UBP_InjectedBowState_C) == 0x0001D8, "Wrong size on UBP_InjectedBowState_C"); \ +static_assert(offsetof(UBP_InjectedBowState_C, UberGraphFrame_BP_InjectedBowState_C) == 0x0001D0, "Member 'UBP_InjectedBowState_C::UberGraphFrame_BP_InjectedBowState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKena_InjectRotShake_C \ +static_assert(alignof(UKena_InjectRotShake_C) == 0x000010, "Wrong alignment on UKena_InjectRotShake_C"); \ +static_assert(sizeof(UKena_InjectRotShake_C) == 0x0001B0, "Wrong size on UKena_InjectRotShake_C"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_HandleInputActionEvent \ +static_assert(alignof(BP_PulseSquatState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_PulseSquatState_C_HandleInputActionEvent) == 0x000080, "Wrong size on BP_PulseSquatState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000008, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000018, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_GetValue_OutValue) == 0x000030, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_GetValue_ReturnValue) == 0x000034, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_GetParryAbility_ReturnValue) == 0x000060, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_GetParryAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000078, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputActionEvent, CallFunc_BooleanOR_ReturnValue) == 0x000079, "Member 'BP_PulseSquatState_C_HandleInputActionEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_HandleInputStickEvent \ +static_assert(alignof(BP_PulseSquatState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_PulseSquatState_C_HandleInputStickEvent) == 0x000040, "Wrong size on BP_PulseSquatState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_PulseSquatState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_CanEnterState \ +static_assert(alignof(BP_PulseSquatState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_CanEnterState"); \ +static_assert(sizeof(BP_PulseSquatState_C_CanEnterState) == 0x000020, "Wrong size on BP_PulseSquatState_C_CanEnterState"); \ +static_assert(offsetof(BP_PulseSquatState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_PulseSquatState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_PulseSquatState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_PulseSquatState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_CanEnterState, CallFunc_CanEnterState_ReturnValue) == 0x000018, "Member 'BP_PulseSquatState_C_CanEnterState::CallFunc_CanEnterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_CanEnterState, CallFunc_IsMovingOnGround_ReturnValue) == 0x000019, "Member 'BP_PulseSquatState_C_CanEnterState::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_PulseSquatState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_GetParryAbility \ +static_assert(alignof(BP_PulseSquatState_C_GetParryAbility) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_GetParryAbility"); \ +static_assert(sizeof(BP_PulseSquatState_C_GetParryAbility) == 0x000018, "Wrong size on BP_PulseSquatState_C_GetParryAbility"); \ +static_assert(offsetof(BP_PulseSquatState_C_GetParryAbility, ReturnValue) == 0x000000, "Member 'BP_PulseSquatState_C_GetParryAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_GetParryAbility, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_PulseSquatState_C_GetParryAbility::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_GetParryAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_PulseSquatState_C_GetParryAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_OnStart \ +static_assert(alignof(BP_PulseSquatState_C_OnStart) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_OnStart"); \ +static_assert(sizeof(BP_PulseSquatState_C_OnStart) == 0x000008, "Wrong size on BP_PulseSquatState_C_OnStart"); \ +static_assert(offsetof(BP_PulseSquatState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PulseSquatState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_OnEnd \ +static_assert(alignof(BP_PulseSquatState_C_OnEnd) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_OnEnd"); \ +static_assert(sizeof(BP_PulseSquatState_C_OnEnd) == 0x000008, "Wrong size on BP_PulseSquatState_C_OnEnd"); \ +static_assert(offsetof(BP_PulseSquatState_C_OnEnd, NextState) == 0x000000, "Member 'BP_PulseSquatState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_Update \ +static_assert(alignof(BP_PulseSquatState_C_Update) == 0x000004, "Wrong alignment on BP_PulseSquatState_C_Update"); \ +static_assert(sizeof(BP_PulseSquatState_C_Update) == 0x000004, "Wrong size on BP_PulseSquatState_C_Update"); \ +static_assert(offsetof(BP_PulseSquatState_C_Update, DeltaTime) == 0x000000, "Member 'BP_PulseSquatState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState \ +static_assert(alignof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState) == 0x000008, "Wrong alignment on BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState"); \ +static_assert(sizeof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState) == 0x000130, "Wrong size on BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, EntryPoint) == 0x000000, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000018, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000028, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000031, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_Event_PrevState) == 0x000038, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_Event_NextState) == 0x000040, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_Event_DeltaTime) == 0x000048, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000050, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000058, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_IsFalling_ReturnValue) == 0x000059, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetParryAbility_ReturnValue) == 0x000060, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetParryAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetParryAbility_ReturnValue_1) == 0x000068, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetParryAbility_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Activate_ReturnValue) == 0x000070, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Complete_ReturnValue) == 0x000071, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000078, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000098, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C8, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_MochiEnsure_ReturnValue) == 0x0000D8, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetParryAbility_ReturnValue_2) == 0x0000E0, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetParryAbility_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetComponentOnController_ReturnValue) == 0x0000E8, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x0000F0, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_IsInputBuffered_ReturnValue) == 0x0000F8, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x0000FC, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000100, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000104, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000108, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetParryAbility_ReturnValue_3) == 0x000110, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetParryAbility_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_GetController_ReturnValue_1) == 0x000118, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_DynamicCast_AsBP_Kena_Controller_1) == 0x000120, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_DynamicCast_AsBP_Kena_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_Not_PreBool_ReturnValue) == 0x000129, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState, CallFunc_BooleanAND_ReturnValue) == 0x00012A, "Member 'BP_PulseSquatState_C_ExecuteUbergraph_BP_PulseSquatState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PulseSquatState_C \ +static_assert(alignof(UBP_PulseSquatState_C) == 0x000008, "Wrong alignment on UBP_PulseSquatState_C"); \ +static_assert(sizeof(UBP_PulseSquatState_C) == 0x000140, "Wrong size on UBP_PulseSquatState_C"); \ +static_assert(offsetof(UBP_PulseSquatState_C, UberGraphFrame) == 0x000120, "Member 'UBP_PulseSquatState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PulseSquatState_C, SquatTime) == 0x000128, "Member 'UBP_PulseSquatState_C::SquatTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_PulseSquatState_C, TimerHandle) == 0x000130, "Member 'UBP_PulseSquatState_C::TimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UBP_PulseSquatState_C, BalanceConfig) == 0x000138, "Member 'UBP_PulseSquatState_C::BalanceConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_HandleInputActionEvent \ +static_assert(alignof(BP_HeavyAttackState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_HeavyAttackState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_HeavyAttackState_C_HandleInputActionEvent) == 0x000005, "Wrong size on BP_HeavyAttackState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_HeavyAttackState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_HeavyAttackState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_HeavyAttackState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_HeavyAttackState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_HeavyAttackState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_HandleAnimEvent \ +static_assert(alignof(BP_HeavyAttackState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_HeavyAttackState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_HeavyAttackState_C_HandleAnimEvent) == 0x000018, "Wrong size on BP_HeavyAttackState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_HeavyAttackState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_HeavyAttackState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_HeavyAttackState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_HandleAnimEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_HeavyAttackState_C_HandleAnimEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_CanRotHammer \ +static_assert(alignof(BP_HeavyAttackState_C_CanRotHammer) == 0x000008, "Wrong alignment on BP_HeavyAttackState_C_CanRotHammer"); \ +static_assert(sizeof(BP_HeavyAttackState_C_CanRotHammer) == 0x000030, "Wrong size on BP_HeavyAttackState_C_CanRotHammer"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, ReturnValue) == 0x000000, "Member 'BP_HeavyAttackState_C_CanRotHammer::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_IsActionAllowed_ReturnValue) == 0x000018, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_FindAbilityByClass_ReturnValue) == 0x000020, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_HasItem_ReturnValue) == 0x000028, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_CanActivateAbility_ReturnValue) == 0x000029, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanRotHammer, CallFunc_BooleanAND_ReturnValue_1) == 0x00002B, "Member 'BP_HeavyAttackState_C_CanRotHammer::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_CanEnterState \ +static_assert(alignof(BP_HeavyAttackState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_HeavyAttackState_C_CanEnterState"); \ +static_assert(sizeof(BP_HeavyAttackState_C_CanEnterState) == 0x000010, "Wrong size on BP_HeavyAttackState_C_CanEnterState"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_HeavyAttackState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_HeavyAttackState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_CanEnterState, CallFunc_CanEnterState_ReturnValue) == 0x000009, "Member 'BP_HeavyAttackState_C_CanEnterState::CallFunc_CanEnterState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_Update \ +static_assert(alignof(BP_HeavyAttackState_C_Update) == 0x000004, "Wrong alignment on BP_HeavyAttackState_C_Update"); \ +static_assert(sizeof(BP_HeavyAttackState_C_Update) == 0x000004, "Wrong size on BP_HeavyAttackState_C_Update"); \ +static_assert(offsetof(BP_HeavyAttackState_C_Update, DeltaTime) == 0x000000, "Member 'BP_HeavyAttackState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_OnStart \ +static_assert(alignof(BP_HeavyAttackState_C_OnStart) == 0x000008, "Wrong alignment on BP_HeavyAttackState_C_OnStart"); \ +static_assert(sizeof(BP_HeavyAttackState_C_OnStart) == 0x000008, "Wrong size on BP_HeavyAttackState_C_OnStart"); \ +static_assert(offsetof(BP_HeavyAttackState_C_OnStart, PrevState) == 0x000000, "Member 'BP_HeavyAttackState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_OnEnd \ +static_assert(alignof(BP_HeavyAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_HeavyAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_HeavyAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_HeavyAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_HeavyAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_HeavyAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState \ +static_assert(alignof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState) == 0x000008, "Wrong alignment on BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState"); \ +static_assert(sizeof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState) == 0x000090, "Wrong size on BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, EntryPoint) == 0x000000, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_QueueAttack_ReturnValue) == 0x000010, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_QueueAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_IsInputBuffered_ReturnValue) == 0x000012, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000018, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, K2Node_Event_PrevState) == 0x000020, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_IsActionAllowed_ReturnValue) == 0x000028, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_IsInputBuffered_IsStale) == 0x000029, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x00002A, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, K2Node_Event_DeltaTime) == 0x00002C, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_HasItem_ReturnValue) == 0x000031, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x000038, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_BooleanAND_ReturnValue_1) == 0x000040, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_IsActionAllowed_ReturnValue_1) == 0x000041, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_IsActionAllowed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, K2Node_Event_NextState) == 0x000048, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetComponentOnController_ReturnValue_3) == 0x000050, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetComponentOnController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000058, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetComponentOnController_ReturnValue_4) == 0x000060, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetComponentOnController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000078, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_AddButtonToLegendWithCheck_ReturnValue) == 0x000080, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_AddButtonToLegendWithCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetToggleHeldAbilityInputs_ReturnValue) == 0x000081, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetToggleHeldAbilityInputs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000088, "Member 'BP_HeavyAttackState_C_ExecuteUbergraph_BP_HeavyAttackState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_HeavyAttackState_C \ +static_assert(alignof(UBP_HeavyAttackState_C) == 0x000008, "Wrong alignment on UBP_HeavyAttackState_C"); \ +static_assert(sizeof(UBP_HeavyAttackState_C) == 0x000158, "Wrong size on UBP_HeavyAttackState_C"); \ +static_assert(offsetof(UBP_HeavyAttackState_C, UberGraphFrame) == 0x000128, "Member 'UBP_HeavyAttackState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_HeavyAttackState_C, ReleaseFilter) == 0x000130, "Member 'UBP_HeavyAttackState_C::ReleaseFilter' has a wrong offset!"); \ +static_assert(offsetof(UBP_HeavyAttackState_C, ChargeActive) == 0x000150, "Member 'UBP_HeavyAttackState_C::ChargeActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightAttackState_C_Update \ +static_assert(alignof(BP_LightAttackState_C_Update) == 0x000004, "Wrong alignment on BP_LightAttackState_C_Update"); \ +static_assert(sizeof(BP_LightAttackState_C_Update) == 0x000004, "Wrong size on BP_LightAttackState_C_Update"); \ +static_assert(offsetof(BP_LightAttackState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LightAttackState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightAttackState_C_OnEnd \ +static_assert(alignof(BP_LightAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_LightAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_LightAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_LightAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_LightAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_LightAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState \ +static_assert(alignof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState) == 0x000008, "Wrong alignment on BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState"); \ +static_assert(sizeof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState) == 0x000050, "Wrong size on BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, EntryPoint) == 0x000000, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_IsInputBuffered_ReturnValue) == 0x000006, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000018, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, K2Node_Event_DeltaTime) == 0x000024, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_QueueAttack_ReturnValue) == 0x000028, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_QueueAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, K2Node_Event_NextState) == 0x000030, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, Temp_bool_IsClosed_Variable) == 0x000038, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_GetComponentOnController_ReturnValue) == 0x000040, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_IsActionAllowed_ReturnValue) == 0x000048, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000049, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'BP_LightAttackState_C_ExecuteUbergraph_BP_LightAttackState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LightAttackState_C \ +static_assert(alignof(UBP_LightAttackState_C) == 0x000008, "Wrong alignment on UBP_LightAttackState_C"); \ +static_assert(sizeof(UBP_LightAttackState_C) == 0x000130, "Wrong size on UBP_LightAttackState_C"); \ +static_assert(offsetof(UBP_LightAttackState_C, UberGraphFrame) == 0x000128, "Member 'UBP_LightAttackState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_HandleInputStickEvent \ +static_assert(alignof(BP_DodgeState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_DodgeState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_DodgeState_C_HandleInputStickEvent) == 0x000040, "Wrong size on BP_DodgeState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_DodgeState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_DodgeState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_DodgeState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_DodgeState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_DodgeState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_DodgeState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_DodgeState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DodgeState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000031, "Member 'BP_DodgeState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000032, "Member 'BP_DodgeState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_DodgeState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_HandleNamedEvent \ +static_assert(alignof(BP_DodgeState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_DodgeState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_DodgeState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_DodgeState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_DodgeState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_DodgeState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_DodgeState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_DodgeState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_HandleAnimEvent \ +static_assert(alignof(BP_DodgeState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_DodgeState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_DodgeState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_DodgeState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_DodgeState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_DodgeState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_DodgeState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_DodgeState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_StopAnimation \ +static_assert(alignof(BP_DodgeState_C_StopAnimation) == 0x000008, "Wrong alignment on BP_DodgeState_C_StopAnimation"); \ +static_assert(sizeof(BP_DodgeState_C_StopAnimation) == 0x000018, "Wrong size on BP_DodgeState_C_StopAnimation"); \ +static_assert(offsetof(BP_DodgeState_C_StopAnimation, CallFunc_GetCharacter_ReturnValue) == 0x000000, "Member 'BP_DodgeState_C_StopAnimation::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_StopAnimation, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000008, "Member 'BP_DodgeState_C_StopAnimation::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_StopAnimation, CallFunc_Stop_ReturnValue) == 0x000010, "Member 'BP_DodgeState_C_StopAnimation::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_HandleDodgeEnd \ +static_assert(alignof(BP_DodgeState_C_HandleDodgeEnd) == 0x000001, "Wrong alignment on BP_DodgeState_C_HandleDodgeEnd"); \ +static_assert(sizeof(BP_DodgeState_C_HandleDodgeEnd) == 0x000006, "Wrong size on BP_DodgeState_C_HandleDodgeEnd"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEnd, CallFunc_IsInputBuffered_ReturnValue) == 0x000000, "Member 'BP_DodgeState_C_HandleDodgeEnd::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEnd, CallFunc_IsStateChangePending_ReturnValue) == 0x000001, "Member 'BP_DodgeState_C_HandleDodgeEnd::CallFunc_IsStateChangePending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEnd, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_DodgeState_C_HandleDodgeEnd::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEnd, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_DodgeState_C_HandleDodgeEnd::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEnd, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_DodgeState_C_HandleDodgeEnd::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEnd, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_DodgeState_C_HandleDodgeEnd::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_CanEnterState \ +static_assert(alignof(BP_DodgeState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_DodgeState_C_CanEnterState"); \ +static_assert(sizeof(BP_DodgeState_C_CanEnterState) == 0x000020, "Wrong size on BP_DodgeState_C_CanEnterState"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_DodgeState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_DodgeState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_DodgeState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, CallFunc_IsSliding_ReturnValue) == 0x000018, "Member 'BP_DodgeState_C_CanEnterState::CallFunc_IsSliding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, CallFunc_IsFalling_ReturnValue) == 0x000019, "Member 'BP_DodgeState_C_CanEnterState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_DodgeState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'BP_DodgeState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'BP_DodgeState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_Update \ +static_assert(alignof(BP_DodgeState_C_Update) == 0x000008, "Wrong alignment on BP_DodgeState_C_Update"); \ +static_assert(sizeof(BP_DodgeState_C_Update) == 0x000158, "Wrong size on BP_DodgeState_C_Update"); \ +static_assert(offsetof(BP_DodgeState_C_Update, DeltaTime) == 0x000000, "Member 'BP_DodgeState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000008, "Member 'BP_DodgeState_C_Update::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000018, "Member 'BP_DodgeState_C_Update::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DodgeState_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetComponentOnController_ReturnValue) == 0x000028, "Member 'BP_DodgeState_C_Update::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000030, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetCurrentTarget_ReturnValue) == 0x000038, "Member 'BP_DodgeState_C_Update::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_IsLockedOn_ReturnValue) == 0x000040, "Member 'BP_DodgeState_C_Update::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000041, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000042, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000048, "Member 'BP_DodgeState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000050, "Member 'BP_DodgeState_C_Update::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000058, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetInputStickState_ReturnValue) == 0x00005C, "Member 'BP_DodgeState_C_Update::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_VSize2DSquared_ReturnValue) == 0x000064, "Member 'BP_DodgeState_C_Update::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_VectorToRelativeDirection_ReturnValue) == 0x000068, "Member 'BP_DodgeState_C_Update::CallFunc_VectorToRelativeDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000069, "Member 'BP_DodgeState_C_Update::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Not_PreBool_ReturnValue) == 0x00006A, "Member 'BP_DodgeState_C_Update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000070, "Member 'BP_DodgeState_C_Update::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_PollActions_ReturnValue) == 0x000078, "Member 'BP_DodgeState_C_Update::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_5) == 0x000088, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BP_DodgeState_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000090, "Member 'BP_DodgeState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_MakeLiteralByte_ReturnValue) == 0x000098, "Member 'BP_DodgeState_C_Update::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_IsSliding_ReturnValue) == 0x000099, "Member 'BP_DodgeState_C_Update::CallFunc_IsSliding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Not_PreBool_ReturnValue_1) == 0x00009A, "Member 'BP_DodgeState_C_Update::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_IsInputBuffered_ReturnValue) == 0x00009B, "Member 'BP_DodgeState_C_Update::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00009C, "Member 'BP_DodgeState_C_Update::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_6) == 0x00009D, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_IsInputBuffered_ReturnValue_1) == 0x00009E, "Member 'BP_DodgeState_C_Update::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, Temp_byte_Variable) == 0x00009F, "Member 'BP_DodgeState_C_Update::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_7) == 0x0000A0, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_Select_Default) == 0x0000A4, "Member 'BP_DodgeState_C_Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000BC, "Member 'BP_DodgeState_C_Update::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetComponentOnController_ReturnValue_2) == 0x0000C0, "Member 'BP_DodgeState_C_Update::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_IsInputBuffered_ReturnValue_2) == 0x0000C8, "Member 'BP_DodgeState_C_Update::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, Temp_byte_Variable_1) == 0x0000C9, "Member 'BP_DodgeState_C_Update::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_CreateDelegate_OutputDelegate) == 0x0000CC, "Member 'BP_DodgeState_C_Update::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, Temp_bool_Variable) == 0x0000DC, "Member 'BP_DodgeState_C_Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, Temp_int_Array_Index_Variable) == 0x0000E0, "Member 'BP_DodgeState_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Array_Get_Item) == 0x0000E4, "Member 'BP_DodgeState_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_SwitchEnum_CmpSuccess) == 0x0000E5, "Member 'BP_DodgeState_C_Update::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000E6, "Member 'BP_DodgeState_C_Update::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, Temp_bool_Variable_1) == 0x0000E7, "Member 'BP_DodgeState_C_Update::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, Temp_int_Loop_Counter_Variable) == 0x0000E8, "Member 'BP_DodgeState_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_DodgeState_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_DodgeState_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetCharacter_ReturnValue_1) == 0x0000F8, "Member 'BP_DodgeState_C_Update::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_GetDistanceTo_ReturnValue) == 0x000100, "Member 'BP_DodgeState_C_Update::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x000104, "Member 'BP_DodgeState_C_Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_BooleanAND_ReturnValue) == 0x000105, "Member 'BP_DodgeState_C_Update::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_BooleanAND_ReturnValue_1) == 0x000106, "Member 'BP_DodgeState_C_Update::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_ChangeStateTo_ReturnValue_8) == 0x000107, "Member 'BP_DodgeState_C_Update::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_Select_Default_1) == 0x000108, "Member 'BP_DodgeState_C_Update::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_Select_Default_2) == 0x000120, "Member 'BP_DodgeState_C_Update::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, K2Node_Select_Default_3) == 0x000138, "Member 'BP_DodgeState_C_Update::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_Update, CallFunc_PlayWithCallback_ReturnValue) == 0x000150, "Member 'BP_DodgeState_C_Update::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_HandleDodgeEndAnim \ +static_assert(alignof(BP_DodgeState_C_HandleDodgeEndAnim) == 0x000008, "Wrong alignment on BP_DodgeState_C_HandleDodgeEndAnim"); \ +static_assert(sizeof(BP_DodgeState_C_HandleDodgeEndAnim) == 0x000020, "Wrong size on BP_DodgeState_C_HandleDodgeEndAnim"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEndAnim, InArgs) == 0x000000, "Member 'BP_DodgeState_C_HandleDodgeEndAnim::InArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_HandleDodgeEndAnim, MontageMan) == 0x000018, "Member 'BP_DodgeState_C_HandleDodgeEndAnim::MontageMan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_OnStart \ +static_assert(alignof(BP_DodgeState_C_OnStart) == 0x000008, "Wrong alignment on BP_DodgeState_C_OnStart"); \ +static_assert(sizeof(BP_DodgeState_C_OnStart) == 0x000008, "Wrong size on BP_DodgeState_C_OnStart"); \ +static_assert(offsetof(BP_DodgeState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DodgeState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_OnResume \ +static_assert(alignof(BP_DodgeState_C_OnResume) == 0x000008, "Wrong alignment on BP_DodgeState_C_OnResume"); \ +static_assert(sizeof(BP_DodgeState_C_OnResume) == 0x000008, "Wrong size on BP_DodgeState_C_OnResume"); \ +static_assert(offsetof(BP_DodgeState_C_OnResume, NextState) == 0x000000, "Member 'BP_DodgeState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_OnEnd \ +static_assert(alignof(BP_DodgeState_C_OnEnd) == 0x000008, "Wrong alignment on BP_DodgeState_C_OnEnd"); \ +static_assert(sizeof(BP_DodgeState_C_OnEnd) == 0x000008, "Wrong size on BP_DodgeState_C_OnEnd"); \ +static_assert(offsetof(BP_DodgeState_C_OnEnd, NextState) == 0x000000, "Member 'BP_DodgeState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState \ +static_assert(alignof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState) == 0x000008, "Wrong alignment on BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState"); \ +static_assert(sizeof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState) == 0x000148, "Wrong size on BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, EntryPoint) == 0x000000, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, Temp_byte_Variable) == 0x000004, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_DynamicCast_AsHFSMView) == 0x000008, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_DynamicCast_AsHFSMView' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetCurrentState_ReturnValue) == 0x000020, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, Temp_class_Variable) == 0x000038, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000040, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetCharacter_ReturnValue) == 0x000048, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetComponentOnController_ReturnValue) == 0x000050, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetInputStickState_ReturnValue) == 0x000058, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetCurrentTarget_ReturnValue) == 0x000060, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_VSize2DSquared_ReturnValue) == 0x000068, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetDistanceTo_ReturnValue) == 0x00006C, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_Less_FloatFloat_ReturnValue) == 0x000071, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_Not_PreBool_ReturnValue) == 0x000072, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_VectorToRelativeDirection_ReturnValue) == 0x000073, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_VectorToRelativeDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_IsLockedOn_ReturnValue) == 0x000074, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_BooleanAND_ReturnValue) == 0x000075, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, Temp_byte_Variable_1) == 0x000076, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Select_Default) == 0x000078, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetCharacter_ReturnValue_1) == 0x000090, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Select_Default_1) == 0x000098, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x0000B0, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, Temp_bool_Variable) == 0x0000B8, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x0000C0, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x0000C8, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Event_PrevState) == 0x0000D8, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Event_NextState_1) == 0x0000E0, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Event_NextState) == 0x0000E8, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, Temp_bool_Variable_1) == 0x0000F0, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F4, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Select_Default_2) == 0x000104, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, K2Node_Select_Default_3) == 0x00011C, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_PlayWithCallback_ReturnValue) == 0x000134, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000138, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState, CallFunc_FindAbilityByClass_ReturnValue) == 0x000140, "Member 'BP_DodgeState_C_ExecuteUbergraph_BP_DodgeState::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DodgeState_C \ +static_assert(alignof(UBP_DodgeState_C) == 0x000008, "Wrong alignment on UBP_DodgeState_C"); \ +static_assert(sizeof(UBP_DodgeState_C) == 0x0001C8, "Wrong size on UBP_DodgeState_C"); \ +static_assert(offsetof(UBP_DodgeState_C, UberGraphFrame) == 0x000120, "Member 'UBP_DodgeState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, AllowFall) == 0x000128, "Member 'UBP_DodgeState_C::AllowFall' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, BeganFall) == 0x000129, "Member 'UBP_DodgeState_C::BeganFall' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, AllowRollAttack) == 0x00012A, "Member 'UBP_DodgeState_C::AllowRollAttack' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, AllowRunExit) == 0x00012B, "Member 'UBP_DodgeState_C::AllowRunExit' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, BackflipPlaybackParams) == 0x00012C, "Member 'UBP_DodgeState_C::BackflipPlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, ForwardRollPlaybackParams) == 0x000144, "Member 'UBP_DodgeState_C::ForwardRollPlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, LeftRollPlaybackParams) == 0x00015C, "Member 'UBP_DodgeState_C::LeftRollPlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, RightRollPlaybackParams) == 0x000174, "Member 'UBP_DodgeState_C::RightRollPlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, UseStepsWhenLockedOn) == 0x00018C, "Member 'UBP_DodgeState_C::UseStepsWhenLockedOn' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, LeftStepPlaybackParams) == 0x000190, "Member 'UBP_DodgeState_C::LeftStepPlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, RightStepPlaybackParams) == 0x0001A8, "Member 'UBP_DodgeState_C::RightStepPlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(UBP_DodgeState_C, DodgeRollDistanceThreshold) == 0x0001C0, "Member 'UBP_DodgeState_C::DodgeRollDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_HandleNamedEvent \ +static_assert(alignof(BP_RunState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_RunState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_RunState_C_HandleNamedEvent) == 0x000040, "Wrong size on BP_RunState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_RunState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_RunState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_RunState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x00000A, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_GetInputStickState_ReturnValue) == 0x00000C, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_AttemptLedgeGetDown_ReturnValue) == 0x000014, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_AttemptLedgeGetDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_VSize2D_ReturnValue) == 0x000018, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_Less_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_GetCharacter_ReturnValue) == 0x000020, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_GetVelocity_ReturnValue) == 0x000028, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_VSize_ReturnValue) == 0x000034, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000039, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_HandleNamedEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x00003B, "Member 'BP_RunState_C_HandleNamedEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_TrySetSprintSettle \ +static_assert(alignof(BP_RunState_C_TrySetSprintSettle) == 0x000008, "Wrong alignment on BP_RunState_C_TrySetSprintSettle"); \ +static_assert(sizeof(BP_RunState_C_TrySetSprintSettle) == 0x000040, "Wrong size on BP_RunState_C_TrySetSprintSettle"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000000, "Member 'BP_RunState_C_TrySetSprintSettle::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_RunState_C_TrySetSprintSettle::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BP_RunState_C_TrySetSprintSettle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_RunState_C_TrySetSprintSettle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_RunState_C_TrySetSprintSettle::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_RunState_C_TrySetSprintSettle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, CallFunc_GetPreviousState_ReturnValue) == 0x000030, "Member 'BP_RunState_C_TrySetSprintSettle::CallFunc_GetPreviousState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_TrySetSprintSettle, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000038, "Member 'BP_RunState_C_TrySetSprintSettle::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_SetCanGrabLedge \ +static_assert(alignof(BP_RunState_C_SetCanGrabLedge) == 0x000008, "Wrong alignment on BP_RunState_C_SetCanGrabLedge"); \ +static_assert(sizeof(BP_RunState_C_SetCanGrabLedge) == 0x000018, "Wrong size on BP_RunState_C_SetCanGrabLedge"); \ +static_assert(offsetof(BP_RunState_C_SetCanGrabLedge, CanGrab) == 0x000000, "Member 'BP_RunState_C_SetCanGrabLedge::CanGrab' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_SetCanGrabLedge, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_RunState_C_SetCanGrabLedge::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_SetCanGrabLedge, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000010, "Member 'BP_RunState_C_SetCanGrabLedge::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_UpdateCanGrabLedge \ +static_assert(alignof(BP_RunState_C_UpdateCanGrabLedge) == 0x000008, "Wrong alignment on BP_RunState_C_UpdateCanGrabLedge"); \ +static_assert(sizeof(BP_RunState_C_UpdateCanGrabLedge) == 0x000010, "Wrong size on BP_RunState_C_UpdateCanGrabLedge"); \ +static_assert(offsetof(BP_RunState_C_UpdateCanGrabLedge, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000000, "Member 'BP_RunState_C_UpdateCanGrabLedge::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_UpdateCanGrabLedge, CallFunc_CanGetDown_ReturnValue) == 0x000008, "Member 'BP_RunState_C_UpdateCanGrabLedge::CallFunc_CanGetDown_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_CanEnterState \ +static_assert(alignof(BP_RunState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_RunState_C_CanEnterState"); \ +static_assert(sizeof(BP_RunState_C_CanEnterState) == 0x000050, "Wrong size on BP_RunState_C_CanEnterState"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_RunState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_RunState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_RunState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_RunState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_RunState_C_CanEnterState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_RunState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000030, "Member 'BP_RunState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_IsVeryClose_ReturnValue) == 0x000038, "Member 'BP_RunState_C_CanEnterState::CallFunc_IsVeryClose_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_RunState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000040, "Member 'BP_RunState_C_CanEnterState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_VSize_ReturnValue) == 0x000048, "Member 'BP_RunState_C_CanEnterState::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00004C, "Member 'BP_RunState_C_CanEnterState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00004D, "Member 'BP_RunState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00004E, "Member 'BP_RunState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_OnEnd \ +static_assert(alignof(BP_RunState_C_OnEnd) == 0x000008, "Wrong alignment on BP_RunState_C_OnEnd"); \ +static_assert(sizeof(BP_RunState_C_OnEnd) == 0x000008, "Wrong size on BP_RunState_C_OnEnd"); \ +static_assert(offsetof(BP_RunState_C_OnEnd, NextState) == 0x000000, "Member 'BP_RunState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_OnSuspend \ +static_assert(alignof(BP_RunState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_RunState_C_OnSuspend"); \ +static_assert(sizeof(BP_RunState_C_OnSuspend) == 0x000008, "Wrong size on BP_RunState_C_OnSuspend"); \ +static_assert(offsetof(BP_RunState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_RunState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_OnResume \ +static_assert(alignof(BP_RunState_C_OnResume) == 0x000008, "Wrong alignment on BP_RunState_C_OnResume"); \ +static_assert(sizeof(BP_RunState_C_OnResume) == 0x000008, "Wrong size on BP_RunState_C_OnResume"); \ +static_assert(offsetof(BP_RunState_C_OnResume, NextState) == 0x000000, "Member 'BP_RunState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_OnStart \ +static_assert(alignof(BP_RunState_C_OnStart) == 0x000008, "Wrong alignment on BP_RunState_C_OnStart"); \ +static_assert(sizeof(BP_RunState_C_OnStart) == 0x000008, "Wrong size on BP_RunState_C_OnStart"); \ +static_assert(offsetof(BP_RunState_C_OnStart, PrevState) == 0x000000, "Member 'BP_RunState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_Update \ +static_assert(alignof(BP_RunState_C_Update) == 0x000004, "Wrong alignment on BP_RunState_C_Update"); \ +static_assert(sizeof(BP_RunState_C_Update) == 0x000004, "Wrong size on BP_RunState_C_Update"); \ +static_assert(offsetof(BP_RunState_C_Update, DeltaTime) == 0x000000, "Member 'BP_RunState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RunState_C_ExecuteUbergraph_BP_RunState \ +static_assert(alignof(BP_RunState_C_ExecuteUbergraph_BP_RunState) == 0x000008, "Wrong alignment on BP_RunState_C_ExecuteUbergraph_BP_RunState"); \ +static_assert(sizeof(BP_RunState_C_ExecuteUbergraph_BP_RunState) == 0x000248, "Wrong size on BP_RunState_C_ExecuteUbergraph_BP_RunState"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, EntryPoint) == 0x000000, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, Temp_class_Variable) == 0x000008, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_Event_NextState_1) == 0x000010, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_Event_PrevState_1) == 0x000018, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_AttemptLedgeGetDown_ReturnValue) == 0x000020, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_AttemptLedgeGetDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_BooleanAND_ReturnValue) == 0x000034, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetComponentOnController_ReturnValue) == 0x000038, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_SuspendStateFor_ReturnValue) == 0x000040, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetCharacter_ReturnValue) == 0x000048, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_IsInputBuffered_ReturnValue) == 0x000050, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000054, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetVelocity_ReturnValue) == 0x000060, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x00007C, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000088, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_BreakVector_X) == 0x000090, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_BreakVector_Y) == 0x000094, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_BreakVector_Z) == 0x000098, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_Less_FloatFloat_ReturnValue) == 0x00009C, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_BooleanAND_ReturnValue_1) == 0x00009D, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_Event_NextState) == 0x0000A0, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000A8, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x0000B0, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x0000B1, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetController_ReturnValue) == 0x0000B8, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_AsKena_Controller) == 0x0000C0, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_Event_PrevState) == 0x0000D0, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000D8, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_IsVeryClose_ReturnValue) == 0x0000E0, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_IsVeryClose_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_ChangeStateTo_ReturnValue) == 0x0000E1, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetCharacter_ReturnValue_1) == 0x0000E8, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x0000F0, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000F8, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetAnimInstance_ReturnValue) == 0x000108, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000110, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000120, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000128, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetAutoSprint_ReturnValue) == 0x000130, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetAutoSprint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000138, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_IsInCombat_ReturnValue) == 0x000140, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_SuspendStateFor_ReturnValue_1) == 0x000141, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_SuspendStateFor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_Not_PreBool_ReturnValue) == 0x000142, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_GetCharacter_ReturnValue_2) == 0x000148, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_BooleanAND_ReturnValue_2) == 0x000150, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_AsKena_Character) == 0x000158, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_DynamicCast_bSuccess_3) == 0x000160, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, K2Node_Event_DeltaTime) == 0x000164, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_Map_Find_Value) == 0x000168, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RunState_C_ExecuteUbergraph_BP_RunState, CallFunc_Map_Find_ReturnValue) == 0x000240, "Member 'BP_RunState_C_ExecuteUbergraph_BP_RunState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RunState_C \ +static_assert(alignof(UBP_RunState_C) == 0x000008, "Wrong alignment on UBP_RunState_C"); \ +static_assert(sizeof(UBP_RunState_C) == 0x000188, "Wrong size on UBP_RunState_C"); \ +static_assert(offsetof(UBP_RunState_C, UberGraphFrame) == 0x000120, "Member 'UBP_RunState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_RunState_C, RunSpeed) == 0x000128, "Member 'UBP_RunState_C::RunSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_RunState_C, LookForwardContext) == 0x000130, "Member 'UBP_RunState_C::LookForwardContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_RunState_C, CanDropDown) == 0x000168, "Member 'UBP_RunState_C::CanDropDown' has a wrong offset!"); \ +static_assert(offsetof(UBP_RunState_C, PromptTimer) == 0x000170, "Member 'UBP_RunState_C::PromptTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_RunState_C, AutoSprintTimer) == 0x000178, "Member 'UBP_RunState_C::AutoSprintTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_RunState_C, AutoSprintTriggerTime) == 0x000180, "Member 'UBP_RunState_C::AutoSprintTriggerTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_KenaHFSMUtils_C_TryHandleLedgeDrop \ +static_assert(alignof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop) == 0x000008, "Wrong alignment on BPL_KenaHFSMUtils_C_TryHandleLedgeDrop"); \ +static_assert(sizeof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop) == 0x000048, "Wrong size on BPL_KenaHFSMUtils_C_TryHandleLedgeDrop"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CurrentState) == 0x000000, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, __WorldContext) == 0x000008, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_SuspendStateFor_ReturnValue) == 0x000010, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_GetComponentOnController_ReturnValue) == 0x000020, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_IsInputBuffered_ReturnValue) == 0x000028, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000030, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000038, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_AttemptLedgeGetDown_ReturnValue) == 0x000040, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_AttemptLedgeGetDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_CanGetDown_ReturnValue) == 0x000041, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_CanGetDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TryHandleLedgeDrop, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'BPL_KenaHFSMUtils_C_TryHandleLedgeDrop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_KenaHFSMUtils_C_AttemptLedgeGetDown \ +static_assert(alignof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown) == 0x000008, "Wrong alignment on BPL_KenaHFSMUtils_C_AttemptLedgeGetDown"); \ +static_assert(sizeof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown) == 0x000038, "Wrong size on BPL_KenaHFSMUtils_C_AttemptLedgeGetDown"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, Target) == 0x000000, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::Target' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, __WorldContext) == 0x000008, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, ReturnValue) == 0x000010, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000020, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000028, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_AttemptLedgeGetDown, CallFunc_AttemptLedgeGrab_ReturnValue) == 0x000030, "Member 'BPL_KenaHFSMUtils_C_AttemptLedgeGetDown::CallFunc_AttemptLedgeGrab_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_KenaHFSMUtils_C_TrySetAttackState \ +static_assert(alignof(BPL_KenaHFSMUtils_C_TrySetAttackState) == 0x000008, "Wrong alignment on BPL_KenaHFSMUtils_C_TrySetAttackState"); \ +static_assert(sizeof(BPL_KenaHFSMUtils_C_TrySetAttackState) == 0x000130, "Wrong size on BPL_KenaHFSMUtils_C_TrySetAttackState"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, State) == 0x000000, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::State' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, InputAction) == 0x000008, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::InputAction' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, AllowStale) == 0x000009, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::AllowStale' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, PreferSuspendOverChange) == 0x00000A, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::PreferSuspendOverChange' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, __WorldContext) == 0x000010, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Success) == 0x000018, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Success' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable) == 0x000020, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, CallFunc_IsInputBuffered_ReturnValue) == 0x000028, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_1) == 0x000030, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_2) == 0x000038, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_3) == 0x000040, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_4) == 0x000048, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_5) == 0x000050, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_6) == 0x000058, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_7) == 0x000060, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_8) == 0x000068, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_9) == 0x000070, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_10) == 0x000078, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_11) == 0x000080, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_12) == 0x000088, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_13) == 0x000090, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_14) == 0x000098, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_15) == 0x0000A0, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_16) == 0x0000A8, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_17) == 0x0000B0, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_18) == 0x0000B8, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_19) == 0x0000C0, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_20) == 0x0000C8, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_21) == 0x0000D0, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_22) == 0x0000D8, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_23) == 0x0000E0, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_24) == 0x0000E8, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_25) == 0x0000F0, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_26) == 0x0000F8, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_27) == 0x000100, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_28) == 0x000108, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_class_Variable_29) == 0x000110, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_class_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, Temp_byte_Variable) == 0x000118, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, K2Node_Select_Default) == 0x000120, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, CallFunc_SuspendStateFor_ReturnValue) == 0x000128, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, CallFunc_ChangeStateTo_ReturnValue) == 0x000129, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_KenaHFSMUtils_C_TrySetAttackState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x00012A, "Member 'BPL_KenaHFSMUtils_C_TrySetAttackState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPL_KenaHFSMUtils_C \ +static_assert(alignof(UBPL_KenaHFSMUtils_C) == 0x000008, "Wrong alignment on UBPL_KenaHFSMUtils_C"); \ +static_assert(sizeof(UBPL_KenaHFSMUtils_C) == 0x000028, "Wrong size on UBPL_KenaHFSMUtils_C"); \ + +#define DUMPER7_ASSERTS_UHandHeld_Flutter_C \ +static_assert(alignof(UHandHeld_Flutter_C) == 0x000010, "Wrong alignment on UHandHeld_Flutter_C"); \ +static_assert(sizeof(UHandHeld_Flutter_C) == 0x0001B0, "Wrong size on UHandHeld_Flutter_C"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_NeutralSuperState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_NeutralSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_NeutralSuperState_C_HandleInputActionEvent) == 0x000005, "Wrong size on BP_NeutralSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_NeutralSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_NeutralSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_NeutralSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_NeutralSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_NeutralSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_HandleRotCollectionEvent \ +static_assert(alignof(BP_NeutralSuperState_C_HandleRotCollectionEvent) == 0x000008, "Wrong alignment on BP_NeutralSuperState_C_HandleRotCollectionEvent"); \ +static_assert(sizeof(BP_NeutralSuperState_C_HandleRotCollectionEvent) == 0x000030, "Wrong size on BP_NeutralSuperState_C_HandleRotCollectionEvent"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, NumCollected) == 0x000000, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::NumCollected' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, NumOwned) == 0x000004, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::NumOwned' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, FromOwner) == 0x000008, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, ReturnValue) == 0x000010, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollectionEvent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_NeutralSuperState_C_HandleRotCollectionEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_NeutralSuperState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_NeutralSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_NeutralSuperState_C_HandleNamedEvent) == 0x000070, "Wrong size on BP_NeutralSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_GetVelocity_ReturnValue) == 0x00001C, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_VSizeSquared_ReturnValue) == 0x000030, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_GetControlRotation_ReturnValue) == 0x000034, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_GetForwardVector_ReturnValue) == 0x000044, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_MakeVector_ReturnValue) == 0x000054, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_MakeRotFromZX_ReturnValue) == 0x000060, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleNamedEvent, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00006C, "Member 'BP_NeutralSuperState_C_HandleNamedEvent::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_HandleRotCollection \ +static_assert(alignof(BP_NeutralSuperState_C_HandleRotCollection) == 0x000008, "Wrong alignment on BP_NeutralSuperState_C_HandleRotCollection"); \ +static_assert(sizeof(BP_NeutralSuperState_C_HandleRotCollection) == 0x000008, "Wrong size on BP_NeutralSuperState_C_HandleRotCollection"); \ +static_assert(offsetof(BP_NeutralSuperState_C_HandleRotCollection, OverrideMontage) == 0x000000, "Member 'BP_NeutralSuperState_C_HandleRotCollection::OverrideMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_OnEnd \ +static_assert(alignof(BP_NeutralSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_NeutralSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_NeutralSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_NeutralSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_NeutralSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_NeutralSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_Update \ +static_assert(alignof(BP_NeutralSuperState_C_Update) == 0x000004, "Wrong alignment on BP_NeutralSuperState_C_Update"); \ +static_assert(sizeof(BP_NeutralSuperState_C_Update) == 0x000004, "Wrong size on BP_NeutralSuperState_C_Update"); \ +static_assert(offsetof(BP_NeutralSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_NeutralSuperState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState \ +static_assert(alignof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState) == 0x000008, "Wrong alignment on BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState"); \ +static_assert(sizeof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState) == 0x000050, "Wrong size on BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, EntryPoint) == 0x000000, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, K2Node_DynamicCast_AsKena_Controller) == 0x000010, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, K2Node_CustomEvent_OverrideMontage) == 0x000020, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::K2Node_CustomEvent_OverrideMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, K2Node_Event_NextState) == 0x000030, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x000038, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x000039, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x00003A, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x00003B, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_NotEqual_ClassClass_ReturnValue_2) == 0x00003C, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_NotEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000040, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_CancelActiveAdditiveMontage_ReturnValue) == 0x000049, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_CancelActiveAdditiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, CallFunc_BooleanAND_ReturnValue_1) == 0x00004A, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState, K2Node_Event_DeltaTime) == 0x00004C, "Member 'BP_NeutralSuperState_C_ExecuteUbergraph_BP_NeutralSuperState::K2Node_Event_DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NeutralSuperState_C \ +static_assert(alignof(UBP_NeutralSuperState_C) == 0x000008, "Wrong alignment on UBP_NeutralSuperState_C"); \ +static_assert(sizeof(UBP_NeutralSuperState_C) == 0x000158, "Wrong size on UBP_NeutralSuperState_C"); \ +static_assert(offsetof(UBP_NeutralSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_NeutralSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_NeutralSuperState_C, RotCollectMonatageArgs) == 0x000140, "Member 'UBP_NeutralSuperState_C::RotCollectMonatageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_LedgeMovementSuperState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_HandleInputActionEvent) == 0x000028, "Wrong size on BP_LedgeMovementSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, InputDown) == 0x000003, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::InputDown' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_IsInputBuffered_ReturnValue) == 0x000004, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000006, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_IsActionAllowed_ReturnValue) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000018, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000021, "Member 'BP_LedgeMovementSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_LedgeMovementSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_LedgeMovementSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_LedgeMovementSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_LedgeMovementSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_LedgeMovementSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_LedgeMovementSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LedgeMovementSuperState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_HandleInputStickEvent) == 0x000048, "Wrong size on BP_LedgeMovementSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, InputVector) == 0x000014, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::InputVector' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, CallFunc_BreakVector2D_X) == 0x000020, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x000028, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000035, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000040, "Member 'BP_LedgeMovementSuperState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_CanLeap \ +static_assert(alignof(BP_LedgeMovementSuperState_C_CanLeap) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_CanLeap"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_CanLeap) == 0x000028, "Wrong size on BP_LedgeMovementSuperState_C_CanLeap"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, ReturnValue) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_CanLeap::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000018, "Member 'BP_LedgeMovementSuperState_C_CanLeap::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LedgeMovementSuperState_C_CanLeap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000022, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_BooleanOR_ReturnValue) == 0x000025, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanLeap, CallFunc_BooleanAND_ReturnValue_1) == 0x000026, "Member 'BP_LedgeMovementSuperState_C_CanLeap::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_CanDrop \ +static_assert(alignof(BP_LedgeMovementSuperState_C_CanDrop) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_CanDrop"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_CanDrop) == 0x000018, "Wrong size on BP_LedgeMovementSuperState_C_CanDrop"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanDrop, ReturnValue) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_CanDrop::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanDrop, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeMovementSuperState_C_CanDrop::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_CanDrop, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_CanDrop::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_GetMantleInfo \ +static_assert(alignof(BP_LedgeMovementSuperState_C_GetMantleInfo) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_GetMantleInfo"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_GetMantleInfo) == 0x000068, "Wrong size on BP_LedgeMovementSuperState_C_GetMantleInfo"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, TraceLoc) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::TraceLoc' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CapsuleRadius) == 0x00000C, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CapsuleHeight) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CapsuleHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_GetActorUpVector_ReturnValue) == 0x000020, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_GetScaledCapsuleSize_OutRadius) == 0x00002C, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_GetScaledCapsuleSize_OutRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_GetScaledCapsuleSize_OutHalfHeight) == 0x000030, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_GetScaledCapsuleSize_OutHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000038, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000044, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_GetMantleInfo, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00005C, "Member 'BP_LedgeMovementSuperState_C_GetMantleInfo::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_Update \ +static_assert(alignof(BP_LedgeMovementSuperState_C_Update) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_Update"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_Update) == 0x000038, "Wrong size on BP_LedgeMovementSuperState_C_Update"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeMovementSuperState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_Update::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LedgeMovementSuperState_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, CallFunc_GetCharacter_ReturnValue_1) == 0x000020, "Member 'BP_LedgeMovementSuperState_C_Update::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000028, "Member 'BP_LedgeMovementSuperState_C_Update::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_Update, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_LedgeMovementSuperState_C_Update::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_OnStart \ +static_assert(alignof(BP_LedgeMovementSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeMovementSuperState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_OnEnd \ +static_assert(alignof(BP_LedgeMovementSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_LedgeMovementSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_OnResume \ +static_assert(alignof(BP_LedgeMovementSuperState_C_OnResume) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_OnResume"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_OnResume) == 0x000008, "Wrong size on BP_LedgeMovementSuperState_C_OnResume"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_OnResume, NextState) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState \ +static_assert(alignof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState) == 0x000008, "Wrong alignment on BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState"); \ +static_assert(sizeof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState) == 0x0000A8, "Wrong size on BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, EntryPoint) == 0x000000, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_Event_NextState_1) == 0x000008, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_IsInputBuffered_ReturnValue) == 0x000018, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_GetCharacter_ReturnValue_1) == 0x000020, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_Event_NextState) == 0x000038, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_GetCharacter_ReturnValue_2) == 0x000040, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_Event_PrevState) == 0x000048, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000051, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000054, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000070, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_GetComponentOnController_ReturnValue) == 0x000078, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000090, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_AddButtonToLegendWithCheck_ReturnValue) == 0x0000A0, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_AddButtonToLegendWithCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState, CallFunc_AddButtonToLegendWithCheck_ReturnValue_1) == 0x0000A1, "Member 'BP_LedgeMovementSuperState_C_ExecuteUbergraph_BP_LedgeMovementSuperState::CallFunc_AddButtonToLegendWithCheck_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeMovementSuperState_C \ +static_assert(alignof(UBP_LedgeMovementSuperState_C) == 0x000008, "Wrong alignment on UBP_LedgeMovementSuperState_C"); \ +static_assert(sizeof(UBP_LedgeMovementSuperState_C) == 0x0001C0, "Wrong size on UBP_LedgeMovementSuperState_C"); \ +static_assert(offsetof(UBP_LedgeMovementSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_LedgeMovementSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LedgeMovementSuperState_C, CanPulseLaunch) == 0x000140, "Member 'UBP_LedgeMovementSuperState_C::CanPulseLaunch' has a wrong offset!"); \ +static_assert(offsetof(UBP_LedgeMovementSuperState_C, ClimbingContext) == 0x000148, "Member 'UBP_LedgeMovementSuperState_C::ClimbingContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_HandleNamedEvent \ +static_assert(alignof(BP_SpiritShieldState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_SpiritShieldState_C_HandleNamedEvent) == 0x000028, "Wrong size on BP_SpiritShieldState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_SpiritShieldState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_SpiritShieldState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_SpiritShieldState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleNamedEvent, CallFunc_FindOrCreateCameraModifier_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldState_C_HandleNamedEvent::CallFunc_FindOrCreateCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleNamedEvent, K2Node_DynamicCast_AsCamera_Nudge_Modifier) == 0x000018, "Member 'BP_SpiritShieldState_C_HandleNamedEvent::K2Node_DynamicCast_AsCamera_Nudge_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleNamedEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SpiritShieldState_C_HandleNamedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_HandleInputActionEvent \ +static_assert(alignof(BP_SpiritShieldState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_SpiritShieldState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_SpiritShieldState_C_HandleInputActionEvent) == 0x000003, "Wrong size on BP_SpiritShieldState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_SpiritShieldState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_SpiritShieldState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_SpiritShieldState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_IsPerformingPulseIntro \ +static_assert(alignof(BP_SpiritShieldState_C_IsPerformingPulseIntro) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_IsPerformingPulseIntro"); \ +static_assert(sizeof(BP_SpiritShieldState_C_IsPerformingPulseIntro) == 0x000018, "Wrong size on BP_SpiritShieldState_C_IsPerformingPulseIntro"); \ +static_assert(offsetof(BP_SpiritShieldState_C_IsPerformingPulseIntro, ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_IsPerformingPulseIntro::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_IsPerformingPulseIntro, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldState_C_IsPerformingPulseIntro::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_IsPerformingPulseIntro, CallFunc_GetValue_OutValue) == 0x000010, "Member 'BP_SpiritShieldState_C_IsPerformingPulseIntro::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_IsPerformingPulseIntro, CallFunc_GetValue_ReturnValue) == 0x000014, "Member 'BP_SpiritShieldState_C_IsPerformingPulseIntro::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_IsPerformingPulseIntro, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000015, "Member 'BP_SpiritShieldState_C_IsPerformingPulseIntro::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_HandleStaggerEvent \ +static_assert(alignof(BP_SpiritShieldState_C_HandleStaggerEvent) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_HandleStaggerEvent"); \ +static_assert(sizeof(BP_SpiritShieldState_C_HandleStaggerEvent) == 0x000118, "Wrong size on BP_SpiritShieldState_C_HandleStaggerEvent"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'BP_SpiritShieldState_C_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleStaggerEvent, Strength) == 0x000110, "Member 'BP_SpiritShieldState_C_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'BP_SpiritShieldState_C_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_HandleStaggerEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x000112, "Member 'BP_SpiritShieldState_C_HandleStaggerEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_TrackCurrentTarget \ +static_assert(alignof(BP_SpiritShieldState_C_TrackCurrentTarget) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_TrackCurrentTarget"); \ +static_assert(sizeof(BP_SpiritShieldState_C_TrackCurrentTarget) == 0x000028, "Wrong size on BP_SpiritShieldState_C_TrackCurrentTarget"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TrackCurrentTarget, CallFunc_GetLockOnManager_ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_TrackCurrentTarget::CallFunc_GetLockOnManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TrackCurrentTarget, CallFunc_FindOrCreateCameraModifier_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldState_C_TrackCurrentTarget::CallFunc_FindOrCreateCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TrackCurrentTarget, CallFunc_GetCurrentTarget_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldState_C_TrackCurrentTarget::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TrackCurrentTarget, K2Node_DynamicCast_AsCamera_Nudge_Modifier) == 0x000018, "Member 'BP_SpiritShieldState_C_TrackCurrentTarget::K2Node_DynamicCast_AsCamera_Nudge_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TrackCurrentTarget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SpiritShieldState_C_TrackCurrentTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_DisableNudgeMod \ +static_assert(alignof(BP_SpiritShieldState_C_DisableNudgeMod) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_DisableNudgeMod"); \ +static_assert(sizeof(BP_SpiritShieldState_C_DisableNudgeMod) == 0x000020, "Wrong size on BP_SpiritShieldState_C_DisableNudgeMod"); \ +static_assert(offsetof(BP_SpiritShieldState_C_DisableNudgeMod, CallFunc_FindOrCreateCameraModifier_ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_DisableNudgeMod::CallFunc_FindOrCreateCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_DisableNudgeMod, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldState_C_DisableNudgeMod::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_DisableNudgeMod, K2Node_DynamicCast_AsCamera_Nudge_Modifier) == 0x000010, "Member 'BP_SpiritShieldState_C_DisableNudgeMod::K2Node_DynamicCast_AsCamera_Nudge_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_DisableNudgeMod, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SpiritShieldState_C_DisableNudgeMod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_TryLockOff \ +static_assert(alignof(BP_SpiritShieldState_C_TryLockOff) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_TryLockOff"); \ +static_assert(sizeof(BP_SpiritShieldState_C_TryLockOff) == 0x000008, "Wrong size on BP_SpiritShieldState_C_TryLockOff"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TryLockOff, CallFunc_GetLockOnManager_ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_TryLockOff::CallFunc_GetLockOnManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_TryLockOn \ +static_assert(alignof(BP_SpiritShieldState_C_TryLockOn) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_TryLockOn"); \ +static_assert(sizeof(BP_SpiritShieldState_C_TryLockOn) == 0x000018, "Wrong size on BP_SpiritShieldState_C_TryLockOn"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TryLockOn, CallFunc_GetLockOnManager_ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_TryLockOn::CallFunc_GetLockOnManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TryLockOn, CallFunc_TryLockOn_OutTarget) == 0x000008, "Member 'BP_SpiritShieldState_C_TryLockOn::CallFunc_TryLockOn_OutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_TryLockOn, CallFunc_TryLockOn_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldState_C_TryLockOn::CallFunc_TryLockOn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_GetLockOnManager \ +static_assert(alignof(BP_SpiritShieldState_C_GetLockOnManager) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_GetLockOnManager"); \ +static_assert(sizeof(BP_SpiritShieldState_C_GetLockOnManager) == 0x000018, "Wrong size on BP_SpiritShieldState_C_GetLockOnManager"); \ +static_assert(offsetof(BP_SpiritShieldState_C_GetLockOnManager, ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_GetLockOnManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_GetLockOnManager, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldState_C_GetLockOnManager::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_GetLockOnManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldState_C_GetLockOnManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_ExpireAttackInputs \ +static_assert(alignof(BP_SpiritShieldState_C_ExpireAttackInputs) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_ExpireAttackInputs"); \ +static_assert(sizeof(BP_SpiritShieldState_C_ExpireAttackInputs) == 0x000008, "Wrong size on BP_SpiritShieldState_C_ExpireAttackInputs"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExpireAttackInputs, CallFunc_GetComponentOnController_ReturnValue) == 0x000000, "Member 'BP_SpiritShieldState_C_ExpireAttackInputs::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_CanEnterState \ +static_assert(alignof(BP_SpiritShieldState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_CanEnterState"); \ +static_assert(sizeof(BP_SpiritShieldState_C_CanEnterState) == 0x000028, "Wrong size on BP_SpiritShieldState_C_CanEnterState"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_SpiritShieldState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_SpiritShieldState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x00000C, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000020, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000021, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_SpiritShieldState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_OnStart \ +static_assert(alignof(BP_SpiritShieldState_C_OnStart) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_OnStart"); \ +static_assert(sizeof(BP_SpiritShieldState_C_OnStart) == 0x000008, "Wrong size on BP_SpiritShieldState_C_OnStart"); \ +static_assert(offsetof(BP_SpiritShieldState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SpiritShieldState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_OnEnd \ +static_assert(alignof(BP_SpiritShieldState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_OnEnd"); \ +static_assert(sizeof(BP_SpiritShieldState_C_OnEnd) == 0x000008, "Wrong size on BP_SpiritShieldState_C_OnEnd"); \ +static_assert(offsetof(BP_SpiritShieldState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SpiritShieldState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_Update \ +static_assert(alignof(BP_SpiritShieldState_C_Update) == 0x000004, "Wrong alignment on BP_SpiritShieldState_C_Update"); \ +static_assert(sizeof(BP_SpiritShieldState_C_Update) == 0x000004, "Wrong size on BP_SpiritShieldState_C_Update"); \ +static_assert(offsetof(BP_SpiritShieldState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SpiritShieldState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState \ +static_assert(alignof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState) == 0x000008, "Wrong alignment on BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState"); \ +static_assert(sizeof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState) == 0x0001D8, "Wrong size on BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, EntryPoint) == 0x000000, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_Event_NextState) == 0x000018, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000020, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetLockOnManager_ReturnValue) == 0x000028, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetLockOnManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_HandleInputAction_ReturnValue) == 0x000030, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_TryLockOn_OutTarget) == 0x000038, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_TryLockOn_OutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_TryLockOn_ReturnValue) == 0x000040, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_TryLockOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetAbility_Ability) == 0x000048, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_HandleInputAction_ReturnValue_1) == 0x000050, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_HandleInputAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_MochiEnsure_ReturnValue) == 0x000051, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_Event_DeltaTime) == 0x000054, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetComponentOnController_ReturnValue) == 0x000058, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_IsStale) == 0x000060, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_ReturnValue) == 0x000061, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000068, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_IsStale_1) == 0x000070, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_IsStale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000071, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_IsStale_2) == 0x000072, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_IsStale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_ReturnValue_2) == 0x000073, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_IsStale_3) == 0x000074, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_IsStale_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_ReturnValue_3) == 0x000075, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_IsStale_4) == 0x000076, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_IsStale_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsInputBuffered_ReturnValue_4) == 0x000077, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsInputBuffered_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_ChangeStateTo_ReturnValue) == 0x000078, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000079, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000080, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetLockOnManager_ReturnValue_1) == 0x000090, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetLockOnManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetCurrentTarget_ReturnValue) == 0x0000A8, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsLockedOn_ReturnValue) == 0x0000E0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000E8, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_MochiEnsure_ReturnValue_1) == 0x0000F8, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetCharacter_ReturnValue) == 0x000100, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetCharacter_ReturnValue_1) == 0x000108, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000110, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000114, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000120, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x00012C, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_MakeRotFromZX_ReturnValue) == 0x000130, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00013C, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x000140, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetController_ReturnValue) == 0x000148, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000150, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_HasItem_ReturnValue) == 0x000159, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetComponentOnController_ReturnValue_3) == 0x000160, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetComponentOnController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_CreateDelegate_OutputDelegate) == 0x000168, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_AddButtonToLegend_ReturnValue) == 0x000178, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_AddButtonToLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000180, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000188, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetComponentOnController_ReturnValue_4) == 0x000190, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetComponentOnController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_IsPerformingPulseIntro_ReturnValue) == 0x000198, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_IsPerformingPulseIntro_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000199, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x0001A0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_HasItem_ReturnValue_1) == 0x0001A8, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_SetValueIfLower_ReturnValue) == 0x0001A9, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_SetValueIfLower_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0001B0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_GetController_ReturnValue_1) == 0x0001B8, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x0001C0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x0001C1, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_DynamicCast_AsKena_Controller) == 0x0001C8, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState, K2Node_DynamicCast_bSuccess_1) == 0x0001D0, "Member 'BP_SpiritShieldState_C_ExecuteUbergraph_BP_SpiritShieldState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpiritShieldState_C \ +static_assert(alignof(UBP_SpiritShieldState_C) == 0x000008, "Wrong alignment on UBP_SpiritShieldState_C"); \ +static_assert(sizeof(UBP_SpiritShieldState_C) == 0x000168, "Wrong size on UBP_SpiritShieldState_C"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, UberGraphFrame_BP_SpiritShieldState_C) == 0x000138, "Member 'UBP_SpiritShieldState_C::UberGraphFrame_BP_SpiritShieldState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, InitialUseControllerDesiredRotation) == 0x000140, "Member 'UBP_SpiritShieldState_C::InitialUseControllerDesiredRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, TrackedTarget) == 0x000148, "Member 'UBP_SpiritShieldState_C::TrackedTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, ShouldLockOn) == 0x000150, "Member 'UBP_SpiritShieldState_C::ShouldLockOn' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, ShouldPulseOnRelease) == 0x000151, "Member 'UBP_SpiritShieldState_C::ShouldPulseOnRelease' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, FramingConfig) == 0x000158, "Member 'UBP_SpiritShieldState_C::FramingConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldState_C, IntroTimerHandle) == 0x000160, "Member 'UBP_SpiritShieldState_C::IntroTimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_UpdateShieldMaxHealth \ +static_assert(alignof(Ability_SpiritShield_C_UpdateShieldMaxHealth) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_UpdateShieldMaxHealth"); \ +static_assert(sizeof(Ability_SpiritShield_C_UpdateShieldMaxHealth) == 0x000020, "Wrong size on Ability_SpiritShield_C_UpdateShieldMaxHealth"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_HasItem_ReturnValue_1) == 0x000011, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_SelectInt_ReturnValue) == 0x000014, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_SelectInt_ReturnValue_1) == 0x000018, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_UpdateShieldMaxHealth, CallFunc_Array_Get_Item) == 0x00001C, "Member 'Ability_SpiritShield_C_UpdateShieldMaxHealth::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_PopInvulnerability \ +static_assert(alignof(Ability_SpiritShield_C_PopInvulnerability) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_PopInvulnerability"); \ +static_assert(sizeof(Ability_SpiritShield_C_PopInvulnerability) == 0x000010, "Wrong size on Ability_SpiritShield_C_PopInvulnerability"); \ +static_assert(offsetof(Ability_SpiritShield_C_PopInvulnerability, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'Ability_SpiritShield_C_PopInvulnerability::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_PopInvulnerability, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_SpiritShield_C_PopInvulnerability::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_PushInvulnerability \ +static_assert(alignof(Ability_SpiritShield_C_PushInvulnerability) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_PushInvulnerability"); \ +static_assert(sizeof(Ability_SpiritShield_C_PushInvulnerability) == 0x000010, "Wrong size on Ability_SpiritShield_C_PushInvulnerability"); \ +static_assert(offsetof(Ability_SpiritShield_C_PushInvulnerability, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'Ability_SpiritShield_C_PushInvulnerability::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_PushInvulnerability, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_SpiritShield_C_PushInvulnerability::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_DealSelfDamage \ +static_assert(alignof(Ability_SpiritShield_C_DealSelfDamage) == 0x000010, "Wrong alignment on Ability_SpiritShield_C_DealSelfDamage"); \ +static_assert(sizeof(Ability_SpiritShield_C_DealSelfDamage) == 0x000230, "Wrong size on Ability_SpiritShield_C_DealSelfDamage"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, DamageConfig) == 0x000000, "Member 'Ability_SpiritShield_C_DealSelfDamage::DamageConfig' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, PushPopInvulnerability) == 0x000008, "Member 'Ability_SpiritShield_C_DealSelfDamage::PushPopInvulnerability' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, K2Node_DynamicCast_AsDamageable) == 0x000010, "Member 'Ability_SpiritShield_C_DealSelfDamage::K2Node_DynamicCast_AsDamageable' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Ability_SpiritShield_C_DealSelfDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, K2Node_MakeStruct_DamageParamsArguments) == 0x000030, "Member 'Ability_SpiritShield_C_DealSelfDamage::K2Node_MakeStruct_DamageParamsArguments' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, CallFunc_DealManualDamage_OutEvent) == 0x000110, "Member 'Ability_SpiritShield_C_DealSelfDamage::CallFunc_DealManualDamage_OutEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_DealSelfDamage, CallFunc_DealManualDamage_ReturnValue) == 0x000220, "Member 'Ability_SpiritShield_C_DealSelfDamage::CallFunc_DealManualDamage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_MarkInstigatorAsHit \ +static_assert(alignof(Ability_SpiritShield_C_MarkInstigatorAsHit) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_MarkInstigatorAsHit"); \ +static_assert(sizeof(Ability_SpiritShield_C_MarkInstigatorAsHit) == 0x000130, "Wrong size on Ability_SpiritShield_C_MarkInstigatorAsHit"); \ +static_assert(offsetof(Ability_SpiritShield_C_MarkInstigatorAsHit, MochiDamageEvent) == 0x000000, "Member 'Ability_SpiritShield_C_MarkInstigatorAsHit::MochiDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_MarkInstigatorAsHit, CallFunc_GetInstigator_ReturnValue) == 0x000110, "Member 'Ability_SpiritShield_C_MarkInstigatorAsHit::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_MarkInstigatorAsHit, CallFunc_GetComponentByClass_ReturnValue) == 0x000118, "Member 'Ability_SpiritShield_C_MarkInstigatorAsHit::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_MarkInstigatorAsHit, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000120, "Member 'Ability_SpiritShield_C_MarkInstigatorAsHit::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_MarkInstigatorAsHit, CallFunc_MarkHitboxGroupWithHit_ReturnValue) == 0x000128, "Member 'Ability_SpiritShield_C_MarkInstigatorAsHit::CallFunc_MarkHitboxGroupWithHit_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_HandleAnimNotify \ +static_assert(alignof(Ability_SpiritShield_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_SpiritShield_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_SpiritShield_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_SpiritShield_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_SpiritShield_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_SpiritShield_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_OnShieldBreak \ +static_assert(alignof(Ability_SpiritShield_C_OnShieldBreak) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_OnShieldBreak"); \ +static_assert(sizeof(Ability_SpiritShield_C_OnShieldBreak) == 0x000110, "Wrong size on Ability_SpiritShield_C_OnShieldBreak"); \ +static_assert(offsetof(Ability_SpiritShield_C_OnShieldBreak, DamageEvent) == 0x000000, "Member 'Ability_SpiritShield_C_OnShieldBreak::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_ReceiveEndPlay \ +static_assert(alignof(Ability_SpiritShield_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Ability_SpiritShield_C_ReceiveEndPlay"); \ +static_assert(sizeof(Ability_SpiritShield_C_ReceiveEndPlay) == 0x000001, "Wrong size on Ability_SpiritShield_C_ReceiveEndPlay"); \ +static_assert(offsetof(Ability_SpiritShield_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Ability_SpiritShield_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_OnShieldBlock \ +static_assert(alignof(Ability_SpiritShield_C_OnShieldBlock) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_OnShieldBlock"); \ +static_assert(sizeof(Ability_SpiritShield_C_OnShieldBlock) == 0x000110, "Wrong size on Ability_SpiritShield_C_OnShieldBlock"); \ +static_assert(offsetof(Ability_SpiritShield_C_OnShieldBlock, DamageEvent) == 0x000000, "Member 'Ability_SpiritShield_C_OnShieldBlock::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_OnEndChanneling \ +static_assert(alignof(Ability_SpiritShield_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_SpiritShield_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_SpiritShield_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_SpiritShield_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_SpiritShield_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_SpiritShield_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_HandleShieldHealthChanged \ +static_assert(alignof(Ability_SpiritShield_C_HandleShieldHealthChanged) == 0x000004, "Wrong alignment on Ability_SpiritShield_C_HandleShieldHealthChanged"); \ +static_assert(sizeof(Ability_SpiritShield_C_HandleShieldHealthChanged) == 0x000014, "Wrong size on Ability_SpiritShield_C_HandleShieldHealthChanged"); \ +static_assert(offsetof(Ability_SpiritShield_C_HandleShieldHealthChanged, ItemTag) == 0x000000, "Member 'Ability_SpiritShield_C_HandleShieldHealthChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_HandleShieldHealthChanged, CurrentCount) == 0x000008, "Member 'Ability_SpiritShield_C_HandleShieldHealthChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_HandleShieldHealthChanged, PreviousCount) == 0x00000C, "Member 'Ability_SpiritShield_C_HandleShieldHealthChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_HandleShieldHealthChanged, MaxCount) == 0x000010, "Member 'Ability_SpiritShield_C_HandleShieldHealthChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield \ +static_assert(alignof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield) == 0x000010, "Wrong alignment on Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield"); \ +static_assert(sizeof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield) == 0x0003B0, "Wrong size on Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, EntryPoint) == 0x000000, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetIsShieldBroken_IsBroken) == 0x000004, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetIsShieldBroken_IsBroken' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CustomEvent_DamageEvent_1) == 0x000008, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CustomEvent_DamageEvent_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_Event_EndPlayReason) == 0x000119, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000120, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetComponentByClass_ReturnValue) == 0x000128, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000130, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetTransform_ReturnValue) == 0x000140, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_K2_AddActorLocalTransform_SweepHitResult) == 0x000170, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_K2_AddActorLocalTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_Event_EventName) == 0x0001F8, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000200, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_SwitchName_CmpSuccess) == 0x000208, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_FinishSpawningActor_ReturnValue) == 0x000210, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CreateDelegate_OutputDelegate) == 0x000218, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CreateDelegate_OutputDelegate_1) == 0x000228, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CreateDelegate_OutputDelegate_2) == 0x000238, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_Complete_ReturnValue) == 0x000248, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CustomEvent_DamageEvent) == 0x000250, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000360, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000368, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_Event_Reason) == 0x000370, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_HandleDamageResponse_ReturnValue) == 0x000371, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_HandleDamageResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_SwitchEnum_CmpSuccess) == 0x000372, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetInstigator_ReturnValue) == 0x000378, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000380, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CustomEvent_ItemTag) == 0x000388, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CustomEvent_ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CustomEvent_CurrentCount) == 0x000390, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CustomEvent_CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CustomEvent_PreviousCount) == 0x000394, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CustomEvent_PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, K2Node_CustomEvent_MaxCount) == 0x000398, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::K2Node_CustomEvent_MaxCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetOwner_ReturnValue) == 0x0003A0, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0003A8, "Member 'Ability_SpiritShield_C_ExecuteUbergraph_Ability_SpiritShield::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_GetShieldMaxHealth \ +static_assert(alignof(Ability_SpiritShield_C_GetShieldMaxHealth) == 0x000004, "Wrong alignment on Ability_SpiritShield_C_GetShieldMaxHealth"); \ +static_assert(sizeof(Ability_SpiritShield_C_GetShieldMaxHealth) == 0x000008, "Wrong size on Ability_SpiritShield_C_GetShieldMaxHealth"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldMaxHealth, MaxHealth) == 0x000000, "Member 'Ability_SpiritShield_C_GetShieldMaxHealth::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldMaxHealth, CallFunc_Get_ShieldHealthMax_MaxHealth) == 0x000004, "Member 'Ability_SpiritShield_C_GetShieldMaxHealth::CallFunc_Get_ShieldHealthMax_MaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_GetIsShieldBroken \ +static_assert(alignof(Ability_SpiritShield_C_GetIsShieldBroken) == 0x000004, "Wrong alignment on Ability_SpiritShield_C_GetIsShieldBroken"); \ +static_assert(sizeof(Ability_SpiritShield_C_GetIsShieldBroken) == 0x000010, "Wrong size on Ability_SpiritShield_C_GetIsShieldBroken"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetIsShieldBroken, IsBroken) == 0x000000, "Member 'Ability_SpiritShield_C_GetIsShieldBroken::IsBroken' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetIsShieldBroken, CallFunc_GetShieldHealth_Health) == 0x000004, "Member 'Ability_SpiritShield_C_GetIsShieldBroken::CallFunc_GetShieldHealth_Health' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetIsShieldBroken, CallFunc_GetShieldHealth_Percent) == 0x000008, "Member 'Ability_SpiritShield_C_GetIsShieldBroken::CallFunc_GetShieldHealth_Percent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetIsShieldBroken, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'Ability_SpiritShield_C_GetIsShieldBroken::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_CanActivateAbility \ +static_assert(alignof(Ability_SpiritShield_C_CanActivateAbility) == 0x000004, "Wrong alignment on Ability_SpiritShield_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_SpiritShield_C_CanActivateAbility) == 0x000010, "Wrong size on Ability_SpiritShield_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_SpiritShield_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_SpiritShield_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_CanActivateAbility, CallFunc_GetShieldHealth_Health) == 0x000004, "Member 'Ability_SpiritShield_C_CanActivateAbility::CallFunc_GetShieldHealth_Health' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_CanActivateAbility, CallFunc_GetShieldHealth_Percent) == 0x000008, "Member 'Ability_SpiritShield_C_CanActivateAbility::CallFunc_GetShieldHealth_Percent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x00000C, "Member 'Ability_SpiritShield_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_CanActivateAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000D, "Member 'Ability_SpiritShield_C_CanActivateAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'Ability_SpiritShield_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SpiritShield_C_GetShieldHealth \ +static_assert(alignof(Ability_SpiritShield_C_GetShieldHealth) == 0x000008, "Wrong alignment on Ability_SpiritShield_C_GetShieldHealth"); \ +static_assert(sizeof(Ability_SpiritShield_C_GetShieldHealth) == 0x000028, "Wrong size on Ability_SpiritShield_C_GetShieldHealth"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, Health) == 0x000000, "Member 'Ability_SpiritShield_C_GetShieldHealth::Health' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, Percent) == 0x000004, "Member 'Ability_SpiritShield_C_GetShieldHealth::Percent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, CallFunc_GetResources_ReturnValue) == 0x000008, "Member 'Ability_SpiritShield_C_GetShieldHealth::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Ability_SpiritShield_C_GetShieldHealth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000014, "Member 'Ability_SpiritShield_C_GetShieldHealth::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000018, "Member 'Ability_SpiritShield_C_GetShieldHealth::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, CallFunc_TryGetResource_ResourceCount) == 0x00001C, "Member 'Ability_SpiritShield_C_GetShieldHealth::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SpiritShield_C_GetShieldHealth, CallFunc_TryGetResource_ReturnValue) == 0x000020, "Member 'Ability_SpiritShield_C_GetShieldHealth::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_SpiritShield_C \ +static_assert(alignof(AAbility_SpiritShield_C) == 0x000010, "Wrong alignment on AAbility_SpiritShield_C"); \ +static_assert(sizeof(AAbility_SpiritShield_C) == 0x000360, "Wrong size on AAbility_SpiritShield_C"); \ +static_assert(offsetof(AAbility_SpiritShield_C, UberGraphFrame) == 0x000310, "Member 'AAbility_SpiritShield_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, DefaultSceneRoot) == 0x000318, "Member 'AAbility_SpiritShield_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, ShieldClass) == 0x000320, "Member 'AAbility_SpiritShield_C::ShieldClass' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, Shield) == 0x000328, "Member 'AAbility_SpiritShield_C::Shield' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, EnableOnStart) == 0x000330, "Member 'AAbility_SpiritShield_C::EnableOnStart' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, MinShieldHealthPercentToActivate) == 0x000334, "Member 'AAbility_SpiritShield_C::MinShieldHealthPercentToActivate' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, ShieldBreakSelfDamageConfig) == 0x000338, "Member 'AAbility_SpiritShield_C::ShieldBreakSelfDamageConfig' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, ShieldHealthLevelToValue) == 0x000340, "Member 'AAbility_SpiritShield_C::ShieldHealthLevelToValue' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SpiritShield_C, OnShieldBroken) == 0x000350, "Member 'AAbility_SpiritShield_C::OnShieldBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AnimSpawnAsset_Notify_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimSpawnAsset_Notify_C \ +static_assert(alignof(UBP_AnimSpawnAsset_Notify_C) == 0x000008, "Wrong alignment on UBP_AnimSpawnAsset_Notify_C"); \ +static_assert(sizeof(UBP_AnimSpawnAsset_Notify_C) == 0x000098, "Wrong size on UBP_AnimSpawnAsset_Notify_C"); \ +static_assert(offsetof(UBP_AnimSpawnAsset_Notify_C, SpawnAsset) == 0x000088, "Member 'UBP_AnimSpawnAsset_Notify_C::SpawnAsset' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimSpawnAsset_Notify_C, Socket) == 0x000090, "Member 'UBP_AnimSpawnAsset_Notify_C::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_HandleNamedEvent \ +static_assert(alignof(BP_DashState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_DashState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_DashState_C_HandleNamedEvent) == 0x000058, "Wrong size on BP_DashState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_DashState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_DashState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, K2Node_MakeStruct_PlayMontageArgs) == 0x00000C, "Member 'BP_DashState_C_HandleNamedEvent::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000024, "Member 'BP_DashState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, K2Node_MakeStruct_PlayMontageArgs_1) == 0x000028, "Member 'BP_DashState_C_HandleNamedEvent::K2Node_MakeStruct_PlayMontageArgs_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000040, "Member 'BP_DashState_C_HandleNamedEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000048, "Member 'BP_DashState_C_HandleNamedEvent::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, CallFunc_PlayWithArgs_ReturnValue) == 0x000050, "Member 'BP_DashState_C_HandleNamedEvent::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleNamedEvent, CallFunc_PlayWithArgs_ReturnValue_1) == 0x000054, "Member 'BP_DashState_C_HandleNamedEvent::CallFunc_PlayWithArgs_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_HandleInputActionEvent \ +static_assert(alignof(BP_DashState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_DashState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_DashState_C_HandleInputActionEvent) == 0x000006, "Wrong size on BP_DashState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_DashState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_DashState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_DashState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_DashState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleInputActionEvent, CallFunc_IsInputBuffered_ReturnValue) == 0x000003, "Member 'BP_DashState_C_HandleInputActionEvent::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_DashState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_DashState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_HandleAnimEvent \ +static_assert(alignof(BP_DashState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_DashState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_DashState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_DashState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_DashState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_DashState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_DashState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_DashState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_DashState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_GetTargetPlane \ +static_assert(alignof(BP_DashState_C_GetTargetPlane) == 0x000010, "Wrong alignment on BP_DashState_C_GetTargetPlane"); \ +static_assert(sizeof(BP_DashState_C_GetTargetPlane) == 0x000090, "Wrong size on BP_DashState_C_GetTargetPlane"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, Character) == 0x000000, "Member 'BP_DashState_C_GetTargetPlane::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, ActorLocation) == 0x000008, "Member 'BP_DashState_C_GetTargetPlane::ActorLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, ReturnValue) == 0x000020, "Member 'BP_DashState_C_GetTargetPlane::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_GetCharacter_ReturnValue) == 0x000030, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000044, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_Normal_ReturnValue) == 0x000054, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_Add_VectorVector_ReturnValue) == 0x00006C, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTargetPlane, CallFunc_MakePlaneFromPointAndNormal_ReturnValue) == 0x000080, "Member 'BP_DashState_C_GetTargetPlane::CallFunc_MakePlaneFromPointAndNormal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_GetTarget \ +static_assert(alignof(BP_DashState_C_GetTarget) == 0x000010, "Wrong alignment on BP_DashState_C_GetTarget"); \ +static_assert(sizeof(BP_DashState_C_GetTarget) == 0x000220, "Wrong size on BP_DashState_C_GetTarget"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, SearchDirection) == 0x000000, "Member 'BP_DashState_C_GetTarget::SearchDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, BestDistance) == 0x00000C, "Member 'BP_DashState_C_GetTarget::BestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_DashState_C_GetTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_DashState_C_GetTarget::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_IsLockedOn_ReturnValue) == 0x000020, "Member 'BP_DashState_C_GetTarget::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetCurrentTarget_ReturnValue) == 0x000028, "Member 'BP_DashState_C_GetTarget::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'BP_DashState_C_GetTarget::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_DashState_C_GetTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_DashState_C_GetTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_DashState_C_GetTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetCharacter_ReturnValue) == 0x000040, "Member 'BP_DashState_C_GetTarget::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, Temp_object_Variable) == 0x000058, "Member 'BP_DashState_C_GetTarget::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000068, "Member 'BP_DashState_C_GetTarget::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_DegCos_ReturnValue) == 0x000070, "Member 'BP_DashState_C_GetTarget::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000074, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000080, "Member 'BP_DashState_C_GetTarget::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000088, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BreakVector_X) == 0x000094, "Member 'BP_DashState_C_GetTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BreakVector_Y) == 0x000098, "Member 'BP_DashState_C_GetTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BreakVector_Z) == 0x00009C, "Member 'BP_DashState_C_GetTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000A0, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetTargetPlane_ReturnValue) == 0x0000B0, "Member 'BP_DashState_C_GetTarget::CallFunc_GetTargetPlane_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_DashState_C_GetTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_DashState_C_GetTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, Temp_int_Loop_Counter_Variable_1) == 0x0000C8, "Member 'BP_DashState_C_GetTarget::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000CC, "Member 'BP_DashState_C_GetTarget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, Temp_int_Array_Index_Variable_1) == 0x0000D0, "Member 'BP_DashState_C_GetTarget::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000D8, "Member 'BP_DashState_C_GetTarget::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'BP_DashState_C_GetTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_DashState_C_GetTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0000F4, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'BP_DashState_C_GetTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000104, "Member 'BP_DashState_C_GetTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Vector_CosineAngle2D_ReturnValue) == 0x000110, "Member 'BP_DashState_C_GetTarget::CallFunc_Vector_CosineAngle2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000114, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000120, "Member 'BP_DashState_C_GetTarget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BreakVector_X_1) == 0x000124, "Member 'BP_DashState_C_GetTarget::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BreakVector_Y_1) == 0x000128, "Member 'BP_DashState_C_GetTarget::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BreakVector_Z_1) == 0x00012C, "Member 'BP_DashState_C_GetTarget::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000130, "Member 'BP_DashState_C_GetTarget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetDistanceTo_ReturnValue) == 0x000134, "Member 'BP_DashState_C_GetTarget::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Abs_ReturnValue) == 0x000138, "Member 'BP_DashState_C_GetTarget::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00013C, "Member 'BP_DashState_C_GetTarget::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x00013D, "Member 'BP_DashState_C_GetTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00013E, "Member 'BP_DashState_C_GetTarget::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BooleanAND_ReturnValue_1) == 0x00013F, "Member 'BP_DashState_C_GetTarget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000140, "Member 'BP_DashState_C_GetTarget::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_BooleanAND_ReturnValue_2) == 0x000141, "Member 'BP_DashState_C_GetTarget::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000144, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000150, "Member 'BP_DashState_C_GetTarget::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Multiply_VectorVector_ReturnValue) == 0x00015C, "Member 'BP_DashState_C_GetTarget::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_MakePlaneFromPointAndNormal_ReturnValue) == 0x000170, "Member 'BP_DashState_C_GetTarget::CallFunc_MakePlaneFromPointAndNormal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_IsValid_ReturnValue_1) == 0x000180, "Member 'BP_DashState_C_GetTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000184, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetTargetPlane_ReturnValue_1) == 0x000190, "Member 'BP_DashState_C_GetTarget::CallFunc_GetTargetPlane_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetCharacter_ReturnValue_1) == 0x0001A0, "Member 'BP_DashState_C_GetTarget::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetCharacter_ReturnValue_2) == 0x0001A8, "Member 'BP_DashState_C_GetTarget::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, K2Node_MakeArray_Array) == 0x0001B0, "Member 'BP_DashState_C_GetTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x0001C0, "Member 'BP_DashState_C_GetTarget::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_MultiCone2DTraceForCharacters_OutCharacters) == 0x0001D0, "Member 'BP_DashState_C_GetTarget::CallFunc_MultiCone2DTraceForCharacters_OutCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_MultiCone2DTraceForCharacters_ReturnValue) == 0x0001E0, "Member 'BP_DashState_C_GetTarget::CallFunc_MultiCone2DTraceForCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Array_Length_ReturnValue_1) == 0x0001E4, "Member 'BP_DashState_C_GetTarget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Array_Get_Item_1) == 0x0001E8, "Member 'BP_DashState_C_GetTarget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F0, "Member 'BP_DashState_C_GetTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, K2Node_DynamicCast_AsLock_Onable) == 0x0001F8, "Member 'BP_DashState_C_GetTarget::K2Node_DynamicCast_AsLock_Onable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, K2Node_DynamicCast_bSuccess_1) == 0x000208, "Member 'BP_DashState_C_GetTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_CanBeSoftLockedOnTo_ReturnValue) == 0x000209, "Member 'BP_DashState_C_GetTarget::CallFunc_CanBeSoftLockedOnTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_GetDistanceTo_ReturnValue_1) == 0x00020C, "Member 'BP_DashState_C_GetTarget::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_GetTarget, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000210, "Member 'BP_DashState_C_GetTarget::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_CanEnterState \ +static_assert(alignof(BP_DashState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_DashState_C_CanEnterState"); \ +static_assert(sizeof(BP_DashState_C_CanEnterState) == 0x000028, "Wrong size on BP_DashState_C_CanEnterState"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_DashState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_DashState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_DashState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_DashState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000020, "Member 'BP_DashState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_IsMovingOnGround_ReturnValue) == 0x000021, "Member 'BP_DashState_C_CanEnterState::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000022, "Member 'BP_DashState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'BP_DashState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x000024, "Member 'BP_DashState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_OnStart \ +static_assert(alignof(BP_DashState_C_OnStart) == 0x000008, "Wrong alignment on BP_DashState_C_OnStart"); \ +static_assert(sizeof(BP_DashState_C_OnStart) == 0x000008, "Wrong size on BP_DashState_C_OnStart"); \ +static_assert(offsetof(BP_DashState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DashState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_OnEnd \ +static_assert(alignof(BP_DashState_C_OnEnd) == 0x000008, "Wrong alignment on BP_DashState_C_OnEnd"); \ +static_assert(sizeof(BP_DashState_C_OnEnd) == 0x000008, "Wrong size on BP_DashState_C_OnEnd"); \ +static_assert(offsetof(BP_DashState_C_OnEnd, NextState) == 0x000000, "Member 'BP_DashState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_OnSuspend \ +static_assert(alignof(BP_DashState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_DashState_C_OnSuspend"); \ +static_assert(sizeof(BP_DashState_C_OnSuspend) == 0x000008, "Wrong size on BP_DashState_C_OnSuspend"); \ +static_assert(offsetof(BP_DashState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_DashState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_OnResume \ +static_assert(alignof(BP_DashState_C_OnResume) == 0x000008, "Wrong alignment on BP_DashState_C_OnResume"); \ +static_assert(sizeof(BP_DashState_C_OnResume) == 0x000008, "Wrong size on BP_DashState_C_OnResume"); \ +static_assert(offsetof(BP_DashState_C_OnResume, NextState) == 0x000000, "Member 'BP_DashState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_Update \ +static_assert(alignof(BP_DashState_C_Update) == 0x000004, "Wrong alignment on BP_DashState_C_Update"); \ +static_assert(sizeof(BP_DashState_C_Update) == 0x000004, "Wrong size on BP_DashState_C_Update"); \ +static_assert(offsetof(BP_DashState_C_Update, DeltaTime) == 0x000000, "Member 'BP_DashState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashState_C_ExecuteUbergraph_BP_DashState \ +static_assert(alignof(BP_DashState_C_ExecuteUbergraph_BP_DashState) == 0x000008, "Wrong alignment on BP_DashState_C_ExecuteUbergraph_BP_DashState"); \ +static_assert(sizeof(BP_DashState_C_ExecuteUbergraph_BP_DashState) == 0x000310, "Wrong size on BP_DashState_C_ExecuteUbergraph_BP_DashState"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, EntryPoint) == 0x000000, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Event_DeltaTime) == 0x000010, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_DynamicCast_AsAbility_Dash) == 0x000018, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_DynamicCast_AsAbility_Dash' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000030, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue) == 0x000038, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetCharacter_ReturnValue) == 0x000040, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000048, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetCharacter_ReturnValue_1) == 0x000050, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Stop_ReturnValue) == 0x000058, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000059, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00005A, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Event_NextState) == 0x000060, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000068, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorVector_ReturnValue) == 0x00007C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x000088, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000090, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnCharacter_ReturnValue_4) == 0x000098, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Event_PrevState) == 0x0000A0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Event_NextState_1) == 0x0000A8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000B0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Event_PrevState_1) == 0x0000B8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetAbility_Ability_1) == 0x0000C0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetAbility_Ability_2) == 0x0000C8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_HandleInputAction_ReturnValue) == 0x0000D0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_HandleInputAction_ReturnValue_1) == 0x0000D1, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_HandleInputAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Not_PreBool_ReturnValue) == 0x0000D2, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_BooleanAND_ReturnValue) == 0x0000D3, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x0000D4, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000D8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0000E0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000E8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnController_ReturnValue) == 0x0000F8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000100, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_PollActions_ReturnValue) == 0x000110, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000124, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_name_Variable) == 0x000130, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_FindLookAtRotation_ReturnValue) == 0x000138, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000144, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetPlayerController_ReturnValue) == 0x000148, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_InputAxisToCameraSpace_CameraSpaceInput) == 0x000158, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_InputAxisToCameraSpace_CameraSpaceInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000168, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x000170, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetInputStick_ReturnValue) == 0x00017C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetInputStick_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_name_Variable_1) == 0x000184, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_VSize2D_ReturnValue) == 0x00018C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000190, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_InputAxisToCameraSpace_CameraSpaceInput_1) == 0x000194, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_InputAxisToCameraSpace_CameraSpaceInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x0001A0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsValid_ReturnValue_1) == 0x0001AC, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetCharacter_ReturnValue_2) == 0x0001B0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001B8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorVector_ReturnValue_5) == 0x0001C4, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_SignedDistanceToPlane_ReturnValue) == 0x0001D0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_SignedDistanceToPlane_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0001D4, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x0001E0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x0001E1, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_bool_Variable) == 0x0001E2, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsInputBuffered_ReturnValue) == 0x0001E3, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x0001E4, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x0001E5, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_name_Variable_2) == 0x0001E8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_name_Variable_3) == 0x0001F0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x0001F8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_bool_Variable_1) == 0x0001F9, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_8) == 0x0001FA, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001FB, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000200, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000208, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_float_Variable) == 0x00020C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_int_Array_Index_Variable) == 0x000210, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Array_Get_Item) == 0x000214, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_SwitchEnum_CmpSuccess) == 0x000215, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_bool_Variable_2) == 0x000216, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_bool_Variable_3) == 0x000217, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Select_Default) == 0x000218, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Select_Default_1) == 0x00021C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Less_FloatFloat_ReturnValue) == 0x000228, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, Temp_int_Loop_Counter_Variable) == 0x00022C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetCharacter_ReturnValue_3) == 0x000230, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetActorForwardVector_ReturnValue) == 0x000238, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Less_IntInt_ReturnValue) == 0x000244, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Add_IntInt_ReturnValue) == 0x000248, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_9) == 0x00024C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000250, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_MakeVector_ReturnValue) == 0x00025C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_MakeRotFromXZ_ReturnValue) == 0x000268, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsValid_ReturnValue_2) == 0x000274, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_K2_SetActorRotation_ReturnValue_2) == 0x000275, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_K2_SetActorRotation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_ChangeStateTo_ReturnValue_10) == 0x000276, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_ChangeStateTo_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_BooleanAND_ReturnValue_1) == 0x000277, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000278, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Select_Default_2) == 0x00027C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_MakeStruct_PlayMontageArgs) == 0x000284, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsInputBuffered_ReturnValue_2) == 0x00029C, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_PlayWithArgs_ReturnValue) == 0x0002A0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsValid_ReturnValue_3) == 0x0002A4, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetAbility_Ability_3) == 0x0002A8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetAbility_Ability_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_BooleanAND_ReturnValue_2) == 0x0002B0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_DynamicCast_AsAbility_Dash_1) == 0x0002B8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_DynamicCast_AsAbility_Dash_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_DynamicCast_bSuccess_1) == 0x0002C0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_Select_Default_3) == 0x0002C4, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsValid_ReturnValue_4) == 0x0002CC, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, K2Node_MakeStruct_PlayMontageArgs_1) == 0x0002D0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::K2Node_MakeStruct_PlayMontageArgs_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_PlayWithArgs_ReturnValue_1) == 0x0002E8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_PlayWithArgs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0002EC, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetComponentOnCharacter_ReturnValue_5) == 0x0002F0, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetComponentOnCharacter_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_FindAbilityByClass_ReturnValue) == 0x0002F8, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_IsInputBuffered_ReturnValue_3) == 0x000300, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_IsInputBuffered_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DashState_C_ExecuteUbergraph_BP_DashState, CallFunc_GetResources_ReturnValue) == 0x000308, "Member 'BP_DashState_C_ExecuteUbergraph_BP_DashState::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DashState_C \ +static_assert(alignof(UBP_DashState_C) == 0x000010, "Wrong alignment on UBP_DashState_C"); \ +static_assert(sizeof(UBP_DashState_C) == 0x000190, "Wrong size on UBP_DashState_C"); \ +static_assert(offsetof(UBP_DashState_C, UberGraphFrame_BP_DashState_C) == 0x000138, "Member 'UBP_DashState_C::UberGraphFrame_BP_DashState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, PreviousCollisionType) == 0x000140, "Member 'UBP_DashState_C::PreviousCollisionType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, BeganSliding) == 0x000141, "Member 'UBP_DashState_C::BeganSliding' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, AllowFall) == 0x000142, "Member 'UBP_DashState_C::AllowFall' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, TargetLocation) == 0x000144, "Member 'UBP_DashState_C::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, HasTarget) == 0x000150, "Member 'UBP_DashState_C::HasTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, TargetSearchDistance) == 0x000154, "Member 'UBP_DashState_C::TargetSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, DashAttackDistance) == 0x000158, "Member 'UBP_DashState_C::DashAttackDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, TargetCharacter) == 0x000160, "Member 'UBP_DashState_C::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, TargetPlane) == 0x000170, "Member 'UBP_DashState_C::TargetPlane' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, DashIntoFallSpeed) == 0x000180, "Member 'UBP_DashState_C::DashIntoFallSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_DashState_C, ModifiedDash) == 0x000184, "Member 'UBP_DashState_C::ModifiedDash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_HandleNamedEvent \ +static_assert(alignof(BP_PulseState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_PulseState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_PulseState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_PulseState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_PulseState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_PulseState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_PulseState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_PulseState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_PulseState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000B, "Member 'BP_PulseState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_HandleInputActionEvent \ +static_assert(alignof(BP_PulseState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_PulseState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_PulseState_C_HandleInputActionEvent) == 0x000005, "Wrong size on BP_PulseState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_PulseState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_PulseState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_PulseState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_PulseState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_PulseState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_HandleAnimEvent \ +static_assert(alignof(BP_PulseState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_PulseState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_PulseState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_PulseState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_PulseState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_PulseState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_PulseState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_PulseState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_ChangeToIdleOrPrepared \ +static_assert(alignof(BP_PulseState_C_ChangeToIdleOrPrepared) == 0x000008, "Wrong alignment on BP_PulseState_C_ChangeToIdleOrPrepared"); \ +static_assert(sizeof(BP_PulseState_C_ChangeToIdleOrPrepared) == 0x0000A0, "Wrong size on BP_PulseState_C_ChangeToIdleOrPrepared"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, reason) == 0x000000, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::reason' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, Temp_bool_Variable) == 0x000010, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, Temp_class_Variable) == 0x000018, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, Temp_class_Variable_1) == 0x000020, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000028, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_IsInCombat_ReturnValue) == 0x000030, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, K2Node_Select_Default) == 0x000038, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_GetClassDisplayName_ReturnValue) == 0x000040, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_ChangeStateTo_ReturnValue) == 0x000050, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ChangeToIdleOrPrepared, CallFunc_MochiEnsure_ReturnValue) == 0x000098, "Member 'BP_PulseState_C_ChangeToIdleOrPrepared::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_GetRotPulseAbility \ +static_assert(alignof(BP_PulseState_C_GetRotPulseAbility) == 0x000008, "Wrong alignment on BP_PulseState_C_GetRotPulseAbility"); \ +static_assert(sizeof(BP_PulseState_C_GetRotPulseAbility) == 0x000048, "Wrong size on BP_PulseState_C_GetRotPulseAbility"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, IsSummoned) == 0x000000, "Member 'BP_PulseState_C_GetRotPulseAbility::IsSummoned' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, Ability_0) == 0x000008, "Member 'BP_PulseState_C_GetRotPulseAbility::Ability_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_GetRotCloud_ReturnValue) == 0x000018, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_GetNumRots_ReturnValue) == 0x000030, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_FindAbilityByClass_ReturnValue) == 0x000038, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_GetIsSummoned_ReturnValue) == 0x000041, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_GetRotPulseAbility, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'BP_PulseState_C_GetRotPulseAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_ActivateAbility \ +static_assert(alignof(BP_PulseState_C_ActivateAbility) == 0x000001, "Wrong alignment on BP_PulseState_C_ActivateAbility"); \ +static_assert(sizeof(BP_PulseState_C_ActivateAbility) == 0x000001, "Wrong size on BP_PulseState_C_ActivateAbility"); \ +static_assert(offsetof(BP_PulseState_C_ActivateAbility, CallFunc_Activate_ReturnValue) == 0x000000, "Member 'BP_PulseState_C_ActivateAbility::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_CanEnterState \ +static_assert(alignof(BP_PulseState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_PulseState_C_CanEnterState"); \ +static_assert(sizeof(BP_PulseState_C_CanEnterState) == 0x000030, "Wrong size on BP_PulseState_C_CanEnterState"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_PulseState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_PulseState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_PulseState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, CallFunc_CanEnterState_ReturnValue) == 0x000018, "Member 'BP_PulseState_C_CanEnterState::CallFunc_CanEnterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, CallFunc_FindAbilityByClass_ReturnValue) == 0x000020, "Member 'BP_PulseState_C_CanEnterState::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_PulseState_C_CanEnterState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000029, "Member 'BP_PulseState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_PulseState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_HandleInputStickEvent \ +static_assert(alignof(BP_PulseState_C_HandleInputStickEvent) == 0x000004, "Wrong alignment on BP_PulseState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_PulseState_C_HandleInputStickEvent) == 0x00001C, "Wrong size on BP_PulseState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_PulseState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_PulseState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_PulseState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_PulseState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, CallFunc_HandleInputStickEvent_ReturnValue) == 0x000011, "Member 'BP_PulseState_C_HandleInputStickEvent::CallFunc_HandleInputStickEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_PulseState_C_HandleInputStickEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, CallFunc_VSize2D_ReturnValue) == 0x000014, "Member 'BP_PulseState_C_HandleInputStickEvent::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_PulseState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_OnStart \ +static_assert(alignof(BP_PulseState_C_OnStart) == 0x000008, "Wrong alignment on BP_PulseState_C_OnStart"); \ +static_assert(sizeof(BP_PulseState_C_OnStart) == 0x000008, "Wrong size on BP_PulseState_C_OnStart"); \ +static_assert(offsetof(BP_PulseState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PulseState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_OnEnd \ +static_assert(alignof(BP_PulseState_C_OnEnd) == 0x000008, "Wrong alignment on BP_PulseState_C_OnEnd"); \ +static_assert(sizeof(BP_PulseState_C_OnEnd) == 0x000008, "Wrong size on BP_PulseState_C_OnEnd"); \ +static_assert(offsetof(BP_PulseState_C_OnEnd, NextState) == 0x000000, "Member 'BP_PulseState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_Update \ +static_assert(alignof(BP_PulseState_C_Update) == 0x000004, "Wrong alignment on BP_PulseState_C_Update"); \ +static_assert(sizeof(BP_PulseState_C_Update) == 0x000004, "Wrong size on BP_PulseState_C_Update"); \ +static_assert(offsetof(BP_PulseState_C_Update, DeltaTime) == 0x000000, "Member 'BP_PulseState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PulseState_C_ExecuteUbergraph_BP_PulseState \ +static_assert(alignof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState) == 0x000008, "Wrong alignment on BP_PulseState_C_ExecuteUbergraph_BP_PulseState"); \ +static_assert(sizeof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState) == 0x000060, "Wrong size on BP_PulseState_C_ExecuteUbergraph_BP_PulseState"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, EntryPoint) == 0x000000, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_PollActions_ReturnValue) == 0x000010, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_IsInputBuffered_ReturnValue) == 0x000020, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue) == 0x000028, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000029, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x00002A, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x00002B, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, K2Node_Event_PrevState) == 0x000030, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, K2Node_Event_NextState) == 0x000038, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, K2Node_Event_DeltaTime) == 0x000040, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000044, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, K2Node_SwitchEnum_CmpSuccess) == 0x00004D, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x00004E, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000054, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_Less_IntInt_ReturnValue) == 0x000055, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000056, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PulseState_C_ExecuteUbergraph_BP_PulseState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x00005C, "Member 'BP_PulseState_C_ExecuteUbergraph_BP_PulseState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PulseState_C \ +static_assert(alignof(UBP_PulseState_C) == 0x000008, "Wrong alignment on UBP_PulseState_C"); \ +static_assert(sizeof(UBP_PulseState_C) == 0x000148, "Wrong size on UBP_PulseState_C"); \ +static_assert(offsetof(UBP_PulseState_C, UberGraphFrame_BP_PulseState_C) == 0x000138, "Member 'UBP_PulseState_C::UberGraphFrame_BP_PulseState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_PulseState_C, HaltMovement) == 0x000140, "Member 'UBP_PulseState_C::HaltMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_PulseState_C, Input) == 0x000144, "Member 'UBP_PulseState_C::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionFilter_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionFilter_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionFilter_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionFilter_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionFilter_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionFilter_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionFilter_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter \ +static_assert(alignof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter) == 0x000008, "Wrong alignment on BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter"); \ +static_assert(sizeof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter) == 0x000078, "Wrong size on BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, EntryPoint) == 0x000000, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, K2Node_Event_OwningWidget) == 0x000028, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, K2Node_Event_Value) == 0x000030, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'BP_PMOptionFilter_C_ExecuteUbergraph_BP_PMOptionFilter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionFilter_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionFilter_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionFilter_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionFilter_C_GetAppliedIntValue) == 0x000078, "Wrong size on BP_PMOptionFilter_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, SelectedLUT) == 0x00000C, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::SelectedLUT' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000028, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_GetLUT_ReturnValue) == 0x000040, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_GetLUT_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x000071, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue) == 0x000072, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFilter_C_GetAppliedIntValue, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000073, "Member 'BP_PMOptionFilter_C_GetAppliedIntValue::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionFilter_C \ +static_assert(alignof(UBP_PMOptionFilter_C) == 0x000008, "Wrong alignment on UBP_PMOptionFilter_C"); \ +static_assert(sizeof(UBP_PMOptionFilter_C) == 0x000038, "Wrong size on UBP_PMOptionFilter_C"); \ +static_assert(offsetof(UBP_PMOptionFilter_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionFilter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionFilter_C, FilterTable) == 0x000030, "Member 'UBP_PMOptionFilter_C::FilterTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashAttackState_C_CanEnterState \ +static_assert(alignof(BP_DashAttackState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_DashAttackState_C_CanEnterState"); \ +static_assert(sizeof(BP_DashAttackState_C_CanEnterState) == 0x000028, "Wrong size on BP_DashAttackState_C_CanEnterState"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_DashAttackState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_DashAttackState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000020, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_IsMovingOnGround_ReturnValue) == 0x000021, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000022, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x000024, "Member 'BP_DashAttackState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashAttackState_C_OnEnd \ +static_assert(alignof(BP_DashAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_DashAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_DashAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_DashAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_DashAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_DashAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashAttackState_C_OnStart \ +static_assert(alignof(BP_DashAttackState_C_OnStart) == 0x000008, "Wrong alignment on BP_DashAttackState_C_OnStart"); \ +static_assert(sizeof(BP_DashAttackState_C_OnStart) == 0x000008, "Wrong size on BP_DashAttackState_C_OnStart"); \ +static_assert(offsetof(BP_DashAttackState_C_OnStart, PrevState) == 0x000000, "Member 'BP_DashAttackState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState \ +static_assert(alignof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState) == 0x000008, "Wrong alignment on BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState"); \ +static_assert(sizeof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState) == 0x000068, "Wrong size on BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, EntryPoint) == 0x000000, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, K2Node_Event_NextState) == 0x000008, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_HandleInputAction_ReturnValue) == 0x000018, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_GetAbility_Ability_1) == 0x000020, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_HandleInputAction_ReturnValue_1) == 0x000028, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_HandleInputAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, K2Node_Event_PrevState) == 0x000030, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_FindAbilityByClass_ReturnValue) == 0x000040, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_GetAbility_Ability_2) == 0x000048, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, K2Node_DynamicCast_AsAbility_Dash_Attack) == 0x000050, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::K2Node_DynamicCast_AsAbility_Dash_Attack' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState, CallFunc_GetResources_ReturnValue) == 0x000060, "Member 'BP_DashAttackState_C_ExecuteUbergraph_BP_DashAttackState::CallFunc_GetResources_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DashAttackState_C \ +static_assert(alignof(UBP_DashAttackState_C) == 0x000008, "Wrong alignment on UBP_DashAttackState_C"); \ +static_assert(sizeof(UBP_DashAttackState_C) == 0x000140, "Wrong size on UBP_DashAttackState_C"); \ +static_assert(offsetof(UBP_DashAttackState_C, UberGraphFrame_BP_DashAttackState_C) == 0x000138, "Member 'UBP_DashAttackState_C::UberGraphFrame_BP_DashAttackState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBombState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirBombState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_AirBombState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirBombState_C_HandleInputActionEvent) == 0x000018, "Wrong size on BP_AirBombState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirBombState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirBombState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirBombState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_AirBombState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, CallFunc_HandleInputActionEvent_ReturnValue) == 0x000010, "Member 'BP_AirBombState_C_HandleInputActionEvent::CallFunc_HandleInputActionEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_AirBombState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000012, "Member 'BP_AirBombState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBombState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirBombState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirBombState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirBombState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirBombState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirBombState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirBombState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirBombState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_AirBombState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleNamedEvent, CallFunc_HandleNamedEvent_ReturnValue) == 0x00000A, "Member 'BP_AirBombState_C_HandleNamedEvent::CallFunc_HandleNamedEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000B, "Member 'BP_AirBombState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBombState_C_HandleAimRelease \ +static_assert(alignof(BP_AirBombState_C_HandleAimRelease) == 0x000001, "Wrong alignment on BP_AirBombState_C_HandleAimRelease"); \ +static_assert(sizeof(BP_AirBombState_C_HandleAimRelease) == 0x000002, "Wrong size on BP_AirBombState_C_HandleAimRelease"); \ +static_assert(offsetof(BP_AirBombState_C_HandleAimRelease, Dummy) == 0x000000, "Member 'BP_AirBombState_C_HandleAimRelease::Dummy' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_HandleAimRelease, CallFunc_ChangeStateTo_ReturnValue) == 0x000001, "Member 'BP_AirBombState_C_HandleAimRelease::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirBombState_C_ChangeToAim \ +static_assert(alignof(BP_AirBombState_C_ChangeToAim) == 0x000008, "Wrong alignment on BP_AirBombState_C_ChangeToAim"); \ +static_assert(sizeof(BP_AirBombState_C_ChangeToAim) == 0x000018, "Wrong size on BP_AirBombState_C_ChangeToAim"); \ +static_assert(offsetof(BP_AirBombState_C_ChangeToAim, reason) == 0x000000, "Member 'BP_AirBombState_C_ChangeToAim::reason' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_ChangeToAim, ReturnValue) == 0x000010, "Member 'BP_AirBombState_C_ChangeToAim::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirBombState_C_ChangeToAim, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_AirBombState_C_ChangeToAim::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirBombState_C \ +static_assert(alignof(UBP_AirBombState_C) == 0x000008, "Wrong alignment on UBP_AirBombState_C"); \ +static_assert(sizeof(UBP_AirBombState_C) == 0x000140, "Wrong size on UBP_AirBombState_C"); \ + +#define DUMPER7_ASSERTS_BP_AirInjectedBombState_C_HandleNamedEvent \ +static_assert(alignof(BP_AirInjectedBombState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AirInjectedBombState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AirInjectedBombState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AirInjectedBombState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AirInjectedBombState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AirInjectedBombState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBombState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AirInjectedBombState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBombState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AirInjectedBombState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBombState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_AirInjectedBombState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirInjectedBombState_C_HandleNamedEvent, CallFunc_HandleNamedEvent_ReturnValue) == 0x00000B, "Member 'BP_AirInjectedBombState_C_HandleNamedEvent::CallFunc_HandleNamedEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirInjectedBombState_C \ +static_assert(alignof(UBP_AirInjectedBombState_C) == 0x000008, "Wrong alignment on UBP_AirInjectedBombState_C"); \ +static_assert(sizeof(UBP_AirInjectedBombState_C) == 0x000148, "Wrong size on UBP_AirInjectedBombState_C"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBombState_C_CanEnterState \ +static_assert(alignof(BP_InjectedBombState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_InjectedBombState_C_CanEnterState"); \ +static_assert(sizeof(BP_InjectedBombState_C_CanEnterState) == 0x000030, "Wrong size on BP_InjectedBombState_C_CanEnterState"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_InjectedBombState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_InjectedBombState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000009, "Member 'BP_InjectedBombState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_InjectedBombState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, K2Node_DynamicCast_AsIInjectable_Ability) == 0x000018, "Member 'BP_InjectedBombState_C_CanEnterState::K2Node_DynamicCast_AsIInjectable_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_InjectedBombState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, CallFunc_GetIsInjected_ReturnValue) == 0x000029, "Member 'BP_InjectedBombState_C_CanEnterState::CallFunc_GetIsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_CanEnterState, CallFunc_CanInject_ReturnValue) == 0x00002A, "Member 'BP_InjectedBombState_C_CanEnterState::CallFunc_CanInject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBombState_C_OnStart \ +static_assert(alignof(BP_InjectedBombState_C_OnStart) == 0x000008, "Wrong alignment on BP_InjectedBombState_C_OnStart"); \ +static_assert(sizeof(BP_InjectedBombState_C_OnStart) == 0x000008, "Wrong size on BP_InjectedBombState_C_OnStart"); \ +static_assert(offsetof(BP_InjectedBombState_C_OnStart, PrevState) == 0x000000, "Member 'BP_InjectedBombState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBombState_C_HandleChannelEnd \ +static_assert(alignof(BP_InjectedBombState_C_HandleChannelEnd) == 0x000008, "Wrong alignment on BP_InjectedBombState_C_HandleChannelEnd"); \ +static_assert(sizeof(BP_InjectedBombState_C_HandleChannelEnd) == 0x000010, "Wrong size on BP_InjectedBombState_C_HandleChannelEnd"); \ +static_assert(offsetof(BP_InjectedBombState_C_HandleChannelEnd, Ability_0) == 0x000000, "Member 'BP_InjectedBombState_C_HandleChannelEnd::Ability_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_HandleChannelEnd, reason) == 0x000008, "Member 'BP_InjectedBombState_C_HandleChannelEnd::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBombState_C_OnEnd \ +static_assert(alignof(BP_InjectedBombState_C_OnEnd) == 0x000008, "Wrong alignment on BP_InjectedBombState_C_OnEnd"); \ +static_assert(sizeof(BP_InjectedBombState_C_OnEnd) == 0x000008, "Wrong size on BP_InjectedBombState_C_OnEnd"); \ +static_assert(offsetof(BP_InjectedBombState_C_OnEnd, NextState) == 0x000000, "Member 'BP_InjectedBombState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState \ +static_assert(alignof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState) == 0x000008, "Wrong alignment on BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState"); \ +static_assert(sizeof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState) == 0x0000A0, "Wrong size on BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, EntryPoint) == 0x000000, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_GetAbility_Ability) == 0x000020, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_DynamicCast_AsIInjectable_Ability) == 0x000028, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_DynamicCast_AsIInjectable_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_GetIsInjected_ReturnValue) == 0x000039, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_GetIsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_TryInject_ReturnValue) == 0x00003A, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_TryInject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_MochiEnsure_ReturnValue) == 0x00003B, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_GetAbility_Ability_1) == 0x000040, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_CustomEvent_Ability) == 0x000048, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_CustomEvent_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_CustomEvent_Reason) == 0x000050, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_GetAbility_Ability_2) == 0x000058, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_DynamicCast_AsAbility_Sap_Bomb) == 0x000060, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_DynamicCast_AsAbility_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000070, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000078, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000084, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, K2Node_Event_NextState) == 0x000088, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_TryIncrease_OutDelta) == 0x000090, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_TryIncrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_TryIncrease_OutFilled) == 0x000094, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_TryIncrease_OutFilled' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_TryIncrease_ReturnValue) == 0x000095, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_TryIncrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState, CallFunc_GetAbility_Ability_3) == 0x000098, "Member 'BP_InjectedBombState_C_ExecuteUbergraph_BP_InjectedBombState::CallFunc_GetAbility_Ability_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InjectedBombState_C \ +static_assert(alignof(UBP_InjectedBombState_C) == 0x000008, "Wrong alignment on UBP_InjectedBombState_C"); \ +static_assert(sizeof(UBP_InjectedBombState_C) == 0x000148, "Wrong size on UBP_InjectedBombState_C"); \ +static_assert(offsetof(UBP_InjectedBombState_C, UberGraphFrame_BP_InjectedBombState_C) == 0x000140, "Member 'UBP_InjectedBombState_C::UberGraphFrame_BP_InjectedBombState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_HandleNamedEvent \ +static_assert(alignof(BP_BombState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_BombState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_BombState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_BombState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_BombState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_BombState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_BombState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_BombState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_BombState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000B, "Member 'BP_BombState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_HandleInputActionEvent \ +static_assert(alignof(BP_BombState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_BombState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_BombState_C_HandleInputActionEvent) == 0x000018, "Wrong size on BP_BombState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_BombState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_BombState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_BombState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_BombState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_IsFalling_ReturnValue) == 0x000004, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_HandleInputAction_ReturnValue) == 0x000005, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000012, "Member 'BP_BombState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_HandleAnimEvent \ +static_assert(alignof(BP_BombState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_BombState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_BombState_C_HandleAnimEvent) == 0x000020, "Wrong size on BP_BombState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_BombState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_BombState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_BombState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, CallFunc_ChangeToAim_ReturnValue) == 0x00000A, "Member 'BP_BombState_C_HandleAnimEvent::CallFunc_ChangeToAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, CallFunc_ChangeToAim_ReturnValue_1) == 0x00000B, "Member 'BP_BombState_C_HandleAnimEvent::CallFunc_ChangeToAim_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, K2Node_DynamicCast_AsAbility_Sap_Bomb) == 0x000010, "Member 'BP_BombState_C_HandleAnimEvent::K2Node_DynamicCast_AsAbility_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAnimEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BombState_C_HandleAnimEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_SetRotCarryIsAiming \ +static_assert(alignof(BP_BombState_C_SetRotCarryIsAiming) == 0x000008, "Wrong alignment on BP_BombState_C_SetRotCarryIsAiming"); \ +static_assert(sizeof(BP_BombState_C_SetRotCarryIsAiming) == 0x000018, "Wrong size on BP_BombState_C_SetRotCarryIsAiming"); \ +static_assert(offsetof(BP_BombState_C_SetRotCarryIsAiming, Aiming) == 0x000000, "Member 'BP_BombState_C_SetRotCarryIsAiming::Aiming' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_SetRotCarryIsAiming, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_BombState_C_SetRotCarryIsAiming::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_SetRotCarryIsAiming, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_BombState_C_SetRotCarryIsAiming::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_CanInjectBomb \ +static_assert(alignof(BP_BombState_C_CanInjectBomb) == 0x000008, "Wrong alignment on BP_BombState_C_CanInjectBomb"); \ +static_assert(sizeof(BP_BombState_C_CanInjectBomb) == 0x000038, "Wrong size on BP_BombState_C_CanInjectBomb"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, ReturnValue) == 0x000000, "Member 'BP_BombState_C_CanInjectBomb::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_IsActionAllowed_ReturnValue) == 0x000011, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_IsActionAllowed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_GetAbility_Ability) == 0x000018, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, K2Node_DynamicCast_AsIInjectable_Ability) == 0x000020, "Member 'BP_BombState_C_CanInjectBomb::K2Node_DynamicCast_AsIInjectable_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BombState_C_CanInjectBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_CanInject_ReturnValue) == 0x000031, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_CanInject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanInjectBomb, CallFunc_BooleanAND_ReturnValue_1) == 0x000033, "Member 'BP_BombState_C_CanInjectBomb::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_HandleAimRelease \ +static_assert(alignof(BP_BombState_C_HandleAimRelease) == 0x000008, "Wrong alignment on BP_BombState_C_HandleAimRelease"); \ +static_assert(sizeof(BP_BombState_C_HandleAimRelease) == 0x000090, "Wrong size on BP_BombState_C_HandleAimRelease"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, Dummy) == 0x000000, "Member 'BP_BombState_C_HandleAimRelease::Dummy' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, Temp_bool_Variable) == 0x000001, "Member 'BP_BombState_C_HandleAimRelease::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, Temp_class_Variable) == 0x000008, "Member 'BP_BombState_C_HandleAimRelease::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, Temp_class_Variable_1) == 0x000010, "Member 'BP_BombState_C_HandleAimRelease::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_IsFalling_ReturnValue) == 0x000020, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, K2Node_Select_Default) == 0x000028, "Member 'BP_BombState_C_HandleAimRelease::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_GetClassDisplayName_ReturnValue) == 0x000030, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_ChangeStateTo_ReturnValue) == 0x000040, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_HandleAimRelease, CallFunc_MochiEnsure_ReturnValue) == 0x000088, "Member 'BP_BombState_C_HandleAimRelease::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_ChangeToAim \ +static_assert(alignof(BP_BombState_C_ChangeToAim) == 0x000008, "Wrong alignment on BP_BombState_C_ChangeToAim"); \ +static_assert(sizeof(BP_BombState_C_ChangeToAim) == 0x000018, "Wrong size on BP_BombState_C_ChangeToAim"); \ +static_assert(offsetof(BP_BombState_C_ChangeToAim, reason) == 0x000000, "Member 'BP_BombState_C_ChangeToAim::reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ChangeToAim, ReturnValue) == 0x000010, "Member 'BP_BombState_C_ChangeToAim::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ChangeToAim, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_BombState_C_ChangeToAim::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_IsFalling \ +static_assert(alignof(BP_BombState_C_IsFalling) == 0x000008, "Wrong alignment on BP_BombState_C_IsFalling"); \ +static_assert(sizeof(BP_BombState_C_IsFalling) == 0x000018, "Wrong size on BP_BombState_C_IsFalling"); \ +static_assert(offsetof(BP_BombState_C_IsFalling, ReturnValue) == 0x000000, "Member 'BP_BombState_C_IsFalling::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_IsFalling, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_BombState_C_IsFalling::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_IsFalling, CallFunc_IsFalling_ReturnValue) == 0x000010, "Member 'BP_BombState_C_IsFalling::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_CanEnterState \ +static_assert(alignof(BP_BombState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_BombState_C_CanEnterState"); \ +static_assert(sizeof(BP_BombState_C_CanEnterState) == 0x000010, "Wrong size on BP_BombState_C_CanEnterState"); \ +static_assert(offsetof(BP_BombState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_BombState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_BombState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_OnStart \ +static_assert(alignof(BP_BombState_C_OnStart) == 0x000008, "Wrong alignment on BP_BombState_C_OnStart"); \ +static_assert(sizeof(BP_BombState_C_OnStart) == 0x000008, "Wrong size on BP_BombState_C_OnStart"); \ +static_assert(offsetof(BP_BombState_C_OnStart, PrevState) == 0x000000, "Member 'BP_BombState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_OnEnd \ +static_assert(alignof(BP_BombState_C_OnEnd) == 0x000008, "Wrong alignment on BP_BombState_C_OnEnd"); \ +static_assert(sizeof(BP_BombState_C_OnEnd) == 0x000008, "Wrong size on BP_BombState_C_OnEnd"); \ +static_assert(offsetof(BP_BombState_C_OnEnd, NextState) == 0x000000, "Member 'BP_BombState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_Update \ +static_assert(alignof(BP_BombState_C_Update) == 0x000004, "Wrong alignment on BP_BombState_C_Update"); \ +static_assert(sizeof(BP_BombState_C_Update) == 0x000004, "Wrong size on BP_BombState_C_Update"); \ +static_assert(offsetof(BP_BombState_C_Update, DeltaTime) == 0x000000, "Member 'BP_BombState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BombState_C_ExecuteUbergraph_BP_BombState \ +static_assert(alignof(BP_BombState_C_ExecuteUbergraph_BP_BombState) == 0x000008, "Wrong alignment on BP_BombState_C_ExecuteUbergraph_BP_BombState"); \ +static_assert(sizeof(BP_BombState_C_ExecuteUbergraph_BP_BombState) == 0x000100, "Wrong size on BP_BombState_C_ExecuteUbergraph_BP_BombState"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, EntryPoint) == 0x000000, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_IsInputBuffered_ReturnValue) == 0x000006, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_HandleInputAction_ReturnValue) == 0x000010, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_Event_NextState) == 0x000018, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetAbility_Ability) == 0x000020, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_DynamicCast_AsAbility_Sap_Bomb) == 0x000030, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_DynamicCast_AsAbility_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000039, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x00003A, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_BooleanOR_ReturnValue_1) == 0x00003C, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_Event_DeltaTime) == 0x000040, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000045, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_HandleAimRelease_Dummy) == 0x000046, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_HandleAimRelease_Dummy' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000047, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetAbility_Ability_1) == 0x000048, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetComponentOnController_ReturnValue) == 0x000050, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_DynamicCast_AsAbility_Sap_Bomb_1) == 0x000058, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_DynamicCast_AsAbility_Sap_Bomb_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_IsAwaitingThrowNotify_ReturnValue) == 0x000074, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_IsAwaitingThrowNotify_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_AddButtonToLegendWithCheck_ReturnValue) == 0x000075, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_AddButtonToLegendWithCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Not_PreBool_ReturnValue_2) == 0x000076, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_BooleanAND_ReturnValue) == 0x000077, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000078, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000080, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_PollActions_ReturnValue) == 0x000088, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000098, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x0000A0, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x0000A1, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x0000A8, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetToggleHeldAbilityInputs_ReturnValue) == 0x0000B0, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetToggleHeldAbilityInputs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x0000B8, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x0000C0, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, Temp_int_Array_Index_Variable) == 0x0000C4, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, K2Node_SwitchEnum_CmpSuccess) == 0x0000C9, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x0000CA, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x0000CB, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x0000D0, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D8, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, Temp_int_Loop_Counter_Variable) == 0x0000DC, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_IsInputBuffered_ReturnValue_2) == 0x0000E0, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Less_IntInt_ReturnValue) == 0x0000E1, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000E8, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_ChangeStateTo_ReturnValue_8) == 0x0000E9, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_IsInputBuffered_ReturnValue_3) == 0x0000EA, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_IsInputBuffered_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000F0, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_IsSliding_ReturnValue) == 0x0000F8, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_IsSliding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BombState_C_ExecuteUbergraph_BP_BombState, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000F9, "Member 'BP_BombState_C_ExecuteUbergraph_BP_BombState::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BombState_C \ +static_assert(alignof(UBP_BombState_C) == 0x000008, "Wrong alignment on UBP_BombState_C"); \ +static_assert(sizeof(UBP_BombState_C) == 0x000140, "Wrong size on UBP_BombState_C"); \ +static_assert(offsetof(UBP_BombState_C, UberGraphFrame_BP_BombState_C) == 0x000138, "Member 'UBP_BombState_C::UberGraphFrame_BP_BombState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_HandleNamedEvent \ +static_assert(alignof(BP_InspectState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_InspectState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_InspectState_C_HandleNamedEvent) == 0x000030, "Wrong size on BP_InspectState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_InspectState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_InspectState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_InspectState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_InspectState_C_HandleNamedEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, CallFunc_Complete_ReturnValue) == 0x000018, "Member 'BP_InspectState_C_HandleNamedEvent::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, K2Node_DynamicCast_AsAbility_Inspect) == 0x000020, "Member 'BP_InspectState_C_HandleNamedEvent::K2Node_DynamicCast_AsAbility_Inspect' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleNamedEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_InspectState_C_HandleNamedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_HandleInputActionEvent \ +static_assert(alignof(BP_InspectState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_InspectState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_InspectState_C_HandleInputActionEvent) == 0x000020, "Wrong size on BP_InspectState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_InspectState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_InspectState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_InspectState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, K2Node_DynamicCast_AsAbility_Inspect) == 0x000008, "Member 'BP_InspectState_C_HandleInputActionEvent::K2Node_DynamicCast_AsAbility_Inspect' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_InspectState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_InspectState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_InspectState_C_HandleInputActionEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_InspectState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_CanEnterState \ +static_assert(alignof(BP_InspectState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_InspectState_C_CanEnterState"); \ +static_assert(sizeof(BP_InspectState_C_CanEnterState) == 0x000088, "Wrong size on BP_InspectState_C_CanEnterState"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_InspectState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_InspectState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_InspectState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetRotCloud_ReturnValue) == 0x000020, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x000028, "Member 'BP_InspectState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_2) == 0x000029, "Member 'BP_InspectState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_InspectState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue_3) == 0x00002B, "Member 'BP_InspectState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000030, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_IsInCombat_ReturnValue) == 0x000039, "Member 'BP_InspectState_C_CanEnterState::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00003A, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003B, "Member 'BP_InspectState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_2) == 0x00003C, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000040, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetController_ReturnValue) == 0x000048, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000050, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetViewTarget_ReturnValue) == 0x000058, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, K2Node_DynamicCast_AsAbility_Inspect) == 0x000060, "Member 'BP_InspectState_C_CanEnterState::K2Node_DynamicCast_AsAbility_Inspect' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_InspectState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000069, "Member 'BP_InspectState_C_CanEnterState::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x00006A, "Member 'BP_InspectState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x00006C, "Member 'BP_InspectState_C_CanEnterState::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_2) == 0x000074, "Member 'BP_InspectState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000078, "Member 'BP_InspectState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000080, "Member 'BP_InspectState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_3) == 0x000081, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_4) == 0x000082, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_5) == 0x000083, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_6) == 0x000084, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_7) == 0x000085, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_8) == 0x000086, "Member 'BP_InspectState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_HandleInputStickEvent \ +static_assert(alignof(BP_InspectState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_InspectState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_InspectState_C_HandleInputStickEvent) == 0x000078, "Wrong size on BP_InspectState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_InspectState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_InspectState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_InspectState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_InspectState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_ToDirectionAndLength2D_OutDir) == 0x000014, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_ToDirectionAndLength2D_OutDir' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_ToDirectionAndLength2D_OutLength) == 0x00001C, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_ToDirectionAndLength2D_OutLength' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_InspectState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_GetLookSensitivity_ReturnValue) == 0x000034, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_GetLookSensitivity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_GetIsUsingGamepad_ReturnValue) == 0x00003C, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_GetIsUsingGamepad_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000040, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000044, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x00004C, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_EvaluateCurve_ReturnValue) == 0x000058, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_ApplyLookSpeedRamping_ReturnValue) == 0x00005C, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_ApplyLookSpeedRamping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, CallFunc_GetAbility_Ability) == 0x000060, "Member 'BP_InspectState_C_HandleInputStickEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, K2Node_DynamicCast_AsAbility_Inspect) == 0x000068, "Member 'BP_InspectState_C_HandleInputStickEvent::K2Node_DynamicCast_AsAbility_Inspect' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_InspectState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_OnStart \ +static_assert(alignof(BP_InspectState_C_OnStart) == 0x000008, "Wrong alignment on BP_InspectState_C_OnStart"); \ +static_assert(sizeof(BP_InspectState_C_OnStart) == 0x000008, "Wrong size on BP_InspectState_C_OnStart"); \ +static_assert(offsetof(BP_InspectState_C_OnStart, PrevState) == 0x000000, "Member 'BP_InspectState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_Update \ +static_assert(alignof(BP_InspectState_C_Update) == 0x000004, "Wrong alignment on BP_InspectState_C_Update"); \ +static_assert(sizeof(BP_InspectState_C_Update) == 0x000004, "Wrong size on BP_InspectState_C_Update"); \ +static_assert(offsetof(BP_InspectState_C_Update, DeltaTime) == 0x000000, "Member 'BP_InspectState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_OnEnd \ +static_assert(alignof(BP_InspectState_C_OnEnd) == 0x000008, "Wrong alignment on BP_InspectState_C_OnEnd"); \ +static_assert(sizeof(BP_InspectState_C_OnEnd) == 0x000008, "Wrong size on BP_InspectState_C_OnEnd"); \ +static_assert(offsetof(BP_InspectState_C_OnEnd, NextState) == 0x000000, "Member 'BP_InspectState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_OnSuspend \ +static_assert(alignof(BP_InspectState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_InspectState_C_OnSuspend"); \ +static_assert(sizeof(BP_InspectState_C_OnSuspend) == 0x000008, "Wrong size on BP_InspectState_C_OnSuspend"); \ +static_assert(offsetof(BP_InspectState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_InspectState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InspectState_C_ExecuteUbergraph_BP_InspectState \ +static_assert(alignof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState) == 0x000008, "Wrong alignment on BP_InspectState_C_ExecuteUbergraph_BP_InspectState"); \ +static_assert(sizeof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState) == 0x000188, "Wrong size on BP_InspectState_C_ExecuteUbergraph_BP_InspectState"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, EntryPoint) == 0x000000, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_ChangeStateTo_ReturnValue) == 0x000004, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000018, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_Event_PrevState_1) == 0x000038, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetAbility_Ability) == 0x000060, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsAbility_Inspect) == 0x000078, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsAbility_Inspect' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_MochiEnsure_ReturnValue) == 0x000081, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Activate_ReturnValue) == 0x000082, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetAbility_Ability_1) == 0x000088, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000090, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsAbility_Inspect_1) == 0x000098, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsAbility_Inspect_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetAnimInstance_ReturnValue) == 0x0000A8, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Complete_ReturnValue) == 0x0000B0, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x0000B8, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000C8, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000D0, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsMochi_Anim_Instance_1) == 0x0000D8, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsMochi_Anim_Instance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess_3) == 0x0000E0, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_Event_DeltaTime) == 0x0000E4, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetComponentOnController_ReturnValue) == 0x0000E8, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x0000F0, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetGameMode_ReturnValue) == 0x0000F8, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x000100, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess_4) == 0x000108, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetGameMode_ReturnValue_1) == 0x000110, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsMochi_Game_Mode_1) == 0x000118, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsMochi_Game_Mode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess_5) == 0x000120, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetCharacter_ReturnValue) == 0x000128, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetVelocity_ReturnValue) == 0x000130, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_VSize_ReturnValue) == 0x00013C, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_Event_NextState) == 0x000140, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000148, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_Event_PrevState) == 0x000150, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetAbility_Ability_2) == 0x000158, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000160, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_AsAbility_Inspect_2) == 0x000168, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_AsAbility_Inspect_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, K2Node_DynamicCast_bSuccess_6) == 0x000170, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetInputBufferComponent_ReturnValue_1) == 0x000178, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetInputBufferComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InspectState_C_ExecuteUbergraph_BP_InspectState, CallFunc_GetInputBufferComponent_ReturnValue_2) == 0x000180, "Member 'BP_InspectState_C_ExecuteUbergraph_BP_InspectState::CallFunc_GetInputBufferComponent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InspectState_C \ +static_assert(alignof(UBP_InspectState_C) == 0x000008, "Wrong alignment on UBP_InspectState_C"); \ +static_assert(sizeof(UBP_InspectState_C) == 0x0001D0, "Wrong size on UBP_InspectState_C"); \ +static_assert(offsetof(UBP_InspectState_C, UberGraphFrame_BP_InspectState_C) == 0x000138, "Member 'UBP_InspectState_C::UberGraphFrame_BP_InspectState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_InspectState_C, PreviousLookSpeed) == 0x000140, "Member 'UBP_InspectState_C::PreviousLookSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_InspectState_C, LookCurve) == 0x000148, "Member 'UBP_InspectState_C::LookCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_HandleInputActionEvent \ +static_assert(alignof(BP_RotActionState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_RotActionState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_RotActionState_C_HandleInputActionEvent) == 0x000018, "Wrong size on BP_RotActionState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_RotActionState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_RotActionState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_RotActionState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_RotActionState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_RotActionState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_RotActionState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_HandleInputActionEvent, CallFunc_HandleInputAction_ReturnValue) == 0x000010, "Member 'BP_RotActionState_C_HandleInputActionEvent::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_CanEnterState \ +static_assert(alignof(BP_RotActionState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_RotActionState_C_CanEnterState"); \ +static_assert(sizeof(BP_RotActionState_C_CanEnterState) == 0x000020, "Wrong size on BP_RotActionState_C_CanEnterState"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_RotActionState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_RotActionState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000019, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x00001B, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00001D, "Member 'BP_RotActionState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_OnEnd \ +static_assert(alignof(BP_RotActionState_C_OnEnd) == 0x000008, "Wrong alignment on BP_RotActionState_C_OnEnd"); \ +static_assert(sizeof(BP_RotActionState_C_OnEnd) == 0x000008, "Wrong size on BP_RotActionState_C_OnEnd"); \ +static_assert(offsetof(BP_RotActionState_C_OnEnd, NextState) == 0x000000, "Member 'BP_RotActionState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_OnSuspend \ +static_assert(alignof(BP_RotActionState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_RotActionState_C_OnSuspend"); \ +static_assert(sizeof(BP_RotActionState_C_OnSuspend) == 0x000008, "Wrong size on BP_RotActionState_C_OnSuspend"); \ +static_assert(offsetof(BP_RotActionState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_RotActionState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_OnResume \ +static_assert(alignof(BP_RotActionState_C_OnResume) == 0x000008, "Wrong alignment on BP_RotActionState_C_OnResume"); \ +static_assert(sizeof(BP_RotActionState_C_OnResume) == 0x000008, "Wrong size on BP_RotActionState_C_OnResume"); \ +static_assert(offsetof(BP_RotActionState_C_OnResume, NextState) == 0x000000, "Member 'BP_RotActionState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_HandleAbilityEnded \ +static_assert(alignof(BP_RotActionState_C_HandleAbilityEnded) == 0x000008, "Wrong alignment on BP_RotActionState_C_HandleAbilityEnded"); \ +static_assert(sizeof(BP_RotActionState_C_HandleAbilityEnded) == 0x000010, "Wrong size on BP_RotActionState_C_HandleAbilityEnded"); \ +static_assert(offsetof(BP_RotActionState_C_HandleAbilityEnded, Ability_0) == 0x000000, "Member 'BP_RotActionState_C_HandleAbilityEnded::Ability_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_HandleAbilityEnded, reason) == 0x000008, "Member 'BP_RotActionState_C_HandleAbilityEnded::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_OnStart \ +static_assert(alignof(BP_RotActionState_C_OnStart) == 0x000008, "Wrong alignment on BP_RotActionState_C_OnStart"); \ +static_assert(sizeof(BP_RotActionState_C_OnStart) == 0x000008, "Wrong size on BP_RotActionState_C_OnStart"); \ +static_assert(offsetof(BP_RotActionState_C_OnStart, PrevState) == 0x000000, "Member 'BP_RotActionState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_Update \ +static_assert(alignof(BP_RotActionState_C_Update) == 0x000004, "Wrong alignment on BP_RotActionState_C_Update"); \ +static_assert(sizeof(BP_RotActionState_C_Update) == 0x000004, "Wrong size on BP_RotActionState_C_Update"); \ +static_assert(offsetof(BP_RotActionState_C_Update, DeltaTime) == 0x000000, "Member 'BP_RotActionState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState \ +static_assert(alignof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState) == 0x000008, "Wrong alignment on BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState"); \ +static_assert(sizeof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState) == 0x0000C8, "Wrong size on BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, EntryPoint) == 0x000000, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetStickFlickReticle_StickFlickReticle) == 0x000008, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetStickFlickReticle_StickFlickReticle' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_Event_NextState) == 0x000018, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_HandleInputAction_ReturnValue) == 0x000020, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_Event_PrevState_1) == 0x000028, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000038, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetAbility_Ability_1) == 0x000048, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_CanActivateAbility_ReturnValue) == 0x000050, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_CustomEvent_Ability) == 0x000058, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_CustomEvent_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_CustomEvent_Reason) == 0x000060, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetAbility_Ability_2) == 0x000068, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetAbility_Ability_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_Event_PrevState) == 0x000070, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetAbility_Ability_3) == 0x000078, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetAbility_Ability_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_Event_NextState_1) == 0x000080, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_Event_DeltaTime) == 0x00008C, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000090, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetComponentOnController_ReturnValue) == 0x000098, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetAverageStickInput_ReturnValue) == 0x0000A0, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetAverageStickInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x0000A8, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, CallFunc_GetStickFlickReticle_StickFlickReticle_1) == 0x0000B0, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::CallFunc_GetStickFlickReticle_StickFlickReticle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState, K2Node_CreateDelegate_OutputDelegate) == 0x0000B8, "Member 'BP_RotActionState_C_ExecuteUbergraph_BP_RotActionState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionState_C_GetStickFlickReticle \ +static_assert(alignof(BP_RotActionState_C_GetStickFlickReticle) == 0x000008, "Wrong alignment on BP_RotActionState_C_GetStickFlickReticle"); \ +static_assert(sizeof(BP_RotActionState_C_GetStickFlickReticle) == 0x000008, "Wrong size on BP_RotActionState_C_GetStickFlickReticle"); \ +static_assert(offsetof(BP_RotActionState_C_GetStickFlickReticle, StickFlickReticle) == 0x000000, "Member 'BP_RotActionState_C_GetStickFlickReticle::StickFlickReticle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RotActionState_C \ +static_assert(alignof(UBP_RotActionState_C) == 0x000008, "Wrong alignment on UBP_RotActionState_C"); \ +static_assert(sizeof(UBP_RotActionState_C) == 0x000168, "Wrong size on UBP_RotActionState_C"); \ +static_assert(offsetof(UBP_RotActionState_C, UberGraphFrame_BP_RotActionState_C) == 0x000138, "Member 'UBP_RotActionState_C::UberGraphFrame_BP_RotActionState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, PerformedAction) == 0x000140, "Member 'UBP_RotActionState_C::PerformedAction' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, SelectedAction) == 0x000148, "Member 'UBP_RotActionState_C::SelectedAction' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, CanMovePickTarget) == 0x000150, "Member 'UBP_RotActionState_C::CanMovePickTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, FrozenInputStickState) == 0x000154, "Member 'UBP_RotActionState_C::FrozenInputStickState' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, StartTime) == 0x00015C, "Member 'UBP_RotActionState_C::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, GoalAimStrength) == 0x000160, "Member 'UBP_RotActionState_C::GoalAimStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotActionState_C, FadeDuration) == 0x000164, "Member 'UBP_RotActionState_C::FadeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_HandleInputActionEvent \ +static_assert(alignof(BP_RotHammerState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_RotHammerState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_RotHammerState_C_HandleInputActionEvent) == 0x000020, "Wrong size on BP_RotHammerState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_RotHammerState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_RotHammerState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_RotHammerState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_RotHammerState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, CallFunc_GetAbility_Ability) == 0x000008, "Member 'BP_RotHammerState_C_HandleInputActionEvent::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, K2Node_DynamicCast_AsAbility_Rot_Hammer) == 0x000010, "Member 'BP_RotHammerState_C_HandleInputActionEvent::K2Node_DynamicCast_AsAbility_Rot_Hammer' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_RotHammerState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_HandleAnimEvent \ +static_assert(alignof(BP_RotHammerState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_RotHammerState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_RotHammerState_C_HandleAnimEvent) == 0x000068, "Wrong size on BP_RotHammerState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_RotHammerState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_RotHammerState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_RotHammerState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000010, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000040, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000050, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_HandleAnimEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000060, "Member 'BP_RotHammerState_C_HandleAnimEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_GetAttackOrientation \ +static_assert(alignof(BP_RotHammerState_C_GetAttackOrientation) == 0x000008, "Wrong alignment on BP_RotHammerState_C_GetAttackOrientation"); \ +static_assert(sizeof(BP_RotHammerState_C_GetAttackOrientation) == 0x0000B0, "Wrong size on BP_RotHammerState_C_GetAttackOrientation"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, ReturnValue) == 0x000000, "Member 'BP_RotHammerState_C_GetAttackOrientation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000020, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_RotHammerState_C_GetAttackOrientation::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_RotHammerState_C_GetAttackOrientation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_GetActorForwardVector_ReturnValue) == 0x000040, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_MakeVector_ReturnValue_1) == 0x00004C, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_MakeRotFromZX_ReturnValue) == 0x000060, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000070, "Member 'BP_RotHammerState_C_GetAttackOrientation::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_RotHammerState_C_GetAttackOrientation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_GetSoftLockTarget_ReturnValue) == 0x000080, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_GetSoftLockTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000098, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_GetAttackOrientation, CallFunc_MakeRotFromZX_ReturnValue_1) == 0x0000A4, "Member 'BP_RotHammerState_C_GetAttackOrientation::CallFunc_MakeRotFromZX_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_CanEnterState \ +static_assert(alignof(BP_RotHammerState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_RotHammerState_C_CanEnterState"); \ +static_assert(sizeof(BP_RotHammerState_C_CanEnterState) == 0x000020, "Wrong size on BP_RotHammerState_C_CanEnterState"); \ +static_assert(offsetof(BP_RotHammerState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_RotHammerState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_RotHammerState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_CanEnterState, CallFunc_HasItem_ReturnValue) == 0x000009, "Member 'BP_RotHammerState_C_CanEnterState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_CanEnterState, CallFunc_GetAbility_Ability) == 0x000010, "Member 'BP_RotHammerState_C_CanEnterState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_CanEnterState, CallFunc_CanActivateAbility_ReturnValue) == 0x000018, "Member 'BP_RotHammerState_C_CanEnterState::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_RotHammerState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_OnStart \ +static_assert(alignof(BP_RotHammerState_C_OnStart) == 0x000008, "Wrong alignment on BP_RotHammerState_C_OnStart"); \ +static_assert(sizeof(BP_RotHammerState_C_OnStart) == 0x000008, "Wrong size on BP_RotHammerState_C_OnStart"); \ +static_assert(offsetof(BP_RotHammerState_C_OnStart, PrevState) == 0x000000, "Member 'BP_RotHammerState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_OnEnd \ +static_assert(alignof(BP_RotHammerState_C_OnEnd) == 0x000008, "Wrong alignment on BP_RotHammerState_C_OnEnd"); \ +static_assert(sizeof(BP_RotHammerState_C_OnEnd) == 0x000008, "Wrong size on BP_RotHammerState_C_OnEnd"); \ +static_assert(offsetof(BP_RotHammerState_C_OnEnd, NextState) == 0x000000, "Member 'BP_RotHammerState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState \ +static_assert(alignof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState) == 0x000008, "Wrong alignment on BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState"); \ +static_assert(sizeof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState) == 0x000068, "Wrong size on BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, EntryPoint) == 0x000000, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_GetAttackOrientation_ReturnValue) == 0x000004, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_GetAttackOrientation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, K2Node_Event_NextState) == 0x000018, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_GetAbility_Ability) == 0x000020, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_GetAbility_Ability' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_GetAbility_Ability_1) == 0x000028, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_GetAbility_Ability_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_Activate_ReturnValue) == 0x000030, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_Complete_ReturnValue) == 0x000031, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000040, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_RemoveStaggerOptions_ReturnValue) == 0x000048, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_RemoveStaggerOptions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000050, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000058, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000061, "Member 'BP_RotHammerState_C_ExecuteUbergraph_BP_RotHammerState::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RotHammerState_C \ +static_assert(alignof(UBP_RotHammerState_C) == 0x000008, "Wrong alignment on UBP_RotHammerState_C"); \ +static_assert(sizeof(UBP_RotHammerState_C) == 0x000140, "Wrong size on UBP_RotHammerState_C"); \ +static_assert(offsetof(UBP_RotHammerState_C, UberGraphFrame_BP_RotHammerState_C) == 0x000138, "Member 'UBP_RotHammerState_C::UberGraphFrame_BP_RotHammerState_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_HandleStaggerEvent \ +static_assert(alignof(BP_SpiritShieldBlockState_C_HandleStaggerEvent) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_HandleStaggerEvent"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_HandleStaggerEvent) == 0x000128, "Wrong size on BP_SpiritShieldBlockState_C_HandleStaggerEvent"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, DamageEvent) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, Strength) == 0x000110, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, ReturnValue) == 0x000111, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000118, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, CallFunc_HasPendingDamageEvent_ReturnValue) == 0x000120, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::CallFunc_HasPendingDamageEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, CallFunc_GetIsShieldBroken_IsBroken) == 0x000121, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::CallFunc_GetIsShieldBroken_IsBroken' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000122, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, CallFunc_BooleanAND_ReturnValue) == 0x000123, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleStaggerEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x000124, "Member 'BP_SpiritShieldBlockState_C_HandleStaggerEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_HandleAnimEvent \ +static_assert(alignof(BP_SpiritShieldBlockState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_SpiritShieldBlockState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_SpiritShieldBlockState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_SpiritShieldBlockState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_SpiritShieldBlockState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_CanEnterState \ +static_assert(alignof(BP_SpiritShieldBlockState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_CanEnterState"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_CanEnterState) == 0x000010, "Wrong size on BP_SpiritShieldBlockState_C_CanEnterState"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_SpiritShieldBlockState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_CanEnterState, CallFunc_GetIsShieldBroken_IsBroken) == 0x000009, "Member 'BP_SpiritShieldBlockState_C_CanEnterState::CallFunc_GetIsShieldBroken_IsBroken' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_SpiritShieldBlockState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_OnStart \ +static_assert(alignof(BP_SpiritShieldBlockState_C_OnStart) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_OnStart"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_OnStart) == 0x000008, "Wrong size on BP_SpiritShieldBlockState_C_OnStart"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_Update \ +static_assert(alignof(BP_SpiritShieldBlockState_C_Update) == 0x000004, "Wrong alignment on BP_SpiritShieldBlockState_C_Update"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_Update) == 0x000004, "Wrong size on BP_SpiritShieldBlockState_C_Update"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_OnEnd \ +static_assert(alignof(BP_SpiritShieldBlockState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_OnEnd"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_OnEnd) == 0x000008, "Wrong size on BP_SpiritShieldBlockState_C_OnEnd"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_HandleAnimComplete \ +static_assert(alignof(BP_SpiritShieldBlockState_C_HandleAnimComplete) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_HandleAnimComplete"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_HandleAnimComplete) == 0x000020, "Wrong size on BP_SpiritShieldBlockState_C_HandleAnimComplete"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleAnimComplete, Args) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_HandleAnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_HandleAnimComplete, MontageManager) == 0x000018, "Member 'BP_SpiritShieldBlockState_C_HandleAnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState \ +static_assert(alignof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState) == 0x000220, "Wrong size on BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, EntryPoint) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, Temp_byte_Variable) == 0x000004, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetComponentOnController_ReturnValue) == 0x000028, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_PollActions_ReturnValue) == 0x000030, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_Event_PrevState) == 0x000040, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_Event_DeltaTime) == 0x00004C, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000050, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_IsInputBuffered_IsStale) == 0x000058, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_IsInputBuffered_IsStale' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_IsInputBuffered_ReturnValue) == 0x000059, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_Event_NextState) == 0x000060, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000068, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Stop_ReturnValue) == 0x000070, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Stop_ReturnValue_1) == 0x000071, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Stop_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Stop_ReturnValue_2) == 0x000072, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Stop_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetIsShieldBroken_IsBroken) == 0x000073, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetIsShieldBroken_IsBroken' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000078, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_CustomEvent_Args) == 0x000080, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_CustomEvent_MontageManager) == 0x000098, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_MochiEnsure_ReturnValue) == 0x0000A0, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x0000A8, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, Temp_bool_Variable) == 0x0000B0, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetCharacter_ReturnValue) == 0x0000B8, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000C4, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Less_IntInt_ReturnValue) == 0x0000C5, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GetComponentOnCharacter_ReturnValue_3) == 0x0000D0, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GetComponentOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_ConsumePendingDamageResponse_OutDamageEvent) == 0x0000D8, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_ConsumePendingDamageResponse_OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_ConsumePendingDamageResponse_OutResult) == 0x0001E8, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_ConsumePendingDamageResponse_OutResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_ConsumePendingDamageResponse_ReturnValue) == 0x000214, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_ConsumePendingDamageResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_MochiEnsure_ReturnValue_1) == 0x000215, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x000216, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_PlayWithCallback_ReturnValue) == 0x000218, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00021C, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00021D, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState, K2Node_Select_Default) == 0x00021E, "Member 'BP_SpiritShieldBlockState_C_ExecuteUbergraph_BP_SpiritShieldBlockState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBlockState_C_GetIsShieldBroken \ +static_assert(alignof(BP_SpiritShieldBlockState_C_GetIsShieldBroken) == 0x000008, "Wrong alignment on BP_SpiritShieldBlockState_C_GetIsShieldBroken"); \ +static_assert(sizeof(BP_SpiritShieldBlockState_C_GetIsShieldBroken) == 0x000020, "Wrong size on BP_SpiritShieldBlockState_C_GetIsShieldBroken"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_GetIsShieldBroken, IsBroken) == 0x000000, "Member 'BP_SpiritShieldBlockState_C_GetIsShieldBroken::IsBroken' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_GetIsShieldBroken, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_SpiritShieldBlockState_C_GetIsShieldBroken::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_GetIsShieldBroken, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_SpiritShieldBlockState_C_GetIsShieldBroken::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBlockState_C_GetIsShieldBroken, CallFunc_GetIsShieldBroken_IsBroken) == 0x000018, "Member 'BP_SpiritShieldBlockState_C_GetIsShieldBroken::CallFunc_GetIsShieldBroken_IsBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpiritShieldBlockState_C \ +static_assert(alignof(UBP_SpiritShieldBlockState_C) == 0x000008, "Wrong alignment on UBP_SpiritShieldBlockState_C"); \ +static_assert(sizeof(UBP_SpiritShieldBlockState_C) == 0x000130, "Wrong size on UBP_SpiritShieldBlockState_C"); \ +static_assert(offsetof(UBP_SpiritShieldBlockState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SpiritShieldBlockState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpiritShieldBlockState_C, CanExit) == 0x000128, "Member 'UBP_SpiritShieldBlockState_C::CanExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBreakState_C_OnStart \ +static_assert(alignof(BP_SpiritShieldBreakState_C_OnStart) == 0x000008, "Wrong alignment on BP_SpiritShieldBreakState_C_OnStart"); \ +static_assert(sizeof(BP_SpiritShieldBreakState_C_OnStart) == 0x000008, "Wrong size on BP_SpiritShieldBreakState_C_OnStart"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SpiritShieldBreakState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBreakState_C_OnEnd \ +static_assert(alignof(BP_SpiritShieldBreakState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SpiritShieldBreakState_C_OnEnd"); \ +static_assert(sizeof(BP_SpiritShieldBreakState_C_OnEnd) == 0x000008, "Wrong size on BP_SpiritShieldBreakState_C_OnEnd"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SpiritShieldBreakState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBreakState_C_HandleAnimComplete \ +static_assert(alignof(BP_SpiritShieldBreakState_C_HandleAnimComplete) == 0x000008, "Wrong alignment on BP_SpiritShieldBreakState_C_HandleAnimComplete"); \ +static_assert(sizeof(BP_SpiritShieldBreakState_C_HandleAnimComplete) == 0x000020, "Wrong size on BP_SpiritShieldBreakState_C_HandleAnimComplete"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_HandleAnimComplete, Args) == 0x000000, "Member 'BP_SpiritShieldBreakState_C_HandleAnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_HandleAnimComplete, MontageManager) == 0x000018, "Member 'BP_SpiritShieldBreakState_C_HandleAnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBreakState_C_Update \ +static_assert(alignof(BP_SpiritShieldBreakState_C_Update) == 0x000004, "Wrong alignment on BP_SpiritShieldBreakState_C_Update"); \ +static_assert(sizeof(BP_SpiritShieldBreakState_C_Update) == 0x000004, "Wrong size on BP_SpiritShieldBreakState_C_Update"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SpiritShieldBreakState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState \ +static_assert(alignof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState) == 0x000008, "Wrong alignment on BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState"); \ +static_assert(sizeof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState) == 0x000188, "Wrong size on BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, EntryPoint) == 0x000000, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_name_Variable) == 0x000008, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000010, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000020, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_PollActions_ReturnValue) == 0x000028, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00003C, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_name_Variable_1) == 0x000040, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_IsInputBuffered_ReturnValue) == 0x000048, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000049, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_byte_Variable) == 0x00004A, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetClassDisplayName_ReturnValue) == 0x000050, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000060, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000088, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000B0, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_MochiEnsure_ReturnValue) == 0x0000B1, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x0000B2, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x0000B3, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x0000B4, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_Event_PrevState) == 0x0000B8, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_Event_NextState) == 0x0000C0, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000C8, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x0000D0, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Stop_ReturnValue) == 0x0000D8, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Stop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_CustomEvent_Args) == 0x0000DC, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_CustomEvent_MontageManager) == 0x0000F8, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_name_Variable_2) == 0x000100, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_Event_DeltaTime) == 0x000108, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_int_Array_Index_Variable) == 0x00010C, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_CreateDelegate_OutputDelegate) == 0x000110, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Array_Get_Item) == 0x000120, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_SwitchEnum_CmpSuccess) == 0x000121, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetComponentOnCharacter_ReturnValue_2) == 0x000128, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetComponentOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_GetCharacter_ReturnValue) == 0x000130, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ConsumePendingShieldBreakResponse_OutWSDirection) == 0x000138, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ConsumePendingShieldBreakResponse_OutWSDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ConsumePendingShieldBreakResponse_OutRelativeDirection) == 0x000144, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ConsumePendingShieldBreakResponse_OutRelativeDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ConsumePendingShieldBreakResponse_ReturnValue) == 0x000145, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ConsumePendingShieldBreakResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_MochiEnsure_ReturnValue_1) == 0x000146, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_MochiEnsure_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_int_Loop_Counter_Variable) == 0x000148, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, Temp_name_Variable_3) == 0x00014C, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Less_IntInt_ReturnValue) == 0x000154, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_Select_Default) == 0x000158, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, K2Node_MakeStruct_PlayMontageArgs) == 0x000160, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_Add_IntInt_ReturnValue) == 0x000178, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_PlayWithCallback_ReturnValue) == 0x00017C, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x000180, "Member 'BP_SpiritShieldBreakState_C_ExecuteUbergraph_BP_SpiritShieldBreakState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpiritShieldBreakState_C \ +static_assert(alignof(UBP_SpiritShieldBreakState_C) == 0x000008, "Wrong alignment on UBP_SpiritShieldBreakState_C"); \ +static_assert(sizeof(UBP_SpiritShieldBreakState_C) == 0x000128, "Wrong size on UBP_SpiritShieldBreakState_C"); \ +static_assert(offsetof(UBP_SpiritShieldBreakState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SpiritShieldBreakState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse \ +static_assert(alignof(Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse) == 0x000008, "Wrong alignment on Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse"); \ +static_assert(sizeof(Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse) == 0x000020, "Wrong size on Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse"); \ +static_assert(offsetof(Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse, EntryPoint) == 0x000000, "Member 'Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse, CallFunc_FirePulse_ReturnValue) == 0x000010, "Member 'Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse::CallFunc_FirePulse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse, CallFunc_PlayWithArgs_ReturnValue) == 0x000018, "Member 'Ability_RotPulse_C_ExecuteUbergraph_Ability_RotPulse::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotPulse_C \ +static_assert(alignof(AAbility_RotPulse_C) == 0x000010, "Wrong alignment on AAbility_RotPulse_C"); \ +static_assert(sizeof(AAbility_RotPulse_C) == 0x000390, "Wrong size on AAbility_RotPulse_C"); \ +static_assert(offsetof(AAbility_RotPulse_C, UberGraphFrame_Ability_RotPulse_C) == 0x000360, "Member 'AAbility_RotPulse_C::UberGraphFrame_Ability_RotPulse_C' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotPulse_C, MontageArgs) == 0x000368, "Member 'AAbility_RotPulse_C::MontageArgs' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotPulse_C, AnimInstance) == 0x000380, "Member 'AAbility_RotPulse_C::AnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMaxFollowRot_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsMaxFollowRot_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsMaxFollowRot_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsMaxFollowRot_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsMaxFollowRot_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMaxFollowRot_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsMaxFollowRot_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot \ +static_assert(alignof(BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot) == 0x000008, "Wrong alignment on BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot"); \ +static_assert(sizeof(BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot) == 0x000020, "Wrong size on BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot, EntryPoint) == 0x000000, "Member 'BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsMaxFollowRot_C_ExecuteUbergraph_BP_OptionsMaxFollowRot::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMaxFollowRot_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsMaxFollowRot_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsMaxFollowRot_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsMaxFollowRot_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsMaxFollowRot_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMaxFollowRot_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMaxFollowRot_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMaxFollowRot_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetAppliedIntValue, CallFunc_GetMaxFollowRotQuality_ReturnValue) == 0x000018, "Member 'BP_OptionsMaxFollowRot_C_GetAppliedIntValue::CallFunc_GetMaxFollowRotQuality_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMaxFollowRot_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsMaxFollowRot_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsMaxFollowRot_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsMaxFollowRot_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsMaxFollowRot_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMaxFollowRot_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMaxFollowRot_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMaxFollowRot_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMaxFollowRot_C_GetDefaultIntValue, CallFunc_GetDefaultMaxFollowRotQuality_ReturnValue) == 0x000018, "Member 'BP_OptionsMaxFollowRot_C_GetDefaultIntValue::CallFunc_GetDefaultMaxFollowRotQuality_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsMaxFollowRot_C \ +static_assert(alignof(UBP_OptionsMaxFollowRot_C) == 0x000008, "Wrong alignment on UBP_OptionsMaxFollowRot_C"); \ +static_assert(sizeof(UBP_OptionsMaxFollowRot_C) == 0x000030, "Wrong size on UBP_OptionsMaxFollowRot_C"); \ +static_assert(offsetof(UBP_OptionsMaxFollowRot_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsMaxFollowRot_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_GetOwnerTransform \ +static_assert(alignof(Ability_Pulse_C_GetOwnerTransform) == 0x000010, "Wrong alignment on Ability_Pulse_C_GetOwnerTransform"); \ +static_assert(sizeof(Ability_Pulse_C_GetOwnerTransform) == 0x0000C0, "Wrong size on Ability_Pulse_C_GetOwnerTransform"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, Transform) == 0x000000, "Member 'Ability_Pulse_C_GetOwnerTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'Ability_Pulse_C_GetOwnerTransform::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, K2Node_DynamicCast_AsController) == 0x000038, "Member 'Ability_Pulse_C_GetOwnerTransform::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'Ability_Pulse_C_GetOwnerTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, CallFunc_GetTransform_ReturnValue) == 0x000050, "Member 'Ability_Pulse_C_GetOwnerTransform::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, CallFunc_K2_GetPawn_ReturnValue) == 0x000080, "Member 'Ability_Pulse_C_GetOwnerTransform::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetOwnerTransform, CallFunc_GetTransform_ReturnValue_1) == 0x000090, "Member 'Ability_Pulse_C_GetOwnerTransform::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_GetCurrentDuration \ +static_assert(alignof(Ability_Pulse_C_GetCurrentDuration) == 0x000004, "Wrong alignment on Ability_Pulse_C_GetCurrentDuration"); \ +static_assert(sizeof(Ability_Pulse_C_GetCurrentDuration) == 0x000008, "Wrong size on Ability_Pulse_C_GetCurrentDuration"); \ +static_assert(offsetof(Ability_Pulse_C_GetCurrentDuration, Duration) == 0x000000, "Member 'Ability_Pulse_C_GetCurrentDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetCurrentDuration, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'Ability_Pulse_C_GetCurrentDuration::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_FirePulse \ +static_assert(alignof(Ability_Pulse_C_FirePulse) == 0x000008, "Wrong alignment on Ability_Pulse_C_FirePulse"); \ +static_assert(sizeof(Ability_Pulse_C_FirePulse) == 0x000018, "Wrong size on Ability_Pulse_C_FirePulse"); \ +static_assert(offsetof(Ability_Pulse_C_FirePulse, ReturnValue) == 0x000000, "Member 'Ability_Pulse_C_FirePulse::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_FirePulse, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'Ability_Pulse_C_FirePulse::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_FirePulse, CallFunc_SpawnExplosion_ReturnValue) == 0x000010, "Member 'Ability_Pulse_C_FirePulse::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_GetCurrentRadius \ +static_assert(alignof(Ability_Pulse_C_GetCurrentRadius) == 0x000004, "Wrong alignment on Ability_Pulse_C_GetCurrentRadius"); \ +static_assert(sizeof(Ability_Pulse_C_GetCurrentRadius) == 0x000008, "Wrong size on Ability_Pulse_C_GetCurrentRadius"); \ +static_assert(offsetof(Ability_Pulse_C_GetCurrentRadius, Radius) == 0x000000, "Member 'Ability_Pulse_C_GetCurrentRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_GetCurrentRadius, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'Ability_Pulse_C_GetCurrentRadius::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_UpdateRadiusVisual \ +static_assert(alignof(Ability_Pulse_C_UpdateRadiusVisual) == 0x000004, "Wrong alignment on Ability_Pulse_C_UpdateRadiusVisual"); \ +static_assert(sizeof(Ability_Pulse_C_UpdateRadiusVisual) == 0x0000C8, "Wrong size on Ability_Pulse_C_UpdateRadiusVisual"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, DeltaTime) == 0x000000, "Member 'Ability_Pulse_C_UpdateRadiusVisual::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_BreakVector_X) == 0x000008, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_BreakVector_Y) == 0x00000C, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_BreakVector_Z) == 0x000010, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_GetCurrentRadius_Radius) == 0x000014, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_GetCurrentRadius_Radius' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_K2_GetComponentScale_ReturnValue) == 0x00001C, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_MakeVector_ReturnValue) == 0x000028, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000034, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdateRadiusVisual, CallFunc_VLerp_ReturnValue) == 0x0000BC, "Member 'Ability_Pulse_C_UpdateRadiusVisual::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_UpdatePercent \ +static_assert(alignof(Ability_Pulse_C_UpdatePercent) == 0x000004, "Wrong alignment on Ability_Pulse_C_UpdatePercent"); \ +static_assert(sizeof(Ability_Pulse_C_UpdatePercent) == 0x000014, "Wrong size on Ability_Pulse_C_UpdatePercent"); \ +static_assert(offsetof(Ability_Pulse_C_UpdatePercent, DeltaTime) == 0x000000, "Member 'Ability_Pulse_C_UpdatePercent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdatePercent, Completed) == 0x000004, "Member 'Ability_Pulse_C_UpdatePercent::Completed' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdatePercent, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'Ability_Pulse_C_UpdatePercent::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdatePercent, CallFunc_FMin_ReturnValue) == 0x000008, "Member 'Ability_Pulse_C_UpdatePercent::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdatePercent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'Ability_Pulse_C_UpdatePercent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_UpdatePercent, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'Ability_Pulse_C_UpdatePercent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_OnEndChanneling \ +static_assert(alignof(Ability_Pulse_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_Pulse_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_Pulse_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_Pulse_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_Pulse_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_Pulse_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_OnUpdateChanneling \ +static_assert(alignof(Ability_Pulse_C_OnUpdateChanneling) == 0x000004, "Wrong alignment on Ability_Pulse_C_OnUpdateChanneling"); \ +static_assert(sizeof(Ability_Pulse_C_OnUpdateChanneling) == 0x000004, "Wrong size on Ability_Pulse_C_OnUpdateChanneling"); \ +static_assert(offsetof(Ability_Pulse_C_OnUpdateChanneling, DeltaTime) == 0x000000, "Member 'Ability_Pulse_C_OnUpdateChanneling::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_OnInterrupt \ +static_assert(alignof(Ability_Pulse_C_OnInterrupt) == 0x000001, "Wrong alignment on Ability_Pulse_C_OnInterrupt"); \ +static_assert(sizeof(Ability_Pulse_C_OnInterrupt) == 0x000001, "Wrong size on Ability_Pulse_C_OnInterrupt"); \ +static_assert(offsetof(Ability_Pulse_C_OnInterrupt, reason) == 0x000000, "Member 'Ability_Pulse_C_OnInterrupt::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse \ +static_assert(alignof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse) == 0x000008, "Wrong alignment on Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse"); \ +static_assert(sizeof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse) == 0x000028, "Wrong size on Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, EntryPoint) == 0x000000, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, K2Node_Event_DeltaTime) == 0x000004, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, CallFunc_FirePulse_ReturnValue) == 0x000008, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::CallFunc_FirePulse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, CallFunc_UpdatePercent_Completed) == 0x000010, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::CallFunc_UpdatePercent_Completed' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, K2Node_Event_Reason_1) == 0x000011, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::K2Node_Event_Reason_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, CallFunc_HandleInputAction_ReturnValue) == 0x000012, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::CallFunc_HandleInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, K2Node_Event_Reason) == 0x000014, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000018, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse, CallFunc_SetValueIfLower_ReturnValue) == 0x000020, "Member 'Ability_Pulse_C_ExecuteUbergraph_Ability_Pulse::CallFunc_SetValueIfLower_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_Pulse_C \ +static_assert(alignof(AAbility_Pulse_C) == 0x000010, "Wrong alignment on AAbility_Pulse_C"); \ +static_assert(sizeof(AAbility_Pulse_C) == 0x000360, "Wrong size on AAbility_Pulse_C"); \ +static_assert(offsetof(AAbility_Pulse_C, UberGraphFrame) == 0x000310, "Member 'AAbility_Pulse_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, PulseSpawner) == 0x000318, "Member 'AAbility_Pulse_C::PulseSpawner' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, RadiusDecal) == 0x000320, "Member 'AAbility_Pulse_C::RadiusDecal' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, DefaultSceneRoot) == 0x000328, "Member 'AAbility_Pulse_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, CurrentPercent) == 0x000330, "Member 'AAbility_Pulse_C::CurrentPercent' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, PulseConfig) == 0x000334, "Member 'AAbility_Pulse_C::PulseConfig' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, RadiusDecalLerpSpeed) == 0x000348, "Member 'AAbility_Pulse_C::RadiusDecalLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, FireOnChargeComplete) == 0x00034C, "Member 'AAbility_Pulse_C::FireOnChargeComplete' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, PulseClass) == 0x000350, "Member 'AAbility_Pulse_C::PulseClass' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Pulse_C, VelocityScalar) == 0x000358, "Member 'AAbility_Pulse_C::VelocityScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget \ +static_assert(alignof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget) == 0x000008, "Wrong alignment on WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget"); \ +static_assert(sizeof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget) == 0x000020, "Wrong size on WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget"); \ +static_assert(offsetof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget, EntryPoint) == 0x000000, "Member 'WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget, CallFunc_GetProgressTowardRotLevel_OutRotCount) == 0x000010, "Member 'WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget::CallFunc_GetProgressTowardRotLevel_OutRotCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget, CallFunc_GetProgressTowardRotLevel_OutRotCountGoal) == 0x000014, "Member 'WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget::CallFunc_GetProgressTowardRotLevel_OutRotCountGoal' has a wrong offset!"); \ +static_assert(offsetof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget, CallFunc_GetProgressTowardRotLevel_OutPercent) == 0x000018, "Member 'WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget::CallFunc_GetProgressTowardRotLevel_OutPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget, CallFunc_GetProgressTowardRotLevel_OutIsFullyLeveled) == 0x00001C, "Member 'WBP_UpgradesRotLevelWidget_C_ExecuteUbergraph_WBP_UpgradesRotLevelWidget::CallFunc_GetProgressTowardRotLevel_OutIsFullyLeveled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UpgradesRotLevelWidget_C \ +static_assert(alignof(UWBP_UpgradesRotLevelWidget_C) == 0x000008, "Wrong alignment on UWBP_UpgradesRotLevelWidget_C"); \ +static_assert(sizeof(UWBP_UpgradesRotLevelWidget_C) == 0x0002A8, "Wrong size on UWBP_UpgradesRotLevelWidget_C"); \ +static_assert(offsetof(UWBP_UpgradesRotLevelWidget_C, UberGraphFrame) == 0x000288, "Member 'UWBP_UpgradesRotLevelWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UpgradesRotLevelWidget_C, HorizontalBox_106) == 0x000290, "Member 'UWBP_UpgradesRotLevelWidget_C::HorizontalBox_106' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UpgradesRotLevelWidget_C, Image_82) == 0x000298, "Member 'UWBP_UpgradesRotLevelWidget_C::Image_82' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UpgradesRotLevelWidget_C, RotCountVisibility) == 0x0002A0, "Member 'UWBP_UpgradesRotLevelWidget_C::RotCountVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Dash_C_SpendResources \ +static_assert(alignof(Ability_Dash_C_SpendResources) == 0x000008, "Wrong alignment on Ability_Dash_C_SpendResources"); \ +static_assert(sizeof(Ability_Dash_C_SpendResources) == 0x000010, "Wrong size on Ability_Dash_C_SpendResources"); \ +static_assert(offsetof(Ability_Dash_C_SpendResources, CallFunc_GetInstigator_ReturnValue) == 0x000000, "Member 'Ability_Dash_C_SpendResources::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_SpendResources, CallFunc_TryDecrease_OutDelta) == 0x000008, "Member 'Ability_Dash_C_SpendResources::CallFunc_TryDecrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_SpendResources, CallFunc_TryDecrease_OutDepleted) == 0x00000C, "Member 'Ability_Dash_C_SpendResources::CallFunc_TryDecrease_OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_SpendResources, CallFunc_TryDecrease_ReturnValue) == 0x00000D, "Member 'Ability_Dash_C_SpendResources::CallFunc_TryDecrease_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Dash_C_SetResources \ +static_assert(alignof(Ability_Dash_C_SetResources) == 0x000008, "Wrong alignment on Ability_Dash_C_SetResources"); \ +static_assert(sizeof(Ability_Dash_C_SetResources) == 0x000010, "Wrong size on Ability_Dash_C_SetResources"); \ +static_assert(offsetof(Ability_Dash_C_SetResources, Resources_0) == 0x000000, "Member 'Ability_Dash_C_SetResources::Resources_0' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_SetResources, ResourceType_0) == 0x000008, "Member 'Ability_Dash_C_SetResources::ResourceType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Dash_C_ExecuteUbergraph_Ability_Dash \ +static_assert(alignof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash) == 0x000008, "Wrong alignment on Ability_Dash_C_ExecuteUbergraph_Ability_Dash"); \ +static_assert(sizeof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash) == 0x000040, "Wrong size on Ability_Dash_C_ExecuteUbergraph_Ability_Dash"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, EntryPoint) == 0x000000, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, Temp_bool_Variable) == 0x000004, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, Temp_float_Variable) == 0x000008, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, Temp_float_Variable_1) == 0x00000C, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, CallFunc_GetActiveStaff_ReturnValue) == 0x000018, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, K2Node_Select_Default) == 0x000034, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_ExecuteUbergraph_Ability_Dash, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'Ability_Dash_C_ExecuteUbergraph_Ability_Dash::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Dash_C_CanActivateAbility \ +static_assert(alignof(Ability_Dash_C_CanActivateAbility) == 0x000004, "Wrong alignment on Ability_Dash_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_Dash_C_CanActivateAbility) == 0x00000C, "Wrong size on Ability_Dash_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_Dash_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000001, "Member 'Ability_Dash_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, CallFunc_TryGetResource_ResourceCount) == 0x000004, "Member 'Ability_Dash_C_CanActivateAbility::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, CallFunc_TryGetResource_ReturnValue) == 0x000008, "Member 'Ability_Dash_C_CanActivateAbility::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000009, "Member 'Ability_Dash_C_CanActivateAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'Ability_Dash_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Dash_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x00000B, "Member 'Ability_Dash_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_Dash_C \ +static_assert(alignof(AAbility_Dash_C) == 0x000010, "Wrong alignment on AAbility_Dash_C"); \ +static_assert(sizeof(AAbility_Dash_C) == 0x000360, "Wrong size on AAbility_Dash_C"); \ +static_assert(offsetof(AAbility_Dash_C, UberGraphFrame) == 0x000310, "Member 'AAbility_Dash_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, DefaultSceneRoot) == 0x000318, "Member 'AAbility_Dash_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, DashAttackShaderFeedback_EmissiveTint_AD50D4CF47A82DF68A3478913FC5E716) == 0x000320, "Member 'AAbility_Dash_C::DashAttackShaderFeedback_EmissiveTint_AD50D4CF47A82DF68A3478913FC5E716' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, DashAttackShaderFeedback_DamageTimeline_AD50D4CF47A82DF68A3478913FC5E716) == 0x00032C, "Member 'AAbility_Dash_C::DashAttackShaderFeedback_DamageTimeline_AD50D4CF47A82DF68A3478913FC5E716' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, DashAttackShaderFeedback__Direction_AD50D4CF47A82DF68A3478913FC5E716) == 0x000330, "Member 'AAbility_Dash_C::DashAttackShaderFeedback__Direction_AD50D4CF47A82DF68A3478913FC5E716' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, DashAttackShaderFeedback) == 0x000338, "Member 'AAbility_Dash_C::DashAttackShaderFeedback' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, IsCombatDash) == 0x000340, "Member 'AAbility_Dash_C::IsCombatDash' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, Resources) == 0x000348, "Member 'AAbility_Dash_C::Resources' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, ResourceType) == 0x000350, "Member 'AAbility_Dash_C::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Dash_C, ResourceCost) == 0x000354, "Member 'AAbility_Dash_C::ResourceCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashScootHelper_C_CanBeHardLockedOnTo \ +static_assert(alignof(BP_DashScootHelper_C_CanBeHardLockedOnTo) == 0x000008, "Wrong alignment on BP_DashScootHelper_C_CanBeHardLockedOnTo"); \ +static_assert(sizeof(BP_DashScootHelper_C_CanBeHardLockedOnTo) == 0x000010, "Wrong size on BP_DashScootHelper_C_CanBeHardLockedOnTo"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeHardLockedOnTo, Targeter) == 0x000000, "Member 'BP_DashScootHelper_C_CanBeHardLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeHardLockedOnTo, ReturnValue) == 0x000008, "Member 'BP_DashScootHelper_C_CanBeHardLockedOnTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashScootHelper_C_CanBeSoftLockedOnTo \ +static_assert(alignof(BP_DashScootHelper_C_CanBeSoftLockedOnTo) == 0x000008, "Wrong alignment on BP_DashScootHelper_C_CanBeSoftLockedOnTo"); \ +static_assert(sizeof(BP_DashScootHelper_C_CanBeSoftLockedOnTo) == 0x000020, "Wrong size on BP_DashScootHelper_C_CanBeSoftLockedOnTo"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeSoftLockedOnTo, Targeter) == 0x000000, "Member 'BP_DashScootHelper_C_CanBeSoftLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeSoftLockedOnTo, ReturnValue) == 0x000008, "Member 'BP_DashScootHelper_C_CanBeSoftLockedOnTo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeSoftLockedOnTo, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'BP_DashScootHelper_C_CanBeSoftLockedOnTo::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeSoftLockedOnTo, CallFunc_IsOverlappingActor_ReturnValue) == 0x000018, "Member 'BP_DashScootHelper_C_CanBeSoftLockedOnTo::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DashScootHelper_C_CanBeSoftLockedOnTo, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_DashScootHelper_C_CanBeSoftLockedOnTo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper \ +static_assert(alignof(BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper) == 0x000004, "Wrong alignment on BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper"); \ +static_assert(sizeof(BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper) == 0x000004, "Wrong size on BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper"); \ +static_assert(offsetof(BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper, EntryPoint) == 0x000000, "Member 'BP_DashScootHelper_C_ExecuteUbergraph_BP_DashScootHelper::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DashScootHelper_C \ +static_assert(alignof(ABP_DashScootHelper_C) == 0x000008, "Wrong alignment on ABP_DashScootHelper_C"); \ +static_assert(sizeof(ABP_DashScootHelper_C) == 0x000248, "Wrong size on ABP_DashScootHelper_C"); \ +static_assert(offsetof(ABP_DashScootHelper_C, UberGraphFrame) == 0x000228, "Member 'ABP_DashScootHelper_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DashScootHelper_C, Sphere) == 0x000230, "Member 'ABP_DashScootHelper_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_DashScootHelper_C, NoDashSphere) == 0x000238, "Member 'ABP_DashScootHelper_C::NoDashSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_DashScootHelper_C, Billboard) == 0x000240, "Member 'ABP_DashScootHelper_C::Billboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_AccessHelpers_C_HasInventoryItem \ +static_assert(alignof(BPFL_AccessHelpers_C_HasInventoryItem) == 0x000008, "Wrong alignment on BPFL_AccessHelpers_C_HasInventoryItem"); \ +static_assert(sizeof(BPFL_AccessHelpers_C_HasInventoryItem) == 0x000038, "Wrong size on BPFL_AccessHelpers_C_HasInventoryItem"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, WorldContextObject) == 0x000000, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, ItemTag) == 0x000008, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, __WorldContext) == 0x000010, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, ReturnValue) == 0x000018, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000028, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasInventoryItem, CallFunc_HasItem_ReturnValue) == 0x000031, "Member 'BPFL_AccessHelpers_C_HasInventoryItem::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_AccessHelpers_C_HasAllInventoryItems \ +static_assert(alignof(BPFL_AccessHelpers_C_HasAllInventoryItems) == 0x000008, "Wrong alignment on BPFL_AccessHelpers_C_HasAllInventoryItems"); \ +static_assert(sizeof(BPFL_AccessHelpers_C_HasAllInventoryItems) == 0x000050, "Wrong size on BPFL_AccessHelpers_C_HasAllInventoryItems"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, WorldContextObject) == 0x000000, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, ItemTag) == 0x000008, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, __WorldContext) == 0x000028, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, ReturnValue) == 0x000030, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000040, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_HasAllInventoryItems, CallFunc_HasAllItems_ReturnValue) == 0x000049, "Member 'BPFL_AccessHelpers_C_HasAllInventoryItems::CallFunc_HasAllItems_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_AccessHelpers_C_InputAxisToCameraSpace \ +static_assert(alignof(BPFL_AccessHelpers_C_InputAxisToCameraSpace) == 0x000008, "Wrong alignment on BPFL_AccessHelpers_C_InputAxisToCameraSpace"); \ +static_assert(sizeof(BPFL_AccessHelpers_C_InputAxisToCameraSpace) == 0x0000D8, "Wrong size on BPFL_AccessHelpers_C_InputAxisToCameraSpace"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, Input) == 0x000000, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::Input' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, PlayerController) == 0x000008, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, __WorldContext) == 0x000010, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CameraSpaceInput) == 0x000018, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CameraSpaceInput' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_MakeVector_ReturnValue) == 0x000024, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_Normal2D_ReturnValue) == 0x000030, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_GetCameraRotation_ReturnValue) == 0x000038, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_VSize2D_ReturnValue) == 0x000044, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_GetAxes_X) == 0x000048, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_GetAxes_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_GetAxes_Y) == 0x000054, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_GetAxes_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_GetAxes_Z) == 0x000060, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_GetAxes_Z' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_Less_FloatFloat_ReturnValue) == 0x00006C, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_MakeRotFromXZ_ReturnValue) == 0x000070, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, Temp_bool_Variable) == 0x00007C, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_GetRightVector_ReturnValue) == 0x000080, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_GetForwardVector_ReturnValue) == 0x00008C, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, Temp_struct_Variable) == 0x000098, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, K2Node_Select_Default) == 0x0000A0, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_BreakVector2D_X) == 0x0000A8, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_BreakVector2D_Y) == 0x0000AC, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000B0, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000BC, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_InputAxisToCameraSpace, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C8, "Member 'BPFL_AccessHelpers_C_InputAxisToCameraSpace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_AccessHelpers_C_IsFacing \ +static_assert(alignof(BPFL_AccessHelpers_C_IsFacing) == 0x000008, "Wrong alignment on BPFL_AccessHelpers_C_IsFacing"); \ +static_assert(sizeof(BPFL_AccessHelpers_C_IsFacing) == 0x000078, "Wrong size on BPFL_AccessHelpers_C_IsFacing"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, Source) == 0x000000, "Member 'BPFL_AccessHelpers_C_IsFacing::Source' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, Destination) == 0x000008, "Member 'BPFL_AccessHelpers_C_IsFacing::Destination' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, HalfAngleCos) == 0x000010, "Member 'BPFL_AccessHelpers_C_IsFacing::HalfAngleCos' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, __WorldContext) == 0x000018, "Member 'BPFL_AccessHelpers_C_IsFacing::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, ReturnValue) == 0x000020, "Member 'BPFL_AccessHelpers_C_IsFacing::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000030, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_GetForwardVector_ReturnValue) == 0x00003C, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000054, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_Normal_ReturnValue) == 0x000060, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_Dot_VectorVector_ReturnValue) == 0x00006C, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_IsFacing, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000070, "Member 'BPFL_AccessHelpers_C_IsFacing::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_AccessHelpers_C_SetStateForPhysicalSurface \ +static_assert(alignof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface) == 0x000008, "Wrong alignment on BPFL_AccessHelpers_C_SetStateForPhysicalSurface"); \ +static_assert(sizeof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface) == 0x000038, "Wrong size on BPFL_AccessHelpers_C_SetStateForPhysicalSurface"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, Actor) == 0x000000, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, MovementComponent) == 0x000008, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, __WorldContext) == 0x000010, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, Temp_bool_Variable) == 0x000018, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, CallFunc_IsWalking_ReturnValue) == 0x000019, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, CallFunc_GetPhysicalSurfaceName_ReturnValue) == 0x00001C, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::CallFunc_GetPhysicalSurfaceName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, CallFunc_GetSurfaceType_ReturnValue) == 0x000024, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::CallFunc_GetSurfaceType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, CallFunc_GetPhysicalSurfaceName_ReturnValue_1) == 0x000028, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::CallFunc_GetPhysicalSurfaceName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_SetStateForPhysicalSurface, K2Node_Select_Default) == 0x000030, "Member 'BPFL_AccessHelpers_C_SetStateForPhysicalSurface::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_AccessHelpers_C_GetAttackManagerFromPawn \ +static_assert(alignof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn) == 0x000008, "Wrong alignment on BPFL_AccessHelpers_C_GetAttackManagerFromPawn"); \ +static_assert(sizeof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn) == 0x000040, "Wrong size on BPFL_AccessHelpers_C_GetAttackManagerFromPawn"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, PawnActor) == 0x000000, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::PawnActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, __WorldContext) == 0x000008, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, AttackManager) == 0x000010, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::AttackManager' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, K2Node_DynamicCast_AsPawn) == 0x000018, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_AccessHelpers_C_GetAttackManagerFromPawn, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BPFL_AccessHelpers_C_GetAttackManagerFromPawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_AccessHelpers_C \ +static_assert(alignof(UBPFL_AccessHelpers_C) == 0x000008, "Wrong alignment on UBPFL_AccessHelpers_C"); \ +static_assert(sizeof(UBPFL_AccessHelpers_C) == 0x000028, "Wrong size on UBPFL_AccessHelpers_C"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_SpendResources \ +static_assert(alignof(Ability_DashAttack_C_SpendResources) == 0x000008, "Wrong alignment on Ability_DashAttack_C_SpendResources"); \ +static_assert(sizeof(Ability_DashAttack_C_SpendResources) == 0x000040, "Wrong size on Ability_DashAttack_C_SpendResources"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, Temp_int_Variable) == 0x000000, "Member 'Ability_DashAttack_C_SpendResources::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, Temp_float_Variable) == 0x000004, "Member 'Ability_DashAttack_C_SpendResources::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, Temp_float_Variable_1) == 0x000008, "Member 'Ability_DashAttack_C_SpendResources::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, Temp_float_Variable_2) == 0x00000C, "Member 'Ability_DashAttack_C_SpendResources::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_GetInstigator_ReturnValue) == 0x000010, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, K2Node_DynamicCast_AsBP_Spirit_Shield) == 0x000020, "Member 'Ability_DashAttack_C_SpendResources::K2Node_DynamicCast_AsBP_Spirit_Shield' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Ability_DashAttack_C_SpendResources::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_Get_ShieldHealthMax_MaxHealth) == 0x00002C, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_Get_ShieldHealthMax_MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, K2Node_Select_Default) == 0x000030, "Member 'Ability_DashAttack_C_SpendResources::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_TryDecrease_OutDelta) == 0x000038, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_TryDecrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_TryDecrease_OutDepleted) == 0x00003C, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_TryDecrease_OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SpendResources, CallFunc_TryDecrease_ReturnValue) == 0x00003D, "Member 'Ability_DashAttack_C_SpendResources::CallFunc_TryDecrease_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_SetResources \ +static_assert(alignof(Ability_DashAttack_C_SetResources) == 0x000008, "Wrong alignment on Ability_DashAttack_C_SetResources"); \ +static_assert(sizeof(Ability_DashAttack_C_SetResources) == 0x000010, "Wrong size on Ability_DashAttack_C_SetResources"); \ +static_assert(offsetof(Ability_DashAttack_C_SetResources, Resources_0) == 0x000000, "Member 'Ability_DashAttack_C_SetResources::Resources_0' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_SetResources, ResourceType_0) == 0x000008, "Member 'Ability_DashAttack_C_SetResources::ResourceType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_OnEndChanneling \ +static_assert(alignof(Ability_DashAttack_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_DashAttack_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_DashAttack_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_DashAttack_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_DashAttack_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_DashAttack_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_HandleAnimNotify \ +static_assert(alignof(Ability_DashAttack_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_DashAttack_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_DashAttack_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_DashAttack_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_DashAttack_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_DashAttack_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Ability_DashAttack_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_HandleExplosionDamageAttempt \ +static_assert(alignof(Ability_DashAttack_C_HandleExplosionDamageAttempt) == 0x000008, "Wrong alignment on Ability_DashAttack_C_HandleExplosionDamageAttempt"); \ +static_assert(sizeof(Ability_DashAttack_C_HandleExplosionDamageAttempt) == 0x000120, "Wrong size on Ability_DashAttack_C_HandleExplosionDamageAttempt"); \ +static_assert(offsetof(Ability_DashAttack_C_HandleExplosionDamageAttempt, DamageResult) == 0x000000, "Member 'Ability_DashAttack_C_HandleExplosionDamageAttempt::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_HandleExplosionDamageAttempt, DamageEvent) == 0x000008, "Member 'Ability_DashAttack_C_HandleExplosionDamageAttempt::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_HandleExplosionDamageAttempt, OtherActor) == 0x000118, "Member 'Ability_DashAttack_C_HandleExplosionDamageAttempt::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_InitExplosion \ +static_assert(alignof(Ability_DashAttack_C_InitExplosion) == 0x000008, "Wrong alignment on Ability_DashAttack_C_InitExplosion"); \ +static_assert(sizeof(Ability_DashAttack_C_InitExplosion) == 0x000008, "Wrong size on Ability_DashAttack_C_InitExplosion"); \ +static_assert(offsetof(Ability_DashAttack_C_InitExplosion, Explosion) == 0x000000, "Member 'Ability_DashAttack_C_InitExplosion::Explosion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_HandleDamagedEnemy \ +static_assert(alignof(Ability_DashAttack_C_HandleDamagedEnemy) == 0x000008, "Wrong alignment on Ability_DashAttack_C_HandleDamagedEnemy"); \ +static_assert(sizeof(Ability_DashAttack_C_HandleDamagedEnemy) == 0x000118, "Wrong size on Ability_DashAttack_C_HandleDamagedEnemy"); \ +static_assert(offsetof(Ability_DashAttack_C_HandleDamagedEnemy, DamageEvent) == 0x000000, "Member 'Ability_DashAttack_C_HandleDamagedEnemy::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_HandleDamagedEnemy, Enemy) == 0x000110, "Member 'Ability_DashAttack_C_HandleDamagedEnemy::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack \ +static_assert(alignof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack) == 0x000008, "Wrong alignment on Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack"); \ +static_assert(sizeof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack) == 0x0003D8, "Wrong size on Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, EntryPoint) == 0x000000, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, Temp_int_Variable) == 0x000004, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_Event_Reason) == 0x000028, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_EnableHitboxGroup_ReturnValue) == 0x000029, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_EnableHitboxGroup_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_Event_EventName) == 0x00002C, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_DisableHitboxGroup_ReturnValue) == 0x000034, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_DisableHitboxGroup_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_SwitchName_CmpSuccess) == 0x000035, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_SpawnExplosionWithInit_ReturnValue) == 0x000038, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_SpawnExplosionWithInit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000040, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_ComponentBoundEvent_DamageResult) == 0x000041, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_ComponentBoundEvent_DamageEvent) == 0x000048, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_ComponentBoundEvent_OtherActor) == 0x000158, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x000160, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_DynamicCast_bSuccess) == 0x000168, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_SwitchEnum_CmpSuccess) == 0x000169, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CustomEvent_DamageResult) == 0x00016A, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CustomEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CustomEvent_DamageEvent_1) == 0x000170, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CustomEvent_DamageEvent_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CustomEvent_OtherActor) == 0x000280, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_DynamicCast_AsBP_Enemy_Base_Character_1) == 0x000288, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_DynamicCast_AsBP_Enemy_Base_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_SwitchEnum_CmpSuccess_1) == 0x000291, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CustomEvent_Explosion) == 0x000298, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CustomEvent_Explosion' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CustomEvent_DamageEvent) == 0x0002A0, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_CustomEvent_Enemy) == 0x0003B0, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_CustomEvent_Enemy' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_DynamicCast_AsExplosion_Dash_Bomb) == 0x0003B8, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_DynamicCast_AsExplosion_Dash_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, K2Node_DynamicCast_bSuccess_2) == 0x0003C0, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_Add_IntInt_ReturnValue) == 0x0003C4, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x0003C8, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003D0, "Member 'Ability_DashAttack_C_ExecuteUbergraph_Ability_DashAttack::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DashAttack_C_CanActivateAbility \ +static_assert(alignof(Ability_DashAttack_C_CanActivateAbility) == 0x000004, "Wrong alignment on Ability_DashAttack_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_DashAttack_C_CanActivateAbility) == 0x00000C, "Wrong size on Ability_DashAttack_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_DashAttack_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000001, "Member 'Ability_DashAttack_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, CallFunc_TryGetResource_ResourceCount) == 0x000004, "Member 'Ability_DashAttack_C_CanActivateAbility::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, CallFunc_TryGetResource_ReturnValue) == 0x000008, "Member 'Ability_DashAttack_C_CanActivateAbility::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000009, "Member 'Ability_DashAttack_C_CanActivateAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'Ability_DashAttack_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DashAttack_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x00000B, "Member 'Ability_DashAttack_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_DashAttack_C \ +static_assert(alignof(AAbility_DashAttack_C) == 0x000010, "Wrong alignment on AAbility_DashAttack_C"); \ +static_assert(sizeof(AAbility_DashAttack_C) == 0x000380, "Wrong size on AAbility_DashAttack_C"); \ +static_assert(offsetof(AAbility_DashAttack_C, UberGraphFrame) == 0x000310, "Member 'AAbility_DashAttack_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, ExplosionSpawner) == 0x000318, "Member 'AAbility_DashAttack_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, DamageDealer) == 0x000320, "Member 'AAbility_DashAttack_C::DamageDealer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, Collision) == 0x000328, "Member 'AAbility_DashAttack_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, HitboxManager) == 0x000330, "Member 'AAbility_DashAttack_C::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, DefaultSceneRoot) == 0x000338, "Member 'AAbility_DashAttack_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, TimeSlow_TimeSlo_EC204DDD464B2882F3D48F9D4FAA4C0A) == 0x000340, "Member 'AAbility_DashAttack_C::TimeSlow_TimeSlo_EC204DDD464B2882F3D48F9D4FAA4C0A' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, TimeSlow_PointLightExplode_EC204DDD464B2882F3D48F9D4FAA4C0A) == 0x000344, "Member 'AAbility_DashAttack_C::TimeSlow_PointLightExplode_EC204DDD464B2882F3D48F9D4FAA4C0A' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, TimeSlow__Direction_EC204DDD464B2882F3D48F9D4FAA4C0A) == 0x000348, "Member 'AAbility_DashAttack_C::TimeSlow__Direction_EC204DDD464B2882F3D48F9D4FAA4C0A' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, TimeSlow) == 0x000350, "Member 'AAbility_DashAttack_C::TimeSlow' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, IsCombatDash) == 0x000358, "Member 'AAbility_DashAttack_C::IsCombatDash' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, Resources) == 0x000360, "Member 'AAbility_DashAttack_C::Resources' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, ResourceType) == 0x000368, "Member 'AAbility_DashAttack_C::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, KillCount) == 0x00036C, "Member 'AAbility_DashAttack_C::KillCount' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DashAttack_C, KillsRequiredForAchievement) == 0x000370, "Member 'AAbility_DashAttack_C::KillsRequiredForAchievement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_AttackSuperState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_AttackSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_AttackSuperState_C_HandleInputStickEvent) == 0x000040, "Wrong size on BP_AttackSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000031, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000032, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_AttackSuperState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_AttackSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_AttackSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_AttackSuperState_C_HandleNamedEvent) == 0x00000C, "Wrong size on BP_AttackSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_AttackSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_AttackSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_AttackSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00000A, "Member 'BP_AttackSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00000B, "Member 'BP_AttackSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_HandleAnimEvent \ +static_assert(alignof(BP_AttackSuperState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_AttackSuperState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_AttackSuperState_C_HandleAnimEvent) == 0x000030, "Wrong size on BP_AttackSuperState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_AttackSuperState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_AttackSuperState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_AttackSuperState_C_HandleAnimEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_AttackSuperState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_AttackSuperState_C_HandleAnimEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, CallFunc_IsStateSuspended_resultIndex) == 0x000028, "Member 'BP_AttackSuperState_C_HandleAnimEvent::CallFunc_IsStateSuspended_resultIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, CallFunc_IsStateSuspended_ReturnValue) == 0x00002C, "Member 'BP_AttackSuperState_C_HandleAnimEvent::CallFunc_IsStateSuspended_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x00002D, "Member 'BP_AttackSuperState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_OnStart \ +static_assert(alignof(BP_AttackSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_AttackSuperState_C_OnStart"); \ +static_assert(sizeof(BP_AttackSuperState_C_OnStart) == 0x000008, "Wrong size on BP_AttackSuperState_C_OnStart"); \ +static_assert(offsetof(BP_AttackSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AttackSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_OnEnd \ +static_assert(alignof(BP_AttackSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AttackSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_AttackSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_AttackSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_AttackSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AttackSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_Update \ +static_assert(alignof(BP_AttackSuperState_C_Update) == 0x000004, "Wrong alignment on BP_AttackSuperState_C_Update"); \ +static_assert(sizeof(BP_AttackSuperState_C_Update) == 0x000004, "Wrong size on BP_AttackSuperState_C_Update"); \ +static_assert(offsetof(BP_AttackSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AttackSuperState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState \ +static_assert(alignof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState) == 0x000008, "Wrong alignment on BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState"); \ +static_assert(sizeof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState) == 0x000028, "Wrong size on BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, EntryPoint) == 0x000000, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, K2Node_Event_DeltaTime) == 0x000004, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000008, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, CallFunc_IsInputBuffered_ReturnValue) == 0x00000A, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, K2Node_Event_NextState) == 0x000018, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000020, "Member 'BP_AttackSuperState_C_ExecuteUbergraph_BP_AttackSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AttackSuperState_C \ +static_assert(alignof(UBP_AttackSuperState_C) == 0x000008, "Wrong alignment on UBP_AttackSuperState_C"); \ +static_assert(sizeof(UBP_AttackSuperState_C) == 0x000148, "Wrong size on UBP_AttackSuperState_C"); \ +static_assert(offsetof(UBP_AttackSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_AttackSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AttackSuperState_C, AllowMovement) == 0x000140, "Member 'UBP_AttackSuperState_C::AllowMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_CombatSuperState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_CombatSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_CombatSuperState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_CombatSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatSuperState_C_HandleInputStickEvent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000031, "Member 'BP_CombatSuperState_C_HandleInputStickEvent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CombatSuperState_C \ +static_assert(alignof(UBP_CombatSuperState_C) == 0x000008, "Wrong alignment on UBP_CombatSuperState_C"); \ +static_assert(sizeof(UBP_CombatSuperState_C) == 0x000138, "Wrong size on UBP_CombatSuperState_C"); \ + +#define DUMPER7_ASSERTS_BPFL_Rot_C_DeactivateNiagaraBind \ +static_assert(alignof(BPFL_Rot_C_DeactivateNiagaraBind) == 0x000008, "Wrong alignment on BPFL_Rot_C_DeactivateNiagaraBind"); \ +static_assert(sizeof(BPFL_Rot_C_DeactivateNiagaraBind) == 0x000070, "Wrong size on BPFL_Rot_C_DeactivateNiagaraBind"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, Niagara) == 0x000000, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::Niagara' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, Rots) == 0x000008, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::Rots' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, InEmitterName) == 0x000018, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, InVelocityInheritance) == 0x000028, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::InVelocityInheritance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, BanishBurst) == 0x00002C, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::BanishBurst' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, __WorldContext) == 0x000030, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, K2Node_MakeStruct_BurstOptions) == 0x00003C, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::K2Node_MakeStruct_BurstOptions' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, CallFunc_Array_Get_Item) == 0x000060, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_DeactivateNiagaraBind, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BPFL_Rot_C_DeactivateNiagaraBind::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Rot_C_ActivateNiagaraBind \ +static_assert(alignof(BPFL_Rot_C_ActivateNiagaraBind) == 0x000008, "Wrong alignment on BPFL_Rot_C_ActivateNiagaraBind"); \ +static_assert(sizeof(BPFL_Rot_C_ActivateNiagaraBind) == 0x0000C0, "Wrong size on BPFL_Rot_C_ActivateNiagaraBind"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, Niagara) == 0x000000, "Member 'BPFL_Rot_C_ActivateNiagaraBind::Niagara' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, RotOwner) == 0x000008, "Member 'BPFL_Rot_C_ActivateNiagaraBind::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, BoundActor) == 0x000018, "Member 'BPFL_Rot_C_ActivateNiagaraBind::BoundActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, __WorldContext) == 0x000020, "Member 'BPFL_Rot_C_ActivateNiagaraBind::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_BreakVector2D_X) == 0x000028, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_BreakVector2D_Y) == 0x00002C, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, K2Node_DynamicCast_AsRot_Owner_Component) == 0x000040, "Member 'BPFL_Rot_C_ActivateNiagaraBind::K2Node_DynamicCast_AsRot_Owner_Component' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BPFL_Rot_C_ActivateNiagaraBind::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_GetNumRots_ReturnValue) == 0x00004C, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000058, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_GetActorRightVector_ReturnValue) == 0x000060, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00006C, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000078, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000084, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_Normal_ReturnValue) == 0x000090, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00009C, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A8, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ActivateNiagaraBind, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000B4, "Member 'BPFL_Rot_C_ActivateNiagaraBind::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Rot_C_ApplyNiagaraToRots \ +static_assert(alignof(BPFL_Rot_C_ApplyNiagaraToRots) == 0x000008, "Wrong alignment on BPFL_Rot_C_ApplyNiagaraToRots"); \ +static_assert(sizeof(BPFL_Rot_C_ApplyNiagaraToRots) == 0x000140, "Wrong size on BPFL_Rot_C_ApplyNiagaraToRots"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, Niagara) == 0x000000, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::Niagara' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, Rots) == 0x000008, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::Rots' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, InEmitterName) == 0x000018, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, InVelocityInheritance) == 0x000028, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::InVelocityInheritance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, __WorldContext) == 0x000030, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_GetNiagaraParticlePositions_DebugOnly_ReturnValue) == 0x000040, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_GetNiagaraParticlePositions_DebugOnly_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Array_Get_Item) == 0x000050, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00005C, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000E4, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_GetNiagaraParticleValueVec3_DebugOnly_ReturnValue) == 0x0000E8, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_GetNiagaraParticleValueVec3_DebugOnly_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Array_Length_ReturnValue_2) == 0x0000FC, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000100, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000104, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Array_Length_ReturnValue_3) == 0x000110, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, Temp_int_Loop_Counter_Variable) == 0x000114, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000118, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_BooleanAND_ReturnValue) == 0x000119, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Less_IntInt_ReturnValue) == 0x00011A, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Add_IntInt_ReturnValue) == 0x00011C, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_RandomFloatInRange_ReturnValue) == 0x000120, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue) == 0x000124, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000130, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Rot_C_ApplyNiagaraToRots, CallFunc_SetVelocity_ReturnValue) == 0x00013C, "Member 'BPFL_Rot_C_ApplyNiagaraToRots::CallFunc_SetVelocity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_Rot_C \ +static_assert(alignof(UBPFL_Rot_C) == 0x000008, "Wrong alignment on UBPFL_Rot_C"); \ +static_assert(sizeof(UBPFL_Rot_C) == 0x000028, "Wrong size on UBPFL_Rot_C"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_GroundMovementSuperState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_HandleInputStickEvent) == 0x000040, "Wrong size on BP_GroundMovementSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_CanSprint_CanSprint) == 0x000011, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_CanSprint_CanSprint' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000012, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_CanSprint_CanSprint_1) == 0x000013, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_CanSprint_CanSprint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_GetToMovementState_MoveState) == 0x000030, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_GetToMovementState_MoveState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000038, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000039, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x00003A, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x00003C, "Member 'BP_GroundMovementSuperState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_GroundMovementSuperState_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_GroundMovementSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_HandleNamedEvent) == 0x000010, "Wrong size on BP_GroundMovementSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x00000A, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, CallFunc_SuspendStateFor_ReturnValue_1) == 0x00000B, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::CallFunc_SuspendStateFor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, CallFunc_CurrentStateEquals_ReturnValue) == 0x00000C, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::CallFunc_CurrentStateEquals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleNamedEvent, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'BP_GroundMovementSuperState_C_HandleNamedEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_GroundMovementSuperState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_HandleInputActionEvent) == 0x000060, "Wrong size on BP_GroundMovementSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, NextState) == 0x000008, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000010, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000020, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000028, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, Temp_bool_Variable) == 0x000031, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, Temp_class_Variable) == 0x000038, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_CurrentStateEquals_ReturnValue) == 0x000040, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_CurrentStateEquals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_CurrentStateEquals_ReturnValue_1) == 0x000041, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_CurrentStateEquals_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_CurrentStateEquals_ReturnValue_2) == 0x000042, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_CurrentStateEquals_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_BooleanOR_ReturnValue) == 0x000043, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x000044, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_BooleanOR_ReturnValue_1) == 0x000045, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000046, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, Temp_class_Variable_1) == 0x000048, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, CallFunc_SuspendStateFor_ReturnValue_1) == 0x000050, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::CallFunc_SuspendStateFor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleInputActionEvent, K2Node_Select_Default) == 0x000058, "Member 'BP_GroundMovementSuperState_C_HandleInputActionEvent::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_SetCorrectionEnabled \ +static_assert(alignof(BP_GroundMovementSuperState_C_SetCorrectionEnabled) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_SetCorrectionEnabled"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_SetCorrectionEnabled) == 0x0000D8, "Wrong size on BP_GroundMovementSuperState_C_SetCorrectionEnabled"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, CameraCorrectionEnabled) == 0x000000, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::CameraCorrectionEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, OptionalContext) == 0x000008, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::OptionalContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, K2Node_MakeStruct_LookForwardConstantContext) == 0x000010, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::K2Node_MakeStruct_LookForwardConstantContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000050, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, CallFunc_GetFollowCameraEnabled_ReturnValue) == 0x000058, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::CallFunc_GetFollowCameraEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, K2Node_MakeStruct_LookForwardConstantContext_1) == 0x000060, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::K2Node_MakeStruct_LookForwardConstantContext_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, CallFunc_GetCharacter_ReturnValue) == 0x0000A8, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000B0, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, CallFunc_GetCharacter_ReturnValue_1) == 0x0000C0, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000C8, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_SetCorrectionEnabled, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_GroundMovementSuperState_C_SetCorrectionEnabled::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_CanEnterState \ +static_assert(alignof(BP_GroundMovementSuperState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_CanEnterState"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_CanEnterState) == 0x000020, "Wrong size on BP_GroundMovementSuperState_C_CanEnterState"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_GroundMovementSuperState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_GroundMovementSuperState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_GroundMovementSuperState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanEnterState, CallFunc_IsAlive_ReturnValue) == 0x000018, "Member 'BP_GroundMovementSuperState_C_CanEnterState::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_CanSprint \ +static_assert(alignof(BP_GroundMovementSuperState_C_CanSprint) == 0x000001, "Wrong alignment on BP_GroundMovementSuperState_C_CanSprint"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_CanSprint) == 0x000004, "Wrong size on BP_GroundMovementSuperState_C_CanSprint"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanSprint, CanSprint_0) == 0x000000, "Member 'BP_GroundMovementSuperState_C_CanSprint::CanSprint_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanSprint, CallFunc_CurrentStateEquals_ReturnValue) == 0x000001, "Member 'BP_GroundMovementSuperState_C_CanSprint::CallFunc_CurrentStateEquals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanSprint, CallFunc_IsInputBuffered_ReturnValue) == 0x000002, "Member 'BP_GroundMovementSuperState_C_CanSprint::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_CanSprint, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_GroundMovementSuperState_C_CanSprint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_HandleHeavyAttack \ +static_assert(alignof(BP_GroundMovementSuperState_C_HandleHeavyAttack) == 0x000001, "Wrong alignment on BP_GroundMovementSuperState_C_HandleHeavyAttack"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_HandleHeavyAttack) == 0x000001, "Wrong size on BP_GroundMovementSuperState_C_HandleHeavyAttack"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleHeavyAttack, CallFunc_TrySetAttackState_Success) == 0x000000, "Member 'BP_GroundMovementSuperState_C_HandleHeavyAttack::CallFunc_TrySetAttackState_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_HandleLightAttack \ +static_assert(alignof(BP_GroundMovementSuperState_C_HandleLightAttack) == 0x000001, "Wrong alignment on BP_GroundMovementSuperState_C_HandleLightAttack"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_HandleLightAttack) == 0x000001, "Wrong size on BP_GroundMovementSuperState_C_HandleLightAttack"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_HandleLightAttack, CallFunc_TrySetAttackState_Success) == 0x000000, "Member 'BP_GroundMovementSuperState_C_HandleLightAttack::CallFunc_TrySetAttackState_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_GetToMovementState \ +static_assert(alignof(BP_GroundMovementSuperState_C_GetToMovementState) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_GetToMovementState"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_GetToMovementState) == 0x000050, "Wrong size on BP_GroundMovementSuperState_C_GetToMovementState"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, MoveState) == 0x000000, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::MoveState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, NewLocalVar_0) == 0x000008, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, Temp_bool_Variable) == 0x000010, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, Temp_class_Variable) == 0x000018, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, Temp_class_Variable_1) == 0x000020, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, Temp_bool_Variable_1) == 0x000028, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, Temp_class_Variable_2) == 0x000030, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::Temp_class_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, CallFunc_IsInhibited_IsCinematic) == 0x000038, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::CallFunc_IsInhibited_IsCinematic' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, CallFunc_IsInhibited_ReturnValue) == 0x000039, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::CallFunc_IsInhibited_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, K2Node_Select_Default) == 0x000040, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_GetToMovementState, K2Node_Select_Default_1) == 0x000048, "Member 'BP_GroundMovementSuperState_C_GetToMovementState::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_ApplyMovement \ +static_assert(alignof(BP_GroundMovementSuperState_C_ApplyMovement) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_ApplyMovement"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_ApplyMovement) == 0x000018, "Wrong size on BP_GroundMovementSuperState_C_ApplyMovement"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ApplyMovement, CallFunc_GetComponentOnController_ReturnValue) == 0x000000, "Member 'BP_GroundMovementSuperState_C_ApplyMovement::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ApplyMovement, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_GroundMovementSuperState_C_ApplyMovement::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ApplyMovement, CallFunc_GetAverageStickInput_ReturnValue) == 0x000010, "Member 'BP_GroundMovementSuperState_C_ApplyMovement::CallFunc_GetAverageStickInput_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_Update \ +static_assert(alignof(BP_GroundMovementSuperState_C_Update) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_Update"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_Update) == 0x000030, "Wrong size on BP_GroundMovementSuperState_C_Update"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_GroundMovementSuperState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_SuspendStateFor_ReturnValue) == 0x000004, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_CurrentStateEquals_ReturnValue) == 0x000005, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_CurrentStateEquals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_IsFalling_ReturnValue) == 0x000011, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_SuspendStateFor_ReturnValue_1) == 0x000012, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_SuspendStateFor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_IsInputBuffered_ReturnValue) == 0x000013, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_SuspendStateFor_ReturnValue_2) == 0x000014, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_SuspendStateFor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000015, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_IsInputBuffered_ReturnValue_2) == 0x000016, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_IsInputBuffered_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000018, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_SuspendStateFor_ReturnValue_3) == 0x000020, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_SuspendStateFor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_VSizeXYSquared_ReturnValue) == 0x000024, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_VSizeXYSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_IsStateChangePending_ReturnValue) == 0x00002C, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_IsStateChangePending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_Update, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002D, "Member 'BP_GroundMovementSuperState_C_Update::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_OnStart \ +static_assert(alignof(BP_GroundMovementSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_OnStart"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_OnStart) == 0x000008, "Wrong size on BP_GroundMovementSuperState_C_OnStart"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_GroundMovementSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_OnEnd \ +static_assert(alignof(BP_GroundMovementSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_GroundMovementSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_GroundMovementSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_OnSuspend \ +static_assert(alignof(BP_GroundMovementSuperState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_OnSuspend"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_OnSuspend) == 0x000008, "Wrong size on BP_GroundMovementSuperState_C_OnSuspend"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_GroundMovementSuperState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_OnResume \ +static_assert(alignof(BP_GroundMovementSuperState_C_OnResume) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_OnResume"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_OnResume) == 0x000008, "Wrong size on BP_GroundMovementSuperState_C_OnResume"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_OnResume, NextState) == 0x000000, "Member 'BP_GroundMovementSuperState_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState \ +static_assert(alignof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState) == 0x000008, "Wrong alignment on BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState"); \ +static_assert(sizeof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState) == 0x000040, "Wrong size on BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, EntryPoint) == 0x000000, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, K2Node_Event_NextState) == 0x000010, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, K2Node_Event_NextState_1) == 0x000018, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, CallFunc_SuspendStateFor_ReturnValue) == 0x000020, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000028, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, K2Node_Event_PrevState_1) == 0x000030, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState, CallFunc_IsSliding_ReturnValue) == 0x000039, "Member 'BP_GroundMovementSuperState_C_ExecuteUbergraph_BP_GroundMovementSuperState::CallFunc_IsSliding_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GroundMovementSuperState_C \ +static_assert(alignof(UBP_GroundMovementSuperState_C) == 0x000008, "Wrong alignment on UBP_GroundMovementSuperState_C"); \ +static_assert(sizeof(UBP_GroundMovementSuperState_C) == 0x000170, "Wrong size on UBP_GroundMovementSuperState_C"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_GroundMovementSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, PrevLookInput) == 0x000140, "Member 'UBP_GroundMovementSuperState_C::PrevLookInput' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, FlickDeltaThreshold) == 0x000148, "Member 'UBP_GroundMovementSuperState_C::FlickDeltaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, FlickStickThreshold) == 0x00014C, "Member 'UBP_GroundMovementSuperState_C::FlickStickThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, CanSprintThreshold) == 0x000150, "Member 'UBP_GroundMovementSuperState_C::CanSprintThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, IsSprinting) == 0x000154, "Member 'UBP_GroundMovementSuperState_C::IsSprinting' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, IsPulsePressed) == 0x000155, "Member 'UBP_GroundMovementSuperState_C::IsPulsePressed' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, SprintExitTimer) == 0x000158, "Member 'UBP_GroundMovementSuperState_C::SprintExitTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, SprintExitTime) == 0x000160, "Member 'UBP_GroundMovementSuperState_C::SprintExitTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, RunSpeed) == 0x000168, "Member 'UBP_GroundMovementSuperState_C::RunSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroundMovementSuperState_C, VelocityCameraCorrectionThreshold) == 0x00016C, "Member 'UBP_GroundMovementSuperState_C::VelocityCameraCorrectionThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetMultishotTargets \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetMultishotTargets) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetMultishotTargets"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetMultishotTargets) == 0x000020, "Wrong size on BP_EnemyBaseCharacter_C_GetMultishotTargets"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetMultishotTargets, Components) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetMultishotTargets::Components' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetMultishotTargets, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_GetMultishotTargets::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_CanBeMultishot \ +static_assert(alignof(BP_EnemyBaseCharacter_C_CanBeMultishot) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_CanBeMultishot"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_CanBeMultishot) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_CanBeMultishot"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeMultishot, AbilityOwner) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_CanBeMultishot::AbilityOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeMultishot, AbilityInstigator) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_CanBeMultishot::AbilityInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeMultishot, TRUE_0) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_CanBeMultishot::TRUE_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeMultishot, CallFunc_IsAlive_ReturnValue) == 0x000011, "Member 'BP_EnemyBaseCharacter_C_CanBeMultishot::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_TriggerSplatterImpact \ +static_assert(alignof(BP_EnemyBaseCharacter_C_TriggerSplatterImpact) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_TriggerSplatterImpact"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_TriggerSplatterImpact) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_TriggerSplatterImpact"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TriggerSplatterImpact, CallFunc_GetNiagaraVariableInt_ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_TriggerSplatterImpact::CallFunc_GetNiagaraVariableInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TriggerSplatterImpact, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_EnemyBaseCharacter_C_TriggerSplatterImpact::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_TryApplyBombSplatter \ +static_assert(alignof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_TryApplyBombSplatter"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter) == 0x000058, "Wrong size on BP_EnemyBaseCharacter_C_TryApplyBombSplatter"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, Causer) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, K2Node_DynamicCast_AsExplosion_Sap_Bomb) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::K2Node_DynamicCast_AsExplosion_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_AddComponentByClass_ReturnValue) == 0x000020, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_IsAlive_ReturnValue) == 0x000029, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_GetComponentBounds_Origin) == 0x00002C, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_GetComponentBounds_BoxExtent) == 0x000038, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_GetComponentBounds_SphereRadius) == 0x000044, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_MapRangeClamped_ReturnValue) == 0x00004C, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_BooleanAND_ReturnValue_1) == 0x000051, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryApplyBombSplatter, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000052, "Member 'BP_EnemyBaseCharacter_C_TryApplyBombSplatter::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_TryCreateHealthbar \ +static_assert(alignof(BP_EnemyBaseCharacter_C_TryCreateHealthbar) == 0x000010, "Wrong alignment on BP_EnemyBaseCharacter_C_TryCreateHealthbar"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_TryCreateHealthbar) == 0x000090, "Wrong size on BP_EnemyBaseCharacter_C_TryCreateHealthbar"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_IsDebugCategoryEnabled_ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_IsDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_ShouldShowLockOn_ReturnValue) == 0x000001, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_ShouldShowLockOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, Temp_struct_Variable) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_AddComponent_ReturnValue) == 0x000048, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000050, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_GetRequiredPipCount_ReturnValue) == 0x000054, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_GetRequiredPipCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_MakeVector2D_ReturnValue) == 0x00005C, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_ShouldShowHealthbar_ReturnValue) == 0x000064, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_ShouldShowHealthbar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_BooleanOR_ReturnValue) == 0x000065, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000068, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, K2Node_DynamicCast_AsWBP_Enemy_Health_Bar) == 0x000078, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::K2Node_DynamicCast_AsWBP_Enemy_Health_Bar' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_TryCreateHealthbar, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_EnemyBaseCharacter_C_TryCreateHealthbar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_CalculateHitFXDirection \ +static_assert(alignof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_CalculateHitFXDirection"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection) == 0x000068, "Wrong size on BP_EnemyBaseCharacter_C_CalculateHitFXDirection"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, Instigator_0) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::Instigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, HitVelocity) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::HitVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, BlendedDirection) == 0x000014, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::BlendedDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, CallFunc_Normal_ReturnValue) == 0x00002C, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000044, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, CallFunc_Normal_ReturnValue_1) == 0x000050, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CalculateHitFXDirection, CallFunc_WeightedMovingAverage_FVector_ReturnValue) == 0x00005C, "Member 'BP_EnemyBaseCharacter_C_CalculateHitFXDirection::CallFunc_WeightedMovingAverage_FVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect) == 0x000020, "Wrong size on BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect, Meshes) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect::Meshes' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_GetMeshesForStasisEffect::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder \ +static_assert(alignof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder) == 0x000058, "Wrong size on BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, AsHero_Rot_on_Shoulder) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::AsHero_Rot_on_Shoulder' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, CallFunc_GetAttachedActors_OutActors) == 0x000020, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, K2Node_DynamicCast_AsHero_Rot_on_Shoulder) == 0x000048, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::K2Node_DynamicCast_AsHero_Rot_on_Shoulder' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_EnemyBaseCharacter_C_FindHeroRotOnShoulder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_InitializeNiagaraBind \ +static_assert(alignof(BP_EnemyBaseCharacter_C_InitializeNiagaraBind) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_InitializeNiagaraBind"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_InitializeNiagaraBind) == 0x000010, "Wrong size on BP_EnemyBaseCharacter_C_InitializeNiagaraBind"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_InitializeNiagaraBind, Component) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_InitializeNiagaraBind::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_InitializeNiagaraBind, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_InitializeNiagaraBind::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ForceFocusPlayer \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ForceFocusPlayer) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_ForceFocusPlayer"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ForceFocusPlayer) == 0x000028, "Wrong size on BP_EnemyBaseCharacter_C_ForceFocusPlayer"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceFocusPlayer, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ForceFocusPlayer::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceFocusPlayer, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_ForceFocusPlayer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceFocusPlayer, K2Node_DynamicCast_AsEnemy_Base_Controller) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_ForceFocusPlayer::K2Node_DynamicCast_AsEnemy_Base_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceFocusPlayer, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_EnemyBaseCharacter_C_ForceFocusPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceFocusPlayer, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_EnemyBaseCharacter_C_ForceFocusPlayer::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_UpdateHealthbar \ +static_assert(alignof(BP_EnemyBaseCharacter_C_UpdateHealthbar) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_UpdateHealthbar"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_UpdateHealthbar) == 0x000128, "Wrong size on BP_EnemyBaseCharacter_C_UpdateHealthbar"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, Temp_bool_Variable) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, Temp_byte_Variable) == 0x000001, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, Temp_byte_Variable_1) == 0x000002, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetSocketLocation_ReturnValue) == 0x000004, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, Temp_bool_Variable_1) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_ShouldShowHealthbar_ReturnValue) == 0x000011, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_ShouldShowHealthbar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_ShouldShowLockOn_ReturnValue) == 0x000012, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_ShouldShowLockOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_ShouldShowHealthbar_ReturnValue_1) == 0x000013, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_ShouldShowHealthbar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_IsValid_ReturnValue) == 0x000015, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, K2Node_Select_Default) == 0x000016, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetComponentBounds_BoxExtent) == 0x000024, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetComponentBounds_SphereRadius) == 0x000030, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000038, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_BreakVector_X) == 0x000040, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_BreakVector_Y) == 0x000044, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_BreakVector_Z) == 0x000048, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000050, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_GetUserWidgetObject_ReturnValue_2) == 0x000058, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_GetUserWidgetObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_IsVisible_ReturnValue) == 0x000060, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, K2Node_DynamicCast_AsWBP_Enemy_Health_Bar) == 0x000068, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::K2Node_DynamicCast_AsWBP_Enemy_Health_Bar' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_MakeVector_ReturnValue) == 0x000078, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_Add_VectorVector_ReturnValue) == 0x000084, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, K2Node_Select_Default_1) == 0x000090, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UpdateHealthbar, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00009C, "Member 'BP_EnemyBaseCharacter_C_UpdateHealthbar::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_SpawnResources \ +static_assert(alignof(BP_EnemyBaseCharacter_C_SpawnResources) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_SpawnResources"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_SpawnResources) == 0x0000E0, "Wrong size on BP_EnemyBaseCharacter_C_SpawnResources"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_SpawnResources, Damage_Params) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_SpawnResources::Damage_Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_HandleDamage \ +static_assert(alignof(BP_EnemyBaseCharacter_C_HandleDamage) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_HandleDamage"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_HandleDamage) == 0x000230, "Wrong size on BP_EnemyBaseCharacter_C_HandleDamage"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, WasBound) == 0x000111, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::WasBound' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, Temp_bool_Variable) == 0x000112, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_HandleDamage_ReturnValue) == 0x000113, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000114, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_DamageHasMaterialType_ReturnValue) == 0x000120, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_DamageHasMaterialType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanOR_ReturnValue) == 0x000121, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_bBlockingHit) == 0x000122, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_bInitialOverlap) == 0x000123, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_Time) == 0x000124, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_Distance) == 0x000128, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_Location) == 0x00012C, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_ImpactPoint) == 0x000138, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_Normal) == 0x000144, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_ImpactNormal) == 0x000150, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_PhysMat) == 0x000160, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_HitActor) == 0x000168, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_HitComponent) == 0x000170, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_HitBoneName) == 0x000178, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_HitItem) == 0x000180, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_ElementIndex) == 0x000184, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_FaceIndex) == 0x000188, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_TraceStart) == 0x00018C, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BreakHitResult_TraceEnd) == 0x000198, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_VSize_ReturnValue) == 0x0001A4, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0001A8, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001B0, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0001B4, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x0001C0, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, K2Node_Select_Default) == 0x0001C8, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001D4, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x0001D8, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001E8, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x0001EC, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x0001ED, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_HandleDamage_ReturnValue_1) == 0x0001EE, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_HandleDamage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanOR_ReturnValue_1) == 0x0001EF, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanOR_ReturnValue_2) == 0x0001F0, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_EqualEqual_GameplayTag_ReturnValue_2) == 0x0001F1, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_EqualEqual_GameplayTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_EqualEqual_GameplayTag_ReturnValue_3) == 0x0001F2, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_EqualEqual_GameplayTag_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x0001F4, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0001F8, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanAND_ReturnValue) == 0x0001F9, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_FindAbilityByClass_ReturnValue) == 0x000200, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_Activate_ReturnValue) == 0x000208, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_GetPlayerHasItem_ReturnValue) == 0x000209, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_GetPlayerHasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanAND_ReturnValue_1) == 0x00020A, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_GetPlayerHasItem_ReturnValue_1) == 0x00020B, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_GetPlayerHasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanAND_ReturnValue_2) == 0x00020C, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, Temp_bool_IsClosed_Variable) == 0x00020D, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000210, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000214, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_MatchesAnyTags_ReturnValue) == 0x000215, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_MatchesAnyTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000216, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_HasPendingResponse_ReturnValue) == 0x000217, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_HasPendingResponse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_HasPendingResponse_ReturnValue_1) == 0x000218, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_HasPendingResponse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_HasPendingResponse_ReturnValue_2) == 0x000219, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_HasPendingResponse_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanOR_ReturnValue_3) == 0x00021A, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanAND_ReturnValue_3) == 0x00021B, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_BooleanAND_ReturnValue_4) == 0x00021C, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, Temp_bool_Variable_1) == 0x00021D, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_GetIsPerforming_ReturnValue) == 0x00021E, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_GetIsPerforming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, K2Node_Select_Default_1) == 0x000220, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, Temp_bool_Has_Been_Initd_Variable) == 0x000228, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleDamage, CallFunc_GetPlayerHasItem_ReturnValue_2) == 0x000229, "Member 'BP_EnemyBaseCharacter_C_HandleDamage::CallFunc_GetPlayerHasItem_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort, CallFunc_GetBlackboard_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_ForceBehaviorTreeAbort::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo \ +static_assert(alignof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo) == 0x000010, "Wrong size on BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, Targeter) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, CallFunc_GetIsSleeping_ReturnValue) == 0x000009, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::CallFunc_GetIsSleeping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, CallFunc_CanBeHardLockedOnTo_ReturnValue) == 0x00000A, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::CallFunc_CanBeHardLockedOnTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, CallFunc_IsAlive_ReturnValue) == 0x00000C, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo, CallFunc_BooleanAND_ReturnValue_1) == 0x00000E, "Member 'BP_EnemyBaseCharacter_C_CanBeHardLockedOnTo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo \ +static_assert(alignof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo) == 0x000010, "Wrong size on BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, Targeter) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::Targeter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, CallFunc_GetIsSleeping_ReturnValue) == 0x000009, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::CallFunc_GetIsSleeping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, CallFunc_CanBeSoftLockedOnTo_ReturnValue) == 0x00000A, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::CallFunc_CanBeSoftLockedOnTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, CallFunc_IsAlive_ReturnValue) == 0x00000C, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo, CallFunc_BooleanAND_ReturnValue_1) == 0x00000E, "Member 'BP_EnemyBaseCharacter_C_CanBeSoftLockedOnTo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_UserConstructionScript \ +static_assert(alignof(BP_EnemyBaseCharacter_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_UserConstructionScript"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_UserConstructionScript) == 0x0000A0, "Wrong size on BP_EnemyBaseCharacter_C_UserConstructionScript"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000014, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_DoesSocketExist_ReturnValue) == 0x00009C, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00009D, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x00009E, "Member 'BP_EnemyBaseCharacter_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_PerformAction \ +static_assert(alignof(BP_EnemyBaseCharacter_C_PerformAction) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_PerformAction"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_PerformAction) == 0x000020, "Wrong size on BP_EnemyBaseCharacter_C_PerformAction"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_PerformAction, FromOwner) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_PerformAction::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_PerformAction, Callback) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_PerformAction::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_HandleNamedEvent \ +static_assert(alignof(BP_EnemyBaseCharacter_C_HandleNamedEvent) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_HandleNamedEvent) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleNamedEvent, EventName) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_HandleNamedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_SetEncounterBoss \ +static_assert(alignof(BP_EnemyBaseCharacter_C_SetEncounterBoss) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_SetEncounterBoss"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_SetEncounterBoss) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_SetEncounterBoss"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_SetEncounterBoss, Boss) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_SetEncounterBoss::Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ReceiveTick \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_ReceiveTick"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ReceiveTick) == 0x000004, "Wrong size on BP_EnemyBaseCharacter_C_ReceiveTick"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_OnKilled \ +static_assert(alignof(BP_EnemyBaseCharacter_C_OnKilled) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_OnKilled"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_OnKilled) == 0x000120, "Wrong size on BP_EnemyBaseCharacter_C_OnKilled"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnKilled, KillInstigator) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_OnKilled::KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnKilled, Causer) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_OnKilled::Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnKilled, KillEvent) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_OnKilled::KillEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_SetIsSleepingTrigger \ +static_assert(alignof(BP_EnemyBaseCharacter_C_SetIsSleepingTrigger) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_SetIsSleepingTrigger"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_SetIsSleepingTrigger) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_SetIsSleepingTrigger"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_SetIsSleepingTrigger, Params_0) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_SetIsSleepingTrigger::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_HandleMessage \ +static_assert(alignof(BP_EnemyBaseCharacter_C_HandleMessage) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_HandleMessage"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_HandleMessage) == 0x000010, "Wrong size on BP_EnemyBaseCharacter_C_HandleMessage"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature \ +static_assert(alignof(BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature, StatusEffect) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature, Instigator_0) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature::Instigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature, Causer) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_BndEvt__StatusEffectUser_K2Node_ComponentBoundEvent_0_StatusEffectApplied__DelegateSignature::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ReceiveEndPlay \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_EnemyBaseCharacter_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_EnemyBaseCharacter_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature \ +static_assert(alignof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature) == 0x000020, "Wrong size on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature, RotAction) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature::RotAction' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature, ExceededMaxDuration) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature::ExceededMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature, OutRots) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_4_RotActionCompleted__DelegateSignature::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature \ +static_assert(alignof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature, RotAction) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature::RotAction' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature, FromOwner) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_1_RotActionPerformed__DelegateSignature::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_SpawnedByProjectile \ +static_assert(alignof(BP_EnemyBaseCharacter_C_SpawnedByProjectile) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_SpawnedByProjectile"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_SpawnedByProjectile) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_SpawnedByProjectile"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_SpawnedByProjectile, ProjectileOwner) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_SpawnedByProjectile::ProjectileOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied \ +static_assert(alignof(BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied, DeadActor) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied::DeadActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied, DecreaseInstigator) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied, Causer) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_OnSpawnerOwnerDied::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed, DestroyedActor) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ZombieOwnerDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_KillSelf \ +static_assert(alignof(BP_EnemyBaseCharacter_C_KillSelf) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_KillSelf"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_KillSelf) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_KillSelf"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_KillSelf, Causer) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_KillSelf::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_HandleRotArrowImpact \ +static_assert(alignof(BP_EnemyBaseCharacter_C_HandleRotArrowImpact) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_HandleRotArrowImpact"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_HandleRotArrowImpact) == 0x000110, "Wrong size on BP_EnemyBaseCharacter_C_HandleRotArrowImpact"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_HandleRotArrowImpact, DamageEvent) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_HandleRotArrowImpact::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature \ +static_assert(alignof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature, RotAction) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_3_RotActionHoverChanged__DelegateSignature::RotAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature \ +static_assert(alignof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature, RotAction) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_BndEvt__RotAction_Bind_K2Node_ComponentBoundEvent_5_RotActionHoverChanged__DelegateSignature::RotAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_OnCritHit \ +static_assert(alignof(BP_EnemyBaseCharacter_C_OnCritHit) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_OnCritHit"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_OnCritHit) == 0x000070, "Wrong size on BP_EnemyBaseCharacter_C_OnCritHit"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnCritHit, HurtboxTag) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_OnCritHit::HurtboxTag' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_OnCritHit, HurtboxGroup) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_OnCritHit::HurtboxGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_EnemyBombGlow \ +static_assert(alignof(BP_EnemyBaseCharacter_C_EnemyBombGlow) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_EnemyBombGlow"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_EnemyBombGlow) == 0x000110, "Wrong size on BP_EnemyBaseCharacter_C_EnemyBombGlow"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_EnemyBombGlow, DamageEvent) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_EnemyBombGlow::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_KenaKilled \ +static_assert(alignof(BP_EnemyBaseCharacter_C_KenaKilled) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_KenaKilled"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_KenaKilled) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_KenaKilled"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_KenaKilled, DeadActor) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_KenaKilled::DeadActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_KenaKilled, DecreaseInstigator) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_KenaKilled::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_KenaKilled, Causer) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_KenaKilled::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter) == 0x000010, "Wrong alignment on BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter) == 0x000A80, "Wrong size on BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, EntryPoint) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_bool_Variable) == 0x000004, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_byte_Variable) == 0x000005, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_byte_Variable_1) == 0x000006, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000034, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_FromOwner) == 0x000038, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_Callback) == 0x000048, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_Callback' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_EventName) == 0x000058, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_Boss) == 0x000060, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_Boss' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_DeltaSeconds) == 0x000068, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_KillInstigator) == 0x000070, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_KillInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_Causer) == 0x000078, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_KillEvent) == 0x000080, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_KillEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_Params) == 0x000190, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_AsBP_Injected_Rot_Bomb_Explosion) == 0x000198, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_AsBP_Injected_Rot_Bomb_Explosion' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_AsExplosion_Sap_Bomb) == 0x0001A8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_AsExplosion_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0001B0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BooleanOR_ReturnValue) == 0x0001B1, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0001B8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_MessageName) == 0x0001C0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_Params) == 0x0001C8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_SwitchName_CmpSuccess) == 0x0001D0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_StatusEffect) == 0x0001D8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_Instigator) == 0x0001E0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_Causer) == 0x0001E8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_AsBP_Bind_Status_Effect) == 0x000200, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_AsBP_Bind_Status_Effect' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000208, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00020C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetPawn_ReturnValue) == 0x000220, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_struct_Variable) == 0x000230, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_int_Loop_Counter_Variable) == 0x000260, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_AddComponent_ReturnValue) == 0x000268, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000270, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Event_EndPlayReason) == 0x000274, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_int_Array_Index_Variable_1) == 0x000278, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00027C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_PostEventAtLocation_ReturnValue) == 0x000288, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_RotAction_3) == 0x000290, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_RotAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_ExceededMaxDuration) == 0x000298, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_ExceededMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_OutRots) == 0x0002A0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_RotAction_2) == 0x0002B0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_RotAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_FromOwner) == 0x0002B8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_ProjectileOwner) == 0x0002C8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_ProjectileOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DeadActor_1) == 0x0002D0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DeadActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DecreaseInstigator_1) == 0x0002D8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DecreaseInstigator_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_Causer_2) == 0x0002E0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_Causer_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x0002E8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_bSuccess_3) == 0x0002F0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DestroyedActor) == 0x0002F8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_Causer_1) == 0x000300, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_Causer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_MakeStruct_DamageParamsArguments) == 0x000310, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_MakeStruct_DamageParamsArguments' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_DealManualDamage_Damageable_CastInput) == 0x0003F0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_DealManualDamage_Damageable_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_DealManualDamage_OutEvent) == 0x000400, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_DealManualDamage_OutEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_DealManualDamage_ReturnValue) == 0x000510, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_DealManualDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DamageEvent_1) == 0x000518, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DamageEvent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x000628, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x000629, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_Time) == 0x00062C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_Distance) == 0x000630, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_Location) == 0x000634, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x000640, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_Normal) == 0x00064C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x000658, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_PhysMat) == 0x000668, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_HitActor) == 0x000670, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_HitComponent) == 0x000678, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000680, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_HitItem) == 0x000688, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x00068C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x000690, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_TraceStart) == 0x000694, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x0006A0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_CalculateHitFXDirection_BlendedDirection) == 0x0006AC, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_CalculateHitFXDirection_BlendedDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_MapRangeClamped_ReturnValue) == 0x0006B8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0006BC, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_FTrunc_ReturnValue) == 0x0006C0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_FTrunc_ReturnValue_1) == 0x0006C4, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x0006C8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_RotAction_1) == 0x0006D0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_RotAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_ComponentBoundEvent_RotAction) == 0x0006D8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_ComponentBoundEvent_RotAction' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_int_Loop_Counter_Variable_1) == 0x0006E0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x0006E4, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x0006F4, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0006F8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_HurtboxTag) == 0x000700, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_HurtboxTag' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_HurtboxGroup) == 0x000708, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_HurtboxGroup' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000770, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x00077C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DamageEvent) == 0x000790, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x0008A0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0008A1, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_RemoveStaggerOptions_ReturnValue) == 0x0008A2, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_RemoveStaggerOptions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetMeshesForStasisEffect_Meshes) == 0x0008A8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetMeshesForStasisEffect_Meshes' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_int_Array_Index_Variable_2) == 0x0008B8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Array_Get_Item) == 0x0008C0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Array_Length_ReturnValue) == 0x0008C8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetMeshesForStasisEffect_Meshes_1) == 0x0008D0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetMeshesForStasisEffect_Meshes_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0008E0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Array_Get_Item_1) == 0x0008E8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0008F0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetMeshesForStasisEffect_Meshes_2) == 0x0008F8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetMeshesForStasisEffect_Meshes_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Array_Get_Item_2) == 0x000908, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Array_Length_ReturnValue_2) == 0x000910, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x000914, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000918, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Add_IntInt_ReturnValue_3) == 0x00091C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Clamp_ReturnValue) == 0x000920, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000928, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x000930, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Clamp_ReturnValue_1) == 0x000938, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00093C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000948, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000950, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_AsWBP_Enemy_Health_Bar) == 0x000958, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_AsWBP_Enemy_Health_Bar' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_bSuccess_4) == 0x000960, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000961, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_RemovePlayerTimeDilation_ReturnValue_1) == 0x000962, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_RemovePlayerTimeDilation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_IsValid_ReturnValue) == 0x000963, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_delegate_Variable) == 0x000964, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_PlayWithCallback_ReturnValue) == 0x000974, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_int_Loop_Counter_Variable_2) == 0x000978, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Less_IntInt_ReturnValue_2) == 0x00097C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Add_IntInt_ReturnValue_4) == 0x000980, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_float_Variable) == 0x000984, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_bool_Variable_1) == 0x000988, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_MakeLiteralName_ReturnValue) == 0x00098C, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Select_Default) == 0x000994, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetController_ReturnValue) == 0x000998, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetBlackboard_ReturnValue) == 0x0009A0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_bool_Has_Been_Initd_Variable) == 0x0009A8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_IsValid_ReturnValue_1) == 0x0009A9, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x0009AC, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetPlayerController_ReturnValue_1) == 0x0009C0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x0009C8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x0009D4, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0009E0, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0009EC, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_VSize_ReturnValue) == 0x0009F8, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0009FC, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_Select_Default_1) == 0x0009FD, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x000A00, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, Temp_bool_IsClosed_Variable) == 0x000A10, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000A18, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_IsValid_ReturnValue_2) == 0x000A20, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000A21, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_RandomFloatInRange_ReturnValue) == 0x000A24, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x000A28, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000A30, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x000A31, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_Play_ReturnValue) == 0x000A34, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x000A38, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DeadActor) == 0x000A40, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DeadActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_DecreaseInstigator) == 0x000A48, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_CustomEvent_Causer) == 0x000A50, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_CustomEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000A58, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000A60, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, K2Node_DynamicCast_bSuccess_5) == 0x000A68, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x000A70, "Member 'BP_EnemyBaseCharacter_C_ExecuteUbergraph_BP_EnemyBaseCharacter::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_CanPerformAction \ +static_assert(alignof(BP_EnemyBaseCharacter_C_CanPerformAction) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_CanPerformAction"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_CanPerformAction) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_CanPerformAction"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, FromOwner) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, ReturnValue) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, CallFunc_GetIsSleeping_ReturnValue) == 0x000011, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::CallFunc_GetIsSleeping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, CallFunc_IsAlive_ReturnValue) == 0x000014, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanPerformAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000016, "Member 'BP_EnemyBaseCharacter_C_CanPerformAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ShouldShowLockOn \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ShouldShowLockOn) == 0x000001, "Wrong alignment on BP_EnemyBaseCharacter_C_ShouldShowLockOn"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ShouldShowLockOn) == 0x000003, "Wrong size on BP_EnemyBaseCharacter_C_ShouldShowLockOn"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowLockOn, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ShouldShowLockOn::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowLockOn, CallFunc_IsAlive_ReturnValue) == 0x000001, "Member 'BP_EnemyBaseCharacter_C_ShouldShowLockOn::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowLockOn, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'BP_EnemyBaseCharacter_C_ShouldShowLockOn::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_ShouldShowHealthbar \ +static_assert(alignof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_ShouldShowHealthbar"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar) == 0x000010, "Wrong size on BP_EnemyBaseCharacter_C_ShouldShowHealthbar"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000004, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_IsAlive_ReturnValue) == 0x000009, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000A, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_WasComponentRecentlyRendered_ReturnValue) == 0x00000B, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_WasComponentRecentlyRendered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_ShouldShowHealthbar, CallFunc_BooleanAND_ReturnValue_2) == 0x00000E, "Member 'BP_EnemyBaseCharacter_C_ShouldShowHealthbar::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetPlayerHasItem \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetPlayerHasItem) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetPlayerHasItem"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetPlayerHasItem) == 0x000028, "Wrong size on BP_EnemyBaseCharacter_C_GetPlayerHasItem"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetPlayerHasItem, ItemTag) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetPlayerHasItem::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetPlayerHasItem, ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_GetPlayerHasItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetPlayerHasItem, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_GetPlayerHasItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetPlayerHasItem, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_EnemyBaseCharacter_C_GetPlayerHasItem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetPlayerHasItem, CallFunc_HasItem_ReturnValue) == 0x000020, "Member 'BP_EnemyBaseCharacter_C_GetPlayerHasItem::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetCloudBindMontage \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetCloudBindMontage) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetCloudBindMontage"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetCloudBindMontage) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_GetCloudBindMontage"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetCloudBindMontage, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetCloudBindMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetRotMovementOverride \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetRotMovementOverride) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetRotMovementOverride"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetRotMovementOverride) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_GetRotMovementOverride"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetRotMovementOverride, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetRotMovementOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetIsBound \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetIsBound) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetIsBound"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetIsBound) == 0x000018, "Wrong size on BP_EnemyBaseCharacter_C_GetIsBound"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetIsBound, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetIsBound::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetIsBound, CallFunc_GetStatusEffectByClass_ReturnValue) == 0x000008, "Member 'BP_EnemyBaseCharacter_C_GetIsBound::CallFunc_GetStatusEffectByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetIsBound, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_GetIsBound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetBindLocation \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetBindLocation) == 0x000004, "Wrong alignment on BP_EnemyBaseCharacter_C_GetBindLocation"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetBindLocation) == 0x000038, "Wrong size on BP_EnemyBaseCharacter_C_GetBindLocation"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetBindLocation, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetBindLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetBindLocation, Temp_bool_Variable) == 0x00000C, "Member 'BP_EnemyBaseCharacter_C_GetBindLocation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetBindLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_EnemyBaseCharacter_C_GetBindLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetBindLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x00001C, "Member 'BP_EnemyBaseCharacter_C_GetBindLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetBindLocation, CallFunc_DoesSocketExist_ReturnValue) == 0x000028, "Member 'BP_EnemyBaseCharacter_C_GetBindLocation::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetBindLocation, K2Node_Select_Default) == 0x00002C, "Member 'BP_EnemyBaseCharacter_C_GetBindLocation::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_GetStatusEffectUser \ +static_assert(alignof(BP_EnemyBaseCharacter_C_GetStatusEffectUser) == 0x000008, "Wrong alignment on BP_EnemyBaseCharacter_C_GetStatusEffectUser"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_GetStatusEffectUser) == 0x000008, "Wrong size on BP_EnemyBaseCharacter_C_GetStatusEffectUser"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_GetStatusEffectUser, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_GetStatusEffectUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyBaseCharacter_C_CanBeBound \ +static_assert(alignof(BP_EnemyBaseCharacter_C_CanBeBound) == 0x000001, "Wrong alignment on BP_EnemyBaseCharacter_C_CanBeBound"); \ +static_assert(sizeof(BP_EnemyBaseCharacter_C_CanBeBound) == 0x000005, "Wrong size on BP_EnemyBaseCharacter_C_CanBeBound"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeBound, ReturnValue) == 0x000000, "Member 'BP_EnemyBaseCharacter_C_CanBeBound::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeBound, CallFunc_GetIsSleeping_ReturnValue) == 0x000001, "Member 'BP_EnemyBaseCharacter_C_CanBeBound::CallFunc_GetIsSleeping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeBound, CallFunc_IsAlive_ReturnValue) == 0x000002, "Member 'BP_EnemyBaseCharacter_C_CanBeBound::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeBound, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_EnemyBaseCharacter_C_CanBeBound::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyBaseCharacter_C_CanBeBound, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'BP_EnemyBaseCharacter_C_CanBeBound::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyBaseCharacter_C \ +static_assert(alignof(ABP_EnemyBaseCharacter_C) == 0x000010, "Wrong alignment on ABP_EnemyBaseCharacter_C"); \ +static_assert(sizeof(ABP_EnemyBaseCharacter_C) == 0x000B40, "Wrong size on ABP_EnemyBaseCharacter_C"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, UberGraphFrame) == 0x0009D0, "Member 'ABP_EnemyBaseCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, InspectableActor) == 0x0009D8, "Member 'ABP_EnemyBaseCharacter_C::InspectableActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, WaterInteractor) == 0x0009E0, "Member 'ABP_EnemyBaseCharacter_C::WaterInteractor' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, HeroRotPOI) == 0x0009E8, "Member 'ABP_EnemyBaseCharacter_C::HeroRotPOI' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BindLight) == 0x0009F0, "Member 'ABP_EnemyBaseCharacter_C::BindLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BP_RotActionWidget) == 0x0009F8, "Member 'ABP_EnemyBaseCharacter_C::BP_RotActionWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, RotMoveTowardPosition) == 0x000A00, "Member 'ABP_EnemyBaseCharacter_C::RotMoveTowardPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, Niagara_Bind) == 0x000A08, "Member 'ABP_EnemyBaseCharacter_C::Niagara_Bind' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, SplineTrail) == 0x000A10, "Member 'ABP_EnemyBaseCharacter_C::SplineTrail' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, EnemyPingTimeline_Time_8466F3C2405E74301A7FA1B9E3743E59) == 0x000A18, "Member 'ABP_EnemyBaseCharacter_C::EnemyPingTimeline_Time_8466F3C2405E74301A7FA1B9E3743E59' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, EnemyPingTimeline__Direction_8466F3C2405E74301A7FA1B9E3743E59) == 0x000A1C, "Member 'ABP_EnemyBaseCharacter_C::EnemyPingTimeline__Direction_8466F3C2405E74301A7FA1B9E3743E59' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, EnemyPingTimeline) == 0x000A20, "Member 'ABP_EnemyBaseCharacter_C::EnemyPingTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, Timeline_0_BombGlow_1D60DE8A417FEE52386F66B807355187) == 0x000A28, "Member 'ABP_EnemyBaseCharacter_C::Timeline_0_BombGlow_1D60DE8A417FEE52386F66B807355187' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, Timeline_0__Direction_1D60DE8A417FEE52386F66B807355187) == 0x000A2C, "Member 'ABP_EnemyBaseCharacter_C::Timeline_0__Direction_1D60DE8A417FEE52386F66B807355187' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, Timeline_0) == 0x000A30, "Member 'ABP_EnemyBaseCharacter_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, StasisTimeline_Glow_2C00BF1F4995A55DA78E838DAA6FB66D) == 0x000A38, "Member 'ABP_EnemyBaseCharacter_C::StasisTimeline_Glow_2C00BF1F4995A55DA78E838DAA6FB66D' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, StasisTimeline__Direction_2C00BF1F4995A55DA78E838DAA6FB66D) == 0x000A3C, "Member 'ABP_EnemyBaseCharacter_C::StasisTimeline__Direction_2C00BF1F4995A55DA78E838DAA6FB66D' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, StasisTimeline) == 0x000A40, "Member 'ABP_EnemyBaseCharacter_C::StasisTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, HealthBarHeightOffset) == 0x000A48, "Member 'ABP_EnemyBaseCharacter_C::HealthBarHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, HealthBarRadiusFactor) == 0x000A4C, "Member 'ABP_EnemyBaseCharacter_C::HealthBarRadiusFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, EQSPatrolQuery) == 0x000A50, "Member 'ABP_EnemyBaseCharacter_C::EQSPatrolQuery' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, CurrencySpawnerSocketName) == 0x000A58, "Member 'ABP_EnemyBaseCharacter_C::CurrencySpawnerSocketName' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, AnimCullDistance) == 0x000A60, "Member 'ABP_EnemyBaseCharacter_C::AnimCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, CloudBindMontage) == 0x000A68, "Member 'ABP_EnemyBaseCharacter_C::CloudBindMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BindSocketName) == 0x000A70, "Member 'ABP_EnemyBaseCharacter_C::BindSocketName' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BindCloudSocketName) == 0x000A78, "Member 'ABP_EnemyBaseCharacter_C::BindCloudSocketName' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BinderRotOwner) == 0x000A80, "Member 'ABP_EnemyBaseCharacter_C::BinderRotOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, NiagaraBindComponent) == 0x000A90, "Member 'ABP_EnemyBaseCharacter_C::NiagaraBindComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, ImpactAkEvent) == 0x000A98, "Member 'ABP_EnemyBaseCharacter_C::ImpactAkEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, UnbindOnMultishot) == 0x000AA0, "Member 'ABP_EnemyBaseCharacter_C::UnbindOnMultishot' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, SFX_Character_DIssolve) == 0x000AA8, "Member 'ABP_EnemyBaseCharacter_C::SFX_Character_DIssolve' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BindNiagaraSystem) == 0x000AB0, "Member 'ABP_EnemyBaseCharacter_C::BindNiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BlockedImpactAkEvent) == 0x000AB8, "Member 'ABP_EnemyBaseCharacter_C::BlockedImpactAkEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, ShouldUseBombGlow) == 0x000AC0, "Member 'ABP_EnemyBaseCharacter_C::ShouldUseBombGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, StasisActive) == 0x000AC1, "Member 'ABP_EnemyBaseCharacter_C::StasisActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, SpiritSmokeDelay) == 0x000AC4, "Member 'ABP_EnemyBaseCharacter_C::SpiritSmokeDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, SpiritSmokeExtraCount) == 0x000AC8, "Member 'ABP_EnemyBaseCharacter_C::SpiritSmokeExtraCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, TagsForBombGlow) == 0x000AD0, "Member 'ABP_EnemyBaseCharacter_C::TagsForBombGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, Kena_RotAction_Vox_Args) == 0x000AF0, "Member 'ABP_EnemyBaseCharacter_C::Kena_RotAction_Vox_Args' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, LowHealthThreshold) == 0x000B08, "Member 'ABP_EnemyBaseCharacter_C::LowHealthThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, SpiritSmokeMaxCount) == 0x000B0C, "Member 'ABP_EnemyBaseCharacter_C::SpiritSmokeMaxCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, HealthbarWidget) == 0x000B10, "Member 'ABP_EnemyBaseCharacter_C::HealthbarWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, IsHardLocked) == 0x000B18, "Member 'ABP_EnemyBaseCharacter_C::IsHardLocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, UseLockOnSocket_) == 0x000B19, "Member 'ABP_EnemyBaseCharacter_C::UseLockOnSocket_' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BombGlowAmount) == 0x000B1C, "Member 'ABP_EnemyBaseCharacter_C::BombGlowAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, BombGoopParticles) == 0x000B20, "Member 'ABP_EnemyBaseCharacter_C::BombGoopParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, CanBombSplatter) == 0x000B28, "Member 'ABP_EnemyBaseCharacter_C::CanBombSplatter' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBaseCharacter_C, GoopTimer) == 0x000B30, "Member 'ABP_EnemyBaseCharacter_C::GoopTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget \ +static_assert(alignof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget) == 0x000008, "Wrong alignment on BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget"); \ +static_assert(sizeof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget) == 0x000050, "Wrong size on BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, EntryPoint) == 0x000000, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000028, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, K2Node_DynamicCast_AsWBP_Rot_Action) == 0x000030, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::K2Node_DynamicCast_AsWBP_Rot_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000040, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget, CallFunc_IsFirstInitialization_ReturnValue) == 0x000048, "Member 'BP_RotActionWidget_C_ExecuteUbergraph_BP_RotActionWidget::CallFunc_IsFirstInitialization_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RotActionWidget_C \ +static_assert(alignof(UBP_RotActionWidget_C) == 0x000010, "Wrong alignment on UBP_RotActionWidget_C"); \ +static_assert(sizeof(UBP_RotActionWidget_C) == 0x0005D0, "Wrong size on UBP_RotActionWidget_C"); \ +static_assert(offsetof(UBP_RotActionWidget_C, UberGraphFrame) == 0x0005C0, "Member 'UBP_RotActionWidget_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_DashBomb_C \ +static_assert(alignof(AExplosion_DashBomb_C) == 0x000008, "Wrong alignment on AExplosion_DashBomb_C"); \ +static_assert(sizeof(AExplosion_DashBomb_C) == 0x0003F8, "Wrong size on AExplosion_DashBomb_C"); \ +static_assert(offsetof(AExplosion_DashBomb_C, Niagara) == 0x0003E0, "Member 'AExplosion_DashBomb_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_DashBomb_C, SecondaryFill) == 0x0003E8, "Member 'AExplosion_DashBomb_C::SecondaryFill' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_DashBomb_C, ExplodedMidair) == 0x0003F0, "Member 'AExplosion_DashBomb_C::ExplodedMidair' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_HandleLethalDamage \ +static_assert(alignof(BP_SpiritShield_C_HandleLethalDamage) == 0x000008, "Wrong alignment on BP_SpiritShield_C_HandleLethalDamage"); \ +static_assert(sizeof(BP_SpiritShield_C_HandleLethalDamage) == 0x000330, "Wrong size on BP_SpiritShield_C_HandleLethalDamage"); \ +static_assert(offsetof(BP_SpiritShield_C_HandleLethalDamage, DamageEvent) == 0x000000, "Member 'BP_SpiritShield_C_HandleLethalDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_HandleLethalDamage, ReturnValue) == 0x000110, "Member 'BP_SpiritShield_C_HandleLethalDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_HandleLethalDamage, CallFunc_HandleLethalDamage_ReturnValue) == 0x000220, "Member 'BP_SpiritShield_C_HandleLethalDamage::CallFunc_HandleLethalDamage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_SetShieldHealth \ +static_assert(alignof(BP_SpiritShield_C_SetShieldHealth) == 0x000004, "Wrong alignment on BP_SpiritShield_C_SetShieldHealth"); \ +static_assert(sizeof(BP_SpiritShield_C_SetShieldHealth) == 0x00000C, "Wrong size on BP_SpiritShield_C_SetShieldHealth"); \ +static_assert(offsetof(BP_SpiritShield_C_SetShieldHealth, MaxHealth) == 0x000000, "Member 'BP_SpiritShield_C_SetShieldHealth::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_SetShieldHealth, CallFunc_MakeVector2D_ReturnValue) == 0x000004, "Member 'BP_SpiritShield_C_SetShieldHealth::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_IsDamageHierarchical \ +static_assert(alignof(BP_SpiritShield_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_SpiritShield_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_SpiritShield_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_SpiritShield_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_SpiritShield_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_SpiritShield_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_UserConstructionScript \ +static_assert(alignof(BP_SpiritShield_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SpiritShield_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SpiritShield_C_UserConstructionScript) == 0x000018, "Wrong size on BP_SpiritShield_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SpiritShield_C_UserConstructionScript, CallFunc_CreateDynamicMaterials_ReturnValue) == 0x000000, "Member 'BP_SpiritShield_C_UserConstructionScript::CallFunc_CreateDynamicMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_SpiritShield_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_HandleShieldBreak \ +static_assert(alignof(BP_SpiritShield_C_HandleShieldBreak) == 0x000008, "Wrong alignment on BP_SpiritShield_C_HandleShieldBreak"); \ +static_assert(sizeof(BP_SpiritShield_C_HandleShieldBreak) == 0x000110, "Wrong size on BP_SpiritShield_C_HandleShieldBreak"); \ +static_assert(offsetof(BP_SpiritShield_C_HandleShieldBreak, MochiDamageEvent) == 0x000000, "Member 'BP_SpiritShield_C_HandleShieldBreak::MochiDamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_ReceiveTick \ +static_assert(alignof(BP_SpiritShield_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SpiritShield_C_ReceiveTick"); \ +static_assert(sizeof(BP_SpiritShield_C_ReceiveTick) == 0x000004, "Wrong size on BP_SpiritShield_C_ReceiveTick"); \ +static_assert(offsetof(BP_SpiritShield_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SpiritShield_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_ShieldBlock \ +static_assert(alignof(BP_SpiritShield_C_ShieldBlock) == 0x000008, "Wrong alignment on BP_SpiritShield_C_ShieldBlock"); \ +static_assert(sizeof(BP_SpiritShield_C_ShieldBlock) == 0x000110, "Wrong size on BP_SpiritShield_C_ShieldBlock"); \ +static_assert(offsetof(BP_SpiritShield_C_ShieldBlock, DamageEvent) == 0x000000, "Member 'BP_SpiritShield_C_ShieldBlock::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_SetShieldEnabled \ +static_assert(alignof(BP_SpiritShield_C_SetShieldEnabled) == 0x000001, "Wrong alignment on BP_SpiritShield_C_SetShieldEnabled"); \ +static_assert(sizeof(BP_SpiritShield_C_SetShieldEnabled) == 0x000001, "Wrong size on BP_SpiritShield_C_SetShieldEnabled"); \ +static_assert(offsetof(BP_SpiritShield_C_SetShieldEnabled, Enabled) == 0x000000, "Member 'BP_SpiritShield_C_SetShieldEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield \ +static_assert(alignof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield) == 0x000008, "Wrong alignment on BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield"); \ +static_assert(sizeof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield) == 0x000610, "Wrong size on BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, EntryPoint) == 0x000000, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, Temp_struct_Variable) == 0x000010, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, Temp_delegate_Variable) == 0x000030, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_MapRangeClamped_ReturnValue) == 0x000044, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00004C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_MakeVector_ReturnValue_1) == 0x000050, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, K2Node_CustomEvent_MochiDamageEvent) == 0x000060, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::K2Node_CustomEvent_MochiDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, K2Node_Event_DeltaSeconds) == 0x000170, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000174, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_GetDuration_ReturnValue) == 0x000178, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_GetDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00017C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000180, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000208, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x00020C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_GetVectorParameterValue_ReturnValue) == 0x000294, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, K2Node_CustomEvent_DamageEvent) == 0x0002A8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x0003B8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_bBlockingHit) == 0x0003C4, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_bInitialOverlap) == 0x0003C5, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_Time) == 0x0003C8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_Distance) == 0x0003CC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_Location) == 0x0003D0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_ImpactPoint) == 0x0003DC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_Normal) == 0x0003E8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_ImpactNormal) == 0x0003F4, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_PhysMat) == 0x000400, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_HitActor) == 0x000408, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_HitComponent) == 0x000410, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_HitBoneName) == 0x000418, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_HitItem) == 0x000420, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_ElementIndex) == 0x000424, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_FaceIndex) == 0x000428, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_TraceStart) == 0x00042C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_BreakHitResult_TraceEnd) == 0x000438, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_PostEvent_ReturnValue) == 0x000444, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_MakeRotFromZ_ReturnValue) == 0x000448, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_MakeRotFromZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000458, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000460, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000464, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000468, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_LinearColorLerp_ReturnValue) == 0x00046C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x00047C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000488, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000494, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0004A0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Add_VectorVector_ReturnValue) == 0x0004AC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_GetClosestPointOnCollision_OutPointOnBody) == 0x0004B8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_GetClosestPointOnCollision_OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_GetClosestPointOnCollision_ReturnValue) == 0x0004C4, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_GetClosestPointOnCollision_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0004C8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004D0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0004DC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, K2Node_Event_Enabled) == 0x0004E8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::K2Node_Event_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Not_PreBool_ReturnValue) == 0x0004E9, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0004EC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0004F8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000504, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00058C, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000598, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Vector_Normal2D_ReturnValue) == 0x0005A4, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_MakeRotFromZX_ReturnValue) == 0x0005B0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0005BC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Conv_FloatToVector_ReturnValue) == 0x0005C0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_RandomFloatInRange_ReturnValue) == 0x0005CC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0005D0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0005D8, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_GetCameraLocation_ReturnValue) == 0x0005E4, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x0005F0, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_MakeRotFromXZ_ReturnValue) == 0x0005FC, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000608, "Member 'BP_SpiritShield_C_ExecuteUbergraph_BP_SpiritShield::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritShield_C_GetResources \ +static_assert(alignof(BP_SpiritShield_C_GetResources) == 0x000008, "Wrong alignment on BP_SpiritShield_C_GetResources"); \ +static_assert(sizeof(BP_SpiritShield_C_GetResources) == 0x000008, "Wrong size on BP_SpiritShield_C_GetResources"); \ +static_assert(offsetof(BP_SpiritShield_C_GetResources, ReturnValue) == 0x000000, "Member 'BP_SpiritShield_C_GetResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpiritShield_C \ +static_assert(alignof(ABP_SpiritShield_C) == 0x000008, "Wrong alignment on ABP_SpiritShield_C"); \ +static_assert(sizeof(ABP_SpiritShield_C) == 0x000438, "Wrong size on ABP_SpiritShield_C"); \ +static_assert(offsetof(ABP_SpiritShield_C, UberGraphFrame_BP_SpiritShield_C) == 0x000300, "Member 'ABP_SpiritShield_C::UberGraphFrame_BP_SpiritShield_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, DissolveLocation) == 0x000308, "Member 'ABP_SpiritShield_C::DissolveLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, SpotLight) == 0x000310, "Member 'ABP_SpiritShield_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ParticleSystem) == 0x000318, "Member 'ABP_SpiritShield_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, BreakParticles) == 0x000320, "Member 'ABP_SpiritShield_C::BreakParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, BreakCache) == 0x000328, "Member 'ABP_SpiritShield_C::BreakCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, PS_persistant) == 0x000330, "Member 'ABP_SpiritShield_C::PS_persistant' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, PointLight) == 0x000338, "Member 'ABP_SpiritShield_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ScaleUpTimeline_Scale_ACDFE0984D724C8A8A812F81FE886819) == 0x000340, "Member 'ABP_SpiritShield_C::ScaleUpTimeline_Scale_ACDFE0984D724C8A8A812F81FE886819' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ScaleUpTimeline__Direction_ACDFE0984D724C8A8A812F81FE886819) == 0x000344, "Member 'ABP_SpiritShield_C::ScaleUpTimeline__Direction_ACDFE0984D724C8A8A812F81FE886819' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ScaleUpTimeline) == 0x000348, "Member 'ABP_SpiritShield_C::ScaleUpTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_IORFresnel_2B52941047260E926C9028A5A5A992A7) == 0x000350, "Member 'ABP_SpiritShield_C::FXTimeline_IORFresnel_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_IOR_2B52941047260E926C9028A5A5A992A7) == 0x000354, "Member 'ABP_SpiritShield_C::FXTimeline_IOR_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_Dissolve_2B52941047260E926C9028A5A5A992A7) == 0x000358, "Member 'ABP_SpiritShield_C::FXTimeline_Dissolve_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_FresneGlow_2B52941047260E926C9028A5A5A992A7) == 0x00035C, "Member 'ABP_SpiritShield_C::FXTimeline_FresneGlow_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_Brightness_2B52941047260E926C9028A5A5A992A7) == 0x000360, "Member 'ABP_SpiritShield_C::FXTimeline_Brightness_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_WPO_2B52941047260E926C9028A5A5A992A7) == 0x000364, "Member 'ABP_SpiritShield_C::FXTimeline_WPO_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline_NoiseFresnel_2B52941047260E926C9028A5A5A992A7) == 0x000368, "Member 'ABP_SpiritShield_C::FXTimeline_NoiseFresnel_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline__Direction_2B52941047260E926C9028A5A5A992A7) == 0x00036C, "Member 'ABP_SpiritShield_C::FXTimeline__Direction_2B52941047260E926C9028A5A5A992A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FXTimeline) == 0x000370, "Member 'ABP_SpiritShield_C::FXTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation_FresnelIOR_B569811F4F9A44048EBCC0BEEF073D65) == 0x000378, "Member 'ABP_SpiritShield_C::TimeDilation_FresnelIOR_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation_IOR_B569811F4F9A44048EBCC0BEEF073D65) == 0x00037C, "Member 'ABP_SpiritShield_C::TimeDilation_IOR_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation_Emissive_B569811F4F9A44048EBCC0BEEF073D65) == 0x000380, "Member 'ABP_SpiritShield_C::TimeDilation_Emissive_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation_Opacity_B569811F4F9A44048EBCC0BEEF073D65) == 0x000384, "Member 'ABP_SpiritShield_C::TimeDilation_Opacity_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation_Light_B569811F4F9A44048EBCC0BEEF073D65) == 0x000388, "Member 'ABP_SpiritShield_C::TimeDilation_Light_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation_TD_B569811F4F9A44048EBCC0BEEF073D65) == 0x00038C, "Member 'ABP_SpiritShield_C::TimeDilation_TD_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation__Direction_B569811F4F9A44048EBCC0BEEF073D65) == 0x000390, "Member 'ABP_SpiritShield_C::TimeDilation__Direction_B569811F4F9A44048EBCC0BEEF073D65' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, TimeDilation) == 0x000398, "Member 'ABP_SpiritShield_C::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline_Smoke_AFA821204A0E7224DE90818B1DA97AF3) == 0x0003A0, "Member 'ABP_SpiritShield_C::HItTimeline_Smoke_AFA821204A0E7224DE90818B1DA97AF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline_WindIntensity_AFA821204A0E7224DE90818B1DA97AF3) == 0x0003A4, "Member 'ABP_SpiritShield_C::HItTimeline_WindIntensity_AFA821204A0E7224DE90818B1DA97AF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline_WPO_Ripple_AFA821204A0E7224DE90818B1DA97AF3) == 0x0003A8, "Member 'ABP_SpiritShield_C::HItTimeline_WPO_Ripple_AFA821204A0E7224DE90818B1DA97AF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline_EmissiveAmount_AFA821204A0E7224DE90818B1DA97AF3) == 0x0003AC, "Member 'ABP_SpiritShield_C::HItTimeline_EmissiveAmount_AFA821204A0E7224DE90818B1DA97AF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline_Float_AFA821204A0E7224DE90818B1DA97AF3) == 0x0003B0, "Member 'ABP_SpiritShield_C::HItTimeline_Float_AFA821204A0E7224DE90818B1DA97AF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline__Direction_AFA821204A0E7224DE90818B1DA97AF3) == 0x0003B4, "Member 'ABP_SpiritShield_C::HItTimeline__Direction_AFA821204A0E7224DE90818B1DA97AF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HItTimeline) == 0x0003B8, "Member 'ABP_SpiritShield_C::HItTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, BalanceConfig) == 0x0003C0, "Member 'ABP_SpiritShield_C::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, QueueIndex) == 0x0003C8, "Member 'ABP_SpiritShield_C::QueueIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, SpiritIntensity) == 0x0003CC, "Member 'ABP_SpiritShield_C::SpiritIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, FullHealthColor) == 0x0003D0, "Member 'ABP_SpiritShield_C::FullHealthColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, NoHealthColor) == 0x0003E0, "Member 'ABP_SpiritShield_C::NoHealthColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ShieldMaterial) == 0x0003F0, "Member 'ABP_SpiritShield_C::ShieldMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HitLocation) == 0x0003F8, "Member 'ABP_SpiritShield_C::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, MeshLocation) == 0x000404, "Member 'ABP_SpiritShield_C::MeshLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, InitialLightIntensity) == 0x000410, "Member 'ABP_SpiritShield_C::InitialLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, CacheRotation) == 0x000414, "Member 'ABP_SpiritShield_C::CacheRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, IsShieldBreakCachePlaying) == 0x000420, "Member 'ABP_SpiritShield_C::IsShieldBreakCachePlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, SmokeBrightness) == 0x000424, "Member 'ABP_SpiritShield_C::SmokeBrightness' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, HitParticles) == 0x000428, "Member 'ABP_SpiritShield_C::HitParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ShieldLevel) == 0x000430, "Member 'ABP_SpiritShield_C::ShieldLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpiritShield_C, ScaleMultiplier) == 0x000434, "Member 'ABP_SpiritShield_C::ScaleMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_Set_Regen_Rate \ +static_assert(alignof(BP_ShieldBase_C_Set_Regen_Rate) == 0x000004, "Wrong alignment on BP_ShieldBase_C_Set_Regen_Rate"); \ +static_assert(sizeof(BP_ShieldBase_C_Set_Regen_Rate) == 0x000014, "Wrong size on BP_ShieldBase_C_Set_Regen_Rate"); \ +static_assert(offsetof(BP_ShieldBase_C_Set_Regen_Rate, Value) == 0x000000, "Member 'BP_ShieldBase_C_Set_Regen_Rate::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Set_Regen_Rate, CallFunc_Get_ShieldHealthMax_MaxHealth) == 0x000004, "Member 'BP_ShieldBase_C_Set_Regen_Rate::CallFunc_Get_ShieldHealthMax_MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Set_Regen_Rate, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_ShieldBase_C_Set_Regen_Rate::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Set_Regen_Rate, CallFunc_SelectFloat_ReturnValue) == 0x00000C, "Member 'BP_ShieldBase_C_Set_Regen_Rate::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Set_Regen_Rate, CallFunc_SetResourceRegenRate_ReturnValue) == 0x000010, "Member 'BP_ShieldBase_C_Set_Regen_Rate::CallFunc_SetResourceRegenRate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_PauseRegenForDuration \ +static_assert(alignof(BP_ShieldBase_C_PauseRegenForDuration) == 0x000008, "Wrong alignment on BP_ShieldBase_C_PauseRegenForDuration"); \ +static_assert(sizeof(BP_ShieldBase_C_PauseRegenForDuration) == 0x000020, "Wrong size on BP_ShieldBase_C_PauseRegenForDuration"); \ +static_assert(offsetof(BP_ShieldBase_C_PauseRegenForDuration, Duration) == 0x000000, "Member 'BP_ShieldBase_C_PauseRegenForDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_PauseRegenForDuration, ResumeRegenRate) == 0x000004, "Member 'BP_ShieldBase_C_PauseRegenForDuration::ResumeRegenRate' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_PauseRegenForDuration, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_ShieldBase_C_PauseRegenForDuration::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_PauseRegenForDuration, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_ShieldBase_C_PauseRegenForDuration::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_HandleNonLethalDamage \ +static_assert(alignof(BP_ShieldBase_C_HandleNonLethalDamage) == 0x000008, "Wrong alignment on BP_ShieldBase_C_HandleNonLethalDamage"); \ +static_assert(sizeof(BP_ShieldBase_C_HandleNonLethalDamage) == 0x000220, "Wrong size on BP_ShieldBase_C_HandleNonLethalDamage"); \ +static_assert(offsetof(BP_ShieldBase_C_HandleNonLethalDamage, DamageEvent) == 0x000000, "Member 'BP_ShieldBase_C_HandleNonLethalDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_HandleNonLethalDamage, ReturnValue) == 0x000110, "Member 'BP_ShieldBase_C_HandleNonLethalDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_IsDamageHierarchical \ +static_assert(alignof(BP_ShieldBase_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_ShieldBase_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_ShieldBase_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_ShieldBase_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_ShieldBase_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_ShieldBase_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_HandleLethalDamage \ +static_assert(alignof(BP_ShieldBase_C_HandleLethalDamage) == 0x000008, "Wrong alignment on BP_ShieldBase_C_HandleLethalDamage"); \ +static_assert(sizeof(BP_ShieldBase_C_HandleLethalDamage) == 0x000440, "Wrong size on BP_ShieldBase_C_HandleLethalDamage"); \ +static_assert(offsetof(BP_ShieldBase_C_HandleLethalDamage, DamageEvent) == 0x000000, "Member 'BP_ShieldBase_C_HandleLethalDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_HandleLethalDamage, ReturnValue) == 0x000110, "Member 'BP_ShieldBase_C_HandleLethalDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_HandleLethalDamage, CallFunc_HandleLethalDamage_ReturnValue) == 0x000220, "Member 'BP_ShieldBase_C_HandleLethalDamage::CallFunc_HandleLethalDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_HandleLethalDamage, K2Node_SetFieldsInStruct_StructOut) == 0x000330, "Member 'BP_ShieldBase_C_HandleLethalDamage::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_TryBreakShield \ +static_assert(alignof(BP_ShieldBase_C_TryBreakShield) == 0x000008, "Wrong alignment on BP_ShieldBase_C_TryBreakShield"); \ +static_assert(sizeof(BP_ShieldBase_C_TryBreakShield) == 0x000010, "Wrong size on BP_ShieldBase_C_TryBreakShield"); \ +static_assert(offsetof(BP_ShieldBase_C_TryBreakShield, CallFunc_GetShieldEnabled_ReturnValue) == 0x000000, "Member 'BP_ShieldBase_C_TryBreakShield::CallFunc_GetShieldEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_TryBreakShield, CallFunc_SpawnExplosion_ReturnValue) == 0x000008, "Member 'BP_ShieldBase_C_TryBreakShield::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_SetShieldEnabled \ +static_assert(alignof(BP_ShieldBase_C_SetShieldEnabled) == 0x000001, "Wrong alignment on BP_ShieldBase_C_SetShieldEnabled"); \ +static_assert(sizeof(BP_ShieldBase_C_SetShieldEnabled) == 0x000007, "Wrong size on BP_ShieldBase_C_SetShieldEnabled"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, Enabled) == 0x000000, "Member 'BP_ShieldBase_C_SetShieldEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, WasShieldEnabled) == 0x000001, "Member 'BP_ShieldBase_C_SetShieldEnabled::WasShieldEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, Temp_bool_Variable) == 0x000002, "Member 'BP_ShieldBase_C_SetShieldEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, Temp_byte_Variable) == 0x000003, "Member 'BP_ShieldBase_C_SetShieldEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, Temp_byte_Variable_1) == 0x000004, "Member 'BP_ShieldBase_C_SetShieldEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, K2Node_Select_Default) == 0x000005, "Member 'BP_ShieldBase_C_SetShieldEnabled::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_SetShieldEnabled, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000006, "Member 'BP_ShieldBase_C_SetShieldEnabled::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature \ +static_assert(alignof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature) == 0x000008, "Wrong alignment on BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature"); \ +static_assert(sizeof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature) == 0x000018, "Wrong size on BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature"); \ +static_assert(offsetof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature, ResourceType_0) == 0x000000, "Member 'BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature::ResourceType_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature, IncreaseInstigator) == 0x000008, "Member 'BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature::IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature, Causer) == 0x000010, "Member 'BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_0_ResourceFull__DelegateSignature::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature \ +static_assert(alignof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature) == 0x000008, "Wrong alignment on BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature"); \ +static_assert(sizeof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature) == 0x000018, "Wrong size on BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature"); \ +static_assert(offsetof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature, ResourceType_0) == 0x000000, "Member 'BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature::ResourceType_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature, DecreaseInstigator) == 0x000008, "Member 'BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature::DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature, Causer) == 0x000010, "Member 'BP_ShieldBase_C_BndEvt__Resources_K2Node_ComponentBoundEvent_1_ResourceDepleted__DelegateSignature::Causer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase \ +static_assert(alignof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase) == 0x000008, "Wrong alignment on BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase"); \ +static_assert(sizeof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase) == 0x000038, "Wrong size on BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, EntryPoint) == 0x000000, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, K2Node_ComponentBoundEvent_ResourceType_1) == 0x000004, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::K2Node_ComponentBoundEvent_ResourceType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, K2Node_ComponentBoundEvent_IncreaseInstigator) == 0x000008, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::K2Node_ComponentBoundEvent_IncreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, K2Node_ComponentBoundEvent_Causer_1) == 0x000010, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::K2Node_ComponentBoundEvent_Causer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, K2Node_ComponentBoundEvent_ResourceType) == 0x000019, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::K2Node_ComponentBoundEvent_ResourceType' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, K2Node_ComponentBoundEvent_DecreaseInstigator) == 0x000020, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::K2Node_ComponentBoundEvent_DecreaseInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, K2Node_ComponentBoundEvent_Causer) == 0x000028, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::K2Node_ComponentBoundEvent_Causer' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_ShieldBase_C_ExecuteUbergraph_BP_ShieldBase::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_GetShieldHealth \ +static_assert(alignof(BP_ShieldBase_C_GetShieldHealth) == 0x000004, "Wrong alignment on BP_ShieldBase_C_GetShieldHealth"); \ +static_assert(sizeof(BP_ShieldBase_C_GetShieldHealth) == 0x00000C, "Wrong size on BP_ShieldBase_C_GetShieldHealth"); \ +static_assert(offsetof(BP_ShieldBase_C_GetShieldHealth, Health) == 0x000000, "Member 'BP_ShieldBase_C_GetShieldHealth::Health' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_GetShieldHealth, CallFunc_TryGetResource_ResourceCount) == 0x000004, "Member 'BP_ShieldBase_C_GetShieldHealth::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_GetShieldHealth, CallFunc_TryGetResource_ReturnValue) == 0x000008, "Member 'BP_ShieldBase_C_GetShieldHealth::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_Get_ShieldHealthMax \ +static_assert(alignof(BP_ShieldBase_C_Get_ShieldHealthMax) == 0x000008, "Wrong alignment on BP_ShieldBase_C_Get_ShieldHealthMax"); \ +static_assert(sizeof(BP_ShieldBase_C_Get_ShieldHealthMax) == 0x000040, "Wrong size on BP_ShieldBase_C_Get_ShieldHealthMax"); \ +static_assert(offsetof(BP_ShieldBase_C_Get_ShieldHealthMax, MaxHealth) == 0x000000, "Member 'BP_ShieldBase_C_Get_ShieldHealthMax::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Get_ShieldHealthMax, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_ShieldBase_C_Get_ShieldHealthMax::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Get_ShieldHealthMax, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BP_ShieldBase_C_Get_ShieldHealthMax::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Get_ShieldHealthMax, CallFunc_BreakVector2D_X) == 0x000034, "Member 'BP_ShieldBase_C_Get_ShieldHealthMax::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_Get_ShieldHealthMax, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'BP_ShieldBase_C_Get_ShieldHealthMax::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShieldBase_C_GetShieldEnabled \ +static_assert(alignof(BP_ShieldBase_C_GetShieldEnabled) == 0x000001, "Wrong alignment on BP_ShieldBase_C_GetShieldEnabled"); \ +static_assert(sizeof(BP_ShieldBase_C_GetShieldEnabled) == 0x000003, "Wrong size on BP_ShieldBase_C_GetShieldEnabled"); \ +static_assert(offsetof(BP_ShieldBase_C_GetShieldEnabled, ReturnValue) == 0x000000, "Member 'BP_ShieldBase_C_GetShieldEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_GetShieldEnabled, CallFunc_GetCollisionEnabled_ReturnValue) == 0x000001, "Member 'BP_ShieldBase_C_GetShieldEnabled::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShieldBase_C_GetShieldEnabled, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_ShieldBase_C_GetShieldEnabled::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ShieldBase_C \ +static_assert(alignof(ABP_ShieldBase_C) == 0x000008, "Wrong alignment on ABP_ShieldBase_C"); \ +static_assert(sizeof(ABP_ShieldBase_C) == 0x000300, "Wrong size on ABP_ShieldBase_C"); \ +static_assert(offsetof(ABP_ShieldBase_C, UberGraphFrame) == 0x000278, "Member 'ABP_ShieldBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, ExplosionSpawner) == 0x000280, "Member 'ABP_ShieldBase_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, Mesh) == 0x000288, "Member 'ABP_ShieldBase_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, DefaultSceneRoot) == 0x000290, "Member 'ABP_ShieldBase_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, StartEnabled) == 0x000298, "Member 'ABP_ShieldBase_C::StartEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, ExplodeShieldOnBreak) == 0x000299, "Member 'ABP_ShieldBase_C::ExplodeShieldOnBreak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, OnShieldBlock) == 0x0002A0, "Member 'ABP_ShieldBase_C::OnShieldBlock' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, OnShieldBreak) == 0x0002B0, "Member 'ABP_ShieldBase_C::OnShieldBreak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, CanDamageOwner) == 0x0002C0, "Member 'ABP_ShieldBase_C::CanDamageOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, RegenRate) == 0x0002C4, "Member 'ABP_ShieldBase_C::RegenRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, DisableRegenOnDamage) == 0x0002C8, "Member 'ABP_ShieldBase_C::DisableRegenOnDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, RegenDisableDamageDuration) == 0x0002CC, "Member 'ABP_ShieldBase_C::RegenDisableDamageDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, DisableRegenOnDeplete) == 0x0002D0, "Member 'ABP_ShieldBase_C::DisableRegenOnDeplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, RegenDisableBreakDuration) == 0x0002D4, "Member 'ABP_ShieldBase_C::RegenDisableBreakDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, RegenDisableTimer) == 0x0002D8, "Member 'ABP_ShieldBase_C::RegenDisableTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, RegenRateAfterBreak) == 0x0002E0, "Member 'ABP_ShieldBase_C::RegenRateAfterBreak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, RegenRateOnResume) == 0x0002E4, "Member 'ABP_ShieldBase_C::RegenRateOnResume' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, BlockDamageOnBreak) == 0x0002E8, "Member 'ABP_ShieldBase_C::BlockDamageOnBreak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, ConvertRegenRatesToPercent) == 0x0002E9, "Member 'ABP_ShieldBase_C::ConvertRegenRatesToPercent' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, IsShieldEnabled) == 0x0002EA, "Member 'ABP_ShieldBase_C::IsShieldEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, DamageInvulnerabilityDuration) == 0x0002EC, "Member 'ABP_ShieldBase_C::DamageInvulnerabilityDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShieldBase_C, OnShieldEnabledChanged) == 0x0002F0, "Member 'ABP_ShieldBase_C::OnShieldEnabledChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_HandleAnimEvent \ +static_assert(alignof(BP_LedgeLeapState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_LedgeLeapState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_LedgeLeapState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_LedgeLeapState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_LedgeLeapState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_LedgeLeapState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_LedgeLeapState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_LedgeLeapState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LedgeLeapState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_LedgeLeapState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LedgeLeapState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_LedgeLeapState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000031, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000032, "Member 'BP_LedgeLeapState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_CanEnterState \ +static_assert(alignof(BP_LedgeLeapState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LedgeLeapState_C_CanEnterState"); \ +static_assert(sizeof(BP_LedgeLeapState_C_CanEnterState) == 0x000020, "Wrong size on BP_LedgeLeapState_C_CanEnterState"); \ +static_assert(offsetof(BP_LedgeLeapState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LedgeLeapState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LedgeLeapState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeLeapState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_CanEnterState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_LedgeLeapState_C_CanEnterState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_CanEnterState, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000019, "Member 'BP_LedgeLeapState_C_CanEnterState::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_LedgeLeapState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_OnStart \ +static_assert(alignof(BP_LedgeLeapState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeLeapState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeLeapState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeLeapState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeLeapState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeLeapState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_OnEnd \ +static_assert(alignof(BP_LedgeLeapState_C_OnEnd) == 0x000008, "Wrong alignment on BP_LedgeLeapState_C_OnEnd"); \ +static_assert(sizeof(BP_LedgeLeapState_C_OnEnd) == 0x000008, "Wrong size on BP_LedgeLeapState_C_OnEnd"); \ +static_assert(offsetof(BP_LedgeLeapState_C_OnEnd, NextState) == 0x000000, "Member 'BP_LedgeLeapState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_Update \ +static_assert(alignof(BP_LedgeLeapState_C_Update) == 0x000004, "Wrong alignment on BP_LedgeLeapState_C_Update"); \ +static_assert(sizeof(BP_LedgeLeapState_C_Update) == 0x000004, "Wrong size on BP_LedgeLeapState_C_Update"); \ +static_assert(offsetof(BP_LedgeLeapState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeLeapState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState \ +static_assert(alignof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState) == 0x000008, "Wrong alignment on BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState"); \ +static_assert(sizeof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState) == 0x000098, "Wrong size on BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, EntryPoint) == 0x000000, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_Event_NextState) == 0x000018, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_Event_DeltaTime) == 0x000020, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_ChangeStateTo_ReturnValue) == 0x000024, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetCharacter_ReturnValue) == 0x000028, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000030, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_CanGetDown_ReturnValue) == 0x000040, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_CanGetDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000050, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetCharacter_ReturnValue_1) == 0x000060, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_IsInputBuffered_ReturnValue) == 0x000070, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000078, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_IsInputBuffered_ReturnValue_1) == 0x000080, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_IsInputBuffered_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_DynamicCast_AsBP_Kena_Anim_Instance_1) == 0x000088, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_DynamicCast_AsBP_Kena_Anim_Instance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState, CallFunc_BooleanOR_ReturnValue) == 0x000091, "Member 'BP_LedgeLeapState_C_ExecuteUbergraph_BP_LedgeLeapState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeLeapState_C \ +static_assert(alignof(UBP_LedgeLeapState_C) == 0x000008, "Wrong alignment on UBP_LedgeLeapState_C"); \ +static_assert(sizeof(UBP_LedgeLeapState_C) == 0x000128, "Wrong size on UBP_LedgeLeapState_C"); \ +static_assert(offsetof(UBP_LedgeLeapState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LedgeLeapState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_ShieldBreak_C \ +static_assert(alignof(AExplosion_ShieldBreak_C) == 0x000008, "Wrong alignment on AExplosion_ShieldBreak_C"); \ +static_assert(sizeof(AExplosion_ShieldBreak_C) == 0x0003E0, "Wrong size on AExplosion_ShieldBreak_C"); \ + +#define DUMPER7_ASSERTS_Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Explosion_BombKenaKnockback_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback \ +static_assert(alignof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback) == 0x000008, "Wrong alignment on Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback"); \ +static_assert(sizeof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback) == 0x000130, "Wrong size on Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback, EntryPoint) == 0x000000, "Member 'Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback, K2Node_ComponentBoundEvent_DamageResult) == 0x000004, "Member 'Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback, K2Node_ComponentBoundEvent_DamageEvent) == 0x000008, "Member 'Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback, K2Node_ComponentBoundEvent_OtherActor) == 0x000118, "Member 'Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000120, "Member 'Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'Explosion_BombKenaKnockback_C_ExecuteUbergraph_Explosion_BombKenaKnockback::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_BombKenaKnockback_C \ +static_assert(alignof(AExplosion_BombKenaKnockback_C) == 0x000008, "Wrong alignment on AExplosion_BombKenaKnockback_C"); \ +static_assert(sizeof(AExplosion_BombKenaKnockback_C) == 0x0003E8, "Wrong size on AExplosion_BombKenaKnockback_C"); \ +static_assert(offsetof(AExplosion_BombKenaKnockback_C, UberGraphFrame_Explosion_BombKenaKnockback_C) == 0x0003E0, "Member 'AExplosion_BombKenaKnockback_C::UberGraphFrame_Explosion_BombKenaKnockback_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_BombPlatformActivator_C \ +static_assert(alignof(AExplosion_BombPlatformActivator_C) == 0x000008, "Wrong alignment on AExplosion_BombPlatformActivator_C"); \ +static_assert(sizeof(AExplosion_BombPlatformActivator_C) == 0x0003E0, "Wrong size on AExplosion_BombPlatformActivator_C"); \ + +#define DUMPER7_ASSERTS_Explosion_SapBomb_C_UserConstructionScript \ +static_assert(alignof(Explosion_SapBomb_C_UserConstructionScript) == 0x000008, "Wrong alignment on Explosion_SapBomb_C_UserConstructionScript"); \ +static_assert(sizeof(Explosion_SapBomb_C_UserConstructionScript) == 0x000020, "Wrong size on Explosion_SapBomb_C_UserConstructionScript"); \ +static_assert(offsetof(Explosion_SapBomb_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'Explosion_SapBomb_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_UserConstructionScript, CallFunc_IsInsideAnySwimmingVolume_OutVolume) == 0x000010, "Member 'Explosion_SapBomb_C_UserConstructionScript::CallFunc_IsInsideAnySwimmingVolume_OutVolume' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_UserConstructionScript, CallFunc_IsInsideAnySwimmingVolume_ReturnValue) == 0x000018, "Member 'Explosion_SapBomb_C_UserConstructionScript::CallFunc_IsInsideAnySwimmingVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_UserConstructionScript, CallFunc_GetWaterSurfaceZ_ReturnValue) == 0x00001C, "Member 'Explosion_SapBomb_C_UserConstructionScript::CallFunc_GetWaterSurfaceZ_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Explosion_SapBomb_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb \ +static_assert(alignof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb) == 0x000008, "Wrong alignment on Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb"); \ +static_assert(sizeof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb) == 0x000180, "Wrong size on Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, EntryPoint) == 0x000000, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, K2Node_ComponentBoundEvent_DamageResult) == 0x000008, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, K2Node_ComponentBoundEvent_DamageEvent) == 0x000010, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, K2Node_ComponentBoundEvent_OtherActor) == 0x000120, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000128, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, CallFunc_GetTimeSeconds_ReturnValue) == 0x000134, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000138, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000144, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00014C, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, K2Node_MakeStruct_WindEffect) == 0x000158, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ +static_assert(offsetof(Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000178, "Member 'Explosion_SapBomb_C_ExecuteUbergraph_Explosion_SapBomb::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_SapBomb_C \ +static_assert(alignof(AExplosion_SapBomb_C) == 0x000008, "Wrong alignment on AExplosion_SapBomb_C"); \ +static_assert(sizeof(AExplosion_SapBomb_C) == 0x000430, "Wrong size on AExplosion_SapBomb_C"); \ +static_assert(offsetof(AExplosion_SapBomb_C, UberGraphFrame_Explosion_SapBomb_C) == 0x0003E0, "Member 'AExplosion_SapBomb_C::UberGraphFrame_Explosion_SapBomb_C' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, GeometryCache) == 0x0003E8, "Member 'AExplosion_SapBomb_C::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, Niagara) == 0x0003F0, "Member 'AExplosion_SapBomb_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, MainExplosion) == 0x0003F8, "Member 'AExplosion_SapBomb_C::MainExplosion' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, SecondaryFill) == 0x000400, "Member 'AExplosion_SapBomb_C::SecondaryFill' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, CacheFade_Opacity_E7022E214B26E8422898BEB28A1D155E) == 0x000408, "Member 'AExplosion_SapBomb_C::CacheFade_Opacity_E7022E214B26E8422898BEB28A1D155E' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, CacheFade__Direction_E7022E214B26E8422898BEB28A1D155E) == 0x00040C, "Member 'AExplosion_SapBomb_C::CacheFade__Direction_E7022E214B26E8422898BEB28A1D155E' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, CacheFade) == 0x000410, "Member 'AExplosion_SapBomb_C::CacheFade' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, ExplodedMidair) == 0x000418, "Member 'AExplosion_SapBomb_C::ExplodedMidair' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, ExplodedInWater) == 0x000419, "Member 'AExplosion_SapBomb_C::ExplodedInWater' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, BombAttachParent) == 0x000420, "Member 'AExplosion_SapBomb_C::BombAttachParent' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_SapBomb_C, WaterZ) == 0x000428, "Member 'AExplosion_SapBomb_C::WaterZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotPulse_C_ReceiveTick \ +static_assert(alignof(BP_Explosion_RotPulse_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Explosion_RotPulse_C_ReceiveTick"); \ +static_assert(sizeof(BP_Explosion_RotPulse_C_ReceiveTick) == 0x000004, "Wrong size on BP_Explosion_RotPulse_C_ReceiveTick"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Explosion_RotPulse_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse \ +static_assert(alignof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse) == 0x000010, "Wrong alignment on BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse"); \ +static_assert(sizeof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse) == 0x000080, "Wrong size on BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, EntryPoint) == 0x000000, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_GetGlobalDeadzoneManager_ReturnValue) == 0x000008, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_GetGlobalDeadzoneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000014, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000018, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_K2_GetComponentScale_ReturnValue) == 0x00001C, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_BreakVector_X) == 0x00002C, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_BreakVector_Z) == 0x000034, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000040, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000044, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, K2Node_Event_DeltaSeconds) == 0x000048, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_GetMaterial_ReturnValue) == 0x000050, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000058, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_EvaluateCurve_ReturnValue) == 0x000060, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse, CallFunc_MakeVector4_ReturnValue) == 0x000070, "Member 'BP_Explosion_RotPulse_C_ExecuteUbergraph_BP_Explosion_RotPulse::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_RotPulse_C \ +static_assert(alignof(ABP_Explosion_RotPulse_C) == 0x000008, "Wrong alignment on ABP_Explosion_RotPulse_C"); \ +static_assert(sizeof(ABP_Explosion_RotPulse_C) == 0x0005C0, "Wrong size on ABP_Explosion_RotPulse_C"); \ +static_assert(offsetof(ABP_Explosion_RotPulse_C, UberGraphFrame_BP_Explosion_RotPulse_C) == 0x000520, "Member 'ABP_Explosion_RotPulse_C::UberGraphFrame_BP_Explosion_RotPulse_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotPulse_C, DeadzoneCleaning) == 0x000528, "Member 'ABP_Explosion_RotPulse_C::DeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotPulse_C, MaskMaterial) == 0x000530, "Member 'ABP_Explosion_RotPulse_C::MaskMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotPulse_C, OvergrowthCurve) == 0x000538, "Member 'ABP_Explosion_RotPulse_C::OvergrowthCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Fisherman_C \ +static_assert(alignof(ABP_CM_Hat_Fisherman_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Fisherman_C"); \ +static_assert(sizeof(ABP_CM_Hat_Fisherman_C) == 0x000240, "Wrong size on ABP_CM_Hat_Fisherman_C"); \ +static_assert(offsetof(ABP_CM_Hat_Fisherman_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Fisherman_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Explosion_ParryShockwave_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_ParryShockwave_C_ReceiveTick \ +static_assert(alignof(Explosion_ParryShockwave_C_ReceiveTick) == 0x000004, "Wrong alignment on Explosion_ParryShockwave_C_ReceiveTick"); \ +static_assert(sizeof(Explosion_ParryShockwave_C_ReceiveTick) == 0x000004, "Wrong size on Explosion_ParryShockwave_C_ReceiveTick"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Explosion_ParryShockwave_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave \ +static_assert(alignof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave) == 0x000008, "Wrong alignment on Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave"); \ +static_assert(sizeof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave) == 0x0001B8, "Wrong size on Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, EntryPoint) == 0x000000, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000010, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_ComponentBoundEvent_DamageResult) == 0x000018, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_ComponentBoundEvent_DamageEvent) == 0x000020, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_ComponentBoundEvent_OtherActor) == 0x000130, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000138, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000148, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_SwitchEnum_CmpSuccess) == 0x000151, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_Event_DeltaSeconds) == 0x000154, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000158, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_GetGlobalPulseManager_ReturnValue) == 0x000160, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_GetGlobalPulseManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000168, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_GetPulseCollectionQueue_ReturnValue) == 0x000170, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_GetPulseCollectionQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_GetGlobalPulseManager_ReturnValue_1) == 0x000178, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_GetGlobalPulseManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_AllocateNext_ReturnValue) == 0x000180, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_AllocateNext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_GetPulseCollectionQueue_ReturnValue_1) == 0x000188, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_GetPulseCollectionQueue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, CallFunc_GetTimeSeconds_ReturnValue) == 0x000190, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave, K2Node_MakeStruct_WindEffect) == 0x000194, "Member 'Explosion_ParryShockwave_C_ExecuteUbergraph_Explosion_ParryShockwave::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_ParryShockwave_C \ +static_assert(alignof(AExplosion_ParryShockwave_C) == 0x000008, "Wrong alignment on AExplosion_ParryShockwave_C"); \ +static_assert(sizeof(AExplosion_ParryShockwave_C) == 0x000408, "Wrong size on AExplosion_ParryShockwave_C"); \ +static_assert(offsetof(AExplosion_ParryShockwave_C, UberGraphFrame_Explosion_ParryShockwave_C) == 0x0003E0, "Member 'AExplosion_ParryShockwave_C::UberGraphFrame_Explosion_ParryShockwave_C' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_ParryShockwave_C, MainExplosion) == 0x0003E8, "Member 'AExplosion_ParryShockwave_C::MainExplosion' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_ParryShockwave_C, CollectionIndex) == 0x0003F0, "Member 'AExplosion_ParryShockwave_C::CollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_ParryShockwave_C, OnDamagedEnemy) == 0x0003F8, "Member 'AExplosion_ParryShockwave_C::OnDamagedEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam \ +static_assert(alignof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam) == 0x000008, "Wrong alignment on BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam"); \ +static_assert(sizeof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam) == 0x000050, "Wrong size on BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, EntryPoint) == 0x000000, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, CallFunc_GetTimeSeconds_ReturnValue) == 0x000008, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000018, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00001C, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000028, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam, K2Node_MakeStruct_WindEffect) == 0x000030, "Member 'BP_Explosion_RotHammerSlam_C_ExecuteUbergraph_BP_Explosion_RotHammerSlam::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_RotHammerSlam_C \ +static_assert(alignof(ABP_Explosion_RotHammerSlam_C) == 0x000008, "Wrong alignment on ABP_Explosion_RotHammerSlam_C"); \ +static_assert(sizeof(ABP_Explosion_RotHammerSlam_C) == 0x0004C8, "Wrong size on ABP_Explosion_RotHammerSlam_C"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, UberGraphFrame_BP_Explosion_RotHammerSlam_C) == 0x000490, "Member 'ABP_Explosion_RotHammerSlam_C::UberGraphFrame_BP_Explosion_RotHammerSlam_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, PointLight) == 0x000498, "Member 'ABP_Explosion_RotHammerSlam_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, Niagara) == 0x0004A0, "Member 'ABP_Explosion_RotHammerSlam_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, FloorDecal) == 0x0004A8, "Member 'ABP_Explosion_RotHammerSlam_C::FloorDecal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, Timeline_0_Intensity_2FF02C7F489E85D2142986BE8C1791A6) == 0x0004B0, "Member 'ABP_Explosion_RotHammerSlam_C::Timeline_0_Intensity_2FF02C7F489E85D2142986BE8C1791A6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, Timeline_0__Direction_2FF02C7F489E85D2142986BE8C1791A6) == 0x0004B4, "Member 'ABP_Explosion_RotHammerSlam_C::Timeline_0__Direction_2FF02C7F489E85D2142986BE8C1791A6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, Timeline_0) == 0x0004B8, "Member 'ABP_Explosion_RotHammerSlam_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotHammerSlam_C, DecalAnimDuration) == 0x0004C0, "Member 'ABP_Explosion_RotHammerSlam_C::DecalAnimDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_DZClean_C_ReceiveTick \ +static_assert(alignof(BP_Explosion_DZClean_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Explosion_DZClean_C_ReceiveTick"); \ +static_assert(sizeof(BP_Explosion_DZClean_C_ReceiveTick) == 0x000004, "Wrong size on BP_Explosion_DZClean_C_ReceiveTick"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Explosion_DZClean_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean \ +static_assert(alignof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean) == 0x000008, "Wrong alignment on BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean"); \ +static_assert(sizeof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean) == 0x000250, "Wrong size on BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, EntryPoint) == 0x000000, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000008, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakVector_X) == 0x000018, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakVector_Y) == 0x00001C, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakVector_Z) == 0x000020, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, K2Node_Event_DeltaSeconds) == 0x000024, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000034, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000038, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_GetInstigator_ReturnValue) == 0x000040, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000068, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_Add_VectorVector_ReturnValue) == 0x000074, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_LineTraceSingle_OutHit) == 0x000080, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_LineTraceSingle_ReturnValue) == 0x000108, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_EvaluateCurve_ReturnValue) == 0x00010C, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_bBlockingHit) == 0x000110, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_bInitialOverlap) == 0x000111, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_Time) == 0x000114, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_Distance) == 0x000118, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_Location) == 0x00011C, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_ImpactPoint) == 0x000128, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_Normal) == 0x000134, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_ImpactNormal) == 0x000140, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_PhysMat) == 0x000150, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_HitActor) == 0x000158, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_HitComponent) == 0x000160, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_HitBoneName) == 0x000168, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_HitItem) == 0x000170, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_ElementIndex) == 0x000174, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_FaceIndex) == 0x000178, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_TraceStart) == 0x00017C, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_BreakHitResult_TraceEnd) == 0x000188, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_MakeColor_ReturnValue) == 0x000194, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_MakeRotFromZ_ReturnValue) == 0x0001A4, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_MakeRotFromZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0001B0, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000238, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_GetMaterial_ReturnValue) == 0x000240, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000248, "Member 'BP_Explosion_DZClean_C_ExecuteUbergraph_BP_Explosion_DZClean::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_DZClean_C \ +static_assert(alignof(ABP_Explosion_DZClean_C) == 0x000008, "Wrong alignment on ABP_Explosion_DZClean_C"); \ +static_assert(sizeof(ABP_Explosion_DZClean_C) == 0x000490, "Wrong size on ABP_Explosion_DZClean_C"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, UberGraphFrame_BP_Explosion_DZClean_C) == 0x0003E0, "Member 'ABP_Explosion_DZClean_C::UberGraphFrame_BP_Explosion_DZClean_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, P_RotHammer_Slam) == 0x0003E8, "Member 'ABP_Explosion_DZClean_C::P_RotHammer_Slam' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, DeadzoneCleaning) == 0x0003F0, "Member 'ABP_Explosion_DZClean_C::DeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, MaskMaterial) == 0x0003F8, "Member 'ABP_Explosion_DZClean_C::MaskMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, OvergrowthCurve) == 0x000400, "Member 'ABP_Explosion_DZClean_C::OvergrowthCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, FadeDuration) == 0x000488, "Member 'ABP_Explosion_DZClean_C::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_DZClean_C, ShouldSnapToGround) == 0x00048C, "Member 'ABP_Explosion_DZClean_C::ShouldSnapToGround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSpin_C_UserConstructionScript \ +static_assert(alignof(BP_Explosion_RotSpin_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Explosion_RotSpin_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Explosion_RotSpin_C_UserConstructionScript) == 0x000050, "Wrong size on BP_Explosion_RotSpin_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_object_Variable) == 0x000008, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_object_Variable_1) == 0x000010, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_object_Variable_2) == 0x000018, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_object_Variable_3) == 0x000020, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_object_Variable_4) == 0x000028, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, Temp_object_Variable_5) == 0x000030, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000038, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_UserConstructionScript, K2Node_Select_Default) == 0x000048, "Member 'BP_Explosion_RotSpin_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSpin_C_ReceiveTick \ +static_assert(alignof(BP_Explosion_RotSpin_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Explosion_RotSpin_C_ReceiveTick"); \ +static_assert(sizeof(BP_Explosion_RotSpin_C_ReceiveTick) == 0x000004, "Wrong size on BP_Explosion_RotSpin_C_ReceiveTick"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Explosion_RotSpin_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'BP_Explosion_RotSpin_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin \ +static_assert(alignof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin) == 0x000008, "Wrong alignment on BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin"); \ +static_assert(sizeof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin) == 0x000218, "Wrong size on BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, EntryPoint) == 0x000000, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_MakeVector_ReturnValue_1) == 0x00002C, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_MakeRotFromZX_ReturnValue) == 0x000038, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_GetMaterial_ReturnValue) == 0x000048, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000050, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000058, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_Ease_ReturnValue) == 0x000060, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_GetRotCloud_ReturnValue) == 0x000068, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, K2Node_ComponentBoundEvent_DamageResult) == 0x000070, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, K2Node_ComponentBoundEvent_DamageEvent) == 0x000078, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, K2Node_ComponentBoundEvent_OtherActor) == 0x000188, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000190, "Member 'BP_Explosion_RotSpin_C_ExecuteUbergraph_BP_Explosion_RotSpin::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Explosion_RotSpin_C \ +static_assert(alignof(ABP_Explosion_RotSpin_C) == 0x000008, "Wrong alignment on ABP_Explosion_RotSpin_C"); \ +static_assert(sizeof(ABP_Explosion_RotSpin_C) == 0x0003F0, "Wrong size on ABP_Explosion_RotSpin_C"); \ +static_assert(offsetof(ABP_Explosion_RotSpin_C, UberGraphFrame_BP_Explosion_RotSpin_C) == 0x0003E0, "Member 'ABP_Explosion_RotSpin_C::UberGraphFrame_BP_Explosion_RotSpin_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Explosion_RotSpin_C, Material) == 0x0003E8, "Member 'ABP_Explosion_RotSpin_C::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Explosion_ShieldRelease_C_BndEvt__ExplosionDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease \ +static_assert(alignof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease) == 0x000008, "Wrong alignment on Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease"); \ +static_assert(sizeof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease) == 0x000130, "Wrong size on Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease, EntryPoint) == 0x000000, "Member 'Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease, K2Node_ComponentBoundEvent_DamageResult) == 0x000004, "Member 'Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease, K2Node_ComponentBoundEvent_DamageEvent) == 0x000008, "Member 'Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease, K2Node_ComponentBoundEvent_OtherActor) == 0x000118, "Member 'Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000120, "Member 'Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'Explosion_ShieldRelease_C_ExecuteUbergraph_Explosion_ShieldRelease::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_ShieldRelease_C \ +static_assert(alignof(AExplosion_ShieldRelease_C) == 0x000008, "Wrong alignment on AExplosion_ShieldRelease_C"); \ +static_assert(sizeof(AExplosion_ShieldRelease_C) == 0x0003F8, "Wrong size on AExplosion_ShieldRelease_C"); \ +static_assert(offsetof(AExplosion_ShieldRelease_C, UberGraphFrame_Explosion_ShieldRelease_C) == 0x0003E0, "Member 'AExplosion_ShieldRelease_C::UberGraphFrame_Explosion_ShieldRelease_C' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_ShieldRelease_C, MainExplosion) == 0x0003E8, "Member 'AExplosion_ShieldRelease_C::MainExplosion' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_ShieldRelease_C, SecondaryFill) == 0x0003F0, "Member 'AExplosion_ShieldRelease_C::SecondaryFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Explosion_Base_C_ExecuteUbergraph_Explosion_Base \ +static_assert(alignof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base) == 0x000008, "Wrong alignment on Explosion_Base_C_ExecuteUbergraph_Explosion_Base"); \ +static_assert(sizeof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base) == 0x000060, "Wrong size on Explosion_Base_C_ExecuteUbergraph_Explosion_Base"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, EntryPoint) == 0x000000, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, Temp_int_Variable) == 0x000004, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, Temp_struct_Variable) == 0x000008, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, Temp_delegate_Variable) == 0x00001C, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000038, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_Array_Get_Item) == 0x000048, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Explosion_Base_C_ExecuteUbergraph_Explosion_Base, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'Explosion_Base_C_ExecuteUbergraph_Explosion_Base::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExplosion_Base_C \ +static_assert(alignof(AExplosion_Base_C) == 0x000008, "Wrong alignment on AExplosion_Base_C"); \ +static_assert(sizeof(AExplosion_Base_C) == 0x0003E0, "Wrong size on AExplosion_Base_C"); \ +static_assert(offsetof(AExplosion_Base_C, UberGraphFrame) == 0x0003A0, "Member 'AExplosion_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, Shockwave) == 0x0003A8, "Member 'AExplosion_Base_C::Shockwave' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, SphereComponent) == 0x0003B0, "Member 'AExplosion_Base_C::SphereComponent' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, ParticleSystemComponents) == 0x0003B8, "Member 'AExplosion_Base_C::ParticleSystemComponents' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, SFX_Explode) == 0x0003C8, "Member 'AExplosion_Base_C::SFX_Explode' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, EndDelayTime) == 0x0003D0, "Member 'AExplosion_Base_C::EndDelayTime' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, ShockwaveDenominator) == 0x0003D4, "Member 'AExplosion_Base_C::ShockwaveDenominator' has a wrong offset!"); \ +static_assert(offsetof(AExplosion_Base_C, CameraShakeScale) == 0x0003D8, "Member 'AExplosion_Base_C::CameraShakeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InhibitedState_C_Update \ +static_assert(alignof(BP_InhibitedState_C_Update) == 0x000004, "Wrong alignment on BP_InhibitedState_C_Update"); \ +static_assert(sizeof(BP_InhibitedState_C_Update) == 0x000004, "Wrong size on BP_InhibitedState_C_Update"); \ +static_assert(offsetof(BP_InhibitedState_C_Update, DeltaTime) == 0x000000, "Member 'BP_InhibitedState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InhibitedState_C_OnStart \ +static_assert(alignof(BP_InhibitedState_C_OnStart) == 0x000008, "Wrong alignment on BP_InhibitedState_C_OnStart"); \ +static_assert(sizeof(BP_InhibitedState_C_OnStart) == 0x000008, "Wrong size on BP_InhibitedState_C_OnStart"); \ +static_assert(offsetof(BP_InhibitedState_C_OnStart, PrevState) == 0x000000, "Member 'BP_InhibitedState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState \ +static_assert(alignof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState) == 0x000008, "Wrong alignment on BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState"); \ +static_assert(sizeof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState) == 0x000040, "Wrong size on BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, EntryPoint) == 0x000000, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, CallFunc_IsSuspended_ReturnValue) == 0x000004, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::CallFunc_IsSuspended_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, K2Node_Event_DeltaTime) == 0x000008, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x000018, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x000019, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, K2Node_DynamicCast_AsKena_Controller) == 0x000028, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState, K2Node_Event_PrevState) == 0x000038, "Member 'BP_InhibitedState_C_ExecuteUbergraph_BP_InhibitedState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InhibitedState_C \ +static_assert(alignof(UBP_InhibitedState_C) == 0x000008, "Wrong alignment on UBP_InhibitedState_C"); \ +static_assert(sizeof(UBP_InhibitedState_C) == 0x000128, "Wrong size on UBP_InhibitedState_C"); \ +static_assert(offsetof(UBP_InhibitedState_C, UberGraphFrame) == 0x000120, "Member 'UBP_InhibitedState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_GetKena \ +static_assert(alignof(BP_LockOnStrafe_C_GetKena) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_GetKena"); \ +static_assert(sizeof(BP_LockOnStrafe_C_GetKena) == 0x000020, "Wrong size on BP_LockOnStrafe_C_GetKena"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetKena, AsBP_Kena_Character) == 0x000000, "Member 'BP_LockOnStrafe_C_GetKena::AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetKena, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_LockOnStrafe_C_GetKena::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetKena, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_LockOnStrafe_C_GetKena::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetKena, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LockOnStrafe_C_GetKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_GetCameraForwardConstantMod \ +static_assert(alignof(BP_LockOnStrafe_C_GetCameraForwardConstantMod) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_GetCameraForwardConstantMod"); \ +static_assert(sizeof(BP_LockOnStrafe_C_GetCameraForwardConstantMod) == 0x000020, "Wrong size on BP_LockOnStrafe_C_GetCameraForwardConstantMod"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetCameraForwardConstantMod, LookForwardConstantModifier) == 0x000000, "Member 'BP_LockOnStrafe_C_GetCameraForwardConstantMod::LookForwardConstantModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetCameraForwardConstantMod, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_LockOnStrafe_C_GetCameraForwardConstantMod::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetCameraForwardConstantMod, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_LockOnStrafe_C_GetCameraForwardConstantMod::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_GetCameraForwardConstantMod, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LockOnStrafe_C_GetCameraForwardConstantMod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_OnResume \ +static_assert(alignof(BP_LockOnStrafe_C_OnResume) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_OnResume"); \ +static_assert(sizeof(BP_LockOnStrafe_C_OnResume) == 0x000008, "Wrong size on BP_LockOnStrafe_C_OnResume"); \ +static_assert(offsetof(BP_LockOnStrafe_C_OnResume, NextState) == 0x000000, "Member 'BP_LockOnStrafe_C_OnResume::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_Update \ +static_assert(alignof(BP_LockOnStrafe_C_Update) == 0x000004, "Wrong alignment on BP_LockOnStrafe_C_Update"); \ +static_assert(sizeof(BP_LockOnStrafe_C_Update) == 0x000004, "Wrong size on BP_LockOnStrafe_C_Update"); \ +static_assert(offsetof(BP_LockOnStrafe_C_Update, DeltaTime) == 0x000000, "Member 'BP_LockOnStrafe_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_OnStart \ +static_assert(alignof(BP_LockOnStrafe_C_OnStart) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_OnStart"); \ +static_assert(sizeof(BP_LockOnStrafe_C_OnStart) == 0x000008, "Wrong size on BP_LockOnStrafe_C_OnStart"); \ +static_assert(offsetof(BP_LockOnStrafe_C_OnStart, PrevState) == 0x000000, "Member 'BP_LockOnStrafe_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_OnEnd \ +static_assert(alignof(BP_LockOnStrafe_C_OnEnd) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_OnEnd"); \ +static_assert(sizeof(BP_LockOnStrafe_C_OnEnd) == 0x000008, "Wrong size on BP_LockOnStrafe_C_OnEnd"); \ +static_assert(offsetof(BP_LockOnStrafe_C_OnEnd, NextState) == 0x000000, "Member 'BP_LockOnStrafe_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_ReceiveTick \ +static_assert(alignof(BP_LockOnStrafe_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LockOnStrafe_C_ReceiveTick"); \ +static_assert(sizeof(BP_LockOnStrafe_C_ReceiveTick) == 0x000004, "Wrong size on BP_LockOnStrafe_C_ReceiveTick"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LockOnStrafe_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_OnSuspend \ +static_assert(alignof(BP_LockOnStrafe_C_OnSuspend) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_OnSuspend"); \ +static_assert(sizeof(BP_LockOnStrafe_C_OnSuspend) == 0x000008, "Wrong size on BP_LockOnStrafe_C_OnSuspend"); \ +static_assert(offsetof(BP_LockOnStrafe_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_LockOnStrafe_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe \ +static_assert(alignof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe) == 0x000008, "Wrong alignment on BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe"); \ +static_assert(sizeof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe) == 0x0000C0, "Wrong size on BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, EntryPoint) == 0x000000, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetKena_AsBP_Kena_Character) == 0x000008, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetKena_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetCurrentTarget_ReturnValue) == 0x000018, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetCurrentTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_Event_NextState_1) == 0x000030, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_Event_NextState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000038, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_IsLockedOn_ReturnValue) == 0x000040, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_IsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_Event_DeltaTime) == 0x000044, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetCharacter_ReturnValue) == 0x000050, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_Event_PrevState_1) == 0x000058, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000060, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_Event_NextState) == 0x000070, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetCameraForwardConstantMod_LookForwardConstantModifier) == 0x000078, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetCameraForwardConstantMod_LookForwardConstantModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_IsDisabled_ReturnValue) == 0x000080, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_IsDisabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetKena_AsBP_Kena_Character_1) == 0x000088, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetKena_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetKena_AsBP_Kena_Character_2) == 0x000090, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetKena_AsBP_Kena_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetCameraForwardConstantMod_LookForwardConstantModifier_1) == 0x000098, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetCameraForwardConstantMod_LookForwardConstantModifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_GetKena_AsBP_Kena_Character_3) == 0x0000A0, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_GetKena_AsBP_Kena_Character_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_Event_DeltaSeconds) == 0x0000A8, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, K2Node_Event_PrevState) == 0x0000B0, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000B8, "Member 'BP_LockOnStrafe_C_ExecuteUbergraph_BP_LockOnStrafe::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LockOnStrafe_C \ +static_assert(alignof(UBP_LockOnStrafe_C) == 0x000008, "Wrong alignment on UBP_LockOnStrafe_C"); \ +static_assert(sizeof(UBP_LockOnStrafe_C) == 0x000170, "Wrong size on UBP_LockOnStrafe_C"); \ +static_assert(offsetof(UBP_LockOnStrafe_C, UberGraphFrame) == 0x000120, "Member 'UBP_LockOnStrafe_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LockOnStrafe_C, CameraSettings) == 0x000128, "Member 'UBP_LockOnStrafe_C::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(UBP_LockOnStrafe_C, AllowCameraCorrection) == 0x000168, "Member 'UBP_LockOnStrafe_C::AllowCameraCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideDoubleJumpState_C_OnSuspend \ +static_assert(alignof(BP_SlideDoubleJumpState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_SlideDoubleJumpState_C_OnSuspend"); \ +static_assert(sizeof(BP_SlideDoubleJumpState_C_OnSuspend) == 0x000008, "Wrong size on BP_SlideDoubleJumpState_C_OnSuspend"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_SlideDoubleJumpState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideDoubleJumpState_C_OnEnd \ +static_assert(alignof(BP_SlideDoubleJumpState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SlideDoubleJumpState_C_OnEnd"); \ +static_assert(sizeof(BP_SlideDoubleJumpState_C_OnEnd) == 0x000008, "Wrong size on BP_SlideDoubleJumpState_C_OnEnd"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SlideDoubleJumpState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideDoubleJumpState_C_OnStart \ +static_assert(alignof(BP_SlideDoubleJumpState_C_OnStart) == 0x000008, "Wrong alignment on BP_SlideDoubleJumpState_C_OnStart"); \ +static_assert(sizeof(BP_SlideDoubleJumpState_C_OnStart) == 0x000008, "Wrong size on BP_SlideDoubleJumpState_C_OnStart"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SlideDoubleJumpState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState \ +static_assert(alignof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState) == 0x000008, "Wrong alignment on BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState"); \ +static_assert(sizeof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState) == 0x000050, "Wrong size on BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, EntryPoint) == 0x000000, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, K2Node_Event_PrevState_1) == 0x000008, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, K2Node_Event_NextState) == 0x000010, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, K2Node_Event_PrevState) == 0x000020, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, CallFunc_GetCharacter_ReturnValue_1) == 0x000028, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000030, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000040, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_SlideDoubleJumpState_C_ExecuteUbergraph_BP_SlideDoubleJumpState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SlideDoubleJumpState_C \ +static_assert(alignof(UBP_SlideDoubleJumpState_C) == 0x000008, "Wrong alignment on UBP_SlideDoubleJumpState_C"); \ +static_assert(sizeof(UBP_SlideDoubleJumpState_C) == 0x000128, "Wrong size on UBP_SlideDoubleJumpState_C"); \ +static_assert(offsetof(UBP_SlideDoubleJumpState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SlideDoubleJumpState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideHopState_C_OnStart \ +static_assert(alignof(BP_SlideHopState_C_OnStart) == 0x000008, "Wrong alignment on BP_SlideHopState_C_OnStart"); \ +static_assert(sizeof(BP_SlideHopState_C_OnStart) == 0x000008, "Wrong size on BP_SlideHopState_C_OnStart"); \ +static_assert(offsetof(BP_SlideHopState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SlideHopState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideHopState_C_OnSuspend \ +static_assert(alignof(BP_SlideHopState_C_OnSuspend) == 0x000008, "Wrong alignment on BP_SlideHopState_C_OnSuspend"); \ +static_assert(sizeof(BP_SlideHopState_C_OnSuspend) == 0x000008, "Wrong size on BP_SlideHopState_C_OnSuspend"); \ +static_assert(offsetof(BP_SlideHopState_C_OnSuspend, PrevState) == 0x000000, "Member 'BP_SlideHopState_C_OnSuspend::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideHopState_C_OnEnd \ +static_assert(alignof(BP_SlideHopState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SlideHopState_C_OnEnd"); \ +static_assert(sizeof(BP_SlideHopState_C_OnEnd) == 0x000008, "Wrong size on BP_SlideHopState_C_OnEnd"); \ +static_assert(offsetof(BP_SlideHopState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SlideHopState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideHopState_C_Update \ +static_assert(alignof(BP_SlideHopState_C_Update) == 0x000004, "Wrong alignment on BP_SlideHopState_C_Update"); \ +static_assert(sizeof(BP_SlideHopState_C_Update) == 0x000004, "Wrong size on BP_SlideHopState_C_Update"); \ +static_assert(offsetof(BP_SlideHopState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SlideHopState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState \ +static_assert(alignof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState) == 0x000008, "Wrong alignment on BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState"); \ +static_assert(sizeof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState) == 0x000100, "Wrong size on BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, EntryPoint) == 0x000000, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x000008, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_GetComponentOnController_ReturnValue) == 0x000018, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_PollActions_ReturnValue) == 0x000020, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, K2Node_Event_PrevState_1) == 0x000030, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::K2Node_Event_PrevState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_GetCharacter_ReturnValue) == 0x000040, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, K2Node_Event_PrevState) == 0x000048, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_bBlockingHit) == 0x000050, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_bInitialOverlap) == 0x000051, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_Time) == 0x000054, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_Distance) == 0x000058, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_Location) == 0x00005C, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_ImpactPoint) == 0x000068, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_Normal) == 0x000074, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_ImpactNormal) == 0x000080, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_PhysMat) == 0x000090, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_HitActor) == 0x000098, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_HitComponent) == 0x0000A0, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_HitBoneName) == 0x0000A8, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_HitItem) == 0x0000B0, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_ElementIndex) == 0x0000B4, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_FaceIndex) == 0x0000B8, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_TraceStart) == 0x0000BC, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_BreakHitResult_TraceEnd) == 0x0000C8, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, Temp_int_Loop_Counter_Variable) == 0x0000D4, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000D8, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, K2Node_Event_NextState) == 0x0000F0, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, K2Node_Event_DeltaTime) == 0x0000F8, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState, CallFunc_ChangeStateTo_ReturnValue) == 0x0000FC, "Member 'BP_SlideHopState_C_ExecuteUbergraph_BP_SlideHopState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SlideHopState_C \ +static_assert(alignof(UBP_SlideHopState_C) == 0x000008, "Wrong alignment on UBP_SlideHopState_C"); \ +static_assert(sizeof(UBP_SlideHopState_C) == 0x000128, "Wrong size on UBP_SlideHopState_C"); \ +static_assert(offsetof(UBP_SlideHopState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SlideHopState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeClimbState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LedgeClimbState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_LedgeClimbState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LedgeClimbState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_LedgeClimbState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000012, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000020, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000032, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000033, "Member 'BP_LedgeClimbState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeClimbState_C_CanEnterState \ +static_assert(alignof(BP_LedgeClimbState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LedgeClimbState_C_CanEnterState"); \ +static_assert(sizeof(BP_LedgeClimbState_C_CanEnterState) == 0x000030, "Wrong size on BP_LedgeClimbState_C_CanEnterState"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LedgeClimbState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LedgeClimbState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_GetInputStickState_ReturnValue) == 0x00001C, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_VSize2DSquared_ReturnValue) == 0x000024, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeClimbState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00002B, "Member 'BP_LedgeClimbState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeClimbState_C \ +static_assert(alignof(UBP_LedgeClimbState_C) == 0x000008, "Wrong alignment on UBP_LedgeClimbState_C"); \ +static_assert(sizeof(UBP_LedgeClimbState_C) == 0x000120, "Wrong size on UBP_LedgeClimbState_C"); \ + +#define DUMPER7_ASSERTS_BP_LedgeIdleState_C_HandleInputActionEvent \ +static_assert(alignof(BP_LedgeIdleState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_LedgeIdleState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_LedgeIdleState_C_HandleInputActionEvent) == 0x000010, "Wrong size on BP_LedgeIdleState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_LedgeIdleState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_LedgeIdleState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_LedgeIdleState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000003, "Member 'BP_LedgeIdleState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_LedgeIdleState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputActionEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_LedgeIdleState_C_HandleInputActionEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeIdleState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LedgeIdleState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_LedgeIdleState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LedgeIdleState_C_HandleInputStickEvent) == 0x000030, "Wrong size on BP_LedgeIdleState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000012, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000029, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x00002A, "Member 'BP_LedgeIdleState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeIdleState_C_CanEnterState \ +static_assert(alignof(BP_LedgeIdleState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LedgeIdleState_C_CanEnterState"); \ +static_assert(sizeof(BP_LedgeIdleState_C_CanEnterState) == 0x000030, "Wrong size on BP_LedgeIdleState_C_CanEnterState"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LedgeIdleState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LedgeIdleState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000019, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_GetComponentOnController_ReturnValue) == 0x000020, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_DidActionRecentlyEnd_ReturnValue) == 0x000029, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_DidActionRecentlyEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00002C, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x00002D, "Member 'BP_LedgeIdleState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeIdleState_C_Update \ +static_assert(alignof(BP_LedgeIdleState_C_Update) == 0x000004, "Wrong alignment on BP_LedgeIdleState_C_Update"); \ +static_assert(sizeof(BP_LedgeIdleState_C_Update) == 0x000004, "Wrong size on BP_LedgeIdleState_C_Update"); \ +static_assert(offsetof(BP_LedgeIdleState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeIdleState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeIdleState_C_OnStart \ +static_assert(alignof(BP_LedgeIdleState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeIdleState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeIdleState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeIdleState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeIdleState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeIdleState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState \ +static_assert(alignof(BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState) == 0x000008, "Wrong alignment on BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState"); \ +static_assert(sizeof(BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState) == 0x000018, "Wrong size on BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState"); \ +static_assert(offsetof(BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState, EntryPoint) == 0x000000, "Member 'BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_LedgeIdleState_C_ExecuteUbergraph_BP_LedgeIdleState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeIdleState_C \ +static_assert(alignof(UBP_LedgeIdleState_C) == 0x000008, "Wrong alignment on UBP_LedgeIdleState_C"); \ +static_assert(sizeof(UBP_LedgeIdleState_C) == 0x000128, "Wrong size on UBP_LedgeIdleState_C"); \ +static_assert(offsetof(UBP_LedgeIdleState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LedgeIdleState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_SpiritSwimmingSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent) == 0x000005, "Wrong size on BP_SpiritSwimmingSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x000003, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputActionEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_HandleInputStickEvent \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent) == 0x000004, "Wrong alignment on BP_SpiritSwimmingSuperState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent) == 0x000014, "Wrong size on BP_SpiritSwimmingSuperState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_SpiritSwimmingSuperState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_HandleNamedEvent \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent) == 0x000008, "Wrong alignment on BP_SpiritSwimmingSuperState_C_HandleNamedEvent"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent) == 0x000020, "Wrong size on BP_SpiritSwimmingSuperState_C_HandleNamedEvent"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, Name_0) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, ReturnValue) == 0x000008, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000018, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_HandleNamedEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_SpiritSwimmingSuperState_C_HandleNamedEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_ApplyMovement \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_ApplyMovement) == 0x000008, "Wrong alignment on BP_SpiritSwimmingSuperState_C_ApplyMovement"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_ApplyMovement) == 0x000010, "Wrong size on BP_SpiritSwimmingSuperState_C_ApplyMovement"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ApplyMovement, InputPin) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_ApplyMovement::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ApplyMovement, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_SpiritSwimmingSuperState_C_ApplyMovement::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_OnStart \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_SpiritSwimmingSuperState_C_OnStart"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_OnStart) == 0x000008, "Wrong size on BP_SpiritSwimmingSuperState_C_OnStart"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_OnEnd \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SpiritSwimmingSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_SpiritSwimmingSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState \ +static_assert(alignof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState) == 0x000008, "Wrong alignment on BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState"); \ +static_assert(sizeof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState) == 0x000030, "Wrong size on BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState, EntryPoint) == 0x000000, "Member 'BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState, K2Node_Event_NextState) == 0x000010, "Member 'BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000020, "Member 'BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SpiritSwimmingSuperState_C_ExecuteUbergraph_BP_SpiritSwimmingSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpiritSwimmingSuperState_C \ +static_assert(alignof(UBP_SpiritSwimmingSuperState_C) == 0x000008, "Wrong alignment on UBP_SpiritSwimmingSuperState_C"); \ +static_assert(sizeof(UBP_SpiritSwimmingSuperState_C) == 0x000140, "Wrong size on UBP_SpiritSwimmingSuperState_C"); \ +static_assert(offsetof(UBP_SpiritSwimmingSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_SpiritSwimmingSuperState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_HandleInputActionEvent \ +static_assert(alignof(BP_LedgeMantleState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_LedgeMantleState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_LedgeMantleState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_LedgeMantleState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_LedgeMantleState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_LedgeMantleState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_LedgeMantleState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_LedgeMantleState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_HandleInputStickEvent \ +static_assert(alignof(BP_LedgeMantleState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_LedgeMantleState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_LedgeMantleState_C_HandleInputStickEvent) == 0x000048, "Wrong size on BP_LedgeMantleState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000038, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000042, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_BooleanAND_ReturnValue) == 0x000043, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleInputStickEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x000044, "Member 'BP_LedgeMantleState_C_HandleInputStickEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_HandleAnimEvent \ +static_assert(alignof(BP_LedgeMantleState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_LedgeMantleState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_LedgeMantleState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_LedgeMantleState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_LedgeMantleState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_LedgeMantleState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_LedgeMantleState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_CanEnterState \ +static_assert(alignof(BP_LedgeMantleState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_LedgeMantleState_C_CanEnterState"); \ +static_assert(sizeof(BP_LedgeMantleState_C_CanEnterState) == 0x000040, "Wrong size on BP_LedgeMantleState_C_CanEnterState"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_LedgeMantleState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_LedgeMantleState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_GetInputStickState_ReturnValue) == 0x00000C, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_GetInputStickState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_BreakVector2D_X) == 0x000014, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000020, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_IsInputBuffered_ReturnValue) == 0x000029, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000030, "Member 'BP_LedgeMantleState_C_CanEnterState::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_LedgeMantleState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x000039, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_LedgeMantleState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_OnStart \ +static_assert(alignof(BP_LedgeMantleState_C_OnStart) == 0x000008, "Wrong alignment on BP_LedgeMantleState_C_OnStart"); \ +static_assert(sizeof(BP_LedgeMantleState_C_OnStart) == 0x000008, "Wrong size on BP_LedgeMantleState_C_OnStart"); \ +static_assert(offsetof(BP_LedgeMantleState_C_OnStart, PrevState) == 0x000000, "Member 'BP_LedgeMantleState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_Update \ +static_assert(alignof(BP_LedgeMantleState_C_Update) == 0x000004, "Wrong alignment on BP_LedgeMantleState_C_Update"); \ +static_assert(sizeof(BP_LedgeMantleState_C_Update) == 0x000004, "Wrong size on BP_LedgeMantleState_C_Update"); \ +static_assert(offsetof(BP_LedgeMantleState_C_Update, DeltaTime) == 0x000000, "Member 'BP_LedgeMantleState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState \ +static_assert(alignof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState) == 0x000008, "Wrong alignment on BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState"); \ +static_assert(sizeof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState) == 0x000020, "Wrong size on BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState"); \ +static_assert(offsetof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState, EntryPoint) == 0x000000, "Member 'BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState, K2Node_Event_DeltaTime) == 0x000004, "Member 'BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000008, "Member 'BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_LedgeMantleState_C_ExecuteUbergraph_BP_LedgeMantleState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LedgeMantleState_C \ +static_assert(alignof(UBP_LedgeMantleState_C) == 0x000008, "Wrong alignment on UBP_LedgeMantleState_C"); \ +static_assert(sizeof(UBP_LedgeMantleState_C) == 0x000130, "Wrong size on UBP_LedgeMantleState_C"); \ +static_assert(offsetof(UBP_LedgeMantleState_C, UberGraphFrame) == 0x000120, "Member 'UBP_LedgeMantleState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LedgeMantleState_C, CanExit) == 0x000128, "Member 'UBP_LedgeMantleState_C::CanExit' has a wrong offset!"); \ +static_assert(offsetof(UBP_LedgeMantleState_C, InputThreshold) == 0x00012C, "Member 'UBP_LedgeMantleState_C::InputThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_TryInject \ +static_assert(alignof(Ability_SapBomb_C_TryInject) == 0x000008, "Wrong alignment on Ability_SapBomb_C_TryInject"); \ +static_assert(sizeof(Ability_SapBomb_C_TryInject) == 0x000038, "Wrong size on Ability_SapBomb_C_TryInject"); \ +static_assert(offsetof(Ability_SapBomb_C_TryInject, ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_TryInject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_TryInject, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_TryInject::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_TryInject, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000010, "Member 'Ability_SapBomb_C_TryInject::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_TryInject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_SapBomb_C_TryInject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_TryInject, CallFunc_TryUseRotPip_ToRotOwner_CastInput) == 0x000020, "Member 'Ability_SapBomb_C_TryInject::CallFunc_TryUseRotPip_ToRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_TryInject, CallFunc_TryUseRotPip_ReturnValue) == 0x000030, "Member 'Ability_SapBomb_C_TryInject::CallFunc_TryUseRotPip_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_GetSatchelRegenProgress \ +static_assert(alignof(Ability_SapBomb_C_GetSatchelRegenProgress) == 0x000004, "Wrong alignment on Ability_SapBomb_C_GetSatchelRegenProgress"); \ +static_assert(sizeof(Ability_SapBomb_C_GetSatchelRegenProgress) == 0x000020, "Wrong size on Ability_SapBomb_C_GetSatchelRegenProgress"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, BombIndex) == 0x000000, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::BombIndex' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, Progress) == 0x000004, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x00000C, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelRegenProgress, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00001D, "Member 'Ability_SapBomb_C_GetSatchelRegenProgress::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_GetInventory \ +static_assert(alignof(Ability_SapBomb_C_GetInventory) == 0x000008, "Wrong alignment on Ability_SapBomb_C_GetInventory"); \ +static_assert(sizeof(Ability_SapBomb_C_GetInventory) == 0x000020, "Wrong size on Ability_SapBomb_C_GetInventory"); \ +static_assert(offsetof(Ability_SapBomb_C_GetInventory, Inventory) == 0x000000, "Member 'Ability_SapBomb_C_GetInventory::Inventory' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetInventory, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_GetInventory::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetInventory, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_SapBomb_C_GetInventory::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetInventory, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Ability_SapBomb_C_GetInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_IncrementSatchelRemaining \ +static_assert(alignof(Ability_SapBomb_C_IncrementSatchelRemaining) == 0x000004, "Wrong alignment on Ability_SapBomb_C_IncrementSatchelRemaining"); \ +static_assert(sizeof(Ability_SapBomb_C_IncrementSatchelRemaining) == 0x000014, "Wrong size on Ability_SapBomb_C_IncrementSatchelRemaining"); \ +static_assert(offsetof(Ability_SapBomb_C_IncrementSatchelRemaining, Full) == 0x000000, "Member 'Ability_SapBomb_C_IncrementSatchelRemaining::Full' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_IncrementSatchelRemaining, CallFunc_GetSatchelSize_Size) == 0x000004, "Member 'Ability_SapBomb_C_IncrementSatchelRemaining::CallFunc_GetSatchelSize_Size' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_IncrementSatchelRemaining, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_IncrementSatchelRemaining::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_IncrementSatchelRemaining, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Ability_SapBomb_C_IncrementSatchelRemaining::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_IncrementSatchelRemaining, CallFunc_Min_ReturnValue) == 0x000010, "Member 'Ability_SapBomb_C_IncrementSatchelRemaining::CallFunc_Min_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_DecrementSatchelRemaining \ +static_assert(alignof(Ability_SapBomb_C_DecrementSatchelRemaining) == 0x000004, "Wrong alignment on Ability_SapBomb_C_DecrementSatchelRemaining"); \ +static_assert(sizeof(Ability_SapBomb_C_DecrementSatchelRemaining) == 0x000008, "Wrong size on Ability_SapBomb_C_DecrementSatchelRemaining"); \ +static_assert(offsetof(Ability_SapBomb_C_DecrementSatchelRemaining, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_DecrementSatchelRemaining::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_DecrementSatchelRemaining, CallFunc_Max_ReturnValue) == 0x000004, "Member 'Ability_SapBomb_C_DecrementSatchelRemaining::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_RefillSatchel \ +static_assert(alignof(Ability_SapBomb_C_RefillSatchel) == 0x000004, "Wrong alignment on Ability_SapBomb_C_RefillSatchel"); \ +static_assert(sizeof(Ability_SapBomb_C_RefillSatchel) == 0x000004, "Wrong size on Ability_SapBomb_C_RefillSatchel"); \ +static_assert(offsetof(Ability_SapBomb_C_RefillSatchel, CallFunc_GetSatchelSize_Size) == 0x000000, "Member 'Ability_SapBomb_C_RefillSatchel::CallFunc_GetSatchelSize_Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_GetSatchelSize \ +static_assert(alignof(Ability_SapBomb_C_GetSatchelSize) == 0x000008, "Wrong alignment on Ability_SapBomb_C_GetSatchelSize"); \ +static_assert(sizeof(Ability_SapBomb_C_GetSatchelSize) == 0x000020, "Wrong size on Ability_SapBomb_C_GetSatchelSize"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelSize, Size) == 0x000000, "Member 'Ability_SapBomb_C_GetSatchelSize::Size' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelSize, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_GetSatchelSize::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelSize, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_SapBomb_C_GetSatchelSize::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelSize, CallFunc_HasInventoryItem_ReturnValue) == 0x000018, "Member 'Ability_SapBomb_C_GetSatchelSize::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetSatchelSize, CallFunc_SelectInt_ReturnValue) == 0x00001C, "Member 'Ability_SapBomb_C_GetSatchelSize::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_SetArcDrawingEnabled \ +static_assert(alignof(Ability_SapBomb_C_SetArcDrawingEnabled) == 0x000001, "Wrong alignment on Ability_SapBomb_C_SetArcDrawingEnabled"); \ +static_assert(sizeof(Ability_SapBomb_C_SetArcDrawingEnabled) == 0x000001, "Wrong size on Ability_SapBomb_C_SetArcDrawingEnabled"); \ +static_assert(offsetof(Ability_SapBomb_C_SetArcDrawingEnabled, Enabled) == 0x000000, "Member 'Ability_SapBomb_C_SetArcDrawingEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_ApplyTimeDilation \ +static_assert(alignof(Ability_SapBomb_C_ApplyTimeDilation) == 0x000008, "Wrong alignment on Ability_SapBomb_C_ApplyTimeDilation"); \ +static_assert(sizeof(Ability_SapBomb_C_ApplyTimeDilation) == 0x000010, "Wrong size on Ability_SapBomb_C_ApplyTimeDilation"); \ +static_assert(offsetof(Ability_SapBomb_C_ApplyTimeDilation, Player) == 0x000000, "Member 'Ability_SapBomb_C_ApplyTimeDilation::Player' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ApplyTimeDilation, Global) == 0x000004, "Member 'Ability_SapBomb_C_ApplyTimeDilation::Global' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ApplyTimeDilation, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_ApplyTimeDilation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_CancelAbility \ +static_assert(alignof(Ability_SapBomb_C_CancelAbility) == 0x000001, "Wrong alignment on Ability_SapBomb_C_CancelAbility"); \ +static_assert(sizeof(Ability_SapBomb_C_CancelAbility) == 0x000001, "Wrong size on Ability_SapBomb_C_CancelAbility"); \ +static_assert(offsetof(Ability_SapBomb_C_CancelAbility, CallFunc_Complete_ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_CancelAbility::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_GetKenaController \ +static_assert(alignof(Ability_SapBomb_C_GetKenaController) == 0x000008, "Wrong alignment on Ability_SapBomb_C_GetKenaController"); \ +static_assert(sizeof(Ability_SapBomb_C_GetKenaController) == 0x000020, "Wrong size on Ability_SapBomb_C_GetKenaController"); \ +static_assert(offsetof(Ability_SapBomb_C_GetKenaController, Kena_0) == 0x000000, "Member 'Ability_SapBomb_C_GetKenaController::Kena_0' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetKenaController, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_GetKenaController::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetKenaController, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'Ability_SapBomb_C_GetKenaController::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetKenaController, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_SapBomb_C_GetKenaController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_GetKenaController, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'Ability_SapBomb_C_GetKenaController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_DrawArcHit \ +static_assert(alignof(Ability_SapBomb_C_DrawArcHit) == 0x000004, "Wrong alignment on Ability_SapBomb_C_DrawArcHit"); \ +static_assert(sizeof(Ability_SapBomb_C_DrawArcHit) == 0x00001C, "Wrong size on Ability_SapBomb_C_DrawArcHit"); \ +static_assert(offsetof(Ability_SapBomb_C_DrawArcHit, Location) == 0x000000, "Member 'Ability_SapBomb_C_DrawArcHit::Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_DrawArcHit, Normal) == 0x00000C, "Member 'Ability_SapBomb_C_DrawArcHit::Normal' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_DrawArcHit, Radius) == 0x000018, "Member 'Ability_SapBomb_C_DrawArcHit::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_DrawArcSegment \ +static_assert(alignof(Ability_SapBomb_C_DrawArcSegment) == 0x000004, "Wrong alignment on Ability_SapBomb_C_DrawArcSegment"); \ +static_assert(sizeof(Ability_SapBomb_C_DrawArcSegment) == 0x000018, "Wrong size on Ability_SapBomb_C_DrawArcSegment"); \ +static_assert(offsetof(Ability_SapBomb_C_DrawArcSegment, PointA) == 0x000000, "Member 'Ability_SapBomb_C_DrawArcSegment::PointA' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_DrawArcSegment, PointB) == 0x00000C, "Member 'Ability_SapBomb_C_DrawArcSegment::PointB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_CalculateAimingAngle \ +static_assert(alignof(Ability_SapBomb_C_CalculateAimingAngle) == 0x000008, "Wrong alignment on Ability_SapBomb_C_CalculateAimingAngle"); \ +static_assert(sizeof(Ability_SapBomb_C_CalculateAimingAngle) == 0x0000A8, "Wrong size on Ability_SapBomb_C_CalculateAimingAngle"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, Angle) == 0x000000, "Member 'Ability_SapBomb_C_CalculateAimingAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_GetCameraRotation_ReturnValue) == 0x000018, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_GetForwardVector_ReturnValue) == 0x000030, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_GetCameraLocation_ReturnValue) == 0x00003C, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000048, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_Add_VectorVector_ReturnValue) == 0x000054, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000060, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_MakeRotFromX_ReturnValue) == 0x00006C, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_BreakRotator_Roll) == 0x000078, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_BreakRotator_Pitch) == 0x00007C, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_BreakRotator_Yaw) == 0x000080, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x000084, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_GetFloatValue_ReturnValue) == 0x000088, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_MakeRotator_ReturnValue) == 0x00008C, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CalculateAimingAngle, CallFunc_ComposeRotators_ReturnValue) == 0x000098, "Member 'Ability_SapBomb_C_CalculateAimingAngle::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_UpdateArcSpline \ +static_assert(alignof(Ability_SapBomb_C_UpdateArcSpline) == 0x000008, "Wrong alignment on Ability_SapBomb_C_UpdateArcSpline"); \ +static_assert(sizeof(Ability_SapBomb_C_UpdateArcSpline) == 0x0000E0, "Wrong size on Ability_SapBomb_C_UpdateArcSpline"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, Gravity) == 0x000000, "Member 'Ability_SapBomb_C_UpdateArcSpline::Gravity' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, LinearDamping) == 0x000004, "Member 'Ability_SapBomb_C_UpdateArcSpline::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, NextLocation) == 0x000008, "Member 'Ability_SapBomb_C_UpdateArcSpline::NextLocation' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, Location) == 0x000014, "Member 'Ability_SapBomb_C_UpdateArcSpline::Location' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, Velocity) == 0x000020, "Member 'Ability_SapBomb_C_UpdateArcSpline::Velocity' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, AimAngle) == 0x00002C, "Member 'Ability_SapBomb_C_UpdateArcSpline::AimAngle' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_GetSplineLength_ReturnValue) == 0x000038, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000040, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, K2Node_DynamicCast_AsPrimitive_Component) == 0x000048, "Member 'Ability_SapBomb_C_UpdateArcSpline::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'Ability_SapBomb_C_UpdateArcSpline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_GetCollisionProfileName_ReturnValue) == 0x000054, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_GetCollisionProfileName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_GetCurrentForce_ReturnValue) == 0x00005C, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_GetCurrentForce_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000060, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, K2Node_MakeArray_Array) == 0x000068, "Member 'Ability_SapBomb_C_UpdateArcSpline::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_IsPhotoModeEnabled_ReturnValue) == 0x000078, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_IsPhotoModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_SimulateProjectileTrajectory_ReturnValue) == 0x000080, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_SimulateProjectileTrajectory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000098, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, K2Node_DynamicCast_AsPrimitive_Component_1) == 0x0000A0, "Member 'Ability_SapBomb_C_UpdateArcSpline::K2Node_DynamicCast_AsPrimitive_Component_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'Ability_SapBomb_C_UpdateArcSpline::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_GetLinearDamping_ReturnValue) == 0x0000AC, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_GetLinearDamping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000B0, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000BC, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_UpdateArcSpline, CallFunc_CalculateAimingAngle_Angle) == 0x0000D4, "Member 'Ability_SapBomb_C_UpdateArcSpline::CallFunc_CalculateAimingAngle_Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_ThrowBombWithPitch \ +static_assert(alignof(Ability_SapBomb_C_ThrowBombWithPitch) == 0x000008, "Wrong alignment on Ability_SapBomb_C_ThrowBombWithPitch"); \ +static_assert(sizeof(Ability_SapBomb_C_ThrowBombWithPitch) == 0x000030, "Wrong size on Ability_SapBomb_C_ThrowBombWithPitch"); \ +static_assert(offsetof(Ability_SapBomb_C_ThrowBombWithPitch, PitchCurve_0) == 0x000000, "Member 'Ability_SapBomb_C_ThrowBombWithPitch::PitchCurve_0' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ThrowBombWithPitch, CallFunc_GetCurrentForce_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_ThrowBombWithPitch::CallFunc_GetCurrentForce_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ThrowBombWithPitch, CallFunc_CalculateAimingAngle_Angle) == 0x00000C, "Member 'Ability_SapBomb_C_ThrowBombWithPitch::CallFunc_CalculateAimingAngle_Angle' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ThrowBombWithPitch, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000018, "Member 'Ability_SapBomb_C_ThrowBombWithPitch::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ThrowBombWithPitch, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000024, "Member 'Ability_SapBomb_C_ThrowBombWithPitch::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_OnEndChanneling \ +static_assert(alignof(Ability_SapBomb_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_SapBomb_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_SapBomb_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_SapBomb_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_SapBomb_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_SapBomb_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_ReceiveTick \ +static_assert(alignof(Ability_SapBomb_C_ReceiveTick) == 0x000004, "Wrong alignment on Ability_SapBomb_C_ReceiveTick"); \ +static_assert(sizeof(Ability_SapBomb_C_ReceiveTick) == 0x000004, "Wrong size on Ability_SapBomb_C_ReceiveTick"); \ +static_assert(offsetof(Ability_SapBomb_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Ability_SapBomb_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_OnFireEachProjectile \ +static_assert(alignof(Ability_SapBomb_C_OnFireEachProjectile) == 0x000008, "Wrong alignment on Ability_SapBomb_C_OnFireEachProjectile"); \ +static_assert(sizeof(Ability_SapBomb_C_OnFireEachProjectile) == 0x000018, "Wrong size on Ability_SapBomb_C_OnFireEachProjectile"); \ +static_assert(offsetof(Ability_SapBomb_C_OnFireEachProjectile, Projectile) == 0x000000, "Member 'Ability_SapBomb_C_OnFireEachProjectile::Projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_OnFireEachProjectile, wsForce) == 0x000008, "Member 'Ability_SapBomb_C_OnFireEachProjectile::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_OnProjectileSpawned \ +static_assert(alignof(Ability_SapBomb_C_OnProjectileSpawned) == 0x000008, "Wrong alignment on Ability_SapBomb_C_OnProjectileSpawned"); \ +static_assert(sizeof(Ability_SapBomb_C_OnProjectileSpawned) == 0x000008, "Wrong size on Ability_SapBomb_C_OnProjectileSpawned"); \ +static_assert(offsetof(Ability_SapBomb_C_OnProjectileSpawned, Projectile) == 0x000000, "Member 'Ability_SapBomb_C_OnProjectileSpawned::Projectile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_HandleSatchelSizeChanged \ +static_assert(alignof(Ability_SapBomb_C_HandleSatchelSizeChanged) == 0x000004, "Wrong alignment on Ability_SapBomb_C_HandleSatchelSizeChanged"); \ +static_assert(sizeof(Ability_SapBomb_C_HandleSatchelSizeChanged) == 0x000014, "Wrong size on Ability_SapBomb_C_HandleSatchelSizeChanged"); \ +static_assert(offsetof(Ability_SapBomb_C_HandleSatchelSizeChanged, ItemTag) == 0x000000, "Member 'Ability_SapBomb_C_HandleSatchelSizeChanged::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_HandleSatchelSizeChanged, CurrentCount) == 0x000008, "Member 'Ability_SapBomb_C_HandleSatchelSizeChanged::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_HandleSatchelSizeChanged, PreviousCount) == 0x00000C, "Member 'Ability_SapBomb_C_HandleSatchelSizeChanged::PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_HandleSatchelSizeChanged, MaxCount) == 0x000010, "Member 'Ability_SapBomb_C_HandleSatchelSizeChanged::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb \ +static_assert(alignof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb) == 0x000008, "Wrong alignment on Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb"); \ +static_assert(sizeof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb) == 0x000138, "Wrong size on Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, EntryPoint) == 0x000000, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, Temp_struct_Variable) == 0x000008, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetKenaController_Kena) == 0x000028, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetKenaController_Kena' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetIsLockedOn_ReturnValue) == 0x000039, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetIsLockedOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetKenaController_Kena_1) == 0x000040, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetKenaController_Kena_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetKenaController_Kena_2) == 0x000050, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetKenaController_Kena_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_IsValid_ReturnValue_1) == 0x000058, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000060, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_IsValid_ReturnValue_2) == 0x000068, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetIsLockedOn_ReturnValue_1) == 0x000069, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetIsLockedOn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetIsLockedOn_ReturnValue_2) == 0x00006A, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetIsLockedOn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_Event_Reason) == 0x00006B, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_SwitchEnum_CmpSuccess) == 0x00006C, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_DynamicCast_AsProjectile_Rot_Bomb) == 0x000080, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_DynamicCast_AsProjectile_Rot_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_Complete_ReturnValue) == 0x000089, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_Event_DeltaSeconds) == 0x00008C, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_Event_projectile_1) == 0x000090, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_Event_projectile_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_Event_wsForce) == 0x000098, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_Event_projectile) == 0x0000A8, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_Event_projectile' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0000B0, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_RemoveControlledActor_ReturnValue) == 0x0000B8, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_RemoveControlledActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0000C0, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x0000C8, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_RemovePlayerTimeDilation_ReturnValue_1) == 0x0000C9, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_RemovePlayerTimeDilation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x0000CA, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_Not_PreBool_ReturnValue) == 0x0000CB, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000CC, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000D0, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_IncrementSatchelRemaining_Full) == 0x0000D8, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_IncrementSatchelRemaining_Full' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_IncrementSatchelRemaining_Full_1) == 0x0000D9, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_IncrementSatchelRemaining_Full_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetInventory_Inventory) == 0x0000E0, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetInventory_Inventory' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_CustomEvent_ItemTag) == 0x0000E8, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_CustomEvent_ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_CustomEvent_CurrentCount) == 0x0000F0, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_CustomEvent_CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_CustomEvent_PreviousCount) == 0x0000F4, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_CustomEvent_PreviousCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, K2Node_CustomEvent_MaxCount) == 0x0000F8, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::K2Node_CustomEvent_MaxCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetOwner_ReturnValue) == 0x000100, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000108, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetOwner_ReturnValue_1) == 0x000110, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, Temp_delegate_Variable) == 0x000118, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000128, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb, CallFunc_PostEvent_ReturnValue) == 0x000130, "Member 'Ability_SapBomb_C_ExecuteUbergraph_Ability_SapBomb::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_GetIsInjected \ +static_assert(alignof(Ability_SapBomb_C_GetIsInjected) == 0x000001, "Wrong alignment on Ability_SapBomb_C_GetIsInjected"); \ +static_assert(sizeof(Ability_SapBomb_C_GetIsInjected) == 0x000001, "Wrong size on Ability_SapBomb_C_GetIsInjected"); \ +static_assert(offsetof(Ability_SapBomb_C_GetIsInjected, ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_GetIsInjected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_CanInject \ +static_assert(alignof(Ability_SapBomb_C_CanInject) == 0x000008, "Wrong alignment on Ability_SapBomb_C_CanInject"); \ +static_assert(sizeof(Ability_SapBomb_C_CanInject) == 0x000018, "Wrong size on Ability_SapBomb_C_CanInject"); \ +static_assert(offsetof(Ability_SapBomb_C_CanInject, ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_CanInject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanInject, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_CanInject::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanInject, CallFunc_CanUseRotPip_ReturnValue) == 0x000010, "Member 'Ability_SapBomb_C_CanInject::CallFunc_CanUseRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanInject, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'Ability_SapBomb_C_CanInject::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanInject, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Ability_SapBomb_C_CanInject::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_IsAwaitingThrowNotify \ +static_assert(alignof(Ability_SapBomb_C_IsAwaitingThrowNotify) == 0x000001, "Wrong alignment on Ability_SapBomb_C_IsAwaitingThrowNotify"); \ +static_assert(sizeof(Ability_SapBomb_C_IsAwaitingThrowNotify) == 0x000003, "Wrong size on Ability_SapBomb_C_IsAwaitingThrowNotify"); \ +static_assert(offsetof(Ability_SapBomb_C_IsAwaitingThrowNotify, ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_IsAwaitingThrowNotify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_IsAwaitingThrowNotify, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'Ability_SapBomb_C_IsAwaitingThrowNotify::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_IsAwaitingThrowNotify, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'Ability_SapBomb_C_IsAwaitingThrowNotify::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_SapBomb_C_CanActivateAbility \ +static_assert(alignof(Ability_SapBomb_C_CanActivateAbility) == 0x000001, "Wrong alignment on Ability_SapBomb_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_SapBomb_C_CanActivateAbility) == 0x00000B, "Wrong size on Ability_SapBomb_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_SapBomb_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000007, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_SapBomb_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_2) == 0x00000A, "Member 'Ability_SapBomb_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_SapBomb_C \ +static_assert(alignof(AAbility_SapBomb_C) == 0x000010, "Wrong alignment on AAbility_SapBomb_C"); \ +static_assert(sizeof(AAbility_SapBomb_C) == 0x000410, "Wrong size on AAbility_SapBomb_C"); \ +static_assert(offsetof(AAbility_SapBomb_C, UberGraphFrame) == 0x000360, "Member 'AAbility_SapBomb_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, GeometryCache) == 0x000368, "Member 'AAbility_SapBomb_C::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, MochiAudio) == 0x000370, "Member 'AAbility_SapBomb_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, Niagara) == 0x000378, "Member 'AAbility_SapBomb_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, Spline) == 0x000380, "Member 'AAbility_SapBomb_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, RotTeleportToOwner) == 0x000388, "Member 'AAbility_SapBomb_C::RotTeleportToOwner' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, RotMoveTowardPosition) == 0x000390, "Member 'AAbility_SapBomb_C::RotMoveTowardPosition' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, AOEDecal) == 0x000398, "Member 'AAbility_SapBomb_C::AOEDecal' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, DefaultSceneRoot) == 0x0003A0, "Member 'AAbility_SapBomb_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, InjectionTimeline_PlayerTimeDilation_A2FA4AFA4F92F1E6BD59FCBDF38591A2) == 0x0003A8, "Member 'AAbility_SapBomb_C::InjectionTimeline_PlayerTimeDilation_A2FA4AFA4F92F1E6BD59FCBDF38591A2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, InjectionTimeline_GlobalTimeDilation_A2FA4AFA4F92F1E6BD59FCBDF38591A2) == 0x0003AC, "Member 'AAbility_SapBomb_C::InjectionTimeline_GlobalTimeDilation_A2FA4AFA4F92F1E6BD59FCBDF38591A2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, InjectionTimeline__Direction_A2FA4AFA4F92F1E6BD59FCBDF38591A2) == 0x0003B0, "Member 'AAbility_SapBomb_C::InjectionTimeline__Direction_A2FA4AFA4F92F1E6BD59FCBDF38591A2' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, InjectionTimeline) == 0x0003B8, "Member 'AAbility_SapBomb_C::InjectionTimeline' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, Kena) == 0x0003C0, "Member 'AAbility_SapBomb_C::Kena' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, IsThrowing) == 0x0003C8, "Member 'AAbility_SapBomb_C::IsThrowing' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, PitchCurve) == 0x0003D0, "Member 'AAbility_SapBomb_C::PitchCurve' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, ArcDrawSteps) == 0x0003D8, "Member 'AAbility_SapBomb_C::ArcDrawSteps' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, ArcDrawDeltaTime) == 0x0003DC, "Member 'AAbility_SapBomb_C::ArcDrawDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, DecalRadiusToScale) == 0x0003E0, "Member 'AAbility_SapBomb_C::DecalRadiusToScale' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, DecalRotationLerpSpeed) == 0x0003E4, "Member 'AAbility_SapBomb_C::DecalRotationLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, DeltaTime) == 0x0003E8, "Member 'AAbility_SapBomb_C::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, PreventMultipleBombs) == 0x0003EC, "Member 'AAbility_SapBomb_C::PreventMultipleBombs' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, WasCanceled) == 0x0003ED, "Member 'AAbility_SapBomb_C::WasCanceled' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, InjectCost) == 0x0003F0, "Member 'AAbility_SapBomb_C::InjectCost' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, IsInjected) == 0x0003F4, "Member 'AAbility_SapBomb_C::IsInjected' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, SatchelRechargeTime) == 0x0003F8, "Member 'AAbility_SapBomb_C::SatchelRechargeTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, SatchelRemaining) == 0x0003FC, "Member 'AAbility_SapBomb_C::SatchelRemaining' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, SatchelRechargeTimer) == 0x000400, "Member 'AAbility_SapBomb_C::SatchelRechargeTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_SapBomb_C, PlayerInventory) == 0x000408, "Member 'AAbility_SapBomb_C::PlayerInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_IgnoreDamagePrevention \ +static_assert(alignof(Projectile_RotBomb_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on Projectile_RotBomb_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(Projectile_RotBomb_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on Projectile_RotBomb_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(Projectile_RotBomb_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'Projectile_RotBomb_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_IsDamageHierarchical \ +static_assert(alignof(Projectile_RotBomb_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on Projectile_RotBomb_C_IsDamageHierarchical"); \ +static_assert(sizeof(Projectile_RotBomb_C_IsDamageHierarchical) == 0x000001, "Wrong size on Projectile_RotBomb_C_IsDamageHierarchical"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'Projectile_RotBomb_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_HandleDamage \ +static_assert(alignof(Projectile_RotBomb_C_HandleDamage) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_HandleDamage"); \ +static_assert(sizeof(Projectile_RotBomb_C_HandleDamage) == 0x000118, "Wrong size on Projectile_RotBomb_C_HandleDamage"); \ +static_assert(offsetof(Projectile_RotBomb_C_HandleDamage, DamageEvent) == 0x000000, "Member 'Projectile_RotBomb_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_HandleDamage, ReturnValue) == 0x000110, "Member 'Projectile_RotBomb_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_HandleDamage, CallFunc_HasDamageTags_ReturnValue) == 0x000111, "Member 'Projectile_RotBomb_C_HandleDamage::CallFunc_HasDamageTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_HandleDamage, CallFunc_Not_PreBool_ReturnValue) == 0x000112, "Member 'Projectile_RotBomb_C_HandleDamage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_HandleDamage, CallFunc_Not_PreBool_ReturnValue_1) == 0x000113, "Member 'Projectile_RotBomb_C_HandleDamage::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_HandleDamage, CallFunc_BooleanAND_ReturnValue) == 0x000114, "Member 'Projectile_RotBomb_C_HandleDamage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_GetMultishotTargets \ +static_assert(alignof(Projectile_RotBomb_C_GetMultishotTargets) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_GetMultishotTargets"); \ +static_assert(sizeof(Projectile_RotBomb_C_GetMultishotTargets) == 0x000020, "Wrong size on Projectile_RotBomb_C_GetMultishotTargets"); \ +static_assert(offsetof(Projectile_RotBomb_C_GetMultishotTargets, Components) == 0x000000, "Member 'Projectile_RotBomb_C_GetMultishotTargets::Components' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_GetMultishotTargets, K2Node_MakeArray_Array) == 0x000010, "Member 'Projectile_RotBomb_C_GetMultishotTargets::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_CanBeMultishot \ +static_assert(alignof(Projectile_RotBomb_C_CanBeMultishot) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_CanBeMultishot"); \ +static_assert(sizeof(Projectile_RotBomb_C_CanBeMultishot) == 0x000018, "Wrong size on Projectile_RotBomb_C_CanBeMultishot"); \ +static_assert(offsetof(Projectile_RotBomb_C_CanBeMultishot, AbilityOwner) == 0x000000, "Member 'Projectile_RotBomb_C_CanBeMultishot::AbilityOwner' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_CanBeMultishot, AbilityInstigator) == 0x000008, "Member 'Projectile_RotBomb_C_CanBeMultishot::AbilityInstigator' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_CanBeMultishot, TRUE_0) == 0x000010, "Member 'Projectile_RotBomb_C_CanBeMultishot::TRUE_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_InitSapBombExplosion \ +static_assert(alignof(Projectile_RotBomb_C_InitSapBombExplosion) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_InitSapBombExplosion"); \ +static_assert(sizeof(Projectile_RotBomb_C_InitSapBombExplosion) == 0x000020, "Wrong size on Projectile_RotBomb_C_InitSapBombExplosion"); \ +static_assert(offsetof(Projectile_RotBomb_C_InitSapBombExplosion, Explosion) == 0x000000, "Member 'Projectile_RotBomb_C_InitSapBombExplosion::Explosion' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_InitSapBombExplosion, CallFunc_GetAttachParentActor_ReturnValue) == 0x000008, "Member 'Projectile_RotBomb_C_InitSapBombExplosion::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_InitSapBombExplosion, K2Node_DynamicCast_AsExplosion_Sap_Bomb) == 0x000010, "Member 'Projectile_RotBomb_C_InitSapBombExplosion::K2Node_DynamicCast_AsExplosion_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_InitSapBombExplosion, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Projectile_RotBomb_C_InitSapBombExplosion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_SetRotVisiblity \ +static_assert(alignof(Projectile_RotBomb_C_SetRotVisiblity) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_SetRotVisiblity"); \ +static_assert(sizeof(Projectile_RotBomb_C_SetRotVisiblity) == 0x000018, "Wrong size on Projectile_RotBomb_C_SetRotVisiblity"); \ +static_assert(offsetof(Projectile_RotBomb_C_SetRotVisiblity, IsVisible) == 0x000000, "Member 'Projectile_RotBomb_C_SetRotVisiblity::IsVisible' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_SetRotVisiblity, Temp_bool_Variable) == 0x000001, "Member 'Projectile_RotBomb_C_SetRotVisiblity::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_SetRotVisiblity, Temp_object_Variable) == 0x000008, "Member 'Projectile_RotBomb_C_SetRotVisiblity::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_SetRotVisiblity, K2Node_Select_Default) == 0x000010, "Member 'Projectile_RotBomb_C_SetRotVisiblity::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_RemoveActorToIgnore \ +static_assert(alignof(Projectile_RotBomb_C_RemoveActorToIgnore) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_RemoveActorToIgnore"); \ +static_assert(sizeof(Projectile_RotBomb_C_RemoveActorToIgnore) == 0x000010, "Wrong size on Projectile_RotBomb_C_RemoveActorToIgnore"); \ +static_assert(offsetof(Projectile_RotBomb_C_RemoveActorToIgnore, Actor) == 0x000000, "Member 'Projectile_RotBomb_C_RemoveActorToIgnore::Actor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_RemoveActorToIgnore, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'Projectile_RotBomb_C_RemoveActorToIgnore::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_AddActorToIgnore \ +static_assert(alignof(Projectile_RotBomb_C_AddActorToIgnore) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_AddActorToIgnore"); \ +static_assert(sizeof(Projectile_RotBomb_C_AddActorToIgnore) == 0x000010, "Wrong size on Projectile_RotBomb_C_AddActorToIgnore"); \ +static_assert(offsetof(Projectile_RotBomb_C_AddActorToIgnore, IgnoredActor) == 0x000000, "Member 'Projectile_RotBomb_C_AddActorToIgnore::IgnoredActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_AddActorToIgnore, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'Projectile_RotBomb_C_AddActorToIgnore::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_ReturnRotAndBurst \ +static_assert(alignof(Projectile_RotBomb_C_ReturnRotAndBurst) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_ReturnRotAndBurst"); \ +static_assert(sizeof(Projectile_RotBomb_C_ReturnRotAndBurst) == 0x000100, "Wrong size on Projectile_RotBomb_C_ReturnRotAndBurst"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_IsInjected_ReturnValue) == 0x000010, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_IsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_RandomUnitVector_ReturnValue) == 0x000018, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000028, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Array_Get_Item) == 0x000030, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_ReturnRotPip_FromRotOwner_CastInput) == 0x000038, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_ReturnRotPip_FromRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_ReturnRotPip_OutRots) == 0x000048, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_ReturnRotPip_ReturnValue) == 0x000058, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_ReturnRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x00005C, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_MochiEnsure_ReturnValue) == 0x0000E4, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReturnRotAndBurst, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'Projectile_RotBomb_C_ReturnRotAndBurst::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_Explode \ +static_assert(alignof(Projectile_RotBomb_C_Explode) == 0x000010, "Wrong alignment on Projectile_RotBomb_C_Explode"); \ +static_assert(sizeof(Projectile_RotBomb_C_Explode) == 0x000120, "Wrong size on Projectile_RotBomb_C_Explode"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, HitDZWater) == 0x000000, "Member 'Projectile_RotBomb_C_Explode::HitDZWater' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, Explosion) == 0x000008, "Member 'Projectile_RotBomb_C_Explode::Explosion' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'Projectile_RotBomb_C_Explode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_DynamicCast_AsBP_Injected_Rot_Bomb_Explosion) == 0x000018, "Member 'Projectile_RotBomb_C_Explode::K2Node_DynamicCast_AsBP_Injected_Rot_Bomb_Explosion' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Projectile_RotBomb_C_Explode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_DynamicCast_AsExplosion_Sap_Bomb) == 0x000028, "Member 'Projectile_RotBomb_C_Explode::K2Node_DynamicCast_AsExplosion_Sap_Bomb' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'Projectile_RotBomb_C_Explode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_IsImpactExplosion_IsArrowExploded) == 0x000031, "Member 'Projectile_RotBomb_C_Explode::CallFunc_IsImpactExplosion_IsArrowExploded' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_IsInjected_ReturnValue) == 0x000032, "Member 'Projectile_RotBomb_C_Explode::CallFunc_IsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_GetWaterInteractor_ReturnValue) == 0x000038, "Member 'Projectile_RotBomb_C_Explode::CallFunc_GetWaterInteractor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_IsInWaterVolume_ReturnValue) == 0x000040, "Member 'Projectile_RotBomb_C_Explode::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_SpawnExplosion_ReturnValue) == 0x000048, "Member 'Projectile_RotBomb_C_Explode::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_SplashAtCurrentLocation_ReturnValue) == 0x000050, "Member 'Projectile_RotBomb_C_Explode::CallFunc_SplashAtCurrentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_PlayerHasItem_ReturnValue) == 0x000058, "Member 'Projectile_RotBomb_C_Explode::CallFunc_PlayerHasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_FindAbilityByClass_ReturnValue) == 0x000060, "Member 'Projectile_RotBomb_C_Explode::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_Activate_ReturnValue) == 0x000068, "Member 'Projectile_RotBomb_C_Explode::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_SpawnExplosion_ReturnValue_1) == 0x000070, "Member 'Projectile_RotBomb_C_Explode::CallFunc_SpawnExplosion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, Temp_bool_Variable) == 0x000078, "Member 'Projectile_RotBomb_C_Explode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_SpawnExplosion_ReturnValue_2) == 0x000080, "Member 'Projectile_RotBomb_C_Explode::CallFunc_SpawnExplosion_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'Projectile_RotBomb_C_Explode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, Temp_bool_Variable_1) == 0x000098, "Member 'Projectile_RotBomb_C_Explode::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'Projectile_RotBomb_C_Explode::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'Projectile_RotBomb_C_Explode::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_Select_Default) == 0x0000D8, "Member 'Projectile_RotBomb_C_Explode::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000E0, "Member 'Projectile_RotBomb_C_Explode::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x0000E8, "Member 'Projectile_RotBomb_C_Explode::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_TryGiveAnyRot_OutRots) == 0x0000F8, "Member 'Projectile_RotBomb_C_Explode::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_TryGiveAnyRot_ReturnValue) == 0x000108, "Member 'Projectile_RotBomb_C_Explode::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, K2Node_Select_Default_1) == 0x000110, "Member 'Projectile_RotBomb_C_Explode::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_Explode, CallFunc_SpawnExplosionWithInit_ReturnValue) == 0x000118, "Member 'Projectile_RotBomb_C_Explode::CallFunc_SpawnExplosionWithInit_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_UserConstructionScript \ +static_assert(alignof(Projectile_RotBomb_C_UserConstructionScript) == 0x000010, "Wrong alignment on Projectile_RotBomb_C_UserConstructionScript"); \ +static_assert(sizeof(Projectile_RotBomb_C_UserConstructionScript) == 0x000180, "Wrong size on Projectile_RotBomb_C_UserConstructionScript"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, Curve) == 0x000000, "Member 'Projectile_RotBomb_C_UserConstructionScript::Curve' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, AbilitySapBomb) == 0x000008, "Member 'Projectile_RotBomb_C_UserConstructionScript::AbilitySapBomb' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Projectile_RotBomb_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'Projectile_RotBomb_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_GetActorForwardVector_ReturnValue) == 0x000018, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_Dot_VectorVector_ReturnValue) == 0x000024, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_DegAcos_ReturnValue) == 0x00002C, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000030, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_GetFloatValue_ReturnValue) == 0x00003C, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x000070, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000080, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_ComposeRotators_ReturnValue) == 0x000088, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_GetForwardVector_ReturnValue) == 0x000094, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x0000A0, "Member 'Projectile_RotBomb_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000B0, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000BC, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_GetLinearDamping_ReturnValue) == 0x0000C8, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_GetLinearDamping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_SimulateProjectileTrajectory_ReturnValue) == 0x0000D0, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_SimulateProjectileTrajectory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x0000E4, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_UserConstructionScript, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x0000F4, "Member 'Projectile_RotBomb_C_UserConstructionScript::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86 \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyEnd_5BE8D29647F83830AFD6AB9A17A43D86::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86 \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyBegin_5BE8D29647F83830AFD6AB9A17A43D86::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86 \ +static_assert(alignof(Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnInterrupted_5BE8D29647F83830AFD6AB9A17A43D86::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86 \ +static_assert(alignof(Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnBlendOut_5BE8D29647F83830AFD6AB9A17A43D86::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86 \ +static_assert(alignof(Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnCompleted_5BE8D29647F83830AFD6AB9A17A43D86::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751 \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyEnd_A8DE9BAD4A5136CC6479D8848EEF2751::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751 \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyBegin_A8DE9BAD4A5136CC6479D8848EEF2751::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751 \ +static_assert(alignof(Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnInterrupted_A8DE9BAD4A5136CC6479D8848EEF2751::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751 \ +static_assert(alignof(Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnBlendOut_A8DE9BAD4A5136CC6479D8848EEF2751::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751 \ +static_assert(alignof(Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnCompleted_A8DE9BAD4A5136CC6479D8848EEF2751::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyEnd_42B53FA249818ADCD446CC8112D9768A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyBegin_42B53FA249818ADCD446CC8112D9768A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A \ +static_assert(alignof(Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnInterrupted_42B53FA249818ADCD446CC8112D9768A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A \ +static_assert(alignof(Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnBlendOut_42B53FA249818ADCD446CC8112D9768A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A \ +static_assert(alignof(Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnCompleted_42B53FA249818ADCD446CC8112D9768A::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376 \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyEnd_6C2F2ECB467C1E3925D5D2B3931AA376::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376 \ +static_assert(alignof(Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnNotifyBegin_6C2F2ECB467C1E3925D5D2B3931AA376::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376 \ +static_assert(alignof(Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnInterrupted_6C2F2ECB467C1E3925D5D2B3931AA376::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376 \ +static_assert(alignof(Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnBlendOut_6C2F2ECB467C1E3925D5D2B3931AA376::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376 \ +static_assert(alignof(Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376) == 0x000008, "Wrong size on Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376, NotifyName) == 0x000000, "Member 'Projectile_RotBomb_C_OnCompleted_6C2F2ECB467C1E3925D5D2B3931AA376::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnAttached \ +static_assert(alignof(Projectile_RotBomb_C_OnAttached) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_OnAttached"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnAttached) == 0x000010, "Wrong size on Projectile_RotBomb_C_OnAttached"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnAttached, ToComponent) == 0x000000, "Member 'Projectile_RotBomb_C_OnAttached::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnAttached, ToSocket) == 0x000008, "Member 'Projectile_RotBomb_C_OnAttached::ToSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnEndChanneling \ +static_assert(alignof(Projectile_RotBomb_C_OnEndChanneling) == 0x000001, "Wrong alignment on Projectile_RotBomb_C_OnEndChanneling"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnEndChanneling) == 0x000001, "Wrong size on Projectile_RotBomb_C_OnEndChanneling"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnEndChanneling, reason) == 0x000000, "Member 'Projectile_RotBomb_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_ReceiveEndPlay \ +static_assert(alignof(Projectile_RotBomb_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Projectile_RotBomb_C_ReceiveEndPlay"); \ +static_assert(sizeof(Projectile_RotBomb_C_ReceiveEndPlay) == 0x000001, "Wrong size on Projectile_RotBomb_C_ReceiveEndPlay"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Projectile_RotBomb_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature \ +static_assert(alignof(Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature"); \ +static_assert(sizeof(Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature) == 0x000010, "Wrong size on Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature"); \ +static_assert(offsetof(Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature, ReceivedRots) == 0x000000, "Member 'Projectile_RotBomb_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_0_RotOwnerReceivedRots__DelegateSignature::ReceivedRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnProjectileSplit \ +static_assert(alignof(Projectile_RotBomb_C_OnProjectileSplit) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_OnProjectileSplit"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnProjectileSplit) == 0x000010, "Wrong size on Projectile_RotBomb_C_OnProjectileSplit"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnProjectileSplit, SplitProjectiles) == 0x000000, "Member 'Projectile_RotBomb_C_OnProjectileSplit::SplitProjectiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnDetached \ +static_assert(alignof(Projectile_RotBomb_C_OnDetached) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_OnDetached"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnDetached) == 0x000010, "Wrong size on Projectile_RotBomb_C_OnDetached"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnDetached, FromComponent) == 0x000000, "Member 'Projectile_RotBomb_C_OnDetached::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnDetached, FromSocket) == 0x000008, "Member 'Projectile_RotBomb_C_OnDetached::FromSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_ReceiveHit \ +static_assert(alignof(Projectile_RotBomb_C_ReceiveHit) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_ReceiveHit"); \ +static_assert(sizeof(Projectile_RotBomb_C_ReceiveHit) == 0x0000C8, "Wrong size on Projectile_RotBomb_C_ReceiveHit"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, MyComp) == 0x000000, "Member 'Projectile_RotBomb_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, Other) == 0x000008, "Member 'Projectile_RotBomb_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, OtherComp) == 0x000010, "Member 'Projectile_RotBomb_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'Projectile_RotBomb_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'Projectile_RotBomb_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, HitNormal) == 0x000028, "Member 'Projectile_RotBomb_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'Projectile_RotBomb_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveHit, Hit) == 0x000040, "Member 'Projectile_RotBomb_C_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_OnPostFire \ +static_assert(alignof(Projectile_RotBomb_C_OnPostFire) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_OnPostFire"); \ +static_assert(sizeof(Projectile_RotBomb_C_OnPostFire) == 0x00000C, "Wrong size on Projectile_RotBomb_C_OnPostFire"); \ +static_assert(offsetof(Projectile_RotBomb_C_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_RotBomb_C_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_ReceiveTick \ +static_assert(alignof(Projectile_RotBomb_C_ReceiveTick) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_ReceiveTick"); \ +static_assert(sizeof(Projectile_RotBomb_C_ReceiveTick) == 0x000004, "Wrong size on Projectile_RotBomb_C_ReceiveTick"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Projectile_RotBomb_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_ReceiveActorBeginOverlap \ +static_assert(alignof(Projectile_RotBomb_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(Projectile_RotBomb_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Projectile_RotBomb_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(Projectile_RotBomb_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Projectile_RotBomb_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb \ +static_assert(alignof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb"); \ +static_assert(sizeof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb) == 0x000670, "Wrong size on Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, EntryPoint) == 0x000000, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_14) == 0x000004, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_13) == 0x00001C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_12) == 0x000034, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_11) == 0x00004C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_10) == 0x000064, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, Temp_name_Variable) == 0x00007C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_9) == 0x000094, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_8) == 0x00009C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_7) == 0x0000B4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_6) == 0x0000CC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_5) == 0x0000E4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000EC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, Temp_name_Variable_1) == 0x0000FC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_10) == 0x000104, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_4) == 0x000114, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_3) == 0x00011C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_11) == 0x000124, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_2) == 0x000134, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_12) == 0x00013C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_1) == 0x00014C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_13) == 0x000154, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName) == 0x000164, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_14) == 0x00016C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, Temp_name_Variable_2) == 0x00017C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_SwitchName_CmpSuccess) == 0x000184, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000188, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000198, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_ToComponent) == 0x0001A0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_ToComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_ToSocket) == 0x0001A8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_ToSocket' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0001B0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0001B8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsValid_ReturnValue) == 0x0001C0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsValid_ReturnValue_1) == 0x0001C1, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, Temp_name_Variable_3) == 0x0001C4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_Reason) == 0x0001CC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_SwitchEnum_CmpSuccess) == 0x0001CD, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Not_PreBool_ReturnValue) == 0x0001CE, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_EndPlayReason) == 0x0001CF, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_15) == 0x0001D4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_ComponentBoundEvent_ReceivedRots) == 0x0001E0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_ComponentBoundEvent_ReceivedRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_AsAnim_Sequence_Base) == 0x0001F0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_AsAnim_Sequence_Base' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_GetPlayLength_ReturnValue) == 0x0001FC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_15) == 0x000200, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_SplitProjectiles) == 0x000210, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_SplitProjectiles' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_FromComponent) == 0x000220, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_FromComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_FromSocket) == 0x000228, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_FromSocket' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_MyComp) == 0x000230, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_Other) == 0x000238, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_OtherComp) == 0x000240, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_bSelfMoved) == 0x000248, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_HitLocation) == 0x00024C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_HitNormal) == 0x000258, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_NormalImpulse) == 0x000264, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_Hit) == 0x000270, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0002F8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Add_VectorVector_ReturnValue) == 0x000304, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000310, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000398, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00039C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0003A8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_GetComponentByClass_ReturnValue) == 0x0003B0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsValid_ReturnValue_2) == 0x0003B8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_AttachToClosest_Socketable_CastInput) == 0x0003C0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_AttachToClosest_Socketable_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_AttachToClosest_OutSocketName) == 0x0003D0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_AttachToClosest_OutSocketName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_AttachToClosest_ReturnValue) == 0x0003D8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_AttachToClosest_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0003DC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0003E0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsValid_ReturnValue_3) == 0x0003E8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_wsForce) == 0x0003EC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_16) == 0x0003F8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Array_AddUnique_ReturnValue) == 0x000400, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Array_Find_ReturnValue) == 0x000404, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000408, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_16) == 0x00040C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000420, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsValid_ReturnValue_4) == 0x000428, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_17) == 0x00042C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_17) == 0x000434, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Not_PreBool_ReturnValue_1) == 0x000444, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_BooleanAND_ReturnValue) == 0x000445, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsInjected_ReturnValue) == 0x000446, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsInjected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_DeltaSeconds) == 0x000448, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00044C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Add_FloatFloat_ReturnValue) == 0x000450, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000454, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_FClamp_ReturnValue) == 0x000458, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00045C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_Event_OtherActor) == 0x000460, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_AsLiquid_Deadzone_River) == 0x000468, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_AsLiquid_Deadzone_River' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_bSuccess_1) == 0x000470, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_AsLiquid_Deadzone_Water_Body) == 0x000478, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_AsLiquid_Deadzone_Water_Body' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_bSuccess_2) == 0x000480, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Not_PreBool_ReturnValue_2) == 0x000481, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Not_PreBool_ReturnValue_3) == 0x000482, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_GetIsDeadzoneActive_ReturnValue) == 0x000483, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_GetIsDeadzoneActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_GetIsDeadzoneActive_ReturnValue_1) == 0x000484, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_GetIsDeadzoneActive_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_BooleanAND_ReturnValue_1) == 0x000485, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_BooleanAND_ReturnValue_2) == 0x000486, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_AsMochi_Swimming_Volume) == 0x000488, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_AsMochi_Swimming_Volume' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_DynamicCast_bSuccess_3) == 0x000490, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_IsInjected_ReturnValue_1) == 0x000491, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_IsInjected_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_BooleanAND_ReturnValue_3) == 0x000492, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000494, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0004A0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0004B0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_18) == 0x0004B8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CustomEvent_NotifyName_19) == 0x0004C0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_18) == 0x0004C8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, K2Node_CreateDelegate_OutputDelegate_19) == 0x0004D8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_GetForwardVector_ReturnValue) == 0x0004E8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x0004F4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0004F8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000504, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_LineTraceComponent_HitLocation) == 0x000510, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_LineTraceComponent_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_LineTraceComponent_HitNormal) == 0x00051C, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_LineTraceComponent_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_LineTraceComponent_BoneName) == 0x000528, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_LineTraceComponent_BoneName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_LineTraceComponent_OutHit) == 0x000530, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_LineTraceComponent_OutHit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_LineTraceComponent_ReturnValue) == 0x0005B8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_LineTraceComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0005BC, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0005C8, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_MakeRotFromZX_ReturnValue) == 0x0005D4, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x0005E0, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000668, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000669, "Member 'Projectile_RotBomb_C_ExecuteUbergraph_Projectile_RotBomb::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_PlayerHasItem \ +static_assert(alignof(Projectile_RotBomb_C_PlayerHasItem) == 0x000008, "Wrong alignment on Projectile_RotBomb_C_PlayerHasItem"); \ +static_assert(sizeof(Projectile_RotBomb_C_PlayerHasItem) == 0x000028, "Wrong size on Projectile_RotBomb_C_PlayerHasItem"); \ +static_assert(offsetof(Projectile_RotBomb_C_PlayerHasItem, ItemTag) == 0x000000, "Member 'Projectile_RotBomb_C_PlayerHasItem::ItemTag' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_PlayerHasItem, ReturnValue) == 0x000008, "Member 'Projectile_RotBomb_C_PlayerHasItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_PlayerHasItem, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'Projectile_RotBomb_C_PlayerHasItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_PlayerHasItem, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'Projectile_RotBomb_C_PlayerHasItem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_PlayerHasItem, CallFunc_HasItem_ReturnValue) == 0x000020, "Member 'Projectile_RotBomb_C_PlayerHasItem::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_IsImpactExplosion \ +static_assert(alignof(Projectile_RotBomb_C_IsImpactExplosion) == 0x000001, "Wrong alignment on Projectile_RotBomb_C_IsImpactExplosion"); \ +static_assert(sizeof(Projectile_RotBomb_C_IsImpactExplosion) == 0x000003, "Wrong size on Projectile_RotBomb_C_IsImpactExplosion"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsImpactExplosion, IsArrowExploded_0) == 0x000000, "Member 'Projectile_RotBomb_C_IsImpactExplosion::IsArrowExploded_0' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsImpactExplosion, CallFunc_PlayerHasItem_ReturnValue) == 0x000001, "Member 'Projectile_RotBomb_C_IsImpactExplosion::CallFunc_PlayerHasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsImpactExplosion, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'Projectile_RotBomb_C_IsImpactExplosion::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_IsInjected \ +static_assert(alignof(Projectile_RotBomb_C_IsInjected) == 0x000004, "Wrong alignment on Projectile_RotBomb_C_IsInjected"); \ +static_assert(sizeof(Projectile_RotBomb_C_IsInjected) == 0x00000C, "Wrong size on Projectile_RotBomb_C_IsInjected"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsInjected, ReturnValue) == 0x000000, "Member 'Projectile_RotBomb_C_IsInjected::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsInjected, CallFunc_GetNumRots_ReturnValue) == 0x000004, "Member 'Projectile_RotBomb_C_IsInjected::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_IsInjected, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'Projectile_RotBomb_C_IsInjected::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotBomb_C_CanSplit \ +static_assert(alignof(Projectile_RotBomb_C_CanSplit) == 0x000001, "Wrong alignment on Projectile_RotBomb_C_CanSplit"); \ +static_assert(sizeof(Projectile_RotBomb_C_CanSplit) == 0x000002, "Wrong size on Projectile_RotBomb_C_CanSplit"); \ +static_assert(offsetof(Projectile_RotBomb_C_CanSplit, ReturnValue) == 0x000000, "Member 'Projectile_RotBomb_C_CanSplit::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotBomb_C_CanSplit, CallFunc_PlayerHasItem_ReturnValue) == 0x000001, "Member 'Projectile_RotBomb_C_CanSplit::CallFunc_PlayerHasItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_RotBomb_C \ +static_assert(alignof(AProjectile_RotBomb_C) == 0x000008, "Wrong alignment on AProjectile_RotBomb_C"); \ +static_assert(sizeof(AProjectile_RotBomb_C) == 0x0004E0, "Wrong size on AProjectile_RotBomb_C"); \ +static_assert(offsetof(AProjectile_RotBomb_C, UberGraphFrame) == 0x000320, "Member 'AProjectile_RotBomb_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, AbilityUser) == 0x000328, "Member 'AProjectile_RotBomb_C::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, P_BombLoopIdle) == 0x000330, "Member 'AProjectile_RotBomb_C::P_BombLoopIdle' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, ImpactExplosionSpawner) == 0x000338, "Member 'AProjectile_RotBomb_C::ImpactExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, MochiAudio) == 0x000340, "Member 'AProjectile_RotBomb_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, DeadzoneCleaning) == 0x000348, "Member 'AProjectile_RotBomb_C::DeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, P_BombInject) == 0x000350, "Member 'AProjectile_RotBomb_C::P_BombInject' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, InjectedExplosion) == 0x000358, "Member 'AProjectile_RotBomb_C::InjectedExplosion' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, ExplosionSpawner_BombPlatformActivator) == 0x000360, "Member 'AProjectile_RotBomb_C::ExplosionSpawner_BombPlatformActivator' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, ExplosionSpawner_KenaKnockback) == 0x000368, "Member 'AProjectile_RotBomb_C::ExplosionSpawner_KenaKnockback' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, HurtboxManager) == 0x000370, "Member 'AProjectile_RotBomb_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, P_BombLand) == 0x000378, "Member 'AProjectile_RotBomb_C::P_BombLand' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, Ak) == 0x000380, "Member 'AProjectile_RotBomb_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, P_BombLoop) == 0x000388, "Member 'AProjectile_RotBomb_C::P_BombLoop' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, P_HeroRot_Ribbon) == 0x000390, "Member 'AProjectile_RotBomb_C::P_HeroRot_Ribbon' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, BombTrail) == 0x000398, "Member 'AProjectile_RotBomb_C::BombTrail' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, PointLight) == 0x0003A0, "Member 'AProjectile_RotBomb_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, RotTeleportToOwner) == 0x0003A8, "Member 'AProjectile_RotBomb_C::RotTeleportToOwner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, ExplosionSpawner) == 0x0003B0, "Member 'AProjectile_RotBomb_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, RotCache) == 0x0003B8, "Member 'AProjectile_RotBomb_C::RotCache' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, RotBomb) == 0x0003C0, "Member 'AProjectile_RotBomb_C::RotBomb' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, RotOwner) == 0x0003C8, "Member 'AProjectile_RotBomb_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, Collision) == 0x0003D0, "Member 'AProjectile_RotBomb_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline_Glow_056EBC4147BBBF4D0E79D39BCAE96D4D) == 0x0003D8, "Member 'AProjectile_RotBomb_C::FXTimeline_Glow_056EBC4147BBBF4D0E79D39BCAE96D4D' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline_IOR_056EBC4147BBBF4D0E79D39BCAE96D4D) == 0x0003DC, "Member 'AProjectile_RotBomb_C::FXTimeline_IOR_056EBC4147BBBF4D0E79D39BCAE96D4D' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline_DepthFade_056EBC4147BBBF4D0E79D39BCAE96D4D) == 0x0003E0, "Member 'AProjectile_RotBomb_C::FXTimeline_DepthFade_056EBC4147BBBF4D0E79D39BCAE96D4D' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline_Scale_056EBC4147BBBF4D0E79D39BCAE96D4D) == 0x0003E4, "Member 'AProjectile_RotBomb_C::FXTimeline_Scale_056EBC4147BBBF4D0E79D39BCAE96D4D' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline_PointLightIntensity_056EBC4147BBBF4D0E79D39BCAE96D4D) == 0x0003E8, "Member 'AProjectile_RotBomb_C::FXTimeline_PointLightIntensity_056EBC4147BBBF4D0E79D39BCAE96D4D' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline__Direction_056EBC4147BBBF4D0E79D39BCAE96D4D) == 0x0003EC, "Member 'AProjectile_RotBomb_C::FXTimeline__Direction_056EBC4147BBBF4D0E79D39BCAE96D4D' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, FXTimeline) == 0x0003F0, "Member 'AProjectile_RotBomb_C::FXTimeline' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, BombRumbleTimeline_Light_6E4A36AF419EE653CC41C5B50FCE1035) == 0x0003F8, "Member 'AProjectile_RotBomb_C::BombRumbleTimeline_Light_6E4A36AF419EE653CC41C5B50FCE1035' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, BombRumbleTimeline_FresnelBase_6E4A36AF419EE653CC41C5B50FCE1035) == 0x0003FC, "Member 'AProjectile_RotBomb_C::BombRumbleTimeline_FresnelBase_6E4A36AF419EE653CC41C5B50FCE1035' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, BombRumbleTimeline_Emissive_6E4A36AF419EE653CC41C5B50FCE1035) == 0x000400, "Member 'AProjectile_RotBomb_C::BombRumbleTimeline_Emissive_6E4A36AF419EE653CC41C5B50FCE1035' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, BombRumbleTimeline__Direction_6E4A36AF419EE653CC41C5B50FCE1035) == 0x000404, "Member 'AProjectile_RotBomb_C::BombRumbleTimeline__Direction_6E4A36AF419EE653CC41C5B50FCE1035' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, BombRumbleTimeline) == 0x000408, "Member 'AProjectile_RotBomb_C::BombRumbleTimeline' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, OnExplosionHit) == 0x000410, "Member 'AProjectile_RotBomb_C::OnExplosionHit' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, HasExploded) == 0x000420, "Member 'AProjectile_RotBomb_C::HasExploded' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, Power) == 0x000424, "Member 'AProjectile_RotBomb_C::Power' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, OnPowerLevelChange) == 0x000428, "Member 'AProjectile_RotBomb_C::OnPowerLevelChange' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, IgnoredActors) == 0x000438, "Member 'AProjectile_RotBomb_C::IgnoredActors' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, HasHit) == 0x000448, "Member 'AProjectile_RotBomb_C::HasHit' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, RumbleMontage) == 0x000450, "Member 'AProjectile_RotBomb_C::RumbleMontage' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, InjectMontage) == 0x000458, "Member 'AProjectile_RotBomb_C::InjectMontage' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, Debug) == 0x000460, "Member 'AProjectile_RotBomb_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, RotHiddenMaterial) == 0x000468, "Member 'AProjectile_RotBomb_C::RotHiddenMaterial' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Stick) == 0x000470, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Stick' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Explode_Small) == 0x000478, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Explode_Small' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Stop_Charging) == 0x000480, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Stop_Charging' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Timer) == 0x000488, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Timer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Timer_End) == 0x000490, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Timer_End' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Summon) == 0x000498, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Summon' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Put_Away) == 0x0004A0, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Put_Away' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, InjectedStasisTimeDilation) == 0x0004A8, "Member 'AProjectile_RotBomb_C::InjectedStasisTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, InjectedStasisRadius) == 0x0004AC, "Member 'AProjectile_RotBomb_C::InjectedStasisRadius' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, InjectedStasisDelay) == 0x0004B0, "Member 'AProjectile_RotBomb_C::InjectedStasisDelay' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, InjectedStasisDuration) == 0x0004B4, "Member 'AProjectile_RotBomb_C::InjectedStasisDuration' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, TargetCleanRadius) == 0x0004B8, "Member 'AProjectile_RotBomb_C::TargetCleanRadius' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, NormalizedMaxCleanAlphaTime) == 0x0004BC, "Member 'AProjectile_RotBomb_C::NormalizedMaxCleanAlphaTime' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, AccumulatedCleanTime) == 0x0004C0, "Member 'AProjectile_RotBomb_C::AccumulatedCleanTime' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, TimeToMaxCleanRadius) == 0x0004C4, "Member 'AProjectile_RotBomb_C::TimeToMaxCleanRadius' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, IsMidairExplosion) == 0x0004C8, "Member 'AProjectile_RotBomb_C::IsMidairExplosion' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, IsArrowExploded) == 0x0004C9, "Member 'AProjectile_RotBomb_C::IsArrowExploded' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, SFX_Bomb_Explode) == 0x0004D0, "Member 'AProjectile_RotBomb_C::SFX_Bomb_Explode' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotBomb_C, HitActor) == 0x0004D8, "Member 'AProjectile_RotBomb_C::HitActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_ScaleByDistanceFromKenaZ \ +static_assert(alignof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_ScaleByDistanceFromKenaZ"); \ +static_assert(sizeof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ) == 0x000058, "Wrong size on Projectile_RotArrow_C_ScaleByDistanceFromKenaZ"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, Location) == 0x000000, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, Height) == 0x00000C, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::Height' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, ReturnValue) == 0x000010, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_BreakVector_X) == 0x000020, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_BreakVector_Y) == 0x000024, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_BreakVector_Z) == 0x000028, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_BreakVector_X_1) == 0x000038, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_BreakVector_Y_1) == 0x00003C, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_BreakVector_Z_1) == 0x000040, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_Abs_ReturnValue) == 0x000048, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00004C, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_FClamp_ReturnValue) == 0x000050, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ScaleByDistanceFromKenaZ, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000054, "Member 'Projectile_RotArrow_C_ScaleByDistanceFromKenaZ::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_ReturnRotPip \ +static_assert(alignof(Projectile_RotArrow_C_ReturnRotPip) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_ReturnRotPip"); \ +static_assert(sizeof(Projectile_RotArrow_C_ReturnRotPip) == 0x0000E8, "Wrong size on Projectile_RotArrow_C_ReturnRotPip"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Projectile_RotArrow_C_ReturnRotPip::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_GetNumRots_ReturnValue) == 0x000004, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'Projectile_RotArrow_C_ReturnRotPip::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_RandomUnitVector_ReturnValue) == 0x000014, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000020, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_Array_Get_Item) == 0x000028, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_ReturnRotPip_FromRotOwner_CastInput) == 0x000030, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_ReturnRotPip_FromRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_ReturnRotPip_OutRots) == 0x000040, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_ReturnRotPip_ReturnValue) == 0x000050, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_ReturnRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000054, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReturnRotPip, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'Projectile_RotArrow_C_ReturnRotPip::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_OnEndChanneling \ +static_assert(alignof(Projectile_RotArrow_C_OnEndChanneling) == 0x000001, "Wrong alignment on Projectile_RotArrow_C_OnEndChanneling"); \ +static_assert(sizeof(Projectile_RotArrow_C_OnEndChanneling) == 0x000001, "Wrong size on Projectile_RotArrow_C_OnEndChanneling"); \ +static_assert(offsetof(Projectile_RotArrow_C_OnEndChanneling, reason) == 0x000000, "Member 'Projectile_RotArrow_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_ReceiveEndPlay \ +static_assert(alignof(Projectile_RotArrow_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Projectile_RotArrow_C_ReceiveEndPlay"); \ +static_assert(sizeof(Projectile_RotArrow_C_ReceiveEndPlay) == 0x000001, "Wrong size on Projectile_RotArrow_C_ReceiveEndPlay"); \ +static_assert(offsetof(Projectile_RotArrow_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Projectile_RotArrow_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_HandleCleanup \ +static_assert(alignof(Projectile_RotArrow_C_HandleCleanup) == 0x000004, "Wrong alignment on Projectile_RotArrow_C_HandleCleanup"); \ +static_assert(sizeof(Projectile_RotArrow_C_HandleCleanup) == 0x000088, "Wrong size on Projectile_RotArrow_C_HandleCleanup"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleCleanup, HitResult) == 0x000000, "Member 'Projectile_RotArrow_C_HandleCleanup::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_HandleDamageAttempt \ +static_assert(alignof(Projectile_RotArrow_C_HandleDamageAttempt) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_HandleDamageAttempt"); \ +static_assert(sizeof(Projectile_RotArrow_C_HandleDamageAttempt) == 0x000120, "Wrong size on Projectile_RotArrow_C_HandleDamageAttempt"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleDamageAttempt, DamageResult) == 0x000000, "Member 'Projectile_RotArrow_C_HandleDamageAttempt::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleDamageAttempt, DamageEvent) == 0x000008, "Member 'Projectile_RotArrow_C_HandleDamageAttempt::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleDamageAttempt, OtherActor) == 0x000118, "Member 'Projectile_RotArrow_C_HandleDamageAttempt::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_HandleImpact \ +static_assert(alignof(Projectile_RotArrow_C_HandleImpact) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_HandleImpact"); \ +static_assert(sizeof(Projectile_RotArrow_C_HandleImpact) == 0x0001A8, "Wrong size on Projectile_RotArrow_C_HandleImpact"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleImpact, DamageResult) == 0x000000, "Member 'Projectile_RotArrow_C_HandleImpact::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleImpact, DamageEvent) == 0x000008, "Member 'Projectile_RotArrow_C_HandleImpact::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleImpact, OtherActor) == 0x000118, "Member 'Projectile_RotArrow_C_HandleImpact::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_HandleImpact, HitResult) == 0x000120, "Member 'Projectile_RotArrow_C_HandleImpact::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature \ +static_assert(alignof(Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature"); \ +static_assert(sizeof(Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature) == 0x000010, "Wrong size on Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature"); \ +static_assert(offsetof(Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature, ReceivedRots) == 0x000000, "Member 'Projectile_RotArrow_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature::ReceivedRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_OnPostFire \ +static_assert(alignof(Projectile_RotArrow_C_OnPostFire) == 0x000004, "Wrong alignment on Projectile_RotArrow_C_OnPostFire"); \ +static_assert(sizeof(Projectile_RotArrow_C_OnPostFire) == 0x00000C, "Wrong size on Projectile_RotArrow_C_OnPostFire"); \ +static_assert(offsetof(Projectile_RotArrow_C_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_RotArrow_C_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow \ +static_assert(alignof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow"); \ +static_assert(sizeof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow) == 0x000630, "Wrong size on Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, EntryPoint) == 0x000000, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_Reason) == 0x000004, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000005, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_EndPlayReason) == 0x000006, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_HitResult_1) == 0x000028, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_HitResult_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_DamageResult_1) == 0x0000B0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_DamageResult_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_DamageEvent_1) == 0x0000B8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_DamageEvent_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_OtherActor_1) == 0x0001C8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001D0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D1, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_bBlockingHit) == 0x0001D2, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001D3, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Time) == 0x0001D4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Distance) == 0x0001D8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Location) == 0x0001DC, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Normal) == 0x0001F4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_ImpactNormal) == 0x000200, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_PhysMat) == 0x000210, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitActor) == 0x000218, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitComponent) == 0x000220, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitBoneName) == 0x000228, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitItem) == 0x000230, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_ElementIndex) == 0x000234, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_FaceIndex) == 0x000238, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_TraceStart) == 0x00023C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_TraceEnd) == 0x000248, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BooleanAND_ReturnValue_2) == 0x000254, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Not_PreBool_ReturnValue_1) == 0x000255, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000256, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000257, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Time_1) == 0x000258, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Distance_1) == 0x00025C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Location_1) == 0x000260, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_ImpactPoint_1) == 0x00026C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_Normal_1) == 0x000278, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000284, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_PhysMat_1) == 0x000290, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitActor_1) == 0x000298, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitComponent_1) == 0x0002A0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitBoneName_1) == 0x0002A8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_HitItem_1) == 0x0002B0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_ElementIndex_1) == 0x0002B4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_FaceIndex_1) == 0x0002B8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_TraceStart_1) == 0x0002BC, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakHitResult_TraceEnd_1) == 0x0002C8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002D4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002D5, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0002D6, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BooleanOR_ReturnValue) == 0x0002D7, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BooleanAND_ReturnValue_3) == 0x0002D8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_DamageResult) == 0x0002D9, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_DamageEvent) == 0x0002E0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_OtherActor) == 0x0003F0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_HitResult) == 0x0003F8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_HitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_DynamicCast_AsBP_Enemy_Base_Character) == 0x000480, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_DynamicCast_AsBP_Enemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_DynamicCast_bSuccess) == 0x000488, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000489, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00048C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_SpawnHapticFeedbackAtLocation_ReturnValue) == 0x000498, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_SpawnHapticFeedbackAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x0004A8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Add_IntInt_ReturnValue) == 0x0004B0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_ComponentBoundEvent_ReceivedRots) == 0x0004B8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_ComponentBoundEvent_ReceivedRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Event_wsForce) == 0x0004C8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_CreateDelegate_OutputDelegate_1) == 0x0004D4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetNiagaraVariableInt_ReturnValue) == 0x0004E4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetNiagaraVariableInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004E8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, Temp_bool_Variable) == 0x0004EC, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004F0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_Select_Default) == 0x000500, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000508, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BooleanOR_ReturnValue_1) == 0x000510, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Not_PreBool_ReturnValue_2) == 0x000511, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000514, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000520, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000524, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000528, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, Temp_int_Loop_Counter_Variable) == 0x000530, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Add_IntInt_ReturnValue_2) == 0x000534, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, Temp_int_Variable) == 0x000538, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000540, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000548, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetNumRots_ReturnValue) == 0x00054C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Greater_IntInt_ReturnValue) == 0x000550, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_ReturnRotPip_FromRotOwner_CastInput) == 0x000558, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_ReturnRotPip_FromRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_ReturnRotPip_OutRots) == 0x000568, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_ReturnRotPip_ReturnValue) == 0x000578, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_ReturnRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_MochiEnsure_ReturnValue) == 0x000579, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Array_Get_Item) == 0x000580, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Array_Length_ReturnValue) == 0x000588, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Less_IntInt_ReturnValue) == 0x00058C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000590, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_ScaleByDistanceFromKenaZ_ReturnValue) == 0x00059C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_ScaleByDistanceFromKenaZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0005A0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0005A8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetTimeSeconds_ReturnValue) == 0x0005AC, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0005B0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakRotator_Roll) == 0x0005BC, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakRotator_Pitch) == 0x0005C0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_BreakRotator_Yaw) == 0x0005C4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0005C8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_DegreesToRadians_ReturnValue) == 0x0005D4, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_DegreesToRadians_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x0005D8, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_MakeStruct_WindEffect) == 0x0005E0, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_ScaleByDistanceFromKenaZ_ReturnValue_1) == 0x000600, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_ScaleByDistanceFromKenaZ_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000604, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000608, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow, K2Node_MakeStruct_WindEffect_1) == 0x00060C, "Member 'Projectile_RotArrow_C_ExecuteUbergraph_Projectile_RotArrow::K2Node_MakeStruct_WindEffect_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotArrow_C_GetDamageConfig \ +static_assert(alignof(Projectile_RotArrow_C_GetDamageConfig) == 0x000008, "Wrong alignment on Projectile_RotArrow_C_GetDamageConfig"); \ +static_assert(sizeof(Projectile_RotArrow_C_GetDamageConfig) == 0x000008, "Wrong size on Projectile_RotArrow_C_GetDamageConfig"); \ +static_assert(offsetof(Projectile_RotArrow_C_GetDamageConfig, ReturnValue) == 0x000000, "Member 'Projectile_RotArrow_C_GetDamageConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_RotArrow_C \ +static_assert(alignof(AProjectile_RotArrow_C) == 0x000010, "Wrong alignment on AProjectile_RotArrow_C"); \ +static_assert(sizeof(AProjectile_RotArrow_C) == 0x000510, "Wrong size on AProjectile_RotArrow_C"); \ +static_assert(offsetof(AProjectile_RotArrow_C, UberGraphFrame_Projectile_RotArrow_C) == 0x000450, "Member 'AProjectile_RotArrow_C::UberGraphFrame_Projectile_RotArrow_C' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, InjectWisps) == 0x000458, "Member 'AProjectile_RotArrow_C::InjectWisps' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotTeleportToOwner_Hidden) == 0x000460, "Member 'AProjectile_RotArrow_C::RotTeleportToOwner_Hidden' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, Niagara) == 0x000468, "Member 'AProjectile_RotArrow_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotSwarmCache) == 0x000470, "Member 'AProjectile_RotArrow_C::RotSwarmCache' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ArrowCache) == 0x000478, "Member 'AProjectile_RotArrow_C::ArrowCache' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, PointTrailRenderer) == 0x000480, "Member 'AProjectile_RotArrow_C::PointTrailRenderer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotOwner) == 0x000488, "Member 'AProjectile_RotArrow_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotArrowGrow_PointLightIntensity_45588F8D41C94CE814FCE08AC8E62123) == 0x000490, "Member 'AProjectile_RotArrow_C::RotArrowGrow_PointLightIntensity_45588F8D41C94CE814FCE08AC8E62123' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotArrowGrow_EmissionAmount_45588F8D41C94CE814FCE08AC8E62123) == 0x000494, "Member 'AProjectile_RotArrow_C::RotArrowGrow_EmissionAmount_45588F8D41C94CE814FCE08AC8E62123' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotArrowGrow__Direction_45588F8D41C94CE814FCE08AC8E62123) == 0x000498, "Member 'AProjectile_RotArrow_C::RotArrowGrow__Direction_45588F8D41C94CE814FCE08AC8E62123' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotArrowGrow) == 0x0004A0, "Member 'AProjectile_RotArrow_C::RotArrowGrow' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ArrowInFlightScale_InFlightScalar_4BC246214C6B9BAA5C354A94E05C2248) == 0x0004A8, "Member 'AProjectile_RotArrow_C::ArrowInFlightScale_InFlightScalar_4BC246214C6B9BAA5C354A94E05C2248' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ArrowInFlightScale__Direction_4BC246214C6B9BAA5C354A94E05C2248) == 0x0004AC, "Member 'AProjectile_RotArrow_C::ArrowInFlightScale__Direction_4BC246214C6B9BAA5C354A94E05C2248' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ArrowInFlightScale) == 0x0004B0, "Member 'AProjectile_RotArrow_C::ArrowInFlightScale' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ImpactTimeDilation_GlobalTD_BEB749144ECDC863C112049B67333B03) == 0x0004B8, "Member 'AProjectile_RotArrow_C::ImpactTimeDilation_GlobalTD_BEB749144ECDC863C112049B67333B03' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ImpactTimeDilation__Direction_BEB749144ECDC863C112049B67333B03) == 0x0004BC, "Member 'AProjectile_RotArrow_C::ImpactTimeDilation__Direction_BEB749144ECDC863C112049B67333B03' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, ImpactTimeDilation) == 0x0004C0, "Member 'AProjectile_RotArrow_C::ImpactTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, SFX_Bow_Shoot_0) == 0x0004C8, "Member 'AProjectile_RotArrow_C::SFX_Bow_Shoot_0' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, SFX_Bow_Draw_0) == 0x0004D0, "Member 'AProjectile_RotArrow_C::SFX_Bow_Draw_0' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, SFX_Arrow_Impact_0) == 0x0004D8, "Member 'AProjectile_RotArrow_C::SFX_Arrow_Impact_0' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotArrowPierceRequiresKill) == 0x0004E0, "Member 'AProjectile_RotArrow_C::RotArrowPierceRequiresKill' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, HitEnemyCount) == 0x0004E4, "Member 'AProjectile_RotArrow_C::HitEnemyCount' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, RotWispsTimer) == 0x0004E8, "Member 'AProjectile_RotArrow_C::RotWispsTimer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, WindTimer) == 0x0004F0, "Member 'AProjectile_RotArrow_C::WindTimer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotArrow_C, HapticFeedbackHandle) == 0x0004F8, "Member 'AProjectile_RotArrow_C::HapticFeedbackHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_TryApplyImpulseToComponent \ +static_assert(alignof(Projectile_Arrow_C_TryApplyImpulseToComponent) == 0x000008, "Wrong alignment on Projectile_Arrow_C_TryApplyImpulseToComponent"); \ +static_assert(sizeof(Projectile_Arrow_C_TryApplyImpulseToComponent) == 0x000140, "Wrong size on Projectile_Arrow_C_TryApplyImpulseToComponent"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, Hit) == 0x000000, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::Hit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, Actor) == 0x000088, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000114, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000115, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000118, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_GetVelocity_ReturnValue) == 0x000124, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_TryApplyImpulseToComponent, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000130, "Member 'Projectile_Arrow_C_TryApplyImpulseToComponent::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_RotateTowardVelocity \ +static_assert(alignof(Projectile_Arrow_C_RotateTowardVelocity) == 0x000004, "Wrong alignment on Projectile_Arrow_C_RotateTowardVelocity"); \ +static_assert(sizeof(Projectile_Arrow_C_RotateTowardVelocity) == 0x000034, "Wrong size on Projectile_Arrow_C_RotateTowardVelocity"); \ +static_assert(offsetof(Projectile_Arrow_C_RotateTowardVelocity, CallFunc_MakeVector_ReturnValue) == 0x000000, "Member 'Projectile_Arrow_C_RotateTowardVelocity::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_RotateTowardVelocity, CallFunc_GetVelocity_ReturnValue) == 0x00000C, "Member 'Projectile_Arrow_C_RotateTowardVelocity::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_RotateTowardVelocity, CallFunc_MakeRotFromXZ_ReturnValue) == 0x000018, "Member 'Projectile_Arrow_C_RotateTowardVelocity::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_RotateTowardVelocity, CallFunc_ComposeRotators_ReturnValue) == 0x000024, "Member 'Projectile_Arrow_C_RotateTowardVelocity::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_RotateTowardVelocity, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000030, "Member 'Projectile_Arrow_C_RotateTowardVelocity::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_ReceiveTick \ +static_assert(alignof(Projectile_Arrow_C_ReceiveTick) == 0x000004, "Wrong alignment on Projectile_Arrow_C_ReceiveTick"); \ +static_assert(sizeof(Projectile_Arrow_C_ReceiveTick) == 0x000004, "Wrong size on Projectile_Arrow_C_ReceiveTick"); \ +static_assert(offsetof(Projectile_Arrow_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Projectile_Arrow_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_HandleCleanup \ +static_assert(alignof(Projectile_Arrow_C_HandleCleanup) == 0x000004, "Wrong alignment on Projectile_Arrow_C_HandleCleanup"); \ +static_assert(sizeof(Projectile_Arrow_C_HandleCleanup) == 0x000088, "Wrong size on Projectile_Arrow_C_HandleCleanup"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleCleanup, HitResult) == 0x000000, "Member 'Projectile_Arrow_C_HandleCleanup::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_HandleImpact \ +static_assert(alignof(Projectile_Arrow_C_HandleImpact) == 0x000008, "Wrong alignment on Projectile_Arrow_C_HandleImpact"); \ +static_assert(sizeof(Projectile_Arrow_C_HandleImpact) == 0x0001A8, "Wrong size on Projectile_Arrow_C_HandleImpact"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleImpact, DamageResult) == 0x000000, "Member 'Projectile_Arrow_C_HandleImpact::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleImpact, DamageEvent) == 0x000008, "Member 'Projectile_Arrow_C_HandleImpact::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleImpact, OtherActor) == 0x000118, "Member 'Projectile_Arrow_C_HandleImpact::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleImpact, HitResult) == 0x000120, "Member 'Projectile_Arrow_C_HandleImpact::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_HandleDamageAttempt \ +static_assert(alignof(Projectile_Arrow_C_HandleDamageAttempt) == 0x000008, "Wrong alignment on Projectile_Arrow_C_HandleDamageAttempt"); \ +static_assert(sizeof(Projectile_Arrow_C_HandleDamageAttempt) == 0x000120, "Wrong size on Projectile_Arrow_C_HandleDamageAttempt"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleDamageAttempt, DamageResult) == 0x000000, "Member 'Projectile_Arrow_C_HandleDamageAttempt::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleDamageAttempt, DamageEvent) == 0x000008, "Member 'Projectile_Arrow_C_HandleDamageAttempt::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_HandleDamageAttempt, OtherActor) == 0x000118, "Member 'Projectile_Arrow_C_HandleDamageAttempt::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_OnEndChanneling \ +static_assert(alignof(Projectile_Arrow_C_OnEndChanneling) == 0x000001, "Wrong alignment on Projectile_Arrow_C_OnEndChanneling"); \ +static_assert(sizeof(Projectile_Arrow_C_OnEndChanneling) == 0x000001, "Wrong size on Projectile_Arrow_C_OnEndChanneling"); \ +static_assert(offsetof(Projectile_Arrow_C_OnEndChanneling, reason) == 0x000000, "Member 'Projectile_Arrow_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_OnPostFire \ +static_assert(alignof(Projectile_Arrow_C_OnPostFire) == 0x000004, "Wrong alignment on Projectile_Arrow_C_OnPostFire"); \ +static_assert(sizeof(Projectile_Arrow_C_OnPostFire) == 0x00000C, "Wrong size on Projectile_Arrow_C_OnPostFire"); \ +static_assert(offsetof(Projectile_Arrow_C_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_Arrow_C_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_ReceiveActorBeginOverlap \ +static_assert(alignof(Projectile_Arrow_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Projectile_Arrow_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(Projectile_Arrow_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Projectile_Arrow_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(Projectile_Arrow_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Projectile_Arrow_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_OnPreFire \ +static_assert(alignof(Projectile_Arrow_C_OnPreFire) == 0x000004, "Wrong alignment on Projectile_Arrow_C_OnPreFire"); \ +static_assert(sizeof(Projectile_Arrow_C_OnPreFire) == 0x00001C, "Wrong size on Projectile_Arrow_C_OnPreFire"); \ +static_assert(offsetof(Projectile_Arrow_C_OnPreFire, wsForce) == 0x000000, "Member 'Projectile_Arrow_C_OnPreFire::wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_OnPreFire, IsFromScreenCenter) == 0x00000C, "Member 'Projectile_Arrow_C_OnPreFire::IsFromScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_OnPreFire, VisualsLoc) == 0x000010, "Member 'Projectile_Arrow_C_OnPreFire::VisualsLoc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Projectile_Arrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow \ +static_assert(alignof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow) == 0x000010, "Wrong alignment on Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow"); \ +static_assert(sizeof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow) == 0x000840, "Wrong size on Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, EntryPoint) == 0x000000, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_float_Variable) == 0x000004, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_bool_Variable) == 0x000008, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_object_Variable) == 0x000010, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_object_Variable_1) == 0x000018, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_HitResult_1) == 0x000024, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_HitResult_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_DamageResult_1) == 0x0000AC, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_DamageResult_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_DamageEvent_1) == 0x0000B0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_DamageEvent_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_OtherActor_1) == 0x0001C0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_HitResult) == 0x0001C8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_bBlockingHit) == 0x000250, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_bInitialOverlap) == 0x000251, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_Time) == 0x000254, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_Distance) == 0x000258, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_Location) == 0x00025C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_ImpactPoint) == 0x000268, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_Normal) == 0x000274, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_ImpactNormal) == 0x000280, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_PhysMat) == 0x000290, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_HitActor) == 0x000298, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_HitComponent) == 0x0002A0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_HitBoneName) == 0x0002A8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_HitItem) == 0x0002B0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_ElementIndex) == 0x0002B4, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_FaceIndex) == 0x0002B8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_TraceStart) == 0x0002BC, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakHitResult_TraceEnd) == 0x0002C8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetObjectClass_ReturnValue) == 0x0002D8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002E0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_ClassIsChildOf_ReturnValue) == 0x0002E1, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanAND_ReturnValue) == 0x0002E2, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Not_PreBool_ReturnValue) == 0x0002E3, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_float_Variable_1) == 0x0002E4, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_bool_Variable_1) == 0x0002E8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_DamageResult) == 0x0002E9, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_DamageEvent) == 0x0002F0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_CustomEvent_OtherActor) == 0x000400, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000408, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetRelativeTransform_ReturnValue) == 0x000410, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000440, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_float_Variable_2) == 0x00044C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_PostEventAtLocation_ReturnValue) == 0x000450, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_Reason) == 0x000454, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000455, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanAND_ReturnValue_1) == 0x000456, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_wsForce_1) == 0x000458, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_wsForce_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000468, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_bSuccess) == 0x000470, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_OtherActor) == 0x000478, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_AsLiquid_Deadzone_River) == 0x000480, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_AsLiquid_Deadzone_River' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_bSuccess_1) == 0x000488, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_AsLiquid_Deadzone_Water_Body) == 0x000490, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_AsLiquid_Deadzone_Water_Body' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_bSuccess_2) == 0x000498, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Not_PreBool_ReturnValue_1) == 0x000499, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Not_PreBool_ReturnValue_2) == 0x00049A, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetIsDeadzoneActive_ReturnValue) == 0x00049B, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetIsDeadzoneActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetIsDeadzoneActive_ReturnValue_1) == 0x00049C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetIsDeadzoneActive_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanAND_ReturnValue_2) == 0x00049D, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanAND_ReturnValue_3) == 0x00049E, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_AsMochi_Swimming_Volume) == 0x0004A0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_AsMochi_Swimming_Volume' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_DynamicCast_bSuccess_3) == 0x0004A8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_wsForce) == 0x0004AC, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_IsFromScreenCenter) == 0x0004B8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_IsFromScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Event_VisualsLoc) == 0x0004BC, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Event_VisualsLoc' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0004C8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000550, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000560, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000568, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_IsFullyCharged_ReturnValue) == 0x000574, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_IsFullyCharged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_IsFullyCharged_ReturnValue_1) == 0x000575, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_IsFullyCharged_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Select_Default) == 0x000578, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_float_Variable_3) == 0x00057C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetDamageConfig_ReturnValue) == 0x000580, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetDamageConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_ComponentBoundEvent_DamageResult) == 0x000588, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_ComponentBoundEvent_DamageEvent) == 0x000590, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_ComponentBoundEvent_OtherActor) == 0x0006A0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetTransform_ReturnValue) == 0x0006B0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakVector2D_X) == 0x0006E0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakVector2D_Y) == 0x0006E4, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Lerp_ReturnValue) == 0x0006E8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Square_ReturnValue) == 0x0006EC, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0006F0, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetDistanceTraveledSquared_ReturnValue) == 0x0006F4, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetDistanceTraveledSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_delegate_Variable) == 0x0006F8, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000708, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_IsFullyCharged_ReturnValue_2) == 0x000709, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_IsFullyCharged_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanAND_ReturnValue_4) == 0x00070A, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Select_Default_1) == 0x000710, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_struct_Variable) == 0x000718, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000728, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_PostEvent_ReturnValue) == 0x000730, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakTransform_Location) == 0x000734, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakTransform_Rotation) == 0x000740, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BreakTransform_Scale) == 0x00074C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_VEase_ReturnValue) == 0x000758, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_VEase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000764, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Add_FloatFloat_ReturnValue) == 0x000768, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, Temp_bool_Variable_2) == 0x00076C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_FMin_ReturnValue) == 0x000770, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, K2Node_Select_Default_2) == 0x000774, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000778, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x000800, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetObjectClass_ReturnValue_1) == 0x000808, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000810, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000811, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanOR_ReturnValue) == 0x000812, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_Not_PreBool_ReturnValue_3) == 0x000813, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_BooleanAND_ReturnValue_5) == 0x000814, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_GetSocketLocation_ReturnValue) == 0x000818, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000824, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_FindLookAtRotation_ReturnValue) == 0x000830, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00083C, "Member 'Projectile_Arrow_C_ExecuteUbergraph_Projectile_Arrow::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_GetDamageConfig \ +static_assert(alignof(Projectile_Arrow_C_GetDamageConfig) == 0x000008, "Wrong alignment on Projectile_Arrow_C_GetDamageConfig"); \ +static_assert(sizeof(Projectile_Arrow_C_GetDamageConfig) == 0x000018, "Wrong size on Projectile_Arrow_C_GetDamageConfig"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDamageConfig, ReturnValue) == 0x000000, "Member 'Projectile_Arrow_C_GetDamageConfig::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDamageConfig, Temp_bool_Variable) == 0x000008, "Member 'Projectile_Arrow_C_GetDamageConfig::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDamageConfig, CallFunc_IsFullyCharged_ReturnValue) == 0x000009, "Member 'Projectile_Arrow_C_GetDamageConfig::CallFunc_IsFullyCharged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDamageConfig, K2Node_Select_Default) == 0x000010, "Member 'Projectile_Arrow_C_GetDamageConfig::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_IsFullyCharged \ +static_assert(alignof(Projectile_Arrow_C_IsFullyCharged) == 0x000001, "Wrong alignment on Projectile_Arrow_C_IsFullyCharged"); \ +static_assert(sizeof(Projectile_Arrow_C_IsFullyCharged) == 0x000002, "Wrong size on Projectile_Arrow_C_IsFullyCharged"); \ +static_assert(offsetof(Projectile_Arrow_C_IsFullyCharged, ReturnValue) == 0x000000, "Member 'Projectile_Arrow_C_IsFullyCharged::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_IsFullyCharged, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000001, "Member 'Projectile_Arrow_C_IsFullyCharged::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_Arrow_C_GetDistanceTraveledSquared \ +static_assert(alignof(Projectile_Arrow_C_GetDistanceTraveledSquared) == 0x000004, "Wrong alignment on Projectile_Arrow_C_GetDistanceTraveledSquared"); \ +static_assert(sizeof(Projectile_Arrow_C_GetDistanceTraveledSquared) == 0x000044, "Wrong size on Projectile_Arrow_C_GetDistanceTraveledSquared"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, ReturnValue) == 0x000000, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, CallFunc_BreakTransform_Location) == 0x000010, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, CallFunc_BreakTransform_Rotation) == 0x00001C, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, CallFunc_BreakTransform_Scale) == 0x000028, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000034, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_Arrow_C_GetDistanceTraveledSquared, CallFunc_VSizeSquared_ReturnValue) == 0x000040, "Member 'Projectile_Arrow_C_GetDistanceTraveledSquared::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_Arrow_C \ +static_assert(alignof(AProjectile_Arrow_C) == 0x000010, "Wrong alignment on AProjectile_Arrow_C"); \ +static_assert(sizeof(AProjectile_Arrow_C) == 0x000450, "Wrong size on AProjectile_Arrow_C"); \ +static_assert(offsetof(AProjectile_Arrow_C, UberGraphFrame) == 0x000320, "Member 'AProjectile_Arrow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, PointLight) == 0x000328, "Member 'AProjectile_Arrow_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, ArrowMesh) == 0x000330, "Member 'AProjectile_Arrow_C::ArrowMesh' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, P_Flying) == 0x000338, "Member 'AProjectile_Arrow_C::P_Flying' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, P_ChargingAndFlying) == 0x000340, "Member 'AProjectile_Arrow_C::P_ChargingAndFlying' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, Ak) == 0x000348, "Member 'AProjectile_Arrow_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, Visuals) == 0x000350, "Member 'AProjectile_Arrow_C::Visuals' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, Hitbox) == 0x000358, "Member 'AProjectile_Arrow_C::Hitbox' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, GrowArrow_Scale_EF4C32F8467B4B7B5065BF8F977B3CDE) == 0x000360, "Member 'AProjectile_Arrow_C::GrowArrow_Scale_EF4C32F8467B4B7B5065BF8F977B3CDE' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, GrowArrow_Light_EF4C32F8467B4B7B5065BF8F977B3CDE) == 0x000364, "Member 'AProjectile_Arrow_C::GrowArrow_Light_EF4C32F8467B4B7B5065BF8F977B3CDE' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, GrowArrow__Direction_EF4C32F8467B4B7B5065BF8F977B3CDE) == 0x000368, "Member 'AProjectile_Arrow_C::GrowArrow__Direction_EF4C32F8467B4B7B5065BF8F977B3CDE' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, GrowArrow) == 0x000370, "Member 'AProjectile_Arrow_C::GrowArrow' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, VelocityToImpactImpulse) == 0x000378, "Member 'AProjectile_Arrow_C::VelocityToImpactImpulse' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, SpiritArrowDamageConfig) == 0x000380, "Member 'AProjectile_Arrow_C::SpiritArrowDamageConfig' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, ChargedSpiritArrowDamageConfig) == 0x000388, "Member 'AProjectile_Arrow_C::ChargedSpiritArrowDamageConfig' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, PowerPercentPulse) == 0x000390, "Member 'AProjectile_Arrow_C::PowerPercentPulse' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, FiredTransform) == 0x0003A0, "Member 'AProjectile_Arrow_C::FiredTransform' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, GravityScale) == 0x0003D0, "Member 'AProjectile_Arrow_C::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, DistanceTilGravityMinMax) == 0x0003D4, "Member 'AProjectile_Arrow_C::DistanceTilGravityMinMax' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, SFX_Bow_Shoot) == 0x0003E0, "Member 'AProjectile_Arrow_C::SFX_Bow_Shoot' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, SFX_Bow_Draw) == 0x0003E8, "Member 'AProjectile_Arrow_C::SFX_Bow_Draw' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, SFX_Arrow_Impact) == 0x0003F0, "Member 'AProjectile_Arrow_C::SFX_Arrow_Impact' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, DestroyOnCleanup) == 0x0003F8, "Member 'AProjectile_Arrow_C::DestroyOnCleanup' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, SFX_Arrow_Impact_Explode) == 0x000400, "Member 'AProjectile_Arrow_C::SFX_Arrow_Impact_Explode' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, VisualsStartRelativeTransform) == 0x000410, "Member 'AProjectile_Arrow_C::VisualsStartRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, VisualToProjectileInterpTime) == 0x000440, "Member 'AProjectile_Arrow_C::VisualToProjectileInterpTime' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, VisualToProjectilePercent) == 0x000444, "Member 'AProjectile_Arrow_C::VisualToProjectilePercent' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_Arrow_C, Kena) == 0x000448, "Member 'AProjectile_Arrow_C::Kena' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotBomb_C_AnimGraph \ +static_assert(alignof(ABP_RotBomb_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_RotBomb_C_AnimGraph"); \ +static_assert(sizeof(ABP_RotBomb_C_AnimGraph) == 0x000010, "Wrong size on ABP_RotBomb_C_AnimGraph"); \ +static_assert(offsetof(ABP_RotBomb_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_RotBomb_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb \ +static_assert(alignof(ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb) == 0x000004, "Wrong alignment on ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb"); \ +static_assert(sizeof(ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb) == 0x000004, "Wrong size on ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb"); \ +static_assert(offsetof(ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb, EntryPoint) == 0x000000, "Member 'ABP_RotBomb_C_ExecuteUbergraph_ABP_RotBomb::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_RotBomb_C \ +static_assert(alignof(UABP_RotBomb_C) == 0x000010, "Wrong alignment on UABP_RotBomb_C"); \ +static_assert(sizeof(UABP_RotBomb_C) == 0x0003A0, "Wrong size on UABP_RotBomb_C"); \ +static_assert(offsetof(UABP_RotBomb_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_RotBomb_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotBomb_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_RotBomb_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotBomb_C, AnimGraphNode_Slot_1) == 0x000308, "Member 'UABP_RotBomb_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotBomb_C, AnimGraphNode_Slot) == 0x000350, "Member 'UABP_RotBomb_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_UpdateScale \ +static_assert(alignof(BP_StasisBubble_C_UpdateScale) == 0x000004, "Wrong alignment on BP_StasisBubble_C_UpdateScale"); \ +static_assert(sizeof(BP_StasisBubble_C_UpdateScale) == 0x000024, "Wrong size on BP_StasisBubble_C_UpdateScale"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000004, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000008, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_FMin_ReturnValue) == 0x00000C, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_Ease_ReturnValue) == 0x000010, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateScale, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000018, "Member 'BP_StasisBubble_C_UpdateScale::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_ShouldAddToStasis \ +static_assert(alignof(BP_StasisBubble_C_ShouldAddToStasis) == 0x000008, "Wrong alignment on BP_StasisBubble_C_ShouldAddToStasis"); \ +static_assert(sizeof(BP_StasisBubble_C_ShouldAddToStasis) == 0x000020, "Wrong size on BP_StasisBubble_C_ShouldAddToStasis"); \ +static_assert(offsetof(BP_StasisBubble_C_ShouldAddToStasis, Actor) == 0x000000, "Member 'BP_StasisBubble_C_ShouldAddToStasis::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ShouldAddToStasis, OutputPin) == 0x000008, "Member 'BP_StasisBubble_C_ShouldAddToStasis::OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ShouldAddToStasis, K2Node_DynamicCast_AsMochi_Character) == 0x000010, "Member 'BP_StasisBubble_C_ShouldAddToStasis::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ShouldAddToStasis, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_StasisBubble_C_ShouldAddToStasis::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ShouldAddToStasis, CallFunc_IsAlive_ReturnValue) == 0x000019, "Member 'BP_StasisBubble_C_ShouldAddToStasis::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_UpdateTimeDilation \ +static_assert(alignof(BP_StasisBubble_C_UpdateTimeDilation) == 0x000008, "Wrong alignment on BP_StasisBubble_C_UpdateTimeDilation"); \ +static_assert(sizeof(BP_StasisBubble_C_UpdateTimeDilation) == 0x000068, "Wrong size on BP_StasisBubble_C_UpdateTimeDilation"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, ToRemove) == 0x000000, "Member 'BP_StasisBubble_C_UpdateTimeDilation::ToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_StasisBubble_C_UpdateTimeDilation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_StasisBubble_C_UpdateTimeDilation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_StasisBubble_C_UpdateTimeDilation::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'BP_StasisBubble_C_UpdateTimeDilation::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Array_RemoveItem_ReturnValue) == 0x000034, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Less_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, K2Node_DynamicCast_AsMochi_Character) == 0x000050, "Member 'BP_StasisBubble_C_UpdateTimeDilation::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_StasisBubble_C_UpdateTimeDilation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_IsAlive_ReturnValue) == 0x000059, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_UpdateTimeDilation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_StasisBubble_C_UpdateTimeDilation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_ResetTimeDilation \ +static_assert(alignof(BP_StasisBubble_C_ResetTimeDilation) == 0x000008, "Wrong alignment on BP_StasisBubble_C_ResetTimeDilation"); \ +static_assert(sizeof(BP_StasisBubble_C_ResetTimeDilation) == 0x000018, "Wrong size on BP_StasisBubble_C_ResetTimeDilation"); \ +static_assert(offsetof(BP_StasisBubble_C_ResetTimeDilation, Object) == 0x000000, "Member 'BP_StasisBubble_C_ResetTimeDilation::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ResetTimeDilation, K2Node_DynamicCast_AsMochi_Character) == 0x000008, "Member 'BP_StasisBubble_C_ResetTimeDilation::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ResetTimeDilation, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_StasisBubble_C_ResetTimeDilation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_BeganOverlappingInteractiveActor \ +static_assert(alignof(BP_StasisBubble_C_BeganOverlappingInteractiveActor) == 0x000008, "Wrong alignment on BP_StasisBubble_C_BeganOverlappingInteractiveActor"); \ +static_assert(sizeof(BP_StasisBubble_C_BeganOverlappingInteractiveActor) == 0x000028, "Wrong size on BP_StasisBubble_C_BeganOverlappingInteractiveActor"); \ +static_assert(offsetof(BP_StasisBubble_C_BeganOverlappingInteractiveActor, InteractingTags) == 0x000000, "Member 'BP_StasisBubble_C_BeganOverlappingInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_BeganOverlappingInteractiveActor, OverlappedActor) == 0x000020, "Member 'BP_StasisBubble_C_BeganOverlappingInteractiveActor::OverlappedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_EndOverlappingInteractiveActor \ +static_assert(alignof(BP_StasisBubble_C_EndOverlappingInteractiveActor) == 0x000008, "Wrong alignment on BP_StasisBubble_C_EndOverlappingInteractiveActor"); \ +static_assert(sizeof(BP_StasisBubble_C_EndOverlappingInteractiveActor) == 0x000028, "Wrong size on BP_StasisBubble_C_EndOverlappingInteractiveActor"); \ +static_assert(offsetof(BP_StasisBubble_C_EndOverlappingInteractiveActor, InteractingTags) == 0x000000, "Member 'BP_StasisBubble_C_EndOverlappingInteractiveActor::InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_EndOverlappingInteractiveActor, OverlappedActor) == 0x000020, "Member 'BP_StasisBubble_C_EndOverlappingInteractiveActor::OverlappedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_ReceiveTick \ +static_assert(alignof(BP_StasisBubble_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_StasisBubble_C_ReceiveTick"); \ +static_assert(sizeof(BP_StasisBubble_C_ReceiveTick) == 0x000004, "Wrong size on BP_StasisBubble_C_ReceiveTick"); \ +static_assert(offsetof(BP_StasisBubble_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_StasisBubble_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_RemoveActorFromStasis \ +static_assert(alignof(BP_StasisBubble_C_RemoveActorFromStasis) == 0x000008, "Wrong alignment on BP_StasisBubble_C_RemoveActorFromStasis"); \ +static_assert(sizeof(BP_StasisBubble_C_RemoveActorFromStasis) == 0x000008, "Wrong size on BP_StasisBubble_C_RemoveActorFromStasis"); \ +static_assert(offsetof(BP_StasisBubble_C_RemoveActorFromStasis, Actor) == 0x000000, "Member 'BP_StasisBubble_C_RemoveActorFromStasis::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature \ +static_assert(alignof(BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature) == 0x000008, "Wrong alignment on BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature"); \ +static_assert(sizeof(BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature) == 0x000010, "Wrong size on BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature"); \ +static_assert(offsetof(BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature, ReceivedRots) == 0x000000, "Member 'BP_StasisBubble_C_BndEvt__RotOwner_K2Node_ComponentBoundEvent_1_RotOwnerReceivedRots__DelegateSignature::ReceivedRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble \ +static_assert(alignof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble) == 0x000008, "Wrong alignment on BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble"); \ +static_assert(sizeof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble) == 0x0002A8, "Wrong size on BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, EntryPoint) == 0x000000, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_MakeStruct_PlayMontageArgs) == 0x000004, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_struct_Variable) == 0x000020, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000030, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_delegate_Variable) == 0x00003C, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_struct_Variable_1) == 0x000050, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_delegate_Variable_1) == 0x000060, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_struct_Variable_2) == 0x000070, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_delegate_Variable_2) == 0x000080, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_struct_Variable_3) == 0x000090, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_delegate_Variable_3) == 0x0000A0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_struct_Variable_4) == 0x0000B0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_delegate_Variable_4) == 0x0000C0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_int_Array_Index_Variable) == 0x0000D0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_int_Loop_Counter_Variable) == 0x0000D4, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_int_Loop_Counter_Variable_1) == 0x0000DC, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_int_Array_Index_Variable_1) == 0x0000E4, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_int_Loop_Counter_Variable_2) == 0x0000E8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000EC, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_Event_InteractingTags_1) == 0x0000F0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_Event_InteractingTags_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_Event_OverlappedActor_1) == 0x000110, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_Event_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_Event_InteractingTags) == 0x000118, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_Event_InteractingTags' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_Event_OverlappedActor) == 0x000138, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_Event_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_PostEvent_ReturnValue) == 0x000140, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_PostEvent_ReturnValue_1) == 0x000144, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_DynamicCast_AsBPI_Stasis_Handler) == 0x000148, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_DynamicCast_AsBPI_Stasis_Handler' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_ShouldAddToStasis_OutputPin) == 0x000159, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_ShouldAddToStasis_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_DynamicCast_AsBPI_Stasis_Handler_1) == 0x000160, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_DynamicCast_AsBPI_Stasis_Handler_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_Event_DeltaSeconds) == 0x000174, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_AddUnique_ReturnValue) == 0x000178, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Length_ReturnValue) == 0x00017C, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_RemoveItem_ReturnValue) == 0x000180, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000181, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Length_ReturnValue_1) == 0x000184, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_CustomEvent_Actor) == 0x000190, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_CustomEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_PostEvent_ReturnValue_2) == 0x000198, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_DynamicCast_AsBPI_Stasis_Handler_2) == 0x0001A0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_DynamicCast_AsBPI_Stasis_Handler_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_DynamicCast_bSuccess_2) == 0x0001B0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_GetGlobalRotManager_ReturnValue) == 0x0001B8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_GetNumRots_ReturnValue) == 0x0001C0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_ReturnRotPip_FromRotOwner_CastInput) == 0x0001C8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_ReturnRotPip_FromRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_ReturnRotPip_OutRots) == 0x0001D8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_ReturnRotPip_ReturnValue) == 0x0001E8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_ReturnRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Greater_IntInt_ReturnValue) == 0x0001E9, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_MochiEnsure_ReturnValue) == 0x0001EA, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Get_Item) == 0x0001F0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Length_ReturnValue_2) == 0x0001F8, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001FC, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000200, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_ComponentBoundEvent_ReceivedRots) == 0x000208, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_ComponentBoundEvent_ReceivedRots' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Get_Item_1) == 0x000218, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Length_ReturnValue_3) == 0x000220, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_PlayWithArgs_ReturnValue) == 0x000224, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Less_IntInt_ReturnValue_2) == 0x000228, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_CreateDelegate_OutputDelegate) == 0x00022C, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000240, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, Temp_int_Array_Index_Variable_2) == 0x000248, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Array_Get_Item_2) == 0x000250, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_RandomInteger_ReturnValue) == 0x000258, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00025C, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_PostEvent_ReturnValue_3) == 0x000260, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_GetTimeSeconds_ReturnValue) == 0x000264, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_PostEvent_ReturnValue_4) == 0x000268, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00026C, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000278, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, K2Node_MakeStruct_WindEffect) == 0x000280, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002A0, "Member 'BP_StasisBubble_C_ExecuteUbergraph_BP_StasisBubble::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_StasisBubble_C \ +static_assert(alignof(ABP_StasisBubble_C) == 0x000008, "Wrong alignment on ABP_StasisBubble_C"); \ +static_assert(sizeof(ABP_StasisBubble_C) == 0x000518, "Wrong size on ABP_StasisBubble_C"); \ +static_assert(offsetof(ABP_StasisBubble_C, UberGraphFrame) == 0x000468, "Member 'ABP_StasisBubble_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DeadzoneCleaning) == 0x000470, "Member 'ABP_StasisBubble_C::DeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, BubbleMesh) == 0x000478, "Member 'ABP_StasisBubble_C::BubbleMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, Niagara) == 0x000480, "Member 'ABP_StasisBubble_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, RotMoveInStasisBubble) == 0x000488, "Member 'ABP_StasisBubble_C::RotMoveInStasisBubble' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, RotOwner) == 0x000490, "Member 'ABP_StasisBubble_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, VolumetricMesh) == 0x000498, "Member 'ABP_StasisBubble_C::VolumetricMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, SparkleParticles) == 0x0004A0, "Member 'ABP_StasisBubble_C::SparkleParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, Collision) == 0x0004A8, "Member 'ABP_StasisBubble_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX_NoiseScale_F577762E46DD349EDE60EFA7E86594FC) == 0x0004B0, "Member 'ABP_StasisBubble_C::DisappateFX_NoiseScale_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX_IOR_F577762E46DD349EDE60EFA7E86594FC) == 0x0004B4, "Member 'ABP_StasisBubble_C::DisappateFX_IOR_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX_NormFlatten_F577762E46DD349EDE60EFA7E86594FC) == 0x0004B8, "Member 'ABP_StasisBubble_C::DisappateFX_NormFlatten_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX_Density_F577762E46DD349EDE60EFA7E86594FC) == 0x0004BC, "Member 'ABP_StasisBubble_C::DisappateFX_Density_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX_Dissolve_F577762E46DD349EDE60EFA7E86594FC) == 0x0004C0, "Member 'ABP_StasisBubble_C::DisappateFX_Dissolve_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX_Scale_F577762E46DD349EDE60EFA7E86594FC) == 0x0004C4, "Member 'ABP_StasisBubble_C::DisappateFX_Scale_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX__Direction_F577762E46DD349EDE60EFA7E86594FC) == 0x0004C8, "Member 'ABP_StasisBubble_C::DisappateFX__Direction_F577762E46DD349EDE60EFA7E86594FC' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, DisappateFX) == 0x0004D0, "Member 'ABP_StasisBubble_C::DisappateFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, FXTimeline_IOR_54BCDAC044E8EA24CEEDA9816533E71E) == 0x0004D8, "Member 'ABP_StasisBubble_C::FXTimeline_IOR_54BCDAC044E8EA24CEEDA9816533E71E' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, FXTimeline_Normal_54BCDAC044E8EA24CEEDA9816533E71E) == 0x0004DC, "Member 'ABP_StasisBubble_C::FXTimeline_Normal_54BCDAC044E8EA24CEEDA9816533E71E' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, FXTimeline__Direction_54BCDAC044E8EA24CEEDA9816533E71E) == 0x0004E0, "Member 'ABP_StasisBubble_C::FXTimeline__Direction_54BCDAC044E8EA24CEEDA9816533E71E' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, FXTimeline) == 0x0004E8, "Member 'ABP_StasisBubble_C::FXTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, AffectedActors) == 0x0004F0, "Member 'ABP_StasisBubble_C::AffectedActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, TimeDilationFactor) == 0x000500, "Member 'ABP_StasisBubble_C::TimeDilationFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, Duration) == 0x000504, "Member 'ABP_StasisBubble_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, Radius) == 0x000508, "Member 'ABP_StasisBubble_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, Delay) == 0x00050C, "Member 'ABP_StasisBubble_C::Delay' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, LifeAccum) == 0x000510, "Member 'ABP_StasisBubble_C::LifeAccum' has a wrong offset!"); \ +static_assert(offsetof(ABP_StasisBubble_C, GrowDuration) == 0x000514, "Member 'ABP_StasisBubble_C::GrowDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_StasisHandler_C \ +static_assert(alignof(IBPI_StasisHandler_C) == 0x000001, "Wrong alignment on IBPI_StasisHandler_C"); \ +static_assert(sizeof(IBPI_StasisHandler_C) == 0x000001, "Wrong size on IBPI_StasisHandler_C"); \ + +#define DUMPER7_ASSERTS_Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot \ +static_assert(alignof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot) == 0x000008, "Wrong alignment on Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot"); \ +static_assert(sizeof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot) == 0x000068, "Wrong size on Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, Multishotable) == 0x000000, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::Multishotable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, Targets) == 0x000010, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::Targets' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, CallFunc_GetMultishotTargets_Components) == 0x000020, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::CallFunc_GetMultishotTargets_Components' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, K2Node_DynamicCast_AsActor) == 0x000030, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000040, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, K2Node_MakeArray_Array) == 0x000050, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'Ability_MultishotStandalone_C_GetMultishotTargetsOrRoot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_MultishotStandalone_C_FindTargetsInRadius \ +static_assert(alignof(Ability_MultishotStandalone_C_FindTargetsInRadius) == 0x000008, "Wrong alignment on Ability_MultishotStandalone_C_FindTargetsInRadius"); \ +static_assert(sizeof(Ability_MultishotStandalone_C_FindTargetsInRadius) == 0x000110, "Wrong size on Ability_MultishotStandalone_C_FindTargetsInRadius"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, InTargets) == 0x000000, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::InTargets' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, ReturnValue) == 0x000010, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, Targets) == 0x000018, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::Targets' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, Temp_int_Array_Index_Variable) == 0x000028, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_BreakVector2D_X) == 0x000030, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_BreakVector2D_Y) == 0x000034, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_GetAttachParentActor_ReturnValue) == 0x000040, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_GetInstigator_ReturnValue) == 0x000050, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_BreakVector2D_X_1) == 0x000058, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_BreakVector2D_Y_1) == 0x00005C, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_GetOwner_ReturnValue_1) == 0x000060, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, Temp_object_Variable) == 0x000070, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, Temp_bool_Variable) == 0x00007C, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, K2Node_Select_Default) == 0x000080, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, K2Node_MakeArray_Array) == 0x000098, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_SphereOverlapActors_OutActors) == 0x0000A8, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_SphereOverlapActors_ReturnValue) == 0x0000B8, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Array_Length_ReturnValue_1) == 0x0000BC, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D0, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, K2Node_DynamicCast_AsBPI_Multishotable) == 0x0000E0, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::K2Node_DynamicCast_AsBPI_Multishotable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000F4, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_VSize_ReturnValue) == 0x000104, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_CanBeMultishot_True) == 0x000108, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_CanBeMultishot_True' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_FindTargetsInRadius, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000109, "Member 'Ability_MultishotStandalone_C_FindTargetsInRadius::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_MultishotStandalone_C_SetIsVisualizingTargets \ +static_assert(alignof(Ability_MultishotStandalone_C_SetIsVisualizingTargets) == 0x000001, "Wrong alignment on Ability_MultishotStandalone_C_SetIsVisualizingTargets"); \ +static_assert(sizeof(Ability_MultishotStandalone_C_SetIsVisualizingTargets) == 0x000001, "Wrong size on Ability_MultishotStandalone_C_SetIsVisualizingTargets"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_SetIsVisualizingTargets, IsVisualizing) == 0x000000, "Member 'Ability_MultishotStandalone_C_SetIsVisualizingTargets::IsVisualizing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_MultishotStandalone_C_DebugDrawTargetPaths \ +static_assert(alignof(Ability_MultishotStandalone_C_DebugDrawTargetPaths) == 0x000008, "Wrong alignment on Ability_MultishotStandalone_C_DebugDrawTargetPaths"); \ +static_assert(sizeof(Ability_MultishotStandalone_C_DebugDrawTargetPaths) == 0x000078, "Wrong size on Ability_MultishotStandalone_C_DebugDrawTargetPaths"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, Array) == 0x000000, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, Temp_int_Array_Index_Variable) == 0x000020, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Array_Get_Item) == 0x000028, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_GetMultishotTargets_Components) == 0x000038, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_GetMultishotTargets_Components' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000054, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, Temp_int_Loop_Counter_Variable_1) == 0x000060, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Less_IntInt_ReturnValue_1) == 0x000070, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_DebugDrawTargetPaths, CallFunc_Add_IntInt_ReturnValue_1) == 0x000074, "Member 'Ability_MultishotStandalone_C_DebugDrawTargetPaths::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone \ +static_assert(alignof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone) == 0x000008, "Wrong alignment on Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone"); \ +static_assert(sizeof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone) == 0x000390, "Wrong size on Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, EntryPoint) == 0x000000, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_BreakVector2D_X) == 0x000004, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_FindTargetsInRadius_ReturnValue) == 0x00002C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_FindTargetsInRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_FindTargetsInRadius_Targets) == 0x000030, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_FindTargetsInRadius_Targets' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Get_Item) == 0x000040, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetMultishotTargetsOrRoot_Targets) == 0x000050, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetMultishotTargetsOrRoot_Targets' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000068, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Length_ReturnValue_2) == 0x00006C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetCurrentForce_ReturnValue) == 0x000070, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetCurrentForce_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_struct_Variable) == 0x000074, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Variable) == 0x000080, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_bool_Variable) == 0x000094, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000098, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, K2Node_DynamicCast_AsPrimitive_Component) == 0x0000A0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000B0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetInstigator_ReturnValue) == 0x0000B8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Loop_Counter_Variable_2) == 0x0000C0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetComponentByClass_ReturnValue) == 0x0000C8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000D4, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetTimeSeconds_ReturnValue) == 0x0000D8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x0000E0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_BooleanAND_ReturnValue) == 0x0000E8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000EC, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Array_Index_Variable_2) == 0x0000F4, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Subtract_IntInt_ReturnValue) == 0x000100, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000104, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_IsValid_ReturnValue_1) == 0x000105, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Not_PreBool_ReturnValue) == 0x000106, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_SpawnNewProjectile_ReturnValue) == 0x000108, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_SpawnNewProjectile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetCurrentForce_ReturnValue_1) == 0x000110, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetCurrentForce_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_RandomFloatInRange_ReturnValue) == 0x000114, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000118, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00011C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000120, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_MakeVector_ReturnValue) == 0x00012C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000138, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Normal_ReturnValue) == 0x000144, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Normal_ReturnValue_1) == 0x000150, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00015C, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_MakeRotFromX_ReturnValue) == 0x000168, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000174, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_bool_Variable_1) == 0x000180, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue) == 0x000184, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_SpawnNewProjectile_ReturnValue_1) == 0x000190, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_SpawnNewProjectile_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, K2Node_Select_Default) == 0x000198, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0001A4, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0001B0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_IsValid_ReturnValue_2) == 0x0001BC, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001BD, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_BreakVector2D_X_1) == 0x0001C0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_BreakVector2D_Y_1) == 0x0001C4, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0001C8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001D4, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, Temp_int_Variable_1) == 0x0001E0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_VectorVector_ReturnValue) == 0x0001E4, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0001F0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000278, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_GetOwner_ReturnValue) == 0x000280, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, K2Node_DynamicCast_AsController) == 0x000288, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000298, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetPawn_ReturnValue) == 0x0002A8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0002B0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002C0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, K2Node_Select_Default_1) == 0x0002D0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0002E0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Get_Item_2) == 0x0002F0, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x0002F8, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000380, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Array_Length_ReturnValue_3) == 0x000384, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone, CallFunc_Less_IntInt_ReturnValue_3) == 0x000388, "Member 'Ability_MultishotStandalone_C_ExecuteUbergraph_Ability_MultishotStandalone::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_MultishotStandalone_C \ +static_assert(alignof(AAbility_MultishotStandalone_C) == 0x000010, "Wrong alignment on AAbility_MultishotStandalone_C"); \ +static_assert(sizeof(AAbility_MultishotStandalone_C) == 0x0003F0, "Wrong size on AAbility_MultishotStandalone_C"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, UberGraphFrame) == 0x000360, "Member 'AAbility_MultishotStandalone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, MochiAudio) == 0x000368, "Member 'AAbility_MultishotStandalone_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, DefaultSceneRoot) == 0x000370, "Member 'AAbility_MultishotStandalone_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, TargettingRadiusRing) == 0x000378, "Member 'AAbility_MultishotStandalone_C::TargettingRadiusRing' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, TraceForTypes) == 0x000380, "Member 'AAbility_MultishotStandalone_C::TraceForTypes' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, CurrentTargets) == 0x000390, "Member 'AAbility_MultishotStandalone_C::CurrentTargets' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, OnShootProjectiles) == 0x0003A0, "Member 'AAbility_MultishotStandalone_C::OnShootProjectiles' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, OnHoverOver) == 0x0003B0, "Member 'AAbility_MultishotStandalone_C::OnHoverOver' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, FireConeAngle) == 0x0003C0, "Member 'AAbility_MultishotStandalone_C::FireConeAngle' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, FireConeDirection) == 0x0003C4, "Member 'AAbility_MultishotStandalone_C::FireConeDirection' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, FireDirectionRelativeToTarget) == 0x0003D0, "Member 'AAbility_MultishotStandalone_C::FireDirectionRelativeToTarget' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, MaxProjectiles) == 0x0003D4, "Member 'AAbility_MultishotStandalone_C::MaxProjectiles' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, IgnoreAttachedActor_) == 0x0003D8, "Member 'AAbility_MultishotStandalone_C::IgnoreAttachedActor_' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, ShouldCountTowardsAchievement_) == 0x0003D9, "Member 'AAbility_MultishotStandalone_C::ShouldCountTowardsAchievement_' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, MinProjectiles) == 0x0003DC, "Member 'AAbility_MultishotStandalone_C::MinProjectiles' has a wrong offset!"); \ +static_assert(offsetof(AAbility_MultishotStandalone_C, FiredProjectiles) == 0x0003E0, "Member 'AAbility_MultishotStandalone_C::FiredProjectiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotBomb_C_OnAttached \ +static_assert(alignof(Projectile_MultishotBomb_C_OnAttached) == 0x000008, "Wrong alignment on Projectile_MultishotBomb_C_OnAttached"); \ +static_assert(sizeof(Projectile_MultishotBomb_C_OnAttached) == 0x000010, "Wrong size on Projectile_MultishotBomb_C_OnAttached"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_OnAttached, ToComponent) == 0x000000, "Member 'Projectile_MultishotBomb_C_OnAttached::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_OnAttached, ToSocket) == 0x000008, "Member 'Projectile_MultishotBomb_C_OnAttached::ToSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotBomb_C_OnDetached \ +static_assert(alignof(Projectile_MultishotBomb_C_OnDetached) == 0x000008, "Wrong alignment on Projectile_MultishotBomb_C_OnDetached"); \ +static_assert(sizeof(Projectile_MultishotBomb_C_OnDetached) == 0x000010, "Wrong size on Projectile_MultishotBomb_C_OnDetached"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_OnDetached, FromComponent) == 0x000000, "Member 'Projectile_MultishotBomb_C_OnDetached::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_OnDetached, FromSocket) == 0x000008, "Member 'Projectile_MultishotBomb_C_OnDetached::FromSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotBomb_C_HandleImpact \ +static_assert(alignof(Projectile_MultishotBomb_C_HandleImpact) == 0x000008, "Wrong alignment on Projectile_MultishotBomb_C_HandleImpact"); \ +static_assert(sizeof(Projectile_MultishotBomb_C_HandleImpact) == 0x000110, "Wrong size on Projectile_MultishotBomb_C_HandleImpact"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_HandleImpact, DamageEvent) == 0x000000, "Member 'Projectile_MultishotBomb_C_HandleImpact::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb \ +static_assert(alignof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb) == 0x000008, "Wrong alignment on Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb"); \ +static_assert(sizeof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb) == 0x0002B0, "Wrong size on Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, EntryPoint) == 0x000000, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000010, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_Event_ToComponent) == 0x000020, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_Event_ToComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_Event_ToSocket) == 0x000028, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_Event_ToSocket' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_Event_FromComponent) == 0x000030, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_Event_FromComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_Event_FromSocket) == 0x000038, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_Event_FromSocket' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_SpawnExplosion_ReturnValue) == 0x000040, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_Event_DamageEvent) == 0x000048, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_Event_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_bBlockingHit) == 0x000158, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_bInitialOverlap) == 0x000159, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_Time) == 0x00015C, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_Distance) == 0x000160, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_Location) == 0x000164, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_ImpactPoint) == 0x000170, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_Normal) == 0x00017C, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_ImpactNormal) == 0x000188, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_PhysMat) == 0x000198, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_HitActor) == 0x0001A0, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_HitComponent) == 0x0001A8, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_HitBoneName) == 0x0001B0, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_HitItem) == 0x0001B8, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_ElementIndex) == 0x0001BC, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_FaceIndex) == 0x0001C0, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_TraceStart) == 0x0001C4, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_BreakHitResult_TraceEnd) == 0x0001D0, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_GetOwner_ReturnValue) == 0x0001E0, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001E8, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_DynamicCast_AsEnemy_Base_Character) == 0x0001F0, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_DynamicCast_AsEnemy_Base_Character' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_GetClosestPointOnPhysicsAsset_ClosestWorldPosition) == 0x0001FC, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_GetClosestPointOnPhysicsAsset_ClosestWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_GetClosestPointOnPhysicsAsset_Normal) == 0x000208, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_GetClosestPointOnPhysicsAsset_Normal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_GetClosestPointOnPhysicsAsset_BoneName) == 0x000214, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_GetClosestPointOnPhysicsAsset_BoneName' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_GetClosestPointOnPhysicsAsset_Distance) == 0x00021C, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_GetClosestPointOnPhysicsAsset_Distance' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_GetClosestPointOnPhysicsAsset_ReturnValue) == 0x000220, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_GetClosestPointOnPhysicsAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000221, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000224, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0002AC, "Member 'Projectile_MultishotBomb_C_ExecuteUbergraph_Projectile_MultishotBomb::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_MultishotBomb_C \ +static_assert(alignof(AProjectile_MultishotBomb_C) == 0x000008, "Wrong alignment on AProjectile_MultishotBomb_C"); \ +static_assert(sizeof(AProjectile_MultishotBomb_C) == 0x000400, "Wrong size on AProjectile_MultishotBomb_C"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, UberGraphFrame_Projectile_MultishotBomb_C) == 0x0003C0, "Member 'AProjectile_MultishotBomb_C::UberGraphFrame_Projectile_MultishotBomb_C' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, PS_Toshi_Ranged_Projectile) == 0x0003C8, "Member 'AProjectile_MultishotBomb_C::PS_Toshi_Ranged_Projectile' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, SM_Toshi_Ranged_NoseConeStretched) == 0x0003D0, "Member 'AProjectile_MultishotBomb_C::SM_Toshi_Ranged_NoseConeStretched' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, ExplosionSpawner) == 0x0003D8, "Member 'AProjectile_MultishotBomb_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, TailMesh) == 0x0003E0, "Member 'AProjectile_MultishotBomb_C::TailMesh' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, Timeline_0_Scale_7A7CC3EA47779CD7B0CCD093430A7587) == 0x0003E8, "Member 'AProjectile_MultishotBomb_C::Timeline_0_Scale_7A7CC3EA47779CD7B0CCD093430A7587' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, Timeline_0__Direction_7A7CC3EA47779CD7B0CCD093430A7587) == 0x0003EC, "Member 'AProjectile_MultishotBomb_C::Timeline_0__Direction_7A7CC3EA47779CD7B0CCD093430A7587' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, Timeline_0) == 0x0003F0, "Member 'AProjectile_MultishotBomb_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, Lifetime) == 0x0003F8, "Member 'AProjectile_MultishotBomb_C::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotBomb_C, StickTime) == 0x0003FC, "Member 'AProjectile_MultishotBomb_C::StickTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotArrow_C_ReceiveTick \ +static_assert(alignof(Projectile_MultishotArrow_C_ReceiveTick) == 0x000004, "Wrong alignment on Projectile_MultishotArrow_C_ReceiveTick"); \ +static_assert(sizeof(Projectile_MultishotArrow_C_ReceiveTick) == 0x000004, "Wrong size on Projectile_MultishotArrow_C_ReceiveTick"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Projectile_MultishotArrow_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotArrow_C_OnPostFire \ +static_assert(alignof(Projectile_MultishotArrow_C_OnPostFire) == 0x000004, "Wrong alignment on Projectile_MultishotArrow_C_OnPostFire"); \ +static_assert(sizeof(Projectile_MultishotArrow_C_OnPostFire) == 0x00000C, "Wrong size on Projectile_MultishotArrow_C_OnPostFire"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_MultishotArrow_C_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotArrow_C_HandleImpact \ +static_assert(alignof(Projectile_MultishotArrow_C_HandleImpact) == 0x000008, "Wrong alignment on Projectile_MultishotArrow_C_HandleImpact"); \ +static_assert(sizeof(Projectile_MultishotArrow_C_HandleImpact) == 0x000110, "Wrong size on Projectile_MultishotArrow_C_HandleImpact"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_HandleImpact, DamageEvent) == 0x000000, "Member 'Projectile_MultishotArrow_C_HandleImpact::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Projectile_MultishotArrow_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow \ +static_assert(alignof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow) == 0x000008, "Wrong alignment on Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow"); \ +static_assert(sizeof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow) == 0x0003E8, "Wrong size on Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, EntryPoint) == 0x000000, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000004, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000008, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_Event_wsForce) == 0x00002C, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_CustomEvent_DamageEvent) == 0x000040, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_RandomBool_ReturnValue) == 0x000151, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Less_FloatFloat_ReturnValue) == 0x000152, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_SelectFloat_ReturnValue) == 0x000154, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000158, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000164, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_VSize_ReturnValue) == 0x000170, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000174, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000178, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00017C, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000180, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00018C, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000198, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_MakeVector_ReturnValue_1) == 0x00019C, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001A8, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_ComponentBoundEvent_DamageResult) == 0x0001B4, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_ComponentBoundEvent_DamageEvent) == 0x0001B8, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_ComponentBoundEvent_OtherActor) == 0x0002C8, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, K2Node_SwitchEnum_CmpSuccess) == 0x0002D0, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0002D4, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002D8, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0002E4, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_VSizeSquared_ReturnValue) == 0x0002F0, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Normal_ReturnValue) == 0x0002F4, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000300, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000304, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Add_VectorVector_ReturnValue) == 0x000310, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_SelectVector_ReturnValue) == 0x00031C, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_InterpTwistingBezier_ReturnValue) == 0x000328, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_InterpTwistingBezier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000334, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000340, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_MakeRotFromXZ_ReturnValue) == 0x00034C, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000358, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0003E0, "Member 'Projectile_MultishotArrow_C_ExecuteUbergraph_Projectile_MultishotArrow::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_MultishotArrow_C \ +static_assert(alignof(AProjectile_MultishotArrow_C) == 0x000008, "Wrong alignment on AProjectile_MultishotArrow_C"); \ +static_assert(sizeof(AProjectile_MultishotArrow_C) == 0x0003C0, "Wrong size on AProjectile_MultishotArrow_C"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, UberGraphFrame) == 0x000320, "Member 'AProjectile_MultishotArrow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, FlyingFlicker) == 0x000328, "Member 'AProjectile_MultishotArrow_C::FlyingFlicker' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, FlyingTrail) == 0x000330, "Member 'AProjectile_MultishotArrow_C::FlyingTrail' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, Impact) == 0x000338, "Member 'AProjectile_MultishotArrow_C::Impact' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, Hitbox) == 0x000340, "Member 'AProjectile_MultishotArrow_C::Hitbox' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, StaticMesh) == 0x000348, "Member 'AProjectile_MultishotArrow_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, Interp_ZOffset_4F6090184A2637BA561D5FA883F0CD09) == 0x000350, "Member 'AProjectile_MultishotArrow_C::Interp_ZOffset_4F6090184A2637BA561D5FA883F0CD09' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, Interp_Percent_4F6090184A2637BA561D5FA883F0CD09) == 0x000354, "Member 'AProjectile_MultishotArrow_C::Interp_Percent_4F6090184A2637BA561D5FA883F0CD09' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, Interp__Direction_4F6090184A2637BA561D5FA883F0CD09) == 0x000358, "Member 'AProjectile_MultishotArrow_C::Interp__Direction_4F6090184A2637BA561D5FA883F0CD09' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, Interp) == 0x000360, "Member 'AProjectile_MultishotArrow_C::Interp' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, FireLocation) == 0x000368, "Member 'AProjectile_MultishotArrow_C::FireLocation' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, InterpMaxSpeed) == 0x000374, "Member 'AProjectile_MultishotArrow_C::InterpMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, TwistDegreesPerUnit) == 0x000378, "Member 'AProjectile_MultishotArrow_C::TwistDegreesPerUnit' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, TwistDistance) == 0x00037C, "Member 'AProjectile_MultishotArrow_C::TwistDistance' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, ArcHeight) == 0x000380, "Member 'AProjectile_MultishotArrow_C::ArcHeight' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, MaxHomingDistance) == 0x000384, "Member 'AProjectile_MultishotArrow_C::MaxHomingDistance' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, PrevLoc) == 0x000388, "Member 'AProjectile_MultishotArrow_C::PrevLoc' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, HasImpacted) == 0x000394, "Member 'AProjectile_MultishotArrow_C::HasImpacted' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, InitialTargetLocation) == 0x000398, "Member 'AProjectile_MultishotArrow_C::InitialTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, TwistDegrees) == 0x0003A4, "Member 'AProjectile_MultishotArrow_C::TwistDegrees' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, LastDeltaLocation) == 0x0003A8, "Member 'AProjectile_MultishotArrow_C::LastDeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, InterpPercent) == 0x0003B4, "Member 'AProjectile_MultishotArrow_C::InterpPercent' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, InterpPercentSpeed) == 0x0003B8, "Member 'AProjectile_MultishotArrow_C::InterpPercentSpeed' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_MultishotArrow_C, IsInterpolating) == 0x0003BC, "Member 'AProjectile_MultishotArrow_C::IsInterpolating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleScale_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsSubtitleScale_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleScale_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsSubtitleScale_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsSubtitleScale_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleScale_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsSubtitleScale_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale \ +static_assert(alignof(BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale) == 0x000008, "Wrong alignment on BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale"); \ +static_assert(sizeof(BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale) == 0x000020, "Wrong size on BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale, EntryPoint) == 0x000000, "Member 'BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitleScale_C_ExecuteUbergraph_BP_OptionsSubtitleScale::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleScale_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsSubtitleScale_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsSubtitleScale_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsSubtitleScale_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsSubtitleScale_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleScale_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleScale_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleScale_C_GetPresentableValue \ +static_assert(alignof(BP_OptionsSubtitleScale_C_GetPresentableValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleScale_C_GetPresentableValue"); \ +static_assert(sizeof(BP_OptionsSubtitleScale_C_GetPresentableValue) == 0x000048, "Wrong size on BP_OptionsSubtitleScale_C_GetPresentableValue"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetPresentableValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleScale_C_GetPresentableValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetPresentableValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleScale_C_GetPresentableValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetPresentableValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000020, "Member 'BP_OptionsSubtitleScale_C_GetPresentableValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetPresentableValue, CallFunc_GetSubtitleScale_ReturnValue) == 0x000028, "Member 'BP_OptionsSubtitleScale_C_GetPresentableValue::CallFunc_GetSubtitleScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetPresentableValue, CallFunc_Conv_FloatToText_ReturnValue) == 0x000030, "Member 'BP_OptionsSubtitleScale_C_GetPresentableValue::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleScale_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsSubtitleScale_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleScale_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsSubtitleScale_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsSubtitleScale_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleScale_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleScale_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSubtitleScale_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetAppliedFloatValue, CallFunc_GetSubtitleScale_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitleScale_C_GetAppliedFloatValue::CallFunc_GetSubtitleScale_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleScale_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsSubtitleScale_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleScale_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsSubtitleScale_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsSubtitleScale_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleScale_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleScale_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSubtitleScale_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleScale_C_GetDefaultFloatValue, CallFunc_GetDefaultSubtitleScale_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitleScale_C_GetDefaultFloatValue::CallFunc_GetDefaultSubtitleScale_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsSubtitleScale_C \ +static_assert(alignof(UBP_OptionsSubtitleScale_C) == 0x000008, "Wrong alignment on UBP_OptionsSubtitleScale_C"); \ +static_assert(sizeof(UBP_OptionsSubtitleScale_C) == 0x000030, "Wrong size on UBP_OptionsSubtitleScale_C"); \ +static_assert(offsetof(UBP_OptionsSubtitleScale_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsSubtitleScale_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_GetFocalPoint \ +static_assert(alignof(BP_RotCloud_C_GetFocalPoint) == 0x000004, "Wrong alignment on BP_RotCloud_C_GetFocalPoint"); \ +static_assert(sizeof(BP_RotCloud_C_GetFocalPoint) == 0x000018, "Wrong size on BP_RotCloud_C_GetFocalPoint"); \ +static_assert(offsetof(BP_RotCloud_C_GetFocalPoint, ReturnValue) == 0x000000, "Member 'BP_RotCloud_C_GetFocalPoint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetFocalPoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_RotCloud_C_GetFocalPoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleDamage \ +static_assert(alignof(BP_RotCloud_C_HandleDamage) == 0x000008, "Wrong alignment on BP_RotCloud_C_HandleDamage"); \ +static_assert(sizeof(BP_RotCloud_C_HandleDamage) == 0x000158, "Wrong size on BP_RotCloud_C_HandleDamage"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_RotCloud_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_RotCloud_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, Temp_bool_Variable) == 0x000111, "Member 'BP_RotCloud_C_HandleDamage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000118, "Member 'BP_RotCloud_C_HandleDamage::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_RotCloud_C_HandleDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, CallFunc_HandleDamage_ReturnValue) == 0x000129, "Member 'BP_RotCloud_C_HandleDamage::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, CallFunc_MakeGameplayTagContainerFromTag_ReturnValue) == 0x000130, "Member 'BP_RotCloud_C_HandleDamage::CallFunc_MakeGameplayTagContainerFromTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleDamage, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000150, "Member 'BP_RotCloud_C_HandleDamage::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_RemapDamageConfigToLevel \ +static_assert(alignof(BP_RotCloud_C_RemapDamageConfigToLevel) == 0x000008, "Wrong alignment on BP_RotCloud_C_RemapDamageConfigToLevel"); \ +static_assert(sizeof(BP_RotCloud_C_RemapDamageConfigToLevel) == 0x000040, "Wrong size on BP_RotCloud_C_RemapDamageConfigToLevel"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_int_Variable) == 0x000000, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_object_Variable) == 0x000008, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_object_Variable_1) == 0x000010, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_object_Variable_2) == 0x000018, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_object_Variable_3) == 0x000020, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_object_Variable_4) == 0x000028, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, Temp_object_Variable_5) == 0x000030, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_RemapDamageConfigToLevel, K2Node_Select_Default) == 0x000038, "Member 'BP_RotCloud_C_RemapDamageConfigToLevel::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_GetCurrentMontageManager \ +static_assert(alignof(BP_RotCloud_C_GetCurrentMontageManager) == 0x000008, "Wrong alignment on BP_RotCloud_C_GetCurrentMontageManager"); \ +static_assert(sizeof(BP_RotCloud_C_GetCurrentMontageManager) == 0x000018, "Wrong size on BP_RotCloud_C_GetCurrentMontageManager"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentMontageManager, ReturnValue) == 0x000000, "Member 'BP_RotCloud_C_GetCurrentMontageManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentMontageManager, Temp_int_Variable) == 0x000008, "Member 'BP_RotCloud_C_GetCurrentMontageManager::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentMontageManager, K2Node_Select_Default) == 0x000010, "Member 'BP_RotCloud_C_GetCurrentMontageManager::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_GetSummonedOnlyComponents \ +static_assert(alignof(BP_RotCloud_C_GetSummonedOnlyComponents) == 0x000008, "Wrong alignment on BP_RotCloud_C_GetSummonedOnlyComponents"); \ +static_assert(sizeof(BP_RotCloud_C_GetSummonedOnlyComponents) == 0x000020, "Wrong size on BP_RotCloud_C_GetSummonedOnlyComponents"); \ +static_assert(offsetof(BP_RotCloud_C_GetSummonedOnlyComponents, OutComponents) == 0x000000, "Member 'BP_RotCloud_C_GetSummonedOnlyComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetSummonedOnlyComponents, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_RotCloud_C_GetSummonedOnlyComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_SetRotCloudCollisionEnabled \ +static_assert(alignof(BP_RotCloud_C_SetRotCloudCollisionEnabled) == 0x000001, "Wrong alignment on BP_RotCloud_C_SetRotCloudCollisionEnabled"); \ +static_assert(sizeof(BP_RotCloud_C_SetRotCloudCollisionEnabled) == 0x000009, "Wrong size on BP_RotCloud_C_SetRotCloudCollisionEnabled"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Enabled) == 0x000000, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Temp_bool_Variable) == 0x000001, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Temp_byte_Variable) == 0x000002, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Temp_byte_Variable_1) == 0x000003, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Temp_bool_Variable_1) == 0x000004, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, K2Node_Select_Default) == 0x000005, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Temp_byte_Variable_2) == 0x000006, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, Temp_byte_Variable_3) == 0x000007, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_SetRotCloudCollisionEnabled, K2Node_Select_Default_1) == 0x000008, "Member 'BP_RotCloud_C_SetRotCloudCollisionEnabled::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_UpdateLightIntensity \ +static_assert(alignof(BP_RotCloud_C_UpdateLightIntensity) == 0x000004, "Wrong alignment on BP_RotCloud_C_UpdateLightIntensity"); \ +static_assert(sizeof(BP_RotCloud_C_UpdateLightIntensity) == 0x00001C, "Wrong size on BP_RotCloud_C_UpdateLightIntensity"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_GetIsBound_ReturnValue) == 0x000004, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_GetIsBound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_GetIsSummoned_ReturnValue) == 0x00000C, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_SelectFloat_ReturnValue_1) == 0x000010, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000014, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_UpdateLightIntensity, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_RotCloud_C_UpdateLightIntensity::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_IsImmuneToGrab \ +static_assert(alignof(BP_RotCloud_C_IsImmuneToGrab) == 0x000001, "Wrong alignment on BP_RotCloud_C_IsImmuneToGrab"); \ +static_assert(sizeof(BP_RotCloud_C_IsImmuneToGrab) == 0x000001, "Wrong size on BP_RotCloud_C_IsImmuneToGrab"); \ +static_assert(offsetof(BP_RotCloud_C_IsImmuneToGrab, ReturnValue) == 0x000000, "Member 'BP_RotCloud_C_IsImmuneToGrab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_GetCurrentRadius \ +static_assert(alignof(BP_RotCloud_C_GetCurrentRadius) == 0x000004, "Wrong alignment on BP_RotCloud_C_GetCurrentRadius"); \ +static_assert(sizeof(BP_RotCloud_C_GetCurrentRadius) == 0x000024, "Wrong size on BP_RotCloud_C_GetCurrentRadius"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, Return_Value) == 0x000000, "Member 'BP_RotCloud_C_GetCurrentRadius::Return_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, CallFunc_GetActorScale3D_ReturnValue) == 0x000004, "Member 'BP_RotCloud_C_GetCurrentRadius::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000010, "Member 'BP_RotCloud_C_GetCurrentRadius::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, CallFunc_BreakVector_X) == 0x000014, "Member 'BP_RotCloud_C_GetCurrentRadius::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_RotCloud_C_GetCurrentRadius::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, CallFunc_BreakVector_Z) == 0x00001C, "Member 'BP_RotCloud_C_GetCurrentRadius::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetCurrentRadius, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_RotCloud_C_GetCurrentRadius::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_GetDefaultCloudGravityScale \ +static_assert(alignof(BP_RotCloud_C_GetDefaultCloudGravityScale) == 0x000008, "Wrong alignment on BP_RotCloud_C_GetDefaultCloudGravityScale"); \ +static_assert(sizeof(BP_RotCloud_C_GetDefaultCloudGravityScale) == 0x000020, "Wrong size on BP_RotCloud_C_GetDefaultCloudGravityScale"); \ +static_assert(offsetof(BP_RotCloud_C_GetDefaultCloudGravityScale, GravityScale) == 0x000000, "Member 'BP_RotCloud_C_GetDefaultCloudGravityScale::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetDefaultCloudGravityScale, CallFunc_GetBalanceConfig_ReturnValue) == 0x000008, "Member 'BP_RotCloud_C_GetDefaultCloudGravityScale::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetDefaultCloudGravityScale, K2Node_DynamicCast_AsRot_Cloud_Balance_Config) == 0x000010, "Member 'BP_RotCloud_C_GetDefaultCloudGravityScale::K2Node_DynamicCast_AsRot_Cloud_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetDefaultCloudGravityScale, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_RotCloud_C_GetDefaultCloudGravityScale::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_OnLanded \ +static_assert(alignof(BP_RotCloud_C_OnLanded) == 0x000004, "Wrong alignment on BP_RotCloud_C_OnLanded"); \ +static_assert(sizeof(BP_RotCloud_C_OnLanded) == 0x000088, "Wrong size on BP_RotCloud_C_OnLanded"); \ +static_assert(offsetof(BP_RotCloud_C_OnLanded, Hit) == 0x000000, "Member 'BP_RotCloud_C_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleTeleport \ +static_assert(alignof(BP_RotCloud_C_HandleTeleport) == 0x000004, "Wrong alignment on BP_RotCloud_C_HandleTeleport"); \ +static_assert(sizeof(BP_RotCloud_C_HandleTeleport) == 0x000010, "Wrong size on BP_RotCloud_C_HandleTeleport"); \ +static_assert(offsetof(BP_RotCloud_C_HandleTeleport, ToLocation) == 0x000000, "Member 'BP_RotCloud_C_HandleTeleport::ToLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleTeleport, WasSummon) == 0x00000C, "Member 'BP_RotCloud_C_HandleTeleport::WasSummon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleMessage \ +static_assert(alignof(BP_RotCloud_C_HandleMessage) == 0x000008, "Wrong alignment on BP_RotCloud_C_HandleMessage"); \ +static_assert(sizeof(BP_RotCloud_C_HandleMessage) == 0x000010, "Wrong size on BP_RotCloud_C_HandleMessage"); \ +static_assert(offsetof(BP_RotCloud_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_RotCloud_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_RotCloud_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleSummoned \ +static_assert(alignof(BP_RotCloud_C_HandleSummoned) == 0x000008, "Wrong alignment on BP_RotCloud_C_HandleSummoned"); \ +static_assert(sizeof(BP_RotCloud_C_HandleSummoned) == 0x000010, "Wrong size on BP_RotCloud_C_HandleSummoned"); \ +static_assert(offsetof(BP_RotCloud_C_HandleSummoned, FromOwner) == 0x000000, "Member 'BP_RotCloud_C_HandleSummoned::FromOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleBanished \ +static_assert(alignof(BP_RotCloud_C_HandleBanished) == 0x000008, "Wrong alignment on BP_RotCloud_C_HandleBanished"); \ +static_assert(sizeof(BP_RotCloud_C_HandleBanished) == 0x000020, "Wrong size on BP_RotCloud_C_HandleBanished"); \ +static_assert(offsetof(BP_RotCloud_C_HandleBanished, NewOwner) == 0x000000, "Member 'BP_RotCloud_C_HandleBanished::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleBanished, OutRots) == 0x000010, "Member 'BP_RotCloud_C_HandleBanished::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_ReceiveTick \ +static_assert(alignof(BP_RotCloud_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RotCloud_C_ReceiveTick"); \ +static_assert(sizeof(BP_RotCloud_C_ReceiveTick) == 0x000004, "Wrong size on BP_RotCloud_C_ReceiveTick"); \ +static_assert(offsetof(BP_RotCloud_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RotCloud_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_JumpToLocation \ +static_assert(alignof(BP_RotCloud_C_JumpToLocation) == 0x000008, "Wrong alignment on BP_RotCloud_C_JumpToLocation"); \ +static_assert(sizeof(BP_RotCloud_C_JumpToLocation) == 0x000008, "Wrong size on BP_RotCloud_C_JumpToLocation"); \ +static_assert(offsetof(BP_RotCloud_C_JumpToLocation, AttractorComponent) == 0x000000, "Member 'BP_RotCloud_C_JumpToLocation::AttractorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleBind \ +static_assert(alignof(BP_RotCloud_C_HandleBind) == 0x000008, "Wrong alignment on BP_RotCloud_C_HandleBind"); \ +static_assert(sizeof(BP_RotCloud_C_HandleBind) == 0x000018, "Wrong size on BP_RotCloud_C_HandleBind"); \ +static_assert(offsetof(BP_RotCloud_C_HandleBind, Bindable) == 0x000000, "Member 'BP_RotCloud_C_HandleBind::Bindable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleBind, StatusEffect) == 0x000010, "Member 'BP_RotCloud_C_HandleBind::StatusEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleUnbind \ +static_assert(alignof(BP_RotCloud_C_HandleUnbind) == 0x000008, "Wrong alignment on BP_RotCloud_C_HandleUnbind"); \ +static_assert(sizeof(BP_RotCloud_C_HandleUnbind) == 0x000018, "Wrong size on BP_RotCloud_C_HandleUnbind"); \ +static_assert(offsetof(BP_RotCloud_C_HandleUnbind, Bindable) == 0x000000, "Member 'BP_RotCloud_C_HandleUnbind::Bindable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_HandleUnbind, RotPipCost) == 0x000010, "Member 'BP_RotCloud_C_HandleUnbind::RotPipCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_HandleRotCloudLevelVisuals \ +static_assert(alignof(BP_RotCloud_C_HandleRotCloudLevelVisuals) == 0x000004, "Wrong alignment on BP_RotCloud_C_HandleRotCloudLevelVisuals"); \ +static_assert(sizeof(BP_RotCloud_C_HandleRotCloudLevelVisuals) == 0x000004, "Wrong size on BP_RotCloud_C_HandleRotCloudLevelVisuals"); \ +static_assert(offsetof(BP_RotCloud_C_HandleRotCloudLevelVisuals, Level) == 0x000000, "Member 'BP_RotCloud_C_HandleRotCloudLevelVisuals::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'BP_RotCloud_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud \ +static_assert(alignof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud) == 0x000010, "Wrong alignment on BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud"); \ +static_assert(sizeof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud) == 0x000480, "Wrong size on BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, EntryPoint) == 0x000000, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000008, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_CustomEvent_NewOwner) == 0x000010, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_CustomEvent_NewOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_CustomEvent_OutRots) == 0x000020, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_CustomEvent_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_MakeStruct_PlayMontageArgs) == 0x000038, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_MakeStruct_PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_PlayWithArgs_ReturnValue) == 0x000050, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_PlayWithArgs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_CustomEvent_FromOwner) == 0x000058, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_CustomEvent_FromOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetGlobalDeadzoneManager_ReturnValue) == 0x000068, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetGlobalDeadzoneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_AttractorComponent) == 0x000070, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_SetAttractor_ReturnValue) == 0x000078, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_SetAttractor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetNumRots_ReturnValue) == 0x00007C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000080, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_MessageName) == 0x000088, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_Params) == 0x000090, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_DynamicCast_AsBP_Resource_Bar) == 0x000098, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_DynamicCast_AsBP_Resource_Bar' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_SwitchName_CmpSuccess) == 0x0000A1, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetHFSM_ReturnValue) == 0x0000A8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetHFSM_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_ToLocation) == 0x0000B0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_ToLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_WasSummon) == 0x0000BC, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_WasSummon' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_NotifyNamedEvent_ReturnValue) == 0x0000BD, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_NotifyNamedEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_MochiEnsure_ReturnValue) == 0x0000BE, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_Bindable_1) == 0x0000C0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_Bindable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_StatusEffect) == 0x0000D0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_Bindable) == 0x0000D8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_Bindable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_RotPipCost) == 0x0000E8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_RotPipCost' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_Level) == 0x0000EC, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_Event_Hit) == 0x0000F0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetAnimInstance_ReturnValue) == 0x000178, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_DynamicCast_AsABP_Rot_God_Cloud) == 0x000180, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_DynamicCast_AsABP_Rot_God_Cloud' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00018C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_PostEventAtLocation_ReturnValue) == 0x000198, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_SetStaticMesh_ReturnValue) == 0x00019C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001A0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_SetStaticMesh_ReturnValue_1) == 0x0001AC, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x0001B0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetActorScale3D_ReturnValue) == 0x0001C0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001CC, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Array_Length_ReturnValue) == 0x0001D8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0001E0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Less_IntInt_ReturnValue) == 0x0001E8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x0001E9, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001EC, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001F8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000208, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_ComponentBoundEvent_DamageResult) == 0x000210, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_ComponentBoundEvent_DamageEvent) == 0x000218, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_ComponentBoundEvent_OtherActor) == 0x000328, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_SwitchInteger_CmpSuccess) == 0x000330, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, Temp_int_Array_Index_Variable) == 0x000334, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Array_Get_Item) == 0x000338, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Complete_ReturnValue) == 0x000340, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_CreateDelegate_OutputDelegate) == 0x000344, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetSocketTransform_ReturnValue) == 0x000360, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_BreakTransform_Location) == 0x000390, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_BreakTransform_Rotation) == 0x00039C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_BreakTransform_Scale) == 0x0003A8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetMaxElement_ReturnValue) == 0x0003B4, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetMaxElement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, K2Node_CreateDelegate_OutputDelegate_1) == 0x0003B8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetSummoner_ReturnValue) == 0x0003C8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetSummoner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetController_ReturnValue) == 0x0003D0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_MakeVector_ReturnValue) == 0x0003D8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetComponentByClass_ReturnValue) == 0x0003E8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_NotifyNamedEvent_ReturnValue_1) == 0x0003F0, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_NotifyNamedEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0003F8, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_IsWalking_ReturnValue) == 0x000400, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_VSize_ReturnValue) == 0x000404, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_SelectFloat_ReturnValue) == 0x000408, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetMaxSpeed_ReturnValue) == 0x00040C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000410, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetMaxAcceleration_ReturnValue) == 0x000414, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetMaxAcceleration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000418, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_VSize_ReturnValue_1) == 0x000424, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000428, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00042C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000430, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000440, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, Temp_int_Variable) == 0x000448, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x00044C, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000458, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_MakeRotFromZX_ReturnValue) == 0x000464, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000470, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000471, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Add_IntInt_ReturnValue_1) == 0x000474, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_IsDebugCategoryEnabled_ReturnValue) == 0x000478, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_IsDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud, CallFunc_Not_PreBool_ReturnValue) == 0x000479, "Member 'BP_RotCloud_C_ExecuteUbergraph_BP_RotCloud::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloud_C_GetHFSM \ +static_assert(alignof(BP_RotCloud_C_GetHFSM) == 0x000008, "Wrong alignment on BP_RotCloud_C_GetHFSM"); \ +static_assert(sizeof(BP_RotCloud_C_GetHFSM) == 0x000020, "Wrong size on BP_RotCloud_C_GetHFSM"); \ +static_assert(offsetof(BP_RotCloud_C_GetHFSM, ReturnValue) == 0x000000, "Member 'BP_RotCloud_C_GetHFSM::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetHFSM, CallFunc_GetSummoner_ReturnValue) == 0x000008, "Member 'BP_RotCloud_C_GetHFSM::CallFunc_GetSummoner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetHFSM, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_RotCloud_C_GetHFSM::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloud_C_GetHFSM, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_RotCloud_C_GetHFSM::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotCloud_C \ +static_assert(alignof(ABP_RotCloud_C) == 0x000010, "Wrong alignment on ABP_RotCloud_C"); \ +static_assert(sizeof(ABP_RotCloud_C) == 0x000B60, "Wrong size on ABP_RotCloud_C"); \ +static_assert(offsetof(ABP_RotCloud_C, UberGraphFrame) == 0x000990, "Member 'ABP_RotCloud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, P_RotCloud_Level5Sparkle1) == 0x000998, "Member 'ABP_RotCloud_C::P_RotCloud_Level5Sparkle1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, P_RotCloud_Level5Sparkle) == 0x0009A0, "Member 'ABP_RotCloud_C::P_RotCloud_Level5Sparkle' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MontageManager_Level5) == 0x0009A8, "Member 'ABP_RotCloud_C::MontageManager_Level5' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MontageManager_Level4) == 0x0009B0, "Member 'ABP_RotCloud_C::MontageManager_Level4' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MontageManager_Level3) == 0x0009B8, "Member 'ABP_RotCloud_C::MontageManager_Level3' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MontageManager_Level2) == 0x0009C0, "Member 'ABP_RotCloud_C::MontageManager_Level2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, WaterInteractor) == 0x0009C8, "Member 'ABP_RotCloud_C::WaterInteractor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, CentroidLight) == 0x0009D0, "Member 'ABP_RotCloud_C::CentroidLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, SM_RotGodCloud_Horns_Level2) == 0x0009D8, "Member 'ABP_RotCloud_C::SM_RotGodCloud_Horns_Level2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, AttackTokenSource) == 0x0009E0, "Member 'ABP_RotCloud_C::AttackTokenSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotMoveTowardPosition) == 0x0009E8, "Member 'ABP_RotCloud_C::RotMoveTowardPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, ControlDecal) == 0x0009F0, "Member 'ABP_RotCloud_C::ControlDecal' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, DeadzoneCleaning) == 0x0009F8, "Member 'ABP_RotCloud_C::DeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, CourageMeter) == 0x000A00, "Member 'ABP_RotCloud_C::CourageMeter' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, FoliageInteraction) == 0x000A08, "Member 'ABP_RotCloud_C::FoliageInteraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, SplineBones) == 0x000A10, "Member 'ABP_RotCloud_C::SplineBones' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Niagara) == 0x000A18, "Member 'ABP_RotCloud_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MovementCorrection) == 0x000A20, "Member 'ABP_RotCloud_C::MovementCorrection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotTeleportToOwner) == 0x000A28, "Member 'ABP_RotCloud_C::RotTeleportToOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, BP_RotCloudSimController) == 0x000A30, "Member 'ABP_RotCloud_C::BP_RotCloudSimController' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, AbilityUser) == 0x000A38, "Member 'ABP_RotCloud_C::AbilityUser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MochiAudio) == 0x000A40, "Member 'ABP_RotCloud_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, HurtboxManager) == 0x000A48, "Member 'ABP_RotCloud_C::HurtboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, LaggedLocationCollectionSetter) == 0x000A50, "Member 'ABP_RotCloud_C::LaggedLocationCollectionSetter' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MeleeHitbox) == 0x000A58, "Member 'ABP_RotCloud_C::MeleeHitbox' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, HitboxManager) == 0x000A60, "Member 'ABP_RotCloud_C::HitboxManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, DamageDealer) == 0x000A68, "Member 'ABP_RotCloud_C::DamageDealer' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, StatusEffectUser) == 0x000A70, "Member 'ABP_RotCloud_C::StatusEffectUser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Slomo_Dilation_4DFCAE824E9A7067F80642A2657067AC) == 0x000A78, "Member 'ABP_RotCloud_C::Slomo_Dilation_4DFCAE824E9A7067F80642A2657067AC' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Slomo__Direction_4DFCAE824E9A7067F80642A2657067AC) == 0x000A7C, "Member 'ABP_RotCloud_C::Slomo__Direction_4DFCAE824E9A7067F80642A2657067AC' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Slomo) == 0x000A80, "Member 'ABP_RotCloud_C::Slomo' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, LightTimeline_LightIntensity_404BEFF34901360E6890F39F2624BB0D) == 0x000A88, "Member 'ABP_RotCloud_C::LightTimeline_LightIntensity_404BEFF34901360E6890F39F2624BB0D' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, LightTimeline__Direction_404BEFF34901360E6890F39F2624BB0D) == 0x000A8C, "Member 'ABP_RotCloud_C::LightTimeline__Direction_404BEFF34901360E6890F39F2624BB0D' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, LightTimeline) == 0x000A90, "Member 'ABP_RotCloud_C::LightTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Anim) == 0x000A98, "Member 'ABP_RotCloud_C::Anim' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, PoofParticles) == 0x000AA0, "Member 'ABP_RotCloud_C::PoofParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, OnTP) == 0x000AA8, "Member 'ABP_RotCloud_C::OnTP' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotCloudCollectionParams) == 0x000AB8, "Member 'ABP_RotCloud_C::RotCloudCollectionParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, OnLandedAudioEvent) == 0x000AC0, "Member 'ABP_RotCloud_C::OnLandedAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, On_Landed_Audio_Event_Name) == 0x000AC8, "Member 'ABP_RotCloud_C::On_Landed_Audio_Event_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, CarveFactor) == 0x000AD8, "Member 'ABP_RotCloud_C::CarveFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, CarveTurnPostFrequency) == 0x000ADC, "Member 'ABP_RotCloud_C::CarveTurnPostFrequency' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, TurnPostTimer) == 0x000AE0, "Member 'ABP_RotCloud_C::TurnPostTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Carve90Threshold) == 0x000AE8, "Member 'ABP_RotCloud_C::Carve90Threshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, Carve180Threshold) == 0x000AEC, "Member 'ABP_RotCloud_C::Carve180Threshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, BindLightIntensity) == 0x000AF0, "Member 'ABP_RotCloud_C::BindLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, SummonedLightIntensity) == 0x000AF4, "Member 'ABP_RotCloud_C::SummonedLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, LastFrameVelocity) == 0x000AF8, "Member 'ABP_RotCloud_C::LastFrameVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotGodCloudMaterial) == 0x000B08, "Member 'ABP_RotCloud_C::RotGodCloudMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotCloudLevel) == 0x000B10, "Member 'ABP_RotCloud_C::RotCloudLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, AbilityLightLevel) == 0x000B14, "Member 'ABP_RotCloud_C::AbilityLightLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, State_Size_Rot_Cloud_Small) == 0x000B18, "Member 'ABP_RotCloud_C::State_Size_Rot_Cloud_Small' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, State_Size_Rot_Cloud_Medium) == 0x000B20, "Member 'ABP_RotCloud_C::State_Size_Rot_Cloud_Medium' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, State_Size_Rot_Cloud_Large) == 0x000B28, "Member 'ABP_RotCloud_C::State_Size_Rot_Cloud_Large' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, SFX_Take_Control) == 0x000B30, "Member 'ABP_RotCloud_C::SFX_Take_Control' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, SFX_Lose_Control) == 0x000B38, "Member 'ABP_RotCloud_C::SFX_Lose_Control' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotGodCloudMaterial_Props) == 0x000B40, "Member 'ABP_RotCloud_C::RotGodCloudMaterial_Props' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotGodCloudMaterial_Fur) == 0x000B48, "Member 'ABP_RotCloud_C::RotGodCloudMaterial_Fur' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, RotGodCloudMaterial_Tube) == 0x000B50, "Member 'ABP_RotCloud_C::RotGodCloudMaterial_Tube' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloud_C, MaxSpeed) == 0x000B58, "Member 'ABP_RotCloud_C::MaxSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage) == 0x000008, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage) == 0x000160, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, DamageEvent) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, ReturnValue) == 0x000110, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_HasDamageTag_ReturnValue) == 0x000111, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_HasDamageTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_HasDamageTag_ReturnValue_1) == 0x000112, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_HasDamageTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_BooleanOR_ReturnValue) == 0x000113, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_GetClosestPointOnCollision_OutPointOnBody) == 0x000114, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_GetClosestPointOnCollision_OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_GetClosestPointOnCollision_ReturnValue) == 0x000120, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_GetClosestPointOnCollision_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_GetActorScale3D_ReturnValue) == 0x000124, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_BreakVector_X) == 0x000130, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_BreakVector_Y) == 0x000134, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_BreakVector_Z) == 0x000138, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_FClamp_ReturnValue) == 0x00013C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, Temp_int_Variable) == 0x000140, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000144, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000150, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_Not_PreBool_ReturnValue) == 0x000158, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000159, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_BooleanAND_ReturnValue) == 0x00015A, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage, CallFunc_Add_IntInt_ReturnValue) == 0x00015C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleDamage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention) == 0x000001, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention) == 0x000001, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention, ReturnValue) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_IgnoreDamagePrevention::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical) == 0x000001, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical) == 0x000001, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical, ReturnValue) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_IsDamageHierarchical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy) == 0x000008, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy) == 0x0000A8, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy, T) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy::T' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000014, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy, CallFunc_MakeHitResult_ReturnValue) == 0x000020, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_T_TriggerDestroy::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState) == 0x000004, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState) == 0x000010, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, Temp_bool_Variable) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, Temp_byte_Variable) == 0x000001, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, Temp_byte_Variable_1) == 0x000002, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, CallFunc_SelectFloat_ReturnValue_1) == 0x000008, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, K2Node_Select_Default) == 0x00000C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000D, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UpdateState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript) == 0x000004, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit) == 0x0000C8, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, Other) == 0x000008, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, HitNormal) == 0x000028, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit, Hit) == 0x000040, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage) == 0x000004, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage) == 0x000088, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage, Hit) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleNonLethalDamage::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage) == 0x000008, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage) == 0x000010, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage) == 0x000004, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage) == 0x000088, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage, Hit) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_HandleLethalDamage::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base \ +static_assert(alignof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base) == 0x000010, "Wrong alignment on BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base"); \ +static_assert(sizeof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base) == 0x000640, "Wrong size on BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, EntryPoint) == 0x000000, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, Temp_bool_Variable) == 0x000024, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, Temp_float_Variable) == 0x000038, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, Temp_float_Variable_1) == 0x00003C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00004C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_SpawnForceFeedbackAtLocation_ReturnValue) == 0x000058, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_SpawnForceFeedbackAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_SpawnForceFeedbackAtLocation_ReturnValue_1) == 0x000060, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_SpawnForceFeedbackAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_PostEventAtLocation_ReturnValue) == 0x000068, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00006C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000070, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_MyComp) == 0x000078, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_Other) == 0x000080, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_OtherComp) == 0x000088, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_bSelfMoved) == 0x000090, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_HitLocation) == 0x000094, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_HitNormal) == 0x0000A0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_NormalImpulse) == 0x0000AC, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_Hit) == 0x0000B8, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_CustomEvent_Hit_1) == 0x000140, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_CustomEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_bBlockingHit) == 0x0001C8, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001C9, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_Time) == 0x0001CC, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_Distance) == 0x0001D0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_Location) == 0x0001D4, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_Normal) == 0x0001EC, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_ImpactNormal) == 0x0001F8, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_PhysMat) == 0x000208, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_HitActor) == 0x000210, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_HitComponent) == 0x000218, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_HitBoneName) == 0x000220, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_HitItem) == 0x000228, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_ElementIndex) == 0x00022C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_FaceIndex) == 0x000230, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_TraceStart) == 0x000234, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakHitResult_TraceEnd) == 0x000240, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000250, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_DynamicCast_bSuccess) == 0x000260, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000268, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_GetOwnedGameplayTags_TagContainer) == 0x000270, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_GetOwnedGameplayTags_TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_DynamicCast_AsDamageable) == 0x000290, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_DynamicCast_AsDamageable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_Not_PreBool_ReturnValue) == 0x0002A1, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, Temp_delegate_Variable) == 0x0002A4, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0002C0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_MakeStruct_DamageParamsArguments) == 0x0002F0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_MakeStruct_DamageParamsArguments' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003D0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BooleanAND_ReturnValue) == 0x0003D1, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, Temp_struct_Variable) == 0x0003D8, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_RandomFloatInRange_ReturnValue) == 0x0003E8, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0003F0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_PostEvent_ReturnValue) == 0x0003F8, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003FC, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BooleanAND_ReturnValue_1) == 0x0003FD, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000400, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_MessageName) == 0x000408, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Event_Params) == 0x000410, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_SwitchName_CmpSuccess) == 0x000418, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00041C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000420, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_Not_PreBool_ReturnValue_3) == 0x000428, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BooleanOR_ReturnValue) == 0x000429, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_GetTransform_ReturnValue) == 0x000430, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x000460, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakTransform_Location) == 0x000468, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakTransform_Rotation) == 0x000474, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_BreakTransform_Scale) == 0x000480, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000490, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_Select_Default) == 0x000498, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00049C, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, K2Node_CustomEvent_Hit) == 0x0004A0, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::K2Node_CustomEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_ConstructDamageEventHelper_OutDamageEvent) == 0x000528, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_ConstructDamageEventHelper_OutDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_HandleDamage_ReturnValue) == 0x000638, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base, CallFunc_HasAnyTags_ReturnValue) == 0x000639, "Member 'BP_DeadZonePods_Destructible_DTA_Base_C_ExecuteUbergraph_BP_DeadZonePods_Destructible_DTA_Base::CallFunc_HasAnyTags_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeadZonePods_Destructible_DTA_Base_C \ +static_assert(alignof(ABP_DeadZonePods_Destructible_DTA_Base_C) == 0x000008, "Wrong alignment on ABP_DeadZonePods_Destructible_DTA_Base_C"); \ +static_assert(sizeof(ABP_DeadZonePods_Destructible_DTA_Base_C) == 0x0002F0, "Wrong size on ABP_DeadZonePods_Destructible_DTA_Base_C"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, UberGraphFrame) == 0x000238, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, PointLight) == 0x000240, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, MochiAudio) == 0x000248, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, FXCollision) == 0x000250, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::FXCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, Mesh) == 0x000258, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, DamageTimeline_Damage_188B4D3644CC31F5944A3EAFD283A72E) == 0x000260, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::DamageTimeline_Damage_188B4D3644CC31F5944A3EAFD283A72E' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, DamageTimeline__Direction_188B4D3644CC31F5944A3EAFD283A72E) == 0x000264, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::DamageTimeline__Direction_188B4D3644CC31F5944A3EAFD283A72E' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, DamageTimeline) == 0x000268, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::DamageTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, IsDestroyed) == 0x000270, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::IsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, NumRotSpinsToDestroy) == 0x000274, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::NumRotSpinsToDestroy' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, CurrentRotSpins) == 0x000278, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::CurrentRotSpins' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, OnDestructibleDestroyed) == 0x000280, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::OnDestructibleDestroyed' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, SFX_Nonlethal_Feedback) == 0x000290, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::SFX_Nonlethal_Feedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, SFX_Lethal_Feedback) == 0x000298, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::SFX_Lethal_Feedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, UseLight) == 0x0002A0, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::UseLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, ShouldDealDamage_) == 0x0002A1, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::ShouldDealDamage_' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, TagsToDamage) == 0x0002A8, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::TagsToDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, HitDamageConfig) == 0x0002C8, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::HitDamageConfig' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, IsDamageOnCooldown) == 0x0002D0, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::IsDamageOnCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, DamageCooldown) == 0x0002D4, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::DamageCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, CooldownTimer) == 0x0002D8, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::CooldownTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, TriggerDestroyTimer) == 0x0002E0, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::TriggerDestroyTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeadZonePods_Destructible_DTA_Base_C, ManualDestroy) == 0x0002E8, "Member 'ABP_DeadZonePods_Destructible_DTA_Base_C::ManualDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_ResetEnableForces \ +static_assert(alignof(BP_RotCloudSimController_C_ResetEnableForces) == 0x000001, "Wrong alignment on BP_RotCloudSimController_C_ResetEnableForces"); \ +static_assert(sizeof(BP_RotCloudSimController_C_ResetEnableForces) == 0x000001, "Wrong size on BP_RotCloudSimController_C_ResetEnableForces"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ResetEnableForces, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_RotCloudSimController_C_ResetEnableForces::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_SetEnableForces \ +static_assert(alignof(BP_RotCloudSimController_C_SetEnableForces) == 0x000008, "Wrong alignment on BP_RotCloudSimController_C_SetEnableForces"); \ +static_assert(sizeof(BP_RotCloudSimController_C_SetEnableForces) == 0x000028, "Wrong size on BP_RotCloudSimController_C_SetEnableForces"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetEnableForces, EnableForces_0) == 0x000000, "Member 'BP_RotCloudSimController_C_SetEnableForces::EnableForces_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetEnableForces, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_RotCloudSimController_C_SetEnableForces::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetEnableForces, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_RotCloudSimController_C_SetEnableForces::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_SetTrailDuration \ +static_assert(alignof(BP_RotCloudSimController_C_SetTrailDuration) == 0x000008, "Wrong alignment on BP_RotCloudSimController_C_SetTrailDuration"); \ +static_assert(sizeof(BP_RotCloudSimController_C_SetTrailDuration) == 0x000028, "Wrong size on BP_RotCloudSimController_C_SetTrailDuration"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetTrailDuration, TailDuration) == 0x000000, "Member 'BP_RotCloudSimController_C_SetTrailDuration::TailDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetTrailDuration, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_RotCloudSimController_C_SetTrailDuration::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetTrailDuration, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_RotCloudSimController_C_SetTrailDuration::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_ResetNoiseHeadTail \ +static_assert(alignof(BP_RotCloudSimController_C_ResetNoiseHeadTail) == 0x000001, "Wrong alignment on BP_RotCloudSimController_C_ResetNoiseHeadTail"); \ +static_assert(sizeof(BP_RotCloudSimController_C_ResetNoiseHeadTail) == 0x000001, "Wrong size on BP_RotCloudSimController_C_ResetNoiseHeadTail"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ResetNoiseHeadTail, CallFunc_NotEqual_Vector2DVector2D_ReturnValue) == 0x000000, "Member 'BP_RotCloudSimController_C_ResetNoiseHeadTail::CallFunc_NotEqual_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_ResetAttractHeadTail \ +static_assert(alignof(BP_RotCloudSimController_C_ResetAttractHeadTail) == 0x000001, "Wrong alignment on BP_RotCloudSimController_C_ResetAttractHeadTail"); \ +static_assert(sizeof(BP_RotCloudSimController_C_ResetAttractHeadTail) == 0x000001, "Wrong size on BP_RotCloudSimController_C_ResetAttractHeadTail"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ResetAttractHeadTail, CallFunc_NotEqual_Vector2DVector2D_ReturnValue) == 0x000000, "Member 'BP_RotCloudSimController_C_ResetAttractHeadTail::CallFunc_NotEqual_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_ResetRadius \ +static_assert(alignof(BP_RotCloudSimController_C_ResetRadius) == 0x000001, "Wrong alignment on BP_RotCloudSimController_C_ResetRadius"); \ +static_assert(sizeof(BP_RotCloudSimController_C_ResetRadius) == 0x000001, "Wrong size on BP_RotCloudSimController_C_ResetRadius"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ResetRadius, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_RotCloudSimController_C_ResetRadius::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_SetAttractHeadTail \ +static_assert(alignof(BP_RotCloudSimController_C_SetAttractHeadTail) == 0x000008, "Wrong alignment on BP_RotCloudSimController_C_SetAttractHeadTail"); \ +static_assert(sizeof(BP_RotCloudSimController_C_SetAttractHeadTail) == 0x000028, "Wrong size on BP_RotCloudSimController_C_SetAttractHeadTail"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetAttractHeadTail, AttractHeadTail_0) == 0x000000, "Member 'BP_RotCloudSimController_C_SetAttractHeadTail::AttractHeadTail_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetAttractHeadTail, CallFunc_Conv_Vector2dToString_ReturnValue) == 0x000008, "Member 'BP_RotCloudSimController_C_SetAttractHeadTail::CallFunc_Conv_Vector2dToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetAttractHeadTail, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_RotCloudSimController_C_SetAttractHeadTail::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_SetNoiseHeadTail \ +static_assert(alignof(BP_RotCloudSimController_C_SetNoiseHeadTail) == 0x000008, "Wrong alignment on BP_RotCloudSimController_C_SetNoiseHeadTail"); \ +static_assert(sizeof(BP_RotCloudSimController_C_SetNoiseHeadTail) == 0x000028, "Wrong size on BP_RotCloudSimController_C_SetNoiseHeadTail"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetNoiseHeadTail, NoiseHeadTail_0) == 0x000000, "Member 'BP_RotCloudSimController_C_SetNoiseHeadTail::NoiseHeadTail_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetNoiseHeadTail, CallFunc_Conv_Vector2dToString_ReturnValue) == 0x000008, "Member 'BP_RotCloudSimController_C_SetNoiseHeadTail::CallFunc_Conv_Vector2dToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetNoiseHeadTail, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_RotCloudSimController_C_SetNoiseHeadTail::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_SetRadius \ +static_assert(alignof(BP_RotCloudSimController_C_SetRadius) == 0x000008, "Wrong alignment on BP_RotCloudSimController_C_SetRadius"); \ +static_assert(sizeof(BP_RotCloudSimController_C_SetRadius) == 0x0000A0, "Wrong size on BP_RotCloudSimController_C_SetRadius"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, Radius_0) == 0x000000, "Member 'BP_RotCloudSimController_C_SetRadius::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000028, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000050, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000080, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_SetRadius, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000090, "Member 'BP_RotCloudSimController_C_SetRadius::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_ReceiveTick \ +static_assert(alignof(BP_RotCloudSimController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RotCloudSimController_C_ReceiveTick"); \ +static_assert(sizeof(BP_RotCloudSimController_C_ReceiveTick) == 0x000004, "Wrong size on BP_RotCloudSimController_C_ReceiveTick"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RotCloudSimController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController \ +static_assert(alignof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController) == 0x000008, "Wrong alignment on BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController"); \ +static_assert(sizeof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController) == 0x000090, "Wrong size on BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, EntryPoint) == 0x000000, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetCurveValue_ReturnValue) == 0x000010, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetCurveValue_ReturnValue_1) == 0x000014, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x00001C, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000024, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetCurveValue_ReturnValue_2) == 0x000028, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x00002C, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_NotEqual_FloatFloat_ReturnValue_2) == 0x000034, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_NotEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetCurveValue_ReturnValue_3) == 0x000038, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_NotEqual_FloatFloat_ReturnValue_3) == 0x000040, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_NotEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, K2Node_DynamicCast_AsCharacter) == 0x000058, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000074, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetNiagaraVariableFloat_ReturnValue) == 0x000078, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetNiagaraVariableFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetNiagaraVariableVec2_ReturnValue) == 0x00007C, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetNiagaraVariableVec2_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetNiagaraVariableVec2_ReturnValue_1) == 0x000084, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetNiagaraVariableVec2_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController, CallFunc_GetNiagaraVariableFloat_ReturnValue_1) == 0x00008C, "Member 'BP_RotCloudSimController_C_ExecuteUbergraph_BP_RotCloudSimController::CallFunc_GetNiagaraVariableFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RotCloudSimController_C \ +static_assert(alignof(UBP_RotCloudSimController_C) == 0x000008, "Wrong alignment on UBP_RotCloudSimController_C"); \ +static_assert(sizeof(UBP_RotCloudSimController_C) == 0x000118, "Wrong size on UBP_RotCloudSimController_C"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_RotCloudSimController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, Radius) == 0x0000B8, "Member 'UBP_RotCloudSimController_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, NoiseHeadTail) == 0x0000BC, "Member 'UBP_RotCloudSimController_C::NoiseHeadTail' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, AttractHeadTail) == 0x0000C4, "Member 'UBP_RotCloudSimController_C::AttractHeadTail' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, Niagara) == 0x0000D0, "Member 'UBP_RotCloudSimController_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, TrailDuration) == 0x0000D8, "Member 'UBP_RotCloudSimController_C::TrailDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, StartRadius) == 0x0000DC, "Member 'UBP_RotCloudSimController_C::StartRadius' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, StartNoiseHeadTail) == 0x0000E0, "Member 'UBP_RotCloudSimController_C::StartNoiseHeadTail' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, StartAttractHeadTail) == 0x0000E8, "Member 'UBP_RotCloudSimController_C::StartAttractHeadTail' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, StartTrailDuration) == 0x0000F0, "Member 'UBP_RotCloudSimController_C::StartTrailDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, OwnerMesh) == 0x0000F8, "Member 'UBP_RotCloudSimController_C::OwnerMesh' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, EnableForces) == 0x000100, "Member 'UBP_RotCloudSimController_C::EnableForces' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, StartEnableForces) == 0x000104, "Member 'UBP_RotCloudSimController_C::StartEnableForces' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, Debug) == 0x000108, "Member 'UBP_RotCloudSimController_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(UBP_RotCloudSimController_C, SplineTrail) == 0x000110, "Member 'UBP_RotCloudSimController_C::SplineTrail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotGodCloud_C_AnimGraph \ +static_assert(alignof(ABP_RotGodCloud_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_RotGodCloud_C_AnimGraph"); \ +static_assert(sizeof(ABP_RotGodCloud_C_AnimGraph) == 0x000010, "Wrong size on ABP_RotGodCloud_C_AnimGraph"); \ +static_assert(offsetof(ABP_RotGodCloud_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_RotGodCloud_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotGodCloud_C_GetTargetTiltAmount \ +static_assert(alignof(ABP_RotGodCloud_C_GetTargetTiltAmount) == 0x000004, "Wrong alignment on ABP_RotGodCloud_C_GetTargetTiltAmount"); \ +static_assert(sizeof(ABP_RotGodCloud_C_GetTargetTiltAmount) == 0x000024, "Wrong size on ABP_RotGodCloud_C_GetTargetTiltAmount"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, DeltaTime) == 0x000000, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, ReturnValue) == 0x000004, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_BreakVector_X) == 0x00000C, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_BreakVector_Y) == 0x000010, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_BreakVector_Z) == 0x000014, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00001C, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_GetTargetTiltAmount, CallFunc_ClampAngle_ReturnValue) == 0x000020, "Member 'ABP_RotGodCloud_C_GetTargetTiltAmount::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotGodCloud_C_NotifySummoned \ +static_assert(alignof(ABP_RotGodCloud_C_NotifySummoned) == 0x000004, "Wrong alignment on ABP_RotGodCloud_C_NotifySummoned"); \ +static_assert(sizeof(ABP_RotGodCloud_C_NotifySummoned) == 0x000008, "Wrong size on ABP_RotGodCloud_C_NotifySummoned"); \ +static_assert(offsetof(ABP_RotGodCloud_C_NotifySummoned, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'ABP_RotGodCloud_C_NotifySummoned::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_NotifySummoned, CallFunc_GetTargetTiltAmount_ReturnValue) == 0x000004, "Member 'ABP_RotGodCloud_C_NotifySummoned::CallFunc_GetTargetTiltAmount_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotGodCloud_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_RotGodCloud_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_RotGodCloud_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_RotGodCloud_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_RotGodCloud_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_RotGodCloud_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_RotGodCloud_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud \ +static_assert(alignof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud) == 0x000004, "Wrong alignment on ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud"); \ +static_assert(sizeof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud) == 0x000030, "Wrong size on ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, EntryPoint) == 0x000000, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_VSize_ReturnValue) == 0x000004, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_VSize_ReturnValue_1) == 0x000008, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000010, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_VSize_ReturnValue_2) == 0x000018, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_VSize_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_Not_PreBool_ReturnValue) == 0x00001D, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, K2Node_Event_DeltaTimeX) == 0x000020, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_GetTargetTiltAmount_ReturnValue) == 0x000024, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_GetTargetTiltAmount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud, CallFunc_Ease_ReturnValue) == 0x00002C, "Member 'ABP_RotGodCloud_C_ExecuteUbergraph_ABP_RotGodCloud::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_RotGodCloud_C \ +static_assert(alignof(UABP_RotGodCloud_C) == 0x000010, "Wrong alignment on UABP_RotGodCloud_C"); \ +static_assert(sizeof(UABP_RotGodCloud_C) == 0x000F90, "Wrong size on UABP_RotGodCloud_C"); \ +static_assert(offsetof(UABP_RotGodCloud_C, UberGraphFrame) == 0x000B20, "Member 'UABP_RotGodCloud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_TransitionResult_3) == 0x000B28, "Member 'UABP_RotGodCloud_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_TransitionResult_2) == 0x000B50, "Member 'UABP_RotGodCloud_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_TransitionResult_1) == 0x000B78, "Member 'UABP_RotGodCloud_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_TransitionResult) == 0x000BA0, "Member 'UABP_RotGodCloud_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_SequencePlayer_1) == 0x000BC8, "Member 'UABP_RotGodCloud_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_StateResult_2) == 0x000C48, "Member 'UABP_RotGodCloud_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_SequencePlayer) == 0x000C78, "Member 'UABP_RotGodCloud_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_StateResult_1) == 0x000CF8, "Member 'UABP_RotGodCloud_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_BlendSpacePlayer) == 0x000D28, "Member 'UABP_RotGodCloud_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_StateResult) == 0x000E10, "Member 'UABP_RotGodCloud_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_StateMachine) == 0x000E40, "Member 'UABP_RotGodCloud_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_Slot) == 0x000EF0, "Member 'UABP_RotGodCloud_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, AnimGraphNode_Root) == 0x000F38, "Member 'UABP_RotGodCloud_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, PrevLocalVelocity) == 0x000F68, "Member 'UABP_RotGodCloud_C::PrevLocalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, SmoothedTiltAmount) == 0x000F74, "Member 'UABP_RotGodCloud_C::SmoothedTiltAmount' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, SmoothDeltaSpeed) == 0x000F78, "Member 'UABP_RotGodCloud_C::SmoothDeltaSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, BodyScale) == 0x000F7C, "Member 'UABP_RotGodCloud_C::BodyScale' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, TiltFactor) == 0x000F80, "Member 'UABP_RotGodCloud_C::TiltFactor' has a wrong offset!"); \ +static_assert(offsetof(UABP_RotGodCloud_C, MaxTilt) == 0x000F84, "Member 'UABP_RotGodCloud_C::MaxTilt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_WhirlyBird_C \ +static_assert(alignof(ABP_CM_Hat_WhirlyBird_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_WhirlyBird_C"); \ +static_assert(sizeof(ABP_CM_Hat_WhirlyBird_C) == 0x000240, "Wrong size on ABP_CM_Hat_WhirlyBird_C"); \ +static_assert(offsetof(ABP_CM_Hat_WhirlyBird_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_WhirlyBird_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Tudor_C \ +static_assert(alignof(ABP_CM_Hat_Tudor_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Tudor_C"); \ +static_assert(sizeof(ABP_CM_Hat_Tudor_C) == 0x000240, "Wrong size on ABP_CM_Hat_Tudor_C"); \ +static_assert(offsetof(ABP_CM_Hat_Tudor_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Tudor_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Caroler_C \ +static_assert(alignof(ABP_CM_Hat_Caroler_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Caroler_C"); \ +static_assert(sizeof(ABP_CM_Hat_Caroler_C) == 0x000240, "Wrong size on ABP_CM_Hat_Caroler_C"); \ +static_assert(offsetof(ABP_CM_Hat_Caroler_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Caroler_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Santa_C \ +static_assert(alignof(ABP_CM_Hat_Santa_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Santa_C"); \ +static_assert(sizeof(ABP_CM_Hat_Santa_C) == 0x000240, "Wrong size on ABP_CM_Hat_Santa_C"); \ +static_assert(offsetof(ABP_CM_Hat_Santa_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Santa_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudController_C_ReceiveTick \ +static_assert(alignof(BP_RotCloudController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RotCloudController_C_ReceiveTick"); \ +static_assert(sizeof(BP_RotCloudController_C_ReceiveTick) == 0x000004, "Wrong size on BP_RotCloudController_C_ReceiveTick"); \ +static_assert(offsetof(BP_RotCloudController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RotCloudController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController \ +static_assert(alignof(BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController) == 0x000008, "Wrong alignment on BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController"); \ +static_assert(sizeof(BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController) == 0x000010, "Wrong size on BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController"); \ +static_assert(offsetof(BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController, EntryPoint) == 0x000000, "Member 'BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController, CallFunc_GetSoftLockTarget_ReturnValue) == 0x000008, "Member 'BP_RotCloudController_C_ExecuteUbergraph_BP_RotCloudController::CallFunc_GetSoftLockTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotCloudController_C \ +static_assert(alignof(ABP_RotCloudController_C) == 0x000008, "Wrong alignment on ABP_RotCloudController_C"); \ +static_assert(sizeof(ABP_RotCloudController_C) == 0x000340, "Wrong size on ABP_RotCloudController_C"); \ +static_assert(offsetof(ABP_RotCloudController_C, UberGraphFrame) == 0x000330, "Member 'ABP_RotCloudController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotCloudController_C, LockOnManager) == 0x000338, "Member 'ABP_RotCloudController_C::LockOnManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Clover_C \ +static_assert(alignof(ABP_CM_Hat_Clover_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Clover_C"); \ +static_assert(sizeof(ABP_CM_Hat_Clover_C) == 0x000240, "Wrong size on ABP_CM_Hat_Clover_C"); \ +static_assert(offsetof(ABP_CM_Hat_Clover_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Clover_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Sunflower_C \ +static_assert(alignof(ABP_CM_Hat_Sunflower_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Sunflower_C"); \ +static_assert(sizeof(ABP_CM_Hat_Sunflower_C) == 0x000240, "Wrong size on ABP_CM_Hat_Sunflower_C"); \ +static_assert(offsetof(ABP_CM_Hat_Sunflower_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Sunflower_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Party_C \ +static_assert(alignof(ABP_CM_Hat_Party_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Party_C"); \ +static_assert(sizeof(ABP_CM_Hat_Party_C) == 0x000240, "Wrong size on ABP_CM_Hat_Party_C"); \ +static_assert(offsetof(ABP_CM_Hat_Party_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Party_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Pioneer_C \ +static_assert(alignof(ABP_CM_Hat_Pioneer_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Pioneer_C"); \ +static_assert(sizeof(ABP_CM_Hat_Pioneer_C) == 0x000240, "Wrong size on ABP_CM_Hat_Pioneer_C"); \ +static_assert(offsetof(ABP_CM_Hat_Pioneer_C, SaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Pioneer_C::SaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MemoryKeyIcon_C_SetHighlighted \ +static_assert(alignof(WBP_MemoryKeyIcon_C_SetHighlighted) == 0x000008, "Wrong alignment on WBP_MemoryKeyIcon_C_SetHighlighted"); \ +static_assert(sizeof(WBP_MemoryKeyIcon_C_SetHighlighted) == 0x000018, "Wrong size on WBP_MemoryKeyIcon_C_SetHighlighted"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, Highlighted) == 0x000000, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::Highlighted' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, ShowDiamond) == 0x000001, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::ShowDiamond' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, SelectedMemoryKey) == 0x000008, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::SelectedMemoryKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, Temp_bool_Variable) == 0x000010, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, Temp_byte_Variable) == 0x000011, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_SetHighlighted, K2Node_Select_Default) == 0x000013, "Member 'WBP_MemoryKeyIcon_C_SetHighlighted::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_MemoryKeyIcon_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_MemoryKeyIcon_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MemoryKeyIcon_C_OnListItemObjectSet \ +static_assert(alignof(WBP_MemoryKeyIcon_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_MemoryKeyIcon_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_MemoryKeyIcon_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_MemoryKeyIcon_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_MemoryKeyIcon_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon \ +static_assert(alignof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon) == 0x000008, "Wrong alignment on WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon"); \ +static_assert(sizeof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon) == 0x000100, "Wrong size on WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, EntryPoint) == 0x000000, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_Event_bIsExpanded) == 0x000004, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_Event_bIsSelected) == 0x000005, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_SetHighlighted_SelectedMemoryKey) == 0x000010, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_SetHighlighted_SelectedMemoryKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_GetGlobalMemoryKeyDataManager_ReturnValue) == 0x000018, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_GetGlobalMemoryKeyDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_GetKeyStatus_CollectedKeyData) == 0x000028, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_GetKeyStatus_CollectedKeyData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_GetKeyStatus_UncollectedKeyData) == 0x000038, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_GetKeyStatus_UncollectedKeyData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_Event_ListItemObject) == 0x000048, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, Temp_bool_Variable) == 0x000050, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_DynamicCast_AsMemory_Key_Data_Container) == 0x000058, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_DynamicCast_AsMemory_Key_Data_Container' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_DynamicCast_AsMemory_Key_Data_Container_1) == 0x000068, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_DynamicCast_AsMemory_Key_Data_Container_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, CallFunc_Array_Contains_ReturnValue) == 0x000071, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon, K2Node_Select_Default) == 0x000078, "Member 'WBP_MemoryKeyIcon_C_ExecuteUbergraph_WBP_MemoryKeyIcon::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MemoryKeyIcon_C \ +static_assert(alignof(UWBP_MemoryKeyIcon_C) == 0x000008, "Wrong alignment on UWBP_MemoryKeyIcon_C"); \ +static_assert(sizeof(UWBP_MemoryKeyIcon_C) == 0x0002B8, "Wrong size on UWBP_MemoryKeyIcon_C"); \ +static_assert(offsetof(UWBP_MemoryKeyIcon_C, UberGraphFrame) == 0x000278, "Member 'UWBP_MemoryKeyIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MemoryKeyIcon_C, Border) == 0x000280, "Member 'UWBP_MemoryKeyIcon_C::Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MemoryKeyIcon_C, IconBrushes) == 0x000288, "Member 'UWBP_MemoryKeyIcon_C::IconBrushes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MemoryKeyIcon_C, Collected) == 0x000298, "Member 'UWBP_MemoryKeyIcon_C::Collected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MemoryKeyIcon_C, KeyTitle) == 0x0002A0, "Member 'UWBP_MemoryKeyIcon_C::KeyTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ObjectiveInfo_C \ +static_assert(alignof(UBP_ObjectiveInfo_C) == 0x000008, "Wrong alignment on UBP_ObjectiveInfo_C"); \ +static_assert(sizeof(UBP_ObjectiveInfo_C) == 0x0000D0, "Wrong size on UBP_ObjectiveInfo_C"); \ +static_assert(offsetof(UBP_ObjectiveInfo_C, ObjectiveInfo) == 0x000028, "Member 'UBP_ObjectiveInfo_C::ObjectiveInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TweenSpeedMultiplier_C_Received_NotifyEnd \ +static_assert(alignof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_TweenSpeedMultiplier_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_TweenSpeedMultiplier_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TweenSpeedMultiplier_C_Received_NotifyTick \ +static_assert(alignof(BP_TweenSpeedMultiplier_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_TweenSpeedMultiplier_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_TweenSpeedMultiplier_C_Received_NotifyTick) == 0x000038, "Wrong size on BP_TweenSpeedMultiplier_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, CallFunc_GetNotifyTimePercent_ReturnValue) == 0x000020, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::CallFunc_GetNotifyTimePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TweenSpeedMultiplier_C_Received_NotifyTick, CallFunc_Ease_ReturnValue) == 0x000034, "Member 'BP_TweenSpeedMultiplier_C_Received_NotifyTick::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TweenSpeedMultiplier_C \ +static_assert(alignof(UBP_TweenSpeedMultiplier_C) == 0x000008, "Wrong alignment on UBP_TweenSpeedMultiplier_C"); \ +static_assert(sizeof(UBP_TweenSpeedMultiplier_C) == 0x000090, "Wrong size on UBP_TweenSpeedMultiplier_C"); \ +static_assert(offsetof(UBP_TweenSpeedMultiplier_C, ToSpeedMultiplier) == 0x000088, "Member 'UBP_TweenSpeedMultiplier_C::ToSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_TweenSpeedMultiplier_C, EaseMode) == 0x00008C, "Member 'UBP_TweenSpeedMultiplier_C::EaseMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetOrientToMovement_C_Received_NotifyBegin \ +static_assert(alignof(BP_SetOrientToMovement_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_SetOrientToMovement_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_SetOrientToMovement_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_SetOrientToMovement_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_SetOrientToMovement_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetOrientToMovement_C_Received_NotifyEnd \ +static_assert(alignof(BP_SetOrientToMovement_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_SetOrientToMovement_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_SetOrientToMovement_C_Received_NotifyEnd) == 0x000038, "Wrong size on BP_SetOrientToMovement_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, K2Node_DynamicCast_AsCharacter) == 0x000028, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SetOrientToMovement_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_SetOrientToMovement_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SetOrientToMovement_C \ +static_assert(alignof(UBP_SetOrientToMovement_C) == 0x000008, "Wrong alignment on UBP_SetOrientToMovement_C"); \ +static_assert(sizeof(UBP_SetOrientToMovement_C) == 0x000038, "Wrong size on UBP_SetOrientToMovement_C"); \ +static_assert(offsetof(UBP_SetOrientToMovement_C, OrientToVelocity) == 0x000030, "Member 'UBP_SetOrientToMovement_C::OrientToVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AllowRootMotionRotation_C_Received_NotifyTick \ +static_assert(alignof(BP_AllowRootMotionRotation_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_AllowRootMotionRotation_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_AllowRootMotionRotation_C_Received_NotifyTick) == 0x000030, "Wrong size on BP_AllowRootMotionRotation_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AllowRootMotionRotation_C_Received_NotifyEnd \ +static_assert(alignof(BP_AllowRootMotionRotation_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AllowRootMotionRotation_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AllowRootMotionRotation_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_AllowRootMotionRotation_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyEnd, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyEnd::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowRootMotionRotation_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AllowRootMotionRotation_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AllowRootMotionRotation_C \ +static_assert(alignof(UBP_AllowRootMotionRotation_C) == 0x000008, "Wrong alignment on UBP_AllowRootMotionRotation_C"); \ +static_assert(sizeof(UBP_AllowRootMotionRotation_C) == 0x000038, "Wrong size on UBP_AllowRootMotionRotation_C"); \ +static_assert(offsetof(UBP_AllowRootMotionRotation_C, SetUseControllerDesiredRotation) == 0x000030, "Member 'UBP_AllowRootMotionRotation_C::SetUseControllerDesiredRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetSpeedMultiplier_C_Received_NotifyEnd \ +static_assert(alignof(BP_SetSpeedMultiplier_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_SetSpeedMultiplier_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_SetSpeedMultiplier_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_SetSpeedMultiplier_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SetSpeedMultiplier_C_Received_NotifyBegin \ +static_assert(alignof(BP_SetSpeedMultiplier_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_SetSpeedMultiplier_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_SetSpeedMultiplier_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_SetSpeedMultiplier_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SetSpeedMultiplier_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_SetSpeedMultiplier_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SetSpeedMultiplier_C \ +static_assert(alignof(UBP_SetSpeedMultiplier_C) == 0x000008, "Wrong alignment on UBP_SetSpeedMultiplier_C"); \ +static_assert(sizeof(UBP_SetSpeedMultiplier_C) == 0x000098, "Wrong size on UBP_SetSpeedMultiplier_C"); \ +static_assert(offsetof(UBP_SetSpeedMultiplier_C, ToSpeedMultiplier) == 0x000088, "Member 'UBP_SetSpeedMultiplier_C::ToSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_SetSpeedMultiplier_C, SetReturnSpeedOnEndNotify) == 0x00008C, "Member 'UBP_SetSpeedMultiplier_C::SetReturnSpeedOnEndNotify' has a wrong offset!"); \ +static_assert(offsetof(UBP_SetSpeedMultiplier_C, ReturnSpeedMultiplier) == 0x000090, "Member 'UBP_SetSpeedMultiplier_C::ReturnSpeedMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShake_C_Received_NotifyTick \ +static_assert(alignof(CameraShake_C_Received_NotifyTick) == 0x000008, "Wrong alignment on CameraShake_C_Received_NotifyTick"); \ +static_assert(sizeof(CameraShake_C_Received_NotifyTick) == 0x000020, "Wrong size on CameraShake_C_Received_NotifyTick"); \ +static_assert(offsetof(CameraShake_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'CameraShake_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(CameraShake_C_Received_NotifyTick, Animation) == 0x000008, "Member 'CameraShake_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(CameraShake_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'CameraShake_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraShake_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'CameraShake_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CameraShake_C_Received_NotifyTick, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'CameraShake_C_Received_NotifyTick::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShake_C \ +static_assert(alignof(UCameraShake_C) == 0x000008, "Wrong alignment on UCameraShake_C"); \ +static_assert(sizeof(UCameraShake_C) == 0x000040, "Wrong size on UCameraShake_C"); \ +static_assert(offsetof(UCameraShake_C, ShakeScale) == 0x000030, "Member 'UCameraShake_C::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(UCameraShake_C, CameShakeProfile) == 0x000038, "Member 'UCameraShake_C::CameShakeProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoSprint_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsAutoSprint_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoSprint_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsAutoSprint_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsAutoSprint_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoSprint_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsAutoSprint_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint \ +static_assert(alignof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint) == 0x000008, "Wrong alignment on BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint"); \ +static_assert(sizeof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint) == 0x000020, "Wrong size on BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint, EntryPoint) == 0x000000, "Member 'BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoSprint_C_ExecuteUbergraph_BP_OptionsAutoSprint::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoSprint_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsAutoSprint_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsAutoSprint_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsAutoSprint_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsAutoSprint_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoSprint_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoSprint_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoSprint_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsAutoSprint_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoSprint_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsAutoSprint_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsAutoSprint_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoSprint_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoSprint_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAutoSprint_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetAppliedIntValue, CallFunc_GetAutoSprint_ReturnValue) == 0x000018, "Member 'BP_OptionsAutoSprint_C_GetAppliedIntValue::CallFunc_GetAutoSprint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoSprint_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoSprint_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsAutoSprint_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoSprint_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsAutoSprint_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsAutoSprint_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoSprint_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoSprint_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAutoSprint_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetDefaultIntValue, CallFunc_GetDefaultAutoSprint_ReturnValue) == 0x000018, "Member 'BP_OptionsAutoSprint_C_GetDefaultIntValue::CallFunc_GetDefaultAutoSprint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoSprint_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoSprint_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsAutoSprint_C \ +static_assert(alignof(UBP_OptionsAutoSprint_C) == 0x000008, "Wrong alignment on UBP_OptionsAutoSprint_C"); \ +static_assert(sizeof(UBP_OptionsAutoSprint_C) == 0x000030, "Wrong size on UBP_OptionsAutoSprint_C"); \ +static_assert(offsetof(UBP_OptionsAutoSprint_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsAutoSprint_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideExitState_C_HandleAnimEvent \ +static_assert(alignof(BP_SlideExitState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_SlideExitState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_SlideExitState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_SlideExitState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_SlideExitState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_SlideExitState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_SlideExitState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_SlideExitState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideExitState_C_Update \ +static_assert(alignof(BP_SlideExitState_C_Update) == 0x000004, "Wrong alignment on BP_SlideExitState_C_Update"); \ +static_assert(sizeof(BP_SlideExitState_C_Update) == 0x000004, "Wrong size on BP_SlideExitState_C_Update"); \ +static_assert(offsetof(BP_SlideExitState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SlideExitState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideExitState_C_OnStart \ +static_assert(alignof(BP_SlideExitState_C_OnStart) == 0x000008, "Wrong alignment on BP_SlideExitState_C_OnStart"); \ +static_assert(sizeof(BP_SlideExitState_C_OnStart) == 0x000008, "Wrong size on BP_SlideExitState_C_OnStart"); \ +static_assert(offsetof(BP_SlideExitState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SlideExitState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideExitState_C_OnEnd \ +static_assert(alignof(BP_SlideExitState_C_OnEnd) == 0x000008, "Wrong alignment on BP_SlideExitState_C_OnEnd"); \ +static_assert(sizeof(BP_SlideExitState_C_OnEnd) == 0x000008, "Wrong size on BP_SlideExitState_C_OnEnd"); \ +static_assert(offsetof(BP_SlideExitState_C_OnEnd, NextState) == 0x000000, "Member 'BP_SlideExitState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState \ +static_assert(alignof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState) == 0x000008, "Wrong alignment on BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState"); \ +static_assert(sizeof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState) == 0x000030, "Wrong size on BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState"); \ +static_assert(offsetof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState, EntryPoint) == 0x000000, "Member 'BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState, K2Node_Event_DeltaTime) == 0x000014, "Member 'BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState, K2Node_Event_PrevState) == 0x000020, "Member 'BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState, K2Node_Event_NextState) == 0x000028, "Member 'BP_SlideExitState_C_ExecuteUbergraph_BP_SlideExitState::K2Node_Event_NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SlideExitState_C \ +static_assert(alignof(UBP_SlideExitState_C) == 0x000008, "Wrong alignment on UBP_SlideExitState_C"); \ +static_assert(sizeof(UBP_SlideExitState_C) == 0x000130, "Wrong size on UBP_SlideExitState_C"); \ +static_assert(offsetof(UBP_SlideExitState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SlideExitState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SlideExitState_C, ExitTimer) == 0x000128, "Member 'UBP_SlideExitState_C::ExitTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideJumpSquatState_C_HandleAnimEvent \ +static_assert(alignof(BP_SlideJumpSquatState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_SlideJumpSquatState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_SlideJumpSquatState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_SlideJumpSquatState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_SlideJumpSquatState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_SlideJumpSquatState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_SlideJumpSquatState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_SlideJumpSquatState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideJumpSquatState_C_CanEnterState \ +static_assert(alignof(BP_SlideJumpSquatState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_SlideJumpSquatState_C_CanEnterState"); \ +static_assert(sizeof(BP_SlideJumpSquatState_C_CanEnterState) == 0x000028, "Wrong size on BP_SlideJumpSquatState_C_CanEnterState"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_SlideJumpSquatState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_SlideJumpSquatState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_CanEnterState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_SlideJumpSquatState_C_CanEnterState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_CanEnterState, CallFunc_GetStatusEffectByClass_ReturnValue) == 0x000018, "Member 'BP_SlideJumpSquatState_C_CanEnterState::CallFunc_GetStatusEffectByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_CanEnterState, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SlideJumpSquatState_C_CanEnterState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_SlideJumpSquatState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideJumpSquatState_C_Update \ +static_assert(alignof(BP_SlideJumpSquatState_C_Update) == 0x000008, "Wrong alignment on BP_SlideJumpSquatState_C_Update"); \ +static_assert(sizeof(BP_SlideJumpSquatState_C_Update) == 0x000028, "Wrong size on BP_SlideJumpSquatState_C_Update"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_Update, DeltaTime) == 0x000000, "Member 'BP_SlideJumpSquatState_C_Update::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_Update, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_SlideJumpSquatState_C_Update::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_Update, CallFunc_GetMovementComponent_ReturnValue) == 0x000010, "Member 'BP_SlideJumpSquatState_C_Update::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_Update, K2Node_DynamicCast_AsMochi_Movement_Component) == 0x000018, "Member 'BP_SlideJumpSquatState_C_Update::K2Node_DynamicCast_AsMochi_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_Update, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SlideJumpSquatState_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_Update, CallFunc_IsSliding_ReturnValue) == 0x000021, "Member 'BP_SlideJumpSquatState_C_Update::CallFunc_IsSliding_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideJumpSquatState_C_OnStart \ +static_assert(alignof(BP_SlideJumpSquatState_C_OnStart) == 0x000008, "Wrong alignment on BP_SlideJumpSquatState_C_OnStart"); \ +static_assert(sizeof(BP_SlideJumpSquatState_C_OnStart) == 0x000008, "Wrong size on BP_SlideJumpSquatState_C_OnStart"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_OnStart, PrevState) == 0x000000, "Member 'BP_SlideJumpSquatState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState \ +static_assert(alignof(BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState) == 0x000008, "Wrong alignment on BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState"); \ +static_assert(sizeof(BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState) == 0x000010, "Wrong size on BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState, EntryPoint) == 0x000000, "Member 'BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_SlideJumpSquatState_C_ExecuteUbergraph_BP_SlideJumpSquatState::K2Node_Event_PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SlideJumpSquatState_C \ +static_assert(alignof(UBP_SlideJumpSquatState_C) == 0x000008, "Wrong alignment on UBP_SlideJumpSquatState_C"); \ +static_assert(sizeof(UBP_SlideJumpSquatState_C) == 0x000128, "Wrong size on UBP_SlideJumpSquatState_C"); \ +static_assert(offsetof(UBP_SlideJumpSquatState_C, UberGraphFrame) == 0x000120, "Member 'UBP_SlideJumpSquatState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_KeyLeft_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_KeyLeft_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_KeyLeft_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_KeyLeft_C) == 0x0003A8, "Wrong size on ABP_PhotoMode_LightingRig_KeyLeft_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_KeyLeft_C, Key) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_KeyLeft_C::Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_KeyLeft_C, Rim) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_KeyLeft_C::Rim' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_KeyLeft_C, Fill) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_KeyLeft_C::Fill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco \ +static_assert(alignof(BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco) == 0x000004, "Wrong alignment on BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco"); \ +static_assert(sizeof(BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco) == 0x000004, "Wrong size on BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco, EntryPoint) == 0x000000, "Member 'BP_PhotoMode_LightingRig_Disco_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Disco::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_Disco_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_Disco_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_Disco_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_Disco_C) == 0x000478, "Wrong size on ABP_PhotoMode_LightingRig_Disco_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, UberGraphFrame_BP_PhotoMode_LightingRig_Disco_C) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_Disco_C::UberGraphFrame_BP_PhotoMode_LightingRig_Disco_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, P_DashGate_Loop_SpiritRealm) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_Disco_C::P_DashGate_Loop_SpiritRealm' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_016) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_016' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_015) == 0x0003A8, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_015' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_014) == 0x0003B0, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_014' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_013) == 0x0003B8, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_013' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_012) == 0x0003C0, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_012' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_011) == 0x0003C8, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_011' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_010) == 0x0003D0, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_010' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_09) == 0x0003D8, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_09' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_08) == 0x0003E0, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_08' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, SM_WoodenPlatform_spline_07) == 0x0003E8, "Member 'ABP_PhotoMode_LightingRig_Disco_C::SM_WoodenPlatform_spline_07' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, Key) == 0x0003F0, "Member 'ABP_PhotoMode_LightingRig_Disco_C::Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, ChildActor1) == 0x0003F8, "Member 'ABP_PhotoMode_LightingRig_Disco_C::ChildActor1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, ChildActor) == 0x000400, "Member 'ABP_PhotoMode_LightingRig_Disco_C::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, B_Fill) == 0x000408, "Member 'ABP_PhotoMode_LightingRig_Disco_C::B_Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, M_WrapL) == 0x000410, "Member 'ABP_PhotoMode_LightingRig_Disco_C::M_WrapL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, B_WrapR) == 0x000418, "Member 'ABP_PhotoMode_LightingRig_Disco_C::B_WrapR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, M_RimC) == 0x000420, "Member 'ABP_PhotoMode_LightingRig_Disco_C::M_RimC' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, B_RimR) == 0x000428, "Member 'ABP_PhotoMode_LightingRig_Disco_C::B_RimR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, M_RimL) == 0x000430, "Member 'ABP_PhotoMode_LightingRig_Disco_C::M_RimL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, Timeline_0_NewTrack_2_FAD76EFA46E9130C281D17B91EB2BEC6) == 0x000438, "Member 'ABP_PhotoMode_LightingRig_Disco_C::Timeline_0_NewTrack_2_FAD76EFA46E9130C281D17B91EB2BEC6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, Timeline_0_NewTrack_1_FAD76EFA46E9130C281D17B91EB2BEC6) == 0x000448, "Member 'ABP_PhotoMode_LightingRig_Disco_C::Timeline_0_NewTrack_1_FAD76EFA46E9130C281D17B91EB2BEC6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, Timeline_0_NewTrack_0_FAD76EFA46E9130C281D17B91EB2BEC6) == 0x000458, "Member 'ABP_PhotoMode_LightingRig_Disco_C::Timeline_0_NewTrack_0_FAD76EFA46E9130C281D17B91EB2BEC6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, Timeline_0__Direction_FAD76EFA46E9130C281D17B91EB2BEC6) == 0x000468, "Member 'ABP_PhotoMode_LightingRig_Disco_C::Timeline_0__Direction_FAD76EFA46E9130C281D17B91EB2BEC6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Disco_C, Timeline_0) == 0x000470, "Member 'ABP_PhotoMode_LightingRig_Disco_C::Timeline_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_SpiritRealm_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_SpiritRealm_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_SpiritRealm_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_SpiritRealm_C) == 0x0003D0, "Wrong size on ABP_PhotoMode_LightingRig_SpiritRealm_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, ChildActor1) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::ChildActor1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, ChildActor) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, B_Fill) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::B_Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, M_WrapL) == 0x0003A8, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::M_WrapL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, B_WrapR) == 0x0003B0, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::B_WrapR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, M_RimC) == 0x0003B8, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::M_RimC' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, B_RimR) == 0x0003C0, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::B_RimR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_SpiritRealm_C, M_RimL) == 0x0003C8, "Member 'ABP_PhotoMode_LightingRig_SpiritRealm_C::M_RimL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_DuoTone_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_DuoTone_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_DuoTone_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_DuoTone_C) == 0x0003C0, "Wrong size on ABP_PhotoMode_LightingRig_DuoTone_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_DuoTone_C, B_Fill) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_DuoTone_C::B_Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_DuoTone_C, M_WrapL) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_DuoTone_C::M_WrapL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_DuoTone_C, B_WrapR) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_DuoTone_C::B_WrapR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_DuoTone_C, M_RimC) == 0x0003A8, "Member 'ABP_PhotoMode_LightingRig_DuoTone_C::M_RimC' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_DuoTone_C, B_RimR) == 0x0003B0, "Member 'ABP_PhotoMode_LightingRig_DuoTone_C::B_RimR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_DuoTone_C, M_RimL) == 0x0003B8, "Member 'ABP_PhotoMode_LightingRig_DuoTone_C::M_RimL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_Edge_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_Edge_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_Edge_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_Edge_C) == 0x0003C8, "Wrong size on ABP_PhotoMode_LightingRig_Edge_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, WrapR) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_Edge_C::WrapR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, WrapL) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_Edge_C::WrapL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, RimC) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_Edge_C::RimC' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, RimR) == 0x0003A8, "Member 'ABP_PhotoMode_LightingRig_Edge_C::RimR' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, Fill) == 0x0003B0, "Member 'ABP_PhotoMode_LightingRig_Edge_C::Fill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, RimL) == 0x0003B8, "Member 'ABP_PhotoMode_LightingRig_Edge_C::RimL' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Edge_C, Key) == 0x0003C0, "Member 'ABP_PhotoMode_LightingRig_Edge_C::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_Flash_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_Flash_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_Flash_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_Flash_C) == 0x000398, "Wrong size on ABP_PhotoMode_LightingRig_Flash_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Flash_C, Flash) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_Flash_C::Flash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_KeyRight_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_KeyRight_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_KeyRight_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_KeyRight_C) == 0x0003A8, "Wrong size on ABP_PhotoMode_LightingRig_KeyRight_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_KeyRight_C, Key) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_KeyRight_C::Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_KeyRight_C, Rim) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_KeyRight_C::Rim' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_KeyRight_C, Fill) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_KeyRight_C::Fill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_VenetianLeft_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_VenetianLeft_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_VenetianLeft_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_VenetianLeft_C) == 0x0003A8, "Wrong size on ABP_PhotoMode_LightingRig_VenetianLeft_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VenetianLeft_C, Key) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_VenetianLeft_C::Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VenetianLeft_C, Rim) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_VenetianLeft_C::Rim' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VenetianLeft_C, Fill) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_VenetianLeft_C::Fill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_VenetianRight_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_VenetianRight_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_VenetianRight_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_VenetianRight_C) == 0x0003A8, "Wrong size on ABP_PhotoMode_LightingRig_VenetianRight_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VenetianRight_C, Key) == 0x000390, "Member 'ABP_PhotoMode_LightingRig_VenetianRight_C::Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VenetianRight_C, Rim) == 0x000398, "Member 'ABP_PhotoMode_LightingRig_VenetianRight_C::Rim' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_VenetianRight_C, Fill) == 0x0003A0, "Member 'ABP_PhotoMode_LightingRig_VenetianRight_C::Fill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_LightingRig_Base_C_GetTemperature \ +static_assert(alignof(BP_PhotoMode_LightingRig_Base_C_GetTemperature) == 0x000004, "Wrong alignment on BP_PhotoMode_LightingRig_Base_C_GetTemperature"); \ +static_assert(sizeof(BP_PhotoMode_LightingRig_Base_C_GetTemperature) == 0x000004, "Wrong size on BP_PhotoMode_LightingRig_Base_C_GetTemperature"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_GetTemperature, Temperature_0) == 0x000000, "Member 'BP_PhotoMode_LightingRig_Base_C_GetTemperature::Temperature_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_LightingRig_Base_C_GetIntensity \ +static_assert(alignof(BP_PhotoMode_LightingRig_Base_C_GetIntensity) == 0x000004, "Wrong alignment on BP_PhotoMode_LightingRig_Base_C_GetIntensity"); \ +static_assert(sizeof(BP_PhotoMode_LightingRig_Base_C_GetIntensity) == 0x000004, "Wrong size on BP_PhotoMode_LightingRig_Base_C_GetIntensity"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_GetIntensity, Intensity_0) == 0x000000, "Member 'BP_PhotoMode_LightingRig_Base_C_GetIntensity::Intensity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_LightingRig_Base_C_Set_Intensity \ +static_assert(alignof(BP_PhotoMode_LightingRig_Base_C_Set_Intensity) == 0x000004, "Wrong alignment on BP_PhotoMode_LightingRig_Base_C_Set_Intensity"); \ +static_assert(sizeof(BP_PhotoMode_LightingRig_Base_C_Set_Intensity) == 0x000004, "Wrong size on BP_PhotoMode_LightingRig_Base_C_Set_Intensity"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_Set_Intensity, IntensityMultiplier) == 0x000000, "Member 'BP_PhotoMode_LightingRig_Base_C_Set_Intensity::IntensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_LightingRig_Base_C_Set_Temperature \ +static_assert(alignof(BP_PhotoMode_LightingRig_Base_C_Set_Temperature) == 0x000004, "Wrong alignment on BP_PhotoMode_LightingRig_Base_C_Set_Temperature"); \ +static_assert(sizeof(BP_PhotoMode_LightingRig_Base_C_Set_Temperature) == 0x000004, "Wrong size on BP_PhotoMode_LightingRig_Base_C_Set_Temperature"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_Set_Temperature, Temperature_Multiplier) == 0x000000, "Member 'BP_PhotoMode_LightingRig_Base_C_Set_Temperature::Temperature_Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base \ +static_assert(alignof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base) == 0x000008, "Wrong alignment on BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base"); \ +static_assert(sizeof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base) == 0x0000E0, "Wrong size on BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, EntryPoint) == 0x000000, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, Temp_int_Array_Index_Variable_2) == 0x00001C, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000020, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, K2Node_CustomEvent_IntensityMultiplier) == 0x000030, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::K2Node_CustomEvent_IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Map_Find_Value) == 0x000064, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, K2Node_CustomEvent_Temperature_Multiplier) == 0x00006C, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::K2Node_CustomEvent_Temperature_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Map_Keys_Keys_1) == 0x000070, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_EvaluateCurve_ReturnValue) == 0x000088, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_EvaluateCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Map_Find_Value_1) == 0x00008C, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Map_Find_ReturnValue_1) == 0x000090, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Array_Length_ReturnValue_2) == 0x00009C, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_BreakVector_X) == 0x0000A4, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_BreakVector_Y) == 0x0000A8, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_BreakVector_Z) == 0x0000AC, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_MakeVector_ReturnValue) == 0x0000B0, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_MakeVector_ReturnValue_1) == 0x0000BC, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_VLerp_ReturnValue) == 0x0000C8, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, Temp_int_Loop_Counter_Variable_2) == 0x0000D4, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000D8, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000DC, "Member 'BP_PhotoMode_LightingRig_Base_C_ExecuteUbergraph_BP_PhotoMode_LightingRig_Base::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_LightingRig_Base_C \ +static_assert(alignof(ABP_PhotoMode_LightingRig_Base_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_LightingRig_Base_C"); \ +static_assert(sizeof(ABP_PhotoMode_LightingRig_Base_C) == 0x000390, "Wrong size on ABP_PhotoMode_LightingRig_Base_C"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, UberGraphFrame) == 0x000228, "Member 'ABP_PhotoMode_LightingRig_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, PlacementReferenceDecal) == 0x000230, "Member 'ABP_PhotoMode_LightingRig_Base_C::PlacementReferenceDecal' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, RefArrowToViewer) == 0x000238, "Member 'ABP_PhotoMode_LightingRig_Base_C::RefArrowToViewer' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_PhotoMode_LightingRig_Base_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, TL_DecalScale_Opacity_AC4FAAE74D5A07175C199FB7679A2A9B) == 0x000248, "Member 'ABP_PhotoMode_LightingRig_Base_C::TL_DecalScale_Opacity_AC4FAAE74D5A07175C199FB7679A2A9B' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, TL_DecalScale_DecalScaleFactor_AC4FAAE74D5A07175C199FB7679A2A9B) == 0x00024C, "Member 'ABP_PhotoMode_LightingRig_Base_C::TL_DecalScale_DecalScaleFactor_AC4FAAE74D5A07175C199FB7679A2A9B' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, TL_DecalScale__Direction_AC4FAAE74D5A07175C199FB7679A2A9B) == 0x000250, "Member 'ABP_PhotoMode_LightingRig_Base_C::TL_DecalScale__Direction_AC4FAAE74D5A07175C199FB7679A2A9B' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, TL_DecalScale) == 0x000258, "Member 'ABP_PhotoMode_LightingRig_Base_C::TL_DecalScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, IntensityCurve) == 0x000260, "Member 'ABP_PhotoMode_LightingRig_Base_C::IntensityCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, LightDefaultIntensityMap) == 0x0002E8, "Member 'ABP_PhotoMode_LightingRig_Base_C::LightDefaultIntensityMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, LightDefaultTemperatureMap) == 0x000338, "Member 'ABP_PhotoMode_LightingRig_Base_C::LightDefaultTemperatureMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, Intensity) == 0x000388, "Member 'ABP_PhotoMode_LightingRig_Base_C::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_LightingRig_Base_C, Temperature) == 0x00038C, "Member 'ABP_PhotoMode_LightingRig_Base_C::Temperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCharacter_C_SetVisibilityStateImmediately \ +static_assert(alignof(BP_NPCharacter_C_SetVisibilityStateImmediately) == 0x000001, "Wrong alignment on BP_NPCharacter_C_SetVisibilityStateImmediately"); \ +static_assert(sizeof(BP_NPCharacter_C_SetVisibilityStateImmediately) == 0x000001, "Wrong size on BP_NPCharacter_C_SetVisibilityStateImmediately"); \ +static_assert(offsetof(BP_NPCharacter_C_SetVisibilityStateImmediately, Visible_) == 0x000000, "Member 'BP_NPCharacter_C_SetVisibilityStateImmediately::Visible_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCharacter_C_HandleMessage \ +static_assert(alignof(BP_NPCharacter_C_HandleMessage) == 0x000008, "Wrong alignment on BP_NPCharacter_C_HandleMessage"); \ +static_assert(sizeof(BP_NPCharacter_C_HandleMessage) == 0x000010, "Wrong size on BP_NPCharacter_C_HandleMessage"); \ +static_assert(offsetof(BP_NPCharacter_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_NPCharacter_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_NPCharacter_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCharacter_C_ReceiveTick \ +static_assert(alignof(BP_NPCharacter_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_NPCharacter_C_ReceiveTick"); \ +static_assert(sizeof(BP_NPCharacter_C_ReceiveTick) == 0x000004, "Wrong size on BP_NPCharacter_C_ReceiveTick"); \ +static_assert(offsetof(BP_NPCharacter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_NPCharacter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCharacter_C_T_AppearImmediately \ +static_assert(alignof(BP_NPCharacter_C_T_AppearImmediately) == 0x000008, "Wrong alignment on BP_NPCharacter_C_T_AppearImmediately"); \ +static_assert(sizeof(BP_NPCharacter_C_T_AppearImmediately) == 0x000008, "Wrong size on BP_NPCharacter_C_T_AppearImmediately"); \ +static_assert(offsetof(BP_NPCharacter_C_T_AppearImmediately, Params_0) == 0x000000, "Member 'BP_NPCharacter_C_T_AppearImmediately::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCharacter_C_T_DisappearImmediately \ +static_assert(alignof(BP_NPCharacter_C_T_DisappearImmediately) == 0x000008, "Wrong alignment on BP_NPCharacter_C_T_DisappearImmediately"); \ +static_assert(sizeof(BP_NPCharacter_C_T_DisappearImmediately) == 0x000008, "Wrong size on BP_NPCharacter_C_T_DisappearImmediately"); \ +static_assert(offsetof(BP_NPCharacter_C_T_DisappearImmediately, Params_0) == 0x000000, "Member 'BP_NPCharacter_C_T_DisappearImmediately::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter \ +static_assert(alignof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter) == 0x000010, "Wrong alignment on BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter"); \ +static_assert(sizeof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter) == 0x0001D0, "Wrong size on BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, EntryPoint) == 0x000000, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, Temp_struct_Variable) == 0x000008, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_Event_MessageName) == 0x00001C, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_Event_Params) == 0x000028, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_SwitchName_CmpSuccess) == 0x000030, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_Event_DeltaSeconds) == 0x00004C, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_CustomEvent_Params_1) == 0x000058, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_CustomEvent_Params_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_DynamicCast_AsMochi_Anim_Instance) == 0x000060, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_DynamicCast_AsMochi_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, Temp_struct_Variable_1) == 0x000070, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_CustomEvent_Params) == 0x000080, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_CustomEvent_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_GetGlobalFocalPointManager_ReturnValue) == 0x000088, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_GetGlobalFocalPointManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, Temp_delegate_Variable) == 0x000090, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_BreakGameplayTagContainer_GameplayTags) == 0x0000A0, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_BreakGameplayTagContainer_GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_EvaluateCurrentFocalPoint_OutFocalPoint) == 0x0000F0, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_EvaluateCurrentFocalPoint_OutFocalPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_EvaluateCurrentFocalPoint_ReturnValue) == 0x000120, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_EvaluateCurrentFocalPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_PostEvent_ReturnValue) == 0x000124, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_RandomFloatInRange_ReturnValue) == 0x000128, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00012C, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000130, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_MakeRotator_ReturnValue) == 0x000134, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, K2Node_MakeArray_Array) == 0x000140, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, Temp_delegate_Variable_1) == 0x000150, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_PostEvent_ReturnValue_1) == 0x000168, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_DoesSocketExist_ReturnValue) == 0x00016C, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_GetSocketLocation_ReturnValue) == 0x000170, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000180, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x00018C, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_GetActorForwardVector_ReturnValue) == 0x000190, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00019C, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001A8, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0001B8, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001C0, "Member 'BP_NPCharacter_C_ExecuteUbergraph_BP_NPCharacter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCharacter_C \ +static_assert(alignof(ABP_NPCharacter_C) == 0x000010, "Wrong alignment on ABP_NPCharacter_C"); \ +static_assert(sizeof(ABP_NPCharacter_C) == 0x000A20, "Wrong size on ABP_NPCharacter_C"); \ +static_assert(offsetof(ABP_NPCharacter_C, UberGraphFrame) == 0x0009D0, "Member 'ABP_NPCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, TriggerNode) == 0x0009D8, "Member 'ABP_NPCharacter_C::TriggerNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, SaveGame) == 0x0009E0, "Member 'ABP_NPCharacter_C::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, ParameterTween) == 0x0009E8, "Member 'ABP_NPCharacter_C::ParameterTween' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, CachedIsViewed) == 0x0009F0, "Member 'ABP_NPCharacter_C::CachedIsViewed' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, SpiritSmokeAmount) == 0x0009F4, "Member 'ABP_NPCharacter_C::SpiritSmokeAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, SpiritSmokeScale) == 0x0009F8, "Member 'ABP_NPCharacter_C::SpiritSmokeScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, ShouldPlayNiagaraSpawnFX) == 0x0009FC, "Member 'ABP_NPCharacter_C::ShouldPlayNiagaraSpawnFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, PlayerLookAtSocket) == 0x000A00, "Member 'ABP_NPCharacter_C::PlayerLookAtSocket' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, ShouldPlaySpawnFX) == 0x000A08, "Member 'ABP_NPCharacter_C::ShouldPlaySpawnFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, AppearOverride) == 0x000A09, "Member 'ABP_NPCharacter_C::AppearOverride' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, SFX_Dissolve_Out) == 0x000A10, "Member 'ABP_NPCharacter_C::SFX_Dissolve_Out' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCharacter_C, SFX_Dissolve_In) == 0x000A18, "Member 'ABP_NPCharacter_C::SFX_Dissolve_In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRot_NEW_C \ +static_assert(alignof(ABP_HeroRot_NEW_C) == 0x000008, "Wrong alignment on ABP_HeroRot_NEW_C"); \ +static_assert(sizeof(ABP_HeroRot_NEW_C) == 0x0005B0, "Wrong size on ABP_HeroRot_NEW_C"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnNotifyEnd_E77435254F5362D97A23ED9D48B3DA49::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnNotifyBegin_E77435254F5362D97A23ED9D48B3DA49::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnInterrupted_E77435254F5362D97A23ED9D48B3DA49::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnBlendOut_E77435254F5362D97A23ED9D48B3DA49::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnCompleted_E77435254F5362D97A23ED9D48B3DA49::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnNotifyEnd_A38F3062474B5743AD470F97E7330FC0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnNotifyBegin_A38F3062474B5743AD470F97E7330FC0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnInterrupted_A38F3062474B5743AD470F97E7330FC0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnBlendOut_A38F3062474B5743AD470F97E7330FC0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0 \ +static_assert(alignof(BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0) == 0x000004, "Wrong alignment on BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0) == 0x000008, "Wrong size on BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0, NotifyName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_OnCompleted_A38F3062474B5743AD470F97E7330FC0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_HandleMessage \ +static_assert(alignof(BP_HeroRotOnShoulder_C_HandleMessage) == 0x000008, "Wrong alignment on BP_HeroRotOnShoulder_C_HandleMessage"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_HandleMessage) == 0x000010, "Wrong size on BP_HeroRotOnShoulder_C_HandleMessage"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_HandleMessage, MessageName) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_HandleMessage::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_HandleMessage, Params_0) == 0x000008, "Member 'BP_HeroRotOnShoulder_C_HandleMessage::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder \ +static_assert(alignof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder) == 0x000008, "Wrong alignment on BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder"); \ +static_assert(sizeof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder) == 0x000138, "Wrong size on BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, EntryPoint) == 0x000000, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_9) == 0x000004, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_8) == 0x00001C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_7) == 0x000034, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_6) == 0x00004C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_5) == 0x000064, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, Temp_name_Variable) == 0x00007C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_4) == 0x000094, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_3) == 0x00009C, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_2) == 0x0000B4, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName_1) == 0x0000CC, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CustomEvent_NotifyName) == 0x0000E4, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000EC, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, Temp_name_Variable_1) == 0x0000FC, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_Event_MessageName) == 0x000104, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_Event_MessageName' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_Event_Params) == 0x000110, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_Event_Params' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, K2Node_SwitchName_CmpSuccess) == 0x000118, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000120, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000128, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder, CallFunc_IsValid_ReturnValue_1) == 0x000131, "Member 'BP_HeroRotOnShoulder_C_ExecuteUbergraph_BP_HeroRotOnShoulder::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRotOnShoulder_C \ +static_assert(alignof(ABP_HeroRotOnShoulder_C) == 0x000008, "Wrong alignment on ABP_HeroRotOnShoulder_C"); \ +static_assert(sizeof(ABP_HeroRotOnShoulder_C) == 0x0002E0, "Wrong size on ABP_HeroRotOnShoulder_C"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_HeroRotOnShoulder_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPhotoLightingRig \ +static_assert(alignof(FFPhotoLightingRig) == 0x000008, "Wrong alignment on FFPhotoLightingRig"); \ +static_assert(sizeof(FFPhotoLightingRig) == 0x000010, "Wrong size on FFPhotoLightingRig"); \ +static_assert(offsetof(FFPhotoLightingRig, LightingRig_9_47C1CE7E4B5B01C8067F49A2C6561D2D) == 0x000000, "Member 'FFPhotoLightingRig::LightingRig_9_47C1CE7E4B5B01C8067F49A2C6561D2D' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoLightingRig, SpawnType_12_F66310CB485D3AD5D9F07F9779BFDF5A) == 0x000008, "Member 'FFPhotoLightingRig::SpawnType_12_F66310CB485D3AD5D9F07F9779BFDF5A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPhotoPose \ +static_assert(alignof(FFPhotoPose) == 0x000008, "Wrong alignment on FFPhotoPose"); \ +static_assert(sizeof(FFPhotoPose) == 0x000018, "Wrong size on FFPhotoPose"); \ +static_assert(offsetof(FFPhotoPose, PoseName_3_FB4E8D85416EB9F138A6F19D2A4F51FF) == 0x000000, "Member 'FFPhotoPose::PoseName_3_FB4E8D85416EB9F138A6F19D2A4F51FF' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoPose, PoseMontage_6_52EC888042258D8057DDDE9DF8761C14) == 0x000010, "Member 'FFPhotoPose::PoseMontage_6_52EC888042258D8057DDDE9DF8761C14' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPhotoWaypointInfo \ +static_assert(alignof(FFPhotoWaypointInfo) == 0x000010, "Wrong alignment on FFPhotoWaypointInfo"); \ +static_assert(sizeof(FFPhotoWaypointInfo) == 0x000040, "Wrong size on FFPhotoWaypointInfo"); \ +static_assert(offsetof(FFPhotoWaypointInfo, TargetTransform_4_A30BB63C4774A4244E38C7AA5557CD52) == 0x000000, "Member 'FFPhotoWaypointInfo::TargetTransform_4_A30BB63C4774A4244E38C7AA5557CD52' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoWaypointInfo, FOV_7_806BEAE84E30295E75EC9593FFDDD94D) == 0x000030, "Member 'FFPhotoWaypointInfo::FOV_7_806BEAE84E30295E75EC9593FFDDD94D' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoWaypointInfo, FocusDistance_10_8EDCEC504AB11EE455FE639920F4C9F0) == 0x000034, "Member 'FFPhotoWaypointInfo::FocusDistance_10_8EDCEC504AB11EE455FE639920F4C9F0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_GetActivatedTab \ +static_assert(alignof(UI_PM_Root_C_GetActivatedTab) == 0x000008, "Wrong alignment on UI_PM_Root_C_GetActivatedTab"); \ +static_assert(sizeof(UI_PM_Root_C_GetActivatedTab) == 0x000020, "Wrong size on UI_PM_Root_C_GetActivatedTab"); \ +static_assert(offsetof(UI_PM_Root_C_GetActivatedTab, Navigation_0) == 0x000000, "Member 'UI_PM_Root_C_GetActivatedTab::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_GetActivatedTab, ReturnValue) == 0x000008, "Member 'UI_PM_Root_C_GetActivatedTab::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_GetActivatedTab, CallFunc_GetActiveTab_ActiveTab) == 0x000010, "Member 'UI_PM_Root_C_GetActivatedTab::CallFunc_GetActiveTab_ActiveTab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_GetActivatedTab, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'UI_PM_Root_C_GetActivatedTab::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_UpdateTabButtons \ +static_assert(alignof(UI_PM_Root_C_UpdateTabButtons) == 0x000008, "Wrong alignment on UI_PM_Root_C_UpdateTabButtons"); \ +static_assert(sizeof(UI_PM_Root_C_UpdateTabButtons) == 0x0000B0, "Wrong size on UI_PM_Root_C_UpdateTabButtons"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, Temp_bool_Variable) == 0x000000, "Member 'UI_PM_Root_C_UpdateTabButtons::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_PM_Root_C_UpdateTabButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'UI_PM_Root_C_UpdateTabButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_PM_Root_C_UpdateTabButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, CallFunc_GetActiveTab_ActiveTab) == 0x000010, "Member 'UI_PM_Root_C_UpdateTabButtons::CallFunc_GetActiveTab_ActiveTab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'UI_PM_Root_C_UpdateTabButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_PM_Root_C_UpdateTabButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UI_PM_Root_C_UpdateTabButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'UI_PM_Root_C_UpdateTabButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_UpdateTabButtons, K2Node_Select_Default) == 0x000028, "Member 'UI_PM_Root_C_UpdateTabButtons::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_ActivatePreviousTab \ +static_assert(alignof(UI_PM_Root_C_ActivatePreviousTab) == 0x000004, "Wrong alignment on UI_PM_Root_C_ActivatePreviousTab"); \ +static_assert(sizeof(UI_PM_Root_C_ActivatePreviousTab) == 0x000010, "Wrong size on UI_PM_Root_C_ActivatePreviousTab"); \ +static_assert(offsetof(UI_PM_Root_C_ActivatePreviousTab, CallFunc_GetActiveTab_ActiveTab) == 0x000000, "Member 'UI_PM_Root_C_ActivatePreviousTab::CallFunc_GetActiveTab_ActiveTab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivatePreviousTab, CallFunc_GetActiveTab_ActiveTab_1) == 0x000004, "Member 'UI_PM_Root_C_ActivatePreviousTab::CallFunc_GetActiveTab_ActiveTab_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivatePreviousTab, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'UI_PM_Root_C_ActivatePreviousTab::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivatePreviousTab, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'UI_PM_Root_C_ActivatePreviousTab::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_ActivateNextTab \ +static_assert(alignof(UI_PM_Root_C_ActivateNextTab) == 0x000004, "Wrong alignment on UI_PM_Root_C_ActivateNextTab"); \ +static_assert(sizeof(UI_PM_Root_C_ActivateNextTab) == 0x000018, "Wrong size on UI_PM_Root_C_ActivateNextTab"); \ +static_assert(offsetof(UI_PM_Root_C_ActivateNextTab, CallFunc_GetActiveTab_ActiveTab) == 0x000000, "Member 'UI_PM_Root_C_ActivateNextTab::CallFunc_GetActiveTab_ActiveTab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivateNextTab, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_PM_Root_C_ActivateNextTab::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivateNextTab, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'UI_PM_Root_C_ActivateNextTab::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivateNextTab, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'UI_PM_Root_C_ActivateNextTab::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivateNextTab, CallFunc_GetActiveTab_ActiveTab_1) == 0x000010, "Member 'UI_PM_Root_C_ActivateNextTab::CallFunc_GetActiveTab_ActiveTab_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ActivateNextTab, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'UI_PM_Root_C_ActivateNextTab::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_GetActiveTab \ +static_assert(alignof(UI_PM_Root_C_GetActiveTab) == 0x000004, "Wrong alignment on UI_PM_Root_C_GetActiveTab"); \ +static_assert(sizeof(UI_PM_Root_C_GetActiveTab) == 0x000008, "Wrong size on UI_PM_Root_C_GetActiveTab"); \ +static_assert(offsetof(UI_PM_Root_C_GetActiveTab, ActiveTab) == 0x000000, "Member 'UI_PM_Root_C_GetActiveTab::ActiveTab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_GetActiveTab, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'UI_PM_Root_C_GetActiveTab::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_SetActiveTab \ +static_assert(alignof(UI_PM_Root_C_SetActiveTab) == 0x000008, "Wrong alignment on UI_PM_Root_C_SetActiveTab"); \ +static_assert(sizeof(UI_PM_Root_C_SetActiveTab) == 0x000010, "Wrong size on UI_PM_Root_C_SetActiveTab"); \ +static_assert(offsetof(UI_PM_Root_C_SetActiveTab, Active_Tab) == 0x000000, "Member 'UI_PM_Root_C_SetActiveTab::Active_Tab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_SetActiveTab, Temp_int_Variable) == 0x000004, "Member 'UI_PM_Root_C_SetActiveTab::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_SetActiveTab, K2Node_Select_Default) == 0x000008, "Member 'UI_PM_Root_C_SetActiveTab::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B \ +static_assert(alignof(UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B) == 0x000001, "Wrong alignment on UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B"); \ +static_assert(sizeof(UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B) == 0x000001, "Wrong size on UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B"); \ +static_assert(offsetof(UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B, ExportResult) == 0x000000, "Member 'UI_PM_Root_C_ExportPhotoCompleted_368AE5934701983242B557B4DDBFEA9B::ExportResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_Set_Path_Mode \ +static_assert(alignof(UI_PM_Root_C_Set_Path_Mode) == 0x000001, "Wrong alignment on UI_PM_Root_C_Set_Path_Mode"); \ +static_assert(sizeof(UI_PM_Root_C_Set_Path_Mode) == 0x000001, "Wrong size on UI_PM_Root_C_Set_Path_Mode"); \ +static_assert(offsetof(UI_PM_Root_C_Set_Path_Mode, Activate) == 0x000000, "Member 'UI_PM_Root_C_Set_Path_Mode::Activate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_Toggle_Path_Settings \ +static_assert(alignof(UI_PM_Root_C_Toggle_Path_Settings) == 0x000001, "Wrong alignment on UI_PM_Root_C_Toggle_Path_Settings"); \ +static_assert(sizeof(UI_PM_Root_C_Toggle_Path_Settings) == 0x000001, "Wrong size on UI_PM_Root_C_Toggle_Path_Settings"); \ +static_assert(offsetof(UI_PM_Root_C_Toggle_Path_Settings, Activate) == 0x000000, "Member 'UI_PM_Root_C_Toggle_Path_Settings::Activate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_Take_ScreenShot \ +static_assert(alignof(UI_PM_Root_C_Take_ScreenShot) == 0x000008, "Wrong alignment on UI_PM_Root_C_Take_ScreenShot"); \ +static_assert(sizeof(UI_PM_Root_C_Take_ScreenShot) == 0x000010, "Wrong size on UI_PM_Root_C_Take_ScreenShot"); \ +static_assert(offsetof(UI_PM_Root_C_Take_ScreenShot, TriggerPawn) == 0x000000, "Member 'UI_PM_Root_C_Take_ScreenShot::TriggerPawn' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_Take_ScreenShot, AspectRatio) == 0x000008, "Member 'UI_PM_Root_C_Take_ScreenShot::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_Take_ScreenShot, FlashTime) == 0x00000C, "Member 'UI_PM_Root_C_Take_ScreenShot::FlashTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_Toggle_Settings \ +static_assert(alignof(UI_PM_Root_C_Toggle_Settings) == 0x000001, "Wrong alignment on UI_PM_Root_C_Toggle_Settings"); \ +static_assert(sizeof(UI_PM_Root_C_Toggle_Settings) == 0x000001, "Wrong size on UI_PM_Root_C_Toggle_Settings"); \ +static_assert(offsetof(UI_PM_Root_C_Toggle_Settings, Activate) == 0x000000, "Member 'UI_PM_Root_C_Toggle_Settings::Activate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_Update_ToolTip \ +static_assert(alignof(UI_PM_Root_C_Update_ToolTip) == 0x000008, "Wrong alignment on UI_PM_Root_C_Update_ToolTip"); \ +static_assert(sizeof(UI_PM_Root_C_Update_ToolTip) == 0x000018, "Wrong size on UI_PM_Root_C_Update_ToolTip"); \ +static_assert(offsetof(UI_PM_Root_C_Update_ToolTip, Tooltip) == 0x000000, "Member 'UI_PM_Root_C_Update_ToolTip::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root \ +static_assert(alignof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root) == 0x000008, "Wrong alignment on UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root"); \ +static_assert(sizeof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root) == 0x000180, "Wrong size on UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, EntryPoint) == 0x000000, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_bool_Variable) == 0x000004, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_byte_Variable) == 0x000005, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_byte_Variable_1) == 0x000006, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_bool_Variable_1) == 0x000007, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_byte_Variable_2) == 0x000008, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_byte_Variable_3) == 0x000009, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_int_Variable) == 0x00000C, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_ExportResult) == 0x000010, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_ExportResult' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_bool_Variable_2) == 0x000024, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_ExportPhoto_ReturnValue) == 0x000028, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_ExportPhoto_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_bool_Variable_3) == 0x000044, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_text_Variable) == 0x000058, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_text_Variable_1) == 0x000070, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_int_Variable_1) == 0x000088, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_Activate_2) == 0x00008C, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_Activate_2' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_Activate_1) == 0x00008D, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_Activate_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_Select_Default) == 0x000090, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_byte_Variable_4) == 0x0000A8, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetPhotoModeManager_ReturnValue) == 0x0000B0, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x0000B8, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetPhotoController_ReturnValue) == 0x0000C0, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetPhotoController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetActiveTab_ActiveTab) == 0x0000C8, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetActiveTab_ActiveTab' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_MakeArray_Array) == 0x0000D0, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_TriggerPawn) == 0x0000E0, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_TriggerPawn' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_AspectRatio) == 0x0000E8, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_FlashTime) == 0x0000EC, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_FlashTime' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F0, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_TakePhoto_ReturnValue) == 0x0000F8, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_TakePhoto_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_PlayAnimation_ReturnValue) == 0x000100, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_Activate) == 0x000109, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_Activate' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetActiveTab_ActiveTab_1) == 0x00010C, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetActiveTab_ActiveTab_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_Select_Default_1) == 0x000110, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_Select_Default_2) == 0x000118, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_Select_Default_3) == 0x000120, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x000128, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_bool_Variable_4) == 0x000130, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CreateDelegate_OutputDelegate_3) == 0x000134, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_CustomEvent_Tooltip) == 0x000148, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_CustomEvent_Tooltip' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, Temp_byte_Variable_5) == 0x000160, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_Select_Default_4) == 0x000161, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_PlayAnimation_ReturnValue_1) == 0x000168, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, CallFunc_GetActiveTab_ActiveTab_2) == 0x000170, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::CallFunc_GetActiveTab_ActiveTab_2' has a wrong offset!"); \ +static_assert(offsetof(UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root, K2Node_Select_Default_5) == 0x000178, "Member 'UI_PM_Root_C_ExecuteUbergraph_UI_PM_Root::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI_PM_Root_C \ +static_assert(alignof(UUI_PM_Root_C) == 0x000008, "Wrong alignment on UUI_PM_Root_C"); \ +static_assert(sizeof(UUI_PM_Root_C) == 0x000468, "Wrong size on UUI_PM_Root_C"); \ +static_assert(offsetof(UUI_PM_Root_C, UberGraphFrame) == 0x000260, "Member 'UUI_PM_Root_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, CameraModeFadeOut) == 0x000268, "Member 'UUI_PM_Root_C::CameraModeFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, FlashFadeOut) == 0x000270, "Member 'UUI_PM_Root_C::FlashFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Basic_Btn) == 0x000278, "Member 'UUI_PM_Root_C::Basic_Btn' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Camera_Btn) == 0x000280, "Member 'UUI_PM_Root_C::Camera_Btn' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, CameraModeFade_TEXT) == 0x000288, "Member 'UUI_PM_Root_C::CameraModeFade_TEXT' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, CamerModeFade_OVERLAY) == 0x000290, "Member 'UUI_PM_Root_C::CamerModeFade_OVERLAY' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Image) == 0x000298, "Member 'UUI_PM_Root_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Image_293) == 0x0002A0, "Member 'UUI_PM_Root_C::Image_293' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Lighting_Btn) == 0x0002A8, "Member 'UUI_PM_Root_C::Lighting_Btn' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, MovementLegend_HBOX) == 0x0002B0, "Member 'UUI_PM_Root_C::MovementLegend_HBOX' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Nav_SWITCHER) == 0x0002B8, "Member 'UUI_PM_Root_C::Nav_SWITCHER' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Settings_SBOX) == 0x0002C0, "Member 'UUI_PM_Root_C::Settings_SBOX' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, TabIcon_NextPage_1) == 0x0002C8, "Member 'UUI_PM_Root_C::TabIcon_NextPage_1' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, TabIcon_PrevPage_1) == 0x0002D0, "Member 'UUI_PM_Root_C::TabIcon_PrevPage_1' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, ToolTip_TEXTBLOCK) == 0x0002D8, "Member 'UUI_PM_Root_C::ToolTip_TEXTBLOCK' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_ButtonLegend) == 0x0002E0, "Member 'UUI_PM_Root_C::WBP_ButtonLegend' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PMSettings_Basic) == 0x0002E8, "Member 'UUI_PM_Root_C::WBP_PMSettings_Basic' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PMSettings_Camera) == 0x0002F0, "Member 'UUI_PM_Root_C::WBP_PMSettings_Camera' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PMSettings_Lighting) == 0x0002F8, "Member 'UUI_PM_Root_C::WBP_PMSettings_Lighting' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_AutoFocus) == 0x000300, "Member 'UUI_PM_Root_C::WBP_PromptBar_AutoFocus' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_Focus) == 0x000308, "Member 'UUI_PM_Root_C::WBP_PromptBar_Focus' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_Height) == 0x000310, "Member 'UUI_PM_Root_C::WBP_PromptBar_Height' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_TakePhoto) == 0x000318, "Member 'UUI_PM_Root_C::WBP_PromptBar_TakePhoto' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_TogglePathMode) == 0x000320, "Member 'UUI_PM_Root_C::WBP_PromptBar_TogglePathMode' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_ToggleUI) == 0x000328, "Member 'UUI_PM_Root_C::WBP_PromptBar_ToggleUI' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, WBP_PromptBar_Zoom) == 0x000330, "Member 'UUI_PM_Root_C::WBP_PromptBar_Zoom' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, ScreenShotPawn) == 0x000338, "Member 'UUI_PM_Root_C::ScreenShotPawn' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, Settings) == 0x000340, "Member 'UUI_PM_Root_C::Settings' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, TabBtns) == 0x000348, "Member 'UUI_PM_Root_C::TabBtns' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, TabSelect_Active_Brush) == 0x000358, "Member 'UUI_PM_Root_C::TabSelect_Active_Brush' has a wrong offset!"); \ +static_assert(offsetof(UUI_PM_Root_C, TabSelect_Inactive_Brush) == 0x0003E0, "Member 'UUI_PM_Root_C::TabSelect_Inactive_Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PromptBar_PhotoMode_C \ +static_assert(alignof(UWBP_PromptBar_PhotoMode_C) == 0x000008, "Wrong alignment on UWBP_PromptBar_PhotoMode_C"); \ +static_assert(sizeof(UWBP_PromptBar_PhotoMode_C) == 0x000290, "Wrong size on UWBP_PromptBar_PhotoMode_C"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegend_C_OnButtonsChanged \ +static_assert(alignof(WBP_ButtonLegend_C_OnButtonsChanged) == 0x000008, "Wrong alignment on WBP_ButtonLegend_C_OnButtonsChanged"); \ +static_assert(sizeof(WBP_ButtonLegend_C_OnButtonsChanged) == 0x000010, "Wrong size on WBP_ButtonLegend_C_OnButtonsChanged"); \ +static_assert(offsetof(WBP_ButtonLegend_C_OnButtonsChanged, NewButtons) == 0x000000, "Member 'WBP_ButtonLegend_C_OnButtonsChanged::NewButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegend_C_PreConstruct \ +static_assert(alignof(WBP_ButtonLegend_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonLegend_C_PreConstruct"); \ +static_assert(sizeof(WBP_ButtonLegend_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonLegend_C_PreConstruct"); \ +static_assert(offsetof(WBP_ButtonLegend_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonLegend_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend \ +static_assert(alignof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend) == 0x000008, "Wrong alignment on WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend"); \ +static_assert(sizeof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend) == 0x000100, "Wrong size on WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, EntryPoint) == 0x000000, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, Temp_bool_Variable) == 0x000004, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, K2Node_Event_NewButtons) == 0x000020, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::K2Node_Event_NewButtons' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000030, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_MakeLiteralText_ReturnValue) == 0x000048, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, K2Node_Event_IsDesignTime) == 0x000060, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, K2Node_Select_Default) == 0x000068, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, Temp_int_Loop_Counter_Variable_1) == 0x000080, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Add_IntInt_ReturnValue_1) == 0x00009C, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000A0, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_DataToDisplayText_ReturnValue) == 0x0000A8, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_DataToDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000C0, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Array_Length_ReturnValue_1) == 0x0000D0, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D4, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x0000D8, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Array_Length_ReturnValue_2) == 0x0000E0, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000E4, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000E8, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000EC, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_Ease_ReturnValue) == 0x0000F0, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend, CallFunc_MakeVector2D_ReturnValue) == 0x0000F4, "Member 'WBP_ButtonLegend_C_ExecuteUbergraph_WBP_ButtonLegend::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ButtonLegend_C \ +static_assert(alignof(UWBP_ButtonLegend_C) == 0x000008, "Wrong alignment on UWBP_ButtonLegend_C"); \ +static_assert(sizeof(UWBP_ButtonLegend_C) == 0x000300, "Wrong size on UWBP_ButtonLegend_C"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, UberGraphFrame) == 0x000288, "Member 'UWBP_ButtonLegend_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, Button1) == 0x000290, "Member 'UWBP_ButtonLegend_C::Button1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, Button2) == 0x000298, "Member 'UWBP_ButtonLegend_C::Button2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, Button3) == 0x0002A0, "Member 'UWBP_ButtonLegend_C::Button3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, Button4) == 0x0002A8, "Member 'UWBP_ButtonLegend_C::Button4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, Button5) == 0x0002B0, "Member 'UWBP_ButtonLegend_C::Button5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, ButtonSlots) == 0x0002B8, "Member 'UWBP_ButtonLegend_C::ButtonSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, ButtonSize) == 0x0002C8, "Member 'UWBP_ButtonLegend_C::ButtonSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, SpreadRadius) == 0x0002D0, "Member 'UWBP_ButtonLegend_C::SpreadRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, VerticalSpacing) == 0x0002D4, "Member 'UWBP_ButtonLegend_C::VerticalSpacing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, SpacingEaseMode) == 0x0002D8, "Member 'UWBP_ButtonLegend_C::SpacingEaseMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, DebugTxt) == 0x0002E0, "Member 'UWBP_ButtonLegend_C::DebugTxt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegend_C, DebugActionName) == 0x0002F8, "Member 'UWBP_ButtonLegend_C::DebugActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PMSettings_Advanced_C \ +static_assert(alignof(UWBP_PMSettings_Advanced_C) == 0x000008, "Wrong alignment on UWBP_PMSettings_Advanced_C"); \ +static_assert(sizeof(UWBP_PMSettings_Advanced_C) == 0x0002E0, "Wrong size on UWBP_PMSettings_Advanced_C"); \ + +#define DUMPER7_ASSERTS_WBP_PMSettings_C_SetDefaultCircleSelectID \ +static_assert(alignof(WBP_PMSettings_C_SetDefaultCircleSelectID) == 0x000008, "Wrong alignment on WBP_PMSettings_C_SetDefaultCircleSelectID"); \ +static_assert(sizeof(WBP_PMSettings_C_SetDefaultCircleSelectID) == 0x000160, "Wrong size on WBP_PMSettings_C_SetDefaultCircleSelectID"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, DT_Entry) == 0x000000, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::DT_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, Default_ID) == 0x000018, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::Default_ID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_GetAllChildren_ReturnValue) == 0x000048, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, K2Node_DynamicCast_AsOptions_Menu_Item) == 0x000098, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::K2Node_DynamicCast_AsOptions_Menu_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00015D, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultCircleSelectID, CallFunc_BooleanAND_ReturnValue) == 0x00015E, "Member 'WBP_PMSettings_C_SetDefaultCircleSelectID::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMSettings_C_SetDefaultSliderValue \ +static_assert(alignof(WBP_PMSettings_C_SetDefaultSliderValue) == 0x000008, "Wrong alignment on WBP_PMSettings_C_SetDefaultSliderValue"); \ +static_assert(sizeof(WBP_PMSettings_C_SetDefaultSliderValue) == 0x000160, "Wrong size on WBP_PMSettings_C_SetDefaultSliderValue"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, DT_Entry) == 0x000000, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::DT_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, Default_Value) == 0x000018, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::Default_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_GetAllChildren_ReturnValue) == 0x000048, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, K2Node_DynamicCast_AsOptions_Menu_Item) == 0x000098, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::K2Node_DynamicCast_AsOptions_Menu_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00015D, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_SetDefaultSliderValue, CallFunc_BooleanAND_ReturnValue) == 0x00015E, "Member 'WBP_PMSettings_C_SetDefaultSliderValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMSettings_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_PMSettings_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_PMSettings_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_PMSettings_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_PMSettings_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_PMSettings_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PMSettings_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMSettings_C_Tick \ +static_assert(alignof(WBP_PMSettings_C_Tick) == 0x000004, "Wrong alignment on WBP_PMSettings_C_Tick"); \ +static_assert(sizeof(WBP_PMSettings_C_Tick) == 0x00003C, "Wrong size on WBP_PMSettings_C_Tick"); \ +static_assert(offsetof(WBP_PMSettings_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_PMSettings_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_PMSettings_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings \ +static_assert(alignof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings) == 0x000008, "Wrong alignment on WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings"); \ +static_assert(sizeof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings) == 0x000090, "Wrong size on WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, EntryPoint) == 0x000000, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, K2Node_Event_InFocusEvent) == 0x000010, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetRoll_ReturnValue) == 0x000018, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetRoll_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, K2Node_Event_MyGeometry) == 0x00001C, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, K2Node_Event_InDeltaTime) == 0x000054, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x000058, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetPhotoModeManager_ReturnValue_2) == 0x000060, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetPhotoModeManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetAberration_ReturnValue) == 0x000068, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetAberration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetGrain_ReturnValue) == 0x00006C, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetGrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetPhotoModeManager_ReturnValue_3) == 0x000070, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetPhotoModeManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetExposure_ReturnValue) == 0x000078, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetExposure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetPhotoModeManager_ReturnValue_4) == 0x000080, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetPhotoModeManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings, CallFunc_GetVignette_ReturnValue) == 0x000088, "Member 'WBP_PMSettings_C_ExecuteUbergraph_WBP_PMSettings::CallFunc_GetVignette_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PMSettings_C \ +static_assert(alignof(UWBP_PMSettings_C) == 0x000008, "Wrong alignment on UWBP_PMSettings_C"); \ +static_assert(sizeof(UWBP_PMSettings_C) == 0x0002E0, "Wrong size on UWBP_PMSettings_C"); \ +static_assert(offsetof(UWBP_PMSettings_C, UberGraphFrame) == 0x0002C8, "Member 'UWBP_PMSettings_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PMSettings_C, LastFocusedWidget) == 0x0002D0, "Member 'UWBP_PMSettings_C::LastFocusedWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PMSettings_C, FocusFirstButton) == 0x0002D8, "Member 'UWBP_PMSettings_C::FocusFirstButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMOptionsMenuItem_C_OnMouseEnter \ +static_assert(alignof(WBP_PMOptionsMenuItem_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_PMOptionsMenuItem_C_OnMouseEnter"); \ +static_assert(sizeof(WBP_PMOptionsMenuItem_C_OnMouseEnter) == 0x0000A8, "Wrong size on WBP_PMOptionsMenuItem_C_OnMouseEnter"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_PMOptionsMenuItem_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_PMOptionsMenuItem_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMOptionsMenuItem_C_OnFocusLost \ +static_assert(alignof(WBP_PMOptionsMenuItem_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_PMOptionsMenuItem_C_OnFocusLost"); \ +static_assert(sizeof(WBP_PMOptionsMenuItem_C_OnFocusLost) == 0x000008, "Wrong size on WBP_PMOptionsMenuItem_C_OnFocusLost"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_PMOptionsMenuItem_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMOptionsMenuItem_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_PMOptionsMenuItem_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_PMOptionsMenuItem_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_PMOptionsMenuItem_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_PMOptionsMenuItem_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PMOptionsMenuItem_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem \ +static_assert(alignof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem) == 0x000008, "Wrong alignment on WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem"); \ +static_assert(sizeof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem) == 0x0000E8, "Wrong size on WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, EntryPoint) == 0x000000, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, K2Node_Event_MyGeometry) == 0x000014, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, K2Node_Event_MouseEvent) == 0x000050, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, CallFunc_HasUserFocus_ReturnValue) == 0x0000C0, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::CallFunc_HasUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000C8, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, K2Node_Event_InFocusEvent_1) == 0x0000D4, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem, K2Node_Event_InFocusEvent) == 0x0000DC, "Member 'WBP_PMOptionsMenuItem_C_ExecuteUbergraph_WBP_PMOptionsMenuItem::K2Node_Event_InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PMOptionsMenuItem_C \ +static_assert(alignof(UWBP_PMOptionsMenuItem_C) == 0x000008, "Wrong alignment on UWBP_PMOptionsMenuItem_C"); \ +static_assert(sizeof(UWBP_PMOptionsMenuItem_C) == 0x000320, "Wrong size on UWBP_PMOptionsMenuItem_C"); \ +static_assert(offsetof(UWBP_PMOptionsMenuItem_C, UberGraphFrame) == 0x000310, "Member 'UWBP_PMOptionsMenuItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PMOptionsMenuItem_C, SelectionDot) == 0x000318, "Member 'UWBP_PMOptionsMenuItem_C::SelectionDot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_GetPreviousAnimation \ +static_assert(alignof(WBP_ButtonLegendButton_C_GetPreviousAnimation) == 0x000008, "Wrong alignment on WBP_ButtonLegendButton_C_GetPreviousAnimation"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_GetPreviousAnimation) == 0x000018, "Wrong size on WBP_ButtonLegendButton_C_GetPreviousAnimation"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetPreviousAnimation, Anim) == 0x000000, "Member 'WBP_ButtonLegendButton_C_GetPreviousAnimation::Anim' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetPreviousAnimation, Temp_bool_Variable) == 0x000008, "Member 'WBP_ButtonLegendButton_C_GetPreviousAnimation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetPreviousAnimation, K2Node_Select_Default) == 0x000010, "Member 'WBP_ButtonLegendButton_C_GetPreviousAnimation::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_GetCurrentAnimation \ +static_assert(alignof(WBP_ButtonLegendButton_C_GetCurrentAnimation) == 0x000008, "Wrong alignment on WBP_ButtonLegendButton_C_GetCurrentAnimation"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_GetCurrentAnimation) == 0x000018, "Wrong size on WBP_ButtonLegendButton_C_GetCurrentAnimation"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetCurrentAnimation, Anim) == 0x000000, "Member 'WBP_ButtonLegendButton_C_GetCurrentAnimation::Anim' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetCurrentAnimation, Temp_bool_Variable) == 0x000008, "Member 'WBP_ButtonLegendButton_C_GetCurrentAnimation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetCurrentAnimation, K2Node_Select_Default) == 0x000010, "Member 'WBP_ButtonLegendButton_C_GetCurrentAnimation::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_GetPreviousTextBox \ +static_assert(alignof(WBP_ButtonLegendButton_C_GetPreviousTextBox) == 0x000008, "Wrong alignment on WBP_ButtonLegendButton_C_GetPreviousTextBox"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_GetPreviousTextBox) == 0x000018, "Wrong size on WBP_ButtonLegendButton_C_GetPreviousTextBox"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetPreviousTextBox, TB) == 0x000000, "Member 'WBP_ButtonLegendButton_C_GetPreviousTextBox::TB' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetPreviousTextBox, Temp_bool_Variable) == 0x000008, "Member 'WBP_ButtonLegendButton_C_GetPreviousTextBox::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetPreviousTextBox, K2Node_Select_Default) == 0x000010, "Member 'WBP_ButtonLegendButton_C_GetPreviousTextBox::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_GetCurrentTextBox \ +static_assert(alignof(WBP_ButtonLegendButton_C_GetCurrentTextBox) == 0x000008, "Wrong alignment on WBP_ButtonLegendButton_C_GetCurrentTextBox"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_GetCurrentTextBox) == 0x000018, "Wrong size on WBP_ButtonLegendButton_C_GetCurrentTextBox"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetCurrentTextBox, TB) == 0x000000, "Member 'WBP_ButtonLegendButton_C_GetCurrentTextBox::TB' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetCurrentTextBox, Temp_bool_Variable) == 0x000008, "Member 'WBP_ButtonLegendButton_C_GetCurrentTextBox::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_GetCurrentTextBox, K2Node_Select_Default) == 0x000010, "Member 'WBP_ButtonLegendButton_C_GetCurrentTextBox::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_SetText \ +static_assert(alignof(WBP_ButtonLegendButton_C_SetText) == 0x000008, "Wrong alignment on WBP_ButtonLegendButton_C_SetText"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_SetText) == 0x000028, "Wrong size on WBP_ButtonLegendButton_C_SetText"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, newText) == 0x000000, "Member 'WBP_ButtonLegendButton_C_SetText::newText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, Immediate) == 0x000018, "Member 'WBP_ButtonLegendButton_C_SetText::Immediate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_ButtonLegendButton_C_SetText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, CallFunc_TextIsEmpty_ReturnValue) == 0x00001A, "Member 'WBP_ButtonLegendButton_C_SetText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'WBP_ButtonLegendButton_C_SetText::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, CallFunc_NotEqual_TextText_ReturnValue) == 0x00001C, "Member 'WBP_ButtonLegendButton_C_SetText::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_SetText, CallFunc_GetCurrentTextBox_TB) == 0x000020, "Member 'WBP_ButtonLegendButton_C_SetText::CallFunc_GetCurrentTextBox_TB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_Update \ +static_assert(alignof(WBP_ButtonLegendButton_C_Update) == 0x000008, "Wrong alignment on WBP_ButtonLegendButton_C_Update"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_Update) == 0x000058, "Wrong size on WBP_ButtonLegendButton_C_Update"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, newText) == 0x000000, "Member 'WBP_ButtonLegendButton_C_Update::newText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, Immediate) == 0x000018, "Member 'WBP_ButtonLegendButton_C_Update::Immediate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_GetPreviousAnimation_Anim) == 0x000020, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_GetPreviousAnimation_Anim' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_GetCurrentAnimation_Anim) == 0x000030, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_GetCurrentAnimation_Anim' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_GetPreviousTextBox_TB) == 0x000038, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_GetPreviousTextBox_TB' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_GetCurrentTextBox_TB) == 0x000048, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_GetCurrentTextBox_TB' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_Update, CallFunc_SelectFloat_ReturnValue) == 0x000050, "Member 'WBP_ButtonLegendButton_C_Update::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_PreConstruct \ +static_assert(alignof(WBP_ButtonLegendButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonLegendButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonLegendButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonLegendButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton \ +static_assert(alignof(WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton) == 0x000004, "Wrong alignment on WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton"); \ +static_assert(sizeof(WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton) == 0x000008, "Wrong size on WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton, EntryPoint) == 0x000000, "Member 'WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ButtonLegendButton_C_ExecuteUbergraph_WBP_ButtonLegendButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ButtonLegendButton_C \ +static_assert(alignof(UWBP_ButtonLegendButton_C) == 0x000008, "Wrong alignment on UWBP_ButtonLegendButton_C"); \ +static_assert(sizeof(UWBP_ButtonLegendButton_C) == 0x0002B0, "Wrong size on UWBP_ButtonLegendButton_C"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, UberGraphFrame) == 0x000260, "Member 'UWBP_ButtonLegendButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, ShowB) == 0x000268, "Member 'UWBP_ButtonLegendButton_C::ShowB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, ShowA) == 0x000270, "Member 'UWBP_ButtonLegendButton_C::ShowA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, TextBlockA) == 0x000278, "Member 'UWBP_ButtonLegendButton_C::TextBlockA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, TextBlockB) == 0x000280, "Member 'UWBP_ButtonLegendButton_C::TextBlockB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, ShouldBeVisible) == 0x000288, "Member 'UWBP_ButtonLegendButton_C::ShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, VisibleLastFrame) == 0x000289, "Member 'UWBP_ButtonLegendButton_C::VisibleLastFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, LastSetText) == 0x000290, "Member 'UWBP_ButtonLegendButton_C::LastSetText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonLegendButton_C, IsACurrent) == 0x0002A8, "Member 'UWBP_ButtonLegendButton_C::IsACurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex) == 0x000188, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, ID) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::ID' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, Selected_Outfit_RowName) == 0x000004, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::Selected_Outfit_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, FoundOutfitRowName) == 0x00000C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::FoundOutfitRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CurrentOutfitID) == 0x000014, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CurrentOutfitID' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, SelectedOutfitID) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::SelectedOutfitID' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, Temp_int_Variable) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTable_CostumeTable) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTable_CostumeTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTable_CostumeTable_1) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTable_CostumeTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000178, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000179, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_BooleanAND_ReturnValue) == 0x00017A, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetIsDataAvailable_ReturnValue) == 0x00017B, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetIsDataAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x00017C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000180, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetSelectedOutfitViaCycleIndex::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume) == 0x000040, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, EntryPoint) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, K2Node_Event_Value) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, CallFunc_GetSelectedOutfitViaCycleIndex_Selected_Outfit_RowName) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::CallFunc_GetSelectedOutfitViaCycleIndex_Selected_Outfit_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticCostume_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticCostume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable) == 0x000130, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CostumeCosmeticData) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CostumeCosmeticData' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, ReturnValue) == 0x000110, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000118, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_GetValue_OutValue) == 0x000120, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_GetValue_ReturnValue) == 0x000124, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000125, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_Greater_IntInt_ReturnValue) == 0x000126, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_HasEntitlementUnlocked_ReturnValue) == 0x000127, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_HasEntitlementUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000128, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_BooleanOR_ReturnValue) == 0x000129, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_BooleanOR_ReturnValue_1) == 0x00012A, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable, CallFunc_BooleanAND_ReturnValue) == 0x00012B, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetIsDataAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_GetDataTable \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_GetDataTable) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_GetDataTable"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_GetDataTable) == 0x000010, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_GetDataTable"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDataTable, CostumeTable) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDataTable::CostumeTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDataTable, CallFunc_GetKena_Kena) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDataTable::CallFunc_GetKena_Kena' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries) == 0x0001F0, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, Entries) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::Entries' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, OutfitEntries) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::OutfitEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_GetDataTable_CostumeTable) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_GetDataTable_CostumeTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_GetDataTable_CostumeTable_1) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_GetDataTable_CostumeTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000178, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_Less_IntInt_ReturnValue) == 0x000179, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_GetIsDataAvailable_ReturnValue) == 0x00017A, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_GetIsDataAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry) == 0x000180, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_Add_IntInt_ReturnValue) == 0x0001B0, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry_1) == 0x0001B8, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue) == 0x0001E8, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue_1) == 0x0001EC, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_GetKena \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_GetKena) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_GetKena"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_GetKena) == 0x000038, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_GetKena"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, Kena) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::Kena' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, CallFunc_GetPhotoController_ReturnValue) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::CallFunc_GetPhotoController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetKena, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue) == 0x0001A0, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CurrentCycleIndex) == 0x00000C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CurrentCycleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetPreviewCostumeRowName_RowName) == 0x000044, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetPreviewCostumeRowName_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00004C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetDataTable_CostumeTable) == 0x000050, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetDataTable_CostumeTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetDataTable_CostumeTable_1) == 0x000058, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetDataTable_CostumeTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000060, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_OutRow) == 0x000080, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000190, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x000191, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue) == 0x000192, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_GetIsDataAvailable_ReturnValue) == 0x000193, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_GetIsDataAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000194, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue_1) == 0x000198, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue, Temp_int_Variable) == 0x00019C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable \ +static_assert(alignof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable) == 0x000170, "Wrong size on BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, IsAvailable) == 0x000009, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, Temp_bool_True_if_break_was_hit_Variable) == 0x00000A, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_GetDataTable_CostumeTable) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_GetDataTable_CostumeTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_GetDataTable_CostumeTable_1) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_GetDataTable_CostumeTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000150, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_Array_Length_ReturnValue) == 0x000154, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_GetIsDataAvailable_ReturnValue) == 0x000158, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_GetIsDataAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, Temp_int_Loop_Counter_Variable) == 0x00015C, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_Less_IntInt_ReturnValue) == 0x000160, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000168, "Member 'BP_PM_OptionToggleCosmeticCostume_C_IsOptionAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PM_OptionToggleCosmeticCostume_C \ +static_assert(alignof(UBP_PM_OptionToggleCosmeticCostume_C) == 0x000008, "Wrong alignment on UBP_PM_OptionToggleCosmeticCostume_C"); \ +static_assert(sizeof(UBP_PM_OptionToggleCosmeticCostume_C) == 0x000030, "Wrong size on UBP_PM_OptionToggleCosmeticCostume_C"); \ +static_assert(offsetof(UBP_PM_OptionToggleCosmeticCostume_C, UberGraphFrame) == 0x000028, "Member 'UBP_PM_OptionToggleCosmeticCostume_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex) == 0x0000E8, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, ID) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::ID' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, Selected_Outfit_RowName) == 0x000004, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::Selected_Outfit_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, FoundOutfitRowName) == 0x00000C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::FoundOutfitRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CurrentOutfitID) == 0x000014, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CurrentOutfitID' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, SelectedOutfitID) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::SelectedOutfitID' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTable_StaffTable) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTable_StaffTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTable_StaffTable_1) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTable_StaffTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000D0, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_Array_Length_ReturnValue) == 0x0000D4, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, Temp_int_Variable) == 0x0000DC, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E0, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000E4, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetSelectedOutfitViaCycleIndex::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff) == 0x000040, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, EntryPoint) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, K2Node_Event_Value) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, CallFunc_GetSelectedOutfitViaCycleIndex_Selected_Outfit_RowName) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::CallFunc_GetSelectedOutfitViaCycleIndex_Selected_Outfit_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticStaff_C_ExecuteUbergraph_BP_PM_OptionToggleCosmeticStaff::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable) == 0x000090, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, StaffCosmeticData) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::StaffCosmeticData' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, ReturnValue) == 0x000070, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000078, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_GetValue_OutValue) == 0x000080, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_GetValue_ReturnValue) == 0x000084, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_HasEntitlementUnlocked_ReturnValue) == 0x000085, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_HasEntitlementUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_Greater_IntInt_ReturnValue) == 0x000086, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000087, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetIsDataAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_GetDataTable \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_GetDataTable) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_GetDataTable"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_GetDataTable) == 0x000010, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_GetDataTable"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDataTable, StaffTable) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDataTable::StaffTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDataTable, CallFunc_GetKena_Kena) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDataTable::CallFunc_GetKena_Kena' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries) == 0x000150, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, Entries) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::Entries' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, OutfitEntries) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::OutfitEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_GetDataTable_StaffTable) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_GetDataTable_StaffTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_GetDataTable_StaffTable_1) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_GetDataTable_StaffTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000D8, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_Less_IntInt_ReturnValue) == 0x0000D9, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_GetIsDataAvailable_ReturnValue) == 0x0000DA, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_GetIsDataAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry) == 0x0000E0, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry_1) == 0x000118, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue) == 0x000148, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue_1) == 0x00014C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_GetKena \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_GetKena) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_GetKena"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_GetKena) == 0x000038, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_GetKena"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, Kena) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::Kena' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, CallFunc_GetPhotoController_ReturnValue) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::CallFunc_GetPhotoController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetKena, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetKena::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue) == 0x000100, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CurrentCycleIndex) == 0x00000C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CurrentCycleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000020, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000028, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000038, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetPreviewStaffRowName_RowName) == 0x000044, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetPreviewStaffRowName_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00004C, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetDataTable_StaffTable) == 0x000050, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetDataTable_StaffTable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetDataTable_StaffTable_1) == 0x000058, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetDataTable_StaffTable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000060, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_OutRow) == 0x000080, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000F0, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x0000F1, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue) == 0x0000F2, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_GetIsDataAvailable_ReturnValue) == 0x0000F3, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_GetIsDataAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0000F4, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue, Temp_int_Variable) == 0x0000FC, "Member 'BP_PM_OptionToggleCosmeticStaff_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable \ +static_assert(alignof(BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable, IsAvailable) == 0x000009, "Member 'BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable, CallFunc_HasEntitlementUnlocked_ReturnValue) == 0x00000A, "Member 'BP_PM_OptionToggleCosmeticStaff_C_IsOptionAvailable::CallFunc_HasEntitlementUnlocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PM_OptionToggleCosmeticStaff_C \ +static_assert(alignof(UBP_PM_OptionToggleCosmeticStaff_C) == 0x000008, "Wrong alignment on UBP_PM_OptionToggleCosmeticStaff_C"); \ +static_assert(sizeof(UBP_PM_OptionToggleCosmeticStaff_C) == 0x000030, "Wrong size on UBP_PM_OptionToggleCosmeticStaff_C"); \ +static_assert(offsetof(UBP_PM_OptionToggleCosmeticStaff_C, UberGraphFrame) == 0x000028, "Member 'UBP_PM_OptionToggleCosmeticStaff_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAberration_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionAberration_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionAberration_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionAberration_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionAberration_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionAberration_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionAberration_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionAberration_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration \ +static_assert(alignof(BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration) == 0x000008, "Wrong alignment on BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration"); \ +static_assert(sizeof(BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration) == 0x000020, "Wrong size on BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration"); \ +static_assert(offsetof(BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration, EntryPoint) == 0x000000, "Member 'BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration, K2Node_Event_Value) == 0x000018, "Member 'BP_PMOptionAberration_C_ExecuteUbergraph_BP_PMOptionAberration::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAberration_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionAberration_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionAberration_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionAberration_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_PMOptionAberration_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionAberration_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionAberration_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionAberration_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionAberration_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAberration_C_GetAppliedFloatValue, CallFunc_GetAberration_ReturnValue) == 0x000018, "Member 'BP_PMOptionAberration_C_GetAppliedFloatValue::CallFunc_GetAberration_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionAberration_C \ +static_assert(alignof(UBP_PMOptionAberration_C) == 0x000008, "Wrong alignment on UBP_PMOptionAberration_C"); \ +static_assert(sizeof(UBP_PMOptionAberration_C) == 0x000030, "Wrong size on UBP_PMOptionAberration_C"); \ +static_assert(offsetof(UBP_PMOptionAberration_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionAberration_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAperture_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionAperture_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionAperture_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionAperture_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionAperture_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionAperture_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionAperture_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture \ +static_assert(alignof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture) == 0x000008, "Wrong alignment on BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture"); \ +static_assert(sizeof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture) == 0x000020, "Wrong size on BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture, EntryPoint) == 0x000000, "Member 'BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture, K2Node_Event_Value) == 0x000018, "Member 'BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_PMOptionAperture_C_ExecuteUbergraph_BP_PMOptionAperture::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAperture_C_GetDefaultIntValue \ +static_assert(alignof(BP_PMOptionAperture_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_PMOptionAperture_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_PMOptionAperture_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_PMOptionAperture_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionAperture_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionAperture_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionAperture_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionAperture_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionAperture_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionAperture_C_GetAppliedIntValue) == 0x000040, "Wrong size on BP_PMOptionAperture_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CurrentAperture) == 0x00000C, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000028, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_GetAperture_ReturnValue) == 0x000034, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_GetAperture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionAperture_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue) == 0x00003E, "Member 'BP_PMOptionAperture_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionAperture_C \ +static_assert(alignof(UBP_PMOptionAperture_C) == 0x000008, "Wrong alignment on UBP_PMOptionAperture_C"); \ +static_assert(sizeof(UBP_PMOptionAperture_C) == 0x000040, "Wrong size on UBP_PMOptionAperture_C"); \ +static_assert(offsetof(UBP_PMOptionAperture_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionAperture_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionAperture_C, ApertureValues) == 0x000030, "Member 'UBP_PMOptionAperture_C::ApertureValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionExposure_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionExposure_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionExposure_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionExposure_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionExposure_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionExposure_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionExposure_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionExposure_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure \ +static_assert(alignof(BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure) == 0x000008, "Wrong alignment on BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure"); \ +static_assert(sizeof(BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure) == 0x000020, "Wrong size on BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure"); \ +static_assert(offsetof(BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure, EntryPoint) == 0x000000, "Member 'BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure, K2Node_Event_Value) == 0x000018, "Member 'BP_PMOptionExposure_C_ExecuteUbergraph_BP_PMOptionExposure::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionExposure_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionExposure_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionExposure_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionExposure_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_PMOptionExposure_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionExposure_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionExposure_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionExposure_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionExposure_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionExposure_C_GetAppliedFloatValue, CallFunc_GetExposure_ReturnValue) == 0x000018, "Member 'BP_PMOptionExposure_C_GetAppliedFloatValue::CallFunc_GetExposure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionExposure_C \ +static_assert(alignof(UBP_PMOptionExposure_C) == 0x000008, "Wrong alignment on UBP_PMOptionExposure_C"); \ +static_assert(sizeof(UBP_PMOptionExposure_C) == 0x000030, "Wrong size on UBP_PMOptionExposure_C"); \ +static_assert(offsetof(UBP_PMOptionExposure_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionExposure_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionFormat_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionFormat_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionFormat_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionFormat_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionFormat_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionFormat_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionFormat_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat \ +static_assert(alignof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat) == 0x000008, "Wrong alignment on BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat"); \ +static_assert(sizeof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat) == 0x000078, "Wrong size on BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, EntryPoint) == 0x000000, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, K2Node_Event_OwningWidget) == 0x000028, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, K2Node_Event_Value) == 0x000030, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'BP_PMOptionFormat_C_ExecuteUbergraph_BP_PMOptionFormat::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionFormat_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionFormat_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionFormat_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionFormat_C_GetAppliedIntValue) == 0x000010, "Wrong size on BP_PMOptionFormat_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionFormat_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionFormat_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionFormat_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionFormat_C_GetAppliedIntValue, CurrentIndex) == 0x00000C, "Member 'BP_PMOptionFormat_C_GetAppliedIntValue::CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionFormat_C \ +static_assert(alignof(UBP_PMOptionFormat_C) == 0x000008, "Wrong alignment on UBP_PMOptionFormat_C"); \ +static_assert(sizeof(UBP_PMOptionFormat_C) == 0x000040, "Wrong size on UBP_PMOptionFormat_C"); \ +static_assert(offsetof(UBP_PMOptionFormat_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionFormat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionFormat_C, FormatTable) == 0x000030, "Member 'UBP_PMOptionFormat_C::FormatTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionFormat_C, SelectedIndex) == 0x000038, "Member 'UBP_PMOptionFormat_C::SelectedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionGrain_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionGrain_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionGrain_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionGrain_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionGrain_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionGrain_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionGrain_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionGrain_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain \ +static_assert(alignof(BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain) == 0x000008, "Wrong alignment on BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain"); \ +static_assert(sizeof(BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain) == 0x000020, "Wrong size on BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain"); \ +static_assert(offsetof(BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain, EntryPoint) == 0x000000, "Member 'BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain, K2Node_Event_Value) == 0x000018, "Member 'BP_PMOptionGrain_C_ExecuteUbergraph_BP_PMOptionGrain::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionGrain_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionGrain_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionGrain_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionGrain_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_PMOptionGrain_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionGrain_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionGrain_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionGrain_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionGrain_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionGrain_C_GetAppliedFloatValue, CallFunc_GetGrain_ReturnValue) == 0x000018, "Member 'BP_PMOptionGrain_C_GetAppliedFloatValue::CallFunc_GetGrain_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionGrain_C \ +static_assert(alignof(UBP_PMOptionGrain_C) == 0x000008, "Wrong alignment on UBP_PMOptionGrain_C"); \ +static_assert(sizeof(UBP_PMOptionGrain_C) == 0x000030, "Wrong size on UBP_PMOptionGrain_C"); \ +static_assert(offsetof(UBP_PMOptionGrain_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionGrain_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionLightingRig_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionLightingRig_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionLightingRig_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig \ +static_assert(alignof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig"); \ +static_assert(sizeof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig) == 0x000088, "Wrong size on BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, EntryPoint) == 0x000000, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, K2Node_Event_OwningWidget) == 0x000018, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, K2Node_Event_Value) == 0x000020, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000028, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000038, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000040, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000050, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_Array_Get_Item) == 0x000064, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_GetDataTableRowFromName_OutRow) == 0x000070, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000080, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'BP_PMOptionLightingRig_C_ExecuteUbergraph_BP_PMOptionLightingRig::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_C_IsOptionAvailable \ +static_assert(alignof(BP_PMOptionLightingRig_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PMOptionLightingRig_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_PMOptionLightingRig_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionLightingRig_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_C_GetAppliedIntValue) == 0x000090, "Wrong size on BP_PMOptionLightingRig_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, SelectedLightingRigIndex) == 0x00000C, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::SelectedLightingRigIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000028, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000040, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000050, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_GetActiveLightingRigClass_ActiveLightingRig) == 0x000078, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_GetActiveLightingRigClass_ActiveLightingRig' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_IsLightingRigActive_IsActive) == 0x000080, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_IsLightingRigActive_IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000081, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'BP_PMOptionLightingRig_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionLightingRig_C \ +static_assert(alignof(UBP_PMOptionLightingRig_C) == 0x000008, "Wrong alignment on UBP_PMOptionLightingRig_C"); \ +static_assert(sizeof(UBP_PMOptionLightingRig_C) == 0x000038, "Wrong size on UBP_PMOptionLightingRig_C"); \ +static_assert(offsetof(UBP_PMOptionLightingRig_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionLightingRig_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionLightingRig_C, LightingRigTable) == 0x000030, "Member 'UBP_PMOptionLightingRig_C::LightingRigTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_GetPlayerLocationText \ +static_assert(alignof(WBP_DebugMenu_C_GetPlayerLocationText) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_GetPlayerLocationText"); \ +static_assert(sizeof(WBP_DebugMenu_C_GetPlayerLocationText) == 0x0000B0, "Wrong size on WBP_DebugMenu_C_GetPlayerLocationText"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, ReturnValue) == 0x000000, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, CallFunc_Conv_VectorToText_ReturnValue) == 0x000030, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::CallFunc_Conv_VectorToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetPlayerLocationText, CallFunc_Format_ReturnValue) == 0x000098, "Member 'WBP_DebugMenu_C_GetPlayerLocationText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_ChangeTab \ +static_assert(alignof(WBP_DebugMenu_C_ChangeTab) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_ChangeTab"); \ +static_assert(sizeof(WBP_DebugMenu_C_ChangeTab) == 0x0000A0, "Wrong size on WBP_DebugMenu_C_ChangeTab"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, Index_0) == 0x000000, "Member 'WBP_DebugMenu_C_ChangeTab::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, Temp_struct_Variable) == 0x000004, "Member 'WBP_DebugMenu_C_ChangeTab::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_DebugMenu_C_ChangeTab::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_DebugMenu_C_ChangeTab::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_DebugMenu_C_ChangeTab::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, Temp_bool_Variable) == 0x000034, "Member 'WBP_DebugMenu_C_ChangeTab::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, K2Node_Select_Default) == 0x000048, "Member 'WBP_DebugMenu_C_ChangeTab::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, K2Node_DynamicCast_AsWBP_Debug_Menu_Tab_Button) == 0x000068, "Member 'WBP_DebugMenu_C_ChangeTab::K2Node_DynamicCast_AsWBP_Debug_Menu_Tab_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_DebugMenu_C_ChangeTab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_Less_IntInt_ReturnValue) == 0x000071, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_GetActiveWidget_ReturnValue) == 0x000080, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, K2Node_DynamicCast_AsVertical_Box) == 0x000088, "Member 'WBP_DebugMenu_C_ChangeTab::K2Node_DynamicCast_AsVertical_Box' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WBP_DebugMenu_C_ChangeTab::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ChangeTab, CallFunc_GetChildAt_ReturnValue) == 0x000098, "Member 'WBP_DebugMenu_C_ChangeTab::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_ConstructDebugButton \ +static_assert(alignof(WBP_DebugMenu_C_ConstructDebugButton) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_ConstructDebugButton"); \ +static_assert(sizeof(WBP_DebugMenu_C_ConstructDebugButton) == 0x000050, "Wrong size on WBP_DebugMenu_C_ConstructDebugButton"); \ +static_assert(offsetof(WBP_DebugMenu_C_ConstructDebugButton, DebugCommand) == 0x000000, "Member 'WBP_DebugMenu_C_ConstructDebugButton::DebugCommand' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ConstructDebugButton, VerticalBox) == 0x000030, "Member 'WBP_DebugMenu_C_ConstructDebugButton::VerticalBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ConstructDebugButton, ReturnValue) == 0x000038, "Member 'WBP_DebugMenu_C_ConstructDebugButton::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ConstructDebugButton, CallFunc_SpawnObject_ReturnValue) == 0x000040, "Member 'WBP_DebugMenu_C_ConstructDebugButton::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ConstructDebugButton, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000048, "Member 'WBP_DebugMenu_C_ConstructDebugButton::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_GetCommandList \ +static_assert(alignof(WBP_DebugMenu_C_GetCommandList) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_GetCommandList"); \ +static_assert(sizeof(WBP_DebugMenu_C_GetCommandList) == 0x000048, "Wrong size on WBP_DebugMenu_C_GetCommandList"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, Category) == 0x000000, "Member 'WBP_DebugMenu_C_GetCommandList::Category' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, VerticalBox) == 0x000008, "Member 'WBP_DebugMenu_C_GetCommandList::VerticalBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, NewTabButton) == 0x000010, "Member 'WBP_DebugMenu_C_GetCommandList::NewTabButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'WBP_DebugMenu_C_GetCommandList::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, CallFunc_AddChild_ReturnValue) == 0x000020, "Member 'WBP_DebugMenu_C_GetCommandList::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, CallFunc_Map_Find_Value) == 0x000028, "Member 'WBP_DebugMenu_C_GetCommandList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'WBP_DebugMenu_C_GetCommandList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, CallFunc_SpawnObject_ReturnValue_1) == 0x000038, "Member 'WBP_DebugMenu_C_GetCommandList::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_GetCommandList, CallFunc_AddChild_ReturnValue_1) == 0x000040, "Member 'WBP_DebugMenu_C_GetCommandList::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_HideMenu \ +static_assert(alignof(WBP_DebugMenu_C_HideMenu) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_HideMenu"); \ +static_assert(sizeof(WBP_DebugMenu_C_HideMenu) == 0x000030, "Wrong size on WBP_DebugMenu_C_HideMenu"); \ +static_assert(offsetof(WBP_DebugMenu_C_HideMenu, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000000, "Member 'WBP_DebugMenu_C_HideMenu::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_HideMenu, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000008, "Member 'WBP_DebugMenu_C_HideMenu::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_HideMenu, CallFunc_PeekStack_ReturnValue) == 0x000010, "Member 'WBP_DebugMenu_C_HideMenu::CallFunc_PeekStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_HideMenu, CallFunc_GetObjectClass_ReturnValue) == 0x000018, "Member 'WBP_DebugMenu_C_HideMenu::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_HideMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'WBP_DebugMenu_C_HideMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_HideMenu, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'WBP_DebugMenu_C_HideMenu::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_ShowMenu \ +static_assert(alignof(WBP_DebugMenu_C_ShowMenu) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_ShowMenu"); \ +static_assert(sizeof(WBP_DebugMenu_C_ShowMenu) == 0x000028, "Wrong size on WBP_DebugMenu_C_ShowMenu"); \ +static_assert(offsetof(WBP_DebugMenu_C_ShowMenu, PlayerController) == 0x000000, "Member 'WBP_DebugMenu_C_ShowMenu::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ShowMenu, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_DebugMenu_C_ShowMenu::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ShowMenu, K2Node_DynamicCast_AsVertical_Box) == 0x000010, "Member 'WBP_DebugMenu_C_ShowMenu::K2Node_DynamicCast_AsVertical_Box' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ShowMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_DebugMenu_C_ShowMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ShowMenu, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_DebugMenu_C_ShowMenu::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_OnKeyUp \ +static_assert(alignof(WBP_DebugMenu_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_OnKeyUp"); \ +static_assert(sizeof(WBP_DebugMenu_C_OnKeyUp) == 0x000468, "Wrong size on WBP_DebugMenu_C_OnKeyUp"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_DebugMenu_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_DebugMenu_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'WBP_DebugMenu_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_GetChildrenCount_ReturnValue) == 0x000140, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000144, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Subtract_IntInt_ReturnValue) == 0x000148, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000150, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x00016C, "Member 'WBP_DebugMenu_C_OnKeyUp::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Percent_IntInt_ReturnValue) == 0x000170, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000230, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_GetChildrenCount_ReturnValue_1) == 0x0002E8, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002EC, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x0002F0, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Percent_IntInt_ReturnValue_1) == 0x0003A8, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x0003B0, "Member 'WBP_DebugMenu_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_PreConstruct \ +static_assert(alignof(WBP_DebugMenu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DebugMenu_C_PreConstruct"); \ +static_assert(sizeof(WBP_DebugMenu_C_PreConstruct) == 0x000001, "Wrong size on WBP_DebugMenu_C_PreConstruct"); \ +static_assert(offsetof(WBP_DebugMenu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DebugMenu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_DebugMenu_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_DebugMenu_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_DebugMenu_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_DebugMenu_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_DebugMenu_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_OnTabClicked \ +static_assert(alignof(WBP_DebugMenu_C_OnTabClicked) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_OnTabClicked"); \ +static_assert(sizeof(WBP_DebugMenu_C_OnTabClicked) == 0x000008, "Wrong size on WBP_DebugMenu_C_OnTabClicked"); \ +static_assert(offsetof(WBP_DebugMenu_C_OnTabClicked, Widget) == 0x000000, "Member 'WBP_DebugMenu_C_OnTabClicked::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu \ +static_assert(alignof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu) == 0x000008, "Wrong alignment on WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu"); \ +static_assert(sizeof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu) == 0x000098, "Wrong size on WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, EntryPoint) == 0x000000, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, K2Node_Event_InFocusEvent) == 0x000054, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_GetCommandList_VerticalBox) == 0x000060, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_GetCommandList_VerticalBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_GetCommandList_NewTabButton) == 0x000068, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_GetCommandList_NewTabButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_ConstructDebugButton_ReturnValue) == 0x000078, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_ConstructDebugButton_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, K2Node_CustomEvent_Widget) == 0x000080, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::K2Node_CustomEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_GetChildIndex_ReturnValue) == 0x00008C, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'WBP_DebugMenu_C_ExecuteUbergraph_WBP_DebugMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DebugMenu_C \ +static_assert(alignof(UWBP_DebugMenu_C) == 0x000008, "Wrong alignment on UWBP_DebugMenu_C"); \ +static_assert(sizeof(UWBP_DebugMenu_C) == 0x0002E0, "Wrong size on UWBP_DebugMenu_C"); \ +static_assert(offsetof(UWBP_DebugMenu_C, UberGraphFrame) == 0x000270, "Member 'UWBP_DebugMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenu_C, TabsContainer) == 0x000278, "Member 'UWBP_DebugMenu_C::TabsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenu_C, TabSwitcher) == 0x000280, "Member 'UWBP_DebugMenu_C::TabSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenu_C, TextBlock_156) == 0x000288, "Member 'UWBP_DebugMenu_C::TextBlock_156' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenu_C, CommandLists) == 0x000290, "Member 'UWBP_DebugMenu_C::CommandLists' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionLightingRig_Temperature_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature \ +static_assert(alignof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature) == 0x000038, "Wrong size on BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, EntryPoint) == 0x000000, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, K2Node_Event_Value) == 0x000010, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionLightingRig_Temperature_C_ExecuteUbergraph_BP_PMOptionLightingRig_Temperature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue \ +static_assert(alignof(BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue) == 0x000010, "Wrong size on BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_Temperature_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue) == 0x000030, "Wrong size on BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue, CallFunc_GetLightingRigTemperature_Temperature) == 0x00002C, "Member 'BP_PMOptionLightingRig_Temperature_C_GetAppliedFloatValue::CallFunc_GetLightingRigTemperature_Temperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable \ +static_assert(alignof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable) == 0x000030, "Wrong size on BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable, CallFunc_IsLightingRigActive_IsActive) == 0x000029, "Member 'BP_PMOptionLightingRig_Temperature_C_IsOptionAvailable::CallFunc_IsLightingRigActive_IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionLightingRig_Temperature_C \ +static_assert(alignof(UBP_PMOptionLightingRig_Temperature_C) == 0x000008, "Wrong alignment on UBP_PMOptionLightingRig_Temperature_C"); \ +static_assert(sizeof(UBP_PMOptionLightingRig_Temperature_C) == 0x000030, "Wrong size on UBP_PMOptionLightingRig_Temperature_C"); \ +static_assert(offsetof(UBP_PMOptionLightingRig_Temperature_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionLightingRig_Temperature_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionPose_C_FilterValidPoses \ +static_assert(alignof(BP_PMOptionPose_C_FilterValidPoses) == 0x000008, "Wrong alignment on BP_PMOptionPose_C_FilterValidPoses"); \ +static_assert(sizeof(BP_PMOptionPose_C_FilterValidPoses) == 0x000050, "Wrong size on BP_PMOptionPose_C_FilterValidPoses"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, Array) == 0x000000, "Member 'BP_PMOptionPose_C_FilterValidPoses::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, ValidRowNames_0) == 0x000010, "Member 'BP_PMOptionPose_C_FilterValidPoses::ValidRowNames_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_PMOptionPose_C_FilterValidPoses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_HasItem_ReturnValue) == 0x00002D, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_HasItem_ReturnValue_1) == 0x00002E, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_PMOptionPose_C_FilterValidPoses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003C, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00003D, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_BooleanAND_ReturnValue) == 0x00003E, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_BooleanAND_ReturnValue_1) == 0x00003F, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_NotEqual_NameName_ReturnValue) == 0x000040, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_BooleanOR_ReturnValue) == 0x000041, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000042, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_BooleanAND_ReturnValue_2) == 0x000048, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_FilterValidPoses, CallFunc_BooleanOR_ReturnValue_1) == 0x000049, "Member 'BP_PMOptionPose_C_FilterValidPoses::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionPose_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionPose_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionPose_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionPose_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionPose_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionPose_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionPose_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionPose_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose \ +static_assert(alignof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose) == 0x000008, "Wrong alignment on BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose"); \ +static_assert(sizeof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose) == 0x0000E0, "Wrong size on BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, EntryPoint) == 0x000000, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetPlayerFollowRotOwner_ReturnValue) == 0x000018, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetPlayerFollowRotOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000028, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_Event_OwningWidget) == 0x000040, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_Event_Value) == 0x000048, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000050, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000060, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_FilterValidPoses_ValidRowNames) == 0x000070, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_FilterValidPoses_ValidRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, Temp_int_Array_Index_Variable) == 0x000084, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_Array_Get_Item) == 0x00008C, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000094, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B0, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, Temp_bool_True_if_break_was_hit_Variable) == 0x0000B2, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_Not_PreBool_ReturnValue) == 0x0000B3, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_BooleanAND_ReturnValue) == 0x0000B4, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x0000B8, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetPlayerFollowRotOwner_ReturnValue_1) == 0x0000C0, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetPlayerFollowRotOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_GetOwner_ReturnValue_1) == 0x0000C8, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000D0, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000DC, "Member 'BP_PMOptionPose_C_ExecuteUbergraph_BP_PMOptionPose::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionPose_C_GetDynamicEntries \ +static_assert(alignof(BP_PMOptionPose_C_GetDynamicEntries) == 0x000008, "Wrong alignment on BP_PMOptionPose_C_GetDynamicEntries"); \ +static_assert(sizeof(BP_PMOptionPose_C_GetDynamicEntries) == 0x0000C8, "Wrong size on BP_PMOptionPose_C_GetDynamicEntries"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'BP_PMOptionPose_C_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, Entries) == 0x000008, "Member 'BP_PMOptionPose_C_GetDynamicEntries::Entries' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, UsedInvManager) == 0x000018, "Member 'BP_PMOptionPose_C_GetDynamicEntries::UsedInvManager' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, NoBowNoBomb) == 0x000020, "Member 'BP_PMOptionPose_C_GetDynamicEntries::NoBowNoBomb' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, NoBomb) == 0x000030, "Member 'BP_PMOptionPose_C_GetDynamicEntries::NoBomb' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, AllPoses) == 0x000040, "Member 'BP_PMOptionPose_C_GetDynamicEntries::AllPoses' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_MakeArray_Array_1) == 0x000060, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_MakeArray_Array_2) == 0x000070, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_HasItem_ReturnValue) == 0x000080, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_HasItem_ReturnValue_1) == 0x000082, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000088, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_GetPlayerFollowRotOwner_ReturnValue) == 0x000090, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_GetPlayerFollowRotOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0000A0, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'BP_PMOptionPose_C_GetDynamicEntries::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x0000B8, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetDynamicEntries, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_PMOptionPose_C_GetDynamicEntries::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionPose_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionPose_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionPose_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionPose_C_GetAppliedIntValue) == 0x000130, "Wrong size on BP_PMOptionPose_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, UsedInvManager) == 0x000010, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::UsedInvManager' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CurrentMontage) == 0x000018, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CurrentMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000028, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetPlayerFollowRotOwner_ReturnValue) == 0x000030, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetPlayerFollowRotOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000050, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetController_ReturnValue) == 0x000060, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000068, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_HasItem_ReturnValue) == 0x000072, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_HasItem_ReturnValue_1) == 0x000073, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_HasItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, Temp_int_Array_Index_Variable_1) == 0x000074, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000088, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, Temp_int_Loop_Counter_Variable_1) == 0x000090, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetPlayerFollowRotOwner_ReturnValue_1) == 0x000098, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetPlayerFollowRotOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetOwner_ReturnValue_1) == 0x0000A8, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x0000B8, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetCurrentMontage_ReturnValue) == 0x0000C8, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000D8, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000F0, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0000F8, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000110, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000111, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue_1) == 0x000112, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000113, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_NotEqual_NameName_ReturnValue) == 0x000114, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue_2) == 0x000115, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000116, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_BooleanOR_ReturnValue) == 0x000117, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_BooleanAND_ReturnValue_3) == 0x000118, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Array_Add_ReturnValue) == 0x00011C, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_BooleanOR_ReturnValue_1) == 0x000120, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_GetAppliedIntValue, CallFunc_Less_IntInt_ReturnValue_1) == 0x000128, "Member 'BP_PMOptionPose_C_GetAppliedIntValue::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionPose_C_IsOptionAvailable \ +static_assert(alignof(BP_PMOptionPose_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PMOptionPose_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PMOptionPose_C_IsOptionAvailable) == 0x000020, "Wrong size on BP_PMOptionPose_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PMOptionPose_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PMOptionPose_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PMOptionPose_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_IsOptionAvailable, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionPose_C_IsOptionAvailable::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_IsOptionAvailable, CallFunc_GetIsTimeFrozen_ReturnValue) == 0x000018, "Member 'BP_PMOptionPose_C_IsOptionAvailable::CallFunc_GetIsTimeFrozen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionPose_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_PMOptionPose_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionPose_C \ +static_assert(alignof(UBP_PMOptionPose_C) == 0x000008, "Wrong alignment on UBP_PMOptionPose_C"); \ +static_assert(sizeof(UBP_PMOptionPose_C) == 0x000060, "Wrong size on UBP_PMOptionPose_C"); \ +static_assert(offsetof(UBP_PMOptionPose_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionPose_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionPose_C, PoseTable) == 0x000030, "Member 'UBP_PMOptionPose_C::PoseTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionPose_C, BowPoseRowName) == 0x000038, "Member 'UBP_PMOptionPose_C::BowPoseRowName' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionPose_C, BombPoseRowName) == 0x000040, "Member 'UBP_PMOptionPose_C::BombPoseRowName' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionPose_C, ValidRowNames) == 0x000048, "Member 'UBP_PMOptionPose_C::ValidRowNames' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionPose_C, InventoryManager) == 0x000058, "Member 'UBP_PMOptionPose_C::InventoryManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionRoll_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionRoll_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionRoll_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionRoll_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionRoll_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionRoll_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionRoll_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll \ +static_assert(alignof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll) == 0x000008, "Wrong alignment on BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll"); \ +static_assert(sizeof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll) == 0x000038, "Wrong size on BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, EntryPoint) == 0x000000, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, K2Node_Event_Value) == 0x000010, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionRoll_C_ExecuteUbergraph_BP_PMOptionRoll::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionRoll_C_IsOptionAvailable \ +static_assert(alignof(BP_PMOptionRoll_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PMOptionRoll_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PMOptionRoll_C_IsOptionAvailable) == 0x000030, "Wrong size on BP_PMOptionRoll_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_IsOptionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_PMOptionRoll_C_IsOptionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionRoll_C_GetPresentableValue \ +static_assert(alignof(BP_PMOptionRoll_C_GetPresentableValue) == 0x000008, "Wrong alignment on BP_PMOptionRoll_C_GetPresentableValue"); \ +static_assert(sizeof(BP_PMOptionRoll_C_GetPresentableValue) == 0x000050, "Wrong size on BP_PMOptionRoll_C_GetPresentableValue"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionRoll_C_GetPresentableValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionRoll_C_GetPresentableValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, K2Node_DynamicCast_AsSlider) == 0x000020, "Member 'BP_PMOptionRoll_C_GetPresentableValue::K2Node_DynamicCast_AsSlider' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionRoll_C_GetPresentableValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'BP_PMOptionRoll_C_GetPresentableValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, CallFunc_FTrunc_ReturnValue) == 0x000030, "Member 'BP_PMOptionRoll_C_GetPresentableValue::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetPresentableValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'BP_PMOptionRoll_C_GetPresentableValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionRoll_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionRoll_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionRoll_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionRoll_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_PMOptionRoll_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionRoll_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionRoll_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionRoll_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionRoll_C_GetAppliedFloatValue, CallFunc_GetRoll_ReturnValue) == 0x000018, "Member 'BP_PMOptionRoll_C_GetAppliedFloatValue::CallFunc_GetRoll_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionRoll_C \ +static_assert(alignof(UBP_PMOptionRoll_C) == 0x000008, "Wrong alignment on UBP_PMOptionRoll_C"); \ +static_assert(sizeof(UBP_PMOptionRoll_C) == 0x000030, "Wrong size on UBP_PMOptionRoll_C"); \ +static_assert(offsetof(UBP_PMOptionRoll_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionRoll_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionShowHeroRot_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionShowHeroRot_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionShowHeroRot_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionShowHeroRot_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionShowHeroRot_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionShowHeroRot_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionShowHeroRot_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot \ +static_assert(alignof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot) == 0x000008, "Wrong alignment on BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot"); \ +static_assert(sizeof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot) == 0x000038, "Wrong size on BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, EntryPoint) == 0x000000, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, K2Node_Event_Value) == 0x000010, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionShowHeroRot_C_ExecuteUbergraph_BP_PMOptionShowHeroRot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionShowHeroRot_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionShowHeroRot_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue) == 0x000038, "Wrong size on BP_PMOptionShowHeroRot_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, Temp_bool_Variable) == 0x00000C, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, Temp_int_Variable) == 0x000010, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000014, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, CallFunc_GetHeroRotHidden_IsHidden) == 0x000031, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::CallFunc_GetHeroRotHidden_IsHidden' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionShowHeroRot_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000034, "Member 'BP_PMOptionShowHeroRot_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionShowHeroRot_C \ +static_assert(alignof(UBP_PMOptionShowHeroRot_C) == 0x000008, "Wrong alignment on UBP_PMOptionShowHeroRot_C"); \ +static_assert(sizeof(UBP_PMOptionShowHeroRot_C) == 0x000030, "Wrong size on UBP_PMOptionShowHeroRot_C"); \ +static_assert(offsetof(UBP_PMOptionShowHeroRot_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionShowHeroRot_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiButton_C_GetButtonStyle \ +static_assert(alignof(WBP_MochiButton_C_GetButtonStyle) == 0x000008, "Wrong alignment on WBP_MochiButton_C_GetButtonStyle"); \ +static_assert(sizeof(WBP_MochiButton_C_GetButtonStyle) == 0x000118, "Wrong size on WBP_MochiButton_C_GetButtonStyle"); \ +static_assert(offsetof(WBP_MochiButton_C_GetButtonStyle, ReturnValue) == 0x000000, "Member 'WBP_MochiButton_C_GetButtonStyle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_GetButtonStyle, OutBrush) == 0x000088, "Member 'WBP_MochiButton_C_GetButtonStyle::OutBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_GetButtonStyle, CallFunc_GetIsEnabled_ReturnValue) == 0x000110, "Member 'WBP_MochiButton_C_GetButtonStyle::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_GetButtonStyle, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000111, "Member 'WBP_MochiButton_C_GetButtonStyle::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_GetButtonStyle, CallFunc_IsHovered_ReturnValue) == 0x000112, "Member 'WBP_MochiButton_C_GetButtonStyle::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_GetButtonStyle, CallFunc_IsPressed_ReturnValue) == 0x000113, "Member 'WBP_MochiButton_C_GetButtonStyle::CallFunc_IsPressed_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiButton_C_PreConstruct \ +static_assert(alignof(WBP_MochiButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MochiButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MochiButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MochiButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MochiButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MochiButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton \ +static_assert(alignof(WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton) == 0x000004, "Wrong alignment on WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton"); \ +static_assert(sizeof(WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton) == 0x000008, "Wrong size on WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton"); \ +static_assert(offsetof(WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton, EntryPoint) == 0x000000, "Member 'WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_MochiButton_C_ExecuteUbergraph_WBP_MochiButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MochiButton_C_OnFocusReceived \ +static_assert(alignof(WBP_MochiButton_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_MochiButton_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_MochiButton_C_OnFocusReceived) == 0x000268, "Wrong size on WBP_MochiButton_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_MochiButton_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_MochiButton_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_MochiButton_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_MochiButton_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_MochiButton_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MochiButton_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001B0, "Member 'WBP_MochiButton_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MochiButton_C \ +static_assert(alignof(UWBP_MochiButton_C) == 0x000008, "Wrong alignment on UWBP_MochiButton_C"); \ +static_assert(sizeof(UWBP_MochiButton_C) == 0x0005D8, "Wrong size on UWBP_MochiButton_C"); \ +static_assert(offsetof(UWBP_MochiButton_C, UberGraphFrame) == 0x000260, "Member 'UWBP_MochiButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, InternalButton) == 0x000268, "Member 'UWBP_MochiButton_C::InternalButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, InternalImage) == 0x000270, "Member 'UWBP_MochiButton_C::InternalImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, InternalText) == 0x000278, "Member 'UWBP_MochiButton_C::InternalText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, TextBorder) == 0x000280, "Member 'UWBP_MochiButton_C::TextBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, NormalBrush) == 0x000288, "Member 'UWBP_MochiButton_C::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, HoveredBrush) == 0x000310, "Member 'UWBP_MochiButton_C::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, FocusedBrush) == 0x000398, "Member 'UWBP_MochiButton_C::FocusedBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, PressedBrush) == 0x000420, "Member 'UWBP_MochiButton_C::PressedBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, DisabledBrush) == 0x0004A8, "Member 'UWBP_MochiButton_C::DisabledBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, ButtonText) == 0x000530, "Member 'UWBP_MochiButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, OnClicked) == 0x000548, "Member 'UWBP_MochiButton_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, Font) == 0x000558, "Member 'UWBP_MochiButton_C::Font' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, TextMargin) == 0x0005B0, "Member 'UWBP_MochiButton_C::TextMargin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, TextJustification) == 0x0005C0, "Member 'UWBP_MochiButton_C::TextJustification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MochiButton_C, OnFocused) == 0x0005C8, "Member 'UWBP_MochiButton_C::OnFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionToggleAnimation_C_ApplyIntValue \ +static_assert(alignof(BP_PMOptionToggleAnimation_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_PMOptionToggleAnimation_C_ApplyIntValue"); \ +static_assert(sizeof(BP_PMOptionToggleAnimation_C_ApplyIntValue) == 0x000010, "Wrong size on BP_PMOptionToggleAnimation_C_ApplyIntValue"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionToggleAnimation_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_PMOptionToggleAnimation_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation \ +static_assert(alignof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation) == 0x000008, "Wrong alignment on BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation"); \ +static_assert(sizeof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation) == 0x000038, "Wrong size on BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, EntryPoint) == 0x000000, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000010, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, K2Node_Event_OwningWidget) == 0x000018, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, K2Node_Event_Value) == 0x000020, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000031, "Member 'BP_PMOptionToggleAnimation_C_ExecuteUbergraph_BP_PMOptionToggleAnimation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionToggleAnimation_C_IsOptionAvailable \ +static_assert(alignof(BP_PMOptionToggleAnimation_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_PMOptionToggleAnimation_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_PMOptionToggleAnimation_C_IsOptionAvailable) == 0x000030, "Wrong size on BP_PMOptionToggleAnimation_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_IsOptionAvailable, CallFunc_CanUnfreezeTime_Can_Unfreeze) == 0x000029, "Member 'BP_PMOptionToggleAnimation_C_IsOptionAvailable::CallFunc_CanUnfreezeTime_Can_Unfreeze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionToggleAnimation_C_GetAppliedIntValue \ +static_assert(alignof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_PMOptionToggleAnimation_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue) == 0x000028, "Wrong size on BP_PMOptionToggleAnimation_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, Temp_bool_Variable) == 0x00000C, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, Temp_int_Variable) == 0x000010, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000014, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, CallFunc_GetIsTimeFrozen_ReturnValue) == 0x000020, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::CallFunc_GetIsTimeFrozen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionToggleAnimation_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000024, "Member 'BP_PMOptionToggleAnimation_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionToggleAnimation_C \ +static_assert(alignof(UBP_PMOptionToggleAnimation_C) == 0x000008, "Wrong alignment on UBP_PMOptionToggleAnimation_C"); \ +static_assert(sizeof(UBP_PMOptionToggleAnimation_C) == 0x000030, "Wrong size on UBP_PMOptionToggleAnimation_C"); \ +static_assert(offsetof(UBP_PMOptionToggleAnimation_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionToggleAnimation_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionVignette_C_ApplyFloatValue \ +static_assert(alignof(BP_PMOptionVignette_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionVignette_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMOptionVignette_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMOptionVignette_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMOptionVignette_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionVignette_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMOptionVignette_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette \ +static_assert(alignof(BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette) == 0x000008, "Wrong alignment on BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette"); \ +static_assert(sizeof(BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette) == 0x000020, "Wrong size on BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette"); \ +static_assert(offsetof(BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette, EntryPoint) == 0x000000, "Member 'BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000008, "Member 'BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette, K2Node_Event_Value) == 0x000018, "Member 'BP_PMOptionVignette_C_ExecuteUbergraph_BP_PMOptionVignette::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionVignette_C_GetDefaultFloatValue \ +static_assert(alignof(BP_PMOptionVignette_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionVignette_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_PMOptionVignette_C_GetDefaultFloatValue) == 0x000030, "Wrong size on BP_PMOptionVignette_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetDefaultFloatValue, CallFunc_GetDefaultVignette_DefaulVignette) == 0x00002C, "Member 'BP_PMOptionVignette_C_GetDefaultFloatValue::CallFunc_GetDefaultVignette_DefaulVignette' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMOptionVignette_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMOptionVignette_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMOptionVignette_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMOptionVignette_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_PMOptionVignette_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMOptionVignette_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMOptionVignette_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMOptionVignette_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMOptionVignette_C_GetAppliedFloatValue, CallFunc_GetVignette_ReturnValue) == 0x000018, "Member 'BP_PMOptionVignette_C_GetAppliedFloatValue::CallFunc_GetVignette_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMOptionVignette_C \ +static_assert(alignof(UBP_PMOptionVignette_C) == 0x000010, "Wrong alignment on UBP_PMOptionVignette_C"); \ +static_assert(sizeof(UBP_PMOptionVignette_C) == 0x0005A0, "Wrong size on UBP_PMOptionVignette_C"); \ +static_assert(offsetof(UBP_PMOptionVignette_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMOptionVignette_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionVignette_C, NewPostSettings) == 0x000030, "Member 'UBP_PMOptionVignette_C::NewPostSettings' has a wrong offset!"); \ +static_assert(offsetof(UBP_PMOptionVignette_C, DefaultVignette) == 0x000590, "Member 'UBP_PMOptionVignette_C::DefaultVignette' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMPathOptionSpeed_C_ApplyFloatValue \ +static_assert(alignof(BP_PMPathOptionSpeed_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_PMPathOptionSpeed_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_PMPathOptionSpeed_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_PMPathOptionSpeed_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMPathOptionSpeed_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_PMPathOptionSpeed_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed \ +static_assert(alignof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed) == 0x000008, "Wrong alignment on BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed"); \ +static_assert(sizeof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed) == 0x000038, "Wrong size on BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, EntryPoint) == 0x000000, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, K2Node_Event_Value) == 0x000010, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000018, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000020, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000028, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PMPathOptionSpeed_C_ExecuteUbergraph_BP_PMPathOptionSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMPathOptionSpeed_C_GetDefaultFloatValue \ +static_assert(alignof(BP_PMPathOptionSpeed_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_PMPathOptionSpeed_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_PMPathOptionSpeed_C_GetDefaultFloatValue) == 0x000010, "Wrong size on BP_PMPathOptionSpeed_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMPathOptionSpeed_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMPathOptionSpeed_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PMPathOptionSpeed_C_GetAppliedFloatValue \ +static_assert(alignof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_PMPathOptionSpeed_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue) == 0x000030, "Wrong size on BP_PMPathOptionSpeed_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000010, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, CallFunc_GetActivePhotoPawn_ReturnValue) == 0x000018, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::CallFunc_GetActivePhotoPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, K2Node_DynamicCast_AsBP_Photo_Pawn) == 0x000020, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::K2Node_DynamicCast_AsBP_Photo_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PMPathOptionSpeed_C_GetAppliedFloatValue, CallFunc_GetPathMovementSpeed_PathMovementSpeed) == 0x00002C, "Member 'BP_PMPathOptionSpeed_C_GetAppliedFloatValue::CallFunc_GetPathMovementSpeed_PathMovementSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PMPathOptionSpeed_C \ +static_assert(alignof(UBP_PMPathOptionSpeed_C) == 0x000008, "Wrong alignment on UBP_PMPathOptionSpeed_C"); \ +static_assert(sizeof(UBP_PMPathOptionSpeed_C) == 0x000030, "Wrong size on UBP_PMPathOptionSpeed_C"); \ +static_assert(offsetof(UBP_PMPathOptionSpeed_C, UberGraphFrame) == 0x000028, "Member 'UBP_PMPathOptionSpeed_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPhotoFilter \ +static_assert(alignof(FFPhotoFilter) == 0x000008, "Wrong alignment on FFPhotoFilter"); \ +static_assert(sizeof(FFPhotoFilter) == 0x000018, "Wrong size on FFPhotoFilter"); \ +static_assert(offsetof(FFPhotoFilter, FilterName_2_1302FE0343448C86FFB81FAD302C5AE3) == 0x000000, "Member 'FFPhotoFilter::FilterName_2_1302FE0343448C86FFB81FAD302C5AE3' has a wrong offset!"); \ +static_assert(offsetof(FFPhotoFilter, FilterTexture_6_45CC7A2448D2BBD57E377FA5B2B9F0CC) == 0x000010, "Member 'FFPhotoFilter::FilterTexture_6_45CC7A2448D2BBD57E377FA5B2B9F0CC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0 \ +static_assert(alignof(WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0) == 0x000004, "Wrong alignment on WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0"); \ +static_assert(sizeof(WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0) == 0x000004, "Wrong size on WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0"); \ +static_assert(offsetof(WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0, NewValue) == 0x000000, "Member 'WBP_PMOptionsCycleSelect_C_OnValueChanged_Event_0::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect \ +static_assert(alignof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect) == 0x000004, "Wrong alignment on WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect"); \ +static_assert(sizeof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect) == 0x000020, "Wrong size on WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect"); \ +static_assert(offsetof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect, EntryPoint) == 0x000000, "Member 'WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000018, "Member 'WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect, K2Node_CustomEvent_NewValue) == 0x00001C, "Member 'WBP_PMOptionsCycleSelect_C_ExecuteUbergraph_WBP_PMOptionsCycleSelect::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PMOptionsCycleSelect_C \ +static_assert(alignof(UWBP_PMOptionsCycleSelect_C) == 0x000008, "Wrong alignment on UWBP_PMOptionsCycleSelect_C"); \ +static_assert(sizeof(UWBP_PMOptionsCycleSelect_C) == 0x0002F8, "Wrong size on UWBP_PMOptionsCycleSelect_C"); \ +static_assert(offsetof(UWBP_PMOptionsCycleSelect_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_PMOptionsCycleSelect_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Cake_C \ +static_assert(alignof(ABP_CM_Hat_Cake_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Cake_C"); \ +static_assert(sizeof(ABP_CM_Hat_Cake_C) == 0x000240, "Wrong size on ABP_CM_Hat_Cake_C"); \ +static_assert(offsetof(ABP_CM_Hat_Cake_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Cake_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeroRotSocketNotify_C_Received_Notify \ +static_assert(alignof(BP_HeroRotSocketNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_HeroRotSocketNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_HeroRotSocketNotify_C_Received_Notify) == 0x000030, "Wrong size on BP_HeroRotSocketNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_HeroRotSocketNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_HeroRotSocketNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotSocketNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_HeroRotSocketNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotSocketNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_HeroRotSocketNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotSocketNotify_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_HeroRotSocketNotify_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotSocketNotify_C_Received_Notify, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_HeroRotSocketNotify_C_Received_Notify::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_HeroRotSocketNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_HeroRotSocketNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_HeroRotSocketNotify_C \ +static_assert(alignof(UBP_HeroRotSocketNotify_C) == 0x000008, "Wrong alignment on UBP_HeroRotSocketNotify_C"); \ +static_assert(sizeof(UBP_HeroRotSocketNotify_C) == 0x000040, "Wrong size on UBP_HeroRotSocketNotify_C"); \ +static_assert(offsetof(UBP_HeroRotSocketNotify_C, SocketLocation) == 0x000038, "Member 'UBP_HeroRotSocketNotify_C::SocketLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_BabyRot_C \ +static_assert(alignof(ABP_CM_Hat_BabyRot_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_BabyRot_C"); \ +static_assert(sizeof(ABP_CM_Hat_BabyRot_C) == 0x000240, "Wrong size on ABP_CM_Hat_BabyRot_C"); \ +static_assert(offsetof(ABP_CM_Hat_BabyRot_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_BabyRot_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin \ +static_assert(alignof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd \ +static_assert(alignof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_KenaAdditiveLifeAnimState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_KenaAdditiveLifeAnimState_C \ +static_assert(alignof(UBP_KenaAdditiveLifeAnimState_C) == 0x000008, "Wrong alignment on UBP_KenaAdditiveLifeAnimState_C"); \ +static_assert(sizeof(UBP_KenaAdditiveLifeAnimState_C) == 0x000038, "Wrong size on UBP_KenaAdditiveLifeAnimState_C"); \ +static_assert(offsetof(UBP_KenaAdditiveLifeAnimState_C, AdditiveAnimation) == 0x000030, "Member 'UBP_KenaAdditiveLifeAnimState_C::AdditiveAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Arrow_C_GetStaff \ +static_assert(alignof(BP_AnimSpawnAsset_Arrow_C_GetStaff) == 0x000008, "Wrong alignment on BP_AnimSpawnAsset_Arrow_C_GetStaff"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Arrow_C_GetStaff) == 0x000018, "Wrong size on BP_AnimSpawnAsset_Arrow_C_GetStaff"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_GetStaff, Staff) == 0x000000, "Member 'BP_AnimSpawnAsset_Arrow_C_GetStaff::Staff' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_GetStaff, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_AnimSpawnAsset_Arrow_C_GetStaff::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_GetStaff, CallFunc_GetActiveStaff_ReturnValue) == 0x000010, "Member 'BP_AnimSpawnAsset_Arrow_C_GetStaff::CallFunc_GetActiveStaff_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay \ +static_assert(alignof(BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AnimSpawnAsset_Arrow_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow \ +static_assert(alignof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow) == 0x000008, "Wrong alignment on BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow) == 0x000108, "Wrong size on BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, EntryPoint) == 0x000000, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000010, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000020, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000024, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, K2Node_Event_EndPlayReason) == 0x000028, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_GetStaff_Staff) == 0x000030, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_GetStaff_Staff' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_GetStaff_Staff_1) == 0x000040, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_GetStaff_Staff_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000050, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, K2Node_DynamicCast_AsKena_Character) == 0x000058, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_GetSocketLocation_ReturnValue) == 0x000064, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_FindLookAtRotation_ReturnValue) == 0x000070, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00007C, "Member 'BP_AnimSpawnAsset_Arrow_C_ExecuteUbergraph_BP_AnimSpawnAsset_Arrow::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSpawnAsset_Arrow_C \ +static_assert(alignof(ABP_AnimSpawnAsset_Arrow_C) == 0x000008, "Wrong alignment on ABP_AnimSpawnAsset_Arrow_C"); \ +static_assert(sizeof(ABP_AnimSpawnAsset_Arrow_C) == 0x000298, "Wrong size on ABP_AnimSpawnAsset_Arrow_C"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, UberGraphFrame_BP_AnimSpawnAsset_Arrow_C) == 0x000238, "Member 'ABP_AnimSpawnAsset_Arrow_C::UberGraphFrame_BP_AnimSpawnAsset_Arrow_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, PointLight1) == 0x000240, "Member 'ABP_AnimSpawnAsset_Arrow_C::PointLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, NGS_ArrowMagic) == 0x000248, "Member 'ABP_AnimSpawnAsset_Arrow_C::NGS_ArrowMagic' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, P_ChargingAndFlying) == 0x000250, "Member 'ABP_AnimSpawnAsset_Arrow_C::P_ChargingAndFlying' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, EmberPointLight) == 0x000258, "Member 'ABP_AnimSpawnAsset_Arrow_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, ArrowMesh) == 0x000260, "Member 'ABP_AnimSpawnAsset_Arrow_C::ArrowMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, Visuals) == 0x000268, "Member 'ABP_AnimSpawnAsset_Arrow_C::Visuals' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, FadeLight_Attenuation_Mult_138273F944E9DBCB81314EB1A953987F) == 0x000270, "Member 'ABP_AnimSpawnAsset_Arrow_C::FadeLight_Attenuation_Mult_138273F944E9DBCB81314EB1A953987F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, FadeLight__Direction_138273F944E9DBCB81314EB1A953987F) == 0x000274, "Member 'ABP_AnimSpawnAsset_Arrow_C::FadeLight__Direction_138273F944E9DBCB81314EB1A953987F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, FadeLight) == 0x000278, "Member 'ABP_AnimSpawnAsset_Arrow_C::FadeLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, ScaleArrow_Scale2_ADDD3A1D4E571F5910B93C9C15DB5E7F) == 0x000280, "Member 'ABP_AnimSpawnAsset_Arrow_C::ScaleArrow_Scale2_ADDD3A1D4E571F5910B93C9C15DB5E7F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, ScaleArrow_Scale_ADDD3A1D4E571F5910B93C9C15DB5E7F) == 0x000284, "Member 'ABP_AnimSpawnAsset_Arrow_C::ScaleArrow_Scale_ADDD3A1D4E571F5910B93C9C15DB5E7F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, ScaleArrow__Direction_ADDD3A1D4E571F5910B93C9C15DB5E7F) == 0x000288, "Member 'ABP_AnimSpawnAsset_Arrow_C::ScaleArrow__Direction_ADDD3A1D4E571F5910B93C9C15DB5E7F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Arrow_C, ScaleArrow) == 0x000290, "Member 'ABP_AnimSpawnAsset_Arrow_C::ScaleArrow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3 \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3) == 0x000004, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3) == 0x000008, "Wrong size on BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3, NotifyName) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_OnNotifyEnd_459466A240F313788EE3C9A028E437A3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3 \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3) == 0x000004, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3) == 0x000008, "Wrong size on BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3, NotifyName) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_OnNotifyBegin_459466A240F313788EE3C9A028E437A3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3 \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3) == 0x000004, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3) == 0x000008, "Wrong size on BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3, NotifyName) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_OnInterrupted_459466A240F313788EE3C9A028E437A3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3 \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3) == 0x000004, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3) == 0x000008, "Wrong size on BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3, NotifyName) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_OnBlendOut_459466A240F313788EE3C9A028E437A3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3 \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3) == 0x000004, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3) == 0x000008, "Wrong size on BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3, NotifyName) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_OnCompleted_459466A240F313788EE3C9A028E437A3::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb \ +static_assert(alignof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb) == 0x000008, "Wrong alignment on BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb) == 0x0000A0, "Wrong size on BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, EntryPoint) == 0x000000, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CustomEvent_NotifyName_4) == 0x000014, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, Temp_name_Variable) == 0x00007C, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000084, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_SwitchName_CmpSuccess) == 0x000088, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, K2Node_Event_EndPlayReason) == 0x000089, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000090, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_AnimSpawnAsset_Bomb_C_ExecuteUbergraph_BP_AnimSpawnAsset_Bomb::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSpawnAsset_Bomb_C \ +static_assert(alignof(ABP_AnimSpawnAsset_Bomb_C) == 0x000008, "Wrong alignment on ABP_AnimSpawnAsset_Bomb_C"); \ +static_assert(sizeof(ABP_AnimSpawnAsset_Bomb_C) == 0x000270, "Wrong size on ABP_AnimSpawnAsset_Bomb_C"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, UberGraphFrame_BP_AnimSpawnAsset_Bomb_C) == 0x000238, "Member 'ABP_AnimSpawnAsset_Bomb_C::UberGraphFrame_BP_AnimSpawnAsset_Bomb_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, EmberPointLight) == 0x000240, "Member 'ABP_AnimSpawnAsset_Bomb_C::EmberPointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, P_BombLoopIdle) == 0x000248, "Member 'ABP_AnimSpawnAsset_Bomb_C::P_BombLoopIdle' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, MochiAudio) == 0x000250, "Member 'ABP_AnimSpawnAsset_Bomb_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, RotBomb) == 0x000258, "Member 'ABP_AnimSpawnAsset_Bomb_C::RotBomb' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, TL_PointLightGlow_Attenuation_Mult_1B3A958B4DCB01BB29C0AFA5B776AD8F) == 0x000260, "Member 'ABP_AnimSpawnAsset_Bomb_C::TL_PointLightGlow_Attenuation_Mult_1B3A958B4DCB01BB29C0AFA5B776AD8F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, TL_PointLightGlow__Direction_1B3A958B4DCB01BB29C0AFA5B776AD8F) == 0x000264, "Member 'ABP_AnimSpawnAsset_Bomb_C::TL_PointLightGlow__Direction_1B3A958B4DCB01BB29C0AFA5B776AD8F' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Bomb_C, TL_PointLightGlow) == 0x000268, "Member 'ABP_AnimSpawnAsset_Bomb_C::TL_PointLightGlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base \ +static_assert(alignof(BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base) == 0x000004, "Wrong alignment on BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base"); \ +static_assert(sizeof(BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base) == 0x000004, "Wrong size on BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base"); \ +static_assert(offsetof(BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base, EntryPoint) == 0x000000, "Member 'BP_AnimSpawnAsset_Base_C_ExecuteUbergraph_BP_AnimSpawnAsset_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AnimSpawnAsset_Base_C \ +static_assert(alignof(ABP_AnimSpawnAsset_Base_C) == 0x000008, "Wrong alignment on ABP_AnimSpawnAsset_Base_C"); \ +static_assert(sizeof(ABP_AnimSpawnAsset_Base_C) == 0x000238, "Wrong size on ABP_AnimSpawnAsset_Base_C"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Base_C, UberGraphFrame) == 0x000228, "Member 'ABP_AnimSpawnAsset_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_AnimSpawnAsset_Base_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_AnimSpawnAsset_Base_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs \ +static_assert(alignof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs) == 0x000008, "Wrong alignment on BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs"); \ +static_assert(sizeof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs) == 0x000020, "Wrong size on BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs, EntryPoint) == 0x000000, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsToggleHeldAbilityInputs_C_ExecuteUbergraph_BP_OptionsToggleHeldAbilityInputs::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue, CallFunc_GetToggleHeldAbilityInputs_ReturnValue) == 0x000018, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue::CallFunc_GetToggleHeldAbilityInputs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue, CallFunc_GetDefaultToggleHeldAbilityInputs_ReturnValue) == 0x000018, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue::CallFunc_GetDefaultToggleHeldAbilityInputs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsToggleHeldAbilityInputs_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsToggleHeldAbilityInputs_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsToggleHeldAbilityInputs_C \ +static_assert(alignof(UBP_OptionsToggleHeldAbilityInputs_C) == 0x000008, "Wrong alignment on UBP_OptionsToggleHeldAbilityInputs_C"); \ +static_assert(sizeof(UBP_OptionsToggleHeldAbilityInputs_C) == 0x000030, "Wrong size on UBP_OptionsToggleHeldAbilityInputs_C"); \ +static_assert(offsetof(UBP_OptionsToggleHeldAbilityInputs_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsToggleHeldAbilityInputs_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ScrollCredits_C \ +static_assert(alignof(UWBP_ScrollCredits_C) == 0x000008, "Wrong alignment on UWBP_ScrollCredits_C"); \ +static_assert(sizeof(UWBP_ScrollCredits_C) == 0x0004A0, "Wrong size on UWBP_ScrollCredits_C"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRotOnShoulder_C_AnimGraph \ +static_assert(alignof(ABP_HeroRotOnShoulder_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_HeroRotOnShoulder_C_AnimGraph"); \ +static_assert(sizeof(ABP_HeroRotOnShoulder_C_AnimGraph) == 0x000010, "Wrong size on ABP_HeroRotOnShoulder_C_AnimGraph"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_HeroRotOnShoulder_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_HeroRotOnShoulder_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder \ +static_assert(alignof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder) == 0x000008, "Wrong alignment on ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder"); \ +static_assert(sizeof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder) == 0x000020, "Wrong size on ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder, EntryPoint) == 0x000000, "Member 'ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder, K2Node_DynamicCast_AsHero_Rot_on_Shoulder) == 0x000010, "Member 'ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder::K2Node_DynamicCast_AsHero_Rot_on_Shoulder' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_HeroRotOnShoulder_C_ExecuteUbergraph_ABP_HeroRotOnShoulder::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_HeroRotOnShoulder_C \ +static_assert(alignof(UABP_HeroRotOnShoulder_C) == 0x000010, "Wrong alignment on UABP_HeroRotOnShoulder_C"); \ +static_assert(sizeof(UABP_HeroRotOnShoulder_C) == 0x000740, "Wrong size on UABP_HeroRotOnShoulder_C"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_HeroRotOnShoulder_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, AnimGraphNode_Slot) == 0x0002D8, "Member 'UABP_HeroRotOnShoulder_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, AnimGraphNode_LayeredBoneBlend) == 0x000320, "Member 'UABP_HeroRotOnShoulder_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, AnimGraphNode_CopyPoseFromMesh) == 0x0003E0, "Member 'UABP_HeroRotOnShoulder_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, AnimGraphNode_SequencePlayer) == 0x0005B8, "Member 'UABP_HeroRotOnShoulder_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, AnimGraphNode_ApplyAdditive) == 0x000638, "Member 'UABP_HeroRotOnShoulder_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, AnimGraphNode_Root) == 0x000700, "Member 'UABP_HeroRotOnShoulder_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_HeroRotOnShoulder_C, MasterPoseMesh) == 0x000730, "Member 'UABP_HeroRotOnShoulder_C::MasterPoseMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MochiCheatManager_C \ +static_assert(alignof(UBP_MochiCheatManager_C) == 0x000008, "Wrong alignment on UBP_MochiCheatManager_C"); \ +static_assert(sizeof(UBP_MochiCheatManager_C) == 0x0000A8, "Wrong size on UBP_MochiCheatManager_C"); \ + +#define DUMPER7_ASSERTS_BP_ShadowBoxText_C_Get_Background_BrushColor \ +static_assert(alignof(BP_ShadowBoxText_C_Get_Background_BrushColor) == 0x000004, "Wrong alignment on BP_ShadowBoxText_C_Get_Background_BrushColor"); \ +static_assert(sizeof(BP_ShadowBoxText_C_Get_Background_BrushColor) == 0x000020, "Wrong size on BP_ShadowBoxText_C_Get_Background_BrushColor"); \ +static_assert(offsetof(BP_ShadowBoxText_C_Get_Background_BrushColor, ReturnValue) == 0x000000, "Member 'BP_ShadowBoxText_C_Get_Background_BrushColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_Get_Background_BrushColor, CallFunc_MakeColor_ReturnValue) == 0x000010, "Member 'BP_ShadowBoxText_C_Get_Background_BrushColor::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShadowBoxText_C_GetNextPanelVisibility \ +static_assert(alignof(BP_ShadowBoxText_C_GetNextPanelVisibility) == 0x000001, "Wrong alignment on BP_ShadowBoxText_C_GetNextPanelVisibility"); \ +static_assert(sizeof(BP_ShadowBoxText_C_GetNextPanelVisibility) == 0x000006, "Wrong size on BP_ShadowBoxText_C_GetNextPanelVisibility"); \ +static_assert(offsetof(BP_ShadowBoxText_C_GetNextPanelVisibility, ReturnValue) == 0x000000, "Member 'BP_ShadowBoxText_C_GetNextPanelVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_GetNextPanelVisibility, Temp_bool_Variable) == 0x000001, "Member 'BP_ShadowBoxText_C_GetNextPanelVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_GetNextPanelVisibility, Temp_byte_Variable) == 0x000002, "Member 'BP_ShadowBoxText_C_GetNextPanelVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_GetNextPanelVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'BP_ShadowBoxText_C_GetNextPanelVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_GetNextPanelVisibility, CallFunc_IsProgressionIconVisible_ReturnValue) == 0x000004, "Member 'BP_ShadowBoxText_C_GetNextPanelVisibility::CallFunc_IsProgressionIconVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_GetNextPanelVisibility, K2Node_Select_Default) == 0x000005, "Member 'BP_ShadowBoxText_C_GetNextPanelVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText \ +static_assert(alignof(BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText) == 0x000008, "Wrong alignment on BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText"); \ +static_assert(sizeof(BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText) == 0x000020, "Wrong size on BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText"); \ +static_assert(offsetof(BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText, EntryPoint) == 0x000000, "Member 'BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText, CallFunc_GetCurrentMessage_ReturnValue) == 0x000008, "Member 'BP_ShadowBoxText_C_ExecuteUbergraph_BP_ShadowBoxText::CallFunc_GetCurrentMessage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ShadowBoxText_C \ +static_assert(alignof(UBP_ShadowBoxText_C) == 0x000008, "Wrong alignment on UBP_ShadowBoxText_C"); \ +static_assert(sizeof(UBP_ShadowBoxText_C) == 0x000478, "Wrong size on UBP_ShadowBoxText_C"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, UberGraphFrame) == 0x000408, "Member 'UBP_ShadowBoxText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, HIdeSequenceSubtitle) == 0x000410, "Member 'UBP_ShadowBoxText_C::HIdeSequenceSubtitle' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, ShowSequenceSubtitle) == 0x000418, "Member 'UBP_ShadowBoxText_C::ShowSequenceSubtitle' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, HideTutorialCenter) == 0x000420, "Member 'UBP_ShadowBoxText_C::HideTutorialCenter' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, ShowTutorialCenter) == 0x000428, "Member 'UBP_ShadowBoxText_C::ShowTutorialCenter' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, HideSubtitle) == 0x000430, "Member 'UBP_ShadowBoxText_C::HideSubtitle' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, ShowSubtitle) == 0x000438, "Member 'UBP_ShadowBoxText_C::ShowSubtitle' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, HideQuickTutorial) == 0x000440, "Member 'UBP_ShadowBoxText_C::HideQuickTutorial' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, ShowQuickTutorial) == 0x000448, "Member 'UBP_ShadowBoxText_C::ShowQuickTutorial' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, HideObjective) == 0x000450, "Member 'UBP_ShadowBoxText_C::HideObjective' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, ShowObjective) == 0x000458, "Member 'UBP_ShadowBoxText_C::ShowObjective' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, Background) == 0x000460, "Member 'UBP_ShadowBoxText_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, NextPanel) == 0x000468, "Member 'UBP_ShadowBoxText_C::NextPanel' has a wrong offset!"); \ +static_assert(offsetof(UBP_ShadowBoxText_C, RichText) == 0x000470, "Member 'UBP_ShadowBoxText_C::RichText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FadeTo_C_ExecuteUbergraph_FadeTo \ +static_assert(alignof(FadeTo_C_ExecuteUbergraph_FadeTo) == 0x000008, "Wrong alignment on FadeTo_C_ExecuteUbergraph_FadeTo"); \ +static_assert(sizeof(FadeTo_C_ExecuteUbergraph_FadeTo) == 0x000038, "Wrong size on FadeTo_C_ExecuteUbergraph_FadeTo"); \ +static_assert(offsetof(FadeTo_C_ExecuteUbergraph_FadeTo, EntryPoint) == 0x000000, "Member 'FadeTo_C_ExecuteUbergraph_FadeTo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(FadeTo_C_ExecuteUbergraph_FadeTo, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'FadeTo_C_ExecuteUbergraph_FadeTo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(FadeTo_C_ExecuteUbergraph_FadeTo, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'FadeTo_C_ExecuteUbergraph_FadeTo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(FadeTo_C_ExecuteUbergraph_FadeTo, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'FadeTo_C_ExecuteUbergraph_FadeTo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FadeTo_C_ExecuteUbergraph_FadeTo, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'FadeTo_C_ExecuteUbergraph_FadeTo::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFadeTo_C \ +static_assert(alignof(UFadeTo_C) == 0x000008, "Wrong alignment on UFadeTo_C"); \ +static_assert(sizeof(UFadeTo_C) == 0x0002A8, "Wrong size on UFadeTo_C"); \ +static_assert(offsetof(UFadeTo_C, UberGraphFrame) == 0x000260, "Member 'UFadeTo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFadeTo_C, CutToBlack) == 0x000268, "Member 'UFadeTo_C::CutToBlack' has a wrong offset!"); \ +static_assert(offsetof(UFadeTo_C, FadeOut) == 0x000270, "Member 'UFadeTo_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UFadeTo_C, FadeIn) == 0x000278, "Member 'UFadeTo_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UFadeTo_C, FadeImage) == 0x000280, "Member 'UFadeTo_C::FadeImage' has a wrong offset!"); \ +static_assert(offsetof(UFadeTo_C, FadeInComplete) == 0x000288, "Member 'UFadeTo_C::FadeInComplete' has a wrong offset!"); \ +static_assert(offsetof(UFadeTo_C, FadeOutComplete) == 0x000298, "Member 'UFadeTo_C::FadeOutComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_SetMaterialPercent \ +static_assert(alignof(WBP_HoldInputPrompt_C_SetMaterialPercent) == 0x000008, "Wrong alignment on WBP_HoldInputPrompt_C_SetMaterialPercent"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_SetMaterialPercent) == 0x000010, "Wrong size on WBP_HoldInputPrompt_C_SetMaterialPercent"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_SetMaterialPercent, Value) == 0x000000, "Member 'WBP_HoldInputPrompt_C_SetMaterialPercent::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_SetMaterialPercent, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_HoldInputPrompt_C_SetMaterialPercent::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_SetInputDown \ +static_assert(alignof(WBP_HoldInputPrompt_C_SetInputDown) == 0x000001, "Wrong alignment on WBP_HoldInputPrompt_C_SetInputDown"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_SetInputDown) == 0x000001, "Wrong size on WBP_HoldInputPrompt_C_SetInputDown"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_SetInputDown, isDown) == 0x000000, "Member 'WBP_HoldInputPrompt_C_SetInputDown::isDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_TryFadeIn \ +static_assert(alignof(WBP_HoldInputPrompt_C_TryFadeIn) == 0x000001, "Wrong alignment on WBP_HoldInputPrompt_C_TryFadeIn"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_TryFadeIn) == 0x000001, "Wrong size on WBP_HoldInputPrompt_C_TryFadeIn"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_TryFadeIn, AutoFadeOut) == 0x000000, "Member 'WBP_HoldInputPrompt_C_TryFadeIn::AutoFadeOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_Tick \ +static_assert(alignof(WBP_HoldInputPrompt_C_Tick) == 0x000004, "Wrong alignment on WBP_HoldInputPrompt_C_Tick"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_Tick) == 0x00003C, "Wrong size on WBP_HoldInputPrompt_C_Tick"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_HoldInputPrompt_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_HoldInputPrompt_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_PreConstruct \ +static_assert(alignof(WBP_HoldInputPrompt_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HoldInputPrompt_C_PreConstruct"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_PreConstruct) == 0x000001, "Wrong size on WBP_HoldInputPrompt_C_PreConstruct"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HoldInputPrompt_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt \ +static_assert(alignof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt) == 0x000008, "Wrong alignment on WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt) == 0x000180, "Wrong size on WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, EntryPoint) == 0x000000, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, Temp_int_Variable) == 0x000014, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_CustomEvent_IsDown) == 0x0000C8, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_CustomEvent_IsDown' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0000F8, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000FC, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result) == 0x000100, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue) == 0x000108, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000110, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_CustomEvent_AutoFadeOut) == 0x000112, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_CustomEvent_AutoFadeOut' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000113, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_Event_MyGeometry) == 0x000114, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_Event_InDeltaTime) == 0x00014C, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_GetRenderOpacity_ReturnValue) == 0x000150, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_GetRenderOpacity_ReturnValue_1) == 0x000154, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_GetRenderOpacity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000158, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000159, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_Not_PreBool_ReturnValue) == 0x00015A, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_InterpConstWithDurations_NewValue) == 0x00015C, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_InterpConstWithDurations_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_InterpConstWithDurations_NewValue_1) == 0x000160, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_InterpConstWithDurations_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_Event_IsDesignTime) == 0x000164, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000165, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000166, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_BooleanAND_ReturnValue) == 0x000167, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_BooleanAND_ReturnValue_1) == 0x000168, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000170, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, CallFunc_GetHoldInputToSkipCutscenes_ReturnValue) == 0x000178, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::CallFunc_GetHoldInputToSkipCutscenes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_MultiGate_FirstRun) == 0x000179, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_MultiGate_ScratchBool) == 0x00017A, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt, K2Node_MultiGate_ScratchIndex) == 0x00017C, "Member 'WBP_HoldInputPrompt_C_ExecuteUbergraph_WBP_HoldInputPrompt::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HoldInputPrompt_C_InterpConstWithDurations \ +static_assert(alignof(WBP_HoldInputPrompt_C_InterpConstWithDurations) == 0x000004, "Wrong alignment on WBP_HoldInputPrompt_C_InterpConstWithDurations"); \ +static_assert(sizeof(WBP_HoldInputPrompt_C_InterpConstWithDurations) == 0x000028, "Wrong size on WBP_HoldInputPrompt_C_InterpConstWithDurations"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, Current) == 0x000000, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::Current' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, Target_0) == 0x000004, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::Target_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, DeltaTime) == 0x000008, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, InDuration) == 0x00000C, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::InDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, OutDuration) == 0x000010, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::OutDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, NewValue) == 0x000014, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HoldInputPrompt_C_InterpConstWithDurations, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000024, "Member 'WBP_HoldInputPrompt_C_InterpConstWithDurations::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HoldInputPrompt_C \ +static_assert(alignof(UWBP_HoldInputPrompt_C) == 0x000008, "Wrong alignment on UWBP_HoldInputPrompt_C"); \ +static_assert(sizeof(UWBP_HoldInputPrompt_C) == 0x0002E0, "Wrong size on UWBP_HoldInputPrompt_C"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HoldInputPrompt_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, HoldComplete) == 0x000268, "Member 'UWBP_HoldInputPrompt_C::HoldComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, Overlay_0) == 0x000270, "Member 'UWBP_HoldInputPrompt_C::Overlay_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, ProgressFill) == 0x000278, "Member 'UWBP_HoldInputPrompt_C::ProgressFill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, RichTextBlock_58) == 0x000280, "Member 'UWBP_HoldInputPrompt_C::RichTextBlock_58' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, ActionName) == 0x000288, "Member 'UWBP_HoldInputPrompt_C::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, ActionText) == 0x000290, "Member 'UWBP_HoldInputPrompt_C::ActionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, HoldDuration) == 0x0002A8, "Member 'UWBP_HoldInputPrompt_C::HoldDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, UnholdDuration) == 0x0002AC, "Member 'UWBP_HoldInputPrompt_C::UnholdDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, Percent) == 0x0002B0, "Member 'UWBP_HoldInputPrompt_C::Percent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, Target) == 0x0002B4, "Member 'UWBP_HoldInputPrompt_C::Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, OnHoldComplete) == 0x0002B8, "Member 'UWBP_HoldInputPrompt_C::OnHoldComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, FadeInDuration) == 0x0002C8, "Member 'UWBP_HoldInputPrompt_C::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, FadeOutDuration) == 0x0002CC, "Member 'UWBP_HoldInputPrompt_C::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, FadeTarget) == 0x0002D0, "Member 'UWBP_HoldInputPrompt_C::FadeTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HoldInputPrompt_C, FadeOutDelayTimer) == 0x0002D8, "Member 'UWBP_HoldInputPrompt_C::FadeOutDelayTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_RedBow_C \ +static_assert(alignof(ABP_CM_Hat_RedBow_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_RedBow_C"); \ +static_assert(sizeof(ABP_CM_Hat_RedBow_C) == 0x000240, "Wrong size on ABP_CM_Hat_RedBow_C"); \ +static_assert(offsetof(ABP_CM_Hat_RedBow_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_RedBow_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirAimSuperState_C_HandleInputActionEvent \ +static_assert(alignof(BP_AirAimSuperState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_AirAimSuperState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_AirAimSuperState_C_HandleInputActionEvent) == 0x000005, "Wrong size on BP_AirAimSuperState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_AirAimSuperState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_AirAimSuperState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_AirAimSuperState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_AirAimSuperState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_AirAimSuperState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_HandleInputActionEvent, CallFunc_SuspendStateFor_ReturnValue) == 0x000004, "Member 'BP_AirAimSuperState_C_HandleInputActionEvent::CallFunc_SuspendStateFor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirAimSuperState_C_OnStart \ +static_assert(alignof(BP_AirAimSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_AirAimSuperState_C_OnStart"); \ +static_assert(sizeof(BP_AirAimSuperState_C_OnStart) == 0x000008, "Wrong size on BP_AirAimSuperState_C_OnStart"); \ +static_assert(offsetof(BP_AirAimSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AirAimSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirAimSuperState_C_OnEnd \ +static_assert(alignof(BP_AirAimSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AirAimSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_AirAimSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_AirAimSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_AirAimSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AirAimSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState \ +static_assert(alignof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState) == 0x000008, "Wrong alignment on BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState"); \ +static_assert(sizeof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState) == 0x000090, "Wrong size on BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, EntryPoint) == 0x000000, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000010, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_Event_PrevState) == 0x000020, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier) == 0x000028, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_Event_NextState) == 0x000038, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000040, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_GetComponentOnCharacter_ReturnValue_1) == 0x000048, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_GetComponentOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_FindAbilityByClass_ReturnValue) == 0x000050, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_FindAbilityByClass_ReturnValue_1) == 0x000058, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_FindAbilityByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_Activate_ReturnValue) == 0x000060, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_Activate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_Complete_ReturnValue) == 0x000061, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, CallFunc_GetCharacter_ReturnValue_1) == 0x000068, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x000070, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier_1) == 0x000080, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'BP_AirAimSuperState_C_ExecuteUbergraph_BP_AirAimSuperState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AirAimSuperState_C \ +static_assert(alignof(UBP_AirAimSuperState_C) == 0x000008, "Wrong alignment on UBP_AirAimSuperState_C"); \ +static_assert(sizeof(UBP_AirAimSuperState_C) == 0x000168, "Wrong size on UBP_AirAimSuperState_C"); \ +static_assert(offsetof(UBP_AirAimSuperState_C, UberGraphFrame_BP_AirAimSuperState_C) == 0x000158, "Member 'UBP_AirAimSuperState_C::UberGraphFrame_BP_AirAimSuperState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_AirAimSuperState_C, Ability) == 0x000160, "Member 'UBP_AirAimSuperState_C::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_SetRotCarryAiming \ +static_assert(alignof(BP_AimSuperState_C_SetRotCarryAiming) == 0x000008, "Wrong alignment on BP_AimSuperState_C_SetRotCarryAiming"); \ +static_assert(sizeof(BP_AimSuperState_C_SetRotCarryAiming) == 0x000018, "Wrong size on BP_AimSuperState_C_SetRotCarryAiming"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotCarryAiming, Aiming) == 0x000000, "Member 'BP_AimSuperState_C_SetRotCarryAiming::Aiming' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotCarryAiming, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000008, "Member 'BP_AimSuperState_C_SetRotCarryAiming::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotCarryAiming, CallFunc_FindAbilityByClass_ReturnValue) == 0x000010, "Member 'BP_AimSuperState_C_SetRotCarryAiming::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_CanEnterState \ +static_assert(alignof(BP_AimSuperState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_AimSuperState_C_CanEnterState"); \ +static_assert(sizeof(BP_AimSuperState_C_CanEnterState) == 0x000030, "Wrong size on BP_AimSuperState_C_CanEnterState"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_AimSuperState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_AimSuperState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_HasInventoryItem_ReturnValue) == 0x000009, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_HasInventoryItem_ReturnValue_1) == 0x00000A, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_HasInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000010, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_GetPipState_OutData) == 0x000018, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_GetPipState_OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_GetPipState_ReturnValue) == 0x00002C, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_GetPipState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00002D, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue) == 0x00002E, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_CanEnterState, CallFunc_BooleanOR_ReturnValue_1) == 0x00002F, "Member 'BP_AimSuperState_C_CanEnterState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_SetRotActionAiming \ +static_assert(alignof(BP_AimSuperState_C_SetRotActionAiming) == 0x000008, "Wrong alignment on BP_AimSuperState_C_SetRotActionAiming"); \ +static_assert(sizeof(BP_AimSuperState_C_SetRotActionAiming) == 0x000020, "Wrong size on BP_AimSuperState_C_SetRotActionAiming"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotActionAiming, Aiming) == 0x000000, "Member 'BP_AimSuperState_C_SetRotActionAiming::Aiming' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotActionAiming, Temp_int_Variable) == 0x000004, "Member 'BP_AimSuperState_C_SetRotActionAiming::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotActionAiming, Temp_int_Variable_1) == 0x000008, "Member 'BP_AimSuperState_C_SetRotActionAiming::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotActionAiming, Temp_bool_Variable) == 0x00000C, "Member 'BP_AimSuperState_C_SetRotActionAiming::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotActionAiming, CallFunc_GetComponentOnController_ReturnValue) == 0x000010, "Member 'BP_AimSuperState_C_SetRotActionAiming::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetRotActionAiming, K2Node_Select_Default) == 0x000018, "Member 'BP_AimSuperState_C_SetRotActionAiming::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_SetAimAssistEnabled \ +static_assert(alignof(BP_AimSuperState_C_SetAimAssistEnabled) == 0x000008, "Wrong alignment on BP_AimSuperState_C_SetAimAssistEnabled"); \ +static_assert(sizeof(BP_AimSuperState_C_SetAimAssistEnabled) == 0x000020, "Wrong size on BP_AimSuperState_C_SetAimAssistEnabled"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimAssistEnabled, Enabled) == 0x000000, "Member 'BP_AimSuperState_C_SetAimAssistEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimAssistEnabled, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_AimSuperState_C_SetAimAssistEnabled::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimAssistEnabled, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000010, "Member 'BP_AimSuperState_C_SetAimAssistEnabled::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimAssistEnabled, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_AimSuperState_C_SetAimAssistEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_SetAimUIVisibility \ +static_assert(alignof(BP_AimSuperState_C_SetAimUIVisibility) == 0x000008, "Wrong alignment on BP_AimSuperState_C_SetAimUIVisibility"); \ +static_assert(sizeof(BP_AimSuperState_C_SetAimUIVisibility) == 0x000030, "Wrong size on BP_AimSuperState_C_SetAimUIVisibility"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimUIVisibility, Visible) == 0x000000, "Member 'BP_AimSuperState_C_SetAimUIVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimUIVisibility, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_AimSuperState_C_SetAimUIVisibility::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimUIVisibility, CallFunc_HasItem_ReturnValue) == 0x000010, "Member 'BP_AimSuperState_C_SetAimUIVisibility::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimUIVisibility, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_AimSuperState_C_SetAimUIVisibility::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimUIVisibility, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000020, "Member 'BP_AimSuperState_C_SetAimUIVisibility::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_SetAimUIVisibility, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AimSuperState_C_SetAimUIVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_OnEnd \ +static_assert(alignof(BP_AimSuperState_C_OnEnd) == 0x000008, "Wrong alignment on BP_AimSuperState_C_OnEnd"); \ +static_assert(sizeof(BP_AimSuperState_C_OnEnd) == 0x000008, "Wrong size on BP_AimSuperState_C_OnEnd"); \ +static_assert(offsetof(BP_AimSuperState_C_OnEnd, NextState) == 0x000000, "Member 'BP_AimSuperState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_Update \ +static_assert(alignof(BP_AimSuperState_C_Update) == 0x000004, "Wrong alignment on BP_AimSuperState_C_Update"); \ +static_assert(sizeof(BP_AimSuperState_C_Update) == 0x000004, "Wrong size on BP_AimSuperState_C_Update"); \ +static_assert(offsetof(BP_AimSuperState_C_Update, DeltaTime) == 0x000000, "Member 'BP_AimSuperState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_OnStart \ +static_assert(alignof(BP_AimSuperState_C_OnStart) == 0x000008, "Wrong alignment on BP_AimSuperState_C_OnStart"); \ +static_assert(sizeof(BP_AimSuperState_C_OnStart) == 0x000008, "Wrong size on BP_AimSuperState_C_OnStart"); \ +static_assert(offsetof(BP_AimSuperState_C_OnStart, PrevState) == 0x000000, "Member 'BP_AimSuperState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState \ +static_assert(alignof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState) == 0x000008, "Wrong alignment on BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState"); \ +static_assert(sizeof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState) == 0x0000D0, "Wrong size on BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, EntryPoint) == 0x000000, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetGlobalCombatManager_ReturnValue_1) == 0x000010, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetGlobalCombatManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_Event_DeltaTime) == 0x000018, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000020, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_TryHandleMontageRequest_OutSuccess) == 0x000028, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_TryHandleMontageRequest_OutSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_TryHandleMontageRequest_OutIsAdditive) == 0x000029, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_TryHandleMontageRequest_OutIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_AsKena_Controller) == 0x000038, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_AsKena_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetMochiMovementComponent_ReturnValue) == 0x000048, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetMochiMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetCharacter_ReturnValue) == 0x000050, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_IsWalking_ReturnValue) == 0x000058, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000060, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetCharacter_ReturnValue_1) == 0x000070, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier) == 0x000078, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_AsBP_Kena_Character_1) == 0x000088, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_AsBP_Kena_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier_1) == 0x000098, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_AsRotation_Clamp_Camera_Modifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_Event_NextState) == 0x0000A8, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetInputBufferComponent_ReturnValue) == 0x0000B0, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetInputBufferComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, K2Node_Event_PrevState) == 0x0000B8, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x0000C0, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState, CallFunc_GetToggleAim_ReturnValue) == 0x0000C8, "Member 'BP_AimSuperState_C_ExecuteUbergraph_BP_AimSuperState::CallFunc_GetToggleAim_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AimSuperState_C \ +static_assert(alignof(UBP_AimSuperState_C) == 0x000008, "Wrong alignment on UBP_AimSuperState_C"); \ +static_assert(sizeof(UBP_AimSuperState_C) == 0x000158, "Wrong size on UBP_AimSuperState_C"); \ +static_assert(offsetof(UBP_AimSuperState_C, UberGraphFrame) == 0x000138, "Member 'UBP_AimSuperState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AimSuperState_C, RotTossMontageArgs) == 0x000140, "Member 'UBP_AimSuperState_C::RotTossMontageArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBossSlam_C \ +static_assert(alignof(UBossSlam_C) == 0x000010, "Wrong alignment on UBossSlam_C"); \ +static_assert(sizeof(UBossSlam_C) == 0x0001B0, "Wrong size on UBossSlam_C"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_TickAirBowTimer \ +static_assert(alignof(Ability_AirBow_C_TickAirBowTimer) == 0x000004, "Wrong alignment on Ability_AirBow_C_TickAirBowTimer"); \ +static_assert(sizeof(Ability_AirBow_C_TickAirBowTimer) == 0x00000C, "Wrong size on Ability_AirBow_C_TickAirBowTimer"); \ +static_assert(offsetof(Ability_AirBow_C_TickAirBowTimer, DeltaTime) == 0x000000, "Member 'Ability_AirBow_C_TickAirBowTimer::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_TickAirBowTimer, Elapsed) == 0x000004, "Member 'Ability_AirBow_C_TickAirBowTimer::Elapsed' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_TickAirBowTimer, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'Ability_AirBow_C_TickAirBowTimer::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_TickAirBowTimer, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'Ability_AirBow_C_TickAirBowTimer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_EndTimeSlow \ +static_assert(alignof(Ability_AirBow_C_EndTimeSlow) == 0x000008, "Wrong alignment on Ability_AirBow_C_EndTimeSlow"); \ +static_assert(sizeof(Ability_AirBow_C_EndTimeSlow) == 0x000010, "Wrong size on Ability_AirBow_C_EndTimeSlow"); \ +static_assert(offsetof(Ability_AirBow_C_EndTimeSlow, CallFunc_GetComponentByClass_ReturnValue) == 0x000000, "Member 'Ability_AirBow_C_EndTimeSlow::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_EndTimeSlow, CallFunc_RemoveTimeDilation_ReturnValue) == 0x000008, "Member 'Ability_AirBow_C_EndTimeSlow::CallFunc_RemoveTimeDilation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_BeginTimeSlow \ +static_assert(alignof(Ability_AirBow_C_BeginTimeSlow) == 0x000008, "Wrong alignment on Ability_AirBow_C_BeginTimeSlow"); \ +static_assert(sizeof(Ability_AirBow_C_BeginTimeSlow) == 0x000010, "Wrong size on Ability_AirBow_C_BeginTimeSlow"); \ +static_assert(offsetof(Ability_AirBow_C_BeginTimeSlow, K2Node_DynamicCast_AsBP_Kena_Character) == 0x000000, "Member 'Ability_AirBow_C_BeginTimeSlow::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_BeginTimeSlow, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'Ability_AirBow_C_BeginTimeSlow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_ZeroVelocityZ \ +static_assert(alignof(Ability_AirBow_C_ZeroVelocityZ) == 0x000008, "Wrong alignment on Ability_AirBow_C_ZeroVelocityZ"); \ +static_assert(sizeof(Ability_AirBow_C_ZeroVelocityZ) == 0x000020, "Wrong size on Ability_AirBow_C_ZeroVelocityZ"); \ +static_assert(offsetof(Ability_AirBow_C_ZeroVelocityZ, MovementComponent) == 0x000000, "Member 'Ability_AirBow_C_ZeroVelocityZ::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ZeroVelocityZ, CallFunc_BreakVector_X) == 0x000008, "Member 'Ability_AirBow_C_ZeroVelocityZ::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ZeroVelocityZ, CallFunc_BreakVector_Y) == 0x00000C, "Member 'Ability_AirBow_C_ZeroVelocityZ::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ZeroVelocityZ, CallFunc_BreakVector_Z) == 0x000010, "Member 'Ability_AirBow_C_ZeroVelocityZ::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ZeroVelocityZ, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'Ability_AirBow_C_ZeroVelocityZ::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_OnEndChanneling \ +static_assert(alignof(Ability_AirBow_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_AirBow_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_AirBow_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_AirBow_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_AirBow_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_AirBow_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_OnUpdateChanneling \ +static_assert(alignof(Ability_AirBow_C_OnUpdateChanneling) == 0x000004, "Wrong alignment on Ability_AirBow_C_OnUpdateChanneling"); \ +static_assert(sizeof(Ability_AirBow_C_OnUpdateChanneling) == 0x000004, "Wrong size on Ability_AirBow_C_OnUpdateChanneling"); \ +static_assert(offsetof(Ability_AirBow_C_OnUpdateChanneling, DeltaTime) == 0x000000, "Member 'Ability_AirBow_C_OnUpdateChanneling::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow \ +static_assert(alignof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow) == 0x000008, "Wrong alignment on Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow"); \ +static_assert(sizeof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow) == 0x000070, "Wrong size on Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, EntryPoint) == 0x000000, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, K2Node_DynamicCast_AsController) == 0x000018, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, K2Node_Event_Reason) == 0x000039, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003A, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, K2Node_Event_DeltaTime) == 0x000048, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_TickAirBowTimer_Elapsed) == 0x00004C, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_TickAirBowTimer_Elapsed' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_Complete_ReturnValue) == 0x00004D, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_GetOwner_ReturnValue_1) == 0x000050, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000058, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000060, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow, CallFunc_NotifyNamedEvent_ReturnValue) == 0x000068, "Member 'Ability_AirBow_C_ExecuteUbergraph_Ability_AirBow::CallFunc_NotifyNamedEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_AirBow_C_CanActivateAbility \ +static_assert(alignof(Ability_AirBow_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_AirBow_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_AirBow_C_CanActivateAbility) == 0x000028, "Wrong size on Ability_AirBow_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_AirBow_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, Temp_bool_Variable) == 0x000001, "Member 'Ability_AirBow_C_CanActivateAbility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, Temp_bool_Variable_1) == 0x000002, "Member 'Ability_AirBow_C_CanActivateAbility::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_IsSwimming_ReturnValue) == 0x000010, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_HasItem_ReturnValue) == 0x000022, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000023, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, K2Node_Select_Default) == 0x000024, "Member 'Ability_AirBow_C_CanActivateAbility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_AirBow_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000026, "Member 'Ability_AirBow_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_AirBow_C \ +static_assert(alignof(AAbility_AirBow_C) == 0x000010, "Wrong alignment on AAbility_AirBow_C"); \ +static_assert(sizeof(AAbility_AirBow_C) == 0x000340, "Wrong size on AAbility_AirBow_C"); \ +static_assert(offsetof(AAbility_AirBow_C, UberGraphFrame) == 0x000310, "Member 'AAbility_AirBow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_AirBow_C, MochiAudio) == 0x000318, "Member 'AAbility_AirBow_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AAbility_AirBow_C, DefaultSceneRoot) == 0x000320, "Member 'AAbility_AirBow_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_AirBow_C, Character) == 0x000328, "Member 'AAbility_AirBow_C::Character' has a wrong offset!"); \ +static_assert(offsetof(AAbility_AirBow_C, GravityScale) == 0x000330, "Member 'AAbility_AirBow_C::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(AAbility_AirBow_C, AirBowTime) == 0x000334, "Member 'AAbility_AirBow_C::AirBowTime' has a wrong offset!"); \ +static_assert(offsetof(AAbility_AirBow_C, AirBowAccruedTime) == 0x000338, "Member 'AAbility_AirBow_C::AirBowAccruedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StickFlickReticle_C_Tick \ +static_assert(alignof(WBP_StickFlickReticle_C_Tick) == 0x000004, "Wrong alignment on WBP_StickFlickReticle_C_Tick"); \ +static_assert(sizeof(WBP_StickFlickReticle_C_Tick) == 0x00003C, "Wrong size on WBP_StickFlickReticle_C_Tick"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_StickFlickReticle_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_StickFlickReticle_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle \ +static_assert(alignof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle) == 0x000008, "Wrong alignment on WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle"); \ +static_assert(sizeof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle) == 0x0000A0, "Wrong size on WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, EntryPoint) == 0x000000, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_GetScreenSpaceFlickData_ScreenPosCenter) == 0x000050, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_GetScreenSpaceFlickData_ScreenPosCenter' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_GetScreenSpaceFlickData_ScreenPosSearch) == 0x000058, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_GetScreenSpaceFlickData_ScreenPosSearch' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_GetScreenSpaceFlickData_SearchRadiusMax) == 0x000060, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_GetScreenSpaceFlickData_SearchRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000064, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_NormalSafe2D_ReturnValue) == 0x00006C, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_NormalSafe2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_VSize2D_ReturnValue) == 0x000074, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_CrossProduct2D_ReturnValue) == 0x000078, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_CrossProduct2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00007C, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_SignOfFloat_ReturnValue) == 0x000080, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_MakeVector2D_ReturnValue) == 0x000084, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00008C, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_DotProduct2D_ReturnValue) == 0x000090, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_DegAcos_ReturnValue) == 0x000094, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'WBP_StickFlickReticle_C_ExecuteUbergraph_WBP_StickFlickReticle::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_StickFlickReticle_C \ +static_assert(alignof(UWBP_StickFlickReticle_C) == 0x000008, "Wrong alignment on UWBP_StickFlickReticle_C"); \ +static_assert(sizeof(UWBP_StickFlickReticle_C) == 0x000280, "Wrong size on UWBP_StickFlickReticle_C"); \ +static_assert(offsetof(UWBP_StickFlickReticle_C, UberGraphFrame) == 0x000260, "Member 'UWBP_StickFlickReticle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StickFlickReticle_C, Angle) == 0x000268, "Member 'UWBP_StickFlickReticle_C::Angle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StickFlickReticle_C, Center) == 0x000270, "Member 'UWBP_StickFlickReticle_C::Center' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StickFlickReticle_C, Radius) == 0x000278, "Member 'UWBP_StickFlickReticle_C::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyBindPOI_Ring_C \ +static_assert(alignof(ABP_EnemyBindPOI_Ring_C) == 0x000008, "Wrong alignment on ABP_EnemyBindPOI_Ring_C"); \ +static_assert(sizeof(ABP_EnemyBindPOI_Ring_C) == 0x0002F8, "Wrong size on ABP_EnemyBindPOI_Ring_C"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI24) == 0x000228, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI24' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI23) == 0x000230, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI23' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI22) == 0x000238, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI22' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI21) == 0x000240, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI21' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI20) == 0x000248, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI20' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI19) == 0x000250, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI19' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI18) == 0x000258, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI18' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI17) == 0x000260, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI17' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI16) == 0x000268, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI16' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI15) == 0x000270, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI15' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI14) == 0x000278, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI14' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI13) == 0x000280, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI13' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI12) == 0x000288, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI12' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI11) == 0x000290, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI11' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI10) == 0x000298, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI10' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI9) == 0x0002A0, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI9' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI8) == 0x0002A8, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI8' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI7) == 0x0002B0, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI7' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI6) == 0x0002B8, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI6' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI5) == 0x0002C0, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI5' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI4) == 0x0002C8, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI4' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI3) == 0x0002D0, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI3' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI2) == 0x0002D8, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI2' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI1) == 0x0002E0, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI1' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPoofToPOI) == 0x0002E8, "Member 'ABP_EnemyBindPOI_Ring_C::RotPoofToPOI' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyBindPOI_Ring_C, RotPOI) == 0x0002F0, "Member 'ABP_EnemyBindPOI_Ring_C::RotPOI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SoundHelpers_C_GetImpactSwitchState \ +static_assert(alignof(BPFL_SoundHelpers_C_GetImpactSwitchState) == 0x000008, "Wrong alignment on BPFL_SoundHelpers_C_GetImpactSwitchState"); \ +static_assert(sizeof(BPFL_SoundHelpers_C_GetImpactSwitchState) == 0x000020, "Wrong size on BPFL_SoundHelpers_C_GetImpactSwitchState"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_GetImpactSwitchState, Tag) == 0x000000, "Member 'BPFL_SoundHelpers_C_GetImpactSwitchState::Tag' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_GetImpactSwitchState, __WorldContext) == 0x000008, "Member 'BPFL_SoundHelpers_C_GetImpactSwitchState::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_GetImpactSwitchState, SwitchState) == 0x000010, "Member 'BPFL_SoundHelpers_C_GetImpactSwitchState::SwitchState' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_GetImpactSwitchState, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000018, "Member 'BPFL_SoundHelpers_C_GetImpactSwitchState::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SoundHelpers_C_PlayImpactSound \ +static_assert(alignof(BPFL_SoundHelpers_C_PlayImpactSound) == 0x000008, "Wrong alignment on BPFL_SoundHelpers_C_PlayImpactSound"); \ +static_assert(sizeof(BPFL_SoundHelpers_C_PlayImpactSound) == 0x000058, "Wrong size on BPFL_SoundHelpers_C_PlayImpactSound"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, Actor) == 0x000000, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, WeaponTag) == 0x000008, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::WeaponTag' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, Event) == 0x000010, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::Event' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, __WorldContext) == 0x000018, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, Temp_delegate_Variable) == 0x000020, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, CallFunc_GetImpactSwitchState_SwitchState) == 0x000030, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::CallFunc_GetImpactSwitchState_SwitchState' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, Temp_struct_Variable) == 0x000040, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactSound, CallFunc_PostEvent_ReturnValue) == 0x000050, "Member 'BPFL_SoundHelpers_C_PlayImpactSound::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SoundHelpers_C_PlayImpactMochiAudio \ +static_assert(alignof(BPFL_SoundHelpers_C_PlayImpactMochiAudio) == 0x000008, "Wrong alignment on BPFL_SoundHelpers_C_PlayImpactMochiAudio"); \ +static_assert(sizeof(BPFL_SoundHelpers_C_PlayImpactMochiAudio) == 0x000028, "Wrong size on BPFL_SoundHelpers_C_PlayImpactMochiAudio"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactMochiAudio, MochiAudio) == 0x000000, "Member 'BPFL_SoundHelpers_C_PlayImpactMochiAudio::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactMochiAudio, WeaponTag) == 0x000008, "Member 'BPFL_SoundHelpers_C_PlayImpactMochiAudio::WeaponTag' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactMochiAudio, __WorldContext) == 0x000010, "Member 'BPFL_SoundHelpers_C_PlayImpactMochiAudio::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactMochiAudio, CallFunc_GetImpactSwitchState_SwitchState) == 0x000018, "Member 'BPFL_SoundHelpers_C_PlayImpactMochiAudio::CallFunc_GetImpactSwitchState_SwitchState' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SoundHelpers_C_PlayImpactMochiAudio, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPFL_SoundHelpers_C_PlayImpactMochiAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_SoundHelpers_C \ +static_assert(alignof(UBPFL_SoundHelpers_C) == 0x000008, "Wrong alignment on UBPFL_SoundHelpers_C"); \ +static_assert(sizeof(UBPFL_SoundHelpers_C) == 0x000028, "Wrong size on UBPFL_SoundHelpers_C"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsSelectLanguage_C \ +static_assert(alignof(UBP_OptionsSelectLanguage_C) == 0x000008, "Wrong alignment on UBP_OptionsSelectLanguage_C"); \ +static_assert(sizeof(UBP_OptionsSelectLanguage_C) == 0x000028, "Wrong size on UBP_OptionsSelectLanguage_C"); \ + +#define DUMPER7_ASSERTS_BP_CouragePickup_C_Landed \ +static_assert(alignof(BP_CouragePickup_C_Landed) == 0x000004, "Wrong alignment on BP_CouragePickup_C_Landed"); \ +static_assert(sizeof(BP_CouragePickup_C_Landed) == 0x000088, "Wrong size on BP_CouragePickup_C_Landed"); \ +static_assert(offsetof(BP_CouragePickup_C_Landed, Hit) == 0x000000, "Member 'BP_CouragePickup_C_Landed::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CouragePickup_C_PickedUp \ +static_assert(alignof(BP_CouragePickup_C_PickedUp) == 0x000008, "Wrong alignment on BP_CouragePickup_C_PickedUp"); \ +static_assert(sizeof(BP_CouragePickup_C_PickedUp) == 0x000008, "Wrong size on BP_CouragePickup_C_PickedUp"); \ +static_assert(offsetof(BP_CouragePickup_C_PickedUp, Gatherer) == 0x000000, "Member 'BP_CouragePickup_C_PickedUp::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup \ +static_assert(alignof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup) == 0x000010, "Wrong alignment on BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup"); \ +static_assert(sizeof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup) == 0x0002E0, "Wrong size on BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, EntryPoint) == 0x000000, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, Temp_struct_Variable) == 0x000008, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, Temp_delegate_Variable) == 0x000018, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000028, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000038, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x000040, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_PostEvent_ReturnValue) == 0x00004C, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000050, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000058, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000060, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, Temp_bool_IsClosed_Variable) == 0x0000E8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000EC, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000F8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000FC, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000100, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000104, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, K2Node_Event_Hit) == 0x000108, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_bBlockingHit) == 0x000190, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_bInitialOverlap) == 0x000191, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_Time) == 0x000194, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_Distance) == 0x000198, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_Location) == 0x00019C, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_ImpactPoint) == 0x0001A8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_Normal) == 0x0001B4, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_ImpactNormal) == 0x0001C0, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_PhysMat) == 0x0001D0, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_HitActor) == 0x0001D8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_HitComponent) == 0x0001E0, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_HitBoneName) == 0x0001E8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_HitItem) == 0x0001F0, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_ElementIndex) == 0x0001F4, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_FaceIndex) == 0x0001F8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_TraceStart) == 0x0001FC, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BreakHitResult_TraceEnd) == 0x000208, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000218, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, K2Node_Event_Gatherer) == 0x000220, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::K2Node_Event_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, Temp_bool_Has_Been_Initd_Variable) == 0x000228, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetTransform_ReturnValue) == 0x000230, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetInstigator_ReturnValue) == 0x000260, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000268, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_TryGiveAnyRot_NewOwner_CastInput) == 0x000270, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_TryGiveAnyRot_NewOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_TryGiveAnyRot_OutRots) == 0x000280, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_TryGiveAnyRot_OutRots' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_TryGiveAnyRot_ReturnValue) == 0x000290, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_TryGiveAnyRot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_FinishSpawningActor_ReturnValue) == 0x000298, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetNumRots_ReturnValue) == 0x0002A0, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_TryGiveAnyRot_NewOwner_CastInput_1) == 0x0002A8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_TryGiveAnyRot_NewOwner_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_TryGiveAnyRot_OutRots_1) == 0x0002B8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_TryGiveAnyRot_OutRots_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_TryGiveAnyRot_ReturnValue_1) == 0x0002C8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_TryGiveAnyRot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetNumRots_ReturnValue_1) == 0x0002CC, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetNumRots_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_Greater_IntInt_ReturnValue) == 0x0002D0, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_GetLifeSpan_ReturnValue) == 0x0002D4, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_GetLifeSpan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0002D8, "Member 'BP_CouragePickup_C_ExecuteUbergraph_BP_CouragePickup::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CouragePickup_C \ +static_assert(alignof(ABP_CouragePickup_C) == 0x000008, "Wrong alignment on ABP_CouragePickup_C"); \ +static_assert(sizeof(ABP_CouragePickup_C) == 0x000470, "Wrong size on ABP_CouragePickup_C"); \ +static_assert(offsetof(ABP_CouragePickup_C, UberGraphFrame_BP_CouragePickup_C) == 0x0003A8, "Member 'ABP_CouragePickup_C::UberGraphFrame_BP_CouragePickup_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, P_Trail) == 0x0003B0, "Member 'ABP_CouragePickup_C::P_Trail' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, P_CourageDissolve) == 0x0003B8, "Member 'ABP_CouragePickup_C::P_CourageDissolve' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, PointLight) == 0x0003C0, "Member 'ABP_CouragePickup_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, P_CourageHint) == 0x0003C8, "Member 'ABP_CouragePickup_C::P_CourageHint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, DeadzoneCleaning) == 0x0003D0, "Member 'ABP_CouragePickup_C::DeadzoneCleaning' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, FadeOutTimeline2_Light_A288EE98436AA3E26E2109A0FD3805E0) == 0x0003D8, "Member 'ABP_CouragePickup_C::FadeOutTimeline2_Light_A288EE98436AA3E26E2109A0FD3805E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, FadeOutTimeline2_Scale_A288EE98436AA3E26E2109A0FD3805E0) == 0x0003DC, "Member 'ABP_CouragePickup_C::FadeOutTimeline2_Scale_A288EE98436AA3E26E2109A0FD3805E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, FadeOutTimeline2_EmissiveAmount_A288EE98436AA3E26E2109A0FD3805E0) == 0x0003E0, "Member 'ABP_CouragePickup_C::FadeOutTimeline2_EmissiveAmount_A288EE98436AA3E26E2109A0FD3805E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, FadeOutTimeline2_Scale2_A288EE98436AA3E26E2109A0FD3805E0) == 0x0003E4, "Member 'ABP_CouragePickup_C::FadeOutTimeline2_Scale2_A288EE98436AA3E26E2109A0FD3805E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, FadeOutTimeline2__Direction_A288EE98436AA3E26E2109A0FD3805E0) == 0x0003E8, "Member 'ABP_CouragePickup_C::FadeOutTimeline2__Direction_A288EE98436AA3E26E2109A0FD3805E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, FadeOutTimeline2) == 0x0003F0, "Member 'ABP_CouragePickup_C::FadeOutTimeline2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, LandedTimeline_Beam_BC96124A41DCA7858931C48F38674DCB) == 0x0003F8, "Member 'ABP_CouragePickup_C::LandedTimeline_Beam_BC96124A41DCA7858931C48F38674DCB' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, LandedTimeline_Glow_BC96124A41DCA7858931C48F38674DCB) == 0x0003FC, "Member 'ABP_CouragePickup_C::LandedTimeline_Glow_BC96124A41DCA7858931C48F38674DCB' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, LandedTimeline_Scale_BC96124A41DCA7858931C48F38674DCB) == 0x000400, "Member 'ABP_CouragePickup_C::LandedTimeline_Scale_BC96124A41DCA7858931C48F38674DCB' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, LandedTimeline__Direction_BC96124A41DCA7858931C48F38674DCB) == 0x000404, "Member 'ABP_CouragePickup_C::LandedTimeline__Direction_BC96124A41DCA7858931C48F38674DCB' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, LandedTimeline) == 0x000408, "Member 'ABP_CouragePickup_C::LandedTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_0_Position_7150CBEB45818C66C39087A436D62106) == 0x000410, "Member 'ABP_CouragePickup_C::Timeline_0_Position_7150CBEB45818C66C39087A436D62106' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_0_Scale_7150CBEB45818C66C39087A436D62106) == 0x00041C, "Member 'ABP_CouragePickup_C::Timeline_0_Scale_7150CBEB45818C66C39087A436D62106' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_0__Direction_7150CBEB45818C66C39087A436D62106) == 0x000428, "Member 'ABP_CouragePickup_C::Timeline_0__Direction_7150CBEB45818C66C39087A436D62106' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_0) == 0x000430, "Member 'ABP_CouragePickup_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_1_Color_D1F335114B1A4EB00467A29EEB0F68AF) == 0x000438, "Member 'ABP_CouragePickup_C::Timeline_1_Color_D1F335114B1A4EB00467A29EEB0F68AF' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_1_Fresnel_D1F335114B1A4EB00467A29EEB0F68AF) == 0x000444, "Member 'ABP_CouragePickup_C::Timeline_1_Fresnel_D1F335114B1A4EB00467A29EEB0F68AF' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_1_Scale_D1F335114B1A4EB00467A29EEB0F68AF) == 0x000448, "Member 'ABP_CouragePickup_C::Timeline_1_Scale_D1F335114B1A4EB00467A29EEB0F68AF' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_1__Direction_D1F335114B1A4EB00467A29EEB0F68AF) == 0x00044C, "Member 'ABP_CouragePickup_C::Timeline_1__Direction_D1F335114B1A4EB00467A29EEB0F68AF' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, Timeline_1) == 0x000450, "Member 'ABP_CouragePickup_C::Timeline_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, SFX_Courge_Pickup_Collect) == 0x000458, "Member 'ABP_CouragePickup_C::SFX_Courge_Pickup_Collect' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, SFX_Courage_Pickup_Spawn) == 0x000460, "Member 'ABP_CouragePickup_C::SFX_Courage_Pickup_Spawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickup_C, RotActor) == 0x000468, "Member 'ABP_CouragePickup_C::RotActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFoliageQuality_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsFoliageQuality_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsFoliageQuality_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsFoliageQuality_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsFoliageQuality_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFoliageQuality_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsFoliageQuality_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality \ +static_assert(alignof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality) == 0x000008, "Wrong alignment on BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality"); \ +static_assert(sizeof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality) == 0x000038, "Wrong size on BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, EntryPoint) == 0x000000, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, Temp_int_Variable) == 0x000010, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, Temp_int_Variable_1) == 0x000014, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, Temp_int_Variable_2) == 0x000018, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, Temp_int_Variable_3) == 0x00001C, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, Temp_int_Variable_4) == 0x000020, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, K2Node_Event_OwningWidget) == 0x000028, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, K2Node_Event_Value) == 0x000030, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsFoliageQuality_C_ExecuteUbergraph_BP_OptionsFoliageQuality::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFoliageQuality_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsFoliageQuality_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsFoliageQuality_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsFoliageQuality_C_GetAppliedIntValue) == 0x000038, "Wrong size on BP_OptionsFoliageQuality_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable) == 0x00000C, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000010, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable_2) == 0x000014, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable_3) == 0x000018, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable_4) == 0x00001C, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable_5) == 0x000020, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, Temp_int_Variable_6) == 0x000024, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, CallFunc_GetFoliageQuality_ReturnValue) == 0x000030, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsFoliageQuality_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFoliageQuality_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsFoliageQuality_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsFoliageQuality_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsFoliageQuality_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_OptionsFoliageQuality_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFoliageQuality_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFoliageQuality_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsFoliageQuality_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsFoliageQuality_C \ +static_assert(alignof(UBP_OptionsFoliageQuality_C) == 0x000008, "Wrong alignment on UBP_OptionsFoliageQuality_C"); \ +static_assert(sizeof(UBP_OptionsFoliageQuality_C) == 0x000030, "Wrong size on UBP_OptionsFoliageQuality_C"); \ +static_assert(offsetof(UBP_OptionsFoliageQuality_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsFoliageQuality_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BindStatusEffect_C \ +static_assert(alignof(UBP_BindStatusEffect_C) == 0x000010, "Wrong alignment on UBP_BindStatusEffect_C"); \ +static_assert(sizeof(UBP_BindStatusEffect_C) == 0x000260, "Wrong size on UBP_BindStatusEffect_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_LadyBug_C \ +static_assert(alignof(ABP_CM_Hat_LadyBug_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_LadyBug_C"); \ +static_assert(sizeof(ABP_CM_Hat_LadyBug_C) == 0x000240, "Wrong size on ABP_CM_Hat_LadyBug_C"); \ +static_assert(offsetof(ABP_CM_Hat_LadyBug_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_LadyBug_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_WantsBlackBorders \ +static_assert(alignof(WBP_PauseMenu_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_PauseMenu_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_PauseMenu_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_PauseMenu_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ShouldBePaused \ +static_assert(alignof(WBP_PauseMenu_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_PauseMenu_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_PauseMenu_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_UpdateHoverDots \ +static_assert(alignof(WBP_PauseMenu_C_UpdateHoverDots) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_UpdateHoverDots"); \ +static_assert(sizeof(WBP_PauseMenu_C_UpdateHoverDots) == 0x000038, "Wrong size on WBP_PauseMenu_C_UpdateHoverDots"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, Temp_byte_Variable) == 0x000000, "Member 'WBP_PauseMenu_C_UpdateHoverDots::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_PauseMenu_C_UpdateHoverDots::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_PauseMenu_C_UpdateHoverDots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_PauseMenu_C_UpdateHoverDots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, Temp_bool_Variable) == 0x000010, "Member 'WBP_PauseMenu_C_UpdateHoverDots::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_IsHovered_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_IsVisible_ReturnValue) == 0x000029, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, K2Node_Select_Default) == 0x00002A, "Member 'WBP_PauseMenu_C_UpdateHoverDots::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_UpdateHoverDots, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_UpdateHoverDots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetDLCOnlyVisibility \ +static_assert(alignof(WBP_PauseMenu_C_GetDLCOnlyVisibility) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_GetDLCOnlyVisibility"); \ +static_assert(sizeof(WBP_PauseMenu_C_GetDLCOnlyVisibility) == 0x000006, "Wrong size on WBP_PauseMenu_C_GetDLCOnlyVisibility"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCOnlyVisibility, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_GetDLCOnlyVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCOnlyVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_PauseMenu_C_GetDLCOnlyVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCOnlyVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_PauseMenu_C_GetDLCOnlyVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCOnlyVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_PauseMenu_C_GetDLCOnlyVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCOnlyVisibility, CallFunc_IsDLCGameMode_ReturnValue) == 0x000004, "Member 'WBP_PauseMenu_C_GetDLCOnlyVisibility::CallFunc_IsDLCGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCOnlyVisibility, K2Node_Select_Default) == 0x000005, "Member 'WBP_PauseMenu_C_GetDLCOnlyVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetDLCHiddenVisibility \ +static_assert(alignof(WBP_PauseMenu_C_GetDLCHiddenVisibility) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_GetDLCHiddenVisibility"); \ +static_assert(sizeof(WBP_PauseMenu_C_GetDLCHiddenVisibility) == 0x000006, "Wrong size on WBP_PauseMenu_C_GetDLCHiddenVisibility"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCHiddenVisibility, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_GetDLCHiddenVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCHiddenVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_PauseMenu_C_GetDLCHiddenVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCHiddenVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_PauseMenu_C_GetDLCHiddenVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCHiddenVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_PauseMenu_C_GetDLCHiddenVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCHiddenVisibility, CallFunc_IsDLCGameMode_ReturnValue) == 0x000004, "Member 'WBP_PauseMenu_C_GetDLCHiddenVisibility::CallFunc_IsDLCGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetDLCHiddenVisibility, K2Node_Select_Default) == 0x000005, "Member 'WBP_PauseMenu_C_GetDLCHiddenVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_SetActiveDot \ +static_assert(alignof(WBP_PauseMenu_C_SetActiveDot) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_SetActiveDot"); \ +static_assert(sizeof(WBP_PauseMenu_C_SetActiveDot) == 0x000030, "Wrong size on WBP_PauseMenu_C_SetActiveDot"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, DotIndex) == 0x000000, "Member 'WBP_PauseMenu_C_SetActiveDot::DotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, Temp_bool_Variable) == 0x000004, "Member 'WBP_PauseMenu_C_SetActiveDot::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, Temp_byte_Variable) == 0x000005, "Member 'WBP_PauseMenu_C_SetActiveDot::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_PauseMenu_C_SetActiveDot::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_PauseMenu_C_SetActiveDot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_PauseMenu_C_SetActiveDot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_SetActiveDot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_PauseMenu_C_SetActiveDot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, K2Node_Select_Default) == 0x000018, "Member 'WBP_PauseMenu_C_SetActiveDot::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_PauseMenu_C_SetActiveDot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_PauseMenu_C_SetActiveDot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveDot, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_SetActiveDot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_GetBtnLoadEnabled \ +static_assert(alignof(WBP_PauseMenu_C_GetBtnLoadEnabled) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_GetBtnLoadEnabled"); \ +static_assert(sizeof(WBP_PauseMenu_C_GetBtnLoadEnabled) == 0x000020, "Wrong size on WBP_PauseMenu_C_GetBtnLoadEnabled"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBtnLoadEnabled, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_GetBtnLoadEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBtnLoadEnabled, CallFunc_GetGameMode_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_GetBtnLoadEnabled::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBtnLoadEnabled, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x000010, "Member 'WBP_PauseMenu_C_GetBtnLoadEnabled::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBtnLoadEnabled, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_PauseMenu_C_GetBtnLoadEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBtnLoadEnabled, CallFunc_IsResetBlockingEnabled_ReturnValue) == 0x000019, "Member 'WBP_PauseMenu_C_GetBtnLoadEnabled::CallFunc_IsResetBlockingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_GetBtnLoadEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'WBP_PauseMenu_C_GetBtnLoadEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ReturnToGame \ +static_assert(alignof(WBP_PauseMenu_C_ReturnToGame) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ReturnToGame"); \ +static_assert(sizeof(WBP_PauseMenu_C_ReturnToGame) == 0x000010, "Wrong size on WBP_PauseMenu_C_ReturnToGame"); \ +static_assert(offsetof(WBP_PauseMenu_C_ReturnToGame, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_ReturnToGame::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ReturnToGame, CallFunc_ReturnToGame_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_ReturnToGame::CallFunc_ReturnToGame_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnMouseButtonDown \ +static_assert(alignof(WBP_PauseMenu_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnMouseButtonDown) == 0x0002D0, "Wrong size on WBP_PauseMenu_C_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_PauseMenu_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_PauseMenu_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'WBP_PauseMenu_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_PauseMenu_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnMouseButtonDown, CallFunc_SetUserFocus_ReturnValue) == 0x000218, "Member 'WBP_PauseMenu_C_OnMouseButtonDown::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0 \ +static_assert(alignof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0"); \ +static_assert(sizeof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0) == 0x000018, "Wrong size on WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, CallFunc_IsInCombat_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0, K2Node_Select_Default) == 0x000011, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0 \ +static_assert(alignof(WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0"); \ +static_assert(sizeof(WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0) == 0x000018, "Wrong size on WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0, CallFunc_IsInCombat_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_PauseMenu_C_Get_Btn_Abilities_bIsEnabled_0::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnKeyDown \ +static_assert(alignof(WBP_PauseMenu_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnKeyDown"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnKeyDown) == 0x000218, "Wrong size on WBP_PauseMenu_C_OnKeyDown"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_PauseMenu_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_PauseMenu_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_PauseMenu_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_PauseMenu_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'WBP_PauseMenu_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000158, "Member 'WBP_PauseMenu_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000159, "Member 'WBP_PauseMenu_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_PauseMenu_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnFocusReceived \ +static_assert(alignof(WBP_PauseMenu_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnFocusReceived) == 0x0002A0, "Wrong size on WBP_PauseMenu_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_PauseMenu_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_PauseMenu_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_PauseMenu_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, Temp_bool_Variable) == 0x0000F8, "Member 'WBP_PauseMenu_C_OnFocusReceived::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, Temp_bool_Variable_1) == 0x0000F9, "Member 'WBP_PauseMenu_C_OnFocusReceived::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, CallFunc_IsDLCGameMode_ReturnValue) == 0x0000FA, "Member 'WBP_PauseMenu_C_OnFocusReceived::CallFunc_IsDLCGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, CallFunc_GetGameMode_ReturnValue) == 0x000100, "Member 'WBP_PauseMenu_C_OnFocusReceived::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, K2Node_DynamicCast_AsMochi_Game_Mode) == 0x000108, "Member 'WBP_PauseMenu_C_OnFocusReceived::K2Node_DynamicCast_AsMochi_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'WBP_PauseMenu_C_OnFocusReceived::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000118, "Member 'WBP_PauseMenu_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, CallFunc_IsResetBlockingEnabled_ReturnValue) == 0x0001D0, "Member 'WBP_PauseMenu_C_OnFocusReceived::CallFunc_IsResetBlockingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, K2Node_Select_Default) == 0x0001D8, "Member 'WBP_PauseMenu_C_OnFocusReceived::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, K2Node_Select_Default_1) == 0x0001E0, "Member 'WBP_PauseMenu_C_OnFocusReceived::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001E8, "Member 'WBP_PauseMenu_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_PreConstruct \ +static_assert(alignof(WBP_PauseMenu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_PreConstruct"); \ +static_assert(sizeof(WBP_PauseMenu_C_PreConstruct) == 0x000001, "Wrong size on WBP_PauseMenu_C_PreConstruct"); \ +static_assert(offsetof(WBP_PauseMenu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PauseMenu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu \ +static_assert(alignof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu"); \ +static_assert(sizeof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu) == 0x000158, "Wrong size on WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, EntryPoint) == 0x000000, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGlobalUINavManager_ReturnValue_1) == 0x000010, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGlobalUINavManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_NavigateForward_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_NavigateForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_NavigateForward_ReturnValue_1) == 0x000020, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_NavigateForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGlobalUINavManager_ReturnValue_2) == 0x000028, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGlobalUINavManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_NavigateForward_ReturnValue_2) == 0x000038, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_NavigateForward_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000040, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_MakeLiteralText_ReturnValue) == 0x000048, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_OpenMessageBox_Result) == 0x000060, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_OpenMessageBox_ReturnValue) == 0x000061, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_SwitchEnum_CmpSuccess) == 0x000062, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEventAtLocation_ReturnValue) == 0x000064, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_2) == 0x000070, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_3) == 0x000074, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_4) == 0x000078, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_5) == 0x00007C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_6) == 0x000080, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_7) == 0x000084, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_8) == 0x000088, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_IsDesignTime) == 0x00008C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue_1) == 0x000090, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_AsBP_Kena_Controller) == 0x000098, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_AsBP_Kena_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_9) == 0x0000A4, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000A8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000B0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_OpenMessageBox_Result_1) == 0x0000C8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_OpenMessageBox_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_OpenMessageBox_ReturnValue_1) == 0x0000C9, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_OpenMessageBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000CA, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000F0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue_3) == 0x0000F8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_PlayGlobalOneShotEvent_ReturnValue_10) == 0x000100, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_PlayGlobalOneShotEvent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000108, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameMode_ReturnValue) == 0x000120, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_OpenMessageBox_Result_2) == 0x000128, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_OpenMessageBox_Result_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_OpenMessageBox_ReturnValue_2) == 0x000129, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_OpenMessageBox_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_AsMochi_DLCGame_Mode) == 0x000130, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_AsMochi_DLCGame_Mode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_bSuccess_1) == 0x000138, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_SwitchEnum_CmpSuccess_2) == 0x000139, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameMode_ReturnValue_1) == 0x000140, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_AsMochi_DLCGame_Mode_1) == 0x000148, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_AsMochi_DLCGame_Mode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_bSuccess_2) == 0x000150, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PauseMenu_C \ +static_assert(alignof(UWBP_PauseMenu_C) == 0x000008, "Wrong alignment on UWBP_PauseMenu_C"); \ +static_assert(sizeof(UWBP_PauseMenu_C) == 0x000300, "Wrong size on UWBP_PauseMenu_C"); \ +static_assert(offsetof(UWBP_PauseMenu_C, UberGraphFrame) == 0x000260, "Member 'UWBP_PauseMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BtnLoadMenu) == 0x000268, "Member 'UWBP_PauseMenu_C::BtnLoadMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BtnMainMenu) == 0x000270, "Member 'UWBP_PauseMenu_C::BtnMainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BtnOptions) == 0x000278, "Member 'UWBP_PauseMenu_C::BtnOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BtnQuit) == 0x000280, "Member 'UWBP_PauseMenu_C::BtnQuit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BtnRestart) == 0x000288, "Member 'UWBP_PauseMenu_C::BtnRestart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BtnSaveGame) == 0x000290, "Member 'UWBP_PauseMenu_C::BtnSaveGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, DotLoadGame) == 0x000298, "Member 'UWBP_PauseMenu_C::DotLoadGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, DotMainMenu) == 0x0002A0, "Member 'UWBP_PauseMenu_C::DotMainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, DotOptions) == 0x0002A8, "Member 'UWBP_PauseMenu_C::DotOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, DotQuit) == 0x0002B0, "Member 'UWBP_PauseMenu_C::DotQuit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, DotRestart) == 0x0002B8, "Member 'UWBP_PauseMenu_C::DotRestart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, DotSaveGame) == 0x0002C0, "Member 'UWBP_PauseMenu_C::DotSaveGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_PromptBar) == 0x0002C8, "Member 'UWBP_PauseMenu_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, OnReturnedToGame) == 0x0002D0, "Member 'UWBP_PauseMenu_C::OnReturnedToGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Dots) == 0x0002E0, "Member 'UWBP_PauseMenu_C::Dots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Buttons) == 0x0002F0, "Member 'UWBP_PauseMenu_C::Buttons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PopupBase_C \ +static_assert(alignof(UWBP_PopupBase_C) == 0x000008, "Wrong alignment on UWBP_PopupBase_C"); \ +static_assert(sizeof(UWBP_PopupBase_C) == 0x000270, "Wrong size on UWBP_PopupBase_C"); \ +static_assert(offsetof(UWBP_PopupBase_C, OnPopupComplete) == 0x000260, "Member 'UWBP_PopupBase_C::OnPopupComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_CutsceneWidget_C_HandleAnyInput \ +static_assert(alignof(WBP_Kena_CutsceneWidget_C_HandleAnyInput) == 0x000001, "Wrong alignment on WBP_Kena_CutsceneWidget_C_HandleAnyInput"); \ +static_assert(sizeof(WBP_Kena_CutsceneWidget_C_HandleAnyInput) == 0x000002, "Wrong size on WBP_Kena_CutsceneWidget_C_HandleAnyInput"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_HandleAnyInput, isDown) == 0x000000, "Member 'WBP_Kena_CutsceneWidget_C_HandleAnyInput::isDown' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_HandleAnyInput, CallFunc_CanSkipCutscene_ReturnValue) == 0x000001, "Member 'WBP_Kena_CutsceneWidget_C_HandleAnyInput::CallFunc_CanSkipCutscene_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput \ +static_assert(alignof(WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput) == 0x000001, "Wrong alignment on WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput"); \ +static_assert(sizeof(WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput) == 0x000002, "Wrong size on WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput, isDown) == 0x000000, "Member 'WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput::isDown' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput, CallFunc_CanSkipCutscene_ReturnValue) == 0x000001, "Member 'WBP_Kena_CutsceneWidget_C_HandleSkipCutsceneInput::CallFunc_CanSkipCutscene_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_CutsceneWidget_C_HandleNamedEvent \ +static_assert(alignof(WBP_Kena_CutsceneWidget_C_HandleNamedEvent) == 0x000004, "Wrong alignment on WBP_Kena_CutsceneWidget_C_HandleNamedEvent"); \ +static_assert(sizeof(WBP_Kena_CutsceneWidget_C_HandleNamedEvent) == 0x000008, "Wrong size on WBP_Kena_CutsceneWidget_C_HandleNamedEvent"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_HandleNamedEvent, EventName) == 0x000000, "Member 'WBP_Kena_CutsceneWidget_C_HandleNamedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_CutsceneWidget_C_SetEncounterBoss \ +static_assert(alignof(WBP_Kena_CutsceneWidget_C_SetEncounterBoss) == 0x000008, "Wrong alignment on WBP_Kena_CutsceneWidget_C_SetEncounterBoss"); \ +static_assert(sizeof(WBP_Kena_CutsceneWidget_C_SetEncounterBoss) == 0x000008, "Wrong size on WBP_Kena_CutsceneWidget_C_SetEncounterBoss"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_SetEncounterBoss, Boss) == 0x000000, "Member 'WBP_Kena_CutsceneWidget_C_SetEncounterBoss::Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget \ +static_assert(alignof(WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget) == 0x000008, "Wrong alignment on WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget"); \ +static_assert(sizeof(WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget) == 0x000018, "Wrong size on WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget, EntryPoint) == 0x000000, "Member 'WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget, K2Node_Event_EventName) == 0x000004, "Member 'WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget, K2Node_Event_Boss) == 0x000010, "Member 'WBP_Kena_CutsceneWidget_C_ExecuteUbergraph_WBP_Kena_CutsceneWidget::K2Node_Event_Boss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Kena_CutsceneWidget_C_CanSkipCutscene \ +static_assert(alignof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene) == 0x000008, "Wrong alignment on WBP_Kena_CutsceneWidget_C_CanSkipCutscene"); \ +static_assert(sizeof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene) == 0x000020, "Wrong size on WBP_Kena_CutsceneWidget_C_CanSkipCutscene"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, ReturnValue) == 0x000000, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_GetParent_ReturnValue) == 0x000008, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_GetGlobalCutsceneManager_ReturnValue) == 0x000010, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_GetGlobalCutsceneManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_CanSkipAnyCutscenes_ReturnValue) == 0x000019, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_CanSkipAnyCutscenes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_IsLevelStreamingInProgress_ReturnValue) == 0x00001A, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_IsLevelStreamingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Kena_CutsceneWidget_C_CanSkipCutscene, CallFunc_BooleanAND_ReturnValue_1) == 0x00001D, "Member 'WBP_Kena_CutsceneWidget_C_CanSkipCutscene::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Kena_CutsceneWidget_C \ +static_assert(alignof(UWBP_Kena_CutsceneWidget_C) == 0x000008, "Wrong alignment on UWBP_Kena_CutsceneWidget_C"); \ +static_assert(sizeof(UWBP_Kena_CutsceneWidget_C) == 0x000270, "Wrong size on UWBP_Kena_CutsceneWidget_C"); \ +static_assert(offsetof(UWBP_Kena_CutsceneWidget_C, UberGraphFrame) == 0x000260, "Member 'UWBP_Kena_CutsceneWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Kena_CutsceneWidget_C, WBP_HoldInputPrompt) == 0x000268, "Member 'UWBP_Kena_CutsceneWidget_C::WBP_HoldInputPrompt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_SetShowCreditsButton \ +static_assert(alignof(WBP_Settings_C_SetShowCreditsButton) == 0x000001, "Wrong alignment on WBP_Settings_C_SetShowCreditsButton"); \ +static_assert(sizeof(WBP_Settings_C_SetShowCreditsButton) == 0x000005, "Wrong size on WBP_Settings_C_SetShowCreditsButton"); \ +static_assert(offsetof(WBP_Settings_C_SetShowCreditsButton, Visible) == 0x000000, "Member 'WBP_Settings_C_SetShowCreditsButton::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_SetShowCreditsButton, Temp_bool_Variable) == 0x000001, "Member 'WBP_Settings_C_SetShowCreditsButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_SetShowCreditsButton, Temp_byte_Variable) == 0x000002, "Member 'WBP_Settings_C_SetShowCreditsButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_SetShowCreditsButton, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Settings_C_SetShowCreditsButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_SetShowCreditsButton, K2Node_Select_Default) == 0x000004, "Member 'WBP_Settings_C_SetShowCreditsButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_TryRouteButtonToSubmenu \ +static_assert(alignof(WBP_Settings_C_TryRouteButtonToSubmenu) == 0x000008, "Wrong alignment on WBP_Settings_C_TryRouteButtonToSubmenu"); \ +static_assert(sizeof(WBP_Settings_C_TryRouteButtonToSubmenu) == 0x000040, "Wrong size on WBP_Settings_C_TryRouteButtonToSubmenu"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, InButton) == 0x000000, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, ButtonIdentifier) == 0x000008, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::ButtonIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, Section) == 0x000010, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::Section' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, ReturnToWidget) == 0x000018, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::ReturnToWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, OptionalButtonTooltip) == 0x000020, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::OptionalButtonTooltip' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, CallFunc_TextIsEmpty_ReturnValue) == 0x000038, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_TryRouteButtonToSubmenu, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003A, "Member 'WBP_Settings_C_TryRouteButtonToSubmenu::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_SetPromptBarOptions \ +static_assert(alignof(WBP_Settings_C_SetPromptBarOptions) == 0x000008, "Wrong alignment on WBP_Settings_C_SetPromptBarOptions"); \ +static_assert(sizeof(WBP_Settings_C_SetPromptBarOptions) == 0x000010, "Wrong size on WBP_Settings_C_SetPromptBarOptions"); \ +static_assert(offsetof(WBP_Settings_C_SetPromptBarOptions, Inputs) == 0x000000, "Member 'WBP_Settings_C_SetPromptBarOptions::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_OnKeyDown \ +static_assert(alignof(WBP_Settings_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_Settings_C_OnKeyDown"); \ +static_assert(sizeof(WBP_Settings_C_OnKeyDown) == 0x000220, "Wrong size on WBP_Settings_C_OnKeyDown"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_Settings_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_Settings_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_Settings_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000128, "Member 'WBP_Settings_C_OnKeyDown::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000130, "Member 'WBP_Settings_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_Settings_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000160, "Member 'WBP_Settings_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000161, "Member 'WBP_Settings_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'WBP_Settings_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_OnFocusReceived \ +static_assert(alignof(WBP_Settings_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_Settings_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_Settings_C_OnFocusReceived) == 0x0001E0, "Wrong size on WBP_Settings_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_Settings_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_Settings_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_Settings_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, Temp_bool_Variable) == 0x0000F8, "Member 'WBP_Settings_C_OnFocusReceived::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, CallFunc_GetActiveWidget_ReturnValue) == 0x000100, "Member 'WBP_Settings_C_OnFocusReceived::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000108, "Member 'WBP_Settings_C_OnFocusReceived::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000110, "Member 'WBP_Settings_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001C8, "Member 'WBP_Settings_C_OnFocusReceived::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x0001D0, "Member 'WBP_Settings_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_OnFocusReceived, K2Node_Select_Default) == 0x0001D8, "Member 'WBP_Settings_C_OnFocusReceived::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_ReceivedSubMenuChanged \ +static_assert(alignof(WBP_Settings_C_ReceivedSubMenuChanged) == 0x000001, "Wrong alignment on WBP_Settings_C_ReceivedSubMenuChanged"); \ +static_assert(sizeof(WBP_Settings_C_ReceivedSubMenuChanged) == 0x000001, "Wrong size on WBP_Settings_C_ReceivedSubMenuChanged"); \ +static_assert(offsetof(WBP_Settings_C_ReceivedSubMenuChanged, NewSection) == 0x000000, "Member 'WBP_Settings_C_ReceivedSubMenuChanged::NewSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_ReceivedTooltipUpdated \ +static_assert(alignof(WBP_Settings_C_ReceivedTooltipUpdated) == 0x000008, "Wrong alignment on WBP_Settings_C_ReceivedTooltipUpdated"); \ +static_assert(sizeof(WBP_Settings_C_ReceivedTooltipUpdated) == 0x000018, "Wrong size on WBP_Settings_C_ReceivedTooltipUpdated"); \ +static_assert(offsetof(WBP_Settings_C_ReceivedTooltipUpdated, Tooltip) == 0x000000, "Member 'WBP_Settings_C_ReceivedTooltipUpdated::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_OnGraphicsButtonClicked \ +static_assert(alignof(WBP_Settings_C_OnGraphicsButtonClicked) == 0x000004, "Wrong alignment on WBP_Settings_C_OnGraphicsButtonClicked"); \ +static_assert(sizeof(WBP_Settings_C_OnGraphicsButtonClicked) == 0x000008, "Wrong size on WBP_Settings_C_OnGraphicsButtonClicked"); \ +static_assert(offsetof(WBP_Settings_C_OnGraphicsButtonClicked, Identifier) == 0x000000, "Member 'WBP_Settings_C_OnGraphicsButtonClicked::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_OnControlButtonClicked \ +static_assert(alignof(WBP_Settings_C_OnControlButtonClicked) == 0x000004, "Wrong alignment on WBP_Settings_C_OnControlButtonClicked"); \ +static_assert(sizeof(WBP_Settings_C_OnControlButtonClicked) == 0x000008, "Wrong size on WBP_Settings_C_OnControlButtonClicked"); \ +static_assert(offsetof(WBP_Settings_C_OnControlButtonClicked, Identifier) == 0x000000, "Member 'WBP_Settings_C_OnControlButtonClicked::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_OnGameButtonClicked \ +static_assert(alignof(WBP_Settings_C_OnGameButtonClicked) == 0x000004, "Wrong alignment on WBP_Settings_C_OnGameButtonClicked"); \ +static_assert(sizeof(WBP_Settings_C_OnGameButtonClicked) == 0x000008, "Wrong size on WBP_Settings_C_OnGameButtonClicked"); \ +static_assert(offsetof(WBP_Settings_C_OnGameButtonClicked, Identifier) == 0x000000, "Member 'WBP_Settings_C_OnGameButtonClicked::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_C_ExecuteUbergraph_WBP_Settings \ +static_assert(alignof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings) == 0x000008, "Wrong alignment on WBP_Settings_C_ExecuteUbergraph_WBP_Settings"); \ +static_assert(sizeof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings) == 0x0000F0, "Wrong size on WBP_Settings_C_ExecuteUbergraph_WBP_Settings"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, EntryPoint) == 0x000000, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, Temp_bool_Variable) == 0x000044, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CreateDelegate_OutputDelegate_4) == 0x000048, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, Temp_object_Variable) == 0x000058, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, Temp_object_Variable_1) == 0x000060, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CustomEvent_NewSection) == 0x000068, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CustomEvent_NewSection' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000069, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_SwitchEnum_CmpSuccess) == 0x00006A, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_Select_Default) == 0x000070, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CustomEvent_Tooltip) == 0x000078, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CustomEvent_Tooltip' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CustomEvent_Identifier_2) == 0x000090, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CustomEvent_Identifier_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CustomEvent_Identifier_1) == 0x000098, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CustomEvent_Identifier_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x0000AC, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CustomEvent_Identifier) == 0x0000B0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CustomEvent_Identifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_NavigateBack_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_NavigateForward_ReturnValue) == 0x0000C8, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_NavigateForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_PlayGlobalOneShotEvent_ReturnValue_2) == 0x0000D0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_PlayGlobalOneShotEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000D8, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_C_ExecuteUbergraph_WBP_Settings, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000E0, "Member 'WBP_Settings_C_ExecuteUbergraph_WBP_Settings::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_C \ +static_assert(alignof(UWBP_Settings_C) == 0x000008, "Wrong alignment on UWBP_Settings_C"); \ +static_assert(sizeof(UWBP_Settings_C) == 0x000410, "Wrong size on UWBP_Settings_C"); \ +static_assert(offsetof(UWBP_Settings_C, UberGraphFrame) == 0x0002E8, "Member 'UWBP_Settings_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BtnAccessibility) == 0x0002F0, "Member 'UWBP_Settings_C::BtnAccessibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BtnAudio) == 0x0002F8, "Member 'UWBP_Settings_C::BtnAudio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BtnControls) == 0x000300, "Member 'UWBP_Settings_C::BtnControls' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BtnCredits) == 0x000308, "Member 'UWBP_Settings_C::BtnCredits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BtnGame) == 0x000310, "Member 'UWBP_Settings_C::BtnGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BtnGraphics) == 0x000318, "Member 'UWBP_Settings_C::BtnGraphics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, Image_269) == 0x000320, "Member 'UWBP_Settings_C::Image_269' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, Separator) == 0x000328, "Member 'UWBP_Settings_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, SettingsBorder) == 0x000330, "Member 'UWBP_Settings_C::SettingsBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, SwitcherBorder) == 0x000338, "Member 'UWBP_Settings_C::SwitcherBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_Accessibility) == 0x000340, "Member 'UWBP_Settings_C::WBP_Accessibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_AdvancedGraphicsOptions) == 0x000348, "Member 'UWBP_Settings_C::WBP_AdvancedGraphicsOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_AudioOptions) == 0x000350, "Member 'UWBP_Settings_C::WBP_AudioOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_ControlOptions) == 0x000358, "Member 'UWBP_Settings_C::WBP_ControlOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_ControlRemapping) == 0x000360, "Member 'UWBP_Settings_C::WBP_ControlRemapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_GameOptions) == 0x000368, "Member 'UWBP_Settings_C::WBP_GameOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_Gamma) == 0x000370, "Member 'UWBP_Settings_C::WBP_Gamma' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_GraphicsOptions) == 0x000378, "Member 'UWBP_Settings_C::WBP_GraphicsOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_PromptBar) == 0x000380, "Member 'UWBP_Settings_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, WBP_SelectLanguage) == 0x000388, "Member 'UWBP_Settings_C::WBP_SelectLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, PromptBarWithReset) == 0x000390, "Member 'UWBP_Settings_C::PromptBarWithReset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, BaseBorderColor) == 0x0003A0, "Member 'UWBP_Settings_C::BaseBorderColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, GammaBorderColor) == 0x0003C8, "Member 'UWBP_Settings_C::GammaBorderColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, PromptBarWithoutReset) == 0x0003F0, "Member 'UWBP_Settings_C::PromptBarWithoutReset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_C, PromptBarSelectLanguage) == 0x000400, "Member 'UWBP_Settings_C::PromptBarSelectLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ManualSave_C_ShouldBePaused \ +static_assert(alignof(WBP_ManualSave_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_ManualSave_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_ManualSave_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_ManualSave_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_ManualSave_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_ManualSave_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ManualSave_C_WantsBlackBorders \ +static_assert(alignof(WBP_ManualSave_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_ManualSave_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_ManualSave_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_ManualSave_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_ManualSave_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_ManualSave_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ManualSave_C_OnFocusReceived \ +static_assert(alignof(WBP_ManualSave_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_ManualSave_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_ManualSave_C_OnFocusReceived) == 0x000270, "Wrong size on WBP_ManualSave_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_ManualSave_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_ManualSave_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_ManualSave_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_ManualSave_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_ManualSave_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnFocusReceived, CallFunc_GetChildAt_ReturnValue) == 0x0001B0, "Member 'WBP_ManualSave_C_OnFocusReceived::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001B8, "Member 'WBP_ManualSave_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ManualSave_C_OnKeyDown \ +static_assert(alignof(WBP_ManualSave_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_ManualSave_C_OnKeyDown"); \ +static_assert(sizeof(WBP_ManualSave_C_OnKeyDown) == 0x000230, "Wrong size on WBP_ManualSave_C_OnKeyDown"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_ManualSave_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_ManualSave_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_ManualSave_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'WBP_ManualSave_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x0001E0, "Member 'WBP_ManualSave_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x0001F8, "Member 'WBP_ManualSave_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000200, "Member 'WBP_ManualSave_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000218, "Member 'WBP_ManualSave_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000220, "Member 'WBP_ManualSave_C_OnKeyDown::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_OnKeyDown, CallFunc_NavigateBack_ReturnValue) == 0x000228, "Member 'WBP_ManualSave_C_OnKeyDown::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ManualSave_C_HandleClicked \ +static_assert(alignof(WBP_ManualSave_C_HandleClicked) == 0x000008, "Wrong alignment on WBP_ManualSave_C_HandleClicked"); \ +static_assert(sizeof(WBP_ManualSave_C_HandleClicked) == 0x000010, "Wrong size on WBP_ManualSave_C_HandleClicked"); \ +static_assert(offsetof(WBP_ManualSave_C_HandleClicked, SlotName) == 0x000000, "Member 'WBP_ManualSave_C_HandleClicked::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave \ +static_assert(alignof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave) == 0x000008, "Wrong alignment on WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave"); \ +static_assert(sizeof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave) == 0x0000C0, "Wrong size on WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, EntryPoint) == 0x000000, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_GetSaveDataManager_ReturnValue) == 0x000028, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_GetSortedSaveSlots_ReturnValue) == 0x000030, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_GetSortedSaveSlots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, K2Node_CustomEvent_SlotName) == 0x000060, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::K2Node_CustomEvent_SlotName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_GetSaveDataManager_ReturnValue_1) == 0x000070, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_GetSaveDataManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_GetSaveDataManager_ReturnValue_2) == 0x000078, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_GetSaveDataManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_DoesSaveSlotExist_ReturnValue) == 0x000080, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_DoesSaveSlotExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_SaveToSlot_ReturnValue) == 0x000081, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_SaveToSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_GetGlobalUINavManager_ReturnValue) == 0x000088, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_GetGlobalUINavManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_MakeLiteralText_ReturnValue) == 0x000090, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_NavigateBack_ReturnValue) == 0x0000A8, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_NavigateBack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_OpenMessageBox_Result) == 0x0000B0, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_OpenMessageBox_ReturnValue) == 0x0000B1, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x0000B4, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave, K2Node_SwitchEnum_CmpSuccess) == 0x0000B8, "Member 'WBP_ManualSave_C_ExecuteUbergraph_WBP_ManualSave::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ManualSave_C \ +static_assert(alignof(UWBP_ManualSave_C) == 0x000008, "Wrong alignment on UWBP_ManualSave_C"); \ +static_assert(sizeof(UWBP_ManualSave_C) == 0x000288, "Wrong size on UWBP_ManualSave_C"); \ +static_assert(offsetof(UWBP_ManualSave_C, UberGraphFrame) == 0x000260, "Member 'UWBP_ManualSave_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ManualSave_C, Image_149) == 0x000268, "Member 'UWBP_ManualSave_C::Image_149' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ManualSave_C, ManualSaves_Scrollbox) == 0x000270, "Member 'UWBP_ManualSave_C::ManualSaves_Scrollbox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ManualSave_C, WBP_PromptBar) == 0x000278, "Member 'UWBP_ManualSave_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ManualSave_C, DateTimeData) == 0x000280, "Member 'UWBP_ManualSave_C::DateTimeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveSlot_C_UpdateSaveSlotDisplay \ +static_assert(alignof(WBP_SaveSlot_C_UpdateSaveSlotDisplay) == 0x000001, "Wrong alignment on WBP_SaveSlot_C_UpdateSaveSlotDisplay"); \ +static_assert(sizeof(WBP_SaveSlot_C_UpdateSaveSlotDisplay) == 0x000008, "Wrong size on WBP_SaveSlot_C_UpdateSaveSlotDisplay"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, Temp_bool_Variable) == 0x000000, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, Temp_byte_Variable) == 0x000001, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, K2Node_Select_Default) == 0x000006, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_UpdateSaveSlotDisplay, K2Node_Select_Default_1) == 0x000007, "Member 'WBP_SaveSlot_C_UpdateSaveSlotDisplay::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveSlot_C_Initialize \ +static_assert(alignof(WBP_SaveSlot_C_Initialize) == 0x000008, "Wrong alignment on WBP_SaveSlot_C_Initialize"); \ +static_assert(sizeof(WBP_SaveSlot_C_Initialize) == 0x000438, "Wrong size on WBP_SaveSlot_C_Initialize"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, NewLocalVar_0) == 0x000000, "Member 'WBP_SaveSlot_C_Initialize::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_text_Variable) == 0x000010, "Member 'WBP_SaveSlot_C_Initialize::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_text_Variable_1) == 0x000028, "Member 'WBP_SaveSlot_C_Initialize::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_text_Variable_2) == 0x000040, "Member 'WBP_SaveSlot_C_Initialize::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_text_Variable_3) == 0x000058, "Member 'WBP_SaveSlot_C_Initialize::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeStruct_SlateBrush) == 0x000098, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_text_Variable_4) == 0x000120, "Member 'WBP_SaveSlot_C_Initialize::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_GetSaveDataManager_ReturnValue) == 0x000138, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_IsAutosaveSlot_ReturnValue) == 0x000140, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_IsAutosaveSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_text_Variable_5) == 0x000148, "Member 'WBP_SaveSlot_C_Initialize::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_GetDataTableRowFromName_OutRow) == 0x000160, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000220, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_AsDateTime_DateTime_ReturnValue) == 0x000228, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_AsDateTime_DateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeStruct_FormatArgumentData) == 0x000240, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_SetFieldsInStruct_StructOut) == 0x000280, "Member 'WBP_SaveSlot_C_Initialize::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeStruct_FormatArgumentData_1) == 0x000308, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeStruct_FormatArgumentData_2) == 0x000348, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeArray_Array) == 0x000388, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_Format_ReturnValue) == 0x000398, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, Temp_byte_Variable) == 0x0003B0, "Member 'WBP_SaveSlot_C_Initialize::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_Select_Default) == 0x0003B8, "Member 'WBP_SaveSlot_C_Initialize::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeStruct_FormatArgumentData_3) == 0x0003D0, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, K2Node_MakeArray_Array_1) == 0x000410, "Member 'WBP_SaveSlot_C_Initialize::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_Initialize, CallFunc_Format_ReturnValue_1) == 0x000420, "Member 'WBP_SaveSlot_C_Initialize::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveSlot_C_OnFocusReceived \ +static_assert(alignof(WBP_SaveSlot_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_SaveSlot_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_SaveSlot_C_OnFocusReceived) == 0x000268, "Wrong size on WBP_SaveSlot_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_SaveSlot_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_SaveSlot_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_SaveSlot_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_SaveSlot_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_SaveSlot_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001B0, "Member 'WBP_SaveSlot_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveSlot_C_PreConstruct \ +static_assert(alignof(WBP_SaveSlot_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SaveSlot_C_PreConstruct"); \ +static_assert(sizeof(WBP_SaveSlot_C_PreConstruct) == 0x000001, "Wrong size on WBP_SaveSlot_C_PreConstruct"); \ +static_assert(offsetof(WBP_SaveSlot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SaveSlot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveSlot_C_Init \ +static_assert(alignof(WBP_SaveSlot_C_Init) == 0x000008, "Wrong alignment on WBP_SaveSlot_C_Init"); \ +static_assert(sizeof(WBP_SaveSlot_C_Init) == 0x000010, "Wrong size on WBP_SaveSlot_C_Init"); \ +static_assert(offsetof(WBP_SaveSlot_C_Init, InSlot) == 0x000000, "Member 'WBP_SaveSlot_C_Init::InSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot \ +static_assert(alignof(WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot) == 0x000008, "Wrong alignment on WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot"); \ +static_assert(sizeof(WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot) == 0x000020, "Wrong size on WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot"); \ +static_assert(offsetof(WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot, EntryPoint) == 0x000000, "Member 'WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot, K2Node_Event_InSlot) == 0x000008, "Member 'WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot::K2Node_Event_InSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000018, "Member 'WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot, K2Node_Event_IsDesignTime) == 0x00001C, "Member 'WBP_SaveSlot_C_ExecuteUbergraph_WBP_SaveSlot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SaveSlot_C \ +static_assert(alignof(UWBP_SaveSlot_C) == 0x000008, "Wrong alignment on UWBP_SaveSlot_C"); \ +static_assert(sizeof(UWBP_SaveSlot_C) == 0x0002E0, "Wrong size on UWBP_SaveSlot_C"); \ +static_assert(offsetof(UWBP_SaveSlot_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_SaveSlot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, AutosaveOverlay) == 0x0002B0, "Member 'UWBP_SaveSlot_C::AutosaveOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, LocationText) == 0x0002B8, "Member 'UWBP_SaveSlot_C::LocationText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, NewGamePlusOverlay) == 0x0002C0, "Member 'UWBP_SaveSlot_C::NewGamePlusOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, SaveImage) == 0x0002C8, "Member 'UWBP_SaveSlot_C::SaveImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, TimestampText) == 0x0002D0, "Member 'UWBP_SaveSlot_C::TimestampText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, IsAutoSave) == 0x0002D8, "Member 'UWBP_SaveSlot_C::IsAutoSave' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveSlot_C, IsNewGamePlus) == 0x0002D9, "Member 'UWBP_SaveSlot_C::IsNewGamePlus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_ShouldBePaused \ +static_assert(alignof(WBP_Credits_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_Credits_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_Credits_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_Credits_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_Credits_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_Credits_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_WantsBlackBorders \ +static_assert(alignof(WBP_Credits_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_Credits_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_Credits_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_Credits_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_Credits_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_Credits_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_OnKeyDown \ +static_assert(alignof(WBP_Credits_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_Credits_C_OnKeyDown"); \ +static_assert(sizeof(WBP_Credits_C_OnKeyDown) == 0x000218, "Wrong size on WBP_Credits_C_OnKeyDown"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_Credits_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_Credits_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_Credits_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_Credits_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'WBP_Credits_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000158, "Member 'WBP_Credits_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000159, "Member 'WBP_Credits_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_Credits_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_PreConstruct \ +static_assert(alignof(WBP_Credits_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Credits_C_PreConstruct"); \ +static_assert(sizeof(WBP_Credits_C_PreConstruct) == 0x000001, "Wrong size on WBP_Credits_C_PreConstruct"); \ +static_assert(offsetof(WBP_Credits_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Credits_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_Tick \ +static_assert(alignof(WBP_Credits_C_Tick) == 0x000004, "Wrong alignment on WBP_Credits_C_Tick"); \ +static_assert(sizeof(WBP_Credits_C_Tick) == 0x00003C, "Wrong size on WBP_Credits_C_Tick"); \ +static_assert(offsetof(WBP_Credits_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Credits_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Credits_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Credits_C_ExecuteUbergraph_WBP_Credits \ +static_assert(alignof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits) == 0x000008, "Wrong alignment on WBP_Credits_C_ExecuteUbergraph_WBP_Credits"); \ +static_assert(sizeof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits) == 0x0000A8, "Wrong size on WBP_Credits_C_ExecuteUbergraph_WBP_Credits"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, EntryPoint) == 0x000000, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_Event_IsDesignTime) == 0x000030, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_Event_MyGeometry) == 0x000034, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, K2Node_Event_InDeltaTime) == 0x00006C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000070, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000074, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetScrollOffset_ReturnValue) == 0x000078, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_IsGamePaused_ReturnValue) == 0x00007C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00007D, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Not_PreBool_ReturnValue) == 0x00007E, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_Add_FloatFloat_ReturnValue) == 0x000080, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_GetVisibility_ReturnValue) == 0x000084, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000085, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result) == 0x000088, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue) == 0x000090, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_BooleanOR_ReturnValue) == 0x000098, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_IsValid_ReturnValue) == 0x000099, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_BooleanAND_ReturnValue) == 0x00009A, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_IsGamePaused_ReturnValue_1) == 0x00009B, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_IsGamePaused_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x00009C, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Credits_C_ExecuteUbergraph_WBP_Credits, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x0000A0, "Member 'WBP_Credits_C_ExecuteUbergraph_WBP_Credits::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Credits_C \ +static_assert(alignof(UWBP_Credits_C) == 0x000008, "Wrong alignment on UWBP_Credits_C"); \ +static_assert(sizeof(UWBP_Credits_C) == 0x0002B0, "Wrong size on UWBP_Credits_C"); \ +static_assert(offsetof(UWBP_Credits_C, UberGraphFrame) == 0x000260, "Member 'UWBP_Credits_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, FadeOut) == 0x000268, "Member 'UWBP_Credits_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, InvalidationBox_149) == 0x000270, "Member 'UWBP_Credits_C::InvalidationBox_149' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, ScrollBox_232) == 0x000278, "Member 'UWBP_Credits_C::ScrollBox_232' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, WBP_PromptBar) == 0x000280, "Member 'UWBP_Credits_C::WBP_PromptBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, WBP_ScrollCredits) == 0x000288, "Member 'UWBP_Credits_C::WBP_ScrollCredits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, ScrollSpeed) == 0x000290, "Member 'UWBP_Credits_C::ScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, IsScrolling) == 0x000294, "Member 'UWBP_Credits_C::IsScrolling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, OnCreditsComplete) == 0x000298, "Member 'UWBP_Credits_C::OnCreditsComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, TestScrollPosition) == 0x0002A8, "Member 'UWBP_Credits_C::TestScrollPosition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Credits_C, ShouldScrollWhenPaused) == 0x0002AC, "Member 'UWBP_Credits_C::ShouldScrollWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ControlRemapping_C_GoBack \ +static_assert(alignof(WBP_ControlRemapping_C_GoBack) == 0x000004, "Wrong alignment on WBP_ControlRemapping_C_GoBack"); \ +static_assert(sizeof(WBP_ControlRemapping_C_GoBack) == 0x000008, "Wrong size on WBP_ControlRemapping_C_GoBack"); \ +static_assert(offsetof(WBP_ControlRemapping_C_GoBack, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000000, "Member 'WBP_ControlRemapping_C_GoBack::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_GoBack, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_ControlRemapping_C_GoBack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ControlRemapping_C_OnKeyDown \ +static_assert(alignof(WBP_ControlRemapping_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_ControlRemapping_C_OnKeyDown"); \ +static_assert(sizeof(WBP_ControlRemapping_C_OnKeyDown) == 0x0002D8, "Wrong size on WBP_ControlRemapping_C_OnKeyDown"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_ControlRemapping_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_ControlRemapping_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_ControlRemapping_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'WBP_ControlRemapping_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x0001E0, "Member 'WBP_ControlRemapping_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x0001F8, "Member 'WBP_ControlRemapping_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000200, "Member 'WBP_ControlRemapping_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000218, "Member 'WBP_ControlRemapping_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000220, "Member 'WBP_ControlRemapping_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping \ +static_assert(alignof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping) == 0x000008, "Wrong alignment on WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping"); \ +static_assert(sizeof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping) == 0x000058, "Wrong size on WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, EntryPoint) == 0x000000, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_HasUnmappedActions_ReturnValue) == 0x000008, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_HasUnmappedActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_OpenMessageBox_Result) == 0x000028, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_OpenMessageBox_ReturnValue) == 0x000029, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000030, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_OpenMessageBox_Result_1) == 0x000049, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_OpenMessageBox_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_OpenMessageBox_ReturnValue_1) == 0x00004A, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_OpenMessageBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, K2Node_SwitchEnum_CmpSuccess_1) == 0x00004B, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x00004C, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping, CallFunc_PlayGlobalOneShotEvent_ReturnValue_2) == 0x000050, "Member 'WBP_ControlRemapping_C_ExecuteUbergraph_WBP_ControlRemapping::CallFunc_PlayGlobalOneShotEvent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ControlRemapping_C \ +static_assert(alignof(UWBP_ControlRemapping_C) == 0x000008, "Wrong alignment on UWBP_ControlRemapping_C"); \ +static_assert(sizeof(UWBP_ControlRemapping_C) == 0x000420, "Wrong size on UWBP_ControlRemapping_C"); \ +static_assert(offsetof(UWBP_ControlRemapping_C, UberGraphFrame) == 0x000408, "Member 'UWBP_ControlRemapping_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControlRemapping_C, ScrollboxContent) == 0x000410, "Member 'UWBP_ControlRemapping_C::ScrollboxContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControlRemapping_C, SettingsScreenWidget) == 0x000418, "Member 'UWBP_ControlRemapping_C::SettingsScreenWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility \ +static_assert(alignof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility) == 0x000008, "Wrong alignment on WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility"); \ +static_assert(sizeof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility) == 0x000068, "Wrong size on WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, EntryPoint) == 0x000000, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000004, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_GetSaveDataManager_ReturnValue) == 0x000020, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_GetSaveDataManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_OpenMessageBox_Result) == 0x000028, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_OpenMessageBox_ReturnValue) == 0x000029, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_GetLastLoadedSaveSlot_ReturnValue) == 0x000030, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_GetLastLoadedSaveSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_HasAnyGameSaveChanges_ReturnValue) == 0x000041, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_HasAnyGameSaveChanges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000048, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000058, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000060, "Member 'WBP_Accessibility_C_ExecuteUbergraph_WBP_Accessibility::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Accessibility_C \ +static_assert(alignof(UWBP_Accessibility_C) == 0x000008, "Wrong alignment on UWBP_Accessibility_C"); \ +static_assert(sizeof(UWBP_Accessibility_C) == 0x000308, "Wrong size on UWBP_Accessibility_C"); \ +static_assert(offsetof(UWBP_Accessibility_C, UberGraphFrame) == 0x000300, "Member 'UWBP_Accessibility_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0 \ +static_assert(alignof(WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0) == 0x000004, "Wrong alignment on WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0"); \ +static_assert(sizeof(WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0) == 0x000008, "Wrong size on WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0, Identifier) == 0x000000, "Member 'WBP_AdvancedGraphicsOptions_C_OnOptionButtonClicked_Event_0::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions \ +static_assert(alignof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions) == 0x000008, "Wrong alignment on WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions"); \ +static_assert(sizeof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions) == 0x000030, "Wrong size on WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions, EntryPoint) == 0x000000, "Member 'WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions, K2Node_CustomEvent_Identifier) == 0x000014, "Member 'WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions::K2Node_CustomEvent_Identifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions, K2Node_SwitchName_CmpSuccess) == 0x000028, "Member 'WBP_AdvancedGraphicsOptions_C_ExecuteUbergraph_WBP_AdvancedGraphicsOptions::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults \ +static_assert(alignof(WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults) == 0x000001, "Wrong alignment on WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults"); \ +static_assert(sizeof(WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults) == 0x000001, "Wrong size on WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults"); \ +static_assert(offsetof(WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults, ReturnValue) == 0x000000, "Member 'WBP_AdvancedGraphicsOptions_C_CanRestoreDefaults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AdvancedGraphicsOptions_C \ +static_assert(alignof(UWBP_AdvancedGraphicsOptions_C) == 0x000008, "Wrong alignment on UWBP_AdvancedGraphicsOptions_C"); \ +static_assert(sizeof(UWBP_AdvancedGraphicsOptions_C) == 0x000308, "Wrong size on UWBP_AdvancedGraphicsOptions_C"); \ +static_assert(offsetof(UWBP_AdvancedGraphicsOptions_C, UberGraphFrame) == 0x000300, "Member 'UWBP_AdvancedGraphicsOptions_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AudioOptions_C \ +static_assert(alignof(UWBP_AudioOptions_C) == 0x000008, "Wrong alignment on UWBP_AudioOptions_C"); \ +static_assert(sizeof(UWBP_AudioOptions_C) == 0x000300, "Wrong size on UWBP_AudioOptions_C"); \ + +#define DUMPER7_ASSERTS_WBP_Gamma_C_OnKeyDown \ +static_assert(alignof(WBP_Gamma_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_Gamma_C_OnKeyDown"); \ +static_assert(sizeof(WBP_Gamma_C_OnKeyDown) == 0x000220, "Wrong size on WBP_Gamma_C_OnKeyDown"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_Gamma_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_Gamma_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_Gamma_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'WBP_Gamma_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x0001E0, "Member 'WBP_Gamma_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x0001F8, "Member 'WBP_Gamma_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000200, "Member 'WBP_Gamma_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000218, "Member 'WBP_Gamma_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Gamma_C_OnFocusReceived \ +static_assert(alignof(WBP_Gamma_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_Gamma_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_Gamma_C_OnFocusReceived) == 0x0001B8, "Wrong size on WBP_Gamma_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_Gamma_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_Gamma_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_Gamma_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_Gamma_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x0000F8, "Member 'WBP_Gamma_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000100, "Member 'WBP_Gamma_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma \ +static_assert(alignof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma) == 0x000008, "Wrong alignment on WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma"); \ +static_assert(sizeof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma) == 0x000038, "Wrong size on WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, EntryPoint) == 0x000000, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_GetSliderValue_Gamma) == 0x000004, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_GetSliderValue_Gamma' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_OpenMessageBox_Result) == 0x000008, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_OpenMessageBox_ReturnValue) == 0x000009, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, K2Node_SwitchEnum_CmpSuccess) == 0x00000B, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_GetDefaultGamma_ReturnValue) == 0x000020, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_GetDefaultGamma_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x000028, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_GetGamma_ReturnValue) == 0x000030, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_GetGamma_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000034, "Member 'WBP_Gamma_C_ExecuteUbergraph_WBP_Gamma::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Gamma_C_HasAnyChanges \ +static_assert(alignof(WBP_Gamma_C_HasAnyChanges) == 0x000004, "Wrong alignment on WBP_Gamma_C_HasAnyChanges"); \ +static_assert(sizeof(WBP_Gamma_C_HasAnyChanges) == 0x00000C, "Wrong size on WBP_Gamma_C_HasAnyChanges"); \ +static_assert(offsetof(WBP_Gamma_C_HasAnyChanges, ReturnValue) == 0x000000, "Member 'WBP_Gamma_C_HasAnyChanges::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_HasAnyChanges, CallFunc_GetSliderValue_Gamma) == 0x000004, "Member 'WBP_Gamma_C_HasAnyChanges::CallFunc_GetSliderValue_Gamma' has a wrong offset!"); \ +static_assert(offsetof(WBP_Gamma_C_HasAnyChanges, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_Gamma_C_HasAnyChanges::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Gamma_C \ +static_assert(alignof(UWBP_Gamma_C) == 0x000008, "Wrong alignment on UWBP_Gamma_C"); \ +static_assert(sizeof(UWBP_Gamma_C) == 0x0002B0, "Wrong size on UWBP_Gamma_C"); \ +static_assert(offsetof(UWBP_Gamma_C, UberGraphFrame) == 0x000260, "Member 'UWBP_Gamma_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, BG) == 0x000268, "Member 'UWBP_Gamma_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, Container) == 0x000270, "Member 'UWBP_Gamma_C::Container' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, GammaInner) == 0x000278, "Member 'UWBP_Gamma_C::GammaInner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, Starting_Gamma) == 0x000280, "Member 'UWBP_Gamma_C::Starting_Gamma' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, ConfirmRestoreDefaultsText) == 0x000288, "Member 'UWBP_Gamma_C::ConfirmRestoreDefaultsText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, Settings_Screen_Widget) == 0x0002A0, "Member 'UWBP_Gamma_C::Settings_Screen_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Gamma_C, StartingGamma) == 0x0002A8, "Member 'UWBP_Gamma_C::StartingGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions \ +static_assert(alignof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions) == 0x000008, "Wrong alignment on WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions"); \ +static_assert(sizeof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions) == 0x000088, "Wrong size on WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, EntryPoint) == 0x000000, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000004, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_CustomEvent_Identifier_1) == 0x000028, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_CustomEvent_Identifier_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000030, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_SwitchName_CmpSuccess) == 0x000038, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_CustomEvent_Identifier) == 0x00003C, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_CustomEvent_Identifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_CustomEvent_Value) == 0x000044, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_OpenMessageBox_Result) == 0x000068, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_OpenMessageBox_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_OpenMessageBox_ReturnValue) == 0x000069, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_OpenMessageBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_Conv_IntToBool_ReturnValue) == 0x00006A, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, K2Node_SwitchName_CmpSuccess_1) == 0x00006B, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_GetGlobalGameUserSettings_ReturnValue_1) == 0x000070, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_GetGlobalGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_IsD3DRestartRequired_ReturnValue) == 0x000078, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_IsD3DRestartRequired_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions, CallFunc_GetGlobalGameUserSettings_ReturnValue_2) == 0x000080, "Member 'WBP_GraphicsOptions_C_ExecuteUbergraph_WBP_GraphicsOptions::CallFunc_GetGlobalGameUserSettings_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0 \ +static_assert(alignof(WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0) == 0x000004, "Wrong alignment on WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0"); \ +static_assert(sizeof(WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0) == 0x000008, "Wrong size on WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0, Identifier) == 0x000000, "Member 'WBP_GraphicsOptions_C_OnOptionButtonClicked_Event_0::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsOptions_C_HandleValueChanged \ +static_assert(alignof(WBP_GraphicsOptions_C_HandleValueChanged) == 0x000004, "Wrong alignment on WBP_GraphicsOptions_C_HandleValueChanged"); \ +static_assert(sizeof(WBP_GraphicsOptions_C_HandleValueChanged) == 0x000014, "Wrong size on WBP_GraphicsOptions_C_HandleValueChanged"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_HandleValueChanged, Identifier) == 0x000000, "Member 'WBP_GraphicsOptions_C_HandleValueChanged::Identifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_HandleValueChanged, Value) == 0x000008, "Member 'WBP_GraphicsOptions_C_HandleValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GraphicsOptions_C_CanRestoreDefaults \ +static_assert(alignof(WBP_GraphicsOptions_C_CanRestoreDefaults) == 0x000001, "Wrong alignment on WBP_GraphicsOptions_C_CanRestoreDefaults"); \ +static_assert(sizeof(WBP_GraphicsOptions_C_CanRestoreDefaults) == 0x000001, "Wrong size on WBP_GraphicsOptions_C_CanRestoreDefaults"); \ +static_assert(offsetof(WBP_GraphicsOptions_C_CanRestoreDefaults, ReturnValue) == 0x000000, "Member 'WBP_GraphicsOptions_C_CanRestoreDefaults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GraphicsOptions_C \ +static_assert(alignof(UWBP_GraphicsOptions_C) == 0x000008, "Wrong alignment on UWBP_GraphicsOptions_C"); \ +static_assert(sizeof(UWBP_GraphicsOptions_C) == 0x000308, "Wrong size on UWBP_GraphicsOptions_C"); \ +static_assert(offsetof(UWBP_GraphicsOptions_C, UberGraphFrame) == 0x000300, "Member 'UWBP_GraphicsOptions_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguage_C_OnKeyDown \ +static_assert(alignof(WBP_SelectLanguage_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_SelectLanguage_C_OnKeyDown"); \ +static_assert(sizeof(WBP_SelectLanguage_C_OnKeyDown) == 0x000228, "Wrong size on WBP_SelectLanguage_C_OnKeyDown"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_SelectLanguage_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_SelectLanguage_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WBP_SelectLanguage_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000140, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000141, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, InputActionK2Node_SwitchInputAction_CmpSuccess) == 0x000160, "Member 'WBP_SelectLanguage_C_OnKeyDown::InputActionK2Node_SwitchInputAction_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000161, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000220, "Member 'WBP_SelectLanguage_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguage_C_OnFocusReceived \ +static_assert(alignof(WBP_SelectLanguage_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_SelectLanguage_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_SelectLanguage_C_OnFocusReceived) == 0x0001C0, "Wrong size on WBP_SelectLanguage_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_SelectLanguage_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_SelectLanguage_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_SelectLanguage_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnFocusReceived, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000F8, "Member 'WBP_SelectLanguage_C_OnFocusReceived::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x000100, "Member 'WBP_SelectLanguage_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000108, "Member 'WBP_SelectLanguage_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage \ +static_assert(alignof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage) == 0x000008, "Wrong alignment on WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage"); \ +static_assert(sizeof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage) == 0x000030, "Wrong size on WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage"); \ +static_assert(offsetof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage, EntryPoint) == 0x000000, "Member 'WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000024, "Member 'WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_SelectLanguage_C_ExecuteUbergraph_WBP_SelectLanguage::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SelectLanguage_C \ +static_assert(alignof(UWBP_SelectLanguage_C) == 0x000008, "Wrong alignment on UWBP_SelectLanguage_C"); \ +static_assert(sizeof(UWBP_SelectLanguage_C) == 0x000290, "Wrong size on UWBP_SelectLanguage_C"); \ +static_assert(offsetof(UWBP_SelectLanguage_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SelectLanguage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguage_C, FadeOut) == 0x000268, "Member 'UWBP_SelectLanguage_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguage_C, FadeIn) == 0x000270, "Member 'UWBP_SelectLanguage_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguage_C, Container) == 0x000278, "Member 'UWBP_SelectLanguage_C::Container' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguage_C, WBP_SelectLanguageInner) == 0x000280, "Member 'UWBP_SelectLanguage_C::WBP_SelectLanguageInner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguage_C, Settings_Screen_Widget) == 0x000288, "Member 'UWBP_SelectLanguage_C::Settings_Screen_Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageInner_C_WantsBlackBorders \ +static_assert(alignof(WBP_SelectLanguageInner_C_WantsBlackBorders) == 0x000001, "Wrong alignment on WBP_SelectLanguageInner_C_WantsBlackBorders"); \ +static_assert(sizeof(WBP_SelectLanguageInner_C_WantsBlackBorders) == 0x000001, "Wrong size on WBP_SelectLanguageInner_C_WantsBlackBorders"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_WantsBlackBorders, ReturnValue) == 0x000000, "Member 'WBP_SelectLanguageInner_C_WantsBlackBorders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageInner_C_ShouldBePaused \ +static_assert(alignof(WBP_SelectLanguageInner_C_ShouldBePaused) == 0x000001, "Wrong alignment on WBP_SelectLanguageInner_C_ShouldBePaused"); \ +static_assert(sizeof(WBP_SelectLanguageInner_C_ShouldBePaused) == 0x000001, "Wrong size on WBP_SelectLanguageInner_C_ShouldBePaused"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ShouldBePaused, ReturnValue) == 0x000000, "Member 'WBP_SelectLanguageInner_C_ShouldBePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageInner_C_GetSelectedLanguageToSet \ +static_assert(alignof(WBP_SelectLanguageInner_C_GetSelectedLanguageToSet) == 0x000008, "Wrong alignment on WBP_SelectLanguageInner_C_GetSelectedLanguageToSet"); \ +static_assert(sizeof(WBP_SelectLanguageInner_C_GetSelectedLanguageToSet) == 0x000028, "Wrong size on WBP_SelectLanguageInner_C_GetSelectedLanguageToSet"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_GetSelectedLanguageToSet, CultureToSet) == 0x000000, "Member 'WBP_SelectLanguageInner_C_GetSelectedLanguageToSet::CultureToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_GetSelectedLanguageToSet, CallFunc_BP_GetSelectedItem_ReturnValue) == 0x000010, "Member 'WBP_SelectLanguageInner_C_GetSelectedLanguageToSet::CallFunc_BP_GetSelectedItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_GetSelectedLanguageToSet, K2Node_DynamicCast_AsBP_Language_Option_Data) == 0x000018, "Member 'WBP_SelectLanguageInner_C_GetSelectedLanguageToSet::K2Node_DynamicCast_AsBP_Language_Option_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_GetSelectedLanguageToSet, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_SelectLanguageInner_C_GetSelectedLanguageToSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageInner_C_OnFocusReceived \ +static_assert(alignof(WBP_SelectLanguageInner_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_SelectLanguageInner_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_SelectLanguageInner_C_OnFocusReceived) == 0x0001B8, "Wrong size on WBP_SelectLanguageInner_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_SelectLanguageInner_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_SelectLanguageInner_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_SelectLanguageInner_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_OnFocusReceived, CallFunc_GetPlayerController_ReturnValue) == 0x0000F8, "Member 'WBP_SelectLanguageInner_C_OnFocusReceived::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000100, "Member 'WBP_SelectLanguageInner_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner \ +static_assert(alignof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner) == 0x000008, "Wrong alignment on WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner"); \ +static_assert(sizeof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner) == 0x000078, "Wrong size on WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, EntryPoint) == 0x000000, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_GetSelectedLanguageToSet_CultureToSet) == 0x000008, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_GetSelectedLanguageToSet_CultureToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_SetCurrentLanguageAndLocale_ReturnValue) == 0x000018, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_SetCurrentLanguageAndLocale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_MochiEnsure_ReturnValue) == 0x000020, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_SpawnObject_ReturnValue) == 0x000030, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000050, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_GetSuitableCulture_ReturnValue) == 0x000060, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_GetSuitableCulture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner, CallFunc_Array_Find_ReturnValue) == 0x000070, "Member 'WBP_SelectLanguageInner_C_ExecuteUbergraph_WBP_SelectLanguageInner::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SelectLanguageInner_C \ +static_assert(alignof(UWBP_SelectLanguageInner_C) == 0x000008, "Wrong alignment on UWBP_SelectLanguageInner_C"); \ +static_assert(sizeof(UWBP_SelectLanguageInner_C) == 0x0002A0, "Wrong size on UWBP_SelectLanguageInner_C"); \ +static_assert(offsetof(UWBP_SelectLanguageInner_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SelectLanguageInner_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageInner_C, ListView_290) == 0x000268, "Member 'UWBP_SelectLanguageInner_C::ListView_290' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageInner_C, OnComplete) == 0x000270, "Member 'UWBP_SelectLanguageInner_C::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageInner_C, LanguageDisplayNames) == 0x000280, "Member 'UWBP_SelectLanguageInner_C::LanguageDisplayNames' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SelectLanguageInner_C, CulturesHardcoded) == 0x000290, "Member 'UWBP_SelectLanguageInner_C::CulturesHardcoded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OptionsMenuItem_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_OptionsMenuItem_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_OptionsMenuItem_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_OptionsMenuItem_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_OptionsMenuItem_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_OptionsMenuItem_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OptionsMenuItem_C_OnButtonClicked_Event_0 \ +static_assert(alignof(WBP_OptionsMenuItem_C_OnButtonClicked_Event_0) == 0x000004, "Wrong alignment on WBP_OptionsMenuItem_C_OnButtonClicked_Event_0"); \ +static_assert(sizeof(WBP_OptionsMenuItem_C_OnButtonClicked_Event_0) == 0x000008, "Wrong size on WBP_OptionsMenuItem_C_OnButtonClicked_Event_0"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_OnButtonClicked_Event_0, Identifier) == 0x000000, "Member 'WBP_OptionsMenuItem_C_OnButtonClicked_Event_0::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OptionsMenuItem_C_OnMouseEnter \ +static_assert(alignof(WBP_OptionsMenuItem_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_OptionsMenuItem_C_OnMouseEnter"); \ +static_assert(sizeof(WBP_OptionsMenuItem_C_OnMouseEnter) == 0x0000A8, "Wrong size on WBP_OptionsMenuItem_C_OnMouseEnter"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_OptionsMenuItem_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_OptionsMenuItem_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem \ +static_assert(alignof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem) == 0x000008, "Wrong alignment on WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem"); \ +static_assert(sizeof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem) == 0x0000F8, "Wrong size on WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, EntryPoint) == 0x000000, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, K2Node_Event_InFocusEvent) == 0x000014, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x00001C, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, K2Node_CustomEvent_Identifier) == 0x000020, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::K2Node_CustomEvent_Identifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000028, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, K2Node_Event_MyGeometry) == 0x000038, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, K2Node_Event_MouseEvent) == 0x000070, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E8, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, CallFunc_HasUserFocus_ReturnValue) == 0x0000F0, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::CallFunc_HasUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem, CallFunc_Not_PreBool_ReturnValue) == 0x0000F1, "Member 'WBP_OptionsMenuItem_C_ExecuteUbergraph_WBP_OptionsMenuItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_OptionsMenuItem_C \ +static_assert(alignof(UWBP_OptionsMenuItem_C) == 0x000008, "Wrong alignment on UWBP_OptionsMenuItem_C"); \ +static_assert(sizeof(UWBP_OptionsMenuItem_C) == 0x000318, "Wrong size on UWBP_OptionsMenuItem_C"); \ +static_assert(offsetof(UWBP_OptionsMenuItem_C, UberGraphFrame) == 0x000310, "Member 'UWBP_OptionsMenuItem_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAttackCameraAssist_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsAttackCameraAssist_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsAttackCameraAssist_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsAttackCameraAssist_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsAttackCameraAssist_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAttackCameraAssist_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsAttackCameraAssist_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist \ +static_assert(alignof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist) == 0x000008, "Wrong alignment on BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist"); \ +static_assert(sizeof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist) == 0x000020, "Wrong size on BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist, EntryPoint) == 0x000000, "Member 'BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsAttackCameraAssist_C_ExecuteUbergraph_BP_OptionsAttackCameraAssist::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAttackCameraAssist_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsAttackCameraAssist_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsAttackCameraAssist_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAttackCameraAssist_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAttackCameraAssist_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAttackCameraAssist_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue, CallFunc_GetDefaultAttackCameraAssistEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsAttackCameraAssist_C_GetDefaultIntValue::CallFunc_GetDefaultAttackCameraAssistEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAttackCameraAssist_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAttackCameraAssist_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsAttackCameraAssist_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsAttackCameraAssist_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAttackCameraAssist_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAttackCameraAssist_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAttackCameraAssist_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue, CallFunc_GetAttackCameraAssistEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsAttackCameraAssist_C_GetAppliedIntValue::CallFunc_GetAttackCameraAssistEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAttackCameraAssist_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAttackCameraAssist_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsAttackCameraAssist_C \ +static_assert(alignof(UBP_OptionsAttackCameraAssist_C) == 0x000008, "Wrong alignment on UBP_OptionsAttackCameraAssist_C"); \ +static_assert(sizeof(UBP_OptionsAttackCameraAssist_C) == 0x000030, "Wrong size on UBP_OptionsAttackCameraAssist_C"); \ +static_assert(offsetof(UBP_OptionsAttackCameraAssist_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsAttackCameraAssist_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoBowFocus_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsAutoBowFocus_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoBowFocus_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsAutoBowFocus_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsAutoBowFocus_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoBowFocus_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsAutoBowFocus_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus \ +static_assert(alignof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus) == 0x000008, "Wrong alignment on BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus"); \ +static_assert(sizeof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus) == 0x000020, "Wrong size on BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus, EntryPoint) == 0x000000, "Member 'BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoBowFocus_C_ExecuteUbergraph_BP_OptionsAutoBowFocus::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoBowFocus_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsAutoBowFocus_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsAutoBowFocus_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsAutoBowFocus_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsAutoBowFocus_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoBowFocus_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoBowFocus_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoBowFocus_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoBowFocus_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsAutoBowFocus_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoBowFocus_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoBowFocus_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAutoBowFocus_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue, CallFunc_GetUseAutoBowFocus_ReturnValue) == 0x000018, "Member 'BP_OptionsAutoBowFocus_C_GetAppliedIntValue::CallFunc_GetUseAutoBowFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoBowFocus_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAutoBowFocus_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsAutoBowFocus_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsAutoBowFocus_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAutoBowFocus_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAutoBowFocus_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAutoBowFocus_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue, CallFunc_GetDefaultUseAutoBowFocus_ReturnValue) == 0x000018, "Member 'BP_OptionsAutoBowFocus_C_GetDefaultIntValue::CallFunc_GetDefaultUseAutoBowFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAutoBowFocus_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsAutoBowFocus_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsAutoBowFocus_C \ +static_assert(alignof(UBP_OptionsAutoBowFocus_C) == 0x000008, "Wrong alignment on UBP_OptionsAutoBowFocus_C"); \ +static_assert(sizeof(UBP_OptionsAutoBowFocus_C) == 0x000030, "Wrong size on UBP_OptionsAutoBowFocus_C"); \ +static_assert(offsetof(UBP_OptionsAutoBowFocus_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsAutoBowFocus_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCutsceneVolume_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsCutsceneVolume_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsCutsceneVolume_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsCutsceneVolume_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsCutsceneVolume_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsCutsceneVolume_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsCutsceneVolume_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume \ +static_assert(alignof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume) == 0x000008, "Wrong alignment on BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume"); \ +static_assert(sizeof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume) == 0x000020, "Wrong size on BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume, EntryPoint) == 0x000000, "Member 'BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsCutsceneVolume_C_ExecuteUbergraph_BP_OptionsCutsceneVolume::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCutsceneVolume_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsCutsceneVolume_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsCutsceneVolume_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsCutsceneVolume_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsCutsceneVolume_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsCutsceneVolume_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsCutsceneVolume_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsCutsceneVolume_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetDefaultFloatValue, CallFunc_GetDefaultCutsceneVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsCutsceneVolume_C_GetDefaultFloatValue::CallFunc_GetDefaultCutsceneVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsCutsceneVolume_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsCutsceneVolume_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsCutsceneVolume_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsCutsceneVolume_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsCutsceneVolume_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsCutsceneVolume_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsCutsceneVolume_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsCutsceneVolume_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsCutsceneVolume_C_GetAppliedFloatValue, CallFunc_GetCutsceneVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsCutsceneVolume_C_GetAppliedFloatValue::CallFunc_GetCutsceneVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsCutsceneVolume_C \ +static_assert(alignof(UBP_OptionsCutsceneVolume_C) == 0x000008, "Wrong alignment on UBP_OptionsCutsceneVolume_C"); \ +static_assert(sizeof(UBP_OptionsCutsceneVolume_C) == 0x000030, "Wrong size on UBP_OptionsCutsceneVolume_C"); \ +static_assert(offsetof(UBP_OptionsCutsceneVolume_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsCutsceneVolume_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDialogueVolume_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsDialogueVolume_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDialogueVolume_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsDialogueVolume_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsDialogueVolume_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDialogueVolume_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsDialogueVolume_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume \ +static_assert(alignof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume) == 0x000008, "Wrong alignment on BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume"); \ +static_assert(sizeof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume) == 0x000020, "Wrong size on BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume, EntryPoint) == 0x000000, "Member 'BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsDialogueVolume_C_ExecuteUbergraph_BP_OptionsDialogueVolume::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDialogueVolume_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsDialogueVolume_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDialogueVolume_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsDialogueVolume_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsDialogueVolume_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDialogueVolume_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDialogueVolume_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDialogueVolume_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetDefaultFloatValue, CallFunc_GetDefaultDialogueVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsDialogueVolume_C_GetDefaultFloatValue::CallFunc_GetDefaultDialogueVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDialogueVolume_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsDialogueVolume_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDialogueVolume_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsDialogueVolume_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsDialogueVolume_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDialogueVolume_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDialogueVolume_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDialogueVolume_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDialogueVolume_C_GetAppliedFloatValue, CallFunc_GetDialogueVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsDialogueVolume_C_GetAppliedFloatValue::CallFunc_GetDialogueVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDialogueVolume_C \ +static_assert(alignof(UBP_OptionsDialogueVolume_C) == 0x000008, "Wrong alignment on UBP_OptionsDialogueVolume_C"); \ +static_assert(sizeof(UBP_OptionsDialogueVolume_C) == 0x000030, "Wrong size on UBP_OptionsDialogueVolume_C"); \ +static_assert(offsetof(UBP_OptionsDialogueVolume_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDialogueVolume_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMasterVolume_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsMasterVolume_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMasterVolume_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsMasterVolume_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsMasterVolume_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMasterVolume_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsMasterVolume_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume \ +static_assert(alignof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume) == 0x000008, "Wrong alignment on BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume"); \ +static_assert(sizeof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume) == 0x000020, "Wrong size on BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume, EntryPoint) == 0x000000, "Member 'BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsMasterVolume_C_ExecuteUbergraph_BP_OptionsMasterVolume::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMasterVolume_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsMasterVolume_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMasterVolume_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsMasterVolume_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsMasterVolume_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMasterVolume_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMasterVolume_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMasterVolume_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetDefaultFloatValue, CallFunc_GetDefaultMasterVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsMasterVolume_C_GetDefaultFloatValue::CallFunc_GetDefaultMasterVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMasterVolume_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsMasterVolume_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMasterVolume_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsMasterVolume_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsMasterVolume_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMasterVolume_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMasterVolume_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMasterVolume_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMasterVolume_C_GetAppliedFloatValue, CallFunc_GetMasterVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsMasterVolume_C_GetAppliedFloatValue::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsMasterVolume_C \ +static_assert(alignof(UBP_OptionsMasterVolume_C) == 0x000008, "Wrong alignment on UBP_OptionsMasterVolume_C"); \ +static_assert(sizeof(UBP_OptionsMasterVolume_C) == 0x000030, "Wrong size on UBP_OptionsMasterVolume_C"); \ +static_assert(offsetof(UBP_OptionsMasterVolume_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsMasterVolume_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMusicVolume_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsMusicVolume_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMusicVolume_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsMusicVolume_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsMusicVolume_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMusicVolume_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsMusicVolume_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume \ +static_assert(alignof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume) == 0x000008, "Wrong alignment on BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume"); \ +static_assert(sizeof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume) == 0x000020, "Wrong size on BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume, EntryPoint) == 0x000000, "Member 'BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsMusicVolume_C_ExecuteUbergraph_BP_OptionsMusicVolume::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMusicVolume_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsMusicVolume_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMusicVolume_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsMusicVolume_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsMusicVolume_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMusicVolume_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMusicVolume_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMusicVolume_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetDefaultFloatValue, CallFunc_GetDefaultMusicVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsMusicVolume_C_GetDefaultFloatValue::CallFunc_GetDefaultMusicVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMusicVolume_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsMusicVolume_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMusicVolume_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsMusicVolume_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsMusicVolume_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMusicVolume_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMusicVolume_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMusicVolume_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMusicVolume_C_GetAppliedFloatValue, CallFunc_GetMusicVolume_ReturnValue) == 0x000018, "Member 'BP_OptionsMusicVolume_C_GetAppliedFloatValue::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsMusicVolume_C \ +static_assert(alignof(UBP_OptionsMusicVolume_C) == 0x000008, "Wrong alignment on UBP_OptionsMusicVolume_C"); \ +static_assert(sizeof(UBP_OptionsMusicVolume_C) == 0x000030, "Wrong size on UBP_OptionsMusicVolume_C"); \ +static_assert(offsetof(UBP_OptionsMusicVolume_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsMusicVolume_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsNightMode_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsNightMode_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsNightMode_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsNightMode_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsNightMode_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsNightMode_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsNightMode_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode \ +static_assert(alignof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode) == 0x000008, "Wrong alignment on BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode"); \ +static_assert(sizeof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode) == 0x000020, "Wrong size on BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode, EntryPoint) == 0x000000, "Member 'BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsNightMode_C_ExecuteUbergraph_BP_OptionsNightMode::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsNightMode_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsNightMode_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsNightMode_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsNightMode_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsNightMode_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsNightMode_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsNightMode_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsNightMode_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetDefaultIntValue, CallFunc_GetDefaultUseAudioNightMode_ReturnValue) == 0x000018, "Member 'BP_OptionsNightMode_C_GetDefaultIntValue::CallFunc_GetDefaultUseAudioNightMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsNightMode_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsNightMode_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsNightMode_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsNightMode_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsNightMode_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsNightMode_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsNightMode_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsNightMode_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsNightMode_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetAppliedIntValue, CallFunc_GetUseAudioNightMode_ReturnValue) == 0x000018, "Member 'BP_OptionsNightMode_C_GetAppliedIntValue::CallFunc_GetUseAudioNightMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsNightMode_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsNightMode_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsNightMode_C \ +static_assert(alignof(UBP_OptionsNightMode_C) == 0x000008, "Wrong alignment on UBP_OptionsNightMode_C"); \ +static_assert(sizeof(UBP_OptionsNightMode_C) == 0x000030, "Wrong size on UBP_OptionsNightMode_C"); \ +static_assert(offsetof(UBP_OptionsNightMode_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsNightMode_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitlesEnabled_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsSubtitlesEnabled_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitlesEnabled_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsSubtitlesEnabled_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsSubtitlesEnabled_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitlesEnabled_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsSubtitlesEnabled_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled \ +static_assert(alignof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled) == 0x000008, "Wrong alignment on BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled"); \ +static_assert(sizeof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled) == 0x000020, "Wrong size on BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled, EntryPoint) == 0x000000, "Member 'BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitlesEnabled_C_ExecuteUbergraph_BP_OptionsSubtitlesEnabled::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue, CallFunc_GetDefaultSubtitlesEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue::CallFunc_GetDefaultSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsSubtitlesEnabled_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue, CallFunc_GetSubtitlesEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue::CallFunc_GetSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsSubtitlesEnabled_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsSubtitlesEnabled_C \ +static_assert(alignof(UBP_OptionsSubtitlesEnabled_C) == 0x000008, "Wrong alignment on UBP_OptionsSubtitlesEnabled_C"); \ +static_assert(sizeof(UBP_OptionsSubtitlesEnabled_C) == 0x000030, "Wrong size on UBP_OptionsSubtitlesEnabled_C"); \ +static_assert(offsetof(UBP_OptionsSubtitlesEnabled_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsSubtitlesEnabled_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ControlRemappingTitle_C \ +static_assert(alignof(UWBP_ControlRemappingTitle_C) == 0x000008, "Wrong alignment on UWBP_ControlRemappingTitle_C"); \ +static_assert(sizeof(UWBP_ControlRemappingTitle_C) == 0x000268, "Wrong size on UWBP_ControlRemappingTitle_C"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsControlRemapping_C \ +static_assert(alignof(UBP_OptionsControlRemapping_C) == 0x000008, "Wrong alignment on UBP_OptionsControlRemapping_C"); \ +static_assert(sizeof(UBP_OptionsControlRemapping_C) == 0x000028, "Wrong size on UBP_OptionsControlRemapping_C"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertXAxis_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsInvertXAxis_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsInvertXAxis_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsInvertXAxis_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsInvertXAxis_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsInvertXAxis_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsInvertXAxis_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis \ +static_assert(alignof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis) == 0x000008, "Wrong alignment on BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis"); \ +static_assert(sizeof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis) == 0x000020, "Wrong size on BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis, EntryPoint) == 0x000000, "Member 'BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsInvertXAxis_C_ExecuteUbergraph_BP_OptionsInvertXAxis::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertXAxis_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsInvertXAxis_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsInvertXAxis_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsInvertXAxis_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsInvertXAxis_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsInvertXAxis_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsInvertXAxis_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsInvertXAxis_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetDefaultIntValue, CallFunc_GetDefaultInvertXAxis_ReturnValue) == 0x000018, "Member 'BP_OptionsInvertXAxis_C_GetDefaultIntValue::CallFunc_GetDefaultInvertXAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsInvertXAxis_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertXAxis_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsInvertXAxis_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsInvertXAxis_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsInvertXAxis_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsInvertXAxis_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsInvertXAxis_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsInvertXAxis_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsInvertXAxis_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetAppliedIntValue, CallFunc_GetInvertXAxis_ReturnValue) == 0x000018, "Member 'BP_OptionsInvertXAxis_C_GetAppliedIntValue::CallFunc_GetInvertXAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertXAxis_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsInvertXAxis_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsInvertXAxis_C \ +static_assert(alignof(UBP_OptionsInvertXAxis_C) == 0x000008, "Wrong alignment on UBP_OptionsInvertXAxis_C"); \ +static_assert(sizeof(UBP_OptionsInvertXAxis_C) == 0x000030, "Wrong size on UBP_OptionsInvertXAxis_C"); \ +static_assert(offsetof(UBP_OptionsInvertXAxis_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsInvertXAxis_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertYAxis_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsInvertYAxis_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsInvertYAxis_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsInvertYAxis_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsInvertYAxis_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsInvertYAxis_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsInvertYAxis_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis \ +static_assert(alignof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis) == 0x000008, "Wrong alignment on BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis"); \ +static_assert(sizeof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis) == 0x000020, "Wrong size on BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis, EntryPoint) == 0x000000, "Member 'BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsInvertYAxis_C_ExecuteUbergraph_BP_OptionsInvertYAxis::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertYAxis_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsInvertYAxis_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsInvertYAxis_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsInvertYAxis_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsInvertYAxis_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsInvertYAxis_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsInvertYAxis_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsInvertYAxis_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetDefaultIntValue, CallFunc_GetDefaultInvertYAxis_ReturnValue) == 0x000018, "Member 'BP_OptionsInvertYAxis_C_GetDefaultIntValue::CallFunc_GetDefaultInvertYAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsInvertYAxis_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsInvertYAxis_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsInvertYAxis_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsInvertYAxis_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsInvertYAxis_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsInvertYAxis_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsInvertYAxis_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsInvertYAxis_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsInvertYAxis_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetAppliedIntValue, CallFunc_GetInvertYAxis_ReturnValue) == 0x000018, "Member 'BP_OptionsInvertYAxis_C_GetAppliedIntValue::CallFunc_GetInvertYAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsInvertYAxis_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsInvertYAxis_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsInvertYAxis_C \ +static_assert(alignof(UBP_OptionsInvertYAxis_C) == 0x000008, "Wrong alignment on UBP_OptionsInvertYAxis_C"); \ +static_assert(sizeof(UBP_OptionsInvertYAxis_C) == 0x000030, "Wrong size on UBP_OptionsInvertYAxis_C"); \ +static_assert(offsetof(UBP_OptionsInvertYAxis_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsInvertYAxis_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsLookSensitivity_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsLookSensitivity_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsLookSensitivity_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsLookSensitivity_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsLookSensitivity_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsLookSensitivity_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsLookSensitivity_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity \ +static_assert(alignof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity) == 0x000008, "Wrong alignment on BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity"); \ +static_assert(sizeof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity) == 0x000020, "Wrong size on BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity, EntryPoint) == 0x000000, "Member 'BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsLookSensitivity_C_ExecuteUbergraph_BP_OptionsLookSensitivity::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsLookSensitivity_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsLookSensitivity_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsLookSensitivity_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsLookSensitivity_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsLookSensitivity_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsLookSensitivity_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsLookSensitivity_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsLookSensitivity_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetDefaultFloatValue, CallFunc_GetDefaultLookSensitivity_ReturnValue) == 0x000018, "Member 'BP_OptionsLookSensitivity_C_GetDefaultFloatValue::CallFunc_GetDefaultLookSensitivity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsLookSensitivity_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsLookSensitivity_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsLookSensitivity_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsLookSensitivity_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsLookSensitivity_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsLookSensitivity_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsLookSensitivity_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsLookSensitivity_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsLookSensitivity_C_GetAppliedFloatValue, CallFunc_GetLookSensitivity_ReturnValue) == 0x000018, "Member 'BP_OptionsLookSensitivity_C_GetAppliedFloatValue::CallFunc_GetLookSensitivity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsLookSensitivity_C \ +static_assert(alignof(UBP_OptionsLookSensitivity_C) == 0x000008, "Wrong alignment on UBP_OptionsLookSensitivity_C"); \ +static_assert(sizeof(UBP_OptionsLookSensitivity_C) == 0x000030, "Wrong size on UBP_OptionsLookSensitivity_C"); \ +static_assert(offsetof(UBP_OptionsLookSensitivity_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsLookSensitivity_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsButtonLegend_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsButtonLegend_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsButtonLegend_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsButtonLegend_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsButtonLegend_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsButtonLegend_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsButtonLegend_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend \ +static_assert(alignof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend) == 0x000008, "Wrong alignment on BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend"); \ +static_assert(sizeof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend) == 0x000028, "Wrong size on BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend, EntryPoint) == 0x000000, "Member 'BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_OptionsButtonLegend_C_ExecuteUbergraph_BP_OptionsButtonLegend::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsButtonLegend_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsButtonLegend_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsButtonLegend_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsButtonLegend_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsButtonLegend_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsButtonLegend_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsButtonLegend_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsButtonLegend_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetDefaultIntValue, CallFunc_GetDefaultButtonLegendVisibility_ReturnValue) == 0x000018, "Member 'BP_OptionsButtonLegend_C_GetDefaultIntValue::CallFunc_GetDefaultButtonLegendVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetDefaultIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsButtonLegend_C_GetDefaultIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsButtonLegend_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsButtonLegend_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsButtonLegend_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsButtonLegend_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsButtonLegend_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsButtonLegend_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsButtonLegend_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsButtonLegend_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetAppliedIntValue, CallFunc_GetButtonLegendVisibility_ReturnValue) == 0x000018, "Member 'BP_OptionsButtonLegend_C_GetAppliedIntValue::CallFunc_GetButtonLegendVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsButtonLegend_C_GetAppliedIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsButtonLegend_C_GetAppliedIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsButtonLegend_C \ +static_assert(alignof(UBP_OptionsButtonLegend_C) == 0x000008, "Wrong alignment on UBP_OptionsButtonLegend_C"); \ +static_assert(sizeof(UBP_OptionsButtonLegend_C) == 0x000030, "Wrong size on UBP_OptionsButtonLegend_C"); \ +static_assert(offsetof(UBP_OptionsButtonLegend_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsButtonLegend_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHUD_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsHUD_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsHUD_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsHUD_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsHUD_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsHUD_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsHUD_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsHUD_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD \ +static_assert(alignof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD) == 0x000008, "Wrong alignment on BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD"); \ +static_assert(sizeof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD) == 0x000028, "Wrong size on BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD"); \ +static_assert(offsetof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD, EntryPoint) == 0x000000, "Member 'BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_OptionsHUD_C_ExecuteUbergraph_BP_OptionsHUD::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHUD_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsHUD_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsHUD_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsHUD_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsHUD_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsHUD_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsHUD_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsHUD_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetDefaultIntValue, CallFunc_GetDefaultHUDVisibility_ReturnValue) == 0x000018, "Member 'BP_OptionsHUD_C_GetDefaultIntValue::CallFunc_GetDefaultHUDVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetDefaultIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsHUD_C_GetDefaultIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsHUD_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsHUD_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsHUD_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsHUD_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsHUD_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsHUD_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsHUD_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsHUD_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetAppliedIntValue, CallFunc_GetHUDVisibility_ReturnValue) == 0x000018, "Member 'BP_OptionsHUD_C_GetAppliedIntValue::CallFunc_GetHUDVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsHUD_C_GetAppliedIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsHUD_C_GetAppliedIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsHUD_C \ +static_assert(alignof(UBP_OptionsHUD_C) == 0x000008, "Wrong alignment on UBP_OptionsHUD_C"); \ +static_assert(sizeof(UBP_OptionsHUD_C) == 0x000030, "Wrong size on UBP_OptionsHUD_C"); \ +static_assert(offsetof(UBP_OptionsHUD_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsHUD_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAmbientOcclusion_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsAmbientOcclusion_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsAmbientOcclusion_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsAmbientOcclusion_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsAmbientOcclusion_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAmbientOcclusion_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsAmbientOcclusion_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion \ +static_assert(alignof(BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion) == 0x000008, "Wrong alignment on BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion"); \ +static_assert(sizeof(BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion) == 0x000020, "Wrong size on BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion, EntryPoint) == 0x000000, "Member 'BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsAmbientOcclusion_C_ExecuteUbergraph_BP_OptionsAmbientOcclusion::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAmbientOcclusion_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsAmbientOcclusion_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsAmbientOcclusion_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsAmbientOcclusion_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsAmbientOcclusion_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAmbientOcclusion_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAmbientOcclusion_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAmbientOcclusion_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetAppliedIntValue, CallFunc_GetAmbientOcclusionLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsAmbientOcclusion_C_GetAppliedIntValue::CallFunc_GetAmbientOcclusionLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsAmbientOcclusion_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsAmbientOcclusion_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsAmbientOcclusion_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsAmbientOcclusion_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsAmbientOcclusion_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsAmbientOcclusion_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsAmbientOcclusion_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsAmbientOcclusion_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsAmbientOcclusion_C_GetDefaultIntValue, CallFunc_GetDefaultAmbientOcclusionLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsAmbientOcclusion_C_GetDefaultIntValue::CallFunc_GetDefaultAmbientOcclusionLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsAmbientOcclusion_C \ +static_assert(alignof(UBP_OptionsAmbientOcclusion_C) == 0x000008, "Wrong alignment on UBP_OptionsAmbientOcclusion_C"); \ +static_assert(sizeof(UBP_OptionsAmbientOcclusion_C) == 0x000030, "Wrong size on UBP_OptionsAmbientOcclusion_C"); \ +static_assert(offsetof(UBP_OptionsAmbientOcclusion_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsAmbientOcclusion_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsButton_NoBehavior_C \ +static_assert(alignof(UBP_OptionsButton_NoBehavior_C) == 0x000008, "Wrong alignment on UBP_OptionsButton_NoBehavior_C"); \ +static_assert(sizeof(UBP_OptionsButton_NoBehavior_C) == 0x000028, "Wrong size on UBP_OptionsButton_NoBehavior_C"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay \ +static_assert(alignof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay) == 0x000008, "Wrong alignment on BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay"); \ +static_assert(sizeof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay) == 0x000020, "Wrong size on BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay, EntryPoint) == 0x000000, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001C, "Member 'BP_OptionsDepthOfFieldInGameplay_C_ExecuteUbergraph_BP_OptionsDepthOfFieldInGameplay::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue, CallFunc_GetDOFEnabledInGameplay_ReturnValue) == 0x000018, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue::CallFunc_GetDOFEnabledInGameplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetAppliedIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue, CallFunc_GetDefaultDOFEnabledInGameplay_ReturnValue) == 0x000018, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue::CallFunc_GetDefaultDOFEnabledInGameplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsDepthOfFieldInGameplay_C_GetDefaultIntValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDepthOfFieldInGameplay_C \ +static_assert(alignof(UBP_OptionsDepthOfFieldInGameplay_C) == 0x000008, "Wrong alignment on UBP_OptionsDepthOfFieldInGameplay_C"); \ +static_assert(sizeof(UBP_OptionsDepthOfFieldInGameplay_C) == 0x000030, "Wrong size on UBP_OptionsDepthOfFieldInGameplay_C"); \ +static_assert(offsetof(UBP_OptionsDepthOfFieldInGameplay_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDepthOfFieldInGameplay_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSS_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsDLSS_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsDLSS_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsDLSS_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsDLSS_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSS_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsDLSS_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS \ +static_assert(alignof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS) == 0x000008, "Wrong alignment on BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS"); \ +static_assert(sizeof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS) == 0x000030, "Wrong size on BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS, EntryPoint) == 0x000000, "Member 'BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS, CallFunc_GetSupportedDLSSModes_ReturnValue) == 0x000020, "Member 'BP_OptionsDLSS_C_ExecuteUbergraph_BP_OptionsDLSS::CallFunc_GetSupportedDLSSModes_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSS_C_GetDynamicEntries \ +static_assert(alignof(BP_OptionsDLSS_C_GetDynamicEntries) == 0x000008, "Wrong alignment on BP_OptionsDLSS_C_GetDynamicEntries"); \ +static_assert(sizeof(BP_OptionsDLSS_C_GetDynamicEntries) == 0x0000A0, "Wrong size on BP_OptionsDLSS_C_GetDynamicEntries"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, Entries) == 0x000008, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::Entries' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_GetSupportedDLSSModes_ReturnValue) == 0x000028, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_GetSupportedDLSSModes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_Array_Get_Item) == 0x00003C, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry) == 0x000068, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'BP_OptionsDLSS_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSS_C_IsOptionVisible \ +static_assert(alignof(BP_OptionsDLSS_C_IsOptionVisible) == 0x000008, "Wrong alignment on BP_OptionsDLSS_C_IsOptionVisible"); \ +static_assert(sizeof(BP_OptionsDLSS_C_IsOptionVisible) == 0x000010, "Wrong size on BP_OptionsDLSS_C_IsOptionVisible"); \ +static_assert(offsetof(BP_OptionsDLSS_C_IsOptionVisible, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSS_C_IsOptionVisible::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_IsOptionVisible, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSS_C_IsOptionVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_IsOptionVisible, CallFunc_IsDLSSSupported_ReturnValue) == 0x000009, "Member 'BP_OptionsDLSS_C_IsOptionVisible::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSS_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsDLSS_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsDLSS_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsDLSS_C_GetAppliedIntValue) == 0x000030, "Wrong size on BP_OptionsDLSS_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSS_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSS_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDLSS_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetAppliedIntValue, CallFunc_GetSupportedDLSSModes_ReturnValue) == 0x000018, "Member 'BP_OptionsDLSS_C_GetAppliedIntValue::CallFunc_GetSupportedDLSSModes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetAppliedIntValue, CallFunc_GetDLSSMode_ReturnValue) == 0x000028, "Member 'BP_OptionsDLSS_C_GetAppliedIntValue::CallFunc_GetDLSSMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetAppliedIntValue, CallFunc_Array_Find_ReturnValue) == 0x00002C, "Member 'BP_OptionsDLSS_C_GetAppliedIntValue::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSS_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsDLSS_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsDLSS_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsDLSS_C_GetDefaultIntValue) == 0x000030, "Wrong size on BP_OptionsDLSS_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSS_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSS_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDefaultIntValue, CallFunc_GetSupportedDLSSModes_ReturnValue) == 0x000010, "Member 'BP_OptionsDLSS_C_GetDefaultIntValue::CallFunc_GetSupportedDLSSModes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000020, "Member 'BP_OptionsDLSS_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDefaultIntValue, CallFunc_GetDefaultDLSSMode_ReturnValue) == 0x000028, "Member 'BP_OptionsDLSS_C_GetDefaultIntValue::CallFunc_GetDefaultDLSSMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSS_C_GetDefaultIntValue, CallFunc_Array_Find_ReturnValue) == 0x00002C, "Member 'BP_OptionsDLSS_C_GetDefaultIntValue::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDLSS_C \ +static_assert(alignof(UBP_OptionsDLSS_C) == 0x000008, "Wrong alignment on UBP_OptionsDLSS_C"); \ +static_assert(sizeof(UBP_OptionsDLSS_C) == 0x000040, "Wrong size on UBP_OptionsDLSS_C"); \ +static_assert(offsetof(UBP_OptionsDLSS_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDLSS_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_OptionsDLSS_C, Options) == 0x000030, "Member 'UBP_OptionsDLSS_C::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSSSharpness_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsDLSSSharpness_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDLSSSharpness_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsDLSSSharpness_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsDLSSSharpness_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSSSharpness_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsDLSSSharpness_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness \ +static_assert(alignof(BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness) == 0x000008, "Wrong alignment on BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness"); \ +static_assert(sizeof(BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness) == 0x000020, "Wrong size on BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness, EntryPoint) == 0x000000, "Member 'BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsDLSSSharpness_C_ExecuteUbergraph_BP_OptionsDLSSSharpness::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSSSharpness_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsDLSSSharpness_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsDLSSSharpness_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsDLSSSharpness_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsDLSSSharpness_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSSSharpness_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSSSharpness_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionAvailable, CallFunc_GetDLSSMode_ReturnValue) == 0x000009, "Member 'BP_OptionsDLSSSharpness_C_IsOptionAvailable::CallFunc_GetDLSSMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionAvailable, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'BP_OptionsDLSSSharpness_C_IsOptionAvailable::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSSSharpness_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsDLSSSharpness_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDLSSSharpness_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsDLSSSharpness_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsDLSSSharpness_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSSSharpness_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSSSharpness_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDLSSSharpness_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetDefaultFloatValue, CallFunc_GetDefaultDLSSSharpness_ReturnValue) == 0x000018, "Member 'BP_OptionsDLSSSharpness_C_GetDefaultFloatValue::CallFunc_GetDefaultDLSSSharpness_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSSSharpness_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsDLSSSharpness_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDLSSSharpness_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsDLSSSharpness_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsDLSSSharpness_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSSSharpness_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSSSharpness_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDLSSSharpness_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_GetAppliedFloatValue, CallFunc_GetDLSSSharpness_ReturnValue) == 0x000018, "Member 'BP_OptionsDLSSSharpness_C_GetAppliedFloatValue::CallFunc_GetDLSSSharpness_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDLSSSharpness_C_IsOptionVisible \ +static_assert(alignof(BP_OptionsDLSSSharpness_C_IsOptionVisible) == 0x000008, "Wrong alignment on BP_OptionsDLSSSharpness_C_IsOptionVisible"); \ +static_assert(sizeof(BP_OptionsDLSSSharpness_C_IsOptionVisible) == 0x000010, "Wrong size on BP_OptionsDLSSSharpness_C_IsOptionVisible"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionVisible, OwningWidget) == 0x000000, "Member 'BP_OptionsDLSSSharpness_C_IsOptionVisible::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionVisible, ReturnValue) == 0x000008, "Member 'BP_OptionsDLSSSharpness_C_IsOptionVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDLSSSharpness_C_IsOptionVisible, CallFunc_IsDLSSSupported_ReturnValue) == 0x000009, "Member 'BP_OptionsDLSSSharpness_C_IsOptionVisible::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDLSSSharpness_C \ +static_assert(alignof(UBP_OptionsDLSSSharpness_C) == 0x000008, "Wrong alignment on UBP_OptionsDLSSSharpness_C"); \ +static_assert(sizeof(UBP_OptionsDLSSSharpness_C) == 0x000030, "Wrong size on UBP_OptionsDLSSSharpness_C"); \ +static_assert(offsetof(UBP_OptionsDLSSSharpness_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDLSSSharpness_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsDynamicResTargetFPS_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS \ +static_assert(alignof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS) == 0x000008, "Wrong alignment on BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS"); \ +static_assert(sizeof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS) == 0x000020, "Wrong size on BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS, EntryPoint) == 0x000000, "Member 'BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS, CallFunc_FTrunc_ReturnValue) == 0x00001C, "Member 'BP_OptionsDynamicResTargetFPS_C_ExecuteUbergraph_BP_OptionsDynamicResTargetFPS::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResTargetFPS_C_GetPresentableValue \ +static_assert(alignof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResTargetFPS_C_GetPresentableValue"); \ +static_assert(sizeof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue) == 0x000048, "Wrong size on BP_OptionsDynamicResTargetFPS_C_GetPresentableValue"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResTargetFPS_C_GetPresentableValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResTargetFPS_C_GetPresentableValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000020, "Member 'BP_OptionsDynamicResTargetFPS_C_GetPresentableValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue, CallFunc_GetDynamicResTargetFPS_ReturnValue) == 0x000028, "Member 'BP_OptionsDynamicResTargetFPS_C_GetPresentableValue::CallFunc_GetDynamicResTargetFPS_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetPresentableValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000030, "Member 'BP_OptionsDynamicResTargetFPS_C_GetPresentableValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue, CallFunc_GetDefaultDynamicResTargetFPS_ReturnValue) == 0x000018, "Member 'BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue::CallFunc_GetDefaultDynamicResTargetFPS_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'BP_OptionsDynamicResTargetFPS_C_GetDefaultFloatValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue, CallFunc_GetDynamicResTargetFPS_ReturnValue) == 0x000018, "Member 'BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue::CallFunc_GetDynamicResTargetFPS_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'BP_OptionsDynamicResTargetFPS_C_GetAppliedFloatValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable) == 0x000020, "Wrong size on BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable, CallFunc_GetDynamicResEnabled_ReturnValue) == 0x000018, "Member 'BP_OptionsDynamicResTargetFPS_C_IsOptionAvailable::CallFunc_GetDynamicResEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsDynamicResTargetFPS_C \ +static_assert(alignof(UBP_OptionsDynamicResTargetFPS_C) == 0x000008, "Wrong alignment on UBP_OptionsDynamicResTargetFPS_C"); \ +static_assert(sizeof(UBP_OptionsDynamicResTargetFPS_C) == 0x000030, "Wrong size on UBP_OptionsDynamicResTargetFPS_C"); \ +static_assert(offsetof(UBP_OptionsDynamicResTargetFPS_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsDynamicResTargetFPS_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFPSLimit_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsFPSLimit_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsFPSLimit_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsFPSLimit_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsFPSLimit_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFPSLimit_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsFPSLimit_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit \ +static_assert(alignof(BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit) == 0x000008, "Wrong alignment on BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit"); \ +static_assert(sizeof(BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit) == 0x000020, "Wrong size on BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit, EntryPoint) == 0x000000, "Member 'BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsFPSLimit_C_ExecuteUbergraph_BP_OptionsFPSLimit::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFPSLimit_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsFPSLimit_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsFPSLimit_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsFPSLimit_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsFPSLimit_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFPSLimit_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsFPSLimit_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsFPSLimit_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetAppliedIntValue, CallFunc_GetFPSLimitLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsFPSLimit_C_GetAppliedIntValue::CallFunc_GetFPSLimitLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsFPSLimit_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsFPSLimit_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsFPSLimit_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsFPSLimit_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsFPSLimit_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsFPSLimit_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsFPSLimit_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsFPSLimit_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsFPSLimit_C_GetDefaultIntValue, CallFunc_GetDefaultFPSLimitLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsFPSLimit_C_GetDefaultIntValue::CallFunc_GetDefaultFPSLimitLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsFPSLimit_C \ +static_assert(alignof(UBP_OptionsFPSLimit_C) == 0x000008, "Wrong alignment on UBP_OptionsFPSLimit_C"); \ +static_assert(sizeof(UBP_OptionsFPSLimit_C) == 0x000030, "Wrong size on UBP_OptionsFPSLimit_C"); \ +static_assert(offsetof(UBP_OptionsFPSLimit_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsFPSLimit_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsGamma_C \ +static_assert(alignof(UBP_OptionsGamma_C) == 0x000008, "Wrong alignment on UBP_OptionsGamma_C"); \ +static_assert(sizeof(UBP_OptionsGamma_C) == 0x000028, "Wrong size on UBP_OptionsGamma_C"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsMode_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsGraphicsMode_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsGraphicsMode_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsGraphicsMode_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsGraphicsMode_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsGraphicsMode_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsGraphicsMode_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode \ +static_assert(alignof(BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode) == 0x000008, "Wrong alignment on BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode"); \ +static_assert(sizeof(BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode) == 0x000020, "Wrong size on BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode, EntryPoint) == 0x000000, "Member 'BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsGraphicsMode_C_ExecuteUbergraph_BP_OptionsGraphicsMode::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsMode_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsGraphicsMode_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsGraphicsMode_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsGraphicsMode_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsGraphicsMode_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsGraphicsMode_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsGraphicsMode_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsGraphicsMode_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetDefaultIntValue, CallFunc_GetDefaultPS5GraphicsModeLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsGraphicsMode_C_GetDefaultIntValue::CallFunc_GetDefaultPS5GraphicsModeLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsGraphicsMode_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsGraphicsMode_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsGraphicsMode_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsGraphicsMode_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsGraphicsMode_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsGraphicsMode_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsGraphicsMode_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsGraphicsMode_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsGraphicsMode_C_GetAppliedIntValue, CallFunc_GetPS5GraphicsModeLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsGraphicsMode_C_GetAppliedIntValue::CallFunc_GetPS5GraphicsModeLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsGraphicsMode_C \ +static_assert(alignof(UBP_OptionsGraphicsMode_C) == 0x000008, "Wrong alignment on UBP_OptionsGraphicsMode_C"); \ +static_assert(sizeof(UBP_OptionsGraphicsMode_C) == 0x000030, "Wrong size on UBP_OptionsGraphicsMode_C"); \ +static_assert(offsetof(UBP_OptionsGraphicsMode_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsGraphicsMode_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlur_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsMotionBlur_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsMotionBlur_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsMotionBlur_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsMotionBlur_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMotionBlur_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsMotionBlur_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur \ +static_assert(alignof(BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur) == 0x000008, "Wrong alignment on BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur"); \ +static_assert(sizeof(BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur) == 0x000020, "Wrong size on BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur, EntryPoint) == 0x000000, "Member 'BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsMotionBlur_C_ExecuteUbergraph_BP_OptionsMotionBlur::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlur_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsMotionBlur_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsMotionBlur_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsMotionBlur_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsMotionBlur_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMotionBlur_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMotionBlur_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMotionBlur_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetAppliedIntValue, CallFunc_GetMotionBlurLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsMotionBlur_C_GetAppliedIntValue::CallFunc_GetMotionBlurLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlur_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsMotionBlur_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsMotionBlur_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsMotionBlur_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsMotionBlur_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMotionBlur_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMotionBlur_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMotionBlur_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlur_C_GetDefaultIntValue, CallFunc_GetDefaultMotionBlurLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsMotionBlur_C_GetDefaultIntValue::CallFunc_GetDefaultMotionBlurLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsMotionBlur_C \ +static_assert(alignof(UBP_OptionsMotionBlur_C) == 0x000008, "Wrong alignment on UBP_OptionsMotionBlur_C"); \ +static_assert(sizeof(UBP_OptionsMotionBlur_C) == 0x000030, "Wrong size on UBP_OptionsMotionBlur_C"); \ +static_assert(offsetof(UBP_OptionsMotionBlur_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsMotionBlur_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlurIntensity_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsMotionBlurIntensity_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMotionBlurIntensity_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsMotionBlurIntensity_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsMotionBlurIntensity_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMotionBlurIntensity_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsMotionBlurIntensity_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity \ +static_assert(alignof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity) == 0x000008, "Wrong alignment on BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity"); \ +static_assert(sizeof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity) == 0x000020, "Wrong size on BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity, EntryPoint) == 0x000000, "Member 'BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsMotionBlurIntensity_C_ExecuteUbergraph_BP_OptionsMotionBlurIntensity::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue, CallFunc_GetDefaultMotionBlurIntensity_ReturnValue) == 0x000018, "Member 'BP_OptionsMotionBlurIntensity_C_GetDefaultFloatValue::CallFunc_GetDefaultMotionBlurIntensity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue, CallFunc_GetMotionBlurIntensity_ReturnValue) == 0x000018, "Member 'BP_OptionsMotionBlurIntensity_C_GetAppliedFloatValue::CallFunc_GetMotionBlurIntensity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsMotionBlurIntensity_C \ +static_assert(alignof(UBP_OptionsMotionBlurIntensity_C) == 0x000008, "Wrong alignment on UBP_OptionsMotionBlurIntensity_C"); \ +static_assert(sizeof(UBP_OptionsMotionBlurIntensity_C) == 0x000030, "Wrong size on UBP_OptionsMotionBlurIntensity_C"); \ +static_assert(offsetof(UBP_OptionsMotionBlurIntensity_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsMotionBlurIntensity_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsOverallQuality_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsOverallQuality_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsOverallQuality_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsOverallQuality_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsOverallQuality_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsOverallQuality_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsOverallQuality_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality \ +static_assert(alignof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality) == 0x000008, "Wrong alignment on BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality"); \ +static_assert(sizeof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality) == 0x000020, "Wrong size on BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality, EntryPoint) == 0x000000, "Member 'BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsOverallQuality_C_ExecuteUbergraph_BP_OptionsOverallQuality::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsOverallQuality_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsOverallQuality_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsOverallQuality_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsOverallQuality_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsOverallQuality_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsOverallQuality_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsOverallQuality_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsOverallQuality_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetAppliedIntValue, CallFunc_GetOverallScalabilityLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsOverallQuality_C_GetAppliedIntValue::CallFunc_GetOverallScalabilityLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetAppliedIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsOverallQuality_C_GetAppliedIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsOverallQuality_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsOverallQuality_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsOverallQuality_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsOverallQuality_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_OptionsOverallQuality_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsOverallQuality_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsOverallQuality_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsOverallQuality_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsOverallQuality_C \ +static_assert(alignof(UBP_OptionsOverallQuality_C) == 0x000008, "Wrong alignment on UBP_OptionsOverallQuality_C"); \ +static_assert(sizeof(UBP_OptionsOverallQuality_C) == 0x000080, "Wrong size on UBP_OptionsOverallQuality_C"); \ +static_assert(offsetof(UBP_OptionsOverallQuality_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsOverallQuality_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_OptionsOverallQuality_C, LevelToDisplayIndex) == 0x000030, "Member 'UBP_OptionsOverallQuality_C::LevelToDisplayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsPostProcessingQuality_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsPostProcessingQuality_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsPostProcessingQuality_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsPostProcessingQuality_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsPostProcessingQuality_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsPostProcessingQuality_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsPostProcessingQuality_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality \ +static_assert(alignof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality) == 0x000008, "Wrong alignment on BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality"); \ +static_assert(sizeof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality) == 0x000038, "Wrong size on BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, EntryPoint) == 0x000000, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, Temp_int_Variable) == 0x000010, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, Temp_int_Variable_1) == 0x000014, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, Temp_int_Variable_2) == 0x000018, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, Temp_int_Variable_3) == 0x00001C, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, Temp_int_Variable_4) == 0x000020, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, K2Node_Event_OwningWidget) == 0x000028, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, K2Node_Event_Value) == 0x000030, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsPostProcessingQuality_C_ExecuteUbergraph_BP_OptionsPostProcessingQuality::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsPostProcessingQuality_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsPostProcessingQuality_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue) == 0x000038, "Wrong size on BP_OptionsPostProcessingQuality_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable) == 0x00000C, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000010, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable_2) == 0x000014, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable_3) == 0x000018, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable_4) == 0x00001C, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable_5) == 0x000020, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, Temp_int_Variable_6) == 0x000024, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000030, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsPostProcessingQuality_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsPostProcessingQuality_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsPostProcessingQuality_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsPostProcessingQuality_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsPostProcessingQuality_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_OptionsPostProcessingQuality_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsPostProcessingQuality_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsPostProcessingQuality_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsPostProcessingQuality_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsPostProcessingQuality_C \ +static_assert(alignof(UBP_OptionsPostProcessingQuality_C) == 0x000008, "Wrong alignment on UBP_OptionsPostProcessingQuality_C"); \ +static_assert(sizeof(UBP_OptionsPostProcessingQuality_C) == 0x000030, "Wrong size on UBP_OptionsPostProcessingQuality_C"); \ +static_assert(offsetof(UBP_OptionsPostProcessingQuality_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsPostProcessingQuality_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsResolution_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsResolution_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsResolution_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsResolution_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsResolution_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsResolution_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsResolution_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsResolution_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution \ +static_assert(alignof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution) == 0x000008, "Wrong alignment on BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution"); \ +static_assert(sizeof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution) == 0x000038, "Wrong size on BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution"); \ +static_assert(offsetof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution, EntryPoint) == 0x000000, "Member 'BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution, CallFunc_GetSupportedResolutions_OutResolutions) == 0x000010, "Member 'BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution::CallFunc_GetSupportedResolutions_OutResolutions' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution, K2Node_Event_OwningWidget) == 0x000020, "Member 'BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution, K2Node_Event_Value) == 0x000028, "Member 'BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution, CallFunc_GetGameUserSettings_ReturnValue) == 0x000030, "Member 'BP_OptionsResolution_C_ExecuteUbergraph_BP_OptionsResolution::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsResolution_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsResolution_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsResolution_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsResolution_C_IsOptionAvailable) == 0x000020, "Wrong size on BP_OptionsResolution_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsResolution_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsResolution_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, Temp_byte_Variable) == 0x000009, "Member 'BP_OptionsResolution_C_IsOptionAvailable::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, Temp_bool_Variable) == 0x00000A, "Member 'BP_OptionsResolution_C_IsOptionAvailable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, Temp_bool_Variable_1) == 0x00000B, "Member 'BP_OptionsResolution_C_IsOptionAvailable::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, Temp_bool_Variable_2) == 0x00000C, "Member 'BP_OptionsResolution_C_IsOptionAvailable::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsResolution_C_IsOptionAvailable::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, CallFunc_GetFullscreenMode_ReturnValue) == 0x000018, "Member 'BP_OptionsResolution_C_IsOptionAvailable::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_IsOptionAvailable, K2Node_Select_Default) == 0x000019, "Member 'BP_OptionsResolution_C_IsOptionAvailable::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsResolution_C_GetDynamicEntries \ +static_assert(alignof(BP_OptionsResolution_C_GetDynamicEntries) == 0x000008, "Wrong alignment on BP_OptionsResolution_C_GetDynamicEntries"); \ +static_assert(sizeof(BP_OptionsResolution_C_GetDynamicEntries) == 0x000170, "Wrong size on BP_OptionsResolution_C_GetDynamicEntries"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, OwningWidget) == 0x000000, "Member 'BP_OptionsResolution_C_GetDynamicEntries::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, Entries) == 0x000008, "Member 'BP_OptionsResolution_C_GetDynamicEntries::Entries' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, ResEntries) == 0x000018, "Member 'BP_OptionsResolution_C_GetDynamicEntries::ResEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_OptionsResolution_C_GetDynamicEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_OptionsResolution_C_GetDynamicEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000038, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_GetSupportedResolutions_OutResolutions) == 0x000040, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_GetSupportedResolutions_OutResolutions' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Array_Get_Item) == 0x000054, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Conv_IntToText_ReturnValue) == 0x000060, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000078, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_OptionsResolution_C_GetDynamicEntries::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_OptionsResolution_C_GetDynamicEntries::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_OptionsResolution_C_GetDynamicEntries::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, K2Node_MakeStruct_CycleSelectEntry) == 0x000138, "Member 'BP_OptionsResolution_C_GetDynamicEntries::K2Node_MakeStruct_CycleSelectEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDynamicEntries, CallFunc_Array_Add_ReturnValue) == 0x000168, "Member 'BP_OptionsResolution_C_GetDynamicEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsResolution_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsResolution_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsResolution_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsResolution_C_GetAppliedIntValue) == 0x000038, "Wrong size on BP_OptionsResolution_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsResolution_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsResolution_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsResolution_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetAppliedIntValue, CallFunc_GetSupportedResolutions_OutResolutions) == 0x000018, "Member 'BP_OptionsResolution_C_GetAppliedIntValue::CallFunc_GetSupportedResolutions_OutResolutions' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetAppliedIntValue, CallFunc_GetScreenResolution_ReturnValue) == 0x000028, "Member 'BP_OptionsResolution_C_GetAppliedIntValue::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetAppliedIntValue, CallFunc_Array_Find_ReturnValue) == 0x000030, "Member 'BP_OptionsResolution_C_GetAppliedIntValue::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsResolution_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsResolution_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsResolution_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsResolution_C_GetDefaultIntValue) == 0x000030, "Wrong size on BP_OptionsResolution_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsResolution_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsResolution_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsResolution_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDefaultIntValue, CallFunc_GetSupportedResolutions_OutResolutions) == 0x000018, "Member 'BP_OptionsResolution_C_GetDefaultIntValue::CallFunc_GetSupportedResolutions_OutResolutions' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsResolution_C_GetDefaultIntValue, CallFunc_Array_LastIndex_ReturnValue) == 0x000028, "Member 'BP_OptionsResolution_C_GetDefaultIntValue::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsResolution_C \ +static_assert(alignof(UBP_OptionsResolution_C) == 0x000008, "Wrong alignment on UBP_OptionsResolution_C"); \ +static_assert(sizeof(UBP_OptionsResolution_C) == 0x000030, "Wrong size on UBP_OptionsResolution_C"); \ +static_assert(offsetof(UBP_OptionsResolution_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsResolution_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsRunBenchmark_C_IsOptionVisible \ +static_assert(alignof(BP_OptionsRunBenchmark_C_IsOptionVisible) == 0x000008, "Wrong alignment on BP_OptionsRunBenchmark_C_IsOptionVisible"); \ +static_assert(sizeof(BP_OptionsRunBenchmark_C_IsOptionVisible) == 0x000010, "Wrong size on BP_OptionsRunBenchmark_C_IsOptionVisible"); \ +static_assert(offsetof(BP_OptionsRunBenchmark_C_IsOptionVisible, OwningWidget) == 0x000000, "Member 'BP_OptionsRunBenchmark_C_IsOptionVisible::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsRunBenchmark_C_IsOptionVisible, ReturnValue) == 0x000008, "Member 'BP_OptionsRunBenchmark_C_IsOptionVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsRunBenchmark_C_IsOptionVisible, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000009, "Member 'BP_OptionsRunBenchmark_C_IsOptionVisible::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsRunBenchmark_C_IsOptionVisible, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_OptionsRunBenchmark_C_IsOptionVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsRunBenchmark_C \ +static_assert(alignof(UBP_OptionsRunBenchmark_C) == 0x000008, "Wrong alignment on UBP_OptionsRunBenchmark_C"); \ +static_assert(sizeof(UBP_OptionsRunBenchmark_C) == 0x000028, "Wrong size on UBP_OptionsRunBenchmark_C"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue \ +static_assert(alignof(BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue"); \ +static_assert(sizeof(BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue) == 0x000010, "Wrong size on BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue, Value) == 0x000008, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_ApplyFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity \ +static_assert(alignof(BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity) == 0x000008, "Wrong alignment on BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity"); \ +static_assert(sizeof(BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity) == 0x000020, "Wrong size on BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity, EntryPoint) == 0x000000, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity, K2Node_Event_OwningWidget) == 0x000008, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity, K2Node_Event_Value) == 0x000010, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_ExecuteUbergraph_BP_OptionsSubtitleBackgroundOpacity::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue \ +static_assert(alignof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue"); \ +static_assert(sizeof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue) == 0x000048, "Wrong size on BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000020, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue, CallFunc_GetSubtitleBackgroundOpacity_ReturnValue) == 0x000028, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue::CallFunc_GetSubtitleBackgroundOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue, CallFunc_Conv_FloatToText_ReturnValue) == 0x000030, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetPresentableValue::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue \ +static_assert(alignof(BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue"); \ +static_assert(sizeof(BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue) == 0x000020, "Wrong size on BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue, CallFunc_GetSubtitleBackgroundOpacity_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetAppliedFloatValue::CallFunc_GetSubtitleBackgroundOpacity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue \ +static_assert(alignof(BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue) == 0x000008, "Wrong alignment on BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue"); \ +static_assert(sizeof(BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue) == 0x000020, "Wrong size on BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue, CallFunc_GetDefaultSubtitleBackgroundOpacity_ReturnValue) == 0x000018, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_GetDefaultFloatValue::CallFunc_GetDefaultSubtitleBackgroundOpacity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable \ +static_assert(alignof(BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable) == 0x000008, "Wrong alignment on BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable"); \ +static_assert(sizeof(BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable) == 0x000010, "Wrong size on BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable, OwningWidget) == 0x000000, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable, ReturnValue) == 0x000008, "Member 'BP_OptionsSubtitleBackgroundOpacity_C_IsOptionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsSubtitleBackgroundOpacity_C \ +static_assert(alignof(UBP_OptionsSubtitleBackgroundOpacity_C) == 0x000008, "Wrong alignment on UBP_OptionsSubtitleBackgroundOpacity_C"); \ +static_assert(sizeof(UBP_OptionsSubtitleBackgroundOpacity_C) == 0x000030, "Wrong size on UBP_OptionsSubtitleBackgroundOpacity_C"); \ +static_assert(offsetof(UBP_OptionsSubtitleBackgroundOpacity_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsSubtitleBackgroundOpacity_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsShadowQuality_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsShadowQuality_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsShadowQuality_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsShadowQuality_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsShadowQuality_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsShadowQuality_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsShadowQuality_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality \ +static_assert(alignof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality) == 0x000008, "Wrong alignment on BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality"); \ +static_assert(sizeof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality) == 0x000038, "Wrong size on BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, EntryPoint) == 0x000000, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, Temp_int_Variable) == 0x000010, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, Temp_int_Variable_1) == 0x000014, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, Temp_int_Variable_2) == 0x000018, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, Temp_int_Variable_3) == 0x00001C, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, Temp_int_Variable_4) == 0x000020, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, K2Node_Event_OwningWidget) == 0x000028, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, K2Node_Event_Value) == 0x000030, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsShadowQuality_C_ExecuteUbergraph_BP_OptionsShadowQuality::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsShadowQuality_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsShadowQuality_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsShadowQuality_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsShadowQuality_C_GetAppliedIntValue) == 0x000038, "Wrong size on BP_OptionsShadowQuality_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable) == 0x00000C, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable_1) == 0x000010, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable_2) == 0x000014, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable_3) == 0x000018, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable_4) == 0x00001C, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable_5) == 0x000020, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, Temp_int_Variable_6) == 0x000024, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000028, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, CallFunc_GetShadowQuality_ReturnValue) == 0x000030, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetAppliedIntValue, K2Node_Select_Default) == 0x000034, "Member 'BP_OptionsShadowQuality_C_GetAppliedIntValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsShadowQuality_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsShadowQuality_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsShadowQuality_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsShadowQuality_C_GetDefaultIntValue) == 0x000010, "Wrong size on BP_OptionsShadowQuality_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsShadowQuality_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsShadowQuality_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsShadowQuality_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsShadowQuality_C \ +static_assert(alignof(UBP_OptionsShadowQuality_C) == 0x000008, "Wrong alignment on UBP_OptionsShadowQuality_C"); \ +static_assert(sizeof(UBP_OptionsShadowQuality_C) == 0x000030, "Wrong size on UBP_OptionsShadowQuality_C"); \ +static_assert(offsetof(UBP_OptionsShadowQuality_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsShadowQuality_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsUIScaling_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsUIScaling_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsUIScaling_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsUIScaling_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsUIScaling_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsUIScaling_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsUIScaling_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling \ +static_assert(alignof(BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling) == 0x000008, "Wrong alignment on BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling"); \ +static_assert(sizeof(BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling) == 0x000020, "Wrong size on BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling, EntryPoint) == 0x000000, "Member 'BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsUIScaling_C_ExecuteUbergraph_BP_OptionsUIScaling::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsUIScaling_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsUIScaling_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsUIScaling_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsUIScaling_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsUIScaling_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsUIScaling_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsUIScaling_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsUIScaling_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetAppliedIntValue, CallFunc_GetUIScaling_ReturnValue) == 0x000018, "Member 'BP_OptionsUIScaling_C_GetAppliedIntValue::CallFunc_GetUIScaling_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsUIScaling_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsUIScaling_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsUIScaling_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsUIScaling_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsUIScaling_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsUIScaling_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsUIScaling_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsUIScaling_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsUIScaling_C_GetDefaultIntValue, CallFunc_GetDefaultUIScaling_ReturnValue) == 0x000018, "Member 'BP_OptionsUIScaling_C_GetDefaultIntValue::CallFunc_GetDefaultUIScaling_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsUIScaling_C \ +static_assert(alignof(UBP_OptionsUIScaling_C) == 0x000008, "Wrong alignment on UBP_OptionsUIScaling_C"); \ +static_assert(sizeof(UBP_OptionsUIScaling_C) == 0x000030, "Wrong size on UBP_OptionsUIScaling_C"); \ +static_assert(offsetof(UBP_OptionsUIScaling_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsUIScaling_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVolumetricFog_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsVolumetricFog_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsVolumetricFog_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsVolumetricFog_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsVolumetricFog_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVolumetricFog_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsVolumetricFog_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog \ +static_assert(alignof(BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog) == 0x000008, "Wrong alignment on BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog"); \ +static_assert(sizeof(BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog) == 0x000020, "Wrong size on BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog, EntryPoint) == 0x000000, "Member 'BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsVolumetricFog_C_ExecuteUbergraph_BP_OptionsVolumetricFog::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVolumetricFog_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsVolumetricFog_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsVolumetricFog_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsVolumetricFog_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsVolumetricFog_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVolumetricFog_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsVolumetricFog_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetAppliedIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsVolumetricFog_C_GetAppliedIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetAppliedIntValue, CallFunc_GetVolumetricFogLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsVolumetricFog_C_GetAppliedIntValue::CallFunc_GetVolumetricFogLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsVolumetricFog_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsVolumetricFog_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsVolumetricFog_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsVolumetricFog_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsVolumetricFog_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsVolumetricFog_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsVolumetricFog_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetDefaultIntValue, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsVolumetricFog_C_GetDefaultIntValue::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsVolumetricFog_C_GetDefaultIntValue, CallFunc_GetDefaultVolumetricFogLevel_ReturnValue) == 0x000018, "Member 'BP_OptionsVolumetricFog_C_GetDefaultIntValue::CallFunc_GetDefaultVolumetricFogLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsVolumetricFog_C \ +static_assert(alignof(UBP_OptionsVolumetricFog_C) == 0x000008, "Wrong alignment on UBP_OptionsVolumetricFog_C"); \ +static_assert(sizeof(UBP_OptionsVolumetricFog_C) == 0x000030, "Wrong size on UBP_OptionsVolumetricFog_C"); \ +static_assert(offsetof(UBP_OptionsVolumetricFog_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsVolumetricFog_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsWindowMode_C_ApplyIntValue \ +static_assert(alignof(BP_OptionsWindowMode_C_ApplyIntValue) == 0x000008, "Wrong alignment on BP_OptionsWindowMode_C_ApplyIntValue"); \ +static_assert(sizeof(BP_OptionsWindowMode_C_ApplyIntValue) == 0x000010, "Wrong size on BP_OptionsWindowMode_C_ApplyIntValue"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ApplyIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsWindowMode_C_ApplyIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ApplyIntValue, Value) == 0x000008, "Member 'BP_OptionsWindowMode_C_ApplyIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode \ +static_assert(alignof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode) == 0x000008, "Wrong alignment on BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode"); \ +static_assert(sizeof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode) == 0x000020, "Wrong size on BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode, EntryPoint) == 0x000000, "Member 'BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode, K2Node_Event_OwningWidget) == 0x000010, "Member 'BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode::K2Node_Event_OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode, K2Node_Event_Value) == 0x000018, "Member 'BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode, CallFunc_Conv_IntToByte_ReturnValue) == 0x00001C, "Member 'BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode, CallFunc_GetValidValue_ReturnValue) == 0x00001D, "Member 'BP_OptionsWindowMode_C_ExecuteUbergraph_BP_OptionsWindowMode::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsWindowMode_C_GetAppliedIntValue \ +static_assert(alignof(BP_OptionsWindowMode_C_GetAppliedIntValue) == 0x000008, "Wrong alignment on BP_OptionsWindowMode_C_GetAppliedIntValue"); \ +static_assert(sizeof(BP_OptionsWindowMode_C_GetAppliedIntValue) == 0x000020, "Wrong size on BP_OptionsWindowMode_C_GetAppliedIntValue"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetAppliedIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsWindowMode_C_GetAppliedIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetAppliedIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsWindowMode_C_GetAppliedIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetAppliedIntValue, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsWindowMode_C_GetAppliedIntValue::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetAppliedIntValue, CallFunc_GetFullscreenMode_ReturnValue) == 0x000018, "Member 'BP_OptionsWindowMode_C_GetAppliedIntValue::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetAppliedIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsWindowMode_C_GetAppliedIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OptionsWindowMode_C_GetDefaultIntValue \ +static_assert(alignof(BP_OptionsWindowMode_C_GetDefaultIntValue) == 0x000008, "Wrong alignment on BP_OptionsWindowMode_C_GetDefaultIntValue"); \ +static_assert(sizeof(BP_OptionsWindowMode_C_GetDefaultIntValue) == 0x000020, "Wrong size on BP_OptionsWindowMode_C_GetDefaultIntValue"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetDefaultIntValue, OwningWidget) == 0x000000, "Member 'BP_OptionsWindowMode_C_GetDefaultIntValue::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetDefaultIntValue, ReturnValue) == 0x000008, "Member 'BP_OptionsWindowMode_C_GetDefaultIntValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetDefaultIntValue, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_OptionsWindowMode_C_GetDefaultIntValue::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetDefaultIntValue, CallFunc_GetDefaultWindowMode_ReturnValue) == 0x000018, "Member 'BP_OptionsWindowMode_C_GetDefaultIntValue::CallFunc_GetDefaultWindowMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OptionsWindowMode_C_GetDefaultIntValue, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_OptionsWindowMode_C_GetDefaultIntValue::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OptionsWindowMode_C \ +static_assert(alignof(UBP_OptionsWindowMode_C) == 0x000008, "Wrong alignment on UBP_OptionsWindowMode_C"); \ +static_assert(sizeof(UBP_OptionsWindowMode_C) == 0x000030, "Wrong size on UBP_OptionsWindowMode_C"); \ +static_assert(offsetof(UBP_OptionsWindowMode_C, UberGraphFrame) == 0x000028, "Member 'UBP_OptionsWindowMode_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible \ +static_assert(alignof(WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible) == 0x000001, "Wrong alignment on WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible) == 0x000001, "Wrong size on WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible, PipsVisible) == 0x000000, "Member 'WBP_EnemyHealthBar_C_Set_Bind_Pips_Visible::PipsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_SetPipFull \ +static_assert(alignof(WBP_EnemyHealthBar_C_SetPipFull) == 0x000008, "Wrong alignment on WBP_EnemyHealthBar_C_SetPipFull"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_SetPipFull) == 0x000028, "Wrong size on WBP_EnemyHealthBar_C_SetPipFull"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetPipFull, Pip) == 0x000000, "Member 'WBP_EnemyHealthBar_C_SetPipFull::Pip' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetPipFull, IsFull) == 0x000008, "Member 'WBP_EnemyHealthBar_C_SetPipFull::IsFull' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetPipFull, Temp_bool_Variable) == 0x000009, "Member 'WBP_EnemyHealthBar_C_SetPipFull::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetPipFull, Temp_object_Variable) == 0x000010, "Member 'WBP_EnemyHealthBar_C_SetPipFull::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetPipFull, Temp_object_Variable_1) == 0x000018, "Member 'WBP_EnemyHealthBar_C_SetPipFull::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetPipFull, K2Node_Select_Default) == 0x000020, "Member 'WBP_EnemyHealthBar_C_SetPipFull::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_SetHealthbarVisible \ +static_assert(alignof(WBP_EnemyHealthBar_C_SetHealthbarVisible) == 0x000001, "Wrong alignment on WBP_EnemyHealthBar_C_SetHealthbarVisible"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_SetHealthbarVisible) == 0x000005, "Wrong size on WBP_EnemyHealthBar_C_SetHealthbarVisible"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetHealthbarVisible, Visible_0) == 0x000000, "Member 'WBP_EnemyHealthBar_C_SetHealthbarVisible::Visible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetHealthbarVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_EnemyHealthBar_C_SetHealthbarVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetHealthbarVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_EnemyHealthBar_C_SetHealthbarVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetHealthbarVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_EnemyHealthBar_C_SetHealthbarVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_SetHealthbarVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_EnemyHealthBar_C_SetHealthbarVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_UpdatePipStates \ +static_assert(alignof(WBP_EnemyHealthBar_C_UpdatePipStates) == 0x000008, "Wrong alignment on WBP_EnemyHealthBar_C_UpdatePipStates"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_UpdatePipStates) == 0x000030, "Wrong size on WBP_EnemyHealthBar_C_UpdatePipStates"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, AvailablePips) == 0x000000, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::AvailablePips' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, ForceImmediate) == 0x000004, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::ForceImmediate' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_UpdatePipStates, CallFunc_Less_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_EnemyHealthBar_C_UpdatePipStates::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_InitPips \ +static_assert(alignof(WBP_EnemyHealthBar_C_InitPips) == 0x000008, "Wrong alignment on WBP_EnemyHealthBar_C_InitPips"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_InitPips) == 0x000068, "Wrong size on WBP_EnemyHealthBar_C_InitPips"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, Count) == 0x000000, "Member 'WBP_EnemyHealthBar_C_InitPips::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_EnemyHealthBar_C_InitPips::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, Temp_int_Variable) == 0x00000C, "Member 'WBP_EnemyHealthBar_C_InitPips::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000011, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000012, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_EnemyHealthBar_C_InitPips::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_MakeVector2D_ReturnValue) == 0x00001C, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_SelectFloat_ReturnValue_1) == 0x000034, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, K2Node_MakeStruct_Margin) == 0x000038, "Member 'WBP_EnemyHealthBar_C_InitPips::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000050, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_InitPips, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'WBP_EnemyHealthBar_C_InitPips::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_Init \ +static_assert(alignof(WBP_EnemyHealthBar_C_Init) == 0x000004, "Wrong alignment on WBP_EnemyHealthBar_C_Init"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_Init) == 0x000004, "Wrong size on WBP_EnemyHealthBar_C_Init"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_Init, NumPips) == 0x000000, "Member 'WBP_EnemyHealthBar_C_Init::NumPips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_TickResourceUI \ +static_assert(alignof(WBP_EnemyHealthBar_C_TickResourceUI) == 0x000008, "Wrong alignment on WBP_EnemyHealthBar_C_TickResourceUI"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_TickResourceUI) == 0x000030, "Wrong size on WBP_EnemyHealthBar_C_TickResourceUI"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, ResourceManager) == 0x000000, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::ResourceManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, BindRotAction) == 0x000008, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::BindRotAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, FluxSpeed) == 0x000010, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::FluxSpeed' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, PreCentage) == 0x000014, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::PreCentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, Temp_bool_Variable) == 0x000018, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, CallFunc_GetIsEnabled_ReturnValue) == 0x000019, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, Temp_byte_Variable) == 0x00001A, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, Temp_byte_Variable_1) == 0x00001B, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, K2Node_Select_Default) == 0x00001C, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000020, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, CallFunc_TryGetResourcePercent_ResourcePercent) == 0x000024, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::CallFunc_TryGetResourcePercent_ResourcePercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, CallFunc_TryGetResourcePercent_ReturnValue) == 0x000028, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::CallFunc_TryGetResourcePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_TickResourceUI, CallFunc_FInterpTo_Constant_ReturnValue) == 0x00002C, "Member 'WBP_EnemyHealthBar_C_TickResourceUI::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_PreConstruct \ +static_assert(alignof(WBP_EnemyHealthBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_EnemyHealthBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_EnemyHealthBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_EnemyHealthBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_HandlePipStateChanged \ +static_assert(alignof(WBP_EnemyHealthBar_C_HandlePipStateChanged) == 0x000004, "Wrong alignment on WBP_EnemyHealthBar_C_HandlePipStateChanged"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_HandlePipStateChanged) == 0x000014, "Wrong size on WBP_EnemyHealthBar_C_HandlePipStateChanged"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_HandlePipStateChanged, StateData) == 0x000000, "Member 'WBP_EnemyHealthBar_C_HandlePipStateChanged::StateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar \ +static_assert(alignof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar) == 0x000008, "Wrong alignment on WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar"); \ +static_assert(sizeof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar) == 0x000060, "Wrong size on WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, EntryPoint) == 0x000000, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000028, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, K2Node_CustomEvent_StateData) == 0x000030, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::K2Node_CustomEvent_StateData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, CallFunc_GetAvailableRotPips_ReturnValue) == 0x000044, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::CallFunc_GetAvailableRotPips_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, CallFunc_SlotAsBorderSlot_ReturnValue) == 0x000048, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::CallFunc_SlotAsBorderSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar, K2Node_MakeStruct_Margin) == 0x000050, "Member 'WBP_EnemyHealthBar_C_ExecuteUbergraph_WBP_EnemyHealthBar::K2Node_MakeStruct_Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EnemyHealthBar_C \ +static_assert(alignof(UWBP_EnemyHealthBar_C) == 0x000008, "Wrong alignment on UWBP_EnemyHealthBar_C"); \ +static_assert(sizeof(UWBP_EnemyHealthBar_C) == 0x0002C8, "Wrong size on UWBP_EnemyHealthBar_C"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, UberGraphFrame) == 0x000260, "Member 'UWBP_EnemyHealthBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, LockOn) == 0x000268, "Member 'UWBP_EnemyHealthBar_C::LockOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, BindBox) == 0x000270, "Member 'UWBP_EnemyHealthBar_C::BindBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, Health_Bar) == 0x000278, "Member 'UWBP_EnemyHealthBar_C::Health_Bar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, Health_Fill) == 0x000280, "Member 'UWBP_EnemyHealthBar_C::Health_Fill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, HealthBorder) == 0x000288, "Member 'UWBP_EnemyHealthBar_C::HealthBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, HealthCanvas) == 0x000290, "Member 'UWBP_EnemyHealthBar_C::HealthCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, LockOnPanel) == 0x000298, "Member 'UWBP_EnemyHealthBar_C::LockOnPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, ResourceType) == 0x0002A0, "Member 'UWBP_EnemyHealthBar_C::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, Pips) == 0x0002A8, "Member 'UWBP_EnemyHealthBar_C::Pips' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, PipPadding) == 0x0002B8, "Member 'UWBP_EnemyHealthBar_C::PipPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, Visible) == 0x0002BC, "Member 'UWBP_EnemyHealthBar_C::Visible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, PipSize) == 0x0002C0, "Member 'UWBP_EnemyHealthBar_C::PipSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthBar_C, BorderPadding) == 0x0002C4, "Member 'UWBP_EnemyHealthBar_C::BorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry \ +static_assert(alignof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry) == 0x000008, "Wrong alignment on WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry"); \ +static_assert(sizeof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry) == 0x000020, "Wrong size on WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry"); \ +static_assert(offsetof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry, EntryPoint) == 0x000000, "Member 'WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry, CallFunc_PlayGlobalOneShotEvent_ReturnValue) == 0x000004, "Member 'WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry::CallFunc_PlayGlobalOneShotEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry, K2Node_Event_Recording) == 0x000008, "Member 'WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry::K2Node_Event_Recording' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry, CallFunc_PlayGlobalOneShotEvent_ReturnValue_1) == 0x000018, "Member 'WBP_ControlRemappingEntry_C_ExecuteUbergraph_WBP_ControlRemappingEntry::CallFunc_PlayGlobalOneShotEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ControlRemappingEntry_C_HandleRecordingChanged \ +static_assert(alignof(WBP_ControlRemappingEntry_C_HandleRecordingChanged) == 0x000001, "Wrong alignment on WBP_ControlRemappingEntry_C_HandleRecordingChanged"); \ +static_assert(sizeof(WBP_ControlRemappingEntry_C_HandleRecordingChanged) == 0x000001, "Wrong size on WBP_ControlRemappingEntry_C_HandleRecordingChanged"); \ +static_assert(offsetof(WBP_ControlRemappingEntry_C_HandleRecordingChanged, Recording_0) == 0x000000, "Member 'WBP_ControlRemappingEntry_C_HandleRecordingChanged::Recording_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ControlRemappingEntry_C \ +static_assert(alignof(UWBP_ControlRemappingEntry_C) == 0x000008, "Wrong alignment on UWBP_ControlRemappingEntry_C"); \ +static_assert(sizeof(UWBP_ControlRemappingEntry_C) == 0x0002C8, "Wrong size on UWBP_ControlRemappingEntry_C"); \ +static_assert(offsetof(UWBP_ControlRemappingEntry_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_ControlRemappingEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControlRemappingEntry_C, Recording) == 0x0002B8, "Member 'UWBP_ControlRemappingEntry_C::Recording' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ControlRemappingEntry_C, Image_325) == 0x0002C0, "Member 'UWBP_ControlRemappingEntry_C::Image_325' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenuTabButton_C_SetText \ +static_assert(alignof(WBP_DebugMenuTabButton_C_SetText) == 0x000004, "Wrong alignment on WBP_DebugMenuTabButton_C_SetText"); \ +static_assert(sizeof(WBP_DebugMenuTabButton_C_SetText) == 0x000008, "Wrong size on WBP_DebugMenuTabButton_C_SetText"); \ +static_assert(offsetof(WBP_DebugMenuTabButton_C_SetText, Text) == 0x000000, "Member 'WBP_DebugMenuTabButton_C_SetText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton \ +static_assert(alignof(WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton) == 0x000008, "Wrong alignment on WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton"); \ +static_assert(sizeof(WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton) == 0x000028, "Wrong size on WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton"); \ +static_assert(offsetof(WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton, EntryPoint) == 0x000000, "Member 'WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton, K2Node_CustomEvent_Text) == 0x000004, "Member 'WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'WBP_DebugMenuTabButton_C_ExecuteUbergraph_WBP_DebugMenuTabButton::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DebugMenuTabButton_C \ +static_assert(alignof(UWBP_DebugMenuTabButton_C) == 0x000008, "Wrong alignment on UWBP_DebugMenuTabButton_C"); \ +static_assert(sizeof(UWBP_DebugMenuTabButton_C) == 0x000280, "Wrong size on UWBP_DebugMenuTabButton_C"); \ +static_assert(offsetof(UWBP_DebugMenuTabButton_C, UberGraphFrame) == 0x000260, "Member 'UWBP_DebugMenuTabButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenuTabButton_C, WBP_MochiButton) == 0x000268, "Member 'UWBP_DebugMenuTabButton_C::WBP_MochiButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenuTabButton_C, TabClicked) == 0x000270, "Member 'UWBP_DebugMenuTabButton_C::TabClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenuButton_C_OnFocusReceived \ +static_assert(alignof(WBP_DebugMenuButton_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_DebugMenuButton_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_DebugMenuButton_C_OnFocusReceived) == 0x000268, "Wrong size on WBP_DebugMenuButton_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_DebugMenuButton_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_DebugMenuButton_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_DebugMenuButton_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_DebugMenuButton_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001B0, "Member 'WBP_DebugMenuButton_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenuButton_C_PreConstruct \ +static_assert(alignof(WBP_DebugMenuButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DebugMenuButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_DebugMenuButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_DebugMenuButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DebugMenuButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenuButton_C_Set_Debug_Command \ +static_assert(alignof(WBP_DebugMenuButton_C_Set_Debug_Command) == 0x000008, "Wrong alignment on WBP_DebugMenuButton_C_Set_Debug_Command"); \ +static_assert(sizeof(WBP_DebugMenuButton_C_Set_Debug_Command) == 0x000030, "Wrong size on WBP_DebugMenuButton_C_Set_Debug_Command"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_Set_Debug_Command, DebugCommand_0) == 0x000000, "Member 'WBP_DebugMenuButton_C_Set_Debug_Command::DebugCommand_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton \ +static_assert(alignof(WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton) == 0x000008, "Wrong alignment on WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton"); \ +static_assert(sizeof(WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton) == 0x000038, "Wrong size on WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton, EntryPoint) == 0x000000, "Member 'WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton, K2Node_CustomEvent_DebugCommand) == 0x000008, "Member 'WBP_DebugMenuButton_C_ExecuteUbergraph_WBP_DebugMenuButton::K2Node_CustomEvent_DebugCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DebugMenuButton_C \ +static_assert(alignof(UWBP_DebugMenuButton_C) == 0x000008, "Wrong alignment on UWBP_DebugMenuButton_C"); \ +static_assert(sizeof(UWBP_DebugMenuButton_C) == 0x0002B0, "Wrong size on UWBP_DebugMenuButton_C"); \ +static_assert(offsetof(UWBP_DebugMenuButton_C, UberGraphFrame) == 0x000260, "Member 'UWBP_DebugMenuButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenuButton_C, WBP_MochiButton) == 0x000268, "Member 'UWBP_DebugMenuButton_C::WBP_MochiButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenuButton_C, Data) == 0x000270, "Member 'UWBP_DebugMenuButton_C::Data' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenuButton_C, IsActive) == 0x000278, "Member 'UWBP_DebugMenuButton_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DebugMenuButton_C, DebugCommand) == 0x000280, "Member 'UWBP_DebugMenuButton_C::DebugCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin \ +static_assert(alignof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin) == 0x000008, "Wrong alignment on BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin"); \ +static_assert(sizeof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin) == 0x000038, "Wrong size on BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, EntryPoint) == 0x000000, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, CallFunc_GetAttachParentActor_ReturnValue) == 0x000008, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, K2Node_DynamicCast_AsBP_Rot_Character) == 0x000010, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::K2Node_DynamicCast_AsBP_Rot_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, CallFunc_GetAttachParentActor_ReturnValue_1) == 0x000020, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::CallFunc_GetAttachParentActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, K2Node_DynamicCast_AsBP_Rot_Character_1) == 0x000028, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::K2Node_DynamicCast_AsBP_Rot_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CM_DeluxeRotSkin_C_ExecuteUbergraph_BP_CM_DeluxeRotSkin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_DeluxeRotSkin_C \ +static_assert(alignof(ABP_CM_DeluxeRotSkin_C) == 0x000008, "Wrong alignment on ABP_CM_DeluxeRotSkin_C"); \ +static_assert(sizeof(ABP_CM_DeluxeRotSkin_C) == 0x000248, "Wrong size on ABP_CM_DeluxeRotSkin_C"); \ +static_assert(offsetof(ABP_CM_DeluxeRotSkin_C, UberGraphFrame) == 0x000238, "Member 'ABP_CM_DeluxeRotSkin_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CM_DeluxeRotSkin_C, P_GoldRot) == 0x000240, "Member 'ABP_CM_DeluxeRotSkin_C::P_GoldRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Acorn_C \ +static_assert(alignof(ABP_CM_Hat_Acorn_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Acorn_C"); \ +static_assert(sizeof(ABP_CM_Hat_Acorn_C) == 0x000240, "Wrong size on ABP_CM_Hat_Acorn_C"); \ +static_assert(offsetof(ABP_CM_Hat_Acorn_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Acorn_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_AdiraMask_C \ +static_assert(alignof(ABP_CM_Hat_AdiraMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_AdiraMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_AdiraMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_AdiraMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_AdiraMask_C, mask) == 0x000238, "Member 'ABP_CM_Hat_AdiraMask_C::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Archer_C \ +static_assert(alignof(ABP_CM_Hat_Archer_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Archer_C"); \ +static_assert(sizeof(ABP_CM_Hat_Archer_C) == 0x000240, "Wrong size on ABP_CM_Hat_Archer_C"); \ +static_assert(offsetof(ABP_CM_Hat_Archer_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Archer_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Autumn_C \ +static_assert(alignof(ABP_CM_Hat_Autumn_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Autumn_C"); \ +static_assert(sizeof(ABP_CM_Hat_Autumn_C) == 0x000240, "Wrong size on ABP_CM_Hat_Autumn_C"); \ +static_assert(offsetof(ABP_CM_Hat_Autumn_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Autumn_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Bear_C \ +static_assert(alignof(ABP_CM_Hat_Bear_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Bear_C"); \ +static_assert(sizeof(ABP_CM_Hat_Bear_C) == 0x000240, "Wrong size on ABP_CM_Hat_Bear_C"); \ +static_assert(offsetof(ABP_CM_Hat_Bear_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Bear_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_BeniMask_C \ +static_assert(alignof(ABP_CM_Hat_BeniMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_BeniMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_BeniMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_BeniMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_BeniMask_C, mask) == 0x000238, "Member 'ABP_CM_Hat_BeniMask_C::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Beret_C \ +static_assert(alignof(ABP_CM_Hat_Beret_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Beret_C"); \ +static_assert(sizeof(ABP_CM_Hat_Beret_C) == 0x000240, "Wrong size on ABP_CM_Hat_Beret_C"); \ +static_assert(offsetof(ABP_CM_Hat_Beret_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Beret_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_BirdsNest_C \ +static_assert(alignof(ABP_CM_Hat_BirdsNest_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_BirdsNest_C"); \ +static_assert(sizeof(ABP_CM_Hat_BirdsNest_C) == 0x000240, "Wrong size on ABP_CM_Hat_BirdsNest_C"); \ +static_assert(offsetof(ABP_CM_Hat_BirdsNest_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_BirdsNest_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Bowl_C \ +static_assert(alignof(ABP_CM_Hat_Bowl_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Bowl_C"); \ +static_assert(sizeof(ABP_CM_Hat_Bowl_C) == 0x000240, "Wrong size on ABP_CM_Hat_Bowl_C"); \ +static_assert(offsetof(ABP_CM_Hat_Bowl_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Bowl_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Bunny_C \ +static_assert(alignof(ABP_CM_Hat_Bunny_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Bunny_C"); \ +static_assert(sizeof(ABP_CM_Hat_Bunny_C) == 0x000240, "Wrong size on ABP_CM_Hat_Bunny_C"); \ +static_assert(offsetof(ABP_CM_Hat_Bunny_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Bunny_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Butterfly_C \ +static_assert(alignof(ABP_CM_Hat_Butterfly_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Butterfly_C"); \ +static_assert(sizeof(ABP_CM_Hat_Butterfly_C) == 0x000240, "Wrong size on ABP_CM_Hat_Butterfly_C"); \ +static_assert(offsetof(ABP_CM_Hat_Butterfly_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Butterfly_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PatrolPoint_C \ +static_assert(alignof(ABP_PatrolPoint_C) == 0x000008, "Wrong alignment on ABP_PatrolPoint_C"); \ +static_assert(sizeof(ABP_PatrolPoint_C) == 0x000228, "Wrong size on ABP_PatrolPoint_C"); \ + +#define DUMPER7_ASSERTS_EQContext_Player_C_ProvideSingleActor \ +static_assert(alignof(EQContext_Player_C_ProvideSingleActor) == 0x000008, "Wrong alignment on EQContext_Player_C_ProvideSingleActor"); \ +static_assert(sizeof(EQContext_Player_C_ProvideSingleActor) == 0x000028, "Wrong size on EQContext_Player_C_ProvideSingleActor"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EQContext_Player_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EQContext_Player_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EQContext_Player_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleActor, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'EQContext_Player_C_ProvideSingleActor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleActor, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'EQContext_Player_C_ProvideSingleActor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EQContext_Player_C_ProvideSingleLocation \ +static_assert(alignof(EQContext_Player_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQContext_Player_C_ProvideSingleLocation"); \ +static_assert(sizeof(EQContext_Player_C_ProvideSingleLocation) == 0x000040, "Wrong size on EQContext_Player_C_ProvideSingleLocation"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQContext_Player_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQContext_Player_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQContext_Player_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleLocation, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'EQContext_Player_C_ProvideSingleLocation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleLocation, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'EQContext_Player_C_ProvideSingleLocation::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQContext_Player_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'EQContext_Player_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEQContext_Player_C \ +static_assert(alignof(UEQContext_Player_C) == 0x000008, "Wrong alignment on UEQContext_Player_C"); \ +static_assert(sizeof(UEQContext_Player_C) == 0x000030, "Wrong size on UEQContext_Player_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Chef_C \ +static_assert(alignof(ABP_CM_Hat_Chef_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Chef_C"); \ +static_assert(sizeof(ABP_CM_Hat_Chef_C) == 0x000240, "Wrong size on ABP_CM_Hat_Chef_C"); \ +static_assert(offsetof(ABP_CM_Hat_Chef_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Chef_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DecayStatusEffect_C_ReceiveEndPlay \ +static_assert(alignof(BP_DecayStatusEffect_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_DecayStatusEffect_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_DecayStatusEffect_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_DecayStatusEffect_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_DecayStatusEffect_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DecayStatusEffect_C_Initialize \ +static_assert(alignof(BP_DecayStatusEffect_C_Initialize) == 0x000008, "Wrong alignment on BP_DecayStatusEffect_C_Initialize"); \ +static_assert(sizeof(BP_DecayStatusEffect_C_Initialize) == 0x000010, "Wrong size on BP_DecayStatusEffect_C_Initialize"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_Initialize, EffectInstigator_0) == 0x000000, "Member 'BP_DecayStatusEffect_C_Initialize::EffectInstigator_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_Initialize, EffectCauser_0) == 0x000008, "Member 'BP_DecayStatusEffect_C_Initialize::EffectCauser_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect \ +static_assert(alignof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect) == 0x000008, "Wrong alignment on BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect"); \ +static_assert(sizeof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect) == 0x000268, "Wrong size on BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, EntryPoint) == 0x000000, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_DynamicCast_AsDamageable) == 0x000018, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_DynamicCast_AsDamageable' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_Event_EndPlayReason) == 0x000039, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_Event_EffectInstigator) == 0x000048, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_Event_EffectInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_Event_EffectCauser) == 0x000050, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_Event_EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_GetTotalStrength_TotalStrength) == 0x000064, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_GetTotalStrength_TotalStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_MakeStruct_DamageParams) == 0x00006C, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_MakeStruct_DamageParams' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, K2Node_MakeStruct_MochiDamageEvent) == 0x000150, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::K2Node_MakeStruct_MochiDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect, CallFunc_HandleDamage_ReturnValue) == 0x000260, "Member 'BP_DecayStatusEffect_C_ExecuteUbergraph_BP_DecayStatusEffect::CallFunc_HandleDamage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DecayStatusEffect_C \ +static_assert(alignof(UBP_DecayStatusEffect_C) == 0x000010, "Wrong alignment on UBP_DecayStatusEffect_C"); \ +static_assert(sizeof(UBP_DecayStatusEffect_C) == 0x000280, "Wrong size on UBP_DecayStatusEffect_C"); \ +static_assert(offsetof(UBP_DecayStatusEffect_C, UberGraphFrame_BP_DecayStatusEffect_C) == 0x000260, "Member 'UBP_DecayStatusEffect_C::UberGraphFrame_BP_DecayStatusEffect_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_DecayStatusEffect_C, DamageRate) == 0x000268, "Member 'UBP_DecayStatusEffect_C::DamageRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_DecayStatusEffect_C, Timer) == 0x000270, "Member 'UBP_DecayStatusEffect_C::Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_RemoveEffectFromUser \ +static_assert(alignof(StatusEffectBase_C_RemoveEffectFromUser) == 0x000008, "Wrong alignment on StatusEffectBase_C_RemoveEffectFromUser"); \ +static_assert(sizeof(StatusEffectBase_C_RemoveEffectFromUser) == 0x000020, "Wrong size on StatusEffectBase_C_RemoveEffectFromUser"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveEffectFromUser, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'StatusEffectBase_C_RemoveEffectFromUser::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveEffectFromUser, CallFunc_GetObjectClass_ReturnValue) == 0x000008, "Member 'StatusEffectBase_C_RemoveEffectFromUser::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveEffectFromUser, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'StatusEffectBase_C_RemoveEffectFromUser::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveEffectFromUser, CallFunc_RemoveStatusEffect_ReturnValue) == 0x000018, "Member 'StatusEffectBase_C_RemoveEffectFromUser::CallFunc_RemoveStatusEffect_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveEffectFromUser, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'StatusEffectBase_C_RemoveEffectFromUser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_RemoveStacks \ +static_assert(alignof(StatusEffectBase_C_RemoveStacks) == 0x000008, "Wrong alignment on StatusEffectBase_C_RemoveStacks"); \ +static_assert(sizeof(StatusEffectBase_C_RemoveStacks) == 0x000018, "Wrong size on StatusEffectBase_C_RemoveStacks"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveStacks, Count) == 0x000000, "Member 'StatusEffectBase_C_RemoveStacks::Count' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveStacks, Source) == 0x000008, "Member 'StatusEffectBase_C_RemoveStacks::Source' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveStacks, RemovedStatusEffect) == 0x000010, "Member 'StatusEffectBase_C_RemoveStacks::RemovedStatusEffect' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveStacks, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000011, "Member 'StatusEffectBase_C_RemoveStacks::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_RemoveStacks, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'StatusEffectBase_C_RemoveStacks::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_RefreshLifetime \ +static_assert(alignof(StatusEffectBase_C_RefreshLifetime) == 0x000004, "Wrong alignment on StatusEffectBase_C_RefreshLifetime"); \ +static_assert(sizeof(StatusEffectBase_C_RefreshLifetime) == 0x000004, "Wrong size on StatusEffectBase_C_RefreshLifetime"); \ +static_assert(offsetof(StatusEffectBase_C_RefreshLifetime, CallFunc_GetTimeSeconds_ReturnValue) == 0x000000, "Member 'StatusEffectBase_C_RefreshLifetime::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_UpdateLifetimeTimer \ +static_assert(alignof(StatusEffectBase_C_UpdateLifetimeTimer) == 0x000004, "Wrong alignment on StatusEffectBase_C_UpdateLifetimeTimer"); \ +static_assert(sizeof(StatusEffectBase_C_UpdateLifetimeTimer) == 0x00000C, "Wrong size on StatusEffectBase_C_UpdateLifetimeTimer"); \ +static_assert(offsetof(StatusEffectBase_C_UpdateLifetimeTimer, CallFunc_GetTimeSeconds_ReturnValue) == 0x000000, "Member 'StatusEffectBase_C_UpdateLifetimeTimer::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_UpdateLifetimeTimer, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'StatusEffectBase_C_UpdateLifetimeTimer::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_UpdateLifetimeTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'StatusEffectBase_C_UpdateLifetimeTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_UpdateLifetimeTimer, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'StatusEffectBase_C_UpdateLifetimeTimer::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_GetLifetimePercent \ +static_assert(alignof(StatusEffectBase_C_GetLifetimePercent) == 0x000004, "Wrong alignment on StatusEffectBase_C_GetLifetimePercent"); \ +static_assert(sizeof(StatusEffectBase_C_GetLifetimePercent) == 0x000014, "Wrong size on StatusEffectBase_C_GetLifetimePercent"); \ +static_assert(offsetof(StatusEffectBase_C_GetLifetimePercent, Percent) == 0x000000, "Member 'StatusEffectBase_C_GetLifetimePercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetLifetimePercent, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'StatusEffectBase_C_GetLifetimePercent::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetLifetimePercent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'StatusEffectBase_C_GetLifetimePercent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetLifetimePercent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'StatusEffectBase_C_GetLifetimePercent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetLifetimePercent, CallFunc_FMin_ReturnValue) == 0x000010, "Member 'StatusEffectBase_C_GetLifetimePercent::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_CreateAndAttachVisual \ +static_assert(alignof(StatusEffectBase_C_CreateAndAttachVisual) == 0x000010, "Wrong alignment on StatusEffectBase_C_CreateAndAttachVisual"); \ +static_assert(sizeof(StatusEffectBase_C_CreateAndAttachVisual) == 0x000090, "Wrong size on StatusEffectBase_C_CreateAndAttachVisual"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, Owner) == 0x000000, "Member 'StatusEffectBase_C_CreateAndAttachVisual::Owner' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, EffectTarget_0) == 0x000008, "Member 'StatusEffectBase_C_CreateAndAttachVisual::EffectTarget_0' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, Class_0) == 0x000010, "Member 'StatusEffectBase_C_CreateAndAttachVisual::Class_0' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000050, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_FinishSpawningActor_ReturnValue) == 0x000058, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, K2Node_DynamicCast_AsStatus_Effect_Visual_Base) == 0x000060, "Member 'StatusEffectBase_C_CreateAndAttachVisual::K2Node_DynamicCast_AsStatus_Effect_Visual_Base' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'StatusEffectBase_C_CreateAndAttachVisual::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000080, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_CreateAndAttachVisual, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'StatusEffectBase_C_CreateAndAttachVisual::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_UpdateVisual \ +static_assert(alignof(StatusEffectBase_C_UpdateVisual) == 0x000008, "Wrong alignment on StatusEffectBase_C_UpdateVisual"); \ +static_assert(sizeof(StatusEffectBase_C_UpdateVisual) == 0x000008, "Wrong size on StatusEffectBase_C_UpdateVisual"); \ +static_assert(offsetof(StatusEffectBase_C_UpdateVisual, Source) == 0x000000, "Member 'StatusEffectBase_C_UpdateVisual::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_AddStacks \ +static_assert(alignof(StatusEffectBase_C_AddStacks) == 0x000008, "Wrong alignment on StatusEffectBase_C_AddStacks"); \ +static_assert(sizeof(StatusEffectBase_C_AddStacks) == 0x000018, "Wrong size on StatusEffectBase_C_AddStacks"); \ +static_assert(offsetof(StatusEffectBase_C_AddStacks, Count) == 0x000000, "Member 'StatusEffectBase_C_AddStacks::Count' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_AddStacks, Source) == 0x000008, "Member 'StatusEffectBase_C_AddStacks::Source' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_AddStacks, CallFunc_GetTimeSeconds_ReturnValue) == 0x000010, "Member 'StatusEffectBase_C_AddStacks::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_AddStacks, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'StatusEffectBase_C_AddStacks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_ReceiveEndPlay \ +static_assert(alignof(StatusEffectBase_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on StatusEffectBase_C_ReceiveEndPlay"); \ +static_assert(sizeof(StatusEffectBase_C_ReceiveEndPlay) == 0x000001, "Wrong size on StatusEffectBase_C_ReceiveEndPlay"); \ +static_assert(offsetof(StatusEffectBase_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'StatusEffectBase_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_ReceiveTick \ +static_assert(alignof(StatusEffectBase_C_ReceiveTick) == 0x000004, "Wrong alignment on StatusEffectBase_C_ReceiveTick"); \ +static_assert(sizeof(StatusEffectBase_C_ReceiveTick) == 0x000004, "Wrong size on StatusEffectBase_C_ReceiveTick"); \ +static_assert(offsetof(StatusEffectBase_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'StatusEffectBase_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_Initialize \ +static_assert(alignof(StatusEffectBase_C_Initialize) == 0x000008, "Wrong alignment on StatusEffectBase_C_Initialize"); \ +static_assert(sizeof(StatusEffectBase_C_Initialize) == 0x000010, "Wrong size on StatusEffectBase_C_Initialize"); \ +static_assert(offsetof(StatusEffectBase_C_Initialize, EffectInstigator_0) == 0x000000, "Member 'StatusEffectBase_C_Initialize::EffectInstigator_0' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_Initialize, EffectCauser_0) == 0x000008, "Member 'StatusEffectBase_C_Initialize::EffectCauser_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase \ +static_assert(alignof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase) == 0x000008, "Wrong alignment on StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase"); \ +static_assert(sizeof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase) == 0x000030, "Wrong size on StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, EntryPoint) == 0x000000, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, K2Node_Event_EndPlayReason) == 0x000004, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, K2Node_Event_EffectInstigator) == 0x000010, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::K2Node_Event_EffectInstigator' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, K2Node_Event_EffectCauser) == 0x000018, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::K2Node_Event_EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, CallFunc_IsValidClass_ReturnValue) == 0x000020, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000021, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, CallFunc_GetTimeSeconds_ReturnValue) == 0x000024, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'StatusEffectBase_C_ExecuteUbergraph_StatusEffectBase::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectBase_C_GetTotalStrength \ +static_assert(alignof(StatusEffectBase_C_GetTotalStrength) == 0x000004, "Wrong alignment on StatusEffectBase_C_GetTotalStrength"); \ +static_assert(sizeof(StatusEffectBase_C_GetTotalStrength) == 0x000010, "Wrong size on StatusEffectBase_C_GetTotalStrength"); \ +static_assert(offsetof(StatusEffectBase_C_GetTotalStrength, TotalStrength) == 0x000000, "Member 'StatusEffectBase_C_GetTotalStrength::TotalStrength' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetTotalStrength, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000004, "Member 'StatusEffectBase_C_GetTotalStrength::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetTotalStrength, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'StatusEffectBase_C_GetTotalStrength::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectBase_C_GetTotalStrength, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'StatusEffectBase_C_GetTotalStrength::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatusEffectBase_C \ +static_assert(alignof(UStatusEffectBase_C) == 0x000010, "Wrong alignment on UStatusEffectBase_C"); \ +static_assert(sizeof(UStatusEffectBase_C) == 0x000260, "Wrong size on UStatusEffectBase_C"); \ +static_assert(offsetof(UStatusEffectBase_C, UberGraphFrame) == 0x000220, "Member 'UStatusEffectBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, StackCount) == 0x000228, "Member 'UStatusEffectBase_C::StackCount' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, Strength) == 0x00022C, "Member 'UStatusEffectBase_C::Strength' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, EffectTarget) == 0x000230, "Member 'UStatusEffectBase_C::EffectTarget' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, VisualClass) == 0x000238, "Member 'UStatusEffectBase_C::VisualClass' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, Visual) == 0x000240, "Member 'UStatusEffectBase_C::Visual' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, VisualAttachSocket) == 0x000248, "Member 'UStatusEffectBase_C::VisualAttachSocket' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, Lifetime) == 0x000250, "Member 'UStatusEffectBase_C::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, LifetimeStartTime) == 0x000254, "Member 'UStatusEffectBase_C::LifetimeStartTime' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, AddStacksRefreshLifetime) == 0x000258, "Member 'UStatusEffectBase_C::AddStacksRefreshLifetime' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffectBase_C, MultiplyStrengths) == 0x000259, "Member 'UStatusEffectBase_C::MultiplyStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot \ +static_assert(alignof(BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot) == 0x000004, "Wrong alignment on BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot"); \ +static_assert(sizeof(BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot) == 0x000004, "Wrong size on BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot"); \ +static_assert(offsetof(BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot, EntryPoint) == 0x000000, "Member 'BP_CouragePickupRot_C_ExecuteUbergraph_BP_CouragePickupRot::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CouragePickupRot_C \ +static_assert(alignof(ABP_CouragePickupRot_C) == 0x000008, "Wrong alignment on ABP_CouragePickupRot_C"); \ +static_assert(sizeof(ABP_CouragePickupRot_C) == 0x000278, "Wrong size on ABP_CouragePickupRot_C"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, UberGraphFrame) == 0x000228, "Member 'ABP_CouragePickupRot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotOwner) == 0x000230, "Member 'ABP_CouragePickupRot_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotPOI1) == 0x000238, "Member 'ABP_CouragePickupRot_C::RotPOI1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, Niagara) == 0x000240, "Member 'ABP_CouragePickupRot_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotPOI7) == 0x000248, "Member 'ABP_CouragePickupRot_C::RotPOI7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotPOI5) == 0x000250, "Member 'ABP_CouragePickupRot_C::RotPOI5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotPOI3) == 0x000258, "Member 'ABP_CouragePickupRot_C::RotPOI3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotPOI2) == 0x000260, "Member 'ABP_CouragePickupRot_C::RotPOI2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, RotPoofToPOI) == 0x000268, "Member 'ABP_CouragePickupRot_C::RotPoofToPOI' has a wrong offset!"); \ +static_assert(offsetof(ABP_CouragePickupRot_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_CouragePickupRot_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourcePickup_C_Landed \ +static_assert(alignof(BP_ResourcePickup_C_Landed) == 0x000004, "Wrong alignment on BP_ResourcePickup_C_Landed"); \ +static_assert(sizeof(BP_ResourcePickup_C_Landed) == 0x000088, "Wrong size on BP_ResourcePickup_C_Landed"); \ +static_assert(offsetof(BP_ResourcePickup_C_Landed, Hit) == 0x000000, "Member 'BP_ResourcePickup_C_Landed::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourcePickup_C_PickedUp \ +static_assert(alignof(BP_ResourcePickup_C_PickedUp) == 0x000008, "Wrong alignment on BP_ResourcePickup_C_PickedUp"); \ +static_assert(sizeof(BP_ResourcePickup_C_PickedUp) == 0x000008, "Wrong size on BP_ResourcePickup_C_PickedUp"); \ +static_assert(offsetof(BP_ResourcePickup_C_PickedUp, Gatherer) == 0x000000, "Member 'BP_ResourcePickup_C_PickedUp::Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourcePickup_C_ReceiveTick \ +static_assert(alignof(BP_ResourcePickup_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ResourcePickup_C_ReceiveTick"); \ +static_assert(sizeof(BP_ResourcePickup_C_ReceiveTick) == 0x000004, "Wrong size on BP_ResourcePickup_C_ReceiveTick"); \ +static_assert(offsetof(BP_ResourcePickup_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ResourcePickup_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup \ +static_assert(alignof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup) == 0x000008, "Wrong alignment on BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup"); \ +static_assert(sizeof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup) == 0x0000E0, "Wrong size on BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, EntryPoint) == 0x000000, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, Temp_bool_Has_Been_Initd_Variable_1) == 0x000006, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, K2Node_Event_Hit) == 0x000008, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, K2Node_Event_Gatherer) == 0x000090, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::K2Node_Event_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_SpawnHapticFeedbackAtLocation_ReturnValue) == 0x0000A4, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_SpawnHapticFeedbackAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0000B8, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, K2Node_Event_DeltaSeconds) == 0x0000C0, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_GetLifeSpan_ReturnValue) == 0x0000C4, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_GetLifeSpan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, Temp_bool_IsClosed_Variable_1) == 0x0000C8, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000C9, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000CC, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_MakeRotator_ReturnValue) == 0x0000D0, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000DC, "Member 'BP_ResourcePickup_C_ExecuteUbergraph_BP_ResourcePickup::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResourcePickup_C_GetSpawnCount \ +static_assert(alignof(BP_ResourcePickup_C_GetSpawnCount) == 0x000004, "Wrong alignment on BP_ResourcePickup_C_GetSpawnCount"); \ +static_assert(sizeof(BP_ResourcePickup_C_GetSpawnCount) == 0x000010, "Wrong size on BP_ResourcePickup_C_GetSpawnCount"); \ +static_assert(offsetof(BP_ResourcePickup_C_GetSpawnCount, ReturnValue) == 0x000000, "Member 'BP_ResourcePickup_C_GetSpawnCount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_GetSpawnCount, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'BP_ResourcePickup_C_GetSpawnCount::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_GetSpawnCount, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_ResourcePickup_C_GetSpawnCount::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ResourcePickup_C_GetSpawnCount, CallFunc_FTrunc_ReturnValue) == 0x00000C, "Member 'BP_ResourcePickup_C_GetSpawnCount::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ResourcePickup_C \ +static_assert(alignof(ABP_ResourcePickup_C) == 0x000008, "Wrong alignment on ABP_ResourcePickup_C"); \ +static_assert(sizeof(ABP_ResourcePickup_C) == 0x0003A8, "Wrong size on ABP_ResourcePickup_C"); \ +static_assert(offsetof(ABP_ResourcePickup_C, UberGraphFrame) == 0x000360, "Member 'ABP_ResourcePickup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, Sphere) == 0x000368, "Member 'ABP_ResourcePickup_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, FadeOutTimeline_Scale_A461C42A4653636E293B6089980B2351) == 0x000370, "Member 'ABP_ResourcePickup_C::FadeOutTimeline_Scale_A461C42A4653636E293B6089980B2351' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, FadeOutTimeline_EmissiveAmount_A461C42A4653636E293B6089980B2351) == 0x000374, "Member 'ABP_ResourcePickup_C::FadeOutTimeline_EmissiveAmount_A461C42A4653636E293B6089980B2351' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, FadeOutTimeline_DissolveAmount_A461C42A4653636E293B6089980B2351) == 0x000378, "Member 'ABP_ResourcePickup_C::FadeOutTimeline_DissolveAmount_A461C42A4653636E293B6089980B2351' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, FadeOutTimeline__Direction_A461C42A4653636E293B6089980B2351) == 0x00037C, "Member 'ABP_ResourcePickup_C::FadeOutTimeline__Direction_A461C42A4653636E293B6089980B2351' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, FadeOutTimeline) == 0x000380, "Member 'ABP_ResourcePickup_C::FadeOutTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, ResourceAmountToParticleCount) == 0x000388, "Member 'ABP_ResourcePickup_C::ResourceAmountToParticleCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, GatherParticlesTimer) == 0x000390, "Member 'ABP_ResourcePickup_C::GatherParticlesTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, GatherParticlesTime) == 0x000398, "Member 'ABP_ResourcePickup_C::GatherParticlesTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, HasLanded) == 0x00039C, "Member 'ABP_ResourcePickup_C::HasLanded' has a wrong offset!"); \ +static_assert(offsetof(ABP_ResourcePickup_C, FadeOutTimeLeft) == 0x0003A0, "Member 'ABP_ResourcePickup_C::FadeOutTimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Cap_C \ +static_assert(alignof(ABP_CM_Hat_Cap_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Cap_C"); \ +static_assert(sizeof(ABP_CM_Hat_Cap_C) == 0x000240, "Wrong size on ABP_CM_Hat_Cap_C"); \ +static_assert(offsetof(ABP_CM_Hat_Cap_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Cap_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Crown_C \ +static_assert(alignof(ABP_CM_Hat_Crown_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Crown_C"); \ +static_assert(sizeof(ABP_CM_Hat_Crown_C) == 0x000240, "Wrong size on ABP_CM_Hat_Crown_C"); \ +static_assert(offsetof(ABP_CM_Hat_Crown_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Crown_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Detective_C \ +static_assert(alignof(ABP_CM_Hat_Detective_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Detective_C"); \ +static_assert(sizeof(ABP_CM_Hat_Detective_C) == 0x000240, "Wrong size on ABP_CM_Hat_Detective_C"); \ +static_assert(offsetof(ABP_CM_Hat_Detective_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Detective_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Dino_C \ +static_assert(alignof(ABP_CM_Hat_Dino_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Dino_C"); \ +static_assert(sizeof(ABP_CM_Hat_Dino_C) == 0x000240, "Wrong size on ABP_CM_Hat_Dino_C"); \ +static_assert(offsetof(ABP_CM_Hat_Dino_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Dino_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Eggshell_C \ +static_assert(alignof(ABP_CM_Hat_Eggshell_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Eggshell_C"); \ +static_assert(sizeof(ABP_CM_Hat_Eggshell_C) == 0x000240, "Wrong size on ABP_CM_Hat_Eggshell_C"); \ +static_assert(offsetof(ABP_CM_Hat_Eggshell_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Eggshell_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Elephant_C \ +static_assert(alignof(ABP_CM_Hat_Elephant_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Elephant_C"); \ +static_assert(sizeof(ABP_CM_Hat_Elephant_C) == 0x000240, "Wrong size on ABP_CM_Hat_Elephant_C"); \ +static_assert(offsetof(ABP_CM_Hat_Elephant_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Elephant_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Elf_C \ +static_assert(alignof(ABP_CM_Hat_Elf_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Elf_C"); \ +static_assert(sizeof(ABP_CM_Hat_Elf_C) == 0x000240, "Wrong size on ABP_CM_Hat_Elf_C"); \ +static_assert(offsetof(ABP_CM_Hat_Elf_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Elf_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectVisualBase_C_OnAddStacks \ +static_assert(alignof(StatusEffectVisualBase_C_OnAddStacks) == 0x000008, "Wrong alignment on StatusEffectVisualBase_C_OnAddStacks"); \ +static_assert(sizeof(StatusEffectVisualBase_C_OnAddStacks) == 0x000020, "Wrong size on StatusEffectVisualBase_C_OnAddStacks"); \ +static_assert(offsetof(StatusEffectVisualBase_C_OnAddStacks, Count) == 0x000000, "Member 'StatusEffectVisualBase_C_OnAddStacks::Count' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectVisualBase_C_OnAddStacks, Source) == 0x000008, "Member 'StatusEffectVisualBase_C_OnAddStacks::Source' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectVisualBase_C_OnAddStacks, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'StatusEffectVisualBase_C_OnAddStacks::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectVisualBase_C_OnAddStacks, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000014, "Member 'StatusEffectVisualBase_C_OnAddStacks::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectVisualBase_C_OnAddStacks, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'StatusEffectVisualBase_C_OnAddStacks::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectVisualBase_C_SetScale \ +static_assert(alignof(StatusEffectVisualBase_C_SetScale) == 0x000004, "Wrong alignment on StatusEffectVisualBase_C_SetScale"); \ +static_assert(sizeof(StatusEffectVisualBase_C_SetScale) == 0x000004, "Wrong size on StatusEffectVisualBase_C_SetScale"); \ +static_assert(offsetof(StatusEffectVisualBase_C_SetScale, Scale) == 0x000000, "Member 'StatusEffectVisualBase_C_SetScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase \ +static_assert(alignof(StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase) == 0x000004, "Wrong alignment on StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase"); \ +static_assert(sizeof(StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase) == 0x000004, "Wrong size on StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase"); \ +static_assert(offsetof(StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase, EntryPoint) == 0x000000, "Member 'StatusEffectVisualBase_C_ExecuteUbergraph_StatusEffectVisualBase::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStatusEffectVisualBase_C \ +static_assert(alignof(AStatusEffectVisualBase_C) == 0x000008, "Wrong alignment on AStatusEffectVisualBase_C"); \ +static_assert(sizeof(AStatusEffectVisualBase_C) == 0x000240, "Wrong size on AStatusEffectVisualBase_C"); \ +static_assert(offsetof(AStatusEffectVisualBase_C, UberGraphFrame) == 0x000228, "Member 'AStatusEffectVisualBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AStatusEffectVisualBase_C, DefaultSceneRoot) == 0x000230, "Member 'AStatusEffectVisualBase_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AStatusEffectVisualBase_C, MaxStacksForVisual) == 0x000238, "Member 'AStatusEffectVisualBase_C::MaxStacksForVisual' has a wrong offset!"); \ +static_assert(offsetof(AStatusEffectVisualBase_C, StackPercent) == 0x00023C, "Member 'AStatusEffectVisualBase_C::StackPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotPulse_C_GetCurrentRadius \ +static_assert(alignof(BP_RotPulse_C_GetCurrentRadius) == 0x000004, "Wrong alignment on BP_RotPulse_C_GetCurrentRadius"); \ +static_assert(sizeof(BP_RotPulse_C_GetCurrentRadius) == 0x000020, "Wrong size on BP_RotPulse_C_GetCurrentRadius"); \ +static_assert(offsetof(BP_RotPulse_C_GetCurrentRadius, ReturnValue) == 0x000000, "Member 'BP_RotPulse_C_GetCurrentRadius::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPulse_C_GetCurrentRadius, CallFunc_GetActorScale3D_ReturnValue) == 0x000004, "Member 'BP_RotPulse_C_GetCurrentRadius::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPulse_C_GetCurrentRadius, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_RotPulse_C_GetCurrentRadius::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPulse_C_GetCurrentRadius, CallFunc_BreakVector_Y) == 0x000014, "Member 'BP_RotPulse_C_GetCurrentRadius::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPulse_C_GetCurrentRadius, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_RotPulse_C_GetCurrentRadius::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_RotPulse_C_GetCurrentRadius, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_RotPulse_C_GetCurrentRadius::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotPulse_C \ +static_assert(alignof(ABP_RotPulse_C) == 0x000008, "Wrong alignment on ABP_RotPulse_C"); \ +static_assert(sizeof(ABP_RotPulse_C) == 0x000268, "Wrong size on ABP_RotPulse_C"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Fox_C \ +static_assert(alignof(ABP_CM_Hat_Fox_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Fox_C"); \ +static_assert(sizeof(ABP_CM_Hat_Fox_C) == 0x000240, "Wrong size on ABP_CM_Hat_Fox_C"); \ +static_assert(offsetof(ABP_CM_Hat_Fox_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Fox_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPulseData \ +static_assert(alignof(FPulseData) == 0x000004, "Wrong alignment on FPulseData"); \ +static_assert(sizeof(FPulseData) == 0x000014, "Wrong size on FPulseData"); \ +static_assert(offsetof(FPulseData, MinRadius_13_B91229FF4AB366A8079026A0E76E575F) == 0x000000, "Member 'FPulseData::MinRadius_13_B91229FF4AB366A8079026A0E76E575F' has a wrong offset!"); \ +static_assert(offsetof(FPulseData, MaxRadius_14_267CC9C44669A017569999A2776AB2C4) == 0x000004, "Member 'FPulseData::MaxRadius_14_267CC9C44669A017569999A2776AB2C4' has a wrong offset!"); \ +static_assert(offsetof(FPulseData, MinDuration_15_6778EB994157F75B698AFFB25274D172) == 0x000008, "Member 'FPulseData::MinDuration_15_6778EB994157F75B698AFFB25274D172' has a wrong offset!"); \ +static_assert(offsetof(FPulseData, MaxDuration_16_03D300EB463DD6F43EF1E0984D7C5BDE) == 0x00000C, "Member 'FPulseData::MaxDuration_16_03D300EB463DD6F43EF1E0984D7C5BDE' has a wrong offset!"); \ +static_assert(offsetof(FPulseData, MaxChargeDuration_17_7ABD76F645863C77658403A84954CFBC) == 0x000010, "Member 'FPulseData::MaxChargeDuration_17_7ABD76F645863C77658403A84954CFBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Halo_C \ +static_assert(alignof(ABP_CM_Hat_Halo_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Halo_C"); \ +static_assert(sizeof(ABP_CM_Hat_Halo_C) == 0x000240, "Wrong size on ABP_CM_Hat_Halo_C"); \ +static_assert(offsetof(ABP_CM_Hat_Halo_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Halo_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_HanaMask_C \ +static_assert(alignof(ABP_CM_Hat_HanaMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_HanaMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_HanaMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_HanaMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_HanaMask_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_HanaMask_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_HunterMask_C \ +static_assert(alignof(ABP_CM_Hat_HunterMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_HunterMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_HunterMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_HunterMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_HunterMask_C, mask) == 0x000238, "Member 'ABP_CM_Hat_HunterMask_C::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_JackOLantern_C \ +static_assert(alignof(ABP_CM_Hat_JackOLantern_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_JackOLantern_C"); \ +static_assert(sizeof(ABP_CM_Hat_JackOLantern_C) == 0x000240, "Wrong size on ABP_CM_Hat_JackOLantern_C"); \ +static_assert(offsetof(ABP_CM_Hat_JackOLantern_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_JackOLantern_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_HandleInputActionEvent \ +static_assert(alignof(BP_PlayWithRotManualState_C_HandleInputActionEvent) == 0x000008, "Wrong alignment on BP_PlayWithRotManualState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_HandleInputActionEvent) == 0x000080, "Wrong size on BP_PlayWithRotManualState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_MakeLiteralByte_ReturnValue) == 0x000003, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000008, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_TryPlayFidget_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_TryPlayFidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_TryPlayFidget_ReturnValue_1) == 0x000030, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_TryPlayFidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_TryPlayFidget_ReturnValue_2) == 0x000048, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_TryPlayFidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_GetComponentOnController_ReturnValue) == 0x000060, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000078, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputActionEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000079, "Member 'BP_PlayWithRotManualState_C_HandleInputActionEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_TryPlayFidget \ +static_assert(alignof(BP_PlayWithRotManualState_C_TryPlayFidget) == 0x000004, "Wrong alignment on BP_PlayWithRotManualState_C_TryPlayFidget"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_TryPlayFidget) == 0x000008, "Wrong size on BP_PlayWithRotManualState_C_TryPlayFidget"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_TryPlayFidget, Index_0) == 0x000000, "Member 'BP_PlayWithRotManualState_C_TryPlayFidget::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_TryPlayFidget, ReturnValue) == 0x000004, "Member 'BP_PlayWithRotManualState_C_TryPlayFidget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_TryPlayFidget, CallFunc_CanFidget_ReturnValue) == 0x000005, "Member 'BP_PlayWithRotManualState_C_TryPlayFidget::CallFunc_CanFidget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_CanFidgetWrapper \ +static_assert(alignof(BP_PlayWithRotManualState_C_CanFidgetWrapper) == 0x000001, "Wrong alignment on BP_PlayWithRotManualState_C_CanFidgetWrapper"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_CanFidgetWrapper) == 0x000002, "Wrong size on BP_PlayWithRotManualState_C_CanFidgetWrapper"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_CanFidgetWrapper, ReturnValue) == 0x000000, "Member 'BP_PlayWithRotManualState_C_CanFidgetWrapper::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_CanFidgetWrapper, CallFunc_CanFidget_ReturnValue) == 0x000001, "Member 'BP_PlayWithRotManualState_C_CanFidgetWrapper::CallFunc_CanFidget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_HandleInputStickEvent \ +static_assert(alignof(BP_PlayWithRotManualState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_PlayWithRotManualState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_HandleInputStickEvent) == 0x000090, "Wrong size on BP_PlayWithRotManualState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000012, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000028, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000040, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_HandleInputStickEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000088, "Member 'BP_PlayWithRotManualState_C_HandleInputStickEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_OnStart \ +static_assert(alignof(BP_PlayWithRotManualState_C_OnStart) == 0x000008, "Wrong alignment on BP_PlayWithRotManualState_C_OnStart"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_OnStart) == 0x000008, "Wrong size on BP_PlayWithRotManualState_C_OnStart"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PlayWithRotManualState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_OnEnd \ +static_assert(alignof(BP_PlayWithRotManualState_C_OnEnd) == 0x000008, "Wrong alignment on BP_PlayWithRotManualState_C_OnEnd"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_OnEnd) == 0x000008, "Wrong size on BP_PlayWithRotManualState_C_OnEnd"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_OnEnd, NextState) == 0x000000, "Member 'BP_PlayWithRotManualState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt \ +static_assert(alignof(BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt) == 0x000004, "Wrong alignment on BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt) == 0x000004, "Wrong size on BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt, Index_0) == 0x000000, "Member 'BP_PlayWithRotManualState_C_PlayFidgetAndRotEventAt::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState \ +static_assert(alignof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState) == 0x000008, "Wrong alignment on BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState) == 0x0000B0, "Wrong size on BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, EntryPoint) == 0x000000, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, K2Node_Event_PrevState) == 0x000018, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, K2Node_Event_NextState) == 0x000020, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_GetComponentOnController_ReturnValue) == 0x000028, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000030, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_AddButtonToLegend_ReturnValue) == 0x000038, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_AddButtonToLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_RemoveButtonFromLegend_ReturnValue) == 0x000039, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_RemoveButtonFromLegend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Array_Get_Item) == 0x00003C, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, K2Node_CustomEvent_Index) == 0x000058, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::K2Node_CustomEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Array_Get_Item_1) == 0x00005C, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_RemoveButtonFromLegend_ReturnValue_1) == 0x000068, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_RemoveButtonFromLegend_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_GetCharacter_ReturnValue) == 0x000070, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000078, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_AddButtonToLegendWithCheck_ReturnValue) == 0x000098, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_AddButtonToLegendWithCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000099, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Add_IntInt_ReturnValue_1) == 0x00009C, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x0000A0, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000A8, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState, CallFunc_PlayFidgetAndRotEvent_ReturnValue) == 0x0000A9, "Member 'BP_PlayWithRotManualState_C_ExecuteUbergraph_BP_PlayWithRotManualState::CallFunc_PlayFidgetAndRotEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotManualState_C_CanFidget \ +static_assert(alignof(BP_PlayWithRotManualState_C_CanFidget) == 0x000008, "Wrong alignment on BP_PlayWithRotManualState_C_CanFidget"); \ +static_assert(sizeof(BP_PlayWithRotManualState_C_CanFidget) == 0x000018, "Wrong size on BP_PlayWithRotManualState_C_CanFidget"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_CanFidget, ReturnValue) == 0x000000, "Member 'BP_PlayWithRotManualState_C_CanFidget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_CanFidget, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000008, "Member 'BP_PlayWithRotManualState_C_CanFidget::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_CanFidget, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000010, "Member 'BP_PlayWithRotManualState_C_CanFidget::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotManualState_C_CanFidget, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_PlayWithRotManualState_C_CanFidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PlayWithRotManualState_C \ +static_assert(alignof(UBP_PlayWithRotManualState_C) == 0x000008, "Wrong alignment on UBP_PlayWithRotManualState_C"); \ +static_assert(sizeof(UBP_PlayWithRotManualState_C) == 0x000150, "Wrong size on UBP_PlayWithRotManualState_C"); \ +static_assert(offsetof(UBP_PlayWithRotManualState_C, UberGraphFrame_BP_PlayWithRotManualState_C) == 0x000130, "Member 'UBP_PlayWithRotManualState_C::UberGraphFrame_BP_PlayWithRotManualState_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_PlayWithRotManualState_C, FidgetButtonLegendKeys) == 0x000138, "Member 'UBP_PlayWithRotManualState_C::FidgetButtonLegendKeys' has a wrong offset!"); \ +static_assert(offsetof(UBP_PlayWithRotManualState_C, FidgetConfig) == 0x000148, "Member 'UBP_PlayWithRotManualState_C::FidgetConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_HandleInputStickEvent \ +static_assert(alignof(BP_PlayWithRotBaseState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_HandleInputStickEvent) == 0x000090, "Wrong size on BP_PlayWithRotBaseState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000011, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000012, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000028, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000040, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_HandleInputStickEvent, CallFunc_MochiEnsure_ReturnValue) == 0x000088, "Member 'BP_PlayWithRotBaseState_C_HandleInputStickEvent::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_IsGroundStatic_ \ +static_assert(alignof(BP_PlayWithRotBaseState_C_IsGroundStatic_) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_IsGroundStatic_"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_IsGroundStatic_) == 0x000148, "Wrong size on BP_PlayWithRotBaseState_C_IsGroundStatic_"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, StaticGround) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::StaticGround' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, Temp_object_Variable) == 0x000008, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_GetCharacter_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_LineTraceSingle_OutHit) == 0x000038, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_LineTraceSingle_ReturnValue) == 0x0000C0, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C1, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000C2, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_Time) == 0x0000C4, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_Distance) == 0x0000C8, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_Location) == 0x0000CC, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D8, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_Normal) == 0x0000E4, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F0, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_PhysMat) == 0x000100, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_HitActor) == 0x000108, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_HitComponent) == 0x000110, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_HitBoneName) == 0x000118, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_HitItem) == 0x000120, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_ElementIndex) == 0x000124, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_FaceIndex) == 0x000128, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_TraceStart) == 0x00012C, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_BreakHitResult_TraceEnd) == 0x000138, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_IsGroundStatic_, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000144, "Member 'BP_PlayWithRotBaseState_C_IsGroundStatic_::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_CanEnterState \ +static_assert(alignof(BP_PlayWithRotBaseState_C_CanEnterState) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_CanEnterState"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_CanEnterState) == 0x000060, "Wrong size on BP_PlayWithRotBaseState_C_CanEnterState"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, QueryState) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::QueryState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, ReturnValue) == 0x000008, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, K2Node_DynamicCast_AsKena_Character) == 0x000020, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetValue_OutValue) == 0x00002C, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetValue_ReturnValue) == 0x000030, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_IsInsidePlayWithRotBlockingVolume_ReturnValue) == 0x000031, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_IsInsidePlayWithRotBlockingVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000032, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetPhotoModeManager_ReturnValue) == 0x000038, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000040, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_IsPhotoModeEnabled_ReturnValue) == 0x000048, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_IsPhotoModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_IsInCombat_ReturnValue) == 0x000049, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004A, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_Not_PreBool_ReturnValue_2) == 0x00004B, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_IsGroundStatic__StaticGround) == 0x00004C, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_IsGroundStatic__StaticGround' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000050, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000058, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00005A, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_2) == 0x00005B, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_3) == 0x00005C, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_CanEnterState, CallFunc_BooleanAND_ReturnValue_4) == 0x00005D, "Member 'BP_PlayWithRotBaseState_C_CanEnterState::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_OnStart \ +static_assert(alignof(BP_PlayWithRotBaseState_C_OnStart) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_OnStart"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_OnStart) == 0x000008, "Wrong size on BP_PlayWithRotBaseState_C_OnStart"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_OnStart, PrevState) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_OnEnd \ +static_assert(alignof(BP_PlayWithRotBaseState_C_OnEnd) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_OnEnd"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_OnEnd) == 0x000008, "Wrong size on BP_PlayWithRotBaseState_C_OnEnd"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_OnEnd, NextState) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState \ +static_assert(alignof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState) == 0x000068, "Wrong size on BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, EntryPoint) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetCharacter_ReturnValue) == 0x000008, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetRotEventLocation_ReturnValue) == 0x000020, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetRotEventLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, K2Node_Event_NextState) == 0x000030, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetGlobalRotManager_ReturnValue_1) == 0x000038, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetGlobalRotManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetRotEventLocation_ReturnValue_1) == 0x000040, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetRotEventLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000050, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_StopCurrentFidget_ReturnValue) == 0x000058, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_StopCurrentFidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState, CallFunc_GetCharacter_ReturnValue_1) == 0x000060, "Member 'BP_PlayWithRotBaseState_C_ExecuteUbergraph_BP_PlayWithRotBaseState::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayWithRotBaseState_C_GetRotEventLocation \ +static_assert(alignof(BP_PlayWithRotBaseState_C_GetRotEventLocation) == 0x000008, "Wrong alignment on BP_PlayWithRotBaseState_C_GetRotEventLocation"); \ +static_assert(sizeof(BP_PlayWithRotBaseState_C_GetRotEventLocation) == 0x000068, "Wrong size on BP_PlayWithRotBaseState_C_GetRotEventLocation"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, ReturnValue) == 0x000000, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_GetCharacter_ReturnValue) == 0x000010, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_GetActorForwardVector_ReturnValue) == 0x000018, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000024, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000028, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_MakeVector_ReturnValue) == 0x000044, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayWithRotBaseState_C_GetRotEventLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00005C, "Member 'BP_PlayWithRotBaseState_C_GetRotEventLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PlayWithRotBaseState_C \ +static_assert(alignof(UBP_PlayWithRotBaseState_C) == 0x000008, "Wrong alignment on UBP_PlayWithRotBaseState_C"); \ +static_assert(sizeof(UBP_PlayWithRotBaseState_C) == 0x000130, "Wrong size on UBP_PlayWithRotBaseState_C"); \ +static_assert(offsetof(UBP_PlayWithRotBaseState_C, UberGraphFrame) == 0x000120, "Member 'UBP_PlayWithRotBaseState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PlayWithRotBaseState_C, RotEventDistanceFromKena) == 0x000128, "Member 'UBP_PlayWithRotBaseState_C::RotEventDistanceFromKena' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_SetAbsolutePositioning \ +static_assert(alignof(Ability_Parry_C_SetAbsolutePositioning) == 0x000010, "Wrong alignment on Ability_Parry_C_SetAbsolutePositioning"); \ +static_assert(sizeof(Ability_Parry_C_SetAbsolutePositioning) == 0x000100, "Wrong size on Ability_Parry_C_SetAbsolutePositioning"); \ +static_assert(offsetof(Ability_Parry_C_SetAbsolutePositioning, Component) == 0x000000, "Member 'Ability_Parry_C_SetAbsolutePositioning::Component' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_SetAbsolutePositioning, IsAbsolute) == 0x000008, "Member 'Ability_Parry_C_SetAbsolutePositioning::IsAbsolute' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_SetAbsolutePositioning, WorldTrans) == 0x000010, "Member 'Ability_Parry_C_SetAbsolutePositioning::WorldTrans' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_SetAbsolutePositioning, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000040, "Member 'Ability_Parry_C_SetAbsolutePositioning::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_SetAbsolutePositioning, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0000D0, "Member 'Ability_Parry_C_SetAbsolutePositioning::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_TryParry \ +static_assert(alignof(Ability_Parry_C_TryParry) == 0x000008, "Wrong alignment on Ability_Parry_C_TryParry"); \ +static_assert(sizeof(Ability_Parry_C_TryParry) == 0x000490, "Wrong size on Ability_Parry_C_TryParry"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, DamageEvent) == 0x000000, "Member 'Ability_Parry_C_TryParry::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, DidParry_0) == 0x000110, "Member 'Ability_Parry_C_TryParry::DidParry_0' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, ParryDamageEvent) == 0x000118, "Member 'Ability_Parry_C_TryParry::ParryDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, Parryable) == 0x000228, "Member 'Ability_Parry_C_TryParry::Parryable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, IncomingDamageEvent) == 0x000238, "Member 'Ability_Parry_C_TryParry::IncomingDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, CallFunc_CanBeParried_ReturnValue) == 0x000348, "Member 'Ability_Parry_C_TryParry::CallFunc_CanBeParried_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, CallFunc_BooleanAND_ReturnValue) == 0x000349, "Member 'Ability_Parry_C_TryParry::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, CallFunc_HandleParry_ReturnValue) == 0x00034A, "Member 'Ability_Parry_C_TryParry::CallFunc_HandleParry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, K2Node_DynamicCast_AsParryable) == 0x000350, "Member 'Ability_Parry_C_TryParry::K2Node_DynamicCast_AsParryable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, K2Node_DynamicCast_bSuccess) == 0x000360, "Member 'Ability_Parry_C_TryParry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, K2Node_DynamicCast_AsParryable_1) == 0x000368, "Member 'Ability_Parry_C_TryParry::K2Node_DynamicCast_AsParryable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, K2Node_DynamicCast_bSuccess_1) == 0x000378, "Member 'Ability_Parry_C_TryParry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, CallFunc_CanBeParried_ReturnValue_1) == 0x000379, "Member 'Ability_Parry_C_TryParry::CallFunc_CanBeParried_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, CallFunc_CanBeParried_ReturnValue_2) == 0x00037A, "Member 'Ability_Parry_C_TryParry::CallFunc_CanBeParried_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_TryParry, K2Node_MakeStruct_MochiDamageEvent) == 0x000380, "Member 'Ability_Parry_C_TryParry::K2Node_MakeStruct_MochiDamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_OnEndChanneling \ +static_assert(alignof(Ability_Parry_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_Parry_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_Parry_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_Parry_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_Parry_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_Parry_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_HandleParrySuccess \ +static_assert(alignof(Ability_Parry_C_HandleParrySuccess) == 0x000008, "Wrong alignment on Ability_Parry_C_HandleParrySuccess"); \ +static_assert(sizeof(Ability_Parry_C_HandleParrySuccess) == 0x000220, "Wrong size on Ability_Parry_C_HandleParrySuccess"); \ +static_assert(offsetof(Ability_Parry_C_HandleParrySuccess, IncomingDamageEvent) == 0x000000, "Member 'Ability_Parry_C_HandleParrySuccess::IncomingDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_HandleParrySuccess, ParryDamageEvent) == 0x000110, "Member 'Ability_Parry_C_HandleParrySuccess::ParryDamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_HandleAchievementProgress \ +static_assert(alignof(Ability_Parry_C_HandleAchievementProgress) == 0x000008, "Wrong alignment on Ability_Parry_C_HandleAchievementProgress"); \ +static_assert(sizeof(Ability_Parry_C_HandleAchievementProgress) == 0x000110, "Wrong size on Ability_Parry_C_HandleAchievementProgress"); \ +static_assert(offsetof(Ability_Parry_C_HandleAchievementProgress, DamageEvent) == 0x000000, "Member 'Ability_Parry_C_HandleAchievementProgress::DamageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_ExecuteUbergraph_Ability_Parry \ +static_assert(alignof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry) == 0x000008, "Wrong alignment on Ability_Parry_C_ExecuteUbergraph_Ability_Parry"); \ +static_assert(sizeof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry) == 0x000610, "Wrong size on Ability_Parry_C_ExecuteUbergraph_Ability_Parry"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, EntryPoint) == 0x000000, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_Event_Reason) == 0x000010, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_CustomEvent_IncomingDamageEvent) == 0x000018, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_CustomEvent_IncomingDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_CustomEvent_ParryDamageEvent) == 0x000128, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_CustomEvent_ParryDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000238, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_MakeArray_Array) == 0x000248, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_CreateDelegate_OutputDelegate) == 0x000258, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, Temp_int_Variable) == 0x000268, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00026C, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetAttachParentActor_ReturnValue) == 0x000270, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_AsCourage_Handler) == 0x000278, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_AsCourage_Handler' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_bSuccess) == 0x000288, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, Temp_delegate_Variable) == 0x00028C, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, Temp_struct_Variable) == 0x0002A0, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, Temp_delegate_Variable_1) == 0x0002B0, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_PostEvent_ReturnValue) == 0x0002C0, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, Temp_struct_Variable_1) == 0x0002C8, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_PostEvent_ReturnValue_1) == 0x0002D8, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetTimeSeconds_ReturnValue) == 0x0002DC, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0002E0, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000368, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_SpawnExplosionWithIgnoreActors_ReturnValue) == 0x000370, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_SpawnExplosionWithIgnoreActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_AsExplosion_Parry_Shockwave) == 0x000378, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_AsExplosion_Parry_Shockwave' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_bSuccess_1) == 0x000380, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_RemovePlayerTimeDilation_ReturnValue) == 0x000381, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_RemovePlayerTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetParryCourageReward_Courage) == 0x000384, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetParryCourageReward_Courage' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_Add_IntInt_ReturnValue) == 0x000388, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetGlobalAchievementManager_ReturnValue) == 0x000390, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetGlobalAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_CustomEvent_DamageEvent) == 0x000398, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_CustomEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_MakeStruct_LookForwardContext) == 0x0004A8, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_MakeStruct_LookForwardContext' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetAttachParentActor_ReturnValue_1) == 0x0004E0, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetAttachParentActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_AsBP_Kena_Character) == 0x0004E8, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_AsBP_Kena_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_bSuccess_2) == 0x0004F0, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004F4, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetInstigator_ReturnValue) == 0x000500, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_FindLookAtRotation_ReturnValue) == 0x000508, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_AsCharacter) == 0x000518, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, K2Node_DynamicCast_bSuccess_3) == 0x000520, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_BreakRotator_Roll) == 0x000524, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_BreakRotator_Pitch) == 0x000528, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_BreakRotator_Yaw) == 0x00052C, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_MakeRotator_ReturnValue) == 0x000530, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetComponentBounds_Origin) == 0x00053C, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetComponentBounds_BoxExtent) == 0x000548, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_GetComponentBounds_SphereRadius) == 0x000554, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000558, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_BreakVector_X) == 0x00055C, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_BreakVector_Y) == 0x000560, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_BreakVector_Z) == 0x000564, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000568, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_Add_FloatFloat_ReturnValue) == 0x00056C, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_MakeVector_ReturnValue) == 0x000570, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000580, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_ExecuteUbergraph_Ability_Parry, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000588, "Member 'Ability_Parry_C_ExecuteUbergraph_Ability_Parry::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_GetParryCourageReward \ +static_assert(alignof(Ability_Parry_C_GetParryCourageReward) == 0x000008, "Wrong alignment on Ability_Parry_C_GetParryCourageReward"); \ +static_assert(sizeof(Ability_Parry_C_GetParryCourageReward) == 0x000020, "Wrong size on Ability_Parry_C_GetParryCourageReward"); \ +static_assert(offsetof(Ability_Parry_C_GetParryCourageReward, Courage) == 0x000000, "Member 'Ability_Parry_C_GetParryCourageReward::Courage' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_GetParryCourageReward, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Ability_Parry_C_GetParryCourageReward::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_GetParryCourageReward, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Ability_Parry_C_GetParryCourageReward::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_GetParryCourageReward, CallFunc_HasItem_ReturnValue) == 0x000018, "Member 'Ability_Parry_C_GetParryCourageReward::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_GetParryCourageReward, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'Ability_Parry_C_GetParryCourageReward::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_Parry_C_CanActivateAbility \ +static_assert(alignof(Ability_Parry_C_CanActivateAbility) == 0x000001, "Wrong alignment on Ability_Parry_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_Parry_C_CanActivateAbility) == 0x000006, "Wrong size on Ability_Parry_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_Parry_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_Parry_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_CanActivateAbility, CallFunc_HasInventoryItem_ReturnValue) == 0x000001, "Member 'Ability_Parry_C_CanActivateAbility::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_CanActivateAbility, CallFunc_HasInventoryItem_ReturnValue_1) == 0x000002, "Member 'Ability_Parry_C_CanActivateAbility::CallFunc_HasInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000003, "Member 'Ability_Parry_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'Ability_Parry_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_Parry_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'Ability_Parry_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_Parry_C \ +static_assert(alignof(AAbility_Parry_C) == 0x000010, "Wrong alignment on AAbility_Parry_C"); \ +static_assert(sizeof(AAbility_Parry_C) == 0x0004A0, "Wrong size on AAbility_Parry_C"); \ +static_assert(offsetof(AAbility_Parry_C, UberGraphFrame) == 0x000310, "Member 'AAbility_Parry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, FloorDecal) == 0x000318, "Member 'AAbility_Parry_C::FloorDecal' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, PointLight) == 0x000320, "Member 'AAbility_Parry_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, ExplosionSpawner) == 0x000328, "Member 'AAbility_Parry_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, DefaultSceneRoot) == 0x000330, "Member 'AAbility_Parry_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, TimeDilation_GlobalTD_BAC92F0C41CF8E405EA7B3B795C148B0) == 0x000338, "Member 'AAbility_Parry_C::TimeDilation_GlobalTD_BAC92F0C41CF8E405EA7B3B795C148B0' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, TimeDilation_PlayerTD_BAC92F0C41CF8E405EA7B3B795C148B0) == 0x00033C, "Member 'AAbility_Parry_C::TimeDilation_PlayerTD_BAC92F0C41CF8E405EA7B3B795C148B0' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, TimeDilation__Direction_BAC92F0C41CF8E405EA7B3B795C148B0) == 0x000340, "Member 'AAbility_Parry_C::TimeDilation__Direction_BAC92F0C41CF8E405EA7B3B795C148B0' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, TimeDilation) == 0x000348, "Member 'AAbility_Parry_C::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, LightFlash_LightValue_FF54F0764219B963FD26E4A9F921C680) == 0x000350, "Member 'AAbility_Parry_C::LightFlash_LightValue_FF54F0764219B963FD26E4A9F921C680' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, LightFlash__Direction_FF54F0764219B963FD26E4A9F921C680) == 0x000354, "Member 'AAbility_Parry_C::LightFlash__Direction_FF54F0764219B963FD26E4A9F921C680' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, LightFlash) == 0x000358, "Member 'AAbility_Parry_C::LightFlash' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, Timeline_1_TimeDilation_175CA5E041E17C3A850C32A207046D09) == 0x000360, "Member 'AAbility_Parry_C::Timeline_1_TimeDilation_175CA5E041E17C3A850C32A207046D09' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, Timeline_1__Direction_175CA5E041E17C3A850C32A207046D09) == 0x000364, "Member 'AAbility_Parry_C::Timeline_1__Direction_175CA5E041E17C3A850C32A207046D09' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, Timeline_1) == 0x000368, "Member 'AAbility_Parry_C::Timeline_1' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, ParryDamageParams) == 0x000370, "Member 'AAbility_Parry_C::ParryDamageParams' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, BalanceConfig) == 0x000450, "Member 'AAbility_Parry_C::BalanceConfig' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, OnParrySuccess) == 0x000458, "Member 'AAbility_Parry_C::OnParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, DidParry) == 0x000468, "Member 'AAbility_Parry_C::DidParry' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, SFX_Parry_Success) == 0x000470, "Member 'AAbility_Parry_C::SFX_Parry_Success' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, SFX_Parry_End) == 0x000478, "Member 'AAbility_Parry_C::SFX_Parry_End' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, DefaultCourageOnParry) == 0x000480, "Member 'AAbility_Parry_C::DefaultCourageOnParry' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, DecalMat) == 0x000488, "Member 'AAbility_Parry_C::DecalMat' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, DecalAnimDuration) == 0x000490, "Member 'AAbility_Parry_C::DecalAnimDuration' has a wrong offset!"); \ +static_assert(offsetof(AAbility_Parry_C, KillsThisParry) == 0x000494, "Member 'AAbility_Parry_C::KillsThisParry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryEndState_C_HandleInputStickEvent \ +static_assert(alignof(BP_ParryEndState_C_HandleInputStickEvent) == 0x000008, "Wrong alignment on BP_ParryEndState_C_HandleInputStickEvent"); \ +static_assert(sizeof(BP_ParryEndState_C_HandleInputStickEvent) == 0x000038, "Wrong size on BP_ParryEndState_C_HandleInputStickEvent"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, InputID) == 0x000000, "Member 'BP_ParryEndState_C_HandleInputStickEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, Values) == 0x000004, "Member 'BP_ParryEndState_C_HandleInputStickEvent::Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, DeltaTime) == 0x00000C, "Member 'BP_ParryEndState_C_HandleInputStickEvent::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, ReturnValue) == 0x000010, "Member 'BP_ParryEndState_C_HandleInputStickEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, CallFunc_GetMochiAnimInstance_ReturnValue) == 0x000018, "Member 'BP_ParryEndState_C_HandleInputStickEvent::CallFunc_GetMochiAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_ParryEndState_C_HandleInputStickEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_ParryEndState_C_HandleInputStickEvent::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ParryEndState_C_HandleInputStickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleInputStickEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BP_ParryEndState_C_HandleInputStickEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryEndState_C_HandleAnimEvent \ +static_assert(alignof(BP_ParryEndState_C_HandleAnimEvent) == 0x000008, "Wrong alignment on BP_ParryEndState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_ParryEndState_C_HandleAnimEvent) == 0x000030, "Wrong size on BP_ParryEndState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_ParryEndState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_ParryEndState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleAnimEvent, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000010, "Member 'BP_ParryEndState_C_HandleAnimEvent::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_ParryEndState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleAnimEvent, CallFunc_FindAbilityByClass_ReturnValue) == 0x000020, "Member 'BP_ParryEndState_C_HandleAnimEvent::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_HandleAnimEvent, CallFunc_Complete_ReturnValue) == 0x000028, "Member 'BP_ParryEndState_C_HandleAnimEvent::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryEndState_C_OnStart \ +static_assert(alignof(BP_ParryEndState_C_OnStart) == 0x000008, "Wrong alignment on BP_ParryEndState_C_OnStart"); \ +static_assert(sizeof(BP_ParryEndState_C_OnStart) == 0x000008, "Wrong size on BP_ParryEndState_C_OnStart"); \ +static_assert(offsetof(BP_ParryEndState_C_OnStart, PrevState) == 0x000000, "Member 'BP_ParryEndState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryEndState_C_OnEnd \ +static_assert(alignof(BP_ParryEndState_C_OnEnd) == 0x000008, "Wrong alignment on BP_ParryEndState_C_OnEnd"); \ +static_assert(sizeof(BP_ParryEndState_C_OnEnd) == 0x000008, "Wrong size on BP_ParryEndState_C_OnEnd"); \ +static_assert(offsetof(BP_ParryEndState_C_OnEnd, NextState) == 0x000000, "Member 'BP_ParryEndState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryEndState_C_Update \ +static_assert(alignof(BP_ParryEndState_C_Update) == 0x000004, "Wrong alignment on BP_ParryEndState_C_Update"); \ +static_assert(sizeof(BP_ParryEndState_C_Update) == 0x000004, "Wrong size on BP_ParryEndState_C_Update"); \ +static_assert(offsetof(BP_ParryEndState_C_Update, DeltaTime) == 0x000000, "Member 'BP_ParryEndState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState \ +static_assert(alignof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState) == 0x000008, "Wrong alignment on BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState"); \ +static_assert(sizeof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState) == 0x000090, "Wrong size on BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, EntryPoint) == 0x000000, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue) == 0x000005, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_IsInputBuffered_ReturnValue) == 0x000006, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_1) == 0x000007, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_2) == 0x000008, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_3) == 0x000009, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, K2Node_Event_PrevState) == 0x000010, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, K2Node_Event_NextState) == 0x000018, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, K2Node_Event_DeltaTime) == 0x000020, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_GetComponentOnController_ReturnValue) == 0x000028, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_PollActions_ReturnValue) == 0x000030, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_PollActions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_4) == 0x000044, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_5) == 0x000045, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000048, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_6) == 0x000050, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_FindAbilityByClass_ReturnValue) == 0x000058, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_FindAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_Complete_ReturnValue) == 0x000060, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, Temp_int_Array_Index_Variable) == 0x000064, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, K2Node_SwitchEnum_CmpSuccess) == 0x000069, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_7) == 0x00006A, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_GetComponentOnController_ReturnValue_1) == 0x000078, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_GetComponentOnController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_ChangeStateTo_ReturnValue_8) == 0x000080, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_ChangeStateTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_HasItem_ReturnValue) == 0x000081, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_HasItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000082, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState, CallFunc_GetComponentOnController_ReturnValue_2) == 0x000088, "Member 'BP_ParryEndState_C_ExecuteUbergraph_BP_ParryEndState::CallFunc_GetComponentOnController_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ParryEndState_C \ +static_assert(alignof(UBP_ParryEndState_C) == 0x000008, "Wrong alignment on UBP_ParryEndState_C"); \ +static_assert(sizeof(UBP_ParryEndState_C) == 0x000130, "Wrong size on UBP_ParryEndState_C"); \ +static_assert(offsetof(UBP_ParryEndState_C, UberGraphFrame) == 0x000120, "Member 'UBP_ParryEndState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ParryEndState_C, FallbackCompleteTime) == 0x000128, "Member 'UBP_ParryEndState_C::FallbackCompleteTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_ParryEndState_C, NewVar_0) == 0x00012C, "Member 'UBP_ParryEndState_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_ReturnRotPip \ +static_assert(alignof(Projectile_RotHammer_C_ReturnRotPip) == 0x000008, "Wrong alignment on Projectile_RotHammer_C_ReturnRotPip"); \ +static_assert(sizeof(Projectile_RotHammer_C_ReturnRotPip) == 0x000050, "Wrong size on Projectile_RotHammer_C_ReturnRotPip"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, OutRots) == 0x000000, "Member 'Projectile_RotHammer_C_ReturnRotPip::OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_GetNumRots_ReturnValue) == 0x000010, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_GetNumRots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000018, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_ReturnRotPip_FromRotOwner_CastInput) == 0x000028, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_ReturnRotPip_FromRotOwner_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_ReturnRotPip_OutRots) == 0x000038, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_ReturnRotPip_ReturnValue) == 0x000048, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_ReturnRotPip_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReturnRotPip, CallFunc_MochiEnsure_ReturnValue) == 0x000049, "Member 'Projectile_RotHammer_C_ReturnRotPip::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_OnPostFire \ +static_assert(alignof(Projectile_RotHammer_C_OnPostFire) == 0x000004, "Wrong alignment on Projectile_RotHammer_C_OnPostFire"); \ +static_assert(sizeof(Projectile_RotHammer_C_OnPostFire) == 0x00000C, "Wrong size on Projectile_RotHammer_C_OnPostFire"); \ +static_assert(offsetof(Projectile_RotHammer_C_OnPostFire, wsForce) == 0x000000, "Member 'Projectile_RotHammer_C_OnPostFire::wsForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature \ +static_assert(alignof(Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000008, "Wrong alignment on Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(sizeof(Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature) == 0x000120, "Wrong size on Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature"); \ +static_assert(offsetof(Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageResult) == 0x000000, "Member 'Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, DamageEvent) == 0x000008, "Member 'Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature, OtherActor) == 0x000118, "Member 'Projectile_RotHammer_C_BndEvt__DamageDealer_K2Node_ComponentBoundEvent_0_DamageHandleAttempt__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_ReceiveHit \ +static_assert(alignof(Projectile_RotHammer_C_ReceiveHit) == 0x000008, "Wrong alignment on Projectile_RotHammer_C_ReceiveHit"); \ +static_assert(sizeof(Projectile_RotHammer_C_ReceiveHit) == 0x0000C8, "Wrong size on Projectile_RotHammer_C_ReceiveHit"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, MyComp) == 0x000000, "Member 'Projectile_RotHammer_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, Other) == 0x000008, "Member 'Projectile_RotHammer_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, OtherComp) == 0x000010, "Member 'Projectile_RotHammer_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'Projectile_RotHammer_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'Projectile_RotHammer_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, HitNormal) == 0x000028, "Member 'Projectile_RotHammer_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'Projectile_RotHammer_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveHit, Hit) == 0x000040, "Member 'Projectile_RotHammer_C_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_ReceiveEndPlay \ +static_assert(alignof(Projectile_RotHammer_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Projectile_RotHammer_C_ReceiveEndPlay"); \ +static_assert(sizeof(Projectile_RotHammer_C_ReceiveEndPlay) == 0x000001, "Wrong size on Projectile_RotHammer_C_ReceiveEndPlay"); \ +static_assert(offsetof(Projectile_RotHammer_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Projectile_RotHammer_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer \ +static_assert(alignof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer) == 0x000008, "Wrong alignment on Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer"); \ +static_assert(sizeof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer) == 0x000318, "Wrong size on Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, EntryPoint) == 0x000000, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, Temp_struct_Variable) == 0x000008, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, Temp_delegate_Variable) == 0x000018, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, Temp_struct_Variable_1) == 0x000028, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, Temp_delegate_Variable_1) == 0x000038, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, Temp_int_Array_Index_Variable) == 0x000048, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_wsForce) == 0x00004C, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_wsForce' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000064, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000070, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00007C, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_VSizeSquared_ReturnValue) == 0x000080, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000084, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_ComponentBoundEvent_DamageResult) == 0x000085, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_ComponentBoundEvent_DamageResult' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_ComponentBoundEvent_DamageEvent) == 0x000088, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_ComponentBoundEvent_DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_ComponentBoundEvent_OtherActor) == 0x000198, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001A0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001A4, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_SpawnExplosion_ReturnValue) == 0x0001B0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_PostEventAtLocation_ReturnValue) == 0x0001B8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_CanExplode_ReturnValue) == 0x0001BC, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_CanExplode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_CanExplode_ReturnValue_1) == 0x0001BD, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_CanExplode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_MyComp) == 0x0001C0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_Other) == 0x0001C8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_OtherComp) == 0x0001D0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_bSelfMoved) == 0x0001D8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_HitLocation) == 0x0001DC, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_HitNormal) == 0x0001E8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_NormalImpulse) == 0x0001F4, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_Hit) == 0x000200, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_DisableHitboxGroup_ReturnValue) == 0x000288, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_DisableHitboxGroup_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_EnableHitboxGroup_ReturnValue) == 0x000289, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_EnableHitboxGroup_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_CreateDelegate_OutputDelegate) == 0x00028C, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_CreateDelegate_OutputDelegate_1) == 0x00029C, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0002B0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0002B8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, Temp_int_Loop_Counter_Variable) == 0x0002C0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_Add_IntInt_ReturnValue) == 0x0002C4, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_PostEvent_ReturnValue) == 0x0002C8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_PostEvent_ReturnValue_1) == 0x0002CC, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_GetWaterInteractor_ReturnValue) == 0x0002D0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_GetWaterInteractor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_ReturnRotPip_OutRots) == 0x0002D8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_ReturnRotPip_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_Array_Get_Item) == 0x0002E8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_Array_Length_ReturnValue) == 0x0002F0, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_Less_IntInt_ReturnValue) == 0x0002F4, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_SplashAtCurrentLocation_ReturnValue) == 0x0002F8, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_SplashAtCurrentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_IsInWaterVolume_ReturnValue) == 0x000300, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_IsInWaterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, K2Node_Event_EndPlayReason) == 0x000301, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer, CallFunc_ReturnRotPip_OutRots_1) == 0x000308, "Member 'Projectile_RotHammer_C_ExecuteUbergraph_Projectile_RotHammer::CallFunc_ReturnRotPip_OutRots_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Projectile_RotHammer_C_CanExplode \ +static_assert(alignof(Projectile_RotHammer_C_CanExplode) == 0x000001, "Wrong alignment on Projectile_RotHammer_C_CanExplode"); \ +static_assert(sizeof(Projectile_RotHammer_C_CanExplode) == 0x000003, "Wrong size on Projectile_RotHammer_C_CanExplode"); \ +static_assert(offsetof(Projectile_RotHammer_C_CanExplode, ReturnValue) == 0x000000, "Member 'Projectile_RotHammer_C_CanExplode::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_CanExplode, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'Projectile_RotHammer_C_CanExplode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Projectile_RotHammer_C_CanExplode, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'Projectile_RotHammer_C_CanExplode::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProjectile_RotHammer_C \ +static_assert(alignof(AProjectile_RotHammer_C) == 0x000008, "Wrong alignment on AProjectile_RotHammer_C"); \ +static_assert(sizeof(AProjectile_RotHammer_C) == 0x000398, "Wrong size on AProjectile_RotHammer_C"); \ +static_assert(offsetof(AProjectile_RotHammer_C, UberGraphFrame) == 0x000320, "Member 'AProjectile_RotHammer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, MochiAudio) == 0x000328, "Member 'AProjectile_RotHammer_C::MochiAudio' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, MochiWaterInteractor) == 0x000330, "Member 'AProjectile_RotHammer_C::MochiWaterInteractor' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, PointTrailRenderer) == 0x000338, "Member 'AProjectile_RotHammer_C::PointTrailRenderer' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, SplineTrail) == 0x000340, "Member 'AProjectile_RotHammer_C::SplineTrail' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, RotTeleportToOwner) == 0x000348, "Member 'AProjectile_RotHammer_C::RotTeleportToOwner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, Hitbox) == 0x000350, "Member 'AProjectile_RotHammer_C::Hitbox' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, ExplosionSpawner) == 0x000358, "Member 'AProjectile_RotHammer_C::ExplosionSpawner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, Niagara) == 0x000360, "Member 'AProjectile_RotHammer_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, RotOwner) == 0x000368, "Member 'AProjectile_RotHammer_C::RotOwner' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, FireLocation) == 0x000370, "Member 'AProjectile_RotHammer_C::FireLocation' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, MaxDistanceToExplode) == 0x00037C, "Member 'AProjectile_RotHammer_C::MaxDistanceToExplode' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, MaxDistSquared) == 0x000380, "Member 'AProjectile_RotHammer_C::MaxDistSquared' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, HasExploded) == 0x000384, "Member 'AProjectile_RotHammer_C::HasExploded' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, EnableDamageDelay) == 0x000388, "Member 'AProjectile_RotHammer_C::EnableDamageDelay' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, TrailRadius) == 0x00038C, "Member 'AProjectile_RotHammer_C::TrailRadius' has a wrong offset!"); \ +static_assert(offsetof(AProjectile_RotHammer_C, TrailLifetime) == 0x000390, "Member 'AProjectile_RotHammer_C::TrailLifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_RhinoBeetle_C \ +static_assert(alignof(ABP_CM_Hat_RhinoBeetle_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_RhinoBeetle_C"); \ +static_assert(sizeof(ABP_CM_Hat_RhinoBeetle_C) == 0x000240, "Wrong size on ABP_CM_Hat_RhinoBeetle_C"); \ +static_assert(offsetof(ABP_CM_Hat_RhinoBeetle_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_RhinoBeetle_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_RotFlower_C \ +static_assert(alignof(ABP_CM_Hat_RotFlower_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_RotFlower_C"); \ +static_assert(sizeof(ABP_CM_Hat_RotFlower_C) == 0x000240, "Wrong size on ABP_CM_Hat_RotFlower_C"); \ +static_assert(offsetof(ABP_CM_Hat_RotFlower_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_RotFlower_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Rusu_C \ +static_assert(alignof(ABP_CM_Hat_Rusu_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Rusu_C"); \ +static_assert(sizeof(ABP_CM_Hat_Rusu_C) == 0x000240, "Wrong size on ABP_CM_Hat_Rusu_C"); \ +static_assert(offsetof(ABP_CM_Hat_Rusu_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Rusu_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_ShamanMask_C \ +static_assert(alignof(ABP_CM_Hat_ShamanMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_ShamanMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_ShamanMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_ShamanMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_ShamanMask_C, mask) == 0x000238, "Member 'ABP_CM_Hat_ShamanMask_C::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Skull_C \ +static_assert(alignof(ABP_CM_Hat_Skull_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Skull_C"); \ +static_assert(sizeof(ABP_CM_Hat_Skull_C) == 0x000240, "Wrong size on ABP_CM_Hat_Skull_C"); \ +static_assert(offsetof(ABP_CM_Hat_Skull_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Skull_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Squash_C \ +static_assert(alignof(ABP_CM_Hat_Squash_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Squash_C"); \ +static_assert(sizeof(ABP_CM_Hat_Squash_C) == 0x000240, "Wrong size on ABP_CM_Hat_Squash_C"); \ +static_assert(offsetof(ABP_CM_Hat_Squash_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Squash_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Star_C \ +static_assert(alignof(ABP_CM_Hat_Star_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Star_C"); \ +static_assert(sizeof(ABP_CM_Hat_Star_C) == 0x000240, "Wrong size on ABP_CM_Hat_Star_C"); \ +static_assert(offsetof(ABP_CM_Hat_Star_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Star_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Stegausorus_C \ +static_assert(alignof(ABP_CM_Hat_Stegausorus_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Stegausorus_C"); \ +static_assert(sizeof(ABP_CM_Hat_Stegausorus_C) == 0x000240, "Wrong size on ABP_CM_Hat_Stegausorus_C"); \ +static_assert(offsetof(ABP_CM_Hat_Stegausorus_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Stegausorus_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Raindeer_C \ +static_assert(alignof(ABP_CM_Hat_Raindeer_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Raindeer_C"); \ +static_assert(sizeof(ABP_CM_Hat_Raindeer_C) == 0x000240, "Wrong size on ABP_CM_Hat_Raindeer_C"); \ +static_assert(offsetof(ABP_CM_Hat_Raindeer_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Raindeer_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Sun_C \ +static_assert(alignof(ABP_CM_Hat_Sun_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Sun_C"); \ +static_assert(sizeof(ABP_CM_Hat_Sun_C) == 0x000240, "Wrong size on ABP_CM_Hat_Sun_C"); \ +static_assert(offsetof(ABP_CM_Hat_Sun_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Sun_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Taro_C \ +static_assert(alignof(ABP_CM_Hat_Taro_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Taro_C"); \ +static_assert(sizeof(ABP_CM_Hat_Taro_C) == 0x000240, "Wrong size on ABP_CM_Hat_Taro_C"); \ +static_assert(offsetof(ABP_CM_Hat_Taro_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Taro_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_YellowMushroom_C \ +static_assert(alignof(ABP_CM_Hat_YellowMushroom_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_YellowMushroom_C"); \ +static_assert(sizeof(ABP_CM_Hat_YellowMushroom_C) == 0x000240, "Wrong size on ABP_CM_Hat_YellowMushroom_C"); \ +static_assert(offsetof(ABP_CM_Hat_YellowMushroom_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_YellowMushroom_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_ZajuMask_C \ +static_assert(alignof(ABP_CM_Hat_ZajuMask_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_ZajuMask_C"); \ +static_assert(sizeof(ABP_CM_Hat_ZajuMask_C) == 0x000240, "Wrong size on ABP_CM_Hat_ZajuMask_C"); \ +static_assert(offsetof(ABP_CM_Hat_ZajuMask_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_ZajuMask_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Zebra_C \ +static_assert(alignof(ABP_CM_Hat_Zebra_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Zebra_C"); \ +static_assert(sizeof(ABP_CM_Hat_Zebra_C) == 0x000240, "Wrong size on ABP_CM_Hat_Zebra_C"); \ +static_assert(offsetof(ABP_CM_Hat_Zebra_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Zebra_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CM_Hat_Pirate_C \ +static_assert(alignof(ABP_CM_Hat_Pirate_C) == 0x000008, "Wrong alignment on ABP_CM_Hat_Pirate_C"); \ +static_assert(sizeof(ABP_CM_Hat_Pirate_C) == 0x000240, "Wrong size on ABP_CM_Hat_Pirate_C"); \ +static_assert(offsetof(ABP_CM_Hat_Pirate_C, StaticMesh) == 0x000238, "Member 'ABP_CM_Hat_Pirate_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer \ +static_assert(alignof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer) == 0x000010, "Wrong alignment on Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer) == 0x0000A0, "Wrong size on Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, Camera) == 0x000000, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::Camera' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, Temp_struct_Variable) == 0x000010, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, Temp_struct_Variable_1) == 0x000040, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, CallFunc_GetInstigator_ReturnValue) == 0x000078, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, CallFunc_FindComponentByName_ReturnValue) == 0x000080, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::CallFunc_FindComponentByName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, CallFunc_AddComponent_ReturnValue_1) == 0x000088, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000090, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000091, "Member 'Ability_DriveRotCloud_C_SpawnCameraAndSpringArmOnPlayer::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_CalculateConstrainedInput \ +static_assert(alignof(Ability_DriveRotCloud_C_CalculateConstrainedInput) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_CalculateConstrainedInput"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_CalculateConstrainedInput) == 0x0000B0, "Wrong size on Ability_DriveRotCloud_C_CalculateConstrainedInput"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, InDirection) == 0x000000, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::InDirection' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, InScale) == 0x00000C, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::InScale' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, Radius) == 0x000010, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::Radius' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, Direction) == 0x000014, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::Direction' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, Scale) == 0x000020, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::Scale' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000030, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_GetRotCloud_RotCloud) == 0x000040, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000054, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_VSize_ReturnValue) == 0x000060, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000064, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Less_FloatFloat_ReturnValue) == 0x000070, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Cross_VectorVector_ReturnValue) == 0x000074, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_ProjectVectorOnToVector_ReturnValue) == 0x000080, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_ProjectVectorOnToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Dot_VectorVector_ReturnValue) == 0x00008C, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000090, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_SelectVector_ReturnValue) == 0x000094, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_VSize_ReturnValue_1) == 0x0000A0, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CalculateConstrainedInput, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x0000A4, "Member 'Ability_DriveRotCloud_C_CalculateConstrainedInput::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_GetSummonLocation \ +static_assert(alignof(Ability_DriveRotCloud_C_GetSummonLocation) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_GetSummonLocation"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_GetSummonLocation) == 0x000078, "Wrong size on Ability_DriveRotCloud_C_GetSummonLocation"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, ReturnValue) == 0x000000, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_GetCameraRotation_ReturnValue) == 0x000024, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_GetForwardVector_ReturnValue) == 0x000030, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_BreakVector_X) == 0x00003C, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_BreakVector_Y) == 0x000040, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_BreakVector_Z) == 0x000044, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_Normal_ReturnValue) == 0x000054, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetSummonLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x00006C, "Member 'Ability_DriveRotCloud_C_GetSummonLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_SetRotsRagdollEnabled \ +static_assert(alignof(Ability_DriveRotCloud_C_SetRotsRagdollEnabled) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_SetRotsRagdollEnabled"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_SetRotsRagdollEnabled) == 0x000018, "Wrong size on Ability_DriveRotCloud_C_SetRotsRagdollEnabled"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SetRotsRagdollEnabled, Rot) == 0x000000, "Member 'Ability_DriveRotCloud_C_SetRotsRagdollEnabled::Rot' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SetRotsRagdollEnabled, Enabled) == 0x000010, "Member 'Ability_DriveRotCloud_C_SetRotsRagdollEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_SetStickValues \ +static_assert(alignof(Ability_DriveRotCloud_C_SetStickValues) == 0x000004, "Wrong alignment on Ability_DriveRotCloud_C_SetStickValues"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_SetStickValues) == 0x000010, "Wrong size on Ability_DriveRotCloud_C_SetStickValues"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SetStickValues, LeftValue) == 0x000000, "Member 'Ability_DriveRotCloud_C_SetStickValues::LeftValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_SetStickValues, RightValue) == 0x000008, "Member 'Ability_DriveRotCloud_C_SetStickValues::RightValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_ApplyMovementInput \ +static_assert(alignof(Ability_DriveRotCloud_C_ApplyMovementInput) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_ApplyMovementInput"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_ApplyMovementInput) == 0x000150, "Wrong size on Ability_DriveRotCloud_C_ApplyMovementInput"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_GetRotCloud_RotCloud) == 0x000000, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_GetRotCloud_RotCloud_1) == 0x000010, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_GetRotCloud_RotCloud_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_CalculateLocomotionValues_OutDirection) == 0x000018, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_CalculateLocomotionValues_OutDirection' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_CalculateLocomotionValues_OutScale) == 0x000024, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_CalculateLocomotionValues_OutScale' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_GetRotCloud_RotCloud_2) == 0x000028, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_GetRotCloud_RotCloud_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_VSize2DSquared_ReturnValue) == 0x000030, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_PopData_ReturnValue) == 0x000038, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_PopData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000110, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_BooleanAND_ReturnValue) == 0x000111, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_BreakVector2D_X) == 0x000114, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_BreakVector2D_Y) == 0x000118, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00011C, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_MakeVector2D_ReturnValue) == 0x000120, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_VSize2DSquared_ReturnValue_1) == 0x000128, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_VSize2DSquared_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_GetRotCloud_RotCloud_3) == 0x000130, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_GetRotCloud_RotCloud_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000138, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_CalculateLocomotionValues_OutDirection_1) == 0x00013C, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_CalculateLocomotionValues_OutDirection_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ApplyMovementInput, CallFunc_CalculateLocomotionValues_OutScale_1) == 0x000148, "Member 'Ability_DriveRotCloud_C_ApplyMovementInput::CallFunc_CalculateLocomotionValues_OutScale_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_CacheStatefulCameraInfo \ +static_assert(alignof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo) == 0x000010, "Wrong alignment on Ability_DriveRotCloud_C_CacheStatefulCameraInfo"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo) == 0x000070, "Wrong size on Ability_DriveRotCloud_C_CacheStatefulCameraInfo"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_GetRotCloud_RotCloud) == 0x000000, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_GetCameraLocation_ReturnValue) == 0x000018, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_GetCameraRotation_ReturnValue) == 0x000024, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_LineOfSightTo_ReturnValue) == 0x000030, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_LineOfSightTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CacheStatefulCameraInfo, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'Ability_DriveRotCloud_C_CacheStatefulCameraInfo::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_UpdateCamera \ +static_assert(alignof(Ability_DriveRotCloud_C_UpdateCamera) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_UpdateCamera"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_UpdateCamera) == 0x0000F8, "Wrong size on Ability_DriveRotCloud_C_UpdateCamera"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, DeltaTime) == 0x000000, "Member 'Ability_DriveRotCloud_C_UpdateCamera::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, PrevControlRot) == 0x000004, "Member 'Ability_DriveRotCloud_C_UpdateCamera::PrevControlRot' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, TargetYawRot) == 0x000010, "Member 'Ability_DriveRotCloud_C_UpdateCamera::TargetYawRot' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, Temp_bool_Variable) == 0x00001C, "Member 'Ability_DriveRotCloud_C_UpdateCamera::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetRotCloud_RotCloud) == 0x000028, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000030, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x00003C, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetSocketLocation_ReturnValue) == 0x000054, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakVector2D_X) == 0x000060, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakVector2D_Y) == 0x000064, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_Lerp_ReturnValue) == 0x000068, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, K2Node_Select_Default) == 0x00006C, "Member 'Ability_DriveRotCloud_C_UpdateCamera::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_VLerp_ReturnValue) == 0x000078, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000088, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetCameraLocation_ReturnValue) == 0x000090, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetInstigatorController_ReturnValue) == 0x0000A0, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetInstigatorController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000A8, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_GetControlRotation_ReturnValue) == 0x0000B4, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakRotator_Roll) == 0x0000C0, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakRotator_Pitch) == 0x0000C4, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakRotator_Yaw) == 0x0000C8, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_RInterpTo_ReturnValue) == 0x0000CC, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakRotator_Roll_1) == 0x0000D8, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakRotator_Pitch_1) == 0x0000DC, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_BreakRotator_Yaw_1) == 0x0000E0, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000E4, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_UpdateCamera, CallFunc_MakeRotator_ReturnValue) == 0x0000E8, "Member 'Ability_DriveRotCloud_C_UpdateCamera::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_GetStartLocation \ +static_assert(alignof(Ability_DriveRotCloud_C_GetStartLocation) == 0x000004, "Wrong alignment on Ability_DriveRotCloud_C_GetStartLocation"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_GetStartLocation) == 0x000048, "Wrong size on Ability_DriveRotCloud_C_GetStartLocation"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, ReturnValue) == 0x000000, "Member 'Ability_DriveRotCloud_C_GetStartLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x00000C, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_GetControlRotation_ReturnValue) == 0x000018, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_BreakRotator_Roll) == 0x000024, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_BreakRotator_Pitch) == 0x000028, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_BreakRotator_Yaw) == 0x00002C, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetStartLocation, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x00003C, "Member 'Ability_DriveRotCloud_C_GetStartLocation::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_OnBanish \ +static_assert(alignof(Ability_DriveRotCloud_C_OnBanish) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_OnBanish"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_OnBanish) == 0x000020, "Wrong size on Ability_DriveRotCloud_C_OnBanish"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_OnBanish, NewOwner) == 0x000000, "Member 'Ability_DriveRotCloud_C_OnBanish::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_OnBanish, OutRots) == 0x000010, "Member 'Ability_DriveRotCloud_C_OnBanish::OutRots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_OnEndChanneling \ +static_assert(alignof(Ability_DriveRotCloud_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_DriveRotCloud_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_DriveRotCloud_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_DriveRotCloud_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_ReceiveEndPlay \ +static_assert(alignof(Ability_DriveRotCloud_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Ability_DriveRotCloud_C_ReceiveEndPlay"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_ReceiveEndPlay) == 0x000001, "Wrong size on Ability_DriveRotCloud_C_ReceiveEndPlay"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Ability_DriveRotCloud_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_OnUpdateChanneling \ +static_assert(alignof(Ability_DriveRotCloud_C_OnUpdateChanneling) == 0x000004, "Wrong alignment on Ability_DriveRotCloud_C_OnUpdateChanneling"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_OnUpdateChanneling) == 0x000004, "Wrong size on Ability_DriveRotCloud_C_OnUpdateChanneling"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_OnUpdateChanneling, DeltaTime) == 0x000000, "Member 'Ability_DriveRotCloud_C_OnUpdateChanneling::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud \ +static_assert(alignof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud) == 0x0009E8, "Wrong size on Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, EntryPoint) == 0x000000, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_CustomEvent_NewOwner) == 0x000028, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_CustomEvent_NewOwner' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_CustomEvent_OutRots) == 0x000038, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_CustomEvent_OutRots' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Complete_ReturnValue) == 0x000048, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_CanApplyMovementInput_ReturnValue) == 0x000049, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_CanApplyMovementInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, Temp_object_Variable) == 0x000050, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_AsKena_Balance_Config) == 0x000058, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_AsKena_Balance_Config' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud) == 0x000068, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud_1) == 0x000070, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetGlobalCombatManager_ReturnValue) == 0x000078, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetGlobalCombatManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetGlobalCombatManager_ReturnValue_1) == 0x000080, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetGlobalCombatManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetInstigator_ReturnValue) == 0x000088, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetInstigator_ReturnValue_1) == 0x000090, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetInstigator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetController_ReturnValue_1) == 0x0000A0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000B0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, Temp_class_Variable) == 0x0000B8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud_2) == 0x0000C0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Map_Find_ReturnValue) == 0x0001A0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Banish_ReturnValue) == 0x0001A1, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Banish_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_Event_Reason) == 0x0001A2, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetGlobalPDSManager_ReturnValue) == 0x0001A8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetGlobalPDSManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetValue_OutValue) == 0x0001B0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetValue_ReturnValue) == 0x0001B4, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Less_IntInt_ReturnValue) == 0x0001B5, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_IncrementValue_OutValue) == 0x0001B8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_IncrementValue_OutValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_IncrementValue_ReturnValue) == 0x0001BC, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_IncrementValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_Event_EndPlayReason) == 0x0001BD, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_Event_DeltaTime) == 0x0001C0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, Temp_name_Variable) == 0x0001C4, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud_3) == 0x0001D0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_BreakVector2D_X) == 0x0001D8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_BreakVector2D_Y) == 0x0001DC, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud_4) == 0x0001F0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud_4' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001F8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000204, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_VSize_ReturnValue) == 0x000210, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_NormalizeToRange_ReturnValue) == 0x000214, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetOwner_ReturnValue) == 0x000218, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_AsPlayer_Controller) == 0x000220, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_bSuccess_1) == 0x000228, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Map_Find_Value_1) == 0x000230, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Map_Find_ReturnValue_1) == 0x0004D8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_AddNewCameraModifier_ReturnValue) == 0x0004E0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_AddNewCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, Temp_name_Variable_1) == 0x0004E8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_AsCamera_Blend_Modifier) == 0x0004F0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_AsCamera_Blend_Modifier' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_bSuccess_2) == 0x0004F8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Map_Find_Value_2) == 0x000500, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_Map_Find_ReturnValue_2) == 0x0007A8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud_5) == 0x0007B0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud_5' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0007B8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_AsBalanced_Character) == 0x0007C0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_AsBalanced_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_DynamicCast_bSuccess_3) == 0x0007D0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetBalanceConfig_ReturnValue) == 0x0007D8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetBalanceConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_Copy_ReturnValue) == 0x0007E0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_Copy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_SetFieldsInStruct_StructOut) == 0x0008B8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_CreateDelegate_OutputDelegate_2) == 0x000990, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_SpawnCameraAndSpringArmOnPlayer_Camera) == 0x0009A0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_SpawnCameraAndSpringArmOnPlayer_Camera' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0009A8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_SpawnCameraAndSpringArmOnPlayer_Camera_1) == 0x0009B0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_SpawnCameraAndSpringArmOnPlayer_Camera_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, K2Node_CreateDelegate_OutputDelegate_3) == 0x0009B8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetRotCloud_RotCloud_6) == 0x0009C8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetRotCloud_RotCloud_6' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetIsSummoned_ReturnValue) == 0x0009D0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetPhotoModeManager_ReturnValue) == 0x0009D8, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetPhotoModeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud, CallFunc_GetPhotoModeManager_ReturnValue_1) == 0x0009E0, "Member 'Ability_DriveRotCloud_C_ExecuteUbergraph_Ability_DriveRotCloud::CallFunc_GetPhotoModeManager_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_CanApplyMovementInput \ +static_assert(alignof(Ability_DriveRotCloud_C_CanApplyMovementInput) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_CanApplyMovementInput"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_CanApplyMovementInput) == 0x000018, "Wrong size on Ability_DriveRotCloud_C_CanApplyMovementInput"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, ReturnValue) == 0x000000, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_GetRotCloud_RotCloud) == 0x000008, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_GetIsBound_ReturnValue) == 0x000010, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_GetIsBound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_IsPlayingRootMotion_ReturnValue) == 0x000011, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_IsPlayingRootMotion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_GetIsPendingBind_ReturnValue) == 0x000012, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_GetIsPendingBind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_BooleanOR_ReturnValue_1) == 0x000014, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanApplyMovementInput, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'Ability_DriveRotCloud_C_CanApplyMovementInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_CanActivateAbility \ +static_assert(alignof(Ability_DriveRotCloud_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_CanActivateAbility) == 0x000018, "Wrong size on Ability_DriveRotCloud_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_DriveRotCloud_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanActivateAbility, CallFunc_GetRotCloud_RotCloud) == 0x000008, "Member 'Ability_DriveRotCloud_C_CanActivateAbility::CallFunc_GetRotCloud_RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x000010, "Member 'Ability_DriveRotCloud_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanActivateAbility, CallFunc_GetIsSummoned_ReturnValue) == 0x000011, "Member 'Ability_DriveRotCloud_C_CanActivateAbility::CallFunc_GetIsSummoned_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Ability_DriveRotCloud_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_DriveRotCloud_C_GetRotCloud \ +static_assert(alignof(Ability_DriveRotCloud_C_GetRotCloud) == 0x000008, "Wrong alignment on Ability_DriveRotCloud_C_GetRotCloud"); \ +static_assert(sizeof(Ability_DriveRotCloud_C_GetRotCloud) == 0x000028, "Wrong size on Ability_DriveRotCloud_C_GetRotCloud"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetRotCloud, RotCloud) == 0x000000, "Member 'Ability_DriveRotCloud_C_GetRotCloud::RotCloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetRotCloud, CallFunc_GetGlobalRotManager_ReturnValue) == 0x000008, "Member 'Ability_DriveRotCloud_C_GetRotCloud::CallFunc_GetGlobalRotManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetRotCloud, CallFunc_GetRotCloud_ReturnValue) == 0x000010, "Member 'Ability_DriveRotCloud_C_GetRotCloud::CallFunc_GetRotCloud_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetRotCloud, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000018, "Member 'Ability_DriveRotCloud_C_GetRotCloud::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_DriveRotCloud_C_GetRotCloud, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Ability_DriveRotCloud_C_GetRotCloud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_DriveRotCloud_C \ +static_assert(alignof(AAbility_DriveRotCloud_C) == 0x000010, "Wrong alignment on AAbility_DriveRotCloud_C"); \ +static_assert(sizeof(AAbility_DriveRotCloud_C) == 0x000580, "Wrong size on AAbility_DriveRotCloud_C"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, UberGraphFrame) == 0x000310, "Member 'AAbility_DriveRotCloud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, CameraFraming) == 0x000318, "Member 'AAbility_DriveRotCloud_C::CameraFraming' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, Root) == 0x000320, "Member 'AAbility_DriveRotCloud_C::Root' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, PoofToLocation) == 0x000328, "Member 'AAbility_DriveRotCloud_C::PoofToLocation' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, StartPosition) == 0x00032C, "Member 'AAbility_DriveRotCloud_C::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, BindTraceRadius) == 0x000334, "Member 'AAbility_DriveRotCloud_C::BindTraceRadius' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, LerpLookAtSpeed) == 0x000338, "Member 'AAbility_DriveRotCloud_C::LerpLookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, LeftStickValue) == 0x00033C, "Member 'AAbility_DriveRotCloud_C::LeftStickValue' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, ResumeMaxAngle) == 0x000344, "Member 'AAbility_DriveRotCloud_C::ResumeMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, ResumeMaxDistance) == 0x000348, "Member 'AAbility_DriveRotCloud_C::ResumeMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, ResumeScoreThreshold) == 0x00034C, "Member 'AAbility_DriveRotCloud_C::ResumeScoreThreshold' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, DebugEnabled) == 0x000350, "Member 'AAbility_DriveRotCloud_C::DebugEnabled' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, RightStickValue) == 0x000354, "Member 'AAbility_DriveRotCloud_C::RightStickValue' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, BindNearby) == 0x00035C, "Member 'AAbility_DriveRotCloud_C::BindNearby' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, MaxDistanceFromPawn) == 0x000360, "Member 'AAbility_DriveRotCloud_C::MaxDistanceFromPawn' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, OnMoveRotFullyInitialized) == 0x000368, "Member 'AAbility_DriveRotCloud_C::OnMoveRotFullyInitialized' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, StatefulCameraTransform) == 0x000380, "Member 'AAbility_DriveRotCloud_C::StatefulCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, StatefulLineOfSight) == 0x0003B0, "Member 'AAbility_DriveRotCloud_C::StatefulLineOfSight' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, RollTimeoutDistribution) == 0x0003B8, "Member 'AAbility_DriveRotCloud_C::RollTimeoutDistribution' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, SummonDistance) == 0x000440, "Member 'AAbility_DriveRotCloud_C::SummonDistance' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, NormDistToLookAtPercent) == 0x000444, "Member 'AAbility_DriveRotCloud_C::NormDistToLookAtPercent' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, CameraMod) == 0x000450, "Member 'AAbility_DriveRotCloud_C::CameraMod' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, KenaCloudNormalizedDistance) == 0x000458, "Member 'AAbility_DriveRotCloud_C::KenaCloudNormalizedDistance' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, PitchCorrectionStrength) == 0x00045C, "Member 'AAbility_DriveRotCloud_C::PitchCorrectionStrength' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, CameraFollowCloudSocket) == 0x000460, "Member 'AAbility_DriveRotCloud_C::CameraFollowCloudSocket' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, IsFollowMode) == 0x000461, "Member 'AAbility_DriveRotCloud_C::IsFollowMode' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, FollowLocomotionData) == 0x000468, "Member 'AAbility_DriveRotCloud_C::FollowLocomotionData' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, CameraDataConfig) == 0x000540, "Member 'AAbility_DriveRotCloud_C::CameraDataConfig' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, AllowPlayerFollowMode) == 0x000548, "Member 'AAbility_DriveRotCloud_C::AllowPlayerFollowMode' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, CloseCamera) == 0x000550, "Member 'AAbility_DriveRotCloud_C::CloseCamera' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, FarCamera) == 0x000558, "Member 'AAbility_DriveRotCloud_C::FarCamera' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, RotCloudFirstUseTutorialPDS) == 0x000560, "Member 'AAbility_DriveRotCloud_C::RotCloudFirstUseTutorialPDS' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, RotCloudTutorialTimer) == 0x000568, "Member 'AAbility_DriveRotCloud_C::RotCloudTutorialTimer' has a wrong offset!"); \ +static_assert(offsetof(AAbility_DriveRotCloud_C, MouseMovementScalar) == 0x000570, "Member 'AAbility_DriveRotCloud_C::MouseMovementScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCloud_JumpAttack_C_SetPawnMoveMode \ +static_assert(alignof(Ability_RotCloud_JumpAttack_C_SetPawnMoveMode) == 0x000008, "Wrong alignment on Ability_RotCloud_JumpAttack_C_SetPawnMoveMode"); \ +static_assert(sizeof(Ability_RotCloud_JumpAttack_C_SetPawnMoveMode) == 0x000010, "Wrong size on Ability_RotCloud_JumpAttack_C_SetPawnMoveMode"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_SetPawnMoveMode, NewMovementMode) == 0x000000, "Member 'Ability_RotCloud_JumpAttack_C_SetPawnMoveMode::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_SetPawnMoveMode, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_RotCloud_JumpAttack_C_SetPawnMoveMode::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCloud_JumpAttack_C_HandleAnimNotify \ +static_assert(alignof(Ability_RotCloud_JumpAttack_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_RotCloud_JumpAttack_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_RotCloud_JumpAttack_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_RotCloud_JumpAttack_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_RotCloud_JumpAttack_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCloud_JumpAttack_C_OnEndChanneling \ +static_assert(alignof(Ability_RotCloud_JumpAttack_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_RotCloud_JumpAttack_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_RotCloud_JumpAttack_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_RotCloud_JumpAttack_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_RotCloud_JumpAttack_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCloud_JumpAttack_C_OnAnimComplete \ +static_assert(alignof(Ability_RotCloud_JumpAttack_C_OnAnimComplete) == 0x000008, "Wrong alignment on Ability_RotCloud_JumpAttack_C_OnAnimComplete"); \ +static_assert(sizeof(Ability_RotCloud_JumpAttack_C_OnAnimComplete) == 0x000020, "Wrong size on Ability_RotCloud_JumpAttack_C_OnAnimComplete"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_OnAnimComplete, Args) == 0x000000, "Member 'Ability_RotCloud_JumpAttack_C_OnAnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_OnAnimComplete, MontageManager) == 0x000018, "Member 'Ability_RotCloud_JumpAttack_C_OnAnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack \ +static_assert(alignof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack) == 0x000008, "Wrong alignment on Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack"); \ +static_assert(sizeof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack) == 0x0000B0, "Wrong size on Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, EntryPoint) == 0x000000, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_Complete_ReturnValue) == 0x000004, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_CustomEvent_Args) == 0x000008, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_CustomEvent_MontageManager) == 0x000020, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_GetInstigatorController_ReturnValue) == 0x000028, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_GetInstigatorController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_Event_EventName) == 0x000038, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_SwitchName_CmpSuccess) == 0x000040, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_Event_Reason) == 0x000041, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_AsRot_Cloud_Character) == 0x000048, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_AsRot_Cloud_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_AsRot_Cloud_Character_1) == 0x000068, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_AsRot_Cloud_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_AsMochi_Character) == 0x000078, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000088, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_PlayWithCallback_ReturnValue) == 0x000090, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_AsRot_Cloud_Character_2) == 0x000098, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_AsRot_Cloud_Character_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_TryDecrease_OutDelta) == 0x0000A4, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_TryDecrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_TryDecrease_OutDepleted) == 0x0000A8, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_TryDecrease_OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_TryDecrease_ReturnValue) == 0x0000A9, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_TryDecrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack, CallFunc_MochiEnsure_ReturnValue) == 0x0000AA, "Member 'Ability_RotCloud_JumpAttack_C_ExecuteUbergraph_Ability_RotCloud_JumpAttack::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotCloud_JumpAttack_C_CanActivateAbility \ +static_assert(alignof(Ability_RotCloud_JumpAttack_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_RotCloud_JumpAttack_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_RotCloud_JumpAttack_C_CanActivateAbility) == 0x000038, "Wrong size on Ability_RotCloud_JumpAttack_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, K2Node_DynamicCast_AsRot_Cloud_Character) == 0x000008, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::K2Node_DynamicCast_AsRot_Cloud_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, K2Node_DynamicCast_AsRot_Cloud_Character_1) == 0x000018, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::K2Node_DynamicCast_AsRot_Cloud_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_GetIsPendingBind_ReturnValue) == 0x000021, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_GetIsPendingBind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_TryGetResource_ResourceCount) == 0x000024, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_TryGetResource_ReturnValue) == 0x000028, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_GetIsBound_ReturnValue) == 0x000029, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_GetIsBound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002A, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_HasInventoryItem_ReturnValue) == 0x00002D, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x00002E, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00002F, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000030, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotCloud_JumpAttack_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_2) == 0x000031, "Member 'Ability_RotCloud_JumpAttack_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotCloud_JumpAttack_C \ +static_assert(alignof(AAbility_RotCloud_JumpAttack_C) == 0x000010, "Wrong alignment on AAbility_RotCloud_JumpAttack_C"); \ +static_assert(sizeof(AAbility_RotCloud_JumpAttack_C) == 0x000350, "Wrong size on AAbility_RotCloud_JumpAttack_C"); \ +static_assert(offsetof(AAbility_RotCloud_JumpAttack_C, UberGraphFrame) == 0x000310, "Member 'AAbility_RotCloud_JumpAttack_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCloud_JumpAttack_C, ExplosionSpawner_DeadzoneCleanPulse) == 0x000318, "Member 'AAbility_RotCloud_JumpAttack_C::ExplosionSpawner_DeadzoneCleanPulse' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCloud_JumpAttack_C, DefaultSceneRoot) == 0x000320, "Member 'AAbility_RotCloud_JumpAttack_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCloud_JumpAttack_C, AttackMontageKey) == 0x000328, "Member 'AAbility_RotCloud_JumpAttack_C::AttackMontageKey' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotCloud_JumpAttack_C, ResourceType) == 0x000340, "Member 'AAbility_RotCloud_JumpAttack_C::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_RotZeroPitchRollLockYaw \ +static_assert(alignof(Ability_RotSlam_C_RotZeroPitchRollLockYaw) == 0x000008, "Wrong alignment on Ability_RotSlam_C_RotZeroPitchRollLockYaw"); \ +static_assert(sizeof(Ability_RotSlam_C_RotZeroPitchRollLockYaw) == 0x000020, "Wrong size on Ability_RotSlam_C_RotZeroPitchRollLockYaw"); \ +static_assert(offsetof(Ability_RotSlam_C_RotZeroPitchRollLockYaw, Value) == 0x000000, "Member 'Ability_RotSlam_C_RotZeroPitchRollLockYaw::Value' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_RotZeroPitchRollLockYaw, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_RotSlam_C_RotZeroPitchRollLockYaw::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_RotZeroPitchRollLockYaw, K2Node_DynamicCast_AsRot_Move_by_Force_Component) == 0x000010, "Member 'Ability_RotSlam_C_RotZeroPitchRollLockYaw::K2Node_DynamicCast_AsRot_Move_by_Force_Component' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_RotZeroPitchRollLockYaw, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_RotSlam_C_RotZeroPitchRollLockYaw::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_RotPlayMontageByMessage \ +static_assert(alignof(Ability_RotSlam_C_RotPlayMontageByMessage) == 0x000008, "Wrong alignment on Ability_RotSlam_C_RotPlayMontageByMessage"); \ +static_assert(sizeof(Ability_RotSlam_C_RotPlayMontageByMessage) == 0x000030, "Wrong size on Ability_RotSlam_C_RotPlayMontageByMessage"); \ +static_assert(offsetof(Ability_RotSlam_C_RotPlayMontageByMessage, Message) == 0x000000, "Member 'Ability_RotSlam_C_RotPlayMontageByMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_RotPlayMontageByMessage, PlayMontageArgs) == 0x000008, "Member 'Ability_RotSlam_C_RotPlayMontageByMessage::PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_RotPlayMontageByMessage, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'Ability_RotSlam_C_RotPlayMontageByMessage::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_RotPlayMontageByMessage, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'Ability_RotSlam_C_RotPlayMontageByMessage::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_SetPawnMoveMode \ +static_assert(alignof(Ability_RotSlam_C_SetPawnMoveMode) == 0x000008, "Wrong alignment on Ability_RotSlam_C_SetPawnMoveMode"); \ +static_assert(sizeof(Ability_RotSlam_C_SetPawnMoveMode) == 0x000010, "Wrong size on Ability_RotSlam_C_SetPawnMoveMode"); \ +static_assert(offsetof(Ability_RotSlam_C_SetPawnMoveMode, NewMovementMode) == 0x000000, "Member 'Ability_RotSlam_C_SetPawnMoveMode::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_SetPawnMoveMode, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_RotSlam_C_SetPawnMoveMode::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_OnAnimComplete \ +static_assert(alignof(Ability_RotSlam_C_OnAnimComplete) == 0x000008, "Wrong alignment on Ability_RotSlam_C_OnAnimComplete"); \ +static_assert(sizeof(Ability_RotSlam_C_OnAnimComplete) == 0x000020, "Wrong size on Ability_RotSlam_C_OnAnimComplete"); \ +static_assert(offsetof(Ability_RotSlam_C_OnAnimComplete, Args) == 0x000000, "Member 'Ability_RotSlam_C_OnAnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_OnAnimComplete, MontageManager) == 0x000018, "Member 'Ability_RotSlam_C_OnAnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_HandleAnimNotify \ +static_assert(alignof(Ability_RotSlam_C_HandleAnimNotify) == 0x000004, "Wrong alignment on Ability_RotSlam_C_HandleAnimNotify"); \ +static_assert(sizeof(Ability_RotSlam_C_HandleAnimNotify) == 0x000008, "Wrong size on Ability_RotSlam_C_HandleAnimNotify"); \ +static_assert(offsetof(Ability_RotSlam_C_HandleAnimNotify, EventName) == 0x000000, "Member 'Ability_RotSlam_C_HandleAnimNotify::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_OnEndChanneling \ +static_assert(alignof(Ability_RotSlam_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_RotSlam_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_RotSlam_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_RotSlam_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_RotSlam_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_RotSlam_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam \ +static_assert(alignof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam) == 0x000008, "Wrong alignment on Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam"); \ +static_assert(sizeof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam) == 0x0000B0, "Wrong size on Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, EntryPoint) == 0x000000, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_CustomEvent_Args) == 0x000014, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_CustomEvent_MontageManager) == 0x000030, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_Complete_ReturnValue) == 0x000038, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_Event_Reason) == 0x000039, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_Event_EventName) == 0x00003C, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_Event_EventName' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_SwitchName_CmpSuccess) == 0x000044, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_SpawnExplosion_ReturnValue) == 0x000048, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_AsRot_Cloud_Character) == 0x000050, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_AsRot_Cloud_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_AsRot_Cloud_Character_1) == 0x000060, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_AsRot_Cloud_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000070, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_PlayWithCallback_ReturnValue) == 0x000078, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_SpawnExplosion_ReturnValue_1) == 0x000080, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_SpawnExplosion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000088, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_AsRot_Cloud_Character_2) == 0x000098, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_AsRot_Cloud_Character_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_TryDecrease_OutDelta) == 0x0000A4, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_TryDecrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_TryDecrease_OutDepleted) == 0x0000A8, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_TryDecrease_OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_TryDecrease_ReturnValue) == 0x0000A9, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_TryDecrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam, CallFunc_MochiEnsure_ReturnValue) == 0x0000AA, "Member 'Ability_RotSlam_C_ExecuteUbergraph_Ability_RotSlam::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSlam_C_CanActivateAbility \ +static_assert(alignof(Ability_RotSlam_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_RotSlam_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_RotSlam_C_CanActivateAbility) == 0x000038, "Wrong size on Ability_RotSlam_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_RotSlam_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, K2Node_DynamicCast_AsRot_Cloud_Character) == 0x000008, "Member 'Ability_RotSlam_C_CanActivateAbility::K2Node_DynamicCast_AsRot_Cloud_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_RotSlam_C_CanActivateAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, K2Node_DynamicCast_AsRot_Cloud_Character_1) == 0x000018, "Member 'Ability_RotSlam_C_CanActivateAbility::K2Node_DynamicCast_AsRot_Cloud_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'Ability_RotSlam_C_CanActivateAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_GetIsPendingBind_ReturnValue) == 0x000021, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_GetIsPendingBind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_TryGetResource_ResourceCount) == 0x000024, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_TryGetResource_ReturnValue) == 0x000028, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_GetIsBound_ReturnValue) == 0x000029, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_GetIsBound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002A, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_HasInventoryItem_ReturnValue) == 0x00002D, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x00002E, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00002F, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000030, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSlam_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_2) == 0x000031, "Member 'Ability_RotSlam_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotSlam_C \ +static_assert(alignof(AAbility_RotSlam_C) == 0x000010, "Wrong alignment on AAbility_RotSlam_C"); \ +static_assert(sizeof(AAbility_RotSlam_C) == 0x000370, "Wrong size on AAbility_RotSlam_C"); \ +static_assert(offsetof(AAbility_RotSlam_C, UberGraphFrame) == 0x000310, "Member 'AAbility_RotSlam_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSlam_C, ExplosionSpawner_Damage) == 0x000318, "Member 'AAbility_RotSlam_C::ExplosionSpawner_Damage' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSlam_C, ExplosionSpawner_DeadzoneCleanPulse) == 0x000320, "Member 'AAbility_RotSlam_C::ExplosionSpawner_DeadzoneCleanPulse' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSlam_C, DefaultSceneRoot) == 0x000328, "Member 'AAbility_RotSlam_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSlam_C, AttackMontageKey) == 0x000330, "Member 'AAbility_RotSlam_C::AttackMontageKey' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSlam_C, RotCharacterMontage) == 0x000348, "Member 'AAbility_RotSlam_C::RotCharacterMontage' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSlam_C, ResourceType) == 0x000360, "Member 'AAbility_RotSlam_C::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSpin_C_SetRotateTowardCentroid \ +static_assert(alignof(Ability_RotSpin_C_SetRotateTowardCentroid) == 0x000008, "Wrong alignment on Ability_RotSpin_C_SetRotateTowardCentroid"); \ +static_assert(sizeof(Ability_RotSpin_C_SetRotateTowardCentroid) == 0x000020, "Wrong size on Ability_RotSpin_C_SetRotateTowardCentroid"); \ +static_assert(offsetof(Ability_RotSpin_C_SetRotateTowardCentroid, RotateTowardVelocity) == 0x000000, "Member 'Ability_RotSpin_C_SetRotateTowardCentroid::RotateTowardVelocity' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_SetRotateTowardCentroid, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Ability_RotSpin_C_SetRotateTowardCentroid::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_SetRotateTowardCentroid, K2Node_DynamicCast_AsRot_Move_by_Force_Component) == 0x000010, "Member 'Ability_RotSpin_C_SetRotateTowardCentroid::K2Node_DynamicCast_AsRot_Move_by_Force_Component' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_SetRotateTowardCentroid, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Ability_RotSpin_C_SetRotateTowardCentroid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSpin_C_RotPlayMontageByMessage \ +static_assert(alignof(Ability_RotSpin_C_RotPlayMontageByMessage) == 0x000008, "Wrong alignment on Ability_RotSpin_C_RotPlayMontageByMessage"); \ +static_assert(sizeof(Ability_RotSpin_C_RotPlayMontageByMessage) == 0x000030, "Wrong size on Ability_RotSpin_C_RotPlayMontageByMessage"); \ +static_assert(offsetof(Ability_RotSpin_C_RotPlayMontageByMessage, Message) == 0x000000, "Member 'Ability_RotSpin_C_RotPlayMontageByMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_RotPlayMontageByMessage, PlayMontageArgs) == 0x000008, "Member 'Ability_RotSpin_C_RotPlayMontageByMessage::PlayMontageArgs' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_RotPlayMontageByMessage, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'Ability_RotSpin_C_RotPlayMontageByMessage::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_RotPlayMontageByMessage, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'Ability_RotSpin_C_RotPlayMontageByMessage::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSpin_C_OnAnimComplete \ +static_assert(alignof(Ability_RotSpin_C_OnAnimComplete) == 0x000008, "Wrong alignment on Ability_RotSpin_C_OnAnimComplete"); \ +static_assert(sizeof(Ability_RotSpin_C_OnAnimComplete) == 0x000020, "Wrong size on Ability_RotSpin_C_OnAnimComplete"); \ +static_assert(offsetof(Ability_RotSpin_C_OnAnimComplete, Args) == 0x000000, "Member 'Ability_RotSpin_C_OnAnimComplete::Args' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_OnAnimComplete, MontageManager) == 0x000018, "Member 'Ability_RotSpin_C_OnAnimComplete::MontageManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSpin_C_OnEndChanneling \ +static_assert(alignof(Ability_RotSpin_C_OnEndChanneling) == 0x000001, "Wrong alignment on Ability_RotSpin_C_OnEndChanneling"); \ +static_assert(sizeof(Ability_RotSpin_C_OnEndChanneling) == 0x000001, "Wrong size on Ability_RotSpin_C_OnEndChanneling"); \ +static_assert(offsetof(Ability_RotSpin_C_OnEndChanneling, reason) == 0x000000, "Member 'Ability_RotSpin_C_OnEndChanneling::reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin \ +static_assert(alignof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin) == 0x000008, "Wrong alignment on Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin"); \ +static_assert(sizeof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin) == 0x0000A8, "Wrong size on Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, EntryPoint) == 0x000000, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_CustomEvent_Args) == 0x000014, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_CustomEvent_Args' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_CustomEvent_MontageManager) == 0x000030, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_CustomEvent_MontageManager' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_Complete_ReturnValue) == 0x000038, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_Complete_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_Event_Reason) == 0x000039, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_SpawnExplosion_ReturnValue) == 0x000040, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_SpawnExplosion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_SpawnExplosion_ReturnValue_1) == 0x000048, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_SpawnExplosion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_AsRot_Cloud_Character) == 0x000050, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_AsRot_Cloud_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_AsRot_Cloud_Character_1) == 0x000060, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_AsRot_Cloud_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_GetCurrentMontageManager_ReturnValue) == 0x000070, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_GetCurrentMontageManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_PlayWithCallback_ReturnValue) == 0x000078, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_PlayWithCallback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_AsBP_Rot_Cloud) == 0x000080, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_AsBP_Rot_Cloud' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_AsRot_Cloud_Character_2) == 0x000090, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_AsRot_Cloud_Character_2' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, K2Node_DynamicCast_bSuccess_3) == 0x000098, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_TryDecrease_OutDelta) == 0x00009C, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_TryDecrease_OutDelta' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_TryDecrease_OutDepleted) == 0x0000A0, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_TryDecrease_OutDepleted' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_TryDecrease_ReturnValue) == 0x0000A1, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_TryDecrease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin, CallFunc_MochiEnsure_ReturnValue) == 0x0000A2, "Member 'Ability_RotSpin_C_ExecuteUbergraph_Ability_RotSpin::CallFunc_MochiEnsure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ability_RotSpin_C_CanActivateAbility \ +static_assert(alignof(Ability_RotSpin_C_CanActivateAbility) == 0x000008, "Wrong alignment on Ability_RotSpin_C_CanActivateAbility"); \ +static_assert(sizeof(Ability_RotSpin_C_CanActivateAbility) == 0x000038, "Wrong size on Ability_RotSpin_C_CanActivateAbility"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, ReturnValue) == 0x000000, "Member 'Ability_RotSpin_C_CanActivateAbility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, K2Node_DynamicCast_AsRot_Cloud_Character) == 0x000008, "Member 'Ability_RotSpin_C_CanActivateAbility::K2Node_DynamicCast_AsRot_Cloud_Character' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Ability_RotSpin_C_CanActivateAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_HasInventoryItem_ReturnValue) == 0x000011, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_TryGetResource_ResourceCount) == 0x000014, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_TryGetResource_ResourceCount' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_TryGetResource_ReturnValue) == 0x000018, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_TryGetResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, K2Node_DynamicCast_AsRot_Cloud_Character_1) == 0x000020, "Member 'Ability_RotSpin_C_CanActivateAbility::K2Node_DynamicCast_AsRot_Cloud_Character_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'Ability_RotSpin_C_CanActivateAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000029, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_GetIsPendingBind_ReturnValue) == 0x00002A, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_GetIsPendingBind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_GetIsBound_ReturnValue) == 0x00002B, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_GetIsBound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_CanActivateAbility_ReturnValue) == 0x00002C, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_CanActivateAbility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_BooleanOR_ReturnValue) == 0x00002D, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_Not_PreBool_ReturnValue) == 0x00002E, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue) == 0x00002F, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_1) == 0x000030, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Ability_RotSpin_C_CanActivateAbility, CallFunc_BooleanAND_ReturnValue_2) == 0x000031, "Member 'Ability_RotSpin_C_CanActivateAbility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbility_RotSpin_C \ +static_assert(alignof(AAbility_RotSpin_C) == 0x000010, "Wrong alignment on AAbility_RotSpin_C"); \ +static_assert(sizeof(AAbility_RotSpin_C) == 0x000370, "Wrong size on AAbility_RotSpin_C"); \ +static_assert(offsetof(AAbility_RotSpin_C, UberGraphFrame) == 0x000310, "Member 'AAbility_RotSpin_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSpin_C, ExplosionSpawner_DeadzoneCleanPulse) == 0x000318, "Member 'AAbility_RotSpin_C::ExplosionSpawner_DeadzoneCleanPulse' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSpin_C, ExplosionSpawner_Damage) == 0x000320, "Member 'AAbility_RotSpin_C::ExplosionSpawner_Damage' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSpin_C, DefaultSceneRoot) == 0x000328, "Member 'AAbility_RotSpin_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSpin_C, AttackMontageKey) == 0x000330, "Member 'AAbility_RotSpin_C::AttackMontageKey' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSpin_C, RotCharacterMontage) == 0x000348, "Member 'AAbility_RotSpin_C::RotCharacterMontage' has a wrong offset!"); \ +static_assert(offsetof(AAbility_RotSpin_C, ResourceType) == 0x000360, "Member 'AAbility_RotSpin_C::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_HandleInputActionEvent \ +static_assert(alignof(BP_ChargeAttackState_C_HandleInputActionEvent) == 0x000001, "Wrong alignment on BP_ChargeAttackState_C_HandleInputActionEvent"); \ +static_assert(sizeof(BP_ChargeAttackState_C_HandleInputActionEvent) == 0x000004, "Wrong size on BP_ChargeAttackState_C_HandleInputActionEvent"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleInputActionEvent, InputID) == 0x000000, "Member 'BP_ChargeAttackState_C_HandleInputActionEvent::InputID' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleInputActionEvent, isDown) == 0x000001, "Member 'BP_ChargeAttackState_C_HandleInputActionEvent::isDown' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleInputActionEvent, ReturnValue) == 0x000002, "Member 'BP_ChargeAttackState_C_HandleInputActionEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleInputActionEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_ChargeAttackState_C_HandleInputActionEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_HandleAnimEvent \ +static_assert(alignof(BP_ChargeAttackState_C_HandleAnimEvent) == 0x000004, "Wrong alignment on BP_ChargeAttackState_C_HandleAnimEvent"); \ +static_assert(sizeof(BP_ChargeAttackState_C_HandleAnimEvent) == 0x00000C, "Wrong size on BP_ChargeAttackState_C_HandleAnimEvent"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleAnimEvent, AnimEventName) == 0x000000, "Member 'BP_ChargeAttackState_C_HandleAnimEvent::AnimEventName' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleAnimEvent, ReturnValue) == 0x000008, "Member 'BP_ChargeAttackState_C_HandleAnimEvent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleAnimEvent, CallFunc_ChangeStateTo_ReturnValue) == 0x000009, "Member 'BP_ChargeAttackState_C_HandleAnimEvent::CallFunc_ChangeStateTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_HandleAnimEvent, K2Node_SwitchName_CmpSuccess) == 0x00000A, "Member 'BP_ChargeAttackState_C_HandleAnimEvent::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_InitChargeAttack \ +static_assert(alignof(BP_ChargeAttackState_C_InitChargeAttack) == 0x000008, "Wrong alignment on BP_ChargeAttackState_C_InitChargeAttack"); \ +static_assert(sizeof(BP_ChargeAttackState_C_InitChargeAttack) == 0x000038, "Wrong size on BP_ChargeAttackState_C_InitChargeAttack"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, CanQueue) == 0x000000, "Member 'BP_ChargeAttackState_C_InitChargeAttack::CanQueue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_ChargeAttackState_C_InitChargeAttack::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, CallFunc_QueueAttack_ReturnValue) == 0x000010, "Member 'BP_ChargeAttackState_C_InitChargeAttack::CallFunc_QueueAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, CallFunc_GetComponentOnCharacter_ReturnValue) == 0x000018, "Member 'BP_ChargeAttackState_C_InitChargeAttack::CallFunc_GetComponentOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'BP_ChargeAttackState_C_InitChargeAttack::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000028, "Member 'BP_ChargeAttackState_C_InitChargeAttack::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_InitChargeAttack, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ChargeAttackState_C_InitChargeAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_TryReleaseCharge \ +static_assert(alignof(BP_ChargeAttackState_C_TryReleaseCharge) == 0x000008, "Wrong alignment on BP_ChargeAttackState_C_TryReleaseCharge"); \ +static_assert(sizeof(BP_ChargeAttackState_C_TryReleaseCharge) == 0x000018, "Wrong size on BP_ChargeAttackState_C_TryReleaseCharge"); \ +static_assert(offsetof(BP_ChargeAttackState_C_TryReleaseCharge, InputDown) == 0x000000, "Member 'BP_ChargeAttackState_C_TryReleaseCharge::InputDown' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_TryReleaseCharge, Handled) == 0x000001, "Member 'BP_ChargeAttackState_C_TryReleaseCharge::Handled' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_TryReleaseCharge, CallFunc_GetComponentOnController_ReturnValue) == 0x000008, "Member 'BP_ChargeAttackState_C_TryReleaseCharge::CallFunc_GetComponentOnController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_TryReleaseCharge, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_ChargeAttackState_C_TryReleaseCharge::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_TryReleaseCharge, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'BP_ChargeAttackState_C_TryReleaseCharge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_OnStart \ +static_assert(alignof(BP_ChargeAttackState_C_OnStart) == 0x000008, "Wrong alignment on BP_ChargeAttackState_C_OnStart"); \ +static_assert(sizeof(BP_ChargeAttackState_C_OnStart) == 0x000008, "Wrong size on BP_ChargeAttackState_C_OnStart"); \ +static_assert(offsetof(BP_ChargeAttackState_C_OnStart, PrevState) == 0x000000, "Member 'BP_ChargeAttackState_C_OnStart::PrevState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_OnEnd \ +static_assert(alignof(BP_ChargeAttackState_C_OnEnd) == 0x000008, "Wrong alignment on BP_ChargeAttackState_C_OnEnd"); \ +static_assert(sizeof(BP_ChargeAttackState_C_OnEnd) == 0x000008, "Wrong size on BP_ChargeAttackState_C_OnEnd"); \ +static_assert(offsetof(BP_ChargeAttackState_C_OnEnd, NextState) == 0x000000, "Member 'BP_ChargeAttackState_C_OnEnd::NextState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_Update \ +static_assert(alignof(BP_ChargeAttackState_C_Update) == 0x000004, "Wrong alignment on BP_ChargeAttackState_C_Update"); \ +static_assert(sizeof(BP_ChargeAttackState_C_Update) == 0x000004, "Wrong size on BP_ChargeAttackState_C_Update"); \ +static_assert(offsetof(BP_ChargeAttackState_C_Update, DeltaTime) == 0x000000, "Member 'BP_ChargeAttackState_C_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState \ +static_assert(alignof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState) == 0x000008, "Wrong alignment on BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState"); \ +static_assert(sizeof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState) == 0x000028, "Wrong size on BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, EntryPoint) == 0x000000, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, K2Node_Event_PrevState) == 0x000008, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::K2Node_Event_PrevState' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, K2Node_Event_NextState) == 0x000010, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::K2Node_Event_NextState' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, CallFunc_TryReleaseCharge_Handled) == 0x000018, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::CallFunc_TryReleaseCharge_Handled' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, K2Node_Event_DeltaTime) == 0x00001C, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, CallFunc_IsInputBuffered_ReturnValue) == 0x000020, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::CallFunc_IsInputBuffered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState, CallFunc_TryReleaseCharge_Handled_1) == 0x000021, "Member 'BP_ChargeAttackState_C_ExecuteUbergraph_BP_ChargeAttackState::CallFunc_TryReleaseCharge_Handled_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ChargeAttackState_C \ +static_assert(alignof(UBP_ChargeAttackState_C) == 0x000008, "Wrong alignment on UBP_ChargeAttackState_C"); \ +static_assert(sizeof(UBP_ChargeAttackState_C) == 0x000128, "Wrong size on UBP_ChargeAttackState_C"); \ +static_assert(offsetof(UBP_ChargeAttackState_C, UberGraphFrame) == 0x000120, "Member 'UBP_ChargeAttackState_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NotifyCompensateKenaWetness_C_Received_NotifyTick \ +static_assert(alignof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_NotifyCompensateKenaWetness_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick) == 0x000030, "Wrong size on BP_NotifyCompensateKenaWetness_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, K2Node_DynamicCast_AsKena_Character) == 0x000020, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::K2Node_DynamicCast_AsKena_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_NotifyCompensateKenaWetness_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_NotifyCompensateKenaWetness_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NotifyCompensateKenaWetness_C \ +static_assert(alignof(UBP_NotifyCompensateKenaWetness_C) == 0x000008, "Wrong alignment on UBP_NotifyCompensateKenaWetness_C"); \ +static_assert(sizeof(UBP_NotifyCompensateKenaWetness_C) == 0x000030, "Wrong size on UBP_NotifyCompensateKenaWetness_C"); \ + +#define DUMPER7_ASSERTS_BP_WaterSurfaceParticlesNotify_C_GetNotifyName \ +static_assert(alignof(BP_WaterSurfaceParticlesNotify_C_GetNotifyName) == 0x000008, "Wrong alignment on BP_WaterSurfaceParticlesNotify_C_GetNotifyName"); \ +static_assert(sizeof(BP_WaterSurfaceParticlesNotify_C_GetNotifyName) == 0x000030, "Wrong size on BP_WaterSurfaceParticlesNotify_C_GetNotifyName"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'BP_WaterSurfaceParticlesNotify_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_GetNotifyName, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_WaterSurfaceParticlesNotify_C_GetNotifyName::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_GetNotifyName, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_WaterSurfaceParticlesNotify_C_GetNotifyName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterSurfaceParticlesNotify_C_Received_Notify \ +static_assert(alignof(BP_WaterSurfaceParticlesNotify_C_Received_Notify) == 0x000010, "Wrong alignment on BP_WaterSurfaceParticlesNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_WaterSurfaceParticlesNotify_C_Received_Notify) == 0x0001D0, "Wrong size on BP_WaterSurfaceParticlesNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000020, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_GetPhysicsVolume_ReturnValue) == 0x000060, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_GetPhysicsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000068, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, K2Node_DynamicCast_AsMochi_Swimming_Volume) == 0x000070, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::K2Node_DynamicCast_AsMochi_Swimming_Volume' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_GetActorBounds_Origin) == 0x00007C, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_GetActorBounds_BoxExtent) == 0x000088, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_X) == 0x000094, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Y) == 0x000098, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Z) == 0x00009C, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_X_1) == 0x0000A0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Y_1) == 0x0000A4, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Z_1) == 0x0000A8, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000BC, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000D4, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_X_2) == 0x0000E0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Y_2) == 0x0000E4, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Z_2) == 0x0000E8, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, K2Node_DynamicCast_AsCharacter) == 0x0000F0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x0000F8, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_GetSocketLocation_ReturnValue) == 0x0000FC, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_X_3) == 0x000108, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Y_3) == 0x00010C, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Z_3) == 0x000110, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_IsInsideAnySwimmingVolume_OutVolume) == 0x000118, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_IsInsideAnySwimmingVolume_OutVolume' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_IsInsideAnySwimmingVolume_ReturnValue) == 0x000120, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_IsInsideAnySwimmingVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_GetWaterSurfaceZ_ReturnValue) == 0x000124, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_GetWaterSurfaceZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x000128, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_MakeVector_ReturnValue) == 0x000134, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000140, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_X_4) == 0x00014C, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Y_4) == 0x000150, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BreakVector_Z_4) == 0x000154, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_MakeTransform_ReturnValue_1) == 0x000160, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000190, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000198, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001A0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_MakeVector_ReturnValue_1) == 0x0001A4, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0001B0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0001B8, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceParticlesNotify_C_Received_Notify, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x0001C0, "Member 'BP_WaterSurfaceParticlesNotify_C_Received_Notify::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_WaterSurfaceParticlesNotify_C \ +static_assert(alignof(UBP_WaterSurfaceParticlesNotify_C) == 0x000008, "Wrong alignment on UBP_WaterSurfaceParticlesNotify_C"); \ +static_assert(sizeof(UBP_WaterSurfaceParticlesNotify_C) == 0x000070, "Wrong size on UBP_WaterSurfaceParticlesNotify_C"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, ParticlesTemplate) == 0x000038, "Member 'UBP_WaterSurfaceParticlesNotify_C::ParticlesTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, LocationOffset) == 0x000040, "Member 'UBP_WaterSurfaceParticlesNotify_C::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, Scale) == 0x000048, "Member 'UBP_WaterSurfaceParticlesNotify_C::Scale' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, FollowSocketXY) == 0x000054, "Member 'UBP_WaterSurfaceParticlesNotify_C::FollowSocketXY' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, XYSocket) == 0x000058, "Member 'UBP_WaterSurfaceParticlesNotify_C::XYSocket' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, SetActorRotationParameter_) == 0x000060, "Member 'UBP_WaterSurfaceParticlesNotify_C::SetActorRotationParameter_' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, IsSwimming_) == 0x000061, "Member 'UBP_WaterSurfaceParticlesNotify_C::IsSwimming_' has a wrong offset!"); \ +static_assert(offsetof(UBP_WaterSurfaceParticlesNotify_C, Mesh_Comp) == 0x000068, "Member 'UBP_WaterSurfaceParticlesNotify_C::Mesh_Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0 \ +static_assert(alignof(BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0) == 0x000008, "Wrong alignment on BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0"); \ +static_assert(sizeof(BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0) == 0x000008, "Wrong size on BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0, PSystem) == 0x000000, "Member 'BP_WaterSurfaceAttachedParticles_C_OnSystemFinished_Event_0::PSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterSurfaceAttachedParticles_C_ReceiveTick \ +static_assert(alignof(BP_WaterSurfaceAttachedParticles_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_WaterSurfaceAttachedParticles_C_ReceiveTick"); \ +static_assert(sizeof(BP_WaterSurfaceAttachedParticles_C_ReceiveTick) == 0x000004, "Wrong size on BP_WaterSurfaceAttachedParticles_C_ReceiveTick"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_WaterSurfaceAttachedParticles_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles \ +static_assert(alignof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles) == 0x000010, "Wrong alignment on BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles"); \ +static_assert(sizeof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles) == 0x0001B0, "Wrong size on BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, EntryPoint) == 0x000000, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, K2Node_CustomEvent_PSystem) == 0x000018, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::K2Node_CustomEvent_PSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x000020, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_GetSocketTransform_ReturnValue) == 0x000040, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000070, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakTransform_Location) == 0x00007C, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakTransform_Rotation) == 0x000088, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakTransform_Scale) == 0x000094, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x0000A0, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_Add_VectorVector_ReturnValue) == 0x0000AC, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakVector_X) == 0x0000B8, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakVector_Y) == 0x0000BC, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakVector_Z) == 0x0000C0, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_MakeVector_ReturnValue) == 0x0000C4, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000D0, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000158, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_GetOwner_ReturnValue_1) == 0x000160, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000168, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakRotator_Roll) == 0x000174, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakRotator_Pitch) == 0x000178, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakRotator_Yaw) == 0x00017C, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, K2Node_Event_DeltaSeconds) == 0x000180, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_GetOwner_ReturnValue_2) == 0x000188, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000190, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakVector_X_1) == 0x00019C, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakVector_Y_1) == 0x0001A0, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BreakVector_Z_1) == 0x0001A4, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001A8, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001AC, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles, CallFunc_BooleanAND_ReturnValue) == 0x0001AD, "Member 'BP_WaterSurfaceAttachedParticles_C_ExecuteUbergraph_BP_WaterSurfaceAttachedParticles::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WaterSurfaceAttachedParticles_C \ +static_assert(alignof(ABP_WaterSurfaceAttachedParticles_C) == 0x000008, "Wrong alignment on ABP_WaterSurfaceAttachedParticles_C"); \ +static_assert(sizeof(ABP_WaterSurfaceAttachedParticles_C) == 0x000260, "Wrong size on ABP_WaterSurfaceAttachedParticles_C"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, UberGraphFrame) == 0x000228, "Member 'ABP_WaterSurfaceAttachedParticles_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, ParticleSystem) == 0x000230, "Member 'ABP_WaterSurfaceAttachedParticles_C::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, System) == 0x000238, "Member 'ABP_WaterSurfaceAttachedParticles_C::System' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, AttachToComponent) == 0x000240, "Member 'ABP_WaterSurfaceAttachedParticles_C::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, AttachSocket) == 0x000248, "Member 'ABP_WaterSurfaceAttachedParticles_C::AttachSocket' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, LocationOffset) == 0x000250, "Member 'ABP_WaterSurfaceAttachedParticles_C::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, WaterZ) == 0x000258, "Member 'ABP_WaterSurfaceAttachedParticles_C::WaterZ' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, SetRotationParameter_) == 0x00025C, "Member 'ABP_WaterSurfaceAttachedParticles_C::SetRotationParameter_' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterSurfaceAttachedParticles_C, DeactivateAboveWaterline_) == 0x00025D, "Member 'ABP_WaterSurfaceAttachedParticles_C::DeactivateAboveWaterline_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FootstepParticleNotify_C_Received_Notify \ +static_assert(alignof(BP_FootstepParticleNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_FootstepParticleNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_FootstepParticleNotify_C_Received_Notify) == 0x000028, "Wrong size on BP_FootstepParticleNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_FootstepParticleNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_FootstepParticleNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_FootstepParticleNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_FootstepParticleNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleNotify_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_FootstepParticleNotify_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepParticleNotify_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_FootstepParticleNotify_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FootstepParticleNotify_C \ +static_assert(alignof(UBP_FootstepParticleNotify_C) == 0x000010, "Wrong alignment on UBP_FootstepParticleNotify_C"); \ +static_assert(sizeof(UBP_FootstepParticleNotify_C) == 0x000080, "Wrong size on UBP_FootstepParticleNotify_C"); \ +static_assert(offsetof(UBP_FootstepParticleNotify_C, RelativeTransform) == 0x000040, "Member 'UBP_FootstepParticleNotify_C::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleNotify_C, Foot) == 0x000070, "Member 'UBP_FootstepParticleNotify_C::Foot' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleNotify_C, UseCustomSocket_) == 0x000071, "Member 'UBP_FootstepParticleNotify_C::UseCustomSocket_' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleNotify_C, CustomSocketName) == 0x000074, "Member 'UBP_FootstepParticleNotify_C::CustomSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepParticleNotify_C, HeavyStep_) == 0x00007C, "Member 'UBP_FootstepParticleNotify_C::HeavyStep_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AllowLedgeGrab_C_Received_NotifyTick \ +static_assert(alignof(BP_AllowLedgeGrab_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_AllowLedgeGrab_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_AllowLedgeGrab_C_Received_NotifyTick) == 0x000030, "Wrong size on BP_AllowLedgeGrab_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_AllowLedgeGrab_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AllowLedgeGrab_C_Received_NotifyEnd \ +static_assert(alignof(BP_AllowLedgeGrab_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AllowLedgeGrab_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AllowLedgeGrab_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_AllowLedgeGrab_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AllowLedgeGrab_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AllowLedgeGrab_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_AllowLedgeGrab_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AllowLedgeGrab_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_AllowLedgeGrab_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AllowLedgeGrab_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_AllowLedgeGrab_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AllowLedgeGrab_C \ +static_assert(alignof(UBP_AllowLedgeGrab_C) == 0x000008, "Wrong alignment on UBP_AllowLedgeGrab_C"); \ +static_assert(sizeof(UBP_AllowLedgeGrab_C) == 0x000030, "Wrong size on UBP_AllowLedgeGrab_C"); \ + +#define DUMPER7_ASSERTS_BP_AnimEventNotify_C_GetNotifyName \ +static_assert(alignof(BP_AnimEventNotify_C_GetNotifyName) == 0x000008, "Wrong alignment on BP_AnimEventNotify_C_GetNotifyName"); \ +static_assert(sizeof(BP_AnimEventNotify_C_GetNotifyName) == 0x000030, "Wrong size on BP_AnimEventNotify_C_GetNotifyName"); \ +static_assert(offsetof(BP_AnimEventNotify_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'BP_AnimEventNotify_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_GetNotifyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_AnimEventNotify_C_GetNotifyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_GetNotifyName, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_AnimEventNotify_C_GetNotifyName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimEventNotify_C_Received_Notify \ +static_assert(alignof(BP_AnimEventNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AnimEventNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_AnimEventNotify_C_Received_Notify) == 0x000030, "Wrong size on BP_AnimEventNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimEventNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimEventNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AnimEventNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AnimEventNotify_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_AnimEventNotify_C_Received_Notify::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AnimEventNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimEventNotify_C_Received_Notify, CallFunc_NotifyAnimEvent_ReturnValue) == 0x000029, "Member 'BP_AnimEventNotify_C_Received_Notify::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimEventNotify_C \ +static_assert(alignof(UBP_AnimEventNotify_C) == 0x000008, "Wrong alignment on UBP_AnimEventNotify_C"); \ +static_assert(sizeof(UBP_AnimEventNotify_C) == 0x000040, "Wrong size on UBP_AnimEventNotify_C"); \ +static_assert(offsetof(UBP_AnimEventNotify_C, AnimEventName) == 0x000038, "Member 'UBP_AnimEventNotify_C::AnimEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackRangeNotify_C_Received_NotifyBegin \ +static_assert(alignof(BP_AttackRangeNotify_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AttackRangeNotify_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AttackRangeNotify_C_Received_NotifyBegin) == 0x000030, "Wrong size on BP_AttackRangeNotify_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyBegin, CallFunc_NotifyAnimEvent_ReturnValue) == 0x000029, "Member 'BP_AttackRangeNotify_C_Received_NotifyBegin::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackRangeNotify_C_Received_NotifyEnd \ +static_assert(alignof(BP_AttackRangeNotify_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AttackRangeNotify_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AttackRangeNotify_C_Received_NotifyEnd) == 0x000030, "Wrong size on BP_AttackRangeNotify_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, CallFunc_TryCompleteCurrentAttack_Success) == 0x000029, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::CallFunc_TryCompleteCurrentAttack_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackRangeNotify_C_Received_NotifyEnd, CallFunc_NotifyAnimEvent_ReturnValue) == 0x00002A, "Member 'BP_AttackRangeNotify_C_Received_NotifyEnd::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AttackRangeNotify_C \ +static_assert(alignof(UBP_AttackRangeNotify_C) == 0x000008, "Wrong alignment on UBP_AttackRangeNotify_C"); \ +static_assert(sizeof(UBP_AttackRangeNotify_C) == 0x000038, "Wrong size on UBP_AttackRangeNotify_C"); \ +static_assert(offsetof(UBP_AttackRangeNotify_C, AttackAnim) == 0x000030, "Member 'UBP_AttackRangeNotify_C::AttackAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WindNotify_C_Received_Notify \ +static_assert(alignof(BP_WindNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_WindNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_WindNotify_C_Received_Notify) == 0x000068, "Wrong size on BP_WindNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_WindNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_WindNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_WindNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, Temp_bool_Variable) == 0x000011, "Member 'BP_WindNotify_C_Received_Notify::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'BP_WindNotify_C_Received_Notify::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000020, "Member 'BP_WindNotify_C_Received_Notify::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, CallFunc_GetTimeSeconds_ReturnValue) == 0x000028, "Member 'BP_WindNotify_C_Received_Notify::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, CallFunc_GetSocketLocation_ReturnValue) == 0x00002C, "Member 'BP_WindNotify_C_Received_Notify::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000038, "Member 'BP_WindNotify_C_Received_Notify::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, K2Node_Select_Default) == 0x000040, "Member 'BP_WindNotify_C_Received_Notify::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WindNotify_C_Received_Notify, K2Node_MakeStruct_WindEffect) == 0x000048, "Member 'BP_WindNotify_C_Received_Notify::K2Node_MakeStruct_WindEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_WindNotify_C \ +static_assert(alignof(UBP_WindNotify_C) == 0x000008, "Wrong alignment on UBP_WindNotify_C"); \ +static_assert(sizeof(UBP_WindNotify_C) == 0x000058, "Wrong size on UBP_WindNotify_C"); \ +static_assert(offsetof(UBP_WindNotify_C, Type) == 0x000038, "Member 'UBP_WindNotify_C::Type' has a wrong offset!"); \ +static_assert(offsetof(UBP_WindNotify_C, Radius) == 0x00003C, "Member 'UBP_WindNotify_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBP_WindNotify_C, Duration) == 0x000040, "Member 'UBP_WindNotify_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_WindNotify_C, Strength) == 0x000044, "Member 'UBP_WindNotify_C::Strength' has a wrong offset!"); \ +static_assert(offsetof(UBP_WindNotify_C, SocketName) == 0x000048, "Member 'UBP_WindNotify_C::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBP_WindNotify_C, UseSocketLocation) == 0x000050, "Member 'UBP_WindNotify_C::UseSocketLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookForwardState_C_Received_NotifyBegin \ +static_assert(alignof(BP_CameraLookForwardState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_CameraLookForwardState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_CameraLookForwardState_C_Received_NotifyBegin) == 0x0000E8, "Wrong size on BP_CameraLookForwardState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, SoftLockTarget) == 0x000018, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::SoftLockTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_IsSoftOrHardLocked_ReturnValue) == 0x000040, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_IsSoftOrHardLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, K2Node_DynamicCast_AsMochi_Character) == 0x000048, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000060, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_FindCameraModifierByClass_ReturnValue) == 0x000070, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_FindCameraModifierByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetSoftLockTarget_ReturnValue) == 0x000078, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetSoftLockTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, K2Node_DynamicCast_AsLook_Forward_Modifier) == 0x000080, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::K2Node_DynamicCast_AsLook_Forward_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetGlobalGameUserSettings_ReturnValue) == 0x000090, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetGlobalGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_GetAttackCameraAssistEnabled_ReturnValue) == 0x000098, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_GetAttackCameraAssistEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, Temp_bool_Variable) == 0x00009A, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_BooleanOR_ReturnValue) == 0x00009B, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00009C, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_BooleanAND_ReturnValue_1) == 0x00009D, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, K2Node_Select_Default) == 0x0000A0, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A4, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, K2Node_MakeStruct_LookForwardContext) == 0x0000A8, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::K2Node_MakeStruct_LookForwardContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookForwardState_C_Received_NotifyBegin, CallFunc_BooleanOR_ReturnValue_1) == 0x0000E0, "Member 'BP_CameraLookForwardState_C_Received_NotifyBegin::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CameraLookForwardState_C \ +static_assert(alignof(UBP_CameraLookForwardState_C) == 0x000008, "Wrong alignment on UBP_CameraLookForwardState_C"); \ +static_assert(sizeof(UBP_CameraLookForwardState_C) == 0x000070, "Wrong size on UBP_CameraLookForwardState_C"); \ +static_assert(offsetof(UBP_CameraLookForwardState_C, Settings) == 0x000030, "Member 'UBP_CameraLookForwardState_C::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookForwardState_C, RequireSoftLockTarget) == 0x000068, "Member 'UBP_CameraLookForwardState_C::RequireSoftLockTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookForwardState_C, IsAttack) == 0x000069, "Member 'UBP_CameraLookForwardState_C::IsAttack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SoftLockNotifyState_C_Received_NotifyEnd \ +static_assert(alignof(BP_SoftLockNotifyState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_SoftLockNotifyState_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_SoftLockNotifyState_C_Received_NotifyEnd) == 0x000050, "Wrong size on BP_SoftLockNotifyState_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_AsMochi_Character) == 0x000028, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'BP_SoftLockNotifyState_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SoftLockNotifyState_C_Received_NotifyTick \ +static_assert(alignof(BP_SoftLockNotifyState_C_Received_NotifyTick) == 0x000008, "Wrong alignment on BP_SoftLockNotifyState_C_Received_NotifyTick"); \ +static_assert(sizeof(BP_SoftLockNotifyState_C_Received_NotifyTick) == 0x000050, "Wrong size on BP_SoftLockNotifyState_C_Received_NotifyTick"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, Animation) == 0x000008, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, K2Node_DynamicCast_AsMochi_Character) == 0x000028, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyTick, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BP_SoftLockNotifyState_C_Received_NotifyTick::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SoftLockNotifyState_C_Received_NotifyBegin \ +static_assert(alignof(BP_SoftLockNotifyState_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_SoftLockNotifyState_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_SoftLockNotifyState_C_Received_NotifyBegin) == 0x000050, "Wrong size on BP_SoftLockNotifyState_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_AsMochi_Character) == 0x000028, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_AsMochi_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SoftLockNotifyState_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BP_SoftLockNotifyState_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SoftLockNotifyState_C \ +static_assert(alignof(UBP_SoftLockNotifyState_C) == 0x000008, "Wrong alignment on UBP_SoftLockNotifyState_C"); \ +static_assert(sizeof(UBP_SoftLockNotifyState_C) == 0x000040, "Wrong size on UBP_SoftLockNotifyState_C"); \ +static_assert(offsetof(UBP_SoftLockNotifyState_C, RotationRate) == 0x000030, "Member 'UBP_SoftLockNotifyState_C::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_SoftLockNotifyState_C, UseVelocityOrbitLock) == 0x000034, "Member 'UBP_SoftLockNotifyState_C::UseVelocityOrbitLock' has a wrong offset!"); \ +static_assert(offsetof(UBP_SoftLockNotifyState_C, DistanceThreshold) == 0x000038, "Member 'UBP_SoftLockNotifyState_C::DistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AttackEndNotify_C_Received_Notify \ +static_assert(alignof(BP_AttackEndNotify_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AttackEndNotify_C_Received_Notify"); \ +static_assert(sizeof(BP_AttackEndNotify_C_Received_Notify) == 0x000030, "Wrong size on BP_AttackEndNotify_C_Received_Notify"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AttackEndNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AttackEndNotify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AttackEndNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AttackEndNotify_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, K2Node_DynamicCast_AsBP_Kena_Anim_Instance) == 0x000020, "Member 'BP_AttackEndNotify_C_Received_Notify::K2Node_DynamicCast_AsBP_Kena_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AttackEndNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, CallFunc_TryCompleteCurrentAttack_Success) == 0x000029, "Member 'BP_AttackEndNotify_C_Received_Notify::CallFunc_TryCompleteCurrentAttack_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AttackEndNotify_C_Received_Notify, CallFunc_NotifyAnimEvent_ReturnValue) == 0x00002A, "Member 'BP_AttackEndNotify_C_Received_Notify::CallFunc_NotifyAnimEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AttackEndNotify_C \ +static_assert(alignof(UBP_AttackEndNotify_C) == 0x000008, "Wrong alignment on UBP_AttackEndNotify_C"); \ +static_assert(sizeof(UBP_AttackEndNotify_C) == 0x000040, "Wrong size on UBP_AttackEndNotify_C"); \ +static_assert(offsetof(UBP_AttackEndNotify_C, AttackAnim) == 0x000038, "Member 'UBP_AttackEndNotify_C::AttackAnim' has a wrong offset!"); \ + + +} + diff --git a/Kena/NameCollisions.inl b/Kena/NameCollisions.inl new file mode 100644 index 0000000..e502849 --- /dev/null +++ b/Kena/NameCollisions.inl @@ -0,0 +1,19 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// FORWARD DECLARATIONS + + +namespace GameplayAbilities { struct FServerAbilityRPCBatch; } + +namespace W0_ToshiReveal_Master { class USequenceDirector_C; } + +namespace W0_CaveIntro_Master { class USequenceDirector_C; } + +namespace W0_CaveIntroShot01VFX { class USequenceDirector_C; } + diff --git a/Kena/PropertyFixup.hpp b/Kena/PropertyFixup.hpp new file mode 100644 index 0000000..6728734 --- /dev/null +++ b/Kena/PropertyFixup.hpp @@ -0,0 +1,21 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// PROPERTY-FIXUP + + +namespace SDK +{ + +class alignas(0x01) FMulticastSparseDelegateProperty_ +{ + unsigned __int8 Pad[0x1]; +}; + +} + diff --git a/Kena/SDK.hpp b/Kena/SDK.hpp new file mode 100644 index 0000000..6998ea4 --- /dev/null +++ b/Kena/SDK.hpp @@ -0,0 +1,1024 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Kena +// 4.27.2-60700+DEV + +// Includes the entire SDK. Include files directly for faster compilation! + +#include "SDK/Basic.hpp" +#include "SDK/CoreUObject_classes.hpp" +#include "SDK/BP_TryConsumeAttack_classes.hpp" +#include "SDK/CoreUObject_structs.hpp" +#include "SDK/Chaos_structs.hpp" +#include "SDK/PhysicsCore_structs.hpp" +#include "SDK/InputCore_structs.hpp" +#include "SDK/Slate_structs.hpp" +#include "SDK/Engine_structs.hpp" +#include "SDK/PhysicsCore_classes.hpp" +#include "SDK/AudioPlatformConfiguration_structs.hpp" +#include "SDK/PropertyAccess_structs.hpp" +#include "SDK/SlateCore_structs.hpp" +#include "SDK/Engine_classes.hpp" +#include "SDK/GameplayTags_structs.hpp" +#include "SDK/DataRegistry_structs.hpp" +#include "SDK/MovieScene_structs.hpp" +#include "SDK/GameplayAbilities_structs.hpp" +#include "SDK/GameplayAbilities_classes.hpp" +#include "SDK/GameplayTasks_structs.hpp" +#include "SDK/GameplayTasks_classes.hpp" +#include "SDK/MagicLeapEyeTracker_structs.hpp" +#include "SDK/MagicLeapEyeTracker_classes.hpp" +#include "SDK/MovieScene_classes.hpp" +#include "SDK/DataRegistry_classes.hpp" +#include "SDK/FPhotoFormat_structs.hpp" +#include "SDK/MobilePatchingUtils_classes.hpp" +#include "SDK/DeveloperSettings_classes.hpp" +#include "SDK/CinematicCamera_structs.hpp" +#include "SDK/DLSSBlueprint_structs.hpp" +#include "SDK/GameplayCameras_structs.hpp" +#include "SDK/Kena_structs.hpp" +#include "SDK/AIModule_structs.hpp" +#include "SDK/AIModule_classes.hpp" +#include "SDK/Kena_classes.hpp" +#include "SDK/WBP_MapPOIWarp_classes.hpp" +#include "SDK/ActorSequence_structs.hpp" +#include "SDK/ActorSequence_classes.hpp" +#include "SDK/NiagaraCore_structs.hpp" +#include "SDK/NiagaraCore_classes.hpp" +#include "SDK/NiagaraShader_structs.hpp" +#include "SDK/Niagara_structs.hpp" +#include "SDK/Niagara_classes.hpp" +#include "SDK/BP_AirBowState_classes.hpp" +#include "SDK/NiagaraShader_classes.hpp" +#include "SDK/BP_DebugFlyState_classes.hpp" +#include "SDK/NiagaraAnimNotifies_classes.hpp" +#include "SDK/AnimationCore_structs.hpp" +#include "SDK/ControlRig_structs.hpp" +#include "SDK/PropertyPath_structs.hpp" +#include "SDK/MovieSceneTracks_structs.hpp" +#include "SDK/MovieSceneTracks_classes.hpp" +#include "SDK/ControlRig_classes.hpp" +#include "SDK/BP_CM_Hat_RusuMask_classes.hpp" +#include "SDK/WBP_PMSettings_Camera_classes.hpp" +#include "SDK/LevelSequence_structs.hpp" +#include "SDK/LevelSequence_classes.hpp" +#include "SDK/BP_CM_CosmeticItem_classes.hpp" +#include "SDK/AnimGraphRuntime_structs.hpp" +#include "SDK/AnimGraphRuntime_classes.hpp" +#include "SDK/BT_PlayRotSwimmingMontage_classes.hpp" +#include "SDK/BP_OptionsScreenPercentage_classes.hpp" +#include "SDK/MovieSceneCapture_structs.hpp" +#include "SDK/ImageWriteQueue_structs.hpp" +#include "SDK/MovieSceneCapture_classes.hpp" +#include "SDK/AppleProResMedia_structs.hpp" +#include "SDK/AppleProResMedia_classes.hpp" +#include "SDK/MovieRenderPipelineCore_structs.hpp" +#include "SDK/OpenColorIO_structs.hpp" +#include "SDK/MovieRenderPipelineCore_classes.hpp" +#include "SDK/WmfMediaFactory_classes.hpp" +#include "SDK/UMG_structs.hpp" +#include "SDK/UMG_classes.hpp" +#include "SDK/MovieRenderPipelineSettings_classes.hpp" +#include "SDK/BP_FogBowl_classes.hpp" +#include "SDK/MovieRenderPipelineRenderPasses_structs.hpp" +#include "SDK/ActorLayerUtilities_structs.hpp" +#include "SDK/MovieRenderPipelineRenderPasses_classes.hpp" +#include "SDK/ActorLayerUtilities_classes.hpp" +#include "SDK/OpenColorIO_classes.hpp" +#include "SDK/SequencerScripting_structs.hpp" +#include "SDK/SequencerScripting_classes.hpp" +#include "SDK/TemplateSequence_structs.hpp" +#include "SDK/TemplateSequence_classes.hpp" +#include "SDK/HeatMapper_structs.hpp" +#include "SDK/HeatMapper_classes.hpp" +#include "SDK/BP_Explosion_SpiritPulse_classes.hpp" +#include "SDK/OnlineSubsystemUtils_structs.hpp" +#include "SDK/OnlineSubsystem_structs.hpp" +#include "SDK/OnlineSubsystemUtils_classes.hpp" +#include "SDK/ACLPlugin_structs.hpp" +#include "SDK/ACLPlugin_classes.hpp" +#include "SDK/AbilityCycler_classes.hpp" +#include "SDK/UIWS_structs.hpp" +#include "SDK/UIWS_classes.hpp" +#include "SDK/AkAudio_structs.hpp" +#include "SDK/AkAudio_classes.hpp" +#include "SDK/OnlineSubsystem_classes.hpp" +#include "SDK/AudioMixer_structs.hpp" +#include "SDK/AudioMixer_classes.hpp" +#include "SDK/OnlineSubsystemRedpointEOS_structs.hpp" +#include "SDK/OnlineSubsystemRedpointEOS_classes.hpp" +#include "SDK/PacketHandler_classes.hpp" +#include "SDK/BTT_SetOrientToMovement_classes.hpp" +#include "SDK/OnlineSubsystemSteam_classes.hpp" +#include "SDK/OnlineSubsystemOculus_classes.hpp" +#include "SDK/AudioExtensions_classes.hpp" +#include "SDK/WinDualSense_classes.hpp" +#include "SDK/MRMesh_structs.hpp" +#include "SDK/MRMesh_classes.hpp" +#include "SDK/GameplayCameras_classes.hpp" +#include "SDK/DLSS_structs.hpp" +#include "SDK/DLSS_classes.hpp" +#include "SDK/DLSSBlueprint_classes.hpp" +#include "SDK/BinkMediaPlayer_structs.hpp" +#include "SDK/BinkMediaPlayer_classes.hpp" +#include "SDK/BP_SetAnimContextNotifyState_classes.hpp" +#include "SDK/BTUtilityPlugin_structs.hpp" +#include "SDK/BTUtilityPlugin_classes.hpp" +#include "SDK/PhotoMode_classes.hpp" +#include "SDK/BP_OptionsGraphicsAPI_classes.hpp" +#include "SDK/FPhotoPathMovement_structs.hpp" +#include "SDK/BP_CombatDeath_classes.hpp" +#include "SDK/WBP_AmmoHUD_classes.hpp" +#include "SDK/Paper2D_structs.hpp" +#include "SDK/Paper2D_classes.hpp" +#include "SDK/Renderer_structs.hpp" +#include "SDK/LightPropagationVolumeRuntime_classes.hpp" +#include "SDK/OodleNetworkHandlerComponent_structs.hpp" +#include "SDK/OodleNetworkHandlerComponent_classes.hpp" +#include "SDK/BP_CM_Hat_Rhinoceros_classes.hpp" +#include "SDK/AnimationSharing_structs.hpp" +#include "SDK/AnimationSharing_classes.hpp" +#include "SDK/SignificanceManager_classes.hpp" +#include "SDK/BP_CM_Hat_Cowboy_classes.hpp" +#include "SDK/UObjectPlugin_structs.hpp" +#include "SDK/UObjectPlugin_classes.hpp" +#include "SDK/FacialAnimation_classes.hpp" +#include "SDK/DatasmithContent_structs.hpp" +#include "SDK/DatasmithContent_classes.hpp" +#include "SDK/VariantManagerContent_structs.hpp" +#include "SDK/VariantManagerContent_classes.hpp" +#include "SDK/Ability_RotCarry_classes.hpp" +#include "SDK/GeometryCache_structs.hpp" +#include "SDK/GeometryCache_classes.hpp" +#include "SDK/GeometryCacheTracks_structs.hpp" +#include "SDK/GeometryCacheTracks_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_Butterfly_classes.hpp" +#include "SDK/AutomationUtils_classes.hpp" +#include "SDK/ClothingSystemRuntimeInterface_structs.hpp" +#include "SDK/ClothingSystemRuntimeInterface_classes.hpp" +#include "SDK/ClothingSystemRuntimeCommon_structs.hpp" +#include "SDK/ClothingSystemRuntimeCommon_classes.hpp" +#include "SDK/ChaosCloth_structs.hpp" +#include "SDK/ChaosCloth_classes.hpp" +#include "SDK/BP_CM_Hat_ToshiMask_classes.hpp" +#include "SDK/MeshDescription_structs.hpp" +#include "SDK/EditableMesh_structs.hpp" +#include "SDK/EditableMesh_classes.hpp" +#include "SDK/GeometryCollectionTracks_structs.hpp" +#include "SDK/GeometryCollectionTracks_classes.hpp" +#include "SDK/ProceduralMeshComponent_structs.hpp" +#include "SDK/ProceduralMeshComponent_classes.hpp" +#include "SDK/ChaosNiagara_structs.hpp" +#include "SDK/ChaosNiagara_classes.hpp" +#include "SDK/MotoSynth_structs.hpp" +#include "SDK/MotoSynth_classes.hpp" +#include "SDK/BP_OptionsVSyncEnabled_classes.hpp" +#include "SDK/MagicLeapARPin_structs.hpp" +#include "SDK/MagicLeapARPin_classes.hpp" +#include "SDK/MagicLeapSharedWorld_structs.hpp" +#include "SDK/MagicLeapSharedWorld_classes.hpp" +#include "SDK/MagicLeap_structs.hpp" +#include "SDK/MagicLeap_classes.hpp" +#include "SDK/HeadMountedDisplay_structs.hpp" +#include "SDK/HeadMountedDisplay_classes.hpp" +#include "SDK/MagicLeapAR_structs.hpp" +#include "SDK/MagicLeapImageTracker_structs.hpp" +#include "SDK/MagicLeapPlanes_structs.hpp" +#include "SDK/MagicLeapAR_classes.hpp" +#include "SDK/Explosion_StaffSlam_classes.hpp" +#include "SDK/AugmentedReality_structs.hpp" +#include "SDK/AugmentedReality_classes.hpp" +#include "SDK/MagicLeapAudio_structs.hpp" +#include "SDK/MagicLeapAudio_classes.hpp" +#include "SDK/MagicLeapController_structs.hpp" +#include "SDK/MagicLeapController_classes.hpp" +#include "SDK/BP_SlideState_classes.hpp" +#include "SDK/LiveLinkInterface_structs.hpp" +#include "SDK/LiveLinkInterface_classes.hpp" +#include "SDK/MagicLeapHandTracking_structs.hpp" +#include "SDK/MagicLeapHandTracking_classes.hpp" +#include "SDK/MagicLeapIdentity_structs.hpp" +#include "SDK/MagicLeapIdentity_classes.hpp" +#include "SDK/MagicLeapImageTracker_classes.hpp" +#include "SDK/MagicLeapPlanes_classes.hpp" +#include "SDK/MagicLeapPrivileges_structs.hpp" +#include "SDK/MagicLeapPrivileges_classes.hpp" +#include "SDK/BP_KenaCinematic_classes.hpp" +#include "SDK/MagicLeapSecureStorage_classes.hpp" +#include "SDK/MagicLeapHandMeshing_structs.hpp" +#include "SDK/MagicLeapHandMeshing_classes.hpp" +#include "SDK/MagicLeapLightEstimation_structs.hpp" +#include "SDK/MagicLeapLightEstimation_classes.hpp" +#include "SDK/WBP_KenaUpgrades_classes.hpp" +#include "SDK/AvfMediaFactory_classes.hpp" +#include "SDK/MediaAssets_structs.hpp" +#include "SDK/MediaAssets_classes.hpp" +#include "SDK/ImgMedia_classes.hpp" +#include "SDK/ImgMediaEngine_classes.hpp" +#include "SDK/ImgMediaFactory_classes.hpp" +#include "SDK/MediaCompositing_structs.hpp" +#include "SDK/MediaCompositing_classes.hpp" +#include "SDK/TcpMessaging_classes.hpp" +#include "SDK/WBP_TitleCard_classes.hpp" +#include "SDK/UdpMessaging_structs.hpp" +#include "SDK/UdpMessaging_classes.hpp" +#include "SDK/AndroidPermission_classes.hpp" +#include "SDK/ERotPipState_structs.hpp" +#include "SDK/WBP_RotBarPip_V2_classes.hpp" +#include "SDK/AppleImageUtils_structs.hpp" +#include "SDK/AppleImageUtils_classes.hpp" +#include "SDK/BPFL_PDSHelpers_classes.hpp" +#include "SDK/ArchVisCharacter_classes.hpp" +#include "SDK/AssetTags_structs.hpp" +#include "SDK/AssetTags_classes.hpp" +#include "SDK/AudioCapture_structs.hpp" +#include "SDK/AudioCapture_classes.hpp" +#include "SDK/BP_CM_Hat_GingerBreadHouse_classes.hpp" +#include "SDK/BP_TriggerForEach_classes.hpp" +#include "SDK/CableComponent_classes.hpp" +#include "SDK/CustomMeshComponent_structs.hpp" +#include "SDK/CustomMeshComponent_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_VaporWave_classes.hpp" +#include "SDK/GooglePAD_structs.hpp" +#include "SDK/GooglePAD_classes.hpp" +#include "SDK/Ability_Inspect_classes.hpp" +#include "SDK/BP_Triggerable_Spotlight_classes.hpp" +#include "SDK/LocationServicesBPLibrary_structs.hpp" +#include "SDK/LocationServicesBPLibrary_classes.hpp" +#include "SDK/PhysXVehicles_structs.hpp" +#include "SDK/PhysXVehicles_classes.hpp" +#include "SDK/SoundFields_classes.hpp" +#include "SDK/BP_CM_Hat_Spelunking_classes.hpp" +#include "SDK/Synthesis_structs.hpp" +#include "SDK/Synthesis_classes.hpp" +#include "SDK/AudioAnalyzer_classes.hpp" +#include "SDK/AudioSynesthesia_structs.hpp" +#include "SDK/AudioSynesthesia_classes.hpp" +#include "SDK/ABP_HeroRot_classes.hpp" +#include "SDK/Foliage_structs.hpp" +#include "SDK/Foliage_classes.hpp" +#include "SDK/CinematicCamera_classes.hpp" +#include "SDK/InputCore_classes.hpp" +#include "SDK/SlateCore_classes.hpp" +#include "SDK/Slate_classes.hpp" +#include "SDK/ImageWriteQueue_classes.hpp" +#include "SDK/BP_FallingDeath_classes.hpp" +#include "SDK/MaterialShaderQualitySettings_structs.hpp" +#include "SDK/MaterialShaderQualitySettings_classes.hpp" +#include "SDK/Explosion_MultishotBomb_classes.hpp" +#include "SDK/EPhotoModeState_structs.hpp" +#include "SDK/ELightingRigSpawnType_structs.hpp" +#include "SDK/FPhotoLightingRig_structs.hpp" +#include "SDK/FPhotoWaypointInfo_structs.hpp" +#include "SDK/BP_PhotoPawn_classes.hpp" +#include "SDK/EyeTracker_structs.hpp" +#include "SDK/EyeTracker_classes.hpp" +#include "SDK/EngineSettings_structs.hpp" +#include "SDK/EngineSettings_classes.hpp" +#include "SDK/BP_Flower_03_classes.hpp" +#include "SDK/BuildPatchServices_structs.hpp" +#include "SDK/BuildPatchServices_classes.hpp" +#include "SDK/Landscape_structs.hpp" +#include "SDK/Landscape_classes.hpp" +#include "SDK/TimeManagement_structs.hpp" +#include "SDK/TimeManagement_classes.hpp" +#include "SDK/BP_CM_Hat_Pumpkin_classes.hpp" +#include "SDK/AnimationCore_classes.hpp" +#include "SDK/NetCore_structs.hpp" +#include "SDK/NetCore_classes.hpp" +#include "SDK/AssetRegistry_structs.hpp" +#include "SDK/AssetRegistry_classes.hpp" +#include "SDK/GameplayTags_classes.hpp" +#include "SDK/MeshDescription_classes.hpp" +#include "SDK/BPFL_EnemyFunctions_classes.hpp" +#include "SDK/StaticMeshDescription_structs.hpp" +#include "SDK/StaticMeshDescription_classes.hpp" +#include "SDK/PropertyAccess_classes.hpp" +#include "SDK/BP_DriveRotCloudState_classes.hpp" +#include "SDK/JsonUtilities_structs.hpp" +#include "SDK/JsonUtilities_classes.hpp" +#include "SDK/MoviePlayer_structs.hpp" +#include "SDK/MoviePlayer_classes.hpp" +#include "SDK/Ability_RotHammer_classes.hpp" +#include "SDK/Overlay_structs.hpp" +#include "SDK/Overlay_classes.hpp" +#include "SDK/ClothingSystemRuntimeNv_structs.hpp" +#include "SDK/ClothingSystemRuntimeNv_classes.hpp" +#include "SDK/RigVM_structs.hpp" +#include "SDK/RigVM_classes.hpp" +#include "SDK/NavigationSystem_structs.hpp" +#include "SDK/NavigationSystem_classes.hpp" +#include "SDK/ChaosSolverEngine_structs.hpp" +#include "SDK/ChaosSolverEngine_classes.hpp" +#include "SDK/FieldSystemEngine_structs.hpp" +#include "SDK/FieldSystemEngine_classes.hpp" +#include "SDK/GeometryCollectionEngine_structs.hpp" +#include "SDK/GeometryCollectionEngine_classes.hpp" +#include "SDK/InteractiveToolsFramework_structs.hpp" +#include "SDK/InteractiveToolsFramework_classes.hpp" +#include "SDK/LuminRuntimeSettings_structs.hpp" +#include "SDK/LuminRuntimeSettings_classes.hpp" +#include "SDK/MochiShaders_structs.hpp" +#include "SDK/ImageWrapper_structs.hpp" +#include "SDK/MediaUtils_structs.hpp" +#include "SDK/VectorVM_structs.hpp" +#include "SDK/BP_LandState_classes.hpp" +#include "SDK/EngineMessages_structs.hpp" +#include "SDK/Serialization_structs.hpp" +#include "SDK/BP_EnemyBaseController_classes.hpp" +#include "SDK/SessionMessages_structs.hpp" +#include "SDK/DmgTypeBP_Environmental_classes.hpp" +#include "SDK/MagicLeapARPinInfoActor_classes.hpp" +#include "SDK/BP_DeadzoneMaskRenderer_classes.hpp" +#include "SDK/WBP_RotAction_classes.hpp" +#include "SDK/BP_PMOptionLightingRig_Intensity_classes.hpp" +#include "SDK/ABP_AnimSocket_RotCarry_classes.hpp" +#include "SDK/BP_CM_Hat_StabKnife_classes.hpp" +#include "SDK/BP_DisableHeadTrackingNotifyState_classes.hpp" +#include "SDK/AnimNotify_AkEvent_classes.hpp" +#include "SDK/BP_SaveGameVariables_classes.hpp" +#include "SDK/WBP_GammaInner_classes.hpp" +#include "SDK/WBP_MochiMessageBox_classes.hpp" +#include "SDK/BP_MochiGameInstance_classes.hpp" +#include "SDK/BP_OptionsAutoLockOn_classes.hpp" +#include "SDK/EAttackAnim_structs.hpp" +#include "SDK/BP_AttackStartNotify_classes.hpp" +#include "SDK/BP_ChargeAttackWindow_classes.hpp" +#include "SDK/BP_CM_Hat_Mask_classes.hpp" +#include "SDK/BP_CM_Hat_Mushroom_classes.hpp" +#include "SDK/WBP_SelectLanguageOption_classes.hpp" +#include "SDK/BP_CM_Hat_NewYear_classes.hpp" +#include "SDK/BP_CM_Hat_Owl_classes.hpp" +#include "SDK/BP_LightBeam_classes.hpp" +#include "SDK/BP_DeadzoneCleaningSphere_classes.hpp" +#include "SDK/BP_CorruptVillager_classes.hpp" +#include "SDK/ABP_CorruptVillager_classes.hpp" +#include "SDK/BP_SpiritShieldSuperState_classes.hpp" +#include "SDK/BP_Staff_Default_classes.hpp" +#include "SDK/BP_SetHeadTrackingName_classes.hpp" +#include "SDK/ABP_Kena_Clothing_classes.hpp" +#include "SDK/WBP_Reticle_Quiver_classes.hpp" +#include "SDK/WBP_BossHealthBar_classes.hpp" +#include "SDK/WBP_CharmStatus_classes.hpp" +#include "SDK/WBP_CharmstoneButton_classes.hpp" +#include "SDK/Zero0_00_World0_Audio_SFX_classes.hpp" +#include "SDK/Zero0_00_World0_Audio_Music_classes.hpp" +#include "SDK/RelicBeams_classes.hpp" +#include "SDK/Zero0_02_PathToVillage_Path_Lighting_classes.hpp" +#include "SDK/BP_Fern_01_classes.hpp" +#include "SDK/Zero0_02_PathtoVillage_Cave_GAMEPLAY_classes.hpp" +#include "SDK/EReticleHoverState_structs.hpp" +#include "SDK/BP_BowState_classes.hpp" +#include "SDK/BP_Pulse_EchoStone_classes.hpp" +#include "SDK/BP_PDSManager_classes.hpp" +#include "SDK/BP_LightBeam_Triggerable_classes.hpp" +#include "SDK/BP_IncenseSticks_classes.hpp" +#include "SDK/BP_PulseCollider_classes.hpp" +#include "SDK/BP_ScrimPlane_classes.hpp" +#include "SDK/BP_FernDZ_02_classes.hpp" +#include "SDK/BP_Flower_02_classes.hpp" +#include "SDK/BP_SurfaceFogSphere_classes.hpp" +#include "SDK/BP_LedgeSearchState_classes.hpp" +#include "SDK/BP_TexturedFogSphere_classes.hpp" +#include "SDK/BP_FogSheet_classes.hpp" +#include "SDK/BP_HangingChimes_06_WarpShrine_classes.hpp" +#include "SDK/BP_PulseFillLight_classes.hpp" +#include "SDK/BP_FernDZ_01_classes.hpp" +#include "SDK/BPI_Multishotable_classes.hpp" +#include "SDK/BP_FernDZ_04_classes.hpp" +#include "SDK/BP_Fern_04_classes.hpp" +#include "SDK/BP_Flower_05_classes.hpp" +#include "SDK/BP_Arrowhead_01_classes.hpp" +#include "SDK/BP_Pulse_classes.hpp" +#include "SDK/BP_CastIron_04_classes.hpp" +#include "SDK/BP_RotLevelUp_Explosion_classes.hpp" +#include "SDK/BP_CastIron_06_classes.hpp" +#include "SDK/BP_Fern_02_classes.hpp" +#include "SDK/BP_CM_Hat_Dog_classes.hpp" +#include "SDK/BP_Plant_03_classes.hpp" +#include "SDK/BP_Plant_05_classes.hpp" +#include "SDK/WBP_BlackBars_classes.hpp" +#include "SDK/BP_GrabReleaseState_classes.hpp" +#include "SDK/WBP_CustomCycleSelect_classes.hpp" +#include "SDK/BP_PulseTorchwithPedestal_classes.hpp" +#include "SDK/BP_CompleteRotAction_classes.hpp" +#include "SDK/BP_RemoveStatusEffect_classes.hpp" +#include "SDK/WBP_AbilityIconButton_classes.hpp" +#include "SDK/WBP_CoreAbilityIconButton_classes.hpp" +#include "SDK/WBP_CoreAbilityRotatingWidget_classes.hpp" +#include "SDK/BP_CM_Hat_Deer_classes.hpp" +#include "SDK/BP_RotCarryable_Pulse_EchoStone_classes.hpp" +#include "SDK/BP_Explosion_SpiritPulse_Echo_classes.hpp" +#include "SDK/BP_RelicBeam_classes.hpp" +#include "SDK/BP_Explosion_SpiritPulse_EchoStone_Arrow_classes.hpp" +#include "SDK/BP_Explosion_SpiritPulse_EchoStone_Bomb_classes.hpp" +#include "SDK/WBP_RelicIcon_classes.hpp" +#include "SDK/WBP_ShieldHealthBar_classes.hpp" +#include "SDK/BP_ResourceBar_classes.hpp" +#include "SDK/BP_LedgeReleaseState_classes.hpp" +#include "SDK/BP_DeadzoneDeathState_classes.hpp" +#include "SDK/WBP_KenaHealthBar_Base_classes.hpp" +#include "SDK/ERotCourageUIState_structs.hpp" +#include "SDK/BP_CM_Hat_Pinecone_classes.hpp" +#include "SDK/BP_OptionsDifficulty_classes.hpp" +#include "SDK/BP_DodgeOrientWindow_classes.hpp" +#include "SDK/BP_KenaDodgeNotifyState_classes.hpp" +#include "SDK/BP_CM_Hat_TaroMask_classes.hpp" +#include "SDK/BP_CM_Hat_Tiara_classes.hpp" +#include "SDK/BP_CM_Hat_Tiger_classes.hpp" +#include "SDK/BP_CM_Hat_Triceratops_classes.hpp" +#include "SDK/FDoorPulseDualityStoneData_structs.hpp" +#include "SDK/FDoorPulseActivationPlateData_structs.hpp" +#include "SDK/EPulseableObjectState_structs.hpp" +#include "SDK/BP_WoodMagicSmallDoor_classes.hpp" +#include "SDK/BP_FullscreenVideoPlayer_classes.hpp" +#include "SDK/BP_MochiLevelSequence_classes.hpp" +#include "SDK/BP_TriggerableSkeletalMeshActor_Toshi_classes.hpp" +#include "SDK/WBP_ControlOptions_classes.hpp" +#include "SDK/BP_Dialogue_ToshiReveal_classes.hpp" +#include "SDK/BP_DialogueController_classes.hpp" +#include "SDK/BP_TextHintActor_classes.hpp" +#include "SDK/WBP_RegionProgressMarker_classes.hpp" +#include "SDK/BP_ChangePDSTrigger_classes.hpp" +#include "SDK/BP_TriggerableSkeletalMeshActor_classes.hpp" +#include "SDK/WBP_MapPOITrials_classes.hpp" +#include "SDK/Enm_Candles_structs.hpp" +#include "SDK/BP_CandlesWithFlames_classes.hpp" +#include "SDK/BP_HangingChimes_01_classes.hpp" +#include "SDK/BP_HangingChimes_02_classes.hpp" +#include "SDK/BP_HangingChimes_03_classes.hpp" +#include "SDK/BP_HangingChimes_04_classes.hpp" +#include "SDK/BP_HangingChimes_05_classes.hpp" +#include "SDK/BP_HangingChimes_06_classes.hpp" +#include "SDK/BP_TriggerableParticles_classes.hpp" +#include "SDK/BP_ScriptableCameraRegion_classes.hpp" +#include "SDK/WBP_ModalTutorialWindow_classes.hpp" +#include "SDK/BP_CharacterInhibitionVolumeComponent_classes.hpp" +#include "SDK/BP_Villager_Cloaked_Animated_classes.hpp" +#include "SDK/BP_Villager_Cloaked_Static_classes.hpp" +#include "SDK/BP_PlayMontageOnKena_classes.hpp" +#include "SDK/BP_Trigger_Light_classes.hpp" +#include "SDK/BP_ShrineOfDeath_classes.hpp" +#include "SDK/BP_ShrineOfLife_classes.hpp" +#include "SDK/BP_MaterialTweenActor_classes.hpp" +#include "SDK/BP_PedestalTorch_TriggerPulse_classes.hpp" +#include "SDK/WBP_ObjectiveList_classes.hpp" +#include "SDK/FGlowLinkData_structs.hpp" +#include "SDK/BP_Pulse_ActivationPlate_classes.hpp" +#include "SDK/BP_Pulse_KeyStone_classes.hpp" +#include "SDK/BP_Pulse_DualityStone_2_classes.hpp" +#include "SDK/BP_CM_Hat_Warrior_classes.hpp" +#include "SDK/BP_ManagedDamageActor_Base_classes.hpp" +#include "SDK/Explosion_ImpactBomb_classes.hpp" +#include "SDK/BP_TimedDeadzoneCleaning_EventTrigger_classes.hpp" +#include "SDK/BP_TimedDeadzoneCleaningComponent_classes.hpp" +#include "SDK/BP_EnemySpawnerBase_classes.hpp" +#include "SDK/BP_LocalTriggerableCameraSpringArm_classes.hpp" +#include "SDK/BP_TriggerGate_classes.hpp" +#include "SDK/BP_SpiritRealm_ToggleVis_classes.hpp" +#include "SDK/BP_WaveManager_00_02_Cave_classes.hpp" +#include "SDK/BP_OptionsFollowCamera_classes.hpp" +#include "SDK/BP_WaveManager_00_02_Cave_NG__classes.hpp" +#include "SDK/BP_EnemyOnlyWall_classes.hpp" +#include "SDK/BP_MaskGetComponent_classes.hpp" +#include "SDK/BP_RelicGetComponent_classes.hpp" +#include "SDK/BP_TitleCardComponent_classes.hpp" +#include "SDK/WBP_GameOptions_classes.hpp" +#include "SDK/BTD_DoOnce_classes.hpp" +#include "SDK/BT_AngleGreaterThan_classes.hpp" +#include "SDK/BTT_RotMoveAroundRot_classes.hpp" +#include "SDK/BT_IfDistanceGreaterThen_classes.hpp" +#include "SDK/BT_IfDistanceLessThen_classes.hpp" +#include "SDK/BT_IsTargetRightOf_classes.hpp" +#include "SDK/BT_KenaStateEquals_classes.hpp" +#include "SDK/BTD_IsEnemyBound_classes.hpp" +#include "SDK/BTS_FindClosestSpotOnNavAroundActor_classes.hpp" +#include "SDK/BTT_SetRotActionEnabled_classes.hpp" +#include "SDK/BTT_SetFloat_classes.hpp" +#include "SDK/BTD_UtilThreshold_classes.hpp" +#include "SDK/BTS_OrientToVelocity_classes.hpp" +#include "SDK/BTS_UpdateAngleToTarget_classes.hpp" +#include "SDK/BTS_UpdateDependentCurveScore_classes.hpp" +#include "SDK/WBP_FullscreenVideo_classes.hpp" +#include "SDK/BTS_UpdateDistanceToTarget_classes.hpp" +#include "SDK/BTS_UpdateHealth_classes.hpp" +#include "SDK/BTS_UpdateTargetLineOfSight_classes.hpp" +#include "SDK/BTS_UpdateCurveScore_classes.hpp" +#include "SDK/BTS_UpdateScoreBase_classes.hpp" +#include "SDK/BT_HasValidTarget_classes.hpp" +#include "SDK/BTS_TargetPlayer_classes.hpp" +#include "SDK/BTT_DestroyActor_classes.hpp" +#include "SDK/BTS_IgnoreStagger_classes.hpp" +#include "SDK/BPFL_WidgetHelpers_classes.hpp" +#include "SDK/WBP_RelicGetOverlay_classes.hpp" +#include "SDK/WBP_MaskGetOverlay_classes.hpp" +#include "SDK/WBP_RelicGet_Anim_classes.hpp" +#include "SDK/ABP_EnemyWisp_classes.hpp" +#include "SDK/WBP_CurrencyCounter_classes.hpp" +#include "SDK/BP_ActivateAbility_classes.hpp" +#include "SDK/BP_MochiSpectatorPawn_classes.hpp" +#include "SDK/BP_CrystalGlow_classes.hpp" +#include "SDK/BP_WaterRippleNotify_classes.hpp" +#include "SDK/BP_FullHopState_classes.hpp" +#include "SDK/WBP_AbilityIcon_classes.hpp" +#include "SDK/WBP_AbilityTree_classes.hpp" +#include "SDK/WBP_PurchaseUpgradeModal_classes.hpp" +#include "SDK/IDeadzoneCleanTriggerable_classes.hpp" +#include "SDK/WBP_CurrentObjectiveListEntry_classes.hpp" +#include "SDK/ABP_PulsePlate_classes.hpp" +#include "SDK/ABP_Toshi_classes.hpp" +#include "SDK/WBP_SubRipTextWidget_classes.hpp" +#include "SDK/W0_CaveIntro_Master_classes.hpp" +#include "SDK/W0_ToshiReveal_Master_classes.hpp" +#include "SDK/BP_ShadowboxPDSComponent_classes.hpp" +#include "SDK/BP_ToshiCinematic_classes.hpp" +#include "SDK/BP_CM_Hat_Frog_classes.hpp" +#include "SDK/BP_MochiCamera_classes.hpp" +#include "SDK/BP_SequencerFadeText_classes.hpp" +#include "SDK/WBP_BombAmmo_classes.hpp" +#include "SDK/ABP_AnimSocket_classes.hpp" +#include "SDK/W0_CaveIntroShot01VFX_classes.hpp" +#include "SDK/WBP_SequencerFadeText_classes.hpp" +#include "SDK/BP_3dMenuItem_classes.hpp" +#include "SDK/WBP_RotStatusIcon_classes.hpp" +#include "SDK/BP_CM_Hat_Ox_classes.hpp" +#include "SDK/BP_CM_Hat_Pancakes_classes.hpp" +#include "SDK/WBP_ShadowBoxNew_classes.hpp" +#include "SDK/UGlowMaterialData_classes.hpp" +#include "SDK/WBP_Reticle_classes.hpp" +#include "SDK/Zero0_02_PathtoVillage_Cave_GEO_classes.hpp" +#include "SDK/Zero0_02_PathtoVillage_LANDSCAPE_classes.hpp" +#include "SDK/BP_PlayWithRotIdleState_classes.hpp" +#include "SDK/Zero0_02_PathtoVillage_Cave_LANDSCAPE_classes.hpp" +#include "SDK/BP_InteractiveDZFoliageISMComponent_classes.hpp" +#include "SDK/BP_InteractiveFoliageISMComponent_classes.hpp" +#include "SDK/BP_InvisibleLoadWall_classes.hpp" +#include "SDK/BP_DeadzoneRTPCVolume_classes.hpp" +#include "SDK/BP_MusicRTPCVolume_classes.hpp" +#include "SDK/BP_AmbienceSpline_classes.hpp" +#include "SDK/BP_MochiGameMode_classes.hpp" +#include "SDK/BP_AchievementManager_classes.hpp" +#include "SDK/BP_AudioManager_classes.hpp" +#include "SDK/BP_CombatManager_classes.hpp" +#include "SDK/BP_DifficultyManager_classes.hpp" +#include "SDK/BP_PulseManager_classes.hpp" +#include "SDK/BP_RotManager_classes.hpp" +#include "SDK/BP_Explosion_RotHammerProjectile_classes.hpp" +#include "SDK/BP_SaveGameManager_classes.hpp" +#include "SDK/BP_SpiritRealmManager_classes.hpp" +#include "SDK/Ability_Sprint_classes.hpp" +#include "SDK/BP_MemoryKeyDataManager_classes.hpp" +#include "SDK/BP_RotPickup_classes.hpp" +#include "SDK/WBP_RotGetModal_classes.hpp" +#include "SDK/BP_LanguageOptionData_classes.hpp" +#include "SDK/ABP_RotCloud_classes.hpp" +#include "SDK/WBP_LoadingScreen_classes.hpp" +#include "SDK/WBP_MochiTipWindow_classes.hpp" +#include "SDK/ABP_SkeletalRot_classes.hpp" +#include "SDK/BP_RotController_classes.hpp" +#include "SDK/BTD_Chance_classes.hpp" +#include "SDK/BTD_CheckMovementMode_classes.hpp" +#include "SDK/BTT_PoofTo_classes.hpp" +#include "SDK/BT_PlayMontage_classes.hpp" +#include "SDK/BT_SetBool_classes.hpp" +#include "SDK/BT_StopMontage_classes.hpp" +#include "SDK/BTS_RotUpdateCanInterruptBT_classes.hpp" +#include "SDK/BT_FocusTarget_classes.hpp" +#include "SDK/BT_ScopedFocus_classes.hpp" +#include "SDK/BT_ScopedMovementSpeed_classes.hpp" +#include "SDK/BTS_CharacterRotation_classes.hpp" +#include "SDK/BP_MapPlane_classes.hpp" +#include "SDK/BTT_WaitOnCombatEnd_classes.hpp" +#include "SDK/BTS_OrientToVelocityIfMoving_classes.hpp" +#include "SDK/BT_UnfocusTarget_classes.hpp" +#include "SDK/BP_NativeUltraDynamicSky_classes.hpp" +#include "SDK/WBP_SaveIcon_classes.hpp" +#include "SDK/WBP_KenaStatus_classes.hpp" +#include "SDK/BP_RotEatStinkyFruit_NotifyState_classes.hpp" +#include "SDK/BP_CM_Hat_WarriorMask_classes.hpp" +#include "SDK/BP_Pickup_StinkyFruit_classes.hpp" +#include "SDK/BP_OptionsCombatCameraAssist_classes.hpp" +#include "SDK/BP_Checkpoint_classes.hpp" +#include "SDK/WBP_MochiSlider_classes.hpp" +#include "SDK/WBP_PMSettings_Basic_classes.hpp" +#include "SDK/BP_Staff_Base_classes.hpp" +#include "SDK/BP_CursedEffectModifier_classes.hpp" +#include "SDK/BP_LastHitPostEffectModifier_classes.hpp" +#include "SDK/BP_CombatStateReceiver_classes.hpp" +#include "SDK/Ability_RotBait_classes.hpp" +#include "SDK/BP_RotLevelUpFeedback_classes.hpp" +#include "SDK/BP_ParryCounterAttackState_classes.hpp" +#include "SDK/Ability_TacticalNuke_classes.hpp" +#include "SDK/Ability_SpiritStroke_classes.hpp" +#include "SDK/BP_CM_Hat_ChrismasCrown_classes.hpp" +#include "SDK/WBP_Kena_GameplayWidget_classes.hpp" +#include "SDK/WBP_RotBar_V2_classes.hpp" +#include "SDK/Projectile_RotBait_classes.hpp" +#include "SDK/WBP_KenaHealthBar_classes.hpp" +#include "SDK/BP_OptionsHoldInputToSkipCutscenes_classes.hpp" +#include "SDK/BP_CM_Hat_Pterodactyl_classes.hpp" +#include "SDK/BPFL_Common_classes.hpp" +#include "SDK/BP_CinematicInhibitedState_classes.hpp" +#include "SDK/BP_CM_Hat_Witch_classes.hpp" +#include "SDK/AttackBlocked_classes.hpp" +#include "SDK/LightStagger1_classes.hpp" +#include "SDK/Ability_MultishotBomb_classes.hpp" +#include "SDK/StrongStagger1_classes.hpp" +#include "SDK/Game_classes.hpp" +#include "SDK/BP_CinematicPlayerWarpTrigger_classes.hpp" +#include "SDK/BP_CM_Hat_Bat_classes.hpp" +#include "SDK/Ability_Bow_classes.hpp" +#include "SDK/BP_HiddenCheckpoint_classes.hpp" +#include "SDK/BP_SpeedFactorStatusEffect_classes.hpp" +#include "SDK/BP_CM_Hat_Aviator_classes.hpp" +#include "SDK/BP_WarpShrine_classes.hpp" +#include "SDK/BP_MochiDefaultNativeUltraDynamicSky_classes.hpp" +#include "SDK/BP_SaveGroup_classes.hpp" +#include "SDK/BP_PDSWatchTrigger_classes.hpp" +#include "SDK/BP_HangingChimes_05_WarpShrine_classes.hpp" +#include "SDK/BP_HangingChimes_07_WarpShrine_classes.hpp" +#include "SDK/BP_HangingChimes_Base_classes.hpp" +#include "SDK/BP_LightingFogDirector_classes.hpp" +#include "SDK/BP_RotHidingSpot_classes.hpp" +#include "SDK/BP_InteractiveActorBase_classes.hpp" +#include "SDK/BP_KenaController_classes.hpp" +#include "SDK/BP_KenaCharacter_classes.hpp" +#include "SDK/EKenaLookAtBlendspace_structs.hpp" +#include "SDK/BP_OptionsToggleAim_classes.hpp" +#include "SDK/BP_RotCharacter_classes.hpp" +#include "SDK/BP_GroundedSuperState_classes.hpp" +#include "SDK/BP_OptionsSFXVolume_classes.hpp" +#include "SDK/BP_CM_Hat_Cat_classes.hpp" +#include "SDK/EFootStep_structs.hpp" +#include "SDK/BP_FootstepParticleComponent_classes.hpp" +#include "SDK/LaggedLocationCollectionSetter_classes.hpp" +#include "SDK/BP_LiquidDeadzoneSensor_classes.hpp" +#include "SDK/BP_DeadzoneSlowComponent_classes.hpp" +#include "SDK/BP_TriggerableTextHintComponent_classes.hpp" +#include "SDK/BP_SpiritMask_classes.hpp" +#include "SDK/BP_PopupTutorialComponent_classes.hpp" +#include "SDK/BP_RichTextImageDecorator_classes.hpp" +#include "SDK/BP_AirRotActionState_classes.hpp" +#include "SDK/BP_RichTextInputActionDecorator_classes.hpp" +#include "SDK/WBP_Journal_classes.hpp" +#include "SDK/WBP_PromptBar_classes.hpp" +#include "SDK/BP_CM_Hat_Sunglasses_classes.hpp" +#include "SDK/WBP_PromptBarButton_classes.hpp" +#include "SDK/BP_DeflectedState_classes.hpp" +#include "SDK/BP_DeadzoneManager_classes.hpp" +#include "SDK/BP_Explosion_RotSlam_classes.hpp" +#include "SDK/WBP_Charms_classes.hpp" +#include "SDK/BP_OptionsDynamicResolution_classes.hpp" +#include "SDK/WBP_SpiritMasks_classes.hpp" +#include "SDK/WBP_LoadMenu_classes.hpp" +#include "SDK/WBP_WorldMapUpdated_classes.hpp" +#include "SDK/WBP_CurrentObjective_classes.hpp" +#include "SDK/WBP_MapNotification_classes.hpp" +#include "SDK/WBP_MapPOICart_classes.hpp" +#include "SDK/WBP_MapPOIMail_classes.hpp" +#include "SDK/BP_InjectedRotBombExplosion_classes.hpp" +#include "SDK/WBP_MapPOIObjective_classes.hpp" +#include "SDK/WBP_MapPOIOverlay_classes.hpp" +#include "SDK/WBP_RegionProgress_classes.hpp" +#include "SDK/BP_SoftResetState_classes.hpp" +#include "SDK/BP_AirCombatDeathState_classes.hpp" +#include "SDK/BP_OptionsControllerIcons_classes.hpp" +#include "SDK/BP_DeathState_classes.hpp" +#include "SDK/BP_RespawnState_classes.hpp" +#include "SDK/BP_FlailState_classes.hpp" +#include "SDK/BP_JumpSquatState_classes.hpp" +#include "SDK/BP_CM_Hat_Unicorn_classes.hpp" +#include "SDK/BP_ShortHopState_classes.hpp" +#include "SDK/BP_JumpingSuperState_classes.hpp" +#include "SDK/ERotSocketLocation_structs.hpp" +#include "SDK/EAttackStance_structs.hpp" +#include "SDK/BP_KenaAnimInstance_classes.hpp" +#include "SDK/BP_FallState_classes.hpp" +#include "SDK/BP_AirMovementSuperState_classes.hpp" +#include "SDK/BP_DeathCamera_classes.hpp" +#include "SDK/BP_RootSuperState_classes.hpp" +#include "SDK/AbilityFunctionLibrary_classes.hpp" +#include "SDK/BP_AbilityStateBase_classes.hpp" +#include "SDK/BP_DriveRotCameraBlendModifier_classes.hpp" +#include "SDK/BP_AirHeavyAttackState_classes.hpp" +#include "SDK/BP_AirLightAttackState_classes.hpp" +#include "SDK/IInjectableAbility_classes.hpp" +#include "SDK/BP_AirStaggeredState_classes.hpp" +#include "SDK/BP_LedgePulseState_classes.hpp" +#include "SDK/BP_PulseJumpState_classes.hpp" +#include "SDK/BP_LedgeGrabState_classes.hpp" +#include "SDK/BP_AliveSuperState_classes.hpp" +#include "SDK/BP_OptionsTextureQuality_classes.hpp" +#include "SDK/BP_SurfaceSwimState_classes.hpp" +#include "SDK/BP_CinematicState_classes.hpp" +#include "SDK/BP_IdleState_classes.hpp" +#include "SDK/BP_CM_Hat_PurpleMushroom_classes.hpp" +#include "SDK/BP_TeleportState_classes.hpp" +#include "SDK/BP_OptionsVibration_classes.hpp" +#include "SDK/BP_SurfaceSwimmingSuperstate_classes.hpp" +#include "SDK/BP_CM_Hat_Ghost_classes.hpp" +#include "SDK/Ability_PerformRotActionBind_classes.hpp" +#include "SDK/BP_CM_Hat_StinkyFruit_classes.hpp" +#include "SDK/Ability_PerformRotAction_classes.hpp" +#include "SDK/BP_SprintState_classes.hpp" +#include "SDK/BP_StaggeredState_classes.hpp" +#include "SDK/BP_GrabbedState_classes.hpp" +#include "SDK/BP_PreparedState_classes.hpp" +#include "SDK/BP_AirInjectedBowState_classes.hpp" +#include "SDK/BP_InjectedBowState_classes.hpp" +#include "SDK/Kena_InjectRotShake_classes.hpp" +#include "SDK/BP_PulseSquatState_classes.hpp" +#include "SDK/BP_HeavyAttackState_classes.hpp" +#include "SDK/BP_LightAttackState_classes.hpp" +#include "SDK/BP_DodgeState_classes.hpp" +#include "SDK/BP_RunState_classes.hpp" +#include "SDK/BPL_KenaHFSMUtils_classes.hpp" +#include "SDK/HandHeld_Flutter_classes.hpp" +#include "SDK/BP_NeutralSuperState_classes.hpp" +#include "SDK/BP_LedgeMovementSuperState_classes.hpp" +#include "SDK/BP_SpiritShieldState_classes.hpp" +#include "SDK/Ability_SpiritShield_classes.hpp" +#include "SDK/BP_AnimSpawnAsset_Notify_classes.hpp" +#include "SDK/BP_DashState_classes.hpp" +#include "SDK/BP_PulseState_classes.hpp" +#include "SDK/BP_PMOptionFilter_classes.hpp" +#include "SDK/BP_DashAttackState_classes.hpp" +#include "SDK/BP_AirBombState_classes.hpp" +#include "SDK/BP_AirInjectedBombState_classes.hpp" +#include "SDK/BP_InjectedBombState_classes.hpp" +#include "SDK/BP_BombState_classes.hpp" +#include "SDK/BP_InspectState_classes.hpp" +#include "SDK/BP_RotActionState_classes.hpp" +#include "SDK/BP_RotHammerState_classes.hpp" +#include "SDK/BP_SpiritShieldBlockState_classes.hpp" +#include "SDK/BP_SpiritShieldBreakState_classes.hpp" +#include "SDK/Ability_RotPulse_classes.hpp" +#include "SDK/BP_OptionsMaxFollowRot_classes.hpp" +#include "SDK/PulseData_structs.hpp" +#include "SDK/Ability_Pulse_classes.hpp" +#include "SDK/WBP_UpgradesRotLevelWidget_classes.hpp" +#include "SDK/Ability_Dash_classes.hpp" +#include "SDK/BP_DashScootHelper_classes.hpp" +#include "SDK/BPFL_AccessHelpers_classes.hpp" +#include "SDK/Ability_DashAttack_classes.hpp" +#include "SDK/BP_AttackSuperState_classes.hpp" +#include "SDK/BP_CombatSuperState_classes.hpp" +#include "SDK/BPFL_Rot_classes.hpp" +#include "SDK/BP_GroundMovementSuperState_classes.hpp" +#include "SDK/BP_EnemyBaseCharacter_classes.hpp" +#include "SDK/BP_RotActionWidget_classes.hpp" +#include "SDK/Explosion_DashBomb_classes.hpp" +#include "SDK/BP_SpiritShield_classes.hpp" +#include "SDK/BP_ShieldBase_classes.hpp" +#include "SDK/BP_LedgeLeapState_classes.hpp" +#include "SDK/Explosion_ShieldBreak_classes.hpp" +#include "SDK/Explosion_BombKenaKnockback_classes.hpp" +#include "SDK/Explosion_BombPlatformActivator_classes.hpp" +#include "SDK/Explosion_SapBomb_classes.hpp" +#include "SDK/BP_Explosion_RotPulse_classes.hpp" +#include "SDK/BP_CM_Hat_Fisherman_classes.hpp" +#include "SDK/Explosion_ParryShockwave_classes.hpp" +#include "SDK/BP_Explosion_RotHammerSlam_classes.hpp" +#include "SDK/BP_Explosion_DZClean_classes.hpp" +#include "SDK/BP_Explosion_RotSpin_classes.hpp" +#include "SDK/Explosion_ShieldRelease_classes.hpp" +#include "SDK/Explosion_Base_classes.hpp" +#include "SDK/BP_InhibitedState_classes.hpp" +#include "SDK/BP_LockOnStrafe_classes.hpp" +#include "SDK/BP_SlideDoubleJumpState_classes.hpp" +#include "SDK/BP_SlideHopState_classes.hpp" +#include "SDK/BP_LedgeClimbState_classes.hpp" +#include "SDK/BP_LedgeIdleState_classes.hpp" +#include "SDK/BP_SpiritSwimmingSuperState_classes.hpp" +#include "SDK/BP_LedgeMantleState_classes.hpp" +#include "SDK/Ability_SapBomb_classes.hpp" +#include "SDK/Projectile_RotBomb_classes.hpp" +#include "SDK/Projectile_RotArrow_classes.hpp" +#include "SDK/Projectile_Arrow_classes.hpp" +#include "SDK/ABP_RotBomb_classes.hpp" +#include "SDK/BP_StasisBubble_classes.hpp" +#include "SDK/BPI_StasisHandler_classes.hpp" +#include "SDK/Ability_MultishotStandalone_classes.hpp" +#include "SDK/Projectile_MultishotBomb_classes.hpp" +#include "SDK/Projectile_MultishotArrow_classes.hpp" +#include "SDK/BP_OptionsSubtitleScale_classes.hpp" +#include "SDK/BP_RotCloud_classes.hpp" +#include "SDK/BP_DeadZonePods_Destructible_DTA_Base_classes.hpp" +#include "SDK/BP_RotCloudSimController_classes.hpp" +#include "SDK/ABP_RotGodCloud_classes.hpp" +#include "SDK/BP_CM_Hat_WhirlyBird_classes.hpp" +#include "SDK/BP_CM_Hat_Tudor_classes.hpp" +#include "SDK/BP_CM_Hat_Caroler_classes.hpp" +#include "SDK/BP_CM_Hat_Santa_classes.hpp" +#include "SDK/BP_RotCloudController_classes.hpp" +#include "SDK/BP_CM_Hat_Clover_classes.hpp" +#include "SDK/BP_CM_Hat_Sunflower_classes.hpp" +#include "SDK/BP_CM_Hat_Party_classes.hpp" +#include "SDK/BP_CM_Hat_Pioneer_classes.hpp" +#include "SDK/WBP_MemoryKeyIcon_classes.hpp" +#include "SDK/BP_ObjectiveInfo_classes.hpp" +#include "SDK/BP_TweenSpeedMultiplier_classes.hpp" +#include "SDK/BP_SetOrientToMovement_classes.hpp" +#include "SDK/BP_AllowRootMotionRotation_classes.hpp" +#include "SDK/BP_SetSpeedMultiplier_classes.hpp" +#include "SDK/CameraShake_classes.hpp" +#include "SDK/BP_OptionsAutoSprint_classes.hpp" +#include "SDK/BP_SlideExitState_classes.hpp" +#include "SDK/BP_SlideJumpSquatState_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_KeyLeft_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_Disco_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_SpiritRealm_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_DuoTone_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_Edge_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_Flash_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_KeyRight_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_VenetianLeft_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_VenetianRight_classes.hpp" +#include "SDK/BP_PhotoMode_LightingRig_Base_classes.hpp" +#include "SDK/BP_NPCharacter_classes.hpp" +#include "SDK/BP_HeroRot_NEW_classes.hpp" +#include "SDK/BP_HeroRotOnShoulder_classes.hpp" +#include "SDK/FPhotoPose_structs.hpp" +#include "SDK/UI_PM_Root_classes.hpp" +#include "SDK/WBP_PromptBar_PhotoMode_classes.hpp" +#include "SDK/WBP_ButtonLegend_classes.hpp" +#include "SDK/WBP_PMSettings_Advanced_classes.hpp" +#include "SDK/WBP_PMSettings_classes.hpp" +#include "SDK/WBP_PMOptionsMenuItem_classes.hpp" +#include "SDK/WBP_ButtonLegendButton_classes.hpp" +#include "SDK/BP_PM_OptionToggleCosmeticCostume_classes.hpp" +#include "SDK/BP_PM_OptionToggleCosmeticStaff_classes.hpp" +#include "SDK/BP_PMOptionAberration_classes.hpp" +#include "SDK/BP_PMOptionAperture_classes.hpp" +#include "SDK/BP_PMOptionExposure_classes.hpp" +#include "SDK/BP_PMOptionFormat_classes.hpp" +#include "SDK/BP_PMOptionGrain_classes.hpp" +#include "SDK/BP_PMOptionLightingRig_classes.hpp" +#include "SDK/WBP_DebugMenu_classes.hpp" +#include "SDK/BP_PMOptionLightingRig_Temperature_classes.hpp" +#include "SDK/BP_PMOptionPose_classes.hpp" +#include "SDK/BP_PMOptionRoll_classes.hpp" +#include "SDK/BP_PMOptionShowHeroRot_classes.hpp" +#include "SDK/WBP_MochiButton_classes.hpp" +#include "SDK/BP_PMOptionToggleAnimation_classes.hpp" +#include "SDK/BP_PMOptionVignette_classes.hpp" +#include "SDK/BP_PMPathOptionSpeed_classes.hpp" +#include "SDK/FPhotoFilter_structs.hpp" +#include "SDK/WBP_PMOptionsCycleSelect_classes.hpp" +#include "SDK/BP_CM_Hat_Cake_classes.hpp" +#include "SDK/BP_HeroRotSocketNotify_classes.hpp" +#include "SDK/BP_CM_Hat_BabyRot_classes.hpp" +#include "SDK/BP_KenaAdditiveLifeAnimState_classes.hpp" +#include "SDK/BP_AnimSpawnAsset_Arrow_classes.hpp" +#include "SDK/BP_AnimSpawnAsset_Bomb_classes.hpp" +#include "SDK/BP_AnimSpawnAsset_Base_classes.hpp" +#include "SDK/BP_OptionsToggleHeldAbilityInputs_classes.hpp" +#include "SDK/WBP_ScrollCredits_classes.hpp" +#include "SDK/ABP_HeroRotOnShoulder_classes.hpp" +#include "SDK/BP_MochiCheatManager_classes.hpp" +#include "SDK/BP_ShadowBoxText_classes.hpp" +#include "SDK/FadeTo_classes.hpp" +#include "SDK/WBP_HoldInputPrompt_classes.hpp" +#include "SDK/BP_CM_Hat_RedBow_classes.hpp" +#include "SDK/BP_AirAimSuperState_classes.hpp" +#include "SDK/BP_AimSuperState_classes.hpp" +#include "SDK/BossSlam_classes.hpp" +#include "SDK/Ability_AirBow_classes.hpp" +#include "SDK/WBP_StickFlickReticle_classes.hpp" +#include "SDK/BP_EnemyBindPOI_Ring_classes.hpp" +#include "SDK/BPFL_SoundHelpers_classes.hpp" +#include "SDK/BP_OptionsSelectLanguage_classes.hpp" +#include "SDK/BP_CouragePickup_classes.hpp" +#include "SDK/BP_OptionsFoliageQuality_classes.hpp" +#include "SDK/BP_BindStatusEffect_classes.hpp" +#include "SDK/BP_CM_Hat_Ladybug_classes.hpp" +#include "SDK/WBP_PauseMenu_classes.hpp" +#include "SDK/WBP_PopupBase_classes.hpp" +#include "SDK/WBP_Kena_CutsceneWidget_classes.hpp" +#include "SDK/WBP_Settings_classes.hpp" +#include "SDK/WBP_ManualSave_classes.hpp" +#include "SDK/WBP_SaveSlot_classes.hpp" +#include "SDK/WBP_Credits_classes.hpp" +#include "SDK/WBP_ControlRemapping_classes.hpp" +#include "SDK/WBP_Accessibility_classes.hpp" +#include "SDK/WBP_AdvancedGraphicsOptions_classes.hpp" +#include "SDK/WBP_AudioOptions_classes.hpp" +#include "SDK/WBP_Gamma_classes.hpp" +#include "SDK/WBP_GraphicsOptions_classes.hpp" +#include "SDK/WBP_SelectLanguage_classes.hpp" +#include "SDK/WBP_SelectLanguageInner_classes.hpp" +#include "SDK/WBP_OptionsMenuItem_classes.hpp" +#include "SDK/BP_OptionsAttackCameraAssist_classes.hpp" +#include "SDK/BP_OptionsAutoBowFocus_classes.hpp" +#include "SDK/BP_OptionsCutsceneVolume_classes.hpp" +#include "SDK/BP_OptionsDialogueVolume_classes.hpp" +#include "SDK/BP_OptionsMasterVolume_classes.hpp" +#include "SDK/BP_OptionsMusicVolume_classes.hpp" +#include "SDK/BP_OptionsNightMode_classes.hpp" +#include "SDK/BP_OptionsSubtitlesEnabled_classes.hpp" +#include "SDK/WBP_ControlRemappingTitle_classes.hpp" +#include "SDK/BP_OptionsControlRemapping_classes.hpp" +#include "SDK/BP_OptionsInvertXAxis_classes.hpp" +#include "SDK/BP_OptionsInvertYAxis_classes.hpp" +#include "SDK/BP_OptionsLookSensitivity_classes.hpp" +#include "SDK/BP_OptionsButtonLegend_classes.hpp" +#include "SDK/BP_OptionsHUD_classes.hpp" +#include "SDK/BP_OptionsAmbientOcclusion_classes.hpp" +#include "SDK/BP_OptionsButton_NoBehavior_classes.hpp" +#include "SDK/BP_OptionsDepthOfFieldInGameplay_classes.hpp" +#include "SDK/BP_OptionsDLSS_classes.hpp" +#include "SDK/BP_OptionsDLSSSharpness_classes.hpp" +#include "SDK/BP_OptionsDynamicResTargetFPS_classes.hpp" +#include "SDK/BP_OptionsFPSLimit_classes.hpp" +#include "SDK/BP_OptionsGamma_classes.hpp" +#include "SDK/BP_OptionsGraphicsMode_classes.hpp" +#include "SDK/BP_OptionsMotionBlur_classes.hpp" +#include "SDK/BP_OptionsMotionBlurIntensity_classes.hpp" +#include "SDK/BP_OptionsOverallQuality_classes.hpp" +#include "SDK/BP_OptionsPostProcessingQuality_classes.hpp" +#include "SDK/BP_OptionsResolution_classes.hpp" +#include "SDK/BP_OptionsRunBenchmark_classes.hpp" +#include "SDK/BP_OptionsSubtitleBackgroundOpacity_classes.hpp" +#include "SDK/BP_OptionsShadowQuality_classes.hpp" +#include "SDK/BP_OptionsUIScaling_classes.hpp" +#include "SDK/BP_OptionsVolumetricFog_classes.hpp" +#include "SDK/BP_OptionsWindowMode_classes.hpp" +#include "SDK/WBP_EnemyHealthBar_classes.hpp" +#include "SDK/WBP_ControlRemappingEntry_classes.hpp" +#include "SDK/WBP_DebugMenuTabButton_classes.hpp" +#include "SDK/WBP_DebugMenuButton_classes.hpp" +#include "SDK/BP_CM_DeluxeRotSkin_classes.hpp" +#include "SDK/BP_CM_Hat_Acorn_classes.hpp" +#include "SDK/BP_CM_Hat_AdiraMask_classes.hpp" +#include "SDK/BP_CM_Hat_Archer_classes.hpp" +#include "SDK/BP_CM_Hat_Autumn_classes.hpp" +#include "SDK/BP_CM_Hat_Bear_classes.hpp" +#include "SDK/BP_CM_Hat_BeniMask_classes.hpp" +#include "SDK/BP_CM_Hat_Beret_classes.hpp" +#include "SDK/BP_CM_Hat_BirdsNest_classes.hpp" +#include "SDK/BP_CM_Hat_Bowl_classes.hpp" +#include "SDK/BP_CM_Hat_Bunny_classes.hpp" +#include "SDK/BP_CM_Hat_Butterfly_classes.hpp" +#include "SDK/BP_PatrolPoint_classes.hpp" +#include "SDK/EQContext_Player_classes.hpp" +#include "SDK/BP_CM_Hat_Chef_classes.hpp" +#include "SDK/BP_DecayStatusEffect_classes.hpp" +#include "SDK/StatusEffectBase_classes.hpp" +#include "SDK/BP_CouragePickupRot_classes.hpp" +#include "SDK/BP_ResourcePickup_classes.hpp" +#include "SDK/BP_CM_Hat_Cap_classes.hpp" +#include "SDK/BP_CM_Hat_Crown_classes.hpp" +#include "SDK/BP_CM_Hat_Detective_classes.hpp" +#include "SDK/BP_CM_Hat_Dino_classes.hpp" +#include "SDK/BP_CM_Hat_Eggshell_classes.hpp" +#include "SDK/BP_CM_Hat_Elephant_classes.hpp" +#include "SDK/BP_CM_Hat_Elf_classes.hpp" +#include "SDK/StatusEffectVisualBase_classes.hpp" +#include "SDK/BP_RotPulse_classes.hpp" +#include "SDK/BP_CM_Hat_Fox_classes.hpp" +#include "SDK/BP_CM_Hat_Halo_classes.hpp" +#include "SDK/BP_CM_Hat_HanaMask_classes.hpp" +#include "SDK/BP_CM_Hat_HunterMask_classes.hpp" +#include "SDK/BP_CM_Hat_JackOLantern_classes.hpp" +#include "SDK/BP_PlayWithRotManualState_classes.hpp" +#include "SDK/BP_PlayWithRotBaseState_classes.hpp" +#include "SDK/Ability_Parry_classes.hpp" +#include "SDK/BP_ParryEndState_classes.hpp" +#include "SDK/Projectile_RotHammer_classes.hpp" +#include "SDK/BP_CM_Hat_RhinoBeetle_classes.hpp" +#include "SDK/BP_CM_Hat_RotFlower_classes.hpp" +#include "SDK/BP_CM_Hat_Rusu_classes.hpp" +#include "SDK/BP_CM_Hat_ShamanMask_classes.hpp" +#include "SDK/BP_CM_Hat_Skull_classes.hpp" +#include "SDK/BP_CM_Hat_Squash_classes.hpp" +#include "SDK/BP_CM_Hat_Star_classes.hpp" +#include "SDK/BP_CM_Hat_Stegausorus_classes.hpp" +#include "SDK/BP_CM_Hat_Raindeer_classes.hpp" +#include "SDK/BP_CM_Hat_Sun_classes.hpp" +#include "SDK/BP_CM_Hat_Taro_classes.hpp" +#include "SDK/BP_CM_Hat_YellowMushroom_classes.hpp" +#include "SDK/BP_CM_Hat_ZajuMask_classes.hpp" +#include "SDK/BP_CM_Hat_Zebra_classes.hpp" +#include "SDK/BP_CM_Hat_Pirate_classes.hpp" +#include "SDK/Ability_DriveRotCloud_classes.hpp" +#include "SDK/Ability_RotCloud_JumpAttack_classes.hpp" +#include "SDK/Ability_RotSlam_classes.hpp" +#include "SDK/Ability_RotSpin_classes.hpp" +#include "SDK/BP_ChargeAttackState_classes.hpp" +#include "SDK/BP_NotifyCompensateKenaWetness_classes.hpp" +#include "SDK/BP_WaterSurfaceParticlesNotify_classes.hpp" +#include "SDK/BP_WaterSurfaceAttachedParticles_classes.hpp" +#include "SDK/BP_FootstepParticleNotify_classes.hpp" +#include "SDK/BP_AllowLedgeGrab_classes.hpp" +#include "SDK/BP_AnimEventNotify_classes.hpp" +#include "SDK/BP_AttackRangeNotify_classes.hpp" +#include "SDK/BP_WindNotify_classes.hpp" +#include "SDK/BP_CameraLookForwardState_classes.hpp" +#include "SDK/BP_SoftLockNotifyState_classes.hpp" +#include "SDK/BP_AttackEndNotify_classes.hpp" diff --git a/Kena/SDK/AudioPlatformConfiguration_structs.hpp b/Kena/SDK/AudioPlatformConfiguration_structs.hpp new file mode 100644 index 0000000..a54e54a --- /dev/null +++ b/Kena/SDK/AudioPlatformConfiguration_structs.hpp @@ -0,0 +1,43 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: AudioPlatformConfiguration + +#include "Basic.hpp" + + +namespace SDK +{ + +// Enum AudioPlatformConfiguration.ESoundwaveSampleRateSettings +// NumValues: 0x0006 +enum class ESoundwaveSampleRateSettings : uint8 +{ + Max = 0, + High = 1, + Medium = 2, + Low = 3, + Min = 4, + MatchDevice = 5, +}; + +// ScriptStruct AudioPlatformConfiguration.PlatformRuntimeAudioCompressionOverrides +// 0x0010 (0x0010 - 0x0000) +struct FPlatformRuntimeAudioCompressionOverrides final +{ +public: + bool bOverrideCompressionTimes; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DurationThreshold; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxNumRandomBranches; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SoundCueQualityIndex; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPlatformRuntimeAudioCompressionOverrides; + +} + diff --git a/Kena/SDK/Basic.cpp b/Kena/SDK/Basic.cpp new file mode 100644 index 0000000..332e900 --- /dev/null +++ b/Kena/SDK/Basic.cpp @@ -0,0 +1,135 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Basic file containing function-implementations from Basic.hpp + +#include +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" +#include "CoreUObject_structs.hpp" +#include "Engine_classes.hpp" + +namespace SDK +{ +uintptr_t InSDKUtils::GetImageBase() +{ + return reinterpret_cast(GetModuleHandle(0)); +} + +class UClass* BasicFilesImpleUtils::FindClassByName(const std::string& Name, bool bByFullName) +{ + return bByFullName ? UObject::FindClass(Name) : UObject::FindClassFast(Name); +} + +class UClass* BasicFilesImpleUtils::FindClassByFullName(const std::string& Name) +{ + return UObject::FindClass(Name); +} + +std::string BasicFilesImpleUtils::GetObjectName(class UClass* Class) +{ + return Class->GetName(); +} + +int32 BasicFilesImpleUtils::GetObjectIndex(class UClass* Class) +{ + return Class->Index; +} + +uint64 BasicFilesImpleUtils::GetObjFNameAsUInt64(class UClass* Class) +{ + return *reinterpret_cast(&Class->Name); +} + +class UObject* BasicFilesImpleUtils::GetObjectByIndex(int32 Index) +{ + return UObject::GObjects->GetByIndex(Index); +} + +UFunction* BasicFilesImpleUtils::FindFunctionByFName(const FName* Name) +{ + for (int i = 0; i < UObject::GObjects->Num(); ++i) + { + UObject* Object = UObject::GObjects->GetByIndex(i); + + if (!Object) + continue; + + if (Object->Name == *Name) + return static_cast(Object); + } + + return nullptr; +} + +FName BasicFilesImpleUtils::StringToName(const wchar_t* Name) +{ + return UKismetStringLibrary::Conv_StringToName(FString(Name)); +} + +const FName& GetStaticName(const wchar_t* Name, FName& StaticName) +{ + if (StaticName.IsNone()) + { + StaticName = BasicFilesImpleUtils::StringToName(Name); + } + + return StaticName; +} + +// Predefined Function + +class UObject* FWeakObjectPtr::Get() const +{ + return UObject::GObjects->GetByIndex(ObjectIndex); +} + + +// Predefined Function + +class UObject* FWeakObjectPtr::operator->() const +{ + return UObject::GObjects->GetByIndex(ObjectIndex); +} + + +// Predefined Function + +bool FWeakObjectPtr::operator==(const FWeakObjectPtr& Other) const +{ + return ObjectIndex == Other.ObjectIndex; +} + + +// Predefined Function + +bool FWeakObjectPtr::operator!=(const FWeakObjectPtr& Other) const +{ + return ObjectIndex != Other.ObjectIndex; +} + + +// Predefined Function + +bool FWeakObjectPtr::operator==(const class UObject* Other) const +{ + return ObjectIndex == Other->Index; +} + + +// Predefined Function + +bool FWeakObjectPtr::operator!=(const class UObject* Other) const +{ + return ObjectIndex != Other->Index; +} + + +} + diff --git a/Kena/SDK/Basic.hpp b/Kena/SDK/Basic.hpp new file mode 100644 index 0000000..4b568ac --- /dev/null +++ b/Kena/SDK/Basic.hpp @@ -0,0 +1,1260 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Basic file containing structs required by the SDK + +#define VC_EXTRALEAN +#define WIN32_LEAN_AND_MEAN + +#include +#include +#include + +#include "../PropertyFixup.hpp" +#include "../UnrealContainers.hpp" +#include "../Assertions.inl" + +namespace SDK +{ + +using namespace UC; + +#include "../NameCollisions.inl" + +/* +* Disclaimer: +* - The 'GNames' is only a fallback and null by default, FName::AppendString is used +* - THe 'GWorld' offset is not used by the SDK, it's just there for "decoration", use the provided 'UWorld::GetWorld()' function instead +*/ +namespace Offsets +{ + inline int32 GObjects = 0x05FA4DF0; + inline int32 AppendString = 0x017373E0; + inline int32 GNames = 0x05F685C0; + inline int32 GWorld = 0x060ECC20; + inline int32 ProcessEvent = 0x019308C0; + inline int32 ProcessEventIdx = 0x00000044; +} + +namespace InSDKUtils +{ + uintptr_t GetImageBase(); + + template + inline FuncType GetVirtualFunction(const void* ObjectInstance, int32 Index) + { + void** VTable = *reinterpret_cast(const_cast(ObjectInstance)); + + return reinterpret_cast(VTable[Index]); + } + + template + requires std::invocable + inline auto CallGameFunction(FuncType Function, ParamTypes&&... Args) + { + return Function(std::forward(Args)...); + } +} + + +// Forward declarations because in-line forward declarations make the compiler think 'GetStaticClass()' is a class template +class UClass; +class UObject; +class UFunction; + +class FName; + +namespace BasicFilesImpleUtils +{ + // Helper functions for GetStaticClass and GetStaticBPGeneratedClass + UClass* FindClassByName(const std::string& Name, bool bByFullName = false); + UClass* FindClassByFullName(const std::string& Name); + + std::string GetObjectName(class UClass* Class); + int32 GetObjectIndex(class UClass* Class); + + /* FName represented as a uint64. */ + uint64 GetObjFNameAsUInt64(class UClass* Class); + + UObject* GetObjectByIndex(int32 Index); + + UFunction* FindFunctionByFName(const FName* Name); + + FName StringToName(const wchar_t* Name); +} + +const FName& GetStaticName(const wchar_t* Name, FName& StaticName); + +template +class UClass* GetStaticClassImpl(const char* Name, class UClass*& StaticClass) +{ + if (StaticClass == nullptr) + { + if constexpr (bIsFullName) { + StaticClass = BasicFilesImpleUtils::FindClassByFullName(Name); + } + else /* default */ { + StaticClass = BasicFilesImpleUtils::FindClassByName(Name); + } + } + + return StaticClass; +} + +template +class UClass* GetStaticBPGeneratedClass(const char* Name, int32& ClassIdx, uint64& ClassNameIdx) +{ + /* Could be external function, not really unique to this StaticClass functon */ + static auto SetClassIndex = [](UClass* Class, int32& Index, uint64& ClassName) -> UClass* + { + if (Class) + { + Index = BasicFilesImpleUtils::GetObjectIndex(Class); + ClassName = BasicFilesImpleUtils::GetObjFNameAsUInt64(Class); + } + + return Class; + }; + + /* Use the full name to find an object */ + if constexpr (bIsFullName) + { + if (ClassIdx == 0x0) [[unlikely]] + return SetClassIndex(BasicFilesImpleUtils::FindClassByFullName(Name), ClassIdx, ClassNameIdx); + + UClass* ClassObj = static_cast(BasicFilesImpleUtils::GetObjectByIndex(ClassIdx)); + + /* Could use cast flags too to save some string comparisons */ + if (!ClassObj || BasicFilesImpleUtils::GetObjFNameAsUInt64(ClassObj) != ClassNameIdx) + return SetClassIndex(BasicFilesImpleUtils::FindClassByFullName(Name), ClassIdx, ClassNameIdx); + + return ClassObj; + } + else /* Default, use just the name to find an object*/ + { + if (ClassIdx == 0x0) [[unlikely]] + return SetClassIndex(BasicFilesImpleUtils::FindClassByName(Name), ClassIdx, ClassNameIdx); + + UClass* ClassObj = static_cast(BasicFilesImpleUtils::GetObjectByIndex(ClassIdx)); + + /* Could use cast flags too to save some string comparisons */ + if (!ClassObj || BasicFilesImpleUtils::GetObjFNameAsUInt64(ClassObj) != ClassNameIdx) + return SetClassIndex(BasicFilesImpleUtils::FindClassByName(Name), ClassIdx, ClassNameIdx); + + return ClassObj; + } +} + +template +ClassType* GetDefaultObjImpl() +{ + UClass* StaticClass = ClassType::StaticClass(); + + if (StaticClass) + { + return reinterpret_cast(StaticClass->DefaultObject); + } + + return nullptr; +} + +#define STATIC_CLASS_IMPL(NameString) \ +{ \ + static UClass* Clss = nullptr; \ + return GetStaticClassImpl(NameString, Clss); \ +} + +#define STATIC_CLASS_IMPL_FULLNAME(FullNameString) \ +{ \ + static UClass* Clss = nullptr; \ + return GetStaticClassImpl(FullNameString, Clss); \ +} + +#define BP_STATIC_CLASS_IMPL(NameString) \ +{ \ + static int32 ClassIdx = 0; \ + static uint64 ClassName = 0; \ + return GetStaticBPGeneratedClass(NameString, ClassIdx, ClassName); \ +} + +#define BP_STATIC_CLASS_IMPL_FULLNAME(FullNameString) \ +{ \ + static int32 ClassIdx = 0; \ + static uint64 ClassName = 0; \ + return GetStaticBPGeneratedClass(FullNameString, ClassIdx, ClassName); \ +} + +#define STATIC_NAME_IMPL(NameString) \ +{ \ + static FName Name = FName(); \ + return GetStaticName(NameString, Name); \ +} + +// Predefined struct FUObjectItem +// 0x0018 (0x0018 - 0x0000) +struct FUObjectItem final +{ +public: + class UObject* Object; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FUObjectItem; + +// Predefined struct TUObjectArray +// 0x0020 (0x0020 - 0x0000) +class TUObjectArray final +{ +public: + static constexpr auto DecryptPtr = [](void* ObjPtr) -> uint8* + { + return reinterpret_cast(ObjPtr); + }; + + static constexpr int32 ElementsPerChunk = 0x10000; // 0x0000(0x0004)(NOT AUTO-GENERATED PROPERTY) + + struct FUObjectItem** Objects; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MaxElements; // 0x0010(0x0004)(NOT AUTO-GENERATED PROPERTY) + int32 NumElements; // 0x0014(0x0004)(NOT AUTO-GENERATED PROPERTY) + int32 MaxChunks; // 0x0018(0x0004)(NOT AUTO-GENERATED PROPERTY) + int32 NumChunks; // 0x001C(0x0004)(NOT AUTO-GENERATED PROPERTY) + +public: + inline int32 Num() const + { + return NumElements; + } + + FUObjectItem** GetDecrytedObjPtr() const + { + return reinterpret_cast(DecryptPtr(Objects)); + } + + inline class UObject* GetByIndex(const int32 Index) const + { + const int32 ChunkIndex = Index / ElementsPerChunk; + const int32 InChunkIdx = Index % ElementsPerChunk; + + if (Index < 0 || ChunkIndex >= NumChunks || Index >= NumElements) + return nullptr; + + FUObjectItem* ChunkPtr = GetDecrytedObjPtr()[ChunkIndex]; + if (!ChunkPtr) return nullptr; + + return ChunkPtr[InChunkIdx].Object; + } +}; +DUMPER7_ASSERTS_TUObjectArray; + +class TUObjectArrayWrapper +{ +private: + friend class UObject; + +private: + void* GObjectsAddress = nullptr; + +private: + TUObjectArrayWrapper() = default; + +public: + TUObjectArrayWrapper(TUObjectArrayWrapper&&) = delete; + TUObjectArrayWrapper(const TUObjectArrayWrapper&) = delete; + + TUObjectArrayWrapper& operator=(TUObjectArrayWrapper&&) = delete; + TUObjectArrayWrapper& operator=(const TUObjectArrayWrapper&) = delete; + +private: + inline void InitGObjects() + { + GObjectsAddress = reinterpret_cast(InSDKUtils::GetImageBase() + Offsets::GObjects); + } + +public: + inline void InitManually(void* GObjectsAddressParameter) + { + GObjectsAddress = GObjectsAddressParameter; + } + + inline class TUObjectArray* operator->() + { + if (!GObjectsAddress) [[unlikely]] + InitGObjects(); + + return reinterpret_cast(GObjectsAddress); + } + + inline TUObjectArray& operator*() const + { + return *reinterpret_cast(GObjectsAddress); + } + + inline operator const void* () + { + if (!GObjectsAddress) [[unlikely]] + InitGObjects(); + + return GObjectsAddress; + } + + inline class TUObjectArray* GetTypedPtr() + { + if (!GObjectsAddress) [[unlikely]] + InitGObjects(); + + return reinterpret_cast(GObjectsAddress); + } +}; + +// Predefined struct FName +// 0x0008 (0x0008 - 0x0000) +class FName final +{ +public: + static inline void* AppendString = nullptr; // 0x0000(0x0004)(NOT AUTO-GENERATED PROPERTY) + + int32 ComparisonIndex; // 0x0000(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint32 Number; // 0x0004(0x0004)(NOT AUTO-GENERATED PROPERTY) + +public: + constexpr FName(int32 ComparisonIndex = 0, uint32 Number = 0) + : ComparisonIndex(ComparisonIndex), Number(Number) + { + } + + static void InitManually(void* Location) + { + AppendString = reinterpret_cast(Location); + } + + constexpr FName(const FName& other) + : ComparisonIndex(other.ComparisonIndex), Number(other.Number) + { + } + + static void InitInternal() + { + AppendString = reinterpret_cast(InSDKUtils::GetImageBase() + Offsets::AppendString); + } + + bool IsNone() const + { + return !ComparisonIndex&& !Number; + } + + int32 GetDisplayIndex() const + { + return ComparisonIndex; + } + + std::string GetRawString() const + { + wchar_t buffer[1024]; + FString TempString(buffer, 0, 1024); + + if (!AppendString) + InitInternal(); + + InSDKUtils::CallGameFunction(reinterpret_cast(AppendString), this, TempString); + + return TempString.ToString(); + } + + std::string ToString() const + { + std::string OutputString = GetRawString(); + + size_t pos = OutputString.rfind('/'); + + if (pos == std::string::npos) + return OutputString; + + return OutputString.substr(pos + 1); + } + + + FName& operator=(const FName& Other) + { + ComparisonIndex = Other.ComparisonIndex; + Number = Other.Number; + + return *this; + } + + bool operator==(const FName& Other) const + { + return ComparisonIndex == Other.ComparisonIndex && Number == Other.Number; + } + bool operator!=(const FName& Other) const + { + return ComparisonIndex != Other.ComparisonIndex || Number != Other.Number; + } +}; +DUMPER7_ASSERTS_FName; + +template +class TSubclassOf +{ + class UClass* ClassPtr; + +public: + TSubclassOf() = default; + + inline TSubclassOf(UClass* Class) + : ClassPtr(Class) + { + } + + inline UClass* Get() + { + return ClassPtr; + } + + inline operator UClass*() const + { + return ClassPtr; + } + + template, bool>::type> + inline operator TSubclassOf() const + { + return ClassPtr; + } + + inline UClass* operator->() + { + return ClassPtr; + } + + inline TSubclassOf& operator=(UClass* Class) + { + ClassPtr = Class; + + return *this; + } + + inline bool operator==(const TSubclassOf& Other) const + { + return ClassPtr == Other.ClassPtr; + } + + inline bool operator!=(const TSubclassOf& Other) const + { + return ClassPtr != Other.ClassPtr; + } + + inline bool operator==(UClass* Other) const + { + return ClassPtr == Other; + } + + inline bool operator!=(UClass* Other) const + { + return ClassPtr != Other; + } +}; +namespace FTextImpl +{ +// Predefined struct FTextData +// 0x0038 (0x0038 - 0x0000) +class FTextData final +{ +public: + uint8 Pad_0[0x28]; // 0x0000(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + class FString TextSource; // 0x0028(0x0010)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FTextData; +} + +// Predefined struct FText +// 0x0018 (0x0018 - 0x0000) +class FText final +{ +public: + class FTextImpl::FTextData* TextData; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + const class FString& GetStringRef() const + { + return TextData->TextSource; + } + std::string ToString() const + { + return TextData->TextSource.ToString(); + } +}; +DUMPER7_ASSERTS_FText; + +// Predefined struct FWeakObjectPtr +// 0x0008 (0x0008 - 0x0000) +class FWeakObjectPtr +{ +public: + int32 ObjectIndex; // 0x0000(0x0004)(NOT AUTO-GENERATED PROPERTY) + int32 ObjectSerialNumber; // 0x0004(0x0004)(NOT AUTO-GENERATED PROPERTY) + +public: + class UObject* Get() const; + class UObject* operator->() const; + bool operator==(const FWeakObjectPtr& Other) const; + bool operator!=(const FWeakObjectPtr& Other) const; + bool operator==(const class UObject* Other) const; + bool operator!=(const class UObject* Other) const; +}; +DUMPER7_ASSERTS_FWeakObjectPtr; + +template +class TWeakObjectPtr : public FWeakObjectPtr +{ +public: + UEType* Get() const + { + return static_cast(FWeakObjectPtr::Get()); + } + + UEType* operator->() const + { + return static_cast(FWeakObjectPtr::Get()); + } +}; + +// Predefined struct FUniqueObjectGuid +// 0x0010 (0x0010 - 0x0000) +class FUniqueObjectGuid final +{ +public: + uint32 A; // 0x0000(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint32 B; // 0x0004(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint32 C; // 0x0008(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint32 D; // 0x000C(0x0004)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FUniqueObjectGuid; + +// Predefined struct TPersistentObjectPtr +// 0x0000 (0x0000 - 0x0000) +template +class TPersistentObjectPtr +{ +public: + FWeakObjectPtr WeakPtr; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + int32 TagAtLastTest; // 0x0008(0x0004)(NOT AUTO-GENERATED PROPERTY) + TObjectID ObjectID; // 0x000C(0x0000)(NOT AUTO-GENERATED PROPERTY) + +public: + class UObject* Get() const + { + return WeakPtr.Get(); + } + class UObject* operator->() const + { + return WeakPtr.Get(); + } +}; + +template +class TLazyObjectPtr : public TPersistentObjectPtr +{ +public: + UEType* Get() const + { + return static_cast(TPersistentObjectPtr::Get()); + } + UEType* operator->() const + { + return static_cast(TPersistentObjectPtr::Get()); + } +}; + +namespace FakeSoftObjectPtr +{ + +// ScriptStruct CoreUObject.SoftObjectPath +// 0x0018 (0x0018 - 0x0000) +struct FSoftObjectPath +{ +public: + class FName AssetPathName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SubPathString; // 0x0008(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoftObjectPath; + +} + +class FSoftObjectPtr : public TPersistentObjectPtr +{ +}; + +template +class TSoftObjectPtr : public FSoftObjectPtr +{ +public: + UEType* Get() const + { + return static_cast(TPersistentObjectPtr::Get()); + } + UEType* operator->() const + { + return static_cast(TPersistentObjectPtr::Get()); + } +}; + +template +class TSoftClassPtr : public FSoftObjectPtr +{ +public: + UEType* Get() const + { + return static_cast(TPersistentObjectPtr::Get()); + } + UEType* operator->() const + { + return static_cast(TPersistentObjectPtr::Get()); + } +}; + +// Predefined struct FScriptInterface +// 0x0010 (0x0010 - 0x0000) +class FScriptInterface +{ +public: + UObject* ObjectPointer; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + void* InterfacePointer; // 0x0008(0x0008)(NOT AUTO-GENERATED PROPERTY) + +public: + class UObject* GetObjectRef() const + { + return ObjectPointer; + } + + void* GetInterfaceRef() const + { + return InterfacePointer; + } + +}; +DUMPER7_ASSERTS_FScriptInterface; + +// Predefined struct TScriptInterface +// 0x0000 (0x0010 - 0x0010) +template +class TScriptInterface final : public FScriptInterface +{ +}; + +// Predefined struct FFieldPath +// 0x0020 (0x0020 - 0x0000) +class FFieldPath +{ +public: + class FField* ResolvedField; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + TWeakObjectPtr ResolvedOwner; // 0x0008(0x0008)(NOT AUTO-GENERATED PROPERTY) + TArray Path; // 0x0010(0x0010)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FFieldPath; + +// Predefined struct TFieldPath +// 0x0000 (0x0020 - 0x0020) +template +class TFieldPath final : public FFieldPath +{ +}; + + +template +class TOptional +{ +private: + template + struct OptionalWithBool + { + static_assert(TypeSize > 0x0, "TOptional can not store an empty type!"); + + uint8 Value[TypeSize]; + bool bIsSet; + }; + +private: + using ValueType = std::conditional_t>; + +private: + alignas(OptionalType) ValueType StoredValue; + +private: + inline uint8* GetValueBytes() + { + if constexpr (!bIsIntrusiveUnsetCheck) + return StoredValue.Value; + + return StoredValue; + } + + inline const uint8* GetValueBytes() const + { + if constexpr (!bIsIntrusiveUnsetCheck) + return StoredValue.Value; + + return StoredValue; + } +public: + + inline OptionalType& GetValueRef() + { + return *reinterpret_cast(GetValueBytes()); + } + + inline const OptionalType& GetValueRef() const + { + return *reinterpret_cast(GetValueBytes()); + } + + inline bool IsSet() const + { + if constexpr (!bIsIntrusiveUnsetCheck) + return StoredValue.bIsSet; + + constexpr char ZeroBytes[sizeof(OptionalType)]; + + return memcmp(GetValueBytes(), &ZeroBytes, sizeof(OptionalType)) == 0; + } + + inline explicit operator bool() const + { + return IsSet(); + } +}; + + +// Predefined struct FScriptDelegate +// 0x0010 (0x0010 - 0x0000) +struct FScriptDelegate +{ +public: + FWeakObjectPtr Object; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + FName FunctionName; // 0x0008(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FScriptDelegate; + +// Predefined struct TDelegate +// 0x0010 (0x0010 - 0x0000) +template +class TDelegate +{ +public: + struct InvalidUseOfTDelegate TemplateParamIsNotAFunctionSignature; // 0x0000(0x0000)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; + +// Predefined struct TDelegate +// 0x0010 (0x0010 - 0x0000) +template +class TDelegate +{ +public: + FScriptDelegate BoundFunction; // 0x0000(0x0010)(NOT AUTO-GENERATED PROPERTY) +}; + +// Predefined struct TMulticastInlineDelegate +// 0x0010 (0x0010 - 0x0000) +template +class TMulticastInlineDelegate +{ +public: + struct InvalidUseOfTMulticastInlineDelegate TemplateParamIsNotAFunctionSignature; // 0x0000(0x0010)(NOT AUTO-GENERATED PROPERTY) +}; + +// Predefined struct TMulticastInlineDelegate +// 0x0000 (0x0000 - 0x0000) +template +class TMulticastInlineDelegate +{ +public: + TArray InvocationList; // 0x0000(0x0010)(NOT AUTO-GENERATED PROPERTY) +}; + +#define UE_ENUM_OPERATORS(EEnumClass) \ + \ +inline constexpr EEnumClass operator|(EEnumClass Left, EEnumClass Right) \ +{ \ + return (EEnumClass)((std::underlying_type::type)(Left) | (std::underlying_type::type)(Right)); \ +} \ + \ +inline constexpr EEnumClass& operator|=(EEnumClass& Left, EEnumClass Right) \ +{ \ + return (EEnumClass&)((std::underlying_type::type&)(Left) |= (std::underlying_type::type)(Right)); \ +} \ + \ +inline bool operator&(EEnumClass Left, EEnumClass Right) \ +{ \ + return (((std::underlying_type::type)(Left) & (std::underlying_type::type)(Right)) == (std::underlying_type::type)(Right)); \ +} + +enum class EObjectFlags : int32 +{ + NoFlags = 0x00000000, + + Public = 0x00000001, + Standalone = 0x00000002, + MarkAsNative = 0x00000004, + Transactional = 0x00000008, + ClassDefaultObject = 0x00000010, + ArchetypeObject = 0x00000020, + Transient = 0x00000040, + + MarkAsRootSet = 0x00000080, + TagGarbageTemp = 0x00000100, + + NeedInitialization = 0x00000200, + NeedLoad = 0x00000400, + KeepForCooker = 0x00000800, + NeedPostLoad = 0x00001000, + NeedPostLoadSubobjects = 0x00002000, + NewerVersionExists = 0x00004000, + BeginDestroyed = 0x00008000, + FinishDestroyed = 0x00010000, + + BeingRegenerated = 0x00020000, + DefaultSubObject = 0x00040000, + WasLoaded = 0x00080000, + TextExportTransient = 0x00100000, + LoadCompleted = 0x00200000, + InheritableComponentTemplate = 0x00400000, + DuplicateTransient = 0x00800000, + StrongRefOnFrame = 0x01000000, + NonPIEDuplicateTransient = 0x02000000, + Dynamic = 0x04000000, + WillBeLoaded = 0x08000000, + HasExternalPackage = 0x10000000, + + MirroredGarbage = 0x40000000, + AllocatedInSharedPage = 0x80000000, +}; + +enum class EFunctionFlags : uint32 +{ + None = 0x00000000, + + Final = 0x00000001, + RequiredAPI = 0x00000002, + BlueprintAuthorityOnly = 0x00000004, + BlueprintCosmetic = 0x00000008, + Net = 0x00000040, + NetReliable = 0x00000080, + NetRequest = 0x00000100, + Exec = 0x00000200, + Native = 0x00000400, + Event = 0x00000800, + NetResponse = 0x00001000, + Static = 0x00002000, + NetMulticast = 0x00004000, + UbergraphFunction = 0x00008000, + MulticastDelegate = 0x00010000, + Public = 0x00020000, + Private = 0x00040000, + Protected = 0x00080000, + Delegate = 0x00100000, + NetServer = 0x00200000, + HasOutParms = 0x00400000, + HasDefaults = 0x00800000, + NetClient = 0x01000000, + DLLImport = 0x02000000, + BlueprintCallable = 0x04000000, + BlueprintEvent = 0x08000000, + BlueprintPure = 0x10000000, + EditorOnly = 0x20000000, + Const = 0x40000000, + NetValidate = 0x80000000, + + AllFlags = 0xFFFFFFFF, +}; + +enum class EClassFlags : uint32 +{ + CLASS_None = 0x00000000u, + Abstract = 0x00000001u, + DefaultConfig = 0x00000002u, + Config = 0x00000004u, + Transient = 0x00000008u, + Parsed = 0x00000010u, + MatchedSerializers = 0x00000020u, + ProjectUserConfig = 0x00000040u, + Native = 0x00000080u, + NoExport = 0x00000100u, + NotPlaceable = 0x00000200u, + PerObjectConfig = 0x00000400u, + ReplicationDataIsSetUp = 0x00000800u, + EditInlineNew = 0x00001000u, + CollapseCategories = 0x00002000u, + Interface = 0x00004000u, + CustomConstructor = 0x00008000u, + Const = 0x00010000u, + LayoutChanging = 0x00020000u, + CompiledFromBlueprint = 0x00040000u, + MinimalAPI = 0x00080000u, + RequiredAPI = 0x00100000u, + DefaultToInstanced = 0x00200000u, + TokenStreamAssembled = 0x00400000u, + HasInstancedReference = 0x00800000u, + Hidden = 0x01000000u, + Deprecated = 0x02000000u, + HideDropDown = 0x04000000u, + GlobalUserConfig = 0x08000000u, + Intrinsic = 0x10000000u, + Constructed = 0x20000000u, + ConfigDoNotCheckDefaults = 0x40000000u, + NewerVersionExists = 0x80000000u, +}; + +enum class EClassCastFlags : uint64 +{ + None = 0x0000000000000000, + + Field = 0x0000000000000001, + Int8Property = 0x0000000000000002, + Enum = 0x0000000000000004, + Struct = 0x0000000000000008, + ScriptStruct = 0x0000000000000010, + Class = 0x0000000000000020, + ByteProperty = 0x0000000000000040, + IntProperty = 0x0000000000000080, + FloatProperty = 0x0000000000000100, + UInt64Property = 0x0000000000000200, + ClassProperty = 0x0000000000000400, + UInt32Property = 0x0000000000000800, + InterfaceProperty = 0x0000000000001000, + NameProperty = 0x0000000000002000, + StrProperty = 0x0000000000004000, + Property = 0x0000000000008000, + ObjectProperty = 0x0000000000010000, + BoolProperty = 0x0000000000020000, + UInt16Property = 0x0000000000040000, + Function = 0x0000000000080000, + StructProperty = 0x0000000000100000, + ArrayProperty = 0x0000000000200000, + Int64Property = 0x0000000000400000, + DelegateProperty = 0x0000000000800000, + NumericProperty = 0x0000000001000000, + MulticastDelegateProperty = 0x0000000002000000, + ObjectPropertyBase = 0x0000000004000000, + WeakObjectProperty = 0x0000000008000000, + LazyObjectProperty = 0x0000000010000000, + SoftObjectProperty = 0x0000000020000000, + TextProperty = 0x0000000040000000, + Int16Property = 0x0000000080000000, + DoubleProperty = 0x0000000100000000, + SoftClassProperty = 0x0000000200000000, + Package = 0x0000000400000000, + Level = 0x0000000800000000, + Actor = 0x0000001000000000, + PlayerController = 0x0000002000000000, + Pawn = 0x0000004000000000, + SceneComponent = 0x0000008000000000, + PrimitiveComponent = 0x0000010000000000, + SkinnedMeshComponent = 0x0000020000000000, + SkeletalMeshComponent = 0x0000040000000000, + Blueprint = 0x0000080000000000, + DelegateFunction = 0x0000100000000000, + StaticMeshComponent = 0x0000200000000000, + MapProperty = 0x0000400000000000, + SetProperty = 0x0000800000000000, + EnumProperty = 0x0001000000000000, + USparseDelegateFunction = 0x0002000000000000, + MulticastInlineDelegateProperty = 0x0004000000000000, + MulticastSparseDelegateProperty = 0x0008000000000000, + FieldPathProperty = 0x0010000000000000, + LargeWorldCoordinatesRealProperty = 0x0080000000000000, + OptionalProperty = 0x0100000000000000, + VValueProperty = 0x0200000000000000, + VerseVMClass = 0x0400000000000000, + VRestValueProperty = 0x0800000000000000, + Utf8StrProperty = 0x1000000000000000, + AnsiStrProperty = 0x2000000000000000, + VCellProperty = 0x4000000000000000, +}; + +enum class EPropertyFlags : uint64 +{ + None = 0x0000000000000000, + + Edit = 0x0000000000000001, + ConstParm = 0x0000000000000002, + BlueprintVisible = 0x0000000000000004, + ExportObject = 0x0000000000000008, + BlueprintReadOnly = 0x0000000000000010, + Net = 0x0000000000000020, + EditFixedSize = 0x0000000000000040, + Parm = 0x0000000000000080, + OutParm = 0x0000000000000100, + ZeroConstructor = 0x0000000000000200, + ReturnParm = 0x0000000000000400, + DisableEditOnTemplate = 0x0000000000000800, + + Transient = 0x0000000000002000, + Config = 0x0000000000004000, + + DisableEditOnInstance = 0x0000000000010000, + EditConst = 0x0000000000020000, + GlobalConfig = 0x0000000000040000, + InstancedReference = 0x0000000000080000, + + DuplicateTransient = 0x0000000000200000, + SubobjectReference = 0x0000000000400000, + + SaveGame = 0x0000000001000000, + NoClear = 0x0000000002000000, + + ReferenceParm = 0x0000000008000000, + BlueprintAssignable = 0x0000000010000000, + Deprecated = 0x0000000020000000, + IsPlainOldData = 0x0000000040000000, + RepSkip = 0x0000000080000000, + RepNotify = 0x0000000100000000, + Interp = 0x0000000200000000, + NonTransactional = 0x0000000400000000, + EditorOnly = 0x0000000800000000, + NoDestructor = 0x0000001000000000, + + AutoWeak = 0x0000004000000000, + ContainsInstancedReference = 0x0000008000000000, + AssetRegistrySearchable = 0x0000010000000000, + SimpleDisplay = 0x0000020000000000, + AdvancedDisplay = 0x0000040000000000, + Protected = 0x0000080000000000, + BlueprintCallable = 0x0000100000000000, + BlueprintAuthorityOnly = 0x0000200000000000, + TextExportTransient = 0x0000400000000000, + NonPIEDuplicateTransient = 0x0000800000000000, + ExposeOnSpawn = 0x0001000000000000, + PersistentInstance = 0x0002000000000000, + UObjectWrapper = 0x0004000000000000, + HasGetValueTypeHash = 0x0008000000000000, + NativeAccessSpecifierPublic = 0x0010000000000000, + NativeAccessSpecifierProtected = 0x0020000000000000, + NativeAccessSpecifierPrivate = 0x0040000000000000, + SkipSerialization = 0x0080000000000000, +}; + +UE_ENUM_OPERATORS(EObjectFlags); +UE_ENUM_OPERATORS(EFunctionFlags); +UE_ENUM_OPERATORS(EClassFlags); +UE_ENUM_OPERATORS(EClassCastFlags); +UE_ENUM_OPERATORS(EPropertyFlags); + +// Predefined struct FFieldClass +// 0x0028 (0x0028 - 0x0000) +class FFieldClass +{ +public: + FName Name; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint64 Id; // 0x0008(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint64 CastFlags; // 0x0010(0x0008)(NOT AUTO-GENERATED PROPERTY) + EClassFlags ClassFlags; // 0x0018(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FFieldClass* SuperClass; // 0x0020(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FFieldClass; + +// Predefined struct FFieldVariant +// 0x0010 (0x0010 - 0x0000) +class FFieldVariant +{ +public: + using ContainerType = union { class FField* Field; class UObject* Object; }; + + ContainerType Container; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + bool bIsUObject; // 0x0008(0x0001)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FFieldVariant; + +// Predefined struct FField +// 0x0038 (0x0038 - 0x0000) +class FField +{ +public: + void* VTable; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + class FFieldClass* ClassPrivate; // 0x0008(0x0008)(NOT AUTO-GENERATED PROPERTY) + FFieldVariant Owner; // 0x0010(0x0010)(NOT AUTO-GENERATED PROPERTY) + class FField* Next; // 0x0020(0x0008)(NOT AUTO-GENERATED PROPERTY) + FName Name; // 0x0028(0x0008)(NOT AUTO-GENERATED PROPERTY) + int32 ObjFlags; // 0x0030(0x0004)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FField; + +// Predefined struct FProperty +// 0x0040 (0x0078 - 0x0038) +class FProperty : public FField +{ +public: + int32 ArrayDim; // 0x0038(0x0004)(NOT AUTO-GENERATED PROPERTY) + int32 ElementSize; // 0x003C(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint64 PropertyFlags; // 0x0040(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_48[0x4]; // 0x0048(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Offset; // 0x004C(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_50[0x28]; // 0x0050(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FProperty; + +// Predefined struct FByteProperty +// 0x0008 (0x0080 - 0x0078) +class FByteProperty final : public FProperty +{ +public: + class UEnum* Enum; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FByteProperty; + +// Predefined struct FBoolProperty +// 0x0008 (0x0080 - 0x0078) +class FBoolProperty final : public FProperty +{ +public: + uint8 FieldSize; // 0x0078(0x0001)(NOT AUTO-GENERATED PROPERTY) + uint8 ByteOffset; // 0x0079(0x0001)(NOT AUTO-GENERATED PROPERTY) + uint8 ByteMask; // 0x007A(0x0001)(NOT AUTO-GENERATED PROPERTY) + uint8 FieldMask; // 0x007B(0x0001)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FBoolProperty; + +// Predefined struct FObjectPropertyBase +// 0x0008 (0x0080 - 0x0078) +class FObjectPropertyBase : public FProperty +{ +public: + class UClass* PropertyClass; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FObjectPropertyBase; + +// Predefined struct FClassProperty +// 0x0008 (0x0088 - 0x0080) +class FClassProperty final : public FObjectPropertyBase +{ +public: + class UClass* MetaClass; // 0x0080(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FClassProperty; + +// Predefined struct FStructProperty +// 0x0008 (0x0080 - 0x0078) +class FStructProperty final : public FProperty +{ +public: + class UStruct* Struct; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FStructProperty; + +// Predefined struct FArrayProperty +// 0x0008 (0x0080 - 0x0078) +class FArrayProperty final : public FProperty +{ +public: + class FProperty* InnerProperty; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FArrayProperty; + +// Predefined struct FDelegateProperty +// 0x0008 (0x0080 - 0x0078) +class FDelegateProperty final : public FProperty +{ +public: + class UFunction* SignatureFunction; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FDelegateProperty; + +// Predefined struct FMapProperty +// 0x0010 (0x0088 - 0x0078) +class FMapProperty final : public FProperty +{ +public: + class FProperty* KeyProperty; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) + class FProperty* ValueProperty; // 0x0080(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FMapProperty; + +// Predefined struct FSetProperty +// 0x0008 (0x0080 - 0x0078) +class FSetProperty final : public FProperty +{ +public: + class FProperty* ElementProperty; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FSetProperty; + +// Predefined struct FEnumProperty +// 0x0010 (0x0088 - 0x0078) +class FEnumProperty final : public FProperty +{ +public: + class FProperty* UnderlayingProperty; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) + class UEnum* Enum; // 0x0080(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FEnumProperty; + +// Predefined struct FFieldPathProperty +// 0x0008 (0x0080 - 0x0078) +class FFieldPathProperty final : public FProperty +{ +public: + class FFieldClass* FieldClass; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FFieldPathProperty; + +// Predefined struct FOptionalProperty +// 0x0008 (0x0080 - 0x0078) +class FOptionalProperty final : public FProperty +{ +public: + class FProperty* ValueProperty; // 0x0078(0x0008)(NOT AUTO-GENERATED PROPERTY) +}; +DUMPER7_ASSERTS_FOptionalProperty; + +namespace CyclicDependencyFixupImpl +{ + +/* +* A wrapper for a Byte-Array of padding, that allows for casting to the actual underlaiyng type. Used for undefined structs in cylic headers. +*/ +template +struct alignas(Align) TCylicStructFixup +{ +private: + uint8 Pad[Size]; + +public: + UnderlayingStructType& GetTyped() { return reinterpret_cast< UnderlayingStructType&>(*this); } + const UnderlayingStructType& GetTyped() const { return reinterpret_cast(*this); } +}; + +/* +* A wrapper for a Byte-Array of padding, that inherited from UObject allows for casting to the actual underlaiyng type and access to basic UObject functionality. For cyclic classes. +*/ +template +struct alignas(Align) TCyclicClassFixup : public BaseClassType +{ +private: + uint8 Pad[Size]; + +public: + UnderlayingClassType* GetTyped() { return reinterpret_cast< UnderlayingClassType*>(this); } + const UnderlayingClassType* GetTyped() const { return reinterpret_cast(this); } +}; + +} + + +template +using TStructCycleFixup = CyclicDependencyFixupImpl::TCylicStructFixup; + + +template +using TObjectBasedCycleFixup = CyclicDependencyFixupImpl::TCyclicClassFixup; + +template +using TActorBasedCycleFixup = CyclicDependencyFixupImpl::TCyclicClassFixup; + +} + diff --git a/Kena/SDK/Chaos_structs.hpp b/Kena/SDK/Chaos_structs.hpp new file mode 100644 index 0000000..48fb0cb --- /dev/null +++ b/Kena/SDK/Chaos_structs.hpp @@ -0,0 +1,450 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Chaos + +#include "Basic.hpp" + +#include "CoreUObject_structs.hpp" + + +namespace SDK +{ + +// Enum Chaos.EClusterUnionMethod +// NumValues: 0x0006 +enum class EClusterUnionMethod : uint8 +{ + PointImplicit = 0, + DelaunayTriangulation = 1, + MinimalSpanningSubsetDelaunayTriangulation = 2, + PointImplicitAugmentedWithMinimalDelaunay = 3, + None = 4, + EClusterUnionMethod_MAX = 5, +}; + +// Enum Chaos.EFieldPhysicsDefaultFields +// NumValues: 0x0007 +enum class EFieldPhysicsDefaultFields : uint8 +{ + Field_RadialIntMask = 0, + Field_RadialFalloff = 1, + Field_UniformVector = 2, + Field_RadialVector = 3, + Field_RadialVectorFalloff = 4, + Field_EFieldPhysicsDefaultFields_Max = 5, + Field_MAX = 6, +}; + +// Enum Chaos.EFieldOutputType +// NumValues: 0x0004 +enum class EFieldOutputType : uint8 +{ + Field_Output_Vector = 0, + Field_Output_Scalar = 1, + Field_Output_Integer = 2, + Field_Output_Max = 3, +}; + +// Enum Chaos.EFieldIntegerType +// NumValues: 0x0007 +enum class EFieldIntegerType : uint8 +{ + Integer_DynamicState = 0, + Integer_ActivateDisabled = 1, + Integer_CollisionGroup = 2, + Integer_PositionAnimated = 3, + Integer_PositionStatic = 4, + Integer_TargetMax = 5, + Integer_MAX = 6, +}; + +// Enum Chaos.EFieldScalarType +// NumValues: 0x0008 +enum class EFieldScalarType : uint8 +{ + Scalar_ExternalClusterStrain = 0, + Scalar_Kill = 1, + Scalar_DisableThreshold = 2, + Scalar_SleepingThreshold = 3, + Scalar_InternalClusterStrain = 4, + Scalar_DynamicConstraint = 5, + Scalar_TargetMax = 6, + Scalar_MAX = 7, +}; + +// Enum Chaos.EFieldVectorType +// NumValues: 0x0007 +enum class EFieldVectorType : uint8 +{ + Vector_LinearForce = 0, + Vector_LinearVelocity = 1, + Vector_AngularVelocity = 2, + Vector_AngularTorque = 3, + Vector_PositionTarget = 4, + Vector_TargetMax = 5, + Vector_MAX = 6, +}; + +// Enum Chaos.EFieldPhysicsType +// NumValues: 0x0012 +enum class EFieldPhysicsType : uint8 +{ + Field_None = 0, + Field_DynamicState = 1, + Field_LinearForce = 2, + Field_ExternalClusterStrain = 3, + Field_Kill = 4, + Field_LinearVelocity = 5, + Field_AngularVelociy = 6, + Field_AngularTorque = 7, + Field_InternalClusterStrain = 8, + Field_DisableThreshold = 9, + Field_SleepingThreshold = 10, + Field_PositionStatic = 11, + Field_PositionAnimated = 12, + Field_PositionTarget = 13, + Field_DynamicConstraint = 14, + Field_CollisionGroup = 15, + Field_ActivateDisabled = 16, + Field_PhysicsType_Max = 17, +}; + +// Enum Chaos.EFieldFalloffType +// NumValues: 0x0006 +enum class EFieldFalloffType : uint8 +{ + Field_FallOff_None = 0, + Field_Falloff_Linear = 1, + Field_Falloff_Inverse = 2, + Field_Falloff_Squared = 3, + Field_Falloff_Logarithmic = 4, + Field_Falloff_Max = 5, +}; + +// Enum Chaos.EFieldFilterType +// NumValues: 0x0005 +enum class EFieldFilterType : uint8 +{ + Field_Filter_Dynamic = 0, + Field_Filter_Kinematic = 1, + Field_Filter_Static = 2, + Field_Filter_All = 3, + Field_Filter_Max = 4, +}; + +// Enum Chaos.EFieldResolutionType +// NumValues: 0x0004 +enum class EFieldResolutionType : uint8 +{ + Field_Resolution_Minimal = 0, + Field_Resolution_DisabledParents = 1, + Field_Resolution_Maximum = 2, + Field_Resolution_Max = 3, +}; + +// Enum Chaos.EFieldCullingOperationType +// NumValues: 0x0004 +enum class EFieldCullingOperationType : uint8 +{ + Field_Culling_Inside = 0, + Field_Culling_Outside = 1, + Field_Culling_Operation_Max = 2, + Field_Culling_MAX = 3, +}; + +// Enum Chaos.EFieldOperationType +// NumValues: 0x0005 +enum class EFieldOperationType : uint8 +{ + Field_Multiply = 0, + Field_Divide = 1, + Field_Add = 2, + Field_Substract = 3, + Field_Operation_Max = 4, +}; + +// Enum Chaos.EWaveFunctionType +// NumValues: 0x0005 +enum class EWaveFunctionType : uint8 +{ + Field_Wave_Cosine = 0, + Field_Wave_Gaussian = 1, + Field_Wave_Falloff = 2, + Field_Wave_Decay = 3, + Field_Wave_Max = 4, +}; + +// Enum Chaos.ESetMaskConditionType +// NumValues: 0x0004 +enum class ESetMaskConditionType : uint8 +{ + Field_Set_Always = 0, + Field_Set_IFF_NOT_Interior = 1, + Field_Set_IFF_NOT_Exterior = 2, + Field_MaskCondition_Max = 3, +}; + +// Enum Chaos.EEmissionPatternTypeEnum +// NumValues: 0x0003 +enum class EEmissionPatternTypeEnum : uint8 +{ + Chaos_Emission_Pattern_First_Frame = 0, + Chaos_Emission_Pattern_On_Demand = 1, + Chaos_Max = 2, +}; + +// Enum Chaos.EInitialVelocityTypeEnum +// NumValues: 0x0003 +enum class EInitialVelocityTypeEnum : uint8 +{ + Chaos_Initial_Velocity_User_Defined = 0, + Chaos_Initial_Velocity_None = 1, + Chaos_Max = 2, +}; + +// Enum Chaos.EGeometryCollectionPhysicsTypeEnum +// NumValues: 0x0009 +enum class EGeometryCollectionPhysicsTypeEnum : uint8 +{ + Chaos_AngularVelocity = 0, + Chaos_DynamicState = 1, + Chaos_LinearVelocity = 2, + Chaos_InitialAngularVelocity = 3, + Chaos_InitialLinearVelocity = 4, + Chaos_CollisionGroup = 5, + Chaos_LinearForce = 6, + Chaos_AngularTorque = 7, + Chaos_Max = 8, +}; + +// Enum Chaos.EObjectStateTypeEnum +// NumValues: 0x0007 +enum class EObjectStateTypeEnum : uint8 +{ + Chaos_NONE = 0, + Chaos_Object_Sleeping = 1, + Chaos_Object_Kinematic = 2, + Chaos_Object_Static = 3, + Chaos_Object_Dynamic = 4, + Chaos_Object_UserDefined = 100, + Chaos_Max = 101, +}; + +// Enum Chaos.EImplicitTypeEnum +// NumValues: 0x0006 +enum class EImplicitTypeEnum : uint8 +{ + Chaos_Implicit_Box = 0, + Chaos_Implicit_Sphere = 1, + Chaos_Implicit_Capsule = 2, + Chaos_Implicit_LevelSet = 3, + Chaos_Implicit_None = 4, + Chaos_Max = 5, +}; + +// Enum Chaos.ECollisionTypeEnum +// NumValues: 0x0003 +enum class ECollisionTypeEnum : uint8 +{ + Chaos_Volumetric = 0, + Chaos_Surface_Volumetric = 1, + Chaos_Max = 2, +}; + +// Enum Chaos.EChaosBufferMode +// NumValues: 0x0005 +enum class EChaosBufferMode : uint8 +{ + Double = 0, + Triple = 1, + Num = 2, + Invalid = 3, + EChaosBufferMode_MAX = 4, +}; + +// Enum Chaos.EChaosThreadingMode +// NumValues: 0x0006 +enum class EChaosThreadingMode : uint8 +{ + DedicatedThread = 0, + TaskGraph = 1, + SingleThread = 2, + Num = 3, + Invalid = 4, + EChaosThreadingMode_MAX = 5, +}; + +// Enum Chaos.EChaosSolverTickMode +// NumValues: 0x0005 +enum class EChaosSolverTickMode : uint8 +{ + Fixed = 0, + Variable = 1, + VariableCapped = 2, + VariableCappedWithTarget = 3, + EChaosSolverTickMode_MAX = 4, +}; + +// Enum Chaos.EGeometryCollectionCacheType +// NumValues: 0x0005 +enum class EGeometryCollectionCacheType : uint8 +{ + None = 0, + Record = 1, + Play = 2, + RecordAndPlay = 3, + EGeometryCollectionCacheType_MAX = 4, +}; + +// ScriptStruct Chaos.SolverCollisionFilterSettings +// 0x0010 (0x0010 - 0x0000) +struct FSolverCollisionFilterSettings final +{ +public: + bool FilterEnabled; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinMass; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSpeed; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinImpulse; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverCollisionFilterSettings; + +// ScriptStruct Chaos.SolverBreakingFilterSettings +// 0x0010 (0x0010 - 0x0000) +struct FSolverBreakingFilterSettings final +{ +public: + bool FilterEnabled; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinMass; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSpeed; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinVolume; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverBreakingFilterSettings; + +// ScriptStruct Chaos.SolverTrailingFilterSettings +// 0x0010 (0x0010 - 0x0000) +struct FSolverTrailingFilterSettings final +{ +public: + bool FilterEnabled; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinMass; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSpeed; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinVolume; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverTrailingFilterSettings; + +// ScriptStruct Chaos.ChaosSolverConfiguration +// 0x0068 (0x0068 - 0x0000) +struct FChaosSolverConfiguration final +{ +public: + int32 Iterations; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CollisionPairIterations; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PushOutIterations; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CollisionPushOutPairIterations; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionMarginFraction; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionMarginMax; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionCullDistance; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JointPairIterations; // 0x001C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JointPushOutPairIterations; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClusterConnectionFactor; // 0x0024(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EClusterUnionMethod ClusterUnionConnectionType; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateCollisionData; // 0x0029(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x2]; // 0x002A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSolverCollisionFilterSettings CollisionFilterSettings; // 0x002C(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + bool bGenerateBreakData; // 0x003C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSolverBreakingFilterSettings BreakingFilterSettings; // 0x0040(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + bool bGenerateTrailingData; // 0x0050(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSolverTrailingFilterSettings TrailingFilterSettings; // 0x0054(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + bool bGenerateContactGraph; // 0x0064(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_65[0x3]; // 0x0065(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FChaosSolverConfiguration; + +// ScriptStruct Chaos.SolverCollisionData +// 0x006C (0x006C - 0x0000) +struct FSolverCollisionData final +{ +public: + struct FVector Location; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AccumulatedImpulse; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Normal; // 0x0018(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Velocity1; // 0x0024(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Velocity2; // 0x0030(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AngularVelocity1; // 0x003C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AngularVelocity2; // 0x0048(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass1; // 0x0054(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass2; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleIndex; // 0x005C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LevelsetIndex; // 0x0060(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleIndexMesh; // 0x0064(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LevelsetIndexMesh; // 0x0068(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverCollisionData; + +// ScriptStruct Chaos.SolverBreakingData +// 0x0030 (0x0030 - 0x0000) +struct FSolverBreakingData final +{ +public: + struct FVector Location; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Velocity; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AngularVelocity; // 0x0018(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleIndex; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleIndexMesh; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverBreakingData; + +// ScriptStruct Chaos.SolverTrailingData +// 0x0030 (0x0030 - 0x0000) +struct FSolverTrailingData final +{ +public: + struct FVector Location; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Velocity; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AngularVelocity; // 0x0018(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleIndex; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleIndexMesh; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverTrailingData; + +// ScriptStruct Chaos.RecordedFrame +// 0x00B8 (0x00B8 - 0x0000) +struct FRecordedFrame final +{ +public: + TArray Transforms; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray TransformIndices; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray PreviousTransformIndices; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray DisabledFlags; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Collisions; // 0x0040(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Breakings; // 0x0050(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TSet Trailings; // 0x0060(0x0050)(NativeAccessSpecifierPublic) + float Timestamp; // 0x00B0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FRecordedFrame; + +// ScriptStruct Chaos.RecordedTransformTrack +// 0x0010 (0x0010 - 0x0000) +struct FRecordedTransformTrack final +{ +public: + TArray Records; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRecordedTransformTrack; + +} + diff --git a/Kena/SDK/CoreUObject_classes.hpp b/Kena/SDK/CoreUObject_classes.hpp new file mode 100644 index 0000000..3d9171e --- /dev/null +++ b/Kena/SDK/CoreUObject_classes.hpp @@ -0,0 +1,1302 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: CoreUObject + +#include "Basic.hpp" + + +namespace SDK +{ + +// Class CoreUObject.Object +// 0x0028 (0x0028 - 0x0000) +class alignas(0x08) UObject +{ +public: + static inline class TUObjectArrayWrapper GObjects; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + + void* VTable; // 0x0000(0x0008)(NOT AUTO-GENERATED PROPERTY) + EObjectFlags Flags; // 0x0008(0x0004)(NOT AUTO-GENERATED PROPERTY) + int32 Index; // 0x000C(0x0004)(NOT AUTO-GENERATED PROPERTY) + class UClass* Class; // 0x0010(0x0008)(NOT AUTO-GENERATED PROPERTY) + class FName Name; // 0x0018(0x0008)(NOT AUTO-GENERATED PROPERTY) + class UObject* Outer; // 0x0020(0x0008)(NOT AUTO-GENERATED PROPERTY) + +public: + static class UObject* FindObjectFastImpl(const std::string& Name, EClassCastFlags RequiredType = EClassCastFlags::None); + static class UObject* FindObjectImpl(const std::string& FullName, EClassCastFlags RequiredType = EClassCastFlags::None); + + std::string GetFullName() const; + std::string GetName() const; + bool HasTypeFlag(EClassCastFlags TypeFlags) const; + bool IsA(EClassCastFlags TypeFlags) const; + bool IsA(const class FName& ClassName) const; + bool IsA(const class UClass* TypeClass) const; + bool IsDefaultObject() const; + + void ExecuteUbergraph(int32 EntryPoint); + +public: + static class UClass* FindClass(const std::string& ClassFullName) + { + return FindObject(ClassFullName, EClassCastFlags::Class); + } + static class UClass* FindClassFast(const std::string& ClassName) + { + return FindObjectFast(ClassName, EClassCastFlags::Class); + } + + template + static UEType* FindObject(const std::string& Name, EClassCastFlags RequiredType = EClassCastFlags::None) + { + return static_cast(FindObjectImpl(Name, RequiredType)); + } + template + static UEType* FindObjectFast(const std::string& Name, EClassCastFlags RequiredType = EClassCastFlags::None) + { + return static_cast(FindObjectFastImpl(Name, RequiredType)); + } + + void ProcessEvent(class UFunction* Function, void* Parms) const + { + InSDKUtils::CallGameFunction(InSDKUtils::GetVirtualFunction(this, Offsets::ProcessEventIdx), this, Function, Parms); + } +}; +DUMPER7_ASSERTS_UObject; + +// Class CoreUObject.Field +// 0x0008 (0x0030 - 0x0028) +class UField : public UObject +{ +public: + class UField* Next; // 0x0028(0x0008)(NOT AUTO-GENERATED PROPERTY) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Field") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Field") + } + static class UField* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UField; + +// Class CoreUObject.Property +// 0x0040 (0x0070 - 0x0030) +class UProperty : public UField +{ +public: + uint8 Pad_30[0x40]; // 0x0030(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Property") + } + static class UProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UProperty; + +// Class CoreUObject.DelegateProperty +// 0x0008 (0x0078 - 0x0070) +class UDelegateProperty final : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DelegateProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DelegateProperty") + } + static class UDelegateProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDelegateProperty; + +// Class CoreUObject.Package +// 0x0078 (0x00A0 - 0x0028) +class UPackage final : public UObject +{ +public: + uint8 Pad_28[0x78]; // 0x0028(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Package") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Package") + } + static class UPackage* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPackage; + +// Class CoreUObject.PackageMap +// 0x00B8 (0x00E0 - 0x0028) +class UPackageMap : public UObject +{ +public: + uint8 Pad_28[0xB8]; // 0x0028(0x00B8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PackageMap") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PackageMap") + } + static class UPackageMap* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPackageMap; + +// Class CoreUObject.MulticastDelegateProperty +// 0x0008 (0x0078 - 0x0070) +class UMulticastDelegateProperty : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MulticastDelegateProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MulticastDelegateProperty") + } + static class UMulticastDelegateProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMulticastDelegateProperty; + +// Class CoreUObject.MulticastSparseDelegateProperty +// 0x0000 (0x0078 - 0x0078) +class UMulticastSparseDelegateProperty final : public UMulticastDelegateProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MulticastSparseDelegateProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MulticastSparseDelegateProperty") + } + static class UMulticastSparseDelegateProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMulticastSparseDelegateProperty; + +// Class CoreUObject.Interface +// 0x0000 (0x0000 - 0x0000) +class IInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Interface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Interface") + } + static class IInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IInterface; + +// Class CoreUObject.Struct +// 0x0080 (0x00B0 - 0x0030) +class UStruct : public UField +{ +public: + uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class UStruct* Super; // 0x0040(0x0008)(NOT AUTO-GENERATED PROPERTY) + class UField* Children; // 0x0048(0x0008)(NOT AUTO-GENERATED PROPERTY) + class FField* ChildProperties; // 0x0050(0x0008)(NOT AUTO-GENERATED PROPERTY) + int32 Size; // 0x0058(0x0004)(NOT AUTO-GENERATED PROPERTY) + int16 MinAlignment; // 0x005C(0x0002)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_5E[0x52]; // 0x005E(0x0052)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + bool IsSubclassOf(const UStruct* Base) const; + bool IsSubclassOf(const FName& baseClassName) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Struct") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Struct") + } + static class UStruct* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStruct; + +// Class CoreUObject.NumericProperty +// 0x0000 (0x0070 - 0x0070) +class UNumericProperty : public UProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NumericProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NumericProperty") + } + static class UNumericProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNumericProperty; + +// Class CoreUObject.UInt16Property +// 0x0000 (0x0070 - 0x0070) +class UUInt16Property final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("UInt16Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"UInt16Property") + } + static class UUInt16Property* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UUInt16Property; + +// Class CoreUObject.Class +// 0x0180 (0x0230 - 0x00B0) +class UClass : public UStruct +{ +public: + uint8 Pad_B0[0x20]; // 0x00B0(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + enum class EClassCastFlags CastFlags; // 0x00D0(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_D8[0x40]; // 0x00D8(0x0040)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* DefaultObject; // 0x0118(0x0008)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_120[0x110]; // 0x0120(0x0110)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class UFunction* GetFunction(const char* ClassName, const char* FuncName) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Class") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Class") + } + static class UClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UClass; + +// Class CoreUObject.GCObjectReferencer +// 0x0048 (0x0070 - 0x0028) +class UGCObjectReferencer final : public UObject +{ +public: + uint8 Pad_28[0x48]; // 0x0028(0x0048)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GCObjectReferencer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GCObjectReferencer") + } + static class UGCObjectReferencer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGCObjectReferencer; + +// Class CoreUObject.TextBuffer +// 0x0028 (0x0050 - 0x0028) +class UTextBuffer final : public UObject +{ +public: + uint8 Pad_28[0x28]; // 0x0028(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextBuffer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextBuffer") + } + static class UTextBuffer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextBuffer; + +// Class CoreUObject.ScriptStruct +// 0x0010 (0x00C0 - 0x00B0) +class UScriptStruct : public UStruct +{ +public: + uint8 Pad_B0[0x10]; // 0x00B0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ScriptStruct") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ScriptStruct") + } + static class UScriptStruct* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UScriptStruct; + +// Class CoreUObject.Function +// 0x0030 (0x00E0 - 0x00B0) +class UFunction : public UStruct +{ +public: + using FNativeFuncPtr = void (*)(void* Context, void* TheStack, void* Result); + + uint32 FunctionFlags; // 0x00B0(0x0004)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_B4[0x24]; // 0x00B4(0x0024)(Fixing Size After Last Property [ Dumper-7 ]) + FNativeFuncPtr ExecFunction; // 0x00D8(0x0008)(NOT AUTO-GENERATED PROPERTY) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Function") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Function") + } + static class UFunction* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFunction; + +// Class CoreUObject.DelegateFunction +// 0x0000 (0x00E0 - 0x00E0) +class UDelegateFunction : public UFunction +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DelegateFunction") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DelegateFunction") + } + static class UDelegateFunction* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDelegateFunction; + +// Class CoreUObject.SparseDelegateFunction +// 0x0010 (0x00F0 - 0x00E0) +class USparseDelegateFunction final : public UDelegateFunction +{ +public: + uint8 Pad_E0[0x10]; // 0x00E0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SparseDelegateFunction") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SparseDelegateFunction") + } + static class USparseDelegateFunction* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USparseDelegateFunction; + +// Class CoreUObject.DynamicClass +// 0x0080 (0x02B0 - 0x0230) +class UDynamicClass final : public UClass +{ +public: + uint8 Pad_230[0x80]; // 0x0230(0x0080)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DynamicClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DynamicClass") + } + static class UDynamicClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDynamicClass; + +// Class CoreUObject.Enum +// 0x0030 (0x0060 - 0x0030) +class UEnum : public UField +{ +public: + uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class TArray> Names; // 0x0040(0x0010)(NOT AUTO-GENERATED PROPERTY) + uint8 Pad_50[0x10]; // 0x0050(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Enum") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Enum") + } + static class UEnum* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEnum; + +// Class CoreUObject.LinkerPlaceholderClass +// 0x01B8 (0x03E8 - 0x0230) +class ULinkerPlaceholderClass final : public UClass +{ +public: + uint8 Pad_230[0x1B8]; // 0x0230(0x01B8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LinkerPlaceholderClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LinkerPlaceholderClass") + } + static class ULinkerPlaceholderClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULinkerPlaceholderClass; + +// Class CoreUObject.LinkerPlaceholderExportObject +// 0x00C8 (0x00F0 - 0x0028) +class ULinkerPlaceholderExportObject final : public UObject +{ +public: + uint8 Pad_28[0xC8]; // 0x0028(0x00C8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LinkerPlaceholderExportObject") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LinkerPlaceholderExportObject") + } + static class ULinkerPlaceholderExportObject* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULinkerPlaceholderExportObject; + +// Class CoreUObject.LinkerPlaceholderFunction +// 0x01B8 (0x0298 - 0x00E0) +class ULinkerPlaceholderFunction final : public UFunction +{ +public: + uint8 Pad_E0[0x1B8]; // 0x00E0(0x01B8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LinkerPlaceholderFunction") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LinkerPlaceholderFunction") + } + static class ULinkerPlaceholderFunction* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULinkerPlaceholderFunction; + +// Class CoreUObject.MetaData +// 0x00A0 (0x00C8 - 0x0028) +class UMetaData final : public UObject +{ +public: + uint8 Pad_28[0xA0]; // 0x0028(0x00A0)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MetaData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MetaData") + } + static class UMetaData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMetaData; + +// Class CoreUObject.ObjectRedirector +// 0x0008 (0x0030 - 0x0028) +class UObjectRedirector final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ObjectRedirector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ObjectRedirector") + } + static class UObjectRedirector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UObjectRedirector; + +// Class CoreUObject.EnumProperty +// 0x0010 (0x0080 - 0x0070) +class UEnumProperty final : public UProperty +{ +public: + uint8 Pad_70[0x10]; // 0x0070(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EnumProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EnumProperty") + } + static class UEnumProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEnumProperty; + +// Class CoreUObject.ArrayProperty +// 0x0008 (0x0078 - 0x0070) +class UArrayProperty final : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ArrayProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ArrayProperty") + } + static class UArrayProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UArrayProperty; + +// Class CoreUObject.ObjectPropertyBase +// 0x0008 (0x0078 - 0x0070) +class UObjectPropertyBase : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ObjectPropertyBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ObjectPropertyBase") + } + static class UObjectPropertyBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UObjectPropertyBase; + +// Class CoreUObject.BoolProperty +// 0x0008 (0x0078 - 0x0070) +class UBoolProperty final : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoolProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoolProperty") + } + static class UBoolProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBoolProperty; + +// Class CoreUObject.ByteProperty +// 0x0008 (0x0078 - 0x0070) +class UByteProperty final : public UNumericProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ByteProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ByteProperty") + } + static class UByteProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UByteProperty; + +// Class CoreUObject.ObjectProperty +// 0x0000 (0x0078 - 0x0078) +class UObjectProperty : public UObjectPropertyBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ObjectProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ObjectProperty") + } + static class UObjectProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UObjectProperty; + +// Class CoreUObject.ClassProperty +// 0x0008 (0x0080 - 0x0078) +class UClassProperty final : public UObjectProperty +{ +public: + uint8 Pad_78[0x8]; // 0x0078(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ClassProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ClassProperty") + } + static class UClassProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UClassProperty; + +// Class CoreUObject.DoubleProperty +// 0x0000 (0x0070 - 0x0070) +class UDoubleProperty final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DoubleProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DoubleProperty") + } + static class UDoubleProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDoubleProperty; + +// Class CoreUObject.FloatProperty +// 0x0000 (0x0070 - 0x0070) +class UFloatProperty final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FloatProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FloatProperty") + } + static class UFloatProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFloatProperty; + +// Class CoreUObject.IntProperty +// 0x0000 (0x0070 - 0x0070) +class UIntProperty final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("IntProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"IntProperty") + } + static class UIntProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UIntProperty; + +// Class CoreUObject.Int8Property +// 0x0000 (0x0070 - 0x0070) +class UInt8Property final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Int8Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Int8Property") + } + static class UInt8Property* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInt8Property; + +// Class CoreUObject.Int16Property +// 0x0000 (0x0070 - 0x0070) +class UInt16Property final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Int16Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Int16Property") + } + static class UInt16Property* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInt16Property; + +// Class CoreUObject.Int64Property +// 0x0000 (0x0070 - 0x0070) +class UInt64Property final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Int64Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Int64Property") + } + static class UInt64Property* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInt64Property; + +// Class CoreUObject.InterfaceProperty +// 0x0008 (0x0078 - 0x0070) +class UInterfaceProperty final : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterfaceProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterfaceProperty") + } + static class UInterfaceProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterfaceProperty; + +// Class CoreUObject.LazyObjectProperty +// 0x0000 (0x0078 - 0x0078) +class ULazyObjectProperty final : public UObjectPropertyBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LazyObjectProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LazyObjectProperty") + } + static class ULazyObjectProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULazyObjectProperty; + +// Class CoreUObject.MapProperty +// 0x0028 (0x0098 - 0x0070) +class UMapProperty final : public UProperty +{ +public: + uint8 Pad_70[0x28]; // 0x0070(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MapProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MapProperty") + } + static class UMapProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMapProperty; + +// Class CoreUObject.MulticastInlineDelegateProperty +// 0x0000 (0x0078 - 0x0078) +class UMulticastInlineDelegateProperty final : public UMulticastDelegateProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MulticastInlineDelegateProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MulticastInlineDelegateProperty") + } + static class UMulticastInlineDelegateProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMulticastInlineDelegateProperty; + +// Class CoreUObject.NameProperty +// 0x0000 (0x0070 - 0x0070) +class UNameProperty final : public UProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NameProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NameProperty") + } + static class UNameProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNameProperty; + +// Class CoreUObject.SetProperty +// 0x0020 (0x0090 - 0x0070) +class USetProperty final : public UProperty +{ +public: + uint8 Pad_70[0x20]; // 0x0070(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SetProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SetProperty") + } + static class USetProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USetProperty; + +// Class CoreUObject.SoftObjectProperty +// 0x0000 (0x0078 - 0x0078) +class USoftObjectProperty : public UObjectPropertyBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoftObjectProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoftObjectProperty") + } + static class USoftObjectProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoftObjectProperty; + +// Class CoreUObject.SoftClassProperty +// 0x0008 (0x0080 - 0x0078) +class USoftClassProperty final : public USoftObjectProperty +{ +public: + uint8 Pad_78[0x8]; // 0x0078(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoftClassProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoftClassProperty") + } + static class USoftClassProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoftClassProperty; + +// Class CoreUObject.StrProperty +// 0x0000 (0x0070 - 0x0070) +class UStrProperty final : public UProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StrProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StrProperty") + } + static class UStrProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStrProperty; + +// Class CoreUObject.StructProperty +// 0x0008 (0x0078 - 0x0070) +class UStructProperty final : public UProperty +{ +public: + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StructProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StructProperty") + } + static class UStructProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStructProperty; + +// Class CoreUObject.UInt32Property +// 0x0000 (0x0070 - 0x0070) +class UUInt32Property final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("UInt32Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"UInt32Property") + } + static class UUInt32Property* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UUInt32Property; + +// Class CoreUObject.UInt64Property +// 0x0000 (0x0070 - 0x0070) +class UUInt64Property final : public UNumericProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("UInt64Property") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"UInt64Property") + } + static class UUInt64Property* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UUInt64Property; + +// Class CoreUObject.WeakObjectProperty +// 0x0000 (0x0078 - 0x0078) +class UWeakObjectProperty final : public UObjectPropertyBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("WeakObjectProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"WeakObjectProperty") + } + static class UWeakObjectProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UWeakObjectProperty; + +// Class CoreUObject.TextProperty +// 0x0000 (0x0070 - 0x0070) +class UTextProperty final : public UProperty +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextProperty") + } + static class UTextProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextProperty; + +// Class CoreUObject.PropertyWrapper +// 0x0008 (0x0030 - 0x0028) +class UPropertyWrapper : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PropertyWrapper") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PropertyWrapper") + } + static class UPropertyWrapper* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPropertyWrapper; + +// Class CoreUObject.MulticastDelegatePropertyWrapper +// 0x0000 (0x0030 - 0x0030) +class UMulticastDelegatePropertyWrapper : public UPropertyWrapper +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MulticastDelegatePropertyWrapper") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MulticastDelegatePropertyWrapper") + } + static class UMulticastDelegatePropertyWrapper* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMulticastDelegatePropertyWrapper; + +// Class CoreUObject.MulticastInlineDelegatePropertyWrapper +// 0x0000 (0x0030 - 0x0030) +class UMulticastInlineDelegatePropertyWrapper final : public UMulticastDelegatePropertyWrapper +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MulticastInlineDelegatePropertyWrapper") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MulticastInlineDelegatePropertyWrapper") + } + static class UMulticastInlineDelegatePropertyWrapper* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMulticastInlineDelegatePropertyWrapper; + +} + diff --git a/Kena/SDK/CoreUObject_functions.cpp b/Kena/SDK/CoreUObject_functions.cpp new file mode 100644 index 0000000..b63ea63 --- /dev/null +++ b/Kena/SDK/CoreUObject_functions.cpp @@ -0,0 +1,217 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: CoreUObject + +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" +#include "CoreUObject_parameters.hpp" + + +namespace SDK +{ + +// Predefined Function +// Finds a UObject in the global object array by name, optionally with ECastFlags to reduce heavy string comparison + +class UObject* UObject::FindObjectFastImpl(const std::string& Name, EClassCastFlags RequiredType) +{ + for (int i = 0; i < GObjects->Num(); ++i) + { + UObject* Object = GObjects->GetByIndex(i); + + if (!Object) + continue; + + if (Object->HasTypeFlag(RequiredType) && Object->GetName() == Name) + return Object; + } + + return nullptr; +} + + +// Predefined Function +// Finds a UObject in the global object array by full-name, optionally with ECastFlags to reduce heavy string comparison + +class UObject* UObject::FindObjectImpl(const std::string& FullName, EClassCastFlags RequiredType) +{ + for (int i = 0; i < GObjects->Num(); ++i) + { + UObject* Object = GObjects->GetByIndex(i); + + if (!Object) + continue; + + if (Object->HasTypeFlag(RequiredType) && Object->GetFullName() == FullName) + return Object; + } + + return nullptr; +} + + +// Predefined Function +// Returns the name of this object in the format 'Class Package.Outer.Object' + +std::string UObject::GetFullName() const +{ + if (this && Class) + { + std::string Temp; + + for (UObject* NextOuter = Outer; NextOuter; NextOuter = NextOuter->Outer) + { + Temp = NextOuter->GetName() + "." + Temp; + } + + std::string Name = Class->GetName(); + Name += " "; + Name += Temp; + Name += GetName(); + + return Name; + } + + return "None"; +} + + +// Predefined Function +// Retuns the name of this object + +std::string UObject::GetName() const +{ + return this ? Name.ToString() : "None"; +} + + +// Predefined Function +// Checks Class->FunctionFlags for TypeFlags + +bool UObject::HasTypeFlag(EClassCastFlags TypeFlags) const +{ + return (Class->CastFlags & TypeFlags); +} + + +// Predefined Function +// Checks a UObjects' type by TypeFlags + +bool UObject::IsA(EClassCastFlags TypeFlags) const +{ + return (Class->CastFlags & TypeFlags); +} + + +// Predefined Function +// Checks a UObjects' type by Class name + +bool UObject::IsA(const class FName& ClassName) const +{ + return Class->IsSubclassOf(ClassName); +} + + +// Predefined Function +// Checks a UObjects' type by Class + +bool UObject::IsA(const class UClass* TypeClass) const +{ + return Class->IsSubclassOf(TypeClass); +} + + +// Predefined Function +// Checks whether this object is a classes' default-object + +bool UObject::IsDefaultObject() const +{ + return (Flags & EObjectFlags::ClassDefaultObject); +} + + +// Function CoreUObject.Object.ExecuteUbergraph +// (Event, Public, BlueprintEvent) +// Parameters: +// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UObject::ExecuteUbergraph(int32 EntryPoint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Object", "ExecuteUbergraph"); + + Params::Object_ExecuteUbergraph Parms{}; + + Parms.EntryPoint = EntryPoint; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Predefined Function +// Checks if this class has a certain base + +bool UStruct::IsSubclassOf(const UStruct* Base) const +{ + if (!Base) + return false; + + for (const UStruct* Struct = this; Struct; Struct = Struct->Super) + { + if (Struct == Base) + return true; + } + + return false; +} + + +// Predefined Function +// Checks if this class has a certain base + +bool UStruct::IsSubclassOf(const FName& baseClassName) const +{ + if (baseClassName.IsNone()) + return false; + + for (const UStruct* Struct = this; Struct; Struct = Struct->Super) + { + if (Struct->Name == baseClassName) + return true; + } + + return false; +} + + +// Predefined Function +// Gets a UFunction from this UClasses' 'Children' list + +class UFunction* UClass::GetFunction(const char* ClassName, const char* FuncName) const +{ + for(const UStruct* Clss = this; Clss; Clss = Clss->Super) + { + if (Clss->GetName() != ClassName) + continue; + + for (UField* Field = Clss->Children; Field; Field = Field->Next) + { + if(Field->HasTypeFlag(EClassCastFlags::Function) && Field->GetName() == FuncName) + return static_cast(Field); + } + } + + return nullptr; +} + +} + diff --git a/Kena/SDK/CoreUObject_parameters.hpp b/Kena/SDK/CoreUObject_parameters.hpp new file mode 100644 index 0000000..a1fa3b8 --- /dev/null +++ b/Kena/SDK/CoreUObject_parameters.hpp @@ -0,0 +1,27 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: CoreUObject + +#include "Basic.hpp" + + +namespace SDK::Params +{ + +// Function CoreUObject.Object.ExecuteUbergraph +// 0x0004 (0x0004 - 0x0000) +struct Object_ExecuteUbergraph final +{ +public: + int32 EntryPoint; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Object_ExecuteUbergraph; + +} + diff --git a/Kena/SDK/CoreUObject_structs.hpp b/Kena/SDK/CoreUObject_structs.hpp new file mode 100644 index 0000000..5169316 --- /dev/null +++ b/Kena/SDK/CoreUObject_structs.hpp @@ -0,0 +1,1452 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: CoreUObject + +#include "Basic.hpp" + + +namespace SDK +{ + +// Enum CoreUObject.EInterpCurveMode +// NumValues: 0x0007 +enum class EInterpCurveMode : uint8 +{ + CIM_Linear = 0, + CIM_CurveAuto = 1, + CIM_Constant = 2, + CIM_CurveUser = 3, + CIM_CurveBreak = 4, + CIM_CurveAutoClamped = 5, + CIM_MAX = 6, +}; + +// Enum CoreUObject.ERangeBoundTypes +// NumValues: 0x0004 +enum class ERangeBoundTypes : uint8 +{ + Exclusive = 0, + Inclusive = 1, + Open = 2, + ERangeBoundTypes_MAX = 3, +}; + +// Enum CoreUObject.ELocalizedTextSourceCategory +// NumValues: 0x0004 +enum class ELocalizedTextSourceCategory : uint8 +{ + Game = 0, + Engine = 1, + Editor = 2, + ELocalizedTextSourceCategory_MAX = 3, +}; + +// Enum CoreUObject.EAutomationEventType +// NumValues: 0x0004 +enum class EAutomationEventType : uint8 +{ + Info = 0, + Warning = 1, + Error = 2, + EAutomationEventType_MAX = 3, +}; + +// Enum CoreUObject.ELifetimeCondition +// NumValues: 0x0010 +enum class ELifetimeCondition : uint8 +{ + COND_None = 0, + COND_InitialOnly = 1, + COND_OwnerOnly = 2, + COND_SkipOwner = 3, + COND_SimulatedOnly = 4, + COND_AutonomousOnly = 5, + COND_SimulatedOrPhysics = 6, + COND_InitialOrOwner = 7, + COND_Custom = 8, + COND_ReplayOrOwner = 9, + COND_ReplayOnly = 10, + COND_SimulatedOnlyNoReplay = 11, + COND_SimulatedOrPhysicsNoReplay = 12, + COND_SkipReplay = 13, + COND_Never = 15, + COND_Max = 16, +}; + +// Enum CoreUObject.EDataValidationResult +// NumValues: 0x0004 +enum class EDataValidationResult : uint8 +{ + Invalid = 0, + Valid = 1, + NotValidated = 2, + EDataValidationResult_MAX = 3, +}; + +// Enum CoreUObject.EAppMsgType +// NumValues: 0x0009 +enum class EAppMsgType : uint8 +{ + Ok = 0, + YesNo = 1, + OkCancel = 2, + YesNoCancel = 3, + CancelRetryContinue = 4, + YesNoYesAllNoAll = 5, + YesNoYesAllNoAllCancel = 6, + YesNoYesAll = 7, + EAppMsgType_MAX = 8, +}; + +// Enum CoreUObject.EAppReturnType +// NumValues: 0x0009 +enum class EAppReturnType : uint8 +{ + No = 0, + Yes = 1, + YesAll = 2, + NoAll = 3, + Cancel = 4, + Ok = 5, + Retry = 6, + Continue = 7, + EAppReturnType_MAX = 8, +}; + +// Enum CoreUObject.EPropertyAccessChangeNotifyMode +// NumValues: 0x0004 +enum class EPropertyAccessChangeNotifyMode : uint8 +{ + Default = 0, + Never = 1, + Always = 2, + EPropertyAccessChangeNotifyMode_MAX = 3, +}; + +// Enum CoreUObject.EUnit +// NumValues: 0x0033 +enum class EUnit : uint8 +{ + Micrometers = 0, + Millimeters = 1, + Centimeters = 2, + Meters = 3, + Kilometers = 4, + Inches = 5, + Feet = 6, + Yards = 7, + Miles = 8, + Lightyears = 9, + Degrees = 10, + Radians = 11, + MetersPerSecond = 12, + KilometersPerHour = 13, + MilesPerHour = 14, + Celsius = 15, + Farenheit = 16, + Kelvin = 17, + Micrograms = 18, + Milligrams = 19, + Grams = 20, + Kilograms = 21, + MetricTons = 22, + Ounces = 23, + Pounds = 24, + Stones = 25, + Newtons = 26, + PoundsForce = 27, + KilogramsForce = 28, + Hertz = 29, + Kilohertz = 30, + Megahertz = 31, + Gigahertz = 32, + RevolutionsPerMinute = 33, + Bytes = 34, + Kilobytes = 35, + Megabytes = 36, + Gigabytes = 37, + Terabytes = 38, + Lumens = 39, + Milliseconds = 43, + Seconds = 44, + Minutes = 45, + Hours = 46, + Days = 47, + Months = 48, + Years = 49, + Multiplier = 52, + Percentage = 51, + Unspecified = 53, + EUnit_MAX = 54, +}; + +// Enum CoreUObject.EMouseCursor +// NumValues: 0x000F +enum class EMouseCursor : uint8 +{ + None = 0, + Default = 1, + TextEditBeam = 2, + ResizeLeftRight = 3, + ResizeUpDown = 4, + ResizeSouthEast = 5, + ResizeSouthWest = 6, + CardinalCross = 7, + Crosshairs = 8, + Hand = 9, + GrabHand = 10, + GrabHandClosed = 11, + SlashedCircle = 12, + EyeDropper = 13, + EMouseCursor_MAX = 14, +}; + +// Enum CoreUObject.EPixelFormat +// NumValues: 0x0048 +enum class EPixelFormat : uint8 +{ + PF_Unknown = 0, + PF_A32B32G32R32F = 1, + PF_B8G8R8A8 = 2, + PF_G8 = 3, + PF_G16 = 4, + PF_DXT1 = 5, + PF_DXT3 = 6, + PF_DXT5 = 7, + PF_UYVY = 8, + PF_FloatRGB = 9, + PF_FloatRGBA = 10, + PF_DepthStencil = 11, + PF_ShadowDepth = 12, + PF_R32_FLOAT = 13, + PF_G16R16 = 14, + PF_G16R16F = 15, + PF_G16R16F_FILTER = 16, + PF_G32R32F = 17, + PF_A2B10G10R10 = 18, + PF_A16B16G16R16 = 19, + PF_D24 = 20, + PF_R16F = 21, + PF_R16F_FILTER = 22, + PF_BC5 = 23, + PF_V8U8 = 24, + PF_A1 = 25, + PF_FloatR11G11B10 = 26, + PF_A8 = 27, + PF_R32_UINT = 28, + PF_R32_SINT = 29, + PF_PVRTC2 = 30, + PF_PVRTC4 = 31, + PF_R16_UINT = 32, + PF_R16_SINT = 33, + PF_R16G16B16A16_UINT = 34, + PF_R16G16B16A16_SINT = 35, + PF_R5G6B5_UNORM = 36, + PF_R8G8B8A8 = 37, + PF_A8R8G8B8 = 38, + PF_BC4 = 39, + PF_R8G8 = 40, + PF_ATC_RGB = 41, + PF_ATC_RGBA_E = 42, + PF_ATC_RGBA_I = 43, + PF_X24_G8 = 44, + PF_ETC1 = 45, + PF_ETC2_RGB = 46, + PF_ETC2_RGBA = 47, + PF_R32G32B32A32_UINT = 48, + PF_R16G16_UINT = 49, + PF_ASTC_4x4 = 50, + PF_ASTC_6x6 = 51, + PF_ASTC_8x8 = 52, + PF_ASTC_10x10 = 53, + PF_ASTC_12x12 = 54, + PF_BC6H = 55, + PF_BC7 = 56, + PF_R8_UINT = 57, + PF_L8 = 58, + PF_XGXR8 = 59, + PF_R8G8B8A8_UINT = 60, + PF_R8G8B8A8_SNORM = 61, + PF_R16G16B16A16_UNORM = 62, + PF_R16G16B16A16_SNORM = 63, + PF_PLATFORM_HDR_0 = 64, + PF_PLATFORM_HDR_1 = 65, + PF_PLATFORM_HDR_2 = 66, + PF_NV12 = 67, + PF_R32G32_UINT = 68, + PF_ETC2_R11_EAC = 69, + PF_ETC2_RG11_EAC = 70, + PF_MAX_0 = 72, +}; + +// Enum CoreUObject.EAxis +// NumValues: 0x0005 +enum class EAxis : uint8 +{ + None = 0, + X = 1, + Y = 2, + Z = 3, + EAxis_MAX = 4, +}; + +// Enum CoreUObject.ELogTimes +// NumValues: 0x0005 +enum class ELogTimes : uint8 +{ + None = 0, + UTC = 1, + SinceGStartTime = 2, + Local = 3, + ELogTimes_MAX = 4, +}; + +// Enum CoreUObject.ESearchDir +// NumValues: 0x0003 +enum class ESearchDir : uint8 +{ + FromStart = 0, + FromEnd = 1, + ESearchDir_MAX = 2, +}; + +// Enum CoreUObject.ESearchCase +// NumValues: 0x0003 +enum class ESearchCase : uint8 +{ + CaseSensitive = 0, + IgnoreCase = 1, + ESearchCase_MAX = 2, +}; + +// ScriptStruct CoreUObject.Vector2D +// 0x0008 (0x0008 - 0x0000) +struct FVector2D final +{ +public: + using UnderlayingType = float; + + float X; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + constexpr FVector2D(UnderlayingType X = 0, UnderlayingType Y = 0) + : X(X), Y(Y) + { + } + constexpr FVector2D(const FVector2D& other) + : X(other.X), Y(other.Y) + { + } + FVector2D& Normalize() + { + *this /= Magnitude(); + + return *this; + } + FVector2D& operator*=(UnderlayingType Scalar) + { + *this = *this * Scalar; + + return *this; + } + FVector2D& operator*=(const FVector2D& Other) + { + *this = *this * Other; + + return *this; + } + FVector2D& operator+=(const FVector2D& Other) + { + *this = *this + Other; + + return *this; + } + FVector2D& operator-=(const FVector2D& Other) + { + *this = *this - Other; + + return *this; + } + FVector2D& operator/=(UnderlayingType Scalar) + { + *this = *this / Scalar; + + return *this; + } + FVector2D& operator/=(const FVector2D& Other) + { + *this = *this / Other; + + return *this; + } + FVector2D& operator=(const FVector2D& other) + { + X = other.X; + Y = other.Y; + + return *this; + } + + UnderlayingType Dot(const FVector2D& Other) const + { + return (X * Other.X) + (Y * Other.Y); + } + UnderlayingType GetDistanceTo(const FVector2D& Other) const + { + FVector2D DiffVector = Other - *this; + + return DiffVector.Magnitude(); + } + FVector2D GetNormalized() const + { + return *this / Magnitude(); + } + bool IsZero() const + { + return X == 0 && Y == 0; + } + UnderlayingType Magnitude() const + { + return std::sqrt((X * X) + (Y * Y)); + } + bool operator!=(const FVector2D& Other) const + { + return X != Other.X || Y != Other.Y; + } + FVector2D operator*(UnderlayingType Scalar) const + { + return { X * Scalar, Y * Scalar }; + } + FVector2D operator*(const FVector2D& Other) const + { + return { X * Other.X, Y * Other.Y }; + } + FVector2D operator+(const FVector2D& Other) const + { + return { X + Other.X, Y + Other.Y }; + } + FVector2D operator-(const FVector2D& Other) const + { + return { X - Other.X, Y - Other.Y }; + } + FVector2D operator/(UnderlayingType Scalar) const + { + if (Scalar == 0) + return *this; + + return { X / Scalar, Y / Scalar }; + } + FVector2D operator/(const FVector2D& Other) const + { + if (Other.X == 0 || Other.Y == 0) + return *this; + + return { X / Other.X, Y / Other.Y }; + } + bool operator==(const FVector2D& Other) const + { + return X == Other.X && Y == Other.Y; + } +}; +DUMPER7_ASSERTS_FVector2D; + +// ScriptStruct CoreUObject.Guid +// 0x0010 (0x0010 - 0x0000) +struct FGuid final +{ +public: + int32 A; // 0x0000(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 C; // 0x0008(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 D; // 0x000C(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGuid; + +// ScriptStruct CoreUObject.AutomationEvent +// 0x0038 (0x0038 - 0x0000) +struct FAutomationEvent final +{ +public: + EAutomationEventType Type; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Message; // 0x0008(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Context; // 0x0018(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid Artifact; // 0x0028(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAutomationEvent; + +// ScriptStruct CoreUObject.JoinabilitySettings +// 0x0014 (0x0014 - 0x0000) +struct FJoinabilitySettings final +{ +public: + class FName SessionName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPublicSearchable; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAllowInvites; // 0x0009(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bJoinViaPresence; // 0x000A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bJoinViaPresenceFriendsOnly; // 0x000B(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxPlayers; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxPartySize; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FJoinabilitySettings; + +// ScriptStruct CoreUObject.SoftObjectPath +// 0x0018 (0x0018 - 0x0000) +struct FSoftObjectPath +{ +public: + class FName AssetPathName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SubPathString; // 0x0008(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoftObjectPath; + +// ScriptStruct CoreUObject.AssetBundleEntry +// 0x0018 (0x0018 - 0x0000) +struct FAssetBundleEntry final +{ +public: + class FName BundleName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray BundleAssets; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAssetBundleEntry; + +// ScriptStruct CoreUObject.UniqueNetIdWrapper +// 0x0001 (0x0001 - 0x0000) +struct FUniqueNetIdWrapper +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FUniqueNetIdWrapper; + +// ScriptStruct CoreUObject.AssetBundleData +// 0x0010 (0x0010 - 0x0000) +struct FAssetBundleData final +{ +public: + TArray Bundles; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAssetBundleData; + +// ScriptStruct CoreUObject.AssetData +// 0x0060 (0x0060 - 0x0000) +struct alignas(0x08) FAssetData final +{ +public: + class FName ObjectPath; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PackageName; // 0x0008(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PackagePath; // 0x0010(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AssetName; // 0x0018(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AssetClass; // 0x0020(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x38]; // 0x0028(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAssetData; + +// ScriptStruct CoreUObject.Vector +// 0x000C (0x000C - 0x0000) +struct FVector +{ +public: + using UnderlayingType = float; + + float X; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + constexpr FVector(UnderlayingType X = 0, UnderlayingType Y = 0, UnderlayingType Z = 0) + : X(X), Y(Y), Z(Z) + { + } + constexpr FVector(const FVector& other) + : X(other.X), Y(other.Y), Z(other.Z) + { + } + FVector& Normalize() + { + *this /= Magnitude(); + + return *this; + } + FVector& operator*=(UnderlayingType Scalar) + { + *this = *this * Scalar; + + return *this; + } + FVector& operator*=(const FVector& Other) + { + *this = *this * Other; + + return *this; + } + FVector& operator+=(const FVector& Other) + { + *this = *this + Other; + + return *this; + } + FVector& operator-=(const FVector& Other) + { + *this = *this - Other; + + return *this; + } + FVector& operator/=(UnderlayingType Scalar) + { + *this = *this / Scalar; + + return *this; + } + FVector& operator/=(const FVector& Other) + { + *this = *this / Other; + + return *this; + } + FVector& operator=(const FVector& other) + { + X = other.X; + Y = other.Y; + Z = other.Z; + + return *this; + } + + UnderlayingType Dot(const FVector& Other) const + { + return (X * Other.X) + (Y * Other.Y) + (Z * Other.Z); + } + UnderlayingType GetDistanceTo(const FVector& Other) const + { + FVector DiffVector = Other - *this; + + return DiffVector.Magnitude(); + } + UnderlayingType GetDistanceToInMeters(const FVector& Other) const + { + return GetDistanceTo(Other) * static_cast(0.01); + } + FVector GetNormalized() const + { + return *this / Magnitude(); + } + bool IsZero() const + { + return X == 0 && Y == 0 && Z == 0; + } + UnderlayingType Magnitude() const + { + return std::sqrt((X * X) + (Y * Y) + (Z * Z)); + } + bool operator!=(const FVector& Other) const + { + return X != Other.X || Y != Other.Y || Z != Other.Z; + } + FVector operator*(UnderlayingType Scalar) const + { + return { X * Scalar, Y * Scalar, Z * Scalar }; + } + FVector operator*(const FVector& Other) const + { + return { X * Other.X, Y * Other.Y, Z * Other.Z }; + } + FVector operator+(const FVector& Other) const + { + return { X + Other.X, Y + Other.Y, Z + Other.Z }; + } + FVector operator-(const FVector& Other) const + { + return { X - Other.X, Y - Other.Y, Z - Other.Z }; + } + FVector operator/(UnderlayingType Scalar) const + { + if (Scalar == 0) + return *this; + + return { X / Scalar, Y / Scalar, Z / Scalar }; + } + FVector operator/(const FVector& Other) const + { + if (Other.X == 0 || Other.Y == 0 || Other.Z == 0) + return *this; + + return { X / Other.X, Y / Other.Y, Z / Other.Z }; + } + bool operator==(const FVector& Other) const + { + return X == Other.X && Y == Other.Y && Z == Other.Z; + } +}; +DUMPER7_ASSERTS_FVector; + +// ScriptStruct CoreUObject.TestUninitializedScriptStructMembersTest +// 0x0018 (0x0018 - 0x0000) +struct FTestUninitializedScriptStructMembersTest final +{ +public: + class UObject* UninitializedObjectReference; // 0x0000(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* InitializedObjectReference; // 0x0008(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float UnusedValue; // 0x0010(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTestUninitializedScriptStructMembersTest; + +// ScriptStruct CoreUObject.Vector4 +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x10) FVector4 final +{ +public: + float X; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float W; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVector4; + +// ScriptStruct CoreUObject.TwoVectors +// 0x0018 (0x0018 - 0x0000) +struct FTwoVectors final +{ +public: + struct FVector v1; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector v2; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTwoVectors; + +// ScriptStruct CoreUObject.Plane +// 0x0004 (0x0010 - 0x000C) +struct alignas(0x10) FPlane final : public FVector +{ +public: + float W; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPlane; + +// ScriptStruct CoreUObject.Rotator +// 0x000C (0x000C - 0x0000) +struct FRotator final +{ +public: + using UnderlayingType = float; + + float Pitch; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Yaw; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Roll; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static UnderlayingType ClampAxis(UnderlayingType Angle) + { + Angle = std::fmod(Angle, static_cast(360)); + if (Angle < static_cast(0)) + Angle += static_cast(360); + + return Angle; + } + static UnderlayingType NormalizeAxis(UnderlayingType Angle) + { + Angle = ClampAxis(Angle); + if (Angle > static_cast(180)) + Angle -= static_cast(360); + + return Angle; + } + + FRotator& Clamp() + { + Pitch = ClampAxis(Pitch); + Yaw = ClampAxis(Yaw); + Roll = ClampAxis(Roll); + + return *this; + } + constexpr FRotator(UnderlayingType Pitch = 0, UnderlayingType Yaw = 0, UnderlayingType Roll = 0) + : Pitch(Pitch), Yaw(Yaw), Roll(Roll) + { + } + constexpr FRotator(const FRotator& other) + : Pitch(other.Pitch), Yaw(other.Yaw), Roll(other.Roll) + { + } + FRotator& Normalize() + { + Pitch = NormalizeAxis(Pitch); + Yaw = NormalizeAxis(Yaw); + Roll = NormalizeAxis(Roll); + + return *this; + } + FRotator& operator*=(UnderlayingType Scalar) + { + *this = *this * Scalar; + + return *this; + } + FRotator& operator*=(const FRotator& Other) + { + *this = *this * Other; + + return *this; + } + FRotator& operator+=(const FRotator& Other) + { + *this = *this + Other; + + return *this; + } + FRotator& operator-=(const FRotator& Other) + { + *this = *this - Other; + + return *this; + } + FRotator& operator/=(UnderlayingType Scalar) + { + *this = *this / Scalar; + + return *this; + } + FRotator& operator/=(const FRotator& Other) + { + *this = *this / Other; + + return *this; + } + FRotator& operator=(const FRotator& other) + { + Pitch = other.Pitch; + Yaw = other.Yaw; + Roll = other.Roll; + + return *this; + } + + FRotator GetNormalized() const + { + FRotator rotator = *this; + rotator.Normalize(); + + return rotator; + } + bool IsZero() const + { + return ClampAxis(Pitch) == 0 && ClampAxis(Yaw) == 0 && ClampAxis(Roll) == 0; + } + bool operator!=(const FRotator& Other) const + { + return Pitch != Other.Pitch || Yaw != Other.Yaw || Roll != Other.Roll; + } + FRotator operator*(UnderlayingType Scalar) const + { + return { Pitch * Scalar, Yaw * Scalar, Roll * Scalar }; + } + FRotator operator*(const FRotator& Other) const + { + return { Pitch * Other.Pitch, Yaw * Other.Yaw, Roll * Other.Roll }; + } + FRotator operator+(const FRotator& Other) const + { + return { Pitch + Other.Pitch, Yaw + Other.Yaw, Roll + Other.Roll }; + } + FRotator operator-(const FRotator& Other) const + { + return { Pitch - Other.Pitch, Yaw - Other.Yaw, Roll - Other.Roll }; + } + FRotator operator/(UnderlayingType Scalar) const + { + if (Scalar == 0) + return *this; + + return { Pitch / Scalar, Yaw / Scalar, Roll / Scalar }; + } + FRotator operator/(const FRotator& Other) const + { + if (Other.Pitch == 0 || Other.Yaw == 0 || Other.Roll == 0) + return *this; + + return { Pitch / Other.Pitch, Yaw / Other.Yaw, Roll / Other.Roll }; + } + bool operator==(const FRotator& Other) const + { + return Pitch == Other.Pitch && Yaw == Other.Yaw && Roll == Other.Roll; + } +}; +DUMPER7_ASSERTS_FRotator; + +// ScriptStruct CoreUObject.Quat +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x10) FQuat final +{ +public: + float X; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float W; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FQuat; + +// ScriptStruct CoreUObject.PackedNormal +// 0x0004 (0x0004 - 0x0000) +struct FPackedNormal final +{ +public: + uint8 X; // 0x0000(0x0001)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Y; // 0x0001(0x0001)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Z; // 0x0002(0x0001)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 W; // 0x0003(0x0001)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPackedNormal; + +// ScriptStruct CoreUObject.PackedRGB10A2N +// 0x0004 (0x0004 - 0x0000) +struct FPackedRGB10A2N final +{ +public: + int32 Packed; // 0x0000(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPackedRGB10A2N; + +// ScriptStruct CoreUObject.PackedRGBA16N +// 0x0008 (0x0008 - 0x0000) +struct FPackedRGBA16N final +{ +public: + int32 XY; // 0x0000(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ZW; // 0x0004(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPackedRGBA16N; + +// ScriptStruct CoreUObject.IntPoint +// 0x0008 (0x0008 - 0x0000) +struct FIntPoint final +{ +public: + int32 X; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Y; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FIntPoint; + +// ScriptStruct CoreUObject.IntVector +// 0x000C (0x000C - 0x0000) +struct FIntVector final +{ +public: + int32 X; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Y; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Z; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FIntVector; + +// ScriptStruct CoreUObject.Color +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FColor final +{ +public: + uint8 B; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 G; // 0x0001(0x0001)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 R; // 0x0002(0x0001)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 A; // 0x0003(0x0001)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FColor; + +// ScriptStruct CoreUObject.LinearColor +// 0x0010 (0x0010 - 0x0000) +struct FLinearColor final +{ +public: + float R; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float G; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLinearColor; + +// ScriptStruct CoreUObject.Box +// 0x001C (0x001C - 0x0000) +struct FBox final +{ +public: + struct FVector Min; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Max; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 IsValid; // 0x0018(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBox; + +// ScriptStruct CoreUObject.Box2D +// 0x0014 (0x0014 - 0x0000) +struct FBox2D final +{ +public: + struct FVector2D Min; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Max; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsValid; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBox2D; + +// ScriptStruct CoreUObject.BoxSphereBounds +// 0x001C (0x001C - 0x0000) +struct FBoxSphereBounds final +{ +public: + struct FVector Origin; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SphereRadius; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBoxSphereBounds; + +// ScriptStruct CoreUObject.OrientedBox +// 0x003C (0x003C - 0x0000) +struct FOrientedBox final +{ +public: + struct FVector Center; // 0x0000(0x000C)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AxisX; // 0x000C(0x000C)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AxisY; // 0x0018(0x000C)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AxisZ; // 0x0024(0x000C)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExtentX; // 0x0030(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExtentY; // 0x0034(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExtentZ; // 0x0038(0x0004)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FOrientedBox; + +// ScriptStruct CoreUObject.Matrix +// 0x0040 (0x0040 - 0x0000) +struct FMatrix final +{ +public: + struct FPlane XPlane; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPlane YPlane; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPlane ZPlane; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPlane WPlane; // 0x0030(0x0010)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMatrix; + +// ScriptStruct CoreUObject.InterpCurvePointFloat +// 0x0014 (0x0014 - 0x0000) +struct FInterpCurvePointFloat final +{ +public: + float InVal; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutVal; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArriveTangent; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LeaveTangent; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInterpCurveMode InterpMode; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpCurvePointFloat; + +// ScriptStruct CoreUObject.InterpCurveFloat +// 0x0018 (0x0018 - 0x0000) +struct FInterpCurveFloat final +{ +public: + TArray Points; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIsLooped; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopKeyOffset; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpCurveFloat; + +// ScriptStruct CoreUObject.InterpCurvePointVector2D +// 0x0020 (0x0020 - 0x0000) +struct FInterpCurvePointVector2D final +{ +public: + float InVal; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D OutVal; // 0x0004(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ArriveTangent; // 0x000C(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D LeaveTangent; // 0x0014(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInterpCurveMode InterpMode; // 0x001C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpCurvePointVector2D; + +// ScriptStruct CoreUObject.InterpCurveVector2D +// 0x0018 (0x0018 - 0x0000) +struct FInterpCurveVector2D final +{ +public: + TArray Points; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIsLooped; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopKeyOffset; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpCurveVector2D; + +// ScriptStruct CoreUObject.InterpCurvePointVector +// 0x002C (0x002C - 0x0000) +struct FInterpCurvePointVector final +{ +public: + float InVal; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutVal; // 0x0004(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ArriveTangent; // 0x0010(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LeaveTangent; // 0x001C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInterpCurveMode InterpMode; // 0x0028(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpCurvePointVector; + +// ScriptStruct CoreUObject.InterpCurveVector +// 0x0018 (0x0018 - 0x0000) +struct FInterpCurveVector final +{ +public: + TArray Points; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIsLooped; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopKeyOffset; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpCurveVector; + +// ScriptStruct CoreUObject.InterpCurvePointQuat +// 0x0050 (0x0050 - 0x0000) +struct FInterpCurvePointQuat final +{ +public: + float InVal; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat OutVal; // 0x0010(0x0010)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ArriveTangent; // 0x0020(0x0010)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat LeaveTangent; // 0x0030(0x0010)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EInterpCurveMode InterpMode; // 0x0040(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0xF]; // 0x0041(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpCurvePointQuat; + +// ScriptStruct CoreUObject.InterpCurveQuat +// 0x0018 (0x0018 - 0x0000) +struct FInterpCurveQuat final +{ +public: + TArray Points; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIsLooped; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopKeyOffset; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpCurveQuat; + +// ScriptStruct CoreUObject.InterpCurvePointTwoVectors +// 0x0050 (0x0050 - 0x0000) +struct FInterpCurvePointTwoVectors final +{ +public: + float InVal; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTwoVectors OutVal; // 0x0004(0x0018)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTwoVectors ArriveTangent; // 0x001C(0x0018)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTwoVectors LeaveTangent; // 0x0034(0x0018)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EInterpCurveMode InterpMode; // 0x004C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpCurvePointTwoVectors; + +// ScriptStruct CoreUObject.InterpCurveTwoVectors +// 0x0018 (0x0018 - 0x0000) +struct FInterpCurveTwoVectors final +{ +public: + TArray Points; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIsLooped; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopKeyOffset; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpCurveTwoVectors; + +// ScriptStruct CoreUObject.InterpCurvePointLinearColor +// 0x0038 (0x0038 - 0x0000) +struct FInterpCurvePointLinearColor final +{ +public: + float InVal; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor OutVal; // 0x0004(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ArriveTangent; // 0x0014(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LeaveTangent; // 0x0024(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInterpCurveMode InterpMode; // 0x0034(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpCurvePointLinearColor; + +// ScriptStruct CoreUObject.InterpCurveLinearColor +// 0x0018 (0x0018 - 0x0000) +struct FInterpCurveLinearColor final +{ +public: + TArray Points; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIsLooped; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopKeyOffset; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpCurveLinearColor; + +// ScriptStruct CoreUObject.Transform +// 0x0030 (0x0030 - 0x0000) +struct FTransform final +{ +public: + struct FQuat Rotation; // 0x0000(0x0010)(Edit, BlueprintVisible, SaveGame, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Translation; // 0x0010(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector Scale3D; // 0x0020(0x000C)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTransform; + +// ScriptStruct CoreUObject.RandomStream +// 0x0008 (0x0008 - 0x0000) +struct FRandomStream final +{ +public: + int32 InitialSeed; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Seed; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRandomStream; + +// ScriptStruct CoreUObject.DateTime +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FDateTime final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDateTime; + +// ScriptStruct CoreUObject.FrameNumber +// 0x0004 (0x0004 - 0x0000) +struct FFrameNumber final +{ +public: + int32 Value; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFrameNumber; + +// ScriptStruct CoreUObject.FrameRate +// 0x0008 (0x0008 - 0x0000) +struct FFrameRate +{ +public: + int32 Numerator; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Denominator; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFrameRate; + +// ScriptStruct CoreUObject.FrameTime +// 0x0008 (0x0008 - 0x0000) +struct FFrameTime final +{ +public: + struct FFrameNumber FrameNumber; // 0x0000(0x0004)(BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubFrame; // 0x0004(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FFrameTime; + +// ScriptStruct CoreUObject.QualifiedFrameTime +// 0x0010 (0x0010 - 0x0000) +struct FQualifiedFrameTime final +{ +public: + struct FFrameTime Time; // 0x0000(0x0008)(BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFrameRate Rate; // 0x0008(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FQualifiedFrameTime; + +// ScriptStruct CoreUObject.Timecode +// 0x0014 (0x0014 - 0x0000) +struct FTimecode final +{ +public: + int32 Hours; // 0x0000(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minutes; // 0x0004(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Seconds; // 0x0008(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Frames; // 0x000C(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDropFrameFormat; // 0x0010(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimecode; + +// ScriptStruct CoreUObject.Timespan +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FTimespan final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimespan; + +// ScriptStruct CoreUObject.SoftClassPath +// 0x0000 (0x0018 - 0x0018) +struct FSoftClassPath final : public FSoftObjectPath +{ +}; +DUMPER7_ASSERTS_FSoftClassPath; + +// ScriptStruct CoreUObject.PrimaryAssetType +// 0x0008 (0x0008 - 0x0000) +struct FPrimaryAssetType final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPrimaryAssetType; + +// ScriptStruct CoreUObject.PrimaryAssetId +// 0x0010 (0x0010 - 0x0000) +struct FPrimaryAssetId final +{ +public: + struct FPrimaryAssetType PrimaryAssetType; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PrimaryAssetName; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPrimaryAssetId; + +// ScriptStruct CoreUObject.FallbackStruct +// 0x0001 (0x0001 - 0x0000) +struct FFallbackStruct final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFallbackStruct; + +// ScriptStruct CoreUObject.FloatRangeBound +// 0x0008 (0x0008 - 0x0000) +struct FFloatRangeBound final +{ +public: + ERangeBoundTypes Type; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Value; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FFloatRangeBound; + +// ScriptStruct CoreUObject.FloatRange +// 0x0010 (0x0010 - 0x0000) +struct FFloatRange final +{ +public: + struct FFloatRangeBound LowerBound; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FFloatRangeBound UpperBound; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FFloatRange; + +// ScriptStruct CoreUObject.Int32RangeBound +// 0x0008 (0x0008 - 0x0000) +struct FInt32RangeBound final +{ +public: + ERangeBoundTypes Type; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Value; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FInt32RangeBound; + +// ScriptStruct CoreUObject.Int32Range +// 0x0010 (0x0010 - 0x0000) +struct FInt32Range final +{ +public: + struct FInt32RangeBound LowerBound; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FInt32RangeBound UpperBound; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FInt32Range; + +// ScriptStruct CoreUObject.FrameNumberRangeBound +// 0x0008 (0x0008 - 0x0000) +struct FFrameNumberRangeBound final +{ +public: + ERangeBoundTypes Type; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FFrameNumber Value; // 0x0004(0x0004)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FFrameNumberRangeBound; + +// ScriptStruct CoreUObject.FrameNumberRange +// 0x0010 (0x0010 - 0x0000) +struct FFrameNumberRange final +{ +public: + struct FFrameNumberRangeBound LowerBound; // 0x0000(0x0008)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FFrameNumberRangeBound UpperBound; // 0x0008(0x0008)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FFrameNumberRange; + +// ScriptStruct CoreUObject.FloatInterval +// 0x0008 (0x0008 - 0x0000) +struct FFloatInterval final +{ +public: + float Min; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFloatInterval; + +// ScriptStruct CoreUObject.Int32Interval +// 0x0008 (0x0008 - 0x0000) +struct FInt32Interval final +{ +public: + int32 Min; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Max; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInt32Interval; + +// ScriptStruct CoreUObject.PolyglotTextData +// 0x00B8 (0x00B8 - 0x0000) +struct FPolyglotTextData final +{ +public: + ELocalizedTextSourceCategory Category; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString NativeCulture; // 0x0008(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Namespace; // 0x0018(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0028(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString NativeString; // 0x0038(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TMap LocalizedStrings; // 0x0048(0x0050)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + bool bIsMinimalPatch; // 0x0098(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x7]; // 0x0099(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText CachedText; // 0x00A0(0x0018)(Transient, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPolyglotTextData; + +// ScriptStruct CoreUObject.AutomationExecutionEntry +// 0x0058 (0x0058 - 0x0000) +struct FAutomationExecutionEntry final +{ +public: + struct FAutomationEvent Event; // 0x0000(0x0038)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Filename; // 0x0038(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LineNumber; // 0x0048(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FDateTime Timestamp; // 0x0050(0x0008)(ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAutomationExecutionEntry; + +// ScriptStruct CoreUObject.ARFilter +// 0x00F0 (0x00F0 - 0x0000) +struct FARFilter final +{ +public: + TArray PackageNames; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, NativeAccessSpecifierPublic) + TArray PackagePaths; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, NativeAccessSpecifierPublic) + TArray ObjectPaths; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, NativeAccessSpecifierPublic) + TArray ClassNames; // 0x0030(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, NativeAccessSpecifierPublic) + uint8 Pad_40[0x50]; // 0x0040(0x0050)(Fixing Size After Last Property [ Dumper-7 ]) + TSet RecursiveClassesExclusionSet; // 0x0090(0x0050)(Edit, BlueprintVisible, DisableEditOnInstance, NativeAccessSpecifierPublic) + bool bRecursivePaths; // 0x00E0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRecursiveClasses; // 0x00E1(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeOnlyOnDiskAssets; // 0x00E2(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E3[0xD]; // 0x00E3(0x000D)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FARFilter; + +} + diff --git a/Kena/SDK/DeveloperSettings_classes.hpp b/Kena/SDK/DeveloperSettings_classes.hpp new file mode 100644 index 0000000..e7aecd7 --- /dev/null +++ b/Kena/SDK/DeveloperSettings_classes.hpp @@ -0,0 +1,43 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: DeveloperSettings + +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" + + +namespace SDK +{ + +// Class DeveloperSettings.DeveloperSettings +// 0x0010 (0x0038 - 0x0028) +class UDeveloperSettings : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DeveloperSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DeveloperSettings") + } + static class UDeveloperSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDeveloperSettings; + +} + diff --git a/Kena/SDK/Engine_classes.hpp b/Kena/SDK/Engine_classes.hpp new file mode 100644 index 0000000..fb3aa38 --- /dev/null +++ b/Kena/SDK/Engine_classes.hpp @@ -0,0 +1,32062 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Engine + +#include "Basic.hpp" + +#include "CoreUObject_structs.hpp" +#include "CoreUObject_classes.hpp" +#include "Engine_structs.hpp" +#include "InputCore_structs.hpp" +#include "PhysicsCore_structs.hpp" +#include "PhysicsCore_classes.hpp" +#include "AudioPlatformConfiguration_structs.hpp" +#include "DeveloperSettings_classes.hpp" +#include "PropertyAccess_structs.hpp" +#include "SlateCore_structs.hpp" +#include "PacketHandler_classes.hpp" +#include "Chaos_structs.hpp" + + +namespace SDK +{ + +// Class Engine.StreamableRenderAsset +// 0x0038 (0x0060 - 0x0028) +class UStreamableRenderAsset : public UObject +{ +public: + uint8 Pad_28[0x18]; // 0x0028(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + double ForceMipLevelsToBeResidentTimestamp; // 0x0040(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 NumCinematicMipLevels; // 0x0048(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StreamingIndex; // 0x004C(0x0004)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NonTransactional, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 CachedCombinedLODBias; // 0x0050(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 NeverStream : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGlobalForceMipLevelsToBeResident : 1; // 0x0054(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasStreamingUpdatePending : 1; // 0x0054(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceMiplevelsToBeResident : 1; // 0x0054(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreStreamingMipBias : 1; // 0x0054(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseCinematicMipLevels : 1; // 0x0054(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_55[0xB]; // 0x0055(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StreamableRenderAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StreamableRenderAsset") + } + static class UStreamableRenderAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStreamableRenderAsset; + +// Class Engine.Texture +// 0x0120 (0x0180 - 0x0060) +#pragma pack(push, 0x1) +class alignas(0x10) UTexture : public UStreamableRenderAsset +{ +public: + uint8 Pad_60[0x8]; // 0x0060(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid LightingGuid; // 0x0068(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 LODBias; // 0x0078(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureCompressionSettings CompressionSettings; // 0x007C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureFilter Filter; // 0x007D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureMipLoadOptions MipLoadOptions; // 0x007E(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureGroup LODGroup; // 0x007F(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPerPlatformFloat Downscale; // 0x0080(0x0004)(Edit, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + ETextureDownscaleOptions DownscaleOptions; // 0x0084(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 sRGB : 1; // 0x0085(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNoTiling : 1; // 0x0085(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 VirtualTextureStreaming : 1; // 0x0085(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CompressionYCoCg : 1; // 0x0085(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNotOfflineProcessed : 1; // 0x0085(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAsyncResourceReleaseHasBeenStarted : 1; // 0x0085(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_86[0x2]; // 0x0086(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AssetUserData; // 0x0088(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + uint8 Pad_98[0xE0]; // 0x0098(0x00E0)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Texture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Texture") + } + static class UTexture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UTexture; + +// Class Engine.MaterialExpression +// 0x0018 (0x0040 - 0x0028) +class UMaterialExpression : public UObject +{ +public: + class UMaterial* Material; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialFunction* Function; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsParameterExpression : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpression") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpression") + } + static class UMaterialExpression* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpression; + +// Class Engine.MaterialExpressionArccosine +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionArccosine final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArccosine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArccosine") + } + static class UMaterialExpressionArccosine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArccosine; + +// Class Engine.MaterialExpressionPreviousFrameSwitch +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionPreviousFrameSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput CurrentFrame; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput PreviousFrame; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPreviousFrameSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPreviousFrameSwitch") + } + static class UMaterialExpressionPreviousFrameSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPreviousFrameSwitch; + +// Class Engine.Actor +// 0x0200 (0x0228 - 0x0028) +class AActor : public UObject +{ +public: + struct FActorTickFunction PrimaryActorTick; // 0x0028(0x0030)(Edit, DisableEditOnInstance, NativeAccessSpecifierPublic) + uint8 bNetTemporary : 1; // 0x0058(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNetStartup : 1; // 0x0058(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlyRelevantToOwner : 1; // 0x0058(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlwaysRelevant : 1; // 0x0058(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReplicateMovement : 1; // 0x0058(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Net, DisableEditOnInstance, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bHidden : 1; // 0x0058(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Net, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bTearOff : 1; // 0x0058(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bForceNetAddressable : 1; // 0x0058(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bExchangedRoles : 1; // 0x0059(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNetLoadOnClient : 1; // 0x0059(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNetUseOwnerRelevancy : 1; // 0x0059(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRelevantForNetworkReplays : 1; // 0x0059(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRelevantForLevelBounds : 1; // 0x0059(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReplayRewindable : 1; // 0x0059(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowTickBeforeBeginPlay : 1; // 0x0059(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoDestroyWhenFinished : 1; // 0x0059(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bCanBeDamaged : 1; // 0x005A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bBlockInput : 1; // 0x005A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCollideWhenPlacing : 1; // 0x005A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFindCameraComponentWhenViewTarget : 1; // 0x005A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateOverlapEventsDuringLevelStreaming : 1; // 0x005A(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoresOriginShifting : 1; // 0x005A(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableAutoLODGeneration : 1; // 0x005A(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsEditorOnlyActor : 1; // 0x005A(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bActorSeamlessTraveled : 1; // 0x005B(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReplicates : 1; // 0x005B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bCanBeInCluster : 1; // 0x005B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bAllowReceiveTickEventOnDedicatedServer : 1; // 0x005B(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 BitPad_5B_4 : 4; // 0x005B(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 BitPad_5C_0 : 3; // 0x005C(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bActorEnableCollision : 1; // 0x005C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bActorIsBeingDestroyed : 1; // 0x005C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, DuplicateTransient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_5D[0x1]; // 0x005D(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + EActorUpdateOverlapsMethod UpdateOverlapsMethodDuringLevelStreaming; // 0x005E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + EActorUpdateOverlapsMethod DefaultUpdateOverlapsMethodDuringLevelStreaming; // 0x005F(0x0001)(Edit, ZeroConstructor, Config, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + ENetRole RemoteRole; // 0x0060(0x0001)(Net, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRepMovement ReplicatedMovement; // 0x0064(0x0034)(Edit, Net, DisableEditOnInstance, RepNotify, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPrivate) + float InitialLifeSpan; // 0x0098(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CustomTimeDilation; // 0x009C(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A0[0x8]; // 0x00A0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRepAttachment AttachmentReplication; // 0x00A8(0x0040)(Net, Transient, RepNotify, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPrivate) + class AActor* Owner; // 0x00E8(0x0008)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName NetDriverName; // 0x00F0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + ENetRole Role; // 0x00F8(0x0001)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + ENetDormancy NetDormancy; // 0x00F9(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESpawnActorCollisionHandlingMethod SpawnCollisionHandlingMethod; // 0x00FA(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAutoReceiveInput AutoReceiveInput; // 0x00FB(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InputPriority; // 0x00FC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInputComponent* InputComponent; // 0x0100(0x0008)(ExportObject, ZeroConstructor, InstancedReference, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetCullDistanceSquared; // 0x0108(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NetTag; // 0x010C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetUpdateFrequency; // 0x0110(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinNetUpdateFrequency; // 0x0114(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetPriority; // 0x0118(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11C[0x4]; // 0x011C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APawn* Instigator; // 0x0120(0x0008)(BlueprintVisible, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray Children; // 0x0128(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + class USceneComponent* RootComponent; // 0x0138(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray ControllingMatineeActors; // 0x0140(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + uint8 Pad_150[0x8]; // 0x0150(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Layers; // 0x0158(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TWeakObjectPtr ParentComponent; // 0x0168(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_170[0x8]; // 0x0170(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Tags; // 0x0178(0x0010)(Edit, BlueprintVisible, ZeroConstructor, AdvancedDisplay, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnTakeAnyDamage; // 0x0188(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnTakePointDamage; // 0x0189(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnTakeRadialDamage; // 0x018A(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnActorBeginOverlap; // 0x018B(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnActorEndOverlap; // 0x018C(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnBeginCursorOver; // 0x018D(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnEndCursorOver; // 0x018E(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnClicked; // 0x018F(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnReleased; // 0x0190(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchBegin; // 0x0191(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchEnd; // 0x0192(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchEnter; // 0x0193(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchLeave; // 0x0194(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnActorHit; // 0x0195(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnDestroyed; // 0x0196(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnEndPlay; // 0x0197(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_198[0x60]; // 0x0198(0x0060)(Fixing Size After Last Property [ Dumper-7 ]) + TArray InstanceComponents; // 0x01F8(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray BlueprintCreatedComponents; // 0x0208(0x0010)(ExportObject, ZeroConstructor, NonTransactional, ContainsInstancedReference, TextExportTransient, NativeAccessSpecifierPublic) + uint8 Pad_218[0x10]; // 0x0218(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class UActorComponent* AddComponent(class FName TemplateName, bool bManualAttachment, const struct FTransform& RelativeTransform, const class UObject* ComponentTemplateContext, bool bDeferredFinish); + class UActorComponent* AddComponentByClass(TSubclassOf Class_0, bool bManualAttachment, const struct FTransform& RelativeTransform, bool bDeferredFinish); + void AddTickPrerequisiteActor(class AActor* PrerequisiteActor); + void AddTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent); + void DetachRootComponentFromParent(bool bMaintainWorldPosition); + void DisableInput(class APlayerController* PlayerController); + void EnableInput(class APlayerController* PlayerController); + void FinishAddComponent(class UActorComponent* Component, bool bManualAttachment, const struct FTransform& RelativeTransform); + void FlushNetDormancy(); + void ForceNetUpdate(); + bool GetTickableWhenPaused(); + void K2_AddActorLocalOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddActorLocalRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddActorLocalTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddActorWorldOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddActorWorldRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddActorWorldTransform(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddActorWorldTransformKeepScale(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AttachRootComponentTo(class USceneComponent* InParent, class FName InSocketName, EAttachLocation AttachLocationType, bool bWeldSimulatedBodies); + void K2_AttachRootComponentToActor(class AActor* InParentActor, class FName InSocketName, EAttachLocation AttachLocationType, bool bWeldSimulatedBodies); + void K2_AttachToActor(class AActor* ParentActor, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule, bool bWeldSimulatedBodies); + void K2_AttachToComponent(class USceneComponent* Parent, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule, bool bWeldSimulatedBodies); + void K2_DestroyActor(); + void K2_DestroyComponent(class UActorComponent* Component); + void K2_DetachFromActor(EDetachmentRule LocationRule, EDetachmentRule RotationRule, EDetachmentRule ScaleRule); + void K2_OnBecomeViewTarget(class APlayerController* PC); + void K2_OnEndViewTarget(class APlayerController* PC); + void K2_OnReset(); + bool K2_SetActorLocation(const struct FVector& NewLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + bool K2_SetActorLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetActorRelativeLocation(const struct FVector& NewRelativeLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetActorRelativeRotation(const struct FRotator& NewRelativeRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetActorRelativeTransform(const struct FTransform& NewRelativeTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + bool K2_SetActorRotation(const struct FRotator& NewRotation, bool bTeleportPhysics); + bool K2_SetActorTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + bool K2_TeleportTo(const struct FVector& DestLocation, const struct FRotator& DestRotation); + class UMaterialInstanceDynamic* MakeMIDForMaterial(class UMaterialInterface* Parent); + void MakeNoise(float Loudness, class APawn* NoiseInstigator, const struct FVector& NoiseLocation, float MaxRange, class FName Tag); + void OnRep_AttachmentReplication(); + void OnRep_Instigator(); + void OnRep_Owner(); + void OnRep_ReplicatedMovement(); + void OnRep_ReplicateMovement(); + void PrestreamTextures(float Seconds, bool bEnableStreaming, int32 CinematicTextureGroups); + void ReceiveActorBeginCursorOver(); + void ReceiveActorBeginOverlap(class AActor* OtherActor); + void ReceiveActorEndCursorOver(); + void ReceiveActorEndOverlap(class AActor* OtherActor); + void ReceiveActorOnClicked(const struct FKey& ButtonPressed); + void ReceiveActorOnInputTouchBegin(const ETouchIndex FingerIndex); + void ReceiveActorOnInputTouchEnd(const ETouchIndex FingerIndex); + void ReceiveActorOnInputTouchEnter(const ETouchIndex FingerIndex); + void ReceiveActorOnInputTouchLeave(const ETouchIndex FingerIndex); + void ReceiveActorOnReleased(const struct FKey& ButtonReleased); + void ReceiveAnyDamage(float Damage, const class UDamageType* DamageType, class AController* InstigatedBy, class AActor* DamageCauser); + void ReceiveBeginPlay(); + void ReceiveDestroyed(); + void ReceiveEndPlay(EEndPlayReason EndPlayReason); + void ReceiveHit(class UPrimitiveComponent* MyComp, class AActor* Other, class UPrimitiveComponent* OtherComp, bool bSelfMoved, const struct FVector& HitLocation, const struct FVector& HitNormal, const struct FVector& NormalImpulse, const struct FHitResult& Hit); + void ReceivePointDamage(float Damage, const class UDamageType* DamageType, const struct FVector& HitLocation, const struct FVector& HitNormal, class UPrimitiveComponent* HitComponent, class FName BoneName, const struct FVector& ShotFromDirection, class AController* InstigatedBy, class AActor* DamageCauser, const struct FHitResult& HitInfo); + void ReceiveRadialDamage(float DamageReceived, const class UDamageType* DamageType, const struct FVector& Origin, const struct FHitResult& HitInfo, class AController* InstigatedBy, class AActor* DamageCauser); + void ReceiveTick(float DeltaSeconds); + void RemoveTickPrerequisiteActor(class AActor* PrerequisiteActor); + void RemoveTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent); + void SetActorEnableCollision(bool bNewActorEnableCollision); + void SetActorHiddenInGame(bool bNewHidden); + void SetActorRelativeScale3D(const struct FVector& NewRelativeScale); + void SetActorScale3D(const struct FVector& NewScale3D); + void SetActorTickEnabled(bool bEnabled); + void SetActorTickInterval(float TickInterval); + void SetAutoDestroyWhenFinished(bool bVal); + void SetLifeSpan(float InLifespan); + void SetNetDormancy(ENetDormancy NewDormancy); + void SetOwner(class AActor* NewOwner); + void SetReplicateMovement(bool bInReplicateMovement); + void SetReplicates(bool bInReplicates); + void SetTickableWhenPaused(bool bTickableWhenPaused); + void SetTickGroup(ETickingGroup NewTickGroup); + void SnapRootComponentTo(class AActor* InParentActor, class FName InSocketName); + void TearOff(); + void UserConstructionScript(); + + bool ActorHasTag(class FName Tag) const; + void GetActorBounds(bool bOnlyCollidingComponents, struct FVector* Origin, struct FVector* BoxExtent, bool bIncludeFromChildActors) const; + bool GetActorEnableCollision() const; + void GetActorEyesViewPoint(struct FVector* OutLocation, struct FRotator* OutRotation) const; + struct FVector GetActorForwardVector() const; + struct FVector GetActorRelativeScale3D() const; + struct FVector GetActorRightVector() const; + struct FVector GetActorScale3D() const; + float GetActorTickInterval() const; + float GetActorTimeDilation() const; + struct FVector GetActorUpVector() const; + void GetAllChildActors(TArray* ChildActors, bool bIncludeDescendants) const; + void GetAttachedActors(TArray* OutActors, bool bResetArray) const; + class AActor* GetAttachParentActor() const; + class FName GetAttachParentSocketName() const; + class UActorComponent* GetComponentByClass(TSubclassOf ComponentClass) const; + TArray GetComponentsByInterface(TSubclassOf Interface) const; + TArray GetComponentsByTag(TSubclassOf ComponentClass, class FName Tag) const; + float GetDistanceTo(const class AActor* OtherActor) const; + float GetDotProductTo(const class AActor* OtherActor) const; + float GetGameTimeSinceCreation() const; + float GetHorizontalDistanceTo(const class AActor* OtherActor) const; + float GetHorizontalDotProductTo(const class AActor* OtherActor) const; + float GetInputAxisKeyValue(const struct FKey& InputAxisKey) const; + float GetInputAxisValue(const class FName InputAxisName) const; + struct FVector GetInputVectorAxisValue(const struct FKey& InputAxisKey) const; + class APawn* GetInstigator() const; + class AController* GetInstigatorController() const; + float GetLifeSpan() const; + ENetRole GetLocalRole() const; + void GetOverlappingActors(TArray* OverlappingActors, TSubclassOf ClassFilter) const; + void GetOverlappingComponents(TArray* OverlappingComponents) const; + class AActor* GetOwner() const; + class AActor* GetParentActor() const; + class UChildActorComponent* GetParentComponent() const; + ENetRole GetRemoteRole() const; + float GetSquaredDistanceTo(const class AActor* OtherActor) const; + float GetSquaredHorizontalDistanceTo(const class AActor* OtherActor) const; + const struct FTransform GetTransform() const; + struct FVector GetVelocity() const; + float GetVerticalDistanceTo(const class AActor* OtherActor) const; + bool HasAuthority() const; + bool IsActorBeingDestroyed() const; + bool IsActorTickEnabled() const; + bool IsChildActor() const; + bool IsFirstInitialization() const; + bool IsOverlappingActor(const class AActor* Other) const; + struct FVector K2_GetActorLocation() const; + struct FRotator K2_GetActorRotation() const; + TArray K2_GetComponentsByClass(TSubclassOf ComponentClass) const; + class USceneComponent* K2_GetRootComponent() const; + bool WasRecentlyRendered(float Tolerance) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Actor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Actor") + } + static class AActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AActor; + +// Class Engine.SkeletalMeshActor +// 0x0088 (0x02B0 - 0x0228) +class ASkeletalMeshActor : public AActor +{ +public: + uint8 Pad_228[0x8]; // 0x0228(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bShouldDoAnimNotifies : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWakeOnLevelStart : 1; // 0x0230(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x7]; // 0x0231(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeletalMeshComponent* SkeletalMeshComponent; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USkeletalMesh* ReplicatedMesh; // 0x0240(0x0008)(Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicsAsset* ReplicatedPhysAsset; // 0x0248(0x0008)(Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* ReplicatedMaterial0; // 0x0250(0x0008)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* ReplicatedMaterial1; // 0x0258(0x0008)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_260[0x50]; // 0x0260(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_ReplicatedMaterial0(); + void OnRep_ReplicatedMaterial1(); + void OnRep_ReplicatedMesh(); + void OnRep_ReplicatedPhysAsset(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMeshActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMeshActor") + } + static class ASkeletalMeshActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASkeletalMeshActor; + +// Class Engine.Pawn +// 0x0060 (0x0288 - 0x0228) +class APawn : public AActor +{ +public: + uint8 Pad_228[0x8]; // 0x0228(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUseControllerRotationPitch : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseControllerRotationYaw : 1; // 0x0230(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseControllerRotationRoll : 1; // 0x0230(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanAffectNavigationGeneration : 1; // 0x0230(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x3]; // 0x0231(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BaseEyeHeight; // 0x0234(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAutoReceiveInput AutoPossessPlayer; // 0x0238(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAutoPossessAI AutoPossessAI; // 0x0239(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 RemoteViewPitch; // 0x023A(0x0001)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23B[0x5]; // 0x023B(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf AIControllerClass; // 0x0240(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerState* PlayerState; // 0x0248(0x0008)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_250[0x8]; // 0x0250(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class AController* LastHitBy; // 0x0258(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AController* Controller; // 0x0260(0x0008)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_268[0x4]; // 0x0268(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ControlInputVector; // 0x026C(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector LastControlInputVector; // 0x0278(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_284[0x4]; // 0x0284(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class AActor* GetMovementBaseActor(const class APawn* Pawn); + + void AddControllerPitchInput(float Val); + void AddControllerRollInput(float Val); + void AddControllerYawInput(float Val); + void AddMovementInput(const struct FVector& WorldDirection, float ScaleValue, bool bForce); + struct FVector ConsumeMovementInputVector(); + void DetachFromControllerPendingDestroy(); + void LaunchPawn(const struct FVector& LaunchVelocity, bool bXYOverride, bool bZOverride); + void OnRep_Controller(); + void OnRep_PlayerState(); + void PawnMakeNoise(float Loudness, const struct FVector& NoiseLocation, bool bUseNoiseMakerLocation, class AActor* NoiseMaker); + void ReceivePossessed(class AController* NewController); + void ReceiveUnpossessed(class AController* OldController); + void SetCanAffectNavigationGeneration(bool bNewValue, bool bForceUpdate); + void SpawnDefaultController(); + + struct FRotator GetBaseAimRotation() const; + class AController* GetController() const; + struct FRotator GetControlRotation() const; + struct FVector GetLastMovementInputVector() const; + class UPawnMovementComponent* GetMovementComponent() const; + struct FVector GetNavAgentLocation() const; + struct FVector GetPendingMovementInputVector() const; + bool IsBotControlled() const; + bool IsControlled() const; + bool IsLocallyControlled() const; + bool IsMoveInputIgnored() const; + bool IsPawnControlled() const; + bool IsPlayerControlled() const; + struct FVector K2_GetMovementInputVector() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Pawn") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Pawn") + } + static class APawn* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APawn; + +// Class Engine.DefaultPawn +// 0x0028 (0x02B0 - 0x0288) +class ADefaultPawn : public APawn +{ +public: + float BaseTurnRate; // 0x0288(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseLookUpRate; // 0x028C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPawnMovementComponent* MovementComponent; // 0x0290(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class USphereComponent* CollisionComponent; // 0x0298(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UStaticMeshComponent* MeshComponent; // 0x02A0(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bAddDefaultMovementBindings : 1; // 0x02A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2A9[0x7]; // 0x02A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void LookUpAtRate(float Rate); + void MoveForward(float Val); + void MoveRight(float Val); + void MoveUp_World(float Val); + void TurnAtRate(float Rate); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DefaultPawn") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DefaultPawn") + } + static class ADefaultPawn* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADefaultPawn; + +// Class Engine.DataAsset +// 0x0008 (0x0030 - 0x0028) +class UDataAsset : public UObject +{ +public: + TSubclassOf NativeClass; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DataAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DataAsset") + } + static class UDataAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDataAsset; + +// Class Engine.BlueprintFunctionLibrary +// 0x0000 (0x0028 - 0x0028) +class UBlueprintFunctionLibrary : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintFunctionLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintFunctionLibrary") + } + static class UBlueprintFunctionLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintFunctionLibrary; + +// Class Engine.OnlineEngineInterface +// 0x0000 (0x0028 - 0x0028) +class UOnlineEngineInterface : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("OnlineEngineInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"OnlineEngineInterface") + } + static class UOnlineEngineInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UOnlineEngineInterface; + +// Class Engine.ActorComponent +// 0x0088 (0x00B0 - 0x0028) +class UActorComponent : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FActorComponentTickFunction PrimaryComponentTick; // 0x0030(0x0030)(Edit, DisableEditOnInstance, NativeAccessSpecifierPublic) + TArray ComponentTags; // 0x0060(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray AssetUserData; // 0x0070(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + uint8 Pad_80[0x4]; // 0x0080(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int32 UCSSerializationIndex; // 0x0084(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 BitPad_88_0 : 3; // 0x0088(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bNetAddressable : 1; // 0x0088(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bReplicates : 1; // 0x0088(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Net, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 BitPad_88_5 : 3; // 0x0088(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 BitPad_89_0 : 7; // 0x0089(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bAutoActivate : 1; // 0x0089(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsActive : 1; // 0x008A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Net, Transient, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bEditableWhenInherited : 1; // 0x008A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_8A_2 : 1; // 0x008A(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bCanEverAffectNavigation : 1; // 0x008A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 BitPad_8A_4 : 1; // 0x008A(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bIsEditorOnly : 1; // 0x008A(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_8B[0x1]; // 0x008B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + EComponentCreationMethod CreationMethod; // 0x008C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentActivated; // 0x008D(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentDeactivated; // 0x008E(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_8F[0x1]; // 0x008F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + TArray UCSModifiedProperties; // 0x0090(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_A0[0x10]; // 0x00A0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void Activate(bool bReset); + void AddTickPrerequisiteActor(class AActor* PrerequisiteActor); + void AddTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent); + void Deactivate(); + void K2_DestroyComponent(class UObject* Object); + void OnRep_IsActive(); + void OnResetComponent(); + void ReceiveBeginPlay(); + void ReceiveEndPlay(EEndPlayReason EndPlayReason); + void ReceiveTick(float DeltaSeconds); + void RemoveTickPrerequisiteActor(class AActor* PrerequisiteActor); + void RemoveTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent); + void SetActive(bool bNewActive, bool bReset); + void SetAutoActivate(bool bNewAutoActivate); + void SetComponentTickEnabled(bool bEnabled); + void SetComponentTickInterval(float TickInterval); + void SetComponentTickIntervalAndCooldown(float TickInterval); + void SetIsReplicated(bool ShouldReplicate); + void SetTickableWhenPaused(bool bTickableWhenPaused); + void SetTickGroup(ETickingGroup NewTickGroup); + void ToggleActive(); + + bool ComponentHasTag(class FName Tag) const; + float GetComponentTickInterval() const; + class AActor* GetOwner() const; + bool IsActive() const; + bool IsBeingDestroyed() const; + bool IsComponentTickEnabled() const; + bool IsFirstInitialization() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ActorComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ActorComponent") + } + static class UActorComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UActorComponent; + +// Class Engine.SceneComponent +// 0x0150 (0x0200 - 0x00B0) +#pragma pack(push, 0x1) +class alignas(0x10) USceneComponent : public UActorComponent +{ +public: + uint8 Pad_B0[0x8]; // 0x00B0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TWeakObjectPtr PhysicsVolume; // 0x00B8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USceneComponent* AttachParent; // 0x00C0(0x0008)(ExportObject, Net, ZeroConstructor, InstancedReference, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName AttachSocketName; // 0x00C8(0x0008)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray AttachChildren; // 0x00D0(0x0010)(ExportObject, Net, ZeroConstructor, Transient, RepNotify, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray ClientAttachedChildren; // 0x00E0(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate) + uint8 Pad_F0[0x2C]; // 0x00F0(0x002C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector RelativeLocation; // 0x011C(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FRotator RelativeRotation; // 0x0128(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, NativeAccessSpecifierPrivate) + struct FVector RelativeScale3D; // 0x0134(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FVector ComponentVelocity; // 0x0140(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bComponentToWorldUpdated : 1; // 0x014C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 BitPad_14C_1 : 1; // 0x014C(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bAbsoluteLocation : 1; // 0x014C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, Net, RepNotify, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bAbsoluteRotation : 1; // 0x014C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, Net, RepNotify, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bAbsoluteScale : 1; // 0x014C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, Net, RepNotify, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bVisible : 1; // 0x014C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bShouldBeAttached : 1; // 0x014C(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Net, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bShouldSnapLocationWhenAttached : 1; // 0x014C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Net, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bShouldSnapRotationWhenAttached : 1; // 0x014D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Net, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bShouldUpdatePhysicsVolume : 1; // 0x014D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bHiddenInGame : 1; // 0x014D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBoundsChangeTriggersStreamingDataRebuild : 1; // 0x014D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseAttachParentBound : 1; // 0x014D(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_14E[0x1]; // 0x014E(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + EComponentMobility Mobility; // 0x014F(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDetailMode DetailMode; // 0x0150(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ PhysicsVolumeChangedDelegate; // 0x0151(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_152[0xA6]; // 0x0152(0x00A6)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void DetachFromParent(bool bMaintainWorldPosition, bool bCallModify); + void K2_AddLocalOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddLocalRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddLocalTransform(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddRelativeLocation(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddRelativeRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddWorldOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddWorldRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddWorldTransform(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_AddWorldTransformKeepScale(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + bool K2_AttachTo(class USceneComponent* InParent, class FName InSocketName, EAttachLocation AttachType, bool bWeldSimulatedBodies); + bool K2_AttachToComponent(class USceneComponent* Parent, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule, bool bWeldSimulatedBodies); + void K2_DetachFromComponent(EDetachmentRule LocationRule, EDetachmentRule RotationRule, EDetachmentRule ScaleRule, bool bCallModify); + void K2_SetRelativeLocation(const struct FVector& NewLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetRelativeLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetRelativeRotation(const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetRelativeTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetWorldLocation(const struct FVector& NewLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetWorldLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetWorldRotation(const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void K2_SetWorldTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport); + void OnRep_AttachChildren(); + void OnRep_AttachParent(); + void OnRep_AttachSocketName(); + void OnRep_Transform(); + void OnRep_Visibility(bool OldValue); + void ResetRelativeTransform(); + void SetAbsolute(bool bNewAbsoluteLocation, bool bNewAbsoluteRotation, bool bNewAbsoluteScale); + void SetHiddenInGame(bool NewHidden, bool bPropagateToChildren); + void SetMobility(EComponentMobility NewMobility); + void SetRelativeScale3D(const struct FVector& NewScale3D); + void SetShouldUpdatePhysicsVolume(bool bInShouldUpdatePhysicsVolume); + void SetVisibility(bool bNewVisibility, bool bPropagateToChildren); + void SetWorldScale3D(const struct FVector& NewScale); + bool SnapTo(class USceneComponent* InParent, class FName InSocketName); + void ToggleVisibility(bool bPropagateToChildren); + + bool DoesSocketExist(class FName InSocketName) const; + TArray GetAllSocketNames() const; + class USceneComponent* GetAttachParent() const; + class FName GetAttachSocketName() const; + class USceneComponent* GetChildComponent(int32 ChildIndex) const; + void GetChildrenComponents(bool bIncludeAllDescendants, TArray* Children) const; + struct FVector GetComponentVelocity() const; + struct FVector GetForwardVector() const; + int32 GetNumChildrenComponents() const; + void GetParentComponents(TArray* Parents) const; + class APhysicsVolume* GetPhysicsVolume() const; + struct FTransform GetRelativeTransform() const; + struct FVector GetRightVector() const; + bool GetShouldUpdatePhysicsVolume() const; + struct FVector GetSocketLocation(class FName InSocketName) const; + struct FQuat GetSocketQuaternion(class FName InSocketName) const; + struct FRotator GetSocketRotation(class FName InSocketName) const; + struct FTransform GetSocketTransform(class FName InSocketName, ERelativeTransformSpace TransformSpace) const; + struct FVector GetUpVector() const; + bool IsAnySimulatingPhysics() const; + bool IsSimulatingPhysics(class FName BoneName) const; + bool IsVisible() const; + struct FVector K2_GetComponentLocation() const; + struct FRotator K2_GetComponentRotation() const; + struct FVector K2_GetComponentScale() const; + struct FTransform K2_GetComponentToWorld() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneComponent") + } + static class USceneComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_USceneComponent; + +// Class Engine.ReflectionCaptureComponent +// 0x0070 (0x0270 - 0x0200) +class UReflectionCaptureComponent : public USceneComponent +{ +public: + class UBillboardComponent* CaptureOffsetComponent; // 0x01F8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EReflectionSourceType ReflectionSourceType; // 0x0200(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMobileReflectionCompression MobileReflectionCompression; // 0x0201(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_202[0x6]; // 0x0202(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureCube* Cubemap; // 0x0208(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceCubemapAngle; // 0x0210(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Brightness; // 0x0214(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bModifyMaxValueRGBM; // 0x0218(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_219[0x3]; // 0x0219(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxValueRGBM; // 0x021C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CaptureOffset; // 0x0220(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid MapBuildDataId; // 0x022C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23C[0x14]; // 0x023C(0x0014)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureCube* CachedEncodedHDRCubemap; // 0x0250(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_258[0x18]; // 0x0258(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReflectionCaptureComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReflectionCaptureComponent") + } + static class UReflectionCaptureComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReflectionCaptureComponent; + +// Class Engine.BoxReflectionCaptureComponent +// 0x0020 (0x0290 - 0x0270) +class UBoxReflectionCaptureComponent final : public UReflectionCaptureComponent +{ +public: + float BoxTransitionDistance; // 0x0270(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_274[0x4]; // 0x0274(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UBoxComponent* PreviewInfluenceBox; // 0x0278(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBoxComponent* PreviewCaptureBox; // 0x0280(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_288[0x8]; // 0x0288(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoxReflectionCaptureComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoxReflectionCaptureComponent") + } + static class UBoxReflectionCaptureComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBoxReflectionCaptureComponent; + +// Class Engine.KismetNodeHelperLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetNodeHelperLibrary final : public UBlueprintFunctionLibrary +{ +public: + static bool BitIsMarked(int32 Data, int32 Index_0); + static void ClearAllBits(int32* Data); + static void ClearBit(int32* Data, int32 Index_0); + static class FName GetEnumeratorName(const class UEnum* Enum, uint8 EnumeratorValue); + static class FString GetEnumeratorUserFriendlyName(const class UEnum* Enum, uint8 EnumeratorValue); + static uint8 GetEnumeratorValueFromIndex(const class UEnum* Enum, uint8 EnumeratorIndex); + static int32 GetFirstUnmarkedBit(int32 Data, int32 StartIdx, int32 NumBits); + static int32 GetRandomUnmarkedBit(int32 Data, int32 StartIdx, int32 NumBits); + static int32 GetUnmarkedBit(int32 Data, int32 StartIdx, int32 NumBits, bool bRandom); + static uint8 GetValidValue(const class UEnum* Enum, uint8 EnumeratorValue); + static bool HasMarkedBit(int32 Data, int32 NumBits); + static bool HasUnmarkedBit(int32 Data, int32 NumBits); + static void MarkBit(int32* Data, int32 Index_0); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetNodeHelperLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetNodeHelperLibrary") + } + static class UKismetNodeHelperLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetNodeHelperLibrary; + +// Class Engine.ScriptViewportClient +// 0x0010 (0x0038 - 0x0028) +class UScriptViewportClient : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ScriptViewportClient") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ScriptViewportClient") + } + static class UScriptViewportClient* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UScriptViewportClient; + +// Class Engine.BlueprintAsyncActionBase +// 0x0008 (0x0030 - 0x0028) +class UBlueprintAsyncActionBase : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void Activate(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintAsyncActionBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintAsyncActionBase") + } + static class UBlueprintAsyncActionBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintAsyncActionBase; + +// Class Engine.TargetPoint +// 0x0000 (0x0228 - 0x0228) +class ATargetPoint : public AActor +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TargetPoint") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TargetPoint") + } + static class ATargetPoint* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATargetPoint; + +// Class Engine.PrimitiveComponent +// 0x0250 (0x0450 - 0x0200) +class UPrimitiveComponent : public USceneComponent +{ +public: + uint8 Pad_1F8[0x8]; // 0x01F8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float MinDrawDistance; // 0x0200(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LDMaxDrawDistance; // 0x0204(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CachedMaxDrawDistance; // 0x0208(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESceneDepthPriorityGroup DepthPriorityGroup; // 0x020C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESceneDepthPriorityGroup ViewOwnerDepthPriorityGroup; // 0x020D(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EIndirectLightingCacheQuality IndirectLightingCacheQuality; // 0x020E(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELightmapType LightmapType; // 0x020F(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseMaxLODAsImposter : 1; // 0x0210(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBatchImpostersAsInstances : 1; // 0x0210(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNeverDistanceCull : 1; // 0x0210(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_210_3 : 4; // 0x0210(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bAlwaysCreatePhysicsState : 1; // 0x0210(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateOverlapEvents : 1; // 0x0211(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bMultiBodyOverlap : 1; // 0x0211(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTraceComplexOnMove : 1; // 0x0211(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReturnMaterialOnMove : 1; // 0x0211(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseViewOwnerDepthPriorityGroup : 1; // 0x0211(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseCullDistanceVolumeWhenMovable : 1; // 0x0211(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowCullDistanceVolume : 1; // 0x0211(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasMotionBlurVelocityMeshes : 1; // 0x0211(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisibleInReflectionCaptures : 1; // 0x0212(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisibleInRealTimeSkyCaptures : 1; // 0x0212(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisibleInRayTracing : 1; // 0x0212(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderInMainPass : 1; // 0x0212(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderInDepthPass : 1; // 0x0212(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReceivesDecals : 1; // 0x0212(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOwnerNoSee : 1; // 0x0212(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlyOwnerSee : 1; // 0x0212(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTreatAsBackgroundForOcclusion : 1; // 0x0213(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseAsOccluder : 1; // 0x0213(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSelectable : 1; // 0x0213(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceMipStreaming : 1; // 0x0213(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasPerInstanceHitProxies : 1; // 0x0213(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CastShadow : 1; // 0x0213(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectDynamicIndirectLighting : 1; // 0x0213(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectDistanceFieldLighting : 1; // 0x0213(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastDynamicShadow : 1; // 0x0214(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastStaticShadow : 1; // 0x0214(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastVolumetricTranslucentShadow : 1; // 0x0214(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastContactShadow : 1; // 0x0214(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSelfShadowOnly : 1; // 0x0214(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastFarShadow : 1; // 0x0214(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastDirectionalLightShadow : 1; // 0x0214(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastInsetShadow : 1; // 0x0214(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastCinematicShadow : 1; // 0x0215(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastHiddenShadow : 1; // 0x0215(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastShadowAsTwoSided : 1; // 0x0215(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLightAsIfStatic : 1; // 0x0215(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLightAttachmentsAsGroup : 1; // 0x0215(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bExcludeFromLightAttachmentGroup : 1; // 0x0215(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReceiveMobileCSMShadows : 1; // 0x0215(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSingleSampleShadowFromStationaryLights : 1; // 0x0215(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreRadialImpulse : 1; // 0x0216(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreRadialForce : 1; // 0x0216(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyImpulseOnDamage : 1; // 0x0216(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReplicatePhysicsToAutonomousProxy : 1; // 0x0216(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFillCollisionUnderneathForNavmesh : 1; // 0x0216(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 AlwaysLoadOnClient : 1; // 0x0216(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 AlwaysLoadOnServer : 1; // 0x0216(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseEditorCompositing : 1; // 0x0216(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderCustomDepth : 1; // 0x0217(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisibleInSceneCaptureOnly : 1; // 0x0217(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHiddenInSceneCapture : 1; // 0x0217(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EHasCustomNavigableGeometry bHasCustomNavigableGeometry; // 0x0218(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_219[0x1]; // 0x0219(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + ECanBeCharacterBase CanCharacterStepUpOn; // 0x021A(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLightingChannels LightingChannels; // 0x021B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + ERendererStencilMask CustomDepthStencilWriteMask; // 0x021C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21D[0x3]; // 0x021D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 CustomDepthStencilValue; // 0x0220(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_224[0x4]; // 0x0224(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FCustomPrimitiveData CustomPrimitiveData; // 0x0228(0x0010)(Edit, AdvancedDisplay, NativeAccessSpecifierPrivate) + struct FCustomPrimitiveData CustomPrimitiveDataInternal; // 0x0238(0x0010)(Transient, NativeAccessSpecifierPrivate) + uint8 Pad_248[0x8]; // 0x0248(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + int32 TranslucencySortPriority; // 0x0250(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucencySortDistanceOffset; // 0x0254(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 VisibilityId; // 0x0258(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25C[0x4]; // 0x025C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray RuntimeVirtualTextures; // 0x0260(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + int8 VirtualTextureLodBias; // 0x0270(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int8 VirtualTextureCullMips; // 0x0271(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int8 VirtualTextureMinCoverage; // 0x0272(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERuntimeVirtualTextureMainPassType VirtualTextureRenderPassType; // 0x0273(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_274[0x4]; // 0x0274(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float LpvBiasMultiplier; // 0x0278(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_27C[0x8]; // 0x027C(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float BoundsScale; // 0x0284(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_288[0x10]; // 0x0288(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MoveIgnoreActors; // 0x0298(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray MoveIgnoreComponents; // 0x02A8(0x0010)(ExportObject, ZeroConstructor, Transient, DuplicateTransient, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_2B8[0x10]; // 0x02B8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBodyInstance BodyInstance; // 0x02C8(0x0158)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentHit; // 0x0420(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentBeginOverlap; // 0x0421(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentEndOverlap; // 0x0422(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentWake; // 0x0423(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnComponentSleep; // 0x0424(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_425[0x1]; // 0x0425(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + FMulticastSparseDelegateProperty_ OnBeginCursorOver; // 0x0426(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnEndCursorOver; // 0x0427(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnClicked; // 0x0428(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnReleased; // 0x0429(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchBegin; // 0x042A(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchEnd; // 0x042B(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchEnter; // 0x042C(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + FMulticastSparseDelegateProperty_ OnInputTouchLeave; // 0x042D(0x0001)(InstancedReference, BlueprintAssignable, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_42E[0x1A]; // 0x042E(0x001A)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* LODParentPrimitive; // 0x0448(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, NonPIEDuplicateTransient, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void AddAngularImpulse(const struct FVector& Impulse, class FName BoneName, bool bVelChange); + void AddAngularImpulseInDegrees(const struct FVector& Impulse, class FName BoneName, bool bVelChange); + void AddAngularImpulseInRadians(const struct FVector& Impulse, class FName BoneName, bool bVelChange); + void AddForce(const struct FVector& Force, class FName BoneName, bool bAccelChange); + void AddForceAtLocation(const struct FVector& Force, const struct FVector& Location, class FName BoneName); + void AddForceAtLocationLocal(const struct FVector& Force, const struct FVector& Location, class FName BoneName); + void AddImpulse(const struct FVector& Impulse, class FName BoneName, bool bVelChange); + void AddImpulseAtLocation(const struct FVector& Impulse, const struct FVector& Location, class FName BoneName); + void AddRadialForce(const struct FVector& Origin, float Radius, float Strength, ERadialImpulseFalloff Falloff, bool bAccelChange); + void AddRadialImpulse(const struct FVector& Origin, float Radius, float Strength, ERadialImpulseFalloff Falloff, bool bVelChange); + void AddTorque(const struct FVector& Torque, class FName BoneName, bool bAccelChange); + void AddTorqueInDegrees(const struct FVector& Torque, class FName BoneName, bool bAccelChange); + void AddTorqueInRadians(const struct FVector& Torque, class FName BoneName, bool bAccelChange); + void ClearMoveIgnoreActors(); + void ClearMoveIgnoreComponents(); + TArray CopyArrayOfMoveIgnoreActors(); + TArray CopyArrayOfMoveIgnoreComponents(); + class UMaterialInstanceDynamic* CreateAndSetMaterialInstanceDynamic(int32 ElementIndex); + class UMaterialInstanceDynamic* CreateAndSetMaterialInstanceDynamicFromMaterial(int32 ElementIndex, class UMaterialInterface* Parent); + class UMaterialInstanceDynamic* CreateDynamicMaterialInstance(int32 ElementIndex, class UMaterialInterface* SourceMaterial, class FName OptionalName); + struct FVector GetPhysicsLinearVelocity(class FName BoneName); + struct FVector GetPhysicsLinearVelocityAtPoint(const struct FVector& Point, class FName BoneName); + void IgnoreActorWhenMoving(class AActor* Actor, bool bShouldIgnore); + void IgnoreComponentWhenMoving(class UPrimitiveComponent* Component, bool bShouldIgnore); + bool IsAnyRigidBodyAwake(); + bool K2_BoxOverlapComponent(const struct FVector& InBoxCentre, const struct FBox& InBox, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit); + bool K2_LineTraceComponent(const struct FVector& TraceStart, const struct FVector& TraceEnd, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit); + bool K2_SphereOverlapComponent(const struct FVector& InSphereCentre, float InSphereRadius, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit); + bool K2_SphereTraceComponent(const struct FVector& TraceStart, const struct FVector& TraceEnd, float SphereRadius, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit); + void PutRigidBodyToSleep(class FName BoneName); + void SetAllMassScale(float InMassScale); + void SetAllPhysicsAngularVelocityInDegrees(const struct FVector& NewAngVel, bool bAddToCurrent); + void SetAllPhysicsAngularVelocityInRadians(const struct FVector& NewAngVel, bool bAddToCurrent); + void SetAllPhysicsLinearVelocity(const struct FVector& NewVel, bool bAddToCurrent); + void SetAllUseCCD(bool InUseCCD); + void SetAngularDamping(float InDamping); + void SetBoundsScale(float NewBoundsScale); + void SetCastHiddenShadow(bool NewCastHiddenShadow); + void SetCastInsetShadow(bool bInCastInsetShadow); + void SetCastShadow(bool NewCastShadow); + void SetCenterOfMass(const struct FVector& CenterOfMassOffset, class FName BoneName); + void SetCollisionEnabled(ECollisionEnabled NewType); + void SetCollisionObjectType(ECollisionChannel Channel); + void SetCollisionProfileName(class FName InCollisionProfileName, bool bUpdateOverlaps); + void SetCollisionResponseToAllChannels(ECollisionResponse NewResponse); + void SetCollisionResponseToChannel(ECollisionChannel Channel, ECollisionResponse NewResponse); + void SetConstraintMode(EDOFMode ConstraintMode); + void SetCullDistance(float NewCullDistance); + void SetCustomDepthStencilValue(int32 Value); + void SetCustomDepthStencilWriteMask(ERendererStencilMask WriteMaskBit); + void SetCustomPrimitiveDataArray(const TArray& Data); + void SetCustomPrimitiveDataFloat(int32 DataIndex, float Value); + void SetCustomPrimitiveDataVector2(int32 DataIndex, const struct FVector2D& Value); + void SetCustomPrimitiveDataVector3(int32 DataIndex, const struct FVector& Value); + void SetCustomPrimitiveDataVector4(int32 DataIndex, const struct FVector4& Value); + void SetDefaultCustomPrimitiveDataFloat(int32 DataIndex, float Value); + void SetDefaultCustomPrimitiveDataVector2(int32 DataIndex, const struct FVector2D& Value); + void SetDefaultCustomPrimitiveDataVector3(int32 DataIndex, const struct FVector& Value); + void SetDefaultCustomPrimitiveDataVector4(int32 DataIndex, const struct FVector4& Value); + void SetEnableGravity(bool bGravityEnabled); + void SetExcludeFromLightAttachmentGroup(bool bInExcludeFromLightAttachmentGroup); + void SetGenerateOverlapEvents(bool bInGenerateOverlapEvents); + void SetHiddenInSceneCapture(bool bValue); + void SetLightAttachmentsAsGroup(bool bInLightAttachmentsAsGroup); + void SetLightingChannels(bool bChannel0, bool bChannel1, bool bChannel2); + void SetLinearDamping(float InDamping); + void SetMassOverrideInKg(class FName BoneName, float MassInKg, bool bOverrideMass); + void SetMassScale(class FName BoneName, float InMassScale); + void SetMaterial(int32 ElementIndex, class UMaterialInterface* Material); + void SetMaterialByName(class FName MaterialSlotName, class UMaterialInterface* Material); + void SetNotifyRigidBodyCollision(bool bNewNotifyRigidBodyCollision); + void SetOnlyOwnerSee(bool bNewOnlyOwnerSee); + void SetOwnerNoSee(bool bNewOwnerNoSee); + void SetPhysicsAngularVelocity(const struct FVector& NewAngVel, bool bAddToCurrent, class FName BoneName); + void SetPhysicsAngularVelocityInDegrees(const struct FVector& NewAngVel, bool bAddToCurrent, class FName BoneName); + void SetPhysicsAngularVelocityInRadians(const struct FVector& NewAngVel, bool bAddToCurrent, class FName BoneName); + void SetPhysicsLinearVelocity(const struct FVector& NewVel, bool bAddToCurrent, class FName BoneName); + void SetPhysicsMaxAngularVelocity(float NewMaxAngVel, bool bAddToCurrent, class FName BoneName); + void SetPhysicsMaxAngularVelocityInDegrees(float NewMaxAngVel, bool bAddToCurrent, class FName BoneName); + void SetPhysicsMaxAngularVelocityInRadians(float NewMaxAngVel, bool bAddToCurrent, class FName BoneName); + void SetPhysMaterialOverride(class UPhysicalMaterial* NewPhysMaterial); + void SetReceivesDecals(bool bNewReceivesDecals); + void SetRenderCustomDepth(bool bValue); + void SetRenderInMainPass(bool bValue); + void SetSimulatePhysics(bool bSimulate); + void SetSingleSampleShadowFromStationaryLights(bool bNewSingleSampleShadowFromStationaryLights); + void SetTranslucencySortDistanceOffset(float NewTranslucencySortDistanceOffset); + void SetTranslucentSortPriority(int32 NewTranslucentSortPriority); + void SetUseCCD(bool InUseCCD, class FName BoneName); + void SetVisibleInSceneCaptureOnly(bool bValue); + void SetWalkableSlopeOverride(const struct FWalkableSlopeOverride& NewOverride); + void WakeAllRigidBodies(); + void WakeRigidBody(class FName BoneName); + + bool CanCharacterStepUp(class APawn* Pawn) const; + float GetAngularDamping() const; + struct FVector GetCenterOfMass(class FName BoneName) const; + float GetClosestPointOnCollision(const struct FVector& Point, struct FVector* OutPointOnBody, class FName BoneName) const; + ECollisionEnabled GetCollisionEnabled() const; + ECollisionChannel GetCollisionObjectType() const; + class FName GetCollisionProfileName() const; + ECollisionResponse GetCollisionResponseToChannel(ECollisionChannel Channel) const; + bool GetGenerateOverlapEvents() const; + struct FVector GetInertiaTensor(class FName BoneName) const; + float GetLinearDamping() const; + float GetMass() const; + float GetMassScale(class FName BoneName) const; + class UMaterialInterface* GetMaterial(int32 ElementIndex) const; + class UMaterialInterface* GetMaterialFromCollisionFaceIndex(int32 FaceIndex, int32* SectionIndex) const; + int32 GetNumMaterials() const; + void GetOverlappingActors(TArray* OverlappingActors, TSubclassOf ClassFilter) const; + void GetOverlappingComponents(TArray* OutOverlappingComponents) const; + struct FVector GetPhysicsAngularVelocity(class FName BoneName) const; + struct FVector GetPhysicsAngularVelocityInDegrees(class FName BoneName) const; + struct FVector GetPhysicsAngularVelocityInRadians(class FName BoneName) const; + const struct FWalkableSlopeOverride GetWalkableSlopeOverride() const; + bool IsGravityEnabled() const; + bool IsOverlappingActor(const class AActor* Other) const; + bool IsOverlappingComponent(const class UPrimitiveComponent* OtherComp) const; + bool K2_IsCollisionEnabled() const; + bool K2_IsPhysicsCollisionEnabled() const; + bool K2_IsQueryCollisionEnabled() const; + struct FVector ScaleByMomentOfInertia(const struct FVector& InputVector, class FName BoneName) const; + bool WasRecentlyRendered(float Tolerance) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PrimitiveComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PrimitiveComponent") + } + static class UPrimitiveComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPrimitiveComponent; + +// Class Engine.MeshComponent +// 0x0030 (0x0480 - 0x0450) +#pragma pack(push, 0x1) +class alignas(0x10) UMeshComponent : public UPrimitiveComponent +{ +public: + TArray OverrideMaterials; // 0x0450(0x0010)(Edit, ZeroConstructor, AdvancedDisplay, NativeAccessSpecifierPublic) + uint8 Pad_460[0x10]; // 0x0460(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bEnableMaterialParameterCaching : 1; // 0x0470(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_471[0x7]; // 0x0471(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void PrestreamTextures(float Seconds, bool bPrioritizeCharacterTextures, int32 CinematicTextureGroups); + void SetScalarParameterValueOnMaterials(const class FName ParameterName, const float ParameterValue); + void SetVectorParameterValueOnMaterials(const class FName ParameterName, const struct FVector& ParameterValue); + + int32 GetMaterialIndex(class FName MaterialSlotName) const; + TArray GetMaterials() const; + TArray GetMaterialSlotNames() const; + bool IsMaterialSlotNameValid(class FName MaterialSlotName) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MeshComponent") + } + static class UMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UMeshComponent; + +// Class Engine.SkinnedMeshComponent +// 0x0220 (0x06A0 - 0x0480) +class USkinnedMeshComponent : public UMeshComponent +{ +public: + uint8 Pad_478[0x8]; // 0x0478(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeletalMesh* SkeletalMesh; // 0x0480(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr MasterPoseComponent; // 0x0488(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SkinCacheUsage; // 0x0490(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TArray VertexOffsetUsage; // 0x04A0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_4B0[0xF8]; // 0x04B0(0x00F8)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicsAsset* PhysicsAssetOverride; // 0x05A8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ForcedLodModel; // 0x05B0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinLodModel; // 0x05B4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5B8[0x8]; // 0x05B8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float StreamingDistanceMultiplier; // 0x05C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C4[0xC]; // 0x05C4(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + TArray LODInfo; // 0x05D0(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + uint8 Pad_5E0[0x24]; // 0x05E0(0x0024)(Fixing Size After Last Property [ Dumper-7 ]) + EVisibilityBasedAnimTickOption VisibilityBasedAnimTickOption; // 0x0604(0x0001)(Edit, BlueprintVisible, ZeroConstructor, Config, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_605[0x1]; // 0x0605(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_606_0 : 3; // 0x0606(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bOverrideMinLOD : 1; // 0x0606(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseBoundsFromMasterPoseComponent : 1; // 0x0606(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceWireframe : 1; // 0x0606(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisplayBones : 1; // 0x0606(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableMorphTarget : 1; // 0x0606(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHideSkin : 1; // 0x0607(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPerBoneMotionBlur : 1; // 0x0607(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComponentUseFixedSkelBounds : 1; // 0x0607(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bConsiderAllBodiesForBounds : 1; // 0x0607(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSyncAttachParentLOD : 1; // 0x0607(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanHighlightSelectedSections : 1; // 0x0607(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRecentlyRendered : 1; // 0x0607(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastCapsuleDirectShadow : 1; // 0x0607(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastCapsuleIndirectShadow : 1; // 0x0608(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCPUSkinning : 1; // 0x0608(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableUpdateRateOptimizations : 1; // 0x0608(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisplayDebugUpdateRateOptimizations : 1; // 0x0608(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderStatic : 1; // 0x0608(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreMasterPoseComponentLOD : 1; // 0x0608(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_608_6 : 2; // 0x0608(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 bCachedLocalBoundsUpToDate : 1; // 0x0609(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 BitPad_609_1 : 1; // 0x0609(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bForceMeshObjectUpdate : 1; // 0x0609(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_60A[0x2]; // 0x060A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float CapsuleIndirectShadowMinVisibility; // 0x060C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_610[0x10]; // 0x0610(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBoxSphereBounds CachedWorldSpaceBounds; // 0x0620(0x001C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected) + uint8 Pad_63C[0x4]; // 0x063C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix CachedWorldToLocalTransform; // 0x0640(0x0040)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected) + uint8 Pad_680[0x20]; // 0x0680(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ClearSkinWeightOverride(int32 LODIndex); + void ClearSkinWeightProfile(); + void ClearVertexColorOverride(int32 LODIndex); + struct FVector GetRefPosePosition(int32 BoneIndex); + void HideBoneByName(class FName BoneName, EPhysBodyOp PhysBodyOption); + bool IsBoneHiddenByName(class FName BoneName); + bool IsMaterialSectionShown(int32 MaterialID, int32 LODIndex); + void SetCapsuleIndirectShadowMinVisibility(float NewValue); + void SetCastCapsuleDirectShadow(bool bNewValue); + void SetCastCapsuleIndirectShadow(bool bNewValue); + void SetForcedLOD(int32 InNewForcedLOD); + void SetMasterPoseComponent(class USkinnedMeshComponent* NewMasterBoneComponent, bool bForceUpdate); + void SetMinLOD(int32 InNewMinLOD); + void SetPhysicsAsset(class UPhysicsAsset* NewPhysicsAsset, bool bForceReInit); + void SetPostSkinningOffsets(int32 LODIndex, const TArray& Offsets); + void SetPreSkinningOffsets(int32 LODIndex, const TArray& Offsets); + void SetRenderStatic(bool bNewValue); + void SetSkeletalMesh(class USkeletalMesh* NewMesh, bool bReinitPose); + void SetSkinWeightOverride(int32 LODIndex, const TArray& SkinWeights); + bool SetSkinWeightProfile(class FName InProfileName); + void SetVertexColorOverride_LinearColor(int32 LODIndex, const TArray& VertexColors); + void SetVertexOffsetUsage(int32 LODIndex, int32 Usage); + void ShowAllMaterialSections(int32 LODIndex); + void ShowMaterialSection(int32 MaterialID, int32 SectionIndex, bool bShow, int32 LODIndex); + void TransformFromBoneSpace(class FName BoneName, const struct FVector& InPosition, const struct FRotator& InRotation, struct FVector* OutPosition, struct FRotator* OutRotation); + void UnHideBoneByName(class FName BoneName); + void UnloadSkinWeightProfile(class FName InProfileName); + + bool BoneIsChildOf(class FName BoneName, class FName ParentBoneName) const; + class FName FindClosestBone_K2(const struct FVector& TestLocation, struct FVector* BoneLocation, float IgnoreScale, bool bRequirePhysicsAsset) const; + int32 GetBoneIndex(class FName BoneName) const; + class FName GetBoneName(int32 BoneIndex) const; + class FName GetCurrentSkinWeightProfileName() const; + struct FTransform GetDeltaTransformFromRefPose(class FName BoneName, class FName BaseName) const; + int32 GetForcedLOD() const; + int32 GetNumBones() const; + int32 GetNumLODs() const; + class FName GetParentBone(class FName BoneName) const; + class FName GetSocketBoneName(class FName InSocketName) const; + bool GetTwistAndSwingAngleOfDeltaRotationFromRefPose(class FName BoneName, float* OutTwistAngle, float* OutSwingAngle) const; + int32 GetVertexOffsetUsage(int32 LODIndex) const; + bool IsUsingSkinWeightProfile() const; + void TransformToBoneSpace(class FName BoneName, const struct FVector& InPosition, const struct FRotator& InRotation, struct FVector* OutPosition, struct FRotator* OutRotation) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkinnedMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkinnedMeshComponent") + } + static class USkinnedMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkinnedMeshComponent; + +// Class Engine.AnimNotifyState +// 0x0008 (0x0030 - 0x0028) +class UAnimNotifyState : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class FString GetNotifyName() const; + bool Received_NotifyBegin(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation, float TotalDuration) const; + bool Received_NotifyEnd(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const; + bool Received_NotifyTick(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation, float FrameDeltaTime) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotifyState") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotifyState") + } + static class UAnimNotifyState* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotifyState; + +// Class Engine.AnimNotifyState_Trail +// 0x0028 (0x0058 - 0x0030) +class UAnimNotifyState_Trail final : public UAnimNotifyState +{ +public: + class UParticleSystem* PSTemplate; // 0x0030(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FirstSocketName; // 0x0038(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SecondSocketName; // 0x0040(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETrailWidthMode WidthScaleMode; // 0x0048(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName WidthScaleCurve; // 0x004C(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRecycleSpawnedSystems : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class UParticleSystem* OverridePSTemplate(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotifyState_Trail") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotifyState_Trail") + } + static class UAnimNotifyState_Trail* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotifyState_Trail; + +// Class Engine.SoundBase +// 0x0148 (0x0170 - 0x0028) +class USoundBase : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundClass* SoundClassObject; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDebug : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideConcurrency : 1; // 0x0038(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableBusSends : 1; // 0x0038(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableBaseSubmix : 1; // 0x0038(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableSubmixSends : 1; // 0x0038(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasDelayNode : 1; // 0x0038(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasConcatenatorNode : 1; // 0x0038(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBypassVolumeScaleForPriority : 1; // 0x0038(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EVirtualizationMode VirtualizationMode; // 0x0039(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x56]; // 0x003A(0x0056)(Fixing Size After Last Property [ Dumper-7 ]) + TSet ConcurrencySet; // 0x0090(0x0050)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSoundConcurrencySettings ConcurrencyOverrides; // 0x00E0(0x0028)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + float Duration; // 0x0108(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDistance; // 0x010C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TotalSamples; // 0x0110(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Priority; // 0x0114(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundAttenuation* AttenuationSettings; // 0x0118(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundSubmixBase* SoundSubmixObject; // 0x0120(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SoundSubmixSends; // 0x0128(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + class USoundEffectSourcePresetChain* SourceEffectChain; // 0x0138(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray BusSends; // 0x0140(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray PreEffectBusSends; // 0x0150(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray AssetUserData; // 0x0160(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundBase") + } + static class USoundBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundBase; + +// Class Engine.SoundWave +// 0x0200 (0x0370 - 0x0170) +class USoundWave : public USoundBase +{ +public: + int32 CompressionQuality; // 0x0170(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StreamingPriority; // 0x0174(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESoundwaveSampleRateSettings SampleRateQuality; // 0x0178(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_179[0x1]; // 0x0179(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + ESoundGroup SoundGroup; // 0x017A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLooping : 1; // 0x017B(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStreaming : 1; // 0x017B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSeekableStreaming : 1; // 0x017B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ESoundWaveLoadingBehavior LoadingBehavior; // 0x017C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 BitPad_17D_0 : 6; // 0x017D(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bMature : 1; // 0x017D(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bManualWordWrap : 1; // 0x017D(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSingleLine : 1; // 0x017E(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsAmbisonics : 1; // 0x017E(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_17F[0x1]; // 0x017F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoundModulationDefaultRoutingSettings ModulationSettings; // 0x0180(0x0048)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + TArray FrequenciesToAnalyze; // 0x01C8(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray CookedSpectralTimeData; // 0x01D8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray CookedEnvelopeTimeData; // 0x01E8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 InitialChunkSize; // 0x01F8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1FC[0x44]; // 0x01FC(0x0044)(Fixing Size After Last Property [ Dumper-7 ]) + class FString SpokenText; // 0x0240(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubtitlePriority; // 0x0250(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Volume; // 0x0254(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0258(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumChannels; // 0x025C(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SampleRate; // 0x0260(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_264[0xC]; // 0x0264(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Subtitles; // 0x0270(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + class UCurveTable* Curves; // 0x0280(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UCurveTable* InternalCurves; // 0x0288(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_290[0xE0]; // 0x0290(0x00E0)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundWave") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundWave") + } + static class USoundWave* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundWave; + +// Class Engine.ParticleModule +// 0x0008 (0x0030 - 0x0028) +class UParticleModule : public UObject +{ +public: + uint8 bSpawnModule : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUpdateModule : 1; // 0x0028(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFinalUpdateModule : 1; // 0x0028(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUpdateForGPUEmitter : 1; // 0x0028(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCurvesAsColor : 1; // 0x0028(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 b3DDrawMode : 1; // 0x0028(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupported3DDrawMode : 1; // 0x0028(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnabled : 1; // 0x0028(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEditable : 1; // 0x0029(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 LODDuplicate : 1; // 0x0029(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsRandomSeed : 1; // 0x0029(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRequiresLoopingNotification : 1; // 0x0029(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 LODValidity; // 0x002A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B[0x5]; // 0x002B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModule") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModule") + } + static class UParticleModule* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModule; + +// Class Engine.ParticleModuleSizeBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleSizeBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSizeBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSizeBase") + } + static class UParticleModuleSizeBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSizeBase; + +// Class Engine.ParticleModuleSize +// 0x0048 (0x0078 - 0x0030) +class UParticleModuleSize : public UParticleModuleSizeBase +{ +public: + struct FRawDistributionVector StartSize; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSize") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSize") + } + static class UParticleModuleSize* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSize; + +// Class Engine.ParticleModuleSize_Seeded +// 0x0020 (0x0098 - 0x0078) +class UParticleModuleSize_Seeded final : public UParticleModuleSize +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0078(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSize_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSize_Seeded") + } + static class UParticleModuleSize_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSize_Seeded; + +// Class Engine.ParticleModuleLocationBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleLocationBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationBase") + } + static class UParticleModuleLocationBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationBase; + +// Class Engine.ParticleModuleSourceMovement +// 0x0048 (0x0078 - 0x0030) +class UParticleModuleSourceMovement final : public UParticleModuleLocationBase +{ +public: + struct FRawDistributionVector SourceMovementScale; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSourceMovement") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSourceMovement") + } + static class UParticleModuleSourceMovement* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSourceMovement; + +// Class Engine.SoundConcurrency +// 0x0028 (0x0050 - 0x0028) +class USoundConcurrency final : public UObject +{ +public: + struct FSoundConcurrencySettings Concurrency; // 0x0028(0x0028)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundConcurrency") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundConcurrency") + } + static class USoundConcurrency* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundConcurrency; + +// Class Engine.DataTableFunctionLibrary +// 0x0000 (0x0028 - 0x0028) +class UDataTableFunctionLibrary final : public UBlueprintFunctionLibrary +{ +public: + static bool DoesDataTableRowExist(class UDataTable* Table, class FName RowName); + static void EvaluateCurveTableRow(class UCurveTable* CurveTable, class FName RowName, float InXY, EEvaluateCurveTableResult* OutResult, float* OutXY, const class FString& ContextString); + static TArray GetDataTableColumnAsString(const class UDataTable* DataTable, class FName PropertyName); + static bool GetDataTableRowFromName(class UDataTable* Table, class FName RowName, struct FTableRowBase* OutRow); + static void GetDataTableRowNames(class UDataTable* Table, TArray* OutRowNames); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DataTableFunctionLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DataTableFunctionLibrary") + } + static class UDataTableFunctionLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDataTableFunctionLibrary; + +// Class Engine.Player +// 0x0020 (0x0048 - 0x0028) +class UPlayer : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerController* PlayerController; // 0x0030(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CurrentNetSpeed; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ConfiguredInternetSpeed; // 0x003C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ConfiguredLanSpeed; // 0x0040(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Player") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Player") + } + static class UPlayer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlayer; + +// Class Engine.NetConnection +// 0x1B60 (0x1BA8 - 0x0048) +class UNetConnection : public UPlayer +{ +public: + TArray Children; // 0x0048(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + class UNetDriver* Driver; // 0x0058(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf PackageMapClass; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPackageMap* PackageMap; // 0x0068(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OpenChannels; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray SentTemporaries; // 0x0080(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class AActor* ViewTarget; // 0x0090(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* OwningActor; // 0x0098(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxPacket; // 0x00A0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 InternalAck : 1; // 0x00A4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A5[0xBB]; // 0x00A5(0x00BB)(Fixing Size After Last Property [ Dumper-7 ]) + struct FUniqueNetIdRepl PlayerId; // 0x0160(0x0028)(HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_188[0x48]; // 0x0188(0x0048)(Fixing Size After Last Property [ Dumper-7 ]) + double LastReceiveTime; // 0x01D0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D8[0x1338]; // 0x01D8(0x1338)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ChannelsToTick; // 0x1510(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_1520[0x688]; // 0x1520(0x0688)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NetConnection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NetConnection") + } + static class UNetConnection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNetConnection; + +// Class Engine.InterpTrack +// 0x0048 (0x0070 - 0x0028) +class UInterpTrack : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SubTracks; // 0x0038(0x0010)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TSubclassOf TrackInstClass; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETrackActiveCondition ActiveCondition; // 0x0050(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString TrackTitle; // 0x0058(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOnePerGroup : 1; // 0x0068(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDirGroupOnly : 1; // 0x0068(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableTrack : 1; // 0x0068(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bIsSelected : 1; // 0x0068(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bIsAnimControlTrack : 1; // 0x0068(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSubTrackOnly : 1; // 0x0068(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisible : 1; // 0x0068(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsRecording : 1; // 0x0068(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_69[0x7]; // 0x0069(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrack") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrack") + } + static class UInterpTrack* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrack; + +// Class Engine.InterpTrackVectorBase +// 0x0020 (0x0090 - 0x0070) +class UInterpTrackVectorBase : public UInterpTrack +{ +public: + struct FInterpCurveVector VectorTrack; // 0x0070(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CurveTension; // 0x0088(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackVectorBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackVectorBase") + } + static class UInterpTrackVectorBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackVectorBase; + +// Class Engine.InterpTrackSound +// 0x0018 (0x00A8 - 0x0090) +class UInterpTrackSound final : public UInterpTrackVectorBase +{ +public: + TArray Sounds; // 0x0090(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bPlayOnReverse : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bContinueSoundOnMatineeEnd : 1; // 0x00A0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSuppressSubtitles : 1; // 0x00A0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTreatAsDialogue : 1; // 0x00A0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAttach : 1; // 0x00A0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x7]; // 0x00A1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackSound") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackSound") + } + static class UInterpTrackSound* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackSound; + +// Class Engine.ParticleSystemReplay +// 0x0018 (0x0040 - 0x0028) +class UParticleSystemReplay final : public UObject +{ +public: + int32 ClipIDNumber; // 0x0028(0x0004)(Edit, ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x14]; // 0x002C(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleSystemReplay") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleSystemReplay") + } + static class UParticleSystemReplay* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleSystemReplay; + +// Class Engine.PlatformInterfaceBase +// 0x0010 (0x0038 - 0x0028) +class UPlatformInterfaceBase : public UObject +{ +public: + TArray AllDelegates; // 0x0028(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlatformInterfaceBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlatformInterfaceBase") + } + static class UPlatformInterfaceBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlatformInterfaceBase; + +// Class Engine.HUD +// 0x00F0 (0x0318 - 0x0228) +class AHUD : public AActor +{ +public: + class APlayerController* PlayerOwner; // 0x0228(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLostFocusPaused : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowHUD : 1; // 0x0230(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowDebugInfo : 1; // 0x0230(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x3]; // 0x0231(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 CurrentTargetIndex; // 0x0234(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShowHitBoxDebugInfo : 1; // 0x0238(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowOverlays : 1; // 0x0238(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableDebugTextShadow : 1; // 0x0238(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_239[0x7]; // 0x0239(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PostRenderedActors; // 0x0240(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_250[0x8]; // 0x0250(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray DebugDisplay; // 0x0258(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray ToggledDebugCategories; // 0x0268(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + class UCanvas* Canvas; // 0x0278(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UCanvas* DebugCanvas; // 0x0280(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray DebugTextList; // 0x0288(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TSubclassOf ShowDebugTargetDesiredClass; // 0x0298(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class AActor* ShowDebugTargetActor; // 0x02A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_2A8[0x70]; // 0x02A8(0x0070)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddDebugText(const class FString& DebugText, class AActor* SrcActor, float Duration, const struct FVector& Offset, const struct FVector& DesiredOffset, const struct FColor& TextColor, bool bSkipOverwriteCheck, bool bAbsoluteLocation, bool bKeepAttachedToActor, class UFont* InFont, float FontScale, bool bDrawShadow); + void AddHitBox(const struct FVector2D& Position, const struct FVector2D& Size, class FName InName, bool bConsumesInput, int32 Priority); + void DrawLine(float StartScreenX, float StartScreenY, float EndScreenX, float EndScreenY, const struct FLinearColor& LineColor, float LineThickness); + void DrawMaterial(class UMaterialInterface* Material, float ScreenX, float ScreenY, float ScreenW, float ScreenH, float MaterialU, float MaterialV, float MaterialUWidth, float MaterialVHeight, float Scale, bool bScalePosition, float Rotation, const struct FVector2D& RotPivot); + void DrawMaterialSimple(class UMaterialInterface* Material, float ScreenX, float ScreenY, float ScreenW, float ScreenH, float Scale, bool bScalePosition); + void DrawMaterialTriangle(class UMaterialInterface* Material, const struct FVector2D& V0_Pos, const struct FVector2D& V1_Pos, const struct FVector2D& V2_Pos, const struct FVector2D& V0_UV, const struct FVector2D& V1_UV, const struct FVector2D& V2_UV, const struct FLinearColor& V0_Color, const struct FLinearColor& V1_Color, const struct FLinearColor& V2_Color); + void DrawRect(const struct FLinearColor& RectColor, float ScreenX, float ScreenY, float ScreenW, float ScreenH); + void DrawText(const class FString& Text, const struct FLinearColor& TextColor, float ScreenX, float ScreenY, class UFont* Font, float Scale, bool bScalePosition); + void DrawTexture(class UTexture* Texture, float ScreenX, float ScreenY, float ScreenW, float ScreenH, float TextureU, float TextureV, float TextureUWidth, float TextureVHeight, const struct FLinearColor& TintColor, EBlendMode BlendMode, float Scale, bool bScalePosition, float Rotation, const struct FVector2D& RotPivot); + void DrawTextureSimple(class UTexture* Texture, float ScreenX, float ScreenY, float Scale, bool bScalePosition); + void GetActorsInSelectionRectangle(TSubclassOf ClassFilter, const struct FVector2D& FirstPoint, const struct FVector2D& SecondPoint, TArray* OutActors, bool bIncludeNonCollidingComponents, bool bActorMustBeFullyEnclosed); + void NextDebugTarget(); + void PreviousDebugTarget(); + void ReceiveDrawHUD(int32 SizeX, int32 SizeY); + void ReceiveHitBoxBeginCursorOver(const class FName BoxName); + void ReceiveHitBoxClick(const class FName BoxName); + void ReceiveHitBoxEndCursorOver(const class FName BoxName); + void ReceiveHitBoxRelease(const class FName BoxName); + void RemoveAllDebugStrings(); + void RemoveDebugText(class AActor* SrcActor, bool bLeaveDurationText); + void ShowDebug(class FName DebugType); + void ShowDebugForReticleTargetToggle(TSubclassOf DesiredClass); + void ShowDebugToggleSubCategory(class FName Category); + void ShowHUD(); + + void Deproject(float ScreenX, float ScreenY, struct FVector* WorldPosition, struct FVector* WorldDirection) const; + class APawn* GetOwningPawn() const; + class APlayerController* GetOwningPlayerController() const; + void GetTextSize(const class FString& Text, float* OutWidth, float* OutHeight, class UFont* Font, float Scale) const; + struct FVector Project(const struct FVector& Location) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HUD") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HUD") + } + static class AHUD* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AHUD; + +// Class Engine.SoundSubmixBase +// 0x0010 (0x0038 - 0x0028) +class USoundSubmixBase : public UObject +{ +public: + TArray ChildSubmixes; // 0x0028(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundSubmixBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundSubmixBase") + } + static class USoundSubmixBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundSubmixBase; + +// Class Engine.DocumentationActor +// 0x0008 (0x0230 - 0x0228) +class ADocumentationActor final : public AActor +{ +public: + uint8 Pad_228[0x8]; // 0x0228(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DocumentationActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DocumentationActor") + } + static class ADocumentationActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADocumentationActor; + +// Class Engine.BlueprintCore +// 0x0028 (0x0050 - 0x0028) +class UBlueprintCore : public UObject +{ +public: + TSubclassOf SkeletonGeneratedClass; // 0x0028(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NonTransactional, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf GeneratedClass; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NonTransactional, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLegacyNeedToPurgeSkelRefs; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid BlueprintGuid; // 0x003C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintCore") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintCore") + } + static class UBlueprintCore* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintCore; + +// Class Engine.Character +// 0x0238 (0x04C0 - 0x0288) +#pragma pack(push, 0x1) +class alignas(0x10) ACharacter : public APawn +{ +public: + class USkeletalMeshComponent* Mesh; // 0x0288(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UCharacterMovementComponent* CharacterMovement; // 0x0290(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UCapsuleComponent* CapsuleComponent; // 0x0298(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FBasedMovementInfo BasedMovement; // 0x02A0(0x0030)(NoDestructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected) + struct FBasedMovementInfo ReplicatedBasedMovement; // 0x02D0(0x0030)(Net, RepNotify, NoDestructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected) + float AnimRootMotionTranslationScale; // 0x0300(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector BaseTranslationOffset; // 0x0304(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FQuat BaseRotationOffset; // 0x0310(0x0010)(IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected) + float ReplicatedServerLastTransformUpdateTimeStamp; // 0x0320(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float ReplayLastTransformUpdateTimeStamp; // 0x0324(0x0004)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 ReplicatedMovementMode; // 0x0328(0x0001)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bInBaseReplication; // 0x0329(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_32A[0x2]; // 0x032A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float CrouchedEyeHeight; // 0x032C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsCrouched : 1; // 0x0330(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bProxyIsJumpForceApplied : 1; // 0x0330(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Net, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPressedJump : 1; // 0x0330(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClientUpdating : 1; // 0x0330(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClientWasFalling : 1; // 0x0330(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClientResimulateRootMotion : 1; // 0x0330(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClientResimulateRootMotionSources : 1; // 0x0330(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSimGravityDisabled : 1; // 0x0330(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClientCheckEncroachmentOnNetUpdate : 1; // 0x0331(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bServerMoveIgnoreRootMotion : 1; // 0x0331(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWasJumping : 1; // 0x0331(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, Transient, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_332[0x2]; // 0x0332(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float JumpKeyHoldTime; // 0x0334(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, Transient, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float JumpForceTimeRemaining; // 0x0338(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, Transient, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ProxyJumpForceStartedTime; // 0x033C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, Transient, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float JumpMaxHoldTime; // 0x0340(0x0004)(Edit, BlueprintVisible, Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JumpMaxCount; // 0x0344(0x0004)(Edit, BlueprintVisible, Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JumpCurrentCount; // 0x0348(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JumpCurrentCountPreJump; // 0x034C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_350[0x8]; // 0x0350(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnReachedJumpApex; // 0x0358(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_368[0x10]; // 0x0368(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate MovementModeChangedDelegate; // 0x0378(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnCharacterMovementUpdated; // 0x0388(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + struct FRootMotionSourceGroup SavedRootMotion; // 0x0398(0x0038)(Transient, NativeAccessSpecifierPublic) + struct FRootMotionMovementParams ClientRootMotionParams; // 0x03D0(0x0040)(Transient, NoDestructor, NativeAccessSpecifierPublic) + TArray RootMotionRepMoves; // 0x0410(0x0010)(ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRepRootMotionMontage RepRootMotion; // 0x0420(0x0098)(Net, RepNotify, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + void CacheInitialMeshOffset(const struct FVector& MeshRelativeLocation, const struct FRotator& MeshRelativeRotation); + void ClientAckGoodMove(float Timestamp); + void ClientAdjustPosition(float Timestamp, const struct FVector& NewLoc, const struct FVector& NewVel, class UPrimitiveComponent* NewBase, class FName NewBaseBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode); + void ClientAdjustRootMotionPosition(float Timestamp, float ServerMontageTrackPosition, const struct FVector& ServerLoc, const struct FVector_NetQuantizeNormal& ServerRotation, float ServerVelZ, class UPrimitiveComponent* ServerBase, class FName ServerBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode); + void ClientAdjustRootMotionSourcePosition(float Timestamp, const struct FRootMotionSourceGroup& ServerRootMotion, bool bHasAnimRootMotion, float ServerMontageTrackPosition, const struct FVector& ServerLoc, const struct FVector_NetQuantizeNormal& ServerRotation, float ServerVelZ, class UPrimitiveComponent* ServerBase, class FName ServerBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode); + void ClientCheatFly(); + void ClientCheatGhost(); + void ClientCheatWalk(); + void ClientMoveResponsePacked(const struct FCharacterMoveResponsePackedBits& PackedBits); + void ClientVeryShortAdjustPosition(float Timestamp, const struct FVector& NewLoc, class UPrimitiveComponent* NewBase, class FName NewBaseBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode); + void Crouch(bool bClientSimulation); + void Jump(); + void K2_OnEndCrouch(float HalfHeightAdjust, float ScaledHalfHeightAdjust); + void K2_OnMovementModeChanged(EMovementMode PrevMovementMode, EMovementMode NewMovementMode, uint8 PrevCustomMode, uint8 NewCustomMode); + void K2_OnStartCrouch(float HalfHeightAdjust, float ScaledHalfHeightAdjust); + void K2_UpdateCustomMovement(float DeltaTime); + void LaunchCharacter(const struct FVector& LaunchVelocity, bool bXYOverride, bool bZOverride); + void OnJumped(); + void OnLanded(const struct FHitResult& Hit); + void OnLaunched(const struct FVector& LaunchVelocity, bool bXYOverride, bool bZOverride); + void OnRep_IsCrouched(); + void OnRep_ReplayLastTransformUpdateTimeStamp(); + void OnRep_ReplicatedBasedMovement(); + void OnRep_RootMotion(); + void OnWalkingOffLedge(const struct FVector& PreviousFloorImpactNormal, const struct FVector& PreviousFloorContactNormal, const struct FVector& PreviousLocation, float TimeDelta); + float PlayAnimMontage(class UAnimMontage* AnimMontage, float InPlayRate, class FName StartSectionName); + void RootMotionDebugClientPrintOnScreen(const class FString& inString); + void ServerMove(float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 CompressedMoveFlags, uint8 ClientRoll, uint32 View, class UPrimitiveComponent* ClientMovementBase, class FName ClientBaseBoneName, uint8 ClientMovementMode); + void ServerMoveDual(float TimeStamp0, const struct FVector_NetQuantize10& InAccel0, uint8 PendingFlags, uint32 View0, float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 NewFlags, uint8 ClientRoll, uint32 View, class UPrimitiveComponent* ClientMovementBase, class FName ClientBaseBoneName, uint8 ClientMovementMode); + void ServerMoveDualHybridRootMotion(float TimeStamp0, const struct FVector_NetQuantize10& InAccel0, uint8 PendingFlags, uint32 View0, float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 NewFlags, uint8 ClientRoll, uint32 View, class UPrimitiveComponent* ClientMovementBase, class FName ClientBaseBoneName, uint8 ClientMovementMode); + void ServerMoveDualNoBase(float TimeStamp0, const struct FVector_NetQuantize10& InAccel0, uint8 PendingFlags, uint32 View0, float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 NewFlags, uint8 ClientRoll, uint32 View, uint8 ClientMovementMode); + void ServerMoveNoBase(float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 CompressedMoveFlags, uint8 ClientRoll, uint32 View, uint8 ClientMovementMode); + void ServerMoveOld(float OldTimeStamp, const struct FVector_NetQuantize10& OldAccel, uint8 OldMoveFlags); + void ServerMovePacked(const struct FCharacterServerMovePackedBits& PackedBits); + void StopAnimMontage(class UAnimMontage* AnimMontage); + void StopJumping(); + void UnCrouch(bool bClientSimulation); + + bool CanCrouch() const; + bool CanJump() const; + bool CanJumpInternal() const; + float GetAnimRootMotionTranslationScale() const; + struct FRotator GetBaseRotationOffsetRotator() const; + struct FVector GetBaseTranslationOffset() const; + class UAnimMontage* GetCurrentMontage() const; + bool HasAnyRootMotion() const; + bool IsJumpProvidingForce() const; + bool IsPlayingNetworkedRootMotionMontage() const; + bool IsPlayingRootMotion() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Character") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Character") + } + static class ACharacter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_ACharacter; + +// Class Engine.MaterialExpressionAtmosphericLightVector +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionAtmosphericLightVector final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAtmosphericLightVector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAtmosphericLightVector") + } + static class UMaterialExpressionAtmosphericLightVector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector; + +// Class Engine.DynamicBlueprintBinding +// 0x0000 (0x0028 - 0x0028) +class UDynamicBlueprintBinding : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DynamicBlueprintBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DynamicBlueprintBinding") + } + static class UDynamicBlueprintBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDynamicBlueprintBinding; + +// Class Engine.InputDelegateBinding +// 0x0000 (0x0028 - 0x0028) +class UInputDelegateBinding : public UDynamicBlueprintBinding +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputDelegateBinding") + } + static class UInputDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputDelegateBinding; + +// Class Engine.InputAxisDelegateBinding +// 0x0010 (0x0038 - 0x0028) +class UInputAxisDelegateBinding final : public UInputDelegateBinding +{ +public: + TArray InputAxisDelegateBindings; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputAxisDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputAxisDelegateBinding") + } + static class UInputAxisDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputAxisDelegateBinding; + +// Class Engine.ReflectionCapture +// 0x0008 (0x0230 - 0x0228) +class AReflectionCapture : public AActor +{ +public: + class UReflectionCaptureComponent* CaptureComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReflectionCapture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReflectionCapture") + } + static class AReflectionCapture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AReflectionCapture; + +// Class Engine.BoxReflectionCapture +// 0x0000 (0x0230 - 0x0230) +class ABoxReflectionCapture final : public AReflectionCapture +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoxReflectionCapture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoxReflectionCapture") + } + static class ABoxReflectionCapture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ABoxReflectionCapture; + +// Class Engine.Info +// 0x0000 (0x0228 - 0x0228) +class AInfo : public AActor +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Info") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Info") + } + static class AInfo* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AInfo; + +// Class Engine.ParticleModuleAccelerationBase +// 0x0008 (0x0038 - 0x0030) +class UParticleModuleAccelerationBase : public UParticleModule +{ +public: + uint8 bAlwaysInWorldSpace : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAccelerationBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAccelerationBase") + } + static class UParticleModuleAccelerationBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAccelerationBase; + +// Class Engine.Blueprint +// 0x0050 (0x00A0 - 0x0050) +class UBlueprint : public UBlueprintCore +{ +public: + TSubclassOf ParentClass; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBlueprintType BlueprintType; // 0x0058(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRecompileOnLoad : 1; // 0x0059(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasBeenRegenerated : 1; // 0x0059(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsRegeneratingOnLoad : 1; // 0x0059(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5A[0x2]; // 0x005A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 BlueprintSystemVersion; // 0x005C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USimpleConstructionScript* SimpleConstructionScript; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ComponentTemplates; // 0x0068(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray Timelines; // 0x0078(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ComponentClassOverrides; // 0x0088(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class UInheritableComponentHandler* InheritableComponentHandler; // 0x0098(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Blueprint") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Blueprint") + } + static class UBlueprint* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprint; + +// Class Engine.ReporterBase +// 0x0008 (0x0030 - 0x0028) +class UReporterBase : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReporterBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReporterBase") + } + static class UReporterBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReporterBase; + +// Class Engine.ReporterGraph +// 0x0078 (0x00A8 - 0x0030) +class UReporterGraph final : public UReporterBase +{ +public: + uint8 Pad_30[0x78]; // 0x0030(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReporterGraph") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReporterGraph") + } + static class UReporterGraph* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReporterGraph; + +// Class Engine.MaterialExpressionGIReplace +// 0x0040 (0x0080 - 0x0040) +class UMaterialExpressionGIReplace final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput StaticIndirect; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput DynamicIndirect; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionGIReplace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionGIReplace") + } + static class UMaterialExpressionGIReplace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionGIReplace; + +// Class Engine.AudioComponent +// 0x0660 (0x0860 - 0x0200) +class UAudioComponent : public USceneComponent +{ +public: + class USoundBase* Sound; // 0x01F8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray InstanceParameters; // 0x0200(0x0010)(Edit, BlueprintVisible, ZeroConstructor, AdvancedDisplay, NativeAccessSpecifierPublic) + class USoundClass* SoundClassOverride; // 0x0210(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAutoDestroy : 1; // 0x0218(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStopWhenOwnerDestroyed : 1; // 0x0218(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldRemainActiveIfDropped : 1; // 0x0218(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowSpatialization : 1; // 0x0218(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideAttenuation : 1; // 0x0218(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideSubtitlePriority : 1; // 0x0218(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsUISound : 1; // 0x0218(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableLowPassFilter : 1; // 0x0218(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverridePriority : 1; // 0x0219(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSuppressSubtitles : 1; // 0x0219(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_219_2 : 6; // 0x0219(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 BitPad_21A_0 : 4; // 0x021A(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bAutoManageAttachment : 1; // 0x021A(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_21B[0x5]; // 0x021B(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + class FName AudioComponentUserID; // 0x0220(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchModulationMin; // 0x0228(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchModulationMax; // 0x022C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeModulationMin; // 0x0230(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeModulationMax; // 0x0234(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0238(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EnvelopeFollowerAttackTime; // 0x023C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EnvelopeFollowerReleaseTime; // 0x0240(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Priority; // 0x0244(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubtitlePriority; // 0x0248(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24C[0x4]; // 0x024C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundEffectSourcePresetChain* SourceEffectChain; // 0x0250(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0258(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LowPassFilterFrequency; // 0x025C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_260[0x8]; // 0x0260(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundAttenuation* AttenuationSettings; // 0x0268(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoundAttenuationSettings AttenuationOverrides; // 0x0270(0x03A0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + class USoundConcurrency* ConcurrencySettings; // 0x0610(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSet ConcurrencySet; // 0x0618(0x0050)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + uint8 Pad_668[0xC]; // 0x0668(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + EAttachmentRule AutoAttachLocationRule; // 0x0674(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule AutoAttachRotationRule; // 0x0675(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule AutoAttachScaleRule; // 0x0676(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_677[0x1]; // 0x0677(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoundModulationDefaultRoutingSettings ModulationRouting; // 0x0678(0x0048)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnAudioPlayStateChanged; // 0x06C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_6D0[0x18]; // 0x06D0(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAudioVirtualizationChanged; // 0x06E8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_6F8[0x18]; // 0x06F8(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAudioFinished; // 0x0710(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_720[0x18]; // 0x0720(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAudioPlaybackPercent; // 0x0738(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_748[0x18]; // 0x0748(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAudioSingleEnvelopeValue; // 0x0760(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_770[0x18]; // 0x0770(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAudioMultiEnvelopeValue; // 0x0788(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_798[0x18]; // 0x0798(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TDelegate& Subtitles, float CueDuration)> OnQueueSubtitles; // 0x07B0(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, NativeAccessSpecifierPublic) + TWeakObjectPtr AutoAttachParent; // 0x07C0(0x0008)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, DisableEditOnTemplate, EditConst, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AutoAttachSocketName; // 0x07C8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7D0[0x90]; // 0x07D0(0x0090)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AdjustAttenuation(const struct FSoundAttenuationSettings& InAttenuationSettings); + void AdjustVolume(float AdjustVolumeDuration, float AdjustVolumeLevel, const EAudioFaderCurve FadeCurve); + bool BP_GetAttenuationSettingsToApply(struct FSoundAttenuationSettings* OutAttenuationSettings); + void FadeIn(float FadeInDuration, float FadeVolumeLevel, float StartTime, const EAudioFaderCurve FadeCurve); + void FadeOut(float FadeOutDuration, float FadeVolumeLevel, const EAudioFaderCurve FadeCurve); + bool GetCookedEnvelopeData(float* OutEnvelopeData); + bool GetCookedEnvelopeDataForAllPlayingSounds(TArray* OutEnvelopeData); + bool GetCookedFFTData(const TArray& FrequenciesToGet, TArray* OutSoundWaveSpectralData); + bool GetCookedFFTDataForAllPlayingSounds(TArray* OutSoundWaveSpectralData); + void Play(float StartTime); + void PlayQuantized(const class UObject* WorldContextObject, class UQuartzClockHandle*& InClockHandle, struct FQuartzQuantizationBoundary& InQuantizationBoundary, const TDelegate& InDelegate, float InStartTime, float InFadeInDuration, float InFadeVolumeLevel, EAudioFaderCurve InFadeCurve); + void SetAudioBusSendPostEffect(class UAudioBus* AudioBus, float AudioBusSendLevel); + void SetAudioBusSendPreEffect(class UAudioBus* AudioBus, float AudioBusSendLevel); + void SetBoolParameter(class FName InName, bool InBool); + void SetFloatParameter(class FName InName, float InFloat); + void SetIntParameter(class FName InName, int32 inInt); + void SetLowPassFilterEnabled(bool InLowPassFilterEnabled); + void SetLowPassFilterFrequency(float InLowPassFilterFrequency); + void SetOutputToBusOnly(bool bInOutputToBusOnly); + void SetPaused(bool bPause); + void SetPitchMultiplier(float NewPitchMultiplier); + void SetSound(class USoundBase* NewSound); + void SetSourceBusSendPostEffect(class USoundSourceBus* SoundSourceBus, float SourceBusSendLevel); + void SetSourceBusSendPreEffect(class USoundSourceBus* SoundSourceBus, float SourceBusSendLevel); + void SetSubmixSend(class USoundSubmixBase* Submix, float SendLevel); + void SetUISound(bool bInUISound); + void SetVolumeMultiplier(float NewVolumeMultiplier); + void SetWaveParameter(class FName InName, class USoundWave* InWave); + void Stop(); + void StopDelayed(float DelayTime); + + EAudioComponentPlayState GetPlayState() const; + bool HasCookedAmplitudeEnvelopeData() const; + bool HasCookedFFTData() const; + bool IsPlaying() const; + bool IsVirtualized() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AudioComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AudioComponent") + } + static class UAudioComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAudioComponent; + +// Class Engine.TextureRenderTarget +// 0x0000 (0x0180 - 0x0180) +class UTextureRenderTarget : public UTexture +{ +public: + float TargetGamma; // 0x0178(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_17C[0x4]; // 0x017C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureRenderTarget") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureRenderTarget") + } + static class UTextureRenderTarget* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureRenderTarget; + +// Class Engine.Subsystem +// 0x0008 (0x0030 - 0x0028) +class USubsystem : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Subsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Subsystem") + } + static class USubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USubsystem; + +// Class Engine.GameInstanceSubsystem +// 0x0000 (0x0030 - 0x0030) +class UGameInstanceSubsystem : public USubsystem +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameInstanceSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameInstanceSubsystem") + } + static class UGameInstanceSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGameInstanceSubsystem; + +// Class Engine.MaterialExpressionCustomOutput +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionCustomOutput : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCustomOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCustomOutput") + } + static class UMaterialExpressionCustomOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCustomOutput; + +// Class Engine.InterpTrackInst +// 0x0000 (0x0028 - 0x0028) +class UInterpTrackInst : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInst") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInst") + } + static class UInterpTrackInst* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInst; + +// Class Engine.InterpTrackInstProperty +// 0x0028 (0x0050 - 0x0028) +class UInterpTrackInstProperty : public UInterpTrackInst +{ +public: + TFieldPath InterpProperty; // 0x0028(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* PropertyOuterObjectInst; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstProperty") + } + static class UInterpTrackInstProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstProperty; + +// Class Engine.InterpTrackInstVectorProp +// 0x0018 (0x0068 - 0x0050) +class UInterpTrackInstVectorProp final : public UInterpTrackInstProperty +{ +public: + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ResetVector; // 0x0058(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstVectorProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstVectorProp") + } + static class UInterpTrackInstVectorProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstVectorProp; + +// Class Engine.FXSystemAsset +// 0x0008 (0x0030 - 0x0028) +class UFXSystemAsset : public UObject +{ +public: + uint32 MaxPoolSize; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 PoolPrimeSize; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FXSystemAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FXSystemAsset") + } + static class UFXSystemAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFXSystemAsset; + +// Class Engine.DynamicSubsystem +// 0x0000 (0x0030 - 0x0030) +class UDynamicSubsystem : public USubsystem +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DynamicSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DynamicSubsystem") + } + static class UDynamicSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDynamicSubsystem; + +// Class Engine.WindDirectionalSource +// 0x0008 (0x0230 - 0x0228) +class AWindDirectionalSource final : public AInfo +{ +public: + class UWindDirectionalSourceComponent* Component; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("WindDirectionalSource") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"WindDirectionalSource") + } + static class AWindDirectionalSource* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AWindDirectionalSource; + +// Class Engine.InterpFilter +// 0x0010 (0x0038 - 0x0028) +class UInterpFilter : public UObject +{ +public: + class FString Caption; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpFilter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpFilter") + } + static class UInterpFilter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpFilter; + +// Class Engine.ParticleModuleLifetimeBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleLifetimeBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLifetimeBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLifetimeBase") + } + static class UParticleModuleLifetimeBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLifetimeBase; + +// Class Engine.ParticleModuleLifetime +// 0x0030 (0x0060 - 0x0030) +class UParticleModuleLifetime : public UParticleModuleLifetimeBase +{ +public: + struct FRawDistributionFloat Lifetime; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLifetime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLifetime") + } + static class UParticleModuleLifetime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLifetime; + +// Class Engine.ParticleModuleLifetime_Seeded +// 0x0020 (0x0080 - 0x0060) +class UParticleModuleLifetime_Seeded final : public UParticleModuleLifetime +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0060(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLifetime_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLifetime_Seeded") + } + static class UParticleModuleLifetime_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLifetime_Seeded; + +// Class Engine.AnimNotify +// 0x0010 (0x0038 - 0x0028) +class UAnimNotify : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class FString GetNotifyName() const; + bool Received_Notify(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify") + } + static class UAnimNotify* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify; + +// Class Engine.MaterialExpressionSobol +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionSobol final : public UMaterialExpression +{ +public: + struct FExpressionInput Cell; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Index_0; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Seed; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint32 ConstIndex; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ConstSeed; // 0x0080(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSobol") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSobol") + } + static class UMaterialExpressionSobol* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSobol; + +// Class Engine.EngineSubsystem +// 0x0000 (0x0030 - 0x0030) +class UEngineSubsystem : public UDynamicSubsystem +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EngineSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EngineSubsystem") + } + static class UEngineSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngineSubsystem; + +// Class Engine.CameraShakePattern +// 0x0000 (0x0028 - 0x0028) +class UCameraShakePattern : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraShakePattern") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraShakePattern") + } + static class UCameraShakePattern* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraShakePattern; + +// Class Engine.TextureRenderTarget2D +// 0x0030 (0x01B0 - 0x0180) +#pragma pack(push, 0x1) +class alignas(0x10) UTextureRenderTarget2D : public UTextureRenderTarget +{ +public: + int32 SizeX; // 0x0180(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0184(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ClearColor; // 0x0188(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressX; // 0x0198(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressY; // 0x0199(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bForceLinearGamma : 1; // 0x019A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHDR : 1; // 0x019A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGPUSharedFlag : 1; // 0x019A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ETextureRenderTargetFormat RenderTargetFormat; // 0x019B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAutoGenerateMips : 1; // 0x019C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ETextureFilter MipsSamplerFilter; // 0x019D(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress MipsAddressU; // 0x019E(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress MipsAddressV; // 0x019F(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPixelFormat OverrideFormat; // 0x01A0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A1[0x7]; // 0x01A1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureRenderTarget2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureRenderTarget2D") + } + static class UTextureRenderTarget2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UTextureRenderTarget2D; + +// Class Engine.CanvasRenderTarget2D +// 0x0020 (0x01D0 - 0x01B0) +class UCanvasRenderTarget2D final : public UTextureRenderTarget2D +{ +public: + TMulticastInlineDelegate OnCanvasRenderTargetUpdate; // 0x01A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TWeakObjectPtr World; // 0x01B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bShouldClearRenderTargetOnReceiveUpdate; // 0x01C0(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_1C1[0xF]; // 0x01C1(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UCanvasRenderTarget2D* CreateCanvasRenderTarget2D(class UObject* WorldContextObject, TSubclassOf CanvasRenderTarget2DClass, int32 Width, int32 Height); + + void GetSize(int32* Width, int32* Height); + void ReceiveUpdate(class UCanvas* Canvas, int32 Width, int32 Height); + void UpdateResource(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CanvasRenderTarget2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CanvasRenderTarget2D") + } + static class UCanvasRenderTarget2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCanvasRenderTarget2D; + +// Class Engine.MaterialExpressionStaticSwitch +// 0x0040 (0x0080 - 0x0040) +class UMaterialExpressionStaticSwitch final : public UMaterialExpression +{ +public: + uint8 DefaultValue : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FExpressionInput A; // 0x0044(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0058(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Value; // 0x006C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionStaticSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionStaticSwitch") + } + static class UMaterialExpressionStaticSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch; + +// Class Engine.MaterialExpressionTextureBase +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionTextureBase : public UMaterialExpression +{ +public: + class UTexture* Texture; // 0x0040(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureBase") + } + static class UMaterialExpressionTextureBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureBase; + +// Class Engine.MaterialExpressionTextureSample +// 0x0018 (0x0060 - 0x0048) +class UMaterialExpressionTextureSample : public UMaterialExpressionTextureBase +{ +public: + struct FExpressionInput Coordinates; // 0x0048(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSample") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSample") + } + static class UMaterialExpressionTextureSample* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSample; + +// Class Engine.MaterialExpressionTextureSampleParameter +// 0x0020 (0x0080 - 0x0060) +class UMaterialExpressionTextureSampleParameter : public UMaterialExpressionTextureSample +{ +public: + class FName ParameterName; // 0x0060(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0068(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Group; // 0x0078(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSampleParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSampleParameter") + } + static class UMaterialExpressionTextureSampleParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter; + +// Class Engine.MaterialExpressionArctangent2Fast +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionArctangent2Fast final : public UMaterialExpression +{ +public: + struct FExpressionInput Y; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput X; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArctangent2Fast") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArctangent2Fast") + } + static class UMaterialExpressionArctangent2Fast* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast; + +// Class Engine.ParticleModuleRotationBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleRotationBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotationBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotationBase") + } + static class UParticleModuleRotationBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotationBase; + +// Class Engine.ParticleModuleRotation +// 0x0030 (0x0060 - 0x0030) +class UParticleModuleRotation : public UParticleModuleRotationBase +{ +public: + struct FRawDistributionFloat StartRotation; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotation") + } + static class UParticleModuleRotation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotation; + +// Class Engine.FXSystemComponent +// 0x0000 (0x0450 - 0x0450) +class UFXSystemComponent : public UPrimitiveComponent +{ +public: + void ReleaseToPool(); + void SetActorParameter(class FName ParameterName, class AActor* Param); + void SetAutoAttachmentParameters(class USceneComponent* Parent, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule); + void SetBoolParameter(class FName ParameterName, bool Param); + void SetColorParameter(class FName ParameterName, const struct FLinearColor& Param); + void SetEmitterEnable(class FName EmitterName, bool bNewEnableState); + void SetFloatParameter(class FName ParameterName, float Param); + void SetIntParameter(class FName ParameterName, int32 Param); + void SetUseAutoManageAttachment(bool bAutoManage); + void SetVectorParameter(class FName ParameterName, const struct FVector& Param); + + class UFXSystemAsset* GetFXSystemAsset() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FXSystemComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FXSystemComponent") + } + static class UFXSystemComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFXSystemComponent; + +// Class Engine.SkeletalMesh +// 0x0348 (0x03A8 - 0x0060) +class USkeletalMesh final : public UStreamableRenderAsset +{ +public: + uint8 Pad_60[0x20]; // 0x0060(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeleton* Skeleton; // 0x0080(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBoxSphereBounds ImportedBounds; // 0x0088(0x001C)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, NativeAccessSpecifierPrivate) + struct FBoxSphereBounds ExtendedBounds; // 0x00A4(0x001C)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, NativeAccessSpecifierPrivate) + struct FVector PositiveBoundsExtension; // 0x00C0(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector NegativeBoundsExtension; // 0x00CC(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray Materials; // 0x00D8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray SkelMirrorTable; // 0x00E8(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray LODInfo; // 0x00F8(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_108[0x50]; // 0x0108(0x0050)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPerPlatformInt MinLOD; // 0x0158(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FPerPlatformBool DisableBelowMinLodStripping; // 0x015C(0x0001)(Edit, NoDestructor, NativeAccessSpecifierPublic) + EAxis SkelMirrorAxis; // 0x015D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAxis SkelMirrorFlipAxis; // 0x015E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseFullPrecisionUVs : 1; // 0x015F(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseHighPrecisionTangentBasis : 1; // 0x015F(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasBeenSimplified : 1; // 0x015F(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasVertexColors : 1; // 0x015F(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_15F_4 : 1; // 0x015F(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bEnablePerPolyCollision : 1; // 0x015F(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + class UBodySetup* BodySetup; // 0x0160(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicsAsset* PhysicsAsset; // 0x0168(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicsAsset* ShadowPhysicsAsset; // 0x0170(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxShadowCascade; // 0x0178(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_17C[0x4]; // 0x017C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray NodeMappingData; // 0x0180(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bSupportRayTracing : 1; // 0x0190(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_191[0x7]; // 0x0191(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MorphTargets; // 0x0198(0x0010)(BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_1A8[0x178]; // 0x01A8(0x0178)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf PostProcessAnimBlueprint; // 0x0320(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray MeshClothingAssets; // 0x0328(0x0010)(Edit, BlueprintVisible, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + struct FSkeletalMeshSamplingInfo SamplingInfo; // 0x0338(0x0030)(Edit, Protected, NativeAccessSpecifierProtected) + TArray AssetUserData; // 0x0368(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + TArray Sockets; // 0x0378(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_388[0x10]; // 0x0388(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SkinWeightProfiles; // 0x0398(0x0010)(Edit, EditFixedSize, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + +public: + void SetDefaultAnimatingRig(TSoftObjectPtr InAnimatingRig); + void SetLODSettings(class USkeletalMeshLODSettings* InLODSettings); + void SetMaterials(const TArray& InMaterials); + void SetMeshClothingAssets(const TArray& InMeshClothingAssets); + void SetMorphTargets(const TArray& InMorphTargets); + + class USkeletalMeshSocket* FindSocket(class FName InSocketName) const; + class USkeletalMeshSocket* FindSocketAndIndex(class FName InSocketName, int32* OutIndex) const; + class USkeletalMeshSocket* FindSocketInfo(class FName InSocketName, struct FTransform* OutTransform, int32* OutBoneIndex, int32* OutIndex) const; + struct FBoxSphereBounds GetBounds() const; + TSoftObjectPtr GetDefaultAnimatingRig() const; + struct FBoxSphereBounds GetImportedBounds() const; + const class USkeletalMeshLODSettings* GetLODSettings() const; + const TArray GetMaterials() const; + const TArray GetMeshClothingAssets() const; + const TArray GetMorphTargets() const; + class UNodeMappingContainer* GetNodeMappingContainer(class UBlueprint* SourceAsset) const; + const TArray GetNodeMappingData() const; + class UPhysicsAsset* GetPhysicsAsset() const; + class UPhysicsAsset* GetShadowPhysicsAsset() const; + const class USkeleton* GetSkeleton() const; + class USkeletalMeshSocket* GetSocketByIndex(int32 Index_0) const; + bool IsSectionUsingCloth(int32 InSectionIndex, bool bCheckCorrespondingSections) const; + TArray K2_GetAllMorphTargetNames() const; + int32 NumSockets() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMesh") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMesh") + } + static class USkeletalMesh* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalMesh; + +// Class Engine.BlueprintGeneratedClass +// 0x00F8 (0x0328 - 0x0230) +class UBlueprintGeneratedClass : public UClass +{ +public: + int32 NumReplicatedProperties; // 0x0230(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bHasNativizedParent : 1; // 0x0234(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasCookedComponentInstancingData : 1; // 0x0234(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_235[0x3]; // 0x0235(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray DynamicBindingObjects; // 0x0238(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ComponentTemplates; // 0x0248(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray Timelines; // 0x0258(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ComponentClassOverrides; // 0x0268(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class USimpleConstructionScript* SimpleConstructionScript; // 0x0278(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInheritableComponentHandler* InheritableComponentHandler; // 0x0280(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UStructProperty* UberGraphFramePointerProperty; // 0x0288(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_290[0x8]; // 0x0290(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UFunction* UberGraphFunction; // 0x0298(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TMap CookedComponentInstancingData; // 0x02A0(0x0050)(NativeAccessSpecifierPublic) + uint8 Pad_2F0[0x38]; // 0x02F0(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintGeneratedClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintGeneratedClass") + } + static class UBlueprintGeneratedClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintGeneratedClass; + +// Class Engine.LightComponentBase +// 0x0030 (0x0230 - 0x0200) +#pragma pack(push, 0x1) +class alignas(0x10) ULightComponentBase : public USceneComponent +{ +public: + struct FGuid LightGuid; // 0x01F8(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Brightness; // 0x0208(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Intensity; // 0x020C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor LightColor; // 0x0210(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAffectsWorld : 1; // 0x0214(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CastShadows : 1; // 0x0214(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CastStaticShadows : 1; // 0x0214(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CastDynamicShadows : 1; // 0x0214(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectTranslucentLighting : 1; // 0x0214(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTransmission : 1; // 0x0214(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastVolumetricShadow : 1; // 0x0214(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastDeepShadow : 1; // 0x0214(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastRaytracedShadow : 1; // 0x0215(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectReflection : 1; // 0x0215(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectGlobalIllumination : 1; // 0x0215(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_216[0x2]; // 0x0216(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float DeepShadowLayerDistribution; // 0x0218(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IndirectLightingIntensity; // 0x021C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumetricScatteringIntensity; // 0x0220(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SamplesPerPixel; // 0x0224(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + void SetAffectGlobalIllumination(bool bNewValue); + void SetAffectReflection(bool bNewValue); + void SetCastDeepShadow(bool bNewValue); + void SetCastRaytracedShadow(bool bNewValue); + void SetCastShadows(bool bNewValue); + void SetCastVolumetricShadow(bool bNewValue); + void SetSamplesPerPixel(int32 NewValue); + + struct FLinearColor GetLightColor() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightComponentBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightComponentBase") + } + static class ULightComponentBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_ULightComponentBase; + +// Class Engine.AnimBoneCompressionCodec +// 0x0010 (0x0038 - 0x0028) +class UAnimBoneCompressionCodec : public UObject +{ +public: + class FString Description; // 0x0028(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimBoneCompressionCodec") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimBoneCompressionCodec") + } + static class UAnimBoneCompressionCodec* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimBoneCompressionCodec; + +// Class Engine.AnimCompress +// 0x0008 (0x0040 - 0x0038) +class UAnimCompress : public UAnimBoneCompressionCodec +{ +public: + uint8 bNeedsSkeleton : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EAnimationCompressionFormat TranslationCompressionFormat; // 0x003C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimationCompressionFormat RotationCompressionFormat; // 0x003D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimationCompressionFormat ScaleCompressionFormat; // 0x003E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3F[0x1]; // 0x003F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress") + } + static class UAnimCompress* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress; + +// Class Engine.Interface_CollisionDataProvider +// 0x0000 (0x0000 - 0x0000) +class IInterface_CollisionDataProvider final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Interface_CollisionDataProvider") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Interface_CollisionDataProvider") + } + static class IInterface_CollisionDataProvider* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IInterface_CollisionDataProvider; + +// Class Engine.InterpTrackInstFade +// 0x0000 (0x0028 - 0x0028) +class UInterpTrackInstFade final : public UInterpTrackInst +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstFade") + } + static class UInterpTrackInstFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstFade; + +// Class Engine.MaterialExpressionArctangent2 +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionArctangent2 final : public UMaterialExpression +{ +public: + struct FExpressionInput Y; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput X; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArctangent2") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArctangent2") + } + static class UMaterialExpressionArctangent2* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArctangent2; + +// Class Engine.InterpTrackLinearColorBase +// 0x0020 (0x0090 - 0x0070) +class UInterpTrackLinearColorBase : public UInterpTrack +{ +public: + struct FInterpCurveLinearColor LinearColorTrack; // 0x0070(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CurveTension; // 0x0088(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackLinearColorBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackLinearColorBase") + } + static class UInterpTrackLinearColorBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackLinearColorBase; + +// Class Engine.SkeletalMeshComponent +// 0x0840 (0x0EE0 - 0x06A0) +class USkeletalMeshComponent final : public USkinnedMeshComponent +{ +public: + class UClass* AnimBlueprintGeneratedClass; // 0x06A0(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf AnimClass; // 0x06A8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* AnimScriptInstance; // 0x06B0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* PostProcessAnimInstance; // 0x06B8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSingleAnimationPlayData AnimationData; // 0x06C0(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_6D8[0x10]; // 0x06D8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector RootBoneTranslation; // 0x06E8(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineCheckBoundsScale; // 0x06F4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_700[0x30]; // 0x0700(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + TArray LinkedInstances; // 0x0730(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray CachedBoneSpaceTransforms; // 0x0740(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray CachedComponentSpaceTransforms; // 0x0750(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + uint8 Pad_760[0x150]; // 0x0760(0x0150)(Fixing Size After Last Property [ Dumper-7 ]) + float GlobalAnimRateScale; // 0x08B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EKinematicBonesUpdateToPhysics KinematicBonesUpdateType; // 0x08B4(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPhysicsTransformUpdateMode PhysicsTransformUpdateMode; // 0x08B5(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8B6[0x1]; // 0x08B6(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + EAnimationMode AnimationMode; // 0x08B7(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_8B8[0x1]; // 0x08B8(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bDisablePostProcessBlueprint : 1; // 0x08B9(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 BitPad_8B9_1 : 1; // 0x08B9(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bUpdateOverlapsOnAnimationFinalize : 1; // 0x08B9(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_8B9_3 : 1; // 0x08B9(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bHasValidBodies : 1; // 0x08B9(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBlendPhysics : 1; // 0x08B9(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePhysicsOnDedicatedServer : 1; // 0x08B9(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUpdateJointsFromAnimation : 1; // 0x08B9(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableClothSimulation : 1; // 0x08BA(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_8BA_1 : 7; // 0x08BA(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_8BB[0x5]; // 0x08BB(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_8C0_0 : 1; // 0x08C0(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bDisableRigidBodyAnimNode : 1; // 0x08C0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bAllowAnimCurveEvaluation : 1; // 0x08C0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bDisableAnimCurves : 1; // 0x08C0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 BitPad_8C0_4 : 3; // 0x08C0(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bCollideWithEnvironment : 1; // 0x08C0(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCollideWithAttachedChildren : 1; // 0x08C1(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLocalSpaceSimulation : 1; // 0x08C1(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bResetAfterTeleport : 1; // 0x08C1(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_8C1_3 : 1; // 0x08C1(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bDeferKinematicBoneUpdate : 1; // 0x08C1(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNoSkeletonUpdate : 1; // 0x08C1(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPauseAnims : 1; // 0x08C1(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseRefPoseOnInitAnim : 1; // 0x08C1(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePerPolyCollision : 1; // 0x08C2(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceRefpose : 1; // 0x08C2(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlyAllowAutonomousTickPose : 1; // 0x08C2(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsAutonomousTickPose : 1; // 0x08C2(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOldForceRefPose : 1; // 0x08C2(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowPrePhysBones : 1; // 0x08C2(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRequiredBonesUpToDate : 1; // 0x08C2(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAnimTreeInitialised : 1; // 0x08C2(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIncludeComponentLocationIntoBounds : 1; // 0x08C3(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableLineCheckWithBounds : 1; // 0x08C3(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPropagateCurvesToSlaves : 1; // 0x08C3(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSkipKinematicUpdateWhenInterpolating : 1; // 0x08C3(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSkipBoundsUpdateWhenInterpolating : 1; // 0x08C3(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_8C3_5 : 2; // 0x08C3(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bNeedsQueuedAnimEventsDispatched : 1; // 0x08C3(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_8C4[0x2]; // 0x08C4(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint16 CachedAnimCurveUidVersion; // 0x08C6(0x0002)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClothBlendWeight; // 0x08C8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWaitForParallelClothTask; // 0x08CC(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8CD[0x3]; // 0x08CD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray DisallowedAnimCurves; // 0x08D0(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + class UBodySetup* BodySetup; // 0x08E0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8E8[0x8]; // 0x08E8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnConstraintBroken; // 0x08F0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TSubclassOf ClothingSimulationFactory; // 0x0900(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_908[0xD0]; // 0x0908(0x00D0)(Fixing Size After Last Property [ Dumper-7 ]) + float TeleportDistanceThreshold; // 0x09D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float TeleportRotationThreshold; // 0x09DC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_9E0[0x8]; // 0x09E0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 LastPoseTickFrame; // 0x09E8(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_9EC[0x54]; // 0x09EC(0x0054)(Fixing Size After Last Property [ Dumper-7 ]) + class UClothingSimulationInteractor* ClothingInteractor; // 0x0A40(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_A48[0xC8]; // 0x0A48(0x00C8)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAnimInitialized; // 0x0B10(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_B20[0x3A8]; // 0x0B20(0x03A8)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSkeletalMeshSignificanceSettings SignificanceSettings; // 0x0EC8(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_EDC[0x4]; // 0x0EDC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AccumulateAllBodiesBelowPhysicsBlendWeight(const class FName& InBoneName, float AddPhysicsBlendWeight, bool bSkipCustomPhysicsType); + void AddForceToAllBodiesBelow(const struct FVector& Force, class FName BoneName, bool bAccelChange, bool bIncludeSelf); + void AddImpulseToAllBodiesBelow(const struct FVector& Impulse, class FName BoneName, bool bVelChange, bool bIncludeSelf); + void AllowAnimCurveEvaluation(class FName NameOfCurve, bool bAllow); + void BindClothToMasterPoseComponent(); + void BreakConstraint(const struct FVector& Impulse, const struct FVector& HitLocation, class FName InBoneName); + void ClearMorphTargets(); + class FName FindConstraintBoneName(int32 ConstraintIndex); + void ForceClothNextUpdateTeleport(); + void ForceClothNextUpdateTeleportAndReset(); + class UClass* GetAnimClass(); + void GetCurrentJointAngles(class FName InBoneName, float* Swing1Angle, float* TwistAngle, float* Swing2Angle); + bool GetFloatAttribute(const class FName& BoneName, const class FName& AttributeName, float DefaultValue, float* OutValue, ECustomBoneAttributeLookup LookupType); + bool GetFloatAttribute_Ref(const class FName& BoneName, const class FName& AttributeName, float& OutValue, ECustomBoneAttributeLookup LookupType); + bool GetIntegerAttribute(const class FName& BoneName, const class FName& AttributeName, int32 DefaultValue, int32* OutValue, ECustomBoneAttributeLookup LookupType); + bool GetIntegerAttribute_Ref(const class FName& BoneName, const class FName& AttributeName, int32& OutValue, ECustomBoneAttributeLookup LookupType); + bool GetStringAttribute(const class FName& BoneName, const class FName& AttributeName, const class FString& DefaultValue, class FString* OutValue, ECustomBoneAttributeLookup LookupType); + bool GetStringAttribute_Ref(const class FName& BoneName, const class FName& AttributeName, class FString& OutValue, ECustomBoneAttributeLookup LookupType); + bool IsBodyGravityEnabled(class FName BoneName); + void LinkAnimClassLayers(TSubclassOf InClass); + void LinkAnimGraphByTag(class FName InTag, TSubclassOf InClass); + void OverrideAnimationData(class UAnimationAsset* InAnimToPlay, bool bIsLooping, bool bIsPlaying, float Position, float PlayRate); + void Play(bool bLooping); + void PlayAnimation(class UAnimationAsset* NewAnimToPlay, bool bLooping); + void ResetAllBodiesSimulatePhysics(); + void ResetAllowedAnimCurveEvaluation(); + void ResetAnimInstanceDynamics(ETeleportType InTeleportType); + void ResetClothTeleportMode(); + void ResumeClothingSimulation(); + void SetAllBodiesBelowPhysicsBlendWeight(const class FName& InBoneName, float PhysicsBlendWeight, bool bSkipCustomPhysicsType, bool bIncludeSelf); + void SetAllBodiesBelowSimulatePhysics(const class FName& InBoneName, bool bNewSimulate, bool bIncludeSelf); + void SetAllBodiesPhysicsBlendWeight(float PhysicsBlendWeight, bool bSkipCustomPhysicsType); + void SetAllBodiesSimulatePhysics(bool bNewSimulate); + void SetAllMotorsAngularDriveParams(float InSpring, float InDamping, float InForceLimit, bool bSkipCustomPhysicsType); + void SetAllMotorsAngularPositionDrive(bool bEnableSwingDrive, bool bEnableTwistDrive, bool bSkipCustomPhysicsType); + void SetAllMotorsAngularVelocityDrive(bool bEnableSwingDrive, bool bEnableTwistDrive, bool bSkipCustomPhysicsType); + void SetAllowAnimCurveEvaluation(bool bInAllow); + void SetAllowedAnimCurvesEvaluation(const TArray& List, bool bAllow); + void SetAllowRigidBodyAnimNode(bool bInAllow, bool bReinitAnim); + void SetAngularDampingOnAllBodiesBelow(float Damping, class FName BoneName, bool bIncludeSelf); + void SetAngularLimits(class FName InBoneName, float Swing1LimitAngle, float TwistLimitAngle, float Swing2LimitAngle); + void SetAnimation(class UAnimationAsset* NewAnimToPlay); + void SetAnimationMode(EAnimationMode InAnimationMode); + void SetAnimClass(class UClass* NewClass); + void SetBodyNotifyRigidBodyCollision(bool bNewNotifyRigidBodyCollision, class FName BoneName); + void SetClothMaxDistanceScale(float Scale); + void SetConstraintProfile(class FName JointName, class FName ProfileName, bool bDefaultIfNotFound); + void SetConstraintProfileForAll(class FName ProfileName, bool bDefaultIfNotFound); + void SetDampingOnAllBodiesBelow(float LinearDamping, float AngularDamping, class FName BoneName, bool bIncludeSelf); + void SetDisableAnimCurves(bool bInDisableAnimCurves); + void SetDisablePostProcessBlueprint(bool bInDisablePostProcess); + void SetEnableBodyGravity(bool bEnableGravity, class FName BoneName); + void SetEnableGravityOnAllBodiesBelow(bool bEnableGravity, class FName BoneName, bool bIncludeSelf); + void SetEnablePhysicsBlending(bool bNewBlendPhysics); + void SetLinearDampingOnAllBodiesBelow(float Damping, class FName BoneName, bool bIncludeSelf); + void SetMorphTarget(class FName MorphTargetName, float Value, bool bRemoveZeroWeight); + void SetNotifyRigidBodyCollisionBelow(bool bNewNotifyRigidBodyCollision, class FName BoneName, bool bIncludeSelf); + void SetPhysicsBlendWeight(float PhysicsBlendWeight); + void SetPlayRate(float Rate); + void SetPosition(float InPos, bool bFireNotifies); + void SetTeleportDistanceThreshold(float Threshold); + void SetTeleportRotationThreshold(float Threshold); + void SetUpdateAnimationInEditor(const bool NewUpdateState); + void SetUpdateClothInEditor(const bool NewUpdateState); + void SnapshotPose(struct FPoseSnapshot& Snapshot); + void Stop(); + void SuspendClothingSimulation(); + void TermBodiesBelow(class FName ParentBoneName); + void ToggleDisablePostProcessBlueprint(); + void UnbindClothFromMasterPoseComponent(bool bRestoreSimulationSpace); + void UnlinkAnimClassLayers(TSubclassOf InClass); + + bool GetAllowedAnimCurveEvaluate() const; + bool GetAllowRigidBodyAnimNode() const; + EAnimationMode GetAnimationMode() const; + class UAnimInstance* GetAnimInstance() const; + float GetBoneMass(class FName BoneName, bool bScaleMass) const; + class UClothingSimulationInteractor* GetClothingSimulationInteractor() const; + float GetClothMaxDistanceScale() const; + bool GetDisableAnimCurves() const; + bool GetDisablePostProcessBlueprint() const; + class UAnimInstance* GetLinkedAnimGraphInstanceByTag(class FName InTag) const; + void GetLinkedAnimGraphInstancesByTag(class FName InTag, TArray* OutLinkedInstances) const; + class UAnimInstance* GetLinkedAnimLayerInstanceByClass(TSubclassOf InClass) const; + class UAnimInstance* GetLinkedAnimLayerInstanceByGroup(class FName InGroup) const; + float GetMorphTarget(class FName MorphTargetName) const; + float GetPlayRate() const; + float GetPosition() const; + class UAnimInstance* GetPostProcessInstance() const; + struct FVector GetSkeletalCenterOfMass() const; + float GetTeleportDistanceThreshold() const; + float GetTeleportRotationThreshold() const; + bool HasValidAnimationInstance() const; + bool IsClothingSimulationSuspended() const; + bool IsPlaying() const; + bool K2_GetClosestPointOnPhysicsAsset(const struct FVector& WorldPosition, struct FVector* ClosestWorldPosition, struct FVector* Normal, class FName* BoneName, float* Distance) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMeshComponent") + } + static class USkeletalMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalMeshComponent; + +// Class Engine.Texture2D +// 0x0020 (0x01A0 - 0x0180) +class UTexture2D : public UTexture +{ +public: + int32 LevelIndex; // 0x0178(0x0004)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FirstResourceMemMip; // 0x017C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bTemporarilyDisableStreaming : 1; // 0x0180(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + ETextureAddress AddressX; // 0x0181(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressY; // 0x0182(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_183[0x1]; // 0x0183(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FIntPoint ImportedSize; // 0x0184(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_18C[0x14]; // 0x018C(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + int32 Blueprint_GetSizeX() const; + int32 Blueprint_GetSizeY() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Texture2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Texture2D") + } + static class UTexture2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTexture2D; + +// Class Engine.VirtualTexture2D +// 0x0010 (0x01B0 - 0x01A0) +class UVirtualTexture2D final : public UTexture2D +{ +public: + struct FVirtualTextureBuildSettings Settings; // 0x01A0(0x000C)(NoDestructor, NativeAccessSpecifierPublic) + bool bContinuousUpdate; // 0x01AC(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSinglePhysicalSpace; // 0x01AD(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1AE[0x2]; // 0x01AE(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VirtualTexture2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VirtualTexture2D") + } + static class UVirtualTexture2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVirtualTexture2D; + +// Class Engine.AnimInstance +// 0x02A8 (0x02D0 - 0x0028) +#pragma pack(push, 0x1) +class alignas(0x10) UAnimInstance : public UObject +{ +public: + class USkeleton* CurrentSkeleton; // 0x0028(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERootMotionMode RootMotionMode; // 0x0030(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseMultiThreadedAnimationUpdate : 1; // 0x0031(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsingCopyPoseFromMesh : 1; // 0x0031(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_31_2 : 2; // 0x0031(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bReceiveNotifiesFromLinkedInstances : 1; // 0x0031(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPropagateNotifiesToLinkedInstances : 1; // 0x0031(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bQueueMontageEvents : 1; // 0x0031(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_32[0x6]; // 0x0032(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnMontageBlendingOut; // 0x0038(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnMontageStarted; // 0x0048(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnMontageEnded; // 0x0058(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnAllMontageInstancesEnded; // 0x0068(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_78[0x98]; // 0x0078(0x0098)(Fixing Size After Last Property [ Dumper-7 ]) + struct FAnimNotifyQueue NotifyQueue; // 0x0110(0x0070)(Transient, NativeAccessSpecifierPublic) + TArray ActiveAnimNotifyState; // 0x0180(0x0010)(ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_190[0x138]; // 0x0190(0x0138)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void BlueprintBeginPlay(); + void BlueprintInitializeAnimation(); + void BlueprintLinkedAnimationLayersInitialized(); + void BlueprintPostEvaluateAnimation(); + void BlueprintUpdateAnimation(float DeltaTimeX); + void ClearMorphTargets(); + class FName GetCurrentStateName(int32 MachineIndex); + float GetInstanceAssetPlayerLength(int32 AssetPlayerIndex); + float GetInstanceAssetPlayerTime(int32 AssetPlayerIndex); + float GetInstanceAssetPlayerTimeFraction(int32 AssetPlayerIndex); + float GetInstanceAssetPlayerTimeFromEnd(int32 AssetPlayerIndex); + float GetInstanceAssetPlayerTimeFromEndFraction(int32 AssetPlayerIndex); + float GetInstanceCurrentStateElapsedTime(int32 MachineIndex); + float GetInstanceMachineWeight(int32 MachineIndex); + float GetInstanceStateWeight(int32 MachineIndex, int32 StateIndex); + float GetInstanceTransitionCrossfadeDuration(int32 MachineIndex, int32 TransitionIndex); + float GetInstanceTransitionTimeElapsed(int32 MachineIndex, int32 TransitionIndex); + float GetInstanceTransitionTimeElapsedFraction(int32 MachineIndex, int32 TransitionIndex); + float GetRelevantAnimLength(int32 MachineIndex, int32 StateIndex); + float GetRelevantAnimTime(int32 MachineIndex, int32 StateIndex); + float GetRelevantAnimTimeFraction(int32 MachineIndex, int32 StateIndex); + float GetRelevantAnimTimeRemaining(int32 MachineIndex, int32 StateIndex); + float GetRelevantAnimTimeRemainingFraction(int32 MachineIndex, int32 StateIndex); + void LinkAnimClassLayers(TSubclassOf InClass); + void LinkAnimGraphByTag(class FName InTag, TSubclassOf InClass); + void LockAIResources(bool bLockMovement, bool LockAILogic); + void Montage_JumpToSection(class FName SectionName, const class UAnimMontage* Montage); + void Montage_JumpToSectionsEnd(class FName SectionName, const class UAnimMontage* Montage); + void Montage_Pause(const class UAnimMontage* Montage); + float Montage_Play(class UAnimMontage* MontageToPlay, float InPlayRate, EMontagePlayReturnType ReturnValueType, float InTimeToStartMontageAt, bool bStopAllMontages); + void Montage_Resume(const class UAnimMontage* Montage); + void Montage_SetNextSection(class FName SectionNameToChange, class FName NextSection, const class UAnimMontage* Montage); + void Montage_SetPlayRate(const class UAnimMontage* Montage, float NewPlayRate); + void Montage_SetPosition(const class UAnimMontage* Montage, float NewPosition); + void Montage_Stop(float InBlendOutTime, const class UAnimMontage* Montage); + void Montage_StopGroupByName(float InBlendOutTime, class FName GroupName); + float PlaySlotAnimation(class UAnimSequenceBase* Asset, class FName SlotNodeName, float BlendInTime, float BlendOutTime, float InPlayRate, int32 LoopCount); + class UAnimMontage* PlaySlotAnimationAsDynamicMontage(class UAnimSequenceBase* Asset, class FName SlotNodeName, float BlendInTime, float BlendOutTime, float InPlayRate, int32 LoopCount, float BlendOutTriggerTime, float InTimeToStartMontageAt); + void ResetDynamics(ETeleportType InTeleportType); + void SavePoseSnapshot(class FName SnapshotName); + void SetMorphTarget(class FName MorphTargetName, float Value); + void SetPropagateNotifiesToLinkedInstances(bool bSet); + void SetReceiveNotifiesFromLinkedInstances(bool bSet); + void SetRootMotionMode(ERootMotionMode Value); + void SnapshotPose(struct FPoseSnapshot& Snapshot); + void StopSlotAnimation(float InBlendOutTime, class FName SlotNodeName); + void UnlinkAnimClassLayers(TSubclassOf InClass); + void UnlockAIResources(bool bUnlockMovement, bool UnlockAILogic); + + float CalculateDirection(const struct FVector& Velocity, const struct FRotator& BaseRotation) const; + void GetActiveCurveNames(EAnimCurveType CurveType, TArray* OutNames) const; + void GetAllCurveNames(TArray* OutNames) const; + class UAnimMontage* GetCurrentActiveMontage() const; + float GetCurveValue(class FName CurveName) const; + class UAnimInstance* GetLinkedAnimGraphInstanceByTag(class FName InTag) const; + void GetLinkedAnimGraphInstancesByTag(class FName InTag, TArray* OutLinkedInstances) const; + class UAnimInstance* GetLinkedAnimLayerInstanceByClass(TSubclassOf InClass) const; + class UAnimInstance* GetLinkedAnimLayerInstanceByGroup(class FName InGroup) const; + class UAnimInstance* GetLinkedAnimLayerInstanceByGroupAndClass(class FName InGroup, TSubclassOf InClass) const; + void GetLinkedAnimLayerInstancesByGroup(class FName InGroup, TArray* OutLinkedInstances) const; + class AActor* GetOwningActor() const; + class USkeletalMeshComponent* GetOwningComponent() const; + bool GetPropagateNotifiesToLinkedInstances() const; + bool GetReceiveNotifiesFromLinkedInstances() const; + struct FMarkerSyncAnimPosition GetSyncGroupPosition(class FName InSyncGroupName) const; + bool GetTimeToClosestMarker(class FName SyncGroup, class FName MarkerName, float* OutMarkerTime) const; + bool HasMarkerBeenHitThisFrame(class FName SyncGroup, class FName MarkerName) const; + bool IsAnyMontagePlaying() const; + bool IsPlayingSlotAnimation(const class UAnimSequenceBase* Asset, class FName SlotNodeName) const; + bool IsSyncGroupBetweenMarkers(class FName InSyncGroupName, class FName PreviousMarker, class FName NextMarker, bool bRespectMarkerOrder) const; + float Montage_GetBlendTime(const class UAnimMontage* Montage) const; + class FName Montage_GetCurrentSection(const class UAnimMontage* Montage) const; + bool Montage_GetIsStopped(const class UAnimMontage* Montage) const; + float Montage_GetPlayRate(const class UAnimMontage* Montage) const; + float Montage_GetPosition(const class UAnimMontage* Montage) const; + bool Montage_IsActive(const class UAnimMontage* Montage) const; + bool Montage_IsPlaying(const class UAnimMontage* Montage) const; + class APawn* TryGetPawnOwner() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimInstance") + } + static class UAnimInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UAnimInstance; + +// Class Engine.CameraActor +// 0x0598 (0x07C0 - 0x0228) +class ACameraActor : public AActor +{ +public: + EAutoReceiveInput AutoActivateForPlayer; // 0x0228(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_229[0x7]; // 0x0229(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UCameraComponent* CameraComponent; // 0x0230(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USceneComponent* SceneComponent; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_240[0x8]; // 0x0240(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bConstrainAspectRatio : 1; // 0x0248(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_249[0x3]; // 0x0249(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AspectRatio; // 0x024C(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float FOVAngle; // 0x0250(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float PostProcessBlendWeight; // 0x0254(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_258[0x8]; // 0x0258(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings PostProcessSettings; // 0x0260(0x0560)(Deprecated, NativeAccessSpecifierPrivate) + +public: + int32 GetAutoActivatePlayerIndex() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraActor") + } + static class ACameraActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ACameraActor; + +// Class Engine.LightComponent +// 0x0100 (0x0330 - 0x0230) +#pragma pack(push, 0x1) +class alignas(0x10) ULightComponent : public ULightComponentBase +{ +public: + float Temperature; // 0x0228(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDrawDistance; // 0x022C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDistanceFadeRange; // 0x0230(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseTemperature : 1; // 0x0234(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_235[0x3]; // 0x0235(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ShadowMapChannel; // 0x0238(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23C[0x4]; // 0x023C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float MinRoughness; // 0x0240(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpecularScale; // 0x0244(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowResolutionScale; // 0x0248(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowBias; // 0x024C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowSlopeBias; // 0x0250(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowSharpen; // 0x0254(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ContactShadowLength; // 0x0258(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ContactShadowLengthInWS : 1; // 0x025C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 InverseSquaredFalloff : 1; // 0x025C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CastTranslucentShadows : 1; // 0x025C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastShadowsFromCinematicObjectsOnly : 1; // 0x025C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectDynamicIndirectLighting : 1; // 0x025C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceCachedShadowsForMovablePrimitives : 1; // 0x025C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_25D[0x3]; // 0x025D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLightingChannels LightingChannels; // 0x0260(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + uint8 Pad_261[0x7]; // 0x0261(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInterface* LightFunctionMaterial; // 0x0268(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LightFunctionScale; // 0x0270(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_27C[0x4]; // 0x027C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureLightProfile* IESTexture; // 0x0280(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseIESBrightness : 1; // 0x0288(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_289[0x3]; // 0x0289(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float IESBrightnessScale; // 0x028C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LightFunctionFadeDistance; // 0x0290(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DisabledBrightness; // 0x0294(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableLightShaftBloom : 1; // 0x0298(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_299[0x3]; // 0x0299(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BloomScale; // 0x029C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomThreshold; // 0x02A0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomMaxBrightness; // 0x02A4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor BloomTint; // 0x02A8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseRayTracedDistanceFieldShadows; // 0x02AC(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2AD[0x3]; // 0x02AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float RayStartOffsetDepthScale; // 0x02B0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B4[0x74]; // 0x02B4(0x0074)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetAffectDynamicIndirectLighting(bool bNewValue); + void SetAffectTranslucentLighting(bool bNewValue); + void SetBloomMaxBrightness(float NewValue); + void SetBloomScale(float NewValue); + void SetBloomThreshold(float NewValue); + void SetBloomTint(const struct FColor& NewValue); + void SetEnableLightShaftBloom(bool bNewValue); + void SetForceCachedShadowsForMovablePrimitives(bool bNewValue); + void SetIESBrightnessScale(float NewValue); + void SetIESTexture(class UTextureLightProfile* NewValue); + void SetIndirectLightingIntensity(float NewIntensity); + void SetIntensity(float NewIntensity); + void SetLightColor(const struct FLinearColor& NewLightColor, bool bSRGB); + void SetLightFunctionDisabledBrightness(float NewValue); + void SetLightFunctionFadeDistance(float NewLightFunctionFadeDistance); + void SetLightFunctionMaterial(class UMaterialInterface* NewLightFunctionMaterial); + void SetLightFunctionScale(const struct FVector& NewLightFunctionScale); + void SetLightingChannels(bool bChannel0, bool bChannel1, bool bChannel2); + void SetShadowBias(float NewValue); + void SetShadowSlopeBias(float NewValue); + void SetSpecularScale(float NewValue); + void SetTemperature(float NewTemperature); + void SetTransmission(bool bNewValue); + void SetUseIESBrightness(bool bNewValue); + void SetUseTemperature(bool bNewValue); + void SetVolumetricScatteringIntensity(float NewIntensity); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightComponent") + } + static class ULightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_ULightComponent; + +// Class Engine.LocalLightComponent +// 0x0010 (0x0340 - 0x0330) +class ULocalLightComponent : public ULightComponent +{ +public: + ELightUnits IntensityUnits; // 0x0328(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_329[0x3]; // 0x0329(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Radius; // 0x032C(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AttenuationRadius; // 0x0330(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLightmassPointLightSettings LightmassSettings; // 0x0334(0x000C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + +public: + static float GetUnitsConversionFactor(ELightUnits SrcUnits, ELightUnits TargetUnits, float CosHalfConeAngle); + + void SetAttenuationRadius(float NewRadius); + void SetIntensityUnits(ELightUnits NewIntensityUnits); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LocalLightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LocalLightComponent") + } + static class ULocalLightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULocalLightComponent; + +// Class Engine.PointLightComponent +// 0x0020 (0x0360 - 0x0340) +#pragma pack(push, 0x1) +class alignas(0x10) UPointLightComponent : public ULocalLightComponent +{ +public: + uint8 bUseInverseSquaredFalloff : 1; // 0x0340(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_341[0x3]; // 0x0341(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LightFalloffExponent; // 0x0344(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceRadius; // 0x0348(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SoftSourceRadius; // 0x034C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceLength; // 0x0350(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_354[0x4]; // 0x0354(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetLightFalloffExponent(float NewLightFalloffExponent); + void SetSoftSourceRadius(float bNewValue); + void SetSourceLength(float NewValue); + void SetSourceRadius(float bNewValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PointLightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PointLightComponent") + } + static class UPointLightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UPointLightComponent; + +// Class Engine.SpotLightComponent +// 0x0000 (0x0360 - 0x0360) +class USpotLightComponent final : public UPointLightComponent +{ +public: + float InnerConeAngle; // 0x0358(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OuterConeAngle; // 0x035C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + void SetInnerConeAngle(float NewInnerConeAngle); + void SetOuterConeAngle(float NewOuterConeAngle); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SpotLightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SpotLightComponent") + } + static class USpotLightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USpotLightComponent; + +// Class Engine.EngineCustomTimeStep +// 0x0000 (0x0028 - 0x0028) +class UEngineCustomTimeStep : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EngineCustomTimeStep") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EngineCustomTimeStep") + } + static class UEngineCustomTimeStep* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngineCustomTimeStep; + +// Class Engine.GameModeBase +// 0x00A0 (0x02C8 - 0x0228) +class AGameModeBase : public AInfo +{ +public: + class FString OptionsString; // 0x0228(0x0010)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf GameSessionClass; // 0x0238(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf GameStateClass; // 0x0240(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf PlayerControllerClass; // 0x0248(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf PlayerStateClass; // 0x0250(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf HUDClass; // 0x0258(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DefaultPawnClass; // 0x0260(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf SpectatorClass; // 0x0268(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ReplaySpectatorPlayerControllerClass; // 0x0270(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ServerStatReplicatorClass; // 0x0278(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AGameSession* GameSession; // 0x0280(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AGameStateBase* GameState; // 0x0288(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AServerStatReplicator* ServerStatReplicator; // 0x0290(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText DefaultPlayerName; // 0x0298(0x0018)(Edit, NativeAccessSpecifierPublic) + uint8 bUseSeamlessTravel : 1; // 0x02B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStartPlayersAsSpectators : 1; // 0x02B0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bPauseable : 1; // 0x02B0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_2B1[0x17]; // 0x02B1(0x0017)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + bool CanSpectate(class APlayerController* Viewer, class APlayerState* ViewTarget); + void ChangeName(class AController* Controller, const class FString& NewName, bool bNameChange); + class AActor* ChoosePlayerStart(class AController* Player); + class AActor* FindPlayerStart(class AController* Player, const class FString& IncomingName); + class UClass* GetDefaultPawnClassForController(class AController* InController); + int32 GetNumPlayers(); + int32 GetNumSpectators(); + void HandleStartingNewPlayer(class APlayerController* NewPlayer); + void InitializeHUDForPlayer(class APlayerController* NewPlayer); + void InitStartSpot(class AActor* StartSpot, class AController* NewPlayer); + class AActor* K2_FindPlayerStart(class AController* Player, const class FString& IncomingName); + void K2_OnChangeName(class AController* Other, const class FString& NewName, bool bNameChange); + void K2_OnLogout(class AController* ExitingController); + void K2_OnRestartPlayer(class AController* NewPlayer); + void K2_OnSwapPlayerControllers(class APlayerController* OldPC, class APlayerController* NewPC); + void K2_PostLogin(class APlayerController* NewPlayer); + bool PlayerCanRestart(class APlayerController* Player); + void ResetLevel(); + void RestartPlayer(class AController* NewPlayer); + void RestartPlayerAtPlayerStart(class AController* NewPlayer, class AActor* StartSpot); + void RestartPlayerAtTransform(class AController* NewPlayer, const struct FTransform& SpawnTransform); + void ReturnToMainMenuHost(); + bool ShouldReset(class AActor* ActorToReset); + class APawn* SpawnDefaultPawnAtTransform(class AController* NewPlayer, const struct FTransform& SpawnTransform); + class APawn* SpawnDefaultPawnFor(class AController* NewPlayer, class AActor* StartSpot); + void StartPlay(); + + bool HasMatchEnded() const; + bool HasMatchStarted() const; + bool MustSpectate(class APlayerController* NewPlayerController) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameModeBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameModeBase") + } + static class AGameModeBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGameModeBase; + +// Class Engine.Exporter +// 0x0050 (0x0078 - 0x0028) +class UExporter final : public UObject +{ +public: + TSubclassOf SupportedClass; // 0x0028(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ExportRootScope; // 0x0030(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray FormatExtension; // 0x0038(0x0010)(BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray FormatDescription; // 0x0048(0x0010)(BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + int32 PreferredFormatIndex; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TextIndent; // 0x005C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bText : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSelectedOnly : 1; // 0x0060(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceFileOperations : 1; // 0x0060(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UAssetExportTask* ExportTask; // 0x0068(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_70[0x8]; // 0x0070(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static bool RunAssetExportTask(class UAssetExportTask* Task); + static bool RunAssetExportTasks(const TArray& ExportTasks); + + bool ScriptRunAssetExportTask(class UAssetExportTask* Task); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Exporter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Exporter") + } + static class UExporter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UExporter; + +// Class Engine.BlueprintMapLibrary +// 0x0000 (0x0028 - 0x0028) +class UBlueprintMapLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void Map_Add(const TMap& TargetMap, const int32& Key, const int32& Value); + static void Map_Clear(const TMap& TargetMap); + static bool Map_Contains(const TMap& TargetMap, const int32& Key); + static bool Map_Find(const TMap& TargetMap, const int32& Key, int32* Value); + static void Map_Keys(const TMap& TargetMap, TArray* Keys); + static int32 Map_Length(const TMap& TargetMap); + static bool Map_Remove(const TMap& TargetMap, const int32& Key); + static void Map_Values(const TMap& TargetMap, TArray* Values); + static void SetMapPropertyByName(class UObject* Object, class FName PropertyName, const TMap& Value); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintMapLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintMapLibrary") + } + static class UBlueprintMapLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintMapLibrary; + +// Class Engine.AnimCurveCompressionCodec +// 0x0000 (0x0028 - 0x0028) +class UAnimCurveCompressionCodec : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCurveCompressionCodec") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCurveCompressionCodec") + } + static class UAnimCurveCompressionCodec* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCurveCompressionCodec; + +// Class Engine.BoneMaskFilter +// 0x0010 (0x0038 - 0x0028) +class UBoneMaskFilter final : public UObject +{ +public: + TArray BlendPoses; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoneMaskFilter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoneMaskFilter") + } + static class UBoneMaskFilter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBoneMaskFilter; + +// Class Engine.IntSerialization +// 0x0028 (0x0050 - 0x0028) +class UIntSerialization final : public UObject +{ +public: + uint16 UnsignedInt16Variable; // 0x0028(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x2]; // 0x002A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 UnsignedInt32Variable; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint64 UnsignedInt64Variable; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int8 SignedInt8Variable; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x1]; // 0x0039(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int16 SignedInt16Variable; // 0x003A(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int64 SignedInt64Variable; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 UnsignedInt8Variable; // 0x0048(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 SignedInt32Variable; // 0x004C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("IntSerialization") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"IntSerialization") + } + static class UIntSerialization* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UIntSerialization; + +// Class Engine.MaterialExpressionDivide +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionDivide final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDivide") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDivide") + } + static class UMaterialExpressionDivide* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDivide; + +// Class Engine.Brush +// 0x0038 (0x0260 - 0x0228) +class ABrush : public AActor +{ +public: + EBrushType BrushType; // 0x0228(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_229[0x3]; // 0x0229(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor BrushColor; // 0x022C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PolyFlags; // 0x0230(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bColored : 1; // 0x0234(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSolidWhenSelected : 1; // 0x0234(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPlaceableFromClassBrowser : 1; // 0x0234(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNotForClientOrServer : 1; // 0x0234(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_235[0x3]; // 0x0235(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class UModel* Brush; // 0x0238(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBrushComponent* BrushComponent; // 0x0240(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bInManipulation : 1; // 0x0248(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_249[0x7]; // 0x0249(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SavedSelections; // 0x0250(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Brush") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Brush") + } + static class ABrush* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ABrush; + +// Class Engine.SoundEffectPreset +// 0x0040 (0x0068 - 0x0028) +class USoundEffectPreset : public UObject +{ +public: + uint8 Pad_28[0x40]; // 0x0028(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundEffectPreset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundEffectPreset") + } + static class USoundEffectPreset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundEffectPreset; + +// Class Engine.SoundEffectSubmixPreset +// 0x0000 (0x0068 - 0x0068) +class USoundEffectSubmixPreset : public USoundEffectPreset +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundEffectSubmixPreset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundEffectSubmixPreset") + } + static class USoundEffectSubmixPreset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundEffectSubmixPreset; + +// Class Engine.AnimationSettings +// 0x0098 (0x00D0 - 0x0038) +class UAnimationSettings final : public UDeveloperSettings +{ +public: + int32 CompressCommandletVersion; // 0x0038(0x0004)(Edit, ZeroConstructor, Config, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray KeyEndEffectorsMatchNameArray; // 0x0040(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + bool ForceRecompression; // 0x0050(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceBelowThreshold; // 0x0051(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFirstRecompressUsingCurrentOrDefault; // 0x0052(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRaiseMaxErrorToExisting; // 0x0053(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnablePerformanceLog; // 0x0054(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStripAnimationDataOnDedicatedServer; // 0x0055(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTickAnimationOnSkeletalMeshInit; // 0x0056(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_57[0x1]; // 0x0057(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BoneCustomAttributesNames; // 0x0058(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray BoneNamesWithCustomAttributes; // 0x0068(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TMap AttributeBlendModes; // 0x0078(0x0050)(Edit, Config, NativeAccessSpecifierPublic) + ECustomAttributeBlendType DefaultAttributeBlendMode; // 0x00C8(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C9[0x7]; // 0x00C9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimationSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimationSettings") + } + static class UAnimationSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimationSettings; + +// Class Engine.Volume +// 0x0000 (0x0260 - 0x0260) +class AVolume : public ABrush +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Volume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Volume") + } + static class AVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AVolume; + +// Class Engine.AnimBlueprint +// 0x0028 (0x00C8 - 0x00A0) +class UAnimBlueprint final : public UBlueprint +{ +public: + uint8 Pad_A0[0x8]; // 0x00A0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeleton* TargetSkeleton; // 0x00A8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Groups; // 0x00B0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + bool bUseMultiThreadedAnimationUpdate; // 0x00C0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWarnAboutBlueprintUsage; // 0x00C1(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C2[0x6]; // 0x00C2(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimBlueprint") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimBlueprint") + } + static class UAnimBlueprint* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimBlueprint; + +// Class Engine.InputComponent +// 0x0088 (0x0138 - 0x00B0) +class UInputComponent final : public UActorComponent +{ +public: + uint8 Pad_B0[0x70]; // 0x00B0(0x0070)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CachedKeyToActionInfo; // 0x0120(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPrivate) + uint8 Pad_130[0x8]; // 0x0130(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + float GetControllerAnalogKeyState(const struct FKey& Key) const; + void GetControllerAnalogStickState(EControllerAnalogStick WhichStick, float* StickX, float* StickY) const; + float GetControllerKeyTimeDown(const struct FKey& Key) const; + void GetControllerMouseDelta(float* DeltaX, float* DeltaY) const; + struct FVector GetControllerVectorKeyState(const struct FKey& Key) const; + void GetTouchState(int32 FingerIndex, float* LocationX, float* LocationY, bool* bIsCurrentlyPressed) const; + bool IsControllerKeyDown(const struct FKey& Key) const; + bool WasControllerKeyJustPressed(const struct FKey& Key) const; + bool WasControllerKeyJustReleased(const struct FKey& Key) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputComponent") + } + static class UInputComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputComponent; + +// Class Engine.World +// 0x0788 (0x07B0 - 0x0028) +class UWorld final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class ULevel* PersistentLevel; // 0x0030(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UNetDriver* NetDriver; // 0x0038(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULineBatchComponent* LineBatcher; // 0x0040(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULineBatchComponent* PersistentLineBatcher; // 0x0048(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULineBatchComponent* ForegroundLineBatcher; // 0x0050(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AGameNetworkManager* NetworkManager; // 0x0058(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicsCollisionHandler* PhysicsCollisionHandler; // 0x0060(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ExtraReferencedObjects; // 0x0068(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TArray PerModuleDataObjects; // 0x0078(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TArray StreamingLevels; // 0x0088(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + struct FStreamingLevelsToConsider StreamingLevelsToConsider; // 0x0098(0x0028)(Transient, DuplicateTransient, NativeAccessSpecifierPrivate) + class FString StreamingLevelsPrefix; // 0x00C0(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULevel* CurrentLevelPendingVisibility; // 0x00D0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class ULevel* CurrentLevelPendingInvisibility; // 0x00D8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UDemoNetDriver* DemoNetDriver; // 0x00E0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AParticleEventManager* MyParticleEventManager; // 0x00E8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APhysicsVolume* DefaultPhysicsVolume; // 0x00F0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_F8[0x16]; // 0x00F8(0x0016)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_10E_0 : 2; // 0x010E(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bAreConstraintsDirty : 1; // 0x010E(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_10F[0x1]; // 0x010F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + class UNavigationSystemBase* NavigationSystem; // 0x0110(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class AGameModeBase* AuthorityGameMode; // 0x0118(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class AGameStateBase* GameState; // 0x0120(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UAISystemBase* AISystem; // 0x0128(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UAvoidanceManager* AvoidanceManager; // 0x0130(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray Levels; // 0x0138(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray LevelCollections; // 0x0148(0x0010)(ZeroConstructor, Transient, NonTransactional, NativeAccessSpecifierPrivate) + uint8 Pad_158[0x28]; // 0x0158(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + class UGameInstance* OwningGameInstance; // 0x0180(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray ParameterCollectionInstances; // 0x0188(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + class UCanvas* CanvasForRenderingToTarget; // 0x0198(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UCanvas* CanvasForDrawMaterialToRenderTarget; // 0x01A0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1A8[0x50]; // 0x01A8(0x0050)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicsFieldComponent* PhysicsField; // 0x01F8(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSet ComponentsThatNeedPreEndOfFrameSync; // 0x0200(0x0050)(ExportObject, Transient, NonTransactional, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray ComponentsThatNeedEndOfFrameUpdate; // 0x0250(0x0010)(ExportObject, ZeroConstructor, Transient, NonTransactional, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray ComponentsThatNeedEndOfFrameUpdate_OnGameThread; // 0x0260(0x0010)(ExportObject, ZeroConstructor, Transient, NonTransactional, ContainsInstancedReference, NativeAccessSpecifierPrivate) + uint8 Pad_270[0x370]; // 0x0270(0x0370)(Fixing Size After Last Property [ Dumper-7 ]) + class UWorldComposition* WorldComposition; // 0x05E0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5E8[0xA8]; // 0x05E8(0x00A8)(Fixing Size After Last Property [ Dumper-7 ]) + struct FWorldPSCPool PSCPool; // 0x0690(0x0058)(ContainsInstancedReference, NativeAccessSpecifierPrivate) + uint8 Pad_6E8[0xC8]; // 0x06E8(0x00C8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UWorld* GetWorld(); + + void HandleTimelineScrubbed(); + class AWorldSettings* K2_GetWorldSettings(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("World") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"World") + } + static class UWorld* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UWorld; + +// Class Engine.MaterialInterface +// 0x0060 (0x0088 - 0x0028) +class UMaterialInterface : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class USubsurfaceProfile* SubsurfaceProfile; // 0x0038(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x10]; // 0x0040(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLightmassMaterialInterfaceSettings LightmassSettings; // 0x0050(0x0010)(Edit, NoDestructor, Protected, NativeAccessSpecifierProtected) + TArray TextureStreamingData; // 0x0060(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray AssetUserData; // 0x0070(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + uint8 Pad_80[0x8]; // 0x0080(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class UMaterial* GetBaseMaterial(); + void SetForceMipLevelsToBeResident(bool OverrideForceMiplevelsToBeResident, bool bForceMiplevelsToBeResidentValue, float ForceDuration, int32 CinematicTextureGroups, bool bFastResponse); + + struct FMaterialParameterInfo GetParameterInfo(EMaterialParameterAssociation Association, class FName ParameterName, class UMaterialFunctionInterface* LayerFunction) const; + class UPhysicalMaterial* GetPhysicalMaterial() const; + class UPhysicalMaterial* GetPhysicalMaterialFromMap(int32 Index_0) const; + class UPhysicalMaterialMask* GetPhysicalMaterialMask() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialInterface") + } + static class UMaterialInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialInterface; + +// Class Engine.MaterialInstance +// 0x0288 (0x0310 - 0x0088) +class UMaterialInstance : public UMaterialInterface +{ +public: + class UPhysicalMaterial* PhysMaterial; // 0x0088(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicalMaterial* PhysicalMaterialMap[0x8]; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Parent; // 0x00D0(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bHasStaticPermutationResource : 1; // 0x00D8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideSubsurfaceProfile : 1; // 0x00D8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D9[0x7]; // 0x00D9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ScalarParameterValues; // 0x00E0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TArray VectorParameterValues; // 0x00F0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TArray TextureParameterValues; // 0x0100(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TArray RuntimeVirtualTextureParameterValues; // 0x0110(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TArray FontParameterValues; // 0x0120(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + struct FMaterialInstanceBasePropertyOverrides BasePropertyOverrides; // 0x0130(0x0008)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_138[0x10]; // 0x0138(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FStaticParameterSet StaticParameters; // 0x0148(0x0040)(NativeAccessSpecifierPrivate) + struct FMaterialCachedParameters CachedLayerParameters; // 0x0188(0x0150)(NativeAccessSpecifierPrivate) + TArray CachedReferencedTextures; // 0x02D8(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_2E8[0x28]; // 0x02E8(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialInstance") + } + static class UMaterialInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialInstance; + +// Class Engine.MaterialInstanceConstant +// 0x0008 (0x0318 - 0x0310) +class UMaterialInstanceConstant : public UMaterialInstance +{ +public: + class UPhysicalMaterialMask* PhysMaterialMask; // 0x0310(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + float K2_GetScalarParameterValue(class FName ParameterName); + class UTexture* K2_GetTextureParameterValue(class FName ParameterName); + struct FLinearColor K2_GetVectorParameterValue(class FName ParameterName); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialInstanceConstant") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialInstanceConstant") + } + static class UMaterialInstanceConstant* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialInstanceConstant; + +// Class Engine.LevelPartitionInterface +// 0x0000 (0x0000 - 0x0000) +class ILevelPartitionInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelPartitionInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelPartitionInterface") + } + static class ILevelPartitionInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_ILevelPartitionInterface; + +// Class Engine.Channel +// 0x0040 (0x0068 - 0x0028) +class UChannel : public UObject +{ +public: + class UNetConnection* Connection; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_30[0x38]; // 0x0030(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Channel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Channel") + } + static class UChannel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UChannel; + +// Class Engine.ActorChannel +// 0x0228 (0x0290 - 0x0068) +class UActorChannel final : public UChannel +{ +public: + class AActor* Actor; // 0x0068(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_70[0xE8]; // 0x0070(0x00E8)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CreateSubObjects; // 0x0158(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_168[0x128]; // 0x0168(0x0128)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ActorChannel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ActorChannel") + } + static class UActorChannel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UActorChannel; + +// Class Engine.InterpTrackFloatBase +// 0x0020 (0x0090 - 0x0070) +class UInterpTrackFloatBase : public UInterpTrack +{ +public: + struct FInterpCurveFloat FloatTrack; // 0x0070(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CurveTension; // 0x0088(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackFloatBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackFloatBase") + } + static class UInterpTrackFloatBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackFloatBase; + +// Class Engine.GameSession +// 0x0018 (0x0240 - 0x0228) +class AGameSession final : public AInfo +{ +public: + int32 MaxSpectators; // 0x0228(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxPlayers; // 0x022C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxPartySize; // 0x0230(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 MaxSplitscreensPerConnection; // 0x0234(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRequiresPushToTalk; // 0x0235(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_236[0x2]; // 0x0236(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + class FName SessionName; // 0x0238(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameSession") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameSession") + } + static class AGameSession* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGameSession; + +// Class Engine.EngineTypes +// 0x0000 (0x0028 - 0x0028) +class UEngineTypes final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EngineTypes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EngineTypes") + } + static class UEngineTypes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngineTypes; + +// Class Engine.MaterialBillboardComponent +// 0x0010 (0x0460 - 0x0450) +class UMaterialBillboardComponent final : public UPrimitiveComponent +{ +public: + TArray Elements; // 0x0450(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + void AddElement(class UMaterialInterface* Material, class UCurveFloat* DistanceToOpacityCurve, bool bSizeIsInScreenSpace, float BaseSizeX, float BaseSizeY, class UCurveFloat* DistanceToSizeCurve); + void SetElements(const TArray& NewElements); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialBillboardComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialBillboardComponent") + } + static class UMaterialBillboardComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialBillboardComponent; + +// Class Engine.MaterialExpressionParticleSize +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleSize final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleSize") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleSize") + } + static class UMaterialExpressionParticleSize* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleSize; + +// Class Engine.SaveGame +// 0x0000 (0x0028 - 0x0028) +class USaveGame : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SaveGame") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SaveGame") + } + static class USaveGame* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USaveGame; + +// Class Engine.AnimationAsset +// 0x0058 (0x0080 - 0x0028) +class UAnimationAsset : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeleton* Skeleton; // 0x0038(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_40[0x20]; // 0x0040(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MetaData; // 0x0060(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray AssetUserData; // 0x0070(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimationAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimationAsset") + } + static class UAnimationAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimationAsset; + +// Class Engine.BlendSpaceBase +// 0x00C8 (0x0148 - 0x0080) +class UBlendSpaceBase : public UAnimationAsset +{ +public: + uint8 Pad_80[0x8]; // 0x0080(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + bool bRotationBlendInMeshSpace; // 0x0088(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AnimLength; // 0x008C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpolationParameter InterpolationParam[0x3]; // 0x0090(0x0008)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float TargetWeightInterpolationSpeedPerSec; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENotifyTriggerMode NotifyTriggerMode; // 0x00AC(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_AD[0x3]; // 0x00AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PerBoneBlend; // 0x00B0(0x0010)(Edit, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + int32 SampleIndexWithMarkers; // 0x00C0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_C4[0x4]; // 0x00C4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SampleData; // 0x00C8(0x0010)(Edit, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray GridSamples; // 0x00D8(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + struct FBlendParameter BlendParameters[0x3]; // 0x00E8(0x0020)(Edit, Protected, NativeAccessSpecifierProtected) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlendSpaceBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlendSpaceBase") + } + static class UBlendSpaceBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlendSpaceBase; + +// Class Engine.BlendSpace +// 0x0008 (0x0150 - 0x0148) +class UBlendSpace : public UBlendSpaceBase +{ +public: + EBlendSpaceAxis AxisToScaleAnimation; // 0x0148(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_149[0x7]; // 0x0149(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlendSpace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlendSpace") + } + static class UBlendSpace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlendSpace; + +// Class Engine.AimOffsetBlendSpace +// 0x0000 (0x0150 - 0x0150) +class UAimOffsetBlendSpace final : public UBlendSpace +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AimOffsetBlendSpace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AimOffsetBlendSpace") + } + static class UAimOffsetBlendSpace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAimOffsetBlendSpace; + +// Class Engine.OnlineBlueprintCallProxyBase +// 0x0000 (0x0030 - 0x0030) +class UOnlineBlueprintCallProxyBase : public UBlueprintAsyncActionBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("OnlineBlueprintCallProxyBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"OnlineBlueprintCallProxyBase") + } + static class UOnlineBlueprintCallProxyBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UOnlineBlueprintCallProxyBase; + +// Class Engine.NetDriver +// 0x0738 (0x0760 - 0x0028) +class UNetDriver : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class FString NetConnectionClassName; // 0x0030(0x0010)(ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReplicationDriverClassName; // 0x0040(0x0010)(ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxDownloadSize; // 0x0050(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bClampListenServerTickRate : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NetServerMaxTickRate; // 0x0058(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxNetTickRate; // 0x005C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxInternetClientRate; // 0x0060(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxClientRate; // 0x0064(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerTravelPause; // 0x0068(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpawnPrioritySeconds; // 0x006C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RelevantTimeout; // 0x0070(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float KeepAliveTime; // 0x0074(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialConnectTimeout; // 0x0078(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConnectionTimeout; // 0x007C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeoutMultiplierForUnoptimizedBuilds; // 0x0080(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNoTimeouts; // 0x0084(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNeverApplyNetworkEmulationSettings; // 0x0085(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_86[0x2]; // 0x0086(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + class UNetConnection* ServerConnection; // 0x0088(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ClientConnections; // 0x0090(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_A0[0x60]; // 0x00A0(0x0060)(Fixing Size After Last Property [ Dumper-7 ]) + int32 RecentlyDisconnectedTrackingTime; // 0x0100(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_104[0x3C]; // 0x0104(0x003C)(Fixing Size After Last Property [ Dumper-7 ]) + class UWorld* World; // 0x0140(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPackage* WorldPackage; // 0x0148(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_150[0x20]; // 0x0150(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + class UClass* NetConnectionClass; // 0x0170(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* ReplicationDriverClass; // 0x0178(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_180[0x10]; // 0x0180(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class FName NetDriverName; // 0x0190(0x0008)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ChannelDefinitions; // 0x0198(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + TMap ChannelDefinitionMap; // 0x01A8(0x0050)(NativeAccessSpecifierPublic) + TArray ActorChannelPool; // 0x01F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_208[0x8]; // 0x0208(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float Time; // 0x0210(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_214[0x4EC]; // 0x0214(0x04EC)(Fixing Size After Last Property [ Dumper-7 ]) + class UReplicationDriver* ReplicationDriver; // 0x0700(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_708[0x58]; // 0x0708(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NetDriver") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NetDriver") + } + static class UNetDriver* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNetDriver; + +// Class Engine.MaterialExpressionConstant2Vector +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionConstant2Vector final : public UMaterialExpression +{ +public: + float R; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float G; // 0x0044(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionConstant2Vector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionConstant2Vector") + } + static class UMaterialExpressionConstant2Vector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector; + +// Class Engine.OnlineSession +// 0x0000 (0x0028 - 0x0028) +class UOnlineSession : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("OnlineSession") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"OnlineSession") + } + static class UOnlineSession* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UOnlineSession; + +// Class Engine.KismetStringTableLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetStringTableLibrary final : public UBlueprintFunctionLibrary +{ +public: + static TArray GetKeysFromStringTable(const class FName TableId); + static TArray GetMetaDataIdsFromStringTableEntry(const class FName TableId, const class FString& Key); + static TArray GetRegisteredStringTables(); + static class FString GetTableEntryMetaData(const class FName TableId, const class FString& Key, const class FName MetaDataId); + static class FString GetTableEntrySourceString(const class FName TableId, const class FString& Key); + static class FString GetTableNamespace(const class FName TableId); + static bool IsRegisteredTableEntry(const class FName TableId, const class FString& Key); + static bool IsRegisteredTableId(const class FName TableId); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetStringTableLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetStringTableLibrary") + } + static class UKismetStringTableLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetStringTableLibrary; + +// Class Engine.ControlChannel +// 0x0018 (0x0080 - 0x0068) +class UControlChannel : public UChannel +{ +public: + uint8 Pad_68[0x18]; // 0x0068(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ControlChannel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ControlChannel") + } + static class UControlChannel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UControlChannel; + +// Class Engine.ChildConnection +// 0x0008 (0x1BB0 - 0x1BA8) +class UChildConnection final : public UNetConnection +{ +public: + class UNetConnection* Parent; // 0x1BA8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ChildConnection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ChildConnection") + } + static class UChildConnection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UChildConnection; + +// Class Engine.ExponentialHeightFog +// 0x0010 (0x0238 - 0x0228) +class AExponentialHeightFog final : public AInfo +{ +public: + class UExponentialHeightFogComponent* Component; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bEnabled : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x7]; // 0x0231(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_bEnabled(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ExponentialHeightFog") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ExponentialHeightFog") + } + static class AExponentialHeightFog* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AExponentialHeightFog; + +// Class Engine.GameInstance +// 0x0180 (0x01A8 - 0x0028) +class UGameInstance : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray LocalPlayers; // 0x0038(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + class UOnlineSession* OnlineSession; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray ReferencedObjects; // 0x0050(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + uint8 Pad_60[0x18]; // 0x0060(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnPawnControllerChangedDelegates; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, Protected, NativeAccessSpecifierProtected) + uint8 Pad_88[0x120]; // 0x0088(0x0120)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void DebugCreatePlayer(int32 ControllerId); + void DebugRemovePlayer(int32 ControllerId); + void HandleNetworkError(ENetworkFailure FailureType, bool bIsServer); + void HandleTravelError(ETravelFailure FailureType); + void ReceiveInit(); + void ReceiveShutdown(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameInstance") + } + static class UGameInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGameInstance; + +// Class Engine.InterpTrackInstVectorMaterialParam +// 0x0038 (0x0060 - 0x0028) +class UInterpTrackInstVectorMaterialParam final : public UInterpTrackInst +{ +public: + TArray MaterialInstances; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ResetVectors; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray PrimitiveMaterialRefs; // 0x0048(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class UInterpTrackVectorMaterialParam* InstancedTrack; // 0x0058(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstVectorMaterialParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstVectorMaterialParam") + } + static class UInterpTrackInstVectorMaterialParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstVectorMaterialParam; + +// Class Engine.DemoNetDriver +// 0x0B78 (0x12D8 - 0x0760) +class UDemoNetDriver final : public UNetDriver +{ +public: + uint8 Pad_760[0xF8]; // 0x0760(0x00F8)(Fixing Size After Last Property [ Dumper-7 ]) + TMap RollbackNetStartupActors; // 0x0858(0x0050)(Transient, NativeAccessSpecifierPublic) + uint8 Pad_8A8[0x15C]; // 0x08A8(0x015C)(Fixing Size After Last Property [ Dumper-7 ]) + float CheckpointSaveMaxMSPerFrame; // 0x0A04(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_A08[0x20]; // 0x0A08(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MulticastRecordOptions; // 0x0A28(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPrivate) + bool bIsLocalReplay; // 0x0A38(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A39[0x7]; // 0x0A39(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SpectatorControllers; // 0x0A40(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + uint8 Pad_A50[0x888]; // 0x0A50(0x0888)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DemoNetDriver") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DemoNetDriver") + } + static class UDemoNetDriver* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDemoNetDriver; + +// Class Engine.WorldSubsystem +// 0x0000 (0x0030 - 0x0030) +class UWorldSubsystem : public USubsystem +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("WorldSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"WorldSubsystem") + } + static class UWorldSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UWorldSubsystem; + +// Class Engine.MaterialExpressionBumpOffset +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionBumpOffset final : public UMaterialExpression +{ +public: + struct FExpressionInput Coordinate; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Height; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput HeightRatioInput; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float HeightRatio; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReferencePlane; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 ConstCoordinate; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionBumpOffset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionBumpOffset") + } + static class UMaterialExpressionBumpOffset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionBumpOffset; + +// Class Engine.AnimSequenceBase +// 0x0028 (0x00A8 - 0x0080) +class UAnimSequenceBase : public UAnimationAsset +{ +public: + TArray Notifies; // 0x0080(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + float SequenceLength; // 0x0090(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RateScale; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawCurveTracks RawCurveData; // 0x0098(0x0010)(NativeAccessSpecifierPublic) + +public: + float GetPlayLength(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimSequenceBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimSequenceBase") + } + static class UAnimSequenceBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimSequenceBase; + +// Class Engine.AnimStreamable +// 0x0038 (0x00E0 - 0x00A8) +class UAnimStreamable final : public UAnimSequenceBase +{ +public: + int32 NumFrames; // 0x00A8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimInterpolationType Interpolation; // 0x00AC(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_AD[0x3]; // 0x00AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName RetargetSource; // 0x00B0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B8[0x10]; // 0x00B8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimBoneCompressionSettings* BoneCompressionSettings; // 0x00C8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimCurveCompressionSettings* CurveCompressionSettings; // 0x00D0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableRootMotion; // 0x00D8(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERootMotionRootLock RootMotionRootLock; // 0x00D9(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceRootLock; // 0x00DA(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseNormalizedRootMotionScale; // 0x00DB(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DC[0x4]; // 0x00DC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimStreamable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimStreamable") + } + static class UAnimStreamable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimStreamable; + +// Class Engine.MaterialExpressionParticleRandom +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleRandom final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleRandom") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleRandom") + } + static class UMaterialExpressionParticleRandom* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleRandom; + +// Class Engine.CameraShakeBase +// 0x0088 (0x00B0 - 0x0028) +#pragma pack(push, 0x1) +class alignas(0x10) UCameraShakeBase : public UObject +{ +public: + bool bSingleInstance; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ShakeScale; // 0x002C(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCameraShakePattern* RootShakePattern; // 0x0030(0x0008)(Edit, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class APlayerCameraManager* CameraManager; // 0x0038(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_40[0x68]; // 0x0040(0x0068)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetRootShakePattern(class UCameraShakePattern* InPattern); + + class UCameraShakePattern* GetRootShakePattern() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraShakeBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraShakeBase") + } + static class UCameraShakeBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UCameraShakeBase; + +// Class Engine.VOIPTalker +// 0x0038 (0x00E8 - 0x00B0) +class UVOIPTalker final : public UActorComponent +{ +public: + struct FVoiceSettings Settings; // 0x00B0(0x0018)(Edit, BlueprintVisible, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_C8[0x20]; // 0x00C8(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UVOIPTalker* CreateTalkerForPlayer(class APlayerState* OwningState); + + void BPOnTalkingBegin(class UAudioComponent* AudioComponent); + void BPOnTalkingEnd(); + float GetVoiceLevel(); + void RegisterWithPlayerState(class APlayerState* OwningState); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VOIPTalker") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VOIPTalker") + } + static class UVOIPTalker* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVOIPTalker; + +// Class Engine.MaterialExpressionVertexColor +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionVertexColor final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVertexColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVertexColor") + } + static class UMaterialExpressionVertexColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVertexColor; + +// Class Engine.GameMode +// 0x0048 (0x0310 - 0x02C8) +class AGameMode : public AGameModeBase +{ +public: + class FName MatchState; // 0x02C8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 bDelayedStart : 1; // 0x02D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2D1[0x3]; // 0x02D1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NumSpectators; // 0x02D4(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumPlayers; // 0x02D8(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumBots; // 0x02DC(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinRespawnDelay; // 0x02E0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumTravellingPlayers; // 0x02E4(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf EngineMessageClass; // 0x02E8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray InactivePlayerArray; // 0x02F0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float InactivePlayerStateLifeSpan; // 0x0300(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 MaxInactivePlayers; // 0x0304(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bHandleDedicatedServerReplays; // 0x0308(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_309[0x7]; // 0x0309(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AbortMatch(); + void EndMatch(); + void K2_OnSetMatchState(class FName NewState); + bool ReadyToEndMatch(); + bool ReadyToStartMatch(); + void RestartGame(); + void Say(const class FString& Msg); + void SetBandwidthLimit(float AsyncIOBandwidthLimit); + void StartMatch(); + + class FName GetMatchState() const; + bool IsMatchInProgress() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameMode") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameMode") + } + static class AGameMode* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGameMode; + +// Class Engine.AnimCompositeBase +// 0x0000 (0x00A8 - 0x00A8) +class UAnimCompositeBase : public UAnimSequenceBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompositeBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompositeBase") + } + static class UAnimCompositeBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompositeBase; + +// Class Engine.AnimMontage +// 0x0128 (0x01D0 - 0x00A8) +class UAnimMontage final : public UAnimCompositeBase +{ +public: + struct FAlphaBlend BlendIn; // 0x00A8(0x0030)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float BlendInTime; // 0x00D8(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DC[0x4]; // 0x00DC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FAlphaBlend BlendOut; // 0x00E0(0x0030)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0110(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTriggerTime; // 0x0114(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SyncGroup; // 0x0118(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SyncSlotIndex; // 0x0120(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_124[0x4]; // 0x0124(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMarkerSyncData MarkerData; // 0x0128(0x0020)(NativeAccessSpecifierPublic) + TArray CompositeSections; // 0x0148(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray SlotAnimTracks; // 0x0158(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray BranchingPoints; // 0x0168(0x0010)(ZeroConstructor, Deprecated, NativeAccessSpecifierPublic) + bool bEnableRootMotionTranslation; // 0x0178(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableRootMotionRotation; // 0x0179(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableAutoBlendOut; // 0x017A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERootMotionRootLock RootMotionRootLock; // 0x017B(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_17C[0x4]; // 0x017C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BranchingPointMarkers; // 0x0180(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray BranchingPointStateNotifyIndices; // 0x0190(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + struct FTimeStretchCurve TimeStretchCurve; // 0x01A0(0x0028)(Edit, NativeAccessSpecifierPublic) + class FName TimeStretchCurveName; // 0x01C8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + float GetDefaultBlendOutTime() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimMontage") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimMontage") + } + static class UAnimMontage* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimMontage; + +// Class Engine.MaterialExpressionAppendVector +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionAppendVector final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAppendVector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAppendVector") + } + static class UMaterialExpressionAppendVector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAppendVector; + +// Class Engine.RigidBodyBase +// 0x0000 (0x0228 - 0x0228) +class ARigidBodyBase : public AActor +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RigidBodyBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RigidBodyBase") + } + static class ARigidBodyBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ARigidBodyBase; + +// Class Engine.Console +// 0x0108 (0x0130 - 0x0028) +class UConsole final : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class ULocalPlayer* ConsoleTargetPlayer; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultTexture_Black; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultTexture_White; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_50[0x18]; // 0x0050(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TArray HistoryBuffer; // 0x0068(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + uint8 Pad_78[0xB8]; // 0x0078(0x00B8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Console") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Console") + } + static class UConsole* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UConsole; + +// Class Engine.MaterialExpressionTextureSampleParameter2D +// 0x0000 (0x0080 - 0x0080) +class UMaterialExpressionTextureSampleParameter2D : public UMaterialExpressionTextureSampleParameter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSampleParameter2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSampleParameter2D") + } + static class UMaterialExpressionTextureSampleParameter2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D; + +// Class Engine.AnimNotifyState_TimedParticleEffect +// 0x0030 (0x0060 - 0x0030) +class UAnimNotifyState_TimedParticleEffect final : public UAnimNotifyState +{ +public: + class UParticleSystem* PSTemplate; // 0x0030(0x0008)(Edit, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0038(0x0008)(Edit, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LocationOffset; // 0x0040(0x000C)(Edit, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RotationOffset; // 0x004C(0x000C)(Edit, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bDestroyAtEnd; // 0x0058(0x0001)(Edit, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotifyState_TimedParticleEffect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotifyState_TimedParticleEffect") + } + static class UAnimNotifyState_TimedParticleEffect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotifyState_TimedParticleEffect; + +// Class Engine.MaterialExpressionArctangentFast +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionArctangentFast final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArctangentFast") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArctangentFast") + } + static class UMaterialExpressionArctangentFast* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArctangentFast; + +// Class Engine.MaterialExpressionRerouteBase +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionRerouteBase : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRerouteBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRerouteBase") + } + static class UMaterialExpressionRerouteBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRerouteBase; + +// Class Engine.MaterialExpressionNamedRerouteBase +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionNamedRerouteBase : public UMaterialExpressionRerouteBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionNamedRerouteBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionNamedRerouteBase") + } + static class UMaterialExpressionNamedRerouteBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase; + +// Class Engine.MaterialExpressionNamedRerouteUsage +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionNamedRerouteUsage final : public UMaterialExpressionNamedRerouteBase +{ +public: + class UMaterialExpressionNamedRerouteDeclaration* Declaration; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid DeclarationGuid; // 0x0048(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionNamedRerouteUsage") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionNamedRerouteUsage") + } + static class UMaterialExpressionNamedRerouteUsage* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteUsage; + +// Class Engine.SplineComponent +// 0x0100 (0x0550 - 0x0450) +#pragma pack(push, 0x1) +class alignas(0x10) USplineComponent : public UPrimitiveComponent +{ +public: + struct FSplineCurves SplineCurves; // 0x0450(0x0070)(Edit, NativeAccessSpecifierPublic) + struct FInterpCurveVector SplineInfo; // 0x04C0(0x0018)(ZeroConstructor, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveQuat SplineRotInfo; // 0x04D8(0x0018)(ZeroConstructor, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveVector SplineScaleInfo; // 0x04F0(0x0018)(ZeroConstructor, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveFloat SplineReparamTable; // 0x0508(0x0018)(ZeroConstructor, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAllowSplineEditingPerInstance; // 0x0520(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_521[0x3]; // 0x0521(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReparamStepsPerSegment; // 0x0524(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0528(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStationaryEndpoints; // 0x052C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSplineHasBeenEdited; // 0x052D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bModifiedByConstructionScript; // 0x052E(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInputSplinePointsToConstructionScript; // 0x052F(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDrawDebug; // 0x0530(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClosedLoop; // 0x0531(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + bool bLoopPositionOverride; // 0x0532(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_533[0x1]; // 0x0533(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float LoopPosition; // 0x0534(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FVector DefaultUpVector; // 0x0538(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_544[0x4]; // 0x0544(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddPoint(const struct FSplinePoint& Point, bool bUpdateSpline); + void AddPoints(const TArray& Points, bool bUpdateSpline); + void AddSplineLocalPoint(const struct FVector& Position); + void AddSplinePoint(const struct FVector& Position, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void AddSplinePointAtIndex(const struct FVector& Position, int32 Index_0, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void AddSplineWorldPoint(const struct FVector& Position); + void ClearSplinePoints(bool bUpdateSpline); + void RemoveSplinePoint(int32 Index_0, bool bUpdateSpline); + void SetClosedLoop(bool bInClosedLoop, bool bUpdateSpline); + void SetClosedLoopAtPosition(bool bInClosedLoop, float Key, bool bUpdateSpline); + void SetDefaultUpVector(const struct FVector& UpVector, ESplineCoordinateSpace CoordinateSpace); + void SetDrawDebug(bool bShow); + void SetLocationAtSplinePoint(int32 PointIndex, const struct FVector& InLocation, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void SetRotationAtSplinePoint(int32 PointIndex, const struct FRotator& InRotation, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void SetScaleAtSplinePoint(int32 PointIndex, const struct FVector& InScaleVector, bool bUpdateSpline); + void SetSelectedSplineSegmentColor(const struct FLinearColor& SegmentColor); + void SetSplineLocalPoints(const TArray& Points); + void SetSplinePoints(const TArray& Points, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void SetSplinePointType(int32 PointIndex, ESplinePointType Type, bool bUpdateSpline); + void SetSplineWorldPoints(const TArray& Points); + void SetTangentAtSplinePoint(int32 PointIndex, const struct FVector& InTangent, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void SetTangentColor(const struct FLinearColor& TangentColor); + void SetTangentsAtSplinePoint(int32 PointIndex, const struct FVector& InArriveTangent, const struct FVector& InLeaveTangent, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void SetUnselectedSplineSegmentColor(const struct FLinearColor& SegmentColor); + void SetUpVectorAtSplinePoint(int32 PointIndex, const struct FVector& InUpVector, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline); + void SetWorldLocationAtSplinePoint(int32 PointIndex, const struct FVector& InLocation); + void UpdateSpline(); + + struct FVector FindDirectionClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + float FindInputKeyClosestToWorldLocation(const struct FVector& WorldLocation) const; + struct FVector FindLocationClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector FindRightVectorClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + float FindRollClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + struct FRotator FindRotationClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector FindScaleClosestToWorldLocation(const struct FVector& WorldLocation) const; + struct FVector FindTangentClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + struct FTransform FindTransformClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const; + struct FVector FindUpVectorClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetArriveTangentAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetDefaultUpVector(ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetDirectionAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetDirectionAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetDirectionAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetDirectionAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + float GetDistanceAlongSplineAtSplineInputKey(float InKey) const; + float GetDistanceAlongSplineAtSplinePoint(int32 PointIndex) const; + float GetFloatPropertyAtSplineInputKey(float InKey, class FName PropertyName) const; + float GetFloatPropertyAtSplinePoint(int32 Index_0, class FName PropertyName) const; + float GetInputKeyAtDistanceAlongSpline(float Distance) const; + struct FVector GetLeaveTangentAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + void GetLocalLocationAndTangentAtSplinePoint(int32 PointIndex, struct FVector* LocalLocation, struct FVector* LocalTangent) const; + void GetLocationAndTangentAtSplinePoint(int32 PointIndex, struct FVector* Location, struct FVector* Tangent, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetLocationAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetLocationAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetLocationAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetLocationAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + int32 GetNumberOfSplinePoints() const; + int32 GetNumberOfSplineSegments() const; + struct FQuat GetQuaternionAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetRightVectorAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetRightVectorAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetRightVectorAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetRightVectorAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + float GetRollAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + float GetRollAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + float GetRollAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + float GetRollAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + struct FRotator GetRotationAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + struct FRotator GetRotationAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FRotator GetRotationAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FRotator GetRotationAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + struct FVector GetScaleAtDistanceAlongSpline(float Distance) const; + struct FVector GetScaleAtSplineInputKey(float InKey) const; + struct FVector GetScaleAtSplinePoint(int32 PointIndex) const; + struct FVector GetScaleAtTime(float Time, bool bUseConstantVelocity) const; + float GetSplineLength() const; + ESplinePointType GetSplinePointType(int32 PointIndex) const; + struct FVector GetTangentAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetTangentAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetTangentAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetTangentAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + struct FTransform GetTransformAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const; + struct FTransform GetTransformAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const; + struct FTransform GetTransformAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const; + struct FTransform GetTransformAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity, bool bUseScale) const; + struct FVector GetUpVectorAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetUpVectorAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetUpVectorAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const; + struct FVector GetUpVectorAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const; + struct FVector GetVectorPropertyAtSplineInputKey(float InKey, class FName PropertyName) const; + struct FVector GetVectorPropertyAtSplinePoint(int32 Index_0, class FName PropertyName) const; + struct FVector GetWorldDirectionAtDistanceAlongSpline(float Distance) const; + struct FVector GetWorldDirectionAtTime(float Time, bool bUseConstantVelocity) const; + struct FVector GetWorldLocationAtDistanceAlongSpline(float Distance) const; + struct FVector GetWorldLocationAtSplinePoint(int32 PointIndex) const; + struct FVector GetWorldLocationAtTime(float Time, bool bUseConstantVelocity) const; + struct FRotator GetWorldRotationAtDistanceAlongSpline(float Distance) const; + struct FRotator GetWorldRotationAtTime(float Time, bool bUseConstantVelocity) const; + struct FVector GetWorldTangentAtDistanceAlongSpline(float Distance) const; + bool IsClosedLoop() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SplineComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SplineComponent") + } + static class USplineComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_USplineComponent; + +// Class Engine.Commandlet +// 0x0058 (0x0080 - 0x0028) +class UCommandlet : public UObject +{ +public: + class FString HelpDescription; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString HelpUsage; // 0x0038(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString HelpWebLink; // 0x0048(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray HelpParamNames; // 0x0058(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray HelpParamDescriptions; // 0x0068(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 IsServer : 1; // 0x0078(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 IsClient : 1; // 0x0078(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 IsEditor : 1; // 0x0078(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 LogToConsole : 1; // 0x0078(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 ShowErrorCount : 1; // 0x0078(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 ShowProgress : 1; // 0x0078(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Commandlet") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Commandlet") + } + static class UCommandlet* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCommandlet; + +// Class Engine.MaterialExpressionDistanceToNearestSurface +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionDistanceToNearestSurface final : public UMaterialExpression +{ +public: + struct FExpressionInput Position; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDistanceToNearestSurface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDistanceToNearestSurface") + } + static class UMaterialExpressionDistanceToNearestSurface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDistanceToNearestSurface; + +// Class Engine.AssetImportData +// 0x0000 (0x0028 - 0x0028) +class UAssetImportData : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AssetImportData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AssetImportData") + } + static class UAssetImportData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAssetImportData; + +// Class Engine.MaterialExpressionActorPositionWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionActorPositionWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionActorPositionWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionActorPositionWS") + } + static class UMaterialExpressionActorPositionWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionActorPositionWS; + +// Class Engine.MaterialExpressionPrecomputedAOMask +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPrecomputedAOMask final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPrecomputedAOMask") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPrecomputedAOMask") + } + static class UMaterialExpressionPrecomputedAOMask* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPrecomputedAOMask; + +// Class Engine.Controller +// 0x0078 (0x02A0 - 0x0228) +class AController : public AActor +{ +public: + uint8 Pad_228[0x8]; // 0x0228(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerState* PlayerState; // 0x0230(0x0008)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_238[0x8]; // 0x0238(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnInstigatedAnyDamage; // 0x0240(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + class FName StateName; // 0x0250(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APawn* Pawn; // 0x0258(0x0008)(Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_260[0x8]; // 0x0260(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class ACharacter* Character; // 0x0268(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USceneComponent* TransformComponent; // 0x0270(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_278[0x18]; // 0x0278(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ControlRotation; // 0x0290(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected) + uint8 bAttachToPawn : 1; // 0x029C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_29D[0x3]; // 0x029D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class APlayerController* CastToPlayerController(); + void ClientSetLocation(const struct FVector& NewLocation, const struct FRotator& NewRotation); + void ClientSetRotation(const struct FRotator& NewRotation, bool bResetCamera); + void OnRep_Pawn(); + void OnRep_PlayerState(); + void Possess(class APawn* InPawn); + void ReceiveInstigatedAnyDamage(float Damage, const class UDamageType* DamageType, class AActor* DamagedActor, class AActor* DamageCauser); + void ReceivePossess(class APawn* PossessedPawn); + void ReceiveUnPossess(class APawn* UnpossessedPawn); + void ResetIgnoreInputFlags(); + void ResetIgnoreLookInput(); + void ResetIgnoreMoveInput(); + void SetControlRotation(const struct FRotator& NewRotation); + void SetIgnoreLookInput(bool bNewLookInput); + void SetIgnoreMoveInput(bool bNewMoveInput); + void SetInitialLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation); + void StopMovement(); + void UnPossess(); + + struct FRotator GetControlRotation() const; + struct FRotator GetDesiredRotation() const; + class AActor* GetViewTarget() const; + bool IsLocalController() const; + bool IsLocalPlayerController() const; + bool IsLookInputIgnored() const; + bool IsMoveInputIgnored() const; + bool IsPlayerController() const; + class APawn* K2_GetPawn() const; + bool LineOfSightTo(const class AActor* Other, const struct FVector& ViewPoint, bool bAlternateChecks) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Controller") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Controller") + } + static class AController* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AController; + +// Class Engine.PlayerController +// 0x02E8 (0x0588 - 0x02A0) +class APlayerController : public AController +{ +public: + class UPlayer* Player; // 0x02A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APawn* AcknowledgedPawn; // 0x02A8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInterpTrackInstDirector* ControllingDirTrackInst; // 0x02B0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AHUD* MyHUD; // 0x02B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerCameraManager* PlayerCameraManager; // 0x02C0(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf PlayerCameraManagerClass; // 0x02C8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoManageActiveCameraTarget; // 0x02D0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2D1[0x3]; // 0x02D1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator TargetViewRotation; // 0x02D4(0x000C)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2E0[0xC]; // 0x02E0(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + float SmoothTargetViewRotationSpeed; // 0x02EC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2F0[0x8]; // 0x02F0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray HiddenActors; // 0x02F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray> HiddenPrimitiveComponents; // 0x0308(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic) + uint8 Pad_318[0x4]; // 0x0318(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float LastSpectatorStateSynchTime; // 0x031C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LastSpectatorSyncLocation; // 0x0320(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator LastSpectatorSyncRotation; // 0x032C(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 ClientCap; // 0x0338(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33C[0x4]; // 0x033C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UCheatManager* CheatManager; // 0x0340(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf CheatClass; // 0x0348(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPlayerInput* PlayerInput; // 0x0350(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActiveForceFeedbackEffects; // 0x0358(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + uint8 Pad_368[0x80]; // 0x0368(0x0080)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_3E8_0 : 4; // 0x03E8(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bPlayerIsWaiting : 1; // 0x03E8(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3E9[0x3]; // 0x03E9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 NetPlayerIndex; // 0x03EC(0x0001)(ZeroConstructor, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3ED[0x3B]; // 0x03ED(0x003B)(Fixing Size After Last Property [ Dumper-7 ]) + class UNetConnection* PendingSwapConnection; // 0x0428(0x0008)(ZeroConstructor, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UNetConnection* NetConnection; // 0x0430(0x0008)(ZeroConstructor, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_438[0xC]; // 0x0438(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + float InputYawScale; // 0x0444(0x0004)(Edit, BlueprintVisible, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InputPitchScale; // 0x0448(0x0004)(Edit, BlueprintVisible, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InputRollScale; // 0x044C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShowMouseCursor : 1; // 0x0450(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableClickEvents : 1; // 0x0450(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableTouchEvents : 1; // 0x0450(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableMouseOverEvents : 1; // 0x0450(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableTouchOverEvents : 1; // 0x0450(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceFeedbackEnabled : 1; // 0x0450(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_451[0x3]; // 0x0451(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ForceFeedbackScale; // 0x0454(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ClickEventKeys; // 0x0458(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + EMouseCursor DefaultMouseCursor; // 0x0468(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMouseCursor CurrentMouseCursor; // 0x0469(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel DefaultClickTraceChannel; // 0x046A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel CurrentClickTraceChannel; // 0x046B(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HitResultTraceDistance; // 0x046C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint16 SeamlessTravelCount; // 0x0470(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint16 LastCompletedSeamlessTravelCount; // 0x0472(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_474[0x74]; // 0x0474(0x0074)(Fixing Size After Last Property [ Dumper-7 ]) + class UInputComponent* InactiveStateInputComponent; // 0x04E8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 BitPad_4F0_0 : 2; // 0x04F0(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bShouldPerformFullTickWhenPaused : 1; // 0x04F0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_4F1[0x17]; // 0x04F1(0x0017)(Fixing Size After Last Property [ Dumper-7 ]) + class UTouchInterface* CurrentTouchInterface; // 0x0508(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_510[0x50]; // 0x0510(0x0050)(Fixing Size After Last Property [ Dumper-7 ]) + class ASpectatorPawn* SpectatorPawn; // 0x0560(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_568[0x4]; // 0x0568(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + bool bIsLocalPlayerController; // 0x056C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_56D[0x3]; // 0x056D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector SpawnLocation; // 0x0570(0x000C)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_57C[0xC]; // 0x057C(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ActivateTouchInterface(class UTouchInterface* NewTouchInterface); + void AddPitchInput(float Val); + void AddRollInput(float Val); + void AddYawInput(float Val); + void Camera(class FName NewMode); + bool CanRestartPlayer(); + void ClearAudioListenerAttenuationOverride(); + void ClearAudioListenerOverride(); + void ClientAddTextureStreamingLoc(const struct FVector& InLoc, float Duration, bool bOverrideLocation); + void ClientCancelPendingMapChange(); + void ClientCapBandwidth(int32 Cap); + void ClientClearCameraLensEffects(); + void ClientCommitMapChange(); + void ClientEnableNetworkVoice(bool bEnable); + void ClientEndOnlineSession(); + void ClientFlushLevelStreaming(); + void ClientForceGarbageCollection(); + void ClientGameEnded(class AActor* EndGameFocus, bool bIsWinner); + void ClientGotoState(class FName NewState); + void ClientIgnoreLookInput(bool bIgnore); + void ClientIgnoreMoveInput(bool bIgnore); + void ClientMessage(const class FString& S, class FName Type, float MsgLifeTime); + void ClientMutePlayer(const struct FUniqueNetIdRepl& PlayerId); + void ClientPlayCameraAnim(class UCameraAnim* AnimToPlay, float Scale, float Rate, float BlendInTime, float BlendOutTime, bool bLoop, bool bRandomStartTime, ECameraShakePlaySpace Space, const struct FRotator& CustomPlaySpace); + void ClientPlayForceFeedback_Internal(class UForceFeedbackEffect* ForceFeedbackEffect, const struct FForceFeedbackParameters& Params_0); + void ClientPlaySound(class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier); + void ClientPlaySoundAtLocation(class USoundBase* Sound, const struct FVector& Location, float VolumeMultiplier, float PitchMultiplier); + void ClientPrepareMapChange(class FName LevelName, bool bFirst, bool bLast); + void ClientPrestreamTextures(class AActor* ForcedActor, float ForceDuration, bool bEnableStreaming, int32 CinematicTextureGroups); + void ClientReceiveLocalizedMessage(TSubclassOf Message, int32 Switch, class APlayerState* RelatedPlayerState_1, class APlayerState* RelatedPlayerState_2, class UObject* OptionalObject); + void ClientRepObjRef(class UObject* Object); + void ClientReset(); + void ClientRestart(class APawn* NewPawn); + void ClientRetryClientRestart(class APawn* NewPawn); + void ClientReturnToMainMenu(const class FString& ReturnReason); + void ClientReturnToMainMenuWithTextReason(const class FText& ReturnReason); + void ClientSetBlockOnAsyncLoading(); + void ClientSetCameraFade(bool bEnableFading, const struct FColor& FadeColor, const struct FVector2D& FadeAlpha, float FadeTime, bool bFadeAudio, bool bHoldWhenFinished); + void ClientSetCameraMode(class FName NewCamMode); + void ClientSetCinematicMode(bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning, bool bAffectsHUD); + void ClientSetForceMipLevelsToBeResident(class UMaterialInterface* Material, float ForceDuration, int32 CinematicTextureGroups); + void ClientSetHUD(TSubclassOf NewHUDClass); + void ClientSetSpectatorWaiting(bool bWaiting); + void ClientSetViewTarget(class AActor* A, const struct FViewTargetTransitionParams& TransitionParams); + void ClientSpawnCameraLensEffect(TSubclassOf LensEffectEmitterClass); + void ClientStartCameraShake(TSubclassOf Shake, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot); + void ClientStartCameraShakeFromSource(TSubclassOf Shake, class UCameraShakeSourceComponent* SourceComponent); + void ClientStartOnlineSession(); + void ClientStopCameraAnim(class UCameraAnim* AnimToStop); + void ClientStopCameraShake(TSubclassOf Shake, bool bImmediately); + void ClientStopCameraShakesFromSource(class UCameraShakeSourceComponent* SourceComponent, bool bImmediately); + void ClientStopForceFeedback(class UForceFeedbackEffect* ForceFeedbackEffect, class FName Tag); + void ClientTeamMessage(class APlayerState* SenderPlayerState, const class FString& S, class FName Type, float MsgLifeTime); + void ClientTravel(const class FString& URL, ETravelType TravelType, bool bSeamless, const struct FGuid& MapPackageGuid); + void ClientTravelInternal(const class FString& URL, ETravelType TravelType, bool bSeamless, const struct FGuid& MapPackageGuid); + void ClientUnmutePlayer(const struct FUniqueNetIdRepl& PlayerId); + void ClientUpdateLevelStreamingStatus(class FName PackageName, bool bNewShouldBeLoaded, bool bNewShouldBeVisible, bool bNewShouldBlockOnLoad, int32 LODIndex); + void ClientUpdateMultipleLevelsStreamingStatus(const TArray& LevelStatuses); + void ClientVoiceHandshakeComplete(); + void ClientWasKicked(const class FText& KickReason); + void ConsoleKey(const struct FKey& Key); + void EnableCheats(); + void FOV(float NewFOV); + void K2_ClientPlayForceFeedback(class UForceFeedbackEffect* ForceFeedbackEffect, class FName Tag, bool bLooping, bool bIgnoreTimeDilation, bool bPlayWhilePaused); + void LocalTravel(const class FString& URL); + void OnServerStartedVisualLogger(bool bIsLogging); + void Pause(); + void PlayDynamicForceFeedback(float Intensity, float Duration, bool bAffectsLeftLarge, bool bAffectsLeftSmall, bool bAffectsRightLarge, bool bAffectsRightSmall, EDynamicForceFeedbackAction Action, const struct FLatentActionInfo& LatentInfo); + void PlayHapticEffect(class UHapticFeedbackEffect_Base* HapticEffect, EControllerHand Hand, float Scale, bool bLoop); + void ResetControllerLightColor(); + void RestartLevel(); + void SendToConsole(const class FString& Command); + void ServerAcknowledgePossession(class APawn* P); + void ServerCamera(class FName NewMode); + void ServerChangeName(const class FString& S); + void ServerCheckClientPossession(); + void ServerCheckClientPossessionReliable(); + void ServerExec(const class FString& Msg); + void ServerExecRPC(const class FString& Msg); + void ServerMutePlayer(const struct FUniqueNetIdRepl& PlayerId); + void ServerNotifyLoadedWorld(class FName WorldPackageName); + void ServerPause(); + void ServerRestartPlayer(); + void ServerSetSpectatorLocation(const struct FVector& NewLoc, const struct FRotator& NewRot); + void ServerSetSpectatorWaiting(bool bWaiting); + void ServerShortTimeout(); + void ServerToggleAILogging(); + void ServerUnmutePlayer(const struct FUniqueNetIdRepl& PlayerId); + void ServerUpdateCamera(const struct FVector_NetQuantize& CamLoc, int32 CamPitchAndYaw); + void ServerUpdateLevelVisibility(const struct FUpdateLevelVisibilityLevelInfo& LevelVisibility); + void ServerUpdateMultipleLevelsVisibility(const TArray& LevelVisibilities); + void ServerVerifyViewTarget(); + void ServerViewNextPlayer(); + void ServerViewPrevPlayer(); + void ServerViewSelf(const struct FViewTargetTransitionParams& TransitionParams); + void SetAudioListenerAttenuationOverride(class USceneComponent* AttachToComponent, const struct FVector& AttenuationLocationOVerride); + void SetAudioListenerOverride(class USceneComponent* AttachToComponent, const struct FVector& Location, const struct FRotator& Rotation); + void SetCinematicMode(bool bInCinematicMode, bool bHidePlayer, bool bAffectsHUD, bool bAffectsMovement, bool bAffectsTurning); + void SetControllerLightColor(const struct FColor& Color); + void SetDisableHaptics(bool bNewDisabled); + void SetHapticsByValue(const float Frequency, const float Amplitude, EControllerHand Hand); + void SetMouseCursorWidget(EMouseCursor cursor, class UUserWidget* CursorWidget); + void SetMouseLocation(const int32 X, const int32 Y); + void SetName(const class FString& S); + void SetViewTargetWithBlend(class AActor* NewViewTarget, float BlendTime, EViewTargetBlendFunction BlendFunc, float BlendExp, bool bLockOutgoing); + void SetVirtualJoystickVisibility(bool bVisible); + void StartFire(uint8 FireModeNum); + void StopHapticEffect(EControllerHand Hand); + void SwitchLevel(const class FString& URL); + void TestServerLevelVisibilityChange(const class FName PackageName, const class FName Filename); + void ToggleSpeaking(bool bInSpeaking); + + bool DeprojectMousePositionToWorld(struct FVector* WorldLocation, struct FVector* WorldDirection) const; + bool DeprojectScreenPositionToWorld(float ScreenX, float ScreenY, struct FVector* WorldLocation, struct FVector* WorldDirection) const; + struct FVector GetFocalLocation() const; + bool GetHitResultUnderCursor(ECollisionChannel TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const; + bool GetHitResultUnderCursorByChannel(ETraceTypeQuery TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const; + bool GetHitResultUnderCursorForObjects(const TArray& ObjectTypes, bool bTraceComplex, struct FHitResult* HitResult) const; + bool GetHitResultUnderFinger(ETouchIndex FingerIndex, ECollisionChannel TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const; + bool GetHitResultUnderFingerByChannel(ETouchIndex FingerIndex, ETraceTypeQuery TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const; + bool GetHitResultUnderFingerForObjects(ETouchIndex FingerIndex, const TArray& ObjectTypes, bool bTraceComplex, struct FHitResult* HitResult) const; + class AHUD* GetHUD() const; + float GetInputAnalogKeyState(const struct FKey& Key) const; + void GetInputAnalogStickState(EControllerAnalogStick WhichStick, float* StickX, float* StickY) const; + float GetInputKeyTimeDown(const struct FKey& Key) const; + void GetInputMotionState(struct FVector* Tilt, struct FVector* RotationRate, struct FVector* Gravity, struct FVector* Acceleration) const; + void GetInputMouseDelta(float* DeltaX, float* DeltaY) const; + void GetInputTouchState(ETouchIndex FingerIndex, float* LocationX, float* LocationY, bool* bIsCurrentlyPressed) const; + struct FVector GetInputVectorKeyState(const struct FKey& Key) const; + bool GetMousePosition(float* LocationX, float* LocationY) const; + class ASpectatorPawn* GetSpectatorPawn() const; + void GetViewportSize(int32* SizeX, int32* SizeY) const; + bool IsInputKeyDown(const struct FKey& Key) const; + bool ProjectWorldLocationToScreen(const struct FVector& WorldLocation, struct FVector2D* ScreenLocation, bool bPlayerViewportRelative) const; + bool WasInputKeyJustPressed(const struct FKey& Key) const; + bool WasInputKeyJustReleased(const struct FKey& Key) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlayerController") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlayerController") + } + static class APlayerController* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlayerController; + +// Class Engine.NavAgentInterface +// 0x0000 (0x0000 - 0x0000) +class INavAgentInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavAgentInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavAgentInterface") + } + static class INavAgentInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INavAgentInterface; + +// Class Engine.AssetUserData +// 0x0000 (0x0028 - 0x0028) +class UAssetUserData : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AssetUserData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AssetUserData") + } + static class UAssetUserData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAssetUserData; + +// Class Engine.MapBuildDataRegistry +// 0x0210 (0x0238 - 0x0028) +class UMapBuildDataRegistry final : public UObject +{ +public: + ELightingBuildQuality LevelLightingQuality; // 0x0028(0x0001)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x20F]; // 0x0029(0x020F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MapBuildDataRegistry") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MapBuildDataRegistry") + } + static class UMapBuildDataRegistry* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMapBuildDataRegistry; + +// Class Engine.MaterialExpressionPerInstanceRandom +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPerInstanceRandom final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPerInstanceRandom") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPerInstanceRandom") + } + static class UMaterialExpressionPerInstanceRandom* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom; + +// Class Engine.GameStateBase +// 0x0050 (0x0278 - 0x0228) +class AGameStateBase : public AInfo +{ +public: + TSubclassOf GameModeClass; // 0x0228(0x0008)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AGameModeBase* AuthorityGameMode; // 0x0230(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf SpectatorClass; // 0x0238(0x0008)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PlayerArray; // 0x0240(0x0010)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, NativeAccessSpecifierPublic) + bool bReplicatedHasBegunPlay; // 0x0250(0x0001)(Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_251[0x3]; // 0x0251(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReplicatedWorldTimeSeconds; // 0x0254(0x0004)(Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float ServerWorldTimeSecondsDelta; // 0x0258(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float ServerWorldTimeSecondsUpdateFrequency; // 0x025C(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_260[0x18]; // 0x0260(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_GameModeClass(); + void OnRep_ReplicatedHasBegunPlay(); + void OnRep_ReplicatedWorldTimeSeconds(); + void OnRep_SpectatorClass(); + + float GetPlayerRespawnDelay(class AController* Controller) const; + float GetPlayerStartTime(class AController* Controller) const; + float GetServerWorldTimeSeconds() const; + bool HasBegunPlay() const; + bool HasMatchEnded() const; + bool HasMatchStarted() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameStateBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameStateBase") + } + static class AGameStateBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGameStateBase; + +// Class Engine.MaterialExpressionViewProperty +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionViewProperty final : public UMaterialExpression +{ +public: + EMaterialExposedViewProperty Property; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionViewProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionViewProperty") + } + static class UMaterialExpressionViewProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionViewProperty; + +// Class Engine.GameState +// 0x0020 (0x0298 - 0x0278) +class AGameState : public AGameStateBase +{ +public: + class FName MatchState; // 0x0278(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, RepNotify, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class FName PreviousMatchState; // 0x0280(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 ElapsedTime; // 0x0288(0x0004)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28C[0xC]; // 0x028C(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_ElapsedTime(); + void OnRep_MatchState(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameState") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameState") + } + static class AGameState* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGameState; + +// Class Engine.MaterialExpressionVirtualTextureFeatureSwitch +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionVirtualTextureFeatureSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput No; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Yes; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVirtualTextureFeatureSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVirtualTextureFeatureSwitch") + } + static class UMaterialExpressionVirtualTextureFeatureSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVirtualTextureFeatureSwitch; + +// Class Engine.MaterialFunctionInterface +// 0x0018 (0x0040 - 0x0028) +class UMaterialFunctionInterface : public UObject +{ +public: + struct FGuid StateId; // 0x0028(0x0010)(ZeroConstructor, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialFunctionUsage MaterialFunctionUsage; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunctionInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunctionInterface") + } + static class UMaterialFunctionInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunctionInterface; + +// Class Engine.MaterialFunction +// 0x0018 (0x0058 - 0x0040) +class UMaterialFunction : public UMaterialFunctionInterface +{ +public: + class FString Description; // 0x0040(0x0010)(Edit, ZeroConstructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bExposeToLibrary : 1; // 0x0050(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPrefixParameterNames : 1; // 0x0050(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunction") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunction") + } + static class UMaterialFunction* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunction; + +// Class Engine.ApplicationLifecycleComponent +// 0x0090 (0x0140 - 0x00B0) +class UApplicationLifecycleComponent : public UActorComponent +{ +public: + TMulticastInlineDelegate ApplicationWillDeactivateDelegate; // 0x00B0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationHasReactivatedDelegate; // 0x00C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationWillEnterBackgroundDelegate; // 0x00D0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationHasEnteredForegroundDelegate; // 0x00E0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationWillTerminateDelegate; // 0x00F0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationShouldUnloadResourcesDelegate; // 0x0100(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate& StartupArguments)> ApplicationReceivedStartupArgumentsDelegate; // 0x0110(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnTemperatureChangeDelegate; // 0x0120(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnLowPowerModeDelegate; // 0x0130(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ApplicationLifecycleComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ApplicationLifecycleComponent") + } + static class UApplicationLifecycleComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UApplicationLifecycleComponent; + +// Class Engine.MovementComponent +// 0x0040 (0x00F0 - 0x00B0) +class UMovementComponent : public UActorComponent +{ +public: + class USceneComponent* UpdatedComponent; // 0x00B0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, Transient, InstancedReference, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* UpdatedPrimitive; // 0x00B8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, Transient, InstancedReference, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C0[0x4]; // 0x00C0(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector Velocity; // 0x00C4(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PlaneConstraintNormal; // 0x00D0(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector PlaneConstraintOrigin; // 0x00DC(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 bUpdateOnlyIfRendered : 1; // 0x00E8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoUpdateTickRegistration : 1; // 0x00E8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTickBeforeOwner : 1; // 0x00E8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoRegisterUpdatedComponent : 1; // 0x00E8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bConstrainToPlane : 1; // 0x00E8(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSnapToPlaneAtStart : 1; // 0x00E8(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoRegisterPhysicsVolumeUpdates : 1; // 0x00E8(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComponentShouldUpdatePhysicsVolume : 1; // 0x00E8(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_E9[0x2]; // 0x00E9(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + EPlaneConstraintAxisSetting PlaneConstraintAxisSetting; // 0x00EB(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_EC[0x4]; // 0x00EC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + bool K2_MoveUpdatedComponent(const struct FVector& Delta, const struct FRotator& NewRotation, struct FHitResult* OutHit, bool bSweep, bool bTeleport); + void PhysicsVolumeChanged(class APhysicsVolume* NewVolume); + void SetPlaneConstraintAxisSetting(EPlaneConstraintAxisSetting NewAxisSetting); + void SetPlaneConstraintEnabled(bool bEnabled); + void SetPlaneConstraintFromVectors(const struct FVector& Forward, const struct FVector& Up); + void SetPlaneConstraintNormal(const struct FVector& PlaneNormal); + void SetPlaneConstraintOrigin(const struct FVector& PlaneOrigin); + void SetUpdatedComponent(class USceneComponent* NewUpdatedComponent); + void SnapUpdatedComponentToPlane(); + void StopMovementImmediately(); + + struct FVector ConstrainDirectionToPlane(const struct FVector& Direction) const; + struct FVector ConstrainLocationToPlane(const struct FVector& Location) const; + struct FVector ConstrainNormalToPlane(const struct FVector& Normal) const; + float GetGravityZ() const; + float GetMaxSpeed() const; + class APhysicsVolume* GetPhysicsVolume() const; + EPlaneConstraintAxisSetting GetPlaneConstraintAxisSetting() const; + const struct FVector GetPlaneConstraintNormal() const; + const struct FVector GetPlaneConstraintOrigin() const; + bool IsExceedingMaxSpeed(float MaxSpeed) const; + float K2_GetMaxSpeedModifier() const; + float K2_GetModifiedMaxSpeed() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MovementComponent") + } + static class UMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMovementComponent; + +// Class Engine.NavMovementComponent +// 0x0040 (0x0130 - 0x00F0) +class UNavMovementComponent : public UMovementComponent +{ +public: + struct FNavAgentProperties NavAgentProps; // 0x00F0(0x0030)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FixedPathBrakingDistance; // 0x0120(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 bUpdateNavAgentWithOwnersCollision : 1; // 0x0124(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bUseAccelerationForPaths : 1; // 0x0124(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, GlobalConfig, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bUseFixedBrakingDistanceForPaths : 1; // 0x0124(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + struct FMovementProperties MovementState; // 0x0125(0x0001)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_126[0x2]; // 0x0126(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* PathFollowingComp; // 0x0128(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void StopActiveMovement(); + void StopMovementKeepPathing(); + + bool IsCrouching() const; + bool IsFalling() const; + bool IsFlying() const; + bool IsMovingOnGround() const; + bool IsSwimming() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavMovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavMovementComponent") + } + static class UNavMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavMovementComponent; + +// Class Engine.PawnMovementComponent +// 0x0008 (0x0138 - 0x0130) +class UPawnMovementComponent : public UNavMovementComponent +{ +public: + class APawn* PawnOwner; // 0x0130(0x0008)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + +public: + void AddInputVector(const struct FVector& WorldVector, bool bForce); + struct FVector ConsumeInputVector(); + + struct FVector GetLastInputVector() const; + class APawn* GetPawnOwner() const; + struct FVector GetPendingInputVector() const; + bool IsMoveInputIgnored() const; + struct FVector K2_GetInputVector() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PawnMovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PawnMovementComponent") + } + static class UPawnMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPawnMovementComponent; + +// Class Engine.FloatingPawnMovement +// 0x0018 (0x0150 - 0x0138) +class UFloatingPawnMovement : public UPawnMovementComponent +{ +public: + float MaxSpeed; // 0x0138(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Acceleration; // 0x013C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Deceleration; // 0x0140(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TurningBoost; // 0x0144(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPositionCorrected : 1; // 0x0148(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_149[0x7]; // 0x0149(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FloatingPawnMovement") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FloatingPawnMovement") + } + static class UFloatingPawnMovement* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFloatingPawnMovement; + +// Class Engine.SpectatorPawnMovement +// 0x0008 (0x0158 - 0x0150) +class USpectatorPawnMovement final : public UFloatingPawnMovement +{ +public: + uint8 bIgnoreTimeDilation : 1; // 0x0150(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_151[0x7]; // 0x0151(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SpectatorPawnMovement") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SpectatorPawnMovement") + } + static class USpectatorPawnMovement* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USpectatorPawnMovement; + +// Class Engine.MaterialExpressionConstant4Vector +// 0x0010 (0x0050 - 0x0040) +class UMaterialExpressionConstant4Vector final : public UMaterialExpression +{ +public: + struct FLinearColor Constant; // 0x0040(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionConstant4Vector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionConstant4Vector") + } + static class UMaterialExpressionConstant4Vector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector; + +// Class Engine.MaterialExpressionCollectionParameter +// 0x0020 (0x0060 - 0x0040) +class UMaterialExpressionCollectionParameter final : public UMaterialExpression +{ +public: + class UMaterialParameterCollection* Collection; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParameterName; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ParameterId; // 0x0050(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCollectionParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCollectionParameter") + } + static class UMaterialExpressionCollectionParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCollectionParameter; + +// Class Engine.CharacterMovementComponent +// 0x09B8 (0x0AF0 - 0x0138) +class UCharacterMovementComponent : public UPawnMovementComponent +{ +public: + uint8 Pad_138[0x10]; // 0x0138(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class ACharacter* CharacterOwner; // 0x0148(0x0008)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float GravityScale; // 0x0150(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxStepHeight; // 0x0154(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float JumpZVelocity; // 0x0158(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float JumpOffJumpZFactor; // 0x015C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WalkableFloorAngle; // 0x0160(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float WalkableFloorZ; // 0x0164(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EMovementMode MovementMode; // 0x0168(0x0001)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 CustomMovementMode; // 0x0169(0x0001)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENetworkSmoothingMode NetworkSmoothingMode; // 0x016A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16B[0x1]; // 0x016B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float GroundFriction; // 0x016C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_170[0x1C]; // 0x0170(0x001C)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxWalkSpeed; // 0x018C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxWalkSpeedCrouched; // 0x0190(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSwimSpeed; // 0x0194(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxFlySpeed; // 0x0198(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxCustomMovementSpeed; // 0x019C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAcceleration; // 0x01A0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinAnalogWalkSpeed; // 0x01A4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingFrictionFactor; // 0x01A8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingFriction; // 0x01AC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingSubStepTime; // 0x01B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingDecelerationWalking; // 0x01B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingDecelerationFalling; // 0x01B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingDecelerationSwimming; // 0x01BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BrakingDecelerationFlying; // 0x01C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AirControl; // 0x01C4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AirControlBoostMultiplier; // 0x01C8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AirControlBoostVelocityThreshold; // 0x01CC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FallingLateralFriction; // 0x01D0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CrouchedHalfHeight; // 0x01D4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Buoyancy; // 0x01D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PerchRadiusThreshold; // 0x01DC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PerchAdditionalHeight; // 0x01E0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RotationRate; // 0x01E4(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 bUseSeparateBrakingFriction : 1; // 0x01F0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyGravityWhileJumping : 1; // 0x01F0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseControllerDesiredRotation : 1; // 0x01F0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOrientRotationToMovement : 1; // 0x01F0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSweepWhileNavWalking : 1; // 0x01F0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_1F0_5 : 1; // 0x01F0(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bMovementInProgress : 1; // 0x01F0(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bEnableScopedMovementUpdates : 1; // 0x01F0(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableServerDualMoveScopedMovementUpdates : 1; // 0x01F1(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceMaxAccel : 1; // 0x01F1(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRunPhysicsWithNoController : 1; // 0x01F1(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceNextFloorCheck : 1; // 0x01F1(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, DisableEditOnTemplate, EditConst, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShrinkProxyCapsule : 1; // 0x01F1(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanWalkOffLedges : 1; // 0x01F1(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanWalkOffLedgesWhenCrouching : 1; // 0x01F1(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_1F1_7 : 1; // 0x01F1(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 BitPad_1F2_0 : 1; // 0x01F2(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bNetworkSkipProxyPredictionOnNetUpdate : 1; // 0x01F2(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNetworkAlwaysReplicateTransformUpdateTimestamp : 1; // 0x01F2(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDeferUpdateMoveComponent : 1; // 0x01F2(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePhysicsInteraction : 1; // 0x01F2(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTouchForceScaledToMass : 1; // 0x01F2(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPushForceScaledToMass : 1; // 0x01F2(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPushForceUsingZOffset : 1; // 0x01F2(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bScalePushForceToVelocity : 1; // 0x01F3(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1F4[0x4]; // 0x01F4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USceneComponent* DeferredUpdatedMoveComponent; // 0x01F8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxOutOfWaterStepHeight; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutofWaterZ; // 0x0204(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass; // 0x0208(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StandingDownwardForceScale; // 0x020C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialPushForceFactor; // 0x0210(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PushForceFactor; // 0x0214(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PushForcePointZOffsetFactor; // 0x0218(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TouchForceFactor; // 0x021C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinTouchForce; // 0x0220(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxTouchForce; // 0x0224(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RepulsionForce; // 0x0228(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Acceleration; // 0x022C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_238[0x8]; // 0x0238(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat LastUpdateRotation; // 0x0240(0x0010)(IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected) + struct FVector LastUpdateLocation; // 0x0250(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector LastUpdateVelocity; // 0x025C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float ServerLastTransformUpdateTimeStamp; // 0x0268(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float ServerLastClientGoodMoveAckTime; // 0x026C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float ServerLastClientAdjustmentTime; // 0x0270(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector PendingImpulseToApply; // 0x0274(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FVector PendingForceToApply; // 0x0280(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float AnalogInputModifier; // 0x028C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_290[0xC]; // 0x0290(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxSimulationTimeStep; // 0x029C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxSimulationIterations; // 0x02A0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxJumpApexAttemptsPerSimulation; // 0x02A4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDepenetrationWithGeometry; // 0x02A8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDepenetrationWithGeometryAsProxy; // 0x02AC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDepenetrationWithPawn; // 0x02B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDepenetrationWithPawnAsProxy; // 0x02B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkSimulatedSmoothLocationTime; // 0x02B8(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkSimulatedSmoothRotationTime; // 0x02BC(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ListenServerNetworkSimulatedSmoothLocationTime; // 0x02C0(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ListenServerNetworkSimulatedSmoothRotationTime; // 0x02C4(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetProxyShrinkRadius; // 0x02C8(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetProxyShrinkHalfHeight; // 0x02CC(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkMaxSmoothUpdateDistance; // 0x02D0(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkNoSmoothUpdateDistance; // 0x02D4(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkMinTimeBetweenClientAckGoodMoves; // 0x02D8(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkMinTimeBetweenClientAdjustments; // 0x02DC(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkMinTimeBetweenClientAdjustmentsLargeCorrection; // 0x02E0(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NetworkLargeClientCorrectionDistance; // 0x02E4(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LedgeCheckThreshold; // 0x02E8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float JumpOutOfWaterPitch; // 0x02EC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFindFloorResult CurrentFloor; // 0x02F0(0x0094)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + EMovementMode DefaultLandMovementMode; // 0x0384(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMovementMode DefaultWaterMovementMode; // 0x0385(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMovementMode GroundMovementMode; // 0x0386(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bMaintainHorizontalGroundVelocity : 1; // 0x0387(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bImpartBaseVelocityX : 1; // 0x0387(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bImpartBaseVelocityY : 1; // 0x0387(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bImpartBaseVelocityZ : 1; // 0x0387(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bImpartBaseAngularVelocity : 1; // 0x0387(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bJustTeleported : 1; // 0x0387(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, DisableEditOnTemplate, Transient, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNetworkUpdateReceived : 1; // 0x0387(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNetworkMovementModeChanged : 1; // 0x0387(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreClientMovementErrorChecksAndCorrection : 1; // 0x0388(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bServerAcceptClientAuthoritativePosition : 1; // 0x0388(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNotifyApex : 1; // 0x0388(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCheatFlying : 1; // 0x0388(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWantsToCrouch : 1; // 0x0388(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCrouchMaintainsBaseLocation : 1; // 0x0388(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, DisableEditOnTemplate, EditConst, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreBaseRotation : 1; // 0x0388(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFastAttachedMove : 1; // 0x0388(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlwaysCheckFloor : 1; // 0x0389(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFlatBaseForFloorChecks : 1; // 0x0389(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPerformingJumpOff : 1; // 0x0389(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWantsToLeaveNavWalking : 1; // 0x0389(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseRVOAvoidance : 1; // 0x0389(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRequestedMoveUseAcceleration : 1; // 0x0389(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_389_6 : 1; // 0x0389(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bWasSimulatingRootMotion : 1; // 0x0389(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowPhysicsRotationDuringAnimRootMotion : 1; // 0x038A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasRequestedVelocity : 1; // 0x038A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bRequestedMoveWithMaxSpeed : 1; // 0x038A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bWasAvoidanceUpdated : 1; // 0x038A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 BitPad_38A_4 : 2; // 0x038A(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bProjectNavMeshWalking : 1; // 0x038A(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bProjectNavMeshOnBothWorldChannels : 1; // 0x038A(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_38B[0x11]; // 0x038B(0x0011)(Fixing Size After Last Property [ Dumper-7 ]) + float AvoidanceConsiderationRadius; // 0x039C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RequestedVelocity; // 0x03A0(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 AvoidanceUID; // 0x03AC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FNavAvoidanceMask AvoidanceGroup; // 0x03B0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + struct FNavAvoidanceMask GroupsToAvoid; // 0x03B4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + struct FNavAvoidanceMask GroupsToIgnore; // 0x03B8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float AvoidanceWeight; // 0x03BC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PendingLaunchVelocity; // 0x03C0(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3CC[0xA4]; // 0x03CC(0x00A4)(Fixing Size After Last Property [ Dumper-7 ]) + float NavMeshProjectionInterval; // 0x0470(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NavMeshProjectionTimer; // 0x0474(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NavMeshProjectionInterpSpeed; // 0x0478(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NavMeshProjectionHeightScaleUp; // 0x047C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NavMeshProjectionHeightScaleDown; // 0x0480(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NavWalkingFloorDistTolerance; // 0x0484(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FCharacterMovementComponentPostPhysicsTickFunction PostPhysicsTickFunction; // 0x0488(0x0030)(NativeAccessSpecifierPublic) + uint8 Pad_4B8[0x18]; // 0x04B8(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + float MinTimeBetweenTimeStampResets; // 0x04D0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D4[0x4AC]; // 0x04D4(0x04AC)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRootMotionSourceGroup CurrentRootMotion; // 0x0980(0x0038)(Transient, NativeAccessSpecifierPublic) + struct FRootMotionSourceGroup ServerCorrectionRootMotion; // 0x09B8(0x0038)(Transient, NativeAccessSpecifierPublic) + uint8 Pad_9F0[0x90]; // 0x09F0(0x0090)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRootMotionMovementParams RootMotionParams; // 0x0A80(0x0040)(Transient, NoDestructor, NativeAccessSpecifierPublic) + struct FVector AnimRootMotionVelocity; // 0x0AC0(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_ACC[0x24]; // 0x0ACC(0x0024)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddForce(const struct FVector& Force); + void AddImpulse(const struct FVector& Impulse, bool bVelocityChange); + void CalcVelocity(float DeltaTime, float Friction, bool bFluid, float BrakingDeceleration); + void CapsuleTouched(class UPrimitiveComponent* OverlappedComp, class AActor* Other, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const struct FHitResult& SweepResult); + void ClearAccumulatedForces(); + void DisableMovement(); + void SetAvoidanceEnabled(bool bEnable); + void SetAvoidanceGroup(int32 GroupFlags); + void SetAvoidanceGroupMask(const struct FNavAvoidanceMask& GroupMask); + void SetGroupsToAvoid(int32 GroupFlags); + void SetGroupsToAvoidMask(const struct FNavAvoidanceMask& GroupMask); + void SetGroupsToIgnore(int32 GroupFlags); + void SetGroupsToIgnoreMask(const struct FNavAvoidanceMask& GroupMask); + void SetMovementMode(EMovementMode NewMovementMode, uint8 NewCustomMode); + void SetWalkableFloorAngle(float InWalkableFloorAngle); + void SetWalkableFloorZ(float InWalkableFloorZ); + + float GetAnalogInputModifier() const; + class ACharacter* GetCharacterOwner() const; + struct FVector GetCurrentAcceleration() const; + struct FVector GetImpartedMovementBaseVelocity() const; + struct FVector GetLastUpdateLocation() const; + struct FRotator GetLastUpdateRotation() const; + struct FVector GetLastUpdateVelocity() const; + float GetMaxAcceleration() const; + float GetMaxBrakingDeceleration() const; + float GetMaxJumpHeight() const; + float GetMaxJumpHeightWithJumpTime() const; + float GetMinAnalogSpeed() const; + class UPrimitiveComponent* GetMovementBase() const; + float GetPerchRadiusThreshold() const; + float GetValidPerchRadius() const; + bool IsWalkable(const struct FHitResult& Hit) const; + bool IsWalking() const; + void K2_ComputeFloorDist(const struct FVector& CapsuleLocation, float LineDistance, float SweepDistance, float SweepRadius, struct FFindFloorResult* FloorResult) const; + void K2_FindFloor(const struct FVector& CapsuleLocation, struct FFindFloorResult* FloorResult) const; + float K2_GetModifiedMaxAcceleration() const; + float K2_GetWalkableFloorAngle() const; + float K2_GetWalkableFloorZ() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CharacterMovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CharacterMovementComponent") + } + static class UCharacterMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCharacterMovementComponent; + +// Class Engine.SceneCaptureComponent +// 0x00B0 (0x02B0 - 0x0200) +class USceneCaptureComponent : public USceneComponent +{ +public: + ESceneCapturePrimitiveRenderMode PrimitiveRenderMode; // 0x01F8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESceneCaptureSource CaptureSource; // 0x01F9(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCaptureEveryFrame : 1; // 0x01FA(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCaptureOnMovement : 1; // 0x01FA(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + bool bAlwaysPersistRenderingState; // 0x01FB(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1FC[0x4]; // 0x01FC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> HiddenComponents; // 0x0200(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic) + TArray HiddenActors; // 0x0210(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NativeAccessSpecifierPublic) + TArray> ShowOnlyComponents; // 0x0220(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic) + TArray ShowOnlyActors; // 0x0230(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NativeAccessSpecifierPublic) + float LODDistanceFactor; // 0x0240(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxViewDistanceOverride; // 0x0244(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CaptureSortPriority; // 0x0248(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseRayTracingIfEnabled; // 0x024C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24D[0x3]; // 0x024D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ShowFlagSettings; // 0x0250(0x0010)(Edit, BlueprintVisible, ZeroConstructor, Interp, NativeAccessSpecifierPublic) + uint8 Pad_260[0x30]; // 0x0260(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ProfilingEventName; // 0x0290(0x0010)(Edit, BlueprintVisible, ZeroConstructor, Interp, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A0[0x10]; // 0x02A0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ClearHiddenComponents(); + void ClearShowOnlyComponents(); + void HideActorComponents(class AActor* InActor, const bool bIncludeFromChildActors); + void HideComponent(class UPrimitiveComponent* InComponent); + void RemoveShowOnlyActorComponents(class AActor* InActor, const bool bIncludeFromChildActors); + void RemoveShowOnlyComponent(class UPrimitiveComponent* InComponent); + void SetCaptureSortPriority(int32 NewCaptureSortPriority); + void ShowOnlyActorComponents(class AActor* InActor, const bool bIncludeFromChildActors); + void ShowOnlyComponent(class UPrimitiveComponent* InComponent); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneCaptureComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneCaptureComponent") + } + static class USceneCaptureComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USceneCaptureComponent; + +// Class Engine.PlanarReflectionComponent +// 0x00F0 (0x03A0 - 0x02B0) +class UPlanarReflectionComponent final : public USceneCaptureComponent +{ +public: + class UBoxComponent* PreviewBox; // 0x02B0(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalDistortionStrength; // 0x02B8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PrefilterRoughness; // 0x02BC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PrefilterRoughnessDistance; // 0x02C0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ScreenPercentage; // 0x02C4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExtraFOV; // 0x02C8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFromPlaneFadeStart; // 0x02CC(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFromPlaneFadeEnd; // 0x02D0(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFromPlaneFadeoutStart; // 0x02D4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFromPlaneFadeoutEnd; // 0x02D8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleFromPlaneFadeStart; // 0x02DC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleFromPlaneFadeEnd; // 0x02E0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowPreviewPlane; // 0x02E4(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRenderSceneTwoSided; // 0x02E5(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2E6[0xBA]; // 0x02E6(0x00BA)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlanarReflectionComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlanarReflectionComponent") + } + static class UPlanarReflectionComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlanarReflectionComponent; + +// Class Engine.PhysicsVolume +// 0x0010 (0x0270 - 0x0260) +class APhysicsVolume : public AVolume +{ +public: + float TerminalVelocity; // 0x0260(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Priority; // 0x0264(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FluidFriction; // 0x0268(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bWaterVolume : 1; // 0x026C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPhysicsOnContact : 1; // 0x026C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_26D[0x3]; // 0x026D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsVolume") + } + static class APhysicsVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APhysicsVolume; + +// Class Engine.PainCausingVolume +// 0x0028 (0x0298 - 0x0270) +class APainCausingVolume final : public APhysicsVolume +{ +public: + uint8 bPainCausing : 1; // 0x0270(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_271[0x3]; // 0x0271(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DamagePerSec; // 0x0274(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DamageType; // 0x0278(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PainInterval; // 0x0280(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEntryPain : 1; // 0x0284(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BACKUP_bPainCausing : 1; // 0x0284(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_285[0x3]; // 0x0285(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class AController* DamageInstigator; // 0x0288(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_290[0x8]; // 0x0290(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PainCausingVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PainCausingVolume") + } + static class APainCausingVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APainCausingVolume; + +// Class Engine.GameNetworkManager +// 0x00B0 (0x02D8 - 0x0228) +class AGameNetworkManager final : public AInfo +{ +public: + float BadPacketLossThreshold; // 0x0228(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SeverePacketLossThreshold; // 0x022C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 BadPingThreshold; // 0x0230(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SeverePingThreshold; // 0x0234(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 AdjustedNetSpeed; // 0x0238(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LastNetSpeedUpdateTime; // 0x023C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TotalNetBandwidth; // 0x0240(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinDynamicBandwidth; // 0x0244(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxDynamicBandwidth; // 0x0248(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsStandbyCheckingEnabled : 1; // 0x024C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasStandbyCheatTriggered : 1; // 0x024C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_24D[0x3]; // 0x024D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float StandbyRxCheatTime; // 0x0250(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StandbyTxCheatTime; // 0x0254(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PercentMissingForRxStandby; // 0x0258(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PercentMissingForTxStandby; // 0x025C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PercentForBadPing; // 0x0260(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float JoinInProgressStandbyWaitTime; // 0x0264(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MoveRepSize; // 0x0268(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MAXPOSITIONERRORSQUARED; // 0x026C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MAXNEARZEROVELOCITYSQUARED; // 0x0270(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CLIENTADJUSTUPDATECOST; // 0x0274(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MAXCLIENTUPDATEINTERVAL; // 0x0278(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxClientForcedUpdateDuration; // 0x027C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerForcedUpdateHitchThreshold; // 0x0280(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerForcedUpdateHitchCooldown; // 0x0284(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxMoveDeltaTime; // 0x0288(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxClientSmoothingDeltaTime; // 0x028C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClientNetSendMoveDeltaTime; // 0x0290(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClientNetSendMoveDeltaTimeThrottled; // 0x0294(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClientNetSendMoveDeltaTimeStationary; // 0x0298(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ClientNetSendMoveThrottleAtNetSpeed; // 0x029C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ClientNetSendMoveThrottleOverPlayerCount; // 0x02A0(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ClientAuthorativePosition; // 0x02A4(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A5[0x3]; // 0x02A5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ClientErrorUpdateRateLimit; // 0x02A8(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClientNetCamUpdateDeltaTime; // 0x02AC(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClientNetCamUpdatePositionLimit; // 0x02B0(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMovementTimeDiscrepancyDetection; // 0x02B4(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMovementTimeDiscrepancyResolution; // 0x02B5(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B6[0x2]; // 0x02B6(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float MovementTimeDiscrepancyMaxTimeMargin; // 0x02B8(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MovementTimeDiscrepancyMinTimeMargin; // 0x02BC(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MovementTimeDiscrepancyResolutionRate; // 0x02C0(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MovementTimeDiscrepancyDriftAllowance; // 0x02C4(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMovementTimeDiscrepancyForceCorrectionsDuringResolution; // 0x02C8(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseDistanceBasedRelevancy; // 0x02C9(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2CA[0xE]; // 0x02CA(0x000E)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameNetworkManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameNetworkManager") + } + static class AGameNetworkManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGameNetworkManager; + +// Class Engine.ParticleEmitter +// 0x0190 (0x01B8 - 0x0028) +class UParticleEmitter : public UObject +{ +public: + class FName EmitterName; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubUVDataOffset; // 0x0030(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEmitterRenderMode EmitterRenderMode; // 0x0034(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleSignificanceLevel SignificanceLevel; // 0x0035(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_36[0x1]; // 0x0036(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUseLegacySpawningBehavior : 1; // 0x0037(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_37_1 : 3; // 0x0037(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 ConvertedModules : 1; // 0x0037(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsSoloing : 1; // 0x0037(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCookedOut : 1; // 0x0037(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisabledLODsKeepEmitterAlive : 1; // 0x0037(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableWhenInsignficant : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray LODLevels; // 0x0040(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + int32 PeakActiveParticles; // 0x0050(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InitialAllocationCount; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float QualityLevelSpawnRateScale; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 DetailModeBitmask; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_60[0x158]; // 0x0060(0x0158)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleEmitter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleEmitter") + } + static class UParticleEmitter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleEmitter; + +// Class Engine.SoundEffectSourcePreset +// 0x0000 (0x0068 - 0x0068) +class USoundEffectSourcePreset : public USoundEffectPreset +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundEffectSourcePreset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundEffectSourcePreset") + } + static class USoundEffectSourcePreset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundEffectSourcePreset; + +// Class Engine.SkeletalMeshSimplificationSettings +// 0x0008 (0x0040 - 0x0038) +class USkeletalMeshSimplificationSettings final : public UDeveloperSettings +{ +public: + class FName SkeletalMeshReductionModuleName; // 0x0038(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMeshSimplificationSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMeshSimplificationSettings") + } + static class USkeletalMeshSimplificationSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalMeshSimplificationSettings; + +// Class Engine.CameraModifier +// 0x0020 (0x0048 - 0x0028) +class UCameraModifier : public UObject +{ +public: + uint8 bDebug : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bExclusive : 1; // 0x0028(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 Priority; // 0x002C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerCameraManager* CameraOwner; // 0x0030(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float AlphaInTime; // 0x0038(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float AlphaOutTime; // 0x003C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float Alpha; // 0x0040(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void BlueprintModifyCamera(float DeltaTime, const struct FVector& ViewLocation, const struct FRotator& ViewRotation, float FOV, struct FVector* NewViewLocation, struct FRotator* NewViewRotation, float* NewFOV); + void BlueprintModifyPostProcess(float DeltaTime, float* PostProcessBlendWeight, struct FPostProcessSettings* PostProcessSettings); + void DisableModifier(bool bImmediate); + void EnableModifier(); + + class AActor* GetViewTarget() const; + bool IsDisabled() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraModifier") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraModifier") + } + static class UCameraModifier* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraModifier; + +// Class Engine.DataDrivenCVarEngineSubsystem +// 0x0010 (0x0040 - 0x0030) +class UDataDrivenCVarEngineSubsystem final : public UEngineSubsystem +{ +public: + TMulticastInlineDelegate OnDataDrivenCVarDelegate; // 0x0030(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DataDrivenCVarEngineSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DataDrivenCVarEngineSubsystem") + } + static class UDataDrivenCVarEngineSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDataDrivenCVarEngineSubsystem; + +// Class Engine.TextureRenderTargetVolume +// 0x0020 (0x01A0 - 0x0180) +class UTextureRenderTargetVolume final : public UTextureRenderTarget +{ +public: + int32 SizeX; // 0x0180(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0184(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeZ; // 0x0188(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ClearColor; // 0x018C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPixelFormat OverrideFormat; // 0x019C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bHDR : 1; // 0x019D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceLinearGamma : 1; // 0x019D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_19E[0x2]; // 0x019E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureRenderTargetVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureRenderTargetVolume") + } + static class UTextureRenderTargetVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureRenderTargetVolume; + +// Class Engine.ParticleModuleRotationRateBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleRotationRateBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotationRateBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotationRateBase") + } + static class UParticleModuleRotationRateBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotationRateBase; + +// Class Engine.ParticleModuleMeshRotationRateOverLife +// 0x0050 (0x0080 - 0x0030) +class UParticleModuleMeshRotationRateOverLife final : public UParticleModuleRotationRateBase +{ +public: + struct FRawDistributionVector RotRate; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bScaleRotRate : 1; // 0x0078(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshRotationRateOverLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshRotationRateOverLife") + } + static class UParticleModuleMeshRotationRateOverLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshRotationRateOverLife; + +// Class Engine.TickableWorldSubsystem +// 0x0010 (0x0040 - 0x0030) +class UTickableWorldSubsystem : public UWorldSubsystem +{ +public: + uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TickableWorldSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TickableWorldSubsystem") + } + static class UTickableWorldSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTickableWorldSubsystem; + +// Class Engine.StaticMeshComponent +// 0x0060 (0x04E0 - 0x0480) +class UStaticMeshComponent : public UMeshComponent +{ +public: + int32 ForcedLodModel; // 0x0478(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PreviousLODLevel; // 0x047C(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinLOD; // 0x0480(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubDivisionStepSize; // 0x0484(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UStaticMesh* StaticMesh; // 0x0488(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FColor WireframeColorOverride; // 0x0490(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEvaluateWorldPositionOffset : 1; // 0x0494(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideWireframeColor : 1; // 0x0494(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideMinLOD : 1; // 0x0494(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideNavigationExport : 1; // 0x0494(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceNavigationObstacle : 1; // 0x0494(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisallowMeshPaintPerInstance : 1; // 0x0494(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreInstanceForTextureStreaming : 1; // 0x0494(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideLightMapRes : 1; // 0x0494(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastDistanceFieldIndirectShadow : 1; // 0x0495(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideDistanceFieldSelfShadowBias : 1; // 0x0495(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseSubDivisions : 1; // 0x0495(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseDefaultCollision : 1; // 0x0495(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReverseCulling : 1; // 0x0495(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderInPrePass : 1; // 0x0495(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_496[0x2]; // 0x0496(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 OverriddenLightMapRes; // 0x0498(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFieldIndirectShadowMinVisibility; // 0x049C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFieldSelfShadowBias; // 0x04A0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StreamingDistanceMultiplier; // 0x04A4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray LODData; // 0x04A8(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TArray StreamingTextureData; // 0x04B8(0x0010)(ZeroConstructor, NonTransactional, NativeAccessSpecifierPublic) + struct FLightmassPrimitiveSettings LightmassSettings; // 0x04C8(0x0018)(Edit, NoDestructor, NativeAccessSpecifierPublic) + +public: + void OnRep_StaticMesh(class UStaticMesh* OldStaticMesh); + void SetDistanceFieldSelfShadowBias(float NewValue); + void SetEvaluateWorldPositionOffsetInRayTracing(bool NewValue); + void SetForcedLodModel(int32 NewForcedLodModel); + void SetReverseCulling(bool ReverseCulling); + bool SetStaticMesh(class UStaticMesh* NewMesh); + + void GetLocalBounds(struct FVector* Min, struct FVector* Max) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StaticMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StaticMeshComponent") + } + static class UStaticMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStaticMeshComponent; + +// Class Engine.SplineMeshComponent +// 0x00A0 (0x0580 - 0x04E0) +class USplineMeshComponent final : public UStaticMeshComponent +{ +public: + uint8 Pad_4E0[0x8]; // 0x04E0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSplineMeshParams SplineParams; // 0x04E8(0x0058)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FVector SplineUpDir; // 0x0540(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SplineBoundaryMin; // 0x054C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid CachedMeshBodySetupGuid; // 0x0550(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBodySetup* BodySetup; // 0x0560(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SplineBoundaryMax; // 0x0568(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAllowSplineEditingPerInstance : 1; // 0x056C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSmoothInterpRollScale : 1; // 0x056C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMeshDirty : 1; // 0x056C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ESplineMeshAxis ForwardAxis; // 0x056D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_56E[0x2]; // 0x056E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float VirtualTextureMainPassMaxDrawDistance; // 0x0570(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_574[0xC]; // 0x0574(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetBoundaryMax(float InBoundaryMax, bool bUpdateMesh); + void SetBoundaryMin(float InBoundaryMin, bool bUpdateMesh); + void SetEndOffset(const struct FVector2D& EndOffset, bool bUpdateMesh); + void SetEndPosition(const struct FVector& EndPos, bool bUpdateMesh); + void SetEndRoll(float EndRoll, bool bUpdateMesh); + void SetEndScale(const struct FVector2D& EndScale, bool bUpdateMesh); + void SetEndTangent(const struct FVector& EndTangent, bool bUpdateMesh); + void SetForwardAxis(ESplineMeshAxis InForwardAxis, bool bUpdateMesh); + void SetSplineUpDir(const struct FVector& InSplineUpDir, bool bUpdateMesh); + void SetStartAndEnd(const struct FVector& StartPos, const struct FVector& StartTangent, const struct FVector& EndPos, const struct FVector& EndTangent, bool bUpdateMesh); + void SetStartOffset(const struct FVector2D& StartOffset, bool bUpdateMesh); + void SetStartPosition(const struct FVector& StartPos, bool bUpdateMesh); + void SetStartRoll(float StartRoll, bool bUpdateMesh); + void SetStartScale(const struct FVector2D& StartScale, bool bUpdateMesh); + void SetStartTangent(const struct FVector& StartTangent, bool bUpdateMesh); + void UpdateMesh(); + + float GetBoundaryMax() const; + float GetBoundaryMin() const; + struct FVector2D GetEndOffset() const; + struct FVector GetEndPosition() const; + float GetEndRoll() const; + struct FVector2D GetEndScale() const; + struct FVector GetEndTangent() const; + ESplineMeshAxis GetForwardAxis() const; + struct FVector GetSplineUpDir() const; + struct FVector2D GetStartOffset() const; + struct FVector GetStartPosition() const; + float GetStartRoll() const; + struct FVector2D GetStartScale() const; + struct FVector GetStartTangent() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SplineMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SplineMeshComponent") + } + static class USplineMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USplineMeshComponent; + +// Class Engine.InputKeyDelegateBinding +// 0x0010 (0x0038 - 0x0028) +class UInputKeyDelegateBinding final : public UInputDelegateBinding +{ +public: + TArray InputKeyDelegateBindings; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputKeyDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputKeyDelegateBinding") + } + static class UInputKeyDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputKeyDelegateBinding; + +// Class Engine.AnimBoneCompressionSettings +// 0x0010 (0x0038 - 0x0028) +class UAnimBoneCompressionSettings final : public UObject +{ +public: + TArray Codecs; // 0x0028(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimBoneCompressionSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimBoneCompressionSettings") + } + static class UAnimBoneCompressionSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimBoneCompressionSettings; + +// Class Engine.InstancedStaticMeshComponent +// 0x00B0 (0x0590 - 0x04E0) +class UInstancedStaticMeshComponent : public UStaticMeshComponent +{ +public: + TArray PerInstanceSMData; // 0x04E0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + int32 NumCustomDataFloats; // 0x04F0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4F4[0x4]; // 0x04F4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PerInstanceSMCustomData; // 0x04F8(0x0010)(Edit, EditFixedSize, ZeroConstructor, AdvancedDisplay, NativeAccessSpecifierPublic) + int32 InstancingRandomSeed; // 0x0508(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InstanceStartCullDistance; // 0x050C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InstanceEndCullDistance; // 0x0510(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_514[0x4]; // 0x0514(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray InstanceReorderTable; // 0x0518(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_528[0x48]; // 0x0528(0x0048)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NumPendingLightmaps; // 0x0570(0x0004)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, Protected, TextExportTransient, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_574[0x4]; // 0x0574(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CachedMappings; // 0x0578(0x0010)(ZeroConstructor, Transient, DuplicateTransient, Protected, TextExportTransient, NativeAccessSpecifierProtected) + uint8 Pad_588[0x8]; // 0x0588(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + int32 AddInstance(const struct FTransform& InstanceTransform); + TArray AddInstances(const TArray& InstanceTransforms, bool bShouldReturnIndices); + int32 AddInstanceWorldSpace(const struct FTransform& WorldTransform); + bool BatchUpdateInstancesTransform(int32 StartInstanceIndex, int32 NumInstances, const struct FTransform& NewInstancesTransform, bool bWorldSpace, bool bMarkRenderStateDirty, bool bTeleport); + bool BatchUpdateInstancesTransforms(int32 StartInstanceIndex, const TArray& NewInstancesTransforms, bool bWorldSpace, bool bMarkRenderStateDirty, bool bTeleport); + void ClearInstances(); + bool RemoveInstance(int32 InstanceIndex); + void SetCullDistances(int32 StartCullDistance, int32 EndCullDistance); + bool SetCustomDataValue(int32 InstanceIndex, int32 CustomDataIndex, float CustomDataValue, bool bMarkRenderStateDirty); + bool UpdateInstanceTransform(int32 InstanceIndex, const struct FTransform& NewInstanceTransform, bool bWorldSpace, bool bMarkRenderStateDirty, bool bTeleport); + + int32 GetInstanceCount() const; + TArray GetInstancesOverlappingBox(const struct FBox& Box, bool bBoxInWorldSpace) const; + TArray GetInstancesOverlappingSphere(const struct FVector& Center, float Radius, bool bSphereInWorldSpace) const; + bool GetInstanceTransform(int32 InstanceIndex, struct FTransform* OutInstanceTransform, bool bWorldSpace) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InstancedStaticMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InstancedStaticMeshComponent") + } + static class UInstancedStaticMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInstancedStaticMeshComponent; + +// Class Engine.MaterialExpressionQualitySwitch +// 0x0068 (0x00A8 - 0x0040) +class UMaterialExpressionQualitySwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Inputs[0x4]; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_A4[0x4]; // 0x00A4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionQualitySwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionQualitySwitch") + } + static class UMaterialExpressionQualitySwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionQualitySwitch; + +// Class Engine.Interface_AssetUserData +// 0x0000 (0x0000 - 0x0000) +class IInterface_AssetUserData final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Interface_AssetUserData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Interface_AssetUserData") + } + static class IInterface_AssetUserData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IInterface_AssetUserData; + +// Class Engine.DataTable +// 0x0088 (0x00B0 - 0x0028) +class UDataTable : public UObject +{ +public: + class UScriptStruct* RowStruct; // 0x0028(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TMap RowMap; // 0x0030(0x0050)(So, here's a RowMap. Good luck with it.) + uint8 bStripFromClientBuilds : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreExtraFields : 1; // 0x0080(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreMissingFields : 1; // 0x0080(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ImportKeyField; // 0x0088(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_98[0x18]; // 0x0098(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DataTable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DataTable") + } + static class UDataTable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDataTable; + +// Class Engine.CameraAnim +// 0x05A8 (0x05D0 - 0x0028) +class UCameraAnim final : public UObject +{ +public: + class UInterpGroup* CameraInterpGroup; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimLength; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBox BoundingBox; // 0x0034(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 bRelativeToInitialTransform : 1; // 0x0050(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRelativeToInitialFOV : 1; // 0x0050(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BaseFOV; // 0x0054(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings BasePostProcessSettings; // 0x0060(0x0560)(NativeAccessSpecifierPublic) + float BasePostProcessBlendWeight; // 0x05C0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C4[0xC]; // 0x05C4(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraAnim") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraAnim") + } + static class UCameraAnim* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraAnim; + +// Class Engine.InputSettings +// 0x0118 (0x0140 - 0x0028) +class UInputSettings final : public UObject +{ +public: + TArray AxisConfig; // 0x0028(0x0010)(Edit, EditFixedSize, ZeroConstructor, Config, AdvancedDisplay, NativeAccessSpecifierPublic) + uint8 bAltEnterTogglesFullscreen : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bF11TogglesFullscreen : 1; // 0x0038(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseMouseForTouch : 1; // 0x0038(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableMouseSmoothing : 1; // 0x0038(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableFOVScaling : 1; // 0x0038(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCaptureMouseOnLaunch : 1; // 0x0038(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultViewportMouseLock : 1; // 0x0038(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Config, Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlwaysShowTouchInterface : 1; // 0x0038(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowConsoleOnFourFingerTap : 1; // 0x0039(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableGestureRecognizer : 1; // 0x0039(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + bool bUseAutocorrect; // 0x003A(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3B[0x5]; // 0x003B(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ExcludedAutocorrectOS; // 0x0040(0x0010)(Edit, ZeroConstructor, Config, AdvancedDisplay, NativeAccessSpecifierPublic) + TArray ExcludedAutocorrectCultures; // 0x0050(0x0010)(Edit, ZeroConstructor, Config, AdvancedDisplay, NativeAccessSpecifierPublic) + TArray ExcludedAutocorrectDeviceModels; // 0x0060(0x0010)(Edit, ZeroConstructor, Config, AdvancedDisplay, NativeAccessSpecifierPublic) + EMouseCaptureMode DefaultViewportMouseCaptureMode; // 0x0070(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMouseLockMode DefaultViewportMouseLockMode; // 0x0071(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_72[0x2]; // 0x0072(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float FOVScale; // 0x0074(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DoubleClickTime; // 0x0078(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActionMappings; // 0x0080(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPrivate) + TArray AxisMappings; // 0x0090(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPrivate) + TArray SpeechMappings; // 0x00A0(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPrivate) + TSoftClassPtr DefaultPlayerInputClass; // 0x00B0(0x0028)(Edit, Config, NoClear, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TSoftClassPtr DefaultInputComponentClass; // 0x00D8(0x0028)(Edit, Config, NoClear, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FSoftObjectPath DefaultTouchInterface; // 0x0100(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FKey ConsoleKey; // 0x0118(0x0018)(Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ConsoleKeys; // 0x0130(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + +public: + static class UInputSettings* GetInputSettings(); + + void AddActionMapping(const struct FInputActionKeyMapping& KeyMapping, bool bForceRebuildKeymaps); + void AddAxisMapping(const struct FInputAxisKeyMapping& KeyMapping, bool bForceRebuildKeymaps); + void ForceRebuildKeymaps(); + void RemoveActionMapping(const struct FInputActionKeyMapping& KeyMapping, bool bForceRebuildKeymaps); + void RemoveAxisMapping(const struct FInputAxisKeyMapping& KeyMapping, bool bForceRebuildKeymaps); + void SaveKeyMappings(); + + void GetActionMappingByName(const class FName InActionName, TArray* OutMappings) const; + void GetActionNames(TArray* ActionNames) const; + void GetAxisMappingByName(const class FName InAxisName, TArray* OutMappings) const; + void GetAxisNames(TArray* AxisNames) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputSettings") + } + static class UInputSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputSettings; + +// Class Engine.ShapeComponent +// 0x0020 (0x0470 - 0x0450) +#pragma pack(push, 0x1) +class alignas(0x10) UShapeComponent : public UPrimitiveComponent +{ +public: + class UBodySetup* ShapeBodySetup; // 0x0450(0x0008)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf AreaClass; // 0x0458(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor ShapeColor; // 0x0460(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDrawOnlyIfSelected : 1; // 0x0464(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldCollideWhenPlacing : 1; // 0x0464(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDynamicObstacle : 1; // 0x0464(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_465[0x3]; // 0x0465(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ShapeComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ShapeComponent") + } + static class UShapeComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UShapeComponent; + +// Class Engine.CheckBoxStyleAsset +// 0x0580 (0x05A8 - 0x0028) +class UCheckBoxStyleAsset final : public UObject +{ +public: + struct FCheckBoxStyle CheckBoxStyle; // 0x0028(0x0580)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CheckBoxStyleAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CheckBoxStyleAsset") + } + static class UCheckBoxStyleAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCheckBoxStyleAsset; + +// Class Engine.SpringArmComponent +// 0x0090 (0x0290 - 0x0200) +class USpringArmComponent final : public USceneComponent +{ +public: + float TargetArmLength; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SocketOffset; // 0x01FC(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TargetOffset; // 0x0208(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ProbeSize; // 0x0214(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel ProbeChannel; // 0x0218(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_219[0x3]; // 0x0219(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bDoCollisionTest : 1; // 0x021C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsePawnControlRotation : 1; // 0x021C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritPitch : 1; // 0x021C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritYaw : 1; // 0x021C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritRoll : 1; // 0x021C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableCameraLag : 1; // 0x021C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_21D[0x3]; // 0x021D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CameraZLocLagSpeed; // 0x0220(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraZLocLagDistance; // 0x0224(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableCameraRotationLag : 1; // 0x0228(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseCameraLagSubstepping : 1; // 0x0228(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDrawDebugLagMarkers : 1; // 0x0228(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_229[0x3]; // 0x0229(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CameraLagSpeed; // 0x022C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraRotationLagSpeed; // 0x0230(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraLagMaxTimeStep; // 0x0234(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraLagMaxDistance; // 0x0238(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23C[0x54]; // 0x023C(0x0054)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + struct FRotator GetTargetRotation() const; + struct FVector GetUnfixedCameraPosition() const; + bool IsCollisionFixApplied() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SpringArmComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SpringArmComponent") + } + static class USpringArmComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USpringArmComponent; + +// Class Engine.MaterialExpressionSamplePhysicsVectorField +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSamplePhysicsVectorField final : public UMaterialExpression +{ +public: + struct FExpressionInput WorldPosition; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EFieldVectorType FieldTarget; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSamplePhysicsVectorField") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSamplePhysicsVectorField") + } + static class UMaterialExpressionSamplePhysicsVectorField* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsVectorField; + +// Class Engine.SphereComponent +// 0x0000 (0x0470 - 0x0470) +class USphereComponent : public UShapeComponent +{ +public: + float SphereRadius; // 0x0468(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_46C[0x4]; // 0x046C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetSphereRadius(float InSphereRadius, bool bUpdateOverlaps); + + float GetScaledSphereRadius() const; + float GetShapeScale() const; + float GetUnscaledSphereRadius() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SphereComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SphereComponent") + } + static class USphereComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USphereComponent; + +// Class Engine.AssetManager +// 0x0450 (0x0478 - 0x0028) +class UAssetManager final : public UObject +{ +public: + uint8 Pad_28[0x2B8]; // 0x0028(0x02B8)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectReferenceList; // 0x02E0(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + bool bIsGlobalAsyncScanEnvironment; // 0x02F0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bShouldGuessTypeAndName; // 0x02F1(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bShouldUseSynchronousLoad; // 0x02F2(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bIsLoadingFromPakFiles; // 0x02F3(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bShouldAcquireMissingChunksOnLoad; // 0x02F4(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bOnlyCookProductionAssets; // 0x02F5(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bIsBulkScanning; // 0x02F6(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bIsPrimaryAssetDirectoryCurrent; // 0x02F7(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bIsManagementDatabaseCurrent; // 0x02F8(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bUpdateManagementDatabaseAfterScan; // 0x02F9(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bIncludeOnlyOnDiskAssets; // 0x02FA(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bHasCompletedInitialScan; // 0x02FB(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 NumberOfSpawnedNotifications; // 0x02FC(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_300[0x178]; // 0x0300(0x0178)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AssetManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AssetManager") + } + static class UAssetManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAssetManager; + +// Class Engine.BillboardComponent +// 0x0020 (0x0470 - 0x0450) +class UBillboardComponent : public UPrimitiveComponent +{ +public: + class UTexture2D* Sprite; // 0x0450(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsScreenSizeScaled : 1; // 0x0458(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_459[0x3]; // 0x0459(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ScreenSize; // 0x045C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float U; // 0x0460(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float UL; // 0x0464(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x0468(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VL; // 0x046C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + void SetSprite(class UTexture2D* NewSprite); + void SetSpriteAndUV(class UTexture2D* NewSprite, int32 NewU, int32 NewUL, int32 NewV, int32 NewVL); + void SetUV(int32 NewU, int32 NewUL, int32 NewV, int32 NewVL); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BillboardComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BillboardComponent") + } + static class UBillboardComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBillboardComponent; + +// Class Engine.AnimNotify_ResumeClothingSimulation +// 0x0000 (0x0038 - 0x0038) +class UAnimNotify_ResumeClothingSimulation final : public UAnimNotify +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify_ResumeClothingSimulation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify_ResumeClothingSimulation") + } + static class UAnimNotify_ResumeClothingSimulation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify_ResumeClothingSimulation; + +// Class Engine.MaterialExpressionOneMinus +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionOneMinus final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionOneMinus") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionOneMinus") + } + static class UMaterialExpressionOneMinus* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionOneMinus; + +// Class Engine.HierarchicalInstancedStaticMeshComponent +// 0x00F0 (0x0680 - 0x0590) +#pragma pack(push, 0x1) +class alignas(0x10) UHierarchicalInstancedStaticMeshComponent : public UInstancedStaticMeshComponent +{ +public: + uint8 Pad_590[0x8]; // 0x0590(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SortedInstances; // 0x0598(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 NumBuiltInstances; // 0x05A8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5AC[0x4]; // 0x05AC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBox BuiltInstanceBounds; // 0x05B0(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FBox UnbuiltInstanceBounds; // 0x05CC(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray UnbuiltInstanceBoundsList; // 0x05E8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bEnableDensityScaling : 1; // 0x05F8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5F9[0x7]; // 0x05F9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + int32 OcclusionLayerNumNodes; // 0x0600(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBoxSphereBounds CacheMeshExtendedBounds; // 0x0604(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bDisableCollision; // 0x0620(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_621[0x3]; // 0x0621(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 InstanceCountToRender; // 0x0624(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_628[0x50]; // 0x0628(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + bool RemoveInstances(const TArray& InstancesToRemove); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HierarchicalInstancedStaticMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HierarchicalInstancedStaticMeshComponent") + } + static class UHierarchicalInstancedStaticMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent; + +// Class Engine.PlayerState +// 0x0100 (0x0328 - 0x0228) +class APlayerState : public AInfo +{ +public: + float Score; // 0x0228(0x0004)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PlayerId; // 0x022C(0x0004)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Ping; // 0x0230(0x0001)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_231[0x1]; // 0x0231(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bShouldUpdateReplicatedPing : 1; // 0x0232(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bIsSpectator : 1; // 0x0232(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlySpectator : 1; // 0x0232(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsABot : 1; // 0x0232(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_232_4 : 1; // 0x0232(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bIsInactive : 1; // 0x0232(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFromPreviousLevel : 1; // 0x0232(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_233[0x1]; // 0x0233(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 StartTime; // 0x0234(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf EngineMessageClass; // 0x0238(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_240[0x8]; // 0x0240(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class FString SavedNetworkAddress; // 0x0248(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FUniqueNetIdRepl UniqueId; // 0x0258(0x0028)(Net, RepNotify, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_280[0x8]; // 0x0280(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class APawn* PawnPrivate; // 0x0288(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_290[0x78]; // 0x0290(0x0078)(Fixing Size After Last Property [ Dumper-7 ]) + class FString PlayerNamePrivate; // 0x0308(0x0010)(Net, ZeroConstructor, RepNotify, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_318[0x10]; // 0x0318(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_bIsInactive(); + void OnRep_PlayerId(); + void OnRep_PlayerName(); + void OnRep_Score(); + void OnRep_UniqueId(); + void ReceiveCopyProperties(class APlayerState* NewPlayerState); + void ReceiveOverrideWith(class APlayerState* OldPlayerState); + + class FString GetPlayerName() const; + bool IsOnlyASpectator() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlayerState") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlayerState") + } + static class APlayerState* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlayerState; + +// Class Engine.MaterialExpressionBentNormalCustomOutput +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionBentNormalCustomOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionBentNormalCustomOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionBentNormalCustomOutput") + } + static class UMaterialExpressionBentNormalCustomOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionBentNormalCustomOutput; + +// Class Engine.BoxComponent +// 0x0010 (0x0480 - 0x0470) +#pragma pack(push, 0x1) +class alignas(0x10) UBoxComponent : public UShapeComponent +{ +public: + struct FVector BoxExtent; // 0x0468(0x000C)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LineThickness; // 0x0474(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + +public: + void SetBoxExtent(const struct FVector& InBoxExtent, bool bUpdateOverlaps); + + struct FVector GetScaledBoxExtent() const; + struct FVector GetUnscaledBoxExtent() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoxComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoxComponent") + } + static class UBoxComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_UBoxComponent; + +// Class Engine.CameraShakeSourceActor +// 0x0008 (0x0230 - 0x0228) +class ACameraShakeSourceActor final : public AActor +{ +public: + class UCameraShakeSourceComponent* CameraShakeSourceComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraShakeSourceActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraShakeSourceActor") + } + static class ACameraShakeSourceActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ACameraShakeSourceActor; + +// Class Engine.CheatManager +// 0x0060 (0x0088 - 0x0028) +class UCheatManager : public UObject +{ +public: + class ADebugCameraController* DebugCameraControllerRef; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DebugCameraControllerClass; // 0x0030(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_38[0x40]; // 0x0038(0x0040)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CheatManagerExtensions; // 0x0078(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + +public: + void BugIt(const class FString& ScreenShotDescription); + void BugItGo(float X, float Y, float Z, float Pitch, float Yaw, float Roll); + void BugItStringCreator(const struct FVector& ViewLocation, const struct FRotator& ViewRotation, class FString* GoString, class FString* LocString); + void ChangeSize(float F); + void CheatScript(const class FString& ScriptName); + void DamageTarget(float DamageAmount); + void DebugCapsuleSweep(); + void DebugCapsuleSweepCapture(); + void DebugCapsuleSweepChannel(ECollisionChannel Channel); + void DebugCapsuleSweepClear(); + void DebugCapsuleSweepComplex(bool bTraceComplex); + void DebugCapsuleSweepPawn(); + void DebugCapsuleSweepSize(float HalfHeight, float Radius); + void DestroyAll(TSubclassOf aClass); + void DestroyAllPawnsExceptTarget(); + void DestroyPawns(TSubclassOf aClass); + void DestroyServerStatReplicator(); + void DestroyTarget(); + void DisableDebugCamera(); + void DumpChatState(); + void DumpOnlineSessionState(); + void DumpPartyState(); + void DumpVoiceMutingState(); + void EnableDebugCamera(); + void FlushLog(); + void Fly(); + void FreezeFrame(float Delay); + void Ghost(); + void God(); + void InvertMouse(); + void LogLoc(); + void OnlyLoadLevel(class FName PackageName); + void PlayersOnly(); + void ReceiveEndPlay(); + void ReceiveInitCheatManager(); + void ServerToggleAILogging(); + void SetMouseSensitivityToDefault(); + void SetWorldOrigin(); + void Slomo(float NewTimeDilation); + void SpawnServerStatReplicator(); + void StreamLevelIn(class FName PackageName); + void StreamLevelOut(class FName PackageName); + void Summon(const class FString& ClassName); + void Teleport(); + void TestCollisionDistance(); + void ToggleAILogging(); + void ToggleDebugCamera(); + void ToggleServerStatReplicatorClientOverwrite(); + void ToggleServerStatReplicatorUpdateStatNet(); + void UpdateSafeArea(); + void ViewActor(class FName ActorName); + void ViewClass(TSubclassOf DesiredClass); + void ViewPlayer(const class FString& S); + void ViewSelf(); + void Walk(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CheatManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CheatManager") + } + static class UCheatManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCheatManager; + +// Class Engine.SoundNode +// 0x0020 (0x0048 - 0x0028) +class USoundNode : public UObject +{ +public: + TArray ChildNodes; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_38[0x10]; // 0x0038(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNode") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNode") + } + static class USoundNode* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNode; + +// Class Engine.SoundNodeAssetReferencer +// 0x0000 (0x0048 - 0x0048) +class USoundNodeAssetReferencer : public USoundNode +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeAssetReferencer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeAssetReferencer") + } + static class USoundNodeAssetReferencer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeAssetReferencer; + +// Class Engine.BookmarkBase +// 0x0000 (0x0028 - 0x0028) +class UBookmarkBase : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BookmarkBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BookmarkBase") + } + static class UBookmarkBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBookmarkBase; + +// Class Engine.BookMark2D +// 0x0010 (0x0038 - 0x0028) +class UBookMark2D final : public UBookmarkBase +{ +public: + float Zoom2D; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint Location; // 0x002C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BookMark2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BookMark2D") + } + static class UBookMark2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBookMark2D; + +// Class Engine.GameUserSettings +// 0x00F8 (0x0120 - 0x0028) +class UGameUserSettings : public UObject +{ +public: + bool bUseVSync; // 0x0028(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseDynamicResolution; // 0x0029(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x56]; // 0x002A(0x0056)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 ResolutionSizeX; // 0x0080(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint32 ResolutionSizeY; // 0x0084(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint32 LastUserConfirmedResolutionSizeX; // 0x0088(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint32 LastUserConfirmedResolutionSizeY; // 0x008C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 WindowPosX; // 0x0090(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 WindowPosY; // 0x0094(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 FullscreenMode; // 0x0098(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 LastConfirmedFullscreenMode; // 0x009C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 PreferredFullscreenMode; // 0x00A0(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint32 Version; // 0x00A4(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 AudioQualityLevel; // 0x00A8(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 LastConfirmedAudioQualityLevel; // 0x00AC(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float FrameRateLimit; // 0x00B0(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int32 DesiredScreenWidth; // 0x00B8(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bUseDesiredScreenHeight; // 0x00BC(0x0001)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 DesiredScreenHeight; // 0x00C0(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 LastUserConfirmedDesiredScreenWidth; // 0x00C4(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 LastUserConfirmedDesiredScreenHeight; // 0x00C8(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LastRecommendedScreenWidth; // 0x00CC(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LastRecommendedScreenHeight; // 0x00D0(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LastCPUBenchmarkResult; // 0x00D4(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LastGPUBenchmarkResult; // 0x00D8(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_DC[0x4]; // 0x00DC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray LastCPUBenchmarkSteps; // 0x00E0(0x0010)(ZeroConstructor, Config, Protected, NativeAccessSpecifierProtected) + TArray LastGPUBenchmarkSteps; // 0x00F0(0x0010)(ZeroConstructor, Config, Protected, NativeAccessSpecifierProtected) + float LastGPUBenchmarkMultiplier; // 0x0100(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bUseHDRDisplayOutput; // 0x0104(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_105[0x3]; // 0x0105(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 HDRDisplayOutputNits; // 0x0108(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_10C[0x4]; // 0x010C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnGameUserSettingsUINeedsUpdate; // 0x0110(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPrivate) + +public: + static struct FIntPoint GetDefaultResolution(); + static EWindowMode GetDefaultWindowMode(); + static struct FIntPoint GetDefaultWindowPosition(); + static int32 GetFramePace(); + static class UGameUserSettings* GetGameUserSettings(); + static int32 GetSyncInterval(); + + void ApplyHardwareBenchmarkResults(); + void ApplyNonResolutionSettings(); + void ApplyResolutionSettings(bool bCheckForCommandLineOverrides); + void ApplySettings(bool bCheckForCommandLineOverrides); + void ConfirmVideoMode(); + void EnableHDRDisplayOutput(bool bEnable, int32 DisplayNits); + float GetDefaultResolutionScale(); + float GetRecommendedResolutionScale(); + void LoadSettings(bool bForceReload); + void ResetToCurrentSettings(); + void RevertVideoMode(); + void RunHardwareBenchmark(int32 WorkScale, float CPUMultiplier, float GPUMultiplier); + void SaveSettings(); + void SetAntiAliasingQuality(int32 Value); + void SetAudioQualityLevel(int32 QualityLevel); + void SetBenchmarkFallbackValues(); + void SetDynamicResolutionEnabled(bool bEnable); + void SetFoliageQuality(int32 Value); + void SetFrameRateLimit(float NewLimit); + void SetFullscreenMode(EWindowMode InFullscreenMode); + void SetOverallScalabilityLevel(int32 Value); + void SetPostProcessingQuality(int32 Value); + void SetResolutionScaleNormalized(float NewScaleNormalized); + void SetResolutionScaleValue(int32 NewScaleValue); + void SetResolutionScaleValueEx(float NewScaleValue); + void SetScreenResolution(const struct FIntPoint& Resolution); + void SetShadingQuality(int32 Value); + void SetShadowQuality(int32 Value); + void SetTextureQuality(int32 Value); + void SetToDefaults(); + void SetViewDistanceQuality(int32 Value); + void SetVisualEffectQuality(int32 Value); + void SetVSyncEnabled(bool bEnable); + void ValidateSettings(); + + int32 GetAntiAliasingQuality() const; + int32 GetAudioQualityLevel() const; + int32 GetCurrentHDRDisplayNits() const; + struct FIntPoint GetDesktopResolution() const; + int32 GetFoliageQuality() const; + float GetFrameRateLimit() const; + EWindowMode GetFullscreenMode() const; + EWindowMode GetLastConfirmedFullscreenMode() const; + struct FIntPoint GetLastConfirmedScreenResolution() const; + int32 GetOverallScalabilityLevel() const; + int32 GetPostProcessingQuality() const; + EWindowMode GetPreferredFullscreenMode() const; + void GetResolutionScaleInformation(float* CurrentScaleNormalized, int32* CurrentScaleValue, int32* MinScaleValue, int32* MaxScaleValue) const; + void GetResolutionScaleInformationEx(float* CurrentScaleNormalized, float* CurrentScaleValue, float* MinScaleValue, float* MaxScaleValue) const; + float GetResolutionScaleNormalized() const; + struct FIntPoint GetScreenResolution() const; + int32 GetShadingQuality() const; + int32 GetShadowQuality() const; + int32 GetTextureQuality() const; + int32 GetViewDistanceQuality() const; + int32 GetVisualEffectQuality() const; + bool IsDirty() const; + bool IsDynamicResolutionDirty() const; + bool IsDynamicResolutionEnabled() const; + bool IsFullscreenModeDirty() const; + bool IsHDREnabled() const; + bool IsScreenResolutionDirty() const; + bool IsVSyncDirty() const; + bool IsVSyncEnabled() const; + bool SupportsHDRDisplayOutput() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameUserSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameUserSettings") + } + static class UGameUserSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGameUserSettings; + +// Class Engine.KismetMaterialLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetMaterialLibrary final : public UBlueprintFunctionLibrary +{ +public: + static class UMaterialInstanceDynamic* CreateDynamicMaterialInstance(class UObject* WorldContextObject, class UMaterialInterface* Parent, class FName OptionalName, EMIDCreationFlags CreationFlags); + static float GetScalarParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName); + static struct FLinearColor GetVectorParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName); + static void SetScalarParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName, float ParameterValue); + static void SetVectorParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName, const struct FLinearColor& ParameterValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetMaterialLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetMaterialLibrary") + } + static class UKismetMaterialLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetMaterialLibrary; + +// Class Engine.EdGraphNode +// 0x0070 (0x0098 - 0x0028) +class UEdGraphNode : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray DeprecatedPins; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 NodePosX; // 0x0048(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NodePosY; // 0x004C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NodeWidth; // 0x0050(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NodeHeight; // 0x0054(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENodeAdvancedPins AdvancedPinDisplay; // 0x0058(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENodeEnabledState EnabledState; // 0x0059(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_5A[0x1]; // 0x005A(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_5B_0 : 1; // 0x005B(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bDisplayAsDisabled : 1; // 0x005B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bUserSetEnabledState : 1; // 0x005B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 BitPad_5B_3 : 1; // 0x005B(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bIsNodeEnabled : 1; // 0x005B(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 BitPad_5B_5 : 1; // 0x005B(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bHasCompilerMessage : 1; // 0x005B(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString NodeComment; // 0x0060(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ErrorType; // 0x0070(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ErrorMsg; // 0x0078(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid NodeGuid; // 0x0088(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EdGraphNode") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EdGraphNode") + } + static class UEdGraphNode* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEdGraphNode; + +// Class Engine.EdGraphNode_Documentation +// 0x0020 (0x00B8 - 0x0098) +class UEdGraphNode_Documentation final : public UEdGraphNode +{ +public: + class FString Link; // 0x0098(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Excerpt; // 0x00A8(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EdGraphNode_Documentation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EdGraphNode_Documentation") + } + static class UEdGraphNode_Documentation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEdGraphNode_Documentation; + +// Class Engine.PrimaryDataAsset +// 0x0000 (0x0030 - 0x0030) +class UPrimaryDataAsset : public UDataAsset +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PrimaryDataAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PrimaryDataAsset") + } + static class UPrimaryDataAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPrimaryDataAsset; + +// Class Engine.PrimaryAssetLabel +// 0x0038 (0x0068 - 0x0030) +class UPrimaryAssetLabel final : public UPrimaryDataAsset +{ +public: + struct FPrimaryAssetRules Rules; // 0x0030(0x000C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 bLabelAssetsInMyDirectory : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsRuntimeLabel : 1; // 0x003C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> ExplicitAssets; // 0x0040(0x0010)(Edit, ZeroConstructor, UObjectWrapper, NativeAccessSpecifierPublic) + TArray> ExplicitBlueprints; // 0x0050(0x0010)(Edit, ZeroConstructor, UObjectWrapper, NativeAccessSpecifierPublic) + struct FCollectionReference AssetCollection; // 0x0060(0x0008)(Edit, NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PrimaryAssetLabel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PrimaryAssetLabel") + } + static class UPrimaryAssetLabel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPrimaryAssetLabel; + +// Class Engine.BlendProfile +// 0x0020 (0x0048 - 0x0028) +class UBlendProfile final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeleton* OwningSkeleton; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ProfileEntries; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlendProfile") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlendProfile") + } + static class UBlendProfile* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlendProfile; + +// Class Engine.Engine +// 0x0CF8 (0x0D20 - 0x0028) +class UEngine : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UFont* TinyFont; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FSoftObjectPath TinyFontName; // 0x0038(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* SmallFont; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FSoftObjectPath SmallFontName; // 0x0058(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* MediumFont; // 0x0070(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FSoftObjectPath MediumFontName; // 0x0078(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* LargeFont; // 0x0090(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FSoftObjectPath LargeFontName; // 0x0098(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* SubtitleFont; // 0x00B0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FSoftObjectPath SubtitleFontName; // 0x00B8(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AdditionalFonts; // 0x00D0(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray AdditionalFontNames; // 0x00E0(0x0010)(Edit, ZeroConstructor, Config, GlobalConfig, AdvancedDisplay, NativeAccessSpecifierPublic) + TSubclassOf ConsoleClass; // 0x00F0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath ConsoleClassName; // 0x00F8(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf GameViewportClientClass; // 0x0110(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath GameViewportClientClassName; // 0x0118(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf LocalPlayerClass; // 0x0130(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath LocalPlayerClassName; // 0x0138(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf WorldSettingsClass; // 0x0150(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath WorldSettingsClassName; // 0x0158(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath NavigationSystemClassName; // 0x0170(0x0018)(ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf NavigationSystemClass; // 0x0188(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath NavigationSystemConfigClassName; // 0x0190(0x0018)(ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf NavigationSystemConfigClass; // 0x01A8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath AvoidanceManagerClassName; // 0x01B0(0x0018)(ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf AvoidanceManagerClass; // 0x01C8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath AIControllerClassName; // 0x01D0(0x0018)(ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf PhysicsCollisionHandlerClass; // 0x01E8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath PhysicsCollisionHandlerClassName; // 0x01F0(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath GameUserSettingsClassName; // 0x0208(0x0018)(ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf GameUserSettingsClass; // 0x0220(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UGameUserSettings* GameUserSettings; // 0x0228(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf LevelScriptActorClass; // 0x0230(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath LevelScriptActorClassName; // 0x0238(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath DefaultBlueprintBaseClassName; // 0x0250(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath GameSingletonClassName; // 0x0268(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* GameSingleton; // 0x0280(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath AssetManagerClassName; // 0x0288(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAssetManager* AssetManager; // 0x02A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultTexture; // 0x02A8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultTextureName; // 0x02B0(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* DefaultDiffuseTexture; // 0x02C8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultDiffuseTextureName; // 0x02D0(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultBSPVertexTexture; // 0x02E8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultBSPVertexTextureName; // 0x02F0(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* HighFrequencyNoiseTexture; // 0x0308(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath HighFrequencyNoiseTextureName; // 0x0310(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultBokehTexture; // 0x0328(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultBokehTextureName; // 0x0330(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultBloomKernelTexture; // 0x0348(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultBloomKernelTextureName; // 0x0350(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* WireframeMaterial; // 0x0368(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString WireframeMaterialName; // 0x0370(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* DebugMeshMaterial; // 0x0380(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DebugMeshMaterialName; // 0x0388(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* EmissiveMeshMaterial; // 0x03A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath EmissiveMeshMaterialName; // 0x03A8(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* LevelColorationLitMaterial; // 0x03C0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LevelColorationLitMaterialName; // 0x03C8(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* LevelColorationUnlitMaterial; // 0x03D8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LevelColorationUnlitMaterialName; // 0x03E0(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* LightingTexelDensityMaterial; // 0x03F0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LightingTexelDensityName; // 0x03F8(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* ShadedLevelColorationLitMaterial; // 0x0408(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ShadedLevelColorationLitMaterialName; // 0x0410(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* ShadedLevelColorationUnlitMaterial; // 0x0420(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ShadedLevelColorationUnlitMaterialName; // 0x0428(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* RemoveSurfaceMaterial; // 0x0438(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath RemoveSurfaceMaterialName; // 0x0440(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* VertexColorMaterial; // 0x0458(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString VertexColorMaterialName; // 0x0460(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* VertexColorViewModeMaterial_ColorOnly; // 0x0470(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString VertexColorViewModeMaterialName_ColorOnly; // 0x0478(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* VertexColorViewModeMaterial_AlphaAsColor; // 0x0488(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString VertexColorViewModeMaterialName_AlphaAsColor; // 0x0490(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* VertexColorViewModeMaterial_RedOnly; // 0x04A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString VertexColorViewModeMaterialName_RedOnly; // 0x04A8(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* VertexColorViewModeMaterial_GreenOnly; // 0x04B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString VertexColorViewModeMaterialName_GreenOnly; // 0x04C0(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* VertexColorViewModeMaterial_BlueOnly; // 0x04D0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString VertexColorViewModeMaterialName_BlueOnly; // 0x04D8(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DebugEditorMaterialName; // 0x04E8(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* ConstraintLimitMaterial; // 0x0500(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialX; // 0x0508(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialXAxis; // 0x0510(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialY; // 0x0518(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialYAxis; // 0x0520(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialZ; // 0x0528(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialZAxis; // 0x0530(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ConstraintLimitMaterialPrismatic; // 0x0538(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* InvalidLightmapSettingsMaterial; // 0x0540(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath InvalidLightmapSettingsMaterialName; // 0x0548(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* PreviewShadowsIndicatorMaterial; // 0x0560(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath PreviewShadowsIndicatorMaterialName; // 0x0568(0x0018)(Edit, ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterial* ArrowMaterial; // 0x0580(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ArrowMaterialYellow; // 0x0588(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath ArrowMaterialName; // 0x0590(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LightingOnlyBrightness; // 0x05A8(0x0010)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ShaderComplexityColors; // 0x05B8(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray QuadComplexityColors; // 0x05C8(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray LightComplexityColors; // 0x05D8(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray StationaryLightOverlapColors; // 0x05E8(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray LODColorationColors; // 0x05F8(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray HLODColorationColors; // 0x0608(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + TArray StreamingAccuracyColors; // 0x0618(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + float MaxPixelShaderAdditiveComplexityCount; // 0x0628(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxES3PixelShaderAdditiveComplexityCount; // 0x062C(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinLightMapDensity; // 0x0630(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IdealLightMapDensity; // 0x0634(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxLightMapDensity; // 0x0638(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRenderLightMapDensityGrayscale : 1; // 0x063C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, GlobalConfig, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_63D[0x3]; // 0x063D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float RenderLightMapDensityGrayscaleScale; // 0x0640(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RenderLightMapDensityColorScale; // 0x0644(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LightMapDensityVertexMappedColor; // 0x0648(0x0010)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LightMapDensitySelectedColor; // 0x0658(0x0010)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray StatColorMappings; // 0x0668(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + class UPhysicalMaterial* DefaultPhysMaterial; // 0x0678(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultPhysMaterialName; // 0x0680(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActiveGameNameRedirects; // 0x0698(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray ActiveClassRedirects; // 0x06A8(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray ActivePluginRedirects; // 0x06B8(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray ActiveStructRedirects; // 0x06C8(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + class UTexture2D* PreIntegratedSkinBRDFTexture; // 0x06D8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath PreIntegratedSkinBRDFTextureName; // 0x06E0(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* BlueNoiseTexture; // 0x06F8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath BlueNoiseTextureName; // 0x0700(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* MiniFontTexture; // 0x0718(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath MiniFontTextureName; // 0x0720(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* WeightMapPlaceholderTexture; // 0x0738(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath WeightMapPlaceholderTextureName; // 0x0740(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* LightMapDensityTexture; // 0x0758(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath LightMapDensityTextureName; // 0x0760(0x0018)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_778[0x8]; // 0x0778(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UGameViewportClient* GameViewport; // 0x0780(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray DeferredCommands; // 0x0788(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float NearClipPlane; // 0x0798(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSubtitlesEnabled : 1; // 0x079C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSubtitlesForcedOff : 1; // 0x079C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_79D[0x3]; // 0x079D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MaximumLoopIterationCount; // 0x07A0(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCanBlueprintsTickByDefault : 1; // 0x07A4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOptimizeAnimBlueprintMemberVariableAccess : 1; // 0x07A4(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowMultiThreadedAnimationUpdate : 1; // 0x07A4(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableEditorPSysRealtimeLOD : 1; // 0x07A4(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_7A4_4 : 1; // 0x07A4(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bSmoothFrameRate : 1; // 0x07A4(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFixedFrameRate : 1; // 0x07A4(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_7A5[0x3]; // 0x07A5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float FixedFrameRate; // 0x07A8(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFloatRange SmoothedFrameRateRange; // 0x07AC(0x0010)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7BC[0x4]; // 0x07BC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UEngineCustomTimeStep* CustomTimeStep; // 0x07C0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_7C8[0x20]; // 0x07C8(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoftClassPath CustomTimeStepClassName; // 0x07E8(0x0018)(Edit, ZeroConstructor, Config, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTimecodeProvider* TimecodeProvider; // 0x0800(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_808[0x20]; // 0x0808(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoftClassPath TimecodeProviderClassName; // 0x0828(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateDefaultTimecode; // 0x0840(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_841[0x3]; // 0x0841(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FFrameRate GenerateDefaultTimecodeFrameRate; // 0x0844(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GenerateDefaultTimecodeFrameDelay; // 0x084C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCheckForMultiplePawnsSpawnedInAFrame : 1; // 0x0850(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_851[0x3]; // 0x0851(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NumPawnsAllowedToBeSpawnedInAFrame; // 0x0854(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShouldGenerateLowQualityLightmaps : 1; // 0x0858(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, GlobalConfig, Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_859[0x3]; // 0x0859(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor C_WorldBox; // 0x085C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_BrushWire; // 0x0860(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_AddWire; // 0x0864(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_SubtractWire; // 0x0868(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_SemiSolidWire; // 0x086C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_NonSolidWire; // 0x0870(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_WireBackground; // 0x0874(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_ScaleBoxHi; // 0x0878(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_VolumeCollision; // 0x087C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_BSPCollision; // 0x0880(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_OrthoBackground; // 0x0884(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_Volume; // 0x0888(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor C_BrushShape; // 0x088C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StreamingDistanceFactor; // 0x0890(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_894[0x4]; // 0x0894(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FDirectoryPath GameScreenshotSaveDirectory; // 0x0898(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + ETransitionType TransitionType; // 0x08A8(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8A9[0x7]; // 0x08A9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString TransitionDescription; // 0x08B0(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString TransitionGameMode; // 0x08C0(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAllowMatureLanguage : 1; // 0x08D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_8D1[0x3]; // 0x08D1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CameraRotationThreshold; // 0x08D4(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraTranslationThreshold; // 0x08D8(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PrimitiveProbablyVisibleTime; // 0x08DC(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxOcclusionPixelsFraction; // 0x08E0(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPauseOnLossOfFocus : 1; // 0x08E4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_8E5[0x3]; // 0x08E5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MaxParticleResize; // 0x08E8(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxParticleResizeWarn; // 0x08EC(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PendingDroppedNotes; // 0x08F0(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + float NetClientTicksPerSecond; // 0x0900(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DisplayGamma; // 0x0904(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinDesiredFrameRate; // 0x0908(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor DefaultSelectedMaterialColor; // 0x090C(0x0010)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FLinearColor SelectedMaterialColor; // 0x091C(0x0010)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FLinearColor SelectionOutlineColor; // 0x092C(0x0010)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FLinearColor SubduedSelectionOutlineColor; // 0x093C(0x0010)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FLinearColor SelectedMaterialColorOverride; // 0x094C(0x0010)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + bool bIsOverridingSelectedColor; // 0x095C(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_95D[0x3]; // 0x095D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bEnableOnScreenDebugMessages : 1; // 0x0960(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, GlobalConfig, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableOnScreenDebugMessagesDisplay : 1; // 0x0960(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSuppressMapWarnings : 1; // 0x0960(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Config, GlobalConfig, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableAILogging : 1; // 0x0960(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Config, GlobalConfig, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_961[0x3]; // 0x0961(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 bEnableVisualLogRecordingOnStart; // 0x0964(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ScreenSaverInhibitorSemaphore; // 0x0968(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bLockReadOnlyLevels : 1; // 0x096C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_96D[0x3]; // 0x096D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ParticleEventManagerClassPath; // 0x0970(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SelectionHighlightIntensity; // 0x0980(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BSPSelectionHighlightIntensity; // 0x0984(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SelectionHighlightIntensityBillboards; // 0x0988(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_98C[0x26C]; // 0x098C(0x026C)(Fixing Size After Last Property [ Dumper-7 ]) + TArray NetDriverDefinitions; // 0x0BF8(0x0010)(ZeroConstructor, Transient, Config, NativeAccessSpecifierPublic) + TArray ServerActors; // 0x0C08(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray RuntimeServerActors; // 0x0C18(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float NetErrorLogInterval; // 0x0C28(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bStartedLoadMapMovie : 1; // 0x0C2C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_C2D[0x1B]; // 0x0C2D(0x001B)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NextWorldContextHandle; // 0x0C48(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_C4C[0xD4]; // 0x0C4C(0x00D4)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UEngine* GetEngine(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Engine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Engine") + } + static class UEngine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngine; + +// Class Engine.ReplaySubsystem +// 0x0010 (0x0040 - 0x0030) +class UReplaySubsystem final : public UGameInstanceSubsystem +{ +public: + bool bLoadDefaultMapOnStop; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0xF]; // 0x0031(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReplaySubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReplaySubsystem") + } + static class UReplaySubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReplaySubsystem; + +// Class Engine.Breakpoint +// 0x0018 (0x0040 - 0x0028) +class UBreakpoint final : public UObject +{ +public: + uint8 bEnabled : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UEdGraphNode* Node; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bStepOnce : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bStepOnce_WasPreviouslyDisabled : 1; // 0x0038(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bStepOnce_RemoveAfterHit : 1; // 0x0038(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Breakpoint") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Breakpoint") + } + static class UBreakpoint* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBreakpoint; + +// Class Engine.GameViewportClient +// 0x0370 (0x03A8 - 0x0038) +class UGameViewportClient : public UScriptViewportClient +{ +public: + uint8 Pad_38[0x8]; // 0x0038(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UConsole* ViewportConsole; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray DebugProperties; // 0x0048(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_58[0x10]; // 0x0058(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MaxSplitscreenPlayers; // 0x0068(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0xC]; // 0x006C(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + class UWorld* World; // 0x0078(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UGameInstance* GameInstance; // 0x0080(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_88[0x320]; // 0x0088(0x0320)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetConsoleTarget(int32 PlayerIndex); + void ShowTitleSafeArea(); + void SSSwapControllers(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameViewportClient") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameViewportClient") + } + static class UGameViewportClient* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGameViewportClient; + +// Class Engine.MaterialExpressionFontSample +// 0x0010 (0x0050 - 0x0040) +class UMaterialExpressionFontSample : public UMaterialExpression +{ +public: + class UFont* Font; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FontTexturePage; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFontSample") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFontSample") + } + static class UMaterialExpressionFontSample* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFontSample; + +// Class Engine.MaterialExpressionFontSampleParameter +// 0x0020 (0x0070 - 0x0050) +class UMaterialExpressionFontSampleParameter final : public UMaterialExpressionFontSample +{ +public: + class FName ParameterName; // 0x0050(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0058(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Group; // 0x0068(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFontSampleParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFontSampleParameter") + } + static class UMaterialExpressionFontSampleParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFontSampleParameter; + +// Class Engine.PluginCommandlet +// 0x0020 (0x00A0 - 0x0080) +class UPluginCommandlet final : public UCommandlet +{ +public: + uint8 Pad_80[0x20]; // 0x0080(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PluginCommandlet") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PluginCommandlet") + } + static class UPluginCommandlet* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPluginCommandlet; + +// Class Engine.CameraComponent +// 0x05D0 (0x07D0 - 0x0200) +class UCameraComponent : public USceneComponent +{ +public: + float FieldOfView; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoWidth; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoNearClipPlane; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoFarClipPlane; // 0x0204(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AspectRatio; // 0x0208(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bConstrainAspectRatio : 1; // 0x020C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFieldOfViewForLOD : 1; // 0x020C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockToHmd : 1; // 0x020C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsePawnControlRotation : 1; // 0x020C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ECameraProjectionMode ProjectionMode; // 0x020D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_20E[0x32]; // 0x020E(0x0032)(Fixing Size After Last Property [ Dumper-7 ]) + float PostProcessBlendWeight; // 0x0240(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_244[0x2C]; // 0x0244(0x002C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings PostProcessSettings; // 0x0270(0x0560)(Edit, BlueprintVisible, Interp, NativeAccessSpecifierPublic) + +public: + void AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight); + void GetCameraView(float DeltaTime, struct FMinimalViewInfo* DesiredView); + void OnCameraMeshHiddenChanged(); + void RemoveBlendable(TScriptInterface InBlendableObject); + void SetAspectRatio(float InAspectRatio); + void SetConstraintAspectRatio(bool bInConstrainAspectRatio); + void SetFieldOfView(float InFieldOfView); + void SetOrthoFarClipPlane(float InOrthoFarClipPlane); + void SetOrthoNearClipPlane(float InOrthoNearClipPlane); + void SetOrthoWidth(float InOrthoWidth); + void SetPostProcessBlendWeight(float InPostProcessBlendWeight); + void SetProjectionMode(ECameraProjectionMode InProjectionMode); + void SetUseFieldOfViewForLOD(bool bInUseFieldOfViewForLOD); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraComponent") + } + static class UCameraComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraComponent; + +// Class Engine.AnimComposite +// 0x0010 (0x00B8 - 0x00A8) +class UAnimComposite final : public UAnimCompositeBase +{ +public: + struct FAnimTrack AnimationTrack; // 0x00A8(0x0010)(NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimComposite") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimComposite") + } + static class UAnimComposite* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimComposite; + +// Class Engine.SkyLight +// 0x0010 (0x0238 - 0x0228) +class ASkyLight : public AInfo +{ +public: + class USkyLightComponent* LightComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bEnabled : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x7]; // 0x0231(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_bEnabled(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkyLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkyLight") + } + static class ASkyLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASkyLight; + +// Class Engine.TextureCube +// 0x0050 (0x01D0 - 0x0180) +class UTextureCube : public UTexture +{ +public: + uint8 Pad_178[0x58]; // 0x0178(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureCube") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureCube") + } + static class UTextureCube* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureCube; + +// Class Engine.InterpCurveEdSetup +// 0x0018 (0x0040 - 0x0028) +class UInterpCurveEdSetup final : public UObject +{ +public: + TArray Tabs; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 ActiveTab; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpCurveEdSetup") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpCurveEdSetup") + } + static class UInterpCurveEdSetup* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpCurveEdSetup; + +// Class Engine.StaticMeshActor +// 0x0010 (0x0238 - 0x0228) +class AStaticMeshActor : public AActor +{ +public: + class UStaticMeshComponent* StaticMeshComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + bool bStaticMeshReplicateMovement; // 0x0230(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENavDataGatheringMode NavigationGeometryGatheringMode; // 0x0231(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_232[0x6]; // 0x0232(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetMobility(EComponentMobility InMobility); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StaticMeshActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StaticMeshActor") + } + static class AStaticMeshActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AStaticMeshActor; + +// Class Engine.ExponentialHeightFogComponent +// 0x00A0 (0x02A0 - 0x0200) +class UExponentialHeightFogComponent final : public USceneComponent +{ +public: + float FogDensity; // 0x01F8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FogHeightFalloff; // 0x01FC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExponentialHeightFogData SecondFogData; // 0x0200(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic) + struct FLinearColor FogInscatteringColor; // 0x020C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21C[0x4]; // 0x021C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureCube* InscatteringColorCubemap; // 0x0220(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InscatteringColorCubemapAngle; // 0x0228(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor InscatteringTextureTint; // 0x022C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FullyDirectionalInscatteringColorDistance; // 0x023C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonDirectionalInscatteringColorDistance; // 0x0240(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DirectionalInscatteringExponent; // 0x0244(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DirectionalInscatteringStartDistance; // 0x0248(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor DirectionalInscatteringColor; // 0x024C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FogMaxOpacity; // 0x025C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartDistance; // 0x0260(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FogCutoffDistance; // 0x0264(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableVolumetricFog; // 0x0268(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_269[0x3]; // 0x0269(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumetricFogScatteringDistribution; // 0x026C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor VolumetricFogAlbedo; // 0x0270(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor VolumetricFogEmissive; // 0x0274(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumetricFogExtinctionScale; // 0x0284(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumetricFogDistance; // 0x0288(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumetricFogStaticLightingScatteringIntensity; // 0x028C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverrideLightColorsWithFogInscatteringColors; // 0x0290(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_291[0xF]; // 0x0291(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetDirectionalInscatteringColor(const struct FLinearColor& Value); + void SetDirectionalInscatteringExponent(float Value); + void SetDirectionalInscatteringStartDistance(float Value); + void SetFogCutoffDistance(float Value); + void SetFogDensity(float Value); + void SetFogHeightFalloff(float Value); + void SetFogInscatteringColor(const struct FLinearColor& Value); + void SetFogMaxOpacity(float Value); + void SetFullyDirectionalInscatteringColorDistance(float Value); + void SetInscatteringColorCubemap(class UTextureCube* Value); + void SetInscatteringColorCubemapAngle(float Value); + void SetInscatteringTextureTint(const struct FLinearColor& Value); + void SetNonDirectionalInscatteringColorDistance(float Value); + void SetSecondFogDensity(float Value); + void SetSecondFogHeightFalloff(float Value); + void SetSecondFogHeightOffset(float Value); + void SetStartDistance(float Value); + void SetVolumetricFog(bool bNewValue); + void SetVolumetricFogAlbedo(const struct FColor& NewValue); + void SetVolumetricFogDistance(float NewValue); + void SetVolumetricFogEmissive(const struct FLinearColor& NewValue); + void SetVolumetricFogExtinctionScale(float NewValue); + void SetVolumetricFogScatteringDistribution(float NewValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ExponentialHeightFogComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ExponentialHeightFogComponent") + } + static class UExponentialHeightFogComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UExponentialHeightFogComponent; + +// Class Engine.MaterialExpressionDepthFade +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionDepthFade final : public UMaterialExpression +{ +public: + struct FExpressionInput InOpacity; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput FadeDistance; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float OpacityDefault; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeDistanceDefault; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDepthFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDepthFade") + } + static class UMaterialExpressionDepthFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDepthFade; + +// Class Engine.RotatingMovementComponent +// 0x0020 (0x0110 - 0x00F0) +class URotatingMovementComponent final : public UMovementComponent +{ +public: + struct FRotator RotationRate; // 0x00F0(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector PivotTranslation; // 0x00FC(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRotationInLocalSpace : 1; // 0x0108(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_109[0x7]; // 0x0109(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RotatingMovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RotatingMovementComponent") + } + static class URotatingMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URotatingMovementComponent; + +// Class Engine.TimecodeProvider +// 0x0008 (0x0030 - 0x0028) +class UTimecodeProvider : public UObject +{ +public: + float FrameDelay; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void FetchAndUpdate(); + bool FetchTimecode(struct FQualifiedFrameTime* OutFrameTime); + + struct FQualifiedFrameTime GetDelayedQualifiedFrameTime() const; + struct FTimecode GetDelayedTimecode() const; + struct FFrameRate GetFrameRate() const; + struct FQualifiedFrameTime GetQualifiedFrameTime() const; + ETimecodeProviderSynchronizationState GetSynchronizationState() const; + struct FTimecode GetTimecode() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TimecodeProvider") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TimecodeProvider") + } + static class UTimecodeProvider* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTimecodeProvider; + +// Class Engine.ParticleModuleColorBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleColorBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleColorBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleColorBase") + } + static class UParticleModuleColorBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleColorBase; + +// Class Engine.MaterialExpressionTextureObject +// 0x0000 (0x0048 - 0x0048) +class UMaterialExpressionTextureObject final : public UMaterialExpressionTextureBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureObject") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureObject") + } + static class UMaterialExpressionTextureObject* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureObject; + +// Class Engine.SoundWaveProcedural +// 0x0050 (0x03C0 - 0x0370) +class USoundWaveProcedural : public USoundWave +{ +public: + uint8 Pad_370[0x50]; // 0x0370(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundWaveProcedural") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundWaveProcedural") + } + static class USoundWaveProcedural* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundWaveProcedural; + +// Class Engine.MaterialExpressionObjectPositionWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionObjectPositionWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionObjectPositionWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionObjectPositionWS") + } + static class UMaterialExpressionObjectPositionWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS; + +// Class Engine.Model +// 0x0230 (0x0258 - 0x0028) +class UModel final : public UObject +{ +public: + uint8 Pad_28[0x230]; // 0x0028(0x0230)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Model") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Model") + } + static class UModel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UModel; + +// Class Engine.MaterialExpressionDepthOfFieldFunction +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionDepthOfFieldFunction final : public UMaterialExpression +{ +public: + EDepthOfFieldFunctionValue FunctionValue; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FExpressionInput Depth; // 0x0044(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDepthOfFieldFunction") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDepthOfFieldFunction") + } + static class UMaterialExpressionDepthOfFieldFunction* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDepthOfFieldFunction; + +// Class Engine.MaterialExpressionParticleColor +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleColor final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleColor") + } + static class UMaterialExpressionParticleColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleColor; + +// Class Engine.BlendSpace1D +// 0x0008 (0x0150 - 0x0148) +class UBlendSpace1D : public UBlendSpaceBase +{ +public: + bool bScaleAnimation; // 0x0148(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_149[0x7]; // 0x0149(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlendSpace1D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlendSpace1D") + } + static class UBlendSpace1D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlendSpace1D; + +// Class Engine.AimOffsetBlendSpace1D +// 0x0000 (0x0150 - 0x0150) +class UAimOffsetBlendSpace1D final : public UBlendSpace1D +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AimOffsetBlendSpace1D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AimOffsetBlendSpace1D") + } + static class UAimOffsetBlendSpace1D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAimOffsetBlendSpace1D; + +// Class Engine.MaterialExpressionParticlePositionWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticlePositionWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticlePositionWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticlePositionWS") + } + static class UMaterialExpressionParticlePositionWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticlePositionWS; + +// Class Engine.AISystemBase +// 0x0030 (0x0058 - 0x0028) +class UAISystemBase : public UObject +{ +public: + struct FSoftClassPath AISystemClassName; // 0x0028(0x0018)(ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName AISystemModuleName; // 0x0040(0x0008)(ZeroConstructor, Config, GlobalConfig, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + bool bInstantiateAISystemOnClient; // 0x0050(0x0001)(ZeroConstructor, Config, GlobalConfig, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AISystemBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AISystemBase") + } + static class UAISystemBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAISystemBase; + +// Class Engine.AmbientSound +// 0x0008 (0x0230 - 0x0228) +class AAmbientSound final : public AActor +{ +public: + class UAudioComponent* AudioComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void AdjustVolume(float AdjustVolumeDuration, float AdjustVolumeLevel); + void FadeIn(float FadeInDuration, float FadeVolumeLevel); + void FadeOut(float FadeOutDuration, float FadeVolumeLevel); + void Play(float StartTime); + void Stop(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AmbientSound") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AmbientSound") + } + static class AAmbientSound* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AAmbientSound; + +// Class Engine.Polys +// 0x0010 (0x0038 - 0x0028) +class UPolys final : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Polys") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Polys") + } + static class UPolys* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPolys; + +// Class Engine.AnimBlueprintGeneratedClass +// 0x0288 (0x05B0 - 0x0328) +class UAnimBlueprintGeneratedClass final : public UBlueprintGeneratedClass +{ +public: + uint8 Pad_328[0x8]; // 0x0328(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BakedStateMachines; // 0x0330(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class USkeleton* TargetSkeleton; // 0x0340(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AnimNotifies; // 0x0348(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TMap OrderedSavedPoseIndicesMap; // 0x0358(0x0050)(NativeAccessSpecifierPublic) + uint8 Pad_3A8[0x80]; // 0x03A8(0x0080)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SyncGroupNames; // 0x0428(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray EvaluateGraphExposedInputs; // 0x0438(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TMap GraphAssetPlayerInformation; // 0x0448(0x0050)(NativeAccessSpecifierPublic) + TMap GraphBlendOptions; // 0x0498(0x0050)(NativeAccessSpecifierPublic) + struct FPropertyAccessLibrary PropertyAccessLibrary; // 0x04E8(0x00C8)(NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimBlueprintGeneratedClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimBlueprintGeneratedClass") + } + static class UAnimBlueprintGeneratedClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass; + +// Class Engine.MaterialExpressionDeltaTime +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionDeltaTime final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDeltaTime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDeltaTime") + } + static class UMaterialExpressionDeltaTime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDeltaTime; + +// Class Engine.AnimClassData +// 0x0308 (0x0330 - 0x0028) +class UAnimClassData final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BakedStateMachines; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class USkeleton* TargetSkeleton; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AnimNotifies; // 0x0048(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TMap OrderedSavedPoseIndicesMap; // 0x0058(0x0050)(NativeAccessSpecifierPublic) + TArray AnimBlueprintFunctions; // 0x00A8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray AnimBlueprintFunctionData; // 0x00B8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray> AnimNodeProperties; // 0x00C8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_D8[0x10]; // 0x00D8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> LinkedAnimGraphNodeProperties; // 0x00E8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_F8[0x10]; // 0x00F8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> LinkedAnimLayerNodeProperties; // 0x0108(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_118[0x10]; // 0x0118(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> PreUpdateNodeProperties; // 0x0128(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_138[0x10]; // 0x0138(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> DynamicResetNodeProperties; // 0x0148(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_158[0x10]; // 0x0158(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> StateMachineNodeProperties; // 0x0168(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_178[0x10]; // 0x0178(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> InitializationNodeProperties; // 0x0188(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_198[0x10]; // 0x0198(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TMap GraphNameAssetPlayers; // 0x01A8(0x0050)(NativeAccessSpecifierPublic) + TArray SyncGroupNames; // 0x01F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray EvaluateGraphExposedInputs; // 0x0208(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TMap GraphBlendOptions; // 0x0218(0x0050)(NativeAccessSpecifierPublic) + struct FPropertyAccessLibrary PropertyAccessLibrary; // 0x0268(0x00C8)(NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimClassData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimClassData") + } + static class UAnimClassData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimClassData; + +// Class Engine.VolumetricLightmapDensityVolume +// 0x0008 (0x0268 - 0x0260) +class AVolumetricLightmapDensityVolume final : public AVolume +{ +public: + struct FInt32Interval AllowedMipLevelRange; // 0x0260(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VolumetricLightmapDensityVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VolumetricLightmapDensityVolume") + } + static class AVolumetricLightmapDensityVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume; + +// Class Engine.AnimClassInterface +// 0x0000 (0x0000 - 0x0000) +class IAnimClassInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimClassInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimClassInterface") + } + static class IAnimClassInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IAnimClassInterface; + +// Class Engine.InputAxisKeyDelegateBinding +// 0x0010 (0x0038 - 0x0028) +class UInputAxisKeyDelegateBinding : public UInputDelegateBinding +{ +public: + TArray InputAxisKeyDelegateBindings; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputAxisKeyDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputAxisKeyDelegateBinding") + } + static class UInputAxisKeyDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputAxisKeyDelegateBinding; + +// Class Engine.InputVectorAxisDelegateBinding +// 0x0000 (0x0038 - 0x0038) +class UInputVectorAxisDelegateBinding final : public UInputAxisKeyDelegateBinding +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputVectorAxisDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputVectorAxisDelegateBinding") + } + static class UInputVectorAxisDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding; + +// Class Engine.MaterialExpressionDesaturation +// 0x0038 (0x0078 - 0x0040) +class UMaterialExpressionDesaturation final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Fraction; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FLinearColor LuminanceFactors; // 0x0068(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDesaturation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDesaturation") + } + static class UMaterialExpressionDesaturation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDesaturation; + +// Class Engine.VoiceChannel +// 0x0010 (0x0078 - 0x0068) +class UVoiceChannel final : public UChannel +{ +public: + uint8 Pad_68[0x10]; // 0x0068(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VoiceChannel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VoiceChannel") + } + static class UVoiceChannel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVoiceChannel; + +// Class Engine.PreviewCollectionInterface +// 0x0000 (0x0000 - 0x0000) +class IPreviewCollectionInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PreviewCollectionInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PreviewCollectionInterface") + } + static class IPreviewCollectionInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IPreviewCollectionInterface; + +// Class Engine.AnimCompress_BitwiseCompressOnly +// 0x0000 (0x0040 - 0x0040) +class UAnimCompress_BitwiseCompressOnly : public UAnimCompress +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress_BitwiseCompressOnly") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress_BitwiseCompressOnly") + } + static class UAnimCompress_BitwiseCompressOnly* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly; + +// Class Engine.MaterialExpressionDistanceFieldsRenderingSwitch +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionDistanceFieldsRenderingSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput No; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Yes; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDistanceFieldsRenderingSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDistanceFieldsRenderingSwitch") + } + static class UMaterialExpressionDistanceFieldsRenderingSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldsRenderingSwitch; + +// Class Engine.AnimCompress_LeastDestructive +// 0x0000 (0x0040 - 0x0040) +class UAnimCompress_LeastDestructive final : public UAnimCompress_BitwiseCompressOnly +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress_LeastDestructive") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress_LeastDestructive") + } + static class UAnimCompress_LeastDestructive* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress_LeastDestructive; + +// Class Engine.AnimCompress_RemoveLinearKeys +// 0x0020 (0x0060 - 0x0040) +class UAnimCompress_RemoveLinearKeys : public UAnimCompress +{ +public: + float MaxPosDiff; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAngleDiff; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxScaleDiff; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxEffectorDiff; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinEffectorDiff; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EffectorDiffSocket; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ParentKeyScale; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRetarget : 1; // 0x005C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bActuallyFilterLinearKeys : 1; // 0x005C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5D[0x3]; // 0x005D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress_RemoveLinearKeys") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress_RemoveLinearKeys") + } + static class UAnimCompress_RemoveLinearKeys* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress_RemoveLinearKeys; + +// Class Engine.AnimCompress_PerTrackCompression +// 0x0078 (0x00D8 - 0x0060) +class UAnimCompress_PerTrackCompression final : public UAnimCompress_RemoveLinearKeys +{ +public: + float MaxZeroingThreshold; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxPosDiffBitwise; // 0x0064(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAngleDiffBitwise; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxScaleDiffBitwise; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AllowedRotationFormats; // 0x0070(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray AllowedTranslationFormats; // 0x0080(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray AllowedScaleFormats; // 0x0090(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bResampleAnimation : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x3]; // 0x00A1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ResampledFramerate; // 0x00A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinKeysForResampling; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseAdaptiveError : 1; // 0x00AC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseOverrideForEndEffectors : 1; // 0x00AC(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_AD[0x3]; // 0x00AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 TrackHeightBias; // 0x00B0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ParentingDivisor; // 0x00B4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ParentingDivisorExponent; // 0x00B8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseAdaptiveError2 : 1; // 0x00BC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float RotationErrorSourceRatio; // 0x00C0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslationErrorSourceRatio; // 0x00C4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScaleErrorSourceRatio; // 0x00C8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxErrorPerTrackRatio; // 0x00CC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PerturbationProbeSize; // 0x00D0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D4[0x4]; // 0x00D4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress_PerTrackCompression") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress_PerTrackCompression") + } + static class UAnimCompress_PerTrackCompression* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress_PerTrackCompression; + +// Class Engine.InterpData +// 0x0048 (0x0070 - 0x0028) +class UInterpData final : public UObject +{ +public: + float InterpLength; // 0x0028(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PathBuildTime; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray InterpGroups; // 0x0030(0x0010)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + class UInterpCurveEdSetup* CurveEdSetup; // 0x0040(0x0008)(ExportObject, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EdSectionStart; // 0x0048(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EdSectionEnd; // 0x004C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShouldBakeAndPrune : 1; // 0x0050(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UInterpGroupDirector* CachedDirectorGroup; // 0x0058(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AllEventNames; // 0x0060(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpData") + } + static class UInterpData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpData; + +// Class Engine.AnimCompress_RemoveEverySecondKey +// 0x0008 (0x0048 - 0x0040) +class UAnimCompress_RemoveEverySecondKey final : public UAnimCompress +{ +public: + int32 MinKeys; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bStartAtSecondKey : 1; // 0x0044(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress_RemoveEverySecondKey") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress_RemoveEverySecondKey") + } + static class UAnimCompress_RemoveEverySecondKey* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress_RemoveEverySecondKey; + +// Class Engine.MaterialExpressionDynamicParameter +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionDynamicParameter final : public UMaterialExpression +{ +public: + TArray ParamNames; // 0x0040(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + struct FLinearColor DefaultValue; // 0x0050(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 ParameterIndex; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDynamicParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDynamicParameter") + } + static class UMaterialExpressionDynamicParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDynamicParameter; + +// Class Engine.WindDirectionalSourceComponent +// 0x0020 (0x0220 - 0x0200) +class UWindDirectionalSourceComponent final : public USceneComponent +{ +public: + float Strength; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Speed; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinGustAmount; // 0x0200(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxGustAmount; // 0x0204(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0208(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPointWind : 1; // 0x020C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_20D[0x13]; // 0x020D(0x0013)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetMaximumGustAmount(float InNewMaxGust); + void SetMinimumGustAmount(float InNewMinGust); + void SetRadius(float InNewRadius); + void SetSpeed(float InNewSpeed); + void SetStrength(float InNewStrength); + void SetWindType(EWindSourceType InNewType); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("WindDirectionalSourceComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"WindDirectionalSourceComponent") + } + static class UWindDirectionalSourceComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UWindDirectionalSourceComponent; + +// Class Engine.AnimCompress_RemoveTrivialKeys +// 0x0010 (0x0050 - 0x0040) +class UAnimCompress_RemoveTrivialKeys final : public UAnimCompress +{ +public: + float MaxPosDiff; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAngleDiff; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxScaleDiff; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCompress_RemoveTrivialKeys") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCompress_RemoveTrivialKeys") + } + static class UAnimCompress_RemoveTrivialKeys* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCompress_RemoveTrivialKeys; + +// Class Engine.PrecomputedVisibilityOverrideVolume +// 0x0030 (0x0290 - 0x0260) +class APrecomputedVisibilityOverrideVolume final : public AVolume +{ +public: + TArray OverrideVisibleActors; // 0x0260(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray OverrideInvisibleActors; // 0x0270(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray OverrideInvisibleLevels; // 0x0280(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PrecomputedVisibilityOverrideVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PrecomputedVisibilityOverrideVolume") + } + static class APrecomputedVisibilityOverrideVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume; + +// Class Engine.AnimCurveCompressionCodec_CompressedRichCurve +// 0x0000 (0x0028 - 0x0028) +class UAnimCurveCompressionCodec_CompressedRichCurve final : public UAnimCurveCompressionCodec +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCurveCompressionCodec_CompressedRichCurve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCurveCompressionCodec_CompressedRichCurve") + } + static class UAnimCurveCompressionCodec_CompressedRichCurve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCurveCompressionCodec_CompressedRichCurve; + +// Class Engine.AnimCurveCompressionCodec_UniformIndexable +// 0x0000 (0x0028 - 0x0028) +class UAnimCurveCompressionCodec_UniformIndexable final : public UAnimCurveCompressionCodec +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCurveCompressionCodec_UniformIndexable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCurveCompressionCodec_UniformIndexable") + } + static class UAnimCurveCompressionCodec_UniformIndexable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformIndexable; + +// Class Engine.AnimCurveCompressionCodec_UniformlySampled +// 0x0000 (0x0028 - 0x0028) +class UAnimCurveCompressionCodec_UniformlySampled final : public UAnimCurveCompressionCodec +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCurveCompressionCodec_UniformlySampled") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCurveCompressionCodec_UniformlySampled") + } + static class UAnimCurveCompressionCodec_UniformlySampled* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformlySampled; + +// Class Engine.MaterialExpressionAbs +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionAbs final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAbs") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAbs") + } + static class UMaterialExpressionAbs* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAbs; + +// Class Engine.VolumetricCloudComponent +// 0x0040 (0x0240 - 0x0200) +class UVolumetricCloudComponent final : public USceneComponent +{ +public: + float LayerBottomAltitude; // 0x01F8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LayerHeight; // 0x01FC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TracingStartMaxDistance; // 0x0200(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TracingMaxDistance; // 0x0204(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PlanetRadius; // 0x0208(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor GroundAlbedo; // 0x020C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0210(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUsePerSampleAtmosphericLightTransmittance : 1; // 0x0218(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_219[0x3]; // 0x0219(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float SkyLightCloudBottomOcclusion; // 0x021C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewSampleCountScale; // 0x0220(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReflectionSampleCountScale; // 0x0224(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowViewSampleCountScale; // 0x0228(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowReflectionSampleCountScale; // 0x022C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowTracingDistance; // 0x0230(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StopTracingTransmittanceThreshold; // 0x0234(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_238[0x8]; // 0x0238(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetbUsePerSampleAtmosphericLightTransmittance(bool NewValue); + void SetGroundAlbedo(const struct FColor& NewValue); + void SetLayerBottomAltitude(float NewValue); + void SetLayerHeight(float NewValue); + void SetMaterial(class UMaterialInterface* NewValue); + void SetPlanetRadius(float NewValue); + void SetReflectionSampleCountScale(float NewValue); + void SetShadowReflectionSampleCountScale(float NewValue); + void SetShadowTracingDistance(float NewValue); + void SetShadowViewSampleCountScale(float NewValue); + void SetSkyLightCloudBottomOcclusion(float NewValue); + void SetStopTracingTransmittanceThreshold(float NewValue); + void SetTracingMaxDistance(float NewValue); + void SetTracingStartMaxDistance(float NewValue); + void SetViewSampleCountScale(float NewValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VolumetricCloudComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VolumetricCloudComponent") + } + static class UVolumetricCloudComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVolumetricCloudComponent; + +// Class Engine.AnimCurveCompressionSettings +// 0x0008 (0x0030 - 0x0028) +class UAnimCurveCompressionSettings final : public UObject +{ +public: + class UAnimCurveCompressionCodec* Codec; // 0x0028(0x0008)(Edit, ExportObject, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimCurveCompressionSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimCurveCompressionSettings") + } + static class UAnimCurveCompressionSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimCurveCompressionSettings; + +// Class Engine.AnimLayerInterface +// 0x0000 (0x0000 - 0x0000) +class IAnimLayerInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimLayerInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimLayerInterface") + } + static class IAnimLayerInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IAnimLayerInterface; + +// Class Engine.SubUVAnimation +// 0x0040 (0x0068 - 0x0028) +class USubUVAnimation final : public UObject +{ +public: + class UTexture2D* SubUVTexture; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubImages_Horizontal; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubImages_Vertical; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESubUVBoundingVertexCount BoundingMode; // 0x0038(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EOpacitySourceMode OpacitySourceMode; // 0x0039(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x2]; // 0x003A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float AlphaThreshold; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x28]; // 0x0040(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SubUVAnimation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SubUVAnimation") + } + static class USubUVAnimation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USubUVAnimation; + +// Class Engine.AnimMetaData +// 0x0000 (0x0028 - 0x0028) +class UAnimMetaData final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimMetaData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimMetaData") + } + static class UAnimMetaData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimMetaData; + +// Class Engine.StereoLayerShape +// 0x0000 (0x0028 - 0x0028) +class UStereoLayerShape : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerShape") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerShape") + } + static class UStereoLayerShape* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerShape; + +// Class Engine.StereoLayerShapeEquirect +// 0x0048 (0x0070 - 0x0028) +class UStereoLayerShapeEquirect final : public UStereoLayerShape +{ +public: + struct FBox2D LeftUVRect; // 0x0028(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + struct FBox2D RightUVRect; // 0x003C(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + struct FVector2D LeftScale; // 0x0050(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D RightScale; // 0x0058(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D LeftBias; // 0x0060(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D RightBias; // 0x0068(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + void SetEquirectProps(const struct FEquirectProps& InScaleBiases); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerShapeEquirect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerShapeEquirect") + } + static class UStereoLayerShapeEquirect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerShapeEquirect; + +// Class Engine.AnimNotify_PauseClothingSimulation +// 0x0000 (0x0038 - 0x0038) +class UAnimNotify_PauseClothingSimulation final : public UAnimNotify +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify_PauseClothingSimulation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify_PauseClothingSimulation") + } + static class UAnimNotify_PauseClothingSimulation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify_PauseClothingSimulation; + +// Class Engine.AnimNotify_PlayParticleEffect +// 0x0058 (0x0090 - 0x0038) +class alignas(0x10) UAnimNotify_PlayParticleEffect final : public UAnimNotify +{ +public: + class UParticleSystem* PSTemplate; // 0x0038(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LocationOffset; // 0x0040(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RotationOffset; // 0x004C(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale; // 0x0058(0x000C)(Edit, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x1C]; // 0x0064(0x001C)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 Attached : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x3]; // 0x0081(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName SocketName; // 0x0084(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify_PlayParticleEffect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify_PlayParticleEffect") + } + static class UAnimNotify_PlayParticleEffect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify_PlayParticleEffect; + +// Class Engine.VOIPStatics +// 0x0000 (0x0028 - 0x0028) +class UVOIPStatics final : public UBlueprintFunctionLibrary +{ +public: + static void SetMicThreshold(float InThreshold); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VOIPStatics") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VOIPStatics") + } + static class UVOIPStatics* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVOIPStatics; + +// Class Engine.AnimNotify_PlaySound +// 0x0020 (0x0058 - 0x0038) +class UAnimNotify_PlaySound final : public UAnimNotify +{ +public: + class USoundBase* Sound; // 0x0038(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0040(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0044(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bFollow : 1; // 0x0048(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName AttachName; // 0x004C(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify_PlaySound") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify_PlaySound") + } + static class UAnimNotify_PlaySound* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify_PlaySound; + +// Class Engine.AnimNotify_ResetClothingSimulation +// 0x0000 (0x0038 - 0x0038) +class UAnimNotify_ResetClothingSimulation final : public UAnimNotify +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify_ResetClothingSimulation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify_ResetClothingSimulation") + } + static class UAnimNotify_ResetClothingSimulation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify_ResetClothingSimulation; + +// Class Engine.MaterialExpressionArcsineFast +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionArcsineFast final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArcsineFast") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArcsineFast") + } + static class UMaterialExpressionArcsineFast* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArcsineFast; + +// Class Engine.AnimNotify_ResetDynamics +// 0x0000 (0x0038 - 0x0038) +class UAnimNotify_ResetDynamics final : public UAnimNotify +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotify_ResetDynamics") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotify_ResetDynamics") + } + static class UAnimNotify_ResetDynamics* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotify_ResetDynamics; + +// Class Engine.TextureLightProfile +// 0x0010 (0x01B0 - 0x01A0) +class UTextureLightProfile final : public UTexture2D +{ +public: + float Brightness; // 0x01A0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TextureMultiplier; // 0x01A4(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A8[0x8]; // 0x01A8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureLightProfile") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureLightProfile") + } + static class UTextureLightProfile* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureLightProfile; + +// Class Engine.AnimNotifyState_DisableRootMotion +// 0x0000 (0x0030 - 0x0030) +class UAnimNotifyState_DisableRootMotion final : public UAnimNotifyState +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimNotifyState_DisableRootMotion") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimNotifyState_DisableRootMotion") + } + static class UAnimNotifyState_DisableRootMotion* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimNotifyState_DisableRootMotion; + +// Class Engine.AnimSequence +// 0x0118 (0x01C0 - 0x00A8) +class UAnimSequence final : public UAnimSequenceBase +{ +public: + int32 NumFrames; // 0x00A8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_AC[0x4]; // 0x00AC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray TrackToSkeletonMapTable; // 0x00B0(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + uint8 Pad_C0[0x10]; // 0x00C0(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimBoneCompressionSettings* BoneCompressionSettings; // 0x00D0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimCurveCompressionSettings* CurveCompressionSettings; // 0x00D8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E0[0x70]; // 0x00E0(0x0070)(Fixing Size After Last Property [ Dumper-7 ]) + EAdditiveAnimationType AdditiveAnimType; // 0x0150(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAdditiveBasePoseType RefPoseType; // 0x0151(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_152[0x6]; // 0x0152(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimSequence* RefPoseSeq; // 0x0158(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RefFrameIndex; // 0x0160(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RetargetSource; // 0x0164(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16C[0x4]; // 0x016C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray RetargetSourceAssetReferencePose; // 0x0170(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + EAnimInterpolationType Interpolation; // 0x0180(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableRootMotion; // 0x0181(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERootMotionRootLock RootMotionRootLock; // 0x0182(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceRootLock; // 0x0183(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseNormalizedRootMotionScale; // 0x0184(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRootMotionSettingsCopiedFromMontage; // 0x0185(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_186[0x2]; // 0x0186(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AuthoredSyncMarkers; // 0x0188(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_198[0x18]; // 0x0198(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BakedPerBoneCustomAttributeData; // 0x01B0(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimSequence") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimSequence") + } + static class UAnimSequence* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimSequence; + +// Class Engine.HierarchicalLODSetup +// 0x0038 (0x0060 - 0x0028) +class UHierarchicalLODSetup final : public UObject +{ +public: + TArray HierarchicalLODSetup; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TSoftObjectPtr OverrideBaseMaterial; // 0x0038(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HierarchicalLODSetup") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HierarchicalLODSetup") + } + static class UHierarchicalLODSetup* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHierarchicalLODSetup; + +// Class Engine.AnimSet +// 0x00C8 (0x00F0 - 0x0028) +class UAnimSet final : public UObject +{ +public: + uint8 bAnimRotationOnly : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray TrackBoneNames; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LinkupCache; // 0x0040(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray BoneUseAnimTranslation; // 0x0050(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray ForceUseMeshTranslation; // 0x0060(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray UseTranslationBoneNames; // 0x0070(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate) + TArray ForceMeshTranslationBoneNames; // 0x0080(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate) + class FName PreviewSkelMeshName; // 0x0090(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BestRatioSkelMeshName; // 0x0098(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A0[0x50]; // 0x00A0(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimSet") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimSet") + } + static class UAnimSet* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimSet; + +// Class Engine.MaterialExpressionLinearInterpolate +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionLinearInterpolate final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Alpha; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstAlpha; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionLinearInterpolate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionLinearInterpolate") + } + static class UMaterialExpressionLinearInterpolate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate; + +// Class Engine.AnimSingleNodeInstance +// 0x0010 (0x02E0 - 0x02D0) +class UAnimSingleNodeInstance final : public UAnimInstance +{ +public: + class UAnimationAsset* CurrentAsset; // 0x02C8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate PostEvaluateAnimEvent; // 0x02D0(0x0010)(ZeroConstructor, Transient, InstancedReference, NoDestructor, NativeAccessSpecifierPublic) + +public: + float GetLength(); + void PlayAnim(bool bIsLooping, float InPlayRate, float InStartPosition); + void SetAnimationAsset(class UAnimationAsset* NewAsset, bool bIsLooping, float InPlayRate); + void SetBlendSpaceInput(const struct FVector& InBlendInput); + void SetLooping(bool bIsLooping); + void SetPlaying(bool bIsPlaying); + void SetPlayRate(float InPlayRate); + void SetPosition(float InPosition, bool bFireNotifies); + void SetPositionWithPreviousTime(float InPosition, float InPreviousTime, bool bFireNotifies); + void SetPreviewCurveOverride(const class FName& PoseName, float Value, bool bRemoveIfZero); + void SetReverse(bool bInReverse); + void StopAnim(); + + class UAnimationAsset* GetAnimationAsset() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimSingleNodeInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimSingleNodeInstance") + } + static class UAnimSingleNodeInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimSingleNodeInstance; + +// Class Engine.AnimStateMachineTypes +// 0x0000 (0x0028 - 0x0028) +class UAnimStateMachineTypes final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AnimStateMachineTypes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AnimStateMachineTypes") + } + static class UAnimStateMachineTypes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAnimStateMachineTypes; + +// Class Engine.ArrowComponent +// 0x0020 (0x0470 - 0x0450) +class UArrowComponent final : public UPrimitiveComponent +{ +public: + struct FColor ArrowColor; // 0x0450(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArrowSize; // 0x0454(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArrowLength; // 0x0458(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenSize; // 0x045C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsScreenSizeScaled : 1; // 0x0460(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTreatAsASprite : 1; // 0x0460(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_461[0xF]; // 0x0461(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetArrowColor(const struct FLinearColor& NewColor); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ArrowComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ArrowComponent") + } + static class UArrowComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UArrowComponent; + +// Class Engine.MaterialExpressionMapARPassthroughCameraUV +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionMapARPassthroughCameraUV final : public UMaterialExpression +{ +public: + struct FExpressionInput Coordinates; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMapARPassthroughCameraUV") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMapARPassthroughCameraUV") + } + static class UMaterialExpressionMapARPassthroughCameraUV* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMapARPassthroughCameraUV; + +// Class Engine.AssetExportTask +// 0x0050 (0x0078 - 0x0028) +class UAssetExportTask final : public UObject +{ +public: + class UObject* Object; // 0x0028(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UExporter* Exporter; // 0x0030(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Filename; // 0x0038(0x0010)(BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSelected; // 0x0048(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bReplaceIdentical; // 0x0049(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPrompt; // 0x004A(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutomated; // 0x004B(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseFileArchive; // 0x004C(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWriteEmptyFiles; // 0x004D(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4E[0x2]; // 0x004E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray IgnoreObjectList; // 0x0050(0x0010)(BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + class UObject* Options; // 0x0060(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Errors; // 0x0068(0x0010)(BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AssetExportTask") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AssetExportTask") + } + static class UAssetExportTask* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAssetExportTask; + +// Class Engine.AssetManagerSettings +// 0x00C8 (0x0100 - 0x0038) +class UAssetManagerSettings final : public UDeveloperSettings +{ +public: + TArray PrimaryAssetTypesToScan; // 0x0038(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray DirectoriesToExclude; // 0x0048(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray PrimaryAssetRules; // 0x0058(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray CustomPrimaryAssetRules; // 0x0068(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + bool bOnlyCookProductionAssets; // 0x0078(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldManagerDetermineTypeAndName; // 0x0079(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldGuessTypeAndNameInEditor; // 0x007A(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldAcquireMissingChunksOnLoad; // 0x007B(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PrimaryAssetIdRedirects; // 0x0080(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray PrimaryAssetTypeRedirects; // 0x0090(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray AssetPathRedirects; // 0x00A0(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TSet MetaDataTagsForAssetRegistry; // 0x00B0(0x0050)(Edit, Config, AdvancedDisplay, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AssetManagerSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AssetManagerSettings") + } + static class UAssetManagerSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAssetManagerSettings; + +// Class Engine.AssetMappingTable +// 0x0010 (0x0038 - 0x0028) +class UAssetMappingTable final : public UObject +{ +public: + TArray MappedAssets; // 0x0028(0x0010)(Edit, EditFixedSize, ZeroConstructor, EditConst, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AssetMappingTable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AssetMappingTable") + } + static class UAssetMappingTable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAssetMappingTable; + +// Class Engine.MaterialExpressionMaterialProxyReplace +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionMaterialProxyReplace final : public UMaterialExpression +{ +public: + struct FExpressionInput Realtime; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput MaterialProxy; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMaterialProxyReplace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMaterialProxyReplace") + } + static class UMaterialExpressionMaterialProxyReplace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace; + +// Class Engine.AsyncActionHandleSaveGame +// 0x0038 (0x0068 - 0x0030) +class UAsyncActionHandleSaveGame final : public UBlueprintAsyncActionBase +{ +public: + TMulticastInlineDelegate Completed; // 0x0030(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_40[0x20]; // 0x0040(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + class USaveGame* SaveGameObject; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + +public: + static class UAsyncActionHandleSaveGame* AsyncLoadGameFromSlot(class UObject* WorldContextObject, const class FString& SlotName, const int32 UserIndex); + static class UAsyncActionHandleSaveGame* AsyncSaveGameToSlot(class UObject* WorldContextObject, class USaveGame* SaveGameObject_0, const class FString& SlotName, const int32 UserIndex); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionHandleSaveGame") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionHandleSaveGame") + } + static class UAsyncActionHandleSaveGame* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionHandleSaveGame; + +// Class Engine.AsyncActionLoadPrimaryAssetBase +// 0x0048 (0x0078 - 0x0030) +class UAsyncActionLoadPrimaryAssetBase : public UBlueprintAsyncActionBase +{ +public: + uint8 Pad_30[0x48]; // 0x0030(0x0048)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionLoadPrimaryAssetBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionLoadPrimaryAssetBase") + } + static class UAsyncActionLoadPrimaryAssetBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetBase; + +// Class Engine.MaterialExpressionDistanceCullFade +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionDistanceCullFade final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDistanceCullFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDistanceCullFade") + } + static class UMaterialExpressionDistanceCullFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDistanceCullFade; + +// Class Engine.AsyncActionLoadPrimaryAsset +// 0x0010 (0x0088 - 0x0078) +class UAsyncActionLoadPrimaryAsset final : public UAsyncActionLoadPrimaryAssetBase +{ +public: + TMulticastInlineDelegate Completed; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UAsyncActionLoadPrimaryAsset* AsyncLoadPrimaryAsset(class UObject* WorldContextObject, const struct FPrimaryAssetId& PrimaryAsset, const TArray& LoadBundles); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionLoadPrimaryAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionLoadPrimaryAsset") + } + static class UAsyncActionLoadPrimaryAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAsset; + +// Class Engine.AsyncActionLoadPrimaryAssetClass +// 0x0010 (0x0088 - 0x0078) +class UAsyncActionLoadPrimaryAssetClass final : public UAsyncActionLoadPrimaryAssetBase +{ +public: + TMulticastInlineDelegate Loaded)> Completed; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UAsyncActionLoadPrimaryAssetClass* AsyncLoadPrimaryAssetClass(class UObject* WorldContextObject, const struct FPrimaryAssetId& PrimaryAsset, const TArray& LoadBundles); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionLoadPrimaryAssetClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionLoadPrimaryAssetClass") + } + static class UAsyncActionLoadPrimaryAssetClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClass; + +// Class Engine.AsyncActionLoadPrimaryAssetList +// 0x0010 (0x0088 - 0x0078) +class UAsyncActionLoadPrimaryAssetList final : public UAsyncActionLoadPrimaryAssetBase +{ +public: + TMulticastInlineDelegate& Loaded)> Completed; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UAsyncActionLoadPrimaryAssetList* AsyncLoadPrimaryAssetList(class UObject* WorldContextObject, const TArray& PrimaryAssetList, const TArray& LoadBundles); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionLoadPrimaryAssetList") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionLoadPrimaryAssetList") + } + static class UAsyncActionLoadPrimaryAssetList* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetList; + +// Class Engine.AsyncActionLoadPrimaryAssetClassList +// 0x0010 (0x0088 - 0x0078) +class UAsyncActionLoadPrimaryAssetClassList final : public UAsyncActionLoadPrimaryAssetBase +{ +public: + TMulticastInlineDelegate>& Loaded)> Completed; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UAsyncActionLoadPrimaryAssetClassList* AsyncLoadPrimaryAssetClassList(class UObject* WorldContextObject, const TArray& PrimaryAssetList, const TArray& LoadBundles); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionLoadPrimaryAssetClassList") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionLoadPrimaryAssetClassList") + } + static class UAsyncActionLoadPrimaryAssetClassList* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClassList; + +// Class Engine.AsyncActionChangePrimaryAssetBundles +// 0x0010 (0x0088 - 0x0078) +class UAsyncActionChangePrimaryAssetBundles final : public UAsyncActionLoadPrimaryAssetBase +{ +public: + TMulticastInlineDelegate Completed; // 0x0078(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UAsyncActionChangePrimaryAssetBundles* AsyncChangeBundleStateForMatchingPrimaryAssets(class UObject* WorldContextObject, const TArray& NewBundles, const TArray& OldBundles); + static class UAsyncActionChangePrimaryAssetBundles* AsyncChangeBundleStateForPrimaryAssetList(class UObject* WorldContextObject, const TArray& PrimaryAssetList, const TArray& AddBundles, const TArray& RemoveBundles); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AsyncActionChangePrimaryAssetBundles") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AsyncActionChangePrimaryAssetBundles") + } + static class UAsyncActionChangePrimaryAssetBundles* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAsyncActionChangePrimaryAssetBundles; + +// Class Engine.AtmosphericFog +// 0x0008 (0x0230 - 0x0228) +class AAtmosphericFog final : public AInfo +{ +public: + class UAtmosphericFogComponent* AtmosphericFogComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AtmosphericFog") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AtmosphericFog") + } + static class AAtmosphericFog* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AAtmosphericFog; + +// Class Engine.HapticFeedbackEffect_Base +// 0x0000 (0x0028 - 0x0028) +class UHapticFeedbackEffect_Base : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HapticFeedbackEffect_Base") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HapticFeedbackEffect_Base") + } + static class UHapticFeedbackEffect_Base* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHapticFeedbackEffect_Base; + +// Class Engine.PhysicsThruster +// 0x0008 (0x0230 - 0x0228) +class APhysicsThruster final : public ARigidBodyBase +{ +public: + class UPhysicsThrusterComponent* ThrusterComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsThruster") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsThruster") + } + static class APhysicsThruster* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APhysicsThruster; + +// Class Engine.AtmosphericFogComponent +// 0x0100 (0x0300 - 0x0200) +class UAtmosphericFogComponent final : public USceneComponent +{ +public: + float SunMultiplier; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FogMultiplier; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DensityMultiplier; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DensityOffset; // 0x0204(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceScale; // 0x0208(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AltitudeScale; // 0x020C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceOffset; // 0x0210(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GroundOffset; // 0x0214(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartDistance; // 0x0218(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SunDiscScale; // 0x021C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultBrightness; // 0x0220(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor DefaultLightColor; // 0x0224(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDisableSunDisk : 1; // 0x0228(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAtmosphereAffectsSunIlluminance : 1; // 0x0228(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableGroundScattering : 1; // 0x0228(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_229[0x3]; // 0x0229(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FAtmospherePrecomputeParameters PrecomputeParams; // 0x022C(0x002C)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, Protected, NativeAccessSpecifierProtected) + class UTexture2D* TransmittanceTexture; // 0x0258(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* IrradianceTexture; // 0x0260(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_268[0x98]; // 0x0268(0x0098)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void DisableGroundScattering(bool NewGroundScattering); + void DisableSunDisk(bool NewSunDisk); + void SetAltitudeScale(float NewAltitudeScale); + void SetDefaultBrightness(float NewBrightness); + void SetDefaultLightColor(const struct FLinearColor& NewLightColor); + void SetDensityMultiplier(float NewDensityMultiplier); + void SetDensityOffset(float NewDensityOffset); + void SetDistanceOffset(float NewDistanceOffset); + void SetDistanceScale(float NewDistanceScale); + void SetFogMultiplier(float NewFogMultiplier); + void SetPrecomputeParams(float DensityHeight, int32 MaxScatteringOrder, int32 InscatterAltitudeSampleNum); + void SetStartDistance(float NewStartDistance); + void SetSunMultiplier(float NewSunMultiplier); + void StartPrecompute(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AtmosphericFogComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AtmosphericFogComponent") + } + static class UAtmosphericFogComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAtmosphericFogComponent; + +// Class Engine.FontImportOptions +// 0x00B0 (0x00D8 - 0x0028) +class UFontImportOptions final : public UObject +{ +public: + struct FFontImportOptionsData Data; // 0x0028(0x00B0)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FontImportOptions") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FontImportOptions") + } + static class UFontImportOptions* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFontImportOptions; + +// Class Engine.AudioBus +// 0x0008 (0x0030 - 0x0028) +class UAudioBus final : public UObject +{ +public: + EAudioBusChannels AudioBusChannels; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AudioBus") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AudioBus") + } + static class UAudioBus* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAudioBus; + +// Class Engine.PoseAsset +// 0x00B0 (0x0130 - 0x0080) +class UPoseAsset final : public UAnimationAsset +{ +public: + struct FPoseDataContainer PoseContainer; // 0x0080(0x0090)(NativeAccessSpecifierPrivate) + bool bAdditivePose; // 0x0110(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_111[0x3]; // 0x0111(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 BasePoseIndex; // 0x0114(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName RetargetSource; // 0x0118(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray RetargetSourceAssetReferencePose; // 0x0120(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PoseAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PoseAsset") + } + static class UPoseAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPoseAsset; + +// Class Engine.AudioSettings +// 0x0160 (0x0198 - 0x0038) +class UAudioSettings final : public UDeveloperSettings +{ +public: + struct FSoftObjectPath DefaultSoundClassName; // 0x0038(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultMediaSoundClassName; // 0x0050(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultSoundConcurrencyName; // 0x0068(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath DefaultBaseSoundMix; // 0x0080(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath VoiPSoundClass; // 0x0098(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath MasterSubmix; // 0x00B0(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath BaseDefaultSubmix; // 0x00C8(0x0018)(Edit, ZeroConstructor, Config, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath ReverbSubmix; // 0x00E0(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath EQSubmix; // 0x00F8(0x0018)(Edit, ZeroConstructor, Config, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVoiceSampleRate VoiPSampleRate; // 0x0110(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultReverbSendLevel; // 0x0114(0x0004)(ZeroConstructor, Config, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumConcurrentStreams; // 0x0118(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalMinPitchScale; // 0x011C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalMaxPitchScale; // 0x0120(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_124[0x4]; // 0x0124(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray QualityLevels; // 0x0128(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + uint8 bAllowPlayWhenSilent : 1; // 0x0138(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableMasterEQ : 1; // 0x0138(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowCenterChannel3DPanning : 1; // 0x0138(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_139[0x3]; // 0x0139(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 NumStoppingSources; // 0x013C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPanningMethod PanningMethod; // 0x0140(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMonoChannelUpmixMethod MonoChannelUpmixMethod; // 0x0141(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_142[0x6]; // 0x0142(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class FString DialogueFilenameFormat; // 0x0148(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray DebugSounds; // 0x0158(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray DefaultAudioBuses; // 0x0168(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + class USoundClass* DefaultSoundClass; // 0x0178(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USoundClass* DefaultMediaSoundClass; // 0x0180(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USoundConcurrency* DefaultSoundConcurrency; // 0x0188(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_190[0x8]; // 0x0190(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AudioSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AudioSettings") + } + static class UAudioSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAudioSettings; + +// Class Engine.AudioVolume +// 0x0070 (0x02D0 - 0x0260) +class AAudioVolume final : public AVolume +{ +public: + float Priority; // 0x0260(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bEnabled : 1; // 0x0264(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_265[0x3]; // 0x0265(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FReverbSettings Settings; // 0x0268(0x0020)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPrivate) + struct FInteriorSettings AmbientZoneSettings; // 0x0288(0x0024)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPrivate) + uint8 Pad_2AC[0x4]; // 0x02AC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SubmixSendSettings; // 0x02B0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPrivate) + TArray SubmixOverrideSettings; // 0x02C0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPrivate) + +public: + void OnRep_bEnabled(); + void SetEnabled(bool bNewEnabled); + void SetInteriorSettings(const struct FInteriorSettings& NewInteriorSettings); + void SetPriority(float NewPriority); + void SetReverbSettings(const struct FReverbSettings& NewReverbSettings); + void SetSubmixOverrideSettings(const TArray& NewSubmixOverrideSettings); + void SetSubmixSendSettings(const TArray& NewSubmixSendSettings); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AudioVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AudioVolume") + } + static class AAudioVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AAudioVolume; + +// Class Engine.HealthSnapshotBlueprintLibrary +// 0x0000 (0x0028 - 0x0028) +class UHealthSnapshotBlueprintLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void LogPerformanceSnapshot(const class FString& SnapshotTitle, bool bResetStats); + static void StartPerformanceSnapshots(); + static void StopPerformanceSnapshots(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HealthSnapshotBlueprintLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HealthSnapshotBlueprintLibrary") + } + static class UHealthSnapshotBlueprintLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHealthSnapshotBlueprintLibrary; + +// Class Engine.NavigationObjectBase +// 0x0028 (0x0250 - 0x0228) +class ANavigationObjectBase : public AActor +{ +public: + uint8 Pad_228[0x8]; // 0x0228(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UCapsuleComponent* CapsuleComponent; // 0x0230(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UBillboardComponent* GoodSprite; // 0x0238(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UBillboardComponent* BadSprite; // 0x0240(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bIsPIEPlayerStart : 1; // 0x0248(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_249[0x7]; // 0x0249(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavigationObjectBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavigationObjectBase") + } + static class ANavigationObjectBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ANavigationObjectBase; + +// Class Engine.PlayerStart +// 0x0008 (0x0258 - 0x0250) +class APlayerStart : public ANavigationObjectBase +{ +public: + class FName PlayerStartTag; // 0x0250(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlayerStart") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlayerStart") + } + static class APlayerStart* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlayerStart; + +// Class Engine.AutoDestroySubsystem +// 0x0010 (0x0050 - 0x0040) +class UAutoDestroySubsystem final : public UTickableWorldSubsystem +{ +public: + TArray ActorsToPoll; // 0x0040(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + +public: + void OnActorEndPlay(class AActor* Actor, EEndPlayReason EndPlayReason); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AutoDestroySubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AutoDestroySubsystem") + } + static class UAutoDestroySubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAutoDestroySubsystem; + +// Class Engine.InterpTrackColorProp +// 0x0008 (0x0098 - 0x0090) +class UInterpTrackColorProp final : public UInterpTrackVectorBase +{ +public: + class FName PropertyName; // 0x0090(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackColorProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackColorProp") + } + static class UInterpTrackColorProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackColorProp; + +// Class Engine.AutomationTestSettings +// 0x0318 (0x0340 - 0x0028) +class UAutomationTestSettings final : public UObject +{ +public: + TArray EngineTestModules; // 0x0028(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray EditorTestModules; // 0x0038(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + struct FSoftObjectPath AutomationTestmap; // 0x0048(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray EditorPerformanceTestMaps; // 0x0060(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray AssetsToOpen; // 0x0070(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray MapsToPIETest; // 0x0080(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + struct FBuildPromotionTestSettings BuildPromotionTest; // 0x0090(0x01F0)(Edit, Config, NativeAccessSpecifierPublic) + struct FMaterialEditorPromotionSettings MaterialEditorPromotionTest; // 0x0280(0x0030)(Edit, Config, NativeAccessSpecifierPublic) + struct FParticleEditorPromotionSettings ParticleEditorPromotionTest; // 0x02B0(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + struct FBlueprintEditorPromotionSettings BlueprintEditorPromotionTest; // 0x02C0(0x0030)(Edit, Config, NativeAccessSpecifierPublic) + TArray TestLevelFolders; // 0x02F0(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray ExternalTools; // 0x0300(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray ImportExportTestDefinitions; // 0x0310(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + TArray LaunchOnSettings; // 0x0320(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + struct FIntPoint DefaultScreenshotResolution; // 0x0330(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PIETestDuration; // 0x0338(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33C[0x4]; // 0x033C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AutomationTestSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AutomationTestSettings") + } + static class UAutomationTestSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAutomationTestSettings; + +// Class Engine.PhysicsSettings +// 0x00C0 (0x01A0 - 0x00E0) +class UPhysicsSettings final : public UPhysicsSettingsCore +{ +public: + struct FRigidBodyErrorCorrection PhysicErrorCorrection; // 0x00E0(0x0034)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + ESettingsLockedAxis LockedAxis; // 0x0114(0x0001)(ZeroConstructor, Config, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESettingsDOF DefaultDegreesOfFreedom; // 0x0115(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSuppressFaceRemapTable; // 0x0116(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSupportUVFromHitResults; // 0x0117(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDisableActiveActors; // 0x0118(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDisableKinematicStaticPairs; // 0x0119(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDisableKinematicKinematicPairs; // 0x011A(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDisableCCD; // 0x011B(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableEnhancedDeterminism; // 0x011C(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11D[0x3]; // 0x011D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AnimPhysicsMinDeltaTime; // 0x0120(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSimulateAnimPhysicsAfterReset; // 0x0124(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_125[0x3]; // 0x0125(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxPhysicsDeltaTime; // 0x0128(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSubstepping; // 0x012C(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSubsteppingAsync; // 0x012D(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12E[0x2]; // 0x012E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxSubstepDeltaTime; // 0x0130(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxSubsteps; // 0x0134(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SyncSceneSmoothingFactor; // 0x0138(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialAverageFrameRate; // 0x013C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PhysXTreeRebuildRate; // 0x0140(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_144[0x4]; // 0x0144(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PhysicalSurfaces; // 0x0148(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + struct FBroadphaseSettings DefaultBroadphaseSettings; // 0x0158(0x0040)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + float MinDeltaVelocityForHitEvents; // 0x0198(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FChaosPhysicsSettings ChaosSettings; // 0x019C(0x0003)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_19F[0x1]; // 0x019F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsSettings") + } + static class UPhysicsSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsSettings; + +// Class Engine.AvoidanceManager +// 0x00B8 (0x00E0 - 0x0028) +class UAvoidanceManager final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float DefaultTimeToLive; // 0x0030(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LockTimeAfterAvoid; // 0x0034(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LockTimeAfterClean; // 0x0038(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTimeToPredict; // 0x003C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArtificialRadiusExpansion; // 0x0040(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TestHeightDifference; // 0x0044(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HeightCheckMargin; // 0x0048(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x94]; // 0x004C(0x0094)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + struct FVector GetAvoidanceVelocityForComponent(class UMovementComponent* MovementComp); + int32 GetNewAvoidanceUID(); + int32 GetObjectCount(); + bool RegisterMovementComponent(class UMovementComponent* MovementComp, float AvoidanceWeight); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("AvoidanceManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"AvoidanceManager") + } + static class UAvoidanceManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UAvoidanceManager; + +// Class Engine.BandwidthTestActor +// 0x0020 (0x0248 - 0x0228) +class ABandwidthTestActor final : public AActor +{ +public: + struct FBandwidthTestGenerator BandwidthGenerator; // 0x0228(0x0020)(Net, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BandwidthTestActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BandwidthTestActor") + } + static class ABandwidthTestActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ABandwidthTestActor; + +// Class Engine.ImportanceSamplingLibrary +// 0x0000 (0x0028 - 0x0028) +class UImportanceSamplingLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void BreakImportanceTexture(const struct FImportanceTexture& ImportanceTexture, class UTexture2D** Texture, EImportanceWeight* WeightingFunc); + static void ImportanceSample(const struct FImportanceTexture& Texture, const struct FVector2D& Rand, int32 Samples, float Intensity, struct FVector2D* SamplePosition, struct FLinearColor* SampleColor, float* SampleIntensity, float* SampleSize); + static struct FImportanceTexture MakeImportanceTexture(class UTexture2D* Texture, EImportanceWeight WeightingFunc); + static struct FVector2D NextSobolCell2D(int32 Index_0, int32 NumCells, const struct FVector2D& PreviousValue); + static struct FVector NextSobolCell3D(int32 Index_0, int32 NumCells, const struct FVector& PreviousValue); + static float NextSobolFloat(int32 Index_0, int32 Dimension, float PreviousValue); + static struct FVector2D RandomSobolCell2D(int32 Index_0, int32 NumCells, const struct FVector2D& Cell, const struct FVector2D& Seed); + static struct FVector RandomSobolCell3D(int32 Index_0, int32 NumCells, const struct FVector& Cell, const struct FVector& Seed); + static float RandomSobolFloat(int32 Index_0, int32 Dimension, float Seed); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ImportanceSamplingLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ImportanceSamplingLibrary") + } + static class UImportanceSamplingLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UImportanceSamplingLibrary; + +// Class Engine.PlatformEventsComponent +// 0x0020 (0x00D0 - 0x00B0) +class UPlatformEventsComponent final : public UActorComponent +{ +public: + TMulticastInlineDelegate PlatformChangedToLaptopModeDelegate; // 0x00B0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate PlatformChangedToTabletModeDelegate; // 0x00C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + bool IsInLaptopMode(); + bool IsInTabletMode(); + bool SupportsConvertibleLaptops(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlatformEventsComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlatformEventsComponent") + } + static class UPlatformEventsComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlatformEventsComponent; + +// Class Engine.BlendableInterface +// 0x0000 (0x0000 - 0x0000) +class IBlendableInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlendableInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlendableInterface") + } + static class IBlendableInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IBlendableInterface; + +// Class Engine.Light +// 0x0010 (0x0238 - 0x0228) +class ALight : public AActor +{ +public: + class ULightComponent* LightComponent; // 0x0228(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bEnabled : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x7]; // 0x0231(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_bEnabled(); + void SetAffectTranslucentLighting(bool bNewValue); + void SetBrightness(float NewBrightness); + void SetCastShadows(bool bNewValue); + void SetEnabled(bool bSetEnabled); + void SetLightColor(const struct FLinearColor& NewLightColor); + void SetLightFunctionFadeDistance(float NewLightFunctionFadeDistance); + void SetLightFunctionMaterial(class UMaterialInterface* NewLightFunctionMaterial); + void SetLightFunctionScale(const struct FVector& NewLightFunctionScale); + void ToggleEnabled(); + + float GetBrightness() const; + struct FLinearColor GetLightColor() const; + bool IsEnabled() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Light") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Light") + } + static class ALight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALight; + +// Class Engine.SpotLight +// 0x0008 (0x0240 - 0x0238) +class ASpotLight : public ALight +{ +public: + class USpotLightComponent* SpotLightComponent; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + void SetInnerConeAngle(float NewInnerConeAngle); + void SetOuterConeAngle(float NewOuterConeAngle); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SpotLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SpotLight") + } + static class ASpotLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASpotLight; + +// Class Engine.Skeleton +// 0x0368 (0x0390 - 0x0028) +class USkeleton final : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BoneTree; // 0x0038(0x0010)(Edit, ZeroConstructor, EditConst, Protected, NativeAccessSpecifierProtected) + TArray RefLocalPoses; // 0x0048(0x0010)(ZeroConstructor, Deprecated, Protected, NativeAccessSpecifierProtected) + uint8 Pad_58[0x118]; // 0x0058(0x0118)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid VirtualBoneGuid; // 0x0170(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray VirtualBones; // 0x0180(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray Sockets; // 0x0190(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_1A0[0x50]; // 0x01A0(0x0050)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSmartNameContainer SmartNames; // 0x01F0(0x0050)(Protected, NativeAccessSpecifierProtected) + uint8 Pad_240[0x30]; // 0x0240(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BlendProfiles; // 0x0270(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray SlotGroups; // 0x0280(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_290[0xF0]; // 0x0290(0x00F0)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AssetUserData; // 0x0380(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Skeleton") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Skeleton") + } + static class USkeleton* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeleton; + +// Class Engine.BlockingVolume +// 0x0000 (0x0260 - 0x0260) +class ABlockingVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlockingVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlockingVolume") + } + static class ABlockingVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ABlockingVolume; + +// Class Engine.PostProcessComponent +// 0x0570 (0x0770 - 0x0200) +class UPostProcessComponent final : public USceneComponent +{ +public: + uint8 Pad_1F8[0x8]; // 0x01F8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings Settings; // 0x0200(0x0560)(Edit, BlueprintVisible, Interp, NativeAccessSpecifierPublic) + float Priority; // 0x0760(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendRadius; // 0x0764(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendWeight; // 0x0768(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnabled : 1; // 0x076C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUnbound : 1; // 0x076C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_76D[0x3]; // 0x076D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PostProcessComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PostProcessComponent") + } + static class UPostProcessComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPostProcessComponent; + +// Class Engine.BlueprintExtension +// 0x0000 (0x0028 - 0x0028) +class UBlueprintExtension final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintExtension") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintExtension") + } + static class UBlueprintExtension* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintExtension; + +// Class Engine.PlaneReflectionCapture +// 0x0000 (0x0230 - 0x0230) +class APlaneReflectionCapture final : public AReflectionCapture +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlaneReflectionCapture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlaneReflectionCapture") + } + static class APlaneReflectionCapture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlaneReflectionCapture; + +// Class Engine.BlueprintPathsLibrary +// 0x0000 (0x0028 - 0x0028) +class UBlueprintPathsLibrary final : public UBlueprintFunctionLibrary +{ +public: + static class FString AutomationDir(); + static class FString AutomationLogDir(); + static class FString AutomationTransientDir(); + static class FString BugItDir(); + static class FString ChangeExtension(const class FString& InPath, const class FString& InNewExtension); + static class FString CloudDir(); + static bool CollapseRelativeDirectories(const class FString& InPath, class FString* OutPath); + static class FString Combine(const TArray& InPaths); + static class FString ConvertFromSandboxPath(const class FString& InPath, const class FString& InSandboxName); + static class FString ConvertRelativePathToFull(const class FString& InPath, const class FString& InBasePath); + static class FString ConvertToSandboxPath(const class FString& InPath, const class FString& InSandboxName); + static class FString CreateTempFilename(const class FString& Path, const class FString& Prefix, const class FString& Extension); + static class FString DiffDir(); + static bool DirectoryExists(const class FString& InPath); + static class FString EngineConfigDir(); + static class FString EngineContentDir(); + static class FString EngineDir(); + static class FString EngineIntermediateDir(); + static class FString EnginePluginsDir(); + static class FString EngineSavedDir(); + static class FString EngineSourceDir(); + static class FString EngineUserDir(); + static class FString EngineVersionAgnosticUserDir(); + static class FString EnterpriseDir(); + static class FString EnterpriseFeaturePackDir(); + static class FString EnterprisePluginsDir(); + static class FString FeaturePackDir(); + static bool FileExists(const class FString& InPath); + static class FString GameAgnosticSavedDir(); + static class FString GameDevelopersDir(); + static class FString GameSourceDir(); + static class FString GameUserDeveloperDir(); + static class FString GeneratedConfigDir(); + static class FString GetBaseFilename(const class FString& InPath, bool bRemovePath); + static class FString GetCleanFilename(const class FString& InPath); + static const TArray GetEditorLocalizationPaths(); + static const TArray GetEngineLocalizationPaths(); + static class FString GetExtension(const class FString& InPath, bool bIncludeDot); + static const TArray GetGameLocalizationPaths(); + static class FString GetInvalidFileSystemChars(); + static class FString GetPath(const class FString& InPath); + static class FString GetProjectFilePath(); + static const TArray GetPropertyNameLocalizationPaths(); + static class FString GetRelativePathToRoot(); + static const TArray GetRestrictedFolderNames(); + static const TArray GetToolTipLocalizationPaths(); + static bool HasProjectPersistentDownloadDir(); + static bool IsDrive(const class FString& InPath); + static bool IsProjectFilePathSet(); + static bool IsRelative(const class FString& InPath); + static bool IsRestrictedPath(const class FString& InPath); + static bool IsSamePath(const class FString& PathA, const class FString& PathB); + static class FString LaunchDir(); + static bool MakePathRelativeTo(const class FString& InPath, const class FString& InRelativeTo, class FString* OutPath); + static void MakePlatformFilename(const class FString& InPath, class FString* OutPath); + static void MakeStandardFilename(const class FString& InPath, class FString* OutPath); + static class FString MakeValidFileName(const class FString& inString, const class FString& InReplacementChar); + static void NormalizeDirectoryName(const class FString& InPath, class FString* OutPath); + static void NormalizeFilename(const class FString& InPath, class FString* OutPath); + static class FString ProfilingDir(); + static class FString ProjectConfigDir(); + static class FString ProjectContentDir(); + static class FString ProjectDir(); + static class FString ProjectIntermediateDir(); + static class FString ProjectLogDir(); + static class FString ProjectModsDir(); + static class FString ProjectPersistentDownloadDir(); + static class FString ProjectPluginsDir(); + static class FString ProjectSavedDir(); + static class FString ProjectUserDir(); + static void RemoveDuplicateSlashes(const class FString& InPath, class FString* OutPath); + static class FString RootDir(); + static class FString SandboxesDir(); + static class FString ScreenShotDir(); + static class FString SetExtension(const class FString& InPath, const class FString& InNewExtension); + static void SetProjectFilePath(const class FString& NewGameProjectFilePath); + static class FString ShaderWorkingDir(); + static bool ShouldSaveToUserDir(); + static class FString SourceConfigDir(); + static void Split(const class FString& InPath, class FString* PathPart, class FString* FilenamePart, class FString* ExtensionPart); + static void ValidatePath(const class FString& InPath, bool* bDidSucceed, class FText* OutReason); + static class FString VideoCaptureDir(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintPathsLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintPathsLibrary") + } + static class UBlueprintPathsLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintPathsLibrary; + +// Class Engine.PlatformGameInstance +// 0x00D0 (0x0278 - 0x01A8) +class UPlatformGameInstance final : public UGameInstance +{ +public: + TMulticastInlineDelegate ApplicationWillDeactivateDelegate; // 0x01A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationHasReactivatedDelegate; // 0x01B8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationWillEnterBackgroundDelegate; // 0x01C8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationHasEnteredForegroundDelegate; // 0x01D8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationWillTerminateDelegate; // 0x01E8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationShouldUnloadResourcesDelegate; // 0x01F8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate& StartupArguments)> ApplicationReceivedStartupArgumentsDelegate; // 0x0208(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate& inArray)> ApplicationRegisteredForRemoteNotificationsDelegate; // 0x0218(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationRegisteredForUserNotificationsDelegate; // 0x0228(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationFailedToRegisterForRemoteNotificationsDelegate; // 0x0238(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationReceivedRemoteNotificationDelegate; // 0x0248(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationReceivedLocalNotificationDelegate; // 0x0258(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate ApplicationReceivedScreenOrientationChangedNotificationDelegate; // 0x0268(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlatformGameInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlatformGameInstance") + } + static class UPlatformGameInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlatformGameInstance; + +// Class Engine.InterpTrackToggle +// 0x0018 (0x0088 - 0x0070) +class UInterpTrackToggle final : public UInterpTrack +{ +public: + TArray ToggleTrack; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bActivateSystemEachUpdate : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bActivateWithJustAttachedFlag : 1; // 0x0080(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenForwards : 1; // 0x0080(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenBackwards : 1; // 0x0080(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenJumpingForwards : 1; // 0x0080(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackToggle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackToggle") + } + static class UInterpTrackToggle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackToggle; + +// Class Engine.SoundNodeBranch +// 0x0008 (0x0050 - 0x0048) +class USoundNodeBranch final : public USoundNode +{ +public: + class FName BoolParameterName; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeBranch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeBranch") + } + static class USoundNodeBranch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeBranch; + +// Class Engine.BlueprintPlatformLibrary +// 0x0000 (0x0028 - 0x0028) +class UBlueprintPlatformLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void CancelLocalNotification(const class FString& ActivationEvent); + static void CancelLocalNotificationById(int32 NotificationId); + static void ClearAllLocalNotifications(); + static EScreenOrientation GetDeviceOrientation(); + static void GetLaunchNotification(bool* NotificationLaunchedApp, class FString* ActivationEvent, int32* FireDate); + static int32 ScheduleLocalNotificationAtTime(const struct FDateTime& FireDateTime, bool LocalTime, const class FText& Title, const class FText& Body, const class FText& Action, const class FString& ActivationEvent); + static int32 ScheduleLocalNotificationBadgeAtTime(const struct FDateTime& FireDateTime, bool LocalTime, const class FString& ActivationEvent); + static void ScheduleLocalNotificationBadgeFromNow(int32 inSecondsFromNow, const class FString& ActivationEvent); + static int32 ScheduleLocalNotificationFromNow(int32 inSecondsFromNow, const class FText& Title, const class FText& Body, const class FText& Action, const class FString& ActivationEvent); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintPlatformLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintPlatformLibrary") + } + static class UBlueprintPlatformLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintPlatformLibrary; + +// Class Engine.HLODProxy +// 0x0060 (0x0088 - 0x0028) +class UHLODProxy final : public UObject +{ +public: + TArray ProxyMeshes; // 0x0028(0x0010)(Edit, ZeroConstructor, EditConst, NativeAccessSpecifierPrivate) + TMap HLODActors; // 0x0038(0x0050)(Edit, EditConst, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HLODProxy") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HLODProxy") + } + static class UHLODProxy* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHLODProxy; + +// Class Engine.BlueprintSetLibrary +// 0x0000 (0x0028 - 0x0028) +class UBlueprintSetLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void Set_Add(const TSet& TargetSet, const int32& NewItem); + static void Set_AddItems(const TSet& TargetSet, const TArray& NewItems); + static void Set_Clear(const TSet& TargetSet); + static bool Set_Contains(const TSet& TargetSet, const int32& ItemToFind); + static void Set_Difference(const TSet& A, const TSet& B, TSet* Result); + static void Set_Intersection(const TSet& A, const TSet& B, TSet* Result); + static int32 Set_Length(const TSet& TargetSet); + static bool Set_Remove(const TSet& TargetSet, const int32& Item); + static void Set_RemoveItems(const TSet& TargetSet, const TArray& Items); + static void Set_ToArray(const TSet& A, TArray* Result); + static void Set_Union(const TSet& A, const TSet& B, TSet* Result); + static void SetSetPropertyByName(class UObject* Object, class FName PropertyName, const TSet& Value); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BlueprintSetLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BlueprintSetLibrary") + } + static class UBlueprintSetLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBlueprintSetLibrary; + +// Class Engine.RendererOverrideSettings +// 0x0008 (0x0040 - 0x0038) +class URendererOverrideSettings final : public UDeveloperSettings +{ +public: + uint8 bSupportAllShaderPermutations : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceRecomputeTangents : 1; // 0x0038(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RendererOverrideSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RendererOverrideSettings") + } + static class URendererOverrideSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URendererOverrideSettings; + +// Class Engine.BodySetup +// 0x0258 (0x02A0 - 0x0048) +class UBodySetup : public UBodySetupCore +{ +public: + struct FKAggregateGeom AggGeom; // 0x0048(0x0058)(Edit, NativeAccessSpecifierPublic) + uint8 bAlwaysFullAnimWeight : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bConsiderForBounds : 1; // 0x00A0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMeshCollideAll : 1; // 0x00A0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDoubleSidedGeometry : 1; // 0x00A0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateNonMirroredCollision : 1; // 0x00A0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSharedCookedData : 1; // 0x00A0(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateMirroredCollision : 1; // 0x00A0(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportUVsAndFaceRemap : 1; // 0x00A0(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x7]; // 0x00A1(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicalMaterial* PhysMaterial; // 0x00A8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FWalkableSlopeOverride WalkableSlopeOverride; // 0x00B0(0x0010)(Edit, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + uint8 Pad_C0[0x68]; // 0x00C0(0x0068)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBodyInstance DefaultInstance; // 0x0128(0x0158)(Edit, NativeAccessSpecifierPublic) + uint8 Pad_280[0x8]; // 0x0280(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector BuildScale3D; // 0x0288(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_294[0xC]; // 0x0294(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BodySetup") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BodySetup") + } + static class UBodySetup* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBodySetup; + +// Class Engine.ProxyLODMeshSimplificationSettings +// 0x0008 (0x0040 - 0x0038) +class UProxyLODMeshSimplificationSettings final : public UDeveloperSettings +{ +public: + class FName ProxyLODMeshReductionModuleName; // 0x0038(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ProxyLODMeshSimplificationSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ProxyLODMeshSimplificationSettings") + } + static class UProxyLODMeshSimplificationSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UProxyLODMeshSimplificationSettings; + +// Class Engine.GameEngine +// 0x0050 (0x0D70 - 0x0D20) +class UGameEngine final : public UEngine +{ +public: + float MaxDeltaTime; // 0x0D20(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerFlushLogInterval; // 0x0D24(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UGameInstance* GameInstance; // 0x0D28(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D30[0x40]; // 0x0D30(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UGameEngine* GetEngine(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameEngine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameEngine") + } + static class UGameEngine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGameEngine; + +// Class Engine.BookMark +// 0x0028 (0x0050 - 0x0028) +class UBookMark final : public UBookmarkBase +{ +public: + struct FVector Location; // 0x0028(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0034(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray HiddenLevels; // 0x0040(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BookMark") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BookMark") + } + static class UBookMark* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBookMark; + +// Class Engine.BoundsCopyComponent +// 0x0070 (0x0120 - 0x00B0) +class UBoundsCopyComponent final : public UActorComponent +{ +public: + TSoftObjectPtr BoundsSourceActor; // 0x00B0(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCollidingComponentsForSourceBounds; // 0x00D8(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bKeepOwnBoundsScale; // 0x00D9(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCollidingComponentsForOwnBounds; // 0x00DA(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DB[0x5]; // 0x00DB(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform PostTransform; // 0x00E0(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bCopyXBounds; // 0x0110(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCopyYBounds; // 0x0111(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCopyZBounds; // 0x0112(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_113[0xD]; // 0x0113(0x000D)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoundsCopyComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoundsCopyComponent") + } + static class UBoundsCopyComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBoundsCopyComponent; + +// Class Engine.KismetInputLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetInputLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void CalibrateTilt(); + static bool EqualEqual_InputChordInputChord(const struct FInputChord& A, const struct FInputChord& B); + static bool EqualEqual_KeyKey(const struct FKey& A, const struct FKey& B); + static float GetAnalogValue(const struct FAnalogInputEvent& Input); + static struct FKey GetKey(const struct FKeyEvent& Input); + static int32 GetUserIndex(const struct FKeyEvent& Input); + static class FText InputChord_GetDisplayName(const struct FInputChord& Key); + static bool InputEvent_IsAltDown(const struct FInputEvent& Input); + static bool InputEvent_IsCommandDown(const struct FInputEvent& Input); + static bool InputEvent_IsControlDown(const struct FInputEvent& Input); + static bool InputEvent_IsLeftAltDown(const struct FInputEvent& Input); + static bool InputEvent_IsLeftCommandDown(const struct FInputEvent& Input); + static bool InputEvent_IsLeftControlDown(const struct FInputEvent& Input); + static bool InputEvent_IsLeftShiftDown(const struct FInputEvent& Input); + static bool InputEvent_IsRepeat(const struct FInputEvent& Input); + static bool InputEvent_IsRightAltDown(const struct FInputEvent& Input); + static bool InputEvent_IsRightCommandDown(const struct FInputEvent& Input); + static bool InputEvent_IsRightControlDown(const struct FInputEvent& Input); + static bool InputEvent_IsRightShiftDown(const struct FInputEvent& Input); + static bool InputEvent_IsShiftDown(const struct FInputEvent& Input); + static class FText Key_GetDisplayName(const struct FKey& Key); + static EUINavigationAction Key_GetNavigationAction(const struct FKey& InKey); + static EUINavigationAction Key_GetNavigationActionFromKey(const struct FKeyEvent& InKeyEvent); + static EUINavigation Key_GetNavigationDirectionFromAnalog(const struct FAnalogInputEvent& InAnalogEvent); + static EUINavigation Key_GetNavigationDirectionFromKey(const struct FKeyEvent& InKeyEvent); + static bool Key_IsAnalog(const struct FKey& Key); + static bool Key_IsAxis1D(const struct FKey& Key); + static bool Key_IsAxis2D(const struct FKey& Key); + static bool Key_IsAxis3D(const struct FKey& Key); + static bool Key_IsButtonAxis(const struct FKey& Key); + static bool Key_IsDigital(const struct FKey& Key); + static bool Key_IsGamepadKey(const struct FKey& Key); + static bool Key_IsKeyboardKey(const struct FKey& Key); + static bool Key_IsModifierKey(const struct FKey& Key); + static bool Key_IsMouseButton(const struct FKey& Key); + static bool Key_IsValid(const struct FKey& Key); + static bool Key_IsVectorAxis(const struct FKey& Key); + static struct FVector2D PointerEvent_GetCursorDelta(const struct FPointerEvent& Input); + static struct FKey PointerEvent_GetEffectingButton(const struct FPointerEvent& Input); + static struct FVector2D PointerEvent_GetGestureDelta(const struct FPointerEvent& Input); + static ESlateGesture PointerEvent_GetGestureType(const struct FPointerEvent& Input); + static struct FVector2D PointerEvent_GetLastScreenSpacePosition(const struct FPointerEvent& Input); + static int32 PointerEvent_GetPointerIndex(const struct FPointerEvent& Input); + static struct FVector2D PointerEvent_GetScreenSpacePosition(const struct FPointerEvent& Input); + static int32 PointerEvent_GetTouchpadIndex(const struct FPointerEvent& Input); + static int32 PointerEvent_GetUserIndex(const struct FPointerEvent& Input); + static float PointerEvent_GetWheelDelta(const struct FPointerEvent& Input); + static bool PointerEvent_IsMouseButtonDown(const struct FPointerEvent& Input, const struct FKey& MouseButton); + static bool PointerEvent_IsTouchEvent(const struct FPointerEvent& Input); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetInputLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetInputLibrary") + } + static class UKismetInputLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetInputLibrary; + +// Class Engine.SoundNodeLooping +// 0x0008 (0x0050 - 0x0048) +class USoundNodeLooping final : public USoundNode +{ +public: + int32 LoopCount; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLoopIndefinitely : 1; // 0x004C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeLooping") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeLooping") + } + static class USoundNodeLooping* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeLooping; + +// Class Engine.ParticleModuleVelocityBase +// 0x0008 (0x0038 - 0x0030) +class UParticleModuleVelocityBase : public UParticleModule +{ +public: + uint8 bInWorldSpace : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyOwnerScale : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVelocityBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVelocityBase") + } + static class UParticleModuleVelocityBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVelocityBase; + +// Class Engine.ParticleModuleVelocity +// 0x0078 (0x00B0 - 0x0038) +class UParticleModuleVelocity : public UParticleModuleVelocityBase +{ +public: + struct FRawDistributionVector StartVelocity; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat StartVelocityRadial; // 0x0080(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVelocity") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVelocity") + } + static class UParticleModuleVelocity* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVelocity; + +// Class Engine.ParticleModuleVelocity_Seeded +// 0x0020 (0x00D0 - 0x00B0) +class UParticleModuleVelocity_Seeded final : public UParticleModuleVelocity +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x00B0(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVelocity_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVelocity_Seeded") + } + static class UParticleModuleVelocity_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVelocity_Seeded; + +// Class Engine.HapticFeedbackEffect_Curve +// 0x0110 (0x0138 - 0x0028) +class UHapticFeedbackEffect_Curve final : public UHapticFeedbackEffect_Base +{ +public: + struct FHapticFeedbackDetails_Curve HapticDetails; // 0x0028(0x0110)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HapticFeedbackEffect_Curve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HapticFeedbackEffect_Curve") + } + static class UHapticFeedbackEffect_Curve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHapticFeedbackEffect_Curve; + +// Class Engine.BrushBuilder +// 0x0058 (0x0080 - 0x0028) +class UBrushBuilder final : public UObject +{ +public: + class FString BitmapFilename; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Tooltip; // 0x0038(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 NotifyBadParams : 1; // 0x0048(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Vertices; // 0x0050(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray Polys; // 0x0060(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + class FName Layer; // 0x0070(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 MergeCoplanars : 1; // 0x0078(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BrushBuilder") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BrushBuilder") + } + static class UBrushBuilder* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBrushBuilder; + +// Class Engine.SoundNodeEnveloper +// 0x0148 (0x0190 - 0x0048) +class USoundNodeEnveloper final : public USoundNode +{ +public: + float LoopStart; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LoopEnd; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DurationAfterLoop; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LoopCount; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLoopIndefinitely : 1; // 0x0058(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLoop : 1; // 0x0058(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UDistributionFloatConstantCurve* VolumeInterpCurve; // 0x0060(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDistributionFloatConstantCurve* PitchInterpCurve; // 0x0068(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve VolumeCurve; // 0x0070(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve PitchCurve; // 0x00F8(0x0088)(Edit, NativeAccessSpecifierPublic) + float PitchMin; // 0x0180(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMax; // 0x0184(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMin; // 0x0188(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMax; // 0x018C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeEnveloper") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeEnveloper") + } + static class USoundNodeEnveloper* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeEnveloper; + +// Class Engine.BrushComponent +// 0x0010 (0x0460 - 0x0450) +class UBrushComponent final : public UPrimitiveComponent +{ +public: + class UModel* Brush; // 0x0450(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBodySetup* BrushBodySetup; // 0x0458(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BrushComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BrushComponent") + } + static class UBrushComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBrushComponent; + +// Class Engine.BrushShape +// 0x0000 (0x0260 - 0x0260) +class ABrushShape final : public ABrush +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BrushShape") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BrushShape") + } + static class ABrushShape* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ABrushShape; + +// Class Engine.InterpGroup +// 0x0028 (0x0050 - 0x0028) +class UInterpGroup : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray InterpTracks; // 0x0030(0x0010)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + class FName GroupName; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor GroupColor; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCollapsed : 1; // 0x004C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisible : 1; // 0x004C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsFolder : 1; // 0x004C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsParented : 1; // 0x004C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsSelected : 1; // 0x004C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpGroup") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpGroup") + } + static class UInterpGroup* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpGroup; + +// Class Engine.RectLightComponent +// 0x0020 (0x0360 - 0x0340) +class URectLightComponent final : public ULocalLightComponent +{ +public: + float SourceWidth; // 0x0340(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceHeight; // 0x0344(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BarnDoorAngle; // 0x0348(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BarnDoorLength; // 0x034C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* SourceTexture; // 0x0350(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_358[0x8]; // 0x0358(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetBarnDoorAngle(float NewValue); + void SetBarnDoorLength(float NewValue); + void SetSourceHeight(float NewValue); + void SetSourceTexture(class UTexture* bNewValue); + void SetSourceWidth(float bNewValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RectLightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RectLightComponent") + } + static class URectLightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URectLightComponent; + +// Class Engine.ButtonStyleAsset +// 0x0278 (0x02A0 - 0x0028) +class UButtonStyleAsset final : public UObject +{ +public: + struct FButtonStyle ButtonStyle; // 0x0028(0x0278)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ButtonStyleAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ButtonStyleAsset") + } + static class UButtonStyleAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UButtonStyleAsset; + +// Class Engine.MaterialExpressionFmod +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionFmod final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFmod") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFmod") + } + static class UMaterialExpressionFmod* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFmod; + +// Class Engine.CameraAnimInst +// 0x00E8 (0x0110 - 0x0028) +class alignas(0x10) UCameraAnimInst final : public UObject +{ +public: + class UCameraAnim* CamAnim; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInterpGroupInst* InterpGroupInst; // 0x0030(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_38[0x18]; // 0x0038(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + float PlayRate; // 0x0050(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x14]; // 0x0054(0x0014)(Fixing Size After Last Property [ Dumper-7 ]) + class UInterpTrackMove* MoveTrack; // 0x0068(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInterpTrackInstMove* MoveInst; // 0x0070(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace PlaySpace; // 0x0078(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x97]; // 0x0079(0x0097)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetDuration(float NewDuration); + void SetScale(float NewDuration); + void Stop(bool bImmediate); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraAnimInst") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraAnimInst") + } + static class UCameraAnimInst* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraAnimInst; + +// Class Engine.CameraBlockingVolume +// 0x0000 (0x0260 - 0x0260) +class ACameraBlockingVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraBlockingVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraBlockingVolume") + } + static class ACameraBlockingVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ACameraBlockingVolume; + +// Class Engine.InterpGroupInst +// 0x0020 (0x0048 - 0x0028) +class UInterpGroupInst : public UObject +{ +public: + class UInterpGroup* Group; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* GroupActor; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray TrackInst; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpGroupInst") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpGroupInst") + } + static class UInterpGroupInst* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpGroupInst; + +// Class Engine.InterpGroupInstCamera +// 0x0000 (0x0048 - 0x0048) +class UInterpGroupInstCamera final : public UInterpGroupInst +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpGroupInstCamera") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpGroupInstCamera") + } + static class UInterpGroupInstCamera* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpGroupInstCamera; + +// Class Engine.CameraModifier_CameraShake +// 0x0068 (0x00B0 - 0x0048) +class UCameraModifier_CameraShake final : public UCameraModifier +{ +public: + TArray ActiveShakes; // 0x0048(0x0010)(ZeroConstructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected) + TMap, struct FPooledCameraShakes> ExpiredPooledShakesMap; // 0x0058(0x0050)(Protected, NativeAccessSpecifierProtected) + float SplitScreenShakeScale; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_AC[0x4]; // 0x00AC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraModifier_CameraShake") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraModifier_CameraShake") + } + static class UCameraModifier_CameraShake* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraModifier_CameraShake; + +// Class Engine.MaterialExpressionFresnel +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionFresnel final : public UMaterialExpression +{ +public: + struct FExpressionInput ExponentIn; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Exponent; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput BaseReflectFractionIn; // 0x0058(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float BaseReflectFraction; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput Normal; // 0x0070(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_84[0x4]; // 0x0084(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFresnel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFresnel") + } + static class UMaterialExpressionFresnel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFresnel; + +// Class Engine.RadialForceComponent +// 0x0030 (0x0230 - 0x0200) +class URadialForceComponent final : public USceneComponent +{ +public: + float Radius; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERadialImpulseFalloff Falloff; // 0x01FC(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1FD[0x3]; // 0x01FD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ImpulseStrength; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bImpulseVelChange : 1; // 0x0204(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreOwningActor : 1; // 0x0204(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_205[0x3]; // 0x0205(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ForceStrength; // 0x0208(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DestructibleDamage; // 0x020C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypesToAffect; // 0x0210(0x0010)(Edit, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + uint8 Pad_220[0x10]; // 0x0220(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddObjectTypeToAffect(EObjectTypeQuery ObjectType); + void FireImpulse(); + void RemoveObjectTypeToAffect(EObjectTypeQuery ObjectType); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RadialForceComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RadialForceComponent") + } + static class URadialForceComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URadialForceComponent; + +// Class Engine.CameraShakeSourceComponent +// 0x0020 (0x0220 - 0x0200) +class UCameraShakeSourceComponent final : public USceneComponent +{ +public: + ECameraShakeAttenuation Attenuation; // 0x01F8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1F9[0x3]; // 0x01F9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InnerAttenuationRadius; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OuterAttenuationRadius; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_204[0x4]; // 0x0204(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf CameraShake; // 0x0208(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoStart; // 0x0210(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_211[0xF]; // 0x0211(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void Start(); + void StartCameraShake(TSubclassOf InCameraShake, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot); + void StopAllCameraShakes(bool bImmediately); + void StopAllCameraShakesOfType(TSubclassOf InCameraShake, bool bImmediately); + + float GetAttenuationFactor(const struct FVector& Location) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CameraShakeSourceComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CameraShakeSourceComponent") + } + static class UCameraShakeSourceComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCameraShakeSourceComponent; + +// Class Engine.Canvas +// 0x02A8 (0x02D0 - 0x0028) +class UCanvas final : public UObject +{ +public: + float OrgX; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrgY; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClipX; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClipY; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor DrawColor; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCenterX : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCenterY : 1; // 0x003C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNoSmooth : 1; // 0x003C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 SizeX; // 0x0040(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0044(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPlane ColorModulate; // 0x0050(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* DefaultTexture; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* GradientTexture0; // 0x0068(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UReporterGraph* ReporterGraph; // 0x0070(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_78[0x258]; // 0x0078(0x0258)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void K2_Deproject(const struct FVector2D& ScreenPosition, struct FVector* WorldOrigin, struct FVector* WorldDirection); + void K2_DrawBorder(class UTexture* BorderTexture, class UTexture* BackgroundTexture, class UTexture* LeftBorderTexture, class UTexture* RightBorderTexture, class UTexture* TopBorderTexture, class UTexture* BottomBorderTexture, const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, const struct FVector2D& CoordinatePosition, const struct FVector2D& CoordinateSize, const struct FLinearColor& RenderColor, const struct FVector2D& BorderScale, const struct FVector2D& BackgroundScale, float Rotation, const struct FVector2D& PivotPoint, const struct FVector2D& CornerSize); + void K2_DrawBox(const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, float Thickness, const struct FLinearColor& RenderColor); + void K2_DrawLine(const struct FVector2D& ScreenPositionA, const struct FVector2D& ScreenPositionB, float Thickness, const struct FLinearColor& RenderColor); + void K2_DrawMaterial(class UMaterialInterface* RenderMaterial, const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, const struct FVector2D& CoordinatePosition, const struct FVector2D& CoordinateSize, float Rotation, const struct FVector2D& PivotPoint); + void K2_DrawMaterialTriangle(class UMaterialInterface* RenderMaterial, const TArray& Triangles); + void K2_DrawPolygon(class UTexture* RenderTexture, const struct FVector2D& ScreenPosition, const struct FVector2D& Radius, int32 NumberOfSides, const struct FLinearColor& RenderColor); + void K2_DrawText(class UFont* RenderFont, const class FString& RenderText, const struct FVector2D& ScreenPosition, const struct FVector2D& Scale, const struct FLinearColor& RenderColor, float Kerning, const struct FLinearColor& ShadowColor, const struct FVector2D& ShadowOffset, bool bCentreX, bool bCentreY, bool bOutlined, const struct FLinearColor& OutlineColor); + void K2_DrawTexture(class UTexture* RenderTexture, const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, const struct FVector2D& CoordinatePosition, const struct FVector2D& CoordinateSize, const struct FLinearColor& RenderColor, EBlendMode BlendMode, float Rotation, const struct FVector2D& PivotPoint); + void K2_DrawTriangle(class UTexture* RenderTexture, const TArray& Triangles); + struct FVector K2_Project(const struct FVector& WorldLocation); + struct FVector2D K2_StrLen(class UFont* RenderFont, const class FString& RenderText); + struct FVector2D K2_TextSize(class UFont* RenderFont, const class FString& RenderText, const struct FVector2D& Scale); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Canvas") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Canvas") + } + static class UCanvas* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCanvas; + +// Class Engine.InterpTrackAudioMaster +// 0x0000 (0x0090 - 0x0090) +class UInterpTrackAudioMaster final : public UInterpTrackVectorBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackAudioMaster") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackAudioMaster") + } + static class UInterpTrackAudioMaster* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackAudioMaster; + +// Class Engine.InterpFilter_Classes +// 0x0000 (0x0038 - 0x0038) +class UInterpFilter_Classes final : public UInterpFilter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpFilter_Classes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpFilter_Classes") + } + static class UInterpFilter_Classes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpFilter_Classes; + +// Class Engine.CapsuleComponent +// 0x0000 (0x0470 - 0x0470) +class UCapsuleComponent final : public UShapeComponent +{ +public: + float CapsuleHalfHeight; // 0x0468(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float CapsuleRadius; // 0x046C(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + +public: + void SetCapsuleHalfHeight(float HalfHeight, bool bUpdateOverlaps); + void SetCapsuleRadius(float Radius, bool bUpdateOverlaps); + void SetCapsuleSize(float InRadius, float InHalfHeight, bool bUpdateOverlaps); + + float GetScaledCapsuleHalfHeight() const; + float GetScaledCapsuleHalfHeight_WithoutHemisphere() const; + float GetScaledCapsuleRadius() const; + void GetScaledCapsuleSize(float* OutRadius, float* OutHalfHeight) const; + void GetScaledCapsuleSize_WithoutHemisphere(float* OutRadius, float* OutHalfHeightWithoutHemisphere) const; + float GetShapeScale() const; + float GetUnscaledCapsuleHalfHeight() const; + float GetUnscaledCapsuleHalfHeight_WithoutHemisphere() const; + float GetUnscaledCapsuleRadius() const; + void GetUnscaledCapsuleSize(float* OutRadius, float* OutHalfHeight) const; + void GetUnscaledCapsuleSize_WithoutHemisphere(float* OutRadius, float* OutHalfHeightWithoutHemisphere) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CapsuleComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CapsuleComponent") + } + static class UCapsuleComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCapsuleComponent; + +// Class Engine.InterpTrackDirector +// 0x0018 (0x0088 - 0x0070) +class UInterpTrackDirector final : public UInterpTrack +{ +public: + TArray CutTrack; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bSimulateCameraCutsOnClients : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackDirector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackDirector") + } + static class UInterpTrackDirector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackDirector; + +// Class Engine.MaterialExpressionInverseLinearInterpolate +// 0x0050 (0x0090 - 0x0040) +class UMaterialExpressionInverseLinearInterpolate final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Value; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstValue; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClampResult; // 0x0088(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x7]; // 0x0089(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionInverseLinearInterpolate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionInverseLinearInterpolate") + } + static class UMaterialExpressionInverseLinearInterpolate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionInverseLinearInterpolate; + +// Class Engine.CheatManagerExtension +// 0x0000 (0x0028 - 0x0028) +class UCheatManagerExtension final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CheatManagerExtension") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CheatManagerExtension") + } + static class UCheatManagerExtension* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCheatManagerExtension; + +// Class Engine.ReplicationConnectionDriver +// 0x0000 (0x0028 - 0x0028) +class UReplicationConnectionDriver final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReplicationConnectionDriver") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReplicationConnectionDriver") + } + static class UReplicationConnectionDriver* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReplicationConnectionDriver; + +// Class Engine.ChildActorComponent +// 0x0030 (0x0230 - 0x0200) +class UChildActorComponent final : public USceneComponent +{ +public: + TSubclassOf ChildActorClass; // 0x01F8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class AActor* ChildActor; // 0x0200(0x0008)(BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, IsPlainOldData, NoDestructor, TextExportTransient, NonPIEDuplicateTransient, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class AActor* ChildActorTemplate; // 0x0208(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, EditConst, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_210[0x20]; // 0x0210(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetChildActorClass(TSubclassOf InClass); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ChildActorComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ChildActorComponent") + } + static class UChildActorComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UChildActorComponent; + +// Class Engine.InterpToMovementComponent +// 0x00A0 (0x0190 - 0x00F0) +class UInterpToMovementComponent final : public UMovementComponent +{ +public: + float Duration; // 0x00F0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPauseOnImpact : 1; // 0x00F4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_F5[0x3]; // 0x00F5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + bool bSweep; // 0x00F8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETeleportType TeleportType; // 0x00F9(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInterpToBehaviourType BehaviourType; // 0x00FA(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCheckIfStillInWorld; // 0x00FB(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bForceSubStepping : 1; // 0x00FC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_FD[0x3]; // 0x00FD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnInterpToReverse; // 0x0100(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnInterpToStop; // 0x0110(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnWaitBeginDelegate; // 0x0120(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnWaitEndDelegate; // 0x0130(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnResetDelegate; // 0x0140(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + float MaxSimulationTimeStep; // 0x0150(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxSimulationIterations; // 0x0154(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ControlPoints; // 0x0158(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_168[0x28]; // 0x0168(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddControlPointPosition(const struct FVector& Pos, bool bPositionIsRelative); + void FinaliseControlPoints(); + void ResetControlPoints(); + void RestartMovement(float InitialDirection); + void StopSimulating(const struct FHitResult& HitResult); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpToMovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpToMovementComponent") + } + static class UInterpToMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpToMovementComponent; + +// Class Engine.CloudStorageBase +// 0x0018 (0x0050 - 0x0038) +class UCloudStorageBase final : public UPlatformInterfaceBase +{ +public: + TArray LocalCloudFiles; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bSuppressDelegateCalls : 1; // 0x0048(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CloudStorageBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CloudStorageBase") + } + static class UCloudStorageBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCloudStorageBase; + +// Class Engine.CollisionProfile +// 0x0138 (0x0170 - 0x0038) +class UCollisionProfile final : public UDeveloperSettings +{ +public: + TArray Profiles; // 0x0038(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPrivate) + TArray DefaultChannelResponses; // 0x0048(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPrivate) + TArray EditProfiles; // 0x0058(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPrivate) + TArray ProfileRedirects; // 0x0068(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPrivate) + TArray CollisionChannelRedirects; // 0x0078(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPrivate) + uint8 Pad_88[0xE8]; // 0x0088(0x00E8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CollisionProfile") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CollisionProfile") + } + static class UCollisionProfile* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCollisionProfile; + +// Class Engine.ComponentDelegateBinding +// 0x0010 (0x0038 - 0x0028) +class UComponentDelegateBinding final : public UDynamicBlueprintBinding +{ +public: + TArray ComponentDelegateBindings; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ComponentDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ComponentDelegateBinding") + } + static class UComponentDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UComponentDelegateBinding; + +// Class Engine.Font +// 0x01A8 (0x01D0 - 0x0028) +class UFont final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + EFontCacheType FontCacheType; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Characters; // 0x0038(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray Textures; // 0x0048(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 IsRemapped; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EmScale; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Ascent; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Descent; // 0x0064(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Leading; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Kerning; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFontImportOptionsData ImportOptions; // 0x0070(0x00B0)(Edit, NativeAccessSpecifierPublic) + int32 NumCharacters; // 0x0120(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_124[0x4]; // 0x0124(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MaxCharHeight; // 0x0128(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + float ScalingFactor; // 0x0138(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LegacyFontSize; // 0x013C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LegacyFontName; // 0x0140(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FCompositeFont CompositeFont; // 0x0148(0x0038)(NativeAccessSpecifierPublic) + uint8 Pad_180[0x50]; // 0x0180(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Font") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Font") + } + static class UFont* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFont; + +// Class Engine.ActorComponentInstanceDataTransientOuter +// 0x0000 (0x0028 - 0x0028) +class UActorComponentInstanceDataTransientOuter final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ActorComponentInstanceDataTransientOuter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ActorComponentInstanceDataTransientOuter") + } + static class UActorComponentInstanceDataTransientOuter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UActorComponentInstanceDataTransientOuter; + +// Class Engine.Interface_PreviewMeshProvider +// 0x0000 (0x0000 - 0x0000) +class IInterface_PreviewMeshProvider final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Interface_PreviewMeshProvider") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Interface_PreviewMeshProvider") + } + static class IInterface_PreviewMeshProvider* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IInterface_PreviewMeshProvider; + +// Class Engine.CurveTable +// 0x0078 (0x00A0 - 0x0028) +class UCurveTable : public UObject +{ +public: + uint8 Pad_28[0x78]; // 0x0028(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveTable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveTable") + } + static class UCurveTable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveTable; + +// Class Engine.ParticleSpriteEmitter +// 0x0000 (0x01B8 - 0x01B8) +class UParticleSpriteEmitter final : public UParticleEmitter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleSpriteEmitter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleSpriteEmitter") + } + static class UParticleSpriteEmitter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleSpriteEmitter; + +// Class Engine.CompositeCurveTable +// 0x0028 (0x00C8 - 0x00A0) +class UCompositeCurveTable final : public UCurveTable +{ +public: + TArray ParentTables; // 0x00A0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray OldParentTables; // 0x00B0(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + uint8 Pad_C0[0x8]; // 0x00C0(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CompositeCurveTable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CompositeCurveTable") + } + static class UCompositeCurveTable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCompositeCurveTable; + +// Class Engine.CompositeDataTable +// 0x0028 (0x00D8 - 0x00B0) +class UCompositeDataTable final : public UDataTable +{ +public: + TArray ParentTables; // 0x00B0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray OldParentTables; // 0x00C0(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + uint8 Pad_D0[0x8]; // 0x00D0(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CompositeDataTable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CompositeDataTable") + } + static class UCompositeDataTable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCompositeDataTable; + +// Class Engine.ForceFeedbackComponent +// 0x00E0 (0x02E0 - 0x0200) +class UForceFeedbackComponent final : public USceneComponent +{ +public: + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x01F8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAutoDestroy : 1; // 0x0200(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStopWhenOwnerDestroyed : 1; // 0x0200(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLooping : 1; // 0x0200(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreTimeDilation : 1; // 0x0200(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideAttenuation : 1; // 0x0200(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_201[0x3]; // 0x0201(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float IntensityMultiplier; // 0x0204(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UForceFeedbackAttenuation* AttenuationSettings; // 0x0208(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FForceFeedbackAttenuationSettings AttenuationOverrides; // 0x0210(0x00B0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnForceFeedbackFinished; // 0x02C0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_2D0[0x10]; // 0x02D0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AdjustAttenuation(const struct FForceFeedbackAttenuationSettings& InAttenuationSettings); + void Play(float StartTime); + void SetForceFeedbackEffect(class UForceFeedbackEffect* NewForceFeedbackEffect); + void SetIntensityMultiplier(float NewIntensityMultiplier); + void Stop(); + + bool BP_GetAttenuationSettingsToApply(struct FForceFeedbackAttenuationSettings* OutAttenuationSettings) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ForceFeedbackComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ForceFeedbackComponent") + } + static class UForceFeedbackComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UForceFeedbackComponent; + +// Class Engine.InterpTrackFade +// 0x0018 (0x00A8 - 0x0090) +class UInterpTrackFade final : public UInterpTrackFloatBase +{ +public: + uint8 bPersistFade : 1; // 0x0090(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFadeAudio : 1; // 0x0090(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_91[0x3]; // 0x0091(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor FadeColor; // 0x0094(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A4[0x4]; // 0x00A4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackFade") + } + static class UInterpTrackFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackFade; + +// Class Engine.StreamingSettings +// 0x0038 (0x0070 - 0x0038) +class UStreamingSettings final : public UDeveloperSettings +{ +public: + uint8 AsyncLoadingThreadEnabled : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 WarnIfTimeLimitExceeded : 1; // 0x0038(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float TimeLimitExceededMultiplier; // 0x003C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float TimeLimitExceededMinTime; // 0x0040(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 MinBulkDataSizeForAsyncLoading; // 0x0044(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 UseBackgroundLevelStreaming : 1; // 0x0048(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 AsyncLoadingUseFullTimeLimit : 1; // 0x0048(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AsyncLoadingTimeLimit; // 0x004C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float PriorityAsyncLoadingExtraTime; // 0x0050(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LevelStreamingActorsUpdateTimeLimit; // 0x0054(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float PriorityLevelStreamingActorsUpdateExtraTime; // 0x0058(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 LevelStreamingComponentsRegistrationGranularity; // 0x005C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LevelStreamingUnregisterComponentsTimeLimit; // 0x0060(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 LevelStreamingComponentsUnregistrationGranularity; // 0x0064(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 FlushStreamingOnExit : 1; // 0x0068(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 EventDrivenLoaderEnabled : 1; // 0x0068(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_69[0x7]; // 0x0069(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StreamingSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StreamingSettings") + } + static class UStreamingSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStreamingSettings; + +// Class Engine.PlayerCameraManager +// 0x25F8 (0x2820 - 0x0228) +class APlayerCameraManager final : public AActor +{ +public: + class APlayerController* PCOwner; // 0x0228(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USceneComponent* TransformComponent; // 0x0230(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_238[0x8]; // 0x0238(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float DefaultFOV; // 0x0240(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_244[0x4]; // 0x0244(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float DefaultOrthoWidth; // 0x0248(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24C[0x4]; // 0x024C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float DefaultAspectRatio; // 0x0250(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_254[0x4C]; // 0x0254(0x004C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FCameraCacheEntry CameraCache; // 0x02A0(0x0600)(Transient, NativeAccessSpecifierPublic) + struct FCameraCacheEntry LastFrameCameraCache; // 0x08A0(0x0600)(Transient, NativeAccessSpecifierPublic) + struct FTViewTarget ViewTarget; // 0x0EA0(0x0610)(Transient, NativeAccessSpecifierPublic) + struct FTViewTarget PendingViewTarget; // 0x14B0(0x0610)(Transient, NativeAccessSpecifierPublic) + uint8 Pad_1AC0[0x30]; // 0x1AC0(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + struct FCameraCacheEntry CameraCachePrivate; // 0x1AF0(0x0600)(Transient, NativeAccessSpecifierPrivate) + struct FCameraCacheEntry LastFrameCameraCachePrivate; // 0x20F0(0x0600)(Transient, NativeAccessSpecifierPrivate) + TArray ModifierList; // 0x26F0(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + TArray> DefaultModifiers; // 0x2700(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, UObjectWrapper, NativeAccessSpecifierPublic) + float FreeCamDistance; // 0x2710(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector FreeCamOffset; // 0x2714(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ViewTargetOffset; // 0x2720(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_272C[0x4]; // 0x272C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnAudioFadeChangeEvent; // 0x2730(0x0010)(ZeroConstructor, Transient, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_2740[0x10]; // 0x2740(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CameraLensEffects; // 0x2750(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + class UCameraModifier_CameraShake* CachedCameraShakeMod; // 0x2760(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UCameraAnimInst* AnimInstPool[0x8]; // 0x2768(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray PostProcessBlendCache; // 0x27A8(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + uint8 Pad_27B8[0x10]; // 0x27B8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActiveAnims; // 0x27C8(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TArray FreeAnims; // 0x27D8(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) + class ACameraActor* AnimCameraActor; // 0x27E8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 bIsOrthographic : 1; // 0x27F0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultConstrainAspectRatio : 1; // 0x27F0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_27F0_2 : 4; // 0x27F0(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bClientSimulatingViewTarget : 1; // 0x27F0(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseClientSideCameraUpdates : 1; // 0x27F0(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_27F1_0 : 2; // 0x27F1(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bGameCameraCutThisFrame : 1; // 0x27F1(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_27F2[0x2]; // 0x27F2(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float ViewPitchMin; // 0x27F4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewPitchMax; // 0x27F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewYawMin; // 0x27FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewYawMax; // 0x2800(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewRollMin; // 0x2804(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewRollMax; // 0x2808(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_280C[0x4]; // 0x280C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float ServerUpdateCameraTimeout; // 0x2810(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_2814[0xC]; // 0x2814(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class AEmitterCameraLensEffectBase* AddCameraLensEffect(TSubclassOf LensEffectEmitterClass); + class UCameraModifier* AddNewCameraModifier(TSubclassOf ModifierClass); + bool BlueprintUpdateCamera(class AActor* CameraTarget, struct FVector* NewCameraLocation, struct FRotator* NewCameraRotation, float* NewCameraFOV); + void ClearCameraLensEffects(); + class UCameraModifier* FindCameraModifierByClass(TSubclassOf ModifierClass); + void OnPhotographyMultiPartCaptureEnd(); + void OnPhotographyMultiPartCaptureStart(); + void OnPhotographySessionEnd(); + void OnPhotographySessionStart(); + void PhotographyCameraModify(const struct FVector& NewCameraLocation, const struct FVector& PreviousCameraLocation, const struct FVector& OriginalCameraLocation, struct FVector* ResultCameraLocation); + class UCameraAnimInst* PlayCameraAnim(class UCameraAnim* Anim, float Rate, float Scale, float BlendInTime, float BlendOutTime, bool bLoop, bool bRandomStartTime, float Duration, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot); + void RemoveCameraLensEffect(class AEmitterCameraLensEffectBase* Emitter); + bool RemoveCameraModifier(class UCameraModifier* ModifierToRemove); + void SetGameCameraCutThisFrame(); + void SetManualCameraFade(float InFadeAmount, const struct FLinearColor& Color, bool bInFadeAudio); + void StartCameraFade(float FromAlpha, float ToAlpha, float Duration, const struct FLinearColor& Color, bool bShouldFadeAudio, bool bHoldWhenFinished); + class UCameraShakeBase* StartCameraShake(TSubclassOf ShakeClass, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot); + class UCameraShakeBase* StartCameraShakeFromSource(TSubclassOf ShakeClass, class UCameraShakeSourceComponent* SourceComponent, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot); + void StopAllCameraAnims(bool bImmediate); + void StopAllCameraShakes(bool bImmediately); + void StopAllCameraShakesFromSource(class UCameraShakeSourceComponent* SourceComponent, bool bImmediately); + void StopAllInstancesOfCameraAnim(class UCameraAnim* Anim, bool bImmediate); + void StopAllInstancesOfCameraShake(TSubclassOf Shake, bool bImmediately); + void StopAllInstancesOfCameraShakeFromSource(TSubclassOf Shake, class UCameraShakeSourceComponent* SourceComponent, bool bImmediately); + void StopCameraAnimInst(class UCameraAnimInst* AnimInst, bool bImmediate); + void StopCameraFade(); + void StopCameraShake(class UCameraShakeBase* ShakeInstance, bool bImmediately); + void SwapPendingViewTargetWhenUsingClientSideCameraUpdates(); + + struct FVector GetCameraLocation() const; + struct FRotator GetCameraRotation() const; + float GetFOVAngle() const; + class APlayerController* GetOwningPlayerController() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlayerCameraManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlayerCameraManager") + } + static class APlayerCameraManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlayerCameraManager; + +// Class Engine.GarbageCollectionSettings +// 0x0020 (0x0058 - 0x0038) +class UGarbageCollectionSettings final : public UDeveloperSettings +{ +public: + float TimeBetweenPurgingPendingKillObjects; // 0x0038(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 FlushStreamingOnGC : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 AllowParallelGC : 1; // 0x003C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 IncrementalBeginDestroyEnabled : 1; // 0x003C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 MultithreadedDestructionEnabled : 1; // 0x003C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 CreateGCClusters : 1; // 0x003C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 AssetClusteringEnabled : 1; // 0x003C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 ActorClusteringEnabled : 1; // 0x003C(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 BlueprintClusteringEnabled : 1; // 0x003C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 UseDisregardForGCOnDedicatedServers : 1; // 0x003D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_3E[0x2]; // 0x003E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinGCClusterSize; // 0x0040(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 NumRetriesBeforeForcingGC; // 0x0044(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 MaxObjectsNotConsideredByGC; // 0x0048(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 SizeOfPermanentObjectPool; // 0x004C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 MaxObjectsInGame; // 0x0050(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 MaxObjectsInEditor; // 0x0054(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GarbageCollectionSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GarbageCollectionSettings") + } + static class UGarbageCollectionSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGarbageCollectionSettings; + +// Class Engine.CullDistanceVolume +// 0x0018 (0x0278 - 0x0260) +class ACullDistanceVolume final : public AVolume +{ +public: + TArray CullDistances; // 0x0260(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bEnabled : 1; // 0x0270(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_271[0x7]; // 0x0271(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CullDistanceVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CullDistanceVolume") + } + static class ACullDistanceVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ACullDistanceVolume; + +// Class Engine.GameplayStatics +// 0x0000 (0x0028 - 0x0028) +class UGameplayStatics final : public UBlueprintFunctionLibrary +{ +public: + static void ActivateReverbEffect(const class UObject* WorldContextObject, class UReverbEffect* ReverbEffect, class FName TagName, float Priority, float Volume, float FadeTime); + static void AnnounceAccessibleString(const class FString& AnnouncementString); + static float ApplyDamage(class AActor* DamagedActor, float BaseDamage, class AController* EventInstigator, class AActor* DamageCauser, TSubclassOf DamageTypeClass); + static float ApplyPointDamage(class AActor* DamagedActor, float BaseDamage, const struct FVector& HitFromDirection, const struct FHitResult& HitInfo, class AController* EventInstigator, class AActor* DamageCauser, TSubclassOf DamageTypeClass); + static bool ApplyRadialDamage(const class UObject* WorldContextObject, float BaseDamage, const struct FVector& Origin, float DamageRadius, TSubclassOf DamageTypeClass, const TArray& IgnoreActors, class AActor* DamageCauser, class AController* InstigatedByController, bool bDoFullDamage, ECollisionChannel DamagePreventionChannel); + static bool ApplyRadialDamageWithFalloff(const class UObject* WorldContextObject, float BaseDamage, float MinimumDamage, const struct FVector& Origin, float DamageInnerRadius, float DamageOuterRadius, float DamageFalloff, TSubclassOf DamageTypeClass, const TArray& IgnoreActors, class AActor* DamageCauser, class AController* InstigatedByController, ECollisionChannel DamagePreventionChannel); + static bool AreAnyListenersWithinRange(const class UObject* WorldContextObject, const struct FVector& Location, float MaximumRange); + static bool AreSubtitlesEnabled(); + static class AActor* BeginDeferredActorSpawnFromClass(const class UObject* WorldContextObject, TSubclassOf ActorClass, const struct FTransform& SpawnTransform, ESpawnActorCollisionHandlingMethod CollisionHandlingOverride, class AActor* Owner); + static class AActor* BeginSpawningActorFromBlueprint(const class UObject* WorldContextObject, const class UBlueprint* Blueprint, const struct FTransform& SpawnTransform, bool bNoCollisionFail); + static class AActor* BeginSpawningActorFromClass(const class UObject* WorldContextObject, TSubclassOf ActorClass, const struct FTransform& SpawnTransform, bool bNoCollisionFail, class AActor* Owner); + static bool Blueprint_PredictProjectilePath_Advanced(const class UObject* WorldContextObject, const struct FPredictProjectilePathParams& PredictParams, struct FPredictProjectilePathResult* PredictResult); + static bool Blueprint_PredictProjectilePath_ByObjectType(const class UObject* WorldContextObject, struct FHitResult* OutHit, TArray* OutPathPositions, struct FVector* OutLastTraceDestination, const struct FVector& StartPos, const struct FVector& LaunchVelocity, bool bTracePath, float ProjectileRadius, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, float DrawDebugTime, float SimFrequency, float MaxSimTime, float OverrideGravityZ); + static bool Blueprint_PredictProjectilePath_ByTraceChannel(const class UObject* WorldContextObject, struct FHitResult* OutHit, TArray* OutPathPositions, struct FVector* OutLastTraceDestination, const struct FVector& StartPos, const struct FVector& LaunchVelocity, bool bTracePath, float ProjectileRadius, ECollisionChannel TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, float DrawDebugTime, float SimFrequency, float MaxSimTime, float OverrideGravityZ); + static bool BlueprintSuggestProjectileVelocity(const class UObject* WorldContextObject, struct FVector* TossVelocity, const struct FVector& StartLocation, const struct FVector& EndLocation, float LaunchSpeed, float OverrideGravityZ, ESuggestProjVelocityTraceOption TraceOption, float CollisionRadius, bool bFavorHighArc, bool bDrawDebug); + static void BreakHitResult(const struct FHitResult& Hit, bool* bBlockingHit, bool* bInitialOverlap, float* Time, float* Distance, struct FVector* Location, struct FVector* ImpactPoint, struct FVector* Normal, struct FVector* ImpactNormal, class UPhysicalMaterial** PhysMat, class AActor** HitActor, class UPrimitiveComponent** HitComponent, class FName* HitBoneName, int32* HitItem, int32* ElementIndex, int32* FaceIndex, struct FVector* TraceStart, struct FVector* TraceEnd); + static void CancelAsyncLoading(); + static void ClearSoundMixClassOverride(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier, class USoundClass* InSoundClass, float FadeOutTime); + static void ClearSoundMixModifiers(const class UObject* WorldContextObject); + static class APlayerController* CreatePlayer(const class UObject* WorldContextObject, int32 ControllerId, bool bSpawnPlayerController); + static class USaveGame* CreateSaveGameObject(TSubclassOf SaveGameClass); + static class UAudioComponent* CreateSound2D(const class UObject* WorldContextObject, class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundConcurrency* ConcurrencySettings, bool bPersistAcrossLevelTransition, bool bAutoDestroy); + static void DeactivateReverbEffect(const class UObject* WorldContextObject, class FName TagName); + static bool DeleteGameInSlot(const class FString& SlotName, const int32 UserIndex); + static bool DeprojectScreenToWorld(class APlayerController* Player, const struct FVector2D& ScreenPosition, struct FVector* WorldPosition, struct FVector* WorldDirection); + static bool DoesSaveGameExist(const class FString& SlotName, const int32 UserIndex); + static void EnableLiveStreaming(bool Enable); + static bool FindCollisionUV(const struct FHitResult& Hit, int32 UVChannel, struct FVector2D* UV); + static class AActor* FindNearestActor(const struct FVector& Origin, const TArray& ActorsToCheck, float* Distance); + static class AActor* FinishSpawningActor(class AActor* Actor, const struct FTransform& SpawnTransform); + static void FlushLevelStreaming(const class UObject* WorldContextObject); + static void GetAccurateRealTime(int32* Seconds, float* PartialSeconds); + static struct FVector GetActorArrayAverageLocation(const TArray& Actors); + static void GetActorArrayBounds(const TArray& Actors, bool bOnlyCollidingComponents, struct FVector* Center, struct FVector* BoxExtent); + static class AActor* GetActorOfClass(const class UObject* WorldContextObject, TSubclassOf ActorClass); + static void GetAllActorsOfClass(const class UObject* WorldContextObject, TSubclassOf ActorClass, TArray* OutActors); + static void GetAllActorsOfClassWithTag(const class UObject* WorldContextObject, TSubclassOf ActorClass, class FName Tag, TArray* OutActors); + static void GetAllActorsWithInterface(const class UObject* WorldContextObject, TSubclassOf Interface, TArray* OutActors); + static void GetAllActorsWithTag(const class UObject* WorldContextObject, class FName Tag, TArray* OutActors); + static float GetAudioTimeSeconds(const class UObject* WorldContextObject); + static bool GetClosestListenerLocation(const class UObject* WorldContextObject, const struct FVector& Location, float MaximumRange, const bool bAllowAttenuationOverride, struct FVector* ListenerPosition); + static class FString GetCurrentLevelName(const class UObject* WorldContextObject, bool bRemovePrefixString); + static class UReverbEffect* GetCurrentReverbEffect(const class UObject* WorldContextObject); + static bool GetEnableSceneRendering(const class UObject* WorldContextObject); + static bool GetEnableWorldRendering(const class UObject* WorldContextObject); + static class UGameInstance* GetGameInstance(const class UObject* WorldContextObject); + static class AGameModeBase* GetGameMode(const class UObject* WorldContextObject); + static class AGameStateBase* GetGameState(const class UObject* WorldContextObject); + static float GetGlobalTimeDilation(const class UObject* WorldContextObject); + static int32 GetIntOption(const class FString& Options, const class FString& Key, int32 DefaultValue); + static void GetKeyValue(const class FString& Pair, class FString* Key, class FString* Value); + static int32 GetMaxAudioChannelCount(const class UObject* WorldContextObject); + static class UClass* GetObjectClass(const class UObject* Object); + static class FString GetPlatformName(); + static class APlayerCameraManager* GetPlayerCameraManager(const class UObject* WorldContextObject, int32 PlayerIndex); + static class ACharacter* GetPlayerCharacter(const class UObject* WorldContextObject, int32 PlayerIndex); + static class APlayerController* GetPlayerController(const class UObject* WorldContextObject, int32 PlayerIndex); + static class APlayerController* GetPlayerControllerFromID(const class UObject* WorldContextObject, int32 ControllerId); + static int32 GetPlayerControllerID(class APlayerController* Player); + static class APawn* GetPlayerPawn(const class UObject* WorldContextObject, int32 PlayerIndex); + static float GetRealTimeSeconds(const class UObject* WorldContextObject); + static class ULevelStreaming* GetStreamingLevel(const class UObject* WorldContextObject, class FName PackageName); + static EPhysicalSurface GetSurfaceType(const struct FHitResult& Hit); + static float GetTimeSeconds(const class UObject* WorldContextObject); + static float GetUnpausedTimeSeconds(const class UObject* WorldContextObject); + static EMouseCaptureMode GetViewportMouseCaptureMode(const class UObject* WorldContextObject); + static void GetViewProjectionMatrix(const struct FMinimalViewInfo& DesiredView, struct FMatrix* ViewMatrix, struct FMatrix* ProjectionMatrix, struct FMatrix* ViewProjectionMatrix); + static float GetWorldDeltaSeconds(const class UObject* WorldContextObject); + static struct FIntVector GetWorldOriginLocation(const class UObject* WorldContextObject); + static int32 GrassOverlappingSphereCount(const class UObject* WorldContextObject, const class UStaticMesh* StaticMesh, const struct FVector& CenterPosition, float Radius); + static bool HasLaunchOption(const class FString& OptionToCheck); + static bool HasOption(const class FString& Options, const class FString& InKey); + static bool IsGamePaused(const class UObject* WorldContextObject); + static bool IsSplitscreenForceDisabled(const class UObject* WorldContextObject); + static class USaveGame* LoadGameFromSlot(const class FString& SlotName, const int32 UserIndex); + static void LoadStreamLevel(const class UObject* WorldContextObject, class FName LevelName, bool bMakeVisibleAfterLoad, bool bShouldBlockOnLoad, const struct FLatentActionInfo& LatentInfo); + static void LoadStreamLevelBySoftObjectPtr(const class UObject* WorldContextObject, const TSoftObjectPtr Level, bool bMakeVisibleAfterLoad, bool bShouldBlockOnLoad, const struct FLatentActionInfo& LatentInfo); + static struct FHitResult MakeHitResult(bool bBlockingHit, bool bInitialOverlap, float Time, float Distance, const struct FVector& Location, const struct FVector& ImpactPoint, const struct FVector& Normal, const struct FVector& ImpactNormal, class UPhysicalMaterial* PhysMat, class AActor* HitActor, class UPrimitiveComponent* HitComponent, class FName HitBoneName, int32 HitItem, int32 ElementIndex, int32 FaceIndex, const struct FVector& TraceStart, const struct FVector& TraceEnd); + static void OpenLevel(const class UObject* WorldContextObject, class FName LevelName, bool bAbsolute, const class FString& Options); + static void OpenLevelBySoftObjectPtr(const class UObject* WorldContextObject, const TSoftObjectPtr Level, bool bAbsolute, const class FString& Options); + static class FString ParseOption(const class FString& Options, const class FString& Key); + static void PlayDialogue2D(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, float VolumeMultiplier, float PitchMultiplier, float StartTime); + static void PlayDialogueAtLocation(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings); + static void PlaySound2D(const class UObject* WorldContextObject, class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundConcurrency* ConcurrencySettings, class AActor* OwningActor, bool bIsUISound); + static void PlaySoundAtLocation(const class UObject* WorldContextObject, class USoundBase* Sound, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, class USoundConcurrency* ConcurrencySettings, class AActor* OwningActor); + static void PlayWorldCameraShake(const class UObject* WorldContextObject, TSubclassOf Shake, const struct FVector& Epicenter, float InnerRadius, float OuterRadius, float Falloff, bool bOrientShakeTowardsEpicenter); + static void PopSoundMixModifier(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier); + static void PrimeAllSoundsInSoundClass(class USoundClass* InSoundClass); + static void PrimeSound(class USoundBase* InSound); + static bool ProjectWorldToScreen(class APlayerController* Player, const struct FVector& WorldPosition, struct FVector2D* ScreenPosition, bool bPlayerViewportRelative); + static void PushSoundMixModifier(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier); + static struct FVector RebaseLocalOriginOntoZero(class UObject* WorldContextObject, const struct FVector& WorldLocation); + static struct FVector RebaseZeroOriginOntoLocal(class UObject* WorldContextObject, const struct FVector& WorldLocation); + static void RemovePlayer(class APlayerController* Player, bool bDestroyPawn); + static bool SaveGameToSlot(class USaveGame* SaveGameObject, const class FString& SlotName, const int32 UserIndex); + static void SetBaseSoundMix(const class UObject* WorldContextObject, class USoundMix* InSoundMix); + static void SetEnableSceneRendering(const class UObject* WorldContextObject, bool bEnable); + static void SetEnableWorldRendering(const class UObject* WorldContextObject, bool bEnable); + static void SetForceDisableSplitscreen(const class UObject* WorldContextObject, bool bDisable); + static bool SetGamePaused(const class UObject* WorldContextObject, bool bPaused); + static void SetGlobalListenerFocusParameters(const class UObject* WorldContextObject, float FocusAzimuthScale, float NonFocusAzimuthScale, float FocusDistanceScale, float NonFocusDistanceScale, float FocusVolumeScale, float NonFocusVolumeScale, float FocusPriorityScale, float NonFocusPriorityScale); + static void SetGlobalPitchModulation(const class UObject* WorldContextObject, float PitchModulation, float TimeSec); + static void SetGlobalTimeDilation(const class UObject* WorldContextObject, float TimeDilation); + static void SetMaxAudioChannelsScaled(const class UObject* WorldContextObject, float MaxChannelCountScale); + static void SetPlayerControllerID(class APlayerController* Player, int32 ControllerId); + static void SetSoundClassDistanceScale(const class UObject* WorldContextObject, class USoundClass* SoundClass, float DistanceAttenuationScale, float TimeSec); + static void SetSoundMixClassOverride(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier, class USoundClass* InSoundClass, float Volume, float Pitch, float FadeInTime, bool bApplyToChildren); + static void SetSubtitlesEnabled(bool bEnabled); + static void SetViewportMouseCaptureMode(const class UObject* WorldContextObject, const EMouseCaptureMode MouseCaptureMode); + static void SetWorldOriginLocation(const class UObject* WorldContextObject, const struct FIntVector& NewLocation); + static class UDecalComponent* SpawnDecalAtLocation(const class UObject* WorldContextObject, class UMaterialInterface* DecalMaterial, const struct FVector& DecalSize, const struct FVector& Location, const struct FRotator& Rotation, float LifeSpan); + static class UDecalComponent* SpawnDecalAttached(class UMaterialInterface* DecalMaterial, const struct FVector& DecalSize, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, float LifeSpan); + static class UAudioComponent* SpawnDialogue2D(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, float VolumeMultiplier, float PitchMultiplier, float StartTime, bool bAutoDestroy); + static class UAudioComponent* SpawnDialogueAtLocation(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, bool bAutoDestroy); + static class UAudioComponent* SpawnDialogueAttached(class UDialogueWave* Dialogue, const struct FDialogueContext& Context, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, bool bStopWhenAttachedToDestroyed, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, bool bAutoDestroy); + static class UParticleSystemComponent* SpawnEmitterAtLocation(const class UObject* WorldContextObject, class UParticleSystem* EmitterTemplate, const struct FVector& Location, const struct FRotator& Rotation, const struct FVector& Scale, bool bAutoDestroy, EPSCPoolMethod PoolingMethod, bool bAutoActivateSystem); + static class UParticleSystemComponent* SpawnEmitterAttached(class UParticleSystem* EmitterTemplate, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, const struct FVector& Scale, EAttachLocation LocationType, bool bAutoDestroy, EPSCPoolMethod PoolingMethod, bool bAutoActivate); + static class UForceFeedbackComponent* SpawnForceFeedbackAtLocation(const class UObject* WorldContextObject, class UForceFeedbackEffect* ForceFeedbackEffect, const struct FVector& Location, const struct FRotator& Rotation, bool bLooping, float IntensityMultiplier, float StartTime, class UForceFeedbackAttenuation* AttenuationSettings, bool bAutoDestroy); + static class UForceFeedbackComponent* SpawnForceFeedbackAttached(class UForceFeedbackEffect* ForceFeedbackEffect, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, bool bStopWhenAttachedToDestroyed, bool bLooping, float IntensityMultiplier, float StartTime, class UForceFeedbackAttenuation* AttenuationSettings, bool bAutoDestroy); + static class UObject* SpawnObject(TSubclassOf ObjectClass, class UObject* Outer_0); + static class UAudioComponent* SpawnSound2D(const class UObject* WorldContextObject, class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundConcurrency* ConcurrencySettings, bool bPersistAcrossLevelTransition, bool bAutoDestroy); + static class UAudioComponent* SpawnSoundAtLocation(const class UObject* WorldContextObject, class USoundBase* Sound, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, class USoundConcurrency* ConcurrencySettings, bool bAutoDestroy); + static class UAudioComponent* SpawnSoundAttached(class USoundBase* Sound, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, bool bStopWhenAttachedToDestroyed, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, class USoundConcurrency* ConcurrencySettings, bool bAutoDestroy); + static bool SuggestProjectileVelocity_CustomArc(const class UObject* WorldContextObject, struct FVector* OutLaunchVelocity, const struct FVector& StartPos, const struct FVector& EndPos, float OverrideGravityZ, float ArcParam); + static void UnloadStreamLevel(const class UObject* WorldContextObject, class FName LevelName, const struct FLatentActionInfo& LatentInfo, bool bShouldBlockOnUnload); + static void UnloadStreamLevelBySoftObjectPtr(const class UObject* WorldContextObject, const TSoftObjectPtr Level, const struct FLatentActionInfo& LatentInfo, bool bShouldBlockOnUnload); + static void UnRetainAllSoundsInSoundClass(class USoundClass* InSoundClass); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GameplayStatics") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GameplayStatics") + } + static class UGameplayStatics* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGameplayStatics; + +// Class Engine.CurveBase +// 0x0008 (0x0030 - 0x0028) +class UCurveBase : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void GetTimeRange(float* MinTime, float* MaxTime) const; + void GetValueRange(float* MinValue, float* MaxValue) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveBase") + } + static class UCurveBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveBase; + +// Class Engine.InterpGroupDirector +// 0x0000 (0x0050 - 0x0050) +class UInterpGroupDirector final : public UInterpGroup +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpGroupDirector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpGroupDirector") + } + static class UInterpGroupDirector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpGroupDirector; + +// Class Engine.CurveEdPresetCurve +// 0x0000 (0x0028 - 0x0028) +class UCurveEdPresetCurve final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveEdPresetCurve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveEdPresetCurve") + } + static class UCurveEdPresetCurve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveEdPresetCurve; + +// Class Engine.SkeletalBodySetup +// 0x0018 (0x02B8 - 0x02A0) +class USkeletalBodySetup final : public UBodySetup +{ +public: + bool bSkipScaleFromAnimation; // 0x02A0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A1[0x7]; // 0x02A1(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PhysicalAnimationData; // 0x02A8(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalBodySetup") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalBodySetup") + } + static class USkeletalBodySetup* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalBodySetup; + +// Class Engine.CurveFloat +// 0x0088 (0x00B8 - 0x0030) +class UCurveFloat final : public UCurveBase +{ +public: + struct FRichCurve FloatCurve; // 0x0030(0x0080)(NativeAccessSpecifierPublic) + bool bIsEventCurve; // 0x00B0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B1[0x7]; // 0x00B1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + float GetFloatValue(float InTime) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveFloat") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveFloat") + } + static class UCurveFloat* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveFloat; + +// Class Engine.CurveLinearColor +// 0x0220 (0x0250 - 0x0030) +class UCurveLinearColor final : public UCurveBase +{ +public: + struct FRichCurve FloatCurves[0x4]; // 0x0030(0x0080)(NativeAccessSpecifierPublic) + float AdjustHue; // 0x0230(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustSaturation; // 0x0234(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustBrightness; // 0x0238(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustBrightnessCurve; // 0x023C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustVibrance; // 0x0240(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustMinAlpha; // 0x0244(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustMaxAlpha; // 0x0248(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24C[0x4]; // 0x024C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + struct FLinearColor GetClampedLinearColorValue(float InTime) const; + struct FLinearColor GetLinearColorValue(float InTime) const; + struct FLinearColor GetUnadjustedLinearColorValue(float InTime) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveLinearColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveLinearColor") + } + static class UCurveLinearColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveLinearColor; + +// Class Engine.InterpTrackInstLinearColorProp +// 0x0018 (0x0068 - 0x0050) +class UInterpTrackInstLinearColorProp final : public UInterpTrackInstProperty +{ +public: + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor ResetColor; // 0x0058(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstLinearColorProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstLinearColorProp") + } + static class UInterpTrackInstLinearColorProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstLinearColorProp; + +// Class Engine.SkyAtmosphereComponent +// 0x00D0 (0x02D0 - 0x0200) +class USkyAtmosphereComponent final : public USceneComponent +{ +public: + ESkyAtmosphereTransformMode TransformMode; // 0x01F8(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1F9[0x3]; // 0x01F9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BottomRadius; // 0x01FC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor GroundAlbedo; // 0x0200(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AtmosphereHeight; // 0x0204(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MultiScatteringFactor; // 0x0208(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TraceSampleCountScale; // 0x020C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RayleighScatteringScale; // 0x0210(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RayleighScattering; // 0x0214(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RayleighExponentialDistribution; // 0x0224(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MieScatteringScale; // 0x0228(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor MieScattering; // 0x022C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MieAbsorptionScale; // 0x023C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor MieAbsorption; // 0x0240(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MieAnisotropy; // 0x0250(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MieExponentialDistribution; // 0x0254(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OtherAbsorptionScale; // 0x0258(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor OtherAbsorption; // 0x025C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTentDistribution OtherTentDistribution; // 0x026C(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic) + struct FLinearColor SkyLuminanceFactor; // 0x0278(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AerialPespectiveViewDistanceScale; // 0x0288(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HeightFogContribution; // 0x028C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TransmittanceMinLightElevationAngle; // 0x0290(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AerialPerspectiveStartDepth; // 0x0294(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_298[0x24]; // 0x0298(0x0024)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid bStaticLightingBuiltGUID; // 0x02BC(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_2CC[0x4]; // 0x02CC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + struct FLinearColor GetAtmosphereTransmitanceOnGroundAtPlanetTop(class UDirectionalLightComponent* DirectionalLight); + void OverrideAtmosphereLightDirection(int32 AtmosphereLightIndex, const struct FVector& LightDirection); + void SetAerialPespectiveViewDistanceScale(float NewValue); + void SetAtmosphereHeight(float NewValue); + void SetHeightFogContribution(float NewValue); + void SetMieAbsorption(const struct FLinearColor& NewValue); + void SetMieAbsorptionScale(float NewValue); + void SetMieAnisotropy(float NewValue); + void SetMieExponentialDistribution(float NewValue); + void SetMieScattering(const struct FLinearColor& NewValue); + void SetMieScatteringScale(float NewValue); + void SetMultiScatteringFactor(float NewValue); + void SetOtherAbsorption(const struct FLinearColor& NewValue); + void SetOtherAbsorptionScale(float NewValue); + void SetRayleighExponentialDistribution(float NewValue); + void SetRayleighScattering(const struct FLinearColor& NewValue); + void SetRayleighScatteringScale(float NewValue); + void SetSkyLuminanceFactor(const struct FLinearColor& NewValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkyAtmosphereComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkyAtmosphereComponent") + } + static class USkyAtmosphereComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkyAtmosphereComponent; + +// Class Engine.InterpTrackInstBoolProp +// 0x0018 (0x0068 - 0x0050) +class UInterpTrackInstBoolProp final : public UInterpTrackInstProperty +{ +public: + uint8 Pad_50[0x10]; // 0x0050(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + bool ResetBool; // 0x0060(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstBoolProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstBoolProp") + } + static class UInterpTrackInstBoolProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstBoolProp; + +// Class Engine.CurveLinearColorAtlas +// 0x0020 (0x01C0 - 0x01A0) +class UCurveLinearColorAtlas final : public UTexture2D +{ +public: + uint32 TextureSize; // 0x01A0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSquareResolution : 1; // 0x01A4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1A5[0x3]; // 0x01A5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 TextureHeight; // 0x01A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1AC[0x4]; // 0x01AC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray GradientCurves; // 0x01B0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + bool GetCurvePosition(class UCurveLinearColor* InCurve, float* Position); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveLinearColorAtlas") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveLinearColorAtlas") + } + static class UCurveLinearColorAtlas* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveLinearColorAtlas; + +// Class Engine.SoundNodeDelay +// 0x0008 (0x0050 - 0x0048) +class USoundNodeDelay final : public USoundNode +{ +public: + float DelayMin; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DelayMax; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeDelay") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeDelay") + } + static class USoundNodeDelay* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeDelay; + +// Class Engine.CurveSourceInterface +// 0x0000 (0x0000 - 0x0000) +class ICurveSourceInterface final +{ +public: + class FName GetBindingName() const; + void GetCurves(TArray* OutValues) const; + float GetCurveValue(class FName CurveName) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveSourceInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveSourceInterface") + } + static class ICurveSourceInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_ICurveSourceInterface; + +// Class Engine.CurveVector +// 0x0180 (0x01B0 - 0x0030) +class UCurveVector final : public UCurveBase +{ +public: + struct FRichCurve FloatCurves[0x3]; // 0x0030(0x0080)(NativeAccessSpecifierPublic) + +public: + struct FVector GetVectorValue(float InTime) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CurveVector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CurveVector") + } + static class UCurveVector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCurveVector; + +// Class Engine.InterpTrackInstSound +// 0x0010 (0x0038 - 0x0028) +class UInterpTrackInstSound final : public UInterpTrackInst +{ +public: + float LastUpdatePosition; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* PlayAudioComp; // 0x0030(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstSound") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstSound") + } + static class UInterpTrackInstSound* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstSound; + +// Class Engine.SoundMix +// 0x0068 (0x0090 - 0x0028) +class USoundMix final : public UObject +{ +public: + uint8 bApplyEQ : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float EQPriority; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FAudioEQEffect EQSettings; // 0x0030(0x0040)(Edit, NativeAccessSpecifierPublic) + TArray SoundClassEffects; // 0x0070(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + float InitialDelay; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeInTime; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0088(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeOutTime; // 0x008C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundMix") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundMix") + } + static class USoundMix* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundMix; + +// Class Engine.DamageType +// 0x0018 (0x0040 - 0x0028) +class UDamageType : public UObject +{ +public: + uint8 bCausedByWorld : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bScaleMomentumByMass : 1; // 0x0028(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRadialDamageVelChange : 1; // 0x0028(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DamageImpulse; // 0x002C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DestructibleImpulse; // 0x0030(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DestructibleDamageSpreadScale; // 0x0034(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DamageFalloff; // 0x0038(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DamageType") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DamageType") + } + static class UDamageType* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDamageType; + +// Class Engine.LevelStreaming +// 0x0128 (0x0150 - 0x0028) +#pragma pack(push, 0x1) +class alignas(0x10) ULevelStreaming : public UObject +{ +public: + TSoftObjectPtr WorldAsset; // 0x0028(0x0028)(Edit, BlueprintVisible, BlueprintReadOnly, EditConst, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName PackageNameToLoad; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray LODPackageNames; // 0x0058(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_68[0x18]; // 0x0068(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform LevelTransform; // 0x0080(0x0030)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 LevelLODIndex; // 0x00B0(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 StreamingPriority; // 0x00B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_B8[0x2]; // 0x00B8(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_BA_0 : 3; // 0x00BA(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bShouldBeVisible : 1; // 0x00BA(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bShouldBeLoaded : 1; // 0x00BA(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (BlueprintVisible, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bLocked : 1; // 0x00BA(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsStatic : 1; // 0x00BA(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldBlockOnLoad : 1; // 0x00BA(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldBlockOnUnload : 1; // 0x00BB(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableDistanceStreaming : 1; // 0x00BB(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (BlueprintVisible, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDrawOnLevelStatusMap : 1; // 0x00BB(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + struct FLinearColor LevelColor; // 0x00BC(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CC[0x4]; // 0x00CC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray EditorStreamingVolumes; // 0x00D0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + float MinTimeBetweenVolumeUnloadRequests; // 0x00E0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E4[0x4]; // 0x00E4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnLevelLoaded; // 0x00E8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnLevelUnloaded; // 0x00F8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnLevelShown; // 0x0108(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnLevelHidden; // 0x0118(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + class ULevel* LoadedLevel; // 0x0128(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class ULevel* PendingUnloadLevel; // 0x0130(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_138[0x10]; // 0x0138(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class ULevelStreaming* CreateInstance(const class FString& UniqueInstanceName); + class ALevelScriptActor* GetLevelScriptActor(); + void SetIsRequestingUnloadAndRemoval(bool bInIsRequestingUnloadAndRemoval); + void SetLevelLODIndex(int32 LODIndex); + void SetPriority(int32 NewPriority); + void SetShouldBeLoaded(bool bInShouldBeLoaded); + void SetShouldBeVisible(bool bInShouldBeVisible); + + bool GetIsRequestingUnloadAndRemoval() const; + class ULevel* GetLoadedLevel() const; + class FName GetWorldAssetPackageFName() const; + bool IsLevelLoaded() const; + bool IsLevelVisible() const; + bool IsStreamingStatePending() const; + bool ShouldBeLoaded() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelStreaming") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelStreaming") + } + static class ULevelStreaming* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +#pragma pack(pop) +DUMPER7_ASSERTS_ULevelStreaming; + +// Class Engine.LevelStreamingAlwaysLoaded +// 0x0000 (0x0150 - 0x0150) +class ULevelStreamingAlwaysLoaded final : public ULevelStreaming +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelStreamingAlwaysLoaded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelStreamingAlwaysLoaded") + } + static class ULevelStreamingAlwaysLoaded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded; + +// Class Engine.DataDrivenConsoleVariableSettings +// 0x0038 (0x0070 - 0x0038) +class UDataDrivenConsoleVariableSettings final : public UDeveloperSettings +{ +public: + uint8 Pad_38[0x18]; // 0x0038(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CVarsArray; // 0x0050(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + uint8 Pad_60[0x10]; // 0x0060(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DataDrivenConsoleVariableSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DataDrivenConsoleVariableSettings") + } + static class UDataDrivenConsoleVariableSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDataDrivenConsoleVariableSettings; + +// Class Engine.InterpTrackInstVisibility +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstVisibility final : public UInterpTrackInst +{ +public: + EVisibilityTrackAction Action; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LastUpdatePosition; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstVisibility") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstVisibility") + } + static class UInterpTrackInstVisibility* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstVisibility; + +// Class Engine.InterpTrackInstFloatParticleParam +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstFloatParticleParam final : public UInterpTrackInst +{ +public: + float ResetFloat; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstFloatParticleParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstFloatParticleParam") + } + static class UInterpTrackInstFloatParticleParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstFloatParticleParam; + +// Class Engine.DebugCameraController +// 0x0100 (0x0688 - 0x0588) +class ADebugCameraController final : public APlayerController +{ +public: + uint8 bShowSelectedInfo : 1; // 0x0588(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, GlobalConfig, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsFrozenRendering : 1; // 0x0588(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsOrbitingSelectedActor : 1; // 0x0588(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOrbitPivotUseCenter : 1; // 0x0588(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableBufferVisualization : 1; // 0x0588(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableBufferVisualizationFullMode : 1; // 0x0588(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsBufferVisualizationInputSetup : 1; // 0x0588(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLastDisplayEnabled : 1; // 0x0588(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_589[0x7]; // 0x0589(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UDrawFrustumComponent* DrawFrustum; // 0x0590(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* SelectedActor; // 0x0598(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* SelectedComponent; // 0x05A0(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult SelectedHitPoint; // 0x05A8(0x0088)(IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class APlayerController* OriginalControllerRef; // 0x0630(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPlayer* OriginalPlayer; // 0x0638(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpeedScale; // 0x0640(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialMaxSpeed; // 0x0644(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialAccel; // 0x0648(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialDecel; // 0x064C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_650[0x38]; // 0x0650(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ReceiveOnActivate(class APlayerController* OriginalPC); + void ReceiveOnActorSelected(class AActor* NewSelectedActor, const struct FVector& SelectHitLocation, const struct FVector& SelectHitNormal, const struct FHitResult& Hit); + void ReceiveOnDeactivate(class APlayerController* RestoredPC); + void SetPawnMovementSpeedScale(float NewSpeedScale); + void ShowDebugSelectedInfo(); + void ToggleDisplay(); + + class AActor* GetSelectedActor() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DebugCameraController") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DebugCameraController") + } + static class ADebugCameraController* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADebugCameraController; + +// Class Engine.SoundNodeMixer +// 0x0010 (0x0058 - 0x0048) +class USoundNodeMixer final : public USoundNode +{ +public: + TArray InputVolume; // 0x0048(0x0010)(Edit, ExportObject, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeMixer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeMixer") + } + static class USoundNodeMixer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeMixer; + +// Class Engine.DebugCameraControllerSettings +// 0x0010 (0x0048 - 0x0038) +class UDebugCameraControllerSettings final : public UDeveloperSettings +{ +public: + TArray CycleViewModes; // 0x0038(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DebugCameraControllerSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DebugCameraControllerSettings") + } + static class UDebugCameraControllerSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDebugCameraControllerSettings; + +// Class Engine.DebugCameraHUD +// 0x0000 (0x0318 - 0x0318) +class ADebugCameraHUD final : public AHUD +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DebugCameraHUD") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DebugCameraHUD") + } + static class ADebugCameraHUD* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADebugCameraHUD; + +// Class Engine.InterpTrackMoveAxis +// 0x0018 (0x00A8 - 0x0090) +class UInterpTrackMoveAxis final : public UInterpTrackFloatBase +{ +public: + EInterpMoveAxis MoveAxis; // 0x0090(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x7]; // 0x0091(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FInterpLookupTrack LookupTrack; // 0x0098(0x0010)(NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackMoveAxis") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackMoveAxis") + } + static class UInterpTrackMoveAxis* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackMoveAxis; + +// Class Engine.SoundNodeDistanceCrossFade +// 0x0010 (0x0058 - 0x0048) +class USoundNodeDistanceCrossFade : public USoundNode +{ +public: + TArray CrossFadeInput; // 0x0048(0x0010)(Edit, ExportObject, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeDistanceCrossFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeDistanceCrossFade") + } + static class USoundNodeDistanceCrossFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeDistanceCrossFade; + +// Class Engine.DebugDrawService +// 0x0000 (0x0028 - 0x0028) +class UDebugDrawService final : public UBlueprintFunctionLibrary +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DebugDrawService") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DebugDrawService") + } + static class UDebugDrawService* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDebugDrawService; + +// Class Engine.InterpTrackFloatProp +// 0x0008 (0x0098 - 0x0090) +class UInterpTrackFloatProp final : public UInterpTrackFloatBase +{ +public: + class FName PropertyName; // 0x0090(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackFloatProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackFloatProp") + } + static class UInterpTrackFloatProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackFloatProp; + +// Class Engine.DecalActor +// 0x0008 (0x0230 - 0x0228) +class ADecalActor final : public AActor +{ +public: + class UDecalComponent* Decal; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + class UMaterialInstanceDynamic* CreateDynamicMaterialInstance(); + void SetDecalMaterial(class UMaterialInterface* NewDecalMaterial); + + class UMaterialInterface* GetDecalMaterial() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DecalActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DecalActor") + } + static class ADecalActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADecalActor; + +// Class Engine.SoundAttenuation +// 0x03A0 (0x03C8 - 0x0028) +class USoundAttenuation final : public UObject +{ +public: + struct FSoundAttenuationSettings Attenuation; // 0x0028(0x03A0)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundAttenuation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundAttenuation") + } + static class USoundAttenuation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundAttenuation; + +// Class Engine.DecalComponent +// 0x0040 (0x0240 - 0x0200) +class UDecalComponent final : public USceneComponent +{ +public: + class UMaterialInterface* DecalMaterial; // 0x01F8(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 SortOrder; // 0x0200(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeScreenSize; // 0x0204(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeStartDelay; // 0x0208(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeDuration; // 0x020C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeInDuration; // 0x0210(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeInStartDelay; // 0x0214(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDestroyOwnerAfterFade : 1; // 0x0218(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_219[0x3]; // 0x0219(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector DecalSize; // 0x021C(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_228[0x18]; // 0x0228(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + class UMaterialInstanceDynamic* CreateDynamicMaterialInstance(); + void SetDecalMaterial(class UMaterialInterface* NewDecalMaterial); + void SetFadeIn(float StartDelay, float Duaration); + void SetFadeOut(float StartDelay, float Duration, bool DestroyOwnerAfterFade); + void SetFadeScreenSize(float NewFadeScreenSize); + void SetSortOrder(int32 Value); + + class UMaterialInterface* GetDecalMaterial() const; + float GetFadeDuration() const; + float GetFadeInDuration() const; + float GetFadeInStartDelay() const; + float GetFadeStartDelay() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DecalComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DecalComponent") + } + static class UDecalComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDecalComponent; + +// Class Engine.DefaultPhysicsVolume +// 0x0000 (0x0270 - 0x0270) +class ADefaultPhysicsVolume final : public APhysicsVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DefaultPhysicsVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DefaultPhysicsVolume") + } + static class ADefaultPhysicsVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADefaultPhysicsVolume; + +// Class Engine.MaterialExpressionBlackBody +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionBlackBody final : public UMaterialExpression +{ +public: + struct FExpressionInput Temp; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionBlackBody") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionBlackBody") + } + static class UMaterialExpressionBlackBody* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionBlackBody; + +// Class Engine.TimelineTemplate +// 0x0090 (0x00B8 - 0x0028) +class UTimelineTemplate final : public UObject +{ +public: + float TimelineLength; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETimelineLengthMode LengthMode; // 0x002C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAutoPlay : 1; // 0x002D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLoop : 1; // 0x002D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReplicated : 1; // 0x002D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreTimeDilation : 1; // 0x002D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2E[0x2]; // 0x002E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray EventTracks; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FloatTracks; // 0x0040(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray VectorTracks; // 0x0050(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LinearColorTracks; // 0x0060(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray MetaDataArray; // 0x0070(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + struct FGuid TimelineGuid; // 0x0080(0x0010)(ZeroConstructor, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETickingGroup TimelineTickGroup; // 0x0090(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x3]; // 0x0091(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName VariableName; // 0x0094(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName DirectionPropertyName; // 0x009C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName UpdateFunctionName; // 0x00A4(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName FinishedFunctionName; // 0x00AC(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TimelineTemplate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TimelineTemplate") + } + static class UTimelineTemplate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTimelineTemplate; + +// Class Engine.DemoNetConnection +// 0x0070 (0x1C18 - 0x1BA8) +class UDemoNetConnection final : public UNetConnection +{ +public: + uint8 Pad_1BA8[0x70]; // 0x1BA8(0x0070)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DemoNetConnection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DemoNetConnection") + } + static class UDemoNetConnection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDemoNetConnection; + +// Class Engine.SoundNodeSwitch +// 0x0008 (0x0050 - 0x0048) +class USoundNodeSwitch final : public USoundNode +{ +public: + class FName IntParameterName; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeSwitch") + } + static class USoundNodeSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeSwitch; + +// Class Engine.PendingNetGame +// 0x0098 (0x00C0 - 0x0028) +class UPendingNetGame : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UNetDriver* NetDriver; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDemoNetDriver* DemoNetDriver; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x80]; // 0x0040(0x0080)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PendingNetGame") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PendingNetGame") + } + static class UPendingNetGame* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPendingNetGame; + +// Class Engine.DemoPendingNetGame +// 0x0000 (0x00C0 - 0x00C0) +class UDemoPendingNetGame final : public UPendingNetGame +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DemoPendingNetGame") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DemoPendingNetGame") + } + static class UDemoPendingNetGame* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDemoPendingNetGame; + +// Class Engine.MaterialExpressionCameraPositionWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionCameraPositionWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCameraPositionWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCameraPositionWS") + } + static class UMaterialExpressionCameraPositionWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS; + +// Class Engine.SoundNodeModulatorContinuous +// 0x0040 (0x0088 - 0x0048) +class USoundNodeModulatorContinuous final : public USoundNode +{ +public: + struct FModulatorContinuousParams PitchModulationParams; // 0x0048(0x0020)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FModulatorContinuousParams VolumeModulationParams; // 0x0068(0x0020)(Edit, NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeModulatorContinuous") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeModulatorContinuous") + } + static class USoundNodeModulatorContinuous* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeModulatorContinuous; + +// Class Engine.DestructibleInterface +// 0x0000 (0x0000 - 0x0000) +class IDestructibleInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DestructibleInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DestructibleInterface") + } + static class IDestructibleInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IDestructibleInterface; + +// Class Engine.InterpTrackInstEvent +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstEvent final : public UInterpTrackInst +{ +public: + float LastUpdatePosition; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstEvent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstEvent") + } + static class UInterpTrackInstEvent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstEvent; + +// Class Engine.TextureLODSettings +// 0x0010 (0x0038 - 0x0028) +class UTextureLODSettings : public UObject +{ +public: + TArray TextureLODGroups; // 0x0028(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureLODSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureLODSettings") + } + static class UTextureLODSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureLODSettings; + +// Class Engine.ThumbnailInfo +// 0x0000 (0x0028 - 0x0028) +class UThumbnailInfo final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ThumbnailInfo") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ThumbnailInfo") + } + static class UThumbnailInfo* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UThumbnailInfo; + +// Class Engine.DeviceProfile +// 0x0070 (0x00A8 - 0x0038) +class UDeviceProfile final : public UTextureLODSettings +{ +public: + class FString DeviceType; // 0x0038(0x0010)(Edit, ZeroConstructor, Config, EditConst, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString BaseProfileName; // 0x0048(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* Parent; // 0x0058(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_60[0x28]; // 0x0060(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CVars; // 0x0088(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) + uint8 Pad_98[0x10]; // 0x0098(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DeviceProfile") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DeviceProfile") + } + static class UDeviceProfile* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDeviceProfile; + +// Class Engine.DeviceProfileFragment +// 0x0010 (0x0038 - 0x0028) +class UDeviceProfileFragment final : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DeviceProfileFragment") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DeviceProfileFragment") + } + static class UDeviceProfileFragment* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDeviceProfileFragment; + +// Class Engine.MaterialExpressionParameter +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionParameter : public UMaterialExpression +{ +public: + class FName ParameterName; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0048(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParameter") + } + static class UMaterialExpressionParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParameter; + +// Class Engine.MaterialExpressionVectorParameter +// 0x0018 (0x0070 - 0x0058) +class UMaterialExpressionVectorParameter : public UMaterialExpressionParameter +{ +public: + struct FLinearColor DefaultValue; // 0x0058(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCustomPrimitiveData; // 0x0068(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PrimitiveDataIndex; // 0x0069(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6A[0x6]; // 0x006A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVectorParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVectorParameter") + } + static class UMaterialExpressionVectorParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVectorParameter; + +// Class Engine.TwitterIntegrationBase +// 0x0000 (0x0038 - 0x0038) +class UTwitterIntegrationBase final : public UPlatformInterfaceBase +{ +public: + bool AuthorizeAccounts(); + bool CanShowTweetUI(); + class FString GetAccountName(int32 AccountIndex); + int32 GetNumAccounts(); + void Init(); + bool ShowTweetUI(const class FString& InitialMessage, const class FString& URL, const class FString& Picture); + bool TwitterRequest(const class FString& URL, const TArray& ParamKeysAndValues, ETwitterRequestMethod RequestMethod, int32 AccountIndex); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TwitterIntegrationBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TwitterIntegrationBase") + } + static class UTwitterIntegrationBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTwitterIntegrationBase; + +// Class Engine.DeviceProfileManager +// 0x00A0 (0x00C8 - 0x0028) +class UDeviceProfileManager final : public UObject +{ +public: + TArray Profiles; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_38[0x90]; // 0x0038(0x0090)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DeviceProfileManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DeviceProfileManager") + } + static class UDeviceProfileManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDeviceProfileManager; + +// Class Engine.InterpTrackSlomo +// 0x0000 (0x0090 - 0x0090) +class UInterpTrackSlomo final : public UInterpTrackFloatBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackSlomo") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackSlomo") + } + static class UInterpTrackSlomo* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackSlomo; + +// Class Engine.DialogueSoundWaveProxy +// 0x0018 (0x0188 - 0x0170) +class UDialogueSoundWaveProxy final : public USoundBase +{ +public: + uint8 Pad_170[0x18]; // 0x0170(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DialogueSoundWaveProxy") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DialogueSoundWaveProxy") + } + static class UDialogueSoundWaveProxy* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDialogueSoundWaveProxy; + +// Class Engine.Rig +// 0x0028 (0x0050 - 0x0028) +class URig final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray TransformBases; // 0x0030(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPrivate) + TArray Nodes; // 0x0040(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Rig") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Rig") + } + static class URig* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URig; + +// Class Engine.DialogueVoice +// 0x0018 (0x0040 - 0x0028) +class UDialogueVoice final : public UObject +{ +public: + EGrammaticalGender Gender; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EGrammaticalNumber Plurality; // 0x0029(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x2]; // 0x002A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid LocalizationGUID; // 0x002C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DialogueVoice") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DialogueVoice") + } + static class UDialogueVoice* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDialogueVoice; + +// Class Engine.DialogueWave +// 0x0048 (0x0070 - 0x0028) +class UDialogueWave final : public UObject +{ +public: + uint8 bMature : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_SubtitleOverride : 1; // 0x0028(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString SpokenText; // 0x0030(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SubtitleOverride; // 0x0040(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ContextMappings; // 0x0050(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + struct FGuid LocalizationGUID; // 0x0060(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DialogueWave") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DialogueWave") + } + static class UDialogueWave* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDialogueWave; + +// Class Engine.MaterialExpressionCloudSampleAttribute +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionCloudSampleAttribute final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCloudSampleAttribute") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCloudSampleAttribute") + } + static class UMaterialExpressionCloudSampleAttribute* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCloudSampleAttribute; + +// Class Engine.SoundNodeWavePlayer +// 0x0040 (0x0088 - 0x0048) +class USoundNodeWavePlayer final : public USoundNodeAssetReferencer +{ +public: + TSoftObjectPtr SoundWaveAssetPtr; // 0x0048(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USoundWave* SoundWave; // 0x0070(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_78[0x8]; // 0x0078(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bLooping : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeWavePlayer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeWavePlayer") + } + static class USoundNodeWavePlayer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeWavePlayer; + +// Class Engine.InterpTrackInstParticleReplay +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstParticleReplay final : public UInterpTrackInst +{ +public: + float LastUpdatePosition; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstParticleReplay") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstParticleReplay") + } + static class UInterpTrackInstParticleReplay* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstParticleReplay; + +// Class Engine.DirectionalLight +// 0x0000 (0x0238 - 0x0238) +class ADirectionalLight final : public ALight +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DirectionalLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DirectionalLight") + } + static class ADirectionalLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ADirectionalLight; + +// Class Engine.TriggerBase +// 0x0008 (0x0230 - 0x0228) +class ATriggerBase : public AActor +{ +public: + class UShapeComponent* CollisionComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TriggerBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TriggerBase") + } + static class ATriggerBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATriggerBase; + +// Class Engine.TriggerSphere +// 0x0000 (0x0230 - 0x0230) +class ATriggerSphere final : public ATriggerBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TriggerSphere") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TriggerSphere") + } + static class ATriggerSphere* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATriggerSphere; + +// Class Engine.DirectionalLightComponent +// 0x00C0 (0x03F0 - 0x0330) +class UDirectionalLightComponent final : public ULightComponent +{ +public: + float ShadowCascadeBiasDistribution; // 0x0328(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableLightShaftOcclusion : 1; // 0x032C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_32D[0x3]; // 0x032D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float OcclusionMaskDarkness; // 0x0330(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionDepthRange; // 0x0334(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LightShaftOverrideDirection; // 0x0338(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WholeSceneDynamicShadowRadius; // 0x0344(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DynamicShadowDistanceMovableLight; // 0x0348(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DynamicShadowDistanceStationaryLight; // 0x034C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 DynamicShadowCascades; // 0x0350(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CascadeDistributionExponent; // 0x0354(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CascadeTransitionFraction; // 0x0358(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowDistanceFadeoutFraction; // 0x035C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseInsetShadowsForMovableObjects : 1; // 0x0360(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_361[0x3]; // 0x0361(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 FarShadowCascadeCount; // 0x0364(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FarShadowDistance; // 0x0368(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFieldShadowDistance; // 0x036C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LightSourceAngle; // 0x0370(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LightSourceSoftAngle; // 0x0374(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowSourceAngleFactor; // 0x0378(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TraceDistance; // 0x037C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUsedAsAtmosphereSunLight : 1; // 0x0380(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_381[0x3]; // 0x0381(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 AtmosphereSunLightIndex; // 0x0384(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor AtmosphereSunDiskColorScale; // 0x0388(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPerPixelAtmosphereTransmittance : 1; // 0x0398(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastShadowsOnClouds : 1; // 0x0398(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastShadowsOnAtmosphere : 1; // 0x0398(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastCloudShadows : 1; // 0x0398(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_399[0x3]; // 0x0399(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CloudShadowStrength; // 0x039C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudShadowOnAtmosphereStrength; // 0x03A0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudShadowOnSurfaceStrength; // 0x03A4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudShadowDepthBias; // 0x03A8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudShadowExtent; // 0x03AC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudShadowMapResolutionScale; // 0x03B0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudShadowRaySampleCountScale; // 0x03B4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor CloudScatteredLuminanceScale; // 0x03B8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLightmassDirectionalLightSettings LightmassSettings; // 0x03C8(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 bCastModulatedShadows : 1; // 0x03D8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D9[0x3]; // 0x03D9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor ModulatedShadowColor; // 0x03DC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowAmount; // 0x03E0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3E4[0xC]; // 0x03E4(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetAtmosphereSunLight(bool bNewValue); + void SetAtmosphereSunLightIndex(int32 NewValue); + void SetCascadeDistributionExponent(float NewValue); + void SetCascadeTransitionFraction(float NewValue); + void SetDynamicShadowCascades(int32 NewValue); + void SetDynamicShadowDistanceMovableLight(float NewValue); + void SetDynamicShadowDistanceStationaryLight(float NewValue); + void SetEnableLightShaftOcclusion(bool bNewValue); + void SetLightShaftOverrideDirection(const struct FVector& NewValue); + void SetOcclusionMaskDarkness(float NewValue); + void SetShadowAmount(float NewValue); + void SetShadowDistanceFadeoutFraction(float NewValue); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DirectionalLightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DirectionalLightComponent") + } + static class UDirectionalLightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDirectionalLightComponent; + +// Class Engine.Distribution +// 0x0008 (0x0030 - 0x0028) +class UDistribution : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Distribution") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Distribution") + } + static class UDistribution* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistribution; + +// Class Engine.KismetSystemLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetSystemLibrary final : public UBlueprintFunctionLibrary +{ +public: + static struct FDebugFloatHistory AddFloatHistorySample(float Value, const struct FDebugFloatHistory& FloatHistory); + static int32 BeginTransaction(const class FString& Context, const class FText& Description, class UObject* PrimaryObject); + static bool BoxOverlapActors(const class UObject* WorldContextObject, const struct FVector& BoxPos, const struct FVector& BoxExtent, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors); + static bool BoxOverlapComponents(const class UObject* WorldContextObject, const struct FVector& BoxPos, const struct FVector& Extent, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents); + static bool BoxTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool BoxTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool BoxTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool BoxTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool BoxTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool BoxTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static void BreakSoftClassPath(const struct FSoftClassPath& InSoftClassPath, class FString* PathString); + static void BreakSoftObjectPath(const struct FSoftObjectPath& InSoftObjectPath, class FString* PathString); + static void CancelTransaction(const int32 Index_0); + static bool CanLaunchURL(const class FString& URL); + static bool CapsuleOverlapActors(const class UObject* WorldContextObject, const struct FVector& CapsulePos, float Radius, float HalfHeight, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors); + static bool CapsuleOverlapComponents(const class UObject* WorldContextObject, const struct FVector& CapsulePos, float Radius, float HalfHeight, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents); + static bool CapsuleTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool CapsuleTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool CapsuleTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool CapsuleTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool CapsuleTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool CapsuleTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static void CollectGarbage(); + static bool ComponentOverlapActors(class UPrimitiveComponent* Component, const struct FTransform& ComponentTransform, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors); + static bool ComponentOverlapComponents(class UPrimitiveComponent* Component, const struct FTransform& ComponentTransform, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents); + static void ControlScreensaver(bool bAllowScreenSaver); + static TSoftClassPtr Conv_ClassToSoftClassReference(const TSubclassOf& Class_0); + static class UObject* Conv_InterfaceToObject(const TScriptInterface& Interface); + static TSoftObjectPtr Conv_ObjectToSoftObjectReference(class UObject* Object); + static class FString Conv_PrimaryAssetIdToString(const struct FPrimaryAssetId& PrimaryAssetId); + static class FString Conv_PrimaryAssetTypeToString(const struct FPrimaryAssetType& PrimaryAssetType); + static TSoftClassPtr Conv_SoftClassPathToSoftClassRef(const struct FSoftClassPath& SoftClassPath); + static TSubclassOf Conv_SoftClassReferenceToClass(const TSoftClassPtr& SoftClass); + static class FString Conv_SoftClassReferenceToString(const TSoftClassPtr& SoftClassReference); + static class UObject* Conv_SoftObjectReferenceToObject(const TSoftObjectPtr& SoftObject); + static class FString Conv_SoftObjectReferenceToString(const TSoftObjectPtr& SoftObjectReference); + static TSoftObjectPtr Conv_SoftObjPathToSoftObjRef(const struct FSoftObjectPath& SoftObjectPath); + static class FString ConvertToAbsolutePath(const class FString& Filename); + static class FString ConvertToRelativePath(const class FString& Filename); + static void CreateCopyForUndoBuffer(class UObject* ObjectToModify); + static void Delay(const class UObject* WorldContextObject, float Duration, const struct FLatentActionInfo& LatentInfo); + static bool DoesImplementInterface(const class UObject* TestObject, TSubclassOf Interface); + static void DrawDebugArrow(const class UObject* WorldContextObject, const struct FVector& LineStart, const struct FVector& LineEnd, float ArrowSize, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugBox(const class UObject* WorldContextObject, const struct FVector& Center, const struct FVector& Extent, const struct FLinearColor& LineColor, const struct FRotator& Rotation, float Duration, float Thickness); + static void DrawDebugCamera(const class ACameraActor* CameraActor, const struct FLinearColor& CameraColor, float Duration); + static void DrawDebugCapsule(const class UObject* WorldContextObject, const struct FVector& Center, float HalfHeight, float Radius, const struct FRotator& Rotation, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugCircle(const class UObject* WorldContextObject, const struct FVector& Center, float Radius, int32 NumSegments, const struct FLinearColor& LineColor, float Duration, float Thickness, const struct FVector& YAxis, const struct FVector& ZAxis, bool bDrawAxis); + static void DrawDebugCone(const class UObject* WorldContextObject, const struct FVector& Origin, const struct FVector& Direction, float Length, float AngleWidth, float AngleHeight, int32 NumSides, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugConeInDegrees(const class UObject* WorldContextObject, const struct FVector& Origin, const struct FVector& Direction, float Length, float AngleWidth, float AngleHeight, int32 NumSides, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugCoordinateSystem(const class UObject* WorldContextObject, const struct FVector& AxisLoc, const struct FRotator& AxisRot, float Scale, float Duration, float Thickness); + static void DrawDebugCylinder(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, int32 Segments, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugFloatHistoryLocation(const class UObject* WorldContextObject, const struct FDebugFloatHistory& FloatHistory, const struct FVector& DrawLocation, const struct FVector2D& DrawSize, const struct FLinearColor& DrawColor, float Duration); + static void DrawDebugFloatHistoryTransform(const class UObject* WorldContextObject, const struct FDebugFloatHistory& FloatHistory, const struct FTransform& DrawTransform, const struct FVector2D& DrawSize, const struct FLinearColor& DrawColor, float Duration); + static void DrawDebugFrustum(const class UObject* WorldContextObject, const struct FTransform& FrustumTransform, const struct FLinearColor& FrustumColor, float Duration, float Thickness); + static void DrawDebugLine(const class UObject* WorldContextObject, const struct FVector& LineStart, const struct FVector& LineEnd, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugPlane(const class UObject* WorldContextObject, const struct FPlane& PlaneCoordinates, const struct FVector& Location, float Size, const struct FLinearColor& PlaneColor, float Duration); + static void DrawDebugPoint(const class UObject* WorldContextObject, const struct FVector& Position, float Size, const struct FLinearColor& PointColor, float Duration); + static void DrawDebugSphere(const class UObject* WorldContextObject, const struct FVector& Center, float Radius, int32 Segments, const struct FLinearColor& LineColor, float Duration, float Thickness); + static void DrawDebugString(const class UObject* WorldContextObject, const struct FVector& TextLocation, const class FString& Text, class AActor* TestBaseActor, const struct FLinearColor& TextColor, float Duration); + static int32 EndTransaction(); + static bool EqualEqual_PrimaryAssetId(const struct FPrimaryAssetId& A, const struct FPrimaryAssetId& B); + static bool EqualEqual_PrimaryAssetType(const struct FPrimaryAssetType& A, const struct FPrimaryAssetType& B); + static bool EqualEqual_SoftClassReference(const TSoftClassPtr& A, const TSoftClassPtr& B); + static bool EqualEqual_SoftObjectReference(const TSoftObjectPtr& A, const TSoftObjectPtr& B); + static void ExecuteConsoleCommand(const class UObject* WorldContextObject, const class FString& Command, class APlayerController* SpecificPlayer); + static void FlushDebugStrings(const class UObject* WorldContextObject); + static void FlushPersistentDebugLines(const class UObject* WorldContextObject); + static void ForceCloseAdBanner(); + static void GetActorBounds(const class AActor* Actor, struct FVector* Origin, struct FVector* BoxExtent); + static void GetActorListFromComponentList(const TArray& ComponentList, class UClass* ActorClassFilter, TArray* OutActorList); + static int32 GetAdIDCount(); + static class FString GetClassDisplayName(class UClass* Class_0); + static TSubclassOf GetClassFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId); + static class FString GetCommandLine(); + static void GetComponentBounds(const class USceneComponent* Component, struct FVector* Origin, struct FVector* BoxExtent, float* SphereRadius); + static bool GetConsoleVariableBoolValue(const class FString& VariableName); + static float GetConsoleVariableFloatValue(const class FString& VariableName); + static int32 GetConsoleVariableIntValue(const class FString& VariableName); + static bool GetConvenientWindowedResolutions(TArray* Resolutions); + static bool GetCurrentBundleState(const struct FPrimaryAssetId& PrimaryAssetId, bool bForceCurrentState, TArray* OutBundles); + static class FString GetDefaultLanguage(); + static class FString GetDefaultLocale(); + static class FString GetDeviceId(); + static class FString GetDisplayName(const class UObject* Object); + static class FString GetEngineVersion(); + static int64 GetFrameCount(); + static class FString GetGameBundleId(); + static class FString GetGameName(); + static class UTexture2D* GetGamepadButtonGlyph(const class FString& ButtonKey, int32 ControllerIndex); + static class FString GetGamepadControllerName(int32 ControllerId); + static float GetGameTimeInSeconds(const class UObject* WorldContextObject); + static class FString GetLocalCurrencyCode(); + static class FString GetLocalCurrencySymbol(); + static int32 GetMinYResolutionFor3DView(); + static int32 GetMinYResolutionForUI(); + static class UObject* GetObjectFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId); + static class FString GetObjectName(const class UObject* Object); + static class UObject* GetOuterObject(const class UObject* Object); + static class FString GetPathName(const class UObject* Object); + static class FString GetPlatformUserDir(); + static class FString GetPlatformUserName(); + static TArray GetPreferredLanguages(); + static struct FPrimaryAssetId GetPrimaryAssetIdFromClass(TSubclassOf Class_0); + static struct FPrimaryAssetId GetPrimaryAssetIdFromObject(class UObject* Object); + static struct FPrimaryAssetId GetPrimaryAssetIdFromSoftClassReference(TSoftClassPtr SoftClassReference); + static struct FPrimaryAssetId GetPrimaryAssetIdFromSoftObjectReference(TSoftObjectPtr SoftObjectReference); + static void GetPrimaryAssetIdList(const struct FPrimaryAssetType& PrimaryAssetType, TArray* OutPrimaryAssetIdList); + static void GetPrimaryAssetsWithBundleState(const TArray& RequiredBundles, const TArray& ExcludedBundles, const TArray& ValidTypes, bool bForceCurrentState, TArray* OutPrimaryAssetIdList); + static class FString GetProjectContentDirectory(); + static class FString GetProjectDirectory(); + static class FString GetProjectSavedDirectory(); + static int32 GetRenderingDetailMode(); + static int32 GetRenderingMaterialQualityLevel(); + static TSoftClassPtr GetSoftClassReferenceFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId); + static TSoftObjectPtr GetSoftObjectReferenceFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId); + static bool GetSupportedFullscreenResolutions(TArray* Resolutions); + static class FString GetSystemPath(const class UObject* Object); + static class FString GetUniqueDeviceId(); + static bool GetVolumeButtonsHandledBySystem(); + static void HideAdBanner(); + static bool IsControllerAssignedToGamepad(int32 ControllerId); + static bool IsDedicatedServer(const class UObject* WorldContextObject); + static bool IsInterstitialAdAvailable(); + static bool IsInterstitialAdRequested(); + static bool IsLoggedIn(const class APlayerController* SpecificPlayer); + static bool IsPackagedForDistribution(); + static bool IsScreensaverEnabled(); + static bool IsServer(const class UObject* WorldContextObject); + static bool IsSplitScreen(const class UObject* WorldContextObject); + static bool IsStandalone(const class UObject* WorldContextObject); + static bool IsUnattended(); + static bool IsValid(const class UObject* Object); + static bool IsValidClass(class UClass* Class_0); + static bool IsValidPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId); + static bool IsValidPrimaryAssetType(const struct FPrimaryAssetType& PrimaryAssetType); + static bool IsValidSoftClassReference(const TSoftClassPtr& SoftClassReference); + static bool IsValidSoftObjectReference(const TSoftObjectPtr& SoftObjectReference); + static void K2_ClearAndInvalidateTimerHandle(const class UObject* WorldContextObject, struct FTimerHandle& Handle); + static void K2_ClearTimer(class UObject* Object, const class FString& FunctionName); + static void K2_ClearTimerDelegate(TDelegate Delegate); + static void K2_ClearTimerHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static float K2_GetTimerElapsedTime(class UObject* Object, const class FString& FunctionName); + static float K2_GetTimerElapsedTimeDelegate(TDelegate Delegate); + static float K2_GetTimerElapsedTimeHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static float K2_GetTimerRemainingTime(class UObject* Object, const class FString& FunctionName); + static float K2_GetTimerRemainingTimeDelegate(TDelegate Delegate); + static float K2_GetTimerRemainingTimeHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static struct FTimerHandle K2_InvalidateTimerHandle(struct FTimerHandle& Handle); + static bool K2_IsTimerActive(class UObject* Object, const class FString& FunctionName); + static bool K2_IsTimerActiveDelegate(TDelegate Delegate); + static bool K2_IsTimerActiveHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static bool K2_IsTimerPaused(class UObject* Object, const class FString& FunctionName); + static bool K2_IsTimerPausedDelegate(TDelegate Delegate); + static bool K2_IsTimerPausedHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static bool K2_IsValidTimerHandle(const struct FTimerHandle& Handle); + static void K2_PauseTimer(class UObject* Object, const class FString& FunctionName); + static void K2_PauseTimerDelegate(TDelegate Delegate); + static void K2_PauseTimerHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static struct FTimerHandle K2_SetTimer(class UObject* Object, const class FString& FunctionName, float Time, bool bLooping, float InitialStartDelay, float InitialStartDelayVariance); + static struct FTimerHandle K2_SetTimerDelegate(TDelegate Delegate, float Time, bool bLooping, float InitialStartDelay, float InitialStartDelayVariance); + static bool K2_TimerExists(class UObject* Object, const class FString& FunctionName); + static bool K2_TimerExistsDelegate(TDelegate Delegate); + static bool K2_TimerExistsHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static void K2_UnPauseTimer(class UObject* Object, const class FString& FunctionName); + static void K2_UnPauseTimerDelegate(TDelegate Delegate); + static void K2_UnPauseTimerHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle); + static void LaunchURL(const class FString& URL); + static bool LineTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool LineTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool LineTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool LineTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool LineTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool LineTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static void LoadAsset(const class UObject* WorldContextObject, TSoftObjectPtr Asset, TDelegate OnLoaded, const struct FLatentActionInfo& LatentInfo); + static class UObject* LoadAsset_Blocking(TSoftObjectPtr Asset); + static void LoadAssetClass(const class UObject* WorldContextObject, TSoftClassPtr AssetClass, TDelegate Loaded)> OnLoaded, const struct FLatentActionInfo& LatentInfo); + static class UClass* LoadClassAsset_Blocking(TSoftClassPtr AssetClass); + static void LoadInterstitialAd(int32 AdIdIndex); + static bool MakeLiteralBool(bool Value); + static uint8 MakeLiteralByte(uint8 Value); + static float MakeLiteralFloat(float Value); + static int32 MakeLiteralInt(int32 Value); + static class FName MakeLiteralName(class FName Value); + static class FString MakeLiteralString(const class FString& Value); + static class FText MakeLiteralText(const class FText& Value); + static struct FSoftClassPath MakeSoftClassPath(const class FString& PathString); + static struct FSoftObjectPath MakeSoftObjectPath(const class FString& PathString); + static void MoveComponentTo(class USceneComponent* Component, const struct FVector& TargetRelativeLocation, const struct FRotator& TargetRelativeRotation, bool bEaseOut, bool bEaseIn, float OverTime, bool bForceShortestRotationPath, EMoveComponentAction MoveAction, const struct FLatentActionInfo& LatentInfo); + static class FString NormalizeFilename(const class FString& InFilename); + static bool NotEqual_PrimaryAssetId(const struct FPrimaryAssetId& A, const struct FPrimaryAssetId& B); + static bool NotEqual_PrimaryAssetType(const struct FPrimaryAssetType& A, const struct FPrimaryAssetType& B); + static bool NotEqual_SoftClassReference(const TSoftClassPtr& A, const TSoftClassPtr& B); + static bool NotEqual_SoftObjectReference(const TSoftObjectPtr& A, const TSoftObjectPtr& B); + static void ParseCommandLine(const class FString& InCmdLine, TArray* OutTokens, TArray* OutSwitches, TMap* OutParams); + static bool ParseParam(const class FString& inString, const class FString& InParam); + static bool ParseParamValue(const class FString& inString, const class FString& InParam, class FString* OutValue); + static void PrintString(const class UObject* WorldContextObject, const class FString& inString, bool bPrintToScreen, bool bPrintToLog, const struct FLinearColor& TextColor, float Duration); + static void PrintText(const class UObject* WorldContextObject, const class FText& InText, bool bPrintToScreen, bool bPrintToLog, const struct FLinearColor& TextColor, float Duration); + static void PrintWarning(const class FString& inString); + static void QuitGame(const class UObject* WorldContextObject, class APlayerController* SpecificPlayer, EQuitPreference QuitPreference, bool bIgnorePlatformRestrictions); + static void RegisterForRemoteNotifications(); + static void ResetGamepadAssignments(); + static void ResetGamepadAssignmentToController(int32 ControllerId); + static void RetriggerableDelay(const class UObject* WorldContextObject, float Duration, const struct FLatentActionInfo& LatentInfo); + static void SetBoolPropertyByName(class UObject* Object, class FName PropertyName, bool Value); + static void SetBytePropertyByName(class UObject* Object, class FName PropertyName, uint8 Value); + static void SetClassPropertyByName(class UObject* Object, class FName PropertyName, TSubclassOf Value); + static void SetCollisionProfileNameProperty(class UObject* Object, class FName PropertyName, const struct FCollisionProfileName& Value); + static void SetColorPropertyByName(class UObject* Object, class FName PropertyName, const struct FColor& Value); + static void SetFieldPathPropertyByName(class UObject* Object, class FName PropertyName, const TFieldPath& Value); + static void SetFloatPropertyByName(class UObject* Object, class FName PropertyName, float Value); + static void SetGamepadsBlockDeviceFeedback(bool bBlock); + static void SetInt64PropertyByName(class UObject* Object, class FName PropertyName, int64 Value); + static void SetInterfacePropertyByName(class UObject* Object, class FName PropertyName, const TScriptInterface& Value); + static void SetIntPropertyByName(class UObject* Object, class FName PropertyName, int32 Value); + static void SetLinearColorPropertyByName(class UObject* Object, class FName PropertyName, const struct FLinearColor& Value); + static void SetNamePropertyByName(class UObject* Object, class FName PropertyName, const class FName& Value); + static void SetObjectPropertyByName(class UObject* Object, class FName PropertyName, class UObject* Value); + static void SetRotatorPropertyByName(class UObject* Object, class FName PropertyName, const struct FRotator& Value); + static void SetSoftClassPropertyByName(class UObject* Object, class FName PropertyName, const TSoftClassPtr& Value); + static void SetSoftObjectPropertyByName(class UObject* Object, class FName PropertyName, const TSoftObjectPtr& Value); + static void SetStringPropertyByName(class UObject* Object, class FName PropertyName, const class FString& Value); + static void SetStructurePropertyByName(class UObject* Object, class FName PropertyName, const struct FGenericStruct& Value); + static void SetSuppressViewportTransitionMessage(const class UObject* WorldContextObject, bool bState); + static void SetTextPropertyByName(class UObject* Object, class FName PropertyName, const class FText& Value); + static void SetTransformPropertyByName(class UObject* Object, class FName PropertyName, const struct FTransform& Value); + static void SetUserActivity(const struct FUserActivity& UserActivity); + static void SetVectorPropertyByName(class UObject* Object, class FName PropertyName, const struct FVector& Value); + static void SetVolumeButtonsHandledBySystem(bool bEnabled); + static void SetWindowTitle(const class FText& Title); + static void ShowAdBanner(int32 AdIdIndex, bool bShowOnBottomOfScreen); + static void ShowInterstitialAd(); + static void ShowPlatformSpecificAchievementsScreen(const class APlayerController* SpecificPlayer); + static void ShowPlatformSpecificLeaderboardScreen(const class FString& CategoryName); + static void SnapshotObject(class UObject* Object); + static bool SphereOverlapActors(const class UObject* WorldContextObject, const struct FVector& SpherePos, float SphereRadius, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors); + static bool SphereOverlapComponents(const class UObject* WorldContextObject, const struct FVector& SpherePos, float SphereRadius, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents); + static bool SphereTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool SphereTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool SphereTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool SphereTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool SphereTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static bool SphereTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime); + static void StackTrace(); + static void TransactObject(class UObject* Object); + static void UnloadPrimaryAsset(const struct FPrimaryAssetId& PrimaryAssetId); + static void UnloadPrimaryAssetList(const TArray& PrimaryAssetIdList); + static void UnregisterForRemoteNotifications(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetSystemLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetSystemLibrary") + } + static class UKismetSystemLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetSystemLibrary; + +// Class Engine.SoundNodeRandom +// 0x0030 (0x0078 - 0x0048) +class USoundNodeRandom final : public USoundNode +{ +public: + TArray Weights; // 0x0048(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray HasBeenUsed; // 0x0058(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + int32 NumRandomUsed; // 0x0068(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PreselectAtLevelLoad; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShouldExcludeFromBranchCulling : 1; // 0x0070(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSoundCueExcludedFromBranchCulling : 1; // 0x0070(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRandomizeWithoutReplacement : 1; // 0x0070(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeRandom") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeRandom") + } + static class USoundNodeRandom* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeRandom; + +// Class Engine.DistributionFloat +// 0x0008 (0x0038 - 0x0030) +class UDistributionFloat : public UDistribution +{ +public: + uint8 bCanBeBaked : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_30_1 : 1; // 0x0030(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bBakedDataSuccesfully : 1; // 0x0030(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloat") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloat") + } + static class UDistributionFloat* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloat; + +// Class Engine.KismetArrayLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetArrayLibrary final : public UBlueprintFunctionLibrary +{ +public: + static int32 Array_Add(const TArray& TargetArray, const int32& NewItem); + static int32 Array_AddUnique(const TArray& TargetArray, const int32& NewItem); + static void Array_Append(const TArray& TargetArray, const TArray& SourceArray); + static void Array_Clear(const TArray& TargetArray); + static bool Array_Contains(const TArray& TargetArray, const int32& ItemToFind); + static int32 Array_Find(const TArray& TargetArray, const int32& ItemToFind); + static void Array_Get(const TArray& TargetArray, int32 Index_0, int32* Item); + static bool Array_Identical(const TArray& ArrayA, const TArray& ArrayB); + static void Array_Insert(const TArray& TargetArray, const int32& NewItem, int32 Index_0); + static bool Array_IsValidIndex(const TArray& TargetArray, int32 IndexToTest); + static int32 Array_LastIndex(const TArray& TargetArray); + static int32 Array_Length(const TArray& TargetArray); + static void Array_Random(const TArray& TargetArray, int32* OutItem, int32* OutIndex); + static void Array_RandomFromStream(const TArray& TargetArray, struct FRandomStream& RandomStream, int32* OutItem, int32* OutIndex); + static void Array_Remove(const TArray& TargetArray, int32 IndexToRemove); + static bool Array_RemoveItem(const TArray& TargetArray, const int32& Item); + static void Array_Resize(const TArray& TargetArray, int32 Size); + static void Array_Reverse(const TArray& TargetArray); + static void Array_Set(const TArray& TargetArray, int32 Index_0, const int32& Item, bool bSizeToFit); + static void Array_Shuffle(const TArray& TargetArray); + static void Array_Swap(const TArray& TargetArray, int32 FirstIndex, int32 SecondIndex); + static void FilterArray(const TArray& TargetArray, TSubclassOf FilterClass, TArray* FilteredArray); + static void SetArrayPropertyByName(class UObject* Object, class FName PropertyName, const TArray& Value); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetArrayLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetArrayLibrary") + } + static class UKismetArrayLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetArrayLibrary; + +// Class Engine.DistributionFloatConstant +// 0x0008 (0x0040 - 0x0038) +class UDistributionFloatConstant : public UDistributionFloat +{ +public: + float Constant; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloatConstant") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloatConstant") + } + static class UDistributionFloatConstant* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloatConstant; + +// Class Engine.PawnNoiseEmitterComponent +// 0x0028 (0x00D8 - 0x00B0) +class UPawnNoiseEmitterComponent final : public UActorComponent +{ +public: + uint8 bAIPerceptionSystemCompatibilityMode : 1; // 0x00B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_B1[0x3]; // 0x00B1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector LastRemoteNoisePosition; // 0x00B4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NoiseLifetime; // 0x00C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LastRemoteNoiseVolume; // 0x00C4(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float LastRemoteNoiseTime; // 0x00C8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float LastLocalNoiseVolume; // 0x00CC(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float LastLocalNoiseTime; // 0x00D0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_D4[0x4]; // 0x00D4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void MakeNoise(class AActor* NoiseMaker, float Loudness, const struct FVector& NoiseLocation); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PawnNoiseEmitterComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PawnNoiseEmitterComponent") + } + static class UPawnNoiseEmitterComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPawnNoiseEmitterComponent; + +// Class Engine.DistributionFloatConstantCurve +// 0x0018 (0x0050 - 0x0038) +class UDistributionFloatConstantCurve final : public UDistributionFloat +{ +public: + struct FInterpCurveFloat ConstantCurve; // 0x0038(0x0018)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloatConstantCurve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloatConstantCurve") + } + static class UDistributionFloatConstantCurve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloatConstantCurve; + +// Class Engine.DistributionFloatParameterBase +// 0x0020 (0x0060 - 0x0040) +class UDistributionFloatParameterBase : public UDistributionFloatConstant +{ +public: + class FName ParameterName; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinInput; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxInput; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinOutput; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxOutput; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDistributionParamMode ParamMode; // 0x0058(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloatParameterBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloatParameterBase") + } + static class UDistributionFloatParameterBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloatParameterBase; + +// Class Engine.Level +// 0x0278 (0x02A0 - 0x0028) +class ULevel final : public UObject +{ +public: + uint8 Pad_28[0x70]; // 0x0028(0x0070)(Fixing Size After Last Property [ Dumper-7 ]) + class TArray Actors; // 0x0098(0x0010)(THIS IS THE ARRAY YOU'RE LOOKING FOR! [NOT AUTO-GENERATED PROPERTY]) + uint8 Pad_A8[0x10]; // 0x00A8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class UWorld* OwningWorld; // 0x00B8(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UModel* Model; // 0x00C0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ModelComponents; // 0x00C8(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class ULevelActorContainer* ActorCluster; // 0x00D8(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, DuplicateTransient, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumTextureStreamingUnbuiltComponents; // 0x00E0(0x0004)(ZeroConstructor, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumTextureStreamingDirtyResources; // 0x00E4(0x0004)(ZeroConstructor, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ALevelScriptActor* LevelScriptActor; // 0x00E8(0x0008)(ZeroConstructor, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ANavigationObjectBase* NavListStart; // 0x00F0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ANavigationObjectBase* NavListEnd; // 0x00F8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray NavDataChunks; // 0x0100(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float LightmapTotalSize; // 0x0110(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowmapTotalSize; // 0x0114(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray StaticNavigableGeometry; // 0x0118(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray StreamingTextureGuids; // 0x0128(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_138[0x98]; // 0x0138(0x0098)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid LevelBuildDataId; // 0x01D0(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMapBuildDataRegistry* MapBuildData; // 0x01E0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NonPIEDuplicateTransient, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector LightBuildLevelOffset; // 0x01E8(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsLightingScenario : 1; // 0x01F4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_1F4_1 : 2; // 0x01F4(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bTextureStreamingRotationChanged : 1; // 0x01F4(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStaticComponentsRegisteredInStreamingManager : 1; // 0x01F4(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, DuplicateTransient, NonTransactional, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsVisible : 1; // 0x01F4(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1F5[0x6B]; // 0x01F5(0x006B)(Fixing Size After Last Property [ Dumper-7 ]) + class AWorldSettings* WorldSettings; // 0x0260(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_268[0x8]; // 0x0268(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AssetUserData; // 0x0270(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected) + uint8 Pad_280[0x10]; // 0x0280(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray DestroyedReplicatedStaticActors; // 0x0290(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Level") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Level") + } + static class ULevel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULevel; + +// Class Engine.ParticleModuleVelocityInheritParent +// 0x0048 (0x0080 - 0x0038) +class UParticleModuleVelocityInheritParent final : public UParticleModuleVelocityBase +{ +public: + struct FRawDistributionVector Scale; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVelocityInheritParent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVelocityInheritParent") + } + static class UParticleModuleVelocityInheritParent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVelocityInheritParent; + +// Class Engine.DistributionFloatParticleParameter +// 0x0000 (0x0060 - 0x0060) +class UDistributionFloatParticleParameter final : public UDistributionFloatParameterBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloatParticleParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloatParticleParameter") + } + static class UDistributionFloatParticleParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloatParticleParameter; + +// Class Engine.InGameAdManager +// 0x0028 (0x0060 - 0x0038) +class UInGameAdManager final : public UPlatformInterfaceBase +{ +public: + uint8 bShouldPauseWhileAdOpen : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> ClickedBannerDelegates; // 0x0040(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray> ClosedAdDelegates; // 0x0050(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InGameAdManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InGameAdManager") + } + static class UInGameAdManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInGameAdManager; + +// Class Engine.DistributionFloatUniform +// 0x0008 (0x0040 - 0x0038) +class UDistributionFloatUniform final : public UDistributionFloat +{ +public: + float Min; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloatUniform") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloatUniform") + } + static class UDistributionFloatUniform* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloatUniform; + +// Class Engine.SoundNodeParamCrossFade +// 0x0008 (0x0060 - 0x0058) +class USoundNodeParamCrossFade final : public USoundNodeDistanceCrossFade +{ +public: + class FName ParamName; // 0x0058(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeParamCrossFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeParamCrossFade") + } + static class USoundNodeParamCrossFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeParamCrossFade; + +// Class Engine.DistributionFloatUniformCurve +// 0x0018 (0x0050 - 0x0038) +class UDistributionFloatUniformCurve final : public UDistributionFloat +{ +public: + struct FInterpCurveVector2D ConstantCurve; // 0x0038(0x0018)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionFloatUniformCurve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionFloatUniformCurve") + } + static class UDistributionFloatUniformCurve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionFloatUniformCurve; + +// Class Engine.DistributionVector +// 0x0008 (0x0038 - 0x0030) +class UDistributionVector : public UDistribution +{ +public: + uint8 bCanBeBaked : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsDirty : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBakedDataSuccesfully : 1; // 0x0030(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVector") + } + static class UDistributionVector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVector; + +// Class Engine.LevelScriptBlueprint +// 0x0000 (0x00A0 - 0x00A0) +class ULevelScriptBlueprint final : public UBlueprint +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelScriptBlueprint") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelScriptBlueprint") + } + static class ULevelScriptBlueprint* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULevelScriptBlueprint; + +// Class Engine.SoundSubmixWithParentBase +// 0x0008 (0x0040 - 0x0038) +class USoundSubmixWithParentBase : public USoundSubmixBase +{ +public: + class USoundSubmixBase* ParentSubmix; // 0x0038(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundSubmixWithParentBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundSubmixWithParentBase") + } + static class USoundSubmixWithParentBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundSubmixWithParentBase; + +// Class Engine.SoundSubmix +// 0x0080 (0x00C0 - 0x0040) +class USoundSubmix final : public USoundSubmixWithParentBase +{ +public: + uint8 bMuteWhenBackgrounded : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SubmixEffectChain; // 0x0048(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + class USoundfieldEncodingSettingsBase* AmbisonicsPluginSettings; // 0x0058(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EnvelopeFollowerAttackTime; // 0x0060(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EnvelopeFollowerReleaseTime; // 0x0064(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EGainParamMode GainMode; // 0x0068(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_69[0x3]; // 0x0069(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float OutputVolume; // 0x006C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WetLevel; // 0x0070(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DryLevel; // 0x0074(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoundModulationDestinationSettings OutputVolumeModulation; // 0x0078(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSoundModulationDestinationSettings WetLevelModulation; // 0x0088(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSoundModulationDestinationSettings DryLevelModulation; // 0x0098(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnSubmixRecordedFileDone; // 0x00A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_B8[0x8]; // 0x00B8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddEnvelopeFollowerDelegate(const class UObject* WorldContextObject, const TDelegate& Envelope)>& OnSubmixEnvelopeBP); + void AddSpectralAnalysisDelegate(const class UObject* WorldContextObject, const TArray& InBandSettings, const TDelegate& Magnitude)>& OnSubmixSpectralAnalysisBP, float UpdateRate, float DecibelNoiseFloor, bool bDoNormalize, bool bDoAutoRange, float AutoRangeAttackTime, float AutoRangeReleaseTime); + void RemoveSpectralAnalysisDelegate(const class UObject* WorldContextObject, const TDelegate& Magnitude)>& OnSubmixSpectralAnalysisBP); + void SetSubmixOutputVolume(const class UObject* WorldContextObject, float InOutputVolume); + void StartEnvelopeFollowing(const class UObject* WorldContextObject); + void StartRecordingOutput(const class UObject* WorldContextObject, float ExpectedDuration); + void StartSpectralAnalysis(const class UObject* WorldContextObject, EFFTSize FFTSize, EFFTPeakInterpolationMethod InterpolationMethod, EFFTWindowType WindowType, float HopSize, EAudioSpectrumType SpectrumType); + void StopEnvelopeFollowing(const class UObject* WorldContextObject); + void StopRecordingOutput(const class UObject* WorldContextObject, EAudioRecordingExportType ExportType, const class FString& Name_0, const class FString& Path, class USoundWave* ExistingSoundWaveToOverwrite); + void StopSpectralAnalysis(const class UObject* WorldContextObject); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundSubmix") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundSubmix") + } + static class USoundSubmix* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundSubmix; + +// Class Engine.DistributionVectorConstant +// 0x0018 (0x0050 - 0x0038) +class UDistributionVectorConstant : public UDistributionVector +{ +public: + struct FVector Constant; // 0x0038(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLockAxes : 1; // 0x0044(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EDistributionVectorLockFlags LockedAxes; // 0x0048(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVectorConstant") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVectorConstant") + } + static class UDistributionVectorConstant* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVectorConstant; + +// Class Engine.KismetStringLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetStringLibrary final : public UBlueprintFunctionLibrary +{ +public: + static class FString BuildString_Bool(const class FString& AppendTo, const class FString& Prefix, bool InBool, const class FString& Suffix); + static class FString BuildString_Color(const class FString& AppendTo, const class FString& Prefix, const struct FLinearColor& InColor, const class FString& Suffix); + static class FString BuildString_Float(const class FString& AppendTo, const class FString& Prefix, float InFloat, const class FString& Suffix); + static class FString BuildString_Int(const class FString& AppendTo, const class FString& Prefix, int32 inInt, const class FString& Suffix); + static class FString BuildString_IntVector(const class FString& AppendTo, const class FString& Prefix, const struct FIntVector& InIntVector, const class FString& Suffix); + static class FString BuildString_Name(const class FString& AppendTo, const class FString& Prefix, class FName InName, const class FString& Suffix); + static class FString BuildString_Object(const class FString& AppendTo, const class FString& Prefix, class UObject* InObj, const class FString& Suffix); + static class FString BuildString_Rotator(const class FString& AppendTo, const class FString& Prefix, const struct FRotator& InRot, const class FString& Suffix); + static class FString BuildString_Vector(const class FString& AppendTo, const class FString& Prefix, const struct FVector& InVector, const class FString& Suffix); + static class FString BuildString_Vector2d(const class FString& AppendTo, const class FString& Prefix, const struct FVector2D& InVector2D, const class FString& Suffix); + static class FString Concat_StrStr(const class FString& A, const class FString& B); + static bool Contains(const class FString& SearchIn, const class FString& Substring, bool bUseCase, bool bSearchFromEnd); + static class FString Conv_BoolToString(bool InBool); + static class FString Conv_ByteToString(uint8 InByte); + static class FString Conv_ColorToString(const struct FLinearColor& InColor); + static class FString Conv_FloatToString(float InFloat); + static class FString Conv_IntPointToString(const struct FIntPoint& InIntPoint); + static class FString Conv_IntToString(int32 inInt); + static class FString Conv_IntVectorToString(const struct FIntVector& InIntVec); + static class FString Conv_MatrixToString(const struct FMatrix& InMatrix); + static class FString Conv_NameToString(class FName InName); + static class FString Conv_ObjectToString(class UObject* InObj); + static class FString Conv_RotatorToString(const struct FRotator& InRot); + static void Conv_StringToColor(const class FString& inString, struct FLinearColor* OutConvertedColor, bool* OutIsValid); + static float Conv_StringToFloat(const class FString& inString); + static int32 Conv_StringToInt(const class FString& inString); + static class FName Conv_StringToName(const class FString& inString); + static void Conv_StringToRotator(const class FString& inString, struct FRotator* OutConvertedRotator, bool* OutIsValid); + static void Conv_StringToVector(const class FString& inString, struct FVector* OutConvertedVector, bool* OutIsValid); + static void Conv_StringToVector2D(const class FString& inString, struct FVector2D* OutConvertedVector2D, bool* OutIsValid); + static class FString Conv_TransformToString(const struct FTransform& InTrans); + static class FString Conv_Vector2dToString(const struct FVector2D& InVec); + static class FString Conv_VectorToString(const struct FVector& InVec); + static int32 CullArray(const class FString& SourceString, TArray* inArray); + static bool EndsWith(const class FString& SourceString, const class FString& InSuffix, ESearchCase SearchCase); + static bool EqualEqual_StriStri(const class FString& A, const class FString& B); + static bool EqualEqual_StrStr(const class FString& A, const class FString& B); + static int32 FindSubstring(const class FString& SearchIn, const class FString& Substring, bool bUseCase, bool bSearchFromEnd, int32 StartPosition); + static TArray GetCharacterArrayFromString(const class FString& SourceString); + static int32 GetCharacterAsNumber(const class FString& SourceString, int32 Index_0); + static class FString GetSubstring(const class FString& SourceString, int32 StartIndex, int32 Length); + static bool IsEmpty(const class FString& inString); + static bool IsNumeric(const class FString& SourceString); + static class FString JoinStringArray(const TArray& SourceArray, const class FString& Separator); + static class FString Left(const class FString& SourceString, int32 Count); + static class FString LeftChop(const class FString& SourceString, int32 Count); + static class FString LeftPad(const class FString& SourceString, int32 ChCount); + static int32 Len(const class FString& S); + static bool MatchesWildcard(const class FString& SourceString, const class FString& Wildcard, ESearchCase SearchCase); + static class FString Mid(const class FString& SourceString, int32 Start, int32 Count); + static bool NotEqual_StriStri(const class FString& A, const class FString& B); + static bool NotEqual_StrStr(const class FString& A, const class FString& B); + static TArray ParseIntoArray(const class FString& SourceString, const class FString& Delimiter, const bool CullEmptyStrings); + static class FString Replace(const class FString& SourceString, const class FString& From, const class FString& To, ESearchCase SearchCase); + static int32 ReplaceInline(class FString& SourceString, const class FString& SearchText, const class FString& ReplacementText, ESearchCase SearchCase); + static class FString Reverse(const class FString& SourceString); + static class FString Right(const class FString& SourceString, int32 Count); + static class FString RightChop(const class FString& SourceString, int32 Count); + static class FString RightPad(const class FString& SourceString, int32 ChCount); + static bool Split(const class FString& SourceString, const class FString& InStr, class FString* LeftS, class FString* RightS, ESearchCase SearchCase, ESearchDir SearchDir); + static bool StartsWith(const class FString& SourceString, const class FString& InPrefix, ESearchCase SearchCase); + static class FString TimeSecondsToString(float InSeconds); + static class FString ToLower(const class FString& SourceString); + static class FString ToUpper(const class FString& SourceString); + static class FString Trim(const class FString& SourceString); + static class FString TrimTrailing(const class FString& SourceString); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetStringLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetStringLibrary") + } + static class UKismetStringLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetStringLibrary; + +// Class Engine.DistributionVectorConstantCurve +// 0x0020 (0x0058 - 0x0038) +class UDistributionVectorConstantCurve final : public UDistributionVector +{ +public: + struct FInterpCurveVector ConstantCurve; // 0x0038(0x0018)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLockAxes : 1; // 0x0050(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EDistributionVectorLockFlags LockedAxes; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVectorConstantCurve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVectorConstantCurve") + } + static class UDistributionVectorConstantCurve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVectorConstantCurve; + +// Class Engine.PhysicsConstraintComponent +// 0x0210 (0x0410 - 0x0200) +class UPhysicsConstraintComponent final : public USceneComponent +{ +public: + class AActor* ConstraintActor1; // 0x01F8(0x0008)(Edit, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FConstrainComponentPropName ComponentName1; // 0x0200(0x0008)(Edit, NoDestructor, NativeAccessSpecifierPublic) + class AActor* ConstraintActor2; // 0x0208(0x0008)(Edit, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FConstrainComponentPropName ComponentName2; // 0x0210(0x0008)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_218[0x10]; // 0x0218(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicsConstraintTemplate* ConstraintSetup; // 0x0228(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnConstraintBroken; // 0x0230(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + struct FConstraintInstance ConstraintInstance; // 0x0240(0x01C8)(Edit, NativeAccessSpecifierPublic) + uint8 Pad_408[0x8]; // 0x0408(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void BreakConstraint(); + void GetConstraintForce(struct FVector* OutLinearForce, struct FVector* OutAngularForce); + bool IsBroken(); + void SetAngularBreakable(bool bAngularBreakable, float AngularBreakThreshold); + void SetAngularDriveMode(EAngularDriveMode DriveMode); + void SetAngularDriveParams(float PositionStrength, float VelocityStrength, float InForceLimit); + void SetAngularOrientationDrive(bool bEnableSwingDrive, bool bEnableTwistDrive); + void SetAngularOrientationTarget(const struct FRotator& InPosTarget); + void SetAngularPlasticity(bool bAngularPlasticity, float AngularPlasticityThreshold); + void SetAngularSwing1Limit(EAngularConstraintMotion MotionType, float Swing1LimitAngle); + void SetAngularSwing2Limit(EAngularConstraintMotion MotionType, float Swing2LimitAngle); + void SetAngularTwistLimit(EAngularConstraintMotion ConstraintType, float TwistLimitAngle); + void SetAngularVelocityDrive(bool bEnableSwingDrive, bool bEnableTwistDrive); + void SetAngularVelocityDriveSLERP(bool bEnableSLERP); + void SetAngularVelocityDriveTwistAndSwing(bool bEnableTwistDrive, bool bEnableSwingDrive); + void SetAngularVelocityTarget(const struct FVector& InVelTarget); + void SetConstrainedComponents(class UPrimitiveComponent* Component1, class FName BoneName1, class UPrimitiveComponent* Component2, class FName BoneName2); + void SetConstraintReferenceFrame(EConstraintFrame Frame, const struct FTransform& RefFrame); + void SetConstraintReferenceOrientation(EConstraintFrame Frame, const struct FVector& PriAxis, const struct FVector& SecAxis); + void SetConstraintReferencePosition(EConstraintFrame Frame, const struct FVector& RefPosition); + void SetDisableCollision(bool bDisableCollision); + void SetLinearBreakable(bool bLinearBreakable, float LinearBreakThreshold); + void SetLinearDriveParams(float PositionStrength, float VelocityStrength, float InForceLimit); + void SetLinearPlasticity(bool bLinearPlasticity, float LinearPlasticityThreshold); + void SetLinearPositionDrive(bool bEnableDriveX, bool bEnableDriveY, bool bEnableDriveZ); + void SetLinearPositionTarget(const struct FVector& InPosTarget); + void SetLinearVelocityDrive(bool bEnableDriveX, bool bEnableDriveY, bool bEnableDriveZ); + void SetLinearVelocityTarget(const struct FVector& InVelTarget); + void SetLinearXLimit(ELinearConstraintMotion ConstraintType, float LimitSize); + void SetLinearYLimit(ELinearConstraintMotion ConstraintType, float LimitSize); + void SetLinearZLimit(ELinearConstraintMotion ConstraintType, float LimitSize); + void SetOrientationDriveSLERP(bool bEnableSLERP); + void SetOrientationDriveTwistAndSwing(bool bEnableTwistDrive, bool bEnableSwingDrive); + + float GetCurrentSwing1() const; + float GetCurrentSwing2() const; + float GetCurrentTwist() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsConstraintComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsConstraintComponent") + } + static class UPhysicsConstraintComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsConstraintComponent; + +// Class Engine.DistributionVectorParameterBase +// 0x0040 (0x0090 - 0x0050) +class UDistributionVectorParameterBase : public UDistributionVectorConstant +{ +public: + class FName ParameterName; // 0x0050(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MinInput; // 0x0058(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MaxInput; // 0x0064(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MinOutput; // 0x0070(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MaxOutput; // 0x007C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDistributionParamMode ParamModes[0x3]; // 0x0088(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8B[0x5]; // 0x008B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVectorParameterBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVectorParameterBase") + } + static class UDistributionVectorParameterBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVectorParameterBase; + +// Class Engine.DistributionVectorParticleParameter +// 0x0000 (0x0090 - 0x0090) +class UDistributionVectorParticleParameter final : public UDistributionVectorParameterBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVectorParticleParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVectorParticleParameter") + } + static class UDistributionVectorParticleParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVectorParticleParameter; + +// Class Engine.LevelStreamingPersistent +// 0x0000 (0x0150 - 0x0150) +class ULevelStreamingPersistent final : public ULevelStreaming +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelStreamingPersistent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelStreamingPersistent") + } + static class ULevelStreamingPersistent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULevelStreamingPersistent; + +// Class Engine.PhysicalMaterialMask +// 0x0008 (0x0030 - 0x0028) +class UPhysicalMaterialMask final : public UObject +{ +public: + int32 UVChannelIndex; // 0x0028(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressX; // 0x002C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressY; // 0x002D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2E[0x2]; // 0x002E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicalMaterialMask") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicalMaterialMask") + } + static class UPhysicalMaterialMask* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicalMaterialMask; + +// Class Engine.DistributionVectorUniform +// 0x0028 (0x0060 - 0x0038) +class UDistributionVectorUniform final : public UDistributionVector +{ +public: + struct FVector Max; // 0x0038(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Min; // 0x0044(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLockAxes : 1; // 0x0050(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EDistributionVectorLockFlags LockedAxes; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDistributionVectorMirrorFlags MirrorFlags[0x3]; // 0x0055(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseExtremes : 1; // 0x0058(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVectorUniform") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVectorUniform") + } + static class UDistributionVectorUniform* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVectorUniform; + +// Class Engine.InterpTrackVectorProp +// 0x0008 (0x0098 - 0x0090) +class UInterpTrackVectorProp final : public UInterpTrackVectorBase +{ +public: + class FName PropertyName; // 0x0090(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackVectorProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackVectorProp") + } + static class UInterpTrackVectorProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackVectorProp; + +// Class Engine.DistributionVectorUniformCurve +// 0x0028 (0x0060 - 0x0038) +class UDistributionVectorUniformCurve final : public UDistributionVector +{ +public: + struct FInterpCurveTwoVectors ConstantCurve; // 0x0038(0x0018)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLockAxes1 : 1; // 0x0050(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockAxes2 : 1; // 0x0050(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EDistributionVectorLockFlags LockedAxes[0x2]; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDistributionVectorMirrorFlags MirrorFlags[0x3]; // 0x0056(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUseExtremes : 1; // 0x005C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5D[0x3]; // 0x005D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DistributionVectorUniformCurve") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DistributionVectorUniformCurve") + } + static class UDistributionVectorUniformCurve* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDistributionVectorUniformCurve; + +// Class Engine.DPICustomScalingRule +// 0x0000 (0x0028 - 0x0028) +class UDPICustomScalingRule final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DPICustomScalingRule") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DPICustomScalingRule") + } + static class UDPICustomScalingRule* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDPICustomScalingRule; + +// Class Engine.InterpTrackFloatMaterialParam +// 0x0018 (0x00A8 - 0x0090) +class UInterpTrackFloatMaterialParam final : public UInterpTrackFloatBase +{ +public: + TArray TargetMaterials; // 0x0090(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + class FName ParamName; // 0x00A0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackFloatMaterialParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackFloatMaterialParam") + } + static class UInterpTrackFloatMaterialParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackFloatMaterialParam; + +// Class Engine.RVOAvoidanceInterface +// 0x0000 (0x0000 - 0x0000) +class IRVOAvoidanceInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RVOAvoidanceInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RVOAvoidanceInterface") + } + static class IRVOAvoidanceInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IRVOAvoidanceInterface; + +// Class Engine.DrawFrustumComponent +// 0x0020 (0x0470 - 0x0450) +class UDrawFrustumComponent final : public UPrimitiveComponent +{ +public: + struct FColor FrustumColor; // 0x0450(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrustumAngle; // 0x0454(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrustumAspectRatio; // 0x0458(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrustumStartDist; // 0x045C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrustumEndDist; // 0x0460(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_464[0x4]; // 0x0464(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UTexture* Texture; // 0x0468(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DrawFrustumComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DrawFrustumComponent") + } + static class UDrawFrustumComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDrawFrustumComponent; + +// Class Engine.LevelBounds +// 0x0010 (0x0238 - 0x0228) +class ALevelBounds final : public AActor +{ +public: + class UBoxComponent* BoxComponent; // 0x0228(0x0008)(Edit, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoUpdateBounds; // 0x0230(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_231[0x7]; // 0x0231(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelBounds") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelBounds") + } + static class ALevelBounds* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALevelBounds; + +// Class Engine.DrawSphereComponent +// 0x0000 (0x0470 - 0x0470) +class UDrawSphereComponent final : public USphereComponent +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("DrawSphereComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"DrawSphereComponent") + } + static class UDrawSphereComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UDrawSphereComponent; + +// Class Engine.SceneCapture +// 0x0010 (0x0238 - 0x0228) +class ASceneCapture : public AActor +{ +public: + class UStaticMeshComponent* MeshComp; // 0x0228(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class USceneComponent* SceneComponent; // 0x0230(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneCapture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneCapture") + } + static class ASceneCapture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASceneCapture; + +// Class Engine.EdGraph +// 0x0038 (0x0060 - 0x0028) +class UEdGraph final : public UObject +{ +public: + TSubclassOf Schema; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Nodes; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bEditable : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowDeletion : 1; // 0x0040(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowRenaming : 1; // 0x0040(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x1F]; // 0x0041(0x001F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EdGraph") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EdGraph") + } + static class UEdGraph* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEdGraph; + +// Class Engine.GraphNodeContextMenuContext +// 0x0028 (0x0050 - 0x0028) +class UGraphNodeContextMenuContext final : public UObject +{ +public: + class UBlueprint* Blueprint; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UEdGraph* Graph; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UEdGraphNode* Node; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x8]; // 0x0040(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + bool bIsDebugging; // 0x0048(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GraphNodeContextMenuContext") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GraphNodeContextMenuContext") + } + static class UGraphNodeContextMenuContext* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UGraphNodeContextMenuContext; + +// Class Engine.InterpTrackInstAudioMaster +// 0x0000 (0x0028 - 0x0028) +class UInterpTrackInstAudioMaster final : public UInterpTrackInst +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstAudioMaster") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstAudioMaster") + } + static class UInterpTrackInstAudioMaster* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstAudioMaster; + +// Class Engine.PhysicsFieldComponent +// 0x0070 (0x0270 - 0x0200) +class UPhysicsFieldComponent final : public USceneComponent +{ +public: + uint8 Pad_1F8[0x78]; // 0x01F8(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsFieldComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsFieldComponent") + } + static class UPhysicsFieldComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsFieldComponent; + +// Class Engine.RuntimeVirtualTextureComponent +// 0x0070 (0x0270 - 0x0200) +class URuntimeVirtualTextureComponent final : public USceneComponent +{ +public: + TSoftObjectPtr BoundsAlignActor; // 0x01F8(0x0028)(Edit, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bSetBoundsButton; // 0x0220(0x0001)(Edit, ZeroConstructor, Transient, EditConst, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bSnapBoundsToLandscape; // 0x0221(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_222[0x6]; // 0x0222(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class URuntimeVirtualTexture* VirtualTexture; // 0x0228(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NonPIEDuplicateTransient, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bEnableScalability; // 0x0230(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_231[0x3]; // 0x0231(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 ScalabilityGroup; // 0x0234(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bHidePrimitives; // 0x0238(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_239[0x7]; // 0x0239(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UVirtualTextureBuilder* StreamingTexture; // 0x0240(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, NonPIEDuplicateTransient, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 StreamLowMips; // 0x0248(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bBuildStreamingMipsButton; // 0x024C(0x0001)(Edit, ZeroConstructor, Transient, EditConst, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bEnableCompressCrunch; // 0x024D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bUseStreamingLowMipsInEditor; // 0x024E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bBuildDebugStreamingMips; // 0x024F(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_250[0x20]; // 0x0250(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void Invalidate(const struct FBoxSphereBounds& WorldBounds); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RuntimeVirtualTextureComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RuntimeVirtualTextureComponent") + } + static class URuntimeVirtualTextureComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URuntimeVirtualTextureComponent; + +// Class Engine.EdGraphPin_Deprecated +// 0x00F0 (0x0118 - 0x0028) +class UEdGraphPin_Deprecated final : public UObject +{ +public: + class FString PinName; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString PinToolTip; // 0x0038(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEdGraphPinDirection Direction; // 0x0048(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FEdGraphPinType PinType; // 0x0050(0x0058)(NoDestructor, NativeAccessSpecifierPublic) + class FString DefaultValue; // 0x00A8(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString AutogeneratedDefaultValue; // 0x00B8(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* DefaultObject; // 0x00C8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText DefaultTextValue; // 0x00D0(0x0018)(NativeAccessSpecifierPublic) + TArray LinkedTo; // 0x00E8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray SubPins; // 0x00F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class UEdGraphPin_Deprecated* ParentPin; // 0x0108(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UEdGraphPin_Deprecated* ReferencePassThroughConnection; // 0x0110(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EdGraphPin_Deprecated") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EdGraphPin_Deprecated") + } + static class UEdGraphPin_Deprecated* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEdGraphPin_Deprecated; + +// Class Engine.EdGraphSchema +// 0x0000 (0x0028 - 0x0028) +class UEdGraphSchema final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EdGraphSchema") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EdGraphSchema") + } + static class UEdGraphSchema* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEdGraphSchema; + +// Class Engine.InterpTrackInstColorScale +// 0x0000 (0x0028 - 0x0028) +class UInterpTrackInstColorScale final : public UInterpTrackInst +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstColorScale") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstColorScale") + } + static class UInterpTrackInstColorScale* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstColorScale; + +// Class Engine.ServerStatReplicator +// 0x00C8 (0x02F0 - 0x0228) +class AServerStatReplicator final : public AInfo +{ +public: + bool bUpdateStatNet; // 0x0228(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverwriteClientStats; // 0x0229(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22A[0x2]; // 0x022A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 Channels; // 0x022C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InRate; // 0x0230(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutRate; // 0x0234(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_238[0x4]; // 0x0238(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 MaxPacketOverhead; // 0x023C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InRateClientMax; // 0x0240(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InRateClientMin; // 0x0244(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InRateClientAvg; // 0x0248(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InPacketsClientMax; // 0x024C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InPacketsClientMin; // 0x0250(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InPacketsClientAvg; // 0x0254(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutRateClientMax; // 0x0258(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutRateClientMin; // 0x025C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutRateClientAvg; // 0x0260(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutPacketsClientMax; // 0x0264(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutPacketsClientMin; // 0x0268(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutPacketsClientAvg; // 0x026C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NetNumClients; // 0x0270(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InPackets; // 0x0274(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutPackets; // 0x0278(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InBunches; // 0x027C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutBunches; // 0x0280(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 OutLoss; // 0x0284(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 InLoss; // 0x0288(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 VoiceBytesSent; // 0x028C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 VoiceBytesRecv; // 0x0290(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 VoicePacketsSent; // 0x0294(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 VoicePacketsRecv; // 0x0298(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 PercentInVoice; // 0x029C(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 PercentOutVoice; // 0x02A0(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumActorChannels; // 0x02A4(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumConsideredActors; // 0x02A8(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 PrioritizedActors; // 0x02AC(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumRelevantActors; // 0x02B0(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumRelevantDeletedActors; // 0x02B4(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumReplicatedActorAttempts; // 0x02B8(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumReplicatedActors; // 0x02BC(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumActors; // 0x02C0(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumNetActors; // 0x02C4(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumDormantActors; // 0x02C8(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumInitiallyDormantActors; // 0x02CC(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumNetGUIDsAckd; // 0x02D0(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumNetGUIDsPending; // 0x02D4(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NumNetGUIDsUnAckd; // 0x02D8(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 ObjPathBytes; // 0x02DC(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NetGUIDOutRate; // 0x02E0(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NetGUIDInRate; // 0x02E4(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 NetSaturated; // 0x02E8(0x0004)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2EC[0x4]; // 0x02EC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ServerStatReplicator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ServerStatReplicator") + } + static class AServerStatReplicator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AServerStatReplicator; + +// Class Engine.Emitter +// 0x0050 (0x0278 - 0x0228) +class AEmitter : public AActor +{ +public: + class UParticleSystemComponent* ParticleSystemComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bDestroyOnSystemFinish : 1; // 0x0230(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPostUpdateTickGroup : 1; // 0x0230(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCurrentlyActive : 1; // 0x0230(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Net, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_231[0x7]; // 0x0231(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnParticleSpawn; // 0x0238(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleBurst; // 0x0248(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleDeath; // 0x0258(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleCollide; // 0x0268(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + +public: + void Activate(); + void Deactivate(); + void OnParticleSystemFinished(class UParticleSystemComponent* FinishedComponent); + void OnRep_bCurrentlyActive(); + void SetActorParameter(class FName ParameterName, class AActor* Param); + void SetColorParameter(class FName ParameterName, const struct FLinearColor& Param); + void SetFloatParameter(class FName ParameterName, float Param); + void SetMaterialParameter(class FName ParameterName, class UMaterialInterface* Param); + void SetTemplate(class UParticleSystem* NewTemplate); + void SetVectorParameter(class FName ParameterName, const struct FVector& Param); + void ToggleActive(); + + bool IsActive() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Emitter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Emitter") + } + static class AEmitter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AEmitter; + +// Class Engine.LightmappedSurfaceCollection +// 0x0018 (0x0040 - 0x0028) +class ULightmappedSurfaceCollection final : public UObject +{ +public: + class UModel* SourceModel; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Surfaces; // 0x0030(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightmappedSurfaceCollection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightmappedSurfaceCollection") + } + static class ULightmappedSurfaceCollection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULightmappedSurfaceCollection; + +// Class Engine.EmitterCameraLensEffectBase +// 0x0068 (0x02E0 - 0x0278) +class AEmitterCameraLensEffectBase final : public AEmitter +{ +public: + class UParticleSystem* PS_CameraEffect; // 0x0278(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UParticleSystem* PS_CameraEffectNonExtremeContent; // 0x0280(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class APlayerCameraManager* BaseCamera; // 0x0288(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FTransform RelativeTransform; // 0x0290(0x0030)(Edit, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, NativeAccessSpecifierProtected) + float BaseFOV; // 0x02C0(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAllowMultipleInstances : 1; // 0x02C4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bResetWhenRetriggered : 1; // 0x02C4(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2C5[0x3]; // 0x02C5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray> EmittersToTreatAsSame; // 0x02C8(0x0010)(Edit, ZeroConstructor, DisableEditOnInstance, UObjectWrapper, NativeAccessSpecifierPublic) + float DistFromCamera; // 0x02D8(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_2DC[0x4]; // 0x02DC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EmitterCameraLensEffectBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EmitterCameraLensEffectBase") + } + static class AEmitterCameraLensEffectBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AEmitterCameraLensEffectBase; + +// Class Engine.SoundEffectSourcePresetChain +// 0x0018 (0x0040 - 0x0028) +class USoundEffectSourcePresetChain final : public UObject +{ +public: + TArray Chain; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bPlayEffectChainTails : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundEffectSourcePresetChain") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundEffectSourcePresetChain") + } + static class USoundEffectSourcePresetChain* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundEffectSourcePresetChain; + +// Class Engine.ViewModeUtils +// 0x0000 (0x0028 - 0x0028) +class UViewModeUtils final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ViewModeUtils") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ViewModeUtils") + } + static class UViewModeUtils* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UViewModeUtils; + +// Class Engine.EngineBaseTypes +// 0x0000 (0x0028 - 0x0028) +class UEngineBaseTypes final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EngineBaseTypes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EngineBaseTypes") + } + static class UEngineBaseTypes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngineBaseTypes; + +// Class Engine.InterpTrackInstFloatAnimBPParam +// 0x0018 (0x0040 - 0x0028) +class UInterpTrackInstFloatAnimBPParam final : public UInterpTrackInst +{ +public: + class UAnimInstance* AnimScriptInstance; // 0x0028(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ResetFloat; // 0x0030(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0xC]; // 0x0034(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstFloatAnimBPParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstFloatAnimBPParam") + } + static class UInterpTrackInstFloatAnimBPParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstFloatAnimBPParam; + +// Class Engine.EngineHandlerComponentFactory +// 0x0000 (0x0028 - 0x0028) +class UEngineHandlerComponentFactory final : public UHandlerComponentFactory +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EngineHandlerComponentFactory") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EngineHandlerComponentFactory") + } + static class UEngineHandlerComponentFactory* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngineHandlerComponentFactory; + +// Class Engine.Layer +// 0x0020 (0x0048 - 0x0028) +class ULayer final : public UObject +{ +public: + class FName LayerName; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsVisible : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorStats; // 0x0038(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Layer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Layer") + } + static class ULayer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULayer; + +// Class Engine.LocalMessage +// 0x0000 (0x0028 - 0x0028) +class ULocalMessage : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LocalMessage") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LocalMessage") + } + static class ULocalMessage* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULocalMessage; + +// Class Engine.SCS_Node +// 0x00B0 (0x00D8 - 0x0028) +class USCS_Node final : public UObject +{ +public: + class UClass* ComponentClass; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UActorComponent* ComponentTemplate; // 0x0030(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBlueprintCookedComponentInstancingData CookedComponentInstancingData; // 0x0038(0x0048)(NativeAccessSpecifierPublic) + class FName AttachToName; // 0x0080(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParentComponentOrVariableName; // 0x0088(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParentComponentOwnerClassName; // 0x0090(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsParentComponentNative; // 0x0098(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x7]; // 0x0099(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ChildNodes; // 0x00A0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray MetaDataArray; // 0x00B0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + struct FGuid VariableGuid; // 0x00C0(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InternalVariableName; // 0x00D0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SCS_Node") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SCS_Node") + } + static class USCS_Node* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USCS_Node; + +// Class Engine.EngineMessage +// 0x0080 (0x00A8 - 0x0028) +class UEngineMessage final : public ULocalMessage +{ +public: + class FString FailedPlaceMessage; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString MaxedOutMessage; // 0x0038(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString EnteredMessage; // 0x0048(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LeftMessage; // 0x0058(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString GlobalNameChange; // 0x0068(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SpecEnteredMessage; // 0x0078(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString NewPlayerMessage; // 0x0088(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString NewSpecMessage; // 0x0098(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EngineMessage") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EngineMessage") + } + static class UEngineMessage* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEngineMessage; + +// Class Engine.FontFace +// 0x0030 (0x0058 - 0x0028) +class UFontFace final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class FString SourceFilename; // 0x0030(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFontHinting Hinting; // 0x0040(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFontLoadingPolicy LoadingPolicy; // 0x0041(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFontLayoutMethod LayoutMethod; // 0x0042(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_43[0x15]; // 0x0043(0x0015)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FontFace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FontFace") + } + static class UFontFace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFontFace; + +// Class Engine.ForceFeedbackAttenuation +// 0x00B0 (0x00D8 - 0x0028) +class UForceFeedbackAttenuation final : public UObject +{ +public: + struct FForceFeedbackAttenuationSettings Attenuation; // 0x0028(0x00B0)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ForceFeedbackAttenuation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ForceFeedbackAttenuation") + } + static class UForceFeedbackAttenuation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UForceFeedbackAttenuation; + +// Class Engine.ForceFeedbackEffect +// 0x0018 (0x0040 - 0x0028) +class UForceFeedbackEffect final : public UObject +{ +public: + TArray ChannelDetails; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + float Duration; // 0x0038(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ForceFeedbackEffect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ForceFeedbackEffect") + } + static class UForceFeedbackEffect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UForceFeedbackEffect; + +// Class Engine.GeneratedMeshAreaLight +// 0x0000 (0x0240 - 0x0240) +class AGeneratedMeshAreaLight final : public ASpotLight +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("GeneratedMeshAreaLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"GeneratedMeshAreaLight") + } + static class AGeneratedMeshAreaLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AGeneratedMeshAreaLight; + +// Class Engine.HapticFeedbackEffect_Buffer +// 0x0018 (0x0040 - 0x0028) +class UHapticFeedbackEffect_Buffer final : public UHapticFeedbackEffect_Base +{ +public: + TArray Amplitudes; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + int32 SampleRate; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HapticFeedbackEffect_Buffer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HapticFeedbackEffect_Buffer") + } + static class UHapticFeedbackEffect_Buffer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHapticFeedbackEffect_Buffer; + +// Class Engine.HapticFeedbackEffect_SoundWave +// 0x0020 (0x0048 - 0x0028) +class UHapticFeedbackEffect_SoundWave final : public UHapticFeedbackEffect_Base +{ +public: + class USoundWave* SoundWave; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_30[0x18]; // 0x0030(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HapticFeedbackEffect_SoundWave") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HapticFeedbackEffect_SoundWave") + } + static class UHapticFeedbackEffect_SoundWave* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHapticFeedbackEffect_SoundWave; + +// Class Engine.HLODEngineSubsystem +// 0x0000 (0x0030 - 0x0030) +class UHLODEngineSubsystem final : public UEngineSubsystem +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HLODEngineSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HLODEngineSubsystem") + } + static class UHLODEngineSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHLODEngineSubsystem; + +// Class Engine.HLODProxyDesc +// 0x0000 (0x0028 - 0x0028) +class UHLODProxyDesc final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HLODProxyDesc") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HLODProxyDesc") + } + static class UHLODProxyDesc* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHLODProxyDesc; + +// Class Engine.ImportantToggleSettingInterface +// 0x0000 (0x0000 - 0x0000) +class IImportantToggleSettingInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ImportantToggleSettingInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ImportantToggleSettingInterface") + } + static class IImportantToggleSettingInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IImportantToggleSettingInterface; + +// Class Engine.InheritableComponentHandler +// 0x0020 (0x0048 - 0x0028) +class UInheritableComponentHandler final : public UObject +{ +public: + TArray Records; // 0x0028(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray UnnecessaryComponents; // 0x0038(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InheritableComponentHandler") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InheritableComponentHandler") + } + static class UInheritableComponentHandler* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInheritableComponentHandler; + +// Class Engine.InputActionDelegateBinding +// 0x0010 (0x0038 - 0x0028) +class UInputActionDelegateBinding final : public UInputDelegateBinding +{ +public: + TArray InputActionDelegateBindings; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputActionDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputActionDelegateBinding") + } + static class UInputActionDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputActionDelegateBinding; + +// Class Engine.InputTouchDelegateBinding +// 0x0010 (0x0038 - 0x0028) +class UInputTouchDelegateBinding final : public UInputDelegateBinding +{ +public: + TArray InputTouchDelegateBindings; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputTouchDelegateBinding") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputTouchDelegateBinding") + } + static class UInputTouchDelegateBinding* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputTouchDelegateBinding; + +// Class Engine.VisualLoggerKismetLibrary +// 0x0000 (0x0028 - 0x0028) +class UVisualLoggerKismetLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void EnableRecording(bool bEnabled); + static void LogBox(class UObject* WorldContextObject, const struct FBox& BoxShape, const class FString& Text, const struct FLinearColor& ObjectColor, class FName LogCategory, bool bAddToMessageLog); + static void LogLocation(class UObject* WorldContextObject, const struct FVector& Location, const class FString& Text, const struct FLinearColor& ObjectColor, float Radius, class FName LogCategory, bool bAddToMessageLog); + static void LogSegment(class UObject* WorldContextObject, const struct FVector& SegmentStart, const struct FVector& SegmentEnd, const class FString& Text, const struct FLinearColor& ObjectColor, const float Thickness, class FName CategoryName, bool bAddToMessageLog); + static void LogText(class UObject* WorldContextObject, const class FString& Text, class FName LogCategory, bool bAddToMessageLog); + static void RedirectVislog(class UObject* SourceOwner, class UObject* DestinationOwner); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VisualLoggerKismetLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VisualLoggerKismetLibrary") + } + static class UVisualLoggerKismetLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVisualLoggerKismetLibrary; + +// Class Engine.Interface_ActorSubobject +// 0x0000 (0x0000 - 0x0000) +class IInterface_ActorSubobject final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Interface_ActorSubobject") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Interface_ActorSubobject") + } + static class IInterface_ActorSubobject* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IInterface_ActorSubobject; + +// Class Engine.BoneReferenceSkeletonProvider +// 0x0000 (0x0000 - 0x0000) +class IBoneReferenceSkeletonProvider final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BoneReferenceSkeletonProvider") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BoneReferenceSkeletonProvider") + } + static class IBoneReferenceSkeletonProvider* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IBoneReferenceSkeletonProvider; + +// Class Engine.Interface_PostProcessVolume +// 0x0000 (0x0000 - 0x0000) +class IInterface_PostProcessVolume final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Interface_PostProcessVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Interface_PostProcessVolume") + } + static class IInterface_PostProcessVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IInterface_PostProcessVolume; + +// Class Engine.InterpFilter_Custom +// 0x0000 (0x0038 - 0x0038) +class UInterpFilter_Custom final : public UInterpFilter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpFilter_Custom") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpFilter_Custom") + } + static class UInterpFilter_Custom* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpFilter_Custom; + +// Class Engine.InterpGroupCamera +// 0x0010 (0x0060 - 0x0050) +class UInterpGroupCamera final : public UInterpGroup +{ +public: + class UCameraAnim* CameraAnimInst; // 0x0050(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CompressTolerance; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpGroupCamera") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpGroupCamera") + } + static class UInterpGroupCamera* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpGroupCamera; + +// Class Engine.InterpGroupInstDirector +// 0x0000 (0x0048 - 0x0048) +class UInterpGroupInstDirector final : public UInterpGroupInst +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpGroupInstDirector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpGroupInstDirector") + } + static class UInterpGroupInstDirector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpGroupInstDirector; + +// Class Engine.InterpTrackAnimControl +// 0x0020 (0x00B0 - 0x0090) +class UInterpTrackAnimControl final : public UInterpTrackFloatBase +{ +public: + class FName SlotName; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AnimSeqs; // 0x0098(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bSkipAnimNotifiers : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x7]; // 0x00A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackAnimControl") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackAnimControl") + } + static class UInterpTrackAnimControl* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackAnimControl; + +// Class Engine.InterpTrackBoolProp +// 0x0018 (0x0088 - 0x0070) +class UInterpTrackBoolProp final : public UInterpTrack +{ +public: + TArray BoolTrack; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0080(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackBoolProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackBoolProp") + } + static class UInterpTrackBoolProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackBoolProp; + +// Class Engine.InterpTrackColorScale +// 0x0000 (0x0090 - 0x0090) +class UInterpTrackColorScale final : public UInterpTrackVectorBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackColorScale") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackColorScale") + } + static class UInterpTrackColorScale* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackColorScale; + +// Class Engine.InterpTrackEvent +// 0x0018 (0x0088 - 0x0070) +class UInterpTrackEvent final : public UInterpTrack +{ +public: + TArray EventTrack; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bFireEventsWhenForwards : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenBackwards : 1; // 0x0080(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenJumpingForwards : 1; // 0x0080(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseCustomEventName : 1; // 0x0080(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackEvent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackEvent") + } + static class UInterpTrackEvent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackEvent; + +// Class Engine.InterpTrackFloatAnimBPParam +// 0x0020 (0x00B0 - 0x0090) +class UInterpTrackFloatAnimBPParam final : public UInterpTrackFloatBase +{ +public: + class UClass* AnimBlueprintClass; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf AnimClass; // 0x0098(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParamName; // 0x00A0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A8[0x8]; // 0x00A8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackFloatAnimBPParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackFloatAnimBPParam") + } + static class UInterpTrackFloatAnimBPParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackFloatAnimBPParam; + +// Class Engine.InterpTrackFloatParticleParam +// 0x0008 (0x0098 - 0x0090) +class UInterpTrackFloatParticleParam final : public UInterpTrackFloatBase +{ +public: + class FName ParamName; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackFloatParticleParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackFloatParticleParam") + } + static class UInterpTrackFloatParticleParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackFloatParticleParam; + +// Class Engine.InterpTrackInstAnimControl +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstAnimControl final : public UInterpTrackInst +{ +public: + float LastUpdatePosition; // 0x0028(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstAnimControl") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstAnimControl") + } + static class UInterpTrackInstAnimControl* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstAnimControl; + +// Class Engine.InterpTrackInstColorProp +// 0x0010 (0x0060 - 0x0050) +class UInterpTrackInstColorProp final : public UInterpTrackInstProperty +{ +public: + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor ResetColor; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstColorProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstColorProp") + } + static class UInterpTrackInstColorProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstColorProp; + +// Class Engine.InterpTrackInstDirector +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstDirector final : public UInterpTrackInst +{ +public: + class AActor* OldViewTarget; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstDirector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstDirector") + } + static class UInterpTrackInstDirector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstDirector; + +// Class Engine.InterpTrackInstFloatMaterialParam +// 0x0038 (0x0060 - 0x0028) +class UInterpTrackInstFloatMaterialParam final : public UInterpTrackInst +{ +public: + TArray MaterialInstances; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ResetFloats; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray PrimitiveMaterialRefs; // 0x0048(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class UInterpTrackFloatMaterialParam* InstancedTrack; // 0x0058(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstFloatMaterialParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstFloatMaterialParam") + } + static class UInterpTrackInstFloatMaterialParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstFloatMaterialParam; + +// Class Engine.InterpTrackInstFloatProp +// 0x0010 (0x0060 - 0x0050) +class UInterpTrackInstFloatProp final : public UInterpTrackInstProperty +{ +public: + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float ResetFloat; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstFloatProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstFloatProp") + } + static class UInterpTrackInstFloatProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstFloatProp; + +// Class Engine.InterpTrackInstMove +// 0x0018 (0x0040 - 0x0028) +class UInterpTrackInstMove final : public UInterpTrackInst +{ +public: + struct FVector ResetLocation; // 0x0028(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ResetRotation; // 0x0034(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstMove") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstMove") + } + static class UInterpTrackInstMove* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstMove; + +// Class Engine.InterpTrackInstSlomo +// 0x0008 (0x0030 - 0x0028) +class UInterpTrackInstSlomo final : public UInterpTrackInst +{ +public: + float OldTimeDilation; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstSlomo") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstSlomo") + } + static class UInterpTrackInstSlomo* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstSlomo; + +// Class Engine.InterpTrackInstToggle +// 0x0010 (0x0038 - 0x0028) +class UInterpTrackInstToggle final : public UInterpTrackInst +{ +public: + ETrackToggleAction Action; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LastUpdatePosition; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSavedActiveState : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackInstToggle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackInstToggle") + } + static class UInterpTrackInstToggle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackInstToggle; + +// Class Engine.InterpTrackLinearColorProp +// 0x0008 (0x0098 - 0x0090) +class UInterpTrackLinearColorProp final : public UInterpTrackLinearColorBase +{ +public: + class FName PropertyName; // 0x0090(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackLinearColorProp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackLinearColorProp") + } + static class UInterpTrackLinearColorProp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackLinearColorProp; + +// Class Engine.InterpTrackMove +// 0x0058 (0x00C8 - 0x0070) +class UInterpTrackMove final : public UInterpTrack +{ +public: + struct FInterpCurveVector PosTrack; // 0x0070(0x0018)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveVector EulerTrack; // 0x0088(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpLookupTrack LookupTrack; // 0x00A0(0x0010)(NativeAccessSpecifierPublic) + class FName LookAtGroupName; // 0x00B0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LinCurveTension; // 0x00B8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngCurveTension; // 0x00BC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseQuatInterpolation : 1; // 0x00C0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowArrowAtKeys : 1; // 0x00C0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableMovement : 1; // 0x00C0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowTranslationOnCurveEd : 1; // 0x00C0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShowRotationOnCurveEd : 1; // 0x00C0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHide3DTrack : 1; // 0x00C0(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_C1[0x3]; // 0x00C1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EInterpTrackMoveRotMode RotMode; // 0x00C4(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackMove") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackMove") + } + static class UInterpTrackMove* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackMove; + +// Class Engine.InterpTrackParticleReplay +// 0x0010 (0x0080 - 0x0070) +class UInterpTrackParticleReplay final : public UInterpTrack +{ +public: + TArray TrackKeys; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackParticleReplay") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackParticleReplay") + } + static class UInterpTrackParticleReplay* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackParticleReplay; + +// Class Engine.InterpTrackVectorMaterialParam +// 0x0018 (0x00A8 - 0x0090) +class UInterpTrackVectorMaterialParam final : public UInterpTrackVectorBase +{ +public: + TArray TargetMaterials; // 0x0090(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + class FName ParamName; // 0x00A0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackVectorMaterialParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackVectorMaterialParam") + } + static class UInterpTrackVectorMaterialParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackVectorMaterialParam; + +// Class Engine.InterpTrackVisibility +// 0x0018 (0x0088 - 0x0070) +class UInterpTrackVisibility final : public UInterpTrack +{ +public: + TArray VisibilityTrack; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bFireEventsWhenForwards : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenBackwards : 1; // 0x0080(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFireEventsWhenJumpingForwards : 1; // 0x0080(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InterpTrackVisibility") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InterpTrackVisibility") + } + static class UInterpTrackVisibility* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInterpTrackVisibility; + +// Class Engine.KillZVolume +// 0x0000 (0x0270 - 0x0270) +class AKillZVolume final : public APhysicsVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KillZVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KillZVolume") + } + static class AKillZVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AKillZVolume; + +// Class Engine.KismetGuidLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetGuidLibrary final : public UBlueprintFunctionLibrary +{ +public: + static class FString Conv_GuidToString(const struct FGuid& InGuid); + static bool EqualEqual_GuidGuid(const struct FGuid& A, const struct FGuid& B); + static void Invalidate_Guid(struct FGuid& InGuid); + static bool IsValid_Guid(const struct FGuid& InGuid); + static struct FGuid NewGuid(); + static bool NotEqual_GuidGuid(const struct FGuid& A, const struct FGuid& B); + static void Parse_StringToGuid(const class FString& GuidString, struct FGuid* OutGuid, bool* Success); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetGuidLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetGuidLibrary") + } + static class UKismetGuidLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetGuidLibrary; + +// Class Engine.KismetInternationalizationLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetInternationalizationLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void ClearCurrentAssetGroupCulture(const class FName AssetGroup, const bool SaveToConfig); + static class FString GetCultureDisplayName(const class FString& Culture, const bool Localized); + static class FString GetCurrentAssetGroupCulture(const class FName AssetGroup); + static class FString GetCurrentCulture(); + static class FString GetCurrentLanguage(); + static class FString GetCurrentLocale(); + static TArray GetLocalizedCultures(const bool IncludeGame, const bool IncludeEngine, const bool IncludeEditor, const bool IncludeAdditional); + static class FString GetNativeCulture(const ELocalizedTextSourceCategory TextCategory); + static class FString GetSuitableCulture(const TArray& AvailableCultures, const class FString& CultureToMatch, const class FString& FallbackCulture); + static bool SetCurrentAssetGroupCulture(const class FName AssetGroup, const class FString& Culture, const bool SaveToConfig); + static bool SetCurrentCulture(const class FString& Culture, const bool SaveToConfig); + static bool SetCurrentLanguage(const class FString& Culture, const bool SaveToConfig); + static bool SetCurrentLanguageAndLocale(const class FString& Culture, const bool SaveToConfig); + static bool SetCurrentLocale(const class FString& Culture, const bool SaveToConfig); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetInternationalizationLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetInternationalizationLibrary") + } + static class UKismetInternationalizationLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetInternationalizationLibrary; + +// Class Engine.KismetMathLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetMathLibrary final : public UBlueprintFunctionLibrary +{ +public: + static float Abs(float A); + static int32 Abs_Int(int32 A); + static int64 Abs_Int64(int64 A); + static float Acos(float A); + static uint8 Add_ByteByte(uint8 A, uint8 B); + static struct FDateTime Add_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static struct FDateTime Add_DateTimeTimespan(const struct FDateTime& A, const struct FTimespan& B); + static float Add_FloatFloat(float A, float B); + static int64 Add_Int64Int64(int64 A, int64 B); + static int32 Add_IntInt(int32 A, int32 B); + static struct FIntPoint Add_IntPointInt(const struct FIntPoint& A, int32 B); + static struct FIntPoint Add_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B); + static struct FLinearColor Add_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B); + static struct FMatrix Add_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B); + static struct FQuat Add_QuatQuat(const struct FQuat& A, const struct FQuat& B); + static struct FTimespan Add_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static struct FVector2D Add_Vector2DFloat(const struct FVector2D& A, float B); + static struct FVector2D Add_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B); + static struct FVector4 Add_Vector4Vector4(const struct FVector4& A, const struct FVector4& B); + static struct FVector Add_VectorFloat(const struct FVector& A, float B); + static struct FVector Add_VectorInt(const struct FVector& A, int32 B); + static struct FVector Add_VectorVector(const struct FVector& A, const struct FVector& B); + static int64 And_Int64Int64(int64 A, int64 B); + static int32 And_IntInt(int32 A, int32 B); + static float Asin(float A); + static float Atan(float A); + static float Atan2(float Y, float X); + static uint8 BMax(uint8 A, uint8 B); + static uint8 BMin(uint8 A, uint8 B); + static bool BooleanAND(bool A, bool B); + static bool BooleanNAND(bool A, bool B); + static bool BooleanNOR(bool A, bool B); + static bool BooleanOR(bool A, bool B); + static bool BooleanXOR(bool A, bool B); + static void BreakColor(const struct FLinearColor& InColor, float* R, float* G, float* B, float* A); + static void BreakDateTime(const struct FDateTime& InDateTime, int32* Year, int32* Month, int32* Day, int32* Hour, int32* Minute, int32* Second, int32* Millisecond); + static void BreakFrameRate(const struct FFrameRate& InFrameRate, int32* Numerator, int32* Denominator); + static void BreakQualifiedFrameTime(const struct FQualifiedFrameTime& InFrameTime, struct FFrameNumber* Frame, struct FFrameRate* FrameRate, float* SubFrame); + static void BreakRandomStream(const struct FRandomStream& InRandomStream, int32* InitialSeed); + static void BreakRotator(const struct FRotator& InRot, float* Roll, float* Pitch, float* Yaw); + static void BreakRotIntoAxes(const struct FRotator& InRot, struct FVector* X, struct FVector* Y, struct FVector* Z); + static void BreakTimespan(const struct FTimespan& InTimespan, int32* Days, int32* Hours, int32* Minutes, int32* Seconds, int32* Milliseconds); + static void BreakTimespan2(const struct FTimespan& InTimespan, int32* Days, int32* Hours, int32* Minutes, int32* Seconds, int32* FractionNano); + static void BreakTransform(const struct FTransform& InTransform, struct FVector* Location, struct FRotator* Rotation, struct FVector* Scale); + static void BreakVector(const struct FVector& InVec, float* X, float* Y, float* Z); + static void BreakVector2D(const struct FVector2D& InVec, float* X, float* Y); + static void BreakVector4(const struct FVector4& InVec, float* X, float* Y, float* Z, float* W); + static struct FLinearColor CInterpTo(const struct FLinearColor& Current, const struct FLinearColor& Target, float DeltaTime, float InterpSpeed); + static int32 Clamp(int32 Value, int32 Min_0, int32 Max_0); + static float ClampAngle(float AngleDegrees, float MinAngleDegrees, float MaxAngleDegrees); + static struct FVector2D ClampAxes2D(const struct FVector2D& A, float MinAxisVal, float MaxAxisVal); + static float ClampAxis(float Angle); + static int64 ClampInt64(int64 Value, int64 Min_0, int64 Max_0); + static struct FVector ClampVectorSize(const struct FVector& A, float Min_0, float Max_0); + static bool ClassIsChildOf(TSubclassOf TestClass, TSubclassOf ParentClass); + static struct FRotator ComposeRotators(const struct FRotator& A, const struct FRotator& B); + static struct FTransform ComposeTransforms(const struct FTransform& A, const struct FTransform& B); + static uint8 Conv_BoolToByte(bool InBool); + static float Conv_BoolToFloat(bool InBool); + static int32 Conv_BoolToInt(bool InBool); + static float Conv_ByteToFloat(uint8 InByte); + static int32 Conv_ByteToInt(uint8 InByte); + static struct FLinearColor Conv_ColorToLinearColor(const struct FColor& InColor); + static struct FLinearColor Conv_FloatToLinearColor(float InFloat); + static struct FVector Conv_FloatToVector(float InFloat); + static uint8 Conv_Int64ToByte(int64 inInt); + static int32 Conv_Int64ToInt(int64 inInt); + static struct FVector2D Conv_IntPointToVector2D(const struct FIntPoint& InIntPoint); + static bool Conv_IntToBool(int32 inInt); + static uint8 Conv_IntToByte(int32 inInt); + static float Conv_IntToFloat(int32 inInt); + static int64 Conv_IntToInt64(int32 inInt); + static struct FIntVector Conv_IntToIntVector(int32 inInt); + static struct FVector Conv_IntVectorToVector(const struct FIntVector& InIntVector); + static struct FColor Conv_LinearColorToColor(const struct FLinearColor& InLinearColor, bool InUseSRGB); + static struct FVector Conv_LinearColorToVector(const struct FLinearColor& InLinearColor); + static struct FRotator Conv_MatrixToRotator(const struct FMatrix& InMatrix); + static struct FTransform Conv_MatrixToTransform(const struct FMatrix& InMatrix); + static struct FTransform Conv_RotatorToTransform(const struct FRotator& InRotator); + static struct FVector Conv_RotatorToVector(const struct FRotator& InRot); + static struct FMatrix Conv_TransformToMatrix(const struct FTransform& Transform); + static struct FIntPoint Conv_Vector2DToIntPoint(const struct FVector2D& InVector2D); + static struct FVector Conv_Vector2DToVector(const struct FVector2D& InVector2D, float Z); + static struct FQuat Conv_Vector4ToQuaternion(const struct FVector4& InVec); + static struct FRotator Conv_Vector4ToRotator(const struct FVector4& InVec); + static struct FVector Conv_Vector4ToVector(const struct FVector4& InVector4); + static struct FLinearColor Conv_VectorToLinearColor(const struct FVector& InVec); + static struct FQuat Conv_VectorToQuaternion(const struct FVector& InVec); + static struct FRotator Conv_VectorToRotator(const struct FVector& InVec); + static struct FTransform Conv_VectorToTransform(const struct FVector& InLocation); + static struct FVector2D Conv_VectorToVector2D(const struct FVector& InVector); + static struct FTransform ConvertTransformToRelative(const struct FTransform& Transform, const struct FTransform& ParentTransform); + static float Cos(float A); + static struct FVector CreateVectorFromYawPitch(float Yaw, float Pitch, float Length); + static struct FVector Cross_VectorVector(const struct FVector& A, const struct FVector& B); + static float CrossProduct2D(const struct FVector2D& A, const struct FVector2D& B); + static bool DateTimeFromIsoString(const class FString& IsoString, struct FDateTime* Result); + static bool DateTimeFromString(const class FString& DateTimeString, struct FDateTime* Result); + static struct FDateTime DateTimeMaxValue(); + static struct FDateTime DateTimeMinValue(); + static int32 DaysInMonth(int32 Year, int32 Month); + static int32 DaysInYear(int32 Year); + static float DegAcos(float A); + static float DegAsin(float A); + static float DegAtan(float A); + static float DegAtan2(float Y, float X); + static float DegCos(float A); + static float DegreesToRadians(float A); + static float DegSin(float A); + static float DegTan(float A); + static float Distance2D(const struct FVector2D& v1, const struct FVector2D& v2); + static float DistanceSquared2D(const struct FVector2D& v1, const struct FVector2D& v2); + static uint8 Divide_ByteByte(uint8 A, uint8 B); + static float Divide_FloatFloat(float A, float B); + static int64 Divide_Int64Int64(int64 A, int64 B); + static int32 Divide_IntInt(int32 A, int32 B); + static struct FIntPoint Divide_IntPointInt(const struct FIntPoint& A, int32 B); + static struct FIntPoint Divide_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B); + static struct FLinearColor Divide_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B); + static struct FTimespan Divide_TimespanFloat(const struct FTimespan& A, float Scalar); + static struct FVector2D Divide_Vector2DFloat(const struct FVector2D& A, float B); + static struct FVector2D Divide_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B); + static struct FVector4 Divide_Vector4Vector4(const struct FVector4& A, const struct FVector4& B); + static struct FVector Divide_VectorFloat(const struct FVector& A, float B); + static struct FVector Divide_VectorInt(const struct FVector& A, int32 B); + static struct FVector Divide_VectorVector(const struct FVector& A, const struct FVector& B); + static float Dot_VectorVector(const struct FVector& A, const struct FVector& B); + static float DotProduct2D(const struct FVector2D& A, const struct FVector2D& B); + static float DynamicWeightedMovingAverage_Float(float CurrentSample, float PreviousSample, float MaxDistance, float MinWeight, float MaxWeight); + static struct FRotator DynamicWeightedMovingAverage_FRotator(const struct FRotator& CurrentSample, const struct FRotator& PreviousSample, float MaxDistance, float MinWeight, float MaxWeight); + static struct FVector DynamicWeightedMovingAverage_FVector(const struct FVector& CurrentSample, const struct FVector& PreviousSample, float MaxDistance, float MinWeight, float MaxWeight); + static float Ease(float A, float B, float Alpha, EEasingFunc EasingFunc, float BlendExp, int32 Steps); + static bool Equal_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B); + static bool EqualEqual_BoolBool(bool A, bool B); + static bool EqualEqual_ByteByte(uint8 A, uint8 B); + static bool EqualEqual_ClassClass(class UClass* A, class UClass* B); + static bool EqualEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static bool EqualEqual_FloatFloat(float A, float B); + static bool EqualEqual_Int64Int64(int64 A, int64 B); + static bool EqualEqual_IntInt(int32 A, int32 B); + static bool EqualEqual_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B); + static bool EqualEqual_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B, float Tolerance); + static bool EqualEqual_NameName(class FName A, class FName B); + static bool EqualEqual_ObjectObject(class UObject* A, class UObject* B); + static bool EqualEqual_QuatQuat(const struct FQuat& A, const struct FQuat& B, float Tolerance); + static bool EqualEqual_RotatorRotator(const struct FRotator& A, const struct FRotator& B, float ErrorTolerance); + static bool EqualEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static bool EqualEqual_TransformTransform(const struct FTransform& A, const struct FTransform& B); + static bool EqualEqual_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B, float ErrorTolerance); + static bool EqualEqual_Vector4Vector4(const struct FVector4& A, const struct FVector4& B, float ErrorTolerance); + static bool EqualEqual_VectorVector(const struct FVector& A, const struct FVector& B, float ErrorTolerance); + static bool EqualExactly_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B); + static bool EqualExactly_Vector4Vector4(const struct FVector4& A, const struct FVector4& B); + static bool EqualExactly_VectorVector(const struct FVector& A, const struct FVector& B); + static float Exp(float A); + static int32 FCeil(float A); + static int64 FCeil64(float A); + static float FClamp(float Value, float Min_0, float Max_0); + static int32 FFloor(float A); + static int64 FFloor64(float A); + static struct FVector FindClosestPointOnLine(const struct FVector& Point, const struct FVector& LineOrigin, const struct FVector& LineDirection); + static struct FVector FindClosestPointOnSegment(const struct FVector& Point, const struct FVector& SegmentStart, const struct FVector& SegmentEnd); + static struct FRotator FindLookAtRotation(const struct FVector& Start, const struct FVector& Target); + static void FindNearestPointsOnLineSegments(const struct FVector& Segment1Start, const struct FVector& Segment1End, const struct FVector& Segment2Start, const struct FVector& Segment2End, struct FVector* Segment1Point, struct FVector* Segment2Point); + static float FInterpEaseInOut(float A, float B, float Alpha, float Exponent); + static float FInterpTo(float Current, float Target, float DeltaTime, float InterpSpeed); + static float FInterpTo_Constant(float Current, float Target, float DeltaTime, float InterpSpeed); + static float FixedTurn(float InCurrent, float InDesired, float InDeltaRate); + static float FloatSpringInterp(float Current, float Target, struct FFloatSpringState& SpringState, float Stiffness, float CriticalDampingFactor, float DeltaTime, float Mass); + static float FMax(float A, float B); + static float FMin(float A, float B); + static int32 FMod(float Dividend, float Divisor, float* Remainder); + static float Fraction(float A); + static struct FTimespan FromDays(float Days); + static struct FTimespan FromHours(float Hours); + static struct FTimespan FromMilliseconds(float Milliseconds); + static struct FTimespan FromMinutes(float Minutes); + static struct FTimespan FromSeconds(float Seconds); + static int32 FTrunc(float A); + static int64 FTrunc64(float A); + static struct FIntVector FTruncVector(const struct FVector& InVector); + static float FWrap(float Value, float Min_0, float Max_0); + static struct FVector2D GetAbs2D(const struct FVector2D& A); + static float GetAbsMax2D(const struct FVector2D& A); + static void GetAxes(const struct FRotator& A, struct FVector* X, struct FVector* Y, struct FVector* Z); + static void GetAzimuthAndElevation(const struct FVector& InDirection, const struct FTransform& ReferenceFrame, float* Azimuth, float* Elevation); + static struct FDateTime GetDate(const struct FDateTime& A); + static int32 GetDay(const struct FDateTime& A); + static int32 GetDayOfYear(const struct FDateTime& A); + static int32 GetDays(const struct FTimespan& A); + static struct FVector GetDirectionUnitVector(const struct FVector& From, const struct FVector& To); + static struct FTimespan GetDuration(const struct FTimespan& A); + static struct FVector GetForwardVector(const struct FRotator& InRot); + static int32 GetHour(const struct FDateTime& A); + static int32 GetHour12(const struct FDateTime& A); + static int32 GetHours(const struct FTimespan& A); + static float GetMax2D(const struct FVector2D& A); + static float GetMaxElement(const struct FVector& A); + static int32 GetMillisecond(const struct FDateTime& A); + static int32 GetMilliseconds(const struct FTimespan& A); + static float GetMin2D(const struct FVector2D& A); + static float GetMinElement(const struct FVector& A); + static int32 GetMinute(const struct FDateTime& A); + static int32 GetMinutes(const struct FTimespan& A); + static int32 GetMonth(const struct FDateTime& A); + static float GetPI(); + static float GetPointDistanceToLine(const struct FVector& Point, const struct FVector& LineOrigin, const struct FVector& LineDirection); + static float GetPointDistanceToSegment(const struct FVector& Point, const struct FVector& SegmentStart, const struct FVector& SegmentEnd); + static struct FVector GetReflectionVector(const struct FVector& Direction, const struct FVector& SurfaceNormal); + static struct FVector GetRightVector(const struct FRotator& InRot); + static struct FVector2D GetRotated2D(const struct FVector2D& A, float AngleDeg); + static int32 GetSecond(const struct FDateTime& A); + static int32 GetSeconds(const struct FTimespan& A); + static void GetSlopeDegreeAngles(const struct FVector& MyRightYAxis, const struct FVector& FloorNormal, const struct FVector& UpVector, float* OutSlopePitchDegreeAngle, float* OutSlopeRollDegreeAngle); + static float GetTAU(); + static struct FTimespan GetTimeOfDay(const struct FDateTime& A); + static float GetTotalDays(const struct FTimespan& A); + static float GetTotalHours(const struct FTimespan& A); + static float GetTotalMilliseconds(const struct FTimespan& A); + static float GetTotalMinutes(const struct FTimespan& A); + static float GetTotalSeconds(const struct FTimespan& A); + static struct FVector GetUpVector(const struct FRotator& InRot); + static struct FVector GetVectorArrayAverage(const TArray& Vectors); + static void GetYawPitchFromVector(const struct FVector& InVec, float* Yaw, float* Pitch); + static int32 GetYear(const struct FDateTime& A); + static bool Greater_ByteByte(uint8 A, uint8 B); + static bool Greater_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static bool Greater_FloatFloat(float A, float B); + static bool Greater_Int64Int64(int64 A, int64 B); + static bool Greater_IntInt(int32 A, int32 B); + static bool Greater_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static bool GreaterEqual_ByteByte(uint8 A, uint8 B); + static bool GreaterEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static bool GreaterEqual_FloatFloat(float A, float B); + static bool GreaterEqual_Int64Int64(int64 A, int64 B); + static bool GreaterEqual_IntInt(int32 A, int32 B); + static bool GreaterEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static struct FVector GreaterGreater_VectorRotator(const struct FVector& A, const struct FRotator& B); + static float GridSnap_Float(float Location, float GridSize); + static struct FLinearColor HSVToRGB(float H, float S, float V, float A); + static void HSVToRGB_Vector(const struct FLinearColor& HSV, struct FLinearColor* RGB); + static struct FLinearColor HSVToRGBLinear(const struct FLinearColor& HSV); + static float Hypotenuse(float Width, float Height); + static bool InRange_FloatFloat(float Value, float Min_0, float Max_0, bool InclusiveMin, bool InclusiveMax); + static bool InRange_Int64Int64(int64 Value, int64 Min_0, int64 Max_0, bool InclusiveMin, bool InclusiveMax); + static bool InRange_IntInt(int32 Value, int32 Min_0, int32 Max_0, bool InclusiveMin, bool InclusiveMax); + static struct FIntPoint IntPoint_Down(); + static struct FIntPoint IntPoint_Left(); + static struct FIntPoint IntPoint_One(); + static struct FIntPoint IntPoint_Right(); + static struct FIntPoint IntPoint_Up(); + static struct FIntPoint IntPoint_Zero(); + static struct FVector InverseTransformDirection(const struct FTransform& T, const struct FVector& Direction); + static struct FVector InverseTransformLocation(const struct FTransform& T, const struct FVector& Location); + static struct FRotator InverseTransformRotation(const struct FTransform& T, const struct FRotator& Rotation); + static struct FTransform InvertTransform(const struct FTransform& T); + static bool IsAfternoon(const struct FDateTime& A); + static bool IsLeapYear(int32 Year); + static bool IsMorning(const struct FDateTime& A); + static bool IsNearlyZero2D(const struct FVector2D& A, float Tolerance); + static bool IsPointInBox(const struct FVector& Point, const struct FVector& BoxOrigin, const struct FVector& BoxExtent); + static bool IsPointInBoxWithTransform(const struct FVector& Point, const struct FTransform& BoxWorldTransform, const struct FVector& BoxExtent); + static bool IsZero2D(const struct FVector2D& A); + static float Lerp(float A, float B, float Alpha); + static bool Less_ByteByte(uint8 A, uint8 B); + static bool Less_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static bool Less_FloatFloat(float A, float B); + static bool Less_Int64Int64(int64 A, int64 B); + static bool Less_IntInt(int32 A, int32 B); + static bool Less_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static bool LessEqual_ByteByte(uint8 A, uint8 B); + static bool LessEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static bool LessEqual_FloatFloat(float A, float B); + static bool LessEqual_Int64Int64(int64 A, int64 B); + static bool LessEqual_IntInt(int32 A, int32 B); + static bool LessEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static struct FVector LessLess_VectorRotator(const struct FVector& A, const struct FRotator& B); + static struct FLinearColor LinearColor_Black(); + static struct FLinearColor LinearColor_Blue(); + static struct FLinearColor LinearColor_Desaturated(const struct FLinearColor& InColor, float InDesaturation); + static float LinearColor_Distance(const struct FLinearColor& C1, const struct FLinearColor& C2); + static float LinearColor_GetLuminance(const struct FLinearColor& InColor); + static float LinearColor_GetMax(const struct FLinearColor& InColor); + static float LinearColor_GetMin(const struct FLinearColor& InColor); + static struct FLinearColor LinearColor_Gray(); + static struct FLinearColor LinearColor_Green(); + static bool LinearColor_IsNearEqual(const struct FLinearColor& A, const struct FLinearColor& B, float Tolerance); + static struct FColor LinearColor_Quantize(const struct FLinearColor& InColor); + static struct FColor LinearColor_QuantizeRound(const struct FLinearColor& InColor); + static struct FLinearColor LinearColor_Red(); + static void LinearColor_Set(struct FLinearColor& InOutColor, const struct FLinearColor& InColor); + static void LinearColor_SetFromHSV(struct FLinearColor& InOutColor, float H, float S, float V, float A); + static void LinearColor_SetFromPow22(struct FLinearColor& InOutColor, const struct FColor& InColor); + static void LinearColor_SetFromSRGB(struct FLinearColor& InOutColor, const struct FColor& InSRGB); + static void LinearColor_SetRandomHue(struct FLinearColor& InOutColor); + static void LinearColor_SetRGBA(struct FLinearColor& InOutColor, float R, float G, float B, float A); + static void LinearColor_SetTemperature(struct FLinearColor& InOutColor, float InTemperature); + static struct FLinearColor LinearColor_ToNewOpacity(const struct FLinearColor& InColor, float InOpacity); + static struct FColor LinearColor_ToRGBE(const struct FLinearColor& InLinearColor); + static struct FLinearColor LinearColor_Transparent(); + static struct FLinearColor LinearColor_White(); + static struct FLinearColor LinearColor_Yellow(); + static struct FLinearColor LinearColorLerp(const struct FLinearColor& A, const struct FLinearColor& B, float Alpha); + static struct FLinearColor LinearColorLerpUsingHSV(const struct FLinearColor& A, const struct FLinearColor& B, float Alpha); + static bool LinePlaneIntersection(const struct FVector& LineStart, const struct FVector& LineEnd, const struct FPlane& APlane, float* T, struct FVector* Intersection); + static bool LinePlaneIntersection_OriginNormal(const struct FVector& LineStart, const struct FVector& LineEnd, const struct FVector& PlaneOrigin, const struct FVector& PlaneNormal, float* T, struct FVector* Intersection); + static float Log(float A, float Base); + static float Loge(float A); + static struct FBox MakeBox(const struct FVector& Min_0, const struct FVector& Max_0); + static struct FBox2D MakeBox2D(const struct FVector2D& Min_0, const struct FVector2D& Max_0); + static struct FLinearColor MakeColor(float R, float G, float B, float A); + static struct FDateTime MakeDateTime(int32 Year, int32 Month, int32 Day, int32 Hour, int32 Minute, int32 Second, int32 Millisecond); + static struct FFrameRate MakeFrameRate(int32 Numerator, int32 Denominator); + static struct FPlane MakePlaneFromPointAndNormal(const struct FVector& Point, const struct FVector& Normal_0); + static float MakePulsatingValue(float InCurrentTime, float InPulsesPerSecond, float InPhase); + static struct FQualifiedFrameTime MakeQualifiedFrameTime(const struct FFrameNumber& Frame, const struct FFrameRate& FrameRate, float SubFrame); + static struct FRandomStream MakeRandomStream(int32 InitialSeed); + static struct FTransform MakeRelativeTransform(const struct FTransform& A, const struct FTransform& RelativeTo); + static struct FRotator MakeRotationFromAxes(const struct FVector& Forward, const struct FVector& Right, const struct FVector& Up); + static struct FRotator MakeRotator(float Roll, float Pitch, float Yaw); + static struct FRotator MakeRotFromX(const struct FVector& X); + static struct FRotator MakeRotFromXY(const struct FVector& X, const struct FVector& Y); + static struct FRotator MakeRotFromXZ(const struct FVector& X, const struct FVector& Z); + static struct FRotator MakeRotFromY(const struct FVector& Y); + static struct FRotator MakeRotFromYX(const struct FVector& Y, const struct FVector& X); + static struct FRotator MakeRotFromYZ(const struct FVector& Y, const struct FVector& Z); + static struct FRotator MakeRotFromZ(const struct FVector& Z); + static struct FRotator MakeRotFromZX(const struct FVector& Z, const struct FVector& X); + static struct FRotator MakeRotFromZY(const struct FVector& Z, const struct FVector& Y); + static struct FTimespan MakeTimespan(int32 Days, int32 Hours, int32 Minutes, int32 Seconds, int32 Milliseconds); + static struct FTimespan MakeTimespan2(int32 Days, int32 Hours, int32 Minutes, int32 Seconds, int32 FractionNano); + static struct FTransform MakeTransform(const struct FVector& Location, const struct FRotator& Rotation, const struct FVector& Scale); + static struct FVector MakeVector(float X, float Y, float Z); + static struct FVector2D MakeVector2D(float X, float Y); + static struct FVector4 MakeVector4(float X, float Y, float Z, float W); + static float MapRangeClamped(float Value, float InRangeA, float InRangeB, float OutRangeA, float OutRangeB); + static float MapRangeUnclamped(float Value, float InRangeA, float InRangeB, float OutRangeA, float OutRangeB); + static struct FMatrix Matrix_ApplyScale(const struct FMatrix& M, float Scale); + static struct FMatrix Matrix_ConcatenateTranslation(const struct FMatrix& M, const struct FVector& Translation); + static bool Matrix_ContainsNaN(const struct FMatrix& M); + static struct FVector Matrix_GetColumn(const struct FMatrix& M, EMatrixColumns Column); + static float Matrix_GetDeterminant(const struct FMatrix& M); + static bool Matrix_GetFrustumBottomPlane(const struct FMatrix& M, struct FPlane* OutPlane); + static bool Matrix_GetFrustumFarPlane(const struct FMatrix& M, struct FPlane* OutPlane); + static bool Matrix_GetFrustumLeftPlane(const struct FMatrix& M, struct FPlane* OutPlane); + static bool Matrix_GetFrustumNearPlane(const struct FMatrix& M, struct FPlane* OutPlane); + static bool Matrix_GetFrustumRightPlane(const struct FMatrix& M, struct FPlane* OutPlane); + static bool Matrix_GetFrustumTopPlane(const struct FMatrix& M, struct FPlane* OutPlane); + static struct FMatrix Matrix_GetInverse(const struct FMatrix& M); + static struct FMatrix Matrix_GetMatrixWithoutScale(const struct FMatrix& M, float Tolerance); + static float Matrix_GetMaximumAxisScale(const struct FMatrix& M); + static struct FVector Matrix_GetOrigin(const struct FMatrix& InMatrix); + static struct FRotator Matrix_GetRotator(const struct FMatrix& M); + static float Matrix_GetRotDeterminant(const struct FMatrix& M); + static void Matrix_GetScaledAxes(const struct FMatrix& M, struct FVector* X, struct FVector* Y, struct FVector* Z); + static struct FVector Matrix_GetScaledAxis(const struct FMatrix& M, EAxis Axis); + static struct FVector Matrix_GetScaleVector(const struct FMatrix& M, float Tolerance); + static struct FMatrix Matrix_GetTransposeAdjoint(const struct FMatrix& M); + static struct FMatrix Matrix_GetTransposed(const struct FMatrix& M); + static void Matrix_GetUnitAxes(const struct FMatrix& M, struct FVector* X, struct FVector* Y, struct FVector* Z); + static struct FVector Matrix_GetUnitAxis(const struct FMatrix& M, EAxis Axis); + static struct FMatrix Matrix_Identity(); + static struct FVector Matrix_InverseTransformPosition(const struct FMatrix& M, const struct FVector& V); + static struct FVector Matrix_InverseTransformVector(const struct FMatrix& M, const struct FVector& V); + static struct FMatrix Matrix_Mirror(const struct FMatrix& M, EAxis MirrorAxis, EAxis FlipAxis); + static void Matrix_RemoveScaling(struct FMatrix& M, float Tolerance); + static struct FMatrix Matrix_RemoveTranslation(const struct FMatrix& M); + static struct FMatrix Matrix_ScaleTranslation(const struct FMatrix& M, const struct FVector& Scale3D); + static void Matrix_SetAxis(struct FMatrix& M, EAxis Axis, const struct FVector& AxisVector); + static void Matrix_SetColumn(struct FMatrix& M, EMatrixColumns Column, const struct FVector& Value); + static void Matrix_SetOrigin(struct FMatrix& M, const struct FVector& NewOrigin); + static struct FQuat Matrix_ToQuat(const struct FMatrix& M); + static struct FVector4 Matrix_TransformPosition(const struct FMatrix& M, const struct FVector& V); + static struct FVector4 Matrix_TransformVector(const struct FMatrix& M, const struct FVector& V); + static struct FVector4 Matrix_TransformVector4(const struct FMatrix& M, const struct FVector4& V); + static int32 Max(int32 A, int32 B); + static int64 MaxInt64(int64 A, int64 B); + static void MaxOfByteArray(const TArray& ByteArray, int32* IndexOfMaxValue, uint8* MaxValue); + static void MaxOfFloatArray(const TArray& FloatArray, int32* IndexOfMaxValue, float* MaxValue); + static void MaxOfIntArray(const TArray& IntArray, int32* IndexOfMaxValue, int32* MaxValue); + static int32 Min(int32 A, int32 B); + static void MinimumAreaRectangle(class UObject* WorldContextObject, const TArray& InVerts, const struct FVector& SampleSurfaceNormal, struct FVector* OutRectCenter, struct FRotator* OutRectRotation, float* OutSideLengthX, float* OutSideLengthY, bool bDebugDraw); + static int64 MinInt64(int64 A, int64 B); + static void MinOfByteArray(const TArray& ByteArray, int32* IndexOfMinValue, uint8* MinValue); + static void MinOfFloatArray(const TArray& FloatArray, int32* IndexOfMinValue, float* MinValue); + static void MinOfIntArray(const TArray& IntArray, int32* IndexOfMinValue, int32* MinValue); + static struct FVector MirrorVectorByNormal(const struct FVector& InVect, const struct FVector& InNormal); + static uint8 Multiply_ByteByte(uint8 A, uint8 B); + static float Multiply_FloatFloat(float A, float B); + static int64 Multiply_Int64Int64(int64 A, int64 B); + static float Multiply_IntFloat(int32 A, float B); + static int32 Multiply_IntInt(int32 A, int32 B); + static struct FIntPoint Multiply_IntPointInt(const struct FIntPoint& A, int32 B); + static struct FIntPoint Multiply_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B); + static struct FLinearColor Multiply_LinearColorFloat(const struct FLinearColor& A, float B); + static struct FLinearColor Multiply_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B); + static struct FMatrix Multiply_MatrixFloat(const struct FMatrix& A, float B); + static struct FMatrix Multiply_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B); + static struct FQuat Multiply_QuatQuat(const struct FQuat& A, const struct FQuat& B); + static struct FRotator Multiply_RotatorFloat(const struct FRotator& A, float B); + static struct FRotator Multiply_RotatorInt(const struct FRotator& A, int32 B); + static struct FTimespan Multiply_TimespanFloat(const struct FTimespan& A, float Scalar); + static struct FVector2D Multiply_Vector2DFloat(const struct FVector2D& A, float B); + static struct FVector2D Multiply_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B); + static struct FVector4 Multiply_Vector4Vector4(const struct FVector4& A, const struct FVector4& B); + static struct FVector Multiply_VectorFloat(const struct FVector& A, float B); + static struct FVector Multiply_VectorInt(const struct FVector& A, int32 B); + static struct FVector Multiply_VectorVector(const struct FVector& A, const struct FVector& B); + static float MultiplyByPi(float Value); + static float MultiplyMultiply_FloatFloat(float Base, float Exp); + static bool NearlyEqual_FloatFloat(float A, float B, float ErrorTolerance); + static bool NearlyEqual_TransformTransform(const struct FTransform& A, const struct FTransform& B, float LocationTolerance, float RotationTolerance, float Scale3DTolerance); + static struct FVector2D Negated2D(const struct FVector2D& A); + static struct FRotator NegateRotator(const struct FRotator& A); + static struct FVector NegateVector(const struct FVector& A); + static struct FVector Normal(const struct FVector& A, float Tolerance); + static struct FVector2D Normal2D(const struct FVector2D& A); + static void Normalize2D(struct FVector2D& A, float Tolerance); + static float NormalizeAxis(float Angle); + static struct FRotator NormalizedDeltaRotator(const struct FRotator& A, const struct FRotator& B); + static float NormalizeToRange(float Value, float RangeMin, float RangeMax); + static struct FVector2D NormalSafe2D(const struct FVector2D& A, float Tolerance); + static int32 Not_Int(int32 A); + static int64 Not_Int64(int64 A); + static bool Not_PreBool(bool A); + static bool NotEqual_BoolBool(bool A, bool B); + static bool NotEqual_ByteByte(uint8 A, uint8 B); + static bool NotEqual_ClassClass(class UClass* A, class UClass* B); + static bool NotEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static bool NotEqual_FloatFloat(float A, float B); + static bool NotEqual_Int64Int64(int64 A, int64 B); + static bool NotEqual_IntInt(int32 A, int32 B); + static bool NotEqual_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B); + static bool NotEqual_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B); + static bool NotEqual_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B, float Tolerance); + static bool NotEqual_NameName(class FName A, class FName B); + static bool NotEqual_ObjectObject(class UObject* A, class UObject* B); + static bool NotEqual_QuatQuat(const struct FQuat& A, const struct FQuat& B, float ErrorTolerance); + static bool NotEqual_RotatorRotator(const struct FRotator& A, const struct FRotator& B, float ErrorTolerance); + static bool NotEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static bool NotEqual_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B, float ErrorTolerance); + static bool NotEqual_Vector4Vector4(const struct FVector4& A, const struct FVector4& B, float ErrorTolerance); + static bool NotEqual_VectorVector(const struct FVector& A, const struct FVector& B, float ErrorTolerance); + static bool NotEqualExactly_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B); + static bool NotEqualExactly_Vector4Vector4(const struct FVector4& A, const struct FVector4& B); + static bool NotEqualExactly_VectorVector(const struct FVector& A, const struct FVector& B); + static struct FDateTime Now(); + static int64 Or_Int64Int64(int64 A, int64 B); + static int32 Or_IntInt(int32 A, int32 B); + static uint8 Percent_ByteByte(uint8 A, uint8 B); + static float Percent_FloatFloat(float A, float B); + static int32 Percent_IntInt(int32 A, int32 B); + static float PerlinNoise1D(const float Value); + static bool PointsAreCoplanar(const TArray& Points, float Tolerance); + static struct FVector ProjectPointOnToPlane(const struct FVector& Point, const struct FVector& PlaneBase, const struct FVector& PlaneNormal); + static struct FVector ProjectVectorOnToPlane(const struct FVector& V, const struct FVector& PlaneNormal); + static struct FVector ProjectVectorOnToVector(const struct FVector& V, const struct FVector& Target); + static float Quat_AngularDistance(const struct FQuat& A, const struct FQuat& B); + static void Quat_EnforceShortestArcWith(struct FQuat& A, const struct FQuat& B); + static struct FVector Quat_Euler(const struct FQuat& Q); + static struct FQuat Quat_Exp(const struct FQuat& Q); + static float Quat_GetAngle(const struct FQuat& Q); + static struct FVector Quat_GetAxisX(const struct FQuat& Q); + static struct FVector Quat_GetAxisY(const struct FQuat& Q); + static struct FVector Quat_GetAxisZ(const struct FQuat& Q); + static struct FVector Quat_GetRotationAxis(const struct FQuat& Q); + static struct FQuat Quat_Identity(); + static struct FQuat Quat_Inversed(const struct FQuat& Q); + static bool Quat_IsFinite(const struct FQuat& Q); + static bool Quat_IsIdentity(const struct FQuat& Q, float Tolerance); + static bool Quat_IsNonFinite(const struct FQuat& Q); + static bool Quat_IsNormalized(const struct FQuat& Q); + static struct FQuat Quat_Log(const struct FQuat& Q); + static struct FQuat Quat_MakeFromEuler(const struct FVector& Euler); + static void Quat_Normalize(struct FQuat& Q, float Tolerance); + static struct FQuat Quat_Normalized(const struct FQuat& Q, float Tolerance); + static struct FVector Quat_RotateVector(const struct FQuat& Q, const struct FVector& V); + static struct FRotator Quat_Rotator(const struct FQuat& Q); + static void Quat_SetComponents(struct FQuat& Q, float X, float Y, float Z, float W); + static void Quat_SetFromEuler(struct FQuat& Q, const struct FVector& Euler); + static float Quat_Size(const struct FQuat& Q); + static float Quat_SizeSquared(const struct FQuat& Q); + static struct FVector Quat_UnrotateVector(const struct FQuat& Q, const struct FVector& V); + static struct FVector Quat_VectorForward(const struct FQuat& Q); + static struct FVector Quat_VectorRight(const struct FQuat& Q); + static struct FVector Quat_VectorUp(const struct FQuat& Q); + static float RadiansToDegrees(float A); + static bool RandomBool(); + static bool RandomBoolFromStream(const struct FRandomStream& Stream); + static bool RandomBoolWithWeight(float Weight); + static bool RandomBoolWithWeightFromStream(float Weight, const struct FRandomStream& RandomStream); + static float RandomFloat(); + static float RandomFloatFromStream(const struct FRandomStream& Stream); + static float RandomFloatInRange(float Min, float Max); + static float RandomFloatInRangeFromStream(float Min, float Max, const struct FRandomStream& Stream); + static int32 RandomInteger(int32 Max); + static int64 RandomInteger64(int64 Max); + static int64 RandomInteger64InRange(int64 Min, int64 Max); + static int32 RandomIntegerFromStream(int32 Max, const struct FRandomStream& Stream); + static int32 RandomIntegerInRange(int32 Min, int32 Max); + static int32 RandomIntegerInRangeFromStream(int32 Min, int32 Max, const struct FRandomStream& Stream); + static struct FVector RandomPointInBoundingBox(const struct FVector& Origin, const struct FVector& BoxExtent); + static struct FRotator RandomRotator(bool bRoll); + static struct FRotator RandomRotatorFromStream(bool bRoll, const struct FRandomStream& Stream); + static struct FVector RandomUnitVector(); + static struct FVector RandomUnitVectorFromStream(const struct FRandomStream& Stream); + static struct FVector RandomUnitVectorInConeInDegrees(const struct FVector& ConeDir, float ConeHalfAngleInDegrees); + static struct FVector RandomUnitVectorInConeInDegreesFromStream(const struct FVector& ConeDir, float ConeHalfAngleInDegrees, const struct FRandomStream& Stream); + static struct FVector RandomUnitVectorInConeInRadians(const struct FVector& ConeDir, float ConeHalfAngleInRadians); + static struct FVector RandomUnitVectorInConeInRadiansFromStream(const struct FVector& ConeDir, float ConeHalfAngleInRadians, const struct FRandomStream& Stream); + static struct FVector RandomUnitVectorInEllipticalConeInDegrees(const struct FVector& ConeDir, float MaxYawInDegrees, float MaxPitchInDegrees); + static struct FVector RandomUnitVectorInEllipticalConeInDegreesFromStream(const struct FVector& ConeDir, float MaxYawInDegrees, float MaxPitchInDegrees, const struct FRandomStream& Stream); + static struct FVector RandomUnitVectorInEllipticalConeInRadians(const struct FVector& ConeDir, float MaxYawInRadians, float MaxPitchInRadians); + static struct FVector RandomUnitVectorInEllipticalConeInRadiansFromStream(const struct FVector& ConeDir, float MaxYawInRadians, float MaxPitchInRadians, const struct FRandomStream& Stream); + static struct FRotator REase(const struct FRotator& A, const struct FRotator& B, float Alpha, bool bShortestPath, EEasingFunc EasingFunc, float BlendExp, int32 Steps); + static void ResetFloatSpringState(struct FFloatSpringState& SpringState); + static void ResetRandomStream(const struct FRandomStream& Stream); + static void ResetVectorSpringState(struct FVectorSpringState& SpringState); + static struct FLinearColor RGBLinearToHSV(const struct FLinearColor& RGB); + static void RGBToHSV(const struct FLinearColor& InColor, float* H, float* S, float* V, float* A); + static void RGBToHSV_Vector(const struct FLinearColor& RGB, struct FLinearColor* HSV); + static struct FRotator RInterpTo(const struct FRotator& Current, const struct FRotator& Target, float DeltaTime, float InterpSpeed); + static struct FRotator RInterpTo_Constant(const struct FRotator& Current, const struct FRotator& Target, float DeltaTime, float InterpSpeed); + static struct FRotator RLerp(const struct FRotator& A, const struct FRotator& B, float Alpha, bool bShortestPath); + static struct FVector RotateAngleAxis(const struct FVector& InVect, float AngleDeg, const struct FVector& Axis); + static struct FRotator RotatorFromAxisAndAngle(const struct FVector& Axis, float Angle); + static int32 Round(float A); + static int64 Round64(float A); + static float SafeDivide(float A, float B); + static void SeedRandomStream(struct FRandomStream& Stream); + static class UClass* SelectClass(class UClass* A, class UClass* B, bool bSelectA); + static struct FLinearColor SelectColor(const struct FLinearColor& A, const struct FLinearColor& B, bool bPickA); + static float SelectFloat(float A, float B, bool bPickA); + static int32 SelectInt(int32 A, int32 B, bool bPickA); + static class UObject* SelectObject(class UObject* A, class UObject* B, bool bSelectA); + static struct FRotator SelectRotator(const struct FRotator& A, const struct FRotator& B, bool bPickA); + static class FString SelectString(const class FString& A, const class FString& B, bool bPickA); + static struct FTransform SelectTransform(const struct FTransform& A, const struct FTransform& B, bool bPickA); + static struct FVector SelectVector(const struct FVector& A, const struct FVector& B, bool bPickA); + static void Set2D(struct FVector2D& A, float X, float Y); + static void SetRandomStreamSeed(struct FRandomStream& Stream, int32 NewSeed); + static float SignOfFloat(float A); + static int32 SignOfInteger(int32 A); + static int64 SignOfInteger64(int64 A); + static float Sin(float A); + static struct FVector Spherical2DToUnitCartesian(const struct FVector2D& A); + static float Sqrt(float A); + static float Square(float A); + static uint8 Subtract_ByteByte(uint8 A, uint8 B); + static struct FTimespan Subtract_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B); + static struct FDateTime Subtract_DateTimeTimespan(const struct FDateTime& A, const struct FTimespan& B); + static float Subtract_FloatFloat(float A, float B); + static int64 Subtract_Int64Int64(int64 A, int64 B); + static int32 Subtract_IntInt(int32 A, int32 B); + static struct FIntPoint Subtract_IntPointInt(const struct FIntPoint& A, int32 B); + static struct FIntPoint Subtract_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B); + static struct FLinearColor Subtract_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B); + static struct FQuat Subtract_QuatQuat(const struct FQuat& A, const struct FQuat& B); + static struct FTimespan Subtract_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B); + static struct FVector2D Subtract_Vector2DFloat(const struct FVector2D& A, float B); + static struct FVector2D Subtract_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B); + static struct FVector4 Subtract_Vector4Vector4(const struct FVector4& A, const struct FVector4& B); + static struct FVector Subtract_VectorFloat(const struct FVector& A, float B); + static struct FVector Subtract_VectorInt(const struct FVector& A, int32 B); + static struct FVector Subtract_VectorVector(const struct FVector& A, const struct FVector& B); + static float Tan(float A); + static struct FTransform TEase(const struct FTransform& A, const struct FTransform& B, float Alpha, EEasingFunc EasingFunc, float BlendExp, int32 Steps); + static bool TimespanFromString(const class FString& TimespanString, struct FTimespan* Result); + static struct FTimespan TimespanMaxValue(); + static struct FTimespan TimespanMinValue(); + static float TimespanRatio(const struct FTimespan& A, const struct FTimespan& B); + static struct FTimespan TimespanZeroValue(); + static struct FTransform TInterpTo(const struct FTransform& Current, const struct FTransform& Target, float DeltaTime, float InterpSpeed); + static struct FTransform TLerp(const struct FTransform& A, const struct FTransform& B, float Alpha, ELerpInterpolationMode InterpMode); + static struct FDateTime Today(); + static void ToDirectionAndLength2D(const struct FVector2D& A, struct FVector2D* OutDir, float* OutLength); + static struct FVector2D ToRounded2D(const struct FVector2D& A); + static struct FVector2D ToSign2D(const struct FVector2D& A); + static float Transform_Determinant(const struct FTransform& Transform); + static struct FVector TransformDirection(const struct FTransform& T, const struct FVector& Direction); + static struct FVector TransformLocation(const struct FTransform& T, const struct FVector& Location); + static struct FRotator TransformRotation(const struct FTransform& T, const struct FRotator& Rotation); + static struct FVector4 TransformVector4(const struct FMatrix& Matrix, const struct FVector4& Vec4); + static struct FDateTime UtcNow(); + static struct FVector VEase(const struct FVector& A, const struct FVector& B, float Alpha, EEasingFunc EasingFunc, float BlendExp, int32 Steps); + static struct FVector2D Vector2D_One(); + static struct FVector2D Vector2D_Unit45Deg(); + static struct FVector2D Vector2D_Zero(); + static struct FVector2D Vector2DInterpTo(const struct FVector2D& Current, const struct FVector2D& Target, float DeltaTime, float InterpSpeed); + static struct FVector2D Vector2DInterpTo_Constant(const struct FVector2D& Current, const struct FVector2D& Target, float DeltaTime, float InterpSpeed); + static void Vector4_Assign(struct FVector4& A, const struct FVector4& InVector); + static struct FVector4 Vector4_CrossProduct3(const struct FVector4& A, const struct FVector4& B); + static float Vector4_DotProduct(const struct FVector4& A, const struct FVector4& B); + static float Vector4_DotProduct3(const struct FVector4& A, const struct FVector4& B); + static bool Vector4_IsNAN(const struct FVector4& A); + static bool Vector4_IsNearlyZero3(const struct FVector4& A, float Tolerance); + static bool Vector4_IsNormal3(const struct FVector4& A); + static bool Vector4_IsUnit3(const struct FVector4& A, float SquaredLenthTolerance); + static bool Vector4_IsZero(const struct FVector4& A); + static struct FVector4 Vector4_MirrorByVector3(const struct FVector4& Direction, const struct FVector4& SurfaceNormal); + static struct FVector4 Vector4_Negated(const struct FVector4& A); + static struct FVector4 Vector4_Normal3(const struct FVector4& A, float Tolerance); + static void Vector4_Normalize3(struct FVector4& A, float Tolerance); + static struct FVector4 Vector4_NormalUnsafe3(const struct FVector4& A); + static void Vector4_Set(struct FVector4& A, float X, float Y, float Z, float W); + static float Vector4_Size(const struct FVector4& A); + static float Vector4_Size3(const struct FVector4& A); + static float Vector4_SizeSquared(const struct FVector4& A); + static float Vector4_SizeSquared3(const struct FVector4& A); + static struct FVector4 Vector4_Zero(); + static void Vector_AddBounded(struct FVector& A, const struct FVector& InAddVect, float InRadius); + static void Vector_Assign(struct FVector& A, const struct FVector& InVector); + static struct FVector Vector_Backward(); + static struct FVector Vector_BoundedToBox(const struct FVector& InVect, const struct FVector& InBoxMin, const struct FVector& InBoxMax); + static struct FVector Vector_BoundedToCube(const struct FVector& InVect, float InRadius); + static struct FVector Vector_ClampSize2D(const struct FVector& A, float Min, float Max); + static struct FVector Vector_ClampSizeMax(const struct FVector& A, float Max); + static struct FVector Vector_ClampSizeMax2D(const struct FVector& A, float Max); + static struct FVector Vector_ComponentMax(const struct FVector& A, const struct FVector& B); + static struct FVector Vector_ComponentMin(const struct FVector& A, const struct FVector& B); + static float Vector_CosineAngle2D(const struct FVector& A, const struct FVector& B); + static float Vector_Distance(const struct FVector& v1, const struct FVector& v2); + static float Vector_Distance2D(const struct FVector& v1, const struct FVector& v2); + static float Vector_Distance2DSquared(const struct FVector& v1, const struct FVector& v2); + static float Vector_DistanceSquared(const struct FVector& v1, const struct FVector& v2); + static struct FVector Vector_Down(); + static struct FVector Vector_Forward(); + static struct FVector Vector_GetAbs(const struct FVector& A); + static float Vector_GetAbsMax(const struct FVector& A); + static float Vector_GetAbsMin(const struct FVector& A); + static struct FVector Vector_GetProjection(const struct FVector& A); + static struct FVector Vector_GetSignVector(const struct FVector& A); + static float Vector_HeadingAngle(const struct FVector& A); + static bool Vector_IsNAN(const struct FVector& A); + static bool Vector_IsNearlyZero(const struct FVector& A, float Tolerance); + static bool Vector_IsNormal(const struct FVector& A); + static bool Vector_IsUniform(const struct FVector& A, float Tolerance); + static bool Vector_IsUnit(const struct FVector& A, float SquaredLenthTolerance); + static bool Vector_IsZero(const struct FVector& A); + static struct FVector Vector_Left(); + static struct FVector Vector_MirrorByPlane(const struct FVector& A, const struct FPlane& InPlane); + static struct FVector Vector_Normal2D(const struct FVector& A, float Tolerance); + static void Vector_Normalize(struct FVector& A, float Tolerance); + static struct FVector Vector_NormalUnsafe(const struct FVector& A); + static struct FVector Vector_One(); + static struct FVector Vector_ProjectOnToNormal(const struct FVector& V, const struct FVector& InNormal); + static struct FVector Vector_Reciprocal(const struct FVector& A); + static struct FVector Vector_Right(); + static void Vector_Set(struct FVector& A, float X, float Y, float Z); + static struct FVector Vector_SnappedToGrid(const struct FVector& InVect, float InGridSize); + static struct FVector Vector_ToDegrees(const struct FVector& A); + static struct FVector Vector_ToRadians(const struct FVector& A); + static struct FVector2D Vector_UnitCartesianToSpherical(const struct FVector& A); + static void Vector_UnwindEuler(struct FVector& A); + static struct FVector Vector_Up(); + static struct FVector Vector_Zero(); + static struct FVector VectorSpringInterp(const struct FVector& Current, const struct FVector& Target, struct FVectorSpringState& SpringState, float Stiffness, float CriticalDampingFactor, float DeltaTime, float Mass); + static struct FVector VInterpTo(const struct FVector& Current, const struct FVector& Target, float DeltaTime, float InterpSpeed); + static struct FVector VInterpTo_Constant(const struct FVector& Current, const struct FVector& Target, float DeltaTime, float InterpSpeed); + static struct FVector VLerp(const struct FVector& A, const struct FVector& B, float Alpha); + static float VSize(const struct FVector& A); + static float VSize2D(const struct FVector2D& A); + static float VSize2DSquared(const struct FVector2D& A); + static float VSizeSquared(const struct FVector& A); + static float VSizeXY(const struct FVector& A); + static float VSizeXYSquared(const struct FVector& A); + static float WeightedMovingAverage_Float(float CurrentSample, float PreviousSample, float Weight); + static struct FRotator WeightedMovingAverage_FRotator(const struct FRotator& CurrentSample, const struct FRotator& PreviousSample, float Weight); + static struct FVector WeightedMovingAverage_FVector(const struct FVector& CurrentSample, const struct FVector& PreviousSample, float Weight); + static int32 Wrap(int32 Value, int32 Min, int32 Max); + static int64 Xor_Int64Int64(int64 A, int64 B); + static int32 Xor_IntInt(int32 A, int32 B); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetMathLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetMathLibrary") + } + static class UKismetMathLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetMathLibrary; + +// Class Engine.KismetRenderingLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetRenderingLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void BeginDrawCanvasToRenderTarget(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, class UCanvas** Canvas, struct FVector2D* Size, struct FDrawToRenderTargetContext* Context); + static void BreakSkinWeightInfo(const struct FSkelMeshSkinWeightInfo& InWeight, int32* Bone0, uint8* Weight0, int32* Bone1, uint8* Weight1, int32* Bone2, uint8* Weight2, int32* Bone3, uint8* Weight3); + static void ClearRenderTarget2D(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, const struct FLinearColor& ClearColor); + static void ConvertRenderTargetToTexture2DEditorOnly(class UObject* WorldContextObject, class UTextureRenderTarget2D* RenderTarget, class UTexture2D* Texture); + static class UTextureRenderTarget2D* CreateRenderTarget2D(class UObject* WorldContextObject, int32 Width, int32 Height, ETextureRenderTargetFormat Format, const struct FLinearColor& ClearColor, bool bAutoGenerateMipMaps); + static class UTextureRenderTarget2DArray* CreateRenderTarget2DArray(class UObject* WorldContextObject, int32 Width, int32 Height, int32 Slices, ETextureRenderTargetFormat Format, const struct FLinearColor& ClearColor, bool bAutoGenerateMipMaps); + static class UTextureRenderTargetVolume* CreateRenderTargetVolume(class UObject* WorldContextObject, int32 Width, int32 Height, int32 Depth, ETextureRenderTargetFormat Format, const struct FLinearColor& ClearColor, bool bAutoGenerateMipMaps); + static void DrawMaterialToRenderTarget(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, class UMaterialInterface* Material); + static void EndDrawCanvasToRenderTarget(class UObject* WorldContextObject, const struct FDrawToRenderTargetContext& Context); + static void ExportRenderTarget(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, const class FString& FilePath, const class FString& Filename); + static void ExportTexture2D(class UObject* WorldContextObject, class UTexture2D* Texture, const class FString& FilePath, const class FString& Filename); + static class UTexture2D* ImportBufferAsTexture2D(class UObject* WorldContextObject, const TArray& Buffer); + static class UTexture2D* ImportFileAsTexture2D(class UObject* WorldContextObject, const class FString& Filename); + static struct FSkelMeshSkinWeightInfo MakeSkinWeightInfo(int32 Bone0, uint8 Weight0, int32 Bone1, uint8 Weight1, int32 Bone2, uint8 Weight2, int32 Bone3, uint8 Weight3); + static struct FColor ReadRenderTargetPixel(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, int32 X, int32 Y); + static struct FLinearColor ReadRenderTargetRawPixel(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, int32 X, int32 Y); + static struct FLinearColor ReadRenderTargetRawUV(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, float U, float V); + static struct FColor ReadRenderTargetUV(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, float U, float V); + static void ReleaseRenderTarget2D(class UTextureRenderTarget2D* TextureRenderTarget); + static class UTexture2D* RenderTargetCreateStaticTexture2DEditorOnly(class UTextureRenderTarget2D* RenderTarget, const class FString& Name_0, ETextureCompressionSettings CompressionSettings, ETextureMipGenSettings MipSettings); + static void SetCastInsetShadowForAllAttachments(class UPrimitiveComponent* PrimitiveComponent, bool bCastInsetShadow, bool bLightAttachmentsAsGroup); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetRenderingLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetRenderingLibrary") + } + static class UKismetRenderingLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetRenderingLibrary; + +// Class Engine.KismetTextLibrary +// 0x0000 (0x0028 - 0x0028) +class UKismetTextLibrary final : public UBlueprintFunctionLibrary +{ +public: + static class FText AsCurrency_Float(float Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits, const class FString& CurrencyCode); + static class FText AsCurrency_Integer(int32 Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits, const class FString& CurrencyCode); + static class FText AsCurrencyBase(int32 BaseValue, const class FString& CurrencyCode); + static class FText AsDate_DateTime(const struct FDateTime& InDateTime); + static class FText AsDateTime_DateTime(const struct FDateTime& In); + static class FText AsPercent_Float(float Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits); + static class FText AsTime_DateTime(const struct FDateTime& In); + static class FText AsTimespan_Timespan(const struct FTimespan& InTimespan); + static class FText AsTimeZoneDate_DateTime(const struct FDateTime& InDateTime, const class FString& InTimeZone); + static class FText AsTimeZoneDateTime_DateTime(const struct FDateTime& InDateTime, const class FString& InTimeZone); + static class FText AsTimeZoneTime_DateTime(const struct FDateTime& InDateTime, const class FString& InTimeZone); + static class FText Conv_BoolToText(bool InBool); + static class FText Conv_ByteToText(uint8 Value); + static class FText Conv_ColorToText(const struct FLinearColor& InColor); + static class FText Conv_FloatToText(float Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits); + static class FText Conv_Int64ToText(int64 Value, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits); + static class FText Conv_IntToText(int32 Value, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits); + static class FText Conv_NameToText(class FName InName); + static class FText Conv_ObjectToText(class UObject* InObj); + static class FText Conv_RotatorToText(const struct FRotator& InRot); + static class FText Conv_StringToText(const class FString& inString); + static class FString Conv_TextToString(const class FText& InText); + static class FText Conv_TransformToText(const struct FTransform& InTrans); + static class FText Conv_Vector2dToText(const struct FVector2D& InVec); + static class FText Conv_VectorToText(const struct FVector& InVec); + static bool EqualEqual_IgnoreCase_TextText(const class FText& A, const class FText& B); + static bool EqualEqual_TextText(const class FText& A, const class FText& B); + static bool FindTextInLocalizationTable(const class FString& Namespace, const class FString& Key, class FText* OutText); + static class FText Format(const class FText& InPattern, const TArray& InArgs); + static class FText GetEmptyText(); + static void IsPolyglotDataValid(const struct FPolyglotTextData& PolyglotData, bool* IsValid, class FText* ErrorMessage); + static bool NotEqual_IgnoreCase_TextText(const class FText& A, const class FText& B); + static bool NotEqual_TextText(const class FText& A, const class FText& B); + static class FText PolyglotDataToText(const struct FPolyglotTextData& PolyglotData); + static bool StringTableIdAndKeyFromText(const class FText& Text, class FName* OutTableId, class FString* OutKey); + static class FText TextFromStringTable(const class FName TableId, const class FString& Key); + static bool TextIsCultureInvariant(const class FText& InText); + static bool TextIsEmpty(const class FText& InText); + static bool TextIsFromStringTable(const class FText& Text); + static bool TextIsTransient(const class FText& InText); + static class FText TextToLower(const class FText& InText); + static class FText TextToUpper(const class FText& InText); + static class FText TextTrimPreceding(const class FText& InText); + static class FText TextTrimPrecedingAndTrailing(const class FText& InText); + static class FText TextTrimTrailing(const class FText& InText); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("KismetTextLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"KismetTextLibrary") + } + static class UKismetTextLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UKismetTextLibrary; + +// Class Engine.LevelActorContainer +// 0x0010 (0x0038 - 0x0028) +class ULevelActorContainer final : public UObject +{ +public: + TArray Actors; // 0x0028(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelActorContainer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelActorContainer") + } + static class ULevelActorContainer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULevelActorContainer; + +// Class Engine.LevelScriptActor +// 0x0008 (0x0230 - 0x0228) +class ALevelScriptActor : public AActor +{ +public: + uint8 bInputEnabled : 1; // 0x0228(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_229[0x7]; // 0x0229(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void LevelReset(); + bool RemoteEvent(class FName EventName); + void SetCinematicMode(bool bCinematicMode, bool bHidePlayer, bool bAffectsHUD, bool bAffectsMovement, bool bAffectsTurning); + void WorldOriginLocationChanged(const struct FIntVector& OldOriginLocation, const struct FIntVector& NewOriginLocation); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelScriptActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelScriptActor") + } + static class ALevelScriptActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALevelScriptActor; + +// Class Engine.LevelStreamingDynamic +// 0x0000 (0x0150 - 0x0150) +class ULevelStreamingDynamic final : public ULevelStreaming +{ +public: + uint8 bInitiallyLoaded : 1; // 0x0148(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInitiallyVisible : 1; // 0x0148(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_149[0x7]; // 0x0149(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class ULevelStreamingDynamic* LoadLevelInstance(class UObject* WorldContextObject, const class FString& LevelName, const struct FVector& Location, const struct FRotator& Rotation, bool* bOutSuccess, const class FString& OptionalLevelNameOverride); + static class ULevelStreamingDynamic* LoadLevelInstanceBySoftObjectPtr(class UObject* WorldContextObject, TSoftObjectPtr Level, const struct FVector& Location, const struct FRotator& Rotation, bool* bOutSuccess, const class FString& OptionalLevelNameOverride); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelStreamingDynamic") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelStreamingDynamic") + } + static class ULevelStreamingDynamic* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULevelStreamingDynamic; + +// Class Engine.LevelStreamingVolume +// 0x0018 (0x0278 - 0x0260) +class ALevelStreamingVolume final : public AVolume +{ +public: + TArray StreamingLevelNames; // 0x0260(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + uint8 bEditorPreVisOnly : 1; // 0x0270(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisabled : 1; // 0x0270(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_271[0x3]; // 0x0271(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EStreamingVolumeUsage StreamingUsage; // 0x0274(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_275[0x3]; // 0x0275(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LevelStreamingVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LevelStreamingVolume") + } + static class ALevelStreamingVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALevelStreamingVolume; + +// Class Engine.LightMapTexture2D +// 0x0010 (0x01B0 - 0x01A0) +class ULightMapTexture2D final : public UTexture2D +{ +public: + uint8 Pad_1A0[0x10]; // 0x01A0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightMapTexture2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightMapTexture2D") + } + static class ULightMapTexture2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULightMapTexture2D; + +// Class Engine.LightMapVirtualTexture2D +// 0x0020 (0x01C0 - 0x01A0) +class ULightMapVirtualTexture2D final : public UTexture2D +{ +public: + TArray TypeToLayer; // 0x01A0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_1B0[0x10]; // 0x01B0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightMapVirtualTexture2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightMapVirtualTexture2D") + } + static class ULightMapVirtualTexture2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULightMapVirtualTexture2D; + +// Class Engine.LightmassCharacterIndirectDetailVolume +// 0x0000 (0x0260 - 0x0260) +class ALightmassCharacterIndirectDetailVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightmassCharacterIndirectDetailVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightmassCharacterIndirectDetailVolume") + } + static class ALightmassCharacterIndirectDetailVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume; + +// Class Engine.LightmassImportanceVolume +// 0x0000 (0x0260 - 0x0260) +class ALightmassImportanceVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightmassImportanceVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightmassImportanceVolume") + } + static class ALightmassImportanceVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALightmassImportanceVolume; + +// Class Engine.LightmassPortal +// 0x0008 (0x0230 - 0x0228) +class ALightmassPortal final : public AActor +{ +public: + class ULightmassPortalComponent* PortalComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightmassPortal") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightmassPortal") + } + static class ALightmassPortal* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALightmassPortal; + +// Class Engine.LightmassPortalComponent +// 0x0000 (0x0200 - 0x0200) +class ULightmassPortalComponent final : public USceneComponent +{ +public: + class UBoxComponent* PreviewBox; // 0x01F8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightmassPortalComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightmassPortalComponent") + } + static class ULightmassPortalComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULightmassPortalComponent; + +// Class Engine.LightmassPrimitiveSettingsObject +// 0x0018 (0x0040 - 0x0028) +class ULightmassPrimitiveSettingsObject final : public UObject +{ +public: + struct FLightmassPrimitiveSettings LightmassSettings; // 0x0028(0x0018)(Edit, NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightmassPrimitiveSettingsObject") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightmassPrimitiveSettingsObject") + } + static class ULightmassPrimitiveSettingsObject* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULightmassPrimitiveSettingsObject; + +// Class Engine.LineBatchComponent +// 0x0040 (0x0490 - 0x0450) +class ULineBatchComponent final : public UPrimitiveComponent +{ +public: + uint8 Pad_450[0x40]; // 0x0450(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LineBatchComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LineBatchComponent") + } + static class ULineBatchComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULineBatchComponent; + +// Class Engine.LocalPlayer +// 0x0210 (0x0258 - 0x0048) +class ULocalPlayer final : public UPlayer +{ +public: + uint8 Pad_48[0x28]; // 0x0048(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + class UGameViewportClient* ViewportClient; // 0x0070(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_78[0x1C]; // 0x0078(0x001C)(Fixing Size After Last Property [ Dumper-7 ]) + EAspectRatioAxisConstraint AspectRatioAxisConstraint; // 0x0094(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_95[0x3]; // 0x0095(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf PendingLevelPlayerControllerClass; // 0x0098(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSentSplitJoin : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Transient, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x17]; // 0x00A1(0x0017)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ControllerId; // 0x00B8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_BC[0x19C]; // 0x00BC(0x019C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LocalPlayer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LocalPlayer") + } + static class ULocalPlayer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULocalPlayer; + +// Class Engine.LocalPlayerSubsystem +// 0x0000 (0x0030 - 0x0030) +class ULocalPlayerSubsystem final : public USubsystem +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LocalPlayerSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LocalPlayerSubsystem") + } + static class ULocalPlayerSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULocalPlayerSubsystem; + +// Class Engine.LODActor +// 0x0088 (0x02B0 - 0x0228) +class ALODActor final : public AActor +{ +public: + class UStaticMeshComponent* StaticMeshComponent; // 0x0228(0x0008)(Edit, ExportObject, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TMap InstancedStaticMeshComponents; // 0x0230(0x0050)(ExportObject, Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate) + class UHLODProxy* Proxy; // 0x0280(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName Key; // 0x0288(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float LODDrawDistance; // 0x0290(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 LODLevel; // 0x0294(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SubActors; // 0x0298(0x0010)(Edit, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + uint8 CachedNumHLODLevels; // 0x02A8(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A9[0x7]; // 0x02A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LODActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LODActor") + } + static class ALODActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ALODActor; + +// Class Engine.LODSyncComponent +// 0x0090 (0x0140 - 0x00B0) +class ULODSyncComponent final : public UActorComponent +{ +public: + int32 NumLODs; // 0x00B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ForcedLOD; // 0x00B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ComponentsToSync; // 0x00B8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TMap CustomLODMapping; // 0x00C8(0x0050)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + int32 CurrentLOD; // 0x0118(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 CurrentNumLODs; // 0x011C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray DriveComponents; // 0x0120(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray SubComponents; // 0x0130(0x0010)(ExportObject, ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate) + +public: + class FString GetLODSyncDebugText() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LODSyncComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LODSyncComponent") + } + static class ULODSyncComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULODSyncComponent; + +// Class Engine.LODSyncInterface +// 0x0000 (0x0000 - 0x0000) +class ILODSyncInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LODSyncInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LODSyncInterface") + } + static class ILODSyncInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_ILODSyncInterface; + +// Class Engine.Material +// 0x03B8 (0x0440 - 0x0088) +class UMaterial final : public UMaterialInterface +{ +public: + class UPhysicalMaterial* PhysMaterial; // 0x0088(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicalMaterialMask* PhysMaterialMask; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPhysicalMaterial* PhysicalMaterialMap[0x8]; // 0x0098(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FScalarMaterialInput Metallic; // 0x00D8(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FScalarMaterialInput Specular; // 0x00EC(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FScalarMaterialInput Anisotropy; // 0x0100(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FVectorMaterialInput Normal; // 0x0114(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FVectorMaterialInput Tangent; // 0x0128(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FColorMaterialInput EmissiveColor; // 0x013C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EMaterialDomain MaterialDomain; // 0x0150(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBlendMode BlendMode; // 0x0151(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDecalBlendMode DecalBlendMode; // 0x0152(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialDecalResponse MaterialDecalResponse; // 0x0153(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialShadingModel ShadingModel; // 0x0154(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bCastDynamicShadowAsMasked : 1; // 0x0155(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + struct FMaterialShadingModelField ShadingModels; // 0x0156(0x0002)(NoDestructor, AssetRegistrySearchable, NativeAccessSpecifierPrivate) + float OpacityMaskClipValue; // 0x0158(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVectorMaterialInput WorldPositionOffset; // 0x015C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FScalarMaterialInput Refraction; // 0x0170(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FMaterialAttributesInput MaterialAttributes; // 0x0184(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + struct FScalarMaterialInput PixelDepthOffset; // 0x019C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FShadingModelMaterialInput ShadingModelFromMaterialExpression; // 0x01B0(0x0014)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableSeparateTranslucency : 1; // 0x01C4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableResponsiveAA : 1; // 0x01C4(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bScreenSpaceReflections : 1; // 0x01C4(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bContactShadows : 1; // 0x01C4(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 TwoSided : 1; // 0x01C4(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DitheredLODTransition : 1; // 0x01C4(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DitherOpacityMask : 1; // 0x01C4(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowNegativeEmissiveColor : 1; // 0x01C4(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ETranslucencyLightingMode TranslucencyLightingMode; // 0x01C5(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableMobileSeparateTranslucency : 1; // 0x01C6(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1C7[0x1]; // 0x01C7(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NumCustomizedUVs; // 0x01C8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucencyDirectionalLightingIntensity; // 0x01CC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucentShadowDensityScale; // 0x01D0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucentSelfShadowDensityScale; // 0x01D4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucentSelfShadowSecondDensityScale; // 0x01D8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucentSelfShadowSecondOpacity; // 0x01DC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucentBackscatteringExponent; // 0x01E0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TranslucentMultipleScatteringExtinction; // 0x01E4(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TranslucentShadowStartOffset; // 0x01F4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDisableDepthTest : 1; // 0x01F8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWriteOnlyAlpha : 1; // 0x01F8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateSphericalParticleNormals : 1; // 0x01F8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTangentSpaceNormal : 1; // 0x01F8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseEmissiveForDynamicAreaLighting : 1; // 0x01F8(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBlockGI : 1; // 0x01F8(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedAsSpecialEngineMaterial : 1; // 0x01F8(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (DuplicateTransient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithSkeletalMesh : 1; // 0x01F8(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithEditorCompositing : 1; // 0x01F9(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithParticleSprites : 1; // 0x01F9(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithBeamTrails : 1; // 0x01F9(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithMeshParticles : 1; // 0x01F9(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithNiagaraSprites : 1; // 0x01F9(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithNiagaraRibbons : 1; // 0x01F9(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithNiagaraMeshParticles : 1; // 0x01F9(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithGeometryCache : 1; // 0x01F9(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithStaticLighting : 1; // 0x01FA(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithMorphTargets : 1; // 0x01FA(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithSplineMeshes : 1; // 0x01FA(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithInstancedStaticMeshes : 1; // 0x01FA(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithGeometryCollections : 1; // 0x01FA(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsesDistortion : 1; // 0x01FA(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithClothing : 1; // 0x01FA(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_1FA_7 : 1; // 0x01FA(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_1FB[0x1]; // 0x01FB(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUsedWithWater : 1; // 0x01FC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithHairStrands : 1; // 0x01FC(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithLidarPointCloud : 1; // 0x01FC(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsedWithVirtualHeightfieldMesh : 1; // 0x01FC(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_1FC_4 : 4; // 0x01FC(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_1FD[0x3]; // 0x01FD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUsedWithUI : 1; // 0x0200(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutomaticallySetUsageInEditor : 1; // 0x0200(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFullyRough : 1; // 0x0200(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFullPrecision : 1; // 0x0200(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseLightmapDirectionality : 1; // 0x0200(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseAlphaToCoverage : 1; // 0x0200(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_200_6 : 2; // 0x0200(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_201[0x3]; // 0x0201(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bForwardRenderUsePreintegratedGFForSimpleIBL : 1; // 0x0204(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_204_1 : 7; // 0x0204(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_205[0x3]; // 0x0205(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUseHQForwardReflections : 1; // 0x0208(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForwardBlendsSkyLightCubemaps : 1; // 0x0208(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsePlanarForwardReflections : 1; // 0x0208(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNormalCurvatureToRoughness : 1; // 0x0208(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EMaterialTessellationMode D3D11TessellationMode; // 0x0209(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableCrackFreeDisplacement : 1; // 0x020A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableAdaptiveTessellation : 1; // 0x020A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 AllowTranslucentCustomDepthWrites : 1; // 0x020A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Wireframe : 1; // 0x020A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 WriteDepthToTranslucentMaterial : 1; // 0x020A(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EMaterialShadingRate ShadingRate; // 0x020B(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCanMaskedBeAssumedOpaque : 1; // 0x020C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsMasked : 1; // 0x020C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsPreviewMaterial : 1; // 0x020C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Transient, DuplicateTransient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsFunctionPreviewMaterial : 1; // 0x020C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, DuplicateTransient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseMaterialAttributes : 1; // 0x020C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastRayTracedShadows : 1; // 0x020C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseTranslucencyVertexFog : 1; // 0x020C(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyCloudFogging : 1; // 0x020C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsSky : 1; // 0x020D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComputeFogPerPixel : 1; // 0x020D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOutputTranslucentVelocity : 1; // 0x020D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowDevelopmentShaderCompile : 1; // 0x020D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, DuplicateTransient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsMaterialEditorStatsMaterial : 1; // 0x020D(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Transient, DuplicateTransient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EBlendableLocation BlendableLocation; // 0x020E(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 BlendableOutputAlpha : 1; // 0x020F(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableStencilTest : 1; // 0x020F(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EMaterialStencilCompare StencilCompare; // 0x0210(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 StencilRefValue; // 0x0211(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERefractionMode RefractionMode; // 0x0212(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_213[0x1]; // 0x0213(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 BlendablePriority; // 0x0214(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsBlendable : 1; // 0x0218(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_219[0x3]; // 0x0219(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 UsageFlagWarnings; // 0x021C(0x0004)(ZeroConstructor, Transient, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RefractionDepthBias; // 0x0220(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid StateId; // 0x0224(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDisplacement; // 0x0234(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_238[0x30]; // 0x0238(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMaterialCachedExpressionData CachedExpressionData; // 0x0268(0x01D8)(NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Material") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Material") + } + static class UMaterial* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterial; + +// Class Engine.MaterialExpressionAdd +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionAdd final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAdd") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAdd") + } + static class UMaterialExpressionAdd* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAdd; + +// Class Engine.MaterialExpressionAntialiasedTextureMask +// 0x0008 (0x0088 - 0x0080) +class UMaterialExpressionAntialiasedTextureMask final : public UMaterialExpressionTextureSampleParameter2D +{ +public: + float Threshold; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureColorChannel Channel; // 0x0084(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_85[0x3]; // 0x0085(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAntialiasedTextureMask") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAntialiasedTextureMask") + } + static class UMaterialExpressionAntialiasedTextureMask* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask; + +// Class Engine.MaterialExpressionArccosineFast +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionArccosineFast final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArccosineFast") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArccosineFast") + } + static class UMaterialExpressionArccosineFast* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArccosineFast; + +// Class Engine.MaterialExpressionArcsine +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionArcsine final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArcsine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArcsine") + } + static class UMaterialExpressionArcsine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArcsine; + +// Class Engine.MaterialExpressionArctangent +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionArctangent final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionArctangent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionArctangent") + } + static class UMaterialExpressionArctangent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionArctangent; + +// Class Engine.MaterialExpressionAtmosphericFogColor +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionAtmosphericFogColor final : public UMaterialExpression +{ +public: + struct FExpressionInput WorldPosition; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAtmosphericFogColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAtmosphericFogColor") + } + static class UMaterialExpressionAtmosphericFogColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAtmosphericFogColor; + +// Class Engine.MaterialExpressionAtmosphericLightColor +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionAtmosphericLightColor final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionAtmosphericLightColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionAtmosphericLightColor") + } + static class UMaterialExpressionAtmosphericLightColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightColor; + +// Class Engine.MaterialExpressionBlendMaterialAttributes +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionBlendMaterialAttributes final : public UMaterialExpression +{ +public: + struct FMaterialAttributesInput A; // 0x0040(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + struct FMaterialAttributesInput B; // 0x0058(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Alpha; // 0x0070(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EMaterialAttributeBlend PixelAttributeBlendType; // 0x0084(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialAttributeBlend VertexAttributeBlendType; // 0x0085(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_86[0x2]; // 0x0086(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionBlendMaterialAttributes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionBlendMaterialAttributes") + } + static class UMaterialExpressionBlendMaterialAttributes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes; + +// Class Engine.MaterialExpressionBreakMaterialAttributes +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionBreakMaterialAttributes final : public UMaterialExpression +{ +public: + struct FMaterialAttributesInput MaterialAttributes; // 0x0040(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionBreakMaterialAttributes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionBreakMaterialAttributes") + } + static class UMaterialExpressionBreakMaterialAttributes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes; + +// Class Engine.MaterialExpressionCameraVectorWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionCameraVectorWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCameraVectorWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCameraVectorWS") + } + static class UMaterialExpressionCameraVectorWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS; + +// Class Engine.MaterialExpressionCeil +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionCeil final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCeil") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCeil") + } + static class UMaterialExpressionCeil* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCeil; + +// Class Engine.MaterialExpressionChannelMaskParameter +// 0x0008 (0x0078 - 0x0070) +class UMaterialExpressionChannelMaskParameter final : public UMaterialExpressionVectorParameter +{ +public: + EChannelMaskParameterColor MaskChannel; // 0x0070(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionChannelMaskParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionChannelMaskParameter") + } + static class UMaterialExpressionChannelMaskParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter; + +// Class Engine.MaterialExpressionClamp +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionClamp final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Min; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Max; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EClampMode ClampMode; // 0x007C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7D[0x3]; // 0x007D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinDefault; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDefault; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionClamp") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionClamp") + } + static class UMaterialExpressionClamp* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionClamp; + +// Class Engine.MaterialExpressionClearCoatNormalCustomOutput +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionClearCoatNormalCustomOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionClearCoatNormalCustomOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionClearCoatNormalCustomOutput") + } + static class UMaterialExpressionClearCoatNormalCustomOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput; + +// Class Engine.MaterialExpressionComment +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionComment final : public UMaterialExpression +{ +public: + int32 SizeX; // 0x0040(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0044(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Text; // 0x0048(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor CommentColor; // 0x0058(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FontSize; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionComment") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionComment") + } + static class UMaterialExpressionComment* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionComment; + +// Class Engine.MaterialExpressionComponentMask +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionComponentMask final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 R : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 G : 1; // 0x0054(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 B : 1; // 0x0054(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 A : 1; // 0x0054(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionComponentMask") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionComponentMask") + } + static class UMaterialExpressionComponentMask* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionComponentMask; + +// Class Engine.MaterialExpressionConstant +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionConstant final : public UMaterialExpression +{ +public: + float R; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionConstant") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionConstant") + } + static class UMaterialExpressionConstant* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionConstant; + +// Class Engine.MaterialExpressionConstant3Vector +// 0x0010 (0x0050 - 0x0040) +class UMaterialExpressionConstant3Vector final : public UMaterialExpression +{ +public: + struct FLinearColor Constant; // 0x0040(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionConstant3Vector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionConstant3Vector") + } + static class UMaterialExpressionConstant3Vector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector; + +// Class Engine.MaterialExpressionConstantBiasScale +// 0x0020 (0x0060 - 0x0040) +class UMaterialExpressionConstantBiasScale final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Bias; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionConstantBiasScale") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionConstantBiasScale") + } + static class UMaterialExpressionConstantBiasScale* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale; + +// Class Engine.MaterialExpressionCosine +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionCosine final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Period; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCosine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCosine") + } + static class UMaterialExpressionCosine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCosine; + +// Class Engine.MaterialExpressionCrossProduct +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionCrossProduct final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCrossProduct") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCrossProduct") + } + static class UMaterialExpressionCrossProduct* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCrossProduct; + +// Class Engine.MaterialExpressionScalarParameter +// 0x0008 (0x0060 - 0x0058) +class UMaterialExpressionScalarParameter : public UMaterialExpressionParameter +{ +public: + float DefaultValue; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCustomPrimitiveData; // 0x005C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PrimitiveDataIndex; // 0x005D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5E[0x2]; // 0x005E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionScalarParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionScalarParameter") + } + static class UMaterialExpressionScalarParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionScalarParameter; + +// Class Engine.MaterialExpressionCurveAtlasRowParameter +// 0x0028 (0x0088 - 0x0060) +class UMaterialExpressionCurveAtlasRowParameter final : public UMaterialExpressionScalarParameter +{ +public: + class UCurveLinearColor* Curve; // 0x0060(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveLinearColorAtlas* Atlas; // 0x0068(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput InputTime; // 0x0070(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_84[0x4]; // 0x0084(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCurveAtlasRowParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCurveAtlasRowParameter") + } + static class UMaterialExpressionCurveAtlasRowParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter; + +// Class Engine.MaterialExpressionCustom +// 0x0068 (0x00A8 - 0x0040) +class UMaterialExpressionCustom final : public UMaterialExpression +{ +public: + class FString Code; // 0x0040(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomMaterialOutputType OutputType; // 0x0050(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Description; // 0x0058(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Inputs; // 0x0068(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray AdditionalOutputs; // 0x0078(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray AdditionalDefines; // 0x0088(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray IncludeFilePaths; // 0x0098(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionCustom") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionCustom") + } + static class UMaterialExpressionCustom* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionCustom; + +// Class Engine.MaterialExpressionDDX +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionDDX final : public UMaterialExpression +{ +public: + struct FExpressionInput Value; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDDX") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDDX") + } + static class UMaterialExpressionDDX* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDDX; + +// Class Engine.MaterialExpressionDDY +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionDDY final : public UMaterialExpression +{ +public: + struct FExpressionInput Value; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDDY") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDDY") + } + static class UMaterialExpressionDDY* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDDY; + +// Class Engine.MaterialExpressionDecalDerivative +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionDecalDerivative final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDecalDerivative") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDecalDerivative") + } + static class UMaterialExpressionDecalDerivative* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative; + +// Class Engine.MaterialExpressionDecalLifetimeOpacity +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionDecalLifetimeOpacity final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDecalLifetimeOpacity") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDecalLifetimeOpacity") + } + static class UMaterialExpressionDecalLifetimeOpacity* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity; + +// Class Engine.MaterialExpressionDecalMipmapLevel +// 0x0020 (0x0060 - 0x0040) +class UMaterialExpressionDecalMipmapLevel final : public UMaterialExpression +{ +public: + struct FExpressionInput TextureSize; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstWidth; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstHeight; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDecalMipmapLevel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDecalMipmapLevel") + } + static class UMaterialExpressionDecalMipmapLevel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDecalMipmapLevel; + +// Class Engine.MaterialExpressionDeriveNormalZ +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionDeriveNormalZ final : public UMaterialExpression +{ +public: + struct FExpressionInput InXY; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDeriveNormalZ") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDeriveNormalZ") + } + static class UMaterialExpressionDeriveNormalZ* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ; + +// Class Engine.MaterialExpressionDistance +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionDistance final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDistance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDistance") + } + static class UMaterialExpressionDistance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDistance; + +// Class Engine.PointLight +// 0x0008 (0x0240 - 0x0238) +class APointLight final : public ALight +{ +public: + class UPointLightComponent* PointLightComponent; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + void SetLightFalloffExponent(float NewLightFalloffExponent); + void SetRadius(float NewRadius); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PointLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PointLight") + } + static class APointLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APointLight; + +// Class Engine.MaterialExpressionDistanceFieldGradient +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionDistanceFieldGradient final : public UMaterialExpression +{ +public: + struct FExpressionInput Position; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDistanceFieldGradient") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDistanceFieldGradient") + } + static class UMaterialExpressionDistanceFieldGradient* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient; + +// Class Engine.MaterialExpressionDotProduct +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionDotProduct final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionDotProduct") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionDotProduct") + } + static class UMaterialExpressionDotProduct* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionDotProduct; + +// Class Engine.MaterialExpressionEyeAdaptation +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionEyeAdaptation final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionEyeAdaptation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionEyeAdaptation") + } + static class UMaterialExpressionEyeAdaptation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptation; + +// Class Engine.MaterialExpressionFeatureLevelSwitch +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionFeatureLevelSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFeatureLevelSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFeatureLevelSwitch") + } + static class UMaterialExpressionFeatureLevelSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFeatureLevelSwitch; + +// Class Engine.PrecomputedVisibilityVolume +// 0x0000 (0x0260 - 0x0260) +class APrecomputedVisibilityVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PrecomputedVisibilityVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PrecomputedVisibilityVolume") + } + static class APrecomputedVisibilityVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APrecomputedVisibilityVolume; + +// Class Engine.MaterialExpressionFloor +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionFloor final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFloor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFloor") + } + static class UMaterialExpressionFloor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFloor; + +// Class Engine.MaterialExpressionFrac +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionFrac final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFrac") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFrac") + } + static class UMaterialExpressionFrac* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFrac; + +// Class Engine.MaterialExpressionFunctionInput +// 0x0080 (0x00C0 - 0x0040) +class UMaterialExpressionFunctionInput final : public UMaterialExpression +{ +public: + struct FExpressionInput Preview; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + class FName InputName; // 0x0054(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Description; // 0x0060(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ID; // 0x0070(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFunctionInputType InputType; // 0x0080(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_81[0xF]; // 0x0081(0x000F)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 PreviewValue; // 0x0090(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUsePreviewValueAsDefault : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x3]; // 0x00A1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 SortPriority; // 0x00A4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCompilingFunctionPreview : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x17]; // 0x00A9(0x0017)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFunctionInput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFunctionInput") + } + static class UMaterialExpressionFunctionInput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFunctionInput; + +// Class Engine.MaterialExpressionFunctionOutput +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionFunctionOutput : public UMaterialExpression +{ +public: + class FName OutputName; // 0x0040(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Description; // 0x0048(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SortPriority; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput A; // 0x005C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 bLastPreviewed : 1; // 0x0070(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_71[0x3]; // 0x0071(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid ID; // 0x0074(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_84[0x4]; // 0x0084(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionFunctionOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionFunctionOutput") + } + static class UMaterialExpressionFunctionOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionFunctionOutput; + +// Class Engine.RectLight +// 0x0008 (0x0240 - 0x0238) +class ARectLight final : public ALight +{ +public: + class URectLightComponent* RectLightComponent; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RectLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RectLight") + } + static class ARectLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ARectLight; + +// Class Engine.MaterialExpressionGetMaterialAttributes +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionGetMaterialAttributes final : public UMaterialExpression +{ +public: + struct FMaterialAttributesInput MaterialAttributes; // 0x0040(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + TArray AttributeGetTypes; // 0x0058(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionGetMaterialAttributes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionGetMaterialAttributes") + } + static class UMaterialExpressionGetMaterialAttributes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes; + +// Class Engine.MaterialExpressionHairAttributes +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionHairAttributes final : public UMaterialExpression +{ +public: + uint8 bUseTangentSpace : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionHairAttributes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionHairAttributes") + } + static class UMaterialExpressionHairAttributes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionHairAttributes; + +// Class Engine.MaterialExpressionHairColor +// 0x0040 (0x0080 - 0x0040) +class UMaterialExpressionHairColor final : public UMaterialExpression +{ +public: + struct FExpressionInput Melanin; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Redness; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput DyeColor; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionHairColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionHairColor") + } + static class UMaterialExpressionHairColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionHairColor; + +// Class Engine.MaterialExpressionIf +// 0x0070 (0x00B0 - 0x0040) +class UMaterialExpressionIf final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput AGreaterThanB; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput AEqualsB; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ALessThanB; // 0x0090(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float EqualsThreshold; // 0x00A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstAEqualsB; // 0x00AC(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionIf") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionIf") + } + static class UMaterialExpressionIf* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionIf; + +// Class Engine.MaterialExpressionLightmapUVs +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionLightmapUVs final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionLightmapUVs") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionLightmapUVs") + } + static class UMaterialExpressionLightmapUVs* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs; + +// Class Engine.MaterialExpressionLightmassReplace +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionLightmassReplace final : public UMaterialExpression +{ +public: + struct FExpressionInput Realtime; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Lightmass; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionLightmassReplace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionLightmassReplace") + } + static class UMaterialExpressionLightmassReplace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace; + +// Class Engine.MaterialExpressionLightVector +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionLightVector final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionLightVector") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionLightVector") + } + static class UMaterialExpressionLightVector* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionLightVector; + +// Class Engine.MaterialExpressionLogarithm10 +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionLogarithm10 final : public UMaterialExpression +{ +public: + struct FExpressionInput X; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionLogarithm10") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionLogarithm10") + } + static class UMaterialExpressionLogarithm10* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionLogarithm10; + +// Class Engine.MaterialExpressionLogarithm2 +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionLogarithm2 final : public UMaterialExpression +{ +public: + struct FExpressionInput X; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionLogarithm2") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionLogarithm2") + } + static class UMaterialExpressionLogarithm2* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionLogarithm2; + +// Class Engine.MaterialExpressionMakeMaterialAttributes +// 0x0230 (0x0270 - 0x0040) +class UMaterialExpressionMakeMaterialAttributes final : public UMaterialExpression +{ +public: + struct FExpressionInput BaseColor; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Metallic; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Specular; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Roughness; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Anisotropy; // 0x0090(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput EmissiveColor; // 0x00A4(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Opacity; // 0x00B8(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput OpacityMask; // 0x00CC(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Normal; // 0x00E0(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Tangent; // 0x00F4(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput WorldPositionOffset; // 0x0108(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput WorldDisplacement; // 0x011C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput TessellationMultiplier; // 0x0130(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput SubsurfaceColor; // 0x0144(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ClearCoat; // 0x0158(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ClearCoatRoughness; // 0x016C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput AmbientOcclusion; // 0x0180(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Refraction; // 0x0194(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput CustomizedUVs[0x8]; // 0x01A8(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput PixelDepthOffset; // 0x0248(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ShadingModel; // 0x025C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMakeMaterialAttributes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMakeMaterialAttributes") + } + static class UMaterialExpressionMakeMaterialAttributes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes; + +// Class Engine.MaterialExpressionMaterialAttributeLayers +// 0x00A8 (0x00E8 - 0x0040) +class UMaterialExpressionMaterialAttributeLayers final : public UMaterialExpression +{ +public: + class FName ParameterName; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0048(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialAttributesInput Input; // 0x0058(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + struct FMaterialLayersFunctions DefaultLayers; // 0x0070(0x0040)(Edit, NativeAccessSpecifierPublic) + TArray LayerCallers; // 0x00B0(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + int32 NumActiveLayerCallers; // 0x00C0(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C4[0x4]; // 0x00C4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BlendCallers; // 0x00C8(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + int32 NumActiveBlendCallers; // 0x00D8(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsLayerGraphBuilt; // 0x00DC(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DD[0xB]; // 0x00DD(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMaterialAttributeLayers") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMaterialAttributeLayers") + } + static class UMaterialExpressionMaterialAttributeLayers* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers; + +// Class Engine.MaterialExpressionMaterialFunctionCall +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionMaterialFunctionCall final : public UMaterialExpression +{ +public: + class UMaterialFunctionInterface* MaterialFunction; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialParameterInfo FunctionParameterInfo; // 0x0048(0x0010)(Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMaterialFunctionCall") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMaterialFunctionCall") + } + static class UMaterialExpressionMaterialFunctionCall* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMaterialFunctionCall; + +// Class Engine.MaterialExpressionMaterialLayerOutput +// 0x0000 (0x0088 - 0x0088) +class UMaterialExpressionMaterialLayerOutput final : public UMaterialExpressionFunctionOutput +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMaterialLayerOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMaterialLayerOutput") + } + static class UMaterialExpressionMaterialLayerOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput; + +// Class Engine.MaterialExpressionMax +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionMax final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMax") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMax") + } + static class UMaterialExpressionMax* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMax; + +// Class Engine.MaterialExpressionMin +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionMin final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMin") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMin") + } + static class UMaterialExpressionMin* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMin; + +// Class Engine.MaterialExpressionMultiply +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionMultiply final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionMultiply") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionMultiply") + } + static class UMaterialExpressionMultiply* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionMultiply; + +// Class Engine.MaterialExpressionNamedRerouteDeclaration +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionNamedRerouteDeclaration final : public UMaterialExpressionNamedRerouteBase +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + class FName Name_0; // 0x0054(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid VariableGuid; // 0x005C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionNamedRerouteDeclaration") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionNamedRerouteDeclaration") + } + static class UMaterialExpressionNamedRerouteDeclaration* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration; + +// Class Engine.MaterialExpressionNoise +// 0x0050 (0x0090 - 0x0040) +class UMaterialExpressionNoise final : public UMaterialExpression +{ +public: + struct FExpressionInput Position; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput FilterWidth; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Scale; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Quality; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENoiseFunction NoiseFunction; // 0x0070(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_71[0x3]; // 0x0071(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bTurbulence : 1; // 0x0074(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_75[0x3]; // 0x0075(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Levels; // 0x0078(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutputMin; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutputMax; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LevelScale; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bTiling : 1; // 0x0088(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 RepeatSize; // 0x008C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionNoise") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionNoise") + } + static class UMaterialExpressionNoise* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionNoise; + +// Class Engine.MaterialExpressionNormalize +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionNormalize final : public UMaterialExpression +{ +public: + struct FExpressionInput VectorInput; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionNormalize") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionNormalize") + } + static class UMaterialExpressionNormalize* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionNormalize; + +// Class Engine.MaterialExpressionObjectBounds +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionObjectBounds final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionObjectBounds") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionObjectBounds") + } + static class UMaterialExpressionObjectBounds* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionObjectBounds; + +// Class Engine.MaterialExpressionObjectOrientation +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionObjectOrientation final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionObjectOrientation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionObjectOrientation") + } + static class UMaterialExpressionObjectOrientation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionObjectOrientation; + +// Class Engine.MaterialExpressionObjectRadius +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionObjectRadius final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionObjectRadius") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionObjectRadius") + } + static class UMaterialExpressionObjectRadius* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionObjectRadius; + +// Class Engine.MaterialExpressionPanner +// 0x0050 (0x0090 - 0x0040) +class UMaterialExpressionPanner final : public UMaterialExpression +{ +public: + struct FExpressionInput Coordinate; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Time; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Speed; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float SpeedX; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpeedY; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 ConstCoordinate; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFractionalPart; // 0x0088(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x7]; // 0x0089(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPanner") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPanner") + } + static class UMaterialExpressionPanner* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPanner; + +// Class Engine.MaterialExpressionParticleDirection +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleDirection final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleDirection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleDirection") + } + static class UMaterialExpressionParticleDirection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleDirection; + +// Class Engine.MaterialExpressionParticleMacroUV +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleMacroUV final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleMacroUV") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleMacroUV") + } + static class UMaterialExpressionParticleMacroUV* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV; + +// Class Engine.MaterialExpressionParticleMotionBlurFade +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleMotionBlurFade final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleMotionBlurFade") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleMotionBlurFade") + } + static class UMaterialExpressionParticleMotionBlurFade* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade; + +// Class Engine.MaterialExpressionParticleRadius +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleRadius final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleRadius") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleRadius") + } + static class UMaterialExpressionParticleRadius* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleRadius; + +// Class Engine.MaterialExpressionParticleRelativeTime +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleRelativeTime final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleRelativeTime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleRelativeTime") + } + static class UMaterialExpressionParticleRelativeTime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleRelativeTime; + +// Class Engine.MaterialExpressionParticleSpeed +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleSpeed final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleSpeed") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleSpeed") + } + static class UMaterialExpressionParticleSpeed* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed; + +// Class Engine.MaterialExpressionParticleSubUV +// 0x0008 (0x0068 - 0x0060) +class UMaterialExpressionParticleSubUV final : public UMaterialExpressionTextureSample +{ +public: + uint8 bBlend : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleSubUV") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleSubUV") + } + static class UMaterialExpressionParticleSubUV* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleSubUV; + +// Class Engine.VectorField +// 0x0020 (0x0048 - 0x0028) +class UVectorField : public UObject +{ +public: + struct FBox Bounds; // 0x0028(0x001C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Intensity; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VectorField") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VectorField") + } + static class UVectorField* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVectorField; + +// Class Engine.MaterialExpressionParticleSubUVProperties +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionParticleSubUVProperties final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionParticleSubUVProperties") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionParticleSubUVProperties") + } + static class UMaterialExpressionParticleSubUVProperties* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionParticleSubUVProperties; + +// Class Engine.MaterialExpressionPerInstanceCustomData +// 0x0020 (0x0060 - 0x0040) +class UMaterialExpressionPerInstanceCustomData final : public UMaterialExpression +{ +public: + struct FExpressionInput DefaultValue; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstDefaultValue; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 DataIndex; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPerInstanceCustomData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPerInstanceCustomData") + } + static class UMaterialExpressionPerInstanceCustomData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData; + +// Class Engine.MaterialExpressionPerInstanceFadeAmount +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPerInstanceFadeAmount final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPerInstanceFadeAmount") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPerInstanceFadeAmount") + } + static class UMaterialExpressionPerInstanceFadeAmount* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount; + +// Class Engine.Texture2DDynamic +// 0x0010 (0x0190 - 0x0180) +class UTexture2DDynamic final : public UTexture +{ +public: + uint8 Pad_178[0x8]; // 0x0178(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + EPixelFormat Format; // 0x0180(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_181[0xF]; // 0x0181(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Texture2DDynamic") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Texture2DDynamic") + } + static class UTexture2DDynamic* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTexture2DDynamic; + +// Class Engine.MaterialExpressionPixelDepth +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPixelDepth final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPixelDepth") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPixelDepth") + } + static class UMaterialExpressionPixelDepth* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPixelDepth; + +// Class Engine.MaterialExpressionPixelNormalWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPixelNormalWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPixelNormalWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPixelNormalWS") + } + static class UMaterialExpressionPixelNormalWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS; + +// Class Engine.MaterialExpressionPower +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionPower final : public UMaterialExpression +{ +public: + struct FExpressionInput Base; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Exponent; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstExponent; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPower") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPower") + } + static class UMaterialExpressionPower* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPower; + +// Class Engine.RuntimeVirtualTextureStreamingProxy +// 0x0000 (0x01A0 - 0x01A0) +class URuntimeVirtualTextureStreamingProxy final : public UTexture2D +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RuntimeVirtualTextureStreamingProxy") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RuntimeVirtualTextureStreamingProxy") + } + static class URuntimeVirtualTextureStreamingProxy* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy; + +// Class Engine.MaterialExpressionPreSkinnedLocalBounds +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPreSkinnedLocalBounds final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPreSkinnedLocalBounds") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPreSkinnedLocalBounds") + } + static class UMaterialExpressionPreSkinnedLocalBounds* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds; + +// Class Engine.MaterialExpressionPreSkinnedNormal +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPreSkinnedNormal final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPreSkinnedNormal") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPreSkinnedNormal") + } + static class UMaterialExpressionPreSkinnedNormal* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal; + +// Class Engine.MaterialExpressionPreSkinnedPosition +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionPreSkinnedPosition final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionPreSkinnedPosition") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionPreSkinnedPosition") + } + static class UMaterialExpressionPreSkinnedPosition* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedPosition; + +// Class Engine.MaterialExpressionRayTracingQualitySwitch +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionRayTracingQualitySwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput Normal; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput RayTraced; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRayTracingQualitySwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRayTracingQualitySwitch") + } + static class UMaterialExpressionRayTracingQualitySwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch; + +// Class Engine.MaterialExpressionReflectionCapturePassSwitch +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionReflectionCapturePassSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Reflection; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionReflectionCapturePassSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionReflectionCapturePassSwitch") + } + static class UMaterialExpressionReflectionCapturePassSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch; + +// Class Engine.MaterialExpressionReflectionVectorWS +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionReflectionVectorWS final : public UMaterialExpression +{ +public: + struct FExpressionInput CustomWorldNormal; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 bNormalizeCustomWorldNormal : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionReflectionVectorWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionReflectionVectorWS") + } + static class UMaterialExpressionReflectionVectorWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionReflectionVectorWS; + +// Class Engine.SpectatorPawn +// 0x0000 (0x02B0 - 0x02B0) +class ASpectatorPawn : public ADefaultPawn +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SpectatorPawn") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SpectatorPawn") + } + static class ASpectatorPawn* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASpectatorPawn; + +// Class Engine.MaterialExpressionReroute +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionReroute final : public UMaterialExpressionRerouteBase +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionReroute") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionReroute") + } + static class UMaterialExpressionReroute* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionReroute; + +// Class Engine.MaterialExpressionRotateAboutAxis +// 0x0058 (0x0098 - 0x0040) +class UMaterialExpressionRotateAboutAxis final : public UMaterialExpression +{ +public: + struct FExpressionInput NormalizedRotationAxis; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput RotationAngle; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput PivotPoint; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Position; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Period; // 0x0090(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_94[0x4]; // 0x0094(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRotateAboutAxis") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRotateAboutAxis") + } + static class UMaterialExpressionRotateAboutAxis* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRotateAboutAxis; + +// Class Engine.MaterialExpressionRotator +// 0x0038 (0x0078 - 0x0040) +class UMaterialExpressionRotator final : public UMaterialExpression +{ +public: + struct FExpressionInput Coordinate; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Time; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float CenterX; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CenterY; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Speed; // 0x0070(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 ConstCoordinate; // 0x0074(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRotator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRotator") + } + static class UMaterialExpressionRotator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRotator; + +// Class Engine.MaterialExpressionRound +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionRound final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRound") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRound") + } + static class UMaterialExpressionRound* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRound; + +// Class Engine.MaterialExpressionRuntimeVirtualTextureOutput +// 0x0090 (0x00D0 - 0x0040) +class UMaterialExpressionRuntimeVirtualTextureOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput BaseColor; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Specular; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Roughness; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Normal; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput WorldHeight; // 0x0090(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Opacity; // 0x00A4(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput mask; // 0x00B8(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_CC[0x4]; // 0x00CC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRuntimeVirtualTextureOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRuntimeVirtualTextureOutput") + } + static class UMaterialExpressionRuntimeVirtualTextureOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput; + +// Class Engine.MaterialExpressionRuntimeVirtualTextureReplace +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionRuntimeVirtualTextureReplace final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput VirtualTextureOutput; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRuntimeVirtualTextureReplace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRuntimeVirtualTextureReplace") + } + static class UMaterialExpressionRuntimeVirtualTextureReplace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace; + +// Class Engine.MaterialExpressionRuntimeVirtualTextureSample +// 0x0050 (0x0090 - 0x0040) +class UMaterialExpressionRuntimeVirtualTextureSample : public UMaterialExpression +{ +public: + struct FExpressionInput Coordinates; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput WorldPosition; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput MipValue; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class URuntimeVirtualTexture* VirtualTexture; // 0x0080(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERuntimeVirtualTextureMaterialType MaterialType; // 0x0088(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSinglePhysicalSpace; // 0x0089(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAdaptive; // 0x008A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERuntimeVirtualTextureMipValueMode MipValueMode; // 0x008B(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERuntimeVirtualTextureTextureAddressMode TextureAddressMode; // 0x008C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRuntimeVirtualTextureSample") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRuntimeVirtualTextureSample") + } + static class UMaterialExpressionRuntimeVirtualTextureSample* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample; + +// Class Engine.MaterialExpressionRuntimeVirtualTextureSampleParameter +// 0x0020 (0x00B0 - 0x0090) +class UMaterialExpressionRuntimeVirtualTextureSampleParameter final : public UMaterialExpressionRuntimeVirtualTextureSample +{ +public: + class FName ParameterName; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0098(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Group; // 0x00A8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionRuntimeVirtualTextureSampleParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionRuntimeVirtualTextureSampleParameter") + } + static class UMaterialExpressionRuntimeVirtualTextureSampleParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter; + +// Class Engine.MaterialExpressionSamplePhysicsScalarField +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSamplePhysicsScalarField final : public UMaterialExpression +{ +public: + struct FExpressionInput WorldPosition; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EFieldScalarType FieldTarget; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSamplePhysicsScalarField") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSamplePhysicsScalarField") + } + static class UMaterialExpressionSamplePhysicsScalarField* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField; + +// Class Engine.MaterialExpressionSamplePhysicsIntegerField +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSamplePhysicsIntegerField final : public UMaterialExpression +{ +public: + struct FExpressionInput WorldPosition; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EFieldIntegerType FieldTarget; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSamplePhysicsIntegerField") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSamplePhysicsIntegerField") + } + static class UMaterialExpressionSamplePhysicsIntegerField* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField; + +// Class Engine.MaterialExpressionSaturate +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSaturate final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSaturate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSaturate") + } + static class UMaterialExpressionSaturate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSaturate; + +// Class Engine.MaterialExpressionSceneColor +// 0x0038 (0x0078 - 0x0040) +class UMaterialExpressionSceneColor final : public UMaterialExpression +{ +public: + EMaterialSceneAttributeInputMode InputMode; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FExpressionInput Input; // 0x0044(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput OffsetFraction; // 0x0058(0x0014)(Deprecated, NoDestructor, NativeAccessSpecifierPublic) + struct FVector2D ConstInput; // 0x006C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSceneColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSceneColor") + } + static class UMaterialExpressionSceneColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSceneColor; + +// Class Engine.MaterialExpressionSceneDepth +// 0x0038 (0x0078 - 0x0040) +class UMaterialExpressionSceneDepth final : public UMaterialExpression +{ +public: + EMaterialSceneAttributeInputMode InputMode; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FExpressionInput Input; // 0x0044(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Coordinates; // 0x0058(0x0014)(Deprecated, NoDestructor, NativeAccessSpecifierPublic) + struct FVector2D ConstInput; // 0x006C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSceneDepth") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSceneDepth") + } + static class UMaterialExpressionSceneDepth* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSceneDepth; + +// Class Engine.MaterialExpressionSceneDepthWithoutWater +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionSceneDepthWithoutWater final : public UMaterialExpression +{ +public: + EMaterialSceneAttributeInputMode InputMode; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FExpressionInput Input; // 0x0044(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FVector2D ConstInput; // 0x0058(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FallbackDepth; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSceneDepthWithoutWater") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSceneDepthWithoutWater") + } + static class UMaterialExpressionSceneDepthWithoutWater* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSceneDepthWithoutWater; + +// Class Engine.MaterialExpressionSceneTexelSize +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionSceneTexelSize final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSceneTexelSize") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSceneTexelSize") + } + static class UMaterialExpressionSceneTexelSize* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize; + +// Class Engine.SkeletalMeshEditorData +// 0x0000 (0x0028 - 0x0028) +class USkeletalMeshEditorData final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMeshEditorData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMeshEditorData") + } + static class USkeletalMeshEditorData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalMeshEditorData; + +// Class Engine.MaterialExpressionSceneTexture +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSceneTexture final : public UMaterialExpression +{ +public: + struct FExpressionInput Coordinates; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + ESceneTextureId SceneTextureId; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFiltered; // 0x0055(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_56[0x2]; // 0x0056(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSceneTexture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSceneTexture") + } + static class UMaterialExpressionSceneTexture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSceneTexture; + +// Class Engine.MaterialExpressionScreenPosition +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionScreenPosition final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionScreenPosition") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionScreenPosition") + } + static class UMaterialExpressionScreenPosition* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionScreenPosition; + +// Class Engine.MaterialExpressionSetMaterialAttributes +// 0x0020 (0x0060 - 0x0040) +class UMaterialExpressionSetMaterialAttributes final : public UMaterialExpression +{ +public: + TArray Inputs; // 0x0040(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray AttributeSetTypes; // 0x0050(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSetMaterialAttributes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSetMaterialAttributes") + } + static class UMaterialExpressionSetMaterialAttributes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes; + +// Class Engine.MaterialExpressionShaderStageSwitch +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionShaderStageSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput PixelShader; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput VertexShader; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionShaderStageSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionShaderStageSwitch") + } + static class UMaterialExpressionShaderStageSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionShaderStageSwitch; + +// Class Engine.VisualLoggerAutomationTests +// 0x0000 (0x0028 - 0x0028) +class UVisualLoggerAutomationTests final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VisualLoggerAutomationTests") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VisualLoggerAutomationTests") + } + static class UVisualLoggerAutomationTests* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVisualLoggerAutomationTests; + +// Class Engine.MaterialExpressionShadingModel +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionShadingModel final : public UMaterialExpression +{ +public: + EMaterialShadingModel ShadingModel; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionShadingModel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionShadingModel") + } + static class UMaterialExpressionShadingModel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionShadingModel; + +// Class Engine.MaterialExpressionShadingPathSwitch +// 0x0050 (0x0090 - 0x0040) +class UMaterialExpressionShadingPathSwitch final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Inputs[0x3]; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionShadingPathSwitch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionShadingPathSwitch") + } + static class UMaterialExpressionShadingPathSwitch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionShadingPathSwitch; + +// Class Engine.MaterialExpressionShadowReplace +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionShadowReplace final : public UMaterialExpression +{ +public: + struct FExpressionInput Default; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Shadow; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionShadowReplace") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionShadowReplace") + } + static class UMaterialExpressionShadowReplace* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionShadowReplace; + +// Class Engine.MaterialExpressionSign +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSign final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSign") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSign") + } + static class UMaterialExpressionSign* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSign; + +// Class Engine.SlateTextureAtlasInterface +// 0x0000 (0x0000 - 0x0000) +class ISlateTextureAtlasInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateTextureAtlasInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateTextureAtlasInterface") + } + static class ISlateTextureAtlasInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_ISlateTextureAtlasInterface; + +// Class Engine.MaterialExpressionSine +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSine final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Period; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSine") + } + static class UMaterialExpressionSine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSine; + +// Class Engine.MaterialExpressionSingleLayerWaterMaterialOutput +// 0x0050 (0x0090 - 0x0040) +class UMaterialExpressionSingleLayerWaterMaterialOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput ScatteringCoefficients; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput AbsorptionCoefficients; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput PhaseG; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ColorScaleBehindWater; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSingleLayerWaterMaterialOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSingleLayerWaterMaterialOutput") + } + static class UMaterialExpressionSingleLayerWaterMaterialOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput; + +// Class Engine.MaterialExpressionSkinningVertexOffsets +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionSkinningVertexOffsets final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkinningVertexOffsets") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkinningVertexOffsets") + } + static class UMaterialExpressionSkinningVertexOffsets* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkinningVertexOffsets; + +// Class Engine.MaterialExpressionSkyAtmosphereLightDirection +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionSkyAtmosphereLightDirection final : public UMaterialExpression +{ +public: + int32 LightIndex; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkyAtmosphereLightDirection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkyAtmosphereLightDirection") + } + static class UMaterialExpressionSkyAtmosphereLightDirection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection; + +// Class Engine.SplineMetadata +// 0x0000 (0x0028 - 0x0028) +class USplineMetadata final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SplineMetadata") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SplineMetadata") + } + static class USplineMetadata* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USplineMetadata; + +// Class Engine.MaterialExpressionSkyAtmosphereLightIlluminance +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSkyAtmosphereLightIlluminance final : public UMaterialExpression +{ +public: + int32 LightIndex; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput WorldPosition; // 0x0044(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkyAtmosphereLightIlluminance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkyAtmosphereLightIlluminance") + } + static class UMaterialExpressionSkyAtmosphereLightIlluminance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance; + +// Class Engine.MaterialExpressionSkyAtmosphereLightDiskLuminance +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionSkyAtmosphereLightDiskLuminance final : public UMaterialExpression +{ +public: + int32 LightIndex; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkyAtmosphereLightDiskLuminance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkyAtmosphereLightDiskLuminance") + } + static class UMaterialExpressionSkyAtmosphereLightDiskLuminance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDiskLuminance; + +// Class Engine.MaterialExpressionSkyAtmosphereAerialPerspective +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSkyAtmosphereAerialPerspective final : public UMaterialExpression +{ +public: + struct FExpressionInput WorldPosition; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkyAtmosphereAerialPerspective") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkyAtmosphereAerialPerspective") + } + static class UMaterialExpressionSkyAtmosphereAerialPerspective* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereAerialPerspective; + +// Class Engine.MaterialExpressionSkyAtmosphereDistantLightScatteredLuminance +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkyAtmosphereDistantLightScatteredLuminance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkyAtmosphereDistantLightScatteredLuminance") + } + static class UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance; + +// Class Engine.TextureRenderTargetCube +// 0x0020 (0x01A0 - 0x0180) +class UTextureRenderTargetCube final : public UTextureRenderTarget +{ +public: + int32 SizeX; // 0x0180(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ClearColor; // 0x0184(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPixelFormat OverrideFormat; // 0x0194(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bHDR : 1; // 0x0195(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceLinearGamma : 1; // 0x0195(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_196[0xA]; // 0x0196(0x000A)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureRenderTargetCube") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureRenderTargetCube") + } + static class UTextureRenderTargetCube* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureRenderTargetCube; + +// Class Engine.MaterialExpressionSkyAtmosphereViewLuminance +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionSkyAtmosphereViewLuminance final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSkyAtmosphereViewLuminance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSkyAtmosphereViewLuminance") + } + static class UMaterialExpressionSkyAtmosphereViewLuminance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance; + +// Class Engine.MaterialExpressionSmoothStep +// 0x0048 (0x0088 - 0x0040) +class UMaterialExpressionSmoothStep final : public UMaterialExpression +{ +public: + struct FExpressionInput Min; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Max; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Value; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstMin; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstMax; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstValue; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSmoothStep") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSmoothStep") + } + static class UMaterialExpressionSmoothStep* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSmoothStep; + +// Class Engine.MaterialExpressionSpeedTree +// 0x0060 (0x00A0 - 0x0040) +class UMaterialExpressionSpeedTree final : public UMaterialExpression +{ +public: + struct FExpressionInput GeometryInput; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput WindInput; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput LODInput; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ExtraBendWS; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + ESpeedTreeGeometryType GeometryType; // 0x0090(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESpeedTreeWindType WindType; // 0x0091(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESpeedTreeLODType LODType; // 0x0092(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_93[0x1]; // 0x0093(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float BillboardThreshold; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccurateWindVelocities; // 0x0098(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x7]; // 0x0099(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSpeedTree") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSpeedTree") + } + static class UMaterialExpressionSpeedTree* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSpeedTree; + +// Class Engine.StereoLayerShapeQuad +// 0x0000 (0x0028 - 0x0028) +class UStereoLayerShapeQuad final : public UStereoLayerShape +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerShapeQuad") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerShapeQuad") + } + static class UStereoLayerShapeQuad* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerShapeQuad; + +// Class Engine.MaterialExpressionSphereMask +// 0x0058 (0x0098 - 0x0040) +class UMaterialExpressionSphereMask final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Radius; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Hardness; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float AttenuationRadius; // 0x0090(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HardnessPercent; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSphereMask") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSphereMask") + } + static class UMaterialExpressionSphereMask* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSphereMask; + +// Class Engine.MaterialExpressionSphericalParticleOpacity +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSphericalParticleOpacity final : public UMaterialExpression +{ +public: + struct FExpressionInput Density; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstantDensity; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSphericalParticleOpacity") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSphericalParticleOpacity") + } + static class UMaterialExpressionSphericalParticleOpacity* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSphericalParticleOpacity; + +// Class Engine.MaterialExpressionSquareRoot +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionSquareRoot final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSquareRoot") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSquareRoot") + } + static class UMaterialExpressionSquareRoot* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSquareRoot; + +// Class Engine.MaterialExpressionStaticBool +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionStaticBool final : public UMaterialExpression +{ +public: + uint8 Value : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionStaticBool") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionStaticBool") + } + static class UMaterialExpressionStaticBool* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionStaticBool; + +// Class Engine.TriggerBox +// 0x0000 (0x0230 - 0x0230) +class ATriggerBox final : public ATriggerBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TriggerBox") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TriggerBox") + } + static class ATriggerBox* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATriggerBox; + +// Class Engine.MaterialExpressionStaticBoolParameter +// 0x0008 (0x0060 - 0x0058) +class UMaterialExpressionStaticBoolParameter : public UMaterialExpressionParameter +{ +public: + uint8 DefaultValue : 1; // 0x0058(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionStaticBoolParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionStaticBoolParameter") + } + static class UMaterialExpressionStaticBoolParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter; + +// Class Engine.MaterialExpressionStaticComponentMaskParameter +// 0x0008 (0x0060 - 0x0058) +class UMaterialExpressionStaticComponentMaskParameter final : public UMaterialExpressionParameter +{ +public: + uint8 DefaultR : 1; // 0x0058(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DefaultG : 1; // 0x0058(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DefaultB : 1; // 0x0058(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DefaultA : 1; // 0x0058(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionStaticComponentMaskParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionStaticComponentMaskParameter") + } + static class UMaterialExpressionStaticComponentMaskParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter; + +// Class Engine.MaterialExpressionStaticSwitchParameter +// 0x0000 (0x0060 - 0x0060) +class UMaterialExpressionStaticSwitchParameter final : public UMaterialExpressionStaticBoolParameter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionStaticSwitchParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionStaticSwitchParameter") + } + static class UMaterialExpressionStaticSwitchParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter; + +// Class Engine.SubsystemBlueprintLibrary +// 0x0000 (0x0028 - 0x0028) +class USubsystemBlueprintLibrary final : public UBlueprintFunctionLibrary +{ +public: + static class UEngineSubsystem* GetEngineSubsystem(TSubclassOf Class_0); + static class UGameInstanceSubsystem* GetGameInstanceSubsystem(class UObject* ContextObject, TSubclassOf Class_0); + static class ULocalPlayerSubsystem* GetLocalPlayerSubsystem(class UObject* ContextObject, TSubclassOf Class_0); + static class ULocalPlayerSubsystem* GetLocalPlayerSubSystemFromPlayerController(class APlayerController* PlayerController, TSubclassOf Class_0); + static class UWorldSubsystem* GetWorldSubsystem(class UObject* ContextObject, TSubclassOf Class_0); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SubsystemBlueprintLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SubsystemBlueprintLibrary") + } + static class USubsystemBlueprintLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USubsystemBlueprintLibrary; + +// Class Engine.MaterialExpressionStep +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionStep final : public UMaterialExpression +{ +public: + struct FExpressionInput Y; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput X; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstY; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstX; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionStep") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionStep") + } + static class UMaterialExpressionStep* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionStep; + +// Class Engine.MaterialExpressionSubtract +// 0x0030 (0x0070 - 0x0040) +class UMaterialExpressionSubtract final : public UMaterialExpression +{ +public: + struct FExpressionInput A; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput B; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstA; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstB; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionSubtract") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionSubtract") + } + static class UMaterialExpressionSubtract* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionSubtract; + +// Class Engine.MaterialExpressionTangent +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionTangent final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float Period; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTangent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTangent") + } + static class UMaterialExpressionTangent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTangent; + +// Class Engine.MaterialExpressionTangentOutput +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionTangentOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTangentOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTangentOutput") + } + static class UMaterialExpressionTangentOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTangentOutput; + +// Class Engine.MaterialExpressionTemporalSobol +// 0x0038 (0x0078 - 0x0040) +class UMaterialExpressionTemporalSobol final : public UMaterialExpression +{ +public: + struct FExpressionInput Index_0; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput Seed; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint32 ConstIndex; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ConstSeed; // 0x006C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTemporalSobol") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTemporalSobol") + } + static class UMaterialExpressionTemporalSobol* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol; + +// Class Engine.MaterialExpressionTextureCoordinate +// 0x0010 (0x0050 - 0x0040) +class UMaterialExpressionTextureCoordinate final : public UMaterialExpression +{ +public: + int32 CoordinateIndex; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float UTiling; // 0x0044(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VTiling; // 0x0048(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 UnMirrorU : 1; // 0x004C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 UnMirrorV : 1; // 0x004C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureCoordinate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureCoordinate") + } + static class UMaterialExpressionTextureCoordinate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate; + +// Class Engine.MaterialExpressionTextureObjectParameter +// 0x0000 (0x0080 - 0x0080) +class UMaterialExpressionTextureObjectParameter final : public UMaterialExpressionTextureSampleParameter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureObjectParameter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureObjectParameter") + } + static class UMaterialExpressionTextureObjectParameter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter; + +// Class Engine.MaterialExpressionTextureProperty +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionTextureProperty final : public UMaterialExpression +{ +public: + struct FExpressionInput TextureObject; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EMaterialExposedTextureProperty Property; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureProperty") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureProperty") + } + static class UMaterialExpressionTextureProperty* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureProperty; + +// Class Engine.MaterialExpressionTextureSampleParameter2DArray +// 0x0000 (0x0080 - 0x0080) +class UMaterialExpressionTextureSampleParameter2DArray final : public UMaterialExpressionTextureSampleParameter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSampleParameter2DArray") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSampleParameter2DArray") + } + static class UMaterialExpressionTextureSampleParameter2DArray* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray; + +// Class Engine.MaterialExpressionTextureSampleParameterCube +// 0x0000 (0x0080 - 0x0080) +class UMaterialExpressionTextureSampleParameterCube final : public UMaterialExpressionTextureSampleParameter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSampleParameterCube") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSampleParameterCube") + } + static class UMaterialExpressionTextureSampleParameterCube* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube; + +// Class Engine.MaterialExpressionTextureSampleParameterSubUV +// 0x0008 (0x0088 - 0x0080) +class UMaterialExpressionTextureSampleParameterSubUV final : public UMaterialExpressionTextureSampleParameter2D +{ +public: + uint8 bBlend : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSampleParameterSubUV") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSampleParameterSubUV") + } + static class UMaterialExpressionTextureSampleParameterSubUV* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterSubUV; + +// Class Engine.MaterialExpressionTextureSampleParameterVolume +// 0x0000 (0x0080 - 0x0080) +class UMaterialExpressionTextureSampleParameterVolume final : public UMaterialExpressionTextureSampleParameter +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTextureSampleParameterVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTextureSampleParameterVolume") + } + static class UMaterialExpressionTextureSampleParameterVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterVolume; + +// Class Engine.MaterialExpressionThinTranslucentMaterialOutput +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionThinTranslucentMaterialOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput TransmittanceColor; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionThinTranslucentMaterialOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionThinTranslucentMaterialOutput") + } + static class UMaterialExpressionThinTranslucentMaterialOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput; + +// Class Engine.MaterialExpressionTime +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionTime final : public UMaterialExpression +{ +public: + uint8 bIgnorePause : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Period : 1; // 0x0040(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Period; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTime") + } + static class UMaterialExpressionTime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTime; + +// Class Engine.MaterialExpressionTransform +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionTransform final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EMaterialVectorCoordTransformSource TransformSourceType; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialVectorCoordTransform TransformType; // 0x0055(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_56[0x2]; // 0x0056(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTransform") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTransform") + } + static class UMaterialExpressionTransform* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTransform; + +// Class Engine.MaterialExpressionTransformPosition +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionTransformPosition final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EMaterialPositionTransformSource TransformSourceType; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialPositionTransformSource TransformType; // 0x0055(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_56[0x2]; // 0x0056(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTransformPosition") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTransformPosition") + } + static class UMaterialExpressionTransformPosition* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTransformPosition; + +// Class Engine.MaterialExpressionTruncate +// 0x0018 (0x0058 - 0x0040) +class UMaterialExpressionTruncate final : public UMaterialExpression +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTruncate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTruncate") + } + static class UMaterialExpressionTruncate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTruncate; + +// Class Engine.MaterialExpressionTwoSidedSign +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionTwoSidedSign final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionTwoSidedSign") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionTwoSidedSign") + } + static class UMaterialExpressionTwoSidedSign* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign; + +// Class Engine.PlayerStartPIE +// 0x0000 (0x0258 - 0x0258) +class APlayerStartPIE final : public APlayerStart +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlayerStartPIE") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlayerStartPIE") + } + static class APlayerStartPIE* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlayerStartPIE; + +// Class Engine.MaterialExpressionVectorNoise +// 0x0028 (0x0068 - 0x0040) +class UMaterialExpressionVectorNoise final : public UMaterialExpression +{ +public: + struct FExpressionInput Position; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + EVectorNoiseFunction NoiseFunction; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Quality; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bTiling : 1; // 0x005C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5D[0x3]; // 0x005D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 TileSize; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVectorNoise") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVectorNoise") + } + static class UMaterialExpressionVectorNoise* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVectorNoise; + +// Class Engine.MaterialExpressionVertexInterpolator +// 0x0020 (0x0060 - 0x0040) +class UMaterialExpressionVertexInterpolator final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput Input; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_54[0xC]; // 0x0054(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVertexInterpolator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVertexInterpolator") + } + static class UMaterialExpressionVertexInterpolator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator; + +// Class Engine.MaterialExpressionVertexNormalWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionVertexNormalWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVertexNormalWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVertexNormalWS") + } + static class UMaterialExpressionVertexNormalWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS; + +// Class Engine.MaterialExpressionVertexTangentWS +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionVertexTangentWS final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVertexTangentWS") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVertexTangentWS") + } + static class UMaterialExpressionVertexTangentWS* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS; + +// Class Engine.MaterialExpressionViewSize +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionViewSize final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionViewSize") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionViewSize") + } + static class UMaterialExpressionViewSize* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionViewSize; + +// Class Engine.PostProcessVolume +// 0x0580 (0x07E0 - 0x0260) +class APostProcessVolume final : public AVolume +{ +public: + uint8 Pad_260[0x10]; // 0x0260(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings Settings; // 0x0270(0x0560)(Edit, BlueprintVisible, Interp, NativeAccessSpecifierPublic) + float Priority; // 0x07D0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendRadius; // 0x07D4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendWeight; // 0x07D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnabled : 1; // 0x07DC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUnbound : 1; // 0x07DC(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_7DD[0x3]; // 0x07DD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PostProcessVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PostProcessVolume") + } + static class APostProcessVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APostProcessVolume; + +// Class Engine.MaterialExpressionVolumetricAdvancedMaterialInput +// 0x0000 (0x0040 - 0x0040) +class UMaterialExpressionVolumetricAdvancedMaterialInput final : public UMaterialExpression +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVolumetricAdvancedMaterialInput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVolumetricAdvancedMaterialInput") + } + static class UMaterialExpressionVolumetricAdvancedMaterialInput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput; + +// Class Engine.WorldComposition +// 0x0040 (0x0068 - 0x0028) +class UWorldComposition final : public UObject +{ +public: + uint8 Pad_28[0x20]; // 0x0028(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + TArray TilesStreaming; // 0x0048(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + double TilesStreamingTimeThreshold; // 0x0058(0x0008)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLoadAllTilesDuringCinematic; // 0x0060(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRebaseOriginIn3DSpace; // 0x0061(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_62[0x2]; // 0x0062(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float RebaseOriginDistance; // 0x0064(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("WorldComposition") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"WorldComposition") + } + static class UWorldComposition* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UWorldComposition; + +// Class Engine.MaterialExpressionVolumetricAdvancedMaterialOutput +// 0x00B0 (0x00F0 - 0x0040) +class UMaterialExpressionVolumetricAdvancedMaterialOutput final : public UMaterialExpressionCustomOutput +{ +public: + struct FExpressionInput PhaseG; // 0x0040(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput PhaseG2; // 0x0054(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput PhaseBlend; // 0x0068(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput MultiScatteringContribution; // 0x007C(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput MultiScatteringOcclusion; // 0x0090(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput MultiScatteringEccentricity; // 0x00A4(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FExpressionInput ConservativeDensity; // 0x00B8(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + float ConstPhaseG; // 0x00CC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstPhaseG2; // 0x00D0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstPhaseBlend; // 0x00D4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool PerSamplePhaseEvaluation; // 0x00D8(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D9[0x3]; // 0x00D9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 MultiScatteringApproximationOctaveCount; // 0x00DC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstMultiScatteringContribution; // 0x00E0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstMultiScatteringOcclusion; // 0x00E4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConstMultiScatteringEccentricity; // 0x00E8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGroundContribution; // 0x00EC(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGrayScaleMaterial; // 0x00ED(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRayMarchVolumeShadow; // 0x00EE(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_EF[0x1]; // 0x00EF(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionVolumetricAdvancedMaterialOutput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionVolumetricAdvancedMaterialOutput") + } + static class UMaterialExpressionVolumetricAdvancedMaterialOutput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput; + +// Class Engine.MaterialExpressionWorldPosition +// 0x0008 (0x0048 - 0x0040) +class UMaterialExpressionWorldPosition final : public UMaterialExpression +{ +public: + EWorldPositionIncludedOffsets WorldPositionShaderOffset; // 0x0040(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialExpressionWorldPosition") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialExpressionWorldPosition") + } + static class UMaterialExpressionWorldPosition* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialExpressionWorldPosition; + +// Class Engine.MaterialFunctionInstance +// 0x0080 (0x00C0 - 0x0040) +class UMaterialFunctionInstance : public UMaterialFunctionInterface +{ +public: + class UMaterialFunctionInterface* Parent; // 0x0040(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialFunctionInterface* Base; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ScalarParameterValues; // 0x0050(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray VectorParameterValues; // 0x0060(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray TextureParameterValues; // 0x0070(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray FontParameterValues; // 0x0080(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray StaticSwitchParameterValues; // 0x0090(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray StaticComponentMaskParameterValues; // 0x00A0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray RuntimeVirtualTextureParameterValues; // 0x00B0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunctionInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunctionInstance") + } + static class UMaterialFunctionInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunctionInstance; + +// Class Engine.MaterialFunctionMaterialLayer +// 0x0000 (0x0058 - 0x0058) +class UMaterialFunctionMaterialLayer final : public UMaterialFunction +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunctionMaterialLayer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunctionMaterialLayer") + } + static class UMaterialFunctionMaterialLayer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer; + +// Class Engine.MaterialFunctionMaterialLayerInstance +// 0x0000 (0x00C0 - 0x00C0) +class UMaterialFunctionMaterialLayerInstance final : public UMaterialFunctionInstance +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunctionMaterialLayerInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunctionMaterialLayerInstance") + } + static class UMaterialFunctionMaterialLayerInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance; + +// Class Engine.MaterialFunctionMaterialLayerBlend +// 0x0000 (0x0058 - 0x0058) +class UMaterialFunctionMaterialLayerBlend final : public UMaterialFunction +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunctionMaterialLayerBlend") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunctionMaterialLayerBlend") + } + static class UMaterialFunctionMaterialLayerBlend* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend; + +// Class Engine.StereoLayerComponent +// 0x00E0 (0x02E0 - 0x0200) +class UStereoLayerComponent final : public USceneComponent +{ +public: + uint8 bLiveTexture : 1; // 0x01F8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsDepth : 1; // 0x01F8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNoAlphaChannel : 1; // 0x01F8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1F9[0x7]; // 0x01F9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UTexture* Texture; // 0x0200(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UTexture* LeftTexture; // 0x0208(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 bQuadPreserveTextureRatio : 1; // 0x0210(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_211[0x3]; // 0x0211(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector2D QuadSize; // 0x0214(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FBox2D UVRect; // 0x021C(0x0014)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, NoDestructor, Protected, NativeAccessSpecifierProtected) + float CylinderRadius; // 0x0230(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float CylinderOverlayArc; // 0x0234(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 CylinderHeight; // 0x0238(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FEquirectProps EquirectProps; // 0x023C(0x0048)(Deprecated, NoDestructor, Protected, NativeAccessSpecifierProtected) + EStereoLayerType StereoLayerType; // 0x0284(0x0001)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + EStereoLayerShape StereoLayerShape; // 0x0285(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_286[0x2]; // 0x0286(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + class UStereoLayerShape* Shape; // 0x0288(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoClear, IsPlainOldData, NoDestructor, Protected, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 Priority; // 0x0290(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_294[0x4C]; // 0x0294(0x004C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void MarkTextureForUpdate(); + void SetEquirectProps(const struct FEquirectProps& InScaleBiases); + void SetLeftTexture(class UTexture* InTexture); + void SetPriority(int32 InPriority); + void SetQuadSize(const struct FVector2D& InQuadSize); + void SetTexture(class UTexture* InTexture); + void SetUVRect(const struct FBox2D& InUVRect); + + class UTexture* GetLeftTexture() const; + int32 GetPriority() const; + struct FVector2D GetQuadSize() const; + class UTexture* GetTexture() const; + struct FBox2D GetUVRect() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerComponent") + } + static class UStereoLayerComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerComponent; + +// Class Engine.MaterialFunctionMaterialLayerBlendInstance +// 0x0000 (0x00C0 - 0x00C0) +class UMaterialFunctionMaterialLayerBlendInstance final : public UMaterialFunctionInstance +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialFunctionMaterialLayerBlendInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialFunctionMaterialLayerBlendInstance") + } + static class UMaterialFunctionMaterialLayerBlendInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlendInstance; + +// Class Engine.MaterialInstanceActor +// 0x0010 (0x0238 - 0x0228) +class AMaterialInstanceActor final : public AActor +{ +public: + TArray TargetActors; // 0x0228(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialInstanceActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialInstanceActor") + } + static class AMaterialInstanceActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AMaterialInstanceActor; + +// Class Engine.MaterialInstanceDynamic +// 0x0050 (0x0360 - 0x0310) +class UMaterialInstanceDynamic final : public UMaterialInstance +{ +public: + uint8 Pad_310[0x50]; // 0x0310(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void CopyInterpParameters(class UMaterialInstance* Source); + void CopyParameterOverrides(class UMaterialInstance* MaterialInstance); + void K2_CopyMaterialInstanceParameters(class UMaterialInterface* Source, bool bQuickParametersOnly); + float K2_GetScalarParameterValue(class FName ParameterName); + float K2_GetScalarParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo); + class UTexture* K2_GetTextureParameterValue(class FName ParameterName); + class UTexture* K2_GetTextureParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo); + struct FLinearColor K2_GetVectorParameterValue(class FName ParameterName); + struct FLinearColor K2_GetVectorParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo); + void K2_InterpolateMaterialInstanceParams(class UMaterialInstance* SourceA, class UMaterialInstance* SourceB, float Alpha); + void SetScalarParameterValue(class FName ParameterName, float Value); + void SetScalarParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo, float Value); + void SetTextureParameterValue(class FName ParameterName, class UTexture* Value); + void SetTextureParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo, class UTexture* Value); + void SetVectorParameterValue(class FName ParameterName, const struct FLinearColor& Value); + void SetVectorParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo, const struct FLinearColor& Value); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialInstanceDynamic") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialInstanceDynamic") + } + static class UMaterialInstanceDynamic* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialInstanceDynamic; + +// Class Engine.MaterialParameterCollection +// 0x0048 (0x0070 - 0x0028) +class UMaterialParameterCollection final : public UObject +{ +public: + struct FGuid StateId; // 0x0028(0x0010)(ZeroConstructor, DuplicateTransient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ScalarParameters; // 0x0038(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray VectorParameters; // 0x0048(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_58[0x18]; // 0x0058(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialParameterCollection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialParameterCollection") + } + static class UMaterialParameterCollection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialParameterCollection; + +// Class Engine.MaterialParameterCollectionInstance +// 0x00F8 (0x0120 - 0x0028) +class UMaterialParameterCollectionInstance final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialParameterCollection* Collection; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_38[0xE8]; // 0x0038(0x00E8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MaterialParameterCollectionInstance") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MaterialParameterCollectionInstance") + } + static class UMaterialParameterCollectionInstance* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMaterialParameterCollectionInstance; + +// Class Engine.MatineeActor +// 0x00A8 (0x02D0 - 0x0228) +class AMatineeActor : public AActor +{ +public: + class UInterpData* MatineeData; // 0x0228(0x0008)(Edit, BlueprintVisible, Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MatineeControllerName; // 0x0230(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PlayRate; // 0x0238(0x0004)(Edit, BlueprintVisible, Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPlayOnLevelLoad : 1; // 0x023C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceStartPos : 1; // 0x023C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_23D[0x3]; // 0x023D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ForceStartPosition; // 0x0240(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLooping : 1; // 0x0244(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRewindOnPlay : 1; // 0x0244(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNoResetOnRewind : 1; // 0x0244(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRewindIfAlreadyPlaying : 1; // 0x0244(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableRadioFilter : 1; // 0x0244(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClientSideOnly : 1; // 0x0244(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSkipUpdateIfNotVisible : 1; // 0x0244(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsSkippable : 1; // 0x0244(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_245[0x3]; // 0x0245(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 PreferredSplitScreenNum; // 0x0248(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDisableMovementInput : 1; // 0x024C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisableLookAtInput : 1; // 0x024C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHidePlayer : 1; // 0x024C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHideHud : 1; // 0x024C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_24D[0x3]; // 0x024D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray GroupActorInfos; // 0x0250(0x0010)(Net, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bShouldShowGore : 1; // 0x0260(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_261[0x7]; // 0x0261(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray GroupInst; // 0x0268(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TArray CameraCuts; // 0x0278(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + uint8 bIsPlaying : 1; // 0x0288(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Net, Transient, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReversePlayback : 1; // 0x0288(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPaused : 1; // 0x0288(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Net, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPendingStop : 1; // 0x0288(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Net, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_289[0x3]; // 0x0289(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InterpPosition; // 0x028C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, Net, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_290[0x4]; // 0x0290(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 ReplicationForceIsPlaying; // 0x0294(0x0001)(Net, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_295[0x3]; // 0x0295(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnPlay; // 0x0298(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnStop; // 0x02A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnPause; // 0x02B8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_2C8[0x8]; // 0x02C8(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ChangePlaybackDirection(); + void EnableGroupByName(const class FString& GroupName, bool bEnable); + void Pause(); + void Play(); + void Reverse(); + void SetLoopingState(bool bNewLooping); + void SetPosition(float NewPosition, bool bJump); + void Stop(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MatineeActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MatineeActor") + } + static class AMatineeActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AMatineeActor; + +// Class Engine.MatineeActorCameraAnim +// 0x0008 (0x02D8 - 0x02D0) +class AMatineeActorCameraAnim final : public AMatineeActor +{ +public: + class UCameraAnim* CameraAnim; // 0x02D0(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MatineeActorCameraAnim") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MatineeActorCameraAnim") + } + static class AMatineeActorCameraAnim* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AMatineeActorCameraAnim; + +// Class Engine.MatineeAnimInterface +// 0x0000 (0x0000 - 0x0000) +class IMatineeAnimInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MatineeAnimInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MatineeAnimInterface") + } + static class IMatineeAnimInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IMatineeAnimInterface; + +// Class Engine.TextPropertyTestObject +// 0x0048 (0x0070 - 0x0028) +class UTextPropertyTestObject final : public UObject +{ +public: + class FText DefaultedText; // 0x0028(0x0018)(NativeAccessSpecifierPublic) + class FText UndefaultedText; // 0x0040(0x0018)(NativeAccessSpecifierPublic) + class FText TransientText; // 0x0058(0x0018)(NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextPropertyTestObject") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextPropertyTestObject") + } + static class UTextPropertyTestObject* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextPropertyTestObject; + +// Class Engine.MatineeInterface +// 0x0000 (0x0000 - 0x0000) +class IMatineeInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MatineeInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MatineeInterface") + } + static class IMatineeInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IMatineeInterface; + +// Class Engine.MeshMergeCullingVolume +// 0x0000 (0x0260 - 0x0260) +class AMeshMergeCullingVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MeshMergeCullingVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MeshMergeCullingVolume") + } + static class AMeshMergeCullingVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AMeshMergeCullingVolume; + +// Class Engine.MeshSimplificationSettings +// 0x0008 (0x0040 - 0x0038) +class UMeshSimplificationSettings final : public UDeveloperSettings +{ +public: + class FName MeshReductionModuleName; // 0x0038(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MeshSimplificationSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MeshSimplificationSettings") + } + static class UMeshSimplificationSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMeshSimplificationSettings; + +// Class Engine.MeshVertexPainterKismetLibrary +// 0x0000 (0x0028 - 0x0028) +class UMeshVertexPainterKismetLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void PaintVerticesLerpAlongAxis(class UStaticMeshComponent* StaticMeshComponent, const struct FLinearColor& StartColor, const struct FLinearColor& EndColor, EVertexPaintAxis Axis, bool bConvertToSRGB); + static void PaintVerticesSingleColor(class UStaticMeshComponent* StaticMeshComponent, const struct FLinearColor& FillColor, bool bConvertToSRGB); + static void RemovePaintedVertices(class UStaticMeshComponent* StaticMeshComponent); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MeshVertexPainterKismetLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MeshVertexPainterKismetLibrary") + } + static class UMeshVertexPainterKismetLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMeshVertexPainterKismetLibrary; + +// Class Engine.VolumetricCloud +// 0x0008 (0x0230 - 0x0228) +class AVolumetricCloud final : public AInfo +{ +public: + class UVolumetricCloudComponent* VolumetricCloudComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VolumetricCloud") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VolumetricCloud") + } + static class AVolumetricCloud* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AVolumetricCloud; + +// Class Engine.MicroTransactionBase +// 0x0030 (0x0068 - 0x0038) +class UMicroTransactionBase final : public UPlatformInterfaceBase +{ +public: + TArray AvailableProducts; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class FString LastError; // 0x0048(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LastErrorSolution; // 0x0058(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MicroTransactionBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MicroTransactionBase") + } + static class UMicroTransactionBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMicroTransactionBase; + +// Class Engine.ModelComponent +// 0x0040 (0x0490 - 0x0450) +class UModelComponent final : public UPrimitiveComponent +{ +public: + uint8 Pad_450[0x18]; // 0x0450(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + class UBodySetup* ModelBodySetup; // 0x0468(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_470[0x20]; // 0x0470(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ModelComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ModelComponent") + } + static class UModelComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UModelComponent; + +// Class Engine.MorphTarget +// 0x0018 (0x0040 - 0x0028) +class UMorphTarget final : public UObject +{ +public: + class USkeletalMesh* BaseSkelMesh; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("MorphTarget") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"MorphTarget") + } + static class UMorphTarget* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UMorphTarget; + +// Class Engine.NavAreaBase +// 0x0008 (0x0030 - 0x0028) +class UNavAreaBase : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavAreaBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavAreaBase") + } + static class UNavAreaBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavAreaBase; + +// Class Engine.NavCollisionBase +// 0x0048 (0x0070 - 0x0028) +class UNavCollisionBase : public UObject +{ +public: + uint8 bIsDynamicObstacle : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_29[0x47]; // 0x0029(0x0047)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavCollisionBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavCollisionBase") + } + static class UNavCollisionBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavCollisionBase; + +// Class Engine.NavEdgeProviderInterface +// 0x0000 (0x0000 - 0x0000) +class INavEdgeProviderInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavEdgeProviderInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavEdgeProviderInterface") + } + static class INavEdgeProviderInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INavEdgeProviderInterface; + +// Class Engine.NavigationDataChunk +// 0x0008 (0x0030 - 0x0028) +class UNavigationDataChunk : public UObject +{ +public: + class FName NavigationDataName; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavigationDataChunk") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavigationDataChunk") + } + static class UNavigationDataChunk* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavigationDataChunk; + +// Class Engine.NavigationDataInterface +// 0x0000 (0x0000 - 0x0000) +class INavigationDataInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavigationDataInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavigationDataInterface") + } + static class INavigationDataInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INavigationDataInterface; + +// Class Engine.NavigationSystemBase +// 0x0000 (0x0028 - 0x0028) +class UNavigationSystemBase : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavigationSystemBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavigationSystemBase") + } + static class UNavigationSystemBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavigationSystemBase; + +// Class Engine.NavigationSystemConfig +// 0x0028 (0x0050 - 0x0028) +class UNavigationSystemConfig : public UObject +{ +public: + struct FSoftClassPath NavigationSystemClass; // 0x0028(0x0018)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FNavAgentSelector SupportedAgentsMask; // 0x0040(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + class FName DefaultAgentName; // 0x0044(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsOverriden : 1; // 0x004C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, EditConst, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavigationSystemConfig") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavigationSystemConfig") + } + static class UNavigationSystemConfig* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavigationSystemConfig; + +// Class Engine.NullNavSysConfig +// 0x0000 (0x0050 - 0x0050) +class UNullNavSysConfig final : public UNavigationSystemConfig +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NullNavSysConfig") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NullNavSysConfig") + } + static class UNullNavSysConfig* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNullNavSysConfig; + +// Class Engine.NavLinkDefinition +// 0x0028 (0x0050 - 0x0028) +class UNavLinkDefinition : public UObject +{ +public: + TArray Links; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray SegmentLinks; // 0x0038(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavLinkDefinition") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavLinkDefinition") + } + static class UNavLinkDefinition* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNavLinkDefinition; + +// Class Engine.NavPathObserverInterface +// 0x0000 (0x0000 - 0x0000) +class INavPathObserverInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavPathObserverInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavPathObserverInterface") + } + static class INavPathObserverInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INavPathObserverInterface; + +// Class Engine.NavRelevantInterface +// 0x0000 (0x0000 - 0x0000) +class INavRelevantInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NavRelevantInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NavRelevantInterface") + } + static class INavRelevantInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INavRelevantInterface; + +// Class Engine.SimulatedClientNetConnection +// 0x0000 (0x1BA8 - 0x1BA8) +class USimulatedClientNetConnection final : public UNetConnection +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SimulatedClientNetConnection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SimulatedClientNetConnection") + } + static class USimulatedClientNetConnection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USimulatedClientNetConnection; + +// Class Engine.NetPushModelHelpers +// 0x0000 (0x0028 - 0x0028) +class UNetPushModelHelpers final : public UBlueprintFunctionLibrary +{ +public: + static void MarkPropertyDirty(class UObject* Object, class FName PropertyName); + static void MarkPropertyDirtyFromRepIndex(class UObject* Object, int32 RepIndex, class FName PropertyName); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NetPushModelHelpers") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NetPushModelHelpers") + } + static class UNetPushModelHelpers* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNetPushModelHelpers; + +// Class Engine.NetworkPredictionInterface +// 0x0000 (0x0000 - 0x0000) +class INetworkPredictionInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NetworkPredictionInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NetworkPredictionInterface") + } + static class INetworkPredictionInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INetworkPredictionInterface; + +// Class Engine.PhysicsHandleComponent +// 0x00B0 (0x0160 - 0x00B0) +class alignas(0x10) UPhysicsHandleComponent final : public UActorComponent +{ +public: + class UPrimitiveComponent* GrabbedComponent; // 0x00B0(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B8[0x8]; // 0x00B8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 BitPad_C0_0 : 1; // 0x00C0(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bSoftAngularConstraint : 1; // 0x00C0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSoftLinearConstraint : 1; // 0x00C0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInterpolateTarget : 1; // 0x00C0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_C1[0x3]; // 0x00C1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LinearDamping; // 0x00C4(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LinearStiffness; // 0x00C8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularDamping; // 0x00CC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularStiffness; // 0x00D0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D4[0x6C]; // 0x00D4(0x006C)(Fixing Size After Last Property [ Dumper-7 ]) + float InterpolationSpeed; // 0x0140(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_144[0x1C]; // 0x0144(0x001C)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void GrabComponent(class UPrimitiveComponent* Component, class FName InBoneName, const struct FVector& GrabLocation, bool bConstrainRotation); + void GrabComponentAtLocation(class UPrimitiveComponent* Component, class FName InBoneName, const struct FVector& GrabLocation); + void GrabComponentAtLocationWithRotation(class UPrimitiveComponent* Component, class FName InBoneName, const struct FVector& Location, const struct FRotator& Rotation); + void ReleaseComponent(); + void SetAngularDamping(float NewAngularDamping); + void SetAngularStiffness(float NewAngularStiffness); + void SetInterpolationSpeed(float NewInterpolationSpeed); + void SetLinearDamping(float NewLinearDamping); + void SetLinearStiffness(float NewLinearStiffness); + void SetTargetLocation(const struct FVector& NewLocation); + void SetTargetLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation); + void SetTargetRotation(const struct FRotator& NewRotation); + + class UPrimitiveComponent* GetGrabbedComponent() const; + void GetTargetLocationAndRotation(struct FVector* TargetLocation, struct FRotator* TargetRotation) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsHandleComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsHandleComponent") + } + static class UPhysicsHandleComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsHandleComponent; + +// Class Engine.NetworkSettings +// 0x0020 (0x0058 - 0x0038) +class UNetworkSettings final : public UDeveloperSettings +{ +public: + uint8 bVerifyPeer : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableMultiplayerWorldOriginRebasing : 1; // 0x0038(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MaxRepArraySize; // 0x003C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxRepArrayMemory; // 0x0040(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray NetworkEmulationProfiles; // 0x0048(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NetworkSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NetworkSettings") + } + static class UNetworkSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNetworkSettings; + +// Class Engine.NodeMappingContainer +// 0x0140 (0x0168 - 0x0028) +class UNodeMappingContainer final : public UObject +{ +public: + TMap SourceItems; // 0x0028(0x0050)(Edit, EditConst, NativeAccessSpecifierPrivate) + TMap TargetItems; // 0x0078(0x0050)(Edit, EditConst, NativeAccessSpecifierPrivate) + TMap SourceToTarget; // 0x00C8(0x0050)(Edit, NativeAccessSpecifierPrivate) + TSoftObjectPtr SourceAsset; // 0x0118(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TSoftObjectPtr TargetAsset; // 0x0140(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NodeMappingContainer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NodeMappingContainer") + } + static class UNodeMappingContainer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UNodeMappingContainer; + +// Class Engine.NodeMappingProviderInterface +// 0x0000 (0x0000 - 0x0000) +class INodeMappingProviderInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("NodeMappingProviderInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"NodeMappingProviderInterface") + } + static class INodeMappingProviderInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_INodeMappingProviderInterface; + +// Class Engine.Note +// 0x0000 (0x0228 - 0x0228) +class ANote final : public AActor +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Note") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Note") + } + static class ANote* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ANote; + +// Class Engine.PreviewMeshCollection +// 0x0020 (0x0050 - 0x0030) +class UPreviewMeshCollection final : public UDataAsset +{ +public: + uint8 Pad_30[0x8]; // 0x0030(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeleton* Skeleton; // 0x0038(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SkeletalMeshes; // 0x0040(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PreviewMeshCollection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PreviewMeshCollection") + } + static class UPreviewMeshCollection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPreviewMeshCollection; + +// Class Engine.ObjectLibrary +// 0x0080 (0x00A8 - 0x0028) +class UObjectLibrary final : public UObject +{ +public: + class UClass* ObjectBaseClass; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBlueprintClasses; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Objects; // 0x0038(0x0010)(Edit, ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray> WeakObjects; // 0x0048(0x0010)(ZeroConstructor, Protected, UObjectWrapper, NativeAccessSpecifierProtected) + bool bUseWeakReferences; // 0x0058(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bIsFullyLoaded; // 0x0059(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_5A[0x4E]; // 0x005A(0x004E)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ObjectLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ObjectLibrary") + } + static class UObjectLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UObjectLibrary; + +// Class Engine.ObjectReferencer +// 0x0010 (0x0038 - 0x0028) +class UObjectReferencer final : public UObject +{ +public: + TArray ReferencedObjects; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ObjectReferencer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ObjectReferencer") + } + static class UObjectReferencer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UObjectReferencer; + +// Class Engine.ObjectTraceWorldSubsystem +// 0x0008 (0x0038 - 0x0030) +class UObjectTraceWorldSubsystem final : public UWorldSubsystem +{ +public: + uint8 Pad_30[0x8]; // 0x0030(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ObjectTraceWorldSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ObjectTraceWorldSubsystem") + } + static class UObjectTraceWorldSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UObjectTraceWorldSubsystem; + +// Class Engine.PackageMapClient +// 0x0328 (0x0408 - 0x00E0) +class UPackageMapClient final : public UPackageMap +{ +public: + uint8 Pad_E0[0x328]; // 0x00E0(0x0328)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PackageMapClient") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PackageMapClient") + } + static class UPackageMapClient* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPackageMapClient; + +// Class Engine.ParticleEventManager +// 0x0000 (0x0228 - 0x0228) +class AParticleEventManager final : public AActor +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleEventManager") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleEventManager") + } + static class AParticleEventManager* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AParticleEventManager; + +// Class Engine.ParticleLODLevel +// 0x0090 (0x00B8 - 0x0028) +class UParticleLODLevel final : public UObject +{ +public: + int32 Level; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnabled : 1; // 0x002C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class UParticleModuleRequired* RequiredModule; // 0x0030(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Modules; // 0x0038(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class UParticleModuleTypeDataBase* TypeDataModule; // 0x0048(0x0008)(ExportObject, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleModuleSpawn* SpawnModule; // 0x0050(0x0008)(ExportObject, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleModuleEventGenerator* EventGenerator; // 0x0058(0x0008)(ExportObject, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SpawningModules; // 0x0060(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray SpawnModules; // 0x0070(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray UpdateModules; // 0x0080(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray OrbitModules; // 0x0090(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray EventReceiverModules; // 0x00A0(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + uint8 ConvertedModules : 1; // 0x00B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B1[0x3]; // 0x00B1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 PeakActiveParticles; // 0x00B4(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleLODLevel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleLODLevel") + } + static class UParticleLODLevel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleLODLevel; + +// Class Engine.RendererSettings +// 0x0110 (0x0148 - 0x0038) +class URendererSettings final : public UDeveloperSettings +{ +public: + uint8 bMobileDisableVertexFog : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MaxMobileCascades; // 0x003C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMobileMSAASampleCount MobileMSAASampleCount; // 0x0040(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bMobileAllowDitheredLODTransition : 1; // 0x0044(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileAllowSoftwareOcclusionCulling : 1; // 0x0044(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileVirtualTextures : 1; // 0x0044(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDiscardUnusedQualityLevels : 1; // 0x0044(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOcclusionCulling : 1; // 0x0044(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinScreenRadiusForLights; // 0x0048(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinScreenRadiusForEarlyZPass; // 0x004C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinScreenRadiusForCSMdepth; // 0x0050(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPrecomputedVisibilityWarning : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTextureStreaming : 1; // 0x0054(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseDXT5NormalMaps : 1; // 0x0054(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVirtualTextures : 1; // 0x0054(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVirtualTextureEnableAutoImport : 1; // 0x0054(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVirtualTexturedLightmaps : 1; // 0x0054(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 VirtualTextureTileSize; // 0x0058(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 VirtualTextureTileBorderSize; // 0x005C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 VirtualTextureFeedbackFactor; // 0x0060(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bVirtualTextureEnableCompressZlib : 1; // 0x0064(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVirtualTextureEnableCompressCrunch : 1; // 0x0064(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClearCoatEnableSecondNormal : 1; // 0x0064(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_65[0x3]; // 0x0065(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReflectionCaptureResolution; // 0x0068(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bReflectionCaptureCompression : 1; // 0x006C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 ReflectionEnvironmentLightmapMixBasedOnRoughness : 1; // 0x006C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForwardShading : 1; // 0x006C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVertexFoggingForOpaque : 1; // 0x006C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowStaticLighting : 1; // 0x006C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseNormalMapsForStaticLighting : 1; // 0x006C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateMeshDistanceFields : 1; // 0x006C(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEightBitMeshDistanceFields : 1; // 0x006C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateLandscapeGIData : 1; // 0x006D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCompressMeshDistanceFields : 1; // 0x006D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_6E[0x2]; // 0x006E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float TessellationAdaptivePixelsPerTriangle; // 0x0070(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSeparateTranslucency : 1; // 0x0074(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_75[0x3]; // 0x0075(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + ETranslucentSortPolicy TranslucentSortPolicy; // 0x0078(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x3]; // 0x0079(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector TranslucentSortAxis; // 0x007C(0x000C)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFixedFoveationLevels HMDFixedFoveationLevel; // 0x0088(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomDepthStencil CustomDepthStencil; // 0x0089(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8A[0x2]; // 0x008A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bCustomDepthTaaJitter : 1; // 0x008C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EAlphaChannelMode bEnableAlphaChannelInPostProcessing; // 0x0090(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x3]; // 0x0091(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bDefaultFeatureBloom : 1; // 0x0094(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultFeatureAmbientOcclusion : 1; // 0x0094(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultFeatureAmbientOcclusionStaticFraction : 1; // 0x0094(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultFeatureAutoExposure : 1; // 0x0094(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_95[0x3]; // 0x0095(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EAutoExposureMethodUI DefaultFeatureAutoExposure; // 0x0098(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DefaultFeatureAutoExposureBias; // 0x009C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bExtendDefaultLuminanceRangeInAutoExposureSettings : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsePreExposure : 1; // 0x00A0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePreExposureOnlyInTheEditor : 1; // 0x00A0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultFeatureMotionBlur : 1; // 0x00A0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultFeatureLensFlare : 1; // 0x00A0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTemporalUpsampling : 1; // 0x00A0(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSSGI : 1; // 0x00A0(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x3]; // 0x00A1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EAntiAliasingMethod DefaultFeatureAntiAliasing; // 0x00A4(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELightUnits DefaultLightUnits; // 0x00A5(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDefaultBackBufferPixelFormat DefaultBackBufferPixelFormat; // 0x00A6(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A7[0x1]; // 0x00A7(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bRenderUnbuiltPreviewShadowsInGame : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStencilForLODDither : 1; // 0x00A8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x3]; // 0x00A9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EEarlyZPass EarlyZPass; // 0x00AC(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_AD[0x3]; // 0x00AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bEarlyZPassOnlyMaterialMasking : 1; // 0x00B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDBuffer : 1; // 0x00B0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B1[0x3]; // 0x00B1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EClearSceneOptions ClearSceneMethod; // 0x00B4(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B5[0x3]; // 0x00B5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bBasePassOutputsVelocity : 1; // 0x00B8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVertexDeformationOutputsVelocity : 1; // 0x00B8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSelectiveBasePassOutputs : 1; // 0x00B8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDefaultParticleCutouts : 1; // 0x00B8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B9[0x3]; // 0x00B9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 GPUSimulationTextureSizeX; // 0x00BC(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 GPUSimulationTextureSizeY; // 0x00C0(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bGlobalClipPlane : 1; // 0x00C4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EGBufferFormat GBufferFormat; // 0x00C8(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C9[0x3]; // 0x00C9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUseGPUMorphTargets : 1; // 0x00CC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNvidiaAftermathEnabled : 1; // 0x00CC(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMultiView : 1; // 0x00CC(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobilePostProcessing : 1; // 0x00CC(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileMultiView : 1; // 0x00CC(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileUseHWsRGBEncoding : 1; // 0x00CC(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRoundRobinOcclusion : 1; // 0x00CC(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bODSCapture : 1; // 0x00CC(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMeshStreaming : 1; // 0x00CD(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_CE[0x2]; // 0x00CE(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float WireframeCullThreshold; // 0x00D0(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableRayTracing : 1; // 0x00D4(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableRayTracingTextureLOD : 1; // 0x00D4(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportStationarySkylight : 1; // 0x00D4(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportLowQualityLightmaps : 1; // 0x00D4(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportPointLightWholeSceneShadows : 1; // 0x00D4(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportAtmosphericFog : 1; // 0x00D4(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportSkyAtmosphere : 1; // 0x00D4(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportSkyAtmosphereAffectsHeightFog : 1; // 0x00D4(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportSkinCacheShaders : 1; // 0x00D5(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D6[0x2]; // 0x00D6(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + ESkinCacheDefaultBehavior DefaultSkinCacheBehavior; // 0x00D8(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D9[0x3]; // 0x00D9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float SkinCacheSceneMemoryLimitInMB; // 0x00DC(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bMobileEnableStaticAndCSMShadowReceivers : 1; // 0x00E0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileEnableMovableLightCSMShaderCulling : 1; // 0x00E0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileAllowDistanceFieldShadows : 1; // 0x00E0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileAllowMovableDirectionalLights : 1; // 0x00E0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_E1[0x3]; // 0x00E1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 MobileNumDynamicPointLights; // 0x00E4(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bMobileDynamicPointLightsUseStaticBranch : 1; // 0x00E8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileAllowMovableSpotlights : 1; // 0x00E8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileAllowMovableSpotlightShadows : 1; // 0x00E8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupport16BitBoneIndex : 1; // 0x00E8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGPUSkinLimit2BoneInfluences : 1; // 0x00E8(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportDepthOnlyIndexBuffers : 1; // 0x00E8(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportReversedIndexBuffers : 1; // 0x00E8(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLPV : 1; // 0x00E8(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMobileAmbientOcclusion : 1; // 0x00E9(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseUnlimitedBoneInfluences : 1; // 0x00E9(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_EA[0x2]; // 0x00EA(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 UnlimitedBonInfluencesThreshold; // 0x00EC(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPerPlatformInt MaxSkinBones; // 0x00F0(0x0004)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + EMobilePlanarReflectionMode MobilePlanarReflectionMode; // 0x00F4(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F5[0x3]; // 0x00F5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bMobileSupportsGen4TAA : 1; // 0x00F8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_F9[0x3]; // 0x00F9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPerPlatformBool bStreamSkeletalMeshLODs; // 0x00FC(0x0001)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + struct FPerPlatformBool bDiscardSkeletalMeshOptionalLODs; // 0x00FD(0x0001)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_FE[0x2]; // 0x00FE(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoftObjectPath VisualizeCalibrationColorMaterialPath; // 0x0100(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath VisualizeCalibrationCustomMaterialPath; // 0x0118(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath VisualizeCalibrationGrayscaleMaterialPath; // 0x0130(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RendererSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RendererSettings") + } + static class URendererSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URendererSettings; + +// Class Engine.ParticleSystem +// 0x00E0 (0x0110 - 0x0030) +class UParticleSystem final : public UFXSystemAsset +{ +public: + float UpdateTime_FPS; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float UpdateTime_Delta; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WarmupTime; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WarmupTickRate; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Emitters; // 0x0040(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class UParticleSystemComponent* PreviewComponent; // 0x0050(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInterpCurveEdSetup* CurveEdSetup; // 0x0058(0x0008)(ExportObject, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LODDistanceCheckTime; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MacroUVRadius; // 0x0064(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray LODDistances; // 0x0068(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray LODSettings; // 0x0078(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + struct FBox FixedRelativeBoundingBox; // 0x0088(0x001C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float SecondsBeforeInactive; // 0x00A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Delay; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DelayLow; // 0x00AC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOrientZAxisTowardCamera : 1; // 0x00B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFixedRelativeBoundingBox : 1; // 0x00B0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldResetPeakCounts : 1; // 0x00B0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasPhysics : 1; // 0x00B0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseRealtimeThumbnail : 1; // 0x00B0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 ThumbnailImageOutOfDate : 1; // 0x00B0(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_B0_6 : 2; // 0x00B0(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 bUseDelayRange : 1; // 0x00B1(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowManagedTicking : 1; // 0x00B1(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoDeactivate : 1; // 0x00B1(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRegenerateLODDuplicate : 1; // 0x00B1(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EParticleSystemUpdateMode SystemUpdateMode; // 0x00B2(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleSystemLODMethod LODMethod; // 0x00B3(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleSystemInsignificanceReaction InsignificantReaction; // 0x00B4(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleSystemOcclusionBoundsMethod OcclusionBoundsMethod; // 0x00B5(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B6[0x1]; // 0x00B6(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + EParticleSignificanceLevel MaxSignificanceLevel; // 0x00B7(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 MinTimeBetweenTicks; // 0x00B8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InsignificanceDelay; // 0x00BC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MacroUVPosition; // 0x00C0(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBox CustomOcclusionBounds; // 0x00CC(0x001C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray SoloTracking; // 0x00E8(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TArray NamedMaterialSlots; // 0x00F8(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_108[0x8]; // 0x0108(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + bool ContainsEmitterType(class UClass* TypeData); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleSystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleSystem") + } + static class UParticleSystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleSystem; + +// Class Engine.ParticleModuleAcceleration +// 0x0050 (0x0088 - 0x0038) +class UParticleModuleAcceleration final : public UParticleModuleAccelerationBase +{ +public: + struct FRawDistributionVector Acceleration; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bApplyOwnerScale : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAcceleration") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAcceleration") + } + static class UParticleModuleAcceleration* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAcceleration; + +// Class Engine.ParticleModuleAccelerationConstant +// 0x0010 (0x0048 - 0x0038) +class UParticleModuleAccelerationConstant final : public UParticleModuleAccelerationBase +{ +public: + struct FVector Acceleration; // 0x0038(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAccelerationConstant") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAccelerationConstant") + } + static class UParticleModuleAccelerationConstant* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAccelerationConstant; + +// Class Engine.ParticleModuleAccelerationDrag +// 0x0038 (0x0070 - 0x0038) +class UParticleModuleAccelerationDrag final : public UParticleModuleAccelerationBase +{ +public: + class UDistributionFloat* DragCoefficient; // 0x0038(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat DragCoefficientRaw; // 0x0040(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAccelerationDrag") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAccelerationDrag") + } + static class UParticleModuleAccelerationDrag* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAccelerationDrag; + +// Class Engine.ParticleModuleAccelerationDragScaleOverLife +// 0x0038 (0x0070 - 0x0038) +class UParticleModuleAccelerationDragScaleOverLife final : public UParticleModuleAccelerationBase +{ +public: + class UDistributionFloat* DragScale; // 0x0038(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat DragScaleRaw; // 0x0040(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAccelerationDragScaleOverLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAccelerationDragScaleOverLife") + } + static class UParticleModuleAccelerationDragScaleOverLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAccelerationDragScaleOverLife; + +// Class Engine.ParticleModuleAccelerationOverLifetime +// 0x0048 (0x0080 - 0x0038) +class UParticleModuleAccelerationOverLifetime final : public UParticleModuleAccelerationBase +{ +public: + struct FRawDistributionVector AccelOverLife; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAccelerationOverLifetime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAccelerationOverLifetime") + } + static class UParticleModuleAccelerationOverLifetime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAccelerationOverLifetime; + +// Class Engine.ReverbEffect +// 0x0038 (0x0060 - 0x0028) +class UReverbEffect final : public UObject +{ +public: + bool bBypassEarlyReflections; // 0x0028(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReflectionsDelay; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GainHF; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReflectionsGain; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bBypassLateReflections; // 0x0038(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LateDelay; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DecayTime; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Density; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Diffusion; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AirAbsorptionGainHF; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DecayHFRatio; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LateGain; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Gain; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RoomRolloffFactor; // 0x005C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReverbEffect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReverbEffect") + } + static class UReverbEffect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReverbEffect; + +// Class Engine.ParticleModuleAttractorBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleAttractorBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAttractorBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAttractorBase") + } + static class UParticleModuleAttractorBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAttractorBase; + +// Class Engine.ParticleModuleAttractorLine +// 0x0078 (0x00A8 - 0x0030) +class UParticleModuleAttractorLine final : public UParticleModuleAttractorBase +{ +public: + struct FVector EndPoint0; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndPoint1; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Range; // 0x0048(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Strength; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAttractorLine") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAttractorLine") + } + static class UParticleModuleAttractorLine* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAttractorLine; + +// Class Engine.ParticleModuleAttractorParticle +// 0x0080 (0x00B0 - 0x0030) +class UParticleModuleAttractorParticle final : public UParticleModuleAttractorBase +{ +public: + class FName EmitterName; // 0x0030(0x0008)(Edit, ExportObject, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Range; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bStrengthByDistance : 1; // 0x0068(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_69[0x7]; // 0x0069(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat Strength; // 0x0070(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bAffectBaseVelocity : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x3]; // 0x00A1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EAttractorParticleSelectionMethod SelectionMethod; // 0x00A4(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A5[0x3]; // 0x00A5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bRenewSource : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritSourceVel : 1; // 0x00A8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x3]; // 0x00A9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 LastSelIndex; // 0x00AC(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAttractorParticle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAttractorParticle") + } + static class UParticleModuleAttractorParticle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAttractorParticle; + +// Class Engine.ParticleModuleAttractorPoint +// 0x00B0 (0x00E0 - 0x0030) +class UParticleModuleAttractorPoint final : public UParticleModuleAttractorBase +{ +public: + struct FRawDistributionVector Position; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Range; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Strength; // 0x00A8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 StrengthByDistance : 1; // 0x00D8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectBaseVelocity : 1; // 0x00D8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideVelocity : 1; // 0x00D8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseWorldSpacePosition : 1; // 0x00D8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Positive_X : 1; // 0x00D8(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Positive_Y : 1; // 0x00D8(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Positive_Z : 1; // 0x00D8(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Negative_X : 1; // 0x00D8(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Negative_Y : 1; // 0x00D9(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Negative_Z : 1; // 0x00D9(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_DA[0x6]; // 0x00DA(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAttractorPoint") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAttractorPoint") + } + static class UParticleModuleAttractorPoint* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAttractorPoint; + +// Class Engine.SoundNodeDoppler +// 0x0010 (0x0058 - 0x0048) +class USoundNodeDoppler final : public USoundNode +{ +public: + float DopplerIntensity; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseSmoothing; // 0x004C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float SmoothingInterpSpeed; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeDoppler") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeDoppler") + } + static class USoundNodeDoppler* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeDoppler; + +// Class Engine.ParticleModuleAttractorPointGravity +// 0x0048 (0x0078 - 0x0030) +class UParticleModuleAttractorPointGravity final : public UParticleModuleAttractorBase +{ +public: + struct FVector Position; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDistributionFloat* Strength; // 0x0040(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat StrengthRaw; // 0x0048(0x0030)(Edit, NoClear, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleAttractorPointGravity") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleAttractorPointGravity") + } + static class UParticleModuleAttractorPointGravity* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleAttractorPointGravity; + +// Class Engine.ParticleModuleBeamBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleBeamBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleBeamBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleBeamBase") + } + static class UParticleModuleBeamBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleBeamBase; + +// Class Engine.ParticleModuleBeamModifier +// 0x00D8 (0x0108 - 0x0030) +class UParticleModuleBeamModifier final : public UParticleModuleBeamBase +{ +public: + EBeamModifierType ModifierType; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBeamModifierOptions PositionOptions; // 0x0034(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FRawDistributionVector Position; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FBeamModifierOptions TangentOptions; // 0x0080(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_84[0x4]; // 0x0084(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector Tangent; // 0x0088(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bAbsoluteTangent : 1; // 0x00D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D1[0x3]; // 0x00D1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBeamModifierOptions StrengthOptions; // 0x00D4(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Strength; // 0x00D8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleBeamModifier") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleBeamModifier") + } + static class UParticleModuleBeamModifier* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleBeamModifier; + +// Class Engine.ParticleModuleBeamNoise +// 0x0160 (0x0190 - 0x0030) +class UParticleModuleBeamNoise final : public UParticleModuleBeamBase +{ +public: + uint8 bLowFreq_Enabled : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Frequency; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Frequency_LowRange; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector NoiseRange; // 0x0040(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat NoiseRangeScale; // 0x0088(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bNRScaleEmitterTime : 1; // 0x00B8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B9[0x7]; // 0x00B9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector NoiseSpeed; // 0x00C0(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bSmooth : 1; // 0x0108(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_109[0x3]; // 0x0109(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float NoiseLockRadius; // 0x010C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bNoiseLock : 1; // 0x0110(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOscillate : 1; // 0x0110(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_111[0x3]; // 0x0111(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float NoiseLockTime; // 0x0114(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NoiseTension; // 0x0118(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseNoiseTangents : 1; // 0x011C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_11D[0x3]; // 0x011D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat NoiseTangentStrength; // 0x0120(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + int32 NoiseTessellation; // 0x0150(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bTargetNoise : 1; // 0x0154(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_155[0x3]; // 0x0155(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float FrequencyDistance; // 0x0158(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bApplyNoiseScale : 1; // 0x015C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_15D[0x3]; // 0x015D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat NoiseScale; // 0x0160(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleBeamNoise") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleBeamNoise") + } + static class UParticleModuleBeamNoise* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleBeamNoise; + +// Class Engine.PathFollowingAgentInterface +// 0x0000 (0x0000 - 0x0000) +class IPathFollowingAgentInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PathFollowingAgentInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PathFollowingAgentInterface") + } + static class IPathFollowingAgentInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IPathFollowingAgentInterface; + +// Class Engine.ParticleModuleBeamSource +// 0x00E8 (0x0118 - 0x0030) +class UParticleModuleBeamSource final : public UParticleModuleBeamBase +{ +public: + EBeam2SourceTargetMethod SourceMethod; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName SourceName; // 0x0034(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSourceAbsolute : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector Source; // 0x0040(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bLockSource : 1; // 0x0088(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EBeam2SourceTargetTangentMethod SourceTangentMethod; // 0x008C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector SourceTangent; // 0x0090(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bLockSourceTangent : 1; // 0x00D8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D9[0x7]; // 0x00D9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat SourceStrength; // 0x00E0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bLockSourceStength : 1; // 0x0110(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_111[0x7]; // 0x0111(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleBeamSource") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleBeamSource") + } + static class UParticleModuleBeamSource* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleBeamSource; + +// Class Engine.ParticleModuleBeamTarget +// 0x00F0 (0x0120 - 0x0030) +class UParticleModuleBeamTarget final : public UParticleModuleBeamBase +{ +public: + EBeam2SourceTargetMethod TargetMethod; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName TargetName; // 0x0034(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector Target; // 0x0040(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bTargetAbsolute : 1; // 0x0088(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockTarget : 1; // 0x0088(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EBeam2SourceTargetTangentMethod TargetTangentMethod; // 0x008C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector TargetTangent; // 0x0090(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bLockTargetTangent : 1; // 0x00D8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D9[0x7]; // 0x00D9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat TargetStrength; // 0x00E0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bLockTargetStength : 1; // 0x0110(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_111[0x3]; // 0x0111(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LockRadius; // 0x0114(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_118[0x8]; // 0x0118(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleBeamTarget") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleBeamTarget") + } + static class UParticleModuleBeamTarget* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleBeamTarget; + +// Class Engine.ParticleModuleCameraBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleCameraBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleCameraBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleCameraBase") + } + static class UParticleModuleCameraBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleCameraBase; + +// Class Engine.ParticleModuleCameraOffset +// 0x0038 (0x0068 - 0x0030) +class UParticleModuleCameraOffset final : public UParticleModuleCameraBase +{ +public: + struct FRawDistributionFloat CameraOffset; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bSpawnTimeOnly : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EParticleCameraOffsetUpdateMethod UpdateMethod; // 0x0064(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_65[0x3]; // 0x0065(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleCameraOffset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleCameraOffset") + } + static class UParticleModuleCameraOffset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleCameraOffset; + +// Class Engine.RadialForceActor +// 0x0008 (0x0230 - 0x0228) +class ARadialForceActor final : public ARigidBodyBase +{ +public: + class URadialForceComponent* ForceComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void DisableForce(); + void EnableForce(); + void FireImpulse(); + void ToggleForce(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RadialForceActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RadialForceActor") + } + static class ARadialForceActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ARadialForceActor; + +// Class Engine.ParticleModuleCollisionBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleCollisionBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleCollisionBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleCollisionBase") + } + static class UParticleModuleCollisionBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleCollisionBase; + +// Class Engine.ParticleModuleCollision +// 0x0160 (0x0190 - 0x0030) +class UParticleModuleCollision final : public UParticleModuleCollisionBase +{ +public: + struct FRawDistributionVector DampingFactor; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector DampingFactorRotation; // 0x0078(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat MaxCollisions; // 0x00C0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + EParticleCollisionComplete CollisionCompletionOption; // 0x00F0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F1[0x7]; // 0x00F1(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CollisionTypes; // 0x00F8(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_108[0x8]; // 0x0108(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bApplyPhysics : 1; // 0x0110(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreTriggerVolumes : 1; // 0x0110(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_111[0x7]; // 0x0111(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat ParticleMass; // 0x0118(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + float DirScalar; // 0x0148(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPawnsDoNotDecrementCount : 1; // 0x014C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlyVerticalNormalsDecrementCount : 1; // 0x014C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_14D[0x3]; // 0x014D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float VerticalFudgeFactor; // 0x0150(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_154[0x4]; // 0x0154(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat DelayAmount; // 0x0158(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bDropDetail : 1; // 0x0188(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCollideOnlyIfVisible : 1; // 0x0188(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreSourceActor : 1; // 0x0188(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_189[0x3]; // 0x0189(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxCollisionDistance; // 0x018C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleCollision") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleCollision") + } + static class UParticleModuleCollision* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleCollision; + +// Class Engine.ParticleModuleCollisionGPU +// 0x0078 (0x00A8 - 0x0030) +class UParticleModuleCollisionGPU final : public UParticleModuleCollisionBase +{ +public: + struct FRawDistributionFloat Resilience; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat ResilienceScaleOverLife; // 0x0060(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + float Friction; // 0x0090(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RandomSpread; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RandomDistribution; // 0x0098(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RadiusScale; // 0x009C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RadiusBias; // 0x00A0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleCollisionResponse Response; // 0x00A4(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleCollisionMode CollisionMode; // 0x00A5(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A6[0x2]; // 0x00A6(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleCollisionGPU") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleCollisionGPU") + } + static class UParticleModuleCollisionGPU* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleCollisionGPU; + +// Class Engine.ParticleModuleColor +// 0x0080 (0x00B0 - 0x0030) +class UParticleModuleColor : public UParticleModuleColorBase +{ +public: + struct FRawDistributionVector StartColor; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat StartAlpha; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bClampAlpha : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x7]; // 0x00A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleColor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleColor") + } + static class UParticleModuleColor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleColor; + +// Class Engine.ParticleModuleColor_Seeded +// 0x0020 (0x00D0 - 0x00B0) +class UParticleModuleColor_Seeded final : public UParticleModuleColor +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x00B0(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleColor_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleColor_Seeded") + } + static class UParticleModuleColor_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleColor_Seeded; + +// Class Engine.ParticleModuleColorOverLife +// 0x0080 (0x00B0 - 0x0030) +class UParticleModuleColorOverLife final : public UParticleModuleColorBase +{ +public: + struct FRawDistributionVector ColorOverLife; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat AlphaOverLife; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bClampAlpha : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x7]; // 0x00A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleColorOverLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleColorOverLife") + } + static class UParticleModuleColorOverLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleColorOverLife; + +// Class Engine.ParticleModuleColorScaleOverLife +// 0x0080 (0x00B0 - 0x0030) +class UParticleModuleColorScaleOverLife final : public UParticleModuleColorBase +{ +public: + struct FRawDistributionVector ColorScaleOverLife; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat AlphaScaleOverLife; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bEmitterTime : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A9[0x7]; // 0x00A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleColorScaleOverLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleColorScaleOverLife") + } + static class UParticleModuleColorScaleOverLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleColorScaleOverLife; + +// Class Engine.ReplicationDriver +// 0x0000 (0x0028 - 0x0028) +class UReplicationDriver final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReplicationDriver") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReplicationDriver") + } + static class UReplicationDriver* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReplicationDriver; + +// Class Engine.ParticleModuleEventBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleEventBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleEventBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleEventBase") + } + static class UParticleModuleEventBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleEventBase; + +// Class Engine.ParticleModuleEventGenerator +// 0x0010 (0x0040 - 0x0030) +class UParticleModuleEventGenerator final : public UParticleModuleEventBase +{ +public: + TArray Events; // 0x0030(0x0010)(Edit, ExportObject, ZeroConstructor, NoClear, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleEventGenerator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleEventGenerator") + } + static class UParticleModuleEventGenerator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleEventGenerator; + +// Class Engine.ParticleModuleEventReceiverBase +// 0x0010 (0x0040 - 0x0030) +class UParticleModuleEventReceiverBase : public UParticleModuleEventBase +{ +public: + EParticleEventType EventGeneratorType; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName EventName; // 0x0034(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleEventReceiverBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleEventReceiverBase") + } + static class UParticleModuleEventReceiverBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleEventReceiverBase; + +// Class Engine.ParticleModuleEventReceiverKillParticles +// 0x0008 (0x0048 - 0x0040) +class UParticleModuleEventReceiverKillParticles final : public UParticleModuleEventReceiverBase +{ +public: + uint8 bStopSpawning : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleEventReceiverKillParticles") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleEventReceiverKillParticles") + } + static class UParticleModuleEventReceiverKillParticles* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleEventReceiverKillParticles; + +// Class Engine.ParticleModuleEventReceiverSpawn +// 0x0098 (0x00D8 - 0x0040) +class UParticleModuleEventReceiverSpawn final : public UParticleModuleEventReceiverBase +{ +public: + struct FRawDistributionFloat SpawnCount; // 0x0040(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bUseParticleTime : 1; // 0x0070(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUsePSysLocation : 1; // 0x0070(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritVelocity : 1; // 0x0070(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector InheritVelocityScale; // 0x0078(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray PhysicalMaterials; // 0x00C0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bBanPhysicalMaterials : 1; // 0x00D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D1[0x7]; // 0x00D1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleEventReceiverSpawn") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleEventReceiverSpawn") + } + static class UParticleModuleEventReceiverSpawn* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleEventReceiverSpawn; + +// Class Engine.ParticleModuleEventSendToGame +// 0x0000 (0x0028 - 0x0028) +class UParticleModuleEventSendToGame final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleEventSendToGame") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleEventSendToGame") + } + static class UParticleModuleEventSendToGame* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleEventSendToGame; + +// Class Engine.ParticleModuleKillBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleKillBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleKillBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleKillBase") + } + static class UParticleModuleKillBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleKillBase; + +// Class Engine.ParticleModuleKillBox +// 0x0098 (0x00C8 - 0x0030) +class UParticleModuleKillBox final : public UParticleModuleKillBase +{ +public: + struct FRawDistributionVector LowerLeftCorner; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector UpperRightCorner; // 0x0078(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bAbsolute : 1; // 0x00C0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bKillInside : 1; // 0x00C0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAxisAlignedAndFixedSize : 1; // 0x00C0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_C1[0x7]; // 0x00C1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleKillBox") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleKillBox") + } + static class UParticleModuleKillBox* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleKillBox; + +// Class Engine.ParticleModuleVelocityOverLifetime +// 0x0050 (0x0088 - 0x0038) +class UParticleModuleVelocityOverLifetime final : public UParticleModuleVelocityBase +{ +public: + struct FRawDistributionVector VelOverLife; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Absolute : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, ExportObject, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVelocityOverLifetime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVelocityOverLifetime") + } + static class UParticleModuleVelocityOverLifetime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVelocityOverLifetime; + +// Class Engine.ParticleModuleKillHeight +// 0x0038 (0x0068 - 0x0030) +class UParticleModuleKillHeight final : public UParticleModuleKillBase +{ +public: + struct FRawDistributionFloat Height; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bAbsolute : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFloor : 1; // 0x0060(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyPSysScale : 1; // 0x0060(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleKillHeight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleKillHeight") + } + static class UParticleModuleKillHeight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleKillHeight; + +// Class Engine.ParticleModuleLightBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleLightBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLightBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLightBase") + } + static class UParticleModuleLightBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLightBase; + +// Class Engine.ParticleModuleLight +// 0x00F0 (0x0120 - 0x0030) +class UParticleModuleLight : public UParticleModuleLightBase +{ +public: + bool bUseInverseSquaredFalloff; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsTranslucency; // 0x0031(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPreviewLightRadius; // 0x0032(0x0001)(Edit, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33[0x1]; // 0x0033(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float SpawnFraction; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionVector ColorScaleOverLife; // 0x0038(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat BrightnessOverLife; // 0x0080(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat RadiusScale; // 0x00B0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat LightExponent; // 0x00E0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FLightingChannels LightingChannels; // 0x0110(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + uint8 Pad_111[0x3]; // 0x0111(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumetricScatteringIntensity; // 0x0114(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHighQualityLights; // 0x0118(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShadowCastingLights; // 0x0119(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11A[0x6]; // 0x011A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLight") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLight") + } + static class UParticleModuleLight* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLight; + +// Class Engine.ParticleModuleLight_Seeded +// 0x0020 (0x0140 - 0x0120) +class UParticleModuleLight_Seeded final : public UParticleModuleLight +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0120(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLight_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLight_Seeded") + } + static class UParticleModuleLight_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLight_Seeded; + +// Class Engine.PhysicsAsset +// 0x0110 (0x0138 - 0x0028) +class UPhysicsAsset final : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BoundsBodies; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray SkeletalBodySetups; // 0x0040(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray ConstraintSetup; // 0x0050(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FSolverIterations SolverIterations; // 0x0060(0x001C)(Edit, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + EPhysicsAssetSolverType SolverType; // 0x007C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bNotForDedicatedServer : 1; // 0x007D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_7E[0xA2]; // 0x007E(0x00A2)(Fixing Size After Last Property [ Dumper-7 ]) + class UThumbnailInfo* ThumbnailInfo; // 0x0120(0x0008)(Edit, ExportObject, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray BodySetup; // 0x0128(0x0010)(ExportObject, ZeroConstructor, Deprecated, ContainsInstancedReference, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsAsset") + } + static class UPhysicsAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsAsset; + +// Class Engine.ParticleModuleLocation +// 0x0050 (0x0080 - 0x0030) +class UParticleModuleLocation : public UParticleModuleLocationBase +{ +public: + struct FRawDistributionVector StartLocation; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + float DistributeOverNPoints; // 0x0078(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistributeThreshold; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocation") + } + static class UParticleModuleLocation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocation; + +// Class Engine.ParticleModuleLocation_Seeded +// 0x0020 (0x00A0 - 0x0080) +class UParticleModuleLocation_Seeded final : public UParticleModuleLocation +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0080(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocation_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocation_Seeded") + } + static class UParticleModuleLocation_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocation_Seeded; + +// Class Engine.ParticleModuleLocationBoneSocket +// 0x0040 (0x0070 - 0x0030) +class UParticleModuleLocationBoneSocket final : public UParticleModuleLocationBase +{ +public: + ELocationBoneSocketSource SourceType; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector UniversalOffset; // 0x0034(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SourceLocations; // 0x0040(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + ELocationBoneSocketSelectionMethod SelectionMethod; // 0x0050(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bUpdatePositionEachFrame : 1; // 0x0054(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOrientMeshEmitters : 1; // 0x0054(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritBoneVelocity : 1; // 0x0054(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InheritVelocityScale; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SkelMeshActorParamName; // 0x005C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumPreSelectedIndices; // 0x0064(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_68[0x8]; // 0x0068(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationBoneSocket") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationBoneSocket") + } + static class UParticleModuleLocationBoneSocket* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationBoneSocket; + +// Class Engine.ParticleModuleLocationDirect +// 0x0120 (0x0150 - 0x0030) +class UParticleModuleLocationDirect final : public UParticleModuleLocationBase +{ +public: + struct FRawDistributionVector Location; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector LocationOffset; // 0x0078(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector ScaleFactor; // 0x00C0(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector Direction; // 0x0108(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationDirect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationDirect") + } + static class UParticleModuleLocationDirect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationDirect; + +// Class Engine.PoseableMeshComponent +// 0x0160 (0x0800 - 0x06A0) +class UPoseableMeshComponent final : public USkinnedMeshComponent +{ +public: + uint8 Pad_6A0[0x160]; // 0x06A0(0x0160)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void CopyPoseFromSkeletalComponent(class USkeletalMeshComponent* InComponentToCopy); + struct FVector GetBoneLocationByName(class FName BoneName, EBoneSpaces BoneSpace); + struct FRotator GetBoneRotationByName(class FName BoneName, EBoneSpaces BoneSpace); + struct FVector GetBoneScaleByName(class FName BoneName, EBoneSpaces BoneSpace); + struct FTransform GetBoneTransformByName(class FName BoneName, EBoneSpaces BoneSpace); + void ResetBoneTransformByName(class FName BoneName); + void SetBoneLocationByName(class FName BoneName, const struct FVector& InLocation, EBoneSpaces BoneSpace); + void SetBoneRotationByName(class FName BoneName, const struct FRotator& InRotation, EBoneSpaces BoneSpace); + void SetBoneScaleByName(class FName BoneName, const struct FVector& InScale3D, EBoneSpaces BoneSpace); + void SetBoneTransformByName(class FName BoneName, const struct FTransform& InTransform, EBoneSpaces BoneSpace); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PoseableMeshComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PoseableMeshComponent") + } + static class UPoseableMeshComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPoseableMeshComponent; + +// Class Engine.ParticleModuleLocationEmitter +// 0x0020 (0x0050 - 0x0030) +class UParticleModuleLocationEmitter final : public UParticleModuleLocationBase +{ +public: + class FName EmitterName; // 0x0030(0x0008)(Edit, ExportObject, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELocationEmitterSelectionMethod SelectionMethod; // 0x0038(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 InheritSourceVelocity : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InheritSourceVelocityScale; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bInheritSourceRotation : 1; // 0x0044(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InheritSourceRotationScale; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationEmitter") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationEmitter") + } + static class UParticleModuleLocationEmitter* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationEmitter; + +// Class Engine.ParticleModuleLocationEmitterDirect +// 0x0008 (0x0038 - 0x0030) +class UParticleModuleLocationEmitterDirect final : public UParticleModuleLocationBase +{ +public: + class FName EmitterName; // 0x0030(0x0008)(Edit, ExportObject, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationEmitterDirect") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationEmitterDirect") + } + static class UParticleModuleLocationEmitterDirect* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationEmitterDirect; + +// Class Engine.ParticleModuleLocationPrimitiveBase +// 0x0080 (0x00B0 - 0x0030) +class UParticleModuleLocationPrimitiveBase : public UParticleModuleLocationBase +{ +public: + uint8 Positive_X : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Positive_Y : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Positive_Z : 1; // 0x0030(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Negative_X : 1; // 0x0030(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Negative_Y : 1; // 0x0030(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Negative_Z : 1; // 0x0030(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 SurfaceOnly : 1; // 0x0030(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Velocity : 1; // 0x0030(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat VelocityScale; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector StartLocation; // 0x0068(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationPrimitiveBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationPrimitiveBase") + } + static class UParticleModuleLocationPrimitiveBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveBase; + +// Class Engine.ParticleModuleLocationPrimitiveCylinder +// 0x0070 (0x0120 - 0x00B0) +class UParticleModuleLocationPrimitiveCylinder : public UParticleModuleLocationPrimitiveBase +{ +public: + uint8 RadialVelocity : 1; // 0x00B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B1[0x7]; // 0x00B1(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat StartRadius; // 0x00B8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat StartHeight; // 0x00E8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + ECylinderHeightAxis HeightAxis; // 0x0118(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_119[0x7]; // 0x0119(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationPrimitiveCylinder") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationPrimitiveCylinder") + } + static class UParticleModuleLocationPrimitiveCylinder* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder; + +// Class Engine.SkeletalMeshLODSettings +// 0x0020 (0x0050 - 0x0030) +class USkeletalMeshLODSettings final : public UDataAsset +{ +public: + struct FPerPlatformInt MinLOD; // 0x0030(0x0004)(Edit, Config, GlobalConfig, NoDestructor, Protected, NativeAccessSpecifierProtected) + struct FPerPlatformBool DisableBelowMinLodStripping; // 0x0034(0x0001)(Edit, Config, GlobalConfig, NoDestructor, Protected, NativeAccessSpecifierProtected) + bool bOverrideLODStreamingSettings; // 0x0035(0x0001)(Edit, ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FPerPlatformBool bSupportLODStreaming; // 0x0036(0x0001)(Edit, Config, GlobalConfig, NoDestructor, Protected, NativeAccessSpecifierProtected) + uint8 Pad_37[0x1]; // 0x0037(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPerPlatformInt MaxNumStreamedLODs; // 0x0038(0x0004)(Edit, Config, GlobalConfig, NoDestructor, Protected, NativeAccessSpecifierProtected) + struct FPerPlatformInt MaxNumOptionalLODs; // 0x003C(0x0004)(Edit, Config, GlobalConfig, NoDestructor, Protected, NativeAccessSpecifierProtected) + TArray LODGroups; // 0x0040(0x0010)(Edit, ZeroConstructor, Config, GlobalConfig, Protected, NativeAccessSpecifierProtected) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMeshLODSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMeshLODSettings") + } + static class USkeletalMeshLODSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalMeshLODSettings; + +// Class Engine.ParticleModuleLocationPrimitiveCylinder_Seeded +// 0x0020 (0x0140 - 0x0120) +class UParticleModuleLocationPrimitiveCylinder_Seeded final : public UParticleModuleLocationPrimitiveCylinder +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0120(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationPrimitiveCylinder_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationPrimitiveCylinder_Seeded") + } + static class UParticleModuleLocationPrimitiveCylinder_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder_Seeded; + +// Class Engine.ParticleModuleLocationPrimitiveSphere +// 0x0030 (0x00E0 - 0x00B0) +class UParticleModuleLocationPrimitiveSphere : public UParticleModuleLocationPrimitiveBase +{ +public: + struct FRawDistributionFloat StartRadius; // 0x00B0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationPrimitiveSphere") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationPrimitiveSphere") + } + static class UParticleModuleLocationPrimitiveSphere* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere; + +// Class Engine.ParticleModuleLocationPrimitiveSphere_Seeded +// 0x0020 (0x0100 - 0x00E0) +class UParticleModuleLocationPrimitiveSphere_Seeded final : public UParticleModuleLocationPrimitiveSphere +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x00E0(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationPrimitiveSphere_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationPrimitiveSphere_Seeded") + } + static class UParticleModuleLocationPrimitiveSphere_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere_Seeded; + +// Class Engine.ParticleModuleLocationPrimitiveTriangle +// 0x00D8 (0x0108 - 0x0030) +class UParticleModuleLocationPrimitiveTriangle final : public UParticleModuleLocationBase +{ +public: + struct FRawDistributionVector StartOffset; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Height; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Angle; // 0x00A8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Thickness; // 0x00D8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationPrimitiveTriangle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationPrimitiveTriangle") + } + static class UParticleModuleLocationPrimitiveTriangle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveTriangle; + +// Class Engine.SoundNodeMature +// 0x0000 (0x0048 - 0x0048) +class USoundNodeMature final : public USoundNode +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeMature") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeMature") + } + static class USoundNodeMature* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeMature; + +// Class Engine.ParticleModuleLocationSkelVertSurface +// 0x0060 (0x0090 - 0x0030) +class UParticleModuleLocationSkelVertSurface final : public UParticleModuleLocationBase +{ +public: + ELocationSkelVertSurfaceSource SourceType; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector UniversalOffset; // 0x0034(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUpdatePositionEachFrame : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOrientMeshEmitters : 1; // 0x0040(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritBoneVelocity : 1; // 0x0040(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InheritVelocityScale; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SkelMeshActorParamName; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ValidAssociatedBones; // 0x0050(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bEnforceNormalCheck : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector NormalToCompare; // 0x0064(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalCheckToleranceDegrees; // 0x0070(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalCheckTolerance; // 0x0074(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ValidMaterialIndices; // 0x0078(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bInheritVertexColor : 1; // 0x0088(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInheritUV : 1; // 0x0088(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 InheritUVChannel; // 0x008C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationSkelVertSurface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationSkelVertSurface") + } + static class UParticleModuleLocationSkelVertSurface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationSkelVertSurface; + +// Class Engine.ParticleModuleLocationWorldOffset +// 0x0000 (0x0080 - 0x0080) +class UParticleModuleLocationWorldOffset : public UParticleModuleLocation +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationWorldOffset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationWorldOffset") + } + static class UParticleModuleLocationWorldOffset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset; + +// Class Engine.ParticleModuleLocationWorldOffset_Seeded +// 0x0020 (0x00A0 - 0x0080) +class UParticleModuleLocationWorldOffset_Seeded final : public UParticleModuleLocationWorldOffset +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0080(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleLocationWorldOffset_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleLocationWorldOffset_Seeded") + } + static class UParticleModuleLocationWorldOffset_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset_Seeded; + +// Class Engine.ParticleModuleMaterialBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleMaterialBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMaterialBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMaterialBase") + } + static class UParticleModuleMaterialBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMaterialBase; + +// Class Engine.SmokeTestCommandlet +// 0x0000 (0x0080 - 0x0080) +class USmokeTestCommandlet final : public UCommandlet +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SmokeTestCommandlet") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SmokeTestCommandlet") + } + static class USmokeTestCommandlet* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USmokeTestCommandlet; + +// Class Engine.ParticleModuleMeshMaterial +// 0x0010 (0x0040 - 0x0030) +class UParticleModuleMeshMaterial final : public UParticleModuleMaterialBase +{ +public: + TArray MeshMaterials; // 0x0030(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshMaterial") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshMaterial") + } + static class UParticleModuleMeshMaterial* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshMaterial; + +// Class Engine.ParticleModuleMeshRotation +// 0x0050 (0x0080 - 0x0030) +class UParticleModuleMeshRotation : public UParticleModuleRotationBase +{ +public: + struct FRawDistributionVector StartRotation; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bInheritParent : 1; // 0x0078(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshRotation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshRotation") + } + static class UParticleModuleMeshRotation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshRotation; + +// Class Engine.ParticleModuleMeshRotation_Seeded +// 0x0020 (0x00A0 - 0x0080) +class UParticleModuleMeshRotation_Seeded final : public UParticleModuleMeshRotation +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0080(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshRotation_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshRotation_Seeded") + } + static class UParticleModuleMeshRotation_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshRotation_Seeded; + +// Class Engine.SoundNodeSoundClass +// 0x0010 (0x0058 - 0x0048) +class USoundNodeSoundClass final : public USoundNode +{ +public: + class USoundClass* SoundClassOverride; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeSoundClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeSoundClass") + } + static class USoundNodeSoundClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeSoundClass; + +// Class Engine.ParticleModuleMeshRotationRate +// 0x0048 (0x0078 - 0x0030) +class UParticleModuleMeshRotationRate : public UParticleModuleRotationRateBase +{ +public: + struct FRawDistributionVector StartRotationRate; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshRotationRate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshRotationRate") + } + static class UParticleModuleMeshRotationRate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshRotationRate; + +// Class Engine.ParticleModuleMeshRotationRate_Seeded +// 0x0020 (0x0098 - 0x0078) +class UParticleModuleMeshRotationRate_Seeded final : public UParticleModuleMeshRotationRate +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0078(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshRotationRate_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshRotationRate_Seeded") + } + static class UParticleModuleMeshRotationRate_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshRotationRate_Seeded; + +// Class Engine.ParticleModuleMeshRotationRateMultiplyLife +// 0x0048 (0x0078 - 0x0030) +class UParticleModuleMeshRotationRateMultiplyLife final : public UParticleModuleRotationRateBase +{ +public: + struct FRawDistributionVector LifeMultiplier; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleMeshRotationRateMultiplyLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleMeshRotationRateMultiplyLife") + } + static class UParticleModuleMeshRotationRateMultiplyLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleMeshRotationRateMultiplyLife; + +// Class Engine.ParticleModuleOrbitBase +// 0x0008 (0x0038 - 0x0030) +class UParticleModuleOrbitBase : public UParticleModule +{ +public: + uint8 bUseEmitterTime : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleOrbitBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleOrbitBase") + } + static class UParticleModuleOrbitBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleOrbitBase; + +// Class Engine.ParticleModuleOrbit +// 0x00F8 (0x0130 - 0x0038) +class UParticleModuleOrbit final : public UParticleModuleOrbitBase +{ +public: + EOrbitChainMode ChainMode; // 0x0038(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector OffsetAmount; // 0x0040(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FOrbitOptions OffsetOptions; // 0x0088(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector RotationAmount; // 0x0090(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FOrbitOptions RotationOptions; // 0x00D8(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_DC[0x4]; // 0x00DC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector RotationRateAmount; // 0x00E0(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FOrbitOptions RotationRateOptions; // 0x0128(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_12C[0x4]; // 0x012C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleOrbit") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleOrbit") + } + static class UParticleModuleOrbit* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleOrbit; + +// Class Engine.ParticleModuleOrientationBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleOrientationBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleOrientationBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleOrientationBase") + } + static class UParticleModuleOrientationBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleOrientationBase; + +// Class Engine.SoundfieldSubmix +// 0x0028 (0x0068 - 0x0040) +class USoundfieldSubmix final : public USoundSubmixWithParentBase +{ +public: + class FName SoundfieldEncodingFormat; // 0x0040(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundfieldEncodingSettingsBase* EncodingSettings; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SoundfieldEffectChain; // 0x0050(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TSubclassOf EncodingSettingsClass; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundfieldSubmix") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundfieldSubmix") + } + static class USoundfieldSubmix* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundfieldSubmix; + +// Class Engine.ParticleModuleOrientationAxisLock +// 0x0008 (0x0038 - 0x0030) +class UParticleModuleOrientationAxisLock final : public UParticleModuleOrientationBase +{ +public: + EParticleAxisLock LockAxisFlags; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleOrientationAxisLock") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleOrientationAxisLock") + } + static class UParticleModuleOrientationAxisLock* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleOrientationAxisLock; + +// Class Engine.ParticleModuleParameterBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleParameterBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleParameterBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleParameterBase") + } + static class UParticleModuleParameterBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleParameterBase; + +// Class Engine.ParticleModuleParameterDynamic +// 0x0018 (0x0048 - 0x0030) +class UParticleModuleParameterDynamic : public UParticleModuleParameterBase +{ +public: + TArray DynamicParams; // 0x0030(0x0010)(Edit, EditFixedSize, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + int32 UpdateFlags; // 0x0040(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUsesVelocity : 1; // 0x0044(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleParameterDynamic") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleParameterDynamic") + } + static class UParticleModuleParameterDynamic* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleParameterDynamic; + +// Class Engine.ParticleModuleParameterDynamic_Seeded +// 0x0020 (0x0068 - 0x0048) +class UParticleModuleParameterDynamic_Seeded final : public UParticleModuleParameterDynamic +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0048(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleParameterDynamic_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleParameterDynamic_Seeded") + } + static class UParticleModuleParameterDynamic_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleParameterDynamic_Seeded; + +// Class Engine.TriggerCapsule +// 0x0000 (0x0230 - 0x0230) +class ATriggerCapsule final : public ATriggerBase +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TriggerCapsule") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TriggerCapsule") + } + static class ATriggerCapsule* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATriggerCapsule; + +// Class Engine.ParticleModulePivotOffset +// 0x0008 (0x0038 - 0x0030) +class UParticleModulePivotOffset final : public UParticleModuleLocationBase +{ +public: + struct FVector2D PivotOffset; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModulePivotOffset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModulePivotOffset") + } + static class UParticleModulePivotOffset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModulePivotOffset; + +// Class Engine.ParticleModuleRequired +// 0x0110 (0x0140 - 0x0030) +class UParticleModuleRequired final : public UParticleModule +{ +public: + class UMaterialInterface* Material; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinFacingCameraBlendDistance; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxFacingCameraBlendDistance; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EmitterOrigin; // 0x0040(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator EmitterRotation; // 0x004C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EParticleScreenAlignment ScreenAlignment; // 0x0058(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseLocalSpace : 1; // 0x0059(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bKillOnDeactivate : 1; // 0x0059(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bKillOnCompleted : 1; // 0x0059(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EParticleSortMode SortMode; // 0x005A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseLegacyEmitterTime : 1; // 0x005B(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRemoveHMDRoll : 1; // 0x005B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEmitterDurationUseRange : 1; // 0x005B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + float EmitterDuration; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat SpawnRate; // 0x0060(0x0030)(ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray BurstList; // 0x0090(0x0010)(ExportObject, ZeroConstructor, NoClear, NativeAccessSpecifierPublic) + float EmitterDelay; // 0x00A0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EmitterDelayLow; // 0x00A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDelayFirstLoopOnly : 1; // 0x00A8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EParticleSubUVInterpMethod InterpolationMethod; // 0x00A9(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bScaleUV : 1; // 0x00AA(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEmitterDelayUseRange : 1; // 0x00AA(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EParticleBurstMethod ParticleBurstMethod; // 0x00AB(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOverrideSystemMacroUV : 1; // 0x00AC(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseMaxDrawCount : 1; // 0x00AC(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EOpacitySourceMode OpacitySourceMode; // 0x00AD(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEmitterNormalsMode EmitterNormalsMode; // 0x00AE(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOrbitModuleAffectsVelocityAlignment : 1; // 0x00AF(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + int32 SubImages_Horizontal; // 0x00B0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubImages_Vertical; // 0x00B4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RandomImageTime; // 0x00B8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RandomImageChanges; // 0x00BC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MacroUVPosition; // 0x00C0(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MacroUVRadius; // 0x00CC(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleUVFlipMode UVFlippingMode; // 0x00D0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESubUVBoundingVertexCount BoundingMode; // 0x00D1(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDurationRecalcEachLoop : 1; // 0x00D2(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D3[0x1]; // 0x00D3(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector NormalsSphereCenter; // 0x00D4(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AlphaThreshold; // 0x00E0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EmitterLoops; // 0x00E4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* CutoutTexture; // 0x00E8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxDrawCount; // 0x00F0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EmitterDurationLow; // 0x00F4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NormalsCylinderDirection; // 0x00F8(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_104[0x4]; // 0x0104(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray NamedMaterialOverrides; // 0x0108(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_118[0x28]; // 0x0118(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRequired") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRequired") + } + static class UParticleModuleRequired* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRequired; + +// Class Engine.ParticleModuleRotation_Seeded +// 0x0020 (0x0080 - 0x0060) +class UParticleModuleRotation_Seeded final : public UParticleModuleRotation +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0060(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotation_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotation_Seeded") + } + static class UParticleModuleRotation_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotation_Seeded; + +// Class Engine.Scene +// 0x0000 (0x0028 - 0x0028) +class UScene final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Scene") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Scene") + } + static class UScene* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UScene; + +// Class Engine.ParticleModuleRotationOverLifetime +// 0x0038 (0x0068 - 0x0030) +class UParticleModuleRotationOverLifetime final : public UParticleModuleRotationBase +{ +public: + struct FRawDistributionFloat RotationOverLife; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Scale : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotationOverLifetime") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotationOverLifetime") + } + static class UParticleModuleRotationOverLifetime* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotationOverLifetime; + +// Class Engine.ParticleModuleRotationRate +// 0x0030 (0x0060 - 0x0030) +class UParticleModuleRotationRate : public UParticleModuleRotationRateBase +{ +public: + struct FRawDistributionFloat StartRotationRate; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotationRate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotationRate") + } + static class UParticleModuleRotationRate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotationRate; + +// Class Engine.ParticleModuleRotationRate_Seeded +// 0x0020 (0x0080 - 0x0060) +class UParticleModuleRotationRate_Seeded final : public UParticleModuleRotationRate +{ +public: + struct FParticleRandomSeedInfo RandomSeedInfo; // 0x0060(0x0020)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotationRate_Seeded") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotationRate_Seeded") + } + static class UParticleModuleRotationRate_Seeded* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotationRate_Seeded; + +// Class Engine.ParticleModuleRotationRateMultiplyLife +// 0x0030 (0x0060 - 0x0030) +class UParticleModuleRotationRateMultiplyLife final : public UParticleModuleRotationRateBase +{ +public: + struct FRawDistributionFloat LifeMultiplier; // 0x0030(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleRotationRateMultiplyLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleRotationRateMultiplyLife") + } + static class UParticleModuleRotationRateMultiplyLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleRotationRateMultiplyLife; + +// Class Engine.SoundNodeOscillator +// 0x0028 (0x0070 - 0x0048) +class USoundNodeOscillator final : public USoundNode +{ +public: + uint8 bModulateVolume : 1; // 0x0048(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bModulatePitch : 1; // 0x0048(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AmplitudeMin; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmplitudeMax; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrequencyMin; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrequencyMax; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OffsetMin; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OffsetMax; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CenterMin; // 0x0064(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CenterMax; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeOscillator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeOscillator") + } + static class USoundNodeOscillator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeOscillator; + +// Class Engine.ParticleModuleSizeMultiplyLife +// 0x0050 (0x0080 - 0x0030) +class UParticleModuleSizeMultiplyLife final : public UParticleModuleSizeBase +{ +public: + struct FRawDistributionVector LifeMultiplier; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 MultiplyX : 1; // 0x0078(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 MultiplyY : 1; // 0x0078(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 MultiplyZ : 1; // 0x0078(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSizeMultiplyLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSizeMultiplyLife") + } + static class UParticleModuleSizeMultiplyLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSizeMultiplyLife; + +// Class Engine.PhysicsConstraintActor +// 0x0020 (0x0248 - 0x0228) +class APhysicsConstraintActor final : public ARigidBodyBase +{ +public: + class UPhysicsConstraintComponent* ConstraintComp; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class AActor* ConstraintActor1; // 0x0230(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ConstraintActor2; // 0x0238(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDisableCollision : 1; // 0x0240(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_241[0x7]; // 0x0241(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsConstraintActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsConstraintActor") + } + static class APhysicsConstraintActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APhysicsConstraintActor; + +// Class Engine.ParticleModuleSizeScale +// 0x0050 (0x0080 - 0x0030) +class UParticleModuleSizeScale final : public UParticleModuleSizeBase +{ +public: + struct FRawDistributionVector SizeScale; // 0x0030(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 EnableX : 1; // 0x0078(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 EnableY : 1; // 0x0078(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 EnableZ : 1; // 0x0078(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSizeScale") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSizeScale") + } + static class UParticleModuleSizeScale* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSizeScale; + +// Class Engine.ParticleModuleSizeScaleBySpeed +// 0x0010 (0x0040 - 0x0030) +class UParticleModuleSizeScaleBySpeed final : public UParticleModuleSizeBase +{ +public: + struct FVector2D SpeedScale; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D MaxScale; // 0x0038(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSizeScaleBySpeed") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSizeScaleBySpeed") + } + static class UParticleModuleSizeScaleBySpeed* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSizeScaleBySpeed; + +// Class Engine.ParticleModuleSpawnBase +// 0x0008 (0x0038 - 0x0030) +class UParticleModuleSpawnBase : public UParticleModule +{ +public: + uint8 bProcessSpawnRate : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bProcessBurstList : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSpawnBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSpawnBase") + } + static class UParticleModuleSpawnBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSpawnBase; + +// Class Engine.SoundSourceBus +// 0x0018 (0x0388 - 0x0370) +class USoundSourceBus final : public USoundWave +{ +public: + ESourceBusChannels SourceBusChannels; // 0x0370(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_371[0x3]; // 0x0371(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float SourceBusDuration; // 0x0374(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAudioBus* AudioBus; // 0x0378(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAutoDeactivateWhenSilent : 1; // 0x0380(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_381[0x7]; // 0x0381(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundSourceBus") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundSourceBus") + } + static class USoundSourceBus* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundSourceBus; + +// Class Engine.ParticleModuleSpawn +// 0x00B0 (0x00E8 - 0x0038) +class UParticleModuleSpawn final : public UParticleModuleSpawnBase +{ +public: + struct FRawDistributionFloat Rate; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat RateScale; // 0x0068(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + EParticleBurstMethod ParticleBurstMethod; // 0x0098(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x7]; // 0x0099(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BurstList; // 0x00A0(0x0010)(Edit, ExportObject, ZeroConstructor, NoClear, NativeAccessSpecifierPublic) + struct FRawDistributionFloat BurstScale; // 0x00B0(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bApplyGlobalSpawnRateScale : 1; // 0x00E0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_E1[0x7]; // 0x00E1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSpawn") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSpawn") + } + static class UParticleModuleSpawn* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSpawn; + +// Class Engine.ParticleModuleSpawnPerUnit +// 0x0040 (0x0078 - 0x0038) +class UParticleModuleSpawnPerUnit final : public UParticleModuleSpawnBase +{ +public: + float UnitScalar; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MovementTolerance; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat SpawnPerUnit; // 0x0040(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + float MaxFrameDistance; // 0x0070(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIgnoreSpawnRateWhenMoving : 1; // 0x0074(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreMovementAlongX : 1; // 0x0074(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreMovementAlongY : 1; // 0x0074(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreMovementAlongZ : 1; // 0x0074(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_75[0x3]; // 0x0075(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSpawnPerUnit") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSpawnPerUnit") + } + static class UParticleModuleSpawnPerUnit* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSpawnPerUnit; + +// Class Engine.ParticleModuleSubUVBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleSubUVBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSubUVBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSubUVBase") + } + static class UParticleModuleSubUVBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSubUVBase; + +// Class Engine.ParticleModuleSubUV +// 0x0040 (0x0070 - 0x0030) +class UParticleModuleSubUV : public UParticleModuleSubUVBase +{ +public: + class USubUVAnimation* Animation; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat SubImageIndex; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bUseRealTime : 1; // 0x0068(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_69[0x7]; // 0x0069(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSubUV") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSubUV") + } + static class UParticleModuleSubUV* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSubUV; + +// Class Engine.PhysicsThrusterComponent +// 0x0000 (0x0200 - 0x0200) +class UPhysicsThrusterComponent final : public USceneComponent +{ +public: + float ThrustStrength; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1FC[0x4]; // 0x01FC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsThrusterComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsThrusterComponent") + } + static class UPhysicsThrusterComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsThrusterComponent; + +// Class Engine.ParticleModuleSubUVMovie +// 0x0040 (0x00B0 - 0x0070) +class UParticleModuleSubUVMovie final : public UParticleModuleSubUV +{ +public: + uint8 bUseEmitterTime : 1; // 0x0070(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat FrameRate; // 0x0078(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + int32 StartingFrame; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_AC[0x4]; // 0x00AC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleSubUVMovie") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleSubUVMovie") + } + static class UParticleModuleSubUVMovie* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleSubUVMovie; + +// Class Engine.ParticleModuleTrailBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleTrailBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTrailBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTrailBase") + } + static class UParticleModuleTrailBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTrailBase; + +// Class Engine.ParticleModuleTrailSource +// 0x0060 (0x0090 - 0x0030) +class UParticleModuleTrailSource final : public UParticleModuleTrailBase +{ +public: + ETrail2SourceMethod SourceMethod; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName SourceName; // 0x0034(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat SourceStrength; // 0x0040(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 bLockSourceStength : 1; // 0x0070(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_71[0x3]; // 0x0071(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 SourceOffsetCount; // 0x0074(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SourceOffsetDefaults; // 0x0078(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + EParticleSourceSelectionMethod SelectionMethod; // 0x0088(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bInheritRotation : 1; // 0x008C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTrailSource") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTrailSource") + } + static class UParticleModuleTrailSource* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTrailSource; + +// Class Engine.ParticleModuleTypeDataBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleTypeDataBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTypeDataBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTypeDataBase") + } + static class UParticleModuleTypeDataBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTypeDataBase; + +// Class Engine.RuntimeVirtualTexture +// 0x0078 (0x00A0 - 0x0028) +class alignas(0x10) URuntimeVirtualTexture final : public UObject +{ +public: + int32 TileCount; // 0x0028(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 TileSize; // 0x002C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 TileBorderSize; // 0x0030(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + ERuntimeVirtualTextureMaterialType MaterialType; // 0x0034(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bCompressTextures; // 0x0035(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bClearTextures; // 0x0036(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bSinglePhysicalSpace; // 0x0037(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bPrivateSpace; // 0x0038(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bAdaptive; // 0x0039(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bContinuousUpdate; // 0x003A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_3B[0x1]; // 0x003B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 RemoveLowMips; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + ETextureGroup LODGroup; // 0x0040(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Size; // 0x0044(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class URuntimeVirtualTextureStreamingProxy* StreamingTexture; // 0x0048(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_50[0x50]; // 0x0050(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + int32 GetPageTableSize() const; + int32 GetSize() const; + int32 GetTileBorderSize() const; + int32 GetTileCount() const; + int32 GetTileSize() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RuntimeVirtualTexture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RuntimeVirtualTexture") + } + static class URuntimeVirtualTexture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URuntimeVirtualTexture; + +// Class Engine.ParticleModuleTypeDataAnimTrail +// 0x0018 (0x0048 - 0x0030) +class UParticleModuleTypeDataAnimTrail final : public UParticleModuleTypeDataBase +{ +public: + uint8 bDeadTrailsOnDeactivate : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePreviousTangentRecalculation : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTangentRecalculationEveryFrame : 1; // 0x0030(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float TilingDistance; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceTessellationStepSize; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TangentTessellationStepSize; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WidthTessellationStepSize; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTypeDataAnimTrail") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTypeDataAnimTrail") + } + static class UParticleModuleTypeDataAnimTrail* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTypeDataAnimTrail; + +// Class Engine.ParticleModuleTypeDataBeam2 +// 0x0120 (0x0150 - 0x0030) +class UParticleModuleTypeDataBeam2 final : public UParticleModuleTypeDataBase +{ +public: + EBeam2Method BeamMethod; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 TextureTile; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TextureTileDistance; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Sheets; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxBeamCount; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Speed; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InterpolationPoints; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAlwaysOn : 1; // 0x004C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 UpVectorStepSize; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BranchParentName; // 0x0054(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat Distance; // 0x0060(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + EBeamTaperMethod TaperMethod; // 0x0090(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x7]; // 0x0091(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat TaperFactor; // 0x0098(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat TaperScale; // 0x00C8(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 RenderGeometry : 1; // 0x00F8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 RenderDirectLine : 1; // 0x00F8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 RenderLines : 1; // 0x00F8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 RenderTessellation : 1; // 0x00F8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_F9[0x57]; // 0x00F9(0x0057)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTypeDataBeam2") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTypeDataBeam2") + } + static class UParticleModuleTypeDataBeam2* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTypeDataBeam2; + +// Class Engine.ParticleModuleTypeDataGpu +// 0x03F0 (0x0420 - 0x0030) +class UParticleModuleTypeDataGpu final : public UParticleModuleTypeDataBase +{ +public: + struct FGPUSpriteEmitterInfo EmitterInfo; // 0x0030(0x0280)(ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FGPUSpriteResourceData ResourceData; // 0x02B0(0x0160)(NativeAccessSpecifierPublic) + float CameraMotionBlurAmount; // 0x0410(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bClearExistingParticlesOnInit : 1; // 0x0414(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_415[0xB]; // 0x0415(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTypeDataGpu") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTypeDataGpu") + } + static class UParticleModuleTypeDataGpu* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTypeDataGpu; + +// Class Engine.ParticleModuleTypeDataMesh +// 0x0068 (0x0098 - 0x0030) +class UParticleModuleTypeDataMesh final : public UParticleModuleTypeDataBase +{ +public: + class UStaticMesh* Mesh; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_38[0x8]; // 0x0038(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float LODSizeScale; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseStaticMeshLODs : 1; // 0x0044(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CastShadows : 1; // 0x0044(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DoCollisions : 1; // 0x0044(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EMeshScreenAlignment MeshAlignment; // 0x0045(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOverrideMaterial : 1; // 0x0046(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideDefaultMotionBlurSettings : 1; // 0x0046(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableMotionBlur : 1; // 0x0046(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_47[0x1]; // 0x0047(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionVector RollPitchYawRange; // 0x0048(0x0048)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + EParticleAxisLock AxisLockOption; // 0x0090(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCameraFacing : 1; // 0x0091(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EMeshCameraFacingUpAxis CameraFacingUpAxisOption; // 0x0092(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshCameraFacingOptions CameraFacingOption; // 0x0093(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bApplyParticleRotationAsSpin : 1; // 0x0094(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bFaceCameraDirectionRatherThanPosition : 1; // 0x0094(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCollisionsConsiderPartilceSize : 1; // 0x0094(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_95[0x3]; // 0x0095(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTypeDataMesh") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTypeDataMesh") + } + static class UParticleModuleTypeDataMesh* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTypeDataMesh; + +// Class Engine.PlatformInterfaceWebResponse +// 0x0088 (0x00B0 - 0x0028) +class UPlatformInterfaceWebResponse final : public UObject +{ +public: + class FString OriginalURL; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ResponseCode; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Tag; // 0x003C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString StringResponse; // 0x0040(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray BinaryResponse; // 0x0050(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_60[0x50]; // 0x0060(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void GetHeader(int32 HeaderIndex, class FString* Header, class FString* Value); + class FString GetHeaderValue(const class FString& HeaderName); + int32 GetNumHeaders(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlatformInterfaceWebResponse") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlatformInterfaceWebResponse") + } + static class UPlatformInterfaceWebResponse* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlatformInterfaceWebResponse; + +// Class Engine.ParticleModuleTypeDataRibbon +// 0x0030 (0x0060 - 0x0030) +class UParticleModuleTypeDataRibbon final : public UParticleModuleTypeDataBase +{ +public: + int32 MaxTessellationBetweenParticles; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SheetsPerTrail; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxTrailCount; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxParticleInTrailCount; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bDeadTrailsOnDeactivate : 1; // 0x0040(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDeadTrailsOnSourceLoss : 1; // 0x0040(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bClipSourceSegement : 1; // 0x0040(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePreviousTangentRecalculation : 1; // 0x0040(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTangentRecalculationEveryFrame : 1; // 0x0040(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSpawnInitialParticle : 1; // 0x0040(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + ETrailsRenderAxisOption RenderAxis; // 0x0044(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float TangentSpawningScalar; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRenderGeometry : 1; // 0x004C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderSpawnPoints : 1; // 0x004C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderTangents : 1; // 0x004C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRenderTessellation : 1; // 0x004C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float TilingDistance; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceTessellationStepSize; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableTangentDiffInterpScale : 1; // 0x0058(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float TangentTessellationScalar; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleTypeDataRibbon") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleTypeDataRibbon") + } + static class UParticleModuleTypeDataRibbon* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleTypeDataRibbon; + +// Class Engine.ParticleModuleVectorFieldBase +// 0x0000 (0x0030 - 0x0030) +class UParticleModuleVectorFieldBase : public UParticleModule +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldBase") + } + static class UParticleModuleVectorFieldBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldBase; + +// Class Engine.ParticleModuleVectorFieldGlobal +// 0x0010 (0x0040 - 0x0030) +class UParticleModuleVectorFieldGlobal final : public UParticleModuleVectorFieldBase +{ +public: + uint8 bOverrideGlobalVectorFieldTightness : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float GlobalVectorFieldScale; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalVectorFieldTightness; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldGlobal") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldGlobal") + } + static class UParticleModuleVectorFieldGlobal* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldGlobal; + +// Class Engine.ParticleModuleVectorFieldLocal +// 0x0038 (0x0068 - 0x0030) +class UParticleModuleVectorFieldLocal final : public UParticleModuleVectorFieldBase +{ +public: + class UVectorField* VectorField; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RelativeTranslation; // 0x0038(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RelativeRotation; // 0x0044(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector RelativeScale3D; // 0x0050(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Intensity; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tightness; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIgnoreComponentTransform : 1; // 0x0064(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTileX : 1; // 0x0064(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTileY : 1; // 0x0064(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTileZ : 1; // 0x0064(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFixDT : 1; // 0x0064(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_65[0x3]; // 0x0065(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldLocal") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldLocal") + } + static class UParticleModuleVectorFieldLocal* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldLocal; + +// Class Engine.SceneCaptureCube +// 0x0008 (0x0240 - 0x0238) +class ASceneCaptureCube final : public ASceneCapture +{ +public: + class USceneCaptureComponentCube* CaptureComponentCube; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void OnInterpToggle(bool bEnable); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneCaptureCube") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneCaptureCube") + } + static class ASceneCaptureCube* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASceneCaptureCube; + +// Class Engine.ParticleModuleVectorFieldRotation +// 0x0018 (0x0048 - 0x0030) +class UParticleModuleVectorFieldRotation final : public UParticleModuleVectorFieldBase +{ +public: + struct FVector MinInitialRotation; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MaxInitialRotation; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldRotation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldRotation") + } + static class UParticleModuleVectorFieldRotation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldRotation; + +// Class Engine.ParticleModuleVectorFieldRotationRate +// 0x0010 (0x0040 - 0x0030) +class UParticleModuleVectorFieldRotationRate final : public UParticleModuleVectorFieldBase +{ +public: + struct FVector RotationRate; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldRotationRate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldRotationRate") + } + static class UParticleModuleVectorFieldRotationRate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldRotationRate; + +// Class Engine.ParticleModuleVectorFieldScale +// 0x0038 (0x0068 - 0x0030) +class UParticleModuleVectorFieldScale final : public UParticleModuleVectorFieldBase +{ +public: + class UDistributionFloat* VectorFieldScale; // 0x0030(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat VectorFieldScaleRaw; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldScale") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldScale") + } + static class UParticleModuleVectorFieldScale* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldScale; + +// Class Engine.ParticleModuleVectorFieldScaleOverLife +// 0x0038 (0x0068 - 0x0030) +class UParticleModuleVectorFieldScaleOverLife final : public UParticleModuleVectorFieldBase +{ +public: + class UDistributionFloat* VectorFieldScaleOverLife; // 0x0030(0x0008)(ExportObject, ZeroConstructor, InstancedReference, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionFloat VectorFieldScaleOverLifeRaw; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVectorFieldScaleOverLife") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVectorFieldScaleOverLife") + } + static class UParticleModuleVectorFieldScaleOverLife* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVectorFieldScaleOverLife; + +// Class Engine.SoundNodeConcatenator +// 0x0010 (0x0058 - 0x0048) +class USoundNodeConcatenator final : public USoundNode +{ +public: + TArray InputVolume; // 0x0048(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeConcatenator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeConcatenator") + } + static class USoundNodeConcatenator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeConcatenator; + +// Class Engine.ParticleModuleVelocityCone +// 0x0070 (0x00A8 - 0x0038) +class UParticleModuleVelocityCone final : public UParticleModuleVelocityBase +{ +public: + struct FRawDistributionFloat Angle; // 0x0038(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat Velocity; // 0x0068(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FVector Direction; // 0x0098(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A4[0x4]; // 0x00A4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleModuleVelocityCone") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleModuleVelocityCone") + } + static class UParticleModuleVelocityCone* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleModuleVelocityCone; + +// Class Engine.ParticleSystemComponent +// 0x0260 (0x06B0 - 0x0450) +class UParticleSystemComponent final : public UFXSystemComponent +{ +public: + class UParticleSystem* Template; // 0x0450(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray EmitterMaterials; // 0x0458(0x0010)(ZeroConstructor, Transient, DuplicateTransient, NativeAccessSpecifierPublic) + TArray SkelMeshComponents; // 0x0468(0x0010)(ExportObject, ZeroConstructor, Transient, DuplicateTransient, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_478[0x1]; // 0x0478(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bResetOnDetach : 1; // 0x0479(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUpdateOnDedicatedServer : 1; // 0x0479(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_479_2 : 2; // 0x0479(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bAllowRecycling : 1; // 0x0479(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoManageAttachment : 1; // 0x0479(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoAttachWeldSimulatedBodies : 1; // 0x0479(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_479_7 : 1; // 0x0479(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 BitPad_47A_0 : 1; // 0x047A(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bWarmingUp : 1; // 0x047A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideLODMethod : 1; // 0x047A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSkipUpdateDynamicDataDuringTick : 1; // 0x047A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_47B[0xA]; // 0x047B(0x000A)(Fixing Size After Last Property [ Dumper-7 ]) + EParticleSystemLODMethod LODMethod; // 0x0485(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleSignificanceLevel RequiredSignificance; // 0x0486(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_487[0x1]; // 0x0487(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + TArray InstanceParameters; // 0x0488(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleSpawn; // 0x0498(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleBurst; // 0x04A8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleDeath; // 0x04B8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnParticleCollide; // 0x04C8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + bool bOldPositionValid; // 0x04D8(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D9[0x3]; // 0x04D9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector OldPosition; // 0x04DC(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PartSysVelocity; // 0x04E8(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WarmupTime; // 0x04F4(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WarmupTickRate; // 0x04F8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4FC[0x4]; // 0x04FC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float SecondsBeforeInactive; // 0x0500(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_504[0x4]; // 0x0504(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxTimeBeforeForceUpdateTransform; // 0x0508(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_50C[0x1C]; // 0x050C(0x001C)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReplayClips; // 0x0528(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_538[0x8]; // 0x0538(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float CustomTimeDilation; // 0x0540(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_544[0x54]; // 0x0544(0x0054)(Fixing Size After Last Property [ Dumper-7 ]) + TWeakObjectPtr AutoAttachParent; // 0x0598(0x0008)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, DisableEditOnTemplate, EditConst, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AutoAttachSocketName; // 0x05A0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule AutoAttachLocationRule; // 0x05A8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule AutoAttachRotationRule; // 0x05A9(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule AutoAttachScaleRule; // 0x05AA(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5AB[0x2D]; // 0x05AB(0x002D)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnSystemFinished; // 0x05D8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + uint8 Pad_5E8[0xC8]; // 0x05E8(0x00C8)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void BeginTrails(class FName InFirstSocketName, class FName InSecondSocketName, ETrailWidthMode InWidthMode, float InWidth); + class UMaterialInstanceDynamic* CreateNamedDynamicMaterialInstance(class FName InName, class UMaterialInterface* SourceMaterial); + void EndTrails(); + void GenerateParticleEvent(const class FName InEventName, const float InEmitterTime, const struct FVector& InLocation, const struct FVector& InDirection, const struct FVector& InVelocity); + void SetAutoAttachParams(class USceneComponent* Parent, class FName SocketName, EAttachLocation LocationType); + void SetBeamEndPoint(int32 EmitterIndex, const struct FVector& NewEndPoint); + void SetBeamSourcePoint(int32 EmitterIndex, const struct FVector& NewSourcePoint, int32 SourceIndex); + void SetBeamSourceStrength(int32 EmitterIndex, float NewSourceStrength, int32 SourceIndex); + void SetBeamSourceTangent(int32 EmitterIndex, const struct FVector& NewTangentPoint, int32 SourceIndex); + void SetBeamTargetPoint(int32 EmitterIndex, const struct FVector& NewTargetPoint, int32 TargetIndex); + void SetBeamTargetStrength(int32 EmitterIndex, float NewTargetStrength, int32 TargetIndex); + void SetBeamTargetTangent(int32 EmitterIndex, const struct FVector& NewTangentPoint, int32 TargetIndex); + void SetMaterialParameter(class FName ParameterName, class UMaterialInterface* Param); + void SetTemplate(class UParticleSystem* NewTemplate); + void SetTrailSourceData(class FName InFirstSocketName, class FName InSecondSocketName, ETrailWidthMode InWidthMode, float InWidth); + + bool GetBeamEndPoint(int32 EmitterIndex, struct FVector* OutEndPoint) const; + bool GetBeamSourcePoint(int32 EmitterIndex, int32 SourceIndex, struct FVector* OutSourcePoint) const; + bool GetBeamSourceStrength(int32 EmitterIndex, int32 SourceIndex, float* OutSourceStrength) const; + bool GetBeamSourceTangent(int32 EmitterIndex, int32 SourceIndex, struct FVector* OutTangentPoint) const; + bool GetBeamTargetPoint(int32 EmitterIndex, int32 TargetIndex, struct FVector* OutTargetPoint) const; + bool GetBeamTargetStrength(int32 EmitterIndex, int32 TargetIndex, float* OutTargetStrength) const; + bool GetBeamTargetTangent(int32 EmitterIndex, int32 TargetIndex, struct FVector* OutTangentPoint) const; + class UMaterialInterface* GetNamedMaterial(class FName InName) const; + int32 GetNumActiveParticles() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ParticleSystemComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ParticleSystemComponent") + } + static class UParticleSystemComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UParticleSystemComponent; + +// Class Engine.PhysicalAnimationComponent +// 0x0040 (0x00F0 - 0x00B0) +class UPhysicalAnimationComponent final : public UActorComponent +{ +public: + float StrengthMultiplyer; // 0x00B0(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeletalMeshComponent* SkeletalMeshComponent; // 0x00B8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_C0[0x30]; // 0x00C0(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ApplyPhysicalAnimationProfileBelow(class FName BodyName, class FName ProfileName, bool bIncludeSelf, bool bClearNotFound); + void ApplyPhysicalAnimationSettings(class FName BodyName, const struct FPhysicalAnimationData& PhysicalAnimationData); + void ApplyPhysicalAnimationSettingsBelow(class FName BodyName, const struct FPhysicalAnimationData& PhysicalAnimationData, bool bIncludeSelf); + void SetSkeletalMeshComponent(class USkeletalMeshComponent* InSkeletalMeshComponent); + void SetStrengthMultiplyer(float InStrengthMultiplyer); + + struct FTransform GetBodyTargetTransform(class FName BodyName) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicalAnimationComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicalAnimationComponent") + } + static class UPhysicalAnimationComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicalAnimationComponent; + +// Class Engine.PhysicsCollisionHandler +// 0x0018 (0x0040 - 0x0028) +class UPhysicsCollisionHandler final : public UObject +{ +public: + float ImpactThreshold; // 0x0028(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ImpactReFireDelay; // 0x002C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* DefaultImpactSound; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LastImpactSoundTime; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsCollisionHandler") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsCollisionHandler") + } + static class UPhysicsCollisionHandler* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsCollisionHandler; + +// Class Engine.PhysicsConstraintTemplate +// 0x02F0 (0x0318 - 0x0028) +class UPhysicsConstraintTemplate final : public UObject +{ +public: + struct FConstraintInstance DefaultInstance; // 0x0028(0x01C8)(Edit, NativeAccessSpecifierPublic) + TArray ProfileHandles; // 0x01F0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + struct FConstraintProfileProperties DefaultProfile; // 0x0200(0x0114)(Transient, NoDestructor, NativeAccessSpecifierPrivate) + uint8 Pad_314[0x4]; // 0x0314(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsConstraintTemplate") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsConstraintTemplate") + } + static class UPhysicsConstraintTemplate* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsConstraintTemplate; + +// Class Engine.PhysicsSpringComponent +// 0x0020 (0x0220 - 0x0200) +class UPhysicsSpringComponent final : public USceneComponent +{ +public: + float SpringStiffness; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpringDamping; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpringLengthAtRest; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpringRadius; // 0x0204(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel SpringChannel; // 0x0208(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0209(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_20A[0x2]; // 0x020A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float SpringCompression; // 0x020C(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_210[0x10]; // 0x0210(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + float GetNormalizedCompressionScalar() const; + struct FVector GetSpringCurrentEndPoint() const; + struct FVector GetSpringDirection() const; + struct FVector GetSpringRestingPoint() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsSpringComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsSpringComponent") + } + static class UPhysicsSpringComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsSpringComponent; + +// Class Engine.PlanarReflection +// 0x0010 (0x0248 - 0x0238) +class APlanarReflection final : public ASceneCapture +{ +public: + class UPlanarReflectionComponent* PlanarReflectionComponent; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + bool bShowPreviewPlane; // 0x0240(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_241[0x7]; // 0x0241(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnInterpToggle(bool bEnable); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlanarReflection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlanarReflection") + } + static class APlanarReflection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_APlanarReflection; + +// Class Engine.PlaneReflectionCaptureComponent +// 0x0020 (0x0290 - 0x0270) +class UPlaneReflectionCaptureComponent final : public UReflectionCaptureComponent +{ +public: + float InfluenceRadiusScale; // 0x0270(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_274[0x4]; // 0x0274(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UDrawSphereComponent* PreviewInfluenceRadius; // 0x0278(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBoxComponent* PreviewCaptureBox; // 0x0280(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_288[0x8]; // 0x0288(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlaneReflectionCaptureComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlaneReflectionCaptureComponent") + } + static class UPlaneReflectionCaptureComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent; + +// Class Engine.PlayerInput +// 0x0380 (0x03A8 - 0x0028) +class UPlayerInput final : public UObject +{ +public: + uint8 Pad_28[0xF8]; // 0x0028(0x00F8)(Fixing Size After Last Property [ Dumper-7 ]) + TArray DebugExecBindings; // 0x0120(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + uint8 Pad_130[0x30]; // 0x0130(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + TArray InvertedAxis; // 0x0160(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + uint8 Pad_170[0x238]; // 0x0170(0x0238)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void ClearSmoothing(); + void InvertAxis(const class FName AxisName); + void InvertAxisKey(const struct FKey& AxisKey); + void SetBind(class FName BindName, const class FString& Command); + void SetMouseSensitivity(const float Sensitivity); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PlayerInput") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PlayerInput") + } + static class UPlayerInput* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPlayerInput; + +// Class Engine.PoseWatch +// 0x0010 (0x0038 - 0x0028) +class UPoseWatch final : public UObject +{ +public: + class UEdGraphNode* Node; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor PoseWatchColour; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PoseWatch") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PoseWatch") + } + static class UPoseWatch* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPoseWatch; + +// Class Engine.ProjectileMovementComponent +// 0x00E0 (0x01D0 - 0x00F0) +class alignas(0x10) UProjectileMovementComponent final : public UMovementComponent +{ +public: + float InitialSpeed; // 0x00F0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSpeed; // 0x00F4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRotationFollowsVelocity : 1; // 0x00F8(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRotationRemainsVertical : 1; // 0x00F8(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldBounce : 1; // 0x00F8(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInitialVelocityInLocalSpace : 1; // 0x00F8(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceSubStepping : 1; // 0x00F8(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSimulationEnabled : 1; // 0x00F8(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSweepCollision : 1; // 0x00F8(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsHomingProjectile : 1; // 0x00F8(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBounceAngleAffectsFriction : 1; // 0x00F9(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsSliding : 1; // 0x00F9(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInterpMovement : 1; // 0x00F9(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInterpRotation : 1; // 0x00F9(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_FA[0x2]; // 0x00FA(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float PreviousHitTime; // 0x00FC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousHitNormal; // 0x0100(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ProjectileGravityScale; // 0x010C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Buoyancy; // 0x0110(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bounciness; // 0x0114(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Friction; // 0x0118(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BounceVelocityStopSimulatingThreshold; // 0x011C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinFrictionFraction; // 0x0120(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_124[0x4]; // 0x0124(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TMulticastInlineDelegate OnProjectileBounce; // 0x0128(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + TMulticastInlineDelegate OnProjectileStop; // 0x0138(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) + float HomingAccelerationMagnitude; // 0x0148(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr HomingTargetComponent; // 0x014C(0x0008)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, DisableEditOnTemplate, EditConst, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSimulationTimeStep; // 0x0154(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxSimulationIterations; // 0x0158(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 BounceAdditionalIterations; // 0x015C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpLocationTime; // 0x0160(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpRotationTime; // 0x0164(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpLocationMaxLagDistance; // 0x0168(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpLocationSnapToTargetDistance; // 0x016C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_170[0x60]; // 0x0170(0x0060)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void MoveInterpolationTarget(const struct FVector& NewLocation, const struct FRotator& NewRotation); + void ResetInterpolation(); + void SetInterpolatedComponent(class USceneComponent* Component); + void SetVelocityInLocalSpace(const struct FVector& NewVelocity); + void StopSimulating(const struct FHitResult& HitResult); + + bool IsInterpolationComplete() const; + bool IsVelocityUnderSimulationThreshold() const; + struct FVector LimitVelocity(const struct FVector& NewVelocity) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ProjectileMovementComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ProjectileMovementComponent") + } + static class UProjectileMovementComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UProjectileMovementComponent; + +// Class Engine.ReplayNetConnection +// 0x0800 (0x23A8 - 0x1BA8) +class UReplayNetConnection final : public UNetConnection +{ +public: + uint8 Pad_1BA8[0x800]; // 0x1BA8(0x0800)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ReplayNetConnection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ReplayNetConnection") + } + static class UReplayNetConnection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UReplayNetConnection; + +// Class Engine.RuntimeOptionsBase +// 0x0010 (0x0038 - 0x0028) +class URuntimeOptionsBase final : public UObject +{ +public: + uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RuntimeOptionsBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RuntimeOptionsBase") + } + static class URuntimeOptionsBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_URuntimeOptionsBase; + +// Class Engine.RuntimeVirtualTextureVolume +// 0x0008 (0x0230 - 0x0228) +class ARuntimeVirtualTextureVolume final : public AActor +{ +public: + class URuntimeVirtualTextureComponent* VirtualTextureComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("RuntimeVirtualTextureVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"RuntimeVirtualTextureVolume") + } + static class ARuntimeVirtualTextureVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume; + +// Class Engine.SceneCapture2D +// 0x0008 (0x0240 - 0x0238) +class ASceneCapture2D final : public ASceneCapture +{ +public: + class USceneCaptureComponent2D* CaptureComponent2D; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void OnInterpToggle(bool bEnable); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneCapture2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneCapture2D") + } + static class ASceneCapture2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASceneCapture2D; + +// Class Engine.SceneCaptureComponent2D +// 0x0610 (0x08C0 - 0x02B0) +class USceneCaptureComponent2D final : public USceneCaptureComponent +{ +public: + ECameraProjectionMode ProjectionType; // 0x02B0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B1[0x3]; // 0x02B1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float FOVAngle; // 0x02B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoWidth; // 0x02B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2BC[0x4]; // 0x02BC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureRenderTarget2D* TextureTarget; // 0x02C0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESceneCaptureCompositeMode CompositeMode; // 0x02C8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C9[0x7]; // 0x02C9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings PostProcessSettings; // 0x02D0(0x0560)(Edit, BlueprintVisible, Interp, NativeAccessSpecifierPublic) + float PostProcessBlendWeight; // 0x0830(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOverride_CustomNearClippingPlane : 1; // 0x0834(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_835[0x3]; // 0x0835(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CustomNearClippingPlane; // 0x0838(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCustomProjectionMatrix; // 0x083C(0x0001)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_83D[0x3]; // 0x083D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix CustomProjectionMatrix; // 0x0840(0x0040)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bEnableClipPlane; // 0x0880(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_881[0x3]; // 0x0881(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ClipPlaneBase; // 0x0884(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ClipPlaneNormal; // 0x0890(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCameraCutThisFrame : 1; // 0x089C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bConsiderUnrenderedOpaquePixelAsFullyTranslucent : 1; // 0x089C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_89D[0x3]; // 0x089D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + bool bDisableFlipCopyGLES; // 0x08A0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8A1[0x1F]; // 0x08A1(0x001F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight); + void CaptureScene(); + void RemoveBlendable(TScriptInterface InBlendableObject); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneCaptureComponent2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneCaptureComponent2D") + } + static class USceneCaptureComponent2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USceneCaptureComponent2D; + +// Class Engine.SceneCaptureComponentCube +// 0x0030 (0x02E0 - 0x02B0) +class USceneCaptureComponentCube final : public USceneCaptureComponent +{ +public: + class UTextureRenderTargetCube* TextureTarget; // 0x02B0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCaptureRotation; // 0x02B8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B9[0x7]; // 0x02B9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureRenderTargetCube* TextureTargetLeft; // 0x02C0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTargetCube* TextureTargetRight; // 0x02C8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureTargetODS; // 0x02D0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IPD; // 0x02D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2DC[0x4]; // 0x02DC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void CaptureScene(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SceneCaptureComponentCube") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SceneCaptureComponentCube") + } + static class USceneCaptureComponentCube* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USceneCaptureComponentCube; + +// Class Engine.Selection +// 0x0078 (0x00A0 - 0x0028) +class USelection final : public UObject +{ +public: + uint8 Pad_28[0x78]; // 0x0028(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Selection") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Selection") + } + static class USelection* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USelection; + +// Class Engine.ShadowMapTexture2D +// 0x0010 (0x01B0 - 0x01A0) +class UShadowMapTexture2D final : public UTexture2D +{ +public: + EShadowMapFlags ShadowmapFlags; // 0x01A0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A1[0xF]; // 0x01A1(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ShadowMapTexture2D") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ShadowMapTexture2D") + } + static class UShadowMapTexture2D* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UShadowMapTexture2D; + +// Class Engine.SimpleConstructionScript +// 0x0078 (0x00A0 - 0x0028) +class USimpleConstructionScript final : public UObject +{ +public: + TArray RootNodes; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray AllNodes; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + class USCS_Node* DefaultSceneRootNode; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_50[0x50]; // 0x0050(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SimpleConstructionScript") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SimpleConstructionScript") + } + static class USimpleConstructionScript* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USimpleConstructionScript; + +// Class Engine.SkeletalMeshSocket +// 0x0038 (0x0060 - 0x0028) +class USkeletalMeshSocket final : public UObject +{ +public: + class FName SocketName; // 0x0028(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0030(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RelativeLocation; // 0x0038(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RelativeRotation; // 0x0044(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector RelativeScale; // 0x0050(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceAlwaysAnimated; // 0x005C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5D[0x3]; // 0x005D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void InitializeSocketFromLocation(const class USkeletalMeshComponent* SkelComp, const struct FVector& WorldLocation, const struct FVector& WorldNormal); + + struct FVector GetSocketLocation(const class USkeletalMeshComponent* SkelComp) const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkeletalMeshSocket") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkeletalMeshSocket") + } + static class USkeletalMeshSocket* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkeletalMeshSocket; + +// Class Engine.SkyAtmosphere +// 0x0008 (0x0230 - 0x0228) +class ASkyAtmosphere final : public AInfo +{ +public: + class USkyAtmosphereComponent* SkyAtmosphereComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkyAtmosphere") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkyAtmosphere") + } + static class ASkyAtmosphere* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASkyAtmosphere; + +// Class Engine.SkyLightComponent +// 0x01D0 (0x0400 - 0x0230) +class USkyLightComponent final : public ULightComponentBase +{ +public: + bool bRealTimeCapture; // 0x0228(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkyLightSourceType SourceType; // 0x0229(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22A[0x6]; // 0x022A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureCube* Cubemap; // 0x0230(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceCubemapAngle; // 0x0238(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CubemapResolution; // 0x023C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SkyDistanceThreshold; // 0x0240(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCaptureEmissiveOnly; // 0x0244(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLowerHemisphereIsBlack; // 0x0245(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_246[0x2]; // 0x0246(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor LowerHemisphereColor; // 0x0248(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionMaxDistance; // 0x0258(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Contrast; // 0x025C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionExponent; // 0x0260(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinOcclusion; // 0x0264(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor OcclusionTint; // 0x0268(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCloudAmbientOcclusion : 1; // 0x026C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_26D[0x3]; // 0x026D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CloudAmbientOcclusionStrength; // 0x0270(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudAmbientOcclusionExtent; // 0x0274(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudAmbientOcclusionMapResolutionScale; // 0x0278(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CloudAmbientOcclusionApertureScale; // 0x027C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EOcclusionCombineMode OcclusionCombineMode; // 0x0280(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_281[0xA7]; // 0x0281(0x00A7)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureCube* BlendDestinationCubemap; // 0x0328(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_330[0xD0]; // 0x0330(0x00D0)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void RecaptureSky(); + void SetCubemap(class UTextureCube* NewCubemap); + void SetCubemapBlend(class UTextureCube* SourceCubemap, class UTextureCube* DestinationCubemap, float InBlendFraction); + void SetIndirectLightingIntensity(float NewIntensity); + void SetIntensity(float NewIntensity); + void SetLightColor(const struct FLinearColor& NewLightColor); + void SetLowerHemisphereColor(const struct FLinearColor& InLowerHemisphereColor); + void SetMinOcclusion(float InMinOcclusion); + void SetOcclusionContrast(float InOcclusionContrast); + void SetOcclusionExponent(float InOcclusionExponent); + void SetOcclusionTint(const struct FColor& InTint); + void SetVolumetricScatteringIntensity(float NewIntensity); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SkyLightComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SkyLightComponent") + } + static class USkyLightComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USkyLightComponent; + +// Class Engine.SlateBrushAsset +// 0x0088 (0x00B0 - 0x0028) +class USlateBrushAsset final : public UObject +{ +public: + struct FSlateBrush Brush; // 0x0028(0x0088)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateBrushAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateBrushAsset") + } + static class USlateBrushAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USlateBrushAsset; + +// Class Engine.SoundClass +// 0x00A0 (0x00C8 - 0x0028) +class USoundClass final : public UObject +{ +public: + struct FSoundClassProperties Properties; // 0x0028(0x0078)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic) + TArray ChildClasses; // 0x00A0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + TArray PassiveSoundMixModifiers; // 0x00B0(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + class USoundClass* ParentClass; // 0x00C0(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundClass") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundClass") + } + static class USoundClass* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundClass; + +// Class Engine.SoundCue +// 0x03D8 (0x0548 - 0x0170) +class USoundCue final : public USoundBase +{ +public: + uint8 bPrimeOnLoad : 1; // 0x0170(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_171[0x7]; // 0x0171(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundNode* FirstNode; // 0x0178(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0180(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0184(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoundAttenuationSettings AttenuationOverrides; // 0x0188(0x03A0)(Edit, NativeAccessSpecifierPublic) + float SubtitlePriority; // 0x0528(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_52C[0x4]; // 0x052C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bOverrideAttenuation : 1; // 0x0530(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bExcludeFromRandomNodeBranchCulling : 1; // 0x0530(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_531[0x3]; // 0x0531(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 CookedQualityIndex; // 0x0534(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bHasPlayWhenSilent : 1; // 0x0538(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_539[0xF]; // 0x0539(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundCue") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundCue") + } + static class USoundCue* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundCue; + +// Class Engine.SoundGroups +// 0x0060 (0x0088 - 0x0028) +class USoundGroups final : public UObject +{ +public: + TArray SoundGroupProfiles; // 0x0028(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPrivate) + uint8 Pad_38[0x50]; // 0x0038(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundGroups") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundGroups") + } + static class USoundGroups* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundGroups; + +// Class Engine.SoundNodeAttenuation +// 0x03B0 (0x03F8 - 0x0048) +class USoundNodeAttenuation final : public USoundNode +{ +public: + class USoundAttenuation* AttenuationSettings; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoundAttenuationSettings AttenuationOverrides; // 0x0050(0x03A0)(Edit, NativeAccessSpecifierPublic) + uint8 bOverrideAttenuation : 1; // 0x03F0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3F1[0x7]; // 0x03F1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeAttenuation") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeAttenuation") + } + static class USoundNodeAttenuation* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeAttenuation; + +// Class Engine.SoundNodeDialoguePlayer +// 0x0028 (0x0070 - 0x0048) +class USoundNodeDialoguePlayer final : public USoundNode +{ +public: + struct FDialogueWaveParameter DialogueWaveParameter; // 0x0048(0x0020)(Edit, NativeAccessSpecifierPublic) + uint8 bLooping : 1; // 0x0068(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_69[0x7]; // 0x0069(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeDialoguePlayer") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeDialoguePlayer") + } + static class USoundNodeDialoguePlayer* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeDialoguePlayer; + +// Class Engine.SoundNodeGroupControl +// 0x0010 (0x0058 - 0x0048) +class USoundNodeGroupControl final : public USoundNode +{ +public: + TArray GroupSizes; // 0x0048(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeGroupControl") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeGroupControl") + } + static class USoundNodeGroupControl* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeGroupControl; + +// Class Engine.SoundNodeModulator +// 0x0010 (0x0058 - 0x0048) +class USoundNodeModulator final : public USoundNode +{ +public: + float PitchMin; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMax; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMin; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMax; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeModulator") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeModulator") + } + static class USoundNodeModulator* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeModulator; + +// Class Engine.SoundNodeQualityLevel +// 0x0008 (0x0050 - 0x0048) +class USoundNodeQualityLevel final : public USoundNode +{ +public: + int32 CookedQualityLevelIndex; // 0x0048(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeQualityLevel") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeQualityLevel") + } + static class USoundNodeQualityLevel* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeQualityLevel; + +// Class Engine.SoundNodeWaveParam +// 0x0008 (0x0050 - 0x0048) +class USoundNodeWaveParam final : public USoundNode +{ +public: + class FName WaveParameterName; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundNodeWaveParam") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundNodeWaveParam") + } + static class USoundNodeWaveParam* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundNodeWaveParam; + +// Class Engine.EndpointSubmix +// 0x0018 (0x0050 - 0x0038) +class UEndpointSubmix final : public USoundSubmixBase +{ +public: + class FName EndpointType; // 0x0038(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf EndpointSettingsClass; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAudioEndpointSettingsBase* EndpointSettings; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EndpointSubmix") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EndpointSubmix") + } + static class UEndpointSubmix* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEndpointSubmix; + +// Class Engine.SoundfieldEndpointSubmix +// 0x0038 (0x0070 - 0x0038) +class USoundfieldEndpointSubmix final : public USoundSubmixBase +{ +public: + class FName SoundfieldEndpointType; // 0x0038(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf EndpointSettingsClass; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundfieldEndpointSettingsBase* EndpointSettings; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf EncodingSettingsClass; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundfieldEncodingSettingsBase* EncodingSettings; // 0x0058(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SoundfieldEffectChain; // 0x0060(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SoundfieldEndpointSubmix") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SoundfieldEndpointSubmix") + } + static class USoundfieldEndpointSubmix* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USoundfieldEndpointSubmix; + +// Class Engine.SphereReflectionCapture +// 0x0008 (0x0238 - 0x0230) +class ASphereReflectionCapture final : public AReflectionCapture +{ +public: + class UDrawSphereComponent* DrawCaptureRadius; // 0x0230(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SphereReflectionCapture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SphereReflectionCapture") + } + static class ASphereReflectionCapture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASphereReflectionCapture; + +// Class Engine.SphereReflectionCaptureComponent +// 0x0010 (0x0280 - 0x0270) +class USphereReflectionCaptureComponent final : public UReflectionCaptureComponent +{ +public: + float InfluenceRadius; // 0x0270(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CaptureDistanceScale; // 0x0274(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDrawSphereComponent* PreviewInfluenceRadius; // 0x0278(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SphereReflectionCaptureComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SphereReflectionCaptureComponent") + } + static class USphereReflectionCaptureComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USphereReflectionCaptureComponent; + +// Class Engine.SplineMeshActor +// 0x0008 (0x0230 - 0x0228) +class ASplineMeshActor final : public AActor +{ +public: + class USplineMeshComponent* SplineMeshComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SplineMeshActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SplineMeshActor") + } + static class ASplineMeshActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ASplineMeshActor; + +// Class Engine.StaticMesh +// 0x0110 (0x0170 - 0x0060) +class UStaticMesh final : public UStreamableRenderAsset +{ +public: + uint8 Pad_60[0x20]; // 0x0060(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPerPlatformInt MinLOD; // 0x0080(0x0004)(NoDestructor, NativeAccessSpecifierPublic) + float LpvBiasMultiplier; // 0x0084(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray StaticMaterials; // 0x0088(0x0010)(BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + float LightmapUVDensity; // 0x0098(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LightMapResolution; // 0x009C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LightMapCoordinateIndex; // 0x00A0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFieldSelfShadowBias; // 0x00A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBodySetup* BodySetup; // 0x00A8(0x0008)(Edit, ExportObject, ZeroConstructor, Transient, InstancedReference, DuplicateTransient, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODForCollision; // 0x00B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ShadowMapLODs; // 0x00B8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + int32 ShadowOnlyLODs; // 0x00C8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxShadowCascade; // 0x00CC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bGenerateMeshDistanceField : 1; // 0x00D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStripComplexCollisionForConsole : 1; // 0x00D0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasNavigationData : 1; // 0x00D0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportUniformlyDistributedSampling : 1; // 0x00D0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportPhysicalMaterialMasks : 1; // 0x00D0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportRayTracing : 1; // 0x00D0(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsBuiltAtRuntime : 1; // 0x00D0(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_D0_7 : 1; // 0x00D0(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 bAllowCPUAccess : 1; // 0x00D1(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportGpuUniformlyDistributedSampling : 1; // 0x00D1(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D2[0x26]; // 0x00D2(0x0026)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Sockets; // 0x00F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_108[0x10]; // 0x0108(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector PositiveBoundsExtension; // 0x0118(0x000C)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NegativeBoundsExtension; // 0x0124(0x000C)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBoxSphereBounds ExtendedBounds; // 0x0130(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 ElementToIgnoreForTexFactor; // 0x014C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray AssetUserData; // 0x0150(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + class UObject* EditableMesh; // 0x0160(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UNavCollisionBase* NavCollision; // 0x0168(0x0008)(Edit, ExportObject, ZeroConstructor, Transient, EditConst, InstancedReference, DuplicateTransient, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UStaticMeshDescription* CreateStaticMeshDescription(class UObject* Outer_0); + + class FName AddMaterial(class UMaterialInterface* Material); + void AddSocket(class UStaticMeshSocket* Socket); + void BuildFromStaticMeshDescriptions(const TArray& StaticMeshDescriptions, bool bBuildSimpleCollision); + void RemoveSocket(class UStaticMeshSocket* Socket); + void SetStaticMaterials(const TArray& InStaticMaterials); + + class UStaticMeshSocket* FindSocket(class FName InSocketName) const; + struct FBox GetBoundingBox() const; + struct FBoxSphereBounds GetBounds() const; + class UMaterialInterface* GetMaterial(int32 MaterialIndex) const; + int32 GetMaterialIndex(class FName MaterialSlotName) const; + int32 GetMinimumLODForPlatform(const class FName& PlatformName) const; + void GetMinimumLODForPlatforms(TMap* PlatformMinimumLODs) const; + int32 GetNumLODs() const; + int32 GetNumSections(int32 InLOD) const; + const TArray GetStaticMaterials() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StaticMesh") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StaticMesh") + } + static class UStaticMesh* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStaticMesh; + +// Class Engine.StaticMeshSocket +// 0x0040 (0x0068 - 0x0028) +class UStaticMeshSocket final : public UObject +{ +public: + class FName SocketName; // 0x0028(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RelativeLocation; // 0x0030(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RelativeRotation; // 0x003C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector RelativeScale; // 0x0048(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Tag; // 0x0058(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StaticMeshSocket") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StaticMeshSocket") + } + static class UStaticMeshSocket* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStaticMeshSocket; + +// Class Engine.StereoLayerShapeCylinder +// 0x0010 (0x0038 - 0x0028) +class UStereoLayerShapeCylinder final : public UStereoLayerShape +{ +public: + float Radius; // 0x0028(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverlayArc; // 0x002C(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x0030(0x0004)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetHeight(int32 InHeight); + void SetOverlayArc(float InOverlayArc); + void SetRadius(float InRadius); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerShapeCylinder") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerShapeCylinder") + } + static class UStereoLayerShapeCylinder* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerShapeCylinder; + +// Class Engine.StereoLayerShapeCubemap +// 0x0000 (0x0028 - 0x0028) +class UStereoLayerShapeCubemap final : public UStereoLayerShape +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerShapeCubemap") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerShapeCubemap") + } + static class UStereoLayerShapeCubemap* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerShapeCubemap; + +// Class Engine.StereoLayerFunctionLibrary +// 0x0000 (0x0028 - 0x0028) +class UStereoLayerFunctionLibrary final : public UBlueprintFunctionLibrary +{ +public: + static void EnableAutoLoadingSplashScreen(bool InAutoShowEnabled); + static void HideSplashScreen(); + static void SetSplashScreen(class UTexture* Texture, const struct FVector2D& Scale, const struct FVector& Offset, bool bShowLoadingMovie, bool bShowOnSet); + static void ShowSplashScreen(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StereoLayerFunctionLibrary") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StereoLayerFunctionLibrary") + } + static class UStereoLayerFunctionLibrary* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStereoLayerFunctionLibrary; + +// Class Engine.StringTable +// 0x0018 (0x0040 - 0x0028) +class UStringTable final : public UObject +{ +public: + uint8 Pad_28[0x18]; // 0x0028(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("StringTable") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"StringTable") + } + static class UStringTable* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UStringTable; + +// Class Engine.SubsurfaceProfile +// 0x0090 (0x00B8 - 0x0028) +class USubsurfaceProfile final : public UObject +{ +public: + struct FSubsurfaceProfileStruct Settings; // 0x0028(0x008C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SubsurfaceProfile") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SubsurfaceProfile") + } + static class USubsurfaceProfile* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USubsurfaceProfile; + +// Class Engine.SystemTimeTimecodeProvider +// 0x0010 (0x0040 - 0x0030) +class USystemTimeTimecodeProvider final : public UTimecodeProvider +{ +public: + struct FFrameRate FrameRate; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateFullFrame; // 0x0038(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseHighPerformanceClock; // 0x0039(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SystemTimeTimecodeProvider") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SystemTimeTimecodeProvider") + } + static class USystemTimeTimecodeProvider* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USystemTimeTimecodeProvider; + +// Class Engine.TextRenderActor +// 0x0008 (0x0230 - 0x0228) +class ATextRenderActor final : public AActor +{ +public: + class UTextRenderComponent* TextRender; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextRenderActor") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextRenderActor") + } + static class ATextRenderActor* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATextRenderActor; + +// Class Engine.TextRenderComponent +// 0x0050 (0x04A0 - 0x0450) +class UTextRenderComponent final : public UPrimitiveComponent +{ +public: + class FText Text; // 0x0450(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic) + class UMaterialInterface* TextMaterial; // 0x0468(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* Font; // 0x0470(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EHorizTextAligment HorizontalAlignment; // 0x0478(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVerticalTextAligment VerticalAlignment; // 0x0479(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_47A[0x2]; // 0x047A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor TextRenderColor; // 0x047C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float XScale; // 0x0480(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float YScale; // 0x0484(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WorldSize; // 0x0488(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InvDefaultSize; // 0x048C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HorizSpacingAdjust; // 0x0490(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VertSpacingAdjust; // 0x0494(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAlwaysRenderAsText : 1; // 0x0498(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_499[0x7]; // 0x0499(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void K2_SetText(const class FText& Value); + void SetFont(class UFont* Value); + void SetHorizontalAlignment(EHorizTextAligment Value); + void SetHorizSpacingAdjust(float Value); + void SetText(const class FString& Value); + void SetTextMaterial(class UMaterialInterface* Material); + void SetTextRenderColor(const struct FColor& Value); + void SetVerticalAlignment(EVerticalTextAligment Value); + void SetVertSpacingAdjust(float Value); + void SetWorldSize(float Value); + void SetXScale(float Value); + void SetYScale(float Value); + + struct FVector GetTextLocalSize() const; + struct FVector GetTextWorldSize() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextRenderComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextRenderComponent") + } + static class UTextRenderComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextRenderComponent; + +// Class Engine.Texture2DArray +// 0x0060 (0x01E0 - 0x0180) +class UTexture2DArray final : public UTexture +{ +public: + uint8 Pad_178[0x58]; // 0x0178(0x0058)(Fixing Size After Last Property [ Dumper-7 ]) + ETextureAddress AddressX; // 0x01D0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressY; // 0x01D1(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureAddress AddressZ; // 0x01D2(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D3[0xD]; // 0x01D3(0x000D)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("Texture2DArray") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"Texture2DArray") + } + static class UTexture2DArray* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTexture2DArray; + +// Class Engine.TextureMipDataProviderFactory +// 0x0000 (0x0028 - 0x0028) +class UTextureMipDataProviderFactory final : public UAssetUserData +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureMipDataProviderFactory") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureMipDataProviderFactory") + } + static class UTextureMipDataProviderFactory* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureMipDataProviderFactory; + +// Class Engine.TextureRenderTarget2DArray +// 0x0020 (0x01A0 - 0x0180) +class UTextureRenderTarget2DArray final : public UTextureRenderTarget +{ +public: + int32 SizeX; // 0x0180(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0184(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Slices; // 0x0188(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ClearColor; // 0x018C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPixelFormat OverrideFormat; // 0x019C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bHDR : 1; // 0x019D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AssetRegistrySearchable, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceLinearGamma : 1; // 0x019D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_19E[0x2]; // 0x019E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextureRenderTarget2DArray") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextureRenderTarget2DArray") + } + static class UTextureRenderTarget2DArray* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextureRenderTarget2DArray; + +// Class Engine.TimelineComponent +// 0x00A0 (0x0150 - 0x00B0) +class UTimelineComponent final : public UActorComponent +{ +public: + struct FTimeline TheTimeline; // 0x00B0(0x0098)(Net, RepNotify, ContainsInstancedReference, NativeAccessSpecifierPrivate) + uint8 bIgnoreTimeDilation : 1; // 0x0148(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_149[0x7]; // 0x0149(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void OnRep_Timeline(); + void Play(); + void PlayFromStart(); + void Reverse(); + void ReverseFromEnd(); + void SetFloatCurve(class UCurveFloat* NewFloatCurve, class FName FloatTrackName); + void SetIgnoreTimeDilation(bool bNewIgnoreTimeDilation); + void SetLinearColorCurve(class UCurveLinearColor* NewLinearColorCurve, class FName LinearColorTrackName); + void SetLooping(bool bNewLooping); + void SetNewTime(float NewTime); + void SetPlaybackPosition(float NewPosition, bool bFireEvents, bool bFireUpdate); + void SetPlayRate(float NewRate); + void SetTimelineLength(float NewLength); + void SetTimelineLengthMode(ETimelineLengthMode NewLengthMode); + void SetVectorCurve(class UCurveVector* NewVectorCurve, class FName VectorTrackName); + void Stop(); + + bool GetIgnoreTimeDilation() const; + float GetPlaybackPosition() const; + float GetPlayRate() const; + float GetTimelineLength() const; + bool IsLooping() const; + bool IsPlaying() const; + bool IsReversing() const; + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TimelineComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TimelineComponent") + } + static class UTimelineComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTimelineComponent; + +// Class Engine.TireType +// 0x0008 (0x0038 - 0x0030) +class UTireType final : public UDataAsset +{ +public: + float FrictionScale; // 0x0030(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TireType") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TireType") + } + static class UTireType* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTireType; + +// Class Engine.TouchInterface +// 0x0030 (0x0058 - 0x0028) +class UTouchInterface final : public UObject +{ +public: + TArray Controls; // 0x0028(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + float ActiveOpacity; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InactiveOpacity; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeUntilDeactive; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeUntilReset; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ActivationDelay; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPreventRecenter; // 0x004C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float StartupDelay; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TouchInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TouchInterface") + } + static class UTouchInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTouchInterface; + +// Class Engine.TriggerVolume +// 0x0000 (0x0260 - 0x0260) +class ATriggerVolume final : public AVolume +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TriggerVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TriggerVolume") + } + static class ATriggerVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ATriggerVolume; + +// Class Engine.UserDefinedEnum +// 0x0050 (0x00B0 - 0x0060) +class UUserDefinedEnum final : public UEnum +{ +public: + TMap DisplayNameMap; // 0x0060(0x0050)(NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("UserDefinedEnum") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"UserDefinedEnum") + } + static class UUserDefinedEnum* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UUserDefinedEnum; + +// Class Engine.UserDefinedStruct +// 0x0048 (0x0108 - 0x00C0) +class UUserDefinedStruct : public UScriptStruct +{ +public: + EUserDefinedStructureStatus Status; // 0x00C0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C1[0x3]; // 0x00C1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid Guid; // 0x00C4(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D4[0x34]; // 0x00D4(0x0034)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("UserDefinedStruct") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"UserDefinedStruct") + } + static class UUserDefinedStruct* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UUserDefinedStruct; + +// Class Engine.UserInterfaceSettings +// 0x0238 (0x0270 - 0x0038) +class UUserInterfaceSettings final : public UDeveloperSettings +{ +public: + ERenderFocusRule RenderFocusRule; // 0x0038(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TMap HardwareCursors; // 0x0040(0x0050)(Edit, Config, NativeAccessSpecifierPublic) + TMap SoftwareCursors; // 0x0090(0x0050)(Edit, Config, NativeAccessSpecifierPublic) + struct FSoftClassPath DefaultCursor; // 0x00E0(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath TextEditBeamCursor; // 0x00F8(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath CrosshairsCursor; // 0x0110(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath HandCursor; // 0x0128(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath GrabHandCursor; // 0x0140(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath GrabHandClosedCursor; // 0x0158(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath SlashedCircleCursor; // 0x0170(0x0018)(ZeroConstructor, Config, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ApplicationScale; // 0x0188(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EUIScalingRule UIScaleRule; // 0x018C(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_18D[0x3]; // 0x018D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoftClassPath CustomScalingRuleClass; // 0x0190(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve UIScaleCurve; // 0x01A8(0x0088)(Edit, Config, NativeAccessSpecifierPublic) + bool bAllowHighDPIInGameMode; // 0x0230(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_231[0x3]; // 0x0231(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FIntPoint DesignScreenSize; // 0x0234(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLoadWidgetsOnDedicatedServer; // 0x023C(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23D[0x3]; // 0x023D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CursorClasses; // 0x0240(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + class UClass* CustomScalingRuleClassInstance; // 0x0250(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UDPICustomScalingRule* CustomScalingRule; // 0x0258(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_260[0x10]; // 0x0260(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("UserInterfaceSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"UserInterfaceSettings") + } + static class UUserInterfaceSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UUserInterfaceSettings; + +// Class Engine.VectorFieldAnimated +// 0x0040 (0x0088 - 0x0048) +class UVectorFieldAnimated final : public UVectorField +{ +public: + class UTexture2D* Texture; // 0x0048(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVectorFieldConstructionOp ConstructionOp; // 0x0050(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 VolumeSizeX; // 0x0054(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 VolumeSizeY; // 0x0058(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 VolumeSizeZ; // 0x005C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubImagesX; // 0x0060(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SubImagesY; // 0x0064(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FrameCount; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FramesPerSecond; // 0x006C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLoop : 1; // 0x0070(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UVectorFieldStatic* NoiseField; // 0x0078(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NoiseScale; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NoiseMax; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VectorFieldAnimated") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VectorFieldAnimated") + } + static class UVectorFieldAnimated* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVectorFieldAnimated; + +// Class Engine.VectorFieldComponent +// 0x0030 (0x0480 - 0x0450) +class UVectorFieldComponent final : public UPrimitiveComponent +{ +public: + class UVectorField* VectorField; // 0x0450(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Intensity; // 0x0458(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tightness; // 0x045C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPreviewVectorField : 1; // 0x0460(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_461[0x1F]; // 0x0461(0x001F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + void SetIntensity(float NewIntensity); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VectorFieldComponent") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VectorFieldComponent") + } + static class UVectorFieldComponent* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVectorFieldComponent; + +// Class Engine.VectorFieldStatic +// 0x0050 (0x0098 - 0x0048) +class UVectorFieldStatic final : public UVectorField +{ +public: + int32 SizeX; // 0x0048(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x004C(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeZ; // 0x0050(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAllowCPUAccess; // 0x0054(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x43]; // 0x0055(0x0043)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VectorFieldStatic") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VectorFieldStatic") + } + static class UVectorFieldStatic* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVectorFieldStatic; + +// Class Engine.VectorFieldVolume +// 0x0008 (0x0230 - 0x0228) +class AVectorFieldVolume final : public AActor +{ +public: + class UVectorFieldComponent* VectorFieldComponent; // 0x0228(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, EditConst, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VectorFieldVolume") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VectorFieldVolume") + } + static class AVectorFieldVolume* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AVectorFieldVolume; + +// Class Engine.ViewportStatsSubsystem +// 0x0020 (0x0050 - 0x0030) +class UViewportStatsSubsystem final : public UWorldSubsystem +{ +public: + uint8 Pad_30[0x20]; // 0x0030(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + int32 AddDisplayDelegate(const TDelegate& Delegate); + void AddTimedDisplay(const class FText& Text, const struct FLinearColor& Color, float Duration); + void RemoveDisplayDelegate(const int32 IndexToRemove); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ViewportStatsSubsystem") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ViewportStatsSubsystem") + } + static class UViewportStatsSubsystem* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UViewportStatsSubsystem; + +// Class Engine.VirtualTexture +// 0x0000 (0x0028 - 0x0028) +class UVirtualTexture : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VirtualTexture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VirtualTexture") + } + static class UVirtualTexture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVirtualTexture; + +// Class Engine.LightMapVirtualTexture +// 0x0000 (0x0028 - 0x0028) +class ULightMapVirtualTexture final : public UVirtualTexture +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("LightMapVirtualTexture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"LightMapVirtualTexture") + } + static class ULightMapVirtualTexture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_ULightMapVirtualTexture; + +// Class Engine.VirtualTextureBuilder +// 0x0010 (0x0038 - 0x0028) +class UVirtualTextureBuilder final : public UObject +{ +public: + class UVirtualTexture2D* Texture; // 0x0028(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint64 BuildHash; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VirtualTextureBuilder") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VirtualTextureBuilder") + } + static class UVirtualTextureBuilder* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVirtualTextureBuilder; + +// Class Engine.VirtualTexturePoolConfig +// 0x0018 (0x0040 - 0x0028) +class UVirtualTexturePoolConfig final : public UObject +{ +public: + int32 DefaultSizeInMegabyte; // 0x0028(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Pools; // 0x0030(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VirtualTexturePoolConfig") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VirtualTexturePoolConfig") + } + static class UVirtualTexturePoolConfig* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVirtualTexturePoolConfig; + +// Class Engine.VisualLoggerDebugSnapshotInterface +// 0x0000 (0x0000 - 0x0000) +class IVisualLoggerDebugSnapshotInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VisualLoggerDebugSnapshotInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VisualLoggerDebugSnapshotInterface") + } + static class IVisualLoggerDebugSnapshotInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IVisualLoggerDebugSnapshotInterface; + +// Class Engine.VolumeTexture +// 0x0050 (0x01D0 - 0x0180) +class UVolumeTexture final : public UTexture +{ +public: + uint8 Pad_178[0x58]; // 0x0178(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("VolumeTexture") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"VolumeTexture") + } + static class UVolumeTexture* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UVolumeTexture; + +// Class Engine.WorldSettings +// 0x0180 (0x03A8 - 0x0228) +class AWorldSettings final : public AInfo +{ +public: + uint8 Pad_228[0x8]; // 0x0228(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + int32 VisibilityCellSize; // 0x0230(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVisibilityAggressiveness VisibilityAggressiveness; // 0x0234(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bPrecomputeVisibility : 1; // 0x0235(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPlaceCellsOnlyAlongCameraTracks : 1; // 0x0235(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableWorldBoundsChecks : 1; // 0x0235(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableNavigationSystem : 1; // 0x0235(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (BlueprintVisible, BlueprintReadOnly, Config, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bEnableAISystem : 1; // 0x0235(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, Config, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableWorldComposition : 1; // 0x0235(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseClientSideLevelStreamingVolumes : 1; // 0x0235(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableWorldOriginRebasing : 1; // 0x0235(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWorldGravitySet : 1; // 0x0236(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGlobalGravitySet : 1; // 0x0236(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMinimizeBSPSections : 1; // 0x0236(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceNoPrecomputedLighting : 1; // 0x0236(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHighPriorityLoading : 1; // 0x0236(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Net, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHighPriorityLoadingLocal : 1; // 0x0236(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideDefaultBroadphaseSettings : 1; // 0x0236(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_237[0x1]; // 0x0237(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + class UNavigationSystemConfig* NavigationSystemConfig; // 0x0238(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, InstancedReference, NoClear, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UNavigationSystemConfig* NavigationSystemConfigOverride; // 0x0240(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float WorldToMeters; // 0x0248(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float KillZ; // 0x024C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf KillZDamageType; // 0x0250(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WorldGravityZ; // 0x0258(0x0004)(Net, ZeroConstructor, Transient, IsPlainOldData, RepNotify, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalGravityZ; // 0x025C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DefaultPhysicsVolumeClass; // 0x0260(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, AdvancedDisplay, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf PhysicsCollisionHandlerClass; // 0x0268(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DefaultGameMode; // 0x0270(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf GameNetworkManagerClass; // 0x0278(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PackedLightAndShadowMapTextureSize; // 0x0280(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector DefaultColorScale; // 0x0284(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultMaxDistanceFieldOcclusionDistance; // 0x0290(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalDistanceFieldViewDistance; // 0x0294(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DynamicIndirectShadowsSelfShadowingIntensity; // 0x0298(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29C[0x4]; // 0x029C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FReverbSettings DefaultReverbSettings; // 0x02A0(0x0020)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + struct FInteriorSettings DefaultAmbientZoneSettings; // 0x02C0(0x0024)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2E4[0x4]; // 0x02E4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundMix* DefaultBaseSoundMix; // 0x02E8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeDilation; // 0x02F0(0x0004)(Net, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MatineeTimeDilation; // 0x02F4(0x0004)(Net, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DemoPlayTimeDilation; // 0x02F8(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinGlobalTimeDilation; // 0x02FC(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxGlobalTimeDilation; // 0x0300(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinUndilatedFrameTime; // 0x0304(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxUndilatedFrameTime; // 0x0308(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBroadphaseSettings BroadphaseSettings; // 0x030C(0x0040)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_34C[0x4]; // 0x034C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerState* Pauser; // 0x0350(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReplicationViewers; // 0x0358(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray AssetUserData; // 0x0368(0x0010)(ExportObject, ZeroConstructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected) + class APlayerState* PauserPlayerState; // 0x0378(0x0008)(Net, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 MaxNumberOfBookmarks; // 0x0380(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_384[0x4]; // 0x0384(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf DefaultBookmarkClass; // 0x0388(0x0008)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray BookmarkArray; // 0x0390(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TSubclassOf LastBookmarkClass; // 0x03A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + +public: + void OnRep_WorldGravityZ(); + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("WorldSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"WorldSettings") + } + static class AWorldSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_AWorldSettings; + +} + diff --git a/Kena/SDK/Engine_functions.cpp b/Kena/SDK/Engine_functions.cpp new file mode 100644 index 0000000..5ecca01 --- /dev/null +++ b/Kena/SDK/Engine_functions.cpp @@ -0,0 +1,97628 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Engine + +#include "Basic.hpp" + +#include "Engine_classes.hpp" +#include "Engine_parameters.hpp" + + +namespace SDK +{ + +// Function Engine.Actor.AddComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class FName TemplateName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bManualAttachment (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& RelativeTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const class UObject* ComponentTemplateContext (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDeferredFinish (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UActorComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UActorComponent* AActor::AddComponent(class FName TemplateName, bool bManualAttachment, const struct FTransform& RelativeTransform, const class UObject* ComponentTemplateContext, bool bDeferredFinish) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "AddComponent"); + + Params::Actor_AddComponent Parms{}; + + Parms.TemplateName = TemplateName; + Parms.bManualAttachment = bManualAttachment; + Parms.RelativeTransform = std::move(RelativeTransform); + Parms.ComponentTemplateContext = ComponentTemplateContext; + Parms.bDeferredFinish = bDeferredFinish; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.AddComponentByClass +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// TSubclassOf Class_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bManualAttachment (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& RelativeTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bDeferredFinish (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UActorComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UActorComponent* AActor::AddComponentByClass(TSubclassOf Class_0, bool bManualAttachment, const struct FTransform& RelativeTransform, bool bDeferredFinish) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "AddComponentByClass"); + + Params::Actor_AddComponentByClass Parms{}; + + Parms.Class_0 = Class_0; + Parms.bManualAttachment = bManualAttachment; + Parms.RelativeTransform = std::move(RelativeTransform); + Parms.bDeferredFinish = bDeferredFinish; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.AddTickPrerequisiteActor +// (Native, Public, BlueprintCallable) +// Parameters: +// class AActor* PrerequisiteActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::AddTickPrerequisiteActor(class AActor* PrerequisiteActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "AddTickPrerequisiteActor"); + + Params::Actor_AddTickPrerequisiteActor Parms{}; + + Parms.PrerequisiteActor = PrerequisiteActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.AddTickPrerequisiteComponent +// (Native, Public, BlueprintCallable) +// Parameters: +// class UActorComponent* PrerequisiteComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::AddTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "AddTickPrerequisiteComponent"); + + Params::Actor_AddTickPrerequisiteComponent Parms{}; + + Parms.PrerequisiteComponent = PrerequisiteComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.DetachRootComponentFromParent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bMaintainWorldPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::DetachRootComponentFromParent(bool bMaintainWorldPosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "DetachRootComponentFromParent"); + + Params::Actor_DetachRootComponentFromParent Parms{}; + + Parms.bMaintainWorldPosition = bMaintainWorldPosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.DisableInput +// (Native, Public, BlueprintCallable) +// Parameters: +// class APlayerController* PlayerController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::DisableInput(class APlayerController* PlayerController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "DisableInput"); + + Params::Actor_DisableInput Parms{}; + + Parms.PlayerController = PlayerController; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.EnableInput +// (Native, Public, BlueprintCallable) +// Parameters: +// class APlayerController* PlayerController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::EnableInput(class APlayerController* PlayerController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "EnableInput"); + + Params::Actor_EnableInput Parms{}; + + Parms.PlayerController = PlayerController; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.FinishAddComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UActorComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bManualAttachment (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& RelativeTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void AActor::FinishAddComponent(class UActorComponent* Component, bool bManualAttachment, const struct FTransform& RelativeTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "FinishAddComponent"); + + Params::Actor_FinishAddComponent Parms{}; + + Parms.Component = Component; + Parms.bManualAttachment = bManualAttachment; + Parms.RelativeTransform = std::move(RelativeTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.FlushNetDormancy +// (Final, BlueprintAuthorityOnly, Native, Public, BlueprintCallable) + +void AActor::FlushNetDormancy() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "FlushNetDormancy"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.ForceNetUpdate +// (Native, Public, BlueprintCallable) + +void AActor::ForceNetUpdate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ForceNetUpdate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.GetTickableWhenPaused +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::GetTickableWhenPaused() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetTickableWhenPaused"); + + Params::Actor_GetTickableWhenPaused Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_AddActorLocalOffset +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& DeltaLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorLocalOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorLocalOffset"); + + Params::Actor_K2_AddActorLocalOffset Parms{}; + + Parms.DeltaLocation = std::move(DeltaLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AddActorLocalRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& DeltaRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorLocalRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorLocalRotation"); + + Params::Actor_K2_AddActorLocalRotation Parms{}; + + Parms.DeltaRotation = std::move(DeltaRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AddActorLocalTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& NewTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorLocalTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorLocalTransform"); + + Params::Actor_K2_AddActorLocalTransform Parms{}; + + Parms.NewTransform = std::move(NewTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AddActorWorldOffset +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& DeltaLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorWorldOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorWorldOffset"); + + Params::Actor_K2_AddActorWorldOffset Parms{}; + + Parms.DeltaLocation = std::move(DeltaLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AddActorWorldRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& DeltaRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorWorldRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorWorldRotation"); + + Params::Actor_K2_AddActorWorldRotation Parms{}; + + Parms.DeltaRotation = std::move(DeltaRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AddActorWorldTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& DeltaTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorWorldTransform(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorWorldTransform"); + + Params::Actor_K2_AddActorWorldTransform Parms{}; + + Parms.DeltaTransform = std::move(DeltaTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AddActorWorldTransformKeepScale +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& DeltaTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AddActorWorldTransformKeepScale(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AddActorWorldTransformKeepScale"); + + Params::Actor_K2_AddActorWorldTransformKeepScale Parms{}; + + Parms.DeltaTransform = std::move(DeltaTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_AttachRootComponentTo +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* InParent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachLocation AttachLocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bWeldSimulatedBodies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AttachRootComponentTo(class USceneComponent* InParent, class FName InSocketName, EAttachLocation AttachLocationType, bool bWeldSimulatedBodies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AttachRootComponentTo"); + + Params::Actor_K2_AttachRootComponentTo Parms{}; + + Parms.InParent = InParent; + Parms.InSocketName = InSocketName; + Parms.AttachLocationType = AttachLocationType; + Parms.bWeldSimulatedBodies = bWeldSimulatedBodies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_AttachRootComponentToActor +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* InParentActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachLocation AttachLocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bWeldSimulatedBodies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AttachRootComponentToActor(class AActor* InParentActor, class FName InSocketName, EAttachLocation AttachLocationType, bool bWeldSimulatedBodies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AttachRootComponentToActor"); + + Params::Actor_K2_AttachRootComponentToActor Parms{}; + + Parms.InParentActor = InParentActor; + Parms.InSocketName = InSocketName; + Parms.AttachLocationType = AttachLocationType; + Parms.bWeldSimulatedBodies = bWeldSimulatedBodies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_AttachToActor +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* ParentActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule LocationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule RotationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule ScaleRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bWeldSimulatedBodies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AttachToActor(class AActor* ParentActor, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule, bool bWeldSimulatedBodies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AttachToActor"); + + Params::Actor_K2_AttachToActor Parms{}; + + Parms.ParentActor = ParentActor; + Parms.SocketName = SocketName; + Parms.LocationRule = LocationRule; + Parms.RotationRule = RotationRule; + Parms.ScaleRule = ScaleRule; + Parms.bWeldSimulatedBodies = bWeldSimulatedBodies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_AttachToComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* Parent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule LocationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule RotationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule ScaleRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bWeldSimulatedBodies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_AttachToComponent(class USceneComponent* Parent, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule, bool bWeldSimulatedBodies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_AttachToComponent"); + + Params::Actor_K2_AttachToComponent Parms{}; + + Parms.Parent = Parent; + Parms.SocketName = SocketName; + Parms.LocationRule = LocationRule; + Parms.RotationRule = RotationRule; + Parms.ScaleRule = ScaleRule; + Parms.bWeldSimulatedBodies = bWeldSimulatedBodies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_DestroyActor +// (Native, Public, BlueprintCallable) + +void AActor::K2_DestroyActor() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_DestroyActor"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_DestroyComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UActorComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_DestroyComponent(class UActorComponent* Component) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_DestroyComponent"); + + Params::Actor_K2_DestroyComponent Parms{}; + + Parms.Component = Component; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_DetachFromActor +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EDetachmentRule LocationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EDetachmentRule RotationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EDetachmentRule ScaleRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_DetachFromActor(EDetachmentRule LocationRule, EDetachmentRule RotationRule, EDetachmentRule ScaleRule) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_DetachFromActor"); + + Params::Actor_K2_DetachFromActor Parms{}; + + Parms.LocationRule = LocationRule; + Parms.RotationRule = RotationRule; + Parms.ScaleRule = ScaleRule; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.K2_OnBecomeViewTarget +// (Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* PC (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_OnBecomeViewTarget(class APlayerController* PC) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_OnBecomeViewTarget"); + + Params::Actor_K2_OnBecomeViewTarget Parms{}; + + Parms.PC = PC; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.K2_OnEndViewTarget +// (Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* PC (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_OnEndViewTarget(class APlayerController* PC) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_OnEndViewTarget"); + + Params::Actor_K2_OnEndViewTarget Parms{}; + + Parms.PC = PC; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.K2_OnReset +// (Event, Public, BlueprintEvent) + +void AActor::K2_OnReset() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_OnReset"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.Actor.K2_SetActorLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::K2_SetActorLocation(const struct FVector& NewLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorLocation"); + + Params::Actor_K2_SetActorLocation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_SetActorLocationAndRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::K2_SetActorLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorLocationAndRotation"); + + Params::Actor_K2_SetActorLocationAndRotation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_SetActorRelativeLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewRelativeLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_SetActorRelativeLocation(const struct FVector& NewRelativeLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorRelativeLocation"); + + Params::Actor_K2_SetActorRelativeLocation Parms{}; + + Parms.NewRelativeLocation = std::move(NewRelativeLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_SetActorRelativeRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& NewRelativeRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_SetActorRelativeRotation(const struct FRotator& NewRelativeRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorRelativeRotation"); + + Params::Actor_K2_SetActorRelativeRotation Parms{}; + + Parms.NewRelativeRotation = std::move(NewRelativeRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_SetActorRelativeTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& NewRelativeTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::K2_SetActorRelativeTransform(const struct FTransform& NewRelativeTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorRelativeTransform"); + + Params::Actor_K2_SetActorRelativeTransform Parms{}; + + Parms.NewRelativeTransform = std::move(NewRelativeTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.Actor.K2_SetActorRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bTeleportPhysics (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::K2_SetActorRotation(const struct FRotator& NewRotation, bool bTeleportPhysics) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorRotation"); + + Params::Actor_K2_SetActorRotation Parms{}; + + Parms.NewRotation = std::move(NewRotation); + Parms.bTeleportPhysics = bTeleportPhysics; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_SetActorTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& NewTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::K2_SetActorTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_SetActorTransform"); + + Params::Actor_K2_SetActorTransform Parms{}; + + Parms.NewTransform = std::move(NewTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_TeleportTo +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& DestLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& DestRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::K2_TeleportTo(const struct FVector& DestLocation, const struct FRotator& DestRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_TeleportTo"); + + Params::Actor_K2_TeleportTo Parms{}; + + Parms.DestLocation = std::move(DestLocation); + Parms.DestRotation = std::move(DestRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.MakeMIDForMaterial +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Parent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* AActor::MakeMIDForMaterial(class UMaterialInterface* Parent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "MakeMIDForMaterial"); + + Params::Actor_MakeMIDForMaterial Parms{}; + + Parms.Parent = Parent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.MakeNoise +// (Final, BlueprintAuthorityOnly, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// float Loudness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APawn* NoiseInstigator (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NoiseLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxRange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::MakeNoise(float Loudness, class APawn* NoiseInstigator, const struct FVector& NoiseLocation, float MaxRange, class FName Tag) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "MakeNoise"); + + Params::Actor_MakeNoise Parms{}; + + Parms.Loudness = Loudness; + Parms.NoiseInstigator = NoiseInstigator; + Parms.NoiseLocation = std::move(NoiseLocation); + Parms.MaxRange = MaxRange; + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.OnRep_AttachmentReplication +// (Native, Public) + +void AActor::OnRep_AttachmentReplication() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "OnRep_AttachmentReplication"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.OnRep_Instigator +// (Native, Public) + +void AActor::OnRep_Instigator() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "OnRep_Instigator"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.OnRep_Owner +// (Native, Protected) + +void AActor::OnRep_Owner() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "OnRep_Owner"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.OnRep_ReplicatedMovement +// (Native, Public) + +void AActor::OnRep_ReplicatedMovement() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "OnRep_ReplicatedMovement"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.OnRep_ReplicateMovement +// (Native, Public) + +void AActor::OnRep_ReplicateMovement() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "OnRep_ReplicateMovement"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.PrestreamTextures +// (Native, Public, BlueprintCallable) +// Parameters: +// float Seconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableStreaming (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CinematicTextureGroups (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::PrestreamTextures(float Seconds, bool bEnableStreaming, int32 CinematicTextureGroups) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "PrestreamTextures"); + + Params::Actor_PrestreamTextures Parms{}; + + Parms.Seconds = Seconds; + Parms.bEnableStreaming = bEnableStreaming; + Parms.CinematicTextureGroups = CinematicTextureGroups; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.ReceiveActorBeginCursorOver +// (Event, Public, BlueprintEvent) + +void AActor::ReceiveActorBeginCursorOver() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorBeginCursorOver"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.Actor.ReceiveActorBeginOverlap +// (Event, Public, BlueprintEvent) +// Parameters: +// class AActor* OtherActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorBeginOverlap(class AActor* OtherActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorBeginOverlap"); + + Params::Actor_ReceiveActorBeginOverlap Parms{}; + + Parms.OtherActor = OtherActor; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorEndCursorOver +// (Event, Public, BlueprintEvent) + +void AActor::ReceiveActorEndCursorOver() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorEndCursorOver"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.Actor.ReceiveActorEndOverlap +// (Event, Public, BlueprintEvent) +// Parameters: +// class AActor* OtherActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorEndOverlap(class AActor* OtherActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorEndOverlap"); + + Params::Actor_ReceiveActorEndOverlap Parms{}; + + Parms.OtherActor = OtherActor; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorOnClicked +// (Event, Public, BlueprintEvent) +// Parameters: +// const struct FKey& ButtonPressed (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorOnClicked(const struct FKey& ButtonPressed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorOnClicked"); + + Params::Actor_ReceiveActorOnClicked Parms{}; + + Parms.ButtonPressed = std::move(ButtonPressed); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorOnInputTouchBegin +// (Event, Public, BlueprintEvent) +// Parameters: +// const ETouchIndex FingerIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorOnInputTouchBegin(const ETouchIndex FingerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorOnInputTouchBegin"); + + Params::Actor_ReceiveActorOnInputTouchBegin Parms{}; + + Parms.FingerIndex = FingerIndex; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorOnInputTouchEnd +// (Event, Public, BlueprintEvent) +// Parameters: +// const ETouchIndex FingerIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorOnInputTouchEnd(const ETouchIndex FingerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorOnInputTouchEnd"); + + Params::Actor_ReceiveActorOnInputTouchEnd Parms{}; + + Parms.FingerIndex = FingerIndex; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorOnInputTouchEnter +// (Event, Public, BlueprintEvent) +// Parameters: +// const ETouchIndex FingerIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorOnInputTouchEnter(const ETouchIndex FingerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorOnInputTouchEnter"); + + Params::Actor_ReceiveActorOnInputTouchEnter Parms{}; + + Parms.FingerIndex = FingerIndex; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorOnInputTouchLeave +// (Event, Public, BlueprintEvent) +// Parameters: +// const ETouchIndex FingerIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorOnInputTouchLeave(const ETouchIndex FingerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorOnInputTouchLeave"); + + Params::Actor_ReceiveActorOnInputTouchLeave Parms{}; + + Parms.FingerIndex = FingerIndex; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveActorOnReleased +// (Event, Public, BlueprintEvent) +// Parameters: +// const struct FKey& ButtonReleased (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveActorOnReleased(const struct FKey& ButtonReleased) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveActorOnReleased"); + + Params::Actor_ReceiveActorOnReleased Parms{}; + + Parms.ButtonReleased = std::move(ButtonReleased); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveAnyDamage +// (BlueprintAuthorityOnly, Event, Public, BlueprintEvent) +// Parameters: +// float Damage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UDamageType* DamageType (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AController* InstigatedBy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveAnyDamage(float Damage, const class UDamageType* DamageType, class AController* InstigatedBy, class AActor* DamageCauser) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveAnyDamage"); + + Params::Actor_ReceiveAnyDamage Parms{}; + + Parms.Damage = Damage; + Parms.DamageType = DamageType; + Parms.InstigatedBy = InstigatedBy; + Parms.DamageCauser = DamageCauser; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveBeginPlay +// (Event, Protected, BlueprintEvent) + +void AActor::ReceiveBeginPlay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveBeginPlay"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.Actor.ReceiveDestroyed +// (Event, Public, BlueprintEvent) + +void AActor::ReceiveDestroyed() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveDestroyed"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.Actor.ReceiveEndPlay +// (Event, Protected, BlueprintEvent) +// Parameters: +// EEndPlayReason EndPlayReason (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveEndPlay(EEndPlayReason EndPlayReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveEndPlay"); + + Params::Actor_ReceiveEndPlay Parms{}; + + Parms.EndPlayReason = EndPlayReason; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveHit +// (Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// class UPrimitiveComponent* MyComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* Other (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* OtherComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSelfMoved (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HitLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HitNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NormalImpulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void AActor::ReceiveHit(class UPrimitiveComponent* MyComp, class AActor* Other, class UPrimitiveComponent* OtherComp, bool bSelfMoved, const struct FVector& HitLocation, const struct FVector& HitNormal, const struct FVector& NormalImpulse, const struct FHitResult& Hit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveHit"); + + Params::Actor_ReceiveHit Parms{}; + + Parms.MyComp = MyComp; + Parms.Other = Other; + Parms.OtherComp = OtherComp; + Parms.bSelfMoved = bSelfMoved; + Parms.HitLocation = std::move(HitLocation); + Parms.HitNormal = std::move(HitNormal); + Parms.NormalImpulse = std::move(NormalImpulse); + Parms.Hit = std::move(Hit); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceivePointDamage +// (BlueprintAuthorityOnly, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// float Damage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UDamageType* DamageType (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HitLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HitNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* HitComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ShotFromDirection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AController* InstigatedBy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FHitResult& HitInfo (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void AActor::ReceivePointDamage(float Damage, const class UDamageType* DamageType, const struct FVector& HitLocation, const struct FVector& HitNormal, class UPrimitiveComponent* HitComponent, class FName BoneName, const struct FVector& ShotFromDirection, class AController* InstigatedBy, class AActor* DamageCauser, const struct FHitResult& HitInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceivePointDamage"); + + Params::Actor_ReceivePointDamage Parms{}; + + Parms.Damage = Damage; + Parms.DamageType = DamageType; + Parms.HitLocation = std::move(HitLocation); + Parms.HitNormal = std::move(HitNormal); + Parms.HitComponent = HitComponent; + Parms.BoneName = BoneName; + Parms.ShotFromDirection = std::move(ShotFromDirection); + Parms.InstigatedBy = InstigatedBy; + Parms.DamageCauser = DamageCauser; + Parms.HitInfo = std::move(HitInfo); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveRadialDamage +// (BlueprintAuthorityOnly, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// float DamageReceived (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UDamageType* DamageType (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Origin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FHitResult& HitInfo (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// class AController* InstigatedBy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveRadialDamage(float DamageReceived, const class UDamageType* DamageType, const struct FVector& Origin, const struct FHitResult& HitInfo, class AController* InstigatedBy, class AActor* DamageCauser) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveRadialDamage"); + + Params::Actor_ReceiveRadialDamage Parms{}; + + Parms.DamageReceived = DamageReceived; + Parms.DamageType = DamageType; + Parms.Origin = std::move(Origin); + Parms.HitInfo = std::move(HitInfo); + Parms.InstigatedBy = InstigatedBy; + Parms.DamageCauser = DamageCauser; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.ReceiveTick +// (Event, Public, BlueprintEvent) +// Parameters: +// float DeltaSeconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::ReceiveTick(float DeltaSeconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ReceiveTick"); + + Params::Actor_ReceiveTick Parms{}; + + Parms.DeltaSeconds = DeltaSeconds; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Actor.RemoveTickPrerequisiteActor +// (Native, Public, BlueprintCallable) +// Parameters: +// class AActor* PrerequisiteActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::RemoveTickPrerequisiteActor(class AActor* PrerequisiteActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "RemoveTickPrerequisiteActor"); + + Params::Actor_RemoveTickPrerequisiteActor Parms{}; + + Parms.PrerequisiteActor = PrerequisiteActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.RemoveTickPrerequisiteComponent +// (Native, Public, BlueprintCallable) +// Parameters: +// class UActorComponent* PrerequisiteComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::RemoveTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "RemoveTickPrerequisiteComponent"); + + Params::Actor_RemoveTickPrerequisiteComponent Parms{}; + + Parms.PrerequisiteComponent = PrerequisiteComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetActorEnableCollision +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewActorEnableCollision (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetActorEnableCollision(bool bNewActorEnableCollision) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetActorEnableCollision"); + + Params::Actor_SetActorEnableCollision Parms{}; + + Parms.bNewActorEnableCollision = bNewActorEnableCollision; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetActorHiddenInGame +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewHidden (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetActorHiddenInGame(bool bNewHidden) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetActorHiddenInGame"); + + Params::Actor_SetActorHiddenInGame Parms{}; + + Parms.bNewHidden = bNewHidden; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetActorRelativeScale3D +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewRelativeScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetActorRelativeScale3D(const struct FVector& NewRelativeScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetActorRelativeScale3D"); + + Params::Actor_SetActorRelativeScale3D Parms{}; + + Parms.NewRelativeScale = std::move(NewRelativeScale); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetActorScale3D +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewScale3D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetActorScale3D(const struct FVector& NewScale3D) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetActorScale3D"); + + Params::Actor_SetActorScale3D Parms{}; + + Parms.NewScale3D = std::move(NewScale3D); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetActorTickEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetActorTickEnabled(bool bEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetActorTickEnabled"); + + Params::Actor_SetActorTickEnabled Parms{}; + + Parms.bEnabled = bEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetActorTickInterval +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float TickInterval (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetActorTickInterval(float TickInterval) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetActorTickInterval"); + + Params::Actor_SetActorTickInterval Parms{}; + + Parms.TickInterval = TickInterval; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetAutoDestroyWhenFinished +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bVal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetAutoDestroyWhenFinished(bool bVal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetAutoDestroyWhenFinished"); + + Params::Actor_SetAutoDestroyWhenFinished Parms{}; + + Parms.bVal = bVal; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetLifeSpan +// (Native, Public, BlueprintCallable) +// Parameters: +// float InLifespan (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetLifeSpan(float InLifespan) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetLifeSpan"); + + Params::Actor_SetLifeSpan Parms{}; + + Parms.InLifespan = InLifespan; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetNetDormancy +// (Final, BlueprintAuthorityOnly, Native, Public, BlueprintCallable) +// Parameters: +// ENetDormancy NewDormancy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetNetDormancy(ENetDormancy NewDormancy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetNetDormancy"); + + Params::Actor_SetNetDormancy Parms{}; + + Parms.NewDormancy = NewDormancy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetOwner +// (Native, Public, BlueprintCallable) +// Parameters: +// class AActor* NewOwner (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetOwner(class AActor* NewOwner) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetOwner"); + + Params::Actor_SetOwner Parms{}; + + Parms.NewOwner = NewOwner; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetReplicateMovement +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bInReplicateMovement (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetReplicateMovement(bool bInReplicateMovement) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetReplicateMovement"); + + Params::Actor_SetReplicateMovement Parms{}; + + Parms.bInReplicateMovement = bInReplicateMovement; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetReplicates +// (Final, BlueprintAuthorityOnly, Native, Public, BlueprintCallable) +// Parameters: +// bool bInReplicates (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetReplicates(bool bInReplicates) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetReplicates"); + + Params::Actor_SetReplicates Parms{}; + + Parms.bInReplicates = bInReplicates; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetTickableWhenPaused +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bTickableWhenPaused (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetTickableWhenPaused(bool bTickableWhenPaused) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetTickableWhenPaused"); + + Params::Actor_SetTickableWhenPaused Parms{}; + + Parms.bTickableWhenPaused = bTickableWhenPaused; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SetTickGroup +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ETickingGroup NewTickGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SetTickGroup(ETickingGroup NewTickGroup) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SetTickGroup"); + + Params::Actor_SetTickGroup Parms{}; + + Parms.NewTickGroup = NewTickGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.SnapRootComponentTo +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* InParentActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::SnapRootComponentTo(class AActor* InParentActor, class FName InSocketName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "SnapRootComponentTo"); + + Params::Actor_SnapRootComponentTo Parms{}; + + Parms.InParentActor = InParentActor; + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.TearOff +// (Native, Public, BlueprintCallable) + +void AActor::TearOff() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "TearOff"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Actor.UserConstructionScript +// (Event, Public, BlueprintEvent) + +void AActor::UserConstructionScript() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "UserConstructionScript"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.Actor.ActorHasTag +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::ActorHasTag(class FName Tag) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "ActorHasTag"); + + Params::Actor_ActorHasTag Parms{}; + + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorBounds +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool bOnlyCollidingComponents (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Origin (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* BoxExtent (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeFromChildActors (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::GetActorBounds(bool bOnlyCollidingComponents, struct FVector* Origin, struct FVector* BoxExtent, bool bIncludeFromChildActors) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorBounds"); + + Params::Actor_GetActorBounds Parms{}; + + Parms.bOnlyCollidingComponents = bOnlyCollidingComponents; + Parms.bIncludeFromChildActors = bIncludeFromChildActors; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Origin != nullptr) + *Origin = std::move(Parms.Origin); + + if (BoxExtent != nullptr) + *BoxExtent = std::move(Parms.BoxExtent); +} + + +// Function Engine.Actor.GetActorEnableCollision +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::GetActorEnableCollision() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorEnableCollision"); + + Params::Actor_GetActorEnableCollision Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorEyesViewPoint +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector* OutLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* OutRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void AActor::GetActorEyesViewPoint(struct FVector* OutLocation, struct FRotator* OutRotation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorEyesViewPoint"); + + Params::Actor_GetActorEyesViewPoint Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutLocation != nullptr) + *OutLocation = std::move(Parms.OutLocation); + + if (OutRotation != nullptr) + *OutRotation = std::move(Parms.OutRotation); +} + + +// Function Engine.Actor.GetActorForwardVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetActorForwardVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorForwardVector"); + + Params::Actor_GetActorForwardVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorRelativeScale3D +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetActorRelativeScale3D() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorRelativeScale3D"); + + Params::Actor_GetActorRelativeScale3D Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorRightVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetActorRightVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorRightVector"); + + Params::Actor_GetActorRightVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorScale3D +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetActorScale3D() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorScale3D"); + + Params::Actor_GetActorScale3D Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorTickInterval +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetActorTickInterval() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorTickInterval"); + + Params::Actor_GetActorTickInterval Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorTimeDilation +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetActorTimeDilation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorTimeDilation"); + + Params::Actor_GetActorTimeDilation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetActorUpVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetActorUpVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetActorUpVector"); + + Params::Actor_GetActorUpVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetAllChildActors +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* ChildActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool bIncludeDescendants (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::GetAllChildActors(TArray* ChildActors, bool bIncludeDescendants) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetAllChildActors"); + + Params::Actor_GetAllChildActors Parms{}; + + Parms.bIncludeDescendants = bIncludeDescendants; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ChildActors != nullptr) + *ChildActors = std::move(Parms.ChildActors); +} + + +// Function Engine.Actor.GetAttachedActors +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool bResetArray (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::GetAttachedActors(TArray* OutActors, bool bResetArray) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetAttachedActors"); + + Params::Actor_GetAttachedActors Parms{}; + + Parms.bResetArray = bResetArray; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); +} + + +// Function Engine.Actor.GetAttachParentActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AActor::GetAttachParentActor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetAttachParentActor"); + + Params::Actor_GetAttachParentActor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetAttachParentSocketName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName AActor::GetAttachParentSocketName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetAttachParentSocketName"); + + Params::Actor_GetAttachParentSocketName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetComponentByClass +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSubclassOf ComponentClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UActorComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UActorComponent* AActor::GetComponentByClass(TSubclassOf ComponentClass) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetComponentByClass"); + + Params::Actor_GetComponentByClass Parms{}; + + Parms.ComponentClass = ComponentClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetComponentsByInterface +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSubclassOf Interface (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) + +TArray AActor::GetComponentsByInterface(TSubclassOf Interface) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetComponentsByInterface"); + + Params::Actor_GetComponentsByInterface Parms{}; + + Parms.Interface = Interface; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetComponentsByTag +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSubclassOf ComponentClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) + +TArray AActor::GetComponentsByTag(TSubclassOf ComponentClass, class FName Tag) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetComponentsByTag"); + + Params::Actor_GetComponentsByTag Parms{}; + + Parms.ComponentClass = ComponentClass; + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetDistanceTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetDistanceTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetDistanceTo"); + + Params::Actor_GetDistanceTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetDotProductTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetDotProductTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetDotProductTo"); + + Params::Actor_GetDotProductTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetGameTimeSinceCreation +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetGameTimeSinceCreation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetGameTimeSinceCreation"); + + Params::Actor_GetGameTimeSinceCreation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetHorizontalDistanceTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetHorizontalDistanceTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetHorizontalDistanceTo"); + + Params::Actor_GetHorizontalDistanceTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetHorizontalDotProductTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetHorizontalDotProductTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetHorizontalDotProductTo"); + + Params::Actor_GetHorizontalDotProductTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetInputAxisKeyValue +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& InputAxisKey (ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetInputAxisKeyValue(const struct FKey& InputAxisKey) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetInputAxisKeyValue"); + + Params::Actor_GetInputAxisKeyValue Parms{}; + + Parms.InputAxisKey = std::move(InputAxisKey); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetInputAxisValue +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class FName InputAxisName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetInputAxisValue(const class FName InputAxisName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetInputAxisValue"); + + Params::Actor_GetInputAxisValue Parms{}; + + Parms.InputAxisName = InputAxisName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetInputVectorAxisValue +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& InputAxisKey (ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetInputVectorAxisValue(const struct FKey& InputAxisKey) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetInputVectorAxisValue"); + + Params::Actor_GetInputVectorAxisValue Parms{}; + + Parms.InputAxisKey = std::move(InputAxisKey); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetInstigator +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* AActor::GetInstigator() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetInstigator"); + + Params::Actor_GetInstigator Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetInstigatorController +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AController* AActor::GetInstigatorController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetInstigatorController"); + + Params::Actor_GetInstigatorController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetLifeSpan +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetLifeSpan() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetLifeSpan"); + + Params::Actor_GetLifeSpan Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetLocalRole +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ENetRole ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ENetRole AActor::GetLocalRole() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetLocalRole"); + + Params::Actor_GetLocalRole Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetOverlappingActors +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* OverlappingActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// TSubclassOf ClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AActor::GetOverlappingActors(TArray* OverlappingActors, TSubclassOf ClassFilter) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetOverlappingActors"); + + Params::Actor_GetOverlappingActors Parms{}; + + Parms.ClassFilter = ClassFilter; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OverlappingActors != nullptr) + *OverlappingActors = std::move(Parms.OverlappingActors); +} + + +// Function Engine.Actor.GetOverlappingComponents +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* OverlappingComponents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void AActor::GetOverlappingComponents(TArray* OverlappingComponents) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetOverlappingComponents"); + + Params::Actor_GetOverlappingComponents Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OverlappingComponents != nullptr) + *OverlappingComponents = std::move(Parms.OverlappingComponents); +} + + +// Function Engine.Actor.GetOwner +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AActor::GetOwner() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetOwner"); + + Params::Actor_GetOwner Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetParentActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AActor::GetParentActor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetParentActor"); + + Params::Actor_GetParentActor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetParentComponent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UChildActorComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UChildActorComponent* AActor::GetParentComponent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetParentComponent"); + + Params::Actor_GetParentComponent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetRemoteRole +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ENetRole ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ENetRole AActor::GetRemoteRole() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetRemoteRole"); + + Params::Actor_GetRemoteRole Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetSquaredDistanceTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetSquaredDistanceTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetSquaredDistanceTo"); + + Params::Actor_GetSquaredDistanceTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetSquaredHorizontalDistanceTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetSquaredHorizontalDistanceTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetSquaredHorizontalDistanceTo"); + + Params::Actor_GetSquaredHorizontalDistanceTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetTransform +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FTransform ReturnValue (ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +const struct FTransform AActor::GetTransform() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetTransform"); + + Params::Actor_GetTransform Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetVelocity +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::GetVelocity() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetVelocity"); + + Params::Actor_GetVelocity Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.GetVerticalDistanceTo +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* OtherActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AActor::GetVerticalDistanceTo(const class AActor* OtherActor) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "GetVerticalDistanceTo"); + + Params::Actor_GetVerticalDistanceTo Parms{}; + + Parms.OtherActor = OtherActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.HasAuthority +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::HasAuthority() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "HasAuthority"); + + Params::Actor_HasAuthority Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.IsActorBeingDestroyed +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::IsActorBeingDestroyed() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "IsActorBeingDestroyed"); + + Params::Actor_IsActorBeingDestroyed Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.IsActorTickEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::IsActorTickEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "IsActorTickEnabled"); + + Params::Actor_IsActorTickEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.IsChildActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::IsChildActor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "IsChildActor"); + + Params::Actor_IsChildActor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.IsFirstInitialization +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::IsFirstInitialization() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "IsFirstInitialization"); + + Params::Actor_IsFirstInitialization Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.IsOverlappingActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* Other (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::IsOverlappingActor(const class AActor* Other) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "IsOverlappingActor"); + + Params::Actor_IsOverlappingActor Parms{}; + + Parms.Other = Other; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_GetActorLocation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AActor::K2_GetActorLocation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_GetActorLocation"); + + Params::Actor_K2_GetActorLocation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_GetActorRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator AActor::K2_GetActorRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_GetActorRotation"); + + Params::Actor_K2_GetActorRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_GetComponentsByClass +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSubclassOf ComponentClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) + +TArray AActor::K2_GetComponentsByClass(TSubclassOf ComponentClass) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_GetComponentsByClass"); + + Params::Actor_K2_GetComponentsByClass Parms{}; + + Parms.ComponentClass = ComponentClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.K2_GetRootComponent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class USceneComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USceneComponent* AActor::K2_GetRootComponent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "K2_GetRootComponent"); + + Params::Actor_K2_GetRootComponent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Actor.WasRecentlyRendered +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AActor::WasRecentlyRendered(float Tolerance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Actor", "WasRecentlyRendered"); + + Params::Actor_WasRecentlyRendered Parms{}; + + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshActor.OnRep_ReplicatedMaterial0 +// (Native, Public) + +void ASkeletalMeshActor::OnRep_ReplicatedMaterial0() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshActor", "OnRep_ReplicatedMaterial0"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshActor.OnRep_ReplicatedMaterial1 +// (Native, Public) + +void ASkeletalMeshActor::OnRep_ReplicatedMaterial1() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshActor", "OnRep_ReplicatedMaterial1"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshActor.OnRep_ReplicatedMesh +// (Native, Public) + +void ASkeletalMeshActor::OnRep_ReplicatedMesh() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshActor", "OnRep_ReplicatedMesh"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshActor.OnRep_ReplicatedPhysAsset +// (Native, Public) + +void ASkeletalMeshActor::OnRep_ReplicatedPhysAsset() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshActor", "OnRep_ReplicatedPhysAsset"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.GetMovementBaseActor +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class APawn* Pawn (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* APawn::GetMovementBaseActor(const class APawn* Pawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("Pawn", "GetMovementBaseActor"); + + Params::Pawn_GetMovementBaseActor Parms{}; + + Parms.Pawn = Pawn; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.AddControllerPitchInput +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::AddControllerPitchInput(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "AddControllerPitchInput"); + + Params::Pawn_AddControllerPitchInput Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.AddControllerRollInput +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::AddControllerRollInput(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "AddControllerRollInput"); + + Params::Pawn_AddControllerRollInput Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.AddControllerYawInput +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::AddControllerYawInput(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "AddControllerYawInput"); + + Params::Pawn_AddControllerYawInput Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.AddMovementInput +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& WorldDirection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScaleValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForce (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::AddMovementInput(const struct FVector& WorldDirection, float ScaleValue, bool bForce) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "AddMovementInput"); + + Params::Pawn_AddMovementInput Parms{}; + + Parms.WorldDirection = std::move(WorldDirection); + Parms.ScaleValue = ScaleValue; + Parms.bForce = bForce; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.ConsumeMovementInputVector +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APawn::ConsumeMovementInputVector() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "ConsumeMovementInputVector"); + + Params::Pawn_ConsumeMovementInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.DetachFromControllerPendingDestroy +// (Native, Public, BlueprintCallable) + +void APawn::DetachFromControllerPendingDestroy() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "DetachFromControllerPendingDestroy"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.LaunchPawn +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& LaunchVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bXYOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bZOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::LaunchPawn(const struct FVector& LaunchVelocity, bool bXYOverride, bool bZOverride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "LaunchPawn"); + + Params::Pawn_LaunchPawn Parms{}; + + Parms.LaunchVelocity = std::move(LaunchVelocity); + Parms.bXYOverride = bXYOverride; + Parms.bZOverride = bZOverride; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.OnRep_Controller +// (Native, Public) + +void APawn::OnRep_Controller() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "OnRep_Controller"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.OnRep_PlayerState +// (Native, Public) + +void APawn::OnRep_PlayerState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "OnRep_PlayerState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.PawnMakeNoise +// (Final, BlueprintAuthorityOnly, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// float Loudness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NoiseLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseNoiseMakerLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* NoiseMaker (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::PawnMakeNoise(float Loudness, const struct FVector& NoiseLocation, bool bUseNoiseMakerLocation, class AActor* NoiseMaker) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "PawnMakeNoise"); + + Params::Pawn_PawnMakeNoise Parms{}; + + Parms.Loudness = Loudness; + Parms.NoiseLocation = std::move(NoiseLocation); + Parms.bUseNoiseMakerLocation = bUseNoiseMakerLocation; + Parms.NoiseMaker = NoiseMaker; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.ReceivePossessed +// (Event, Public, BlueprintEvent) +// Parameters: +// class AController* NewController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::ReceivePossessed(class AController* NewController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "ReceivePossessed"); + + Params::Pawn_ReceivePossessed Parms{}; + + Parms.NewController = NewController; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Pawn.ReceiveUnpossessed +// (Event, Public, BlueprintEvent) +// Parameters: +// class AController* OldController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::ReceiveUnpossessed(class AController* OldController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "ReceiveUnpossessed"); + + Params::Pawn_ReceiveUnpossessed Parms{}; + + Parms.OldController = OldController; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Pawn.SetCanAffectNavigationGeneration +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForceUpdate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APawn::SetCanAffectNavigationGeneration(bool bNewValue, bool bForceUpdate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "SetCanAffectNavigationGeneration"); + + Params::Pawn_SetCanAffectNavigationGeneration Parms{}; + + Parms.bNewValue = bNewValue; + Parms.bForceUpdate = bForceUpdate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.SpawnDefaultController +// (Native, Public, BlueprintCallable) + +void APawn::SpawnDefaultController() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "SpawnDefaultController"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Pawn.GetBaseAimRotation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator APawn::GetBaseAimRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetBaseAimRotation"); + + Params::Pawn_GetBaseAimRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.GetController +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AController* APawn::GetController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetController"); + + Params::Pawn_GetController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.GetControlRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator APawn::GetControlRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetControlRotation"); + + Params::Pawn_GetControlRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.GetLastMovementInputVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APawn::GetLastMovementInputVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetLastMovementInputVector"); + + Params::Pawn_GetLastMovementInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.GetMovementComponent +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPawnMovementComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPawnMovementComponent* APawn::GetMovementComponent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetMovementComponent"); + + Params::Pawn_GetMovementComponent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.GetNavAgentLocation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APawn::GetNavAgentLocation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetNavAgentLocation"); + + Params::Pawn_GetNavAgentLocation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.GetPendingMovementInputVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APawn::GetPendingMovementInputVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "GetPendingMovementInputVector"); + + Params::Pawn_GetPendingMovementInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.IsBotControlled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APawn::IsBotControlled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "IsBotControlled"); + + Params::Pawn_IsBotControlled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.IsControlled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APawn::IsControlled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "IsControlled"); + + Params::Pawn_IsControlled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.IsLocallyControlled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APawn::IsLocallyControlled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "IsLocallyControlled"); + + Params::Pawn_IsLocallyControlled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.IsMoveInputIgnored +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APawn::IsMoveInputIgnored() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "IsMoveInputIgnored"); + + Params::Pawn_IsMoveInputIgnored Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.IsPawnControlled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APawn::IsPawnControlled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "IsPawnControlled"); + + Params::Pawn_IsPawnControlled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.IsPlayerControlled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APawn::IsPlayerControlled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "IsPlayerControlled"); + + Params::Pawn_IsPlayerControlled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Pawn.K2_GetMovementInputVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APawn::K2_GetMovementInputVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Pawn", "K2_GetMovementInputVector"); + + Params::Pawn_K2_GetMovementInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DefaultPawn.LookUpAtRate +// (Native, Public, BlueprintCallable) +// Parameters: +// float Rate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADefaultPawn::LookUpAtRate(float Rate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DefaultPawn", "LookUpAtRate"); + + Params::DefaultPawn_LookUpAtRate Parms{}; + + Parms.Rate = Rate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DefaultPawn.MoveForward +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADefaultPawn::MoveForward(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DefaultPawn", "MoveForward"); + + Params::DefaultPawn_MoveForward Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DefaultPawn.MoveRight +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADefaultPawn::MoveRight(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DefaultPawn", "MoveRight"); + + Params::DefaultPawn_MoveRight Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DefaultPawn.MoveUp_World +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADefaultPawn::MoveUp_World(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DefaultPawn", "MoveUp_World"); + + Params::DefaultPawn_MoveUp_World Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DefaultPawn.TurnAtRate +// (Native, Public, BlueprintCallable) +// Parameters: +// float Rate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADefaultPawn::TurnAtRate(float Rate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DefaultPawn", "TurnAtRate"); + + Params::DefaultPawn_TurnAtRate Parms{}; + + Parms.Rate = Rate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.Activate +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bReset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::Activate(bool bReset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "Activate"); + + Params::ActorComponent_Activate Parms{}; + + Parms.bReset = bReset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.AddTickPrerequisiteActor +// (Native, Public, BlueprintCallable) +// Parameters: +// class AActor* PrerequisiteActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::AddTickPrerequisiteActor(class AActor* PrerequisiteActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "AddTickPrerequisiteActor"); + + Params::ActorComponent_AddTickPrerequisiteActor Parms{}; + + Parms.PrerequisiteActor = PrerequisiteActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.AddTickPrerequisiteComponent +// (Native, Public, BlueprintCallable) +// Parameters: +// class UActorComponent* PrerequisiteComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::AddTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "AddTickPrerequisiteComponent"); + + Params::ActorComponent_AddTickPrerequisiteComponent Parms{}; + + Parms.PrerequisiteComponent = PrerequisiteComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.Deactivate +// (Native, Public, BlueprintCallable) + +void UActorComponent::Deactivate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "Deactivate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.K2_DestroyComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::K2_DestroyComponent(class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "K2_DestroyComponent"); + + Params::ActorComponent_K2_DestroyComponent Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.OnRep_IsActive +// (Native, Public) + +void UActorComponent::OnRep_IsActive() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "OnRep_IsActive"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.OnResetComponent +// (Event, Public, BlueprintEvent) + +void UActorComponent::OnResetComponent() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "OnResetComponent"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.ActorComponent.ReceiveBeginPlay +// (Event, Public, BlueprintEvent) + +void UActorComponent::ReceiveBeginPlay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "ReceiveBeginPlay"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.ActorComponent.ReceiveEndPlay +// (Event, Public, BlueprintEvent) +// Parameters: +// EEndPlayReason EndPlayReason (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::ReceiveEndPlay(EEndPlayReason EndPlayReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "ReceiveEndPlay"); + + Params::ActorComponent_ReceiveEndPlay Parms{}; + + Parms.EndPlayReason = EndPlayReason; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.ActorComponent.ReceiveTick +// (Event, Public, BlueprintEvent) +// Parameters: +// float DeltaSeconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::ReceiveTick(float DeltaSeconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "ReceiveTick"); + + Params::ActorComponent_ReceiveTick Parms{}; + + Parms.DeltaSeconds = DeltaSeconds; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.ActorComponent.RemoveTickPrerequisiteActor +// (Native, Public, BlueprintCallable) +// Parameters: +// class AActor* PrerequisiteActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::RemoveTickPrerequisiteActor(class AActor* PrerequisiteActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "RemoveTickPrerequisiteActor"); + + Params::ActorComponent_RemoveTickPrerequisiteActor Parms{}; + + Parms.PrerequisiteActor = PrerequisiteActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.RemoveTickPrerequisiteComponent +// (Native, Public, BlueprintCallable) +// Parameters: +// class UActorComponent* PrerequisiteComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::RemoveTickPrerequisiteComponent(class UActorComponent* PrerequisiteComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "RemoveTickPrerequisiteComponent"); + + Params::ActorComponent_RemoveTickPrerequisiteComponent Parms{}; + + Parms.PrerequisiteComponent = PrerequisiteComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetActive +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewActive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bReset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetActive(bool bNewActive, bool bReset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetActive"); + + Params::ActorComponent_SetActive Parms{}; + + Parms.bNewActive = bNewActive; + Parms.bReset = bReset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetAutoActivate +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewAutoActivate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetAutoActivate(bool bNewAutoActivate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetAutoActivate"); + + Params::ActorComponent_SetAutoActivate Parms{}; + + Parms.bNewAutoActivate = bNewAutoActivate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetComponentTickEnabled +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetComponentTickEnabled(bool bEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetComponentTickEnabled"); + + Params::ActorComponent_SetComponentTickEnabled Parms{}; + + Parms.bEnabled = bEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetComponentTickInterval +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float TickInterval (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetComponentTickInterval(float TickInterval) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetComponentTickInterval"); + + Params::ActorComponent_SetComponentTickInterval Parms{}; + + Parms.TickInterval = TickInterval; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetComponentTickIntervalAndCooldown +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float TickInterval (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetComponentTickIntervalAndCooldown(float TickInterval) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetComponentTickIntervalAndCooldown"); + + Params::ActorComponent_SetComponentTickIntervalAndCooldown Parms{}; + + Parms.TickInterval = TickInterval; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetIsReplicated +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ShouldReplicate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetIsReplicated(bool ShouldReplicate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetIsReplicated"); + + Params::ActorComponent_SetIsReplicated Parms{}; + + Parms.ShouldReplicate = ShouldReplicate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetTickableWhenPaused +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bTickableWhenPaused (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetTickableWhenPaused(bool bTickableWhenPaused) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetTickableWhenPaused"); + + Params::ActorComponent_SetTickableWhenPaused Parms{}; + + Parms.bTickableWhenPaused = bTickableWhenPaused; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.SetTickGroup +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ETickingGroup NewTickGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UActorComponent::SetTickGroup(ETickingGroup NewTickGroup) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "SetTickGroup"); + + Params::ActorComponent_SetTickGroup Parms{}; + + Parms.NewTickGroup = NewTickGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.ToggleActive +// (Native, Public, BlueprintCallable) + +void UActorComponent::ToggleActive() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "ToggleActive"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ActorComponent.ComponentHasTag +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UActorComponent::ComponentHasTag(class FName Tag) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "ComponentHasTag"); + + Params::ActorComponent_ComponentHasTag Parms{}; + + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ActorComponent.GetComponentTickInterval +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UActorComponent::GetComponentTickInterval() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "GetComponentTickInterval"); + + Params::ActorComponent_GetComponentTickInterval Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ActorComponent.GetOwner +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UActorComponent::GetOwner() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "GetOwner"); + + Params::ActorComponent_GetOwner Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ActorComponent.IsActive +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UActorComponent::IsActive() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "IsActive"); + + Params::ActorComponent_IsActive Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ActorComponent.IsBeingDestroyed +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UActorComponent::IsBeingDestroyed() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "IsBeingDestroyed"); + + Params::ActorComponent_IsBeingDestroyed Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ActorComponent.IsComponentTickEnabled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UActorComponent::IsComponentTickEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "IsComponentTickEnabled"); + + Params::ActorComponent_IsComponentTickEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ActorComponent.IsFirstInitialization +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UActorComponent::IsFirstInitialization() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ActorComponent", "IsFirstInitialization"); + + Params::ActorComponent_IsFirstInitialization Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.DetachFromParent +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bMaintainWorldPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bCallModify (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::DetachFromParent(bool bMaintainWorldPosition, bool bCallModify) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "DetachFromParent"); + + Params::SceneComponent_DetachFromParent Parms{}; + + Parms.bMaintainWorldPosition = bMaintainWorldPosition; + Parms.bCallModify = bCallModify; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.K2_AddLocalOffset +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& DeltaLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddLocalOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddLocalOffset"); + + Params::SceneComponent_K2_AddLocalOffset Parms{}; + + Parms.DeltaLocation = std::move(DeltaLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddLocalRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& DeltaRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddLocalRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddLocalRotation"); + + Params::SceneComponent_K2_AddLocalRotation Parms{}; + + Parms.DeltaRotation = std::move(DeltaRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddLocalTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& DeltaTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddLocalTransform(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddLocalTransform"); + + Params::SceneComponent_K2_AddLocalTransform Parms{}; + + Parms.DeltaTransform = std::move(DeltaTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddRelativeLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& DeltaLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddRelativeLocation(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddRelativeLocation"); + + Params::SceneComponent_K2_AddRelativeLocation Parms{}; + + Parms.DeltaLocation = std::move(DeltaLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddRelativeRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& DeltaRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddRelativeRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddRelativeRotation"); + + Params::SceneComponent_K2_AddRelativeRotation Parms{}; + + Parms.DeltaRotation = std::move(DeltaRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddWorldOffset +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& DeltaLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddWorldOffset(const struct FVector& DeltaLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddWorldOffset"); + + Params::SceneComponent_K2_AddWorldOffset Parms{}; + + Parms.DeltaLocation = std::move(DeltaLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddWorldRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& DeltaRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddWorldRotation(const struct FRotator& DeltaRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddWorldRotation"); + + Params::SceneComponent_K2_AddWorldRotation Parms{}; + + Parms.DeltaRotation = std::move(DeltaRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddWorldTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& DeltaTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddWorldTransform(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddWorldTransform"); + + Params::SceneComponent_K2_AddWorldTransform Parms{}; + + Parms.DeltaTransform = std::move(DeltaTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AddWorldTransformKeepScale +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& DeltaTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_AddWorldTransformKeepScale(const struct FTransform& DeltaTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AddWorldTransformKeepScale"); + + Params::SceneComponent_K2_AddWorldTransformKeepScale Parms{}; + + Parms.DeltaTransform = std::move(DeltaTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_AttachTo +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* InParent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachLocation AttachType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bWeldSimulatedBodies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::K2_AttachTo(class USceneComponent* InParent, class FName InSocketName, EAttachLocation AttachType, bool bWeldSimulatedBodies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AttachTo"); + + Params::SceneComponent_K2_AttachTo Parms{}; + + Parms.InParent = InParent; + Parms.InSocketName = InSocketName; + Parms.AttachType = AttachType; + Parms.bWeldSimulatedBodies = bWeldSimulatedBodies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.K2_AttachToComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* Parent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule LocationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule RotationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule ScaleRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bWeldSimulatedBodies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::K2_AttachToComponent(class USceneComponent* Parent, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule, bool bWeldSimulatedBodies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_AttachToComponent"); + + Params::SceneComponent_K2_AttachToComponent Parms{}; + + Parms.Parent = Parent; + Parms.SocketName = SocketName; + Parms.LocationRule = LocationRule; + Parms.RotationRule = RotationRule; + Parms.ScaleRule = ScaleRule; + Parms.bWeldSimulatedBodies = bWeldSimulatedBodies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.K2_DetachFromComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EDetachmentRule LocationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EDetachmentRule RotationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EDetachmentRule ScaleRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bCallModify (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_DetachFromComponent(EDetachmentRule LocationRule, EDetachmentRule RotationRule, EDetachmentRule ScaleRule, bool bCallModify) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_DetachFromComponent"); + + Params::SceneComponent_K2_DetachFromComponent Parms{}; + + Parms.LocationRule = LocationRule; + Parms.RotationRule = RotationRule; + Parms.ScaleRule = ScaleRule; + Parms.bCallModify = bCallModify; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.K2_SetRelativeLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetRelativeLocation(const struct FVector& NewLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetRelativeLocation"); + + Params::SceneComponent_K2_SetRelativeLocation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetRelativeLocationAndRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetRelativeLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetRelativeLocationAndRotation"); + + Params::SceneComponent_K2_SetRelativeLocationAndRotation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetRelativeRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetRelativeRotation(const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetRelativeRotation"); + + Params::SceneComponent_K2_SetRelativeRotation Parms{}; + + Parms.NewRotation = std::move(NewRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetRelativeTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& NewTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetRelativeTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetRelativeTransform"); + + Params::SceneComponent_K2_SetRelativeTransform Parms{}; + + Parms.NewTransform = std::move(NewTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetWorldLocation(const struct FVector& NewLocation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetWorldLocation"); + + Params::SceneComponent_K2_SetWorldLocation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetWorldLocationAndRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetWorldLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetWorldLocationAndRotation"); + + Params::SceneComponent_K2_SetWorldLocationAndRotation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetWorldRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetWorldRotation(const struct FRotator& NewRotation, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetWorldRotation"); + + Params::SceneComponent_K2_SetWorldRotation Parms{}; + + Parms.NewRotation = std::move(NewRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.K2_SetWorldTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& NewTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* SweepHitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::K2_SetWorldTransform(const struct FTransform& NewTransform, bool bSweep, struct FHitResult* SweepHitResult, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_SetWorldTransform"); + + Params::SceneComponent_K2_SetWorldTransform Parms{}; + + Parms.NewTransform = std::move(NewTransform); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SweepHitResult != nullptr) + *SweepHitResult = std::move(Parms.SweepHitResult); +} + + +// Function Engine.SceneComponent.OnRep_AttachChildren +// (Final, Native, Private) + +void USceneComponent::OnRep_AttachChildren() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "OnRep_AttachChildren"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.OnRep_AttachParent +// (Final, Native, Private) + +void USceneComponent::OnRep_AttachParent() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "OnRep_AttachParent"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.OnRep_AttachSocketName +// (Final, Native, Private) + +void USceneComponent::OnRep_AttachSocketName() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "OnRep_AttachSocketName"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.OnRep_Transform +// (Final, Native, Private) + +void USceneComponent::OnRep_Transform() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "OnRep_Transform"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.OnRep_Visibility +// (Final, Native, Private) +// Parameters: +// bool OldValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::OnRep_Visibility(bool OldValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "OnRep_Visibility"); + + Params::SceneComponent_OnRep_Visibility Parms{}; + + Parms.OldValue = OldValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.ResetRelativeTransform +// (Final, Native, Public, BlueprintCallable) + +void USceneComponent::ResetRelativeTransform() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "ResetRelativeTransform"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetAbsolute +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewAbsoluteLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewAbsoluteRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewAbsoluteScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetAbsolute(bool bNewAbsoluteLocation, bool bNewAbsoluteRotation, bool bNewAbsoluteScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetAbsolute"); + + Params::SceneComponent_SetAbsolute Parms{}; + + Parms.bNewAbsoluteLocation = bNewAbsoluteLocation; + Parms.bNewAbsoluteRotation = bNewAbsoluteRotation; + Parms.bNewAbsoluteScale = bNewAbsoluteScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetHiddenInGame +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool NewHidden (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPropagateToChildren (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetHiddenInGame(bool NewHidden, bool bPropagateToChildren) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetHiddenInGame"); + + Params::SceneComponent_SetHiddenInGame Parms{}; + + Parms.NewHidden = NewHidden; + Parms.bPropagateToChildren = bPropagateToChildren; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetMobility +// (Native, Public, BlueprintCallable) +// Parameters: +// EComponentMobility NewMobility (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetMobility(EComponentMobility NewMobility) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetMobility"); + + Params::SceneComponent_SetMobility Parms{}; + + Parms.NewMobility = NewMobility; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetRelativeScale3D +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewScale3D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetRelativeScale3D(const struct FVector& NewScale3D) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetRelativeScale3D"); + + Params::SceneComponent_SetRelativeScale3D Parms{}; + + Parms.NewScale3D = std::move(NewScale3D); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetShouldUpdatePhysicsVolume +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInShouldUpdatePhysicsVolume (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetShouldUpdatePhysicsVolume(bool bInShouldUpdatePhysicsVolume) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetShouldUpdatePhysicsVolume"); + + Params::SceneComponent_SetShouldUpdatePhysicsVolume Parms{}; + + Parms.bInShouldUpdatePhysicsVolume = bInShouldUpdatePhysicsVolume; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetVisibility +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewVisibility (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPropagateToChildren (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetVisibility(bool bNewVisibility, bool bPropagateToChildren) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetVisibility"); + + Params::SceneComponent_SetVisibility Parms{}; + + Parms.bNewVisibility = bNewVisibility; + Parms.bPropagateToChildren = bPropagateToChildren; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SetWorldScale3D +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::SetWorldScale3D(const struct FVector& NewScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SetWorldScale3D"); + + Params::SceneComponent_SetWorldScale3D Parms{}; + + Parms.NewScale = std::move(NewScale); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.SnapTo +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* InParent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::SnapTo(class USceneComponent* InParent, class FName InSocketName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "SnapTo"); + + Params::SceneComponent_SnapTo Parms{}; + + Parms.InParent = InParent; + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.ToggleVisibility +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bPropagateToChildren (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneComponent::ToggleVisibility(bool bPropagateToChildren) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "ToggleVisibility"); + + Params::SceneComponent_ToggleVisibility Parms{}; + + Parms.bPropagateToChildren = bPropagateToChildren; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneComponent.DoesSocketExist +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::DoesSocketExist(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "DoesSocketExist"); + + Params::SceneComponent_DoesSocketExist Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetAllSocketNames +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray USceneComponent::GetAllSocketNames() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetAllSocketNames"); + + Params::SceneComponent_GetAllSocketNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetAttachParent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class USceneComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USceneComponent* USceneComponent::GetAttachParent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetAttachParent"); + + Params::SceneComponent_GetAttachParent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetAttachSocketName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USceneComponent::GetAttachSocketName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetAttachSocketName"); + + Params::SceneComponent_GetAttachSocketName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetChildComponent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ChildIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USceneComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USceneComponent* USceneComponent::GetChildComponent(int32 ChildIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetChildComponent"); + + Params::SceneComponent_GetChildComponent Parms{}; + + Parms.ChildIndex = ChildIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetChildrenComponents +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool bIncludeAllDescendants (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* Children (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void USceneComponent::GetChildrenComponents(bool bIncludeAllDescendants, TArray* Children) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetChildrenComponents"); + + Params::SceneComponent_GetChildrenComponents Parms{}; + + Parms.bIncludeAllDescendants = bIncludeAllDescendants; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Children != nullptr) + *Children = std::move(Parms.Children); +} + + +// Function Engine.SceneComponent.GetComponentVelocity +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::GetComponentVelocity() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetComponentVelocity"); + + Params::SceneComponent_GetComponentVelocity Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetForwardVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::GetForwardVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetForwardVector"); + + Params::SceneComponent_GetForwardVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetNumChildrenComponents +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USceneComponent::GetNumChildrenComponents() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetNumChildrenComponents"); + + Params::SceneComponent_GetNumChildrenComponents Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetParentComponents +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* Parents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void USceneComponent::GetParentComponents(TArray* Parents) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetParentComponents"); + + Params::SceneComponent_GetParentComponents Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Parents != nullptr) + *Parents = std::move(Parms.Parents); +} + + +// Function Engine.SceneComponent.GetPhysicsVolume +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APhysicsVolume* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APhysicsVolume* USceneComponent::GetPhysicsVolume() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetPhysicsVolume"); + + Params::SceneComponent_GetPhysicsVolume Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetRelativeTransform +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USceneComponent::GetRelativeTransform() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetRelativeTransform"); + + Params::SceneComponent_GetRelativeTransform Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetRightVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::GetRightVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetRightVector"); + + Params::SceneComponent_GetRightVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetShouldUpdatePhysicsVolume +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::GetShouldUpdatePhysicsVolume() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetShouldUpdatePhysicsVolume"); + + Params::SceneComponent_GetShouldUpdatePhysicsVolume Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetSocketLocation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::GetSocketLocation(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetSocketLocation"); + + Params::SceneComponent_GetSocketLocation Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetSocketQuaternion +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat USceneComponent::GetSocketQuaternion(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetSocketQuaternion"); + + Params::SceneComponent_GetSocketQuaternion Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetSocketRotation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USceneComponent::GetSocketRotation(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetSocketRotation"); + + Params::SceneComponent_GetSocketRotation Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetSocketTransform +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERelativeTransformSpace TransformSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USceneComponent::GetSocketTransform(class FName InSocketName, ERelativeTransformSpace TransformSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetSocketTransform"); + + Params::SceneComponent_GetSocketTransform Parms{}; + + Parms.InSocketName = InSocketName; + Parms.TransformSpace = TransformSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.GetUpVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::GetUpVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "GetUpVector"); + + Params::SceneComponent_GetUpVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.IsAnySimulatingPhysics +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::IsAnySimulatingPhysics() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "IsAnySimulatingPhysics"); + + Params::SceneComponent_IsAnySimulatingPhysics Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.IsSimulatingPhysics +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::IsSimulatingPhysics(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "IsSimulatingPhysics"); + + Params::SceneComponent_IsSimulatingPhysics Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.IsVisible +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USceneComponent::IsVisible() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "IsVisible"); + + Params::SceneComponent_IsVisible Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.K2_GetComponentLocation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::K2_GetComponentLocation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_GetComponentLocation"); + + Params::SceneComponent_K2_GetComponentLocation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.K2_GetComponentRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USceneComponent::K2_GetComponentRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_GetComponentRotation"); + + Params::SceneComponent_K2_GetComponentRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.K2_GetComponentScale +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USceneComponent::K2_GetComponentScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_GetComponentScale"); + + Params::SceneComponent_K2_GetComponentScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneComponent.K2_GetComponentToWorld +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USceneComponent::K2_GetComponentToWorld() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneComponent", "K2_GetComponentToWorld"); + + Params::SceneComponent_K2_GetComponentToWorld Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.BitIsMarked +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 Data (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetNodeHelperLibrary::BitIsMarked(int32 Data, int32 Index_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "BitIsMarked"); + + Params::KismetNodeHelperLibrary_BitIsMarked Parms{}; + + Parms.Data = Data; + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.ClearAllBits +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32* Data (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetNodeHelperLibrary::ClearAllBits(int32* Data) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "ClearAllBits"); + + Params::KismetNodeHelperLibrary_ClearAllBits Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Data != nullptr) + *Data = Parms.Data; +} + + +// Function Engine.KismetNodeHelperLibrary.ClearBit +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32* Data (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetNodeHelperLibrary::ClearBit(int32* Data, int32 Index_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "ClearBit"); + + Params::KismetNodeHelperLibrary_ClearBit Parms{}; + + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Data != nullptr) + *Data = Parms.Data; +} + + +// Function Engine.KismetNodeHelperLibrary.GetEnumeratorName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UEnum* Enum (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 EnumeratorValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UKismetNodeHelperLibrary::GetEnumeratorName(const class UEnum* Enum, uint8 EnumeratorValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetEnumeratorName"); + + Params::KismetNodeHelperLibrary_GetEnumeratorName Parms{}; + + Parms.Enum = Enum; + Parms.EnumeratorValue = EnumeratorValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.GetEnumeratorUserFriendlyName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UEnum* Enum (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 EnumeratorValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetNodeHelperLibrary::GetEnumeratorUserFriendlyName(const class UEnum* Enum, uint8 EnumeratorValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetEnumeratorUserFriendlyName"); + + Params::KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName Parms{}; + + Parms.Enum = Enum; + Parms.EnumeratorValue = EnumeratorValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.GetEnumeratorValueFromIndex +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UEnum* Enum (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 EnumeratorIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetNodeHelperLibrary::GetEnumeratorValueFromIndex(const class UEnum* Enum, uint8 EnumeratorIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetEnumeratorValueFromIndex"); + + Params::KismetNodeHelperLibrary_GetEnumeratorValueFromIndex Parms{}; + + Parms.Enum = Enum; + Parms.EnumeratorIndex = EnumeratorIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.GetFirstUnmarkedBit +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 Data (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StartIdx (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumBits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetNodeHelperLibrary::GetFirstUnmarkedBit(int32 Data, int32 StartIdx, int32 NumBits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetFirstUnmarkedBit"); + + Params::KismetNodeHelperLibrary_GetFirstUnmarkedBit Parms{}; + + Parms.Data = Data; + Parms.StartIdx = StartIdx; + Parms.NumBits = NumBits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.GetRandomUnmarkedBit +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 Data (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StartIdx (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumBits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetNodeHelperLibrary::GetRandomUnmarkedBit(int32 Data, int32 StartIdx, int32 NumBits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetRandomUnmarkedBit"); + + Params::KismetNodeHelperLibrary_GetRandomUnmarkedBit Parms{}; + + Parms.Data = Data; + Parms.StartIdx = StartIdx; + Parms.NumBits = NumBits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.GetUnmarkedBit +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 Data (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StartIdx (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumBits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRandom (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetNodeHelperLibrary::GetUnmarkedBit(int32 Data, int32 StartIdx, int32 NumBits, bool bRandom) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetUnmarkedBit"); + + Params::KismetNodeHelperLibrary_GetUnmarkedBit Parms{}; + + Parms.Data = Data; + Parms.StartIdx = StartIdx; + Parms.NumBits = NumBits; + Parms.bRandom = bRandom; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.GetValidValue +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UEnum* Enum (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 EnumeratorValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetNodeHelperLibrary::GetValidValue(const class UEnum* Enum, uint8 EnumeratorValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "GetValidValue"); + + Params::KismetNodeHelperLibrary_GetValidValue Parms{}; + + Parms.Enum = Enum; + Parms.EnumeratorValue = EnumeratorValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.HasMarkedBit +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 Data (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumBits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetNodeHelperLibrary::HasMarkedBit(int32 Data, int32 NumBits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "HasMarkedBit"); + + Params::KismetNodeHelperLibrary_HasMarkedBit Parms{}; + + Parms.Data = Data; + Parms.NumBits = NumBits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.HasUnmarkedBit +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 Data (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumBits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetNodeHelperLibrary::HasUnmarkedBit(int32 Data, int32 NumBits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "HasUnmarkedBit"); + + Params::KismetNodeHelperLibrary_HasUnmarkedBit Parms{}; + + Parms.Data = Data; + Parms.NumBits = NumBits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetNodeHelperLibrary.MarkBit +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32* Data (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetNodeHelperLibrary::MarkBit(int32* Data, int32 Index_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetNodeHelperLibrary", "MarkBit"); + + Params::KismetNodeHelperLibrary_MarkBit Parms{}; + + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Data != nullptr) + *Data = Parms.Data; +} + + +// Function Engine.BlueprintAsyncActionBase.Activate +// (Native, Public, BlueprintCallable) + +void UBlueprintAsyncActionBase::Activate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BlueprintAsyncActionBase", "Activate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddAngularImpulse +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddAngularImpulse(const struct FVector& Impulse, class FName BoneName, bool bVelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddAngularImpulse"); + + Params::PrimitiveComponent_AddAngularImpulse Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.BoneName = BoneName; + Parms.bVelChange = bVelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddAngularImpulseInDegrees +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddAngularImpulseInDegrees(const struct FVector& Impulse, class FName BoneName, bool bVelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddAngularImpulseInDegrees"); + + Params::PrimitiveComponent_AddAngularImpulseInDegrees Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.BoneName = BoneName; + Parms.bVelChange = bVelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddAngularImpulseInRadians +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddAngularImpulseInRadians(const struct FVector& Impulse, class FName BoneName, bool bVelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddAngularImpulseInRadians"); + + Params::PrimitiveComponent_AddAngularImpulseInRadians Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.BoneName = BoneName; + Parms.bVelChange = bVelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddForce +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Force (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAccelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddForce(const struct FVector& Force, class FName BoneName, bool bAccelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddForce"); + + Params::PrimitiveComponent_AddForce Parms{}; + + Parms.Force = std::move(Force); + Parms.BoneName = BoneName; + Parms.bAccelChange = bAccelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddForceAtLocation +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Force (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddForceAtLocation(const struct FVector& Force, const struct FVector& Location, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddForceAtLocation"); + + Params::PrimitiveComponent_AddForceAtLocation Parms{}; + + Parms.Force = std::move(Force); + Parms.Location = std::move(Location); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddForceAtLocationLocal +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Force (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddForceAtLocationLocal(const struct FVector& Force, const struct FVector& Location, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddForceAtLocationLocal"); + + Params::PrimitiveComponent_AddForceAtLocationLocal Parms{}; + + Parms.Force = std::move(Force); + Parms.Location = std::move(Location); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddImpulse +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddImpulse(const struct FVector& Impulse, class FName BoneName, bool bVelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddImpulse"); + + Params::PrimitiveComponent_AddImpulse Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.BoneName = BoneName; + Parms.bVelChange = bVelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddImpulseAtLocation +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddImpulseAtLocation(const struct FVector& Impulse, const struct FVector& Location, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddImpulseAtLocation"); + + Params::PrimitiveComponent_AddImpulseAtLocation Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.Location = std::move(Location); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddRadialForce +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Origin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Strength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERadialImpulseFalloff Falloff (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAccelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddRadialForce(const struct FVector& Origin, float Radius, float Strength, ERadialImpulseFalloff Falloff, bool bAccelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddRadialForce"); + + Params::PrimitiveComponent_AddRadialForce Parms{}; + + Parms.Origin = std::move(Origin); + Parms.Radius = Radius; + Parms.Strength = Strength; + Parms.Falloff = Falloff; + Parms.bAccelChange = bAccelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddRadialImpulse +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Origin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Strength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERadialImpulseFalloff Falloff (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddRadialImpulse(const struct FVector& Origin, float Radius, float Strength, ERadialImpulseFalloff Falloff, bool bVelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddRadialImpulse"); + + Params::PrimitiveComponent_AddRadialImpulse Parms{}; + + Parms.Origin = std::move(Origin); + Parms.Radius = Radius; + Parms.Strength = Strength; + Parms.Falloff = Falloff; + Parms.bVelChange = bVelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddTorque +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Torque (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAccelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddTorque(const struct FVector& Torque, class FName BoneName, bool bAccelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddTorque"); + + Params::PrimitiveComponent_AddTorque Parms{}; + + Parms.Torque = std::move(Torque); + Parms.BoneName = BoneName; + Parms.bAccelChange = bAccelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddTorqueInDegrees +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Torque (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAccelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddTorqueInDegrees(const struct FVector& Torque, class FName BoneName, bool bAccelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddTorqueInDegrees"); + + Params::PrimitiveComponent_AddTorqueInDegrees Parms{}; + + Parms.Torque = std::move(Torque); + Parms.BoneName = BoneName; + Parms.bAccelChange = bAccelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.AddTorqueInRadians +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Torque (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAccelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::AddTorqueInRadians(const struct FVector& Torque, class FName BoneName, bool bAccelChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "AddTorqueInRadians"); + + Params::PrimitiveComponent_AddTorqueInRadians Parms{}; + + Parms.Torque = std::move(Torque); + Parms.BoneName = BoneName; + Parms.bAccelChange = bAccelChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.ClearMoveIgnoreActors +// (Final, Native, Public, BlueprintCallable) + +void UPrimitiveComponent::ClearMoveIgnoreActors() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "ClearMoveIgnoreActors"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.ClearMoveIgnoreComponents +// (Final, Native, Public, BlueprintCallable) + +void UPrimitiveComponent::ClearMoveIgnoreComponents() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "ClearMoveIgnoreComponents"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.CopyArrayOfMoveIgnoreActors +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UPrimitiveComponent::CopyArrayOfMoveIgnoreActors() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "CopyArrayOfMoveIgnoreActors"); + + Params::PrimitiveComponent_CopyArrayOfMoveIgnoreActors Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.CopyArrayOfMoveIgnoreComponents +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TArray ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) + +TArray UPrimitiveComponent::CopyArrayOfMoveIgnoreComponents() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "CopyArrayOfMoveIgnoreComponents"); + + Params::PrimitiveComponent_CopyArrayOfMoveIgnoreComponents Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.CreateAndSetMaterialInstanceDynamic +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 ElementIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* UPrimitiveComponent::CreateAndSetMaterialInstanceDynamic(int32 ElementIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "CreateAndSetMaterialInstanceDynamic"); + + Params::PrimitiveComponent_CreateAndSetMaterialInstanceDynamic Parms{}; + + Parms.ElementIndex = ElementIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.CreateAndSetMaterialInstanceDynamicFromMaterial +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 ElementIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Parent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* UPrimitiveComponent::CreateAndSetMaterialInstanceDynamicFromMaterial(int32 ElementIndex, class UMaterialInterface* Parent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "CreateAndSetMaterialInstanceDynamicFromMaterial"); + + Params::PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial Parms{}; + + Parms.ElementIndex = ElementIndex; + Parms.Parent = Parent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.CreateDynamicMaterialInstance +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 ElementIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* SourceMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName OptionalName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* UPrimitiveComponent::CreateDynamicMaterialInstance(int32 ElementIndex, class UMaterialInterface* SourceMaterial, class FName OptionalName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "CreateDynamicMaterialInstance"); + + Params::PrimitiveComponent_CreateDynamicMaterialInstance Parms{}; + + Parms.ElementIndex = ElementIndex; + Parms.SourceMaterial = SourceMaterial; + Parms.OptionalName = OptionalName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetPhysicsLinearVelocity +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetPhysicsLinearVelocity(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetPhysicsLinearVelocity"); + + Params::PrimitiveComponent_GetPhysicsLinearVelocity Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetPhysicsLinearVelocityAtPoint +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetPhysicsLinearVelocityAtPoint(const struct FVector& Point, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetPhysicsLinearVelocityAtPoint"); + + Params::PrimitiveComponent_GetPhysicsLinearVelocityAtPoint Parms{}; + + Parms.Point = std::move(Point); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.IgnoreActorWhenMoving +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* Actor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShouldIgnore (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::IgnoreActorWhenMoving(class AActor* Actor, bool bShouldIgnore) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "IgnoreActorWhenMoving"); + + Params::PrimitiveComponent_IgnoreActorWhenMoving Parms{}; + + Parms.Actor = Actor; + Parms.bShouldIgnore = bShouldIgnore; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.IgnoreComponentWhenMoving +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShouldIgnore (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::IgnoreComponentWhenMoving(class UPrimitiveComponent* Component, bool bShouldIgnore) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "IgnoreComponentWhenMoving"); + + Params::PrimitiveComponent_IgnoreComponentWhenMoving Parms{}; + + Parms.Component = Component; + Parms.bShouldIgnore = bShouldIgnore; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.IsAnyRigidBodyAwake +// (Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::IsAnyRigidBodyAwake() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "IsAnyRigidBodyAwake"); + + Params::PrimitiveComponent_IsAnyRigidBodyAwake Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_BoxOverlapComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InBoxCentre (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FBox& InBox (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPersistentShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitNormal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName* BoneName (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_BoxOverlapComponent(const struct FVector& InBoxCentre, const struct FBox& InBox, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_BoxOverlapComponent"); + + Params::PrimitiveComponent_K2_BoxOverlapComponent Parms{}; + + Parms.InBoxCentre = std::move(InBoxCentre); + Parms.InBox = std::move(InBox); + Parms.bTraceComplex = bTraceComplex; + Parms.bShowTrace = bShowTrace; + Parms.bPersistentShowTrace = bPersistentShowTrace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitLocation != nullptr) + *HitLocation = std::move(Parms.HitLocation); + + if (HitNormal != nullptr) + *HitNormal = std::move(Parms.HitNormal); + + if (BoneName != nullptr) + *BoneName = Parms.BoneName; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_LineTraceComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& TraceStart (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& TraceEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPersistentShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitNormal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName* BoneName (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_LineTraceComponent(const struct FVector& TraceStart, const struct FVector& TraceEnd, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_LineTraceComponent"); + + Params::PrimitiveComponent_K2_LineTraceComponent Parms{}; + + Parms.TraceStart = std::move(TraceStart); + Parms.TraceEnd = std::move(TraceEnd); + Parms.bTraceComplex = bTraceComplex; + Parms.bShowTrace = bShowTrace; + Parms.bPersistentShowTrace = bPersistentShowTrace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitLocation != nullptr) + *HitLocation = std::move(Parms.HitLocation); + + if (HitNormal != nullptr) + *HitNormal = std::move(Parms.HitNormal); + + if (BoneName != nullptr) + *BoneName = Parms.BoneName; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_SphereOverlapComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InSphereCentre (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InSphereRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPersistentShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitNormal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName* BoneName (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_SphereOverlapComponent(const struct FVector& InSphereCentre, float InSphereRadius, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_SphereOverlapComponent"); + + Params::PrimitiveComponent_K2_SphereOverlapComponent Parms{}; + + Parms.InSphereCentre = std::move(InSphereCentre); + Parms.InSphereRadius = InSphereRadius; + Parms.bTraceComplex = bTraceComplex; + Parms.bShowTrace = bShowTrace; + Parms.bPersistentShowTrace = bPersistentShowTrace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitLocation != nullptr) + *HitLocation = std::move(Parms.HitLocation); + + if (HitNormal != nullptr) + *HitNormal = std::move(Parms.HitNormal); + + if (BoneName != nullptr) + *BoneName = Parms.BoneName; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_SphereTraceComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& TraceStart (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& TraceEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SphereRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPersistentShowTrace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* HitNormal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName* BoneName (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_SphereTraceComponent(const struct FVector& TraceStart, const struct FVector& TraceEnd, float SphereRadius, bool bTraceComplex, bool bShowTrace, bool bPersistentShowTrace, struct FVector* HitLocation, struct FVector* HitNormal, class FName* BoneName, struct FHitResult* OutHit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_SphereTraceComponent"); + + Params::PrimitiveComponent_K2_SphereTraceComponent Parms{}; + + Parms.TraceStart = std::move(TraceStart); + Parms.TraceEnd = std::move(TraceEnd); + Parms.SphereRadius = SphereRadius; + Parms.bTraceComplex = bTraceComplex; + Parms.bShowTrace = bShowTrace; + Parms.bPersistentShowTrace = bPersistentShowTrace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitLocation != nullptr) + *HitLocation = std::move(Parms.HitLocation); + + if (HitNormal != nullptr) + *HitNormal = std::move(Parms.HitNormal); + + if (BoneName != nullptr) + *BoneName = Parms.BoneName; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.PutRigidBodyToSleep +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::PutRigidBodyToSleep(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "PutRigidBodyToSleep"); + + Params::PrimitiveComponent_PutRigidBodyToSleep Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetAllMassScale +// (Native, Public, BlueprintCallable) +// Parameters: +// float InMassScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetAllMassScale(float InMassScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetAllMassScale"); + + Params::PrimitiveComponent_SetAllMassScale Parms{}; + + Parms.InMassScale = InMassScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetAllPhysicsAngularVelocityInDegrees +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewAngVel (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetAllPhysicsAngularVelocityInDegrees(const struct FVector& NewAngVel, bool bAddToCurrent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetAllPhysicsAngularVelocityInDegrees"); + + Params::PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees Parms{}; + + Parms.NewAngVel = std::move(NewAngVel); + Parms.bAddToCurrent = bAddToCurrent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetAllPhysicsAngularVelocityInRadians +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewAngVel (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetAllPhysicsAngularVelocityInRadians(const struct FVector& NewAngVel, bool bAddToCurrent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetAllPhysicsAngularVelocityInRadians"); + + Params::PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians Parms{}; + + Parms.NewAngVel = std::move(NewAngVel); + Parms.bAddToCurrent = bAddToCurrent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetAllPhysicsLinearVelocity +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetAllPhysicsLinearVelocity(const struct FVector& NewVel, bool bAddToCurrent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetAllPhysicsLinearVelocity"); + + Params::PrimitiveComponent_SetAllPhysicsLinearVelocity Parms{}; + + Parms.NewVel = std::move(NewVel); + Parms.bAddToCurrent = bAddToCurrent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetAllUseCCD +// (Native, Public, BlueprintCallable) +// Parameters: +// bool InUseCCD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetAllUseCCD(bool InUseCCD) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetAllUseCCD"); + + Params::PrimitiveComponent_SetAllUseCCD Parms{}; + + Parms.InUseCCD = InUseCCD; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetAngularDamping +// (Native, Public, BlueprintCallable) +// Parameters: +// float InDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetAngularDamping(float InDamping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetAngularDamping"); + + Params::PrimitiveComponent_SetAngularDamping Parms{}; + + Parms.InDamping = InDamping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetBoundsScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewBoundsScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetBoundsScale(float NewBoundsScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetBoundsScale"); + + Params::PrimitiveComponent_SetBoundsScale Parms{}; + + Parms.NewBoundsScale = NewBoundsScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCastHiddenShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool NewCastHiddenShadow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCastHiddenShadow(bool NewCastHiddenShadow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCastHiddenShadow"); + + Params::PrimitiveComponent_SetCastHiddenShadow Parms{}; + + Parms.NewCastHiddenShadow = NewCastHiddenShadow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCastInsetShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInCastInsetShadow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCastInsetShadow(bool bInCastInsetShadow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCastInsetShadow"); + + Params::PrimitiveComponent_SetCastInsetShadow Parms{}; + + Parms.bInCastInsetShadow = bInCastInsetShadow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCastShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool NewCastShadow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCastShadow(bool NewCastShadow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCastShadow"); + + Params::PrimitiveComponent_SetCastShadow Parms{}; + + Parms.NewCastShadow = NewCastShadow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCenterOfMass +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& CenterOfMassOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCenterOfMass(const struct FVector& CenterOfMassOffset, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCenterOfMass"); + + Params::PrimitiveComponent_SetCenterOfMass Parms{}; + + Parms.CenterOfMassOffset = std::move(CenterOfMassOffset); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCollisionEnabled +// (Native, Public, BlueprintCallable) +// Parameters: +// ECollisionEnabled NewType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCollisionEnabled(ECollisionEnabled NewType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCollisionEnabled"); + + Params::PrimitiveComponent_SetCollisionEnabled Parms{}; + + Parms.NewType = NewType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCollisionObjectType +// (Native, Public, BlueprintCallable) +// Parameters: +// ECollisionChannel Channel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCollisionObjectType(ECollisionChannel Channel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCollisionObjectType"); + + Params::PrimitiveComponent_SetCollisionObjectType Parms{}; + + Parms.Channel = Channel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCollisionProfileName +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName InCollisionProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateOverlaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCollisionProfileName(class FName InCollisionProfileName, bool bUpdateOverlaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCollisionProfileName"); + + Params::PrimitiveComponent_SetCollisionProfileName Parms{}; + + Parms.InCollisionProfileName = InCollisionProfileName; + Parms.bUpdateOverlaps = bUpdateOverlaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCollisionResponseToAllChannels +// (Native, Public, BlueprintCallable) +// Parameters: +// ECollisionResponse NewResponse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCollisionResponseToAllChannels(ECollisionResponse NewResponse) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCollisionResponseToAllChannels"); + + Params::PrimitiveComponent_SetCollisionResponseToAllChannels Parms{}; + + Parms.NewResponse = NewResponse; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCollisionResponseToChannel +// (Native, Public, BlueprintCallable) +// Parameters: +// ECollisionChannel Channel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECollisionResponse NewResponse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCollisionResponseToChannel(ECollisionChannel Channel, ECollisionResponse NewResponse) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCollisionResponseToChannel"); + + Params::PrimitiveComponent_SetCollisionResponseToChannel Parms{}; + + Parms.Channel = Channel; + Parms.NewResponse = NewResponse; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetConstraintMode +// (Native, Public, BlueprintCallable) +// Parameters: +// EDOFMode ConstraintMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetConstraintMode(EDOFMode ConstraintMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetConstraintMode"); + + Params::PrimitiveComponent_SetConstraintMode Parms{}; + + Parms.ConstraintMode = ConstraintMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCullDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewCullDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCullDistance(float NewCullDistance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCullDistance"); + + Params::PrimitiveComponent_SetCullDistance Parms{}; + + Parms.NewCullDistance = NewCullDistance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomDepthStencilValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomDepthStencilValue(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomDepthStencilValue"); + + Params::PrimitiveComponent_SetCustomDepthStencilValue Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomDepthStencilWriteMask +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ERendererStencilMask WriteMaskBit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomDepthStencilWriteMask(ERendererStencilMask WriteMaskBit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomDepthStencilWriteMask"); + + Params::PrimitiveComponent_SetCustomDepthStencilWriteMask Parms{}; + + Parms.WriteMaskBit = WriteMaskBit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataArray +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& Data (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomPrimitiveDataArray(const TArray& Data) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomPrimitiveDataArray"); + + Params::PrimitiveComponent_SetCustomPrimitiveDataArray Parms{}; + + Parms.Data = std::move(Data); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataFloat +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomPrimitiveDataFloat(int32 DataIndex, float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomPrimitiveDataFloat"); + + Params::PrimitiveComponent_SetCustomPrimitiveDataFloat Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataVector2 +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomPrimitiveDataVector2(int32 DataIndex, const struct FVector2D& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomPrimitiveDataVector2"); + + Params::PrimitiveComponent_SetCustomPrimitiveDataVector2 Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataVector3 +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomPrimitiveDataVector3(int32 DataIndex, const struct FVector& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomPrimitiveDataVector3"); + + Params::PrimitiveComponent_SetCustomPrimitiveDataVector3 Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataVector4 +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetCustomPrimitiveDataVector4(int32 DataIndex, const struct FVector4& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetCustomPrimitiveDataVector4"); + + Params::PrimitiveComponent_SetCustomPrimitiveDataVector4 Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataFloat +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetDefaultCustomPrimitiveDataFloat(int32 DataIndex, float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetDefaultCustomPrimitiveDataFloat"); + + Params::PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataVector2 +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetDefaultCustomPrimitiveDataVector2(int32 DataIndex, const struct FVector2D& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetDefaultCustomPrimitiveDataVector2"); + + Params::PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataVector3 +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetDefaultCustomPrimitiveDataVector3(int32 DataIndex, const struct FVector& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetDefaultCustomPrimitiveDataVector3"); + + Params::PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataVector4 +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 DataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetDefaultCustomPrimitiveDataVector4(int32 DataIndex, const struct FVector4& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetDefaultCustomPrimitiveDataVector4"); + + Params::PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 Parms{}; + + Parms.DataIndex = DataIndex; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetEnableGravity +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bGravityEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetEnableGravity(bool bGravityEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetEnableGravity"); + + Params::PrimitiveComponent_SetEnableGravity Parms{}; + + Parms.bGravityEnabled = bGravityEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetExcludeFromLightAttachmentGroup +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInExcludeFromLightAttachmentGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetExcludeFromLightAttachmentGroup(bool bInExcludeFromLightAttachmentGroup) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetExcludeFromLightAttachmentGroup"); + + Params::PrimitiveComponent_SetExcludeFromLightAttachmentGroup Parms{}; + + Parms.bInExcludeFromLightAttachmentGroup = bInExcludeFromLightAttachmentGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetGenerateOverlapEvents +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInGenerateOverlapEvents (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetGenerateOverlapEvents(bool bInGenerateOverlapEvents) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetGenerateOverlapEvents"); + + Params::PrimitiveComponent_SetGenerateOverlapEvents Parms{}; + + Parms.bInGenerateOverlapEvents = bInGenerateOverlapEvents; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetHiddenInSceneCapture +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetHiddenInSceneCapture(bool bValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetHiddenInSceneCapture"); + + Params::PrimitiveComponent_SetHiddenInSceneCapture Parms{}; + + Parms.bValue = bValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetLightAttachmentsAsGroup +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInLightAttachmentsAsGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetLightAttachmentsAsGroup(bool bInLightAttachmentsAsGroup) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetLightAttachmentsAsGroup"); + + Params::PrimitiveComponent_SetLightAttachmentsAsGroup Parms{}; + + Parms.bInLightAttachmentsAsGroup = bInLightAttachmentsAsGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetLightingChannels +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bChannel0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bChannel1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bChannel2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetLightingChannels(bool bChannel0, bool bChannel1, bool bChannel2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetLightingChannels"); + + Params::PrimitiveComponent_SetLightingChannels Parms{}; + + Parms.bChannel0 = bChannel0; + Parms.bChannel1 = bChannel1; + Parms.bChannel2 = bChannel2; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetLinearDamping +// (Native, Public, BlueprintCallable) +// Parameters: +// float InDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetLinearDamping(float InDamping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetLinearDamping"); + + Params::PrimitiveComponent_SetLinearDamping Parms{}; + + Parms.InDamping = InDamping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetMassOverrideInKg +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MassInKg (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bOverrideMass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetMassOverrideInKg(class FName BoneName, float MassInKg, bool bOverrideMass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetMassOverrideInKg"); + + Params::PrimitiveComponent_SetMassOverrideInKg Parms{}; + + Parms.BoneName = BoneName; + Parms.MassInKg = MassInKg; + Parms.bOverrideMass = bOverrideMass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetMassScale +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InMassScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetMassScale(class FName BoneName, float InMassScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetMassScale"); + + Params::PrimitiveComponent_SetMassScale Parms{}; + + Parms.BoneName = BoneName; + Parms.InMassScale = InMassScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetMaterial +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 ElementIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetMaterial(int32 ElementIndex, class UMaterialInterface* Material) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetMaterial"); + + Params::PrimitiveComponent_SetMaterial Parms{}; + + Parms.ElementIndex = ElementIndex; + Parms.Material = Material; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetMaterialByName +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName MaterialSlotName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetMaterialByName(class FName MaterialSlotName, class UMaterialInterface* Material) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetMaterialByName"); + + Params::PrimitiveComponent_SetMaterialByName Parms{}; + + Parms.MaterialSlotName = MaterialSlotName; + Parms.Material = Material; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetNotifyRigidBodyCollision +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewNotifyRigidBodyCollision (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetNotifyRigidBodyCollision(bool bNewNotifyRigidBodyCollision) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetNotifyRigidBodyCollision"); + + Params::PrimitiveComponent_SetNotifyRigidBodyCollision Parms{}; + + Parms.bNewNotifyRigidBodyCollision = bNewNotifyRigidBodyCollision; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetOnlyOwnerSee +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewOnlyOwnerSee (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetOnlyOwnerSee(bool bNewOnlyOwnerSee) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetOnlyOwnerSee"); + + Params::PrimitiveComponent_SetOnlyOwnerSee Parms{}; + + Parms.bNewOnlyOwnerSee = bNewOnlyOwnerSee; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetOwnerNoSee +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewOwnerNoSee (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetOwnerNoSee(bool bNewOwnerNoSee) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetOwnerNoSee"); + + Params::PrimitiveComponent_SetOwnerNoSee Parms{}; + + Parms.bNewOwnerNoSee = bNewOwnerNoSee; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsAngularVelocity +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewAngVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsAngularVelocity(const struct FVector& NewAngVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsAngularVelocity"); + + Params::PrimitiveComponent_SetPhysicsAngularVelocity Parms{}; + + Parms.NewAngVel = std::move(NewAngVel); + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsAngularVelocityInDegrees +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewAngVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsAngularVelocityInDegrees(const struct FVector& NewAngVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsAngularVelocityInDegrees"); + + Params::PrimitiveComponent_SetPhysicsAngularVelocityInDegrees Parms{}; + + Parms.NewAngVel = std::move(NewAngVel); + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsAngularVelocityInRadians +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewAngVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsAngularVelocityInRadians(const struct FVector& NewAngVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsAngularVelocityInRadians"); + + Params::PrimitiveComponent_SetPhysicsAngularVelocityInRadians Parms{}; + + Parms.NewAngVel = std::move(NewAngVel); + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsLinearVelocity +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsLinearVelocity(const struct FVector& NewVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsLinearVelocity"); + + Params::PrimitiveComponent_SetPhysicsLinearVelocity Parms{}; + + Parms.NewVel = std::move(NewVel); + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsMaxAngularVelocity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewMaxAngVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsMaxAngularVelocity(float NewMaxAngVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsMaxAngularVelocity"); + + Params::PrimitiveComponent_SetPhysicsMaxAngularVelocity Parms{}; + + Parms.NewMaxAngVel = NewMaxAngVel; + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsMaxAngularVelocityInDegrees +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewMaxAngVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsMaxAngularVelocityInDegrees(float NewMaxAngVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsMaxAngularVelocityInDegrees"); + + Params::PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees Parms{}; + + Parms.NewMaxAngVel = NewMaxAngVel; + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysicsMaxAngularVelocityInRadians +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewMaxAngVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysicsMaxAngularVelocityInRadians(float NewMaxAngVel, bool bAddToCurrent, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysicsMaxAngularVelocityInRadians"); + + Params::PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians Parms{}; + + Parms.NewMaxAngVel = NewMaxAngVel; + Parms.bAddToCurrent = bAddToCurrent; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetPhysMaterialOverride +// (Native, Public, BlueprintCallable) +// Parameters: +// class UPhysicalMaterial* NewPhysMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetPhysMaterialOverride(class UPhysicalMaterial* NewPhysMaterial) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetPhysMaterialOverride"); + + Params::PrimitiveComponent_SetPhysMaterialOverride Parms{}; + + Parms.NewPhysMaterial = NewPhysMaterial; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetReceivesDecals +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewReceivesDecals (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetReceivesDecals(bool bNewReceivesDecals) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetReceivesDecals"); + + Params::PrimitiveComponent_SetReceivesDecals Parms{}; + + Parms.bNewReceivesDecals = bNewReceivesDecals; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetRenderCustomDepth +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetRenderCustomDepth(bool bValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetRenderCustomDepth"); + + Params::PrimitiveComponent_SetRenderCustomDepth Parms{}; + + Parms.bValue = bValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetRenderInMainPass +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetRenderInMainPass(bool bValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetRenderInMainPass"); + + Params::PrimitiveComponent_SetRenderInMainPass Parms{}; + + Parms.bValue = bValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetSimulatePhysics +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bSimulate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetSimulatePhysics(bool bSimulate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetSimulatePhysics"); + + Params::PrimitiveComponent_SetSimulatePhysics Parms{}; + + Parms.bSimulate = bSimulate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetSingleSampleShadowFromStationaryLights +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewSingleSampleShadowFromStationaryLights (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetSingleSampleShadowFromStationaryLights(bool bNewSingleSampleShadowFromStationaryLights) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetSingleSampleShadowFromStationaryLights"); + + Params::PrimitiveComponent_SetSingleSampleShadowFromStationaryLights Parms{}; + + Parms.bNewSingleSampleShadowFromStationaryLights = bNewSingleSampleShadowFromStationaryLights; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetTranslucencySortDistanceOffset +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewTranslucencySortDistanceOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetTranslucencySortDistanceOffset(float NewTranslucencySortDistanceOffset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetTranslucencySortDistanceOffset"); + + Params::PrimitiveComponent_SetTranslucencySortDistanceOffset Parms{}; + + Parms.NewTranslucencySortDistanceOffset = NewTranslucencySortDistanceOffset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetTranslucentSortPriority +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewTranslucentSortPriority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetTranslucentSortPriority(int32 NewTranslucentSortPriority) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetTranslucentSortPriority"); + + Params::PrimitiveComponent_SetTranslucentSortPriority Parms{}; + + Parms.NewTranslucentSortPriority = NewTranslucentSortPriority; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetUseCCD +// (Native, Public, BlueprintCallable) +// Parameters: +// bool InUseCCD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetUseCCD(bool InUseCCD, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetUseCCD"); + + Params::PrimitiveComponent_SetUseCCD Parms{}; + + Parms.InUseCCD = InUseCCD; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetVisibleInSceneCaptureOnly +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetVisibleInSceneCaptureOnly(bool bValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetVisibleInSceneCaptureOnly"); + + Params::PrimitiveComponent_SetVisibleInSceneCaptureOnly Parms{}; + + Parms.bValue = bValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.SetWalkableSlopeOverride +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FWalkableSlopeOverride& NewOverride (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::SetWalkableSlopeOverride(const struct FWalkableSlopeOverride& NewOverride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "SetWalkableSlopeOverride"); + + Params::PrimitiveComponent_SetWalkableSlopeOverride Parms{}; + + Parms.NewOverride = std::move(NewOverride); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.WakeAllRigidBodies +// (Native, Public, BlueprintCallable) + +void UPrimitiveComponent::WakeAllRigidBodies() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "WakeAllRigidBodies"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.WakeRigidBody +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::WakeRigidBody(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "WakeRigidBody"); + + Params::PrimitiveComponent_WakeRigidBody Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PrimitiveComponent.CanCharacterStepUp +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APawn* Pawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::CanCharacterStepUp(class APawn* Pawn) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "CanCharacterStepUp"); + + Params::PrimitiveComponent_CanCharacterStepUp Parms{}; + + Parms.Pawn = Pawn; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetAngularDamping +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPrimitiveComponent::GetAngularDamping() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetAngularDamping"); + + Params::PrimitiveComponent_GetAngularDamping Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetCenterOfMass +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetCenterOfMass(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetCenterOfMass"); + + Params::PrimitiveComponent_GetCenterOfMass Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetClosestPointOnCollision +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Point (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutPointOnBody (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPrimitiveComponent::GetClosestPointOnCollision(const struct FVector& Point, struct FVector* OutPointOnBody, class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetClosestPointOnCollision"); + + Params::PrimitiveComponent_GetClosestPointOnCollision Parms{}; + + Parms.Point = std::move(Point); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPointOnBody != nullptr) + *OutPointOnBody = std::move(Parms.OutPointOnBody); + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetCollisionEnabled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ECollisionEnabled ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ECollisionEnabled UPrimitiveComponent::GetCollisionEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetCollisionEnabled"); + + Params::PrimitiveComponent_GetCollisionEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetCollisionObjectType +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ECollisionChannel ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ECollisionChannel UPrimitiveComponent::GetCollisionObjectType() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetCollisionObjectType"); + + Params::PrimitiveComponent_GetCollisionObjectType Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetCollisionProfileName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UPrimitiveComponent::GetCollisionProfileName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetCollisionProfileName"); + + Params::PrimitiveComponent_GetCollisionProfileName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetCollisionResponseToChannel +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ECollisionChannel Channel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECollisionResponse ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ECollisionResponse UPrimitiveComponent::GetCollisionResponseToChannel(ECollisionChannel Channel) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetCollisionResponseToChannel"); + + Params::PrimitiveComponent_GetCollisionResponseToChannel Parms{}; + + Parms.Channel = Channel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetGenerateOverlapEvents +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::GetGenerateOverlapEvents() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetGenerateOverlapEvents"); + + Params::PrimitiveComponent_GetGenerateOverlapEvents Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetInertiaTensor +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetInertiaTensor(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetInertiaTensor"); + + Params::PrimitiveComponent_GetInertiaTensor Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetLinearDamping +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPrimitiveComponent::GetLinearDamping() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetLinearDamping"); + + Params::PrimitiveComponent_GetLinearDamping Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetMass +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPrimitiveComponent::GetMass() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetMass"); + + Params::PrimitiveComponent_GetMass Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetMassScale +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPrimitiveComponent::GetMassScale(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetMassScale"); + + Params::PrimitiveComponent_GetMassScale Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetMaterial +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ElementIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInterface* UPrimitiveComponent::GetMaterial(int32 ElementIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetMaterial"); + + Params::PrimitiveComponent_GetMaterial Parms{}; + + Parms.ElementIndex = ElementIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetMaterialFromCollisionFaceIndex +// (Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 FaceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* SectionIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInterface* UPrimitiveComponent::GetMaterialFromCollisionFaceIndex(int32 FaceIndex, int32* SectionIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetMaterialFromCollisionFaceIndex"); + + Params::PrimitiveComponent_GetMaterialFromCollisionFaceIndex Parms{}; + + Parms.FaceIndex = FaceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SectionIndex != nullptr) + *SectionIndex = Parms.SectionIndex; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetNumMaterials +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UPrimitiveComponent::GetNumMaterials() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetNumMaterials"); + + Params::PrimitiveComponent_GetNumMaterials Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetOverlappingActors +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* OverlappingActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// TSubclassOf ClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::GetOverlappingActors(TArray* OverlappingActors, TSubclassOf ClassFilter) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetOverlappingActors"); + + Params::PrimitiveComponent_GetOverlappingActors Parms{}; + + Parms.ClassFilter = ClassFilter; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OverlappingActors != nullptr) + *OverlappingActors = std::move(Parms.OverlappingActors); +} + + +// Function Engine.PrimitiveComponent.GetOverlappingComponents +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* OutOverlappingComponents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void UPrimitiveComponent::GetOverlappingComponents(TArray* OutOverlappingComponents) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetOverlappingComponents"); + + Params::PrimitiveComponent_GetOverlappingComponents Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutOverlappingComponents != nullptr) + *OutOverlappingComponents = std::move(Parms.OutOverlappingComponents); +} + + +// Function Engine.PrimitiveComponent.GetPhysicsAngularVelocity +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetPhysicsAngularVelocity(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetPhysicsAngularVelocity"); + + Params::PrimitiveComponent_GetPhysicsAngularVelocity Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetPhysicsAngularVelocityInDegrees +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetPhysicsAngularVelocityInDegrees(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetPhysicsAngularVelocityInDegrees"); + + Params::PrimitiveComponent_GetPhysicsAngularVelocityInDegrees Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetPhysicsAngularVelocityInRadians +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::GetPhysicsAngularVelocityInRadians(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetPhysicsAngularVelocityInRadians"); + + Params::PrimitiveComponent_GetPhysicsAngularVelocityInRadians Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.GetWalkableSlopeOverride +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FWalkableSlopeOverride ReturnValue (ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +const struct FWalkableSlopeOverride UPrimitiveComponent::GetWalkableSlopeOverride() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "GetWalkableSlopeOverride"); + + Params::PrimitiveComponent_GetWalkableSlopeOverride Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.IsGravityEnabled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::IsGravityEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "IsGravityEnabled"); + + Params::PrimitiveComponent_IsGravityEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.IsOverlappingActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* Other (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::IsOverlappingActor(const class AActor* Other) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "IsOverlappingActor"); + + Params::PrimitiveComponent_IsOverlappingActor Parms{}; + + Parms.Other = Other; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.IsOverlappingComponent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UPrimitiveComponent* OtherComp (ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::IsOverlappingComponent(const class UPrimitiveComponent* OtherComp) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "IsOverlappingComponent"); + + Params::PrimitiveComponent_IsOverlappingComponent Parms{}; + + Parms.OtherComp = OtherComp; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_IsCollisionEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_IsCollisionEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_IsCollisionEnabled"); + + Params::PrimitiveComponent_K2_IsCollisionEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_IsPhysicsCollisionEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_IsPhysicsCollisionEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_IsPhysicsCollisionEnabled"); + + Params::PrimitiveComponent_K2_IsPhysicsCollisionEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.K2_IsQueryCollisionEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::K2_IsQueryCollisionEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "K2_IsQueryCollisionEnabled"); + + Params::PrimitiveComponent_K2_IsQueryCollisionEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.ScaleByMomentOfInertia +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& InputVector (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPrimitiveComponent::ScaleByMomentOfInertia(const struct FVector& InputVector, class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "ScaleByMomentOfInertia"); + + Params::PrimitiveComponent_ScaleByMomentOfInertia Parms{}; + + Parms.InputVector = std::move(InputVector); + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PrimitiveComponent.WasRecentlyRendered +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPrimitiveComponent::WasRecentlyRendered(float Tolerance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PrimitiveComponent", "WasRecentlyRendered"); + + Params::PrimitiveComponent_WasRecentlyRendered Parms{}; + + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MeshComponent.PrestreamTextures +// (Native, Public, BlueprintCallable) +// Parameters: +// float Seconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPrioritizeCharacterTextures (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CinematicTextureGroups (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMeshComponent::PrestreamTextures(float Seconds, bool bPrioritizeCharacterTextures, int32 CinematicTextureGroups) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "PrestreamTextures"); + + Params::MeshComponent_PrestreamTextures Parms{}; + + Parms.Seconds = Seconds; + Parms.bPrioritizeCharacterTextures = bPrioritizeCharacterTextures; + Parms.CinematicTextureGroups = CinematicTextureGroups; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MeshComponent.SetScalarParameterValueOnMaterials +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class FName ParameterName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const float ParameterValue (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMeshComponent::SetScalarParameterValueOnMaterials(const class FName ParameterName, const float ParameterValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "SetScalarParameterValueOnMaterials"); + + Params::MeshComponent_SetScalarParameterValueOnMaterials Parms{}; + + Parms.ParameterName = ParameterName; + Parms.ParameterValue = ParameterValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MeshComponent.SetVectorParameterValueOnMaterials +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class FName ParameterName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ParameterValue (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMeshComponent::SetVectorParameterValueOnMaterials(const class FName ParameterName, const struct FVector& ParameterValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "SetVectorParameterValueOnMaterials"); + + Params::MeshComponent_SetVectorParameterValueOnMaterials Parms{}; + + Parms.ParameterName = ParameterName; + Parms.ParameterValue = std::move(ParameterValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MeshComponent.GetMaterialIndex +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName MaterialSlotName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UMeshComponent::GetMaterialIndex(class FName MaterialSlotName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "GetMaterialIndex"); + + Params::MeshComponent_GetMaterialIndex Parms{}; + + Parms.MaterialSlotName = MaterialSlotName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MeshComponent.GetMaterials +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UMeshComponent::GetMaterials() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "GetMaterials"); + + Params::MeshComponent_GetMaterials Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MeshComponent.GetMaterialSlotNames +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UMeshComponent::GetMaterialSlotNames() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "GetMaterialSlotNames"); + + Params::MeshComponent_GetMaterialSlotNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MeshComponent.IsMaterialSlotNameValid +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName MaterialSlotName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UMeshComponent::IsMaterialSlotNameValid(class FName MaterialSlotName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MeshComponent", "IsMaterialSlotNameValid"); + + Params::MeshComponent_IsMaterialSlotNameValid Parms{}; + + Parms.MaterialSlotName = MaterialSlotName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.ClearSkinWeightOverride +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::ClearSkinWeightOverride(int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "ClearSkinWeightOverride"); + + Params::SkinnedMeshComponent_ClearSkinWeightOverride Parms{}; + + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.ClearSkinWeightProfile +// (Final, Native, Public, BlueprintCallable) + +void USkinnedMeshComponent::ClearSkinWeightProfile() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "ClearSkinWeightProfile"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.ClearVertexColorOverride +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::ClearVertexColorOverride(int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "ClearVertexColorOverride"); + + Params::SkinnedMeshComponent_ClearVertexColorOverride Parms{}; + + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.GetRefPosePosition +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 BoneIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USkinnedMeshComponent::GetRefPosePosition(int32 BoneIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetRefPosePosition"); + + Params::SkinnedMeshComponent_GetRefPosePosition Parms{}; + + Parms.BoneIndex = BoneIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.HideBoneByName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EPhysBodyOp PhysBodyOption (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::HideBoneByName(class FName BoneName, EPhysBodyOp PhysBodyOption) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "HideBoneByName"); + + Params::SkinnedMeshComponent_HideBoneByName Parms{}; + + Parms.BoneName = BoneName; + Parms.PhysBodyOption = PhysBodyOption; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.IsBoneHiddenByName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkinnedMeshComponent::IsBoneHiddenByName(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "IsBoneHiddenByName"); + + Params::SkinnedMeshComponent_IsBoneHiddenByName Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.IsMaterialSectionShown +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 MaterialID (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkinnedMeshComponent::IsMaterialSectionShown(int32 MaterialID, int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "IsMaterialSectionShown"); + + Params::SkinnedMeshComponent_IsMaterialSectionShown Parms{}; + + Parms.MaterialID = MaterialID; + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.SetCapsuleIndirectShadowMinVisibility +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetCapsuleIndirectShadowMinVisibility(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetCapsuleIndirectShadowMinVisibility"); + + Params::SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetCastCapsuleDirectShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetCastCapsuleDirectShadow(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetCastCapsuleDirectShadow"); + + Params::SkinnedMeshComponent_SetCastCapsuleDirectShadow Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetCastCapsuleIndirectShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetCastCapsuleIndirectShadow(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetCastCapsuleIndirectShadow"); + + Params::SkinnedMeshComponent_SetCastCapsuleIndirectShadow Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetForcedLOD +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 InNewForcedLOD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetForcedLOD(int32 InNewForcedLOD) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetForcedLOD"); + + Params::SkinnedMeshComponent_SetForcedLOD Parms{}; + + Parms.InNewForcedLOD = InNewForcedLOD; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetMasterPoseComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USkinnedMeshComponent* NewMasterBoneComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForceUpdate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetMasterPoseComponent(class USkinnedMeshComponent* NewMasterBoneComponent, bool bForceUpdate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetMasterPoseComponent"); + + Params::SkinnedMeshComponent_SetMasterPoseComponent Parms{}; + + Parms.NewMasterBoneComponent = NewMasterBoneComponent; + Parms.bForceUpdate = bForceUpdate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetMinLOD +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 InNewMinLOD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetMinLOD(int32 InNewMinLOD) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetMinLOD"); + + Params::SkinnedMeshComponent_SetMinLOD Parms{}; + + Parms.InNewMinLOD = InNewMinLOD; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetPhysicsAsset +// (Native, Public, BlueprintCallable) +// Parameters: +// class UPhysicsAsset* NewPhysicsAsset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForceReInit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetPhysicsAsset(class UPhysicsAsset* NewPhysicsAsset, bool bForceReInit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetPhysicsAsset"); + + Params::SkinnedMeshComponent_SetPhysicsAsset Parms{}; + + Parms.NewPhysicsAsset = NewPhysicsAsset; + Parms.bForceReInit = bForceReInit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetPostSkinningOffsets +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& Offsets (Parm, ZeroConstructor, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetPostSkinningOffsets(int32 LODIndex, const TArray& Offsets) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetPostSkinningOffsets"); + + Params::SkinnedMeshComponent_SetPostSkinningOffsets Parms{}; + + Parms.LODIndex = LODIndex; + Parms.Offsets = std::move(Offsets); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetPreSkinningOffsets +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& Offsets (Parm, ZeroConstructor, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetPreSkinningOffsets(int32 LODIndex, const TArray& Offsets) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetPreSkinningOffsets"); + + Params::SkinnedMeshComponent_SetPreSkinningOffsets Parms{}; + + Parms.LODIndex = LODIndex; + Parms.Offsets = std::move(Offsets); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetRenderStatic +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetRenderStatic(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetRenderStatic"); + + Params::SkinnedMeshComponent_SetRenderStatic Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetSkeletalMesh +// (Native, Public, BlueprintCallable) +// Parameters: +// class USkeletalMesh* NewMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bReinitPose (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetSkeletalMesh(class USkeletalMesh* NewMesh, bool bReinitPose) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetSkeletalMesh"); + + Params::SkinnedMeshComponent_SetSkeletalMesh Parms{}; + + Parms.NewMesh = NewMesh; + Parms.bReinitPose = bReinitPose; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetSkinWeightOverride +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray&SkinWeights (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetSkinWeightOverride(int32 LODIndex, const TArray& SkinWeights) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetSkinWeightOverride"); + + Params::SkinnedMeshComponent_SetSkinWeightOverride Parms{}; + + Parms.LODIndex = LODIndex; + Parms.SkinWeights = std::move(SkinWeights); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetSkinWeightProfile +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkinnedMeshComponent::SetSkinWeightProfile(class FName InProfileName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetSkinWeightProfile"); + + Params::SkinnedMeshComponent_SetSkinWeightProfile Parms{}; + + Parms.InProfileName = InProfileName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.SetVertexColorOverride_LinearColor +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& VertexColors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetVertexColorOverride_LinearColor(int32 LODIndex, const TArray& VertexColors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetVertexColorOverride_LinearColor"); + + Params::SkinnedMeshComponent_SetVertexColorOverride_LinearColor Parms{}; + + Parms.LODIndex = LODIndex; + Parms.VertexColors = std::move(VertexColors); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.SetVertexOffsetUsage +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Usage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::SetVertexOffsetUsage(int32 LODIndex, int32 Usage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "SetVertexOffsetUsage"); + + Params::SkinnedMeshComponent_SetVertexOffsetUsage Parms{}; + + Parms.LODIndex = LODIndex; + Parms.Usage = Usage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.ShowAllMaterialSections +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::ShowAllMaterialSections(int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "ShowAllMaterialSections"); + + Params::SkinnedMeshComponent_ShowAllMaterialSections Parms{}; + + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.ShowMaterialSection +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 MaterialID (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SectionIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::ShowMaterialSection(int32 MaterialID, int32 SectionIndex, bool bShow, int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "ShowMaterialSection"); + + Params::SkinnedMeshComponent_ShowMaterialSection Parms{}; + + Parms.MaterialID = MaterialID; + Parms.SectionIndex = SectionIndex; + Parms.bShow = bShow; + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.TransformFromBoneSpace +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& InRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* OutPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* OutRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::TransformFromBoneSpace(class FName BoneName, const struct FVector& InPosition, const struct FRotator& InRotation, struct FVector* OutPosition, struct FRotator* OutRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "TransformFromBoneSpace"); + + Params::SkinnedMeshComponent_TransformFromBoneSpace Parms{}; + + Parms.BoneName = BoneName; + Parms.InPosition = std::move(InPosition); + Parms.InRotation = std::move(InRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPosition != nullptr) + *OutPosition = std::move(Parms.OutPosition); + + if (OutRotation != nullptr) + *OutRotation = std::move(Parms.OutRotation); +} + + +// Function Engine.SkinnedMeshComponent.UnHideBoneByName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::UnHideBoneByName(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "UnHideBoneByName"); + + Params::SkinnedMeshComponent_UnHideBoneByName Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.UnloadSkinWeightProfile +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::UnloadSkinWeightProfile(class FName InProfileName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "UnloadSkinWeightProfile"); + + Params::SkinnedMeshComponent_UnloadSkinWeightProfile Parms{}; + + Parms.InProfileName = InProfileName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkinnedMeshComponent.BoneIsChildOf +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ParentBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkinnedMeshComponent::BoneIsChildOf(class FName BoneName, class FName ParentBoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "BoneIsChildOf"); + + Params::SkinnedMeshComponent_BoneIsChildOf Parms{}; + + Parms.BoneName = BoneName; + Parms.ParentBoneName = ParentBoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.FindClosestBone_K2 +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& TestLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* BoneLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float IgnoreScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRequirePhysicsAsset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USkinnedMeshComponent::FindClosestBone_K2(const struct FVector& TestLocation, struct FVector* BoneLocation, float IgnoreScale, bool bRequirePhysicsAsset) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "FindClosestBone_K2"); + + Params::SkinnedMeshComponent_FindClosestBone_K2 Parms{}; + + Parms.TestLocation = std::move(TestLocation); + Parms.IgnoreScale = IgnoreScale; + Parms.bRequirePhysicsAsset = bRequirePhysicsAsset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (BoneLocation != nullptr) + *BoneLocation = std::move(Parms.BoneLocation); + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetBoneIndex +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USkinnedMeshComponent::GetBoneIndex(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetBoneIndex"); + + Params::SkinnedMeshComponent_GetBoneIndex Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetBoneName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 BoneIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USkinnedMeshComponent::GetBoneName(int32 BoneIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetBoneName"); + + Params::SkinnedMeshComponent_GetBoneName Parms{}; + + Parms.BoneIndex = BoneIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetCurrentSkinWeightProfileName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USkinnedMeshComponent::GetCurrentSkinWeightProfileName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetCurrentSkinWeightProfileName"); + + Params::SkinnedMeshComponent_GetCurrentSkinWeightProfileName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetDeltaTransformFromRefPose +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BaseName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USkinnedMeshComponent::GetDeltaTransformFromRefPose(class FName BoneName, class FName BaseName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetDeltaTransformFromRefPose"); + + Params::SkinnedMeshComponent_GetDeltaTransformFromRefPose Parms{}; + + Parms.BoneName = BoneName; + Parms.BaseName = BaseName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetForcedLOD +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USkinnedMeshComponent::GetForcedLOD() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetForcedLOD"); + + Params::SkinnedMeshComponent_GetForcedLOD Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetNumBones +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USkinnedMeshComponent::GetNumBones() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetNumBones"); + + Params::SkinnedMeshComponent_GetNumBones Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetNumLODs +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USkinnedMeshComponent::GetNumLODs() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetNumLODs"); + + Params::SkinnedMeshComponent_GetNumLODs Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetParentBone +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USkinnedMeshComponent::GetParentBone(class FName BoneName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetParentBone"); + + Params::SkinnedMeshComponent_GetParentBone Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetSocketBoneName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USkinnedMeshComponent::GetSocketBoneName(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetSocketBoneName"); + + Params::SkinnedMeshComponent_GetSocketBoneName Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetTwistAndSwingAngleOfDeltaRotationFromRefPose +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutTwistAngle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutSwingAngle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkinnedMeshComponent::GetTwistAndSwingAngleOfDeltaRotationFromRefPose(class FName BoneName, float* OutTwistAngle, float* OutSwingAngle) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); + + Params::SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTwistAngle != nullptr) + *OutTwistAngle = Parms.OutTwistAngle; + + if (OutSwingAngle != nullptr) + *OutSwingAngle = Parms.OutSwingAngle; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.GetVertexOffsetUsage +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USkinnedMeshComponent::GetVertexOffsetUsage(int32 LODIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "GetVertexOffsetUsage"); + + Params::SkinnedMeshComponent_GetVertexOffsetUsage Parms{}; + + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.IsUsingSkinWeightProfile +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkinnedMeshComponent::IsUsingSkinWeightProfile() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "IsUsingSkinWeightProfile"); + + Params::SkinnedMeshComponent_IsUsingSkinWeightProfile Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkinnedMeshComponent.TransformToBoneSpace +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& InRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* OutPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* OutRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void USkinnedMeshComponent::TransformToBoneSpace(class FName BoneName, const struct FVector& InPosition, const struct FRotator& InRotation, struct FVector* OutPosition, struct FRotator* OutRotation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkinnedMeshComponent", "TransformToBoneSpace"); + + Params::SkinnedMeshComponent_TransformToBoneSpace Parms{}; + + Parms.BoneName = BoneName; + Parms.InPosition = std::move(InPosition); + Parms.InRotation = std::move(InRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPosition != nullptr) + *OutPosition = std::move(Parms.OutPosition); + + if (OutRotation != nullptr) + *OutRotation = std::move(Parms.OutRotation); +} + + +// Function Engine.AnimNotifyState.GetNotifyName +// (Native, Event, Public, BlueprintEvent, Const) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UAnimNotifyState::GetNotifyName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotifyState", "GetNotifyName"); + + Params::AnimNotifyState_GetNotifyName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimNotifyState.Received_NotifyBegin +// (Event, Public, BlueprintEvent, Const) +// Parameters: +// class USkeletalMeshComponent* MeshComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimSequenceBase* Animation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TotalDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimNotifyState::Received_NotifyBegin(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation, float TotalDuration) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotifyState", "Received_NotifyBegin"); + + Params::AnimNotifyState_Received_NotifyBegin Parms{}; + + Parms.MeshComp = MeshComp; + Parms.Animation = Animation; + Parms.TotalDuration = TotalDuration; + + UObject::ProcessEvent(Func, &Parms); + + return Parms.ReturnValue; +} + + +// Function Engine.AnimNotifyState.Received_NotifyEnd +// (Event, Public, BlueprintEvent, Const) +// Parameters: +// class USkeletalMeshComponent* MeshComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimSequenceBase* Animation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimNotifyState::Received_NotifyEnd(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotifyState", "Received_NotifyEnd"); + + Params::AnimNotifyState_Received_NotifyEnd Parms{}; + + Parms.MeshComp = MeshComp; + Parms.Animation = Animation; + + UObject::ProcessEvent(Func, &Parms); + + return Parms.ReturnValue; +} + + +// Function Engine.AnimNotifyState.Received_NotifyTick +// (Event, Public, BlueprintEvent, Const) +// Parameters: +// class USkeletalMeshComponent* MeshComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimSequenceBase* Animation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FrameDeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimNotifyState::Received_NotifyTick(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation, float FrameDeltaTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotifyState", "Received_NotifyTick"); + + Params::AnimNotifyState_Received_NotifyTick Parms{}; + + Parms.MeshComp = MeshComp; + Parms.Animation = Animation; + Parms.FrameDeltaTime = FrameDeltaTime; + + UObject::ProcessEvent(Func, &Parms); + + return Parms.ReturnValue; +} + + +// Function Engine.AnimNotifyState_Trail.OverridePSTemplate +// (Event, Public, BlueprintEvent, Const) +// Parameters: +// class USkeletalMeshComponent* MeshComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimSequenceBase* Animation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UParticleSystem* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UParticleSystem* UAnimNotifyState_Trail::OverridePSTemplate(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotifyState_Trail", "OverridePSTemplate"); + + Params::AnimNotifyState_Trail_OverridePSTemplate Parms{}; + + Parms.MeshComp = MeshComp; + Parms.Animation = Animation; + + UObject::ProcessEvent(Func, &Parms); + + return Parms.ReturnValue; +} + + +// Function Engine.DataTableFunctionLibrary.DoesDataTableRowExist +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UDataTable* Table (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName RowName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UDataTableFunctionLibrary::DoesDataTableRowExist(class UDataTable* Table, class FName RowName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("DataTableFunctionLibrary", "DoesDataTableRowExist"); + + Params::DataTableFunctionLibrary_DoesDataTableRowExist Parms{}; + + Parms.Table = Table; + Parms.RowName = RowName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DataTableFunctionLibrary.EvaluateCurveTableRow +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UCurveTable* CurveTable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName RowName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InXY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EEvaluateCurveTableResult* OutResult (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutXY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& ContextString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDataTableFunctionLibrary::EvaluateCurveTableRow(class UCurveTable* CurveTable, class FName RowName, float InXY, EEvaluateCurveTableResult* OutResult, float* OutXY, const class FString& ContextString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("DataTableFunctionLibrary", "EvaluateCurveTableRow"); + + Params::DataTableFunctionLibrary_EvaluateCurveTableRow Parms{}; + + Parms.CurveTable = CurveTable; + Parms.RowName = RowName; + Parms.InXY = InXY; + Parms.ContextString = std::move(ContextString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutResult != nullptr) + *OutResult = Parms.OutResult; + + if (OutXY != nullptr) + *OutXY = Parms.OutXY; +} + + +// Function Engine.DataTableFunctionLibrary.GetDataTableColumnAsString +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UDataTable* DataTable (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UDataTableFunctionLibrary::GetDataTableColumnAsString(const class UDataTable* DataTable, class FName PropertyName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("DataTableFunctionLibrary", "GetDataTableColumnAsString"); + + Params::DataTableFunctionLibrary_GetDataTableColumnAsString Parms{}; + + Parms.DataTable = DataTable; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DataTableFunctionLibrary.GetDataTableRowFromName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UDataTable* Table (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName RowName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTableRowBase* OutRow (Parm, OutParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UDataTableFunctionLibrary::GetDataTableRowFromName(class UDataTable* Table, class FName RowName, struct FTableRowBase* OutRow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("DataTableFunctionLibrary", "GetDataTableRowFromName"); + + Params::DataTableFunctionLibrary_GetDataTableRowFromName Parms{}; + + Parms.Table = Table; + Parms.RowName = RowName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRow != nullptr) + *OutRow = std::move(Parms.OutRow); + + return Parms.ReturnValue; +} + + +// Function Engine.DataTableFunctionLibrary.GetDataTableRowNames +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UDataTable* Table (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutRowNames (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UDataTableFunctionLibrary::GetDataTableRowNames(class UDataTable* Table, TArray* OutRowNames) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("DataTableFunctionLibrary", "GetDataTableRowNames"); + + Params::DataTableFunctionLibrary_GetDataTableRowNames Parms{}; + + Parms.Table = Table; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRowNames != nullptr) + *OutRowNames = std::move(Parms.OutRowNames); +} + + +// Function Engine.HUD.AddDebugText +// (Final, Net, NetReliable, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// const class FString& DebugText (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* SrcActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Offset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& DesiredOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FColor& TextColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipOverwriteCheck (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAbsoluteLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bKeepAttachedToActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UFont* InFont (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FontScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDrawShadow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::AddDebugText(const class FString& DebugText, class AActor* SrcActor, float Duration, const struct FVector& Offset, const struct FVector& DesiredOffset, const struct FColor& TextColor, bool bSkipOverwriteCheck, bool bAbsoluteLocation, bool bKeepAttachedToActor, class UFont* InFont, float FontScale, bool bDrawShadow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "AddDebugText"); + + Params::HUD_AddDebugText Parms{}; + + Parms.DebugText = std::move(DebugText); + Parms.SrcActor = SrcActor; + Parms.Duration = Duration; + Parms.Offset = std::move(Offset); + Parms.DesiredOffset = std::move(DesiredOffset); + Parms.TextColor = std::move(TextColor); + Parms.bSkipOverwriteCheck = bSkipOverwriteCheck; + Parms.bAbsoluteLocation = bAbsoluteLocation; + Parms.bKeepAttachedToActor = bKeepAttachedToActor; + Parms.InFont = InFont; + Parms.FontScale = FontScale; + Parms.bDrawShadow = bDrawShadow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.AddHitBox +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& Position (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Size (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bConsumesInput (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Priority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::AddHitBox(const struct FVector2D& Position, const struct FVector2D& Size, class FName InName, bool bConsumesInput, int32 Priority) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "AddHitBox"); + + Params::HUD_AddHitBox Parms{}; + + Parms.Position = std::move(Position); + Parms.Size = std::move(Size); + Parms.InName = InName; + Parms.bConsumesInput = bConsumesInput; + Parms.Priority = Priority; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawLine +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// float StartScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float EndScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float EndScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LineThickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawLine(float StartScreenX, float StartScreenY, float EndScreenX, float EndScreenY, const struct FLinearColor& LineColor, float LineThickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawLine"); + + Params::HUD_DrawLine Parms{}; + + Parms.StartScreenX = StartScreenX; + Parms.StartScreenY = StartScreenY; + Parms.EndScreenX = EndScreenX; + Parms.EndScreenY = EndScreenY; + Parms.LineColor = std::move(LineColor); + Parms.LineThickness = LineThickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawMaterial +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenW (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenH (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaterialU (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaterialV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaterialUWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaterialVHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bScalePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& RotPivot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawMaterial(class UMaterialInterface* Material, float ScreenX, float ScreenY, float ScreenW, float ScreenH, float MaterialU, float MaterialV, float MaterialUWidth, float MaterialVHeight, float Scale, bool bScalePosition, float Rotation, const struct FVector2D& RotPivot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawMaterial"); + + Params::HUD_DrawMaterial Parms{}; + + Parms.Material = Material; + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + Parms.ScreenW = ScreenW; + Parms.ScreenH = ScreenH; + Parms.MaterialU = MaterialU; + Parms.MaterialV = MaterialV; + Parms.MaterialUWidth = MaterialUWidth; + Parms.MaterialVHeight = MaterialVHeight; + Parms.Scale = Scale; + Parms.bScalePosition = bScalePosition; + Parms.Rotation = Rotation; + Parms.RotPivot = std::move(RotPivot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawMaterialSimple +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenW (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenH (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bScalePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawMaterialSimple(class UMaterialInterface* Material, float ScreenX, float ScreenY, float ScreenW, float ScreenH, float Scale, bool bScalePosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawMaterialSimple"); + + Params::HUD_DrawMaterialSimple Parms{}; + + Parms.Material = Material; + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + Parms.ScreenW = ScreenW; + Parms.ScreenH = ScreenH; + Parms.Scale = Scale; + Parms.bScalePosition = bScalePosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawMaterialTriangle +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& V0_Pos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& V1_Pos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& V2_Pos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& V0_UV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& V1_UV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& V2_UV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& V0_Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& V1_Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& V2_Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawMaterialTriangle(class UMaterialInterface* Material, const struct FVector2D& V0_Pos, const struct FVector2D& V1_Pos, const struct FVector2D& V2_Pos, const struct FVector2D& V0_UV, const struct FVector2D& V1_UV, const struct FVector2D& V2_UV, const struct FLinearColor& V0_Color, const struct FLinearColor& V1_Color, const struct FLinearColor& V2_Color) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawMaterialTriangle"); + + Params::HUD_DrawMaterialTriangle Parms{}; + + Parms.Material = Material; + Parms.V0_Pos = std::move(V0_Pos); + Parms.V1_Pos = std::move(V1_Pos); + Parms.V2_Pos = std::move(V2_Pos); + Parms.V0_UV = std::move(V0_UV); + Parms.V1_UV = std::move(V1_UV); + Parms.V2_UV = std::move(V2_UV); + Parms.V0_Color = std::move(V0_Color); + Parms.V1_Color = std::move(V1_Color); + Parms.V2_Color = std::move(V2_Color); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawRect +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& RectColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenW (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenH (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawRect(const struct FLinearColor& RectColor, float ScreenX, float ScreenY, float ScreenW, float ScreenH) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawRect"); + + Params::HUD_DrawRect Parms{}; + + Parms.RectColor = std::move(RectColor); + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + Parms.ScreenW = ScreenW; + Parms.ScreenH = ScreenH; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawText +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TextColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UFont* Font (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bScalePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawText(const class FString& Text, const struct FLinearColor& TextColor, float ScreenX, float ScreenY, class UFont* Font, float Scale, bool bScalePosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawText"); + + Params::HUD_DrawText Parms{}; + + Parms.Text = std::move(Text); + Parms.TextColor = std::move(TextColor); + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + Parms.Font = Font; + Parms.Scale = Scale; + Parms.bScalePosition = bScalePosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawTexture +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UTexture* Texture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenW (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenH (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TextureU (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TextureV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TextureUWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TextureVHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TintColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBlendMode BlendMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bScalePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& RotPivot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawTexture(class UTexture* Texture, float ScreenX, float ScreenY, float ScreenW, float ScreenH, float TextureU, float TextureV, float TextureUWidth, float TextureVHeight, const struct FLinearColor& TintColor, EBlendMode BlendMode, float Scale, bool bScalePosition, float Rotation, const struct FVector2D& RotPivot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawTexture"); + + Params::HUD_DrawTexture Parms{}; + + Parms.Texture = Texture; + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + Parms.ScreenW = ScreenW; + Parms.ScreenH = ScreenH; + Parms.TextureU = TextureU; + Parms.TextureV = TextureV; + Parms.TextureUWidth = TextureUWidth; + Parms.TextureVHeight = TextureVHeight; + Parms.TintColor = std::move(TintColor); + Parms.BlendMode = BlendMode; + Parms.Scale = Scale; + Parms.bScalePosition = bScalePosition; + Parms.Rotation = Rotation; + Parms.RotPivot = std::move(RotPivot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.DrawTextureSimple +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTexture* Texture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bScalePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::DrawTextureSimple(class UTexture* Texture, float ScreenX, float ScreenY, float Scale, bool bScalePosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "DrawTextureSimple"); + + Params::HUD_DrawTextureSimple Parms{}; + + Parms.Texture = Texture; + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + Parms.Scale = Scale; + Parms.bScalePosition = bScalePosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.GetActorsInSelectionRectangle +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// TSubclassOf ClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& FirstPoint (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& SecondPoint (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool bIncludeNonCollidingComponents (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bActorMustBeFullyEnclosed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::GetActorsInSelectionRectangle(TSubclassOf ClassFilter, const struct FVector2D& FirstPoint, const struct FVector2D& SecondPoint, TArray* OutActors, bool bIncludeNonCollidingComponents, bool bActorMustBeFullyEnclosed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "GetActorsInSelectionRectangle"); + + Params::HUD_GetActorsInSelectionRectangle Parms{}; + + Parms.ClassFilter = ClassFilter; + Parms.FirstPoint = std::move(FirstPoint); + Parms.SecondPoint = std::move(SecondPoint); + Parms.bIncludeNonCollidingComponents = bIncludeNonCollidingComponents; + Parms.bActorMustBeFullyEnclosed = bActorMustBeFullyEnclosed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); +} + + +// Function Engine.HUD.NextDebugTarget +// (Exec, Native, Public) + +void AHUD::NextDebugTarget() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "NextDebugTarget"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.PreviousDebugTarget +// (Exec, Native, Public) + +void AHUD::PreviousDebugTarget() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "PreviousDebugTarget"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.ReceiveDrawHUD +// (BlueprintCosmetic, Event, Public, BlueprintEvent) +// Parameters: +// int32 SizeX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SizeY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ReceiveDrawHUD(int32 SizeX, int32 SizeY) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ReceiveDrawHUD"); + + Params::HUD_ReceiveDrawHUD Parms{}; + + Parms.SizeX = SizeX; + Parms.SizeY = SizeY; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.HUD.ReceiveHitBoxBeginCursorOver +// (BlueprintCosmetic, Event, Public, BlueprintEvent) +// Parameters: +// const class FName BoxName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ReceiveHitBoxBeginCursorOver(const class FName BoxName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ReceiveHitBoxBeginCursorOver"); + + Params::HUD_ReceiveHitBoxBeginCursorOver Parms{}; + + Parms.BoxName = BoxName; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.HUD.ReceiveHitBoxClick +// (BlueprintCosmetic, Event, Public, BlueprintEvent) +// Parameters: +// const class FName BoxName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ReceiveHitBoxClick(const class FName BoxName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ReceiveHitBoxClick"); + + Params::HUD_ReceiveHitBoxClick Parms{}; + + Parms.BoxName = BoxName; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.HUD.ReceiveHitBoxEndCursorOver +// (BlueprintCosmetic, Event, Public, BlueprintEvent) +// Parameters: +// const class FName BoxName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ReceiveHitBoxEndCursorOver(const class FName BoxName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ReceiveHitBoxEndCursorOver"); + + Params::HUD_ReceiveHitBoxEndCursorOver Parms{}; + + Parms.BoxName = BoxName; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.HUD.ReceiveHitBoxRelease +// (BlueprintCosmetic, Event, Public, BlueprintEvent) +// Parameters: +// const class FName BoxName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ReceiveHitBoxRelease(const class FName BoxName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ReceiveHitBoxRelease"); + + Params::HUD_ReceiveHitBoxRelease Parms{}; + + Parms.BoxName = BoxName; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.HUD.RemoveAllDebugStrings +// (Final, Net, NetReliable, Native, Event, Public, NetClient) + +void AHUD::RemoveAllDebugStrings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "RemoveAllDebugStrings"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.RemoveDebugText +// (Final, Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class AActor* SrcActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLeaveDurationText (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::RemoveDebugText(class AActor* SrcActor, bool bLeaveDurationText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "RemoveDebugText"); + + Params::HUD_RemoveDebugText Parms{}; + + Parms.SrcActor = SrcActor; + Parms.bLeaveDurationText = bLeaveDurationText; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.ShowDebug +// (Exec, Native, Public) +// Parameters: +// class FName DebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ShowDebug(class FName DebugType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ShowDebug"); + + Params::HUD_ShowDebug Parms{}; + + Parms.DebugType = DebugType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.ShowDebugForReticleTargetToggle +// (Final, Exec, Native, Public) +// Parameters: +// TSubclassOf DesiredClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ShowDebugForReticleTargetToggle(TSubclassOf DesiredClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ShowDebugForReticleTargetToggle"); + + Params::HUD_ShowDebugForReticleTargetToggle Parms{}; + + Parms.DesiredClass = DesiredClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.ShowDebugToggleSubCategory +// (Final, Exec, Native, Public) +// Parameters: +// class FName Category (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::ShowDebugToggleSubCategory(class FName Category) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ShowDebugToggleSubCategory"); + + Params::HUD_ShowDebugToggleSubCategory Parms{}; + + Parms.Category = Category; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.ShowHUD +// (Exec, Native, Public) + +void AHUD::ShowHUD() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "ShowHUD"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HUD.Deproject +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldDirection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::Deproject(float ScreenX, float ScreenY, struct FVector* WorldPosition, struct FVector* WorldDirection) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "Deproject"); + + Params::HUD_Deproject Parms{}; + + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (WorldPosition != nullptr) + *WorldPosition = std::move(Parms.WorldPosition); + + if (WorldDirection != nullptr) + *WorldDirection = std::move(Parms.WorldDirection); +} + + +// Function Engine.HUD.GetOwningPawn +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* AHUD::GetOwningPawn() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "GetOwningPawn"); + + Params::HUD_GetOwningPawn Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.HUD.GetOwningPlayerController +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APlayerController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerController* AHUD::GetOwningPlayerController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "GetOwningPlayerController"); + + Params::HUD_GetOwningPlayerController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.HUD.GetTextSize +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutWidth (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutHeight (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UFont* Font (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AHUD::GetTextSize(const class FString& Text, float* OutWidth, float* OutHeight, class UFont* Font, float Scale) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "GetTextSize"); + + Params::HUD_GetTextSize Parms{}; + + Parms.Text = std::move(Text); + Parms.Font = Font; + Parms.Scale = Scale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutWidth != nullptr) + *OutWidth = Parms.OutWidth; + + if (OutHeight != nullptr) + *OutHeight = Parms.OutHeight; +} + + +// Function Engine.HUD.Project +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector AHUD::Project(const struct FVector& Location) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HUD", "Project"); + + Params::HUD_Project Parms{}; + + Parms.Location = std::move(Location); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.CacheInitialMeshOffset +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& MeshRelativeLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& MeshRelativeRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void ACharacter::CacheInitialMeshOffset(const struct FVector& MeshRelativeLocation, const struct FRotator& MeshRelativeRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "CacheInitialMeshOffset"); + + Params::Character_CacheInitialMeshOffset Parms{}; + + Parms.MeshRelativeLocation = std::move(MeshRelativeLocation); + Parms.MeshRelativeRotation = std::move(MeshRelativeRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientAckGoodMove +// (Net, Native, Event, Public, NetClient) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ClientAckGoodMove(float Timestamp) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientAckGoodMove"); + + Params::Character_ClientAckGoodMove Parms{}; + + Parms.Timestamp = Timestamp; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientAdjustPosition +// (Net, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewLoc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewVel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* NewBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName NewBaseBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHasBase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bBaseRelativePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ServerMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ClientAdjustPosition(float Timestamp, const struct FVector& NewLoc, const struct FVector& NewVel, class UPrimitiveComponent* NewBase, class FName NewBaseBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientAdjustPosition"); + + Params::Character_ClientAdjustPosition Parms{}; + + Parms.Timestamp = Timestamp; + Parms.NewLoc = std::move(NewLoc); + Parms.NewVel = std::move(NewVel); + Parms.NewBase = NewBase; + Parms.NewBaseBoneName = NewBaseBoneName; + Parms.bHasBase = bHasBase; + Parms.bBaseRelativePosition = bBaseRelativePosition; + Parms.ServerMovementMode = ServerMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientAdjustRootMotionPosition +// (Net, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ServerMontageTrackPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ServerLoc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantizeNormal& ServerRotation (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ServerVelZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* ServerBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ServerBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHasBase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bBaseRelativePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ServerMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ClientAdjustRootMotionPosition(float Timestamp, float ServerMontageTrackPosition, const struct FVector& ServerLoc, const struct FVector_NetQuantizeNormal& ServerRotation, float ServerVelZ, class UPrimitiveComponent* ServerBase, class FName ServerBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientAdjustRootMotionPosition"); + + Params::Character_ClientAdjustRootMotionPosition Parms{}; + + Parms.Timestamp = Timestamp; + Parms.ServerMontageTrackPosition = ServerMontageTrackPosition; + Parms.ServerLoc = std::move(ServerLoc); + Parms.ServerRotation = std::move(ServerRotation); + Parms.ServerVelZ = ServerVelZ; + Parms.ServerBase = ServerBase; + Parms.ServerBoneName = ServerBoneName; + Parms.bHasBase = bHasBase; + Parms.bBaseRelativePosition = bBaseRelativePosition; + Parms.ServerMovementMode = ServerMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientAdjustRootMotionSourcePosition +// (Net, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRootMotionSourceGroup& ServerRootMotion (Parm, NativeAccessSpecifierPublic) +// bool bHasAnimRootMotion (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ServerMontageTrackPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ServerLoc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantizeNormal& ServerRotation (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ServerVelZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* ServerBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ServerBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHasBase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bBaseRelativePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ServerMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ClientAdjustRootMotionSourcePosition(float Timestamp, const struct FRootMotionSourceGroup& ServerRootMotion, bool bHasAnimRootMotion, float ServerMontageTrackPosition, const struct FVector& ServerLoc, const struct FVector_NetQuantizeNormal& ServerRotation, float ServerVelZ, class UPrimitiveComponent* ServerBase, class FName ServerBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientAdjustRootMotionSourcePosition"); + + Params::Character_ClientAdjustRootMotionSourcePosition Parms{}; + + Parms.Timestamp = Timestamp; + Parms.ServerRootMotion = std::move(ServerRootMotion); + Parms.bHasAnimRootMotion = bHasAnimRootMotion; + Parms.ServerMontageTrackPosition = ServerMontageTrackPosition; + Parms.ServerLoc = std::move(ServerLoc); + Parms.ServerRotation = std::move(ServerRotation); + Parms.ServerVelZ = ServerVelZ; + Parms.ServerBase = ServerBase; + Parms.ServerBoneName = ServerBoneName; + Parms.bHasBase = bHasBase; + Parms.bBaseRelativePosition = bBaseRelativePosition; + Parms.ServerMovementMode = ServerMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientCheatFly +// (Net, NetReliable, Native, Event, Public, NetClient) + +void ACharacter::ClientCheatFly() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientCheatFly"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientCheatGhost +// (Net, NetReliable, Native, Event, Public, NetClient) + +void ACharacter::ClientCheatGhost() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientCheatGhost"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientCheatWalk +// (Net, NetReliable, Native, Event, Public, NetClient) + +void ACharacter::ClientCheatWalk() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientCheatWalk"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientMoveResponsePacked +// (Net, Native, Event, Public, NetClient, NetValidate) +// Parameters: +// const struct FCharacterMoveResponsePackedBits&PackedBits (ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) + +void ACharacter::ClientMoveResponsePacked(const struct FCharacterMoveResponsePackedBits& PackedBits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientMoveResponsePacked"); + + Params::Character_ClientMoveResponsePacked Parms{}; + + Parms.PackedBits = std::move(PackedBits); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ClientVeryShortAdjustPosition +// (Net, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewLoc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* NewBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName NewBaseBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHasBase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bBaseRelativePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ServerMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ClientVeryShortAdjustPosition(float Timestamp, const struct FVector& NewLoc, class UPrimitiveComponent* NewBase, class FName NewBaseBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ClientVeryShortAdjustPosition"); + + Params::Character_ClientVeryShortAdjustPosition Parms{}; + + Parms.Timestamp = Timestamp; + Parms.NewLoc = std::move(NewLoc); + Parms.NewBase = NewBase; + Parms.NewBaseBoneName = NewBaseBoneName; + Parms.bHasBase = bHasBase; + Parms.bBaseRelativePosition = bBaseRelativePosition; + Parms.ServerMovementMode = ServerMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.Crouch +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bClientSimulation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::Crouch(bool bClientSimulation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "Crouch"); + + Params::Character_Crouch Parms{}; + + Parms.bClientSimulation = bClientSimulation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.Jump +// (Native, Public, BlueprintCallable) + +void ACharacter::Jump() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "Jump"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.K2_OnEndCrouch +// (Event, Public, BlueprintEvent) +// Parameters: +// float HalfHeightAdjust (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScaledHalfHeightAdjust (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::K2_OnEndCrouch(float HalfHeightAdjust, float ScaledHalfHeightAdjust) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "K2_OnEndCrouch"); + + Params::Character_K2_OnEndCrouch Parms{}; + + Parms.HalfHeightAdjust = HalfHeightAdjust; + Parms.ScaledHalfHeightAdjust = ScaledHalfHeightAdjust; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Character.K2_OnMovementModeChanged +// (Event, Public, BlueprintEvent) +// Parameters: +// EMovementMode PrevMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EMovementMode NewMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 PrevCustomMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 NewCustomMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::K2_OnMovementModeChanged(EMovementMode PrevMovementMode, EMovementMode NewMovementMode, uint8 PrevCustomMode, uint8 NewCustomMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "K2_OnMovementModeChanged"); + + Params::Character_K2_OnMovementModeChanged Parms{}; + + Parms.PrevMovementMode = PrevMovementMode; + Parms.NewMovementMode = NewMovementMode; + Parms.PrevCustomMode = PrevCustomMode; + Parms.NewCustomMode = NewCustomMode; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Character.K2_OnStartCrouch +// (Event, Public, BlueprintEvent) +// Parameters: +// float HalfHeightAdjust (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScaledHalfHeightAdjust (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::K2_OnStartCrouch(float HalfHeightAdjust, float ScaledHalfHeightAdjust) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "K2_OnStartCrouch"); + + Params::Character_K2_OnStartCrouch Parms{}; + + Parms.HalfHeightAdjust = HalfHeightAdjust; + Parms.ScaledHalfHeightAdjust = ScaledHalfHeightAdjust; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Character.K2_UpdateCustomMovement +// (Event, Public, BlueprintEvent) +// Parameters: +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::K2_UpdateCustomMovement(float DeltaTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "K2_UpdateCustomMovement"); + + Params::Character_K2_UpdateCustomMovement Parms{}; + + Parms.DeltaTime = DeltaTime; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Character.LaunchCharacter +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& LaunchVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bXYOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bZOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::LaunchCharacter(const struct FVector& LaunchVelocity, bool bXYOverride, bool bZOverride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "LaunchCharacter"); + + Params::Character_LaunchCharacter Parms{}; + + Parms.LaunchVelocity = std::move(LaunchVelocity); + Parms.bXYOverride = bXYOverride; + Parms.bZOverride = bZOverride; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.OnJumped +// (Native, Event, Public, BlueprintEvent) + +void ACharacter::OnJumped() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnJumped"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.OnLanded +// (Event, Public, HasOutParams, BlueprintEvent) +// Parameters: +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void ACharacter::OnLanded(const struct FHitResult& Hit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnLanded"); + + Params::Character_OnLanded Parms{}; + + Parms.Hit = std::move(Hit); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Character.OnLaunched +// (Event, Public, HasDefaults, BlueprintEvent) +// Parameters: +// const struct FVector& LaunchVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bXYOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bZOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::OnLaunched(const struct FVector& LaunchVelocity, bool bXYOverride, bool bZOverride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnLaunched"); + + Params::Character_OnLaunched Parms{}; + + Parms.LaunchVelocity = std::move(LaunchVelocity); + Parms.bXYOverride = bXYOverride; + Parms.bZOverride = bZOverride; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Character.OnRep_IsCrouched +// (Native, Public) + +void ACharacter::OnRep_IsCrouched() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnRep_IsCrouched"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.OnRep_ReplayLastTransformUpdateTimeStamp +// (Final, Native, Public) + +void ACharacter::OnRep_ReplayLastTransformUpdateTimeStamp() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnRep_ReplayLastTransformUpdateTimeStamp"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.OnRep_ReplicatedBasedMovement +// (Native, Public) + +void ACharacter::OnRep_ReplicatedBasedMovement() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnRep_ReplicatedBasedMovement"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.OnRep_RootMotion +// (Final, Native, Public) + +void ACharacter::OnRep_RootMotion() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnRep_RootMotion"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.OnWalkingOffLedge +// (Native, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// const struct FVector& PreviousFloorImpactNormal (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PreviousFloorContactNormal (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PreviousLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TimeDelta (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::OnWalkingOffLedge(const struct FVector& PreviousFloorImpactNormal, const struct FVector& PreviousFloorContactNormal, const struct FVector& PreviousLocation, float TimeDelta) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "OnWalkingOffLedge"); + + Params::Character_OnWalkingOffLedge Parms{}; + + Parms.PreviousFloorImpactNormal = std::move(PreviousFloorImpactNormal); + Parms.PreviousFloorContactNormal = std::move(PreviousFloorContactNormal); + Parms.PreviousLocation = std::move(PreviousLocation); + Parms.TimeDelta = TimeDelta; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.PlayAnimMontage +// (Native, Public, BlueprintCallable) +// Parameters: +// class UAnimMontage* AnimMontage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName StartSectionName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float ACharacter::PlayAnimMontage(class UAnimMontage* AnimMontage, float InPlayRate, class FName StartSectionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "PlayAnimMontage"); + + Params::Character_PlayAnimMontage Parms{}; + + Parms.AnimMontage = AnimMontage; + Parms.InPlayRate = InPlayRate; + Parms.StartSectionName = StartSectionName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.RootMotionDebugClientPrintOnScreen +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::RootMotionDebugClientPrintOnScreen(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "RootMotionDebugClientPrintOnScreen"); + + Params::Character_RootMotionDebugClientPrintOnScreen Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMove +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize100& ClientLoc (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 CompressedMoveFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* ClientMovementBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ClientBaseBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ServerMove(float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 CompressedMoveFlags, uint8 ClientRoll, uint32 View, class UPrimitiveComponent* ClientMovementBase, class FName ClientBaseBoneName, uint8 ClientMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMove"); + + Params::Character_ServerMove Parms{}; + + Parms.Timestamp = Timestamp; + Parms.InAccel = std::move(InAccel); + Parms.ClientLoc = std::move(ClientLoc); + Parms.CompressedMoveFlags = CompressedMoveFlags; + Parms.ClientRoll = ClientRoll; + Parms.View = View; + Parms.ClientMovementBase = ClientMovementBase; + Parms.ClientBaseBoneName = ClientBaseBoneName; + Parms.ClientMovementMode = ClientMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMoveDual +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// float TimeStamp0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel0 (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 PendingFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize100& ClientLoc (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 NewFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* ClientMovementBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ClientBaseBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ServerMoveDual(float TimeStamp0, const struct FVector_NetQuantize10& InAccel0, uint8 PendingFlags, uint32 View0, float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 NewFlags, uint8 ClientRoll, uint32 View, class UPrimitiveComponent* ClientMovementBase, class FName ClientBaseBoneName, uint8 ClientMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMoveDual"); + + Params::Character_ServerMoveDual Parms{}; + + Parms.TimeStamp0 = TimeStamp0; + Parms.InAccel0 = std::move(InAccel0); + Parms.PendingFlags = PendingFlags; + Parms.View0 = View0; + Parms.Timestamp = Timestamp; + Parms.InAccel = std::move(InAccel); + Parms.ClientLoc = std::move(ClientLoc); + Parms.NewFlags = NewFlags; + Parms.ClientRoll = ClientRoll; + Parms.View = View; + Parms.ClientMovementBase = ClientMovementBase; + Parms.ClientBaseBoneName = ClientBaseBoneName; + Parms.ClientMovementMode = ClientMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMoveDualHybridRootMotion +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// float TimeStamp0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel0 (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 PendingFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize100& ClientLoc (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 NewFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* ClientMovementBase (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ClientBaseBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ServerMoveDualHybridRootMotion(float TimeStamp0, const struct FVector_NetQuantize10& InAccel0, uint8 PendingFlags, uint32 View0, float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 NewFlags, uint8 ClientRoll, uint32 View, class UPrimitiveComponent* ClientMovementBase, class FName ClientBaseBoneName, uint8 ClientMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMoveDualHybridRootMotion"); + + Params::Character_ServerMoveDualHybridRootMotion Parms{}; + + Parms.TimeStamp0 = TimeStamp0; + Parms.InAccel0 = std::move(InAccel0); + Parms.PendingFlags = PendingFlags; + Parms.View0 = View0; + Parms.Timestamp = Timestamp; + Parms.InAccel = std::move(InAccel); + Parms.ClientLoc = std::move(ClientLoc); + Parms.NewFlags = NewFlags; + Parms.ClientRoll = ClientRoll; + Parms.View = View; + Parms.ClientMovementBase = ClientMovementBase; + Parms.ClientBaseBoneName = ClientBaseBoneName; + Parms.ClientMovementMode = ClientMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMoveDualNoBase +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// float TimeStamp0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel0 (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 PendingFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize100& ClientLoc (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 NewFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ServerMoveDualNoBase(float TimeStamp0, const struct FVector_NetQuantize10& InAccel0, uint8 PendingFlags, uint32 View0, float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 NewFlags, uint8 ClientRoll, uint32 View, uint8 ClientMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMoveDualNoBase"); + + Params::Character_ServerMoveDualNoBase Parms{}; + + Parms.TimeStamp0 = TimeStamp0; + Parms.InAccel0 = std::move(InAccel0); + Parms.PendingFlags = PendingFlags; + Parms.View0 = View0; + Parms.Timestamp = Timestamp; + Parms.InAccel = std::move(InAccel); + Parms.ClientLoc = std::move(ClientLoc); + Parms.NewFlags = NewFlags; + Parms.ClientRoll = ClientRoll; + Parms.View = View; + Parms.ClientMovementMode = ClientMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMoveNoBase +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// float Timestamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& InAccel (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize100& ClientLoc (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 CompressedMoveFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint32 View (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ClientMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ServerMoveNoBase(float Timestamp, const struct FVector_NetQuantize10& InAccel, const struct FVector_NetQuantize100& ClientLoc, uint8 CompressedMoveFlags, uint8 ClientRoll, uint32 View, uint8 ClientMovementMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMoveNoBase"); + + Params::Character_ServerMoveNoBase Parms{}; + + Parms.Timestamp = Timestamp; + Parms.InAccel = std::move(InAccel); + Parms.ClientLoc = std::move(ClientLoc); + Parms.CompressedMoveFlags = CompressedMoveFlags; + Parms.ClientRoll = ClientRoll; + Parms.View = View; + Parms.ClientMovementMode = ClientMovementMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMoveOld +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// float OldTimeStamp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector_NetQuantize10& OldAccel (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 OldMoveFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::ServerMoveOld(float OldTimeStamp, const struct FVector_NetQuantize10& OldAccel, uint8 OldMoveFlags) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMoveOld"); + + Params::Character_ServerMoveOld Parms{}; + + Parms.OldTimeStamp = OldTimeStamp; + Parms.OldAccel = std::move(OldAccel); + Parms.OldMoveFlags = OldMoveFlags; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.ServerMovePacked +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const struct FCharacterServerMovePackedBits&PackedBits (ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) + +void ACharacter::ServerMovePacked(const struct FCharacterServerMovePackedBits& PackedBits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "ServerMovePacked"); + + Params::Character_ServerMovePacked Parms{}; + + Parms.PackedBits = std::move(PackedBits); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.StopAnimMontage +// (Native, Public, BlueprintCallable) +// Parameters: +// class UAnimMontage* AnimMontage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::StopAnimMontage(class UAnimMontage* AnimMontage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "StopAnimMontage"); + + Params::Character_StopAnimMontage Parms{}; + + Parms.AnimMontage = AnimMontage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.StopJumping +// (Native, Public, BlueprintCallable) + +void ACharacter::StopJumping() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "StopJumping"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.UnCrouch +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bClientSimulation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ACharacter::UnCrouch(bool bClientSimulation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "UnCrouch"); + + Params::Character_UnCrouch Parms{}; + + Parms.bClientSimulation = bClientSimulation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Character.CanCrouch +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::CanCrouch() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "CanCrouch"); + + Params::Character_CanCrouch Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.CanJump +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::CanJump() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "CanJump"); + + Params::Character_CanJump Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.CanJumpInternal +// (Native, Event, Protected, BlueprintEvent, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::CanJumpInternal() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "CanJumpInternal"); + + Params::Character_CanJumpInternal Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.GetAnimRootMotionTranslationScale +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float ACharacter::GetAnimRootMotionTranslationScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "GetAnimRootMotionTranslationScale"); + + Params::Character_GetAnimRootMotionTranslationScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.GetBaseRotationOffsetRotator +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator ACharacter::GetBaseRotationOffsetRotator() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "GetBaseRotationOffsetRotator"); + + Params::Character_GetBaseRotationOffsetRotator Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.GetBaseTranslationOffset +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector ACharacter::GetBaseTranslationOffset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "GetBaseTranslationOffset"); + + Params::Character_GetBaseTranslationOffset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.GetCurrentMontage +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UAnimMontage* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimMontage* ACharacter::GetCurrentMontage() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "GetCurrentMontage"); + + Params::Character_GetCurrentMontage Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.HasAnyRootMotion +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::HasAnyRootMotion() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "HasAnyRootMotion"); + + Params::Character_HasAnyRootMotion Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.IsJumpProvidingForce +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::IsJumpProvidingForce() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "IsJumpProvidingForce"); + + Params::Character_IsJumpProvidingForce Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.IsPlayingNetworkedRootMotionMontage +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::IsPlayingNetworkedRootMotionMontage() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "IsPlayingNetworkedRootMotionMontage"); + + Params::Character_IsPlayingNetworkedRootMotionMontage Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Character.IsPlayingRootMotion +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ACharacter::IsPlayingRootMotion() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Character", "IsPlayingRootMotion"); + + Params::Character_IsPlayingRootMotion Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.AdjustAttenuation +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FSoundAttenuationSettings& InAttenuationSettings (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UAudioComponent::AdjustAttenuation(const struct FSoundAttenuationSettings& InAttenuationSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "AdjustAttenuation"); + + Params::AudioComponent_AdjustAttenuation Parms{}; + + Parms.InAttenuationSettings = std::move(InAttenuationSettings); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.AdjustVolume +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float AdjustVolumeDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AdjustVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const EAudioFaderCurve FadeCurve (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::AdjustVolume(float AdjustVolumeDuration, float AdjustVolumeLevel, const EAudioFaderCurve FadeCurve) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "AdjustVolume"); + + Params::AudioComponent_AdjustVolume Parms{}; + + Parms.AdjustVolumeDuration = AdjustVolumeDuration; + Parms.AdjustVolumeLevel = AdjustVolumeLevel; + Parms.FadeCurve = FadeCurve; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.BP_GetAttenuationSettingsToApply +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FSoundAttenuationSettings* OutAttenuationSettings (Parm, OutParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::BP_GetAttenuationSettingsToApply(struct FSoundAttenuationSettings* OutAttenuationSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "BP_GetAttenuationSettingsToApply"); + + Params::AudioComponent_BP_GetAttenuationSettingsToApply Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutAttenuationSettings != nullptr) + *OutAttenuationSettings = std::move(Parms.OutAttenuationSettings); + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.FadeIn +// (Native, Public, BlueprintCallable) +// Parameters: +// float FadeInDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const EAudioFaderCurve FadeCurve (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::FadeIn(float FadeInDuration, float FadeVolumeLevel, float StartTime, const EAudioFaderCurve FadeCurve) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "FadeIn"); + + Params::AudioComponent_FadeIn Parms{}; + + Parms.FadeInDuration = FadeInDuration; + Parms.FadeVolumeLevel = FadeVolumeLevel; + Parms.StartTime = StartTime; + Parms.FadeCurve = FadeCurve; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.FadeOut +// (Native, Public, BlueprintCallable) +// Parameters: +// float FadeOutDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const EAudioFaderCurve FadeCurve (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::FadeOut(float FadeOutDuration, float FadeVolumeLevel, const EAudioFaderCurve FadeCurve) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "FadeOut"); + + Params::AudioComponent_FadeOut Parms{}; + + Parms.FadeOutDuration = FadeOutDuration; + Parms.FadeVolumeLevel = FadeVolumeLevel; + Parms.FadeCurve = FadeCurve; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.GetCookedEnvelopeData +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// float* OutEnvelopeData (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::GetCookedEnvelopeData(float* OutEnvelopeData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "GetCookedEnvelopeData"); + + Params::AudioComponent_GetCookedEnvelopeData Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutEnvelopeData != nullptr) + *OutEnvelopeData = Parms.OutEnvelopeData; + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.GetCookedEnvelopeDataForAllPlayingSounds +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// TArray*OutEnvelopeData (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::GetCookedEnvelopeDataForAllPlayingSounds(TArray* OutEnvelopeData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "GetCookedEnvelopeDataForAllPlayingSounds"); + + Params::AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutEnvelopeData != nullptr) + *OutEnvelopeData = std::move(Parms.OutEnvelopeData); + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.GetCookedFFTData +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& FrequenciesToGet (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutSoundWaveSpectralData (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::GetCookedFFTData(const TArray& FrequenciesToGet, TArray* OutSoundWaveSpectralData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "GetCookedFFTData"); + + Params::AudioComponent_GetCookedFFTData Parms{}; + + Parms.FrequenciesToGet = std::move(FrequenciesToGet); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutSoundWaveSpectralData != nullptr) + *OutSoundWaveSpectralData = std::move(Parms.OutSoundWaveSpectralData); + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.GetCookedFFTDataForAllPlayingSounds +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// TArray*OutSoundWaveSpectralData (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::GetCookedFFTDataForAllPlayingSounds(TArray* OutSoundWaveSpectralData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "GetCookedFFTDataForAllPlayingSounds"); + + Params::AudioComponent_GetCookedFFTDataForAllPlayingSounds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutSoundWaveSpectralData != nullptr) + *OutSoundWaveSpectralData = std::move(Parms.OutSoundWaveSpectralData); + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.Play +// (Native, Public, BlueprintCallable) +// Parameters: +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::Play(float StartTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "Play"); + + Params::AudioComponent_Play Parms{}; + + Parms.StartTime = StartTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.PlayQuantized +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UQuartzClockHandle*& InClockHandle (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuartzQuantizationBoundary& InQuantizationBoundary (Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// const TDelegate&InDelegate (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// float InStartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InFadeInDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InFadeVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAudioFaderCurve InFadeCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::PlayQuantized(const class UObject* WorldContextObject, class UQuartzClockHandle*& InClockHandle, struct FQuartzQuantizationBoundary& InQuantizationBoundary, const TDelegate& InDelegate, float InStartTime, float InFadeInDuration, float InFadeVolumeLevel, EAudioFaderCurve InFadeCurve) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "PlayQuantized"); + + Params::AudioComponent_PlayQuantized Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InClockHandle = InClockHandle; + Parms.InQuantizationBoundary = std::move(InQuantizationBoundary); + Parms.InDelegate = InDelegate; + Parms.InStartTime = InStartTime; + Parms.InFadeInDuration = InFadeInDuration; + Parms.InFadeVolumeLevel = InFadeVolumeLevel; + Parms.InFadeCurve = InFadeCurve; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InClockHandle = Parms.InClockHandle; + InQuantizationBoundary = std::move(Parms.InQuantizationBoundary); +} + + +// Function Engine.AudioComponent.SetAudioBusSendPostEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAudioBus* AudioBus (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AudioBusSendLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetAudioBusSendPostEffect(class UAudioBus* AudioBus, float AudioBusSendLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetAudioBusSendPostEffect"); + + Params::AudioComponent_SetAudioBusSendPostEffect Parms{}; + + Parms.AudioBus = AudioBus; + Parms.AudioBusSendLevel = AudioBusSendLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetAudioBusSendPreEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAudioBus* AudioBus (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AudioBusSendLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetAudioBusSendPreEffect(class UAudioBus* AudioBus, float AudioBusSendLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetAudioBusSendPreEffect"); + + Params::AudioComponent_SetAudioBusSendPreEffect Parms{}; + + Parms.AudioBus = AudioBus; + Parms.AudioBusSendLevel = AudioBusSendLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetBoolParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetBoolParameter(class FName InName, bool InBool) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetBoolParameter"); + + Params::AudioComponent_SetBoolParameter Parms{}; + + Parms.InName = InName; + Parms.InBool = InBool; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetFloatParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InFloat (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetFloatParameter(class FName InName, float InFloat) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetFloatParameter"); + + Params::AudioComponent_SetFloatParameter Parms{}; + + Parms.InName = InName; + Parms.InFloat = InFloat; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetIntParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetIntParameter(class FName InName, int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetIntParameter"); + + Params::AudioComponent_SetIntParameter Parms{}; + + Parms.InName = InName; + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetLowPassFilterEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool InLowPassFilterEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetLowPassFilterEnabled(bool InLowPassFilterEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetLowPassFilterEnabled"); + + Params::AudioComponent_SetLowPassFilterEnabled Parms{}; + + Parms.InLowPassFilterEnabled = InLowPassFilterEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetLowPassFilterFrequency +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InLowPassFilterFrequency (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetLowPassFilterFrequency(float InLowPassFilterFrequency) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetLowPassFilterFrequency"); + + Params::AudioComponent_SetLowPassFilterFrequency Parms{}; + + Parms.InLowPassFilterFrequency = InLowPassFilterFrequency; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetOutputToBusOnly +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInOutputToBusOnly (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetOutputToBusOnly(bool bInOutputToBusOnly) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetOutputToBusOnly"); + + Params::AudioComponent_SetOutputToBusOnly Parms{}; + + Parms.bInOutputToBusOnly = bInOutputToBusOnly; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetPaused +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bPause (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetPaused(bool bPause) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetPaused"); + + Params::AudioComponent_SetPaused Parms{}; + + Parms.bPause = bPause; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetPitchMultiplier +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewPitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetPitchMultiplier(float NewPitchMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetPitchMultiplier"); + + Params::AudioComponent_SetPitchMultiplier Parms{}; + + Parms.NewPitchMultiplier = NewPitchMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetSound +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USoundBase* NewSound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetSound(class USoundBase* NewSound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetSound"); + + Params::AudioComponent_SetSound Parms{}; + + Parms.NewSound = NewSound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetSourceBusSendPostEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USoundSourceBus* SoundSourceBus (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SourceBusSendLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetSourceBusSendPostEffect(class USoundSourceBus* SoundSourceBus, float SourceBusSendLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetSourceBusSendPostEffect"); + + Params::AudioComponent_SetSourceBusSendPostEffect Parms{}; + + Parms.SoundSourceBus = SoundSourceBus; + Parms.SourceBusSendLevel = SourceBusSendLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetSourceBusSendPreEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USoundSourceBus* SoundSourceBus (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SourceBusSendLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetSourceBusSendPreEffect(class USoundSourceBus* SoundSourceBus, float SourceBusSendLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetSourceBusSendPreEffect"); + + Params::AudioComponent_SetSourceBusSendPreEffect Parms{}; + + Parms.SoundSourceBus = SoundSourceBus; + Parms.SourceBusSendLevel = SourceBusSendLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetSubmixSend +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USoundSubmixBase* Submix (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SendLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetSubmixSend(class USoundSubmixBase* Submix, float SendLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetSubmixSend"); + + Params::AudioComponent_SetSubmixSend Parms{}; + + Parms.Submix = Submix; + Parms.SendLevel = SendLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetUISound +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInUISound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetUISound(bool bInUISound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetUISound"); + + Params::AudioComponent_SetUISound Parms{}; + + Parms.bInUISound = bInUISound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetVolumeMultiplier +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewVolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetVolumeMultiplier(float NewVolumeMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetVolumeMultiplier"); + + Params::AudioComponent_SetVolumeMultiplier Parms{}; + + Parms.NewVolumeMultiplier = NewVolumeMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.SetWaveParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundWave* InWave (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::SetWaveParameter(class FName InName, class USoundWave* InWave) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "SetWaveParameter"); + + Params::AudioComponent_SetWaveParameter Parms{}; + + Parms.InName = InName; + Parms.InWave = InWave; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.Stop +// (Native, Public, BlueprintCallable) + +void UAudioComponent::Stop() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "Stop"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.StopDelayed +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float DelayTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAudioComponent::StopDelayed(float DelayTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "StopDelayed"); + + Params::AudioComponent_StopDelayed Parms{}; + + Parms.DelayTime = DelayTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioComponent.GetPlayState +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EAudioComponentPlayState ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EAudioComponentPlayState UAudioComponent::GetPlayState() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "GetPlayState"); + + Params::AudioComponent_GetPlayState Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.HasCookedAmplitudeEnvelopeData +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::HasCookedAmplitudeEnvelopeData() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "HasCookedAmplitudeEnvelopeData"); + + Params::AudioComponent_HasCookedAmplitudeEnvelopeData Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.HasCookedFFTData +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::HasCookedFFTData() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "HasCookedFFTData"); + + Params::AudioComponent_HasCookedFFTData Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.IsPlaying +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::IsPlaying() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "IsPlaying"); + + Params::AudioComponent_IsPlaying Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AudioComponent.IsVirtualized +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAudioComponent::IsVirtualized() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioComponent", "IsVirtualized"); + + Params::AudioComponent_IsVirtualized Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimNotify.GetNotifyName +// (Native, Event, Public, BlueprintEvent, Const) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UAnimNotify::GetNotifyName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotify", "GetNotifyName"); + + Params::AnimNotify_GetNotifyName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimNotify.Received_Notify +// (Event, Public, BlueprintEvent, Const) +// Parameters: +// class USkeletalMeshComponent* MeshComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimSequenceBase* Animation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimNotify::Received_Notify(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimNotify", "Received_Notify"); + + Params::AnimNotify_Received_Notify Parms{}; + + Parms.MeshComp = MeshComp; + Parms.Animation = Animation; + + UObject::ProcessEvent(Func, &Parms); + + return Parms.ReturnValue; +} + + +// Function Engine.CanvasRenderTarget2D.CreateCanvasRenderTarget2D +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOfCanvasRenderTarget2DClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Width (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Height (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCanvasRenderTarget2D* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCanvasRenderTarget2D* UCanvasRenderTarget2D::CreateCanvasRenderTarget2D(class UObject* WorldContextObject, TSubclassOf CanvasRenderTarget2DClass, int32 Width, int32 Height) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("CanvasRenderTarget2D", "CreateCanvasRenderTarget2D"); + + Params::CanvasRenderTarget2D_CreateCanvasRenderTarget2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.CanvasRenderTarget2DClass = CanvasRenderTarget2DClass; + Parms.Width = Width; + Parms.Height = Height; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CanvasRenderTarget2D.GetSize +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// int32* Width (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Height (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvasRenderTarget2D::GetSize(int32* Width, int32* Height) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CanvasRenderTarget2D", "GetSize"); + + Params::CanvasRenderTarget2D_GetSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Width != nullptr) + *Width = Parms.Width; + + if (Height != nullptr) + *Height = Parms.Height; +} + + +// Function Engine.CanvasRenderTarget2D.ReceiveUpdate +// (Event, Public, BlueprintEvent) +// Parameters: +// class UCanvas* Canvas (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Width (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Height (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvasRenderTarget2D::ReceiveUpdate(class UCanvas* Canvas, int32 Width, int32 Height) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CanvasRenderTarget2D", "ReceiveUpdate"); + + Params::CanvasRenderTarget2D_ReceiveUpdate Parms{}; + + Parms.Canvas = Canvas; + Parms.Width = Width; + Parms.Height = Height; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.CanvasRenderTarget2D.UpdateResource +// (Native, Public, BlueprintCallable) + +void UCanvasRenderTarget2D::UpdateResource() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CanvasRenderTarget2D", "UpdateResource"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.ReleaseToPool +// (Native, Public, BlueprintCallable) + +void UFXSystemComponent::ReleaseToPool() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "ReleaseToPool"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetActorParameter +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetActorParameter(class FName ParameterName, class AActor* Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetActorParameter"); + + Params::FXSystemComponent_SetActorParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetAutoAttachmentParameters +// (Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* Parent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule LocationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule RotationRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachmentRule ScaleRule (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetAutoAttachmentParameters(class USceneComponent* Parent, class FName SocketName, EAttachmentRule LocationRule, EAttachmentRule RotationRule, EAttachmentRule ScaleRule) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetAutoAttachmentParameters"); + + Params::FXSystemComponent_SetAutoAttachmentParameters Parms{}; + + Parms.Parent = Parent; + Parms.SocketName = SocketName; + Parms.LocationRule = LocationRule; + Parms.RotationRule = RotationRule; + Parms.ScaleRule = ScaleRule; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetBoolParameter +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetBoolParameter(class FName ParameterName, bool Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetBoolParameter"); + + Params::FXSystemComponent_SetBoolParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetColorParameter +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetColorParameter(class FName ParameterName, const struct FLinearColor& Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetColorParameter"); + + Params::FXSystemComponent_SetColorParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = std::move(Param); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetEmitterEnable +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName EmitterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewEnableState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetEmitterEnable(class FName EmitterName, bool bNewEnableState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetEmitterEnable"); + + Params::FXSystemComponent_SetEmitterEnable Parms{}; + + Parms.EmitterName = EmitterName; + Parms.bNewEnableState = bNewEnableState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetFloatParameter +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetFloatParameter(class FName ParameterName, float Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetFloatParameter"); + + Params::FXSystemComponent_SetFloatParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetIntParameter +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetIntParameter(class FName ParameterName, int32 Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetIntParameter"); + + Params::FXSystemComponent_SetIntParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetUseAutoManageAttachment +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bAutoManage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetUseAutoManageAttachment(bool bAutoManage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetUseAutoManageAttachment"); + + Params::FXSystemComponent_SetUseAutoManageAttachment Parms{}; + + Parms.bAutoManage = bAutoManage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.SetVectorParameter +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UFXSystemComponent::SetVectorParameter(class FName ParameterName, const struct FVector& Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "SetVectorParameter"); + + Params::FXSystemComponent_SetVectorParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = std::move(Param); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.FXSystemComponent.GetFXSystemAsset +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UFXSystemAsset* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UFXSystemAsset* UFXSystemComponent::GetFXSystemAsset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("FXSystemComponent", "GetFXSystemAsset"); + + Params::FXSystemComponent_GetFXSystemAsset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.SetDefaultAnimatingRig +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSoftObjectPtr InAnimatingRig (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMesh::SetDefaultAnimatingRig(TSoftObjectPtr InAnimatingRig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "SetDefaultAnimatingRig"); + + Params::SkeletalMesh_SetDefaultAnimatingRig Parms{}; + + Parms.InAnimatingRig = InAnimatingRig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMesh.SetLODSettings +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USkeletalMeshLODSettings* InLODSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMesh::SetLODSettings(class USkeletalMeshLODSettings* InLODSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "SetLODSettings"); + + Params::SkeletalMesh_SetLODSettings Parms{}; + + Parms.InLODSettings = InLODSettings; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMesh.SetMaterials +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& InMaterials (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USkeletalMesh::SetMaterials(const TArray& InMaterials) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "SetMaterials"); + + Params::SkeletalMesh_SetMaterials Parms{}; + + Parms.InMaterials = std::move(InMaterials); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMesh.SetMeshClothingAssets +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray&InMeshClothingAssets (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USkeletalMesh::SetMeshClothingAssets(const TArray& InMeshClothingAssets) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "SetMeshClothingAssets"); + + Params::SkeletalMesh_SetMeshClothingAssets Parms{}; + + Parms.InMeshClothingAssets = std::move(InMeshClothingAssets); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMesh.SetMorphTargets +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& InMorphTargets (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USkeletalMesh::SetMorphTargets(const TArray& InMorphTargets) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "SetMorphTargets"); + + Params::SkeletalMesh_SetMorphTargets Parms{}; + + Parms.InMorphTargets = std::move(InMorphTargets); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMesh.FindSocket +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USkeletalMeshSocket* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USkeletalMeshSocket* USkeletalMesh::FindSocket(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "FindSocket"); + + Params::SkeletalMesh_FindSocket Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.FindSocketAndIndex +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* OutIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USkeletalMeshSocket* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USkeletalMeshSocket* USkeletalMesh::FindSocketAndIndex(class FName InSocketName, int32* OutIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "FindSocketAndIndex"); + + Params::SkeletalMesh_FindSocketAndIndex Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutIndex != nullptr) + *OutIndex = Parms.OutIndex; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.FindSocketInfo +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform* OutTransform (Parm, OutParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// int32* OutBoneIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* OutIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USkeletalMeshSocket* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USkeletalMeshSocket* USkeletalMesh::FindSocketInfo(class FName InSocketName, struct FTransform* OutTransform, int32* OutBoneIndex, int32* OutIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "FindSocketInfo"); + + Params::SkeletalMesh_FindSocketInfo Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTransform != nullptr) + *OutTransform = std::move(Parms.OutTransform); + + if (OutBoneIndex != nullptr) + *OutBoneIndex = Parms.OutBoneIndex; + + if (OutIndex != nullptr) + *OutIndex = Parms.OutIndex; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetBounds +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FBoxSphereBounds ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FBoxSphereBounds USkeletalMesh::GetBounds() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetBounds"); + + Params::SkeletalMesh_GetBounds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetDefaultAnimatingRig +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSoftObjectPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftObjectPtr USkeletalMesh::GetDefaultAnimatingRig() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetDefaultAnimatingRig"); + + Params::SkeletalMesh_GetDefaultAnimatingRig Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetImportedBounds +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FBoxSphereBounds ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FBoxSphereBounds USkeletalMesh::GetImportedBounds() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetImportedBounds"); + + Params::SkeletalMesh_GetImportedBounds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetLODSettings +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class USkeletalMeshLODSettings* ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +const class USkeletalMeshLODSettings* USkeletalMesh::GetLODSettings() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetLODSettings"); + + Params::SkeletalMesh_GetLODSettings Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetMaterials +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray USkeletalMesh::GetMaterials() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetMaterials"); + + Params::SkeletalMesh_GetMaterials Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetMeshClothingAssets +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray USkeletalMesh::GetMeshClothingAssets() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetMeshClothingAssets"); + + Params::SkeletalMesh_GetMeshClothingAssets Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetMorphTargets +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray USkeletalMesh::GetMorphTargets() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetMorphTargets"); + + Params::SkeletalMesh_GetMorphTargets Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetNodeMappingContainer +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UBlueprint* SourceAsset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UNodeMappingContainer* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UNodeMappingContainer* USkeletalMesh::GetNodeMappingContainer(class UBlueprint* SourceAsset) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetNodeMappingContainer"); + + Params::SkeletalMesh_GetNodeMappingContainer Parms{}; + + Parms.SourceAsset = SourceAsset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetNodeMappingData +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const TArrayReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray USkeletalMesh::GetNodeMappingData() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetNodeMappingData"); + + Params::SkeletalMesh_GetNodeMappingData Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetPhysicsAsset +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPhysicsAsset* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPhysicsAsset* USkeletalMesh::GetPhysicsAsset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetPhysicsAsset"); + + Params::SkeletalMesh_GetPhysicsAsset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetShadowPhysicsAsset +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPhysicsAsset* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPhysicsAsset* USkeletalMesh::GetShadowPhysicsAsset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetShadowPhysicsAsset"); + + Params::SkeletalMesh_GetShadowPhysicsAsset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetSkeleton +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class USkeleton* ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +const class USkeleton* USkeletalMesh::GetSkeleton() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetSkeleton"); + + Params::SkeletalMesh_GetSkeleton Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.GetSocketByIndex +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USkeletalMeshSocket* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USkeletalMeshSocket* USkeletalMesh::GetSocketByIndex(int32 Index_0) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "GetSocketByIndex"); + + Params::SkeletalMesh_GetSocketByIndex Parms{}; + + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.IsSectionUsingCloth +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 InSectionIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bCheckCorrespondingSections (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMesh::IsSectionUsingCloth(int32 InSectionIndex, bool bCheckCorrespondingSections) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "IsSectionUsingCloth"); + + Params::SkeletalMesh_IsSectionUsingCloth Parms{}; + + Parms.InSectionIndex = InSectionIndex; + Parms.bCheckCorrespondingSections = bCheckCorrespondingSections; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.K2_GetAllMorphTargetNames +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray USkeletalMesh::K2_GetAllMorphTargetNames() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "K2_GetAllMorphTargetNames"); + + Params::SkeletalMesh_K2_GetAllMorphTargetNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMesh.NumSockets +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USkeletalMesh::NumSockets() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMesh", "NumSockets"); + + Params::SkeletalMesh_NumSockets Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LightComponentBase.SetAffectGlobalIllumination +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetAffectGlobalIllumination(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetAffectGlobalIllumination"); + + Params::LightComponentBase_SetAffectGlobalIllumination Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.SetAffectReflection +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetAffectReflection(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetAffectReflection"); + + Params::LightComponentBase_SetAffectReflection Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.SetCastDeepShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetCastDeepShadow(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetCastDeepShadow"); + + Params::LightComponentBase_SetCastDeepShadow Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.SetCastRaytracedShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetCastRaytracedShadow(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetCastRaytracedShadow"); + + Params::LightComponentBase_SetCastRaytracedShadow Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.SetCastShadows +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetCastShadows(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetCastShadows"); + + Params::LightComponentBase_SetCastShadows Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.SetCastVolumetricShadow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetCastVolumetricShadow(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetCastVolumetricShadow"); + + Params::LightComponentBase_SetCastVolumetricShadow Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.SetSamplesPerPixel +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponentBase::SetSamplesPerPixel(int32 NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "SetSamplesPerPixel"); + + Params::LightComponentBase_SetSamplesPerPixel Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponentBase.GetLightColor +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor ULightComponentBase::GetLightColor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponentBase", "GetLightColor"); + + Params::LightComponentBase_GetLightColor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.AccumulateAllBodiesBelowPhysicsBlendWeight +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& InBoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AddPhysicsBlendWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipCustomPhysicsType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::AccumulateAllBodiesBelowPhysicsBlendWeight(const class FName& InBoneName, float AddPhysicsBlendWeight, bool bSkipCustomPhysicsType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "AccumulateAllBodiesBelowPhysicsBlendWeight"); + + Params::SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight Parms{}; + + Parms.InBoneName = InBoneName; + Parms.AddPhysicsBlendWeight = AddPhysicsBlendWeight; + Parms.bSkipCustomPhysicsType = bSkipCustomPhysicsType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.AddForceToAllBodiesBelow +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Force (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAccelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::AddForceToAllBodiesBelow(const struct FVector& Force, class FName BoneName, bool bAccelChange, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "AddForceToAllBodiesBelow"); + + Params::SkeletalMeshComponent_AddForceToAllBodiesBelow Parms{}; + + Parms.Force = std::move(Force); + Parms.BoneName = BoneName; + Parms.bAccelChange = bAccelChange; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.AddImpulseToAllBodiesBelow +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::AddImpulseToAllBodiesBelow(const struct FVector& Impulse, class FName BoneName, bool bVelChange, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "AddImpulseToAllBodiesBelow"); + + Params::SkeletalMeshComponent_AddImpulseToAllBodiesBelow Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.BoneName = BoneName; + Parms.bVelChange = bVelChange; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.AllowAnimCurveEvaluation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName NameOfCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAllow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::AllowAnimCurveEvaluation(class FName NameOfCurve, bool bAllow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "AllowAnimCurveEvaluation"); + + Params::SkeletalMeshComponent_AllowAnimCurveEvaluation Parms{}; + + Parms.NameOfCurve = NameOfCurve; + Parms.bAllow = bAllow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.BindClothToMasterPoseComponent +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::BindClothToMasterPoseComponent() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "BindClothToMasterPoseComponent"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.BreakConstraint +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HitLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::BreakConstraint(const struct FVector& Impulse, const struct FVector& HitLocation, class FName InBoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "BreakConstraint"); + + Params::SkeletalMeshComponent_BreakConstraint Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.HitLocation = std::move(HitLocation); + Parms.InBoneName = InBoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ClearMorphTargets +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ClearMorphTargets() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ClearMorphTargets"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.FindConstraintBoneName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 ConstraintIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName USkeletalMeshComponent::FindConstraintBoneName(int32 ConstraintIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "FindConstraintBoneName"); + + Params::SkeletalMeshComponent_FindConstraintBoneName Parms{}; + + Parms.ConstraintIndex = ConstraintIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.ForceClothNextUpdateTeleport +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ForceClothNextUpdateTeleport() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ForceClothNextUpdateTeleport"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ForceClothNextUpdateTeleportAndReset +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ForceClothNextUpdateTeleportAndReset() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ForceClothNextUpdateTeleportAndReset"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.GetAnimClass +// (Final, Native, Public) +// Parameters: +// class UClass* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UClass* USkeletalMeshComponent::GetAnimClass() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetAnimClass"); + + Params::SkeletalMeshComponent_GetAnimClass Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetCurrentJointAngles +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class FName InBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Swing1Angle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* TwistAngle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Swing2Angle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::GetCurrentJointAngles(class FName InBoneName, float* Swing1Angle, float* TwistAngle, float* Swing2Angle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetCurrentJointAngles"); + + Params::SkeletalMeshComponent_GetCurrentJointAngles Parms{}; + + Parms.InBoneName = InBoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Swing1Angle != nullptr) + *Swing1Angle = Parms.Swing1Angle; + + if (TwistAngle != nullptr) + *TwistAngle = Parms.TwistAngle; + + if (Swing2Angle != nullptr) + *Swing2Angle = Parms.Swing2Angle; +} + + +// Function Engine.SkeletalMeshComponent.GetFloatAttribute +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& BoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& AttributeName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DefaultValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECustomBoneAttributeLookup LookupType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetFloatAttribute(const class FName& BoneName, const class FName& AttributeName, float DefaultValue, float* OutValue, ECustomBoneAttributeLookup LookupType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetFloatAttribute"); + + Params::SkeletalMeshComponent_GetFloatAttribute Parms{}; + + Parms.BoneName = BoneName; + Parms.AttributeName = AttributeName; + Parms.DefaultValue = DefaultValue; + Parms.LookupType = LookupType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutValue != nullptr) + *OutValue = Parms.OutValue; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetFloatAttribute_Ref +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& BoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& AttributeName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float& OutValue (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECustomBoneAttributeLookup LookupType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetFloatAttribute_Ref(const class FName& BoneName, const class FName& AttributeName, float& OutValue, ECustomBoneAttributeLookup LookupType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetFloatAttribute_Ref"); + + Params::SkeletalMeshComponent_GetFloatAttribute_Ref Parms{}; + + Parms.BoneName = BoneName; + Parms.AttributeName = AttributeName; + Parms.OutValue = OutValue; + Parms.LookupType = LookupType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + OutValue = Parms.OutValue; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetIntegerAttribute +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& BoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& AttributeName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 DefaultValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* OutValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECustomBoneAttributeLookup LookupType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetIntegerAttribute(const class FName& BoneName, const class FName& AttributeName, int32 DefaultValue, int32* OutValue, ECustomBoneAttributeLookup LookupType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetIntegerAttribute"); + + Params::SkeletalMeshComponent_GetIntegerAttribute Parms{}; + + Parms.BoneName = BoneName; + Parms.AttributeName = AttributeName; + Parms.DefaultValue = DefaultValue; + Parms.LookupType = LookupType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutValue != nullptr) + *OutValue = Parms.OutValue; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetIntegerAttribute_Ref +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& BoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& AttributeName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32& OutValue (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECustomBoneAttributeLookup LookupType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetIntegerAttribute_Ref(const class FName& BoneName, const class FName& AttributeName, int32& OutValue, ECustomBoneAttributeLookup LookupType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetIntegerAttribute_Ref"); + + Params::SkeletalMeshComponent_GetIntegerAttribute_Ref Parms{}; + + Parms.BoneName = BoneName; + Parms.AttributeName = AttributeName; + Parms.OutValue = OutValue; + Parms.LookupType = LookupType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + OutValue = Parms.OutValue; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetStringAttribute +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& BoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& AttributeName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& DefaultValue (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutValue (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECustomBoneAttributeLookup LookupType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetStringAttribute(const class FName& BoneName, const class FName& AttributeName, const class FString& DefaultValue, class FString* OutValue, ECustomBoneAttributeLookup LookupType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetStringAttribute"); + + Params::SkeletalMeshComponent_GetStringAttribute Parms{}; + + Parms.BoneName = BoneName; + Parms.AttributeName = AttributeName; + Parms.DefaultValue = std::move(DefaultValue); + Parms.LookupType = LookupType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutValue != nullptr) + *OutValue = std::move(Parms.OutValue); + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetStringAttribute_Ref +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& BoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& AttributeName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString& OutValue (Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECustomBoneAttributeLookup LookupType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetStringAttribute_Ref(const class FName& BoneName, const class FName& AttributeName, class FString& OutValue, ECustomBoneAttributeLookup LookupType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetStringAttribute_Ref"); + + Params::SkeletalMeshComponent_GetStringAttribute_Ref Parms{}; + + Parms.BoneName = BoneName; + Parms.AttributeName = AttributeName; + Parms.OutValue = std::move(OutValue); + Parms.LookupType = LookupType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + OutValue = std::move(Parms.OutValue); + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.IsBodyGravityEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::IsBodyGravityEnabled(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "IsBodyGravityEnabled"); + + Params::SkeletalMeshComponent_IsBodyGravityEnabled Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.LinkAnimClassLayers +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::LinkAnimClassLayers(TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "LinkAnimClassLayers"); + + Params::SkeletalMeshComponent_LinkAnimClassLayers Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.LinkAnimGraphByTag +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InTag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::LinkAnimGraphByTag(class FName InTag, TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "LinkAnimGraphByTag"); + + Params::SkeletalMeshComponent_LinkAnimGraphByTag Parms{}; + + Parms.InTag = InTag; + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.OverrideAnimationData +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAnimationAsset* InAnimToPlay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIsLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIsPlaying (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Position (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::OverrideAnimationData(class UAnimationAsset* InAnimToPlay, bool bIsLooping, bool bIsPlaying, float Position, float PlayRate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "OverrideAnimationData"); + + Params::SkeletalMeshComponent_OverrideAnimationData Parms{}; + + Parms.InAnimToPlay = InAnimToPlay; + Parms.bIsLooping = bIsLooping; + Parms.bIsPlaying = bIsPlaying; + Parms.Position = Position; + Parms.PlayRate = PlayRate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.Play +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::Play(bool bLooping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "Play"); + + Params::SkeletalMeshComponent_Play Parms{}; + + Parms.bLooping = bLooping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.PlayAnimation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAnimationAsset* NewAnimToPlay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::PlayAnimation(class UAnimationAsset* NewAnimToPlay, bool bLooping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "PlayAnimation"); + + Params::SkeletalMeshComponent_PlayAnimation Parms{}; + + Parms.NewAnimToPlay = NewAnimToPlay; + Parms.bLooping = bLooping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ResetAllBodiesSimulatePhysics +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ResetAllBodiesSimulatePhysics() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ResetAllBodiesSimulatePhysics"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ResetAllowedAnimCurveEvaluation +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ResetAllowedAnimCurveEvaluation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ResetAllowedAnimCurveEvaluation"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ResetAnimInstanceDynamics +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ETeleportType InTeleportType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::ResetAnimInstanceDynamics(ETeleportType InTeleportType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ResetAnimInstanceDynamics"); + + Params::SkeletalMeshComponent_ResetAnimInstanceDynamics Parms{}; + + Parms.InTeleportType = InTeleportType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ResetClothTeleportMode +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ResetClothTeleportMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ResetClothTeleportMode"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ResumeClothingSimulation +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ResumeClothingSimulation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ResumeClothingSimulation"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllBodiesBelowPhysicsBlendWeight +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& InBoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PhysicsBlendWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipCustomPhysicsType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllBodiesBelowPhysicsBlendWeight(const class FName& InBoneName, float PhysicsBlendWeight, bool bSkipCustomPhysicsType, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllBodiesBelowPhysicsBlendWeight"); + + Params::SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight Parms{}; + + Parms.InBoneName = InBoneName; + Parms.PhysicsBlendWeight = PhysicsBlendWeight; + Parms.bSkipCustomPhysicsType = bSkipCustomPhysicsType; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllBodiesBelowSimulatePhysics +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& InBoneName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewSimulate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllBodiesBelowSimulatePhysics(const class FName& InBoneName, bool bNewSimulate, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllBodiesBelowSimulatePhysics"); + + Params::SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics Parms{}; + + Parms.InBoneName = InBoneName; + Parms.bNewSimulate = bNewSimulate; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllBodiesPhysicsBlendWeight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float PhysicsBlendWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipCustomPhysicsType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllBodiesPhysicsBlendWeight(float PhysicsBlendWeight, bool bSkipCustomPhysicsType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllBodiesPhysicsBlendWeight"); + + Params::SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight Parms{}; + + Parms.PhysicsBlendWeight = PhysicsBlendWeight; + Parms.bSkipCustomPhysicsType = bSkipCustomPhysicsType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllBodiesSimulatePhysics +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewSimulate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllBodiesSimulatePhysics(bool bNewSimulate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllBodiesSimulatePhysics"); + + Params::SkeletalMeshComponent_SetAllBodiesSimulatePhysics Parms{}; + + Parms.bNewSimulate = bNewSimulate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllMotorsAngularDriveParams +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InSpring (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InForceLimit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipCustomPhysicsType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllMotorsAngularDriveParams(float InSpring, float InDamping, float InForceLimit, bool bSkipCustomPhysicsType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllMotorsAngularDriveParams"); + + Params::SkeletalMeshComponent_SetAllMotorsAngularDriveParams Parms{}; + + Parms.InSpring = InSpring; + Parms.InDamping = InDamping; + Parms.InForceLimit = InForceLimit; + Parms.bSkipCustomPhysicsType = bSkipCustomPhysicsType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllMotorsAngularPositionDrive +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableSwingDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableTwistDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipCustomPhysicsType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllMotorsAngularPositionDrive(bool bEnableSwingDrive, bool bEnableTwistDrive, bool bSkipCustomPhysicsType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllMotorsAngularPositionDrive"); + + Params::SkeletalMeshComponent_SetAllMotorsAngularPositionDrive Parms{}; + + Parms.bEnableSwingDrive = bEnableSwingDrive; + Parms.bEnableTwistDrive = bEnableTwistDrive; + Parms.bSkipCustomPhysicsType = bSkipCustomPhysicsType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllMotorsAngularVelocityDrive +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableSwingDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableTwistDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSkipCustomPhysicsType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllMotorsAngularVelocityDrive(bool bEnableSwingDrive, bool bEnableTwistDrive, bool bSkipCustomPhysicsType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllMotorsAngularVelocityDrive"); + + Params::SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive Parms{}; + + Parms.bEnableSwingDrive = bEnableSwingDrive; + Parms.bEnableTwistDrive = bEnableTwistDrive; + Parms.bSkipCustomPhysicsType = bSkipCustomPhysicsType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllowAnimCurveEvaluation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInAllow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllowAnimCurveEvaluation(bool bInAllow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllowAnimCurveEvaluation"); + + Params::SkeletalMeshComponent_SetAllowAnimCurveEvaluation Parms{}; + + Parms.bInAllow = bInAllow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllowedAnimCurvesEvaluation +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& List (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bAllow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllowedAnimCurvesEvaluation(const TArray& List, bool bAllow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllowedAnimCurvesEvaluation"); + + Params::SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation Parms{}; + + Parms.List = std::move(List); + Parms.bAllow = bAllow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAllowRigidBodyAnimNode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInAllow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bReinitAnim (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAllowRigidBodyAnimNode(bool bInAllow, bool bReinitAnim) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAllowRigidBodyAnimNode"); + + Params::SkeletalMeshComponent_SetAllowRigidBodyAnimNode Parms{}; + + Parms.bInAllow = bInAllow; + Parms.bReinitAnim = bReinitAnim; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAngularDampingOnAllBodiesBelow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Damping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAngularDampingOnAllBodiesBelow(float Damping, class FName BoneName, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAngularDampingOnAllBodiesBelow"); + + Params::SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow Parms{}; + + Parms.Damping = Damping; + Parms.BoneName = BoneName; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAngularLimits +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Swing1LimitAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TwistLimitAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Swing2LimitAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAngularLimits(class FName InBoneName, float Swing1LimitAngle, float TwistLimitAngle, float Swing2LimitAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAngularLimits"); + + Params::SkeletalMeshComponent_SetAngularLimits Parms{}; + + Parms.InBoneName = InBoneName; + Parms.Swing1LimitAngle = Swing1LimitAngle; + Parms.TwistLimitAngle = TwistLimitAngle; + Parms.Swing2LimitAngle = Swing2LimitAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAnimation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAnimationAsset* NewAnimToPlay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAnimation(class UAnimationAsset* NewAnimToPlay) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAnimation"); + + Params::SkeletalMeshComponent_SetAnimation Parms{}; + + Parms.NewAnimToPlay = NewAnimToPlay; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAnimationMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EAnimationMode InAnimationMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAnimationMode(EAnimationMode InAnimationMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAnimationMode"); + + Params::SkeletalMeshComponent_SetAnimationMode Parms{}; + + Parms.InAnimationMode = InAnimationMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetAnimClass +// (Native, Public, BlueprintCallable) +// Parameters: +// class UClass* NewClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetAnimClass(class UClass* NewClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetAnimClass"); + + Params::SkeletalMeshComponent_SetAnimClass Parms{}; + + Parms.NewClass = NewClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetBodyNotifyRigidBodyCollision +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewNotifyRigidBodyCollision (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetBodyNotifyRigidBodyCollision(bool bNewNotifyRigidBodyCollision, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetBodyNotifyRigidBodyCollision"); + + Params::SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision Parms{}; + + Parms.bNewNotifyRigidBodyCollision = bNewNotifyRigidBodyCollision; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetClothMaxDistanceScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetClothMaxDistanceScale(float Scale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetClothMaxDistanceScale"); + + Params::SkeletalMeshComponent_SetClothMaxDistanceScale Parms{}; + + Parms.Scale = Scale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetConstraintProfile +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName JointName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDefaultIfNotFound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetConstraintProfile(class FName JointName, class FName ProfileName, bool bDefaultIfNotFound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetConstraintProfile"); + + Params::SkeletalMeshComponent_SetConstraintProfile Parms{}; + + Parms.JointName = JointName; + Parms.ProfileName = ProfileName; + Parms.bDefaultIfNotFound = bDefaultIfNotFound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetConstraintProfileForAll +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDefaultIfNotFound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetConstraintProfileForAll(class FName ProfileName, bool bDefaultIfNotFound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetConstraintProfileForAll"); + + Params::SkeletalMeshComponent_SetConstraintProfileForAll Parms{}; + + Parms.ProfileName = ProfileName; + Parms.bDefaultIfNotFound = bDefaultIfNotFound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetDampingOnAllBodiesBelow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float LinearDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngularDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetDampingOnAllBodiesBelow(float LinearDamping, float AngularDamping, class FName BoneName, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetDampingOnAllBodiesBelow"); + + Params::SkeletalMeshComponent_SetDampingOnAllBodiesBelow Parms{}; + + Parms.LinearDamping = LinearDamping; + Parms.AngularDamping = AngularDamping; + Parms.BoneName = BoneName; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetDisableAnimCurves +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInDisableAnimCurves (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetDisableAnimCurves(bool bInDisableAnimCurves) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetDisableAnimCurves"); + + Params::SkeletalMeshComponent_SetDisableAnimCurves Parms{}; + + Parms.bInDisableAnimCurves = bInDisableAnimCurves; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetDisablePostProcessBlueprint +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInDisablePostProcess (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetDisablePostProcessBlueprint(bool bInDisablePostProcess) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetDisablePostProcessBlueprint"); + + Params::SkeletalMeshComponent_SetDisablePostProcessBlueprint Parms{}; + + Parms.bInDisablePostProcess = bInDisablePostProcess; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetEnableBodyGravity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableGravity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetEnableBodyGravity(bool bEnableGravity, class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetEnableBodyGravity"); + + Params::SkeletalMeshComponent_SetEnableBodyGravity Parms{}; + + Parms.bEnableGravity = bEnableGravity; + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetEnableGravityOnAllBodiesBelow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableGravity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetEnableGravityOnAllBodiesBelow(bool bEnableGravity, class FName BoneName, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetEnableGravityOnAllBodiesBelow"); + + Params::SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow Parms{}; + + Parms.bEnableGravity = bEnableGravity; + Parms.BoneName = BoneName; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetEnablePhysicsBlending +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewBlendPhysics (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetEnablePhysicsBlending(bool bNewBlendPhysics) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetEnablePhysicsBlending"); + + Params::SkeletalMeshComponent_SetEnablePhysicsBlending Parms{}; + + Parms.bNewBlendPhysics = bNewBlendPhysics; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetLinearDampingOnAllBodiesBelow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Damping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetLinearDampingOnAllBodiesBelow(float Damping, class FName BoneName, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetLinearDampingOnAllBodiesBelow"); + + Params::SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow Parms{}; + + Parms.Damping = Damping; + Parms.BoneName = BoneName; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetMorphTarget +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName MorphTargetName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRemoveZeroWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetMorphTarget(class FName MorphTargetName, float Value, bool bRemoveZeroWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetMorphTarget"); + + Params::SkeletalMeshComponent_SetMorphTarget Parms{}; + + Parms.MorphTargetName = MorphTargetName; + Parms.Value = Value; + Parms.bRemoveZeroWeight = bRemoveZeroWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetNotifyRigidBodyCollisionBelow +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewNotifyRigidBodyCollision (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetNotifyRigidBodyCollisionBelow(bool bNewNotifyRigidBodyCollision, class FName BoneName, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetNotifyRigidBodyCollisionBelow"); + + Params::SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow Parms{}; + + Parms.bNewNotifyRigidBodyCollision = bNewNotifyRigidBodyCollision; + Parms.BoneName = BoneName; + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetPhysicsBlendWeight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float PhysicsBlendWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetPhysicsBlendWeight(float PhysicsBlendWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetPhysicsBlendWeight"); + + Params::SkeletalMeshComponent_SetPhysicsBlendWeight Parms{}; + + Parms.PhysicsBlendWeight = PhysicsBlendWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetPlayRate +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Rate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetPlayRate(float Rate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetPlayRate"); + + Params::SkeletalMeshComponent_SetPlayRate Parms{}; + + Parms.Rate = Rate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetPosition +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFireNotifies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetPosition(float InPos, bool bFireNotifies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetPosition"); + + Params::SkeletalMeshComponent_SetPosition Parms{}; + + Parms.InPos = InPos; + Parms.bFireNotifies = bFireNotifies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetTeleportDistanceThreshold +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Threshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetTeleportDistanceThreshold(float Threshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetTeleportDistanceThreshold"); + + Params::SkeletalMeshComponent_SetTeleportDistanceThreshold Parms{}; + + Parms.Threshold = Threshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetTeleportRotationThreshold +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Threshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetTeleportRotationThreshold(float Threshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetTeleportRotationThreshold"); + + Params::SkeletalMeshComponent_SetTeleportRotationThreshold Parms{}; + + Parms.Threshold = Threshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetUpdateAnimationInEditor +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const bool NewUpdateState (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetUpdateAnimationInEditor(const bool NewUpdateState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetUpdateAnimationInEditor"); + + Params::SkeletalMeshComponent_SetUpdateAnimationInEditor Parms{}; + + Parms.NewUpdateState = NewUpdateState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SetUpdateClothInEditor +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const bool NewUpdateState (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SetUpdateClothInEditor(const bool NewUpdateState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SetUpdateClothInEditor"); + + Params::SkeletalMeshComponent_SetUpdateClothInEditor Parms{}; + + Parms.NewUpdateState = NewUpdateState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SnapshotPose +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FPoseSnapshot& Snapshot (Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::SnapshotPose(struct FPoseSnapshot& Snapshot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SnapshotPose"); + + Params::SkeletalMeshComponent_SnapshotPose Parms{}; + + Parms.Snapshot = std::move(Snapshot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Snapshot = std::move(Parms.Snapshot); +} + + +// Function Engine.SkeletalMeshComponent.Stop +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::Stop() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "Stop"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.SuspendClothingSimulation +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::SuspendClothingSimulation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "SuspendClothingSimulation"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.TermBodiesBelow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParentBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::TermBodiesBelow(class FName ParentBoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "TermBodiesBelow"); + + Params::SkeletalMeshComponent_TermBodiesBelow Parms{}; + + Parms.ParentBoneName = ParentBoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.ToggleDisablePostProcessBlueprint +// (Final, Native, Public, BlueprintCallable) + +void USkeletalMeshComponent::ToggleDisablePostProcessBlueprint() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "ToggleDisablePostProcessBlueprint"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.UnbindClothFromMasterPoseComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bRestoreSimulationSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::UnbindClothFromMasterPoseComponent(bool bRestoreSimulationSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "UnbindClothFromMasterPoseComponent"); + + Params::SkeletalMeshComponent_UnbindClothFromMasterPoseComponent Parms{}; + + Parms.bRestoreSimulationSpace = bRestoreSimulationSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.UnlinkAnimClassLayers +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::UnlinkAnimClassLayers(TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "UnlinkAnimClassLayers"); + + Params::SkeletalMeshComponent_UnlinkAnimClassLayers Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshComponent.GetAllowedAnimCurveEvaluate +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetAllowedAnimCurveEvaluate() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetAllowedAnimCurveEvaluate"); + + Params::SkeletalMeshComponent_GetAllowedAnimCurveEvaluate Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetAllowRigidBodyAnimNode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetAllowRigidBodyAnimNode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetAllowRigidBodyAnimNode"); + + Params::SkeletalMeshComponent_GetAllowRigidBodyAnimNode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetAnimationMode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EAnimationMode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EAnimationMode USkeletalMeshComponent::GetAnimationMode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetAnimationMode"); + + Params::SkeletalMeshComponent_GetAnimationMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetAnimInstance +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* USkeletalMeshComponent::GetAnimInstance() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetAnimInstance"); + + Params::SkeletalMeshComponent_GetAnimInstance Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetBoneMass +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bScaleMass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetBoneMass(class FName BoneName, bool bScaleMass) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetBoneMass"); + + Params::SkeletalMeshComponent_GetBoneMass Parms{}; + + Parms.BoneName = BoneName; + Parms.bScaleMass = bScaleMass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetClothingSimulationInteractor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UClothingSimulationInteractor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UClothingSimulationInteractor* USkeletalMeshComponent::GetClothingSimulationInteractor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetClothingSimulationInteractor"); + + Params::SkeletalMeshComponent_GetClothingSimulationInteractor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetClothMaxDistanceScale +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetClothMaxDistanceScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetClothMaxDistanceScale"); + + Params::SkeletalMeshComponent_GetClothMaxDistanceScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetDisableAnimCurves +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetDisableAnimCurves() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetDisableAnimCurves"); + + Params::SkeletalMeshComponent_GetDisableAnimCurves Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetDisablePostProcessBlueprint +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::GetDisablePostProcessBlueprint() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetDisablePostProcessBlueprint"); + + Params::SkeletalMeshComponent_GetDisablePostProcessBlueprint Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimGraphInstanceByTag +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InTag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* USkeletalMeshComponent::GetLinkedAnimGraphInstanceByTag(class FName InTag) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetLinkedAnimGraphInstanceByTag"); + + Params::SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag Parms{}; + + Parms.InTag = InTag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimGraphInstancesByTag +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InTag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutLinkedInstances (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void USkeletalMeshComponent::GetLinkedAnimGraphInstancesByTag(class FName InTag, TArray* OutLinkedInstances) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetLinkedAnimGraphInstancesByTag"); + + Params::SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag Parms{}; + + Parms.InTag = InTag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutLinkedInstances != nullptr) + *OutLinkedInstances = std::move(Parms.OutLinkedInstances); +} + + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimLayerInstanceByClass +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* USkeletalMeshComponent::GetLinkedAnimLayerInstanceByClass(TSubclassOf InClass) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetLinkedAnimLayerInstanceByClass"); + + Params::SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimLayerInstanceByGroup +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* USkeletalMeshComponent::GetLinkedAnimLayerInstanceByGroup(class FName InGroup) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetLinkedAnimLayerInstanceByGroup"); + + Params::SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup Parms{}; + + Parms.InGroup = InGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetMorphTarget +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName MorphTargetName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetMorphTarget(class FName MorphTargetName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetMorphTarget"); + + Params::SkeletalMeshComponent_GetMorphTarget Parms{}; + + Parms.MorphTargetName = MorphTargetName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetPlayRate +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetPlayRate() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetPlayRate"); + + Params::SkeletalMeshComponent_GetPlayRate Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetPosition +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetPosition() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetPosition"); + + Params::SkeletalMeshComponent_GetPosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetPostProcessInstance +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* USkeletalMeshComponent::GetPostProcessInstance() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetPostProcessInstance"); + + Params::SkeletalMeshComponent_GetPostProcessInstance Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetSkeletalCenterOfMass +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USkeletalMeshComponent::GetSkeletalCenterOfMass() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetSkeletalCenterOfMass"); + + Params::SkeletalMeshComponent_GetSkeletalCenterOfMass Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetTeleportDistanceThreshold +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetTeleportDistanceThreshold() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetTeleportDistanceThreshold"); + + Params::SkeletalMeshComponent_GetTeleportDistanceThreshold Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.GetTeleportRotationThreshold +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USkeletalMeshComponent::GetTeleportRotationThreshold() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "GetTeleportRotationThreshold"); + + Params::SkeletalMeshComponent_GetTeleportRotationThreshold Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.HasValidAnimationInstance +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::HasValidAnimationInstance() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "HasValidAnimationInstance"); + + Params::SkeletalMeshComponent_HasValidAnimationInstance Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.IsClothingSimulationSuspended +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::IsClothingSimulationSuspended() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "IsClothingSimulationSuspended"); + + Params::SkeletalMeshComponent_IsClothingSimulationSuspended Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.IsPlaying +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::IsPlaying() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "IsPlaying"); + + Params::SkeletalMeshComponent_IsPlaying Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkeletalMeshComponent.K2_GetClosestPointOnPhysicsAsset +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldPosition (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* ClosestWorldPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Normal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName* BoneName (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Distance (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USkeletalMeshComponent::K2_GetClosestPointOnPhysicsAsset(const struct FVector& WorldPosition, struct FVector* ClosestWorldPosition, struct FVector* Normal, class FName* BoneName, float* Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshComponent", "K2_GetClosestPointOnPhysicsAsset"); + + Params::SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset Parms{}; + + Parms.WorldPosition = std::move(WorldPosition); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ClosestWorldPosition != nullptr) + *ClosestWorldPosition = std::move(Parms.ClosestWorldPosition); + + if (Normal != nullptr) + *Normal = std::move(Parms.Normal); + + if (BoneName != nullptr) + *BoneName = Parms.BoneName; + + if (Distance != nullptr) + *Distance = Parms.Distance; + + return Parms.ReturnValue; +} + + +// Function Engine.Texture2D.Blueprint_GetSizeX +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UTexture2D::Blueprint_GetSizeX() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Texture2D", "Blueprint_GetSizeX"); + + Params::Texture2D_Blueprint_GetSizeX Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Texture2D.Blueprint_GetSizeY +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UTexture2D::Blueprint_GetSizeY() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Texture2D", "Blueprint_GetSizeY"); + + Params::Texture2D_Blueprint_GetSizeY Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.BlueprintBeginPlay +// (Event, Public, BlueprintEvent) + +void UAnimInstance::BlueprintBeginPlay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "BlueprintBeginPlay"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.AnimInstance.BlueprintInitializeAnimation +// (Event, Public, BlueprintEvent) + +void UAnimInstance::BlueprintInitializeAnimation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "BlueprintInitializeAnimation"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.AnimInstance.BlueprintLinkedAnimationLayersInitialized +// (Event, Public, BlueprintEvent) + +void UAnimInstance::BlueprintLinkedAnimationLayersInitialized() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "BlueprintLinkedAnimationLayersInitialized"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.AnimInstance.BlueprintPostEvaluateAnimation +// (Event, Public, BlueprintEvent) + +void UAnimInstance::BlueprintPostEvaluateAnimation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "BlueprintPostEvaluateAnimation"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.AnimInstance.BlueprintUpdateAnimation +// (Event, Public, BlueprintEvent) +// Parameters: +// float DeltaTimeX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::BlueprintUpdateAnimation(float DeltaTimeX) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "BlueprintUpdateAnimation"); + + Params::AnimInstance_BlueprintUpdateAnimation Parms{}; + + Parms.DeltaTimeX = DeltaTimeX; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.AnimInstance.ClearMorphTargets +// (Final, Native, Public, BlueprintCallable) + +void UAnimInstance::ClearMorphTargets() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "ClearMorphTargets"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.GetCurrentStateName +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UAnimInstance::GetCurrentStateName(int32 MachineIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetCurrentStateName"); + + Params::AnimInstance_GetCurrentStateName Parms{}; + + Parms.MachineIndex = MachineIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceAssetPlayerLength +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 AssetPlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceAssetPlayerLength(int32 AssetPlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceAssetPlayerLength"); + + Params::AnimInstance_GetInstanceAssetPlayerLength Parms{}; + + Parms.AssetPlayerIndex = AssetPlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 AssetPlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceAssetPlayerTime(int32 AssetPlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceAssetPlayerTime"); + + Params::AnimInstance_GetInstanceAssetPlayerTime Parms{}; + + Parms.AssetPlayerIndex = AssetPlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTimeFraction +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 AssetPlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceAssetPlayerTimeFraction(int32 AssetPlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceAssetPlayerTimeFraction"); + + Params::AnimInstance_GetInstanceAssetPlayerTimeFraction Parms{}; + + Parms.AssetPlayerIndex = AssetPlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTimeFromEnd +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 AssetPlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceAssetPlayerTimeFromEnd(int32 AssetPlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceAssetPlayerTimeFromEnd"); + + Params::AnimInstance_GetInstanceAssetPlayerTimeFromEnd Parms{}; + + Parms.AssetPlayerIndex = AssetPlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTimeFromEndFraction +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 AssetPlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceAssetPlayerTimeFromEndFraction(int32 AssetPlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceAssetPlayerTimeFromEndFraction"); + + Params::AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction Parms{}; + + Parms.AssetPlayerIndex = AssetPlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceCurrentStateElapsedTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceCurrentStateElapsedTime(int32 MachineIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceCurrentStateElapsedTime"); + + Params::AnimInstance_GetInstanceCurrentStateElapsedTime Parms{}; + + Parms.MachineIndex = MachineIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceMachineWeight +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceMachineWeight(int32 MachineIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceMachineWeight"); + + Params::AnimInstance_GetInstanceMachineWeight Parms{}; + + Parms.MachineIndex = MachineIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceStateWeight +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StateIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceStateWeight(int32 MachineIndex, int32 StateIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceStateWeight"); + + Params::AnimInstance_GetInstanceStateWeight Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.StateIndex = StateIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceTransitionCrossfadeDuration +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TransitionIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceTransitionCrossfadeDuration(int32 MachineIndex, int32 TransitionIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceTransitionCrossfadeDuration"); + + Params::AnimInstance_GetInstanceTransitionCrossfadeDuration Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.TransitionIndex = TransitionIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceTransitionTimeElapsed +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TransitionIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceTransitionTimeElapsed(int32 MachineIndex, int32 TransitionIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceTransitionTimeElapsed"); + + Params::AnimInstance_GetInstanceTransitionTimeElapsed Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.TransitionIndex = TransitionIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetInstanceTransitionTimeElapsedFraction +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TransitionIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetInstanceTransitionTimeElapsedFraction(int32 MachineIndex, int32 TransitionIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetInstanceTransitionTimeElapsedFraction"); + + Params::AnimInstance_GetInstanceTransitionTimeElapsedFraction Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.TransitionIndex = TransitionIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetRelevantAnimLength +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StateIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetRelevantAnimLength(int32 MachineIndex, int32 StateIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetRelevantAnimLength"); + + Params::AnimInstance_GetRelevantAnimLength Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.StateIndex = StateIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetRelevantAnimTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StateIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetRelevantAnimTime(int32 MachineIndex, int32 StateIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetRelevantAnimTime"); + + Params::AnimInstance_GetRelevantAnimTime Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.StateIndex = StateIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetRelevantAnimTimeFraction +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StateIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetRelevantAnimTimeFraction(int32 MachineIndex, int32 StateIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetRelevantAnimTimeFraction"); + + Params::AnimInstance_GetRelevantAnimTimeFraction Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.StateIndex = StateIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetRelevantAnimTimeRemaining +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StateIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetRelevantAnimTimeRemaining(int32 MachineIndex, int32 StateIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetRelevantAnimTimeRemaining"); + + Params::AnimInstance_GetRelevantAnimTimeRemaining Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.StateIndex = StateIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetRelevantAnimTimeRemainingFraction +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 MachineIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StateIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetRelevantAnimTimeRemainingFraction(int32 MachineIndex, int32 StateIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetRelevantAnimTimeRemainingFraction"); + + Params::AnimInstance_GetRelevantAnimTimeRemainingFraction Parms{}; + + Parms.MachineIndex = MachineIndex; + Parms.StateIndex = StateIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.LinkAnimClassLayers +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::LinkAnimClassLayers(TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "LinkAnimClassLayers"); + + Params::AnimInstance_LinkAnimClassLayers Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.LinkAnimGraphByTag +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InTag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::LinkAnimGraphByTag(class FName InTag, TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "LinkAnimGraphByTag"); + + Params::AnimInstance_LinkAnimGraphByTag Parms{}; + + Parms.InTag = InTag; + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.LockAIResources +// (Final, BlueprintAuthorityOnly, Native, Public, BlueprintCallable) +// Parameters: +// bool bLockMovement (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool LockAILogic (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::LockAIResources(bool bLockMovement, bool LockAILogic) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "LockAIResources"); + + Params::AnimInstance_LockAIResources Parms{}; + + Parms.bLockMovement = bLockMovement; + Parms.LockAILogic = LockAILogic; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_JumpToSection +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName SectionName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_JumpToSection(class FName SectionName, const class UAnimMontage* Montage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_JumpToSection"); + + Params::AnimInstance_Montage_JumpToSection Parms{}; + + Parms.SectionName = SectionName; + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_JumpToSectionsEnd +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName SectionName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_JumpToSectionsEnd(class FName SectionName, const class UAnimMontage* Montage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_JumpToSectionsEnd"); + + Params::AnimInstance_Montage_JumpToSectionsEnd Parms{}; + + Parms.SectionName = SectionName; + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_Pause +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_Pause(const class UAnimMontage* Montage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_Pause"); + + Params::AnimInstance_Montage_Pause Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_Play +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAnimMontage* MontageToPlay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EMontagePlayReturnType ReturnValueType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InTimeToStartMontageAt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bStopAllMontages (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::Montage_Play(class UAnimMontage* MontageToPlay, float InPlayRate, EMontagePlayReturnType ReturnValueType, float InTimeToStartMontageAt, bool bStopAllMontages) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_Play"); + + Params::AnimInstance_Montage_Play Parms{}; + + Parms.MontageToPlay = MontageToPlay; + Parms.InPlayRate = InPlayRate; + Parms.ReturnValueType = ReturnValueType; + Parms.InTimeToStartMontageAt = InTimeToStartMontageAt; + Parms.bStopAllMontages = bStopAllMontages; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_Resume +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_Resume(const class UAnimMontage* Montage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_Resume"); + + Params::AnimInstance_Montage_Resume Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_SetNextSection +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName SectionNameToChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName NextSection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_SetNextSection(class FName SectionNameToChange, class FName NextSection, const class UAnimMontage* Montage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_SetNextSection"); + + Params::AnimInstance_Montage_SetNextSection Parms{}; + + Parms.SectionNameToChange = SectionNameToChange; + Parms.NextSection = NextSection; + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_SetPlayRate +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NewPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_SetPlayRate(const class UAnimMontage* Montage, float NewPlayRate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_SetPlayRate"); + + Params::AnimInstance_Montage_SetPlayRate Parms{}; + + Parms.Montage = Montage; + Parms.NewPlayRate = NewPlayRate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_SetPosition +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NewPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_SetPosition(const class UAnimMontage* Montage, float NewPosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_SetPosition"); + + Params::AnimInstance_Montage_SetPosition Parms{}; + + Parms.Montage = Montage; + Parms.NewPosition = NewPosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_Stop +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InBlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_Stop(float InBlendOutTime, const class UAnimMontage* Montage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_Stop"); + + Params::AnimInstance_Montage_Stop Parms{}; + + Parms.InBlendOutTime = InBlendOutTime; + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.Montage_StopGroupByName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InBlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName GroupName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::Montage_StopGroupByName(float InBlendOutTime, class FName GroupName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_StopGroupByName"); + + Params::AnimInstance_Montage_StopGroupByName Parms{}; + + Parms.InBlendOutTime = InBlendOutTime; + Parms.GroupName = GroupName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.PlaySlotAnimation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAnimSequenceBase* Asset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SlotNodeName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendInTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 LoopCount (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::PlaySlotAnimation(class UAnimSequenceBase* Asset, class FName SlotNodeName, float BlendInTime, float BlendOutTime, float InPlayRate, int32 LoopCount) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "PlaySlotAnimation"); + + Params::AnimInstance_PlaySlotAnimation Parms{}; + + Parms.Asset = Asset; + Parms.SlotNodeName = SlotNodeName; + Parms.BlendInTime = BlendInTime; + Parms.BlendOutTime = BlendOutTime; + Parms.InPlayRate = InPlayRate; + Parms.LoopCount = LoopCount; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.PlaySlotAnimationAsDynamicMontage +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UAnimSequenceBase* Asset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SlotNodeName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendInTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 LoopCount (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendOutTriggerTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InTimeToStartMontageAt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimMontage* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimMontage* UAnimInstance::PlaySlotAnimationAsDynamicMontage(class UAnimSequenceBase* Asset, class FName SlotNodeName, float BlendInTime, float BlendOutTime, float InPlayRate, int32 LoopCount, float BlendOutTriggerTime, float InTimeToStartMontageAt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "PlaySlotAnimationAsDynamicMontage"); + + Params::AnimInstance_PlaySlotAnimationAsDynamicMontage Parms{}; + + Parms.Asset = Asset; + Parms.SlotNodeName = SlotNodeName; + Parms.BlendInTime = BlendInTime; + Parms.BlendOutTime = BlendOutTime; + Parms.InPlayRate = InPlayRate; + Parms.LoopCount = LoopCount; + Parms.BlendOutTriggerTime = BlendOutTriggerTime; + Parms.InTimeToStartMontageAt = InTimeToStartMontageAt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.ResetDynamics +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ETeleportType InTeleportType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::ResetDynamics(ETeleportType InTeleportType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "ResetDynamics"); + + Params::AnimInstance_ResetDynamics Parms{}; + + Parms.InTeleportType = InTeleportType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.SavePoseSnapshot +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName SnapshotName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::SavePoseSnapshot(class FName SnapshotName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "SavePoseSnapshot"); + + Params::AnimInstance_SavePoseSnapshot Parms{}; + + Parms.SnapshotName = SnapshotName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.SetMorphTarget +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName MorphTargetName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::SetMorphTarget(class FName MorphTargetName, float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "SetMorphTarget"); + + Params::AnimInstance_SetMorphTarget Parms{}; + + Parms.MorphTargetName = MorphTargetName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.SetPropagateNotifiesToLinkedInstances +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bSet (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::SetPropagateNotifiesToLinkedInstances(bool bSet) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "SetPropagateNotifiesToLinkedInstances"); + + Params::AnimInstance_SetPropagateNotifiesToLinkedInstances Parms{}; + + Parms.bSet = bSet; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.SetReceiveNotifiesFromLinkedInstances +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bSet (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::SetReceiveNotifiesFromLinkedInstances(bool bSet) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "SetReceiveNotifiesFromLinkedInstances"); + + Params::AnimInstance_SetReceiveNotifiesFromLinkedInstances Parms{}; + + Parms.bSet = bSet; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.SetRootMotionMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ERootMotionMode Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::SetRootMotionMode(ERootMotionMode Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "SetRootMotionMode"); + + Params::AnimInstance_SetRootMotionMode Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.SnapshotPose +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FPoseSnapshot& Snapshot (Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UAnimInstance::SnapshotPose(struct FPoseSnapshot& Snapshot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "SnapshotPose"); + + Params::AnimInstance_SnapshotPose Parms{}; + + Parms.Snapshot = std::move(Snapshot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Snapshot = std::move(Parms.Snapshot); +} + + +// Function Engine.AnimInstance.StopSlotAnimation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InBlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SlotNodeName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::StopSlotAnimation(float InBlendOutTime, class FName SlotNodeName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "StopSlotAnimation"); + + Params::AnimInstance_StopSlotAnimation Parms{}; + + Parms.InBlendOutTime = InBlendOutTime; + Parms.SlotNodeName = SlotNodeName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.UnlinkAnimClassLayers +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::UnlinkAnimClassLayers(TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "UnlinkAnimClassLayers"); + + Params::AnimInstance_UnlinkAnimClassLayers Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.UnlockAIResources +// (Final, BlueprintAuthorityOnly, Native, Public, BlueprintCallable) +// Parameters: +// bool bUnlockMovement (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool UnlockAILogic (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimInstance::UnlockAIResources(bool bUnlockMovement, bool UnlockAILogic) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "UnlockAIResources"); + + Params::AnimInstance_UnlockAIResources Parms{}; + + Parms.bUnlockMovement = bUnlockMovement; + Parms.UnlockAILogic = UnlockAILogic; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimInstance.CalculateDirection +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Velocity (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& BaseRotation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::CalculateDirection(const struct FVector& Velocity, const struct FRotator& BaseRotation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "CalculateDirection"); + + Params::AnimInstance_CalculateDirection Parms{}; + + Parms.Velocity = std::move(Velocity); + Parms.BaseRotation = std::move(BaseRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetActiveCurveNames +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EAnimCurveType CurveType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutNames (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UAnimInstance::GetActiveCurveNames(EAnimCurveType CurveType, TArray* OutNames) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetActiveCurveNames"); + + Params::AnimInstance_GetActiveCurveNames Parms{}; + + Parms.CurveType = CurveType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutNames != nullptr) + *OutNames = std::move(Parms.OutNames); +} + + +// Function Engine.AnimInstance.GetAllCurveNames +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* OutNames (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UAnimInstance::GetAllCurveNames(TArray* OutNames) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetAllCurveNames"); + + Params::AnimInstance_GetAllCurveNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutNames != nullptr) + *OutNames = std::move(Parms.OutNames); +} + + +// Function Engine.AnimInstance.GetCurrentActiveMontage +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UAnimMontage* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimMontage* UAnimInstance::GetCurrentActiveMontage() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetCurrentActiveMontage"); + + Params::AnimInstance_GetCurrentActiveMontage Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetCurveValue +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName CurveName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::GetCurveValue(class FName CurveName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetCurveValue"); + + Params::AnimInstance_GetCurveValue Parms{}; + + Parms.CurveName = CurveName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetLinkedAnimGraphInstanceByTag +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InTag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* UAnimInstance::GetLinkedAnimGraphInstanceByTag(class FName InTag) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetLinkedAnimGraphInstanceByTag"); + + Params::AnimInstance_GetLinkedAnimGraphInstanceByTag Parms{}; + + Parms.InTag = InTag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetLinkedAnimGraphInstancesByTag +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InTag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutLinkedInstances (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UAnimInstance::GetLinkedAnimGraphInstancesByTag(class FName InTag, TArray* OutLinkedInstances) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetLinkedAnimGraphInstancesByTag"); + + Params::AnimInstance_GetLinkedAnimGraphInstancesByTag Parms{}; + + Parms.InTag = InTag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutLinkedInstances != nullptr) + *OutLinkedInstances = std::move(Parms.OutLinkedInstances); +} + + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstanceByClass +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* UAnimInstance::GetLinkedAnimLayerInstanceByClass(TSubclassOf InClass) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetLinkedAnimLayerInstanceByClass"); + + Params::AnimInstance_GetLinkedAnimLayerInstanceByClass Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstanceByGroup +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* UAnimInstance::GetLinkedAnimLayerInstanceByGroup(class FName InGroup) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetLinkedAnimLayerInstanceByGroup"); + + Params::AnimInstance_GetLinkedAnimLayerInstanceByGroup Parms{}; + + Parms.InGroup = InGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstanceByGroupAndClass +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAnimInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimInstance* UAnimInstance::GetLinkedAnimLayerInstanceByGroupAndClass(class FName InGroup, TSubclassOf InClass) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetLinkedAnimLayerInstanceByGroupAndClass"); + + Params::AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass Parms{}; + + Parms.InGroup = InGroup; + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstancesByGroup +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutLinkedInstances (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UAnimInstance::GetLinkedAnimLayerInstancesByGroup(class FName InGroup, TArray* OutLinkedInstances) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetLinkedAnimLayerInstancesByGroup"); + + Params::AnimInstance_GetLinkedAnimLayerInstancesByGroup Parms{}; + + Parms.InGroup = InGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutLinkedInstances != nullptr) + *OutLinkedInstances = std::move(Parms.OutLinkedInstances); +} + + +// Function Engine.AnimInstance.GetOwningActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UAnimInstance::GetOwningActor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetOwningActor"); + + Params::AnimInstance_GetOwningActor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetOwningComponent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class USkeletalMeshComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USkeletalMeshComponent* UAnimInstance::GetOwningComponent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetOwningComponent"); + + Params::AnimInstance_GetOwningComponent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetPropagateNotifiesToLinkedInstances +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::GetPropagateNotifiesToLinkedInstances() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetPropagateNotifiesToLinkedInstances"); + + Params::AnimInstance_GetPropagateNotifiesToLinkedInstances Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetReceiveNotifiesFromLinkedInstances +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::GetReceiveNotifiesFromLinkedInstances() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetReceiveNotifiesFromLinkedInstances"); + + Params::AnimInstance_GetReceiveNotifiesFromLinkedInstances Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetSyncGroupPosition +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSyncGroupName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMarkerSyncAnimPosition ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) + +struct FMarkerSyncAnimPosition UAnimInstance::GetSyncGroupPosition(class FName InSyncGroupName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetSyncGroupPosition"); + + Params::AnimInstance_GetSyncGroupPosition Parms{}; + + Parms.InSyncGroupName = InSyncGroupName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.GetTimeToClosestMarker +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName SyncGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName MarkerName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutMarkerTime (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::GetTimeToClosestMarker(class FName SyncGroup, class FName MarkerName, float* OutMarkerTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "GetTimeToClosestMarker"); + + Params::AnimInstance_GetTimeToClosestMarker Parms{}; + + Parms.SyncGroup = SyncGroup; + Parms.MarkerName = MarkerName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutMarkerTime != nullptr) + *OutMarkerTime = Parms.OutMarkerTime; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.HasMarkerBeenHitThisFrame +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName SyncGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName MarkerName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::HasMarkerBeenHitThisFrame(class FName SyncGroup, class FName MarkerName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "HasMarkerBeenHitThisFrame"); + + Params::AnimInstance_HasMarkerBeenHitThisFrame Parms{}; + + Parms.SyncGroup = SyncGroup; + Parms.MarkerName = MarkerName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.IsAnyMontagePlaying +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::IsAnyMontagePlaying() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "IsAnyMontagePlaying"); + + Params::AnimInstance_IsAnyMontagePlaying Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.IsPlayingSlotAnimation +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimSequenceBase* Asset (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SlotNodeName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::IsPlayingSlotAnimation(const class UAnimSequenceBase* Asset, class FName SlotNodeName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "IsPlayingSlotAnimation"); + + Params::AnimInstance_IsPlayingSlotAnimation Parms{}; + + Parms.Asset = Asset; + Parms.SlotNodeName = SlotNodeName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.IsSyncGroupBetweenMarkers +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSyncGroupName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PreviousMarker (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName NextMarker (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRespectMarkerOrder (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::IsSyncGroupBetweenMarkers(class FName InSyncGroupName, class FName PreviousMarker, class FName NextMarker, bool bRespectMarkerOrder) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "IsSyncGroupBetweenMarkers"); + + Params::AnimInstance_IsSyncGroupBetweenMarkers Parms{}; + + Parms.InSyncGroupName = InSyncGroupName; + Parms.PreviousMarker = PreviousMarker; + Parms.NextMarker = NextMarker; + Parms.bRespectMarkerOrder = bRespectMarkerOrder; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_GetBlendTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::Montage_GetBlendTime(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_GetBlendTime"); + + Params::AnimInstance_Montage_GetBlendTime Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_GetCurrentSection +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UAnimInstance::Montage_GetCurrentSection(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_GetCurrentSection"); + + Params::AnimInstance_Montage_GetCurrentSection Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_GetIsStopped +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::Montage_GetIsStopped(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_GetIsStopped"); + + Params::AnimInstance_Montage_GetIsStopped Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_GetPlayRate +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::Montage_GetPlayRate(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_GetPlayRate"); + + Params::AnimInstance_Montage_GetPlayRate Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_GetPosition +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimInstance::Montage_GetPosition(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_GetPosition"); + + Params::AnimInstance_Montage_GetPosition Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_IsActive +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::Montage_IsActive(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_IsActive"); + + Params::AnimInstance_Montage_IsActive Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.Montage_IsPlaying +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class UAnimMontage* Montage (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAnimInstance::Montage_IsPlaying(const class UAnimMontage* Montage) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "Montage_IsPlaying"); + + Params::AnimInstance_Montage_IsPlaying Parms{}; + + Parms.Montage = Montage; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimInstance.TryGetPawnOwner +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* UAnimInstance::TryGetPawnOwner() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimInstance", "TryGetPawnOwner"); + + Params::AnimInstance_TryGetPawnOwner Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CameraActor.GetAutoActivatePlayerIndex +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 ACameraActor::GetAutoActivatePlayerIndex() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraActor", "GetAutoActivatePlayerIndex"); + + Params::CameraActor_GetAutoActivatePlayerIndex Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LightComponent.SetAffectDynamicIndirectLighting +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetAffectDynamicIndirectLighting(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetAffectDynamicIndirectLighting"); + + Params::LightComponent_SetAffectDynamicIndirectLighting Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetAffectTranslucentLighting +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetAffectTranslucentLighting(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetAffectTranslucentLighting"); + + Params::LightComponent_SetAffectTranslucentLighting Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetBloomMaxBrightness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetBloomMaxBrightness(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetBloomMaxBrightness"); + + Params::LightComponent_SetBloomMaxBrightness Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetBloomScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetBloomScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetBloomScale"); + + Params::LightComponent_SetBloomScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetBloomThreshold +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetBloomThreshold(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetBloomThreshold"); + + Params::LightComponent_SetBloomThreshold Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetBloomTint +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetBloomTint(const struct FColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetBloomTint"); + + Params::LightComponent_SetBloomTint Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetEnableLightShaftBloom +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetEnableLightShaftBloom(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetEnableLightShaftBloom"); + + Params::LightComponent_SetEnableLightShaftBloom Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetForceCachedShadowsForMovablePrimitives +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetForceCachedShadowsForMovablePrimitives(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetForceCachedShadowsForMovablePrimitives"); + + Params::LightComponent_SetForceCachedShadowsForMovablePrimitives Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetIESBrightnessScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetIESBrightnessScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetIESBrightnessScale"); + + Params::LightComponent_SetIESBrightnessScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetIESTexture +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTextureLightProfile* NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetIESTexture(class UTextureLightProfile* NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetIESTexture"); + + Params::LightComponent_SetIESTexture Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetIndirectLightingIntensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetIndirectLightingIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetIndirectLightingIntensity"); + + Params::LightComponent_SetIndirectLightingIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetIntensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetIntensity"); + + Params::LightComponent_SetIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetLightColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewLightColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSRGB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetLightColor(const struct FLinearColor& NewLightColor, bool bSRGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetLightColor"); + + Params::LightComponent_SetLightColor Parms{}; + + Parms.NewLightColor = std::move(NewLightColor); + Parms.bSRGB = bSRGB; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetLightFunctionDisabledBrightness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetLightFunctionDisabledBrightness(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetLightFunctionDisabledBrightness"); + + Params::LightComponent_SetLightFunctionDisabledBrightness Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetLightFunctionFadeDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewLightFunctionFadeDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetLightFunctionFadeDistance(float NewLightFunctionFadeDistance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetLightFunctionFadeDistance"); + + Params::LightComponent_SetLightFunctionFadeDistance Parms{}; + + Parms.NewLightFunctionFadeDistance = NewLightFunctionFadeDistance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetLightFunctionMaterial +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* NewLightFunctionMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetLightFunctionMaterial(class UMaterialInterface* NewLightFunctionMaterial) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetLightFunctionMaterial"); + + Params::LightComponent_SetLightFunctionMaterial Parms{}; + + Parms.NewLightFunctionMaterial = NewLightFunctionMaterial; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetLightFunctionScale +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLightFunctionScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetLightFunctionScale(const struct FVector& NewLightFunctionScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetLightFunctionScale"); + + Params::LightComponent_SetLightFunctionScale Parms{}; + + Parms.NewLightFunctionScale = std::move(NewLightFunctionScale); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetLightingChannels +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bChannel0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bChannel1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bChannel2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetLightingChannels(bool bChannel0, bool bChannel1, bool bChannel2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetLightingChannels"); + + Params::LightComponent_SetLightingChannels Parms{}; + + Parms.bChannel0 = bChannel0; + Parms.bChannel1 = bChannel1; + Parms.bChannel2 = bChannel2; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetShadowBias +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetShadowBias(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetShadowBias"); + + Params::LightComponent_SetShadowBias Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetShadowSlopeBias +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetShadowSlopeBias(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetShadowSlopeBias"); + + Params::LightComponent_SetShadowSlopeBias Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetSpecularScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetSpecularScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetSpecularScale"); + + Params::LightComponent_SetSpecularScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetTemperature +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewTemperature (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetTemperature(float NewTemperature) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetTemperature"); + + Params::LightComponent_SetTemperature Parms{}; + + Parms.NewTemperature = NewTemperature; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetTransmission +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetTransmission(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetTransmission"); + + Params::LightComponent_SetTransmission Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetUseIESBrightness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetUseIESBrightness(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetUseIESBrightness"); + + Params::LightComponent_SetUseIESBrightness Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetUseTemperature +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetUseTemperature(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetUseTemperature"); + + Params::LightComponent_SetUseTemperature Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LightComponent.SetVolumetricScatteringIntensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULightComponent::SetVolumetricScatteringIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LightComponent", "SetVolumetricScatteringIntensity"); + + Params::LightComponent_SetVolumetricScatteringIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LocalLightComponent.GetUnitsConversionFactor +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// ELightUnits SrcUnits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ELightUnits TargetUnits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float CosHalfConeAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float ULocalLightComponent::GetUnitsConversionFactor(ELightUnits SrcUnits, ELightUnits TargetUnits, float CosHalfConeAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("LocalLightComponent", "GetUnitsConversionFactor"); + + Params::LocalLightComponent_GetUnitsConversionFactor Parms{}; + + Parms.SrcUnits = SrcUnits; + Parms.TargetUnits = TargetUnits; + Parms.CosHalfConeAngle = CosHalfConeAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LocalLightComponent.SetAttenuationRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULocalLightComponent::SetAttenuationRadius(float NewRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LocalLightComponent", "SetAttenuationRadius"); + + Params::LocalLightComponent_SetAttenuationRadius Parms{}; + + Parms.NewRadius = NewRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LocalLightComponent.SetIntensityUnits +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ELightUnits NewIntensityUnits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULocalLightComponent::SetIntensityUnits(ELightUnits NewIntensityUnits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LocalLightComponent", "SetIntensityUnits"); + + Params::LocalLightComponent_SetIntensityUnits Parms{}; + + Parms.NewIntensityUnits = NewIntensityUnits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PointLightComponent.SetLightFalloffExponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewLightFalloffExponent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPointLightComponent::SetLightFalloffExponent(float NewLightFalloffExponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PointLightComponent", "SetLightFalloffExponent"); + + Params::PointLightComponent_SetLightFalloffExponent Parms{}; + + Parms.NewLightFalloffExponent = NewLightFalloffExponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PointLightComponent.SetSoftSourceRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPointLightComponent::SetSoftSourceRadius(float bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PointLightComponent", "SetSoftSourceRadius"); + + Params::PointLightComponent_SetSoftSourceRadius Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PointLightComponent.SetSourceLength +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPointLightComponent::SetSourceLength(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PointLightComponent", "SetSourceLength"); + + Params::PointLightComponent_SetSourceLength Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PointLightComponent.SetSourceRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPointLightComponent::SetSourceRadius(float bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PointLightComponent", "SetSourceRadius"); + + Params::PointLightComponent_SetSourceRadius Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SpotLightComponent.SetInnerConeAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewInnerConeAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USpotLightComponent::SetInnerConeAngle(float NewInnerConeAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpotLightComponent", "SetInnerConeAngle"); + + Params::SpotLightComponent_SetInnerConeAngle Parms{}; + + Parms.NewInnerConeAngle = NewInnerConeAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SpotLightComponent.SetOuterConeAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewOuterConeAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USpotLightComponent::SetOuterConeAngle(float NewOuterConeAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpotLightComponent", "SetOuterConeAngle"); + + Params::SpotLightComponent_SetOuterConeAngle Parms{}; + + Parms.NewOuterConeAngle = NewOuterConeAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.CanSpectate +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* Viewer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerState* ViewTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameModeBase::CanSpectate(class APlayerController* Viewer, class APlayerState* ViewTarget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "CanSpectate"); + + Params::GameModeBase_CanSpectate Parms{}; + + Parms.Viewer = Viewer; + Parms.ViewTarget = ViewTarget; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.ChangeName +// (Native, Public, BlueprintCallable) +// Parameters: +// class AController* Controller (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& NewName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNameChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::ChangeName(class AController* Controller, const class FString& NewName, bool bNameChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "ChangeName"); + + Params::GameModeBase_ChangeName Parms{}; + + Parms.Controller = Controller; + Parms.NewName = std::move(NewName); + Parms.bNameChange = bNameChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.ChoosePlayerStart +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class AController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AGameModeBase::ChoosePlayerStart(class AController* Player) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "ChoosePlayerStart"); + + Params::GameModeBase_ChoosePlayerStart Parms{}; + + Parms.Player = Player; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.FindPlayerStart +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class AController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& IncomingName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AGameModeBase::FindPlayerStart(class AController* Player, const class FString& IncomingName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "FindPlayerStart"); + + Params::GameModeBase_FindPlayerStart Parms{}; + + Parms.Player = Player; + Parms.IncomingName = std::move(IncomingName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.GetDefaultPawnClassForController +// (Native, Event, Public, BlueprintCallable, BlueprintEvent) +// Parameters: +// class AController* InController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UClass* AGameModeBase::GetDefaultPawnClassForController(class AController* InController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "GetDefaultPawnClassForController"); + + Params::GameModeBase_GetDefaultPawnClassForController Parms{}; + + Parms.InController = InController; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.GetNumPlayers +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 AGameModeBase::GetNumPlayers() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "GetNumPlayers"); + + Params::GameModeBase_GetNumPlayers Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.GetNumSpectators +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 AGameModeBase::GetNumSpectators() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "GetNumSpectators"); + + Params::GameModeBase_GetNumSpectators Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.HandleStartingNewPlayer +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::HandleStartingNewPlayer(class APlayerController* NewPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "HandleStartingNewPlayer"); + + Params::GameModeBase_HandleStartingNewPlayer Parms{}; + + Parms.NewPlayer = NewPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.InitializeHUDForPlayer +// (Native, Event, Protected, BlueprintEvent) +// Parameters: +// class APlayerController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::InitializeHUDForPlayer(class APlayerController* NewPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "InitializeHUDForPlayer"); + + Params::GameModeBase_InitializeHUDForPlayer Parms{}; + + Parms.NewPlayer = NewPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.InitStartSpot +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class AActor* StartSpot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::InitStartSpot(class AActor* StartSpot, class AController* NewPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "InitStartSpot"); + + Params::GameModeBase_InitStartSpot Parms{}; + + Parms.StartSpot = StartSpot; + Parms.NewPlayer = NewPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.K2_FindPlayerStart +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class AController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& IncomingName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AGameModeBase::K2_FindPlayerStart(class AController* Player, const class FString& IncomingName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "K2_FindPlayerStart"); + + Params::GameModeBase_K2_FindPlayerStart Parms{}; + + Parms.Player = Player; + Parms.IncomingName = std::move(IncomingName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.K2_OnChangeName +// (Event, Public, BlueprintEvent) +// Parameters: +// class AController* Other (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& NewName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNameChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::K2_OnChangeName(class AController* Other, const class FString& NewName, bool bNameChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "K2_OnChangeName"); + + Params::GameModeBase_K2_OnChangeName Parms{}; + + Parms.Other = Other; + Parms.NewName = std::move(NewName); + Parms.bNameChange = bNameChange; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameModeBase.K2_OnLogout +// (Event, Public, BlueprintEvent) +// Parameters: +// class AController* ExitingController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::K2_OnLogout(class AController* ExitingController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "K2_OnLogout"); + + Params::GameModeBase_K2_OnLogout Parms{}; + + Parms.ExitingController = ExitingController; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameModeBase.K2_OnRestartPlayer +// (Event, Public, BlueprintEvent) +// Parameters: +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::K2_OnRestartPlayer(class AController* NewPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "K2_OnRestartPlayer"); + + Params::GameModeBase_K2_OnRestartPlayer Parms{}; + + Parms.NewPlayer = NewPlayer; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameModeBase.K2_OnSwapPlayerControllers +// (Event, Protected, BlueprintEvent) +// Parameters: +// class APlayerController* OldPC (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerController* NewPC (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::K2_OnSwapPlayerControllers(class APlayerController* OldPC, class APlayerController* NewPC) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "K2_OnSwapPlayerControllers"); + + Params::GameModeBase_K2_OnSwapPlayerControllers Parms{}; + + Parms.OldPC = OldPC; + Parms.NewPC = NewPC; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameModeBase.K2_PostLogin +// (Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::K2_PostLogin(class APlayerController* NewPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "K2_PostLogin"); + + Params::GameModeBase_K2_PostLogin Parms{}; + + Parms.NewPlayer = NewPlayer; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameModeBase.PlayerCanRestart +// (Native, Event, Public, BlueprintCallable, BlueprintEvent) +// Parameters: +// class APlayerController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameModeBase::PlayerCanRestart(class APlayerController* Player) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "PlayerCanRestart"); + + Params::GameModeBase_PlayerCanRestart Parms{}; + + Parms.Player = Player; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.ResetLevel +// (Native, Public, BlueprintCallable) + +void AGameModeBase::ResetLevel() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "ResetLevel"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.RestartPlayer +// (Native, Public, BlueprintCallable) +// Parameters: +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::RestartPlayer(class AController* NewPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "RestartPlayer"); + + Params::GameModeBase_RestartPlayer Parms{}; + + Parms.NewPlayer = NewPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.RestartPlayerAtPlayerStart +// (Native, Public, BlueprintCallable) +// Parameters: +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* StartSpot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameModeBase::RestartPlayerAtPlayerStart(class AController* NewPlayer, class AActor* StartSpot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "RestartPlayerAtPlayerStart"); + + Params::GameModeBase_RestartPlayerAtPlayerStart Parms{}; + + Parms.NewPlayer = NewPlayer; + Parms.StartSpot = StartSpot; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.RestartPlayerAtTransform +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& SpawnTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void AGameModeBase::RestartPlayerAtTransform(class AController* NewPlayer, const struct FTransform& SpawnTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "RestartPlayerAtTransform"); + + Params::GameModeBase_RestartPlayerAtTransform Parms{}; + + Parms.NewPlayer = NewPlayer; + Parms.SpawnTransform = std::move(SpawnTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.ReturnToMainMenuHost +// (Native, Public, BlueprintCallable) + +void AGameModeBase::ReturnToMainMenuHost() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "ReturnToMainMenuHost"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.ShouldReset +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class AActor* ActorToReset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameModeBase::ShouldReset(class AActor* ActorToReset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "ShouldReset"); + + Params::GameModeBase_ShouldReset Parms{}; + + Parms.ActorToReset = ActorToReset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.SpawnDefaultPawnAtTransform +// (Native, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& SpawnTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* AGameModeBase::SpawnDefaultPawnAtTransform(class AController* NewPlayer, const struct FTransform& SpawnTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "SpawnDefaultPawnAtTransform"); + + Params::GameModeBase_SpawnDefaultPawnAtTransform Parms{}; + + Parms.NewPlayer = NewPlayer; + Parms.SpawnTransform = std::move(SpawnTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.SpawnDefaultPawnFor +// (Native, Event, Public, BlueprintEvent) +// Parameters: +// class AController* NewPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* StartSpot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* AGameModeBase::SpawnDefaultPawnFor(class AController* NewPlayer, class AActor* StartSpot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "SpawnDefaultPawnFor"); + + Params::GameModeBase_SpawnDefaultPawnFor Parms{}; + + Parms.NewPlayer = NewPlayer; + Parms.StartSpot = StartSpot; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.StartPlay +// (Native, Public, BlueprintCallable) + +void AGameModeBase::StartPlay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "StartPlay"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameModeBase.HasMatchEnded +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameModeBase::HasMatchEnded() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "HasMatchEnded"); + + Params::GameModeBase_HasMatchEnded Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.HasMatchStarted +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameModeBase::HasMatchStarted() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "HasMatchStarted"); + + Params::GameModeBase_HasMatchStarted Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameModeBase.MustSpectate +// (Native, Event, Public, BlueprintEvent, Const) +// Parameters: +// class APlayerController* NewPlayerController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameModeBase::MustSpectate(class APlayerController* NewPlayerController) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameModeBase", "MustSpectate"); + + Params::GameModeBase_MustSpectate Parms{}; + + Parms.NewPlayerController = NewPlayerController; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Exporter.RunAssetExportTask +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UAssetExportTask* Task (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UExporter::RunAssetExportTask(class UAssetExportTask* Task) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("Exporter", "RunAssetExportTask"); + + Params::Exporter_RunAssetExportTask Parms{}; + + Parms.Task = Task; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Exporter.RunAssetExportTasks +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& ExportTasks (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UExporter::RunAssetExportTasks(const TArray& ExportTasks) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("Exporter", "RunAssetExportTasks"); + + Params::Exporter_RunAssetExportTasks Parms{}; + + Parms.ExportTasks = std::move(ExportTasks); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Exporter.ScriptRunAssetExportTask +// (Event, Public, BlueprintEvent) +// Parameters: +// class UAssetExportTask* Task (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UExporter::ScriptRunAssetExportTask(class UAssetExportTask* Task) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Exporter", "ScriptRunAssetExportTask"); + + Params::Exporter_ScriptRunAssetExportTask Parms{}; + + Parms.Task = Task; + + UObject::ProcessEvent(Func, &Parms); + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintMapLibrary.Map_Add +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& Key (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintMapLibrary::Map_Add(const TMap& TargetMap, const int32& Key, const int32& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Add"); + + Params::BlueprintMapLibrary_Map_Add Parms{}; + + Parms.TargetMap = std::move(TargetMap); + Parms.Key = Key; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintMapLibrary.Map_Clear +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UBlueprintMapLibrary::Map_Clear(const TMap& TargetMap) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Clear"); + + Params::BlueprintMapLibrary_Map_Clear Parms{}; + + Parms.TargetMap = std::move(TargetMap); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintMapLibrary.Map_Contains +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& Key (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintMapLibrary::Map_Contains(const TMap& TargetMap, const int32& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Contains"); + + Params::BlueprintMapLibrary_Map_Contains Parms{}; + + Parms.TargetMap = std::move(TargetMap); + Parms.Key = Key; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintMapLibrary.Map_Find +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& Key (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Value (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintMapLibrary::Map_Find(const TMap& TargetMap, const int32& Key, int32* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Find"); + + Params::BlueprintMapLibrary_Map_Find Parms{}; + + Parms.TargetMap = std::move(TargetMap); + Parms.Key = Key; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Value != nullptr) + *Value = Parms.Value; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintMapLibrary.Map_Keys +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* Keys (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UBlueprintMapLibrary::Map_Keys(const TMap& TargetMap, TArray* Keys) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Keys"); + + Params::BlueprintMapLibrary_Map_Keys Parms{}; + + Parms.TargetMap = std::move(TargetMap); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Keys != nullptr) + *Keys = std::move(Parms.Keys); +} + + +// Function Engine.BlueprintMapLibrary.Map_Length +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UBlueprintMapLibrary::Map_Length(const TMap& TargetMap) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Length"); + + Params::BlueprintMapLibrary_Map_Length Parms{}; + + Parms.TargetMap = std::move(TargetMap); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintMapLibrary.Map_Remove +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& Key (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintMapLibrary::Map_Remove(const TMap& TargetMap, const int32& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Remove"); + + Params::BlueprintMapLibrary_Map_Remove Parms{}; + + Parms.TargetMap = std::move(TargetMap); + Parms.Key = Key; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintMapLibrary.Map_Values +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TMap& TargetMap (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* Values (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UBlueprintMapLibrary::Map_Values(const TMap& TargetMap, TArray* Values) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "Map_Values"); + + Params::BlueprintMapLibrary_Map_Values Parms{}; + + Parms.TargetMap = std::move(TargetMap); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Values != nullptr) + *Values = std::move(Parms.Values); +} + + +// Function Engine.BlueprintMapLibrary.SetMapPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TMap& Value (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UBlueprintMapLibrary::SetMapPropertyByName(class UObject* Object, class FName PropertyName, const TMap& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintMapLibrary", "SetMapPropertyByName"); + + Params::BlueprintMapLibrary_SetMapPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputComponent.GetControllerAnalogKeyState +// (Final, Native, Private, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UInputComponent::GetControllerAnalogKeyState(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "GetControllerAnalogKeyState"); + + Params::InputComponent_GetControllerAnalogKeyState Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InputComponent.GetControllerAnalogStickState +// (Final, Native, Private, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EControllerAnalogStick WhichStick (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* StickX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* StickY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputComponent::GetControllerAnalogStickState(EControllerAnalogStick WhichStick, float* StickX, float* StickY) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "GetControllerAnalogStickState"); + + Params::InputComponent_GetControllerAnalogStickState Parms{}; + + Parms.WhichStick = WhichStick; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (StickX != nullptr) + *StickX = Parms.StickX; + + if (StickY != nullptr) + *StickY = Parms.StickY; +} + + +// Function Engine.InputComponent.GetControllerKeyTimeDown +// (Final, Native, Private, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UInputComponent::GetControllerKeyTimeDown(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "GetControllerKeyTimeDown"); + + Params::InputComponent_GetControllerKeyTimeDown Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InputComponent.GetControllerMouseDelta +// (Final, Native, Private, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* DeltaX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* DeltaY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputComponent::GetControllerMouseDelta(float* DeltaX, float* DeltaY) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "GetControllerMouseDelta"); + + Params::InputComponent_GetControllerMouseDelta Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (DeltaX != nullptr) + *DeltaX = Parms.DeltaX; + + if (DeltaY != nullptr) + *DeltaY = Parms.DeltaY; +} + + +// Function Engine.InputComponent.GetControllerVectorKeyState +// (Final, Native, Private, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UInputComponent::GetControllerVectorKeyState(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "GetControllerVectorKeyState"); + + Params::InputComponent_GetControllerVectorKeyState Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InputComponent.GetTouchState +// (Final, Native, Private, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 FingerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* LocationX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* LocationY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* bIsCurrentlyPressed (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputComponent::GetTouchState(int32 FingerIndex, float* LocationX, float* LocationY, bool* bIsCurrentlyPressed) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "GetTouchState"); + + Params::InputComponent_GetTouchState Parms{}; + + Parms.FingerIndex = FingerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (LocationX != nullptr) + *LocationX = Parms.LocationX; + + if (LocationY != nullptr) + *LocationY = Parms.LocationY; + + if (bIsCurrentlyPressed != nullptr) + *bIsCurrentlyPressed = Parms.bIsCurrentlyPressed; +} + + +// Function Engine.InputComponent.IsControllerKeyDown +// (Final, Native, Private, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInputComponent::IsControllerKeyDown(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "IsControllerKeyDown"); + + Params::InputComponent_IsControllerKeyDown Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InputComponent.WasControllerKeyJustPressed +// (Final, Native, Private, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInputComponent::WasControllerKeyJustPressed(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "WasControllerKeyJustPressed"); + + Params::InputComponent_WasControllerKeyJustPressed Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InputComponent.WasControllerKeyJustReleased +// (Final, Native, Private, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInputComponent::WasControllerKeyJustReleased(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputComponent", "WasControllerKeyJustReleased"); + + Params::InputComponent_WasControllerKeyJustReleased Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Predefined Function +// Gets a pointer to the current World of the GameViewport + +class UWorld* UWorld::GetWorld() +{ + if (Offsets::GWorld != 0) + return *reinterpret_cast(InSDKUtils::GetImageBase() + Offsets::GWorld); + + if (UEngine* Engine = UEngine::GetEngine()) + { + if (!Engine->GameViewport) + return nullptr; + + return Engine->GameViewport->World; + } + + return nullptr; +} + + +// Function Engine.World.HandleTimelineScrubbed +// (Final, Native, Public) + +void UWorld::HandleTimelineScrubbed() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("World", "HandleTimelineScrubbed"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.World.K2_GetWorldSettings +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AWorldSettings* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AWorldSettings* UWorld::K2_GetWorldSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("World", "K2_GetWorldSettings"); + + Params::World_K2_GetWorldSettings Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInterface.GetBaseMaterial +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterial* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterial* UMaterialInterface::GetBaseMaterial() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInterface", "GetBaseMaterial"); + + Params::MaterialInterface_GetBaseMaterial Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInterface.SetForceMipLevelsToBeResident +// (RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// bool OverrideForceMiplevelsToBeResident (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForceMiplevelsToBeResidentValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ForceDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CinematicTextureGroups (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFastResponse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInterface::SetForceMipLevelsToBeResident(bool OverrideForceMiplevelsToBeResident, bool bForceMiplevelsToBeResidentValue, float ForceDuration, int32 CinematicTextureGroups, bool bFastResponse) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInterface", "SetForceMipLevelsToBeResident"); + + Params::MaterialInterface_SetForceMipLevelsToBeResident Parms{}; + + Parms.OverrideForceMiplevelsToBeResident = OverrideForceMiplevelsToBeResident; + Parms.bForceMiplevelsToBeResidentValue = bForceMiplevelsToBeResidentValue; + Parms.ForceDuration = ForceDuration; + Parms.CinematicTextureGroups = CinematicTextureGroups; + Parms.bFastResponse = bFastResponse; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInterface.GetParameterInfo +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EMaterialParameterAssociation Association (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialFunctionInterface* LayerFunction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMaterialParameterInfo ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FMaterialParameterInfo UMaterialInterface::GetParameterInfo(EMaterialParameterAssociation Association, class FName ParameterName, class UMaterialFunctionInterface* LayerFunction) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInterface", "GetParameterInfo"); + + Params::MaterialInterface_GetParameterInfo Parms{}; + + Parms.Association = Association; + Parms.ParameterName = ParameterName; + Parms.LayerFunction = LayerFunction; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInterface.GetPhysicalMaterial +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPhysicalMaterial* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPhysicalMaterial* UMaterialInterface::GetPhysicalMaterial() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInterface", "GetPhysicalMaterial"); + + Params::MaterialInterface_GetPhysicalMaterial Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInterface.GetPhysicalMaterialFromMap +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPhysicalMaterial* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPhysicalMaterial* UMaterialInterface::GetPhysicalMaterialFromMap(int32 Index_0) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInterface", "GetPhysicalMaterialFromMap"); + + Params::MaterialInterface_GetPhysicalMaterialFromMap Parms{}; + + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInterface.GetPhysicalMaterialMask +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPhysicalMaterialMask* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPhysicalMaterialMask* UMaterialInterface::GetPhysicalMaterialMask() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInterface", "GetPhysicalMaterialMask"); + + Params::MaterialInterface_GetPhysicalMaterialMask Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceConstant.K2_GetScalarParameterValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMaterialInstanceConstant::K2_GetScalarParameterValue(class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceConstant", "K2_GetScalarParameterValue"); + + Params::MaterialInstanceConstant_K2_GetScalarParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceConstant.K2_GetTextureParameterValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture* UMaterialInstanceConstant::K2_GetTextureParameterValue(class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceConstant", "K2_GetTextureParameterValue"); + + Params::MaterialInstanceConstant_K2_GetTextureParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceConstant.K2_GetVectorParameterValue +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UMaterialInstanceConstant::K2_GetVectorParameterValue(class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceConstant", "K2_GetVectorParameterValue"); + + Params::MaterialInstanceConstant_K2_GetVectorParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialBillboardComponent.AddElement +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCurveFloat* DistanceToOpacityCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSizeIsInScreenSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BaseSizeX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BaseSizeY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCurveFloat* DistanceToSizeCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialBillboardComponent::AddElement(class UMaterialInterface* Material, class UCurveFloat* DistanceToOpacityCurve, bool bSizeIsInScreenSpace, float BaseSizeX, float BaseSizeY, class UCurveFloat* DistanceToSizeCurve) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialBillboardComponent", "AddElement"); + + Params::MaterialBillboardComponent_AddElement Parms{}; + + Parms.Material = Material; + Parms.DistanceToOpacityCurve = DistanceToOpacityCurve; + Parms.bSizeIsInScreenSpace = bSizeIsInScreenSpace; + Parms.BaseSizeX = BaseSizeX; + Parms.BaseSizeY = BaseSizeY; + Parms.DistanceToSizeCurve = DistanceToSizeCurve; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialBillboardComponent.SetElements +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray&NewElements (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UMaterialBillboardComponent::SetElements(const TArray& NewElements) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialBillboardComponent", "SetElements"); + + Params::MaterialBillboardComponent_SetElements Parms{}; + + Parms.NewElements = std::move(NewElements); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetStringTableLibrary.GetKeysFromStringTable +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetStringTableLibrary::GetKeysFromStringTable(const class FName TableId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "GetKeysFromStringTable"); + + Params::KismetStringTableLibrary_GetKeysFromStringTable Parms{}; + + Parms.TableId = TableId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.GetMetaDataIdsFromStringTableEntry +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetStringTableLibrary::GetMetaDataIdsFromStringTableEntry(const class FName TableId, const class FString& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "GetMetaDataIdsFromStringTableEntry"); + + Params::KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry Parms{}; + + Parms.TableId = TableId; + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.GetRegisteredStringTables +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetStringTableLibrary::GetRegisteredStringTables() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "GetRegisteredStringTables"); + + Params::KismetStringTableLibrary_GetRegisteredStringTables Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.GetTableEntryMetaData +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName MetaDataId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringTableLibrary::GetTableEntryMetaData(const class FName TableId, const class FString& Key, const class FName MetaDataId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "GetTableEntryMetaData"); + + Params::KismetStringTableLibrary_GetTableEntryMetaData Parms{}; + + Parms.TableId = TableId; + Parms.Key = std::move(Key); + Parms.MetaDataId = MetaDataId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.GetTableEntrySourceString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringTableLibrary::GetTableEntrySourceString(const class FName TableId, const class FString& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "GetTableEntrySourceString"); + + Params::KismetStringTableLibrary_GetTableEntrySourceString Parms{}; + + Parms.TableId = TableId; + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.GetTableNamespace +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringTableLibrary::GetTableNamespace(const class FName TableId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "GetTableNamespace"); + + Params::KismetStringTableLibrary_GetTableNamespace Parms{}; + + Parms.TableId = TableId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.IsRegisteredTableEntry +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringTableLibrary::IsRegisteredTableEntry(const class FName TableId, const class FString& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "IsRegisteredTableEntry"); + + Params::KismetStringTableLibrary_IsRegisteredTableEntry Parms{}; + + Parms.TableId = TableId; + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringTableLibrary.IsRegisteredTableId +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringTableLibrary::IsRegisteredTableId(const class FName TableId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringTableLibrary", "IsRegisteredTableId"); + + Params::KismetStringTableLibrary_IsRegisteredTableId Parms{}; + + Parms.TableId = TableId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ExponentialHeightFog.OnRep_bEnabled +// (Native, Public) + +void AExponentialHeightFog::OnRep_bEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFog", "OnRep_bEnabled"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameInstance.DebugCreatePlayer +// (Exec, Native, Public) +// Parameters: +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameInstance::DebugCreatePlayer(int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameInstance", "DebugCreatePlayer"); + + Params::GameInstance_DebugCreatePlayer Parms{}; + + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameInstance.DebugRemovePlayer +// (Exec, Native, Public) +// Parameters: +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameInstance::DebugRemovePlayer(int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameInstance", "DebugRemovePlayer"); + + Params::GameInstance_DebugRemovePlayer Parms{}; + + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameInstance.HandleNetworkError +// (Event, Public, BlueprintEvent) +// Parameters: +// ENetworkFailure FailureType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIsServer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameInstance::HandleNetworkError(ENetworkFailure FailureType, bool bIsServer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameInstance", "HandleNetworkError"); + + Params::GameInstance_HandleNetworkError Parms{}; + + Parms.FailureType = FailureType; + Parms.bIsServer = bIsServer; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameInstance.HandleTravelError +// (Event, Public, BlueprintEvent) +// Parameters: +// ETravelFailure FailureType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameInstance::HandleTravelError(ETravelFailure FailureType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameInstance", "HandleTravelError"); + + Params::GameInstance_HandleTravelError Parms{}; + + Parms.FailureType = FailureType; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameInstance.ReceiveInit +// (Event, Public, BlueprintEvent) + +void UGameInstance::ReceiveInit() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameInstance", "ReceiveInit"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.GameInstance.ReceiveShutdown +// (Event, Public, BlueprintEvent) + +void UGameInstance::ReceiveShutdown() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameInstance", "ReceiveShutdown"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.AnimSequenceBase.GetPlayLength +// (Native, Public, BlueprintCallable) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimSequenceBase::GetPlayLength() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSequenceBase", "GetPlayLength"); + + Params::AnimSequenceBase_GetPlayLength Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CameraShakeBase.SetRootShakePattern +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UCameraShakePattern* InPattern (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraShakeBase::SetRootShakePattern(class UCameraShakePattern* InPattern) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeBase", "SetRootShakePattern"); + + Params::CameraShakeBase_SetRootShakePattern Parms{}; + + Parms.InPattern = InPattern; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraShakeBase.GetRootShakePattern +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UCameraShakePattern* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCameraShakePattern* UCameraShakeBase::GetRootShakePattern() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeBase", "GetRootShakePattern"); + + Params::CameraShakeBase_GetRootShakePattern Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.VOIPTalker.CreateTalkerForPlayer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class APlayerState* OwningState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UVOIPTalker* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UVOIPTalker* UVOIPTalker::CreateTalkerForPlayer(class APlayerState* OwningState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VOIPTalker", "CreateTalkerForPlayer"); + + Params::VOIPTalker_CreateTalkerForPlayer Parms{}; + + Parms.OwningState = OwningState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.VOIPTalker.BPOnTalkingBegin +// (Native, Event, Protected, BlueprintEvent) +// Parameters: +// class UAudioComponent* AudioComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVOIPTalker::BPOnTalkingBegin(class UAudioComponent* AudioComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VOIPTalker", "BPOnTalkingBegin"); + + Params::VOIPTalker_BPOnTalkingBegin Parms{}; + + Parms.AudioComponent = AudioComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VOIPTalker.BPOnTalkingEnd +// (Native, Event, Protected, BlueprintEvent) + +void UVOIPTalker::BPOnTalkingEnd() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VOIPTalker", "BPOnTalkingEnd"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VOIPTalker.GetVoiceLevel +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UVOIPTalker::GetVoiceLevel() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VOIPTalker", "GetVoiceLevel"); + + Params::VOIPTalker_GetVoiceLevel Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.VOIPTalker.RegisterWithPlayerState +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class APlayerState* OwningState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVOIPTalker::RegisterWithPlayerState(class APlayerState* OwningState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VOIPTalker", "RegisterWithPlayerState"); + + Params::VOIPTalker_RegisterWithPlayerState Parms{}; + + Parms.OwningState = OwningState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.AbortMatch +// (Native, Public, BlueprintCallable) + +void AGameMode::AbortMatch() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "AbortMatch"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.EndMatch +// (Native, Public, BlueprintCallable) + +void AGameMode::EndMatch() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "EndMatch"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.K2_OnSetMatchState +// (Event, Protected, BlueprintEvent) +// Parameters: +// class FName NewState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameMode::K2_OnSetMatchState(class FName NewState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "K2_OnSetMatchState"); + + Params::GameMode_K2_OnSetMatchState Parms{}; + + Parms.NewState = NewState; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.GameMode.ReadyToEndMatch +// (Native, Event, Protected, BlueprintEvent) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameMode::ReadyToEndMatch() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "ReadyToEndMatch"); + + Params::GameMode_ReadyToEndMatch Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameMode.ReadyToStartMatch +// (Native, Event, Protected, BlueprintEvent) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameMode::ReadyToStartMatch() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "ReadyToStartMatch"); + + Params::GameMode_ReadyToStartMatch Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameMode.RestartGame +// (Native, Public, BlueprintCallable) + +void AGameMode::RestartGame() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "RestartGame"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.Say +// (Exec, Native, Public, BlueprintCallable) +// Parameters: +// const class FString& Msg (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameMode::Say(const class FString& Msg) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "Say"); + + Params::GameMode_Say Parms{}; + + Parms.Msg = std::move(Msg); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.SetBandwidthLimit +// (Exec, Native, Public) +// Parameters: +// float AsyncIOBandwidthLimit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AGameMode::SetBandwidthLimit(float AsyncIOBandwidthLimit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "SetBandwidthLimit"); + + Params::GameMode_SetBandwidthLimit Parms{}; + + Parms.AsyncIOBandwidthLimit = AsyncIOBandwidthLimit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.StartMatch +// (Native, Public, BlueprintCallable) + +void AGameMode::StartMatch() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "StartMatch"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameMode.GetMatchState +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName AGameMode::GetMatchState() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "GetMatchState"); + + Params::GameMode_GetMatchState Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameMode.IsMatchInProgress +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameMode::IsMatchInProgress() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameMode", "IsMatchInProgress"); + + Params::GameMode_IsMatchInProgress Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimMontage.GetDefaultBlendOutTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimMontage::GetDefaultBlendOutTime() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimMontage", "GetDefaultBlendOutTime"); + + Params::AnimMontage_GetDefaultBlendOutTime Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.AddPoint +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FSplinePoint& Point (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::AddPoint(const struct FSplinePoint& Point, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "AddPoint"); + + Params::SplineComponent_AddPoint Parms{}; + + Parms.Point = std::move(Point); + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.AddPoints +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& Points (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::AddPoints(const TArray& Points, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "AddPoints"); + + Params::SplineComponent_AddPoints Parms{}; + + Parms.Points = std::move(Points); + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.AddSplineLocalPoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Position (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::AddSplineLocalPoint(const struct FVector& Position) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "AddSplineLocalPoint"); + + Params::SplineComponent_AddSplineLocalPoint Parms{}; + + Parms.Position = std::move(Position); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.AddSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Position (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::AddSplinePoint(const struct FVector& Position, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "AddSplinePoint"); + + Params::SplineComponent_AddSplinePoint Parms{}; + + Parms.Position = std::move(Position); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.AddSplinePointAtIndex +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Position (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::AddSplinePointAtIndex(const struct FVector& Position, int32 Index_0, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "AddSplinePointAtIndex"); + + Params::SplineComponent_AddSplinePointAtIndex Parms{}; + + Parms.Position = std::move(Position); + Parms.Index_0 = Index_0; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.AddSplineWorldPoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Position (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::AddSplineWorldPoint(const struct FVector& Position) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "AddSplineWorldPoint"); + + Params::SplineComponent_AddSplineWorldPoint Parms{}; + + Parms.Position = std::move(Position); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.ClearSplinePoints +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::ClearSplinePoints(bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "ClearSplinePoints"); + + Params::SplineComponent_ClearSplinePoints Parms{}; + + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.RemoveSplinePoint +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::RemoveSplinePoint(int32 Index_0, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "RemoveSplinePoint"); + + Params::SplineComponent_RemoveSplinePoint Parms{}; + + Parms.Index_0 = Index_0; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetClosedLoop +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInClosedLoop (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetClosedLoop(bool bInClosedLoop, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetClosedLoop"); + + Params::SplineComponent_SetClosedLoop Parms{}; + + Parms.bInClosedLoop = bInClosedLoop; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetClosedLoopAtPosition +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInClosedLoop (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Key (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetClosedLoopAtPosition(bool bInClosedLoop, float Key, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetClosedLoopAtPosition"); + + Params::SplineComponent_SetClosedLoopAtPosition Parms{}; + + Parms.bInClosedLoop = bInClosedLoop; + Parms.Key = Key; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetDefaultUpVector +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& UpVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetDefaultUpVector(const struct FVector& UpVector, ESplineCoordinateSpace CoordinateSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetDefaultUpVector"); + + Params::SplineComponent_SetDefaultUpVector Parms{}; + + Parms.UpVector = std::move(UpVector); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetDrawDebug +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bShow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetDrawDebug(bool bShow) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetDrawDebug"); + + Params::SplineComponent_SetDrawDebug Parms{}; + + Parms.bShow = bShow; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetLocationAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetLocationAtSplinePoint(int32 PointIndex, const struct FVector& InLocation, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetLocationAtSplinePoint"); + + Params::SplineComponent_SetLocationAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InLocation = std::move(InLocation); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetRotationAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& InRotation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetRotationAtSplinePoint(int32 PointIndex, const struct FRotator& InRotation, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetRotationAtSplinePoint"); + + Params::SplineComponent_SetRotationAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InRotation = std::move(InRotation); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetScaleAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InScaleVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetScaleAtSplinePoint(int32 PointIndex, const struct FVector& InScaleVector, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetScaleAtSplinePoint"); + + Params::SplineComponent_SetScaleAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InScaleVector = std::move(InScaleVector); + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetSelectedSplineSegmentColor +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& SegmentColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetSelectedSplineSegmentColor(const struct FLinearColor& SegmentColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetSelectedSplineSegmentColor"); + + Params::SplineComponent_SetSelectedSplineSegmentColor Parms{}; + + Parms.SegmentColor = std::move(SegmentColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetSplineLocalPoints +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& Points (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USplineComponent::SetSplineLocalPoints(const TArray& Points) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetSplineLocalPoints"); + + Params::SplineComponent_SetSplineLocalPoints Parms{}; + + Parms.Points = std::move(Points); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetSplinePoints +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& Points (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetSplinePoints(const TArray& Points, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetSplinePoints"); + + Params::SplineComponent_SetSplinePoints Parms{}; + + Parms.Points = std::move(Points); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetSplinePointType +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplinePointType Type (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetSplinePointType(int32 PointIndex, ESplinePointType Type, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetSplinePointType"); + + Params::SplineComponent_SetSplinePointType Parms{}; + + Parms.PointIndex = PointIndex; + Parms.Type = Type; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetSplineWorldPoints +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& Points (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void USplineComponent::SetSplineWorldPoints(const TArray& Points) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetSplineWorldPoints"); + + Params::SplineComponent_SetSplineWorldPoints Parms{}; + + Parms.Points = std::move(Points); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetTangentAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InTangent (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetTangentAtSplinePoint(int32 PointIndex, const struct FVector& InTangent, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetTangentAtSplinePoint"); + + Params::SplineComponent_SetTangentAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InTangent = std::move(InTangent); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetTangentColor +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& TangentColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetTangentColor(const struct FLinearColor& TangentColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetTangentColor"); + + Params::SplineComponent_SetTangentColor Parms{}; + + Parms.TangentColor = std::move(TangentColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetTangentsAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InArriveTangent (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InLeaveTangent (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetTangentsAtSplinePoint(int32 PointIndex, const struct FVector& InArriveTangent, const struct FVector& InLeaveTangent, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetTangentsAtSplinePoint"); + + Params::SplineComponent_SetTangentsAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InArriveTangent = std::move(InArriveTangent); + Parms.InLeaveTangent = std::move(InLeaveTangent); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetUnselectedSplineSegmentColor +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& SegmentColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetUnselectedSplineSegmentColor(const struct FLinearColor& SegmentColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetUnselectedSplineSegmentColor"); + + Params::SplineComponent_SetUnselectedSplineSegmentColor Parms{}; + + Parms.SegmentColor = std::move(SegmentColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetUpVectorAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InUpVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateSpline (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetUpVectorAtSplinePoint(int32 PointIndex, const struct FVector& InUpVector, ESplineCoordinateSpace CoordinateSpace, bool bUpdateSpline) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetUpVectorAtSplinePoint"); + + Params::SplineComponent_SetUpVectorAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InUpVector = std::move(InUpVector); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUpdateSpline = bUpdateSpline; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.SetWorldLocationAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::SetWorldLocationAtSplinePoint(int32 PointIndex, const struct FVector& InLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "SetWorldLocationAtSplinePoint"); + + Params::SplineComponent_SetWorldLocationAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.InLocation = std::move(InLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.UpdateSpline +// (Native, Public, BlueprintCallable) + +void USplineComponent::UpdateSpline() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "UpdateSpline"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineComponent.FindDirectionClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::FindDirectionClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindDirectionClosestToWorldLocation"); + + Params::SplineComponent_FindDirectionClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindInputKeyClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::FindInputKeyClosestToWorldLocation(const struct FVector& WorldLocation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindInputKeyClosestToWorldLocation"); + + Params::SplineComponent_FindInputKeyClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindLocationClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::FindLocationClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindLocationClosestToWorldLocation"); + + Params::SplineComponent_FindLocationClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindRightVectorClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::FindRightVectorClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindRightVectorClosestToWorldLocation"); + + Params::SplineComponent_FindRightVectorClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindRollClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::FindRollClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindRollClosestToWorldLocation"); + + Params::SplineComponent_FindRollClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindRotationClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::FindRotationClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindRotationClosestToWorldLocation"); + + Params::SplineComponent_FindRotationClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindScaleClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::FindScaleClosestToWorldLocation(const struct FVector& WorldLocation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindScaleClosestToWorldLocation"); + + Params::SplineComponent_FindScaleClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindTangentClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::FindTangentClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindTangentClosestToWorldLocation"); + + Params::SplineComponent_FindTangentClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindTransformClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USplineComponent::FindTransformClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindTransformClosestToWorldLocation"); + + Params::SplineComponent_FindTransformClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseScale = bUseScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.FindUpVectorClosestToWorldLocation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::FindUpVectorClosestToWorldLocation(const struct FVector& WorldLocation, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "FindUpVectorClosestToWorldLocation"); + + Params::SplineComponent_FindUpVectorClosestToWorldLocation Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetArriveTangentAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetArriveTangentAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetArriveTangentAtSplinePoint"); + + Params::SplineComponent_GetArriveTangentAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDefaultUpVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetDefaultUpVector(ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDefaultUpVector"); + + Params::SplineComponent_GetDefaultUpVector Parms{}; + + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDirectionAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetDirectionAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDirectionAtDistanceAlongSpline"); + + Params::SplineComponent_GetDirectionAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDirectionAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetDirectionAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDirectionAtSplineInputKey"); + + Params::SplineComponent_GetDirectionAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDirectionAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetDirectionAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDirectionAtSplinePoint"); + + Params::SplineComponent_GetDirectionAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDirectionAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetDirectionAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDirectionAtTime"); + + Params::SplineComponent_GetDirectionAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDistanceAlongSplineAtSplineInputKey +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetDistanceAlongSplineAtSplineInputKey(float InKey) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDistanceAlongSplineAtSplineInputKey"); + + Params::SplineComponent_GetDistanceAlongSplineAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetDistanceAlongSplineAtSplinePoint +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetDistanceAlongSplineAtSplinePoint(int32 PointIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetDistanceAlongSplineAtSplinePoint"); + + Params::SplineComponent_GetDistanceAlongSplineAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetFloatPropertyAtSplineInputKey +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetFloatPropertyAtSplineInputKey(float InKey, class FName PropertyName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetFloatPropertyAtSplineInputKey"); + + Params::SplineComponent_GetFloatPropertyAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetFloatPropertyAtSplinePoint +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetFloatPropertyAtSplinePoint(int32 Index_0, class FName PropertyName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetFloatPropertyAtSplinePoint"); + + Params::SplineComponent_GetFloatPropertyAtSplinePoint Parms{}; + + Parms.Index_0 = Index_0; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetInputKeyAtDistanceAlongSpline +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetInputKeyAtDistanceAlongSpline(float Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetInputKeyAtDistanceAlongSpline"); + + Params::SplineComponent_GetInputKeyAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetLeaveTangentAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetLeaveTangentAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLeaveTangentAtSplinePoint"); + + Params::SplineComponent_GetLeaveTangentAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetLocalLocationAndTangentAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* LocalLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* LocalTangent (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::GetLocalLocationAndTangentAtSplinePoint(int32 PointIndex, struct FVector* LocalLocation, struct FVector* LocalTangent) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLocalLocationAndTangentAtSplinePoint"); + + Params::SplineComponent_GetLocalLocationAndTangentAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (LocalLocation != nullptr) + *LocalLocation = std::move(Parms.LocalLocation); + + if (LocalTangent != nullptr) + *LocalTangent = std::move(Parms.LocalTangent); +} + + +// Function Engine.SplineComponent.GetLocationAndTangentAtSplinePoint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Location (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Tangent (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineComponent::GetLocationAndTangentAtSplinePoint(int32 PointIndex, struct FVector* Location, struct FVector* Tangent, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLocationAndTangentAtSplinePoint"); + + Params::SplineComponent_GetLocationAndTangentAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Location != nullptr) + *Location = std::move(Parms.Location); + + if (Tangent != nullptr) + *Tangent = std::move(Parms.Tangent); +} + + +// Function Engine.SplineComponent.GetLocationAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetLocationAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLocationAtDistanceAlongSpline"); + + Params::SplineComponent_GetLocationAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetLocationAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetLocationAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLocationAtSplineInputKey"); + + Params::SplineComponent_GetLocationAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetLocationAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetLocationAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLocationAtSplinePoint"); + + Params::SplineComponent_GetLocationAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetLocationAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetLocationAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetLocationAtTime"); + + Params::SplineComponent_GetLocationAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetNumberOfSplinePoints +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USplineComponent::GetNumberOfSplinePoints() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetNumberOfSplinePoints"); + + Params::SplineComponent_GetNumberOfSplinePoints Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetNumberOfSplineSegments +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 USplineComponent::GetNumberOfSplineSegments() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetNumberOfSplineSegments"); + + Params::SplineComponent_GetNumberOfSplineSegments Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetQuaternionAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat USplineComponent::GetQuaternionAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetQuaternionAtSplineInputKey"); + + Params::SplineComponent_GetQuaternionAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRightVectorAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetRightVectorAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRightVectorAtDistanceAlongSpline"); + + Params::SplineComponent_GetRightVectorAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRightVectorAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetRightVectorAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRightVectorAtSplineInputKey"); + + Params::SplineComponent_GetRightVectorAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRightVectorAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetRightVectorAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRightVectorAtSplinePoint"); + + Params::SplineComponent_GetRightVectorAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRightVectorAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetRightVectorAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRightVectorAtTime"); + + Params::SplineComponent_GetRightVectorAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRollAtDistanceAlongSpline +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetRollAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRollAtDistanceAlongSpline"); + + Params::SplineComponent_GetRollAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRollAtSplineInputKey +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetRollAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRollAtSplineInputKey"); + + Params::SplineComponent_GetRollAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRollAtSplinePoint +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetRollAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRollAtSplinePoint"); + + Params::SplineComponent_GetRollAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRollAtTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetRollAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRollAtTime"); + + Params::SplineComponent_GetRollAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRotationAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::GetRotationAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRotationAtDistanceAlongSpline"); + + Params::SplineComponent_GetRotationAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRotationAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::GetRotationAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRotationAtSplineInputKey"); + + Params::SplineComponent_GetRotationAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRotationAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::GetRotationAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRotationAtSplinePoint"); + + Params::SplineComponent_GetRotationAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetRotationAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::GetRotationAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetRotationAtTime"); + + Params::SplineComponent_GetRotationAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetScaleAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetScaleAtDistanceAlongSpline(float Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetScaleAtDistanceAlongSpline"); + + Params::SplineComponent_GetScaleAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetScaleAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetScaleAtSplineInputKey(float InKey) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetScaleAtSplineInputKey"); + + Params::SplineComponent_GetScaleAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetScaleAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetScaleAtSplinePoint(int32 PointIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetScaleAtSplinePoint"); + + Params::SplineComponent_GetScaleAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetScaleAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetScaleAtTime(float Time, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetScaleAtTime"); + + Params::SplineComponent_GetScaleAtTime Parms{}; + + Parms.Time = Time; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetSplineLength +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineComponent::GetSplineLength() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetSplineLength"); + + Params::SplineComponent_GetSplineLength Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetSplinePointType +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplinePointType ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ESplinePointType USplineComponent::GetSplinePointType(int32 PointIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetSplinePointType"); + + Params::SplineComponent_GetSplinePointType Parms{}; + + Parms.PointIndex = PointIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTangentAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetTangentAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTangentAtDistanceAlongSpline"); + + Params::SplineComponent_GetTangentAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTangentAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetTangentAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTangentAtSplineInputKey"); + + Params::SplineComponent_GetTangentAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTangentAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetTangentAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTangentAtSplinePoint"); + + Params::SplineComponent_GetTangentAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTangentAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetTangentAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTangentAtTime"); + + Params::SplineComponent_GetTangentAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTransformAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USplineComponent::GetTransformAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTransformAtDistanceAlongSpline"); + + Params::SplineComponent_GetTransformAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseScale = bUseScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTransformAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USplineComponent::GetTransformAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTransformAtSplineInputKey"); + + Params::SplineComponent_GetTransformAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseScale = bUseScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTransformAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USplineComponent::GetTransformAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace, bool bUseScale) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTransformAtSplinePoint"); + + Params::SplineComponent_GetTransformAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseScale = bUseScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetTransformAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform USplineComponent::GetTransformAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity, bool bUseScale) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetTransformAtTime"); + + Params::SplineComponent_GetTransformAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + Parms.bUseScale = bUseScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetUpVectorAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetUpVectorAtDistanceAlongSpline(float Distance, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetUpVectorAtDistanceAlongSpline"); + + Params::SplineComponent_GetUpVectorAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetUpVectorAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetUpVectorAtSplineInputKey(float InKey, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetUpVectorAtSplineInputKey"); + + Params::SplineComponent_GetUpVectorAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetUpVectorAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetUpVectorAtSplinePoint(int32 PointIndex, ESplineCoordinateSpace CoordinateSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetUpVectorAtSplinePoint"); + + Params::SplineComponent_GetUpVectorAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + Parms.CoordinateSpace = CoordinateSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetUpVectorAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESplineCoordinateSpace CoordinateSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetUpVectorAtTime(float Time, ESplineCoordinateSpace CoordinateSpace, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetUpVectorAtTime"); + + Params::SplineComponent_GetUpVectorAtTime Parms{}; + + Parms.Time = Time; + Parms.CoordinateSpace = CoordinateSpace; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetVectorPropertyAtSplineInputKey +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InKey (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetVectorPropertyAtSplineInputKey(float InKey, class FName PropertyName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetVectorPropertyAtSplineInputKey"); + + Params::SplineComponent_GetVectorPropertyAtSplineInputKey Parms{}; + + Parms.InKey = InKey; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetVectorPropertyAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetVectorPropertyAtSplinePoint(int32 Index_0, class FName PropertyName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetVectorPropertyAtSplinePoint"); + + Params::SplineComponent_GetVectorPropertyAtSplinePoint Parms{}; + + Parms.Index_0 = Index_0; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldDirectionAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetWorldDirectionAtDistanceAlongSpline(float Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldDirectionAtDistanceAlongSpline"); + + Params::SplineComponent_GetWorldDirectionAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldDirectionAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetWorldDirectionAtTime(float Time, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldDirectionAtTime"); + + Params::SplineComponent_GetWorldDirectionAtTime Parms{}; + + Parms.Time = Time; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldLocationAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetWorldLocationAtDistanceAlongSpline(float Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldLocationAtDistanceAlongSpline"); + + Params::SplineComponent_GetWorldLocationAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldLocationAtSplinePoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 PointIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetWorldLocationAtSplinePoint(int32 PointIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldLocationAtSplinePoint"); + + Params::SplineComponent_GetWorldLocationAtSplinePoint Parms{}; + + Parms.PointIndex = PointIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldLocationAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetWorldLocationAtTime(float Time, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldLocationAtTime"); + + Params::SplineComponent_GetWorldLocationAtTime Parms{}; + + Parms.Time = Time; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldRotationAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::GetWorldRotationAtDistanceAlongSpline(float Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldRotationAtDistanceAlongSpline"); + + Params::SplineComponent_GetWorldRotationAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldRotationAtTime +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseConstantVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USplineComponent::GetWorldRotationAtTime(float Time, bool bUseConstantVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldRotationAtTime"); + + Params::SplineComponent_GetWorldRotationAtTime Parms{}; + + Parms.Time = Time; + Parms.bUseConstantVelocity = bUseConstantVelocity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.GetWorldTangentAtDistanceAlongSpline +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineComponent::GetWorldTangentAtDistanceAlongSpline(float Distance) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "GetWorldTangentAtDistanceAlongSpline"); + + Params::SplineComponent_GetWorldTangentAtDistanceAlongSpline Parms{}; + + Parms.Distance = Distance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineComponent.IsClosedLoop +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USplineComponent::IsClosedLoop() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineComponent", "IsClosedLoop"); + + Params::SplineComponent_IsClosedLoop Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.CastToPlayerController +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class APlayerController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerController* AController::CastToPlayerController() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "CastToPlayerController"); + + Params::Controller_CastToPlayerController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.ClientSetLocation +// (Net, NetReliable, Native, Event, Public, HasDefaults, NetClient, NetValidate) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void AController::ClientSetLocation(const struct FVector& NewLocation, const struct FRotator& NewRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ClientSetLocation"); + + Params::Controller_ClientSetLocation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.ClientSetRotation +// (Net, NetReliable, Native, Event, Public, HasDefaults, NetClient, NetValidate) +// Parameters: +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bResetCamera (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::ClientSetRotation(const struct FRotator& NewRotation, bool bResetCamera) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ClientSetRotation"); + + Params::Controller_ClientSetRotation Parms{}; + + Parms.NewRotation = std::move(NewRotation); + Parms.bResetCamera = bResetCamera; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.OnRep_Pawn +// (Native, Public) + +void AController::OnRep_Pawn() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "OnRep_Pawn"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.OnRep_PlayerState +// (Native, Public) + +void AController::OnRep_PlayerState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "OnRep_PlayerState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.Possess +// (Final, BlueprintAuthorityOnly, Native, Public, BlueprintCallable) +// Parameters: +// class APawn* InPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::Possess(class APawn* InPawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "Possess"); + + Params::Controller_Possess Parms{}; + + Parms.InPawn = InPawn; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.ReceiveInstigatedAnyDamage +// (BlueprintAuthorityOnly, Event, Protected, BlueprintEvent) +// Parameters: +// float Damage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UDamageType* DamageType (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamagedActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::ReceiveInstigatedAnyDamage(float Damage, const class UDamageType* DamageType, class AActor* DamagedActor, class AActor* DamageCauser) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ReceiveInstigatedAnyDamage"); + + Params::Controller_ReceiveInstigatedAnyDamage Parms{}; + + Parms.Damage = Damage; + Parms.DamageType = DamageType; + Parms.DamagedActor = DamagedActor; + Parms.DamageCauser = DamageCauser; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Controller.ReceivePossess +// (Event, Protected, BlueprintEvent) +// Parameters: +// class APawn* PossessedPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::ReceivePossess(class APawn* PossessedPawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ReceivePossess"); + + Params::Controller_ReceivePossess Parms{}; + + Parms.PossessedPawn = PossessedPawn; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Controller.ReceiveUnPossess +// (Event, Protected, BlueprintEvent) +// Parameters: +// class APawn* UnpossessedPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::ReceiveUnPossess(class APawn* UnpossessedPawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ReceiveUnPossess"); + + Params::Controller_ReceiveUnPossess Parms{}; + + Parms.UnpossessedPawn = UnpossessedPawn; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.Controller.ResetIgnoreInputFlags +// (Native, Public, BlueprintCallable) + +void AController::ResetIgnoreInputFlags() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ResetIgnoreInputFlags"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.ResetIgnoreLookInput +// (Native, Public, BlueprintCallable) + +void AController::ResetIgnoreLookInput() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ResetIgnoreLookInput"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.ResetIgnoreMoveInput +// (Native, Public, BlueprintCallable) + +void AController::ResetIgnoreMoveInput() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "ResetIgnoreMoveInput"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.SetControlRotation +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& NewRotation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void AController::SetControlRotation(const struct FRotator& NewRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "SetControlRotation"); + + Params::Controller_SetControlRotation Parms{}; + + Parms.NewRotation = std::move(NewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.SetIgnoreLookInput +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewLookInput (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::SetIgnoreLookInput(bool bNewLookInput) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "SetIgnoreLookInput"); + + Params::Controller_SetIgnoreLookInput Parms{}; + + Parms.bNewLookInput = bNewLookInput; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.SetIgnoreMoveInput +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewMoveInput (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AController::SetIgnoreMoveInput(bool bNewMoveInput) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "SetIgnoreMoveInput"); + + Params::Controller_SetIgnoreMoveInput Parms{}; + + Parms.bNewMoveInput = bNewMoveInput; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.SetInitialLocationAndRotation +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void AController::SetInitialLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "SetInitialLocationAndRotation"); + + Params::Controller_SetInitialLocationAndRotation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.StopMovement +// (Native, Public, BlueprintCallable) + +void AController::StopMovement() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "StopMovement"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.UnPossess +// (Final, Native, Public, BlueprintCallable) + +void AController::UnPossess() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "UnPossess"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Controller.GetControlRotation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator AController::GetControlRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "GetControlRotation"); + + Params::Controller_GetControlRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.GetDesiredRotation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator AController::GetDesiredRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "GetDesiredRotation"); + + Params::Controller_GetDesiredRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.GetViewTarget +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* AController::GetViewTarget() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "GetViewTarget"); + + Params::Controller_GetViewTarget Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.IsLocalController +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AController::IsLocalController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "IsLocalController"); + + Params::Controller_IsLocalController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.IsLocalPlayerController +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AController::IsLocalPlayerController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "IsLocalPlayerController"); + + Params::Controller_IsLocalPlayerController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.IsLookInputIgnored +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AController::IsLookInputIgnored() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "IsLookInputIgnored"); + + Params::Controller_IsLookInputIgnored Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.IsMoveInputIgnored +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AController::IsMoveInputIgnored() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "IsMoveInputIgnored"); + + Params::Controller_IsMoveInputIgnored Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.IsPlayerController +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AController::IsPlayerController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "IsPlayerController"); + + Params::Controller_IsPlayerController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.K2_GetPawn +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* AController::K2_GetPawn() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "K2_GetPawn"); + + Params::Controller_K2_GetPawn Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Controller.LineOfSightTo +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class AActor* Other (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ViewPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlternateChecks (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AController::LineOfSightTo(const class AActor* Other, const struct FVector& ViewPoint, bool bAlternateChecks) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Controller", "LineOfSightTo"); + + Params::Controller_LineOfSightTo Parms{}; + + Parms.Other = Other; + Parms.ViewPoint = std::move(ViewPoint); + Parms.bAlternateChecks = bAlternateChecks; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.ActivateTouchInterface +// (Native, Public, BlueprintCallable) +// Parameters: +// class UTouchInterface* NewTouchInterface (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ActivateTouchInterface(class UTouchInterface* NewTouchInterface) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ActivateTouchInterface"); + + Params::PlayerController_ActivateTouchInterface Parms{}; + + Parms.NewTouchInterface = NewTouchInterface; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.AddPitchInput +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::AddPitchInput(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "AddPitchInput"); + + Params::PlayerController_AddPitchInput Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.AddRollInput +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::AddRollInput(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "AddRollInput"); + + Params::PlayerController_AddRollInput Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.AddYawInput +// (Native, Public, BlueprintCallable) +// Parameters: +// float Val (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::AddYawInput(float Val) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "AddYawInput"); + + Params::PlayerController_AddYawInput Parms{}; + + Parms.Val = Val; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.Camera +// (Exec, Native, Public) +// Parameters: +// class FName NewMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::Camera(class FName NewMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "Camera"); + + Params::PlayerController_Camera Parms{}; + + Parms.NewMode = NewMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.CanRestartPlayer +// (Native, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::CanRestartPlayer() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "CanRestartPlayer"); + + Params::PlayerController_CanRestartPlayer Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.ClearAudioListenerAttenuationOverride +// (Final, Native, Public, BlueprintCallable) + +void APlayerController::ClearAudioListenerAttenuationOverride() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClearAudioListenerAttenuationOverride"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClearAudioListenerOverride +// (Final, Native, Public, BlueprintCallable) + +void APlayerController::ClearAudioListenerOverride() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClearAudioListenerOverride"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientAddTextureStreamingLoc +// (Final, Net, NetReliable, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// const struct FVector& InLoc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bOverrideLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientAddTextureStreamingLoc(const struct FVector& InLoc, float Duration, bool bOverrideLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientAddTextureStreamingLoc"); + + Params::PlayerController_ClientAddTextureStreamingLoc Parms{}; + + Parms.InLoc = std::move(InLoc); + Parms.Duration = Duration; + Parms.bOverrideLocation = bOverrideLocation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientCancelPendingMapChange +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientCancelPendingMapChange() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientCancelPendingMapChange"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientCapBandwidth +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// int32 Cap (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientCapBandwidth(int32 Cap) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientCapBandwidth"); + + Params::PlayerController_ClientCapBandwidth Parms{}; + + Parms.Cap = Cap; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientClearCameraLensEffects +// (Net, NetReliable, Native, Event, Public, NetClient, BlueprintCallable) + +void APlayerController::ClientClearCameraLensEffects() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientClearCameraLensEffects"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientCommitMapChange +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientCommitMapChange() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientCommitMapChange"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientEnableNetworkVoice +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientEnableNetworkVoice(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientEnableNetworkVoice"); + + Params::PlayerController_ClientEnableNetworkVoice Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientEndOnlineSession +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientEndOnlineSession() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientEndOnlineSession"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientFlushLevelStreaming +// (Final, Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientFlushLevelStreaming() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientFlushLevelStreaming"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientForceGarbageCollection +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientForceGarbageCollection() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientForceGarbageCollection"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientGameEnded +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class AActor* EndGameFocus (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIsWinner (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientGameEnded(class AActor* EndGameFocus, bool bIsWinner) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientGameEnded"); + + Params::PlayerController_ClientGameEnded Parms{}; + + Parms.EndGameFocus = EndGameFocus; + Parms.bIsWinner = bIsWinner; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientGotoState +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class FName NewState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientGotoState(class FName NewState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientGotoState"); + + Params::PlayerController_ClientGotoState Parms{}; + + Parms.NewState = NewState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientIgnoreLookInput +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// bool bIgnore (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientIgnoreLookInput(bool bIgnore) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientIgnoreLookInput"); + + Params::PlayerController_ClientIgnoreLookInput Parms{}; + + Parms.bIgnore = bIgnore; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientIgnoreMoveInput +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// bool bIgnore (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientIgnoreMoveInput(bool bIgnore) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientIgnoreMoveInput"); + + Params::PlayerController_ClientIgnoreMoveInput Parms{}; + + Parms.bIgnore = bIgnore; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientMessage +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const class FString& S (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Type (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MsgLifeTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientMessage(const class FString& S, class FName Type, float MsgLifeTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientMessage"); + + Params::PlayerController_ClientMessage Parms{}; + + Parms.S = std::move(S); + Parms.Type = Type; + Parms.MsgLifeTime = MsgLifeTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientMutePlayer +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const struct FUniqueNetIdRepl& PlayerId (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientMutePlayer(const struct FUniqueNetIdRepl& PlayerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientMutePlayer"); + + Params::PlayerController_ClientMutePlayer Parms{}; + + Parms.PlayerId = std::move(PlayerId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientPlayCameraAnim +// (Net, Native, Event, Public, HasDefaults, NetClient, BlueprintCallable) +// Parameters: +// class UCameraAnim* AnimToPlay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendInTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLoop (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRandomStartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECameraShakePlaySpace Space (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& CustomPlaySpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ClientPlayCameraAnim(class UCameraAnim* AnimToPlay, float Scale, float Rate, float BlendInTime, float BlendOutTime, bool bLoop, bool bRandomStartTime, ECameraShakePlaySpace Space, const struct FRotator& CustomPlaySpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientPlayCameraAnim"); + + Params::PlayerController_ClientPlayCameraAnim Parms{}; + + Parms.AnimToPlay = AnimToPlay; + Parms.Scale = Scale; + Parms.Rate = Rate; + Parms.BlendInTime = BlendInTime; + Parms.BlendOutTime = BlendOutTime; + Parms.bLoop = bLoop; + Parms.bRandomStartTime = bRandomStartTime; + Parms.Space = Space; + Parms.CustomPlaySpace = std::move(CustomPlaySpace); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientPlayForceFeedback_Internal +// (Final, Net, Native, Event, Private, NetClient) +// Parameters: +// class UForceFeedbackEffect* ForceFeedbackEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FForceFeedbackParameters& Params_0 (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ClientPlayForceFeedback_Internal(class UForceFeedbackEffect* ForceFeedbackEffect, const struct FForceFeedbackParameters& Params_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientPlayForceFeedback_Internal"); + + Params::PlayerController_ClientPlayForceFeedback_Internal Parms{}; + + Parms.ForceFeedbackEffect = ForceFeedbackEffect; + Parms.Params_0 = std::move(Params_0); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientPlaySound +// (Net, Native, Event, Public, NetClient) +// Parameters: +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientPlaySound(class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientPlaySound"); + + Params::PlayerController_ClientPlaySound Parms{}; + + Parms.Sound = Sound; + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientPlaySoundAtLocation +// (Net, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientPlaySoundAtLocation(class USoundBase* Sound, const struct FVector& Location, float VolumeMultiplier, float PitchMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientPlaySoundAtLocation"); + + Params::PlayerController_ClientPlaySoundAtLocation Parms{}; + + Parms.Sound = Sound; + Parms.Location = std::move(Location); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientPrepareMapChange +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class FName LevelName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFirst (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLast (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientPrepareMapChange(class FName LevelName, bool bFirst, bool bLast) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientPrepareMapChange"); + + Params::PlayerController_ClientPrepareMapChange Parms{}; + + Parms.LevelName = LevelName; + Parms.bFirst = bFirst; + Parms.bLast = bLast; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientPrestreamTextures +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class AActor* ForcedActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ForceDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableStreaming (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CinematicTextureGroups (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientPrestreamTextures(class AActor* ForcedActor, float ForceDuration, bool bEnableStreaming, int32 CinematicTextureGroups) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientPrestreamTextures"); + + Params::PlayerController_ClientPrestreamTextures Parms{}; + + Parms.ForcedActor = ForcedActor; + Parms.ForceDuration = ForceDuration; + Parms.bEnableStreaming = bEnableStreaming; + Parms.CinematicTextureGroups = CinematicTextureGroups; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientReceiveLocalizedMessage +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// TSubclassOf Message (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Switch (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerState* RelatedPlayerState_1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerState* RelatedPlayerState_2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* OptionalObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientReceiveLocalizedMessage(TSubclassOf Message, int32 Switch, class APlayerState* RelatedPlayerState_1, class APlayerState* RelatedPlayerState_2, class UObject* OptionalObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientReceiveLocalizedMessage"); + + Params::PlayerController_ClientReceiveLocalizedMessage Parms{}; + + Parms.Message = Message; + Parms.Switch = Switch; + Parms.RelatedPlayerState_1 = RelatedPlayerState_1; + Parms.RelatedPlayerState_2 = RelatedPlayerState_2; + Parms.OptionalObject = OptionalObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientRepObjRef +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientRepObjRef(class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientRepObjRef"); + + Params::PlayerController_ClientRepObjRef Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientReset +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientReset() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientReset"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientRestart +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class APawn* NewPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientRestart(class APawn* NewPawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientRestart"); + + Params::PlayerController_ClientRestart Parms{}; + + Parms.NewPawn = NewPawn; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientRetryClientRestart +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class APawn* NewPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientRetryClientRestart(class APawn* NewPawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientRetryClientRestart"); + + Params::PlayerController_ClientRetryClientRestart Parms{}; + + Parms.NewPawn = NewPawn; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientReturnToMainMenu +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const class FString& ReturnReason (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientReturnToMainMenu(const class FString& ReturnReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientReturnToMainMenu"); + + Params::PlayerController_ClientReturnToMainMenu Parms{}; + + Parms.ReturnReason = std::move(ReturnReason); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientReturnToMainMenuWithTextReason +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const class FText& ReturnReason (ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) + +void APlayerController::ClientReturnToMainMenuWithTextReason(const class FText& ReturnReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientReturnToMainMenuWithTextReason"); + + Params::PlayerController_ClientReturnToMainMenuWithTextReason Parms{}; + + Parms.ReturnReason = std::move(ReturnReason); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetBlockOnAsyncLoading +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientSetBlockOnAsyncLoading() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetBlockOnAsyncLoading"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetCameraFade +// (Net, NetReliable, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// bool bEnableFading (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FColor& FadeColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& FadeAlpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFadeAudio (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHoldWhenFinished (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetCameraFade(bool bEnableFading, const struct FColor& FadeColor, const struct FVector2D& FadeAlpha, float FadeTime, bool bFadeAudio, bool bHoldWhenFinished) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetCameraFade"); + + Params::PlayerController_ClientSetCameraFade Parms{}; + + Parms.bEnableFading = bEnableFading; + Parms.FadeColor = std::move(FadeColor); + Parms.FadeAlpha = std::move(FadeAlpha); + Parms.FadeTime = FadeTime; + Parms.bFadeAudio = bFadeAudio; + Parms.bHoldWhenFinished = bHoldWhenFinished; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetCameraMode +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class FName NewCamMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetCameraMode(class FName NewCamMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetCameraMode"); + + Params::PlayerController_ClientSetCameraMode Parms{}; + + Parms.NewCamMode = NewCamMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetCinematicMode +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// bool bInCinematicMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsMovement (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsTurning (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsHUD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetCinematicMode(bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning, bool bAffectsHUD) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetCinematicMode"); + + Params::PlayerController_ClientSetCinematicMode Parms{}; + + Parms.bInCinematicMode = bInCinematicMode; + Parms.bAffectsMovement = bAffectsMovement; + Parms.bAffectsTurning = bAffectsTurning; + Parms.bAffectsHUD = bAffectsHUD; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetForceMipLevelsToBeResident +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ForceDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CinematicTextureGroups (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetForceMipLevelsToBeResident(class UMaterialInterface* Material, float ForceDuration, int32 CinematicTextureGroups) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetForceMipLevelsToBeResident"); + + Params::PlayerController_ClientSetForceMipLevelsToBeResident Parms{}; + + Parms.Material = Material; + Parms.ForceDuration = ForceDuration; + Parms.CinematicTextureGroups = CinematicTextureGroups; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetHUD +// (Net, NetReliable, Native, Event, Public, NetClient, BlueprintCallable) +// Parameters: +// TSubclassOf NewHUDClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetHUD(TSubclassOf NewHUDClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetHUD"); + + Params::PlayerController_ClientSetHUD Parms{}; + + Parms.NewHUDClass = NewHUDClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetSpectatorWaiting +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// bool bWaiting (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetSpectatorWaiting(bool bWaiting) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetSpectatorWaiting"); + + Params::PlayerController_ClientSetSpectatorWaiting Parms{}; + + Parms.bWaiting = bWaiting; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSetViewTarget +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class AActor* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FViewTargetTransitionParams&TransitionParams (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ClientSetViewTarget(class AActor* A, const struct FViewTargetTransitionParams& TransitionParams) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSetViewTarget"); + + Params::PlayerController_ClientSetViewTarget Parms{}; + + Parms.A = A; + Parms.TransitionParams = std::move(TransitionParams); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientSpawnCameraLensEffect +// (Net, Native, Event, Public, NetClient, BlueprintCallable) +// Parameters: +// TSubclassOfLensEffectEmitterClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientSpawnCameraLensEffect(TSubclassOf LensEffectEmitterClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientSpawnCameraLensEffect"); + + Params::PlayerController_ClientSpawnCameraLensEffect Parms{}; + + Parms.LensEffectEmitterClass = LensEffectEmitterClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStartCameraShake +// (Net, Native, Event, Public, HasDefaults, NetClient, BlueprintCallable) +// Parameters: +// TSubclassOf Shake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECameraShakePlaySpace PlaySpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& UserPlaySpaceRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ClientStartCameraShake(TSubclassOf Shake, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStartCameraShake"); + + Params::PlayerController_ClientStartCameraShake Parms{}; + + Parms.Shake = Shake; + Parms.Scale = Scale; + Parms.PlaySpace = PlaySpace; + Parms.UserPlaySpaceRot = std::move(UserPlaySpaceRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStartCameraShakeFromSource +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf Shake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCameraShakeSourceComponent* SourceComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientStartCameraShakeFromSource(TSubclassOf Shake, class UCameraShakeSourceComponent* SourceComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStartCameraShakeFromSource"); + + Params::PlayerController_ClientStartCameraShakeFromSource Parms{}; + + Parms.Shake = Shake; + Parms.SourceComponent = SourceComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStartOnlineSession +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientStartOnlineSession() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStartOnlineSession"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStopCameraAnim +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class UCameraAnim* AnimToStop (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientStopCameraAnim(class UCameraAnim* AnimToStop) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStopCameraAnim"); + + Params::PlayerController_ClientStopCameraAnim Parms{}; + + Parms.AnimToStop = AnimToStop; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStopCameraShake +// (Net, NetReliable, Native, Event, Public, NetClient, BlueprintCallable) +// Parameters: +// TSubclassOf Shake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientStopCameraShake(TSubclassOf Shake, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStopCameraShake"); + + Params::PlayerController_ClientStopCameraShake Parms{}; + + Parms.Shake = Shake; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStopCameraShakesFromSource +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UCameraShakeSourceComponent* SourceComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientStopCameraShakesFromSource(class UCameraShakeSourceComponent* SourceComponent, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStopCameraShakesFromSource"); + + Params::PlayerController_ClientStopCameraShakesFromSource Parms{}; + + Parms.SourceComponent = SourceComponent; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientStopForceFeedback +// (Net, NetReliable, Native, Event, Public, NetClient, BlueprintCallable) +// Parameters: +// class UForceFeedbackEffect* ForceFeedbackEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientStopForceFeedback(class UForceFeedbackEffect* ForceFeedbackEffect, class FName Tag) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientStopForceFeedback"); + + Params::PlayerController_ClientStopForceFeedback Parms{}; + + Parms.ForceFeedbackEffect = ForceFeedbackEffect; + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientTeamMessage +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class APlayerState* SenderPlayerState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& S (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Type (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MsgLifeTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientTeamMessage(class APlayerState* SenderPlayerState, const class FString& S, class FName Type, float MsgLifeTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientTeamMessage"); + + Params::PlayerController_ClientTeamMessage Parms{}; + + Parms.SenderPlayerState = SenderPlayerState; + Parms.S = std::move(S); + Parms.Type = Type; + Parms.MsgLifeTime = MsgLifeTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientTravel +// (Final, Native, Public, HasDefaults) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETravelType TravelType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSeamless (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FGuid& MapPackageGuid (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientTravel(const class FString& URL, ETravelType TravelType, bool bSeamless, const struct FGuid& MapPackageGuid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientTravel"); + + Params::PlayerController_ClientTravel Parms{}; + + Parms.URL = std::move(URL); + Parms.TravelType = TravelType; + Parms.bSeamless = bSeamless; + Parms.MapPackageGuid = std::move(MapPackageGuid); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientTravelInternal +// (Net, NetReliable, Native, Event, Public, HasDefaults, NetClient) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETravelType TravelType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSeamless (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FGuid& MapPackageGuid (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientTravelInternal(const class FString& URL, ETravelType TravelType, bool bSeamless, const struct FGuid& MapPackageGuid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientTravelInternal"); + + Params::PlayerController_ClientTravelInternal Parms{}; + + Parms.URL = std::move(URL); + Parms.TravelType = TravelType; + Parms.bSeamless = bSeamless; + Parms.MapPackageGuid = std::move(MapPackageGuid); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientUnmutePlayer +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const struct FUniqueNetIdRepl& PlayerId (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientUnmutePlayer(const struct FUniqueNetIdRepl& PlayerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientUnmutePlayer"); + + Params::PlayerController_ClientUnmutePlayer Parms{}; + + Parms.PlayerId = std::move(PlayerId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientUpdateLevelStreamingStatus +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// class FName PackageName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewShouldBeLoaded (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewShouldBeVisible (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bNewShouldBlockOnLoad (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ClientUpdateLevelStreamingStatus(class FName PackageName, bool bNewShouldBeLoaded, bool bNewShouldBeVisible, bool bNewShouldBlockOnLoad, int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientUpdateLevelStreamingStatus"); + + Params::PlayerController_ClientUpdateLevelStreamingStatus Parms{}; + + Parms.PackageName = PackageName; + Parms.bNewShouldBeLoaded = bNewShouldBeLoaded; + Parms.bNewShouldBeVisible = bNewShouldBeVisible; + Parms.bNewShouldBlockOnLoad = bNewShouldBlockOnLoad; + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientUpdateMultipleLevelsStreamingStatus +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const TArray&LevelStatuses (ConstParm, Parm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void APlayerController::ClientUpdateMultipleLevelsStreamingStatus(const TArray& LevelStatuses) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientUpdateMultipleLevelsStreamingStatus"); + + Params::PlayerController_ClientUpdateMultipleLevelsStreamingStatus Parms{}; + + Parms.LevelStatuses = std::move(LevelStatuses); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientVoiceHandshakeComplete +// (Net, NetReliable, Native, Event, Public, NetClient) + +void APlayerController::ClientVoiceHandshakeComplete() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientVoiceHandshakeComplete"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ClientWasKicked +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// const class FText& KickReason (ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) + +void APlayerController::ClientWasKicked(const class FText& KickReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ClientWasKicked"); + + Params::PlayerController_ClientWasKicked Parms{}; + + Parms.KickReason = std::move(KickReason); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ConsoleKey +// (Exec, Native, Public) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ConsoleKey(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ConsoleKey"); + + Params::PlayerController_ConsoleKey Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.EnableCheats +// (Exec, Native, Public) + +void APlayerController::EnableCheats() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "EnableCheats"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.FOV +// (Exec, Native, Public) +// Parameters: +// float NewFOV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::FOV(float NewFOV) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "FOV"); + + Params::PlayerController_FOV Parms{}; + + Parms.NewFOV = NewFOV; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.K2_ClientPlayForceFeedback +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UForceFeedbackEffect* ForceFeedbackEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIgnoreTimeDilation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPlayWhilePaused (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::K2_ClientPlayForceFeedback(class UForceFeedbackEffect* ForceFeedbackEffect, class FName Tag, bool bLooping, bool bIgnoreTimeDilation, bool bPlayWhilePaused) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "K2_ClientPlayForceFeedback"); + + Params::PlayerController_K2_ClientPlayForceFeedback Parms{}; + + Parms.ForceFeedbackEffect = ForceFeedbackEffect; + Parms.Tag = Tag; + Parms.bLooping = bLooping; + Parms.bIgnoreTimeDilation = bIgnoreTimeDilation; + Parms.bPlayWhilePaused = bPlayWhilePaused; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.LocalTravel +// (Exec, Native, Public) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::LocalTravel(const class FString& URL) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "LocalTravel"); + + Params::PlayerController_LocalTravel Parms{}; + + Parms.URL = std::move(URL); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.OnServerStartedVisualLogger +// (Net, NetReliable, Native, Event, Public, NetClient) +// Parameters: +// bool bIsLogging (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::OnServerStartedVisualLogger(bool bIsLogging) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "OnServerStartedVisualLogger"); + + Params::PlayerController_OnServerStartedVisualLogger Parms{}; + + Parms.bIsLogging = bIsLogging; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.Pause +// (Exec, Native, Public) + +void APlayerController::Pause() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "Pause"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.PlayDynamicForceFeedback +// (Final, Native, Private, BlueprintCallable) +// Parameters: +// float Intensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsLeftLarge (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsLeftSmall (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsRightLarge (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsRightSmall (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EDynamicForceFeedbackAction Action (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::PlayDynamicForceFeedback(float Intensity, float Duration, bool bAffectsLeftLarge, bool bAffectsLeftSmall, bool bAffectsRightLarge, bool bAffectsRightSmall, EDynamicForceFeedbackAction Action, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "PlayDynamicForceFeedback"); + + Params::PlayerController_PlayDynamicForceFeedback Parms{}; + + Parms.Intensity = Intensity; + Parms.Duration = Duration; + Parms.bAffectsLeftLarge = bAffectsLeftLarge; + Parms.bAffectsLeftSmall = bAffectsLeftSmall; + Parms.bAffectsRightLarge = bAffectsRightLarge; + Parms.bAffectsRightSmall = bAffectsRightSmall; + Parms.Action = Action; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.PlayHapticEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UHapticFeedbackEffect_Base* HapticEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EControllerHand Hand (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLoop (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::PlayHapticEffect(class UHapticFeedbackEffect_Base* HapticEffect, EControllerHand Hand, float Scale, bool bLoop) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "PlayHapticEffect"); + + Params::PlayerController_PlayHapticEffect Parms{}; + + Parms.HapticEffect = HapticEffect; + Parms.Hand = Hand; + Parms.Scale = Scale; + Parms.bLoop = bLoop; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ResetControllerLightColor +// (Final, Native, Public, BlueprintCallable) + +void APlayerController::ResetControllerLightColor() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ResetControllerLightColor"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.RestartLevel +// (Exec, Native, Public) + +void APlayerController::RestartLevel() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "RestartLevel"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SendToConsole +// (Exec, Native, Public) +// Parameters: +// const class FString& Command (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SendToConsole(const class FString& Command) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SendToConsole"); + + Params::PlayerController_SendToConsole Parms{}; + + Parms.Command = std::move(Command); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerAcknowledgePossession +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// class APawn* P (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerAcknowledgePossession(class APawn* P) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerAcknowledgePossession"); + + Params::PlayerController_ServerAcknowledgePossession Parms{}; + + Parms.P = P; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerCamera +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// class FName NewMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerCamera(class FName NewMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerCamera"); + + Params::PlayerController_ServerCamera Parms{}; + + Parms.NewMode = NewMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerChangeName +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const class FString& S (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerChangeName(const class FString& S) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerChangeName"); + + Params::PlayerController_ServerChangeName Parms{}; + + Parms.S = std::move(S); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerCheckClientPossession +// (Net, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerCheckClientPossession() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerCheckClientPossession"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerCheckClientPossessionReliable +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerCheckClientPossessionReliable() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerCheckClientPossessionReliable"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerExec +// (Final, Exec, Native, Public) +// Parameters: +// const class FString& Msg (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerExec(const class FString& Msg) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerExec"); + + Params::PlayerController_ServerExec Parms{}; + + Parms.Msg = std::move(Msg); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerExecRPC +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const class FString& Msg (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerExecRPC(const class FString& Msg) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerExecRPC"); + + Params::PlayerController_ServerExecRPC Parms{}; + + Parms.Msg = std::move(Msg); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerMutePlayer +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const struct FUniqueNetIdRepl& PlayerId (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerMutePlayer(const struct FUniqueNetIdRepl& PlayerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerMutePlayer"); + + Params::PlayerController_ServerMutePlayer Parms{}; + + Parms.PlayerId = std::move(PlayerId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerNotifyLoadedWorld +// (Final, Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// class FName WorldPackageName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerNotifyLoadedWorld(class FName WorldPackageName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerNotifyLoadedWorld"); + + Params::PlayerController_ServerNotifyLoadedWorld Parms{}; + + Parms.WorldPackageName = WorldPackageName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerPause +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerPause() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerPause"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerRestartPlayer +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerRestartPlayer() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerRestartPlayer"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerSetSpectatorLocation +// (Net, Native, Event, Public, NetServer, HasDefaults, NetValidate) +// Parameters: +// const struct FVector& NewLoc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ServerSetSpectatorLocation(const struct FVector& NewLoc, const struct FRotator& NewRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerSetSpectatorLocation"); + + Params::PlayerController_ServerSetSpectatorLocation Parms{}; + + Parms.NewLoc = std::move(NewLoc); + Parms.NewRot = std::move(NewRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerSetSpectatorWaiting +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// bool bWaiting (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerSetSpectatorWaiting(bool bWaiting) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerSetSpectatorWaiting"); + + Params::PlayerController_ServerSetSpectatorWaiting Parms{}; + + Parms.bWaiting = bWaiting; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerShortTimeout +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerShortTimeout() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerShortTimeout"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerToggleAILogging +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerToggleAILogging() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerToggleAILogging"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerUnmutePlayer +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const struct FUniqueNetIdRepl& PlayerId (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerUnmutePlayer(const struct FUniqueNetIdRepl& PlayerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerUnmutePlayer"); + + Params::PlayerController_ServerUnmutePlayer Parms{}; + + Parms.PlayerId = std::move(PlayerId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerUpdateCamera +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const struct FVector_NetQuantize& CamLoc (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CamPitchAndYaw (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ServerUpdateCamera(const struct FVector_NetQuantize& CamLoc, int32 CamPitchAndYaw) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerUpdateCamera"); + + Params::PlayerController_ServerUpdateCamera Parms{}; + + Parms.CamLoc = std::move(CamLoc); + Parms.CamPitchAndYaw = CamPitchAndYaw; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerUpdateLevelVisibility +// (Final, Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const struct FUpdateLevelVisibilityLevelInfo&LevelVisibility (ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ServerUpdateLevelVisibility(const struct FUpdateLevelVisibilityLevelInfo& LevelVisibility) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerUpdateLevelVisibility"); + + Params::PlayerController_ServerUpdateLevelVisibility Parms{}; + + Parms.LevelVisibility = std::move(LevelVisibility); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerUpdateMultipleLevelsVisibility +// (Final, Net, NetReliable, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const TArray&LevelVisibilities (ConstParm, Parm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void APlayerController::ServerUpdateMultipleLevelsVisibility(const TArray& LevelVisibilities) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerUpdateMultipleLevelsVisibility"); + + Params::PlayerController_ServerUpdateMultipleLevelsVisibility Parms{}; + + Parms.LevelVisibilities = std::move(LevelVisibilities); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerVerifyViewTarget +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerVerifyViewTarget() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerVerifyViewTarget"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerViewNextPlayer +// (Net, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerViewNextPlayer() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerViewNextPlayer"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerViewPrevPlayer +// (Net, Native, Event, Public, NetServer, NetValidate) + +void APlayerController::ServerViewPrevPlayer() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerViewPrevPlayer"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ServerViewSelf +// (Net, Native, Event, Public, NetServer, NetValidate) +// Parameters: +// const struct FViewTargetTransitionParams&TransitionParams (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::ServerViewSelf(const struct FViewTargetTransitionParams& TransitionParams) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ServerViewSelf"); + + Params::PlayerController_ServerViewSelf Parms{}; + + Parms.TransitionParams = std::move(TransitionParams); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetAudioListenerAttenuationOverride +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& AttenuationLocationOVerride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetAudioListenerAttenuationOverride(class USceneComponent* AttachToComponent, const struct FVector& AttenuationLocationOVerride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetAudioListenerAttenuationOverride"); + + Params::PlayerController_SetAudioListenerAttenuationOverride Parms{}; + + Parms.AttachToComponent = AttachToComponent; + Parms.AttenuationLocationOVerride = std::move(AttenuationLocationOVerride); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetAudioListenerOverride +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void APlayerController::SetAudioListenerOverride(class USceneComponent* AttachToComponent, const struct FVector& Location, const struct FRotator& Rotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetAudioListenerOverride"); + + Params::PlayerController_SetAudioListenerOverride Parms{}; + + Parms.AttachToComponent = AttachToComponent; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetCinematicMode +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bInCinematicMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHidePlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsHUD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsMovement (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsTurning (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetCinematicMode(bool bInCinematicMode, bool bHidePlayer, bool bAffectsHUD, bool bAffectsMovement, bool bAffectsTurning) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetCinematicMode"); + + Params::PlayerController_SetCinematicMode Parms{}; + + Parms.bInCinematicMode = bInCinematicMode; + Parms.bHidePlayer = bHidePlayer; + Parms.bAffectsHUD = bAffectsHUD; + Parms.bAffectsMovement = bAffectsMovement; + Parms.bAffectsTurning = bAffectsTurning; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetControllerLightColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FColor& Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetControllerLightColor(const struct FColor& Color) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetControllerLightColor"); + + Params::PlayerController_SetControllerLightColor Parms{}; + + Parms.Color = std::move(Color); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetDisableHaptics +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewDisabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetDisableHaptics(bool bNewDisabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetDisableHaptics"); + + Params::PlayerController_SetDisableHaptics Parms{}; + + Parms.bNewDisabled = bNewDisabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetHapticsByValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const float Frequency (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const float Amplitude (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EControllerHand Hand (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetHapticsByValue(const float Frequency, const float Amplitude, EControllerHand Hand) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetHapticsByValue"); + + Params::PlayerController_SetHapticsByValue Parms{}; + + Parms.Frequency = Frequency; + Parms.Amplitude = Amplitude; + Parms.Hand = Hand; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetMouseCursorWidget +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EMouseCursor cursor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UUserWidget* CursorWidget (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetMouseCursorWidget(EMouseCursor cursor, class UUserWidget* CursorWidget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetMouseCursorWidget"); + + Params::PlayerController_SetMouseCursorWidget Parms{}; + + Parms.cursor = cursor; + Parms.CursorWidget = CursorWidget; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetMouseLocation +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const int32 X (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 Y (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetMouseLocation(const int32 X, const int32 Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetMouseLocation"); + + Params::PlayerController_SetMouseLocation Parms{}; + + Parms.X = X; + Parms.Y = Y; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetName +// (Exec, Native, Public) +// Parameters: +// const class FString& S (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetName(const class FString& S) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetName"); + + Params::PlayerController_SetName Parms{}; + + Parms.S = std::move(S); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetViewTargetWithBlend +// (Native, Public, BlueprintCallable) +// Parameters: +// class AActor* NewViewTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EViewTargetBlendFunction BlendFunc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendExp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLockOutgoing (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetViewTargetWithBlend(class AActor* NewViewTarget, float BlendTime, EViewTargetBlendFunction BlendFunc, float BlendExp, bool bLockOutgoing) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetViewTargetWithBlend"); + + Params::PlayerController_SetViewTargetWithBlend Parms{}; + + Parms.NewViewTarget = NewViewTarget; + Parms.BlendTime = BlendTime; + Parms.BlendFunc = BlendFunc; + Parms.BlendExp = BlendExp; + Parms.bLockOutgoing = bLockOutgoing; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SetVirtualJoystickVisibility +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bVisible (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SetVirtualJoystickVisibility(bool bVisible) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SetVirtualJoystickVisibility"); + + Params::PlayerController_SetVirtualJoystickVisibility Parms{}; + + Parms.bVisible = bVisible; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.StartFire +// (Exec, Native, Public) +// Parameters: +// uint8 FireModeNum (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::StartFire(uint8 FireModeNum) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "StartFire"); + + Params::PlayerController_StartFire Parms{}; + + Parms.FireModeNum = FireModeNum; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.StopHapticEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EControllerHand Hand (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::StopHapticEffect(EControllerHand Hand) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "StopHapticEffect"); + + Params::PlayerController_StopHapticEffect Parms{}; + + Parms.Hand = Hand; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.SwitchLevel +// (Exec, Native, Public) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::SwitchLevel(const class FString& URL) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "SwitchLevel"); + + Params::PlayerController_SwitchLevel Parms{}; + + Parms.URL = std::move(URL); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.TestServerLevelVisibilityChange +// (Final, Exec, Native, Private) +// Parameters: +// const class FName PackageName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName Filename (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::TestServerLevelVisibilityChange(const class FName PackageName, const class FName Filename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "TestServerLevelVisibilityChange"); + + Params::PlayerController_TestServerLevelVisibilityChange Parms{}; + + Parms.PackageName = PackageName; + Parms.Filename = Filename; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.ToggleSpeaking +// (Exec, Native, Public) +// Parameters: +// bool bInSpeaking (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::ToggleSpeaking(bool bInSpeaking) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ToggleSpeaking"); + + Params::PlayerController_ToggleSpeaking Parms{}; + + Parms.bInSpeaking = bInSpeaking; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerController.DeprojectMousePositionToWorld +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector* WorldLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldDirection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::DeprojectMousePositionToWorld(struct FVector* WorldLocation, struct FVector* WorldDirection) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "DeprojectMousePositionToWorld"); + + Params::PlayerController_DeprojectMousePositionToWorld Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (WorldLocation != nullptr) + *WorldLocation = std::move(Parms.WorldLocation); + + if (WorldDirection != nullptr) + *WorldDirection = std::move(Parms.WorldDirection); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.DeprojectScreenPositionToWorld +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ScreenX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ScreenY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldDirection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::DeprojectScreenPositionToWorld(float ScreenX, float ScreenY, struct FVector* WorldLocation, struct FVector* WorldDirection) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "DeprojectScreenPositionToWorld"); + + Params::PlayerController_DeprojectScreenPositionToWorld Parms{}; + + Parms.ScreenX = ScreenX; + Parms.ScreenY = ScreenY; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (WorldLocation != nullptr) + *WorldLocation = std::move(Parms.WorldLocation); + + if (WorldDirection != nullptr) + *WorldDirection = std::move(Parms.WorldDirection); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetFocalLocation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APlayerController::GetFocalLocation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetFocalLocation"); + + Params::PlayerController_GetFocalLocation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHitResultUnderCursor +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ECollisionChannel TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* HitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetHitResultUnderCursor(ECollisionChannel TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHitResultUnderCursor"); + + Params::PlayerController_GetHitResultUnderCursor Parms{}; + + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitResult != nullptr) + *HitResult = std::move(Parms.HitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHitResultUnderCursorByChannel +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* HitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetHitResultUnderCursorByChannel(ETraceTypeQuery TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHitResultUnderCursorByChannel"); + + Params::PlayerController_GetHitResultUnderCursorByChannel Parms{}; + + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitResult != nullptr) + *HitResult = std::move(Parms.HitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHitResultUnderCursorForObjects +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* HitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetHitResultUnderCursorForObjects(const TArray& ObjectTypes, bool bTraceComplex, struct FHitResult* HitResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHitResultUnderCursorForObjects"); + + Params::PlayerController_GetHitResultUnderCursorForObjects Parms{}; + + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitResult != nullptr) + *HitResult = std::move(Parms.HitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHitResultUnderFinger +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ETouchIndex FingerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECollisionChannel TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* HitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetHitResultUnderFinger(ETouchIndex FingerIndex, ECollisionChannel TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHitResultUnderFinger"); + + Params::PlayerController_GetHitResultUnderFinger Parms{}; + + Parms.FingerIndex = FingerIndex; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitResult != nullptr) + *HitResult = std::move(Parms.HitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHitResultUnderFingerByChannel +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ETouchIndex FingerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* HitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetHitResultUnderFingerByChannel(ETouchIndex FingerIndex, ETraceTypeQuery TraceChannel, bool bTraceComplex, struct FHitResult* HitResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHitResultUnderFingerByChannel"); + + Params::PlayerController_GetHitResultUnderFingerByChannel Parms{}; + + Parms.FingerIndex = FingerIndex; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitResult != nullptr) + *HitResult = std::move(Parms.HitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHitResultUnderFingerForObjects +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ETouchIndex FingerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* HitResult (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetHitResultUnderFingerForObjects(ETouchIndex FingerIndex, const TArray& ObjectTypes, bool bTraceComplex, struct FHitResult* HitResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHitResultUnderFingerForObjects"); + + Params::PlayerController_GetHitResultUnderFingerForObjects Parms{}; + + Parms.FingerIndex = FingerIndex; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HitResult != nullptr) + *HitResult = std::move(Parms.HitResult); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetHUD +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AHUD* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AHUD* APlayerController::GetHUD() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetHUD"); + + Params::PlayerController_GetHUD Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetInputAnalogKeyState +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float APlayerController::GetInputAnalogKeyState(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputAnalogKeyState"); + + Params::PlayerController_GetInputAnalogKeyState Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetInputAnalogStickState +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EControllerAnalogStick WhichStick (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* StickX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* StickY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::GetInputAnalogStickState(EControllerAnalogStick WhichStick, float* StickX, float* StickY) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputAnalogStickState"); + + Params::PlayerController_GetInputAnalogStickState Parms{}; + + Parms.WhichStick = WhichStick; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (StickX != nullptr) + *StickX = Parms.StickX; + + if (StickY != nullptr) + *StickY = Parms.StickY; +} + + +// Function Engine.PlayerController.GetInputKeyTimeDown +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float APlayerController::GetInputKeyTimeDown(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputKeyTimeDown"); + + Params::PlayerController_GetInputKeyTimeDown Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetInputMotionState +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector* Tilt (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* RotationRate (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Gravity (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Acceleration (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::GetInputMotionState(struct FVector* Tilt, struct FVector* RotationRate, struct FVector* Gravity, struct FVector* Acceleration) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputMotionState"); + + Params::PlayerController_GetInputMotionState Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Tilt != nullptr) + *Tilt = std::move(Parms.Tilt); + + if (RotationRate != nullptr) + *RotationRate = std::move(Parms.RotationRate); + + if (Gravity != nullptr) + *Gravity = std::move(Parms.Gravity); + + if (Acceleration != nullptr) + *Acceleration = std::move(Parms.Acceleration); +} + + +// Function Engine.PlayerController.GetInputMouseDelta +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* DeltaX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* DeltaY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::GetInputMouseDelta(float* DeltaX, float* DeltaY) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputMouseDelta"); + + Params::PlayerController_GetInputMouseDelta Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (DeltaX != nullptr) + *DeltaX = Parms.DeltaX; + + if (DeltaY != nullptr) + *DeltaY = Parms.DeltaY; +} + + +// Function Engine.PlayerController.GetInputTouchState +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ETouchIndex FingerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* LocationX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* LocationY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* bIsCurrentlyPressed (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::GetInputTouchState(ETouchIndex FingerIndex, float* LocationX, float* LocationY, bool* bIsCurrentlyPressed) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputTouchState"); + + Params::PlayerController_GetInputTouchState Parms{}; + + Parms.FingerIndex = FingerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (LocationX != nullptr) + *LocationX = Parms.LocationX; + + if (LocationY != nullptr) + *LocationY = Parms.LocationY; + + if (bIsCurrentlyPressed != nullptr) + *bIsCurrentlyPressed = Parms.bIsCurrentlyPressed; +} + + +// Function Engine.PlayerController.GetInputVectorKeyState +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APlayerController::GetInputVectorKeyState(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetInputVectorKeyState"); + + Params::PlayerController_GetInputVectorKeyState Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetMousePosition +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* LocationX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* LocationY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::GetMousePosition(float* LocationX, float* LocationY) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetMousePosition"); + + Params::PlayerController_GetMousePosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (LocationX != nullptr) + *LocationX = Parms.LocationX; + + if (LocationY != nullptr) + *LocationY = Parms.LocationY; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetSpectatorPawn +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class ASpectatorPawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ASpectatorPawn* APlayerController::GetSpectatorPawn() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetSpectatorPawn"); + + Params::PlayerController_GetSpectatorPawn Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.GetViewportSize +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32* SizeX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* SizeY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerController::GetViewportSize(int32* SizeX, int32* SizeY) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "GetViewportSize"); + + Params::PlayerController_GetViewportSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SizeX != nullptr) + *SizeX = Parms.SizeX; + + if (SizeY != nullptr) + *SizeY = Parms.SizeY; +} + + +// Function Engine.PlayerController.IsInputKeyDown +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::IsInputKeyDown(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "IsInputKeyDown"); + + Params::PlayerController_IsInputKeyDown Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.ProjectWorldLocationToScreen +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& WorldLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* ScreenLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPlayerViewportRelative (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::ProjectWorldLocationToScreen(const struct FVector& WorldLocation, struct FVector2D* ScreenLocation, bool bPlayerViewportRelative) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "ProjectWorldLocationToScreen"); + + Params::PlayerController_ProjectWorldLocationToScreen Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + Parms.bPlayerViewportRelative = bPlayerViewportRelative; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ScreenLocation != nullptr) + *ScreenLocation = std::move(Parms.ScreenLocation); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.WasInputKeyJustPressed +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::WasInputKeyJustPressed(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "WasInputKeyJustPressed"); + + Params::PlayerController_WasInputKeyJustPressed Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerController.WasInputKeyJustReleased +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FKey& Key (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerController::WasInputKeyJustReleased(const struct FKey& Key) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerController", "WasInputKeyJustReleased"); + + Params::PlayerController_WasInputKeyJustReleased Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameStateBase.OnRep_GameModeClass +// (Native, Protected) + +void AGameStateBase::OnRep_GameModeClass() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "OnRep_GameModeClass"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameStateBase.OnRep_ReplicatedHasBegunPlay +// (Native, Protected) + +void AGameStateBase::OnRep_ReplicatedHasBegunPlay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "OnRep_ReplicatedHasBegunPlay"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameStateBase.OnRep_ReplicatedWorldTimeSeconds +// (Native, Protected) + +void AGameStateBase::OnRep_ReplicatedWorldTimeSeconds() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "OnRep_ReplicatedWorldTimeSeconds"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameStateBase.OnRep_SpectatorClass +// (Native, Protected) + +void AGameStateBase::OnRep_SpectatorClass() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "OnRep_SpectatorClass"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameStateBase.GetPlayerRespawnDelay +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AController* Controller (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AGameStateBase::GetPlayerRespawnDelay(class AController* Controller) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "GetPlayerRespawnDelay"); + + Params::GameStateBase_GetPlayerRespawnDelay Parms{}; + + Parms.Controller = Controller; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameStateBase.GetPlayerStartTime +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AController* Controller (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AGameStateBase::GetPlayerStartTime(class AController* Controller) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "GetPlayerStartTime"); + + Params::GameStateBase_GetPlayerStartTime Parms{}; + + Parms.Controller = Controller; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameStateBase.GetServerWorldTimeSeconds +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float AGameStateBase::GetServerWorldTimeSeconds() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "GetServerWorldTimeSeconds"); + + Params::GameStateBase_GetServerWorldTimeSeconds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameStateBase.HasBegunPlay +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameStateBase::HasBegunPlay() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "HasBegunPlay"); + + Params::GameStateBase_HasBegunPlay Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameStateBase.HasMatchEnded +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameStateBase::HasMatchEnded() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "HasMatchEnded"); + + Params::GameStateBase_HasMatchEnded Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameStateBase.HasMatchStarted +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AGameStateBase::HasMatchStarted() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameStateBase", "HasMatchStarted"); + + Params::GameStateBase_HasMatchStarted Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameState.OnRep_ElapsedTime +// (Native, Public) + +void AGameState::OnRep_ElapsedTime() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameState", "OnRep_ElapsedTime"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameState.OnRep_MatchState +// (Native, Public) + +void AGameState::OnRep_MatchState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameState", "OnRep_MatchState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.K2_MoveUpdatedComponent +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Delta (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UMovementComponent::K2_MoveUpdatedComponent(const struct FVector& Delta, const struct FRotator& NewRotation, struct FHitResult* OutHit, bool bSweep, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "K2_MoveUpdatedComponent"); + + Params::MovementComponent_K2_MoveUpdatedComponent Parms{}; + + Parms.Delta = std::move(Delta); + Parms.NewRotation = std::move(NewRotation); + Parms.bSweep = bSweep; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.PhysicsVolumeChanged +// (Native, Public) +// Parameters: +// class APhysicsVolume* NewVolume (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::PhysicsVolumeChanged(class APhysicsVolume* NewVolume) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "PhysicsVolumeChanged"); + + Params::MovementComponent_PhysicsVolumeChanged Parms{}; + + Parms.NewVolume = NewVolume; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SetPlaneConstraintAxisSetting +// (Native, Public, BlueprintCallable) +// Parameters: +// EPlaneConstraintAxisSetting NewAxisSetting (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::SetPlaneConstraintAxisSetting(EPlaneConstraintAxisSetting NewAxisSetting) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SetPlaneConstraintAxisSetting"); + + Params::MovementComponent_SetPlaneConstraintAxisSetting Parms{}; + + Parms.NewAxisSetting = NewAxisSetting; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SetPlaneConstraintEnabled +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::SetPlaneConstraintEnabled(bool bEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SetPlaneConstraintEnabled"); + + Params::MovementComponent_SetPlaneConstraintEnabled Parms{}; + + Parms.bEnabled = bEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SetPlaneConstraintFromVectors +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Forward (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Up (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::SetPlaneConstraintFromVectors(const struct FVector& Forward, const struct FVector& Up) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SetPlaneConstraintFromVectors"); + + Params::MovementComponent_SetPlaneConstraintFromVectors Parms{}; + + Parms.Forward = std::move(Forward); + Parms.Up = std::move(Up); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SetPlaneConstraintNormal +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& PlaneNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::SetPlaneConstraintNormal(const struct FVector& PlaneNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SetPlaneConstraintNormal"); + + Params::MovementComponent_SetPlaneConstraintNormal Parms{}; + + Parms.PlaneNormal = std::move(PlaneNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SetPlaneConstraintOrigin +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& PlaneOrigin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::SetPlaneConstraintOrigin(const struct FVector& PlaneOrigin) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SetPlaneConstraintOrigin"); + + Params::MovementComponent_SetPlaneConstraintOrigin Parms{}; + + Parms.PlaneOrigin = std::move(PlaneOrigin); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SetUpdatedComponent +// (Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* NewUpdatedComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMovementComponent::SetUpdatedComponent(class USceneComponent* NewUpdatedComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SetUpdatedComponent"); + + Params::MovementComponent_SetUpdatedComponent Parms{}; + + Parms.NewUpdatedComponent = NewUpdatedComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.SnapUpdatedComponentToPlane +// (Native, Public, BlueprintCallable) + +void UMovementComponent::SnapUpdatedComponentToPlane() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "SnapUpdatedComponentToPlane"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.StopMovementImmediately +// (Native, Public, BlueprintCallable) + +void UMovementComponent::StopMovementImmediately() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "StopMovementImmediately"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MovementComponent.ConstrainDirectionToPlane +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Direction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UMovementComponent::ConstrainDirectionToPlane(const struct FVector& Direction) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "ConstrainDirectionToPlane"); + + Params::MovementComponent_ConstrainDirectionToPlane Parms{}; + + Parms.Direction = std::move(Direction); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.ConstrainLocationToPlane +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UMovementComponent::ConstrainLocationToPlane(const struct FVector& Location) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "ConstrainLocationToPlane"); + + Params::MovementComponent_ConstrainLocationToPlane Parms{}; + + Parms.Location = std::move(Location); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.ConstrainNormalToPlane +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Normal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UMovementComponent::ConstrainNormalToPlane(const struct FVector& Normal) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "ConstrainNormalToPlane"); + + Params::MovementComponent_ConstrainNormalToPlane Parms{}; + + Parms.Normal = std::move(Normal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.GetGravityZ +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMovementComponent::GetGravityZ() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "GetGravityZ"); + + Params::MovementComponent_GetGravityZ Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.GetMaxSpeed +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMovementComponent::GetMaxSpeed() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "GetMaxSpeed"); + + Params::MovementComponent_GetMaxSpeed Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.GetPhysicsVolume +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APhysicsVolume* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APhysicsVolume* UMovementComponent::GetPhysicsVolume() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "GetPhysicsVolume"); + + Params::MovementComponent_GetPhysicsVolume Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.GetPlaneConstraintAxisSetting +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EPlaneConstraintAxisSetting ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EPlaneConstraintAxisSetting UMovementComponent::GetPlaneConstraintAxisSetting() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "GetPlaneConstraintAxisSetting"); + + Params::MovementComponent_GetPlaneConstraintAxisSetting Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.GetPlaneConstraintNormal +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +const struct FVector UMovementComponent::GetPlaneConstraintNormal() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "GetPlaneConstraintNormal"); + + Params::MovementComponent_GetPlaneConstraintNormal Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.GetPlaneConstraintOrigin +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +const struct FVector UMovementComponent::GetPlaneConstraintOrigin() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "GetPlaneConstraintOrigin"); + + Params::MovementComponent_GetPlaneConstraintOrigin Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.IsExceedingMaxSpeed +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float MaxSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UMovementComponent::IsExceedingMaxSpeed(float MaxSpeed) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "IsExceedingMaxSpeed"); + + Params::MovementComponent_IsExceedingMaxSpeed Parms{}; + + Parms.MaxSpeed = MaxSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.K2_GetMaxSpeedModifier +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMovementComponent::K2_GetMaxSpeedModifier() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "K2_GetMaxSpeedModifier"); + + Params::MovementComponent_K2_GetMaxSpeedModifier Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MovementComponent.K2_GetModifiedMaxSpeed +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMovementComponent::K2_GetModifiedMaxSpeed() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MovementComponent", "K2_GetModifiedMaxSpeed"); + + Params::MovementComponent_K2_GetModifiedMaxSpeed Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.NavMovementComponent.StopActiveMovement +// (Native, Public, BlueprintCallable) + +void UNavMovementComponent::StopActiveMovement() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "StopActiveMovement"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.NavMovementComponent.StopMovementKeepPathing +// (Final, Native, Public, BlueprintCallable) + +void UNavMovementComponent::StopMovementKeepPathing() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "StopMovementKeepPathing"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.NavMovementComponent.IsCrouching +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UNavMovementComponent::IsCrouching() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "IsCrouching"); + + Params::NavMovementComponent_IsCrouching Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.NavMovementComponent.IsFalling +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UNavMovementComponent::IsFalling() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "IsFalling"); + + Params::NavMovementComponent_IsFalling Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.NavMovementComponent.IsFlying +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UNavMovementComponent::IsFlying() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "IsFlying"); + + Params::NavMovementComponent_IsFlying Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.NavMovementComponent.IsMovingOnGround +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UNavMovementComponent::IsMovingOnGround() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "IsMovingOnGround"); + + Params::NavMovementComponent_IsMovingOnGround Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.NavMovementComponent.IsSwimming +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UNavMovementComponent::IsSwimming() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("NavMovementComponent", "IsSwimming"); + + Params::NavMovementComponent_IsSwimming Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PawnMovementComponent.AddInputVector +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& WorldVector (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForce (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPawnMovementComponent::AddInputVector(const struct FVector& WorldVector, bool bForce) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "AddInputVector"); + + Params::PawnMovementComponent_AddInputVector Parms{}; + + Parms.WorldVector = std::move(WorldVector); + Parms.bForce = bForce; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PawnMovementComponent.ConsumeInputVector +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPawnMovementComponent::ConsumeInputVector() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "ConsumeInputVector"); + + Params::PawnMovementComponent_ConsumeInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PawnMovementComponent.GetLastInputVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPawnMovementComponent::GetLastInputVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "GetLastInputVector"); + + Params::PawnMovementComponent_GetLastInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PawnMovementComponent.GetPawnOwner +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* UPawnMovementComponent::GetPawnOwner() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "GetPawnOwner"); + + Params::PawnMovementComponent_GetPawnOwner Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PawnMovementComponent.GetPendingInputVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPawnMovementComponent::GetPendingInputVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "GetPendingInputVector"); + + Params::PawnMovementComponent_GetPendingInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PawnMovementComponent.IsMoveInputIgnored +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPawnMovementComponent::IsMoveInputIgnored() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "IsMoveInputIgnored"); + + Params::PawnMovementComponent_IsMoveInputIgnored Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PawnMovementComponent.K2_GetInputVector +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPawnMovementComponent::K2_GetInputVector() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnMovementComponent", "K2_GetInputVector"); + + Params::PawnMovementComponent_K2_GetInputVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.AddForce +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Force (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::AddForce(const struct FVector& Force) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "AddForce"); + + Params::CharacterMovementComponent_AddForce Parms{}; + + Parms.Force = std::move(Force); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.AddImpulse +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Impulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bVelocityChange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::AddImpulse(const struct FVector& Impulse, bool bVelocityChange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "AddImpulse"); + + Params::CharacterMovementComponent_AddImpulse Parms{}; + + Parms.Impulse = std::move(Impulse); + Parms.bVelocityChange = bVelocityChange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.CalcVelocity +// (Native, Public, BlueprintCallable) +// Parameters: +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Friction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFluid (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BrakingDeceleration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::CalcVelocity(float DeltaTime, float Friction, bool bFluid, float BrakingDeceleration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "CalcVelocity"); + + Params::CharacterMovementComponent_CalcVelocity Parms{}; + + Parms.DeltaTime = DeltaTime; + Parms.Friction = Friction; + Parms.bFluid = bFluid; + Parms.BrakingDeceleration = BrakingDeceleration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.CapsuleTouched +// (Native, Protected, HasOutParams) +// Parameters: +// class UPrimitiveComponent* OverlappedComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* Other (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* OtherComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 OtherBodyIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFromSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FHitResult& SweepResult (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::CapsuleTouched(class UPrimitiveComponent* OverlappedComp, class AActor* Other, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const struct FHitResult& SweepResult) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "CapsuleTouched"); + + Params::CharacterMovementComponent_CapsuleTouched Parms{}; + + Parms.OverlappedComp = OverlappedComp; + Parms.Other = Other; + Parms.OtherComp = OtherComp; + Parms.OtherBodyIndex = OtherBodyIndex; + Parms.bFromSweep = bFromSweep; + Parms.SweepResult = std::move(SweepResult); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.ClearAccumulatedForces +// (Native, Public, BlueprintCallable) + +void UCharacterMovementComponent::ClearAccumulatedForces() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "ClearAccumulatedForces"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.DisableMovement +// (Native, Public, BlueprintCallable) + +void UCharacterMovementComponent::DisableMovement() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "DisableMovement"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetAvoidanceEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetAvoidanceEnabled(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetAvoidanceEnabled"); + + Params::CharacterMovementComponent_SetAvoidanceEnabled Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetAvoidanceGroup +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 GroupFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetAvoidanceGroup(int32 GroupFlags) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetAvoidanceGroup"); + + Params::CharacterMovementComponent_SetAvoidanceGroup Parms{}; + + Parms.GroupFlags = GroupFlags; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetAvoidanceGroupMask +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FNavAvoidanceMask& GroupMask (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetAvoidanceGroupMask(const struct FNavAvoidanceMask& GroupMask) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetAvoidanceGroupMask"); + + Params::CharacterMovementComponent_SetAvoidanceGroupMask Parms{}; + + Parms.GroupMask = std::move(GroupMask); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetGroupsToAvoid +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 GroupFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetGroupsToAvoid(int32 GroupFlags) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetGroupsToAvoid"); + + Params::CharacterMovementComponent_SetGroupsToAvoid Parms{}; + + Parms.GroupFlags = GroupFlags; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetGroupsToAvoidMask +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FNavAvoidanceMask& GroupMask (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetGroupsToAvoidMask(const struct FNavAvoidanceMask& GroupMask) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetGroupsToAvoidMask"); + + Params::CharacterMovementComponent_SetGroupsToAvoidMask Parms{}; + + Parms.GroupMask = std::move(GroupMask); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetGroupsToIgnore +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 GroupFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetGroupsToIgnore(int32 GroupFlags) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetGroupsToIgnore"); + + Params::CharacterMovementComponent_SetGroupsToIgnore Parms{}; + + Parms.GroupFlags = GroupFlags; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetGroupsToIgnoreMask +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FNavAvoidanceMask& GroupMask (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetGroupsToIgnoreMask(const struct FNavAvoidanceMask& GroupMask) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetGroupsToIgnoreMask"); + + Params::CharacterMovementComponent_SetGroupsToIgnoreMask Parms{}; + + Parms.GroupMask = std::move(GroupMask); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetMovementMode +// (Native, Public, BlueprintCallable) +// Parameters: +// EMovementMode NewMovementMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 NewCustomMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetMovementMode(EMovementMode NewMovementMode, uint8 NewCustomMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetMovementMode"); + + Params::CharacterMovementComponent_SetMovementMode Parms{}; + + Parms.NewMovementMode = NewMovementMode; + Parms.NewCustomMode = NewCustomMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetWalkableFloorAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InWalkableFloorAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetWalkableFloorAngle(float InWalkableFloorAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetWalkableFloorAngle"); + + Params::CharacterMovementComponent_SetWalkableFloorAngle Parms{}; + + Parms.InWalkableFloorAngle = InWalkableFloorAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.SetWalkableFloorZ +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InWalkableFloorZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::SetWalkableFloorZ(float InWalkableFloorZ) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "SetWalkableFloorZ"); + + Params::CharacterMovementComponent_SetWalkableFloorZ Parms{}; + + Parms.InWalkableFloorZ = InWalkableFloorZ; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CharacterMovementComponent.GetAnalogInputModifier +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetAnalogInputModifier() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetAnalogInputModifier"); + + Params::CharacterMovementComponent_GetAnalogInputModifier Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetCharacterOwner +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class ACharacter* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ACharacter* UCharacterMovementComponent::GetCharacterOwner() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetCharacterOwner"); + + Params::CharacterMovementComponent_GetCharacterOwner Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetCurrentAcceleration +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UCharacterMovementComponent::GetCurrentAcceleration() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetCurrentAcceleration"); + + Params::CharacterMovementComponent_GetCurrentAcceleration Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetImpartedMovementBaseVelocity +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UCharacterMovementComponent::GetImpartedMovementBaseVelocity() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetImpartedMovementBaseVelocity"); + + Params::CharacterMovementComponent_GetImpartedMovementBaseVelocity Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetLastUpdateLocation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UCharacterMovementComponent::GetLastUpdateLocation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetLastUpdateLocation"); + + Params::CharacterMovementComponent_GetLastUpdateLocation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetLastUpdateRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UCharacterMovementComponent::GetLastUpdateRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetLastUpdateRotation"); + + Params::CharacterMovementComponent_GetLastUpdateRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetLastUpdateVelocity +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UCharacterMovementComponent::GetLastUpdateVelocity() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetLastUpdateVelocity"); + + Params::CharacterMovementComponent_GetLastUpdateVelocity Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetMaxAcceleration +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetMaxAcceleration() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetMaxAcceleration"); + + Params::CharacterMovementComponent_GetMaxAcceleration Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetMaxBrakingDeceleration +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetMaxBrakingDeceleration() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetMaxBrakingDeceleration"); + + Params::CharacterMovementComponent_GetMaxBrakingDeceleration Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetMaxJumpHeight +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetMaxJumpHeight() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetMaxJumpHeight"); + + Params::CharacterMovementComponent_GetMaxJumpHeight Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetMaxJumpHeightWithJumpTime +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetMaxJumpHeightWithJumpTime() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetMaxJumpHeightWithJumpTime"); + + Params::CharacterMovementComponent_GetMaxJumpHeightWithJumpTime Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetMinAnalogSpeed +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetMinAnalogSpeed() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetMinAnalogSpeed"); + + Params::CharacterMovementComponent_GetMinAnalogSpeed Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetMovementBase +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPrimitiveComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPrimitiveComponent* UCharacterMovementComponent::GetMovementBase() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetMovementBase"); + + Params::CharacterMovementComponent_GetMovementBase Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetPerchRadiusThreshold +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetPerchRadiusThreshold() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetPerchRadiusThreshold"); + + Params::CharacterMovementComponent_GetPerchRadiusThreshold Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.GetValidPerchRadius +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::GetValidPerchRadius() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "GetValidPerchRadius"); + + Params::CharacterMovementComponent_GetValidPerchRadius Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.IsWalkable +// (Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UCharacterMovementComponent::IsWalkable(const struct FHitResult& Hit) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "IsWalkable"); + + Params::CharacterMovementComponent_IsWalkable Parms{}; + + Parms.Hit = std::move(Hit); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.IsWalking +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UCharacterMovementComponent::IsWalking() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "IsWalking"); + + Params::CharacterMovementComponent_IsWalking Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.K2_ComputeFloorDist +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& CapsuleLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LineDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SweepDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SweepRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FFindFloorResult* FloorResult (Parm, OutParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::K2_ComputeFloorDist(const struct FVector& CapsuleLocation, float LineDistance, float SweepDistance, float SweepRadius, struct FFindFloorResult* FloorResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "K2_ComputeFloorDist"); + + Params::CharacterMovementComponent_K2_ComputeFloorDist Parms{}; + + Parms.CapsuleLocation = std::move(CapsuleLocation); + Parms.LineDistance = LineDistance; + Parms.SweepDistance = SweepDistance; + Parms.SweepRadius = SweepRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (FloorResult != nullptr) + *FloorResult = std::move(Parms.FloorResult); +} + + +// Function Engine.CharacterMovementComponent.K2_FindFloor +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& CapsuleLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FFindFloorResult* FloorResult (Parm, OutParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void UCharacterMovementComponent::K2_FindFloor(const struct FVector& CapsuleLocation, struct FFindFloorResult* FloorResult) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "K2_FindFloor"); + + Params::CharacterMovementComponent_K2_FindFloor Parms{}; + + Parms.CapsuleLocation = std::move(CapsuleLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (FloorResult != nullptr) + *FloorResult = std::move(Parms.FloorResult); +} + + +// Function Engine.CharacterMovementComponent.K2_GetModifiedMaxAcceleration +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::K2_GetModifiedMaxAcceleration() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "K2_GetModifiedMaxAcceleration"); + + Params::CharacterMovementComponent_K2_GetModifiedMaxAcceleration Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.K2_GetWalkableFloorAngle +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::K2_GetWalkableFloorAngle() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "K2_GetWalkableFloorAngle"); + + Params::CharacterMovementComponent_K2_GetWalkableFloorAngle Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CharacterMovementComponent.K2_GetWalkableFloorZ +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCharacterMovementComponent::K2_GetWalkableFloorZ() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CharacterMovementComponent", "K2_GetWalkableFloorZ"); + + Params::CharacterMovementComponent_K2_GetWalkableFloorZ Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneCaptureComponent.ClearHiddenComponents +// (Final, Native, Public, BlueprintCallable) + +void USceneCaptureComponent::ClearHiddenComponents() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "ClearHiddenComponents"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.ClearShowOnlyComponents +// (Final, Native, Public, BlueprintCallable) + +void USceneCaptureComponent::ClearShowOnlyComponents() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "ClearShowOnlyComponents"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.HideActorComponents +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* InActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool bIncludeFromChildActors (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::HideActorComponents(class AActor* InActor, const bool bIncludeFromChildActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "HideActorComponents"); + + Params::SceneCaptureComponent_HideActorComponents Parms{}; + + Parms.InActor = InActor; + Parms.bIncludeFromChildActors = bIncludeFromChildActors; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.HideComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* InComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::HideComponent(class UPrimitiveComponent* InComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "HideComponent"); + + Params::SceneCaptureComponent_HideComponent Parms{}; + + Parms.InComponent = InComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.RemoveShowOnlyActorComponents +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* InActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool bIncludeFromChildActors (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::RemoveShowOnlyActorComponents(class AActor* InActor, const bool bIncludeFromChildActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "RemoveShowOnlyActorComponents"); + + Params::SceneCaptureComponent_RemoveShowOnlyActorComponents Parms{}; + + Parms.InActor = InActor; + Parms.bIncludeFromChildActors = bIncludeFromChildActors; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.RemoveShowOnlyComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* InComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::RemoveShowOnlyComponent(class UPrimitiveComponent* InComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "RemoveShowOnlyComponent"); + + Params::SceneCaptureComponent_RemoveShowOnlyComponent Parms{}; + + Parms.InComponent = InComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.SetCaptureSortPriority +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewCaptureSortPriority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::SetCaptureSortPriority(int32 NewCaptureSortPriority) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "SetCaptureSortPriority"); + + Params::SceneCaptureComponent_SetCaptureSortPriority Parms{}; + + Parms.NewCaptureSortPriority = NewCaptureSortPriority; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.ShowOnlyActorComponents +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class AActor* InActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool bIncludeFromChildActors (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::ShowOnlyActorComponents(class AActor* InActor, const bool bIncludeFromChildActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "ShowOnlyActorComponents"); + + Params::SceneCaptureComponent_ShowOnlyActorComponents Parms{}; + + Parms.InActor = InActor; + Parms.bIncludeFromChildActors = bIncludeFromChildActors; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent.ShowOnlyComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* InComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent::ShowOnlyComponent(class UPrimitiveComponent* InComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent", "ShowOnlyComponent"); + + Params::SceneCaptureComponent_ShowOnlyComponent Parms{}; + + Parms.InComponent = InComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraModifier.BlueprintModifyCamera +// (BlueprintCosmetic, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ViewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& ViewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float FOV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* NewViewLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* NewViewRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float* NewFOV (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraModifier::BlueprintModifyCamera(float DeltaTime, const struct FVector& ViewLocation, const struct FRotator& ViewRotation, float FOV, struct FVector* NewViewLocation, struct FRotator* NewViewRotation, float* NewFOV) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraModifier", "BlueprintModifyCamera"); + + Params::CameraModifier_BlueprintModifyCamera Parms{}; + + Parms.DeltaTime = DeltaTime; + Parms.ViewLocation = std::move(ViewLocation); + Parms.ViewRotation = std::move(ViewRotation); + Parms.FOV = FOV; + + UObject::ProcessEvent(Func, &Parms); + + if (NewViewLocation != nullptr) + *NewViewLocation = std::move(Parms.NewViewLocation); + + if (NewViewRotation != nullptr) + *NewViewRotation = std::move(Parms.NewViewRotation); + + if (NewFOV != nullptr) + *NewFOV = Parms.NewFOV; +} + + +// Function Engine.CameraModifier.BlueprintModifyPostProcess +// (BlueprintCosmetic, Event, Public, HasOutParams, BlueprintEvent) +// Parameters: +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* PostProcessBlendWeight (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FPostProcessSettings* PostProcessSettings (Parm, OutParm, NativeAccessSpecifierPublic) + +void UCameraModifier::BlueprintModifyPostProcess(float DeltaTime, float* PostProcessBlendWeight, struct FPostProcessSettings* PostProcessSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraModifier", "BlueprintModifyPostProcess"); + + Params::CameraModifier_BlueprintModifyPostProcess Parms{}; + + Parms.DeltaTime = DeltaTime; + + UObject::ProcessEvent(Func, &Parms); + + if (PostProcessBlendWeight != nullptr) + *PostProcessBlendWeight = Parms.PostProcessBlendWeight; + + if (PostProcessSettings != nullptr) + *PostProcessSettings = std::move(Parms.PostProcessSettings); +} + + +// Function Engine.CameraModifier.DisableModifier +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bImmediate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraModifier::DisableModifier(bool bImmediate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraModifier", "DisableModifier"); + + Params::CameraModifier_DisableModifier Parms{}; + + Parms.bImmediate = bImmediate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraModifier.EnableModifier +// (Native, Public, BlueprintCallable) + +void UCameraModifier::EnableModifier() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraModifier", "EnableModifier"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraModifier.GetViewTarget +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UCameraModifier::GetViewTarget() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraModifier", "GetViewTarget"); + + Params::CameraModifier_GetViewTarget Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CameraModifier.IsDisabled +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UCameraModifier::IsDisabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraModifier", "IsDisabled"); + + Params::CameraModifier_IsDisabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMeshComponent.OnRep_StaticMesh +// (Final, Native, Public) +// Parameters: +// class UStaticMesh* OldStaticMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMeshComponent::OnRep_StaticMesh(class UStaticMesh* OldStaticMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "OnRep_StaticMesh"); + + Params::StaticMeshComponent_OnRep_StaticMesh Parms{}; + + Parms.OldStaticMesh = OldStaticMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMeshComponent.SetDistanceFieldSelfShadowBias +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMeshComponent::SetDistanceFieldSelfShadowBias(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "SetDistanceFieldSelfShadowBias"); + + Params::StaticMeshComponent_SetDistanceFieldSelfShadowBias Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMeshComponent.SetEvaluateWorldPositionOffsetInRayTracing +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMeshComponent::SetEvaluateWorldPositionOffsetInRayTracing(bool NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "SetEvaluateWorldPositionOffsetInRayTracing"); + + Params::StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMeshComponent.SetForcedLodModel +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewForcedLodModel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMeshComponent::SetForcedLodModel(int32 NewForcedLodModel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "SetForcedLodModel"); + + Params::StaticMeshComponent_SetForcedLodModel Parms{}; + + Parms.NewForcedLodModel = NewForcedLodModel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMeshComponent.SetReverseCulling +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ReverseCulling (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMeshComponent::SetReverseCulling(bool ReverseCulling) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "SetReverseCulling"); + + Params::StaticMeshComponent_SetReverseCulling Parms{}; + + Parms.ReverseCulling = ReverseCulling; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMeshComponent.SetStaticMesh +// (Native, Public, BlueprintCallable) +// Parameters: +// class UStaticMesh* NewMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UStaticMeshComponent::SetStaticMesh(class UStaticMesh* NewMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "SetStaticMesh"); + + Params::StaticMeshComponent_SetStaticMesh Parms{}; + + Parms.NewMesh = NewMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMeshComponent.GetLocalBounds +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector* Min (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Max (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMeshComponent::GetLocalBounds(struct FVector* Min, struct FVector* Max) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshComponent", "GetLocalBounds"); + + Params::StaticMeshComponent_GetLocalBounds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Min != nullptr) + *Min = std::move(Parms.Min); + + if (Max != nullptr) + *Max = std::move(Parms.Max); +} + + +// Function Engine.SplineMeshComponent.SetBoundaryMax +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InBoundaryMax (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetBoundaryMax(float InBoundaryMax, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetBoundaryMax"); + + Params::SplineMeshComponent_SetBoundaryMax Parms{}; + + Parms.InBoundaryMax = InBoundaryMax; + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetBoundaryMin +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InBoundaryMin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetBoundaryMin(float InBoundaryMin, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetBoundaryMin"); + + Params::SplineMeshComponent_SetBoundaryMin Parms{}; + + Parms.InBoundaryMin = InBoundaryMin; + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetEndOffset +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& EndOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetEndOffset(const struct FVector2D& EndOffset, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetEndOffset"); + + Params::SplineMeshComponent_SetEndOffset Parms{}; + + Parms.EndOffset = std::move(EndOffset); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetEndPosition +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& EndPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetEndPosition(const struct FVector& EndPos, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetEndPosition"); + + Params::SplineMeshComponent_SetEndPosition Parms{}; + + Parms.EndPos = std::move(EndPos); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetEndRoll +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float EndRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetEndRoll(float EndRoll, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetEndRoll"); + + Params::SplineMeshComponent_SetEndRoll Parms{}; + + Parms.EndRoll = EndRoll; + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetEndScale +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& EndScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetEndScale(const struct FVector2D& EndScale, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetEndScale"); + + Params::SplineMeshComponent_SetEndScale Parms{}; + + Parms.EndScale = std::move(EndScale); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetEndTangent +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& EndTangent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetEndTangent(const struct FVector& EndTangent, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetEndTangent"); + + Params::SplineMeshComponent_SetEndTangent Parms{}; + + Parms.EndTangent = std::move(EndTangent); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetForwardAxis +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ESplineMeshAxis InForwardAxis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetForwardAxis(ESplineMeshAxis InForwardAxis, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetForwardAxis"); + + Params::SplineMeshComponent_SetForwardAxis Parms{}; + + Parms.InForwardAxis = InForwardAxis; + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetSplineUpDir +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InSplineUpDir (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetSplineUpDir(const struct FVector& InSplineUpDir, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetSplineUpDir"); + + Params::SplineMeshComponent_SetSplineUpDir Parms{}; + + Parms.InSplineUpDir = std::move(InSplineUpDir); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetStartAndEnd +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& StartPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& StartTangent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& EndPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& EndTangent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetStartAndEnd(const struct FVector& StartPos, const struct FVector& StartTangent, const struct FVector& EndPos, const struct FVector& EndTangent, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetStartAndEnd"); + + Params::SplineMeshComponent_SetStartAndEnd Parms{}; + + Parms.StartPos = std::move(StartPos); + Parms.StartTangent = std::move(StartTangent); + Parms.EndPos = std::move(EndPos); + Parms.EndTangent = std::move(EndTangent); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetStartOffset +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& StartOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetStartOffset(const struct FVector2D& StartOffset, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetStartOffset"); + + Params::SplineMeshComponent_SetStartOffset Parms{}; + + Parms.StartOffset = std::move(StartOffset); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetStartPosition +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& StartPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetStartPosition(const struct FVector& StartPos, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetStartPosition"); + + Params::SplineMeshComponent_SetStartPosition Parms{}; + + Parms.StartPos = std::move(StartPos); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetStartRoll +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float StartRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetStartRoll(float StartRoll, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetStartRoll"); + + Params::SplineMeshComponent_SetStartRoll Parms{}; + + Parms.StartRoll = StartRoll; + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetStartScale +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& StartScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetStartScale(const struct FVector2D& StartScale, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetStartScale"); + + Params::SplineMeshComponent_SetStartScale Parms{}; + + Parms.StartScale = std::move(StartScale); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.SetStartTangent +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& StartTangent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateMesh (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USplineMeshComponent::SetStartTangent(const struct FVector& StartTangent, bool bUpdateMesh) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "SetStartTangent"); + + Params::SplineMeshComponent_SetStartTangent Parms{}; + + Parms.StartTangent = std::move(StartTangent); + Parms.bUpdateMesh = bUpdateMesh; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.UpdateMesh +// (Final, Native, Public, BlueprintCallable) + +void USplineMeshComponent::UpdateMesh() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "UpdateMesh"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SplineMeshComponent.GetBoundaryMax +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineMeshComponent::GetBoundaryMax() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetBoundaryMax"); + + Params::SplineMeshComponent_GetBoundaryMax Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetBoundaryMin +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineMeshComponent::GetBoundaryMin() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetBoundaryMin"); + + Params::SplineMeshComponent_GetBoundaryMin Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetEndOffset +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D USplineMeshComponent::GetEndOffset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetEndOffset"); + + Params::SplineMeshComponent_GetEndOffset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetEndPosition +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineMeshComponent::GetEndPosition() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetEndPosition"); + + Params::SplineMeshComponent_GetEndPosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetEndRoll +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineMeshComponent::GetEndRoll() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetEndRoll"); + + Params::SplineMeshComponent_GetEndRoll Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetEndScale +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D USplineMeshComponent::GetEndScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetEndScale"); + + Params::SplineMeshComponent_GetEndScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetEndTangent +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineMeshComponent::GetEndTangent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetEndTangent"); + + Params::SplineMeshComponent_GetEndTangent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetForwardAxis +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ESplineMeshAxis ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ESplineMeshAxis USplineMeshComponent::GetForwardAxis() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetForwardAxis"); + + Params::SplineMeshComponent_GetForwardAxis Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetSplineUpDir +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineMeshComponent::GetSplineUpDir() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetSplineUpDir"); + + Params::SplineMeshComponent_GetSplineUpDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetStartOffset +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D USplineMeshComponent::GetStartOffset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetStartOffset"); + + Params::SplineMeshComponent_GetStartOffset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetStartPosition +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineMeshComponent::GetStartPosition() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetStartPosition"); + + Params::SplineMeshComponent_GetStartPosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetStartRoll +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USplineMeshComponent::GetStartRoll() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetStartRoll"); + + Params::SplineMeshComponent_GetStartRoll Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetStartScale +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D USplineMeshComponent::GetStartScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetStartScale"); + + Params::SplineMeshComponent_GetStartScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SplineMeshComponent.GetStartTangent +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USplineMeshComponent::GetStartTangent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SplineMeshComponent", "GetStartTangent"); + + Params::SplineMeshComponent_GetStartTangent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.AddInstance +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& InstanceTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UInstancedStaticMeshComponent::AddInstance(const struct FTransform& InstanceTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "AddInstance"); + + Params::InstancedStaticMeshComponent_AddInstance Parms{}; + + Parms.InstanceTransform = std::move(InstanceTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.AddInstances +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& InstanceTransforms (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bShouldReturnIndices (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UInstancedStaticMeshComponent::AddInstances(const TArray& InstanceTransforms, bool bShouldReturnIndices) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "AddInstances"); + + Params::InstancedStaticMeshComponent_AddInstances Parms{}; + + Parms.InstanceTransforms = std::move(InstanceTransforms); + Parms.bShouldReturnIndices = bShouldReturnIndices; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.AddInstanceWorldSpace +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FTransform& WorldTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UInstancedStaticMeshComponent::AddInstanceWorldSpace(const struct FTransform& WorldTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "AddInstanceWorldSpace"); + + Params::InstancedStaticMeshComponent_AddInstanceWorldSpace Parms{}; + + Parms.WorldTransform = std::move(WorldTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.BatchUpdateInstancesTransform +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 StartInstanceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumInstances (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& NewInstancesTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bWorldSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bMarkRenderStateDirty (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInstancedStaticMeshComponent::BatchUpdateInstancesTransform(int32 StartInstanceIndex, int32 NumInstances, const struct FTransform& NewInstancesTransform, bool bWorldSpace, bool bMarkRenderStateDirty, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "BatchUpdateInstancesTransform"); + + Params::InstancedStaticMeshComponent_BatchUpdateInstancesTransform Parms{}; + + Parms.StartInstanceIndex = StartInstanceIndex; + Parms.NumInstances = NumInstances; + Parms.NewInstancesTransform = std::move(NewInstancesTransform); + Parms.bWorldSpace = bWorldSpace; + Parms.bMarkRenderStateDirty = bMarkRenderStateDirty; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.BatchUpdateInstancesTransforms +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32 StartInstanceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& NewInstancesTransforms (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bWorldSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bMarkRenderStateDirty (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInstancedStaticMeshComponent::BatchUpdateInstancesTransforms(int32 StartInstanceIndex, const TArray& NewInstancesTransforms, bool bWorldSpace, bool bMarkRenderStateDirty, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "BatchUpdateInstancesTransforms"); + + Params::InstancedStaticMeshComponent_BatchUpdateInstancesTransforms Parms{}; + + Parms.StartInstanceIndex = StartInstanceIndex; + Parms.NewInstancesTransforms = std::move(NewInstancesTransforms); + Parms.bWorldSpace = bWorldSpace; + Parms.bMarkRenderStateDirty = bMarkRenderStateDirty; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.ClearInstances +// (Native, Public, BlueprintCallable) + +void UInstancedStaticMeshComponent::ClearInstances() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "ClearInstances"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InstancedStaticMeshComponent.RemoveInstance +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 InstanceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInstancedStaticMeshComponent::RemoveInstance(int32 InstanceIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "RemoveInstance"); + + Params::InstancedStaticMeshComponent_RemoveInstance Parms{}; + + Parms.InstanceIndex = InstanceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.SetCullDistances +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 StartCullDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 EndCullDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInstancedStaticMeshComponent::SetCullDistances(int32 StartCullDistance, int32 EndCullDistance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "SetCullDistances"); + + Params::InstancedStaticMeshComponent_SetCullDistances Parms{}; + + Parms.StartCullDistance = StartCullDistance; + Parms.EndCullDistance = EndCullDistance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InstancedStaticMeshComponent.SetCustomDataValue +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 InstanceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 CustomDataIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float CustomDataValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bMarkRenderStateDirty (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInstancedStaticMeshComponent::SetCustomDataValue(int32 InstanceIndex, int32 CustomDataIndex, float CustomDataValue, bool bMarkRenderStateDirty) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "SetCustomDataValue"); + + Params::InstancedStaticMeshComponent_SetCustomDataValue Parms{}; + + Parms.InstanceIndex = InstanceIndex; + Parms.CustomDataIndex = CustomDataIndex; + Parms.CustomDataValue = CustomDataValue; + Parms.bMarkRenderStateDirty = bMarkRenderStateDirty; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.UpdateInstanceTransform +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 InstanceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& NewInstanceTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bWorldSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bMarkRenderStateDirty (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTeleport (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInstancedStaticMeshComponent::UpdateInstanceTransform(int32 InstanceIndex, const struct FTransform& NewInstanceTransform, bool bWorldSpace, bool bMarkRenderStateDirty, bool bTeleport) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "UpdateInstanceTransform"); + + Params::InstancedStaticMeshComponent_UpdateInstanceTransform Parms{}; + + Parms.InstanceIndex = InstanceIndex; + Parms.NewInstanceTransform = std::move(NewInstanceTransform); + Parms.bWorldSpace = bWorldSpace; + Parms.bMarkRenderStateDirty = bMarkRenderStateDirty; + Parms.bTeleport = bTeleport; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.GetInstanceCount +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UInstancedStaticMeshComponent::GetInstanceCount() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "GetInstanceCount"); + + Params::InstancedStaticMeshComponent_GetInstanceCount Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.GetInstancesOverlappingBox +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FBox& Box (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bBoxInWorldSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UInstancedStaticMeshComponent::GetInstancesOverlappingBox(const struct FBox& Box, bool bBoxInWorldSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "GetInstancesOverlappingBox"); + + Params::InstancedStaticMeshComponent_GetInstancesOverlappingBox Parms{}; + + Parms.Box = std::move(Box); + Parms.bBoxInWorldSpace = bBoxInWorldSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.GetInstancesOverlappingSphere +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Center (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSphereInWorldSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UInstancedStaticMeshComponent::GetInstancesOverlappingSphere(const struct FVector& Center, float Radius, bool bSphereInWorldSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "GetInstancesOverlappingSphere"); + + Params::InstancedStaticMeshComponent_GetInstancesOverlappingSphere Parms{}; + + Parms.Center = std::move(Center); + Parms.Radius = Radius; + Parms.bSphereInWorldSpace = bSphereInWorldSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InstancedStaticMeshComponent.GetInstanceTransform +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 InstanceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform* OutInstanceTransform (Parm, OutParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bWorldSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UInstancedStaticMeshComponent::GetInstanceTransform(int32 InstanceIndex, struct FTransform* OutInstanceTransform, bool bWorldSpace) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InstancedStaticMeshComponent", "GetInstanceTransform"); + + Params::InstancedStaticMeshComponent_GetInstanceTransform Parms{}; + + Parms.InstanceIndex = InstanceIndex; + Parms.bWorldSpace = bWorldSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutInstanceTransform != nullptr) + *OutInstanceTransform = std::move(Parms.OutInstanceTransform); + + return Parms.ReturnValue; +} + + +// Function Engine.InputSettings.GetInputSettings +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UInputSettings* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UInputSettings* UInputSettings::GetInputSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("InputSettings", "GetInputSettings"); + + Params::InputSettings_GetInputSettings Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.InputSettings.AddActionMapping +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FInputActionKeyMapping& KeyMapping (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool bForceRebuildKeymaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputSettings::AddActionMapping(const struct FInputActionKeyMapping& KeyMapping, bool bForceRebuildKeymaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "AddActionMapping"); + + Params::InputSettings_AddActionMapping Parms{}; + + Parms.KeyMapping = std::move(KeyMapping); + Parms.bForceRebuildKeymaps = bForceRebuildKeymaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputSettings.AddAxisMapping +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FInputAxisKeyMapping& KeyMapping (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool bForceRebuildKeymaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputSettings::AddAxisMapping(const struct FInputAxisKeyMapping& KeyMapping, bool bForceRebuildKeymaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "AddAxisMapping"); + + Params::InputSettings_AddAxisMapping Parms{}; + + Parms.KeyMapping = std::move(KeyMapping); + Parms.bForceRebuildKeymaps = bForceRebuildKeymaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputSettings.ForceRebuildKeymaps +// (Final, Native, Public, BlueprintCallable) + +void UInputSettings::ForceRebuildKeymaps() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "ForceRebuildKeymaps"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputSettings.RemoveActionMapping +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FInputActionKeyMapping& KeyMapping (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool bForceRebuildKeymaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputSettings::RemoveActionMapping(const struct FInputActionKeyMapping& KeyMapping, bool bForceRebuildKeymaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "RemoveActionMapping"); + + Params::InputSettings_RemoveActionMapping Parms{}; + + Parms.KeyMapping = std::move(KeyMapping); + Parms.bForceRebuildKeymaps = bForceRebuildKeymaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputSettings.RemoveAxisMapping +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FInputAxisKeyMapping& KeyMapping (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool bForceRebuildKeymaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInputSettings::RemoveAxisMapping(const struct FInputAxisKeyMapping& KeyMapping, bool bForceRebuildKeymaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "RemoveAxisMapping"); + + Params::InputSettings_RemoveAxisMapping Parms{}; + + Parms.KeyMapping = std::move(KeyMapping); + Parms.bForceRebuildKeymaps = bForceRebuildKeymaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputSettings.SaveKeyMappings +// (Final, Native, Public, BlueprintCallable) + +void UInputSettings::SaveKeyMappings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "SaveKeyMappings"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InputSettings.GetActionMappingByName +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class FName InActionName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutMappings (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UInputSettings::GetActionMappingByName(const class FName InActionName, TArray* OutMappings) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "GetActionMappingByName"); + + Params::InputSettings_GetActionMappingByName Parms{}; + + Parms.InActionName = InActionName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutMappings != nullptr) + *OutMappings = std::move(Parms.OutMappings); +} + + +// Function Engine.InputSettings.GetActionNames +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* ActionNames (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UInputSettings::GetActionNames(TArray* ActionNames) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "GetActionNames"); + + Params::InputSettings_GetActionNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ActionNames != nullptr) + *ActionNames = std::move(Parms.ActionNames); +} + + +// Function Engine.InputSettings.GetAxisMappingByName +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class FName InAxisName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutMappings (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UInputSettings::GetAxisMappingByName(const class FName InAxisName, TArray* OutMappings) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "GetAxisMappingByName"); + + Params::InputSettings_GetAxisMappingByName Parms{}; + + Parms.InAxisName = InAxisName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutMappings != nullptr) + *OutMappings = std::move(Parms.OutMappings); +} + + +// Function Engine.InputSettings.GetAxisNames +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TArray* AxisNames (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UInputSettings::GetAxisNames(TArray* AxisNames) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InputSettings", "GetAxisNames"); + + Params::InputSettings_GetAxisNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (AxisNames != nullptr) + *AxisNames = std::move(Parms.AxisNames); +} + + +// Function Engine.SpringArmComponent.GetTargetRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator USpringArmComponent::GetTargetRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpringArmComponent", "GetTargetRotation"); + + Params::SpringArmComponent_GetTargetRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SpringArmComponent.GetUnfixedCameraPosition +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USpringArmComponent::GetUnfixedCameraPosition() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpringArmComponent", "GetUnfixedCameraPosition"); + + Params::SpringArmComponent_GetUnfixedCameraPosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SpringArmComponent.IsCollisionFixApplied +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool USpringArmComponent::IsCollisionFixApplied() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpringArmComponent", "IsCollisionFixApplied"); + + Params::SpringArmComponent_IsCollisionFixApplied Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SphereComponent.SetSphereRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InSphereRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateOverlaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USphereComponent::SetSphereRadius(float InSphereRadius, bool bUpdateOverlaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SphereComponent", "SetSphereRadius"); + + Params::SphereComponent_SetSphereRadius Parms{}; + + Parms.InSphereRadius = InSphereRadius; + Parms.bUpdateOverlaps = bUpdateOverlaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SphereComponent.GetScaledSphereRadius +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USphereComponent::GetScaledSphereRadius() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SphereComponent", "GetScaledSphereRadius"); + + Params::SphereComponent_GetScaledSphereRadius Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SphereComponent.GetShapeScale +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USphereComponent::GetShapeScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SphereComponent", "GetShapeScale"); + + Params::SphereComponent_GetShapeScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SphereComponent.GetUnscaledSphereRadius +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float USphereComponent::GetUnscaledSphereRadius() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SphereComponent", "GetUnscaledSphereRadius"); + + Params::SphereComponent_GetUnscaledSphereRadius Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BillboardComponent.SetSprite +// (Native, Public, BlueprintCallable) +// Parameters: +// class UTexture2D* NewSprite (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBillboardComponent::SetSprite(class UTexture2D* NewSprite) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BillboardComponent", "SetSprite"); + + Params::BillboardComponent_SetSprite Parms{}; + + Parms.NewSprite = NewSprite; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BillboardComponent.SetSpriteAndUV +// (Native, Public, BlueprintCallable) +// Parameters: +// class UTexture2D* NewSprite (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewU (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewUL (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewVL (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBillboardComponent::SetSpriteAndUV(class UTexture2D* NewSprite, int32 NewU, int32 NewUL, int32 NewV, int32 NewVL) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BillboardComponent", "SetSpriteAndUV"); + + Params::BillboardComponent_SetSpriteAndUV Parms{}; + + Parms.NewSprite = NewSprite; + Parms.NewU = NewU; + Parms.NewUL = NewUL; + Parms.NewV = NewV; + Parms.NewVL = NewVL; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BillboardComponent.SetUV +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 NewU (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewUL (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NewVL (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBillboardComponent::SetUV(int32 NewU, int32 NewUL, int32 NewV, int32 NewVL) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BillboardComponent", "SetUV"); + + Params::BillboardComponent_SetUV Parms{}; + + Parms.NewU = NewU; + Parms.NewUL = NewUL; + Parms.NewV = NewV; + Parms.NewVL = NewVL; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HierarchicalInstancedStaticMeshComponent.RemoveInstances +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& InstancesToRemove (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UHierarchicalInstancedStaticMeshComponent::RemoveInstances(const TArray& InstancesToRemove) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("HierarchicalInstancedStaticMeshComponent", "RemoveInstances"); + + Params::HierarchicalInstancedStaticMeshComponent_RemoveInstances Parms{}; + + Parms.InstancesToRemove = std::move(InstancesToRemove); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerState.OnRep_bIsInactive +// (Native, Public) + +void APlayerState::OnRep_bIsInactive() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "OnRep_bIsInactive"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerState.OnRep_PlayerId +// (Native, Public) + +void APlayerState::OnRep_PlayerId() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "OnRep_PlayerId"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerState.OnRep_PlayerName +// (Native, Public) + +void APlayerState::OnRep_PlayerName() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "OnRep_PlayerName"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerState.OnRep_Score +// (Native, Public) + +void APlayerState::OnRep_Score() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "OnRep_Score"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerState.OnRep_UniqueId +// (Native, Public) + +void APlayerState::OnRep_UniqueId() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "OnRep_UniqueId"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerState.ReceiveCopyProperties +// (Event, Protected, BlueprintEvent) +// Parameters: +// class APlayerState* NewPlayerState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerState::ReceiveCopyProperties(class APlayerState* NewPlayerState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "ReceiveCopyProperties"); + + Params::PlayerState_ReceiveCopyProperties Parms{}; + + Parms.NewPlayerState = NewPlayerState; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.PlayerState.ReceiveOverrideWith +// (Event, Protected, BlueprintEvent) +// Parameters: +// class APlayerState* OldPlayerState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerState::ReceiveOverrideWith(class APlayerState* OldPlayerState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "ReceiveOverrideWith"); + + Params::PlayerState_ReceiveOverrideWith Parms{}; + + Parms.OldPlayerState = OldPlayerState; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.PlayerState.GetPlayerName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString APlayerState::GetPlayerName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "GetPlayerName"); + + Params::PlayerState_GetPlayerName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerState.IsOnlyASpectator +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerState::IsOnlyASpectator() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerState", "IsOnlyASpectator"); + + Params::PlayerState_IsOnlyASpectator Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BoxComponent.SetBoxExtent +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InBoxExtent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateOverlaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBoxComponent::SetBoxExtent(const struct FVector& InBoxExtent, bool bUpdateOverlaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BoxComponent", "SetBoxExtent"); + + Params::BoxComponent_SetBoxExtent Parms{}; + + Parms.InBoxExtent = std::move(InBoxExtent); + Parms.bUpdateOverlaps = bUpdateOverlaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BoxComponent.GetScaledBoxExtent +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UBoxComponent::GetScaledBoxExtent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BoxComponent", "GetScaledBoxExtent"); + + Params::BoxComponent_GetScaledBoxExtent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BoxComponent.GetUnscaledBoxExtent +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UBoxComponent::GetUnscaledBoxExtent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("BoxComponent", "GetUnscaledBoxExtent"); + + Params::BoxComponent_GetUnscaledBoxExtent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CheatManager.BugIt +// (Exec, Native, Public) +// Parameters: +// const class FString& ScreenShotDescription (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::BugIt(const class FString& ScreenShotDescription) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "BugIt"); + + Params::CheatManager_BugIt Parms{}; + + Parms.ScreenShotDescription = std::move(ScreenShotDescription); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.BugItGo +// (Exec, Native, Public) +// Parameters: +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Pitch (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Yaw (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Roll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::BugItGo(float X, float Y, float Z, float Pitch, float Yaw, float Roll) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "BugItGo"); + + Params::CheatManager_BugItGo Parms{}; + + Parms.X = X; + Parms.Y = Y; + Parms.Z = Z; + Parms.Pitch = Pitch; + Parms.Yaw = Yaw; + Parms.Roll = Roll; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.BugItStringCreator +// (Exec, Native, Public, HasOutParams, HasDefaults) +// Parameters: +// const struct FVector& ViewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& ViewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FString* GoString (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* LocString (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::BugItStringCreator(const struct FVector& ViewLocation, const struct FRotator& ViewRotation, class FString* GoString, class FString* LocString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "BugItStringCreator"); + + Params::CheatManager_BugItStringCreator Parms{}; + + Parms.ViewLocation = std::move(ViewLocation); + Parms.ViewRotation = std::move(ViewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (GoString != nullptr) + *GoString = std::move(Parms.GoString); + + if (LocString != nullptr) + *LocString = std::move(Parms.LocString); +} + + +// Function Engine.CheatManager.ChangeSize +// (Exec, Native, Public, BlueprintCallable) +// Parameters: +// float F (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::ChangeSize(float F) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ChangeSize"); + + Params::CheatManager_ChangeSize Parms{}; + + Parms.F = F; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.CheatScript +// (Final, Exec, Native, Public) +// Parameters: +// const class FString& ScriptName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::CheatScript(const class FString& ScriptName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "CheatScript"); + + Params::CheatManager_CheatScript Parms{}; + + Parms.ScriptName = std::move(ScriptName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DamageTarget +// (Exec, Native, Public, BlueprintCallable) +// Parameters: +// float DamageAmount (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::DamageTarget(float DamageAmount) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DamageTarget"); + + Params::CheatManager_DamageTarget Parms{}; + + Parms.DamageAmount = DamageAmount; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweep +// (Exec, Native, Public) + +void UCheatManager::DebugCapsuleSweep() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweep"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweepCapture +// (Exec, Native, Public) + +void UCheatManager::DebugCapsuleSweepCapture() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweepCapture"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweepChannel +// (Exec, Native, Public) +// Parameters: +// ECollisionChannel Channel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::DebugCapsuleSweepChannel(ECollisionChannel Channel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweepChannel"); + + Params::CheatManager_DebugCapsuleSweepChannel Parms{}; + + Parms.Channel = Channel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweepClear +// (Exec, Native, Public) + +void UCheatManager::DebugCapsuleSweepClear() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweepClear"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweepComplex +// (Exec, Native, Public) +// Parameters: +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::DebugCapsuleSweepComplex(bool bTraceComplex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweepComplex"); + + Params::CheatManager_DebugCapsuleSweepComplex Parms{}; + + Parms.bTraceComplex = bTraceComplex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweepPawn +// (Exec, Native, Public) + +void UCheatManager::DebugCapsuleSweepPawn() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweepPawn"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DebugCapsuleSweepSize +// (Exec, Native, Public) +// Parameters: +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::DebugCapsuleSweepSize(float HalfHeight, float Radius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DebugCapsuleSweepSize"); + + Params::CheatManager_DebugCapsuleSweepSize Parms{}; + + Parms.HalfHeight = HalfHeight; + Parms.Radius = Radius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DestroyAll +// (Exec, Native, Public) +// Parameters: +// TSubclassOf aClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::DestroyAll(TSubclassOf aClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DestroyAll"); + + Params::CheatManager_DestroyAll Parms{}; + + Parms.aClass = aClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DestroyAllPawnsExceptTarget +// (Exec, Native, Public) + +void UCheatManager::DestroyAllPawnsExceptTarget() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DestroyAllPawnsExceptTarget"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DestroyPawns +// (Exec, Native, Public) +// Parameters: +// TSubclassOf aClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::DestroyPawns(TSubclassOf aClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DestroyPawns"); + + Params::CheatManager_DestroyPawns Parms{}; + + Parms.aClass = aClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DestroyServerStatReplicator +// (Final, Exec, Native, Public) + +void UCheatManager::DestroyServerStatReplicator() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DestroyServerStatReplicator"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DestroyTarget +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::DestroyTarget() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DestroyTarget"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DisableDebugCamera +// (Native, Protected, BlueprintCallable) + +void UCheatManager::DisableDebugCamera() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DisableDebugCamera"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DumpChatState +// (Exec, Native, Public) + +void UCheatManager::DumpChatState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DumpChatState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DumpOnlineSessionState +// (Exec, Native, Public) + +void UCheatManager::DumpOnlineSessionState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DumpOnlineSessionState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DumpPartyState +// (Exec, Native, Public) + +void UCheatManager::DumpPartyState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DumpPartyState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.DumpVoiceMutingState +// (Exec, Native, Public) + +void UCheatManager::DumpVoiceMutingState() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "DumpVoiceMutingState"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.EnableDebugCamera +// (Native, Protected, BlueprintCallable) + +void UCheatManager::EnableDebugCamera() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "EnableDebugCamera"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.FlushLog +// (Exec, Native, Public) + +void UCheatManager::FlushLog() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "FlushLog"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.Fly +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::Fly() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "Fly"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.FreezeFrame +// (Exec, Native, Public, BlueprintCallable) +// Parameters: +// float Delay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::FreezeFrame(float Delay) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "FreezeFrame"); + + Params::CheatManager_FreezeFrame Parms{}; + + Parms.Delay = Delay; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.Ghost +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::Ghost() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "Ghost"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.God +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::God() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "God"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.InvertMouse +// (Exec, Native, Public) + +void UCheatManager::InvertMouse() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "InvertMouse"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.LogLoc +// (Exec, Native, Public) + +void UCheatManager::LogLoc() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "LogLoc"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.OnlyLoadLevel +// (Exec, Native, Public) +// Parameters: +// class FName PackageName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::OnlyLoadLevel(class FName PackageName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "OnlyLoadLevel"); + + Params::CheatManager_OnlyLoadLevel Parms{}; + + Parms.PackageName = PackageName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.PlayersOnly +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::PlayersOnly() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "PlayersOnly"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ReceiveEndPlay +// (Event, Public, BlueprintEvent) + +void UCheatManager::ReceiveEndPlay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ReceiveEndPlay"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.CheatManager.ReceiveInitCheatManager +// (Event, Public, BlueprintEvent) + +void UCheatManager::ReceiveInitCheatManager() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ReceiveInitCheatManager"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.CheatManager.ServerToggleAILogging +// (Net, NetReliable, Native, Event, Public, NetServer, NetValidate) + +void UCheatManager::ServerToggleAILogging() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ServerToggleAILogging"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.SetMouseSensitivityToDefault +// (Exec, Native, Public) + +void UCheatManager::SetMouseSensitivityToDefault() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "SetMouseSensitivityToDefault"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.SetWorldOrigin +// (Final, Exec, Native, Public) + +void UCheatManager::SetWorldOrigin() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "SetWorldOrigin"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.Slomo +// (Exec, Native, Public, BlueprintCallable) +// Parameters: +// float NewTimeDilation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::Slomo(float NewTimeDilation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "Slomo"); + + Params::CheatManager_Slomo Parms{}; + + Parms.NewTimeDilation = NewTimeDilation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.SpawnServerStatReplicator +// (Final, Exec, Native, Public) + +void UCheatManager::SpawnServerStatReplicator() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "SpawnServerStatReplicator"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.StreamLevelIn +// (Exec, Native, Public) +// Parameters: +// class FName PackageName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::StreamLevelIn(class FName PackageName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "StreamLevelIn"); + + Params::CheatManager_StreamLevelIn Parms{}; + + Parms.PackageName = PackageName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.StreamLevelOut +// (Exec, Native, Public) +// Parameters: +// class FName PackageName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::StreamLevelOut(class FName PackageName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "StreamLevelOut"); + + Params::CheatManager_StreamLevelOut Parms{}; + + Parms.PackageName = PackageName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.Summon +// (Exec, Native, Public) +// Parameters: +// const class FString& ClassName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::Summon(const class FString& ClassName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "Summon"); + + Params::CheatManager_Summon Parms{}; + + Parms.ClassName = std::move(ClassName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.Teleport +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::Teleport() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "Teleport"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.TestCollisionDistance +// (Exec, Native, Public) + +void UCheatManager::TestCollisionDistance() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "TestCollisionDistance"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ToggleAILogging +// (Exec, Native, Public) + +void UCheatManager::ToggleAILogging() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ToggleAILogging"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ToggleDebugCamera +// (Exec, Native, Public) + +void UCheatManager::ToggleDebugCamera() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ToggleDebugCamera"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ToggleServerStatReplicatorClientOverwrite +// (Final, Exec, Native, Public) + +void UCheatManager::ToggleServerStatReplicatorClientOverwrite() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ToggleServerStatReplicatorClientOverwrite"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ToggleServerStatReplicatorUpdateStatNet +// (Final, Exec, Native, Public) + +void UCheatManager::ToggleServerStatReplicatorUpdateStatNet() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ToggleServerStatReplicatorUpdateStatNet"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.UpdateSafeArea +// (Final, Exec, Native, Public) + +void UCheatManager::UpdateSafeArea() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "UpdateSafeArea"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ViewActor +// (Exec, Native, Public) +// Parameters: +// class FName ActorName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::ViewActor(class FName ActorName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ViewActor"); + + Params::CheatManager_ViewActor Parms{}; + + Parms.ActorName = ActorName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ViewClass +// (Exec, Native, Public) +// Parameters: +// TSubclassOf DesiredClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::ViewClass(TSubclassOf DesiredClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ViewClass"); + + Params::CheatManager_ViewClass Parms{}; + + Parms.DesiredClass = DesiredClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ViewPlayer +// (Exec, Native, Public) +// Parameters: +// const class FString& S (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCheatManager::ViewPlayer(const class FString& S) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ViewPlayer"); + + Params::CheatManager_ViewPlayer Parms{}; + + Parms.S = std::move(S); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.ViewSelf +// (Exec, Native, Public) + +void UCheatManager::ViewSelf() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "ViewSelf"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CheatManager.Walk +// (Exec, Native, Public, BlueprintCallable) + +void UCheatManager::Walk() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CheatManager", "Walk"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.GetDefaultResolution +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UGameUserSettings::GetDefaultResolution() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameUserSettings", "GetDefaultResolution"); + + Params::GameUserSettings_GetDefaultResolution Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetDefaultWindowMode +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// EWindowMode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EWindowMode UGameUserSettings::GetDefaultWindowMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameUserSettings", "GetDefaultWindowMode"); + + Params::GameUserSettings_GetDefaultWindowMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetDefaultWindowPosition +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UGameUserSettings::GetDefaultWindowPosition() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameUserSettings", "GetDefaultWindowPosition"); + + Params::GameUserSettings_GetDefaultWindowPosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetFramePace +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetFramePace() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameUserSettings", "GetFramePace"); + + Params::GameUserSettings_GetFramePace Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetGameUserSettings +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UGameUserSettings* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UGameUserSettings* UGameUserSettings::GetGameUserSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameUserSettings", "GetGameUserSettings"); + + Params::GameUserSettings_GetGameUserSettings Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetSyncInterval +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetSyncInterval() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameUserSettings", "GetSyncInterval"); + + Params::GameUserSettings_GetSyncInterval Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.ApplyHardwareBenchmarkResults +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::ApplyHardwareBenchmarkResults() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ApplyHardwareBenchmarkResults"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.ApplyNonResolutionSettings +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::ApplyNonResolutionSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ApplyNonResolutionSettings"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.ApplyResolutionSettings +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bCheckForCommandLineOverrides (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::ApplyResolutionSettings(bool bCheckForCommandLineOverrides) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ApplyResolutionSettings"); + + Params::GameUserSettings_ApplyResolutionSettings Parms{}; + + Parms.bCheckForCommandLineOverrides = bCheckForCommandLineOverrides; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.ApplySettings +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bCheckForCommandLineOverrides (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::ApplySettings(bool bCheckForCommandLineOverrides) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ApplySettings"); + + Params::GameUserSettings_ApplySettings Parms{}; + + Parms.bCheckForCommandLineOverrides = bCheckForCommandLineOverrides; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.ConfirmVideoMode +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::ConfirmVideoMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ConfirmVideoMode"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.EnableHDRDisplayOutput +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 DisplayNits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::EnableHDRDisplayOutput(bool bEnable, int32 DisplayNits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "EnableHDRDisplayOutput"); + + Params::GameUserSettings_EnableHDRDisplayOutput Parms{}; + + Parms.bEnable = bEnable; + Parms.DisplayNits = DisplayNits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.GetDefaultResolutionScale +// (Native, Public, BlueprintCallable) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameUserSettings::GetDefaultResolutionScale() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetDefaultResolutionScale"); + + Params::GameUserSettings_GetDefaultResolutionScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetRecommendedResolutionScale +// (Native, Public, BlueprintCallable) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameUserSettings::GetRecommendedResolutionScale() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetRecommendedResolutionScale"); + + Params::GameUserSettings_GetRecommendedResolutionScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.LoadSettings +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bForceReload (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::LoadSettings(bool bForceReload) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "LoadSettings"); + + Params::GameUserSettings_LoadSettings Parms{}; + + Parms.bForceReload = bForceReload; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.ResetToCurrentSettings +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::ResetToCurrentSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ResetToCurrentSettings"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.RevertVideoMode +// (Final, Native, Public, BlueprintCallable) + +void UGameUserSettings::RevertVideoMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "RevertVideoMode"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.RunHardwareBenchmark +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 WorkScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float CPUMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float GPUMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::RunHardwareBenchmark(int32 WorkScale, float CPUMultiplier, float GPUMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "RunHardwareBenchmark"); + + Params::GameUserSettings_RunHardwareBenchmark Parms{}; + + Parms.WorkScale = WorkScale; + Parms.CPUMultiplier = CPUMultiplier; + Parms.GPUMultiplier = GPUMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SaveSettings +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::SaveSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SaveSettings"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetAntiAliasingQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetAntiAliasingQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetAntiAliasingQuality"); + + Params::GameUserSettings_SetAntiAliasingQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetAudioQualityLevel +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 QualityLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetAudioQualityLevel(int32 QualityLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetAudioQualityLevel"); + + Params::GameUserSettings_SetAudioQualityLevel Parms{}; + + Parms.QualityLevel = QualityLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetBenchmarkFallbackValues +// (Final, Native, Public, BlueprintCallable) + +void UGameUserSettings::SetBenchmarkFallbackValues() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetBenchmarkFallbackValues"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetDynamicResolutionEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetDynamicResolutionEnabled(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetDynamicResolutionEnabled"); + + Params::GameUserSettings_SetDynamicResolutionEnabled Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetFoliageQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetFoliageQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetFoliageQuality"); + + Params::GameUserSettings_SetFoliageQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetFrameRateLimit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewLimit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetFrameRateLimit(float NewLimit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetFrameRateLimit"); + + Params::GameUserSettings_SetFrameRateLimit Parms{}; + + Parms.NewLimit = NewLimit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetFullscreenMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EWindowMode InFullscreenMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetFullscreenMode(EWindowMode InFullscreenMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetFullscreenMode"); + + Params::GameUserSettings_SetFullscreenMode Parms{}; + + Parms.InFullscreenMode = InFullscreenMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetOverallScalabilityLevel +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetOverallScalabilityLevel(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetOverallScalabilityLevel"); + + Params::GameUserSettings_SetOverallScalabilityLevel Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetPostProcessingQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetPostProcessingQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetPostProcessingQuality"); + + Params::GameUserSettings_SetPostProcessingQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetResolutionScaleNormalized +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewScaleNormalized (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetResolutionScaleNormalized(float NewScaleNormalized) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetResolutionScaleNormalized"); + + Params::GameUserSettings_SetResolutionScaleNormalized Parms{}; + + Parms.NewScaleNormalized = NewScaleNormalized; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetResolutionScaleValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewScaleValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetResolutionScaleValue(int32 NewScaleValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetResolutionScaleValue"); + + Params::GameUserSettings_SetResolutionScaleValue Parms{}; + + Parms.NewScaleValue = NewScaleValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetResolutionScaleValueEx +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewScaleValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetResolutionScaleValueEx(float NewScaleValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetResolutionScaleValueEx"); + + Params::GameUserSettings_SetResolutionScaleValueEx Parms{}; + + Parms.NewScaleValue = NewScaleValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetScreenResolution +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FIntPoint& Resolution (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetScreenResolution(const struct FIntPoint& Resolution) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetScreenResolution"); + + Params::GameUserSettings_SetScreenResolution Parms{}; + + Parms.Resolution = std::move(Resolution); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetShadingQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetShadingQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetShadingQuality"); + + Params::GameUserSettings_SetShadingQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetShadowQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetShadowQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetShadowQuality"); + + Params::GameUserSettings_SetShadowQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetTextureQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetTextureQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetTextureQuality"); + + Params::GameUserSettings_SetTextureQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetToDefaults +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::SetToDefaults() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetToDefaults"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetViewDistanceQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetViewDistanceQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetViewDistanceQuality"); + + Params::GameUserSettings_SetViewDistanceQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetVisualEffectQuality +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetVisualEffectQuality(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetVisualEffectQuality"); + + Params::GameUserSettings_SetVisualEffectQuality Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.SetVSyncEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::SetVSyncEnabled(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SetVSyncEnabled"); + + Params::GameUserSettings_SetVSyncEnabled Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.ValidateSettings +// (Native, Public, BlueprintCallable) + +void UGameUserSettings::ValidateSettings() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "ValidateSettings"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameUserSettings.GetAntiAliasingQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetAntiAliasingQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetAntiAliasingQuality"); + + Params::GameUserSettings_GetAntiAliasingQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetAudioQualityLevel +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetAudioQualityLevel() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetAudioQualityLevel"); + + Params::GameUserSettings_GetAudioQualityLevel Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetCurrentHDRDisplayNits +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetCurrentHDRDisplayNits() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetCurrentHDRDisplayNits"); + + Params::GameUserSettings_GetCurrentHDRDisplayNits Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetDesktopResolution +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UGameUserSettings::GetDesktopResolution() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetDesktopResolution"); + + Params::GameUserSettings_GetDesktopResolution Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetFoliageQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetFoliageQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetFoliageQuality"); + + Params::GameUserSettings_GetFoliageQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetFrameRateLimit +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameUserSettings::GetFrameRateLimit() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetFrameRateLimit"); + + Params::GameUserSettings_GetFrameRateLimit Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetFullscreenMode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EWindowMode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EWindowMode UGameUserSettings::GetFullscreenMode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetFullscreenMode"); + + Params::GameUserSettings_GetFullscreenMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetLastConfirmedFullscreenMode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EWindowMode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EWindowMode UGameUserSettings::GetLastConfirmedFullscreenMode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetLastConfirmedFullscreenMode"); + + Params::GameUserSettings_GetLastConfirmedFullscreenMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetLastConfirmedScreenResolution +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UGameUserSettings::GetLastConfirmedScreenResolution() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetLastConfirmedScreenResolution"); + + Params::GameUserSettings_GetLastConfirmedScreenResolution Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetOverallScalabilityLevel +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetOverallScalabilityLevel() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetOverallScalabilityLevel"); + + Params::GameUserSettings_GetOverallScalabilityLevel Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetPostProcessingQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetPostProcessingQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetPostProcessingQuality"); + + Params::GameUserSettings_GetPostProcessingQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetPreferredFullscreenMode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// EWindowMode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EWindowMode UGameUserSettings::GetPreferredFullscreenMode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetPreferredFullscreenMode"); + + Params::GameUserSettings_GetPreferredFullscreenMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetResolutionScaleInformation +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* CurrentScaleNormalized (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* CurrentScaleValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* MinScaleValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* MaxScaleValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::GetResolutionScaleInformation(float* CurrentScaleNormalized, int32* CurrentScaleValue, int32* MinScaleValue, int32* MaxScaleValue) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetResolutionScaleInformation"); + + Params::GameUserSettings_GetResolutionScaleInformation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (CurrentScaleNormalized != nullptr) + *CurrentScaleNormalized = Parms.CurrentScaleNormalized; + + if (CurrentScaleValue != nullptr) + *CurrentScaleValue = Parms.CurrentScaleValue; + + if (MinScaleValue != nullptr) + *MinScaleValue = Parms.MinScaleValue; + + if (MaxScaleValue != nullptr) + *MaxScaleValue = Parms.MaxScaleValue; +} + + +// Function Engine.GameUserSettings.GetResolutionScaleInformationEx +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* CurrentScaleNormalized (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* CurrentScaleValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* MinScaleValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* MaxScaleValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameUserSettings::GetResolutionScaleInformationEx(float* CurrentScaleNormalized, float* CurrentScaleValue, float* MinScaleValue, float* MaxScaleValue) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetResolutionScaleInformationEx"); + + Params::GameUserSettings_GetResolutionScaleInformationEx Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (CurrentScaleNormalized != nullptr) + *CurrentScaleNormalized = Parms.CurrentScaleNormalized; + + if (CurrentScaleValue != nullptr) + *CurrentScaleValue = Parms.CurrentScaleValue; + + if (MinScaleValue != nullptr) + *MinScaleValue = Parms.MinScaleValue; + + if (MaxScaleValue != nullptr) + *MaxScaleValue = Parms.MaxScaleValue; +} + + +// Function Engine.GameUserSettings.GetResolutionScaleNormalized +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameUserSettings::GetResolutionScaleNormalized() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetResolutionScaleNormalized"); + + Params::GameUserSettings_GetResolutionScaleNormalized Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetScreenResolution +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UGameUserSettings::GetScreenResolution() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetScreenResolution"); + + Params::GameUserSettings_GetScreenResolution Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetShadingQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetShadingQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetShadingQuality"); + + Params::GameUserSettings_GetShadingQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetShadowQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetShadowQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetShadowQuality"); + + Params::GameUserSettings_GetShadowQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetTextureQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetTextureQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetTextureQuality"); + + Params::GameUserSettings_GetTextureQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetViewDistanceQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetViewDistanceQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetViewDistanceQuality"); + + Params::GameUserSettings_GetViewDistanceQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.GetVisualEffectQuality +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameUserSettings::GetVisualEffectQuality() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "GetVisualEffectQuality"); + + Params::GameUserSettings_GetVisualEffectQuality Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsDirty +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsDirty() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsDirty"); + + Params::GameUserSettings_IsDirty Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsDynamicResolutionDirty +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsDynamicResolutionDirty() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsDynamicResolutionDirty"); + + Params::GameUserSettings_IsDynamicResolutionDirty Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsDynamicResolutionEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsDynamicResolutionEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsDynamicResolutionEnabled"); + + Params::GameUserSettings_IsDynamicResolutionEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsFullscreenModeDirty +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsFullscreenModeDirty() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsFullscreenModeDirty"); + + Params::GameUserSettings_IsFullscreenModeDirty Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsHDREnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsHDREnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsHDREnabled"); + + Params::GameUserSettings_IsHDREnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsScreenResolutionDirty +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsScreenResolutionDirty() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsScreenResolutionDirty"); + + Params::GameUserSettings_IsScreenResolutionDirty Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsVSyncDirty +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsVSyncDirty() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsVSyncDirty"); + + Params::GameUserSettings_IsVSyncDirty Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.IsVSyncEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::IsVSyncEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "IsVSyncEnabled"); + + Params::GameUserSettings_IsVSyncEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameUserSettings.SupportsHDRDisplayOutput +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameUserSettings::SupportsHDRDisplayOutput() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameUserSettings", "SupportsHDRDisplayOutput"); + + Params::GameUserSettings_SupportsHDRDisplayOutput Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMaterialLibrary.CreateDynamicMaterialInstance +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Parent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName OptionalName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EMIDCreationFlags CreationFlags (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* UKismetMaterialLibrary::CreateDynamicMaterialInstance(class UObject* WorldContextObject, class UMaterialInterface* Parent, class FName OptionalName, EMIDCreationFlags CreationFlags) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMaterialLibrary", "CreateDynamicMaterialInstance"); + + Params::KismetMaterialLibrary_CreateDynamicMaterialInstance Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Parent = Parent; + Parms.OptionalName = OptionalName; + Parms.CreationFlags = CreationFlags; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMaterialLibrary.GetScalarParameterValue +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialParameterCollection* Collection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMaterialLibrary::GetScalarParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMaterialLibrary", "GetScalarParameterValue"); + + Params::KismetMaterialLibrary_GetScalarParameterValue Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Collection = Collection; + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMaterialLibrary.GetVectorParameterValue +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialParameterCollection* Collection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMaterialLibrary::GetVectorParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMaterialLibrary", "GetVectorParameterValue"); + + Params::KismetMaterialLibrary_GetVectorParameterValue Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Collection = Collection; + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMaterialLibrary.SetScalarParameterValue +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialParameterCollection* Collection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ParameterValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMaterialLibrary::SetScalarParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName, float ParameterValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMaterialLibrary", "SetScalarParameterValue"); + + Params::KismetMaterialLibrary_SetScalarParameterValue Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Collection = Collection; + Parms.ParameterName = ParameterName; + Parms.ParameterValue = ParameterValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetMaterialLibrary.SetVectorParameterValue +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialParameterCollection* Collection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ParameterValue (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMaterialLibrary::SetVectorParameterValue(class UObject* WorldContextObject, class UMaterialParameterCollection* Collection, class FName ParameterName, const struct FLinearColor& ParameterValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMaterialLibrary", "SetVectorParameterValue"); + + Params::KismetMaterialLibrary_SetVectorParameterValue Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Collection = Collection; + Parms.ParameterName = ParameterName; + Parms.ParameterValue = std::move(ParameterValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Predefined Function +// Gets a pointer to a valid UObject of type UEngine + +class UEngine* UEngine::GetEngine() +{ + static UEngine* GEngine = nullptr; + + if (GEngine) + return GEngine; + + /* (Re-)Initialize if GEngine is nullptr */ + for (int i = 0; i < UObject::GObjects->Num(); i++) + { + UObject* Obj = UObject::GObjects->GetByIndex(i); + + if (!Obj) + continue; + + if (Obj->IsA(UEngine::StaticClass()) && !Obj->IsDefaultObject()) + { + GEngine = static_cast(Obj); + break; + } + } + + return GEngine; +} + + +// Function Engine.GameViewportClient.SetConsoleTarget +// (Exec, Native, Public) +// Parameters: +// int32 PlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameViewportClient::SetConsoleTarget(int32 PlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameViewportClient", "SetConsoleTarget"); + + Params::GameViewportClient_SetConsoleTarget Parms{}; + + Parms.PlayerIndex = PlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameViewportClient.ShowTitleSafeArea +// (Exec, Native, Public) + +void UGameViewportClient::ShowTitleSafeArea() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameViewportClient", "ShowTitleSafeArea"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameViewportClient.SSSwapControllers +// (Exec, Native, Public) + +void UGameViewportClient::SSSwapControllers() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("GameViewportClient", "SSSwapControllers"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.AddOrUpdateBlendable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TScriptInterfaceInBlendableObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +// float InWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "AddOrUpdateBlendable"); + + Params::CameraComponent_AddOrUpdateBlendable Parms{}; + + Parms.InBlendableObject = InBlendableObject; + Parms.InWeight = InWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.GetCameraView +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMinimalViewInfo* DesiredView (Parm, OutParm, NativeAccessSpecifierPublic) + +void UCameraComponent::GetCameraView(float DeltaTime, struct FMinimalViewInfo* DesiredView) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "GetCameraView"); + + Params::CameraComponent_GetCameraView Parms{}; + + Parms.DeltaTime = DeltaTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (DesiredView != nullptr) + *DesiredView = std::move(Parms.DesiredView); +} + + +// Function Engine.CameraComponent.OnCameraMeshHiddenChanged +// (Final, Native, Protected, BlueprintCallable) + +void UCameraComponent::OnCameraMeshHiddenChanged() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "OnCameraMeshHiddenChanged"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.RemoveBlendable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TScriptInterfaceInBlendableObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + +void UCameraComponent::RemoveBlendable(TScriptInterface InBlendableObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "RemoveBlendable"); + + Params::CameraComponent_RemoveBlendable Parms{}; + + Parms.InBlendableObject = InBlendableObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetAspectRatio +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InAspectRatio (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetAspectRatio(float InAspectRatio) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetAspectRatio"); + + Params::CameraComponent_SetAspectRatio Parms{}; + + Parms.InAspectRatio = InAspectRatio; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetConstraintAspectRatio +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInConstrainAspectRatio (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetConstraintAspectRatio(bool bInConstrainAspectRatio) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetConstraintAspectRatio"); + + Params::CameraComponent_SetConstraintAspectRatio Parms{}; + + Parms.bInConstrainAspectRatio = bInConstrainAspectRatio; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetFieldOfView +// (Native, Public, BlueprintCallable) +// Parameters: +// float InFieldOfView (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetFieldOfView(float InFieldOfView) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetFieldOfView"); + + Params::CameraComponent_SetFieldOfView Parms{}; + + Parms.InFieldOfView = InFieldOfView; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetOrthoFarClipPlane +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InOrthoFarClipPlane (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetOrthoFarClipPlane(float InOrthoFarClipPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetOrthoFarClipPlane"); + + Params::CameraComponent_SetOrthoFarClipPlane Parms{}; + + Parms.InOrthoFarClipPlane = InOrthoFarClipPlane; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetOrthoNearClipPlane +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InOrthoNearClipPlane (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetOrthoNearClipPlane(float InOrthoNearClipPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetOrthoNearClipPlane"); + + Params::CameraComponent_SetOrthoNearClipPlane Parms{}; + + Parms.InOrthoNearClipPlane = InOrthoNearClipPlane; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetOrthoWidth +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InOrthoWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetOrthoWidth(float InOrthoWidth) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetOrthoWidth"); + + Params::CameraComponent_SetOrthoWidth Parms{}; + + Parms.InOrthoWidth = InOrthoWidth; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetPostProcessBlendWeight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InPostProcessBlendWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetPostProcessBlendWeight(float InPostProcessBlendWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetPostProcessBlendWeight"); + + Params::CameraComponent_SetPostProcessBlendWeight Parms{}; + + Parms.InPostProcessBlendWeight = InPostProcessBlendWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetProjectionMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ECameraProjectionMode InProjectionMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetProjectionMode(ECameraProjectionMode InProjectionMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetProjectionMode"); + + Params::CameraComponent_SetProjectionMode Parms{}; + + Parms.InProjectionMode = InProjectionMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraComponent.SetUseFieldOfViewForLOD +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInUseFieldOfViewForLOD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraComponent::SetUseFieldOfViewForLOD(bool bInUseFieldOfViewForLOD) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraComponent", "SetUseFieldOfViewForLOD"); + + Params::CameraComponent_SetUseFieldOfViewForLOD Parms{}; + + Parms.bInUseFieldOfViewForLOD = bInUseFieldOfViewForLOD; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLight.OnRep_bEnabled +// (Native, Public) + +void ASkyLight::OnRep_bEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLight", "OnRep_bEnabled"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMeshActor.SetMobility +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EComponentMobility InMobility (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AStaticMeshActor::SetMobility(EComponentMobility InMobility) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMeshActor", "SetMobility"); + + Params::StaticMeshActor_SetMobility Parms{}; + + Parms.InMobility = InMobility; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetDirectionalInscatteringColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetDirectionalInscatteringColor(const struct FLinearColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetDirectionalInscatteringColor"); + + Params::ExponentialHeightFogComponent_SetDirectionalInscatteringColor Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetDirectionalInscatteringExponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetDirectionalInscatteringExponent(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetDirectionalInscatteringExponent"); + + Params::ExponentialHeightFogComponent_SetDirectionalInscatteringExponent Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetDirectionalInscatteringStartDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetDirectionalInscatteringStartDistance(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetDirectionalInscatteringStartDistance"); + + Params::ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetFogCutoffDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetFogCutoffDistance(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetFogCutoffDistance"); + + Params::ExponentialHeightFogComponent_SetFogCutoffDistance Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetFogDensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetFogDensity(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetFogDensity"); + + Params::ExponentialHeightFogComponent_SetFogDensity Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetFogHeightFalloff +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetFogHeightFalloff(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetFogHeightFalloff"); + + Params::ExponentialHeightFogComponent_SetFogHeightFalloff Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetFogInscatteringColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetFogInscatteringColor(const struct FLinearColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetFogInscatteringColor"); + + Params::ExponentialHeightFogComponent_SetFogInscatteringColor Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetFogMaxOpacity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetFogMaxOpacity(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetFogMaxOpacity"); + + Params::ExponentialHeightFogComponent_SetFogMaxOpacity Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetFullyDirectionalInscatteringColorDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetFullyDirectionalInscatteringColorDistance(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetFullyDirectionalInscatteringColorDistance"); + + Params::ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetInscatteringColorCubemap +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTextureCube* Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetInscatteringColorCubemap(class UTextureCube* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetInscatteringColorCubemap"); + + Params::ExponentialHeightFogComponent_SetInscatteringColorCubemap Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetInscatteringColorCubemapAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetInscatteringColorCubemapAngle(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetInscatteringColorCubemapAngle"); + + Params::ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetInscatteringTextureTint +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetInscatteringTextureTint(const struct FLinearColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetInscatteringTextureTint"); + + Params::ExponentialHeightFogComponent_SetInscatteringTextureTint Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetNonDirectionalInscatteringColorDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetNonDirectionalInscatteringColorDistance(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetNonDirectionalInscatteringColorDistance"); + + Params::ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetSecondFogDensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetSecondFogDensity(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetSecondFogDensity"); + + Params::ExponentialHeightFogComponent_SetSecondFogDensity Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetSecondFogHeightFalloff +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetSecondFogHeightFalloff(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetSecondFogHeightFalloff"); + + Params::ExponentialHeightFogComponent_SetSecondFogHeightFalloff Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetSecondFogHeightOffset +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetSecondFogHeightOffset(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetSecondFogHeightOffset"); + + Params::ExponentialHeightFogComponent_SetSecondFogHeightOffset Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetStartDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetStartDistance(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetStartDistance"); + + Params::ExponentialHeightFogComponent_SetStartDistance Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFog +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetVolumetricFog(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetVolumetricFog"); + + Params::ExponentialHeightFogComponent_SetVolumetricFog Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogAlbedo +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetVolumetricFogAlbedo(const struct FColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetVolumetricFogAlbedo"); + + Params::ExponentialHeightFogComponent_SetVolumetricFogAlbedo Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetVolumetricFogDistance(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetVolumetricFogDistance"); + + Params::ExponentialHeightFogComponent_SetVolumetricFogDistance Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogEmissive +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetVolumetricFogEmissive(const struct FLinearColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetVolumetricFogEmissive"); + + Params::ExponentialHeightFogComponent_SetVolumetricFogEmissive Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogExtinctionScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetVolumetricFogExtinctionScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetVolumetricFogExtinctionScale"); + + Params::ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogScatteringDistribution +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UExponentialHeightFogComponent::SetVolumetricFogScatteringDistribution(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ExponentialHeightFogComponent", "SetVolumetricFogScatteringDistribution"); + + Params::ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimecodeProvider.FetchAndUpdate +// (Native, Public, BlueprintCallable) + +void UTimecodeProvider::FetchAndUpdate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "FetchAndUpdate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimecodeProvider.FetchTimecode +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FQualifiedFrameTime* OutFrameTime (Parm, OutParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTimecodeProvider::FetchTimecode(struct FQualifiedFrameTime* OutFrameTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "FetchTimecode"); + + Params::TimecodeProvider_FetchTimecode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutFrameTime != nullptr) + *OutFrameTime = std::move(Parms.OutFrameTime); + + return Parms.ReturnValue; +} + + +// Function Engine.TimecodeProvider.GetDelayedQualifiedFrameTime +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FQualifiedFrameTime ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FQualifiedFrameTime UTimecodeProvider::GetDelayedQualifiedFrameTime() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "GetDelayedQualifiedFrameTime"); + + Params::TimecodeProvider_GetDelayedQualifiedFrameTime Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimecodeProvider.GetDelayedTimecode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FTimecode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimecode UTimecodeProvider::GetDelayedTimecode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "GetDelayedTimecode"); + + Params::TimecodeProvider_GetDelayedTimecode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimecodeProvider.GetFrameRate +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FFrameRate ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FFrameRate UTimecodeProvider::GetFrameRate() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "GetFrameRate"); + + Params::TimecodeProvider_GetFrameRate Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimecodeProvider.GetQualifiedFrameTime +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FQualifiedFrameTime ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FQualifiedFrameTime UTimecodeProvider::GetQualifiedFrameTime() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "GetQualifiedFrameTime"); + + Params::TimecodeProvider_GetQualifiedFrameTime Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimecodeProvider.GetSynchronizationState +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// ETimecodeProviderSynchronizationState ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ETimecodeProviderSynchronizationState UTimecodeProvider::GetSynchronizationState() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "GetSynchronizationState"); + + Params::TimecodeProvider_GetSynchronizationState Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimecodeProvider.GetTimecode +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FTimecode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimecode UTimecodeProvider::GetTimecode() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimecodeProvider", "GetTimecode"); + + Params::TimecodeProvider_GetTimecode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AmbientSound.AdjustVolume +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float AdjustVolumeDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AdjustVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AAmbientSound::AdjustVolume(float AdjustVolumeDuration, float AdjustVolumeLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AmbientSound", "AdjustVolume"); + + Params::AmbientSound_AdjustVolume Parms{}; + + Parms.AdjustVolumeDuration = AdjustVolumeDuration; + Parms.AdjustVolumeLevel = AdjustVolumeLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AmbientSound.FadeIn +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float FadeInDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AAmbientSound::FadeIn(float FadeInDuration, float FadeVolumeLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AmbientSound", "FadeIn"); + + Params::AmbientSound_FadeIn Parms{}; + + Parms.FadeInDuration = FadeInDuration; + Parms.FadeVolumeLevel = FadeVolumeLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AmbientSound.FadeOut +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float FadeOutDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeVolumeLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AAmbientSound::FadeOut(float FadeOutDuration, float FadeVolumeLevel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AmbientSound", "FadeOut"); + + Params::AmbientSound_FadeOut Parms{}; + + Parms.FadeOutDuration = FadeOutDuration; + Parms.FadeVolumeLevel = FadeVolumeLevel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AmbientSound.Play +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AAmbientSound::Play(float StartTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AmbientSound", "Play"); + + Params::AmbientSound_Play Parms{}; + + Parms.StartTime = StartTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AmbientSound.Stop +// (Final, Native, Public, BlueprintCallable) + +void AAmbientSound::Stop() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AmbientSound", "Stop"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WindDirectionalSourceComponent.SetMaximumGustAmount +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InNewMaxGust (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UWindDirectionalSourceComponent::SetMaximumGustAmount(float InNewMaxGust) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WindDirectionalSourceComponent", "SetMaximumGustAmount"); + + Params::WindDirectionalSourceComponent_SetMaximumGustAmount Parms{}; + + Parms.InNewMaxGust = InNewMaxGust; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WindDirectionalSourceComponent.SetMinimumGustAmount +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InNewMinGust (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UWindDirectionalSourceComponent::SetMinimumGustAmount(float InNewMinGust) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WindDirectionalSourceComponent", "SetMinimumGustAmount"); + + Params::WindDirectionalSourceComponent_SetMinimumGustAmount Parms{}; + + Parms.InNewMinGust = InNewMinGust; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WindDirectionalSourceComponent.SetRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InNewRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UWindDirectionalSourceComponent::SetRadius(float InNewRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WindDirectionalSourceComponent", "SetRadius"); + + Params::WindDirectionalSourceComponent_SetRadius Parms{}; + + Parms.InNewRadius = InNewRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WindDirectionalSourceComponent.SetSpeed +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InNewSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UWindDirectionalSourceComponent::SetSpeed(float InNewSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WindDirectionalSourceComponent", "SetSpeed"); + + Params::WindDirectionalSourceComponent_SetSpeed Parms{}; + + Parms.InNewSpeed = InNewSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WindDirectionalSourceComponent.SetStrength +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InNewStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UWindDirectionalSourceComponent::SetStrength(float InNewStrength) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WindDirectionalSourceComponent", "SetStrength"); + + Params::WindDirectionalSourceComponent_SetStrength Parms{}; + + Parms.InNewStrength = InNewStrength; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WindDirectionalSourceComponent.SetWindType +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EWindSourceType InNewType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UWindDirectionalSourceComponent::SetWindType(EWindSourceType InNewType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WindDirectionalSourceComponent", "SetWindType"); + + Params::WindDirectionalSourceComponent_SetWindType Parms{}; + + Parms.InNewType = InNewType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetbUsePerSampleAtmosphericLightTransmittance +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// bool NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetbUsePerSampleAtmosphericLightTransmittance(bool NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetbUsePerSampleAtmosphericLightTransmittance"); + + Params::VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetGroundAlbedo +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetGroundAlbedo(const struct FColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetGroundAlbedo"); + + Params::VolumetricCloudComponent_SetGroundAlbedo Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetLayerBottomAltitude +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetLayerBottomAltitude(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetLayerBottomAltitude"); + + Params::VolumetricCloudComponent_SetLayerBottomAltitude Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetLayerHeight +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetLayerHeight(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetLayerHeight"); + + Params::VolumetricCloudComponent_SetLayerHeight Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetMaterial +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetMaterial(class UMaterialInterface* NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetMaterial"); + + Params::VolumetricCloudComponent_SetMaterial Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetPlanetRadius +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetPlanetRadius(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetPlanetRadius"); + + Params::VolumetricCloudComponent_SetPlanetRadius Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetReflectionSampleCountScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetReflectionSampleCountScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetReflectionSampleCountScale"); + + Params::VolumetricCloudComponent_SetReflectionSampleCountScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetShadowReflectionSampleCountScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetShadowReflectionSampleCountScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetShadowReflectionSampleCountScale"); + + Params::VolumetricCloudComponent_SetShadowReflectionSampleCountScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetShadowTracingDistance +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetShadowTracingDistance(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetShadowTracingDistance"); + + Params::VolumetricCloudComponent_SetShadowTracingDistance Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetShadowViewSampleCountScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetShadowViewSampleCountScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetShadowViewSampleCountScale"); + + Params::VolumetricCloudComponent_SetShadowViewSampleCountScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetSkyLightCloudBottomOcclusion +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetSkyLightCloudBottomOcclusion(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetSkyLightCloudBottomOcclusion"); + + Params::VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetStopTracingTransmittanceThreshold +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetStopTracingTransmittanceThreshold(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetStopTracingTransmittanceThreshold"); + + Params::VolumetricCloudComponent_SetStopTracingTransmittanceThreshold Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetTracingMaxDistance +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetTracingMaxDistance(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetTracingMaxDistance"); + + Params::VolumetricCloudComponent_SetTracingMaxDistance Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetTracingStartMaxDistance +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetTracingStartMaxDistance(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetTracingStartMaxDistance"); + + Params::VolumetricCloudComponent_SetTracingStartMaxDistance Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VolumetricCloudComponent.SetViewSampleCountScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVolumetricCloudComponent::SetViewSampleCountScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VolumetricCloudComponent", "SetViewSampleCountScale"); + + Params::VolumetricCloudComponent_SetViewSampleCountScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerShapeEquirect.SetEquirectProps +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const struct FEquirectProps& InScaleBiases (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UStereoLayerShapeEquirect::SetEquirectProps(const struct FEquirectProps& InScaleBiases) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerShapeEquirect", "SetEquirectProps"); + + Params::StereoLayerShapeEquirect_SetEquirectProps Parms{}; + + Parms.InScaleBiases = std::move(InScaleBiases); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VOIPStatics.SetMicThreshold +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// float InThreshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVOIPStatics::SetMicThreshold(float InThreshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VOIPStatics", "SetMicThreshold"); + + Params::VOIPStatics_SetMicThreshold Parms{}; + + Parms.InThreshold = InThreshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.GetLength +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UAnimSingleNodeInstance::GetLength() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "GetLength"); + + Params::AnimSingleNodeInstance_GetLength Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AnimSingleNodeInstance.PlayAnim +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bIsLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InStartPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::PlayAnim(bool bIsLooping, float InPlayRate, float InStartPosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "PlayAnim"); + + Params::AnimSingleNodeInstance_PlayAnim Parms{}; + + Parms.bIsLooping = bIsLooping; + Parms.InPlayRate = InPlayRate; + Parms.InStartPosition = InStartPosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetAnimationAsset +// (Native, Public, BlueprintCallable) +// Parameters: +// class UAnimationAsset* NewAsset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIsLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetAnimationAsset(class UAnimationAsset* NewAsset, bool bIsLooping, float InPlayRate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetAnimationAsset"); + + Params::AnimSingleNodeInstance_SetAnimationAsset Parms{}; + + Parms.NewAsset = NewAsset; + Parms.bIsLooping = bIsLooping; + Parms.InPlayRate = InPlayRate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetBlendSpaceInput +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InBlendInput (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetBlendSpaceInput(const struct FVector& InBlendInput) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetBlendSpaceInput"); + + Params::AnimSingleNodeInstance_SetBlendSpaceInput Parms{}; + + Parms.InBlendInput = std::move(InBlendInput); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetLooping +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bIsLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetLooping(bool bIsLooping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetLooping"); + + Params::AnimSingleNodeInstance_SetLooping Parms{}; + + Parms.bIsLooping = bIsLooping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetPlaying +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bIsPlaying (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetPlaying(bool bIsPlaying) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetPlaying"); + + Params::AnimSingleNodeInstance_SetPlaying Parms{}; + + Parms.bIsPlaying = bIsPlaying; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetPlayRate +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InPlayRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetPlayRate(float InPlayRate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetPlayRate"); + + Params::AnimSingleNodeInstance_SetPlayRate Parms{}; + + Parms.InPlayRate = InPlayRate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetPosition +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFireNotifies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetPosition(float InPosition, bool bFireNotifies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetPosition"); + + Params::AnimSingleNodeInstance_SetPosition Parms{}; + + Parms.InPosition = InPosition; + Parms.bFireNotifies = bFireNotifies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetPositionWithPreviousTime +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPreviousTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFireNotifies (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetPositionWithPreviousTime(float InPosition, float InPreviousTime, bool bFireNotifies) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetPositionWithPreviousTime"); + + Params::AnimSingleNodeInstance_SetPositionWithPreviousTime Parms{}; + + Parms.InPosition = InPosition; + Parms.InPreviousTime = InPreviousTime; + Parms.bFireNotifies = bFireNotifies; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetPreviewCurveOverride +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FName& PoseName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRemoveIfZero (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetPreviewCurveOverride(const class FName& PoseName, float Value, bool bRemoveIfZero) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetPreviewCurveOverride"); + + Params::AnimSingleNodeInstance_SetPreviewCurveOverride Parms{}; + + Parms.PoseName = PoseName; + Parms.Value = Value; + Parms.bRemoveIfZero = bRemoveIfZero; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.SetReverse +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInReverse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAnimSingleNodeInstance::SetReverse(bool bInReverse) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "SetReverse"); + + Params::AnimSingleNodeInstance_SetReverse Parms{}; + + Parms.bInReverse = bInReverse; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.StopAnim +// (Final, Native, Public, BlueprintCallable) + +void UAnimSingleNodeInstance::StopAnim() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "StopAnim"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AnimSingleNodeInstance.GetAnimationAsset +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UAnimationAsset* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAnimationAsset* UAnimSingleNodeInstance::GetAnimationAsset() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AnimSingleNodeInstance", "GetAnimationAsset"); + + Params::AnimSingleNodeInstance_GetAnimationAsset Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ArrowComponent.SetArrowColor +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UArrowComponent::SetArrowColor(const struct FLinearColor& NewColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ArrowComponent", "SetArrowColor"); + + Params::ArrowComponent_SetArrowColor Parms{}; + + Parms.NewColor = std::move(NewColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AsyncActionHandleSaveGame.AsyncLoadGameFromSlot +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& SlotName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 UserIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAsyncActionHandleSaveGame* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionHandleSaveGame* UAsyncActionHandleSaveGame::AsyncLoadGameFromSlot(class UObject* WorldContextObject, const class FString& SlotName, const int32 UserIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionHandleSaveGame", "AsyncLoadGameFromSlot"); + + Params::AsyncActionHandleSaveGame_AsyncLoadGameFromSlot Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SlotName = std::move(SlotName); + Parms.UserIndex = UserIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionHandleSaveGame.AsyncSaveGameToSlot +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USaveGame* SaveGameObject_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& SlotName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 UserIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAsyncActionHandleSaveGame* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionHandleSaveGame* UAsyncActionHandleSaveGame::AsyncSaveGameToSlot(class UObject* WorldContextObject, class USaveGame* SaveGameObject_0, const class FString& SlotName, const int32 UserIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionHandleSaveGame", "AsyncSaveGameToSlot"); + + Params::AsyncActionHandleSaveGame_AsyncSaveGameToSlot Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SaveGameObject_0 = SaveGameObject_0; + Parms.SlotName = std::move(SlotName); + Parms.UserIndex = UserIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionLoadPrimaryAsset.AsyncLoadPrimaryAsset +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPrimaryAssetId& PrimaryAsset (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& LoadBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UAsyncActionLoadPrimaryAsset* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionLoadPrimaryAsset* UAsyncActionLoadPrimaryAsset::AsyncLoadPrimaryAsset(class UObject* WorldContextObject, const struct FPrimaryAssetId& PrimaryAsset, const TArray& LoadBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionLoadPrimaryAsset", "AsyncLoadPrimaryAsset"); + + Params::AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PrimaryAsset = std::move(PrimaryAsset); + Parms.LoadBundles = std::move(LoadBundles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionLoadPrimaryAssetClass.AsyncLoadPrimaryAssetClass +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPrimaryAssetId& PrimaryAsset (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& LoadBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UAsyncActionLoadPrimaryAssetClass*ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionLoadPrimaryAssetClass* UAsyncActionLoadPrimaryAssetClass::AsyncLoadPrimaryAssetClass(class UObject* WorldContextObject, const struct FPrimaryAssetId& PrimaryAsset, const TArray& LoadBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionLoadPrimaryAssetClass", "AsyncLoadPrimaryAssetClass"); + + Params::AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PrimaryAsset = std::move(PrimaryAsset); + Parms.LoadBundles = std::move(LoadBundles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionLoadPrimaryAssetList.AsyncLoadPrimaryAssetList +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& PrimaryAssetList (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& LoadBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UAsyncActionLoadPrimaryAssetList* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionLoadPrimaryAssetList* UAsyncActionLoadPrimaryAssetList::AsyncLoadPrimaryAssetList(class UObject* WorldContextObject, const TArray& PrimaryAssetList, const TArray& LoadBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionLoadPrimaryAssetList", "AsyncLoadPrimaryAssetList"); + + Params::AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PrimaryAssetList = std::move(PrimaryAssetList); + Parms.LoadBundles = std::move(LoadBundles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionLoadPrimaryAssetClassList.AsyncLoadPrimaryAssetClassList +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& PrimaryAssetList (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& LoadBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UAsyncActionLoadPrimaryAssetClassList*ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionLoadPrimaryAssetClassList* UAsyncActionLoadPrimaryAssetClassList::AsyncLoadPrimaryAssetClassList(class UObject* WorldContextObject, const TArray& PrimaryAssetList, const TArray& LoadBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionLoadPrimaryAssetClassList", "AsyncLoadPrimaryAssetClassList"); + + Params::AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PrimaryAssetList = std::move(PrimaryAssetList); + Parms.LoadBundles = std::move(LoadBundles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionChangePrimaryAssetBundles.AsyncChangeBundleStateForMatchingPrimaryAssets +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& NewBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& OldBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UAsyncActionChangePrimaryAssetBundles*ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionChangePrimaryAssetBundles* UAsyncActionChangePrimaryAssetBundles::AsyncChangeBundleStateForMatchingPrimaryAssets(class UObject* WorldContextObject, const TArray& NewBundles, const TArray& OldBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionChangePrimaryAssetBundles", "AsyncChangeBundleStateForMatchingPrimaryAssets"); + + Params::AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.NewBundles = std::move(NewBundles); + Parms.OldBundles = std::move(OldBundles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AsyncActionChangePrimaryAssetBundles.AsyncChangeBundleStateForPrimaryAssetList +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& PrimaryAssetList (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& AddBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& RemoveBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UAsyncActionChangePrimaryAssetBundles*ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAsyncActionChangePrimaryAssetBundles* UAsyncActionChangePrimaryAssetBundles::AsyncChangeBundleStateForPrimaryAssetList(class UObject* WorldContextObject, const TArray& PrimaryAssetList, const TArray& AddBundles, const TArray& RemoveBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("AsyncActionChangePrimaryAssetBundles", "AsyncChangeBundleStateForPrimaryAssetList"); + + Params::AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PrimaryAssetList = std::move(PrimaryAssetList); + Parms.AddBundles = std::move(AddBundles); + Parms.RemoveBundles = std::move(RemoveBundles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AtmosphericFogComponent.DisableGroundScattering +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// bool NewGroundScattering (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::DisableGroundScattering(bool NewGroundScattering) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "DisableGroundScattering"); + + Params::AtmosphericFogComponent_DisableGroundScattering Parms{}; + + Parms.NewGroundScattering = NewGroundScattering; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.DisableSunDisk +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// bool NewSunDisk (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::DisableSunDisk(bool NewSunDisk) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "DisableSunDisk"); + + Params::AtmosphericFogComponent_DisableSunDisk Parms{}; + + Parms.NewSunDisk = NewSunDisk; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetAltitudeScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewAltitudeScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetAltitudeScale(float NewAltitudeScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetAltitudeScale"); + + Params::AtmosphericFogComponent_SetAltitudeScale Parms{}; + + Parms.NewAltitudeScale = NewAltitudeScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetDefaultBrightness +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewBrightness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetDefaultBrightness(float NewBrightness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetDefaultBrightness"); + + Params::AtmosphericFogComponent_SetDefaultBrightness Parms{}; + + Parms.NewBrightness = NewBrightness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetDefaultLightColor +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewLightColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetDefaultLightColor(const struct FLinearColor& NewLightColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetDefaultLightColor"); + + Params::AtmosphericFogComponent_SetDefaultLightColor Parms{}; + + Parms.NewLightColor = std::move(NewLightColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetDensityMultiplier +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewDensityMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetDensityMultiplier(float NewDensityMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetDensityMultiplier"); + + Params::AtmosphericFogComponent_SetDensityMultiplier Parms{}; + + Parms.NewDensityMultiplier = NewDensityMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetDensityOffset +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewDensityOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetDensityOffset(float NewDensityOffset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetDensityOffset"); + + Params::AtmosphericFogComponent_SetDensityOffset Parms{}; + + Parms.NewDensityOffset = NewDensityOffset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetDistanceOffset +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewDistanceOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetDistanceOffset(float NewDistanceOffset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetDistanceOffset"); + + Params::AtmosphericFogComponent_SetDistanceOffset Parms{}; + + Parms.NewDistanceOffset = NewDistanceOffset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetDistanceScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewDistanceScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetDistanceScale(float NewDistanceScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetDistanceScale"); + + Params::AtmosphericFogComponent_SetDistanceScale Parms{}; + + Parms.NewDistanceScale = NewDistanceScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetFogMultiplier +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewFogMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetFogMultiplier(float NewFogMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetFogMultiplier"); + + Params::AtmosphericFogComponent_SetFogMultiplier Parms{}; + + Parms.NewFogMultiplier = NewFogMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetPrecomputeParams +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float DensityHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaxScatteringOrder (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 InscatterAltitudeSampleNum (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetPrecomputeParams(float DensityHeight, int32 MaxScatteringOrder, int32 InscatterAltitudeSampleNum) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetPrecomputeParams"); + + Params::AtmosphericFogComponent_SetPrecomputeParams Parms{}; + + Parms.DensityHeight = DensityHeight; + Parms.MaxScatteringOrder = MaxScatteringOrder; + Parms.InscatterAltitudeSampleNum = InscatterAltitudeSampleNum; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetStartDistance +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewStartDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetStartDistance(float NewStartDistance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetStartDistance"); + + Params::AtmosphericFogComponent_SetStartDistance Parms{}; + + Parms.NewStartDistance = NewStartDistance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.SetSunMultiplier +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewSunMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAtmosphericFogComponent::SetSunMultiplier(float NewSunMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "SetSunMultiplier"); + + Params::AtmosphericFogComponent_SetSunMultiplier Parms{}; + + Parms.NewSunMultiplier = NewSunMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AtmosphericFogComponent.StartPrecompute +// (Final, Native, Public, BlueprintCallable) + +void UAtmosphericFogComponent::StartPrecompute() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AtmosphericFogComponent", "StartPrecompute"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.OnRep_bEnabled +// (Final, Native, Private) + +void AAudioVolume::OnRep_bEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "OnRep_bEnabled"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.SetEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AAudioVolume::SetEnabled(bool bNewEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "SetEnabled"); + + Params::AudioVolume_SetEnabled Parms{}; + + Parms.bNewEnabled = bNewEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.SetInteriorSettings +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FInteriorSettings& NewInteriorSettings (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void AAudioVolume::SetInteriorSettings(const struct FInteriorSettings& NewInteriorSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "SetInteriorSettings"); + + Params::AudioVolume_SetInteriorSettings Parms{}; + + Parms.NewInteriorSettings = std::move(NewInteriorSettings); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.SetPriority +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewPriority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AAudioVolume::SetPriority(float NewPriority) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "SetPriority"); + + Params::AudioVolume_SetPriority Parms{}; + + Parms.NewPriority = NewPriority; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.SetReverbSettings +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FReverbSettings& NewReverbSettings (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void AAudioVolume::SetReverbSettings(const struct FReverbSettings& NewReverbSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "SetReverbSettings"); + + Params::AudioVolume_SetReverbSettings Parms{}; + + Parms.NewReverbSettings = std::move(NewReverbSettings); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.SetSubmixOverrideSettings +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray&NewSubmixOverrideSettings (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void AAudioVolume::SetSubmixOverrideSettings(const TArray& NewSubmixOverrideSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "SetSubmixOverrideSettings"); + + Params::AudioVolume_SetSubmixOverrideSettings Parms{}; + + Parms.NewSubmixOverrideSettings = std::move(NewSubmixOverrideSettings); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AudioVolume.SetSubmixSendSettings +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray&NewSubmixSendSettings (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void AAudioVolume::SetSubmixSendSettings(const TArray& NewSubmixSendSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AudioVolume", "SetSubmixSendSettings"); + + Params::AudioVolume_SetSubmixSendSettings Parms{}; + + Parms.NewSubmixSendSettings = std::move(NewSubmixSendSettings); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HealthSnapshotBlueprintLibrary.LogPerformanceSnapshot +// (Final, Exec, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& SnapshotTitle (ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bResetStats (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UHealthSnapshotBlueprintLibrary::LogPerformanceSnapshot(const class FString& SnapshotTitle, bool bResetStats) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("HealthSnapshotBlueprintLibrary", "LogPerformanceSnapshot"); + + Params::HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot Parms{}; + + Parms.SnapshotTitle = std::move(SnapshotTitle); + Parms.bResetStats = bResetStats; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HealthSnapshotBlueprintLibrary.StartPerformanceSnapshots +// (Final, Exec, Native, Static, Public, BlueprintCallable) + +void UHealthSnapshotBlueprintLibrary::StartPerformanceSnapshots() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("HealthSnapshotBlueprintLibrary", "StartPerformanceSnapshots"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.HealthSnapshotBlueprintLibrary.StopPerformanceSnapshots +// (Final, Exec, Native, Static, Public, BlueprintCallable) + +void UHealthSnapshotBlueprintLibrary::StopPerformanceSnapshots() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("HealthSnapshotBlueprintLibrary", "StopPerformanceSnapshots"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AutoDestroySubsystem.OnActorEndPlay +// (Final, Native, Private) +// Parameters: +// class AActor* Actor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EEndPlayReason EndPlayReason (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UAutoDestroySubsystem::OnActorEndPlay(class AActor* Actor, EEndPlayReason EndPlayReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AutoDestroySubsystem", "OnActorEndPlay"); + + Params::AutoDestroySubsystem_OnActorEndPlay Parms{}; + + Parms.Actor = Actor; + Parms.EndPlayReason = EndPlayReason; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.AvoidanceManager.GetAvoidanceVelocityForComponent +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UMovementComponent* MovementComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UAvoidanceManager::GetAvoidanceVelocityForComponent(class UMovementComponent* MovementComp) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AvoidanceManager", "GetAvoidanceVelocityForComponent"); + + Params::AvoidanceManager_GetAvoidanceVelocityForComponent Parms{}; + + Parms.MovementComp = MovementComp; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AvoidanceManager.GetNewAvoidanceUID +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UAvoidanceManager::GetNewAvoidanceUID() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AvoidanceManager", "GetNewAvoidanceUID"); + + Params::AvoidanceManager_GetNewAvoidanceUID Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AvoidanceManager.GetObjectCount +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UAvoidanceManager::GetObjectCount() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AvoidanceManager", "GetObjectCount"); + + Params::AvoidanceManager_GetObjectCount Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.AvoidanceManager.RegisterMovementComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMovementComponent* MovementComp (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AvoidanceWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UAvoidanceManager::RegisterMovementComponent(class UMovementComponent* MovementComp, float AvoidanceWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("AvoidanceManager", "RegisterMovementComponent"); + + Params::AvoidanceManager_RegisterMovementComponent Parms{}; + + Parms.MovementComp = MovementComp; + Parms.AvoidanceWeight = AvoidanceWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.BreakImportanceTexture +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FImportanceTexture& ImportanceTexture (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class UTexture2D** Texture (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EImportanceWeight* WeightingFunc (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UImportanceSamplingLibrary::BreakImportanceTexture(const struct FImportanceTexture& ImportanceTexture, class UTexture2D** Texture, EImportanceWeight* WeightingFunc) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "BreakImportanceTexture"); + + Params::ImportanceSamplingLibrary_BreakImportanceTexture Parms{}; + + Parms.ImportanceTexture = std::move(ImportanceTexture); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Texture != nullptr) + *Texture = Parms.Texture; + + if (WeightingFunc != nullptr) + *WeightingFunc = Parms.WeightingFunc; +} + + +// Function Engine.ImportanceSamplingLibrary.ImportanceSample +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FImportanceTexture& Texture (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FVector2D& Rand (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Samples (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Intensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* SamplePosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor* SampleColor (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* SampleIntensity (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* SampleSize (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UImportanceSamplingLibrary::ImportanceSample(const struct FImportanceTexture& Texture, const struct FVector2D& Rand, int32 Samples, float Intensity, struct FVector2D* SamplePosition, struct FLinearColor* SampleColor, float* SampleIntensity, float* SampleSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "ImportanceSample"); + + Params::ImportanceSamplingLibrary_ImportanceSample Parms{}; + + Parms.Texture = std::move(Texture); + Parms.Rand = std::move(Rand); + Parms.Samples = Samples; + Parms.Intensity = Intensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (SamplePosition != nullptr) + *SamplePosition = std::move(Parms.SamplePosition); + + if (SampleColor != nullptr) + *SampleColor = std::move(Parms.SampleColor); + + if (SampleIntensity != nullptr) + *SampleIntensity = Parms.SampleIntensity; + + if (SampleSize != nullptr) + *SampleSize = Parms.SampleSize; +} + + +// Function Engine.ImportanceSamplingLibrary.MakeImportanceTexture +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UTexture2D* Texture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EImportanceWeight WeightingFunc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FImportanceTexture ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +struct FImportanceTexture UImportanceSamplingLibrary::MakeImportanceTexture(class UTexture2D* Texture, EImportanceWeight WeightingFunc) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "MakeImportanceTexture"); + + Params::ImportanceSamplingLibrary_MakeImportanceTexture Parms{}; + + Parms.Texture = Texture; + Parms.WeightingFunc = WeightingFunc; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.NextSobolCell2D +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumCells (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& PreviousValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UImportanceSamplingLibrary::NextSobolCell2D(int32 Index_0, int32 NumCells, const struct FVector2D& PreviousValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "NextSobolCell2D"); + + Params::ImportanceSamplingLibrary_NextSobolCell2D Parms{}; + + Parms.Index_0 = Index_0; + Parms.NumCells = NumCells; + Parms.PreviousValue = std::move(PreviousValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.NextSobolCell3D +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumCells (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PreviousValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UImportanceSamplingLibrary::NextSobolCell3D(int32 Index_0, int32 NumCells, const struct FVector& PreviousValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "NextSobolCell3D"); + + Params::ImportanceSamplingLibrary_NextSobolCell3D Parms{}; + + Parms.Index_0 = Index_0; + Parms.NumCells = NumCells; + Parms.PreviousValue = std::move(PreviousValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.NextSobolFloat +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Dimension (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PreviousValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UImportanceSamplingLibrary::NextSobolFloat(int32 Index_0, int32 Dimension, float PreviousValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "NextSobolFloat"); + + Params::ImportanceSamplingLibrary_NextSobolFloat Parms{}; + + Parms.Index_0 = Index_0; + Parms.Dimension = Dimension; + Parms.PreviousValue = PreviousValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.RandomSobolCell2D +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumCells (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Cell (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Seed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UImportanceSamplingLibrary::RandomSobolCell2D(int32 Index_0, int32 NumCells, const struct FVector2D& Cell, const struct FVector2D& Seed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "RandomSobolCell2D"); + + Params::ImportanceSamplingLibrary_RandomSobolCell2D Parms{}; + + Parms.Index_0 = Index_0; + Parms.NumCells = NumCells; + Parms.Cell = std::move(Cell); + Parms.Seed = std::move(Seed); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.RandomSobolCell3D +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumCells (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Cell (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Seed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UImportanceSamplingLibrary::RandomSobolCell3D(int32 Index_0, int32 NumCells, const struct FVector& Cell, const struct FVector& Seed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "RandomSobolCell3D"); + + Params::ImportanceSamplingLibrary_RandomSobolCell3D Parms{}; + + Parms.Index_0 = Index_0; + Parms.NumCells = NumCells; + Parms.Cell = std::move(Cell); + Parms.Seed = std::move(Seed); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ImportanceSamplingLibrary.RandomSobolFloat +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Dimension (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Seed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UImportanceSamplingLibrary::RandomSobolFloat(int32 Index_0, int32 Dimension, float Seed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("ImportanceSamplingLibrary", "RandomSobolFloat"); + + Params::ImportanceSamplingLibrary_RandomSobolFloat Parms{}; + + Parms.Index_0 = Index_0; + Parms.Dimension = Dimension; + Parms.Seed = Seed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlatformEventsComponent.IsInLaptopMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPlatformEventsComponent::IsInLaptopMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlatformEventsComponent", "IsInLaptopMode"); + + Params::PlatformEventsComponent_IsInLaptopMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlatformEventsComponent.IsInTabletMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPlatformEventsComponent::IsInTabletMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlatformEventsComponent", "IsInTabletMode"); + + Params::PlatformEventsComponent_IsInTabletMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlatformEventsComponent.SupportsConvertibleLaptops +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPlatformEventsComponent::SupportsConvertibleLaptops() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlatformEventsComponent", "SupportsConvertibleLaptops"); + + Params::PlatformEventsComponent_SupportsConvertibleLaptops Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Light.OnRep_bEnabled +// (Native, Public) + +void ALight::OnRep_bEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "OnRep_bEnabled"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetAffectTranslucentLighting +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetAffectTranslucentLighting(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetAffectTranslucentLighting"); + + Params::Light_SetAffectTranslucentLighting Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetBrightness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewBrightness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetBrightness(float NewBrightness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetBrightness"); + + Params::Light_SetBrightness Parms{}; + + Parms.NewBrightness = NewBrightness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetCastShadows +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetCastShadows(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetCastShadows"); + + Params::Light_SetCastShadows Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetEnabled +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bSetEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetEnabled(bool bSetEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetEnabled"); + + Params::Light_SetEnabled Parms{}; + + Parms.bSetEnabled = bSetEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetLightColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewLightColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetLightColor(const struct FLinearColor& NewLightColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetLightColor"); + + Params::Light_SetLightColor Parms{}; + + Parms.NewLightColor = std::move(NewLightColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetLightFunctionFadeDistance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewLightFunctionFadeDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetLightFunctionFadeDistance(float NewLightFunctionFadeDistance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetLightFunctionFadeDistance"); + + Params::Light_SetLightFunctionFadeDistance Parms{}; + + Parms.NewLightFunctionFadeDistance = NewLightFunctionFadeDistance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetLightFunctionMaterial +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* NewLightFunctionMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetLightFunctionMaterial(class UMaterialInterface* NewLightFunctionMaterial) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetLightFunctionMaterial"); + + Params::Light_SetLightFunctionMaterial Parms{}; + + Parms.NewLightFunctionMaterial = NewLightFunctionMaterial; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.SetLightFunctionScale +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLightFunctionScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALight::SetLightFunctionScale(const struct FVector& NewLightFunctionScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "SetLightFunctionScale"); + + Params::Light_SetLightFunctionScale Parms{}; + + Parms.NewLightFunctionScale = std::move(NewLightFunctionScale); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.ToggleEnabled +// (Final, Native, Public, BlueprintCallable) + +void ALight::ToggleEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "ToggleEnabled"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Light.GetBrightness +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float ALight::GetBrightness() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "GetBrightness"); + + Params::Light_GetBrightness Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Light.GetLightColor +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor ALight::GetLightColor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "GetLightColor"); + + Params::Light_GetLightColor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Light.IsEnabled +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ALight::IsEnabled() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Light", "IsEnabled"); + + Params::Light_IsEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SpotLight.SetInnerConeAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewInnerConeAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ASpotLight::SetInnerConeAngle(float NewInnerConeAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpotLight", "SetInnerConeAngle"); + + Params::SpotLight_SetInnerConeAngle Parms{}; + + Parms.NewInnerConeAngle = NewInnerConeAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SpotLight.SetOuterConeAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewOuterConeAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ASpotLight::SetOuterConeAngle(float NewOuterConeAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SpotLight", "SetOuterConeAngle"); + + Params::SpotLight_SetOuterConeAngle Parms{}; + + Parms.NewOuterConeAngle = NewOuterConeAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PostProcessComponent.AddOrUpdateBlendable +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// TScriptInterfaceInBlendableObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +// float InWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPostProcessComponent::AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PostProcessComponent", "AddOrUpdateBlendable"); + + Params::PostProcessComponent_AddOrUpdateBlendable Parms{}; + + Parms.InBlendableObject = InBlendableObject; + Parms.InWeight = InWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintPathsLibrary.AutomationDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::AutomationDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "AutomationDir"); + + Params::BlueprintPathsLibrary_AutomationDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.AutomationLogDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::AutomationLogDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "AutomationLogDir"); + + Params::BlueprintPathsLibrary_AutomationLogDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.AutomationTransientDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::AutomationTransientDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "AutomationTransientDir"); + + Params::BlueprintPathsLibrary_AutomationTransientDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.BugItDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::BugItDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "BugItDir"); + + Params::BlueprintPathsLibrary_BugItDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ChangeExtension +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InNewExtension (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ChangeExtension(const class FString& InPath, const class FString& InNewExtension) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ChangeExtension"); + + Params::BlueprintPathsLibrary_ChangeExtension Parms{}; + + Parms.InPath = std::move(InPath); + Parms.InNewExtension = std::move(InNewExtension); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.CloudDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::CloudDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "CloudDir"); + + Params::BlueprintPathsLibrary_CloudDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.CollapseRelativeDirectories +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::CollapseRelativeDirectories(const class FString& InPath, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "CollapseRelativeDirectories"); + + Params::BlueprintPathsLibrary_CollapseRelativeDirectories Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.Combine +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& InPaths (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::Combine(const TArray& InPaths) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "Combine"); + + Params::BlueprintPathsLibrary_Combine Parms{}; + + Parms.InPaths = std::move(InPaths); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ConvertFromSandboxPath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InSandboxName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ConvertFromSandboxPath(const class FString& InPath, const class FString& InSandboxName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ConvertFromSandboxPath"); + + Params::BlueprintPathsLibrary_ConvertFromSandboxPath Parms{}; + + Parms.InPath = std::move(InPath); + Parms.InSandboxName = std::move(InSandboxName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ConvertRelativePathToFull +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InBasePath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ConvertRelativePathToFull(const class FString& InPath, const class FString& InBasePath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ConvertRelativePathToFull"); + + Params::BlueprintPathsLibrary_ConvertRelativePathToFull Parms{}; + + Parms.InPath = std::move(InPath); + Parms.InBasePath = std::move(InBasePath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ConvertToSandboxPath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InSandboxName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ConvertToSandboxPath(const class FString& InPath, const class FString& InSandboxName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ConvertToSandboxPath"); + + Params::BlueprintPathsLibrary_ConvertToSandboxPath Parms{}; + + Parms.InPath = std::move(InPath); + Parms.InSandboxName = std::move(InSandboxName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.CreateTempFilename +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Path (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Extension (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::CreateTempFilename(const class FString& Path, const class FString& Prefix, const class FString& Extension) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "CreateTempFilename"); + + Params::BlueprintPathsLibrary_CreateTempFilename Parms{}; + + Parms.Path = std::move(Path); + Parms.Prefix = std::move(Prefix); + Parms.Extension = std::move(Extension); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.DiffDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::DiffDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "DiffDir"); + + Params::BlueprintPathsLibrary_DiffDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.DirectoryExists +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::DirectoryExists(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "DirectoryExists"); + + Params::BlueprintPathsLibrary_DirectoryExists Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineConfigDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineConfigDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineConfigDir"); + + Params::BlueprintPathsLibrary_EngineConfigDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineContentDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineContentDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineContentDir"); + + Params::BlueprintPathsLibrary_EngineContentDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineDir"); + + Params::BlueprintPathsLibrary_EngineDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineIntermediateDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineIntermediateDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineIntermediateDir"); + + Params::BlueprintPathsLibrary_EngineIntermediateDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EnginePluginsDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EnginePluginsDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EnginePluginsDir"); + + Params::BlueprintPathsLibrary_EnginePluginsDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineSavedDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineSavedDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineSavedDir"); + + Params::BlueprintPathsLibrary_EngineSavedDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineSourceDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineSourceDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineSourceDir"); + + Params::BlueprintPathsLibrary_EngineSourceDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineUserDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineUserDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineUserDir"); + + Params::BlueprintPathsLibrary_EngineUserDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EngineVersionAgnosticUserDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EngineVersionAgnosticUserDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EngineVersionAgnosticUserDir"); + + Params::BlueprintPathsLibrary_EngineVersionAgnosticUserDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EnterpriseDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EnterpriseDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EnterpriseDir"); + + Params::BlueprintPathsLibrary_EnterpriseDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EnterpriseFeaturePackDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EnterpriseFeaturePackDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EnterpriseFeaturePackDir"); + + Params::BlueprintPathsLibrary_EnterpriseFeaturePackDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.EnterprisePluginsDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::EnterprisePluginsDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "EnterprisePluginsDir"); + + Params::BlueprintPathsLibrary_EnterprisePluginsDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.FeaturePackDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::FeaturePackDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "FeaturePackDir"); + + Params::BlueprintPathsLibrary_FeaturePackDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.FileExists +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::FileExists(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "FileExists"); + + Params::BlueprintPathsLibrary_FileExists Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GameAgnosticSavedDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GameAgnosticSavedDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GameAgnosticSavedDir"); + + Params::BlueprintPathsLibrary_GameAgnosticSavedDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GameDevelopersDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GameDevelopersDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GameDevelopersDir"); + + Params::BlueprintPathsLibrary_GameDevelopersDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GameSourceDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GameSourceDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GameSourceDir"); + + Params::BlueprintPathsLibrary_GameSourceDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GameUserDeveloperDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GameUserDeveloperDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GameUserDeveloperDir"); + + Params::BlueprintPathsLibrary_GameUserDeveloperDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GeneratedConfigDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GeneratedConfigDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GeneratedConfigDir"); + + Params::BlueprintPathsLibrary_GeneratedConfigDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetBaseFilename +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRemovePath (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetBaseFilename(const class FString& InPath, bool bRemovePath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetBaseFilename"); + + Params::BlueprintPathsLibrary_GetBaseFilename Parms{}; + + Parms.InPath = std::move(InPath); + Parms.bRemovePath = bRemovePath; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetCleanFilename +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetCleanFilename(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetCleanFilename"); + + Params::BlueprintPathsLibrary_GetCleanFilename Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetEditorLocalizationPaths +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UBlueprintPathsLibrary::GetEditorLocalizationPaths() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetEditorLocalizationPaths"); + + Params::BlueprintPathsLibrary_GetEditorLocalizationPaths Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetEngineLocalizationPaths +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UBlueprintPathsLibrary::GetEngineLocalizationPaths() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetEngineLocalizationPaths"); + + Params::BlueprintPathsLibrary_GetEngineLocalizationPaths Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetExtension +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeDot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetExtension(const class FString& InPath, bool bIncludeDot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetExtension"); + + Params::BlueprintPathsLibrary_GetExtension Parms{}; + + Parms.InPath = std::move(InPath); + Parms.bIncludeDot = bIncludeDot; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetGameLocalizationPaths +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UBlueprintPathsLibrary::GetGameLocalizationPaths() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetGameLocalizationPaths"); + + Params::BlueprintPathsLibrary_GetGameLocalizationPaths Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetInvalidFileSystemChars +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetInvalidFileSystemChars() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetInvalidFileSystemChars"); + + Params::BlueprintPathsLibrary_GetInvalidFileSystemChars Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetPath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetPath(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetPath"); + + Params::BlueprintPathsLibrary_GetPath Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetProjectFilePath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetProjectFilePath() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetProjectFilePath"); + + Params::BlueprintPathsLibrary_GetProjectFilePath Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetPropertyNameLocalizationPaths +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UBlueprintPathsLibrary::GetPropertyNameLocalizationPaths() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetPropertyNameLocalizationPaths"); + + Params::BlueprintPathsLibrary_GetPropertyNameLocalizationPaths Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetRelativePathToRoot +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::GetRelativePathToRoot() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetRelativePathToRoot"); + + Params::BlueprintPathsLibrary_GetRelativePathToRoot Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetRestrictedFolderNames +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UBlueprintPathsLibrary::GetRestrictedFolderNames() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetRestrictedFolderNames"); + + Params::BlueprintPathsLibrary_GetRestrictedFolderNames Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.GetToolTipLocalizationPaths +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UBlueprintPathsLibrary::GetToolTipLocalizationPaths() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "GetToolTipLocalizationPaths"); + + Params::BlueprintPathsLibrary_GetToolTipLocalizationPaths Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.HasProjectPersistentDownloadDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::HasProjectPersistentDownloadDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "HasProjectPersistentDownloadDir"); + + Params::BlueprintPathsLibrary_HasProjectPersistentDownloadDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.IsDrive +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::IsDrive(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "IsDrive"); + + Params::BlueprintPathsLibrary_IsDrive Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.IsProjectFilePathSet +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::IsProjectFilePathSet() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "IsProjectFilePathSet"); + + Params::BlueprintPathsLibrary_IsProjectFilePathSet Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.IsRelative +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::IsRelative(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "IsRelative"); + + Params::BlueprintPathsLibrary_IsRelative Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.IsRestrictedPath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::IsRestrictedPath(const class FString& InPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "IsRestrictedPath"); + + Params::BlueprintPathsLibrary_IsRestrictedPath Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.IsSamePath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& PathA (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& PathB (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::IsSamePath(const class FString& PathA, const class FString& PathB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "IsSamePath"); + + Params::BlueprintPathsLibrary_IsSamePath Parms{}; + + Parms.PathA = std::move(PathA); + Parms.PathB = std::move(PathB); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.LaunchDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::LaunchDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "LaunchDir"); + + Params::BlueprintPathsLibrary_LaunchDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.MakePathRelativeTo +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InRelativeTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::MakePathRelativeTo(const class FString& InPath, const class FString& InRelativeTo, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "MakePathRelativeTo"); + + Params::BlueprintPathsLibrary_MakePathRelativeTo Parms{}; + + Parms.InPath = std::move(InPath); + Parms.InRelativeTo = std::move(InRelativeTo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.MakePlatformFilename +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::MakePlatformFilename(const class FString& InPath, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "MakePlatformFilename"); + + Params::BlueprintPathsLibrary_MakePlatformFilename Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); +} + + +// Function Engine.BlueprintPathsLibrary.MakeStandardFilename +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::MakeStandardFilename(const class FString& InPath, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "MakeStandardFilename"); + + Params::BlueprintPathsLibrary_MakeStandardFilename Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); +} + + +// Function Engine.BlueprintPathsLibrary.MakeValidFileName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InReplacementChar (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::MakeValidFileName(const class FString& inString, const class FString& InReplacementChar) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "MakeValidFileName"); + + Params::BlueprintPathsLibrary_MakeValidFileName Parms{}; + + Parms.inString = std::move(inString); + Parms.InReplacementChar = std::move(InReplacementChar); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.NormalizeDirectoryName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::NormalizeDirectoryName(const class FString& InPath, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "NormalizeDirectoryName"); + + Params::BlueprintPathsLibrary_NormalizeDirectoryName Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); +} + + +// Function Engine.BlueprintPathsLibrary.NormalizeFilename +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::NormalizeFilename(const class FString& InPath, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "NormalizeFilename"); + + Params::BlueprintPathsLibrary_NormalizeFilename Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); +} + + +// Function Engine.BlueprintPathsLibrary.ProfilingDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProfilingDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProfilingDir"); + + Params::BlueprintPathsLibrary_ProfilingDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectConfigDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectConfigDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectConfigDir"); + + Params::BlueprintPathsLibrary_ProjectConfigDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectContentDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectContentDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectContentDir"); + + Params::BlueprintPathsLibrary_ProjectContentDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectDir"); + + Params::BlueprintPathsLibrary_ProjectDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectIntermediateDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectIntermediateDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectIntermediateDir"); + + Params::BlueprintPathsLibrary_ProjectIntermediateDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectLogDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectLogDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectLogDir"); + + Params::BlueprintPathsLibrary_ProjectLogDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectModsDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectModsDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectModsDir"); + + Params::BlueprintPathsLibrary_ProjectModsDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectPersistentDownloadDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectPersistentDownloadDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectPersistentDownloadDir"); + + Params::BlueprintPathsLibrary_ProjectPersistentDownloadDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectPluginsDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectPluginsDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectPluginsDir"); + + Params::BlueprintPathsLibrary_ProjectPluginsDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectSavedDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectSavedDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectSavedDir"); + + Params::BlueprintPathsLibrary_ProjectSavedDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ProjectUserDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ProjectUserDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ProjectUserDir"); + + Params::BlueprintPathsLibrary_ProjectUserDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.RemoveDuplicateSlashes +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutPath (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::RemoveDuplicateSlashes(const class FString& InPath, class FString* OutPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "RemoveDuplicateSlashes"); + + Params::BlueprintPathsLibrary_RemoveDuplicateSlashes Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPath != nullptr) + *OutPath = std::move(Parms.OutPath); +} + + +// Function Engine.BlueprintPathsLibrary.RootDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::RootDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "RootDir"); + + Params::BlueprintPathsLibrary_RootDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.SandboxesDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::SandboxesDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "SandboxesDir"); + + Params::BlueprintPathsLibrary_SandboxesDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ScreenShotDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ScreenShotDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ScreenShotDir"); + + Params::BlueprintPathsLibrary_ScreenShotDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.SetExtension +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InNewExtension (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::SetExtension(const class FString& InPath, const class FString& InNewExtension) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "SetExtension"); + + Params::BlueprintPathsLibrary_SetExtension Parms{}; + + Parms.InPath = std::move(InPath); + Parms.InNewExtension = std::move(InNewExtension); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.SetProjectFilePath +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& NewGameProjectFilePath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::SetProjectFilePath(const class FString& NewGameProjectFilePath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "SetProjectFilePath"); + + Params::BlueprintPathsLibrary_SetProjectFilePath Parms{}; + + Parms.NewGameProjectFilePath = std::move(NewGameProjectFilePath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintPathsLibrary.ShaderWorkingDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::ShaderWorkingDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ShaderWorkingDir"); + + Params::BlueprintPathsLibrary_ShaderWorkingDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.ShouldSaveToUserDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintPathsLibrary::ShouldSaveToUserDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ShouldSaveToUserDir"); + + Params::BlueprintPathsLibrary_ShouldSaveToUserDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.SourceConfigDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::SourceConfigDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "SourceConfigDir"); + + Params::BlueprintPathsLibrary_SourceConfigDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPathsLibrary.Split +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* PathPart (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* FilenamePart (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* ExtensionPart (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::Split(const class FString& InPath, class FString* PathPart, class FString* FilenamePart, class FString* ExtensionPart) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "Split"); + + Params::BlueprintPathsLibrary_Split Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (PathPart != nullptr) + *PathPart = std::move(Parms.PathPart); + + if (FilenamePart != nullptr) + *FilenamePart = std::move(Parms.FilenamePart); + + if (ExtensionPart != nullptr) + *ExtensionPart = std::move(Parms.ExtensionPart); +} + + +// Function Engine.BlueprintPathsLibrary.ValidatePath +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* bDidSucceed (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText* OutReason (Parm, OutParm, NativeAccessSpecifierPublic) + +void UBlueprintPathsLibrary::ValidatePath(const class FString& InPath, bool* bDidSucceed, class FText* OutReason) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "ValidatePath"); + + Params::BlueprintPathsLibrary_ValidatePath Parms{}; + + Parms.InPath = std::move(InPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (bDidSucceed != nullptr) + *bDidSucceed = Parms.bDidSucceed; + + if (OutReason != nullptr) + *OutReason = std::move(Parms.OutReason); +} + + +// Function Engine.BlueprintPathsLibrary.VideoCaptureDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UBlueprintPathsLibrary::VideoCaptureDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPathsLibrary", "VideoCaptureDir"); + + Params::BlueprintPathsLibrary_VideoCaptureDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPlatformLibrary.CancelLocalNotification +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& ActivationEvent (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPlatformLibrary::CancelLocalNotification(const class FString& ActivationEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "CancelLocalNotification"); + + Params::BlueprintPlatformLibrary_CancelLocalNotification Parms{}; + + Parms.ActivationEvent = std::move(ActivationEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintPlatformLibrary.CancelLocalNotificationById +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 NotificationId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPlatformLibrary::CancelLocalNotificationById(int32 NotificationId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "CancelLocalNotificationById"); + + Params::BlueprintPlatformLibrary_CancelLocalNotificationById Parms{}; + + Parms.NotificationId = NotificationId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintPlatformLibrary.ClearAllLocalNotifications +// (Final, Native, Static, Public, BlueprintCallable) + +void UBlueprintPlatformLibrary::ClearAllLocalNotifications() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "ClearAllLocalNotifications"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintPlatformLibrary.GetDeviceOrientation +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// EScreenOrientation ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EScreenOrientation UBlueprintPlatformLibrary::GetDeviceOrientation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "GetDeviceOrientation"); + + Params::BlueprintPlatformLibrary_GetDeviceOrientation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPlatformLibrary.GetLaunchNotification +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// bool* NotificationLaunchedApp (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* ActivationEvent (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* FireDate (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPlatformLibrary::GetLaunchNotification(bool* NotificationLaunchedApp, class FString* ActivationEvent, int32* FireDate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "GetLaunchNotification"); + + Params::BlueprintPlatformLibrary_GetLaunchNotification Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (NotificationLaunchedApp != nullptr) + *NotificationLaunchedApp = Parms.NotificationLaunchedApp; + + if (ActivationEvent != nullptr) + *ActivationEvent = std::move(Parms.ActivationEvent); + + if (FireDate != nullptr) + *FireDate = Parms.FireDate; +} + + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationAtTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FDateTime& FireDateTime (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool LocalTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FText& Title (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& Body (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& Action (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FString& ActivationEvent (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UBlueprintPlatformLibrary::ScheduleLocalNotificationAtTime(const struct FDateTime& FireDateTime, bool LocalTime, const class FText& Title, const class FText& Body, const class FText& Action, const class FString& ActivationEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "ScheduleLocalNotificationAtTime"); + + Params::BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime Parms{}; + + Parms.FireDateTime = std::move(FireDateTime); + Parms.LocalTime = LocalTime; + Parms.Title = std::move(Title); + Parms.Body = std::move(Body); + Parms.Action = std::move(Action); + Parms.ActivationEvent = std::move(ActivationEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationBadgeAtTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FDateTime& FireDateTime (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool LocalTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& ActivationEvent (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UBlueprintPlatformLibrary::ScheduleLocalNotificationBadgeAtTime(const struct FDateTime& FireDateTime, bool LocalTime, const class FString& ActivationEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "ScheduleLocalNotificationBadgeAtTime"); + + Params::BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime Parms{}; + + Parms.FireDateTime = std::move(FireDateTime); + Parms.LocalTime = LocalTime; + Parms.ActivationEvent = std::move(ActivationEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationBadgeFromNow +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 inSecondsFromNow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& ActivationEvent (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintPlatformLibrary::ScheduleLocalNotificationBadgeFromNow(int32 inSecondsFromNow, const class FString& ActivationEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "ScheduleLocalNotificationBadgeFromNow"); + + Params::BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow Parms{}; + + Parms.inSecondsFromNow = inSecondsFromNow; + Parms.ActivationEvent = std::move(ActivationEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationFromNow +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// int32 inSecondsFromNow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FText& Title (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& Body (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& Action (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FString& ActivationEvent (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UBlueprintPlatformLibrary::ScheduleLocalNotificationFromNow(int32 inSecondsFromNow, const class FText& Title, const class FText& Body, const class FText& Action, const class FString& ActivationEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintPlatformLibrary", "ScheduleLocalNotificationFromNow"); + + Params::BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow Parms{}; + + Parms.inSecondsFromNow = inSecondsFromNow; + Parms.Title = std::move(Title); + Parms.Body = std::move(Body); + Parms.Action = std::move(Action); + Parms.ActivationEvent = std::move(ActivationEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintSetLibrary.Set_Add +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& NewItem (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_Add(const TSet& TargetSet, const int32& NewItem) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Add"); + + Params::BlueprintSetLibrary_Set_Add Parms{}; + + Parms.TargetSet = std::move(TargetSet); + Parms.NewItem = NewItem; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintSetLibrary.Set_AddItems +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& NewItems (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_AddItems(const TSet& TargetSet, const TArray& NewItems) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_AddItems"); + + Params::BlueprintSetLibrary_Set_AddItems Parms{}; + + Parms.TargetSet = std::move(TargetSet); + Parms.NewItems = std::move(NewItems); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintSetLibrary.Set_Clear +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_Clear(const TSet& TargetSet) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Clear"); + + Params::BlueprintSetLibrary_Set_Clear Parms{}; + + Parms.TargetSet = std::move(TargetSet); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintSetLibrary.Set_Contains +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& ItemToFind (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintSetLibrary::Set_Contains(const TSet& TargetSet, const int32& ItemToFind) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Contains"); + + Params::BlueprintSetLibrary_Set_Contains Parms{}; + + Parms.TargetSet = std::move(TargetSet); + Parms.ItemToFind = ItemToFind; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintSetLibrary.Set_Difference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const TSet& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// TSet* Result (Parm, OutParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_Difference(const TSet& A, const TSet& B, TSet* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Difference"); + + Params::BlueprintSetLibrary_Set_Difference Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); +} + + +// Function Engine.BlueprintSetLibrary.Set_Intersection +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const TSet& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// TSet* Result (Parm, OutParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_Intersection(const TSet& A, const TSet& B, TSet* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Intersection"); + + Params::BlueprintSetLibrary_Set_Intersection Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); +} + + +// Function Engine.BlueprintSetLibrary.Set_Length +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UBlueprintSetLibrary::Set_Length(const TSet& TargetSet) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Length"); + + Params::BlueprintSetLibrary_Set_Length Parms{}; + + Parms.TargetSet = std::move(TargetSet); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintSetLibrary.Set_Remove +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& Item (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UBlueprintSetLibrary::Set_Remove(const TSet& TargetSet, const int32& Item) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Remove"); + + Params::BlueprintSetLibrary_Set_Remove Parms{}; + + Parms.TargetSet = std::move(TargetSet); + Parms.Item = Item; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.BlueprintSetLibrary.Set_RemoveItems +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& TargetSet (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& Items (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_RemoveItems(const TSet& TargetSet, const TArray& Items) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_RemoveItems"); + + Params::BlueprintSetLibrary_Set_RemoveItems Parms{}; + + Parms.TargetSet = std::move(TargetSet); + Parms.Items = std::move(Items); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.BlueprintSetLibrary.Set_ToArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* Result (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_ToArray(const TSet& A, TArray* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_ToArray"); + + Params::BlueprintSetLibrary_Set_ToArray Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); +} + + +// Function Engine.BlueprintSetLibrary.Set_Union +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TSet& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const TSet& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// TSet* Result (Parm, OutParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::Set_Union(const TSet& A, const TSet& B, TSet* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "Set_Union"); + + Params::BlueprintSetLibrary_Set_Union Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); +} + + +// Function Engine.BlueprintSetLibrary.SetSetPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSet& Value (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UBlueprintSetLibrary::SetSetPropertyByName(class UObject* Object, class FName PropertyName, const TSet& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("BlueprintSetLibrary", "SetSetPropertyByName"); + + Params::BlueprintSetLibrary_SetSetPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Predefined Function +// Returns the result of UEngine::GetEngine() without a type-check, might be dangerous + +class UGameEngine* UGameEngine::GetEngine() +{ + return static_cast(UEngine::GetEngine()); +} + + +// Function Engine.KismetInputLibrary.CalibrateTilt +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetInputLibrary::CalibrateTilt() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "CalibrateTilt"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetInputLibrary.EqualEqual_InputChordInputChord +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputChord& A (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FInputChord& B (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::EqualEqual_InputChordInputChord(const struct FInputChord& A, const struct FInputChord& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "EqualEqual_InputChordInputChord"); + + Params::KismetInputLibrary_EqualEqual_InputChordInputChord Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.EqualEqual_KeyKey +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& A (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FKey& B (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::EqualEqual_KeyKey(const struct FKey& A, const struct FKey& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "EqualEqual_KeyKey"); + + Params::KismetInputLibrary_EqualEqual_KeyKey Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.GetAnalogValue +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FAnalogInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetInputLibrary::GetAnalogValue(const struct FAnalogInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "GetAnalogValue"); + + Params::KismetInputLibrary_GetAnalogValue Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.GetKey +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKeyEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FKey ReturnValue (Parm, OutParm, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FKey UKismetInputLibrary::GetKey(const struct FKeyEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "GetKey"); + + Params::KismetInputLibrary_GetKey Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.GetUserIndex +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKeyEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetInputLibrary::GetUserIndex(const struct FKeyEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "GetUserIndex"); + + Params::KismetInputLibrary_GetUserIndex Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputChord_GetDisplayName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputChord& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetInputLibrary::InputChord_GetDisplayName(const struct FInputChord& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputChord_GetDisplayName"); + + Params::KismetInputLibrary_InputChord_GetDisplayName Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsAltDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsAltDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsAltDown"); + + Params::KismetInputLibrary_InputEvent_IsAltDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsCommandDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsCommandDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsCommandDown"); + + Params::KismetInputLibrary_InputEvent_IsCommandDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsControlDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsControlDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsControlDown"); + + Params::KismetInputLibrary_InputEvent_IsControlDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftAltDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsLeftAltDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsLeftAltDown"); + + Params::KismetInputLibrary_InputEvent_IsLeftAltDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftCommandDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsLeftCommandDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsLeftCommandDown"); + + Params::KismetInputLibrary_InputEvent_IsLeftCommandDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftControlDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsLeftControlDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsLeftControlDown"); + + Params::KismetInputLibrary_InputEvent_IsLeftControlDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftShiftDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsLeftShiftDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsLeftShiftDown"); + + Params::KismetInputLibrary_InputEvent_IsLeftShiftDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsRepeat +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsRepeat(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsRepeat"); + + Params::KismetInputLibrary_InputEvent_IsRepeat Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsRightAltDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsRightAltDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsRightAltDown"); + + Params::KismetInputLibrary_InputEvent_IsRightAltDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsRightCommandDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsRightCommandDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsRightCommandDown"); + + Params::KismetInputLibrary_InputEvent_IsRightCommandDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsRightControlDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsRightControlDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsRightControlDown"); + + Params::KismetInputLibrary_InputEvent_IsRightControlDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsRightShiftDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsRightShiftDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsRightShiftDown"); + + Params::KismetInputLibrary_InputEvent_IsRightShiftDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.InputEvent_IsShiftDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FInputEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::InputEvent_IsShiftDown(const struct FInputEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "InputEvent_IsShiftDown"); + + Params::KismetInputLibrary_InputEvent_IsShiftDown Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_GetDisplayName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetInputLibrary::Key_GetDisplayName(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_GetDisplayName"); + + Params::KismetInputLibrary_Key_GetDisplayName Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_GetNavigationAction +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& InKey (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EUINavigationAction ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EUINavigationAction UKismetInputLibrary::Key_GetNavigationAction(const struct FKey& InKey) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_GetNavigationAction"); + + Params::KismetInputLibrary_Key_GetNavigationAction Parms{}; + + Parms.InKey = std::move(InKey); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_GetNavigationActionFromKey +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKeyEvent& InKeyEvent (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// EUINavigationAction ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EUINavigationAction UKismetInputLibrary::Key_GetNavigationActionFromKey(const struct FKeyEvent& InKeyEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_GetNavigationActionFromKey"); + + Params::KismetInputLibrary_Key_GetNavigationActionFromKey Parms{}; + + Parms.InKeyEvent = std::move(InKeyEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_GetNavigationDirectionFromAnalog +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FAnalogInputEvent& InAnalogEvent (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// EUINavigation ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EUINavigation UKismetInputLibrary::Key_GetNavigationDirectionFromAnalog(const struct FAnalogInputEvent& InAnalogEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_GetNavigationDirectionFromAnalog"); + + Params::KismetInputLibrary_Key_GetNavigationDirectionFromAnalog Parms{}; + + Parms.InAnalogEvent = std::move(InAnalogEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_GetNavigationDirectionFromKey +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKeyEvent& InKeyEvent (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// EUINavigation ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EUINavigation UKismetInputLibrary::Key_GetNavigationDirectionFromKey(const struct FKeyEvent& InKeyEvent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_GetNavigationDirectionFromKey"); + + Params::KismetInputLibrary_Key_GetNavigationDirectionFromKey Parms{}; + + Parms.InKeyEvent = std::move(InKeyEvent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsAnalog +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsAnalog(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsAnalog"); + + Params::KismetInputLibrary_Key_IsAnalog Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsAxis1D +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsAxis1D(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsAxis1D"); + + Params::KismetInputLibrary_Key_IsAxis1D Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsAxis2D +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsAxis2D(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsAxis2D"); + + Params::KismetInputLibrary_Key_IsAxis2D Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsAxis3D +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsAxis3D(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsAxis3D"); + + Params::KismetInputLibrary_Key_IsAxis3D Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsButtonAxis +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsButtonAxis(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsButtonAxis"); + + Params::KismetInputLibrary_Key_IsButtonAxis Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsDigital +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsDigital(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsDigital"); + + Params::KismetInputLibrary_Key_IsDigital Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsGamepadKey +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsGamepadKey(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsGamepadKey"); + + Params::KismetInputLibrary_Key_IsGamepadKey Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsKeyboardKey +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsKeyboardKey(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsKeyboardKey"); + + Params::KismetInputLibrary_Key_IsKeyboardKey Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsModifierKey +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsModifierKey(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsModifierKey"); + + Params::KismetInputLibrary_Key_IsModifierKey Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsMouseButton +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsMouseButton(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsMouseButton"); + + Params::KismetInputLibrary_Key_IsMouseButton Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsValid +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsValid(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsValid"); + + Params::KismetInputLibrary_Key_IsValid Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.Key_IsVectorAxis +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FKey& Key (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::Key_IsVectorAxis(const struct FKey& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "Key_IsVectorAxis"); + + Params::KismetInputLibrary_Key_IsVectorAxis Parms{}; + + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetCursorDelta +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetInputLibrary::PointerEvent_GetCursorDelta(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetCursorDelta"); + + Params::KismetInputLibrary_PointerEvent_GetCursorDelta Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetEffectingButton +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FKey ReturnValue (Parm, OutParm, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FKey UKismetInputLibrary::PointerEvent_GetEffectingButton(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetEffectingButton"); + + Params::KismetInputLibrary_PointerEvent_GetEffectingButton Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetGestureDelta +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetInputLibrary::PointerEvent_GetGestureDelta(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetGestureDelta"); + + Params::KismetInputLibrary_PointerEvent_GetGestureDelta Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetGestureType +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// ESlateGesture ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +ESlateGesture UKismetInputLibrary::PointerEvent_GetGestureType(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetGestureType"); + + Params::KismetInputLibrary_PointerEvent_GetGestureType Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetLastScreenSpacePosition +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetInputLibrary::PointerEvent_GetLastScreenSpacePosition(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetLastScreenSpacePosition"); + + Params::KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetPointerIndex +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetInputLibrary::PointerEvent_GetPointerIndex(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetPointerIndex"); + + Params::KismetInputLibrary_PointerEvent_GetPointerIndex Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetScreenSpacePosition +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetInputLibrary::PointerEvent_GetScreenSpacePosition(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetScreenSpacePosition"); + + Params::KismetInputLibrary_PointerEvent_GetScreenSpacePosition Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetTouchpadIndex +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetInputLibrary::PointerEvent_GetTouchpadIndex(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetTouchpadIndex"); + + Params::KismetInputLibrary_PointerEvent_GetTouchpadIndex Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetUserIndex +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetInputLibrary::PointerEvent_GetUserIndex(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetUserIndex"); + + Params::KismetInputLibrary_PointerEvent_GetUserIndex Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_GetWheelDelta +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetInputLibrary::PointerEvent_GetWheelDelta(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_GetWheelDelta"); + + Params::KismetInputLibrary_PointerEvent_GetWheelDelta Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_IsMouseButtonDown +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FKey& MouseButton (Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::PointerEvent_IsMouseButtonDown(const struct FPointerEvent& Input, const struct FKey& MouseButton) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_IsMouseButtonDown"); + + Params::KismetInputLibrary_PointerEvent_IsMouseButtonDown Parms{}; + + Parms.Input = std::move(Input); + Parms.MouseButton = std::move(MouseButton); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInputLibrary.PointerEvent_IsTouchEvent +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPointerEvent& Input (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInputLibrary::PointerEvent_IsTouchEvent(const struct FPointerEvent& Input) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInputLibrary", "PointerEvent_IsTouchEvent"); + + Params::KismetInputLibrary_PointerEvent_IsTouchEvent Parms{}; + + Parms.Input = std::move(Input); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RectLightComponent.SetBarnDoorAngle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URectLightComponent::SetBarnDoorAngle(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RectLightComponent", "SetBarnDoorAngle"); + + Params::RectLightComponent_SetBarnDoorAngle Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RectLightComponent.SetBarnDoorLength +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URectLightComponent::SetBarnDoorLength(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RectLightComponent", "SetBarnDoorLength"); + + Params::RectLightComponent_SetBarnDoorLength Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RectLightComponent.SetSourceHeight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URectLightComponent::SetSourceHeight(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RectLightComponent", "SetSourceHeight"); + + Params::RectLightComponent_SetSourceHeight Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RectLightComponent.SetSourceTexture +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTexture* bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URectLightComponent::SetSourceTexture(class UTexture* bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RectLightComponent", "SetSourceTexture"); + + Params::RectLightComponent_SetSourceTexture Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RectLightComponent.SetSourceWidth +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URectLightComponent::SetSourceWidth(float bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RectLightComponent", "SetSourceWidth"); + + Params::RectLightComponent_SetSourceWidth Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraAnimInst.SetDuration +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraAnimInst::SetDuration(float NewDuration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraAnimInst", "SetDuration"); + + Params::CameraAnimInst_SetDuration Parms{}; + + Parms.NewDuration = NewDuration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraAnimInst.SetScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraAnimInst::SetScale(float NewDuration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraAnimInst", "SetScale"); + + Params::CameraAnimInst_SetScale Parms{}; + + Parms.NewDuration = NewDuration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraAnimInst.Stop +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bImmediate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraAnimInst::Stop(bool bImmediate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraAnimInst", "Stop"); + + Params::CameraAnimInst_Stop Parms{}; + + Parms.bImmediate = bImmediate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RadialForceComponent.AddObjectTypeToAffect +// (Native, Public, BlueprintCallable) +// Parameters: +// EObjectTypeQuery ObjectType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URadialForceComponent::AddObjectTypeToAffect(EObjectTypeQuery ObjectType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceComponent", "AddObjectTypeToAffect"); + + Params::RadialForceComponent_AddObjectTypeToAffect Parms{}; + + Parms.ObjectType = ObjectType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RadialForceComponent.FireImpulse +// (Native, Public, BlueprintCallable) + +void URadialForceComponent::FireImpulse() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceComponent", "FireImpulse"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RadialForceComponent.RemoveObjectTypeToAffect +// (Native, Public, BlueprintCallable) +// Parameters: +// EObjectTypeQuery ObjectType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void URadialForceComponent::RemoveObjectTypeToAffect(EObjectTypeQuery ObjectType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceComponent", "RemoveObjectTypeToAffect"); + + Params::RadialForceComponent_RemoveObjectTypeToAffect Parms{}; + + Parms.ObjectType = ObjectType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraShakeSourceComponent.Start +// (Final, Native, Public, BlueprintCallable) + +void UCameraShakeSourceComponent::Start() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeSourceComponent", "Start"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraShakeSourceComponent.StartCameraShake +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// TSubclassOf InCameraShake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECameraShakePlaySpace PlaySpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& UserPlaySpaceRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UCameraShakeSourceComponent::StartCameraShake(TSubclassOf InCameraShake, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeSourceComponent", "StartCameraShake"); + + Params::CameraShakeSourceComponent_StartCameraShake Parms{}; + + Parms.InCameraShake = InCameraShake; + Parms.Scale = Scale; + Parms.PlaySpace = PlaySpace; + Parms.UserPlaySpaceRot = std::move(UserPlaySpaceRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraShakeSourceComponent.StopAllCameraShakes +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraShakeSourceComponent::StopAllCameraShakes(bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeSourceComponent", "StopAllCameraShakes"); + + Params::CameraShakeSourceComponent_StopAllCameraShakes Parms{}; + + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraShakeSourceComponent.StopAllCameraShakesOfType +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf InCameraShake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCameraShakeSourceComponent::StopAllCameraShakesOfType(TSubclassOf InCameraShake, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeSourceComponent", "StopAllCameraShakesOfType"); + + Params::CameraShakeSourceComponent_StopAllCameraShakesOfType Parms{}; + + Parms.InCameraShake = InCameraShake; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CameraShakeSourceComponent.GetAttenuationFactor +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& Location (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCameraShakeSourceComponent::GetAttenuationFactor(const struct FVector& Location) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CameraShakeSourceComponent", "GetAttenuationFactor"); + + Params::CameraShakeSourceComponent_GetAttenuationFactor Parms{}; + + Parms.Location = std::move(Location); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Canvas.K2_Deproject +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldOrigin (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldDirection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_Deproject(const struct FVector2D& ScreenPosition, struct FVector* WorldOrigin, struct FVector* WorldDirection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_Deproject"); + + Params::Canvas_K2_Deproject Parms{}; + + Parms.ScreenPosition = std::move(ScreenPosition); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (WorldOrigin != nullptr) + *WorldOrigin = std::move(Parms.WorldOrigin); + + if (WorldDirection != nullptr) + *WorldDirection = std::move(Parms.WorldDirection); +} + + +// Function Engine.Canvas.K2_DrawBorder +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UTexture* BorderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* BackgroundTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* LeftBorderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* RightBorderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* TopBorderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* BottomBorderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CoordinatePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CoordinateSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& RenderColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& BorderScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& BackgroundScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& PivotPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CornerSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawBorder(class UTexture* BorderTexture, class UTexture* BackgroundTexture, class UTexture* LeftBorderTexture, class UTexture* RightBorderTexture, class UTexture* TopBorderTexture, class UTexture* BottomBorderTexture, const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, const struct FVector2D& CoordinatePosition, const struct FVector2D& CoordinateSize, const struct FLinearColor& RenderColor, const struct FVector2D& BorderScale, const struct FVector2D& BackgroundScale, float Rotation, const struct FVector2D& PivotPoint, const struct FVector2D& CornerSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawBorder"); + + Params::Canvas_K2_DrawBorder Parms{}; + + Parms.BorderTexture = BorderTexture; + Parms.BackgroundTexture = BackgroundTexture; + Parms.LeftBorderTexture = LeftBorderTexture; + Parms.RightBorderTexture = RightBorderTexture; + Parms.TopBorderTexture = TopBorderTexture; + Parms.BottomBorderTexture = BottomBorderTexture; + Parms.ScreenPosition = std::move(ScreenPosition); + Parms.ScreenSize = std::move(ScreenSize); + Parms.CoordinatePosition = std::move(CoordinatePosition); + Parms.CoordinateSize = std::move(CoordinateSize); + Parms.RenderColor = std::move(RenderColor); + Parms.BorderScale = std::move(BorderScale); + Parms.BackgroundScale = std::move(BackgroundScale); + Parms.Rotation = Rotation; + Parms.PivotPoint = std::move(PivotPoint); + Parms.CornerSize = std::move(CornerSize); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawBox +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& RenderColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawBox(const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, float Thickness, const struct FLinearColor& RenderColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawBox"); + + Params::Canvas_K2_DrawBox Parms{}; + + Parms.ScreenPosition = std::move(ScreenPosition); + Parms.ScreenSize = std::move(ScreenSize); + Parms.Thickness = Thickness; + Parms.RenderColor = std::move(RenderColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawLine +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& ScreenPositionA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPositionB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& RenderColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawLine(const struct FVector2D& ScreenPositionA, const struct FVector2D& ScreenPositionB, float Thickness, const struct FLinearColor& RenderColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawLine"); + + Params::Canvas_K2_DrawLine Parms{}; + + Parms.ScreenPositionA = std::move(ScreenPositionA); + Parms.ScreenPositionB = std::move(ScreenPositionB); + Parms.Thickness = Thickness; + Parms.RenderColor = std::move(RenderColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawMaterial +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UMaterialInterface* RenderMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CoordinatePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CoordinateSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& PivotPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawMaterial(class UMaterialInterface* RenderMaterial, const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, const struct FVector2D& CoordinatePosition, const struct FVector2D& CoordinateSize, float Rotation, const struct FVector2D& PivotPoint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawMaterial"); + + Params::Canvas_K2_DrawMaterial Parms{}; + + Parms.RenderMaterial = RenderMaterial; + Parms.ScreenPosition = std::move(ScreenPosition); + Parms.ScreenSize = std::move(ScreenSize); + Parms.CoordinatePosition = std::move(CoordinatePosition); + Parms.CoordinateSize = std::move(CoordinateSize); + Parms.Rotation = Rotation; + Parms.PivotPoint = std::move(PivotPoint); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawMaterialTriangle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* RenderMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& Triangles (Parm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawMaterialTriangle(class UMaterialInterface* RenderMaterial, const TArray& Triangles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawMaterialTriangle"); + + Params::Canvas_K2_DrawMaterialTriangle Parms{}; + + Parms.RenderMaterial = RenderMaterial; + Parms.Triangles = std::move(Triangles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawPolygon +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UTexture* RenderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumberOfSides (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& RenderColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawPolygon(class UTexture* RenderTexture, const struct FVector2D& ScreenPosition, const struct FVector2D& Radius, int32 NumberOfSides, const struct FLinearColor& RenderColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawPolygon"); + + Params::Canvas_K2_DrawPolygon Parms{}; + + Parms.RenderTexture = RenderTexture; + Parms.ScreenPosition = std::move(ScreenPosition); + Parms.Radius = std::move(Radius); + Parms.NumberOfSides = NumberOfSides; + Parms.RenderColor = std::move(RenderColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawText +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UFont* RenderFont (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& RenderText (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& RenderColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Kerning (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ShadowColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ShadowOffset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bCentreX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bCentreY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bOutlined (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& OutlineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawText(class UFont* RenderFont, const class FString& RenderText, const struct FVector2D& ScreenPosition, const struct FVector2D& Scale, const struct FLinearColor& RenderColor, float Kerning, const struct FLinearColor& ShadowColor, const struct FVector2D& ShadowOffset, bool bCentreX, bool bCentreY, bool bOutlined, const struct FLinearColor& OutlineColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawText"); + + Params::Canvas_K2_DrawText Parms{}; + + Parms.RenderFont = RenderFont; + Parms.RenderText = std::move(RenderText); + Parms.ScreenPosition = std::move(ScreenPosition); + Parms.Scale = std::move(Scale); + Parms.RenderColor = std::move(RenderColor); + Parms.Kerning = Kerning; + Parms.ShadowColor = std::move(ShadowColor); + Parms.ShadowOffset = std::move(ShadowOffset); + Parms.bCentreX = bCentreX; + Parms.bCentreY = bCentreY; + Parms.bOutlined = bOutlined; + Parms.OutlineColor = std::move(OutlineColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawTexture +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UTexture* RenderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CoordinatePosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& CoordinateSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& RenderColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBlendMode BlendMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& PivotPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawTexture(class UTexture* RenderTexture, const struct FVector2D& ScreenPosition, const struct FVector2D& ScreenSize, const struct FVector2D& CoordinatePosition, const struct FVector2D& CoordinateSize, const struct FLinearColor& RenderColor, EBlendMode BlendMode, float Rotation, const struct FVector2D& PivotPoint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawTexture"); + + Params::Canvas_K2_DrawTexture Parms{}; + + Parms.RenderTexture = RenderTexture; + Parms.ScreenPosition = std::move(ScreenPosition); + Parms.ScreenSize = std::move(ScreenSize); + Parms.CoordinatePosition = std::move(CoordinatePosition); + Parms.CoordinateSize = std::move(CoordinateSize); + Parms.RenderColor = std::move(RenderColor); + Parms.BlendMode = BlendMode; + Parms.Rotation = Rotation; + Parms.PivotPoint = std::move(PivotPoint); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_DrawTriangle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTexture* RenderTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& Triangles (Parm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UCanvas::K2_DrawTriangle(class UTexture* RenderTexture, const TArray& Triangles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_DrawTriangle"); + + Params::Canvas_K2_DrawTriangle Parms{}; + + Parms.RenderTexture = RenderTexture; + Parms.Triangles = std::move(Triangles); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Canvas.K2_Project +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& WorldLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UCanvas::K2_Project(const struct FVector& WorldLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_Project"); + + Params::Canvas_K2_Project Parms{}; + + Parms.WorldLocation = std::move(WorldLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Canvas.K2_StrLen +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UFont* RenderFont (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& RenderText (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UCanvas::K2_StrLen(class UFont* RenderFont, const class FString& RenderText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_StrLen"); + + Params::Canvas_K2_StrLen Parms{}; + + Parms.RenderFont = RenderFont; + Parms.RenderText = std::move(RenderText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.Canvas.K2_TextSize +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UFont* RenderFont (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& RenderText (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UCanvas::K2_TextSize(class UFont* RenderFont, const class FString& RenderText, const struct FVector2D& Scale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Canvas", "K2_TextSize"); + + Params::Canvas_K2_TextSize Parms{}; + + Parms.RenderFont = RenderFont; + Parms.RenderText = std::move(RenderText); + Parms.Scale = std::move(Scale); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.SetCapsuleHalfHeight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateOverlaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::SetCapsuleHalfHeight(float HalfHeight, bool bUpdateOverlaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "SetCapsuleHalfHeight"); + + Params::CapsuleComponent_SetCapsuleHalfHeight Parms{}; + + Parms.HalfHeight = HalfHeight; + Parms.bUpdateOverlaps = bUpdateOverlaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CapsuleComponent.SetCapsuleRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateOverlaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::SetCapsuleRadius(float Radius, bool bUpdateOverlaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "SetCapsuleRadius"); + + Params::CapsuleComponent_SetCapsuleRadius Parms{}; + + Parms.Radius = Radius; + Parms.bUpdateOverlaps = bUpdateOverlaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CapsuleComponent.SetCapsuleSize +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InHalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUpdateOverlaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::SetCapsuleSize(float InRadius, float InHalfHeight, bool bUpdateOverlaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "SetCapsuleSize"); + + Params::CapsuleComponent_SetCapsuleSize Parms{}; + + Parms.InRadius = InRadius; + Parms.InHalfHeight = InHalfHeight; + Parms.bUpdateOverlaps = bUpdateOverlaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CapsuleComponent.GetScaledCapsuleHalfHeight +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetScaledCapsuleHalfHeight() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetScaledCapsuleHalfHeight"); + + Params::CapsuleComponent_GetScaledCapsuleHalfHeight Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetScaledCapsuleHalfHeight_WithoutHemisphere +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetScaledCapsuleHalfHeight_WithoutHemisphere() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetScaledCapsuleHalfHeight_WithoutHemisphere"); + + Params::CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetScaledCapsuleRadius +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetScaledCapsuleRadius() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetScaledCapsuleRadius"); + + Params::CapsuleComponent_GetScaledCapsuleRadius Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetScaledCapsuleSize +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* OutRadius (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutHalfHeight (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::GetScaledCapsuleSize(float* OutRadius, float* OutHalfHeight) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetScaledCapsuleSize"); + + Params::CapsuleComponent_GetScaledCapsuleSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRadius != nullptr) + *OutRadius = Parms.OutRadius; + + if (OutHalfHeight != nullptr) + *OutHalfHeight = Parms.OutHalfHeight; +} + + +// Function Engine.CapsuleComponent.GetScaledCapsuleSize_WithoutHemisphere +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* OutRadius (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutHalfHeightWithoutHemisphere (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::GetScaledCapsuleSize_WithoutHemisphere(float* OutRadius, float* OutHalfHeightWithoutHemisphere) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetScaledCapsuleSize_WithoutHemisphere"); + + Params::CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRadius != nullptr) + *OutRadius = Parms.OutRadius; + + if (OutHalfHeightWithoutHemisphere != nullptr) + *OutHalfHeightWithoutHemisphere = Parms.OutHalfHeightWithoutHemisphere; +} + + +// Function Engine.CapsuleComponent.GetShapeScale +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetShapeScale() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetShapeScale"); + + Params::CapsuleComponent_GetShapeScale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleHalfHeight +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetUnscaledCapsuleHalfHeight() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetUnscaledCapsuleHalfHeight"); + + Params::CapsuleComponent_GetUnscaledCapsuleHalfHeight Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleHalfHeight_WithoutHemisphere +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetUnscaledCapsuleHalfHeight_WithoutHemisphere() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetUnscaledCapsuleHalfHeight_WithoutHemisphere"); + + Params::CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleRadius +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCapsuleComponent::GetUnscaledCapsuleRadius() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetUnscaledCapsuleRadius"); + + Params::CapsuleComponent_GetUnscaledCapsuleRadius Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleSize +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* OutRadius (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutHalfHeight (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::GetUnscaledCapsuleSize(float* OutRadius, float* OutHalfHeight) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetUnscaledCapsuleSize"); + + Params::CapsuleComponent_GetUnscaledCapsuleSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRadius != nullptr) + *OutRadius = Parms.OutRadius; + + if (OutHalfHeight != nullptr) + *OutHalfHeight = Parms.OutHalfHeight; +} + + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleSize_WithoutHemisphere +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* OutRadius (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutHalfHeightWithoutHemisphere (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCapsuleComponent::GetUnscaledCapsuleSize_WithoutHemisphere(float* OutRadius, float* OutHalfHeightWithoutHemisphere) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CapsuleComponent", "GetUnscaledCapsuleSize_WithoutHemisphere"); + + Params::CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRadius != nullptr) + *OutRadius = Parms.OutRadius; + + if (OutHalfHeightWithoutHemisphere != nullptr) + *OutHalfHeightWithoutHemisphere = Parms.OutHalfHeightWithoutHemisphere; +} + + +// Function Engine.ChildActorComponent.SetChildActorClass +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf InClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UChildActorComponent::SetChildActorClass(TSubclassOf InClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ChildActorComponent", "SetChildActorClass"); + + Params::ChildActorComponent_SetChildActorClass Parms{}; + + Parms.InClass = InClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InterpToMovementComponent.AddControlPointPosition +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Pos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPositionIsRelative (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInterpToMovementComponent::AddControlPointPosition(const struct FVector& Pos, bool bPositionIsRelative) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InterpToMovementComponent", "AddControlPointPosition"); + + Params::InterpToMovementComponent_AddControlPointPosition Parms{}; + + Parms.Pos = std::move(Pos); + Parms.bPositionIsRelative = bPositionIsRelative; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InterpToMovementComponent.FinaliseControlPoints +// (Final, Native, Public, BlueprintCallable) + +void UInterpToMovementComponent::FinaliseControlPoints() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InterpToMovementComponent", "FinaliseControlPoints"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InterpToMovementComponent.ResetControlPoints +// (Final, Native, Public, BlueprintCallable) + +void UInterpToMovementComponent::ResetControlPoints() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InterpToMovementComponent", "ResetControlPoints"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InterpToMovementComponent.RestartMovement +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InitialDirection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UInterpToMovementComponent::RestartMovement(float InitialDirection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InterpToMovementComponent", "RestartMovement"); + + Params::InterpToMovementComponent_RestartMovement Parms{}; + + Parms.InitialDirection = InitialDirection; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.InterpToMovementComponent.StopSimulating +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FHitResult& HitResult (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void UInterpToMovementComponent::StopSimulating(const struct FHitResult& HitResult) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("InterpToMovementComponent", "StopSimulating"); + + Params::InterpToMovementComponent_StopSimulating Parms{}; + + Parms.HitResult = std::move(HitResult); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ForceFeedbackComponent.AdjustAttenuation +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FForceFeedbackAttenuationSettings&InAttenuationSettings (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UForceFeedbackComponent::AdjustAttenuation(const struct FForceFeedbackAttenuationSettings& InAttenuationSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ForceFeedbackComponent", "AdjustAttenuation"); + + Params::ForceFeedbackComponent_AdjustAttenuation Parms{}; + + Parms.InAttenuationSettings = std::move(InAttenuationSettings); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ForceFeedbackComponent.Play +// (Native, Public, BlueprintCallable) +// Parameters: +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UForceFeedbackComponent::Play(float StartTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ForceFeedbackComponent", "Play"); + + Params::ForceFeedbackComponent_Play Parms{}; + + Parms.StartTime = StartTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ForceFeedbackComponent.SetForceFeedbackEffect +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UForceFeedbackEffect* NewForceFeedbackEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UForceFeedbackComponent::SetForceFeedbackEffect(class UForceFeedbackEffect* NewForceFeedbackEffect) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ForceFeedbackComponent", "SetForceFeedbackEffect"); + + Params::ForceFeedbackComponent_SetForceFeedbackEffect Parms{}; + + Parms.NewForceFeedbackEffect = NewForceFeedbackEffect; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ForceFeedbackComponent.SetIntensityMultiplier +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensityMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UForceFeedbackComponent::SetIntensityMultiplier(float NewIntensityMultiplier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ForceFeedbackComponent", "SetIntensityMultiplier"); + + Params::ForceFeedbackComponent_SetIntensityMultiplier Parms{}; + + Parms.NewIntensityMultiplier = NewIntensityMultiplier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ForceFeedbackComponent.Stop +// (Native, Public, BlueprintCallable) + +void UForceFeedbackComponent::Stop() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ForceFeedbackComponent", "Stop"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ForceFeedbackComponent.BP_GetAttenuationSettingsToApply +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FForceFeedbackAttenuationSettings*OutAttenuationSettings (Parm, OutParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UForceFeedbackComponent::BP_GetAttenuationSettingsToApply(struct FForceFeedbackAttenuationSettings* OutAttenuationSettings) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ForceFeedbackComponent", "BP_GetAttenuationSettingsToApply"); + + Params::ForceFeedbackComponent_BP_GetAttenuationSettingsToApply Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutAttenuationSettings != nullptr) + *OutAttenuationSettings = std::move(Parms.OutAttenuationSettings); + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.AddCameraLensEffect +// (Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOfLensEffectEmitterClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AEmitterCameraLensEffectBase* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AEmitterCameraLensEffectBase* APlayerCameraManager::AddCameraLensEffect(TSubclassOf LensEffectEmitterClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "AddCameraLensEffect"); + + Params::PlayerCameraManager_AddCameraLensEffect Parms{}; + + Parms.LensEffectEmitterClass = LensEffectEmitterClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.AddNewCameraModifier +// (Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf ModifierClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCameraModifier* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCameraModifier* APlayerCameraManager::AddNewCameraModifier(TSubclassOf ModifierClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "AddNewCameraModifier"); + + Params::PlayerCameraManager_AddNewCameraModifier Parms{}; + + Parms.ModifierClass = ModifierClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.BlueprintUpdateCamera +// (BlueprintCosmetic, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// class AActor* CameraTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* NewCameraLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* NewCameraRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float* NewCameraFOV (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerCameraManager::BlueprintUpdateCamera(class AActor* CameraTarget, struct FVector* NewCameraLocation, struct FRotator* NewCameraRotation, float* NewCameraFOV) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "BlueprintUpdateCamera"); + + Params::PlayerCameraManager_BlueprintUpdateCamera Parms{}; + + Parms.CameraTarget = CameraTarget; + + UObject::ProcessEvent(Func, &Parms); + + if (NewCameraLocation != nullptr) + *NewCameraLocation = std::move(Parms.NewCameraLocation); + + if (NewCameraRotation != nullptr) + *NewCameraRotation = std::move(Parms.NewCameraRotation); + + if (NewCameraFOV != nullptr) + *NewCameraFOV = Parms.NewCameraFOV; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.ClearCameraLensEffects +// (Native, Public, BlueprintCallable) + +void APlayerCameraManager::ClearCameraLensEffects() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "ClearCameraLensEffects"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.FindCameraModifierByClass +// (Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf ModifierClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCameraModifier* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCameraModifier* APlayerCameraManager::FindCameraModifierByClass(TSubclassOf ModifierClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "FindCameraModifierByClass"); + + Params::PlayerCameraManager_FindCameraModifierByClass Parms{}; + + Parms.ModifierClass = ModifierClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.OnPhotographyMultiPartCaptureEnd +// (BlueprintCosmetic, Native, Event, Public, BlueprintEvent) + +void APlayerCameraManager::OnPhotographyMultiPartCaptureEnd() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "OnPhotographyMultiPartCaptureEnd"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.OnPhotographyMultiPartCaptureStart +// (BlueprintCosmetic, Native, Event, Public, BlueprintEvent) + +void APlayerCameraManager::OnPhotographyMultiPartCaptureStart() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "OnPhotographyMultiPartCaptureStart"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.OnPhotographySessionEnd +// (BlueprintCosmetic, Native, Event, Public, BlueprintEvent) + +void APlayerCameraManager::OnPhotographySessionEnd() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "OnPhotographySessionEnd"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.OnPhotographySessionStart +// (BlueprintCosmetic, Native, Event, Public, BlueprintEvent) + +void APlayerCameraManager::OnPhotographySessionStart() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "OnPhotographySessionStart"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.PhotographyCameraModify +// (BlueprintCosmetic, Native, Event, Public, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// const struct FVector& NewCameraLocation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PreviousCameraLocation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& OriginalCameraLocation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* ResultCameraLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::PhotographyCameraModify(const struct FVector& NewCameraLocation, const struct FVector& PreviousCameraLocation, const struct FVector& OriginalCameraLocation, struct FVector* ResultCameraLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "PhotographyCameraModify"); + + Params::PlayerCameraManager_PhotographyCameraModify Parms{}; + + Parms.NewCameraLocation = std::move(NewCameraLocation); + Parms.PreviousCameraLocation = std::move(PreviousCameraLocation); + Parms.OriginalCameraLocation = std::move(OriginalCameraLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ResultCameraLocation != nullptr) + *ResultCameraLocation = std::move(Parms.ResultCameraLocation); +} + + +// Function Engine.PlayerCameraManager.PlayCameraAnim +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UCameraAnim* Anim (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Rate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendInTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLoop (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRandomStartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECameraShakePlaySpace PlaySpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& UserPlaySpaceRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class UCameraAnimInst* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCameraAnimInst* APlayerCameraManager::PlayCameraAnim(class UCameraAnim* Anim, float Rate, float Scale, float BlendInTime, float BlendOutTime, bool bLoop, bool bRandomStartTime, float Duration, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "PlayCameraAnim"); + + Params::PlayerCameraManager_PlayCameraAnim Parms{}; + + Parms.Anim = Anim; + Parms.Rate = Rate; + Parms.Scale = Scale; + Parms.BlendInTime = BlendInTime; + Parms.BlendOutTime = BlendOutTime; + Parms.bLoop = bLoop; + Parms.bRandomStartTime = bRandomStartTime; + Parms.Duration = Duration; + Parms.PlaySpace = PlaySpace; + Parms.UserPlaySpaceRot = std::move(UserPlaySpaceRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.RemoveCameraLensEffect +// (Native, Public, BlueprintCallable) +// Parameters: +// class AEmitterCameraLensEffectBase* Emitter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::RemoveCameraLensEffect(class AEmitterCameraLensEffectBase* Emitter) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "RemoveCameraLensEffect"); + + Params::PlayerCameraManager_RemoveCameraLensEffect Parms{}; + + Parms.Emitter = Emitter; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.RemoveCameraModifier +// (Native, Public, BlueprintCallable) +// Parameters: +// class UCameraModifier* ModifierToRemove (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool APlayerCameraManager::RemoveCameraModifier(class UCameraModifier* ModifierToRemove) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "RemoveCameraModifier"); + + Params::PlayerCameraManager_RemoveCameraModifier Parms{}; + + Parms.ModifierToRemove = ModifierToRemove; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.SetGameCameraCutThisFrame +// (Final, Native, Public, BlueprintCallable) + +void APlayerCameraManager::SetGameCameraCutThisFrame() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "SetGameCameraCutThisFrame"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.SetManualCameraFade +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// float InFadeAmount (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bInFadeAudio (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::SetManualCameraFade(float InFadeAmount, const struct FLinearColor& Color, bool bInFadeAudio) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "SetManualCameraFade"); + + Params::PlayerCameraManager_SetManualCameraFade Parms{}; + + Parms.InFadeAmount = InFadeAmount; + Parms.Color = std::move(Color); + Parms.bInFadeAudio = bInFadeAudio; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StartCameraFade +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// float FromAlpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ToAlpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShouldFadeAudio (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHoldWhenFinished (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StartCameraFade(float FromAlpha, float ToAlpha, float Duration, const struct FLinearColor& Color, bool bShouldFadeAudio, bool bHoldWhenFinished) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StartCameraFade"); + + Params::PlayerCameraManager_StartCameraFade Parms{}; + + Parms.FromAlpha = FromAlpha; + Parms.ToAlpha = ToAlpha; + Parms.Duration = Duration; + Parms.Color = std::move(Color); + Parms.bShouldFadeAudio = bShouldFadeAudio; + Parms.bHoldWhenFinished = bHoldWhenFinished; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StartCameraShake +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// TSubclassOf ShakeClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECameraShakePlaySpace PlaySpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& UserPlaySpaceRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class UCameraShakeBase* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCameraShakeBase* APlayerCameraManager::StartCameraShake(TSubclassOf ShakeClass, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StartCameraShake"); + + Params::PlayerCameraManager_StartCameraShake Parms{}; + + Parms.ShakeClass = ShakeClass; + Parms.Scale = Scale; + Parms.PlaySpace = PlaySpace; + Parms.UserPlaySpaceRot = std::move(UserPlaySpaceRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.StartCameraShakeFromSource +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// TSubclassOf ShakeClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCameraShakeSourceComponent* SourceComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECameraShakePlaySpace PlaySpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& UserPlaySpaceRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class UCameraShakeBase* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UCameraShakeBase* APlayerCameraManager::StartCameraShakeFromSource(TSubclassOf ShakeClass, class UCameraShakeSourceComponent* SourceComponent, float Scale, ECameraShakePlaySpace PlaySpace, const struct FRotator& UserPlaySpaceRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StartCameraShakeFromSource"); + + Params::PlayerCameraManager_StartCameraShakeFromSource Parms{}; + + Parms.ShakeClass = ShakeClass; + Parms.SourceComponent = SourceComponent; + Parms.Scale = Scale; + Parms.PlaySpace = PlaySpace; + Parms.UserPlaySpaceRot = std::move(UserPlaySpaceRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.StopAllCameraAnims +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bImmediate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopAllCameraAnims(bool bImmediate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopAllCameraAnims"); + + Params::PlayerCameraManager_StopAllCameraAnims Parms{}; + + Parms.bImmediate = bImmediate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopAllCameraShakes +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopAllCameraShakes(bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopAllCameraShakes"); + + Params::PlayerCameraManager_StopAllCameraShakes Parms{}; + + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopAllCameraShakesFromSource +// (Native, Public, BlueprintCallable) +// Parameters: +// class UCameraShakeSourceComponent* SourceComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopAllCameraShakesFromSource(class UCameraShakeSourceComponent* SourceComponent, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopAllCameraShakesFromSource"); + + Params::PlayerCameraManager_StopAllCameraShakesFromSource Parms{}; + + Parms.SourceComponent = SourceComponent; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopAllInstancesOfCameraAnim +// (Native, Public, BlueprintCallable) +// Parameters: +// class UCameraAnim* Anim (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopAllInstancesOfCameraAnim(class UCameraAnim* Anim, bool bImmediate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopAllInstancesOfCameraAnim"); + + Params::PlayerCameraManager_StopAllInstancesOfCameraAnim Parms{}; + + Parms.Anim = Anim; + Parms.bImmediate = bImmediate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopAllInstancesOfCameraShake +// (Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf Shake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopAllInstancesOfCameraShake(TSubclassOf Shake, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopAllInstancesOfCameraShake"); + + Params::PlayerCameraManager_StopAllInstancesOfCameraShake Parms{}; + + Parms.Shake = Shake; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopAllInstancesOfCameraShakeFromSource +// (Native, Public, BlueprintCallable) +// Parameters: +// TSubclassOf Shake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCameraShakeSourceComponent* SourceComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopAllInstancesOfCameraShakeFromSource(TSubclassOf Shake, class UCameraShakeSourceComponent* SourceComponent, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopAllInstancesOfCameraShakeFromSource"); + + Params::PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource Parms{}; + + Parms.Shake = Shake; + Parms.SourceComponent = SourceComponent; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopCameraAnimInst +// (Native, Public, BlueprintCallable) +// Parameters: +// class UCameraAnimInst* AnimInst (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopCameraAnimInst(class UCameraAnimInst* AnimInst, bool bImmediate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopCameraAnimInst"); + + Params::PlayerCameraManager_StopCameraAnimInst Parms{}; + + Parms.AnimInst = AnimInst; + Parms.bImmediate = bImmediate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopCameraFade +// (Native, Public, BlueprintCallable) + +void APlayerCameraManager::StopCameraFade() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopCameraFade"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.StopCameraShake +// (Native, Public, BlueprintCallable) +// Parameters: +// class UCameraShakeBase* ShakeInstance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bImmediately (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlayerCameraManager::StopCameraShake(class UCameraShakeBase* ShakeInstance, bool bImmediately) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "StopCameraShake"); + + Params::PlayerCameraManager_StopCameraShake Parms{}; + + Parms.ShakeInstance = ShakeInstance; + Parms.bImmediately = bImmediately; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.SwapPendingViewTargetWhenUsingClientSideCameraUpdates +// (Final, Native, Protected) + +void APlayerCameraManager::SwapPendingViewTargetWhenUsingClientSideCameraUpdates() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "SwapPendingViewTargetWhenUsingClientSideCameraUpdates"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerCameraManager.GetCameraLocation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector APlayerCameraManager::GetCameraLocation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "GetCameraLocation"); + + Params::PlayerCameraManager_GetCameraLocation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.GetCameraRotation +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator APlayerCameraManager::GetCameraRotation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "GetCameraRotation"); + + Params::PlayerCameraManager_GetCameraRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.GetFOVAngle +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float APlayerCameraManager::GetFOVAngle() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "GetFOVAngle"); + + Params::PlayerCameraManager_GetFOVAngle Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlayerCameraManager.GetOwningPlayerController +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class APlayerController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerController* APlayerCameraManager::GetOwningPlayerController() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerCameraManager", "GetOwningPlayerController"); + + Params::PlayerCameraManager_GetOwningPlayerController Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.ActivateReverbEffect +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UReverbEffect* ReverbEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName TagName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Priority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Volume (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::ActivateReverbEffect(const class UObject* WorldContextObject, class UReverbEffect* ReverbEffect, class FName TagName, float Priority, float Volume, float FadeTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ActivateReverbEffect"); + + Params::GameplayStatics_ActivateReverbEffect Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ReverbEffect = ReverbEffect; + Parms.TagName = TagName; + Parms.Priority = Priority; + Parms.Volume = Volume; + Parms.FadeTime = FadeTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.AnnounceAccessibleString +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& AnnouncementString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::AnnounceAccessibleString(const class FString& AnnouncementString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "AnnounceAccessibleString"); + + Params::GameplayStatics_AnnounceAccessibleString Parms{}; + + Parms.AnnouncementString = std::move(AnnouncementString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.ApplyDamage +// (Final, BlueprintAuthorityOnly, Native, Static, Public, BlueprintCallable) +// Parameters: +// class AActor* DamagedActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BaseDamage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AController* EventInstigator (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf DamageTypeClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::ApplyDamage(class AActor* DamagedActor, float BaseDamage, class AController* EventInstigator, class AActor* DamageCauser, TSubclassOf DamageTypeClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ApplyDamage"); + + Params::GameplayStatics_ApplyDamage Parms{}; + + Parms.DamagedActor = DamagedActor; + Parms.BaseDamage = BaseDamage; + Parms.EventInstigator = EventInstigator; + Parms.DamageCauser = DamageCauser; + Parms.DamageTypeClass = DamageTypeClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.ApplyPointDamage +// (Final, BlueprintAuthorityOnly, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class AActor* DamagedActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BaseDamage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HitFromDirection (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FHitResult& HitInfo (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// class AController* EventInstigator (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf DamageTypeClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::ApplyPointDamage(class AActor* DamagedActor, float BaseDamage, const struct FVector& HitFromDirection, const struct FHitResult& HitInfo, class AController* EventInstigator, class AActor* DamageCauser, TSubclassOf DamageTypeClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ApplyPointDamage"); + + Params::GameplayStatics_ApplyPointDamage Parms{}; + + Parms.DamagedActor = DamagedActor; + Parms.BaseDamage = BaseDamage; + Parms.HitFromDirection = std::move(HitFromDirection); + Parms.HitInfo = std::move(HitInfo); + Parms.EventInstigator = EventInstigator; + Parms.DamageCauser = DamageCauser; + Parms.DamageTypeClass = DamageTypeClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.ApplyRadialDamage +// (Final, BlueprintAuthorityOnly, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BaseDamage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Origin (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DamageRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf DamageTypeClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& IgnoreActors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AController* InstigatedByController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDoFullDamage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECollisionChannel DamagePreventionChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::ApplyRadialDamage(const class UObject* WorldContextObject, float BaseDamage, const struct FVector& Origin, float DamageRadius, TSubclassOf DamageTypeClass, const TArray& IgnoreActors, class AActor* DamageCauser, class AController* InstigatedByController, bool bDoFullDamage, ECollisionChannel DamagePreventionChannel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ApplyRadialDamage"); + + Params::GameplayStatics_ApplyRadialDamage Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.BaseDamage = BaseDamage; + Parms.Origin = std::move(Origin); + Parms.DamageRadius = DamageRadius; + Parms.DamageTypeClass = DamageTypeClass; + Parms.IgnoreActors = std::move(IgnoreActors); + Parms.DamageCauser = DamageCauser; + Parms.InstigatedByController = InstigatedByController; + Parms.bDoFullDamage = bDoFullDamage; + Parms.DamagePreventionChannel = DamagePreventionChannel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.ApplyRadialDamageWithFalloff +// (Final, BlueprintAuthorityOnly, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BaseDamage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MinimumDamage (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Origin (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DamageInnerRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DamageOuterRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DamageFalloff (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf DamageTypeClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& IgnoreActors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class AActor* DamageCauser (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AController* InstigatedByController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECollisionChannel DamagePreventionChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::ApplyRadialDamageWithFalloff(const class UObject* WorldContextObject, float BaseDamage, float MinimumDamage, const struct FVector& Origin, float DamageInnerRadius, float DamageOuterRadius, float DamageFalloff, TSubclassOf DamageTypeClass, const TArray& IgnoreActors, class AActor* DamageCauser, class AController* InstigatedByController, ECollisionChannel DamagePreventionChannel) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ApplyRadialDamageWithFalloff"); + + Params::GameplayStatics_ApplyRadialDamageWithFalloff Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.BaseDamage = BaseDamage; + Parms.MinimumDamage = MinimumDamage; + Parms.Origin = std::move(Origin); + Parms.DamageInnerRadius = DamageInnerRadius; + Parms.DamageOuterRadius = DamageOuterRadius; + Parms.DamageFalloff = DamageFalloff; + Parms.DamageTypeClass = DamageTypeClass; + Parms.IgnoreActors = std::move(IgnoreActors); + Parms.DamageCauser = DamageCauser; + Parms.InstigatedByController = InstigatedByController; + Parms.DamagePreventionChannel = DamagePreventionChannel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.AreAnyListenersWithinRange +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaximumRange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::AreAnyListenersWithinRange(const class UObject* WorldContextObject, const struct FVector& Location, float MaximumRange) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "AreAnyListenersWithinRange"); + + Params::GameplayStatics_AreAnyListenersWithinRange Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Location = std::move(Location); + Parms.MaximumRange = MaximumRange; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.AreSubtitlesEnabled +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::AreSubtitlesEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "AreSubtitlesEnabled"); + + Params::GameplayStatics_AreSubtitlesEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.BeginDeferredActorSpawnFromClass +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ActorClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& SpawnTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// ESpawnActorCollisionHandlingMethod CollisionHandlingOverride (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* Owner (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UGameplayStatics::BeginDeferredActorSpawnFromClass(const class UObject* WorldContextObject, TSubclassOf ActorClass, const struct FTransform& SpawnTransform, ESpawnActorCollisionHandlingMethod CollisionHandlingOverride, class AActor* Owner) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "BeginDeferredActorSpawnFromClass"); + + Params::GameplayStatics_BeginDeferredActorSpawnFromClass Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ActorClass = ActorClass; + Parms.SpawnTransform = std::move(SpawnTransform); + Parms.CollisionHandlingOverride = CollisionHandlingOverride; + Parms.Owner = Owner; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.BeginSpawningActorFromBlueprint +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UBlueprint* Blueprint (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& SpawnTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bNoCollisionFail (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UGameplayStatics::BeginSpawningActorFromBlueprint(const class UObject* WorldContextObject, const class UBlueprint* Blueprint, const struct FTransform& SpawnTransform, bool bNoCollisionFail) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "BeginSpawningActorFromBlueprint"); + + Params::GameplayStatics_BeginSpawningActorFromBlueprint Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Blueprint = Blueprint; + Parms.SpawnTransform = std::move(SpawnTransform); + Parms.bNoCollisionFail = bNoCollisionFail; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.BeginSpawningActorFromClass +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ActorClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& SpawnTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bNoCollisionFail (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* Owner (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UGameplayStatics::BeginSpawningActorFromClass(const class UObject* WorldContextObject, TSubclassOf ActorClass, const struct FTransform& SpawnTransform, bool bNoCollisionFail, class AActor* Owner) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "BeginSpawningActorFromClass"); + + Params::GameplayStatics_BeginSpawningActorFromClass Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ActorClass = ActorClass; + Parms.SpawnTransform = std::move(SpawnTransform); + Parms.bNoCollisionFail = bNoCollisionFail; + Parms.Owner = Owner; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.Blueprint_PredictProjectilePath_Advanced +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPredictProjectilePathParams&PredictParams (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FPredictProjectilePathResult* PredictResult (Parm, OutParm, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::Blueprint_PredictProjectilePath_Advanced(const class UObject* WorldContextObject, const struct FPredictProjectilePathParams& PredictParams, struct FPredictProjectilePathResult* PredictResult) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "Blueprint_PredictProjectilePath_Advanced"); + + Params::GameplayStatics_Blueprint_PredictProjectilePath_Advanced Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PredictParams = std::move(PredictParams); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (PredictResult != nullptr) + *PredictResult = std::move(Parms.PredictResult); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.Blueprint_PredictProjectilePath_ByObjectType +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// TArray* OutPathPositions (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// struct FVector* OutLastTraceDestination (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& StartPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LaunchVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTracePath (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ProjectileRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawDebugTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SimFrequency (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxSimTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OverrideGravityZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::Blueprint_PredictProjectilePath_ByObjectType(const class UObject* WorldContextObject, struct FHitResult* OutHit, TArray* OutPathPositions, struct FVector* OutLastTraceDestination, const struct FVector& StartPos, const struct FVector& LaunchVelocity, bool bTracePath, float ProjectileRadius, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, float DrawDebugTime, float SimFrequency, float MaxSimTime, float OverrideGravityZ) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "Blueprint_PredictProjectilePath_ByObjectType"); + + Params::GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.StartPos = std::move(StartPos); + Parms.LaunchVelocity = std::move(LaunchVelocity); + Parms.bTracePath = bTracePath; + Parms.ProjectileRadius = ProjectileRadius; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.DrawDebugTime = DrawDebugTime; + Parms.SimFrequency = SimFrequency; + Parms.MaxSimTime = MaxSimTime; + Parms.OverrideGravityZ = OverrideGravityZ; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + if (OutPathPositions != nullptr) + *OutPathPositions = std::move(Parms.OutPathPositions); + + if (OutLastTraceDestination != nullptr) + *OutLastTraceDestination = std::move(Parms.OutLastTraceDestination); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.Blueprint_PredictProjectilePath_ByTraceChannel +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// TArray* OutPathPositions (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// struct FVector* OutLastTraceDestination (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& StartPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LaunchVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTracePath (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ProjectileRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ECollisionChannel TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawDebugTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SimFrequency (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxSimTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OverrideGravityZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::Blueprint_PredictProjectilePath_ByTraceChannel(const class UObject* WorldContextObject, struct FHitResult* OutHit, TArray* OutPathPositions, struct FVector* OutLastTraceDestination, const struct FVector& StartPos, const struct FVector& LaunchVelocity, bool bTracePath, float ProjectileRadius, ECollisionChannel TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, float DrawDebugTime, float SimFrequency, float MaxSimTime, float OverrideGravityZ) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "Blueprint_PredictProjectilePath_ByTraceChannel"); + + Params::GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.StartPos = std::move(StartPos); + Parms.LaunchVelocity = std::move(LaunchVelocity); + Parms.bTracePath = bTracePath; + Parms.ProjectileRadius = ProjectileRadius; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.DrawDebugTime = DrawDebugTime; + Parms.SimFrequency = SimFrequency; + Parms.MaxSimTime = MaxSimTime; + Parms.OverrideGravityZ = OverrideGravityZ; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + if (OutPathPositions != nullptr) + *OutPathPositions = std::move(Parms.OutPathPositions); + + if (OutLastTraceDestination != nullptr) + *OutLastTraceDestination = std::move(Parms.OutLastTraceDestination); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.BlueprintSuggestProjectileVelocity +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* TossVelocity (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& StartLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& EndLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LaunchSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OverrideGravityZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESuggestProjVelocityTraceOption TraceOption (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float CollisionRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFavorHighArc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDrawDebug (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::BlueprintSuggestProjectileVelocity(const class UObject* WorldContextObject, struct FVector* TossVelocity, const struct FVector& StartLocation, const struct FVector& EndLocation, float LaunchSpeed, float OverrideGravityZ, ESuggestProjVelocityTraceOption TraceOption, float CollisionRadius, bool bFavorHighArc, bool bDrawDebug) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "BlueprintSuggestProjectileVelocity"); + + Params::GameplayStatics_BlueprintSuggestProjectileVelocity Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.StartLocation = std::move(StartLocation); + Parms.EndLocation = std::move(EndLocation); + Parms.LaunchSpeed = LaunchSpeed; + Parms.OverrideGravityZ = OverrideGravityZ; + Parms.TraceOption = TraceOption; + Parms.CollisionRadius = CollisionRadius; + Parms.bFavorHighArc = bFavorHighArc; + Parms.bDrawDebug = bDrawDebug; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (TossVelocity != nullptr) + *TossVelocity = std::move(Parms.TossVelocity); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.BreakHitResult +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool* bBlockingHit (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* bInitialOverlap (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Time (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Distance (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Location (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* ImpactPoint (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Normal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* ImpactNormal (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPhysicalMaterial** PhysMat (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor** HitActor (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent** HitComponent (Parm, OutParm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName* HitBoneName (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* HitItem (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* ElementIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* FaceIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* TraceStart (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* TraceEnd (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::BreakHitResult(const struct FHitResult& Hit, bool* bBlockingHit, bool* bInitialOverlap, float* Time, float* Distance, struct FVector* Location, struct FVector* ImpactPoint, struct FVector* Normal, struct FVector* ImpactNormal, class UPhysicalMaterial** PhysMat, class AActor** HitActor, class UPrimitiveComponent** HitComponent, class FName* HitBoneName, int32* HitItem, int32* ElementIndex, int32* FaceIndex, struct FVector* TraceStart, struct FVector* TraceEnd) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "BreakHitResult"); + + Params::GameplayStatics_BreakHitResult Parms{}; + + Parms.Hit = std::move(Hit); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (bBlockingHit != nullptr) + *bBlockingHit = Parms.bBlockingHit; + + if (bInitialOverlap != nullptr) + *bInitialOverlap = Parms.bInitialOverlap; + + if (Time != nullptr) + *Time = Parms.Time; + + if (Distance != nullptr) + *Distance = Parms.Distance; + + if (Location != nullptr) + *Location = std::move(Parms.Location); + + if (ImpactPoint != nullptr) + *ImpactPoint = std::move(Parms.ImpactPoint); + + if (Normal != nullptr) + *Normal = std::move(Parms.Normal); + + if (ImpactNormal != nullptr) + *ImpactNormal = std::move(Parms.ImpactNormal); + + if (PhysMat != nullptr) + *PhysMat = Parms.PhysMat; + + if (HitActor != nullptr) + *HitActor = Parms.HitActor; + + if (HitComponent != nullptr) + *HitComponent = Parms.HitComponent; + + if (HitBoneName != nullptr) + *HitBoneName = Parms.HitBoneName; + + if (HitItem != nullptr) + *HitItem = Parms.HitItem; + + if (ElementIndex != nullptr) + *ElementIndex = Parms.ElementIndex; + + if (FaceIndex != nullptr) + *FaceIndex = Parms.FaceIndex; + + if (TraceStart != nullptr) + *TraceStart = std::move(Parms.TraceStart); + + if (TraceEnd != nullptr) + *TraceEnd = std::move(Parms.TraceEnd); +} + + +// Function Engine.GameplayStatics.CancelAsyncLoading +// (Final, Native, Static, Public, BlueprintCallable) + +void UGameplayStatics::CancelAsyncLoading() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "CancelAsyncLoading"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.ClearSoundMixClassOverride +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundMix* InSoundMixModifier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundClass* InSoundClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeOutTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::ClearSoundMixClassOverride(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier, class USoundClass* InSoundClass, float FadeOutTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ClearSoundMixClassOverride"); + + Params::GameplayStatics_ClearSoundMixClassOverride Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InSoundMixModifier = InSoundMixModifier; + Parms.InSoundClass = InSoundClass; + Parms.FadeOutTime = FadeOutTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.ClearSoundMixModifiers +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::ClearSoundMixModifiers(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ClearSoundMixModifiers"); + + Params::GameplayStatics_ClearSoundMixModifiers Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.CreatePlayer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSpawnPlayerController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerController* UGameplayStatics::CreatePlayer(const class UObject* WorldContextObject, int32 ControllerId, bool bSpawnPlayerController) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "CreatePlayer"); + + Params::GameplayStatics_CreatePlayer Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ControllerId = ControllerId; + Parms.bSpawnPlayerController = bSpawnPlayerController; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.CreateSaveGameObject +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TSubclassOf SaveGameClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USaveGame* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USaveGame* UGameplayStatics::CreateSaveGameObject(TSubclassOf SaveGameClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "CreateSaveGameObject"); + + Params::GameplayStatics_CreateSaveGameObject Parms{}; + + Parms.SaveGameClass = SaveGameClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.CreateSound2D +// (Final, BlueprintCosmetic, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundConcurrency* ConcurrencySettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPersistAcrossLevelTransition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::CreateSound2D(const class UObject* WorldContextObject, class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundConcurrency* ConcurrencySettings, bool bPersistAcrossLevelTransition, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "CreateSound2D"); + + Params::GameplayStatics_CreateSound2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Sound = Sound; + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.ConcurrencySettings = ConcurrencySettings; + Parms.bPersistAcrossLevelTransition = bPersistAcrossLevelTransition; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.DeactivateReverbEffect +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName TagName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::DeactivateReverbEffect(const class UObject* WorldContextObject, class FName TagName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "DeactivateReverbEffect"); + + Params::GameplayStatics_DeactivateReverbEffect Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TagName = TagName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.DeleteGameInSlot +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& SlotName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 UserIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::DeleteGameInSlot(const class FString& SlotName, const int32 UserIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "DeleteGameInSlot"); + + Params::GameplayStatics_DeleteGameInSlot Parms{}; + + Parms.SlotName = std::move(SlotName); + Parms.UserIndex = UserIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.DeprojectScreenToWorld +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// class APlayerController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& ScreenPosition (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* WorldDirection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::DeprojectScreenToWorld(class APlayerController* Player, const struct FVector2D& ScreenPosition, struct FVector* WorldPosition, struct FVector* WorldDirection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "DeprojectScreenToWorld"); + + Params::GameplayStatics_DeprojectScreenToWorld Parms{}; + + Parms.Player = Player; + Parms.ScreenPosition = std::move(ScreenPosition); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (WorldPosition != nullptr) + *WorldPosition = std::move(Parms.WorldPosition); + + if (WorldDirection != nullptr) + *WorldDirection = std::move(Parms.WorldDirection); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.DoesSaveGameExist +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& SlotName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 UserIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::DoesSaveGameExist(const class FString& SlotName, const int32 UserIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "DoesSaveGameExist"); + + Params::GameplayStatics_DoesSaveGameExist Parms{}; + + Parms.SlotName = std::move(SlotName); + Parms.UserIndex = UserIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.EnableLiveStreaming +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool Enable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::EnableLiveStreaming(bool Enable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "EnableLiveStreaming"); + + Params::GameplayStatics_EnableLiveStreaming Parms{}; + + Parms.Enable = Enable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.FindCollisionUV +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// int32 UVChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* UV (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::FindCollisionUV(const struct FHitResult& Hit, int32 UVChannel, struct FVector2D* UV) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "FindCollisionUV"); + + Params::GameplayStatics_FindCollisionUV Parms{}; + + Parms.Hit = std::move(Hit); + Parms.UVChannel = UVChannel; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (UV != nullptr) + *UV = std::move(Parms.UV); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.FindNearestActor +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Origin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToCheck (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// float* Distance (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UGameplayStatics::FindNearestActor(const struct FVector& Origin, const TArray& ActorsToCheck, float* Distance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "FindNearestActor"); + + Params::GameplayStatics_FindNearestActor Parms{}; + + Parms.Origin = std::move(Origin); + Parms.ActorsToCheck = std::move(ActorsToCheck); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Distance != nullptr) + *Distance = Parms.Distance; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.FinishSpawningActor +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class AActor* Actor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& SpawnTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UGameplayStatics::FinishSpawningActor(class AActor* Actor, const struct FTransform& SpawnTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "FinishSpawningActor"); + + Params::GameplayStatics_FinishSpawningActor Parms{}; + + Parms.Actor = Actor; + Parms.SpawnTransform = std::move(SpawnTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.FlushLevelStreaming +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::FlushLevelStreaming(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "FlushLevelStreaming"); + + Params::GameplayStatics_FlushLevelStreaming Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.GetAccurateRealTime +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// int32* Seconds (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* PartialSeconds (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetAccurateRealTime(int32* Seconds, float* PartialSeconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetAccurateRealTime"); + + Params::GameplayStatics_GetAccurateRealTime Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Seconds != nullptr) + *Seconds = Parms.Seconds; + + if (PartialSeconds != nullptr) + *PartialSeconds = Parms.PartialSeconds; +} + + +// Function Engine.GameplayStatics.GetActorArrayAverageLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const TArray& Actors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UGameplayStatics::GetActorArrayAverageLocation(const TArray& Actors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetActorArrayAverageLocation"); + + Params::GameplayStatics_GetActorArrayAverageLocation Parms{}; + + Parms.Actors = std::move(Actors); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetActorArrayBounds +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const TArray& Actors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bOnlyCollidingComponents (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Center (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* BoxExtent (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetActorArrayBounds(const TArray& Actors, bool bOnlyCollidingComponents, struct FVector* Center, struct FVector* BoxExtent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetActorArrayBounds"); + + Params::GameplayStatics_GetActorArrayBounds Parms{}; + + Parms.Actors = std::move(Actors); + Parms.bOnlyCollidingComponents = bOnlyCollidingComponents; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Center != nullptr) + *Center = std::move(Parms.Center); + + if (BoxExtent != nullptr) + *BoxExtent = std::move(Parms.BoxExtent); +} + + +// Function Engine.GameplayStatics.GetActorOfClass +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ActorClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* UGameplayStatics::GetActorOfClass(const class UObject* WorldContextObject, TSubclassOf ActorClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetActorOfClass"); + + Params::GameplayStatics_GetActorOfClass Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ActorClass = ActorClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetAllActorsOfClass +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ActorClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetAllActorsOfClass(const class UObject* WorldContextObject, TSubclassOf ActorClass, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetAllActorsOfClass"); + + Params::GameplayStatics_GetAllActorsOfClass Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ActorClass = ActorClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); +} + + +// Function Engine.GameplayStatics.GetAllActorsOfClassWithTag +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ActorClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetAllActorsOfClassWithTag(const class UObject* WorldContextObject, TSubclassOf ActorClass, class FName Tag, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetAllActorsOfClassWithTag"); + + Params::GameplayStatics_GetAllActorsOfClassWithTag Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ActorClass = ActorClass; + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); +} + + +// Function Engine.GameplayStatics.GetAllActorsWithInterface +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf Interface (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetAllActorsWithInterface(const class UObject* WorldContextObject, TSubclassOf Interface, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetAllActorsWithInterface"); + + Params::GameplayStatics_GetAllActorsWithInterface Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Interface = Interface; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); +} + + +// Function Engine.GameplayStatics.GetAllActorsWithTag +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName Tag (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetAllActorsWithTag(const class UObject* WorldContextObject, class FName Tag, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetAllActorsWithTag"); + + Params::GameplayStatics_GetAllActorsWithTag Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Tag = Tag; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); +} + + +// Function Engine.GameplayStatics.GetAudioTimeSeconds +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::GetAudioTimeSeconds(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetAudioTimeSeconds"); + + Params::GameplayStatics_GetAudioTimeSeconds Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetClosestListenerLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaximumRange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool bAllowAttenuationOverride (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* ListenerPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::GetClosestListenerLocation(const class UObject* WorldContextObject, const struct FVector& Location, float MaximumRange, const bool bAllowAttenuationOverride, struct FVector* ListenerPosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetClosestListenerLocation"); + + Params::GameplayStatics_GetClosestListenerLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Location = std::move(Location); + Parms.MaximumRange = MaximumRange; + Parms.bAllowAttenuationOverride = bAllowAttenuationOverride; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ListenerPosition != nullptr) + *ListenerPosition = std::move(Parms.ListenerPosition); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetCurrentLevelName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bRemovePrefixString (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UGameplayStatics::GetCurrentLevelName(const class UObject* WorldContextObject, bool bRemovePrefixString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetCurrentLevelName"); + + Params::GameplayStatics_GetCurrentLevelName Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.bRemovePrefixString = bRemovePrefixString; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetCurrentReverbEffect +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UReverbEffect* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UReverbEffect* UGameplayStatics::GetCurrentReverbEffect(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetCurrentReverbEffect"); + + Params::GameplayStatics_GetCurrentReverbEffect Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetEnableSceneRendering +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::GetEnableSceneRendering(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetEnableSceneRendering"); + + Params::GameplayStatics_GetEnableSceneRendering Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetEnableWorldRendering +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::GetEnableWorldRendering(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetEnableWorldRendering"); + + Params::GameplayStatics_GetEnableWorldRendering Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetGameInstance +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UGameInstance* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UGameInstance* UGameplayStatics::GetGameInstance(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetGameInstance"); + + Params::GameplayStatics_GetGameInstance Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetGameMode +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AGameModeBase* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AGameModeBase* UGameplayStatics::GetGameMode(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetGameMode"); + + Params::GameplayStatics_GetGameMode Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetGameState +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AGameStateBase* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AGameStateBase* UGameplayStatics::GetGameState(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetGameState"); + + Params::GameplayStatics_GetGameState Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetGlobalTimeDilation +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::GetGlobalTimeDilation(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetGlobalTimeDilation"); + + Params::GameplayStatics_GetGlobalTimeDilation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetIntOption +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Options (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 DefaultValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameplayStatics::GetIntOption(const class FString& Options, const class FString& Key, int32 DefaultValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetIntOption"); + + Params::GameplayStatics_GetIntOption Parms{}; + + Parms.Options = std::move(Options); + Parms.Key = std::move(Key); + Parms.DefaultValue = DefaultValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetKeyValue +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Pair (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* Key (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* Value (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetKeyValue(const class FString& Pair, class FString* Key, class FString* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetKeyValue"); + + Params::GameplayStatics_GetKeyValue Parms{}; + + Parms.Pair = std::move(Pair); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Key != nullptr) + *Key = std::move(Parms.Key); + + if (Value != nullptr) + *Value = std::move(Parms.Value); +} + + +// Function Engine.GameplayStatics.GetMaxAudioChannelCount +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameplayStatics::GetMaxAudioChannelCount(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetMaxAudioChannelCount"); + + Params::GameplayStatics_GetMaxAudioChannelCount Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetObjectClass +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UClass* UGameplayStatics::GetObjectClass(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetObjectClass"); + + Params::GameplayStatics_GetObjectClass Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlatformName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UGameplayStatics::GetPlatformName() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlatformName"); + + Params::GameplayStatics_GetPlatformName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlayerCameraManager +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 PlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerCameraManager* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerCameraManager* UGameplayStatics::GetPlayerCameraManager(const class UObject* WorldContextObject, int32 PlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlayerCameraManager"); + + Params::GameplayStatics_GetPlayerCameraManager Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PlayerIndex = PlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlayerCharacter +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 PlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ACharacter* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ACharacter* UGameplayStatics::GetPlayerCharacter(const class UObject* WorldContextObject, int32 PlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlayerCharacter"); + + Params::GameplayStatics_GetPlayerCharacter Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PlayerIndex = PlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlayerController +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 PlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerController* UGameplayStatics::GetPlayerController(const class UObject* WorldContextObject, int32 PlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlayerController"); + + Params::GameplayStatics_GetPlayerController Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PlayerIndex = PlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlayerControllerFromID +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerController* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APlayerController* UGameplayStatics::GetPlayerControllerFromID(const class UObject* WorldContextObject, int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlayerControllerFromID"); + + Params::GameplayStatics_GetPlayerControllerFromID Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlayerControllerID +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class APlayerController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameplayStatics::GetPlayerControllerID(class APlayerController* Player) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlayerControllerID"); + + Params::GameplayStatics_GetPlayerControllerID Parms{}; + + Parms.Player = Player; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetPlayerPawn +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 PlayerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APawn* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class APawn* UGameplayStatics::GetPlayerPawn(const class UObject* WorldContextObject, int32 PlayerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetPlayerPawn"); + + Params::GameplayStatics_GetPlayerPawn Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PlayerIndex = PlayerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetRealTimeSeconds +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::GetRealTimeSeconds(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetRealTimeSeconds"); + + Params::GameplayStatics_GetRealTimeSeconds Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetStreamingLevel +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PackageName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ULevelStreaming* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULevelStreaming* UGameplayStatics::GetStreamingLevel(const class UObject* WorldContextObject, class FName PackageName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetStreamingLevel"); + + Params::GameplayStatics_GetStreamingLevel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PackageName = PackageName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetSurfaceType +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// EPhysicalSurface ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EPhysicalSurface UGameplayStatics::GetSurfaceType(const struct FHitResult& Hit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetSurfaceType"); + + Params::GameplayStatics_GetSurfaceType Parms{}; + + Parms.Hit = std::move(Hit); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetTimeSeconds +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::GetTimeSeconds(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetTimeSeconds"); + + Params::GameplayStatics_GetTimeSeconds Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetUnpausedTimeSeconds +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::GetUnpausedTimeSeconds(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetUnpausedTimeSeconds"); + + Params::GameplayStatics_GetUnpausedTimeSeconds Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetViewportMouseCaptureMode +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EMouseCaptureMode ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +EMouseCaptureMode UGameplayStatics::GetViewportMouseCaptureMode(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetViewportMouseCaptureMode"); + + Params::GameplayStatics_GetViewportMouseCaptureMode Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetViewProjectionMatrix +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMinimalViewInfo& DesiredView (Parm, NativeAccessSpecifierPublic) +// struct FMatrix* ViewMatrix (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix* ProjectionMatrix (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix* ViewProjectionMatrix (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::GetViewProjectionMatrix(const struct FMinimalViewInfo& DesiredView, struct FMatrix* ViewMatrix, struct FMatrix* ProjectionMatrix, struct FMatrix* ViewProjectionMatrix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetViewProjectionMatrix"); + + Params::GameplayStatics_GetViewProjectionMatrix Parms{}; + + Parms.DesiredView = std::move(DesiredView); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ViewMatrix != nullptr) + *ViewMatrix = std::move(Parms.ViewMatrix); + + if (ProjectionMatrix != nullptr) + *ProjectionMatrix = std::move(Parms.ProjectionMatrix); + + if (ViewProjectionMatrix != nullptr) + *ViewProjectionMatrix = std::move(Parms.ViewProjectionMatrix); +} + + +// Function Engine.GameplayStatics.GetWorldDeltaSeconds +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UGameplayStatics::GetWorldDeltaSeconds(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetWorldDeltaSeconds"); + + Params::GameplayStatics_GetWorldDeltaSeconds Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GetWorldOriginLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntVector UGameplayStatics::GetWorldOriginLocation(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GetWorldOriginLocation"); + + Params::GameplayStatics_GetWorldOriginLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.GrassOverlappingSphereCount +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class UStaticMesh* StaticMesh (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& CenterPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UGameplayStatics::GrassOverlappingSphereCount(const class UObject* WorldContextObject, const class UStaticMesh* StaticMesh, const struct FVector& CenterPosition, float Radius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "GrassOverlappingSphereCount"); + + Params::GameplayStatics_GrassOverlappingSphereCount Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.StaticMesh = StaticMesh; + Parms.CenterPosition = std::move(CenterPosition); + Parms.Radius = Radius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.HasLaunchOption +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& OptionToCheck (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::HasLaunchOption(const class FString& OptionToCheck) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "HasLaunchOption"); + + Params::GameplayStatics_HasLaunchOption Parms{}; + + Parms.OptionToCheck = std::move(OptionToCheck); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.HasOption +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Options (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InKey (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::HasOption(const class FString& Options, const class FString& InKey) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "HasOption"); + + Params::GameplayStatics_HasOption Parms{}; + + Parms.Options = std::move(Options); + Parms.InKey = std::move(InKey); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.IsGamePaused +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::IsGamePaused(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "IsGamePaused"); + + Params::GameplayStatics_IsGamePaused Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.IsSplitscreenForceDisabled +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::IsSplitscreenForceDisabled(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "IsSplitscreenForceDisabled"); + + Params::GameplayStatics_IsSplitscreenForceDisabled Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.LoadGameFromSlot +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& SlotName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 UserIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USaveGame* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class USaveGame* UGameplayStatics::LoadGameFromSlot(const class FString& SlotName, const int32 UserIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "LoadGameFromSlot"); + + Params::GameplayStatics_LoadGameFromSlot Parms{}; + + Parms.SlotName = std::move(SlotName); + Parms.UserIndex = UserIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.LoadStreamLevel +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LevelName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bMakeVisibleAfterLoad (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShouldBlockOnLoad (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::LoadStreamLevel(const class UObject* WorldContextObject, class FName LevelName, bool bMakeVisibleAfterLoad, bool bShouldBlockOnLoad, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "LoadStreamLevel"); + + Params::GameplayStatics_LoadStreamLevel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.LevelName = LevelName; + Parms.bMakeVisibleAfterLoad = bMakeVisibleAfterLoad; + Parms.bShouldBlockOnLoad = bShouldBlockOnLoad; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.LoadStreamLevelBySoftObjectPtr +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftObjectPtr Level (ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bMakeVisibleAfterLoad (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShouldBlockOnLoad (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UGameplayStatics::LoadStreamLevelBySoftObjectPtr(const class UObject* WorldContextObject, const TSoftObjectPtr Level, bool bMakeVisibleAfterLoad, bool bShouldBlockOnLoad, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "LoadStreamLevelBySoftObjectPtr"); + + Params::GameplayStatics_LoadStreamLevelBySoftObjectPtr Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Level = Level; + Parms.bMakeVisibleAfterLoad = bMakeVisibleAfterLoad; + Parms.bShouldBlockOnLoad = bShouldBlockOnLoad; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.MakeHitResult +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// bool bBlockingHit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bInitialOverlap (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Distance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ImpactPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Normal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ImpactNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPhysicalMaterial* PhysMat (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* HitActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* HitComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName HitBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 HitItem (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ElementIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 FaceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& TraceStart (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& TraceEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +struct FHitResult UGameplayStatics::MakeHitResult(bool bBlockingHit, bool bInitialOverlap, float Time, float Distance, const struct FVector& Location, const struct FVector& ImpactPoint, const struct FVector& Normal, const struct FVector& ImpactNormal, class UPhysicalMaterial* PhysMat, class AActor* HitActor, class UPrimitiveComponent* HitComponent, class FName HitBoneName, int32 HitItem, int32 ElementIndex, int32 FaceIndex, const struct FVector& TraceStart, const struct FVector& TraceEnd) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "MakeHitResult"); + + Params::GameplayStatics_MakeHitResult Parms{}; + + Parms.bBlockingHit = bBlockingHit; + Parms.bInitialOverlap = bInitialOverlap; + Parms.Time = Time; + Parms.Distance = Distance; + Parms.Location = std::move(Location); + Parms.ImpactPoint = std::move(ImpactPoint); + Parms.Normal = std::move(Normal); + Parms.ImpactNormal = std::move(ImpactNormal); + Parms.PhysMat = PhysMat; + Parms.HitActor = HitActor; + Parms.HitComponent = HitComponent; + Parms.HitBoneName = HitBoneName; + Parms.HitItem = HitItem; + Parms.ElementIndex = ElementIndex; + Parms.FaceIndex = FaceIndex; + Parms.TraceStart = std::move(TraceStart); + Parms.TraceEnd = std::move(TraceEnd); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.OpenLevel +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LevelName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAbsolute (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Options (Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::OpenLevel(const class UObject* WorldContextObject, class FName LevelName, bool bAbsolute, const class FString& Options) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "OpenLevel"); + + Params::GameplayStatics_OpenLevel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.LevelName = LevelName; + Parms.bAbsolute = bAbsolute; + Parms.Options = std::move(Options); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.OpenLevelBySoftObjectPtr +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftObjectPtr Level (ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAbsolute (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Options (Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::OpenLevelBySoftObjectPtr(const class UObject* WorldContextObject, const TSoftObjectPtr Level, bool bAbsolute, const class FString& Options) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "OpenLevelBySoftObjectPtr"); + + Params::GameplayStatics_OpenLevelBySoftObjectPtr Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Level = Level; + Parms.bAbsolute = bAbsolute; + Parms.Options = std::move(Options); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.ParseOption +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Options (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UGameplayStatics::ParseOption(const class FString& Options, const class FString& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ParseOption"); + + Params::GameplayStatics_ParseOption Parms{}; + + Parms.Options = std::move(Options); + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.PlayDialogue2D +// (Final, BlueprintCosmetic, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UDialogueWave* Dialogue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDialogueContext& Context (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PlayDialogue2D(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, float VolumeMultiplier, float PitchMultiplier, float StartTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PlayDialogue2D"); + + Params::GameplayStatics_PlayDialogue2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Dialogue = Dialogue; + Parms.Context = std::move(Context); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PlayDialogueAtLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UDialogueWave* Dialogue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDialogueContext& Context (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PlayDialogueAtLocation(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PlayDialogueAtLocation"); + + Params::GameplayStatics_PlayDialogueAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Dialogue = Dialogue; + Parms.Context = std::move(Context); + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PlaySound2D +// (Final, BlueprintCosmetic, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundConcurrency* ConcurrencySettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* OwningActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIsUISound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PlaySound2D(const class UObject* WorldContextObject, class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundConcurrency* ConcurrencySettings, class AActor* OwningActor, bool bIsUISound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PlaySound2D"); + + Params::GameplayStatics_PlaySound2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Sound = Sound; + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.ConcurrencySettings = ConcurrencySettings; + Parms.OwningActor = OwningActor; + Parms.bIsUISound = bIsUISound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PlaySoundAtLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundConcurrency* ConcurrencySettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* OwningActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PlaySoundAtLocation(const class UObject* WorldContextObject, class USoundBase* Sound, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, class USoundConcurrency* ConcurrencySettings, class AActor* OwningActor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PlaySoundAtLocation"); + + Params::GameplayStatics_PlaySoundAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Sound = Sound; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.ConcurrencySettings = ConcurrencySettings; + Parms.OwningActor = OwningActor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PlayWorldCameraShake +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf Shake (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Epicenter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InnerRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OuterRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Falloff (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bOrientShakeTowardsEpicenter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PlayWorldCameraShake(const class UObject* WorldContextObject, TSubclassOf Shake, const struct FVector& Epicenter, float InnerRadius, float OuterRadius, float Falloff, bool bOrientShakeTowardsEpicenter) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PlayWorldCameraShake"); + + Params::GameplayStatics_PlayWorldCameraShake Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Shake = Shake; + Parms.Epicenter = std::move(Epicenter); + Parms.InnerRadius = InnerRadius; + Parms.OuterRadius = OuterRadius; + Parms.Falloff = Falloff; + Parms.bOrientShakeTowardsEpicenter = bOrientShakeTowardsEpicenter; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PopSoundMixModifier +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundMix* InSoundMixModifier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PopSoundMixModifier(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PopSoundMixModifier"); + + Params::GameplayStatics_PopSoundMixModifier Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InSoundMixModifier = InSoundMixModifier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PrimeAllSoundsInSoundClass +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class USoundClass* InSoundClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PrimeAllSoundsInSoundClass(class USoundClass* InSoundClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PrimeAllSoundsInSoundClass"); + + Params::GameplayStatics_PrimeAllSoundsInSoundClass Parms{}; + + Parms.InSoundClass = InSoundClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.PrimeSound +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class USoundBase* InSound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PrimeSound(class USoundBase* InSound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PrimeSound"); + + Params::GameplayStatics_PrimeSound Parms{}; + + Parms.InSound = InSound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.ProjectWorldToScreen +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// class APlayerController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& WorldPosition (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* ScreenPosition (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPlayerViewportRelative (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::ProjectWorldToScreen(class APlayerController* Player, const struct FVector& WorldPosition, struct FVector2D* ScreenPosition, bool bPlayerViewportRelative) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "ProjectWorldToScreen"); + + Params::GameplayStatics_ProjectWorldToScreen Parms{}; + + Parms.Player = Player; + Parms.WorldPosition = std::move(WorldPosition); + Parms.bPlayerViewportRelative = bPlayerViewportRelative; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (ScreenPosition != nullptr) + *ScreenPosition = std::move(Parms.ScreenPosition); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.PushSoundMixModifier +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundMix* InSoundMixModifier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::PushSoundMixModifier(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "PushSoundMixModifier"); + + Params::GameplayStatics_PushSoundMixModifier Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InSoundMixModifier = InSoundMixModifier; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.RebaseLocalOriginOntoZero +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& WorldLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UGameplayStatics::RebaseLocalOriginOntoZero(class UObject* WorldContextObject, const struct FVector& WorldLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "RebaseLocalOriginOntoZero"); + + Params::GameplayStatics_RebaseLocalOriginOntoZero Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.WorldLocation = std::move(WorldLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.RebaseZeroOriginOntoLocal +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& WorldLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UGameplayStatics::RebaseZeroOriginOntoLocal(class UObject* WorldContextObject, const struct FVector& WorldLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "RebaseZeroOriginOntoLocal"); + + Params::GameplayStatics_RebaseZeroOriginOntoLocal Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.WorldLocation = std::move(WorldLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.RemovePlayer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class APlayerController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDestroyPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::RemovePlayer(class APlayerController* Player, bool bDestroyPawn) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "RemovePlayer"); + + Params::GameplayStatics_RemovePlayer Parms{}; + + Parms.Player = Player; + Parms.bDestroyPawn = bDestroyPawn; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SaveGameToSlot +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class USaveGame* SaveGameObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& SlotName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32 UserIndex (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::SaveGameToSlot(class USaveGame* SaveGameObject, const class FString& SlotName, const int32 UserIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SaveGameToSlot"); + + Params::GameplayStatics_SaveGameToSlot Parms{}; + + Parms.SaveGameObject = SaveGameObject; + Parms.SlotName = std::move(SlotName); + Parms.UserIndex = UserIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SetBaseSoundMix +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundMix* InSoundMix (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetBaseSoundMix(const class UObject* WorldContextObject, class USoundMix* InSoundMix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetBaseSoundMix"); + + Params::GameplayStatics_SetBaseSoundMix Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InSoundMix = InSoundMix; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetEnableSceneRendering +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetEnableSceneRendering(const class UObject* WorldContextObject, bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetEnableSceneRendering"); + + Params::GameplayStatics_SetEnableSceneRendering Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetEnableWorldRendering +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetEnableWorldRendering(const class UObject* WorldContextObject, bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetEnableWorldRendering"); + + Params::GameplayStatics_SetEnableWorldRendering Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetForceDisableSplitscreen +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDisable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetForceDisableSplitscreen(const class UObject* WorldContextObject, bool bDisable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetForceDisableSplitscreen"); + + Params::GameplayStatics_SetForceDisableSplitscreen Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.bDisable = bDisable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetGamePaused +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPaused (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::SetGamePaused(const class UObject* WorldContextObject, bool bPaused) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetGamePaused"); + + Params::GameplayStatics_SetGamePaused Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.bPaused = bPaused; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SetGlobalListenerFocusParameters +// (Final, BlueprintCosmetic, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FocusAzimuthScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NonFocusAzimuthScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FocusDistanceScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NonFocusDistanceScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FocusVolumeScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NonFocusVolumeScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FocusPriorityScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NonFocusPriorityScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetGlobalListenerFocusParameters(const class UObject* WorldContextObject, float FocusAzimuthScale, float NonFocusAzimuthScale, float FocusDistanceScale, float NonFocusDistanceScale, float FocusVolumeScale, float NonFocusVolumeScale, float FocusPriorityScale, float NonFocusPriorityScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetGlobalListenerFocusParameters"); + + Params::GameplayStatics_SetGlobalListenerFocusParameters Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.FocusAzimuthScale = FocusAzimuthScale; + Parms.NonFocusAzimuthScale = NonFocusAzimuthScale; + Parms.FocusDistanceScale = FocusDistanceScale; + Parms.NonFocusDistanceScale = NonFocusDistanceScale; + Parms.FocusVolumeScale = FocusVolumeScale; + Parms.NonFocusVolumeScale = NonFocusVolumeScale; + Parms.FocusPriorityScale = FocusPriorityScale; + Parms.NonFocusPriorityScale = NonFocusPriorityScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetGlobalPitchModulation +// (Final, BlueprintCosmetic, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchModulation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TimeSec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetGlobalPitchModulation(const class UObject* WorldContextObject, float PitchModulation, float TimeSec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetGlobalPitchModulation"); + + Params::GameplayStatics_SetGlobalPitchModulation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PitchModulation = PitchModulation; + Parms.TimeSec = TimeSec; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetGlobalTimeDilation +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TimeDilation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetGlobalTimeDilation(const class UObject* WorldContextObject, float TimeDilation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetGlobalTimeDilation"); + + Params::GameplayStatics_SetGlobalTimeDilation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TimeDilation = TimeDilation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetMaxAudioChannelsScaled +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxChannelCountScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetMaxAudioChannelsScaled(const class UObject* WorldContextObject, float MaxChannelCountScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetMaxAudioChannelsScaled"); + + Params::GameplayStatics_SetMaxAudioChannelsScaled Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.MaxChannelCountScale = MaxChannelCountScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetPlayerControllerID +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class APlayerController* Player (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetPlayerControllerID(class APlayerController* Player, int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetPlayerControllerID"); + + Params::GameplayStatics_SetPlayerControllerID Parms{}; + + Parms.Player = Player; + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetSoundClassDistanceScale +// (Final, BlueprintCosmetic, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundClass* SoundClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DistanceAttenuationScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TimeSec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetSoundClassDistanceScale(const class UObject* WorldContextObject, class USoundClass* SoundClass, float DistanceAttenuationScale, float TimeSec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetSoundClassDistanceScale"); + + Params::GameplayStatics_SetSoundClassDistanceScale Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SoundClass = SoundClass; + Parms.DistanceAttenuationScale = DistanceAttenuationScale; + Parms.TimeSec = TimeSec; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetSoundMixClassOverride +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundMix* InSoundMixModifier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundClass* InSoundClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Volume (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Pitch (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float FadeInTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bApplyToChildren (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetSoundMixClassOverride(const class UObject* WorldContextObject, class USoundMix* InSoundMixModifier, class USoundClass* InSoundClass, float Volume, float Pitch, float FadeInTime, bool bApplyToChildren) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetSoundMixClassOverride"); + + Params::GameplayStatics_SetSoundMixClassOverride Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InSoundMixModifier = InSoundMixModifier; + Parms.InSoundClass = InSoundClass; + Parms.Volume = Volume; + Parms.Pitch = Pitch; + Parms.FadeInTime = FadeInTime; + Parms.bApplyToChildren = bApplyToChildren; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetSubtitlesEnabled +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool bEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetSubtitlesEnabled(bool bEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetSubtitlesEnabled"); + + Params::GameplayStatics_SetSubtitlesEnabled Parms{}; + + Parms.bEnabled = bEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetViewportMouseCaptureMode +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const EMouseCaptureMode MouseCaptureMode (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetViewportMouseCaptureMode(const class UObject* WorldContextObject, const EMouseCaptureMode MouseCaptureMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetViewportMouseCaptureMode"); + + Params::GameplayStatics_SetViewportMouseCaptureMode Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.MouseCaptureMode = MouseCaptureMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SetWorldOriginLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::SetWorldOriginLocation(const class UObject* WorldContextObject, const struct FIntVector& NewLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SetWorldOriginLocation"); + + Params::GameplayStatics_SetWorldOriginLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.NewLocation = std::move(NewLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.SpawnDecalAtLocation +// (Final, BlueprintCosmetic, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* DecalMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& DecalSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float LifeSpan (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UDecalComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UDecalComponent* UGameplayStatics::SpawnDecalAtLocation(const class UObject* WorldContextObject, class UMaterialInterface* DecalMaterial, const struct FVector& DecalSize, const struct FVector& Location, const struct FRotator& Rotation, float LifeSpan) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnDecalAtLocation"); + + Params::GameplayStatics_SpawnDecalAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.DecalMaterial = DecalMaterial; + Parms.DecalSize = std::move(DecalSize); + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.LifeSpan = LifeSpan; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnDecalAttached +// (Final, BlueprintCosmetic, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UMaterialInterface* DecalMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& DecalSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName AttachPointName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EAttachLocation LocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LifeSpan (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UDecalComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UDecalComponent* UGameplayStatics::SpawnDecalAttached(class UMaterialInterface* DecalMaterial, const struct FVector& DecalSize, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, float LifeSpan) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnDecalAttached"); + + Params::GameplayStatics_SpawnDecalAttached Parms{}; + + Parms.DecalMaterial = DecalMaterial; + Parms.DecalSize = std::move(DecalSize); + Parms.AttachToComponent = AttachToComponent; + Parms.AttachPointName = AttachPointName; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.LocationType = LocationType; + Parms.LifeSpan = LifeSpan; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnDialogue2D +// (Final, BlueprintCosmetic, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UDialogueWave* Dialogue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDialogueContext& Context (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::SpawnDialogue2D(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, float VolumeMultiplier, float PitchMultiplier, float StartTime, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnDialogue2D"); + + Params::GameplayStatics_SpawnDialogue2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Dialogue = Dialogue; + Parms.Context = std::move(Context); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnDialogueAtLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UDialogueWave* Dialogue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDialogueContext& Context (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::SpawnDialogueAtLocation(const class UObject* WorldContextObject, class UDialogueWave* Dialogue, const struct FDialogueContext& Context, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnDialogueAtLocation"); + + Params::GameplayStatics_SpawnDialogueAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Dialogue = Dialogue; + Parms.Context = std::move(Context); + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnDialogueAttached +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UDialogueWave* Dialogue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDialogueContext& Context (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName AttachPointName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// EAttachLocation LocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bStopWhenAttachedToDestroyed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::SpawnDialogueAttached(class UDialogueWave* Dialogue, const struct FDialogueContext& Context, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, bool bStopWhenAttachedToDestroyed, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnDialogueAttached"); + + Params::GameplayStatics_SpawnDialogueAttached Parms{}; + + Parms.Dialogue = Dialogue; + Parms.Context = std::move(Context); + Parms.AttachToComponent = AttachToComponent; + Parms.AttachPointName = AttachPointName; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.LocationType = LocationType; + Parms.bStopWhenAttachedToDestroyed = bStopWhenAttachedToDestroyed; + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnEmitterAtLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UParticleSystem* EmitterTemplate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EPSCPoolMethod PoolingMethod (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoActivateSystem (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UParticleSystemComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UParticleSystemComponent* UGameplayStatics::SpawnEmitterAtLocation(const class UObject* WorldContextObject, class UParticleSystem* EmitterTemplate, const struct FVector& Location, const struct FRotator& Rotation, const struct FVector& Scale, bool bAutoDestroy, EPSCPoolMethod PoolingMethod, bool bAutoActivateSystem) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnEmitterAtLocation"); + + Params::GameplayStatics_SpawnEmitterAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.EmitterTemplate = EmitterTemplate; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.Scale = std::move(Scale); + Parms.bAutoDestroy = bAutoDestroy; + Parms.PoolingMethod = PoolingMethod; + Parms.bAutoActivateSystem = bAutoActivateSystem; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnEmitterAttached +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UParticleSystem* EmitterTemplate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName AttachPointName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachLocation LocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EPSCPoolMethod PoolingMethod (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoActivate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UParticleSystemComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UParticleSystemComponent* UGameplayStatics::SpawnEmitterAttached(class UParticleSystem* EmitterTemplate, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, const struct FVector& Scale, EAttachLocation LocationType, bool bAutoDestroy, EPSCPoolMethod PoolingMethod, bool bAutoActivate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnEmitterAttached"); + + Params::GameplayStatics_SpawnEmitterAttached Parms{}; + + Parms.EmitterTemplate = EmitterTemplate; + Parms.AttachToComponent = AttachToComponent; + Parms.AttachPointName = AttachPointName; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.Scale = std::move(Scale); + Parms.LocationType = LocationType; + Parms.bAutoDestroy = bAutoDestroy; + Parms.PoolingMethod = PoolingMethod; + Parms.bAutoActivate = bAutoActivate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnForceFeedbackAtLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UForceFeedbackEffect* ForceFeedbackEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float IntensityMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UForceFeedbackAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UForceFeedbackComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UForceFeedbackComponent* UGameplayStatics::SpawnForceFeedbackAtLocation(const class UObject* WorldContextObject, class UForceFeedbackEffect* ForceFeedbackEffect, const struct FVector& Location, const struct FRotator& Rotation, bool bLooping, float IntensityMultiplier, float StartTime, class UForceFeedbackAttenuation* AttenuationSettings, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnForceFeedbackAtLocation"); + + Params::GameplayStatics_SpawnForceFeedbackAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ForceFeedbackEffect = ForceFeedbackEffect; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.bLooping = bLooping; + Parms.IntensityMultiplier = IntensityMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnForceFeedbackAttached +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UForceFeedbackEffect* ForceFeedbackEffect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName AttachPointName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// EAttachLocation LocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bStopWhenAttachedToDestroyed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float IntensityMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UForceFeedbackAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UForceFeedbackComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UForceFeedbackComponent* UGameplayStatics::SpawnForceFeedbackAttached(class UForceFeedbackEffect* ForceFeedbackEffect, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, bool bStopWhenAttachedToDestroyed, bool bLooping, float IntensityMultiplier, float StartTime, class UForceFeedbackAttenuation* AttenuationSettings, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnForceFeedbackAttached"); + + Params::GameplayStatics_SpawnForceFeedbackAttached Parms{}; + + Parms.ForceFeedbackEffect = ForceFeedbackEffect; + Parms.AttachToComponent = AttachToComponent; + Parms.AttachPointName = AttachPointName; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.LocationType = LocationType; + Parms.bStopWhenAttachedToDestroyed = bStopWhenAttachedToDestroyed; + Parms.bLooping = bLooping; + Parms.IntensityMultiplier = IntensityMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnObject +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TSubclassOf ObjectClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* Outer_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UGameplayStatics::SpawnObject(TSubclassOf ObjectClass, class UObject* Outer_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnObject"); + + Params::GameplayStatics_SpawnObject Parms{}; + + Parms.ObjectClass = ObjectClass; + Parms.Outer_0 = Outer_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnSound2D +// (Final, BlueprintCosmetic, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundConcurrency* ConcurrencySettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPersistAcrossLevelTransition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::SpawnSound2D(const class UObject* WorldContextObject, class USoundBase* Sound, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundConcurrency* ConcurrencySettings, bool bPersistAcrossLevelTransition, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnSound2D"); + + Params::GameplayStatics_SpawnSound2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Sound = Sound; + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.ConcurrencySettings = ConcurrencySettings; + Parms.bPersistAcrossLevelTransition = bPersistAcrossLevelTransition; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnSoundAtLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundConcurrency* ConcurrencySettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::SpawnSoundAtLocation(const class UObject* WorldContextObject, class USoundBase* Sound, const struct FVector& Location, const struct FRotator& Rotation, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, class USoundConcurrency* ConcurrencySettings, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnSoundAtLocation"); + + Params::GameplayStatics_SpawnSoundAtLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Sound = Sound; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.ConcurrencySettings = ConcurrencySettings; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SpawnSoundAttached +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class USoundBase* Sound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USceneComponent* AttachToComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName AttachPointName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) +// EAttachLocation LocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bStopWhenAttachedToDestroyed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VolumeMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PitchMultiplier (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float StartTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundAttenuation* AttenuationSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundConcurrency* ConcurrencySettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoDestroy (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UAudioComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UAudioComponent* UGameplayStatics::SpawnSoundAttached(class USoundBase* Sound, class USceneComponent* AttachToComponent, class FName AttachPointName, const struct FVector& Location, const struct FRotator& Rotation, EAttachLocation LocationType, bool bStopWhenAttachedToDestroyed, float VolumeMultiplier, float PitchMultiplier, float StartTime, class USoundAttenuation* AttenuationSettings, class USoundConcurrency* ConcurrencySettings, bool bAutoDestroy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SpawnSoundAttached"); + + Params::GameplayStatics_SpawnSoundAttached Parms{}; + + Parms.Sound = Sound; + Parms.AttachToComponent = AttachToComponent; + Parms.AttachPointName = AttachPointName; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.LocationType = LocationType; + Parms.bStopWhenAttachedToDestroyed = bStopWhenAttachedToDestroyed; + Parms.VolumeMultiplier = VolumeMultiplier; + Parms.PitchMultiplier = PitchMultiplier; + Parms.StartTime = StartTime; + Parms.AttenuationSettings = AttenuationSettings; + Parms.ConcurrencySettings = ConcurrencySettings; + Parms.bAutoDestroy = bAutoDestroy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.SuggestProjectileVelocity_CustomArc +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutLaunchVelocity (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& StartPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& EndPos (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OverrideGravityZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ArcParam (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UGameplayStatics::SuggestProjectileVelocity_CustomArc(const class UObject* WorldContextObject, struct FVector* OutLaunchVelocity, const struct FVector& StartPos, const struct FVector& EndPos, float OverrideGravityZ, float ArcParam) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "SuggestProjectileVelocity_CustomArc"); + + Params::GameplayStatics_SuggestProjectileVelocity_CustomArc Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.StartPos = std::move(StartPos); + Parms.EndPos = std::move(EndPos); + Parms.OverrideGravityZ = OverrideGravityZ; + Parms.ArcParam = ArcParam; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutLaunchVelocity != nullptr) + *OutLaunchVelocity = std::move(Parms.OutLaunchVelocity); + + return Parms.ReturnValue; +} + + +// Function Engine.GameplayStatics.UnloadStreamLevel +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LevelName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) +// bool bShouldBlockOnUnload (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::UnloadStreamLevel(const class UObject* WorldContextObject, class FName LevelName, const struct FLatentActionInfo& LatentInfo, bool bShouldBlockOnUnload) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "UnloadStreamLevel"); + + Params::GameplayStatics_UnloadStreamLevel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.LevelName = LevelName; + Parms.LatentInfo = std::move(LatentInfo); + Parms.bShouldBlockOnUnload = bShouldBlockOnUnload; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.UnloadStreamLevelBySoftObjectPtr +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftObjectPtr Level (ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) +// bool bShouldBlockOnUnload (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::UnloadStreamLevelBySoftObjectPtr(const class UObject* WorldContextObject, const TSoftObjectPtr Level, const struct FLatentActionInfo& LatentInfo, bool bShouldBlockOnUnload) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "UnloadStreamLevelBySoftObjectPtr"); + + Params::GameplayStatics_UnloadStreamLevelBySoftObjectPtr Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Level = Level; + Parms.LatentInfo = std::move(LatentInfo); + Parms.bShouldBlockOnUnload = bShouldBlockOnUnload; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.GameplayStatics.UnRetainAllSoundsInSoundClass +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class USoundClass* InSoundClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UGameplayStatics::UnRetainAllSoundsInSoundClass(class USoundClass* InSoundClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("GameplayStatics", "UnRetainAllSoundsInSoundClass"); + + Params::GameplayStatics_UnRetainAllSoundsInSoundClass Parms{}; + + Parms.InSoundClass = InSoundClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CurveBase.GetTimeRange +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* MinTime (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* MaxTime (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCurveBase::GetTimeRange(float* MinTime, float* MaxTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveBase", "GetTimeRange"); + + Params::CurveBase_GetTimeRange Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (MinTime != nullptr) + *MinTime = Parms.MinTime; + + if (MaxTime != nullptr) + *MaxTime = Parms.MaxTime; +} + + +// Function Engine.CurveBase.GetValueRange +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float* MinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* MaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UCurveBase::GetValueRange(float* MinValue, float* MaxValue) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveBase", "GetValueRange"); + + Params::CurveBase_GetValueRange Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (MinValue != nullptr) + *MinValue = Parms.MinValue; + + if (MaxValue != nullptr) + *MaxValue = Parms.MaxValue; +} + + +// Function Engine.CurveFloat.GetFloatValue +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UCurveFloat::GetFloatValue(float InTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveFloat", "GetFloatValue"); + + Params::CurveFloat_GetFloatValue Parms{}; + + Parms.InTime = InTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CurveLinearColor.GetClampedLinearColorValue +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UCurveLinearColor::GetClampedLinearColorValue(float InTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveLinearColor", "GetClampedLinearColorValue"); + + Params::CurveLinearColor_GetClampedLinearColorValue Parms{}; + + Parms.InTime = InTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CurveLinearColor.GetLinearColorValue +// (Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UCurveLinearColor::GetLinearColorValue(float InTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveLinearColor", "GetLinearColorValue"); + + Params::CurveLinearColor_GetLinearColorValue Parms{}; + + Parms.InTime = InTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CurveLinearColor.GetUnadjustedLinearColorValue +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UCurveLinearColor::GetUnadjustedLinearColorValue(float InTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveLinearColor", "GetUnadjustedLinearColorValue"); + + Params::CurveLinearColor_GetUnadjustedLinearColorValue Parms{}; + + Parms.InTime = InTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkyAtmosphereComponent.GetAtmosphereTransmitanceOnGroundAtPlanetTop +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UDirectionalLightComponent* DirectionalLight (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor USkyAtmosphereComponent::GetAtmosphereTransmitanceOnGroundAtPlanetTop(class UDirectionalLightComponent* DirectionalLight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "GetAtmosphereTransmitanceOnGroundAtPlanetTop"); + + Params::SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop Parms{}; + + Parms.DirectionalLight = DirectionalLight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkyAtmosphereComponent.OverrideAtmosphereLightDirection +// (Final, RequiredAPI, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// int32 AtmosphereLightIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LightDirection (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::OverrideAtmosphereLightDirection(int32 AtmosphereLightIndex, const struct FVector& LightDirection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "OverrideAtmosphereLightDirection"); + + Params::SkyAtmosphereComponent_OverrideAtmosphereLightDirection Parms{}; + + Parms.AtmosphereLightIndex = AtmosphereLightIndex; + Parms.LightDirection = std::move(LightDirection); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetAerialPespectiveViewDistanceScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetAerialPespectiveViewDistanceScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetAerialPespectiveViewDistanceScale"); + + Params::SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetAtmosphereHeight +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetAtmosphereHeight(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetAtmosphereHeight"); + + Params::SkyAtmosphereComponent_SetAtmosphereHeight Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetHeightFogContribution +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetHeightFogContribution(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetHeightFogContribution"); + + Params::SkyAtmosphereComponent_SetHeightFogContribution Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMieAbsorption +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMieAbsorption(const struct FLinearColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMieAbsorption"); + + Params::SkyAtmosphereComponent_SetMieAbsorption Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMieAbsorptionScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMieAbsorptionScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMieAbsorptionScale"); + + Params::SkyAtmosphereComponent_SetMieAbsorptionScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMieAnisotropy +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMieAnisotropy(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMieAnisotropy"); + + Params::SkyAtmosphereComponent_SetMieAnisotropy Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMieExponentialDistribution +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMieExponentialDistribution(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMieExponentialDistribution"); + + Params::SkyAtmosphereComponent_SetMieExponentialDistribution Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMieScattering +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMieScattering(const struct FLinearColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMieScattering"); + + Params::SkyAtmosphereComponent_SetMieScattering Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMieScatteringScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMieScatteringScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMieScatteringScale"); + + Params::SkyAtmosphereComponent_SetMieScatteringScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetMultiScatteringFactor +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetMultiScatteringFactor(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetMultiScatteringFactor"); + + Params::SkyAtmosphereComponent_SetMultiScatteringFactor Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetOtherAbsorption +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetOtherAbsorption(const struct FLinearColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetOtherAbsorption"); + + Params::SkyAtmosphereComponent_SetOtherAbsorption Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetOtherAbsorptionScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetOtherAbsorptionScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetOtherAbsorptionScale"); + + Params::SkyAtmosphereComponent_SetOtherAbsorptionScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetRayleighExponentialDistribution +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetRayleighExponentialDistribution(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetRayleighExponentialDistribution"); + + Params::SkyAtmosphereComponent_SetRayleighExponentialDistribution Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetRayleighScattering +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetRayleighScattering(const struct FLinearColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetRayleighScattering"); + + Params::SkyAtmosphereComponent_SetRayleighScattering Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetRayleighScatteringScale +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetRayleighScatteringScale(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetRayleighScatteringScale"); + + Params::SkyAtmosphereComponent_SetRayleighScatteringScale Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyAtmosphereComponent.SetSkyLuminanceFactor +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyAtmosphereComponent::SetSkyLuminanceFactor(const struct FLinearColor& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyAtmosphereComponent", "SetSkyLuminanceFactor"); + + Params::SkyAtmosphereComponent_SetSkyLuminanceFactor Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.CurveLinearColorAtlas.GetCurvePosition +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UCurveLinearColor* InCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Position (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UCurveLinearColorAtlas::GetCurvePosition(class UCurveLinearColor* InCurve, float* Position) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveLinearColorAtlas", "GetCurvePosition"); + + Params::CurveLinearColorAtlas_GetCurvePosition Parms{}; + + Parms.InCurve = InCurve; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Position != nullptr) + *Position = Parms.Position; + + return Parms.ReturnValue; +} + + +// Function Engine.CurveSourceInterface.GetBindingName +// (Native, Event, Public, BlueprintEvent, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName ICurveSourceInterface::GetBindingName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = AsUObject()->Class->GetFunction("CurveSourceInterface", "GetBindingName"); + + Params::CurveSourceInterface_GetBindingName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + AsUObject()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CurveSourceInterface.GetCurves +// (Native, Event, Public, HasOutParams, BlueprintEvent, Const) +// Parameters: +// TArray* OutValues (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void ICurveSourceInterface::GetCurves(TArray* OutValues) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = AsUObject()->Class->GetFunction("CurveSourceInterface", "GetCurves"); + + Params::CurveSourceInterface_GetCurves Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + AsUObject()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutValues != nullptr) + *OutValues = std::move(Parms.OutValues); +} + + +// Function Engine.CurveSourceInterface.GetCurveValue +// (Native, Event, Public, BlueprintEvent, Const) +// Parameters: +// class FName CurveName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float ICurveSourceInterface::GetCurveValue(class FName CurveName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = AsUObject()->Class->GetFunction("CurveSourceInterface", "GetCurveValue"); + + Params::CurveSourceInterface_GetCurveValue Parms{}; + + Parms.CurveName = CurveName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + AsUObject()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.CurveVector.GetVectorValue +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float InTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UCurveVector::GetVectorValue(float InTime) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("CurveVector", "GetVectorValue"); + + Params::CurveVector_GetVectorValue Parms{}; + + Parms.InTime = InTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.CreateInstance +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class FString& UniqueInstanceName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ULevelStreaming* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULevelStreaming* ULevelStreaming::CreateInstance(const class FString& UniqueInstanceName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "CreateInstance"); + + Params::LevelStreaming_CreateInstance Parms{}; + + Parms.UniqueInstanceName = std::move(UniqueInstanceName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.GetLevelScriptActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class ALevelScriptActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ALevelScriptActor* ULevelStreaming::GetLevelScriptActor() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "GetLevelScriptActor"); + + Params::LevelStreaming_GetLevelScriptActor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.SetIsRequestingUnloadAndRemoval +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInIsRequestingUnloadAndRemoval (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULevelStreaming::SetIsRequestingUnloadAndRemoval(bool bInIsRequestingUnloadAndRemoval) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "SetIsRequestingUnloadAndRemoval"); + + Params::LevelStreaming_SetIsRequestingUnloadAndRemoval Parms{}; + + Parms.bInIsRequestingUnloadAndRemoval = bInIsRequestingUnloadAndRemoval; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LevelStreaming.SetLevelLODIndex +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 LODIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULevelStreaming::SetLevelLODIndex(int32 LODIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "SetLevelLODIndex"); + + Params::LevelStreaming_SetLevelLODIndex Parms{}; + + Parms.LODIndex = LODIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LevelStreaming.SetPriority +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewPriority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULevelStreaming::SetPriority(int32 NewPriority) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "SetPriority"); + + Params::LevelStreaming_SetPriority Parms{}; + + Parms.NewPriority = NewPriority; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LevelStreaming.SetShouldBeLoaded +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bInShouldBeLoaded (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULevelStreaming::SetShouldBeLoaded(bool bInShouldBeLoaded) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "SetShouldBeLoaded"); + + Params::LevelStreaming_SetShouldBeLoaded Parms{}; + + Parms.bInShouldBeLoaded = bInShouldBeLoaded; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LevelStreaming.SetShouldBeVisible +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bInShouldBeVisible (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ULevelStreaming::SetShouldBeVisible(bool bInShouldBeVisible) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "SetShouldBeVisible"); + + Params::LevelStreaming_SetShouldBeVisible Parms{}; + + Parms.bInShouldBeVisible = bInShouldBeVisible; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LevelStreaming.GetIsRequestingUnloadAndRemoval +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ULevelStreaming::GetIsRequestingUnloadAndRemoval() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "GetIsRequestingUnloadAndRemoval"); + + Params::LevelStreaming_GetIsRequestingUnloadAndRemoval Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.GetLoadedLevel +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class ULevel* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULevel* ULevelStreaming::GetLoadedLevel() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "GetLoadedLevel"); + + Params::LevelStreaming_GetLoadedLevel Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.GetWorldAssetPackageFName +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName ULevelStreaming::GetWorldAssetPackageFName() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "GetWorldAssetPackageFName"); + + Params::LevelStreaming_GetWorldAssetPackageFName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.IsLevelLoaded +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ULevelStreaming::IsLevelLoaded() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "IsLevelLoaded"); + + Params::LevelStreaming_IsLevelLoaded Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.IsLevelVisible +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ULevelStreaming::IsLevelVisible() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "IsLevelVisible"); + + Params::LevelStreaming_IsLevelVisible Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.IsStreamingStatePending +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ULevelStreaming::IsStreamingStatePending() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "IsStreamingStatePending"); + + Params::LevelStreaming_IsStreamingStatePending Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreaming.ShouldBeLoaded +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ULevelStreaming::ShouldBeLoaded() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelStreaming", "ShouldBeLoaded"); + + Params::LevelStreaming_ShouldBeLoaded Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DebugCameraController.ReceiveOnActivate +// (Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* OriginalPC (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADebugCameraController::ReceiveOnActivate(class APlayerController* OriginalPC) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "ReceiveOnActivate"); + + Params::DebugCameraController_ReceiveOnActivate Parms{}; + + Parms.OriginalPC = OriginalPC; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.DebugCameraController.ReceiveOnActorSelected +// (Event, Protected, HasOutParams, HasDefaults, BlueprintEvent) +// Parameters: +// class AActor* NewSelectedActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SelectHitLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SelectHitNormal (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void ADebugCameraController::ReceiveOnActorSelected(class AActor* NewSelectedActor, const struct FVector& SelectHitLocation, const struct FVector& SelectHitNormal, const struct FHitResult& Hit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "ReceiveOnActorSelected"); + + Params::DebugCameraController_ReceiveOnActorSelected Parms{}; + + Parms.NewSelectedActor = NewSelectedActor; + Parms.SelectHitLocation = std::move(SelectHitLocation); + Parms.SelectHitNormal = std::move(SelectHitNormal); + Parms.Hit = std::move(Hit); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.DebugCameraController.ReceiveOnDeactivate +// (Event, Public, BlueprintEvent) +// Parameters: +// class APlayerController* RestoredPC (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADebugCameraController::ReceiveOnDeactivate(class APlayerController* RestoredPC) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "ReceiveOnDeactivate"); + + Params::DebugCameraController_ReceiveOnDeactivate Parms{}; + + Parms.RestoredPC = RestoredPC; + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.DebugCameraController.SetPawnMovementSpeedScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewSpeedScale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADebugCameraController::SetPawnMovementSpeedScale(float NewSpeedScale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "SetPawnMovementSpeedScale"); + + Params::DebugCameraController_SetPawnMovementSpeedScale Parms{}; + + Parms.NewSpeedScale = NewSpeedScale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DebugCameraController.ShowDebugSelectedInfo +// (Exec, Native, Public) + +void ADebugCameraController::ShowDebugSelectedInfo() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "ShowDebugSelectedInfo"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DebugCameraController.ToggleDisplay +// (Final, Native, Public, BlueprintCallable) + +void ADebugCameraController::ToggleDisplay() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "ToggleDisplay"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DebugCameraController.GetSelectedActor +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class AActor* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class AActor* ADebugCameraController::GetSelectedActor() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DebugCameraController", "GetSelectedActor"); + + Params::DebugCameraController_GetSelectedActor Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalActor.CreateDynamicMaterialInstance +// (Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* ADecalActor::CreateDynamicMaterialInstance() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalActor", "CreateDynamicMaterialInstance"); + + Params::DecalActor_CreateDynamicMaterialInstance Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalActor.SetDecalMaterial +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* NewDecalMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ADecalActor::SetDecalMaterial(class UMaterialInterface* NewDecalMaterial) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalActor", "SetDecalMaterial"); + + Params::DecalActor_SetDecalMaterial Parms{}; + + Parms.NewDecalMaterial = NewDecalMaterial; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DecalActor.GetDecalMaterial +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UMaterialInterface* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInterface* ADecalActor::GetDecalMaterial() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalActor", "GetDecalMaterial"); + + Params::DecalActor_GetDecalMaterial Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalComponent.CreateDynamicMaterialInstance +// (Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* UDecalComponent::CreateDynamicMaterialInstance() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "CreateDynamicMaterialInstance"); + + Params::DecalComponent_CreateDynamicMaterialInstance Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalComponent.SetDecalMaterial +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* NewDecalMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDecalComponent::SetDecalMaterial(class UMaterialInterface* NewDecalMaterial) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "SetDecalMaterial"); + + Params::DecalComponent_SetDecalMaterial Parms{}; + + Parms.NewDecalMaterial = NewDecalMaterial; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DecalComponent.SetFadeIn +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float StartDelay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duaration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDecalComponent::SetFadeIn(float StartDelay, float Duaration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "SetFadeIn"); + + Params::DecalComponent_SetFadeIn Parms{}; + + Parms.StartDelay = StartDelay; + Parms.Duaration = Duaration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DecalComponent.SetFadeOut +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float StartDelay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool DestroyOwnerAfterFade (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDecalComponent::SetFadeOut(float StartDelay, float Duration, bool DestroyOwnerAfterFade) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "SetFadeOut"); + + Params::DecalComponent_SetFadeOut Parms{}; + + Parms.StartDelay = StartDelay; + Parms.Duration = Duration; + Parms.DestroyOwnerAfterFade = DestroyOwnerAfterFade; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DecalComponent.SetFadeScreenSize +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewFadeScreenSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDecalComponent::SetFadeScreenSize(float NewFadeScreenSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "SetFadeScreenSize"); + + Params::DecalComponent_SetFadeScreenSize Parms{}; + + Parms.NewFadeScreenSize = NewFadeScreenSize; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DecalComponent.SetSortOrder +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDecalComponent::SetSortOrder(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "SetSortOrder"); + + Params::DecalComponent_SetSortOrder Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DecalComponent.GetDecalMaterial +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UMaterialInterface* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInterface* UDecalComponent::GetDecalMaterial() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "GetDecalMaterial"); + + Params::DecalComponent_GetDecalMaterial Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalComponent.GetFadeDuration +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UDecalComponent::GetFadeDuration() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "GetFadeDuration"); + + Params::DecalComponent_GetFadeDuration Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalComponent.GetFadeInDuration +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UDecalComponent::GetFadeInDuration() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "GetFadeInDuration"); + + Params::DecalComponent_GetFadeInDuration Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalComponent.GetFadeInStartDelay +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UDecalComponent::GetFadeInStartDelay() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "GetFadeInStartDelay"); + + Params::DecalComponent_GetFadeInStartDelay Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DecalComponent.GetFadeStartDelay +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UDecalComponent::GetFadeStartDelay() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DecalComponent", "GetFadeStartDelay"); + + Params::DecalComponent_GetFadeStartDelay Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TwitterIntegrationBase.AuthorizeAccounts +// (Native, Public) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTwitterIntegrationBase::AuthorizeAccounts() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "AuthorizeAccounts"); + + Params::TwitterIntegrationBase_AuthorizeAccounts Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TwitterIntegrationBase.CanShowTweetUI +// (Native, Public) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTwitterIntegrationBase::CanShowTweetUI() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "CanShowTweetUI"); + + Params::TwitterIntegrationBase_CanShowTweetUI Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TwitterIntegrationBase.GetAccountName +// (Native, Public) +// Parameters: +// int32 AccountIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UTwitterIntegrationBase::GetAccountName(int32 AccountIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "GetAccountName"); + + Params::TwitterIntegrationBase_GetAccountName Parms{}; + + Parms.AccountIndex = AccountIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TwitterIntegrationBase.GetNumAccounts +// (Native, Public) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UTwitterIntegrationBase::GetNumAccounts() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "GetNumAccounts"); + + Params::TwitterIntegrationBase_GetNumAccounts Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TwitterIntegrationBase.Init +// (Native, Public) + +void UTwitterIntegrationBase::Init() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "Init"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TwitterIntegrationBase.ShowTweetUI +// (Native, Public) +// Parameters: +// const class FString& InitialMessage (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Picture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTwitterIntegrationBase::ShowTweetUI(const class FString& InitialMessage, const class FString& URL, const class FString& Picture) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "ShowTweetUI"); + + Params::TwitterIntegrationBase_ShowTweetUI Parms{}; + + Parms.InitialMessage = std::move(InitialMessage); + Parms.URL = std::move(URL); + Parms.Picture = std::move(Picture); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TwitterIntegrationBase.TwitterRequest +// (Native, Public, HasOutParams) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ParamKeysAndValues (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// ETwitterRequestMethod RequestMethod (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 AccountIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTwitterIntegrationBase::TwitterRequest(const class FString& URL, const TArray& ParamKeysAndValues, ETwitterRequestMethod RequestMethod, int32 AccountIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TwitterIntegrationBase", "TwitterRequest"); + + Params::TwitterIntegrationBase_TwitterRequest Parms{}; + + Parms.URL = std::move(URL); + Parms.ParamKeysAndValues = std::move(ParamKeysAndValues); + Parms.RequestMethod = RequestMethod; + Parms.AccountIndex = AccountIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.DirectionalLightComponent.SetAtmosphereSunLight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetAtmosphereSunLight(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetAtmosphereSunLight"); + + Params::DirectionalLightComponent_SetAtmosphereSunLight Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetAtmosphereSunLightIndex +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetAtmosphereSunLightIndex(int32 NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetAtmosphereSunLightIndex"); + + Params::DirectionalLightComponent_SetAtmosphereSunLightIndex Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetCascadeDistributionExponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetCascadeDistributionExponent(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetCascadeDistributionExponent"); + + Params::DirectionalLightComponent_SetCascadeDistributionExponent Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetCascadeTransitionFraction +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetCascadeTransitionFraction(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetCascadeTransitionFraction"); + + Params::DirectionalLightComponent_SetCascadeTransitionFraction Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetDynamicShadowCascades +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetDynamicShadowCascades(int32 NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetDynamicShadowCascades"); + + Params::DirectionalLightComponent_SetDynamicShadowCascades Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetDynamicShadowDistanceMovableLight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetDynamicShadowDistanceMovableLight(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetDynamicShadowDistanceMovableLight"); + + Params::DirectionalLightComponent_SetDynamicShadowDistanceMovableLight Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetDynamicShadowDistanceStationaryLight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetDynamicShadowDistanceStationaryLight(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetDynamicShadowDistanceStationaryLight"); + + Params::DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetEnableLightShaftOcclusion +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetEnableLightShaftOcclusion(bool bNewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetEnableLightShaftOcclusion"); + + Params::DirectionalLightComponent_SetEnableLightShaftOcclusion Parms{}; + + Parms.bNewValue = bNewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetLightShaftOverrideDirection +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetLightShaftOverrideDirection(const struct FVector& NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetLightShaftOverrideDirection"); + + Params::DirectionalLightComponent_SetLightShaftOverrideDirection Parms{}; + + Parms.NewValue = std::move(NewValue); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetOcclusionMaskDarkness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetOcclusionMaskDarkness(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetOcclusionMaskDarkness"); + + Params::DirectionalLightComponent_SetOcclusionMaskDarkness Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetShadowAmount +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetShadowAmount(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetShadowAmount"); + + Params::DirectionalLightComponent_SetShadowAmount Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.DirectionalLightComponent.SetShadowDistanceFadeoutFraction +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UDirectionalLightComponent::SetShadowDistanceFadeoutFraction(float NewValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("DirectionalLightComponent", "SetShadowDistanceFadeoutFraction"); + + Params::DirectionalLightComponent_SetShadowDistanceFadeoutFraction Parms{}; + + Parms.NewValue = NewValue; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.AddFloatHistorySample +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDebugFloatHistory& FloatHistory (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// struct FDebugFloatHistory ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +struct FDebugFloatHistory UKismetSystemLibrary::AddFloatHistorySample(float Value, const struct FDebugFloatHistory& FloatHistory) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "AddFloatHistorySample"); + + Params::KismetSystemLibrary_AddFloatHistorySample Parms{}; + + Parms.Value = Value; + Parms.FloatHistory = std::move(FloatHistory); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BeginTransaction +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& Context (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FText& Description (Parm, NativeAccessSpecifierPublic) +// class UObject* PrimaryObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::BeginTransaction(const class FString& Context, const class FText& Description, class UObject* PrimaryObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BeginTransaction"); + + Params::KismetSystemLibrary_BeginTransaction Parms{}; + + Parms.Context = std::move(Context); + Parms.Description = std::move(Description); + Parms.PrimaryObject = PrimaryObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxOverlapActors +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& BoxPos (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& BoxExtent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ActorClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxOverlapActors(const class UObject* WorldContextObject, const struct FVector& BoxPos, const struct FVector& BoxExtent, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxOverlapActors"); + + Params::KismetSystemLibrary_BoxOverlapActors Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.BoxPos = std::move(BoxPos); + Parms.BoxExtent = std::move(BoxExtent); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ActorClassFilter = ActorClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxOverlapComponents +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& BoxPos (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Extent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ComponentClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutComponents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxOverlapComponents(const class UObject* WorldContextObject, const struct FVector& BoxPos, const struct FVector& Extent, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxOverlapComponents"); + + Params::KismetSystemLibrary_BoxOverlapComponents Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.BoxPos = std::move(BoxPos); + Parms.Extent = std::move(Extent); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ComponentClassFilter = ComponentClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutComponents != nullptr) + *OutComponents = std::move(Parms.OutComponents); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxTraceMulti +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HalfSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Orientation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxTraceMulti"); + + Params::KismetSystemLibrary_BoxTraceMulti Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.HalfSize = std::move(HalfSize); + Parms.Orientation = std::move(Orientation); + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxTraceMultiByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HalfSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Orientation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxTraceMultiByProfile"); + + Params::KismetSystemLibrary_BoxTraceMultiByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.HalfSize = std::move(HalfSize); + Parms.Orientation = std::move(Orientation); + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxTraceMultiForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HalfSize (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Orientation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxTraceMultiForObjects"); + + Params::KismetSystemLibrary_BoxTraceMultiForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.HalfSize = std::move(HalfSize); + Parms.Orientation = std::move(Orientation); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxTraceSingle +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HalfSize (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Orientation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxTraceSingle"); + + Params::KismetSystemLibrary_BoxTraceSingle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.HalfSize = std::move(HalfSize); + Parms.Orientation = std::move(Orientation); + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxTraceSingleByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HalfSize (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Orientation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxTraceSingleByProfile"); + + Params::KismetSystemLibrary_BoxTraceSingleByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.HalfSize = std::move(HalfSize); + Parms.Orientation = std::move(Orientation); + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BoxTraceSingleForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& HalfSize (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Orientation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::BoxTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const struct FVector& HalfSize, const struct FRotator& Orientation, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BoxTraceSingleForObjects"); + + Params::KismetSystemLibrary_BoxTraceSingleForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.HalfSize = std::move(HalfSize); + Parms.Orientation = std::move(Orientation); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.BreakSoftClassPath +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FSoftClassPath& InSoftClassPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* PathString (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::BreakSoftClassPath(const struct FSoftClassPath& InSoftClassPath, class FString* PathString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BreakSoftClassPath"); + + Params::KismetSystemLibrary_BreakSoftClassPath Parms{}; + + Parms.InSoftClassPath = std::move(InSoftClassPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (PathString != nullptr) + *PathString = std::move(Parms.PathString); +} + + +// Function Engine.KismetSystemLibrary.BreakSoftObjectPath +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FSoftObjectPath& InSoftObjectPath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* PathString (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::BreakSoftObjectPath(const struct FSoftObjectPath& InSoftObjectPath, class FString* PathString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "BreakSoftObjectPath"); + + Params::KismetSystemLibrary_BreakSoftObjectPath Parms{}; + + Parms.InSoftObjectPath = std::move(InSoftObjectPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (PathString != nullptr) + *PathString = std::move(Parms.PathString); +} + + +// Function Engine.KismetSystemLibrary.CancelTransaction +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const int32 Index_0 (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::CancelTransaction(const int32 Index_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CancelTransaction"); + + Params::KismetSystemLibrary_CancelTransaction Parms{}; + + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.CanLaunchURL +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CanLaunchURL(const class FString& URL) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CanLaunchURL"); + + Params::KismetSystemLibrary_CanLaunchURL Parms{}; + + Parms.URL = std::move(URL); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleOverlapActors +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& CapsulePos (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ActorClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleOverlapActors(const class UObject* WorldContextObject, const struct FVector& CapsulePos, float Radius, float HalfHeight, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleOverlapActors"); + + Params::KismetSystemLibrary_CapsuleOverlapActors Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.CapsulePos = std::move(CapsulePos); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ActorClassFilter = ActorClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleOverlapComponents +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& CapsulePos (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ComponentClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutComponents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleOverlapComponents(const class UObject* WorldContextObject, const struct FVector& CapsulePos, float Radius, float HalfHeight, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleOverlapComponents"); + + Params::KismetSystemLibrary_CapsuleOverlapComponents Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.CapsulePos = std::move(CapsulePos); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ComponentClassFilter = ComponentClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutComponents != nullptr) + *OutComponents = std::move(Parms.OutComponents); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleTraceMulti +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleTraceMulti"); + + Params::KismetSystemLibrary_CapsuleTraceMulti Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleTraceMultiByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleTraceMultiByProfile"); + + Params::KismetSystemLibrary_CapsuleTraceMultiByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleTraceMultiForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleTraceMultiForObjects"); + + Params::KismetSystemLibrary_CapsuleTraceMultiForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleTraceSingle +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleTraceSingle"); + + Params::KismetSystemLibrary_CapsuleTraceSingle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleTraceSingleByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleTraceSingleByProfile"); + + Params::KismetSystemLibrary_CapsuleTraceSingleByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CapsuleTraceSingleForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::CapsuleTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, float HalfHeight, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CapsuleTraceSingleForObjects"); + + Params::KismetSystemLibrary_CapsuleTraceSingleForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.HalfHeight = HalfHeight; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CollectGarbage +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::CollectGarbage() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CollectGarbage"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ComponentOverlapActors +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& ComponentTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ActorClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::ComponentOverlapActors(class UPrimitiveComponent* Component, const struct FTransform& ComponentTransform, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ComponentOverlapActors"); + + Params::KismetSystemLibrary_ComponentOverlapActors Parms{}; + + Parms.Component = Component; + Parms.ComponentTransform = std::move(ComponentTransform); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ActorClassFilter = ActorClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ComponentOverlapComponents +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& ComponentTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ComponentClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutComponents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::ComponentOverlapComponents(class UPrimitiveComponent* Component, const struct FTransform& ComponentTransform, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ComponentOverlapComponents"); + + Params::KismetSystemLibrary_ComponentOverlapComponents Parms{}; + + Parms.Component = Component; + Parms.ComponentTransform = std::move(ComponentTransform); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ComponentClassFilter = ComponentClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutComponents != nullptr) + *OutComponents = std::move(Parms.OutComponents); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ControlScreensaver +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool bAllowScreenSaver (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ControlScreensaver(bool bAllowScreenSaver) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ControlScreensaver"); + + Params::KismetSystemLibrary_ControlScreensaver Parms{}; + + Parms.bAllowScreenSaver = bAllowScreenSaver; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.Conv_ClassToSoftClassReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSubclassOf& Class_0 (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftClassPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftClassPtr UKismetSystemLibrary::Conv_ClassToSoftClassReference(const TSubclassOf& Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_ClassToSoftClassReference"); + + Params::KismetSystemLibrary_Conv_ClassToSoftClassReference Parms{}; + + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_InterfaceToObject +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TScriptInterface&Interface (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UKismetSystemLibrary::Conv_InterfaceToObject(const TScriptInterface& Interface) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_InterfaceToObject"); + + Params::KismetSystemLibrary_Conv_InterfaceToObject Parms{}; + + Parms.Interface = Interface; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_ObjectToSoftObjectReference +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftObjectPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftObjectPtr UKismetSystemLibrary::Conv_ObjectToSoftObjectReference(class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_ObjectToSoftObjectReference"); + + Params::KismetSystemLibrary_Conv_ObjectToSoftObjectReference Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_PrimaryAssetIdToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::Conv_PrimaryAssetIdToString(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_PrimaryAssetIdToString"); + + Params::KismetSystemLibrary_Conv_PrimaryAssetIdToString Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_PrimaryAssetTypeToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetType& PrimaryAssetType (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::Conv_PrimaryAssetTypeToString(const struct FPrimaryAssetType& PrimaryAssetType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_PrimaryAssetTypeToString"); + + Params::KismetSystemLibrary_Conv_PrimaryAssetTypeToString Parms{}; + + Parms.PrimaryAssetType = std::move(PrimaryAssetType); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_SoftClassPathToSoftClassRef +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FSoftClassPath& SoftClassPath (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftClassPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftClassPtr UKismetSystemLibrary::Conv_SoftClassPathToSoftClassRef(const struct FSoftClassPath& SoftClassPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_SoftClassPathToSoftClassRef"); + + Params::KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef Parms{}; + + Parms.SoftClassPath = std::move(SoftClassPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_SoftClassReferenceToClass +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftClassPtr& SoftClass (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSubclassOf UKismetSystemLibrary::Conv_SoftClassReferenceToClass(const TSoftClassPtr& SoftClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_SoftClassReferenceToClass"); + + Params::KismetSystemLibrary_Conv_SoftClassReferenceToClass Parms{}; + + Parms.SoftClass = SoftClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_SoftClassReferenceToString +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftClassPtr& SoftClassReference (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::Conv_SoftClassReferenceToString(const TSoftClassPtr& SoftClassReference) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_SoftClassReferenceToString"); + + Params::KismetSystemLibrary_Conv_SoftClassReferenceToString Parms{}; + + Parms.SoftClassReference = SoftClassReference; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_SoftObjectReferenceToObject +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftObjectPtr& SoftObject (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UKismetSystemLibrary::Conv_SoftObjectReferenceToObject(const TSoftObjectPtr& SoftObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_SoftObjectReferenceToObject"); + + Params::KismetSystemLibrary_Conv_SoftObjectReferenceToObject Parms{}; + + Parms.SoftObject = SoftObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_SoftObjectReferenceToString +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftObjectPtr& SoftObjectReference (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::Conv_SoftObjectReferenceToString(const TSoftObjectPtr& SoftObjectReference) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_SoftObjectReferenceToString"); + + Params::KismetSystemLibrary_Conv_SoftObjectReferenceToString Parms{}; + + Parms.SoftObjectReference = SoftObjectReference; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.Conv_SoftObjPathToSoftObjRef +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FSoftObjectPath& SoftObjectPath (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftObjectPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftObjectPtr UKismetSystemLibrary::Conv_SoftObjPathToSoftObjRef(const struct FSoftObjectPath& SoftObjectPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Conv_SoftObjPathToSoftObjRef"); + + Params::KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef Parms{}; + + Parms.SoftObjectPath = std::move(SoftObjectPath); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ConvertToAbsolutePath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Filename (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::ConvertToAbsolutePath(const class FString& Filename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ConvertToAbsolutePath"); + + Params::KismetSystemLibrary_ConvertToAbsolutePath Parms{}; + + Parms.Filename = std::move(Filename); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ConvertToRelativePath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Filename (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::ConvertToRelativePath(const class FString& Filename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ConvertToRelativePath"); + + Params::KismetSystemLibrary_ConvertToRelativePath Parms{}; + + Parms.Filename = std::move(Filename); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.CreateCopyForUndoBuffer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* ObjectToModify (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::CreateCopyForUndoBuffer(class UObject* ObjectToModify) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "CreateCopyForUndoBuffer"); + + Params::KismetSystemLibrary_CreateCopyForUndoBuffer Parms{}; + + Parms.ObjectToModify = ObjectToModify; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.Delay +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::Delay(const class UObject* WorldContextObject, float Duration, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "Delay"); + + Params::KismetSystemLibrary_Delay Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Duration = Duration; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DoesImplementInterface +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* TestObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf Interface (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::DoesImplementInterface(const class UObject* TestObject, TSubclassOf Interface) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DoesImplementInterface"); + + Params::KismetSystemLibrary_DoesImplementInterface Parms{}; + + Parms.TestObject = TestObject; + Parms.Interface = Interface; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugArrow +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineStart (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineEnd (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ArrowSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugArrow(const class UObject* WorldContextObject, const struct FVector& LineStart, const struct FVector& LineEnd, float ArrowSize, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugArrow"); + + Params::KismetSystemLibrary_DrawDebugArrow Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.LineStart = std::move(LineStart); + Parms.LineEnd = std::move(LineEnd); + Parms.ArrowSize = ArrowSize; + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugBox +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Center (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Extent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugBox(const class UObject* WorldContextObject, const struct FVector& Center, const struct FVector& Extent, const struct FLinearColor& LineColor, const struct FRotator& Rotation, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugBox"); + + Params::KismetSystemLibrary_DrawDebugBox Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Center = std::move(Center); + Parms.Extent = std::move(Extent); + Parms.LineColor = std::move(LineColor); + Parms.Rotation = std::move(Rotation); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugCamera +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class ACameraActor* CameraActor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& CameraColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugCamera(const class ACameraActor* CameraActor, const struct FLinearColor& CameraColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugCamera"); + + Params::KismetSystemLibrary_DrawDebugCamera Parms{}; + + Parms.CameraActor = CameraActor; + Parms.CameraColor = std::move(CameraColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugCapsule +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Center (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HalfHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugCapsule(const class UObject* WorldContextObject, const struct FVector& Center, float HalfHeight, float Radius, const struct FRotator& Rotation, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugCapsule"); + + Params::KismetSystemLibrary_DrawDebugCapsule Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Center = std::move(Center); + Parms.HalfHeight = HalfHeight; + Parms.Radius = Radius; + Parms.Rotation = std::move(Rotation); + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugCircle +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Center (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumSegments (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& YAxis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& ZAxis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDrawAxis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugCircle(const class UObject* WorldContextObject, const struct FVector& Center, float Radius, int32 NumSegments, const struct FLinearColor& LineColor, float Duration, float Thickness, const struct FVector& YAxis, const struct FVector& ZAxis, bool bDrawAxis) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugCircle"); + + Params::KismetSystemLibrary_DrawDebugCircle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Center = std::move(Center); + Parms.Radius = Radius; + Parms.NumSegments = NumSegments; + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + Parms.YAxis = std::move(YAxis); + Parms.ZAxis = std::move(ZAxis); + Parms.bDrawAxis = bDrawAxis; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugCone +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Origin (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Direction (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Length (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngleWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngleHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumSides (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugCone(const class UObject* WorldContextObject, const struct FVector& Origin, const struct FVector& Direction, float Length, float AngleWidth, float AngleHeight, int32 NumSides, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugCone"); + + Params::KismetSystemLibrary_DrawDebugCone Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Origin = std::move(Origin); + Parms.Direction = std::move(Direction); + Parms.Length = Length; + Parms.AngleWidth = AngleWidth; + Parms.AngleHeight = AngleHeight; + Parms.NumSides = NumSides; + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugConeInDegrees +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Origin (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Direction (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Length (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngleWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngleHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 NumSides (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugConeInDegrees(const class UObject* WorldContextObject, const struct FVector& Origin, const struct FVector& Direction, float Length, float AngleWidth, float AngleHeight, int32 NumSides, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugConeInDegrees"); + + Params::KismetSystemLibrary_DrawDebugConeInDegrees Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Origin = std::move(Origin); + Parms.Direction = std::move(Direction); + Parms.Length = Length; + Parms.AngleWidth = AngleWidth; + Parms.AngleHeight = AngleHeight; + Parms.NumSides = NumSides; + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugCoordinateSystem +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& AxisLoc (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& AxisRot (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugCoordinateSystem(const class UObject* WorldContextObject, const struct FVector& AxisLoc, const struct FRotator& AxisRot, float Scale, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugCoordinateSystem"); + + Params::KismetSystemLibrary_DrawDebugCoordinateSystem Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.AxisLoc = std::move(AxisLoc); + Parms.AxisRot = std::move(AxisRot); + Parms.Scale = Scale; + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugCylinder +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Segments (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugCylinder(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, int32 Segments, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugCylinder"); + + Params::KismetSystemLibrary_DrawDebugCylinder Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.Segments = Segments; + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugFloatHistoryLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDebugFloatHistory& FloatHistory (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FVector& DrawLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& DrawSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& DrawColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugFloatHistoryLocation(const class UObject* WorldContextObject, const struct FDebugFloatHistory& FloatHistory, const struct FVector& DrawLocation, const struct FVector2D& DrawSize, const struct FLinearColor& DrawColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugFloatHistoryLocation"); + + Params::KismetSystemLibrary_DrawDebugFloatHistoryLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.FloatHistory = std::move(FloatHistory); + Parms.DrawLocation = std::move(DrawLocation); + Parms.DrawSize = std::move(DrawSize); + Parms.DrawColor = std::move(DrawColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugFloatHistoryTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDebugFloatHistory& FloatHistory (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FTransform& DrawTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector2D& DrawSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& DrawColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugFloatHistoryTransform(const class UObject* WorldContextObject, const struct FDebugFloatHistory& FloatHistory, const struct FTransform& DrawTransform, const struct FVector2D& DrawSize, const struct FLinearColor& DrawColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugFloatHistoryTransform"); + + Params::KismetSystemLibrary_DrawDebugFloatHistoryTransform Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.FloatHistory = std::move(FloatHistory); + Parms.DrawTransform = std::move(DrawTransform); + Parms.DrawSize = std::move(DrawSize); + Parms.DrawColor = std::move(DrawColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugFrustum +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& FrustumTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FLinearColor& FrustumColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugFrustum(const class UObject* WorldContextObject, const struct FTransform& FrustumTransform, const struct FLinearColor& FrustumColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugFrustum"); + + Params::KismetSystemLibrary_DrawDebugFrustum Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.FrustumTransform = std::move(FrustumTransform); + Parms.FrustumColor = std::move(FrustumColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugLine +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineStart (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineEnd (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugLine(const class UObject* WorldContextObject, const struct FVector& LineStart, const struct FVector& LineEnd, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugLine"); + + Params::KismetSystemLibrary_DrawDebugLine Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.LineStart = std::move(LineStart); + Parms.LineEnd = std::move(LineEnd); + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPlane& PlaneCoordinates (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Size (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& PlaneColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugPlane(const class UObject* WorldContextObject, const struct FPlane& PlaneCoordinates, const struct FVector& Location, float Size, const struct FLinearColor& PlaneColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugPlane"); + + Params::KismetSystemLibrary_DrawDebugPlane Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.PlaneCoordinates = std::move(PlaneCoordinates); + Parms.Location = std::move(Location); + Parms.Size = Size; + Parms.PlaneColor = std::move(PlaneColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Position (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Size (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& PointColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugPoint(const class UObject* WorldContextObject, const struct FVector& Position, float Size, const struct FLinearColor& PointColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugPoint"); + + Params::KismetSystemLibrary_DrawDebugPoint Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Position = std::move(Position); + Parms.Size = Size; + Parms.PointColor = std::move(PointColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugSphere +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Center (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Segments (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& LineColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Thickness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugSphere(const class UObject* WorldContextObject, const struct FVector& Center, float Radius, int32 Segments, const struct FLinearColor& LineColor, float Duration, float Thickness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugSphere"); + + Params::KismetSystemLibrary_DrawDebugSphere Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Center = std::move(Center); + Parms.Radius = Radius; + Parms.Segments = Segments; + Parms.LineColor = std::move(LineColor); + Parms.Duration = Duration; + Parms.Thickness = Thickness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.DrawDebugString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& TextLocation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* TestBaseActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TextColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::DrawDebugString(const class UObject* WorldContextObject, const struct FVector& TextLocation, const class FString& Text, class AActor* TestBaseActor, const struct FLinearColor& TextColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "DrawDebugString"); + + Params::KismetSystemLibrary_DrawDebugString Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextLocation = std::move(TextLocation); + Parms.Text = std::move(Text); + Parms.TestBaseActor = TestBaseActor; + Parms.TextColor = std::move(TextColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.EndTransaction +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::EndTransaction() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "EndTransaction"); + + Params::KismetSystemLibrary_EndTransaction Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.EqualEqual_PrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPrimaryAssetId& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::EqualEqual_PrimaryAssetId(const struct FPrimaryAssetId& A, const struct FPrimaryAssetId& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "EqualEqual_PrimaryAssetId"); + + Params::KismetSystemLibrary_EqualEqual_PrimaryAssetId Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.EqualEqual_PrimaryAssetType +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetType& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPrimaryAssetType& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::EqualEqual_PrimaryAssetType(const struct FPrimaryAssetType& A, const struct FPrimaryAssetType& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "EqualEqual_PrimaryAssetType"); + + Params::KismetSystemLibrary_EqualEqual_PrimaryAssetType Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.EqualEqual_SoftClassReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftClassPtr& A (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftClassPtr& B (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::EqualEqual_SoftClassReference(const TSoftClassPtr& A, const TSoftClassPtr& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "EqualEqual_SoftClassReference"); + + Params::KismetSystemLibrary_EqualEqual_SoftClassReference Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.EqualEqual_SoftObjectReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftObjectPtr& A (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftObjectPtr& B (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::EqualEqual_SoftObjectReference(const TSoftObjectPtr& A, const TSoftObjectPtr& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "EqualEqual_SoftObjectReference"); + + Params::KismetSystemLibrary_EqualEqual_SoftObjectReference Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ExecuteConsoleCommand +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Command (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerController* SpecificPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ExecuteConsoleCommand(const class UObject* WorldContextObject, const class FString& Command, class APlayerController* SpecificPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ExecuteConsoleCommand"); + + Params::KismetSystemLibrary_ExecuteConsoleCommand Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Command = std::move(Command); + Parms.SpecificPlayer = SpecificPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.FlushDebugStrings +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::FlushDebugStrings(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "FlushDebugStrings"); + + Params::KismetSystemLibrary_FlushDebugStrings Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.FlushPersistentDebugLines +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::FlushPersistentDebugLines(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "FlushPersistentDebugLines"); + + Params::KismetSystemLibrary_FlushPersistentDebugLines Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ForceCloseAdBanner +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::ForceCloseAdBanner() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ForceCloseAdBanner"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.GetActorBounds +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class AActor* Actor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Origin (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* BoxExtent (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::GetActorBounds(const class AActor* Actor, struct FVector* Origin, struct FVector* BoxExtent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetActorBounds"); + + Params::KismetSystemLibrary_GetActorBounds Parms{}; + + Parms.Actor = Actor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Origin != nullptr) + *Origin = std::move(Parms.Origin); + + if (BoxExtent != nullptr) + *BoxExtent = std::move(Parms.BoxExtent); +} + + +// Function Engine.KismetSystemLibrary.GetActorListFromComponentList +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray&ComponentList (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic) +// class UClass* ActorClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutActorList (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::GetActorListFromComponentList(const TArray& ComponentList, class UClass* ActorClassFilter, TArray* OutActorList) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetActorListFromComponentList"); + + Params::KismetSystemLibrary_GetActorListFromComponentList Parms{}; + + Parms.ComponentList = std::move(ComponentList); + Parms.ActorClassFilter = ActorClassFilter; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActorList != nullptr) + *OutActorList = std::move(Parms.OutActorList); +} + + +// Function Engine.KismetSystemLibrary.GetAdIDCount +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::GetAdIDCount() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetAdIDCount"); + + Params::KismetSystemLibrary_GetAdIDCount Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetClassDisplayName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UClass* Class_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetClassDisplayName(class UClass* Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetClassDisplayName"); + + Params::KismetSystemLibrary_GetClassDisplayName Parms{}; + + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetClassFromPrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSubclassOf UKismetSystemLibrary::GetClassFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetClassFromPrimaryAssetId"); + + Params::KismetSystemLibrary_GetClassFromPrimaryAssetId Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetCommandLine +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetCommandLine() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetCommandLine"); + + Params::KismetSystemLibrary_GetCommandLine Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetComponentBounds +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class USceneComponent* Component (ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Origin (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* BoxExtent (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* SphereRadius (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::GetComponentBounds(const class USceneComponent* Component, struct FVector* Origin, struct FVector* BoxExtent, float* SphereRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetComponentBounds"); + + Params::KismetSystemLibrary_GetComponentBounds Parms{}; + + Parms.Component = Component; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Origin != nullptr) + *Origin = std::move(Parms.Origin); + + if (BoxExtent != nullptr) + *BoxExtent = std::move(Parms.BoxExtent); + + if (SphereRadius != nullptr) + *SphereRadius = Parms.SphereRadius; +} + + +// Function Engine.KismetSystemLibrary.GetConsoleVariableBoolValue +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& VariableName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::GetConsoleVariableBoolValue(const class FString& VariableName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetConsoleVariableBoolValue"); + + Params::KismetSystemLibrary_GetConsoleVariableBoolValue Parms{}; + + Parms.VariableName = std::move(VariableName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetConsoleVariableFloatValue +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& VariableName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::GetConsoleVariableFloatValue(const class FString& VariableName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetConsoleVariableFloatValue"); + + Params::KismetSystemLibrary_GetConsoleVariableFloatValue Parms{}; + + Parms.VariableName = std::move(VariableName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetConsoleVariableIntValue +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& VariableName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::GetConsoleVariableIntValue(const class FString& VariableName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetConsoleVariableIntValue"); + + Params::KismetSystemLibrary_GetConsoleVariableIntValue Parms{}; + + Parms.VariableName = std::move(VariableName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetConvenientWindowedResolutions +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// TArray* Resolutions (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::GetConvenientWindowedResolutions(TArray* Resolutions) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetConvenientWindowedResolutions"); + + Params::KismetSystemLibrary_GetConvenientWindowedResolutions Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Resolutions != nullptr) + *Resolutions = std::move(Parms.Resolutions); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetCurrentBundleState +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForceCurrentState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutBundles (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::GetCurrentBundleState(const struct FPrimaryAssetId& PrimaryAssetId, bool bForceCurrentState, TArray* OutBundles) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetCurrentBundleState"); + + Params::KismetSystemLibrary_GetCurrentBundleState Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + Parms.bForceCurrentState = bForceCurrentState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutBundles != nullptr) + *OutBundles = std::move(Parms.OutBundles); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetDefaultLanguage +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetDefaultLanguage() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetDefaultLanguage"); + + Params::KismetSystemLibrary_GetDefaultLanguage Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetDefaultLocale +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetDefaultLocale() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetDefaultLocale"); + + Params::KismetSystemLibrary_GetDefaultLocale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetDeviceId +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetDeviceId() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetDeviceId"); + + Params::KismetSystemLibrary_GetDeviceId Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetDisplayName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetDisplayName(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetDisplayName"); + + Params::KismetSystemLibrary_GetDisplayName Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetEngineVersion +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetEngineVersion() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetEngineVersion"); + + Params::KismetSystemLibrary_GetEngineVersion Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetFrameCount +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetSystemLibrary::GetFrameCount() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetFrameCount"); + + Params::KismetSystemLibrary_GetFrameCount Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetGameBundleId +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetGameBundleId() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetGameBundleId"); + + Params::KismetSystemLibrary_GetGameBundleId Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetGameName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetGameName() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetGameName"); + + Params::KismetSystemLibrary_GetGameName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetGamepadButtonGlyph +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& ButtonKey (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ControllerIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture2D* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture2D* UKismetSystemLibrary::GetGamepadButtonGlyph(const class FString& ButtonKey, int32 ControllerIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetGamepadButtonGlyph"); + + Params::KismetSystemLibrary_GetGamepadButtonGlyph Parms{}; + + Parms.ButtonKey = std::move(ButtonKey); + Parms.ControllerIndex = ControllerIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetGamepadControllerName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetGamepadControllerName(int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetGamepadControllerName"); + + Params::KismetSystemLibrary_GetGamepadControllerName Parms{}; + + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetGameTimeInSeconds +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::GetGameTimeInSeconds(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetGameTimeInSeconds"); + + Params::KismetSystemLibrary_GetGameTimeInSeconds Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetLocalCurrencyCode +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetLocalCurrencyCode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetLocalCurrencyCode"); + + Params::KismetSystemLibrary_GetLocalCurrencyCode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetLocalCurrencySymbol +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetLocalCurrencySymbol() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetLocalCurrencySymbol"); + + Params::KismetSystemLibrary_GetLocalCurrencySymbol Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetMinYResolutionFor3DView +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::GetMinYResolutionFor3DView() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetMinYResolutionFor3DView"); + + Params::KismetSystemLibrary_GetMinYResolutionFor3DView Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetMinYResolutionForUI +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::GetMinYResolutionForUI() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetMinYResolutionForUI"); + + Params::KismetSystemLibrary_GetMinYResolutionForUI Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetObjectFromPrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UKismetSystemLibrary::GetObjectFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetObjectFromPrimaryAssetId"); + + Params::KismetSystemLibrary_GetObjectFromPrimaryAssetId Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetObjectName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetObjectName(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetObjectName"); + + Params::KismetSystemLibrary_GetObjectName Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetOuterObject +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UKismetSystemLibrary::GetOuterObject(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetOuterObject"); + + Params::KismetSystemLibrary_GetOuterObject Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPathName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetPathName(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPathName"); + + Params::KismetSystemLibrary_GetPathName Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPlatformUserDir +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetPlatformUserDir() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPlatformUserDir"); + + Params::KismetSystemLibrary_GetPlatformUserDir Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPlatformUserName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetPlatformUserName() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPlatformUserName"); + + Params::KismetSystemLibrary_GetPlatformUserName Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPreferredLanguages +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetSystemLibrary::GetPreferredLanguages() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPreferredLanguages"); + + Params::KismetSystemLibrary_GetPreferredLanguages Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromClass +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// TSubclassOf Class_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FPrimaryAssetId ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FPrimaryAssetId UKismetSystemLibrary::GetPrimaryAssetIdFromClass(TSubclassOf Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPrimaryAssetIdFromClass"); + + Params::KismetSystemLibrary_GetPrimaryAssetIdFromClass Parms{}; + + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromObject +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FPrimaryAssetId ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FPrimaryAssetId UKismetSystemLibrary::GetPrimaryAssetIdFromObject(class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPrimaryAssetIdFromObject"); + + Params::KismetSystemLibrary_GetPrimaryAssetIdFromObject Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromSoftClassReference +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// TSoftClassPtr SoftClassReference (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FPrimaryAssetId ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FPrimaryAssetId UKismetSystemLibrary::GetPrimaryAssetIdFromSoftClassReference(TSoftClassPtr SoftClassReference) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPrimaryAssetIdFromSoftClassReference"); + + Params::KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference Parms{}; + + Parms.SoftClassReference = SoftClassReference; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromSoftObjectReference +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// TSoftObjectPtr SoftObjectReference (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FPrimaryAssetId ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FPrimaryAssetId UKismetSystemLibrary::GetPrimaryAssetIdFromSoftObjectReference(TSoftObjectPtr SoftObjectReference) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPrimaryAssetIdFromSoftObjectReference"); + + Params::KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference Parms{}; + + Parms.SoftObjectReference = SoftObjectReference; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdList +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FPrimaryAssetType& PrimaryAssetType (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutPrimaryAssetIdList (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::GetPrimaryAssetIdList(const struct FPrimaryAssetType& PrimaryAssetType, TArray* OutPrimaryAssetIdList) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPrimaryAssetIdList"); + + Params::KismetSystemLibrary_GetPrimaryAssetIdList Parms{}; + + Parms.PrimaryAssetType = std::move(PrimaryAssetType); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPrimaryAssetIdList != nullptr) + *OutPrimaryAssetIdList = std::move(Parms.OutPrimaryAssetIdList); +} + + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetsWithBundleState +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& RequiredBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& ExcludedBundles (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& ValidTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bForceCurrentState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutPrimaryAssetIdList (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::GetPrimaryAssetsWithBundleState(const TArray& RequiredBundles, const TArray& ExcludedBundles, const TArray& ValidTypes, bool bForceCurrentState, TArray* OutPrimaryAssetIdList) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetPrimaryAssetsWithBundleState"); + + Params::KismetSystemLibrary_GetPrimaryAssetsWithBundleState Parms{}; + + Parms.RequiredBundles = std::move(RequiredBundles); + Parms.ExcludedBundles = std::move(ExcludedBundles); + Parms.ValidTypes = std::move(ValidTypes); + Parms.bForceCurrentState = bForceCurrentState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPrimaryAssetIdList != nullptr) + *OutPrimaryAssetIdList = std::move(Parms.OutPrimaryAssetIdList); +} + + +// Function Engine.KismetSystemLibrary.GetProjectContentDirectory +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetProjectContentDirectory() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetProjectContentDirectory"); + + Params::KismetSystemLibrary_GetProjectContentDirectory Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetProjectDirectory +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetProjectDirectory() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetProjectDirectory"); + + Params::KismetSystemLibrary_GetProjectDirectory Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetProjectSavedDirectory +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetProjectSavedDirectory() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetProjectSavedDirectory"); + + Params::KismetSystemLibrary_GetProjectSavedDirectory Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetRenderingDetailMode +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::GetRenderingDetailMode() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetRenderingDetailMode"); + + Params::KismetSystemLibrary_GetRenderingDetailMode Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetRenderingMaterialQualityLevel +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::GetRenderingMaterialQualityLevel() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetRenderingMaterialQualityLevel"); + + Params::KismetSystemLibrary_GetRenderingMaterialQualityLevel Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetSoftClassReferenceFromPrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftClassPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftClassPtr UKismetSystemLibrary::GetSoftClassReferenceFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetSoftClassReferenceFromPrimaryAssetId"); + + Params::KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetSoftObjectReferenceFromPrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftObjectPtr ReturnValue (Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +TSoftObjectPtr UKismetSystemLibrary::GetSoftObjectReferenceFromPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetSoftObjectReferenceFromPrimaryAssetId"); + + Params::KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetSupportedFullscreenResolutions +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// TArray* Resolutions (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::GetSupportedFullscreenResolutions(TArray* Resolutions) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetSupportedFullscreenResolutions"); + + Params::KismetSystemLibrary_GetSupportedFullscreenResolutions Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Resolutions != nullptr) + *Resolutions = std::move(Parms.Resolutions); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetSystemPath +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetSystemPath(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetSystemPath"); + + Params::KismetSystemLibrary_GetSystemPath Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetUniqueDeviceId +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::GetUniqueDeviceId() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetUniqueDeviceId"); + + Params::KismetSystemLibrary_GetUniqueDeviceId Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.GetVolumeButtonsHandledBySystem +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::GetVolumeButtonsHandledBySystem() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "GetVolumeButtonsHandledBySystem"); + + Params::KismetSystemLibrary_GetVolumeButtonsHandledBySystem Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.HideAdBanner +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::HideAdBanner() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "HideAdBanner"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.IsControllerAssignedToGamepad +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsControllerAssignedToGamepad(int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsControllerAssignedToGamepad"); + + Params::KismetSystemLibrary_IsControllerAssignedToGamepad Parms{}; + + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsDedicatedServer +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsDedicatedServer(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsDedicatedServer"); + + Params::KismetSystemLibrary_IsDedicatedServer Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsInterstitialAdAvailable +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsInterstitialAdAvailable() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsInterstitialAdAvailable"); + + Params::KismetSystemLibrary_IsInterstitialAdAvailable Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsInterstitialAdRequested +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsInterstitialAdRequested() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsInterstitialAdRequested"); + + Params::KismetSystemLibrary_IsInterstitialAdRequested Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsLoggedIn +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class APlayerController* SpecificPlayer (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsLoggedIn(const class APlayerController* SpecificPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsLoggedIn"); + + Params::KismetSystemLibrary_IsLoggedIn Parms{}; + + Parms.SpecificPlayer = SpecificPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsPackagedForDistribution +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsPackagedForDistribution() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsPackagedForDistribution"); + + Params::KismetSystemLibrary_IsPackagedForDistribution Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsScreensaverEnabled +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsScreensaverEnabled() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsScreensaverEnabled"); + + Params::KismetSystemLibrary_IsScreensaverEnabled Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsServer +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsServer(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsServer"); + + Params::KismetSystemLibrary_IsServer Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsSplitScreen +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsSplitScreen(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsSplitScreen"); + + Params::KismetSystemLibrary_IsSplitScreen Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsStandalone +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsStandalone(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsStandalone"); + + Params::KismetSystemLibrary_IsStandalone Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsUnattended +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsUnattended() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsUnattended"); + + Params::KismetSystemLibrary_IsUnattended Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsValid +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* Object (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsValid(const class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsValid"); + + Params::KismetSystemLibrary_IsValid Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsValidClass +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UClass* Class_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsValidClass(class UClass* Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsValidClass"); + + Params::KismetSystemLibrary_IsValidClass Parms{}; + + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsValidPrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsValidPrimaryAssetId(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsValidPrimaryAssetId"); + + Params::KismetSystemLibrary_IsValidPrimaryAssetId Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsValidPrimaryAssetType +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetType& PrimaryAssetType (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsValidPrimaryAssetType(const struct FPrimaryAssetType& PrimaryAssetType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsValidPrimaryAssetType"); + + Params::KismetSystemLibrary_IsValidPrimaryAssetType Parms{}; + + Parms.PrimaryAssetType = std::move(PrimaryAssetType); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsValidSoftClassReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftClassPtr& SoftClassReference (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsValidSoftClassReference(const TSoftClassPtr& SoftClassReference) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsValidSoftClassReference"); + + Params::KismetSystemLibrary_IsValidSoftClassReference Parms{}; + + Parms.SoftClassReference = SoftClassReference; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.IsValidSoftObjectReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftObjectPtr& SoftObjectReference (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::IsValidSoftObjectReference(const TSoftObjectPtr& SoftObjectReference) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "IsValidSoftObjectReference"); + + Params::KismetSystemLibrary_IsValidSoftObjectReference Parms{}; + + Parms.SoftObjectReference = SoftObjectReference; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_ClearAndInvalidateTimerHandle +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimerHandle& Handle (Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_ClearAndInvalidateTimerHandle(const class UObject* WorldContextObject, struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_ClearAndInvalidateTimerHandle"); + + Params::KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Handle = std::move(Parms.Handle); +} + + +// Function Engine.KismetSystemLibrary.K2_ClearTimer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_ClearTimer(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_ClearTimer"); + + Params::KismetSystemLibrary_K2_ClearTimer Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_ClearTimerDelegate +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_ClearTimerDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_ClearTimerDelegate"); + + Params::KismetSystemLibrary_K2_ClearTimerDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_ClearTimerHandle +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_ClearTimerHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_ClearTimerHandle"); + + Params::KismetSystemLibrary_K2_ClearTimerHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_GetTimerElapsedTime +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::K2_GetTimerElapsedTime(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_GetTimerElapsedTime"); + + Params::KismetSystemLibrary_K2_GetTimerElapsedTime Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_GetTimerElapsedTimeDelegate +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::K2_GetTimerElapsedTimeDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_GetTimerElapsedTimeDelegate"); + + Params::KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_GetTimerElapsedTimeHandle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::K2_GetTimerElapsedTimeHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_GetTimerElapsedTimeHandle"); + + Params::KismetSystemLibrary_K2_GetTimerElapsedTimeHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_GetTimerRemainingTime +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::K2_GetTimerRemainingTime(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_GetTimerRemainingTime"); + + Params::KismetSystemLibrary_K2_GetTimerRemainingTime Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_GetTimerRemainingTimeDelegate +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::K2_GetTimerRemainingTimeDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_GetTimerRemainingTimeDelegate"); + + Params::KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_GetTimerRemainingTimeHandle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::K2_GetTimerRemainingTimeHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_GetTimerRemainingTimeHandle"); + + Params::KismetSystemLibrary_K2_GetTimerRemainingTimeHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_InvalidateTimerHandle +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FTimerHandle& Handle (Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimerHandle ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimerHandle UKismetSystemLibrary::K2_InvalidateTimerHandle(struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_InvalidateTimerHandle"); + + Params::KismetSystemLibrary_K2_InvalidateTimerHandle Parms{}; + + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Handle = std::move(Parms.Handle); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsTimerActive +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsTimerActive(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsTimerActive"); + + Params::KismetSystemLibrary_K2_IsTimerActive Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsTimerActiveDelegate +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsTimerActiveDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsTimerActiveDelegate"); + + Params::KismetSystemLibrary_K2_IsTimerActiveDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsTimerActiveHandle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsTimerActiveHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsTimerActiveHandle"); + + Params::KismetSystemLibrary_K2_IsTimerActiveHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsTimerPaused +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsTimerPaused(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsTimerPaused"); + + Params::KismetSystemLibrary_K2_IsTimerPaused Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsTimerPausedDelegate +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsTimerPausedDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsTimerPausedDelegate"); + + Params::KismetSystemLibrary_K2_IsTimerPausedDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsTimerPausedHandle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsTimerPausedHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsTimerPausedHandle"); + + Params::KismetSystemLibrary_K2_IsTimerPausedHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_IsValidTimerHandle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_IsValidTimerHandle(const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_IsValidTimerHandle"); + + Params::KismetSystemLibrary_K2_IsValidTimerHandle Parms{}; + + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_PauseTimer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_PauseTimer(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_PauseTimer"); + + Params::KismetSystemLibrary_K2_PauseTimer Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_PauseTimerDelegate +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_PauseTimerDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_PauseTimerDelegate"); + + Params::KismetSystemLibrary_K2_PauseTimerDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_PauseTimerHandle +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_PauseTimerHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_PauseTimerHandle"); + + Params::KismetSystemLibrary_K2_PauseTimerHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_SetTimer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InitialStartDelay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InitialStartDelayVariance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimerHandle ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimerHandle UKismetSystemLibrary::K2_SetTimer(class UObject* Object, const class FString& FunctionName, float Time, bool bLooping, float InitialStartDelay, float InitialStartDelayVariance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_SetTimer"); + + Params::KismetSystemLibrary_K2_SetTimer Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + Parms.Time = Time; + Parms.bLooping = bLooping; + Parms.InitialStartDelay = InitialStartDelay; + Parms.InitialStartDelayVariance = InitialStartDelayVariance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_SetTimerDelegate +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// float Time (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InitialStartDelay (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InitialStartDelayVariance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimerHandle ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimerHandle UKismetSystemLibrary::K2_SetTimerDelegate(TDelegate Delegate, float Time, bool bLooping, float InitialStartDelay, float InitialStartDelayVariance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_SetTimerDelegate"); + + Params::KismetSystemLibrary_K2_SetTimerDelegate Parms{}; + + Parms.Delegate = Delegate; + Parms.Time = Time; + Parms.bLooping = bLooping; + Parms.InitialStartDelay = InitialStartDelay; + Parms.InitialStartDelayVariance = InitialStartDelayVariance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_TimerExists +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_TimerExists(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_TimerExists"); + + Params::KismetSystemLibrary_K2_TimerExists Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_TimerExistsDelegate +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_TimerExistsDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_TimerExistsDelegate"); + + Params::KismetSystemLibrary_K2_TimerExistsDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_TimerExistsHandle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::K2_TimerExistsHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_TimerExistsHandle"); + + Params::KismetSystemLibrary_K2_TimerExistsHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.K2_UnPauseTimer +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FunctionName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_UnPauseTimer(class UObject* Object, const class FString& FunctionName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_UnPauseTimer"); + + Params::KismetSystemLibrary_K2_UnPauseTimer Parms{}; + + Parms.Object = Object; + Parms.FunctionName = std::move(FunctionName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_UnPauseTimerDelegate +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TDelegate Delegate (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_UnPauseTimerDelegate(TDelegate Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_UnPauseTimerDelegate"); + + Params::KismetSystemLibrary_K2_UnPauseTimerDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.K2_UnPauseTimerHandle +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimerHandle& Handle (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::K2_UnPauseTimerHandle(const class UObject* WorldContextObject, const struct FTimerHandle& Handle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "K2_UnPauseTimerHandle"); + + Params::KismetSystemLibrary_K2_UnPauseTimerHandle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Handle = std::move(Handle); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.LaunchURL +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& URL (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::LaunchURL(const class FString& URL) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LaunchURL"); + + Params::KismetSystemLibrary_LaunchURL Parms{}; + + Parms.URL = std::move(URL); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.LineTraceMulti +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::LineTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LineTraceMulti"); + + Params::KismetSystemLibrary_LineTraceMulti Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LineTraceMultiByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::LineTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LineTraceMultiByProfile"); + + Params::KismetSystemLibrary_LineTraceMultiByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LineTraceMultiForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::LineTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LineTraceMultiForObjects"); + + Params::KismetSystemLibrary_LineTraceMultiForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LineTraceSingle +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::LineTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LineTraceSingle"); + + Params::KismetSystemLibrary_LineTraceSingle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LineTraceSingleByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::LineTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LineTraceSingleByProfile"); + + Params::KismetSystemLibrary_LineTraceSingleByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LineTraceSingleForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::LineTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LineTraceSingleForObjects"); + + Params::KismetSystemLibrary_LineTraceSingleForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LoadAsset +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftObjectPtr Asset (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TDelegate OnLoaded (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::LoadAsset(const class UObject* WorldContextObject, TSoftObjectPtr Asset, TDelegate OnLoaded, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LoadAsset"); + + Params::KismetSystemLibrary_LoadAsset Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Asset = Asset; + Parms.OnLoaded = OnLoaded; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.LoadAsset_Blocking +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TSoftObjectPtr Asset (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UKismetSystemLibrary::LoadAsset_Blocking(TSoftObjectPtr Asset) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LoadAsset_Blocking"); + + Params::KismetSystemLibrary_LoadAsset_Blocking Parms{}; + + Parms.Asset = Asset; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LoadAssetClass +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftClassPtr AssetClass (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TDelegate Loaded)>OnLoaded (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::LoadAssetClass(const class UObject* WorldContextObject, TSoftClassPtr AssetClass, TDelegate Loaded)> OnLoaded, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LoadAssetClass"); + + Params::KismetSystemLibrary_LoadAssetClass Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.AssetClass = AssetClass; + Parms.OnLoaded = OnLoaded; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.LoadClassAsset_Blocking +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// TSoftClassPtr AssetClass (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UClass* UKismetSystemLibrary::LoadClassAsset_Blocking(TSoftClassPtr AssetClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LoadClassAsset_Blocking"); + + Params::KismetSystemLibrary_LoadClassAsset_Blocking Parms{}; + + Parms.AssetClass = AssetClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.LoadInterstitialAd +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 AdIdIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::LoadInterstitialAd(int32 AdIdIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "LoadInterstitialAd"); + + Params::KismetSystemLibrary_LoadInterstitialAd Parms{}; + + Parms.AdIdIndex = AdIdIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralBool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::MakeLiteralBool(bool Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralBool"); + + Params::KismetSystemLibrary_MakeLiteralBool Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetSystemLibrary::MakeLiteralByte(uint8 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralByte"); + + Params::KismetSystemLibrary_MakeLiteralByte Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetSystemLibrary::MakeLiteralFloat(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralFloat"); + + Params::KismetSystemLibrary_MakeLiteralFloat Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetSystemLibrary::MakeLiteralInt(int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralInt"); + + Params::KismetSystemLibrary_MakeLiteralInt Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FName Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UKismetSystemLibrary::MakeLiteralName(class FName Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralName"); + + Params::KismetSystemLibrary_MakeLiteralName Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Value (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::MakeLiteralString(const class FString& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralString"); + + Params::KismetSystemLibrary_MakeLiteralString Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeLiteralText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& Value (Parm, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetSystemLibrary::MakeLiteralText(const class FText& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeLiteralText"); + + Params::KismetSystemLibrary_MakeLiteralText Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeSoftClassPath +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& PathString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FSoftClassPath ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FSoftClassPath UKismetSystemLibrary::MakeSoftClassPath(const class FString& PathString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeSoftClassPath"); + + Params::KismetSystemLibrary_MakeSoftClassPath Parms{}; + + Parms.PathString = std::move(PathString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MakeSoftObjectPath +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& PathString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FSoftObjectPath ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FSoftObjectPath UKismetSystemLibrary::MakeSoftObjectPath(const class FString& PathString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MakeSoftObjectPath"); + + Params::KismetSystemLibrary_MakeSoftObjectPath Parms{}; + + Parms.PathString = std::move(PathString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.MoveComponentTo +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class USceneComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& TargetRelativeLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& TargetRelativeRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bEaseOut (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEaseIn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OverTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bForceShortestRotationPath (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EMoveComponentAction MoveAction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::MoveComponentTo(class USceneComponent* Component, const struct FVector& TargetRelativeLocation, const struct FRotator& TargetRelativeRotation, bool bEaseOut, bool bEaseIn, float OverTime, bool bForceShortestRotationPath, EMoveComponentAction MoveAction, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "MoveComponentTo"); + + Params::KismetSystemLibrary_MoveComponentTo Parms{}; + + Parms.Component = Component; + Parms.TargetRelativeLocation = std::move(TargetRelativeLocation); + Parms.TargetRelativeRotation = std::move(TargetRelativeRotation); + Parms.bEaseOut = bEaseOut; + Parms.bEaseIn = bEaseIn; + Parms.OverTime = OverTime; + Parms.bForceShortestRotationPath = bForceShortestRotationPath; + Parms.MoveAction = MoveAction; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.NormalizeFilename +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& InFilename (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetSystemLibrary::NormalizeFilename(const class FString& InFilename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "NormalizeFilename"); + + Params::KismetSystemLibrary_NormalizeFilename Parms{}; + + Parms.InFilename = std::move(InFilename); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.NotEqual_PrimaryAssetId +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetId& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPrimaryAssetId& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::NotEqual_PrimaryAssetId(const struct FPrimaryAssetId& A, const struct FPrimaryAssetId& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "NotEqual_PrimaryAssetId"); + + Params::KismetSystemLibrary_NotEqual_PrimaryAssetId Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.NotEqual_PrimaryAssetType +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPrimaryAssetType& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPrimaryAssetType& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::NotEqual_PrimaryAssetType(const struct FPrimaryAssetType& A, const struct FPrimaryAssetType& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "NotEqual_PrimaryAssetType"); + + Params::KismetSystemLibrary_NotEqual_PrimaryAssetType Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.NotEqual_SoftClassReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftClassPtr& A (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftClassPtr& B (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::NotEqual_SoftClassReference(const TSoftClassPtr& A, const TSoftClassPtr& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "NotEqual_SoftClassReference"); + + Params::KismetSystemLibrary_NotEqual_SoftClassReference Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.NotEqual_SoftObjectReference +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TSoftObjectPtr& A (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftObjectPtr& B (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::NotEqual_SoftObjectReference(const TSoftObjectPtr& A, const TSoftObjectPtr& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "NotEqual_SoftObjectReference"); + + Params::KismetSystemLibrary_NotEqual_SoftObjectReference Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ParseCommandLine +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FString& InCmdLine (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutTokens (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// TArray* OutSwitches (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// TMap* OutParams (Parm, OutParm, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ParseCommandLine(const class FString& InCmdLine, TArray* OutTokens, TArray* OutSwitches, TMap* OutParams) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ParseCommandLine"); + + Params::KismetSystemLibrary_ParseCommandLine Parms{}; + + Parms.InCmdLine = std::move(InCmdLine); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTokens != nullptr) + *OutTokens = std::move(Parms.OutTokens); + + if (OutSwitches != nullptr) + *OutSwitches = std::move(Parms.OutSwitches); + + if (OutParams != nullptr) + *OutParams = std::move(Parms.OutParams); +} + + +// Function Engine.KismetSystemLibrary.ParseParam +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InParam (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::ParseParam(const class FString& inString, const class FString& InParam) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ParseParam"); + + Params::KismetSystemLibrary_ParseParam Parms{}; + + Parms.inString = std::move(inString); + Parms.InParam = std::move(InParam); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.ParseParamValue +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InParam (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutValue (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::ParseParamValue(const class FString& inString, const class FString& InParam, class FString* OutValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ParseParamValue"); + + Params::KismetSystemLibrary_ParseParamValue Parms{}; + + Parms.inString = std::move(inString); + Parms.InParam = std::move(InParam); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutValue != nullptr) + *OutValue = std::move(Parms.OutValue); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.PrintString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPrintToScreen (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPrintToLog (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TextColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::PrintString(const class UObject* WorldContextObject, const class FString& inString, bool bPrintToScreen, bool bPrintToLog, const struct FLinearColor& TextColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "PrintString"); + + Params::KismetSystemLibrary_PrintString Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.inString = std::move(inString); + Parms.bPrintToScreen = bPrintToScreen; + Parms.bPrintToLog = bPrintToLog; + Parms.TextColor = std::move(TextColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.PrintText +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FText& InText (ConstParm, Parm, NativeAccessSpecifierPublic) +// bool bPrintToScreen (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPrintToLog (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TextColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::PrintText(const class UObject* WorldContextObject, const class FText& InText, bool bPrintToScreen, bool bPrintToLog, const struct FLinearColor& TextColor, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "PrintText"); + + Params::KismetSystemLibrary_PrintText Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InText = std::move(InText); + Parms.bPrintToScreen = bPrintToScreen; + Parms.bPrintToLog = bPrintToLog; + Parms.TextColor = std::move(TextColor); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.PrintWarning +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::PrintWarning(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "PrintWarning"); + + Params::KismetSystemLibrary_PrintWarning Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.QuitGame +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class APlayerController* SpecificPlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EQuitPreference QuitPreference (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIgnorePlatformRestrictions (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::QuitGame(const class UObject* WorldContextObject, class APlayerController* SpecificPlayer, EQuitPreference QuitPreference, bool bIgnorePlatformRestrictions) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "QuitGame"); + + Params::KismetSystemLibrary_QuitGame Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SpecificPlayer = SpecificPlayer; + Parms.QuitPreference = QuitPreference; + Parms.bIgnorePlatformRestrictions = bIgnorePlatformRestrictions; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.RegisterForRemoteNotifications +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::RegisterForRemoteNotifications() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "RegisterForRemoteNotifications"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ResetGamepadAssignments +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::ResetGamepadAssignments() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ResetGamepadAssignments"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ResetGamepadAssignmentToController +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 ControllerId (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ResetGamepadAssignmentToController(int32 ControllerId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ResetGamepadAssignmentToController"); + + Params::KismetSystemLibrary_ResetGamepadAssignmentToController Parms{}; + + Parms.ControllerId = ControllerId; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.RetriggerableDelay +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLatentActionInfo& LatentInfo (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::RetriggerableDelay(const class UObject* WorldContextObject, float Duration, const struct FLatentActionInfo& LatentInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "RetriggerableDelay"); + + Params::KismetSystemLibrary_RetriggerableDelay Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Duration = Duration; + Parms.LatentInfo = std::move(LatentInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetBoolPropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetBoolPropertyByName(class UObject* Object, class FName PropertyName, bool Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetBoolPropertyByName"); + + Params::KismetSystemLibrary_SetBoolPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetBytePropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetBytePropertyByName(class UObject* Object, class FName PropertyName, uint8 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetBytePropertyByName"); + + Params::KismetSystemLibrary_SetBytePropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetClassPropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetClassPropertyByName(class UObject* Object, class FName PropertyName, TSubclassOf Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetClassPropertyByName"); + + Params::KismetSystemLibrary_SetClassPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetCollisionProfileNameProperty +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FCollisionProfileName& Value (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetCollisionProfileNameProperty(class UObject* Object, class FName PropertyName, const struct FCollisionProfileName& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetCollisionProfileNameProperty"); + + Params::KismetSystemLibrary_SetCollisionProfileNameProperty Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetColorPropertyByName +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FColor& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetColorPropertyByName(class UObject* Object, class FName PropertyName, const struct FColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetColorPropertyByName"); + + Params::KismetSystemLibrary_SetColorPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetFieldPathPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TFieldPath& Value (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetFieldPathPropertyByName(class UObject* Object, class FName PropertyName, const TFieldPath& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetFieldPathPropertyByName"); + + Params::KismetSystemLibrary_SetFieldPathPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetFloatPropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetFloatPropertyByName(class UObject* Object, class FName PropertyName, float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetFloatPropertyByName"); + + Params::KismetSystemLibrary_SetFloatPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetGamepadsBlockDeviceFeedback +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool bBlock (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetGamepadsBlockDeviceFeedback(bool bBlock) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetGamepadsBlockDeviceFeedback"); + + Params::KismetSystemLibrary_SetGamepadsBlockDeviceFeedback Parms{}; + + Parms.bBlock = bBlock; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetInt64PropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetInt64PropertyByName(class UObject* Object, class FName PropertyName, int64 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetInt64PropertyByName"); + + Params::KismetSystemLibrary_SetInt64PropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetInterfacePropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TScriptInterface&Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetInterfacePropertyByName(class UObject* Object, class FName PropertyName, const TScriptInterface& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetInterfacePropertyByName"); + + Params::KismetSystemLibrary_SetInterfacePropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetIntPropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetIntPropertyByName(class UObject* Object, class FName PropertyName, int32 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetIntPropertyByName"); + + Params::KismetSystemLibrary_SetIntPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetLinearColorPropertyByName +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetLinearColorPropertyByName(class UObject* Object, class FName PropertyName, const struct FLinearColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetLinearColorPropertyByName"); + + Params::KismetSystemLibrary_SetLinearColorPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetNamePropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FName& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetNamePropertyByName(class UObject* Object, class FName PropertyName, const class FName& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetNamePropertyByName"); + + Params::KismetSystemLibrary_SetNamePropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetObjectPropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetObjectPropertyByName(class UObject* Object, class FName PropertyName, class UObject* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetObjectPropertyByName"); + + Params::KismetSystemLibrary_SetObjectPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetRotatorPropertyByName +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetRotatorPropertyByName(class UObject* Object, class FName PropertyName, const struct FRotator& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetRotatorPropertyByName"); + + Params::KismetSystemLibrary_SetRotatorPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetSoftClassPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftClassPtr& Value (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetSoftClassPropertyByName(class UObject* Object, class FName PropertyName, const TSoftClassPtr& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetSoftClassPropertyByName"); + + Params::KismetSystemLibrary_SetSoftClassPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetSoftObjectPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TSoftObjectPtr& Value (ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetSoftObjectPropertyByName(class UObject* Object, class FName PropertyName, const TSoftObjectPtr& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetSoftObjectPropertyByName"); + + Params::KismetSystemLibrary_SetSoftObjectPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetStringPropertyByName +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Value (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetStringPropertyByName(class UObject* Object, class FName PropertyName, const class FString& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetStringPropertyByName"); + + Params::KismetSystemLibrary_SetStringPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetStructurePropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FGenericStruct& Value (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetStructurePropertyByName(class UObject* Object, class FName PropertyName, const struct FGenericStruct& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetStructurePropertyByName"); + + Params::KismetSystemLibrary_SetStructurePropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetSuppressViewportTransitionMessage +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bState (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetSuppressViewportTransitionMessage(const class UObject* WorldContextObject, bool bState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetSuppressViewportTransitionMessage"); + + Params::KismetSystemLibrary_SetSuppressViewportTransitionMessage Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.bState = bState; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetTextPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FText& Value (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetTextPropertyByName(class UObject* Object, class FName PropertyName, const class FText& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetTextPropertyByName"); + + Params::KismetSystemLibrary_SetTextPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetTransformPropertyByName +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& Value (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetTransformPropertyByName(class UObject* Object, class FName PropertyName, const struct FTransform& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetTransformPropertyByName"); + + Params::KismetSystemLibrary_SetTransformPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetUserActivity +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FUserActivity& UserActivity (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetUserActivity(const struct FUserActivity& UserActivity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetUserActivity"); + + Params::KismetSystemLibrary_SetUserActivity Parms{}; + + Parms.UserActivity = std::move(UserActivity); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetVectorPropertyByName +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetVectorPropertyByName(class UObject* Object, class FName PropertyName, const struct FVector& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetVectorPropertyByName"); + + Params::KismetSystemLibrary_SetVectorPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetVolumeButtonsHandledBySystem +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool bEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetVolumeButtonsHandledBySystem(bool bEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetVolumeButtonsHandledBySystem"); + + Params::KismetSystemLibrary_SetVolumeButtonsHandledBySystem Parms{}; + + Parms.bEnabled = bEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SetWindowTitle +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FText& Title (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SetWindowTitle(const class FText& Title) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SetWindowTitle"); + + Params::KismetSystemLibrary_SetWindowTitle Parms{}; + + Parms.Title = std::move(Title); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ShowAdBanner +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// int32 AdIdIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowOnBottomOfScreen (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ShowAdBanner(int32 AdIdIndex, bool bShowOnBottomOfScreen) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ShowAdBanner"); + + Params::KismetSystemLibrary_ShowAdBanner Parms{}; + + Parms.AdIdIndex = AdIdIndex; + Parms.bShowOnBottomOfScreen = bShowOnBottomOfScreen; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ShowInterstitialAd +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::ShowInterstitialAd() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ShowInterstitialAd"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ShowPlatformSpecificAchievementsScreen +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class APlayerController* SpecificPlayer (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ShowPlatformSpecificAchievementsScreen(const class APlayerController* SpecificPlayer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ShowPlatformSpecificAchievementsScreen"); + + Params::KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen Parms{}; + + Parms.SpecificPlayer = SpecificPlayer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.ShowPlatformSpecificLeaderboardScreen +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& CategoryName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::ShowPlatformSpecificLeaderboardScreen(const class FString& CategoryName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "ShowPlatformSpecificLeaderboardScreen"); + + Params::KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen Parms{}; + + Parms.CategoryName = std::move(CategoryName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SnapshotObject +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::SnapshotObject(class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SnapshotObject"); + + Params::KismetSystemLibrary_SnapshotObject Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.SphereOverlapActors +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SpherePos (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SphereRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ActorClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutActors (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereOverlapActors(const class UObject* WorldContextObject, const struct FVector& SpherePos, float SphereRadius, const TArray& ObjectTypes, class UClass* ActorClassFilter, const TArray& ActorsToIgnore, TArray* OutActors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereOverlapActors"); + + Params::KismetSystemLibrary_SphereOverlapActors Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SpherePos = std::move(SpherePos); + Parms.SphereRadius = SphereRadius; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ActorClassFilter = ActorClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutActors != nullptr) + *OutActors = std::move(Parms.OutActors); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereOverlapComponents +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SpherePos (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SphereRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UClass* ComponentClassFilter (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TArray* OutComponents (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereOverlapComponents(const class UObject* WorldContextObject, const struct FVector& SpherePos, float SphereRadius, const TArray& ObjectTypes, class UClass* ComponentClassFilter, const TArray& ActorsToIgnore, TArray* OutComponents) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereOverlapComponents"); + + Params::KismetSystemLibrary_SphereOverlapComponents Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SpherePos = std::move(SpherePos); + Parms.SphereRadius = SphereRadius; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.ComponentClassFilter = ComponentClassFilter; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutComponents != nullptr) + *OutComponents = std::move(Parms.OutComponents); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereTraceMulti +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereTraceMulti(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereTraceMulti"); + + Params::KismetSystemLibrary_SphereTraceMulti Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereTraceMultiByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereTraceMultiByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereTraceMultiByProfile"); + + Params::KismetSystemLibrary_SphereTraceMultiByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereTraceMultiForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* OutHits (Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereTraceMultiForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, TArray* OutHits, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereTraceMultiForObjects"); + + Params::KismetSystemLibrary_SphereTraceMultiForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHits != nullptr) + *OutHits = std::move(Parms.OutHits); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereTraceSingle +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETraceTypeQuery TraceChannel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereTraceSingle(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, ETraceTypeQuery TraceChannel, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereTraceSingle"); + + Params::KismetSystemLibrary_SphereTraceSingle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.TraceChannel = TraceChannel; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereTraceSingleByProfile +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereTraceSingleByProfile(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, class FName ProfileName, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereTraceSingleByProfile"); + + Params::KismetSystemLibrary_SphereTraceSingleByProfile Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.ProfileName = ProfileName; + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.SphereTraceSingleForObjects +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Start (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& End (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ObjectTypes (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bTraceComplex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& ActorsToIgnore (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// EDrawDebugTrace DrawDebugType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FHitResult* OutHit (Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +// bool bIgnoreSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& TraceHitColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DrawTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetSystemLibrary::SphereTraceSingleForObjects(const class UObject* WorldContextObject, const struct FVector& Start, const struct FVector& End, float Radius, const TArray& ObjectTypes, bool bTraceComplex, const TArray& ActorsToIgnore, EDrawDebugTrace DrawDebugType, struct FHitResult* OutHit, bool bIgnoreSelf, const struct FLinearColor& TraceColor, const struct FLinearColor& TraceHitColor, float DrawTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "SphereTraceSingleForObjects"); + + Params::KismetSystemLibrary_SphereTraceSingleForObjects Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Start = std::move(Start); + Parms.End = std::move(End); + Parms.Radius = Radius; + Parms.ObjectTypes = std::move(ObjectTypes); + Parms.bTraceComplex = bTraceComplex; + Parms.ActorsToIgnore = std::move(ActorsToIgnore); + Parms.DrawDebugType = DrawDebugType; + Parms.bIgnoreSelf = bIgnoreSelf; + Parms.TraceColor = std::move(TraceColor); + Parms.TraceHitColor = std::move(TraceHitColor); + Parms.DrawTime = DrawTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutHit != nullptr) + *OutHit = std::move(Parms.OutHit); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetSystemLibrary.StackTrace +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::StackTrace() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "StackTrace"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.TransactObject +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::TransactObject(class UObject* Object) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "TransactObject"); + + Params::KismetSystemLibrary_TransactObject Parms{}; + + Parms.Object = Object; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.UnloadPrimaryAsset +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FPrimaryAssetId& PrimaryAssetId (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::UnloadPrimaryAsset(const struct FPrimaryAssetId& PrimaryAssetId) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "UnloadPrimaryAsset"); + + Params::KismetSystemLibrary_UnloadPrimaryAsset Parms{}; + + Parms.PrimaryAssetId = std::move(PrimaryAssetId); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.UnloadPrimaryAssetList +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& PrimaryAssetIdList (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetSystemLibrary::UnloadPrimaryAssetList(const TArray& PrimaryAssetIdList) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "UnloadPrimaryAssetList"); + + Params::KismetSystemLibrary_UnloadPrimaryAssetList Parms{}; + + Parms.PrimaryAssetIdList = std::move(PrimaryAssetIdList); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetSystemLibrary.UnregisterForRemoteNotifications +// (Final, Native, Static, Public, BlueprintCallable) + +void UKismetSystemLibrary::UnregisterForRemoteNotifications() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetSystemLibrary", "UnregisterForRemoteNotifications"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Add +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& NewItem (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetArrayLibrary::Array_Add(const TArray& TargetArray, const int32& NewItem) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Add"); + + Params::KismetArrayLibrary_Array_Add Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.NewItem = NewItem; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_AddUnique +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& NewItem (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetArrayLibrary::Array_AddUnique(const TArray& TargetArray, const int32& NewItem) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_AddUnique"); + + Params::KismetArrayLibrary_Array_AddUnique Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.NewItem = NewItem; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Append +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& SourceArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Append(const TArray& TargetArray, const TArray& SourceArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Append"); + + Params::KismetArrayLibrary_Array_Append Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.SourceArray = std::move(SourceArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Clear +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Clear(const TArray& TargetArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Clear"); + + Params::KismetArrayLibrary_Array_Clear Parms{}; + + Parms.TargetArray = std::move(TargetArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Contains +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& ItemToFind (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetArrayLibrary::Array_Contains(const TArray& TargetArray, const int32& ItemToFind) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Contains"); + + Params::KismetArrayLibrary_Array_Contains Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.ItemToFind = ItemToFind; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Find +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& ItemToFind (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetArrayLibrary::Array_Find(const TArray& TargetArray, const int32& ItemToFind) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Find"); + + Params::KismetArrayLibrary_Array_Find Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.ItemToFind = ItemToFind; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Get +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Item (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Get(const TArray& TargetArray, int32 Index_0, int32* Item) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Get"); + + Params::KismetArrayLibrary_Array_Get Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Item != nullptr) + *Item = Parms.Item; +} + + +// Function Engine.KismetArrayLibrary.Array_Identical +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& ArrayA (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TArray& ArrayB (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetArrayLibrary::Array_Identical(const TArray& ArrayA, const TArray& ArrayB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Identical"); + + Params::KismetArrayLibrary_Array_Identical Parms{}; + + Parms.ArrayA = std::move(ArrayA); + Parms.ArrayB = std::move(ArrayB); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Insert +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& NewItem (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Insert(const TArray& TargetArray, const int32& NewItem, int32 Index_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Insert"); + + Params::KismetArrayLibrary_Array_Insert Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.NewItem = NewItem; + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_IsValidIndex +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 IndexToTest (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetArrayLibrary::Array_IsValidIndex(const TArray& TargetArray, int32 IndexToTest) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_IsValidIndex"); + + Params::KismetArrayLibrary_Array_IsValidIndex Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.IndexToTest = IndexToTest; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_LastIndex +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetArrayLibrary::Array_LastIndex(const TArray& TargetArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_LastIndex"); + + Params::KismetArrayLibrary_Array_LastIndex Parms{}; + + Parms.TargetArray = std::move(TargetArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Length +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetArrayLibrary::Array_Length(const TArray& TargetArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Length"); + + Params::KismetArrayLibrary_Array_Length Parms{}; + + Parms.TargetArray = std::move(TargetArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Random +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* OutItem (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* OutIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Random(const TArray& TargetArray, int32* OutItem, int32* OutIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Random"); + + Params::KismetArrayLibrary_Array_Random Parms{}; + + Parms.TargetArray = std::move(TargetArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutItem != nullptr) + *OutItem = Parms.OutItem; + + if (OutIndex != nullptr) + *OutIndex = Parms.OutIndex; +} + + +// Function Engine.KismetArrayLibrary.Array_RandomFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// struct FRandomStream& RandomStream (Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// int32* OutItem (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* OutIndex (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_RandomFromStream(const TArray& TargetArray, struct FRandomStream& RandomStream, int32* OutItem, int32* OutIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_RandomFromStream"); + + Params::KismetArrayLibrary_Array_RandomFromStream Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.RandomStream = std::move(RandomStream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + RandomStream = std::move(Parms.RandomStream); + + if (OutItem != nullptr) + *OutItem = Parms.OutItem; + + if (OutIndex != nullptr) + *OutIndex = Parms.OutIndex; +} + + +// Function Engine.KismetArrayLibrary.Array_Remove +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 IndexToRemove (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Remove(const TArray& TargetArray, int32 IndexToRemove) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Remove"); + + Params::KismetArrayLibrary_Array_Remove Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.IndexToRemove = IndexToRemove; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_RemoveItem +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const int32& Item (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetArrayLibrary::Array_RemoveItem(const TArray& TargetArray, const int32& Item) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_RemoveItem"); + + Params::KismetArrayLibrary_Array_RemoveItem Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.Item = Item; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetArrayLibrary.Array_Resize +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 Size (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Resize(const TArray& TargetArray, int32 Size) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Resize"); + + Params::KismetArrayLibrary_Array_Resize Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.Size = Size; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Reverse +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Reverse(const TArray& TargetArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Reverse"); + + Params::KismetArrayLibrary_Array_Reverse Parms{}; + + Parms.TargetArray = std::move(TargetArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Set +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const int32& Item (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSizeToFit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Set(const TArray& TargetArray, int32 Index_0, const int32& Item, bool bSizeToFit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Set"); + + Params::KismetArrayLibrary_Array_Set Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.Index_0 = Index_0; + Parms.Item = Item; + Parms.bSizeToFit = bSizeToFit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Shuffle +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Shuffle(const TArray& TargetArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Shuffle"); + + Params::KismetArrayLibrary_Array_Shuffle Parms{}; + + Parms.TargetArray = std::move(TargetArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.Array_Swap +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32 FirstIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SecondIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::Array_Swap(const TArray& TargetArray, int32 FirstIndex, int32 SecondIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "Array_Swap"); + + Params::KismetArrayLibrary_Array_Swap Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.FirstIndex = FirstIndex; + Parms.SecondIndex = SecondIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetArrayLibrary.FilterArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& TargetArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// TSubclassOf FilterClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* FilteredArray (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::FilterArray(const TArray& TargetArray, TSubclassOf FilterClass, TArray* FilteredArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "FilterArray"); + + Params::KismetArrayLibrary_FilterArray Parms{}; + + Parms.TargetArray = std::move(TargetArray); + Parms.FilterClass = FilterClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (FilteredArray != nullptr) + *FilteredArray = std::move(Parms.FilteredArray); +} + + +// Function Engine.KismetArrayLibrary.SetArrayPropertyByName +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& Value (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UKismetArrayLibrary::SetArrayPropertyByName(class UObject* Object, class FName PropertyName, const TArray& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetArrayLibrary", "SetArrayPropertyByName"); + + Params::KismetArrayLibrary_SetArrayPropertyByName Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PawnNoiseEmitterComponent.MakeNoise +// (BlueprintAuthorityOnly, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class AActor* NoiseMaker (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Loudness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NoiseLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPawnNoiseEmitterComponent::MakeNoise(class AActor* NoiseMaker, float Loudness, const struct FVector& NoiseLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PawnNoiseEmitterComponent", "MakeNoise"); + + Params::PawnNoiseEmitterComponent_MakeNoise Parms{}; + + Parms.NoiseMaker = NoiseMaker; + Parms.Loudness = Loudness; + Parms.NoiseLocation = std::move(NoiseLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.AddEnvelopeFollowerDelegate +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TDelegate& Envelope)>&OnSubmixEnvelopeBP (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void USoundSubmix::AddEnvelopeFollowerDelegate(const class UObject* WorldContextObject, const TDelegate& Envelope)>& OnSubmixEnvelopeBP) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "AddEnvelopeFollowerDelegate"); + + Params::SoundSubmix_AddEnvelopeFollowerDelegate Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.OnSubmixEnvelopeBP = OnSubmixEnvelopeBP; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.AddSpectralAnalysisDelegate +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray&InBandSettings (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const TDelegate& Magnitude)>&OnSubmixSpectralAnalysisBP (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// float UpdateRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DecibelNoiseFloor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDoNormalize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDoAutoRange (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AutoRangeAttackTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AutoRangeReleaseTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::AddSpectralAnalysisDelegate(const class UObject* WorldContextObject, const TArray& InBandSettings, const TDelegate& Magnitude)>& OnSubmixSpectralAnalysisBP, float UpdateRate, float DecibelNoiseFloor, bool bDoNormalize, bool bDoAutoRange, float AutoRangeAttackTime, float AutoRangeReleaseTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "AddSpectralAnalysisDelegate"); + + Params::SoundSubmix_AddSpectralAnalysisDelegate Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InBandSettings = std::move(InBandSettings); + Parms.OnSubmixSpectralAnalysisBP = OnSubmixSpectralAnalysisBP; + Parms.UpdateRate = UpdateRate; + Parms.DecibelNoiseFloor = DecibelNoiseFloor; + Parms.bDoNormalize = bDoNormalize; + Parms.bDoAutoRange = bDoAutoRange; + Parms.AutoRangeAttackTime = AutoRangeAttackTime; + Parms.AutoRangeReleaseTime = AutoRangeReleaseTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.RemoveSpectralAnalysisDelegate +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TDelegate& Magnitude)>&OnSubmixSpectralAnalysisBP (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void USoundSubmix::RemoveSpectralAnalysisDelegate(const class UObject* WorldContextObject, const TDelegate& Magnitude)>& OnSubmixSpectralAnalysisBP) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "RemoveSpectralAnalysisDelegate"); + + Params::SoundSubmix_RemoveSpectralAnalysisDelegate Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.OnSubmixSpectralAnalysisBP = OnSubmixSpectralAnalysisBP; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.SetSubmixOutputVolume +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InOutputVolume (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::SetSubmixOutputVolume(const class UObject* WorldContextObject, float InOutputVolume) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "SetSubmixOutputVolume"); + + Params::SoundSubmix_SetSubmixOutputVolume Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InOutputVolume = InOutputVolume; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.StartEnvelopeFollowing +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::StartEnvelopeFollowing(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "StartEnvelopeFollowing"); + + Params::SoundSubmix_StartEnvelopeFollowing Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.StartRecordingOutput +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ExpectedDuration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::StartRecordingOutput(const class UObject* WorldContextObject, float ExpectedDuration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "StartRecordingOutput"); + + Params::SoundSubmix_StartRecordingOutput Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ExpectedDuration = ExpectedDuration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.StartSpectralAnalysis +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EFFTSize FFTSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EFFTPeakInterpolationMethod InterpolationMethod (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EFFTWindowType WindowType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float HopSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAudioSpectrumType SpectrumType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::StartSpectralAnalysis(const class UObject* WorldContextObject, EFFTSize FFTSize, EFFTPeakInterpolationMethod InterpolationMethod, EFFTWindowType WindowType, float HopSize, EAudioSpectrumType SpectrumType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "StartSpectralAnalysis"); + + Params::SoundSubmix_StartSpectralAnalysis Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.FFTSize = FFTSize; + Parms.InterpolationMethod = InterpolationMethod; + Parms.WindowType = WindowType; + Parms.HopSize = HopSize; + Parms.SpectrumType = SpectrumType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.StopEnvelopeFollowing +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::StopEnvelopeFollowing(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "StopEnvelopeFollowing"); + + Params::SoundSubmix_StopEnvelopeFollowing Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.StopRecordingOutput +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAudioRecordingExportType ExportType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Name_0 (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Path (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class USoundWave* ExistingSoundWaveToOverwrite (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::StopRecordingOutput(const class UObject* WorldContextObject, EAudioRecordingExportType ExportType, const class FString& Name_0, const class FString& Path, class USoundWave* ExistingSoundWaveToOverwrite) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "StopRecordingOutput"); + + Params::SoundSubmix_StopRecordingOutput Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.ExportType = ExportType; + Parms.Name_0 = std::move(Name_0); + Parms.Path = std::move(Path); + Parms.ExistingSoundWaveToOverwrite = ExistingSoundWaveToOverwrite; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SoundSubmix.StopSpectralAnalysis +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class UObject* WorldContextObject (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USoundSubmix::StopSpectralAnalysis(const class UObject* WorldContextObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SoundSubmix", "StopSpectralAnalysis"); + + Params::SoundSubmix_StopSpectralAnalysis Parms{}; + + Parms.WorldContextObject = WorldContextObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetStringLibrary.BuildString_Bool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Bool(const class FString& AppendTo, const class FString& Prefix, bool InBool, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Bool"); + + Params::KismetStringLibrary_BuildString_Bool Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InBool = InBool; + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Color +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Color(const class FString& AppendTo, const class FString& Prefix, const struct FLinearColor& InColor, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Color"); + + Params::KismetStringLibrary_BuildString_Color Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InColor = std::move(InColor); + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Float +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InFloat (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Float(const class FString& AppendTo, const class FString& Prefix, float InFloat, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Float"); + + Params::KismetStringLibrary_BuildString_Float Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InFloat = InFloat; + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Int +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Int(const class FString& AppendTo, const class FString& Prefix, int32 inInt, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Int"); + + Params::KismetStringLibrary_BuildString_Int Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.inInt = inInt; + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_IntVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntVector& InIntVector (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_IntVector(const class FString& AppendTo, const class FString& Prefix, const struct FIntVector& InIntVector, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_IntVector"); + + Params::KismetStringLibrary_BuildString_IntVector Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InIntVector = std::move(InIntVector); + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Name +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Name(const class FString& AppendTo, const class FString& Prefix, class FName InName, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Name"); + + Params::KismetStringLibrary_BuildString_Name Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InName = InName; + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Object +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* InObj (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Object(const class FString& AppendTo, const class FString& Prefix, class UObject* InObj, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Object"); + + Params::KismetStringLibrary_BuildString_Object Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InObj = InObj; + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Rotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Rotator(const class FString& AppendTo, const class FString& Prefix, const struct FRotator& InRot, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Rotator"); + + Params::KismetStringLibrary_BuildString_Rotator Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InRot = std::move(InRot); + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Vector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InVector (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Vector(const class FString& AppendTo, const class FString& Prefix, const struct FVector& InVector, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Vector"); + + Params::KismetStringLibrary_BuildString_Vector Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InVector = std::move(InVector); + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.BuildString_Vector2d +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& AppendTo (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Prefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& InVector2D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Suffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::BuildString_Vector2d(const class FString& AppendTo, const class FString& Prefix, const struct FVector2D& InVector2D, const class FString& Suffix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "BuildString_Vector2d"); + + Params::KismetStringLibrary_BuildString_Vector2d Parms{}; + + Parms.AppendTo = std::move(AppendTo); + Parms.Prefix = std::move(Prefix); + Parms.InVector2D = std::move(InVector2D); + Parms.Suffix = std::move(Suffix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Concat_StrStr +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& A (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& B (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Concat_StrStr(const class FString& A, const class FString& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Concat_StrStr"); + + Params::KismetStringLibrary_Concat_StrStr Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Contains +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SearchIn (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Substring (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSearchFromEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::Contains(const class FString& SearchIn, const class FString& Substring, bool bUseCase, bool bSearchFromEnd) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Contains"); + + Params::KismetStringLibrary_Contains Parms{}; + + Parms.SearchIn = std::move(SearchIn); + Parms.Substring = std::move(Substring); + Parms.bUseCase = bUseCase; + Parms.bSearchFromEnd = bSearchFromEnd; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_BoolToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_BoolToString(bool InBool) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_BoolToString"); + + Params::KismetStringLibrary_Conv_BoolToString Parms{}; + + Parms.InBool = InBool; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_ByteToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 InByte (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_ByteToString(uint8 InByte) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_ByteToString"); + + Params::KismetStringLibrary_Conv_ByteToString Parms{}; + + Parms.InByte = InByte; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_ColorToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_ColorToString(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_ColorToString"); + + Params::KismetStringLibrary_Conv_ColorToString Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_FloatToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float InFloat (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_FloatToString(float InFloat) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_FloatToString"); + + Params::KismetStringLibrary_Conv_FloatToString Parms{}; + + Parms.InFloat = InFloat; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_IntPointToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& InIntPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_IntPointToString(const struct FIntPoint& InIntPoint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_IntPointToString"); + + Params::KismetStringLibrary_Conv_IntPointToString Parms{}; + + Parms.InIntPoint = std::move(InIntPoint); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_IntToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_IntToString(int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_IntToString"); + + Params::KismetStringLibrary_Conv_IntToString Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_IntVectorToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntVector& InIntVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_IntVectorToString(const struct FIntVector& InIntVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_IntVectorToString"); + + Params::KismetStringLibrary_Conv_IntVectorToString Parms{}; + + Parms.InIntVec = std::move(InIntVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_MatrixToString +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& InMatrix (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_MatrixToString(const struct FMatrix& InMatrix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_MatrixToString"); + + Params::KismetStringLibrary_Conv_MatrixToString Parms{}; + + Parms.InMatrix = std::move(InMatrix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_NameToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_NameToString(class FName InName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_NameToString"); + + Params::KismetStringLibrary_Conv_NameToString Parms{}; + + Parms.InName = InName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_ObjectToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* InObj (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_ObjectToString(class UObject* InObj) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_ObjectToString"); + + Params::KismetStringLibrary_Conv_ObjectToString Parms{}; + + Parms.InObj = InObj; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_RotatorToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_RotatorToString(const struct FRotator& InRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_RotatorToString"); + + Params::KismetStringLibrary_Conv_RotatorToString Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToColor +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor* OutConvertedColor (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* OutIsValid (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetStringLibrary::Conv_StringToColor(const class FString& inString, struct FLinearColor* OutConvertedColor, bool* OutIsValid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToColor"); + + Params::KismetStringLibrary_Conv_StringToColor Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutConvertedColor != nullptr) + *OutConvertedColor = std::move(Parms.OutConvertedColor); + + if (OutIsValid != nullptr) + *OutIsValid = Parms.OutIsValid; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetStringLibrary::Conv_StringToFloat(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToFloat"); + + Params::KismetStringLibrary_Conv_StringToFloat Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetStringLibrary::Conv_StringToInt(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToInt"); + + Params::KismetStringLibrary_Conv_StringToInt Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UKismetStringLibrary::Conv_StringToName(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToName"); + + Params::KismetStringLibrary_Conv_StringToName Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToRotator +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* OutConvertedRotator (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool* OutIsValid (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetStringLibrary::Conv_StringToRotator(const class FString& inString, struct FRotator* OutConvertedRotator, bool* OutIsValid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToRotator"); + + Params::KismetStringLibrary_Conv_StringToRotator Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutConvertedRotator != nullptr) + *OutConvertedRotator = std::move(Parms.OutConvertedRotator); + + if (OutIsValid != nullptr) + *OutIsValid = Parms.OutIsValid; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutConvertedVector (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* OutIsValid (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetStringLibrary::Conv_StringToVector(const class FString& inString, struct FVector* OutConvertedVector, bool* OutIsValid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToVector"); + + Params::KismetStringLibrary_Conv_StringToVector Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutConvertedVector != nullptr) + *OutConvertedVector = std::move(Parms.OutConvertedVector); + + if (OutIsValid != nullptr) + *OutIsValid = Parms.OutIsValid; +} + + +// Function Engine.KismetStringLibrary.Conv_StringToVector2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* OutConvertedVector2D (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* OutIsValid (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetStringLibrary::Conv_StringToVector2D(const class FString& inString, struct FVector2D* OutConvertedVector2D, bool* OutIsValid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_StringToVector2D"); + + Params::KismetStringLibrary_Conv_StringToVector2D Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutConvertedVector2D != nullptr) + *OutConvertedVector2D = std::move(Parms.OutConvertedVector2D); + + if (OutIsValid != nullptr) + *OutIsValid = Parms.OutIsValid; +} + + +// Function Engine.KismetStringLibrary.Conv_TransformToString +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& InTrans (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_TransformToString(const struct FTransform& InTrans) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_TransformToString"); + + Params::KismetStringLibrary_Conv_TransformToString Parms{}; + + Parms.InTrans = std::move(InTrans); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_Vector2dToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_Vector2dToString(const struct FVector2D& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_Vector2dToString"); + + Params::KismetStringLibrary_Conv_Vector2dToString Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Conv_VectorToString +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Conv_VectorToString(const struct FVector& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Conv_VectorToString"); + + Params::KismetStringLibrary_Conv_VectorToString Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.CullArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray* inArray (Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetStringLibrary::CullArray(const class FString& SourceString, TArray* inArray) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "CullArray"); + + Params::KismetStringLibrary_CullArray Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (inArray != nullptr) + *inArray = std::move(Parms.inArray); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.EndsWith +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InSuffix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchCase SearchCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::EndsWith(const class FString& SourceString, const class FString& InSuffix, ESearchCase SearchCase) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "EndsWith"); + + Params::KismetStringLibrary_EndsWith Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.InSuffix = std::move(InSuffix); + Parms.SearchCase = SearchCase; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.EqualEqual_StriStri +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& A (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& B (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::EqualEqual_StriStri(const class FString& A, const class FString& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "EqualEqual_StriStri"); + + Params::KismetStringLibrary_EqualEqual_StriStri Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.EqualEqual_StrStr +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& A (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& B (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::EqualEqual_StrStr(const class FString& A, const class FString& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "EqualEqual_StrStr"); + + Params::KismetStringLibrary_EqualEqual_StrStr Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.FindSubstring +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SearchIn (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Substring (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSearchFromEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StartPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetStringLibrary::FindSubstring(const class FString& SearchIn, const class FString& Substring, bool bUseCase, bool bSearchFromEnd, int32 StartPosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "FindSubstring"); + + Params::KismetStringLibrary_FindSubstring Parms{}; + + Parms.SearchIn = std::move(SearchIn); + Parms.Substring = std::move(Substring); + Parms.bUseCase = bUseCase; + Parms.bSearchFromEnd = bSearchFromEnd; + Parms.StartPosition = StartPosition; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.GetCharacterArrayFromString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetStringLibrary::GetCharacterArrayFromString(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "GetCharacterArrayFromString"); + + Params::KismetStringLibrary_GetCharacterArrayFromString Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.GetCharacterAsNumber +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Index_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetStringLibrary::GetCharacterAsNumber(const class FString& SourceString, int32 Index_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "GetCharacterAsNumber"); + + Params::KismetStringLibrary_GetCharacterAsNumber Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Index_0 = Index_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.GetSubstring +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 StartIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Length (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::GetSubstring(const class FString& SourceString, int32 StartIndex, int32 Length) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "GetSubstring"); + + Params::KismetStringLibrary_GetSubstring Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.StartIndex = StartIndex; + Parms.Length = Length; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.IsEmpty +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::IsEmpty(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "IsEmpty"); + + Params::KismetStringLibrary_IsEmpty Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.IsNumeric +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::IsNumeric(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "IsNumeric"); + + Params::KismetStringLibrary_IsNumeric Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.JoinStringArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& SourceArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const class FString& Separator (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::JoinStringArray(const TArray& SourceArray, const class FString& Separator) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "JoinStringArray"); + + Params::KismetStringLibrary_JoinStringArray Parms{}; + + Parms.SourceArray = std::move(SourceArray); + Parms.Separator = std::move(Separator); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Left +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Count (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Left(const class FString& SourceString, int32 Count) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Left"); + + Params::KismetStringLibrary_Left Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Count = Count; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.LeftChop +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Count (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::LeftChop(const class FString& SourceString, int32 Count) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "LeftChop"); + + Params::KismetStringLibrary_LeftChop Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Count = Count; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.LeftPad +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ChCount (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::LeftPad(const class FString& SourceString, int32 ChCount) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "LeftPad"); + + Params::KismetStringLibrary_LeftPad Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.ChCount = ChCount; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Len +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& S (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetStringLibrary::Len(const class FString& S) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Len"); + + Params::KismetStringLibrary_Len Parms{}; + + Parms.S = std::move(S); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.MatchesWildcard +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Wildcard (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchCase SearchCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::MatchesWildcard(const class FString& SourceString, const class FString& Wildcard, ESearchCase SearchCase) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "MatchesWildcard"); + + Params::KismetStringLibrary_MatchesWildcard Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Wildcard = std::move(Wildcard); + Parms.SearchCase = SearchCase; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Mid +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Start (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Count (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Mid(const class FString& SourceString, int32 Start, int32 Count) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Mid"); + + Params::KismetStringLibrary_Mid Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Start = Start; + Parms.Count = Count; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.NotEqual_StriStri +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& A (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& B (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::NotEqual_StriStri(const class FString& A, const class FString& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "NotEqual_StriStri"); + + Params::KismetStringLibrary_NotEqual_StriStri Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.NotEqual_StrStr +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& A (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& B (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::NotEqual_StrStr(const class FString& A, const class FString& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "NotEqual_StrStr"); + + Params::KismetStringLibrary_NotEqual_StrStr Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.ParseIntoArray +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Delimiter (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool CullEmptyStrings (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetStringLibrary::ParseIntoArray(const class FString& SourceString, const class FString& Delimiter, const bool CullEmptyStrings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "ParseIntoArray"); + + Params::KismetStringLibrary_ParseIntoArray Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Delimiter = std::move(Delimiter); + Parms.CullEmptyStrings = CullEmptyStrings; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Replace +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& From (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& To (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchCase SearchCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Replace(const class FString& SourceString, const class FString& From, const class FString& To, ESearchCase SearchCase) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Replace"); + + Params::KismetStringLibrary_Replace Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.From = std::move(From); + Parms.To = std::move(To); + Parms.SearchCase = SearchCase; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.ReplaceInline +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class FString& SourceString (Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& SearchText (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& ReplacementText (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchCase SearchCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetStringLibrary::ReplaceInline(class FString& SourceString, const class FString& SearchText, const class FString& ReplacementText, ESearchCase SearchCase) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "ReplaceInline"); + + Params::KismetStringLibrary_ReplaceInline Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.SearchText = std::move(SearchText); + Parms.ReplacementText = std::move(ReplacementText); + Parms.SearchCase = SearchCase; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + SourceString = std::move(Parms.SourceString); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Reverse +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Reverse(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Reverse"); + + Params::KismetStringLibrary_Reverse Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Right +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Count (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Right(const class FString& SourceString, int32 Count) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Right"); + + Params::KismetStringLibrary_Right Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Count = Count; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.RightChop +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Count (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::RightChop(const class FString& SourceString, int32 Count) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "RightChop"); + + Params::KismetStringLibrary_RightChop Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.Count = Count; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.RightPad +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ChCount (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::RightPad(const class FString& SourceString, int32 ChCount) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "RightPad"); + + Params::KismetStringLibrary_RightPad Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.ChCount = ChCount; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Split +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InStr (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* LeftS (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* RightS (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchCase SearchCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchDir SearchDir (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::Split(const class FString& SourceString, const class FString& InStr, class FString* LeftS, class FString* RightS, ESearchCase SearchCase, ESearchDir SearchDir) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Split"); + + Params::KismetStringLibrary_Split Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.InStr = std::move(InStr); + Parms.SearchCase = SearchCase; + Parms.SearchDir = SearchDir; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (LeftS != nullptr) + *LeftS = std::move(Parms.LeftS); + + if (RightS != nullptr) + *RightS = std::move(Parms.RightS); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.StartsWith +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InPrefix (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ESearchCase SearchCase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetStringLibrary::StartsWith(const class FString& SourceString, const class FString& InPrefix, ESearchCase SearchCase) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "StartsWith"); + + Params::KismetStringLibrary_StartsWith Parms{}; + + Parms.SourceString = std::move(SourceString); + Parms.InPrefix = std::move(InPrefix); + Parms.SearchCase = SearchCase; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.TimeSecondsToString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float InSeconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::TimeSecondsToString(float InSeconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "TimeSecondsToString"); + + Params::KismetStringLibrary_TimeSecondsToString Parms{}; + + Parms.InSeconds = InSeconds; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.ToLower +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::ToLower(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "ToLower"); + + Params::KismetStringLibrary_ToLower Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.ToUpper +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::ToUpper(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "ToUpper"); + + Params::KismetStringLibrary_ToUpper Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.Trim +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::Trim(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "Trim"); + + Params::KismetStringLibrary_Trim Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetStringLibrary.TrimTrailing +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& SourceString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetStringLibrary::TrimTrailing(const class FString& SourceString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetStringLibrary", "TrimTrailing"); + + Params::KismetStringLibrary_TrimTrailing Parms{}; + + Parms.SourceString = std::move(SourceString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsConstraintComponent.BreakConstraint +// (Final, Native, Public, BlueprintCallable) + +void UPhysicsConstraintComponent::BreakConstraint() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "BreakConstraint"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.GetConstraintForce +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector* OutLinearForce (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutAngularForce (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::GetConstraintForce(struct FVector* OutLinearForce, struct FVector* OutAngularForce) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "GetConstraintForce"); + + Params::PhysicsConstraintComponent_GetConstraintForce Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutLinearForce != nullptr) + *OutLinearForce = std::move(Parms.OutLinearForce); + + if (OutAngularForce != nullptr) + *OutAngularForce = std::move(Parms.OutAngularForce); +} + + +// Function Engine.PhysicsConstraintComponent.IsBroken +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UPhysicsConstraintComponent::IsBroken() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "IsBroken"); + + Params::PhysicsConstraintComponent_IsBroken Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularBreakable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bAngularBreakable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngularBreakThreshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularBreakable(bool bAngularBreakable, float AngularBreakThreshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularBreakable"); + + Params::PhysicsConstraintComponent_SetAngularBreakable Parms{}; + + Parms.bAngularBreakable = bAngularBreakable; + Parms.AngularBreakThreshold = AngularBreakThreshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularDriveMode +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EAngularDriveMode DriveMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularDriveMode(EAngularDriveMode DriveMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularDriveMode"); + + Params::PhysicsConstraintComponent_SetAngularDriveMode Parms{}; + + Parms.DriveMode = DriveMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularDriveParams +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float PositionStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VelocityStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InForceLimit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularDriveParams(float PositionStrength, float VelocityStrength, float InForceLimit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularDriveParams"); + + Params::PhysicsConstraintComponent_SetAngularDriveParams Parms{}; + + Parms.PositionStrength = PositionStrength; + Parms.VelocityStrength = VelocityStrength; + Parms.InForceLimit = InForceLimit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularOrientationDrive +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableSwingDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableTwistDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularOrientationDrive(bool bEnableSwingDrive, bool bEnableTwistDrive) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularOrientationDrive"); + + Params::PhysicsConstraintComponent_SetAngularOrientationDrive Parms{}; + + Parms.bEnableSwingDrive = bEnableSwingDrive; + Parms.bEnableTwistDrive = bEnableTwistDrive; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularOrientationTarget +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& InPosTarget (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularOrientationTarget(const struct FRotator& InPosTarget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularOrientationTarget"); + + Params::PhysicsConstraintComponent_SetAngularOrientationTarget Parms{}; + + Parms.InPosTarget = std::move(InPosTarget); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularPlasticity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bAngularPlasticity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngularPlasticityThreshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularPlasticity(bool bAngularPlasticity, float AngularPlasticityThreshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularPlasticity"); + + Params::PhysicsConstraintComponent_SetAngularPlasticity Parms{}; + + Parms.bAngularPlasticity = bAngularPlasticity; + Parms.AngularPlasticityThreshold = AngularPlasticityThreshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularSwing1Limit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EAngularConstraintMotion MotionType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Swing1LimitAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularSwing1Limit(EAngularConstraintMotion MotionType, float Swing1LimitAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularSwing1Limit"); + + Params::PhysicsConstraintComponent_SetAngularSwing1Limit Parms{}; + + Parms.MotionType = MotionType; + Parms.Swing1LimitAngle = Swing1LimitAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularSwing2Limit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EAngularConstraintMotion MotionType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Swing2LimitAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularSwing2Limit(EAngularConstraintMotion MotionType, float Swing2LimitAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularSwing2Limit"); + + Params::PhysicsConstraintComponent_SetAngularSwing2Limit Parms{}; + + Parms.MotionType = MotionType; + Parms.Swing2LimitAngle = Swing2LimitAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularTwistLimit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EAngularConstraintMotion ConstraintType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float TwistLimitAngle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularTwistLimit(EAngularConstraintMotion ConstraintType, float TwistLimitAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularTwistLimit"); + + Params::PhysicsConstraintComponent_SetAngularTwistLimit Parms{}; + + Parms.ConstraintType = ConstraintType; + Parms.TwistLimitAngle = TwistLimitAngle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityDrive +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableSwingDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableTwistDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularVelocityDrive(bool bEnableSwingDrive, bool bEnableTwistDrive) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularVelocityDrive"); + + Params::PhysicsConstraintComponent_SetAngularVelocityDrive Parms{}; + + Parms.bEnableSwingDrive = bEnableSwingDrive; + Parms.bEnableTwistDrive = bEnableTwistDrive; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityDriveSLERP +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableSLERP (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularVelocityDriveSLERP(bool bEnableSLERP) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularVelocityDriveSLERP"); + + Params::PhysicsConstraintComponent_SetAngularVelocityDriveSLERP Parms{}; + + Parms.bEnableSLERP = bEnableSLERP; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityDriveTwistAndSwing +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableTwistDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableSwingDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularVelocityDriveTwistAndSwing(bool bEnableTwistDrive, bool bEnableSwingDrive) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularVelocityDriveTwistAndSwing"); + + Params::PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing Parms{}; + + Parms.bEnableTwistDrive = bEnableTwistDrive; + Parms.bEnableSwingDrive = bEnableSwingDrive; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityTarget +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InVelTarget (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetAngularVelocityTarget(const struct FVector& InVelTarget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetAngularVelocityTarget"); + + Params::PhysicsConstraintComponent_SetAngularVelocityTarget Parms{}; + + Parms.InVelTarget = std::move(InVelTarget); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetConstrainedComponents +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component1 (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UPrimitiveComponent* Component2 (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName BoneName2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetConstrainedComponents(class UPrimitiveComponent* Component1, class FName BoneName1, class UPrimitiveComponent* Component2, class FName BoneName2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetConstrainedComponents"); + + Params::PhysicsConstraintComponent_SetConstrainedComponents Parms{}; + + Parms.Component1 = Component1; + Parms.BoneName1 = BoneName1; + Parms.Component2 = Component2; + Parms.BoneName2 = BoneName2; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetConstraintReferenceFrame +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// EConstraintFrame Frame (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& RefFrame (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetConstraintReferenceFrame(EConstraintFrame Frame, const struct FTransform& RefFrame) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetConstraintReferenceFrame"); + + Params::PhysicsConstraintComponent_SetConstraintReferenceFrame Parms{}; + + Parms.Frame = Frame; + Parms.RefFrame = std::move(RefFrame); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetConstraintReferenceOrientation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// EConstraintFrame Frame (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PriAxis (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SecAxis (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetConstraintReferenceOrientation(EConstraintFrame Frame, const struct FVector& PriAxis, const struct FVector& SecAxis) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetConstraintReferenceOrientation"); + + Params::PhysicsConstraintComponent_SetConstraintReferenceOrientation Parms{}; + + Parms.Frame = Frame; + Parms.PriAxis = std::move(PriAxis); + Parms.SecAxis = std::move(SecAxis); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetConstraintReferencePosition +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// EConstraintFrame Frame (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& RefPosition (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetConstraintReferencePosition(EConstraintFrame Frame, const struct FVector& RefPosition) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetConstraintReferencePosition"); + + Params::PhysicsConstraintComponent_SetConstraintReferencePosition Parms{}; + + Parms.Frame = Frame; + Parms.RefPosition = std::move(RefPosition); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetDisableCollision +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bDisableCollision (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetDisableCollision(bool bDisableCollision) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetDisableCollision"); + + Params::PhysicsConstraintComponent_SetDisableCollision Parms{}; + + Parms.bDisableCollision = bDisableCollision; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearBreakable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bLinearBreakable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LinearBreakThreshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearBreakable(bool bLinearBreakable, float LinearBreakThreshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearBreakable"); + + Params::PhysicsConstraintComponent_SetLinearBreakable Parms{}; + + Parms.bLinearBreakable = bLinearBreakable; + Parms.LinearBreakThreshold = LinearBreakThreshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearDriveParams +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float PositionStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float VelocityStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InForceLimit (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearDriveParams(float PositionStrength, float VelocityStrength, float InForceLimit) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearDriveParams"); + + Params::PhysicsConstraintComponent_SetLinearDriveParams Parms{}; + + Parms.PositionStrength = PositionStrength; + Parms.VelocityStrength = VelocityStrength; + Parms.InForceLimit = InForceLimit; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearPlasticity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bLinearPlasticity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LinearPlasticityThreshold (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearPlasticity(bool bLinearPlasticity, float LinearPlasticityThreshold) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearPlasticity"); + + Params::PhysicsConstraintComponent_SetLinearPlasticity Parms{}; + + Parms.bLinearPlasticity = bLinearPlasticity; + Parms.LinearPlasticityThreshold = LinearPlasticityThreshold; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearPositionDrive +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableDriveX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableDriveY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableDriveZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearPositionDrive(bool bEnableDriveX, bool bEnableDriveY, bool bEnableDriveZ) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearPositionDrive"); + + Params::PhysicsConstraintComponent_SetLinearPositionDrive Parms{}; + + Parms.bEnableDriveX = bEnableDriveX; + Parms.bEnableDriveY = bEnableDriveY; + Parms.bEnableDriveZ = bEnableDriveZ; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearPositionTarget +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InPosTarget (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearPositionTarget(const struct FVector& InPosTarget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearPositionTarget"); + + Params::PhysicsConstraintComponent_SetLinearPositionTarget Parms{}; + + Parms.InPosTarget = std::move(InPosTarget); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearVelocityDrive +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableDriveX (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableDriveY (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableDriveZ (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearVelocityDrive(bool bEnableDriveX, bool bEnableDriveY, bool bEnableDriveZ) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearVelocityDrive"); + + Params::PhysicsConstraintComponent_SetLinearVelocityDrive Parms{}; + + Parms.bEnableDriveX = bEnableDriveX; + Parms.bEnableDriveY = bEnableDriveY; + Parms.bEnableDriveZ = bEnableDriveZ; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearVelocityTarget +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& InVelTarget (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearVelocityTarget(const struct FVector& InVelTarget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearVelocityTarget"); + + Params::PhysicsConstraintComponent_SetLinearVelocityTarget Parms{}; + + Parms.InVelTarget = std::move(InVelTarget); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearXLimit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ELinearConstraintMotion ConstraintType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LimitSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearXLimit(ELinearConstraintMotion ConstraintType, float LimitSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearXLimit"); + + Params::PhysicsConstraintComponent_SetLinearXLimit Parms{}; + + Parms.ConstraintType = ConstraintType; + Parms.LimitSize = LimitSize; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearYLimit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ELinearConstraintMotion ConstraintType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LimitSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearYLimit(ELinearConstraintMotion ConstraintType, float LimitSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearYLimit"); + + Params::PhysicsConstraintComponent_SetLinearYLimit Parms{}; + + Parms.ConstraintType = ConstraintType; + Parms.LimitSize = LimitSize; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetLinearZLimit +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// ELinearConstraintMotion ConstraintType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float LimitSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetLinearZLimit(ELinearConstraintMotion ConstraintType, float LimitSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetLinearZLimit"); + + Params::PhysicsConstraintComponent_SetLinearZLimit Parms{}; + + Parms.ConstraintType = ConstraintType; + Parms.LimitSize = LimitSize; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetOrientationDriveSLERP +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableSLERP (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetOrientationDriveSLERP(bool bEnableSLERP) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetOrientationDriveSLERP"); + + Params::PhysicsConstraintComponent_SetOrientationDriveSLERP Parms{}; + + Parms.bEnableSLERP = bEnableSLERP; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.SetOrientationDriveTwistAndSwing +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnableTwistDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnableSwingDrive (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsConstraintComponent::SetOrientationDriveTwistAndSwing(bool bEnableTwistDrive, bool bEnableSwingDrive) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "SetOrientationDriveTwistAndSwing"); + + Params::PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing Parms{}; + + Parms.bEnableTwistDrive = bEnableTwistDrive; + Parms.bEnableSwingDrive = bEnableSwingDrive; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsConstraintComponent.GetCurrentSwing1 +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPhysicsConstraintComponent::GetCurrentSwing1() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "GetCurrentSwing1"); + + Params::PhysicsConstraintComponent_GetCurrentSwing1 Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsConstraintComponent.GetCurrentSwing2 +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPhysicsConstraintComponent::GetCurrentSwing2() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "GetCurrentSwing2"); + + Params::PhysicsConstraintComponent_GetCurrentSwing2 Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsConstraintComponent.GetCurrentTwist +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPhysicsConstraintComponent::GetCurrentTwist() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsConstraintComponent", "GetCurrentTwist"); + + Params::PhysicsConstraintComponent_GetCurrentTwist Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RuntimeVirtualTextureComponent.Invalidate +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FBoxSphereBounds& WorldBounds (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void URuntimeVirtualTextureComponent::Invalidate(const struct FBoxSphereBounds& WorldBounds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RuntimeVirtualTextureComponent", "Invalidate"); + + Params::RuntimeVirtualTextureComponent_Invalidate Parms{}; + + Parms.WorldBounds = std::move(WorldBounds); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.Activate +// (Final, Native, Public, BlueprintCallable) + +void AEmitter::Activate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "Activate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.Deactivate +// (Final, Native, Public, BlueprintCallable) + +void AEmitter::Deactivate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "Deactivate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.OnParticleSystemFinished +// (Native, Public) +// Parameters: +// class UParticleSystemComponent* FinishedComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::OnParticleSystemFinished(class UParticleSystemComponent* FinishedComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "OnParticleSystemFinished"); + + Params::Emitter_OnParticleSystemFinished Parms{}; + + Parms.FinishedComponent = FinishedComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.OnRep_bCurrentlyActive +// (Native, Public) + +void AEmitter::OnRep_bCurrentlyActive() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "OnRep_bCurrentlyActive"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.SetActorParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class AActor* Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::SetActorParameter(class FName ParameterName, class AActor* Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "SetActorParameter"); + + Params::Emitter_SetActorParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.SetColorParameter +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::SetColorParameter(class FName ParameterName, const struct FLinearColor& Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "SetColorParameter"); + + Params::Emitter_SetColorParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = std::move(Param); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.SetFloatParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::SetFloatParameter(class FName ParameterName, float Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "SetFloatParameter"); + + Params::Emitter_SetFloatParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.SetMaterialParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::SetMaterialParameter(class FName ParameterName, class UMaterialInterface* Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "SetMaterialParameter"); + + Params::Emitter_SetMaterialParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.SetTemplate +// (Native, Public, BlueprintCallable) +// Parameters: +// class UParticleSystem* NewTemplate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::SetTemplate(class UParticleSystem* NewTemplate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "SetTemplate"); + + Params::Emitter_SetTemplate Parms{}; + + Parms.NewTemplate = NewTemplate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.SetVectorParameter +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AEmitter::SetVectorParameter(class FName ParameterName, const struct FVector& Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "SetVectorParameter"); + + Params::Emitter_SetVectorParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = std::move(Param); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.ToggleActive +// (Final, Native, Public, BlueprintCallable) + +void AEmitter::ToggleActive() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "ToggleActive"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.Emitter.IsActive +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool AEmitter::IsActive() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("Emitter", "IsActive"); + + Params::Emitter_IsActive Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.VisualLoggerKismetLibrary.EnableRecording +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool bEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVisualLoggerKismetLibrary::EnableRecording(bool bEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VisualLoggerKismetLibrary", "EnableRecording"); + + Params::VisualLoggerKismetLibrary_EnableRecording Parms{}; + + Parms.bEnabled = bEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VisualLoggerKismetLibrary.LogBox +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FBox& BoxShape (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ObjectColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LogCategory (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToMessageLog (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVisualLoggerKismetLibrary::LogBox(class UObject* WorldContextObject, const struct FBox& BoxShape, const class FString& Text, const struct FLinearColor& ObjectColor, class FName LogCategory, bool bAddToMessageLog) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VisualLoggerKismetLibrary", "LogBox"); + + Params::VisualLoggerKismetLibrary_LogBox Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.BoxShape = std::move(BoxShape); + Parms.Text = std::move(Text); + Parms.ObjectColor = std::move(ObjectColor); + Parms.LogCategory = LogCategory; + Parms.bAddToMessageLog = bAddToMessageLog; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VisualLoggerKismetLibrary.LogLocation +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ObjectColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Radius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LogCategory (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToMessageLog (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVisualLoggerKismetLibrary::LogLocation(class UObject* WorldContextObject, const struct FVector& Location, const class FString& Text, const struct FLinearColor& ObjectColor, float Radius, class FName LogCategory, bool bAddToMessageLog) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VisualLoggerKismetLibrary", "LogLocation"); + + Params::VisualLoggerKismetLibrary_LogLocation Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Location = std::move(Location); + Parms.Text = std::move(Text); + Parms.ObjectColor = std::move(ObjectColor); + Parms.Radius = Radius; + Parms.LogCategory = LogCategory; + Parms.bAddToMessageLog = bAddToMessageLog; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VisualLoggerKismetLibrary.LogSegment +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SegmentStart (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SegmentEnd (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ObjectColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const float Thickness (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName CategoryName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToMessageLog (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVisualLoggerKismetLibrary::LogSegment(class UObject* WorldContextObject, const struct FVector& SegmentStart, const struct FVector& SegmentEnd, const class FString& Text, const struct FLinearColor& ObjectColor, const float Thickness, class FName CategoryName, bool bAddToMessageLog) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VisualLoggerKismetLibrary", "LogSegment"); + + Params::VisualLoggerKismetLibrary_LogSegment Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.SegmentStart = std::move(SegmentStart); + Parms.SegmentEnd = std::move(SegmentEnd); + Parms.Text = std::move(Text); + Parms.ObjectColor = std::move(ObjectColor); + Parms.Thickness = Thickness; + Parms.CategoryName = CategoryName; + Parms.bAddToMessageLog = bAddToMessageLog; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VisualLoggerKismetLibrary.LogText +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Text (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LogCategory (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAddToMessageLog (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVisualLoggerKismetLibrary::LogText(class UObject* WorldContextObject, const class FString& Text, class FName LogCategory, bool bAddToMessageLog) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VisualLoggerKismetLibrary", "LogText"); + + Params::VisualLoggerKismetLibrary_LogText Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Text = std::move(Text); + Parms.LogCategory = LogCategory; + Parms.bAddToMessageLog = bAddToMessageLog; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.VisualLoggerKismetLibrary.RedirectVislog +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* SourceOwner (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* DestinationOwner (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVisualLoggerKismetLibrary::RedirectVislog(class UObject* SourceOwner, class UObject* DestinationOwner) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("VisualLoggerKismetLibrary", "RedirectVislog"); + + Params::VisualLoggerKismetLibrary_RedirectVislog Parms{}; + + Parms.SourceOwner = SourceOwner; + Parms.DestinationOwner = DestinationOwner; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetGuidLibrary.Conv_GuidToString +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FGuid& InGuid (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetGuidLibrary::Conv_GuidToString(const struct FGuid& InGuid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "Conv_GuidToString"); + + Params::KismetGuidLibrary_Conv_GuidToString Parms{}; + + Parms.InGuid = std::move(InGuid); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetGuidLibrary.EqualEqual_GuidGuid +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FGuid& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FGuid& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetGuidLibrary::EqualEqual_GuidGuid(const struct FGuid& A, const struct FGuid& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "EqualEqual_GuidGuid"); + + Params::KismetGuidLibrary_EqualEqual_GuidGuid Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetGuidLibrary.Invalidate_Guid +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FGuid& InGuid (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetGuidLibrary::Invalidate_Guid(struct FGuid& InGuid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "Invalidate_Guid"); + + Params::KismetGuidLibrary_Invalidate_Guid Parms{}; + + Parms.InGuid = std::move(InGuid); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InGuid = std::move(Parms.InGuid); +} + + +// Function Engine.KismetGuidLibrary.IsValid_Guid +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FGuid& InGuid (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetGuidLibrary::IsValid_Guid(const struct FGuid& InGuid) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "IsValid_Guid"); + + Params::KismetGuidLibrary_IsValid_Guid Parms{}; + + Parms.InGuid = std::move(InGuid); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetGuidLibrary.NewGuid +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FGuid ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FGuid UKismetGuidLibrary::NewGuid() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "NewGuid"); + + Params::KismetGuidLibrary_NewGuid Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetGuidLibrary.NotEqual_GuidGuid +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FGuid& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FGuid& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetGuidLibrary::NotEqual_GuidGuid(const struct FGuid& A, const struct FGuid& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "NotEqual_GuidGuid"); + + Params::KismetGuidLibrary_NotEqual_GuidGuid Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetGuidLibrary.Parse_StringToGuid +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& GuidString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FGuid* OutGuid (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* Success (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetGuidLibrary::Parse_StringToGuid(const class FString& GuidString, struct FGuid* OutGuid, bool* Success) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetGuidLibrary", "Parse_StringToGuid"); + + Params::KismetGuidLibrary_Parse_StringToGuid Parms{}; + + Parms.GuidString = std::move(GuidString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutGuid != nullptr) + *OutGuid = std::move(Parms.OutGuid); + + if (Success != nullptr) + *Success = Parms.Success; +} + + +// Function Engine.KismetInternationalizationLibrary.ClearCurrentAssetGroupCulture +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FName AssetGroup (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool SaveToConfig (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetInternationalizationLibrary::ClearCurrentAssetGroupCulture(const class FName AssetGroup, const bool SaveToConfig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "ClearCurrentAssetGroupCulture"); + + Params::KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture Parms{}; + + Parms.AssetGroup = AssetGroup; + Parms.SaveToConfig = SaveToConfig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetInternationalizationLibrary.GetCultureDisplayName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Culture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool Localized (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetCultureDisplayName(const class FString& Culture, const bool Localized) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetCultureDisplayName"); + + Params::KismetInternationalizationLibrary_GetCultureDisplayName Parms{}; + + Parms.Culture = std::move(Culture); + Parms.Localized = Localized; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetCurrentAssetGroupCulture +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName AssetGroup (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetCurrentAssetGroupCulture(const class FName AssetGroup) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetCurrentAssetGroupCulture"); + + Params::KismetInternationalizationLibrary_GetCurrentAssetGroupCulture Parms{}; + + Parms.AssetGroup = AssetGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetCurrentCulture +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetCurrentCulture() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetCurrentCulture"); + + Params::KismetInternationalizationLibrary_GetCurrentCulture Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetCurrentLanguage +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetCurrentLanguage() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetCurrentLanguage"); + + Params::KismetInternationalizationLibrary_GetCurrentLanguage Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetCurrentLocale +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetCurrentLocale() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetCurrentLocale"); + + Params::KismetInternationalizationLibrary_GetCurrentLocale Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetLocalizedCultures +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const bool IncludeGame (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool IncludeEngine (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool IncludeEditor (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool IncludeAdditional (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TArray ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) + +TArray UKismetInternationalizationLibrary::GetLocalizedCultures(const bool IncludeGame, const bool IncludeEngine, const bool IncludeEditor, const bool IncludeAdditional) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetLocalizedCultures"); + + Params::KismetInternationalizationLibrary_GetLocalizedCultures Parms{}; + + Parms.IncludeGame = IncludeGame; + Parms.IncludeEngine = IncludeEngine; + Parms.IncludeEditor = IncludeEditor; + Parms.IncludeAdditional = IncludeAdditional; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetNativeCulture +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const ELocalizedTextSourceCategory TextCategory (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetNativeCulture(const ELocalizedTextSourceCategory TextCategory) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetNativeCulture"); + + Params::KismetInternationalizationLibrary_GetNativeCulture Parms{}; + + Parms.TextCategory = TextCategory; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.GetSuitableCulture +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& AvailableCultures (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const class FString& CultureToMatch (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FallbackCulture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetInternationalizationLibrary::GetSuitableCulture(const TArray& AvailableCultures, const class FString& CultureToMatch, const class FString& FallbackCulture) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "GetSuitableCulture"); + + Params::KismetInternationalizationLibrary_GetSuitableCulture Parms{}; + + Parms.AvailableCultures = std::move(AvailableCultures); + Parms.CultureToMatch = std::move(CultureToMatch); + Parms.FallbackCulture = std::move(FallbackCulture); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.SetCurrentAssetGroupCulture +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FName AssetGroup (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Culture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool SaveToConfig (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInternationalizationLibrary::SetCurrentAssetGroupCulture(const class FName AssetGroup, const class FString& Culture, const bool SaveToConfig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "SetCurrentAssetGroupCulture"); + + Params::KismetInternationalizationLibrary_SetCurrentAssetGroupCulture Parms{}; + + Parms.AssetGroup = AssetGroup; + Parms.Culture = std::move(Culture); + Parms.SaveToConfig = SaveToConfig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.SetCurrentCulture +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& Culture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool SaveToConfig (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInternationalizationLibrary::SetCurrentCulture(const class FString& Culture, const bool SaveToConfig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "SetCurrentCulture"); + + Params::KismetInternationalizationLibrary_SetCurrentCulture Parms{}; + + Parms.Culture = std::move(Culture); + Parms.SaveToConfig = SaveToConfig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.SetCurrentLanguage +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& Culture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool SaveToConfig (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInternationalizationLibrary::SetCurrentLanguage(const class FString& Culture, const bool SaveToConfig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "SetCurrentLanguage"); + + Params::KismetInternationalizationLibrary_SetCurrentLanguage Parms{}; + + Parms.Culture = std::move(Culture); + Parms.SaveToConfig = SaveToConfig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.SetCurrentLanguageAndLocale +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& Culture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool SaveToConfig (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInternationalizationLibrary::SetCurrentLanguageAndLocale(const class FString& Culture, const bool SaveToConfig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "SetCurrentLanguageAndLocale"); + + Params::KismetInternationalizationLibrary_SetCurrentLanguageAndLocale Parms{}; + + Parms.Culture = std::move(Culture); + Parms.SaveToConfig = SaveToConfig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetInternationalizationLibrary.SetCurrentLocale +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// const class FString& Culture (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const bool SaveToConfig (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetInternationalizationLibrary::SetCurrentLocale(const class FString& Culture, const bool SaveToConfig) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetInternationalizationLibrary", "SetCurrentLocale"); + + Params::KismetInternationalizationLibrary_SetCurrentLocale Parms{}; + + Parms.Culture = std::move(Culture); + Parms.SaveToConfig = SaveToConfig; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Abs +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Abs(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Abs"); + + Params::KismetMathLibrary_Abs Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Abs_Int +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Abs_Int(int32 A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Abs_Int"); + + Params::KismetMathLibrary_Abs_Int Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Abs_Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Abs_Int64(int64 A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Abs_Int64"); + + Params::KismetMathLibrary_Abs_Int64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Acos +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Acos(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Acos"); + + Params::KismetMathLibrary_Acos Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Add_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_ByteByte"); + + Params::KismetMathLibrary_Add_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::Add_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_DateTimeDateTime"); + + Params::KismetMathLibrary_Add_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_DateTimeTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::Add_DateTimeTimespan(const struct FDateTime& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_DateTimeTimespan"); + + Params::KismetMathLibrary_Add_DateTimeTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Add_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_FloatFloat"); + + Params::KismetMathLibrary_Add_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Add_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_Int64Int64"); + + Params::KismetMathLibrary_Add_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Add_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_IntInt"); + + Params::KismetMathLibrary_Add_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_IntPointInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Add_IntPointInt(const struct FIntPoint& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_IntPointInt"); + + Params::KismetMathLibrary_Add_IntPointInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_IntPointIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntPoint& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Add_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_IntPointIntPoint"); + + Params::KismetMathLibrary_Add_IntPointIntPoint Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_LinearColorLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Add_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_LinearColorLinearColor"); + + Params::KismetMathLibrary_Add_LinearColorLinearColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_MatrixMatrix +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FMatrix& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Add_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_MatrixMatrix"); + + Params::KismetMathLibrary_Add_MatrixMatrix Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_QuatQuat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Add_QuatQuat(const struct FQuat& A, const struct FQuat& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_QuatQuat"); + + Params::KismetMathLibrary_Add_QuatQuat Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::Add_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_TimespanTimespan"); + + Params::KismetMathLibrary_Add_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_Vector2DFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Add_Vector2DFloat(const struct FVector2D& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_Vector2DFloat"); + + Params::KismetMathLibrary_Add_Vector2DFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Add_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_Vector2DVector2D"); + + Params::KismetMathLibrary_Add_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Add_Vector4Vector4(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_Vector4Vector4"); + + Params::KismetMathLibrary_Add_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_VectorFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Add_VectorFloat(const struct FVector& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_VectorFloat"); + + Params::KismetMathLibrary_Add_VectorFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_VectorInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Add_VectorInt(const struct FVector& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_VectorInt"); + + Params::KismetMathLibrary_Add_VectorInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Add_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Add_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Add_VectorVector"); + + Params::KismetMathLibrary_Add_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.And_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::And_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "And_Int64Int64"); + + Params::KismetMathLibrary_And_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.And_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::And_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "And_IntInt"); + + Params::KismetMathLibrary_And_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Asin +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Asin(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Asin"); + + Params::KismetMathLibrary_Asin Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Atan +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Atan(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Atan"); + + Params::KismetMathLibrary_Atan Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Atan2 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Atan2(float Y, float X) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Atan2"); + + Params::KismetMathLibrary_Atan2 Parms{}; + + Parms.Y = Y; + Parms.X = X; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BMax +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::BMax(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BMax"); + + Params::KismetMathLibrary_BMax Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BMin +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::BMin(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BMin"); + + Params::KismetMathLibrary_BMin Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BooleanAND +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::BooleanAND(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BooleanAND"); + + Params::KismetMathLibrary_BooleanAND Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BooleanNAND +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::BooleanNAND(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BooleanNAND"); + + Params::KismetMathLibrary_BooleanNAND Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BooleanNOR +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::BooleanNOR(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BooleanNOR"); + + Params::KismetMathLibrary_BooleanNOR Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BooleanOR +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::BooleanOR(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BooleanOR"); + + Params::KismetMathLibrary_BooleanOR Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BooleanXOR +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::BooleanXOR(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BooleanXOR"); + + Params::KismetMathLibrary_BooleanXOR Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.BreakColor +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* R (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* G (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* B (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* A (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakColor(const struct FLinearColor& InColor, float* R, float* G, float* B, float* A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakColor"); + + Params::KismetMathLibrary_BreakColor Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (R != nullptr) + *R = Parms.R; + + if (G != nullptr) + *G = Parms.G; + + if (B != nullptr) + *B = Parms.B; + + if (A != nullptr) + *A = Parms.A; +} + + +// Function Engine.KismetMathLibrary.BreakDateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& InDateTime (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Year (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Month (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Day (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Hour (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Minute (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Second (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Millisecond (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakDateTime(const struct FDateTime& InDateTime, int32* Year, int32* Month, int32* Day, int32* Hour, int32* Minute, int32* Second, int32* Millisecond) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakDateTime"); + + Params::KismetMathLibrary_BreakDateTime Parms{}; + + Parms.InDateTime = std::move(InDateTime); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Year != nullptr) + *Year = Parms.Year; + + if (Month != nullptr) + *Month = Parms.Month; + + if (Day != nullptr) + *Day = Parms.Day; + + if (Hour != nullptr) + *Hour = Parms.Hour; + + if (Minute != nullptr) + *Minute = Parms.Minute; + + if (Second != nullptr) + *Second = Parms.Second; + + if (Millisecond != nullptr) + *Millisecond = Parms.Millisecond; +} + + +// Function Engine.KismetMathLibrary.BreakFrameRate +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FFrameRate& InFrameRate (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Numerator (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Denominator (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakFrameRate(const struct FFrameRate& InFrameRate, int32* Numerator, int32* Denominator) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakFrameRate"); + + Params::KismetMathLibrary_BreakFrameRate Parms{}; + + Parms.InFrameRate = std::move(InFrameRate); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Numerator != nullptr) + *Numerator = Parms.Numerator; + + if (Denominator != nullptr) + *Denominator = Parms.Denominator; +} + + +// Function Engine.KismetMathLibrary.BreakQualifiedFrameTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQualifiedFrameTime& InFrameTime (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FFrameNumber* Frame (Parm, OutParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FFrameRate* FrameRate (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* SubFrame (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakQualifiedFrameTime(const struct FQualifiedFrameTime& InFrameTime, struct FFrameNumber* Frame, struct FFrameRate* FrameRate, float* SubFrame) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakQualifiedFrameTime"); + + Params::KismetMathLibrary_BreakQualifiedFrameTime Parms{}; + + Parms.InFrameTime = std::move(InFrameTime); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Frame != nullptr) + *Frame = std::move(Parms.Frame); + + if (FrameRate != nullptr) + *FrameRate = std::move(Parms.FrameRate); + + if (SubFrame != nullptr) + *SubFrame = Parms.SubFrame; +} + + +// Function Engine.KismetMathLibrary.BreakRandomStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRandomStream& InRandomStream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// int32* InitialSeed (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakRandomStream(const struct FRandomStream& InRandomStream, int32* InitialSeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakRandomStream"); + + Params::KismetMathLibrary_BreakRandomStream Parms{}; + + Parms.InRandomStream = std::move(InRandomStream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (InitialSeed != nullptr) + *InitialSeed = Parms.InitialSeed; +} + + +// Function Engine.KismetMathLibrary.BreakRotator +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float* Roll (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Pitch (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Yaw (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakRotator(const struct FRotator& InRot, float* Roll, float* Pitch, float* Yaw) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakRotator"); + + Params::KismetMathLibrary_BreakRotator Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Roll != nullptr) + *Roll = Parms.Roll; + + if (Pitch != nullptr) + *Pitch = Parms.Pitch; + + if (Yaw != nullptr) + *Yaw = Parms.Yaw; +} + + +// Function Engine.KismetMathLibrary.BreakRotIntoAxes +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Z (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakRotIntoAxes(const struct FRotator& InRot, struct FVector* X, struct FVector* Y, struct FVector* Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakRotIntoAxes"); + + Params::KismetMathLibrary_BreakRotIntoAxes Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = std::move(Parms.X); + + if (Y != nullptr) + *Y = std::move(Parms.Y); + + if (Z != nullptr) + *Z = std::move(Parms.Z); +} + + +// Function Engine.KismetMathLibrary.BreakTimespan +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& InTimespan (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Days (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Hours (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Minutes (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Seconds (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Milliseconds (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakTimespan(const struct FTimespan& InTimespan, int32* Days, int32* Hours, int32* Minutes, int32* Seconds, int32* Milliseconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakTimespan"); + + Params::KismetMathLibrary_BreakTimespan Parms{}; + + Parms.InTimespan = std::move(InTimespan); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Days != nullptr) + *Days = Parms.Days; + + if (Hours != nullptr) + *Hours = Parms.Hours; + + if (Minutes != nullptr) + *Minutes = Parms.Minutes; + + if (Seconds != nullptr) + *Seconds = Parms.Seconds; + + if (Milliseconds != nullptr) + *Milliseconds = Parms.Milliseconds; +} + + +// Function Engine.KismetMathLibrary.BreakTimespan2 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& InTimespan (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Days (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Hours (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Minutes (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Seconds (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* FractionNano (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakTimespan2(const struct FTimespan& InTimespan, int32* Days, int32* Hours, int32* Minutes, int32* Seconds, int32* FractionNano) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakTimespan2"); + + Params::KismetMathLibrary_BreakTimespan2 Parms{}; + + Parms.InTimespan = std::move(InTimespan); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Days != nullptr) + *Days = Parms.Days; + + if (Hours != nullptr) + *Hours = Parms.Hours; + + if (Minutes != nullptr) + *Minutes = Parms.Minutes; + + if (Seconds != nullptr) + *Seconds = Parms.Seconds; + + if (FractionNano != nullptr) + *FractionNano = Parms.FractionNano; +} + + +// Function Engine.KismetMathLibrary.BreakTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& InTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* Location (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* Rotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* Scale (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakTransform(const struct FTransform& InTransform, struct FVector* Location, struct FRotator* Rotation, struct FVector* Scale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakTransform"); + + Params::KismetMathLibrary_BreakTransform Parms{}; + + Parms.InTransform = std::move(InTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Location != nullptr) + *Location = std::move(Parms.Location); + + if (Rotation != nullptr) + *Rotation = std::move(Parms.Rotation); + + if (Scale != nullptr) + *Scale = std::move(Parms.Scale); +} + + +// Function Engine.KismetMathLibrary.BreakVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Z (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakVector(const struct FVector& InVec, float* X, float* Y, float* Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakVector"); + + Params::KismetMathLibrary_BreakVector Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = Parms.X; + + if (Y != nullptr) + *Y = Parms.Y; + + if (Z != nullptr) + *Z = Parms.Z; +} + + +// Function Engine.KismetMathLibrary.BreakVector2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakVector2D(const struct FVector2D& InVec, float* X, float* Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakVector2D"); + + Params::KismetMathLibrary_BreakVector2D Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = Parms.X; + + if (Y != nullptr) + *Y = Parms.Y; +} + + +// Function Engine.KismetMathLibrary.BreakVector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& InVec (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Z (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* W (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::BreakVector4(const struct FVector4& InVec, float* X, float* Y, float* Z, float* W) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "BreakVector4"); + + Params::KismetMathLibrary_BreakVector4 Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = Parms.X; + + if (Y != nullptr) + *Y = Parms.Y; + + if (Z != nullptr) + *Z = Parms.Z; + + if (W != nullptr) + *W = Parms.W; +} + + +// Function Engine.KismetMathLibrary.CInterpTo +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::CInterpTo(const struct FLinearColor& Current, const struct FLinearColor& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "CInterpTo"); + + Params::KismetMathLibrary_CInterpTo Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Clamp +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Clamp(int32 Value, int32 Min_0, int32 Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Clamp"); + + Params::KismetMathLibrary_Clamp Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ClampAngle +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float AngleDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MinAngleDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxAngleDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::ClampAngle(float AngleDegrees, float MinAngleDegrees, float MaxAngleDegrees) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ClampAngle"); + + Params::KismetMathLibrary_ClampAngle Parms{}; + + Parms.AngleDegrees = AngleDegrees; + Parms.MinAngleDegrees = MinAngleDegrees; + Parms.MaxAngleDegrees = MaxAngleDegrees; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ClampAxes2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MinAxisVal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxAxisVal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::ClampAxes2D(const struct FVector2D& A, float MinAxisVal, float MaxAxisVal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ClampAxes2D"); + + Params::KismetMathLibrary_ClampAxes2D Parms{}; + + Parms.A = std::move(A); + Parms.MinAxisVal = MinAxisVal; + Parms.MaxAxisVal = MaxAxisVal; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ClampAxis +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Angle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::ClampAxis(float Angle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ClampAxis"); + + Params::KismetMathLibrary_ClampAxis Parms{}; + + Parms.Angle = Angle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ClampInt64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::ClampInt64(int64 Value, int64 Min_0, int64 Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ClampInt64"); + + Params::KismetMathLibrary_ClampInt64 Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ClampVectorSize +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::ClampVectorSize(const struct FVector& A, float Min_0, float Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ClampVectorSize"); + + Params::KismetMathLibrary_ClampVectorSize Parms{}; + + Parms.A = std::move(A); + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ClassIsChildOf +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TSubclassOf TestClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf ParentClass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::ClassIsChildOf(TSubclassOf TestClass, TSubclassOf ParentClass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ClassIsChildOf"); + + Params::KismetMathLibrary_ClassIsChildOf Parms{}; + + Parms.TestClass = TestClass; + Parms.ParentClass = ParentClass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ComposeRotators +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::ComposeRotators(const struct FRotator& A, const struct FRotator& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ComposeRotators"); + + Params::KismetMathLibrary_ComposeRotators Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ComposeTransforms +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::ComposeTransforms(const struct FTransform& A, const struct FTransform& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ComposeTransforms"); + + Params::KismetMathLibrary_ComposeTransforms Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_BoolToByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Conv_BoolToByte(bool InBool) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_BoolToByte"); + + Params::KismetMathLibrary_Conv_BoolToByte Parms{}; + + Parms.InBool = InBool; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_BoolToFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Conv_BoolToFloat(bool InBool) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_BoolToFloat"); + + Params::KismetMathLibrary_Conv_BoolToFloat Parms{}; + + Parms.InBool = InBool; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_BoolToInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Conv_BoolToInt(bool InBool) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_BoolToInt"); + + Params::KismetMathLibrary_Conv_BoolToInt Parms{}; + + Parms.InBool = InBool; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_ByteToFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 InByte (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Conv_ByteToFloat(uint8 InByte) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_ByteToFloat"); + + Params::KismetMathLibrary_Conv_ByteToFloat Parms{}; + + Parms.InByte = InByte; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_ByteToInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 InByte (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Conv_ByteToInt(uint8 InByte) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_ByteToInt"); + + Params::KismetMathLibrary_Conv_ByteToInt Parms{}; + + Parms.InByte = InByte; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_ColorToLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Conv_ColorToLinearColor(const struct FColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_ColorToLinearColor"); + + Params::KismetMathLibrary_Conv_ColorToLinearColor Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_FloatToLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float InFloat (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Conv_FloatToLinearColor(float InFloat) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_FloatToLinearColor"); + + Params::KismetMathLibrary_Conv_FloatToLinearColor Parms{}; + + Parms.InFloat = InFloat; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_FloatToVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float InFloat (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Conv_FloatToVector(float InFloat) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_FloatToVector"); + + Params::KismetMathLibrary_Conv_FloatToVector Parms{}; + + Parms.InFloat = InFloat; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Int64ToByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Conv_Int64ToByte(int64 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Int64ToByte"); + + Params::KismetMathLibrary_Conv_Int64ToByte Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Int64ToInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Conv_Int64ToInt(int64 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Int64ToInt"); + + Params::KismetMathLibrary_Conv_Int64ToInt Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntPointToVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& InIntPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Conv_IntPointToVector2D(const struct FIntPoint& InIntPoint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntPointToVector2D"); + + Params::KismetMathLibrary_Conv_IntPointToVector2D Parms{}; + + Parms.InIntPoint = std::move(InIntPoint); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntToBool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Conv_IntToBool(int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntToBool"); + + Params::KismetMathLibrary_Conv_IntToBool Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntToByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Conv_IntToByte(int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntToByte"); + + Params::KismetMathLibrary_Conv_IntToByte Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntToFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Conv_IntToFloat(int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntToFloat"); + + Params::KismetMathLibrary_Conv_IntToFloat Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntToInt64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Conv_IntToInt64(int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntToInt64"); + + Params::KismetMathLibrary_Conv_IntToInt64 Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntToIntVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 inInt (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntVector UKismetMathLibrary::Conv_IntToIntVector(int32 inInt) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntToIntVector"); + + Params::KismetMathLibrary_Conv_IntToIntVector Parms{}; + + Parms.inInt = inInt; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_IntVectorToVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntVector& InIntVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Conv_IntVectorToVector(const struct FIntVector& InIntVector) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_IntVectorToVector"); + + Params::KismetMathLibrary_Conv_IntVectorToVector Parms{}; + + Parms.InIntVector = std::move(InIntVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_LinearColorToColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InLinearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InUseSRGB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FColor UKismetMathLibrary::Conv_LinearColorToColor(const struct FLinearColor& InLinearColor, bool InUseSRGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_LinearColorToColor"); + + Params::KismetMathLibrary_Conv_LinearColorToColor Parms{}; + + Parms.InLinearColor = std::move(InLinearColor); + Parms.InUseSRGB = InUseSRGB; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_LinearColorToVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InLinearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Conv_LinearColorToVector(const struct FLinearColor& InLinearColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_LinearColorToVector"); + + Params::KismetMathLibrary_Conv_LinearColorToVector Parms{}; + + Parms.InLinearColor = std::move(InLinearColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_MatrixToRotator +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& InMatrix (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Conv_MatrixToRotator(const struct FMatrix& InMatrix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_MatrixToRotator"); + + Params::KismetMathLibrary_Conv_MatrixToRotator Parms{}; + + Parms.InMatrix = std::move(InMatrix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_MatrixToTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& InMatrix (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::Conv_MatrixToTransform(const struct FMatrix& InMatrix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_MatrixToTransform"); + + Params::KismetMathLibrary_Conv_MatrixToTransform Parms{}; + + Parms.InMatrix = std::move(InMatrix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_RotatorToTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRotator (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::Conv_RotatorToTransform(const struct FRotator& InRotator) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_RotatorToTransform"); + + Params::KismetMathLibrary_Conv_RotatorToTransform Parms{}; + + Parms.InRotator = std::move(InRotator); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_RotatorToVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Conv_RotatorToVector(const struct FRotator& InRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_RotatorToVector"); + + Params::KismetMathLibrary_Conv_RotatorToVector Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_TransformToMatrix +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& Transform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Conv_TransformToMatrix(const struct FTransform& Transform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_TransformToMatrix"); + + Params::KismetMathLibrary_Conv_TransformToMatrix Parms{}; + + Parms.Transform = std::move(Transform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Vector2DToIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& InVector2D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Conv_Vector2DToIntPoint(const struct FVector2D& InVector2D) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Vector2DToIntPoint"); + + Params::KismetMathLibrary_Conv_Vector2DToIntPoint Parms{}; + + Parms.InVector2D = std::move(InVector2D); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Vector2DToVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& InVector2D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Conv_Vector2DToVector(const struct FVector2D& InVector2D, float Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Vector2DToVector"); + + Params::KismetMathLibrary_Conv_Vector2DToVector Parms{}; + + Parms.InVector2D = std::move(InVector2D); + Parms.Z = Z; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Vector4ToQuaternion +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& InVec (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Conv_Vector4ToQuaternion(const struct FVector4& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Vector4ToQuaternion"); + + Params::KismetMathLibrary_Conv_Vector4ToQuaternion Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Vector4ToRotator +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& InVec (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Conv_Vector4ToRotator(const struct FVector4& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Vector4ToRotator"); + + Params::KismetMathLibrary_Conv_Vector4ToRotator Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_Vector4ToVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& InVector4 (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Conv_Vector4ToVector(const struct FVector4& InVector4) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_Vector4ToVector"); + + Params::KismetMathLibrary_Conv_Vector4ToVector Parms{}; + + Parms.InVector4 = std::move(InVector4); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_VectorToLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Conv_VectorToLinearColor(const struct FVector& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_VectorToLinearColor"); + + Params::KismetMathLibrary_Conv_VectorToLinearColor Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_VectorToQuaternion +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Conv_VectorToQuaternion(const struct FVector& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_VectorToQuaternion"); + + Params::KismetMathLibrary_Conv_VectorToQuaternion Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_VectorToRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Conv_VectorToRotator(const struct FVector& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_VectorToRotator"); + + Params::KismetMathLibrary_Conv_VectorToRotator Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_VectorToTransform +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::Conv_VectorToTransform(const struct FVector& InLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_VectorToTransform"); + + Params::KismetMathLibrary_Conv_VectorToTransform Parms{}; + + Parms.InLocation = std::move(InLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Conv_VectorToVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVector (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Conv_VectorToVector2D(const struct FVector& InVector) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Conv_VectorToVector2D"); + + Params::KismetMathLibrary_Conv_VectorToVector2D Parms{}; + + Parms.InVector = std::move(InVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ConvertTransformToRelative +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& Transform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& ParentTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::ConvertTransformToRelative(const struct FTransform& Transform, const struct FTransform& ParentTransform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ConvertTransformToRelative"); + + Params::KismetMathLibrary_ConvertTransformToRelative Parms{}; + + Parms.Transform = std::move(Transform); + Parms.ParentTransform = std::move(ParentTransform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Cos +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Cos(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Cos"); + + Params::KismetMathLibrary_Cos Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.CreateVectorFromYawPitch +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Yaw (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Pitch (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Length (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::CreateVectorFromYawPitch(float Yaw, float Pitch, float Length) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "CreateVectorFromYawPitch"); + + Params::KismetMathLibrary_CreateVectorFromYawPitch Parms{}; + + Parms.Yaw = Yaw; + Parms.Pitch = Pitch; + Parms.Length = Length; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Cross_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Cross_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Cross_VectorVector"); + + Params::KismetMathLibrary_Cross_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.CrossProduct2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::CrossProduct2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "CrossProduct2D"); + + Params::KismetMathLibrary_CrossProduct2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DateTimeFromIsoString +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& IsoString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime* Result (Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::DateTimeFromIsoString(const class FString& IsoString, struct FDateTime* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DateTimeFromIsoString"); + + Params::KismetMathLibrary_DateTimeFromIsoString Parms{}; + + Parms.IsoString = std::move(IsoString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DateTimeFromString +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& DateTimeString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime* Result (Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::DateTimeFromString(const class FString& DateTimeString, struct FDateTime* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DateTimeFromString"); + + Params::KismetMathLibrary_DateTimeFromString Parms{}; + + Parms.DateTimeString = std::move(DateTimeString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DateTimeMaxValue +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::DateTimeMaxValue() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DateTimeMaxValue"); + + Params::KismetMathLibrary_DateTimeMaxValue Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DateTimeMinValue +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::DateTimeMinValue() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DateTimeMinValue"); + + Params::KismetMathLibrary_DateTimeMinValue Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DaysInMonth +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Year (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Month (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::DaysInMonth(int32 Year, int32 Month) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DaysInMonth"); + + Params::KismetMathLibrary_DaysInMonth Parms{}; + + Parms.Year = Year; + Parms.Month = Month; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DaysInYear +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Year (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::DaysInYear(int32 Year) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DaysInYear"); + + Params::KismetMathLibrary_DaysInYear Parms{}; + + Parms.Year = Year; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegAcos +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegAcos(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegAcos"); + + Params::KismetMathLibrary_DegAcos Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegAsin +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegAsin(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegAsin"); + + Params::KismetMathLibrary_DegAsin Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegAtan +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegAtan(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegAtan"); + + Params::KismetMathLibrary_DegAtan Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegAtan2 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegAtan2(float Y, float X) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegAtan2"); + + Params::KismetMathLibrary_DegAtan2 Parms{}; + + Parms.Y = Y; + Parms.X = X; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegCos +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegCos(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegCos"); + + Params::KismetMathLibrary_DegCos Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegreesToRadians +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegreesToRadians(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegreesToRadians"); + + Params::KismetMathLibrary_DegreesToRadians Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegSin +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegSin(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegSin"); + + Params::KismetMathLibrary_DegSin Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DegTan +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DegTan(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DegTan"); + + Params::KismetMathLibrary_DegTan Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Distance2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& v1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& v2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Distance2D(const struct FVector2D& v1, const struct FVector2D& v2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Distance2D"); + + Params::KismetMathLibrary_Distance2D Parms{}; + + Parms.v1 = std::move(v1); + Parms.v2 = std::move(v2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DistanceSquared2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& v1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& v2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DistanceSquared2D(const struct FVector2D& v1, const struct FVector2D& v2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DistanceSquared2D"); + + Params::KismetMathLibrary_DistanceSquared2D Parms{}; + + Parms.v1 = std::move(v1); + Parms.v2 = std::move(v2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Divide_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_ByteByte"); + + Params::KismetMathLibrary_Divide_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Divide_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_FloatFloat"); + + Params::KismetMathLibrary_Divide_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Divide_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_Int64Int64"); + + Params::KismetMathLibrary_Divide_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Divide_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_IntInt"); + + Params::KismetMathLibrary_Divide_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_IntPointInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Divide_IntPointInt(const struct FIntPoint& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_IntPointInt"); + + Params::KismetMathLibrary_Divide_IntPointInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_IntPointIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntPoint& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Divide_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_IntPointIntPoint"); + + Params::KismetMathLibrary_Divide_IntPointIntPoint Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_LinearColorLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Divide_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_LinearColorLinearColor"); + + Params::KismetMathLibrary_Divide_LinearColorLinearColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_TimespanFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scalar (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::Divide_TimespanFloat(const struct FTimespan& A, float Scalar) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_TimespanFloat"); + + Params::KismetMathLibrary_Divide_TimespanFloat Parms{}; + + Parms.A = std::move(A); + Parms.Scalar = Scalar; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_Vector2DFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Divide_Vector2DFloat(const struct FVector2D& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_Vector2DFloat"); + + Params::KismetMathLibrary_Divide_Vector2DFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Divide_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_Vector2DVector2D"); + + Params::KismetMathLibrary_Divide_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Divide_Vector4Vector4(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_Vector4Vector4"); + + Params::KismetMathLibrary_Divide_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_VectorFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Divide_VectorFloat(const struct FVector& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_VectorFloat"); + + Params::KismetMathLibrary_Divide_VectorFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_VectorInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Divide_VectorInt(const struct FVector& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_VectorInt"); + + Params::KismetMathLibrary_Divide_VectorInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Divide_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Divide_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Divide_VectorVector"); + + Params::KismetMathLibrary_Divide_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Dot_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Dot_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Dot_VectorVector"); + + Params::KismetMathLibrary_Dot_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DotProduct2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DotProduct2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DotProduct2D"); + + Params::KismetMathLibrary_DotProduct2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DynamicWeightedMovingAverage_Float +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float CurrentSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PreviousSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MinWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::DynamicWeightedMovingAverage_Float(float CurrentSample, float PreviousSample, float MaxDistance, float MinWeight, float MaxWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DynamicWeightedMovingAverage_Float"); + + Params::KismetMathLibrary_DynamicWeightedMovingAverage_Float Parms{}; + + Parms.CurrentSample = CurrentSample; + Parms.PreviousSample = PreviousSample; + Parms.MaxDistance = MaxDistance; + Parms.MinWeight = MinWeight; + Parms.MaxWeight = MaxWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DynamicWeightedMovingAverage_FRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& CurrentSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& PreviousSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float MaxDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MinWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::DynamicWeightedMovingAverage_FRotator(const struct FRotator& CurrentSample, const struct FRotator& PreviousSample, float MaxDistance, float MinWeight, float MaxWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DynamicWeightedMovingAverage_FRotator"); + + Params::KismetMathLibrary_DynamicWeightedMovingAverage_FRotator Parms{}; + + Parms.CurrentSample = std::move(CurrentSample); + Parms.PreviousSample = std::move(PreviousSample); + Parms.MaxDistance = MaxDistance; + Parms.MinWeight = MinWeight; + Parms.MaxWeight = MaxWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.DynamicWeightedMovingAverage_FVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& CurrentSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PreviousSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxDistance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MinWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::DynamicWeightedMovingAverage_FVector(const struct FVector& CurrentSample, const struct FVector& PreviousSample, float MaxDistance, float MinWeight, float MaxWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "DynamicWeightedMovingAverage_FVector"); + + Params::KismetMathLibrary_DynamicWeightedMovingAverage_FVector Parms{}; + + Parms.CurrentSample = std::move(CurrentSample); + Parms.PreviousSample = std::move(PreviousSample); + Parms.MaxDistance = MaxDistance; + Parms.MinWeight = MinWeight; + Parms.MaxWeight = MaxWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Ease +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EEasingFunc EasingFunc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendExp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Steps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Ease(float A, float B, float Alpha, EEasingFunc EasingFunc, float BlendExp, int32 Steps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Ease"); + + Params::KismetMathLibrary_Ease Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.Alpha = Alpha; + Parms.EasingFunc = EasingFunc; + Parms.BlendExp = BlendExp; + Parms.Steps = Steps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Equal_IntPointIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntPoint& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Equal_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Equal_IntPointIntPoint"); + + Params::KismetMathLibrary_Equal_IntPointIntPoint Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_BoolBool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_BoolBool(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_BoolBool"); + + Params::KismetMathLibrary_EqualEqual_BoolBool Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_ByteByte"); + + Params::KismetMathLibrary_EqualEqual_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_ClassClass +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UClass* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_ClassClass(class UClass* A, class UClass* B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_ClassClass"); + + Params::KismetMathLibrary_EqualEqual_ClassClass Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_DateTimeDateTime"); + + Params::KismetMathLibrary_EqualEqual_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_FloatFloat"); + + Params::KismetMathLibrary_EqualEqual_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_Int64Int64"); + + Params::KismetMathLibrary_EqualEqual_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_IntInt"); + + Params::KismetMathLibrary_EqualEqual_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_LinearColorLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_LinearColorLinearColor"); + + Params::KismetMathLibrary_EqualEqual_LinearColorLinearColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_MatrixMatrix +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FMatrix& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_MatrixMatrix"); + + Params::KismetMathLibrary_EqualEqual_MatrixMatrix Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_NameName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FName A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_NameName(class FName A, class FName B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_NameName"); + + Params::KismetMathLibrary_EqualEqual_NameName Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_ObjectObject +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_ObjectObject(class UObject* A, class UObject* B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_ObjectObject"); + + Params::KismetMathLibrary_EqualEqual_ObjectObject Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_QuatQuat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_QuatQuat(const struct FQuat& A, const struct FQuat& B, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_QuatQuat"); + + Params::KismetMathLibrary_EqualEqual_QuatQuat Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_RotatorRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_RotatorRotator(const struct FRotator& A, const struct FRotator& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_RotatorRotator"); + + Params::KismetMathLibrary_EqualEqual_RotatorRotator Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_TimespanTimespan"); + + Params::KismetMathLibrary_EqualEqual_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_TransformTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_TransformTransform(const struct FTransform& A, const struct FTransform& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_TransformTransform"); + + Params::KismetMathLibrary_EqualEqual_TransformTransform Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_Vector2DVector2D"); + + Params::KismetMathLibrary_EqualEqual_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_Vector4Vector4(const struct FVector4& A, const struct FVector4& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_Vector4Vector4"); + + Params::KismetMathLibrary_EqualEqual_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualEqual_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualEqual_VectorVector(const struct FVector& A, const struct FVector& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualEqual_VectorVector"); + + Params::KismetMathLibrary_EqualEqual_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualExactly_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualExactly_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualExactly_Vector2DVector2D"); + + Params::KismetMathLibrary_EqualExactly_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualExactly_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualExactly_Vector4Vector4(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualExactly_Vector4Vector4"); + + Params::KismetMathLibrary_EqualExactly_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.EqualExactly_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::EqualExactly_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "EqualExactly_VectorVector"); + + Params::KismetMathLibrary_EqualExactly_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Exp +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Exp(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Exp"); + + Params::KismetMathLibrary_Exp Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FCeil +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::FCeil(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FCeil"); + + Params::KismetMathLibrary_FCeil Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FCeil64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::FCeil64(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FCeil64"); + + Params::KismetMathLibrary_FCeil64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FClamp +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FClamp(float Value, float Min_0, float Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FClamp"); + + Params::KismetMathLibrary_FClamp Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FFloor +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::FFloor(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FFloor"); + + Params::KismetMathLibrary_FFloor Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FFloor64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::FFloor64(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FFloor64"); + + Params::KismetMathLibrary_FFloor64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FindClosestPointOnLine +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineOrigin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineDirection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::FindClosestPointOnLine(const struct FVector& Point, const struct FVector& LineOrigin, const struct FVector& LineDirection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FindClosestPointOnLine"); + + Params::KismetMathLibrary_FindClosestPointOnLine Parms{}; + + Parms.Point = std::move(Point); + Parms.LineOrigin = std::move(LineOrigin); + Parms.LineDirection = std::move(LineDirection); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FindClosestPointOnSegment +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SegmentStart (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SegmentEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::FindClosestPointOnSegment(const struct FVector& Point, const struct FVector& SegmentStart, const struct FVector& SegmentEnd) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FindClosestPointOnSegment"); + + Params::KismetMathLibrary_FindClosestPointOnSegment Parms{}; + + Parms.Point = std::move(Point); + Parms.SegmentStart = std::move(SegmentStart); + Parms.SegmentEnd = std::move(SegmentEnd); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FindLookAtRotation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Start (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Target (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::FindLookAtRotation(const struct FVector& Start, const struct FVector& Target) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FindLookAtRotation"); + + Params::KismetMathLibrary_FindLookAtRotation Parms{}; + + Parms.Start = std::move(Start); + Parms.Target = std::move(Target); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FindNearestPointsOnLineSegments +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Segment1Start (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Segment1End (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Segment2Start (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Segment2End (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Segment1Point (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Segment2Point (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::FindNearestPointsOnLineSegments(const struct FVector& Segment1Start, const struct FVector& Segment1End, const struct FVector& Segment2Start, const struct FVector& Segment2End, struct FVector* Segment1Point, struct FVector* Segment2Point) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FindNearestPointsOnLineSegments"); + + Params::KismetMathLibrary_FindNearestPointsOnLineSegments Parms{}; + + Parms.Segment1Start = std::move(Segment1Start); + Parms.Segment1End = std::move(Segment1End); + Parms.Segment2Start = std::move(Segment2Start); + Parms.Segment2End = std::move(Segment2End); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Segment1Point != nullptr) + *Segment1Point = std::move(Parms.Segment1Point); + + if (Segment2Point != nullptr) + *Segment2Point = std::move(Parms.Segment2Point); +} + + +// Function Engine.KismetMathLibrary.FInterpEaseInOut +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Exponent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FInterpEaseInOut(float A, float B, float Alpha, float Exponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FInterpEaseInOut"); + + Params::KismetMathLibrary_FInterpEaseInOut Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.Alpha = Alpha; + Parms.Exponent = Exponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FInterpTo +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FInterpTo(float Current, float Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FInterpTo"); + + Params::KismetMathLibrary_FInterpTo Parms{}; + + Parms.Current = Current; + Parms.Target = Target; + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FInterpTo_Constant +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FInterpTo_Constant(float Current, float Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FInterpTo_Constant"); + + Params::KismetMathLibrary_FInterpTo_Constant Parms{}; + + Parms.Current = Current; + Parms.Target = Target; + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FixedTurn +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float InCurrent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InDesired (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InDeltaRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FixedTurn(float InCurrent, float InDesired, float InDeltaRate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FixedTurn"); + + Params::KismetMathLibrary_FixedTurn Parms{}; + + Parms.InCurrent = InCurrent; + Parms.InDesired = InDesired; + Parms.InDeltaRate = InDeltaRate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FloatSpringInterp +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// float Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FFloatSpringState& SpringState (Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// float Stiffness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float CriticalDampingFactor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Mass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FloatSpringInterp(float Current, float Target, struct FFloatSpringState& SpringState, float Stiffness, float CriticalDampingFactor, float DeltaTime, float Mass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FloatSpringInterp"); + + Params::KismetMathLibrary_FloatSpringInterp Parms{}; + + Parms.Current = Current; + Parms.Target = Target; + Parms.SpringState = std::move(SpringState); + Parms.Stiffness = Stiffness; + Parms.CriticalDampingFactor = CriticalDampingFactor; + Parms.DeltaTime = DeltaTime; + Parms.Mass = Mass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + SpringState = std::move(Parms.SpringState); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FMax +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FMax(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FMax"); + + Params::KismetMathLibrary_FMax Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FMin +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FMin(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FMin"); + + Params::KismetMathLibrary_FMin Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FMod +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// float Dividend (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Divisor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Remainder (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::FMod(float Dividend, float Divisor, float* Remainder) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FMod"); + + Params::KismetMathLibrary_FMod Parms{}; + + Parms.Dividend = Dividend; + Parms.Divisor = Divisor; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Remainder != nullptr) + *Remainder = Parms.Remainder; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Fraction +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Fraction(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Fraction"); + + Params::KismetMathLibrary_Fraction Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FromDays +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Days (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::FromDays(float Days) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FromDays"); + + Params::KismetMathLibrary_FromDays Parms{}; + + Parms.Days = Days; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FromHours +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Hours (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::FromHours(float Hours) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FromHours"); + + Params::KismetMathLibrary_FromHours Parms{}; + + Parms.Hours = Hours; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FromMilliseconds +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Milliseconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::FromMilliseconds(float Milliseconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FromMilliseconds"); + + Params::KismetMathLibrary_FromMilliseconds Parms{}; + + Parms.Milliseconds = Milliseconds; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FromMinutes +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Minutes (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::FromMinutes(float Minutes) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FromMinutes"); + + Params::KismetMathLibrary_FromMinutes Parms{}; + + Parms.Minutes = Minutes; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FromSeconds +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Seconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::FromSeconds(float Seconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FromSeconds"); + + Params::KismetMathLibrary_FromSeconds Parms{}; + + Parms.Seconds = Seconds; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FTrunc +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::FTrunc(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FTrunc"); + + Params::KismetMathLibrary_FTrunc Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FTrunc64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::FTrunc64(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FTrunc64"); + + Params::KismetMathLibrary_FTrunc64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FTruncVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntVector UKismetMathLibrary::FTruncVector(const struct FVector& InVector) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FTruncVector"); + + Params::KismetMathLibrary_FTruncVector Parms{}; + + Parms.InVector = std::move(InVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.FWrap +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::FWrap(float Value, float Min_0, float Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "FWrap"); + + Params::KismetMathLibrary_FWrap Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetAbs2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::GetAbs2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetAbs2D"); + + Params::KismetMathLibrary_GetAbs2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetAbsMax2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetAbsMax2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetAbsMax2D"); + + Params::KismetMathLibrary_GetAbsMax2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetAxes +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Z (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::GetAxes(const struct FRotator& A, struct FVector* X, struct FVector* Y, struct FVector* Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetAxes"); + + Params::KismetMathLibrary_GetAxes Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = std::move(Parms.X); + + if (Y != nullptr) + *Y = std::move(Parms.Y); + + if (Z != nullptr) + *Z = std::move(Parms.Z); +} + + +// Function Engine.KismetMathLibrary.GetAzimuthAndElevation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InDirection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& ReferenceFrame (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float* Azimuth (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Elevation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::GetAzimuthAndElevation(const struct FVector& InDirection, const struct FTransform& ReferenceFrame, float* Azimuth, float* Elevation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetAzimuthAndElevation"); + + Params::KismetMathLibrary_GetAzimuthAndElevation Parms{}; + + Parms.InDirection = std::move(InDirection); + Parms.ReferenceFrame = std::move(ReferenceFrame); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Azimuth != nullptr) + *Azimuth = Parms.Azimuth; + + if (Elevation != nullptr) + *Elevation = Parms.Elevation; +} + + +// Function Engine.KismetMathLibrary.GetDate +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::GetDate(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetDate"); + + Params::KismetMathLibrary_GetDate Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetDay +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetDay(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetDay"); + + Params::KismetMathLibrary_GetDay Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetDayOfYear +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetDayOfYear(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetDayOfYear"); + + Params::KismetMathLibrary_GetDayOfYear Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetDays +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetDays(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetDays"); + + Params::KismetMathLibrary_GetDays Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetDirectionUnitVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& From (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& To (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GetDirectionUnitVector(const struct FVector& From, const struct FVector& To) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetDirectionUnitVector"); + + Params::KismetMathLibrary_GetDirectionUnitVector Parms{}; + + Parms.From = std::move(From); + Parms.To = std::move(To); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetDuration +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::GetDuration(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetDuration"); + + Params::KismetMathLibrary_GetDuration Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetForwardVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GetForwardVector(const struct FRotator& InRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetForwardVector"); + + Params::KismetMathLibrary_GetForwardVector Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetHour +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetHour(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetHour"); + + Params::KismetMathLibrary_GetHour Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetHour12 +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetHour12(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetHour12"); + + Params::KismetMathLibrary_GetHour12 Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetHours +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetHours(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetHours"); + + Params::KismetMathLibrary_GetHours Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMax2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetMax2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMax2D"); + + Params::KismetMathLibrary_GetMax2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMaxElement +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetMaxElement(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMaxElement"); + + Params::KismetMathLibrary_GetMaxElement Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMillisecond +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetMillisecond(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMillisecond"); + + Params::KismetMathLibrary_GetMillisecond Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMilliseconds +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetMilliseconds(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMilliseconds"); + + Params::KismetMathLibrary_GetMilliseconds Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMin2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetMin2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMin2D"); + + Params::KismetMathLibrary_GetMin2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMinElement +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetMinElement(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMinElement"); + + Params::KismetMathLibrary_GetMinElement Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMinute +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetMinute(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMinute"); + + Params::KismetMathLibrary_GetMinute Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMinutes +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetMinutes(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMinutes"); + + Params::KismetMathLibrary_GetMinutes Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetMonth +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetMonth(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetMonth"); + + Params::KismetMathLibrary_GetMonth Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetPI +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetPI() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetPI"); + + Params::KismetMathLibrary_GetPI Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetPointDistanceToLine +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineOrigin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineDirection (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetPointDistanceToLine(const struct FVector& Point, const struct FVector& LineOrigin, const struct FVector& LineDirection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetPointDistanceToLine"); + + Params::KismetMathLibrary_GetPointDistanceToLine Parms{}; + + Parms.Point = std::move(Point); + Parms.LineOrigin = std::move(LineOrigin); + Parms.LineDirection = std::move(LineDirection); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetPointDistanceToSegment +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SegmentStart (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SegmentEnd (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetPointDistanceToSegment(const struct FVector& Point, const struct FVector& SegmentStart, const struct FVector& SegmentEnd) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetPointDistanceToSegment"); + + Params::KismetMathLibrary_GetPointDistanceToSegment Parms{}; + + Parms.Point = std::move(Point); + Parms.SegmentStart = std::move(SegmentStart); + Parms.SegmentEnd = std::move(SegmentEnd); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetReflectionVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Direction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& SurfaceNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GetReflectionVector(const struct FVector& Direction, const struct FVector& SurfaceNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetReflectionVector"); + + Params::KismetMathLibrary_GetReflectionVector Parms{}; + + Parms.Direction = std::move(Direction); + Parms.SurfaceNormal = std::move(SurfaceNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetRightVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GetRightVector(const struct FRotator& InRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetRightVector"); + + Params::KismetMathLibrary_GetRightVector Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetRotated2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngleDeg (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::GetRotated2D(const struct FVector2D& A, float AngleDeg) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetRotated2D"); + + Params::KismetMathLibrary_GetRotated2D Parms{}; + + Parms.A = std::move(A); + Parms.AngleDeg = AngleDeg; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetSecond +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetSecond(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetSecond"); + + Params::KismetMathLibrary_GetSecond Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetSeconds +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetSeconds(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetSeconds"); + + Params::KismetMathLibrary_GetSeconds Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetSlopeDegreeAngles +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& MyRightYAxis (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& FloorNormal (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& UpVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutSlopePitchDegreeAngle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutSlopeRollDegreeAngle (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::GetSlopeDegreeAngles(const struct FVector& MyRightYAxis, const struct FVector& FloorNormal, const struct FVector& UpVector, float* OutSlopePitchDegreeAngle, float* OutSlopeRollDegreeAngle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetSlopeDegreeAngles"); + + Params::KismetMathLibrary_GetSlopeDegreeAngles Parms{}; + + Parms.MyRightYAxis = std::move(MyRightYAxis); + Parms.FloorNormal = std::move(FloorNormal); + Parms.UpVector = std::move(UpVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutSlopePitchDegreeAngle != nullptr) + *OutSlopePitchDegreeAngle = Parms.OutSlopePitchDegreeAngle; + + if (OutSlopeRollDegreeAngle != nullptr) + *OutSlopeRollDegreeAngle = Parms.OutSlopeRollDegreeAngle; +} + + +// Function Engine.KismetMathLibrary.GetTAU +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetTAU() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTAU"); + + Params::KismetMathLibrary_GetTAU Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetTimeOfDay +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::GetTimeOfDay(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTimeOfDay"); + + Params::KismetMathLibrary_GetTimeOfDay Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetTotalDays +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetTotalDays(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTotalDays"); + + Params::KismetMathLibrary_GetTotalDays Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetTotalHours +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetTotalHours(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTotalHours"); + + Params::KismetMathLibrary_GetTotalHours Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetTotalMilliseconds +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetTotalMilliseconds(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTotalMilliseconds"); + + Params::KismetMathLibrary_GetTotalMilliseconds Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetTotalMinutes +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetTotalMinutes(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTotalMinutes"); + + Params::KismetMathLibrary_GetTotalMinutes Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetTotalSeconds +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GetTotalSeconds(const struct FTimespan& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetTotalSeconds"); + + Params::KismetMathLibrary_GetTotalSeconds Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetUpVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GetUpVector(const struct FRotator& InRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetUpVector"); + + Params::KismetMathLibrary_GetUpVector Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetVectorArrayAverage +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& Vectors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GetVectorArrayAverage(const TArray& Vectors) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetVectorArrayAverage"); + + Params::KismetMathLibrary_GetVectorArrayAverage Parms{}; + + Parms.Vectors = std::move(Vectors); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GetYawPitchFromVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Yaw (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* Pitch (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::GetYawPitchFromVector(const struct FVector& InVec, float* Yaw, float* Pitch) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetYawPitchFromVector"); + + Params::KismetMathLibrary_GetYawPitchFromVector Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Yaw != nullptr) + *Yaw = Parms.Yaw; + + if (Pitch != nullptr) + *Pitch = Parms.Pitch; +} + + +// Function Engine.KismetMathLibrary.GetYear +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::GetYear(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GetYear"); + + Params::KismetMathLibrary_GetYear Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Greater_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Greater_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Greater_ByteByte"); + + Params::KismetMathLibrary_Greater_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Greater_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Greater_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Greater_DateTimeDateTime"); + + Params::KismetMathLibrary_Greater_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Greater_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Greater_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Greater_FloatFloat"); + + Params::KismetMathLibrary_Greater_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Greater_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Greater_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Greater_Int64Int64"); + + Params::KismetMathLibrary_Greater_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Greater_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Greater_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Greater_IntInt"); + + Params::KismetMathLibrary_Greater_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Greater_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Greater_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Greater_TimespanTimespan"); + + Params::KismetMathLibrary_Greater_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterEqual_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::GreaterEqual_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterEqual_ByteByte"); + + Params::KismetMathLibrary_GreaterEqual_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterEqual_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::GreaterEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterEqual_DateTimeDateTime"); + + Params::KismetMathLibrary_GreaterEqual_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterEqual_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::GreaterEqual_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterEqual_FloatFloat"); + + Params::KismetMathLibrary_GreaterEqual_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterEqual_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::GreaterEqual_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterEqual_Int64Int64"); + + Params::KismetMathLibrary_GreaterEqual_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterEqual_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::GreaterEqual_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterEqual_IntInt"); + + Params::KismetMathLibrary_GreaterEqual_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterEqual_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::GreaterEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterEqual_TimespanTimespan"); + + Params::KismetMathLibrary_GreaterEqual_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GreaterGreater_VectorRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::GreaterGreater_VectorRotator(const struct FVector& A, const struct FRotator& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GreaterGreater_VectorRotator"); + + Params::KismetMathLibrary_GreaterGreater_VectorRotator Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.GridSnap_Float +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float GridSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::GridSnap_Float(float Location, float GridSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "GridSnap_Float"); + + Params::KismetMathLibrary_GridSnap_Float Parms{}; + + Parms.Location = Location; + Parms.GridSize = GridSize; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.HSVToRGB +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float H (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float S (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::HSVToRGB(float H, float S, float V, float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "HSVToRGB"); + + Params::KismetMathLibrary_HSVToRGB Parms{}; + + Parms.H = H; + Parms.S = S; + Parms.V = V; + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.HSVToRGB_Vector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& HSV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor* RGB (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::HSVToRGB_Vector(const struct FLinearColor& HSV, struct FLinearColor* RGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "HSVToRGB_Vector"); + + Params::KismetMathLibrary_HSVToRGB_Vector Parms{}; + + Parms.HSV = std::move(HSV); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (RGB != nullptr) + *RGB = std::move(Parms.RGB); +} + + +// Function Engine.KismetMathLibrary.HSVToRGBLinear +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& HSV (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::HSVToRGBLinear(const struct FLinearColor& HSV) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "HSVToRGBLinear"); + + Params::KismetMathLibrary_HSVToRGBLinear Parms{}; + + Parms.HSV = std::move(HSV); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Hypotenuse +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Width (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Height (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Hypotenuse(float Width, float Height) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Hypotenuse"); + + Params::KismetMathLibrary_Hypotenuse Parms{}; + + Parms.Width = Width; + Parms.Height = Height; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InRange_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InclusiveMin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InclusiveMax (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::InRange_FloatFloat(float Value, float Min_0, float Max_0, bool InclusiveMin, bool InclusiveMax) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InRange_FloatFloat"); + + Params::KismetMathLibrary_InRange_FloatFloat Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + Parms.InclusiveMin = InclusiveMin; + Parms.InclusiveMax = InclusiveMax; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InRange_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InclusiveMin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InclusiveMax (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::InRange_Int64Int64(int64 Value, int64 Min_0, int64 Max_0, bool InclusiveMin, bool InclusiveMax) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InRange_Int64Int64"); + + Params::KismetMathLibrary_InRange_Int64Int64 Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + Parms.InclusiveMin = InclusiveMin; + Parms.InclusiveMax = InclusiveMax; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InRange_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InclusiveMin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool InclusiveMax (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::InRange_IntInt(int32 Value, int32 Min_0, int32 Max_0, bool InclusiveMin, bool InclusiveMax) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InRange_IntInt"); + + Params::KismetMathLibrary_InRange_IntInt Parms{}; + + Parms.Value = Value; + Parms.Min_0 = Min_0; + Parms.Max_0 = Max_0; + Parms.InclusiveMin = InclusiveMin; + Parms.InclusiveMax = InclusiveMax; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IntPoint_Down +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::IntPoint_Down() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IntPoint_Down"); + + Params::KismetMathLibrary_IntPoint_Down Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IntPoint_Left +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::IntPoint_Left() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IntPoint_Left"); + + Params::KismetMathLibrary_IntPoint_Left Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IntPoint_One +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::IntPoint_One() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IntPoint_One"); + + Params::KismetMathLibrary_IntPoint_One Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IntPoint_Right +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::IntPoint_Right() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IntPoint_Right"); + + Params::KismetMathLibrary_IntPoint_Right Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IntPoint_Up +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::IntPoint_Up() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IntPoint_Up"); + + Params::KismetMathLibrary_IntPoint_Up Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IntPoint_Zero +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::IntPoint_Zero() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IntPoint_Zero"); + + Params::KismetMathLibrary_IntPoint_Zero Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InverseTransformDirection +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Direction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::InverseTransformDirection(const struct FTransform& T, const struct FVector& Direction) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InverseTransformDirection"); + + Params::KismetMathLibrary_InverseTransformDirection Parms{}; + + Parms.T = std::move(T); + Parms.Direction = std::move(Direction); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InverseTransformLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::InverseTransformLocation(const struct FTransform& T, const struct FVector& Location) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InverseTransformLocation"); + + Params::KismetMathLibrary_InverseTransformLocation Parms{}; + + Parms.T = std::move(T); + Parms.Location = std::move(Location); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InverseTransformRotation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::InverseTransformRotation(const struct FTransform& T, const struct FRotator& Rotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InverseTransformRotation"); + + Params::KismetMathLibrary_InverseTransformRotation Parms{}; + + Parms.T = std::move(T); + Parms.Rotation = std::move(Rotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.InvertTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::InvertTransform(const struct FTransform& T) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "InvertTransform"); + + Params::KismetMathLibrary_InvertTransform Parms{}; + + Parms.T = std::move(T); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsAfternoon +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsAfternoon(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsAfternoon"); + + Params::KismetMathLibrary_IsAfternoon Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsLeapYear +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Year (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsLeapYear(int32 Year) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsLeapYear"); + + Params::KismetMathLibrary_IsLeapYear Parms{}; + + Parms.Year = Year; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsMorning +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsMorning(const struct FDateTime& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsMorning"); + + Params::KismetMathLibrary_IsMorning Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsNearlyZero2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsNearlyZero2D(const struct FVector2D& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsNearlyZero2D"); + + Params::KismetMathLibrary_IsNearlyZero2D Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsPointInBox +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& BoxOrigin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& BoxExtent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsPointInBox(const struct FVector& Point, const struct FVector& BoxOrigin, const struct FVector& BoxExtent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsPointInBox"); + + Params::KismetMathLibrary_IsPointInBox Parms{}; + + Parms.Point = std::move(Point); + Parms.BoxOrigin = std::move(BoxOrigin); + Parms.BoxExtent = std::move(BoxExtent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsPointInBoxWithTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& BoxWorldTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& BoxExtent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsPointInBoxWithTransform(const struct FVector& Point, const struct FTransform& BoxWorldTransform, const struct FVector& BoxExtent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsPointInBoxWithTransform"); + + Params::KismetMathLibrary_IsPointInBoxWithTransform Parms{}; + + Parms.Point = std::move(Point); + Parms.BoxWorldTransform = std::move(BoxWorldTransform); + Parms.BoxExtent = std::move(BoxExtent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.IsZero2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::IsZero2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "IsZero2D"); + + Params::KismetMathLibrary_IsZero2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Lerp +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Lerp(float A, float B, float Alpha) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Lerp"); + + Params::KismetMathLibrary_Lerp Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.Alpha = Alpha; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Less_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Less_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Less_ByteByte"); + + Params::KismetMathLibrary_Less_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Less_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Less_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Less_DateTimeDateTime"); + + Params::KismetMathLibrary_Less_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Less_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Less_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Less_FloatFloat"); + + Params::KismetMathLibrary_Less_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Less_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Less_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Less_Int64Int64"); + + Params::KismetMathLibrary_Less_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Less_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Less_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Less_IntInt"); + + Params::KismetMathLibrary_Less_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Less_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Less_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Less_TimespanTimespan"); + + Params::KismetMathLibrary_Less_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessEqual_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LessEqual_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessEqual_ByteByte"); + + Params::KismetMathLibrary_LessEqual_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessEqual_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LessEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessEqual_DateTimeDateTime"); + + Params::KismetMathLibrary_LessEqual_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessEqual_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LessEqual_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessEqual_FloatFloat"); + + Params::KismetMathLibrary_LessEqual_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessEqual_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LessEqual_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessEqual_Int64Int64"); + + Params::KismetMathLibrary_LessEqual_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessEqual_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LessEqual_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessEqual_IntInt"); + + Params::KismetMathLibrary_LessEqual_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessEqual_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LessEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessEqual_TimespanTimespan"); + + Params::KismetMathLibrary_LessEqual_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LessLess_VectorRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::LessLess_VectorRotator(const struct FVector& A, const struct FRotator& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LessLess_VectorRotator"); + + Params::KismetMathLibrary_LessLess_VectorRotator Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Black +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Black() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Black"); + + Params::KismetMathLibrary_LinearColor_Black Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Blue +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Blue() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Blue"); + + Params::KismetMathLibrary_LinearColor_Blue Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Desaturated +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InDesaturation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Desaturated(const struct FLinearColor& InColor, float InDesaturation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Desaturated"); + + Params::KismetMathLibrary_LinearColor_Desaturated Parms{}; + + Parms.InColor = std::move(InColor); + Parms.InDesaturation = InDesaturation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Distance +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& C1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& C2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::LinearColor_Distance(const struct FLinearColor& C1, const struct FLinearColor& C2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Distance"); + + Params::KismetMathLibrary_LinearColor_Distance Parms{}; + + Parms.C1 = std::move(C1); + Parms.C2 = std::move(C2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_GetLuminance +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::LinearColor_GetLuminance(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_GetLuminance"); + + Params::KismetMathLibrary_LinearColor_GetLuminance Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_GetMax +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::LinearColor_GetMax(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_GetMax"); + + Params::KismetMathLibrary_LinearColor_GetMax Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_GetMin +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::LinearColor_GetMin(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_GetMin"); + + Params::KismetMathLibrary_LinearColor_GetMin Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Gray +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Gray() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Gray"); + + Params::KismetMathLibrary_LinearColor_Gray Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Green +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Green() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Green"); + + Params::KismetMathLibrary_LinearColor_Green Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_IsNearEqual +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LinearColor_IsNearEqual(const struct FLinearColor& A, const struct FLinearColor& B, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_IsNearEqual"); + + Params::KismetMathLibrary_LinearColor_IsNearEqual Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Quantize +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FColor UKismetMathLibrary::LinearColor_Quantize(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Quantize"); + + Params::KismetMathLibrary_LinearColor_Quantize Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_QuantizeRound +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FColor UKismetMathLibrary::LinearColor_QuantizeRound(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_QuantizeRound"); + + Params::KismetMathLibrary_LinearColor_QuantizeRound Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Red +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Red() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Red"); + + Params::KismetMathLibrary_LinearColor_Red Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Set +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_Set(struct FLinearColor& InOutColor, const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Set"); + + Params::KismetMathLibrary_LinearColor_Set Parms{}; + + Parms.InOutColor = std::move(InOutColor); + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_SetFromHSV +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float H (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float S (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_SetFromHSV(struct FLinearColor& InOutColor, float H, float S, float V, float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_SetFromHSV"); + + Params::KismetMathLibrary_LinearColor_SetFromHSV Parms{}; + + Parms.InOutColor = std::move(InOutColor); + Parms.H = H; + Parms.S = S; + Parms.V = V; + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_SetFromPow22 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FColor& InColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_SetFromPow22(struct FLinearColor& InOutColor, const struct FColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_SetFromPow22"); + + Params::KismetMathLibrary_LinearColor_SetFromPow22 Parms{}; + + Parms.InOutColor = std::move(InOutColor); + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_SetFromSRGB +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FColor& InSRGB (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_SetFromSRGB(struct FLinearColor& InOutColor, const struct FColor& InSRGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_SetFromSRGB"); + + Params::KismetMathLibrary_LinearColor_SetFromSRGB Parms{}; + + Parms.InOutColor = std::move(InOutColor); + Parms.InSRGB = std::move(InSRGB); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_SetRandomHue +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_SetRandomHue(struct FLinearColor& InOutColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_SetRandomHue"); + + Params::KismetMathLibrary_LinearColor_SetRandomHue Parms{}; + + Parms.InOutColor = std::move(InOutColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_SetRGBA +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float R (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float G (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_SetRGBA(struct FLinearColor& InOutColor, float R, float G, float B, float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_SetRGBA"); + + Params::KismetMathLibrary_LinearColor_SetRGBA Parms{}; + + Parms.InOutColor = std::move(InOutColor); + Parms.R = R; + Parms.G = G; + Parms.B = B; + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_SetTemperature +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FLinearColor& InOutColor (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InTemperature (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::LinearColor_SetTemperature(struct FLinearColor& InOutColor, float InTemperature) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_SetTemperature"); + + Params::KismetMathLibrary_LinearColor_SetTemperature Parms{}; + + Parms.InOutColor = std::move(InOutColor); + Parms.InTemperature = InTemperature; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + InOutColor = std::move(Parms.InOutColor); +} + + +// Function Engine.KismetMathLibrary.LinearColor_ToNewOpacity +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InOpacity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_ToNewOpacity(const struct FLinearColor& InColor, float InOpacity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_ToNewOpacity"); + + Params::KismetMathLibrary_LinearColor_ToNewOpacity Parms{}; + + Parms.InColor = std::move(InColor); + Parms.InOpacity = InOpacity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_ToRGBE +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InLinearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FColor UKismetMathLibrary::LinearColor_ToRGBE(const struct FLinearColor& InLinearColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_ToRGBE"); + + Params::KismetMathLibrary_LinearColor_ToRGBE Parms{}; + + Parms.InLinearColor = std::move(InLinearColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Transparent +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Transparent() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Transparent"); + + Params::KismetMathLibrary_LinearColor_Transparent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_White +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_White() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_White"); + + Params::KismetMathLibrary_LinearColor_White Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColor_Yellow +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColor_Yellow() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColor_Yellow"); + + Params::KismetMathLibrary_LinearColor_Yellow Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColorLerp +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColorLerp(const struct FLinearColor& A, const struct FLinearColor& B, float Alpha) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColorLerp"); + + Params::KismetMathLibrary_LinearColorLerp Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinearColorLerpUsingHSV +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::LinearColorLerpUsingHSV(const struct FLinearColor& A, const struct FLinearColor& B, float Alpha) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinearColorLerpUsingHSV"); + + Params::KismetMathLibrary_LinearColorLerpUsingHSV Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinePlaneIntersection +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& LineStart (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineEnd (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPlane& APlane (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* T (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Intersection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LinePlaneIntersection(const struct FVector& LineStart, const struct FVector& LineEnd, const struct FPlane& APlane, float* T, struct FVector* Intersection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinePlaneIntersection"); + + Params::KismetMathLibrary_LinePlaneIntersection Parms{}; + + Parms.LineStart = std::move(LineStart); + Parms.LineEnd = std::move(LineEnd); + Parms.APlane = std::move(APlane); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (T != nullptr) + *T = Parms.T; + + if (Intersection != nullptr) + *Intersection = std::move(Parms.Intersection); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.LinePlaneIntersection_OriginNormal +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& LineStart (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& LineEnd (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PlaneOrigin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PlaneNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* T (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Intersection (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::LinePlaneIntersection_OriginNormal(const struct FVector& LineStart, const struct FVector& LineEnd, const struct FVector& PlaneOrigin, const struct FVector& PlaneNormal, float* T, struct FVector* Intersection) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "LinePlaneIntersection_OriginNormal"); + + Params::KismetMathLibrary_LinePlaneIntersection_OriginNormal Parms{}; + + Parms.LineStart = std::move(LineStart); + Parms.LineEnd = std::move(LineEnd); + Parms.PlaneOrigin = std::move(PlaneOrigin); + Parms.PlaneNormal = std::move(PlaneNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (T != nullptr) + *T = Parms.T; + + if (Intersection != nullptr) + *Intersection = std::move(Parms.Intersection); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Log +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Base (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Log(float A, float Base) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Log"); + + Params::KismetMathLibrary_Log Parms{}; + + Parms.A = A; + Parms.Base = Base; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Loge +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Loge(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Loge"); + + Params::KismetMathLibrary_Loge Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeBox +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FBox ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FBox UKismetMathLibrary::MakeBox(const struct FVector& Min_0, const struct FVector& Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeBox"); + + Params::KismetMathLibrary_MakeBox Parms{}; + + Parms.Min_0 = std::move(Min_0); + Parms.Max_0 = std::move(Max_0); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeBox2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& Min_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Max_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FBox2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) + +struct FBox2D UKismetMathLibrary::MakeBox2D(const struct FVector2D& Min_0, const struct FVector2D& Max_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeBox2D"); + + Params::KismetMathLibrary_MakeBox2D Parms{}; + + Parms.Min_0 = std::move(Min_0); + Parms.Max_0 = std::move(Max_0); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float R (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float G (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::MakeColor(float R, float G, float B, float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeColor"); + + Params::KismetMathLibrary_MakeColor Parms{}; + + Parms.R = R; + Parms.G = G; + Parms.B = B; + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Year (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Month (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Day (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Hour (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Minute (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Second (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Millisecond (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::MakeDateTime(int32 Year, int32 Month, int32 Day, int32 Hour, int32 Minute, int32 Second, int32 Millisecond) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeDateTime"); + + Params::KismetMathLibrary_MakeDateTime Parms{}; + + Parms.Year = Year; + Parms.Month = Month; + Parms.Day = Day; + Parms.Hour = Hour; + Parms.Minute = Minute; + Parms.Second = Second; + Parms.Millisecond = Millisecond; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeFrameRate +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Numerator (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Denominator (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FFrameRate ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FFrameRate UKismetMathLibrary::MakeFrameRate(int32 Numerator, int32 Denominator) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeFrameRate"); + + Params::KismetMathLibrary_MakeFrameRate Parms{}; + + Parms.Numerator = Numerator; + Parms.Denominator = Denominator; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakePlaneFromPointAndNormal +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Normal_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FPlane ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FPlane UKismetMathLibrary::MakePlaneFromPointAndNormal(const struct FVector& Point, const struct FVector& Normal_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakePlaneFromPointAndNormal"); + + Params::KismetMathLibrary_MakePlaneFromPointAndNormal Parms{}; + + Parms.Point = std::move(Point); + Parms.Normal_0 = std::move(Normal_0); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakePulsatingValue +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float InCurrentTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPulsesPerSecond (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InPhase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::MakePulsatingValue(float InCurrentTime, float InPulsesPerSecond, float InPhase) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakePulsatingValue"); + + Params::KismetMathLibrary_MakePulsatingValue Parms{}; + + Parms.InCurrentTime = InCurrentTime; + Parms.InPulsesPerSecond = InPulsesPerSecond; + Parms.InPhase = InPhase; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeQualifiedFrameTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FFrameNumber& Frame (Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FFrameRate& FrameRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SubFrame (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQualifiedFrameTime ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FQualifiedFrameTime UKismetMathLibrary::MakeQualifiedFrameTime(const struct FFrameNumber& Frame, const struct FFrameRate& FrameRate, float SubFrame) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeQualifiedFrameTime"); + + Params::KismetMathLibrary_MakeQualifiedFrameTime Parms{}; + + Parms.Frame = std::move(Frame); + Parms.FrameRate = std::move(FrameRate); + Parms.SubFrame = SubFrame; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRandomStream +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 InitialSeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRandomStream ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) + +struct FRandomStream UKismetMathLibrary::MakeRandomStream(int32 InitialSeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRandomStream"); + + Params::KismetMathLibrary_MakeRandomStream Parms{}; + + Parms.InitialSeed = InitialSeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRelativeTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& RelativeTo (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::MakeRelativeTransform(const struct FTransform& A, const struct FTransform& RelativeTo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRelativeTransform"); + + Params::KismetMathLibrary_MakeRelativeTransform Parms{}; + + Parms.A = std::move(A); + Parms.RelativeTo = std::move(RelativeTo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotationFromAxes +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Forward (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Right (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Up (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotationFromAxes(const struct FVector& Forward, const struct FVector& Right, const struct FVector& Up) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotationFromAxes"); + + Params::KismetMathLibrary_MakeRotationFromAxes Parms{}; + + Parms.Forward = std::move(Forward); + Parms.Right = std::move(Right); + Parms.Up = std::move(Up); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Roll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Pitch (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Yaw (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotator(float Roll, float Pitch, float Yaw) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotator"); + + Params::KismetMathLibrary_MakeRotator Parms{}; + + Parms.Roll = Roll; + Parms.Pitch = Pitch; + Parms.Yaw = Yaw; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromX +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& X (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromX(const struct FVector& X) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromX"); + + Params::KismetMathLibrary_MakeRotFromX Parms{}; + + Parms.X = std::move(X); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromXY +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& X (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Y (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromXY(const struct FVector& X, const struct FVector& Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromXY"); + + Params::KismetMathLibrary_MakeRotFromXY Parms{}; + + Parms.X = std::move(X); + Parms.Y = std::move(Y); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromXZ +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& X (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Z (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromXZ(const struct FVector& X, const struct FVector& Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromXZ"); + + Params::KismetMathLibrary_MakeRotFromXZ Parms{}; + + Parms.X = std::move(X); + Parms.Z = std::move(Z); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromY +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Y (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromY(const struct FVector& Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromY"); + + Params::KismetMathLibrary_MakeRotFromY Parms{}; + + Parms.Y = std::move(Y); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromYX +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Y (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& X (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromYX(const struct FVector& Y, const struct FVector& X) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromYX"); + + Params::KismetMathLibrary_MakeRotFromYX Parms{}; + + Parms.Y = std::move(Y); + Parms.X = std::move(X); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromYZ +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Y (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Z (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromYZ(const struct FVector& Y, const struct FVector& Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromYZ"); + + Params::KismetMathLibrary_MakeRotFromYZ Parms{}; + + Parms.Y = std::move(Y); + Parms.Z = std::move(Z); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromZ +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Z (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromZ(const struct FVector& Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromZ"); + + Params::KismetMathLibrary_MakeRotFromZ Parms{}; + + Parms.Z = std::move(Z); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromZX +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Z (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& X (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromZX(const struct FVector& Z, const struct FVector& X) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromZX"); + + Params::KismetMathLibrary_MakeRotFromZX Parms{}; + + Parms.Z = std::move(Z); + Parms.X = std::move(X); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeRotFromZY +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Z (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Y (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::MakeRotFromZY(const struct FVector& Z, const struct FVector& Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeRotFromZY"); + + Params::KismetMathLibrary_MakeRotFromZY Parms{}; + + Parms.Z = std::move(Z); + Parms.Y = std::move(Y); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Days (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Hours (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Minutes (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Seconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Milliseconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::MakeTimespan(int32 Days, int32 Hours, int32 Minutes, int32 Seconds, int32 Milliseconds) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeTimespan"); + + Params::KismetMathLibrary_MakeTimespan Parms{}; + + Parms.Days = Days; + Parms.Hours = Hours; + Parms.Minutes = Minutes; + Parms.Seconds = Seconds; + Parms.Milliseconds = Milliseconds; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeTimespan2 +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Days (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Hours (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Minutes (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Seconds (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 FractionNano (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::MakeTimespan2(int32 Days, int32 Hours, int32 Minutes, int32 Seconds, int32 FractionNano) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeTimespan2"); + + Params::KismetMathLibrary_MakeTimespan2 Parms{}; + + Parms.Days = Days; + Parms.Hours = Hours; + Parms.Minutes = Minutes; + Parms.Seconds = Seconds; + Parms.FractionNano = FractionNano; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeTransform +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::MakeTransform(const struct FVector& Location, const struct FRotator& Rotation, const struct FVector& Scale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeTransform"); + + Params::KismetMathLibrary_MakeTransform Parms{}; + + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.Scale = std::move(Scale); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::MakeVector(float X, float Y, float Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeVector"); + + Params::KismetMathLibrary_MakeVector Parms{}; + + Parms.X = X; + Parms.Y = Y; + Parms.Z = Z; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::MakeVector2D(float X, float Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeVector2D"); + + Params::KismetMathLibrary_MakeVector2D Parms{}; + + Parms.X = X; + Parms.Y = Y; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MakeVector4 +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float W (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::MakeVector4(float X, float Y, float Z, float W) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MakeVector4"); + + Params::KismetMathLibrary_MakeVector4 Parms{}; + + Parms.X = X; + Parms.Y = Y; + Parms.Z = Z; + Parms.W = W; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MapRangeClamped +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InRangeA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InRangeB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OutRangeA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OutRangeB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::MapRangeClamped(float Value, float InRangeA, float InRangeB, float OutRangeA, float OutRangeB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MapRangeClamped"); + + Params::KismetMathLibrary_MapRangeClamped Parms{}; + + Parms.Value = Value; + Parms.InRangeA = InRangeA; + Parms.InRangeB = InRangeB; + Parms.OutRangeA = OutRangeA; + Parms.OutRangeB = OutRangeB; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MapRangeUnclamped +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InRangeA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InRangeB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OutRangeA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float OutRangeB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::MapRangeUnclamped(float Value, float InRangeA, float InRangeB, float OutRangeA, float OutRangeB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MapRangeUnclamped"); + + Params::KismetMathLibrary_MapRangeUnclamped Parms{}; + + Parms.Value = Value; + Parms.InRangeA = InRangeA; + Parms.InRangeB = InRangeB; + Parms.OutRangeA = OutRangeA; + Parms.OutRangeB = OutRangeB; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_ApplyScale +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_ApplyScale(const struct FMatrix& M, float Scale) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_ApplyScale"); + + Params::KismetMathLibrary_Matrix_ApplyScale Parms{}; + + Parms.M = std::move(M); + Parms.Scale = Scale; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_ConcatenateTranslation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Translation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_ConcatenateTranslation(const struct FMatrix& M, const struct FVector& Translation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_ConcatenateTranslation"); + + Params::KismetMathLibrary_Matrix_ConcatenateTranslation Parms{}; + + Parms.M = std::move(M); + Parms.Translation = std::move(Translation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_ContainsNaN +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_ContainsNaN(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_ContainsNaN"); + + Params::KismetMathLibrary_Matrix_ContainsNaN Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetColumn +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EMatrixColumns Column (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_GetColumn(const struct FMatrix& M, EMatrixColumns Column) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetColumn"); + + Params::KismetMathLibrary_Matrix_GetColumn Parms{}; + + Parms.M = std::move(M); + Parms.Column = Column; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetDeterminant +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Matrix_GetDeterminant(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetDeterminant"); + + Params::KismetMathLibrary_Matrix_GetDeterminant Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumBottomPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FPlane* OutPlane (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_GetFrustumBottomPlane(const struct FMatrix& M, struct FPlane* OutPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetFrustumBottomPlane"); + + Params::KismetMathLibrary_Matrix_GetFrustumBottomPlane Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPlane != nullptr) + *OutPlane = std::move(Parms.OutPlane); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumFarPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FPlane* OutPlane (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_GetFrustumFarPlane(const struct FMatrix& M, struct FPlane* OutPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetFrustumFarPlane"); + + Params::KismetMathLibrary_Matrix_GetFrustumFarPlane Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPlane != nullptr) + *OutPlane = std::move(Parms.OutPlane); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumLeftPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FPlane* OutPlane (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_GetFrustumLeftPlane(const struct FMatrix& M, struct FPlane* OutPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetFrustumLeftPlane"); + + Params::KismetMathLibrary_Matrix_GetFrustumLeftPlane Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPlane != nullptr) + *OutPlane = std::move(Parms.OutPlane); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumNearPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FPlane* OutPlane (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_GetFrustumNearPlane(const struct FMatrix& M, struct FPlane* OutPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetFrustumNearPlane"); + + Params::KismetMathLibrary_Matrix_GetFrustumNearPlane Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPlane != nullptr) + *OutPlane = std::move(Parms.OutPlane); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumRightPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FPlane* OutPlane (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_GetFrustumRightPlane(const struct FMatrix& M, struct FPlane* OutPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetFrustumRightPlane"); + + Params::KismetMathLibrary_Matrix_GetFrustumRightPlane Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPlane != nullptr) + *OutPlane = std::move(Parms.OutPlane); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumTopPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FPlane* OutPlane (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Matrix_GetFrustumTopPlane(const struct FMatrix& M, struct FPlane* OutPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetFrustumTopPlane"); + + Params::KismetMathLibrary_Matrix_GetFrustumTopPlane Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutPlane != nullptr) + *OutPlane = std::move(Parms.OutPlane); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetInverse +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_GetInverse(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetInverse"); + + Params::KismetMathLibrary_Matrix_GetInverse Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetMatrixWithoutScale +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_GetMatrixWithoutScale(const struct FMatrix& M, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetMatrixWithoutScale"); + + Params::KismetMathLibrary_Matrix_GetMatrixWithoutScale Parms{}; + + Parms.M = std::move(M); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetMaximumAxisScale +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Matrix_GetMaximumAxisScale(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetMaximumAxisScale"); + + Params::KismetMathLibrary_Matrix_GetMaximumAxisScale Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetOrigin +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& InMatrix (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_GetOrigin(const struct FMatrix& InMatrix) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetOrigin"); + + Params::KismetMathLibrary_Matrix_GetOrigin Parms{}; + + Parms.InMatrix = std::move(InMatrix); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetRotator +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Matrix_GetRotator(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetRotator"); + + Params::KismetMathLibrary_Matrix_GetRotator Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetRotDeterminant +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Matrix_GetRotDeterminant(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetRotDeterminant"); + + Params::KismetMathLibrary_Matrix_GetRotDeterminant Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetScaledAxes +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Z (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Matrix_GetScaledAxes(const struct FMatrix& M, struct FVector* X, struct FVector* Y, struct FVector* Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetScaledAxes"); + + Params::KismetMathLibrary_Matrix_GetScaledAxes Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = std::move(Parms.X); + + if (Y != nullptr) + *Y = std::move(Parms.Y); + + if (Z != nullptr) + *Z = std::move(Parms.Z); +} + + +// Function Engine.KismetMathLibrary.Matrix_GetScaledAxis +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EAxis Axis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_GetScaledAxis(const struct FMatrix& M, EAxis Axis) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetScaledAxis"); + + Params::KismetMathLibrary_Matrix_GetScaledAxis Parms{}; + + Parms.M = std::move(M); + Parms.Axis = Axis; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetScaleVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_GetScaleVector(const struct FMatrix& M, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetScaleVector"); + + Params::KismetMathLibrary_Matrix_GetScaleVector Parms{}; + + Parms.M = std::move(M); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetTransposeAdjoint +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_GetTransposeAdjoint(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetTransposeAdjoint"); + + Params::KismetMathLibrary_Matrix_GetTransposeAdjoint Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetTransposed +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_GetTransposed(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetTransposed"); + + Params::KismetMathLibrary_Matrix_GetTransposed Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_GetUnitAxes +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector* X (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Y (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* Z (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Matrix_GetUnitAxes(const struct FMatrix& M, struct FVector* X, struct FVector* Y, struct FVector* Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetUnitAxes"); + + Params::KismetMathLibrary_Matrix_GetUnitAxes Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (X != nullptr) + *X = std::move(Parms.X); + + if (Y != nullptr) + *Y = std::move(Parms.Y); + + if (Z != nullptr) + *Z = std::move(Parms.Z); +} + + +// Function Engine.KismetMathLibrary.Matrix_GetUnitAxis +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EAxis Axis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_GetUnitAxis(const struct FMatrix& M, EAxis Axis) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_GetUnitAxis"); + + Params::KismetMathLibrary_Matrix_GetUnitAxis Parms{}; + + Parms.M = std::move(M); + Parms.Axis = Axis; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_Identity +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_Identity() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_Identity"); + + Params::KismetMathLibrary_Matrix_Identity Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_InverseTransformPosition +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_InverseTransformPosition(const struct FMatrix& M, const struct FVector& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_InverseTransformPosition"); + + Params::KismetMathLibrary_Matrix_InverseTransformPosition Parms{}; + + Parms.M = std::move(M); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_InverseTransformVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Matrix_InverseTransformVector(const struct FMatrix& M, const struct FVector& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_InverseTransformVector"); + + Params::KismetMathLibrary_Matrix_InverseTransformVector Parms{}; + + Parms.M = std::move(M); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_Mirror +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EAxis MirrorAxis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAxis FlipAxis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_Mirror(const struct FMatrix& M, EAxis MirrorAxis, EAxis FlipAxis) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_Mirror"); + + Params::KismetMathLibrary_Matrix_Mirror Parms{}; + + Parms.M = std::move(M); + Parms.MirrorAxis = MirrorAxis; + Parms.FlipAxis = FlipAxis; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_RemoveScaling +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FMatrix& M (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Matrix_RemoveScaling(struct FMatrix& M, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_RemoveScaling"); + + Params::KismetMathLibrary_Matrix_RemoveScaling Parms{}; + + Parms.M = std::move(M); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + M = std::move(Parms.M); +} + + +// Function Engine.KismetMathLibrary.Matrix_RemoveTranslation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_RemoveTranslation(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_RemoveTranslation"); + + Params::KismetMathLibrary_Matrix_RemoveTranslation Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_ScaleTranslation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Scale3D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Matrix_ScaleTranslation(const struct FMatrix& M, const struct FVector& Scale3D) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_ScaleTranslation"); + + Params::KismetMathLibrary_Matrix_ScaleTranslation Parms{}; + + Parms.M = std::move(M); + Parms.Scale3D = std::move(Scale3D); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_SetAxis +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FMatrix& M (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EAxis Axis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& AxisVector (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Matrix_SetAxis(struct FMatrix& M, EAxis Axis, const struct FVector& AxisVector) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_SetAxis"); + + Params::KismetMathLibrary_Matrix_SetAxis Parms{}; + + Parms.M = std::move(M); + Parms.Axis = Axis; + Parms.AxisVector = std::move(AxisVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + M = std::move(Parms.M); +} + + +// Function Engine.KismetMathLibrary.Matrix_SetColumn +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FMatrix& M (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EMatrixColumns Column (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Matrix_SetColumn(struct FMatrix& M, EMatrixColumns Column, const struct FVector& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_SetColumn"); + + Params::KismetMathLibrary_Matrix_SetColumn Parms{}; + + Parms.M = std::move(M); + Parms.Column = Column; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + M = std::move(Parms.M); +} + + +// Function Engine.KismetMathLibrary.Matrix_SetOrigin +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FMatrix& M (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& NewOrigin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Matrix_SetOrigin(struct FMatrix& M, const struct FVector& NewOrigin) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_SetOrigin"); + + Params::KismetMathLibrary_Matrix_SetOrigin Parms{}; + + Parms.M = std::move(M); + Parms.NewOrigin = std::move(NewOrigin); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + M = std::move(Parms.M); +} + + +// Function Engine.KismetMathLibrary.Matrix_ToQuat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Matrix_ToQuat(const struct FMatrix& M) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_ToQuat"); + + Params::KismetMathLibrary_Matrix_ToQuat Parms{}; + + Parms.M = std::move(M); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_TransformPosition +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Matrix_TransformPosition(const struct FMatrix& M, const struct FVector& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_TransformPosition"); + + Params::KismetMathLibrary_Matrix_TransformPosition Parms{}; + + Parms.M = std::move(M); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_TransformVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Matrix_TransformVector(const struct FMatrix& M, const struct FVector& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_TransformVector"); + + Params::KismetMathLibrary_Matrix_TransformVector Parms{}; + + Parms.M = std::move(M); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Matrix_TransformVector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& M (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector4& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Matrix_TransformVector4(const struct FMatrix& M, const struct FVector4& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Matrix_TransformVector4"); + + Params::KismetMathLibrary_Matrix_TransformVector4 Parms{}; + + Parms.M = std::move(M); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Max +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Max(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Max"); + + Params::KismetMathLibrary_Max Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MaxInt64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::MaxInt64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MaxInt64"); + + Params::KismetMathLibrary_MaxInt64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MaxOfByteArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& ByteArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* IndexOfMaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8* MaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MaxOfByteArray(const TArray& ByteArray, int32* IndexOfMaxValue, uint8* MaxValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MaxOfByteArray"); + + Params::KismetMathLibrary_MaxOfByteArray Parms{}; + + Parms.ByteArray = std::move(ByteArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IndexOfMaxValue != nullptr) + *IndexOfMaxValue = Parms.IndexOfMaxValue; + + if (MaxValue != nullptr) + *MaxValue = Parms.MaxValue; +} + + +// Function Engine.KismetMathLibrary.MaxOfFloatArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& FloatArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* IndexOfMaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* MaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MaxOfFloatArray(const TArray& FloatArray, int32* IndexOfMaxValue, float* MaxValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MaxOfFloatArray"); + + Params::KismetMathLibrary_MaxOfFloatArray Parms{}; + + Parms.FloatArray = std::move(FloatArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IndexOfMaxValue != nullptr) + *IndexOfMaxValue = Parms.IndexOfMaxValue; + + if (MaxValue != nullptr) + *MaxValue = Parms.MaxValue; +} + + +// Function Engine.KismetMathLibrary.MaxOfIntArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& IntArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* IndexOfMaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* MaxValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MaxOfIntArray(const TArray& IntArray, int32* IndexOfMaxValue, int32* MaxValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MaxOfIntArray"); + + Params::KismetMathLibrary_MaxOfIntArray Parms{}; + + Parms.IntArray = std::move(IntArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IndexOfMaxValue != nullptr) + *IndexOfMaxValue = Parms.IndexOfMaxValue; + + if (MaxValue != nullptr) + *MaxValue = Parms.MaxValue; +} + + +// Function Engine.KismetMathLibrary.Min +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Min(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Min"); + + Params::KismetMathLibrary_Min Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MinimumAreaRectangle +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& InVerts (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// const struct FVector& SampleSurfaceNormal (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutRectCenter (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* OutRectRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float* OutSideLengthX (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutSideLengthY (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bDebugDraw (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MinimumAreaRectangle(class UObject* WorldContextObject, const TArray& InVerts, const struct FVector& SampleSurfaceNormal, struct FVector* OutRectCenter, struct FRotator* OutRectRotation, float* OutSideLengthX, float* OutSideLengthY, bool bDebugDraw) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MinimumAreaRectangle"); + + Params::KismetMathLibrary_MinimumAreaRectangle Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.InVerts = std::move(InVerts); + Parms.SampleSurfaceNormal = std::move(SampleSurfaceNormal); + Parms.bDebugDraw = bDebugDraw; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutRectCenter != nullptr) + *OutRectCenter = std::move(Parms.OutRectCenter); + + if (OutRectRotation != nullptr) + *OutRectRotation = std::move(Parms.OutRectRotation); + + if (OutSideLengthX != nullptr) + *OutSideLengthX = Parms.OutSideLengthX; + + if (OutSideLengthY != nullptr) + *OutSideLengthY = Parms.OutSideLengthY; +} + + +// Function Engine.KismetMathLibrary.MinInt64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::MinInt64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MinInt64"); + + Params::KismetMathLibrary_MinInt64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MinOfByteArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& ByteArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* IndexOfMinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8* MinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MinOfByteArray(const TArray& ByteArray, int32* IndexOfMinValue, uint8* MinValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MinOfByteArray"); + + Params::KismetMathLibrary_MinOfByteArray Parms{}; + + Parms.ByteArray = std::move(ByteArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IndexOfMinValue != nullptr) + *IndexOfMinValue = Parms.IndexOfMinValue; + + if (MinValue != nullptr) + *MinValue = Parms.MinValue; +} + + +// Function Engine.KismetMathLibrary.MinOfFloatArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& FloatArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* IndexOfMinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* MinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MinOfFloatArray(const TArray& FloatArray, int32* IndexOfMinValue, float* MinValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MinOfFloatArray"); + + Params::KismetMathLibrary_MinOfFloatArray Parms{}; + + Parms.FloatArray = std::move(FloatArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IndexOfMinValue != nullptr) + *IndexOfMinValue = Parms.IndexOfMinValue; + + if (MinValue != nullptr) + *MinValue = Parms.MinValue; +} + + +// Function Engine.KismetMathLibrary.MinOfIntArray +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& IntArray (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// int32* IndexOfMinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* MinValue (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::MinOfIntArray(const TArray& IntArray, int32* IndexOfMinValue, int32* MinValue) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MinOfIntArray"); + + Params::KismetMathLibrary_MinOfIntArray Parms{}; + + Parms.IntArray = std::move(IntArray); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IndexOfMinValue != nullptr) + *IndexOfMinValue = Parms.IndexOfMinValue; + + if (MinValue != nullptr) + *MinValue = Parms.MinValue; +} + + +// Function Engine.KismetMathLibrary.MirrorVectorByNormal +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::MirrorVectorByNormal(const struct FVector& InVect, const struct FVector& InNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MirrorVectorByNormal"); + + Params::KismetMathLibrary_MirrorVectorByNormal Parms{}; + + Parms.InVect = std::move(InVect); + Parms.InNormal = std::move(InNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Multiply_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_ByteByte"); + + Params::KismetMathLibrary_Multiply_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Multiply_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_FloatFloat"); + + Params::KismetMathLibrary_Multiply_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Multiply_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_Int64Int64"); + + Params::KismetMathLibrary_Multiply_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_IntFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Multiply_IntFloat(int32 A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_IntFloat"); + + Params::KismetMathLibrary_Multiply_IntFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Multiply_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_IntInt"); + + Params::KismetMathLibrary_Multiply_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_IntPointInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Multiply_IntPointInt(const struct FIntPoint& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_IntPointInt"); + + Params::KismetMathLibrary_Multiply_IntPointInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_IntPointIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntPoint& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Multiply_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_IntPointIntPoint"); + + Params::KismetMathLibrary_Multiply_IntPointIntPoint Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_LinearColorFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Multiply_LinearColorFloat(const struct FLinearColor& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_LinearColorFloat"); + + Params::KismetMathLibrary_Multiply_LinearColorFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_LinearColorLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Multiply_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_LinearColorLinearColor"); + + Params::KismetMathLibrary_Multiply_LinearColorLinearColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_MatrixFloat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Multiply_MatrixFloat(const struct FMatrix& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_MatrixFloat"); + + Params::KismetMathLibrary_Multiply_MatrixFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_MatrixMatrix +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FMatrix& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FMatrix ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FMatrix UKismetMathLibrary::Multiply_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_MatrixMatrix"); + + Params::KismetMathLibrary_Multiply_MatrixMatrix Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_QuatQuat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Multiply_QuatQuat(const struct FQuat& A, const struct FQuat& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_QuatQuat"); + + Params::KismetMathLibrary_Multiply_QuatQuat Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_RotatorFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Multiply_RotatorFloat(const struct FRotator& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_RotatorFloat"); + + Params::KismetMathLibrary_Multiply_RotatorFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_RotatorInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Multiply_RotatorInt(const struct FRotator& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_RotatorInt"); + + Params::KismetMathLibrary_Multiply_RotatorInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_TimespanFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scalar (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::Multiply_TimespanFloat(const struct FTimespan& A, float Scalar) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_TimespanFloat"); + + Params::KismetMathLibrary_Multiply_TimespanFloat Parms{}; + + Parms.A = std::move(A); + Parms.Scalar = Scalar; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_Vector2DFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Multiply_Vector2DFloat(const struct FVector2D& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_Vector2DFloat"); + + Params::KismetMathLibrary_Multiply_Vector2DFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Multiply_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_Vector2DVector2D"); + + Params::KismetMathLibrary_Multiply_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Multiply_Vector4Vector4(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_Vector4Vector4"); + + Params::KismetMathLibrary_Multiply_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_VectorFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Multiply_VectorFloat(const struct FVector& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_VectorFloat"); + + Params::KismetMathLibrary_Multiply_VectorFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_VectorInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Multiply_VectorInt(const struct FVector& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_VectorInt"); + + Params::KismetMathLibrary_Multiply_VectorInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Multiply_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Multiply_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Multiply_VectorVector"); + + Params::KismetMathLibrary_Multiply_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MultiplyByPi +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::MultiplyByPi(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MultiplyByPi"); + + Params::KismetMathLibrary_MultiplyByPi Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.MultiplyMultiply_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Base (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Exp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::MultiplyMultiply_FloatFloat(float Base, float Exp) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "MultiplyMultiply_FloatFloat"); + + Params::KismetMathLibrary_MultiplyMultiply_FloatFloat Parms{}; + + Parms.Base = Base; + Parms.Exp = Exp; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NearlyEqual_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NearlyEqual_FloatFloat(float A, float B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NearlyEqual_FloatFloat"); + + Params::KismetMathLibrary_NearlyEqual_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NearlyEqual_TransformTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float LocationTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float RotationTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Scale3DTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NearlyEqual_TransformTransform(const struct FTransform& A, const struct FTransform& B, float LocationTolerance, float RotationTolerance, float Scale3DTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NearlyEqual_TransformTransform"); + + Params::KismetMathLibrary_NearlyEqual_TransformTransform Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.LocationTolerance = LocationTolerance; + Parms.RotationTolerance = RotationTolerance; + Parms.Scale3DTolerance = Scale3DTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Negated2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Negated2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Negated2D"); + + Params::KismetMathLibrary_Negated2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NegateRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::NegateRotator(const struct FRotator& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NegateRotator"); + + Params::KismetMathLibrary_NegateRotator Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NegateVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::NegateVector(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NegateVector"); + + Params::KismetMathLibrary_NegateVector Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Normal +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Normal(const struct FVector& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Normal"); + + Params::KismetMathLibrary_Normal Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Normal2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Normal2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Normal2D"); + + Params::KismetMathLibrary_Normal2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Normalize2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector2D& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Normalize2D(struct FVector2D& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Normalize2D"); + + Params::KismetMathLibrary_Normalize2D Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.NormalizeAxis +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Angle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::NormalizeAxis(float Angle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NormalizeAxis"); + + Params::KismetMathLibrary_NormalizeAxis Parms{}; + + Parms.Angle = Angle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NormalizedDeltaRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::NormalizedDeltaRotator(const struct FRotator& A, const struct FRotator& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NormalizedDeltaRotator"); + + Params::KismetMathLibrary_NormalizedDeltaRotator Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NormalizeToRange +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float RangeMin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float RangeMax (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::NormalizeToRange(float Value, float RangeMin, float RangeMax) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NormalizeToRange"); + + Params::KismetMathLibrary_NormalizeToRange Parms{}; + + Parms.Value = Value; + Parms.RangeMin = RangeMin; + Parms.RangeMax = RangeMax; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NormalSafe2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::NormalSafe2D(const struct FVector2D& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NormalSafe2D"); + + Params::KismetMathLibrary_NormalSafe2D Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Not_Int +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Not_Int(int32 A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Not_Int"); + + Params::KismetMathLibrary_Not_Int Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Not_Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Not_Int64(int64 A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Not_Int64"); + + Params::KismetMathLibrary_Not_Int64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Not_PreBool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Not_PreBool(bool A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Not_PreBool"); + + Params::KismetMathLibrary_Not_PreBool Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_BoolBool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_BoolBool(bool A, bool B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_BoolBool"); + + Params::KismetMathLibrary_NotEqual_BoolBool Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_ByteByte"); + + Params::KismetMathLibrary_NotEqual_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_ClassClass +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UClass* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_ClassClass(class UClass* A, class UClass* B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_ClassClass"); + + Params::KismetMathLibrary_NotEqual_ClassClass Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_DateTimeDateTime"); + + Params::KismetMathLibrary_NotEqual_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_FloatFloat"); + + Params::KismetMathLibrary_NotEqual_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_Int64Int64"); + + Params::KismetMathLibrary_NotEqual_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_IntInt"); + + Params::KismetMathLibrary_NotEqual_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_IntPointIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntPoint& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_IntPointIntPoint"); + + Params::KismetMathLibrary_NotEqual_IntPointIntPoint Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_LinearColorLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_LinearColorLinearColor"); + + Params::KismetMathLibrary_NotEqual_LinearColorLinearColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_MatrixMatrix +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FMatrix& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_MatrixMatrix(const struct FMatrix& A, const struct FMatrix& B, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_MatrixMatrix"); + + Params::KismetMathLibrary_NotEqual_MatrixMatrix Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_NameName +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FName A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_NameName(class FName A, class FName B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_NameName"); + + Params::KismetMathLibrary_NotEqual_NameName Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_ObjectObject +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_ObjectObject(class UObject* A, class UObject* B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_ObjectObject"); + + Params::KismetMathLibrary_NotEqual_ObjectObject Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_QuatQuat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_QuatQuat(const struct FQuat& A, const struct FQuat& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_QuatQuat"); + + Params::KismetMathLibrary_NotEqual_QuatQuat Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_RotatorRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_RotatorRotator(const struct FRotator& A, const struct FRotator& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_RotatorRotator"); + + Params::KismetMathLibrary_NotEqual_RotatorRotator Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_TimespanTimespan"); + + Params::KismetMathLibrary_NotEqual_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_Vector2DVector2D"); + + Params::KismetMathLibrary_NotEqual_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_Vector4Vector4(const struct FVector4& A, const struct FVector4& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_Vector4Vector4"); + + Params::KismetMathLibrary_NotEqual_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqual_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ErrorTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqual_VectorVector(const struct FVector& A, const struct FVector& B, float ErrorTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqual_VectorVector"); + + Params::KismetMathLibrary_NotEqual_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.ErrorTolerance = ErrorTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqualExactly_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqualExactly_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqualExactly_Vector2DVector2D"); + + Params::KismetMathLibrary_NotEqualExactly_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqualExactly_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqualExactly_Vector4Vector4(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqualExactly_Vector4Vector4"); + + Params::KismetMathLibrary_NotEqualExactly_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.NotEqualExactly_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::NotEqualExactly_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "NotEqualExactly_VectorVector"); + + Params::KismetMathLibrary_NotEqualExactly_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Now +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::Now() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Now"); + + Params::KismetMathLibrary_Now Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Or_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Or_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Or_Int64Int64"); + + Params::KismetMathLibrary_Or_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Or_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Or_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Or_IntInt"); + + Params::KismetMathLibrary_Or_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Percent_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Percent_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Percent_ByteByte"); + + Params::KismetMathLibrary_Percent_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Percent_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Percent_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Percent_FloatFloat"); + + Params::KismetMathLibrary_Percent_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Percent_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Percent_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Percent_IntInt"); + + Params::KismetMathLibrary_Percent_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.PerlinNoise1D +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const float Value (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::PerlinNoise1D(const float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "PerlinNoise1D"); + + Params::KismetMathLibrary_PerlinNoise1D Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.PointsAreCoplanar +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const TArray& Points (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::PointsAreCoplanar(const TArray& Points, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "PointsAreCoplanar"); + + Params::KismetMathLibrary_PointsAreCoplanar Parms{}; + + Parms.Points = std::move(Points); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ProjectPointOnToPlane +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Point (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PlaneBase (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PlaneNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::ProjectPointOnToPlane(const struct FVector& Point, const struct FVector& PlaneBase, const struct FVector& PlaneNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ProjectPointOnToPlane"); + + Params::KismetMathLibrary_ProjectPointOnToPlane Parms{}; + + Parms.Point = std::move(Point); + Parms.PlaneBase = std::move(PlaneBase); + Parms.PlaneNormal = std::move(PlaneNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ProjectVectorOnToPlane +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PlaneNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::ProjectVectorOnToPlane(const struct FVector& V, const struct FVector& PlaneNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ProjectVectorOnToPlane"); + + Params::KismetMathLibrary_ProjectVectorOnToPlane Parms{}; + + Parms.V = std::move(V); + Parms.PlaneNormal = std::move(PlaneNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ProjectVectorOnToVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::ProjectVectorOnToVector(const struct FVector& V, const struct FVector& Target) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ProjectVectorOnToVector"); + + Params::KismetMathLibrary_ProjectVectorOnToVector Parms{}; + + Parms.V = std::move(V); + Parms.Target = std::move(Target); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_AngularDistance +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Quat_AngularDistance(const struct FQuat& A, const struct FQuat& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_AngularDistance"); + + Params::KismetMathLibrary_Quat_AngularDistance Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_EnforceShortestArcWith +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FQuat& A (Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Quat_EnforceShortestArcWith(struct FQuat& A, const struct FQuat& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_EnforceShortestArcWith"); + + Params::KismetMathLibrary_Quat_EnforceShortestArcWith Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Quat_Euler +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_Euler(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Euler"); + + Params::KismetMathLibrary_Quat_Euler Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_Exp +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Quat_Exp(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Exp"); + + Params::KismetMathLibrary_Quat_Exp Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_GetAngle +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Quat_GetAngle(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_GetAngle"); + + Params::KismetMathLibrary_Quat_GetAngle Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_GetAxisX +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_GetAxisX(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_GetAxisX"); + + Params::KismetMathLibrary_Quat_GetAxisX Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_GetAxisY +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_GetAxisY(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_GetAxisY"); + + Params::KismetMathLibrary_Quat_GetAxisY Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_GetAxisZ +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_GetAxisZ(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_GetAxisZ"); + + Params::KismetMathLibrary_Quat_GetAxisZ Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_GetRotationAxis +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_GetRotationAxis(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_GetRotationAxis"); + + Params::KismetMathLibrary_Quat_GetRotationAxis Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_Identity +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Quat_Identity() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Identity"); + + Params::KismetMathLibrary_Quat_Identity Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_Inversed +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Quat_Inversed(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Inversed"); + + Params::KismetMathLibrary_Quat_Inversed Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_IsFinite +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Quat_IsFinite(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_IsFinite"); + + Params::KismetMathLibrary_Quat_IsFinite Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_IsIdentity +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Quat_IsIdentity(const struct FQuat& Q, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_IsIdentity"); + + Params::KismetMathLibrary_Quat_IsIdentity Parms{}; + + Parms.Q = std::move(Q); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_IsNonFinite +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Quat_IsNonFinite(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_IsNonFinite"); + + Params::KismetMathLibrary_Quat_IsNonFinite Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_IsNormalized +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Quat_IsNormalized(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_IsNormalized"); + + Params::KismetMathLibrary_Quat_IsNormalized Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_Log +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Quat_Log(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Log"); + + Params::KismetMathLibrary_Quat_Log Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_MakeFromEuler +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Euler (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Quat_MakeFromEuler(const struct FVector& Euler) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_MakeFromEuler"); + + Params::KismetMathLibrary_Quat_MakeFromEuler Parms{}; + + Parms.Euler = std::move(Euler); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_Normalize +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FQuat& Q (Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Quat_Normalize(struct FQuat& Q, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Normalize"); + + Params::KismetMathLibrary_Quat_Normalize Parms{}; + + Parms.Q = std::move(Q); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Q = std::move(Parms.Q); +} + + +// Function Engine.KismetMathLibrary.Quat_Normalized +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Quat_Normalized(const struct FQuat& Q, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Normalized"); + + Params::KismetMathLibrary_Quat_Normalized Parms{}; + + Parms.Q = std::move(Q); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_RotateVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& V (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_RotateVector(const struct FQuat& Q, const struct FVector& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_RotateVector"); + + Params::KismetMathLibrary_Quat_RotateVector Parms{}; + + Parms.Q = std::move(Q); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_Rotator +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::Quat_Rotator(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Rotator"); + + Params::KismetMathLibrary_Quat_Rotator Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_SetComponents +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FQuat& Q (Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float W (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Quat_SetComponents(struct FQuat& Q, float X, float Y, float Z, float W) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_SetComponents"); + + Params::KismetMathLibrary_Quat_SetComponents Parms{}; + + Parms.Q = std::move(Q); + Parms.X = X; + Parms.Y = Y; + Parms.Z = Z; + Parms.W = W; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Q = std::move(Parms.Q); +} + + +// Function Engine.KismetMathLibrary.Quat_SetFromEuler +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FQuat& Q (Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Euler (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Quat_SetFromEuler(struct FQuat& Q, const struct FVector& Euler) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_SetFromEuler"); + + Params::KismetMathLibrary_Quat_SetFromEuler Parms{}; + + Parms.Q = std::move(Q); + Parms.Euler = std::move(Euler); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Q = std::move(Parms.Q); +} + + +// Function Engine.KismetMathLibrary.Quat_Size +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Quat_Size(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_Size"); + + Params::KismetMathLibrary_Quat_Size Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_SizeSquared +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Quat_SizeSquared(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_SizeSquared"); + + Params::KismetMathLibrary_Quat_SizeSquared Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_UnrotateVector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& V (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_UnrotateVector(const struct FQuat& Q, const struct FVector& V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_UnrotateVector"); + + Params::KismetMathLibrary_Quat_UnrotateVector Parms{}; + + Parms.Q = std::move(Q); + Parms.V = std::move(V); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_VectorForward +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_VectorForward(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_VectorForward"); + + Params::KismetMathLibrary_Quat_VectorForward Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_VectorRight +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_VectorRight(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_VectorRight"); + + Params::KismetMathLibrary_Quat_VectorRight Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Quat_VectorUp +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& Q (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Quat_VectorUp(const struct FQuat& Q) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Quat_VectorUp"); + + Params::KismetMathLibrary_Quat_VectorUp Parms{}; + + Parms.Q = std::move(Q); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RadiansToDegrees +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::RadiansToDegrees(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RadiansToDegrees"); + + Params::KismetMathLibrary_RadiansToDegrees Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomBool +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::RandomBool() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomBool"); + + Params::KismetMathLibrary_RandomBool Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomBoolFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::RandomBoolFromStream(const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomBoolFromStream"); + + Params::KismetMathLibrary_RandomBoolFromStream Parms{}; + + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomBoolWithWeight +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Weight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::RandomBoolWithWeight(float Weight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomBoolWithWeight"); + + Params::KismetMathLibrary_RandomBoolWithWeight Parms{}; + + Parms.Weight = Weight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomBoolWithWeightFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Weight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& RandomStream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::RandomBoolWithWeightFromStream(float Weight, const struct FRandomStream& RandomStream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomBoolWithWeightFromStream"); + + Params::KismetMathLibrary_RandomBoolWithWeightFromStream Parms{}; + + Parms.Weight = Weight; + Parms.RandomStream = std::move(RandomStream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::RandomFloat() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomFloat"); + + Params::KismetMathLibrary_RandomFloat Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomFloatFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::RandomFloatFromStream(const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomFloatFromStream"); + + Params::KismetMathLibrary_RandomFloatFromStream Parms{}; + + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomFloatInRange +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::RandomFloatInRange(float Min, float Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomFloatInRange"); + + Params::KismetMathLibrary_RandomFloatInRange Parms{}; + + Parms.Min = Min; + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomFloatInRangeFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// float Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::RandomFloatInRangeFromStream(float Min, float Max, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomFloatInRangeFromStream"); + + Params::KismetMathLibrary_RandomFloatInRangeFromStream Parms{}; + + Parms.Min = Min; + Parms.Max = Max; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomInteger +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::RandomInteger(int32 Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomInteger"); + + Params::KismetMathLibrary_RandomInteger Parms{}; + + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomInteger64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::RandomInteger64(int64 Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomInteger64"); + + Params::KismetMathLibrary_RandomInteger64 Parms{}; + + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomInteger64InRange +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::RandomInteger64InRange(int64 Min, int64 Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomInteger64InRange"); + + Params::KismetMathLibrary_RandomInteger64InRange Parms{}; + + Parms.Min = Min; + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomIntegerFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::RandomIntegerFromStream(int32 Max, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomIntegerFromStream"); + + Params::KismetMathLibrary_RandomIntegerFromStream Parms{}; + + Parms.Max = Max; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomIntegerInRange +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::RandomIntegerInRange(int32 Min, int32 Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomIntegerInRange"); + + Params::KismetMathLibrary_RandomIntegerInRange Parms{}; + + Parms.Min = Min; + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomIntegerInRangeFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::RandomIntegerInRangeFromStream(int32 Min, int32 Max, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomIntegerInRangeFromStream"); + + Params::KismetMathLibrary_RandomIntegerInRangeFromStream Parms{}; + + Parms.Min = Min; + Parms.Max = Max; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomPointInBoundingBox +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Origin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& BoxExtent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomPointInBoundingBox(const struct FVector& Origin, const struct FVector& BoxExtent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomPointInBoundingBox"); + + Params::KismetMathLibrary_RandomPointInBoundingBox Parms{}; + + Parms.Origin = std::move(Origin); + Parms.BoxExtent = std::move(BoxExtent); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// bool bRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::RandomRotator(bool bRoll) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomRotator"); + + Params::KismetMathLibrary_RandomRotator Parms{}; + + Parms.bRoll = bRoll; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomRotatorFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// bool bRoll (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::RandomRotatorFromStream(bool bRoll, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomRotatorFromStream"); + + Params::KismetMathLibrary_RandomRotatorFromStream Parms{}; + + Parms.bRoll = bRoll; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVector() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVector"); + + Params::KismetMathLibrary_RandomUnitVector Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorFromStream(const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorFromStream"); + + Params::KismetMathLibrary_RandomUnitVectorFromStream Parms{}; + + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInDegrees +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ConeHalfAngleInDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInConeInDegrees(const struct FVector& ConeDir, float ConeHalfAngleInDegrees) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInConeInDegrees"); + + Params::KismetMathLibrary_RandomUnitVectorInConeInDegrees Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.ConeHalfAngleInDegrees = ConeHalfAngleInDegrees; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInDegreesFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ConeHalfAngleInDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInConeInDegreesFromStream(const struct FVector& ConeDir, float ConeHalfAngleInDegrees, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInConeInDegreesFromStream"); + + Params::KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.ConeHalfAngleInDegrees = ConeHalfAngleInDegrees; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInRadians +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ConeHalfAngleInRadians (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInConeInRadians(const struct FVector& ConeDir, float ConeHalfAngleInRadians) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInConeInRadians"); + + Params::KismetMathLibrary_RandomUnitVectorInConeInRadians Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.ConeHalfAngleInRadians = ConeHalfAngleInRadians; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInRadiansFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ConeHalfAngleInRadians (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInConeInRadiansFromStream(const struct FVector& ConeDir, float ConeHalfAngleInRadians, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInConeInRadiansFromStream"); + + Params::KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.ConeHalfAngleInRadians = ConeHalfAngleInRadians; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInDegrees +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxYawInDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxPitchInDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInEllipticalConeInDegrees(const struct FVector& ConeDir, float MaxYawInDegrees, float MaxPitchInDegrees) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInEllipticalConeInDegrees"); + + Params::KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.MaxYawInDegrees = MaxYawInDegrees; + Parms.MaxPitchInDegrees = MaxPitchInDegrees; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInDegreesFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxYawInDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxPitchInDegrees (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInEllipticalConeInDegreesFromStream(const struct FVector& ConeDir, float MaxYawInDegrees, float MaxPitchInDegrees, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInEllipticalConeInDegreesFromStream"); + + Params::KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.MaxYawInDegrees = MaxYawInDegrees; + Parms.MaxPitchInDegrees = MaxPitchInDegrees; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInRadians +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxYawInRadians (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxPitchInRadians (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInEllipticalConeInRadians(const struct FVector& ConeDir, float MaxYawInRadians, float MaxPitchInRadians) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInEllipticalConeInRadians"); + + Params::KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.MaxYawInRadians = MaxYawInRadians; + Parms.MaxPitchInRadians = MaxPitchInRadians; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInRadiansFromStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& ConeDir (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxYawInRadians (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float MaxPitchInRadians (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RandomUnitVectorInEllipticalConeInRadiansFromStream(const struct FVector& ConeDir, float MaxYawInRadians, float MaxPitchInRadians, const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RandomUnitVectorInEllipticalConeInRadiansFromStream"); + + Params::KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream Parms{}; + + Parms.ConeDir = std::move(ConeDir); + Parms.MaxYawInRadians = MaxYawInRadians; + Parms.MaxPitchInRadians = MaxPitchInRadians; + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.REase +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShortestPath (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EEasingFunc EasingFunc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendExp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Steps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::REase(const struct FRotator& A, const struct FRotator& B, float Alpha, bool bShortestPath, EEasingFunc EasingFunc, float BlendExp, int32 Steps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "REase"); + + Params::KismetMathLibrary_REase Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + Parms.bShortestPath = bShortestPath; + Parms.EasingFunc = EasingFunc; + Parms.BlendExp = BlendExp; + Parms.Steps = Steps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ResetFloatSpringState +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FFloatSpringState& SpringState (Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::ResetFloatSpringState(struct FFloatSpringState& SpringState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ResetFloatSpringState"); + + Params::KismetMathLibrary_ResetFloatSpringState Parms{}; + + Parms.SpringState = std::move(SpringState); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + SpringState = std::move(Parms.SpringState); +} + + +// Function Engine.KismetMathLibrary.ResetRandomStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRandomStream& Stream (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::ResetRandomStream(const struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ResetRandomStream"); + + Params::KismetMathLibrary_ResetRandomStream Parms{}; + + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetMathLibrary.ResetVectorSpringState +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// struct FVectorSpringState& SpringState (Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::ResetVectorSpringState(struct FVectorSpringState& SpringState) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ResetVectorSpringState"); + + Params::KismetMathLibrary_ResetVectorSpringState Parms{}; + + Parms.SpringState = std::move(SpringState); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + SpringState = std::move(Parms.SpringState); +} + + +// Function Engine.KismetMathLibrary.RGBLinearToHSV +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& RGB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::RGBLinearToHSV(const struct FLinearColor& RGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RGBLinearToHSV"); + + Params::KismetMathLibrary_RGBLinearToHSV Parms{}; + + Parms.RGB = std::move(RGB); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RGBToHSV +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* H (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* S (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* V (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* A (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::RGBToHSV(const struct FLinearColor& InColor, float* H, float* S, float* V, float* A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RGBToHSV"); + + Params::KismetMathLibrary_RGBToHSV Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (H != nullptr) + *H = Parms.H; + + if (S != nullptr) + *S = Parms.S; + + if (V != nullptr) + *V = Parms.V; + + if (A != nullptr) + *A = Parms.A; +} + + +// Function Engine.KismetMathLibrary.RGBToHSV_Vector +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& RGB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor* HSV (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::RGBToHSV_Vector(const struct FLinearColor& RGB, struct FLinearColor* HSV) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RGBToHSV_Vector"); + + Params::KismetMathLibrary_RGBToHSV_Vector Parms{}; + + Parms.RGB = std::move(RGB); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (HSV != nullptr) + *HSV = std::move(Parms.HSV); +} + + +// Function Engine.KismetMathLibrary.RInterpTo +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::RInterpTo(const struct FRotator& Current, const struct FRotator& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RInterpTo"); + + Params::KismetMathLibrary_RInterpTo Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RInterpTo_Constant +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::RInterpTo_Constant(const struct FRotator& Current, const struct FRotator& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RInterpTo_Constant"); + + Params::KismetMathLibrary_RInterpTo_Constant Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RLerp +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShortestPath (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::RLerp(const struct FRotator& A, const struct FRotator& B, float Alpha, bool bShortestPath) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RLerp"); + + Params::KismetMathLibrary_RLerp Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + Parms.bShortestPath = bShortestPath; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RotateAngleAxis +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float AngleDeg (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Axis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::RotateAngleAxis(const struct FVector& InVect, float AngleDeg, const struct FVector& Axis) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RotateAngleAxis"); + + Params::KismetMathLibrary_RotateAngleAxis Parms{}; + + Parms.InVect = std::move(InVect); + Parms.AngleDeg = AngleDeg; + Parms.Axis = std::move(Axis); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.RotatorFromAxisAndAngle +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Axis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Angle (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::RotatorFromAxisAndAngle(const struct FVector& Axis, float Angle) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "RotatorFromAxisAndAngle"); + + Params::KismetMathLibrary_RotatorFromAxisAndAngle Parms{}; + + Parms.Axis = std::move(Axis); + Parms.Angle = Angle; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Round +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Round(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Round"); + + Params::KismetMathLibrary_Round Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Round64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Round64(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Round64"); + + Params::KismetMathLibrary_Round64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SafeDivide +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::SafeDivide(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SafeDivide"); + + Params::KismetMathLibrary_SafeDivide Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SeedRandomStream +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FRandomStream& Stream (Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::SeedRandomStream(struct FRandomStream& Stream) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SeedRandomStream"); + + Params::KismetMathLibrary_SeedRandomStream Parms{}; + + Parms.Stream = std::move(Stream); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Stream = std::move(Parms.Stream); +} + + +// Function Engine.KismetMathLibrary.SelectClass +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UClass* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSelectA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UClass* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UClass* UKismetMathLibrary::SelectClass(class UClass* A, class UClass* B, bool bSelectA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectClass"); + + Params::KismetMathLibrary_SelectClass Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.bSelectA = bSelectA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::SelectColor(const struct FLinearColor& A, const struct FLinearColor& B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectColor"); + + Params::KismetMathLibrary_SelectColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::SelectFloat(float A, float B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectFloat"); + + Params::KismetMathLibrary_SelectFloat Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::SelectInt(int32 A, int32 B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectInt"); + + Params::KismetMathLibrary_SelectInt Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectObject +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bSelectA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UObject* UKismetMathLibrary::SelectObject(class UObject* A, class UObject* B, bool bSelectA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectObject"); + + Params::KismetMathLibrary_SelectObject Parms{}; + + Parms.A = A; + Parms.B = B; + Parms.bSelectA = bSelectA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::SelectRotator(const struct FRotator& A, const struct FRotator& B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectRotator"); + + Params::KismetMathLibrary_SelectRotator Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectString +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& A (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& B (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetMathLibrary::SelectString(const class FString& A, const class FString& B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectString"); + + Params::KismetMathLibrary_SelectString Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectTransform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::SelectTransform(const struct FTransform& A, const struct FTransform& B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectTransform"); + + Params::KismetMathLibrary_SelectTransform Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SelectVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bPickA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::SelectVector(const struct FVector& A, const struct FVector& B, bool bPickA) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SelectVector"); + + Params::KismetMathLibrary_SelectVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.bPickA = bPickA; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Set2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector2D& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Set2D(struct FVector2D& A, float X, float Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Set2D"); + + Params::KismetMathLibrary_Set2D Parms{}; + + Parms.A = std::move(A); + Parms.X = X; + Parms.Y = Y; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.SetRandomStreamSeed +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FRandomStream& Stream (Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// int32 NewSeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::SetRandomStreamSeed(struct FRandomStream& Stream, int32 NewSeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SetRandomStreamSeed"); + + Params::KismetMathLibrary_SetRandomStreamSeed Parms{}; + + Parms.Stream = std::move(Stream); + Parms.NewSeed = NewSeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + Stream = std::move(Parms.Stream); +} + + +// Function Engine.KismetMathLibrary.SignOfFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::SignOfFloat(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SignOfFloat"); + + Params::KismetMathLibrary_SignOfFloat Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SignOfInteger +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::SignOfInteger(int32 A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SignOfInteger"); + + Params::KismetMathLibrary_SignOfInteger Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.SignOfInteger64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::SignOfInteger64(int64 A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "SignOfInteger64"); + + Params::KismetMathLibrary_SignOfInteger64 Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Sin +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Sin(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Sin"); + + Params::KismetMathLibrary_Sin Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Spherical2DToUnitCartesian +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Spherical2DToUnitCartesian(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Spherical2DToUnitCartesian"); + + Params::KismetMathLibrary_Spherical2DToUnitCartesian Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Sqrt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Sqrt(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Sqrt"); + + Params::KismetMathLibrary_Sqrt Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Square +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Square(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Square"); + + Params::KismetMathLibrary_Square Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_ByteByte +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +uint8 UKismetMathLibrary::Subtract_ByteByte(uint8 A, uint8 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_ByteByte"); + + Params::KismetMathLibrary_Subtract_ByteByte Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_DateTimeDateTime +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDateTime& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::Subtract_DateTimeDateTime(const struct FDateTime& A, const struct FDateTime& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_DateTimeDateTime"); + + Params::KismetMathLibrary_Subtract_DateTimeDateTime Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_DateTimeTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::Subtract_DateTimeTimespan(const struct FDateTime& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_DateTimeTimespan"); + + Params::KismetMathLibrary_Subtract_DateTimeTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_FloatFloat +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Subtract_FloatFloat(float A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_FloatFloat"); + + Params::KismetMathLibrary_Subtract_FloatFloat Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Subtract_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_Int64Int64"); + + Params::KismetMathLibrary_Subtract_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Subtract_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_IntInt"); + + Params::KismetMathLibrary_Subtract_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_IntPointInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Subtract_IntPointInt(const struct FIntPoint& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_IntPointInt"); + + Params::KismetMathLibrary_Subtract_IntPointInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_IntPointIntPoint +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FIntPoint& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntPoint& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FIntPoint ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FIntPoint UKismetMathLibrary::Subtract_IntPointIntPoint(const struct FIntPoint& A, const struct FIntPoint& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_IntPointIntPoint"); + + Params::KismetMathLibrary_Subtract_IntPointIntPoint Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_LinearColorLinearColor +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetMathLibrary::Subtract_LinearColorLinearColor(const struct FLinearColor& A, const struct FLinearColor& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_LinearColorLinearColor"); + + Params::KismetMathLibrary_Subtract_LinearColorLinearColor Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_QuatQuat +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FQuat& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FQuat& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FQuat ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FQuat UKismetMathLibrary::Subtract_QuatQuat(const struct FQuat& A, const struct FQuat& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_QuatQuat"); + + Params::KismetMathLibrary_Subtract_QuatQuat Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_TimespanTimespan +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::Subtract_TimespanTimespan(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_TimespanTimespan"); + + Params::KismetMathLibrary_Subtract_TimespanTimespan Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_Vector2DFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Subtract_Vector2DFloat(const struct FVector2D& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_Vector2DFloat"); + + Params::KismetMathLibrary_Subtract_Vector2DFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_Vector2DVector2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Subtract_Vector2DVector2D(const struct FVector2D& A, const struct FVector2D& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_Vector2DVector2D"); + + Params::KismetMathLibrary_Subtract_Vector2DVector2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_Vector4Vector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Subtract_Vector4Vector4(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_Vector4Vector4"); + + Params::KismetMathLibrary_Subtract_Vector4Vector4 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_VectorFloat +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Subtract_VectorFloat(const struct FVector& A, float B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_VectorFloat"); + + Params::KismetMathLibrary_Subtract_VectorFloat Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_VectorInt +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Subtract_VectorInt(const struct FVector& A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_VectorInt"); + + Params::KismetMathLibrary_Subtract_VectorInt Parms{}; + + Parms.A = std::move(A); + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Subtract_VectorVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Subtract_VectorVector(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Subtract_VectorVector"); + + Params::KismetMathLibrary_Subtract_VectorVector Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Tan +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Tan(float A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Tan"); + + Params::KismetMathLibrary_Tan Parms{}; + + Parms.A = A; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TEase +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EEasingFunc EasingFunc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendExp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Steps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::TEase(const struct FTransform& A, const struct FTransform& B, float Alpha, EEasingFunc EasingFunc, float BlendExp, int32 Steps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TEase"); + + Params::KismetMathLibrary_TEase Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + Parms.EasingFunc = EasingFunc; + Parms.BlendExp = BlendExp; + Parms.Steps = Steps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TimespanFromString +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& TimespanString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTimespan* Result (Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::TimespanFromString(const class FString& TimespanString, struct FTimespan* Result) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TimespanFromString"); + + Params::KismetMathLibrary_TimespanFromString Parms{}; + + Parms.TimespanString = std::move(TimespanString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Result != nullptr) + *Result = std::move(Parms.Result); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TimespanMaxValue +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::TimespanMaxValue() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TimespanMaxValue"); + + Params::KismetMathLibrary_TimespanMaxValue Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TimespanMinValue +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::TimespanMinValue() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TimespanMinValue"); + + Params::KismetMathLibrary_TimespanMinValue Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TimespanRatio +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& A (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTimespan& B (Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::TimespanRatio(const struct FTimespan& A, const struct FTimespan& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TimespanRatio"); + + Params::KismetMathLibrary_TimespanRatio Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TimespanZeroValue +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FTimespan ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FTimespan UKismetMathLibrary::TimespanZeroValue() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TimespanZeroValue"); + + Params::KismetMathLibrary_TimespanZeroValue Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TInterpTo +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& Current (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& Target (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::TInterpTo(const struct FTransform& Current, const struct FTransform& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TInterpTo"); + + Params::KismetMathLibrary_TInterpTo Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TLerp +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& A (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FTransform& B (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ELerpInterpolationMode InterpMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UKismetMathLibrary::TLerp(const struct FTransform& A, const struct FTransform& B, float Alpha, ELerpInterpolationMode InterpMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TLerp"); + + Params::KismetMathLibrary_TLerp Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + Parms.InterpMode = InterpMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Today +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::Today() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Today"); + + Params::KismetMathLibrary_Today Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ToDirectionAndLength2D +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* OutDir (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutLength (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::ToDirectionAndLength2D(const struct FVector2D& A, struct FVector2D* OutDir, float* OutLength) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ToDirectionAndLength2D"); + + Params::KismetMathLibrary_ToDirectionAndLength2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutDir != nullptr) + *OutDir = std::move(Parms.OutDir); + + if (OutLength != nullptr) + *OutLength = Parms.OutLength; +} + + +// Function Engine.KismetMathLibrary.ToRounded2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::ToRounded2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ToRounded2D"); + + Params::KismetMathLibrary_ToRounded2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.ToSign2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::ToSign2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "ToSign2D"); + + Params::KismetMathLibrary_ToSign2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Transform_Determinant +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& Transform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Transform_Determinant(const struct FTransform& Transform) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Transform_Determinant"); + + Params::KismetMathLibrary_Transform_Determinant Parms{}; + + Parms.Transform = std::move(Transform); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TransformDirection +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Direction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::TransformDirection(const struct FTransform& T, const struct FVector& Direction) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TransformDirection"); + + Params::KismetMathLibrary_TransformDirection Parms{}; + + Parms.T = std::move(T); + Parms.Direction = std::move(Direction); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TransformLocation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::TransformLocation(const struct FTransform& T, const struct FVector& Location) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TransformLocation"); + + Params::KismetMathLibrary_TransformLocation Parms{}; + + Parms.T = std::move(T); + Parms.Location = std::move(Location); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TransformRotation +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& T (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::TransformRotation(const struct FTransform& T, const struct FRotator& Rotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TransformRotation"); + + Params::KismetMathLibrary_TransformRotation Parms{}; + + Parms.T = std::move(T); + Parms.Rotation = std::move(Rotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.TransformVector4 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FMatrix& Matrix (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FVector4& Vec4 (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::TransformVector4(const struct FMatrix& Matrix, const struct FVector4& Vec4) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "TransformVector4"); + + Params::KismetMathLibrary_TransformVector4 Parms{}; + + Parms.Matrix = std::move(Matrix); + Parms.Vec4 = std::move(Vec4); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.UtcNow +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FDateTime ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FDateTime UKismetMathLibrary::UtcNow() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "UtcNow"); + + Params::KismetMathLibrary_UtcNow Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VEase +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EEasingFunc EasingFunc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float BlendExp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Steps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::VEase(const struct FVector& A, const struct FVector& B, float Alpha, EEasingFunc EasingFunc, float BlendExp, int32 Steps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VEase"); + + Params::KismetMathLibrary_VEase Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + Parms.EasingFunc = EasingFunc; + Parms.BlendExp = BlendExp; + Parms.Steps = Steps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector2D_One +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Vector2D_One() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector2D_One"); + + Params::KismetMathLibrary_Vector2D_One Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector2D_Unit45Deg +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Vector2D_Unit45Deg() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector2D_Unit45Deg"); + + Params::KismetMathLibrary_Vector2D_Unit45Deg Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector2D_Zero +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Vector2D_Zero() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector2D_Zero"); + + Params::KismetMathLibrary_Vector2D_Zero Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector2DInterpTo +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Vector2DInterpTo(const struct FVector2D& Current, const struct FVector2D& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector2DInterpTo"); + + Params::KismetMathLibrary_Vector2DInterpTo Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector2DInterpTo_Constant +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Vector2DInterpTo_Constant(const struct FVector2D& Current, const struct FVector2D& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector2DInterpTo_Constant"); + + Params::KismetMathLibrary_Vector2DInterpTo_Constant Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Assign +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector4& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& InVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector4_Assign(struct FVector4& A, const struct FVector4& InVector) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Assign"); + + Params::KismetMathLibrary_Vector4_Assign Parms{}; + + Parms.A = std::move(A); + Parms.InVector = std::move(InVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector4_CrossProduct3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Vector4_CrossProduct3(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_CrossProduct3"); + + Params::KismetMathLibrary_Vector4_CrossProduct3 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_DotProduct +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector4_DotProduct(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_DotProduct"); + + Params::KismetMathLibrary_Vector4_DotProduct Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_DotProduct3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& B (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector4_DotProduct3(const struct FVector4& A, const struct FVector4& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_DotProduct3"); + + Params::KismetMathLibrary_Vector4_DotProduct3 Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_IsNAN +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector4_IsNAN(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_IsNAN"); + + Params::KismetMathLibrary_Vector4_IsNAN Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_IsNearlyZero3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector4_IsNearlyZero3(const struct FVector4& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_IsNearlyZero3"); + + Params::KismetMathLibrary_Vector4_IsNearlyZero3 Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_IsNormal3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector4_IsNormal3(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_IsNormal3"); + + Params::KismetMathLibrary_Vector4_IsNormal3 Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_IsUnit3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SquaredLenthTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector4_IsUnit3(const struct FVector4& A, float SquaredLenthTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_IsUnit3"); + + Params::KismetMathLibrary_Vector4_IsUnit3 Parms{}; + + Parms.A = std::move(A); + Parms.SquaredLenthTolerance = SquaredLenthTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_IsZero +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector4_IsZero(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_IsZero"); + + Params::KismetMathLibrary_Vector4_IsZero Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_MirrorByVector3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& Direction (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector4& SurfaceNormal (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Vector4_MirrorByVector3(const struct FVector4& Direction, const struct FVector4& SurfaceNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_MirrorByVector3"); + + Params::KismetMathLibrary_Vector4_MirrorByVector3 Parms{}; + + Parms.Direction = std::move(Direction); + Parms.SurfaceNormal = std::move(SurfaceNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Negated +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Vector4_Negated(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Negated"); + + Params::KismetMathLibrary_Vector4_Negated Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Normal3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Vector4_Normal3(const struct FVector4& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Normal3"); + + Params::KismetMathLibrary_Vector4_Normal3 Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Normalize3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector4& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector4_Normalize3(struct FVector4& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Normalize3"); + + Params::KismetMathLibrary_Vector4_Normalize3 Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector4_NormalUnsafe3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Vector4_NormalUnsafe3(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_NormalUnsafe3"); + + Params::KismetMathLibrary_Vector4_NormalUnsafe3 Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Set +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector4& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float W (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector4_Set(struct FVector4& A, float X, float Y, float Z, float W) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Set"); + + Params::KismetMathLibrary_Vector4_Set Parms{}; + + Parms.A = std::move(A); + Parms.X = X; + Parms.Y = Y; + Parms.Z = Z; + Parms.W = W; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector4_Size +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector4_Size(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Size"); + + Params::KismetMathLibrary_Vector4_Size Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Size3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector4_Size3(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Size3"); + + Params::KismetMathLibrary_Vector4_Size3 Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_SizeSquared +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector4_SizeSquared(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_SizeSquared"); + + Params::KismetMathLibrary_Vector4_SizeSquared Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_SizeSquared3 +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector4& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector4_SizeSquared3(const struct FVector4& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_SizeSquared3"); + + Params::KismetMathLibrary_Vector4_SizeSquared3 Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector4_Zero +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector4 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector4 UKismetMathLibrary::Vector4_Zero() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector4_Zero"); + + Params::KismetMathLibrary_Vector4_Zero Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_AddBounded +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InAddVect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector_AddBounded(struct FVector& A, const struct FVector& InAddVect, float InRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_AddBounded"); + + Params::KismetMathLibrary_Vector_AddBounded Parms{}; + + Parms.A = std::move(A); + Parms.InAddVect = std::move(InAddVect); + Parms.InRadius = InRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector_Assign +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InVector (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector_Assign(struct FVector& A, const struct FVector& InVector) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Assign"); + + Params::KismetMathLibrary_Vector_Assign Parms{}; + + Parms.A = std::move(A); + Parms.InVector = std::move(InVector); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector_Backward +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Backward() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Backward"); + + Params::KismetMathLibrary_Vector_Backward Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_BoundedToBox +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InBoxMin (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InBoxMax (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_BoundedToBox(const struct FVector& InVect, const struct FVector& InBoxMin, const struct FVector& InBoxMax) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_BoundedToBox"); + + Params::KismetMathLibrary_Vector_BoundedToBox Parms{}; + + Parms.InVect = std::move(InVect); + Parms.InBoxMin = std::move(InBoxMin); + Parms.InBoxMax = std::move(InBoxMax); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_BoundedToCube +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_BoundedToCube(const struct FVector& InVect, float InRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_BoundedToCube"); + + Params::KismetMathLibrary_Vector_BoundedToCube Parms{}; + + Parms.InVect = std::move(InVect); + Parms.InRadius = InRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ClampSize2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ClampSize2D(const struct FVector& A, float Min, float Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ClampSize2D"); + + Params::KismetMathLibrary_Vector_ClampSize2D Parms{}; + + Parms.A = std::move(A); + Parms.Min = Min; + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ClampSizeMax +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ClampSizeMax(const struct FVector& A, float Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ClampSizeMax"); + + Params::KismetMathLibrary_Vector_ClampSizeMax Parms{}; + + Parms.A = std::move(A); + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ClampSizeMax2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ClampSizeMax2D(const struct FVector& A, float Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ClampSizeMax2D"); + + Params::KismetMathLibrary_Vector_ClampSizeMax2D Parms{}; + + Parms.A = std::move(A); + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ComponentMax +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ComponentMax(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ComponentMax"); + + Params::KismetMathLibrary_Vector_ComponentMax Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ComponentMin +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ComponentMin(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ComponentMin"); + + Params::KismetMathLibrary_Vector_ComponentMin Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_CosineAngle2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_CosineAngle2D(const struct FVector& A, const struct FVector& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_CosineAngle2D"); + + Params::KismetMathLibrary_Vector_CosineAngle2D Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Distance +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& v1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& v2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_Distance(const struct FVector& v1, const struct FVector& v2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Distance"); + + Params::KismetMathLibrary_Vector_Distance Parms{}; + + Parms.v1 = std::move(v1); + Parms.v2 = std::move(v2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Distance2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& v1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& v2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_Distance2D(const struct FVector& v1, const struct FVector& v2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Distance2D"); + + Params::KismetMathLibrary_Vector_Distance2D Parms{}; + + Parms.v1 = std::move(v1); + Parms.v2 = std::move(v2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Distance2DSquared +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& v1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& v2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_Distance2DSquared(const struct FVector& v1, const struct FVector& v2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Distance2DSquared"); + + Params::KismetMathLibrary_Vector_Distance2DSquared Parms{}; + + Parms.v1 = std::move(v1); + Parms.v2 = std::move(v2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_DistanceSquared +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& v1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& v2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_DistanceSquared(const struct FVector& v1, const struct FVector& v2) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_DistanceSquared"); + + Params::KismetMathLibrary_Vector_DistanceSquared Parms{}; + + Parms.v1 = std::move(v1); + Parms.v2 = std::move(v2); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Down +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Down() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Down"); + + Params::KismetMathLibrary_Vector_Down Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Forward +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Forward() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Forward"); + + Params::KismetMathLibrary_Vector_Forward Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_GetAbs +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_GetAbs(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_GetAbs"); + + Params::KismetMathLibrary_Vector_GetAbs Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_GetAbsMax +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_GetAbsMax(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_GetAbsMax"); + + Params::KismetMathLibrary_Vector_GetAbsMax Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_GetAbsMin +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_GetAbsMin(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_GetAbsMin"); + + Params::KismetMathLibrary_Vector_GetAbsMin Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_GetProjection +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_GetProjection(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_GetProjection"); + + Params::KismetMathLibrary_Vector_GetProjection Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_GetSignVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_GetSignVector(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_GetSignVector"); + + Params::KismetMathLibrary_Vector_GetSignVector Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_HeadingAngle +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::Vector_HeadingAngle(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_HeadingAngle"); + + Params::KismetMathLibrary_Vector_HeadingAngle Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_IsNAN +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector_IsNAN(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_IsNAN"); + + Params::KismetMathLibrary_Vector_IsNAN Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_IsNearlyZero +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector_IsNearlyZero(const struct FVector& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_IsNearlyZero"); + + Params::KismetMathLibrary_Vector_IsNearlyZero Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_IsNormal +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector_IsNormal(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_IsNormal"); + + Params::KismetMathLibrary_Vector_IsNormal Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_IsUniform +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector_IsUniform(const struct FVector& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_IsUniform"); + + Params::KismetMathLibrary_Vector_IsUniform Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_IsUnit +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float SquaredLenthTolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector_IsUnit(const struct FVector& A, float SquaredLenthTolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_IsUnit"); + + Params::KismetMathLibrary_Vector_IsUnit Parms{}; + + Parms.A = std::move(A); + Parms.SquaredLenthTolerance = SquaredLenthTolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_IsZero +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetMathLibrary::Vector_IsZero(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_IsZero"); + + Params::KismetMathLibrary_Vector_IsZero Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Left +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Left() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Left"); + + Params::KismetMathLibrary_Vector_Left Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_MirrorByPlane +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPlane& InPlane (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_MirrorByPlane(const struct FVector& A, const struct FPlane& InPlane) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_MirrorByPlane"); + + Params::KismetMathLibrary_Vector_MirrorByPlane Parms{}; + + Parms.A = std::move(A); + Parms.InPlane = std::move(InPlane); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Normal2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Normal2D(const struct FVector& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Normal2D"); + + Params::KismetMathLibrary_Vector_Normal2D Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Normalize +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Tolerance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector_Normalize(struct FVector& A, float Tolerance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Normalize"); + + Params::KismetMathLibrary_Vector_Normalize Parms{}; + + Parms.A = std::move(A); + Parms.Tolerance = Tolerance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector_NormalUnsafe +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_NormalUnsafe(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_NormalUnsafe"); + + Params::KismetMathLibrary_Vector_NormalUnsafe Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_One +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_One() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_One"); + + Params::KismetMathLibrary_Vector_One Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ProjectOnToNormal +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ProjectOnToNormal(const struct FVector& V, const struct FVector& InNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ProjectOnToNormal"); + + Params::KismetMathLibrary_Vector_ProjectOnToNormal Parms{}; + + Parms.V = std::move(V); + Parms.InNormal = std::move(InNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Reciprocal +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Reciprocal(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Reciprocal"); + + Params::KismetMathLibrary_Vector_Reciprocal Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Right +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Right() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Right"); + + Params::KismetMathLibrary_Vector_Right Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Set +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Z (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector_Set(struct FVector& A, float X, float Y, float Z) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Set"); + + Params::KismetMathLibrary_Vector_Set Parms{}; + + Parms.A = std::move(A); + Parms.X = X; + Parms.Y = Y; + Parms.Z = Z; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector_SnappedToGrid +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVect (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InGridSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_SnappedToGrid(const struct FVector& InVect, float InGridSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_SnappedToGrid"); + + Params::KismetMathLibrary_Vector_SnappedToGrid Parms{}; + + Parms.InVect = std::move(InVect); + Parms.InGridSize = InGridSize; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ToDegrees +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ToDegrees(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ToDegrees"); + + Params::KismetMathLibrary_Vector_ToDegrees Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_ToRadians +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_ToRadians(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_ToRadians"); + + Params::KismetMathLibrary_Vector_ToRadians Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_UnitCartesianToSpherical +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UKismetMathLibrary::Vector_UnitCartesianToSpherical(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_UnitCartesianToSpherical"); + + Params::KismetMathLibrary_Vector_UnitCartesianToSpherical Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_UnwindEuler +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// struct FVector& A (Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetMathLibrary::Vector_UnwindEuler(struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_UnwindEuler"); + + Params::KismetMathLibrary_Vector_UnwindEuler Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + A = std::move(Parms.A); +} + + +// Function Engine.KismetMathLibrary.Vector_Up +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Up() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Up"); + + Params::KismetMathLibrary_Vector_Up Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Vector_Zero +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::Vector_Zero() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Vector_Zero"); + + Params::KismetMathLibrary_Vector_Zero Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VectorSpringInterp +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVectorSpringState& SpringState (Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// float Stiffness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float CriticalDampingFactor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Mass (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::VectorSpringInterp(const struct FVector& Current, const struct FVector& Target, struct FVectorSpringState& SpringState, float Stiffness, float CriticalDampingFactor, float DeltaTime, float Mass) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VectorSpringInterp"); + + Params::KismetMathLibrary_VectorSpringInterp Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.SpringState = std::move(SpringState); + Parms.Stiffness = Stiffness; + Parms.CriticalDampingFactor = CriticalDampingFactor; + Parms.DeltaTime = DeltaTime; + Parms.Mass = Mass; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + SpringState = std::move(Parms.SpringState); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VInterpTo +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::VInterpTo(const struct FVector& Current, const struct FVector& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VInterpTo"); + + Params::KismetMathLibrary_VInterpTo Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VInterpTo_Constant +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& Current (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Target (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float DeltaTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InterpSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::VInterpTo_Constant(const struct FVector& Current, const struct FVector& Target, float DeltaTime, float InterpSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VInterpTo_Constant"); + + Params::KismetMathLibrary_VInterpTo_Constant Parms{}; + + Parms.Current = std::move(Current); + Parms.Target = std::move(Target); + Parms.DeltaTime = DeltaTime; + Parms.InterpSpeed = InterpSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VLerp +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::VLerp(const struct FVector& A, const struct FVector& B, float Alpha) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VLerp"); + + Params::KismetMathLibrary_VLerp Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + Parms.Alpha = Alpha; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VSize +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::VSize(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VSize"); + + Params::KismetMathLibrary_VSize Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VSize2D +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::VSize2D(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VSize2D"); + + Params::KismetMathLibrary_VSize2D Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VSize2DSquared +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::VSize2DSquared(const struct FVector2D& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VSize2DSquared"); + + Params::KismetMathLibrary_VSize2DSquared Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VSizeSquared +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::VSizeSquared(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VSizeSquared"); + + Params::KismetMathLibrary_VSizeSquared Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VSizeXY +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::VSizeXY(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VSizeXY"); + + Params::KismetMathLibrary_VSizeXY Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.VSizeXYSquared +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::VSizeXYSquared(const struct FVector& A) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "VSizeXYSquared"); + + Params::KismetMathLibrary_VSizeXYSquared Parms{}; + + Parms.A = std::move(A); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.WeightedMovingAverage_Float +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float CurrentSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float PreviousSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Weight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UKismetMathLibrary::WeightedMovingAverage_Float(float CurrentSample, float PreviousSample, float Weight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "WeightedMovingAverage_Float"); + + Params::KismetMathLibrary_WeightedMovingAverage_Float Parms{}; + + Parms.CurrentSample = CurrentSample; + Parms.PreviousSample = PreviousSample; + Parms.Weight = Weight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.WeightedMovingAverage_FRotator +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& CurrentSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// const struct FRotator& PreviousSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// float Weight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UKismetMathLibrary::WeightedMovingAverage_FRotator(const struct FRotator& CurrentSample, const struct FRotator& PreviousSample, float Weight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "WeightedMovingAverage_FRotator"); + + Params::KismetMathLibrary_WeightedMovingAverage_FRotator Parms{}; + + Parms.CurrentSample = std::move(CurrentSample); + Parms.PreviousSample = std::move(PreviousSample); + Parms.Weight = Weight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.WeightedMovingAverage_FVector +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& CurrentSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& PreviousSample (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Weight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UKismetMathLibrary::WeightedMovingAverage_FVector(const struct FVector& CurrentSample, const struct FVector& PreviousSample, float Weight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "WeightedMovingAverage_FVector"); + + Params::KismetMathLibrary_WeightedMovingAverage_FVector Parms{}; + + Parms.CurrentSample = std::move(CurrentSample); + Parms.PreviousSample = std::move(PreviousSample); + Parms.Weight = Weight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Wrap +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Min (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Max (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Wrap(int32 Value, int32 Min, int32 Max) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Wrap"); + + Params::KismetMathLibrary_Wrap Parms{}; + + Parms.Value = Value; + Parms.Min = Min; + Parms.Max = Max; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Xor_Int64Int64 +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int64 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int64 UKismetMathLibrary::Xor_Int64Int64(int64 A, int64 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Xor_Int64Int64"); + + Params::KismetMathLibrary_Xor_Int64Int64 Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetMathLibrary.Xor_IntInt +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 A (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 B (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UKismetMathLibrary::Xor_IntInt(int32 A, int32 B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetMathLibrary", "Xor_IntInt"); + + Params::KismetMathLibrary_Xor_IntInt Parms{}; + + Parms.A = A; + Parms.B = B; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.BeginDrawCanvasToRenderTarget +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UCanvas** Canvas (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector2D* Size (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FDrawToRenderTargetContext* Context (Parm, OutParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::BeginDrawCanvasToRenderTarget(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, class UCanvas** Canvas, struct FVector2D* Size, struct FDrawToRenderTargetContext* Context) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "BeginDrawCanvasToRenderTarget"); + + Params::KismetRenderingLibrary_BeginDrawCanvasToRenderTarget Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Canvas != nullptr) + *Canvas = Parms.Canvas; + + if (Size != nullptr) + *Size = std::move(Parms.Size); + + if (Context != nullptr) + *Context = std::move(Parms.Context); +} + + +// Function Engine.KismetRenderingLibrary.BreakSkinWeightInfo +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FSkelMeshSkinWeightInfo& InWeight (Parm, NoDestructor, NativeAccessSpecifierPublic) +// int32* Bone0 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8* Weight0 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Bone1 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8* Weight1 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Bone2 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8* Weight2 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32* Bone3 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8* Weight3 (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::BreakSkinWeightInfo(const struct FSkelMeshSkinWeightInfo& InWeight, int32* Bone0, uint8* Weight0, int32* Bone1, uint8* Weight1, int32* Bone2, uint8* Weight2, int32* Bone3, uint8* Weight3) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "BreakSkinWeightInfo"); + + Params::KismetRenderingLibrary_BreakSkinWeightInfo Parms{}; + + Parms.InWeight = std::move(InWeight); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Bone0 != nullptr) + *Bone0 = Parms.Bone0; + + if (Weight0 != nullptr) + *Weight0 = Parms.Weight0; + + if (Bone1 != nullptr) + *Bone1 = Parms.Bone1; + + if (Weight1 != nullptr) + *Weight1 = Parms.Weight1; + + if (Bone2 != nullptr) + *Bone2 = Parms.Bone2; + + if (Weight2 != nullptr) + *Weight2 = Parms.Weight2; + + if (Bone3 != nullptr) + *Bone3 = Parms.Bone3; + + if (Weight3 != nullptr) + *Weight3 = Parms.Weight3; +} + + +// Function Engine.KismetRenderingLibrary.ClearRenderTarget2D +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ClearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::ClearRenderTarget2D(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, const struct FLinearColor& ClearColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ClearRenderTarget2D"); + + Params::KismetRenderingLibrary_ClearRenderTarget2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.ClearColor = std::move(ClearColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.ConvertRenderTargetToTexture2DEditorOnly +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* RenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture2D* Texture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::ConvertRenderTargetToTexture2DEditorOnly(class UObject* WorldContextObject, class UTextureRenderTarget2D* RenderTarget, class UTexture2D* Texture) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ConvertRenderTargetToTexture2DEditorOnly"); + + Params::KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.RenderTarget = RenderTarget; + Parms.Texture = Texture; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.CreateRenderTarget2D +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Width (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Height (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETextureRenderTargetFormat Format (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ClearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoGenerateMipMaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTextureRenderTarget2D* UKismetRenderingLibrary::CreateRenderTarget2D(class UObject* WorldContextObject, int32 Width, int32 Height, ETextureRenderTargetFormat Format, const struct FLinearColor& ClearColor, bool bAutoGenerateMipMaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "CreateRenderTarget2D"); + + Params::KismetRenderingLibrary_CreateRenderTarget2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Width = Width; + Parms.Height = Height; + Parms.Format = Format; + Parms.ClearColor = std::move(ClearColor); + Parms.bAutoGenerateMipMaps = bAutoGenerateMipMaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.CreateRenderTarget2DArray +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Width (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Height (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Slices (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETextureRenderTargetFormat Format (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ClearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoGenerateMipMaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2DArray* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTextureRenderTarget2DArray* UKismetRenderingLibrary::CreateRenderTarget2DArray(class UObject* WorldContextObject, int32 Width, int32 Height, int32 Slices, ETextureRenderTargetFormat Format, const struct FLinearColor& ClearColor, bool bAutoGenerateMipMaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "CreateRenderTarget2DArray"); + + Params::KismetRenderingLibrary_CreateRenderTarget2DArray Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Width = Width; + Parms.Height = Height; + Parms.Slices = Slices; + Parms.Format = Format; + Parms.ClearColor = std::move(ClearColor); + Parms.bAutoGenerateMipMaps = bAutoGenerateMipMaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.CreateRenderTargetVolume +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Width (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Height (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Depth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETextureRenderTargetFormat Format (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& ClearColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAutoGenerateMipMaps (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTargetVolume* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTextureRenderTargetVolume* UKismetRenderingLibrary::CreateRenderTargetVolume(class UObject* WorldContextObject, int32 Width, int32 Height, int32 Depth, ETextureRenderTargetFormat Format, const struct FLinearColor& ClearColor, bool bAutoGenerateMipMaps) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "CreateRenderTargetVolume"); + + Params::KismetRenderingLibrary_CreateRenderTargetVolume Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Width = Width; + Parms.Height = Height; + Parms.Depth = Depth; + Parms.Format = Format; + Parms.ClearColor = std::move(ClearColor); + Parms.bAutoGenerateMipMaps = bAutoGenerateMipMaps; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.DrawMaterialToRenderTarget +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::DrawMaterialToRenderTarget(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, class UMaterialInterface* Material) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "DrawMaterialToRenderTarget"); + + Params::KismetRenderingLibrary_DrawMaterialToRenderTarget Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.Material = Material; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.EndDrawCanvasToRenderTarget +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FDrawToRenderTargetContext&Context (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::EndDrawCanvasToRenderTarget(class UObject* WorldContextObject, const struct FDrawToRenderTargetContext& Context) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "EndDrawCanvasToRenderTarget"); + + Params::KismetRenderingLibrary_EndDrawCanvasToRenderTarget Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Context = std::move(Context); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.ExportRenderTarget +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FilePath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Filename (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::ExportRenderTarget(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, const class FString& FilePath, const class FString& Filename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ExportRenderTarget"); + + Params::KismetRenderingLibrary_ExportRenderTarget Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.FilePath = std::move(FilePath); + Parms.Filename = std::move(Filename); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.ExportTexture2D +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture2D* Texture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& FilePath (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Filename (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::ExportTexture2D(class UObject* WorldContextObject, class UTexture2D* Texture, const class FString& FilePath, const class FString& Filename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ExportTexture2D"); + + Params::KismetRenderingLibrary_ExportTexture2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Texture = Texture; + Parms.FilePath = std::move(FilePath); + Parms.Filename = std::move(Filename); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.ImportBufferAsTexture2D +// (Final, RequiredAPI, Native, Static, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const TArray& Buffer (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// class UTexture2D* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture2D* UKismetRenderingLibrary::ImportBufferAsTexture2D(class UObject* WorldContextObject, const TArray& Buffer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ImportBufferAsTexture2D"); + + Params::KismetRenderingLibrary_ImportBufferAsTexture2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Buffer = std::move(Buffer); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.ImportFileAsTexture2D +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Filename (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture2D* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture2D* UKismetRenderingLibrary::ImportFileAsTexture2D(class UObject* WorldContextObject, const class FString& Filename) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ImportFileAsTexture2D"); + + Params::KismetRenderingLibrary_ImportFileAsTexture2D Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Filename = std::move(Filename); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.MakeSkinWeightInfo +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Bone0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 Weight0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Bone1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 Weight1 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Bone2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 Weight2 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Bone3 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// uint8 Weight3 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FSkelMeshSkinWeightInfo ReturnValue (Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) + +struct FSkelMeshSkinWeightInfo UKismetRenderingLibrary::MakeSkinWeightInfo(int32 Bone0, uint8 Weight0, int32 Bone1, uint8 Weight1, int32 Bone2, uint8 Weight2, int32 Bone3, uint8 Weight3) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "MakeSkinWeightInfo"); + + Params::KismetRenderingLibrary_MakeSkinWeightInfo Parms{}; + + Parms.Bone0 = Bone0; + Parms.Weight0 = Weight0; + Parms.Bone1 = Bone1; + Parms.Weight1 = Weight1; + Parms.Bone2 = Bone2; + Parms.Weight2 = Weight2; + Parms.Bone3 = Bone3; + Parms.Weight3 = Weight3; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetPixel +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FColor UKismetRenderingLibrary::ReadRenderTargetPixel(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, int32 X, int32 Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ReadRenderTargetPixel"); + + Params::KismetRenderingLibrary_ReadRenderTargetPixel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.X = X; + Parms.Y = Y; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetRawPixel +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 X (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 Y (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetRenderingLibrary::ReadRenderTargetRawPixel(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, int32 X, int32 Y) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ReadRenderTargetRawPixel"); + + Params::KismetRenderingLibrary_ReadRenderTargetRawPixel Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.X = X; + Parms.Y = Y; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetRawUV +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float U (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UKismetRenderingLibrary::ReadRenderTargetRawUV(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, float U, float V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ReadRenderTargetRawUV"); + + Params::KismetRenderingLibrary_ReadRenderTargetRawUV Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.U = U; + Parms.V = V; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetUV +// (Final, RequiredAPI, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float U (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float V (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FColor UKismetRenderingLibrary::ReadRenderTargetUV(class UObject* WorldContextObject, class UTextureRenderTarget2D* TextureRenderTarget, float U, float V) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ReadRenderTargetUV"); + + Params::KismetRenderingLibrary_ReadRenderTargetUV Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.TextureRenderTarget = TextureRenderTarget; + Parms.U = U; + Parms.V = V; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.ReleaseRenderTarget2D +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UTextureRenderTarget2D* TextureRenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::ReleaseRenderTarget2D(class UTextureRenderTarget2D* TextureRenderTarget) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "ReleaseRenderTarget2D"); + + Params::KismetRenderingLibrary_ReleaseRenderTarget2D Parms{}; + + Parms.TextureRenderTarget = TextureRenderTarget; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetRenderingLibrary.RenderTargetCreateStaticTexture2DEditorOnly +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UTextureRenderTarget2D* RenderTarget (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Name_0 (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETextureCompressionSettings CompressionSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETextureMipGenSettings MipSettings (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture2D* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture2D* UKismetRenderingLibrary::RenderTargetCreateStaticTexture2DEditorOnly(class UTextureRenderTarget2D* RenderTarget, const class FString& Name_0, ETextureCompressionSettings CompressionSettings, ETextureMipGenSettings MipSettings) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "RenderTargetCreateStaticTexture2DEditorOnly"); + + Params::KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly Parms{}; + + Parms.RenderTarget = RenderTarget; + Parms.Name_0 = std::move(Name_0); + Parms.CompressionSettings = CompressionSettings; + Parms.MipSettings = MipSettings; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetRenderingLibrary.SetCastInsetShadowForAllAttachments +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* PrimitiveComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bCastInsetShadow (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bLightAttachmentsAsGroup (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UKismetRenderingLibrary::SetCastInsetShadowForAllAttachments(class UPrimitiveComponent* PrimitiveComponent, bool bCastInsetShadow, bool bLightAttachmentsAsGroup) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetRenderingLibrary", "SetCastInsetShadowForAllAttachments"); + + Params::KismetRenderingLibrary_SetCastInsetShadowForAllAttachments Parms{}; + + Parms.PrimitiveComponent = PrimitiveComponent; + Parms.bCastInsetShadow = bCastInsetShadow; + Parms.bLightAttachmentsAsGroup = bLightAttachmentsAsGroup; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.KismetTextLibrary.AsCurrency_Float +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERoundingMode RoundingMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlwaysSign (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseGrouping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& CurrencyCode (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsCurrency_Float(float Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits, const class FString& CurrencyCode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsCurrency_Float"); + + Params::KismetTextLibrary_AsCurrency_Float Parms{}; + + Parms.Value = Value; + Parms.RoundingMode = RoundingMode; + Parms.bAlwaysSign = bAlwaysSign; + Parms.bUseGrouping = bUseGrouping; + Parms.MinimumIntegralDigits = MinimumIntegralDigits; + Parms.MaximumIntegralDigits = MaximumIntegralDigits; + Parms.MinimumFractionalDigits = MinimumFractionalDigits; + Parms.MaximumFractionalDigits = MaximumFractionalDigits; + Parms.CurrencyCode = std::move(CurrencyCode); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsCurrency_Integer +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERoundingMode RoundingMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlwaysSign (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseGrouping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& CurrencyCode (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsCurrency_Integer(int32 Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits, const class FString& CurrencyCode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsCurrency_Integer"); + + Params::KismetTextLibrary_AsCurrency_Integer Parms{}; + + Parms.Value = Value; + Parms.RoundingMode = RoundingMode; + Parms.bAlwaysSign = bAlwaysSign; + Parms.bUseGrouping = bUseGrouping; + Parms.MinimumIntegralDigits = MinimumIntegralDigits; + Parms.MaximumIntegralDigits = MaximumIntegralDigits; + Parms.MinimumFractionalDigits = MinimumFractionalDigits; + Parms.MaximumFractionalDigits = MaximumFractionalDigits; + Parms.CurrencyCode = std::move(CurrencyCode); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsCurrencyBase +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 BaseValue (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& CurrencyCode (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsCurrencyBase(int32 BaseValue, const class FString& CurrencyCode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsCurrencyBase"); + + Params::KismetTextLibrary_AsCurrencyBase Parms{}; + + Parms.BaseValue = BaseValue; + Parms.CurrencyCode = std::move(CurrencyCode); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsDate_DateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& InDateTime (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsDate_DateTime(const struct FDateTime& InDateTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsDate_DateTime"); + + Params::KismetTextLibrary_AsDate_DateTime Parms{}; + + Parms.InDateTime = std::move(InDateTime); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsDateTime_DateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& In (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsDateTime_DateTime(const struct FDateTime& In) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsDateTime_DateTime"); + + Params::KismetTextLibrary_AsDateTime_DateTime Parms{}; + + Parms.In = std::move(In); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsPercent_Float +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERoundingMode RoundingMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlwaysSign (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseGrouping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsPercent_Float(float Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsPercent_Float"); + + Params::KismetTextLibrary_AsPercent_Float Parms{}; + + Parms.Value = Value; + Parms.RoundingMode = RoundingMode; + Parms.bAlwaysSign = bAlwaysSign; + Parms.bUseGrouping = bUseGrouping; + Parms.MinimumIntegralDigits = MinimumIntegralDigits; + Parms.MaximumIntegralDigits = MaximumIntegralDigits; + Parms.MinimumFractionalDigits = MinimumFractionalDigits; + Parms.MaximumFractionalDigits = MaximumFractionalDigits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsTime_DateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& In (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsTime_DateTime(const struct FDateTime& In) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsTime_DateTime"); + + Params::KismetTextLibrary_AsTime_DateTime Parms{}; + + Parms.In = std::move(In); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsTimespan_Timespan +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTimespan& InTimespan (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsTimespan_Timespan(const struct FTimespan& InTimespan) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsTimespan_Timespan"); + + Params::KismetTextLibrary_AsTimespan_Timespan Parms{}; + + Parms.InTimespan = std::move(InTimespan); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsTimeZoneDate_DateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& InDateTime (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InTimeZone (Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsTimeZoneDate_DateTime(const struct FDateTime& InDateTime, const class FString& InTimeZone) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsTimeZoneDate_DateTime"); + + Params::KismetTextLibrary_AsTimeZoneDate_DateTime Parms{}; + + Parms.InDateTime = std::move(InDateTime); + Parms.InTimeZone = std::move(InTimeZone); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsTimeZoneDateTime_DateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& InDateTime (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InTimeZone (Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsTimeZoneDateTime_DateTime(const struct FDateTime& InDateTime, const class FString& InTimeZone) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsTimeZoneDateTime_DateTime"); + + Params::KismetTextLibrary_AsTimeZoneDateTime_DateTime Parms{}; + + Parms.InDateTime = std::move(InDateTime); + Parms.InTimeZone = std::move(InTimeZone); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.AsTimeZoneTime_DateTime +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FDateTime& InDateTime (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& InTimeZone (Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::AsTimeZoneTime_DateTime(const struct FDateTime& InDateTime, const class FString& InTimeZone) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "AsTimeZoneTime_DateTime"); + + Params::KismetTextLibrary_AsTimeZoneTime_DateTime Parms{}; + + Parms.InDateTime = std::move(InDateTime); + Parms.InTimeZone = std::move(InTimeZone); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_BoolToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// bool InBool (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_BoolToText(bool InBool) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_BoolToText"); + + Params::KismetTextLibrary_Conv_BoolToText Parms{}; + + Parms.InBool = InBool; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_ByteToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// uint8 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_ByteToText(uint8 Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_ByteToText"); + + Params::KismetTextLibrary_Conv_ByteToText Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_ColorToText +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FLinearColor& InColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_ColorToText(const struct FLinearColor& InColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_ColorToText"); + + Params::KismetTextLibrary_Conv_ColorToText Parms{}; + + Parms.InColor = std::move(InColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_FloatToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ERoundingMode RoundingMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlwaysSign (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseGrouping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumFractionalDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_FloatToText(float Value, ERoundingMode RoundingMode, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits, int32 MinimumFractionalDigits, int32 MaximumFractionalDigits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_FloatToText"); + + Params::KismetTextLibrary_Conv_FloatToText Parms{}; + + Parms.Value = Value; + Parms.RoundingMode = RoundingMode; + Parms.bAlwaysSign = bAlwaysSign; + Parms.bUseGrouping = bUseGrouping; + Parms.MinimumIntegralDigits = MinimumIntegralDigits; + Parms.MaximumIntegralDigits = MaximumIntegralDigits; + Parms.MinimumFractionalDigits = MinimumFractionalDigits; + Parms.MaximumFractionalDigits = MaximumFractionalDigits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_Int64ToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int64 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlwaysSign (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseGrouping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_Int64ToText(int64 Value, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_Int64ToText"); + + Params::KismetTextLibrary_Conv_Int64ToText Parms{}; + + Parms.Value = Value; + Parms.bAlwaysSign = bAlwaysSign; + Parms.bUseGrouping = bUseGrouping; + Parms.MinimumIntegralDigits = MinimumIntegralDigits; + Parms.MaximumIntegralDigits = MaximumIntegralDigits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_IntToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// int32 Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAlwaysSign (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bUseGrouping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MinimumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 MaximumIntegralDigits (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_IntToText(int32 Value, bool bAlwaysSign, bool bUseGrouping, int32 MinimumIntegralDigits, int32 MaximumIntegralDigits) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_IntToText"); + + Params::KismetTextLibrary_Conv_IntToText Parms{}; + + Parms.Value = Value; + Parms.bAlwaysSign = bAlwaysSign; + Parms.bUseGrouping = bUseGrouping; + Parms.MinimumIntegralDigits = MinimumIntegralDigits; + Parms.MaximumIntegralDigits = MaximumIntegralDigits; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_NameToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_NameToText(class FName InName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_NameToText"); + + Params::KismetTextLibrary_Conv_NameToText Parms{}; + + Parms.InName = InName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_ObjectToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* InObj (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_ObjectToText(class UObject* InObj) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_ObjectToText"); + + Params::KismetTextLibrary_Conv_ObjectToText Parms{}; + + Parms.InObj = InObj; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_RotatorToText +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FRotator& InRot (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_RotatorToText(const struct FRotator& InRot) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_RotatorToText"); + + Params::KismetTextLibrary_Conv_RotatorToText Parms{}; + + Parms.InRot = std::move(InRot); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_StringToText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& inString (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_StringToText(const class FString& inString) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_StringToText"); + + Params::KismetTextLibrary_Conv_StringToText Parms{}; + + Parms.inString = std::move(inString); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_TextToString +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UKismetTextLibrary::Conv_TextToString(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_TextToString"); + + Params::KismetTextLibrary_Conv_TextToString Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_TransformToText +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FTransform& InTrans (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_TransformToText(const struct FTransform& InTrans) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_TransformToText"); + + Params::KismetTextLibrary_Conv_TransformToText Parms{}; + + Parms.InTrans = std::move(InTrans); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_Vector2dToText +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector2D& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_Vector2dToText(const struct FVector2D& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_Vector2dToText"); + + Params::KismetTextLibrary_Conv_Vector2dToText Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Conv_VectorToText +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FVector& InVec (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Conv_VectorToText(const struct FVector& InVec) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Conv_VectorToText"); + + Params::KismetTextLibrary_Conv_VectorToText Parms{}; + + Parms.InVec = std::move(InVec); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.EqualEqual_IgnoreCase_TextText +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::EqualEqual_IgnoreCase_TextText(const class FText& A, const class FText& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "EqualEqual_IgnoreCase_TextText"); + + Params::KismetTextLibrary_EqualEqual_IgnoreCase_TextText Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.EqualEqual_TextText +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::EqualEqual_TextText(const class FText& A, const class FText& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "EqualEqual_TextText"); + + Params::KismetTextLibrary_EqualEqual_TextText Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.FindTextInLocalizationTable +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FString& Namespace (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText* OutText (Parm, OutParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::FindTextInLocalizationTable(const class FString& Namespace, const class FString& Key, class FText* OutText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "FindTextInLocalizationTable"); + + Params::KismetTextLibrary_FindTextInLocalizationTable Parms{}; + + Parms.Namespace = std::move(Namespace); + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutText != nullptr) + *OutText = std::move(Parms.OutText); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.Format +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InPattern (Parm, NativeAccessSpecifierPublic) +// const TArray&InArgs (Parm, ZeroConstructor, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::Format(const class FText& InPattern, const TArray& InArgs) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "Format"); + + Params::KismetTextLibrary_Format Parms{}; + + Parms.InPattern = std::move(InPattern); + Parms.InArgs = std::move(InArgs); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.GetEmptyText +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::GetEmptyText() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "GetEmptyText"); + + Params::KismetTextLibrary_GetEmptyText Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.IsPolyglotDataValid +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPolyglotTextData& PolyglotData (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool* IsValid (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText* ErrorMessage (Parm, OutParm, NativeAccessSpecifierPublic) + +void UKismetTextLibrary::IsPolyglotDataValid(const struct FPolyglotTextData& PolyglotData, bool* IsValid, class FText* ErrorMessage) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "IsPolyglotDataValid"); + + Params::KismetTextLibrary_IsPolyglotDataValid Parms{}; + + Parms.PolyglotData = std::move(PolyglotData); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (IsValid != nullptr) + *IsValid = Parms.IsValid; + + if (ErrorMessage != nullptr) + *ErrorMessage = std::move(Parms.ErrorMessage); +} + + +// Function Engine.KismetTextLibrary.NotEqual_IgnoreCase_TextText +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::NotEqual_IgnoreCase_TextText(const class FText& A, const class FText& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "NotEqual_IgnoreCase_TextText"); + + Params::KismetTextLibrary_NotEqual_IgnoreCase_TextText Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.NotEqual_TextText +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& A (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// const class FText& B (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::NotEqual_TextText(const class FText& A, const class FText& B) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "NotEqual_TextText"); + + Params::KismetTextLibrary_NotEqual_TextText Parms{}; + + Parms.A = std::move(A); + Parms.B = std::move(B); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.PolyglotDataToText +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const struct FPolyglotTextData& PolyglotData (ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::PolyglotDataToText(const struct FPolyglotTextData& PolyglotData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "PolyglotDataToText"); + + Params::KismetTextLibrary_PolyglotDataToText Parms{}; + + Parms.PolyglotData = std::move(PolyglotData); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.StringTableIdAndKeyFromText +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& Text (Parm, NativeAccessSpecifierPublic) +// class FName* OutTableId (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* OutKey (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::StringTableIdAndKeyFromText(const class FText& Text, class FName* OutTableId, class FString* OutKey) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "StringTableIdAndKeyFromText"); + + Params::KismetTextLibrary_StringTableIdAndKeyFromText Parms{}; + + Parms.Text = std::move(Text); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTableId != nullptr) + *OutTableId = Parms.OutTableId; + + if (OutKey != nullptr) + *OutKey = std::move(Parms.OutKey); + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextFromStringTable +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FName TableId (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Key (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::TextFromStringTable(const class FName TableId, const class FString& Key) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextFromStringTable"); + + Params::KismetTextLibrary_TextFromStringTable Parms{}; + + Parms.TableId = TableId; + Parms.Key = std::move(Key); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextIsCultureInvariant +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::TextIsCultureInvariant(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextIsCultureInvariant"); + + Params::KismetTextLibrary_TextIsCultureInvariant Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextIsEmpty +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::TextIsEmpty(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextIsEmpty"); + + Params::KismetTextLibrary_TextIsEmpty Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextIsFromStringTable +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& Text (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::TextIsFromStringTable(const class FText& Text) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextIsFromStringTable"); + + Params::KismetTextLibrary_TextIsFromStringTable Parms{}; + + Parms.Text = std::move(Text); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextIsTransient +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UKismetTextLibrary::TextIsTransient(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextIsTransient"); + + Params::KismetTextLibrary_TextIsTransient Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextToLower +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::TextToLower(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextToLower"); + + Params::KismetTextLibrary_TextToLower Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextToUpper +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::TextToUpper(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextToUpper"); + + Params::KismetTextLibrary_TextToUpper Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextTrimPreceding +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::TextTrimPreceding(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextTrimPreceding"); + + Params::KismetTextLibrary_TextTrimPreceding Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextTrimPrecedingAndTrailing +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::TextTrimPrecedingAndTrailing(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextTrimPrecedingAndTrailing"); + + Params::KismetTextLibrary_TextTrimPrecedingAndTrailing Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.KismetTextLibrary.TextTrimTrailing +// (Final, Native, Static, Public, HasOutParams, BlueprintCallable, BlueprintPure) +// Parameters: +// const class FText& InText (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +// class FText ReturnValue (Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + +class FText UKismetTextLibrary::TextTrimTrailing(const class FText& InText) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("KismetTextLibrary", "TextTrimTrailing"); + + Params::KismetTextLibrary_TextTrimTrailing Parms{}; + + Parms.InText = std::move(InText); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelScriptActor.LevelReset +// (BlueprintAuthorityOnly, Event, Public, BlueprintEvent) + +void ALevelScriptActor::LevelReset() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelScriptActor", "LevelReset"); + + UObject::ProcessEvent(Func, nullptr); +} + + +// Function Engine.LevelScriptActor.RemoteEvent +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName EventName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool ALevelScriptActor::RemoteEvent(class FName EventName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelScriptActor", "RemoteEvent"); + + Params::LevelScriptActor_RemoteEvent Parms{}; + + Parms.EventName = EventName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelScriptActor.SetCinematicMode +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bCinematicMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bHidePlayer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsHUD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsMovement (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bAffectsTurning (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALevelScriptActor::SetCinematicMode(bool bCinematicMode, bool bHidePlayer, bool bAffectsHUD, bool bAffectsMovement, bool bAffectsTurning) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelScriptActor", "SetCinematicMode"); + + Params::LevelScriptActor_SetCinematicMode Parms{}; + + Parms.bCinematicMode = bCinematicMode; + Parms.bHidePlayer = bHidePlayer; + Parms.bAffectsHUD = bAffectsHUD; + Parms.bAffectsMovement = bAffectsMovement; + Parms.bAffectsTurning = bAffectsTurning; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.LevelScriptActor.WorldOriginLocationChanged +// (Event, Public, HasDefaults, BlueprintEvent) +// Parameters: +// const struct FIntVector& OldOriginLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FIntVector& NewOriginLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ALevelScriptActor::WorldOriginLocationChanged(const struct FIntVector& OldOriginLocation, const struct FIntVector& NewOriginLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LevelScriptActor", "WorldOriginLocationChanged"); + + Params::LevelScriptActor_WorldOriginLocationChanged Parms{}; + + Parms.OldOriginLocation = std::move(OldOriginLocation); + Parms.NewOriginLocation = std::move(NewOriginLocation); + + UObject::ProcessEvent(Func, &Parms); +} + + +// Function Engine.LevelStreamingDynamic.LoadLevelInstance +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& LevelName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool* bOutSuccess (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& OptionalLevelNameOverride (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ULevelStreamingDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULevelStreamingDynamic* ULevelStreamingDynamic::LoadLevelInstance(class UObject* WorldContextObject, const class FString& LevelName, const struct FVector& Location, const struct FRotator& Rotation, bool* bOutSuccess, const class FString& OptionalLevelNameOverride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("LevelStreamingDynamic", "LoadLevelInstance"); + + Params::LevelStreamingDynamic_LoadLevelInstance Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.LevelName = std::move(LevelName); + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.OptionalLevelNameOverride = std::move(OptionalLevelNameOverride); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (bOutSuccess != nullptr) + *bOutSuccess = Parms.bOutSuccess; + + return Parms.ReturnValue; +} + + +// Function Engine.LevelStreamingDynamic.LoadLevelInstanceBySoftObjectPtr +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UObject* WorldContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSoftObjectPtr Level (Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// bool* bOutSuccess (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& OptionalLevelNameOverride (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ULevelStreamingDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULevelStreamingDynamic* ULevelStreamingDynamic::LoadLevelInstanceBySoftObjectPtr(class UObject* WorldContextObject, TSoftObjectPtr Level, const struct FVector& Location, const struct FRotator& Rotation, bool* bOutSuccess, const class FString& OptionalLevelNameOverride) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("LevelStreamingDynamic", "LoadLevelInstanceBySoftObjectPtr"); + + Params::LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr Parms{}; + + Parms.WorldContextObject = WorldContextObject; + Parms.Level = Level; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + Parms.OptionalLevelNameOverride = std::move(OptionalLevelNameOverride); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (bOutSuccess != nullptr) + *bOutSuccess = Parms.bOutSuccess; + + return Parms.ReturnValue; +} + + +// Function Engine.LODSyncComponent.GetLODSyncDebugText +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString ULODSyncComponent::GetLODSyncDebugText() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("LODSyncComponent", "GetLODSyncDebugText"); + + Params::LODSyncComponent_GetLODSyncDebugText Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PointLight.SetLightFalloffExponent +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewLightFalloffExponent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APointLight::SetLightFalloffExponent(float NewLightFalloffExponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PointLight", "SetLightFalloffExponent"); + + Params::PointLight_SetLightFalloffExponent Parms{}; + + Parms.NewLightFalloffExponent = NewLightFalloffExponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PointLight.SetRadius +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APointLight::SetRadius(float NewRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PointLight", "SetRadius"); + + Params::PointLight_SetRadius Parms{}; + + Parms.NewRadius = NewRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SubsystemBlueprintLibrary.GetEngineSubsystem +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// TSubclassOf Class_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UEngineSubsystem* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UEngineSubsystem* USubsystemBlueprintLibrary::GetEngineSubsystem(TSubclassOf Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("SubsystemBlueprintLibrary", "GetEngineSubsystem"); + + Params::SubsystemBlueprintLibrary_GetEngineSubsystem Parms{}; + + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SubsystemBlueprintLibrary.GetGameInstanceSubsystem +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* ContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOfClass_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UGameInstanceSubsystem* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UGameInstanceSubsystem* USubsystemBlueprintLibrary::GetGameInstanceSubsystem(class UObject* ContextObject, TSubclassOf Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("SubsystemBlueprintLibrary", "GetGameInstanceSubsystem"); + + Params::SubsystemBlueprintLibrary_GetGameInstanceSubsystem Parms{}; + + Parms.ContextObject = ContextObject; + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SubsystemBlueprintLibrary.GetLocalPlayerSubsystem +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* ContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOfClass_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ULocalPlayerSubsystem* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULocalPlayerSubsystem* USubsystemBlueprintLibrary::GetLocalPlayerSubsystem(class UObject* ContextObject, TSubclassOf Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("SubsystemBlueprintLibrary", "GetLocalPlayerSubsystem"); + + Params::SubsystemBlueprintLibrary_GetLocalPlayerSubsystem Parms{}; + + Parms.ContextObject = ContextObject; + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SubsystemBlueprintLibrary.GetLocalPlayerSubSystemFromPlayerController +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class APlayerController* PlayerController (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOfClass_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class ULocalPlayerSubsystem* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class ULocalPlayerSubsystem* USubsystemBlueprintLibrary::GetLocalPlayerSubSystemFromPlayerController(class APlayerController* PlayerController, TSubclassOf Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("SubsystemBlueprintLibrary", "GetLocalPlayerSubSystemFromPlayerController"); + + Params::SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController Parms{}; + + Parms.PlayerController = PlayerController; + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SubsystemBlueprintLibrary.GetWorldSubsystem +// (Final, Native, Static, Public, BlueprintCallable, BlueprintPure) +// Parameters: +// class UObject* ContextObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// TSubclassOf Class_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UWorldSubsystem* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UWorldSubsystem* USubsystemBlueprintLibrary::GetWorldSubsystem(class UObject* ContextObject, TSubclassOf Class_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("SubsystemBlueprintLibrary", "GetWorldSubsystem"); + + Params::SubsystemBlueprintLibrary_GetWorldSubsystem Parms{}; + + Parms.ContextObject = ContextObject; + Parms.Class_0 = Class_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PostProcessVolume.AddOrUpdateBlendable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TScriptInterfaceInBlendableObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +// float InWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APostProcessVolume::AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PostProcessVolume", "AddOrUpdateBlendable"); + + Params::PostProcessVolume_AddOrUpdateBlendable Parms{}; + + Parms.InBlendableObject = InBlendableObject; + Parms.InWeight = InWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.MarkTextureForUpdate +// (Final, Native, Public, BlueprintCallable) + +void UStereoLayerComponent::MarkTextureForUpdate() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "MarkTextureForUpdate"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.SetEquirectProps +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const struct FEquirectProps& InScaleBiases (Parm, NoDestructor, NativeAccessSpecifierPublic) + +void UStereoLayerComponent::SetEquirectProps(const struct FEquirectProps& InScaleBiases) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "SetEquirectProps"); + + Params::StereoLayerComponent_SetEquirectProps Parms{}; + + Parms.InScaleBiases = std::move(InScaleBiases); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.SetLeftTexture +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTexture* InTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerComponent::SetLeftTexture(class UTexture* InTexture) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "SetLeftTexture"); + + Params::StereoLayerComponent_SetLeftTexture Parms{}; + + Parms.InTexture = InTexture; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.SetPriority +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 InPriority (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerComponent::SetPriority(int32 InPriority) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "SetPriority"); + + Params::StereoLayerComponent_SetPriority Parms{}; + + Parms.InPriority = InPriority; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.SetQuadSize +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector2D& InQuadSize (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerComponent::SetQuadSize(const struct FVector2D& InQuadSize) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "SetQuadSize"); + + Params::StereoLayerComponent_SetQuadSize Parms{}; + + Parms.InQuadSize = std::move(InQuadSize); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.SetTexture +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTexture* InTexture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerComponent::SetTexture(class UTexture* InTexture) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "SetTexture"); + + Params::StereoLayerComponent_SetTexture Parms{}; + + Parms.InTexture = InTexture; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.SetUVRect +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FBox2D& InUVRect (Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + +void UStereoLayerComponent::SetUVRect(const struct FBox2D& InUVRect) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "SetUVRect"); + + Params::StereoLayerComponent_SetUVRect Parms{}; + + Parms.InUVRect = std::move(InUVRect); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerComponent.GetLeftTexture +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UTexture* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture* UStereoLayerComponent::GetLeftTexture() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "GetLeftTexture"); + + Params::StereoLayerComponent_GetLeftTexture Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StereoLayerComponent.GetPriority +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UStereoLayerComponent::GetPriority() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "GetPriority"); + + Params::StereoLayerComponent_GetPriority Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StereoLayerComponent.GetQuadSize +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector2D UStereoLayerComponent::GetQuadSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "GetQuadSize"); + + Params::StereoLayerComponent_GetQuadSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StereoLayerComponent.GetTexture +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UTexture* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture* UStereoLayerComponent::GetTexture() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "GetTexture"); + + Params::StereoLayerComponent_GetTexture Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StereoLayerComponent.GetUVRect +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FBox2D ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) + +struct FBox2D UStereoLayerComponent::GetUVRect() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerComponent", "GetUVRect"); + + Params::StereoLayerComponent_GetUVRect Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.CopyInterpParameters +// (Final, Native, Public) +// Parameters: +// class UMaterialInstance* Source (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::CopyInterpParameters(class UMaterialInstance* Source) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "CopyInterpParameters"); + + Params::MaterialInstanceDynamic_CopyInterpParameters Parms{}; + + Parms.Source = Source; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.CopyParameterOverrides +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInstance* MaterialInstance (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::CopyParameterOverrides(class UMaterialInstance* MaterialInstance) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "CopyParameterOverrides"); + + Params::MaterialInstanceDynamic_CopyParameterOverrides Parms{}; + + Parms.MaterialInstance = MaterialInstance; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.K2_CopyMaterialInstanceParameters +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Source (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bQuickParametersOnly (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::K2_CopyMaterialInstanceParameters(class UMaterialInterface* Source, bool bQuickParametersOnly) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_CopyMaterialInstanceParameters"); + + Params::MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters Parms{}; + + Parms.Source = Source; + Parms.bQuickParametersOnly = bQuickParametersOnly; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.K2_GetScalarParameterValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMaterialInstanceDynamic::K2_GetScalarParameterValue(class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_GetScalarParameterValue"); + + Params::MaterialInstanceDynamic_K2_GetScalarParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.K2_GetScalarParameterValueByInfo +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FMaterialParameterInfo& ParameterInfo (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UMaterialInstanceDynamic::K2_GetScalarParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_GetScalarParameterValueByInfo"); + + Params::MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo Parms{}; + + Parms.ParameterInfo = std::move(ParameterInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.K2_GetTextureParameterValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture* UMaterialInstanceDynamic::K2_GetTextureParameterValue(class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_GetTextureParameterValue"); + + Params::MaterialInstanceDynamic_K2_GetTextureParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.K2_GetTextureParameterValueByInfo +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FMaterialParameterInfo& ParameterInfo (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UTexture* UMaterialInstanceDynamic::K2_GetTextureParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_GetTextureParameterValueByInfo"); + + Params::MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo Parms{}; + + Parms.ParameterInfo = std::move(ParameterInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.K2_GetVectorParameterValue +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UMaterialInstanceDynamic::K2_GetVectorParameterValue(class FName ParameterName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_GetVectorParameterValue"); + + Params::MaterialInstanceDynamic_K2_GetVectorParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.K2_GetVectorParameterValueByInfo +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FMaterialParameterInfo& ParameterInfo (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FLinearColor UMaterialInstanceDynamic::K2_GetVectorParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_GetVectorParameterValueByInfo"); + + Params::MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo Parms{}; + + Parms.ParameterInfo = std::move(ParameterInfo); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.MaterialInstanceDynamic.K2_InterpolateMaterialInstanceParams +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInstance* SourceA (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstance* SourceB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Alpha (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::K2_InterpolateMaterialInstanceParams(class UMaterialInstance* SourceA, class UMaterialInstance* SourceB, float Alpha) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "K2_InterpolateMaterialInstanceParams"); + + Params::MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams Parms{}; + + Parms.SourceA = SourceA; + Parms.SourceB = SourceB; + Parms.Alpha = Alpha; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.SetScalarParameterValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::SetScalarParameterValue(class FName ParameterName, float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "SetScalarParameterValue"); + + Params::MaterialInstanceDynamic_SetScalarParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.SetScalarParameterValueByInfo +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FMaterialParameterInfo& ParameterInfo (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::SetScalarParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo, float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "SetScalarParameterValueByInfo"); + + Params::MaterialInstanceDynamic_SetScalarParameterValueByInfo Parms{}; + + Parms.ParameterInfo = std::move(ParameterInfo); + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.SetTextureParameterValue +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::SetTextureParameterValue(class FName ParameterName, class UTexture* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "SetTextureParameterValue"); + + Params::MaterialInstanceDynamic_SetTextureParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.SetTextureParameterValueByInfo +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FMaterialParameterInfo& ParameterInfo (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTexture* Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::SetTextureParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo, class UTexture* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "SetTextureParameterValueByInfo"); + + Params::MaterialInstanceDynamic_SetTextureParameterValueByInfo Parms{}; + + Parms.ParameterInfo = std::move(ParameterInfo); + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.SetVectorParameterValue +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::SetVectorParameterValue(class FName ParameterName, const struct FLinearColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "SetVectorParameterValue"); + + Params::MaterialInstanceDynamic_SetVectorParameterValue Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MaterialInstanceDynamic.SetVectorParameterValueByInfo +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FMaterialParameterInfo& ParameterInfo (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMaterialInstanceDynamic::SetVectorParameterValueByInfo(const struct FMaterialParameterInfo& ParameterInfo, const struct FLinearColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MaterialInstanceDynamic", "SetVectorParameterValueByInfo"); + + Params::MaterialInstanceDynamic_SetVectorParameterValueByInfo Parms{}; + + Parms.ParameterInfo = std::move(ParameterInfo); + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.ChangePlaybackDirection +// (Native, Public, BlueprintCallable) + +void AMatineeActor::ChangePlaybackDirection() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "ChangePlaybackDirection"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.EnableGroupByName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class FString& GroupName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AMatineeActor::EnableGroupByName(const class FString& GroupName, bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "EnableGroupByName"); + + Params::MatineeActor_EnableGroupByName Parms{}; + + Parms.GroupName = std::move(GroupName); + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.Pause +// (Native, Public, BlueprintCallable) + +void AMatineeActor::Pause() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "Pause"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.Play +// (Native, Public, BlueprintCallable) + +void AMatineeActor::Play() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "Play"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.Reverse +// (Native, Public, BlueprintCallable) + +void AMatineeActor::Reverse() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "Reverse"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.SetLoopingState +// (Native, Public, BlueprintCallable) +// Parameters: +// bool bNewLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AMatineeActor::SetLoopingState(bool bNewLooping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "SetLoopingState"); + + Params::MatineeActor_SetLoopingState Parms{}; + + Parms.bNewLooping = bNewLooping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.SetPosition +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bJump (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void AMatineeActor::SetPosition(float NewPosition, bool bJump) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "SetPosition"); + + Params::MatineeActor_SetPosition Parms{}; + + Parms.NewPosition = NewPosition; + Parms.bJump = bJump; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MatineeActor.Stop +// (Native, Public, BlueprintCallable) + +void AMatineeActor::Stop() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("MatineeActor", "Stop"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MeshVertexPainterKismetLibrary.PaintVerticesLerpAlongAxis +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UStaticMeshComponent* StaticMeshComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& StartColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& EndColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EVertexPaintAxis Axis (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bConvertToSRGB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMeshVertexPainterKismetLibrary::PaintVerticesLerpAlongAxis(class UStaticMeshComponent* StaticMeshComponent, const struct FLinearColor& StartColor, const struct FLinearColor& EndColor, EVertexPaintAxis Axis, bool bConvertToSRGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("MeshVertexPainterKismetLibrary", "PaintVerticesLerpAlongAxis"); + + Params::MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis Parms{}; + + Parms.StaticMeshComponent = StaticMeshComponent; + Parms.StartColor = std::move(StartColor); + Parms.EndColor = std::move(EndColor); + Parms.Axis = Axis; + Parms.bConvertToSRGB = bConvertToSRGB; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MeshVertexPainterKismetLibrary.PaintVerticesSingleColor +// (Final, Native, Static, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class UStaticMeshComponent* StaticMeshComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FLinearColor& FillColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bConvertToSRGB (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMeshVertexPainterKismetLibrary::PaintVerticesSingleColor(class UStaticMeshComponent* StaticMeshComponent, const struct FLinearColor& FillColor, bool bConvertToSRGB) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("MeshVertexPainterKismetLibrary", "PaintVerticesSingleColor"); + + Params::MeshVertexPainterKismetLibrary_PaintVerticesSingleColor Parms{}; + + Parms.StaticMeshComponent = StaticMeshComponent; + Parms.FillColor = std::move(FillColor); + Parms.bConvertToSRGB = bConvertToSRGB; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.MeshVertexPainterKismetLibrary.RemovePaintedVertices +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UStaticMeshComponent* StaticMeshComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UMeshVertexPainterKismetLibrary::RemovePaintedVertices(class UStaticMeshComponent* StaticMeshComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("MeshVertexPainterKismetLibrary", "RemovePaintedVertices"); + + Params::MeshVertexPainterKismetLibrary_RemovePaintedVertices Parms{}; + + Parms.StaticMeshComponent = StaticMeshComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.NetPushModelHelpers.MarkPropertyDirty +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UNetPushModelHelpers::MarkPropertyDirty(class UObject* Object, class FName PropertyName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("NetPushModelHelpers", "MarkPropertyDirty"); + + Params::NetPushModelHelpers_MarkPropertyDirty Parms{}; + + Parms.Object = Object; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.NetPushModelHelpers.MarkPropertyDirtyFromRepIndex +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Object (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 RepIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName PropertyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UNetPushModelHelpers::MarkPropertyDirtyFromRepIndex(class UObject* Object, int32 RepIndex, class FName PropertyName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("NetPushModelHelpers", "MarkPropertyDirtyFromRepIndex"); + + Params::NetPushModelHelpers_MarkPropertyDirtyFromRepIndex Parms{}; + + Parms.Object = Object; + Parms.RepIndex = RepIndex; + Parms.PropertyName = PropertyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.GrabComponent +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& GrabLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bConstrainRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::GrabComponent(class UPrimitiveComponent* Component, class FName InBoneName, const struct FVector& GrabLocation, bool bConstrainRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "GrabComponent"); + + Params::PhysicsHandleComponent_GrabComponent Parms{}; + + Parms.Component = Component; + Parms.InBoneName = InBoneName; + Parms.GrabLocation = std::move(GrabLocation); + Parms.bConstrainRotation = bConstrainRotation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.GrabComponentAtLocation +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& GrabLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::GrabComponentAtLocation(class UPrimitiveComponent* Component, class FName InBoneName, const struct FVector& GrabLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "GrabComponentAtLocation"); + + Params::PhysicsHandleComponent_GrabComponentAtLocation Parms{}; + + Parms.Component = Component; + Parms.InBoneName = InBoneName; + Parms.GrabLocation = std::move(GrabLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.GrabComponentAtLocationWithRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UPrimitiveComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InBoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Location (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& Rotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::GrabComponentAtLocationWithRotation(class UPrimitiveComponent* Component, class FName InBoneName, const struct FVector& Location, const struct FRotator& Rotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "GrabComponentAtLocationWithRotation"); + + Params::PhysicsHandleComponent_GrabComponentAtLocationWithRotation Parms{}; + + Parms.Component = Component; + Parms.InBoneName = InBoneName; + Parms.Location = std::move(Location); + Parms.Rotation = std::move(Rotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.ReleaseComponent +// (Native, Public, BlueprintCallable) + +void UPhysicsHandleComponent::ReleaseComponent() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "ReleaseComponent"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetAngularDamping +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewAngularDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetAngularDamping(float NewAngularDamping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetAngularDamping"); + + Params::PhysicsHandleComponent_SetAngularDamping Parms{}; + + Parms.NewAngularDamping = NewAngularDamping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetAngularStiffness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewAngularStiffness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetAngularStiffness(float NewAngularStiffness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetAngularStiffness"); + + Params::PhysicsHandleComponent_SetAngularStiffness Parms{}; + + Parms.NewAngularStiffness = NewAngularStiffness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetInterpolationSpeed +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewInterpolationSpeed (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetInterpolationSpeed(float NewInterpolationSpeed) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetInterpolationSpeed"); + + Params::PhysicsHandleComponent_SetInterpolationSpeed Parms{}; + + Parms.NewInterpolationSpeed = NewInterpolationSpeed; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetLinearDamping +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewLinearDamping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetLinearDamping(float NewLinearDamping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetLinearDamping"); + + Params::PhysicsHandleComponent_SetLinearDamping Parms{}; + + Parms.NewLinearDamping = NewLinearDamping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetLinearStiffness +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewLinearStiffness (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetLinearStiffness(float NewLinearStiffness) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetLinearStiffness"); + + Params::PhysicsHandleComponent_SetLinearStiffness Parms{}; + + Parms.NewLinearStiffness = NewLinearStiffness; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetTargetLocation +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetTargetLocation(const struct FVector& NewLocation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetTargetLocation"); + + Params::PhysicsHandleComponent_SetTargetLocation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetTargetLocationAndRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetTargetLocationAndRotation(const struct FVector& NewLocation, const struct FRotator& NewRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetTargetLocationAndRotation"); + + Params::PhysicsHandleComponent_SetTargetLocationAndRotation Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.SetTargetRotation +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FRotator& NewRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::SetTargetRotation(const struct FRotator& NewRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "SetTargetRotation"); + + Params::PhysicsHandleComponent_SetTargetRotation Parms{}; + + Parms.NewRotation = std::move(NewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicsHandleComponent.GetGrabbedComponent +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class UPrimitiveComponent* ReturnValue (ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UPrimitiveComponent* UPhysicsHandleComponent::GetGrabbedComponent() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "GetGrabbedComponent"); + + Params::PhysicsHandleComponent_GetGrabbedComponent Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsHandleComponent.GetTargetLocationAndRotation +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector* TargetLocation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator* TargetRotation (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicsHandleComponent::GetTargetLocationAndRotation(struct FVector* TargetLocation, struct FRotator* TargetRotation) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsHandleComponent", "GetTargetLocationAndRotation"); + + Params::PhysicsHandleComponent_GetTargetLocationAndRotation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (TargetLocation != nullptr) + *TargetLocation = std::move(Parms.TargetLocation); + + if (TargetRotation != nullptr) + *TargetRotation = std::move(Parms.TargetRotation); +} + + +// Function Engine.ParticleSystem.ContainsEmitterType +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UClass* TypeData (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystem::ContainsEmitterType(class UClass* TypeData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystem", "ContainsEmitterType"); + + Params::ParticleSystem_ContainsEmitterType Parms{}; + + Parms.TypeData = TypeData; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RadialForceActor.DisableForce +// (Native, Public, BlueprintCallable) + +void ARadialForceActor::DisableForce() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceActor", "DisableForce"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RadialForceActor.EnableForce +// (Native, Public, BlueprintCallable) + +void ARadialForceActor::EnableForce() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceActor", "EnableForce"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RadialForceActor.FireImpulse +// (Native, Public, BlueprintCallable) + +void ARadialForceActor::FireImpulse() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceActor", "FireImpulse"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RadialForceActor.ToggleForce +// (Native, Public, BlueprintCallable) + +void ARadialForceActor::ToggleForce() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RadialForceActor", "ToggleForce"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PoseableMeshComponent.CopyPoseFromSkeletalComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USkeletalMeshComponent* InComponentToCopy (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPoseableMeshComponent::CopyPoseFromSkeletalComponent(class USkeletalMeshComponent* InComponentToCopy) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "CopyPoseFromSkeletalComponent"); + + Params::PoseableMeshComponent_CopyPoseFromSkeletalComponent Parms{}; + + Parms.InComponentToCopy = InComponentToCopy; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PoseableMeshComponent.GetBoneLocationByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPoseableMeshComponent::GetBoneLocationByName(class FName BoneName, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "GetBoneLocationByName"); + + Params::PoseableMeshComponent_GetBoneLocationByName Parms{}; + + Parms.BoneName = BoneName; + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PoseableMeshComponent.GetBoneRotationByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FRotator ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FRotator UPoseableMeshComponent::GetBoneRotationByName(class FName BoneName, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "GetBoneRotationByName"); + + Params::PoseableMeshComponent_GetBoneRotationByName Parms{}; + + Parms.BoneName = BoneName; + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PoseableMeshComponent.GetBoneScaleByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPoseableMeshComponent::GetBoneScaleByName(class FName BoneName, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "GetBoneScaleByName"); + + Params::PoseableMeshComponent_GetBoneScaleByName Parms{}; + + Parms.BoneName = BoneName; + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PoseableMeshComponent.GetBoneTransformByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UPoseableMeshComponent::GetBoneTransformByName(class FName BoneName, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "GetBoneTransformByName"); + + Params::PoseableMeshComponent_GetBoneTransformByName Parms{}; + + Parms.BoneName = BoneName; + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PoseableMeshComponent.ResetBoneTransformByName +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPoseableMeshComponent::ResetBoneTransformByName(class FName BoneName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "ResetBoneTransformByName"); + + Params::PoseableMeshComponent_ResetBoneTransformByName Parms{}; + + Parms.BoneName = BoneName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PoseableMeshComponent.SetBoneLocationByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPoseableMeshComponent::SetBoneLocationByName(class FName BoneName, const struct FVector& InLocation, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "SetBoneLocationByName"); + + Params::PoseableMeshComponent_SetBoneLocationByName Parms{}; + + Parms.BoneName = BoneName; + Parms.InLocation = std::move(InLocation); + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PoseableMeshComponent.SetBoneRotationByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& InRotation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPoseableMeshComponent::SetBoneRotationByName(class FName BoneName, const struct FRotator& InRotation, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "SetBoneRotationByName"); + + Params::PoseableMeshComponent_SetBoneRotationByName Parms{}; + + Parms.BoneName = BoneName; + Parms.InRotation = std::move(InRotation); + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PoseableMeshComponent.SetBoneScaleByName +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InScale3D (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPoseableMeshComponent::SetBoneScaleByName(class FName BoneName, const struct FVector& InScale3D, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "SetBoneScaleByName"); + + Params::PoseableMeshComponent_SetBoneScaleByName Parms{}; + + Parms.BoneName = BoneName; + Parms.InScale3D = std::move(InScale3D); + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PoseableMeshComponent.SetBoneTransformByName +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// class FName BoneName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FTransform& InTransform (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +// EBoneSpaces BoneSpace (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPoseableMeshComponent::SetBoneTransformByName(class FName BoneName, const struct FTransform& InTransform, EBoneSpaces BoneSpace) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PoseableMeshComponent", "SetBoneTransformByName"); + + Params::PoseableMeshComponent_SetBoneTransformByName Parms{}; + + Parms.BoneName = BoneName; + Parms.InTransform = std::move(InTransform); + Parms.BoneSpace = BoneSpace; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.RuntimeVirtualTexture.GetPageTableSize +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 URuntimeVirtualTexture::GetPageTableSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RuntimeVirtualTexture", "GetPageTableSize"); + + Params::RuntimeVirtualTexture_GetPageTableSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RuntimeVirtualTexture.GetSize +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 URuntimeVirtualTexture::GetSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RuntimeVirtualTexture", "GetSize"); + + Params::RuntimeVirtualTexture_GetSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RuntimeVirtualTexture.GetTileBorderSize +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 URuntimeVirtualTexture::GetTileBorderSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RuntimeVirtualTexture", "GetTileBorderSize"); + + Params::RuntimeVirtualTexture_GetTileBorderSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RuntimeVirtualTexture.GetTileCount +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 URuntimeVirtualTexture::GetTileCount() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RuntimeVirtualTexture", "GetTileCount"); + + Params::RuntimeVirtualTexture_GetTileCount Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.RuntimeVirtualTexture.GetTileSize +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 URuntimeVirtualTexture::GetTileSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("RuntimeVirtualTexture", "GetTileSize"); + + Params::RuntimeVirtualTexture_GetTileSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlatformInterfaceWebResponse.GetHeader +// (Native, Public, HasOutParams) +// Parameters: +// int32 HeaderIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* Header (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString* Value (Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPlatformInterfaceWebResponse::GetHeader(int32 HeaderIndex, class FString* Header, class FString* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlatformInterfaceWebResponse", "GetHeader"); + + Params::PlatformInterfaceWebResponse_GetHeader Parms{}; + + Parms.HeaderIndex = HeaderIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (Header != nullptr) + *Header = std::move(Parms.Header); + + if (Value != nullptr) + *Value = std::move(Parms.Value); +} + + +// Function Engine.PlatformInterfaceWebResponse.GetHeaderValue +// (Native, Public) +// Parameters: +// const class FString& HeaderName (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FString UPlatformInterfaceWebResponse::GetHeaderValue(const class FString& HeaderName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlatformInterfaceWebResponse", "GetHeaderValue"); + + Params::PlatformInterfaceWebResponse_GetHeaderValue Parms{}; + + Parms.HeaderName = std::move(HeaderName); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlatformInterfaceWebResponse.GetNumHeaders +// (Native, Public) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UPlatformInterfaceWebResponse::GetNumHeaders() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlatformInterfaceWebResponse", "GetNumHeaders"); + + Params::PlatformInterfaceWebResponse_GetNumHeaders Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneCaptureCube.OnInterpToggle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ASceneCaptureCube::OnInterpToggle(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureCube", "OnInterpToggle"); + + Params::SceneCaptureCube_OnInterpToggle Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.BeginTrails +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InFirstSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSecondSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETrailWidthMode InWidthMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::BeginTrails(class FName InFirstSocketName, class FName InSecondSocketName, ETrailWidthMode InWidthMode, float InWidth) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "BeginTrails"); + + Params::ParticleSystemComponent_BeginTrails Parms{}; + + Parms.InFirstSocketName = InFirstSocketName; + Parms.InSecondSocketName = InSecondSocketName; + Parms.InWidthMode = InWidthMode; + Parms.InWidth = InWidth; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.CreateNamedDynamicMaterialInstance +// (Native, Public, BlueprintCallable) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* SourceMaterial (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInstanceDynamic* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInstanceDynamic* UParticleSystemComponent::CreateNamedDynamicMaterialInstance(class FName InName, class UMaterialInterface* SourceMaterial) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "CreateNamedDynamicMaterialInstance"); + + Params::ParticleSystemComponent_CreateNamedDynamicMaterialInstance Parms{}; + + Parms.InName = InName; + Parms.SourceMaterial = SourceMaterial; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.EndTrails +// (Final, Native, Public, BlueprintCallable) + +void UParticleSystemComponent::EndTrails() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "EndTrails"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.GenerateParticleEvent +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class FName InEventName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const float InEmitterTime (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InLocation (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InDirection (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& InVelocity (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::GenerateParticleEvent(const class FName InEventName, const float InEmitterTime, const struct FVector& InLocation, const struct FVector& InDirection, const struct FVector& InVelocity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GenerateParticleEvent"); + + Params::ParticleSystemComponent_GenerateParticleEvent Parms{}; + + Parms.InEventName = InEventName; + Parms.InEmitterTime = InEmitterTime; + Parms.InLocation = std::move(InLocation); + Parms.InDirection = std::move(InDirection); + Parms.InVelocity = std::move(InVelocity); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetAutoAttachParams +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* Parent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName SocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// EAttachLocation LocationType (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetAutoAttachParams(class USceneComponent* Parent, class FName SocketName, EAttachLocation LocationType) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetAutoAttachParams"); + + Params::ParticleSystemComponent_SetAutoAttachParams Parms{}; + + Parms.Parent = Parent; + Parms.SocketName = SocketName; + Parms.LocationType = LocationType; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamEndPoint +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewEndPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamEndPoint(int32 EmitterIndex, const struct FVector& NewEndPoint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamEndPoint"); + + Params::ParticleSystemComponent_SetBeamEndPoint Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewEndPoint = std::move(NewEndPoint); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamSourcePoint +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewSourcePoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SourceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamSourcePoint(int32 EmitterIndex, const struct FVector& NewSourcePoint, int32 SourceIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamSourcePoint"); + + Params::ParticleSystemComponent_SetBeamSourcePoint Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewSourcePoint = std::move(NewSourcePoint); + Parms.SourceIndex = SourceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamSourceStrength +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NewSourceStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SourceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamSourceStrength(int32 EmitterIndex, float NewSourceStrength, int32 SourceIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamSourceStrength"); + + Params::ParticleSystemComponent_SetBeamSourceStrength Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewSourceStrength = NewSourceStrength; + Parms.SourceIndex = SourceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamSourceTangent +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewTangentPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SourceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamSourceTangent(int32 EmitterIndex, const struct FVector& NewTangentPoint, int32 SourceIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamSourceTangent"); + + Params::ParticleSystemComponent_SetBeamSourceTangent Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewTangentPoint = std::move(NewTangentPoint); + Parms.SourceIndex = SourceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamTargetPoint +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewTargetPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TargetIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamTargetPoint(int32 EmitterIndex, const struct FVector& NewTargetPoint, int32 TargetIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamTargetPoint"); + + Params::ParticleSystemComponent_SetBeamTargetPoint Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewTargetPoint = std::move(NewTargetPoint); + Parms.TargetIndex = TargetIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamTargetStrength +// (Native, Public, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float NewTargetStrength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TargetIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamTargetStrength(int32 EmitterIndex, float NewTargetStrength, int32 TargetIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamTargetStrength"); + + Params::ParticleSystemComponent_SetBeamTargetStrength Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewTargetStrength = NewTargetStrength; + Parms.TargetIndex = TargetIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetBeamTargetTangent +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& NewTangentPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TargetIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetBeamTargetTangent(int32 EmitterIndex, const struct FVector& NewTangentPoint, int32 TargetIndex) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetBeamTargetTangent"); + + Params::ParticleSystemComponent_SetBeamTargetTangent Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.NewTangentPoint = std::move(NewTangentPoint); + Parms.TargetIndex = TargetIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetMaterialParameter +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName ParameterName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* Param (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetMaterialParameter(class FName ParameterName, class UMaterialInterface* Param) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetMaterialParameter"); + + Params::ParticleSystemComponent_SetMaterialParameter Parms{}; + + Parms.ParameterName = ParameterName; + Parms.Param = Param; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetTemplate +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UParticleSystem* NewTemplate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetTemplate(class UParticleSystem* NewTemplate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetTemplate"); + + Params::ParticleSystemComponent_SetTemplate Parms{}; + + Parms.NewTemplate = NewTemplate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.SetTrailSourceData +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName InFirstSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName InSecondSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// ETrailWidthMode InWidthMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InWidth (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UParticleSystemComponent::SetTrailSourceData(class FName InFirstSocketName, class FName InSecondSocketName, ETrailWidthMode InWidthMode, float InWidth) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "SetTrailSourceData"); + + Params::ParticleSystemComponent_SetTrailSourceData Parms{}; + + Parms.InFirstSocketName = InFirstSocketName; + Parms.InSecondSocketName = InSecondSocketName; + Parms.InWidthMode = InWidthMode; + Parms.InWidth = InWidth; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ParticleSystemComponent.GetBeamEndPoint +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutEndPoint (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamEndPoint(int32 EmitterIndex, struct FVector* OutEndPoint) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamEndPoint"); + + Params::ParticleSystemComponent_GetBeamEndPoint Parms{}; + + Parms.EmitterIndex = EmitterIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutEndPoint != nullptr) + *OutEndPoint = std::move(Parms.OutEndPoint); + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetBeamSourcePoint +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SourceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutSourcePoint (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamSourcePoint(int32 EmitterIndex, int32 SourceIndex, struct FVector* OutSourcePoint) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamSourcePoint"); + + Params::ParticleSystemComponent_GetBeamSourcePoint Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.SourceIndex = SourceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutSourcePoint != nullptr) + *OutSourcePoint = std::move(Parms.OutSourcePoint); + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetBeamSourceStrength +// (Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SourceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutSourceStrength (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamSourceStrength(int32 EmitterIndex, int32 SourceIndex, float* OutSourceStrength) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamSourceStrength"); + + Params::ParticleSystemComponent_GetBeamSourceStrength Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.SourceIndex = SourceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutSourceStrength != nullptr) + *OutSourceStrength = Parms.OutSourceStrength; + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetBeamSourceTangent +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 SourceIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutTangentPoint (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamSourceTangent(int32 EmitterIndex, int32 SourceIndex, struct FVector* OutTangentPoint) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamSourceTangent"); + + Params::ParticleSystemComponent_GetBeamSourceTangent Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.SourceIndex = SourceIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTangentPoint != nullptr) + *OutTangentPoint = std::move(Parms.OutTangentPoint); + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetBeamTargetPoint +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TargetIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutTargetPoint (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamTargetPoint(int32 EmitterIndex, int32 TargetIndex, struct FVector* OutTargetPoint) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamTargetPoint"); + + Params::ParticleSystemComponent_GetBeamTargetPoint Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.TargetIndex = TargetIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTargetPoint != nullptr) + *OutTargetPoint = std::move(Parms.OutTargetPoint); + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetBeamTargetStrength +// (Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TargetIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float* OutTargetStrength (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamTargetStrength(int32 EmitterIndex, int32 TargetIndex, float* OutTargetStrength) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamTargetStrength"); + + Params::ParticleSystemComponent_GetBeamTargetStrength Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.TargetIndex = TargetIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTargetStrength != nullptr) + *OutTargetStrength = Parms.OutTargetStrength; + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetBeamTargetTangent +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 EmitterIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 TargetIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector* OutTangentPoint (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UParticleSystemComponent::GetBeamTargetTangent(int32 EmitterIndex, int32 TargetIndex, struct FVector* OutTangentPoint) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetBeamTargetTangent"); + + Params::ParticleSystemComponent_GetBeamTargetTangent Parms{}; + + Parms.EmitterIndex = EmitterIndex; + Parms.TargetIndex = TargetIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (OutTangentPoint != nullptr) + *OutTangentPoint = std::move(Parms.OutTangentPoint); + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetNamedMaterial +// (Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInterface* UParticleSystemComponent::GetNamedMaterial(class FName InName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetNamedMaterial"); + + Params::ParticleSystemComponent_GetNamedMaterial Parms{}; + + Parms.InName = InName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ParticleSystemComponent.GetNumActiveParticles +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UParticleSystemComponent::GetNumActiveParticles() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ParticleSystemComponent", "GetNumActiveParticles"); + + Params::ParticleSystemComponent_GetNumActiveParticles Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicalAnimationComponent.ApplyPhysicalAnimationProfileBelow +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class FName BodyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ProfileName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bClearNotFound (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicalAnimationComponent::ApplyPhysicalAnimationProfileBelow(class FName BodyName, class FName ProfileName, bool bIncludeSelf, bool bClearNotFound) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicalAnimationComponent", "ApplyPhysicalAnimationProfileBelow"); + + Params::PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow Parms{}; + + Parms.BodyName = BodyName; + Parms.ProfileName = ProfileName; + Parms.bIncludeSelf = bIncludeSelf; + Parms.bClearNotFound = bClearNotFound; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicalAnimationComponent.ApplyPhysicalAnimationSettings +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class FName BodyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPhysicalAnimationData& PhysicalAnimationData (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + +void UPhysicalAnimationComponent::ApplyPhysicalAnimationSettings(class FName BodyName, const struct FPhysicalAnimationData& PhysicalAnimationData) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicalAnimationComponent", "ApplyPhysicalAnimationSettings"); + + Params::PhysicalAnimationComponent_ApplyPhysicalAnimationSettings Parms{}; + + Parms.BodyName = BodyName; + Parms.PhysicalAnimationData = std::move(PhysicalAnimationData); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicalAnimationComponent.ApplyPhysicalAnimationSettingsBelow +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// class FName BodyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FPhysicalAnimationData& PhysicalAnimationData (ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// bool bIncludeSelf (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicalAnimationComponent::ApplyPhysicalAnimationSettingsBelow(class FName BodyName, const struct FPhysicalAnimationData& PhysicalAnimationData, bool bIncludeSelf) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicalAnimationComponent", "ApplyPhysicalAnimationSettingsBelow"); + + Params::PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow Parms{}; + + Parms.BodyName = BodyName; + Parms.PhysicalAnimationData = std::move(PhysicalAnimationData); + Parms.bIncludeSelf = bIncludeSelf; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicalAnimationComponent.SetSkeletalMeshComponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class USkeletalMeshComponent* InSkeletalMeshComponent (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicalAnimationComponent::SetSkeletalMeshComponent(class USkeletalMeshComponent* InSkeletalMeshComponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicalAnimationComponent", "SetSkeletalMeshComponent"); + + Params::PhysicalAnimationComponent_SetSkeletalMeshComponent Parms{}; + + Parms.InSkeletalMeshComponent = InSkeletalMeshComponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicalAnimationComponent.SetStrengthMultiplyer +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InStrengthMultiplyer (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPhysicalAnimationComponent::SetStrengthMultiplyer(float InStrengthMultiplyer) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicalAnimationComponent", "SetStrengthMultiplyer"); + + Params::PhysicalAnimationComponent_SetStrengthMultiplyer Parms{}; + + Parms.InStrengthMultiplyer = InStrengthMultiplyer; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PhysicalAnimationComponent.GetBodyTargetTransform +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName BodyName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FTransform UPhysicalAnimationComponent::GetBodyTargetTransform(class FName BodyName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicalAnimationComponent", "GetBodyTargetTransform"); + + Params::PhysicalAnimationComponent_GetBodyTargetTransform Parms{}; + + Parms.BodyName = BodyName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsSpringComponent.GetNormalizedCompressionScalar +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UPhysicsSpringComponent::GetNormalizedCompressionScalar() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsSpringComponent", "GetNormalizedCompressionScalar"); + + Params::PhysicsSpringComponent_GetNormalizedCompressionScalar Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsSpringComponent.GetSpringCurrentEndPoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPhysicsSpringComponent::GetSpringCurrentEndPoint() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsSpringComponent", "GetSpringCurrentEndPoint"); + + Params::PhysicsSpringComponent_GetSpringCurrentEndPoint Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsSpringComponent.GetSpringDirection +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPhysicsSpringComponent::GetSpringDirection() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsSpringComponent", "GetSpringDirection"); + + Params::PhysicsSpringComponent_GetSpringDirection Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PhysicsSpringComponent.GetSpringRestingPoint +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UPhysicsSpringComponent::GetSpringRestingPoint() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PhysicsSpringComponent", "GetSpringRestingPoint"); + + Params::PhysicsSpringComponent_GetSpringRestingPoint Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.PlanarReflection.OnInterpToggle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void APlanarReflection::OnInterpToggle(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlanarReflection", "OnInterpToggle"); + + Params::PlanarReflection_OnInterpToggle Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerInput.ClearSmoothing +// (Final, Exec, Native, Public) + +void UPlayerInput::ClearSmoothing() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerInput", "ClearSmoothing"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerInput.InvertAxis +// (Final, Exec, Native, Public) +// Parameters: +// const class FName AxisName (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPlayerInput::InvertAxis(const class FName AxisName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerInput", "InvertAxis"); + + Params::PlayerInput_InvertAxis Parms{}; + + Parms.AxisName = AxisName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerInput.InvertAxisKey +// (Final, Exec, Native, Public) +// Parameters: +// const struct FKey& AxisKey (ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPlayerInput::InvertAxisKey(const struct FKey& AxisKey) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerInput", "InvertAxisKey"); + + Params::PlayerInput_InvertAxisKey Parms{}; + + Parms.AxisKey = std::move(AxisKey); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerInput.SetBind +// (Final, Exec, Native, Public) +// Parameters: +// class FName BindName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const class FString& Command (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPlayerInput::SetBind(class FName BindName, const class FString& Command) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerInput", "SetBind"); + + Params::PlayerInput_SetBind Parms{}; + + Parms.BindName = BindName; + Parms.Command = std::move(Command); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.PlayerInput.SetMouseSensitivity +// (Final, Exec, Native, Public) +// Parameters: +// const float Sensitivity (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UPlayerInput::SetMouseSensitivity(const float Sensitivity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("PlayerInput", "SetMouseSensitivity"); + + Params::PlayerInput_SetMouseSensitivity Parms{}; + + Parms.Sensitivity = Sensitivity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ProjectileMovementComponent.MoveInterpolationTarget +// (Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewLocation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FRotator& NewRotation (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +void UProjectileMovementComponent::MoveInterpolationTarget(const struct FVector& NewLocation, const struct FRotator& NewRotation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "MoveInterpolationTarget"); + + Params::ProjectileMovementComponent_MoveInterpolationTarget Parms{}; + + Parms.NewLocation = std::move(NewLocation); + Parms.NewRotation = std::move(NewRotation); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ProjectileMovementComponent.ResetInterpolation +// (Native, Public, BlueprintCallable) + +void UProjectileMovementComponent::ResetInterpolation() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "ResetInterpolation"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ProjectileMovementComponent.SetInterpolatedComponent +// (Native, Public, BlueprintCallable) +// Parameters: +// class USceneComponent* Component (Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UProjectileMovementComponent::SetInterpolatedComponent(class USceneComponent* Component) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "SetInterpolatedComponent"); + + Params::ProjectileMovementComponent_SetInterpolatedComponent Parms{}; + + Parms.Component = Component; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ProjectileMovementComponent.SetVelocityInLocalSpace +// (Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FVector& NewVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UProjectileMovementComponent::SetVelocityInLocalSpace(const struct FVector& NewVelocity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "SetVelocityInLocalSpace"); + + Params::ProjectileMovementComponent_SetVelocityInLocalSpace Parms{}; + + Parms.NewVelocity = std::move(NewVelocity); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ProjectileMovementComponent.StopSimulating +// (Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const struct FHitResult& HitResult (ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + +void UProjectileMovementComponent::StopSimulating(const struct FHitResult& HitResult) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "StopSimulating"); + + Params::ProjectileMovementComponent_StopSimulating Parms{}; + + Parms.HitResult = std::move(HitResult); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ProjectileMovementComponent.IsInterpolationComplete +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UProjectileMovementComponent::IsInterpolationComplete() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "IsInterpolationComplete"); + + Params::ProjectileMovementComponent_IsInterpolationComplete Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ProjectileMovementComponent.IsVelocityUnderSimulationThreshold +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UProjectileMovementComponent::IsVelocityUnderSimulationThreshold() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "IsVelocityUnderSimulationThreshold"); + + Params::ProjectileMovementComponent_IsVelocityUnderSimulationThreshold Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ProjectileMovementComponent.LimitVelocity +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const struct FVector& NewVelocity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UProjectileMovementComponent::LimitVelocity(const struct FVector& NewVelocity) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ProjectileMovementComponent", "LimitVelocity"); + + Params::ProjectileMovementComponent_LimitVelocity Parms{}; + + Parms.NewVelocity = std::move(NewVelocity); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SceneCapture2D.OnInterpToggle +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// bool bEnable (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void ASceneCapture2D::OnInterpToggle(bool bEnable) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCapture2D", "OnInterpToggle"); + + Params::SceneCapture2D_OnInterpToggle Parms{}; + + Parms.bEnable = bEnable; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent2D.AddOrUpdateBlendable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TScriptInterfaceInBlendableObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +// float InWeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USceneCaptureComponent2D::AddOrUpdateBlendable(TScriptInterface InBlendableObject, float InWeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent2D", "AddOrUpdateBlendable"); + + Params::SceneCaptureComponent2D_AddOrUpdateBlendable Parms{}; + + Parms.InBlendableObject = InBlendableObject; + Parms.InWeight = InWeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent2D.CaptureScene +// (Final, Native, Public, BlueprintCallable) + +void USceneCaptureComponent2D::CaptureScene() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent2D", "CaptureScene"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponent2D.RemoveBlendable +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// TScriptInterfaceInBlendableObject (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + +void USceneCaptureComponent2D::RemoveBlendable(TScriptInterface InBlendableObject) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponent2D", "RemoveBlendable"); + + Params::SceneCaptureComponent2D_RemoveBlendable Parms{}; + + Parms.InBlendableObject = InBlendableObject; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SceneCaptureComponentCube.CaptureScene +// (Final, Native, Public, BlueprintCallable) + +void USceneCaptureComponentCube::CaptureScene() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SceneCaptureComponentCube", "CaptureScene"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshSocket.InitializeSocketFromLocation +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class USkeletalMeshComponent* SkelComp (ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& WorldLocation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& WorldNormal (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkeletalMeshSocket::InitializeSocketFromLocation(const class USkeletalMeshComponent* SkelComp, const struct FVector& WorldLocation, const struct FVector& WorldNormal) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshSocket", "InitializeSocketFromLocation"); + + Params::SkeletalMeshSocket_InitializeSocketFromLocation Parms{}; + + Parms.SkelComp = SkelComp; + Parms.WorldLocation = std::move(WorldLocation); + Parms.WorldNormal = std::move(WorldNormal); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkeletalMeshSocket.GetSocketLocation +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class USkeletalMeshComponent* SkelComp (ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector USkeletalMeshSocket::GetSocketLocation(const class USkeletalMeshComponent* SkelComp) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkeletalMeshSocket", "GetSocketLocation"); + + Params::SkeletalMeshSocket_GetSocketLocation Parms{}; + + Parms.SkelComp = SkelComp; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.SkyLightComponent.RecaptureSky +// (Final, Native, Public, BlueprintCallable) + +void USkyLightComponent::RecaptureSky() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "RecaptureSky"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetCubemap +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTextureCube* NewCubemap (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetCubemap(class UTextureCube* NewCubemap) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetCubemap"); + + Params::SkyLightComponent_SetCubemap Parms{}; + + Parms.NewCubemap = NewCubemap; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetCubemapBlend +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UTextureCube* SourceCubemap (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UTextureCube* DestinationCubemap (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float InBlendFraction (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetCubemapBlend(class UTextureCube* SourceCubemap, class UTextureCube* DestinationCubemap, float InBlendFraction) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetCubemapBlend"); + + Params::SkyLightComponent_SetCubemapBlend Parms{}; + + Parms.SourceCubemap = SourceCubemap; + Parms.DestinationCubemap = DestinationCubemap; + Parms.InBlendFraction = InBlendFraction; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetIndirectLightingIntensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetIndirectLightingIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetIndirectLightingIntensity"); + + Params::SkyLightComponent_SetIndirectLightingIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetIntensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetIntensity"); + + Params::SkyLightComponent_SetIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetLightColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& NewLightColor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetLightColor(const struct FLinearColor& NewLightColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetLightColor"); + + Params::SkyLightComponent_SetLightColor Parms{}; + + Parms.NewLightColor = std::move(NewLightColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetLowerHemisphereColor +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FLinearColor& InLowerHemisphereColor (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetLowerHemisphereColor(const struct FLinearColor& InLowerHemisphereColor) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetLowerHemisphereColor"); + + Params::SkyLightComponent_SetLowerHemisphereColor Parms{}; + + Parms.InLowerHemisphereColor = std::move(InLowerHemisphereColor); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetMinOcclusion +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InMinOcclusion (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetMinOcclusion(float InMinOcclusion) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetMinOcclusion"); + + Params::SkyLightComponent_SetMinOcclusion Parms{}; + + Parms.InMinOcclusion = InMinOcclusion; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetOcclusionContrast +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InOcclusionContrast (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetOcclusionContrast(float InOcclusionContrast) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetOcclusionContrast"); + + Params::SkyLightComponent_SetOcclusionContrast Parms{}; + + Parms.InOcclusionContrast = InOcclusionContrast; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetOcclusionExponent +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InOcclusionExponent (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetOcclusionExponent(float InOcclusionExponent) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetOcclusionExponent"); + + Params::SkyLightComponent_SetOcclusionExponent Parms{}; + + Parms.InOcclusionExponent = InOcclusionExponent; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetOcclusionTint +// (Final, Native, Public, HasOutParams, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FColor& InTint (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetOcclusionTint(const struct FColor& InTint) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetOcclusionTint"); + + Params::SkyLightComponent_SetOcclusionTint Parms{}; + + Parms.InTint = std::move(InTint); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.SkyLightComponent.SetVolumetricScatteringIntensity +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void USkyLightComponent::SetVolumetricScatteringIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("SkyLightComponent", "SetVolumetricScatteringIntensity"); + + Params::SkyLightComponent_SetVolumetricScatteringIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMesh.CreateStaticMeshDescription +// (Final, RequiredAPI, Native, Static, Public, BlueprintCallable) +// Parameters: +// class UObject* Outer_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UStaticMeshDescription* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UStaticMeshDescription* UStaticMesh::CreateStaticMeshDescription(class UObject* Outer_0) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("StaticMesh", "CreateStaticMeshDescription"); + + Params::StaticMesh_CreateStaticMeshDescription Parms{}; + + Parms.Outer_0 = Outer_0; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.AddMaterial +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class FName UStaticMesh::AddMaterial(class UMaterialInterface* Material) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "AddMaterial"); + + Params::StaticMesh_AddMaterial Parms{}; + + Parms.Material = Material; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.AddSocket +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UStaticMeshSocket* Socket (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMesh::AddSocket(class UStaticMeshSocket* Socket) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "AddSocket"); + + Params::StaticMesh_AddSocket Parms{}; + + Parms.Socket = Socket; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMesh.BuildFromStaticMeshDescriptions +// (Final, RequiredAPI, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray&StaticMeshDescriptions (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +// bool bBuildSimpleCollision (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMesh::BuildFromStaticMeshDescriptions(const TArray& StaticMeshDescriptions, bool bBuildSimpleCollision) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "BuildFromStaticMeshDescriptions"); + + Params::StaticMesh_BuildFromStaticMeshDescriptions Parms{}; + + Parms.StaticMeshDescriptions = std::move(StaticMeshDescriptions); + Parms.bBuildSimpleCollision = bBuildSimpleCollision; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMesh.RemoveSocket +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UStaticMeshSocket* Socket (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStaticMesh::RemoveSocket(class UStaticMeshSocket* Socket) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "RemoveSocket"); + + Params::StaticMesh_RemoveSocket Parms{}; + + Parms.Socket = Socket; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMesh.SetStaticMaterials +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TArray& InStaticMaterials (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + +void UStaticMesh::SetStaticMaterials(const TArray& InStaticMaterials) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "SetStaticMaterials"); + + Params::StaticMesh_SetStaticMaterials Parms{}; + + Parms.InStaticMaterials = std::move(InStaticMaterials); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StaticMesh.FindSocket +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName InSocketName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UStaticMeshSocket* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UStaticMeshSocket* UStaticMesh::FindSocket(class FName InSocketName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "FindSocket"); + + Params::StaticMesh_FindSocket Parms{}; + + Parms.InSocketName = InSocketName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetBoundingBox +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FBox ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FBox UStaticMesh::GetBoundingBox() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetBoundingBox"); + + Params::StaticMesh_GetBoundingBox Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetBounds +// (Final, RequiredAPI, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FBoxSphereBounds ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + +struct FBoxSphereBounds UStaticMesh::GetBounds() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetBounds"); + + Params::StaticMesh_GetBounds Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetMaterial +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 MaterialIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class UMaterialInterface* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +class UMaterialInterface* UStaticMesh::GetMaterial(int32 MaterialIndex) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetMaterial"); + + Params::StaticMesh_GetMaterial Parms{}; + + Parms.MaterialIndex = MaterialIndex; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetMaterialIndex +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// class FName MaterialSlotName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UStaticMesh::GetMaterialIndex(class FName MaterialSlotName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetMaterialIndex"); + + Params::StaticMesh_GetMaterialIndex Parms{}; + + Parms.MaterialSlotName = MaterialSlotName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetMinimumLODForPlatform +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const class FName& PlatformName (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UStaticMesh::GetMinimumLODForPlatform(const class FName& PlatformName) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetMinimumLODForPlatform"); + + Params::StaticMesh_GetMinimumLODForPlatform Parms{}; + + Parms.PlatformName = PlatformName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetMinimumLODForPlatforms +// (Final, Native, Public, HasOutParams, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// TMap* PlatformMinimumLODs (Parm, OutParm, NativeAccessSpecifierPublic) + +void UStaticMesh::GetMinimumLODForPlatforms(TMap* PlatformMinimumLODs) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetMinimumLODForPlatforms"); + + Params::StaticMesh_GetMinimumLODForPlatforms Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + if (PlatformMinimumLODs != nullptr) + *PlatformMinimumLODs = std::move(Parms.PlatformMinimumLODs); +} + + +// Function Engine.StaticMesh.GetNumLODs +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UStaticMesh::GetNumLODs() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetNumLODs"); + + Params::StaticMesh_GetNumLODs Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetNumSections +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// int32 InLOD (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UStaticMesh::GetNumSections(int32 InLOD) const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetNumSections"); + + Params::StaticMesh_GetNumSections Parms{}; + + Parms.InLOD = InLOD; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StaticMesh.GetStaticMaterials +// (Final, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// const TArray ReturnValue (ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) + +const TArray UStaticMesh::GetStaticMaterials() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StaticMesh", "GetStaticMaterials"); + + Params::StaticMesh_GetStaticMaterials Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.StereoLayerShapeCylinder.SetHeight +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// int32 InHeight (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerShapeCylinder::SetHeight(int32 InHeight) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerShapeCylinder", "SetHeight"); + + Params::StereoLayerShapeCylinder_SetHeight Parms{}; + + Parms.InHeight = InHeight; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerShapeCylinder.SetOverlayArc +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InOverlayArc (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerShapeCylinder::SetOverlayArc(float InOverlayArc) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerShapeCylinder", "SetOverlayArc"); + + Params::StereoLayerShapeCylinder_SetOverlayArc Parms{}; + + Parms.InOverlayArc = InOverlayArc; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerShapeCylinder.SetRadius +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float InRadius (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerShapeCylinder::SetRadius(float InRadius) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("StereoLayerShapeCylinder", "SetRadius"); + + Params::StereoLayerShapeCylinder_SetRadius Parms{}; + + Parms.InRadius = InRadius; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerFunctionLibrary.EnableAutoLoadingSplashScreen +// (Final, Native, Static, Public, BlueprintCallable) +// Parameters: +// bool InAutoShowEnabled (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerFunctionLibrary::EnableAutoLoadingSplashScreen(bool InAutoShowEnabled) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("StereoLayerFunctionLibrary", "EnableAutoLoadingSplashScreen"); + + Params::StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen Parms{}; + + Parms.InAutoShowEnabled = InAutoShowEnabled; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerFunctionLibrary.HideSplashScreen +// (Final, Native, Static, Public, BlueprintCallable) + +void UStereoLayerFunctionLibrary::HideSplashScreen() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("StereoLayerFunctionLibrary", "HideSplashScreen"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerFunctionLibrary.SetSplashScreen +// (Final, Native, Static, Public, HasDefaults, BlueprintCallable) +// Parameters: +// class UTexture* Texture (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector2D& Scale (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// const struct FVector& Offset (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowLoadingMovie (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bShowOnSet (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UStereoLayerFunctionLibrary::SetSplashScreen(class UTexture* Texture, const struct FVector2D& Scale, const struct FVector& Offset, bool bShowLoadingMovie, bool bShowOnSet) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("StereoLayerFunctionLibrary", "SetSplashScreen"); + + Params::StereoLayerFunctionLibrary_SetSplashScreen Parms{}; + + Parms.Texture = Texture; + Parms.Scale = std::move(Scale); + Parms.Offset = std::move(Offset); + Parms.bShowLoadingMovie = bShowLoadingMovie; + Parms.bShowOnSet = bShowOnSet; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.StereoLayerFunctionLibrary.ShowSplashScreen +// (Final, Native, Static, Public, BlueprintCallable) + +void UStereoLayerFunctionLibrary::ShowSplashScreen() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = StaticClass()->GetFunction("StereoLayerFunctionLibrary", "ShowSplashScreen"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + GetDefaultObj()->ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.K2_SetText +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const class FText& Value (ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + +void UTextRenderComponent::K2_SetText(const class FText& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "K2_SetText"); + + Params::TextRenderComponent_K2_SetText Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetFont +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UFont* Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetFont(class UFont* Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetFont"); + + Params::TextRenderComponent_SetFont Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetHorizontalAlignment +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EHorizTextAligment Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetHorizontalAlignment(EHorizTextAligment Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetHorizontalAlignment"); + + Params::TextRenderComponent_SetHorizontalAlignment Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetHorizSpacingAdjust +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetHorizSpacingAdjust(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetHorizSpacingAdjust"); + + Params::TextRenderComponent_SetHorizSpacingAdjust Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetText +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const class FString& Value (Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetText(const class FString& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetText"); + + Params::TextRenderComponent_SetText Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetTextMaterial +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// class UMaterialInterface* Material (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetTextMaterial(class UMaterialInterface* Material) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetTextMaterial"); + + Params::TextRenderComponent_SetTextMaterial Parms{}; + + Parms.Material = Material; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetTextRenderColor +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const struct FColor& Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetTextRenderColor(const struct FColor& Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetTextRenderColor"); + + Params::TextRenderComponent_SetTextRenderColor Parms{}; + + Parms.Value = std::move(Value); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetVerticalAlignment +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// EVerticalTextAligment Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetVerticalAlignment(EVerticalTextAligment Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetVerticalAlignment"); + + Params::TextRenderComponent_SetVerticalAlignment Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetVertSpacingAdjust +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetVertSpacingAdjust(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetVertSpacingAdjust"); + + Params::TextRenderComponent_SetVertSpacingAdjust Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetWorldSize +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetWorldSize(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetWorldSize"); + + Params::TextRenderComponent_SetWorldSize Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetXScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetXScale(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetXScale"); + + Params::TextRenderComponent_SetXScale Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.SetYScale +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// float Value (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTextRenderComponent::SetYScale(float Value) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "SetYScale"); + + Params::TextRenderComponent_SetYScale Parms{}; + + Parms.Value = Value; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TextRenderComponent.GetTextLocalSize +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UTextRenderComponent::GetTextLocalSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "GetTextLocalSize"); + + Params::TextRenderComponent_GetTextLocalSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TextRenderComponent.GetTextWorldSize +// (Final, Native, Public, HasDefaults, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// struct FVector ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +struct FVector UTextRenderComponent::GetTextWorldSize() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TextRenderComponent", "GetTextWorldSize"); + + Params::TextRenderComponent_GetTextWorldSize Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.OnRep_Timeline +// (Final, Native, Public) + +void UTimelineComponent::OnRep_Timeline() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "OnRep_Timeline"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.Play +// (Final, RequiredAPI, Native, Public, BlueprintCallable) + +void UTimelineComponent::Play() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "Play"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.PlayFromStart +// (Final, RequiredAPI, Native, Public, BlueprintCallable) + +void UTimelineComponent::PlayFromStart() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "PlayFromStart"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.Reverse +// (Final, RequiredAPI, Native, Public, BlueprintCallable) + +void UTimelineComponent::Reverse() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "Reverse"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.ReverseFromEnd +// (Final, RequiredAPI, Native, Public, BlueprintCallable) + +void UTimelineComponent::ReverseFromEnd() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "ReverseFromEnd"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetFloatCurve +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UCurveFloat* NewFloatCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName FloatTrackName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetFloatCurve(class UCurveFloat* NewFloatCurve, class FName FloatTrackName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetFloatCurve"); + + Params::TimelineComponent_SetFloatCurve Parms{}; + + Parms.NewFloatCurve = NewFloatCurve; + Parms.FloatTrackName = FloatTrackName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetIgnoreTimeDilation +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewIgnoreTimeDilation (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetIgnoreTimeDilation(bool bNewIgnoreTimeDilation) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetIgnoreTimeDilation"); + + Params::TimelineComponent_SetIgnoreTimeDilation Parms{}; + + Parms.bNewIgnoreTimeDilation = bNewIgnoreTimeDilation; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetLinearColorCurve +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UCurveLinearColor* NewLinearColorCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName LinearColorTrackName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetLinearColorCurve(class UCurveLinearColor* NewLinearColorCurve, class FName LinearColorTrackName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetLinearColorCurve"); + + Params::TimelineComponent_SetLinearColorCurve Parms{}; + + Parms.NewLinearColorCurve = NewLinearColorCurve; + Parms.LinearColorTrackName = LinearColorTrackName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetLooping +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// bool bNewLooping (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetLooping(bool bNewLooping) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetLooping"); + + Params::TimelineComponent_SetLooping Parms{}; + + Parms.bNewLooping = bNewLooping; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetNewTime +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewTime (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetNewTime(float NewTime) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetNewTime"); + + Params::TimelineComponent_SetNewTime Parms{}; + + Parms.NewTime = NewTime; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetPlaybackPosition +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewPosition (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFireEvents (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// bool bFireUpdate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetPlaybackPosition(float NewPosition, bool bFireEvents, bool bFireUpdate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetPlaybackPosition"); + + Params::TimelineComponent_SetPlaybackPosition Parms{}; + + Parms.NewPosition = NewPosition; + Parms.bFireEvents = bFireEvents; + Parms.bFireUpdate = bFireUpdate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetPlayRate +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewRate (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetPlayRate(float NewRate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetPlayRate"); + + Params::TimelineComponent_SetPlayRate Parms{}; + + Parms.NewRate = NewRate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetTimelineLength +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// float NewLength (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetTimelineLength(float NewLength) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetTimelineLength"); + + Params::TimelineComponent_SetTimelineLength Parms{}; + + Parms.NewLength = NewLength; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetTimelineLengthMode +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// ETimelineLengthMode NewLengthMode (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetTimelineLengthMode(ETimelineLengthMode NewLengthMode) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetTimelineLengthMode"); + + Params::TimelineComponent_SetTimelineLengthMode Parms{}; + + Parms.NewLengthMode = NewLengthMode; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.SetVectorCurve +// (Final, RequiredAPI, Native, Public, BlueprintCallable) +// Parameters: +// class UCurveVector* NewVectorCurve (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// class FName VectorTrackName (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UTimelineComponent::SetVectorCurve(class UCurveVector* NewVectorCurve, class FName VectorTrackName) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "SetVectorCurve"); + + Params::TimelineComponent_SetVectorCurve Parms{}; + + Parms.NewVectorCurve = NewVectorCurve; + Parms.VectorTrackName = VectorTrackName; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.Stop +// (Final, RequiredAPI, Native, Public, BlueprintCallable) + +void UTimelineComponent::Stop() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "Stop"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.TimelineComponent.GetIgnoreTimeDilation +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTimelineComponent::GetIgnoreTimeDilation() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "GetIgnoreTimeDilation"); + + Params::TimelineComponent_GetIgnoreTimeDilation Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.GetPlaybackPosition +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UTimelineComponent::GetPlaybackPosition() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "GetPlaybackPosition"); + + Params::TimelineComponent_GetPlaybackPosition Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.GetPlayRate +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UTimelineComponent::GetPlayRate() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "GetPlayRate"); + + Params::TimelineComponent_GetPlayRate Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.GetTimelineLength +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +float UTimelineComponent::GetTimelineLength() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "GetTimelineLength"); + + Params::TimelineComponent_GetTimelineLength Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.IsLooping +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTimelineComponent::IsLooping() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "IsLooping"); + + Params::TimelineComponent_IsLooping Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.IsPlaying +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTimelineComponent::IsPlaying() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "IsPlaying"); + + Params::TimelineComponent_IsPlaying Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.TimelineComponent.IsReversing +// (Final, RequiredAPI, Native, Public, BlueprintCallable, BlueprintPure, Const) +// Parameters: +// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +bool UTimelineComponent::IsReversing() const +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("TimelineComponent", "IsReversing"); + + Params::TimelineComponent_IsReversing Parms{}; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.VectorFieldComponent.SetIntensity +// (Native, Public, BlueprintCallable) +// Parameters: +// float NewIntensity (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UVectorFieldComponent::SetIntensity(float NewIntensity) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("VectorFieldComponent", "SetIntensity"); + + Params::VectorFieldComponent_SetIntensity Parms{}; + + Parms.NewIntensity = NewIntensity; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ViewportStatsSubsystem.AddDisplayDelegate +// (Final, Native, Public, HasOutParams, BlueprintCallable) +// Parameters: +// const TDelegate&Delegate (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +// int32 ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +int32 UViewportStatsSubsystem::AddDisplayDelegate(const TDelegate& Delegate) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ViewportStatsSubsystem", "AddDisplayDelegate"); + + Params::ViewportStatsSubsystem_AddDisplayDelegate Parms{}; + + Parms.Delegate = Delegate; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; + + return Parms.ReturnValue; +} + + +// Function Engine.ViewportStatsSubsystem.AddTimedDisplay +// (Final, Native, Public, HasDefaults, BlueprintCallable) +// Parameters: +// const class FText& Text (Parm, NativeAccessSpecifierPublic) +// const struct FLinearColor& Color (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +// float Duration (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UViewportStatsSubsystem::AddTimedDisplay(const class FText& Text, const struct FLinearColor& Color, float Duration) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ViewportStatsSubsystem", "AddTimedDisplay"); + + Params::ViewportStatsSubsystem_AddTimedDisplay Parms{}; + + Parms.Text = std::move(Text); + Parms.Color = std::move(Color); + Parms.Duration = Duration; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.ViewportStatsSubsystem.RemoveDisplayDelegate +// (Final, Native, Public, BlueprintCallable) +// Parameters: +// const int32 IndexToRemove (ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +void UViewportStatsSubsystem::RemoveDisplayDelegate(const int32 IndexToRemove) +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("ViewportStatsSubsystem", "RemoveDisplayDelegate"); + + Params::ViewportStatsSubsystem_RemoveDisplayDelegate Parms{}; + + Parms.IndexToRemove = IndexToRemove; + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, &Parms); + + Func->FunctionFlags = Flgs; +} + + +// Function Engine.WorldSettings.OnRep_WorldGravityZ +// (Native, Public) + +void AWorldSettings::OnRep_WorldGravityZ() +{ + static class UFunction* Func = nullptr; + + if (Func == nullptr) + Func = Class->GetFunction("WorldSettings", "OnRep_WorldGravityZ"); + + auto Flgs = Func->FunctionFlags; + Func->FunctionFlags |= 0x400; + + UObject::ProcessEvent(Func, nullptr); + + Func->FunctionFlags = Flgs; +} + +} + diff --git a/Kena/SDK/Engine_parameters.hpp b/Kena/SDK/Engine_parameters.hpp new file mode 100644 index 0000000..acdfc7d --- /dev/null +++ b/Kena/SDK/Engine_parameters.hpp @@ -0,0 +1,35414 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Engine + +#include "Basic.hpp" + +#include "Engine_structs.hpp" +#include "CoreUObject_structs.hpp" +#include "InputCore_structs.hpp" +#include "PhysicsCore_structs.hpp" +#include "Slate_structs.hpp" +#include "SlateCore_structs.hpp" + + +namespace SDK::Params +{ + +// Function Engine.Actor.AddComponent +// 0x0060 (0x0060 - 0x0000) +struct Actor_AddComponent final +{ +public: + class FName TemplateName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bManualAttachment; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform RelativeTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + const class UObject* ComponentTemplateContext; // 0x0040(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDeferredFinish; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UActorComponent* ReturnValue; // 0x0050(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_AddComponent; + +// Function Engine.Actor.AddComponentByClass +// 0x0050 (0x0050 - 0x0000) +struct Actor_AddComponentByClass final +{ +public: + TSubclassOf Class_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bManualAttachment; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform RelativeTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bDeferredFinish; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UActorComponent* ReturnValue; // 0x0048(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_AddComponentByClass; + +// Function Engine.Actor.AddTickPrerequisiteActor +// 0x0008 (0x0008 - 0x0000) +struct Actor_AddTickPrerequisiteActor final +{ +public: + class AActor* PrerequisiteActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_AddTickPrerequisiteActor; + +// Function Engine.Actor.AddTickPrerequisiteComponent +// 0x0008 (0x0008 - 0x0000) +struct Actor_AddTickPrerequisiteComponent final +{ +public: + class UActorComponent* PrerequisiteComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_AddTickPrerequisiteComponent; + +// Function Engine.Actor.DetachRootComponentFromParent +// 0x0001 (0x0001 - 0x0000) +struct Actor_DetachRootComponentFromParent final +{ +public: + bool bMaintainWorldPosition; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_DetachRootComponentFromParent; + +// Function Engine.Actor.DisableInput +// 0x0008 (0x0008 - 0x0000) +struct Actor_DisableInput final +{ +public: + class APlayerController* PlayerController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_DisableInput; + +// Function Engine.Actor.EnableInput +// 0x0008 (0x0008 - 0x0000) +struct Actor_EnableInput final +{ +public: + class APlayerController* PlayerController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_EnableInput; + +// Function Engine.Actor.FinishAddComponent +// 0x0040 (0x0040 - 0x0000) +struct Actor_FinishAddComponent final +{ +public: + class UActorComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bManualAttachment; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform RelativeTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_FinishAddComponent; + +// Function Engine.Actor.GetTickableWhenPaused +// 0x0001 (0x0001 - 0x0000) +struct Actor_GetTickableWhenPaused final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetTickableWhenPaused; + +// Function Engine.Actor.K2_AddActorLocalOffset +// 0x009C (0x009C - 0x0000) +struct Actor_K2_AddActorLocalOffset final +{ +public: + struct FVector DeltaLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorLocalOffset; + +// Function Engine.Actor.K2_AddActorLocalRotation +// 0x009C (0x009C - 0x0000) +struct Actor_K2_AddActorLocalRotation final +{ +public: + struct FRotator DeltaRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorLocalRotation; + +// Function Engine.Actor.K2_AddActorLocalTransform +// 0x00C0 (0x00C0 - 0x0000) +struct Actor_K2_AddActorLocalTransform final +{ +public: + struct FTransform NewTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorLocalTransform; + +// Function Engine.Actor.K2_AddActorWorldOffset +// 0x009C (0x009C - 0x0000) +struct Actor_K2_AddActorWorldOffset final +{ +public: + struct FVector DeltaLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorWorldOffset; + +// Function Engine.Actor.K2_AddActorWorldRotation +// 0x009C (0x009C - 0x0000) +struct Actor_K2_AddActorWorldRotation final +{ +public: + struct FRotator DeltaRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorWorldRotation; + +// Function Engine.Actor.K2_AddActorWorldTransform +// 0x00C0 (0x00C0 - 0x0000) +struct Actor_K2_AddActorWorldTransform final +{ +public: + struct FTransform DeltaTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransform; + +// Function Engine.Actor.K2_AddActorWorldTransformKeepScale +// 0x00C0 (0x00C0 - 0x0000) +struct Actor_K2_AddActorWorldTransformKeepScale final +{ +public: + struct FTransform DeltaTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransformKeepScale; + +// Function Engine.Actor.K2_AttachRootComponentTo +// 0x0018 (0x0018 - 0x0000) +struct Actor_K2_AttachRootComponentTo final +{ +public: + class USceneComponent* InParent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachLocation AttachLocationType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeldSimulatedBodies; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AttachRootComponentTo; + +// Function Engine.Actor.K2_AttachRootComponentToActor +// 0x0018 (0x0018 - 0x0000) +struct Actor_K2_AttachRootComponentToActor final +{ +public: + class AActor* InParentActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachLocation AttachLocationType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeldSimulatedBodies; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AttachRootComponentToActor; + +// Function Engine.Actor.K2_AttachToActor +// 0x0018 (0x0018 - 0x0000) +struct Actor_K2_AttachToActor final +{ +public: + class AActor* ParentActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule LocationRule; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule RotationRule; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule ScaleRule; // 0x0012(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeldSimulatedBodies; // 0x0013(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AttachToActor; + +// Function Engine.Actor.K2_AttachToComponent +// 0x0018 (0x0018 - 0x0000) +struct Actor_K2_AttachToComponent final +{ +public: + class USceneComponent* Parent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule LocationRule; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule RotationRule; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule ScaleRule; // 0x0012(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeldSimulatedBodies; // 0x0013(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_AttachToComponent; + +// Function Engine.Actor.K2_DestroyComponent +// 0x0008 (0x0008 - 0x0000) +struct Actor_K2_DestroyComponent final +{ +public: + class UActorComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_DestroyComponent; + +// Function Engine.Actor.K2_DetachFromActor +// 0x0003 (0x0003 - 0x0000) +struct Actor_K2_DetachFromActor final +{ +public: + EDetachmentRule LocationRule; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDetachmentRule RotationRule; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDetachmentRule ScaleRule; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_DetachFromActor; + +// Function Engine.Actor.K2_OnBecomeViewTarget +// 0x0008 (0x0008 - 0x0000) +struct Actor_K2_OnBecomeViewTarget final +{ +public: + class APlayerController* PC; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_OnBecomeViewTarget; + +// Function Engine.Actor.K2_OnEndViewTarget +// 0x0008 (0x0008 - 0x0000) +struct Actor_K2_OnEndViewTarget final +{ +public: + class APlayerController* PC; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_OnEndViewTarget; + +// Function Engine.Actor.K2_SetActorLocation +// 0x009C (0x009C - 0x0000) +struct Actor_K2_SetActorLocation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0099(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9A[0x2]; // 0x009A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorLocation; + +// Function Engine.Actor.K2_SetActorLocationAndRotation +// 0x00A8 (0x00A8 - 0x0000) +struct Actor_K2_SetActorLocationAndRotation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x001C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00A4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00A5(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A6[0x2]; // 0x00A6(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorLocationAndRotation; + +// Function Engine.Actor.K2_SetActorRelativeLocation +// 0x009C (0x009C - 0x0000) +struct Actor_K2_SetActorRelativeLocation final +{ +public: + struct FVector NewRelativeLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorRelativeLocation; + +// Function Engine.Actor.K2_SetActorRelativeRotation +// 0x009C (0x009C - 0x0000) +struct Actor_K2_SetActorRelativeRotation final +{ +public: + struct FRotator NewRelativeRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorRelativeRotation; + +// Function Engine.Actor.K2_SetActorRelativeTransform +// 0x00C0 (0x00C0 - 0x0000) +struct Actor_K2_SetActorRelativeTransform final +{ +public: + struct FTransform NewRelativeTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorRelativeTransform; + +// Function Engine.Actor.K2_SetActorRotation +// 0x0010 (0x0010 - 0x0000) +struct Actor_K2_SetActorRotation final +{ +public: + struct FRotator NewRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bTeleportPhysics; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000D(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorRotation; + +// Function Engine.Actor.K2_SetActorTransform +// 0x00C0 (0x00C0 - 0x0000) +struct Actor_K2_SetActorTransform final +{ +public: + struct FTransform NewTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00BD(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BE[0x2]; // 0x00BE(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_SetActorTransform; + +// Function Engine.Actor.K2_TeleportTo +// 0x001C (0x001C - 0x0000) +struct Actor_K2_TeleportTo final +{ +public: + struct FVector DestLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator DestRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_K2_TeleportTo; + +// Function Engine.Actor.MakeMIDForMaterial +// 0x0010 (0x0010 - 0x0000) +struct Actor_MakeMIDForMaterial final +{ +public: + class UMaterialInterface* Parent; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_MakeMIDForMaterial; + +// Function Engine.Actor.MakeNoise +// 0x0028 (0x0028 - 0x0000) +struct Actor_MakeNoise final +{ +public: + float Loudness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APawn* NoiseInstigator; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NoiseLocation; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxRange; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_MakeNoise; + +// Function Engine.Actor.PrestreamTextures +// 0x000C (0x000C - 0x0000) +struct Actor_PrestreamTextures final +{ +public: + float Seconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableStreaming; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 CinematicTextureGroups; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_PrestreamTextures; + +// Function Engine.Actor.ReceiveActorBeginOverlap +// 0x0008 (0x0008 - 0x0000) +struct Actor_ReceiveActorBeginOverlap final +{ +public: + class AActor* OtherActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorBeginOverlap; + +// Function Engine.Actor.ReceiveActorEndOverlap +// 0x0008 (0x0008 - 0x0000) +struct Actor_ReceiveActorEndOverlap final +{ +public: + class AActor* OtherActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorEndOverlap; + +// Function Engine.Actor.ReceiveActorOnClicked +// 0x0018 (0x0018 - 0x0000) +struct Actor_ReceiveActorOnClicked final +{ +public: + struct FKey ButtonPressed; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorOnClicked; + +// Function Engine.Actor.ReceiveActorOnInputTouchBegin +// 0x0001 (0x0001 - 0x0000) +struct Actor_ReceiveActorOnInputTouchBegin final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchBegin; + +// Function Engine.Actor.ReceiveActorOnInputTouchEnd +// 0x0001 (0x0001 - 0x0000) +struct Actor_ReceiveActorOnInputTouchEnd final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnd; + +// Function Engine.Actor.ReceiveActorOnInputTouchEnter +// 0x0001 (0x0001 - 0x0000) +struct Actor_ReceiveActorOnInputTouchEnter final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnter; + +// Function Engine.Actor.ReceiveActorOnInputTouchLeave +// 0x0001 (0x0001 - 0x0000) +struct Actor_ReceiveActorOnInputTouchLeave final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchLeave; + +// Function Engine.Actor.ReceiveActorOnReleased +// 0x0018 (0x0018 - 0x0000) +struct Actor_ReceiveActorOnReleased final +{ +public: + struct FKey ButtonReleased; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveActorOnReleased; + +// Function Engine.Actor.ReceiveAnyDamage +// 0x0020 (0x0020 - 0x0000) +struct Actor_ReceiveAnyDamage final +{ +public: + float Damage; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + const class UDamageType* DamageType; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AController* InstigatedBy; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveAnyDamage; + +// Function Engine.Actor.ReceiveEndPlay +// 0x0001 (0x0001 - 0x0000) +struct Actor_ReceiveEndPlay final +{ +public: + EEndPlayReason EndPlayReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveEndPlay; + +// Function Engine.Actor.ReceiveHit +// 0x00C8 (0x00C8 - 0x0000) +struct Actor_ReceiveHit final +{ +public: + class UPrimitiveComponent* MyComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* Other; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSelfMoved; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector HitLocation; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitNormal; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NormalImpulse; // 0x0034(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult Hit; // 0x0040(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveHit; + +// Function Engine.Actor.ReceivePointDamage +// 0x00E0 (0x00E0 - 0x0000) +struct Actor_ReceivePointDamage final +{ +public: + float Damage; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + const class UDamageType* DamageType; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitLocation; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitNormal; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* HitComponent; // 0x0028(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ShotFromDirection; // 0x0038(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class AController* InstigatedBy; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x0050(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult HitInfo; // 0x0058(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceivePointDamage; + +// Function Engine.Actor.ReceiveRadialDamage +// 0x00B8 (0x00B8 - 0x0000) +struct Actor_ReceiveRadialDamage final +{ +public: + float DamageReceived; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + const class UDamageType* DamageType; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult HitInfo; // 0x001C(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_A4[0x4]; // 0x00A4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class AController* InstigatedBy; // 0x00A8(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x00B0(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveRadialDamage; + +// Function Engine.Actor.ReceiveTick +// 0x0004 (0x0004 - 0x0000) +struct Actor_ReceiveTick final +{ +public: + float DeltaSeconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_ReceiveTick; + +// Function Engine.Actor.RemoveTickPrerequisiteActor +// 0x0008 (0x0008 - 0x0000) +struct Actor_RemoveTickPrerequisiteActor final +{ +public: + class AActor* PrerequisiteActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_RemoveTickPrerequisiteActor; + +// Function Engine.Actor.RemoveTickPrerequisiteComponent +// 0x0008 (0x0008 - 0x0000) +struct Actor_RemoveTickPrerequisiteComponent final +{ +public: + class UActorComponent* PrerequisiteComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_RemoveTickPrerequisiteComponent; + +// Function Engine.Actor.SetActorEnableCollision +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetActorEnableCollision final +{ +public: + bool bNewActorEnableCollision; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetActorEnableCollision; + +// Function Engine.Actor.SetActorHiddenInGame +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetActorHiddenInGame final +{ +public: + bool bNewHidden; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetActorHiddenInGame; + +// Function Engine.Actor.SetActorRelativeScale3D +// 0x000C (0x000C - 0x0000) +struct Actor_SetActorRelativeScale3D final +{ +public: + struct FVector NewRelativeScale; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetActorRelativeScale3D; + +// Function Engine.Actor.SetActorScale3D +// 0x000C (0x000C - 0x0000) +struct Actor_SetActorScale3D final +{ +public: + struct FVector NewScale3D; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetActorScale3D; + +// Function Engine.Actor.SetActorTickEnabled +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetActorTickEnabled final +{ +public: + bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetActorTickEnabled; + +// Function Engine.Actor.SetActorTickInterval +// 0x0004 (0x0004 - 0x0000) +struct Actor_SetActorTickInterval final +{ +public: + float TickInterval; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetActorTickInterval; + +// Function Engine.Actor.SetAutoDestroyWhenFinished +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetAutoDestroyWhenFinished final +{ +public: + bool bVal; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetAutoDestroyWhenFinished; + +// Function Engine.Actor.SetLifeSpan +// 0x0004 (0x0004 - 0x0000) +struct Actor_SetLifeSpan final +{ +public: + float InLifespan; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetLifeSpan; + +// Function Engine.Actor.SetNetDormancy +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetNetDormancy final +{ +public: + ENetDormancy NewDormancy; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetNetDormancy; + +// Function Engine.Actor.SetOwner +// 0x0008 (0x0008 - 0x0000) +struct Actor_SetOwner final +{ +public: + class AActor* NewOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetOwner; + +// Function Engine.Actor.SetReplicateMovement +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetReplicateMovement final +{ +public: + bool bInReplicateMovement; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetReplicateMovement; + +// Function Engine.Actor.SetReplicates +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetReplicates final +{ +public: + bool bInReplicates; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetReplicates; + +// Function Engine.Actor.SetTickableWhenPaused +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetTickableWhenPaused final +{ +public: + bool bTickableWhenPaused; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetTickableWhenPaused; + +// Function Engine.Actor.SetTickGroup +// 0x0001 (0x0001 - 0x0000) +struct Actor_SetTickGroup final +{ +public: + ETickingGroup NewTickGroup; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SetTickGroup; + +// Function Engine.Actor.SnapRootComponentTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_SnapRootComponentTo final +{ +public: + class AActor* InParentActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_SnapRootComponentTo; + +// Function Engine.Actor.ActorHasTag +// 0x000C (0x000C - 0x0000) +struct Actor_ActorHasTag final +{ +public: + class FName Tag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_ActorHasTag; + +// Function Engine.Actor.GetActorBounds +// 0x0020 (0x0020 - 0x0000) +struct Actor_GetActorBounds final +{ +public: + bool bOnlyCollidingComponents; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector Origin; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeFromChildActors; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetActorBounds; + +// Function Engine.Actor.GetActorEnableCollision +// 0x0001 (0x0001 - 0x0000) +struct Actor_GetActorEnableCollision final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorEnableCollision; + +// Function Engine.Actor.GetActorEyesViewPoint +// 0x0018 (0x0018 - 0x0000) +struct Actor_GetActorEyesViewPoint final +{ +public: + struct FVector OutLocation; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator OutRotation; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorEyesViewPoint; + +// Function Engine.Actor.GetActorForwardVector +// 0x000C (0x000C - 0x0000) +struct Actor_GetActorForwardVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorForwardVector; + +// Function Engine.Actor.GetActorRelativeScale3D +// 0x000C (0x000C - 0x0000) +struct Actor_GetActorRelativeScale3D final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorRelativeScale3D; + +// Function Engine.Actor.GetActorRightVector +// 0x000C (0x000C - 0x0000) +struct Actor_GetActorRightVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorRightVector; + +// Function Engine.Actor.GetActorScale3D +// 0x000C (0x000C - 0x0000) +struct Actor_GetActorScale3D final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorScale3D; + +// Function Engine.Actor.GetActorTickInterval +// 0x0004 (0x0004 - 0x0000) +struct Actor_GetActorTickInterval final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorTickInterval; + +// Function Engine.Actor.GetActorTimeDilation +// 0x0004 (0x0004 - 0x0000) +struct Actor_GetActorTimeDilation final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorTimeDilation; + +// Function Engine.Actor.GetActorUpVector +// 0x000C (0x000C - 0x0000) +struct Actor_GetActorUpVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetActorUpVector; + +// Function Engine.Actor.GetAllChildActors +// 0x0018 (0x0018 - 0x0000) +struct Actor_GetAllChildActors final +{ +public: + TArray ChildActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIncludeDescendants; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetAllChildActors; + +// Function Engine.Actor.GetAttachedActors +// 0x0018 (0x0018 - 0x0000) +struct Actor_GetAttachedActors final +{ +public: + TArray OutActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool bResetArray; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetAttachedActors; + +// Function Engine.Actor.GetAttachParentActor +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetAttachParentActor final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetAttachParentActor; + +// Function Engine.Actor.GetAttachParentSocketName +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetAttachParentSocketName final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetAttachParentSocketName; + +// Function Engine.Actor.GetComponentByClass +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetComponentByClass final +{ +public: + TSubclassOf ComponentClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UActorComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetComponentByClass; + +// Function Engine.Actor.GetComponentsByInterface +// 0x0018 (0x0018 - 0x0000) +struct Actor_GetComponentsByInterface final +{ +public: + TSubclassOf Interface; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0008(0x0010)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetComponentsByInterface; + +// Function Engine.Actor.GetComponentsByTag +// 0x0020 (0x0020 - 0x0000) +struct Actor_GetComponentsByTag final +{ +public: + TSubclassOf ComponentClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0010(0x0010)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetComponentsByTag; + +// Function Engine.Actor.GetDistanceTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetDistanceTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetDistanceTo; + +// Function Engine.Actor.GetDotProductTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetDotProductTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetDotProductTo; + +// Function Engine.Actor.GetGameTimeSinceCreation +// 0x0004 (0x0004 - 0x0000) +struct Actor_GetGameTimeSinceCreation final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetGameTimeSinceCreation; + +// Function Engine.Actor.GetHorizontalDistanceTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetHorizontalDistanceTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetHorizontalDistanceTo; + +// Function Engine.Actor.GetHorizontalDotProductTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetHorizontalDotProductTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetHorizontalDotProductTo; + +// Function Engine.Actor.GetInputAxisKeyValue +// 0x0020 (0x0020 - 0x0000) +struct Actor_GetInputAxisKeyValue final +{ +public: + struct FKey InputAxisKey; // 0x0000(0x0018)(ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetInputAxisKeyValue; + +// Function Engine.Actor.GetInputAxisValue +// 0x000C (0x000C - 0x0000) +struct Actor_GetInputAxisValue final +{ +public: + class FName InputAxisName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetInputAxisValue; + +// Function Engine.Actor.GetInputVectorAxisValue +// 0x0028 (0x0028 - 0x0000) +struct Actor_GetInputVectorAxisValue final +{ +public: + struct FKey InputAxisKey; // 0x0000(0x0018)(ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetInputVectorAxisValue; + +// Function Engine.Actor.GetInstigator +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetInstigator final +{ +public: + class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetInstigator; + +// Function Engine.Actor.GetInstigatorController +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetInstigatorController final +{ +public: + class AController* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetInstigatorController; + +// Function Engine.Actor.GetLifeSpan +// 0x0004 (0x0004 - 0x0000) +struct Actor_GetLifeSpan final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetLifeSpan; + +// Function Engine.Actor.GetLocalRole +// 0x0001 (0x0001 - 0x0000) +struct Actor_GetLocalRole final +{ +public: + ENetRole ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetLocalRole; + +// Function Engine.Actor.GetOverlappingActors +// 0x0018 (0x0018 - 0x0000) +struct Actor_GetOverlappingActors final +{ +public: + TArray OverlappingActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + TSubclassOf ClassFilter; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetOverlappingActors; + +// Function Engine.Actor.GetOverlappingComponents +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetOverlappingComponents final +{ +public: + TArray OverlappingComponents; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetOverlappingComponents; + +// Function Engine.Actor.GetOwner +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetOwner final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetOwner; + +// Function Engine.Actor.GetParentActor +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetParentActor final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetParentActor; + +// Function Engine.Actor.GetParentComponent +// 0x0008 (0x0008 - 0x0000) +struct Actor_GetParentComponent final +{ +public: + class UChildActorComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetParentComponent; + +// Function Engine.Actor.GetRemoteRole +// 0x0001 (0x0001 - 0x0000) +struct Actor_GetRemoteRole final +{ +public: + ENetRole ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetRemoteRole; + +// Function Engine.Actor.GetSquaredDistanceTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetSquaredDistanceTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetSquaredDistanceTo; + +// Function Engine.Actor.GetSquaredHorizontalDistanceTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetSquaredHorizontalDistanceTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetSquaredHorizontalDistanceTo; + +// Function Engine.Actor.GetTransform +// 0x0030 (0x0030 - 0x0000) +struct Actor_GetTransform final +{ +public: + struct FTransform ReturnValue; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetTransform; + +// Function Engine.Actor.GetVelocity +// 0x000C (0x000C - 0x0000) +struct Actor_GetVelocity final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_GetVelocity; + +// Function Engine.Actor.GetVerticalDistanceTo +// 0x0010 (0x0010 - 0x0000) +struct Actor_GetVerticalDistanceTo final +{ +public: + const class AActor* OtherActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_GetVerticalDistanceTo; + +// Function Engine.Actor.HasAuthority +// 0x0001 (0x0001 - 0x0000) +struct Actor_HasAuthority final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_HasAuthority; + +// Function Engine.Actor.IsActorBeingDestroyed +// 0x0001 (0x0001 - 0x0000) +struct Actor_IsActorBeingDestroyed final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_IsActorBeingDestroyed; + +// Function Engine.Actor.IsActorTickEnabled +// 0x0001 (0x0001 - 0x0000) +struct Actor_IsActorTickEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_IsActorTickEnabled; + +// Function Engine.Actor.IsChildActor +// 0x0001 (0x0001 - 0x0000) +struct Actor_IsChildActor final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_IsChildActor; + +// Function Engine.Actor.IsFirstInitialization +// 0x0001 (0x0001 - 0x0000) +struct Actor_IsFirstInitialization final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_IsFirstInitialization; + +// Function Engine.Actor.IsOverlappingActor +// 0x0010 (0x0010 - 0x0000) +struct Actor_IsOverlappingActor final +{ +public: + const class AActor* Other; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_IsOverlappingActor; + +// Function Engine.Actor.K2_GetActorLocation +// 0x000C (0x000C - 0x0000) +struct Actor_K2_GetActorLocation final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_GetActorLocation; + +// Function Engine.Actor.K2_GetActorRotation +// 0x000C (0x000C - 0x0000) +struct Actor_K2_GetActorRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_GetActorRotation; + +// Function Engine.Actor.K2_GetComponentsByClass +// 0x0018 (0x0018 - 0x0000) +struct Actor_K2_GetComponentsByClass final +{ +public: + TSubclassOf ComponentClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0008(0x0010)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_GetComponentsByClass; + +// Function Engine.Actor.K2_GetRootComponent +// 0x0008 (0x0008 - 0x0000) +struct Actor_K2_GetRootComponent final +{ +public: + class USceneComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Actor_K2_GetRootComponent; + +// Function Engine.Actor.WasRecentlyRendered +// 0x0008 (0x0008 - 0x0000) +struct Actor_WasRecentlyRendered final +{ +public: + float Tolerance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Actor_WasRecentlyRendered; + +// Function Engine.Pawn.GetMovementBaseActor +// 0x0010 (0x0010 - 0x0000) +struct Pawn_GetMovementBaseActor final +{ +public: + const class APawn* Pawn; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetMovementBaseActor; + +// Function Engine.Pawn.AddControllerPitchInput +// 0x0004 (0x0004 - 0x0000) +struct Pawn_AddControllerPitchInput final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_AddControllerPitchInput; + +// Function Engine.Pawn.AddControllerRollInput +// 0x0004 (0x0004 - 0x0000) +struct Pawn_AddControllerRollInput final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_AddControllerRollInput; + +// Function Engine.Pawn.AddControllerYawInput +// 0x0004 (0x0004 - 0x0000) +struct Pawn_AddControllerYawInput final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_AddControllerYawInput; + +// Function Engine.Pawn.AddMovementInput +// 0x0014 (0x0014 - 0x0000) +struct Pawn_AddMovementInput final +{ +public: + struct FVector WorldDirection; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScaleValue; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForce; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Pawn_AddMovementInput; + +// Function Engine.Pawn.ConsumeMovementInputVector +// 0x000C (0x000C - 0x0000) +struct Pawn_ConsumeMovementInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_ConsumeMovementInputVector; + +// Function Engine.Pawn.LaunchPawn +// 0x0010 (0x0010 - 0x0000) +struct Pawn_LaunchPawn final +{ +public: + struct FVector LaunchVelocity; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bXYOverride; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bZOverride; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Pawn_LaunchPawn; + +// Function Engine.Pawn.PawnMakeNoise +// 0x0020 (0x0020 - 0x0000) +struct Pawn_PawnMakeNoise final +{ +public: + float Loudness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NoiseLocation; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseNoiseMakerLocation; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class AActor* NoiseMaker; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_PawnMakeNoise; + +// Function Engine.Pawn.ReceivePossessed +// 0x0008 (0x0008 - 0x0000) +struct Pawn_ReceivePossessed final +{ +public: + class AController* NewController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_ReceivePossessed; + +// Function Engine.Pawn.ReceiveUnpossessed +// 0x0008 (0x0008 - 0x0000) +struct Pawn_ReceiveUnpossessed final +{ +public: + class AController* OldController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_ReceiveUnpossessed; + +// Function Engine.Pawn.SetCanAffectNavigationGeneration +// 0x0002 (0x0002 - 0x0000) +struct Pawn_SetCanAffectNavigationGeneration final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceUpdate; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_SetCanAffectNavigationGeneration; + +// Function Engine.Pawn.GetBaseAimRotation +// 0x000C (0x000C - 0x0000) +struct Pawn_GetBaseAimRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetBaseAimRotation; + +// Function Engine.Pawn.GetController +// 0x0008 (0x0008 - 0x0000) +struct Pawn_GetController final +{ +public: + class AController* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetController; + +// Function Engine.Pawn.GetControlRotation +// 0x000C (0x000C - 0x0000) +struct Pawn_GetControlRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetControlRotation; + +// Function Engine.Pawn.GetLastMovementInputVector +// 0x000C (0x000C - 0x0000) +struct Pawn_GetLastMovementInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetLastMovementInputVector; + +// Function Engine.Pawn.GetMovementComponent +// 0x0008 (0x0008 - 0x0000) +struct Pawn_GetMovementComponent final +{ +public: + class UPawnMovementComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetMovementComponent; + +// Function Engine.Pawn.GetNavAgentLocation +// 0x000C (0x000C - 0x0000) +struct Pawn_GetNavAgentLocation final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetNavAgentLocation; + +// Function Engine.Pawn.GetPendingMovementInputVector +// 0x000C (0x000C - 0x0000) +struct Pawn_GetPendingMovementInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_GetPendingMovementInputVector; + +// Function Engine.Pawn.IsBotControlled +// 0x0001 (0x0001 - 0x0000) +struct Pawn_IsBotControlled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_IsBotControlled; + +// Function Engine.Pawn.IsControlled +// 0x0001 (0x0001 - 0x0000) +struct Pawn_IsControlled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_IsControlled; + +// Function Engine.Pawn.IsLocallyControlled +// 0x0001 (0x0001 - 0x0000) +struct Pawn_IsLocallyControlled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_IsLocallyControlled; + +// Function Engine.Pawn.IsMoveInputIgnored +// 0x0001 (0x0001 - 0x0000) +struct Pawn_IsMoveInputIgnored final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_IsMoveInputIgnored; + +// Function Engine.Pawn.IsPawnControlled +// 0x0001 (0x0001 - 0x0000) +struct Pawn_IsPawnControlled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_IsPawnControlled; + +// Function Engine.Pawn.IsPlayerControlled +// 0x0001 (0x0001 - 0x0000) +struct Pawn_IsPlayerControlled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_IsPlayerControlled; + +// Function Engine.Pawn.K2_GetMovementInputVector +// 0x000C (0x000C - 0x0000) +struct Pawn_K2_GetMovementInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Pawn_K2_GetMovementInputVector; + +// Function Engine.DefaultPawn.LookUpAtRate +// 0x0004 (0x0004 - 0x0000) +struct DefaultPawn_LookUpAtRate final +{ +public: + float Rate; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DefaultPawn_LookUpAtRate; + +// Function Engine.DefaultPawn.MoveForward +// 0x0004 (0x0004 - 0x0000) +struct DefaultPawn_MoveForward final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DefaultPawn_MoveForward; + +// Function Engine.DefaultPawn.MoveRight +// 0x0004 (0x0004 - 0x0000) +struct DefaultPawn_MoveRight final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DefaultPawn_MoveRight; + +// Function Engine.DefaultPawn.MoveUp_World +// 0x0004 (0x0004 - 0x0000) +struct DefaultPawn_MoveUp_World final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DefaultPawn_MoveUp_World; + +// Function Engine.DefaultPawn.TurnAtRate +// 0x0004 (0x0004 - 0x0000) +struct DefaultPawn_TurnAtRate final +{ +public: + float Rate; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DefaultPawn_TurnAtRate; + +// Function Engine.ActorComponent.Activate +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_Activate final +{ +public: + bool bReset; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_Activate; + +// Function Engine.ActorComponent.AddTickPrerequisiteActor +// 0x0008 (0x0008 - 0x0000) +struct ActorComponent_AddTickPrerequisiteActor final +{ +public: + class AActor* PrerequisiteActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteActor; + +// Function Engine.ActorComponent.AddTickPrerequisiteComponent +// 0x0008 (0x0008 - 0x0000) +struct ActorComponent_AddTickPrerequisiteComponent final +{ +public: + class UActorComponent* PrerequisiteComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteComponent; + +// Function Engine.ActorComponent.K2_DestroyComponent +// 0x0008 (0x0008 - 0x0000) +struct ActorComponent_K2_DestroyComponent final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_K2_DestroyComponent; + +// Function Engine.ActorComponent.ReceiveEndPlay +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_ReceiveEndPlay final +{ +public: + EEndPlayReason EndPlayReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_ReceiveEndPlay; + +// Function Engine.ActorComponent.ReceiveTick +// 0x0004 (0x0004 - 0x0000) +struct ActorComponent_ReceiveTick final +{ +public: + float DeltaSeconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_ReceiveTick; + +// Function Engine.ActorComponent.RemoveTickPrerequisiteActor +// 0x0008 (0x0008 - 0x0000) +struct ActorComponent_RemoveTickPrerequisiteActor final +{ +public: + class AActor* PrerequisiteActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteActor; + +// Function Engine.ActorComponent.RemoveTickPrerequisiteComponent +// 0x0008 (0x0008 - 0x0000) +struct ActorComponent_RemoveTickPrerequisiteComponent final +{ +public: + class UActorComponent* PrerequisiteComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteComponent; + +// Function Engine.ActorComponent.SetActive +// 0x0002 (0x0002 - 0x0000) +struct ActorComponent_SetActive final +{ +public: + bool bNewActive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bReset; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetActive; + +// Function Engine.ActorComponent.SetAutoActivate +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_SetAutoActivate final +{ +public: + bool bNewAutoActivate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetAutoActivate; + +// Function Engine.ActorComponent.SetComponentTickEnabled +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_SetComponentTickEnabled final +{ +public: + bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetComponentTickEnabled; + +// Function Engine.ActorComponent.SetComponentTickInterval +// 0x0004 (0x0004 - 0x0000) +struct ActorComponent_SetComponentTickInterval final +{ +public: + float TickInterval; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetComponentTickInterval; + +// Function Engine.ActorComponent.SetComponentTickIntervalAndCooldown +// 0x0004 (0x0004 - 0x0000) +struct ActorComponent_SetComponentTickIntervalAndCooldown final +{ +public: + float TickInterval; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetComponentTickIntervalAndCooldown; + +// Function Engine.ActorComponent.SetIsReplicated +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_SetIsReplicated final +{ +public: + bool ShouldReplicate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetIsReplicated; + +// Function Engine.ActorComponent.SetTickableWhenPaused +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_SetTickableWhenPaused final +{ +public: + bool bTickableWhenPaused; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetTickableWhenPaused; + +// Function Engine.ActorComponent.SetTickGroup +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_SetTickGroup final +{ +public: + ETickingGroup NewTickGroup; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_SetTickGroup; + +// Function Engine.ActorComponent.ComponentHasTag +// 0x000C (0x000C - 0x0000) +struct ActorComponent_ComponentHasTag final +{ +public: + class FName Tag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ActorComponent_ComponentHasTag; + +// Function Engine.ActorComponent.GetComponentTickInterval +// 0x0004 (0x0004 - 0x0000) +struct ActorComponent_GetComponentTickInterval final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_GetComponentTickInterval; + +// Function Engine.ActorComponent.GetOwner +// 0x0008 (0x0008 - 0x0000) +struct ActorComponent_GetOwner final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_GetOwner; + +// Function Engine.ActorComponent.IsActive +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_IsActive final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_IsActive; + +// Function Engine.ActorComponent.IsBeingDestroyed +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_IsBeingDestroyed final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_IsBeingDestroyed; + +// Function Engine.ActorComponent.IsComponentTickEnabled +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_IsComponentTickEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_IsComponentTickEnabled; + +// Function Engine.ActorComponent.IsFirstInitialization +// 0x0001 (0x0001 - 0x0000) +struct ActorComponent_IsFirstInitialization final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ActorComponent_IsFirstInitialization; + +// Function Engine.SceneComponent.DetachFromParent +// 0x0002 (0x0002 - 0x0000) +struct SceneComponent_DetachFromParent final +{ +public: + bool bMaintainWorldPosition; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCallModify; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_DetachFromParent; + +// Function Engine.SceneComponent.K2_AddLocalOffset +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_AddLocalOffset final +{ +public: + struct FVector DeltaLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddLocalOffset; + +// Function Engine.SceneComponent.K2_AddLocalRotation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_AddLocalRotation final +{ +public: + struct FRotator DeltaRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddLocalRotation; + +// Function Engine.SceneComponent.K2_AddLocalTransform +// 0x00C0 (0x00C0 - 0x0000) +struct SceneComponent_K2_AddLocalTransform final +{ +public: + struct FTransform DeltaTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddLocalTransform; + +// Function Engine.SceneComponent.K2_AddRelativeLocation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_AddRelativeLocation final +{ +public: + struct FVector DeltaLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeLocation; + +// Function Engine.SceneComponent.K2_AddRelativeRotation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_AddRelativeRotation final +{ +public: + struct FRotator DeltaRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeRotation; + +// Function Engine.SceneComponent.K2_AddWorldOffset +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_AddWorldOffset final +{ +public: + struct FVector DeltaLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddWorldOffset; + +// Function Engine.SceneComponent.K2_AddWorldRotation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_AddWorldRotation final +{ +public: + struct FRotator DeltaRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddWorldRotation; + +// Function Engine.SceneComponent.K2_AddWorldTransform +// 0x00C0 (0x00C0 - 0x0000) +struct SceneComponent_K2_AddWorldTransform final +{ +public: + struct FTransform DeltaTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransform; + +// Function Engine.SceneComponent.K2_AddWorldTransformKeepScale +// 0x00C0 (0x00C0 - 0x0000) +struct SceneComponent_K2_AddWorldTransformKeepScale final +{ +public: + struct FTransform DeltaTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransformKeepScale; + +// Function Engine.SceneComponent.K2_AttachTo +// 0x0018 (0x0018 - 0x0000) +struct SceneComponent_K2_AttachTo final +{ +public: + class USceneComponent* InParent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachLocation AttachType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeldSimulatedBodies; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0012(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_13[0x5]; // 0x0013(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AttachTo; + +// Function Engine.SceneComponent.K2_AttachToComponent +// 0x0018 (0x0018 - 0x0000) +struct SceneComponent_K2_AttachToComponent final +{ +public: + class USceneComponent* Parent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule LocationRule; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule RotationRule; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule ScaleRule; // 0x0012(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeldSimulatedBodies; // 0x0013(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_AttachToComponent; + +// Function Engine.SceneComponent.K2_DetachFromComponent +// 0x0004 (0x0004 - 0x0000) +struct SceneComponent_K2_DetachFromComponent final +{ +public: + EDetachmentRule LocationRule; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDetachmentRule RotationRule; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDetachmentRule ScaleRule; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCallModify; // 0x0003(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_K2_DetachFromComponent; + +// Function Engine.SceneComponent.K2_SetRelativeLocation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_SetRelativeLocation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocation; + +// Function Engine.SceneComponent.K2_SetRelativeLocationAndRotation +// 0x00A8 (0x00A8 - 0x0000) +struct SceneComponent_K2_SetRelativeLocationAndRotation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x001C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00A4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A5[0x3]; // 0x00A5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocationAndRotation; + +// Function Engine.SceneComponent.K2_SetRelativeRotation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_SetRelativeRotation final +{ +public: + struct FRotator NewRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeRotation; + +// Function Engine.SceneComponent.K2_SetRelativeTransform +// 0x00C0 (0x00C0 - 0x0000) +struct SceneComponent_K2_SetRelativeTransform final +{ +public: + struct FTransform NewTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeTransform; + +// Function Engine.SceneComponent.K2_SetWorldLocation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_SetWorldLocation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocation; + +// Function Engine.SceneComponent.K2_SetWorldLocationAndRotation +// 0x00A8 (0x00A8 - 0x0000) +struct SceneComponent_K2_SetWorldLocationAndRotation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x001C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00A4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A5[0x3]; // 0x00A5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocationAndRotation; + +// Function Engine.SceneComponent.K2_SetWorldRotation +// 0x009C (0x009C - 0x0000) +struct SceneComponent_K2_SetWorldRotation final +{ +public: + struct FRotator NewRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0010(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0098(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetWorldRotation; + +// Function Engine.SceneComponent.K2_SetWorldTransform +// 0x00C0 (0x00C0 - 0x0000) +struct SceneComponent_K2_SetWorldTransform final +{ +public: + struct FTransform NewTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bSweep; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepHitResult; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00BC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_K2_SetWorldTransform; + +// Function Engine.SceneComponent.OnRep_Visibility +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_OnRep_Visibility final +{ +public: + bool OldValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_OnRep_Visibility; + +// Function Engine.SceneComponent.SetAbsolute +// 0x0003 (0x0003 - 0x0000) +struct SceneComponent_SetAbsolute final +{ +public: + bool bNewAbsoluteLocation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewAbsoluteRotation; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewAbsoluteScale; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetAbsolute; + +// Function Engine.SceneComponent.SetHiddenInGame +// 0x0002 (0x0002 - 0x0000) +struct SceneComponent_SetHiddenInGame final +{ +public: + bool NewHidden; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPropagateToChildren; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetHiddenInGame; + +// Function Engine.SceneComponent.SetMobility +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_SetMobility final +{ +public: + EComponentMobility NewMobility; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetMobility; + +// Function Engine.SceneComponent.SetRelativeScale3D +// 0x000C (0x000C - 0x0000) +struct SceneComponent_SetRelativeScale3D final +{ +public: + struct FVector NewScale3D; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetRelativeScale3D; + +// Function Engine.SceneComponent.SetShouldUpdatePhysicsVolume +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_SetShouldUpdatePhysicsVolume final +{ +public: + bool bInShouldUpdatePhysicsVolume; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetShouldUpdatePhysicsVolume; + +// Function Engine.SceneComponent.SetVisibility +// 0x0002 (0x0002 - 0x0000) +struct SceneComponent_SetVisibility final +{ +public: + bool bNewVisibility; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPropagateToChildren; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetVisibility; + +// Function Engine.SceneComponent.SetWorldScale3D +// 0x000C (0x000C - 0x0000) +struct SceneComponent_SetWorldScale3D final +{ +public: + struct FVector NewScale; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_SetWorldScale3D; + +// Function Engine.SceneComponent.SnapTo +// 0x0018 (0x0018 - 0x0000) +struct SceneComponent_SnapTo final +{ +public: + class USceneComponent* InParent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_SnapTo; + +// Function Engine.SceneComponent.ToggleVisibility +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_ToggleVisibility final +{ +public: + bool bPropagateToChildren; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_ToggleVisibility; + +// Function Engine.SceneComponent.DoesSocketExist +// 0x000C (0x000C - 0x0000) +struct SceneComponent_DoesSocketExist final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_DoesSocketExist; + +// Function Engine.SceneComponent.GetAllSocketNames +// 0x0010 (0x0010 - 0x0000) +struct SceneComponent_GetAllSocketNames final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetAllSocketNames; + +// Function Engine.SceneComponent.GetAttachParent +// 0x0008 (0x0008 - 0x0000) +struct SceneComponent_GetAttachParent final +{ +public: + class USceneComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetAttachParent; + +// Function Engine.SceneComponent.GetAttachSocketName +// 0x0008 (0x0008 - 0x0000) +struct SceneComponent_GetAttachSocketName final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetAttachSocketName; + +// Function Engine.SceneComponent.GetChildComponent +// 0x0010 (0x0010 - 0x0000) +struct SceneComponent_GetChildComponent final +{ +public: + int32 ChildIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USceneComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetChildComponent; + +// Function Engine.SceneComponent.GetChildrenComponents +// 0x0018 (0x0018 - 0x0000) +struct SceneComponent_GetChildrenComponents final +{ +public: + bool bIncludeAllDescendants; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Children; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetChildrenComponents; + +// Function Engine.SceneComponent.GetComponentVelocity +// 0x000C (0x000C - 0x0000) +struct SceneComponent_GetComponentVelocity final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetComponentVelocity; + +// Function Engine.SceneComponent.GetForwardVector +// 0x000C (0x000C - 0x0000) +struct SceneComponent_GetForwardVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetForwardVector; + +// Function Engine.SceneComponent.GetNumChildrenComponents +// 0x0004 (0x0004 - 0x0000) +struct SceneComponent_GetNumChildrenComponents final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetNumChildrenComponents; + +// Function Engine.SceneComponent.GetParentComponents +// 0x0010 (0x0010 - 0x0000) +struct SceneComponent_GetParentComponents final +{ +public: + TArray Parents; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetParentComponents; + +// Function Engine.SceneComponent.GetPhysicsVolume +// 0x0008 (0x0008 - 0x0000) +struct SceneComponent_GetPhysicsVolume final +{ +public: + class APhysicsVolume* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetPhysicsVolume; + +// Function Engine.SceneComponent.GetRelativeTransform +// 0x0030 (0x0030 - 0x0000) +struct SceneComponent_GetRelativeTransform final +{ +public: + struct FTransform ReturnValue; // 0x0000(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetRelativeTransform; + +// Function Engine.SceneComponent.GetRightVector +// 0x000C (0x000C - 0x0000) +struct SceneComponent_GetRightVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetRightVector; + +// Function Engine.SceneComponent.GetShouldUpdatePhysicsVolume +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_GetShouldUpdatePhysicsVolume final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetShouldUpdatePhysicsVolume; + +// Function Engine.SceneComponent.GetSocketLocation +// 0x0014 (0x0014 - 0x0000) +struct SceneComponent_GetSocketLocation final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetSocketLocation; + +// Function Engine.SceneComponent.GetSocketQuaternion +// 0x0020 (0x0020 - 0x0000) +struct SceneComponent_GetSocketQuaternion final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetSocketQuaternion; + +// Function Engine.SceneComponent.GetSocketRotation +// 0x0014 (0x0014 - 0x0000) +struct SceneComponent_GetSocketRotation final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetSocketRotation; + +// Function Engine.SceneComponent.GetSocketTransform +// 0x0040 (0x0040 - 0x0000) +struct SceneComponent_GetSocketTransform final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERelativeTransformSpace TransformSpace; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetSocketTransform; + +// Function Engine.SceneComponent.GetUpVector +// 0x000C (0x000C - 0x0000) +struct SceneComponent_GetUpVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_GetUpVector; + +// Function Engine.SceneComponent.IsAnySimulatingPhysics +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_IsAnySimulatingPhysics final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_IsAnySimulatingPhysics; + +// Function Engine.SceneComponent.IsSimulatingPhysics +// 0x000C (0x000C - 0x0000) +struct SceneComponent_IsSimulatingPhysics final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneComponent_IsSimulatingPhysics; + +// Function Engine.SceneComponent.IsVisible +// 0x0001 (0x0001 - 0x0000) +struct SceneComponent_IsVisible final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_IsVisible; + +// Function Engine.SceneComponent.K2_GetComponentLocation +// 0x000C (0x000C - 0x0000) +struct SceneComponent_K2_GetComponentLocation final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_K2_GetComponentLocation; + +// Function Engine.SceneComponent.K2_GetComponentRotation +// 0x000C (0x000C - 0x0000) +struct SceneComponent_K2_GetComponentRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_K2_GetComponentRotation; + +// Function Engine.SceneComponent.K2_GetComponentScale +// 0x000C (0x000C - 0x0000) +struct SceneComponent_K2_GetComponentScale final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_K2_GetComponentScale; + +// Function Engine.SceneComponent.K2_GetComponentToWorld +// 0x0030 (0x0030 - 0x0000) +struct SceneComponent_K2_GetComponentToWorld final +{ +public: + struct FTransform ReturnValue; // 0x0000(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneComponent_K2_GetComponentToWorld; + +// Function Engine.KismetNodeHelperLibrary.BitIsMarked +// 0x000C (0x000C - 0x0000) +struct KismetNodeHelperLibrary_BitIsMarked final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_BitIsMarked; + +// Function Engine.KismetNodeHelperLibrary.ClearAllBits +// 0x0004 (0x0004 - 0x0000) +struct KismetNodeHelperLibrary_ClearAllBits final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_ClearAllBits; + +// Function Engine.KismetNodeHelperLibrary.ClearBit +// 0x0008 (0x0008 - 0x0000) +struct KismetNodeHelperLibrary_ClearBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_ClearBit; + +// Function Engine.KismetNodeHelperLibrary.GetEnumeratorName +// 0x0018 (0x0018 - 0x0000) +struct KismetNodeHelperLibrary_GetEnumeratorName final +{ +public: + const class UEnum* Enum; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 EnumeratorValue; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorName; + +// Function Engine.KismetNodeHelperLibrary.GetEnumeratorUserFriendlyName +// 0x0020 (0x0020 - 0x0000) +struct KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName final +{ +public: + const class UEnum* Enum; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 EnumeratorValue; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName; + +// Function Engine.KismetNodeHelperLibrary.GetEnumeratorValueFromIndex +// 0x0010 (0x0010 - 0x0000) +struct KismetNodeHelperLibrary_GetEnumeratorValueFromIndex final +{ +public: + const class UEnum* Enum; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 EnumeratorIndex; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorValueFromIndex; + +// Function Engine.KismetNodeHelperLibrary.GetFirstUnmarkedBit +// 0x0010 (0x0010 - 0x0000) +struct KismetNodeHelperLibrary_GetFirstUnmarkedBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartIdx; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumBits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetFirstUnmarkedBit; + +// Function Engine.KismetNodeHelperLibrary.GetRandomUnmarkedBit +// 0x0010 (0x0010 - 0x0000) +struct KismetNodeHelperLibrary_GetRandomUnmarkedBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartIdx; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumBits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetRandomUnmarkedBit; + +// Function Engine.KismetNodeHelperLibrary.GetUnmarkedBit +// 0x0014 (0x0014 - 0x0000) +struct KismetNodeHelperLibrary_GetUnmarkedBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartIdx; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumBits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRandom; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetUnmarkedBit; + +// Function Engine.KismetNodeHelperLibrary.GetValidValue +// 0x0010 (0x0010 - 0x0000) +struct KismetNodeHelperLibrary_GetValidValue final +{ +public: + const class UEnum* Enum; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 EnumeratorValue; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetValidValue; + +// Function Engine.KismetNodeHelperLibrary.HasMarkedBit +// 0x000C (0x000C - 0x0000) +struct KismetNodeHelperLibrary_HasMarkedBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumBits; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_HasMarkedBit; + +// Function Engine.KismetNodeHelperLibrary.HasUnmarkedBit +// 0x000C (0x000C - 0x0000) +struct KismetNodeHelperLibrary_HasUnmarkedBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumBits; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_HasUnmarkedBit; + +// Function Engine.KismetNodeHelperLibrary.MarkBit +// 0x0008 (0x0008 - 0x0000) +struct KismetNodeHelperLibrary_MarkBit final +{ +public: + int32 Data; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetNodeHelperLibrary_MarkBit; + +// Function Engine.PrimitiveComponent.AddAngularImpulse +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddAngularImpulse final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulse; + +// Function Engine.PrimitiveComponent.AddAngularImpulseInDegrees +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddAngularImpulseInDegrees final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInDegrees; + +// Function Engine.PrimitiveComponent.AddAngularImpulseInRadians +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddAngularImpulseInRadians final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInRadians; + +// Function Engine.PrimitiveComponent.AddForce +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddForce final +{ +public: + struct FVector Force; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddForce; + +// Function Engine.PrimitiveComponent.AddForceAtLocation +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_AddForceAtLocation final +{ +public: + struct FVector Force; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocation; + +// Function Engine.PrimitiveComponent.AddForceAtLocationLocal +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_AddForceAtLocationLocal final +{ +public: + struct FVector Force; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocationLocal; + +// Function Engine.PrimitiveComponent.AddImpulse +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddImpulse final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddImpulse; + +// Function Engine.PrimitiveComponent.AddImpulseAtLocation +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_AddImpulseAtLocation final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddImpulseAtLocation; + +// Function Engine.PrimitiveComponent.AddRadialForce +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddRadialForce final +{ +public: + struct FVector Origin; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Strength; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERadialImpulseFalloff Falloff; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccelChange; // 0x0015(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddRadialForce; + +// Function Engine.PrimitiveComponent.AddRadialImpulse +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddRadialImpulse final +{ +public: + struct FVector Origin; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Strength; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERadialImpulseFalloff Falloff; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelChange; // 0x0015(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddRadialImpulse; + +// Function Engine.PrimitiveComponent.AddTorque +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddTorque final +{ +public: + struct FVector Torque; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddTorque; + +// Function Engine.PrimitiveComponent.AddTorqueInDegrees +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddTorqueInDegrees final +{ +public: + struct FVector Torque; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInDegrees; + +// Function Engine.PrimitiveComponent.AddTorqueInRadians +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_AddTorqueInRadians final +{ +public: + struct FVector Torque; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInRadians; + +// Function Engine.PrimitiveComponent.CopyArrayOfMoveIgnoreActors +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_CopyArrayOfMoveIgnoreActors final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreActors; + +// Function Engine.PrimitiveComponent.CopyArrayOfMoveIgnoreComponents +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_CopyArrayOfMoveIgnoreComponents final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreComponents; + +// Function Engine.PrimitiveComponent.CreateAndSetMaterialInstanceDynamic +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_CreateAndSetMaterialInstanceDynamic final +{ +public: + int32 ElementIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInstanceDynamic* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamic; + +// Function Engine.PrimitiveComponent.CreateAndSetMaterialInstanceDynamicFromMaterial +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial final +{ +public: + int32 ElementIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInterface* Parent; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial; + +// Function Engine.PrimitiveComponent.CreateDynamicMaterialInstance +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_CreateDynamicMaterialInstance final +{ +public: + int32 ElementIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInterface* SourceMaterial; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName OptionalName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_CreateDynamicMaterialInstance; + +// Function Engine.PrimitiveComponent.GetPhysicsLinearVelocity +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_GetPhysicsLinearVelocity final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocity; + +// Function Engine.PrimitiveComponent.GetPhysicsLinearVelocityAtPoint +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_GetPhysicsLinearVelocityAtPoint final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocityAtPoint; + +// Function Engine.PrimitiveComponent.IgnoreActorWhenMoving +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_IgnoreActorWhenMoving final +{ +public: + class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldIgnore; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_IgnoreActorWhenMoving; + +// Function Engine.PrimitiveComponent.IgnoreComponentWhenMoving +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_IgnoreComponentWhenMoving final +{ +public: + class UPrimitiveComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldIgnore; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_IgnoreComponentWhenMoving; + +// Function Engine.PrimitiveComponent.IsAnyRigidBodyAwake +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_IsAnyRigidBodyAwake final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_IsAnyRigidBodyAwake; + +// Function Engine.PrimitiveComponent.K2_BoxOverlapComponent +// 0x00D8 (0x00D8 - 0x0000) +struct PrimitiveComponent_K2_BoxOverlapComponent final +{ +public: + struct FVector InBoxCentre; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBox InBox; // 0x000C(0x001C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowTrace; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistentShowTrace; // 0x002A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B[0x1]; // 0x002B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector HitLocation; // 0x002C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitNormal; // 0x0038(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0044(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x004C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00D4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D5[0x3]; // 0x00D5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_BoxOverlapComponent; + +// Function Engine.PrimitiveComponent.K2_LineTraceComponent +// 0x00C8 (0x00C8 - 0x0000) +struct PrimitiveComponent_K2_LineTraceComponent final +{ +public: + struct FVector TraceStart; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TraceEnd; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowTrace; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistentShowTrace; // 0x001A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x1]; // 0x001B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector HitLocation; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitNormal; // 0x0028(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0034(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x003C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00C4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_LineTraceComponent; + +// Function Engine.PrimitiveComponent.K2_SphereOverlapComponent +// 0x00C0 (0x00C0 - 0x0000) +struct PrimitiveComponent_K2_SphereOverlapComponent final +{ +public: + struct FVector InSphereCentre; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InSphereRadius; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowTrace; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistentShowTrace; // 0x0012(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_13[0x1]; // 0x0013(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector HitLocation; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitNormal; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x002C(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x0034(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00BC(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereOverlapComponent; + +// Function Engine.PrimitiveComponent.K2_SphereTraceComponent +// 0x00CC (0x00CC - 0x0000) +struct PrimitiveComponent_K2_SphereTraceComponent final +{ +public: + struct FVector TraceStart; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TraceEnd; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SphereRadius; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowTrace; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistentShowTrace; // 0x001E(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1F[0x1]; // 0x001F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector HitLocation; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitNormal; // 0x002C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0038(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x0040(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00C8(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C9[0x3]; // 0x00C9(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereTraceComponent; + +// Function Engine.PrimitiveComponent.PutRigidBodyToSleep +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_PutRigidBodyToSleep final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_PutRigidBodyToSleep; + +// Function Engine.PrimitiveComponent.SetAllMassScale +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetAllMassScale final +{ +public: + float InMassScale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetAllMassScale; + +// Function Engine.PrimitiveComponent.SetAllPhysicsAngularVelocityInDegrees +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees final +{ +public: + struct FVector NewAngVel; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees; + +// Function Engine.PrimitiveComponent.SetAllPhysicsAngularVelocityInRadians +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians final +{ +public: + struct FVector NewAngVel; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians; + +// Function Engine.PrimitiveComponent.SetAllPhysicsLinearVelocity +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetAllPhysicsLinearVelocity final +{ +public: + struct FVector NewVel; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsLinearVelocity; + +// Function Engine.PrimitiveComponent.SetAllUseCCD +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetAllUseCCD final +{ +public: + bool InUseCCD; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetAllUseCCD; + +// Function Engine.PrimitiveComponent.SetAngularDamping +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetAngularDamping final +{ +public: + float InDamping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetAngularDamping; + +// Function Engine.PrimitiveComponent.SetBoundsScale +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetBoundsScale final +{ +public: + float NewBoundsScale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetBoundsScale; + +// Function Engine.PrimitiveComponent.SetCastHiddenShadow +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCastHiddenShadow final +{ +public: + bool NewCastHiddenShadow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCastHiddenShadow; + +// Function Engine.PrimitiveComponent.SetCastInsetShadow +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCastInsetShadow final +{ +public: + bool bInCastInsetShadow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCastInsetShadow; + +// Function Engine.PrimitiveComponent.SetCastShadow +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCastShadow final +{ +public: + bool NewCastShadow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCastShadow; + +// Function Engine.PrimitiveComponent.SetCenterOfMass +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_SetCenterOfMass final +{ +public: + struct FVector CenterOfMassOffset; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCenterOfMass; + +// Function Engine.PrimitiveComponent.SetCollisionEnabled +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCollisionEnabled final +{ +public: + ECollisionEnabled NewType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionEnabled; + +// Function Engine.PrimitiveComponent.SetCollisionObjectType +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCollisionObjectType final +{ +public: + ECollisionChannel Channel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionObjectType; + +// Function Engine.PrimitiveComponent.SetCollisionProfileName +// 0x000C (0x000C - 0x0000) +struct PrimitiveComponent_SetCollisionProfileName final +{ +public: + class FName InCollisionProfileName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateOverlaps; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionProfileName; + +// Function Engine.PrimitiveComponent.SetCollisionResponseToAllChannels +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCollisionResponseToAllChannels final +{ +public: + ECollisionResponse NewResponse; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToAllChannels; + +// Function Engine.PrimitiveComponent.SetCollisionResponseToChannel +// 0x0002 (0x0002 - 0x0000) +struct PrimitiveComponent_SetCollisionResponseToChannel final +{ +public: + ECollisionChannel Channel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse NewResponse; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToChannel; + +// Function Engine.PrimitiveComponent.SetConstraintMode +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetConstraintMode final +{ +public: + EDOFMode ConstraintMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetConstraintMode; + +// Function Engine.PrimitiveComponent.SetCullDistance +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetCullDistance final +{ +public: + float NewCullDistance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCullDistance; + +// Function Engine.PrimitiveComponent.SetCustomDepthStencilValue +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetCustomDepthStencilValue final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilValue; + +// Function Engine.PrimitiveComponent.SetCustomDepthStencilWriteMask +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetCustomDepthStencilWriteMask final +{ +public: + ERendererStencilMask WriteMaskBit; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilWriteMask; + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataArray +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetCustomPrimitiveDataArray final +{ +public: + TArray Data; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataArray; + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataFloat +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_SetCustomPrimitiveDataFloat final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloat; + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataVector2 +// 0x000C (0x000C - 0x0000) +struct PrimitiveComponent_SetCustomPrimitiveDataVector2 final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Value; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector2; + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataVector3 +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetCustomPrimitiveDataVector3 final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Value; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector3; + +// Function Engine.PrimitiveComponent.SetCustomPrimitiveDataVector4 +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_SetCustomPrimitiveDataVector4 final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 Value; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector4; + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataFloat +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat; + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataVector2 +// 0x000C (0x000C - 0x0000) +struct PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Value; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2; + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataVector3 +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Value; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3; + +// Function Engine.PrimitiveComponent.SetDefaultCustomPrimitiveDataVector4 +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 final +{ +public: + int32 DataIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 Value; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4; + +// Function Engine.PrimitiveComponent.SetEnableGravity +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetEnableGravity final +{ +public: + bool bGravityEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetEnableGravity; + +// Function Engine.PrimitiveComponent.SetExcludeFromLightAttachmentGroup +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetExcludeFromLightAttachmentGroup final +{ +public: + bool bInExcludeFromLightAttachmentGroup; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeFromLightAttachmentGroup; + +// Function Engine.PrimitiveComponent.SetGenerateOverlapEvents +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetGenerateOverlapEvents final +{ +public: + bool bInGenerateOverlapEvents; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetGenerateOverlapEvents; + +// Function Engine.PrimitiveComponent.SetHiddenInSceneCapture +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetHiddenInSceneCapture final +{ +public: + bool bValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetHiddenInSceneCapture; + +// Function Engine.PrimitiveComponent.SetLightAttachmentsAsGroup +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetLightAttachmentsAsGroup final +{ +public: + bool bInLightAttachmentsAsGroup; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetLightAttachmentsAsGroup; + +// Function Engine.PrimitiveComponent.SetLightingChannels +// 0x0003 (0x0003 - 0x0000) +struct PrimitiveComponent_SetLightingChannels final +{ +public: + bool bChannel0; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bChannel1; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bChannel2; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetLightingChannels; + +// Function Engine.PrimitiveComponent.SetLinearDamping +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetLinearDamping final +{ +public: + float InDamping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetLinearDamping; + +// Function Engine.PrimitiveComponent.SetMassOverrideInKg +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetMassOverrideInKg final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MassInKg; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverrideMass; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetMassOverrideInKg; + +// Function Engine.PrimitiveComponent.SetMassScale +// 0x000C (0x000C - 0x0000) +struct PrimitiveComponent_SetMassScale final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InMassScale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetMassScale; + +// Function Engine.PrimitiveComponent.SetMaterial +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetMaterial final +{ +public: + int32 ElementIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInterface* Material; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetMaterial; + +// Function Engine.PrimitiveComponent.SetMaterialByName +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetMaterialByName final +{ +public: + class FName MaterialSlotName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetMaterialByName; + +// Function Engine.PrimitiveComponent.SetNotifyRigidBodyCollision +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetNotifyRigidBodyCollision final +{ +public: + bool bNewNotifyRigidBodyCollision; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetNotifyRigidBodyCollision; + +// Function Engine.PrimitiveComponent.SetOnlyOwnerSee +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetOnlyOwnerSee final +{ +public: + bool bNewOnlyOwnerSee; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetOnlyOwnerSee; + +// Function Engine.PrimitiveComponent.SetOwnerNoSee +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetOwnerNoSee final +{ +public: + bool bNewOwnerNoSee; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetOwnerNoSee; + +// Function Engine.PrimitiveComponent.SetPhysicsAngularVelocity +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_SetPhysicsAngularVelocity final +{ +public: + struct FVector NewAngVel; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocity; + +// Function Engine.PrimitiveComponent.SetPhysicsAngularVelocityInDegrees +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_SetPhysicsAngularVelocityInDegrees final +{ +public: + struct FVector NewAngVel; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInDegrees; + +// Function Engine.PrimitiveComponent.SetPhysicsAngularVelocityInRadians +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_SetPhysicsAngularVelocityInRadians final +{ +public: + struct FVector NewAngVel; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInRadians; + +// Function Engine.PrimitiveComponent.SetPhysicsLinearVelocity +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_SetPhysicsLinearVelocity final +{ +public: + struct FVector NewVel; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsLinearVelocity; + +// Function Engine.PrimitiveComponent.SetPhysicsMaxAngularVelocity +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetPhysicsMaxAngularVelocity final +{ +public: + float NewMaxAngVel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocity; + +// Function Engine.PrimitiveComponent.SetPhysicsMaxAngularVelocityInDegrees +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees final +{ +public: + float NewMaxAngVel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees; + +// Function Engine.PrimitiveComponent.SetPhysicsMaxAngularVelocityInRadians +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians final +{ +public: + float NewMaxAngVel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToCurrent; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians; + +// Function Engine.PrimitiveComponent.SetPhysMaterialOverride +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_SetPhysMaterialOverride final +{ +public: + class UPhysicalMaterial* NewPhysMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetPhysMaterialOverride; + +// Function Engine.PrimitiveComponent.SetReceivesDecals +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetReceivesDecals final +{ +public: + bool bNewReceivesDecals; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetReceivesDecals; + +// Function Engine.PrimitiveComponent.SetRenderCustomDepth +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetRenderCustomDepth final +{ +public: + bool bValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetRenderCustomDepth; + +// Function Engine.PrimitiveComponent.SetRenderInMainPass +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetRenderInMainPass final +{ +public: + bool bValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInMainPass; + +// Function Engine.PrimitiveComponent.SetSimulatePhysics +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetSimulatePhysics final +{ +public: + bool bSimulate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetSimulatePhysics; + +// Function Engine.PrimitiveComponent.SetSingleSampleShadowFromStationaryLights +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetSingleSampleShadowFromStationaryLights final +{ +public: + bool bNewSingleSampleShadowFromStationaryLights; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetSingleSampleShadowFromStationaryLights; + +// Function Engine.PrimitiveComponent.SetTranslucencySortDistanceOffset +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetTranslucencySortDistanceOffset final +{ +public: + float NewTranslucencySortDistanceOffset; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucencySortDistanceOffset; + +// Function Engine.PrimitiveComponent.SetTranslucentSortPriority +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_SetTranslucentSortPriority final +{ +public: + int32 NewTranslucentSortPriority; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority; + +// Function Engine.PrimitiveComponent.SetUseCCD +// 0x000C (0x000C - 0x0000) +struct PrimitiveComponent_SetUseCCD final +{ +public: + bool InUseCCD; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD; + +// Function Engine.PrimitiveComponent.SetVisibleInSceneCaptureOnly +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_SetVisibleInSceneCaptureOnly final +{ +public: + bool bValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInSceneCaptureOnly; + +// Function Engine.PrimitiveComponent.SetWalkableSlopeOverride +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_SetWalkableSlopeOverride final +{ +public: + struct FWalkableSlopeOverride NewOverride; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_SetWalkableSlopeOverride; + +// Function Engine.PrimitiveComponent.WakeRigidBody +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_WakeRigidBody final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_WakeRigidBody; + +// Function Engine.PrimitiveComponent.CanCharacterStepUp +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_CanCharacterStepUp final +{ +public: + class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_CanCharacterStepUp; + +// Function Engine.PrimitiveComponent.GetAngularDamping +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_GetAngularDamping final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetAngularDamping; + +// Function Engine.PrimitiveComponent.GetCenterOfMass +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_GetCenterOfMass final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass; + +// Function Engine.PrimitiveComponent.GetClosestPointOnCollision +// 0x0024 (0x0024 - 0x0000) +struct PrimitiveComponent_GetClosestPointOnCollision final +{ +public: + struct FVector Point; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutPointOnBody; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetClosestPointOnCollision; + +// Function Engine.PrimitiveComponent.GetCollisionEnabled +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_GetCollisionEnabled final +{ +public: + ECollisionEnabled ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionEnabled; + +// Function Engine.PrimitiveComponent.GetCollisionObjectType +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_GetCollisionObjectType final +{ +public: + ECollisionChannel ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionObjectType; + +// Function Engine.PrimitiveComponent.GetCollisionProfileName +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_GetCollisionProfileName final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionProfileName; + +// Function Engine.PrimitiveComponent.GetCollisionResponseToChannel +// 0x0002 (0x0002 - 0x0000) +struct PrimitiveComponent_GetCollisionResponseToChannel final +{ +public: + ECollisionChannel Channel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionResponseToChannel; + +// Function Engine.PrimitiveComponent.GetGenerateOverlapEvents +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_GetGenerateOverlapEvents final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetGenerateOverlapEvents; + +// Function Engine.PrimitiveComponent.GetInertiaTensor +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_GetInertiaTensor final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor; + +// Function Engine.PrimitiveComponent.GetLinearDamping +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_GetLinearDamping final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetLinearDamping; + +// Function Engine.PrimitiveComponent.GetMass +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_GetMass final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetMass; + +// Function Engine.PrimitiveComponent.GetMassScale +// 0x000C (0x000C - 0x0000) +struct PrimitiveComponent_GetMassScale final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetMassScale; + +// Function Engine.PrimitiveComponent.GetMaterial +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_GetMaterial final +{ +public: + int32 ElementIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInterface* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetMaterial; + +// Function Engine.PrimitiveComponent.GetMaterialFromCollisionFaceIndex +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_GetMaterialFromCollisionFaceIndex final +{ +public: + int32 FaceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SectionIndex; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromCollisionFaceIndex; + +// Function Engine.PrimitiveComponent.GetNumMaterials +// 0x0004 (0x0004 - 0x0000) +struct PrimitiveComponent_GetNumMaterials final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetNumMaterials; + +// Function Engine.PrimitiveComponent.GetOverlappingActors +// 0x0018 (0x0018 - 0x0000) +struct PrimitiveComponent_GetOverlappingActors final +{ +public: + TArray OverlappingActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + TSubclassOf ClassFilter; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingActors; + +// Function Engine.PrimitiveComponent.GetOverlappingComponents +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_GetOverlappingComponents final +{ +public: + TArray OutOverlappingComponents; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingComponents; + +// Function Engine.PrimitiveComponent.GetPhysicsAngularVelocity +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_GetPhysicsAngularVelocity final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocity; + +// Function Engine.PrimitiveComponent.GetPhysicsAngularVelocityInDegrees +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_GetPhysicsAngularVelocityInDegrees final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInDegrees; + +// Function Engine.PrimitiveComponent.GetPhysicsAngularVelocityInRadians +// 0x0014 (0x0014 - 0x0000) +struct PrimitiveComponent_GetPhysicsAngularVelocityInRadians final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInRadians; + +// Function Engine.PrimitiveComponent.GetWalkableSlopeOverride +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_GetWalkableSlopeOverride final +{ +public: + struct FWalkableSlopeOverride ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_GetWalkableSlopeOverride; + +// Function Engine.PrimitiveComponent.IsGravityEnabled +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_IsGravityEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled; + +// Function Engine.PrimitiveComponent.IsOverlappingActor +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_IsOverlappingActor final +{ +public: + const class AActor* Other; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor; + +// Function Engine.PrimitiveComponent.IsOverlappingComponent +// 0x0010 (0x0010 - 0x0000) +struct PrimitiveComponent_IsOverlappingComponent final +{ +public: + const class UPrimitiveComponent* OtherComp; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent; + +// Function Engine.PrimitiveComponent.K2_IsCollisionEnabled +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_K2_IsCollisionEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled; + +// Function Engine.PrimitiveComponent.K2_IsPhysicsCollisionEnabled +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_K2_IsPhysicsCollisionEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_IsPhysicsCollisionEnabled; + +// Function Engine.PrimitiveComponent.K2_IsQueryCollisionEnabled +// 0x0001 (0x0001 - 0x0000) +struct PrimitiveComponent_K2_IsQueryCollisionEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_K2_IsQueryCollisionEnabled; + +// Function Engine.PrimitiveComponent.ScaleByMomentOfInertia +// 0x0020 (0x0020 - 0x0000) +struct PrimitiveComponent_ScaleByMomentOfInertia final +{ +public: + struct FVector InputVector; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PrimitiveComponent_ScaleByMomentOfInertia; + +// Function Engine.PrimitiveComponent.WasRecentlyRendered +// 0x0008 (0x0008 - 0x0000) +struct PrimitiveComponent_WasRecentlyRendered final +{ +public: + float Tolerance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PrimitiveComponent_WasRecentlyRendered; + +// Function Engine.MeshComponent.PrestreamTextures +// 0x000C (0x000C - 0x0000) +struct MeshComponent_PrestreamTextures final +{ +public: + float Seconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPrioritizeCharacterTextures; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 CinematicTextureGroups; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshComponent_PrestreamTextures; + +// Function Engine.MeshComponent.SetScalarParameterValueOnMaterials +// 0x000C (0x000C - 0x0000) +struct MeshComponent_SetScalarParameterValueOnMaterials final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ParameterValue; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshComponent_SetScalarParameterValueOnMaterials; + +// Function Engine.MeshComponent.SetVectorParameterValueOnMaterials +// 0x0014 (0x0014 - 0x0000) +struct MeshComponent_SetVectorParameterValueOnMaterials final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ParameterValue; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials; + +// Function Engine.MeshComponent.GetMaterialIndex +// 0x000C (0x000C - 0x0000) +struct MeshComponent_GetMaterialIndex final +{ +public: + class FName MaterialSlotName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshComponent_GetMaterialIndex; + +// Function Engine.MeshComponent.GetMaterials +// 0x0010 (0x0010 - 0x0000) +struct MeshComponent_GetMaterials final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshComponent_GetMaterials; + +// Function Engine.MeshComponent.GetMaterialSlotNames +// 0x0010 (0x0010 - 0x0000) +struct MeshComponent_GetMaterialSlotNames final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshComponent_GetMaterialSlotNames; + +// Function Engine.MeshComponent.IsMaterialSlotNameValid +// 0x000C (0x000C - 0x0000) +struct MeshComponent_IsMaterialSlotNameValid final +{ +public: + class FName MaterialSlotName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MeshComponent_IsMaterialSlotNameValid; + +// Function Engine.SkinnedMeshComponent.ClearSkinWeightOverride +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_ClearSkinWeightOverride final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_ClearSkinWeightOverride; + +// Function Engine.SkinnedMeshComponent.ClearVertexColorOverride +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_ClearVertexColorOverride final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_ClearVertexColorOverride; + +// Function Engine.SkinnedMeshComponent.GetRefPosePosition +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_GetRefPosePosition final +{ +public: + int32 BoneIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPosePosition; + +// Function Engine.SkinnedMeshComponent.HideBoneByName +// 0x000C (0x000C - 0x0000) +struct SkinnedMeshComponent_HideBoneByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPhysBodyOp PhysBodyOption; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_HideBoneByName; + +// Function Engine.SkinnedMeshComponent.IsBoneHiddenByName +// 0x000C (0x000C - 0x0000) +struct SkinnedMeshComponent_IsBoneHiddenByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_IsBoneHiddenByName; + +// Function Engine.SkinnedMeshComponent.IsMaterialSectionShown +// 0x000C (0x000C - 0x0000) +struct SkinnedMeshComponent_IsMaterialSectionShown final +{ +public: + int32 MaterialID; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_IsMaterialSectionShown; + +// Function Engine.SkinnedMeshComponent.SetCapsuleIndirectShadowMinVisibility +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility; + +// Function Engine.SkinnedMeshComponent.SetCastCapsuleDirectShadow +// 0x0001 (0x0001 - 0x0000) +struct SkinnedMeshComponent_SetCastCapsuleDirectShadow final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleDirectShadow; + +// Function Engine.SkinnedMeshComponent.SetCastCapsuleIndirectShadow +// 0x0001 (0x0001 - 0x0000) +struct SkinnedMeshComponent_SetCastCapsuleIndirectShadow final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleIndirectShadow; + +// Function Engine.SkinnedMeshComponent.SetForcedLOD +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_SetForcedLOD final +{ +public: + int32 InNewForcedLOD; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetForcedLOD; + +// Function Engine.SkinnedMeshComponent.SetMasterPoseComponent +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_SetMasterPoseComponent final +{ +public: + class USkinnedMeshComponent* NewMasterBoneComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceUpdate; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetMasterPoseComponent; + +// Function Engine.SkinnedMeshComponent.SetMinLOD +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_SetMinLOD final +{ +public: + int32 InNewMinLOD; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetMinLOD; + +// Function Engine.SkinnedMeshComponent.SetPhysicsAsset +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_SetPhysicsAsset final +{ +public: + class UPhysicsAsset* NewPhysicsAsset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceReInit; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetPhysicsAsset; + +// Function Engine.SkinnedMeshComponent.SetPostSkinningOffsets +// 0x0018 (0x0018 - 0x0000) +struct SkinnedMeshComponent_SetPostSkinningOffsets final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Offsets; // 0x0008(0x0010)(Parm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetPostSkinningOffsets; + +// Function Engine.SkinnedMeshComponent.SetPreSkinningOffsets +// 0x0018 (0x0018 - 0x0000) +struct SkinnedMeshComponent_SetPreSkinningOffsets final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Offsets; // 0x0008(0x0010)(Parm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetPreSkinningOffsets; + +// Function Engine.SkinnedMeshComponent.SetRenderStatic +// 0x0001 (0x0001 - 0x0000) +struct SkinnedMeshComponent_SetRenderStatic final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetRenderStatic; + +// Function Engine.SkinnedMeshComponent.SetSkeletalMesh +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_SetSkeletalMesh final +{ +public: + class USkeletalMesh* NewMesh; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bReinitPose; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkeletalMesh; + +// Function Engine.SkinnedMeshComponent.SetSkinWeightOverride +// 0x0018 (0x0018 - 0x0000) +struct SkinnedMeshComponent_SetSkinWeightOverride final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SkinWeights; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightOverride; + +// Function Engine.SkinnedMeshComponent.SetSkinWeightProfile +// 0x000C (0x000C - 0x0000) +struct SkinnedMeshComponent_SetSkinWeightProfile final +{ +public: + class FName InProfileName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightProfile; + +// Function Engine.SkinnedMeshComponent.SetVertexColorOverride_LinearColor +// 0x0018 (0x0018 - 0x0000) +struct SkinnedMeshComponent_SetVertexColorOverride_LinearColor final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray VertexColors; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexColorOverride_LinearColor; + +// Function Engine.SkinnedMeshComponent.SetVertexOffsetUsage +// 0x0008 (0x0008 - 0x0000) +struct SkinnedMeshComponent_SetVertexOffsetUsage final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Usage; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexOffsetUsage; + +// Function Engine.SkinnedMeshComponent.ShowAllMaterialSections +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_ShowAllMaterialSections final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_ShowAllMaterialSections; + +// Function Engine.SkinnedMeshComponent.ShowMaterialSection +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_ShowMaterialSection final +{ +public: + int32 MaterialID; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SectionIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShow; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 LODIndex; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_ShowMaterialSection; + +// Function Engine.SkinnedMeshComponent.TransformFromBoneSpace +// 0x0038 (0x0038 - 0x0000) +struct SkinnedMeshComponent_TransformFromBoneSpace final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InPosition; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator InRotation; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector OutPosition; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator OutRotation; // 0x002C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_TransformFromBoneSpace; + +// Function Engine.SkinnedMeshComponent.UnHideBoneByName +// 0x0008 (0x0008 - 0x0000) +struct SkinnedMeshComponent_UnHideBoneByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_UnHideBoneByName; + +// Function Engine.SkinnedMeshComponent.UnloadSkinWeightProfile +// 0x0008 (0x0008 - 0x0000) +struct SkinnedMeshComponent_UnloadSkinWeightProfile final +{ +public: + class FName InProfileName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_UnloadSkinWeightProfile; + +// Function Engine.SkinnedMeshComponent.BoneIsChildOf +// 0x0014 (0x0014 - 0x0000) +struct SkinnedMeshComponent_BoneIsChildOf final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParentBoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_BoneIsChildOf; + +// Function Engine.SkinnedMeshComponent.FindClosestBone_K2 +// 0x0028 (0x0028 - 0x0000) +struct SkinnedMeshComponent_FindClosestBone_K2 final +{ +public: + struct FVector TestLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoneLocation; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IgnoreScale; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRequirePhysicsAsset; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_FindClosestBone_K2; + +// Function Engine.SkinnedMeshComponent.GetBoneIndex +// 0x000C (0x000C - 0x0000) +struct SkinnedMeshComponent_GetBoneIndex final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneIndex; + +// Function Engine.SkinnedMeshComponent.GetBoneName +// 0x000C (0x000C - 0x0000) +struct SkinnedMeshComponent_GetBoneName final +{ +public: + int32 BoneIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneName; + +// Function Engine.SkinnedMeshComponent.GetCurrentSkinWeightProfileName +// 0x0008 (0x0008 - 0x0000) +struct SkinnedMeshComponent_GetCurrentSkinWeightProfileName final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetCurrentSkinWeightProfileName; + +// Function Engine.SkinnedMeshComponent.GetDeltaTransformFromRefPose +// 0x0040 (0x0040 - 0x0000) +struct SkinnedMeshComponent_GetDeltaTransformFromRefPose final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BaseName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetDeltaTransformFromRefPose; + +// Function Engine.SkinnedMeshComponent.GetForcedLOD +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_GetForcedLOD final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetForcedLOD; + +// Function Engine.SkinnedMeshComponent.GetNumBones +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_GetNumBones final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumBones; + +// Function Engine.SkinnedMeshComponent.GetNumLODs +// 0x0004 (0x0004 - 0x0000) +struct SkinnedMeshComponent_GetNumLODs final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumLODs; + +// Function Engine.SkinnedMeshComponent.GetParentBone +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_GetParentBone final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetParentBone; + +// Function Engine.SkinnedMeshComponent.GetSocketBoneName +// 0x0010 (0x0010 - 0x0000) +struct SkinnedMeshComponent_GetSocketBoneName final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetSocketBoneName; + +// Function Engine.SkinnedMeshComponent.GetTwistAndSwingAngleOfDeltaRotationFromRefPose +// 0x0014 (0x0014 - 0x0000) +struct SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutTwistAngle; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutSwingAngle; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose; + +// Function Engine.SkinnedMeshComponent.GetVertexOffsetUsage +// 0x0008 (0x0008 - 0x0000) +struct SkinnedMeshComponent_GetVertexOffsetUsage final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_GetVertexOffsetUsage; + +// Function Engine.SkinnedMeshComponent.IsUsingSkinWeightProfile +// 0x0001 (0x0001 - 0x0000) +struct SkinnedMeshComponent_IsUsingSkinWeightProfile final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_IsUsingSkinWeightProfile; + +// Function Engine.SkinnedMeshComponent.TransformToBoneSpace +// 0x0038 (0x0038 - 0x0000) +struct SkinnedMeshComponent_TransformToBoneSpace final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InPosition; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator InRotation; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector OutPosition; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator OutRotation; // 0x002C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkinnedMeshComponent_TransformToBoneSpace; + +// Function Engine.AnimNotifyState.GetNotifyName +// 0x0010 (0x0010 - 0x0000) +struct AnimNotifyState_GetNotifyName final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimNotifyState_GetNotifyName; + +// Function Engine.AnimNotifyState.Received_NotifyBegin +// 0x0018 (0x0018 - 0x0000) +struct AnimNotifyState_Received_NotifyBegin final +{ +public: + class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequenceBase* Animation; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TotalDuration; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyBegin; + +// Function Engine.AnimNotifyState.Received_NotifyEnd +// 0x0018 (0x0018 - 0x0000) +struct AnimNotifyState_Received_NotifyEnd final +{ +public: + class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequenceBase* Animation; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyEnd; + +// Function Engine.AnimNotifyState.Received_NotifyTick +// 0x0018 (0x0018 - 0x0000) +struct AnimNotifyState_Received_NotifyTick final +{ +public: + class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequenceBase* Animation; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrameDeltaTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyTick; + +// Function Engine.AnimNotifyState_Trail.OverridePSTemplate +// 0x0018 (0x0018 - 0x0000) +struct AnimNotifyState_Trail_OverridePSTemplate final +{ +public: + class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequenceBase* Animation; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleSystem* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimNotifyState_Trail_OverridePSTemplate; + +// Function Engine.DataTableFunctionLibrary.DoesDataTableRowExist +// 0x0018 (0x0018 - 0x0000) +struct DataTableFunctionLibrary_DoesDataTableRowExist final +{ +public: + class UDataTable* Table; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RowName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_DataTableFunctionLibrary_DoesDataTableRowExist; + +// Function Engine.DataTableFunctionLibrary.EvaluateCurveTableRow +// 0x0030 (0x0030 - 0x0000) +struct DataTableFunctionLibrary_EvaluateCurveTableRow final +{ +public: + class UCurveTable* CurveTable; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RowName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InXY; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEvaluateCurveTableResult OutResult; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float OutXY; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ContextString; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DataTableFunctionLibrary_EvaluateCurveTableRow; + +// Function Engine.DataTableFunctionLibrary.GetDataTableColumnAsString +// 0x0020 (0x0020 - 0x0000) +struct DataTableFunctionLibrary_GetDataTableColumnAsString final +{ +public: + const class UDataTable* DataTable; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnAsString; + +// Function Engine.DataTableFunctionLibrary.GetDataTableRowFromName +// 0x0020 (0x0020 - 0x0000) +struct DataTableFunctionLibrary_GetDataTableRowFromName final +{ +public: + class UDataTable* Table; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RowName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTableRowBase OutRow; // 0x0010(0x0008)(Parm, OutParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowFromName; + +// Function Engine.DataTableFunctionLibrary.GetDataTableRowNames +// 0x0018 (0x0018 - 0x0000) +struct DataTableFunctionLibrary_GetDataTableRowNames final +{ +public: + class UDataTable* Table; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutRowNames; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowNames; + +// Function Engine.HUD.AddDebugText +// 0x0050 (0x0050 - 0x0000) +struct HUD_AddDebugText final +{ +public: + class FString DebugText; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* SrcActor; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Offset; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector DesiredOffset; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor TextColor; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipOverwriteCheck; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAbsoluteLocation; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bKeepAttachedToActor; // 0x003A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3B[0x5]; // 0x003B(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + class UFont* InFont; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FontScale; // 0x0048(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDrawShadow; // 0x004C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_AddDebugText; + +// Function Engine.HUD.AddHitBox +// 0x0020 (0x0020 - 0x0000) +struct HUD_AddHitBox final +{ +public: + struct FVector2D Position; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Size; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bConsumesInput; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Priority; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_AddHitBox; + +// Function Engine.HUD.DrawLine +// 0x0024 (0x0024 - 0x0000) +struct HUD_DrawLine final +{ +public: + float StartScreenX; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartScreenY; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EndScreenX; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EndScreenY; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LineThickness; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_DrawLine; + +// Function Engine.HUD.DrawMaterial +// 0x0040 (0x0040 - 0x0000) +struct HUD_DrawMaterial final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenX; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenW; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenH; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaterialU; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaterialV; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaterialUWidth; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaterialVHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bScalePosition; // 0x002C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Rotation; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D RotPivot; // 0x0034(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_DrawMaterial; + +// Function Engine.HUD.DrawMaterialSimple +// 0x0020 (0x0020 - 0x0000) +struct HUD_DrawMaterialSimple final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenX; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenW; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenH; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bScalePosition; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_DrawMaterialSimple; + +// Function Engine.HUD.DrawMaterialTriangle +// 0x0068 (0x0068 - 0x0000) +struct HUD_DrawMaterialTriangle final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V0_Pos; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V1_Pos; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V2_Pos; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V0_UV; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V1_UV; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V2_UV; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor V0_Color; // 0x0038(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor V1_Color; // 0x0048(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor V2_Color; // 0x0058(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_DrawMaterialTriangle; + +// Function Engine.HUD.DrawRect +// 0x0020 (0x0020 - 0x0000) +struct HUD_DrawRect final +{ +public: + struct FLinearColor RectColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenX; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenW; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenH; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_DrawRect; + +// Function Engine.HUD.DrawText +// 0x0038 (0x0038 - 0x0000) +struct HUD_DrawText final +{ +public: + class FString Text; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TextColor; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenX; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* Font; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bScalePosition; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_DrawText; + +// Function Engine.HUD.DrawTexture +// 0x0050 (0x0050 - 0x0000) +struct HUD_DrawTexture final +{ +public: + class UTexture* Texture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenX; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenW; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenH; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TextureU; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TextureV; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TextureUWidth; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TextureVHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TintColor; // 0x0028(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBlendMode BlendMode; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Scale; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bScalePosition; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Rotation; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D RotPivot; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_DrawTexture; + +// Function Engine.HUD.DrawTextureSimple +// 0x0018 (0x0018 - 0x0000) +struct HUD_DrawTextureSimple final +{ +public: + class UTexture* Texture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenX; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bScalePosition; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_DrawTextureSimple; + +// Function Engine.HUD.GetActorsInSelectionRectangle +// 0x0030 (0x0030 - 0x0000) +struct HUD_GetActorsInSelectionRectangle final +{ +public: + TSubclassOf ClassFilter; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D FirstPoint; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D SecondPoint; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool bIncludeNonCollidingComponents; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bActorMustBeFullyEnclosed; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_GetActorsInSelectionRectangle; + +// Function Engine.HUD.ReceiveDrawHUD +// 0x0008 (0x0008 - 0x0000) +struct HUD_ReceiveDrawHUD final +{ +public: + int32 SizeX; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ReceiveDrawHUD; + +// Function Engine.HUD.ReceiveHitBoxBeginCursorOver +// 0x0008 (0x0008 - 0x0000) +struct HUD_ReceiveHitBoxBeginCursorOver final +{ +public: + class FName BoxName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ReceiveHitBoxBeginCursorOver; + +// Function Engine.HUD.ReceiveHitBoxClick +// 0x0008 (0x0008 - 0x0000) +struct HUD_ReceiveHitBoxClick final +{ +public: + class FName BoxName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ReceiveHitBoxClick; + +// Function Engine.HUD.ReceiveHitBoxEndCursorOver +// 0x0008 (0x0008 - 0x0000) +struct HUD_ReceiveHitBoxEndCursorOver final +{ +public: + class FName BoxName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ReceiveHitBoxEndCursorOver; + +// Function Engine.HUD.ReceiveHitBoxRelease +// 0x0008 (0x0008 - 0x0000) +struct HUD_ReceiveHitBoxRelease final +{ +public: + class FName BoxName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ReceiveHitBoxRelease; + +// Function Engine.HUD.RemoveDebugText +// 0x0010 (0x0010 - 0x0000) +struct HUD_RemoveDebugText final +{ +public: + class AActor* SrcActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLeaveDurationText; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_RemoveDebugText; + +// Function Engine.HUD.ShowDebug +// 0x0008 (0x0008 - 0x0000) +struct HUD_ShowDebug final +{ +public: + class FName DebugType; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ShowDebug; + +// Function Engine.HUD.ShowDebugForReticleTargetToggle +// 0x0008 (0x0008 - 0x0000) +struct HUD_ShowDebugForReticleTargetToggle final +{ +public: + TSubclassOf DesiredClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ShowDebugForReticleTargetToggle; + +// Function Engine.HUD.ShowDebugToggleSubCategory +// 0x0008 (0x0008 - 0x0000) +struct HUD_ShowDebugToggleSubCategory final +{ +public: + class FName Category; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_ShowDebugToggleSubCategory; + +// Function Engine.HUD.Deproject +// 0x0020 (0x0020 - 0x0000) +struct HUD_Deproject final +{ +public: + float ScreenX; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldPosition; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldDirection; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_Deproject; + +// Function Engine.HUD.GetOwningPawn +// 0x0008 (0x0008 - 0x0000) +struct HUD_GetOwningPawn final +{ +public: + class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_GetOwningPawn; + +// Function Engine.HUD.GetOwningPlayerController +// 0x0008 (0x0008 - 0x0000) +struct HUD_GetOwningPlayerController final +{ +public: + class APlayerController* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_GetOwningPlayerController; + +// Function Engine.HUD.GetTextSize +// 0x0028 (0x0028 - 0x0000) +struct HUD_GetTextSize final +{ +public: + class FString Text; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutWidth; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutHeight; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* Font; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HUD_GetTextSize; + +// Function Engine.HUD.Project +// 0x0018 (0x0018 - 0x0000) +struct HUD_Project final +{ +public: + struct FVector Location; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_HUD_Project; + +// Function Engine.Character.CacheInitialMeshOffset +// 0x0018 (0x0018 - 0x0000) +struct Character_CacheInitialMeshOffset final +{ +public: + struct FVector MeshRelativeLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator MeshRelativeRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_CacheInitialMeshOffset; + +// Function Engine.Character.ClientAckGoodMove +// 0x0004 (0x0004 - 0x0000) +struct Character_ClientAckGoodMove final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_ClientAckGoodMove; + +// Function Engine.Character.ClientAdjustPosition +// 0x0038 (0x0038 - 0x0000) +struct Character_ClientAdjustPosition final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewLoc; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewVel; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* NewBase; // 0x0020(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewBaseBoneName; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBase; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bBaseRelativePosition; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ServerMovementMode; // 0x0032(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33[0x5]; // 0x0033(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ClientAdjustPosition; + +// Function Engine.Character.ClientAdjustRootMotionPosition +// 0x0040 (0x0040 - 0x0000) +struct Character_ClientAdjustRootMotionPosition final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerMontageTrackPosition; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ServerLoc; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantizeNormal ServerRotation; // 0x0014(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerVelZ; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* ServerBase; // 0x0028(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ServerBoneName; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBase; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bBaseRelativePosition; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ServerMovementMode; // 0x003A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3B[0x5]; // 0x003B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ClientAdjustRootMotionPosition; + +// Function Engine.Character.ClientAdjustRootMotionSourcePosition +// 0x0080 (0x0080 - 0x0000) +struct Character_ClientAdjustRootMotionSourcePosition final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRootMotionSourceGroup ServerRootMotion; // 0x0008(0x0038)(Parm, NativeAccessSpecifierPublic) + bool bHasAnimRootMotion; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ServerMontageTrackPosition; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ServerLoc; // 0x0048(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantizeNormal ServerRotation; // 0x0054(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ServerVelZ; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* ServerBase; // 0x0068(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ServerBoneName; // 0x0070(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBase; // 0x0078(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bBaseRelativePosition; // 0x0079(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ServerMovementMode; // 0x007A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7B[0x5]; // 0x007B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ClientAdjustRootMotionSourcePosition; + +// Function Engine.Character.ClientMoveResponsePacked +// 0x0098 (0x0098 - 0x0000) +struct Character_ClientMoveResponsePacked final +{ +public: + struct FCharacterMoveResponsePackedBits PackedBits; // 0x0000(0x0098)(ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_ClientMoveResponsePacked; + +// Function Engine.Character.ClientVeryShortAdjustPosition +// 0x0028 (0x0028 - 0x0000) +struct Character_ClientVeryShortAdjustPosition final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewLoc; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* NewBase; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewBaseBoneName; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBase; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bBaseRelativePosition; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ServerMovementMode; // 0x0022(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23[0x5]; // 0x0023(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ClientVeryShortAdjustPosition; + +// Function Engine.Character.Crouch +// 0x0001 (0x0001 - 0x0000) +struct Character_Crouch final +{ +public: + bool bClientSimulation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_Crouch; + +// Function Engine.Character.K2_OnEndCrouch +// 0x0008 (0x0008 - 0x0000) +struct Character_K2_OnEndCrouch final +{ +public: + float HalfHeightAdjust; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScaledHalfHeightAdjust; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_K2_OnEndCrouch; + +// Function Engine.Character.K2_OnMovementModeChanged +// 0x0004 (0x0004 - 0x0000) +struct Character_K2_OnMovementModeChanged final +{ +public: + EMovementMode PrevMovementMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMovementMode NewMovementMode; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PrevCustomMode; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 NewCustomMode; // 0x0003(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_K2_OnMovementModeChanged; + +// Function Engine.Character.K2_OnStartCrouch +// 0x0008 (0x0008 - 0x0000) +struct Character_K2_OnStartCrouch final +{ +public: + float HalfHeightAdjust; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScaledHalfHeightAdjust; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_K2_OnStartCrouch; + +// Function Engine.Character.K2_UpdateCustomMovement +// 0x0004 (0x0004 - 0x0000) +struct Character_K2_UpdateCustomMovement final +{ +public: + float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_K2_UpdateCustomMovement; + +// Function Engine.Character.LaunchCharacter +// 0x0010 (0x0010 - 0x0000) +struct Character_LaunchCharacter final +{ +public: + struct FVector LaunchVelocity; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bXYOverride; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bZOverride; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_LaunchCharacter; + +// Function Engine.Character.OnLanded +// 0x0088 (0x0088 - 0x0000) +struct Character_OnLanded final +{ +public: + struct FHitResult Hit; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_OnLanded; + +// Function Engine.Character.OnLaunched +// 0x0010 (0x0010 - 0x0000) +struct Character_OnLaunched final +{ +public: + struct FVector LaunchVelocity; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bXYOverride; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bZOverride; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_OnLaunched; + +// Function Engine.Character.OnWalkingOffLedge +// 0x0028 (0x0028 - 0x0000) +struct Character_OnWalkingOffLedge final +{ +public: + struct FVector PreviousFloorImpactNormal; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousFloorContactNormal; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousLocation; // 0x0018(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeDelta; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_OnWalkingOffLedge; + +// Function Engine.Character.PlayAnimMontage +// 0x0018 (0x0018 - 0x0000) +struct Character_PlayAnimMontage final +{ +public: + class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPlayRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName StartSectionName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_PlayAnimMontage; + +// Function Engine.Character.RootMotionDebugClientPrintOnScreen +// 0x0010 (0x0010 - 0x0000) +struct Character_RootMotionDebugClientPrintOnScreen final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_RootMotionDebugClientPrintOnScreen; + +// Function Engine.Character.ServerMove +// 0x0040 (0x0040 - 0x0000) +struct Character_ServerMove final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel; // 0x0004(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 ClientLoc; // 0x0010(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 CompressedMoveFlags; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientRoll; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* ClientMovementBase; // 0x0028(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ClientBaseBoneName; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientMovementMode; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ServerMove; + +// Function Engine.Character.ServerMoveDual +// 0x0058 (0x0058 - 0x0000) +struct Character_ServerMoveDual final +{ +public: + float TimeStamp0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel0; // 0x0004(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PendingFlags; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View0; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Timestamp; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel; // 0x001C(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 ClientLoc; // 0x0028(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 NewFlags; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientRoll; // 0x0035(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_36[0x2]; // 0x0036(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* ClientMovementBase; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ClientBaseBoneName; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientMovementMode; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ServerMoveDual; + +// Function Engine.Character.ServerMoveDualHybridRootMotion +// 0x0058 (0x0058 - 0x0000) +struct Character_ServerMoveDualHybridRootMotion final +{ +public: + float TimeStamp0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel0; // 0x0004(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PendingFlags; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View0; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Timestamp; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel; // 0x001C(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 ClientLoc; // 0x0028(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 NewFlags; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientRoll; // 0x0035(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_36[0x2]; // 0x0036(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* ClientMovementBase; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ClientBaseBoneName; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientMovementMode; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ServerMoveDualHybridRootMotion; + +// Function Engine.Character.ServerMoveDualNoBase +// 0x0040 (0x0040 - 0x0000) +struct Character_ServerMoveDualNoBase final +{ +public: + float TimeStamp0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel0; // 0x0004(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PendingFlags; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View0; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Timestamp; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel; // 0x001C(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 ClientLoc; // 0x0028(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 NewFlags; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientRoll; // 0x0035(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_36[0x2]; // 0x0036(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientMovementMode; // 0x003C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ServerMoveDualNoBase; + +// Function Engine.Character.ServerMoveNoBase +// 0x0028 (0x0028 - 0x0000) +struct Character_ServerMoveNoBase final +{ +public: + float Timestamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 InAccel; // 0x0004(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 ClientLoc; // 0x0010(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 CompressedMoveFlags; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientRoll; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 View; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ClientMovementMode; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ServerMoveNoBase; + +// Function Engine.Character.ServerMoveOld +// 0x0014 (0x0014 - 0x0000) +struct Character_ServerMoveOld final +{ +public: + float OldTimeStamp; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 OldAccel; // 0x0004(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 OldMoveFlags; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Character_ServerMoveOld; + +// Function Engine.Character.ServerMovePacked +// 0x0098 (0x0098 - 0x0000) +struct Character_ServerMovePacked final +{ +public: + struct FCharacterServerMovePackedBits PackedBits; // 0x0000(0x0098)(ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_ServerMovePacked; + +// Function Engine.Character.StopAnimMontage +// 0x0008 (0x0008 - 0x0000) +struct Character_StopAnimMontage final +{ +public: + class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_StopAnimMontage; + +// Function Engine.Character.UnCrouch +// 0x0001 (0x0001 - 0x0000) +struct Character_UnCrouch final +{ +public: + bool bClientSimulation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_UnCrouch; + +// Function Engine.Character.CanCrouch +// 0x0001 (0x0001 - 0x0000) +struct Character_CanCrouch final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_CanCrouch; + +// Function Engine.Character.CanJump +// 0x0001 (0x0001 - 0x0000) +struct Character_CanJump final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_CanJump; + +// Function Engine.Character.CanJumpInternal +// 0x0001 (0x0001 - 0x0000) +struct Character_CanJumpInternal final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_CanJumpInternal; + +// Function Engine.Character.GetAnimRootMotionTranslationScale +// 0x0004 (0x0004 - 0x0000) +struct Character_GetAnimRootMotionTranslationScale final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_GetAnimRootMotionTranslationScale; + +// Function Engine.Character.GetBaseRotationOffsetRotator +// 0x000C (0x000C - 0x0000) +struct Character_GetBaseRotationOffsetRotator final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_GetBaseRotationOffsetRotator; + +// Function Engine.Character.GetBaseTranslationOffset +// 0x000C (0x000C - 0x0000) +struct Character_GetBaseTranslationOffset final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_GetBaseTranslationOffset; + +// Function Engine.Character.GetCurrentMontage +// 0x0008 (0x0008 - 0x0000) +struct Character_GetCurrentMontage final +{ +public: + class UAnimMontage* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_GetCurrentMontage; + +// Function Engine.Character.HasAnyRootMotion +// 0x0001 (0x0001 - 0x0000) +struct Character_HasAnyRootMotion final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_HasAnyRootMotion; + +// Function Engine.Character.IsJumpProvidingForce +// 0x0001 (0x0001 - 0x0000) +struct Character_IsJumpProvidingForce final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_IsJumpProvidingForce; + +// Function Engine.Character.IsPlayingNetworkedRootMotionMontage +// 0x0001 (0x0001 - 0x0000) +struct Character_IsPlayingNetworkedRootMotionMontage final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_IsPlayingNetworkedRootMotionMontage; + +// Function Engine.Character.IsPlayingRootMotion +// 0x0001 (0x0001 - 0x0000) +struct Character_IsPlayingRootMotion final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Character_IsPlayingRootMotion; + +// Function Engine.AudioComponent.AdjustAttenuation +// 0x03A0 (0x03A0 - 0x0000) +struct AudioComponent_AdjustAttenuation final +{ +public: + struct FSoundAttenuationSettings InAttenuationSettings; // 0x0000(0x03A0)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_AdjustAttenuation; + +// Function Engine.AudioComponent.AdjustVolume +// 0x000C (0x000C - 0x0000) +struct AudioComponent_AdjustVolume final +{ +public: + float AdjustVolumeDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustVolumeLevel; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioFaderCurve FadeCurve; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_AdjustVolume; + +// Function Engine.AudioComponent.BP_GetAttenuationSettingsToApply +// 0x03A8 (0x03A8 - 0x0000) +struct AudioComponent_BP_GetAttenuationSettingsToApply final +{ +public: + struct FSoundAttenuationSettings OutAttenuationSettings; // 0x0000(0x03A0)(Parm, OutParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x03A0(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A1[0x7]; // 0x03A1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_BP_GetAttenuationSettingsToApply; + +// Function Engine.AudioComponent.FadeIn +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_FadeIn final +{ +public: + float FadeInDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeVolumeLevel; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioFaderCurve FadeCurve; // 0x000C(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_FadeIn; + +// Function Engine.AudioComponent.FadeOut +// 0x000C (0x000C - 0x0000) +struct AudioComponent_FadeOut final +{ +public: + float FadeOutDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeVolumeLevel; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioFaderCurve FadeCurve; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_FadeOut; + +// Function Engine.AudioComponent.GetCookedEnvelopeData +// 0x0008 (0x0008 - 0x0000) +struct AudioComponent_GetCookedEnvelopeData final +{ +public: + float OutEnvelopeData; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData; + +// Function Engine.AudioComponent.GetCookedEnvelopeDataForAllPlayingSounds +// 0x0018 (0x0018 - 0x0000) +struct AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds final +{ +public: + TArray OutEnvelopeData; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds; + +// Function Engine.AudioComponent.GetCookedFFTData +// 0x0028 (0x0028 - 0x0000) +struct AudioComponent_GetCookedFFTData final +{ +public: + TArray FrequenciesToGet; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutSoundWaveSpectralData; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData; + +// Function Engine.AudioComponent.GetCookedFFTDataForAllPlayingSounds +// 0x0018 (0x0018 - 0x0000) +struct AudioComponent_GetCookedFFTDataForAllPlayingSounds final +{ +public: + TArray OutSoundWaveSpectralData; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds; + +// Function Engine.AudioComponent.Play +// 0x0004 (0x0004 - 0x0000) +struct AudioComponent_Play final +{ +public: + float StartTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_Play; + +// Function Engine.AudioComponent.PlayQuantized +// 0x0040 (0x0040 - 0x0000) +struct AudioComponent_PlayQuantized final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UQuartzClockHandle* InClockHandle; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FQuartzQuantizationBoundary InQuantizationBoundary; // 0x0010(0x000C)(Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + TDelegate InDelegate; // 0x001C(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float InStartTime; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InFadeInDuration; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InFadeVolumeLevel; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioFaderCurve InFadeCurve; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_PlayQuantized; + +// Function Engine.AudioComponent.SetAudioBusSendPostEffect +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_SetAudioBusSendPostEffect final +{ +public: + class UAudioBus* AudioBus; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AudioBusSendLevel; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPostEffect; + +// Function Engine.AudioComponent.SetAudioBusSendPreEffect +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_SetAudioBusSendPreEffect final +{ +public: + class UAudioBus* AudioBus; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AudioBusSendLevel; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPreEffect; + +// Function Engine.AudioComponent.SetBoolParameter +// 0x000C (0x000C - 0x0000) +struct AudioComponent_SetBoolParameter final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InBool; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_SetBoolParameter; + +// Function Engine.AudioComponent.SetFloatParameter +// 0x000C (0x000C - 0x0000) +struct AudioComponent_SetFloatParameter final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InFloat; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetFloatParameter; + +// Function Engine.AudioComponent.SetIntParameter +// 0x000C (0x000C - 0x0000) +struct AudioComponent_SetIntParameter final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 inInt; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetIntParameter; + +// Function Engine.AudioComponent.SetLowPassFilterEnabled +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_SetLowPassFilterEnabled final +{ +public: + bool InLowPassFilterEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterEnabled; + +// Function Engine.AudioComponent.SetLowPassFilterFrequency +// 0x0004 (0x0004 - 0x0000) +struct AudioComponent_SetLowPassFilterFrequency final +{ +public: + float InLowPassFilterFrequency; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterFrequency; + +// Function Engine.AudioComponent.SetOutputToBusOnly +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_SetOutputToBusOnly final +{ +public: + bool bInOutputToBusOnly; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetOutputToBusOnly; + +// Function Engine.AudioComponent.SetPaused +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_SetPaused final +{ +public: + bool bPause; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetPaused; + +// Function Engine.AudioComponent.SetPitchMultiplier +// 0x0004 (0x0004 - 0x0000) +struct AudioComponent_SetPitchMultiplier final +{ +public: + float NewPitchMultiplier; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier; + +// Function Engine.AudioComponent.SetSound +// 0x0008 (0x0008 - 0x0000) +struct AudioComponent_SetSound final +{ +public: + class USoundBase* NewSound; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetSound; + +// Function Engine.AudioComponent.SetSourceBusSendPostEffect +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_SetSourceBusSendPostEffect final +{ +public: + class USoundSourceBus* SoundSourceBus; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceBusSendLevel; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect; + +// Function Engine.AudioComponent.SetSourceBusSendPreEffect +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_SetSourceBusSendPreEffect final +{ +public: + class USoundSourceBus* SoundSourceBus; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SourceBusSendLevel; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect; + +// Function Engine.AudioComponent.SetSubmixSend +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_SetSubmixSend final +{ +public: + class USoundSubmixBase* Submix; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SendLevel; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AudioComponent_SetSubmixSend; + +// Function Engine.AudioComponent.SetUISound +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_SetUISound final +{ +public: + bool bInUISound; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetUISound; + +// Function Engine.AudioComponent.SetVolumeMultiplier +// 0x0004 (0x0004 - 0x0000) +struct AudioComponent_SetVolumeMultiplier final +{ +public: + float NewVolumeMultiplier; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier; + +// Function Engine.AudioComponent.SetWaveParameter +// 0x0010 (0x0010 - 0x0000) +struct AudioComponent_SetWaveParameter final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundWave* InWave; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_SetWaveParameter; + +// Function Engine.AudioComponent.StopDelayed +// 0x0004 (0x0004 - 0x0000) +struct AudioComponent_StopDelayed final +{ +public: + float DelayTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_StopDelayed; + +// Function Engine.AudioComponent.GetPlayState +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_GetPlayState final +{ +public: + EAudioComponentPlayState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_GetPlayState; + +// Function Engine.AudioComponent.HasCookedAmplitudeEnvelopeData +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_HasCookedAmplitudeEnvelopeData final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_HasCookedAmplitudeEnvelopeData; + +// Function Engine.AudioComponent.HasCookedFFTData +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_HasCookedFFTData final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_HasCookedFFTData; + +// Function Engine.AudioComponent.IsPlaying +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_IsPlaying final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_IsPlaying; + +// Function Engine.AudioComponent.IsVirtualized +// 0x0001 (0x0001 - 0x0000) +struct AudioComponent_IsVirtualized final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioComponent_IsVirtualized; + +// Function Engine.AnimNotify.GetNotifyName +// 0x0010 (0x0010 - 0x0000) +struct AnimNotify_GetNotifyName final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimNotify_GetNotifyName; + +// Function Engine.AnimNotify.Received_Notify +// 0x0018 (0x0018 - 0x0000) +struct AnimNotify_Received_Notify final +{ +public: + class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequenceBase* Animation; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimNotify_Received_Notify; + +// Function Engine.CanvasRenderTarget2D.CreateCanvasRenderTarget2D +// 0x0020 (0x0020 - 0x0000) +struct CanvasRenderTarget2D_CreateCanvasRenderTarget2D final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf CanvasRenderTarget2DClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Width; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCanvasRenderTarget2D* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CanvasRenderTarget2D_CreateCanvasRenderTarget2D; + +// Function Engine.CanvasRenderTarget2D.GetSize +// 0x0008 (0x0008 - 0x0000) +struct CanvasRenderTarget2D_GetSize final +{ +public: + int32 Width; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSize; + +// Function Engine.CanvasRenderTarget2D.ReceiveUpdate +// 0x0010 (0x0010 - 0x0000) +struct CanvasRenderTarget2D_ReceiveUpdate final +{ +public: + class UCanvas* Canvas; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Width; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CanvasRenderTarget2D_ReceiveUpdate; + +// Function Engine.FXSystemComponent.SetActorParameter +// 0x0010 (0x0010 - 0x0000) +struct FXSystemComponent_SetActorParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* Param; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetActorParameter; + +// Function Engine.FXSystemComponent.SetAutoAttachmentParameters +// 0x0018 (0x0018 - 0x0000) +struct FXSystemComponent_SetAutoAttachmentParameters final +{ +public: + class USceneComponent* Parent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule LocationRule; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule RotationRule; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachmentRule ScaleRule; // 0x0012(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_13[0x5]; // 0x0013(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetAutoAttachmentParameters; + +// Function Engine.FXSystemComponent.SetBoolParameter +// 0x000C (0x000C - 0x0000) +struct FXSystemComponent_SetBoolParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool Param; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetBoolParameter; + +// Function Engine.FXSystemComponent.SetColorParameter +// 0x0018 (0x0018 - 0x0000) +struct FXSystemComponent_SetColorParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Param; // 0x0008(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetColorParameter; + +// Function Engine.FXSystemComponent.SetEmitterEnable +// 0x000C (0x000C - 0x0000) +struct FXSystemComponent_SetEmitterEnable final +{ +public: + class FName EmitterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewEnableState; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetEmitterEnable; + +// Function Engine.FXSystemComponent.SetFloatParameter +// 0x000C (0x000C - 0x0000) +struct FXSystemComponent_SetFloatParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Param; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetFloatParameter; + +// Function Engine.FXSystemComponent.SetIntParameter +// 0x000C (0x000C - 0x0000) +struct FXSystemComponent_SetIntParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Param; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetIntParameter; + +// Function Engine.FXSystemComponent.SetUseAutoManageAttachment +// 0x0001 (0x0001 - 0x0000) +struct FXSystemComponent_SetUseAutoManageAttachment final +{ +public: + bool bAutoManage; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetUseAutoManageAttachment; + +// Function Engine.FXSystemComponent.SetVectorParameter +// 0x0014 (0x0014 - 0x0000) +struct FXSystemComponent_SetVectorParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Param; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_SetVectorParameter; + +// Function Engine.FXSystemComponent.GetFXSystemAsset +// 0x0008 (0x0008 - 0x0000) +struct FXSystemComponent_GetFXSystemAsset final +{ +public: + class UFXSystemAsset* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FXSystemComponent_GetFXSystemAsset; + +// Function Engine.SkeletalMesh.SetDefaultAnimatingRig +// 0x0028 (0x0028 - 0x0000) +struct SkeletalMesh_SetDefaultAnimatingRig final +{ +public: + TSoftObjectPtr InAnimatingRig; // 0x0000(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_SetDefaultAnimatingRig; + +// Function Engine.SkeletalMesh.SetLODSettings +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMesh_SetLODSettings final +{ +public: + class USkeletalMeshLODSettings* InLODSettings; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_SetLODSettings; + +// Function Engine.SkeletalMesh.SetMaterials +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_SetMaterials final +{ +public: + TArray InMaterials; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_SetMaterials; + +// Function Engine.SkeletalMesh.SetMeshClothingAssets +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_SetMeshClothingAssets final +{ +public: + TArray InMeshClothingAssets; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_SetMeshClothingAssets; + +// Function Engine.SkeletalMesh.SetMorphTargets +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_SetMorphTargets final +{ +public: + TArray InMorphTargets; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_SetMorphTargets; + +// Function Engine.SkeletalMesh.FindSocket +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_FindSocket final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USkeletalMeshSocket* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_FindSocket; + +// Function Engine.SkeletalMesh.FindSocketAndIndex +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMesh_FindSocketAndIndex final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutIndex; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeletalMeshSocket* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_FindSocketAndIndex; + +// Function Engine.SkeletalMesh.FindSocketInfo +// 0x0050 (0x0050 - 0x0000) +struct SkeletalMesh_FindSocketInfo final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform OutTransform; // 0x0010(0x0030)(Parm, OutParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 OutBoneIndex; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutIndex; // 0x0044(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USkeletalMeshSocket* ReturnValue; // 0x0048(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_FindSocketInfo; + +// Function Engine.SkeletalMesh.GetBounds +// 0x001C (0x001C - 0x0000) +struct SkeletalMesh_GetBounds final +{ +public: + struct FBoxSphereBounds ReturnValue; // 0x0000(0x001C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetBounds; + +// Function Engine.SkeletalMesh.GetDefaultAnimatingRig +// 0x0028 (0x0028 - 0x0000) +struct SkeletalMesh_GetDefaultAnimatingRig final +{ +public: + TSoftObjectPtr ReturnValue; // 0x0000(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetDefaultAnimatingRig; + +// Function Engine.SkeletalMesh.GetImportedBounds +// 0x001C (0x001C - 0x0000) +struct SkeletalMesh_GetImportedBounds final +{ +public: + struct FBoxSphereBounds ReturnValue; // 0x0000(0x001C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetImportedBounds; + +// Function Engine.SkeletalMesh.GetLODSettings +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMesh_GetLODSettings final +{ +public: + const class USkeletalMeshLODSettings* ReturnValue; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetLODSettings; + +// Function Engine.SkeletalMesh.GetMaterials +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_GetMaterials final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetMaterials; + +// Function Engine.SkeletalMesh.GetMeshClothingAssets +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_GetMeshClothingAssets final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetMeshClothingAssets; + +// Function Engine.SkeletalMesh.GetMorphTargets +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_GetMorphTargets final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetMorphTargets; + +// Function Engine.SkeletalMesh.GetNodeMappingContainer +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_GetNodeMappingContainer final +{ +public: + class UBlueprint* SourceAsset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UNodeMappingContainer* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingContainer; + +// Function Engine.SkeletalMesh.GetNodeMappingData +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_GetNodeMappingData final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingData; + +// Function Engine.SkeletalMesh.GetPhysicsAsset +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMesh_GetPhysicsAsset final +{ +public: + class UPhysicsAsset* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetPhysicsAsset; + +// Function Engine.SkeletalMesh.GetShadowPhysicsAsset +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMesh_GetShadowPhysicsAsset final +{ +public: + class UPhysicsAsset* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetShadowPhysicsAsset; + +// Function Engine.SkeletalMesh.GetSkeleton +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMesh_GetSkeleton final +{ +public: + const class USkeleton* ReturnValue; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetSkeleton; + +// Function Engine.SkeletalMesh.GetSocketByIndex +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_GetSocketByIndex final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USkeletalMeshSocket* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_GetSocketByIndex; + +// Function Engine.SkeletalMesh.IsSectionUsingCloth +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMesh_IsSectionUsingCloth final +{ +public: + int32 InSectionIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCheckCorrespondingSections; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0005(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMesh_IsSectionUsingCloth; + +// Function Engine.SkeletalMesh.K2_GetAllMorphTargetNames +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMesh_K2_GetAllMorphTargetNames final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_K2_GetAllMorphTargetNames; + +// Function Engine.SkeletalMesh.NumSockets +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMesh_NumSockets final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMesh_NumSockets; + +// Function Engine.LightComponentBase.SetAffectGlobalIllumination +// 0x0001 (0x0001 - 0x0000) +struct LightComponentBase_SetAffectGlobalIllumination final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetAffectGlobalIllumination; + +// Function Engine.LightComponentBase.SetAffectReflection +// 0x0001 (0x0001 - 0x0000) +struct LightComponentBase_SetAffectReflection final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetAffectReflection; + +// Function Engine.LightComponentBase.SetCastDeepShadow +// 0x0001 (0x0001 - 0x0000) +struct LightComponentBase_SetCastDeepShadow final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetCastDeepShadow; + +// Function Engine.LightComponentBase.SetCastRaytracedShadow +// 0x0001 (0x0001 - 0x0000) +struct LightComponentBase_SetCastRaytracedShadow final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetCastRaytracedShadow; + +// Function Engine.LightComponentBase.SetCastShadows +// 0x0001 (0x0001 - 0x0000) +struct LightComponentBase_SetCastShadows final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetCastShadows; + +// Function Engine.LightComponentBase.SetCastVolumetricShadow +// 0x0001 (0x0001 - 0x0000) +struct LightComponentBase_SetCastVolumetricShadow final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetCastVolumetricShadow; + +// Function Engine.LightComponentBase.SetSamplesPerPixel +// 0x0004 (0x0004 - 0x0000) +struct LightComponentBase_SetSamplesPerPixel final +{ +public: + int32 NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_SetSamplesPerPixel; + +// Function Engine.LightComponentBase.GetLightColor +// 0x0010 (0x0010 - 0x0000) +struct LightComponentBase_GetLightColor final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponentBase_GetLightColor; + +// Function Engine.SkeletalMeshComponent.AccumulateAllBodiesBelowPhysicsBlendWeight +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight final +{ +public: + class FName InBoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AddPhysicsBlendWeight; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipCustomPhysicsType; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight; + +// Function Engine.SkeletalMeshComponent.AddForceToAllBodiesBelow +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_AddForceToAllBodiesBelow final +{ +public: + struct FVector Force; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAccelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x0015(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_AddForceToAllBodiesBelow; + +// Function Engine.SkeletalMeshComponent.AddImpulseToAllBodiesBelow +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_AddImpulseToAllBodiesBelow final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelChange; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x0015(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_AddImpulseToAllBodiesBelow; + +// Function Engine.SkeletalMeshComponent.AllowAnimCurveEvaluation +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_AllowAnimCurveEvaluation final +{ +public: + class FName NameOfCurve; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAllow; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_AllowAnimCurveEvaluation; + +// Function Engine.SkeletalMeshComponent.BreakConstraint +// 0x0020 (0x0020 - 0x0000) +struct SkeletalMeshComponent_BreakConstraint final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitLocation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InBoneName; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_BreakConstraint; + +// Function Engine.SkeletalMeshComponent.FindConstraintBoneName +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_FindConstraintBoneName final +{ +public: + int32 ConstraintIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_FindConstraintBoneName; + +// Function Engine.SkeletalMeshComponent.GetAnimClass +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_GetAnimClass final +{ +public: + class UClass* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimClass; + +// Function Engine.SkeletalMeshComponent.GetCurrentJointAngles +// 0x0014 (0x0014 - 0x0000) +struct SkeletalMeshComponent_GetCurrentJointAngles final +{ +public: + class FName InBoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Swing1Angle; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TwistAngle; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Swing2Angle; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetCurrentJointAngles; + +// Function Engine.SkeletalMeshComponent.GetFloatAttribute +// 0x001C (0x001C - 0x0000) +struct SkeletalMeshComponent_GetFloatAttribute final +{ +public: + class FName BoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttributeName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultValue; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomBoneAttributeLookup LookupType; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0019(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute; + +// Function Engine.SkeletalMeshComponent.GetFloatAttribute_Ref +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_GetFloatAttribute_Ref final +{ +public: + class FName BoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttributeName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomBoneAttributeLookup LookupType; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0015(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute_Ref; + +// Function Engine.SkeletalMeshComponent.GetIntegerAttribute +// 0x001C (0x001C - 0x0000) +struct SkeletalMeshComponent_GetIntegerAttribute final +{ +public: + class FName BoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttributeName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 DefaultValue; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomBoneAttributeLookup LookupType; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0019(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute; + +// Function Engine.SkeletalMeshComponent.GetIntegerAttribute_Ref +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_GetIntegerAttribute_Ref final +{ +public: + class FName BoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttributeName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomBoneAttributeLookup LookupType; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0015(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute_Ref; + +// Function Engine.SkeletalMeshComponent.GetStringAttribute +// 0x0038 (0x0038 - 0x0000) +struct SkeletalMeshComponent_GetStringAttribute final +{ +public: + class FName BoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttributeName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DefaultValue; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomBoneAttributeLookup LookupType; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0031(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_32[0x6]; // 0x0032(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute; + +// Function Engine.SkeletalMeshComponent.GetStringAttribute_Ref +// 0x0028 (0x0028 - 0x0000) +struct SkeletalMeshComponent_GetStringAttribute_Ref final +{ +public: + class FName BoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttributeName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomBoneAttributeLookup LookupType; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0021(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute_Ref; + +// Function Engine.SkeletalMeshComponent.IsBodyGravityEnabled +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_IsBodyGravityEnabled final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_IsBodyGravityEnabled; + +// Function Engine.SkeletalMeshComponent.LinkAnimClassLayers +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_LinkAnimClassLayers final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimClassLayers; + +// Function Engine.SkeletalMeshComponent.LinkAnimGraphByTag +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_LinkAnimGraphByTag final +{ +public: + class FName InTag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf InClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimGraphByTag; + +// Function Engine.SkeletalMeshComponent.OverrideAnimationData +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_OverrideAnimationData final +{ +public: + class UAnimationAsset* InAnimToPlay; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsLooping; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsPlaying; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Position; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PlayRate; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_OverrideAnimationData; + +// Function Engine.SkeletalMeshComponent.Play +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_Play final +{ +public: + bool bLooping; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_Play; + +// Function Engine.SkeletalMeshComponent.PlayAnimation +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_PlayAnimation final +{ +public: + class UAnimationAsset* NewAnimToPlay; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLooping; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_PlayAnimation; + +// Function Engine.SkeletalMeshComponent.ResetAnimInstanceDynamics +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_ResetAnimInstanceDynamics final +{ +public: + ETeleportType InTeleportType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_ResetAnimInstanceDynamics; + +// Function Engine.SkeletalMeshComponent.SetAllBodiesBelowPhysicsBlendWeight +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight final +{ +public: + class FName InBoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PhysicsBlendWeight; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipCustomPhysicsType; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight; + +// Function Engine.SkeletalMeshComponent.SetAllBodiesBelowSimulatePhysics +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics final +{ +public: + class FName InBoneName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewSimulate; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics; + +// Function Engine.SkeletalMeshComponent.SetAllBodiesPhysicsBlendWeight +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight final +{ +public: + float PhysicsBlendWeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipCustomPhysicsType; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight; + +// Function Engine.SkeletalMeshComponent.SetAllBodiesSimulatePhysics +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetAllBodiesSimulatePhysics final +{ +public: + bool bNewSimulate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesSimulatePhysics; + +// Function Engine.SkeletalMeshComponent.SetAllMotorsAngularDriveParams +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetAllMotorsAngularDriveParams final +{ +public: + float InSpring; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InDamping; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InForceLimit; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipCustomPhysicsType; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularDriveParams; + +// Function Engine.SkeletalMeshComponent.SetAllMotorsAngularPositionDrive +// 0x0003 (0x0003 - 0x0000) +struct SkeletalMeshComponent_SetAllMotorsAngularPositionDrive final +{ +public: + bool bEnableSwingDrive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableTwistDrive; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipCustomPhysicsType; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularPositionDrive; + +// Function Engine.SkeletalMeshComponent.SetAllMotorsAngularVelocityDrive +// 0x0003 (0x0003 - 0x0000) +struct SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive final +{ +public: + bool bEnableSwingDrive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableTwistDrive; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipCustomPhysicsType; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive; + +// Function Engine.SkeletalMeshComponent.SetAllowAnimCurveEvaluation +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetAllowAnimCurveEvaluation final +{ +public: + bool bInAllow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowAnimCurveEvaluation; + +// Function Engine.SkeletalMeshComponent.SetAllowedAnimCurvesEvaluation +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation final +{ +public: + TArray List; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bAllow; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation; + +// Function Engine.SkeletalMeshComponent.SetAllowRigidBodyAnimNode +// 0x0002 (0x0002 - 0x0000) +struct SkeletalMeshComponent_SetAllowRigidBodyAnimNode final +{ +public: + bool bInAllow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bReinitAnim; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowRigidBodyAnimNode; + +// Function Engine.SkeletalMeshComponent.SetAngularDampingOnAllBodiesBelow +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow final +{ +public: + float Damping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAngularDampingOnAllBodiesBelow; + +// Function Engine.SkeletalMeshComponent.SetAngularLimits +// 0x0014 (0x0014 - 0x0000) +struct SkeletalMeshComponent_SetAngularLimits final +{ +public: + class FName InBoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Swing1LimitAngle; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TwistLimitAngle; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Swing2LimitAngle; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAngularLimits; + +// Function Engine.SkeletalMeshComponent.SetAnimation +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_SetAnimation final +{ +public: + class UAnimationAsset* NewAnimToPlay; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimation; + +// Function Engine.SkeletalMeshComponent.SetAnimationMode +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetAnimationMode final +{ +public: + EAnimationMode InAnimationMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimationMode; + +// Function Engine.SkeletalMeshComponent.SetAnimClass +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_SetAnimClass final +{ +public: + class UClass* NewClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimClass; + +// Function Engine.SkeletalMeshComponent.SetBodyNotifyRigidBodyCollision +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision final +{ +public: + bool bNewNotifyRigidBodyCollision; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision; + +// Function Engine.SkeletalMeshComponent.SetClothMaxDistanceScale +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_SetClothMaxDistanceScale final +{ +public: + float Scale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetClothMaxDistanceScale; + +// Function Engine.SkeletalMeshComponent.SetConstraintProfile +// 0x0014 (0x0014 - 0x0000) +struct SkeletalMeshComponent_SetConstraintProfile final +{ +public: + class FName JointName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDefaultIfNotFound; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfile; + +// Function Engine.SkeletalMeshComponent.SetConstraintProfileForAll +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_SetConstraintProfileForAll final +{ +public: + class FName ProfileName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDefaultIfNotFound; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfileForAll; + +// Function Engine.SkeletalMeshComponent.SetDampingOnAllBodiesBelow +// 0x0014 (0x0014 - 0x0000) +struct SkeletalMeshComponent_SetDampingOnAllBodiesBelow final +{ +public: + float LinearDamping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularDamping; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetDampingOnAllBodiesBelow; + +// Function Engine.SkeletalMeshComponent.SetDisableAnimCurves +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetDisableAnimCurves final +{ +public: + bool bInDisableAnimCurves; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisableAnimCurves; + +// Function Engine.SkeletalMeshComponent.SetDisablePostProcessBlueprint +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetDisablePostProcessBlueprint final +{ +public: + bool bInDisablePostProcess; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisablePostProcessBlueprint; + +// Function Engine.SkeletalMeshComponent.SetEnableBodyGravity +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_SetEnableBodyGravity final +{ +public: + bool bEnableGravity; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableBodyGravity; + +// Function Engine.SkeletalMeshComponent.SetEnableGravityOnAllBodiesBelow +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow final +{ +public: + bool bEnableGravity; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow; + +// Function Engine.SkeletalMeshComponent.SetEnablePhysicsBlending +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetEnablePhysicsBlending final +{ +public: + bool bNewBlendPhysics; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnablePhysicsBlending; + +// Function Engine.SkeletalMeshComponent.SetLinearDampingOnAllBodiesBelow +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow final +{ +public: + float Damping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetLinearDampingOnAllBodiesBelow; + +// Function Engine.SkeletalMeshComponent.SetMorphTarget +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetMorphTarget final +{ +public: + class FName MorphTargetName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemoveZeroWeight; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetMorphTarget; + +// Function Engine.SkeletalMeshComponent.SetNotifyRigidBodyCollisionBelow +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow final +{ +public: + bool bNewNotifyRigidBodyCollision; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow; + +// Function Engine.SkeletalMeshComponent.SetPhysicsBlendWeight +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_SetPhysicsBlendWeight final +{ +public: + float PhysicsBlendWeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetPhysicsBlendWeight; + +// Function Engine.SkeletalMeshComponent.SetPlayRate +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_SetPlayRate final +{ +public: + float Rate; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetPlayRate; + +// Function Engine.SkeletalMeshComponent.SetPosition +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_SetPosition final +{ +public: + float InPos; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFireNotifies; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetPosition; + +// Function Engine.SkeletalMeshComponent.SetTeleportDistanceThreshold +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_SetTeleportDistanceThreshold final +{ +public: + float Threshold; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportDistanceThreshold; + +// Function Engine.SkeletalMeshComponent.SetTeleportRotationThreshold +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_SetTeleportRotationThreshold final +{ +public: + float Threshold; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportRotationThreshold; + +// Function Engine.SkeletalMeshComponent.SetUpdateAnimationInEditor +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetUpdateAnimationInEditor final +{ +public: + bool NewUpdateState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateAnimationInEditor; + +// Function Engine.SkeletalMeshComponent.SetUpdateClothInEditor +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_SetUpdateClothInEditor final +{ +public: + bool NewUpdateState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateClothInEditor; + +// Function Engine.SkeletalMeshComponent.SnapshotPose +// 0x0038 (0x0038 - 0x0000) +struct SkeletalMeshComponent_SnapshotPose final +{ +public: + struct FPoseSnapshot Snapshot; // 0x0000(0x0038)(Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_SnapshotPose; + +// Function Engine.SkeletalMeshComponent.TermBodiesBelow +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_TermBodiesBelow final +{ +public: + class FName ParentBoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_TermBodiesBelow; + +// Function Engine.SkeletalMeshComponent.UnbindClothFromMasterPoseComponent +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_UnbindClothFromMasterPoseComponent final +{ +public: + bool bRestoreSimulationSpace; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_UnbindClothFromMasterPoseComponent; + +// Function Engine.SkeletalMeshComponent.UnlinkAnimClassLayers +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_UnlinkAnimClassLayers final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_UnlinkAnimClassLayers; + +// Function Engine.SkeletalMeshComponent.GetAllowedAnimCurveEvaluate +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_GetAllowedAnimCurveEvaluate final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowedAnimCurveEvaluate; + +// Function Engine.SkeletalMeshComponent.GetAllowRigidBodyAnimNode +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_GetAllowRigidBodyAnimNode final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowRigidBodyAnimNode; + +// Function Engine.SkeletalMeshComponent.GetAnimationMode +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_GetAnimationMode final +{ +public: + EAnimationMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimationMode; + +// Function Engine.SkeletalMeshComponent.GetAnimInstance +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_GetAnimInstance final +{ +public: + class UAnimInstance* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimInstance; + +// Function Engine.SkeletalMeshComponent.GetBoneMass +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_GetBoneMass final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bScaleMass; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneMass; + +// Function Engine.SkeletalMeshComponent.GetClothingSimulationInteractor +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_GetClothingSimulationInteractor final +{ +public: + class UClothingSimulationInteractor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothingSimulationInteractor; + +// Function Engine.SkeletalMeshComponent.GetClothMaxDistanceScale +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_GetClothMaxDistanceScale final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothMaxDistanceScale; + +// Function Engine.SkeletalMeshComponent.GetDisableAnimCurves +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_GetDisableAnimCurves final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisableAnimCurves; + +// Function Engine.SkeletalMeshComponent.GetDisablePostProcessBlueprint +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_GetDisablePostProcessBlueprint final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisablePostProcessBlueprint; + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimGraphInstanceByTag +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag final +{ +public: + class FName InTag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag; + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimGraphInstancesByTag +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag final +{ +public: + class FName InTag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutLinkedInstances; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag; + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimLayerInstanceByClass +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass; + +// Function Engine.SkeletalMeshComponent.GetLinkedAnimLayerInstanceByGroup +// 0x0010 (0x0010 - 0x0000) +struct SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup final +{ +public: + class FName InGroup; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup; + +// Function Engine.SkeletalMeshComponent.GetMorphTarget +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_GetMorphTarget final +{ +public: + class FName MorphTargetName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetMorphTarget; + +// Function Engine.SkeletalMeshComponent.GetPlayRate +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_GetPlayRate final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetPlayRate; + +// Function Engine.SkeletalMeshComponent.GetPosition +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_GetPosition final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetPosition; + +// Function Engine.SkeletalMeshComponent.GetPostProcessInstance +// 0x0008 (0x0008 - 0x0000) +struct SkeletalMeshComponent_GetPostProcessInstance final +{ +public: + class UAnimInstance* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetPostProcessInstance; + +// Function Engine.SkeletalMeshComponent.GetSkeletalCenterOfMass +// 0x000C (0x000C - 0x0000) +struct SkeletalMeshComponent_GetSkeletalCenterOfMass final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalCenterOfMass; + +// Function Engine.SkeletalMeshComponent.GetTeleportDistanceThreshold +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_GetTeleportDistanceThreshold final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportDistanceThreshold; + +// Function Engine.SkeletalMeshComponent.GetTeleportRotationThreshold +// 0x0004 (0x0004 - 0x0000) +struct SkeletalMeshComponent_GetTeleportRotationThreshold final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportRotationThreshold; + +// Function Engine.SkeletalMeshComponent.HasValidAnimationInstance +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_HasValidAnimationInstance final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_HasValidAnimationInstance; + +// Function Engine.SkeletalMeshComponent.IsClothingSimulationSuspended +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_IsClothingSimulationSuspended final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_IsClothingSimulationSuspended; + +// Function Engine.SkeletalMeshComponent.IsPlaying +// 0x0001 (0x0001 - 0x0000) +struct SkeletalMeshComponent_IsPlaying final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_IsPlaying; + +// Function Engine.SkeletalMeshComponent.K2_GetClosestPointOnPhysicsAsset +// 0x0034 (0x0034 - 0x0000) +struct SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset final +{ +public: + struct FVector WorldPosition; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ClosestWorldPosition; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Normal; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0024(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Distance; // 0x002C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset; + +// Function Engine.Texture2D.Blueprint_GetSizeX +// 0x0004 (0x0004 - 0x0000) +struct Texture2D_Blueprint_GetSizeX final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeX; + +// Function Engine.Texture2D.Blueprint_GetSizeY +// 0x0004 (0x0004 - 0x0000) +struct Texture2D_Blueprint_GetSizeY final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeY; + +// Function Engine.AnimInstance.BlueprintUpdateAnimation +// 0x0004 (0x0004 - 0x0000) +struct AnimInstance_BlueprintUpdateAnimation final +{ +public: + float DeltaTimeX; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_BlueprintUpdateAnimation; + +// Function Engine.AnimInstance.GetCurrentStateName +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetCurrentStateName final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetCurrentStateName; + +// Function Engine.AnimInstance.GetInstanceAssetPlayerLength +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceAssetPlayerLength final +{ +public: + int32 AssetPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerLength; + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTime +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceAssetPlayerTime final +{ +public: + int32 AssetPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTime; + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTimeFraction +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceAssetPlayerTimeFraction final +{ +public: + int32 AssetPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFraction; + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTimeFromEnd +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceAssetPlayerTimeFromEnd final +{ +public: + int32 AssetPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEnd; + +// Function Engine.AnimInstance.GetInstanceAssetPlayerTimeFromEndFraction +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction final +{ +public: + int32 AssetPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction; + +// Function Engine.AnimInstance.GetInstanceCurrentStateElapsedTime +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceCurrentStateElapsedTime final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceCurrentStateElapsedTime; + +// Function Engine.AnimInstance.GetInstanceMachineWeight +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetInstanceMachineWeight final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceMachineWeight; + +// Function Engine.AnimInstance.GetInstanceStateWeight +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetInstanceStateWeight final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StateIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceStateWeight; + +// Function Engine.AnimInstance.GetInstanceTransitionCrossfadeDuration +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetInstanceTransitionCrossfadeDuration final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TransitionIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionCrossfadeDuration; + +// Function Engine.AnimInstance.GetInstanceTransitionTimeElapsed +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetInstanceTransitionTimeElapsed final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TransitionIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsed; + +// Function Engine.AnimInstance.GetInstanceTransitionTimeElapsedFraction +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetInstanceTransitionTimeElapsedFraction final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TransitionIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsedFraction; + +// Function Engine.AnimInstance.GetRelevantAnimLength +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetRelevantAnimLength final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StateIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimLength; + +// Function Engine.AnimInstance.GetRelevantAnimTime +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetRelevantAnimTime final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StateIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTime; + +// Function Engine.AnimInstance.GetRelevantAnimTimeFraction +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetRelevantAnimTimeFraction final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StateIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeFraction; + +// Function Engine.AnimInstance.GetRelevantAnimTimeRemaining +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetRelevantAnimTimeRemaining final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StateIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemaining; + +// Function Engine.AnimInstance.GetRelevantAnimTimeRemainingFraction +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetRelevantAnimTimeRemainingFraction final +{ +public: + int32 MachineIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StateIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemainingFraction; + +// Function Engine.AnimInstance.LinkAnimClassLayers +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_LinkAnimClassLayers final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_LinkAnimClassLayers; + +// Function Engine.AnimInstance.LinkAnimGraphByTag +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_LinkAnimGraphByTag final +{ +public: + class FName InTag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf InClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_LinkAnimGraphByTag; + +// Function Engine.AnimInstance.LockAIResources +// 0x0002 (0x0002 - 0x0000) +struct AnimInstance_LockAIResources final +{ +public: + bool bLockMovement; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool LockAILogic; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_LockAIResources; + +// Function Engine.AnimInstance.Montage_JumpToSection +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_JumpToSection final +{ +public: + class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + const class UAnimMontage* Montage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSection; + +// Function Engine.AnimInstance.Montage_JumpToSectionsEnd +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_JumpToSectionsEnd final +{ +public: + class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + const class UAnimMontage* Montage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSectionsEnd; + +// Function Engine.AnimInstance.Montage_Pause +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_Montage_Pause final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_Pause; + +// Function Engine.AnimInstance.Montage_Play +// 0x0020 (0x0020 - 0x0000) +struct AnimInstance_Montage_Play final +{ +public: + class UAnimMontage* MontageToPlay; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPlayRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMontagePlayReturnType ReturnValueType; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InTimeToStartMontageAt; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStopAllMontages; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_Play; + +// Function Engine.AnimInstance.Montage_Resume +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_Montage_Resume final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_Resume; + +// Function Engine.AnimInstance.Montage_SetNextSection +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_Montage_SetNextSection final +{ +public: + class FName SectionNameToChange; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NextSection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + const class UAnimMontage* Montage; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_SetNextSection; + +// Function Engine.AnimInstance.Montage_SetPlayRate +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_SetPlayRate final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NewPlayRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_SetPlayRate; + +// Function Engine.AnimInstance.Montage_SetPosition +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_SetPosition final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NewPosition; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_SetPosition; + +// Function Engine.AnimInstance.Montage_Stop +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_Stop final +{ +public: + float InBlendOutTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + const class UAnimMontage* Montage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_Stop; + +// Function Engine.AnimInstance.Montage_StopGroupByName +// 0x000C (0x000C - 0x0000) +struct AnimInstance_Montage_StopGroupByName final +{ +public: + float InBlendOutTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName GroupName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_StopGroupByName; + +// Function Engine.AnimInstance.PlaySlotAnimation +// 0x0028 (0x0028 - 0x0000) +struct AnimInstance_PlaySlotAnimation final +{ +public: + class UAnimSequenceBase* Asset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SlotNodeName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendInTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPlayRate; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LoopCount; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimation; + +// Function Engine.AnimInstance.PlaySlotAnimationAsDynamicMontage +// 0x0030 (0x0030 - 0x0000) +struct AnimInstance_PlaySlotAnimationAsDynamicMontage final +{ +public: + class UAnimSequenceBase* Asset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SlotNodeName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendInTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPlayRate; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LoopCount; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTriggerTime; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InTimeToStartMontageAt; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimMontage* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage; + +// Function Engine.AnimInstance.ResetDynamics +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_ResetDynamics final +{ +public: + ETeleportType InTeleportType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_ResetDynamics; + +// Function Engine.AnimInstance.SavePoseSnapshot +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_SavePoseSnapshot final +{ +public: + class FName SnapshotName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_SavePoseSnapshot; + +// Function Engine.AnimInstance.SetMorphTarget +// 0x000C (0x000C - 0x0000) +struct AnimInstance_SetMorphTarget final +{ +public: + class FName MorphTargetName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_SetMorphTarget; + +// Function Engine.AnimInstance.SetPropagateNotifiesToLinkedInstances +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_SetPropagateNotifiesToLinkedInstances final +{ +public: + bool bSet; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_SetPropagateNotifiesToLinkedInstances; + +// Function Engine.AnimInstance.SetReceiveNotifiesFromLinkedInstances +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_SetReceiveNotifiesFromLinkedInstances final +{ +public: + bool bSet; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_SetReceiveNotifiesFromLinkedInstances; + +// Function Engine.AnimInstance.SetRootMotionMode +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_SetRootMotionMode final +{ +public: + ERootMotionMode Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_SetRootMotionMode; + +// Function Engine.AnimInstance.SnapshotPose +// 0x0038 (0x0038 - 0x0000) +struct AnimInstance_SnapshotPose final +{ +public: + struct FPoseSnapshot Snapshot; // 0x0000(0x0038)(Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_SnapshotPose; + +// Function Engine.AnimInstance.StopSlotAnimation +// 0x000C (0x000C - 0x0000) +struct AnimInstance_StopSlotAnimation final +{ +public: + float InBlendOutTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SlotNodeName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_StopSlotAnimation; + +// Function Engine.AnimInstance.UnlinkAnimClassLayers +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_UnlinkAnimClassLayers final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_UnlinkAnimClassLayers; + +// Function Engine.AnimInstance.UnlockAIResources +// 0x0002 (0x0002 - 0x0000) +struct AnimInstance_UnlockAIResources final +{ +public: + bool bUnlockMovement; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool UnlockAILogic; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_UnlockAIResources; + +// Function Engine.AnimInstance.CalculateDirection +// 0x001C (0x001C - 0x0000) +struct AnimInstance_CalculateDirection final +{ +public: + struct FVector Velocity; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator BaseRotation; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_CalculateDirection; + +// Function Engine.AnimInstance.GetActiveCurveNames +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_GetActiveCurveNames final +{ +public: + EAnimCurveType CurveType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutNames; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetActiveCurveNames; + +// Function Engine.AnimInstance.GetAllCurveNames +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_GetAllCurveNames final +{ +public: + TArray OutNames; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetAllCurveNames; + +// Function Engine.AnimInstance.GetCurrentActiveMontage +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetCurrentActiveMontage final +{ +public: + class UAnimMontage* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetCurrentActiveMontage; + +// Function Engine.AnimInstance.GetCurveValue +// 0x000C (0x000C - 0x0000) +struct AnimInstance_GetCurveValue final +{ +public: + class FName CurveName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetCurveValue; + +// Function Engine.AnimInstance.GetLinkedAnimGraphInstanceByTag +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_GetLinkedAnimGraphInstanceByTag final +{ +public: + class FName InTag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstanceByTag; + +// Function Engine.AnimInstance.GetLinkedAnimGraphInstancesByTag +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_GetLinkedAnimGraphInstancesByTag final +{ +public: + class FName InTag; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutLinkedInstances; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstancesByTag; + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstanceByClass +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_GetLinkedAnimLayerInstanceByClass final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByClass; + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstanceByGroup +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_GetLinkedAnimLayerInstanceByGroup final +{ +public: + class FName InGroup; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroup; + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstanceByGroupAndClass +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass final +{ +public: + class FName InGroup; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf InClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimInstance* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass; + +// Function Engine.AnimInstance.GetLinkedAnimLayerInstancesByGroup +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_GetLinkedAnimLayerInstancesByGroup final +{ +public: + class FName InGroup; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutLinkedInstances; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstancesByGroup; + +// Function Engine.AnimInstance.GetOwningActor +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetOwningActor final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetOwningActor; + +// Function Engine.AnimInstance.GetOwningComponent +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_GetOwningComponent final +{ +public: + class USkeletalMeshComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetOwningComponent; + +// Function Engine.AnimInstance.GetPropagateNotifiesToLinkedInstances +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_GetPropagateNotifiesToLinkedInstances final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetPropagateNotifiesToLinkedInstances; + +// Function Engine.AnimInstance.GetReceiveNotifiesFromLinkedInstances +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_GetReceiveNotifiesFromLinkedInstances final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetReceiveNotifiesFromLinkedInstances; + +// Function Engine.AnimInstance.GetSyncGroupPosition +// 0x001C (0x001C - 0x0000) +struct AnimInstance_GetSyncGroupPosition final +{ +public: + class FName InSyncGroupName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMarkerSyncAnimPosition ReturnValue; // 0x0008(0x0014)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_GetSyncGroupPosition; + +// Function Engine.AnimInstance.GetTimeToClosestMarker +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_GetTimeToClosestMarker final +{ +public: + class FName SyncGroup; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MarkerName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutMarkerTime; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_GetTimeToClosestMarker; + +// Function Engine.AnimInstance.HasMarkerBeenHitThisFrame +// 0x0014 (0x0014 - 0x0000) +struct AnimInstance_HasMarkerBeenHitThisFrame final +{ +public: + class FName SyncGroup; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MarkerName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_HasMarkerBeenHitThisFrame; + +// Function Engine.AnimInstance.IsAnyMontagePlaying +// 0x0001 (0x0001 - 0x0000) +struct AnimInstance_IsAnyMontagePlaying final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_IsAnyMontagePlaying; + +// Function Engine.AnimInstance.IsPlayingSlotAnimation +// 0x0018 (0x0018 - 0x0000) +struct AnimInstance_IsPlayingSlotAnimation final +{ +public: + const class UAnimSequenceBase* Asset; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SlotNodeName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_IsPlayingSlotAnimation; + +// Function Engine.AnimInstance.IsSyncGroupBetweenMarkers +// 0x001C (0x001C - 0x0000) +struct AnimInstance_IsSyncGroupBetweenMarkers final +{ +public: + class FName InSyncGroupName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PreviousMarker; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NextMarker; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRespectMarkerOrder; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0019(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_IsSyncGroupBetweenMarkers; + +// Function Engine.AnimInstance.Montage_GetBlendTime +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_GetBlendTime final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_GetBlendTime; + +// Function Engine.AnimInstance.Montage_GetCurrentSection +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_GetCurrentSection final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_GetCurrentSection; + +// Function Engine.AnimInstance.Montage_GetIsStopped +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_GetIsStopped final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_GetIsStopped; + +// Function Engine.AnimInstance.Montage_GetPlayRate +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_GetPlayRate final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_GetPlayRate; + +// Function Engine.AnimInstance.Montage_GetPosition +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_GetPosition final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_GetPosition; + +// Function Engine.AnimInstance.Montage_IsActive +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_IsActive final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_IsActive; + +// Function Engine.AnimInstance.Montage_IsPlaying +// 0x0010 (0x0010 - 0x0000) +struct AnimInstance_Montage_IsPlaying final +{ +public: + const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimInstance_Montage_IsPlaying; + +// Function Engine.AnimInstance.TryGetPawnOwner +// 0x0008 (0x0008 - 0x0000) +struct AnimInstance_TryGetPawnOwner final +{ +public: + class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimInstance_TryGetPawnOwner; + +// Function Engine.CameraActor.GetAutoActivatePlayerIndex +// 0x0004 (0x0004 - 0x0000) +struct CameraActor_GetAutoActivatePlayerIndex final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraActor_GetAutoActivatePlayerIndex; + +// Function Engine.LightComponent.SetAffectDynamicIndirectLighting +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetAffectDynamicIndirectLighting final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetAffectDynamicIndirectLighting; + +// Function Engine.LightComponent.SetAffectTranslucentLighting +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetAffectTranslucentLighting final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetAffectTranslucentLighting; + +// Function Engine.LightComponent.SetBloomMaxBrightness +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetBloomMaxBrightness final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetBloomMaxBrightness; + +// Function Engine.LightComponent.SetBloomScale +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetBloomScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetBloomScale; + +// Function Engine.LightComponent.SetBloomThreshold +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetBloomThreshold final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetBloomThreshold; + +// Function Engine.LightComponent.SetBloomTint +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetBloomTint final +{ +public: + struct FColor NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetBloomTint; + +// Function Engine.LightComponent.SetEnableLightShaftBloom +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetEnableLightShaftBloom final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetEnableLightShaftBloom; + +// Function Engine.LightComponent.SetForceCachedShadowsForMovablePrimitives +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetForceCachedShadowsForMovablePrimitives final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetForceCachedShadowsForMovablePrimitives; + +// Function Engine.LightComponent.SetIESBrightnessScale +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetIESBrightnessScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetIESBrightnessScale; + +// Function Engine.LightComponent.SetIESTexture +// 0x0008 (0x0008 - 0x0000) +struct LightComponent_SetIESTexture final +{ +public: + class UTextureLightProfile* NewValue; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetIESTexture; + +// Function Engine.LightComponent.SetIndirectLightingIntensity +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetIndirectLightingIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetIndirectLightingIntensity; + +// Function Engine.LightComponent.SetIntensity +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetIntensity; + +// Function Engine.LightComponent.SetLightColor +// 0x0014 (0x0014 - 0x0000) +struct LightComponent_SetLightColor final +{ +public: + struct FLinearColor NewLightColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSRGB; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_LightComponent_SetLightColor; + +// Function Engine.LightComponent.SetLightFunctionDisabledBrightness +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetLightFunctionDisabledBrightness final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetLightFunctionDisabledBrightness; + +// Function Engine.LightComponent.SetLightFunctionFadeDistance +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetLightFunctionFadeDistance final +{ +public: + float NewLightFunctionFadeDistance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetLightFunctionFadeDistance; + +// Function Engine.LightComponent.SetLightFunctionMaterial +// 0x0008 (0x0008 - 0x0000) +struct LightComponent_SetLightFunctionMaterial final +{ +public: + class UMaterialInterface* NewLightFunctionMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetLightFunctionMaterial; + +// Function Engine.LightComponent.SetLightFunctionScale +// 0x000C (0x000C - 0x0000) +struct LightComponent_SetLightFunctionScale final +{ +public: + struct FVector NewLightFunctionScale; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetLightFunctionScale; + +// Function Engine.LightComponent.SetLightingChannels +// 0x0003 (0x0003 - 0x0000) +struct LightComponent_SetLightingChannels final +{ +public: + bool bChannel0; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bChannel1; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bChannel2; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetLightingChannels; + +// Function Engine.LightComponent.SetShadowBias +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetShadowBias final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetShadowBias; + +// Function Engine.LightComponent.SetShadowSlopeBias +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetShadowSlopeBias final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias; + +// Function Engine.LightComponent.SetSpecularScale +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetSpecularScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetSpecularScale; + +// Function Engine.LightComponent.SetTemperature +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetTemperature final +{ +public: + float NewTemperature; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetTemperature; + +// Function Engine.LightComponent.SetTransmission +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetTransmission final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetTransmission; + +// Function Engine.LightComponent.SetUseIESBrightness +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetUseIESBrightness final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness; + +// Function Engine.LightComponent.SetUseTemperature +// 0x0001 (0x0001 - 0x0000) +struct LightComponent_SetUseTemperature final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetUseTemperature; + +// Function Engine.LightComponent.SetVolumetricScatteringIntensity +// 0x0004 (0x0004 - 0x0000) +struct LightComponent_SetVolumetricScatteringIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity; + +// Function Engine.LocalLightComponent.GetUnitsConversionFactor +// 0x000C (0x000C - 0x0000) +struct LocalLightComponent_GetUnitsConversionFactor final +{ +public: + ELightUnits SrcUnits; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELightUnits TargetUnits; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float CosHalfConeAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LocalLightComponent_GetUnitsConversionFactor; + +// Function Engine.LocalLightComponent.SetAttenuationRadius +// 0x0004 (0x0004 - 0x0000) +struct LocalLightComponent_SetAttenuationRadius final +{ +public: + float NewRadius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LocalLightComponent_SetAttenuationRadius; + +// Function Engine.LocalLightComponent.SetIntensityUnits +// 0x0001 (0x0001 - 0x0000) +struct LocalLightComponent_SetIntensityUnits final +{ +public: + ELightUnits NewIntensityUnits; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LocalLightComponent_SetIntensityUnits; + +// Function Engine.PointLightComponent.SetLightFalloffExponent +// 0x0004 (0x0004 - 0x0000) +struct PointLightComponent_SetLightFalloffExponent final +{ +public: + float NewLightFalloffExponent; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PointLightComponent_SetLightFalloffExponent; + +// Function Engine.PointLightComponent.SetSoftSourceRadius +// 0x0004 (0x0004 - 0x0000) +struct PointLightComponent_SetSoftSourceRadius final +{ +public: + float bNewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PointLightComponent_SetSoftSourceRadius; + +// Function Engine.PointLightComponent.SetSourceLength +// 0x0004 (0x0004 - 0x0000) +struct PointLightComponent_SetSourceLength final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PointLightComponent_SetSourceLength; + +// Function Engine.PointLightComponent.SetSourceRadius +// 0x0004 (0x0004 - 0x0000) +struct PointLightComponent_SetSourceRadius final +{ +public: + float bNewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PointLightComponent_SetSourceRadius; + +// Function Engine.SpotLightComponent.SetInnerConeAngle +// 0x0004 (0x0004 - 0x0000) +struct SpotLightComponent_SetInnerConeAngle final +{ +public: + float NewInnerConeAngle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpotLightComponent_SetInnerConeAngle; + +// Function Engine.SpotLightComponent.SetOuterConeAngle +// 0x0004 (0x0004 - 0x0000) +struct SpotLightComponent_SetOuterConeAngle final +{ +public: + float NewOuterConeAngle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpotLightComponent_SetOuterConeAngle; + +// Function Engine.GameModeBase.CanSpectate +// 0x0018 (0x0018 - 0x0000) +struct GameModeBase_CanSpectate final +{ +public: + class APlayerController* Viewer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerState* ViewTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_CanSpectate; + +// Function Engine.GameModeBase.ChangeName +// 0x0020 (0x0020 - 0x0000) +struct GameModeBase_ChangeName final +{ +public: + class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString NewName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNameChange; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_ChangeName; + +// Function Engine.GameModeBase.ChoosePlayerStart +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_ChoosePlayerStart final +{ +public: + class AController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_ChoosePlayerStart; + +// Function Engine.GameModeBase.FindPlayerStart +// 0x0020 (0x0020 - 0x0000) +struct GameModeBase_FindPlayerStart final +{ +public: + class AController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString IncomingName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_FindPlayerStart; + +// Function Engine.GameModeBase.GetDefaultPawnClassForController +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_GetDefaultPawnClassForController final +{ +public: + class AController* InController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_GetDefaultPawnClassForController; + +// Function Engine.GameModeBase.GetNumPlayers +// 0x0004 (0x0004 - 0x0000) +struct GameModeBase_GetNumPlayers final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_GetNumPlayers; + +// Function Engine.GameModeBase.GetNumSpectators +// 0x0004 (0x0004 - 0x0000) +struct GameModeBase_GetNumSpectators final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_GetNumSpectators; + +// Function Engine.GameModeBase.HandleStartingNewPlayer +// 0x0008 (0x0008 - 0x0000) +struct GameModeBase_HandleStartingNewPlayer final +{ +public: + class APlayerController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_HandleStartingNewPlayer; + +// Function Engine.GameModeBase.InitializeHUDForPlayer +// 0x0008 (0x0008 - 0x0000) +struct GameModeBase_InitializeHUDForPlayer final +{ +public: + class APlayerController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_InitializeHUDForPlayer; + +// Function Engine.GameModeBase.InitStartSpot +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_InitStartSpot final +{ +public: + class AActor* StartSpot; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AController* NewPlayer; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_InitStartSpot; + +// Function Engine.GameModeBase.K2_FindPlayerStart +// 0x0020 (0x0020 - 0x0000) +struct GameModeBase_K2_FindPlayerStart final +{ +public: + class AController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString IncomingName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_K2_FindPlayerStart; + +// Function Engine.GameModeBase.K2_OnChangeName +// 0x0020 (0x0020 - 0x0000) +struct GameModeBase_K2_OnChangeName final +{ +public: + class AController* Other; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString NewName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNameChange; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_K2_OnChangeName; + +// Function Engine.GameModeBase.K2_OnLogout +// 0x0008 (0x0008 - 0x0000) +struct GameModeBase_K2_OnLogout final +{ +public: + class AController* ExitingController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_K2_OnLogout; + +// Function Engine.GameModeBase.K2_OnRestartPlayer +// 0x0008 (0x0008 - 0x0000) +struct GameModeBase_K2_OnRestartPlayer final +{ +public: + class AController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_K2_OnRestartPlayer; + +// Function Engine.GameModeBase.K2_OnSwapPlayerControllers +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_K2_OnSwapPlayerControllers final +{ +public: + class APlayerController* OldPC; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerController* NewPC; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_K2_OnSwapPlayerControllers; + +// Function Engine.GameModeBase.K2_PostLogin +// 0x0008 (0x0008 - 0x0000) +struct GameModeBase_K2_PostLogin final +{ +public: + class APlayerController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_K2_PostLogin; + +// Function Engine.GameModeBase.PlayerCanRestart +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_PlayerCanRestart final +{ +public: + class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_PlayerCanRestart; + +// Function Engine.GameModeBase.RestartPlayer +// 0x0008 (0x0008 - 0x0000) +struct GameModeBase_RestartPlayer final +{ +public: + class AController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_RestartPlayer; + +// Function Engine.GameModeBase.RestartPlayerAtPlayerStart +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_RestartPlayerAtPlayerStart final +{ +public: + class AController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* StartSpot; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtPlayerStart; + +// Function Engine.GameModeBase.RestartPlayerAtTransform +// 0x0040 (0x0040 - 0x0000) +struct GameModeBase_RestartPlayerAtTransform final +{ +public: + class AController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform SpawnTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtTransform; + +// Function Engine.GameModeBase.ShouldReset +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_ShouldReset final +{ +public: + class AActor* ActorToReset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_ShouldReset; + +// Function Engine.GameModeBase.SpawnDefaultPawnAtTransform +// 0x0050 (0x0050 - 0x0000) +struct GameModeBase_SpawnDefaultPawnAtTransform final +{ +public: + class AController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform SpawnTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class APawn* ReturnValue; // 0x0040(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnAtTransform; + +// Function Engine.GameModeBase.SpawnDefaultPawnFor +// 0x0018 (0x0018 - 0x0000) +struct GameModeBase_SpawnDefaultPawnFor final +{ +public: + class AController* NewPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* StartSpot; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APawn* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnFor; + +// Function Engine.GameModeBase.HasMatchEnded +// 0x0001 (0x0001 - 0x0000) +struct GameModeBase_HasMatchEnded final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_HasMatchEnded; + +// Function Engine.GameModeBase.HasMatchStarted +// 0x0001 (0x0001 - 0x0000) +struct GameModeBase_HasMatchStarted final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameModeBase_HasMatchStarted; + +// Function Engine.GameModeBase.MustSpectate +// 0x0010 (0x0010 - 0x0000) +struct GameModeBase_MustSpectate final +{ +public: + class APlayerController* NewPlayerController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameModeBase_MustSpectate; + +// Function Engine.Exporter.RunAssetExportTask +// 0x0010 (0x0010 - 0x0000) +struct Exporter_RunAssetExportTask final +{ +public: + class UAssetExportTask* Task; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Exporter_RunAssetExportTask; + +// Function Engine.Exporter.RunAssetExportTasks +// 0x0018 (0x0018 - 0x0000) +struct Exporter_RunAssetExportTasks final +{ +public: + TArray ExportTasks; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Exporter_RunAssetExportTasks; + +// Function Engine.Exporter.ScriptRunAssetExportTask +// 0x0010 (0x0010 - 0x0000) +struct Exporter_ScriptRunAssetExportTask final +{ +public: + class UAssetExportTask* Task; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Exporter_ScriptRunAssetExportTask; + +// Function Engine.BlueprintMapLibrary.Map_Add +// 0x0058 (0x0058 - 0x0000) +struct BlueprintMapLibrary_Map_Add final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 Key; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Value; // 0x0054(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Add; + +// Function Engine.BlueprintMapLibrary.Map_Clear +// 0x0050 (0x0050 - 0x0000) +struct BlueprintMapLibrary_Map_Clear final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Clear; + +// Function Engine.BlueprintMapLibrary.Map_Contains +// 0x0058 (0x0058 - 0x0000) +struct BlueprintMapLibrary_Map_Contains final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 Key; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0054(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Contains; + +// Function Engine.BlueprintMapLibrary.Map_Find +// 0x0060 (0x0060 - 0x0000) +struct BlueprintMapLibrary_Map_Find final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 Key; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Value; // 0x0054(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Find; + +// Function Engine.BlueprintMapLibrary.Map_Keys +// 0x0060 (0x0060 - 0x0000) +struct BlueprintMapLibrary_Map_Keys final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TArray Keys; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Keys; + +// Function Engine.BlueprintMapLibrary.Map_Length +// 0x0058 (0x0058 - 0x0000) +struct BlueprintMapLibrary_Map_Length final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0050(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Length; + +// Function Engine.BlueprintMapLibrary.Map_Remove +// 0x0058 (0x0058 - 0x0000) +struct BlueprintMapLibrary_Map_Remove final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 Key; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0054(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Remove; + +// Function Engine.BlueprintMapLibrary.Map_Values +// 0x0060 (0x0060 - 0x0000) +struct BlueprintMapLibrary_Map_Values final +{ +public: + TMap TargetMap; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TArray Values; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Values; + +// Function Engine.BlueprintMapLibrary.SetMapPropertyByName +// 0x0060 (0x0060 - 0x0000) +struct BlueprintMapLibrary_SetMapPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TMap Value; // 0x0010(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintMapLibrary_SetMapPropertyByName; + +// Function Engine.InputComponent.GetControllerAnalogKeyState +// 0x0020 (0x0020 - 0x0000) +struct InputComponent_GetControllerAnalogKeyState final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_GetControllerAnalogKeyState; + +// Function Engine.InputComponent.GetControllerAnalogStickState +// 0x000C (0x000C - 0x0000) +struct InputComponent_GetControllerAnalogStickState final +{ +public: + EControllerAnalogStick WhichStick; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float StickX; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StickY; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputComponent_GetControllerAnalogStickState; + +// Function Engine.InputComponent.GetControllerKeyTimeDown +// 0x0020 (0x0020 - 0x0000) +struct InputComponent_GetControllerKeyTimeDown final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_GetControllerKeyTimeDown; + +// Function Engine.InputComponent.GetControllerMouseDelta +// 0x0008 (0x0008 - 0x0000) +struct InputComponent_GetControllerMouseDelta final +{ +public: + float DeltaX; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaY; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputComponent_GetControllerMouseDelta; + +// Function Engine.InputComponent.GetControllerVectorKeyState +// 0x0028 (0x0028 - 0x0000) +struct InputComponent_GetControllerVectorKeyState final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_GetControllerVectorKeyState; + +// Function Engine.InputComponent.GetTouchState +// 0x0010 (0x0010 - 0x0000) +struct InputComponent_GetTouchState final +{ +public: + int32 FingerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LocationX; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LocationY; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsCurrentlyPressed; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_GetTouchState; + +// Function Engine.InputComponent.IsControllerKeyDown +// 0x0020 (0x0020 - 0x0000) +struct InputComponent_IsControllerKeyDown final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_IsControllerKeyDown; + +// Function Engine.InputComponent.WasControllerKeyJustPressed +// 0x0020 (0x0020 - 0x0000) +struct InputComponent_WasControllerKeyJustPressed final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustPressed; + +// Function Engine.InputComponent.WasControllerKeyJustReleased +// 0x0020 (0x0020 - 0x0000) +struct InputComponent_WasControllerKeyJustReleased final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustReleased; + +// Function Engine.World.K2_GetWorldSettings +// 0x0008 (0x0008 - 0x0000) +struct World_K2_GetWorldSettings final +{ +public: + class AWorldSettings* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_World_K2_GetWorldSettings; + +// Function Engine.MaterialInterface.GetBaseMaterial +// 0x0008 (0x0008 - 0x0000) +struct MaterialInterface_GetBaseMaterial final +{ +public: + class UMaterial* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInterface_GetBaseMaterial; + +// Function Engine.MaterialInterface.SetForceMipLevelsToBeResident +// 0x0010 (0x0010 - 0x0000) +struct MaterialInterface_SetForceMipLevelsToBeResident final +{ +public: + bool OverrideForceMiplevelsToBeResident; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceMiplevelsToBeResidentValue; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float ForceDuration; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CinematicTextureGroups; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFastResponse; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident; + +// Function Engine.MaterialInterface.GetParameterInfo +// 0x0028 (0x0028 - 0x0000) +struct MaterialInterface_GetParameterInfo final +{ +public: + EMaterialParameterAssociation Association; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName ParameterName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialFunctionInterface* LayerFunction; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialParameterInfo ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo; + +// Function Engine.MaterialInterface.GetPhysicalMaterial +// 0x0008 (0x0008 - 0x0000) +struct MaterialInterface_GetPhysicalMaterial final +{ +public: + class UPhysicalMaterial* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterial; + +// Function Engine.MaterialInterface.GetPhysicalMaterialFromMap +// 0x0010 (0x0010 - 0x0000) +struct MaterialInterface_GetPhysicalMaterialFromMap final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicalMaterial* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialFromMap; + +// Function Engine.MaterialInterface.GetPhysicalMaterialMask +// 0x0008 (0x0008 - 0x0000) +struct MaterialInterface_GetPhysicalMaterialMask final +{ +public: + class UPhysicalMaterialMask* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialMask; + +// Function Engine.MaterialInstanceConstant.K2_GetScalarParameterValue +// 0x000C (0x000C - 0x0000) +struct MaterialInstanceConstant_K2_GetScalarParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetScalarParameterValue; + +// Function Engine.MaterialInstanceConstant.K2_GetTextureParameterValue +// 0x0010 (0x0010 - 0x0000) +struct MaterialInstanceConstant_K2_GetTextureParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetTextureParameterValue; + +// Function Engine.MaterialInstanceConstant.K2_GetVectorParameterValue +// 0x0018 (0x0018 - 0x0000) +struct MaterialInstanceConstant_K2_GetVectorParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetVectorParameterValue; + +// Function Engine.MaterialBillboardComponent.AddElement +// 0x0028 (0x0028 - 0x0000) +struct MaterialBillboardComponent_AddElement final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveFloat* DistanceToOpacityCurve; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSizeIsInScreenSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BaseSizeX; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseSizeY; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* DistanceToSizeCurve; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialBillboardComponent_AddElement; + +// Function Engine.MaterialBillboardComponent.SetElements +// 0x0010 (0x0010 - 0x0000) +struct MaterialBillboardComponent_SetElements final +{ +public: + TArray NewElements; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialBillboardComponent_SetElements; + +// Function Engine.KismetStringTableLibrary.GetKeysFromStringTable +// 0x0018 (0x0018 - 0x0000) +struct KismetStringTableLibrary_GetKeysFromStringTable final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_GetKeysFromStringTable; + +// Function Engine.KismetStringTableLibrary.GetMetaDataIdsFromStringTableEntry +// 0x0028 (0x0028 - 0x0000) +struct KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry; + +// Function Engine.KismetStringTableLibrary.GetRegisteredStringTables +// 0x0010 (0x0010 - 0x0000) +struct KismetStringTableLibrary_GetRegisteredStringTables final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_GetRegisteredStringTables; + +// Function Engine.KismetStringTableLibrary.GetTableEntryMetaData +// 0x0030 (0x0030 - 0x0000) +struct KismetStringTableLibrary_GetTableEntryMetaData final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MetaDataId; // 0x0018(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntryMetaData; + +// Function Engine.KismetStringTableLibrary.GetTableEntrySourceString +// 0x0028 (0x0028 - 0x0000) +struct KismetStringTableLibrary_GetTableEntrySourceString final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntrySourceString; + +// Function Engine.KismetStringTableLibrary.GetTableNamespace +// 0x0018 (0x0018 - 0x0000) +struct KismetStringTableLibrary_GetTableNamespace final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableNamespace; + +// Function Engine.KismetStringTableLibrary.IsRegisteredTableEntry +// 0x0020 (0x0020 - 0x0000) +struct KismetStringTableLibrary_IsRegisteredTableEntry final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableEntry; + +// Function Engine.KismetStringTableLibrary.IsRegisteredTableId +// 0x000C (0x000C - 0x0000) +struct KismetStringTableLibrary_IsRegisteredTableId final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableId; + +// Function Engine.GameInstance.DebugCreatePlayer +// 0x0004 (0x0004 - 0x0000) +struct GameInstance_DebugCreatePlayer final +{ +public: + int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameInstance_DebugCreatePlayer; + +// Function Engine.GameInstance.DebugRemovePlayer +// 0x0004 (0x0004 - 0x0000) +struct GameInstance_DebugRemovePlayer final +{ +public: + int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameInstance_DebugRemovePlayer; + +// Function Engine.GameInstance.HandleNetworkError +// 0x0002 (0x0002 - 0x0000) +struct GameInstance_HandleNetworkError final +{ +public: + ENetworkFailure FailureType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsServer; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameInstance_HandleNetworkError; + +// Function Engine.GameInstance.HandleTravelError +// 0x0001 (0x0001 - 0x0000) +struct GameInstance_HandleTravelError final +{ +public: + ETravelFailure FailureType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameInstance_HandleTravelError; + +// Function Engine.AnimSequenceBase.GetPlayLength +// 0x0004 (0x0004 - 0x0000) +struct AnimSequenceBase_GetPlayLength final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSequenceBase_GetPlayLength; + +// Function Engine.CameraShakeBase.SetRootShakePattern +// 0x0008 (0x0008 - 0x0000) +struct CameraShakeBase_SetRootShakePattern final +{ +public: + class UCameraShakePattern* InPattern; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraShakeBase_SetRootShakePattern; + +// Function Engine.CameraShakeBase.GetRootShakePattern +// 0x0008 (0x0008 - 0x0000) +struct CameraShakeBase_GetRootShakePattern final +{ +public: + class UCameraShakePattern* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraShakeBase_GetRootShakePattern; + +// Function Engine.VOIPTalker.CreateTalkerForPlayer +// 0x0010 (0x0010 - 0x0000) +struct VOIPTalker_CreateTalkerForPlayer final +{ +public: + class APlayerState* OwningState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UVOIPTalker* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VOIPTalker_CreateTalkerForPlayer; + +// Function Engine.VOIPTalker.BPOnTalkingBegin +// 0x0008 (0x0008 - 0x0000) +struct VOIPTalker_BPOnTalkingBegin final +{ +public: + class UAudioComponent* AudioComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VOIPTalker_BPOnTalkingBegin; + +// Function Engine.VOIPTalker.GetVoiceLevel +// 0x0004 (0x0004 - 0x0000) +struct VOIPTalker_GetVoiceLevel final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VOIPTalker_GetVoiceLevel; + +// Function Engine.VOIPTalker.RegisterWithPlayerState +// 0x0008 (0x0008 - 0x0000) +struct VOIPTalker_RegisterWithPlayerState final +{ +public: + class APlayerState* OwningState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VOIPTalker_RegisterWithPlayerState; + +// Function Engine.GameMode.K2_OnSetMatchState +// 0x0008 (0x0008 - 0x0000) +struct GameMode_K2_OnSetMatchState final +{ +public: + class FName NewState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_K2_OnSetMatchState; + +// Function Engine.GameMode.ReadyToEndMatch +// 0x0001 (0x0001 - 0x0000) +struct GameMode_ReadyToEndMatch final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_ReadyToEndMatch; + +// Function Engine.GameMode.ReadyToStartMatch +// 0x0001 (0x0001 - 0x0000) +struct GameMode_ReadyToStartMatch final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_ReadyToStartMatch; + +// Function Engine.GameMode.Say +// 0x0010 (0x0010 - 0x0000) +struct GameMode_Say final +{ +public: + class FString Msg; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_Say; + +// Function Engine.GameMode.SetBandwidthLimit +// 0x0004 (0x0004 - 0x0000) +struct GameMode_SetBandwidthLimit final +{ +public: + float AsyncIOBandwidthLimit; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_SetBandwidthLimit; + +// Function Engine.GameMode.GetMatchState +// 0x0008 (0x0008 - 0x0000) +struct GameMode_GetMatchState final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_GetMatchState; + +// Function Engine.GameMode.IsMatchInProgress +// 0x0001 (0x0001 - 0x0000) +struct GameMode_IsMatchInProgress final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameMode_IsMatchInProgress; + +// Function Engine.AnimMontage.GetDefaultBlendOutTime +// 0x0004 (0x0004 - 0x0000) +struct AnimMontage_GetDefaultBlendOutTime final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimMontage_GetDefaultBlendOutTime; + +// Function Engine.SplineComponent.AddPoint +// 0x0048 (0x0048 - 0x0000) +struct SplineComponent_AddPoint final +{ +public: + struct FSplinePoint Point; // 0x0000(0x0044)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0044(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_AddPoint; + +// Function Engine.SplineComponent.AddPoints +// 0x0018 (0x0018 - 0x0000) +struct SplineComponent_AddPoints final +{ +public: + TArray Points; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_AddPoints; + +// Function Engine.SplineComponent.AddSplineLocalPoint +// 0x000C (0x000C - 0x0000) +struct SplineComponent_AddSplineLocalPoint final +{ +public: + struct FVector Position; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_AddSplineLocalPoint; + +// Function Engine.SplineComponent.AddSplinePoint +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_AddSplinePoint final +{ +public: + struct FVector Position; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_AddSplinePoint; + +// Function Engine.SplineComponent.AddSplinePointAtIndex +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_AddSplinePointAtIndex final +{ +public: + struct FVector Position; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index_0; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_AddSplinePointAtIndex; + +// Function Engine.SplineComponent.AddSplineWorldPoint +// 0x000C (0x000C - 0x0000) +struct SplineComponent_AddSplineWorldPoint final +{ +public: + struct FVector Position; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_AddSplineWorldPoint; + +// Function Engine.SplineComponent.ClearSplinePoints +// 0x0001 (0x0001 - 0x0000) +struct SplineComponent_ClearSplinePoints final +{ +public: + bool bUpdateSpline; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_ClearSplinePoints; + +// Function Engine.SplineComponent.RemoveSplinePoint +// 0x0008 (0x0008 - 0x0000) +struct SplineComponent_RemoveSplinePoint final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_RemoveSplinePoint; + +// Function Engine.SplineComponent.SetClosedLoop +// 0x0002 (0x0002 - 0x0000) +struct SplineComponent_SetClosedLoop final +{ +public: + bool bInClosedLoop; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetClosedLoop; + +// Function Engine.SplineComponent.SetClosedLoopAtPosition +// 0x000C (0x000C - 0x0000) +struct SplineComponent_SetClosedLoopAtPosition final +{ +public: + bool bInClosedLoop; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Key; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetClosedLoopAtPosition; + +// Function Engine.SplineComponent.SetDefaultUpVector +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetDefaultUpVector final +{ +public: + struct FVector UpVector; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetDefaultUpVector; + +// Function Engine.SplineComponent.SetDrawDebug +// 0x0001 (0x0001 - 0x0000) +struct SplineComponent_SetDrawDebug final +{ +public: + bool bShow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetDrawDebug; + +// Function Engine.SplineComponent.SetLocationAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_SetLocationAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InLocation; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetLocationAtSplinePoint; + +// Function Engine.SplineComponent.SetRotationAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_SetRotationAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator InRotation; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetRotationAtSplinePoint; + +// Function Engine.SplineComponent.SetScaleAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_SetScaleAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InScaleVector; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetScaleAtSplinePoint; + +// Function Engine.SplineComponent.SetSelectedSplineSegmentColor +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetSelectedSplineSegmentColor final +{ +public: + struct FLinearColor SegmentColor; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetSelectedSplineSegmentColor; + +// Function Engine.SplineComponent.SetSplineLocalPoints +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetSplineLocalPoints final +{ +public: + TArray Points; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetSplineLocalPoints; + +// Function Engine.SplineComponent.SetSplinePoints +// 0x0018 (0x0018 - 0x0000) +struct SplineComponent_SetSplinePoints final +{ +public: + TArray Points; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetSplinePoints; + +// Function Engine.SplineComponent.SetSplinePointType +// 0x0008 (0x0008 - 0x0000) +struct SplineComponent_SetSplinePointType final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplinePointType Type; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetSplinePointType; + +// Function Engine.SplineComponent.SetSplineWorldPoints +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetSplineWorldPoints final +{ +public: + TArray Points; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetSplineWorldPoints; + +// Function Engine.SplineComponent.SetTangentAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_SetTangentAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InTangent; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetTangentAtSplinePoint; + +// Function Engine.SplineComponent.SetTangentColor +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetTangentColor final +{ +public: + struct FLinearColor TangentColor; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetTangentColor; + +// Function Engine.SplineComponent.SetTangentsAtSplinePoint +// 0x0020 (0x0020 - 0x0000) +struct SplineComponent_SetTangentsAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InArriveTangent; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InLeaveTangent; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetTangentsAtSplinePoint; + +// Function Engine.SplineComponent.SetUnselectedSplineSegmentColor +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetUnselectedSplineSegmentColor final +{ +public: + struct FLinearColor SegmentColor; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetUnselectedSplineSegmentColor; + +// Function Engine.SplineComponent.SetUpVectorAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_SetUpVectorAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InUpVector; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateSpline; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_SetUpVectorAtSplinePoint; + +// Function Engine.SplineComponent.SetWorldLocationAtSplinePoint +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_SetWorldLocationAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InLocation; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_SetWorldLocationAtSplinePoint; + +// Function Engine.SplineComponent.FindDirectionClosestToWorldLocation +// 0x001C (0x001C - 0x0000) +struct SplineComponent_FindDirectionClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindDirectionClosestToWorldLocation; + +// Function Engine.SplineComponent.FindInputKeyClosestToWorldLocation +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_FindInputKeyClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindInputKeyClosestToWorldLocation; + +// Function Engine.SplineComponent.FindLocationClosestToWorldLocation +// 0x001C (0x001C - 0x0000) +struct SplineComponent_FindLocationClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindLocationClosestToWorldLocation; + +// Function Engine.SplineComponent.FindRightVectorClosestToWorldLocation +// 0x001C (0x001C - 0x0000) +struct SplineComponent_FindRightVectorClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindRightVectorClosestToWorldLocation; + +// Function Engine.SplineComponent.FindRollClosestToWorldLocation +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_FindRollClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindRollClosestToWorldLocation; + +// Function Engine.SplineComponent.FindRotationClosestToWorldLocation +// 0x001C (0x001C - 0x0000) +struct SplineComponent_FindRotationClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindRotationClosestToWorldLocation; + +// Function Engine.SplineComponent.FindScaleClosestToWorldLocation +// 0x0018 (0x0018 - 0x0000) +struct SplineComponent_FindScaleClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindScaleClosestToWorldLocation; + +// Function Engine.SplineComponent.FindTangentClosestToWorldLocation +// 0x001C (0x001C - 0x0000) +struct SplineComponent_FindTangentClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindTangentClosestToWorldLocation; + +// Function Engine.SplineComponent.FindTransformClosestToWorldLocation +// 0x0040 (0x0040 - 0x0000) +struct SplineComponent_FindTransformClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseScale; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindTransformClosestToWorldLocation; + +// Function Engine.SplineComponent.FindUpVectorClosestToWorldLocation +// 0x001C (0x001C - 0x0000) +struct SplineComponent_FindUpVectorClosestToWorldLocation final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_FindUpVectorClosestToWorldLocation; + +// Function Engine.SplineComponent.GetArriveTangentAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetArriveTangentAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetArriveTangentAtSplinePoint; + +// Function Engine.SplineComponent.GetDefaultUpVector +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetDefaultUpVector final +{ +public: + ESplineCoordinateSpace CoordinateSpace; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDefaultUpVector; + +// Function Engine.SplineComponent.GetDirectionAtDistanceAlongSpline +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetDirectionAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDirectionAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetDirectionAtSplineInputKey +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetDirectionAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplineInputKey; + +// Function Engine.SplineComponent.GetDirectionAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetDirectionAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplinePoint; + +// Function Engine.SplineComponent.GetDirectionAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetDirectionAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDirectionAtTime; + +// Function Engine.SplineComponent.GetDistanceAlongSplineAtSplineInputKey +// 0x0008 (0x0008 - 0x0000) +struct SplineComponent_GetDistanceAlongSplineAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplineInputKey; + +// Function Engine.SplineComponent.GetDistanceAlongSplineAtSplinePoint +// 0x0008 (0x0008 - 0x0000) +struct SplineComponent_GetDistanceAlongSplineAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplinePoint; + +// Function Engine.SplineComponent.GetFloatPropertyAtSplineInputKey +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetFloatPropertyAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtSplineInputKey; + +// Function Engine.SplineComponent.GetFloatPropertyAtSplinePoint +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetFloatPropertyAtSplinePoint final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtSplinePoint; + +// Function Engine.SplineComponent.GetInputKeyAtDistanceAlongSpline +// 0x0008 (0x0008 - 0x0000) +struct SplineComponent_GetInputKeyAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetInputKeyAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetLeaveTangentAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetLeaveTangentAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetLeaveTangentAtSplinePoint; + +// Function Engine.SplineComponent.GetLocalLocationAndTangentAtSplinePoint +// 0x001C (0x001C - 0x0000) +struct SplineComponent_GetLocalLocationAndTangentAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LocalLocation; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LocalTangent; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetLocalLocationAndTangentAtSplinePoint; + +// Function Engine.SplineComponent.GetLocationAndTangentAtSplinePoint +// 0x0020 (0x0020 - 0x0000) +struct SplineComponent_GetLocationAndTangentAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Tangent; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_GetLocationAndTangentAtSplinePoint; + +// Function Engine.SplineComponent.GetLocationAtDistanceAlongSpline +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetLocationAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetLocationAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetLocationAtSplineInputKey +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetLocationAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetLocationAtSplineInputKey; + +// Function Engine.SplineComponent.GetLocationAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetLocationAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetLocationAtSplinePoint; + +// Function Engine.SplineComponent.GetLocationAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetLocationAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetLocationAtTime; + +// Function Engine.SplineComponent.GetNumberOfSplinePoints +// 0x0004 (0x0004 - 0x0000) +struct SplineComponent_GetNumberOfSplinePoints final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplinePoints; + +// Function Engine.SplineComponent.GetNumberOfSplineSegments +// 0x0004 (0x0004 - 0x0000) +struct SplineComponent_GetNumberOfSplineSegments final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplineSegments; + +// Function Engine.SplineComponent.GetQuaternionAtSplineInputKey +// 0x0020 (0x0020 - 0x0000) +struct SplineComponent_GetQuaternionAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0xB]; // 0x0005(0x000B)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetQuaternionAtSplineInputKey; + +// Function Engine.SplineComponent.GetRightVectorAtDistanceAlongSpline +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRightVectorAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetRightVectorAtSplineInputKey +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRightVectorAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplineInputKey; + +// Function Engine.SplineComponent.GetRightVectorAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRightVectorAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplinePoint; + +// Function Engine.SplineComponent.GetRightVectorAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRightVectorAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtTime; + +// Function Engine.SplineComponent.GetRollAtDistanceAlongSpline +// 0x000C (0x000C - 0x0000) +struct SplineComponent_GetRollAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRollAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetRollAtSplineInputKey +// 0x000C (0x000C - 0x0000) +struct SplineComponent_GetRollAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRollAtSplineInputKey; + +// Function Engine.SplineComponent.GetRollAtSplinePoint +// 0x000C (0x000C - 0x0000) +struct SplineComponent_GetRollAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRollAtSplinePoint; + +// Function Engine.SplineComponent.GetRollAtTime +// 0x000C (0x000C - 0x0000) +struct SplineComponent_GetRollAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRollAtTime; + +// Function Engine.SplineComponent.GetRotationAtDistanceAlongSpline +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRotationAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRotationAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetRotationAtSplineInputKey +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRotationAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplineInputKey; + +// Function Engine.SplineComponent.GetRotationAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRotationAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplinePoint; + +// Function Engine.SplineComponent.GetRotationAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetRotationAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetRotationAtTime; + +// Function Engine.SplineComponent.GetScaleAtDistanceAlongSpline +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetScaleAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetScaleAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetScaleAtSplineInputKey +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetScaleAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplineInputKey; + +// Function Engine.SplineComponent.GetScaleAtSplinePoint +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetScaleAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplinePoint; + +// Function Engine.SplineComponent.GetScaleAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetScaleAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetScaleAtTime; + +// Function Engine.SplineComponent.GetSplineLength +// 0x0004 (0x0004 - 0x0000) +struct SplineComponent_GetSplineLength final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetSplineLength; + +// Function Engine.SplineComponent.GetSplinePointType +// 0x0008 (0x0008 - 0x0000) +struct SplineComponent_GetSplinePointType final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplinePointType ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineComponent_GetSplinePointType; + +// Function Engine.SplineComponent.GetTangentAtDistanceAlongSpline +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetTangentAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTangentAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetTangentAtSplineInputKey +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetTangentAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplineInputKey; + +// Function Engine.SplineComponent.GetTangentAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetTangentAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplinePoint; + +// Function Engine.SplineComponent.GetTangentAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetTangentAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTangentAtTime; + +// Function Engine.SplineComponent.GetTransformAtDistanceAlongSpline +// 0x0040 (0x0040 - 0x0000) +struct SplineComponent_GetTransformAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseScale; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0xA]; // 0x0006(0x000A)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTransformAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetTransformAtSplineInputKey +// 0x0040 (0x0040 - 0x0000) +struct SplineComponent_GetTransformAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseScale; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0xA]; // 0x0006(0x000A)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplineInputKey; + +// Function Engine.SplineComponent.GetTransformAtSplinePoint +// 0x0040 (0x0040 - 0x0000) +struct SplineComponent_GetTransformAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseScale; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0xA]; // 0x0006(0x000A)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplinePoint; + +// Function Engine.SplineComponent.GetTransformAtTime +// 0x0040 (0x0040 - 0x0000) +struct SplineComponent_GetTransformAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseScale; // 0x0006(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7[0x9]; // 0x0007(0x0009)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetTransformAtTime; + +// Function Engine.SplineComponent.GetUpVectorAtDistanceAlongSpline +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetUpVectorAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetUpVectorAtSplineInputKey +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetUpVectorAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplineInputKey; + +// Function Engine.SplineComponent.GetUpVectorAtSplinePoint +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetUpVectorAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplinePoint; + +// Function Engine.SplineComponent.GetUpVectorAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetUpVectorAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplineCoordinateSpace CoordinateSpace; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtTime; + +// Function Engine.SplineComponent.GetVectorPropertyAtSplineInputKey +// 0x0018 (0x0018 - 0x0000) +struct SplineComponent_GetVectorPropertyAtSplineInputKey final +{ +public: + float InKey; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplineInputKey; + +// Function Engine.SplineComponent.GetVectorPropertyAtSplinePoint +// 0x0018 (0x0018 - 0x0000) +struct SplineComponent_GetVectorPropertyAtSplinePoint final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplinePoint; + +// Function Engine.SplineComponent.GetWorldDirectionAtDistanceAlongSpline +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetWorldDirectionAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetWorldDirectionAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetWorldDirectionAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtTime; + +// Function Engine.SplineComponent.GetWorldLocationAtDistanceAlongSpline +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetWorldLocationAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetWorldLocationAtSplinePoint +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetWorldLocationAtSplinePoint final +{ +public: + int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtSplinePoint; + +// Function Engine.SplineComponent.GetWorldLocationAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetWorldLocationAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtTime; + +// Function Engine.SplineComponent.GetWorldRotationAtDistanceAlongSpline +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetWorldRotationAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtDistanceAlongSpline; + +// Function Engine.SplineComponent.GetWorldRotationAtTime +// 0x0014 (0x0014 - 0x0000) +struct SplineComponent_GetWorldRotationAtTime final +{ +public: + float Time; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseConstantVelocity; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtTime; + +// Function Engine.SplineComponent.GetWorldTangentAtDistanceAlongSpline +// 0x0010 (0x0010 - 0x0000) +struct SplineComponent_GetWorldTangentAtDistanceAlongSpline final +{ +public: + float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_GetWorldTangentAtDistanceAlongSpline; + +// Function Engine.SplineComponent.IsClosedLoop +// 0x0001 (0x0001 - 0x0000) +struct SplineComponent_IsClosedLoop final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineComponent_IsClosedLoop; + +// Function Engine.Controller.CastToPlayerController +// 0x0008 (0x0008 - 0x0000) +struct Controller_CastToPlayerController final +{ +public: + class APlayerController* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_CastToPlayerController; + +// Function Engine.Controller.ClientSetLocation +// 0x0018 (0x0018 - 0x0000) +struct Controller_ClientSetLocation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_ClientSetLocation; + +// Function Engine.Controller.ClientSetRotation +// 0x0010 (0x0010 - 0x0000) +struct Controller_ClientSetRotation final +{ +public: + struct FRotator NewRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bResetCamera; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Controller_ClientSetRotation; + +// Function Engine.Controller.Possess +// 0x0008 (0x0008 - 0x0000) +struct Controller_Possess final +{ +public: + class APawn* InPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_Possess; + +// Function Engine.Controller.ReceiveInstigatedAnyDamage +// 0x0020 (0x0020 - 0x0000) +struct Controller_ReceiveInstigatedAnyDamage final +{ +public: + float Damage; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + const class UDamageType* DamageType; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamagedActor; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_ReceiveInstigatedAnyDamage; + +// Function Engine.Controller.ReceivePossess +// 0x0008 (0x0008 - 0x0000) +struct Controller_ReceivePossess final +{ +public: + class APawn* PossessedPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_ReceivePossess; + +// Function Engine.Controller.ReceiveUnPossess +// 0x0008 (0x0008 - 0x0000) +struct Controller_ReceiveUnPossess final +{ +public: + class APawn* UnpossessedPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_ReceiveUnPossess; + +// Function Engine.Controller.SetControlRotation +// 0x000C (0x000C - 0x0000) +struct Controller_SetControlRotation final +{ +public: + struct FRotator NewRotation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_SetControlRotation; + +// Function Engine.Controller.SetIgnoreLookInput +// 0x0001 (0x0001 - 0x0000) +struct Controller_SetIgnoreLookInput final +{ +public: + bool bNewLookInput; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_SetIgnoreLookInput; + +// Function Engine.Controller.SetIgnoreMoveInput +// 0x0001 (0x0001 - 0x0000) +struct Controller_SetIgnoreMoveInput final +{ +public: + bool bNewMoveInput; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_SetIgnoreMoveInput; + +// Function Engine.Controller.SetInitialLocationAndRotation +// 0x0018 (0x0018 - 0x0000) +struct Controller_SetInitialLocationAndRotation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_SetInitialLocationAndRotation; + +// Function Engine.Controller.GetControlRotation +// 0x000C (0x000C - 0x0000) +struct Controller_GetControlRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_GetControlRotation; + +// Function Engine.Controller.GetDesiredRotation +// 0x000C (0x000C - 0x0000) +struct Controller_GetDesiredRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_GetDesiredRotation; + +// Function Engine.Controller.GetViewTarget +// 0x0008 (0x0008 - 0x0000) +struct Controller_GetViewTarget final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_GetViewTarget; + +// Function Engine.Controller.IsLocalController +// 0x0001 (0x0001 - 0x0000) +struct Controller_IsLocalController final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_IsLocalController; + +// Function Engine.Controller.IsLocalPlayerController +// 0x0001 (0x0001 - 0x0000) +struct Controller_IsLocalPlayerController final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_IsLocalPlayerController; + +// Function Engine.Controller.IsLookInputIgnored +// 0x0001 (0x0001 - 0x0000) +struct Controller_IsLookInputIgnored final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_IsLookInputIgnored; + +// Function Engine.Controller.IsMoveInputIgnored +// 0x0001 (0x0001 - 0x0000) +struct Controller_IsMoveInputIgnored final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_IsMoveInputIgnored; + +// Function Engine.Controller.IsPlayerController +// 0x0001 (0x0001 - 0x0000) +struct Controller_IsPlayerController final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_IsPlayerController; + +// Function Engine.Controller.K2_GetPawn +// 0x0008 (0x0008 - 0x0000) +struct Controller_K2_GetPawn final +{ +public: + class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Controller_K2_GetPawn; + +// Function Engine.Controller.LineOfSightTo +// 0x0018 (0x0018 - 0x0000) +struct Controller_LineOfSightTo final +{ +public: + const class AActor* Other; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ViewPoint; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlternateChecks; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0015(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Controller_LineOfSightTo; + +// Function Engine.PlayerController.ActivateTouchInterface +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ActivateTouchInterface final +{ +public: + class UTouchInterface* NewTouchInterface; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ActivateTouchInterface; + +// Function Engine.PlayerController.AddPitchInput +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_AddPitchInput final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_AddPitchInput; + +// Function Engine.PlayerController.AddRollInput +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_AddRollInput final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_AddRollInput; + +// Function Engine.PlayerController.AddYawInput +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_AddYawInput final +{ +public: + float Val; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_AddYawInput; + +// Function Engine.PlayerController.Camera +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_Camera final +{ +public: + class FName NewMode; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_Camera; + +// Function Engine.PlayerController.CanRestartPlayer +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_CanRestartPlayer final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_CanRestartPlayer; + +// Function Engine.PlayerController.ClientAddTextureStreamingLoc +// 0x0014 (0x0014 - 0x0000) +struct PlayerController_ClientAddTextureStreamingLoc final +{ +public: + struct FVector InLoc; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverrideLocation; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc; + +// Function Engine.PlayerController.ClientCapBandwidth +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_ClientCapBandwidth final +{ +public: + int32 Cap; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth; + +// Function Engine.PlayerController.ClientEnableNetworkVoice +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_ClientEnableNetworkVoice final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientEnableNetworkVoice; + +// Function Engine.PlayerController.ClientGameEnded +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientGameEnded final +{ +public: + class AActor* EndGameFocus; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsWinner; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientGameEnded; + +// Function Engine.PlayerController.ClientGotoState +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientGotoState final +{ +public: + class FName NewState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientGotoState; + +// Function Engine.PlayerController.ClientIgnoreLookInput +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_ClientIgnoreLookInput final +{ +public: + bool bIgnore; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientIgnoreLookInput; + +// Function Engine.PlayerController.ClientIgnoreMoveInput +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_ClientIgnoreMoveInput final +{ +public: + bool bIgnore; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientIgnoreMoveInput; + +// Function Engine.PlayerController.ClientMessage +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_ClientMessage final +{ +public: + class FString S; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Type; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MsgLifeTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientMessage; + +// Function Engine.PlayerController.ClientMutePlayer +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientMutePlayer final +{ +public: + struct FUniqueNetIdRepl PlayerId; // 0x0000(0x0028)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientMutePlayer; + +// Function Engine.PlayerController.ClientPlayCameraAnim +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientPlayCameraAnim final +{ +public: + class UCameraAnim* AnimToPlay; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Rate; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendInTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLoop; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRandomStartTime; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace Space; // 0x001A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x1]; // 0x001B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator CustomPlaySpace; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientPlayCameraAnim; + +// Function Engine.PlayerController.ClientPlayForceFeedback_Internal +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ClientPlayForceFeedback_Internal final +{ +public: + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FForceFeedbackParameters Params_0; // 0x0008(0x000C)(Parm, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal; + +// Function Engine.PlayerController.ClientPlaySound +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientPlaySound final +{ +public: + class USoundBase* Sound; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientPlaySound; + +// Function Engine.PlayerController.ClientPlaySoundAtLocation +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_ClientPlaySoundAtLocation final +{ +public: + class USoundBase* Sound; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientPlaySoundAtLocation; + +// Function Engine.PlayerController.ClientPrepareMapChange +// 0x000C (0x000C - 0x0000) +struct PlayerController_ClientPrepareMapChange final +{ +public: + class FName LevelName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFirst; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLast; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientPrepareMapChange; + +// Function Engine.PlayerController.ClientPrestreamTextures +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ClientPrestreamTextures final +{ +public: + class AActor* ForcedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ForceDuration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableStreaming; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 CinematicTextureGroups; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientPrestreamTextures; + +// Function Engine.PlayerController.ClientReceiveLocalizedMessage +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientReceiveLocalizedMessage final +{ +public: + TSubclassOf Message; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Switch; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerState* RelatedPlayerState_1; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerState* RelatedPlayerState_2; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* OptionalObject; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientReceiveLocalizedMessage; + +// Function Engine.PlayerController.ClientRepObjRef +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientRepObjRef final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientRepObjRef; + +// Function Engine.PlayerController.ClientRestart +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientRestart final +{ +public: + class APawn* NewPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientRestart; + +// Function Engine.PlayerController.ClientRetryClientRestart +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientRetryClientRestart final +{ +public: + class APawn* NewPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientRetryClientRestart; + +// Function Engine.PlayerController.ClientReturnToMainMenu +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientReturnToMainMenu final +{ +public: + class FString ReturnReason; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenu; + +// Function Engine.PlayerController.ClientReturnToMainMenuWithTextReason +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ClientReturnToMainMenuWithTextReason final +{ +public: + class FText ReturnReason; // 0x0000(0x0018)(ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason; + +// Function Engine.PlayerController.ClientSetCameraFade +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ClientSetCameraFade final +{ +public: + bool bEnableFading; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor FadeColor; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D FadeAlpha; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFadeAudio; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHoldWhenFinished; // 0x0015(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade; + +// Function Engine.PlayerController.ClientSetCameraMode +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientSetCameraMode final +{ +public: + class FName NewCamMode; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetCameraMode; + +// Function Engine.PlayerController.ClientSetCinematicMode +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_ClientSetCinematicMode final +{ +public: + bool bInCinematicMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsMovement; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsTurning; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsHUD; // 0x0003(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetCinematicMode; + +// Function Engine.PlayerController.ClientSetForceMipLevelsToBeResident +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientSetForceMipLevelsToBeResident final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ForceDuration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CinematicTextureGroups; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetForceMipLevelsToBeResident; + +// Function Engine.PlayerController.ClientSetHUD +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientSetHUD final +{ +public: + TSubclassOf NewHUDClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetHUD; + +// Function Engine.PlayerController.ClientSetSpectatorWaiting +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_ClientSetSpectatorWaiting final +{ +public: + bool bWaiting; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetSpectatorWaiting; + +// Function Engine.PlayerController.ClientSetViewTarget +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ClientSetViewTarget final +{ +public: + class AActor* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FViewTargetTransitionParams TransitionParams; // 0x0008(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSetViewTarget; + +// Function Engine.PlayerController.ClientSpawnCameraLensEffect +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientSpawnCameraLensEffect final +{ +public: + TSubclassOf LensEffectEmitterClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientSpawnCameraLensEffect; + +// Function Engine.PlayerController.ClientStartCameraShake +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_ClientStartCameraShake final +{ +public: + TSubclassOf Shake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace PlaySpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator UserPlaySpaceRot; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientStartCameraShake; + +// Function Engine.PlayerController.ClientStartCameraShakeFromSource +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientStartCameraShakeFromSource final +{ +public: + TSubclassOf Shake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCameraShakeSourceComponent* SourceComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientStartCameraShakeFromSource; + +// Function Engine.PlayerController.ClientStopCameraAnim +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ClientStopCameraAnim final +{ +public: + class UCameraAnim* AnimToStop; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientStopCameraAnim; + +// Function Engine.PlayerController.ClientStopCameraShake +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientStopCameraShake final +{ +public: + TSubclassOf Shake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake; + +// Function Engine.PlayerController.ClientStopCameraShakesFromSource +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientStopCameraShakesFromSource final +{ +public: + class UCameraShakeSourceComponent* SourceComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource; + +// Function Engine.PlayerController.ClientStopForceFeedback +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientStopForceFeedback final +{ +public: + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback; + +// Function Engine.PlayerController.ClientTeamMessage +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientTeamMessage final +{ +public: + class APlayerState* SenderPlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString S; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Type; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MsgLifeTime; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientTeamMessage; + +// Function Engine.PlayerController.ClientTravel +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientTravel final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETravelType TravelType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSeamless; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid MapPackageGuid; // 0x0014(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientTravel; + +// Function Engine.PlayerController.ClientTravelInternal +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientTravelInternal final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETravelType TravelType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSeamless; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid MapPackageGuid; // 0x0014(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ClientTravelInternal; + +// Function Engine.PlayerController.ClientUnmutePlayer +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ClientUnmutePlayer final +{ +public: + struct FUniqueNetIdRepl PlayerId; // 0x0000(0x0028)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayer; + +// Function Engine.PlayerController.ClientUpdateLevelStreamingStatus +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientUpdateLevelStreamingStatus final +{ +public: + class FName PackageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewShouldBeLoaded; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewShouldBeVisible; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewShouldBlockOnLoad; // 0x000A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B[0x1]; // 0x000B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 LODIndex; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientUpdateLevelStreamingStatus; + +// Function Engine.PlayerController.ClientUpdateMultipleLevelsStreamingStatus +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ClientUpdateMultipleLevelsStreamingStatus final +{ +public: + TArray LevelStatuses; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus; + +// Function Engine.PlayerController.ClientWasKicked +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ClientWasKicked final +{ +public: + class FText KickReason; // 0x0000(0x0018)(ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ClientWasKicked; + +// Function Engine.PlayerController.ConsoleKey +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ConsoleKey final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ConsoleKey; + +// Function Engine.PlayerController.FOV +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_FOV final +{ +public: + float NewFOV; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_FOV; + +// Function Engine.PlayerController.K2_ClientPlayForceFeedback +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_K2_ClientPlayForceFeedback final +{ +public: + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLooping; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIgnoreTimeDilation; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPlayWhilePaused; // 0x0012(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_13[0x5]; // 0x0013(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_K2_ClientPlayForceFeedback; + +// Function Engine.PlayerController.LocalTravel +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_LocalTravel final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_LocalTravel; + +// Function Engine.PlayerController.OnServerStartedVisualLogger +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_OnServerStartedVisualLogger final +{ +public: + bool bIsLogging; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_OnServerStartedVisualLogger; + +// Function Engine.PlayerController.PlayDynamicForceFeedback +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_PlayDynamicForceFeedback final +{ +public: + float Intensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsLeftLarge; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsLeftSmall; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsRightLarge; // 0x000A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsRightSmall; // 0x000B(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDynamicForceFeedbackAction Action; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLatentActionInfo LatentInfo; // 0x0010(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_PlayDynamicForceFeedback; + +// Function Engine.PlayerController.PlayHapticEffect +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_PlayHapticEffect final +{ +public: + class UHapticFeedbackEffect_Base* HapticEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EControllerHand Hand; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Scale; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLoop; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_PlayHapticEffect; + +// Function Engine.PlayerController.SendToConsole +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_SendToConsole final +{ +public: + class FString Command; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SendToConsole; + +// Function Engine.PlayerController.ServerAcknowledgePossession +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ServerAcknowledgePossession final +{ +public: + class APawn* P; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerAcknowledgePossession; + +// Function Engine.PlayerController.ServerCamera +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ServerCamera final +{ +public: + class FName NewMode; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerCamera; + +// Function Engine.PlayerController.ServerChangeName +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ServerChangeName final +{ +public: + class FString S; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerChangeName; + +// Function Engine.PlayerController.ServerExec +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ServerExec final +{ +public: + class FString Msg; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerExec; + +// Function Engine.PlayerController.ServerExecRPC +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ServerExecRPC final +{ +public: + class FString Msg; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerExecRPC; + +// Function Engine.PlayerController.ServerMutePlayer +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ServerMutePlayer final +{ +public: + struct FUniqueNetIdRepl PlayerId; // 0x0000(0x0028)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerMutePlayer; + +// Function Engine.PlayerController.ServerNotifyLoadedWorld +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_ServerNotifyLoadedWorld final +{ +public: + class FName WorldPackageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerNotifyLoadedWorld; + +// Function Engine.PlayerController.ServerSetSpectatorLocation +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ServerSetSpectatorLocation final +{ +public: + struct FVector NewLoc; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRot; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorLocation; + +// Function Engine.PlayerController.ServerSetSpectatorWaiting +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_ServerSetSpectatorWaiting final +{ +public: + bool bWaiting; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorWaiting; + +// Function Engine.PlayerController.ServerUnmutePlayer +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_ServerUnmutePlayer final +{ +public: + struct FUniqueNetIdRepl PlayerId; // 0x0000(0x0028)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerUnmutePlayer; + +// Function Engine.PlayerController.ServerUpdateCamera +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ServerUpdateCamera final +{ +public: + struct FVector_NetQuantize CamLoc; // 0x0000(0x000C)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CamPitchAndYaw; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerUpdateCamera; + +// Function Engine.PlayerController.ServerUpdateLevelVisibility +// 0x0014 (0x0014 - 0x0000) +struct PlayerController_ServerUpdateLevelVisibility final +{ +public: + struct FUpdateLevelVisibilityLevelInfo LevelVisibility; // 0x0000(0x0014)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerUpdateLevelVisibility; + +// Function Engine.PlayerController.ServerUpdateMultipleLevelsVisibility +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ServerUpdateMultipleLevelsVisibility final +{ +public: + TArray LevelVisibilities; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerUpdateMultipleLevelsVisibility; + +// Function Engine.PlayerController.ServerViewSelf +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_ServerViewSelf final +{ +public: + struct FViewTargetTransitionParams TransitionParams; // 0x0000(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ServerViewSelf; + +// Function Engine.PlayerController.SetAudioListenerAttenuationOverride +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_SetAudioListenerAttenuationOverride final +{ +public: + class USceneComponent* AttachToComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AttenuationLocationOVerride; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_SetAudioListenerAttenuationOverride; + +// Function Engine.PlayerController.SetAudioListenerOverride +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_SetAudioListenerOverride final +{ +public: + class USceneComponent* AttachToComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetAudioListenerOverride; + +// Function Engine.PlayerController.SetCinematicMode +// 0x0005 (0x0005 - 0x0000) +struct PlayerController_SetCinematicMode final +{ +public: + bool bInCinematicMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHidePlayer; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsHUD; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsMovement; // 0x0003(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsTurning; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetCinematicMode; + +// Function Engine.PlayerController.SetControllerLightColor +// 0x0004 (0x0004 - 0x0000) +struct PlayerController_SetControllerLightColor final +{ +public: + struct FColor Color; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetControllerLightColor; + +// Function Engine.PlayerController.SetDisableHaptics +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_SetDisableHaptics final +{ +public: + bool bNewDisabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetDisableHaptics; + +// Function Engine.PlayerController.SetHapticsByValue +// 0x000C (0x000C - 0x0000) +struct PlayerController_SetHapticsByValue final +{ +public: + float Frequency; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Amplitude; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EControllerHand Hand; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_SetHapticsByValue; + +// Function Engine.PlayerController.SetMouseCursorWidget +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_SetMouseCursorWidget final +{ +public: + EMouseCursor cursor; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UUserWidget* CursorWidget; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetMouseCursorWidget; + +// Function Engine.PlayerController.SetMouseLocation +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_SetMouseLocation final +{ +public: + int32 X; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Y; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetMouseLocation; + +// Function Engine.PlayerController.SetName +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_SetName final +{ +public: + class FString S; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetName; + +// Function Engine.PlayerController.SetViewTargetWithBlend +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_SetViewTargetWithBlend final +{ +public: + class AActor* NewViewTarget; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendTime; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EViewTargetBlendFunction BlendFunc; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendExp; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLockOutgoing; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_SetViewTargetWithBlend; + +// Function Engine.PlayerController.SetVirtualJoystickVisibility +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_SetVirtualJoystickVisibility final +{ +public: + bool bVisible; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SetVirtualJoystickVisibility; + +// Function Engine.PlayerController.StartFire +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_StartFire final +{ +public: + uint8 FireModeNum; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_StartFire; + +// Function Engine.PlayerController.StopHapticEffect +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_StopHapticEffect final +{ +public: + EControllerHand Hand; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_StopHapticEffect; + +// Function Engine.PlayerController.SwitchLevel +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_SwitchLevel final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_SwitchLevel; + +// Function Engine.PlayerController.TestServerLevelVisibilityChange +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_TestServerLevelVisibilityChange final +{ +public: + class FName PackageName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Filename; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_TestServerLevelVisibilityChange; + +// Function Engine.PlayerController.ToggleSpeaking +// 0x0001 (0x0001 - 0x0000) +struct PlayerController_ToggleSpeaking final +{ +public: + bool bInSpeaking; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_ToggleSpeaking; + +// Function Engine.PlayerController.DeprojectMousePositionToWorld +// 0x001C (0x001C - 0x0000) +struct PlayerController_DeprojectMousePositionToWorld final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldDirection; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_DeprojectMousePositionToWorld; + +// Function Engine.PlayerController.DeprojectScreenPositionToWorld +// 0x0024 (0x0024 - 0x0000) +struct PlayerController_DeprojectScreenPositionToWorld final +{ +public: + float ScreenX; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenY; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldLocation; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldDirection; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_DeprojectScreenPositionToWorld; + +// Function Engine.PlayerController.GetFocalLocation +// 0x000C (0x000C - 0x0000) +struct PlayerController_GetFocalLocation final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetFocalLocation; + +// Function Engine.PlayerController.GetHitResultUnderCursor +// 0x0090 (0x0090 - 0x0000) +struct PlayerController_GetHitResultUnderCursor final +{ +public: + ECollisionChannel TraceChannel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult HitResult; // 0x0004(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x008C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursor; + +// Function Engine.PlayerController.GetHitResultUnderCursorByChannel +// 0x0090 (0x0090 - 0x0000) +struct PlayerController_GetHitResultUnderCursorByChannel final +{ +public: + ETraceTypeQuery TraceChannel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult HitResult; // 0x0004(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x008C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorByChannel; + +// Function Engine.PlayerController.GetHitResultUnderCursorForObjects +// 0x00A0 (0x00A0 - 0x0000) +struct PlayerController_GetHitResultUnderCursorForObjects final +{ +public: + TArray ObjectTypes; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult HitResult; // 0x0014(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x009C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9D[0x3]; // 0x009D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorForObjects; + +// Function Engine.PlayerController.GetHitResultUnderFinger +// 0x0090 (0x0090 - 0x0000) +struct PlayerController_GetHitResultUnderFinger final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel TraceChannel; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult HitResult; // 0x0004(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x008C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFinger; + +// Function Engine.PlayerController.GetHitResultUnderFingerByChannel +// 0x0090 (0x0090 - 0x0000) +struct PlayerController_GetHitResultUnderFingerByChannel final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult HitResult; // 0x0004(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x008C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerByChannel; + +// Function Engine.PlayerController.GetHitResultUnderFingerForObjects +// 0x00A8 (0x00A8 - 0x0000) +struct PlayerController_GetHitResultUnderFingerForObjects final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult HitResult; // 0x001C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00A4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A5[0x3]; // 0x00A5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerForObjects; + +// Function Engine.PlayerController.GetHUD +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_GetHUD final +{ +public: + class AHUD* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetHUD; + +// Function Engine.PlayerController.GetInputAnalogKeyState +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_GetInputAnalogKeyState final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetInputAnalogKeyState; + +// Function Engine.PlayerController.GetInputAnalogStickState +// 0x000C (0x000C - 0x0000) +struct PlayerController_GetInputAnalogStickState final +{ +public: + EControllerAnalogStick WhichStick; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float StickX; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StickY; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetInputAnalogStickState; + +// Function Engine.PlayerController.GetInputKeyTimeDown +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_GetInputKeyTimeDown final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetInputKeyTimeDown; + +// Function Engine.PlayerController.GetInputMotionState +// 0x0030 (0x0030 - 0x0000) +struct PlayerController_GetInputMotionState final +{ +public: + struct FVector Tilt; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RotationRate; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Gravity; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Acceleration; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetInputMotionState; + +// Function Engine.PlayerController.GetInputMouseDelta +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_GetInputMouseDelta final +{ +public: + float DeltaX; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaY; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetInputMouseDelta; + +// Function Engine.PlayerController.GetInputTouchState +// 0x0010 (0x0010 - 0x0000) +struct PlayerController_GetInputTouchState final +{ +public: + ETouchIndex FingerIndex; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LocationX; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LocationY; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsCurrentlyPressed; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetInputTouchState; + +// Function Engine.PlayerController.GetInputVectorKeyState +// 0x0028 (0x0028 - 0x0000) +struct PlayerController_GetInputVectorKeyState final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetInputVectorKeyState; + +// Function Engine.PlayerController.GetMousePosition +// 0x000C (0x000C - 0x0000) +struct PlayerController_GetMousePosition final +{ +public: + float LocationX; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LocationY; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_GetMousePosition; + +// Function Engine.PlayerController.GetSpectatorPawn +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_GetSpectatorPawn final +{ +public: + class ASpectatorPawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn; + +// Function Engine.PlayerController.GetViewportSize +// 0x0008 (0x0008 - 0x0000) +struct PlayerController_GetViewportSize final +{ +public: + int32 SizeX; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerController_GetViewportSize; + +// Function Engine.PlayerController.IsInputKeyDown +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_IsInputKeyDown final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_IsInputKeyDown; + +// Function Engine.PlayerController.ProjectWorldLocationToScreen +// 0x0018 (0x0018 - 0x0000) +struct PlayerController_ProjectWorldLocationToScreen final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenLocation; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPlayerViewportRelative; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0015(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16[0x2]; // 0x0016(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_ProjectWorldLocationToScreen; + +// Function Engine.PlayerController.WasInputKeyJustPressed +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_WasInputKeyJustPressed final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_WasInputKeyJustPressed; + +// Function Engine.PlayerController.WasInputKeyJustReleased +// 0x0020 (0x0020 - 0x0000) +struct PlayerController_WasInputKeyJustReleased final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerController_WasInputKeyJustReleased; + +// Function Engine.GameStateBase.GetPlayerRespawnDelay +// 0x0010 (0x0010 - 0x0000) +struct GameStateBase_GetPlayerRespawnDelay final +{ +public: + class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameStateBase_GetPlayerRespawnDelay; + +// Function Engine.GameStateBase.GetPlayerStartTime +// 0x0010 (0x0010 - 0x0000) +struct GameStateBase_GetPlayerStartTime final +{ +public: + class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameStateBase_GetPlayerStartTime; + +// Function Engine.GameStateBase.GetServerWorldTimeSeconds +// 0x0004 (0x0004 - 0x0000) +struct GameStateBase_GetServerWorldTimeSeconds final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameStateBase_GetServerWorldTimeSeconds; + +// Function Engine.GameStateBase.HasBegunPlay +// 0x0001 (0x0001 - 0x0000) +struct GameStateBase_HasBegunPlay final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameStateBase_HasBegunPlay; + +// Function Engine.GameStateBase.HasMatchEnded +// 0x0001 (0x0001 - 0x0000) +struct GameStateBase_HasMatchEnded final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameStateBase_HasMatchEnded; + +// Function Engine.GameStateBase.HasMatchStarted +// 0x0001 (0x0001 - 0x0000) +struct GameStateBase_HasMatchStarted final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameStateBase_HasMatchStarted; + +// Function Engine.MovementComponent.K2_MoveUpdatedComponent +// 0x00A4 (0x00A4 - 0x0000) +struct MovementComponent_K2_MoveUpdatedComponent final +{ +public: + struct FVector Delta; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x0018(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bSweep; // 0x00A0(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTeleport; // 0x00A1(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00A2(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A3[0x1]; // 0x00A3(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MovementComponent_K2_MoveUpdatedComponent; + +// Function Engine.MovementComponent.PhysicsVolumeChanged +// 0x0008 (0x0008 - 0x0000) +struct MovementComponent_PhysicsVolumeChanged final +{ +public: + class APhysicsVolume* NewVolume; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_PhysicsVolumeChanged; + +// Function Engine.MovementComponent.SetPlaneConstraintAxisSetting +// 0x0001 (0x0001 - 0x0000) +struct MovementComponent_SetPlaneConstraintAxisSetting final +{ +public: + EPlaneConstraintAxisSetting NewAxisSetting; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintAxisSetting; + +// Function Engine.MovementComponent.SetPlaneConstraintEnabled +// 0x0001 (0x0001 - 0x0000) +struct MovementComponent_SetPlaneConstraintEnabled final +{ +public: + bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintEnabled; + +// Function Engine.MovementComponent.SetPlaneConstraintFromVectors +// 0x0018 (0x0018 - 0x0000) +struct MovementComponent_SetPlaneConstraintFromVectors final +{ +public: + struct FVector Forward; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Up; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintFromVectors; + +// Function Engine.MovementComponent.SetPlaneConstraintNormal +// 0x000C (0x000C - 0x0000) +struct MovementComponent_SetPlaneConstraintNormal final +{ +public: + struct FVector PlaneNormal; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintNormal; + +// Function Engine.MovementComponent.SetPlaneConstraintOrigin +// 0x000C (0x000C - 0x0000) +struct MovementComponent_SetPlaneConstraintOrigin final +{ +public: + struct FVector PlaneOrigin; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintOrigin; + +// Function Engine.MovementComponent.SetUpdatedComponent +// 0x0008 (0x0008 - 0x0000) +struct MovementComponent_SetUpdatedComponent final +{ +public: + class USceneComponent* NewUpdatedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_SetUpdatedComponent; + +// Function Engine.MovementComponent.ConstrainDirectionToPlane +// 0x0018 (0x0018 - 0x0000) +struct MovementComponent_ConstrainDirectionToPlane final +{ +public: + struct FVector Direction; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_ConstrainDirectionToPlane; + +// Function Engine.MovementComponent.ConstrainLocationToPlane +// 0x0018 (0x0018 - 0x0000) +struct MovementComponent_ConstrainLocationToPlane final +{ +public: + struct FVector Location; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_ConstrainLocationToPlane; + +// Function Engine.MovementComponent.ConstrainNormalToPlane +// 0x0018 (0x0018 - 0x0000) +struct MovementComponent_ConstrainNormalToPlane final +{ +public: + struct FVector Normal; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_ConstrainNormalToPlane; + +// Function Engine.MovementComponent.GetGravityZ +// 0x0004 (0x0004 - 0x0000) +struct MovementComponent_GetGravityZ final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_GetGravityZ; + +// Function Engine.MovementComponent.GetMaxSpeed +// 0x0004 (0x0004 - 0x0000) +struct MovementComponent_GetMaxSpeed final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_GetMaxSpeed; + +// Function Engine.MovementComponent.GetPhysicsVolume +// 0x0008 (0x0008 - 0x0000) +struct MovementComponent_GetPhysicsVolume final +{ +public: + class APhysicsVolume* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_GetPhysicsVolume; + +// Function Engine.MovementComponent.GetPlaneConstraintAxisSetting +// 0x0001 (0x0001 - 0x0000) +struct MovementComponent_GetPlaneConstraintAxisSetting final +{ +public: + EPlaneConstraintAxisSetting ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintAxisSetting; + +// Function Engine.MovementComponent.GetPlaneConstraintNormal +// 0x000C (0x000C - 0x0000) +struct MovementComponent_GetPlaneConstraintNormal final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintNormal; + +// Function Engine.MovementComponent.GetPlaneConstraintOrigin +// 0x000C (0x000C - 0x0000) +struct MovementComponent_GetPlaneConstraintOrigin final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintOrigin; + +// Function Engine.MovementComponent.IsExceedingMaxSpeed +// 0x0008 (0x0008 - 0x0000) +struct MovementComponent_IsExceedingMaxSpeed final +{ +public: + float MaxSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MovementComponent_IsExceedingMaxSpeed; + +// Function Engine.MovementComponent.K2_GetMaxSpeedModifier +// 0x0004 (0x0004 - 0x0000) +struct MovementComponent_K2_GetMaxSpeedModifier final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_K2_GetMaxSpeedModifier; + +// Function Engine.MovementComponent.K2_GetModifiedMaxSpeed +// 0x0004 (0x0004 - 0x0000) +struct MovementComponent_K2_GetModifiedMaxSpeed final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MovementComponent_K2_GetModifiedMaxSpeed; + +// Function Engine.NavMovementComponent.IsCrouching +// 0x0001 (0x0001 - 0x0000) +struct NavMovementComponent_IsCrouching final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_NavMovementComponent_IsCrouching; + +// Function Engine.NavMovementComponent.IsFalling +// 0x0001 (0x0001 - 0x0000) +struct NavMovementComponent_IsFalling final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_NavMovementComponent_IsFalling; + +// Function Engine.NavMovementComponent.IsFlying +// 0x0001 (0x0001 - 0x0000) +struct NavMovementComponent_IsFlying final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_NavMovementComponent_IsFlying; + +// Function Engine.NavMovementComponent.IsMovingOnGround +// 0x0001 (0x0001 - 0x0000) +struct NavMovementComponent_IsMovingOnGround final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_NavMovementComponent_IsMovingOnGround; + +// Function Engine.NavMovementComponent.IsSwimming +// 0x0001 (0x0001 - 0x0000) +struct NavMovementComponent_IsSwimming final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_NavMovementComponent_IsSwimming; + +// Function Engine.PawnMovementComponent.AddInputVector +// 0x0010 (0x0010 - 0x0000) +struct PawnMovementComponent_AddInputVector final +{ +public: + struct FVector WorldVector; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForce; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PawnMovementComponent_AddInputVector; + +// Function Engine.PawnMovementComponent.ConsumeInputVector +// 0x000C (0x000C - 0x0000) +struct PawnMovementComponent_ConsumeInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnMovementComponent_ConsumeInputVector; + +// Function Engine.PawnMovementComponent.GetLastInputVector +// 0x000C (0x000C - 0x0000) +struct PawnMovementComponent_GetLastInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnMovementComponent_GetLastInputVector; + +// Function Engine.PawnMovementComponent.GetPawnOwner +// 0x0008 (0x0008 - 0x0000) +struct PawnMovementComponent_GetPawnOwner final +{ +public: + class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnMovementComponent_GetPawnOwner; + +// Function Engine.PawnMovementComponent.GetPendingInputVector +// 0x000C (0x000C - 0x0000) +struct PawnMovementComponent_GetPendingInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnMovementComponent_GetPendingInputVector; + +// Function Engine.PawnMovementComponent.IsMoveInputIgnored +// 0x0001 (0x0001 - 0x0000) +struct PawnMovementComponent_IsMoveInputIgnored final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnMovementComponent_IsMoveInputIgnored; + +// Function Engine.PawnMovementComponent.K2_GetInputVector +// 0x000C (0x000C - 0x0000) +struct PawnMovementComponent_K2_GetInputVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnMovementComponent_K2_GetInputVector; + +// Function Engine.CharacterMovementComponent.AddForce +// 0x000C (0x000C - 0x0000) +struct CharacterMovementComponent_AddForce final +{ +public: + struct FVector Force; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_AddForce; + +// Function Engine.CharacterMovementComponent.AddImpulse +// 0x0010 (0x0010 - 0x0000) +struct CharacterMovementComponent_AddImpulse final +{ +public: + struct FVector Impulse; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVelocityChange; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_AddImpulse; + +// Function Engine.CharacterMovementComponent.CalcVelocity +// 0x0010 (0x0010 - 0x0000) +struct CharacterMovementComponent_CalcVelocity final +{ +public: + float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Friction; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFluid; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BrakingDeceleration; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_CalcVelocity; + +// Function Engine.CharacterMovementComponent.CapsuleTouched +// 0x00A8 (0x00A8 - 0x0000) +struct CharacterMovementComponent_CapsuleTouched final +{ +public: + class UPrimitiveComponent* OverlappedComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* Other; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFromSweep; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult SweepResult; // 0x0020(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_CapsuleTouched; + +// Function Engine.CharacterMovementComponent.SetAvoidanceEnabled +// 0x0001 (0x0001 - 0x0000) +struct CharacterMovementComponent_SetAvoidanceEnabled final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceEnabled; + +// Function Engine.CharacterMovementComponent.SetAvoidanceGroup +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetAvoidanceGroup final +{ +public: + int32 GroupFlags; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroup; + +// Function Engine.CharacterMovementComponent.SetAvoidanceGroupMask +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetAvoidanceGroupMask final +{ +public: + struct FNavAvoidanceMask GroupMask; // 0x0000(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroupMask; + +// Function Engine.CharacterMovementComponent.SetGroupsToAvoid +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetGroupsToAvoid final +{ +public: + int32 GroupFlags; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoid; + +// Function Engine.CharacterMovementComponent.SetGroupsToAvoidMask +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetGroupsToAvoidMask final +{ +public: + struct FNavAvoidanceMask GroupMask; // 0x0000(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoidMask; + +// Function Engine.CharacterMovementComponent.SetGroupsToIgnore +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetGroupsToIgnore final +{ +public: + int32 GroupFlags; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnore; + +// Function Engine.CharacterMovementComponent.SetGroupsToIgnoreMask +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetGroupsToIgnoreMask final +{ +public: + struct FNavAvoidanceMask GroupMask; // 0x0000(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnoreMask; + +// Function Engine.CharacterMovementComponent.SetMovementMode +// 0x0002 (0x0002 - 0x0000) +struct CharacterMovementComponent_SetMovementMode final +{ +public: + EMovementMode NewMovementMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 NewCustomMode; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetMovementMode; + +// Function Engine.CharacterMovementComponent.SetWalkableFloorAngle +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetWalkableFloorAngle final +{ +public: + float InWalkableFloorAngle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorAngle; + +// Function Engine.CharacterMovementComponent.SetWalkableFloorZ +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_SetWalkableFloorZ final +{ +public: + float InWalkableFloorZ; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorZ; + +// Function Engine.CharacterMovementComponent.GetAnalogInputModifier +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetAnalogInputModifier final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetAnalogInputModifier; + +// Function Engine.CharacterMovementComponent.GetCharacterOwner +// 0x0008 (0x0008 - 0x0000) +struct CharacterMovementComponent_GetCharacterOwner final +{ +public: + class ACharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetCharacterOwner; + +// Function Engine.CharacterMovementComponent.GetCurrentAcceleration +// 0x000C (0x000C - 0x0000) +struct CharacterMovementComponent_GetCurrentAcceleration final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetCurrentAcceleration; + +// Function Engine.CharacterMovementComponent.GetImpartedMovementBaseVelocity +// 0x000C (0x000C - 0x0000) +struct CharacterMovementComponent_GetImpartedMovementBaseVelocity final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetImpartedMovementBaseVelocity; + +// Function Engine.CharacterMovementComponent.GetLastUpdateLocation +// 0x000C (0x000C - 0x0000) +struct CharacterMovementComponent_GetLastUpdateLocation final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateLocation; + +// Function Engine.CharacterMovementComponent.GetLastUpdateRotation +// 0x000C (0x000C - 0x0000) +struct CharacterMovementComponent_GetLastUpdateRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRotation; + +// Function Engine.CharacterMovementComponent.GetLastUpdateVelocity +// 0x000C (0x000C - 0x0000) +struct CharacterMovementComponent_GetLastUpdateVelocity final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateVelocity; + +// Function Engine.CharacterMovementComponent.GetMaxAcceleration +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetMaxAcceleration final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxAcceleration; + +// Function Engine.CharacterMovementComponent.GetMaxBrakingDeceleration +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetMaxBrakingDeceleration final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxBrakingDeceleration; + +// Function Engine.CharacterMovementComponent.GetMaxJumpHeight +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetMaxJumpHeight final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeight; + +// Function Engine.CharacterMovementComponent.GetMaxJumpHeightWithJumpTime +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetMaxJumpHeightWithJumpTime final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeightWithJumpTime; + +// Function Engine.CharacterMovementComponent.GetMinAnalogSpeed +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetMinAnalogSpeed final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetMinAnalogSpeed; + +// Function Engine.CharacterMovementComponent.GetMovementBase +// 0x0008 (0x0008 - 0x0000) +struct CharacterMovementComponent_GetMovementBase final +{ +public: + class UPrimitiveComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetMovementBase; + +// Function Engine.CharacterMovementComponent.GetPerchRadiusThreshold +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetPerchRadiusThreshold final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetPerchRadiusThreshold; + +// Function Engine.CharacterMovementComponent.GetValidPerchRadius +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_GetValidPerchRadius final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_GetValidPerchRadius; + +// Function Engine.CharacterMovementComponent.IsWalkable +// 0x008C (0x008C - 0x0000) +struct CharacterMovementComponent_IsWalkable final +{ +public: + struct FHitResult Hit; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0088(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_IsWalkable; + +// Function Engine.CharacterMovementComponent.IsWalking +// 0x0001 (0x0001 - 0x0000) +struct CharacterMovementComponent_IsWalking final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_IsWalking; + +// Function Engine.CharacterMovementComponent.K2_ComputeFloorDist +// 0x00AC (0x00AC - 0x0000) +struct CharacterMovementComponent_K2_ComputeFloorDist final +{ +public: + struct FVector CapsuleLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LineDistance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SweepDistance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SweepRadius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFindFloorResult FloorResult; // 0x0018(0x0094)(Parm, OutParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_K2_ComputeFloorDist; + +// Function Engine.CharacterMovementComponent.K2_FindFloor +// 0x00A0 (0x00A0 - 0x0000) +struct CharacterMovementComponent_K2_FindFloor final +{ +public: + struct FVector CapsuleLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFindFloorResult FloorResult; // 0x000C(0x0094)(Parm, OutParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_K2_FindFloor; + +// Function Engine.CharacterMovementComponent.K2_GetModifiedMaxAcceleration +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_K2_GetModifiedMaxAcceleration final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetModifiedMaxAcceleration; + +// Function Engine.CharacterMovementComponent.K2_GetWalkableFloorAngle +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_K2_GetWalkableFloorAngle final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorAngle; + +// Function Engine.CharacterMovementComponent.K2_GetWalkableFloorZ +// 0x0004 (0x0004 - 0x0000) +struct CharacterMovementComponent_K2_GetWalkableFloorZ final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorZ; + +// Function Engine.SceneCaptureComponent.HideActorComponents +// 0x0010 (0x0010 - 0x0000) +struct SceneCaptureComponent_HideActorComponents final +{ +public: + class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeFromChildActors; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_HideActorComponents; + +// Function Engine.SceneCaptureComponent.HideComponent +// 0x0008 (0x0008 - 0x0000) +struct SceneCaptureComponent_HideComponent final +{ +public: + class UPrimitiveComponent* InComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_HideComponent; + +// Function Engine.SceneCaptureComponent.RemoveShowOnlyActorComponents +// 0x0010 (0x0010 - 0x0000) +struct SceneCaptureComponent_RemoveShowOnlyActorComponents final +{ +public: + class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeFromChildActors; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyActorComponents; + +// Function Engine.SceneCaptureComponent.RemoveShowOnlyComponent +// 0x0008 (0x0008 - 0x0000) +struct SceneCaptureComponent_RemoveShowOnlyComponent final +{ +public: + class UPrimitiveComponent* InComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyComponent; + +// Function Engine.SceneCaptureComponent.SetCaptureSortPriority +// 0x0004 (0x0004 - 0x0000) +struct SceneCaptureComponent_SetCaptureSortPriority final +{ +public: + int32 NewCaptureSortPriority; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_SetCaptureSortPriority; + +// Function Engine.SceneCaptureComponent.ShowOnlyActorComponents +// 0x0010 (0x0010 - 0x0000) +struct SceneCaptureComponent_ShowOnlyActorComponents final +{ +public: + class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeFromChildActors; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyActorComponents; + +// Function Engine.SceneCaptureComponent.ShowOnlyComponent +// 0x0008 (0x0008 - 0x0000) +struct SceneCaptureComponent_ShowOnlyComponent final +{ +public: + class UPrimitiveComponent* InComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyComponent; + +// Function Engine.CameraModifier.BlueprintModifyCamera +// 0x003C (0x003C - 0x0000) +struct CameraModifier_BlueprintModifyCamera final +{ +public: + float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ViewLocation; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ViewRotation; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float FOV; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewViewLocation; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewViewRotation; // 0x002C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float NewFOV; // 0x0038(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraModifier_BlueprintModifyCamera; + +// Function Engine.CameraModifier.BlueprintModifyPostProcess +// 0x0570 (0x0570 - 0x0000) +struct CameraModifier_BlueprintModifyPostProcess final +{ +public: + float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PostProcessBlendWeight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings PostProcessSettings; // 0x0010(0x0560)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraModifier_BlueprintModifyPostProcess; + +// Function Engine.CameraModifier.DisableModifier +// 0x0001 (0x0001 - 0x0000) +struct CameraModifier_DisableModifier final +{ +public: + bool bImmediate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraModifier_DisableModifier; + +// Function Engine.CameraModifier.GetViewTarget +// 0x0008 (0x0008 - 0x0000) +struct CameraModifier_GetViewTarget final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraModifier_GetViewTarget; + +// Function Engine.CameraModifier.IsDisabled +// 0x0001 (0x0001 - 0x0000) +struct CameraModifier_IsDisabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraModifier_IsDisabled; + +// Function Engine.StaticMeshComponent.OnRep_StaticMesh +// 0x0008 (0x0008 - 0x0000) +struct StaticMeshComponent_OnRep_StaticMesh final +{ +public: + class UStaticMesh* OldStaticMesh; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshComponent_OnRep_StaticMesh; + +// Function Engine.StaticMeshComponent.SetDistanceFieldSelfShadowBias +// 0x0004 (0x0004 - 0x0000) +struct StaticMeshComponent_SetDistanceFieldSelfShadowBias final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshComponent_SetDistanceFieldSelfShadowBias; + +// Function Engine.StaticMeshComponent.SetEvaluateWorldPositionOffsetInRayTracing +// 0x0001 (0x0001 - 0x0000) +struct StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing final +{ +public: + bool NewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing; + +// Function Engine.StaticMeshComponent.SetForcedLodModel +// 0x0004 (0x0004 - 0x0000) +struct StaticMeshComponent_SetForcedLodModel final +{ +public: + int32 NewForcedLodModel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshComponent_SetForcedLodModel; + +// Function Engine.StaticMeshComponent.SetReverseCulling +// 0x0001 (0x0001 - 0x0000) +struct StaticMeshComponent_SetReverseCulling final +{ +public: + bool ReverseCulling; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshComponent_SetReverseCulling; + +// Function Engine.StaticMeshComponent.SetStaticMesh +// 0x0010 (0x0010 - 0x0000) +struct StaticMeshComponent_SetStaticMesh final +{ +public: + class UStaticMesh* NewMesh; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_StaticMeshComponent_SetStaticMesh; + +// Function Engine.StaticMeshComponent.GetLocalBounds +// 0x0018 (0x0018 - 0x0000) +struct StaticMeshComponent_GetLocalBounds final +{ +public: + struct FVector Min; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Max; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshComponent_GetLocalBounds; + +// Function Engine.SplineMeshComponent.SetBoundaryMax +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_SetBoundaryMax final +{ +public: + float InBoundaryMax; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMax; + +// Function Engine.SplineMeshComponent.SetBoundaryMin +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_SetBoundaryMin final +{ +public: + float InBoundaryMin; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMin; + +// Function Engine.SplineMeshComponent.SetEndOffset +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_SetEndOffset final +{ +public: + struct FVector2D EndOffset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetEndOffset; + +// Function Engine.SplineMeshComponent.SetEndPosition +// 0x0010 (0x0010 - 0x0000) +struct SplineMeshComponent_SetEndPosition final +{ +public: + struct FVector EndPos; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetEndPosition; + +// Function Engine.SplineMeshComponent.SetEndRoll +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_SetEndRoll final +{ +public: + float EndRoll; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetEndRoll; + +// Function Engine.SplineMeshComponent.SetEndScale +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_SetEndScale final +{ +public: + struct FVector2D EndScale; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetEndScale; + +// Function Engine.SplineMeshComponent.SetEndTangent +// 0x0010 (0x0010 - 0x0000) +struct SplineMeshComponent_SetEndTangent final +{ +public: + struct FVector EndTangent; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetEndTangent; + +// Function Engine.SplineMeshComponent.SetForwardAxis +// 0x0002 (0x0002 - 0x0000) +struct SplineMeshComponent_SetForwardAxis final +{ +public: + ESplineMeshAxis InForwardAxis; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetForwardAxis; + +// Function Engine.SplineMeshComponent.SetSplineUpDir +// 0x0010 (0x0010 - 0x0000) +struct SplineMeshComponent_SetSplineUpDir final +{ +public: + struct FVector InSplineUpDir; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetSplineUpDir; + +// Function Engine.SplineMeshComponent.SetStartAndEnd +// 0x0034 (0x0034 - 0x0000) +struct SplineMeshComponent_SetStartAndEnd final +{ +public: + struct FVector StartPos; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartTangent; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndPos; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndTangent; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetStartAndEnd; + +// Function Engine.SplineMeshComponent.SetStartOffset +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_SetStartOffset final +{ +public: + struct FVector2D StartOffset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetStartOffset; + +// Function Engine.SplineMeshComponent.SetStartPosition +// 0x0010 (0x0010 - 0x0000) +struct SplineMeshComponent_SetStartPosition final +{ +public: + struct FVector StartPos; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetStartPosition; + +// Function Engine.SplineMeshComponent.SetStartRoll +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_SetStartRoll final +{ +public: + float StartRoll; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetStartRoll; + +// Function Engine.SplineMeshComponent.SetStartScale +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_SetStartScale final +{ +public: + struct FVector2D StartScale; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetStartScale; + +// Function Engine.SplineMeshComponent.SetStartTangent +// 0x0010 (0x0010 - 0x0000) +struct SplineMeshComponent_SetStartTangent final +{ +public: + struct FVector StartTangent; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateMesh; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SplineMeshComponent_SetStartTangent; + +// Function Engine.SplineMeshComponent.GetBoundaryMax +// 0x0004 (0x0004 - 0x0000) +struct SplineMeshComponent_GetBoundaryMax final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMax; + +// Function Engine.SplineMeshComponent.GetBoundaryMin +// 0x0004 (0x0004 - 0x0000) +struct SplineMeshComponent_GetBoundaryMin final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMin; + +// Function Engine.SplineMeshComponent.GetEndOffset +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_GetEndOffset final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetEndOffset; + +// Function Engine.SplineMeshComponent.GetEndPosition +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_GetEndPosition final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetEndPosition; + +// Function Engine.SplineMeshComponent.GetEndRoll +// 0x0004 (0x0004 - 0x0000) +struct SplineMeshComponent_GetEndRoll final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetEndRoll; + +// Function Engine.SplineMeshComponent.GetEndScale +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_GetEndScale final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetEndScale; + +// Function Engine.SplineMeshComponent.GetEndTangent +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_GetEndTangent final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetEndTangent; + +// Function Engine.SplineMeshComponent.GetForwardAxis +// 0x0001 (0x0001 - 0x0000) +struct SplineMeshComponent_GetForwardAxis final +{ +public: + ESplineMeshAxis ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetForwardAxis; + +// Function Engine.SplineMeshComponent.GetSplineUpDir +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_GetSplineUpDir final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetSplineUpDir; + +// Function Engine.SplineMeshComponent.GetStartOffset +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_GetStartOffset final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetStartOffset; + +// Function Engine.SplineMeshComponent.GetStartPosition +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_GetStartPosition final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetStartPosition; + +// Function Engine.SplineMeshComponent.GetStartRoll +// 0x0004 (0x0004 - 0x0000) +struct SplineMeshComponent_GetStartRoll final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetStartRoll; + +// Function Engine.SplineMeshComponent.GetStartScale +// 0x0008 (0x0008 - 0x0000) +struct SplineMeshComponent_GetStartScale final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetStartScale; + +// Function Engine.SplineMeshComponent.GetStartTangent +// 0x000C (0x000C - 0x0000) +struct SplineMeshComponent_GetStartTangent final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SplineMeshComponent_GetStartTangent; + +// Function Engine.InstancedStaticMeshComponent.AddInstance +// 0x0040 (0x0040 - 0x0000) +struct InstancedStaticMeshComponent_AddInstance final +{ +public: + struct FTransform InstanceTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0xC]; // 0x0034(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstance; + +// Function Engine.InstancedStaticMeshComponent.AddInstances +// 0x0028 (0x0028 - 0x0000) +struct InstancedStaticMeshComponent_AddInstances final +{ +public: + TArray InstanceTransforms; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bShouldReturnIndices; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstances; + +// Function Engine.InstancedStaticMeshComponent.AddInstanceWorldSpace +// 0x0040 (0x0040 - 0x0000) +struct InstancedStaticMeshComponent_AddInstanceWorldSpace final +{ +public: + struct FTransform WorldTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0xC]; // 0x0034(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstanceWorldSpace; + +// Function Engine.InstancedStaticMeshComponent.BatchUpdateInstancesTransform +// 0x0050 (0x0050 - 0x0000) +struct InstancedStaticMeshComponent_BatchUpdateInstancesTransform final +{ +public: + int32 StartInstanceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumInstances; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform NewInstancesTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bWorldSpace; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMarkRenderStateDirty; // 0x0041(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0042(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0043(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransform; + +// Function Engine.InstancedStaticMeshComponent.BatchUpdateInstancesTransforms +// 0x0020 (0x0020 - 0x0000) +struct InstancedStaticMeshComponent_BatchUpdateInstancesTransforms final +{ +public: + int32 StartInstanceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray NewInstancesTransforms; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bWorldSpace; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMarkRenderStateDirty; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTeleport; // 0x001A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001B(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransforms; + +// Function Engine.InstancedStaticMeshComponent.RemoveInstance +// 0x0008 (0x0008 - 0x0000) +struct InstancedStaticMeshComponent_RemoveInstance final +{ +public: + int32 InstanceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_RemoveInstance; + +// Function Engine.InstancedStaticMeshComponent.SetCullDistances +// 0x0008 (0x0008 - 0x0000) +struct InstancedStaticMeshComponent_SetCullDistances final +{ +public: + int32 StartCullDistance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EndCullDistance; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCullDistances; + +// Function Engine.InstancedStaticMeshComponent.SetCustomDataValue +// 0x0010 (0x0010 - 0x0000) +struct InstancedStaticMeshComponent_SetCustomDataValue final +{ +public: + int32 InstanceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CustomDataIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CustomDataValue; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMarkRenderStateDirty; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000D(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCustomDataValue; + +// Function Engine.InstancedStaticMeshComponent.UpdateInstanceTransform +// 0x0050 (0x0050 - 0x0000) +struct InstancedStaticMeshComponent_UpdateInstanceTransform final +{ +public: + int32 InstanceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform NewInstanceTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bWorldSpace; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMarkRenderStateDirty; // 0x0041(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTeleport; // 0x0042(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0043(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_UpdateInstanceTransform; + +// Function Engine.InstancedStaticMeshComponent.GetInstanceCount +// 0x0004 (0x0004 - 0x0000) +struct InstancedStaticMeshComponent_GetInstanceCount final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceCount; + +// Function Engine.InstancedStaticMeshComponent.GetInstancesOverlappingBox +// 0x0030 (0x0030 - 0x0000) +struct InstancedStaticMeshComponent_GetInstancesOverlappingBox final +{ +public: + struct FBox Box; // 0x0000(0x001C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bBoxInWorldSpace; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingBox; + +// Function Engine.InstancedStaticMeshComponent.GetInstancesOverlappingSphere +// 0x0028 (0x0028 - 0x0000) +struct InstancedStaticMeshComponent_GetInstancesOverlappingSphere final +{ +public: + struct FVector Center; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSphereInWorldSpace; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingSphere; + +// Function Engine.InstancedStaticMeshComponent.GetInstanceTransform +// 0x0050 (0x0050 - 0x0000) +struct InstancedStaticMeshComponent_GetInstanceTransform final +{ +public: + int32 InstanceIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform OutInstanceTransform; // 0x0010(0x0030)(Parm, OutParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bWorldSpace; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0041(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_42[0xE]; // 0x0042(0x000E)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceTransform; + +// Function Engine.InputSettings.GetInputSettings +// 0x0008 (0x0008 - 0x0000) +struct InputSettings_GetInputSettings final +{ +public: + class UInputSettings* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputSettings_GetInputSettings; + +// Function Engine.InputSettings.AddActionMapping +// 0x0030 (0x0030 - 0x0000) +struct InputSettings_AddActionMapping final +{ +public: + struct FInputActionKeyMapping KeyMapping; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool bForceRebuildKeymaps; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputSettings_AddActionMapping; + +// Function Engine.InputSettings.AddAxisMapping +// 0x0030 (0x0030 - 0x0000) +struct InputSettings_AddAxisMapping final +{ +public: + struct FInputAxisKeyMapping KeyMapping; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool bForceRebuildKeymaps; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputSettings_AddAxisMapping; + +// Function Engine.InputSettings.RemoveActionMapping +// 0x0030 (0x0030 - 0x0000) +struct InputSettings_RemoveActionMapping final +{ +public: + struct FInputActionKeyMapping KeyMapping; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool bForceRebuildKeymaps; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputSettings_RemoveActionMapping; + +// Function Engine.InputSettings.RemoveAxisMapping +// 0x0030 (0x0030 - 0x0000) +struct InputSettings_RemoveAxisMapping final +{ +public: + struct FInputAxisKeyMapping KeyMapping; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool bForceRebuildKeymaps; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InputSettings_RemoveAxisMapping; + +// Function Engine.InputSettings.GetActionMappingByName +// 0x0018 (0x0018 - 0x0000) +struct InputSettings_GetActionMappingByName final +{ +public: + class FName InActionName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutMappings; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputSettings_GetActionMappingByName; + +// Function Engine.InputSettings.GetActionNames +// 0x0010 (0x0010 - 0x0000) +struct InputSettings_GetActionNames final +{ +public: + TArray ActionNames; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputSettings_GetActionNames; + +// Function Engine.InputSettings.GetAxisMappingByName +// 0x0018 (0x0018 - 0x0000) +struct InputSettings_GetAxisMappingByName final +{ +public: + class FName InAxisName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutMappings; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputSettings_GetAxisMappingByName; + +// Function Engine.InputSettings.GetAxisNames +// 0x0010 (0x0010 - 0x0000) +struct InputSettings_GetAxisNames final +{ +public: + TArray AxisNames; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InputSettings_GetAxisNames; + +// Function Engine.SpringArmComponent.GetTargetRotation +// 0x000C (0x000C - 0x0000) +struct SpringArmComponent_GetTargetRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpringArmComponent_GetTargetRotation; + +// Function Engine.SpringArmComponent.GetUnfixedCameraPosition +// 0x000C (0x000C - 0x0000) +struct SpringArmComponent_GetUnfixedCameraPosition final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpringArmComponent_GetUnfixedCameraPosition; + +// Function Engine.SpringArmComponent.IsCollisionFixApplied +// 0x0001 (0x0001 - 0x0000) +struct SpringArmComponent_IsCollisionFixApplied final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpringArmComponent_IsCollisionFixApplied; + +// Function Engine.SphereComponent.SetSphereRadius +// 0x0008 (0x0008 - 0x0000) +struct SphereComponent_SetSphereRadius final +{ +public: + float InSphereRadius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateOverlaps; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SphereComponent_SetSphereRadius; + +// Function Engine.SphereComponent.GetScaledSphereRadius +// 0x0004 (0x0004 - 0x0000) +struct SphereComponent_GetScaledSphereRadius final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SphereComponent_GetScaledSphereRadius; + +// Function Engine.SphereComponent.GetShapeScale +// 0x0004 (0x0004 - 0x0000) +struct SphereComponent_GetShapeScale final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SphereComponent_GetShapeScale; + +// Function Engine.SphereComponent.GetUnscaledSphereRadius +// 0x0004 (0x0004 - 0x0000) +struct SphereComponent_GetUnscaledSphereRadius final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SphereComponent_GetUnscaledSphereRadius; + +// Function Engine.BillboardComponent.SetSprite +// 0x0008 (0x0008 - 0x0000) +struct BillboardComponent_SetSprite final +{ +public: + class UTexture2D* NewSprite; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BillboardComponent_SetSprite; + +// Function Engine.BillboardComponent.SetSpriteAndUV +// 0x0018 (0x0018 - 0x0000) +struct BillboardComponent_SetSpriteAndUV final +{ +public: + class UTexture2D* NewSprite; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewU; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewUL; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewV; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewVL; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BillboardComponent_SetSpriteAndUV; + +// Function Engine.BillboardComponent.SetUV +// 0x0010 (0x0010 - 0x0000) +struct BillboardComponent_SetUV final +{ +public: + int32 NewU; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewUL; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewV; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NewVL; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BillboardComponent_SetUV; + +// Function Engine.HierarchicalInstancedStaticMeshComponent.RemoveInstances +// 0x0018 (0x0018 - 0x0000) +struct HierarchicalInstancedStaticMeshComponent_RemoveInstances final +{ +public: + TArray InstancesToRemove; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HierarchicalInstancedStaticMeshComponent_RemoveInstances; + +// Function Engine.PlayerState.ReceiveCopyProperties +// 0x0008 (0x0008 - 0x0000) +struct PlayerState_ReceiveCopyProperties final +{ +public: + class APlayerState* NewPlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties; + +// Function Engine.PlayerState.ReceiveOverrideWith +// 0x0008 (0x0008 - 0x0000) +struct PlayerState_ReceiveOverrideWith final +{ +public: + class APlayerState* OldPlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith; + +// Function Engine.PlayerState.GetPlayerName +// 0x0010 (0x0010 - 0x0000) +struct PlayerState_GetPlayerName final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerState_GetPlayerName; + +// Function Engine.PlayerState.IsOnlyASpectator +// 0x0001 (0x0001 - 0x0000) +struct PlayerState_IsOnlyASpectator final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator; + +// Function Engine.BoxComponent.SetBoxExtent +// 0x0010 (0x0010 - 0x0000) +struct BoxComponent_SetBoxExtent final +{ +public: + struct FVector InBoxExtent; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateOverlaps; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BoxComponent_SetBoxExtent; + +// Function Engine.BoxComponent.GetScaledBoxExtent +// 0x000C (0x000C - 0x0000) +struct BoxComponent_GetScaledBoxExtent final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BoxComponent_GetScaledBoxExtent; + +// Function Engine.BoxComponent.GetUnscaledBoxExtent +// 0x000C (0x000C - 0x0000) +struct BoxComponent_GetUnscaledBoxExtent final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BoxComponent_GetUnscaledBoxExtent; + +// Function Engine.CheatManager.BugIt +// 0x0010 (0x0010 - 0x0000) +struct CheatManager_BugIt final +{ +public: + class FString ScreenShotDescription; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_BugIt; + +// Function Engine.CheatManager.BugItGo +// 0x0018 (0x0018 - 0x0000) +struct CheatManager_BugItGo final +{ +public: + float X; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Yaw; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Roll; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_BugItGo; + +// Function Engine.CheatManager.BugItStringCreator +// 0x0038 (0x0038 - 0x0000) +struct CheatManager_BugItStringCreator final +{ +public: + struct FVector ViewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ViewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FString GoString; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LocString; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_BugItStringCreator; + +// Function Engine.CheatManager.ChangeSize +// 0x0004 (0x0004 - 0x0000) +struct CheatManager_ChangeSize final +{ +public: + float F; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_ChangeSize; + +// Function Engine.CheatManager.CheatScript +// 0x0010 (0x0010 - 0x0000) +struct CheatManager_CheatScript final +{ +public: + class FString ScriptName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_CheatScript; + +// Function Engine.CheatManager.DamageTarget +// 0x0004 (0x0004 - 0x0000) +struct CheatManager_DamageTarget final +{ +public: + float DamageAmount; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_DamageTarget; + +// Function Engine.CheatManager.DebugCapsuleSweepChannel +// 0x0001 (0x0001 - 0x0000) +struct CheatManager_DebugCapsuleSweepChannel final +{ +public: + ECollisionChannel Channel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepChannel; + +// Function Engine.CheatManager.DebugCapsuleSweepComplex +// 0x0001 (0x0001 - 0x0000) +struct CheatManager_DebugCapsuleSweepComplex final +{ +public: + bool bTraceComplex; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepComplex; + +// Function Engine.CheatManager.DebugCapsuleSweepSize +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_DebugCapsuleSweepSize final +{ +public: + float HalfHeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepSize; + +// Function Engine.CheatManager.DestroyAll +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_DestroyAll final +{ +public: + TSubclassOf aClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_DestroyAll; + +// Function Engine.CheatManager.DestroyPawns +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_DestroyPawns final +{ +public: + TSubclassOf aClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_DestroyPawns; + +// Function Engine.CheatManager.FreezeFrame +// 0x0004 (0x0004 - 0x0000) +struct CheatManager_FreezeFrame final +{ +public: + float Delay; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_FreezeFrame; + +// Function Engine.CheatManager.OnlyLoadLevel +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_OnlyLoadLevel final +{ +public: + class FName PackageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_OnlyLoadLevel; + +// Function Engine.CheatManager.Slomo +// 0x0004 (0x0004 - 0x0000) +struct CheatManager_Slomo final +{ +public: + float NewTimeDilation; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_Slomo; + +// Function Engine.CheatManager.StreamLevelIn +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_StreamLevelIn final +{ +public: + class FName PackageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_StreamLevelIn; + +// Function Engine.CheatManager.StreamLevelOut +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_StreamLevelOut final +{ +public: + class FName PackageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_StreamLevelOut; + +// Function Engine.CheatManager.Summon +// 0x0010 (0x0010 - 0x0000) +struct CheatManager_Summon final +{ +public: + class FString ClassName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_Summon; + +// Function Engine.CheatManager.ViewActor +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_ViewActor final +{ +public: + class FName ActorName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_ViewActor; + +// Function Engine.CheatManager.ViewClass +// 0x0008 (0x0008 - 0x0000) +struct CheatManager_ViewClass final +{ +public: + TSubclassOf DesiredClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_ViewClass; + +// Function Engine.CheatManager.ViewPlayer +// 0x0010 (0x0010 - 0x0000) +struct CheatManager_ViewPlayer final +{ +public: + class FString S; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CheatManager_ViewPlayer; + +// Function Engine.GameUserSettings.GetDefaultResolution +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_GetDefaultResolution final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolution; + +// Function Engine.GameUserSettings.GetDefaultWindowMode +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_GetDefaultWindowMode final +{ +public: + EWindowMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowMode; + +// Function Engine.GameUserSettings.GetDefaultWindowPosition +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_GetDefaultWindowPosition final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowPosition; + +// Function Engine.GameUserSettings.GetFramePace +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetFramePace final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetFramePace; + +// Function Engine.GameUserSettings.GetGameUserSettings +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_GetGameUserSettings final +{ +public: + class UGameUserSettings* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetGameUserSettings; + +// Function Engine.GameUserSettings.GetSyncInterval +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetSyncInterval final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetSyncInterval; + +// Function Engine.GameUserSettings.ApplyResolutionSettings +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_ApplyResolutionSettings final +{ +public: + bool bCheckForCommandLineOverrides; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_ApplyResolutionSettings; + +// Function Engine.GameUserSettings.ApplySettings +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_ApplySettings final +{ +public: + bool bCheckForCommandLineOverrides; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_ApplySettings; + +// Function Engine.GameUserSettings.EnableHDRDisplayOutput +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_EnableHDRDisplayOutput final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 DisplayNits; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_EnableHDRDisplayOutput; + +// Function Engine.GameUserSettings.GetDefaultResolutionScale +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetDefaultResolutionScale final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolutionScale; + +// Function Engine.GameUserSettings.GetRecommendedResolutionScale +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetRecommendedResolutionScale final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetRecommendedResolutionScale; + +// Function Engine.GameUserSettings.LoadSettings +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_LoadSettings final +{ +public: + bool bForceReload; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_LoadSettings; + +// Function Engine.GameUserSettings.RunHardwareBenchmark +// 0x000C (0x000C - 0x0000) +struct GameUserSettings_RunHardwareBenchmark final +{ +public: + int32 WorkScale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CPUMultiplier; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GPUMultiplier; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_RunHardwareBenchmark; + +// Function Engine.GameUserSettings.SetAntiAliasingQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetAntiAliasingQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetAntiAliasingQuality; + +// Function Engine.GameUserSettings.SetAudioQualityLevel +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetAudioQualityLevel final +{ +public: + int32 QualityLevel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetAudioQualityLevel; + +// Function Engine.GameUserSettings.SetDynamicResolutionEnabled +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_SetDynamicResolutionEnabled final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetDynamicResolutionEnabled; + +// Function Engine.GameUserSettings.SetFoliageQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetFoliageQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetFoliageQuality; + +// Function Engine.GameUserSettings.SetFrameRateLimit +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetFrameRateLimit final +{ +public: + float NewLimit; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetFrameRateLimit; + +// Function Engine.GameUserSettings.SetFullscreenMode +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_SetFullscreenMode final +{ +public: + EWindowMode InFullscreenMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetFullscreenMode; + +// Function Engine.GameUserSettings.SetOverallScalabilityLevel +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetOverallScalabilityLevel final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetOverallScalabilityLevel; + +// Function Engine.GameUserSettings.SetPostProcessingQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetPostProcessingQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetPostProcessingQuality; + +// Function Engine.GameUserSettings.SetResolutionScaleNormalized +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetResolutionScaleNormalized final +{ +public: + float NewScaleNormalized; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleNormalized; + +// Function Engine.GameUserSettings.SetResolutionScaleValue +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetResolutionScaleValue final +{ +public: + int32 NewScaleValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValue; + +// Function Engine.GameUserSettings.SetResolutionScaleValueEx +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetResolutionScaleValueEx final +{ +public: + float NewScaleValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValueEx; + +// Function Engine.GameUserSettings.SetScreenResolution +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_SetScreenResolution final +{ +public: + struct FIntPoint Resolution; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetScreenResolution; + +// Function Engine.GameUserSettings.SetShadingQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetShadingQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetShadingQuality; + +// Function Engine.GameUserSettings.SetShadowQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetShadowQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetShadowQuality; + +// Function Engine.GameUserSettings.SetTextureQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetTextureQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetTextureQuality; + +// Function Engine.GameUserSettings.SetViewDistanceQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetViewDistanceQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetViewDistanceQuality; + +// Function Engine.GameUserSettings.SetVisualEffectQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_SetVisualEffectQuality final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetVisualEffectQuality; + +// Function Engine.GameUserSettings.SetVSyncEnabled +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_SetVSyncEnabled final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SetVSyncEnabled; + +// Function Engine.GameUserSettings.GetAntiAliasingQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetAntiAliasingQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetAntiAliasingQuality; + +// Function Engine.GameUserSettings.GetAudioQualityLevel +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetAudioQualityLevel final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetAudioQualityLevel; + +// Function Engine.GameUserSettings.GetCurrentHDRDisplayNits +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetCurrentHDRDisplayNits final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetCurrentHDRDisplayNits; + +// Function Engine.GameUserSettings.GetDesktopResolution +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_GetDesktopResolution final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetDesktopResolution; + +// Function Engine.GameUserSettings.GetFoliageQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetFoliageQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetFoliageQuality; + +// Function Engine.GameUserSettings.GetFrameRateLimit +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetFrameRateLimit final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetFrameRateLimit; + +// Function Engine.GameUserSettings.GetFullscreenMode +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_GetFullscreenMode final +{ +public: + EWindowMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetFullscreenMode; + +// Function Engine.GameUserSettings.GetLastConfirmedFullscreenMode +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_GetLastConfirmedFullscreenMode final +{ +public: + EWindowMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedFullscreenMode; + +// Function Engine.GameUserSettings.GetLastConfirmedScreenResolution +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_GetLastConfirmedScreenResolution final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedScreenResolution; + +// Function Engine.GameUserSettings.GetOverallScalabilityLevel +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetOverallScalabilityLevel final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetOverallScalabilityLevel; + +// Function Engine.GameUserSettings.GetPostProcessingQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetPostProcessingQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetPostProcessingQuality; + +// Function Engine.GameUserSettings.GetPreferredFullscreenMode +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_GetPreferredFullscreenMode final +{ +public: + EWindowMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetPreferredFullscreenMode; + +// Function Engine.GameUserSettings.GetResolutionScaleInformation +// 0x0010 (0x0010 - 0x0000) +struct GameUserSettings_GetResolutionScaleInformation final +{ +public: + float CurrentScaleNormalized; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CurrentScaleValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinScaleValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxScaleValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformation; + +// Function Engine.GameUserSettings.GetResolutionScaleInformationEx +// 0x0010 (0x0010 - 0x0000) +struct GameUserSettings_GetResolutionScaleInformationEx final +{ +public: + float CurrentScaleNormalized; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CurrentScaleValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinScaleValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxScaleValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformationEx; + +// Function Engine.GameUserSettings.GetResolutionScaleNormalized +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetResolutionScaleNormalized final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleNormalized; + +// Function Engine.GameUserSettings.GetScreenResolution +// 0x0008 (0x0008 - 0x0000) +struct GameUserSettings_GetScreenResolution final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetScreenResolution; + +// Function Engine.GameUserSettings.GetShadingQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetShadingQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetShadingQuality; + +// Function Engine.GameUserSettings.GetShadowQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetShadowQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetShadowQuality; + +// Function Engine.GameUserSettings.GetTextureQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetTextureQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetTextureQuality; + +// Function Engine.GameUserSettings.GetViewDistanceQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetViewDistanceQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetViewDistanceQuality; + +// Function Engine.GameUserSettings.GetVisualEffectQuality +// 0x0004 (0x0004 - 0x0000) +struct GameUserSettings_GetVisualEffectQuality final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_GetVisualEffectQuality; + +// Function Engine.GameUserSettings.IsDirty +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsDirty final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsDirty; + +// Function Engine.GameUserSettings.IsDynamicResolutionDirty +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsDynamicResolutionDirty final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionDirty; + +// Function Engine.GameUserSettings.IsDynamicResolutionEnabled +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsDynamicResolutionEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionEnabled; + +// Function Engine.GameUserSettings.IsFullscreenModeDirty +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsFullscreenModeDirty final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsFullscreenModeDirty; + +// Function Engine.GameUserSettings.IsHDREnabled +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsHDREnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsHDREnabled; + +// Function Engine.GameUserSettings.IsScreenResolutionDirty +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsScreenResolutionDirty final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsScreenResolutionDirty; + +// Function Engine.GameUserSettings.IsVSyncDirty +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsVSyncDirty final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsVSyncDirty; + +// Function Engine.GameUserSettings.IsVSyncEnabled +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_IsVSyncEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_IsVSyncEnabled; + +// Function Engine.GameUserSettings.SupportsHDRDisplayOutput +// 0x0001 (0x0001 - 0x0000) +struct GameUserSettings_SupportsHDRDisplayOutput final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameUserSettings_SupportsHDRDisplayOutput; + +// Function Engine.KismetMaterialLibrary.CreateDynamicMaterialInstance +// 0x0028 (0x0028 - 0x0000) +struct KismetMaterialLibrary_CreateDynamicMaterialInstance final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Parent; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName OptionalName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMIDCreationFlags CreationFlags; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInstanceDynamic* ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMaterialLibrary_CreateDynamicMaterialInstance; + +// Function Engine.KismetMaterialLibrary.GetScalarParameterValue +// 0x0020 (0x0020 - 0x0000) +struct KismetMaterialLibrary_GetScalarParameterValue final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialParameterCollection* Collection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParameterName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMaterialLibrary_GetScalarParameterValue; + +// Function Engine.KismetMaterialLibrary.GetVectorParameterValue +// 0x0028 (0x0028 - 0x0000) +struct KismetMaterialLibrary_GetVectorParameterValue final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialParameterCollection* Collection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParameterName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMaterialLibrary_GetVectorParameterValue; + +// Function Engine.KismetMaterialLibrary.SetScalarParameterValue +// 0x0020 (0x0020 - 0x0000) +struct KismetMaterialLibrary_SetScalarParameterValue final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialParameterCollection* Collection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParameterName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ParameterValue; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMaterialLibrary_SetScalarParameterValue; + +// Function Engine.KismetMaterialLibrary.SetVectorParameterValue +// 0x0028 (0x0028 - 0x0000) +struct KismetMaterialLibrary_SetVectorParameterValue final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialParameterCollection* Collection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParameterName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ParameterValue; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMaterialLibrary_SetVectorParameterValue; + +// Function Engine.GameViewportClient.SetConsoleTarget +// 0x0004 (0x0004 - 0x0000) +struct GameViewportClient_SetConsoleTarget final +{ +public: + int32 PlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameViewportClient_SetConsoleTarget; + +// Function Engine.CameraComponent.AddOrUpdateBlendable +// 0x0018 (0x0018 - 0x0000) +struct CameraComponent_AddOrUpdateBlendable final +{ +public: + TScriptInterface InBlendableObject; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + float InWeight; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CameraComponent_AddOrUpdateBlendable; + +// Function Engine.CameraComponent.GetCameraView +// 0x0600 (0x0600 - 0x0000) +struct CameraComponent_GetCameraView final +{ +public: + float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMinimalViewInfo DesiredView; // 0x0010(0x05F0)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_GetCameraView; + +// Function Engine.CameraComponent.RemoveBlendable +// 0x0010 (0x0010 - 0x0000) +struct CameraComponent_RemoveBlendable final +{ +public: + TScriptInterface InBlendableObject; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_RemoveBlendable; + +// Function Engine.CameraComponent.SetAspectRatio +// 0x0004 (0x0004 - 0x0000) +struct CameraComponent_SetAspectRatio final +{ +public: + float InAspectRatio; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetAspectRatio; + +// Function Engine.CameraComponent.SetConstraintAspectRatio +// 0x0001 (0x0001 - 0x0000) +struct CameraComponent_SetConstraintAspectRatio final +{ +public: + bool bInConstrainAspectRatio; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetConstraintAspectRatio; + +// Function Engine.CameraComponent.SetFieldOfView +// 0x0004 (0x0004 - 0x0000) +struct CameraComponent_SetFieldOfView final +{ +public: + float InFieldOfView; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetFieldOfView; + +// Function Engine.CameraComponent.SetOrthoFarClipPlane +// 0x0004 (0x0004 - 0x0000) +struct CameraComponent_SetOrthoFarClipPlane final +{ +public: + float InOrthoFarClipPlane; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetOrthoFarClipPlane; + +// Function Engine.CameraComponent.SetOrthoNearClipPlane +// 0x0004 (0x0004 - 0x0000) +struct CameraComponent_SetOrthoNearClipPlane final +{ +public: + float InOrthoNearClipPlane; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetOrthoNearClipPlane; + +// Function Engine.CameraComponent.SetOrthoWidth +// 0x0004 (0x0004 - 0x0000) +struct CameraComponent_SetOrthoWidth final +{ +public: + float InOrthoWidth; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetOrthoWidth; + +// Function Engine.CameraComponent.SetPostProcessBlendWeight +// 0x0004 (0x0004 - 0x0000) +struct CameraComponent_SetPostProcessBlendWeight final +{ +public: + float InPostProcessBlendWeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetPostProcessBlendWeight; + +// Function Engine.CameraComponent.SetProjectionMode +// 0x0001 (0x0001 - 0x0000) +struct CameraComponent_SetProjectionMode final +{ +public: + ECameraProjectionMode InProjectionMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetProjectionMode; + +// Function Engine.CameraComponent.SetUseFieldOfViewForLOD +// 0x0001 (0x0001 - 0x0000) +struct CameraComponent_SetUseFieldOfViewForLOD final +{ +public: + bool bInUseFieldOfViewForLOD; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraComponent_SetUseFieldOfViewForLOD; + +// Function Engine.StaticMeshActor.SetMobility +// 0x0001 (0x0001 - 0x0000) +struct StaticMeshActor_SetMobility final +{ +public: + EComponentMobility InMobility; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMeshActor_SetMobility; + +// Function Engine.ExponentialHeightFogComponent.SetDirectionalInscatteringColor +// 0x0010 (0x0010 - 0x0000) +struct ExponentialHeightFogComponent_SetDirectionalInscatteringColor final +{ +public: + struct FLinearColor Value; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringColor; + +// Function Engine.ExponentialHeightFogComponent.SetDirectionalInscatteringExponent +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetDirectionalInscatteringExponent final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringExponent; + +// Function Engine.ExponentialHeightFogComponent.SetDirectionalInscatteringStartDistance +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance; + +// Function Engine.ExponentialHeightFogComponent.SetFogCutoffDistance +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetFogCutoffDistance final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogCutoffDistance; + +// Function Engine.ExponentialHeightFogComponent.SetFogDensity +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetFogDensity final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogDensity; + +// Function Engine.ExponentialHeightFogComponent.SetFogHeightFalloff +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetFogHeightFalloff final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogHeightFalloff; + +// Function Engine.ExponentialHeightFogComponent.SetFogInscatteringColor +// 0x0010 (0x0010 - 0x0000) +struct ExponentialHeightFogComponent_SetFogInscatteringColor final +{ +public: + struct FLinearColor Value; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogInscatteringColor; + +// Function Engine.ExponentialHeightFogComponent.SetFogMaxOpacity +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetFogMaxOpacity final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogMaxOpacity; + +// Function Engine.ExponentialHeightFogComponent.SetFullyDirectionalInscatteringColorDistance +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance; + +// Function Engine.ExponentialHeightFogComponent.SetInscatteringColorCubemap +// 0x0008 (0x0008 - 0x0000) +struct ExponentialHeightFogComponent_SetInscatteringColorCubemap final +{ +public: + class UTextureCube* Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemap; + +// Function Engine.ExponentialHeightFogComponent.SetInscatteringColorCubemapAngle +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle; + +// Function Engine.ExponentialHeightFogComponent.SetInscatteringTextureTint +// 0x0010 (0x0010 - 0x0000) +struct ExponentialHeightFogComponent_SetInscatteringTextureTint final +{ +public: + struct FLinearColor Value; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringTextureTint; + +// Function Engine.ExponentialHeightFogComponent.SetNonDirectionalInscatteringColorDistance +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance; + +// Function Engine.ExponentialHeightFogComponent.SetSecondFogDensity +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetSecondFogDensity final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogDensity; + +// Function Engine.ExponentialHeightFogComponent.SetSecondFogHeightFalloff +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetSecondFogHeightFalloff final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightFalloff; + +// Function Engine.ExponentialHeightFogComponent.SetSecondFogHeightOffset +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetSecondFogHeightOffset final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightOffset; + +// Function Engine.ExponentialHeightFogComponent.SetStartDistance +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetStartDistance final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetStartDistance; + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFog +// 0x0001 (0x0001 - 0x0000) +struct ExponentialHeightFogComponent_SetVolumetricFog final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFog; + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogAlbedo +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetVolumetricFogAlbedo final +{ +public: + struct FColor NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogAlbedo; + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogDistance +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetVolumetricFogDistance final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogDistance; + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogEmissive +// 0x0010 (0x0010 - 0x0000) +struct ExponentialHeightFogComponent_SetVolumetricFogEmissive final +{ +public: + struct FLinearColor NewValue; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogEmissive; + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogExtinctionScale +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale; + +// Function Engine.ExponentialHeightFogComponent.SetVolumetricFogScatteringDistribution +// 0x0004 (0x0004 - 0x0000) +struct ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution; + +// Function Engine.TimecodeProvider.FetchTimecode +// 0x0014 (0x0014 - 0x0000) +struct TimecodeProvider_FetchTimecode final +{ +public: + struct FQualifiedFrameTime OutFrameTime; // 0x0000(0x0010)(Parm, OutParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_TimecodeProvider_FetchTimecode; + +// Function Engine.TimecodeProvider.GetDelayedQualifiedFrameTime +// 0x0010 (0x0010 - 0x0000) +struct TimecodeProvider_GetDelayedQualifiedFrameTime final +{ +public: + struct FQualifiedFrameTime ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimecodeProvider_GetDelayedQualifiedFrameTime; + +// Function Engine.TimecodeProvider.GetDelayedTimecode +// 0x0014 (0x0014 - 0x0000) +struct TimecodeProvider_GetDelayedTimecode final +{ +public: + struct FTimecode ReturnValue; // 0x0000(0x0014)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimecodeProvider_GetDelayedTimecode; + +// Function Engine.TimecodeProvider.GetFrameRate +// 0x0008 (0x0008 - 0x0000) +struct TimecodeProvider_GetFrameRate final +{ +public: + struct FFrameRate ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimecodeProvider_GetFrameRate; + +// Function Engine.TimecodeProvider.GetQualifiedFrameTime +// 0x0010 (0x0010 - 0x0000) +struct TimecodeProvider_GetQualifiedFrameTime final +{ +public: + struct FQualifiedFrameTime ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimecodeProvider_GetQualifiedFrameTime; + +// Function Engine.TimecodeProvider.GetSynchronizationState +// 0x0004 (0x0004 - 0x0000) +struct TimecodeProvider_GetSynchronizationState final +{ +public: + ETimecodeProviderSynchronizationState ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimecodeProvider_GetSynchronizationState; + +// Function Engine.TimecodeProvider.GetTimecode +// 0x0014 (0x0014 - 0x0000) +struct TimecodeProvider_GetTimecode final +{ +public: + struct FTimecode ReturnValue; // 0x0000(0x0014)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimecodeProvider_GetTimecode; + +// Function Engine.AmbientSound.AdjustVolume +// 0x0008 (0x0008 - 0x0000) +struct AmbientSound_AdjustVolume final +{ +public: + float AdjustVolumeDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustVolumeLevel; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AmbientSound_AdjustVolume; + +// Function Engine.AmbientSound.FadeIn +// 0x0008 (0x0008 - 0x0000) +struct AmbientSound_FadeIn final +{ +public: + float FadeInDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeVolumeLevel; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AmbientSound_FadeIn; + +// Function Engine.AmbientSound.FadeOut +// 0x0008 (0x0008 - 0x0000) +struct AmbientSound_FadeOut final +{ +public: + float FadeOutDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeVolumeLevel; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AmbientSound_FadeOut; + +// Function Engine.AmbientSound.Play +// 0x0004 (0x0004 - 0x0000) +struct AmbientSound_Play final +{ +public: + float StartTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AmbientSound_Play; + +// Function Engine.WindDirectionalSourceComponent.SetMaximumGustAmount +// 0x0004 (0x0004 - 0x0000) +struct WindDirectionalSourceComponent_SetMaximumGustAmount final +{ +public: + float InNewMaxGust; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMaximumGustAmount; + +// Function Engine.WindDirectionalSourceComponent.SetMinimumGustAmount +// 0x0004 (0x0004 - 0x0000) +struct WindDirectionalSourceComponent_SetMinimumGustAmount final +{ +public: + float InNewMinGust; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMinimumGustAmount; + +// Function Engine.WindDirectionalSourceComponent.SetRadius +// 0x0004 (0x0004 - 0x0000) +struct WindDirectionalSourceComponent_SetRadius final +{ +public: + float InNewRadius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetRadius; + +// Function Engine.WindDirectionalSourceComponent.SetSpeed +// 0x0004 (0x0004 - 0x0000) +struct WindDirectionalSourceComponent_SetSpeed final +{ +public: + float InNewSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetSpeed; + +// Function Engine.WindDirectionalSourceComponent.SetStrength +// 0x0004 (0x0004 - 0x0000) +struct WindDirectionalSourceComponent_SetStrength final +{ +public: + float InNewStrength; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetStrength; + +// Function Engine.WindDirectionalSourceComponent.SetWindType +// 0x0001 (0x0001 - 0x0000) +struct WindDirectionalSourceComponent_SetWindType final +{ +public: + EWindSourceType InNewType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetWindType; + +// Function Engine.VolumetricCloudComponent.SetbUsePerSampleAtmosphericLightTransmittance +// 0x0001 (0x0001 - 0x0000) +struct VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance final +{ +public: + bool NewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance; + +// Function Engine.VolumetricCloudComponent.SetGroundAlbedo +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetGroundAlbedo final +{ +public: + struct FColor NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo; + +// Function Engine.VolumetricCloudComponent.SetLayerBottomAltitude +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetLayerBottomAltitude final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude; + +// Function Engine.VolumetricCloudComponent.SetLayerHeight +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetLayerHeight final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight; + +// Function Engine.VolumetricCloudComponent.SetMaterial +// 0x0008 (0x0008 - 0x0000) +struct VolumetricCloudComponent_SetMaterial final +{ +public: + class UMaterialInterface* NewValue; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial; + +// Function Engine.VolumetricCloudComponent.SetPlanetRadius +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetPlanetRadius final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius; + +// Function Engine.VolumetricCloudComponent.SetReflectionSampleCountScale +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetReflectionSampleCountScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale; + +// Function Engine.VolumetricCloudComponent.SetShadowReflectionSampleCountScale +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetShadowReflectionSampleCountScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionSampleCountScale; + +// Function Engine.VolumetricCloudComponent.SetShadowTracingDistance +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetShadowTracingDistance final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowTracingDistance; + +// Function Engine.VolumetricCloudComponent.SetShadowViewSampleCountScale +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetShadowViewSampleCountScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowViewSampleCountScale; + +// Function Engine.VolumetricCloudComponent.SetSkyLightCloudBottomOcclusion +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion; + +// Function Engine.VolumetricCloudComponent.SetStopTracingTransmittanceThreshold +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetStopTracingTransmittanceThreshold final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetStopTracingTransmittanceThreshold; + +// Function Engine.VolumetricCloudComponent.SetTracingMaxDistance +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetTracingMaxDistance final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingMaxDistance; + +// Function Engine.VolumetricCloudComponent.SetTracingStartMaxDistance +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetTracingStartMaxDistance final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartMaxDistance; + +// Function Engine.VolumetricCloudComponent.SetViewSampleCountScale +// 0x0004 (0x0004 - 0x0000) +struct VolumetricCloudComponent_SetViewSampleCountScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VolumetricCloudComponent_SetViewSampleCountScale; + +// Function Engine.StereoLayerShapeEquirect.SetEquirectProps +// 0x0048 (0x0048 - 0x0000) +struct StereoLayerShapeEquirect_SetEquirectProps final +{ +public: + struct FEquirectProps InScaleBiases; // 0x0000(0x0048)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerShapeEquirect_SetEquirectProps; + +// Function Engine.VOIPStatics.SetMicThreshold +// 0x0004 (0x0004 - 0x0000) +struct VOIPStatics_SetMicThreshold final +{ +public: + float InThreshold; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VOIPStatics_SetMicThreshold; + +// Function Engine.AnimSingleNodeInstance.GetLength +// 0x0004 (0x0004 - 0x0000) +struct AnimSingleNodeInstance_GetLength final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_GetLength; + +// Function Engine.AnimSingleNodeInstance.PlayAnim +// 0x000C (0x000C - 0x0000) +struct AnimSingleNodeInstance_PlayAnim final +{ +public: + bool bIsLooping; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InPlayRate; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InStartPosition; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_PlayAnim; + +// Function Engine.AnimSingleNodeInstance.SetAnimationAsset +// 0x0010 (0x0010 - 0x0000) +struct AnimSingleNodeInstance_SetAnimationAsset final +{ +public: + class UAnimationAsset* NewAsset; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsLooping; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InPlayRate; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetAnimationAsset; + +// Function Engine.AnimSingleNodeInstance.SetBlendSpaceInput +// 0x000C (0x000C - 0x0000) +struct AnimSingleNodeInstance_SetBlendSpaceInput final +{ +public: + struct FVector InBlendInput; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetBlendSpaceInput; + +// Function Engine.AnimSingleNodeInstance.SetLooping +// 0x0001 (0x0001 - 0x0000) +struct AnimSingleNodeInstance_SetLooping final +{ +public: + bool bIsLooping; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetLooping; + +// Function Engine.AnimSingleNodeInstance.SetPlaying +// 0x0001 (0x0001 - 0x0000) +struct AnimSingleNodeInstance_SetPlaying final +{ +public: + bool bIsPlaying; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlaying; + +// Function Engine.AnimSingleNodeInstance.SetPlayRate +// 0x0004 (0x0004 - 0x0000) +struct AnimSingleNodeInstance_SetPlayRate final +{ +public: + float InPlayRate; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlayRate; + +// Function Engine.AnimSingleNodeInstance.SetPosition +// 0x0008 (0x0008 - 0x0000) +struct AnimSingleNodeInstance_SetPosition final +{ +public: + float InPosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFireNotifies; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPosition; + +// Function Engine.AnimSingleNodeInstance.SetPositionWithPreviousTime +// 0x000C (0x000C - 0x0000) +struct AnimSingleNodeInstance_SetPositionWithPreviousTime final +{ +public: + float InPosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPreviousTime; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFireNotifies; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPositionWithPreviousTime; + +// Function Engine.AnimSingleNodeInstance.SetPreviewCurveOverride +// 0x0010 (0x0010 - 0x0000) +struct AnimSingleNodeInstance_SetPreviewCurveOverride final +{ +public: + class FName PoseName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemoveIfZero; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPreviewCurveOverride; + +// Function Engine.AnimSingleNodeInstance.SetReverse +// 0x0001 (0x0001 - 0x0000) +struct AnimSingleNodeInstance_SetReverse final +{ +public: + bool bInReverse; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_SetReverse; + +// Function Engine.AnimSingleNodeInstance.GetAnimationAsset +// 0x0008 (0x0008 - 0x0000) +struct AnimSingleNodeInstance_GetAnimationAsset final +{ +public: + class UAnimationAsset* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AnimSingleNodeInstance_GetAnimationAsset; + +// Function Engine.ArrowComponent.SetArrowColor +// 0x0010 (0x0010 - 0x0000) +struct ArrowComponent_SetArrowColor final +{ +public: + struct FLinearColor NewColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ArrowComponent_SetArrowColor; + +// Function Engine.AsyncActionHandleSaveGame.AsyncLoadGameFromSlot +// 0x0028 (0x0028 - 0x0000) +struct AsyncActionHandleSaveGame_AsyncLoadGameFromSlot final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SlotName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UserIndex; // 0x0018(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAsyncActionHandleSaveGame* ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncLoadGameFromSlot; + +// Function Engine.AsyncActionHandleSaveGame.AsyncSaveGameToSlot +// 0x0030 (0x0030 - 0x0000) +struct AsyncActionHandleSaveGame_AsyncSaveGameToSlot final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USaveGame* SaveGameObject_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SlotName; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UserIndex; // 0x0020(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAsyncActionHandleSaveGame* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncSaveGameToSlot; + +// Function Engine.AsyncActionLoadPrimaryAsset.AsyncLoadPrimaryAsset +// 0x0030 (0x0030 - 0x0000) +struct AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId PrimaryAsset; // 0x0008(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray LoadBundles; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UAsyncActionLoadPrimaryAsset* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset; + +// Function Engine.AsyncActionLoadPrimaryAssetClass.AsyncLoadPrimaryAssetClass +// 0x0030 (0x0030 - 0x0000) +struct AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId PrimaryAsset; // 0x0008(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray LoadBundles; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UAsyncActionLoadPrimaryAssetClass* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass; + +// Function Engine.AsyncActionLoadPrimaryAssetList.AsyncLoadPrimaryAssetList +// 0x0030 (0x0030 - 0x0000) +struct AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PrimaryAssetList; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray LoadBundles; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UAsyncActionLoadPrimaryAssetList* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList; + +// Function Engine.AsyncActionLoadPrimaryAssetClassList.AsyncLoadPrimaryAssetClassList +// 0x0030 (0x0030 - 0x0000) +struct AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PrimaryAssetList; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray LoadBundles; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UAsyncActionLoadPrimaryAssetClassList* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList; + +// Function Engine.AsyncActionChangePrimaryAssetBundles.AsyncChangeBundleStateForMatchingPrimaryAssets +// 0x0030 (0x0030 - 0x0000) +struct AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray NewBundles; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OldBundles; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UAsyncActionChangePrimaryAssetBundles* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets; + +// Function Engine.AsyncActionChangePrimaryAssetBundles.AsyncChangeBundleStateForPrimaryAssetList +// 0x0040 (0x0040 - 0x0000) +struct AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PrimaryAssetList; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray AddBundles; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray RemoveBundles; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UAsyncActionChangePrimaryAssetBundles* ReturnValue; // 0x0038(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList; + +// Function Engine.AtmosphericFogComponent.DisableGroundScattering +// 0x0001 (0x0001 - 0x0000) +struct AtmosphericFogComponent_DisableGroundScattering final +{ +public: + bool NewGroundScattering; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_DisableGroundScattering; + +// Function Engine.AtmosphericFogComponent.DisableSunDisk +// 0x0001 (0x0001 - 0x0000) +struct AtmosphericFogComponent_DisableSunDisk final +{ +public: + bool NewSunDisk; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_DisableSunDisk; + +// Function Engine.AtmosphericFogComponent.SetAltitudeScale +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetAltitudeScale final +{ +public: + float NewAltitudeScale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetAltitudeScale; + +// Function Engine.AtmosphericFogComponent.SetDefaultBrightness +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetDefaultBrightness final +{ +public: + float NewBrightness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultBrightness; + +// Function Engine.AtmosphericFogComponent.SetDefaultLightColor +// 0x0010 (0x0010 - 0x0000) +struct AtmosphericFogComponent_SetDefaultLightColor final +{ +public: + struct FLinearColor NewLightColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultLightColor; + +// Function Engine.AtmosphericFogComponent.SetDensityMultiplier +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetDensityMultiplier final +{ +public: + float NewDensityMultiplier; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityMultiplier; + +// Function Engine.AtmosphericFogComponent.SetDensityOffset +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetDensityOffset final +{ +public: + float NewDensityOffset; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityOffset; + +// Function Engine.AtmosphericFogComponent.SetDistanceOffset +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetDistanceOffset final +{ +public: + float NewDistanceOffset; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceOffset; + +// Function Engine.AtmosphericFogComponent.SetDistanceScale +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetDistanceScale final +{ +public: + float NewDistanceScale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceScale; + +// Function Engine.AtmosphericFogComponent.SetFogMultiplier +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetFogMultiplier final +{ +public: + float NewFogMultiplier; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetFogMultiplier; + +// Function Engine.AtmosphericFogComponent.SetPrecomputeParams +// 0x000C (0x000C - 0x0000) +struct AtmosphericFogComponent_SetPrecomputeParams final +{ +public: + float DensityHeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxScatteringOrder; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InscatterAltitudeSampleNum; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetPrecomputeParams; + +// Function Engine.AtmosphericFogComponent.SetStartDistance +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetStartDistance final +{ +public: + float NewStartDistance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetStartDistance; + +// Function Engine.AtmosphericFogComponent.SetSunMultiplier +// 0x0004 (0x0004 - 0x0000) +struct AtmosphericFogComponent_SetSunMultiplier final +{ +public: + float NewSunMultiplier; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AtmosphericFogComponent_SetSunMultiplier; + +// Function Engine.AudioVolume.SetEnabled +// 0x0001 (0x0001 - 0x0000) +struct AudioVolume_SetEnabled final +{ +public: + bool bNewEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioVolume_SetEnabled; + +// Function Engine.AudioVolume.SetInteriorSettings +// 0x0024 (0x0024 - 0x0000) +struct AudioVolume_SetInteriorSettings final +{ +public: + struct FInteriorSettings NewInteriorSettings; // 0x0000(0x0024)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioVolume_SetInteriorSettings; + +// Function Engine.AudioVolume.SetPriority +// 0x0004 (0x0004 - 0x0000) +struct AudioVolume_SetPriority final +{ +public: + float NewPriority; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioVolume_SetPriority; + +// Function Engine.AudioVolume.SetReverbSettings +// 0x0020 (0x0020 - 0x0000) +struct AudioVolume_SetReverbSettings final +{ +public: + struct FReverbSettings NewReverbSettings; // 0x0000(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioVolume_SetReverbSettings; + +// Function Engine.AudioVolume.SetSubmixOverrideSettings +// 0x0010 (0x0010 - 0x0000) +struct AudioVolume_SetSubmixOverrideSettings final +{ +public: + TArray NewSubmixOverrideSettings; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioVolume_SetSubmixOverrideSettings; + +// Function Engine.AudioVolume.SetSubmixSendSettings +// 0x0010 (0x0010 - 0x0000) +struct AudioVolume_SetSubmixSendSettings final +{ +public: + TArray NewSubmixSendSettings; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AudioVolume_SetSubmixSendSettings; + +// Function Engine.HealthSnapshotBlueprintLibrary.LogPerformanceSnapshot +// 0x0018 (0x0018 - 0x0000) +struct HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot final +{ +public: + class FString SnapshotTitle; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bResetStats; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot; + +// Function Engine.AutoDestroySubsystem.OnActorEndPlay +// 0x0010 (0x0010 - 0x0000) +struct AutoDestroySubsystem_OnActorEndPlay final +{ +public: + class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEndPlayReason EndPlayReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AutoDestroySubsystem_OnActorEndPlay; + +// Function Engine.AvoidanceManager.GetAvoidanceVelocityForComponent +// 0x0018 (0x0018 - 0x0000) +struct AvoidanceManager_GetAvoidanceVelocityForComponent final +{ +public: + class UMovementComponent* MovementComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AvoidanceManager_GetAvoidanceVelocityForComponent; + +// Function Engine.AvoidanceManager.GetNewAvoidanceUID +// 0x0004 (0x0004 - 0x0000) +struct AvoidanceManager_GetNewAvoidanceUID final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AvoidanceManager_GetNewAvoidanceUID; + +// Function Engine.AvoidanceManager.GetObjectCount +// 0x0004 (0x0004 - 0x0000) +struct AvoidanceManager_GetObjectCount final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_AvoidanceManager_GetObjectCount; + +// Function Engine.AvoidanceManager.RegisterMovementComponent +// 0x0010 (0x0010 - 0x0000) +struct AvoidanceManager_RegisterMovementComponent final +{ +public: + class UMovementComponent* MovementComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AvoidanceWeight; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_AvoidanceManager_RegisterMovementComponent; + +// Function Engine.ImportanceSamplingLibrary.BreakImportanceTexture +// 0x0060 (0x0060 - 0x0000) +struct ImportanceSamplingLibrary_BreakImportanceTexture final +{ +public: + struct FImportanceTexture ImportanceTexture; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class UTexture2D* Texture; // 0x0050(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EImportanceWeight WeightingFunc; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_BreakImportanceTexture; + +// Function Engine.ImportanceSamplingLibrary.ImportanceSample +// 0x0080 (0x0080 - 0x0000) +struct ImportanceSamplingLibrary_ImportanceSample final +{ +public: + struct FImportanceTexture Texture; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector2D Rand; // 0x0050(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Samples; // 0x0058(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Intensity; // 0x005C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D SamplePosition; // 0x0060(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor SampleColor; // 0x0068(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SampleIntensity; // 0x0078(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SampleSize; // 0x007C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_ImportanceSample; + +// Function Engine.ImportanceSamplingLibrary.MakeImportanceTexture +// 0x0060 (0x0060 - 0x0000) +struct ImportanceSamplingLibrary_MakeImportanceTexture final +{ +public: + class UTexture2D* Texture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EImportanceWeight WeightingFunc; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FImportanceTexture ReturnValue; // 0x0010(0x0050)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_MakeImportanceTexture; + +// Function Engine.ImportanceSamplingLibrary.NextSobolCell2D +// 0x0018 (0x0018 - 0x0000) +struct ImportanceSamplingLibrary_NextSobolCell2D final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumCells; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D PreviousValue; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell2D; + +// Function Engine.ImportanceSamplingLibrary.NextSobolCell3D +// 0x0020 (0x0020 - 0x0000) +struct ImportanceSamplingLibrary_NextSobolCell3D final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumCells; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousValue; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell3D; + +// Function Engine.ImportanceSamplingLibrary.NextSobolFloat +// 0x0010 (0x0010 - 0x0000) +struct ImportanceSamplingLibrary_NextSobolFloat final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Dimension; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreviousValue; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolFloat; + +// Function Engine.ImportanceSamplingLibrary.RandomSobolCell2D +// 0x0020 (0x0020 - 0x0000) +struct ImportanceSamplingLibrary_RandomSobolCell2D final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumCells; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Cell; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Seed; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell2D; + +// Function Engine.ImportanceSamplingLibrary.RandomSobolCell3D +// 0x002C (0x002C - 0x0000) +struct ImportanceSamplingLibrary_RandomSobolCell3D final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumCells; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Cell; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Seed; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell3D; + +// Function Engine.ImportanceSamplingLibrary.RandomSobolFloat +// 0x0010 (0x0010 - 0x0000) +struct ImportanceSamplingLibrary_RandomSobolFloat final +{ +public: + int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Dimension; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Seed; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolFloat; + +// Function Engine.PlatformEventsComponent.IsInLaptopMode +// 0x0001 (0x0001 - 0x0000) +struct PlatformEventsComponent_IsInLaptopMode final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlatformEventsComponent_IsInLaptopMode; + +// Function Engine.PlatformEventsComponent.IsInTabletMode +// 0x0001 (0x0001 - 0x0000) +struct PlatformEventsComponent_IsInTabletMode final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlatformEventsComponent_IsInTabletMode; + +// Function Engine.PlatformEventsComponent.SupportsConvertibleLaptops +// 0x0001 (0x0001 - 0x0000) +struct PlatformEventsComponent_SupportsConvertibleLaptops final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlatformEventsComponent_SupportsConvertibleLaptops; + +// Function Engine.Light.SetAffectTranslucentLighting +// 0x0001 (0x0001 - 0x0000) +struct Light_SetAffectTranslucentLighting final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetAffectTranslucentLighting; + +// Function Engine.Light.SetBrightness +// 0x0004 (0x0004 - 0x0000) +struct Light_SetBrightness final +{ +public: + float NewBrightness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetBrightness; + +// Function Engine.Light.SetCastShadows +// 0x0001 (0x0001 - 0x0000) +struct Light_SetCastShadows final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetCastShadows; + +// Function Engine.Light.SetEnabled +// 0x0001 (0x0001 - 0x0000) +struct Light_SetEnabled final +{ +public: + bool bSetEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetEnabled; + +// Function Engine.Light.SetLightColor +// 0x0010 (0x0010 - 0x0000) +struct Light_SetLightColor final +{ +public: + struct FLinearColor NewLightColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetLightColor; + +// Function Engine.Light.SetLightFunctionFadeDistance +// 0x0004 (0x0004 - 0x0000) +struct Light_SetLightFunctionFadeDistance final +{ +public: + float NewLightFunctionFadeDistance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetLightFunctionFadeDistance; + +// Function Engine.Light.SetLightFunctionMaterial +// 0x0008 (0x0008 - 0x0000) +struct Light_SetLightFunctionMaterial final +{ +public: + class UMaterialInterface* NewLightFunctionMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetLightFunctionMaterial; + +// Function Engine.Light.SetLightFunctionScale +// 0x000C (0x000C - 0x0000) +struct Light_SetLightFunctionScale final +{ +public: + struct FVector NewLightFunctionScale; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_SetLightFunctionScale; + +// Function Engine.Light.GetBrightness +// 0x0004 (0x0004 - 0x0000) +struct Light_GetBrightness final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_GetBrightness; + +// Function Engine.Light.GetLightColor +// 0x0010 (0x0010 - 0x0000) +struct Light_GetLightColor final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_GetLightColor; + +// Function Engine.Light.IsEnabled +// 0x0001 (0x0001 - 0x0000) +struct Light_IsEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Light_IsEnabled; + +// Function Engine.SpotLight.SetInnerConeAngle +// 0x0004 (0x0004 - 0x0000) +struct SpotLight_SetInnerConeAngle final +{ +public: + float NewInnerConeAngle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpotLight_SetInnerConeAngle; + +// Function Engine.SpotLight.SetOuterConeAngle +// 0x0004 (0x0004 - 0x0000) +struct SpotLight_SetOuterConeAngle final +{ +public: + float NewOuterConeAngle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SpotLight_SetOuterConeAngle; + +// Function Engine.PostProcessComponent.AddOrUpdateBlendable +// 0x0018 (0x0018 - 0x0000) +struct PostProcessComponent_AddOrUpdateBlendable final +{ +public: + TScriptInterface InBlendableObject; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + float InWeight; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PostProcessComponent_AddOrUpdateBlendable; + +// Function Engine.BlueprintPathsLibrary.AutomationDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_AutomationDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationDir; + +// Function Engine.BlueprintPathsLibrary.AutomationLogDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_AutomationLogDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationLogDir; + +// Function Engine.BlueprintPathsLibrary.AutomationTransientDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_AutomationTransientDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationTransientDir; + +// Function Engine.BlueprintPathsLibrary.BugItDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_BugItDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_BugItDir; + +// Function Engine.BlueprintPathsLibrary.ChangeExtension +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_ChangeExtension final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InNewExtension; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ChangeExtension; + +// Function Engine.BlueprintPathsLibrary.CloudDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_CloudDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_CloudDir; + +// Function Engine.BlueprintPathsLibrary.CollapseRelativeDirectories +// 0x0028 (0x0028 - 0x0000) +struct BlueprintPathsLibrary_CollapseRelativeDirectories final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_CollapseRelativeDirectories; + +// Function Engine.BlueprintPathsLibrary.Combine +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_Combine final +{ +public: + TArray InPaths; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_Combine; + +// Function Engine.BlueprintPathsLibrary.ConvertFromSandboxPath +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_ConvertFromSandboxPath final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InSandboxName; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertFromSandboxPath; + +// Function Engine.BlueprintPathsLibrary.ConvertRelativePathToFull +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_ConvertRelativePathToFull final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InBasePath; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertRelativePathToFull; + +// Function Engine.BlueprintPathsLibrary.ConvertToSandboxPath +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_ConvertToSandboxPath final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InSandboxName; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertToSandboxPath; + +// Function Engine.BlueprintPathsLibrary.CreateTempFilename +// 0x0040 (0x0040 - 0x0000) +struct BlueprintPathsLibrary_CreateTempFilename final +{ +public: + class FString Path; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Extension; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0030(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_CreateTempFilename; + +// Function Engine.BlueprintPathsLibrary.DiffDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_DiffDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_DiffDir; + +// Function Engine.BlueprintPathsLibrary.DirectoryExists +// 0x0018 (0x0018 - 0x0000) +struct BlueprintPathsLibrary_DirectoryExists final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_DirectoryExists; + +// Function Engine.BlueprintPathsLibrary.EngineConfigDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineConfigDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineConfigDir; + +// Function Engine.BlueprintPathsLibrary.EngineContentDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineContentDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineContentDir; + +// Function Engine.BlueprintPathsLibrary.EngineDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineDir; + +// Function Engine.BlueprintPathsLibrary.EngineIntermediateDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineIntermediateDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineIntermediateDir; + +// Function Engine.BlueprintPathsLibrary.EnginePluginsDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EnginePluginsDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EnginePluginsDir; + +// Function Engine.BlueprintPathsLibrary.EngineSavedDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineSavedDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSavedDir; + +// Function Engine.BlueprintPathsLibrary.EngineSourceDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineSourceDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSourceDir; + +// Function Engine.BlueprintPathsLibrary.EngineUserDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineUserDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineUserDir; + +// Function Engine.BlueprintPathsLibrary.EngineVersionAgnosticUserDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EngineVersionAgnosticUserDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineVersionAgnosticUserDir; + +// Function Engine.BlueprintPathsLibrary.EnterpriseDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EnterpriseDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseDir; + +// Function Engine.BlueprintPathsLibrary.EnterpriseFeaturePackDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EnterpriseFeaturePackDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseFeaturePackDir; + +// Function Engine.BlueprintPathsLibrary.EnterprisePluginsDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_EnterprisePluginsDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterprisePluginsDir; + +// Function Engine.BlueprintPathsLibrary.FeaturePackDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_FeaturePackDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_FeaturePackDir; + +// Function Engine.BlueprintPathsLibrary.FileExists +// 0x0018 (0x0018 - 0x0000) +struct BlueprintPathsLibrary_FileExists final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_FileExists; + +// Function Engine.BlueprintPathsLibrary.GameAgnosticSavedDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GameAgnosticSavedDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GameAgnosticSavedDir; + +// Function Engine.BlueprintPathsLibrary.GameDevelopersDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GameDevelopersDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GameDevelopersDir; + +// Function Engine.BlueprintPathsLibrary.GameSourceDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GameSourceDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GameSourceDir; + +// Function Engine.BlueprintPathsLibrary.GameUserDeveloperDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GameUserDeveloperDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GameUserDeveloperDir; + +// Function Engine.BlueprintPathsLibrary.GeneratedConfigDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GeneratedConfigDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GeneratedConfigDir; + +// Function Engine.BlueprintPathsLibrary.GetBaseFilename +// 0x0028 (0x0028 - 0x0000) +struct BlueprintPathsLibrary_GetBaseFilename final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemovePath; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetBaseFilename; + +// Function Engine.BlueprintPathsLibrary.GetCleanFilename +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_GetCleanFilename final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetCleanFilename; + +// Function Engine.BlueprintPathsLibrary.GetEditorLocalizationPaths +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetEditorLocalizationPaths final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEditorLocalizationPaths; + +// Function Engine.BlueprintPathsLibrary.GetEngineLocalizationPaths +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetEngineLocalizationPaths final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEngineLocalizationPaths; + +// Function Engine.BlueprintPathsLibrary.GetExtension +// 0x0028 (0x0028 - 0x0000) +struct BlueprintPathsLibrary_GetExtension final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeDot; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetExtension; + +// Function Engine.BlueprintPathsLibrary.GetGameLocalizationPaths +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetGameLocalizationPaths final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetGameLocalizationPaths; + +// Function Engine.BlueprintPathsLibrary.GetInvalidFileSystemChars +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetInvalidFileSystemChars final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetInvalidFileSystemChars; + +// Function Engine.BlueprintPathsLibrary.GetPath +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_GetPath final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPath; + +// Function Engine.BlueprintPathsLibrary.GetProjectFilePath +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetProjectFilePath final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetProjectFilePath; + +// Function Engine.BlueprintPathsLibrary.GetPropertyNameLocalizationPaths +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetPropertyNameLocalizationPaths final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPropertyNameLocalizationPaths; + +// Function Engine.BlueprintPathsLibrary.GetRelativePathToRoot +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetRelativePathToRoot final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRelativePathToRoot; + +// Function Engine.BlueprintPathsLibrary.GetRestrictedFolderNames +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetRestrictedFolderNames final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRestrictedFolderNames; + +// Function Engine.BlueprintPathsLibrary.GetToolTipLocalizationPaths +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_GetToolTipLocalizationPaths final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_GetToolTipLocalizationPaths; + +// Function Engine.BlueprintPathsLibrary.HasProjectPersistentDownloadDir +// 0x0001 (0x0001 - 0x0000) +struct BlueprintPathsLibrary_HasProjectPersistentDownloadDir final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_HasProjectPersistentDownloadDir; + +// Function Engine.BlueprintPathsLibrary.IsDrive +// 0x0018 (0x0018 - 0x0000) +struct BlueprintPathsLibrary_IsDrive final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_IsDrive; + +// Function Engine.BlueprintPathsLibrary.IsProjectFilePathSet +// 0x0001 (0x0001 - 0x0000) +struct BlueprintPathsLibrary_IsProjectFilePathSet final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_IsProjectFilePathSet; + +// Function Engine.BlueprintPathsLibrary.IsRelative +// 0x0018 (0x0018 - 0x0000) +struct BlueprintPathsLibrary_IsRelative final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRelative; + +// Function Engine.BlueprintPathsLibrary.IsRestrictedPath +// 0x0018 (0x0018 - 0x0000) +struct BlueprintPathsLibrary_IsRestrictedPath final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRestrictedPath; + +// Function Engine.BlueprintPathsLibrary.IsSamePath +// 0x0028 (0x0028 - 0x0000) +struct BlueprintPathsLibrary_IsSamePath final +{ +public: + class FString PathA; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString PathB; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_IsSamePath; + +// Function Engine.BlueprintPathsLibrary.LaunchDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_LaunchDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_LaunchDir; + +// Function Engine.BlueprintPathsLibrary.MakePathRelativeTo +// 0x0038 (0x0038 - 0x0000) +struct BlueprintPathsLibrary_MakePathRelativeTo final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InRelativeTo; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePathRelativeTo; + +// Function Engine.BlueprintPathsLibrary.MakePlatformFilename +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_MakePlatformFilename final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePlatformFilename; + +// Function Engine.BlueprintPathsLibrary.MakeStandardFilename +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_MakeStandardFilename final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeStandardFilename; + +// Function Engine.BlueprintPathsLibrary.MakeValidFileName +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_MakeValidFileName final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InReplacementChar; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeValidFileName; + +// Function Engine.BlueprintPathsLibrary.NormalizeDirectoryName +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_NormalizeDirectoryName final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeDirectoryName; + +// Function Engine.BlueprintPathsLibrary.NormalizeFilename +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_NormalizeFilename final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeFilename; + +// Function Engine.BlueprintPathsLibrary.ProfilingDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProfilingDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProfilingDir; + +// Function Engine.BlueprintPathsLibrary.ProjectConfigDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectConfigDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectConfigDir; + +// Function Engine.BlueprintPathsLibrary.ProjectContentDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectContentDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectContentDir; + +// Function Engine.BlueprintPathsLibrary.ProjectDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectDir; + +// Function Engine.BlueprintPathsLibrary.ProjectIntermediateDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectIntermediateDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectIntermediateDir; + +// Function Engine.BlueprintPathsLibrary.ProjectLogDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectLogDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectLogDir; + +// Function Engine.BlueprintPathsLibrary.ProjectModsDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectModsDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectModsDir; + +// Function Engine.BlueprintPathsLibrary.ProjectPersistentDownloadDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectPersistentDownloadDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPersistentDownloadDir; + +// Function Engine.BlueprintPathsLibrary.ProjectPluginsDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectPluginsDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPluginsDir; + +// Function Engine.BlueprintPathsLibrary.ProjectSavedDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectSavedDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectSavedDir; + +// Function Engine.BlueprintPathsLibrary.ProjectUserDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ProjectUserDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectUserDir; + +// Function Engine.BlueprintPathsLibrary.RemoveDuplicateSlashes +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPathsLibrary_RemoveDuplicateSlashes final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutPath; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_RemoveDuplicateSlashes; + +// Function Engine.BlueprintPathsLibrary.RootDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_RootDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_RootDir; + +// Function Engine.BlueprintPathsLibrary.SandboxesDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_SandboxesDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_SandboxesDir; + +// Function Engine.BlueprintPathsLibrary.ScreenShotDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ScreenShotDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ScreenShotDir; + +// Function Engine.BlueprintPathsLibrary.SetExtension +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_SetExtension final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InNewExtension; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_SetExtension; + +// Function Engine.BlueprintPathsLibrary.SetProjectFilePath +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_SetProjectFilePath final +{ +public: + class FString NewGameProjectFilePath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_SetProjectFilePath; + +// Function Engine.BlueprintPathsLibrary.ShaderWorkingDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_ShaderWorkingDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ShaderWorkingDir; + +// Function Engine.BlueprintPathsLibrary.ShouldSaveToUserDir +// 0x0001 (0x0001 - 0x0000) +struct BlueprintPathsLibrary_ShouldSaveToUserDir final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ShouldSaveToUserDir; + +// Function Engine.BlueprintPathsLibrary.SourceConfigDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_SourceConfigDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_SourceConfigDir; + +// Function Engine.BlueprintPathsLibrary.Split +// 0x0040 (0x0040 - 0x0000) +struct BlueprintPathsLibrary_Split final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString PathPart; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FilenamePart; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ExtensionPart; // 0x0030(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_Split; + +// Function Engine.BlueprintPathsLibrary.ValidatePath +// 0x0030 (0x0030 - 0x0000) +struct BlueprintPathsLibrary_ValidatePath final +{ +public: + class FString InPath; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDidSucceed; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText OutReason; // 0x0018(0x0018)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_ValidatePath; + +// Function Engine.BlueprintPathsLibrary.VideoCaptureDir +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPathsLibrary_VideoCaptureDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPathsLibrary_VideoCaptureDir; + +// Function Engine.BlueprintPlatformLibrary.CancelLocalNotification +// 0x0010 (0x0010 - 0x0000) +struct BlueprintPlatformLibrary_CancelLocalNotification final +{ +public: + class FString ActivationEvent; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification; + +// Function Engine.BlueprintPlatformLibrary.CancelLocalNotificationById +// 0x0004 (0x0004 - 0x0000) +struct BlueprintPlatformLibrary_CancelLocalNotificationById final +{ +public: + int32 NotificationId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById; + +// Function Engine.BlueprintPlatformLibrary.GetDeviceOrientation +// 0x0001 (0x0001 - 0x0000) +struct BlueprintPlatformLibrary_GetDeviceOrientation final +{ +public: + EScreenOrientation ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation; + +// Function Engine.BlueprintPlatformLibrary.GetLaunchNotification +// 0x0020 (0x0020 - 0x0000) +struct BlueprintPlatformLibrary_GetLaunchNotification final +{ +public: + bool NotificationLaunchedApp; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ActivationEvent; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FireDate; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification; + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationAtTime +// 0x0070 (0x0070 - 0x0000) +struct BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime final +{ +public: + struct FDateTime FireDateTime; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool LocalTime; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText Title; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText Body; // 0x0028(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText Action; // 0x0040(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FString ActivationEvent; // 0x0058(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0068(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime; + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationBadgeAtTime +// 0x0028 (0x0028 - 0x0000) +struct BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime final +{ +public: + struct FDateTime FireDateTime; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool LocalTime; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ActivationEvent; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime; + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationBadgeFromNow +// 0x0018 (0x0018 - 0x0000) +struct BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow final +{ +public: + int32 inSecondsFromNow; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ActivationEvent; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow; + +// Function Engine.BlueprintPlatformLibrary.ScheduleLocalNotificationFromNow +// 0x0068 (0x0068 - 0x0000) +struct BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow final +{ +public: + int32 inSecondsFromNow; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FText Title; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText Body; // 0x0020(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText Action; // 0x0038(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FString ActivationEvent; // 0x0050(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0060(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow; + +// Function Engine.BlueprintSetLibrary.Set_Add +// 0x0058 (0x0058 - 0x0000) +struct BlueprintSetLibrary_Set_Add final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 NewItem; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Add; + +// Function Engine.BlueprintSetLibrary.Set_AddItems +// 0x0060 (0x0060 - 0x0000) +struct BlueprintSetLibrary_Set_AddItems final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TArray NewItems; // 0x0050(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_AddItems; + +// Function Engine.BlueprintSetLibrary.Set_Clear +// 0x0050 (0x0050 - 0x0000) +struct BlueprintSetLibrary_Set_Clear final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Clear; + +// Function Engine.BlueprintSetLibrary.Set_Contains +// 0x0058 (0x0058 - 0x0000) +struct BlueprintSetLibrary_Set_Contains final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ItemToFind; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0054(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Contains; + +// Function Engine.BlueprintSetLibrary.Set_Difference +// 0x00F0 (0x00F0 - 0x0000) +struct BlueprintSetLibrary_Set_Difference final +{ +public: + TSet A; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TSet B; // 0x0050(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TSet Result; // 0x00A0(0x0050)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Difference; + +// Function Engine.BlueprintSetLibrary.Set_Intersection +// 0x00F0 (0x00F0 - 0x0000) +struct BlueprintSetLibrary_Set_Intersection final +{ +public: + TSet A; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TSet B; // 0x0050(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TSet Result; // 0x00A0(0x0050)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Intersection; + +// Function Engine.BlueprintSetLibrary.Set_Length +// 0x0058 (0x0058 - 0x0000) +struct BlueprintSetLibrary_Set_Length final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0050(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Length; + +// Function Engine.BlueprintSetLibrary.Set_Remove +// 0x0058 (0x0058 - 0x0000) +struct BlueprintSetLibrary_Set_Remove final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 Item; // 0x0050(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0054(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_55[0x3]; // 0x0055(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Remove; + +// Function Engine.BlueprintSetLibrary.Set_RemoveItems +// 0x0060 (0x0060 - 0x0000) +struct BlueprintSetLibrary_Set_RemoveItems final +{ +public: + TSet TargetSet; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TArray Items; // 0x0050(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_RemoveItems; + +// Function Engine.BlueprintSetLibrary.Set_ToArray +// 0x0060 (0x0060 - 0x0000) +struct BlueprintSetLibrary_Set_ToArray final +{ +public: + TSet A; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TArray Result; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_ToArray; + +// Function Engine.BlueprintSetLibrary.Set_Union +// 0x00F0 (0x00F0 - 0x0000) +struct BlueprintSetLibrary_Set_Union final +{ +public: + TSet A; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TSet B; // 0x0050(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + TSet Result; // 0x00A0(0x0050)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Union; + +// Function Engine.BlueprintSetLibrary.SetSetPropertyByName +// 0x0060 (0x0060 - 0x0000) +struct BlueprintSetLibrary_SetSetPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSet Value; // 0x0010(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_BlueprintSetLibrary_SetSetPropertyByName; + +// Function Engine.KismetInputLibrary.EqualEqual_InputChordInputChord +// 0x0048 (0x0048 - 0x0000) +struct KismetInputLibrary_EqualEqual_InputChordInputChord final +{ +public: + struct FInputChord A; // 0x0000(0x0020)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInputChord B; // 0x0020(0x0020)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_InputChordInputChord; + +// Function Engine.KismetInputLibrary.EqualEqual_KeyKey +// 0x0038 (0x0038 - 0x0000) +struct KismetInputLibrary_EqualEqual_KeyKey final +{ +public: + struct FKey A; // 0x0000(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FKey B; // 0x0018(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_KeyKey; + +// Function Engine.KismetInputLibrary.GetAnalogValue +// 0x0048 (0x0048 - 0x0000) +struct KismetInputLibrary_GetAnalogValue final +{ +public: + struct FAnalogInputEvent Input; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_GetAnalogValue; + +// Function Engine.KismetInputLibrary.GetKey +// 0x0050 (0x0050 - 0x0000) +struct KismetInputLibrary_GetKey final +{ +public: + struct FKeyEvent Input; // 0x0000(0x0038)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FKey ReturnValue; // 0x0038(0x0018)(Parm, OutParm, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_GetKey; + +// Function Engine.KismetInputLibrary.GetUserIndex +// 0x0040 (0x0040 - 0x0000) +struct KismetInputLibrary_GetUserIndex final +{ +public: + struct FKeyEvent Input; // 0x0000(0x0038)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0038(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex; + +// Function Engine.KismetInputLibrary.InputChord_GetDisplayName +// 0x0038 (0x0038 - 0x0000) +struct KismetInputLibrary_InputChord_GetDisplayName final +{ +public: + struct FInputChord Key; // 0x0000(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0020(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputChord_GetDisplayName; + +// Function Engine.KismetInputLibrary.InputEvent_IsAltDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsAltDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsAltDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsCommandDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsCommandDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsCommandDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsControlDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsControlDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsControlDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftAltDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsLeftAltDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftAltDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftCommandDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsLeftCommandDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftCommandDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftControlDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsLeftControlDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftControlDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsLeftShiftDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsLeftShiftDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftShiftDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsRepeat +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsRepeat final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRepeat; + +// Function Engine.KismetInputLibrary.InputEvent_IsRightAltDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsRightAltDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightAltDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsRightCommandDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsRightCommandDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightCommandDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsRightControlDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsRightControlDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightControlDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsRightShiftDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsRightShiftDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightShiftDown; + +// Function Engine.KismetInputLibrary.InputEvent_IsShiftDown +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_InputEvent_IsShiftDown final +{ +public: + struct FInputEvent Input; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsShiftDown; + +// Function Engine.KismetInputLibrary.Key_GetDisplayName +// 0x0030 (0x0030 - 0x0000) +struct KismetInputLibrary_Key_GetDisplayName final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName; + +// Function Engine.KismetInputLibrary.Key_GetNavigationAction +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_GetNavigationAction final +{ +public: + struct FKey InKey; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EUINavigationAction ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationAction; + +// Function Engine.KismetInputLibrary.Key_GetNavigationActionFromKey +// 0x0040 (0x0040 - 0x0000) +struct KismetInputLibrary_Key_GetNavigationActionFromKey final +{ +public: + struct FKeyEvent InKeyEvent; // 0x0000(0x0038)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + EUINavigationAction ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationActionFromKey; + +// Function Engine.KismetInputLibrary.Key_GetNavigationDirectionFromAnalog +// 0x0048 (0x0048 - 0x0000) +struct KismetInputLibrary_Key_GetNavigationDirectionFromAnalog final +{ +public: + struct FAnalogInputEvent InAnalogEvent; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + EUINavigation ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromAnalog; + +// Function Engine.KismetInputLibrary.Key_GetNavigationDirectionFromKey +// 0x0040 (0x0040 - 0x0000) +struct KismetInputLibrary_Key_GetNavigationDirectionFromKey final +{ +public: + struct FKeyEvent InKeyEvent; // 0x0000(0x0038)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + EUINavigation ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromKey; + +// Function Engine.KismetInputLibrary.Key_IsAnalog +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsAnalog final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAnalog; + +// Function Engine.KismetInputLibrary.Key_IsAxis1D +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsAxis1D final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis1D; + +// Function Engine.KismetInputLibrary.Key_IsAxis2D +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsAxis2D final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis2D; + +// Function Engine.KismetInputLibrary.Key_IsAxis3D +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsAxis3D final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis3D; + +// Function Engine.KismetInputLibrary.Key_IsButtonAxis +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsButtonAxis final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsButtonAxis; + +// Function Engine.KismetInputLibrary.Key_IsDigital +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsDigital final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsDigital; + +// Function Engine.KismetInputLibrary.Key_IsGamepadKey +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsGamepadKey final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsGamepadKey; + +// Function Engine.KismetInputLibrary.Key_IsKeyboardKey +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsKeyboardKey final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsKeyboardKey; + +// Function Engine.KismetInputLibrary.Key_IsModifierKey +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsModifierKey final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsModifierKey; + +// Function Engine.KismetInputLibrary.Key_IsMouseButton +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsMouseButton final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsMouseButton; + +// Function Engine.KismetInputLibrary.Key_IsValid +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsValid final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsValid; + +// Function Engine.KismetInputLibrary.Key_IsVectorAxis +// 0x0020 (0x0020 - 0x0000) +struct KismetInputLibrary_Key_IsVectorAxis final +{ +public: + struct FKey Key; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_Key_IsVectorAxis; + +// Function Engine.KismetInputLibrary.PointerEvent_GetCursorDelta +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetCursorDelta final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0070(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetCursorDelta; + +// Function Engine.KismetInputLibrary.PointerEvent_GetEffectingButton +// 0x0088 (0x0088 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetEffectingButton final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FKey ReturnValue; // 0x0070(0x0018)(Parm, OutParm, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetEffectingButton; + +// Function Engine.KismetInputLibrary.PointerEvent_GetGestureDelta +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetGestureDelta final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0070(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureDelta; + +// Function Engine.KismetInputLibrary.PointerEvent_GetGestureType +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetGestureType final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + ESlateGesture ReturnValue; // 0x0070(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureType; + +// Function Engine.KismetInputLibrary.PointerEvent_GetLastScreenSpacePosition +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0070(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition; + +// Function Engine.KismetInputLibrary.PointerEvent_GetPointerIndex +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetPointerIndex final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0070(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetPointerIndex; + +// Function Engine.KismetInputLibrary.PointerEvent_GetScreenSpacePosition +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetScreenSpacePosition final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0070(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetScreenSpacePosition; + +// Function Engine.KismetInputLibrary.PointerEvent_GetTouchpadIndex +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetTouchpadIndex final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0070(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetTouchpadIndex; + +// Function Engine.KismetInputLibrary.PointerEvent_GetUserIndex +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetUserIndex final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0070(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetUserIndex; + +// Function Engine.KismetInputLibrary.PointerEvent_GetWheelDelta +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_GetWheelDelta final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0070(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetWheelDelta; + +// Function Engine.KismetInputLibrary.PointerEvent_IsMouseButtonDown +// 0x0090 (0x0090 - 0x0000) +struct KismetInputLibrary_PointerEvent_IsMouseButtonDown final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FKey MouseButton; // 0x0070(0x0018)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0088(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x7]; // 0x0089(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsMouseButtonDown; + +// Function Engine.KismetInputLibrary.PointerEvent_IsTouchEvent +// 0x0078 (0x0078 - 0x0000) +struct KismetInputLibrary_PointerEvent_IsTouchEvent final +{ +public: + struct FPointerEvent Input; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0070(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsTouchEvent; + +// Function Engine.RectLightComponent.SetBarnDoorAngle +// 0x0004 (0x0004 - 0x0000) +struct RectLightComponent_SetBarnDoorAngle final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorAngle; + +// Function Engine.RectLightComponent.SetBarnDoorLength +// 0x0004 (0x0004 - 0x0000) +struct RectLightComponent_SetBarnDoorLength final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength; + +// Function Engine.RectLightComponent.SetSourceHeight +// 0x0004 (0x0004 - 0x0000) +struct RectLightComponent_SetSourceHeight final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight; + +// Function Engine.RectLightComponent.SetSourceTexture +// 0x0008 (0x0008 - 0x0000) +struct RectLightComponent_SetSourceTexture final +{ +public: + class UTexture* bNewValue; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture; + +// Function Engine.RectLightComponent.SetSourceWidth +// 0x0004 (0x0004 - 0x0000) +struct RectLightComponent_SetSourceWidth final +{ +public: + float bNewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth; + +// Function Engine.CameraAnimInst.SetDuration +// 0x0004 (0x0004 - 0x0000) +struct CameraAnimInst_SetDuration final +{ +public: + float NewDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraAnimInst_SetDuration; + +// Function Engine.CameraAnimInst.SetScale +// 0x0004 (0x0004 - 0x0000) +struct CameraAnimInst_SetScale final +{ +public: + float NewDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraAnimInst_SetScale; + +// Function Engine.CameraAnimInst.Stop +// 0x0001 (0x0001 - 0x0000) +struct CameraAnimInst_Stop final +{ +public: + bool bImmediate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraAnimInst_Stop; + +// Function Engine.RadialForceComponent.AddObjectTypeToAffect +// 0x0001 (0x0001 - 0x0000) +struct RadialForceComponent_AddObjectTypeToAffect final +{ +public: + EObjectTypeQuery ObjectType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RadialForceComponent_AddObjectTypeToAffect; + +// Function Engine.RadialForceComponent.RemoveObjectTypeToAffect +// 0x0001 (0x0001 - 0x0000) +struct RadialForceComponent_RemoveObjectTypeToAffect final +{ +public: + EObjectTypeQuery ObjectType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RadialForceComponent_RemoveObjectTypeToAffect; + +// Function Engine.CameraShakeSourceComponent.StartCameraShake +// 0x0020 (0x0020 - 0x0000) +struct CameraShakeSourceComponent_StartCameraShake final +{ +public: + TSubclassOf InCameraShake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace PlaySpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator UserPlaySpaceRot; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CameraShakeSourceComponent_StartCameraShake; + +// Function Engine.CameraShakeSourceComponent.StopAllCameraShakes +// 0x0001 (0x0001 - 0x0000) +struct CameraShakeSourceComponent_StopAllCameraShakes final +{ +public: + bool bImmediately; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakes; + +// Function Engine.CameraShakeSourceComponent.StopAllCameraShakesOfType +// 0x0010 (0x0010 - 0x0000) +struct CameraShakeSourceComponent_StopAllCameraShakesOfType final +{ +public: + TSubclassOf InCameraShake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakesOfType; + +// Function Engine.CameraShakeSourceComponent.GetAttenuationFactor +// 0x0010 (0x0010 - 0x0000) +struct CameraShakeSourceComponent_GetAttenuationFactor final +{ +public: + struct FVector Location; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CameraShakeSourceComponent_GetAttenuationFactor; + +// Function Engine.Canvas.K2_Deproject +// 0x0020 (0x0020 - 0x0000) +struct Canvas_K2_Deproject final +{ +public: + struct FVector2D ScreenPosition; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldOrigin; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldDirection; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_Deproject; + +// Function Engine.Canvas.K2_DrawBorder +// 0x0088 (0x0088 - 0x0000) +struct Canvas_K2_DrawBorder final +{ +public: + class UTexture* BorderTexture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* BackgroundTexture; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* LeftBorderTexture; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* RightBorderTexture; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* TopBorderTexture; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* BottomBorderTexture; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenSize; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CoordinatePosition; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CoordinateSize; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RenderColor; // 0x0050(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D BorderScale; // 0x0060(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D BackgroundScale; // 0x0068(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Rotation; // 0x0070(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D PivotPoint; // 0x0074(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CornerSize; // 0x007C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_84[0x4]; // 0x0084(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawBorder; + +// Function Engine.Canvas.K2_DrawBox +// 0x0024 (0x0024 - 0x0000) +struct Canvas_K2_DrawBox final +{ +public: + struct FVector2D ScreenPosition; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenSize; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RenderColor; // 0x0014(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawBox; + +// Function Engine.Canvas.K2_DrawLine +// 0x0024 (0x0024 - 0x0000) +struct Canvas_K2_DrawLine final +{ +public: + struct FVector2D ScreenPositionA; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPositionB; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RenderColor; // 0x0014(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawLine; + +// Function Engine.Canvas.K2_DrawMaterial +// 0x0038 (0x0038 - 0x0000) +struct Canvas_K2_DrawMaterial final +{ +public: + class UMaterialInterface* RenderMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenSize; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CoordinatePosition; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CoordinateSize; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Rotation; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D PivotPoint; // 0x002C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawMaterial; + +// Function Engine.Canvas.K2_DrawMaterialTriangle +// 0x0018 (0x0018 - 0x0000) +struct Canvas_K2_DrawMaterialTriangle final +{ +public: + class UMaterialInterface* RenderMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Triangles; // 0x0008(0x0010)(Parm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawMaterialTriangle; + +// Function Engine.Canvas.K2_DrawPolygon +// 0x0030 (0x0030 - 0x0000) +struct Canvas_K2_DrawPolygon final +{ +public: + class UTexture* RenderTexture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Radius; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumberOfSides; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RenderColor; // 0x001C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawPolygon; + +// Function Engine.Canvas.K2_DrawText +// 0x0068 (0x0068 - 0x0000) +struct Canvas_K2_DrawText final +{ +public: + class UFont* RenderFont; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString RenderText; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Scale; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RenderColor; // 0x0028(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Kerning; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ShadowColor; // 0x003C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ShadowOffset; // 0x004C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCentreX; // 0x0054(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCentreY; // 0x0055(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOutlined; // 0x0056(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_57[0x1]; // 0x0057(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor OutlineColor; // 0x0058(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawText; + +// Function Engine.Canvas.K2_DrawTexture +// 0x0048 (0x0048 - 0x0000) +struct Canvas_K2_DrawTexture final +{ +public: + class UTexture* RenderTexture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenSize; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CoordinatePosition; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CoordinateSize; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RenderColor; // 0x0028(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBlendMode BlendMode; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Rotation; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D PivotPoint; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawTexture; + +// Function Engine.Canvas.K2_DrawTriangle +// 0x0018 (0x0018 - 0x0000) +struct Canvas_K2_DrawTriangle final +{ +public: + class UTexture* RenderTexture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Triangles; // 0x0008(0x0010)(Parm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_DrawTriangle; + +// Function Engine.Canvas.K2_Project +// 0x0018 (0x0018 - 0x0000) +struct Canvas_K2_Project final +{ +public: + struct FVector WorldLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_Project; + +// Function Engine.Canvas.K2_StrLen +// 0x0020 (0x0020 - 0x0000) +struct Canvas_K2_StrLen final +{ +public: + class UFont* RenderFont; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString RenderText; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_StrLen; + +// Function Engine.Canvas.K2_TextSize +// 0x0028 (0x0028 - 0x0000) +struct Canvas_K2_TextSize final +{ +public: + class UFont* RenderFont; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString RenderText; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Scale; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Canvas_K2_TextSize; + +// Function Engine.CapsuleComponent.SetCapsuleHalfHeight +// 0x0008 (0x0008 - 0x0000) +struct CapsuleComponent_SetCapsuleHalfHeight final +{ +public: + float HalfHeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateOverlaps; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleHalfHeight; + +// Function Engine.CapsuleComponent.SetCapsuleRadius +// 0x0008 (0x0008 - 0x0000) +struct CapsuleComponent_SetCapsuleRadius final +{ +public: + float Radius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateOverlaps; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleRadius; + +// Function Engine.CapsuleComponent.SetCapsuleSize +// 0x000C (0x000C - 0x0000) +struct CapsuleComponent_SetCapsuleSize final +{ +public: + float InRadius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InHalfHeight; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUpdateOverlaps; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleSize; + +// Function Engine.CapsuleComponent.GetScaledCapsuleHalfHeight +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetScaledCapsuleHalfHeight final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleHalfHeight; + +// Function Engine.CapsuleComponent.GetScaledCapsuleHalfHeight_WithoutHemisphere +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere; + +// Function Engine.CapsuleComponent.GetScaledCapsuleRadius +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetScaledCapsuleRadius final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleRadius; + +// Function Engine.CapsuleComponent.GetScaledCapsuleSize +// 0x0008 (0x0008 - 0x0000) +struct CapsuleComponent_GetScaledCapsuleSize final +{ +public: + float OutRadius; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutHalfHeight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleSize; + +// Function Engine.CapsuleComponent.GetScaledCapsuleSize_WithoutHemisphere +// 0x0008 (0x0008 - 0x0000) +struct CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere final +{ +public: + float OutRadius; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutHalfHeightWithoutHemisphere; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere; + +// Function Engine.CapsuleComponent.GetShapeScale +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetShapeScale final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetShapeScale; + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleHalfHeight +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetUnscaledCapsuleHalfHeight final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleHalfHeight; + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleHalfHeight_WithoutHemisphere +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere; + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleRadius +// 0x0004 (0x0004 - 0x0000) +struct CapsuleComponent_GetUnscaledCapsuleRadius final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleRadius; + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleSize +// 0x0008 (0x0008 - 0x0000) +struct CapsuleComponent_GetUnscaledCapsuleSize final +{ +public: + float OutRadius; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutHalfHeight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleSize; + +// Function Engine.CapsuleComponent.GetUnscaledCapsuleSize_WithoutHemisphere +// 0x0008 (0x0008 - 0x0000) +struct CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere final +{ +public: + float OutRadius; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutHalfHeightWithoutHemisphere; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere; + +// Function Engine.ChildActorComponent.SetChildActorClass +// 0x0008 (0x0008 - 0x0000) +struct ChildActorComponent_SetChildActorClass final +{ +public: + TSubclassOf InClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ChildActorComponent_SetChildActorClass; + +// Function Engine.InterpToMovementComponent.AddControlPointPosition +// 0x0010 (0x0010 - 0x0000) +struct InterpToMovementComponent_AddControlPointPosition final +{ +public: + struct FVector Pos; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPositionIsRelative; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_InterpToMovementComponent_AddControlPointPosition; + +// Function Engine.InterpToMovementComponent.RestartMovement +// 0x0004 (0x0004 - 0x0000) +struct InterpToMovementComponent_RestartMovement final +{ +public: + float InitialDirection; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InterpToMovementComponent_RestartMovement; + +// Function Engine.InterpToMovementComponent.StopSimulating +// 0x0088 (0x0088 - 0x0000) +struct InterpToMovementComponent_StopSimulating final +{ +public: + struct FHitResult HitResult; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_InterpToMovementComponent_StopSimulating; + +// Function Engine.ForceFeedbackComponent.AdjustAttenuation +// 0x00B0 (0x00B0 - 0x0000) +struct ForceFeedbackComponent_AdjustAttenuation final +{ +public: + struct FForceFeedbackAttenuationSettings InAttenuationSettings; // 0x0000(0x00B0)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ForceFeedbackComponent_AdjustAttenuation; + +// Function Engine.ForceFeedbackComponent.Play +// 0x0004 (0x0004 - 0x0000) +struct ForceFeedbackComponent_Play final +{ +public: + float StartTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ForceFeedbackComponent_Play; + +// Function Engine.ForceFeedbackComponent.SetForceFeedbackEffect +// 0x0008 (0x0008 - 0x0000) +struct ForceFeedbackComponent_SetForceFeedbackEffect final +{ +public: + class UForceFeedbackEffect* NewForceFeedbackEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ForceFeedbackComponent_SetForceFeedbackEffect; + +// Function Engine.ForceFeedbackComponent.SetIntensityMultiplier +// 0x0004 (0x0004 - 0x0000) +struct ForceFeedbackComponent_SetIntensityMultiplier final +{ +public: + float NewIntensityMultiplier; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ForceFeedbackComponent_SetIntensityMultiplier; + +// Function Engine.ForceFeedbackComponent.BP_GetAttenuationSettingsToApply +// 0x00B8 (0x00B8 - 0x0000) +struct ForceFeedbackComponent_BP_GetAttenuationSettingsToApply final +{ +public: + struct FForceFeedbackAttenuationSettings OutAttenuationSettings; // 0x0000(0x00B0)(Parm, OutParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00B0(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B1[0x7]; // 0x00B1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ForceFeedbackComponent_BP_GetAttenuationSettingsToApply; + +// Function Engine.PlayerCameraManager.AddCameraLensEffect +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_AddCameraLensEffect final +{ +public: + TSubclassOf LensEffectEmitterClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AEmitterCameraLensEffectBase* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_AddCameraLensEffect; + +// Function Engine.PlayerCameraManager.AddNewCameraModifier +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_AddNewCameraModifier final +{ +public: + TSubclassOf ModifierClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCameraModifier* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_AddNewCameraModifier; + +// Function Engine.PlayerCameraManager.BlueprintUpdateCamera +// 0x0028 (0x0028 - 0x0000) +struct PlayerCameraManager_BlueprintUpdateCamera final +{ +public: + class AActor* CameraTarget; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewCameraLocation; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewCameraRotation; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float NewCameraFOV; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_BlueprintUpdateCamera; + +// Function Engine.PlayerCameraManager.FindCameraModifierByClass +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_FindCameraModifierByClass final +{ +public: + TSubclassOf ModifierClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCameraModifier* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_FindCameraModifierByClass; + +// Function Engine.PlayerCameraManager.PhotographyCameraModify +// 0x0030 (0x0030 - 0x0000) +struct PlayerCameraManager_PhotographyCameraModify final +{ +public: + struct FVector NewCameraLocation; // 0x0000(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousCameraLocation; // 0x000C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OriginalCameraLocation; // 0x0018(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ResultCameraLocation; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_PhotographyCameraModify; + +// Function Engine.PlayerCameraManager.PlayCameraAnim +// 0x0038 (0x0038 - 0x0000) +struct PlayerCameraManager_PlayCameraAnim final +{ +public: + class UCameraAnim* Anim; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Rate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendInTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLoop; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRandomStartTime; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Duration; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace PlaySpace; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator UserPlaySpaceRot; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class UCameraAnimInst* ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_PlayCameraAnim; + +// Function Engine.PlayerCameraManager.RemoveCameraLensEffect +// 0x0008 (0x0008 - 0x0000) +struct PlayerCameraManager_RemoveCameraLensEffect final +{ +public: + class AEmitterCameraLensEffectBase* Emitter; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraLensEffect; + +// Function Engine.PlayerCameraManager.RemoveCameraModifier +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_RemoveCameraModifier final +{ +public: + class UCameraModifier* ModifierToRemove; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraModifier; + +// Function Engine.PlayerCameraManager.SetManualCameraFade +// 0x0018 (0x0018 - 0x0000) +struct PlayerCameraManager_SetManualCameraFade final +{ +public: + float InFadeAmount; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Color; // 0x0004(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInFadeAudio; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_SetManualCameraFade; + +// Function Engine.PlayerCameraManager.StartCameraFade +// 0x0020 (0x0020 - 0x0000) +struct PlayerCameraManager_StartCameraFade final +{ +public: + float FromAlpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ToAlpha; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Color; // 0x000C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldFadeAudio; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHoldWhenFinished; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StartCameraFade; + +// Function Engine.PlayerCameraManager.StartCameraShake +// 0x0028 (0x0028 - 0x0000) +struct PlayerCameraManager_StartCameraShake final +{ +public: + TSubclassOf ShakeClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace PlaySpace; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator UserPlaySpaceRot; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UCameraShakeBase* ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShake; + +// Function Engine.PlayerCameraManager.StartCameraShakeFromSource +// 0x0030 (0x0030 - 0x0000) +struct PlayerCameraManager_StartCameraShakeFromSource final +{ +public: + TSubclassOf ShakeClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCameraShakeSourceComponent* SourceComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECameraShakePlaySpace PlaySpace; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator UserPlaySpaceRot; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UCameraShakeBase* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShakeFromSource; + +// Function Engine.PlayerCameraManager.StopAllCameraAnims +// 0x0001 (0x0001 - 0x0000) +struct PlayerCameraManager_StopAllCameraAnims final +{ +public: + bool bImmediate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraAnims; + +// Function Engine.PlayerCameraManager.StopAllCameraShakes +// 0x0001 (0x0001 - 0x0000) +struct PlayerCameraManager_StopAllCameraShakes final +{ +public: + bool bImmediately; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakes; + +// Function Engine.PlayerCameraManager.StopAllCameraShakesFromSource +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_StopAllCameraShakesFromSource final +{ +public: + class UCameraShakeSourceComponent* SourceComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakesFromSource; + +// Function Engine.PlayerCameraManager.StopAllInstancesOfCameraAnim +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_StopAllInstancesOfCameraAnim final +{ +public: + class UCameraAnim* Anim; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediate; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraAnim; + +// Function Engine.PlayerCameraManager.StopAllInstancesOfCameraShake +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_StopAllInstancesOfCameraShake final +{ +public: + TSubclassOf Shake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShake; + +// Function Engine.PlayerCameraManager.StopAllInstancesOfCameraShakeFromSource +// 0x0018 (0x0018 - 0x0000) +struct PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource final +{ +public: + TSubclassOf Shake; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCameraShakeSourceComponent* SourceComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource; + +// Function Engine.PlayerCameraManager.StopCameraAnimInst +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_StopCameraAnimInst final +{ +public: + class UCameraAnimInst* AnimInst; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediate; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopCameraAnimInst; + +// Function Engine.PlayerCameraManager.StopCameraShake +// 0x0010 (0x0010 - 0x0000) +struct PlayerCameraManager_StopCameraShake final +{ +public: + class UCameraShakeBase* ShakeInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bImmediately; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PlayerCameraManager_StopCameraShake; + +// Function Engine.PlayerCameraManager.GetCameraLocation +// 0x000C (0x000C - 0x0000) +struct PlayerCameraManager_GetCameraLocation final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_GetCameraLocation; + +// Function Engine.PlayerCameraManager.GetCameraRotation +// 0x000C (0x000C - 0x0000) +struct PlayerCameraManager_GetCameraRotation final +{ +public: + struct FRotator ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_GetCameraRotation; + +// Function Engine.PlayerCameraManager.GetFOVAngle +// 0x0004 (0x0004 - 0x0000) +struct PlayerCameraManager_GetFOVAngle final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_GetFOVAngle; + +// Function Engine.PlayerCameraManager.GetOwningPlayerController +// 0x0008 (0x0008 - 0x0000) +struct PlayerCameraManager_GetOwningPlayerController final +{ +public: + class APlayerController* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerCameraManager_GetOwningPlayerController; + +// Function Engine.GameplayStatics.ActivateReverbEffect +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_ActivateReverbEffect final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UReverbEffect* ReverbEffect; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName TagName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Priority; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Volume; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeTime; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ActivateReverbEffect; + +// Function Engine.GameplayStatics.AnnounceAccessibleString +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_AnnounceAccessibleString final +{ +public: + class FString AnnouncementString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_AnnounceAccessibleString; + +// Function Engine.GameplayStatics.ApplyDamage +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_ApplyDamage final +{ +public: + class AActor* DamagedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseDamage; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class AController* EventInstigator; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DamageTypeClass; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0028(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ApplyDamage; + +// Function Engine.GameplayStatics.ApplyPointDamage +// 0x00C0 (0x00C0 - 0x0000) +struct GameplayStatics_ApplyPointDamage final +{ +public: + class AActor* DamagedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseDamage; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HitFromDirection; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult HitInfo; // 0x0018(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + class AController* EventInstigator; // 0x00A0(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x00A8(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DamageTypeClass; // 0x00B0(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x00B8(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BC[0x4]; // 0x00BC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ApplyPointDamage; + +// Function Engine.GameplayStatics.ApplyRadialDamage +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_ApplyRadialDamage final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseDamage; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DamageRadius; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf DamageTypeClass; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray IgnoreActors; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AController* InstigatedByController; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDoFullDamage; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel DamagePreventionChannel; // 0x0049(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x004A(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4B[0x5]; // 0x004B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamage; + +// Function Engine.GameplayStatics.ApplyRadialDamageWithFalloff +// 0x0058 (0x0058 - 0x0000) +struct GameplayStatics_ApplyRadialDamageWithFalloff final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseDamage; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinimumDamage; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DamageInnerRadius; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DamageOuterRadius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DamageFalloff; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf DamageTypeClass; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray IgnoreActors; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class AActor* DamageCauser; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AController* InstigatedByController; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel DamagePreventionChannel; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0051(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_52[0x6]; // 0x0052(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamageWithFalloff; + +// Function Engine.GameplayStatics.AreAnyListenersWithinRange +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_AreAnyListenersWithinRange final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0008(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaximumRange; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_AreAnyListenersWithinRange; + +// Function Engine.GameplayStatics.AreSubtitlesEnabled +// 0x0001 (0x0001 - 0x0000) +struct GameplayStatics_AreSubtitlesEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_AreSubtitlesEnabled; + +// Function Engine.GameplayStatics.BeginDeferredActorSpawnFromClass +// 0x0060 (0x0060 - 0x0000) +struct GameplayStatics_BeginDeferredActorSpawnFromClass final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ActorClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform SpawnTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + ESpawnActorCollisionHandlingMethod CollisionHandlingOverride; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class AActor* Owner; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0050(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_BeginDeferredActorSpawnFromClass; + +// Function Engine.GameplayStatics.BeginSpawningActorFromBlueprint +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_BeginSpawningActorFromBlueprint final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + const class UBlueprint* Blueprint; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform SpawnTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bNoCollisionFail; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class AActor* ReturnValue; // 0x0048(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromBlueprint; + +// Function Engine.GameplayStatics.BeginSpawningActorFromClass +// 0x0060 (0x0060 - 0x0000) +struct GameplayStatics_BeginSpawningActorFromClass final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ActorClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform SpawnTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bNoCollisionFail; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class AActor* Owner; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0050(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromClass; + +// Function Engine.GameplayStatics.Blueprint_PredictProjectilePath_Advanced +// 0x0128 (0x0128 - 0x0000) +struct GameplayStatics_Blueprint_PredictProjectilePath_Advanced final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPredictProjectilePathParams PredictParams; // 0x0008(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FPredictProjectilePathResult PredictResult; // 0x0068(0x00B8)(Parm, OutParm, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0120(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_121[0x7]; // 0x0121(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_Advanced; + +// Function Engine.GameplayStatics.Blueprint_PredictProjectilePath_ByObjectType +// 0x0110 (0x0110 - 0x0000) +struct GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x0008(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray OutPathPositions; // 0x0090(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + struct FVector OutLastTraceDestination; // 0x00A0(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartPos; // 0x00AC(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LaunchVelocity; // 0x00B8(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTracePath; // 0x00C4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ProjectileRadius; // 0x00C8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CC[0x4]; // 0x00CC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x00D0(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x00E0(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E1[0x7]; // 0x00E1(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x00E8(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x00F8(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F9[0x3]; // 0x00F9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DrawDebugTime; // 0x00FC(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SimFrequency; // 0x0100(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSimTime; // 0x0104(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverrideGravityZ; // 0x0108(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x010C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10D[0x3]; // 0x010D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType; + +// Function Engine.GameplayStatics.Blueprint_PredictProjectilePath_ByTraceChannel +// 0x00F8 (0x00F8 - 0x0000) +struct GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult OutHit; // 0x0008(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + TArray OutPathPositions; // 0x0090(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + struct FVector OutLastTraceDestination; // 0x00A0(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartPos; // 0x00AC(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LaunchVelocity; // 0x00B8(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTracePath; // 0x00C4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ProjectileRadius; // 0x00C8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel TraceChannel; // 0x00CC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x00CD(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CE[0x2]; // 0x00CE(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x00D0(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x00E0(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E1[0x3]; // 0x00E1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DrawDebugTime; // 0x00E4(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SimFrequency; // 0x00E8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSimTime; // 0x00EC(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverrideGravityZ; // 0x00F0(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00F4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F5[0x3]; // 0x00F5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel; + +// Function Engine.GameplayStatics.BlueprintSuggestProjectileVelocity +// 0x0040 (0x0040 - 0x0000) +struct GameplayStatics_BlueprintSuggestProjectileVelocity final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TossVelocity; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartLocation; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndLocation; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LaunchSpeed; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverrideGravityZ; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESuggestProjVelocityTraceOption TraceOption; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CollisionRadius; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFavorHighArc; // 0x003C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDrawDebug; // 0x003D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x003E(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3F[0x1]; // 0x003F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_BlueprintSuggestProjectileVelocity; + +// Function Engine.GameplayStatics.BreakHitResult +// 0x0110 (0x0110 - 0x0000) +struct GameplayStatics_BreakHitResult final +{ +public: + struct FHitResult Hit; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bBlockingHit; // 0x0088(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInitialOverlap; // 0x0089(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8A[0x2]; // 0x008A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Time; // 0x008C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Distance; // 0x0090(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0094(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ImpactPoint; // 0x00A0(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Normal; // 0x00AC(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ImpactNormal; // 0x00B8(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C4[0x4]; // 0x00C4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicalMaterial* PhysMat; // 0x00C8(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* HitActor; // 0x00D0(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* HitComponent; // 0x00D8(0x0008)(Parm, OutParm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName HitBoneName; // 0x00E0(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 HitItem; // 0x00E8(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ElementIndex; // 0x00EC(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FaceIndex; // 0x00F0(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TraceStart; // 0x00F4(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TraceEnd; // 0x0100(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10C[0x4]; // 0x010C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_BreakHitResult; + +// Function Engine.GameplayStatics.ClearSoundMixClassOverride +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_ClearSoundMixClassOverride final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundMix* InSoundMixModifier; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundClass* InSoundClass; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeOutTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixClassOverride; + +// Function Engine.GameplayStatics.ClearSoundMixModifiers +// 0x0008 (0x0008 - 0x0000) +struct GameplayStatics_ClearSoundMixModifiers final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixModifiers; + +// Function Engine.GameplayStatics.CreatePlayer +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_CreatePlayer final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ControllerId; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSpawnPlayerController; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerController* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_CreatePlayer; + +// Function Engine.GameplayStatics.CreateSaveGameObject +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_CreateSaveGameObject final +{ +public: + TSubclassOf SaveGameClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USaveGame* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_CreateSaveGameObject; + +// Function Engine.GameplayStatics.CreateSound2D +// 0x0038 (0x0038 - 0x0000) +struct GameplayStatics_CreateSound2D final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* Sound; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundConcurrency* ConcurrencySettings; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistAcrossLevelTransition; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0030(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_CreateSound2D; + +// Function Engine.GameplayStatics.DeactivateReverbEffect +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_DeactivateReverbEffect final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName TagName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_DeactivateReverbEffect; + +// Function Engine.GameplayStatics.DeleteGameInSlot +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_DeleteGameInSlot final +{ +public: + class FString SlotName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UserIndex; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_DeleteGameInSlot; + +// Function Engine.GameplayStatics.DeprojectScreenToWorld +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_DeprojectScreenToWorld final +{ +public: + class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldPosition; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldDirection; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_DeprojectScreenToWorld; + +// Function Engine.GameplayStatics.DoesSaveGameExist +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_DoesSaveGameExist final +{ +public: + class FString SlotName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UserIndex; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_DoesSaveGameExist; + +// Function Engine.GameplayStatics.EnableLiveStreaming +// 0x0001 (0x0001 - 0x0000) +struct GameplayStatics_EnableLiveStreaming final +{ +public: + bool Enable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_EnableLiveStreaming; + +// Function Engine.GameplayStatics.FindCollisionUV +// 0x0098 (0x0098 - 0x0000) +struct GameplayStatics_FindCollisionUV final +{ +public: + struct FHitResult Hit; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + int32 UVChannel; // 0x0088(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D UV; // 0x008C(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0094(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_95[0x3]; // 0x0095(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_FindCollisionUV; + +// Function Engine.GameplayStatics.FindNearestActor +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_FindNearestActor final +{ +public: + struct FVector Origin; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToCheck; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + float Distance; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class AActor* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_FindNearestActor; + +// Function Engine.GameplayStatics.FinishSpawningActor +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_FinishSpawningActor final +{ +public: + class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform SpawnTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0040(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_FinishSpawningActor; + +// Function Engine.GameplayStatics.FlushLevelStreaming +// 0x0008 (0x0008 - 0x0000) +struct GameplayStatics_FlushLevelStreaming final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_FlushLevelStreaming; + +// Function Engine.GameplayStatics.GetAccurateRealTime +// 0x0008 (0x0008 - 0x0000) +struct GameplayStatics_GetAccurateRealTime final +{ +public: + int32 Seconds; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PartialSeconds; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetAccurateRealTime; + +// Function Engine.GameplayStatics.GetActorArrayAverageLocation +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_GetActorArrayAverageLocation final +{ +public: + TArray Actors; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetActorArrayAverageLocation; + +// Function Engine.GameplayStatics.GetActorArrayBounds +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_GetActorArrayBounds final +{ +public: + TArray Actors; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bOnlyCollidingComponents; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector Center; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetActorArrayBounds; + +// Function Engine.GameplayStatics.GetActorOfClass +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetActorOfClass final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ActorClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetActorOfClass; + +// Function Engine.GameplayStatics.GetAllActorsOfClass +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_GetAllActorsOfClass final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ActorClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClass; + +// Function Engine.GameplayStatics.GetAllActorsOfClassWithTag +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_GetAllActorsOfClassWithTag final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ActorClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClassWithTag; + +// Function Engine.GameplayStatics.GetAllActorsWithInterface +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_GetAllActorsWithInterface final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Interface; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithInterface; + +// Function Engine.GameplayStatics.GetAllActorsWithTag +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_GetAllActorsWithTag final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithTag; + +// Function Engine.GameplayStatics.GetAudioTimeSeconds +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetAudioTimeSeconds final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetAudioTimeSeconds; + +// Function Engine.GameplayStatics.GetClosestListenerLocation +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_GetClosestListenerLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0008(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaximumRange; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAllowAttenuationOverride; // 0x0018(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ListenerPosition; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetClosestListenerLocation; + +// Function Engine.GameplayStatics.GetCurrentLevelName +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_GetCurrentLevelName final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemovePrefixString; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetCurrentLevelName; + +// Function Engine.GameplayStatics.GetCurrentReverbEffect +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetCurrentReverbEffect final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UReverbEffect* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetCurrentReverbEffect; + +// Function Engine.GameplayStatics.GetEnableSceneRendering +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetEnableSceneRendering final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetEnableSceneRendering; + +// Function Engine.GameplayStatics.GetEnableWorldRendering +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetEnableWorldRendering final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetEnableWorldRendering; + +// Function Engine.GameplayStatics.GetGameInstance +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetGameInstance final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UGameInstance* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetGameInstance; + +// Function Engine.GameplayStatics.GetGameMode +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetGameMode final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AGameModeBase* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetGameMode; + +// Function Engine.GameplayStatics.GetGameState +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetGameState final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AGameStateBase* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetGameState; + +// Function Engine.GameplayStatics.GetGlobalTimeDilation +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetGlobalTimeDilation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetGlobalTimeDilation; + +// Function Engine.GameplayStatics.GetIntOption +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_GetIntOption final +{ +public: + class FString Options; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 DefaultValue; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0024(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetIntOption; + +// Function Engine.GameplayStatics.GetKeyValue +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_GetKeyValue final +{ +public: + class FString Pair; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Value; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetKeyValue; + +// Function Engine.GameplayStatics.GetMaxAudioChannelCount +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetMaxAudioChannelCount final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetMaxAudioChannelCount; + +// Function Engine.GameplayStatics.GetObjectClass +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetObjectClass final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetObjectClass; + +// Function Engine.GameplayStatics.GetPlatformName +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetPlatformName final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlatformName; + +// Function Engine.GameplayStatics.GetPlayerCameraManager +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetPlayerCameraManager final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PlayerIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerCameraManager* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager; + +// Function Engine.GameplayStatics.GetPlayerCharacter +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetPlayerCharacter final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PlayerIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class ACharacter* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter; + +// Function Engine.GameplayStatics.GetPlayerController +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetPlayerController final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PlayerIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerController* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlayerController; + +// Function Engine.GameplayStatics.GetPlayerControllerFromID +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetPlayerControllerFromID final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ControllerId; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APlayerController* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID; + +// Function Engine.GameplayStatics.GetPlayerControllerID +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetPlayerControllerID final +{ +public: + class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID; + +// Function Engine.GameplayStatics.GetPlayerPawn +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetPlayerPawn final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PlayerIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class APawn* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn; + +// Function Engine.GameplayStatics.GetRealTimeSeconds +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetRealTimeSeconds final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds; + +// Function Engine.GameplayStatics.GetStreamingLevel +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetStreamingLevel final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PackageName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULevelStreaming* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel; + +// Function Engine.GameplayStatics.GetSurfaceType +// 0x008C (0x008C - 0x0000) +struct GameplayStatics_GetSurfaceType final +{ +public: + struct FHitResult Hit; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + EPhysicalSurface ReturnValue; // 0x0088(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x3]; // 0x0089(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType; + +// Function Engine.GameplayStatics.GetTimeSeconds +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetTimeSeconds final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetTimeSeconds; + +// Function Engine.GameplayStatics.GetUnpausedTimeSeconds +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetUnpausedTimeSeconds final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetUnpausedTimeSeconds; + +// Function Engine.GameplayStatics.GetViewportMouseCaptureMode +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetViewportMouseCaptureMode final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMouseCaptureMode ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetViewportMouseCaptureMode; + +// Function Engine.GameplayStatics.GetViewProjectionMatrix +// 0x06B0 (0x06B0 - 0x0000) +struct GameplayStatics_GetViewProjectionMatrix final +{ +public: + struct FMinimalViewInfo DesiredView; // 0x0000(0x05F0)(Parm, NativeAccessSpecifierPublic) + struct FMatrix ViewMatrix; // 0x05F0(0x0040)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ProjectionMatrix; // 0x0630(0x0040)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ViewProjectionMatrix; // 0x0670(0x0040)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_GetViewProjectionMatrix; + +// Function Engine.GameplayStatics.GetWorldDeltaSeconds +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_GetWorldDeltaSeconds final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetWorldDeltaSeconds; + +// Function Engine.GameplayStatics.GetWorldOriginLocation +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_GetWorldOriginLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GetWorldOriginLocation; + +// Function Engine.GameplayStatics.GrassOverlappingSphereCount +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_GrassOverlappingSphereCount final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + const class UStaticMesh* StaticMesh; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CenterPosition; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_GrassOverlappingSphereCount; + +// Function Engine.GameplayStatics.HasLaunchOption +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_HasLaunchOption final +{ +public: + class FString OptionToCheck; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_HasLaunchOption; + +// Function Engine.GameplayStatics.HasOption +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_HasOption final +{ +public: + class FString Options; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InKey; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_HasOption; + +// Function Engine.GameplayStatics.IsGamePaused +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_IsGamePaused final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_IsGamePaused; + +// Function Engine.GameplayStatics.IsSplitscreenForceDisabled +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_IsSplitscreenForceDisabled final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_IsSplitscreenForceDisabled; + +// Function Engine.GameplayStatics.LoadGameFromSlot +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_LoadGameFromSlot final +{ +public: + class FString SlotName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UserIndex; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USaveGame* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_LoadGameFromSlot; + +// Function Engine.GameplayStatics.LoadStreamLevel +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_LoadStreamLevel final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LevelName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMakeVisibleAfterLoad; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldBlockOnLoad; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLatentActionInfo LatentInfo; // 0x0018(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevel; + +// Function Engine.GameplayStatics.LoadStreamLevelBySoftObjectPtr +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_LoadStreamLevelBySoftObjectPtr final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Level; // 0x0008(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bMakeVisibleAfterLoad; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShouldBlockOnLoad; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_32[0x6]; // 0x0032(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLatentActionInfo LatentInfo; // 0x0038(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevelBySoftObjectPtr; + +// Function Engine.GameplayStatics.MakeHitResult +// 0x0110 (0x0110 - 0x0000) +struct GameplayStatics_MakeHitResult final +{ +public: + bool bBlockingHit; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInitialOverlap; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Time; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Distance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ImpactPoint; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Normal; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ImpactNormal; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicalMaterial* PhysMat; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* HitActor; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* HitComponent; // 0x0050(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName HitBoneName; // 0x0058(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 HitItem; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ElementIndex; // 0x0064(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FaceIndex; // 0x0068(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TraceStart; // 0x006C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TraceEnd; // 0x0078(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult ReturnValue; // 0x0084(0x0088)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_10C[0x4]; // 0x010C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_MakeHitResult; + +// Function Engine.GameplayStatics.OpenLevel +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_OpenLevel final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LevelName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAbsolute; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Options; // 0x0018(0x0010)(Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_OpenLevel; + +// Function Engine.GameplayStatics.OpenLevelBySoftObjectPtr +// 0x0048 (0x0048 - 0x0000) +struct GameplayStatics_OpenLevelBySoftObjectPtr final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Level; // 0x0008(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAbsolute; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Options; // 0x0038(0x0010)(Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_OpenLevelBySoftObjectPtr; + +// Function Engine.GameplayStatics.ParseOption +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_ParseOption final +{ +public: + class FString Options; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_ParseOption; + +// Function Engine.GameplayStatics.PlayDialogue2D +// 0x0038 (0x0038 - 0x0000) +struct GameplayStatics_PlayDialogue2D final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDialogueWave* Dialogue; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDialogueContext Context; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_PlayDialogue2D; + +// Function Engine.GameplayStatics.PlayDialogueAtLocation +// 0x0058 (0x0058 - 0x0000) +struct GameplayStatics_PlayDialogueAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDialogueWave* Dialogue; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDialogueContext Context; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0034(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0048(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundAttenuation* AttenuationSettings; // 0x0050(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_PlayDialogueAtLocation; + +// Function Engine.GameplayStatics.PlaySound2D +// 0x0038 (0x0038 - 0x0000) +struct GameplayStatics_PlaySound2D final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* Sound; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundConcurrency* ConcurrencySettings; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* OwningActor; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsUISound; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_PlaySound2D; + +// Function Engine.GameplayStatics.PlaySoundAtLocation +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_PlaySoundAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* Sound; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundAttenuation* AttenuationSettings; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundConcurrency* ConcurrencySettings; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* OwningActor; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_PlaySoundAtLocation; + +// Function Engine.GameplayStatics.PlayWorldCameraShake +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_PlayWorldCameraShake final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Shake; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Epicenter; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InnerRadius; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OuterRadius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Falloff; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOrientShakeTowardsEpicenter; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_PlayWorldCameraShake; + +// Function Engine.GameplayStatics.PopSoundMixModifier +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_PopSoundMixModifier final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundMix* InSoundMixModifier; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_PopSoundMixModifier; + +// Function Engine.GameplayStatics.PrimeAllSoundsInSoundClass +// 0x0008 (0x0008 - 0x0000) +struct GameplayStatics_PrimeAllSoundsInSoundClass final +{ +public: + class USoundClass* InSoundClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_PrimeAllSoundsInSoundClass; + +// Function Engine.GameplayStatics.PrimeSound +// 0x0008 (0x0008 - 0x0000) +struct GameplayStatics_PrimeSound final +{ +public: + class USoundBase* InSound; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_PrimeSound; + +// Function Engine.GameplayStatics.ProjectWorldToScreen +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_ProjectWorldToScreen final +{ +public: + class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldPosition; // 0x0008(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ScreenPosition; // 0x0014(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPlayerViewportRelative; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001D(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_ProjectWorldToScreen; + +// Function Engine.GameplayStatics.PushSoundMixModifier +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_PushSoundMixModifier final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundMix* InSoundMixModifier; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_PushSoundMixModifier; + +// Function Engine.GameplayStatics.RebaseLocalOriginOntoZero +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_RebaseLocalOriginOntoZero final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldLocation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_RebaseLocalOriginOntoZero; + +// Function Engine.GameplayStatics.RebaseZeroOriginOntoLocal +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_RebaseZeroOriginOntoLocal final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldLocation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_RebaseZeroOriginOntoLocal; + +// Function Engine.GameplayStatics.RemovePlayer +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_RemovePlayer final +{ +public: + class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDestroyPawn; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_RemovePlayer; + +// Function Engine.GameplayStatics.SaveGameToSlot +// 0x0020 (0x0020 - 0x0000) +struct GameplayStatics_SaveGameToSlot final +{ +public: + class USaveGame* SaveGameObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SlotName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UserIndex; // 0x0018(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SaveGameToSlot; + +// Function Engine.GameplayStatics.SetBaseSoundMix +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetBaseSoundMix final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundMix* InSoundMix; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SetBaseSoundMix; + +// Function Engine.GameplayStatics.SetEnableSceneRendering +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetEnableSceneRendering final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnable; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetEnableSceneRendering; + +// Function Engine.GameplayStatics.SetEnableWorldRendering +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetEnableWorldRendering final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnable; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering; + +// Function Engine.GameplayStatics.SetForceDisableSplitscreen +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetForceDisableSplitscreen final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDisable; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen; + +// Function Engine.GameplayStatics.SetGamePaused +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetGamePaused final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPaused; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetGamePaused; + +// Function Engine.GameplayStatics.SetGlobalListenerFocusParameters +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_SetGlobalListenerFocusParameters final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusAzimuthScale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusAzimuthScale; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusDistanceScale; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusDistanceScale; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusVolumeScale; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusVolumeScale; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusPriorityScale; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusPriorityScale; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters; + +// Function Engine.GameplayStatics.SetGlobalPitchModulation +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetGlobalPitchModulation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchModulation; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeSec; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation; + +// Function Engine.GameplayStatics.SetGlobalTimeDilation +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetGlobalTimeDilation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeDilation; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation; + +// Function Engine.GameplayStatics.SetMaxAudioChannelsScaled +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetMaxAudioChannelsScaled final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxChannelCountScale; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled; + +// Function Engine.GameplayStatics.SetPlayerControllerID +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetPlayerControllerID final +{ +public: + class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ControllerId; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID; + +// Function Engine.GameplayStatics.SetSoundClassDistanceScale +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_SetSoundClassDistanceScale final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundClass* SoundClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceAttenuationScale; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeSec; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale; + +// Function Engine.GameplayStatics.SetSoundMixClassOverride +// 0x0028 (0x0028 - 0x0000) +struct GameplayStatics_SetSoundMixClassOverride final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundMix* InSoundMixModifier; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundClass* InSoundClass; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Volume; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeInTime; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bApplyToChildren; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride; + +// Function Engine.GameplayStatics.SetSubtitlesEnabled +// 0x0001 (0x0001 - 0x0000) +struct GameplayStatics_SetSubtitlesEnabled final +{ +public: + bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled; + +// Function Engine.GameplayStatics.SetViewportMouseCaptureMode +// 0x0010 (0x0010 - 0x0000) +struct GameplayStatics_SetViewportMouseCaptureMode final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMouseCaptureMode MouseCaptureMode; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode; + +// Function Engine.GameplayStatics.SetWorldOriginLocation +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_SetWorldOriginLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector NewLocation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation; + +// Function Engine.GameplayStatics.SpawnDecalAtLocation +// 0x0040 (0x0040 - 0x0000) +struct GameplayStatics_SpawnDecalAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* DecalMaterial; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector DecalSize; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float LifeSpan; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDecalComponent* ReturnValue; // 0x0038(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation; + +// Function Engine.GameplayStatics.SpawnDecalAttached +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_SpawnDecalAttached final +{ +public: + class UMaterialInterface* DecalMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector DecalSize; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USceneComponent* AttachToComponent; // 0x0018(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttachPointName; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0034(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EAttachLocation LocationType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LifeSpan; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDecalComponent* ReturnValue; // 0x0048(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAttached; + +// Function Engine.GameplayStatics.SpawnDialogue2D +// 0x0040 (0x0040 - 0x0000) +struct GameplayStatics_SpawnDialogue2D final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDialogueWave* Dialogue; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDialogueContext Context; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0038(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D; + +// Function Engine.GameplayStatics.SpawnDialogueAtLocation +// 0x0068 (0x0068 - 0x0000) +struct GameplayStatics_SpawnDialogueAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDialogueWave* Dialogue; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDialogueContext Context; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0034(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0048(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundAttenuation* AttenuationSettings; // 0x0050(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0060(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation; + +// Function Engine.GameplayStatics.SpawnDialogueAttached +// 0x0070 (0x0070 - 0x0000) +struct GameplayStatics_SpawnDialogueAttached final +{ +public: + class UDialogueWave* Dialogue; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDialogueContext Context; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class USceneComponent* AttachToComponent; // 0x0020(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttachPointName; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x003C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + EAttachLocation LocationType; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStopWhenAttachedToDestroyed; // 0x0049(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4A[0x2]; // 0x004A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumeMultiplier; // 0x004C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0050(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0054(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundAttenuation* AttenuationSettings; // 0x0058(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0068(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached; + +// Function Engine.GameplayStatics.SpawnEmitterAtLocation +// 0x0040 (0x0040 - 0x0000) +struct GameplayStatics_SpawnEmitterAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleSystem* EmitterTemplate; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPSCPoolMethod PoolingMethod; // 0x0035(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoActivateSystem; // 0x0036(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_37[0x1]; // 0x0037(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + class UParticleSystemComponent* ReturnValue; // 0x0038(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation; + +// Function Engine.GameplayStatics.SpawnEmitterAttached +// 0x0048 (0x0048 - 0x0000) +struct GameplayStatics_SpawnEmitterAttached final +{ +public: + class UParticleSystem* EmitterTemplate; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USceneComponent* AttachToComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttachPointName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachLocation LocationType; // 0x003C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x003D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPSCPoolMethod PoolingMethod; // 0x003E(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoActivate; // 0x003F(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleSystemComponent* ReturnValue; // 0x0040(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached; + +// Function Engine.GameplayStatics.SpawnForceFeedbackAtLocation +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_SpawnForceFeedbackAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + bool bLooping; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float IntensityMultiplier; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UForceFeedbackAttenuation* AttenuationSettings; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UForceFeedbackComponent* ReturnValue; // 0x0048(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation; + +// Function Engine.GameplayStatics.SpawnForceFeedbackAttached +// 0x0058 (0x0058 - 0x0000) +struct GameplayStatics_SpawnForceFeedbackAttached final +{ +public: + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USceneComponent* AttachToComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttachPointName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + EAttachLocation LocationType; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStopWhenAttachedToDestroyed; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLooping; // 0x0032(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33[0x1]; // 0x0033(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float IntensityMultiplier; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UForceFeedbackAttenuation* AttenuationSettings; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UForceFeedbackComponent* ReturnValue; // 0x0050(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached; + +// Function Engine.GameplayStatics.SpawnObject +// 0x0018 (0x0018 - 0x0000) +struct GameplayStatics_SpawnObject final +{ +public: + TSubclassOf ObjectClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* Outer_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnObject; + +// Function Engine.GameplayStatics.SpawnSound2D +// 0x0038 (0x0038 - 0x0000) +struct GameplayStatics_SpawnSound2D final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* Sound; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundConcurrency* ConcurrencySettings; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistAcrossLevelTransition; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0030(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D; + +// Function Engine.GameplayStatics.SpawnSoundAtLocation +// 0x0058 (0x0058 - 0x0000) +struct GameplayStatics_SpawnSoundAtLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* Sound; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float VolumeMultiplier; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundAttenuation* AttenuationSettings; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundConcurrency* ConcurrencySettings; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0050(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAtLocation; + +// Function Engine.GameplayStatics.SpawnSoundAttached +// 0x0060 (0x0060 - 0x0000) +struct GameplayStatics_SpawnSoundAttached final +{ +public: + class USoundBase* Sound; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USceneComponent* AttachToComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName AttachPointName; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + EAttachLocation LocationType; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStopWhenAttachedToDestroyed; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_32[0x2]; // 0x0032(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumeMultiplier; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchMultiplier; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundAttenuation* AttenuationSettings; // 0x0040(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundConcurrency* ConcurrencySettings; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoDestroy; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UAudioComponent* ReturnValue; // 0x0058(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAttached; + +// Function Engine.GameplayStatics.SuggestProjectileVelocity_CustomArc +// 0x0038 (0x0038 - 0x0000) +struct GameplayStatics_SuggestProjectileVelocity_CustomArc final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutLaunchVelocity; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartPos; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndPos; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverrideGravityZ; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArcParam; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0034(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_CustomArc; + +// Function Engine.GameplayStatics.UnloadStreamLevel +// 0x0030 (0x0030 - 0x0000) +struct GameplayStatics_UnloadStreamLevel final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LevelName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLatentActionInfo LatentInfo; // 0x0010(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) + bool bShouldBlockOnUnload; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevel; + +// Function Engine.GameplayStatics.UnloadStreamLevelBySoftObjectPtr +// 0x0050 (0x0050 - 0x0000) +struct GameplayStatics_UnloadStreamLevelBySoftObjectPtr final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Level; // 0x0008(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLatentActionInfo LatentInfo; // 0x0030(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) + bool bShouldBlockOnUnload; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevelBySoftObjectPtr; + +// Function Engine.GameplayStatics.UnRetainAllSoundsInSoundClass +// 0x0008 (0x0008 - 0x0000) +struct GameplayStatics_UnRetainAllSoundsInSoundClass final +{ +public: + class USoundClass* InSoundClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_GameplayStatics_UnRetainAllSoundsInSoundClass; + +// Function Engine.CurveBase.GetTimeRange +// 0x0008 (0x0008 - 0x0000) +struct CurveBase_GetTimeRange final +{ +public: + float MinTime; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxTime; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveBase_GetTimeRange; + +// Function Engine.CurveBase.GetValueRange +// 0x0008 (0x0008 - 0x0000) +struct CurveBase_GetValueRange final +{ +public: + float MinValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveBase_GetValueRange; + +// Function Engine.CurveFloat.GetFloatValue +// 0x0008 (0x0008 - 0x0000) +struct CurveFloat_GetFloatValue final +{ +public: + float InTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveFloat_GetFloatValue; + +// Function Engine.CurveLinearColor.GetClampedLinearColorValue +// 0x0014 (0x0014 - 0x0000) +struct CurveLinearColor_GetClampedLinearColorValue final +{ +public: + float InTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0004(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveLinearColor_GetClampedLinearColorValue; + +// Function Engine.CurveLinearColor.GetLinearColorValue +// 0x0014 (0x0014 - 0x0000) +struct CurveLinearColor_GetLinearColorValue final +{ +public: + float InTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0004(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveLinearColor_GetLinearColorValue; + +// Function Engine.CurveLinearColor.GetUnadjustedLinearColorValue +// 0x0014 (0x0014 - 0x0000) +struct CurveLinearColor_GetUnadjustedLinearColorValue final +{ +public: + float InTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0004(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveLinearColor_GetUnadjustedLinearColorValue; + +// Function Engine.SkyAtmosphereComponent.GetAtmosphereTransmitanceOnGroundAtPlanetTop +// 0x0018 (0x0018 - 0x0000) +struct SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop final +{ +public: + class UDirectionalLightComponent* DirectionalLight; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop; + +// Function Engine.SkyAtmosphereComponent.OverrideAtmosphereLightDirection +// 0x0010 (0x0010 - 0x0000) +struct SkyAtmosphereComponent_OverrideAtmosphereLightDirection final +{ +public: + int32 AtmosphereLightIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LightDirection; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection; + +// Function Engine.SkyAtmosphereComponent.SetAerialPespectiveViewDistanceScale +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale; + +// Function Engine.SkyAtmosphereComponent.SetAtmosphereHeight +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetAtmosphereHeight final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight; + +// Function Engine.SkyAtmosphereComponent.SetHeightFogContribution +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetHeightFogContribution final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution; + +// Function Engine.SkyAtmosphereComponent.SetMieAbsorption +// 0x0010 (0x0010 - 0x0000) +struct SkyAtmosphereComponent_SetMieAbsorption final +{ +public: + struct FLinearColor NewValue; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption; + +// Function Engine.SkyAtmosphereComponent.SetMieAbsorptionScale +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetMieAbsorptionScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale; + +// Function Engine.SkyAtmosphereComponent.SetMieAnisotropy +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetMieAnisotropy final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy; + +// Function Engine.SkyAtmosphereComponent.SetMieExponentialDistribution +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetMieExponentialDistribution final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution; + +// Function Engine.SkyAtmosphereComponent.SetMieScattering +// 0x0010 (0x0010 - 0x0000) +struct SkyAtmosphereComponent_SetMieScattering final +{ +public: + struct FLinearColor NewValue; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering; + +// Function Engine.SkyAtmosphereComponent.SetMieScatteringScale +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetMieScatteringScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale; + +// Function Engine.SkyAtmosphereComponent.SetMultiScatteringFactor +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetMultiScatteringFactor final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor; + +// Function Engine.SkyAtmosphereComponent.SetOtherAbsorption +// 0x0010 (0x0010 - 0x0000) +struct SkyAtmosphereComponent_SetOtherAbsorption final +{ +public: + struct FLinearColor NewValue; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption; + +// Function Engine.SkyAtmosphereComponent.SetOtherAbsorptionScale +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetOtherAbsorptionScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale; + +// Function Engine.SkyAtmosphereComponent.SetRayleighExponentialDistribution +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetRayleighExponentialDistribution final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution; + +// Function Engine.SkyAtmosphereComponent.SetRayleighScattering +// 0x0010 (0x0010 - 0x0000) +struct SkyAtmosphereComponent_SetRayleighScattering final +{ +public: + struct FLinearColor NewValue; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering; + +// Function Engine.SkyAtmosphereComponent.SetRayleighScatteringScale +// 0x0004 (0x0004 - 0x0000) +struct SkyAtmosphereComponent_SetRayleighScatteringScale final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale; + +// Function Engine.SkyAtmosphereComponent.SetSkyLuminanceFactor +// 0x0010 (0x0010 - 0x0000) +struct SkyAtmosphereComponent_SetSkyLuminanceFactor final +{ +public: + struct FLinearColor NewValue; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyLuminanceFactor; + +// Function Engine.CurveLinearColorAtlas.GetCurvePosition +// 0x0010 (0x0010 - 0x0000) +struct CurveLinearColorAtlas_GetCurvePosition final +{ +public: + class UCurveLinearColor* InCurve; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Position; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_CurveLinearColorAtlas_GetCurvePosition; + +// Function Engine.CurveSourceInterface.GetBindingName +// 0x0008 (0x0008 - 0x0000) +struct CurveSourceInterface_GetBindingName final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveSourceInterface_GetBindingName; + +// Function Engine.CurveSourceInterface.GetCurves +// 0x0010 (0x0010 - 0x0000) +struct CurveSourceInterface_GetCurves final +{ +public: + TArray OutValues; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveSourceInterface_GetCurves; + +// Function Engine.CurveSourceInterface.GetCurveValue +// 0x000C (0x000C - 0x0000) +struct CurveSourceInterface_GetCurveValue final +{ +public: + class FName CurveName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveSourceInterface_GetCurveValue; + +// Function Engine.CurveVector.GetVectorValue +// 0x0010 (0x0010 - 0x0000) +struct CurveVector_GetVectorValue final +{ +public: + float InTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_CurveVector_GetVectorValue; + +// Function Engine.LevelStreaming.CreateInstance +// 0x0018 (0x0018 - 0x0000) +struct LevelStreaming_CreateInstance final +{ +public: + class FString UniqueInstanceName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULevelStreaming* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_CreateInstance; + +// Function Engine.LevelStreaming.GetLevelScriptActor +// 0x0008 (0x0008 - 0x0000) +struct LevelStreaming_GetLevelScriptActor final +{ +public: + class ALevelScriptActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_GetLevelScriptActor; + +// Function Engine.LevelStreaming.SetIsRequestingUnloadAndRemoval +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_SetIsRequestingUnloadAndRemoval final +{ +public: + bool bInIsRequestingUnloadAndRemoval; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_SetIsRequestingUnloadAndRemoval; + +// Function Engine.LevelStreaming.SetLevelLODIndex +// 0x0004 (0x0004 - 0x0000) +struct LevelStreaming_SetLevelLODIndex final +{ +public: + int32 LODIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_SetLevelLODIndex; + +// Function Engine.LevelStreaming.SetPriority +// 0x0004 (0x0004 - 0x0000) +struct LevelStreaming_SetPriority final +{ +public: + int32 NewPriority; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_SetPriority; + +// Function Engine.LevelStreaming.SetShouldBeLoaded +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_SetShouldBeLoaded final +{ +public: + bool bInShouldBeLoaded; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_SetShouldBeLoaded; + +// Function Engine.LevelStreaming.SetShouldBeVisible +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_SetShouldBeVisible final +{ +public: + bool bInShouldBeVisible; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_SetShouldBeVisible; + +// Function Engine.LevelStreaming.GetIsRequestingUnloadAndRemoval +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_GetIsRequestingUnloadAndRemoval final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_GetIsRequestingUnloadAndRemoval; + +// Function Engine.LevelStreaming.GetLoadedLevel +// 0x0008 (0x0008 - 0x0000) +struct LevelStreaming_GetLoadedLevel final +{ +public: + class ULevel* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_GetLoadedLevel; + +// Function Engine.LevelStreaming.GetWorldAssetPackageFName +// 0x0008 (0x0008 - 0x0000) +struct LevelStreaming_GetWorldAssetPackageFName final +{ +public: + class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_GetWorldAssetPackageFName; + +// Function Engine.LevelStreaming.IsLevelLoaded +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_IsLevelLoaded final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_IsLevelLoaded; + +// Function Engine.LevelStreaming.IsLevelVisible +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_IsLevelVisible final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_IsLevelVisible; + +// Function Engine.LevelStreaming.IsStreamingStatePending +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_IsStreamingStatePending final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_IsStreamingStatePending; + +// Function Engine.LevelStreaming.ShouldBeLoaded +// 0x0001 (0x0001 - 0x0000) +struct LevelStreaming_ShouldBeLoaded final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreaming_ShouldBeLoaded; + +// Function Engine.DebugCameraController.ReceiveOnActivate +// 0x0008 (0x0008 - 0x0000) +struct DebugCameraController_ReceiveOnActivate final +{ +public: + class APlayerController* OriginalPC; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActivate; + +// Function Engine.DebugCameraController.ReceiveOnActorSelected +// 0x00A8 (0x00A8 - 0x0000) +struct DebugCameraController_ReceiveOnActorSelected final +{ +public: + class AActor* NewSelectedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SelectHitLocation; // 0x0008(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SelectHitNormal; // 0x0014(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult Hit; // 0x0020(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActorSelected; + +// Function Engine.DebugCameraController.ReceiveOnDeactivate +// 0x0008 (0x0008 - 0x0000) +struct DebugCameraController_ReceiveOnDeactivate final +{ +public: + class APlayerController* RestoredPC; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DebugCameraController_ReceiveOnDeactivate; + +// Function Engine.DebugCameraController.SetPawnMovementSpeedScale +// 0x0004 (0x0004 - 0x0000) +struct DebugCameraController_SetPawnMovementSpeedScale final +{ +public: + float NewSpeedScale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DebugCameraController_SetPawnMovementSpeedScale; + +// Function Engine.DebugCameraController.GetSelectedActor +// 0x0008 (0x0008 - 0x0000) +struct DebugCameraController_GetSelectedActor final +{ +public: + class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DebugCameraController_GetSelectedActor; + +// Function Engine.DecalActor.CreateDynamicMaterialInstance +// 0x0008 (0x0008 - 0x0000) +struct DecalActor_CreateDynamicMaterialInstance final +{ +public: + class UMaterialInstanceDynamic* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalActor_CreateDynamicMaterialInstance; + +// Function Engine.DecalActor.SetDecalMaterial +// 0x0008 (0x0008 - 0x0000) +struct DecalActor_SetDecalMaterial final +{ +public: + class UMaterialInterface* NewDecalMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalActor_SetDecalMaterial; + +// Function Engine.DecalActor.GetDecalMaterial +// 0x0008 (0x0008 - 0x0000) +struct DecalActor_GetDecalMaterial final +{ +public: + class UMaterialInterface* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalActor_GetDecalMaterial; + +// Function Engine.DecalComponent.CreateDynamicMaterialInstance +// 0x0008 (0x0008 - 0x0000) +struct DecalComponent_CreateDynamicMaterialInstance final +{ +public: + class UMaterialInstanceDynamic* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_CreateDynamicMaterialInstance; + +// Function Engine.DecalComponent.SetDecalMaterial +// 0x0008 (0x0008 - 0x0000) +struct DecalComponent_SetDecalMaterial final +{ +public: + class UMaterialInterface* NewDecalMaterial; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_SetDecalMaterial; + +// Function Engine.DecalComponent.SetFadeIn +// 0x0008 (0x0008 - 0x0000) +struct DecalComponent_SetFadeIn final +{ +public: + float StartDelay; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duaration; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_SetFadeIn; + +// Function Engine.DecalComponent.SetFadeOut +// 0x000C (0x000C - 0x0000) +struct DecalComponent_SetFadeOut final +{ +public: + float StartDelay; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool DestroyOwnerAfterFade; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_DecalComponent_SetFadeOut; + +// Function Engine.DecalComponent.SetFadeScreenSize +// 0x0004 (0x0004 - 0x0000) +struct DecalComponent_SetFadeScreenSize final +{ +public: + float NewFadeScreenSize; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize; + +// Function Engine.DecalComponent.SetSortOrder +// 0x0004 (0x0004 - 0x0000) +struct DecalComponent_SetSortOrder final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_SetSortOrder; + +// Function Engine.DecalComponent.GetDecalMaterial +// 0x0008 (0x0008 - 0x0000) +struct DecalComponent_GetDecalMaterial final +{ +public: + class UMaterialInterface* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_GetDecalMaterial; + +// Function Engine.DecalComponent.GetFadeDuration +// 0x0004 (0x0004 - 0x0000) +struct DecalComponent_GetFadeDuration final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_GetFadeDuration; + +// Function Engine.DecalComponent.GetFadeInDuration +// 0x0004 (0x0004 - 0x0000) +struct DecalComponent_GetFadeInDuration final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_GetFadeInDuration; + +// Function Engine.DecalComponent.GetFadeInStartDelay +// 0x0004 (0x0004 - 0x0000) +struct DecalComponent_GetFadeInStartDelay final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_GetFadeInStartDelay; + +// Function Engine.DecalComponent.GetFadeStartDelay +// 0x0004 (0x0004 - 0x0000) +struct DecalComponent_GetFadeStartDelay final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DecalComponent_GetFadeStartDelay; + +// Function Engine.TwitterIntegrationBase.AuthorizeAccounts +// 0x0001 (0x0001 - 0x0000) +struct TwitterIntegrationBase_AuthorizeAccounts final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TwitterIntegrationBase_AuthorizeAccounts; + +// Function Engine.TwitterIntegrationBase.CanShowTweetUI +// 0x0001 (0x0001 - 0x0000) +struct TwitterIntegrationBase_CanShowTweetUI final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TwitterIntegrationBase_CanShowTweetUI; + +// Function Engine.TwitterIntegrationBase.GetAccountName +// 0x0018 (0x0018 - 0x0000) +struct TwitterIntegrationBase_GetAccountName final +{ +public: + int32 AccountIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TwitterIntegrationBase_GetAccountName; + +// Function Engine.TwitterIntegrationBase.GetNumAccounts +// 0x0004 (0x0004 - 0x0000) +struct TwitterIntegrationBase_GetNumAccounts final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TwitterIntegrationBase_GetNumAccounts; + +// Function Engine.TwitterIntegrationBase.ShowTweetUI +// 0x0038 (0x0038 - 0x0000) +struct TwitterIntegrationBase_ShowTweetUI final +{ +public: + class FString InitialMessage; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString URL; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Picture; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_TwitterIntegrationBase_ShowTweetUI; + +// Function Engine.TwitterIntegrationBase.TwitterRequest +// 0x0030 (0x0030 - 0x0000) +struct TwitterIntegrationBase_TwitterRequest final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ParamKeysAndValues; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + ETwitterRequestMethod RequestMethod; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 AccountIndex; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_TwitterIntegrationBase_TwitterRequest; + +// Function Engine.DirectionalLightComponent.SetAtmosphereSunLight +// 0x0001 (0x0001 - 0x0000) +struct DirectionalLightComponent_SetAtmosphereSunLight final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLight; + +// Function Engine.DirectionalLightComponent.SetAtmosphereSunLightIndex +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetAtmosphereSunLightIndex final +{ +public: + int32 NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLightIndex; + +// Function Engine.DirectionalLightComponent.SetCascadeDistributionExponent +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetCascadeDistributionExponent final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeDistributionExponent; + +// Function Engine.DirectionalLightComponent.SetCascadeTransitionFraction +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetCascadeTransitionFraction final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeTransitionFraction; + +// Function Engine.DirectionalLightComponent.SetDynamicShadowCascades +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetDynamicShadowCascades final +{ +public: + int32 NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowCascades; + +// Function Engine.DirectionalLightComponent.SetDynamicShadowDistanceMovableLight +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetDynamicShadowDistanceMovableLight final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceMovableLight; + +// Function Engine.DirectionalLightComponent.SetDynamicShadowDistanceStationaryLight +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight; + +// Function Engine.DirectionalLightComponent.SetEnableLightShaftOcclusion +// 0x0001 (0x0001 - 0x0000) +struct DirectionalLightComponent_SetEnableLightShaftOcclusion final +{ +public: + bool bNewValue; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetEnableLightShaftOcclusion; + +// Function Engine.DirectionalLightComponent.SetLightShaftOverrideDirection +// 0x000C (0x000C - 0x0000) +struct DirectionalLightComponent_SetLightShaftOverrideDirection final +{ +public: + struct FVector NewValue; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetLightShaftOverrideDirection; + +// Function Engine.DirectionalLightComponent.SetOcclusionMaskDarkness +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetOcclusionMaskDarkness final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionMaskDarkness; + +// Function Engine.DirectionalLightComponent.SetShadowAmount +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetShadowAmount final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowAmount; + +// Function Engine.DirectionalLightComponent.SetShadowDistanceFadeoutFraction +// 0x0004 (0x0004 - 0x0000) +struct DirectionalLightComponent_SetShadowDistanceFadeoutFraction final +{ +public: + float NewValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowDistanceFadeoutFraction; + +// Function Engine.KismetSystemLibrary.AddFloatHistorySample +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_AddFloatHistorySample final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FDebugFloatHistory FloatHistory; // 0x0008(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FDebugFloatHistory ReturnValue; // 0x0028(0x0020)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample; + +// Function Engine.KismetSystemLibrary.BeginTransaction +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_BeginTransaction final +{ +public: + class FString Context; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText Description; // 0x0010(0x0018)(Parm, NativeAccessSpecifierPublic) + class UObject* PrimaryObject; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction; + +// Function Engine.KismetSystemLibrary.BoxOverlapActors +// 0x0060 (0x0060 - 0x0000) +struct KismetSystemLibrary_BoxOverlapActors final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxPos; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ActorClassFilter; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors; + +// Function Engine.KismetSystemLibrary.BoxOverlapComponents +// 0x0060 (0x0060 - 0x0000) +struct KismetSystemLibrary_BoxOverlapComponents final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxPos; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Extent; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ComponentClassFilter; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutComponents; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapComponents; + +// Function Engine.KismetSystemLibrary.BoxTraceMulti +// 0x0098 (0x0098 - 0x0000) +struct KismetSystemLibrary_BoxTraceMulti final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HalfSize; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Orientation; // 0x002C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0058(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0068(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_69[0x3]; // 0x0069(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x006C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x007C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x008C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0090(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x7]; // 0x0091(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMulti; + +// Function Engine.KismetSystemLibrary.BoxTraceMultiByProfile +// 0x00A0 (0x00A0 - 0x0000) +struct KismetSystemLibrary_BoxTraceMultiByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HalfSize; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Orientation; // 0x002C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0048(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0060(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0070(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_71[0x3]; // 0x0071(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x0074(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x0084(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0094(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0098(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x7]; // 0x0099(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiByProfile; + +// Function Engine.KismetSystemLibrary.BoxTraceMultiForObjects +// 0x00A8 (0x00A8 - 0x0000) +struct KismetSystemLibrary_BoxTraceMultiForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HalfSize; // 0x0020(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Orientation; // 0x002C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0050(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0068(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0078(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x3]; // 0x0079(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x007C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x008C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x009C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00A0(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A1[0x7]; // 0x00A1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiForObjects; + +// Function Engine.KismetSystemLibrary.BoxTraceSingle +// 0x0108 (0x0108 - 0x0000) +struct KismetSystemLibrary_BoxTraceSingle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HalfSize; // 0x0020(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Orientation; // 0x002C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0054(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00DC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DD[0x3]; // 0x00DD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00E0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00F0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0100(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0104(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_105[0x3]; // 0x0105(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingle; + +// Function Engine.KismetSystemLibrary.BoxTraceSingleByProfile +// 0x0110 (0x0110 - 0x0000) +struct KismetSystemLibrary_BoxTraceSingleByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HalfSize; // 0x0020(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Orientation; // 0x002C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0048(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x005C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00E4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E5[0x3]; // 0x00E5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00E8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00F8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0108(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x010C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10D[0x3]; // 0x010D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleByProfile; + +// Function Engine.KismetSystemLibrary.BoxTraceSingleForObjects +// 0x0118 (0x0118 - 0x0000) +struct KismetSystemLibrary_BoxTraceSingleForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector HalfSize; // 0x0020(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Orientation; // 0x002C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0050(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0064(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00EC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_ED[0x3]; // 0x00ED(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00F0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x0100(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0110(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0114(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_115[0x3]; // 0x0115(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleForObjects; + +// Function Engine.KismetSystemLibrary.BreakSoftClassPath +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_BreakSoftClassPath final +{ +public: + struct FSoftClassPath InSoftClassPath; // 0x0000(0x0018)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString PathString; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath; + +// Function Engine.KismetSystemLibrary.BreakSoftObjectPath +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_BreakSoftObjectPath final +{ +public: + struct FSoftObjectPath InSoftObjectPath; // 0x0000(0x0018)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString PathString; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftObjectPath; + +// Function Engine.KismetSystemLibrary.CancelTransaction +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_CancelTransaction final +{ +public: + int32 Index_0; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction; + +// Function Engine.KismetSystemLibrary.CanLaunchURL +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_CanLaunchURL final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL; + +// Function Engine.KismetSystemLibrary.CapsuleOverlapActors +// 0x0060 (0x0060 - 0x0000) +struct KismetSystemLibrary_CapsuleOverlapActors final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CapsulePos; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ActorClassFilter; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors; + +// Function Engine.KismetSystemLibrary.CapsuleOverlapComponents +// 0x0060 (0x0060 - 0x0000) +struct KismetSystemLibrary_CapsuleOverlapComponents final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CapsulePos; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ComponentClassFilter; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutComponents; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapComponents; + +// Function Engine.KismetSystemLibrary.CapsuleTraceMulti +// 0x0088 (0x0088 - 0x0000) +struct KismetSystemLibrary_CapsuleTraceMulti final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x005C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x006C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x007C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0080(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMulti; + +// Function Engine.KismetSystemLibrary.CapsuleTraceMultiByProfile +// 0x0090 (0x0090 - 0x0000) +struct KismetSystemLibrary_CapsuleTraceMultiByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x0064(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x0074(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0084(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0088(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x7]; // 0x0089(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiByProfile; + +// Function Engine.KismetSystemLibrary.CapsuleTraceMultiForObjects +// 0x0098 (0x0098 - 0x0000) +struct KismetSystemLibrary_CapsuleTraceMultiForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0058(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0068(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_69[0x3]; // 0x0069(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x006C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x007C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x008C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0090(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x7]; // 0x0091(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiForObjects; + +// Function Engine.KismetSystemLibrary.CapsuleTraceSingle +// 0x00F8 (0x00F8 - 0x0000) +struct KismetSystemLibrary_CapsuleTraceSingle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0044(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00CC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CD[0x3]; // 0x00CD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00D0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00E0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00F0(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00F4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F5[0x3]; // 0x00F5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingle; + +// Function Engine.KismetSystemLibrary.CapsuleTraceSingleByProfile +// 0x0100 (0x0100 - 0x0000) +struct KismetSystemLibrary_CapsuleTraceSingleByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x004C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00D4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D5[0x3]; // 0x00D5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00D8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00E8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00F8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00FC(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_FD[0x3]; // 0x00FD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleByProfile; + +// Function Engine.KismetSystemLibrary.CapsuleTraceSingleForObjects +// 0x0108 (0x0108 - 0x0000) +struct KismetSystemLibrary_CapsuleTraceSingleForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0054(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00DC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DD[0x3]; // 0x00DD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00E0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00F0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0100(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0104(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_105[0x3]; // 0x0105(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleForObjects; + +// Function Engine.KismetSystemLibrary.ComponentOverlapActors +// 0x0080 (0x0080 - 0x0000) +struct KismetSystemLibrary_ComponentOverlapActors final +{ +public: + class UPrimitiveComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ComponentTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ActorClassFilter; // 0x0050(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0058(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0068(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0078(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapActors; + +// Function Engine.KismetSystemLibrary.ComponentOverlapComponents +// 0x0080 (0x0080 - 0x0000) +struct KismetSystemLibrary_ComponentOverlapComponents final +{ +public: + class UPrimitiveComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ComponentTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ComponentClassFilter; // 0x0050(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0058(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutComponents; // 0x0068(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0078(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapComponents; + +// Function Engine.KismetSystemLibrary.ControlScreensaver +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_ControlScreensaver final +{ +public: + bool bAllowScreenSaver; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ControlScreensaver; + +// Function Engine.KismetSystemLibrary.Conv_ClassToSoftClassReference +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_Conv_ClassToSoftClassReference final +{ +public: + TSubclassOf Class_0; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr ReturnValue; // 0x0008(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ClassToSoftClassReference; + +// Function Engine.KismetSystemLibrary.Conv_InterfaceToObject +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_Conv_InterfaceToObject final +{ +public: + TScriptInterface Interface; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + class UObject* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_InterfaceToObject; + +// Function Engine.KismetSystemLibrary.Conv_ObjectToSoftObjectReference +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_Conv_ObjectToSoftObjectReference final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr ReturnValue; // 0x0008(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToSoftObjectReference; + +// Function Engine.KismetSystemLibrary.Conv_PrimaryAssetIdToString +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_Conv_PrimaryAssetIdToString final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetIdToString; + +// Function Engine.KismetSystemLibrary.Conv_PrimaryAssetTypeToString +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_Conv_PrimaryAssetTypeToString final +{ +public: + struct FPrimaryAssetType PrimaryAssetType; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetTypeToString; + +// Function Engine.KismetSystemLibrary.Conv_SoftClassPathToSoftClassRef +// 0x0040 (0x0040 - 0x0000) +struct KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef final +{ +public: + struct FSoftClassPath SoftClassPath; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr ReturnValue; // 0x0018(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef; + +// Function Engine.KismetSystemLibrary.Conv_SoftClassReferenceToClass +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_Conv_SoftClassReferenceToClass final +{ +public: + TSoftClassPtr SoftClass; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToClass; + +// Function Engine.KismetSystemLibrary.Conv_SoftClassReferenceToString +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_Conv_SoftClassReferenceToString final +{ +public: + TSoftClassPtr SoftClassReference; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToString; + +// Function Engine.KismetSystemLibrary.Conv_SoftObjectReferenceToObject +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_Conv_SoftObjectReferenceToObject final +{ +public: + TSoftObjectPtr SoftObject; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToObject; + +// Function Engine.KismetSystemLibrary.Conv_SoftObjectReferenceToString +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_Conv_SoftObjectReferenceToString final +{ +public: + TSoftObjectPtr SoftObjectReference; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToString; + +// Function Engine.KismetSystemLibrary.Conv_SoftObjPathToSoftObjRef +// 0x0040 (0x0040 - 0x0000) +struct KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef final +{ +public: + struct FSoftObjectPath SoftObjectPath; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr ReturnValue; // 0x0018(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef; + +// Function Engine.KismetSystemLibrary.ConvertToAbsolutePath +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_ConvertToAbsolutePath final +{ +public: + class FString Filename; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath; + +// Function Engine.KismetSystemLibrary.ConvertToRelativePath +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_ConvertToRelativePath final +{ +public: + class FString Filename; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath; + +// Function Engine.KismetSystemLibrary.CreateCopyForUndoBuffer +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_CreateCopyForUndoBuffer final +{ +public: + class UObject* ObjectToModify; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer; + +// Function Engine.KismetSystemLibrary.Delay +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_Delay final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLatentActionInfo LatentInfo; // 0x0010(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_Delay; + +// Function Engine.KismetSystemLibrary.DoesImplementInterface +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_DoesImplementInterface final +{ +public: + const class UObject* TestObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Interface; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DoesImplementInterface; + +// Function Engine.KismetSystemLibrary.DrawDebugArrow +// 0x0040 (0x0040 - 0x0000) +struct KismetSystemLibrary_DrawDebugArrow final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineStart; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineEnd; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArrowSize; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0024(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugArrow; + +// Function Engine.KismetSystemLibrary.DrawDebugBox +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_DrawDebugBox final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Center; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Extent; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0020(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0030(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Duration; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugBox; + +// Function Engine.KismetSystemLibrary.DrawDebugCamera +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_DrawDebugCamera final +{ +public: + const class ACameraActor* CameraActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor CameraColor; // 0x0008(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCamera; + +// Function Engine.KismetSystemLibrary.DrawDebugCapsule +// 0x0040 (0x0040 - 0x0000) +struct KismetSystemLibrary_DrawDebugCapsule final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Center; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HalfHeight; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0028(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCapsule; + +// Function Engine.KismetSystemLibrary.DrawDebugCircle +// 0x0050 (0x0050 - 0x0000) +struct KismetSystemLibrary_DrawDebugCircle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Center; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumSegments; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x001C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector YAxis; // 0x0034(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ZAxis; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDrawAxis; // 0x004C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCircle; + +// Function Engine.KismetSystemLibrary.DrawDebugCone +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_DrawDebugCone final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Direction; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Length; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleWidth; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleHeight; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumSides; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0030(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCone; + +// Function Engine.KismetSystemLibrary.DrawDebugConeInDegrees +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_DrawDebugConeInDegrees final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Direction; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Length; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleWidth; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleHeight; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumSides; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0030(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0044(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugConeInDegrees; + +// Function Engine.KismetSystemLibrary.DrawDebugCoordinateSystem +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_DrawDebugCoordinateSystem final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AxisLoc; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator AxisRot; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Scale; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCoordinateSystem; + +// Function Engine.KismetSystemLibrary.DrawDebugCylinder +// 0x0040 (0x0040 - 0x0000) +struct KismetSystemLibrary_DrawDebugCylinder final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Segments; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0028(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCylinder; + +// Function Engine.KismetSystemLibrary.DrawDebugFloatHistoryLocation +// 0x0050 (0x0050 - 0x0000) +struct KismetSystemLibrary_DrawDebugFloatHistoryLocation final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDebugFloatHistory FloatHistory; // 0x0008(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector DrawLocation; // 0x0028(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D DrawSize; // 0x0034(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor DrawColor; // 0x003C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x004C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryLocation; + +// Function Engine.KismetSystemLibrary.DrawDebugFloatHistoryTransform +// 0x0080 (0x0080 - 0x0000) +struct KismetSystemLibrary_DrawDebugFloatHistoryTransform final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDebugFloatHistory FloatHistory; // 0x0008(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform DrawTransform; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector2D DrawSize; // 0x0060(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor DrawColor; // 0x0068(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0078(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryTransform; + +// Function Engine.KismetSystemLibrary.DrawDebugFrustum +// 0x0060 (0x0060 - 0x0000) +struct KismetSystemLibrary_DrawDebugFrustum final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform FrustumTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FLinearColor FrustumColor; // 0x0040(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0050(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0054(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFrustum; + +// Function Engine.KismetSystemLibrary.DrawDebugLine +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_DrawDebugLine final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineStart; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineEnd; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x0020(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugLine; + +// Function Engine.KismetSystemLibrary.DrawDebugPlane +// 0x0050 (0x0050 - 0x0000) +struct KismetSystemLibrary_DrawDebugPlane final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPlane PlaneCoordinates; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0020(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Size; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor PlaneColor; // 0x0030(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPlane; + +// Function Engine.KismetSystemLibrary.DrawDebugPoint +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_DrawDebugPoint final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Position; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Size; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor PointColor; // 0x0018(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPoint; + +// Function Engine.KismetSystemLibrary.DrawDebugSphere +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_DrawDebugSphere final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Center; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Segments; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LineColor; // 0x001C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugSphere; + +// Function Engine.KismetSystemLibrary.DrawDebugString +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_DrawDebugString final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TextLocation; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Text; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* TestBaseActor; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TextColor; // 0x0030(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugString; + +// Function Engine.KismetSystemLibrary.EndTransaction +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_EndTransaction final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_EndTransaction; + +// Function Engine.KismetSystemLibrary.EqualEqual_PrimaryAssetId +// 0x0024 (0x0024 - 0x0000) +struct KismetSystemLibrary_EqualEqual_PrimaryAssetId final +{ +public: + struct FPrimaryAssetId A; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId B; // 0x0010(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetId; + +// Function Engine.KismetSystemLibrary.EqualEqual_PrimaryAssetType +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_EqualEqual_PrimaryAssetType final +{ +public: + struct FPrimaryAssetType A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetType B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetType; + +// Function Engine.KismetSystemLibrary.EqualEqual_SoftClassReference +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_EqualEqual_SoftClassReference final +{ +public: + TSoftClassPtr A; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr B; // 0x0028(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftClassReference; + +// Function Engine.KismetSystemLibrary.EqualEqual_SoftObjectReference +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_EqualEqual_SoftObjectReference final +{ +public: + TSoftObjectPtr A; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr B; // 0x0028(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftObjectReference; + +// Function Engine.KismetSystemLibrary.ExecuteConsoleCommand +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_ExecuteConsoleCommand final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Command; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerController* SpecificPlayer; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ExecuteConsoleCommand; + +// Function Engine.KismetSystemLibrary.FlushDebugStrings +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_FlushDebugStrings final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_FlushDebugStrings; + +// Function Engine.KismetSystemLibrary.FlushPersistentDebugLines +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_FlushPersistentDebugLines final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_FlushPersistentDebugLines; + +// Function Engine.KismetSystemLibrary.GetActorBounds +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_GetActorBounds final +{ +public: + const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetActorBounds; + +// Function Engine.KismetSystemLibrary.GetActorListFromComponentList +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_GetActorListFromComponentList final +{ +public: + TArray ComponentList; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic) + class UClass* ActorClassFilter; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutActorList; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetActorListFromComponentList; + +// Function Engine.KismetSystemLibrary.GetAdIDCount +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_GetAdIDCount final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetAdIDCount; + +// Function Engine.KismetSystemLibrary.GetClassDisplayName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetClassDisplayName final +{ +public: + class UClass* Class_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetClassDisplayName; + +// Function Engine.KismetSystemLibrary.GetClassFromPrimaryAssetId +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetClassFromPrimaryAssetId final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetClassFromPrimaryAssetId; + +// Function Engine.KismetSystemLibrary.GetCommandLine +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetCommandLine final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetCommandLine; + +// Function Engine.KismetSystemLibrary.GetComponentBounds +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_GetComponentBounds final +{ +public: + const class USceneComponent* Component; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SphereRadius; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetComponentBounds; + +// Function Engine.KismetSystemLibrary.GetConsoleVariableBoolValue +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetConsoleVariableBoolValue final +{ +public: + class FString VariableName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableBoolValue; + +// Function Engine.KismetSystemLibrary.GetConsoleVariableFloatValue +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetConsoleVariableFloatValue final +{ +public: + class FString VariableName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableFloatValue; + +// Function Engine.KismetSystemLibrary.GetConsoleVariableIntValue +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetConsoleVariableIntValue final +{ +public: + class FString VariableName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableIntValue; + +// Function Engine.KismetSystemLibrary.GetConvenientWindowedResolutions +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetConvenientWindowedResolutions final +{ +public: + TArray Resolutions; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetConvenientWindowedResolutions; + +// Function Engine.KismetSystemLibrary.GetCurrentBundleState +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_GetCurrentBundleState final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceCurrentState; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutBundles; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetCurrentBundleState; + +// Function Engine.KismetSystemLibrary.GetDefaultLanguage +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetDefaultLanguage final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLanguage; + +// Function Engine.KismetSystemLibrary.GetDefaultLocale +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetDefaultLocale final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLocale; + +// Function Engine.KismetSystemLibrary.GetDeviceId +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetDeviceId final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetDeviceId; + +// Function Engine.KismetSystemLibrary.GetDisplayName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetDisplayName final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetDisplayName; + +// Function Engine.KismetSystemLibrary.GetEngineVersion +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetEngineVersion final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetEngineVersion; + +// Function Engine.KismetSystemLibrary.GetFrameCount +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_GetFrameCount final +{ +public: + int64 ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetFrameCount; + +// Function Engine.KismetSystemLibrary.GetGameBundleId +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetGameBundleId final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetGameBundleId; + +// Function Engine.KismetSystemLibrary.GetGameName +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetGameName final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetGameName; + +// Function Engine.KismetSystemLibrary.GetGamepadButtonGlyph +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_GetGamepadButtonGlyph final +{ +public: + class FString ButtonKey; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ControllerIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UTexture2D* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadButtonGlyph; + +// Function Engine.KismetSystemLibrary.GetGamepadControllerName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetGamepadControllerName final +{ +public: + int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadControllerName; + +// Function Engine.KismetSystemLibrary.GetGameTimeInSeconds +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetGameTimeInSeconds final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetGameTimeInSeconds; + +// Function Engine.KismetSystemLibrary.GetLocalCurrencyCode +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetLocalCurrencyCode final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencyCode; + +// Function Engine.KismetSystemLibrary.GetLocalCurrencySymbol +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetLocalCurrencySymbol final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencySymbol; + +// Function Engine.KismetSystemLibrary.GetMinYResolutionFor3DView +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_GetMinYResolutionFor3DView final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionFor3DView; + +// Function Engine.KismetSystemLibrary.GetMinYResolutionForUI +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_GetMinYResolutionForUI final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionForUI; + +// Function Engine.KismetSystemLibrary.GetObjectFromPrimaryAssetId +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetObjectFromPrimaryAssetId final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectFromPrimaryAssetId; + +// Function Engine.KismetSystemLibrary.GetObjectName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetObjectName final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectName; + +// Function Engine.KismetSystemLibrary.GetOuterObject +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetOuterObject final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetOuterObject; + +// Function Engine.KismetSystemLibrary.GetPathName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetPathName final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPathName; + +// Function Engine.KismetSystemLibrary.GetPlatformUserDir +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetPlatformUserDir final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserDir; + +// Function Engine.KismetSystemLibrary.GetPlatformUserName +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetPlatformUserName final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserName; + +// Function Engine.KismetSystemLibrary.GetPreferredLanguages +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetPreferredLanguages final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPreferredLanguages; + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromClass +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetPrimaryAssetIdFromClass final +{ +public: + TSubclassOf Class_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromClass; + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromObject +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetPrimaryAssetIdFromObject final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromObject; + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromSoftClassReference +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference final +{ +public: + TSoftClassPtr SoftClassReference; // 0x0000(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference; + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdFromSoftObjectReference +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference final +{ +public: + TSoftObjectPtr SoftObjectReference; // 0x0000(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference; + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetIdList +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetPrimaryAssetIdList final +{ +public: + struct FPrimaryAssetType PrimaryAssetType; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutPrimaryAssetIdList; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdList; + +// Function Engine.KismetSystemLibrary.GetPrimaryAssetsWithBundleState +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_GetPrimaryAssetsWithBundleState final +{ +public: + TArray RequiredBundles; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray ExcludedBundles; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray ValidTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bForceCurrentState; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutPrimaryAssetIdList; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetsWithBundleState; + +// Function Engine.KismetSystemLibrary.GetProjectContentDirectory +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetProjectContentDirectory final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectContentDirectory; + +// Function Engine.KismetSystemLibrary.GetProjectDirectory +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetProjectDirectory final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectDirectory; + +// Function Engine.KismetSystemLibrary.GetProjectSavedDirectory +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetProjectSavedDirectory final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectSavedDirectory; + +// Function Engine.KismetSystemLibrary.GetRenderingDetailMode +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_GetRenderingDetailMode final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingDetailMode; + +// Function Engine.KismetSystemLibrary.GetRenderingMaterialQualityLevel +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_GetRenderingMaterialQualityLevel final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingMaterialQualityLevel; + +// Function Engine.KismetSystemLibrary.GetSoftClassReferenceFromPrimaryAssetId +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr ReturnValue; // 0x0010(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId; + +// Function Engine.KismetSystemLibrary.GetSoftObjectReferenceFromPrimaryAssetId +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr ReturnValue; // 0x0010(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId; + +// Function Engine.KismetSystemLibrary.GetSupportedFullscreenResolutions +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetSupportedFullscreenResolutions final +{ +public: + TArray Resolutions; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetSupportedFullscreenResolutions; + +// Function Engine.KismetSystemLibrary.GetSystemPath +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_GetSystemPath final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetSystemPath; + +// Function Engine.KismetSystemLibrary.GetUniqueDeviceId +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_GetUniqueDeviceId final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetUniqueDeviceId; + +// Function Engine.KismetSystemLibrary.GetVolumeButtonsHandledBySystem +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_GetVolumeButtonsHandledBySystem final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_GetVolumeButtonsHandledBySystem; + +// Function Engine.KismetSystemLibrary.IsControllerAssignedToGamepad +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_IsControllerAssignedToGamepad final +{ +public: + int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsControllerAssignedToGamepad; + +// Function Engine.KismetSystemLibrary.IsDedicatedServer +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsDedicatedServer final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsDedicatedServer; + +// Function Engine.KismetSystemLibrary.IsInterstitialAdAvailable +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_IsInterstitialAdAvailable final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdAvailable; + +// Function Engine.KismetSystemLibrary.IsInterstitialAdRequested +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_IsInterstitialAdRequested final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdRequested; + +// Function Engine.KismetSystemLibrary.IsLoggedIn +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsLoggedIn final +{ +public: + const class APlayerController* SpecificPlayer; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsLoggedIn; + +// Function Engine.KismetSystemLibrary.IsPackagedForDistribution +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_IsPackagedForDistribution final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsPackagedForDistribution; + +// Function Engine.KismetSystemLibrary.IsScreensaverEnabled +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_IsScreensaverEnabled final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsScreensaverEnabled; + +// Function Engine.KismetSystemLibrary.IsServer +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsServer final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsServer; + +// Function Engine.KismetSystemLibrary.IsSplitScreen +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsSplitScreen final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsSplitScreen; + +// Function Engine.KismetSystemLibrary.IsStandalone +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsStandalone final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsStandalone; + +// Function Engine.KismetSystemLibrary.IsUnattended +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_IsUnattended final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsUnattended; + +// Function Engine.KismetSystemLibrary.IsValid +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsValid final +{ +public: + const class UObject* Object; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsValid; + +// Function Engine.KismetSystemLibrary.IsValidClass +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_IsValidClass final +{ +public: + class UClass* Class_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsValidClass; + +// Function Engine.KismetSystemLibrary.IsValidPrimaryAssetId +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_IsValidPrimaryAssetId final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetId; + +// Function Engine.KismetSystemLibrary.IsValidPrimaryAssetType +// 0x000C (0x000C - 0x0000) +struct KismetSystemLibrary_IsValidPrimaryAssetType final +{ +public: + struct FPrimaryAssetType PrimaryAssetType; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetType; + +// Function Engine.KismetSystemLibrary.IsValidSoftClassReference +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_IsValidSoftClassReference final +{ +public: + TSoftClassPtr SoftClassReference; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftClassReference; + +// Function Engine.KismetSystemLibrary.IsValidSoftObjectReference +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_IsValidSoftObjectReference final +{ +public: + TSoftObjectPtr SoftObjectReference; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftObjectReference; + +// Function Engine.KismetSystemLibrary.K2_ClearAndInvalidateTimerHandle +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle; + +// Function Engine.KismetSystemLibrary.K2_ClearTimer +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_ClearTimer final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimer; + +// Function Engine.KismetSystemLibrary.K2_ClearTimerDelegate +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_ClearTimerDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerDelegate; + +// Function Engine.KismetSystemLibrary.K2_ClearTimerHandle +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_ClearTimerHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerHandle; + +// Function Engine.KismetSystemLibrary.K2_GetTimerElapsedTime +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_K2_GetTimerElapsedTime final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTime; + +// Function Engine.KismetSystemLibrary.K2_GetTimerElapsedTimeDelegate +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate; + +// Function Engine.KismetSystemLibrary.K2_GetTimerElapsedTimeHandle +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_GetTimerElapsedTimeHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeHandle; + +// Function Engine.KismetSystemLibrary.K2_GetTimerRemainingTime +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_K2_GetTimerRemainingTime final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTime; + +// Function Engine.KismetSystemLibrary.K2_GetTimerRemainingTimeDelegate +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate; + +// Function Engine.KismetSystemLibrary.K2_GetTimerRemainingTimeHandle +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_GetTimerRemainingTimeHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeHandle; + +// Function Engine.KismetSystemLibrary.K2_InvalidateTimerHandle +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_InvalidateTimerHandle final +{ +public: + struct FTimerHandle Handle; // 0x0000(0x0008)(Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_InvalidateTimerHandle; + +// Function Engine.KismetSystemLibrary.K2_IsTimerActive +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_K2_IsTimerActive final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActive; + +// Function Engine.KismetSystemLibrary.K2_IsTimerActiveDelegate +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_K2_IsTimerActiveDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveDelegate; + +// Function Engine.KismetSystemLibrary.K2_IsTimerActiveHandle +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_IsTimerActiveHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveHandle; + +// Function Engine.KismetSystemLibrary.K2_IsTimerPaused +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_K2_IsTimerPaused final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPaused; + +// Function Engine.KismetSystemLibrary.K2_IsTimerPausedDelegate +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_K2_IsTimerPausedDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedDelegate; + +// Function Engine.KismetSystemLibrary.K2_IsTimerPausedHandle +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_IsTimerPausedHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedHandle; + +// Function Engine.KismetSystemLibrary.K2_IsValidTimerHandle +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_IsValidTimerHandle final +{ +public: + struct FTimerHandle Handle; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsValidTimerHandle; + +// Function Engine.KismetSystemLibrary.K2_PauseTimer +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_PauseTimer final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimer; + +// Function Engine.KismetSystemLibrary.K2_PauseTimerDelegate +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_PauseTimerDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerDelegate; + +// Function Engine.KismetSystemLibrary.K2_PauseTimerHandle +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_PauseTimerHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerHandle; + +// Function Engine.KismetSystemLibrary.K2_SetTimer +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_K2_SetTimer final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLooping; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InitialStartDelay; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialStartDelayVariance; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimer; + +// Function Engine.KismetSystemLibrary.K2_SetTimerDelegate +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_K2_SetTimerDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + float Time; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLooping; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InitialStartDelay; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InitialStartDelayVariance; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerDelegate; + +// Function Engine.KismetSystemLibrary.K2_TimerExists +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_K2_TimerExists final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExists; + +// Function Engine.KismetSystemLibrary.K2_TimerExistsDelegate +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_K2_TimerExistsDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsDelegate; + +// Function Engine.KismetSystemLibrary.K2_TimerExistsHandle +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_TimerExistsHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsHandle; + +// Function Engine.KismetSystemLibrary.K2_UnPauseTimer +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_K2_UnPauseTimer final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FunctionName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimer; + +// Function Engine.KismetSystemLibrary.K2_UnPauseTimerDelegate +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_UnPauseTimerDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerDelegate; + +// Function Engine.KismetSystemLibrary.K2_UnPauseTimerHandle +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_K2_UnPauseTimerHandle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimerHandle Handle; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerHandle; + +// Function Engine.KismetSystemLibrary.LaunchURL +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_LaunchURL final +{ +public: + class FString URL; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LaunchURL; + +// Function Engine.KismetSystemLibrary.LineTraceMulti +// 0x0080 (0x0080 - 0x0000) +struct KismetSystemLibrary_LineTraceMulti final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x0054(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x0064(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0074(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0078(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMulti; + +// Function Engine.KismetSystemLibrary.LineTraceMultiByProfile +// 0x0088 (0x0088 - 0x0000) +struct KismetSystemLibrary_LineTraceMultiByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x005C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x006C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x007C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0080(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiByProfile; + +// Function Engine.KismetSystemLibrary.LineTraceMultiForObjects +// 0x0090 (0x0090 - 0x0000) +struct KismetSystemLibrary_LineTraceMultiForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x0064(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x0074(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0084(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0088(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_89[0x7]; // 0x0089(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiForObjects; + +// Function Engine.KismetSystemLibrary.LineTraceSingle +// 0x00F0 (0x00F0 - 0x0000) +struct KismetSystemLibrary_LineTraceSingle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x003C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00C4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00C8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00D8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00E8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00EC(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_ED[0x3]; // 0x00ED(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingle; + +// Function Engine.KismetSystemLibrary.LineTraceSingleByProfile +// 0x00F8 (0x00F8 - 0x0000) +struct KismetSystemLibrary_LineTraceSingleByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0044(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00CC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CD[0x3]; // 0x00CD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00D0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00E0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00F0(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00F4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F5[0x3]; // 0x00F5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleByProfile; + +// Function Engine.KismetSystemLibrary.LineTraceSingleForObjects +// 0x0100 (0x0100 - 0x0000) +struct KismetSystemLibrary_LineTraceSingleForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0038(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x004C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00D4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D5[0x3]; // 0x00D5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00D8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00E8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00F8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00FC(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_FD[0x3]; // 0x00FD(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleForObjects; + +// Function Engine.KismetSystemLibrary.LoadAsset +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_LoadAsset final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Asset; // 0x0008(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate OnLoaded; // 0x0030(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + struct FLatentActionInfo LatentInfo; // 0x0040(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset; + +// Function Engine.KismetSystemLibrary.LoadAsset_Blocking +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_LoadAsset_Blocking final +{ +public: + TSoftObjectPtr Asset; // 0x0000(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset_Blocking; + +// Function Engine.KismetSystemLibrary.LoadAssetClass +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_LoadAssetClass final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr AssetClass; // 0x0008(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate Loaded)> OnLoaded; // 0x0030(0x0010)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + struct FLatentActionInfo LatentInfo; // 0x0040(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LoadAssetClass; + +// Function Engine.KismetSystemLibrary.LoadClassAsset_Blocking +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_LoadClassAsset_Blocking final +{ +public: + TSoftClassPtr AssetClass; // 0x0000(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LoadClassAsset_Blocking; + +// Function Engine.KismetSystemLibrary.LoadInterstitialAd +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_LoadInterstitialAd final +{ +public: + int32 AdIdIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_LoadInterstitialAd; + +// Function Engine.KismetSystemLibrary.MakeLiteralBool +// 0x0002 (0x0002 - 0x0000) +struct KismetSystemLibrary_MakeLiteralBool final +{ +public: + bool Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralBool; + +// Function Engine.KismetSystemLibrary.MakeLiteralByte +// 0x0002 (0x0002 - 0x0000) +struct KismetSystemLibrary_MakeLiteralByte final +{ +public: + uint8 Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralByte; + +// Function Engine.KismetSystemLibrary.MakeLiteralFloat +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_MakeLiteralFloat final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralFloat; + +// Function Engine.KismetSystemLibrary.MakeLiteralInt +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_MakeLiteralInt final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt; + +// Function Engine.KismetSystemLibrary.MakeLiteralName +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_MakeLiteralName final +{ +public: + class FName Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralName; + +// Function Engine.KismetSystemLibrary.MakeLiteralString +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_MakeLiteralString final +{ +public: + class FString Value; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralString; + +// Function Engine.KismetSystemLibrary.MakeLiteralText +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_MakeLiteralText final +{ +public: + class FText Value; // 0x0000(0x0018)(Parm, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralText; + +// Function Engine.KismetSystemLibrary.MakeSoftClassPath +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_MakeSoftClassPath final +{ +public: + class FString PathString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftClassPath ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath; + +// Function Engine.KismetSystemLibrary.MakeSoftObjectPath +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_MakeSoftObjectPath final +{ +public: + class FString PathString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftObjectPath; + +// Function Engine.KismetSystemLibrary.MoveComponentTo +// 0x0048 (0x0048 - 0x0000) +struct KismetSystemLibrary_MoveComponentTo final +{ +public: + class USceneComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TargetRelativeLocation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator TargetRelativeRotation; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bEaseOut; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEaseIn; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x2]; // 0x0022(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float OverTime; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceShortestRotationPath; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMoveComponentAction MoveAction; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLatentActionInfo LatentInfo; // 0x0030(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo; + +// Function Engine.KismetSystemLibrary.NormalizeFilename +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_NormalizeFilename final +{ +public: + class FString InFilename; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_NormalizeFilename; + +// Function Engine.KismetSystemLibrary.NotEqual_PrimaryAssetId +// 0x0024 (0x0024 - 0x0000) +struct KismetSystemLibrary_NotEqual_PrimaryAssetId final +{ +public: + struct FPrimaryAssetId A; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetId B; // 0x0010(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetId; + +// Function Engine.KismetSystemLibrary.NotEqual_PrimaryAssetType +// 0x0014 (0x0014 - 0x0000) +struct KismetSystemLibrary_NotEqual_PrimaryAssetType final +{ +public: + struct FPrimaryAssetType A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetType B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetType; + +// Function Engine.KismetSystemLibrary.NotEqual_SoftClassReference +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_NotEqual_SoftClassReference final +{ +public: + TSoftClassPtr A; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr B; // 0x0028(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftClassReference; + +// Function Engine.KismetSystemLibrary.NotEqual_SoftObjectReference +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_NotEqual_SoftObjectReference final +{ +public: + TSoftObjectPtr A; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr B; // 0x0028(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftObjectReference; + +// Function Engine.KismetSystemLibrary.ParseCommandLine +// 0x0080 (0x0080 - 0x0000) +struct KismetSystemLibrary_ParseCommandLine final +{ +public: + class FString InCmdLine; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray OutTokens; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + TArray OutSwitches; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + TMap OutParams; // 0x0030(0x0050)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ParseCommandLine; + +// Function Engine.KismetSystemLibrary.ParseParam +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_ParseParam final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InParam; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ParseParam; + +// Function Engine.KismetSystemLibrary.ParseParamValue +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_ParseParamValue final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InParam; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ParseParamValue; + +// Function Engine.KismetSystemLibrary.PrintString +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_PrintString final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString inString; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPrintToScreen; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPrintToLog; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TextColor; // 0x001C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_PrintString; + +// Function Engine.KismetSystemLibrary.PrintText +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_PrintText final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText InText; // 0x0008(0x0018)(ConstParm, Parm, NativeAccessSpecifierPublic) + bool bPrintToScreen; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPrintToLog; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x2]; // 0x0022(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TextColor; // 0x0024(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_PrintText; + +// Function Engine.KismetSystemLibrary.PrintWarning +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_PrintWarning final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_PrintWarning; + +// Function Engine.KismetSystemLibrary.QuitGame +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_QuitGame final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerController* SpecificPlayer; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EQuitPreference QuitPreference; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIgnorePlatformRestrictions; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_QuitGame; + +// Function Engine.KismetSystemLibrary.ResetGamepadAssignmentToController +// 0x0004 (0x0004 - 0x0000) +struct KismetSystemLibrary_ResetGamepadAssignmentToController final +{ +public: + int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ResetGamepadAssignmentToController; + +// Function Engine.KismetSystemLibrary.RetriggerableDelay +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_RetriggerableDelay final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLatentActionInfo LatentInfo; // 0x0010(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_RetriggerableDelay; + +// Function Engine.KismetSystemLibrary.SetBoolPropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetBoolPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool Value; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetBoolPropertyByName; + +// Function Engine.KismetSystemLibrary.SetBytePropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetBytePropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Value; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetBytePropertyByName; + +// Function Engine.KismetSystemLibrary.SetClassPropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetClassPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Value; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetClassPropertyByName; + +// Function Engine.KismetSystemLibrary.SetCollisionProfileNameProperty +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetCollisionProfileNameProperty final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FCollisionProfileName Value; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetCollisionProfileNameProperty; + +// Function Engine.KismetSystemLibrary.SetColorPropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetColorPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor Value; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetColorPropertyByName; + +// Function Engine.KismetSystemLibrary.SetFieldPathPropertyByName +// 0x0030 (0x0030 - 0x0000) +struct KismetSystemLibrary_SetFieldPathPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TFieldPath Value; // 0x0010(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetFieldPathPropertyByName; + +// Function Engine.KismetSystemLibrary.SetFloatPropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetFloatPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetFloatPropertyByName; + +// Function Engine.KismetSystemLibrary.SetGamepadsBlockDeviceFeedback +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_SetGamepadsBlockDeviceFeedback final +{ +public: + bool bBlock; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetGamepadsBlockDeviceFeedback; + +// Function Engine.KismetSystemLibrary.SetInt64PropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetInt64PropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 Value; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetInt64PropertyByName; + +// Function Engine.KismetSystemLibrary.SetInterfacePropertyByName +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_SetInterfacePropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TScriptInterface Value; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetInterfacePropertyByName; + +// Function Engine.KismetSystemLibrary.SetIntPropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetIntPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Value; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetIntPropertyByName; + +// Function Engine.KismetSystemLibrary.SetLinearColorPropertyByName +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_SetLinearColorPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Value; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetLinearColorPropertyByName; + +// Function Engine.KismetSystemLibrary.SetNamePropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetNamePropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Value; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetNamePropertyByName; + +// Function Engine.KismetSystemLibrary.SetObjectPropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetObjectPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* Value; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetObjectPropertyByName; + +// Function Engine.KismetSystemLibrary.SetRotatorPropertyByName +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_SetRotatorPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Value; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetRotatorPropertyByName; + +// Function Engine.KismetSystemLibrary.SetSoftClassPropertyByName +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_SetSoftClassPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr Value; // 0x0010(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftClassPropertyByName; + +// Function Engine.KismetSystemLibrary.SetSoftObjectPropertyByName +// 0x0038 (0x0038 - 0x0000) +struct KismetSystemLibrary_SetSoftObjectPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Value; // 0x0010(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftObjectPropertyByName; + +// Function Engine.KismetSystemLibrary.SetStringPropertyByName +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_SetStringPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Value; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetStringPropertyByName; + +// Function Engine.KismetSystemLibrary.SetStructurePropertyByName +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetStructurePropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGenericStruct Value; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetStructurePropertyByName; + +// Function Engine.KismetSystemLibrary.SetSuppressViewportTransitionMessage +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_SetSuppressViewportTransitionMessage final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bState; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetSuppressViewportTransitionMessage; + +// Function Engine.KismetSystemLibrary.SetTextPropertyByName +// 0x0028 (0x0028 - 0x0000) +struct KismetSystemLibrary_SetTextPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText Value; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetTextPropertyByName; + +// Function Engine.KismetSystemLibrary.SetTransformPropertyByName +// 0x0040 (0x0040 - 0x0000) +struct KismetSystemLibrary_SetTransformPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform Value; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetTransformPropertyByName; + +// Function Engine.KismetSystemLibrary.SetUserActivity +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetUserActivity final +{ +public: + struct FUserActivity UserActivity; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetUserActivity; + +// Function Engine.KismetSystemLibrary.SetVectorPropertyByName +// 0x0020 (0x0020 - 0x0000) +struct KismetSystemLibrary_SetVectorPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Value; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetVectorPropertyByName; + +// Function Engine.KismetSystemLibrary.SetVolumeButtonsHandledBySystem +// 0x0001 (0x0001 - 0x0000) +struct KismetSystemLibrary_SetVolumeButtonsHandledBySystem final +{ +public: + bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetVolumeButtonsHandledBySystem; + +// Function Engine.KismetSystemLibrary.SetWindowTitle +// 0x0018 (0x0018 - 0x0000) +struct KismetSystemLibrary_SetWindowTitle final +{ +public: + class FText Title; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SetWindowTitle; + +// Function Engine.KismetSystemLibrary.ShowAdBanner +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_ShowAdBanner final +{ +public: + int32 AdIdIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowOnBottomOfScreen; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner; + +// Function Engine.KismetSystemLibrary.ShowPlatformSpecificAchievementsScreen +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen final +{ +public: + const class APlayerController* SpecificPlayer; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen; + +// Function Engine.KismetSystemLibrary.ShowPlatformSpecificLeaderboardScreen +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen final +{ +public: + class FString CategoryName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen; + +// Function Engine.KismetSystemLibrary.SnapshotObject +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_SnapshotObject final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject; + +// Function Engine.KismetSystemLibrary.SphereOverlapActors +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_SphereOverlapActors final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SpherePos; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SphereRadius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ActorClassFilter; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutActors; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors; + +// Function Engine.KismetSystemLibrary.SphereOverlapComponents +// 0x0058 (0x0058 - 0x0000) +struct KismetSystemLibrary_SphereOverlapComponents final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SpherePos; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SphereRadius; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ObjectTypes; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UClass* ComponentClassFilter; // 0x0028(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray OutComponents; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapComponents; + +// Function Engine.KismetSystemLibrary.SphereTraceMulti +// 0x0080 (0x0080 - 0x0000) +struct KismetSystemLibrary_SphereTraceMulti final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0025(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_26[0x2]; // 0x0026(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x0054(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x0064(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0074(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0078(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_79[0x7]; // 0x0079(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMulti; + +// Function Engine.KismetSystemLibrary.SphereTraceMultiByProfile +// 0x0088 (0x0088 - 0x0000) +struct KismetSystemLibrary_SphereTraceMultiByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0024(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x002C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0048(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x005C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x006C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x007C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0080(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiByProfile; + +// Function Engine.KismetSystemLibrary.SphereTraceMultiForObjects +// 0x0098 (0x0098 - 0x0000) +struct KismetSystemLibrary_SphereTraceMultiForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OutHits; // 0x0058(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x0068(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_69[0x3]; // 0x0069(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x006C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x007C(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x008C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0090(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x7]; // 0x0091(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiForObjects; + +// Function Engine.KismetSystemLibrary.SphereTraceSingle +// 0x00F0 (0x00F0 - 0x0000) +struct KismetSystemLibrary_SphereTraceSingle final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETraceTypeQuery TraceChannel; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0025(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_26[0x2]; // 0x0026(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x003C(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00C4(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C5[0x3]; // 0x00C5(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00C8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00D8(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00E8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00EC(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_ED[0x3]; // 0x00ED(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingle; + +// Function Engine.KismetSystemLibrary.SphereTraceSingleByProfile +// 0x00F8 (0x00F8 - 0x0000) +struct KismetSystemLibrary_SphereTraceSingleByProfile final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0024(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x002C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0030(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0044(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00CC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CD[0x3]; // 0x00CD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00D0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00E0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x00F0(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x00F4(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F5[0x3]; // 0x00F5(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleByProfile; + +// Function Engine.KismetSystemLibrary.SphereTraceSingleForObjects +// 0x0108 (0x0108 - 0x0000) +struct KismetSystemLibrary_SphereTraceSingleForObjects final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Start; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x0028(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActorsToIgnore; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FHitResult OutHit; // 0x0054(0x0088)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + bool bIgnoreSelf; // 0x00DC(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DD[0x3]; // 0x00DD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor TraceColor; // 0x00E0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TraceHitColor; // 0x00F0(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawTime; // 0x0100(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0104(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_105[0x3]; // 0x0105(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleForObjects; + +// Function Engine.KismetSystemLibrary.TransactObject +// 0x0008 (0x0008 - 0x0000) +struct KismetSystemLibrary_TransactObject final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_TransactObject; + +// Function Engine.KismetSystemLibrary.UnloadPrimaryAsset +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_UnloadPrimaryAsset final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAsset; + +// Function Engine.KismetSystemLibrary.UnloadPrimaryAssetList +// 0x0010 (0x0010 - 0x0000) +struct KismetSystemLibrary_UnloadPrimaryAssetList final +{ +public: + TArray PrimaryAssetIdList; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAssetList; + +// Function Engine.KismetArrayLibrary.Array_Add +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Add final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 NewItem; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Add; + +// Function Engine.KismetArrayLibrary.Array_AddUnique +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_AddUnique final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 NewItem; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_AddUnique; + +// Function Engine.KismetArrayLibrary.Array_Append +// 0x0020 (0x0020 - 0x0000) +struct KismetArrayLibrary_Array_Append final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray SourceArray; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Append; + +// Function Engine.KismetArrayLibrary.Array_Clear +// 0x0010 (0x0010 - 0x0000) +struct KismetArrayLibrary_Array_Clear final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Clear; + +// Function Engine.KismetArrayLibrary.Array_Contains +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Contains final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 ItemToFind; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Contains; + +// Function Engine.KismetArrayLibrary.Array_Find +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Find final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 ItemToFind; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Find; + +// Function Engine.KismetArrayLibrary.Array_Get +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Get final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Item; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Get; + +// Function Engine.KismetArrayLibrary.Array_Identical +// 0x0028 (0x0028 - 0x0000) +struct KismetArrayLibrary_Array_Identical final +{ +public: + TArray ArrayA; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TArray ArrayB; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Identical; + +// Function Engine.KismetArrayLibrary.Array_Insert +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Insert final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 NewItem; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Insert; + +// Function Engine.KismetArrayLibrary.Array_IsValidIndex +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_IsValidIndex final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexToTest; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_IsValidIndex; + +// Function Engine.KismetArrayLibrary.Array_LastIndex +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_LastIndex final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_LastIndex; + +// Function Engine.KismetArrayLibrary.Array_Length +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Length final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Length; + +// Function Engine.KismetArrayLibrary.Array_Random +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Random final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 OutItem; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutIndex; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Random; + +// Function Engine.KismetArrayLibrary.Array_RandomFromStream +// 0x0020 (0x0020 - 0x0000) +struct KismetArrayLibrary_Array_RandomFromStream final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + struct FRandomStream RandomStream; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + int32 OutItem; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutIndex; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_RandomFromStream; + +// Function Engine.KismetArrayLibrary.Array_Remove +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Remove final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexToRemove; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Remove; + +// Function Engine.KismetArrayLibrary.Array_RemoveItem +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_RemoveItem final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 Item; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_RemoveItem; + +// Function Engine.KismetArrayLibrary.Array_Resize +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Resize final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 Size; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Resize; + +// Function Engine.KismetArrayLibrary.Array_Reverse +// 0x0010 (0x0010 - 0x0000) +struct KismetArrayLibrary_Array_Reverse final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Reverse; + +// Function Engine.KismetArrayLibrary.Array_Set +// 0x0020 (0x0020 - 0x0000) +struct KismetArrayLibrary_Array_Set final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Item; // 0x0014(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSizeToFit; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Set; + +// Function Engine.KismetArrayLibrary.Array_Shuffle +// 0x0010 (0x0010 - 0x0000) +struct KismetArrayLibrary_Array_Shuffle final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Shuffle; + +// Function Engine.KismetArrayLibrary.Array_Swap +// 0x0018 (0x0018 - 0x0000) +struct KismetArrayLibrary_Array_Swap final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 FirstIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SecondIndex; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap; + +// Function Engine.KismetArrayLibrary.FilterArray +// 0x0028 (0x0028 - 0x0000) +struct KismetArrayLibrary_FilterArray final +{ +public: + TArray TargetArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TSubclassOf FilterClass; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray FilteredArray; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray; + +// Function Engine.KismetArrayLibrary.SetArrayPropertyByName +// 0x0020 (0x0020 - 0x0000) +struct KismetArrayLibrary_SetArrayPropertyByName final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Value; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName; + +// Function Engine.PawnNoiseEmitterComponent.MakeNoise +// 0x0018 (0x0018 - 0x0000) +struct PawnNoiseEmitterComponent_MakeNoise final +{ +public: + class AActor* NoiseMaker; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Loudness; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NoiseLocation; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PawnNoiseEmitterComponent_MakeNoise; + +// Function Engine.SoundSubmix.AddEnvelopeFollowerDelegate +// 0x0018 (0x0018 - 0x0000) +struct SoundSubmix_AddEnvelopeFollowerDelegate final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate& Envelope)> OnSubmixEnvelopeBP; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SoundSubmix_AddEnvelopeFollowerDelegate; + +// Function Engine.SoundSubmix.AddSpectralAnalysisDelegate +// 0x0040 (0x0040 - 0x0000) +struct SoundSubmix_AddSpectralAnalysisDelegate final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray InBandSettings; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + TDelegate& Magnitude)> OnSubmixSpectralAnalysisBP; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + float UpdateRate; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DecibelNoiseFloor; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDoNormalize; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDoAutoRange; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_32[0x2]; // 0x0032(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float AutoRangeAttackTime; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoRangeReleaseTime; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SoundSubmix_AddSpectralAnalysisDelegate; + +// Function Engine.SoundSubmix.RemoveSpectralAnalysisDelegate +// 0x0018 (0x0018 - 0x0000) +struct SoundSubmix_RemoveSpectralAnalysisDelegate final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate& Magnitude)> OnSubmixSpectralAnalysisBP; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SoundSubmix_RemoveSpectralAnalysisDelegate; + +// Function Engine.SoundSubmix.SetSubmixOutputVolume +// 0x0010 (0x0010 - 0x0000) +struct SoundSubmix_SetSubmixOutputVolume final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InOutputVolume; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SoundSubmix_SetSubmixOutputVolume; + +// Function Engine.SoundSubmix.StartEnvelopeFollowing +// 0x0008 (0x0008 - 0x0000) +struct SoundSubmix_StartEnvelopeFollowing final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SoundSubmix_StartEnvelopeFollowing; + +// Function Engine.SoundSubmix.StartRecordingOutput +// 0x0010 (0x0010 - 0x0000) +struct SoundSubmix_StartRecordingOutput final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExpectedDuration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SoundSubmix_StartRecordingOutput; + +// Function Engine.SoundSubmix.StartSpectralAnalysis +// 0x0018 (0x0018 - 0x0000) +struct SoundSubmix_StartSpectralAnalysis final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFFTSize FFTSize; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFFTPeakInterpolationMethod InterpolationMethod; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFFTWindowType WindowType; // 0x000A(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B[0x1]; // 0x000B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float HopSize; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioSpectrumType SpectrumType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SoundSubmix_StartSpectralAnalysis; + +// Function Engine.SoundSubmix.StopEnvelopeFollowing +// 0x0008 (0x0008 - 0x0000) +struct SoundSubmix_StopEnvelopeFollowing final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SoundSubmix_StopEnvelopeFollowing; + +// Function Engine.SoundSubmix.StopRecordingOutput +// 0x0038 (0x0038 - 0x0000) +struct SoundSubmix_StopRecordingOutput final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioRecordingExportType ExportType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Name_0; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Path; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundWave* ExistingSoundWaveToOverwrite; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SoundSubmix_StopRecordingOutput; + +// Function Engine.SoundSubmix.StopSpectralAnalysis +// 0x0008 (0x0008 - 0x0000) +struct SoundSubmix_StopSpectralAnalysis final +{ +public: + const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SoundSubmix_StopSpectralAnalysis; + +// Function Engine.KismetStringLibrary.BuildString_Bool +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_BuildString_Bool final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InBool; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Suffix; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Bool; + +// Function Engine.KismetStringLibrary.BuildString_Color +// 0x0050 (0x0050 - 0x0000) +struct KismetStringLibrary_BuildString_Color final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor InColor; // 0x0020(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Suffix; // 0x0030(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Color; + +// Function Engine.KismetStringLibrary.BuildString_Float +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_BuildString_Float final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InFloat; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Suffix; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Float; + +// Function Engine.KismetStringLibrary.BuildString_Int +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_BuildString_Int final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 inInt; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Suffix; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Int; + +// Function Engine.KismetStringLibrary.BuildString_IntVector +// 0x0050 (0x0050 - 0x0000) +struct KismetStringLibrary_BuildString_IntVector final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector InIntVector; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Suffix; // 0x0030(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_IntVector; + +// Function Engine.KismetStringLibrary.BuildString_Name +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_BuildString_Name final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InName; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Suffix; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Name; + +// Function Engine.KismetStringLibrary.BuildString_Object +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_BuildString_Object final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* InObj; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Suffix; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Object; + +// Function Engine.KismetStringLibrary.BuildString_Rotator +// 0x0050 (0x0050 - 0x0000) +struct KismetStringLibrary_BuildString_Rotator final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator InRot; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Suffix; // 0x0030(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Rotator; + +// Function Engine.KismetStringLibrary.BuildString_Vector +// 0x0050 (0x0050 - 0x0000) +struct KismetStringLibrary_BuildString_Vector final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InVector; // 0x0020(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Suffix; // 0x0030(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector; + +// Function Engine.KismetStringLibrary.BuildString_Vector2d +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_BuildString_Vector2d final +{ +public: + class FString AppendTo; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Prefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D InVector2D; // 0x0020(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Suffix; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector2d; + +// Function Engine.KismetStringLibrary.Concat_StrStr +// 0x0030 (0x0030 - 0x0000) +struct KismetStringLibrary_Concat_StrStr final +{ +public: + class FString A; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString B; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Concat_StrStr; + +// Function Engine.KismetStringLibrary.Contains +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_Contains final +{ +public: + class FString SearchIn; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Substring; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCase; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSearchFromEnd; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0022(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23[0x5]; // 0x0023(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Contains; + +// Function Engine.KismetStringLibrary.Conv_BoolToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_BoolToString final +{ +public: + bool InBool; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoolToString; + +// Function Engine.KismetStringLibrary.Conv_ByteToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_ByteToString final +{ +public: + uint8 InByte; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_ByteToString; + +// Function Engine.KismetStringLibrary.Conv_ColorToString +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_ColorToString final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_ColorToString; + +// Function Engine.KismetStringLibrary.Conv_FloatToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_FloatToString final +{ +public: + float InFloat; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_FloatToString; + +// Function Engine.KismetStringLibrary.Conv_IntPointToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_IntPointToString final +{ +public: + struct FIntPoint InIntPoint; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntPointToString; + +// Function Engine.KismetStringLibrary.Conv_IntToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_IntToString final +{ +public: + int32 inInt; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntToString; + +// Function Engine.KismetStringLibrary.Conv_IntVectorToString +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_IntVectorToString final +{ +public: + struct FIntVector InIntVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntVectorToString; + +// Function Engine.KismetStringLibrary.Conv_MatrixToString +// 0x0050 (0x0050 - 0x0000) +struct KismetStringLibrary_Conv_MatrixToString final +{ +public: + struct FMatrix InMatrix; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_MatrixToString; + +// Function Engine.KismetStringLibrary.Conv_NameToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_NameToString final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_NameToString; + +// Function Engine.KismetStringLibrary.Conv_ObjectToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_ObjectToString final +{ +public: + class UObject* InObj; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_ObjectToString; + +// Function Engine.KismetStringLibrary.Conv_RotatorToString +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_RotatorToString final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_RotatorToString; + +// Function Engine.KismetStringLibrary.Conv_StringToColor +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_Conv_StringToColor final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor OutConvertedColor; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool OutIsValid; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToColor; + +// Function Engine.KismetStringLibrary.Conv_StringToFloat +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_StringToFloat final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToFloat; + +// Function Engine.KismetStringLibrary.Conv_StringToInt +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_StringToInt final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToInt; + +// Function Engine.KismetStringLibrary.Conv_StringToName +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_StringToName final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToName; + +// Function Engine.KismetStringLibrary.Conv_StringToRotator +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_StringToRotator final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator OutConvertedRotator; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool OutIsValid; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToRotator; + +// Function Engine.KismetStringLibrary.Conv_StringToVector +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_StringToVector final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutConvertedVector; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool OutIsValid; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector; + +// Function Engine.KismetStringLibrary.Conv_StringToVector2D +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_StringToVector2D final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D OutConvertedVector2D; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool OutIsValid; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector2D; + +// Function Engine.KismetStringLibrary.Conv_TransformToString +// 0x0040 (0x0040 - 0x0000) +struct KismetStringLibrary_Conv_TransformToString final +{ +public: + struct FTransform InTrans; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0030(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_TransformToString; + +// Function Engine.KismetStringLibrary.Conv_Vector2dToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Conv_Vector2dToString final +{ +public: + struct FVector2D InVec; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector2dToString; + +// Function Engine.KismetStringLibrary.Conv_VectorToString +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Conv_VectorToString final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Conv_VectorToString; + +// Function Engine.KismetStringLibrary.CullArray +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_CullArray final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray inArray; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_CullArray; + +// Function Engine.KismetStringLibrary.EndsWith +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_EndsWith final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InSuffix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchCase SearchCase; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0021(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_EndsWith; + +// Function Engine.KismetStringLibrary.EqualEqual_StriStri +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_EqualEqual_StriStri final +{ +public: + class FString A; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString B; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StriStri; + +// Function Engine.KismetStringLibrary.EqualEqual_StrStr +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_EqualEqual_StrStr final +{ +public: + class FString A; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString B; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StrStr; + +// Function Engine.KismetStringLibrary.FindSubstring +// 0x0030 (0x0030 - 0x0000) +struct KismetStringLibrary_FindSubstring final +{ +public: + class FString SearchIn; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Substring; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseCase; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSearchFromEnd; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x2]; // 0x0022(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 StartPosition; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0028(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_FindSubstring; + +// Function Engine.KismetStringLibrary.GetCharacterArrayFromString +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_GetCharacterArrayFromString final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterArrayFromString; + +// Function Engine.KismetStringLibrary.GetCharacterAsNumber +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_GetCharacterAsNumber final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index_0; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterAsNumber; + +// Function Engine.KismetStringLibrary.GetSubstring +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_GetSubstring final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Length; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_GetSubstring; + +// Function Engine.KismetStringLibrary.IsEmpty +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_IsEmpty final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_IsEmpty; + +// Function Engine.KismetStringLibrary.IsNumeric +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_IsNumeric final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_IsNumeric; + +// Function Engine.KismetStringLibrary.JoinStringArray +// 0x0030 (0x0030 - 0x0000) +struct KismetStringLibrary_JoinStringArray final +{ +public: + TArray SourceArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class FString Separator; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_JoinStringArray; + +// Function Engine.KismetStringLibrary.Left +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_Left final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Count; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Left; + +// Function Engine.KismetStringLibrary.LeftChop +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_LeftChop final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Count; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_LeftChop; + +// Function Engine.KismetStringLibrary.LeftPad +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_LeftPad final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ChCount; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_LeftPad; + +// Function Engine.KismetStringLibrary.Len +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_Len final +{ +public: + class FString S; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Len; + +// Function Engine.KismetStringLibrary.MatchesWildcard +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_MatchesWildcard final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Wildcard; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchCase SearchCase; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0021(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_MatchesWildcard; + +// Function Engine.KismetStringLibrary.Mid +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_Mid final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Start; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Count; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Mid; + +// Function Engine.KismetStringLibrary.NotEqual_StriStri +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_NotEqual_StriStri final +{ +public: + class FString A; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString B; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StriStri; + +// Function Engine.KismetStringLibrary.NotEqual_StrStr +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_NotEqual_StrStr final +{ +public: + class FString A; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString B; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StrStr; + +// Function Engine.KismetStringLibrary.ParseIntoArray +// 0x0038 (0x0038 - 0x0000) +struct KismetStringLibrary_ParseIntoArray final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Delimiter; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool CullEmptyStrings; // 0x0020(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_ParseIntoArray; + +// Function Engine.KismetStringLibrary.Replace +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_Replace final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString From; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString To; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchCase SearchCase; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Replace; + +// Function Engine.KismetStringLibrary.ReplaceInline +// 0x0038 (0x0038 - 0x0000) +struct KismetStringLibrary_ReplaceInline final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SearchText; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReplacementText; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchCase SearchCase; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReturnValue; // 0x0034(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_ReplaceInline; + +// Function Engine.KismetStringLibrary.Reverse +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Reverse final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Reverse; + +// Function Engine.KismetStringLibrary.Right +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_Right final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Count; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Right; + +// Function Engine.KismetStringLibrary.RightChop +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_RightChop final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Count; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_RightChop; + +// Function Engine.KismetStringLibrary.RightPad +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_RightPad final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ChCount; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_RightPad; + +// Function Engine.KismetStringLibrary.Split +// 0x0048 (0x0048 - 0x0000) +struct KismetStringLibrary_Split final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InStr; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LeftS; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString RightS; // 0x0030(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchCase SearchCase; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchDir SearchDir; // 0x0041(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0042(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_43[0x5]; // 0x0043(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Split; + +// Function Engine.KismetStringLibrary.StartsWith +// 0x0028 (0x0028 - 0x0000) +struct KismetStringLibrary_StartsWith final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InPrefix; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESearchCase SearchCase; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0021(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetStringLibrary_StartsWith; + +// Function Engine.KismetStringLibrary.TimeSecondsToString +// 0x0018 (0x0018 - 0x0000) +struct KismetStringLibrary_TimeSecondsToString final +{ +public: + float InSeconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_TimeSecondsToString; + +// Function Engine.KismetStringLibrary.ToLower +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_ToLower final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_ToLower; + +// Function Engine.KismetStringLibrary.ToUpper +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_ToUpper final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_ToUpper; + +// Function Engine.KismetStringLibrary.Trim +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_Trim final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_Trim; + +// Function Engine.KismetStringLibrary.TrimTrailing +// 0x0020 (0x0020 - 0x0000) +struct KismetStringLibrary_TrimTrailing final +{ +public: + class FString SourceString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetStringLibrary_TrimTrailing; + +// Function Engine.PhysicsConstraintComponent.GetConstraintForce +// 0x0018 (0x0018 - 0x0000) +struct PhysicsConstraintComponent_GetConstraintForce final +{ +public: + struct FVector OutLinearForce; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutAngularForce; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_GetConstraintForce; + +// Function Engine.PhysicsConstraintComponent.IsBroken +// 0x0001 (0x0001 - 0x0000) +struct PhysicsConstraintComponent_IsBroken final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_IsBroken; + +// Function Engine.PhysicsConstraintComponent.SetAngularBreakable +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetAngularBreakable final +{ +public: + bool bAngularBreakable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AngularBreakThreshold; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularBreakable; + +// Function Engine.PhysicsConstraintComponent.SetAngularDriveMode +// 0x0001 (0x0001 - 0x0000) +struct PhysicsConstraintComponent_SetAngularDriveMode final +{ +public: + EAngularDriveMode DriveMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveMode; + +// Function Engine.PhysicsConstraintComponent.SetAngularDriveParams +// 0x000C (0x000C - 0x0000) +struct PhysicsConstraintComponent_SetAngularDriveParams final +{ +public: + float PositionStrength; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VelocityStrength; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InForceLimit; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveParams; + +// Function Engine.PhysicsConstraintComponent.SetAngularOrientationDrive +// 0x0002 (0x0002 - 0x0000) +struct PhysicsConstraintComponent_SetAngularOrientationDrive final +{ +public: + bool bEnableSwingDrive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableTwistDrive; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationDrive; + +// Function Engine.PhysicsConstraintComponent.SetAngularOrientationTarget +// 0x000C (0x000C - 0x0000) +struct PhysicsConstraintComponent_SetAngularOrientationTarget final +{ +public: + struct FRotator InPosTarget; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationTarget; + +// Function Engine.PhysicsConstraintComponent.SetAngularPlasticity +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetAngularPlasticity final +{ +public: + bool bAngularPlasticity; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AngularPlasticityThreshold; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularPlasticity; + +// Function Engine.PhysicsConstraintComponent.SetAngularSwing1Limit +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetAngularSwing1Limit final +{ +public: + EAngularConstraintMotion MotionType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Swing1LimitAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing1Limit; + +// Function Engine.PhysicsConstraintComponent.SetAngularSwing2Limit +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetAngularSwing2Limit final +{ +public: + EAngularConstraintMotion MotionType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Swing2LimitAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing2Limit; + +// Function Engine.PhysicsConstraintComponent.SetAngularTwistLimit +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetAngularTwistLimit final +{ +public: + EAngularConstraintMotion ConstraintType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float TwistLimitAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularTwistLimit; + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityDrive +// 0x0002 (0x0002 - 0x0000) +struct PhysicsConstraintComponent_SetAngularVelocityDrive final +{ +public: + bool bEnableSwingDrive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableTwistDrive; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDrive; + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityDriveSLERP +// 0x0001 (0x0001 - 0x0000) +struct PhysicsConstraintComponent_SetAngularVelocityDriveSLERP final +{ +public: + bool bEnableSLERP; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveSLERP; + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityDriveTwistAndSwing +// 0x0002 (0x0002 - 0x0000) +struct PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing final +{ +public: + bool bEnableTwistDrive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableSwingDrive; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing; + +// Function Engine.PhysicsConstraintComponent.SetAngularVelocityTarget +// 0x000C (0x000C - 0x0000) +struct PhysicsConstraintComponent_SetAngularVelocityTarget final +{ +public: + struct FVector InVelTarget; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityTarget; + +// Function Engine.PhysicsConstraintComponent.SetConstrainedComponents +// 0x0020 (0x0020 - 0x0000) +struct PhysicsConstraintComponent_SetConstrainedComponents final +{ +public: + class UPrimitiveComponent* Component1; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName1; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UPrimitiveComponent* Component2; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName2; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstrainedComponents; + +// Function Engine.PhysicsConstraintComponent.SetConstraintReferenceFrame +// 0x0040 (0x0040 - 0x0000) +struct PhysicsConstraintComponent_SetConstraintReferenceFrame final +{ +public: + EConstraintFrame Frame; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0xF]; // 0x0001(0x000F)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform RefFrame; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceFrame; + +// Function Engine.PhysicsConstraintComponent.SetConstraintReferenceOrientation +// 0x001C (0x001C - 0x0000) +struct PhysicsConstraintComponent_SetConstraintReferenceOrientation final +{ +public: + EConstraintFrame Frame; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector PriAxis; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SecAxis; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceOrientation; + +// Function Engine.PhysicsConstraintComponent.SetConstraintReferencePosition +// 0x0010 (0x0010 - 0x0000) +struct PhysicsConstraintComponent_SetConstraintReferencePosition final +{ +public: + EConstraintFrame Frame; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector RefPosition; // 0x0004(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferencePosition; + +// Function Engine.PhysicsConstraintComponent.SetDisableCollision +// 0x0001 (0x0001 - 0x0000) +struct PhysicsConstraintComponent_SetDisableCollision final +{ +public: + bool bDisableCollision; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetDisableCollision; + +// Function Engine.PhysicsConstraintComponent.SetLinearBreakable +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetLinearBreakable final +{ +public: + bool bLinearBreakable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LinearBreakThreshold; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearBreakable; + +// Function Engine.PhysicsConstraintComponent.SetLinearDriveParams +// 0x000C (0x000C - 0x0000) +struct PhysicsConstraintComponent_SetLinearDriveParams final +{ +public: + float PositionStrength; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VelocityStrength; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InForceLimit; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearDriveParams; + +// Function Engine.PhysicsConstraintComponent.SetLinearPlasticity +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetLinearPlasticity final +{ +public: + bool bLinearPlasticity; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LinearPlasticityThreshold; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPlasticity; + +// Function Engine.PhysicsConstraintComponent.SetLinearPositionDrive +// 0x0003 (0x0003 - 0x0000) +struct PhysicsConstraintComponent_SetLinearPositionDrive final +{ +public: + bool bEnableDriveX; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableDriveY; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableDriveZ; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionDrive; + +// Function Engine.PhysicsConstraintComponent.SetLinearPositionTarget +// 0x000C (0x000C - 0x0000) +struct PhysicsConstraintComponent_SetLinearPositionTarget final +{ +public: + struct FVector InPosTarget; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionTarget; + +// Function Engine.PhysicsConstraintComponent.SetLinearVelocityDrive +// 0x0003 (0x0003 - 0x0000) +struct PhysicsConstraintComponent_SetLinearVelocityDrive final +{ +public: + bool bEnableDriveX; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableDriveY; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableDriveZ; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityDrive; + +// Function Engine.PhysicsConstraintComponent.SetLinearVelocityTarget +// 0x000C (0x000C - 0x0000) +struct PhysicsConstraintComponent_SetLinearVelocityTarget final +{ +public: + struct FVector InVelTarget; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityTarget; + +// Function Engine.PhysicsConstraintComponent.SetLinearXLimit +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetLinearXLimit final +{ +public: + ELinearConstraintMotion ConstraintType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LimitSize; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearXLimit; + +// Function Engine.PhysicsConstraintComponent.SetLinearYLimit +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetLinearYLimit final +{ +public: + ELinearConstraintMotion ConstraintType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LimitSize; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearYLimit; + +// Function Engine.PhysicsConstraintComponent.SetLinearZLimit +// 0x0008 (0x0008 - 0x0000) +struct PhysicsConstraintComponent_SetLinearZLimit final +{ +public: + ELinearConstraintMotion ConstraintType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LimitSize; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearZLimit; + +// Function Engine.PhysicsConstraintComponent.SetOrientationDriveSLERP +// 0x0001 (0x0001 - 0x0000) +struct PhysicsConstraintComponent_SetOrientationDriveSLERP final +{ +public: + bool bEnableSLERP; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveSLERP; + +// Function Engine.PhysicsConstraintComponent.SetOrientationDriveTwistAndSwing +// 0x0002 (0x0002 - 0x0000) +struct PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing final +{ +public: + bool bEnableTwistDrive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableSwingDrive; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing; + +// Function Engine.PhysicsConstraintComponent.GetCurrentSwing1 +// 0x0004 (0x0004 - 0x0000) +struct PhysicsConstraintComponent_GetCurrentSwing1 final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing1; + +// Function Engine.PhysicsConstraintComponent.GetCurrentSwing2 +// 0x0004 (0x0004 - 0x0000) +struct PhysicsConstraintComponent_GetCurrentSwing2 final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing2; + +// Function Engine.PhysicsConstraintComponent.GetCurrentTwist +// 0x0004 (0x0004 - 0x0000) +struct PhysicsConstraintComponent_GetCurrentTwist final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentTwist; + +// Function Engine.RuntimeVirtualTextureComponent.Invalidate +// 0x001C (0x001C - 0x0000) +struct RuntimeVirtualTextureComponent_Invalidate final +{ +public: + struct FBoxSphereBounds WorldBounds; // 0x0000(0x001C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RuntimeVirtualTextureComponent_Invalidate; + +// Function Engine.Emitter.OnParticleSystemFinished +// 0x0008 (0x0008 - 0x0000) +struct Emitter_OnParticleSystemFinished final +{ +public: + class UParticleSystemComponent* FinishedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_OnParticleSystemFinished; + +// Function Engine.Emitter.SetActorParameter +// 0x0010 (0x0010 - 0x0000) +struct Emitter_SetActorParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* Param; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_SetActorParameter; + +// Function Engine.Emitter.SetColorParameter +// 0x0018 (0x0018 - 0x0000) +struct Emitter_SetColorParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Param; // 0x0008(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_SetColorParameter; + +// Function Engine.Emitter.SetFloatParameter +// 0x000C (0x000C - 0x0000) +struct Emitter_SetFloatParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Param; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_SetFloatParameter; + +// Function Engine.Emitter.SetMaterialParameter +// 0x0010 (0x0010 - 0x0000) +struct Emitter_SetMaterialParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Param; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_SetMaterialParameter; + +// Function Engine.Emitter.SetTemplate +// 0x0008 (0x0008 - 0x0000) +struct Emitter_SetTemplate final +{ +public: + class UParticleSystem* NewTemplate; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_SetTemplate; + +// Function Engine.Emitter.SetVectorParameter +// 0x0014 (0x0014 - 0x0000) +struct Emitter_SetVectorParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Param; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_SetVectorParameter; + +// Function Engine.Emitter.IsActive +// 0x0001 (0x0001 - 0x0000) +struct Emitter_IsActive final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_Emitter_IsActive; + +// Function Engine.VisualLoggerKismetLibrary.EnableRecording +// 0x0001 (0x0001 - 0x0000) +struct VisualLoggerKismetLibrary_EnableRecording final +{ +public: + bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VisualLoggerKismetLibrary_EnableRecording; + +// Function Engine.VisualLoggerKismetLibrary.LogBox +// 0x0058 (0x0058 - 0x0000) +struct VisualLoggerKismetLibrary_LogBox final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBox BoxShape; // 0x0008(0x001C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Text; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ObjectColor; // 0x0038(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LogCategory; // 0x0048(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToMessageLog; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogBox; + +// Function Engine.VisualLoggerKismetLibrary.LogLocation +// 0x0048 (0x0048 - 0x0000) +struct VisualLoggerKismetLibrary_LogLocation final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Text; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ObjectColor; // 0x0028(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LogCategory; // 0x003C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToMessageLog; // 0x0044(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogLocation; + +// Function Engine.VisualLoggerKismetLibrary.LogSegment +// 0x0050 (0x0050 - 0x0000) +struct VisualLoggerKismetLibrary_LogSegment final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SegmentStart; // 0x0008(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SegmentEnd; // 0x0014(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Text; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ObjectColor; // 0x0030(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0040(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName CategoryName; // 0x0044(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToMessageLog; // 0x004C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSegment; + +// Function Engine.VisualLoggerKismetLibrary.LogText +// 0x0028 (0x0028 - 0x0000) +struct VisualLoggerKismetLibrary_LogText final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Text; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LogCategory; // 0x0018(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAddToMessageLog; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogText; + +// Function Engine.VisualLoggerKismetLibrary.RedirectVislog +// 0x0010 (0x0010 - 0x0000) +struct VisualLoggerKismetLibrary_RedirectVislog final +{ +public: + class UObject* SourceOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* DestinationOwner; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VisualLoggerKismetLibrary_RedirectVislog; + +// Function Engine.KismetGuidLibrary.Conv_GuidToString +// 0x0020 (0x0020 - 0x0000) +struct KismetGuidLibrary_Conv_GuidToString final +{ +public: + struct FGuid InGuid; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_Conv_GuidToString; + +// Function Engine.KismetGuidLibrary.EqualEqual_GuidGuid +// 0x0024 (0x0024 - 0x0000) +struct KismetGuidLibrary_EqualEqual_GuidGuid final +{ +public: + struct FGuid A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid; + +// Function Engine.KismetGuidLibrary.Invalidate_Guid +// 0x0010 (0x0010 - 0x0000) +struct KismetGuidLibrary_Invalidate_Guid final +{ +public: + struct FGuid InGuid; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid; + +// Function Engine.KismetGuidLibrary.IsValid_Guid +// 0x0014 (0x0014 - 0x0000) +struct KismetGuidLibrary_IsValid_Guid final +{ +public: + struct FGuid InGuid; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid; + +// Function Engine.KismetGuidLibrary.NewGuid +// 0x0010 (0x0010 - 0x0000) +struct KismetGuidLibrary_NewGuid final +{ +public: + struct FGuid ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid; + +// Function Engine.KismetGuidLibrary.NotEqual_GuidGuid +// 0x0024 (0x0024 - 0x0000) +struct KismetGuidLibrary_NotEqual_GuidGuid final +{ +public: + struct FGuid A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid; + +// Function Engine.KismetGuidLibrary.Parse_StringToGuid +// 0x0028 (0x0028 - 0x0000) +struct KismetGuidLibrary_Parse_StringToGuid final +{ +public: + class FString GuidString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid OutGuid; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool Success; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid; + +// Function Engine.KismetInternationalizationLibrary.ClearCurrentAssetGroupCulture +// 0x000C (0x000C - 0x0000) +struct KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture final +{ +public: + class FName AssetGroup; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool SaveToConfig; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture; + +// Function Engine.KismetInternationalizationLibrary.GetCultureDisplayName +// 0x0028 (0x0028 - 0x0000) +struct KismetInternationalizationLibrary_GetCultureDisplayName final +{ +public: + class FString Culture; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool Localized; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCultureDisplayName; + +// Function Engine.KismetInternationalizationLibrary.GetCurrentAssetGroupCulture +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_GetCurrentAssetGroupCulture final +{ +public: + class FName AssetGroup; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentAssetGroupCulture; + +// Function Engine.KismetInternationalizationLibrary.GetCurrentCulture +// 0x0010 (0x0010 - 0x0000) +struct KismetInternationalizationLibrary_GetCurrentCulture final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentCulture; + +// Function Engine.KismetInternationalizationLibrary.GetCurrentLanguage +// 0x0010 (0x0010 - 0x0000) +struct KismetInternationalizationLibrary_GetCurrentLanguage final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLanguage; + +// Function Engine.KismetInternationalizationLibrary.GetCurrentLocale +// 0x0010 (0x0010 - 0x0000) +struct KismetInternationalizationLibrary_GetCurrentLocale final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLocale; + +// Function Engine.KismetInternationalizationLibrary.GetLocalizedCultures +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_GetLocalizedCultures final +{ +public: + bool IncludeGame; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool IncludeEngine; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool IncludeEditor; // 0x0002(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool IncludeAdditional; // 0x0003(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetLocalizedCultures; + +// Function Engine.KismetInternationalizationLibrary.GetNativeCulture +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_GetNativeCulture final +{ +public: + ELocalizedTextSourceCategory TextCategory; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetNativeCulture; + +// Function Engine.KismetInternationalizationLibrary.GetSuitableCulture +// 0x0040 (0x0040 - 0x0000) +struct KismetInternationalizationLibrary_GetSuitableCulture final +{ +public: + TArray AvailableCultures; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class FString CultureToMatch; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FallbackCulture; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0030(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetSuitableCulture; + +// Function Engine.KismetInternationalizationLibrary.SetCurrentAssetGroupCulture +// 0x0020 (0x0020 - 0x0000) +struct KismetInternationalizationLibrary_SetCurrentAssetGroupCulture final +{ +public: + class FName AssetGroup; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Culture; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool SaveToConfig; // 0x0018(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0019(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x6]; // 0x001A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentAssetGroupCulture; + +// Function Engine.KismetInternationalizationLibrary.SetCurrentCulture +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_SetCurrentCulture final +{ +public: + class FString Culture; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool SaveToConfig; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0011(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentCulture; + +// Function Engine.KismetInternationalizationLibrary.SetCurrentLanguage +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_SetCurrentLanguage final +{ +public: + class FString Culture; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool SaveToConfig; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0011(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguage; + +// Function Engine.KismetInternationalizationLibrary.SetCurrentLanguageAndLocale +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_SetCurrentLanguageAndLocale final +{ +public: + class FString Culture; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool SaveToConfig; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0011(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguageAndLocale; + +// Function Engine.KismetInternationalizationLibrary.SetCurrentLocale +// 0x0018 (0x0018 - 0x0000) +struct KismetInternationalizationLibrary_SetCurrentLocale final +{ +public: + class FString Culture; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool SaveToConfig; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0011(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLocale; + +// Function Engine.KismetMathLibrary.Abs +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Abs final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Abs; + +// Function Engine.KismetMathLibrary.Abs_Int +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Abs_Int final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int; + +// Function Engine.KismetMathLibrary.Abs_Int64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Abs_Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int64; + +// Function Engine.KismetMathLibrary.Acos +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Acos final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Acos; + +// Function Engine.KismetMathLibrary.Add_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Add_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_ByteByte; + +// Function Engine.KismetMathLibrary.Add_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Add_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.Add_DateTimeTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Add_DateTimeTimespan final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeTimespan; + +// Function Engine.KismetMathLibrary.Add_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Add_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_FloatFloat; + +// Function Engine.KismetMathLibrary.Add_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Add_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_Int64Int64; + +// Function Engine.KismetMathLibrary.Add_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Add_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_IntInt; + +// Function Engine.KismetMathLibrary.Add_IntPointInt +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Add_IntPointInt final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointInt; + +// Function Engine.KismetMathLibrary.Add_IntPointIntPoint +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Add_IntPointIntPoint final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointIntPoint; + +// Function Engine.KismetMathLibrary.Add_LinearColorLinearColor +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Add_LinearColorLinearColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_LinearColorLinearColor; + +// Function Engine.KismetMathLibrary.Add_MatrixMatrix +// 0x00C0 (0x00C0 - 0x0000) +struct KismetMathLibrary_Add_MatrixMatrix final +{ +public: + struct FMatrix A; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix B; // 0x0040(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0080(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_MatrixMatrix; + +// Function Engine.KismetMathLibrary.Add_QuatQuat +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Add_QuatQuat final +{ +public: + struct FQuat A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_QuatQuat; + +// Function Engine.KismetMathLibrary.Add_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Add_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_TimespanTimespan; + +// Function Engine.KismetMathLibrary.Add_Vector2DFloat +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Add_Vector2DFloat final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DFloat; + +// Function Engine.KismetMathLibrary.Add_Vector2DVector2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Add_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.Add_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Add_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector4Vector4; + +// Function Engine.KismetMathLibrary.Add_VectorFloat +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Add_VectorFloat final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat; + +// Function Engine.KismetMathLibrary.Add_VectorInt +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Add_VectorInt final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt; + +// Function Engine.KismetMathLibrary.Add_VectorVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Add_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector; + +// Function Engine.KismetMathLibrary.And_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_And_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_And_Int64Int64; + +// Function Engine.KismetMathLibrary.And_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_And_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_And_IntInt; + +// Function Engine.KismetMathLibrary.Asin +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Asin final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Asin; + +// Function Engine.KismetMathLibrary.Atan +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Atan final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Atan; + +// Function Engine.KismetMathLibrary.Atan2 +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Atan2 final +{ +public: + float Y; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Atan2; + +// Function Engine.KismetMathLibrary.BMax +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BMax final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BMax; + +// Function Engine.KismetMathLibrary.BMin +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BMin final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BMin; + +// Function Engine.KismetMathLibrary.BooleanAND +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BooleanAND final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BooleanAND; + +// Function Engine.KismetMathLibrary.BooleanNAND +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BooleanNAND final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BooleanNAND; + +// Function Engine.KismetMathLibrary.BooleanNOR +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BooleanNOR final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BooleanNOR; + +// Function Engine.KismetMathLibrary.BooleanOR +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BooleanOR final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BooleanOR; + +// Function Engine.KismetMathLibrary.BooleanXOR +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_BooleanXOR final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BooleanXOR; + +// Function Engine.KismetMathLibrary.BreakColor +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_BreakColor final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float R; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float G; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakColor; + +// Function Engine.KismetMathLibrary.BreakDateTime +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_BreakDateTime final +{ +public: + struct FDateTime InDateTime; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Year; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Month; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Day; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Hour; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minute; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Second; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Millisecond; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakDateTime; + +// Function Engine.KismetMathLibrary.BreakFrameRate +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_BreakFrameRate final +{ +public: + struct FFrameRate InFrameRate; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Numerator; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Denominator; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakFrameRate; + +// Function Engine.KismetMathLibrary.BreakQualifiedFrameTime +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_BreakQualifiedFrameTime final +{ +public: + struct FQualifiedFrameTime InFrameTime; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFrameNumber Frame; // 0x0010(0x0004)(Parm, OutParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFrameRate FrameRate; // 0x0014(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubFrame; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakQualifiedFrameTime; + +// Function Engine.KismetMathLibrary.BreakRandomStream +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_BreakRandomStream final +{ +public: + struct FRandomStream InRandomStream; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + int32 InitialSeed; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakRandomStream; + +// Function Engine.KismetMathLibrary.BreakRotator +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_BreakRotator final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Roll; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Yaw; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakRotator; + +// Function Engine.KismetMathLibrary.BreakRotIntoAxes +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_BreakRotIntoAxes final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector X; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Y; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Z; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes; + +// Function Engine.KismetMathLibrary.BreakTimespan +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_BreakTimespan final +{ +public: + struct FTimespan InTimespan; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Days; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Hours; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minutes; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Seconds; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Milliseconds; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan; + +// Function Engine.KismetMathLibrary.BreakTimespan2 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_BreakTimespan2 final +{ +public: + struct FTimespan InTimespan; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Days; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Hours; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minutes; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Seconds; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FractionNano; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan2; + +// Function Engine.KismetMathLibrary.BreakTransform +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_BreakTransform final +{ +public: + struct FTransform InTransform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0030(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale; // 0x0048(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0xC]; // 0x0054(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakTransform; + +// Function Engine.KismetMathLibrary.BreakVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_BreakVector final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakVector; + +// Function Engine.KismetMathLibrary.BreakVector2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_BreakVector2D final +{ +public: + struct FVector2D InVec; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D; + +// Function Engine.KismetMathLibrary.BreakVector4 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_BreakVector4 final +{ +public: + struct FVector4 InVec; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float W; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_BreakVector4; + +// Function Engine.KismetMathLibrary.CInterpTo +// 0x0038 (0x0038 - 0x0000) +struct KismetMathLibrary_CInterpTo final +{ +public: + struct FLinearColor Current; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Target; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_CInterpTo; + +// Function Engine.KismetMathLibrary.Clamp +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Clamp final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Min_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Max_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Clamp; + +// Function Engine.KismetMathLibrary.ClampAngle +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_ClampAngle final +{ +public: + float AngleDegrees; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinAngleDegrees; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAngleDegrees; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ClampAngle; + +// Function Engine.KismetMathLibrary.ClampAxes2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_ClampAxes2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinAxisVal; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAxisVal; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ClampAxes2D; + +// Function Engine.KismetMathLibrary.ClampAxis +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_ClampAxis final +{ +public: + float Angle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ClampAxis; + +// Function Engine.KismetMathLibrary.ClampInt64 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_ClampInt64 final +{ +public: + int64 Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 Min_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 Max_0; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ClampInt64; + +// Function Engine.KismetMathLibrary.ClampVectorSize +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_ClampVectorSize final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Min_0; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max_0; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ClampVectorSize; + +// Function Engine.KismetMathLibrary.ClassIsChildOf +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_ClassIsChildOf final +{ +public: + TSubclassOf TestClass; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf ParentClass; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ClassIsChildOf; + +// Function Engine.KismetMathLibrary.ComposeRotators +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_ComposeRotators final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ComposeRotators; + +// Function Engine.KismetMathLibrary.ComposeTransforms +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_ComposeTransforms final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform B; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0060(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ComposeTransforms; + +// Function Engine.KismetMathLibrary.Conv_BoolToByte +// 0x0002 (0x0002 - 0x0000) +struct KismetMathLibrary_Conv_BoolToByte final +{ +public: + bool InBool; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToByte; + +// Function Engine.KismetMathLibrary.Conv_BoolToFloat +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_BoolToFloat final +{ +public: + bool InBool; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToFloat; + +// Function Engine.KismetMathLibrary.Conv_BoolToInt +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_BoolToInt final +{ +public: + bool InBool; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt; + +// Function Engine.KismetMathLibrary.Conv_ByteToFloat +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_ByteToFloat final +{ +public: + uint8 InByte; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToFloat; + +// Function Engine.KismetMathLibrary.Conv_ByteToInt +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_ByteToInt final +{ +public: + uint8 InByte; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt; + +// Function Engine.KismetMathLibrary.Conv_ColorToLinearColor +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Conv_ColorToLinearColor final +{ +public: + struct FColor InColor; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0004(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_ColorToLinearColor; + +// Function Engine.KismetMathLibrary.Conv_FloatToLinearColor +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Conv_FloatToLinearColor final +{ +public: + float InFloat; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0004(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToLinearColor; + +// Function Engine.KismetMathLibrary.Conv_FloatToVector +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_FloatToVector final +{ +public: + float InFloat; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToVector; + +// Function Engine.KismetMathLibrary.Conv_Int64ToByte +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_Int64ToByte final +{ +public: + int64 inInt; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte; + +// Function Engine.KismetMathLibrary.Conv_Int64ToInt +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_Int64ToInt final +{ +public: + int64 inInt; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToInt; + +// Function Engine.KismetMathLibrary.Conv_IntPointToVector2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_IntPointToVector2D final +{ +public: + struct FIntPoint InIntPoint; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntPointToVector2D; + +// Function Engine.KismetMathLibrary.Conv_IntToBool +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_IntToBool final +{ +public: + int32 inInt; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToBool; + +// Function Engine.KismetMathLibrary.Conv_IntToByte +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_IntToByte final +{ +public: + int32 inInt; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToByte; + +// Function Engine.KismetMathLibrary.Conv_IntToFloat +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Conv_IntToFloat final +{ +public: + int32 inInt; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToFloat; + +// Function Engine.KismetMathLibrary.Conv_IntToInt64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_IntToInt64 final +{ +public: + int32 inInt; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64; + +// Function Engine.KismetMathLibrary.Conv_IntToIntVector +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_IntToIntVector final +{ +public: + int32 inInt; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector; + +// Function Engine.KismetMathLibrary.Conv_IntVectorToVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Conv_IntVectorToVector final +{ +public: + struct FIntVector InIntVector; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector; + +// Function Engine.KismetMathLibrary.Conv_LinearColorToColor +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Conv_LinearColorToColor final +{ +public: + struct FLinearColor InLinearColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InUseSRGB; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FColor ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToColor; + +// Function Engine.KismetMathLibrary.Conv_LinearColorToVector +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Conv_LinearColorToVector final +{ +public: + struct FLinearColor InLinearColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToVector; + +// Function Engine.KismetMathLibrary.Conv_MatrixToRotator +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Conv_MatrixToRotator final +{ +public: + struct FMatrix InMatrix; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0040(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToRotator; + +// Function Engine.KismetMathLibrary.Conv_MatrixToTransform +// 0x0070 (0x0070 - 0x0000) +struct KismetMathLibrary_Conv_MatrixToTransform final +{ +public: + struct FMatrix InMatrix; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0040(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToTransform; + +// Function Engine.KismetMathLibrary.Conv_RotatorToTransform +// 0x0040 (0x0040 - 0x0000) +struct KismetMathLibrary_Conv_RotatorToTransform final +{ +public: + struct FRotator InRotator; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToTransform; + +// Function Engine.KismetMathLibrary.Conv_RotatorToVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Conv_RotatorToVector final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector; + +// Function Engine.KismetMathLibrary.Conv_TransformToMatrix +// 0x0070 (0x0070 - 0x0000) +struct KismetMathLibrary_Conv_TransformToMatrix final +{ +public: + struct FTransform Transform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0030(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_TransformToMatrix; + +// Function Engine.KismetMathLibrary.Conv_Vector2DToIntPoint +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Conv_Vector2DToIntPoint final +{ +public: + struct FVector2D InVector2D; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint; + +// Function Engine.KismetMathLibrary.Conv_Vector2DToVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Conv_Vector2DToVector final +{ +public: + struct FVector2D InVector2D; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector; + +// Function Engine.KismetMathLibrary.Conv_Vector4ToQuaternion +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Conv_Vector4ToQuaternion final +{ +public: + struct FVector4 InVec; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToQuaternion; + +// Function Engine.KismetMathLibrary.Conv_Vector4ToRotator +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Conv_Vector4ToRotator final +{ +public: + struct FVector4 InVec; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToRotator; + +// Function Engine.KismetMathLibrary.Conv_Vector4ToVector +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Conv_Vector4ToVector final +{ +public: + struct FVector4 InVector4; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToVector; + +// Function Engine.KismetMathLibrary.Conv_VectorToLinearColor +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Conv_VectorToLinearColor final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x000C(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor; + +// Function Engine.KismetMathLibrary.Conv_VectorToQuaternion +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Conv_VectorToQuaternion final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToQuaternion; + +// Function Engine.KismetMathLibrary.Conv_VectorToRotator +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Conv_VectorToRotator final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator; + +// Function Engine.KismetMathLibrary.Conv_VectorToTransform +// 0x0040 (0x0040 - 0x0000) +struct KismetMathLibrary_Conv_VectorToTransform final +{ +public: + struct FVector InLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToTransform; + +// Function Engine.KismetMathLibrary.Conv_VectorToVector2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Conv_VectorToVector2D final +{ +public: + struct FVector InVector; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D; + +// Function Engine.KismetMathLibrary.ConvertTransformToRelative +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_ConvertTransformToRelative final +{ +public: + struct FTransform Transform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform ParentTransform; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0060(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ConvertTransformToRelative; + +// Function Engine.KismetMathLibrary.Cos +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Cos final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Cos; + +// Function Engine.KismetMathLibrary.CreateVectorFromYawPitch +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_CreateVectorFromYawPitch final +{ +public: + float Yaw; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Length; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch; + +// Function Engine.KismetMathLibrary.Cross_VectorVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Cross_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector; + +// Function Engine.KismetMathLibrary.CrossProduct2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_CrossProduct2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D; + +// Function Engine.KismetMathLibrary.DateTimeFromIsoString +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_DateTimeFromIsoString final +{ +public: + class FString IsoString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime Result; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromIsoString; + +// Function Engine.KismetMathLibrary.DateTimeFromString +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_DateTimeFromString final +{ +public: + class FString DateTimeString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime Result; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromString; + +// Function Engine.KismetMathLibrary.DateTimeMaxValue +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DateTimeMaxValue final +{ +public: + struct FDateTime ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMaxValue; + +// Function Engine.KismetMathLibrary.DateTimeMinValue +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DateTimeMinValue final +{ +public: + struct FDateTime ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMinValue; + +// Function Engine.KismetMathLibrary.DaysInMonth +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_DaysInMonth final +{ +public: + int32 Year; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Month; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DaysInMonth; + +// Function Engine.KismetMathLibrary.DaysInYear +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DaysInYear final +{ +public: + int32 Year; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DaysInYear; + +// Function Engine.KismetMathLibrary.DegAcos +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegAcos final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegAcos; + +// Function Engine.KismetMathLibrary.DegAsin +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegAsin final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegAsin; + +// Function Engine.KismetMathLibrary.DegAtan +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegAtan final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegAtan; + +// Function Engine.KismetMathLibrary.DegAtan2 +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_DegAtan2 final +{ +public: + float Y; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2; + +// Function Engine.KismetMathLibrary.DegCos +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegCos final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegCos; + +// Function Engine.KismetMathLibrary.DegreesToRadians +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegreesToRadians final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians; + +// Function Engine.KismetMathLibrary.DegSin +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegSin final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegSin; + +// Function Engine.KismetMathLibrary.DegTan +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_DegTan final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DegTan; + +// Function Engine.KismetMathLibrary.Distance2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Distance2D final +{ +public: + struct FVector2D v1; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D v2; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Distance2D; + +// Function Engine.KismetMathLibrary.DistanceSquared2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_DistanceSquared2D final +{ +public: + struct FVector2D v1; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D v2; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D; + +// Function Engine.KismetMathLibrary.Divide_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Divide_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_ByteByte; + +// Function Engine.KismetMathLibrary.Divide_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Divide_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_FloatFloat; + +// Function Engine.KismetMathLibrary.Divide_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Divide_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_Int64Int64; + +// Function Engine.KismetMathLibrary.Divide_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Divide_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntInt; + +// Function Engine.KismetMathLibrary.Divide_IntPointInt +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Divide_IntPointInt final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointInt; + +// Function Engine.KismetMathLibrary.Divide_IntPointIntPoint +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Divide_IntPointIntPoint final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointIntPoint; + +// Function Engine.KismetMathLibrary.Divide_LinearColorLinearColor +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Divide_LinearColorLinearColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_LinearColorLinearColor; + +// Function Engine.KismetMathLibrary.Divide_TimespanFloat +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Divide_TimespanFloat final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scalar; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_TimespanFloat; + +// Function Engine.KismetMathLibrary.Divide_Vector2DFloat +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Divide_Vector2DFloat final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DFloat; + +// Function Engine.KismetMathLibrary.Divide_Vector2DVector2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Divide_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.Divide_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Divide_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector4Vector4; + +// Function Engine.KismetMathLibrary.Divide_VectorFloat +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Divide_VectorFloat final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat; + +// Function Engine.KismetMathLibrary.Divide_VectorInt +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Divide_VectorInt final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt; + +// Function Engine.KismetMathLibrary.Divide_VectorVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Divide_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector; + +// Function Engine.KismetMathLibrary.Dot_VectorVector +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Dot_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector; + +// Function Engine.KismetMathLibrary.DotProduct2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_DotProduct2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D; + +// Function Engine.KismetMathLibrary.DynamicWeightedMovingAverage_Float +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_DynamicWeightedMovingAverage_Float final +{ +public: + float CurrentSample; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreviousSample; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDistance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinWeight; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxWeight; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_Float; + +// Function Engine.KismetMathLibrary.DynamicWeightedMovingAverage_FRotator +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_DynamicWeightedMovingAverage_FRotator final +{ +public: + struct FRotator CurrentSample; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator PreviousSample; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float MaxDistance; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinWeight; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxWeight; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FRotator; + +// Function Engine.KismetMathLibrary.DynamicWeightedMovingAverage_FVector +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_DynamicWeightedMovingAverage_FVector final +{ +public: + struct FVector CurrentSample; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousSample; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDistance; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinWeight; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxWeight; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector; + +// Function Engine.KismetMathLibrary.Ease +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Ease final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEasingFunc EasingFunc; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendExp; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Steps; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Ease; + +// Function Engine.KismetMathLibrary.Equal_IntPointIntPoint +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Equal_IntPointIntPoint final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Equal_IntPointIntPoint; + +// Function Engine.KismetMathLibrary.EqualEqual_BoolBool +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_EqualEqual_BoolBool final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_BoolBool; + +// Function Engine.KismetMathLibrary.EqualEqual_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_EqualEqual_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ByteByte; + +// Function Engine.KismetMathLibrary.EqualEqual_ClassClass +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_EqualEqual_ClassClass final +{ +public: + class UClass* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ClassClass; + +// Function Engine.KismetMathLibrary.EqualEqual_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_EqualEqual_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.EqualEqual_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_EqualEqual_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_FloatFloat; + +// Function Engine.KismetMathLibrary.EqualEqual_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_EqualEqual_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Int64Int64; + +// Function Engine.KismetMathLibrary.EqualEqual_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_EqualEqual_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_IntInt; + +// Function Engine.KismetMathLibrary.EqualEqual_LinearColorLinearColor +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_EqualEqual_LinearColorLinearColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_LinearColorLinearColor; + +// Function Engine.KismetMathLibrary.EqualEqual_MatrixMatrix +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_EqualEqual_MatrixMatrix final +{ +public: + struct FMatrix A; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix B; // 0x0040(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0080(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0084(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_85[0xB]; // 0x0085(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_MatrixMatrix; + +// Function Engine.KismetMathLibrary.EqualEqual_NameName +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_EqualEqual_NameName final +{ +public: + class FName A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_NameName; + +// Function Engine.KismetMathLibrary.EqualEqual_ObjectObject +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_EqualEqual_ObjectObject final +{ +public: + class UObject* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ObjectObject; + +// Function Engine.KismetMathLibrary.EqualEqual_QuatQuat +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_EqualEqual_QuatQuat final +{ +public: + struct FQuat A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0xB]; // 0x0025(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_QuatQuat; + +// Function Engine.KismetMathLibrary.EqualEqual_RotatorRotator +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_EqualEqual_RotatorRotator final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator; + +// Function Engine.KismetMathLibrary.EqualEqual_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_EqualEqual_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TimespanTimespan; + +// Function Engine.KismetMathLibrary.EqualEqual_TransformTransform +// 0x0070 (0x0070 - 0x0000) +struct KismetMathLibrary_EqualEqual_TransformTransform final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform B; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0060(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0xF]; // 0x0061(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TransformTransform; + +// Function Engine.KismetMathLibrary.EqualEqual_Vector2DVector2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_EqualEqual_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.EqualEqual_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_EqualEqual_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0xB]; // 0x0025(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector4Vector4; + +// Function Engine.KismetMathLibrary.EqualEqual_VectorVector +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_EqualEqual_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector; + +// Function Engine.KismetMathLibrary.EqualExactly_Vector2DVector2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_EqualExactly_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.EqualExactly_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_EqualExactly_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0xF]; // 0x0021(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector4Vector4; + +// Function Engine.KismetMathLibrary.EqualExactly_VectorVector +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_EqualExactly_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector; + +// Function Engine.KismetMathLibrary.Exp +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Exp final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Exp; + +// Function Engine.KismetMathLibrary.FCeil +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_FCeil final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FCeil; + +// Function Engine.KismetMathLibrary.FCeil64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FCeil64 final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FCeil64; + +// Function Engine.KismetMathLibrary.FClamp +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FClamp final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Min_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FClamp; + +// Function Engine.KismetMathLibrary.FFloor +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_FFloor final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FFloor; + +// Function Engine.KismetMathLibrary.FFloor64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FFloor64 final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FFloor64; + +// Function Engine.KismetMathLibrary.FindClosestPointOnLine +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_FindClosestPointOnLine final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineOrigin; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineDirection; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnLine; + +// Function Engine.KismetMathLibrary.FindClosestPointOnSegment +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_FindClosestPointOnSegment final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SegmentStart; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SegmentEnd; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnSegment; + +// Function Engine.KismetMathLibrary.FindLookAtRotation +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_FindLookAtRotation final +{ +public: + struct FVector Start; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Target; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FindLookAtRotation; + +// Function Engine.KismetMathLibrary.FindNearestPointsOnLineSegments +// 0x0048 (0x0048 - 0x0000) +struct KismetMathLibrary_FindNearestPointsOnLineSegments final +{ +public: + struct FVector Segment1Start; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Segment1End; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Segment2Start; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Segment2End; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Segment1Point; // 0x0030(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Segment2Point; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FindNearestPointsOnLineSegments; + +// Function Engine.KismetMathLibrary.FInterpEaseInOut +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_FInterpEaseInOut final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Exponent; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FInterpEaseInOut; + +// Function Engine.KismetMathLibrary.FInterpTo +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_FInterpTo final +{ +public: + float Current; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Target; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo; + +// Function Engine.KismetMathLibrary.FInterpTo_Constant +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_FInterpTo_Constant final +{ +public: + float Current; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Target; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo_Constant; + +// Function Engine.KismetMathLibrary.FixedTurn +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FixedTurn final +{ +public: + float InCurrent; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InDesired; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InDeltaRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FixedTurn; + +// Function Engine.KismetMathLibrary.FloatSpringInterp +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_FloatSpringInterp final +{ +public: + float Current; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Target; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFloatSpringState SpringState; // 0x0008(0x0008)(Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + float Stiffness; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CriticalDampingFactor; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FloatSpringInterp; + +// Function Engine.KismetMathLibrary.FMax +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_FMax final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FMax; + +// Function Engine.KismetMathLibrary.FMin +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_FMin final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FMin; + +// Function Engine.KismetMathLibrary.FMod +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FMod final +{ +public: + float Dividend; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Divisor; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Remainder; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FMod; + +// Function Engine.KismetMathLibrary.Fraction +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Fraction final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Fraction; + +// Function Engine.KismetMathLibrary.FromDays +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FromDays final +{ +public: + float Days; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FromDays; + +// Function Engine.KismetMathLibrary.FromHours +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FromHours final +{ +public: + float Hours; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FromHours; + +// Function Engine.KismetMathLibrary.FromMilliseconds +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FromMilliseconds final +{ +public: + float Milliseconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FromMilliseconds; + +// Function Engine.KismetMathLibrary.FromMinutes +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FromMinutes final +{ +public: + float Minutes; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FromMinutes; + +// Function Engine.KismetMathLibrary.FromSeconds +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FromSeconds final +{ +public: + float Seconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FromSeconds; + +// Function Engine.KismetMathLibrary.FTrunc +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_FTrunc final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FTrunc; + +// Function Engine.KismetMathLibrary.FTrunc64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FTrunc64 final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FTrunc64; + +// Function Engine.KismetMathLibrary.FTruncVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_FTruncVector final +{ +public: + struct FVector InVector; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector; + +// Function Engine.KismetMathLibrary.FWrap +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_FWrap final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Min_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_FWrap; + +// Function Engine.KismetMathLibrary.GetAbs2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetAbs2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetAbs2D; + +// Function Engine.KismetMathLibrary.GetAbsMax2D +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_GetAbsMax2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetAbsMax2D; + +// Function Engine.KismetMathLibrary.GetAxes +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_GetAxes final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector X; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Y; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Z; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetAxes; + +// Function Engine.KismetMathLibrary.GetAzimuthAndElevation +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_GetAzimuthAndElevation final +{ +public: + struct FVector InDirection; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReferenceFrame; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Azimuth; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Elevation; // 0x0044(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetAzimuthAndElevation; + +// Function Engine.KismetMathLibrary.GetDate +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetDate final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetDate; + +// Function Engine.KismetMathLibrary.GetDay +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetDay final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetDay; + +// Function Engine.KismetMathLibrary.GetDayOfYear +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetDayOfYear final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetDayOfYear; + +// Function Engine.KismetMathLibrary.GetDays +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetDays final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetDays; + +// Function Engine.KismetMathLibrary.GetDirectionUnitVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_GetDirectionUnitVector final +{ +public: + struct FVector From; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector To; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetDirectionUnitVector; + +// Function Engine.KismetMathLibrary.GetDuration +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetDuration final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetDuration; + +// Function Engine.KismetMathLibrary.GetForwardVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_GetForwardVector final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetForwardVector; + +// Function Engine.KismetMathLibrary.GetHour +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetHour final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetHour; + +// Function Engine.KismetMathLibrary.GetHour12 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetHour12 final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetHour12; + +// Function Engine.KismetMathLibrary.GetHours +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetHours final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetHours; + +// Function Engine.KismetMathLibrary.GetMax2D +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_GetMax2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMax2D; + +// Function Engine.KismetMathLibrary.GetMaxElement +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMaxElement final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement; + +// Function Engine.KismetMathLibrary.GetMillisecond +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMillisecond final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMillisecond; + +// Function Engine.KismetMathLibrary.GetMilliseconds +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMilliseconds final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMilliseconds; + +// Function Engine.KismetMathLibrary.GetMin2D +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_GetMin2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMin2D; + +// Function Engine.KismetMathLibrary.GetMinElement +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMinElement final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement; + +// Function Engine.KismetMathLibrary.GetMinute +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMinute final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMinute; + +// Function Engine.KismetMathLibrary.GetMinutes +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMinutes final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMinutes; + +// Function Engine.KismetMathLibrary.GetMonth +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetMonth final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetMonth; + +// Function Engine.KismetMathLibrary.GetPI +// 0x0004 (0x0004 - 0x0000) +struct KismetMathLibrary_GetPI final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetPI; + +// Function Engine.KismetMathLibrary.GetPointDistanceToLine +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_GetPointDistanceToLine final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineOrigin; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineDirection; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0024(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToLine; + +// Function Engine.KismetMathLibrary.GetPointDistanceToSegment +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_GetPointDistanceToSegment final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SegmentStart; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SegmentEnd; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0024(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment; + +// Function Engine.KismetMathLibrary.GetReflectionVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_GetReflectionVector final +{ +public: + struct FVector Direction; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SurfaceNormal; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector; + +// Function Engine.KismetMathLibrary.GetRightVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_GetRightVector final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector; + +// Function Engine.KismetMathLibrary.GetRotated2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_GetRotated2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleDeg; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D; + +// Function Engine.KismetMathLibrary.GetSecond +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetSecond final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetSecond; + +// Function Engine.KismetMathLibrary.GetSeconds +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetSeconds final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetSeconds; + +// Function Engine.KismetMathLibrary.GetSlopeDegreeAngles +// 0x002C (0x002C - 0x0000) +struct KismetMathLibrary_GetSlopeDegreeAngles final +{ +public: + struct FVector MyRightYAxis; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector FloorNormal; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector UpVector; // 0x0018(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutSlopePitchDegreeAngle; // 0x0024(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutSlopeRollDegreeAngle; // 0x0028(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetSlopeDegreeAngles; + +// Function Engine.KismetMathLibrary.GetTAU +// 0x0004 (0x0004 - 0x0000) +struct KismetMathLibrary_GetTAU final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTAU; + +// Function Engine.KismetMathLibrary.GetTimeOfDay +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetTimeOfDay final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTimeOfDay; + +// Function Engine.KismetMathLibrary.GetTotalDays +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetTotalDays final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTotalDays; + +// Function Engine.KismetMathLibrary.GetTotalHours +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetTotalHours final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTotalHours; + +// Function Engine.KismetMathLibrary.GetTotalMilliseconds +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetTotalMilliseconds final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMilliseconds; + +// Function Engine.KismetMathLibrary.GetTotalMinutes +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetTotalMinutes final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMinutes; + +// Function Engine.KismetMathLibrary.GetTotalSeconds +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetTotalSeconds final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetTotalSeconds; + +// Function Engine.KismetMathLibrary.GetUpVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_GetUpVector final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetUpVector; + +// Function Engine.KismetMathLibrary.GetVectorArrayAverage +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_GetVectorArrayAverage final +{ +public: + TArray Vectors; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetVectorArrayAverage; + +// Function Engine.KismetMathLibrary.GetYawPitchFromVector +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_GetYawPitchFromVector final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Yaw; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetYawPitchFromVector; + +// Function Engine.KismetMathLibrary.GetYear +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_GetYear final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GetYear; + +// Function Engine.KismetMathLibrary.Greater_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Greater_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Greater_ByteByte; + +// Function Engine.KismetMathLibrary.Greater_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Greater_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Greater_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.Greater_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Greater_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Greater_FloatFloat; + +// Function Engine.KismetMathLibrary.Greater_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Greater_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Greater_Int64Int64; + +// Function Engine.KismetMathLibrary.Greater_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Greater_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Greater_IntInt; + +// Function Engine.KismetMathLibrary.Greater_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Greater_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Greater_TimespanTimespan; + +// Function Engine.KismetMathLibrary.GreaterEqual_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_GreaterEqual_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_ByteByte; + +// Function Engine.KismetMathLibrary.GreaterEqual_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_GreaterEqual_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.GreaterEqual_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_GreaterEqual_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_FloatFloat; + +// Function Engine.KismetMathLibrary.GreaterEqual_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_GreaterEqual_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_Int64Int64; + +// Function Engine.KismetMathLibrary.GreaterEqual_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_GreaterEqual_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_IntInt; + +// Function Engine.KismetMathLibrary.GreaterEqual_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_GreaterEqual_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_TimespanTimespan; + +// Function Engine.KismetMathLibrary.GreaterGreater_VectorRotator +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_GreaterGreater_VectorRotator final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GreaterGreater_VectorRotator; + +// Function Engine.KismetMathLibrary.GridSnap_Float +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_GridSnap_Float final +{ +public: + float Location; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GridSize; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float; + +// Function Engine.KismetMathLibrary.HSVToRGB +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_HSVToRGB final +{ +public: + float H; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float S; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB; + +// Function Engine.KismetMathLibrary.HSVToRGB_Vector +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_HSVToRGB_Vector final +{ +public: + struct FLinearColor HSV; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor RGB; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB_Vector; + +// Function Engine.KismetMathLibrary.HSVToRGBLinear +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_HSVToRGBLinear final +{ +public: + struct FLinearColor HSV; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGBLinear; + +// Function Engine.KismetMathLibrary.Hypotenuse +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Hypotenuse final +{ +public: + float Width; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Height; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Hypotenuse; + +// Function Engine.KismetMathLibrary.InRange_FloatFloat +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_InRange_FloatFloat final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Min_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InclusiveMin; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InclusiveMax; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000E(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat; + +// Function Engine.KismetMathLibrary.InRange_Int64Int64 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_InRange_Int64Int64 final +{ +public: + int64 Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 Min_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 Max_0; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InclusiveMin; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InclusiveMax; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001A(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x5]; // 0x001B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InRange_Int64Int64; + +// Function Engine.KismetMathLibrary.InRange_IntInt +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_InRange_IntInt final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Min_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Max_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InclusiveMin; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InclusiveMax; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000E(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InRange_IntInt; + +// Function Engine.KismetMathLibrary.IntPoint_Down +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IntPoint_Down final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Down; + +// Function Engine.KismetMathLibrary.IntPoint_Left +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IntPoint_Left final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Left; + +// Function Engine.KismetMathLibrary.IntPoint_One +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IntPoint_One final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_One; + +// Function Engine.KismetMathLibrary.IntPoint_Right +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IntPoint_Right final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Right; + +// Function Engine.KismetMathLibrary.IntPoint_Up +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IntPoint_Up final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Up; + +// Function Engine.KismetMathLibrary.IntPoint_Zero +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IntPoint_Zero final +{ +public: + struct FIntPoint ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Zero; + +// Function Engine.KismetMathLibrary.InverseTransformDirection +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_InverseTransformDirection final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Direction; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformDirection; + +// Function Engine.KismetMathLibrary.InverseTransformLocation +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_InverseTransformLocation final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformLocation; + +// Function Engine.KismetMathLibrary.InverseTransformRotation +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_InverseTransformRotation final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformRotation; + +// Function Engine.KismetMathLibrary.InvertTransform +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_InvertTransform final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0030(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_InvertTransform; + +// Function Engine.KismetMathLibrary.IsAfternoon +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_IsAfternoon final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsAfternoon; + +// Function Engine.KismetMathLibrary.IsLeapYear +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_IsLeapYear final +{ +public: + int32 Year; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsLeapYear; + +// Function Engine.KismetMathLibrary.IsMorning +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_IsMorning final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsMorning; + +// Function Engine.KismetMathLibrary.IsNearlyZero2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_IsNearlyZero2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsNearlyZero2D; + +// Function Engine.KismetMathLibrary.IsPointInBox +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_IsPointInBox final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxOrigin; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox; + +// Function Engine.KismetMathLibrary.IsPointInBoxWithTransform +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_IsPointInBoxWithTransform final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform BoxWorldTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x004C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4D[0x3]; // 0x004D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform; + +// Function Engine.KismetMathLibrary.IsZero2D +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_IsZero2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D; + +// Function Engine.KismetMathLibrary.Lerp +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Lerp final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Lerp; + +// Function Engine.KismetMathLibrary.Less_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Less_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Less_ByteByte; + +// Function Engine.KismetMathLibrary.Less_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Less_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Less_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.Less_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Less_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Less_FloatFloat; + +// Function Engine.KismetMathLibrary.Less_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Less_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Less_Int64Int64; + +// Function Engine.KismetMathLibrary.Less_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Less_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Less_IntInt; + +// Function Engine.KismetMathLibrary.Less_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Less_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Less_TimespanTimespan; + +// Function Engine.KismetMathLibrary.LessEqual_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_LessEqual_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_ByteByte; + +// Function Engine.KismetMathLibrary.LessEqual_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_LessEqual_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.LessEqual_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_LessEqual_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_FloatFloat; + +// Function Engine.KismetMathLibrary.LessEqual_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_LessEqual_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_Int64Int64; + +// Function Engine.KismetMathLibrary.LessEqual_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_LessEqual_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_IntInt; + +// Function Engine.KismetMathLibrary.LessEqual_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_LessEqual_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_TimespanTimespan; + +// Function Engine.KismetMathLibrary.LessLess_VectorRotator +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_LessLess_VectorRotator final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LessLess_VectorRotator; + +// Function Engine.KismetMathLibrary.LinearColor_Black +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Black final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Black; + +// Function Engine.KismetMathLibrary.LinearColor_Blue +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Blue final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Blue; + +// Function Engine.KismetMathLibrary.LinearColor_Desaturated +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_LinearColor_Desaturated final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InDesaturation; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0014(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Desaturated; + +// Function Engine.KismetMathLibrary.LinearColor_Distance +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_LinearColor_Distance final +{ +public: + struct FLinearColor C1; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor C2; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Distance; + +// Function Engine.KismetMathLibrary.LinearColor_GetLuminance +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_GetLuminance final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetLuminance; + +// Function Engine.KismetMathLibrary.LinearColor_GetMax +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_GetMax final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMax; + +// Function Engine.KismetMathLibrary.LinearColor_GetMin +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_GetMin final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMin; + +// Function Engine.KismetMathLibrary.LinearColor_Gray +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Gray final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Gray; + +// Function Engine.KismetMathLibrary.LinearColor_Green +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Green final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Green; + +// Function Engine.KismetMathLibrary.LinearColor_IsNearEqual +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_LinearColor_IsNearEqual final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_IsNearEqual; + +// Function Engine.KismetMathLibrary.LinearColor_Quantize +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_Quantize final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Quantize; + +// Function Engine.KismetMathLibrary.LinearColor_QuantizeRound +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_QuantizeRound final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_QuantizeRound; + +// Function Engine.KismetMathLibrary.LinearColor_Red +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Red final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Red; + +// Function Engine.KismetMathLibrary.LinearColor_Set +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_LinearColor_Set final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor InColor; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Set; + +// Function Engine.KismetMathLibrary.LinearColor_SetFromHSV +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_LinearColor_SetFromHSV final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float H; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float S; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromHSV; + +// Function Engine.KismetMathLibrary.LinearColor_SetFromPow22 +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_SetFromPow22 final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor InColor; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromPow22; + +// Function Engine.KismetMathLibrary.LinearColor_SetFromSRGB +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_SetFromSRGB final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor InSRGB; // 0x0010(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromSRGB; + +// Function Engine.KismetMathLibrary.LinearColor_SetRandomHue +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_SetRandomHue final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRandomHue; + +// Function Engine.KismetMathLibrary.LinearColor_SetRGBA +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_LinearColor_SetRGBA final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float R; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float G; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRGBA; + +// Function Engine.KismetMathLibrary.LinearColor_SetTemperature +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_SetTemperature final +{ +public: + struct FLinearColor InOutColor; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InTemperature; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetTemperature; + +// Function Engine.KismetMathLibrary.LinearColor_ToNewOpacity +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_LinearColor_ToNewOpacity final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InOpacity; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0014(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToNewOpacity; + +// Function Engine.KismetMathLibrary.LinearColor_ToRGBE +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_LinearColor_ToRGBE final +{ +public: + struct FLinearColor InLinearColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToRGBE; + +// Function Engine.KismetMathLibrary.LinearColor_Transparent +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Transparent final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Transparent; + +// Function Engine.KismetMathLibrary.LinearColor_White +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_White final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_White; + +// Function Engine.KismetMathLibrary.LinearColor_Yellow +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_LinearColor_Yellow final +{ +public: + struct FLinearColor ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Yellow; + +// Function Engine.KismetMathLibrary.LinearColorLerp +// 0x0034 (0x0034 - 0x0000) +struct KismetMathLibrary_LinearColorLerp final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0024(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerp; + +// Function Engine.KismetMathLibrary.LinearColorLerpUsingHSV +// 0x0034 (0x0034 - 0x0000) +struct KismetMathLibrary_LinearColorLerpUsingHSV final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0024(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerpUsingHSV; + +// Function Engine.KismetMathLibrary.LinePlaneIntersection +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_LinePlaneIntersection final +{ +public: + struct FVector LineStart; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineEnd; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPlane APlane; // 0x0020(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float T; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Intersection; // 0x0034(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0xF]; // 0x0041(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection; + +// Function Engine.KismetMathLibrary.LinePlaneIntersection_OriginNormal +// 0x0044 (0x0044 - 0x0000) +struct KismetMathLibrary_LinePlaneIntersection_OriginNormal final +{ +public: + struct FVector LineStart; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LineEnd; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PlaneOrigin; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PlaneNormal; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float T; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Intersection; // 0x0034(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal; + +// Function Engine.KismetMathLibrary.Log +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Log final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Base; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Log; + +// Function Engine.KismetMathLibrary.Loge +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Loge final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Loge; + +// Function Engine.KismetMathLibrary.MakeBox +// 0x0034 (0x0034 - 0x0000) +struct KismetMathLibrary_MakeBox final +{ +public: + struct FVector Min_0; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Max_0; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBox ReturnValue; // 0x0018(0x001C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeBox; + +// Function Engine.KismetMathLibrary.MakeBox2D +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeBox2D final +{ +public: + struct FVector2D Min_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Max_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBox2D ReturnValue; // 0x0010(0x0014)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeBox2D; + +// Function Engine.KismetMathLibrary.MakeColor +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_MakeColor final +{ +public: + float R; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float G; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeColor; + +// Function Engine.KismetMathLibrary.MakeDateTime +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_MakeDateTime final +{ +public: + int32 Year; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Month; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Day; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Hour; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minute; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Second; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Millisecond; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FDateTime ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeDateTime; + +// Function Engine.KismetMathLibrary.MakeFrameRate +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_MakeFrameRate final +{ +public: + int32 Numerator; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Denominator; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFrameRate ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeFrameRate; + +// Function Engine.KismetMathLibrary.MakePlaneFromPointAndNormal +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_MakePlaneFromPointAndNormal final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Normal_0; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPlane ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakePlaneFromPointAndNormal; + +// Function Engine.KismetMathLibrary.MakePulsatingValue +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_MakePulsatingValue final +{ +public: + float InCurrentTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPulsesPerSecond; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InPhase; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakePulsatingValue; + +// Function Engine.KismetMathLibrary.MakeQualifiedFrameTime +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_MakeQualifiedFrameTime final +{ +public: + struct FFrameNumber Frame; // 0x0000(0x0004)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFrameRate FrameRate; // 0x0004(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubFrame; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FQualifiedFrameTime ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeQualifiedFrameTime; + +// Function Engine.KismetMathLibrary.MakeRandomStream +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_MakeRandomStream final +{ +public: + int32 InitialSeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRandomStream; + +// Function Engine.KismetMathLibrary.MakeRelativeTransform +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_MakeRelativeTransform final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform RelativeTo; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0060(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRelativeTransform; + +// Function Engine.KismetMathLibrary.MakeRotationFromAxes +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_MakeRotationFromAxes final +{ +public: + struct FVector Forward; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Right; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Up; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotationFromAxes; + +// Function Engine.KismetMathLibrary.MakeRotator +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MakeRotator final +{ +public: + float Roll; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Yaw; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotator; + +// Function Engine.KismetMathLibrary.MakeRotFromX +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MakeRotFromX final +{ +public: + struct FVector X; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromX; + +// Function Engine.KismetMathLibrary.MakeRotFromXY +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeRotFromXY final +{ +public: + struct FVector X; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Y; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXY; + +// Function Engine.KismetMathLibrary.MakeRotFromXZ +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeRotFromXZ final +{ +public: + struct FVector X; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Z; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXZ; + +// Function Engine.KismetMathLibrary.MakeRotFromY +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MakeRotFromY final +{ +public: + struct FVector Y; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromY; + +// Function Engine.KismetMathLibrary.MakeRotFromYX +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeRotFromYX final +{ +public: + struct FVector Y; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector X; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYX; + +// Function Engine.KismetMathLibrary.MakeRotFromYZ +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeRotFromYZ final +{ +public: + struct FVector Y; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Z; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYZ; + +// Function Engine.KismetMathLibrary.MakeRotFromZ +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MakeRotFromZ final +{ +public: + struct FVector Z; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZ; + +// Function Engine.KismetMathLibrary.MakeRotFromZX +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeRotFromZX final +{ +public: + struct FVector Z; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector X; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZX; + +// Function Engine.KismetMathLibrary.MakeRotFromZY +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MakeRotFromZY final +{ +public: + struct FVector Z; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Y; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZY; + +// Function Engine.KismetMathLibrary.MakeTimespan +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_MakeTimespan final +{ +public: + int32 Days; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Hours; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minutes; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Seconds; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Milliseconds; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan; + +// Function Engine.KismetMathLibrary.MakeTimespan2 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_MakeTimespan2 final +{ +public: + int32 Days; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Hours; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Minutes; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Seconds; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FractionNano; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan2; + +// Function Engine.KismetMathLibrary.MakeTransform +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_MakeTransform final +{ +public: + struct FVector Location; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0xC]; // 0x0024(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0030(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeTransform; + +// Function Engine.KismetMathLibrary.MakeVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MakeVector final +{ +public: + float X; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeVector; + +// Function Engine.KismetMathLibrary.MakeVector2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_MakeVector2D final +{ +public: + float X; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeVector2D; + +// Function Engine.KismetMathLibrary.MakeVector4 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_MakeVector4 final +{ +public: + float X; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float W; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MakeVector4; + +// Function Engine.KismetMathLibrary.MapRangeClamped +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MapRangeClamped final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InRangeA; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InRangeB; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutRangeA; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutRangeB; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MapRangeClamped; + +// Function Engine.KismetMathLibrary.MapRangeUnclamped +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MapRangeUnclamped final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InRangeA; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InRangeB; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutRangeA; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutRangeB; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MapRangeUnclamped; + +// Function Engine.KismetMathLibrary.Matrix_ApplyScale +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_Matrix_ApplyScale final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Scale; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix ReturnValue; // 0x0050(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ApplyScale; + +// Function Engine.KismetMathLibrary.Matrix_ConcatenateTranslation +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_Matrix_ConcatenateTranslation final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Translation; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix ReturnValue; // 0x0050(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ConcatenateTranslation; + +// Function Engine.KismetMathLibrary.Matrix_ContainsNaN +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_ContainsNaN final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0xF]; // 0x0041(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ContainsNaN; + +// Function Engine.KismetMathLibrary.Matrix_GetColumn +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetColumn final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EMatrixColumns Column; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0044(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetColumn; + +// Function Engine.KismetMathLibrary.Matrix_GetDeterminant +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetDeterminant final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetDeterminant; + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumBottomPlane +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_GetFrustumBottomPlane final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FPlane OutPlane; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumBottomPlane; + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumFarPlane +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_GetFrustumFarPlane final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FPlane OutPlane; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumFarPlane; + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumLeftPlane +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_GetFrustumLeftPlane final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FPlane OutPlane; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumLeftPlane; + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumNearPlane +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_GetFrustumNearPlane final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FPlane OutPlane; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumNearPlane; + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumRightPlane +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_GetFrustumRightPlane final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FPlane OutPlane; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumRightPlane; + +// Function Engine.KismetMathLibrary.Matrix_GetFrustumTopPlane +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_GetFrustumTopPlane final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FPlane OutPlane; // 0x0040(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumTopPlane; + +// Function Engine.KismetMathLibrary.Matrix_GetInverse +// 0x0080 (0x0080 - 0x0000) +struct KismetMathLibrary_Matrix_GetInverse final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0040(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetInverse; + +// Function Engine.KismetMathLibrary.Matrix_GetMatrixWithoutScale +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_Matrix_GetMatrixWithoutScale final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix ReturnValue; // 0x0050(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMatrixWithoutScale; + +// Function Engine.KismetMathLibrary.Matrix_GetMaximumAxisScale +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetMaximumAxisScale final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMaximumAxisScale; + +// Function Engine.KismetMathLibrary.Matrix_GetOrigin +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetOrigin final +{ +public: + struct FMatrix InMatrix; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0040(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetOrigin; + +// Function Engine.KismetMathLibrary.Matrix_GetRotator +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetRotator final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0040(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotator; + +// Function Engine.KismetMathLibrary.Matrix_GetRotDeterminant +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetRotDeterminant final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotDeterminant; + +// Function Engine.KismetMathLibrary.Matrix_GetScaledAxes +// 0x0070 (0x0070 - 0x0000) +struct KismetMathLibrary_Matrix_GetScaledAxes final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector X; // 0x0040(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Y; // 0x004C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Z; // 0x0058(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0xC]; // 0x0064(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxes; + +// Function Engine.KismetMathLibrary.Matrix_GetScaledAxis +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetScaledAxis final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EAxis Axis; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0044(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxis; + +// Function Engine.KismetMathLibrary.Matrix_GetScaleVector +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetScaleVector final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0044(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaleVector; + +// Function Engine.KismetMathLibrary.Matrix_GetTransposeAdjoint +// 0x0080 (0x0080 - 0x0000) +struct KismetMathLibrary_Matrix_GetTransposeAdjoint final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0040(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposeAdjoint; + +// Function Engine.KismetMathLibrary.Matrix_GetTransposed +// 0x0080 (0x0080 - 0x0000) +struct KismetMathLibrary_Matrix_GetTransposed final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0040(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposed; + +// Function Engine.KismetMathLibrary.Matrix_GetUnitAxes +// 0x0070 (0x0070 - 0x0000) +struct KismetMathLibrary_Matrix_GetUnitAxes final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector X; // 0x0040(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Y; // 0x004C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Z; // 0x0058(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_64[0xC]; // 0x0064(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxes; + +// Function Engine.KismetMathLibrary.Matrix_GetUnitAxis +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_GetUnitAxis final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EAxis Axis; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x0044(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxis; + +// Function Engine.KismetMathLibrary.Matrix_Identity +// 0x0040 (0x0040 - 0x0000) +struct KismetMathLibrary_Matrix_Identity final +{ +public: + struct FMatrix ReturnValue; // 0x0000(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Identity; + +// Function Engine.KismetMathLibrary.Matrix_InverseTransformPosition +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_InverseTransformPosition final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector V; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x004C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformPosition; + +// Function Engine.KismetMathLibrary.Matrix_InverseTransformVector +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_InverseTransformVector final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector V; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x004C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0x8]; // 0x0058(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformVector; + +// Function Engine.KismetMathLibrary.Matrix_Mirror +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_Matrix_Mirror final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EAxis MirrorAxis; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAxis FlipAxis; // 0x0041(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_42[0xE]; // 0x0042(0x000E)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix ReturnValue; // 0x0050(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Mirror; + +// Function Engine.KismetMathLibrary.Matrix_RemoveScaling +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_RemoveScaling final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveScaling; + +// Function Engine.KismetMathLibrary.Matrix_RemoveTranslation +// 0x0080 (0x0080 - 0x0000) +struct KismetMathLibrary_Matrix_RemoveTranslation final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0040(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveTranslation; + +// Function Engine.KismetMathLibrary.Matrix_ScaleTranslation +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_Matrix_ScaleTranslation final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale3D; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix ReturnValue; // 0x0050(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ScaleTranslation; + +// Function Engine.KismetMathLibrary.Matrix_SetAxis +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_SetAxis final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EAxis Axis; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector AxisVector; // 0x0044(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetAxis; + +// Function Engine.KismetMathLibrary.Matrix_SetColumn +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_SetColumn final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EMatrixColumns Column; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector Value; // 0x0044(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetColumn; + +// Function Engine.KismetMathLibrary.Matrix_SetOrigin +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_SetOrigin final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector NewOrigin; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetOrigin; + +// Function Engine.KismetMathLibrary.Matrix_ToQuat +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_Matrix_ToQuat final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0040(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ToQuat; + +// Function Engine.KismetMathLibrary.Matrix_TransformPosition +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_TransformPosition final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector V; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 ReturnValue; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformPosition; + +// Function Engine.KismetMathLibrary.Matrix_TransformVector +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_TransformVector final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector V; // 0x0040(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 ReturnValue; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector; + +// Function Engine.KismetMathLibrary.Matrix_TransformVector4 +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_Matrix_TransformVector4 final +{ +public: + struct FMatrix M; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector4 V; // 0x0040(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector4; + +// Function Engine.KismetMathLibrary.Max +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Max final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Max; + +// Function Engine.KismetMathLibrary.MaxInt64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MaxInt64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MaxInt64; + +// Function Engine.KismetMathLibrary.MaxOfByteArray +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MaxOfByteArray final +{ +public: + TArray ByteArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexOfMaxValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 MaxValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MaxOfByteArray; + +// Function Engine.KismetMathLibrary.MaxOfFloatArray +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MaxOfFloatArray final +{ +public: + TArray FloatArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexOfMaxValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MaxOfFloatArray; + +// Function Engine.KismetMathLibrary.MaxOfIntArray +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MaxOfIntArray final +{ +public: + TArray IntArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexOfMaxValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MaxOfIntArray; + +// Function Engine.KismetMathLibrary.Min +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Min final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Min; + +// Function Engine.KismetMathLibrary.MinimumAreaRectangle +// 0x0048 (0x0048 - 0x0000) +struct KismetMathLibrary_MinimumAreaRectangle final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray InVerts; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + struct FVector SampleSurfaceNormal; // 0x0018(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutRectCenter; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator OutRectRotation; // 0x0030(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float OutSideLengthX; // 0x003C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutSideLengthY; // 0x0040(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDebugDraw; // 0x0044(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MinimumAreaRectangle; + +// Function Engine.KismetMathLibrary.MinInt64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MinInt64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MinInt64; + +// Function Engine.KismetMathLibrary.MinOfByteArray +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MinOfByteArray final +{ +public: + TArray ByteArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexOfMinValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 MinValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MinOfByteArray; + +// Function Engine.KismetMathLibrary.MinOfFloatArray +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MinOfFloatArray final +{ +public: + TArray FloatArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexOfMinValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MinOfFloatArray; + +// Function Engine.KismetMathLibrary.MinOfIntArray +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_MinOfIntArray final +{ +public: + TArray IntArray; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + int32 IndexOfMinValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MinOfIntArray; + +// Function Engine.KismetMathLibrary.MirrorVectorByNormal +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_MirrorVectorByNormal final +{ +public: + struct FVector InVect; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InNormal; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MirrorVectorByNormal; + +// Function Engine.KismetMathLibrary.Multiply_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Multiply_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_ByteByte; + +// Function Engine.KismetMathLibrary.Multiply_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Multiply_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_FloatFloat; + +// Function Engine.KismetMathLibrary.Multiply_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Multiply_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Int64Int64; + +// Function Engine.KismetMathLibrary.Multiply_IntFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Multiply_IntFloat final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntFloat; + +// Function Engine.KismetMathLibrary.Multiply_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Multiply_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntInt; + +// Function Engine.KismetMathLibrary.Multiply_IntPointInt +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Multiply_IntPointInt final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointInt; + +// Function Engine.KismetMathLibrary.Multiply_IntPointIntPoint +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Multiply_IntPointIntPoint final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointIntPoint; + +// Function Engine.KismetMathLibrary.Multiply_LinearColorFloat +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Multiply_LinearColorFloat final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0014(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorFloat; + +// Function Engine.KismetMathLibrary.Multiply_LinearColorLinearColor +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Multiply_LinearColorLinearColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorLinearColor; + +// Function Engine.KismetMathLibrary.Multiply_MatrixFloat +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_Multiply_MatrixFloat final +{ +public: + struct FMatrix A; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float B; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0xC]; // 0x0044(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMatrix ReturnValue; // 0x0050(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixFloat; + +// Function Engine.KismetMathLibrary.Multiply_MatrixMatrix +// 0x00C0 (0x00C0 - 0x0000) +struct KismetMathLibrary_Multiply_MatrixMatrix final +{ +public: + struct FMatrix A; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix B; // 0x0040(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix ReturnValue; // 0x0080(0x0040)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixMatrix; + +// Function Engine.KismetMathLibrary.Multiply_QuatQuat +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Multiply_QuatQuat final +{ +public: + struct FQuat A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_QuatQuat; + +// Function Engine.KismetMathLibrary.Multiply_RotatorFloat +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Multiply_RotatorFloat final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat; + +// Function Engine.KismetMathLibrary.Multiply_RotatorInt +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Multiply_RotatorInt final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + int32 B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt; + +// Function Engine.KismetMathLibrary.Multiply_TimespanFloat +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Multiply_TimespanFloat final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scalar; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTimespan ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_TimespanFloat; + +// Function Engine.KismetMathLibrary.Multiply_Vector2DFloat +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Multiply_Vector2DFloat final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DFloat; + +// Function Engine.KismetMathLibrary.Multiply_Vector2DVector2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Multiply_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.Multiply_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Multiply_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector4Vector4; + +// Function Engine.KismetMathLibrary.Multiply_VectorFloat +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Multiply_VectorFloat final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat; + +// Function Engine.KismetMathLibrary.Multiply_VectorInt +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Multiply_VectorInt final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt; + +// Function Engine.KismetMathLibrary.Multiply_VectorVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Multiply_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector; + +// Function Engine.KismetMathLibrary.MultiplyByPi +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_MultiplyByPi final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi; + +// Function Engine.KismetMathLibrary.MultiplyMultiply_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_MultiplyMultiply_FloatFloat final +{ +public: + float Base; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Exp; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat; + +// Function Engine.KismetMathLibrary.NearlyEqual_FloatFloat +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_NearlyEqual_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat; + +// Function Engine.KismetMathLibrary.NearlyEqual_TransformTransform +// 0x0070 (0x0070 - 0x0000) +struct KismetMathLibrary_NearlyEqual_TransformTransform final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform B; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float LocationTolerance; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RotationTolerance; // 0x0064(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale3DTolerance; // 0x0068(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x006C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6D[0x3]; // 0x006D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_TransformTransform; + +// Function Engine.KismetMathLibrary.Negated2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Negated2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Negated2D; + +// Function Engine.KismetMathLibrary.NegateRotator +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NegateRotator final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator; + +// Function Engine.KismetMathLibrary.NegateVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NegateVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NegateVector; + +// Function Engine.KismetMathLibrary.Normal +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Normal final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Normal; + +// Function Engine.KismetMathLibrary.Normal2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Normal2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Normal2D; + +// Function Engine.KismetMathLibrary.Normalize2D +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Normalize2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D; + +// Function Engine.KismetMathLibrary.NormalizeAxis +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_NormalizeAxis final +{ +public: + float Angle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NormalizeAxis; + +// Function Engine.KismetMathLibrary.NormalizedDeltaRotator +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_NormalizedDeltaRotator final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NormalizedDeltaRotator; + +// Function Engine.KismetMathLibrary.NormalizeToRange +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_NormalizeToRange final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RangeMin; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RangeMax; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange; + +// Function Engine.KismetMathLibrary.NormalSafe2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_NormalSafe2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D; + +// Function Engine.KismetMathLibrary.Not_Int +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Not_Int final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Not_Int; + +// Function Engine.KismetMathLibrary.Not_Int64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Not_Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Not_Int64; + +// Function Engine.KismetMathLibrary.Not_PreBool +// 0x0002 (0x0002 - 0x0000) +struct KismetMathLibrary_Not_PreBool final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Not_PreBool; + +// Function Engine.KismetMathLibrary.NotEqual_BoolBool +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_NotEqual_BoolBool final +{ +public: + bool A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_BoolBool; + +// Function Engine.KismetMathLibrary.NotEqual_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_NotEqual_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ByteByte; + +// Function Engine.KismetMathLibrary.NotEqual_ClassClass +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NotEqual_ClassClass final +{ +public: + class UClass* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ClassClass; + +// Function Engine.KismetMathLibrary.NotEqual_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NotEqual_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.NotEqual_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_NotEqual_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_FloatFloat; + +// Function Engine.KismetMathLibrary.NotEqual_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NotEqual_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Int64Int64; + +// Function Engine.KismetMathLibrary.NotEqual_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_NotEqual_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntInt; + +// Function Engine.KismetMathLibrary.NotEqual_IntPointIntPoint +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_NotEqual_IntPointIntPoint final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntPointIntPoint; + +// Function Engine.KismetMathLibrary.NotEqual_LinearColorLinearColor +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_NotEqual_LinearColorLinearColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_LinearColorLinearColor; + +// Function Engine.KismetMathLibrary.NotEqual_MatrixMatrix +// 0x0090 (0x0090 - 0x0000) +struct KismetMathLibrary_NotEqual_MatrixMatrix final +{ +public: + struct FMatrix A; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMatrix B; // 0x0040(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0080(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0084(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_85[0xB]; // 0x0085(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_MatrixMatrix; + +// Function Engine.KismetMathLibrary.NotEqual_NameName +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_NotEqual_NameName final +{ +public: + class FName A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_NameName; + +// Function Engine.KismetMathLibrary.NotEqual_ObjectObject +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NotEqual_ObjectObject final +{ +public: + class UObject* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ObjectObject; + +// Function Engine.KismetMathLibrary.NotEqual_QuatQuat +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_NotEqual_QuatQuat final +{ +public: + struct FQuat A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0xB]; // 0x0025(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_QuatQuat; + +// Function Engine.KismetMathLibrary.NotEqual_RotatorRotator +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_NotEqual_RotatorRotator final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator; + +// Function Engine.KismetMathLibrary.NotEqual_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NotEqual_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_TimespanTimespan; + +// Function Engine.KismetMathLibrary.NotEqual_Vector2DVector2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_NotEqual_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.NotEqual_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_NotEqual_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0024(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0xB]; // 0x0025(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector4Vector4; + +// Function Engine.KismetMathLibrary.NotEqual_VectorVector +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_NotEqual_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorTolerance; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x001C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector; + +// Function Engine.KismetMathLibrary.NotEqualExactly_Vector2DVector2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_NotEqualExactly_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.NotEqualExactly_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_NotEqualExactly_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0xF]; // 0x0021(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector4Vector4; + +// Function Engine.KismetMathLibrary.NotEqualExactly_VectorVector +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_NotEqualExactly_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector; + +// Function Engine.KismetMathLibrary.Now +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Now final +{ +public: + struct FDateTime ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Now; + +// Function Engine.KismetMathLibrary.Or_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Or_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Or_Int64Int64; + +// Function Engine.KismetMathLibrary.Or_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Or_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Or_IntInt; + +// Function Engine.KismetMathLibrary.Percent_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Percent_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Percent_ByteByte; + +// Function Engine.KismetMathLibrary.Percent_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Percent_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Percent_FloatFloat; + +// Function Engine.KismetMathLibrary.Percent_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Percent_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Percent_IntInt; + +// Function Engine.KismetMathLibrary.PerlinNoise1D +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_PerlinNoise1D final +{ +public: + float Value; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_PerlinNoise1D; + +// Function Engine.KismetMathLibrary.PointsAreCoplanar +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_PointsAreCoplanar final +{ +public: + TArray Points; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_PointsAreCoplanar; + +// Function Engine.KismetMathLibrary.ProjectPointOnToPlane +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_ProjectPointOnToPlane final +{ +public: + struct FVector Point; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PlaneBase; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PlaneNormal; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ProjectPointOnToPlane; + +// Function Engine.KismetMathLibrary.ProjectVectorOnToPlane +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_ProjectVectorOnToPlane final +{ +public: + struct FVector V; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PlaneNormal; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane; + +// Function Engine.KismetMathLibrary.ProjectVectorOnToVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_ProjectVectorOnToVector final +{ +public: + struct FVector V; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Target; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector; + +// Function Engine.KismetMathLibrary.Quat_AngularDistance +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Quat_AngularDistance final +{ +public: + struct FQuat A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0xC]; // 0x0024(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_AngularDistance; + +// Function Engine.KismetMathLibrary.Quat_EnforceShortestArcWith +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_EnforceShortestArcWith final +{ +public: + struct FQuat A; // 0x0000(0x0010)(Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_EnforceShortestArcWith; + +// Function Engine.KismetMathLibrary.Quat_Euler +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Euler final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Euler; + +// Function Engine.KismetMathLibrary.Quat_Exp +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Exp final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Exp; + +// Function Engine.KismetMathLibrary.Quat_GetAngle +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_GetAngle final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAngle; + +// Function Engine.KismetMathLibrary.Quat_GetAxisX +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_GetAxisX final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisX; + +// Function Engine.KismetMathLibrary.Quat_GetAxisY +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_GetAxisY final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisY; + +// Function Engine.KismetMathLibrary.Quat_GetAxisZ +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_GetAxisZ final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisZ; + +// Function Engine.KismetMathLibrary.Quat_GetRotationAxis +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_GetRotationAxis final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetRotationAxis; + +// Function Engine.KismetMathLibrary.Quat_Identity +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Quat_Identity final +{ +public: + struct FQuat ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Identity; + +// Function Engine.KismetMathLibrary.Quat_Inversed +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Inversed final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Inversed; + +// Function Engine.KismetMathLibrary.Quat_IsFinite +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_IsFinite final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0xF]; // 0x0011(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsFinite; + +// Function Engine.KismetMathLibrary.Quat_IsIdentity +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_IsIdentity final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0xB]; // 0x0015(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsIdentity; + +// Function Engine.KismetMathLibrary.Quat_IsNonFinite +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_IsNonFinite final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0xF]; // 0x0011(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNonFinite; + +// Function Engine.KismetMathLibrary.Quat_IsNormalized +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_IsNormalized final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0xF]; // 0x0011(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNormalized; + +// Function Engine.KismetMathLibrary.Quat_Log +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Log final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Log; + +// Function Engine.KismetMathLibrary.Quat_MakeFromEuler +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_MakeFromEuler final +{ +public: + struct FVector Euler; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_MakeFromEuler; + +// Function Engine.KismetMathLibrary.Quat_Normalize +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Normalize final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalize; + +// Function Engine.KismetMathLibrary.Quat_Normalized +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Quat_Normalized final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalized; + +// Function Engine.KismetMathLibrary.Quat_RotateVector +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Quat_RotateVector final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector V; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_RotateVector; + +// Function Engine.KismetMathLibrary.Quat_Rotator +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Rotator final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Rotator; + +// Function Engine.KismetMathLibrary.Quat_SetComponents +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_SetComponents final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float X; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float W; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetComponents; + +// Function Engine.KismetMathLibrary.Quat_SetFromEuler +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_SetFromEuler final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Euler; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetFromEuler; + +// Function Engine.KismetMathLibrary.Quat_Size +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_Size final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_Size; + +// Function Engine.KismetMathLibrary.Quat_SizeSquared +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_SizeSquared final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_SizeSquared; + +// Function Engine.KismetMathLibrary.Quat_UnrotateVector +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Quat_UnrotateVector final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector V; // 0x0010(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_UnrotateVector; + +// Function Engine.KismetMathLibrary.Quat_VectorForward +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_VectorForward final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorForward; + +// Function Engine.KismetMathLibrary.Quat_VectorRight +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_VectorRight final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorRight; + +// Function Engine.KismetMathLibrary.Quat_VectorUp +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Quat_VectorUp final +{ +public: + struct FQuat Q; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorUp; + +// Function Engine.KismetMathLibrary.RadiansToDegrees +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_RadiansToDegrees final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees; + +// Function Engine.KismetMathLibrary.RandomBool +// 0x0001 (0x0001 - 0x0000) +struct KismetMathLibrary_RandomBool final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomBool; + +// Function Engine.KismetMathLibrary.RandomBoolFromStream +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_RandomBoolFromStream final +{ +public: + struct FRandomStream Stream; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolFromStream; + +// Function Engine.KismetMathLibrary.RandomBoolWithWeight +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_RandomBoolWithWeight final +{ +public: + float Weight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeight; + +// Function Engine.KismetMathLibrary.RandomBoolWithWeightFromStream +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_RandomBoolWithWeightFromStream final +{ +public: + float Weight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream RandomStream; // 0x0004(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeightFromStream; + +// Function Engine.KismetMathLibrary.RandomFloat +// 0x0004 (0x0004 - 0x0000) +struct KismetMathLibrary_RandomFloat final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat; + +// Function Engine.KismetMathLibrary.RandomFloatFromStream +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_RandomFloatFromStream final +{ +public: + struct FRandomStream Stream; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatFromStream; + +// Function Engine.KismetMathLibrary.RandomFloatInRange +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_RandomFloatInRange final +{ +public: + float Min; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRange; + +// Function Engine.KismetMathLibrary.RandomFloatInRangeFromStream +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_RandomFloatInRangeFromStream final +{ +public: + float Min; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRangeFromStream; + +// Function Engine.KismetMathLibrary.RandomInteger +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_RandomInteger final +{ +public: + int32 Max; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger; + +// Function Engine.KismetMathLibrary.RandomInteger64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_RandomInteger64 final +{ +public: + int64 Max; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64; + +// Function Engine.KismetMathLibrary.RandomInteger64InRange +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_RandomInteger64InRange final +{ +public: + int64 Min; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 Max; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64InRange; + +// Function Engine.KismetMathLibrary.RandomIntegerFromStream +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_RandomIntegerFromStream final +{ +public: + int32 Max; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0004(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerFromStream; + +// Function Engine.KismetMathLibrary.RandomIntegerInRange +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_RandomIntegerInRange final +{ +public: + int32 Min; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Max; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRange; + +// Function Engine.KismetMathLibrary.RandomIntegerInRangeFromStream +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_RandomIntegerInRangeFromStream final +{ +public: + int32 Min; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Max; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRangeFromStream; + +// Function Engine.KismetMathLibrary.RandomPointInBoundingBox +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_RandomPointInBoundingBox final +{ +public: + struct FVector Origin; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoxExtent; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox; + +// Function Engine.KismetMathLibrary.RandomRotator +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_RandomRotator final +{ +public: + bool bRoll; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomRotator; + +// Function Engine.KismetMathLibrary.RandomRotatorFromStream +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_RandomRotatorFromStream final +{ +public: + bool bRoll; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRandomStream Stream; // 0x0004(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomRotatorFromStream; + +// Function Engine.KismetMathLibrary.RandomUnitVector +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_RandomUnitVector final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVector; + +// Function Engine.KismetMathLibrary.RandomUnitVectorFromStream +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorFromStream final +{ +public: + struct FRandomStream Stream; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorFromStream; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInDegrees +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInConeInDegrees final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConeHalfAngleInDegrees; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegrees; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInDegreesFromStream +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConeHalfAngleInDegrees; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInRadians +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInConeInRadians final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConeHalfAngleInRadians; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadians; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInConeInRadiansFromStream +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConeHalfAngleInRadians; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInDegrees +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxYawInDegrees; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxPitchInDegrees; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInDegreesFromStream +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxYawInDegrees; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxPitchInDegrees; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0014(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInRadians +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxYawInRadians; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxPitchInRadians; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians; + +// Function Engine.KismetMathLibrary.RandomUnitVectorInEllipticalConeInRadiansFromStream +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream final +{ +public: + struct FVector ConeDir; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxYawInRadians; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxPitchInRadians; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRandomStream Stream; // 0x0014(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream; + +// Function Engine.KismetMathLibrary.REase +// 0x0034 (0x0034 - 0x0000) +struct KismetMathLibrary_REase final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Alpha; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShortestPath; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEasingFunc EasingFunc; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendExp; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Steps; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0028(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_REase; + +// Function Engine.KismetMathLibrary.ResetFloatSpringState +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_ResetFloatSpringState final +{ +public: + struct FFloatSpringState SpringState; // 0x0000(0x0008)(Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ResetFloatSpringState; + +// Function Engine.KismetMathLibrary.ResetRandomStream +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_ResetRandomStream final +{ +public: + struct FRandomStream Stream; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ResetRandomStream; + +// Function Engine.KismetMathLibrary.ResetVectorSpringState +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_ResetVectorSpringState final +{ +public: + struct FVectorSpringState SpringState; // 0x0000(0x0018)(Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ResetVectorSpringState; + +// Function Engine.KismetMathLibrary.RGBLinearToHSV +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_RGBLinearToHSV final +{ +public: + struct FLinearColor RGB; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RGBLinearToHSV; + +// Function Engine.KismetMathLibrary.RGBToHSV +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_RGBToHSV final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float H; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float S; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float A; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV; + +// Function Engine.KismetMathLibrary.RGBToHSV_Vector +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_RGBToHSV_Vector final +{ +public: + struct FLinearColor RGB; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor HSV; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV_Vector; + +// Function Engine.KismetMathLibrary.RInterpTo +// 0x002C (0x002C - 0x0000) +struct KismetMathLibrary_RInterpTo final +{ +public: + struct FRotator Current; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator Target; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo; + +// Function Engine.KismetMathLibrary.RInterpTo_Constant +// 0x002C (0x002C - 0x0000) +struct KismetMathLibrary_RInterpTo_Constant final +{ +public: + struct FRotator Current; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator Target; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo_Constant; + +// Function Engine.KismetMathLibrary.RLerp +// 0x002C (0x002C - 0x0000) +struct KismetMathLibrary_RLerp final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Alpha; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShortestPath; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RLerp; + +// Function Engine.KismetMathLibrary.RotateAngleAxis +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_RotateAngleAxis final +{ +public: + struct FVector InVect; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleDeg; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Axis; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RotateAngleAxis; + +// Function Engine.KismetMathLibrary.RotatorFromAxisAndAngle +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_RotatorFromAxisAndAngle final +{ +public: + struct FVector Axis; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Angle; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_RotatorFromAxisAndAngle; + +// Function Engine.KismetMathLibrary.Round +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Round final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Round; + +// Function Engine.KismetMathLibrary.Round64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Round64 final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Round64; + +// Function Engine.KismetMathLibrary.SafeDivide +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_SafeDivide final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SafeDivide; + +// Function Engine.KismetMathLibrary.SeedRandomStream +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_SeedRandomStream final +{ +public: + struct FRandomStream Stream; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SeedRandomStream; + +// Function Engine.KismetMathLibrary.SelectClass +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_SelectClass final +{ +public: + class UClass* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSelectA; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UClass* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectClass; + +// Function Engine.KismetMathLibrary.SelectColor +// 0x0034 (0x0034 - 0x0000) +struct KismetMathLibrary_SelectColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPickA; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor ReturnValue; // 0x0024(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectColor; + +// Function Engine.KismetMathLibrary.SelectFloat +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_SelectFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPickA; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectFloat; + +// Function Engine.KismetMathLibrary.SelectInt +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_SelectInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPickA; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectInt; + +// Function Engine.KismetMathLibrary.SelectObject +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_SelectObject final +{ +public: + class UObject* A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSelectA; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectObject; + +// Function Engine.KismetMathLibrary.SelectRotator +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_SelectRotator final +{ +public: + struct FRotator A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bPickA; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectRotator; + +// Function Engine.KismetMathLibrary.SelectString +// 0x0038 (0x0038 - 0x0000) +struct KismetMathLibrary_SelectString final +{ +public: + class FString A; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString B; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPickA; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectString; + +// Function Engine.KismetMathLibrary.SelectTransform +// 0x00A0 (0x00A0 - 0x0000) +struct KismetMathLibrary_SelectTransform final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform B; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bPickA; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0xF]; // 0x0061(0x000F)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0070(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectTransform; + +// Function Engine.KismetMathLibrary.SelectVector +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_SelectVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPickA; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SelectVector; + +// Function Engine.KismetMathLibrary.Set2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Set2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Set2D; + +// Function Engine.KismetMathLibrary.SetRandomStreamSeed +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_SetRandomStreamSeed final +{ +public: + struct FRandomStream Stream; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + int32 NewSeed; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SetRandomStreamSeed; + +// Function Engine.KismetMathLibrary.SignOfFloat +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_SignOfFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SignOfFloat; + +// Function Engine.KismetMathLibrary.SignOfInteger +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_SignOfInteger final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger; + +// Function Engine.KismetMathLibrary.SignOfInteger64 +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_SignOfInteger64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger64; + +// Function Engine.KismetMathLibrary.Sin +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Sin final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Sin; + +// Function Engine.KismetMathLibrary.Spherical2DToUnitCartesian +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Spherical2DToUnitCartesian final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Spherical2DToUnitCartesian; + +// Function Engine.KismetMathLibrary.Sqrt +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Sqrt final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Sqrt; + +// Function Engine.KismetMathLibrary.Square +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Square final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Square; + +// Function Engine.KismetMathLibrary.Subtract_ByteByte +// 0x0003 (0x0003 - 0x0000) +struct KismetMathLibrary_Subtract_ByteByte final +{ +public: + uint8 A; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 B; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_ByteByte; + +// Function Engine.KismetMathLibrary.Subtract_DateTimeDateTime +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Subtract_DateTimeDateTime final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeDateTime; + +// Function Engine.KismetMathLibrary.Subtract_DateTimeTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Subtract_DateTimeTimespan final +{ +public: + struct FDateTime A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDateTime ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeTimespan; + +// Function Engine.KismetMathLibrary.Subtract_FloatFloat +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Subtract_FloatFloat final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_FloatFloat; + +// Function Engine.KismetMathLibrary.Subtract_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Subtract_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Int64Int64; + +// Function Engine.KismetMathLibrary.Subtract_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Subtract_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntInt; + +// Function Engine.KismetMathLibrary.Subtract_IntPointInt +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Subtract_IntPointInt final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointInt; + +// Function Engine.KismetMathLibrary.Subtract_IntPointIntPoint +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Subtract_IntPointIntPoint final +{ +public: + struct FIntPoint A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointIntPoint; + +// Function Engine.KismetMathLibrary.Subtract_LinearColorLinearColor +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Subtract_LinearColorLinearColor final +{ +public: + struct FLinearColor A; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor B; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_LinearColorLinearColor; + +// Function Engine.KismetMathLibrary.Subtract_QuatQuat +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Subtract_QuatQuat final +{ +public: + struct FQuat A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FQuat ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_QuatQuat; + +// Function Engine.KismetMathLibrary.Subtract_TimespanTimespan +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Subtract_TimespanTimespan final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_TimespanTimespan; + +// Function Engine.KismetMathLibrary.Subtract_Vector2DFloat +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Subtract_Vector2DFloat final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DFloat; + +// Function Engine.KismetMathLibrary.Subtract_Vector2DVector2D +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Subtract_Vector2DVector2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DVector2D; + +// Function Engine.KismetMathLibrary.Subtract_Vector4Vector4 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Subtract_Vector4Vector4 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector4Vector4; + +// Function Engine.KismetMathLibrary.Subtract_VectorFloat +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Subtract_VectorFloat final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorFloat; + +// Function Engine.KismetMathLibrary.Subtract_VectorInt +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Subtract_VectorInt final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorInt; + +// Function Engine.KismetMathLibrary.Subtract_VectorVector +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Subtract_VectorVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorVector; + +// Function Engine.KismetMathLibrary.Tan +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Tan final +{ +public: + float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Tan; + +// Function Engine.KismetMathLibrary.TEase +// 0x00A0 (0x00A0 - 0x0000) +struct KismetMathLibrary_TEase final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform B; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Alpha; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEasingFunc EasingFunc; // 0x0064(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_65[0x3]; // 0x0065(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendExp; // 0x0068(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Steps; // 0x006C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform ReturnValue; // 0x0070(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TEase; + +// Function Engine.KismetMathLibrary.TimespanFromString +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_TimespanFromString final +{ +public: + class FString TimespanString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan Result; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TimespanFromString; + +// Function Engine.KismetMathLibrary.TimespanMaxValue +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_TimespanMaxValue final +{ +public: + struct FTimespan ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TimespanMaxValue; + +// Function Engine.KismetMathLibrary.TimespanMinValue +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_TimespanMinValue final +{ +public: + struct FTimespan ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TimespanMinValue; + +// Function Engine.KismetMathLibrary.TimespanRatio +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_TimespanRatio final +{ +public: + struct FTimespan A; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTimespan B; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TimespanRatio; + +// Function Engine.KismetMathLibrary.TimespanZeroValue +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_TimespanZeroValue final +{ +public: + struct FTimespan ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TimespanZeroValue; + +// Function Engine.KismetMathLibrary.TInterpTo +// 0x00A0 (0x00A0 - 0x0000) +struct KismetMathLibrary_TInterpTo final +{ +public: + struct FTransform Current; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform Target; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x0064(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_68[0x8]; // 0x0068(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0070(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TInterpTo; + +// Function Engine.KismetMathLibrary.TLerp +// 0x00A0 (0x00A0 - 0x0000) +struct KismetMathLibrary_TLerp final +{ +public: + struct FTransform A; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FTransform B; // 0x0030(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Alpha; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELerpInterpolationMode InterpMode; // 0x0064(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_65[0xB]; // 0x0065(0x000B)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0070(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TLerp; + +// Function Engine.KismetMathLibrary.Today +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Today final +{ +public: + struct FDateTime ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Today; + +// Function Engine.KismetMathLibrary.ToDirectionAndLength2D +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_ToDirectionAndLength2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D OutDir; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutLength; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ToDirectionAndLength2D; + +// Function Engine.KismetMathLibrary.ToRounded2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_ToRounded2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ToRounded2D; + +// Function Engine.KismetMathLibrary.ToSign2D +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_ToSign2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_ToSign2D; + +// Function Engine.KismetMathLibrary.Transform_Determinant +// 0x0040 (0x0040 - 0x0000) +struct KismetMathLibrary_Transform_Determinant final +{ +public: + struct FTransform Transform; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0xC]; // 0x0034(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Transform_Determinant; + +// Function Engine.KismetMathLibrary.TransformDirection +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_TransformDirection final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Direction; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TransformDirection; + +// Function Engine.KismetMathLibrary.TransformLocation +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_TransformLocation final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TransformLocation; + +// Function Engine.KismetMathLibrary.TransformRotation +// 0x0050 (0x0050 - 0x0000) +struct KismetMathLibrary_TransformRotation final +{ +public: + struct FTransform T; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x003C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TransformRotation; + +// Function Engine.KismetMathLibrary.TransformVector4 +// 0x0060 (0x0060 - 0x0000) +struct KismetMathLibrary_TransformVector4 final +{ +public: + struct FMatrix Matrix; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector4 Vec4; // 0x0040(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0050(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_TransformVector4; + +// Function Engine.KismetMathLibrary.UtcNow +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_UtcNow final +{ +public: + struct FDateTime ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_UtcNow; + +// Function Engine.KismetMathLibrary.VEase +// 0x0034 (0x0034 - 0x0000) +struct KismetMathLibrary_VEase final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEasingFunc EasingFunc; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendExp; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Steps; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0028(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VEase; + +// Function Engine.KismetMathLibrary.Vector2D_One +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Vector2D_One final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_One; + +// Function Engine.KismetMathLibrary.Vector2D_Unit45Deg +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Vector2D_Unit45Deg final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Unit45Deg; + +// Function Engine.KismetMathLibrary.Vector2D_Zero +// 0x0008 (0x0008 - 0x0000) +struct KismetMathLibrary_Vector2D_Zero final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Zero; + +// Function Engine.KismetMathLibrary.Vector2DInterpTo +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector2DInterpTo final +{ +public: + struct FVector2D Current; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Target; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo; + +// Function Engine.KismetMathLibrary.Vector2DInterpTo_Constant +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector2DInterpTo_Constant final +{ +public: + struct FVector2D Current; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Target; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo_Constant; + +// Function Engine.KismetMathLibrary.Vector4_Assign +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_Assign final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 InVector; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Assign; + +// Function Engine.KismetMathLibrary.Vector4_CrossProduct3 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector4_CrossProduct3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_CrossProduct3; + +// Function Engine.KismetMathLibrary.Vector4_DotProduct +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector4_DotProduct final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0xC]; // 0x0024(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct; + +// Function Engine.KismetMathLibrary.Vector4_DotProduct3 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector4_DotProduct3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 B; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0xC]; // 0x0024(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct3; + +// Function Engine.KismetMathLibrary.Vector4_IsNAN +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_IsNAN final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0xF]; // 0x0011(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNAN; + +// Function Engine.KismetMathLibrary.Vector4_IsNearlyZero3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_IsNearlyZero3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0xB]; // 0x0015(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNearlyZero3; + +// Function Engine.KismetMathLibrary.Vector4_IsNormal3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_IsNormal3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0xF]; // 0x0011(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNormal3; + +// Function Engine.KismetMathLibrary.Vector4_IsUnit3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_IsUnit3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SquaredLenthTolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0xB]; // 0x0015(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsUnit3; + +// Function Engine.KismetMathLibrary.Vector4_IsZero +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_IsZero final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0xF]; // 0x0011(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsZero; + +// Function Engine.KismetMathLibrary.Vector4_MirrorByVector3 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector4_MirrorByVector3 final +{ +public: + struct FVector4 Direction; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 SurfaceNormal; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_MirrorByVector3; + +// Function Engine.KismetMathLibrary.Vector4_Negated +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_Negated final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Negated; + +// Function Engine.KismetMathLibrary.Vector4_Normal3 +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector4_Normal3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normal3; + +// Function Engine.KismetMathLibrary.Vector4_Normalize3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_Normalize3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normalize3; + +// Function Engine.KismetMathLibrary.Vector4_NormalUnsafe3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_NormalUnsafe3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_NormalUnsafe3; + +// Function Engine.KismetMathLibrary.Vector4_Set +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_Set final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float W; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Set; + +// Function Engine.KismetMathLibrary.Vector4_Size +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_Size final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size; + +// Function Engine.KismetMathLibrary.Vector4_Size3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_Size3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size3; + +// Function Engine.KismetMathLibrary.Vector4_SizeSquared +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_SizeSquared final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared; + +// Function Engine.KismetMathLibrary.Vector4_SizeSquared3 +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector4_SizeSquared3 final +{ +public: + struct FVector4 A; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0xC]; // 0x0014(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared3; + +// Function Engine.KismetMathLibrary.Vector4_Zero +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector4_Zero final +{ +public: + struct FVector4 ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Zero; + +// Function Engine.KismetMathLibrary.Vector_AddBounded +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_AddBounded final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InAddVect; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InRadius; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_AddBounded; + +// Function Engine.KismetMathLibrary.Vector_Assign +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_Assign final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InVector; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Assign; + +// Function Engine.KismetMathLibrary.Vector_Backward +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Backward final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Backward; + +// Function Engine.KismetMathLibrary.Vector_BoundedToBox +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector_BoundedToBox final +{ +public: + struct FVector InVect; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InBoxMin; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InBoxMax; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0024(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToBox; + +// Function Engine.KismetMathLibrary.Vector_BoundedToCube +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_BoundedToCube final +{ +public: + struct FVector InVect; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InRadius; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToCube; + +// Function Engine.KismetMathLibrary.Vector_ClampSize2D +// 0x0020 (0x0020 - 0x0000) +struct KismetMathLibrary_Vector_ClampSize2D final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Min; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0014(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSize2D; + +// Function Engine.KismetMathLibrary.Vector_ClampSizeMax +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_ClampSizeMax final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax; + +// Function Engine.KismetMathLibrary.Vector_ClampSizeMax2D +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_ClampSizeMax2D final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax2D; + +// Function Engine.KismetMathLibrary.Vector_ComponentMax +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Vector_ComponentMax final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMax; + +// Function Engine.KismetMathLibrary.Vector_ComponentMin +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Vector_ComponentMin final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMin; + +// Function Engine.KismetMathLibrary.Vector_CosineAngle2D +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_CosineAngle2D final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_CosineAngle2D; + +// Function Engine.KismetMathLibrary.Vector_Distance +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_Distance final +{ +public: + struct FVector v1; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector v2; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance; + +// Function Engine.KismetMathLibrary.Vector_Distance2D +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_Distance2D final +{ +public: + struct FVector v1; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector v2; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2D; + +// Function Engine.KismetMathLibrary.Vector_Distance2DSquared +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_Distance2DSquared final +{ +public: + struct FVector v1; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector v2; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2DSquared; + +// Function Engine.KismetMathLibrary.Vector_DistanceSquared +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_DistanceSquared final +{ +public: + struct FVector v1; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector v2; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_DistanceSquared; + +// Function Engine.KismetMathLibrary.Vector_Down +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Down final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Down; + +// Function Engine.KismetMathLibrary.Vector_Forward +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Forward final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Forward; + +// Function Engine.KismetMathLibrary.Vector_GetAbs +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_GetAbs final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbs; + +// Function Engine.KismetMathLibrary.Vector_GetAbsMax +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_GetAbsMax final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMax; + +// Function Engine.KismetMathLibrary.Vector_GetAbsMin +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_GetAbsMin final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMin; + +// Function Engine.KismetMathLibrary.Vector_GetProjection +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_GetProjection final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetProjection; + +// Function Engine.KismetMathLibrary.Vector_GetSignVector +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_GetSignVector final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetSignVector; + +// Function Engine.KismetMathLibrary.Vector_HeadingAngle +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_HeadingAngle final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_HeadingAngle; + +// Function Engine.KismetMathLibrary.Vector_IsNAN +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_IsNAN final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNAN; + +// Function Engine.KismetMathLibrary.Vector_IsNearlyZero +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Vector_IsNearlyZero final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNearlyZero; + +// Function Engine.KismetMathLibrary.Vector_IsNormal +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_IsNormal final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNormal; + +// Function Engine.KismetMathLibrary.Vector_IsUniform +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Vector_IsUniform final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUniform; + +// Function Engine.KismetMathLibrary.Vector_IsUnit +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Vector_IsUnit final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SquaredLenthTolerance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUnit; + +// Function Engine.KismetMathLibrary.Vector_IsZero +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_IsZero final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsZero; + +// Function Engine.KismetMathLibrary.Vector_Left +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Left final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Left; + +// Function Engine.KismetMathLibrary.Vector_MirrorByPlane +// 0x0030 (0x0030 - 0x0000) +struct KismetMathLibrary_Vector_MirrorByPlane final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPlane InPlane; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_MirrorByPlane; + +// Function Engine.KismetMathLibrary.Vector_Normal2D +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_Normal2D final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normal2D; + +// Function Engine.KismetMathLibrary.Vector_Normalize +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Vector_Normalize final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tolerance; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normalize; + +// Function Engine.KismetMathLibrary.Vector_NormalUnsafe +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_NormalUnsafe final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_NormalUnsafe; + +// Function Engine.KismetMathLibrary.Vector_One +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_One final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_One; + +// Function Engine.KismetMathLibrary.Vector_ProjectOnToNormal +// 0x0024 (0x0024 - 0x0000) +struct KismetMathLibrary_Vector_ProjectOnToNormal final +{ +public: + struct FVector V; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InNormal; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ProjectOnToNormal; + +// Function Engine.KismetMathLibrary.Vector_Reciprocal +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_Reciprocal final +{ +public: + struct FVector A; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Reciprocal; + +// Function Engine.KismetMathLibrary.Vector_Right +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Right final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Right; + +// Function Engine.KismetMathLibrary.Vector_Set +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_Set final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float X; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Set; + +// Function Engine.KismetMathLibrary.Vector_SnappedToGrid +// 0x001C (0x001C - 0x0000) +struct KismetMathLibrary_Vector_SnappedToGrid final +{ +public: + struct FVector InVect; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InGridSize; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0010(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_SnappedToGrid; + +// Function Engine.KismetMathLibrary.Vector_ToDegrees +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_ToDegrees final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToDegrees; + +// Function Engine.KismetMathLibrary.Vector_ToRadians +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Vector_ToRadians final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToRadians; + +// Function Engine.KismetMathLibrary.Vector_UnitCartesianToSpherical +// 0x0014 (0x0014 - 0x0000) +struct KismetMathLibrary_Vector_UnitCartesianToSpherical final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ReturnValue; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnitCartesianToSpherical; + +// Function Engine.KismetMathLibrary.Vector_UnwindEuler +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_UnwindEuler final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnwindEuler; + +// Function Engine.KismetMathLibrary.Vector_Up +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Up final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Up; + +// Function Engine.KismetMathLibrary.Vector_Zero +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Vector_Zero final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Vector_Zero; + +// Function Engine.KismetMathLibrary.VectorSpringInterp +// 0x004C (0x004C - 0x0000) +struct KismetMathLibrary_VectorSpringInterp final +{ +public: + struct FVector Current; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Target; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVectorSpringState SpringState; // 0x0018(0x0018)(Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + float Stiffness; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CriticalDampingFactor; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Mass; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0040(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VectorSpringInterp; + +// Function Engine.KismetMathLibrary.VInterpTo +// 0x002C (0x002C - 0x0000) +struct KismetMathLibrary_VInterpTo final +{ +public: + struct FVector Current; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Target; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo; + +// Function Engine.KismetMathLibrary.VInterpTo_Constant +// 0x002C (0x002C - 0x0000) +struct KismetMathLibrary_VInterpTo_Constant final +{ +public: + struct FVector Current; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Target; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DeltaTime; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeed; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0020(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo_Constant; + +// Function Engine.KismetMathLibrary.VLerp +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_VLerp final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector B; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VLerp; + +// Function Engine.KismetMathLibrary.VSize +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_VSize final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VSize; + +// Function Engine.KismetMathLibrary.VSize2D +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_VSize2D final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VSize2D; + +// Function Engine.KismetMathLibrary.VSize2DSquared +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_VSize2DSquared final +{ +public: + struct FVector2D A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VSize2DSquared; + +// Function Engine.KismetMathLibrary.VSizeSquared +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_VSizeSquared final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VSizeSquared; + +// Function Engine.KismetMathLibrary.VSizeXY +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_VSizeXY final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VSizeXY; + +// Function Engine.KismetMathLibrary.VSizeXYSquared +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_VSizeXYSquared final +{ +public: + struct FVector A; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_VSizeXYSquared; + +// Function Engine.KismetMathLibrary.WeightedMovingAverage_Float +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_WeightedMovingAverage_Float final +{ +public: + float CurrentSample; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreviousSample; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Weight; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_Float; + +// Function Engine.KismetMathLibrary.WeightedMovingAverage_FRotator +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_WeightedMovingAverage_FRotator final +{ +public: + struct FRotator CurrentSample; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator PreviousSample; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Weight; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FRotator; + +// Function Engine.KismetMathLibrary.WeightedMovingAverage_FVector +// 0x0028 (0x0028 - 0x0000) +struct KismetMathLibrary_WeightedMovingAverage_FVector final +{ +public: + struct FVector CurrentSample; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PreviousSample; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Weight; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x001C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FVector; + +// Function Engine.KismetMathLibrary.Wrap +// 0x0010 (0x0010 - 0x0000) +struct KismetMathLibrary_Wrap final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Min; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Max; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Wrap; + +// Function Engine.KismetMathLibrary.Xor_Int64Int64 +// 0x0018 (0x0018 - 0x0000) +struct KismetMathLibrary_Xor_Int64Int64 final +{ +public: + int64 A; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 B; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int64 ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Xor_Int64Int64; + +// Function Engine.KismetMathLibrary.Xor_IntInt +// 0x000C (0x000C - 0x0000) +struct KismetMathLibrary_Xor_IntInt final +{ +public: + int32 A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetMathLibrary_Xor_IntInt; + +// Function Engine.KismetRenderingLibrary.BeginDrawCanvasToRenderTarget +// 0x0030 (0x0030 - 0x0000) +struct KismetRenderingLibrary_BeginDrawCanvasToRenderTarget final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCanvas* Canvas; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Size; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDrawToRenderTargetContext Context; // 0x0020(0x0010)(Parm, OutParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_BeginDrawCanvasToRenderTarget; + +// Function Engine.KismetRenderingLibrary.BreakSkinWeightInfo +// 0x005C (0x005C - 0x0000) +struct KismetRenderingLibrary_BreakSkinWeightInfo final +{ +public: + struct FSkelMeshSkinWeightInfo InWeight; // 0x0000(0x003C)(Parm, NoDestructor, NativeAccessSpecifierPublic) + int32 Bone0; // 0x003C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight0; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Bone1; // 0x0044(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight1; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Bone2; // 0x004C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight2; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Bone3; // 0x0054(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight3; // 0x0058(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_BreakSkinWeightInfo; + +// Function Engine.KismetRenderingLibrary.ClearRenderTarget2D +// 0x0020 (0x0020 - 0x0000) +struct KismetRenderingLibrary_ClearRenderTarget2D final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ClearColor; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ClearRenderTarget2D; + +// Function Engine.KismetRenderingLibrary.ConvertRenderTargetToTexture2DEditorOnly +// 0x0018 (0x0018 - 0x0000) +struct KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* RenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* Texture; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly; + +// Function Engine.KismetRenderingLibrary.CreateRenderTarget2D +// 0x0030 (0x0030 - 0x0000) +struct KismetRenderingLibrary_CreateRenderTarget2D final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Width; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureRenderTargetFormat Format; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor ClearColor; // 0x0014(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoGenerateMipMaps; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureRenderTarget2D* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2D; + +// Function Engine.KismetRenderingLibrary.CreateRenderTarget2DArray +// 0x0038 (0x0038 - 0x0000) +struct KismetRenderingLibrary_CreateRenderTarget2DArray final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Width; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Slices; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureRenderTargetFormat Format; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor ClearColor; // 0x0018(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoGenerateMipMaps; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureRenderTarget2DArray* ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2DArray; + +// Function Engine.KismetRenderingLibrary.CreateRenderTargetVolume +// 0x0038 (0x0038 - 0x0000) +struct KismetRenderingLibrary_CreateRenderTargetVolume final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Width; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Height; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Depth; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureRenderTargetFormat Format; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor ClearColor; // 0x0018(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoGenerateMipMaps; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UTextureRenderTargetVolume* ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTargetVolume; + +// Function Engine.KismetRenderingLibrary.DrawMaterialToRenderTarget +// 0x0018 (0x0018 - 0x0000) +struct KismetRenderingLibrary_DrawMaterialToRenderTarget final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_DrawMaterialToRenderTarget; + +// Function Engine.KismetRenderingLibrary.EndDrawCanvasToRenderTarget +// 0x0018 (0x0018 - 0x0000) +struct KismetRenderingLibrary_EndDrawCanvasToRenderTarget final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDrawToRenderTargetContext Context; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_EndDrawCanvasToRenderTarget; + +// Function Engine.KismetRenderingLibrary.ExportRenderTarget +// 0x0030 (0x0030 - 0x0000) +struct KismetRenderingLibrary_ExportRenderTarget final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FilePath; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Filename; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ExportRenderTarget; + +// Function Engine.KismetRenderingLibrary.ExportTexture2D +// 0x0030 (0x0030 - 0x0000) +struct KismetRenderingLibrary_ExportTexture2D final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* Texture; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString FilePath; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Filename; // 0x0020(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ExportTexture2D; + +// Function Engine.KismetRenderingLibrary.ImportBufferAsTexture2D +// 0x0020 (0x0020 - 0x0000) +struct KismetRenderingLibrary_ImportBufferAsTexture2D final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Buffer; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + class UTexture2D* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ImportBufferAsTexture2D; + +// Function Engine.KismetRenderingLibrary.ImportFileAsTexture2D +// 0x0020 (0x0020 - 0x0000) +struct KismetRenderingLibrary_ImportFileAsTexture2D final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Filename; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ImportFileAsTexture2D; + +// Function Engine.KismetRenderingLibrary.MakeSkinWeightInfo +// 0x005C (0x005C - 0x0000) +struct KismetRenderingLibrary_MakeSkinWeightInfo final +{ +public: + int32 Bone0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight0; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Bone1; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight1; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Bone2; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight2; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Bone3; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weight3; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSkelMeshSkinWeightInfo ReturnValue; // 0x0020(0x003C)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_MakeSkinWeightInfo; + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetPixel +// 0x0020 (0x0020 - 0x0000) +struct KismetRenderingLibrary_ReadRenderTargetPixel final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 X; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Y; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetPixel; + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetRawPixel +// 0x0028 (0x0028 - 0x0000) +struct KismetRenderingLibrary_ReadRenderTargetRawPixel final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 X; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Y; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawPixel; + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetRawUV +// 0x0028 (0x0028 - 0x0000) +struct KismetRenderingLibrary_ReadRenderTargetRawUV final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float U; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawUV; + +// Function Engine.KismetRenderingLibrary.ReadRenderTargetUV +// 0x0020 (0x0020 - 0x0000) +struct KismetRenderingLibrary_ReadRenderTargetUV final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float U; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetUV; + +// Function Engine.KismetRenderingLibrary.ReleaseRenderTarget2D +// 0x0008 (0x0008 - 0x0000) +struct KismetRenderingLibrary_ReleaseRenderTarget2D final +{ +public: + class UTextureRenderTarget2D* TextureRenderTarget; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_ReleaseRenderTarget2D; + +// Function Engine.KismetRenderingLibrary.RenderTargetCreateStaticTexture2DEditorOnly +// 0x0028 (0x0028 - 0x0000) +struct KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly final +{ +public: + class UTextureRenderTarget2D* RenderTarget; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Name_0; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureCompressionSettings CompressionSettings; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureMipGenSettings MipSettings; // 0x0019(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x6]; // 0x001A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UTexture2D* ReturnValue; // 0x0020(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly; + +// Function Engine.KismetRenderingLibrary.SetCastInsetShadowForAllAttachments +// 0x0010 (0x0010 - 0x0000) +struct KismetRenderingLibrary_SetCastInsetShadowForAllAttachments final +{ +public: + class UPrimitiveComponent* PrimitiveComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCastInsetShadow; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLightAttachmentsAsGroup; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetRenderingLibrary_SetCastInsetShadowForAllAttachments; + +// Function Engine.KismetTextLibrary.AsCurrency_Float +// 0x0040 (0x0040 - 0x0000) +struct KismetTextLibrary_AsCurrency_Float final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERoundingMode RoundingMode; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlwaysSign; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseGrouping; // 0x0006(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7[0x1]; // 0x0007(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinimumIntegralDigits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumIntegralDigits; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinimumFractionalDigits; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumFractionalDigits; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString CurrencyCode; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0028(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Float; + +// Function Engine.KismetTextLibrary.AsCurrency_Integer +// 0x0040 (0x0040 - 0x0000) +struct KismetTextLibrary_AsCurrency_Integer final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERoundingMode RoundingMode; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlwaysSign; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseGrouping; // 0x0006(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7[0x1]; // 0x0007(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinimumIntegralDigits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumIntegralDigits; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinimumFractionalDigits; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumFractionalDigits; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString CurrencyCode; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0028(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Integer; + +// Function Engine.KismetTextLibrary.AsCurrencyBase +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_AsCurrencyBase final +{ +public: + int32 BaseValue; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString CurrencyCode; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsCurrencyBase; + +// Function Engine.KismetTextLibrary.AsDate_DateTime +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_AsDate_DateTime final +{ +public: + struct FDateTime InDateTime; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsDate_DateTime; + +// Function Engine.KismetTextLibrary.AsDateTime_DateTime +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_AsDateTime_DateTime final +{ +public: + struct FDateTime In; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsDateTime_DateTime; + +// Function Engine.KismetTextLibrary.AsPercent_Float +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_AsPercent_Float final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERoundingMode RoundingMode; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlwaysSign; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseGrouping; // 0x0006(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7[0x1]; // 0x0007(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinimumIntegralDigits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumIntegralDigits; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinimumFractionalDigits; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumFractionalDigits; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsPercent_Float; + +// Function Engine.KismetTextLibrary.AsTime_DateTime +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_AsTime_DateTime final +{ +public: + struct FDateTime In; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsTime_DateTime; + +// Function Engine.KismetTextLibrary.AsTimespan_Timespan +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_AsTimespan_Timespan final +{ +public: + struct FTimespan InTimespan; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsTimespan_Timespan; + +// Function Engine.KismetTextLibrary.AsTimeZoneDate_DateTime +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_AsTimeZoneDate_DateTime final +{ +public: + struct FDateTime InDateTime; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InTimeZone; // 0x0008(0x0010)(Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDate_DateTime; + +// Function Engine.KismetTextLibrary.AsTimeZoneDateTime_DateTime +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_AsTimeZoneDateTime_DateTime final +{ +public: + struct FDateTime InDateTime; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InTimeZone; // 0x0008(0x0010)(Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDateTime_DateTime; + +// Function Engine.KismetTextLibrary.AsTimeZoneTime_DateTime +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_AsTimeZoneTime_DateTime final +{ +public: + struct FDateTime InDateTime; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString InTimeZone; // 0x0008(0x0010)(Parm, ZeroConstructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneTime_DateTime; + +// Function Engine.KismetTextLibrary.Conv_BoolToText +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_Conv_BoolToText final +{ +public: + bool InBool; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_BoolToText; + +// Function Engine.KismetTextLibrary.Conv_ByteToText +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_Conv_ByteToText final +{ +public: + uint8 Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_ByteToText; + +// Function Engine.KismetTextLibrary.Conv_ColorToText +// 0x0028 (0x0028 - 0x0000) +struct KismetTextLibrary_Conv_ColorToText final +{ +public: + struct FLinearColor InColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_ColorToText; + +// Function Engine.KismetTextLibrary.Conv_FloatToText +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_Conv_FloatToText final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERoundingMode RoundingMode; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlwaysSign; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseGrouping; // 0x0006(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7[0x1]; // 0x0007(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinimumIntegralDigits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumIntegralDigits; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinimumFractionalDigits; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumFractionalDigits; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_FloatToText; + +// Function Engine.KismetTextLibrary.Conv_Int64ToText +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_Conv_Int64ToText final +{ +public: + int64 Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlwaysSign; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseGrouping; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinimumIntegralDigits; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumIntegralDigits; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_Int64ToText; + +// Function Engine.KismetTextLibrary.Conv_IntToText +// 0x0028 (0x0028 - 0x0000) +struct KismetTextLibrary_Conv_IntToText final +{ +public: + int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAlwaysSign; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseGrouping; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinimumIntegralDigits; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaximumIntegralDigits; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_IntToText; + +// Function Engine.KismetTextLibrary.Conv_NameToText +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_Conv_NameToText final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_NameToText; + +// Function Engine.KismetTextLibrary.Conv_ObjectToText +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_Conv_ObjectToText final +{ +public: + class UObject* InObj; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_ObjectToText; + +// Function Engine.KismetTextLibrary.Conv_RotatorToText +// 0x0028 (0x0028 - 0x0000) +struct KismetTextLibrary_Conv_RotatorToText final +{ +public: + struct FRotator InRot; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_RotatorToText; + +// Function Engine.KismetTextLibrary.Conv_StringToText +// 0x0028 (0x0028 - 0x0000) +struct KismetTextLibrary_Conv_StringToText final +{ +public: + class FString inString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_StringToText; + +// Function Engine.KismetTextLibrary.Conv_TextToString +// 0x0028 (0x0028 - 0x0000) +struct KismetTextLibrary_Conv_TextToString final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_TextToString; + +// Function Engine.KismetTextLibrary.Conv_TransformToText +// 0x0050 (0x0050 - 0x0000) +struct KismetTextLibrary_Conv_TransformToText final +{ +public: + struct FTransform InTrans; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0030(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) + uint8 Pad_48[0x8]; // 0x0048(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_TransformToText; + +// Function Engine.KismetTextLibrary.Conv_Vector2dToText +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_Conv_Vector2dToText final +{ +public: + struct FVector2D InVec; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_Vector2dToText; + +// Function Engine.KismetTextLibrary.Conv_VectorToText +// 0x0028 (0x0028 - 0x0000) +struct KismetTextLibrary_Conv_VectorToText final +{ +public: + struct FVector InVec; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ReturnValue; // 0x0010(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Conv_VectorToText; + +// Function Engine.KismetTextLibrary.EqualEqual_IgnoreCase_TextText +// 0x0038 (0x0038 - 0x0000) +struct KismetTextLibrary_EqualEqual_IgnoreCase_TextText final +{ +public: + class FText A; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText B; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_IgnoreCase_TextText; + +// Function Engine.KismetTextLibrary.EqualEqual_TextText +// 0x0038 (0x0038 - 0x0000) +struct KismetTextLibrary_EqualEqual_TextText final +{ +public: + class FText A; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText B; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_TextText; + +// Function Engine.KismetTextLibrary.FindTextInLocalizationTable +// 0x0040 (0x0040 - 0x0000) +struct KismetTextLibrary_FindTextInLocalizationTable final +{ +public: + class FString Namespace; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText OutText; // 0x0020(0x0018)(Parm, OutParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_FindTextInLocalizationTable; + +// Function Engine.KismetTextLibrary.Format +// 0x0040 (0x0040 - 0x0000) +struct KismetTextLibrary_Format final +{ +public: + class FText InPattern; // 0x0000(0x0018)(Parm, NativeAccessSpecifierPublic) + TArray InArgs; // 0x0018(0x0010)(Parm, ZeroConstructor, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0028(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_Format; + +// Function Engine.KismetTextLibrary.GetEmptyText +// 0x0018 (0x0018 - 0x0000) +struct KismetTextLibrary_GetEmptyText final +{ +public: + class FText ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_GetEmptyText; + +// Function Engine.KismetTextLibrary.IsPolyglotDataValid +// 0x00D8 (0x00D8 - 0x0000) +struct KismetTextLibrary_IsPolyglotDataValid final +{ +public: + struct FPolyglotTextData PolyglotData; // 0x0000(0x00B8)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool IsValid; // 0x00B8(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B9[0x7]; // 0x00B9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ErrorMessage; // 0x00C0(0x0018)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_IsPolyglotDataValid; + +// Function Engine.KismetTextLibrary.NotEqual_IgnoreCase_TextText +// 0x0038 (0x0038 - 0x0000) +struct KismetTextLibrary_NotEqual_IgnoreCase_TextText final +{ +public: + class FText A; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText B; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_IgnoreCase_TextText; + +// Function Engine.KismetTextLibrary.NotEqual_TextText +// 0x0038 (0x0038 - 0x0000) +struct KismetTextLibrary_NotEqual_TextText final +{ +public: + class FText A; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText B; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_TextText; + +// Function Engine.KismetTextLibrary.PolyglotDataToText +// 0x00D0 (0x00D0 - 0x0000) +struct KismetTextLibrary_PolyglotDataToText final +{ +public: + struct FPolyglotTextData PolyglotData; // 0x0000(0x00B8)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x00B8(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_PolyglotDataToText; + +// Function Engine.KismetTextLibrary.StringTableIdAndKeyFromText +// 0x0038 (0x0038 - 0x0000) +struct KismetTextLibrary_StringTableIdAndKeyFromText final +{ +public: + class FText Text; // 0x0000(0x0018)(Parm, NativeAccessSpecifierPublic) + class FName OutTableId; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString OutKey; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_StringTableIdAndKeyFromText; + +// Function Engine.KismetTextLibrary.TextFromStringTable +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_TextFromStringTable final +{ +public: + class FName TableId; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Key; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextFromStringTable; + +// Function Engine.KismetTextLibrary.TextIsCultureInvariant +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_TextIsCultureInvariant final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextIsCultureInvariant; + +// Function Engine.KismetTextLibrary.TextIsEmpty +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_TextIsEmpty final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextIsEmpty; + +// Function Engine.KismetTextLibrary.TextIsFromStringTable +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_TextIsFromStringTable final +{ +public: + class FText Text; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextIsFromStringTable; + +// Function Engine.KismetTextLibrary.TextIsTransient +// 0x0020 (0x0020 - 0x0000) +struct KismetTextLibrary_TextIsTransient final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextIsTransient; + +// Function Engine.KismetTextLibrary.TextToLower +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_TextToLower final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextToLower; + +// Function Engine.KismetTextLibrary.TextToUpper +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_TextToUpper final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextToUpper; + +// Function Engine.KismetTextLibrary.TextTrimPreceding +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_TextTrimPreceding final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPreceding; + +// Function Engine.KismetTextLibrary.TextTrimPrecedingAndTrailing +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_TextTrimPrecedingAndTrailing final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPrecedingAndTrailing; + +// Function Engine.KismetTextLibrary.TextTrimTrailing +// 0x0030 (0x0030 - 0x0000) +struct KismetTextLibrary_TextTrimTrailing final +{ +public: + class FText InText; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) + class FText ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_KismetTextLibrary_TextTrimTrailing; + +// Function Engine.LevelScriptActor.RemoteEvent +// 0x000C (0x000C - 0x0000) +struct LevelScriptActor_RemoteEvent final +{ +public: + class FName EventName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_LevelScriptActor_RemoteEvent; + +// Function Engine.LevelScriptActor.SetCinematicMode +// 0x0005 (0x0005 - 0x0000) +struct LevelScriptActor_SetCinematicMode final +{ +public: + bool bCinematicMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHidePlayer; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsHUD; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsMovement; // 0x0003(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAffectsTurning; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelScriptActor_SetCinematicMode; + +// Function Engine.LevelScriptActor.WorldOriginLocationChanged +// 0x0018 (0x0018 - 0x0000) +struct LevelScriptActor_WorldOriginLocationChanged final +{ +public: + struct FIntVector OldOriginLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntVector NewOriginLocation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelScriptActor_WorldOriginLocationChanged; + +// Function Engine.LevelStreamingDynamic.LoadLevelInstance +// 0x0050 (0x0050 - 0x0000) +struct LevelStreamingDynamic_LoadLevelInstance final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LevelName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0018(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0024(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bOutSuccess; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString OptionalLevelNameOverride; // 0x0038(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULevelStreamingDynamic* ReturnValue; // 0x0048(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstance; + +// Function Engine.LevelStreamingDynamic.LoadLevelInstanceBySoftObjectPtr +// 0x0068 (0x0068 - 0x0000) +struct LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr final +{ +public: + class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Level; // 0x0008(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0030(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x003C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bOutSuccess; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString OptionalLevelNameOverride; // 0x0050(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULevelStreamingDynamic* ReturnValue; // 0x0060(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr; + +// Function Engine.LODSyncComponent.GetLODSyncDebugText +// 0x0010 (0x0010 - 0x0000) +struct LODSyncComponent_GetLODSyncDebugText final +{ +public: + class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_LODSyncComponent_GetLODSyncDebugText; + +// Function Engine.PointLight.SetLightFalloffExponent +// 0x0004 (0x0004 - 0x0000) +struct PointLight_SetLightFalloffExponent final +{ +public: + float NewLightFalloffExponent; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PointLight_SetLightFalloffExponent; + +// Function Engine.PointLight.SetRadius +// 0x0004 (0x0004 - 0x0000) +struct PointLight_SetRadius final +{ +public: + float NewRadius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PointLight_SetRadius; + +// Function Engine.SubsystemBlueprintLibrary.GetEngineSubsystem +// 0x0010 (0x0010 - 0x0000) +struct SubsystemBlueprintLibrary_GetEngineSubsystem final +{ +public: + TSubclassOf Class_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UEngineSubsystem* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetEngineSubsystem; + +// Function Engine.SubsystemBlueprintLibrary.GetGameInstanceSubsystem +// 0x0018 (0x0018 - 0x0000) +struct SubsystemBlueprintLibrary_GetGameInstanceSubsystem final +{ +public: + class UObject* ContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Class_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UGameInstanceSubsystem* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetGameInstanceSubsystem; + +// Function Engine.SubsystemBlueprintLibrary.GetLocalPlayerSubsystem +// 0x0018 (0x0018 - 0x0000) +struct SubsystemBlueprintLibrary_GetLocalPlayerSubsystem final +{ +public: + class UObject* ContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Class_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULocalPlayerSubsystem* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubsystem; + +// Function Engine.SubsystemBlueprintLibrary.GetLocalPlayerSubSystemFromPlayerController +// 0x0018 (0x0018 - 0x0000) +struct SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController final +{ +public: + class APlayerController* PlayerController; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Class_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class ULocalPlayerSubsystem* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController; + +// Function Engine.SubsystemBlueprintLibrary.GetWorldSubsystem +// 0x0018 (0x0018 - 0x0000) +struct SubsystemBlueprintLibrary_GetWorldSubsystem final +{ +public: + class UObject* ContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf Class_0; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UWorldSubsystem* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetWorldSubsystem; + +// Function Engine.PostProcessVolume.AddOrUpdateBlendable +// 0x0018 (0x0018 - 0x0000) +struct PostProcessVolume_AddOrUpdateBlendable final +{ +public: + TScriptInterface InBlendableObject; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + float InWeight; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PostProcessVolume_AddOrUpdateBlendable; + +// Function Engine.StereoLayerComponent.SetEquirectProps +// 0x0048 (0x0048 - 0x0000) +struct StereoLayerComponent_SetEquirectProps final +{ +public: + struct FEquirectProps InScaleBiases; // 0x0000(0x0048)(Parm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps; + +// Function Engine.StereoLayerComponent.SetLeftTexture +// 0x0008 (0x0008 - 0x0000) +struct StereoLayerComponent_SetLeftTexture final +{ +public: + class UTexture* InTexture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture; + +// Function Engine.StereoLayerComponent.SetPriority +// 0x0004 (0x0004 - 0x0000) +struct StereoLayerComponent_SetPriority final +{ +public: + int32 InPriority; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_SetPriority; + +// Function Engine.StereoLayerComponent.SetQuadSize +// 0x0008 (0x0008 - 0x0000) +struct StereoLayerComponent_SetQuadSize final +{ +public: + struct FVector2D InQuadSize; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize; + +// Function Engine.StereoLayerComponent.SetTexture +// 0x0008 (0x0008 - 0x0000) +struct StereoLayerComponent_SetTexture final +{ +public: + class UTexture* InTexture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_SetTexture; + +// Function Engine.StereoLayerComponent.SetUVRect +// 0x0014 (0x0014 - 0x0000) +struct StereoLayerComponent_SetUVRect final +{ +public: + struct FBox2D InUVRect; // 0x0000(0x0014)(Parm, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_SetUVRect; + +// Function Engine.StereoLayerComponent.GetLeftTexture +// 0x0008 (0x0008 - 0x0000) +struct StereoLayerComponent_GetLeftTexture final +{ +public: + class UTexture* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_GetLeftTexture; + +// Function Engine.StereoLayerComponent.GetPriority +// 0x0004 (0x0004 - 0x0000) +struct StereoLayerComponent_GetPriority final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_GetPriority; + +// Function Engine.StereoLayerComponent.GetQuadSize +// 0x0008 (0x0008 - 0x0000) +struct StereoLayerComponent_GetQuadSize final +{ +public: + struct FVector2D ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_GetQuadSize; + +// Function Engine.StereoLayerComponent.GetTexture +// 0x0008 (0x0008 - 0x0000) +struct StereoLayerComponent_GetTexture final +{ +public: + class UTexture* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_GetTexture; + +// Function Engine.StereoLayerComponent.GetUVRect +// 0x0014 (0x0014 - 0x0000) +struct StereoLayerComponent_GetUVRect final +{ +public: + struct FBox2D ReturnValue; // 0x0000(0x0014)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerComponent_GetUVRect; + +// Function Engine.MaterialInstanceDynamic.CopyInterpParameters +// 0x0008 (0x0008 - 0x0000) +struct MaterialInstanceDynamic_CopyInterpParameters final +{ +public: + class UMaterialInstance* Source; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyInterpParameters; + +// Function Engine.MaterialInstanceDynamic.CopyParameterOverrides +// 0x0008 (0x0008 - 0x0000) +struct MaterialInstanceDynamic_CopyParameterOverrides final +{ +public: + class UMaterialInstance* MaterialInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyParameterOverrides; + +// Function Engine.MaterialInstanceDynamic.K2_CopyMaterialInstanceParameters +// 0x0010 (0x0010 - 0x0000) +struct MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters final +{ +public: + class UMaterialInterface* Source; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bQuickParametersOnly; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters; + +// Function Engine.MaterialInstanceDynamic.K2_GetScalarParameterValue +// 0x000C (0x000C - 0x0000) +struct MaterialInstanceDynamic_K2_GetScalarParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValue; + +// Function Engine.MaterialInstanceDynamic.K2_GetScalarParameterValueByInfo +// 0x0014 (0x0014 - 0x0000) +struct MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo; + +// Function Engine.MaterialInstanceDynamic.K2_GetTextureParameterValue +// 0x0010 (0x0010 - 0x0000) +struct MaterialInstanceDynamic_K2_GetTextureParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValue; + +// Function Engine.MaterialInstanceDynamic.K2_GetTextureParameterValueByInfo +// 0x0018 (0x0018 - 0x0000) +struct MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo; + +// Function Engine.MaterialInstanceDynamic.K2_GetVectorParameterValue +// 0x0018 (0x0018 - 0x0000) +struct MaterialInstanceDynamic_K2_GetVectorParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValue; + +// Function Engine.MaterialInstanceDynamic.K2_GetVectorParameterValueByInfo +// 0x0020 (0x0020 - 0x0000) +struct MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo; + +// Function Engine.MaterialInstanceDynamic.K2_InterpolateMaterialInstanceParams +// 0x0018 (0x0018 - 0x0000) +struct MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams final +{ +public: + class UMaterialInstance* SourceA; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstance* SourceB; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams; + +// Function Engine.MaterialInstanceDynamic.SetScalarParameterValue +// 0x000C (0x000C - 0x0000) +struct MaterialInstanceDynamic_SetScalarParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValue; + +// Function Engine.MaterialInstanceDynamic.SetScalarParameterValueByInfo +// 0x0014 (0x0014 - 0x0000) +struct MaterialInstanceDynamic_SetScalarParameterValueByInfo final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValueByInfo; + +// Function Engine.MaterialInstanceDynamic.SetTextureParameterValue +// 0x0010 (0x0010 - 0x0000) +struct MaterialInstanceDynamic_SetTextureParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* Value; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureParameterValue; + +// Function Engine.MaterialInstanceDynamic.SetTextureParameterValueByInfo +// 0x0018 (0x0018 - 0x0000) +struct MaterialInstanceDynamic_SetTextureParameterValueByInfo final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* Value; // 0x0010(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureParameterValueByInfo; + +// Function Engine.MaterialInstanceDynamic.SetVectorParameterValue +// 0x0018 (0x0018 - 0x0000) +struct MaterialInstanceDynamic_SetVectorParameterValue final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Value; // 0x0008(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorParameterValue; + +// Function Engine.MaterialInstanceDynamic.SetVectorParameterValueByInfo +// 0x0020 (0x0020 - 0x0000) +struct MaterialInstanceDynamic_SetVectorParameterValueByInfo final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Value; // 0x0010(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorParameterValueByInfo; + +// Function Engine.MatineeActor.EnableGroupByName +// 0x0018 (0x0018 - 0x0000) +struct MatineeActor_EnableGroupByName final +{ +public: + class FString GroupName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnable; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MatineeActor_EnableGroupByName; + +// Function Engine.MatineeActor.SetLoopingState +// 0x0001 (0x0001 - 0x0000) +struct MatineeActor_SetLoopingState final +{ +public: + bool bNewLooping; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MatineeActor_SetLoopingState; + +// Function Engine.MatineeActor.SetPosition +// 0x0008 (0x0008 - 0x0000) +struct MatineeActor_SetPosition final +{ +public: + float NewPosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bJump; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MatineeActor_SetPosition; + +// Function Engine.MeshVertexPainterKismetLibrary.PaintVerticesLerpAlongAxis +// 0x0030 (0x0030 - 0x0000) +struct MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis final +{ +public: + class UStaticMeshComponent* StaticMeshComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor StartColor; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor EndColor; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVertexPaintAxis Axis; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bConvertToSRGB; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis; + +// Function Engine.MeshVertexPainterKismetLibrary.PaintVerticesSingleColor +// 0x0020 (0x0020 - 0x0000) +struct MeshVertexPainterKismetLibrary_PaintVerticesSingleColor final +{ +public: + class UStaticMeshComponent* StaticMeshComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FillColor; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bConvertToSRGB; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesSingleColor; + +// Function Engine.MeshVertexPainterKismetLibrary.RemovePaintedVertices +// 0x0008 (0x0008 - 0x0000) +struct MeshVertexPainterKismetLibrary_RemovePaintedVertices final +{ +public: + class UStaticMeshComponent* StaticMeshComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_RemovePaintedVertices; + +// Function Engine.NetPushModelHelpers.MarkPropertyDirty +// 0x0010 (0x0010 - 0x0000) +struct NetPushModelHelpers_MarkPropertyDirty final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirty; + +// Function Engine.NetPushModelHelpers.MarkPropertyDirtyFromRepIndex +// 0x0018 (0x0018 - 0x0000) +struct NetPushModelHelpers_MarkPropertyDirtyFromRepIndex final +{ +public: + class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RepIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PropertyName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirtyFromRepIndex; + +// Function Engine.PhysicsHandleComponent.GrabComponent +// 0x0020 (0x0020 - 0x0000) +struct PhysicsHandleComponent_GrabComponent final +{ +public: + class UPrimitiveComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InBoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector GrabLocation; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bConstrainRotation; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent; + +// Function Engine.PhysicsHandleComponent.GrabComponentAtLocation +// 0x0020 (0x0020 - 0x0000) +struct PhysicsHandleComponent_GrabComponentAtLocation final +{ +public: + class UPrimitiveComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InBoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector GrabLocation; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocation; + +// Function Engine.PhysicsHandleComponent.GrabComponentAtLocationWithRotation +// 0x0028 (0x0028 - 0x0000) +struct PhysicsHandleComponent_GrabComponentAtLocationWithRotation final +{ +public: + class UPrimitiveComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InBoneName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocationWithRotation; + +// Function Engine.PhysicsHandleComponent.SetAngularDamping +// 0x0004 (0x0004 - 0x0000) +struct PhysicsHandleComponent_SetAngularDamping final +{ +public: + float NewAngularDamping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularDamping; + +// Function Engine.PhysicsHandleComponent.SetAngularStiffness +// 0x0004 (0x0004 - 0x0000) +struct PhysicsHandleComponent_SetAngularStiffness final +{ +public: + float NewAngularStiffness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularStiffness; + +// Function Engine.PhysicsHandleComponent.SetInterpolationSpeed +// 0x0004 (0x0004 - 0x0000) +struct PhysicsHandleComponent_SetInterpolationSpeed final +{ +public: + float NewInterpolationSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetInterpolationSpeed; + +// Function Engine.PhysicsHandleComponent.SetLinearDamping +// 0x0004 (0x0004 - 0x0000) +struct PhysicsHandleComponent_SetLinearDamping final +{ +public: + float NewLinearDamping; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearDamping; + +// Function Engine.PhysicsHandleComponent.SetLinearStiffness +// 0x0004 (0x0004 - 0x0000) +struct PhysicsHandleComponent_SetLinearStiffness final +{ +public: + float NewLinearStiffness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearStiffness; + +// Function Engine.PhysicsHandleComponent.SetTargetLocation +// 0x000C (0x000C - 0x0000) +struct PhysicsHandleComponent_SetTargetLocation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocation; + +// Function Engine.PhysicsHandleComponent.SetTargetLocationAndRotation +// 0x0018 (0x0018 - 0x0000) +struct PhysicsHandleComponent_SetTargetLocationAndRotation final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocationAndRotation; + +// Function Engine.PhysicsHandleComponent.SetTargetRotation +// 0x000C (0x000C - 0x0000) +struct PhysicsHandleComponent_SetTargetRotation final +{ +public: + struct FRotator NewRotation; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetRotation; + +// Function Engine.PhysicsHandleComponent.GetGrabbedComponent +// 0x0008 (0x0008 - 0x0000) +struct PhysicsHandleComponent_GetGrabbedComponent final +{ +public: + class UPrimitiveComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_GetGrabbedComponent; + +// Function Engine.PhysicsHandleComponent.GetTargetLocationAndRotation +// 0x0018 (0x0018 - 0x0000) +struct PhysicsHandleComponent_GetTargetLocationAndRotation final +{ +public: + struct FVector TargetLocation; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator TargetRotation; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsHandleComponent_GetTargetLocationAndRotation; + +// Function Engine.ParticleSystem.ContainsEmitterType +// 0x0010 (0x0010 - 0x0000) +struct ParticleSystem_ContainsEmitterType final +{ +public: + class UClass* TypeData; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystem_ContainsEmitterType; + +// Function Engine.PoseableMeshComponent.CopyPoseFromSkeletalComponent +// 0x0008 (0x0008 - 0x0000) +struct PoseableMeshComponent_CopyPoseFromSkeletalComponent final +{ +public: + class USkeletalMeshComponent* InComponentToCopy; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_CopyPoseFromSkeletalComponent; + +// Function Engine.PoseableMeshComponent.GetBoneLocationByName +// 0x0018 (0x0018 - 0x0000) +struct PoseableMeshComponent_GetBoneLocationByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneLocationByName; + +// Function Engine.PoseableMeshComponent.GetBoneRotationByName +// 0x0018 (0x0018 - 0x0000) +struct PoseableMeshComponent_GetBoneRotationByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneRotationByName; + +// Function Engine.PoseableMeshComponent.GetBoneScaleByName +// 0x0018 (0x0018 - 0x0000) +struct PoseableMeshComponent_GetBoneScaleByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneScaleByName; + +// Function Engine.PoseableMeshComponent.GetBoneTransformByName +// 0x0040 (0x0040 - 0x0000) +struct PoseableMeshComponent_GetBoneTransformByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneTransformByName; + +// Function Engine.PoseableMeshComponent.ResetBoneTransformByName +// 0x0008 (0x0008 - 0x0000) +struct PoseableMeshComponent_ResetBoneTransformByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_ResetBoneTransformByName; + +// Function Engine.PoseableMeshComponent.SetBoneLocationByName +// 0x0018 (0x0018 - 0x0000) +struct PoseableMeshComponent_SetBoneLocationByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InLocation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneLocationByName; + +// Function Engine.PoseableMeshComponent.SetBoneRotationByName +// 0x0018 (0x0018 - 0x0000) +struct PoseableMeshComponent_SetBoneRotationByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator InRotation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneRotationByName; + +// Function Engine.PoseableMeshComponent.SetBoneScaleByName +// 0x0018 (0x0018 - 0x0000) +struct PoseableMeshComponent_SetBoneScaleByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InScale3D; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneScaleByName; + +// Function Engine.PoseableMeshComponent.SetBoneTransformByName +// 0x0050 (0x0050 - 0x0000) +struct PoseableMeshComponent_SetBoneTransformByName final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform InTransform; // 0x0010(0x0030)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + EBoneSpaces BoneSpace; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0xF]; // 0x0041(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneTransformByName; + +// Function Engine.RuntimeVirtualTexture.GetPageTableSize +// 0x0004 (0x0004 - 0x0000) +struct RuntimeVirtualTexture_GetPageTableSize final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RuntimeVirtualTexture_GetPageTableSize; + +// Function Engine.RuntimeVirtualTexture.GetSize +// 0x0004 (0x0004 - 0x0000) +struct RuntimeVirtualTexture_GetSize final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RuntimeVirtualTexture_GetSize; + +// Function Engine.RuntimeVirtualTexture.GetTileBorderSize +// 0x0004 (0x0004 - 0x0000) +struct RuntimeVirtualTexture_GetTileBorderSize final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileBorderSize; + +// Function Engine.RuntimeVirtualTexture.GetTileCount +// 0x0004 (0x0004 - 0x0000) +struct RuntimeVirtualTexture_GetTileCount final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileCount; + +// Function Engine.RuntimeVirtualTexture.GetTileSize +// 0x0004 (0x0004 - 0x0000) +struct RuntimeVirtualTexture_GetTileSize final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileSize; + +// Function Engine.PlatformInterfaceWebResponse.GetHeader +// 0x0028 (0x0028 - 0x0000) +struct PlatformInterfaceWebResponse_GetHeader final +{ +public: + int32 HeaderIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Header; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Value; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeader; + +// Function Engine.PlatformInterfaceWebResponse.GetHeaderValue +// 0x0020 (0x0020 - 0x0000) +struct PlatformInterfaceWebResponse_GetHeaderValue final +{ +public: + class FString HeaderName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeaderValue; + +// Function Engine.PlatformInterfaceWebResponse.GetNumHeaders +// 0x0004 (0x0004 - 0x0000) +struct PlatformInterfaceWebResponse_GetNumHeaders final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetNumHeaders; + +// Function Engine.SceneCaptureCube.OnInterpToggle +// 0x0001 (0x0001 - 0x0000) +struct SceneCaptureCube_OnInterpToggle final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCaptureCube_OnInterpToggle; + +// Function Engine.ParticleSystemComponent.BeginTrails +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_BeginTrails final +{ +public: + class FName InFirstSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSecondSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETrailWidthMode InWidthMode; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InWidth; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails; + +// Function Engine.ParticleSystemComponent.CreateNamedDynamicMaterialInstance +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_CreateNamedDynamicMaterialInstance final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* SourceMaterial; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInstanceDynamic* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_CreateNamedDynamicMaterialInstance; + +// Function Engine.ParticleSystemComponent.GenerateParticleEvent +// 0x0030 (0x0030 - 0x0000) +struct ParticleSystemComponent_GenerateParticleEvent final +{ +public: + class FName InEventName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InEmitterTime; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InLocation; // 0x000C(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InDirection; // 0x0018(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InVelocity; // 0x0024(0x000C)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent; + +// Function Engine.ParticleSystemComponent.SetAutoAttachParams +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_SetAutoAttachParams final +{ +public: + class USceneComponent* Parent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttachLocation LocationType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetAutoAttachParams; + +// Function Engine.ParticleSystemComponent.SetBeamEndPoint +// 0x0010 (0x0010 - 0x0000) +struct ParticleSystemComponent_SetBeamEndPoint final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewEndPoint; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamEndPoint; + +// Function Engine.ParticleSystemComponent.SetBeamSourcePoint +// 0x0014 (0x0014 - 0x0000) +struct ParticleSystemComponent_SetBeamSourcePoint final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewSourcePoint; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint; + +// Function Engine.ParticleSystemComponent.SetBeamSourceStrength +// 0x000C (0x000C - 0x0000) +struct ParticleSystemComponent_SetBeamSourceStrength final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NewSourceStrength; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceStrength; + +// Function Engine.ParticleSystemComponent.SetBeamSourceTangent +// 0x0014 (0x0014 - 0x0000) +struct ParticleSystemComponent_SetBeamSourceTangent final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewTangentPoint; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceTangent; + +// Function Engine.ParticleSystemComponent.SetBeamTargetPoint +// 0x0014 (0x0014 - 0x0000) +struct ParticleSystemComponent_SetBeamTargetPoint final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewTargetPoint; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint; + +// Function Engine.ParticleSystemComponent.SetBeamTargetStrength +// 0x000C (0x000C - 0x0000) +struct ParticleSystemComponent_SetBeamTargetStrength final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NewTargetStrength; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetStrength; + +// Function Engine.ParticleSystemComponent.SetBeamTargetTangent +// 0x0014 (0x0014 - 0x0000) +struct ParticleSystemComponent_SetBeamTargetTangent final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector NewTangentPoint; // 0x0004(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetTangent; + +// Function Engine.ParticleSystemComponent.SetMaterialParameter +// 0x0010 (0x0010 - 0x0000) +struct ParticleSystemComponent_SetMaterialParameter final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Param; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetMaterialParameter; + +// Function Engine.ParticleSystemComponent.SetTemplate +// 0x0008 (0x0008 - 0x0000) +struct ParticleSystemComponent_SetTemplate final +{ +public: + class UParticleSystem* NewTemplate; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetTemplate; + +// Function Engine.ParticleSystemComponent.SetTrailSourceData +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_SetTrailSourceData final +{ +public: + class FName InFirstSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InSecondSocketName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETrailWidthMode InWidthMode; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float InWidth; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_SetTrailSourceData; + +// Function Engine.ParticleSystemComponent.GetBeamEndPoint +// 0x0014 (0x0014 - 0x0000) +struct ParticleSystemComponent_GetBeamEndPoint final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutEndPoint; // 0x0004(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamEndPoint; + +// Function Engine.ParticleSystemComponent.GetBeamSourcePoint +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_GetBeamSourcePoint final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutSourcePoint; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint; + +// Function Engine.ParticleSystemComponent.GetBeamSourceStrength +// 0x0010 (0x0010 - 0x0000) +struct ParticleSystemComponent_GetBeamSourceStrength final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutSourceStrength; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceStrength; + +// Function Engine.ParticleSystemComponent.GetBeamSourceTangent +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_GetBeamSourceTangent final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutTangentPoint; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceTangent; + +// Function Engine.ParticleSystemComponent.GetBeamTargetPoint +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_GetBeamTargetPoint final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutTargetPoint; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint; + +// Function Engine.ParticleSystemComponent.GetBeamTargetStrength +// 0x0010 (0x0010 - 0x0000) +struct ParticleSystemComponent_GetBeamTargetStrength final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OutTargetStrength; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetStrength; + +// Function Engine.ParticleSystemComponent.GetBeamTargetTangent +// 0x0018 (0x0018 - 0x0000) +struct ParticleSystemComponent_GetBeamTargetTangent final +{ +public: + int32 EmitterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OutTangentPoint; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetTangent; + +// Function Engine.ParticleSystemComponent.GetNamedMaterial +// 0x0010 (0x0010 - 0x0000) +struct ParticleSystemComponent_GetNamedMaterial final +{ +public: + class FName InName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetNamedMaterial; + +// Function Engine.ParticleSystemComponent.GetNumActiveParticles +// 0x0004 (0x0004 - 0x0000) +struct ParticleSystemComponent_GetNumActiveParticles final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ParticleSystemComponent_GetNumActiveParticles; + +// Function Engine.PhysicalAnimationComponent.ApplyPhysicalAnimationProfileBelow +// 0x0014 (0x0014 - 0x0000) +struct PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow final +{ +public: + class FName BodyName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClearNotFound; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow; + +// Function Engine.PhysicalAnimationComponent.ApplyPhysicalAnimationSettings +// 0x002C (0x002C - 0x0000) +struct PhysicalAnimationComponent_ApplyPhysicalAnimationSettings final +{ +public: + class FName BodyName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPhysicalAnimationData PhysicalAnimationData; // 0x0008(0x0024)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettings; + +// Function Engine.PhysicalAnimationComponent.ApplyPhysicalAnimationSettingsBelow +// 0x0030 (0x0030 - 0x0000) +struct PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow final +{ +public: + class FName BodyName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPhysicalAnimationData PhysicalAnimationData; // 0x0008(0x0024)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + bool bIncludeSelf; // 0x002C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow; + +// Function Engine.PhysicalAnimationComponent.SetSkeletalMeshComponent +// 0x0008 (0x0008 - 0x0000) +struct PhysicalAnimationComponent_SetSkeletalMeshComponent final +{ +public: + class USkeletalMeshComponent* InSkeletalMeshComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicalAnimationComponent_SetSkeletalMeshComponent; + +// Function Engine.PhysicalAnimationComponent.SetStrengthMultiplyer +// 0x0004 (0x0004 - 0x0000) +struct PhysicalAnimationComponent_SetStrengthMultiplyer final +{ +public: + float InStrengthMultiplyer; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicalAnimationComponent_SetStrengthMultiplyer; + +// Function Engine.PhysicalAnimationComponent.GetBodyTargetTransform +// 0x0040 (0x0040 - 0x0000) +struct PhysicalAnimationComponent_GetBodyTargetTransform final +{ +public: + class FName BodyName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ReturnValue; // 0x0010(0x0030)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicalAnimationComponent_GetBodyTargetTransform; + +// Function Engine.PhysicsSpringComponent.GetNormalizedCompressionScalar +// 0x0004 (0x0004 - 0x0000) +struct PhysicsSpringComponent_GetNormalizedCompressionScalar final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsSpringComponent_GetNormalizedCompressionScalar; + +// Function Engine.PhysicsSpringComponent.GetSpringCurrentEndPoint +// 0x000C (0x000C - 0x0000) +struct PhysicsSpringComponent_GetSpringCurrentEndPoint final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringCurrentEndPoint; + +// Function Engine.PhysicsSpringComponent.GetSpringDirection +// 0x000C (0x000C - 0x0000) +struct PhysicsSpringComponent_GetSpringDirection final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringDirection; + +// Function Engine.PhysicsSpringComponent.GetSpringRestingPoint +// 0x000C (0x000C - 0x0000) +struct PhysicsSpringComponent_GetSpringRestingPoint final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringRestingPoint; + +// Function Engine.PlanarReflection.OnInterpToggle +// 0x0001 (0x0001 - 0x0000) +struct PlanarReflection_OnInterpToggle final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle; + +// Function Engine.PlayerInput.InvertAxis +// 0x0008 (0x0008 - 0x0000) +struct PlayerInput_InvertAxis final +{ +public: + class FName AxisName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerInput_InvertAxis; + +// Function Engine.PlayerInput.InvertAxisKey +// 0x0018 (0x0018 - 0x0000) +struct PlayerInput_InvertAxisKey final +{ +public: + struct FKey AxisKey; // 0x0000(0x0018)(ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerInput_InvertAxisKey; + +// Function Engine.PlayerInput.SetBind +// 0x0018 (0x0018 - 0x0000) +struct PlayerInput_SetBind final +{ +public: + class FName BindName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Command; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerInput_SetBind; + +// Function Engine.PlayerInput.SetMouseSensitivity +// 0x0004 (0x0004 - 0x0000) +struct PlayerInput_SetMouseSensitivity final +{ +public: + float Sensitivity; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_PlayerInput_SetMouseSensitivity; + +// Function Engine.ProjectileMovementComponent.MoveInterpolationTarget +// 0x0018 (0x0018 - 0x0000) +struct ProjectileMovementComponent_MoveInterpolationTarget final +{ +public: + struct FVector NewLocation; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator NewRotation; // 0x000C(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_MoveInterpolationTarget; + +// Function Engine.ProjectileMovementComponent.SetInterpolatedComponent +// 0x0008 (0x0008 - 0x0000) +struct ProjectileMovementComponent_SetInterpolatedComponent final +{ +public: + class USceneComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_SetInterpolatedComponent; + +// Function Engine.ProjectileMovementComponent.SetVelocityInLocalSpace +// 0x000C (0x000C - 0x0000) +struct ProjectileMovementComponent_SetVelocityInLocalSpace final +{ +public: + struct FVector NewVelocity; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_SetVelocityInLocalSpace; + +// Function Engine.ProjectileMovementComponent.StopSimulating +// 0x0088 (0x0088 - 0x0000) +struct ProjectileMovementComponent_StopSimulating final +{ +public: + struct FHitResult HitResult; // 0x0000(0x0088)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_StopSimulating; + +// Function Engine.ProjectileMovementComponent.IsInterpolationComplete +// 0x0001 (0x0001 - 0x0000) +struct ProjectileMovementComponent_IsInterpolationComplete final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_IsInterpolationComplete; + +// Function Engine.ProjectileMovementComponent.IsVelocityUnderSimulationThreshold +// 0x0001 (0x0001 - 0x0000) +struct ProjectileMovementComponent_IsVelocityUnderSimulationThreshold final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_IsVelocityUnderSimulationThreshold; + +// Function Engine.ProjectileMovementComponent.LimitVelocity +// 0x0018 (0x0018 - 0x0000) +struct ProjectileMovementComponent_LimitVelocity final +{ +public: + struct FVector NewVelocity; // 0x0000(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x000C(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ProjectileMovementComponent_LimitVelocity; + +// Function Engine.SceneCapture2D.OnInterpToggle +// 0x0001 (0x0001 - 0x0000) +struct SceneCapture2D_OnInterpToggle final +{ +public: + bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCapture2D_OnInterpToggle; + +// Function Engine.SceneCaptureComponent2D.AddOrUpdateBlendable +// 0x0018 (0x0018 - 0x0000) +struct SceneCaptureComponent2D_AddOrUpdateBlendable final +{ +public: + TScriptInterface InBlendableObject; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) + float InWeight; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SceneCaptureComponent2D_AddOrUpdateBlendable; + +// Function Engine.SceneCaptureComponent2D.RemoveBlendable +// 0x0010 (0x0010 - 0x0000) +struct SceneCaptureComponent2D_RemoveBlendable final +{ +public: + TScriptInterface InBlendableObject; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SceneCaptureComponent2D_RemoveBlendable; + +// Function Engine.SkeletalMeshSocket.InitializeSocketFromLocation +// 0x0020 (0x0020 - 0x0000) +struct SkeletalMeshSocket_InitializeSocketFromLocation final +{ +public: + const class USkeletalMeshComponent* SkelComp; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldLocation; // 0x0008(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector WorldNormal; // 0x0014(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkeletalMeshSocket_InitializeSocketFromLocation; + +// Function Engine.SkeletalMeshSocket.GetSocketLocation +// 0x0018 (0x0018 - 0x0000) +struct SkeletalMeshSocket_GetSocketLocation final +{ +public: + const class USkeletalMeshComponent* SkelComp; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ReturnValue; // 0x0008(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkeletalMeshSocket_GetSocketLocation; + +// Function Engine.SkyLightComponent.SetCubemap +// 0x0008 (0x0008 - 0x0000) +struct SkyLightComponent_SetCubemap final +{ +public: + class UTextureCube* NewCubemap; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetCubemap; + +// Function Engine.SkyLightComponent.SetCubemapBlend +// 0x0018 (0x0018 - 0x0000) +struct SkyLightComponent_SetCubemapBlend final +{ +public: + class UTextureCube* SourceCubemap; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureCube* DestinationCubemap; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InBlendFraction; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetCubemapBlend; + +// Function Engine.SkyLightComponent.SetIndirectLightingIntensity +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetIndirectLightingIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetIndirectLightingIntensity; + +// Function Engine.SkyLightComponent.SetIntensity +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetIntensity; + +// Function Engine.SkyLightComponent.SetLightColor +// 0x0010 (0x0010 - 0x0000) +struct SkyLightComponent_SetLightColor final +{ +public: + struct FLinearColor NewLightColor; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetLightColor; + +// Function Engine.SkyLightComponent.SetLowerHemisphereColor +// 0x0010 (0x0010 - 0x0000) +struct SkyLightComponent_SetLowerHemisphereColor final +{ +public: + struct FLinearColor InLowerHemisphereColor; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetLowerHemisphereColor; + +// Function Engine.SkyLightComponent.SetMinOcclusion +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetMinOcclusion final +{ +public: + float InMinOcclusion; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetMinOcclusion; + +// Function Engine.SkyLightComponent.SetOcclusionContrast +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetOcclusionContrast final +{ +public: + float InOcclusionContrast; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionContrast; + +// Function Engine.SkyLightComponent.SetOcclusionExponent +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetOcclusionExponent final +{ +public: + float InOcclusionExponent; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionExponent; + +// Function Engine.SkyLightComponent.SetOcclusionTint +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetOcclusionTint final +{ +public: + struct FColor InTint; // 0x0000(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionTint; + +// Function Engine.SkyLightComponent.SetVolumetricScatteringIntensity +// 0x0004 (0x0004 - 0x0000) +struct SkyLightComponent_SetVolumetricScatteringIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity; + +// Function Engine.StaticMesh.CreateStaticMeshDescription +// 0x0010 (0x0010 - 0x0000) +struct StaticMesh_CreateStaticMeshDescription final +{ +public: + class UObject* Outer_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UStaticMeshDescription* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_CreateStaticMeshDescription; + +// Function Engine.StaticMesh.AddMaterial +// 0x0010 (0x0010 - 0x0000) +struct StaticMesh_AddMaterial final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_AddMaterial; + +// Function Engine.StaticMesh.AddSocket +// 0x0008 (0x0008 - 0x0000) +struct StaticMesh_AddSocket final +{ +public: + class UStaticMeshSocket* Socket; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_AddSocket; + +// Function Engine.StaticMesh.BuildFromStaticMeshDescriptions +// 0x0018 (0x0018 - 0x0000) +struct StaticMesh_BuildFromStaticMeshDescriptions final +{ +public: + TArray StaticMeshDescriptions; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) + bool bBuildSimpleCollision; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_StaticMesh_BuildFromStaticMeshDescriptions; + +// Function Engine.StaticMesh.RemoveSocket +// 0x0008 (0x0008 - 0x0000) +struct StaticMesh_RemoveSocket final +{ +public: + class UStaticMeshSocket* Socket; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_RemoveSocket; + +// Function Engine.StaticMesh.SetStaticMaterials +// 0x0010 (0x0010 - 0x0000) +struct StaticMesh_SetStaticMaterials final +{ +public: + TArray InStaticMaterials; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_SetStaticMaterials; + +// Function Engine.StaticMesh.FindSocket +// 0x0010 (0x0010 - 0x0000) +struct StaticMesh_FindSocket final +{ +public: + class FName InSocketName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UStaticMeshSocket* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_FindSocket; + +// Function Engine.StaticMesh.GetBoundingBox +// 0x001C (0x001C - 0x0000) +struct StaticMesh_GetBoundingBox final +{ +public: + struct FBox ReturnValue; // 0x0000(0x001C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetBoundingBox; + +// Function Engine.StaticMesh.GetBounds +// 0x001C (0x001C - 0x0000) +struct StaticMesh_GetBounds final +{ +public: + struct FBoxSphereBounds ReturnValue; // 0x0000(0x001C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetBounds; + +// Function Engine.StaticMesh.GetMaterial +// 0x0010 (0x0010 - 0x0000) +struct StaticMesh_GetMaterial final +{ +public: + int32 MaterialIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UMaterialInterface* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetMaterial; + +// Function Engine.StaticMesh.GetMaterialIndex +// 0x000C (0x000C - 0x0000) +struct StaticMesh_GetMaterialIndex final +{ +public: + class FName MaterialSlotName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetMaterialIndex; + +// Function Engine.StaticMesh.GetMinimumLODForPlatform +// 0x000C (0x000C - 0x0000) +struct StaticMesh_GetMinimumLODForPlatform final +{ +public: + class FName PlatformName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatform; + +// Function Engine.StaticMesh.GetMinimumLODForPlatforms +// 0x0050 (0x0050 - 0x0000) +struct StaticMesh_GetMinimumLODForPlatforms final +{ +public: + TMap PlatformMinimumLODs; // 0x0000(0x0050)(Parm, OutParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatforms; + +// Function Engine.StaticMesh.GetNumLODs +// 0x0004 (0x0004 - 0x0000) +struct StaticMesh_GetNumLODs final +{ +public: + int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetNumLODs; + +// Function Engine.StaticMesh.GetNumSections +// 0x0008 (0x0008 - 0x0000) +struct StaticMesh_GetNumSections final +{ +public: + int32 InLOD; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetNumSections; + +// Function Engine.StaticMesh.GetStaticMaterials +// 0x0010 (0x0010 - 0x0000) +struct StaticMesh_GetStaticMaterials final +{ +public: + TArray ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StaticMesh_GetStaticMaterials; + +// Function Engine.StereoLayerShapeCylinder.SetHeight +// 0x0004 (0x0004 - 0x0000) +struct StereoLayerShapeCylinder_SetHeight final +{ +public: + int32 InHeight; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetHeight; + +// Function Engine.StereoLayerShapeCylinder.SetOverlayArc +// 0x0004 (0x0004 - 0x0000) +struct StereoLayerShapeCylinder_SetOverlayArc final +{ +public: + float InOverlayArc; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetOverlayArc; + +// Function Engine.StereoLayerShapeCylinder.SetRadius +// 0x0004 (0x0004 - 0x0000) +struct StereoLayerShapeCylinder_SetRadius final +{ +public: + float InRadius; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetRadius; + +// Function Engine.StereoLayerFunctionLibrary.EnableAutoLoadingSplashScreen +// 0x0001 (0x0001 - 0x0000) +struct StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen final +{ +public: + bool InAutoShowEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen; + +// Function Engine.StereoLayerFunctionLibrary.SetSplashScreen +// 0x0020 (0x0020 - 0x0000) +struct StereoLayerFunctionLibrary_SetSplashScreen final +{ +public: + class UTexture* Texture; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Scale; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Offset; // 0x0010(0x000C)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowLoadingMovie; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bShowOnSet; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_StereoLayerFunctionLibrary_SetSplashScreen; + +// Function Engine.TextRenderComponent.K2_SetText +// 0x0018 (0x0018 - 0x0000) +struct TextRenderComponent_K2_SetText final +{ +public: + class FText Value; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_K2_SetText; + +// Function Engine.TextRenderComponent.SetFont +// 0x0008 (0x0008 - 0x0000) +struct TextRenderComponent_SetFont final +{ +public: + class UFont* Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetFont; + +// Function Engine.TextRenderComponent.SetHorizontalAlignment +// 0x0001 (0x0001 - 0x0000) +struct TextRenderComponent_SetHorizontalAlignment final +{ +public: + EHorizTextAligment Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetHorizontalAlignment; + +// Function Engine.TextRenderComponent.SetHorizSpacingAdjust +// 0x0004 (0x0004 - 0x0000) +struct TextRenderComponent_SetHorizSpacingAdjust final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetHorizSpacingAdjust; + +// Function Engine.TextRenderComponent.SetText +// 0x0010 (0x0010 - 0x0000) +struct TextRenderComponent_SetText final +{ +public: + class FString Value; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetText; + +// Function Engine.TextRenderComponent.SetTextMaterial +// 0x0008 (0x0008 - 0x0000) +struct TextRenderComponent_SetTextMaterial final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetTextMaterial; + +// Function Engine.TextRenderComponent.SetTextRenderColor +// 0x0004 (0x0004 - 0x0000) +struct TextRenderComponent_SetTextRenderColor final +{ +public: + struct FColor Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetTextRenderColor; + +// Function Engine.TextRenderComponent.SetVerticalAlignment +// 0x0001 (0x0001 - 0x0000) +struct TextRenderComponent_SetVerticalAlignment final +{ +public: + EVerticalTextAligment Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetVerticalAlignment; + +// Function Engine.TextRenderComponent.SetVertSpacingAdjust +// 0x0004 (0x0004 - 0x0000) +struct TextRenderComponent_SetVertSpacingAdjust final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetVertSpacingAdjust; + +// Function Engine.TextRenderComponent.SetWorldSize +// 0x0004 (0x0004 - 0x0000) +struct TextRenderComponent_SetWorldSize final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetWorldSize; + +// Function Engine.TextRenderComponent.SetXScale +// 0x0004 (0x0004 - 0x0000) +struct TextRenderComponent_SetXScale final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetXScale; + +// Function Engine.TextRenderComponent.SetYScale +// 0x0004 (0x0004 - 0x0000) +struct TextRenderComponent_SetYScale final +{ +public: + float Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_SetYScale; + +// Function Engine.TextRenderComponent.GetTextLocalSize +// 0x000C (0x000C - 0x0000) +struct TextRenderComponent_GetTextLocalSize final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_GetTextLocalSize; + +// Function Engine.TextRenderComponent.GetTextWorldSize +// 0x000C (0x000C - 0x0000) +struct TextRenderComponent_GetTextWorldSize final +{ +public: + struct FVector ReturnValue; // 0x0000(0x000C)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TextRenderComponent_GetTextWorldSize; + +// Function Engine.TimelineComponent.SetFloatCurve +// 0x0010 (0x0010 - 0x0000) +struct TimelineComponent_SetFloatCurve final +{ +public: + class UCurveFloat* NewFloatCurve; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FloatTrackName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve; + +// Function Engine.TimelineComponent.SetIgnoreTimeDilation +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_SetIgnoreTimeDilation final +{ +public: + bool bNewIgnoreTimeDilation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation; + +// Function Engine.TimelineComponent.SetLinearColorCurve +// 0x0010 (0x0010 - 0x0000) +struct TimelineComponent_SetLinearColorCurve final +{ +public: + class UCurveLinearColor* NewLinearColorCurve; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LinearColorTrackName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve; + +// Function Engine.TimelineComponent.SetLooping +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_SetLooping final +{ +public: + bool bNewLooping; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetLooping; + +// Function Engine.TimelineComponent.SetNewTime +// 0x0004 (0x0004 - 0x0000) +struct TimelineComponent_SetNewTime final +{ +public: + float NewTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetNewTime; + +// Function Engine.TimelineComponent.SetPlaybackPosition +// 0x0008 (0x0008 - 0x0000) +struct TimelineComponent_SetPlaybackPosition final +{ +public: + float NewPosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFireEvents; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFireUpdate; // 0x0005(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition; + +// Function Engine.TimelineComponent.SetPlayRate +// 0x0004 (0x0004 - 0x0000) +struct TimelineComponent_SetPlayRate final +{ +public: + float NewRate; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetPlayRate; + +// Function Engine.TimelineComponent.SetTimelineLength +// 0x0004 (0x0004 - 0x0000) +struct TimelineComponent_SetTimelineLength final +{ +public: + float NewLength; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength; + +// Function Engine.TimelineComponent.SetTimelineLengthMode +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_SetTimelineLengthMode final +{ +public: + ETimelineLengthMode NewLengthMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode; + +// Function Engine.TimelineComponent.SetVectorCurve +// 0x0010 (0x0010 - 0x0000) +struct TimelineComponent_SetVectorCurve final +{ +public: + class UCurveVector* NewVectorCurve; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName VectorTrackName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve; + +// Function Engine.TimelineComponent.GetIgnoreTimeDilation +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_GetIgnoreTimeDilation final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation; + +// Function Engine.TimelineComponent.GetPlaybackPosition +// 0x0004 (0x0004 - 0x0000) +struct TimelineComponent_GetPlaybackPosition final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition; + +// Function Engine.TimelineComponent.GetPlayRate +// 0x0004 (0x0004 - 0x0000) +struct TimelineComponent_GetPlayRate final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_GetPlayRate; + +// Function Engine.TimelineComponent.GetTimelineLength +// 0x0004 (0x0004 - 0x0000) +struct TimelineComponent_GetTimelineLength final +{ +public: + float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_GetTimelineLength; + +// Function Engine.TimelineComponent.IsLooping +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_IsLooping final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_IsLooping; + +// Function Engine.TimelineComponent.IsPlaying +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_IsPlaying final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_IsPlaying; + +// Function Engine.TimelineComponent.IsReversing +// 0x0001 (0x0001 - 0x0000) +struct TimelineComponent_IsReversing final +{ +public: + bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_TimelineComponent_IsReversing; + +// Function Engine.VectorFieldComponent.SetIntensity +// 0x0004 (0x0004 - 0x0000) +struct VectorFieldComponent_SetIntensity final +{ +public: + float NewIntensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_VectorFieldComponent_SetIntensity; + +// Function Engine.ViewportStatsSubsystem.AddDisplayDelegate +// 0x0014 (0x0014 - 0x0000) +struct ViewportStatsSubsystem_AddDisplayDelegate final +{ +public: + TDelegate Delegate; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic) + int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ViewportStatsSubsystem_AddDisplayDelegate; + +// Function Engine.ViewportStatsSubsystem.AddTimedDisplay +// 0x0030 (0x0030 - 0x0000) +struct ViewportStatsSubsystem_AddTimedDisplay final +{ +public: + class FText Text; // 0x0000(0x0018)(Parm, NativeAccessSpecifierPublic) + struct FLinearColor Color; // 0x0018(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_ViewportStatsSubsystem_AddTimedDisplay; + +// Function Engine.ViewportStatsSubsystem.RemoveDisplayDelegate +// 0x0004 (0x0004 - 0x0000) +struct ViewportStatsSubsystem_RemoveDisplayDelegate final +{ +public: + int32 IndexToRemove; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_ViewportStatsSubsystem_RemoveDisplayDelegate; + +} + diff --git a/Kena/SDK/Engine_structs.hpp b/Kena/SDK/Engine_structs.hpp new file mode 100644 index 0000000..c85c6d5 --- /dev/null +++ b/Kena/SDK/Engine_structs.hpp @@ -0,0 +1,14455 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Engine + +#include "Basic.hpp" + +#include "Chaos_structs.hpp" +#include "CoreUObject_structs.hpp" +#include "PhysicsCore_structs.hpp" +#include "InputCore_structs.hpp" +#include "Slate_structs.hpp" + + +namespace SDK +{ + +// Enum Engine.ETextGender +// NumValues: 0x0004 +enum class ETextGender : uint8 +{ + Masculine = 0, + Feminine = 1, + Neuter = 2, + ETextGender_MAX = 3, +}; + +// Enum Engine.EFormatArgumentType +// NumValues: 0x0007 +enum class EFormatArgumentType : uint8 +{ + Int = 0, + UInt = 1, + Float = 2, + Double = 3, + Text = 4, + Gender = 5, + EFormatArgumentType_MAX = 6, +}; + +// Enum Engine.EEndPlayReason +// NumValues: 0x0006 +enum class EEndPlayReason : uint8 +{ + Destroyed = 0, + LevelTransition = 1, + EndPlayInEditor = 2, + RemovedFromWorld = 3, + Quit = 4, + EEndPlayReason_MAX = 5, +}; + +// Enum Engine.ETickingGroup +// NumValues: 0x0009 +enum class ETickingGroup : uint8 +{ + TG_PrePhysics = 0, + TG_StartPhysics = 1, + TG_DuringPhysics = 2, + TG_EndPhysics = 3, + TG_PostPhysics = 4, + TG_PostUpdateWork = 5, + TG_LastDemotable = 6, + TG_NewlySpawned = 7, + TG_MAX = 8, +}; + +// Enum Engine.EComponentCreationMethod +// NumValues: 0x0005 +enum class EComponentCreationMethod : uint8 +{ + Native = 0, + SimpleConstructionScript = 1, + UserConstructionScript = 2, + Instance = 3, + EComponentCreationMethod_MAX = 4, +}; + +// Enum Engine.ETemperatureSeverityType +// NumValues: 0x0007 +enum class ETemperatureSeverityType : uint8 +{ + Unknown = 0, + Good = 1, + Bad = 2, + Serious = 3, + Critical = 4, + NumSeverities = 5, + ETemperatureSeverityType_MAX = 6, +}; + +// Enum Engine.EQuartzCommandQuantization +// NumValues: 0x0015 +enum class EQuartzCommandQuantization : uint8 +{ + Bar = 0, + Beat = 1, + ThirtySecondNote = 2, + SixteenthNote = 3, + EighthNote = 4, + QuarterNote = 5, + HalfNote = 6, + WholeNote = 7, + DottedSixteenthNote = 8, + DottedEighthNote = 9, + DottedQuarterNote = 10, + DottedHalfNote = 11, + DottedWholeNote = 12, + SixteenthNoteTriplet = 13, + EighthNoteTriplet = 14, + QuarterNoteTriplet = 15, + HalfNoteTriplet = 16, + Tick = 17, + Count = 18, + None = 19, + EQuartzCommandQuantization_MAX = 20, +}; + +// Enum Engine.EQuartzCommandDelegateSubType +// NumValues: 0x0007 +enum class EQuartzCommandDelegateSubType : uint8 +{ + CommandOnFailedToQueue = 0, + CommandOnQueued = 1, + CommandOnCanceled = 2, + CommandOnAboutToStart = 3, + CommandOnStarted = 4, + Count = 5, + EQuartzCommandDelegateSubType_MAX = 6, +}; + +// Enum Engine.EAudioComponentPlayState +// NumValues: 0x0007 +enum class EAudioComponentPlayState : uint8 +{ + Playing = 0, + Stopped = 1, + Paused = 2, + FadingIn = 3, + FadingOut = 4, + Count = 5, + EAudioComponentPlayState_MAX = 6, +}; + +// Enum Engine.EPlaneConstraintAxisSetting +// NumValues: 0x0006 +enum class EPlaneConstraintAxisSetting : uint8 +{ + Custom = 0, + X = 1, + Y = 2, + Z = 3, + UseGlobalPhysicsSetting = 4, + EPlaneConstraintAxisSetting_MAX = 5, +}; + +// Enum Engine.EInterpToBehaviourType +// NumValues: 0x0005 +enum class EInterpToBehaviourType : uint8 +{ + OneShot = 0, + OneShot_Reverse = 1, + Loop_Reset = 2, + PingPong = 3, + EInterpToBehaviourType_MAX = 4, +}; + +// Enum Engine.ETeleportType +// NumValues: 0x0004 +enum class ETeleportType : uint8 +{ + None = 0, + TeleportPhysics = 1, + ResetPhysics = 2, + ETeleportType_MAX = 3, +}; + +// Enum Engine.EPlatformInterfaceDataType +// NumValues: 0x0007 +enum class EPlatformInterfaceDataType : uint8 +{ + PIDT_None = 0, + PIDT_Int = 1, + PIDT_Float = 2, + PIDT_String = 3, + PIDT_Object = 4, + PIDT_Custom = 5, + PIDT_MAX = 6, +}; + +// Enum Engine.EMovementMode +// NumValues: 0x0008 +enum class EMovementMode : uint8 +{ + MOVE_None = 0, + MOVE_Walking = 1, + MOVE_NavWalking = 2, + MOVE_Falling = 3, + MOVE_Swimming = 4, + MOVE_Flying = 5, + MOVE_Custom = 6, + MOVE_MAX = 7, +}; + +// Enum Engine.ENetworkFailure +// NumValues: 0x000C +enum class ENetworkFailure : uint8 +{ + NetDriverAlreadyExists = 0, + NetDriverCreateFailure = 1, + NetDriverListenFailure = 2, + ConnectionLost = 3, + ConnectionTimeout = 4, + FailureReceived = 5, + OutdatedClient = 6, + OutdatedServer = 7, + PendingConnectionFailure = 8, + NetGuidMismatch = 9, + NetChecksumMismatch = 10, + ENetworkFailure_MAX = 11, +}; + +// Enum Engine.ETravelFailure +// NumValues: 0x000D +enum class ETravelFailure : uint8 +{ + NoLevel = 0, + LoadMapFailure = 1, + InvalidURL = 2, + PackageMissing = 3, + PackageVersion = 4, + NoDownload = 5, + TravelFailure = 6, + CheatCommands = 7, + PendingNetGameCreateFailure = 8, + CloudSaveFailure = 9, + ServerTravelFailure = 10, + ClientTravelFailure = 11, + ETravelFailure_MAX = 12, +}; + +// Enum Engine.EScreenOrientation +// NumValues: 0x0008 +enum class EScreenOrientation : uint8 +{ + Unknown = 0, + Portrait = 1, + PortraitUpsideDown = 2, + LandscapeLeft = 3, + LandscapeRight = 4, + FaceUp = 5, + FaceDown = 6, + EScreenOrientation_MAX = 7, +}; + +// Enum Engine.EApplicationState +// NumValues: 0x0005 +enum class EApplicationState : uint8 +{ + Unknown = 0, + Inactive = 1, + Background = 2, + Active = 3, + EApplicationState_MAX = 4, +}; + +// Enum Engine.EObjectTypeQuery +// NumValues: 0x0022 +enum class EObjectTypeQuery : uint8 +{ + ObjectTypeQuery1 = 0, + ObjectTypeQuery2 = 1, + ObjectTypeQuery3 = 2, + ObjectTypeQuery4 = 3, + ObjectTypeQuery5 = 4, + ObjectTypeQuery6 = 5, + ObjectTypeQuery7 = 6, + ObjectTypeQuery8 = 7, + ObjectTypeQuery9 = 8, + ObjectTypeQuery10 = 9, + ObjectTypeQuery11 = 10, + ObjectTypeQuery12 = 11, + ObjectTypeQuery13 = 12, + ObjectTypeQuery14 = 13, + ObjectTypeQuery15 = 14, + ObjectTypeQuery16 = 15, + ObjectTypeQuery17 = 16, + ObjectTypeQuery18 = 17, + ObjectTypeQuery19 = 18, + ObjectTypeQuery20 = 19, + ObjectTypeQuery21 = 20, + ObjectTypeQuery22 = 21, + ObjectTypeQuery23 = 22, + ObjectTypeQuery24 = 23, + ObjectTypeQuery25 = 24, + ObjectTypeQuery26 = 25, + ObjectTypeQuery27 = 26, + ObjectTypeQuery28 = 27, + ObjectTypeQuery29 = 28, + ObjectTypeQuery30 = 29, + ObjectTypeQuery31 = 30, + ObjectTypeQuery32 = 31, + ObjectTypeQuery_MAX = 32, + EObjectTypeQuery_MAX = 33, +}; + +// Enum Engine.EDrawDebugTrace +// NumValues: 0x0005 +enum class EDrawDebugTrace : uint8 +{ + None = 0, + ForOneFrame = 1, + ForDuration = 2, + Persistent = 3, + EDrawDebugTrace_MAX = 4, +}; + +// Enum Engine.ETraceTypeQuery +// NumValues: 0x0022 +enum class ETraceTypeQuery : uint8 +{ + TraceTypeQuery1 = 0, + TraceTypeQuery2 = 1, + TraceTypeQuery3 = 2, + TraceTypeQuery4 = 3, + TraceTypeQuery5 = 4, + TraceTypeQuery6 = 5, + TraceTypeQuery7 = 6, + TraceTypeQuery8 = 7, + TraceTypeQuery9 = 8, + TraceTypeQuery10 = 9, + TraceTypeQuery11 = 10, + TraceTypeQuery12 = 11, + TraceTypeQuery13 = 12, + TraceTypeQuery14 = 13, + TraceTypeQuery15 = 14, + TraceTypeQuery16 = 15, + TraceTypeQuery17 = 16, + TraceTypeQuery18 = 17, + TraceTypeQuery19 = 18, + TraceTypeQuery20 = 19, + TraceTypeQuery21 = 20, + TraceTypeQuery22 = 21, + TraceTypeQuery23 = 22, + TraceTypeQuery24 = 23, + TraceTypeQuery25 = 24, + TraceTypeQuery26 = 25, + TraceTypeQuery27 = 26, + TraceTypeQuery28 = 27, + TraceTypeQuery29 = 28, + TraceTypeQuery30 = 29, + TraceTypeQuery31 = 30, + TraceTypeQuery32 = 31, + TraceTypeQuery_MAX = 32, + ETraceTypeQuery_MAX = 33, +}; + +// Enum Engine.EMoveComponentAction +// NumValues: 0x0004 +enum class EMoveComponentAction : uint8 +{ + Move = 0, + Stop = 1, + Return = 2, + EMoveComponentAction_MAX = 3, +}; + +// Enum Engine.EQuitPreference +// NumValues: 0x0003 +enum class EQuitPreference : uint8 +{ + Quit = 0, + Background = 1, + EQuitPreference_MAX = 2, +}; + +// Enum Engine.EFastArraySerializerDeltaFlags +// NumValues: 0x0005 +enum class EFastArraySerializerDeltaFlags : uint8 +{ + None = 0, + HasBeenSerialized = 1, + HasDeltaBeenRequested = 2, + IsUsingDeltaSerialization = 4, + EFastArraySerializerDeltaFlags_MAX = 5, +}; + +// Enum Engine.ERelativeTransformSpace +// NumValues: 0x0005 +enum class ERelativeTransformSpace : uint8 +{ + RTS_World = 0, + RTS_Actor = 1, + RTS_Component = 2, + RTS_ParentBoneSpace = 3, + RTS_MAX = 4, +}; + +// Enum Engine.EAttachLocation +// NumValues: 0x0005 +enum class EAttachLocation : uint8 +{ + KeepRelativeOffset = 0, + KeepWorldPosition = 1, + SnapToTarget = 2, + SnapToTargetIncludingScale = 3, + EAttachLocation_MAX = 4, +}; + +// Enum Engine.EAttachmentRule +// NumValues: 0x0004 +enum class EAttachmentRule : uint8 +{ + KeepRelative = 0, + KeepWorld = 1, + SnapToTarget = 2, + EAttachmentRule_MAX = 3, +}; + +// Enum Engine.EDetachmentRule +// NumValues: 0x0003 +enum class EDetachmentRule : uint8 +{ + KeepRelative = 0, + KeepWorld = 1, + EDetachmentRule_MAX = 2, +}; + +// Enum Engine.EComponentMobility +// NumValues: 0x0004 +enum class EComponentMobility : uint8 +{ + Static = 0, + Stationary = 1, + Movable = 2, + EComponentMobility_MAX = 3, +}; + +// Enum Engine.EDetailMode +// NumValues: 0x0004 +enum class EDetailMode : uint8 +{ + DM_Low = 0, + DM_Medium = 1, + DM_High = 2, + DM_MAX = 3, +}; + +// Enum Engine.ERichCurveExtrapolation +// NumValues: 0x0007 +enum class ERichCurveExtrapolation : uint8 +{ + RCCE_Cycle = 0, + RCCE_CycleWithOffset = 1, + RCCE_Oscillate = 2, + RCCE_Linear = 3, + RCCE_Constant = 4, + RCCE_None = 5, + RCCE_MAX = 6, +}; + +// Enum Engine.ERichCurveTangentWeightMode +// NumValues: 0x0005 +enum class ERichCurveTangentWeightMode : uint8 +{ + RCTWM_WeightedNone = 0, + RCTWM_WeightedArrive = 1, + RCTWM_WeightedLeave = 2, + RCTWM_WeightedBoth = 3, + RCTWM_MAX = 4, +}; + +// Enum Engine.ERichCurveTangentMode +// NumValues: 0x0005 +enum class ERichCurveTangentMode : uint8 +{ + RCTM_Auto = 0, + RCTM_User = 1, + RCTM_Break = 2, + RCTM_None = 3, + RCTM_MAX = 4, +}; + +// Enum Engine.ERichCurveInterpMode +// NumValues: 0x0005 +enum class ERichCurveInterpMode : uint8 +{ + RCIM_Linear = 0, + RCIM_Constant = 1, + RCIM_Cubic = 2, + RCIM_None = 3, + RCIM_MAX = 4, +}; + +// Enum Engine.EMouseLockMode +// NumValues: 0x0005 +enum class EMouseLockMode : uint8 +{ + DoNotLock = 0, + LockOnCapture = 1, + LockAlways = 2, + LockInFullscreen = 3, + EMouseLockMode_MAX = 4, +}; + +// Enum Engine.EWindowTitleBarMode +// NumValues: 0x0003 +enum class EWindowTitleBarMode : uint8 +{ + Overlay = 0, + VerticalBox = 1, + EWindowTitleBarMode_MAX = 2, +}; + +// Enum Engine.EActorUpdateOverlapsMethod +// NumValues: 0x0005 +enum class EActorUpdateOverlapsMethod : uint8 +{ + UseConfigDefault = 0, + AlwaysUpdate = 1, + OnlyUpdateMovable = 2, + NeverUpdate = 3, + EActorUpdateOverlapsMethod_MAX = 4, +}; + +// Enum Engine.EAlphaBlendOption +// NumValues: 0x0010 +enum class EAlphaBlendOption : uint8 +{ + Linear = 0, + Cubic = 1, + HermiteCubic = 2, + Sinusoidal = 3, + QuadraticInOut = 4, + CubicInOut = 5, + QuarticInOut = 6, + QuinticInOut = 7, + CircularIn = 8, + CircularOut = 9, + CircularInOut = 10, + ExpIn = 11, + ExpOut = 12, + ExpInOut = 13, + Custom = 14, + EAlphaBlendOption_MAX = 15, +}; + +// Enum Engine.EAnimSyncGroupScope +// NumValues: 0x0003 +enum class EAnimSyncGroupScope : uint8 +{ + Local = 0, + Component = 1, + EAnimSyncGroupScope_MAX = 2, +}; + +// Enum Engine.EAnimGroupRole +// NumValues: 0x0006 +enum class EAnimGroupRole : uint8 +{ + CanBeLeader = 0, + AlwaysFollower = 1, + AlwaysLeader = 2, + TransitionLeader = 3, + TransitionFollower = 4, + EAnimGroupRole_MAX = 5, +}; + +// Enum Engine.EPreviewAnimationBlueprintApplicationMethod +// NumValues: 0x0003 +enum class EPreviewAnimationBlueprintApplicationMethod : uint8 +{ + LinkedLayers = 0, + LinkedAnimGraph = 1, + EPreviewAnimationBlueprintApplicationMethod_MAX = 2, +}; + +// Enum Engine.AnimationKeyFormat +// NumValues: 0x0004 +enum class EAnimationKeyFormat : uint8 +{ + AKF_ConstantKeyLerp = 0, + AKF_VariableKeyLerp = 1, + AKF_PerTrackCompression = 2, + AKF_MAX = 3, +}; + +// Enum Engine.ERawCurveTrackTypes +// NumValues: 0x0004 +enum class ERawCurveTrackTypes : uint8 +{ + RCT_Float = 0, + RCT_Vector = 1, + RCT_Transform = 2, + RCT_MAX = 3, +}; + +// Enum Engine.EAnimAssetCurveFlags +// NumValues: 0x0009 +enum class EAnimAssetCurveFlags : uint8 +{ + AACF_NONE = 0, + AACF_DriveMorphTarget_DEPRECATED = 1, + AACF_DriveAttribute_DEPRECATED = 2, + AACF_Editable = 4, + AACF_DriveMaterial_DEPRECATED = 8, + AACF_Metadata = 16, + AACF_DriveTrack = 32, + AACF_Disabled = 64, + AACF_MAX = 65, +}; + +// Enum Engine.AnimationCompressionFormat +// NumValues: 0x0008 +enum class EAnimationCompressionFormat : uint8 +{ + ACF_None = 0, + ACF_Float96NoW = 1, + ACF_Fixed48NoW = 2, + ACF_IntervalFixed32NoW = 3, + ACF_Fixed32NoW = 4, + ACF_Float32NoW = 5, + ACF_Identity = 6, + ACF_MAX = 7, +}; + +// Enum Engine.EAdditiveBasePoseType +// NumValues: 0x0005 +enum class EAdditiveBasePoseType : uint8 +{ + ABPT_None = 0, + ABPT_RefPose = 1, + ABPT_AnimScaled = 2, + ABPT_AnimFrame = 3, + ABPT_MAX = 4, +}; + +// Enum Engine.ERootMotionMode +// NumValues: 0x0005 +enum class ERootMotionMode : uint8 +{ + NoRootMotionExtraction = 0, + IgnoreRootMotion = 1, + RootMotionFromEverything = 2, + RootMotionFromMontagesOnly = 3, + ERootMotionMode_MAX = 4, +}; + +// Enum Engine.ERootMotionRootLock +// NumValues: 0x0004 +enum class ERootMotionRootLock : uint8 +{ + RefPose = 0, + AnimFirstFrame = 1, + Zero = 2, + ERootMotionRootLock_MAX = 3, +}; + +// Enum Engine.EMontagePlayReturnType +// NumValues: 0x0003 +enum class EMontagePlayReturnType : uint8 +{ + MontageLength = 0, + Duration = 1, + EMontagePlayReturnType_MAX = 2, +}; + +// Enum Engine.EDrawDebugItemType +// NumValues: 0x0006 +enum class EDrawDebugItemType : uint8 +{ + DirectionalArrow = 0, + Sphere = 1, + Line = 2, + OnScreenMessage = 3, + CoordinateSystem = 4, + EDrawDebugItemType_MAX = 5, +}; + +// Enum Engine.EAnimLinkMethod +// NumValues: 0x0004 +enum class EAnimLinkMethod : uint8 +{ + Absolute = 0, + Relative = 1, + Proportional = 2, + EAnimLinkMethod_MAX = 3, +}; + +// Enum Engine.EMontageSubStepResult +// NumValues: 0x0005 +enum class EMontageSubStepResult : uint8 +{ + Moved = 0, + NotMoved = 1, + InvalidSection = 2, + InvalidMontage = 3, + EMontageSubStepResult_MAX = 4, +}; + +// Enum Engine.EAnimNotifyEventType +// NumValues: 0x0003 +enum class EAnimNotifyEventType : uint8 +{ + Begin = 0, + End = 1, + EAnimNotifyEventType_MAX = 2, +}; + +// Enum Engine.EInertializationSpace +// NumValues: 0x0004 +enum class EInertializationSpace : uint8 +{ + Default = 0, + WorldSpace = 1, + WorldRotation = 2, + EInertializationSpace_MAX = 3, +}; + +// Enum Engine.EInertializationBoneState +// NumValues: 0x0004 +enum class EInertializationBoneState : uint8 +{ + Invalid = 0, + Valid = 1, + Excluded = 2, + EInertializationBoneState_MAX = 3, +}; + +// Enum Engine.EInertializationState +// NumValues: 0x0004 +enum class EInertializationState : uint8 +{ + Inactive = 0, + Pending = 1, + Active = 2, + EInertializationState_MAX = 3, +}; + +// Enum Engine.EEvaluatorMode +// NumValues: 0x0004 +enum class EEvaluatorMode : uint8 +{ + EM_Standard = 0, + EM_Freeze = 1, + EM_DelayedFreeze = 2, + EM_MAX = 3, +}; + +// Enum Engine.EEvaluatorDataSource +// NumValues: 0x0003 +enum class EEvaluatorDataSource : uint8 +{ + EDS_SourcePose = 0, + EDS_DestinationPose = 1, + EDS_MAX = 2, +}; + +// Enum Engine.EPostCopyOperation +// NumValues: 0x0003 +enum class EPostCopyOperation : uint8 +{ + None = 0, + LogicalNegateBool = 1, + EPostCopyOperation_MAX = 2, +}; + +// Enum Engine.EPinHidingMode +// NumValues: 0x0005 +enum class EPinHidingMode : uint8 +{ + NeverAsPin = 0, + PinHiddenByDefault = 1, + PinShownByDefault = 2, + AlwaysAsPin = 3, + EPinHidingMode_MAX = 4, +}; + +// Enum Engine.AnimPhysCollisionType +// NumValues: 0x0005 +enum class EAnimPhysCollisionType : uint8 +{ + CoM = 0, + CustomSphere = 1, + InnerSphere = 2, + OuterSphere = 3, + AnimPhysCollisionType_MAX = 4, +}; + +// Enum Engine.AnimPhysTwistAxis +// NumValues: 0x0004 +enum class EAnimPhysTwistAxis : uint8 +{ + AxisX = 0, + AxisY = 1, + AxisZ = 2, + AnimPhysTwistAxis_MAX = 3, +}; + +// Enum Engine.ETypeAdvanceAnim +// NumValues: 0x0004 +enum class ETypeAdvanceAnim : uint8 +{ + ETAA_Default = 0, + ETAA_Finished = 1, + ETAA_Looped = 2, + ETAA_MAX = 3, +}; + +// Enum Engine.ETransitionLogicType +// NumValues: 0x0004 +enum class ETransitionLogicType : uint8 +{ + TLT_StandardBlend = 0, + TLT_Inertialization = 1, + TLT_Custom = 2, + TLT_MAX = 3, +}; + +// Enum Engine.ETransitionBlendMode +// NumValues: 0x0003 +enum class ETransitionBlendMode : uint8 +{ + TBM_Linear = 0, + TBM_Cubic = 1, + TBM_MAX = 2, +}; + +// Enum Engine.EComponentType +// NumValues: 0x000C +enum class EComponentType : uint8 +{ + None = 0, + TranslationX = 1, + TranslationY = 2, + TranslationZ = 3, + RotationX = 4, + RotationY = 5, + RotationZ = 6, + Scale = 7, + ScaleX = 8, + ScaleY = 9, + ScaleZ = 10, + EComponentType_MAX = 11, +}; + +// Enum Engine.EAxisOption +// NumValues: 0x0008 +enum class EAxisOption : uint8 +{ + X = 0, + Y = 1, + Z = 2, + X_Neg = 3, + Y_Neg = 4, + Z_Neg = 5, + Custom = 6, + EAxisOption_MAX = 7, +}; + +// Enum Engine.EAnimInterpolationType +// NumValues: 0x0003 +enum class EAnimInterpolationType : uint8 +{ + Linear = 0, + Step = 1, + EAnimInterpolationType_MAX = 2, +}; + +// Enum Engine.ECurveBlendOption +// NumValues: 0x0008 +enum class ECurveBlendOption : uint8 +{ + Override = 0, + DoNotOverride = 1, + NormalizeByWeight = 2, + BlendByWeight = 3, + UseBasePose = 4, + UseMaxValue = 5, + UseMinValue = 6, + ECurveBlendOption_MAX = 7, +}; + +// Enum Engine.EAdditiveAnimationType +// NumValues: 0x0004 +enum class EAdditiveAnimationType : uint8 +{ + AAT_None = 0, + AAT_LocalSpaceBase = 1, + AAT_RotationOffsetMeshSpace = 2, + AAT_MAX = 3, +}; + +// Enum Engine.ENotifyFilterType +// NumValues: 0x0003 +enum class ENotifyFilterType : uint8 +{ + NoFiltering = 0, + LOD = 1, + ENotifyFilterType_MAX = 2, +}; + +// Enum Engine.EMontageNotifyTickType +// NumValues: 0x0003 +enum class EMontageNotifyTickType : uint8 +{ + Queued = 0, + BranchingPoint = 1, + EMontageNotifyTickType_MAX = 2, +}; + +// Enum Engine.EBoneRotationSource +// NumValues: 0x0004 +enum class EBoneRotationSource : uint8 +{ + BRS_KeepComponentSpaceRotation = 0, + BRS_KeepLocalSpaceRotation = 1, + BRS_CopyFromTarget = 2, + BRS_MAX = 3, +}; + +// Enum Engine.EBoneControlSpace +// NumValues: 0x0005 +enum class EBoneControlSpace : uint8 +{ + BCS_WorldSpace = 0, + BCS_ComponentSpace = 1, + BCS_ParentBoneSpace = 2, + BCS_BoneSpace = 3, + BCS_MAX = 4, +}; + +// Enum Engine.EBoneAxis +// NumValues: 0x0004 +enum class EBoneAxis : uint8 +{ + BA_X = 0, + BA_Y = 1, + BA_Z = 2, + BA_MAX = 3, +}; + +// Enum Engine.EPrimaryAssetCookRule +// NumValues: 0x0006 +enum class EPrimaryAssetCookRule : uint8 +{ + Unknown = 0, + NeverCook = 1, + DevelopmentCook = 2, + DevelopmentAlwaysCook = 3, + AlwaysCook = 4, + EPrimaryAssetCookRule_MAX = 5, +}; + +// Enum Engine.ENaturalSoundFalloffMode +// NumValues: 0x0004 +enum class ENaturalSoundFalloffMode : uint8 +{ + Continues = 0, + Silent = 1, + Hold = 2, + ENaturalSoundFalloffMode_MAX = 3, +}; + +// Enum Engine.EAttenuationShape +// NumValues: 0x0005 +enum class EAttenuationShape : uint8 +{ + Sphere = 0, + Capsule = 1, + Box = 2, + Cone = 3, + EAttenuationShape_MAX = 4, +}; + +// Enum Engine.EAttenuationDistanceModel +// NumValues: 0x0007 +enum class EAttenuationDistanceModel : uint8 +{ + Linear = 0, + Logarithmic = 1, + Inverse = 2, + LogReverse = 3, + NaturalSound = 4, + Custom = 5, + EAttenuationDistanceModel_MAX = 6, +}; + +// Enum Engine.EAudioBusChannels +// NumValues: 0x0003 +enum class EAudioBusChannels : uint8 +{ + Mono = 0, + Stereo = 1, + EAudioBusChannels_MAX = 2, +}; + +// Enum Engine.EAudioFaderCurve +// NumValues: 0x0006 +enum class EAudioFaderCurve : uint8 +{ + Linear = 0, + Logarithmic = 1, + SCurve = 2, + Sin = 3, + Count = 4, + EAudioFaderCurve_MAX = 5, +}; + +// Enum Engine.EAudioOutputTarget +// NumValues: 0x0004 +enum class EAudioOutputTarget : uint8 +{ + Speaker = 0, + Controller = 1, + ControllerFallbackToSpeaker = 2, + EAudioOutputTarget_MAX = 3, +}; + +// Enum Engine.EMonoChannelUpmixMethod +// NumValues: 0x0004 +enum class EMonoChannelUpmixMethod : uint8 +{ + Linear = 0, + EqualPower = 1, + FullVolume = 2, + EMonoChannelUpmixMethod_MAX = 3, +}; + +// Enum Engine.EPanningMethod +// NumValues: 0x0003 +enum class EPanningMethod : uint8 +{ + Linear = 0, + EqualPower = 1, + EPanningMethod_MAX = 2, +}; + +// Enum Engine.EVoiceSampleRate +// NumValues: 0x0003 +enum class EVoiceSampleRate : uint32 +{ + Low16000Hz = 16000, + Normal24000Hz = 24000, + EVoiceSampleRate_MAX = 24001, +}; + +// Enum Engine.EAudioVolumeLocationState +// NumValues: 0x0003 +enum class EAudioVolumeLocationState : uint8 +{ + InsideTheVolume = 0, + OutsideTheVolume = 1, + EAudioVolumeLocationState_MAX = 2, +}; + +// Enum Engine.EBlendableLocation +// NumValues: 0x0006 +enum class EBlendableLocation : uint8 +{ + BL_AfterTonemapping = 0, + BL_BeforeTonemapping = 1, + BL_BeforeTranslucency = 2, + BL_ReplacingTonemapper = 3, + BL_SSRInput = 4, + BL_MAX = 5, +}; + +// Enum Engine.ENotifyTriggerMode +// NumValues: 0x0004 +enum class ENotifyTriggerMode : uint8 +{ + AllAnimations = 0, + HighestWeightedAnimation = 1, + None = 2, + ENotifyTriggerMode_MAX = 3, +}; + +// Enum Engine.EBlendSpaceAxis +// NumValues: 0x0004 +enum class EBlendSpaceAxis : uint8 +{ + BSA_None = 0, + BSA_X = 1, + BSA_Y = 2, + BSA_Max = 3, +}; + +// Enum Engine.EBlueprintNativizationFlag +// NumValues: 0x0004 +enum class EBlueprintNativizationFlag : uint8 +{ + Disabled = 0, + Dependency = 1, + ExplicitlyEnabled = 2, + EBlueprintNativizationFlag_MAX = 3, +}; + +// Enum Engine.EBlueprintCompileMode +// NumValues: 0x0004 +enum class EBlueprintCompileMode : uint8 +{ + Default = 0, + Development = 1, + FinalRelease = 2, + EBlueprintCompileMode_MAX = 3, +}; + +// Enum Engine.EBlueprintType +// NumValues: 0x0007 +enum class EBlueprintType : uint8 +{ + BPTYPE_Normal = 0, + BPTYPE_Const = 1, + BPTYPE_MacroLibrary = 2, + BPTYPE_Interface = 3, + BPTYPE_LevelScript = 4, + BPTYPE_FunctionLibrary = 5, + BPTYPE_MAX = 6, +}; + +// Enum Engine.EBlueprintStatus +// NumValues: 0x0007 +enum class EBlueprintStatus : uint8 +{ + BS_Unknown = 0, + BS_Dirty = 1, + BS_Error = 2, + BS_UpToDate = 3, + BS_BeingCreated = 4, + BS_UpToDateWithWarnings = 5, + BS_MAX = 6, +}; + +// Enum Engine.EDOFMode +// NumValues: 0x0008 +enum class EDOFMode : uint8 +{ + Default = 0, + SixDOF = 1, + YZPlane = 2, + XZPlane = 3, + XYPlane = 4, + CustomPlane = 5, + None = 6, + EDOFMode_MAX = 7, +}; + +// Enum Engine.EBrushType +// NumValues: 0x0004 +enum class EBrushType : uint8 +{ + Brush_Default = 0, + Brush_Add = 1, + Brush_Subtract = 2, + Brush_MAX = 3, +}; + +// Enum Engine.ECsgOper +// NumValues: 0x0007 +enum class ECsgOper : uint8 +{ + CSG_Active = 0, + CSG_Add = 1, + CSG_Subtract = 2, + CSG_Intersect = 3, + CSG_Deintersect = 4, + CSG_None = 5, + CSG_MAX = 6, +}; + +// Enum Engine.ECameraShakeDurationType +// NumValues: 0x0004 +enum class ECameraShakeDurationType : uint8 +{ + Fixed = 0, + Infinite = 1, + Custom = 2, + ECameraShakeDurationType_MAX = 3, +}; + +// Enum Engine.ECameraShakeUpdateResultFlags +// NumValues: 0x0005 +enum class ECameraShakeUpdateResultFlags : uint8 +{ + ApplyAsAbsolute = 1, + SkipAutoScale = 2, + SkipAutoPlaySpace = 4, + Default = 0, + ECameraShakeUpdateResultFlags_MAX = 5, +}; + +// Enum Engine.ECameraShakeAttenuation +// NumValues: 0x0003 +enum class ECameraShakeAttenuation : uint8 +{ + Linear = 0, + Quadratic = 1, + ECameraShakeAttenuation_MAX = 2, +}; + +// Enum Engine.ECameraAlphaBlendMode +// NumValues: 0x0003 +enum class ECameraAlphaBlendMode : uint8 +{ + CABM_Linear = 0, + CABM_Cubic = 1, + CABM_MAX = 2, +}; + +// Enum Engine.ECameraShakePlaySpace +// NumValues: 0x0004 +enum class ECameraShakePlaySpace : uint8 +{ + CameraLocal = 0, + World = 1, + UserDefined = 2, + ECameraShakePlaySpace_MAX = 3, +}; + +// Enum Engine.ECameraProjectionMode +// NumValues: 0x0003 +enum class ECameraProjectionMode : uint8 +{ + Perspective = 0, + Orthographic = 1, + ECameraProjectionMode_MAX = 2, +}; + +// Enum Engine.ECloudStorageDelegate +// NumValues: 0x0008 +enum class ECloudStorageDelegate : uint8 +{ + CSD_KeyValueReadComplete = 0, + CSD_KeyValueWriteComplete = 1, + CSD_ValueChanged = 2, + CSD_DocumentQueryComplete = 3, + CSD_DocumentReadComplete = 4, + CSD_DocumentWriteComplete = 5, + CSD_DocumentConflictDetected = 6, + CSD_MAX = 7, +}; + +// Enum Engine.EAngularDriveMode +// NumValues: 0x0003 +enum class EAngularDriveMode : uint8 +{ + SLERP = 0, + TwistAndSwing = 1, + EAngularDriveMode_MAX = 2, +}; + +// Enum Engine.ECurveTableMode +// NumValues: 0x0004 +enum class ECurveTableMode : uint8 +{ + Empty = 0, + SimpleCurves = 1, + RichCurves = 2, + ECurveTableMode_MAX = 3, +}; + +// Enum Engine.ECustomAttributeBlendType +// NumValues: 0x0003 +enum class ECustomAttributeBlendType : uint8 +{ + Override = 0, + Blend = 1, + ECustomAttributeBlendType_MAX = 2, +}; + +// Enum Engine.FDataDrivenCVarType +// NumValues: 0x0004 +enum class EFDataDrivenCVarType : uint8 +{ + CVarFloat = 0, + CVarInt = 1, + CVarBool = 2, + FDataDrivenCVarType_MAX = 3, +}; + +// Enum Engine.EEvaluateCurveTableResult +// NumValues: 0x0003 +enum class EEvaluateCurveTableResult : uint8 +{ + RowFound = 0, + RowNotFound = 1, + EEvaluateCurveTableResult_MAX = 2, +}; + +// Enum Engine.EGrammaticalNumber +// NumValues: 0x0003 +enum class EGrammaticalNumber : uint8 +{ + Singular = 0, + Plural = 1, + EGrammaticalNumber_MAX = 2, +}; + +// Enum Engine.EGrammaticalGender +// NumValues: 0x0005 +enum class EGrammaticalGender : uint8 +{ + Neuter = 0, + Masculine = 1, + Feminine = 2, + Mixed = 3, + EGrammaticalGender_MAX = 4, +}; + +// Enum Engine.DistributionParamMode +// NumValues: 0x0004 +enum class EDistributionParamMode : uint8 +{ + DPM_Normal = 0, + DPM_Abs = 1, + DPM_Direct = 2, + DPM_MAX = 3, +}; + +// Enum Engine.EDistributionVectorMirrorFlags +// NumValues: 0x0004 +enum class EDistributionVectorMirrorFlags : uint8 +{ + EDVMF_Same = 0, + EDVMF_Different = 1, + EDVMF_Mirror = 2, + EDVMF_MAX = 3, +}; + +// Enum Engine.EDistributionVectorLockFlags +// NumValues: 0x0006 +enum class EDistributionVectorLockFlags : uint8 +{ + EDVLF_None = 0, + EDVLF_XY = 1, + EDVLF_XZ = 2, + EDVLF_YZ = 3, + EDVLF_XYZ = 4, + EDVLF_MAX = 5, +}; + +// Enum Engine.ENodeEnabledState +// NumValues: 0x0004 +enum class ENodeEnabledState : uint8 +{ + Enabled = 0, + Disabled = 1, + DevelopmentOnly = 2, + ENodeEnabledState_MAX = 3, +}; + +// Enum Engine.ENodeAdvancedPins +// NumValues: 0x0004 +enum class ENodeAdvancedPins : uint8 +{ + NoPins = 0, + Shown = 1, + Hidden = 2, + ENodeAdvancedPins_MAX = 3, +}; + +// Enum Engine.ENodeTitleType +// NumValues: 0x0006 +enum class ENodeTitleType : uint8 +{ + FullTitle = 0, + ListView = 1, + EditableTitle = 2, + MenuTitle = 3, + MAX_TitleTypes = 4, + ENodeTitleType_MAX = 5, +}; + +// Enum Engine.EPinContainerType +// NumValues: 0x0005 +enum class EPinContainerType : uint8 +{ + None = 0, + Array = 1, + Set = 2, + Map = 3, + EPinContainerType_MAX = 4, +}; + +// Enum Engine.EEdGraphPinDirection +// NumValues: 0x0003 +enum class EEdGraphPinDirection : uint8 +{ + EGPD_Input = 0, + EGPD_Output = 1, + EGPD_MAX = 2, +}; + +// Enum Engine.EBlueprintPinStyleType +// NumValues: 0x0003 +enum class EBlueprintPinStyleType : uint8 +{ + BPST_Original = 0, + BPST_VariantA = 1, + BPST_MAX = 2, +}; + +// Enum Engine.ECanCreateConnectionResponse +// NumValues: 0x0007 +enum class ECanCreateConnectionResponse : uint8 +{ + CONNECT_RESPONSE_MAKE = 0, + CONNECT_RESPONSE_DISALLOW = 1, + CONNECT_RESPONSE_BREAK_OTHERS_A = 2, + CONNECT_RESPONSE_BREAK_OTHERS_B = 3, + CONNECT_RESPONSE_BREAK_OTHERS_AB = 4, + CONNECT_RESPONSE_MAKE_WITH_CONVERSION_NODE = 5, + CONNECT_RESPONSE_MAX = 6, +}; + +// Enum Engine.EGraphType +// NumValues: 0x0006 +enum class EGraphType : uint8 +{ + GT_Function = 0, + GT_Ubergraph = 1, + GT_Macro = 2, + GT_Animation = 3, + GT_StateMachine = 4, + GT_MAX = 5, +}; + +// Enum Engine.ETransitionType +// NumValues: 0x0008 +enum class ETransitionType : uint8 +{ + None = 0, + Paused = 1, + Loading = 2, + Saving = 3, + Connecting = 4, + Precaching = 5, + WaitingToConnect = 6, + MAX = 7, +}; + +// Enum Engine.EFullyLoadPackageType +// NumValues: 0x0006 +enum class EFullyLoadPackageType : uint8 +{ + FULLYLOAD_Map = 0, + FULLYLOAD_Game_PreLoadClass = 1, + FULLYLOAD_Game_PostLoadClass = 2, + FULLYLOAD_Always = 3, + FULLYLOAD_Mutator = 4, + FULLYLOAD_MAX = 5, +}; + +// Enum Engine.EViewModeIndex +// NumValues: 0x001C +enum class EViewModeIndex : uint8 +{ + VMI_BrushWireframe = 0, + VMI_Wireframe = 1, + VMI_Unlit = 2, + VMI_Lit = 3, + VMI_Lit_DetailLighting = 4, + VMI_LightingOnly = 5, + VMI_LightComplexity = 6, + VMI_ShaderComplexity = 8, + VMI_LightmapDensity = 9, + VMI_LitLightmapDensity = 10, + VMI_ReflectionOverride = 11, + VMI_VisualizeBuffer = 12, + VMI_StationaryLightOverlap = 14, + VMI_CollisionPawn = 15, + VMI_CollisionVisibility = 16, + VMI_LODColoration = 18, + VMI_QuadOverdraw = 19, + VMI_PrimitiveDistanceAccuracy = 20, + VMI_MeshUVDensityAccuracy = 21, + VMI_ShaderComplexityWithQuadOverdraw = 22, + VMI_HLODColoration = 23, + VMI_GroupLODColoration = 24, + VMI_MaterialTextureScaleAccuracy = 25, + VMI_RequiredTextureResolution = 26, + VMI_PathTracing = 27, + VMI_RayTracingDebug = 28, + VMI_Max = 29, + VMI_Unknown = 255, +}; + +// Enum Engine.EDemoPlayFailure +// NumValues: 0x000A +enum class EDemoPlayFailure : uint8 +{ + Generic = 0, + DemoNotFound = 1, + Corrupt = 2, + InvalidVersion = 3, + InitBase = 4, + GameSpecificHeader = 5, + ReplayStreamerInternal = 6, + LoadMap = 7, + Serialization = 8, + EDemoPlayFailure_MAX = 9, +}; + +// Enum Engine.ETravelType +// NumValues: 0x0004 +enum class ETravelType : uint8 +{ + TRAVEL_Absolute = 0, + TRAVEL_Partial = 1, + TRAVEL_Relative = 2, + TRAVEL_MAX = 3, +}; + +// Enum Engine.ENetworkLagState +// NumValues: 0x0003 +enum class ENetworkLagState : uint8 +{ + NotLagging = 0, + Lagging = 1, + ENetworkLagState_MAX = 2, +}; + +// Enum Engine.EMouseCaptureMode +// NumValues: 0x0006 +enum class EMouseCaptureMode : uint8 +{ + NoCapture = 0, + CapturePermanently = 1, + CapturePermanently_IncludingInitialMouseDown = 2, + CaptureDuringMouseDown = 3, + CaptureDuringRightMouseDown = 4, + EMouseCaptureMode_MAX = 5, +}; + +// Enum Engine.EInputEvent +// NumValues: 0x0006 +enum class EInputEvent : uint8 +{ + IE_Pressed = 0, + IE_Released = 1, + IE_Repeat = 2, + IE_DoubleClick = 3, + IE_Axis = 4, + IE_MAX = 5, +}; + +// Enum Engine.ECustomTimeStepSynchronizationState +// NumValues: 0x0005 +enum class ECustomTimeStepSynchronizationState : uint8 +{ + Closed = 0, + Error = 1, + Synchronized = 2, + Synchronizing = 3, + ECustomTimeStepSynchronizationState_MAX = 4, +}; + +// Enum Engine.EMeshBufferAccess +// NumValues: 0x0003 +enum class EMeshBufferAccess : uint8 +{ + Default = 0, + ForceCPUAndGPU = 1, + EMeshBufferAccess_MAX = 2, +}; + +// Enum Engine.ESpawnActorCollisionHandlingMethod +// NumValues: 0x0006 +enum class ESpawnActorCollisionHandlingMethod : uint8 +{ + Undefined = 0, + AlwaysSpawn = 1, + AdjustIfPossibleButAlwaysSpawn = 2, + AdjustIfPossibleButDontSpawnIfColliding = 3, + DontSpawnIfColliding = 4, + ESpawnActorCollisionHandlingMethod_MAX = 5, +}; + +// Enum Engine.EComponentSocketType +// NumValues: 0x0004 +enum class EComponentSocketType : uint8 +{ + Invalid = 0, + Bone = 1, + Socket = 2, + EComponentSocketType_MAX = 3, +}; + +// Enum Engine.EPhysicalMaterialMaskColor +// NumValues: 0x0009 +enum class EPhysicalMaterialMaskColor : uint8 +{ + Red = 0, + Green = 1, + Blue = 2, + Cyan = 3, + Magenta = 4, + Yellow = 5, + White = 6, + Black = 7, + MAX = 8, +}; + +// Enum Engine.EWalkableSlopeBehavior +// NumValues: 0x0005 +enum class EWalkableSlopeBehavior : uint8 +{ + WalkableSlope_Default = 0, + WalkableSlope_Increase = 1, + WalkableSlope_Decrease = 2, + WalkableSlope_Unwalkable = 3, + WalkableSlope_Max = 4, +}; + +// Enum Engine.ERotatorQuantization +// NumValues: 0x0003 +enum class ERotatorQuantization : uint8 +{ + ByteComponents = 0, + ShortComponents = 1, + ERotatorQuantization_MAX = 2, +}; + +// Enum Engine.EVectorQuantization +// NumValues: 0x0004 +enum class EVectorQuantization : uint8 +{ + RoundWholeNumber = 0, + RoundOneDecimal = 1, + RoundTwoDecimals = 2, + EVectorQuantization_MAX = 3, +}; + +// Enum Engine.EAutoPossessAI +// NumValues: 0x0005 +enum class EAutoPossessAI : uint8 +{ + Disabled = 0, + PlacedInWorld = 1, + Spawned = 2, + PlacedInWorldOrSpawned = 3, + EAutoPossessAI_MAX = 4, +}; + +// Enum Engine.EAutoReceiveInput +// NumValues: 0x000A +enum class EAutoReceiveInput : uint8 +{ + Disabled = 0, + Player0 = 1, + Player1 = 2, + Player2 = 3, + Player3 = 4, + Player4 = 5, + Player5 = 6, + Player6 = 7, + Player7 = 8, + EAutoReceiveInput_MAX = 9, +}; + +// Enum Engine.ENetDormancy +// NumValues: 0x0006 +enum class ENetDormancy : uint8 +{ + DORM_Never = 0, + DORM_Awake = 1, + DORM_DormantAll = 2, + DORM_DormantPartial = 3, + DORM_Initial = 4, + DORM_MAX = 5, +}; + +// Enum Engine.ENetRole +// NumValues: 0x0005 +enum class ENetRole : uint8 +{ + ROLE_None = 0, + ROLE_SimulatedProxy = 1, + ROLE_AutonomousProxy = 2, + ROLE_Authority = 3, + ROLE_MAX = 4, +}; + +// Enum Engine.EUpdateRateShiftBucket +// NumValues: 0x0008 +enum class EUpdateRateShiftBucket : uint8 +{ + ShiftBucket0 = 0, + ShiftBucket1 = 1, + ShiftBucket2 = 2, + ShiftBucket3 = 3, + ShiftBucket4 = 4, + ShiftBucket5 = 5, + ShiftBucketMax = 6, + EUpdateRateShiftBucket_MAX = 7, +}; + +// Enum Engine.EShadowMapFlags +// NumValues: 0x0003 +enum class EShadowMapFlags : uint8 +{ + SMF_None = 0, + SMF_Streamed = 1, + SMF_MAX = 2, +}; + +// Enum Engine.ELightMapPaddingType +// NumValues: 0x0004 +enum class ELightMapPaddingType : uint8 +{ + LMPT_NormalPadding = 0, + LMPT_PrePadding = 1, + LMPT_NoPadding = 2, + LMPT_MAX = 3, +}; + +// Enum Engine.ECollisionEnabled +// NumValues: 0x0005 +enum class ECollisionEnabled : uint8 +{ + NoCollision = 0, + QueryOnly = 1, + PhysicsOnly = 2, + QueryAndPhysics = 3, + ECollisionEnabled_MAX = 4, +}; + +// Enum Engine.ETimelineSigType +// NumValues: 0x0006 +enum class ETimelineSigType : uint8 +{ + ETS_EventSignature = 0, + ETS_FloatSignature = 1, + ETS_VectorSignature = 2, + ETS_LinearColorSignature = 3, + ETS_InvalidSignature = 4, + ETS_MAX = 5, +}; + +// Enum Engine.EFilterInterpolationType +// NumValues: 0x0004 +enum class EFilterInterpolationType : uint8 +{ + BSIT_Average = 0, + BSIT_Linear = 1, + BSIT_Cubic = 2, + BSIT_MAX = 3, +}; + +// Enum Engine.ECollisionResponse +// NumValues: 0x0004 +enum class ECollisionResponse : uint8 +{ + ECR_Ignore = 0, + ECR_Overlap = 1, + ECR_Block = 2, + ECR_MAX = 3, +}; + +// Enum Engine.EOverlapFilterOption +// NumValues: 0x0004 +enum class EOverlapFilterOption : uint8 +{ + OverlapFilter_All = 0, + OverlapFilter_DynamicOnly = 1, + OverlapFilter_StaticOnly = 2, + OverlapFilter_MAX = 3, +}; + +// Enum Engine.ECollisionChannel +// NumValues: 0x0022 +enum class ECollisionChannel : uint8 +{ + ECC_WorldStatic = 0, + ECC_WorldDynamic = 1, + ECC_Pawn = 2, + ECC_Visibility = 3, + ECC_Camera = 4, + ECC_PhysicsBody = 5, + ECC_Vehicle = 6, + ECC_Destructible = 7, + ECC_EngineTraceChannel1 = 8, + ECC_EngineTraceChannel2 = 9, + ECC_EngineTraceChannel3 = 10, + ECC_EngineTraceChannel4 = 11, + ECC_EngineTraceChannel5 = 12, + ECC_EngineTraceChannel6 = 13, + ECC_GameTraceChannel1 = 14, + ECC_GameTraceChannel2 = 15, + ECC_GameTraceChannel3 = 16, + ECC_GameTraceChannel4 = 17, + ECC_GameTraceChannel5 = 18, + ECC_GameTraceChannel6 = 19, + ECC_GameTraceChannel7 = 20, + ECC_GameTraceChannel8 = 21, + ECC_GameTraceChannel9 = 22, + ECC_GameTraceChannel10 = 23, + ECC_GameTraceChannel11 = 24, + ECC_GameTraceChannel12 = 25, + ECC_GameTraceChannel13 = 26, + ECC_GameTraceChannel14 = 27, + ECC_GameTraceChannel15 = 28, + ECC_GameTraceChannel16 = 29, + ECC_GameTraceChannel17 = 30, + ECC_GameTraceChannel18 = 31, + ECC_OverlapAll_Deprecated = 32, + ECC_MAX = 33, +}; + +// Enum Engine.ENetworkSmoothingMode +// NumValues: 0x0005 +enum class ENetworkSmoothingMode : uint8 +{ + Disabled = 0, + Linear = 1, + Exponential = 2, + Replay = 3, + ENetworkSmoothingMode_MAX = 4, +}; + +// Enum Engine.ELightingBuildQuality +// NumValues: 0x0005 +enum class ELightingBuildQuality : uint8 +{ + Quality_Preview = 0, + Quality_Medium = 1, + Quality_High = 2, + Quality_Production = 3, + Quality_MAX = 4, +}; + +// Enum Engine.EMaterialShadingRate +// NumValues: 0x0009 +enum class EMaterialShadingRate : uint8 +{ + MSR_1x1 = 0, + MSR_2x1 = 1, + MSR_1x2 = 2, + MSR_2x2 = 3, + MSR_4x2 = 4, + MSR_2x4 = 5, + MSR_4x4 = 6, + MSR_Count = 7, + MSR_MAX = 8, +}; + +// Enum Engine.EMaterialStencilCompare +// NumValues: 0x000A +enum class EMaterialStencilCompare : uint8 +{ + MSC_Less = 0, + MSC_LessEqual = 1, + MSC_Greater = 2, + MSC_GreaterEqual = 3, + MSC_Equal = 4, + MSC_NotEqual = 5, + MSC_Never = 6, + MSC_Always = 7, + MSC_Count = 8, + MSC_MAX = 9, +}; + +// Enum Engine.EMaterialSamplerType +// NumValues: 0x0012 +enum class EMaterialSamplerType : uint8 +{ + SAMPLERTYPE_Color = 0, + SAMPLERTYPE_Grayscale = 1, + SAMPLERTYPE_Alpha = 2, + SAMPLERTYPE_Normal = 3, + SAMPLERTYPE_Masks = 4, + SAMPLERTYPE_DistanceFieldFont = 5, + SAMPLERTYPE_LinearColor = 6, + SAMPLERTYPE_LinearGrayscale = 7, + SAMPLERTYPE_Data = 8, + SAMPLERTYPE_External = 9, + SAMPLERTYPE_VirtualColor = 10, + SAMPLERTYPE_VirtualGrayscale = 11, + SAMPLERTYPE_VirtualAlpha = 12, + SAMPLERTYPE_VirtualNormal = 13, + SAMPLERTYPE_VirtualMasks = 14, + SAMPLERTYPE_VirtualLinearColor = 15, + SAMPLERTYPE_VirtualLinearGrayscale = 16, + SAMPLERTYPE_MAX = 17, +}; + +// Enum Engine.EMaterialTessellationMode +// NumValues: 0x0004 +enum class EMaterialTessellationMode : uint8 +{ + MTM_NoTessellation = 0, + MTM_FlatTessellation = 1, + MTM_PNTriangles = 2, + MTM_MAX = 3, +}; + +// Enum Engine.EMaterialShadingModel +// NumValues: 0x000F +enum class EMaterialShadingModel : uint8 +{ + MSM_Unlit = 0, + MSM_DefaultLit = 1, + MSM_Subsurface = 2, + MSM_PreintegratedSkin = 3, + MSM_ClearCoat = 4, + MSM_SubsurfaceProfile = 5, + MSM_TwoSidedFoliage = 6, + MSM_Hair = 7, + MSM_Cloth = 8, + MSM_Eye = 9, + MSM_SingleLayerWater = 10, + MSM_ThinTranslucent = 11, + MSM_NUM = 12, + MSM_FromMaterialExpression = 13, + MSM_MAX = 14, +}; + +// Enum Engine.EParticleCollisionMode +// NumValues: 0x0003 +enum class EParticleCollisionMode : uint8 +{ + SceneDepth = 0, + DistanceField = 1, + EParticleCollisionMode_MAX = 2, +}; + +// Enum Engine.ETrailWidthMode +// NumValues: 0x0004 +enum class ETrailWidthMode : uint8 +{ + ETrailWidthMode_FromCentre = 0, + ETrailWidthMode_FromFirst = 1, + ETrailWidthMode_FromSecond = 2, + ETrailWidthMode_MAX = 3, +}; + +// Enum Engine.EGBufferFormat +// NumValues: 0x0005 +enum class EGBufferFormat : uint8 +{ + Force8BitsPerChannel = 0, + Default = 1, + HighPrecisionNormals = 3, + Force16BitsPerChannel = 5, + EGBufferFormat_MAX = 6, +}; + +// Enum Engine.ESceneCaptureCompositeMode +// NumValues: 0x0004 +enum class ESceneCaptureCompositeMode : uint8 +{ + SCCM_Overwrite = 0, + SCCM_Additive = 1, + SCCM_Composite = 2, + SCCM_MAX = 3, +}; + +// Enum Engine.ESceneCaptureSource +// NumValues: 0x000B +enum class ESceneCaptureSource : uint8 +{ + SCS_SceneColorHDR = 0, + SCS_SceneColorHDRNoAlpha = 1, + SCS_FinalColorLDR = 2, + SCS_SceneColorSceneDepth = 3, + SCS_SceneDepth = 4, + SCS_DeviceDepth = 5, + SCS_Normal = 6, + SCS_BaseColor = 7, + SCS_FinalColorHDR = 8, + SCS_FinalToneCurveHDR = 9, + SCS_MAX = 10, +}; + +// Enum Engine.ETranslucentSortPolicy +// NumValues: 0x0004 +enum class ETranslucentSortPolicy : uint8 +{ + SortByDistance = 0, + SortByProjectedZ = 1, + SortAlongAxis = 2, + ETranslucentSortPolicy_MAX = 3, +}; + +// Enum Engine.ERefractionMode +// NumValues: 0x0003 +enum class ERefractionMode : uint8 +{ + RM_IndexOfRefraction = 0, + RM_PixelNormalOffset = 1, + RM_MAX = 2, +}; + +// Enum Engine.ETranslucencyLightingMode +// NumValues: 0x0007 +enum class ETranslucencyLightingMode : uint8 +{ + TLM_VolumetricNonDirectional = 0, + TLM_VolumetricDirectional = 1, + TLM_VolumetricPerVertexNonDirectional = 2, + TLM_VolumetricPerVertexDirectional = 3, + TLM_Surface = 4, + TLM_SurfacePerPixelLighting = 5, + TLM_MAX = 6, +}; + +// Enum Engine.ESamplerSourceMode +// NumValues: 0x0004 +enum class ESamplerSourceMode : uint8 +{ + SSM_FromTextureAsset = 0, + SSM_Wrap_WorldGroupSettings = 1, + SSM_Clamp_WorldGroupSettings = 2, + SSM_MAX = 3, +}; + +// Enum Engine.EBlendMode +// NumValues: 0x0008 +enum class EBlendMode : uint8 +{ + BLEND_Opaque = 0, + BLEND_Masked = 1, + BLEND_Translucent = 2, + BLEND_Additive = 3, + BLEND_Modulate = 4, + BLEND_AlphaComposite = 5, + BLEND_AlphaHoldout = 6, + BLEND_MAX = 7, +}; + +// Enum Engine.EOcclusionCombineMode +// NumValues: 0x0003 +enum class EOcclusionCombineMode : uint8 +{ + OCM_Minimum = 0, + OCM_Multiply = 1, + OCM_MAX = 2, +}; + +// Enum Engine.ELightmapType +// NumValues: 0x0004 +enum class ELightmapType : uint8 +{ + Default = 0, + ForceSurface = 1, + ForceVolumetric = 2, + ELightmapType_MAX = 3, +}; + +// Enum Engine.EIndirectLightingCacheQuality +// NumValues: 0x0004 +enum class EIndirectLightingCacheQuality : uint8 +{ + ILCQ_Off = 0, + ILCQ_Point = 1, + ILCQ_Volume = 2, + ILCQ_MAX = 3, +}; + +// Enum Engine.ESceneDepthPriorityGroup +// NumValues: 0x0003 +enum class ESceneDepthPriorityGroup : uint8 +{ + SDPG_World = 0, + SDPG_Foreground = 1, + SDPG_MAX = 2, +}; + +// Enum Engine.EAspectRatioAxisConstraint +// NumValues: 0x0004 +enum class EAspectRatioAxisConstraint : uint8 +{ + AspectRatio_MaintainYFOV = 0, + AspectRatio_MaintainXFOV = 1, + AspectRatio_MajorAxisFOV = 2, + AspectRatio_MAX = 3, +}; + +// Enum Engine.EFontCacheType +// NumValues: 0x0003 +enum class EFontCacheType : uint8 +{ + Offline = 0, + Runtime = 1, + EFontCacheType_MAX = 2, +}; + +// Enum Engine.EFontImportCharacterSet +// NumValues: 0x0004 +enum class EFontImportCharacterSet : uint8 +{ + FontICS_Default = 0, + FontICS_Ansi = 1, + FontICS_Symbol = 2, + FontICS_MAX = 3, +}; + +// Enum Engine.EStandbyType +// NumValues: 0x0004 +enum class EStandbyType : uint8 +{ + STDBY_Rx = 0, + STDBY_Tx = 1, + STDBY_BadPing = 2, + STDBY_MAX = 3, +}; + +// Enum Engine.ESuggestProjVelocityTraceOption +// NumValues: 0x0004 +enum class ESuggestProjVelocityTraceOption : uint8 +{ + DoNotTrace = 0, + TraceFullPath = 1, + OnlyTraceWhileAscending = 2, + ESuggestProjVelocityTraceOption_MAX = 3, +}; + +// Enum Engine.EWindowMode +// NumValues: 0x0004 +enum class EWindowMode : uint8 +{ + Fullscreen = 0, + WindowedFullscreen = 1, + Windowed = 2, + EWindowMode_MAX = 3, +}; + +// Enum Engine.EHitProxyPriority +// NumValues: 0x0005 +enum class EHitProxyPriority : uint8 +{ + HPP_World = 0, + HPP_Wireframe = 1, + HPP_Foreground = 2, + HPP_UI = 3, + HPP_MAX = 4, +}; + +// Enum Engine.EImportanceWeight +// NumValues: 0x0006 +enum class EImportanceWeight : uint8 +{ + Luminance = 0, + Red = 1, + Green = 2, + Blue = 3, + Alpha = 4, + EImportanceWeight_MAX = 5, +}; + +// Enum Engine.EAdManagerDelegate +// NumValues: 0x0003 +enum class EAdManagerDelegate : uint8 +{ + AMD_ClickedBanner = 0, + AMD_UserClosedAd = 1, + AMD_MAX = 2, +}; + +// Enum Engine.EControllerAnalogStick +// NumValues: 0x0003 +enum class EControllerAnalogStick : uint8 +{ + CAS_LeftStick = 0, + CAS_RightStick = 1, + CAS_MAX = 2, +}; + +// Enum Engine.EAnimAlphaInputType +// NumValues: 0x0004 +enum class EAnimAlphaInputType : uint8 +{ + Float = 0, + Bool = 1, + Curve = 2, + EAnimAlphaInputType_MAX = 3, +}; + +// Enum Engine.ETrackActiveCondition +// NumValues: 0x0004 +enum class ETrackActiveCondition : uint8 +{ + ETAC_Always = 0, + ETAC_GoreEnabled = 1, + ETAC_GoreDisabled = 2, + ETAC_MAX = 3, +}; + +// Enum Engine.EInterpTrackMoveRotMode +// NumValues: 0x0004 +enum class EInterpTrackMoveRotMode : uint8 +{ + IMR_Keyframed = 0, + IMR_LookAtGroup = 1, + IMR_Ignore = 2, + IMR_MAX = 3, +}; + +// Enum Engine.EInterpMoveAxis +// NumValues: 0x0007 +enum class EInterpMoveAxis : uint8 +{ + AXIS_TranslationX = 0, + AXIS_TranslationY = 1, + AXIS_TranslationZ = 2, + AXIS_RotationX = 3, + AXIS_RotationY = 4, + AXIS_RotationZ = 5, + AXIS_MAX = 6, +}; + +// Enum Engine.ETrackToggleAction +// NumValues: 0x0005 +enum class ETrackToggleAction : uint8 +{ + ETTA_Off = 0, + ETTA_On = 1, + ETTA_Toggle = 2, + ETTA_Trigger = 3, + ETTA_MAX = 4, +}; + +// Enum Engine.EVisibilityTrackCondition +// NumValues: 0x0004 +enum class EVisibilityTrackCondition : uint8 +{ + EVTC_Always = 0, + EVTC_GoreEnabled = 1, + EVTC_GoreDisabled = 2, + EVTC_MAX = 3, +}; + +// Enum Engine.EVisibilityTrackAction +// NumValues: 0x0004 +enum class EVisibilityTrackAction : uint8 +{ + EVTA_Hide = 0, + EVTA_Show = 1, + EVTA_Toggle = 2, + EVTA_MAX = 3, +}; + +// Enum Engine.ESlateGesture +// NumValues: 0x0007 +enum class ESlateGesture : uint8 +{ + None = 0, + Scroll = 1, + Magnify = 2, + Swipe = 3, + Rotate = 4, + LongPress = 5, + ESlateGesture_MAX = 6, +}; + +// Enum Engine.EMIDCreationFlags +// NumValues: 0x0003 +enum class EMIDCreationFlags : uint8 +{ + None = 0, + Transient = 1, + EMIDCreationFlags_MAX = 2, +}; + +// Enum Engine.EMatrixColumns +// NumValues: 0x0005 +enum class EMatrixColumns : uint8 +{ + First = 0, + Second = 1, + Third = 2, + Fourth = 3, + EMatrixColumns_MAX = 4, +}; + +// Enum Engine.ELerpInterpolationMode +// NumValues: 0x0004 +enum class ELerpInterpolationMode : uint8 +{ + QuatInterp = 0, + EulerInterp = 1, + DualQuatInterp = 2, + ELerpInterpolationMode_MAX = 3, +}; + +// Enum Engine.EEasingFunc +// NumValues: 0x000F +enum class EEasingFunc : uint8 +{ + Linear = 0, + Step = 1, + SinusoidalIn = 2, + SinusoidalOut = 3, + SinusoidalInOut = 4, + EaseIn = 5, + EaseOut = 6, + EaseInOut = 7, + ExpoIn = 8, + ExpoOut = 9, + ExpoInOut = 10, + CircularIn = 11, + CircularOut = 12, + CircularInOut = 13, + EEasingFunc_MAX = 14, +}; + +// Enum Engine.ERoundingMode +// NumValues: 0x0008 +enum class ERoundingMode : uint8 +{ + HalfToEven = 0, + HalfFromZero = 1, + HalfToZero = 2, + FromZero = 3, + ToZero = 4, + ToNegativeInfinity = 5, + ToPositiveInfinity = 6, + ERoundingMode_MAX = 7, +}; + +// Enum Engine.EStreamingVolumeUsage +// NumValues: 0x0006 +enum class EStreamingVolumeUsage : uint8 +{ + SVB_Loading = 0, + SVB_LoadingAndVisibility = 1, + SVB_VisibilityBlockingOnLoad = 2, + SVB_BlockingOnLoad = 3, + SVB_LoadingNotVisible = 4, + SVB_MAX = 5, +}; + +// Enum Engine.ESyncOption +// NumValues: 0x0004 +enum class ESyncOption : uint8 +{ + Drive = 0, + Passive = 1, + Disabled = 2, + ESyncOption_MAX = 3, +}; + +// Enum Engine.EMaterialDecalResponse +// NumValues: 0x0009 +enum class EMaterialDecalResponse : uint8 +{ + MDR_None = 0, + MDR_ColorNormalRoughness = 1, + MDR_Color = 2, + MDR_ColorNormal = 3, + MDR_ColorRoughness = 4, + MDR_Normal = 5, + MDR_NormalRoughness = 6, + MDR_Roughness = 7, + MDR_MAX = 8, +}; + +// Enum Engine.EDecalBlendMode +// NumValues: 0x0012 +enum class EDecalBlendMode : uint8 +{ + DBM_Translucent = 0, + DBM_Stain = 1, + DBM_Normal = 2, + DBM_Emissive = 3, + DBM_DBuffer_ColorNormalRoughness = 4, + DBM_DBuffer_Color = 5, + DBM_DBuffer_ColorNormal = 6, + DBM_DBuffer_ColorRoughness = 7, + DBM_DBuffer_Normal = 8, + DBM_DBuffer_NormalRoughness = 9, + DBM_DBuffer_Roughness = 10, + DBM_DBuffer_Emissive = 11, + DBM_DBuffer_AlphaComposite = 12, + DBM_DBuffer_EmissiveAlphaComposite = 13, + DBM_Volumetric_DistanceFunction = 14, + DBM_AlphaComposite = 15, + DBM_AmbientOcclusion = 16, + DBM_MAX = 17, +}; + +// Enum Engine.ETextureColorChannel +// NumValues: 0x0005 +enum class ETextureColorChannel : uint8 +{ + TCC_Red = 0, + TCC_Green = 1, + TCC_Blue = 2, + TCC_Alpha = 3, + TCC_MAX = 4, +}; + +// Enum Engine.EMaterialAttributeBlend +// NumValues: 0x0004 +enum class EMaterialAttributeBlend : uint8 +{ + Blend = 0, + UseA = 1, + UseB = 2, + EMaterialAttributeBlend_MAX = 3, +}; + +// Enum Engine.EChannelMaskParameterColor +// NumValues: 0x0005 +enum class EChannelMaskParameterColor : uint8 +{ + Red = 0, + Green = 1, + Blue = 2, + Alpha = 3, + EChannelMaskParameterColor_MAX = 4, +}; + +// Enum Engine.EClampMode +// NumValues: 0x0004 +enum class EClampMode : uint8 +{ + CMODE_Clamp = 0, + CMODE_ClampMin = 1, + CMODE_ClampMax = 2, + CMODE_MAX = 3, +}; + +// Enum Engine.ECustomMaterialOutputType +// NumValues: 0x0006 +enum class ECustomMaterialOutputType : uint8 +{ + CMOT_Float1 = 0, + CMOT_Float2 = 1, + CMOT_Float3 = 2, + CMOT_Float4 = 3, + CMOT_MaterialAttributes = 4, + CMOT_MAX = 5, +}; + +// Enum Engine.EDepthOfFieldFunctionValue +// NumValues: 0x0005 +enum class EDepthOfFieldFunctionValue : uint8 +{ + TDOF_NearAndFarMask = 0, + TDOF_NearMask = 1, + TDOF_FarMask = 2, + TDOF_CircleOfConfusionRadius = 3, + TDOF_MAX = 4, +}; + +// Enum Engine.EFunctionInputType +// NumValues: 0x000C +enum class EFunctionInputType : uint8 +{ + FunctionInput_Scalar = 0, + FunctionInput_Vector2 = 1, + FunctionInput_Vector3 = 2, + FunctionInput_Vector4 = 3, + FunctionInput_Texture2D = 4, + FunctionInput_TextureCube = 5, + FunctionInput_Texture2DArray = 6, + FunctionInput_VolumeTexture = 7, + FunctionInput_StaticBool = 8, + FunctionInput_MaterialAttributes = 9, + FunctionInput_TextureExternal = 10, + FunctionInput_MAX = 11, +}; + +// Enum Engine.ENoiseFunction +// NumValues: 0x0007 +enum class ENoiseFunction : uint8 +{ + NOISEFUNCTION_SimplexTex = 0, + NOISEFUNCTION_GradientTex = 1, + NOISEFUNCTION_GradientTex3D = 2, + NOISEFUNCTION_GradientALU = 3, + NOISEFUNCTION_ValueALU = 4, + NOISEFUNCTION_VoronoiALU = 5, + NOISEFUNCTION_MAX = 6, +}; + +// Enum Engine.ERuntimeVirtualTextureTextureAddressMode +// NumValues: 0x0003 +enum class ERuntimeVirtualTextureTextureAddressMode : uint8 +{ + RVTTA_Clamp = 0, + RVTTA_Wrap = 1, + RVTTA_MAX = 2, +}; + +// Enum Engine.ERuntimeVirtualTextureMipValueMode +// NumValues: 0x0004 +enum class ERuntimeVirtualTextureMipValueMode : uint8 +{ + RVTMVM_None = 0, + RVTMVM_MipLevel = 1, + RVTMVM_MipBias = 2, + RVTMVM_MAX = 3, +}; + +// Enum Engine.EMaterialSceneAttributeInputMode +// NumValues: 0x0003 +enum class EMaterialSceneAttributeInputMode : uint8 +{ + Coordinates = 0, + OffsetFraction = 1, + EMaterialSceneAttributeInputMode_MAX = 2, +}; + +// Enum Engine.ESpeedTreeLODType +// NumValues: 0x0003 +enum class ESpeedTreeLODType : uint8 +{ + STLOD_Pop = 0, + STLOD_Smooth = 1, + STLOD_MAX = 2, +}; + +// Enum Engine.ESpeedTreeWindType +// NumValues: 0x0008 +enum class ESpeedTreeWindType : uint8 +{ + STW_None = 0, + STW_Fastest = 1, + STW_Fast = 2, + STW_Better = 3, + STW_Best = 4, + STW_Palm = 5, + STW_BestPlus = 6, + STW_MAX = 7, +}; + +// Enum Engine.ESpeedTreeGeometryType +// NumValues: 0x0006 +enum class ESpeedTreeGeometryType : uint8 +{ + STG_Branch = 0, + STG_Frond = 1, + STG_Leaf = 2, + STG_FacingLeaf = 3, + STG_Billboard = 4, + STG_MAX = 5, +}; + +// Enum Engine.EMaterialExposedTextureProperty +// NumValues: 0x0003 +enum class EMaterialExposedTextureProperty : uint8 +{ + TMTM_TextureSize = 0, + TMTM_TexelSize = 1, + TMTM_MAX = 2, +}; + +// Enum Engine.ETextureMipValueMode +// NumValues: 0x0005 +enum class ETextureMipValueMode : uint8 +{ + TMVM_None = 0, + TMVM_MipLevel = 1, + TMVM_MipBias = 2, + TMVM_Derivative = 3, + TMVM_MAX = 4, +}; + +// Enum Engine.EMaterialVectorCoordTransform +// NumValues: 0x0007 +enum class EMaterialVectorCoordTransform : uint8 +{ + TRANSFORM_Tangent = 0, + TRANSFORM_Local = 1, + TRANSFORM_World = 2, + TRANSFORM_View = 3, + TRANSFORM_Camera = 4, + TRANSFORM_ParticleWorld = 5, + TRANSFORM_MAX = 6, +}; + +// Enum Engine.EMaterialVectorCoordTransformSource +// NumValues: 0x0007 +enum class EMaterialVectorCoordTransformSource : uint8 +{ + TRANSFORMSOURCE_Tangent = 0, + TRANSFORMSOURCE_Local = 1, + TRANSFORMSOURCE_World = 2, + TRANSFORMSOURCE_View = 3, + TRANSFORMSOURCE_Camera = 4, + TRANSFORMSOURCE_ParticleWorld = 5, + TRANSFORMSOURCE_MAX = 6, +}; + +// Enum Engine.EMaterialPositionTransformSource +// NumValues: 0x0007 +enum class EMaterialPositionTransformSource : uint8 +{ + TRANSFORMPOSSOURCE_Local = 0, + TRANSFORMPOSSOURCE_World = 1, + TRANSFORMPOSSOURCE_TranslatedWorld = 2, + TRANSFORMPOSSOURCE_View = 3, + TRANSFORMPOSSOURCE_Camera = 4, + TRANSFORMPOSSOURCE_Particle = 5, + TRANSFORMPOSSOURCE_MAX = 6, +}; + +// Enum Engine.EVectorNoiseFunction +// NumValues: 0x0006 +enum class EVectorNoiseFunction : uint8 +{ + VNF_CellnoiseALU = 0, + VNF_VectorALU = 1, + VNF_GradientALU = 2, + VNF_CurlALU = 3, + VNF_VoronoiALU = 4, + VNF_MAX = 5, +}; + +// Enum Engine.EMaterialExposedViewProperty +// NumValues: 0x000F +enum class EMaterialExposedViewProperty : uint8 +{ + MEVP_BufferSize = 0, + MEVP_FieldOfView = 1, + MEVP_TanHalfFieldOfView = 2, + MEVP_ViewSize = 3, + MEVP_WorldSpaceViewPosition = 4, + MEVP_WorldSpaceCameraPosition = 5, + MEVP_ViewportOffset = 6, + MEVP_TemporalSampleCount = 7, + MEVP_TemporalSampleIndex = 8, + MEVP_TemporalSampleOffset = 9, + MEVP_RuntimeVirtualTextureOutputLevel = 10, + MEVP_RuntimeVirtualTextureOutputDerivative = 11, + MEVP_PreExposure = 12, + MEVP_RuntimeVirtualTextureMaxLevel = 13, + MEVP_MAX = 14, +}; + +// Enum Engine.EWorldPositionIncludedOffsets +// NumValues: 0x0005 +enum class EWorldPositionIncludedOffsets : uint8 +{ + WPT_Default = 0, + WPT_ExcludeAllShaderOffsets = 1, + WPT_CameraRelative = 2, + WPT_CameraRelativeNoOffsets = 3, + WPT_MAX = 4, +}; + +// Enum Engine.EMaterialFunctionUsage +// NumValues: 0x0004 +enum class EMaterialFunctionUsage : uint8 +{ + Default = 0, + MaterialLayer = 1, + MaterialLayerBlend = 2, + EMaterialFunctionUsage_MAX = 3, +}; + +// Enum Engine.EMaterialUsage +// NumValues: 0x0013 +enum class EMaterialUsage : uint8 +{ + MATUSAGE_SkeletalMesh = 0, + MATUSAGE_ParticleSprites = 1, + MATUSAGE_BeamTrails = 2, + MATUSAGE_MeshParticles = 3, + MATUSAGE_StaticLighting = 4, + MATUSAGE_MorphTargets = 5, + MATUSAGE_SplineMesh = 6, + MATUSAGE_InstancedStaticMeshes = 7, + MATUSAGE_GeometryCollections = 8, + MATUSAGE_Clothing = 9, + MATUSAGE_NiagaraSprites = 10, + MATUSAGE_NiagaraRibbons = 11, + MATUSAGE_NiagaraMeshParticles = 12, + MATUSAGE_GeometryCache = 13, + MATUSAGE_Water = 14, + MATUSAGE_HairStrands = 15, + MATUSAGE_LidarPointCloud = 16, + MATUSAGE_VirtualHeightfieldMesh = 17, + MATUSAGE_MAX = 18, +}; + +// Enum Engine.EMaterialLayerLinkState +// NumValues: 0x0005 +enum class EMaterialLayerLinkState : uint8 +{ + Uninitialized = 0, + LinkedToParent = 1, + UnlinkedFromParent = 2, + NotFromParent = 3, + EMaterialLayerLinkState_MAX = 4, +}; + +// Enum Engine.EMaterialParameterAssociation +// NumValues: 0x0004 +enum class EMaterialParameterAssociation : uint8 +{ + LayerParameter = 0, + BlendParameter = 1, + GlobalParameter = 2, + EMaterialParameterAssociation_MAX = 3, +}; + +// Enum Engine.EMaterialMergeType +// NumValues: 0x0003 +enum class EMaterialMergeType : uint8 +{ + MaterialMergeType_Default = 0, + MaterialMergeType_Simplygon = 1, + MaterialMergeType_MAX = 2, +}; + +// Enum Engine.ETextureSizingType +// NumValues: 0x0005 +enum class ETextureSizingType : uint8 +{ + TextureSizingType_UseSingleTextureSize = 0, + TextureSizingType_UseAutomaticBiasedSizes = 1, + TextureSizingType_UseManualOverrideTextureSize = 2, + TextureSizingType_UseSimplygonAutomaticSizing = 3, + TextureSizingType_MAX = 4, +}; + +// Enum Engine.ESceneTextureId +// NumValues: 0x0020 +enum class ESceneTextureId : uint8 +{ + PPI_SceneColor = 0, + PPI_SceneDepth = 1, + PPI_DiffuseColor = 2, + PPI_SpecularColor = 3, + PPI_SubsurfaceColor = 4, + PPI_BaseColor = 5, + PPI_Specular = 6, + PPI_Metallic = 7, + PPI_WorldNormal = 8, + PPI_SeparateTranslucency = 9, + PPI_Opacity = 10, + PPI_Roughness = 11, + PPI_MaterialAO = 12, + PPI_CustomDepth = 13, + PPI_PostProcessInput0 = 14, + PPI_PostProcessInput1 = 15, + PPI_PostProcessInput2 = 16, + PPI_PostProcessInput3 = 17, + PPI_PostProcessInput4 = 18, + PPI_PostProcessInput5 = 19, + PPI_PostProcessInput6 = 20, + PPI_DecalMask = 21, + PPI_ShadingModelColor = 22, + PPI_ShadingModelID = 23, + PPI_AmbientOcclusion = 24, + PPI_CustomStencil = 25, + PPI_StoredBaseColor = 26, + PPI_StoredSpecular = 27, + PPI_Velocity = 28, + PPI_WorldTangent = 29, + PPI_Anisotropy = 30, + PPI_MAX = 31, +}; + +// Enum Engine.EMaterialDomain +// NumValues: 0x0008 +enum class EMaterialDomain : uint8 +{ + MD_Surface = 0, + MD_DeferredDecal = 1, + MD_LightFunction = 2, + MD_Volume = 3, + MD_PostProcess = 4, + MD_UI = 5, + MD_RuntimeVirtualTexture = 6, + MD_MAX = 7, +}; + +// Enum Engine.EMeshInstancingReplacementMethod +// NumValues: 0x0003 +enum class EMeshInstancingReplacementMethod : uint8 +{ + RemoveOriginalActors = 0, + KeepOriginalActorsAsEditorOnly = 1, + EMeshInstancingReplacementMethod_MAX = 2, +}; + +// Enum Engine.EUVOutput +// NumValues: 0x0003 +enum class EUVOutput : uint8 +{ + DoNotOutputChannel = 0, + OutputChannel = 1, + EUVOutput_MAX = 2, +}; + +// Enum Engine.EMeshMergeType +// NumValues: 0x0003 +enum class EMeshMergeType : uint8 +{ + MeshMergeType_Default = 0, + MeshMergeType_MergeActor = 1, + MeshMergeType_MAX = 2, +}; + +// Enum Engine.EMeshLODSelectionType +// NumValues: 0x0005 +enum class EMeshLODSelectionType : uint8 +{ + AllLODs = 0, + SpecificLOD = 1, + CalculateLOD = 2, + LowestDetailLOD = 3, + EMeshLODSelectionType_MAX = 4, +}; + +// Enum Engine.EProxyNormalComputationMethod +// NumValues: 0x0004 +enum class EProxyNormalComputationMethod : uint8 +{ + AngleWeighted = 0, + AreaWeighted = 1, + EqualWeighted = 2, + EProxyNormalComputationMethod_MAX = 3, +}; + +// Enum Engine.ELandscapeCullingPrecision +// NumValues: 0x0004 +enum class ELandscapeCullingPrecision : uint8 +{ + High = 0, + Medium = 1, + Low = 2, + ELandscapeCullingPrecision_MAX = 3, +}; + +// Enum Engine.EStaticMeshReductionTerimationCriterion +// NumValues: 0x0004 +enum class EStaticMeshReductionTerimationCriterion : uint8 +{ + Triangles = 0, + Vertices = 1, + Any = 2, + EStaticMeshReductionTerimationCriterion_MAX = 3, +}; + +// Enum Engine.EMeshFeatureImportance +// NumValues: 0x0007 +enum class EMeshFeatureImportance : uint8 +{ + Off = 0, + Lowest = 1, + Low = 2, + Normal = 3, + High = 4, + Highest = 5, + EMeshFeatureImportance_MAX = 6, +}; + +// Enum Engine.EVertexPaintAxis +// NumValues: 0x0004 +enum class EVertexPaintAxis : uint8 +{ + X = 0, + Y = 1, + Z = 2, + EVertexPaintAxis_MAX = 3, +}; + +// Enum Engine.EMicroTransactionResult +// NumValues: 0x0005 +enum class EMicroTransactionResult : uint8 +{ + MTR_Succeeded = 0, + MTR_Failed = 1, + MTR_Canceled = 2, + MTR_RestoredFromServer = 3, + MTR_MAX = 4, +}; + +// Enum Engine.EMicroTransactionDelegate +// NumValues: 0x0003 +enum class EMicroTransactionDelegate : uint8 +{ + MTD_PurchaseQueryComplete = 0, + MTD_PurchaseComplete = 1, + MTD_MAX = 2, +}; + +// Enum Engine.FNavigationSystemRunMode +// NumValues: 0x0007 +enum class EFNavigationSystemRunMode : uint8 +{ + InvalidMode = 0, + GameMode = 1, + EditorMode = 2, + SimulationMode = 3, + PIEMode = 4, + InferFromWorldMode = 5, + FNavigationSystemRunMode_MAX = 6, +}; + +// Enum Engine.ENavigationQueryResult +// NumValues: 0x0005 +enum class ENavigationQueryResult : uint8 +{ + Invalid = 0, + Error = 1, + Fail = 2, + Success = 3, + ENavigationQueryResult_MAX = 4, +}; + +// Enum Engine.ENavPathEvent +// NumValues: 0x0009 +enum class ENavPathEvent : uint8 +{ + Cleared = 0, + NewPath = 1, + UpdatedDueToGoalMoved = 2, + UpdatedDueToNavigationChanged = 3, + Invalidated = 4, + RePathFailed = 5, + MetaPathUpdate = 6, + Custom = 7, + ENavPathEvent_MAX = 8, +}; + +// Enum Engine.ENavDataGatheringModeConfig +// NumValues: 0x0004 +enum class ENavDataGatheringModeConfig : uint8 +{ + Invalid = 0, + Instant = 1, + Lazy = 2, + ENavDataGatheringModeConfig_MAX = 3, +}; + +// Enum Engine.ENavDataGatheringMode +// NumValues: 0x0004 +enum class ENavDataGatheringMode : uint8 +{ + Default = 0, + Instant = 1, + Lazy = 2, + ENavDataGatheringMode_MAX = 3, +}; + +// Enum Engine.ENavigationOptionFlag +// NumValues: 0x0004 +enum class ENavigationOptionFlag : uint8 +{ + Default = 0, + Enable = 1, + Disable = 2, + MAX = 3, +}; + +// Enum Engine.ENavLinkDirection +// NumValues: 0x0004 +enum class ENavLinkDirection : uint8 +{ + BothWays = 0, + LeftToRight = 1, + RightToLeft = 2, + ENavLinkDirection_MAX = 3, +}; + +// Enum Engine.EEmitterRenderMode +// NumValues: 0x0006 +enum class EEmitterRenderMode : uint8 +{ + ERM_Normal = 0, + ERM_Point = 1, + ERM_Cross = 2, + ERM_LightsOnly = 3, + ERM_None = 4, + ERM_MAX = 5, +}; + +// Enum Engine.EParticleSubUVInterpMethod +// NumValues: 0x0006 +enum class EParticleSubUVInterpMethod : uint8 +{ + PSUVIM_None = 0, + PSUVIM_Linear = 1, + PSUVIM_Linear_Blend = 2, + PSUVIM_Random = 3, + PSUVIM_Random_Blend = 4, + PSUVIM_MAX = 5, +}; + +// Enum Engine.EParticleBurstMethod +// NumValues: 0x0003 +enum class EParticleBurstMethod : uint8 +{ + EPBM_Instant = 0, + EPBM_Interpolated = 1, + EPBM_MAX = 2, +}; + +// Enum Engine.EParticleSystemInsignificanceReaction +// NumValues: 0x0006 +enum class EParticleSystemInsignificanceReaction : uint8 +{ + Auto = 0, + Complete = 1, + DisableTick = 2, + DisableTickAndKill = 3, + Num = 4, + EParticleSystemInsignificanceReaction_MAX = 5, +}; + +// Enum Engine.EParticleSignificanceLevel +// NumValues: 0x0006 +enum class EParticleSignificanceLevel : uint8 +{ + Low = 0, + Medium = 1, + High = 2, + Critical = 3, + Num = 4, + EParticleSignificanceLevel_MAX = 5, +}; + +// Enum Engine.EParticleDetailMode +// NumValues: 0x0004 +enum class EParticleDetailMode : uint8 +{ + PDM_Low = 0, + PDM_Medium = 1, + PDM_High = 2, + PDM_MAX = 3, +}; + +// Enum Engine.EParticleSourceSelectionMethod +// NumValues: 0x0003 +enum class EParticleSourceSelectionMethod : uint8 +{ + EPSSM_Random = 0, + EPSSM_Sequential = 1, + EPSSM_MAX = 2, +}; + +// Enum Engine.EModuleType +// NumValues: 0x000A +enum class EModuleType : uint8 +{ + EPMT_General = 0, + EPMT_TypeData = 1, + EPMT_Beam = 2, + EPMT_Trail = 3, + EPMT_Spawn = 4, + EPMT_Required = 5, + EPMT_Event = 6, + EPMT_Light = 7, + EPMT_SubUV = 8, + EPMT_MAX = 9, +}; + +// Enum Engine.EAttractorParticleSelectionMethod +// NumValues: 0x0003 +enum class EAttractorParticleSelectionMethod : uint8 +{ + EAPSM_Random = 0, + EAPSM_Sequential = 1, + EAPSM_MAX = 2, +}; + +// Enum Engine.Beam2SourceTargetTangentMethod +// NumValues: 0x0005 +enum class EBeam2SourceTargetTangentMethod : uint8 +{ + PEB2STTM_Direct = 0, + PEB2STTM_UserSet = 1, + PEB2STTM_Distribution = 2, + PEB2STTM_Emitter = 3, + PEB2STTM_MAX = 4, +}; + +// Enum Engine.Beam2SourceTargetMethod +// NumValues: 0x0006 +enum class EBeam2SourceTargetMethod : uint8 +{ + PEB2STM_Default = 0, + PEB2STM_UserSet = 1, + PEB2STM_Emitter = 2, + PEB2STM_Particle = 3, + PEB2STM_Actor = 4, + PEB2STM_MAX = 5, +}; + +// Enum Engine.BeamModifierType +// NumValues: 0x0003 +enum class EBeamModifierType : uint8 +{ + PEB2MT_Source = 0, + PEB2MT_Target = 1, + PEB2MT_MAX = 2, +}; + +// Enum Engine.EParticleCameraOffsetUpdateMethod +// NumValues: 0x0004 +enum class EParticleCameraOffsetUpdateMethod : uint8 +{ + EPCOUM_DirectSet = 0, + EPCOUM_Additive = 1, + EPCOUM_Scalar = 2, + EPCOUM_MAX = 3, +}; + +// Enum Engine.EParticleCollisionComplete +// NumValues: 0x0007 +enum class EParticleCollisionComplete : uint8 +{ + EPCC_Kill = 0, + EPCC_Freeze = 1, + EPCC_HaltCollisions = 2, + EPCC_FreezeTranslation = 3, + EPCC_FreezeRotation = 4, + EPCC_FreezeMovement = 5, + EPCC_MAX = 6, +}; + +// Enum Engine.EParticleCollisionResponse +// NumValues: 0x0004 +enum class EParticleCollisionResponse : uint8 +{ + Bounce = 0, + Stop = 1, + Kill = 2, + EParticleCollisionResponse_MAX = 3, +}; + +// Enum Engine.ELocationBoneSocketSelectionMethod +// NumValues: 0x0003 +enum class ELocationBoneSocketSelectionMethod : uint8 +{ + BONESOCKETSEL_Sequential = 0, + BONESOCKETSEL_Random = 1, + BONESOCKETSEL_MAX = 2, +}; + +// Enum Engine.ELocationBoneSocketSource +// NumValues: 0x0003 +enum class ELocationBoneSocketSource : uint8 +{ + BONESOCKETSOURCE_Bones = 0, + BONESOCKETSOURCE_Sockets = 1, + BONESOCKETSOURCE_MAX = 2, +}; + +// Enum Engine.ELocationEmitterSelectionMethod +// NumValues: 0x0003 +enum class ELocationEmitterSelectionMethod : uint8 +{ + ELESM_Random = 0, + ELESM_Sequential = 1, + ELESM_MAX = 2, +}; + +// Enum Engine.CylinderHeightAxis +// NumValues: 0x0004 +enum class ECylinderHeightAxis : uint8 +{ + PMLPC_HEIGHTAXIS_X = 0, + PMLPC_HEIGHTAXIS_Y = 1, + PMLPC_HEIGHTAXIS_Z = 2, + PMLPC_HEIGHTAXIS_MAX = 3, +}; + +// Enum Engine.ELocationSkelVertSurfaceSource +// NumValues: 0x0003 +enum class ELocationSkelVertSurfaceSource : uint8 +{ + VERTSURFACESOURCE_Vert = 0, + VERTSURFACESOURCE_Surface = 1, + VERTSURFACESOURCE_MAX = 2, +}; + +// Enum Engine.EOrbitChainMode +// NumValues: 0x0004 +enum class EOrbitChainMode : uint8 +{ + EOChainMode_Add = 0, + EOChainMode_Scale = 1, + EOChainMode_Link = 2, + EOChainMode_MAX = 3, +}; + +// Enum Engine.EParticleAxisLock +// NumValues: 0x000B +enum class EParticleAxisLock : uint8 +{ + EPAL_NONE = 0, + EPAL_X = 1, + EPAL_Y = 2, + EPAL_Z = 3, + EPAL_NEGATIVE_X = 4, + EPAL_NEGATIVE_Y = 5, + EPAL_NEGATIVE_Z = 6, + EPAL_ROTATE_X = 7, + EPAL_ROTATE_Y = 8, + EPAL_ROTATE_Z = 9, + EPAL_MAX = 10, +}; + +// Enum Engine.EEmitterDynamicParameterValue +// NumValues: 0x0007 +enum class EEmitterDynamicParameterValue : uint8 +{ + EDPV_UserSet = 0, + EDPV_AutoSet = 1, + EDPV_VelocityX = 2, + EDPV_VelocityY = 3, + EDPV_VelocityZ = 4, + EDPV_VelocityMag = 5, + EDPV_MAX = 6, +}; + +// Enum Engine.EEmitterNormalsMode +// NumValues: 0x0004 +enum class EEmitterNormalsMode : uint8 +{ + ENM_CameraFacing = 0, + ENM_Spherical = 1, + ENM_Cylindrical = 2, + ENM_MAX = 3, +}; + +// Enum Engine.EParticleSortMode +// NumValues: 0x0006 +enum class EParticleSortMode : uint8 +{ + PSORTMODE_None = 0, + PSORTMODE_ViewProjDepth = 1, + PSORTMODE_DistanceToView = 2, + PSORTMODE_Age_OldestFirst = 3, + PSORTMODE_Age_NewestFirst = 4, + PSORTMODE_MAX = 5, +}; + +// Enum Engine.EParticleUVFlipMode +// NumValues: 0x0009 +enum class EParticleUVFlipMode : uint8 +{ + None = 0, + FlipUV = 1, + FlipUOnly = 2, + FlipVOnly = 3, + RandomFlipUV = 4, + RandomFlipUOnly = 5, + RandomFlipVOnly = 6, + RandomFlipUVIndependent = 7, + EParticleUVFlipMode_MAX = 8, +}; + +// Enum Engine.ETrail2SourceMethod +// NumValues: 0x0004 +enum class ETrail2SourceMethod : uint8 +{ + PET2SRCM_Default = 0, + PET2SRCM_Particle = 1, + PET2SRCM_Actor = 2, + PET2SRCM_MAX = 3, +}; + +// Enum Engine.EBeamTaperMethod +// NumValues: 0x0004 +enum class EBeamTaperMethod : uint8 +{ + PEBTM_None = 0, + PEBTM_Full = 1, + PEBTM_Partial = 2, + PEBTM_MAX = 3, +}; + +// Enum Engine.EBeam2Method +// NumValues: 0x0004 +enum class EBeam2Method : uint8 +{ + PEB2M_Distance = 0, + PEB2M_Target = 1, + PEB2M_Branch = 2, + PEB2M_MAX = 3, +}; + +// Enum Engine.EMeshCameraFacingOptions +// NumValues: 0x000E +enum class EMeshCameraFacingOptions : uint8 +{ + XAxisFacing_NoUp = 0, + XAxisFacing_ZUp = 1, + XAxisFacing_NegativeZUp = 2, + XAxisFacing_YUp = 3, + XAxisFacing_NegativeYUp = 4, + LockedAxis_ZAxisFacing = 5, + LockedAxis_NegativeZAxisFacing = 6, + LockedAxis_YAxisFacing = 7, + LockedAxis_NegativeYAxisFacing = 8, + VelocityAligned_ZAxisFacing = 9, + VelocityAligned_NegativeZAxisFacing = 10, + VelocityAligned_YAxisFacing = 11, + VelocityAligned_NegativeYAxisFacing = 12, + EMeshCameraFacingOptions_MAX = 13, +}; + +// Enum Engine.EMeshCameraFacingUpAxis +// NumValues: 0x0006 +enum class EMeshCameraFacingUpAxis : uint8 +{ + CameraFacing_NoneUP = 0, + CameraFacing_ZUp = 1, + CameraFacing_NegativeZUp = 2, + CameraFacing_YUp = 3, + CameraFacing_NegativeYUp = 4, + CameraFacing_MAX = 5, +}; + +// Enum Engine.EMeshScreenAlignment +// NumValues: 0x0004 +enum class EMeshScreenAlignment : uint8 +{ + PSMA_MeshFaceCameraWithRoll = 0, + PSMA_MeshFaceCameraWithSpin = 1, + PSMA_MeshFaceCameraWithLockedAxis = 2, + PSMA_MAX = 3, +}; + +// Enum Engine.ETrailsRenderAxisOption +// NumValues: 0x0004 +enum class ETrailsRenderAxisOption : uint8 +{ + Trails_CameraUp = 0, + Trails_SourceUp = 1, + Trails_WorldUp = 2, + Trails_MAX = 3, +}; + +// Enum Engine.EParticleScreenAlignment +// NumValues: 0x0008 +enum class EParticleScreenAlignment : uint8 +{ + PSA_FacingCameraPosition = 0, + PSA_Square = 1, + PSA_Rectangle = 2, + PSA_Velocity = 3, + PSA_AwayFromCenter = 4, + PSA_TypeSpecific = 5, + PSA_FacingCameraDistanceBlend = 6, + PSA_MAX = 7, +}; + +// Enum Engine.EParticleSystemOcclusionBoundsMethod +// NumValues: 0x0004 +enum class EParticleSystemOcclusionBoundsMethod : uint8 +{ + EPSOBM_None = 0, + EPSOBM_ParticleBounds = 1, + EPSOBM_CustomBounds = 2, + EPSOBM_MAX = 3, +}; + +// Enum Engine.ParticleSystemLODMethod +// NumValues: 0x0004 +enum class EParticleSystemLODMethod : uint8 +{ + PARTICLESYSTEMLODMETHOD_Automatic = 0, + PARTICLESYSTEMLODMETHOD_DirectSet = 1, + PARTICLESYSTEMLODMETHOD_ActivateAutomatic = 2, + PARTICLESYSTEMLODMETHOD_MAX = 3, +}; + +// Enum Engine.EParticleSystemUpdateMode +// NumValues: 0x0003 +enum class EParticleSystemUpdateMode : uint8 +{ + EPSUM_RealTime = 0, + EPSUM_FixedTime = 1, + EPSUM_MAX = 2, +}; + +// Enum Engine.EParticleEventType +// NumValues: 0x0007 +enum class EParticleEventType : uint8 +{ + EPET_Any = 0, + EPET_Spawn = 1, + EPET_Death = 2, + EPET_Collision = 3, + EPET_Burst = 4, + EPET_Blueprint = 5, + EPET_MAX = 6, +}; + +// Enum Engine.ParticleReplayState +// NumValues: 0x0004 +enum class EParticleReplayState : uint8 +{ + PRS_Disabled = 0, + PRS_Capturing = 1, + PRS_Replaying = 2, + PRS_MAX = 3, +}; + +// Enum Engine.EParticleSysParamType +// NumValues: 0x000A +enum class EParticleSysParamType : uint8 +{ + PSPT_None = 0, + PSPT_Scalar = 1, + PSPT_ScalarRand = 2, + PSPT_Vector = 3, + PSPT_VectorRand = 4, + PSPT_Color = 5, + PSPT_Actor = 6, + PSPT_Material = 7, + PSPT_VectorUnitRand = 8, + PSPT_MAX = 9, +}; + +// Enum Engine.EPhysicsAssetSolverType +// NumValues: 0x0003 +enum class EPhysicsAssetSolverType : uint8 +{ + RBAN = 0, + World = 1, + EPhysicsAssetSolverType_MAX = 2, +}; + +// Enum Engine.ESettingsLockedAxis +// NumValues: 0x0006 +enum class ESettingsLockedAxis : uint8 +{ + None = 0, + X = 1, + Y = 2, + Z = 3, + Invalid = 4, + ESettingsLockedAxis_MAX = 5, +}; + +// Enum Engine.ESettingsDOF +// NumValues: 0x0005 +enum class ESettingsDOF : uint8 +{ + Full3D = 0, + YZPlane = 1, + XZPlane = 2, + XYPlane = 3, + ESettingsDOF_MAX = 4, +}; + +// Enum Engine.EViewTargetBlendFunction +// NumValues: 0x0007 +enum class EViewTargetBlendFunction : uint8 +{ + VTBlend_Linear = 0, + VTBlend_Cubic = 1, + VTBlend_EaseIn = 2, + VTBlend_EaseOut = 3, + VTBlend_EaseInOut = 4, + VTBlend_PreBlended = 5, + VTBlend_MAX = 6, +}; + +// Enum Engine.EDynamicForceFeedbackAction +// NumValues: 0x0004 +enum class EDynamicForceFeedbackAction : uint8 +{ + Start = 0, + Update = 1, + Stop = 2, + EDynamicForceFeedbackAction_MAX = 3, +}; + +// Enum Engine.ERendererStencilMask +// NumValues: 0x000B +enum class ERendererStencilMask : uint8 +{ + ERSM_Default = 0, + ERSM_255 = 1, + ERSM_1 = 2, + ERSM_2 = 3, + ERSM_4 = 4, + ERSM_8 = 5, + ERSM_16 = 6, + ERSM_32 = 7, + ERSM_64 = 8, + ERSM_128 = 9, + ERSM_MAX = 10, +}; + +// Enum Engine.EHasCustomNavigableGeometry +// NumValues: 0x0005 +enum class EHasCustomNavigableGeometry : uint8 +{ + No = 0, + Yes = 1, + EvenIfNotCollidable = 2, + DontExport = 3, + EHasCustomNavigableGeometry_MAX = 4, +}; + +// Enum Engine.ECanBeCharacterBase +// NumValues: 0x0004 +enum class ECanBeCharacterBase : uint8 +{ + ECB_No = 0, + ECB_Yes = 1, + ECB_Owner = 2, + ECB_MAX = 3, +}; + +// Enum Engine.EQuarztQuantizationReference +// NumValues: 0x0005 +enum class EQuarztQuantizationReference : uint8 +{ + BarRelative = 0, + TransportRelative = 1, + CurrentTimeRelative = 2, + Count = 3, + EQuarztQuantizationReference_MAX = 4, +}; + +// Enum Engine.EQuartzDelegateType +// NumValues: 0x0004 +enum class EQuartzDelegateType : uint8 +{ + MetronomeTick = 0, + CommandEvent = 1, + Count = 2, + EQuartzDelegateType_MAX = 3, +}; + +// Enum Engine.EQuartzTimeSignatureQuantization +// NumValues: 0x0007 +enum class EQuartzTimeSignatureQuantization : uint8 +{ + HalfNote = 0, + QuarterNote = 1, + EighthNote = 2, + SixteenthNote = 3, + ThirtySecondNote = 4, + Count = 5, + EQuartzTimeSignatureQuantization_MAX = 6, +}; + +// Enum Engine.EMobileReflectionCompression +// NumValues: 0x0004 +enum class EMobileReflectionCompression : uint8 +{ + Default = 0, + On = 1, + Off = 2, + EMobileReflectionCompression_MAX = 3, +}; + +// Enum Engine.EReflectionSourceType +// NumValues: 0x0003 +enum class EReflectionSourceType : uint8 +{ + CapturedScene = 0, + SpecifiedCubemap = 1, + EReflectionSourceType_MAX = 2, +}; + +// Enum Engine.EFixedFoveationLevels +// NumValues: 0x0005 +enum class EFixedFoveationLevels : uint8 +{ + Disabled = 0, + Low = 1, + Medium = 2, + High = 3, + EFixedFoveationLevels_MAX = 4, +}; + +// Enum Engine.EDefaultBackBufferPixelFormat +// NumValues: 0x0006 +enum class EDefaultBackBufferPixelFormat : uint8 +{ + DBBPF_B8G8R8A8 = 0, + DBBPF_A16B16G16R16_DEPRECATED = 1, + DBBPF_FloatRGB_DEPRECATED = 2, + DBBPF_FloatRGBA = 3, + DBBPF_A2B10G10R10 = 4, + DBBPF_MAX = 5, +}; + +// Enum Engine.EAutoExposureMethodUI +// NumValues: 0x0004 +enum class EAutoExposureMethodUI : uint8 +{ + AEM_Histogram = 0, + AEM_Basic = 1, + AEM_Manual = 2, + AEM_MAX = 3, +}; + +// Enum Engine.EAlphaChannelMode +// NumValues: 0x0004 +enum class EAlphaChannelMode : uint8 +{ + Disabled = 0, + LinearColorSpaceOnly = 1, + AllowThroughTonemapper = 2, + EAlphaChannelMode_MAX = 3, +}; + +// Enum Engine.EEarlyZPass +// NumValues: 0x0005 +enum class EEarlyZPass : uint8 +{ + None = 0, + OpaqueOnly = 1, + OpaqueAndMasked = 2, + Auto = 3, + EEarlyZPass_MAX = 4, +}; + +// Enum Engine.ECustomDepthStencil +// NumValues: 0x0005 +enum class ECustomDepthStencil : uint8 +{ + Disabled = 0, + Enabled = 1, + EnabledOnDemand = 2, + EnabledWithStencil = 3, + ECustomDepthStencil_MAX = 4, +}; + +// Enum Engine.EMobileMSAASampleCount +// NumValues: 0x0005 +enum class EMobileMSAASampleCount : uint8 +{ + One = 1, + Two = 2, + Four = 4, + Eight = 8, + EMobileMSAASampleCount_MAX = 9, +}; + +// Enum Engine.ECompositingSampleCount +// NumValues: 0x0005 +enum class ECompositingSampleCount : uint8 +{ + One = 1, + Two = 2, + Four = 4, + Eight = 8, + ECompositingSampleCount_MAX = 9, +}; + +// Enum Engine.EClearSceneOptions +// NumValues: 0x0004 +enum class EClearSceneOptions : uint8 +{ + NoClear = 0, + HardwareClear = 1, + QuadAtMaxZ = 2, + EClearSceneOptions_MAX = 3, +}; + +// Enum Engine.EReporterLineStyle +// NumValues: 0x0003 +enum class EReporterLineStyle : uint8 +{ + Line = 0, + Dash = 1, + EReporterLineStyle_MAX = 2, +}; + +// Enum Engine.ELegendPosition +// NumValues: 0x0003 +enum class ELegendPosition : uint8 +{ + Outside = 0, + Inside = 1, + ELegendPosition_MAX = 2, +}; + +// Enum Engine.EGraphDataStyle +// NumValues: 0x0003 +enum class EGraphDataStyle : uint8 +{ + Lines = 0, + Filled = 1, + EGraphDataStyle_MAX = 2, +}; + +// Enum Engine.EGraphAxisStyle +// NumValues: 0x0004 +enum class EGraphAxisStyle : uint8 +{ + Lines = 0, + Notches = 1, + Grid = 2, + EGraphAxisStyle_MAX = 3, +}; + +// Enum Engine.ReverbPreset +// NumValues: 0x0018 +enum class EReverbPreset : uint8 +{ + REVERB_Default = 0, + REVERB_Bathroom = 1, + REVERB_StoneRoom = 2, + REVERB_Auditorium = 3, + REVERB_ConcertHall = 4, + REVERB_Cave = 5, + REVERB_Hallway = 6, + REVERB_StoneCorridor = 7, + REVERB_Alley = 8, + REVERB_Forest = 9, + REVERB_City = 10, + REVERB_Mountains = 11, + REVERB_Quarry = 12, + REVERB_Plain = 13, + REVERB_ParkingLot = 14, + REVERB_SewerPipe = 15, + REVERB_Underwater = 16, + REVERB_SmallRoom = 17, + REVERB_MediumRoom = 18, + REVERB_LargeRoom = 19, + REVERB_MediumHall = 20, + REVERB_LargeHall = 21, + REVERB_Plate = 22, + REVERB_MAX = 23, +}; + +// Enum Engine.ERichCurveKeyTimeCompressionFormat +// NumValues: 0x0003 +enum class ERichCurveKeyTimeCompressionFormat : uint8 +{ + RCKTCF_uint16 = 0, + RCKTCF_float32 = 1, + RCKTCF_MAX = 2, +}; + +// Enum Engine.ERichCurveCompressionFormat +// NumValues: 0x0007 +enum class ERichCurveCompressionFormat : uint8 +{ + RCCF_Empty = 0, + RCCF_Constant = 1, + RCCF_Linear = 2, + RCCF_Cubic = 3, + RCCF_Mixed = 4, + RCCF_Weighted = 5, + RCCF_MAX = 6, +}; + +// Enum Engine.EConstraintTransform +// NumValues: 0x0003 +enum class EConstraintTransform : uint8 +{ + Absolute = 0, + Relative = 1, + EConstraintTransform_MAX = 2, +}; + +// Enum Engine.EControlConstraint +// NumValues: 0x0003 +enum class EControlConstraint : uint8 +{ + Orientation = 0, + Translation = 1, + MAX = 2, +}; + +// Enum Engine.ERootMotionFinishVelocityMode +// NumValues: 0x0004 +enum class ERootMotionFinishVelocityMode : uint8 +{ + MaintainLastRootMotionVelocity = 0, + SetVelocity = 1, + ClampVelocity = 2, + ERootMotionFinishVelocityMode_MAX = 3, +}; + +// Enum Engine.ERootMotionSourceSettingsFlags +// NumValues: 0x0004 +enum class ERootMotionSourceSettingsFlags : uint8 +{ + UseSensitiveLiftoffCheck = 1, + DisablePartialEndTick = 2, + IgnoreZAccumulate = 4, + ERootMotionSourceSettingsFlags_MAX = 5, +}; + +// Enum Engine.ERootMotionSourceStatusFlags +// NumValues: 0x0004 +enum class ERootMotionSourceStatusFlags : uint8 +{ + Prepared = 1, + Finished = 2, + MarkedForRemoval = 4, + ERootMotionSourceStatusFlags_MAX = 5, +}; + +// Enum Engine.ERootMotionAccumulateMode +// NumValues: 0x0003 +enum class ERootMotionAccumulateMode : uint8 +{ + Override = 0, + Additive = 1, + ERootMotionAccumulateMode_MAX = 2, +}; + +// Enum Engine.ERuntimeVirtualTextureMainPassType +// NumValues: 0x0004 +enum class ERuntimeVirtualTextureMainPassType : uint8 +{ + Never = 0, + Exclusive = 1, + Always = 2, + ERuntimeVirtualTextureMainPassType_MAX = 3, +}; + +// Enum Engine.ERuntimeVirtualTextureMaterialType +// NumValues: 0x0008 +enum class ERuntimeVirtualTextureMaterialType : uint8 +{ + BaseColor = 0, + BaseColor_Normal_DEPRECATED = 1, + BaseColor_Normal_Specular = 2, + BaseColor_Normal_Specular_YCoCg = 3, + BaseColor_Normal_Specular_Mask_YCoCg = 4, + WorldHeight = 5, + Count = 6, + ERuntimeVirtualTextureMaterialType_MAX = 7, +}; + +// Enum Engine.EMobilePixelProjectedReflectionQuality +// NumValues: 0x0005 +enum class EMobilePixelProjectedReflectionQuality : uint8 +{ + Disabled = 0, + BestPerformance = 1, + BetterQuality = 2, + BestQuality = 3, + EMobilePixelProjectedReflectionQuality_MAX = 4, +}; + +// Enum Engine.EMobilePlanarReflectionMode +// NumValues: 0x0004 +enum class EMobilePlanarReflectionMode : uint8 +{ + Usual = 0, + MobilePPRExclusive = 1, + MobilePPR = 2, + EMobilePlanarReflectionMode_MAX = 3, +}; + +// Enum Engine.EReflectedAndRefractedRayTracedShadows +// NumValues: 0x0004 +enum class EReflectedAndRefractedRayTracedShadows : uint8 +{ + Disabled = 0, + Hard_shadows = 1, + Area_shadows = 2, + EReflectedAndRefractedRayTracedShadows_MAX = 3, +}; + +// Enum Engine.ERayTracingGlobalIlluminationType +// NumValues: 0x0004 +enum class ERayTracingGlobalIlluminationType : uint8 +{ + Disabled = 0, + BruteForce = 1, + FinalGather = 2, + ERayTracingGlobalIlluminationType_MAX = 3, +}; + +// Enum Engine.ETranslucencyType +// NumValues: 0x0003 +enum class ETranslucencyType : uint8 +{ + Raster = 0, + RayTracing = 1, + ETranslucencyType_MAX = 2, +}; + +// Enum Engine.EReflectionsType +// NumValues: 0x0003 +enum class EReflectionsType : uint8 +{ + ScreenSpace = 0, + RayTracing = 1, + EReflectionsType_MAX = 2, +}; + +// Enum Engine.ELightUnits +// NumValues: 0x0004 +enum class ELightUnits : uint8 +{ + Unitless = 0, + Candelas = 1, + Lumens = 2, + ELightUnits_MAX = 3, +}; + +// Enum Engine.ETemperatureMethod +// NumValues: 0x0003 +enum class ETemperatureMethod : uint8 +{ + TEMP_WhiteBalance = 0, + TEMP_ColorTemperature = 1, + TEMP_MAX = 2, +}; + +// Enum Engine.EBloomMethod +// NumValues: 0x0003 +enum class EBloomMethod : uint8 +{ + BM_SOG = 0, + BM_FFT = 1, + BM_MAX = 2, +}; + +// Enum Engine.EAutoExposureMethod +// NumValues: 0x0004 +enum class EAutoExposureMethod : uint8 +{ + AEM_Histogram = 0, + AEM_Basic = 1, + AEM_Manual = 2, + AEM_MAX = 3, +}; + +// Enum Engine.EAntiAliasingMethod +// NumValues: 0x0005 +enum class EAntiAliasingMethod : uint8 +{ + AAM_None = 0, + AAM_FXAA = 1, + AAM_TemporalAA = 2, + AAM_MSAA = 3, + AAM_MAX = 4, +}; + +// Enum Engine.EDepthOfFieldMethod +// NumValues: 0x0004 +enum class EDepthOfFieldMethod : uint8 +{ + DOFM_BokehDOF = 0, + DOFM_Gaussian = 1, + DOFM_CircleDOF = 2, + DOFM_MAX = 3, +}; + +// Enum Engine.ESceneCapturePrimitiveRenderMode +// NumValues: 0x0004 +enum class ESceneCapturePrimitiveRenderMode : uint8 +{ + PRM_LegacySceneCapture = 0, + PRM_RenderScenePrimitives = 1, + PRM_UseShowOnlyList = 2, + PRM_MAX = 3, +}; + +// Enum Engine.EMaterialProperty +// NumValues: 0x0021 +enum class EMaterialProperty : uint8 +{ + MP_EmissiveColor = 0, + MP_Opacity = 1, + MP_OpacityMask = 2, + MP_DiffuseColor = 3, + MP_SpecularColor = 4, + MP_BaseColor = 5, + MP_Metallic = 6, + MP_Specular = 7, + MP_Roughness = 8, + MP_Anisotropy = 9, + MP_Normal = 10, + MP_Tangent = 11, + MP_WorldPositionOffset = 12, + MP_WorldDisplacement = 13, + MP_TessellationMultiplier = 14, + MP_SubsurfaceColor = 15, + MP_CustomData0 = 16, + MP_CustomData1 = 17, + MP_AmbientOcclusion = 18, + MP_Refraction = 19, + MP_CustomizedUVs0 = 20, + MP_CustomizedUVs1 = 21, + MP_CustomizedUVs2 = 22, + MP_CustomizedUVs3 = 23, + MP_CustomizedUVs4 = 24, + MP_CustomizedUVs5 = 25, + MP_CustomizedUVs6 = 26, + MP_CustomizedUVs7 = 27, + MP_PixelDepthOffset = 28, + MP_ShadingModel = 29, + MP_MaterialAttributes = 30, + MP_CustomOutput = 31, + MP_MAX = 32, +}; + +// Enum Engine.ESkinCacheDefaultBehavior +// NumValues: 0x0003 +enum class ESkinCacheDefaultBehavior : uint8 +{ + Exclusive = 0, + Inclusive = 1, + ESkinCacheDefaultBehavior_MAX = 2, +}; + +// Enum Engine.ESkinCacheUsage +// NumValues: 0x0004 +enum class ESkinCacheUsage : uint8 +{ + Auto = 0, + Disabled = 255, + Enabled = 1, + ESkinCacheUsage_MAX = 256, +}; + +// Enum Engine.EPhysicsTransformUpdateMode +// NumValues: 0x0003 +enum class EPhysicsTransformUpdateMode : uint8 +{ + SimulationUpatesComponentTransform = 0, + ComponentTransformIsKinematic = 1, + EPhysicsTransformUpdateMode_MAX = 2, +}; + +// Enum Engine.EAnimationMode +// NumValues: 0x0004 +enum class EAnimationMode : uint8 +{ + AnimationBlueprint = 0, + AnimationSingleNode = 1, + AnimationCustomMode = 2, + EAnimationMode_MAX = 3, +}; + +// Enum Engine.EKinematicBonesUpdateToPhysics +// NumValues: 0x0003 +enum class EKinematicBonesUpdateToPhysics : uint8 +{ + SkipSimulatingBones = 0, + SkipAllBones = 1, + EKinematicBonesUpdateToPhysics_MAX = 2, +}; + +// Enum Engine.ECustomBoneAttributeLookup +// NumValues: 0x0004 +enum class ECustomBoneAttributeLookup : uint8 +{ + BoneOnly = 0, + ImmediateParent = 1, + ParentHierarchy = 2, + ECustomBoneAttributeLookup_MAX = 3, +}; + +// Enum Engine.EAnimCurveType +// NumValues: 0x0005 +enum class EAnimCurveType : uint8 +{ + AttributeCurve = 0, + MaterialCurve = 1, + MorphTargetCurve = 2, + MaxAnimCurveType = 3, + EAnimCurveType_MAX = 4, +}; + +// Enum Engine.ESkeletalMeshSkinningImportVersions +// NumValues: 0x0005 +enum class ESkeletalMeshSkinningImportVersions : uint8 +{ + Before_Versionning = 0, + SkeletalMeshBuildRefactor = 1, + VersionPlusOne = 2, + LatestVersion = 1, + ESkeletalMeshSkinningImportVersions_MAX = 3, +}; + +// Enum Engine.ESkeletalMeshGeoImportVersions +// NumValues: 0x0005 +enum class ESkeletalMeshGeoImportVersions : uint8 +{ + Before_Versionning = 0, + SkeletalMeshBuildRefactor = 1, + VersionPlusOne = 2, + LatestVersion = 1, + ESkeletalMeshGeoImportVersions_MAX = 3, +}; + +// Enum Engine.EBoneFilterActionOption +// NumValues: 0x0004 +enum class EBoneFilterActionOption : uint8 +{ + Remove = 0, + Keep = 1, + Invalid = 2, + EBoneFilterActionOption_MAX = 3, +}; + +// Enum Engine.SkeletalMeshOptimizationImportance +// NumValues: 0x0007 +enum class ESkeletalMeshOptimizationImportance : uint8 +{ + SMOI_Off = 0, + SMOI_Lowest = 1, + SMOI_Low = 2, + SMOI_Normal = 3, + SMOI_High = 4, + SMOI_Highest = 5, + SMOI_MAX = 6, +}; + +// Enum Engine.SkeletalMeshOptimizationType +// NumValues: 0x0004 +enum class ESkeletalMeshOptimizationType : uint8 +{ + SMOT_NumOfTriangles = 0, + SMOT_MaxDeviation = 1, + SMOT_TriangleOrDeviation = 2, + SMOT_MAX = 3, +}; + +// Enum Engine.SkeletalMeshTerminationCriterion +// NumValues: 0x0007 +enum class ESkeletalMeshTerminationCriterion : uint8 +{ + SMTC_NumOfTriangles = 0, + SMTC_NumOfVerts = 1, + SMTC_TriangleOrVert = 2, + SMTC_AbsNumOfTriangles = 3, + SMTC_AbsNumOfVerts = 4, + SMTC_AbsTriangleOrVert = 5, + SMTC_MAX = 6, +}; + +// Enum Engine.EBoneTranslationRetargetingMode +// NumValues: 0x0006 +enum class EBoneTranslationRetargetingMode : uint8 +{ + Animation = 0, + Skeleton = 1, + AnimationScaled = 2, + AnimationRelative = 3, + OrientAndScale = 4, + EBoneTranslationRetargetingMode_MAX = 5, +}; + +// Enum Engine.EVertexOffsetUsageType +// NumValues: 0x0004 +enum class EVertexOffsetUsageType : uint8 +{ + None = 0, + PreSkinningOffset = 1, + PostSkinningOffset = 2, + EVertexOffsetUsageType_MAX = 3, +}; + +// Enum Engine.EBoneSpaces +// NumValues: 0x0003 +enum class EBoneSpaces : uint8 +{ + WorldSpace = 0, + ComponentSpace = 1, + EBoneSpaces_MAX = 2, +}; + +// Enum Engine.EVisibilityBasedAnimTickOption +// NumValues: 0x0005 +enum class EVisibilityBasedAnimTickOption : uint8 +{ + AlwaysTickPoseAndRefreshBones = 0, + AlwaysTickPose = 1, + OnlyTickMontagesWhenNotRendered = 2, + OnlyTickPoseWhenRendered = 3, + EVisibilityBasedAnimTickOption_MAX = 4, +}; + +// Enum Engine.EPhysBodyOp +// NumValues: 0x0003 +enum class EPhysBodyOp : uint8 +{ + PBO_None = 0, + PBO_Term = 1, + PBO_MAX = 2, +}; + +// Enum Engine.EBoneVisibilityStatus +// NumValues: 0x0004 +enum class EBoneVisibilityStatus : uint8 +{ + BVS_HiddenByParent = 0, + BVS_Visible = 1, + BVS_ExplicitlyHidden = 2, + BVS_MAX = 3, +}; + +// Enum Engine.ESkyAtmosphereTransformMode +// NumValues: 0x0004 +enum class ESkyAtmosphereTransformMode : uint8 +{ + PlanetTopAtAbsoluteWorldOrigin = 0, + PlanetTopAtComponentTransform = 1, + PlanetCenterAtComponentTransform = 2, + ESkyAtmosphereTransformMode_MAX = 3, +}; + +// Enum Engine.ESkyLightSourceType +// NumValues: 0x0003 +enum class ESkyLightSourceType : uint8 +{ + SLS_CapturedScene = 0, + SLS_SpecifiedCubemap = 1, + SLS_MAX = 2, +}; + +// Enum Engine.EPriorityAttenuationMethod +// NumValues: 0x0004 +enum class EPriorityAttenuationMethod : uint8 +{ + Linear = 0, + CustomCurve = 1, + Manual = 2, + EPriorityAttenuationMethod_MAX = 3, +}; + +// Enum Engine.ESubmixSendMethod +// NumValues: 0x0004 +enum class ESubmixSendMethod : uint8 +{ + Linear = 0, + CustomCurve = 1, + Manual = 2, + ESubmixSendMethod_MAX = 3, +}; + +// Enum Engine.EReverbSendMethod +// NumValues: 0x0004 +enum class EReverbSendMethod : uint8 +{ + Linear = 0, + CustomCurve = 1, + Manual = 2, + EReverbSendMethod_MAX = 3, +}; + +// Enum Engine.EAirAbsorptionMethod +// NumValues: 0x0003 +enum class EAirAbsorptionMethod : uint8 +{ + Linear = 0, + CustomCurve = 1, + EAirAbsorptionMethod_MAX = 2, +}; + +// Enum Engine.ESoundSpatializationAlgorithm +// NumValues: 0x0003 +enum class ESoundSpatializationAlgorithm : uint8 +{ + SPATIALIZATION_Default = 0, + SPATIALIZATION_HRTF = 1, + SPATIALIZATION_MAX = 2, +}; + +// Enum Engine.ESoundDistanceCalc +// NumValues: 0x0005 +enum class ESoundDistanceCalc : uint8 +{ + SOUNDDISTANCE_Normal = 0, + SOUNDDISTANCE_InfiniteXYPlane = 1, + SOUNDDISTANCE_InfiniteXZPlane = 2, + SOUNDDISTANCE_InfiniteYZPlane = 3, + SOUNDDISTANCE_MAX = 4, +}; + +// Enum Engine.EVirtualizationMode +// NumValues: 0x0004 +enum class EVirtualizationMode : uint8 +{ + Disabled = 0, + PlayWhenSilent = 1, + Restart = 2, + EVirtualizationMode_MAX = 3, +}; + +// Enum Engine.EConcurrencyVolumeScaleMode +// NumValues: 0x0004 +enum class EConcurrencyVolumeScaleMode : uint32 +{ + Default = 0, + Distance = 1, + Priority = 2, + EConcurrencyVolumeScaleMode_MAX = 3, +}; + +// Enum Engine.EMaxConcurrentResolutionRule +// NumValues: 0x0009 +enum class EMaxConcurrentResolutionRule : uint8 +{ + PreventNew = 0, + StopOldest = 1, + StopFarthestThenPreventNew = 2, + StopFarthestThenOldest = 3, + StopLowestPriority = 4, + StopQuietest = 5, + StopLowestPriorityThenPreventNew = 6, + Count = 7, + EMaxConcurrentResolutionRule_MAX = 8, +}; + +// Enum Engine.ESoundGroup +// NumValues: 0x001A +enum class ESoundGroup : uint8 +{ + SOUNDGROUP_Default = 0, + SOUNDGROUP_Effects = 1, + SOUNDGROUP_UI = 2, + SOUNDGROUP_Music = 3, + SOUNDGROUP_Voice = 4, + SOUNDGROUP_GameSoundGroup1 = 5, + SOUNDGROUP_GameSoundGroup2 = 6, + SOUNDGROUP_GameSoundGroup3 = 7, + SOUNDGROUP_GameSoundGroup4 = 8, + SOUNDGROUP_GameSoundGroup5 = 9, + SOUNDGROUP_GameSoundGroup6 = 10, + SOUNDGROUP_GameSoundGroup7 = 11, + SOUNDGROUP_GameSoundGroup8 = 12, + SOUNDGROUP_GameSoundGroup9 = 13, + SOUNDGROUP_GameSoundGroup10 = 14, + SOUNDGROUP_GameSoundGroup11 = 15, + SOUNDGROUP_GameSoundGroup12 = 16, + SOUNDGROUP_GameSoundGroup13 = 17, + SOUNDGROUP_GameSoundGroup14 = 18, + SOUNDGROUP_GameSoundGroup15 = 19, + SOUNDGROUP_GameSoundGroup16 = 20, + SOUNDGROUP_GameSoundGroup17 = 21, + SOUNDGROUP_GameSoundGroup18 = 22, + SOUNDGROUP_GameSoundGroup19 = 23, + SOUNDGROUP_GameSoundGroup20 = 24, + SOUNDGROUP_MAX = 25, +}; + +// Enum Engine.EModulationRouting +// NumValues: 0x0004 +enum class EModulationRouting : uint8 +{ + Disable = 0, + Inherit = 1, + Override = 2, + EModulationRouting_MAX = 3, +}; + +// Enum Engine.ModulationParamMode +// NumValues: 0x0004 +enum class EModulationParamMode : uint8 +{ + MPM_Normal = 0, + MPM_Abs = 1, + MPM_Direct = 2, + MPM_MAX = 3, +}; + +// Enum Engine.ESourceBusChannels +// NumValues: 0x0003 +enum class ESourceBusChannels : uint8 +{ + Mono = 0, + Stereo = 1, + ESourceBusChannels_MAX = 2, +}; + +// Enum Engine.ESourceBusSendLevelControlMethod +// NumValues: 0x0004 +enum class ESourceBusSendLevelControlMethod : uint8 +{ + Linear = 0, + CustomCurve = 1, + Manual = 2, + ESourceBusSendLevelControlMethod_MAX = 3, +}; + +// Enum Engine.EGainParamMode +// NumValues: 0x0003 +enum class EGainParamMode : uint8 +{ + Linear = 0, + Decibels = 1, + EGainParamMode_MAX = 2, +}; + +// Enum Engine.EAudioSpectrumType +// NumValues: 0x0004 +enum class EAudioSpectrumType : uint8 +{ + MagnitudeSpectrum = 0, + PowerSpectrum = 1, + Decibel = 2, + EAudioSpectrumType_MAX = 3, +}; + +// Enum Engine.EFFTWindowType +// NumValues: 0x0005 +enum class EFFTWindowType : uint8 +{ + None = 0, + Hamming = 1, + Hann = 2, + Blackman = 3, + EFFTWindowType_MAX = 4, +}; + +// Enum Engine.EFFTPeakInterpolationMethod +// NumValues: 0x0005 +enum class EFFTPeakInterpolationMethod : uint8 +{ + NearestNeighbor = 0, + Linear = 1, + Quadratic = 2, + ConstantQ = 3, + EFFTPeakInterpolationMethod_MAX = 4, +}; + +// Enum Engine.EFFTSize +// NumValues: 0x0007 +enum class EFFTSize : uint8 +{ + DefaultSize = 0, + Min = 1, + Small = 2, + Medium = 3, + Large = 4, + VeryLarge = 5, + Max = 6, +}; + +// Enum Engine.ESubmixSendStage +// NumValues: 0x0003 +enum class ESubmixSendStage : uint8 +{ + PostDistanceAttenuation = 0, + PreDistanceAttenuation = 1, + ESubmixSendStage_MAX = 2, +}; + +// Enum Engine.ESendLevelControlMethod +// NumValues: 0x0004 +enum class ESendLevelControlMethod : uint8 +{ + Linear = 0, + CustomCurve = 1, + Manual = 2, + ESendLevelControlMethod_MAX = 3, +}; + +// Enum Engine.EAudioRecordingExportType +// NumValues: 0x0003 +enum class EAudioRecordingExportType : uint8 +{ + SoundWave = 0, + WavFile = 1, + EAudioRecordingExportType_MAX = 2, +}; + +// Enum Engine.EAudioSpectrumBandPresetType +// NumValues: 0x0005 +enum class EAudioSpectrumBandPresetType : uint8 +{ + KickDrum = 0, + SnareDrum = 1, + Voice = 2, + Cymbals = 3, + EAudioSpectrumBandPresetType_MAX = 4, +}; + +// Enum Engine.ESoundWaveFFTSize +// NumValues: 0x0006 +enum class ESoundWaveFFTSize : uint8 +{ + VerySmall_64 = 0, + Small_256 = 1, + Medium_512 = 2, + Large_1024 = 3, + VeryLarge_2048 = 4, + ESoundWaveFFTSize_MAX = 5, +}; + +// Enum Engine.EDecompressionType +// NumValues: 0x0009 +enum class EDecompressionType : uint8 +{ + DTYPE_Setup = 0, + DTYPE_Invalid = 1, + DTYPE_Preview = 2, + DTYPE_Native = 3, + DTYPE_RealTime = 4, + DTYPE_Procedural = 5, + DTYPE_Xenon = 6, + DTYPE_Streaming = 7, + DTYPE_MAX = 8, +}; + +// Enum Engine.ESoundWaveLoadingBehavior +// NumValues: 0x0007 +enum class ESoundWaveLoadingBehavior : uint8 +{ + Inherited = 0, + RetainOnLoad = 1, + PrimeOnLoad = 2, + LoadOnDemand = 3, + ForceInline = 4, + Uninitialized = 255, + ESoundWaveLoadingBehavior_MAX = 256, +}; + +// Enum Engine.ESplineCoordinateSpace +// NumValues: 0x0003 +enum class ESplineCoordinateSpace : uint8 +{ + Local = 0, + World = 1, + ESplineCoordinateSpace_MAX = 2, +}; + +// Enum Engine.ESplinePointType +// NumValues: 0x0006 +enum class ESplinePointType : uint8 +{ + Linear = 0, + Curve = 1, + Constant = 2, + CurveClamped = 3, + CurveCustomTangent = 4, + ESplinePointType_MAX = 5, +}; + +// Enum Engine.ESplineMeshAxis +// NumValues: 0x0004 +enum class ESplineMeshAxis : uint8 +{ + X = 0, + Y = 1, + Z = 2, + ESplineMeshAxis_MAX = 3, +}; + +// Enum Engine.EOptimizationType +// NumValues: 0x0003 +enum class EOptimizationType : uint8 +{ + OT_NumOfTriangles = 0, + OT_MaxDeviation = 1, + OT_MAX = 2, +}; + +// Enum Engine.EImportanceLevel +// NumValues: 0x0008 +enum class EImportanceLevel : uint8 +{ + IL_Off = 0, + IL_Lowest = 1, + IL_Low = 2, + IL_Normal = 3, + IL_High = 4, + IL_Highest = 5, + TEMP_BROKEN2 = 6, + EImportanceLevel_MAX = 7, +}; + +// Enum Engine.ENormalMode +// NumValues: 0x0006 +enum class ENormalMode : uint8 +{ + NM_PreserveSmoothingGroups = 0, + NM_RecalculateNormals = 1, + NM_RecalculateNormalsSmooth = 2, + NM_RecalculateNormalsHard = 3, + TEMP_BROKEN = 4, + ENormalMode_MAX = 5, +}; + +// Enum Engine.EStereoLayerShape +// NumValues: 0x0005 +enum class EStereoLayerShape : uint8 +{ + SLSH_QuadLayer = 0, + SLSH_CylinderLayer = 1, + SLSH_CubemapLayer = 2, + SLSH_EquirectLayer = 3, + SLSH_MAX = 4, +}; + +// Enum Engine.EStereoLayerType +// NumValues: 0x0004 +enum class EStereoLayerType : uint8 +{ + SLT_WorldLocked = 0, + SLT_TrackerLocked = 1, + SLT_FaceLocked = 2, + SLT_MAX = 3, +}; + +// Enum Engine.EOpacitySourceMode +// NumValues: 0x0006 +enum class EOpacitySourceMode : uint8 +{ + OSM_Alpha = 0, + OSM_ColorBrightness = 1, + OSM_RedChannel = 2, + OSM_GreenChannel = 3, + OSM_BlueChannel = 4, + OSM_MAX = 5, +}; + +// Enum Engine.ESubUVBoundingVertexCount +// NumValues: 0x0003 +enum class ESubUVBoundingVertexCount : uint8 +{ + BVC_FourVertices = 0, + BVC_EightVertices = 1, + BVC_MAX = 2, +}; + +// Enum Engine.EVerticalTextAligment +// NumValues: 0x0005 +enum class EVerticalTextAligment : uint8 +{ + EVRTA_TextTop = 0, + EVRTA_TextCenter = 1, + EVRTA_TextBottom = 2, + EVRTA_QuadTop = 3, + EVRTA_MAX = 4, +}; + +// Enum Engine.EHorizTextAligment +// NumValues: 0x0004 +enum class EHorizTextAligment : uint8 +{ + EHTA_Left = 0, + EHTA_Center = 1, + EHTA_Right = 2, + EHTA_MAX = 3, +}; + +// Enum Engine.ETextureCompressionQuality +// NumValues: 0x0007 +enum class ETextureCompressionQuality : uint8 +{ + TCQ_Default = 0, + TCQ_Lowest = 1, + TCQ_Low = 2, + TCQ_Medium = 3, + TCQ_High = 4, + TCQ_Highest = 5, + TCQ_MAX = 6, +}; + +// Enum Engine.ETextureSourceFormat +// NumValues: 0x000A +enum class ETextureSourceFormat : uint8 +{ + TSF_Invalid = 0, + TSF_G8 = 1, + TSF_BGRA8 = 2, + TSF_BGRE8 = 3, + TSF_RGBA16 = 4, + TSF_RGBA16F = 5, + TSF_RGBA8 = 6, + TSF_RGBE8 = 7, + TSF_G16 = 8, + TSF_MAX = 9, +}; + +// Enum Engine.ETextureSourceArtType +// NumValues: 0x0004 +enum class ETextureSourceArtType : uint8 +{ + TSAT_Uncompressed = 0, + TSAT_PNGCompressed = 1, + TSAT_DDSFile = 2, + TSAT_MAX = 3, +}; + +// Enum Engine.ETextureMipCount +// NumValues: 0x0004 +enum class ETextureMipCount : uint8 +{ + TMC_ResidentMips = 0, + TMC_AllMips = 1, + TMC_AllMipsBiased = 2, + TMC_MAX = 3, +}; + +// Enum Engine.ECompositeTextureMode +// NumValues: 0x0006 +enum class ECompositeTextureMode : uint8 +{ + CTM_Disabled = 0, + CTM_NormalRoughnessToRed = 1, + CTM_NormalRoughnessToGreen = 2, + CTM_NormalRoughnessToBlue = 3, + CTM_NormalRoughnessToAlpha = 4, + CTM_MAX = 5, +}; + +// Enum Engine.TextureAddress +// NumValues: 0x0004 +enum class ETextureAddress : uint8 +{ + TA_Wrap = 0, + TA_Clamp = 1, + TA_Mirror = 2, + TA_MAX = 3, +}; + +// Enum Engine.TextureFilter +// NumValues: 0x0005 +enum class ETextureFilter : uint8 +{ + TF_Nearest = 0, + TF_Bilinear = 1, + TF_Trilinear = 2, + TF_Default = 3, + TF_MAX = 4, +}; + +// Enum Engine.TextureCompressionSettings +// NumValues: 0x000F +enum class ETextureCompressionSettings : uint8 +{ + TC_Default = 0, + TC_Normalmap = 1, + TC_Masks = 2, + TC_Grayscale = 3, + TC_Displacementmap = 4, + TC_VectorDisplacementmap = 5, + TC_HDR = 6, + TC_EditorIcon = 7, + TC_Alpha = 8, + TC_DistanceFieldFont = 9, + TC_HDR_Compressed = 10, + TC_BC7 = 11, + TC_HalfFloat = 12, + TC_EncodedReflectionCapture = 13, + TC_MAX = 14, +}; + +// Enum Engine.ETextureLossyCompressionAmount +// NumValues: 0x0008 +enum class ETextureLossyCompressionAmount : uint8 +{ + TLCA_Default = 0, + TLCA_None = 1, + TLCA_Lowest = 2, + TLCA_Low = 3, + TLCA_Medium = 4, + TLCA_High = 5, + TLCA_Highest = 6, + TLCA_MAX = 7, +}; + +// Enum Engine.ETextureDownscaleOptions +// NumValues: 0x000F +enum class ETextureDownscaleOptions : uint8 +{ + Default = 0, + Unfiltered = 1, + SimpleAverage = 2, + Sharpen0 = 3, + Sharpen1 = 4, + Sharpen2 = 5, + Sharpen3 = 6, + Sharpen4 = 7, + Sharpen5 = 8, + Sharpen6 = 9, + Sharpen7 = 10, + Sharpen8 = 11, + Sharpen9 = 12, + Sharpen10 = 13, + ETextureDownscaleOptions_MAX = 14, +}; + +// Enum Engine.ETextureMipLoadOptions +// NumValues: 0x0004 +enum class ETextureMipLoadOptions : uint8 +{ + Default = 0, + AllMips = 1, + OnlyFirstMip = 2, + ETextureMipLoadOptions_MAX = 3, +}; + +// Enum Engine.ETextureSamplerFilter +// NumValues: 0x0006 +enum class ETextureSamplerFilter : uint8 +{ + Point = 0, + Bilinear = 1, + Trilinear = 2, + AnisotropicPoint = 3, + AnisotropicLinear = 4, + ETextureSamplerFilter_MAX = 5, +}; + +// Enum Engine.ETexturePowerOfTwoSetting +// NumValues: 0x0004 +enum class ETexturePowerOfTwoSetting : uint8 +{ + None = 0, + PadToPowerOfTwo = 1, + PadToSquarePowerOfTwo = 2, + ETexturePowerOfTwoSetting_MAX = 3, +}; + +// Enum Engine.TextureMipGenSettings +// NumValues: 0x0016 +enum class ETextureMipGenSettings : uint8 +{ + TMGS_FromTextureGroup = 0, + TMGS_SimpleAverage = 1, + TMGS_Sharpen0 = 2, + TMGS_Sharpen1 = 3, + TMGS_Sharpen2 = 4, + TMGS_Sharpen3 = 5, + TMGS_Sharpen4 = 6, + TMGS_Sharpen5 = 7, + TMGS_Sharpen6 = 8, + TMGS_Sharpen7 = 9, + TMGS_Sharpen8 = 10, + TMGS_Sharpen9 = 11, + TMGS_Sharpen10 = 12, + TMGS_NoMipmaps = 13, + TMGS_LeaveExistingMips = 14, + TMGS_Blur1 = 15, + TMGS_Blur2 = 16, + TMGS_Blur3 = 17, + TMGS_Blur4 = 18, + TMGS_Blur5 = 19, + TMGS_Unfiltered = 20, + TMGS_MAX = 21, +}; + +// Enum Engine.TextureGroup +// NumValues: 0x0032 +enum class ETextureGroup : uint8 +{ + TEXTUREGROUP_World = 0, + TEXTUREGROUP_WorldNormalMap = 1, + TEXTUREGROUP_WorldSpecular = 2, + TEXTUREGROUP_Character = 3, + TEXTUREGROUP_CharacterNormalMap = 4, + TEXTUREGROUP_CharacterSpecular = 5, + TEXTUREGROUP_Weapon = 6, + TEXTUREGROUP_WeaponNormalMap = 7, + TEXTUREGROUP_WeaponSpecular = 8, + TEXTUREGROUP_Vehicle = 9, + TEXTUREGROUP_VehicleNormalMap = 10, + TEXTUREGROUP_VehicleSpecular = 11, + TEXTUREGROUP_Cinematic = 12, + TEXTUREGROUP_Effects = 13, + TEXTUREGROUP_EffectsNotFiltered = 14, + TEXTUREGROUP_Skybox = 15, + TEXTUREGROUP_UI = 16, + TEXTUREGROUP_Lightmap = 17, + TEXTUREGROUP_RenderTarget = 18, + TEXTUREGROUP_MobileFlattened = 19, + TEXTUREGROUP_ProcBuilding_Face = 20, + TEXTUREGROUP_ProcBuilding_LightMap = 21, + TEXTUREGROUP_Shadowmap = 22, + TEXTUREGROUP_ColorLookupTable = 23, + TEXTUREGROUP_Terrain_Heightmap = 24, + TEXTUREGROUP_Terrain_Weightmap = 25, + TEXTUREGROUP_Bokeh = 26, + TEXTUREGROUP_IESLightProfile = 27, + TEXTUREGROUP_Pixels2D = 28, + TEXTUREGROUP_HierarchicalLOD = 29, + TEXTUREGROUP_Impostor = 30, + TEXTUREGROUP_ImpostorNormalDepth = 31, + TEXTUREGROUP_8BitData = 32, + TEXTUREGROUP_16BitData = 33, + TEXTUREGROUP_Project01 = 34, + TEXTUREGROUP_Project02 = 35, + TEXTUREGROUP_Project03 = 36, + TEXTUREGROUP_Project04 = 37, + TEXTUREGROUP_Project05 = 38, + TEXTUREGROUP_Project06 = 39, + TEXTUREGROUP_Project07 = 40, + TEXTUREGROUP_Project08 = 41, + TEXTUREGROUP_Project09 = 42, + TEXTUREGROUP_Project10 = 43, + TEXTUREGROUP_Project11 = 44, + TEXTUREGROUP_Project12 = 45, + TEXTUREGROUP_Project13 = 46, + TEXTUREGROUP_Project14 = 47, + TEXTUREGROUP_Project15 = 48, + TEXTUREGROUP_MAX = 49, +}; + +// Enum Engine.ETextureRenderTargetFormat +// NumValues: 0x000C +enum class ETextureRenderTargetFormat : uint8 +{ + RTF_R8 = 0, + RTF_RG8 = 1, + RTF_RGBA8 = 2, + RTF_RGBA8_SRGB = 3, + RTF_R16f = 4, + RTF_RG16f = 5, + RTF_RGBA16f = 6, + RTF_R32f = 7, + RTF_RG32f = 8, + RTF_RGBA32f = 9, + RTF_RGB10A2 = 10, + RTF_MAX = 11, +}; + +// Enum Engine.ETimecodeProviderSynchronizationState +// NumValues: 0x0005 +enum class ETimecodeProviderSynchronizationState : uint32 +{ + Closed = 0, + Error = 1, + Synchronized = 2, + Synchronizing = 3, + ETimecodeProviderSynchronizationState_MAX = 4, +}; + +// Enum Engine.ETimelineDirection +// NumValues: 0x0003 +enum class ETimelineDirection : uint8 +{ + Forward = 0, + Backward = 1, + ETimelineDirection_MAX = 2, +}; + +// Enum Engine.ETimelineLengthMode +// NumValues: 0x0003 +enum class ETimelineLengthMode : uint8 +{ + TL_TimelineLength = 0, + TL_LastKeyFrame = 1, + TL_MAX = 2, +}; + +// Enum Engine.ETimeStretchCurveMapping +// NumValues: 0x0004 +enum class ETimeStretchCurveMapping : uint8 +{ + T_Original = 0, + T_TargetMin = 1, + T_TargetMax = 2, + MAX = 3, +}; + +// Enum Engine.ETwitterIntegrationDelegate +// NumValues: 0x0004 +enum class ETwitterIntegrationDelegate : uint8 +{ + TID_AuthorizeComplete = 0, + TID_TweetUIComplete = 1, + TID_RequestComplete = 2, + TID_MAX = 3, +}; + +// Enum Engine.ETwitterRequestMethod +// NumValues: 0x0004 +enum class ETwitterRequestMethod : uint8 +{ + TRM_Get = 0, + TRM_Post = 1, + TRM_Delete = 2, + TRM_MAX = 3, +}; + +// Enum Engine.EUserDefinedStructureStatus +// NumValues: 0x0005 +enum class EUserDefinedStructureStatus : uint8 +{ + UDSS_UpToDate = 0, + UDSS_Dirty = 1, + UDSS_Error = 2, + UDSS_Duplicate = 3, + UDSS_MAX = 4, +}; + +// Enum Engine.EUIScalingRule +// NumValues: 0x0007 +enum class EUIScalingRule : uint8 +{ + ShortestSide = 0, + LongestSide = 1, + Horizontal = 2, + Vertical = 3, + ScaleToFit = 4, + Custom = 5, + EUIScalingRule_MAX = 6, +}; + +// Enum Engine.ERenderFocusRule +// NumValues: 0x0005 +enum class ERenderFocusRule : uint8 +{ + Always = 0, + NonPointer = 1, + NavigationOnly = 2, + Never = 3, + ERenderFocusRule_MAX = 4, +}; + +// Enum Engine.EVectorFieldConstructionOp +// NumValues: 0x0003 +enum class EVectorFieldConstructionOp : uint8 +{ + VFCO_Extrude = 0, + VFCO_Revolve = 1, + VFCO_MAX = 2, +}; + +// Enum Engine.EWindSourceType +// NumValues: 0x0003 +enum class EWindSourceType : uint8 +{ + Directional = 0, + Point = 1, + EWindSourceType_MAX = 2, +}; + +// Enum Engine.EPSCPoolMethod +// NumValues: 0x0006 +enum class EPSCPoolMethod : uint8 +{ + None = 0, + AutoRelease = 1, + ManualRelease = 2, + ManualRelease_OnComplete = 3, + FreeInPool = 4, + EPSCPoolMethod_MAX = 5, +}; + +// Enum Engine.EVolumeLightingMethod +// NumValues: 0x0003 +enum class EVolumeLightingMethod : uint8 +{ + VLM_VolumetricLightmap = 0, + VLM_SparseVolumeLightingSamples = 1, + VLM_MAX = 2, +}; + +// Enum Engine.EVisibilityAggressiveness +// NumValues: 0x0004 +enum class EVisibilityAggressiveness : uint8 +{ + VIS_LeastAggressive = 0, + VIS_ModeratelyAggressive = 1, + VIS_MostAggressive = 2, + VIS_Max = 3, +}; + +// ScriptStruct Engine.DistributionLookupTable +// 0x0020 (0x0020 - 0x0000) +struct FDistributionLookupTable final +{ +public: + float TimeScale; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeBias; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Values; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Op; // 0x0018(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 EntryCount; // 0x0019(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 EntryStride; // 0x001A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 SubEntryStride; // 0x001B(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 LockFlag; // 0x001C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDistributionLookupTable; + +// ScriptStruct Engine.RadialDamageParams +// 0x0014 (0x0014 - 0x0000) +struct FRadialDamageParams final +{ +public: + float BaseDamage; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinimumDamage; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InnerRadius; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OuterRadius; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DamageFalloff; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRadialDamageParams; + +// ScriptStruct Engine.Vector_NetQuantize +// 0x0000 (0x000C - 0x000C) +struct FVector_NetQuantize final : public FVector +{ +}; +DUMPER7_ASSERTS_FVector_NetQuantize; + +// ScriptStruct Engine.Vector_NetQuantizeNormal +// 0x0000 (0x000C - 0x000C) +struct FVector_NetQuantizeNormal final : public FVector +{ +}; +DUMPER7_ASSERTS_FVector_NetQuantizeNormal; + +// ScriptStruct Engine.HitResult +// 0x0088 (0x0088 - 0x0000) +struct FHitResult final +{ +public: + int32 FaceIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Distance; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize Location; // 0x000C(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize ImpactPoint; // 0x0018(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantizeNormal Normal; // 0x0024(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantizeNormal ImpactNormal; // 0x0030(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize TraceStart; // 0x003C(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize TraceEnd; // 0x0048(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PenetrationDepth; // 0x0054(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Item; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ElementIndex; // 0x005C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bBlockingHit : 1; // 0x005D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStartPenetrating : 1; // 0x005D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5E[0x2]; // 0x005E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TWeakObjectPtr PhysMaterial; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr Actor; // 0x0068(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr Component; // 0x0070(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0078(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MyBoneName; // 0x0080(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHitResult; + +// ScriptStruct Engine.DamageEvent +// 0x0010 (0x0010 - 0x0000) +struct FDamageEvent +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf DamageTypeClass; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDamageEvent; + +// ScriptStruct Engine.RadialDamageEvent +// 0x0030 (0x0040 - 0x0010) +struct FRadialDamageEvent final : public FDamageEvent +{ +public: + struct FRadialDamageParams Params; // 0x0010(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + struct FVector Origin; // 0x0024(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ComponentHits; // 0x0030(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRadialDamageEvent; + +// ScriptStruct Engine.VoiceSettings +// 0x0018 (0x0018 - 0x0000) +struct FVoiceSettings final +{ +public: + class USceneComponent* ComponentToAttachTo; // 0x0000(0x0008)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundAttenuation* AttenuationSettings; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundEffectSourcePresetChain* SourceEffectChain; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVoiceSettings; + +// ScriptStruct Engine.RawDistribution +// 0x0020 (0x0020 - 0x0000) +struct FRawDistribution +{ +public: + struct FDistributionLookupTable Table; // 0x0000(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRawDistribution; + +// ScriptStruct Engine.InputScaleBias +// 0x0008 (0x0008 - 0x0000) +struct FInputScaleBias final +{ +public: + float Scale; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bias; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputScaleBias; + +// ScriptStruct Engine.CachedAnimStateData +// 0x001C (0x001C - 0x0000) +struct FCachedAnimStateData final +{ +public: + class FName StateMachineName; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName StateName; // 0x0008(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0xC]; // 0x0010(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCachedAnimStateData; + +// ScriptStruct Engine.CachedAnimStateArray +// 0x0018 (0x0018 - 0x0000) +struct FCachedAnimStateArray final +{ +public: + TArray States; // 0x0000(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_10[0x8]; // 0x0010(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCachedAnimStateArray; + +// ScriptStruct Engine.FloatDistribution +// 0x0020 (0x0020 - 0x0000) +struct FFloatDistribution final +{ +public: + struct FDistributionLookupTable Table; // 0x0000(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFloatDistribution; + +// ScriptStruct Engine.SmartName +// 0x000C (0x000C - 0x0000) +struct FSmartName final +{ +public: + class FName DisplayName; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x4]; // 0x0008(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSmartName; + +// ScriptStruct Engine.RichCurveKey +// 0x001C (0x001C - 0x0000) +struct FRichCurveKey final +{ +public: + ERichCurveInterpMode InterpMode; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERichCurveTangentMode TangentMode; // 0x0001(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERichCurveTangentWeightMode TangentWeightMode; // 0x0002(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float Time; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArriveTangent; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArriveTangentWeight; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LeaveTangent; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LeaveTangentWeight; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRichCurveKey; + +// ScriptStruct Engine.AtmospherePrecomputeParameters +// 0x002C (0x002C - 0x0000) +struct FAtmospherePrecomputeParameters final +{ +public: + float DensityHeight; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DecayHeight; // 0x0004(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxScatteringOrder; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TransmittanceTexWidth; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TransmittanceTexHeight; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 IrradianceTexWidth; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 IrradianceTexHeight; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InscatterAltitudeSampleNum; // 0x001C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InscatterMuNum; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InscatterMuSNum; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InscatterNuNum; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAtmospherePrecomputeParameters; + +// ScriptStruct Engine.BlueprintComponentChangedPropertyInfo +// 0x0018 (0x0018 - 0x0000) +struct FBlueprintComponentChangedPropertyInfo final +{ +public: + class FName PropertyName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ArrayIndex; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UStruct* PropertyScope; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintComponentChangedPropertyInfo; + +// ScriptStruct Engine.MaterialRemapIndex +// 0x0018 (0x0018 - 0x0000) +struct FMaterialRemapIndex final +{ +public: + uint32 ImportVersionKey; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MaterialRemap; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialRemapIndex; + +// ScriptStruct Engine.VectorDistribution +// 0x0020 (0x0020 - 0x0000) +struct FVectorDistribution final +{ +public: + struct FDistributionLookupTable Table; // 0x0000(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVectorDistribution; + +// ScriptStruct Engine.HardwareCursorReference +// 0x0010 (0x0010 - 0x0000) +struct FHardwareCursorReference final +{ +public: + class FName CursorPath; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D HotSpot; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHardwareCursorReference; + +// ScriptStruct Engine.Vector4Distribution +// 0x0020 (0x0020 - 0x0000) +struct FVector4Distribution final +{ +public: + struct FDistributionLookupTable Table; // 0x0000(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVector4Distribution; + +// ScriptStruct Engine.RootMotionSourceStatus +// 0x0001 (0x0001 - 0x0000) +struct FRootMotionSourceStatus final +{ +public: + uint8 Flags; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSourceStatus; + +// ScriptStruct Engine.FloatRK4SpringInterpolator +// 0x0008 (0x0008 - 0x0000) +struct FFloatRK4SpringInterpolator final +{ +public: + float StiffnessConstant; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DampeningRatio; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFloatRK4SpringInterpolator; + +// ScriptStruct Engine.InputRange +// 0x0008 (0x0008 - 0x0000) +struct FInputRange final +{ +public: + float Min; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputRange; + +// ScriptStruct Engine.InputScaleBiasClamp +// 0x0030 (0x0030 - 0x0000) +struct FInputScaleBiasClamp final +{ +public: + bool bMapRange; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClampResult; // 0x0001(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInterpResult; // 0x0002(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FInputRange InRange; // 0x0004(0x0008)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FInputRange OutRange; // 0x000C(0x0008)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + float Scale; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bias; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClampMin; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClampMax; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeedIncreasing; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InterpSpeedDecreasing; // 0x0028(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInputScaleBiasClamp; + +// ScriptStruct Engine.CameraCutInfo +// 0x0010 (0x0010 - 0x0000) +struct FCameraCutInfo final +{ +public: + struct FVector Location; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Timestamp; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraCutInfo; + +// ScriptStruct Engine.TimelineVectorTrack +// 0x0040 (0x0040 - 0x0000) +struct FTimelineVectorTrack final +{ +public: + class UCurveVector* VectorCurve; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate InterpFunc; // 0x0008(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, NativeAccessSpecifierPublic) + class FName TrackName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName VectorPropertyName; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x18]; // 0x0028(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimelineVectorTrack; + +// ScriptStruct Engine.KeyHandleMap +// 0x0060 (0x0060 - 0x0000) +struct alignas(0x08) FKeyHandleMap final +{ +public: + uint8 Pad_0[0x60]; // 0x0000(0x0060)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKeyHandleMap; + +// ScriptStruct Engine.IndexedCurve +// 0x0068 (0x0068 - 0x0000) +struct FIndexedCurve +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FKeyHandleMap KeyHandlesToIndices; // 0x0008(0x0060)(Transient, Protected, NativeAccessSpecifierProtected) +}; +DUMPER7_ASSERTS_FIndexedCurve; + +// ScriptStruct Engine.RealCurve +// 0x0008 (0x0070 - 0x0068) +struct FRealCurve : public FIndexedCurve +{ +public: + float DefaultValue; // 0x0068(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERichCurveExtrapolation PreInfinityExtrap; // 0x006C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERichCurveExtrapolation PostInfinityExtrap; // 0x006D(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6E[0x2]; // 0x006E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FRealCurve; + +// ScriptStruct Engine.CollisionProfileName +// 0x0008 (0x0008 - 0x0000) +struct FCollisionProfileName final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollisionProfileName; + +// ScriptStruct Engine.PlatformInterfaceData +// 0x0030 (0x0030 - 0x0000) +struct FPlatformInterfaceData final +{ +public: + class FName DataName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPlatformInterfaceDataType Type; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 IntValue; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FloatValue; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString StringValue; // 0x0018(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* ObjectValue; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPlatformInterfaceData; + +// ScriptStruct Engine.InstancedStaticMeshLightMapInstanceData +// 0x0040 (0x0040 - 0x0000) +struct FInstancedStaticMeshLightMapInstanceData final +{ +public: + struct FTransform Transform; // 0x0000(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + TArray MapBuildDataIds; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInstancedStaticMeshLightMapInstanceData; + +// ScriptStruct Engine.URL +// 0x0068 (0x0068 - 0x0000) +struct FURL final +{ +public: + class FString Protocol; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Host; // 0x0010(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Port; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Valid; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Map; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString RedirectURL; // 0x0038(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Op; // 0x0048(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class FString Portal; // 0x0058(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FURL; + +// ScriptStruct Engine.VectorRK4SpringInterpolator +// 0x0008 (0x0008 - 0x0000) +struct FVectorRK4SpringInterpolator final +{ +public: + float StiffnessConstant; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DampeningRatio; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVectorRK4SpringInterpolator; + +// ScriptStruct Engine.EditedDocumentInfo +// 0x0030 (0x0030 - 0x0000) +struct FEditedDocumentInfo final +{ +public: + struct FSoftObjectPath EditedObjectPath; // 0x0000(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D SavedViewOffset; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SavedZoomAmount; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* EditedObject; // 0x0028(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FEditedDocumentInfo; + +// ScriptStruct Engine.NavAgentSelector +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FNavAgentSelector final +{ +public: + uint8 bSupportsAgent0 : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent1 : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent2 : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent3 : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent4 : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent5 : 1; // 0x0000(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent6 : 1; // 0x0000(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent7 : 1; // 0x0000(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent8 : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent9 : 1; // 0x0001(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent10 : 1; // 0x0001(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent11 : 1; // 0x0001(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent12 : 1; // 0x0001(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent13 : 1; // 0x0001(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent14 : 1; // 0x0001(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent15 : 1; // 0x0001(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNavAgentSelector; + +// ScriptStruct Engine.NavigationLinkBase +// 0x0030 (0x0030 - 0x0000) +struct FNavigationLinkBase +{ +public: + float LeftProjectHeight; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxFallDownLength; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x4]; // 0x0008(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + float SnapRadius; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SnapHeight; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FNavAgentSelector SupportedAgents; // 0x0014(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 bSupportsAgent0 : 1; // 0x0018(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent1 : 1; // 0x0018(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent2 : 1; // 0x0018(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent3 : 1; // 0x0018(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent4 : 1; // 0x0018(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent5 : 1; // 0x0018(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent6 : 1; // 0x0018(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent7 : 1; // 0x0018(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent8 : 1; // 0x0019(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent9 : 1; // 0x0019(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent10 : 1; // 0x0019(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent11 : 1; // 0x0019(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent12 : 1; // 0x0019(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent13 : 1; // 0x0019(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent14 : 1; // 0x0019(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportsAgent15 : 1; // 0x0019(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + ENavLinkDirection Direction; // 0x001C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseSnapHeight : 1; // 0x001D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSnapToCheapestArea : 1; // 0x001D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag0 : 1; // 0x001D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag1 : 1; // 0x001D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag2 : 1; // 0x001D(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag3 : 1; // 0x001D(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag4 : 1; // 0x001D(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag5 : 1; // 0x001D(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag6 : 1; // 0x001E(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCustomFlag7 : 1; // 0x001E(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1F[0x1]; // 0x001F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf AreaClass; // 0x0020(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNavigationLinkBase; + +// ScriptStruct Engine.NavigationLink +// 0x0018 (0x0048 - 0x0030) +struct FNavigationLink final : public FNavigationLinkBase +{ +public: + struct FVector Left; // 0x0030(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Right; // 0x003C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNavigationLink; + +// ScriptStruct Engine.BranchingPointNotifyPayload +// 0x0020 (0x0020 - 0x0000) +struct alignas(0x08) FBranchingPointNotifyPayload final +{ +public: + uint8 Pad_0[0x20]; // 0x0000(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBranchingPointNotifyPayload; + +// ScriptStruct Engine.AssetManagerSearchRules +// 0x0050 (0x0050 - 0x0000) +struct FAssetManagerSearchRules final +{ +public: + TArray AssetScanPaths; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray IncludePatterns; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray ExcludePatterns; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + class UClass* AssetBaseClass; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBlueprintClasses; // 0x0038(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceSynchronousScan; // 0x0039(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipVirtualPathExpansion; // 0x003A(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipManagerIncludeCheck; // 0x003B(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x14]; // 0x003C(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAssetManagerSearchRules; + +// ScriptStruct Engine.FormatArgumentData +// 0x0040 (0x0040 - 0x0000) +struct FFormatArgumentData final +{ +public: + class FString ArgumentName; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFormatArgumentType ArgumentValueType; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FText ArgumentValue; // 0x0018(0x0018)(Edit, BlueprintVisible, DisableEditOnTemplate, NativeAccessSpecifierPublic) + int32 ArgumentValueInt; // 0x0030(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ArgumentValueFloat; // 0x0034(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextGender ArgumentValueGender; // 0x0038(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFormatArgumentData; + +// ScriptStruct Engine.ComponentReference +// 0x0028 (0x0028 - 0x0000) +struct FComponentReference final +{ +public: + class AActor* OtherActor; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ComponentProperty; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString PathToComponent; // 0x0010(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_20[0x8]; // 0x0020(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FComponentReference; + +// ScriptStruct Engine.ActorComponentDuplicatedObjectData +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FActorComponentDuplicatedObjectData final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FActorComponentDuplicatedObjectData; + +// ScriptStruct Engine.ActorComponentInstanceData +// 0x0068 (0x0068 - 0x0000) +struct FActorComponentInstanceData +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* SourceComponentTemplate; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + EComponentCreationMethod SourceComponentCreationMethod; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 SourceComponentTypeSerializedIndex; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + TArray SavedProperties; // 0x0018(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + struct FActorComponentDuplicatedObjectData UniqueTransientPackage; // 0x0028(0x0010)(NoDestructor, Protected, NativeAccessSpecifierProtected) + TArray DuplicatedObjects; // 0x0038(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray ReferencedObjects; // 0x0048(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray ReferencedNames; // 0x0058(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) +}; +DUMPER7_ASSERTS_FActorComponentInstanceData; + +// ScriptStruct Engine.SceneComponentInstanceData +// 0x0050 (0x00B8 - 0x0068) +struct FSceneComponentInstanceData : public FActorComponentInstanceData +{ +public: + TMap AttachedInstanceComponents; // 0x0068(0x0050)(ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSceneComponentInstanceData; + +// ScriptStruct Engine.PrecomputedLightInstanceData +// 0x0058 (0x0110 - 0x00B8) +struct FPrecomputedLightInstanceData final : public FSceneComponentInstanceData +{ +public: + uint8 Pad_B8[0x8]; // 0x00B8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform Transform; // 0x00C0(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FGuid LightGuid; // 0x00F0(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PreviewShadowMapChannel; // 0x0100(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_104[0xC]; // 0x0104(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPrecomputedLightInstanceData; + +// ScriptStruct Engine.RootMotionFinishVelocitySettings +// 0x0014 (0x0014 - 0x0000) +struct FRootMotionFinishVelocitySettings final +{ +public: + ERootMotionFinishVelocityMode Mode; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector SetVelocity; // 0x0004(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClampVelocity; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings; + +// ScriptStruct Engine.ExpressionInput +// 0x0014 (0x0014 - 0x0000) +struct FExpressionInput +{ +public: + int32 OutputIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InputName; // 0x0004(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ExpressionName; // 0x000C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FExpressionInput; + +// ScriptStruct Engine.PoseLinkBase +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FPoseLinkBase +{ +public: + int32 LinkID; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPoseLinkBase; + +// ScriptStruct Engine.AnimCurveBase +// 0x0018 (0x0018 - 0x0000) +struct FAnimCurveBase +{ +public: + class FName LastObservedName; // 0x0000(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSmartName Name; // 0x0008(0x000C)(NoDestructor, NativeAccessSpecifierPublic) + int32 CurveTypeFlags; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FAnimCurveBase; + +// ScriptStruct Engine.InterpLookupPoint +// 0x000C (0x000C - 0x0000) +struct FInterpLookupPoint final +{ +public: + class FName GroupName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpLookupPoint; + +// ScriptStruct Engine.MaterialAttributesInput +// 0x0004 (0x0018 - 0x0014) +struct FMaterialAttributesInput final : public FExpressionInput +{ +public: + int32 PropertyConnectedBitmask; // 0x0014(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialAttributesInput; + +// ScriptStruct Engine.ExpressionOutput +// 0x0008 (0x0008 - 0x0000) +struct FExpressionOutput final +{ +public: + class FName OutputName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FExpressionOutput; + +// ScriptStruct Engine.BoneMirrorExport +// 0x0014 (0x0014 - 0x0000) +struct FBoneMirrorExport final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SourceBoneName; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAxis BoneFlipAxis; // 0x0010(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBoneMirrorExport; + +// ScriptStruct Engine.MaterialInput +// 0x0014 (0x0014 - 0x0000) +struct FMaterialInput +{ +public: + int32 OutputIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName InputName; // 0x0004(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ExpressionName; // 0x000C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialInput; + +// ScriptStruct Engine.TexturePlatformData +// 0x0030 (0x0030 - 0x0000) +struct alignas(0x08) FTexturePlatformData final +{ +public: + uint8 Pad_0[0x30]; // 0x0000(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTexturePlatformData; + +// ScriptStruct Engine.ColorMaterialInput +// 0x0000 (0x0014 - 0x0014) +struct FColorMaterialInput final : public FMaterialInput +{ +}; +DUMPER7_ASSERTS_FColorMaterialInput; + +// ScriptStruct Engine.RichCurve +// 0x0010 (0x0080 - 0x0070) +struct FRichCurve final : public FRealCurve +{ +public: + TArray Keys; // 0x0070(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRichCurve; + +// ScriptStruct Engine.RuntimeFloatCurve +// 0x0088 (0x0088 - 0x0000) +struct FRuntimeFloatCurve final +{ +public: + struct FRichCurve EditorCurveData; // 0x0000(0x0080)(NativeAccessSpecifierPublic) + class UCurveFloat* ExternalCurve; // 0x0080(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRuntimeFloatCurve; + +// ScriptStruct Engine.AttenuationSubmixSendSettings +// 0x00A8 (0x00A8 - 0x0000) +struct FAttenuationSubmixSendSettings final +{ +public: + class USoundSubmixBase* Submix; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESubmixSendMethod SubmixSendMethod; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float SubmixSendLevelMin; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubmixSendLevelMax; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubmixSendDistanceMin; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SubmixSendDistanceMax; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ManualSubmixSendLevel; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve CustomSubmixSendCurve; // 0x0020(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAttenuationSubmixSendSettings; + +// ScriptStruct Engine.ScalarMaterialInput +// 0x0000 (0x0014 - 0x0014) +struct FScalarMaterialInput final : public FMaterialInput +{ +}; +DUMPER7_ASSERTS_FScalarMaterialInput; + +// ScriptStruct Engine.AnimNode_Base +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FAnimNode_Base +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_Base; + +// ScriptStruct Engine.FilePath +// 0x0010 (0x0010 - 0x0000) +struct FFilePath final +{ +public: + class FString FilePath; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFilePath; + +// ScriptStruct Engine.ImportFactorySettingValues +// 0x0020 (0x0020 - 0x0000) +struct FImportFactorySettingValues final +{ +public: + class FString SettingName; // 0x0000(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Value; // 0x0010(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FImportFactorySettingValues; + +// ScriptStruct Engine.EditorImportWorkflowDefinition +// 0x0020 (0x0020 - 0x0000) +struct FEditorImportWorkflowDefinition final +{ +public: + struct FFilePath ImportFilePath; // 0x0000(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + TArray FactorySettings; // 0x0010(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEditorImportWorkflowDefinition; + +// ScriptStruct Engine.TTTrackBase +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FTTTrackBase +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class FName TrackName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + bool bIsExternalCurve; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTTTrackBase; + +// ScriptStruct Engine.ShadingModelMaterialInput +// 0x0000 (0x0014 - 0x0014) +struct FShadingModelMaterialInput final : public FMaterialInput +{ +}; +DUMPER7_ASSERTS_FShadingModelMaterialInput; + +// ScriptStruct Engine.VectorMaterialInput +// 0x0000 (0x0014 - 0x0014) +struct FVectorMaterialInput final : public FMaterialInput +{ +}; +DUMPER7_ASSERTS_FVectorMaterialInput; + +// ScriptStruct Engine.PoseLink +// 0x0000 (0x0010 - 0x0010) +struct FPoseLink final : public FPoseLinkBase +{ +}; +DUMPER7_ASSERTS_FPoseLink; + +// ScriptStruct Engine.AnimNode_SingleNode +// 0x0020 (0x0030 - 0x0010) +struct FAnimNode_SingleNode final : public FAnimNode_Base +{ +public: + struct FPoseLink SourcePose; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_20[0x10]; // 0x0020(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_SingleNode; + +// ScriptStruct Engine.PerPlatformInt +// 0x0004 (0x0004 - 0x0000) +struct FPerPlatformInt final +{ +public: + int32 Default; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPerPlatformInt; + +// ScriptStruct Engine.FastArraySerializer +// 0x0108 (0x0108 - 0x0000) +struct alignas(0x08) FFastArraySerializer +{ +public: + uint8 Pad_0[0x54]; // 0x0000(0x0054)(Fixing Size After Last Property [ Dumper-7 ]) + int32 ArrayReplicationKey; // 0x0054(0x0004)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_58[0xA8]; // 0x0058(0x00A8)(Fixing Size After Last Property [ Dumper-7 ]) + EFastArraySerializerDeltaFlags DeltaFlags; // 0x0100(0x0001)(ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_101[0x7]; // 0x0101(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFastArraySerializer; + +// ScriptStruct Engine.CanvasIcon +// 0x0018 (0x0018 - 0x0000) +struct FCanvasIcon final +{ +public: + class UTexture* Texture; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float U; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float V; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float UL; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VL; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCanvasIcon; + +// ScriptStruct Engine.Vector2MaterialInput +// 0x0000 (0x0014 - 0x0014) +struct FVector2MaterialInput final : public FMaterialInput +{ +}; +DUMPER7_ASSERTS_FVector2MaterialInput; + +// ScriptStruct Engine.AlphaBlend +// 0x0030 (0x0030 - 0x0000) +struct FAlphaBlend final +{ +public: + class UCurveFloat* CustomCurve; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float BlendTime; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_C[0x18]; // 0x000C(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + EAlphaBlendOption BlendOption; // 0x0024(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_25[0xB]; // 0x0025(0x000B)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAlphaBlend; + +// ScriptStruct Engine.InputAlphaBoolBlend +// 0x0048 (0x0048 - 0x0000) +struct FInputAlphaBoolBlend final +{ +public: + float BlendInTime; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAlphaBlendOption BlendOption; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInitialized; // 0x0009(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* CustomCurve; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FAlphaBlend AlphaBlend; // 0x0018(0x0030)(Transient, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputAlphaBoolBlend; + +// ScriptStruct Engine.AnimNode_ApplyMeshSpaceAdditive +// 0x00C0 (0x00D0 - 0x0010) +struct FAnimNode_ApplyMeshSpaceAdditive final : public FAnimNode_Base +{ +public: + struct FPoseLink Base; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FPoseLink Additive; // 0x0020(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + EAnimAlphaInputType AlphaInputType; // 0x0030(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Alpha; // 0x0034(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAlphaBoolEnabled : 1; // 0x0038(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FInputAlphaBoolBlend AlphaBoolBlend; // 0x0040(0x0048)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + class FName AlphaCurveName; // 0x0088(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInputScaleBias AlphaScaleBias; // 0x0090(0x0008)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FInputScaleBiasClamp AlphaScaleBiasClamp; // 0x0098(0x0030)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + int32 LODThreshold; // 0x00C8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CC[0x4]; // 0x00CC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_ApplyMeshSpaceAdditive; + +// ScriptStruct Engine.LatentActionInfo +// 0x0018 (0x0018 - 0x0000) +struct FLatentActionInfo final +{ +public: + int32 Linkage; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UUID; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ExecutionFunction; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* CallbackTarget; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLatentActionInfo; + +// ScriptStruct Engine.CollectionReference +// 0x0008 (0x0008 - 0x0000) +struct FCollectionReference final +{ +public: + class FName CollectionName; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollectionReference; + +// ScriptStruct Engine.AnimationStateBase +// 0x0008 (0x0008 - 0x0000) +struct FAnimationStateBase +{ +public: + class FName StateName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimationStateBase; + +// ScriptStruct Engine.AnimationTransitionBetweenStates +// 0x0038 (0x0040 - 0x0008) +struct FAnimationTransitionBetweenStates final : public FAnimationStateBase +{ +public: + int32 PreviousState; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NextState; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CrossfadeDuration; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartNotify; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EndNotify; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InterruptNotify; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAlphaBlendOption BlendMode; // 0x0020(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* CustomCurve; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UBlendProfile* BlendProfile; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETransitionLogicType LogicType; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationTransitionBetweenStates; + +// ScriptStruct Engine.CustomPrimitiveData +// 0x0010 (0x0010 - 0x0000) +struct FCustomPrimitiveData final +{ +public: + TArray Data; // 0x0000(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomPrimitiveData; + +// ScriptStruct Engine.MaterialProxySettings +// 0x0088 (0x0088 - 0x0000) +struct FMaterialProxySettings final +{ +public: + struct FIntPoint TextureSize; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GutterSpace; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MetallicConstant; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RoughnessConstant; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnisotropyConstant; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpecularConstant; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OpacityConstant; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OpacityMaskConstant; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionConstant; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureSizingType TextureSizingType; // 0x0028(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialMergeType MaterialMergeType; // 0x0029(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBlendMode BlendMode; // 0x002A(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAllowTwoSidedMaterial : 1; // 0x002B(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNormalMap : 1; // 0x002B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTangentMap : 1; // 0x002B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMetallicMap : 1; // 0x002B(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRoughnessMap : 1; // 0x002B(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAnisotropyMap : 1; // 0x002B(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSpecularMap : 1; // 0x002B(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEmissiveMap : 1; // 0x002B(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOpacityMap : 1; // 0x002C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOpacityMaskMap : 1; // 0x002C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAmbientOcclusionMap : 1; // 0x002C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FIntPoint DiffuseTextureSize; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint NormalTextureSize; // 0x0038(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint TangentTextureSize; // 0x0040(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint MetallicTextureSize; // 0x0048(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint RoughnessTextureSize; // 0x0050(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint AnisotropyTextureSize; // 0x0058(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint SpecularTextureSize; // 0x0060(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint EmissiveTextureSize; // 0x0068(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint OpacityTextureSize; // 0x0070(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint OpacityMaskTextureSize; // 0x0078(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint AmbientOcclusionTextureSize; // 0x0080(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialProxySettings; + +// ScriptStruct Engine.ConvolutionBloomSettings +// 0x0028 (0x0028 - 0x0000) +struct FConvolutionBloomSettings final +{ +public: + class UTexture2D* Texture; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Size; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D CenterUV; // 0x000C(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreFilterMin; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreFilterMax; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreFilterMult; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BufferScale; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConvolutionBloomSettings; + +// ScriptStruct Engine.StreamingLevelsToConsider +// 0x0028 (0x0028 - 0x0000) +struct FStreamingLevelsToConsider final +{ +public: + TArray StreamingLevels; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_10[0x18]; // 0x0010(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStreamingLevelsToConsider; + +// ScriptStruct Engine.CollisionResponseContainer +// 0x0020 (0x0020 - 0x0000) +struct FCollisionResponseContainer final +{ +public: + ECollisionResponse WorldStatic; // 0x0000(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse WorldDynamic; // 0x0001(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse Pawn; // 0x0002(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse Visibility; // 0x0003(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse Camera; // 0x0004(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse PhysicsBody; // 0x0005(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse Vehicle; // 0x0006(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse Destructible; // 0x0007(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse EngineTraceChannel1; // 0x0008(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse EngineTraceChannel2; // 0x0009(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse EngineTraceChannel3; // 0x000A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse EngineTraceChannel4; // 0x000B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse EngineTraceChannel5; // 0x000C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse EngineTraceChannel6; // 0x000D(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel1; // 0x000E(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel2; // 0x000F(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel3; // 0x0010(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel4; // 0x0011(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel5; // 0x0012(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel6; // 0x0013(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel7; // 0x0014(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel8; // 0x0015(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel9; // 0x0016(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel10; // 0x0017(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel11; // 0x0018(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel12; // 0x0019(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel13; // 0x001A(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel14; // 0x001B(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel15; // 0x001C(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel16; // 0x001D(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel17; // 0x001E(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse GameTraceChannel18; // 0x001F(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollisionResponseContainer; + +// ScriptStruct Engine.LocalSpacePose +// 0x0020 (0x0020 - 0x0000) +struct FLocalSpacePose final +{ +public: + TArray Transforms; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray Names; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLocalSpacePose; + +// ScriptStruct Engine.SimpleMemberReference +// 0x0020 (0x0020 - 0x0000) +struct FSimpleMemberReference final +{ +public: + class UObject* MemberParent; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MemberName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid MemberGuid; // 0x0010(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSimpleMemberReference; + +// ScriptStruct Engine.GraphReference +// 0x0020 (0x0020 - 0x0000) +struct FGraphReference final +{ +public: + class UEdGraph* MacroGraph; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UBlueprint* GraphBlueprint; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FGuid GraphGuid; // 0x0010(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) +}; +DUMPER7_ASSERTS_FGraphReference; + +// ScriptStruct Engine.GenericStruct +// 0x0004 (0x0004 - 0x0000) +struct FGenericStruct final +{ +public: + int32 Data; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGenericStruct; + +// ScriptStruct Engine.BlueprintEditorPromotionSettings +// 0x0030 (0x0030 - 0x0000) +struct FBlueprintEditorPromotionSettings final +{ +public: + struct FFilePath FirstMeshPath; // 0x0000(0x0010)(Edit, NativeAccessSpecifierPublic) + struct FFilePath SecondMeshPath; // 0x0010(0x0010)(Edit, NativeAccessSpecifierPublic) + struct FFilePath DefaultParticleAsset; // 0x0020(0x0010)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintEditorPromotionSettings; + +// ScriptStruct Engine.AnimNode_CustomProperty +// 0x0048 (0x0058 - 0x0010) +struct FAnimNode_CustomProperty : public FAnimNode_Base +{ +public: + TArray SourcePropertyNames; // 0x0010(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + TArray DestPropertyNames; // 0x0020(0x0010)(ZeroConstructor, Protected, NativeAccessSpecifierProtected) + class UObject* TargetInstance; // 0x0030(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_38[0x20]; // 0x0038(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_CustomProperty; + +// ScriptStruct Engine.AnimSyncMarker +// 0x000C (0x000C - 0x0000) +struct FAnimSyncMarker final +{ +public: + class FName MarkerName; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0008(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimSyncMarker; + +// ScriptStruct Engine.MarkerSyncData +// 0x0020 (0x0020 - 0x0000) +struct FMarkerSyncData final +{ +public: + TArray AuthoredSyncMarkers; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_10[0x10]; // 0x0010(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMarkerSyncData; + +// ScriptStruct Engine.RollbackNetStartupActorInfo +// 0x00B0 (0x00B0 - 0x0000) +struct FRollbackNetStartupActorInfo final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* Archetype; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0x28]; // 0x0010(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + class ULevel* Level; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x60]; // 0x0040(0x0060)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjReferences; // 0x00A0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRollbackNetStartupActorInfo; + +// ScriptStruct Engine.TickFunction +// 0x0028 (0x0028 - 0x0000) +struct alignas(0x08) FTickFunction +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + ETickingGroup TickGroup; // 0x0008(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETickingGroup EndTickGroup; // 0x0009(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bTickEvenWhenPaused : 1; // 0x000A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanEverTick : 1; // 0x000A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStartWithTickEnabled : 1; // 0x000A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowTickOnDedicatedServer : 1; // 0x000A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, DisableEditOnInstance, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B[0x1]; // 0x000B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float TickInterval; // 0x000C(0x0004)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0x18]; // 0x0010(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTickFunction; + +// ScriptStruct Engine.KShapeElem +// 0x0030 (0x0030 - 0x0000) +struct alignas(0x08) FKShapeElem +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float RestOffset; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Name; // 0x000C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bContributeToMass : 1; // 0x0018(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + ECollisionEnabled CollisionEnabled; // 0x0019(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1A[0x16]; // 0x001A(0x0016)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKShapeElem; + +// ScriptStruct Engine.KBoxElem +// 0x0028 (0x0058 - 0x0030) +struct FKBoxElem final : public FKShapeElem +{ +public: + struct FVector Center; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float X; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Y; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Z; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKBoxElem; + +// ScriptStruct Engine.CustomDefine +// 0x0020 (0x0020 - 0x0000) +struct FCustomDefine final +{ +public: + class FString DefineName; // 0x0000(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DefineValue; // 0x0010(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomDefine; + +// ScriptStruct Engine.ActorComponentTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FActorComponentTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FActorComponentTickFunction; + +// ScriptStruct Engine.CollectionParameterBase +// 0x0018 (0x0018 - 0x0000) +struct FCollectionParameterBase +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ID; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollectionParameterBase; + +// ScriptStruct Engine.CollectionVectorParameter +// 0x0010 (0x0028 - 0x0018) +struct FCollectionVectorParameter final : public FCollectionParameterBase +{ +public: + struct FLinearColor DefaultValue; // 0x0018(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollectionVectorParameter; + +// ScriptStruct Engine.TimerHandle +// 0x0008 (0x0008 - 0x0000) +struct FTimerHandle final +{ +public: + uint64 Handle; // 0x0000(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FTimerHandle; + +// ScriptStruct Engine.SubtitleCue +// 0x0020 (0x0020 - 0x0000) +struct FSubtitleCue final +{ +public: + class FText Text; // 0x0000(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic) + float Time; // 0x0018(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSubtitleCue; + +// ScriptStruct Engine.InterpControlPoint +// 0x001C (0x001C - 0x0000) +struct FInterpControlPoint final +{ +public: + struct FVector PositionControlPoint; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPositionIsRelative; // 0x000C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0xF]; // 0x000D(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpControlPoint; + +// ScriptStruct Engine.PredictProjectilePathPointData +// 0x001C (0x001C - 0x0000) +struct FPredictProjectilePathPointData final +{ +public: + struct FVector Location; // 0x0000(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Velocity; // 0x000C(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0018(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPredictProjectilePathPointData; + +// ScriptStruct Engine.PredictProjectilePathResult +// 0x00B8 (0x00B8 - 0x0000) +struct FPredictProjectilePathResult final +{ +public: + TArray PathData; // 0x0000(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + struct FPredictProjectilePathPointData LastTraceDestination; // 0x0010(0x001C)(Edit, BlueprintVisible, BlueprintReadOnly, EditConst, NoDestructor, NativeAccessSpecifierPublic) + struct FHitResult HitResult; // 0x002C(0x0088)(Edit, BlueprintVisible, BlueprintReadOnly, EditConst, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_B4[0x4]; // 0x00B4(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPredictProjectilePathResult; + +// ScriptStruct Engine.PlatformInterfaceDelegateResult +// 0x0038 (0x0038 - 0x0000) +struct FPlatformInterfaceDelegateResult final +{ +public: + bool bSuccessful; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPlatformInterfaceData Data; // 0x0008(0x0030)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPlatformInterfaceDelegateResult; + +// ScriptStruct Engine.DebugFloatHistory +// 0x0020 (0x0020 - 0x0000) +struct FDebugFloatHistory final +{ +public: + TArray Samples; // 0x0000(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + float MaxSamples; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinValue; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxValue; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoAdjustMinMax; // 0x001C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDebugFloatHistory; + +// ScriptStruct Engine.UserActivity +// 0x0018 (0x0018 - 0x0000) +struct FUserActivity final +{ +public: + class FString ActionName; // 0x0000(0x0010)(BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0x8]; // 0x0010(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FUserActivity; + +// ScriptStruct Engine.BookmarkBaseJumpToSettings +// 0x0001 (0x0001 - 0x0000) +struct FBookmarkBaseJumpToSettings +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBookmarkBaseJumpToSettings; + +// ScriptStruct Engine.BookmarkJumpToSettings +// 0x0000 (0x0001 - 0x0001) +struct FBookmarkJumpToSettings final : public FBookmarkBaseJumpToSettings +{ +}; +DUMPER7_ASSERTS_FBookmarkJumpToSettings; + +// ScriptStruct Engine.DebugDisplayProperty +// 0x0020 (0x0020 - 0x0000) +struct FDebugDisplayProperty final +{ +public: + class UObject* Obj; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf WithinClass; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0x10]; // 0x0010(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDebugDisplayProperty; + +// ScriptStruct Engine.FastArraySerializerItem +// 0x000C (0x000C - 0x0000) +struct FFastArraySerializerItem +{ +public: + int32 ReplicationID; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReplicationKey; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MostRecentArrayReplicationKey; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFastArraySerializerItem; + +// ScriptStruct Engine.TableRowBase +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FTableRowBase +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTableRowBase; + +// ScriptStruct Engine.PerBoneBlendWeight +// 0x0008 (0x0008 - 0x0000) +struct FPerBoneBlendWeight final +{ +public: + int32 SourceIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendWeight; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPerBoneBlendWeight; + +// ScriptStruct Engine.SoundWaveSpectralDataEntry +// 0x0008 (0x0008 - 0x0000) +struct FSoundWaveSpectralDataEntry final +{ +public: + float Magnitude; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalizedMagnitude; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundWaveSpectralDataEntry; + +// ScriptStruct Engine.SoundWaveSpectralTimeData +// 0x0018 (0x0018 - 0x0000) +struct FSoundWaveSpectralTimeData final +{ +public: + TArray Data; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float TimeSec; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSoundWaveSpectralTimeData; + +// ScriptStruct Engine.CurveTableRowHandle +// 0x0010 (0x0010 - 0x0000) +struct FCurveTableRowHandle final +{ +public: + class UCurveTable* CurveTable; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RowName; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCurveTableRowHandle; + +// ScriptStruct Engine.Vector_NetQuantize100 +// 0x0000 (0x000C - 0x000C) +struct FVector_NetQuantize100 final : public FVector +{ +}; +DUMPER7_ASSERTS_FVector_NetQuantize100; + +// ScriptStruct Engine.Vector_NetQuantize10 +// 0x0000 (0x000C - 0x000C) +struct FVector_NetQuantize10 final : public FVector +{ +}; +DUMPER7_ASSERTS_FVector_NetQuantize10; + +// ScriptStruct Engine.SwarmDebugOptions +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FSwarmDebugOptions final +{ +public: + uint8 bDistributionEnabled : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bForceContentExport : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInitialized : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSwarmDebugOptions; + +// ScriptStruct Engine.AnimInstanceProxy +// 0x0770 (0x0770 - 0x0000) +struct alignas(0x10) FAnimInstanceProxy +{ +public: + uint8 Pad_0[0x770]; // 0x0000(0x0770)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimInstanceProxy; + +// ScriptStruct Engine.BakedStateExitTransition +// 0x0020 (0x0020 - 0x0000) +struct FBakedStateExitTransition final +{ +public: + int32 CanTakeDelegateIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CustomResultNodeIndex; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TransitionIndex; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDesiredTransitionReturnValue; // 0x000C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutomaticRemainingTimeRule; // 0x000D(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray PoseEvaluatorLinks; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBakedStateExitTransition; + +// ScriptStruct Engine.DebugCameraControllerSettingsViewModeIndex +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FDebugCameraControllerSettingsViewModeIndex final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + EViewModeIndex ViewModeIndex; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDebugCameraControllerSettingsViewModeIndex; + +// ScriptStruct Engine.MemberReference +// 0x0038 (0x0038 - 0x0000) +struct FMemberReference final +{ +public: + class UObject* MemberParent; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class FString MemberScope; // 0x0008(0x0010)(ZeroConstructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class FName MemberName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FGuid MemberGuid; // 0x0020(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bSelfContext; // 0x0030(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + bool bWasDeprecated; // 0x0031(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_32[0x6]; // 0x0032(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMemberReference; + +// ScriptStruct Engine.ChildActorAttachedActorInfo +// 0x0040 (0x0040 - 0x0000) +struct FChildActorAttachedActorInfo final +{ +public: + TWeakObjectPtr Actor; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SocketName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform RelativeTransform; // 0x0010(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FChildActorAttachedActorInfo; + +// ScriptStruct Engine.ChildActorComponentInstanceData +// 0x0030 (0x00E8 - 0x00B8) +struct FChildActorComponentInstanceData final : public FSceneComponentInstanceData +{ +public: + TSubclassOf ChildActorClass; // 0x00B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ChildActorName; // 0x00C0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray AttachedActors; // 0x00C8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_D8[0x10]; // 0x00D8(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FChildActorComponentInstanceData; + +// ScriptStruct Engine.TimelineFloatTrack +// 0x0040 (0x0040 - 0x0000) +struct FTimelineFloatTrack final +{ +public: + class UCurveFloat* FloatCurve; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate InterpFunc; // 0x0008(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, NativeAccessSpecifierPublic) + class FName TrackName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FloatPropertyName; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x18]; // 0x0028(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimelineFloatTrack; + +// ScriptStruct Engine.WalkableSlopeOverride +// 0x0010 (0x0010 - 0x0000) +struct FWalkableSlopeOverride final +{ +public: + EWalkableSlopeBehavior WalkableSlopeBehavior; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float WalkableSlopeAngle; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FWalkableSlopeOverride; + +// ScriptStruct Engine.TextSizingParameters +// 0x0028 (0x0028 - 0x0000) +struct FTextSizingParameters final +{ +public: + float DrawX; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawY; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawXL; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DrawYL; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Scaling; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* DrawFont; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D SpacingAdjust; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTextSizingParameters; + +// ScriptStruct Engine.ResponseChannel +// 0x000C (0x000C - 0x0000) +struct FResponseChannel final +{ +public: + class FName Channel; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse Response; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FResponseChannel; + +// ScriptStruct Engine.CollisionResponse +// 0x0030 (0x0030 - 0x0000) +struct FCollisionResponse final +{ +public: + struct FCollisionResponseContainer ResponseToChannels; // 0x0000(0x0020)(Transient, NoDestructor, NativeAccessSpecifierPrivate) + TArray ResponseArray; // 0x0020(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FCollisionResponse; + +// ScriptStruct Engine.BodyInstance +// 0x0140 (0x0158 - 0x0018) +struct FBodyInstance final : public FBodyInstanceCore +{ +public: + uint8 Pad_18[0x6]; // 0x0018(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + ECollisionChannel ObjectType; // 0x001E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1F[0x1]; // 0x001F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + ECollisionEnabled CollisionEnabled; // 0x0020(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_21[0x38]; // 0x0021(0x0038)(Fixing Size After Last Property [ Dumper-7 ]) + ESleepFamily SleepFamily; // 0x0059(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDOFMode DOFMode; // 0x005A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseCCD : 1; // 0x005B(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreAnalyticCollisions : 1; // 0x005B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bNotifyRigidBodyCollision : 1; // 0x005B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_5B_3 : 1; // 0x005B(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bLockTranslation : 1; // 0x005B(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockRotation : 1; // 0x005B(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockXTranslation : 1; // 0x005B(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockYTranslation : 1; // 0x005B(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockZTranslation : 1; // 0x005C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockXRotation : 1; // 0x005C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockYRotation : 1; // 0x005C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockZRotation : 1; // 0x005C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideMaxAngularVelocity : 1; // 0x005C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_5C_5 : 2; // 0x005C(0x0001)(Fixing Bit-Field Size Between Bits [ Dumper-7 ]) + uint8 bOverrideMaxDepenetrationVelocity : 1; // 0x005C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bOverrideWalkableSlopeOnInstance : 1; // 0x005D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bInterpolateWhenSubStepping : 1; // 0x005D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_5E[0xE]; // 0x005E(0x000E)(Fixing Size After Last Property [ Dumper-7 ]) + class FName CollisionProfileName; // 0x006C(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 PositionSolverIterationCount; // 0x0074(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 VelocitySolverIterationCount; // 0x0075(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_76[0x2]; // 0x0076(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FCollisionResponse CollisionResponses; // 0x0078(0x0030)(Edit, NativeAccessSpecifierPrivate) + float MaxDepenetrationVelocity; // 0x00A8(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float MassInKgOverride; // 0x00AC(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_B0[0x8]; // 0x00B0(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float LinearDamping; // 0x00B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularDamping; // 0x00BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CustomDOFPlaneNormal; // 0x00C0(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector COMNudge; // 0x00CC(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MassScale; // 0x00D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InertiaTensorScale; // 0x00DC(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E8[0x10]; // 0x00E8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + struct FWalkableSlopeOverride WalkableSlopeOverride; // 0x00F8(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, NativeAccessSpecifierProtected) + class UPhysicalMaterial* PhysMaterialOverride; // 0x0108(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float MaxAngularVelocity; // 0x0110(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CustomSleepThresholdMultiplier; // 0x0114(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StabilizationThresholdMultiplier; // 0x0118(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PhysicsBlendWeight; // 0x011C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_120[0x38]; // 0x0120(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBodyInstance; + +// ScriptStruct Engine.DirectoryPath +// 0x0010 (0x0010 - 0x0000) +struct FDirectoryPath final +{ +public: + class FString Path; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDirectoryPath; + +// ScriptStruct Engine.BuildPromotionNewProjectSettings +// 0x0020 (0x0020 - 0x0000) +struct FBuildPromotionNewProjectSettings final +{ +public: + struct FDirectoryPath NewProjectFolderOverride; // 0x0000(0x0010)(Edit, NativeAccessSpecifierPublic) + class FString NewProjectNameOverride; // 0x0010(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBuildPromotionNewProjectSettings; + +// ScriptStruct Engine.SoundWaveSpectralData +// 0x000C (0x000C - 0x0000) +struct FSoundWaveSpectralData final +{ +public: + float FrequencyHz; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Magnitude; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalizedMagnitude; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundWaveSpectralData; + +// ScriptStruct Engine.CullDistanceSizePair +// 0x0008 (0x0008 - 0x0000) +struct FCullDistanceSizePair final +{ +public: + float Size; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CullDistance; // 0x0004(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCullDistanceSizePair; + +// ScriptStruct Engine.PSCPoolElem +// 0x0010 (0x0010 - 0x0000) +struct FPSCPoolElem final +{ +public: + class UParticleSystemComponent* PSC; // 0x0000(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPSCPoolElem; + +// ScriptStruct Engine.ToggleTrackKey +// 0x0008 (0x0008 - 0x0000) +struct FToggleTrackKey final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETrackToggleAction ToggleAction; // 0x0004(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FToggleTrackKey; + +// ScriptStruct Engine.RootMotionSourceSettings +// 0x0001 (0x0001 - 0x0000) +struct FRootMotionSourceSettings final +{ +public: + uint8 Flags; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSourceSettings; + +// ScriptStruct Engine.RootMotionMovementParams +// 0x0040 (0x0040 - 0x0000) +struct FRootMotionMovementParams final +{ +public: + bool bHasRootMotion; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendWeight; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform RootMotionTransform; // 0x0010(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionMovementParams; + +// ScriptStruct Engine.RootMotionSource +// 0x00A0 (0x00A0 - 0x0000) +#pragma pack(push, 0x1) +struct alignas(0x10) FRootMotionSource +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + uint16 Priority; // 0x0010(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint16 LocalID; // 0x0012(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERootMotionAccumulateMode AccumulateMode; // 0x0014(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName InstanceName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CurrentTime; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreviousTime; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRootMotionSourceStatus Status; // 0x0030(0x0001)(NoDestructor, NativeAccessSpecifierPublic) + struct FRootMotionSourceSettings Settings; // 0x0031(0x0001)(NoDestructor, NativeAccessSpecifierPublic) + bool bInLocalSpace; // 0x0032(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33[0xD]; // 0x0033(0x000D)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRootMotionMovementParams RootMotionParams; // 0x0040(0x0040)(NoDestructor, NativeAccessSpecifierPublic) + struct FRootMotionFinishVelocitySettings FinishVelocityParams; // 0x0080(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_94[0x4]; // 0x0094(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +#pragma pack(pop) +DUMPER7_ASSERTS_FRootMotionSource; + +// ScriptStruct Engine.RootMotionSource_MoveToForce +// 0x0020 (0x00C0 - 0x00A0) +struct FRootMotionSource_MoveToForce final : public FRootMotionSource +{ +public: + struct FVector StartLocation; // 0x0098(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TargetLocation; // 0x00A4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRestrictSpeedToExpected; // 0x00B0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B1[0x7]; // 0x00B1(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveVector* PathOffsetCurve; // 0x00B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSource_MoveToForce; + +// ScriptStruct Engine.LightingChannels +// 0x0001 (0x0001 - 0x0000) +struct FLightingChannels final +{ +public: + uint8 bChannel0 : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bChannel1 : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bChannel2 : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) +}; +DUMPER7_ASSERTS_FLightingChannels; + +// ScriptStruct Engine.KeyHandleLookupTable +// 0x0060 (0x0060 - 0x0000) +struct alignas(0x08) FKeyHandleLookupTable +{ +public: + uint8 Pad_0[0x60]; // 0x0000(0x0060)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKeyHandleLookupTable; + +// ScriptStruct Engine.PointerToUberGraphFrame +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FPointerToUberGraphFrame final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPointerToUberGraphFrame; + +// ScriptStruct Engine.BranchFilter +// 0x000C (0x000C - 0x0000) +struct FBranchFilter final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 BlendDepth; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBranchFilter; + +// ScriptStruct Engine.InputBlendPose +// 0x0010 (0x0010 - 0x0000) +struct FInputBlendPose final +{ +public: + TArray BranchFilters; // 0x0000(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputBlendPose; + +// ScriptStruct Engine.SlotEvaluationPose +// 0x00E0 (0x00E0 - 0x0000) +struct alignas(0x08) FSlotEvaluationPose final +{ +public: + EAdditiveAnimationType AdditiveType; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Weight; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0xD8]; // 0x0008(0x00D8)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSlotEvaluationPose; + +// ScriptStruct Engine.BoneNode +// 0x0010 (0x0010 - 0x0000) +struct FBoneNode final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParentIndex; // 0x0008(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneTranslationRetargetingMode TranslationRetargetingMode; // 0x000C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBoneNode; + +// ScriptStruct Engine.SoundDebugEntry +// 0x0020 (0x0020 - 0x0000) +struct FSoundDebugEntry final +{ +public: + class FName DebugName; // 0x0000(0x0008)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoftObjectPath Sound; // 0x0008(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundDebugEntry; + +// ScriptStruct Engine.PhysicalSurfaceName +// 0x000C (0x000C - 0x0000) +struct FPhysicalSurfaceName final +{ +public: + EPhysicalSurface Type; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName Name; // 0x0004(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPhysicalSurfaceName; + +// ScriptStruct Engine.UniqueNetIdRepl +// 0x0027 (0x0028 - 0x0001) +struct FUniqueNetIdRepl final : public FUniqueNetIdWrapper +{ +public: + uint8 Pad_1[0x17]; // 0x0001(0x0017)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ReplicationBytes; // 0x0018(0x0010)(ZeroConstructor, Transient, Protected, NativeAccessSpecifierProtected) +}; +DUMPER7_ASSERTS_FUniqueNetIdRepl; + +// ScriptStruct Engine.PerPlatformFloat +// 0x0004 (0x0004 - 0x0000) +struct FPerPlatformFloat final +{ +public: + float Default; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPerPlatformFloat; + +// ScriptStruct Engine.ExposedValueCopyRecord +// 0x0008 (0x0008 - 0x0000) +struct FExposedValueCopyRecord final +{ +public: + int32 CopyIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPostCopyOperation PostCopyOperation; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FExposedValueCopyRecord; + +// ScriptStruct Engine.CompilerNativizationOptions +// 0x0080 (0x0080 - 0x0000) +struct FCompilerNativizationOptions final +{ +public: + class FName PlatformName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ServerOnlyPlatform; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool ClientOnlyPlatform; // 0x0009(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bExcludeMonolithicHeaders; // 0x000A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B[0x5]; // 0x000B(0x0005)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ExcludedModules; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TSet ExcludedAssets; // 0x0020(0x0050)(NativeAccessSpecifierPublic) + TArray ExcludedFolderPaths; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCompilerNativizationOptions; + +// ScriptStruct Engine.PerPlatformBool +// 0x0001 (0x0001 - 0x0000) +struct FPerPlatformBool final +{ +public: + bool Default; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPerPlatformBool; + +// ScriptStruct Engine.InterpGroupActorInfo +// 0x0018 (0x0018 - 0x0000) +struct FInterpGroupActorInfo final +{ +public: + class FName ObjectName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Actors; // 0x0008(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpGroupActorInfo; + +// ScriptStruct Engine.RepAttachment +// 0x0040 (0x0040 - 0x0000) +struct FRepAttachment final +{ +public: + class AActor* AttachParent; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 LocationOffset; // 0x0008(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 RelativeScale3D; // 0x0014(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator RotationOffset; // 0x0020(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FName AttachSocket; // 0x002C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USceneComponent* AttachComponent; // 0x0038(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRepAttachment; + +// ScriptStruct Engine.MarkerSyncAnimPosition +// 0x0014 (0x0014 - 0x0000) +struct FMarkerSyncAnimPosition final +{ +public: + class FName PreviousMarkerName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NextMarkerName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PositionBetweenMarkers; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMarkerSyncAnimPosition; + +// ScriptStruct Engine.RepMovement +// 0x0034 (0x0034 - 0x0000) +struct FRepMovement final +{ +public: + struct FVector LinearVelocity; // 0x0000(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector AngularVelocity; // 0x000C(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0018(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0024(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 bSimulatedPhysicSleep : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRepPhysics : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EVectorQuantization LocationQuantizationLevel; // 0x0031(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVectorQuantization VelocityQuantizationLevel; // 0x0032(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERotatorQuantization RotationQuantizationLevel; // 0x0033(0x0001)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRepMovement; + +// ScriptStruct Engine.ForceFeedbackParameters +// 0x000C (0x000C - 0x0000) +struct FForceFeedbackParameters final +{ +public: + class FName Tag; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLooping; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIgnoreTimeDilation; // 0x0009(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPlayWhilePaused; // 0x000A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B[0x1]; // 0x000B(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FForceFeedbackParameters; + +// ScriptStruct Engine.ActorTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FActorTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FActorTickFunction; + +// ScriptStruct Engine.CachedAnimAssetPlayerData +// 0x0018 (0x0018 - 0x0000) +struct FCachedAnimAssetPlayerData final +{ +public: + class FName StateMachineName; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName StateName; // 0x0008(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0x8]; // 0x0010(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCachedAnimAssetPlayerData; + +// ScriptStruct Engine.StaticMeshOptimizationSettings +// 0x001C (0x001C - 0x0000) +struct FStaticMeshOptimizationSettings final +{ +public: + EOptimizationType ReductionMethod; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float NumOfTrianglesPercentage; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDeviationPercentage; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WeldingThreshold; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRecalcNormals; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float NormalsThreshold; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 SilhouetteImportance; // 0x0018(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 TextureImportance; // 0x0019(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ShadingImportance; // 0x001A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x1]; // 0x001B(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticMeshOptimizationSettings; + +// ScriptStruct Engine.ComponentSpacePoseLink +// 0x0000 (0x0010 - 0x0010) +struct FComponentSpacePoseLink final : public FPoseLinkBase +{ +}; +DUMPER7_ASSERTS_FComponentSpacePoseLink; + +// ScriptStruct Engine.SoundModulationDestinationSettings +// 0x0010 (0x0010 - 0x0000) +struct FSoundModulationDestinationSettings final +{ +public: + float Value; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundModulatorBase* Modulator; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundModulationDestinationSettings; + +// ScriptStruct Engine.BlendSample +// 0x0018 (0x0018 - 0x0000) +struct FBlendSample final +{ +public: + class UAnimSequence* Animation; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SampleValue; // 0x0008(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RateScale; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlendSample; + +// ScriptStruct Engine.ViewTargetTransitionParams +// 0x0010 (0x0010 - 0x0000) +struct FViewTargetTransitionParams final +{ +public: + float BlendTime; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EViewTargetBlendFunction BlendFunction; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendExp; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLockOutgoing : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FViewTargetTransitionParams; + +// ScriptStruct Engine.CameraShakeStartParams +// 0x0001 (0x0001 - 0x0000) +struct FCameraShakeStartParams final +{ +public: + bool bIsRestarting; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraShakeStartParams; + +// ScriptStruct Engine.InputActionKeyMapping +// 0x0028 (0x0028 - 0x0000) +struct FInputActionKeyMapping final +{ +public: + class FName ActionName; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShift : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCtrl : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlt : 1; // 0x0008(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCmd : 1; // 0x0008(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FKey Key; // 0x0010(0x0018)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputActionKeyMapping; + +// ScriptStruct Engine.SimpleCurveKey +// 0x0008 (0x0008 - 0x0000) +struct FSimpleCurveKey final +{ +public: + float Time; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSimpleCurveKey; + +// ScriptStruct Engine.SimpleCurve +// 0x0018 (0x0088 - 0x0070) +struct FSimpleCurve final : public FRealCurve +{ +public: + ERichCurveInterpMode InterpMode; // 0x0070(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Keys; // 0x0078(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSimpleCurve; + +// ScriptStruct Engine.BakedFloatCustomAttribute +// 0x0090 (0x0090 - 0x0000) +struct FBakedFloatCustomAttribute final +{ +public: + class FName AttributeName; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSimpleCurve FloatCurve; // 0x0008(0x0088)(Edit, EditConst, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBakedFloatCustomAttribute; + +// ScriptStruct Engine.PrimaryAssetRules +// 0x000C (0x000C - 0x0000) +struct FPrimaryAssetRules final +{ +public: + int32 Priority; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ChunkId; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bApplyRecursively; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPrimaryAssetCookRule CookRule; // 0x0009(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPrimaryAssetRules; + +// ScriptStruct Engine.PrimaryAssetTypeInfo +// 0x0088 (0x0088 - 0x0000) +struct FPrimaryAssetTypeInfo final +{ +public: + class FName PrimaryAssetType; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr AssetBaseClass; // 0x0008(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UClass* AssetBaseClassLoaded; // 0x0030(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bHasBlueprintClasses; // 0x0038(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsEditorOnly; // 0x0039(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Directories; // 0x0040(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate) + TArray SpecificAssets; // 0x0050(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate) + struct FPrimaryAssetRules Rules; // 0x0060(0x000C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AssetScanPaths; // 0x0070(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + bool bIsDynamicAsset; // 0x0080(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_81[0x3]; // 0x0081(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NumberOfAssets; // 0x0084(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPrimaryAssetTypeInfo; + +// ScriptStruct Engine.DataTableRowHandle +// 0x0010 (0x0010 - 0x0000) +struct FDataTableRowHandle final +{ +public: + class UDataTable* DataTable; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RowName; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDataTableRowHandle; + +// ScriptStruct Engine.StaticComponentMaskValue +// 0x0004 (0x0004 - 0x0000) +struct FStaticComponentMaskValue final +{ +public: + bool R; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool G; // 0x0001(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0002(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool A; // 0x0003(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStaticComponentMaskValue; + +// ScriptStruct Engine.AnimNode_AssetPlayerBase +// 0x0028 (0x0038 - 0x0010) +struct FAnimNode_AssetPlayerBase : public FAnimNode_Base +{ +public: + class FName GroupName; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimGroupRole GroupRole; // 0x0018(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimSyncGroupScope GroupScope; // 0x0019(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIgnoreForRelevancyTest; // 0x001A(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x1]; // 0x001B(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float BlendWeight; // 0x001C(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float InternalTimeAccumulator; // 0x0020(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_24[0x14]; // 0x0024(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_AssetPlayerBase; + +// ScriptStruct Engine.LODSoloTrack +// 0x0010 (0x0010 - 0x0000) +struct FLODSoloTrack final +{ +public: + TArray SoloEnableSetting; // 0x0000(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLODSoloTrack; + +// ScriptStruct Engine.BoneReference +// 0x0010 (0x0010 - 0x0000) +struct FBoneReference final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBoneReference; + +// ScriptStruct Engine.PoseSnapshot +// 0x0038 (0x0038 - 0x0000) +struct FPoseSnapshot final +{ +public: + TArray LocalTransforms; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray BoneNames; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + class FName SkeletalMeshName; // 0x0020(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName SnapshotName; // 0x0028(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsValid; // 0x0030(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPoseSnapshot; + +// ScriptStruct Engine.AnimNode_Root +// 0x0020 (0x0030 - 0x0010) +struct FAnimNode_Root : public FAnimNode_Base +{ +public: + struct FPoseLink Result; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + class FName Name; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Group; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNode_Root; + +// ScriptStruct Engine.BlendFilter +// 0x0078 (0x0078 - 0x0000) +struct alignas(0x08) FBlendFilter final +{ +public: + uint8 Pad_0[0x78]; // 0x0000(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlendFilter; + +// ScriptStruct Engine.AnimCurveParam +// 0x000C (0x000C - 0x0000) +struct FAnimCurveParam final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x4]; // 0x0008(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimCurveParam; + +// ScriptStruct Engine.FontCharacter +// 0x0018 (0x0018 - 0x0000) +struct FFontCharacter final +{ +public: + int32 StartU; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartV; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 USize; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 VSize; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 TextureIndex; // 0x0010(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 VerticalOffset; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFontCharacter; + +// ScriptStruct Engine.KSphereElem +// 0x0010 (0x0040 - 0x0030) +struct FKSphereElem final : public FKShapeElem +{ +public: + struct FVector Center; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FKSphereElem; + +// ScriptStruct Engine.KSphylElem +// 0x0020 (0x0050 - 0x0030) +struct FKSphylElem final : public FKShapeElem +{ +public: + struct FVector Center; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Radius; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Length; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FKSphylElem; + +// ScriptStruct Engine.KConvexElem +// 0x0080 (0x00B0 - 0x0030) +struct FKConvexElem final : public FKShapeElem +{ +public: + TArray VertexData; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray IndexData; // 0x0040(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + struct FBox ElemBox; // 0x0050(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform Transform; // 0x0070(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPrivate) + uint8 Pad_A0[0x10]; // 0x00A0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKConvexElem; + +// ScriptStruct Engine.KTaperedCapsuleElem +// 0x0028 (0x0058 - 0x0030) +struct FKTaperedCapsuleElem final : public FKShapeElem +{ +public: + struct FVector Center; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Radius0; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius1; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Length; // 0x0050(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKTaperedCapsuleElem; + +// ScriptStruct Engine.KAggregateGeom +// 0x0058 (0x0058 - 0x0000) +struct FKAggregateGeom final +{ +public: + TArray SphereElems; // 0x0000(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray BoxElems; // 0x0010(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray SphylElems; // 0x0020(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray ConvexElems; // 0x0030(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + TArray TaperedCapsuleElems; // 0x0040(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKAggregateGeom; + +// ScriptStruct Engine.ScalarParameterAtlasInstanceData +// 0x0058 (0x0058 - 0x0000) +struct FScalarParameterAtlasInstanceData final +{ +public: + bool bIsUsedAsAtlasPosition; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TSoftObjectPtr Curve; // 0x0008(0x0028)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftObjectPtr Atlas; // 0x0030(0x0028)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FScalarParameterAtlasInstanceData; + +// ScriptStruct Engine.MovementProperties +// 0x0001 (0x0001 - 0x0000) +struct FMovementProperties +{ +public: + uint8 bCanCrouch : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanJump : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanWalk : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanSwim : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCanFly : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) +}; +DUMPER7_ASSERTS_FMovementProperties; + +// ScriptStruct Engine.NavAgentProperties +// 0x002F (0x0030 - 0x0001) +struct FNavAgentProperties : public FMovementProperties +{ +public: + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AgentRadius; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AgentHeight; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AgentStepHeight; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NavWalkingSearchHeightScale; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSoftClassPath PreferredNavData; // 0x0018(0x0018)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNavAgentProperties; + +// ScriptStruct Engine.AnimationGroupReference +// 0x000C (0x000C - 0x0000) +struct FAnimationGroupReference final +{ +public: + class FName GroupName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimGroupRole GroupRole; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimSyncGroupScope GroupScope; // 0x0009(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationGroupReference; + +// ScriptStruct Engine.AnimGroupInstance +// 0x0070 (0x0070 - 0x0000) +struct alignas(0x08) FAnimGroupInstance final +{ +public: + uint8 Pad_0[0x70]; // 0x0000(0x0070)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimGroupInstance; + +// ScriptStruct Engine.FunctionExpressionInput +// 0x0030 (0x0030 - 0x0000) +struct FFunctionExpressionInput final +{ +public: + class UMaterialExpressionFunctionInput* ExpressionInput; // 0x0000(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionInputId; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput Input; // 0x0018(0x0014)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFunctionExpressionInput; + +// ScriptStruct Engine.AnimTickRecord +// 0x0048 (0x0048 - 0x0000) +struct FAnimTickRecord final +{ +public: + class UAnimationAsset* SourceAsset; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x40]; // 0x0008(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimTickRecord; + +// ScriptStruct Engine.BlendSampleData +// 0x0040 (0x0040 - 0x0000) +struct FBlendSampleData final +{ +public: + int32 SampleDataIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimSequence* Animation; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TotalWeight; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PreviousTime; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SamplePlayRate; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_20[0x20]; // 0x0020(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlendSampleData; + +// ScriptStruct Engine.MaterialParameterInfo +// 0x0010 (0x0010 - 0x0000) +struct FMaterialParameterInfo final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialParameterAssociation Association; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Index; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialParameterInfo; + +// ScriptStruct Engine.VectorParameterValue +// 0x0030 (0x0030 - 0x0000) +struct FVectorParameterValue final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ParameterValue; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0020(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVectorParameterValue; + +// ScriptStruct Engine.AnimationRecordingSettings +// 0x0014 (0x0014 - 0x0000) +struct FAnimationRecordingSettings final +{ +public: + bool bRecordInWorldSpace; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemoveRootAnimation; // 0x0001(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAutoSaveAsset; // 0x0002(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float SampleRate; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Length; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERichCurveInterpMode InterpMode; // 0x000C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERichCurveTangentMode TangentMode; // 0x000D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_E[0x1]; // 0x000E(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + bool bRecordTransforms; // 0x000F(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRecordCurves; // 0x0010(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationRecordingSettings; + +// ScriptStruct Engine.FloatSpringState +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x04) FFloatSpringState final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFloatSpringState; + +// ScriptStruct Engine.ComponentSpacePose +// 0x0020 (0x0020 - 0x0000) +struct FComponentSpacePose final +{ +public: + TArray Transforms; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray Names; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FComponentSpacePose; + +// ScriptStruct Engine.NamedTransform +// 0x0040 (0x0040 - 0x0000) +struct FNamedTransform final +{ +public: + struct FTransform Value; // 0x0000(0x0030)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FName Name; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_38[0x8]; // 0x0038(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNamedTransform; + +// ScriptStruct Engine.MaterialTextureInfo +// 0x0010 (0x0010 - 0x0000) +struct FMaterialTextureInfo final +{ +public: + float SamplingScale; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 UVChannelIndex; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName TextureName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialTextureInfo; + +// ScriptStruct Engine.NamedColor +// 0x000C (0x000C - 0x0000) +struct FNamedColor final +{ +public: + struct FColor Value; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Name; // 0x0004(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNamedColor; + +// ScriptStruct Engine.NameCurveKey +// 0x000C (0x000C - 0x0000) +struct FNameCurveKey final +{ +public: + float Time; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Value; // 0x0004(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNameCurveKey; + +// ScriptStruct Engine.NameCurve +// 0x0010 (0x0078 - 0x0068) +struct FNameCurve final : public FIndexedCurve +{ +public: + TArray Keys; // 0x0068(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNameCurve; + +// ScriptStruct Engine.NamedVector +// 0x0014 (0x0014 - 0x0000) +struct FNamedVector final +{ +public: + struct FVector Value; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Name; // 0x000C(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNamedVector; + +// ScriptStruct Engine.NamedFloat +// 0x000C (0x000C - 0x0000) +struct FNamedFloat final +{ +public: + float Value; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Name; // 0x0004(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNamedFloat; + +// ScriptStruct Engine.Bookmark2DJumpToSettings +// 0x0001 (0x0001 - 0x0000) +struct FBookmark2DJumpToSettings final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBookmark2DJumpToSettings; + +// ScriptStruct Engine.AnimParentNodeAssetOverride +// 0x0018 (0x0018 - 0x0000) +struct FAnimParentNodeAssetOverride final +{ +public: + class UAnimationAsset* NewAsset; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ParentNodeGuid; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimParentNodeAssetOverride; + +// ScriptStruct Engine.BlueprintCookedComponentInstancingData +// 0x0048 (0x0048 - 0x0000) +struct FBlueprintCookedComponentInstancingData final +{ +public: + TArray ChangedPropertyList; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_10[0x11]; // 0x0010(0x0011)(Fixing Size After Last Property [ Dumper-7 ]) + bool bHasValidCookedData; // 0x0021(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_22[0x26]; // 0x0022(0x0026)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlueprintCookedComponentInstancingData; + +// ScriptStruct Engine.AnimGroupInfo +// 0x0018 (0x0018 - 0x0000) +struct FAnimGroupInfo final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Color; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimGroupInfo; + +// ScriptStruct Engine.AnimBlueprintDebugData +// 0x0001 (0x0001 - 0x0000) +struct FAnimBlueprintDebugData final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimBlueprintDebugData; + +// ScriptStruct Engine.AnimationFrameSnapshot +// 0x0001 (0x0001 - 0x0000) +struct FAnimationFrameSnapshot final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationFrameSnapshot; + +// ScriptStruct Engine.CachedAnimRelevancyData +// 0x001C (0x001C - 0x0000) +struct FCachedAnimRelevancyData final +{ +public: + class FName StateMachineName; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName StateName; // 0x0008(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0xC]; // 0x0010(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCachedAnimRelevancyData; + +// ScriptStruct Engine.StateMachineDebugData +// 0x00B0 (0x00B0 - 0x0000) +struct alignas(0x08) FStateMachineDebugData final +{ +public: + uint8 Pad_0[0xB0]; // 0x0000(0x00B0)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStateMachineDebugData; + +// ScriptStruct Engine.AutoCompleteNode +// 0x0028 (0x0028 - 0x0000) +struct FAutoCompleteNode final +{ +public: + int32 IndexChar; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AutoCompleteListIndices; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_18[0x10]; // 0x0018(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAutoCompleteNode; + +// ScriptStruct Engine.StateMachineStateDebugData +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x04) FStateMachineStateDebugData final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStateMachineStateDebugData; + +// ScriptStruct Engine.AnimBlueprintFunctionData +// 0x0040 (0x0040 - 0x0000) +struct FAnimBlueprintFunctionData final +{ +public: + TFieldPath OutputPoseNodeProperty; // 0x0000(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray> InputPoseNodeProperties; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray> InputProperties; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimBlueprintFunctionData; + +// ScriptStruct Engine.AnimGraphBlendOptions +// 0x0008 (0x0008 - 0x0000) +struct FAnimGraphBlendOptions final +{ +public: + float BlendInTime; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOutTime; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimGraphBlendOptions; + +// ScriptStruct Engine.ActiveCameraShakeInfo +// 0x0018 (0x0018 - 0x0000) +struct FActiveCameraShakeInfo final +{ +public: + class UCameraShakeBase* ShakeInstance; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr ShakeSource; // 0x0008(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsCustomInitialized; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FActiveCameraShakeInfo; + +// ScriptStruct Engine.GraphAssetPlayerInformation +// 0x0010 (0x0010 - 0x0000) +struct FGraphAssetPlayerInformation final +{ +public: + TArray PlayerNodeIndices; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGraphAssetPlayerInformation; + +// ScriptStruct Engine.CachedPoseIndices +// 0x0010 (0x0010 - 0x0000) +struct FCachedPoseIndices final +{ +public: + TArray OrderedSavedPoseNodeIndices; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCachedPoseIndices; + +// ScriptStruct Engine.AnimBlueprintFunction +// 0x0068 (0x0068 - 0x0000) +struct FAnimBlueprintFunction final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Group; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OutputPoseNodeIndex; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray InputPoseNames; // 0x0018(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray InputPoseNodeIndices; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_38[0x28]; // 0x0038(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + bool bImplemented; // 0x0060(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimBlueprintFunction; + +// ScriptStruct Engine.AnimSegment +// 0x0020 (0x0020 - 0x0000) +struct FAnimSegment final +{ +public: + class UAnimSequenceBase* AnimReference; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartPos; // 0x0008(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimStartTime; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimEndTime; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimPlayRate; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LoopingCount; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimSegment; + +// ScriptStruct Engine.AnimTrack +// 0x0010 (0x0010 - 0x0000) +struct FAnimTrack final +{ +public: + TArray AnimSegments; // 0x0000(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimTrack; + +// ScriptStruct Engine.CameraShakeStopParams +// 0x0001 (0x0001 - 0x0000) +struct FCameraShakeStopParams final +{ +public: + bool bImmediately; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraShakeStopParams; + +// ScriptStruct Engine.EdGraphTerminalType +// 0x001C (0x001C - 0x0000) +struct FEdGraphTerminalType final +{ +public: + class FName TerminalCategory; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName TerminalSubCategory; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr TerminalSubCategoryObject; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTerminalIsConst; // 0x0018(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTerminalIsWeakPointer; // 0x0019(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTerminalIsUObjectWrapper; // 0x001A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x1]; // 0x001B(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FEdGraphTerminalType; + +// ScriptStruct Engine.RootMotionExtractionStep +// 0x0010 (0x0010 - 0x0000) +struct FRootMotionExtractionStep final +{ +public: + class UAnimSequence* AnimSequence; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartPosition; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EndPosition; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionExtractionStep; + +// ScriptStruct Engine.AnimationErrorStats +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x04) FAnimationErrorStats final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationErrorStats; + +// ScriptStruct Engine.FloatCurve +// 0x0080 (0x0098 - 0x0018) +struct FFloatCurve final : public FAnimCurveBase +{ +public: + struct FRichCurve FloatCurve; // 0x0018(0x0080)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFloatCurve; + +// ScriptStruct Engine.RawCurveTracks +// 0x0010 (0x0010 - 0x0000) +struct FRawCurveTracks final +{ +public: + TArray FloatCurves; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRawCurveTracks; + +// ScriptStruct Engine.RawDistributionFloat +// 0x0010 (0x0030 - 0x0020) +struct FRawDistributionFloat final : public FRawDistribution +{ +public: + float MinValue; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float MaxValue; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UDistributionFloat* Distribution; // 0x0028(0x0008)(Edit, ExportObject, ZeroConstructor, InstancedReference, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRawDistributionFloat; + +// ScriptStruct Engine.VectorCurve +// 0x0180 (0x0198 - 0x0018) +struct FVectorCurve final : public FAnimCurveBase +{ +public: + struct FRichCurve FloatCurves[0x3]; // 0x0018(0x0080)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVectorCurve; + +// ScriptStruct Engine.TransformCurve +// 0x04C8 (0x04E0 - 0x0018) +struct FTransformCurve final : public FAnimCurveBase +{ +public: + struct FVectorCurve TranslationCurve; // 0x0018(0x0198)(NativeAccessSpecifierPublic) + struct FVectorCurve RotationCurve; // 0x01B0(0x0198)(NativeAccessSpecifierPublic) + struct FVectorCurve ScaleCurve; // 0x0348(0x0198)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTransformCurve; + +// ScriptStruct Engine.EdGraphSchemaAction +// 0x0100 (0x0100 - 0x0000) +struct FEdGraphSchemaAction +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class FText MenuDescription; // 0x0008(0x0018)(NativeAccessSpecifierPrivate) + class FText TooltipDescription; // 0x0020(0x0018)(NativeAccessSpecifierPrivate) + class FText Category; // 0x0038(0x0018)(NativeAccessSpecifierPrivate) + class FText Keywords; // 0x0050(0x0018)(NativeAccessSpecifierPrivate) + int32 Grouping; // 0x0068(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SectionID; // 0x006C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray MenuDescriptionArray; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FullSearchTitlesArray; // 0x0080(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FullSearchKeywordsArray; // 0x0090(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FullSearchCategoryArray; // 0x00A0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LocalizedMenuDescriptionArray; // 0x00B0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LocalizedFullSearchTitlesArray; // 0x00C0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LocalizedFullSearchKeywordsArray; // 0x00D0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LocalizedFullSearchCategoryArray; // 0x00E0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class FString SearchText; // 0x00F0(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEdGraphSchemaAction; + +// ScriptStruct Engine.A2Pose +// 0x0010 (0x0010 - 0x0000) +struct FA2Pose +{ +public: + TArray Bones; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FA2Pose; + +// ScriptStruct Engine.A2CSPose +// 0x0018 (0x0028 - 0x0010) +struct FA2CSPose final : public FA2Pose +{ +public: + uint8 Pad_10[0x8]; // 0x0010(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ComponentSpaceFlags; // 0x0018(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FA2CSPose; + +// ScriptStruct Engine.ClassRedirect +// 0x003C (0x003C - 0x0000) +struct FClassRedirect final +{ +public: + class FName ObjectName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName OldClassName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewClassName; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName OldSubobjName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewSubobjName; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewClassClass; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewClassPackage; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool InstanceOnly; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FClassRedirect; + +// ScriptStruct Engine.QueuedDrawDebugItem +// 0x0068 (0x0068 - 0x0000) +struct FQueuedDrawDebugItem final +{ +public: + EDrawDebugItemType ItemType; // 0x0000(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector StartLoc; // 0x0004(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndLoc; // 0x0010(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Center; // 0x001C(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0028(0x000C)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Radius; // 0x0034(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Size; // 0x0038(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Segments; // 0x003C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor Color; // 0x0040(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bPersistentLines; // 0x0044(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_45[0x3]; // 0x0045(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Lifetime; // 0x0048(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x004C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Message; // 0x0050(0x0010)(ZeroConstructor, Transient, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D TextScale; // 0x0060(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FQueuedDrawDebugItem; + +// ScriptStruct Engine.WeightedBlendable +// 0x0010 (0x0010 - 0x0000) +struct FWeightedBlendable final +{ +public: + float Weight; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* Object; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FWeightedBlendable; + +// ScriptStruct Engine.WeightedBlendables +// 0x0010 (0x0010 - 0x0000) +struct FWeightedBlendables final +{ +public: + TArray Array; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FWeightedBlendables; + +// ScriptStruct Engine.PostProcessSettings +// 0x0560 (0x0560 - 0x0000) +struct FPostProcessSettings final +{ +public: + uint8 bOverride_TemperatureType : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_WhiteTemp : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_WhiteTint : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorSaturation : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorContrast : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGamma : 1; // 0x0000(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGain : 1; // 0x0000(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorOffset : 1; // 0x0000(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorSaturationShadows : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorContrastShadows : 1; // 0x0001(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGammaShadows : 1; // 0x0001(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGainShadows : 1; // 0x0001(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorOffsetShadows : 1; // 0x0001(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorSaturationMidtones : 1; // 0x0001(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorContrastMidtones : 1; // 0x0001(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGammaMidtones : 1; // 0x0001(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGainMidtones : 1; // 0x0002(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorOffsetMidtones : 1; // 0x0002(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorSaturationHighlights : 1; // 0x0002(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorContrastHighlights : 1; // 0x0002(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGammaHighlights : 1; // 0x0002(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGainHighlights : 1; // 0x0002(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorOffsetHighlights : 1; // 0x0002(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorCorrectionShadowsMax : 1; // 0x0002(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorCorrectionHighlightsMin : 1; // 0x0003(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BlueCorrection : 1; // 0x0003(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ExpandGamut : 1; // 0x0003(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ToneCurveAmount : 1; // 0x0003(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmWhitePoint : 1; // 0x0003(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmSaturation : 1; // 0x0003(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmChannelMixerRed : 1; // 0x0003(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmChannelMixerGreen : 1; // 0x0003(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmChannelMixerBlue : 1; // 0x0004(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmContrast : 1; // 0x0004(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmDynamicRange : 1; // 0x0004(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmHealAmount : 1; // 0x0004(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmToeAmount : 1; // 0x0004(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmShadowTint : 1; // 0x0004(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmShadowTintBlend : 1; // 0x0004(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmShadowTintAmount : 1; // 0x0004(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmSlope : 1; // 0x0005(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmToe : 1; // 0x0005(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmShoulder : 1; // 0x0005(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmBlackClip : 1; // 0x0005(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_FilmWhiteClip : 1; // 0x0005(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_SceneColorTint : 1; // 0x0005(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_SceneFringeIntensity : 1; // 0x0005(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ChromaticAberrationStartOffset : 1; // 0x0005(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientCubemapTint : 1; // 0x0006(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientCubemapIntensity : 1; // 0x0006(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomMethod : 1; // 0x0006(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomIntensity : 1; // 0x0006(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomThreshold : 1; // 0x0006(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom1Tint : 1; // 0x0006(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom1Size : 1; // 0x0006(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom2Size : 1; // 0x0006(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom2Tint : 1; // 0x0007(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom3Tint : 1; // 0x0007(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom3Size : 1; // 0x0007(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom4Tint : 1; // 0x0007(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom4Size : 1; // 0x0007(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom5Tint : 1; // 0x0007(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom5Size : 1; // 0x0007(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom6Tint : 1; // 0x0007(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_Bloom6Size : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomSizeScale : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionTexture : 1; // 0x0008(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionSize : 1; // 0x0008(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionCenterUV : 1; // 0x0008(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionPreFilter : 1; // 0x0008(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionPreFilterMin : 1; // 0x0008(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionPreFilterMax : 1; // 0x0008(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionPreFilterMult : 1; // 0x0009(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomConvolutionBufferScale : 1; // 0x0009(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomDirtMaskIntensity : 1; // 0x0009(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomDirtMaskTint : 1; // 0x0009(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BloomDirtMask : 1; // 0x0009(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_CameraShutterSpeed : 1; // 0x0009(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_CameraISO : 1; // 0x0009(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureMethod : 1; // 0x0009(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureLowPercent : 1; // 0x000A(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureHighPercent : 1; // 0x000A(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureMinBrightness : 1; // 0x000A(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureMaxBrightness : 1; // 0x000A(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureCalibrationConstant : 1; // 0x000A(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureSpeedUp : 1; // 0x000A(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureSpeedDown : 1; // 0x000A(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureBias : 1; // 0x000A(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureBiasCurve : 1; // 0x000B(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureMeterMask : 1; // 0x000B(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AutoExposureApplyPhysicalCameraExposure : 1; // 0x000B(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_HistogramLogMin : 1; // 0x000B(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_HistogramLogMax : 1; // 0x000B(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LensFlareIntensity : 1; // 0x000B(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LensFlareTint : 1; // 0x000B(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LensFlareTints : 1; // 0x000B(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LensFlareBokehSize : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LensFlareBokehShape : 1; // 0x000C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LensFlareThreshold : 1; // 0x000C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_VignetteIntensity : 1; // 0x000C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_GrainIntensity : 1; // 0x000C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_GrainJitter : 1; // 0x000C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionIntensity : 1; // 0x000C(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionStaticFraction : 1; // 0x000C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionRadius : 1; // 0x000D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionFadeDistance : 1; // 0x000D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionFadeRadius : 1; // 0x000D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionDistance : 1; // 0x000D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionRadiusInWS : 1; // 0x000D(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionPower : 1; // 0x000D(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionBias : 1; // 0x000D(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionQuality : 1; // 0x000D(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionMipBlend : 1; // 0x000E(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionMipScale : 1; // 0x000E(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionMipThreshold : 1; // 0x000E(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_AmbientOcclusionTemporalBlendWeight : 1; // 0x000E(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_E_4 : 4; // 0x000E(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bOverride_RayTracingAO : 1; // 0x0010(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingAOSamplesPerPixel : 1; // 0x0010(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingAOIntensity : 1; // 0x0010(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingAORadius : 1; // 0x0010(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_10_4 : 4; // 0x0010(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bOverride_LPVIntensity : 1; // 0x0014(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVDirectionalOcclusionIntensity : 1; // 0x0014(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVDirectionalOcclusionRadius : 1; // 0x0014(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVDiffuseOcclusionExponent : 1; // 0x0014(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVSpecularOcclusionExponent : 1; // 0x0014(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVDiffuseOcclusionIntensity : 1; // 0x0014(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVSpecularOcclusionIntensity : 1; // 0x0014(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVSize : 1; // 0x0014(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVSecondaryOcclusionIntensity : 1; // 0x0015(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVSecondaryBounceIntensity : 1; // 0x0015(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVGeometryVolumeBias : 1; // 0x0015(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVVplInjectionBias : 1; // 0x0015(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVEmissiveInjectionIntensity : 1; // 0x0015(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVFadeRange : 1; // 0x0015(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_LPVDirectionalOcclusionFadeRange : 1; // 0x0015(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_IndirectLightingColor : 1; // 0x0015(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_IndirectLightingIntensity : 1; // 0x0016(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGradingIntensity : 1; // 0x0016(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ColorGradingLUT : 1; // 0x0016(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldFocalDistance : 1; // 0x0016(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldFstop : 1; // 0x0016(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldMinFstop : 1; // 0x0016(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldBladeCount : 1; // 0x0016(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldSensorWidth : 1; // 0x0016(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldDepthBlurRadius : 1; // 0x0017(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldDepthBlurAmount : 1; // 0x0017(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldFocalRegion : 1; // 0x0017(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldNearTransitionRegion : 1; // 0x0017(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldFarTransitionRegion : 1; // 0x0017(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldScale : 1; // 0x0017(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldNearBlurSize : 1; // 0x0017(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldFarBlurSize : 1; // 0x0017(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_MobileHQGaussian : 1; // 0x0018(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldOcclusion : 1; // 0x0018(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldSkyFocusDistance : 1; // 0x0018(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DepthOfFieldVignetteSize : 1; // 0x0018(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_MotionBlurAmount : 1; // 0x0018(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_MotionBlurMax : 1; // 0x0018(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_MotionBlurTargetFPS : 1; // 0x0018(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_MotionBlurPerObjectSize : 1; // 0x0018(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ScreenPercentage : 1; // 0x0019(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ScreenSpaceReflectionIntensity : 1; // 0x0019(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ScreenSpaceReflectionQuality : 1; // 0x0019(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ScreenSpaceReflectionMaxRoughness : 1; // 0x0019(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ScreenSpaceReflectionRoughnessScale : 1; // 0x0019(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_19_5 : 3; // 0x0019(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bOverride_ReflectionsType : 1; // 0x001C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingReflectionsMaxRoughness : 1; // 0x001C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingReflectionsMaxBounces : 1; // 0x001C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingReflectionsSamplesPerPixel : 1; // 0x001C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingReflectionsShadows : 1; // 0x001C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingReflectionsTranslucency : 1; // 0x001C(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_TranslucencyType : 1; // 0x001C(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingTranslucencyMaxRoughness : 1; // 0x001C(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingTranslucencyRefractionRays : 1; // 0x001D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingTranslucencySamplesPerPixel : 1; // 0x001D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingTranslucencyShadows : 1; // 0x001D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingTranslucencyRefraction : 1; // 0x001D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingGI : 1; // 0x001D(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingGIMaxBounces : 1; // 0x001D(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_RayTracingGISamplesPerPixel : 1; // 0x001D(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_PathTracingMaxBounces : 1; // 0x001D(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_PathTracingSamplesPerPixel : 1; // 0x001E(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_PathTracingFilterWidth : 1; // 0x001E(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_PathTracingEnableEmissive : 1; // 0x001E(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_PathTracingMaxPathExposure : 1; // 0x001E(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_PathTracingEnableDenoiser : 1; // 0x001E(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_1E_5 : 3; // 0x001E(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_1F[0x1]; // 0x001F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bMobileHQGaussian : 1; // 0x0020(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EBloomMethod BloomMethod; // 0x0021(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAutoExposureMethod AutoExposureMethod; // 0x0022(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETemperatureMethod TemperatureType; // 0x0023(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WhiteTemp; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WhiteTint; // 0x0028(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector4 ColorSaturation; // 0x0030(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorContrast; // 0x0040(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGamma; // 0x0050(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGain; // 0x0060(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorOffset; // 0x0070(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorSaturationShadows; // 0x0080(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorContrastShadows; // 0x0090(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGammaShadows; // 0x00A0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGainShadows; // 0x00B0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorOffsetShadows; // 0x00C0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorSaturationMidtones; // 0x00D0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorContrastMidtones; // 0x00E0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGammaMidtones; // 0x00F0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGainMidtones; // 0x0100(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorOffsetMidtones; // 0x0110(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorSaturationHighlights; // 0x0120(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorContrastHighlights; // 0x0130(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGammaHighlights; // 0x0140(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorGainHighlights; // 0x0150(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorOffsetHighlights; // 0x0160(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ColorCorrectionHighlightsMin; // 0x0170(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ColorCorrectionShadowsMax; // 0x0174(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlueCorrection; // 0x0178(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExpandGamut; // 0x017C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ToneCurveAmount; // 0x0180(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmSlope; // 0x0184(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmToe; // 0x0188(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmShoulder; // 0x018C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmBlackClip; // 0x0190(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmWhiteClip; // 0x0194(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FilmWhitePoint; // 0x0198(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FilmShadowTint; // 0x01A8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmShadowTintBlend; // 0x01B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmShadowTintAmount; // 0x01BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmSaturation; // 0x01C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FilmChannelMixerRed; // 0x01C4(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FilmChannelMixerGreen; // 0x01D4(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FilmChannelMixerBlue; // 0x01E4(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmContrast; // 0x01F4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmToeAmount; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmHealAmount; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FilmDynamicRange; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor SceneColorTint; // 0x0204(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SceneFringeIntensity; // 0x0214(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ChromaticAberrationStartOffset; // 0x0218(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomIntensity; // 0x021C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomThreshold; // 0x0220(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomSizeScale; // 0x0224(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bloom1Size; // 0x0228(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bloom2Size; // 0x022C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bloom3Size; // 0x0230(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bloom4Size; // 0x0234(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bloom5Size; // 0x0238(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bloom6Size; // 0x023C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Bloom1Tint; // 0x0240(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Bloom2Tint; // 0x0250(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Bloom3Tint; // 0x0260(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Bloom4Tint; // 0x0270(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Bloom5Tint; // 0x0280(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Bloom6Tint; // 0x0290(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomConvolutionSize; // 0x02A0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2A4[0x4]; // 0x02A4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UTexture2D* BloomConvolutionTexture; // 0x02A8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D BloomConvolutionCenterUV; // 0x02B0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomConvolutionPreFilterMin; // 0x02B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomConvolutionPreFilterMax; // 0x02BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomConvolutionPreFilterMult; // 0x02C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomConvolutionBufferScale; // 0x02C4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* BloomDirtMask; // 0x02C8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BloomDirtMaskIntensity; // 0x02D0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor BloomDirtMaskTint; // 0x02D4(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor AmbientCubemapTint; // 0x02E4(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientCubemapIntensity; // 0x02F4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTextureCube* AmbientCubemap; // 0x02F8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraShutterSpeed; // 0x0300(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraISO; // 0x0304(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldFstop; // 0x0308(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldMinFstop; // 0x030C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 DepthOfFieldBladeCount; // 0x0310(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureBias; // 0x0314(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureBiasBackup; // 0x0318(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bOverride_AutoExposureBiasBackup : 1; // 0x031C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 BitPad_31C_1 : 7; // 0x031C(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) + uint8 Pad_31D[0x3]; // 0x031D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 AutoExposureApplyPhysicalCameraExposure : 1; // 0x0320(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_321[0x7]; // 0x0321(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* AutoExposureBiasCurve; // 0x0328(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* AutoExposureMeterMask; // 0x0330(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureLowPercent; // 0x0338(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureHighPercent; // 0x033C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureMinBrightness; // 0x0340(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureMaxBrightness; // 0x0344(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureSpeedUp; // 0x0348(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureSpeedDown; // 0x034C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HistogramLogMin; // 0x0350(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HistogramLogMax; // 0x0354(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AutoExposureCalibrationConstant; // 0x0358(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LensFlareIntensity; // 0x035C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LensFlareTint; // 0x0360(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LensFlareBokehSize; // 0x0370(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LensFlareThreshold; // 0x0374(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* LensFlareBokehShape; // 0x0378(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor LensFlareTints[0x8]; // 0x0380(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VignetteIntensity; // 0x0400(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GrainJitter; // 0x0404(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GrainIntensity; // 0x0408(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionIntensity; // 0x040C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionStaticFraction; // 0x0410(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionRadius; // 0x0414(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 AmbientOcclusionRadiusInWS : 1; // 0x0418(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_419[0x3]; // 0x0419(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AmbientOcclusionFadeDistance; // 0x041C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionFadeRadius; // 0x0420(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionDistance; // 0x0424(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionPower; // 0x0428(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionBias; // 0x042C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionQuality; // 0x0430(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionMipBlend; // 0x0434(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionMipScale; // 0x0438(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionMipThreshold; // 0x043C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AmbientOcclusionTemporalBlendWeight; // 0x0440(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 RayTracingAO : 1; // 0x0444(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_445[0x3]; // 0x0445(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 RayTracingAOSamplesPerPixel; // 0x0448(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RayTracingAOIntensity; // 0x044C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RayTracingAORadius; // 0x0450(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor IndirectLightingColor; // 0x0454(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IndirectLightingIntensity; // 0x0464(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ERayTracingGlobalIlluminationType RayTracingGIType; // 0x0468(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_469[0x3]; // 0x0469(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 RayTracingGIMaxBounces; // 0x046C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RayTracingGISamplesPerPixel; // 0x0470(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ColorGradingIntensity; // 0x0474(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* ColorGradingLUT; // 0x0478(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldSensorWidth; // 0x0480(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldFocalDistance; // 0x0484(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldDepthBlurAmount; // 0x0488(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldDepthBlurRadius; // 0x048C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldFocalRegion; // 0x0490(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldNearTransitionRegion; // 0x0494(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldFarTransitionRegion; // 0x0498(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldScale; // 0x049C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldNearBlurSize; // 0x04A0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldFarBlurSize; // 0x04A4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldOcclusion; // 0x04A8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldSkyFocusDistance; // 0x04AC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DepthOfFieldVignetteSize; // 0x04B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MotionBlurAmount; // 0x04B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MotionBlurMax; // 0x04B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MotionBlurTargetFPS; // 0x04BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MotionBlurPerObjectSize; // 0x04C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVIntensity; // 0x04C4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVVplInjectionBias; // 0x04C8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVSize; // 0x04CC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVSecondaryOcclusionIntensity; // 0x04D0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVSecondaryBounceIntensity; // 0x04D4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVGeometryVolumeBias; // 0x04D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVEmissiveInjectionIntensity; // 0x04DC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVDirectionalOcclusionIntensity; // 0x04E0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVDirectionalOcclusionRadius; // 0x04E4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVDiffuseOcclusionExponent; // 0x04E8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVSpecularOcclusionExponent; // 0x04EC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVDiffuseOcclusionIntensity; // 0x04F0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVSpecularOcclusionIntensity; // 0x04F4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EReflectionsType ReflectionsType; // 0x04F8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4F9[0x3]; // 0x04F9(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ScreenSpaceReflectionIntensity; // 0x04FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenSpaceReflectionQuality; // 0x0500(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenSpaceReflectionMaxRoughness; // 0x0504(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RayTracingReflectionsMaxRoughness; // 0x0508(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RayTracingReflectionsMaxBounces; // 0x050C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RayTracingReflectionsSamplesPerPixel; // 0x0510(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EReflectedAndRefractedRayTracedShadows RayTracingReflectionsShadows; // 0x0514(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 RayTracingReflectionsTranslucency : 1; // 0x0515(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ETranslucencyType TranslucencyType; // 0x0516(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_517[0x1]; // 0x0517(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float RayTracingTranslucencyMaxRoughness; // 0x0518(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RayTracingTranslucencyRefractionRays; // 0x051C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RayTracingTranslucencySamplesPerPixel; // 0x0520(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EReflectedAndRefractedRayTracedShadows RayTracingTranslucencyShadows; // 0x0524(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 RayTracingTranslucencyRefraction : 1; // 0x0525(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_526[0x2]; // 0x0526(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 PathTracingMaxBounces; // 0x0528(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PathTracingSamplesPerPixel; // 0x052C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PathTracingFilterWidth; // 0x0530(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PathTracingEnableEmissive : 1; // 0x0534(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_535[0x3]; // 0x0535(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float PathTracingMaxPathExposure; // 0x0538(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 PathTracingEnableDenoiser : 1; // 0x053C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_53D[0x3]; // 0x053D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LPVFadeRange; // 0x0540(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPVDirectionalOcclusionFadeRange; // 0x0544(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScreenPercentage; // 0x0548(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54C[0x4]; // 0x054C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FWeightedBlendables WeightedBlendables; // 0x0550(0x0010)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPostProcessSettings; + +// ScriptStruct Engine.MinimalViewInfo +// 0x05F0 (0x05F0 - 0x0000) +struct FMinimalViewInfo final +{ +public: + struct FVector Location; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float FOV; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DesiredFOV; // 0x001C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoWidth; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoNearClipPlane; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OrthoFarClipPlane; // 0x0028(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AspectRatio; // 0x002C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bConstrainAspectRatio : 1; // 0x0030(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFieldOfViewForLOD : 1; // 0x0030(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + ECameraProjectionMode ProjectionMode; // 0x0034(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float PostProcessBlendWeight; // 0x0038(0x0004)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPostProcessSettings PostProcessSettings; // 0x0040(0x0560)(BlueprintVisible, NativeAccessSpecifierPublic) + struct FVector2D OffCenterProjectionOffset; // 0x05A0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, Transient, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5A8[0x48]; // 0x05A8(0x0048)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMinimalViewInfo; + +// ScriptStruct Engine.CameraShakeScrubParams +// 0x0600 (0x0600 - 0x0000) +struct FCameraShakeScrubParams final +{ +public: + float AbsoluteTime; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShakeScale; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DynamicScale; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendingWeight; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMinimalViewInfo POV; // 0x0010(0x05F0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraShakeScrubParams; + +// ScriptStruct Engine.AnimInstanceSubsystemData +// 0x0001 (0x0001 - 0x0000) +struct FAnimInstanceSubsystemData final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimInstanceSubsystemData; + +// ScriptStruct Engine.AnimLinkableElement +// 0x0030 (0x0030 - 0x0000) +struct FAnimLinkableElement +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimMontage* LinkedMontage; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 SlotIndex; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + int32 SegmentIndex; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + EAnimLinkMethod LinkMethod; // 0x0018(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + EAnimLinkMethod CachedLinkMethod; // 0x0019(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_1A[0x2]; // 0x001A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float SegmentBeginTime; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float SegmentLength; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + float LinkValue; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + class UAnimSequenceBase* LinkedSequence; // 0x0028(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, AdvancedDisplay, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) +}; +DUMPER7_ASSERTS_FAnimLinkableElement; + +// ScriptStruct Engine.AnimNotifyEvent +// 0x0088 (0x00B8 - 0x0030) +struct FAnimNotifyEvent final : public FAnimLinkableElement +{ +public: + float DisplayTime; // 0x0030(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TriggerTimeOffset; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EndTriggerTimeOffset; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TriggerWeightThreshold; // 0x003C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NotifyName; // 0x0040(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimNotify* Notify; // 0x0048(0x0008)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimNotifyState* NotifyStateClass; // 0x0050(0x0008)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FAnimLinkableElement EndLink; // 0x0060(0x0030)(NativeAccessSpecifierPublic) + bool bConvertedFromBranchingPoint; // 0x0090(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMontageNotifyTickType MontageTickType; // 0x0091(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_92[0x2]; // 0x0092(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float NotifyTriggerChance; // 0x0094(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENotifyFilterType NotifyFilterType; // 0x0098(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NotifyFilterLOD; // 0x009C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTriggerOnDedicatedServer; // 0x00A0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTriggerOnFollower; // 0x00A1(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A2[0x2]; // 0x00A2(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 TrackIndex; // 0x00A4(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A8[0x10]; // 0x00A8(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNotifyEvent; + +// ScriptStruct Engine.AnimMontageInstance +// 0x01C0 (0x01C0 - 0x0000) +struct FAnimMontageInstance final +{ +public: + class UAnimMontage* Montage; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x30]; // 0x0008(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + bool bPlaying; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DefaultBlendTimeMultiplier; // 0x003C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0xB8]; // 0x0040(0x00B8)(Fixing Size After Last Property [ Dumper-7 ]) + TArray NextSections; // 0x00F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray PrevSections; // 0x0108(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_118[0x10]; // 0x0118(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ActiveStateBranchingPoints; // 0x0128(0x0010)(ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPrivate) + float Position; // 0x0138(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float PlayRate; // 0x013C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FAlphaBlend Blend; // 0x0140(0x0030)(Transient, NoDestructor, NativeAccessSpecifierPrivate) + uint8 Pad_170[0x2C]; // 0x0170(0x002C)(Fixing Size After Last Property [ Dumper-7 ]) + int32 DisableRootMotionCount; // 0x019C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1A0[0x20]; // 0x01A0(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimMontageInstance; + +// ScriptStruct Engine.StatColorMapEntry +// 0x0008 (0x0008 - 0x0000) +struct FStatColorMapEntry final +{ +public: + float In; // 0x0000(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor Out; // 0x0004(0x0004)(ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStatColorMapEntry; + +// ScriptStruct Engine.StatColorMapping +// 0x0028 (0x0028 - 0x0000) +struct FStatColorMapping final +{ +public: + class FString StatName; // 0x0000(0x0010)(ZeroConstructor, Config, GlobalConfig, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ColorMap; // 0x0010(0x0010)(ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) + uint8 DisableBlend : 1; // 0x0020(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, GlobalConfig, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStatColorMapping; + +// ScriptStruct Engine.BuilderPoly +// 0x0020 (0x0020 - 0x0000) +struct FBuilderPoly final +{ +public: + TArray VertexIndices; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 Direction; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ItemName; // 0x0014(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PolyFlags; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBuilderPoly; + +// ScriptStruct Engine.BranchingPointMarker +// 0x000C (0x000C - 0x0000) +struct FBranchingPointMarker final +{ +public: + int32 NotifyIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TriggerTime; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAnimNotifyEventType NotifyEventType; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBranchingPointMarker; + +// ScriptStruct Engine.BranchingPoint +// 0x0010 (0x0040 - 0x0030) +struct FBranchingPoint final : public FAnimLinkableElement +{ +public: + class FName EventName; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DisplayTime; // 0x0038(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TriggerTimeOffset; // 0x003C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBranchingPoint; + +// ScriptStruct Engine.SlotAnimationTrack +// 0x0018 (0x0018 - 0x0000) +struct FSlotAnimationTrack final +{ +public: + class FName SlotName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FAnimTrack AnimTrack; // 0x0008(0x0010)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSlotAnimationTrack; + +// ScriptStruct Engine.CharacterNetworkSerializationPackedBits +// 0x0098 (0x0098 - 0x0000) +struct alignas(0x08) FCharacterNetworkSerializationPackedBits +{ +public: + uint8 Pad_0[0x98]; // 0x0000(0x0098)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCharacterNetworkSerializationPackedBits; + +// ScriptStruct Engine.CompositeSection +// 0x0028 (0x0058 - 0x0030) +struct FCompositeSection final : public FAnimLinkableElement +{ +public: + class FName SectionName; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartTime; // 0x0038(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NextSectionName; // 0x003C(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MetaData; // 0x0048(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCompositeSection; + +// ScriptStruct Engine.BatchedPoint +// 0x0028 (0x0028 - 0x0000) +struct FBatchedPoint final +{ +public: + struct FVector Position; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Color; // 0x000C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PointSize; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RemainingLifeTime; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 DepthPriority; // 0x0024(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBatchedPoint; + +// ScriptStruct Engine.AnimNode_Inertialization +// 0x0060 (0x0070 - 0x0010) +struct FAnimNode_Inertialization final : public FAnimNode_Base +{ +public: + struct FPoseLink Source; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_20[0x50]; // 0x0020(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_Inertialization; + +// ScriptStruct Engine.InertializationPoseDiff +// 0x0028 (0x0028 - 0x0000) +struct alignas(0x08) FInertializationPoseDiff final +{ +public: + uint8 Pad_0[0x28]; // 0x0000(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInertializationPoseDiff; + +// ScriptStruct Engine.InertializationCurveDiff +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x04) FInertializationCurveDiff final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInertializationCurveDiff; + +// ScriptStruct Engine.ComponentSync +// 0x000C (0x000C - 0x0000) +struct FComponentSync final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESyncOption SyncOption; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FComponentSync; + +// ScriptStruct Engine.InertializationBoneDiff +// 0x003C (0x003C - 0x0000) +struct alignas(0x04) FInertializationBoneDiff final +{ +public: + uint8 Pad_0[0x3C]; // 0x0000(0x003C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInertializationBoneDiff; + +// ScriptStruct Engine.InertializationPose +// 0x00A0 (0x00A0 - 0x0000) +struct alignas(0x10) FInertializationPose final +{ +public: + uint8 Pad_0[0xA0]; // 0x0000(0x00A0)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInertializationPose; + +// ScriptStruct Engine.AnimNode_LinkedAnimGraph +// 0x0048 (0x00A0 - 0x0058) +struct FAnimNode_LinkedAnimGraph : public FAnimNode_CustomProperty +{ +public: + TArray InputPoses; // 0x0058(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray InputPoseNames; // 0x0068(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TSubclassOf InstanceClass; // 0x0078(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Tag; // 0x0080(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_88[0x14]; // 0x0088(0x0014)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bReceiveNotifiesFromLinkedInstances : 1; // 0x009C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPropagateNotifiesToLinkedInstances : 1; // 0x009C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9D[0x3]; // 0x009D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph; + +// ScriptStruct Engine.BlueprintComponentDelegateBinding +// 0x0018 (0x0018 - 0x0000) +struct FBlueprintComponentDelegateBinding final +{ +public: + class FName ComponentPropertyName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName DelegatePropertyName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FunctionNameToBind; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintComponentDelegateBinding; + +// ScriptStruct Engine.AnimNode_LinkedAnimLayer +// 0x0010 (0x00B0 - 0x00A0) +struct FAnimNode_LinkedAnimLayer final : public FAnimNode_LinkedAnimGraph +{ +public: + TSubclassOf Interface; // 0x00A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Layer; // 0x00A8(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNode_LinkedAnimLayer; + +// ScriptStruct Engine.MaterialCachedParameterEntry +// 0x0030 (0x0030 - 0x0000) +struct FMaterialCachedParameterEntry final +{ +public: + TArray NameHashes; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ParameterInfos; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ExpressionGuids; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialCachedParameterEntry; + +// ScriptStruct Engine.MaterialCachedParameters +// 0x0150 (0x0150 - 0x0000) +struct FMaterialCachedParameters final +{ +public: + struct FMaterialCachedParameterEntry RuntimeEntries[0x5]; // 0x0000(0x0030)(NativeAccessSpecifierPublic) + TArray ScalarValues; // 0x00F0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray VectorValues; // 0x0100(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray TextureValues; // 0x0110(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FontValues; // 0x0120(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FontPageValues; // 0x0130(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray RuntimeVirtualTextureValues; // 0x0140(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialCachedParameters; + +// ScriptStruct Engine.MaterialFunctionInfo +// 0x0018 (0x0018 - 0x0000) +struct FMaterialFunctionInfo final +{ +public: + struct FGuid StateId; // 0x0000(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialFunctionInterface* Function; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialFunctionInfo; + +// ScriptStruct Engine.MaterialParameterCollectionInfo +// 0x0018 (0x0018 - 0x0000) +struct FMaterialParameterCollectionInfo final +{ +public: + struct FGuid StateId; // 0x0000(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialParameterCollection* ParameterCollection; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialParameterCollectionInfo; + +// ScriptStruct Engine.MaterialCachedExpressionData +// 0x01D8 (0x01D8 - 0x0000) +struct FMaterialCachedExpressionData final +{ +public: + struct FMaterialCachedParameters Parameters; // 0x0000(0x0150)(NativeAccessSpecifierPublic) + TArray ReferencedTextures; // 0x0150(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray FunctionInfos; // 0x0160(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ParameterCollectionInfos; // 0x0170(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray DefaultLayers; // 0x0180(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray DefaultLayerBlends; // 0x0190(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray GrassTypes; // 0x01A0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray DynamicParameterNames; // 0x01B0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray QualityLevelsUsed; // 0x01C0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bHasRuntimeVirtualTextureOutput : 1; // 0x01D0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasSceneColor : 1; // 0x01D0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1D1[0x7]; // 0x01D1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMaterialCachedExpressionData; + +// ScriptStruct Engine.CharacterMovementComponentPostPhysicsTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FCharacterMovementComponentPostPhysicsTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCharacterMovementComponentPostPhysicsTickFunction; + +// ScriptStruct Engine.AnimNode_LinkedInputPose +// 0x0108 (0x0118 - 0x0010) +struct FAnimNode_LinkedInputPose final : public FAnimNode_Base +{ +public: + class FName Name; // 0x0010(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Graph; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPoseLink InputPose; // 0x0020(0x0010)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_30[0xE8]; // 0x0030(0x00E8)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_LinkedInputPose; + +// ScriptStruct Engine.AnimNode_SaveCachedPose +// 0x0148 (0x0158 - 0x0010) +struct FAnimNode_SaveCachedPose final : public FAnimNode_Base +{ +public: + struct FPoseLink Pose; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + class FName CachePoseName; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x130]; // 0x0028(0x0130)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_SaveCachedPose; + +// ScriptStruct Engine.AnimNode_SequencePlayer +// 0x0048 (0x0080 - 0x0038) +struct FAnimNode_SequencePlayer final : public FAnimNode_AssetPlayerBase +{ +public: + class UAnimSequenceBase* Sequence; // 0x0038(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PlayRateBasis; // 0x0040(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PlayRate; // 0x0044(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInputScaleBiasClamp PlayRateScaleBiasClamp; // 0x0048(0x0030)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + float StartPosition; // 0x0078(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bLoopAnimation; // 0x007C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_7D[0x3]; // 0x007D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_SequencePlayer; + +// ScriptStruct Engine.ConstraintDrive +// 0x0010 (0x0010 - 0x0000) +struct FConstraintDrive final +{ +public: + float Stiffness; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Damping; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxForce; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnablePositionDrive : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableVelocityDrive : 1; // 0x000C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConstraintDrive; + +// ScriptStruct Engine.AnimNode_StateMachine +// 0x00A0 (0x00B0 - 0x0010) +struct FAnimNode_StateMachine final : public FAnimNode_Base +{ +public: + int32 StateMachineIndexInClass; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxTransitionsPerFrame; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipFirstUpdateTransition; // 0x0018(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bReinitializeOnBecomingRelevant; // 0x0019(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1A[0x96]; // 0x001A(0x0096)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_StateMachine; + +// ScriptStruct Engine.AnimationPotentialTransition +// 0x0030 (0x0030 - 0x0000) +struct alignas(0x08) FAnimationPotentialTransition final +{ +public: + uint8 Pad_0[0x30]; // 0x0000(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationPotentialTransition; + +// ScriptStruct Engine.AnimationActiveTransitionEntry +// 0x00C8 (0x00C8 - 0x0000) +struct FAnimationActiveTransitionEntry final +{ +public: + uint8 Pad_0[0xB8]; // 0x0000(0x00B8)(Fixing Size After Last Property [ Dumper-7 ]) + class UBlendProfile* BlendProfile; // 0x00B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C0[0x8]; // 0x00C0(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimationActiveTransitionEntry; + +// ScriptStruct Engine.AnimNode_TransitionPoseEvaluator +// 0x00E8 (0x00F8 - 0x0010) +struct FAnimNode_TransitionPoseEvaluator final : public FAnimNode_Base +{ +public: + uint8 Pad_10[0xD8]; // 0x0010(0x00D8)(Fixing Size After Last Property [ Dumper-7 ]) + int32 FramesToCachePose; // 0x00E8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_EC[0x4]; // 0x00EC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + EEvaluatorDataSource DataSource; // 0x00F0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EEvaluatorMode EvaluatorMode; // 0x00F1(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F2[0x6]; // 0x00F2(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_TransitionPoseEvaluator; + +// ScriptStruct Engine.BPVariableMetaDataEntry +// 0x0018 (0x0018 - 0x0000) +struct FBPVariableMetaDataEntry final +{ +public: + class FName DataKey; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DataValue; // 0x0008(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBPVariableMetaDataEntry; + +// ScriptStruct Engine.AnimNode_TransitionResult +// 0x0018 (0x0028 - 0x0010) +struct FAnimNode_TransitionResult final : public FAnimNode_Base +{ +public: + bool bCanEnterTransition; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x17]; // 0x0011(0x0017)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNode_TransitionResult; + +// ScriptStruct Engine.CustomChannelSetup +// 0x000C (0x000C - 0x0000) +struct FCustomChannelSetup final +{ +public: + ECollisionChannel Channel; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionResponse DefaultResponse; // 0x0001(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceType; // 0x0002(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bStaticObject; // 0x0003(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Name; // 0x0004(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomChannelSetup; + +// ScriptStruct Engine.AnimNode_UseCachedPose +// 0x0018 (0x0028 - 0x0010) +struct FAnimNode_UseCachedPose final : public FAnimNode_Base +{ +public: + struct FPoseLink LinkToCachingNode; // 0x0010(0x0010)(NoDestructor, NativeAccessSpecifierPublic) + class FName CachePoseName; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNode_UseCachedPose; + +// ScriptStruct Engine.ExposedValueHandler +// 0x0050 (0x0050 - 0x0000) +struct FExposedValueHandler final +{ +public: + class FName BoundFunction; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray CopyRecords; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class UFunction* Function; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TFieldPath ValueHandlerNodeProperty; // 0x0020(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x10]; // 0x0040(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FExposedValueHandler; + +// ScriptStruct Engine.AnimNode_ConvertLocalToComponentSpace +// 0x0010 (0x0020 - 0x0010) +struct FAnimNode_ConvertLocalToComponentSpace final : public FAnimNode_Base +{ +public: + struct FPoseLink LocalPose; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNode_ConvertLocalToComponentSpace; + +// ScriptStruct Engine.RootMotionSourceGroup +// 0x0038 (0x0038 - 0x0000) +struct alignas(0x08) FRootMotionSourceGroup final +{ +public: + uint8 Pad_0[0x28]; // 0x0000(0x0028)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bHasAdditiveSources : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasOverrideSources : 1; // 0x0028(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasOverrideSourcesWithIgnoreZAccumulate : 1; // 0x0028(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsAdditiveVelocityApplied : 1; // 0x0028(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + struct FRootMotionSourceSettings LastAccumulatedSettings; // 0x0029(0x0001)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2A[0x2]; // 0x002A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector_NetQuantize10 LastPreAdditiveVelocity; // 0x002C(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSourceGroup; + +// ScriptStruct Engine.RepRootMotionMontage +// 0x0098 (0x0098 - 0x0000) +struct FRepRootMotionMontage final +{ +public: + bool bIsActive; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Position; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 Location; // 0x0014(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0020(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* MovementBase; // 0x0030(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MovementBaseBoneName; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRelativePosition; // 0x0040(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRelativeRotation; // 0x0041(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_42[0x6]; // 0x0042(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRootMotionSourceGroup AuthoritativeRootMotion; // 0x0048(0x0038)(NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 Acceleration; // 0x0080(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize10 LinearVelocity; // 0x008C(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRepRootMotionMontage; + +// ScriptStruct Engine.SimulatedRootMotionReplicatedMove +// 0x00A0 (0x00A0 - 0x0000) +struct FSimulatedRootMotionReplicatedMove final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRepRootMotionMontage RootMotion; // 0x0008(0x0098)(ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSimulatedRootMotionReplicatedMove; + +// ScriptStruct Engine.AnimNode_ConvertComponentToLocalSpace +// 0x0010 (0x0020 - 0x0010) +struct FAnimNode_ConvertComponentToLocalSpace final : public FAnimNode_Base +{ +public: + struct FComponentSpacePoseLink ComponentPose; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNode_ConvertComponentToLocalSpace; + +// ScriptStruct Engine.AnimNotifyEventReference +// 0x0010 (0x0010 - 0x0000) +struct FAnimNotifyEventReference final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* NotifySource; // 0x0008(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FAnimNotifyEventReference; + +// ScriptStruct Engine.AnimNotifyArray +// 0x0010 (0x0010 - 0x0000) +struct FAnimNotifyArray final +{ +public: + TArray Notifies; // 0x0000(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNotifyArray; + +// ScriptStruct Engine.AnimNotifyQueue +// 0x0070 (0x0070 - 0x0000) +struct FAnimNotifyQueue final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray AnimNotifies; // 0x0010(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + TMap UnfilteredMontageAnimNotifies; // 0x0020(0x0050)(Transient, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimNotifyQueue; + +// ScriptStruct Engine.EventGraphFastCallPair +// 0x0010 (0x0010 - 0x0000) +struct FEventGraphFastCallPair final +{ +public: + class UFunction* FunctionToPatch; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EventGraphCallOffset; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FEventGraphFastCallPair; + +// ScriptStruct Engine.ConstraintInstanceBase +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FConstraintInstanceBase +{ +public: + uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConstraintInstanceBase; + +// ScriptStruct Engine.CompressedTrack +// 0x0038 (0x0038 - 0x0000) +struct FCompressedTrack final +{ +public: + TArray ByteStream; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Times; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float Mins[0x3]; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Ranges[0x3]; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCompressedTrack; + +// ScriptStruct Engine.CurveTrack +// 0x0018 (0x0018 - 0x0000) +struct FCurveTrack final +{ +public: + class FName CurveName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray CurveWeights; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCurveTrack; + +// ScriptStruct Engine.ScaleTrack +// 0x0020 (0x0020 - 0x0000) +struct FScaleTrack final +{ +public: + TArray ScaleKeys; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Times; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FScaleTrack; + +// ScriptStruct Engine.NodeToCodeAssociation +// 0x0014 (0x0014 - 0x0000) +struct alignas(0x04) FNodeToCodeAssociation final +{ +public: + uint8 Pad_0[0x14]; // 0x0000(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNodeToCodeAssociation; + +// ScriptStruct Engine.RotationTrack +// 0x0020 (0x0020 - 0x0000) +struct FRotationTrack final +{ +public: + TArray RotKeys; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Times; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRotationTrack; + +// ScriptStruct Engine.CharacterServerMovePackedBits +// 0x0000 (0x0098 - 0x0098) +struct FCharacterServerMovePackedBits final : public FCharacterNetworkSerializationPackedBits +{ +}; +DUMPER7_ASSERTS_FCharacterServerMovePackedBits; + +// ScriptStruct Engine.TranslationTrack +// 0x0020 (0x0020 - 0x0000) +struct FTranslationTrack final +{ +public: + TArray PosKeys; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Times; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTranslationTrack; + +// ScriptStruct Engine.RawAnimSequenceTrack +// 0x0030 (0x0030 - 0x0000) +struct FRawAnimSequenceTrack final +{ +public: + TArray PosKeys; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray RotKeys; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ScaleKeys; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRawAnimSequenceTrack; + +// ScriptStruct Engine.AnimSequenceTrackContainer +// 0x0020 (0x0020 - 0x0000) +struct FAnimSequenceTrackContainer final +{ +public: + TArray AnimationTracks; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray TrackNames; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimSequenceTrackContainer; + +// ScriptStruct Engine.StringCurveKey +// 0x0018 (0x0018 - 0x0000) +struct FStringCurveKey final +{ +public: + float Time; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Value; // 0x0008(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStringCurveKey; + +// ScriptStruct Engine.StringCurve +// 0x0020 (0x0088 - 0x0068) +struct FStringCurve final : public FIndexedCurve +{ +public: + class FString DefaultValue; // 0x0068(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Keys; // 0x0078(0x0010)(Edit, EditFixedSize, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStringCurve; + +// ScriptStruct Engine.BakedStringCustomAttribute +// 0x0090 (0x0090 - 0x0000) +struct FBakedStringCustomAttribute final +{ +public: + class FName AttributeName; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FStringCurve StringCurve; // 0x0008(0x0088)(Edit, EditConst, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBakedStringCustomAttribute; + +// ScriptStruct Engine.AnimSetMeshLinkup +// 0x0010 (0x0010 - 0x0000) +struct FAnimSetMeshLinkup final +{ +public: + TArray BoneToTrackTable; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimSetMeshLinkup; + +// ScriptStruct Engine.RuntimeCurveLinearColor +// 0x0208 (0x0208 - 0x0000) +struct FRuntimeCurveLinearColor final +{ +public: + struct FRichCurve ColorCurves[0x4]; // 0x0000(0x0080)(NativeAccessSpecifierPublic) + class UCurveLinearColor* ExternalCurve; // 0x0200(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRuntimeCurveLinearColor; + +// ScriptStruct Engine.AnimSingleNodeInstanceProxy +// 0x0150 (0x08C0 - 0x0770) +struct FAnimSingleNodeInstanceProxy final : public FAnimInstanceProxy +{ +public: + uint8 Pad_770[0x150]; // 0x0770(0x0150)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimSingleNodeInstanceProxy; + +// ScriptStruct Engine.BakedAnimationState +// 0x0058 (0x0058 - 0x0000) +struct FBakedAnimationState final +{ +public: + class FName StateName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Transitions; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 StateRootNodeIndex; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartNotify; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EndNotify; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FullyBlendedNotify; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsAConduit; // 0x0028(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 EntryRuleNodeIndex; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PlayerNodeIndices; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LayerNodeIndices; // 0x0040(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + bool bAlwaysResetOnEntry; // 0x0050(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBakedAnimationState; + +// ScriptStruct Engine.BakedAnimationStateMachine +// 0x0030 (0x0030 - 0x0000) +struct FBakedAnimationStateMachine final +{ +public: + class FName MachineName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InitialState; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray States; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray Transitions; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBakedAnimationStateMachine; + +// ScriptStruct Engine.CustomAttribute +// 0x0030 (0x0030 - 0x0000) +struct FCustomAttribute final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 VariantType; // 0x0008(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Times; // 0x0010(0x0010)(Edit, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + uint8 Pad_20[0x10]; // 0x0020(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCustomAttribute; + +// ScriptStruct Engine.AnimationTransitionRule +// 0x0010 (0x0010 - 0x0000) +struct FAnimationTransitionRule final +{ +public: + class FName RuleToExecute; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool TransitionReturnVal; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 TransitionIndex; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimationTransitionRule; + +// ScriptStruct Engine.AnimationState +// 0x0020 (0x0028 - 0x0008) +struct FAnimationState final : public FAnimationStateBase +{ +public: + TArray Transitions; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 StateRootNodeIndex; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StartNotify; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EndNotify; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FullyBlendedNotify; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimationState; + +// ScriptStruct Engine.IntegralKey +// 0x0008 (0x0008 - 0x0000) +struct FIntegralKey final +{ +public: + float Time; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Value; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FIntegralKey; + +// ScriptStruct Engine.IntegralCurve +// 0x0018 (0x0080 - 0x0068) +struct FIntegralCurve final : public FIndexedCurve +{ +public: + TArray Keys; // 0x0068(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate) + int32 DefaultValue; // 0x0078(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + bool bUseDefaultValueBeforeFirstKey; // 0x007C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_7D[0x3]; // 0x007D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FIntegralCurve; + +// ScriptStruct Engine.TrackToSkeletonMap +// 0x0004 (0x0004 - 0x0000) +struct FTrackToSkeletonMap final +{ +public: + int32 BoneTreeIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTrackToSkeletonMap; + +// ScriptStruct Engine.ConstraintBaseParams +// 0x0014 (0x0014 - 0x0000) +struct FConstraintBaseParams +{ +public: + float Stiffness; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Damping; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Restitution; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ContactDistance; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSoftConstraint : 1; // 0x0010(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConstraintBaseParams; + +// ScriptStruct Engine.TwistConstraint +// 0x0008 (0x001C - 0x0014) +struct FTwistConstraint final : public FConstraintBaseParams +{ +public: + float TwistLimitDegrees; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAngularConstraintMotion TwistMotion; // 0x0018(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTwistConstraint; + +// ScriptStruct Engine.AnimNotifyTrack +// 0x0038 (0x0038 - 0x0000) +struct alignas(0x08) FAnimNotifyTrack final +{ +public: + class FName TrackName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TrackColor; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_18[0x20]; // 0x0018(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimNotifyTrack; + +// ScriptStruct Engine.PerBoneBlendWeights +// 0x0010 (0x0010 - 0x0000) +struct FPerBoneBlendWeights final +{ +public: + TArray BoneBlendWeights; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPerBoneBlendWeights; + +// ScriptStruct Engine.AssetImportInfo +// 0x0001 (0x0001 - 0x0000) +struct FAssetImportInfo final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAssetImportInfo; + +// ScriptStruct Engine.ActiveHapticFeedbackEffect +// 0x0038 (0x0038 - 0x0000) +struct FActiveHapticFeedbackEffect final +{ +public: + class UHapticFeedbackEffect_Base* HapticEffect; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x30]; // 0x0008(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FActiveHapticFeedbackEffect; + +// ScriptStruct Engine.PrimaryAssetRulesCustomOverride +// 0x0038 (0x0038 - 0x0000) +struct FPrimaryAssetRulesCustomOverride final +{ +public: + struct FPrimaryAssetType PrimaryAssetType; // 0x0000(0x0008)(Edit, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDirectoryPath FilterDirectory; // 0x0008(0x0010)(Edit, NativeAccessSpecifierPublic) + class FString FilterString; // 0x0018(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetRules Rules; // 0x0028(0x000C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPrimaryAssetRulesCustomOverride; + +// ScriptStruct Engine.DataDrivenConsoleVariable +// 0x0050 (0x0050 - 0x0000) +struct FDataDrivenConsoleVariable final +{ +public: + EFDataDrivenCVarType Type; // 0x0000(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Name; // 0x0008(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Tooltip; // 0x0018(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultValueFloat; // 0x0028(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 DefaultValueInt; // 0x002C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool DefaultValueBool; // 0x0030(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x1F]; // 0x0031(0x001F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDataDrivenConsoleVariable; + +// ScriptStruct Engine.PrimaryAssetRulesOverride +// 0x001C (0x001C - 0x0000) +struct FPrimaryAssetRulesOverride final +{ +public: + struct FPrimaryAssetId PrimaryAssetId; // 0x0000(0x0010)(Edit, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPrimaryAssetRules Rules; // 0x0010(0x000C)(Edit, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPrimaryAssetRulesOverride; + +// ScriptStruct Engine.AssetManagerRedirect +// 0x0020 (0x0020 - 0x0000) +struct FAssetManagerRedirect final +{ +public: + class FString Old; // 0x0000(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString New; // 0x0010(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAssetManagerRedirect; + +// ScriptStruct Engine.HLODISMComponentDesc +// 0x0020 (0x0020 - 0x0000) +struct FHLODISMComponentDesc final +{ +public: + class UStaticMesh* StaticMesh; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Instances; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHLODISMComponentDesc; + +// ScriptStruct Engine.AssetMapping +// 0x0010 (0x0010 - 0x0000) +struct FAssetMapping final +{ +public: + class UAnimationAsset* SourceAsset; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimationAsset* TargetAsset; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAssetMapping; + +// ScriptStruct Engine.AtmospherePrecomputeInstanceData +// 0x00A8 (0x0160 - 0x00B8) +struct FAtmospherePrecomputeInstanceData final : public FSceneComponentInstanceData +{ +public: + uint8 Pad_B8[0xA8]; // 0x00B8(0x00A8)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAtmospherePrecomputeInstanceData; + +// ScriptStruct Engine.ComponentKey +// 0x0020 (0x0020 - 0x0000) +struct FComponentKey final +{ +public: + class UClass* OwnerClass; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName SCSVariableName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FGuid AssociatedGuid; // 0x0010(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FComponentKey; + +// ScriptStruct Engine.DialogueContext +// 0x0018 (0x0018 - 0x0000) +struct FDialogueContext final +{ +public: + class UDialogueVoice* Speaker; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Targets; // 0x0008(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDialogueContext; + +// ScriptStruct Engine.BaseAttenuationSettings +// 0x00B0 (0x00B0 - 0x0000) +struct FBaseAttenuationSettings +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + EAttenuationDistanceModel DistanceAlgorithm; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAttenuationShape AttenuationShape; // 0x0009(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float dBAttenuationAtMax; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ENaturalSoundFalloffMode FalloffMode; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector AttenuationShapeExtents; // 0x0014(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ConeOffset; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FalloffDistance; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve CustomAttenuationCurve; // 0x0028(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBaseAttenuationSettings; + +// ScriptStruct Engine.AudioComponentParam +// 0x0020 (0x0020 - 0x0000) +struct FAudioComponentParam final +{ +public: + class FName ParamName; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FloatParam; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool BoolParam; // 0x000C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 IntParam; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundWave* SoundWaveParam; // 0x0018(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAudioComponentParam; + +// ScriptStruct Engine.AudioEffectParameters +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FAudioEffectParameters +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAudioEffectParameters; + +// ScriptStruct Engine.BlueprintInputDelegateBinding +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FBlueprintInputDelegateBinding +{ +public: + uint8 bConsumeInput : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bExecuteWhenPaused : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideParentBinding : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlueprintInputDelegateBinding; + +// ScriptStruct Engine.BlueprintInputAxisKeyDelegateBinding +// 0x0024 (0x0028 - 0x0004) +struct FBlueprintInputAxisKeyDelegateBinding final : public FBlueprintInputDelegateBinding +{ +public: + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FKey AxisKey; // 0x0008(0x0018)(HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FunctionNameToBind; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintInputAxisKeyDelegateBinding; + +// ScriptStruct Engine.AudioReverbEffect +// 0x0040 (0x0048 - 0x0008) +struct FAudioReverbEffect final : public FAudioEffectParameters +{ +public: + uint8 Pad_8[0x40]; // 0x0008(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAudioReverbEffect; + +// ScriptStruct Engine.DefaultAudioBusSettings +// 0x0018 (0x0018 - 0x0000) +struct FDefaultAudioBusSettings final +{ +public: + struct FSoftObjectPath AudioBus; // 0x0000(0x0018)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDefaultAudioBusSettings; + +// ScriptStruct Engine.AudioQualitySettings +// 0x0020 (0x0020 - 0x0000) +struct FAudioQualitySettings final +{ +public: + class FText DisplayName; // 0x0000(0x0018)(Edit, NativeAccessSpecifierPublic) + int32 MaxChannels; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAudioQualitySettings; + +// ScriptStruct Engine.LevelStreamingStatus +// 0x0010 (0x0010 - 0x0000) +struct FLevelStreamingStatus final +{ +public: + class FName PackageName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShouldBeLoaded : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldBeVisible : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 LODIndex; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLevelStreamingStatus; + +// ScriptStruct Engine.InteriorSettings +// 0x0024 (0x0024 - 0x0000) +struct FInteriorSettings final +{ +public: + bool bIsWorldSettings; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ExteriorVolume; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExteriorTime; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExteriorLPF; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExteriorLPFTime; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InteriorVolume; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InteriorTime; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InteriorLPF; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InteriorLPFTime; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInteriorSettings; + +// ScriptStruct Engine.PluginRedirect +// 0x0020 (0x0020 - 0x0000) +struct FPluginRedirect final +{ +public: + class FString OldPluginName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString NewPluginName; // 0x0010(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPluginRedirect; + +// ScriptStruct Engine.AudioVolumeSubmixOverrideSettings +// 0x0020 (0x0020 - 0x0000) +struct FAudioVolumeSubmixOverrideSettings final +{ +public: + class USoundSubmix* Submix; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SubmixEffectChain; // 0x0008(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NativeAccessSpecifierPublic) + float CrossfadeTime; // 0x0018(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAudioVolumeSubmixOverrideSettings; + +// ScriptStruct Engine.SoundSubmixSendInfo +// 0x00B0 (0x00B0 - 0x0000) +struct FSoundSubmixSendInfo final +{ +public: + ESendLevelControlMethod SendLevelControlMethod; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESubmixSendStage SendStage; // 0x0001(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x6]; // 0x0002(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundSubmixBase* SoundSubmix; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SendLevel; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSendLevel; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSendLevel; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSendDistance; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSendDistance; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRuntimeFloatCurve CustomSendLevelCurve; // 0x0028(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundSubmixSendInfo; + +// ScriptStruct Engine.AudioVolumeSubmixSendSettings +// 0x0018 (0x0018 - 0x0000) +struct FAudioVolumeSubmixSendSettings final +{ +public: + EAudioVolumeLocationState ListenerLocationState; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAudioVolumeLocationState SourceLocationState; // 0x0001(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x6]; // 0x0002(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + TArray SubmixSends; // 0x0008(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAudioVolumeSubmixSendSettings; + +// ScriptStruct Engine.ExposureSettings +// 0x0008 (0x0008 - 0x0000) +struct FExposureSettings final +{ +public: + float FixedEV100; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFixed; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FExposureSettings; + +// ScriptStruct Engine.LaunchOnTestSettings +// 0x0020 (0x0020 - 0x0000) +struct FLaunchOnTestSettings final +{ +public: + struct FFilePath LaunchOnTestmap; // 0x0000(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + class FString DeviceID; // 0x0010(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLaunchOnTestSettings; + +// ScriptStruct Engine.CameraShakeDuration +// 0x0008 (0x0008 - 0x0000) +struct FCameraShakeDuration final +{ +public: + float Duration; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + ECameraShakeDurationType Type; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCameraShakeDuration; + +// ScriptStruct Engine.CameraShakeInfo +// 0x0010 (0x0010 - 0x0000) +struct FCameraShakeInfo final +{ +public: + struct FCameraShakeDuration Duration; // 0x0000(0x0008)(NoDestructor, NativeAccessSpecifierPublic) + float BlendIn; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendOut; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraShakeInfo; + +// ScriptStruct Engine.EditorMapPerformanceTestDefinition +// 0x0020 (0x0020 - 0x0000) +struct FEditorMapPerformanceTestDefinition final +{ +public: + struct FSoftObjectPath PerformanceTestmap; // 0x0000(0x0018)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TestTimer; // 0x0018(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FEditorMapPerformanceTestDefinition; + +// ScriptStruct Engine.BuildPromotionImportWorkflowSettings +// 0x0150 (0x0150 - 0x0000) +struct FBuildPromotionImportWorkflowSettings final +{ +public: + struct FEditorImportWorkflowDefinition Diffuse; // 0x0000(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition Normal; // 0x0020(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition StaticMesh; // 0x0040(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition ReimportStaticMesh; // 0x0060(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition BlendShapeMesh; // 0x0080(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition MorphMesh; // 0x00A0(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition SkeletalMesh; // 0x00C0(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition Animation; // 0x00E0(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition Sound; // 0x0100(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + struct FEditorImportWorkflowDefinition SurroundSound; // 0x0120(0x0020)(Edit, Config, NativeAccessSpecifierPublic) + TArray OtherAssetsToImport; // 0x0140(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBuildPromotionImportWorkflowSettings; + +// ScriptStruct Engine.BuildPromotionOpenAssetSettings +// 0x0060 (0x0060 - 0x0000) +struct FBuildPromotionOpenAssetSettings final +{ +public: + struct FFilePath BlueprintAsset; // 0x0000(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + struct FFilePath MaterialAsset; // 0x0010(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + struct FFilePath ParticleSystemAsset; // 0x0020(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + struct FFilePath SkeletalMeshAsset; // 0x0030(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + struct FFilePath StaticMeshAsset; // 0x0040(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + struct FFilePath TextureAsset; // 0x0050(0x0010)(Edit, Config, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBuildPromotionOpenAssetSettings; + +// ScriptStruct Engine.BuildPromotionTestSettings +// 0x01F0 (0x01F0 - 0x0000) +struct FBuildPromotionTestSettings final +{ +public: + struct FFilePath DefaultStaticMeshAsset; // 0x0000(0x0010)(Edit, NativeAccessSpecifierPublic) + struct FBuildPromotionImportWorkflowSettings ImportWorkflow; // 0x0010(0x0150)(Edit, NativeAccessSpecifierPublic) + struct FBuildPromotionOpenAssetSettings OpenAssets; // 0x0160(0x0060)(Edit, NativeAccessSpecifierPublic) + struct FBuildPromotionNewProjectSettings NewProjectSettings; // 0x01C0(0x0020)(Edit, NativeAccessSpecifierPublic) + struct FFilePath SourceControlMaterial; // 0x01E0(0x0010)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBuildPromotionTestSettings; + +// ScriptStruct Engine.DepthFieldGlowInfo +// 0x0024 (0x0024 - 0x0000) +struct FDepthFieldGlowInfo final +{ +public: + uint8 bEnableGlow : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor GlowColor; // 0x0004(0x0010)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D GlowOuterRadius; // 0x0014(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D GlowInnerRadius; // 0x001C(0x0008)(BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDepthFieldGlowInfo; + +// ScriptStruct Engine.FullyLoadedPackagesInfo +// 0x0038 (0x0038 - 0x0000) +struct FFullyLoadedPackagesInfo final +{ +public: + EFullyLoadPackageType FullyLoadType; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Tag; // 0x0008(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PackagesToLoad; // 0x0018(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray LoadedObjects; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFullyLoadedPackagesInfo; + +// ScriptStruct Engine.NamedNetDriver +// 0x0010 (0x0010 - 0x0000) +struct FNamedNetDriver final +{ +public: + class UNetDriver* NetDriver; // 0x0000(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNamedNetDriver; + +// ScriptStruct Engine.WorldContext +// 0x0288 (0x0288 - 0x0000) +struct FWorldContext final +{ +public: + uint8 Pad_0[0xD0]; // 0x0000(0x00D0)(Fixing Size After Last Property [ Dumper-7 ]) + struct FURL LastURL; // 0x00D0(0x0068)(NativeAccessSpecifierPublic) + struct FURL LastRemoteURL; // 0x0138(0x0068)(NativeAccessSpecifierPublic) + class UPendingNetGame* PendingNetGame; // 0x01A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray PackagesToFullyLoad; // 0x01A8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_1B8[0x10]; // 0x01B8(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + TArray LoadedLevelsForPendingMapChange; // 0x01C8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_1D8[0x18]; // 0x01D8(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectReferencers; // 0x01F0(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray PendingLevelStreamingStatusUpdates; // 0x0200(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class UGameViewportClient* GameViewport; // 0x0210(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UGameInstance* OwningGameInstance; // 0x0218(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ActiveNetDrivers; // 0x0220(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) + uint8 Pad_230[0x58]; // 0x0230(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FWorldContext; + +// ScriptStruct Engine.ParticleEditorPromotionSettings +// 0x0010 (0x0010 - 0x0000) +struct FParticleEditorPromotionSettings final +{ +public: + struct FFilePath DefaultParticleAsset; // 0x0000(0x0010)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParticleEditorPromotionSettings; + +// ScriptStruct Engine.MaterialEditorPromotionSettings +// 0x0030 (0x0030 - 0x0000) +struct FMaterialEditorPromotionSettings final +{ +public: + struct FFilePath DefaultMaterialAsset; // 0x0000(0x0010)(Edit, NativeAccessSpecifierPublic) + struct FFilePath DefaultDiffuseTexture; // 0x0010(0x0010)(Edit, NativeAccessSpecifierPublic) + struct FFilePath DefaultNormalTexture; // 0x0020(0x0010)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialEditorPromotionSettings; + +// ScriptStruct Engine.LinearConstraint +// 0x0008 (0x001C - 0x0014) +struct FLinearConstraint final : public FConstraintBaseParams +{ +public: + float Limit; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELinearConstraintMotion XMotion; // 0x0018(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELinearConstraintMotion YMotion; // 0x0019(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELinearConstraintMotion ZMotion; // 0x001A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1B[0x1]; // 0x001B(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLinearConstraint; + +// ScriptStruct Engine.ConeConstraint +// 0x000C (0x0020 - 0x0014) +struct FConeConstraint final : public FConstraintBaseParams +{ +public: + float Swing1LimitDegrees; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Swing2LimitDegrees; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAngularConstraintMotion Swing1Motion; // 0x001C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAngularConstraintMotion Swing2Motion; // 0x001D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConeConstraint; + +// ScriptStruct Engine.AngularDriveConstraint +// 0x004C (0x004C - 0x0000) +struct FAngularDriveConstraint final +{ +public: + struct FConstraintDrive TwistDrive; // 0x0000(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FConstraintDrive SwingDrive; // 0x0010(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FConstraintDrive SlerpDrive; // 0x0020(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator OrientationTarget; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector AngularVelocityTarget; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAngularDriveMode AngularDriveMode; // 0x0048(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAngularDriveConstraint; + +// ScriptStruct Engine.LinearDriveConstraint +// 0x004C (0x004C - 0x0000) +struct FLinearDriveConstraint final +{ +public: + struct FVector PositionTarget; // 0x0000(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector VelocityTarget; // 0x000C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FConstraintDrive XDrive; // 0x0018(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FConstraintDrive YDrive; // 0x0028(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FConstraintDrive ZDrive; // 0x0038(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 bEnablePositionDrive : 1; // 0x0048(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_49[0x3]; // 0x0049(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLinearDriveConstraint; + +// ScriptStruct Engine.ConstraintProfileProperties +// 0x0114 (0x0114 - 0x0000) +struct FConstraintProfileProperties final +{ +public: + float ProjectionLinearTolerance; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ProjectionAngularTolerance; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ProjectionLinearAlpha; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ProjectionAngularAlpha; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LinearBreakThreshold; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LinearPlasticityThreshold; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularBreakThreshold; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularPlasticityThreshold; // 0x001C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearConstraint LinearLimit; // 0x0020(0x001C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FConeConstraint ConeLimit; // 0x003C(0x0020)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FTwistConstraint TwistLimit; // 0x005C(0x001C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FLinearDriveConstraint LinearDrive; // 0x0078(0x004C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FAngularDriveConstraint AngularDrive; // 0x00C4(0x004C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 bDisableCollision : 1; // 0x0110(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bParentDominates : 1; // 0x0110(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableProjection : 1; // 0x0110(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableSoftProjection : 1; // 0x0110(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAngularBreakable : 1; // 0x0110(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAngularPlasticity : 1; // 0x0110(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLinearBreakable : 1; // 0x0110(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLinearPlasticity : 1; // 0x0110(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_111[0x3]; // 0x0111(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConstraintProfileProperties; + +// ScriptStruct Engine.EditorImportExportTestDefinition +// 0x0038 (0x0038 - 0x0000) +struct FEditorImportExportTestDefinition final +{ +public: + struct FFilePath ImportFilePath; // 0x0000(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + class FString ExportFileExtension; // 0x0010(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipExport; // 0x0020(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray FactorySettings; // 0x0028(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEditorImportExportTestDefinition; + +// ScriptStruct Engine.CanvasUVTri +// 0x0060 (0x0060 - 0x0000) +struct FCanvasUVTri final +{ +public: + struct FVector2D V0_Pos; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V0_UV; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor V0_Color; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V1_Pos; // 0x0020(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V1_UV; // 0x0028(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor V1_Color; // 0x0030(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V2_Pos; // 0x0040(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D V2_UV; // 0x0048(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor V2_Color; // 0x0050(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCanvasUVTri; + +// ScriptStruct Engine.ExternalToolDefinition +// 0x0060 (0x0060 - 0x0000) +struct FExternalToolDefinition final +{ +public: + class FString ToolName; // 0x0000(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFilePath ExecutablePath; // 0x0010(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + class FString CommandLineOptions; // 0x0020(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDirectoryPath WorkingDirectory; // 0x0030(0x0010)(Edit, Config, NativeAccessSpecifierPublic) + class FString ScriptExtension; // 0x0040(0x0010)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDirectoryPath ScriptDirectory; // 0x0050(0x0010)(Edit, Config, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FExternalToolDefinition; + +// ScriptStruct Engine.NavAvoidanceData +// 0x003C (0x003C - 0x0000) +struct alignas(0x04) FNavAvoidanceData final +{ +public: + uint8 Pad_0[0x3C]; // 0x0000(0x003C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNavAvoidanceData; + +// ScriptStruct Engine.BandwidthTestItem +// 0x0010 (0x0010 - 0x0000) +struct FBandwidthTestItem final +{ +public: + TArray Kilobyte; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBandwidthTestItem; + +// ScriptStruct Engine.BandwidthTestGenerator +// 0x0020 (0x0020 - 0x0000) +struct FBandwidthTestGenerator final +{ +public: + TArray ReplicatedBuffers; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_10[0x10]; // 0x0010(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBandwidthTestGenerator; + +// ScriptStruct Engine.ScreenMessageString +// 0x0030 (0x0030 - 0x0000) +struct FScreenMessageString final +{ +public: + uint64 Key; // 0x0000(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ScreenMessage; // 0x0008(0x0010)(ZeroConstructor, Transient, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor DisplayColor; // 0x0018(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeToDisplay; // 0x001C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CurrentTimeDisplayed; // 0x0020(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D TextScale; // 0x0024(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FScreenMessageString; + +// ScriptStruct Engine.BlendProfileBoneEntry +// 0x0014 (0x0014 - 0x0000) +struct FBlendProfileBoneEntry final +{ +public: + struct FBoneReference BoneReference; // 0x0000(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float BlendScale; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlendProfileBoneEntry; + +// ScriptStruct Engine.PerBoneInterpolation +// 0x0014 (0x0014 - 0x0000) +struct FPerBoneInterpolation final +{ +public: + struct FBoneReference BoneReference; // 0x0000(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float InterpolationSpeedPerSec; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPerBoneInterpolation; + +// ScriptStruct Engine.EditorElement +// 0x0018 (0x0018 - 0x0000) +struct FEditorElement final +{ +public: + int32 Indices[0x3]; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Weights[0x3]; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEditorElement; + +// ScriptStruct Engine.GridBlendSample +// 0x001C (0x001C - 0x0000) +struct FGridBlendSample final +{ +public: + struct FEditorElement GridElement; // 0x0000(0x0018)(NoDestructor, NativeAccessSpecifierPublic) + float BlendWeight; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGridBlendSample; + +// ScriptStruct Engine.NamedCurveValue +// 0x000C (0x000C - 0x0000) +struct FNamedCurveValue final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Value; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNamedCurveValue; + +// ScriptStruct Engine.BlendParameter +// 0x0020 (0x0020 - 0x0000) +struct FBlendParameter final +{ +public: + class FString DisplayName; // 0x0000(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Min; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Max; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 GridNum; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlendParameter; + +// ScriptStruct Engine.InterpolationParameter +// 0x0008 (0x0008 - 0x0000) +struct FInterpolationParameter final +{ +public: + float InterpolationTime; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFilterInterpolationType InterpolationType; // 0x0004(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInterpolationParameter; + +// ScriptStruct Engine.BPEditorBookmarkNode +// 0x0038 (0x0038 - 0x0000) +struct FBPEditorBookmarkNode final +{ +public: + struct FGuid NodeGuid; // 0x0000(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ParentGuid; // 0x0010(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText DisplayName; // 0x0020(0x0018)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBPEditorBookmarkNode; + +// ScriptStruct Engine.BPInterfaceDescription +// 0x0018 (0x0018 - 0x0000) +struct FBPInterfaceDescription final +{ +public: + TSubclassOf Interface; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Graphs; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBPInterfaceDescription; + +// ScriptStruct Engine.EdGraphPinType +// 0x0058 (0x0058 - 0x0000) +struct FEdGraphPinType final +{ +public: + class FName PinCategory; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName PinSubCategory; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr PinSubCategoryObject; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSimpleMemberReference PinSubCategoryMemberReference; // 0x0018(0x0020)(NoDestructor, NativeAccessSpecifierPublic) + struct FEdGraphTerminalType PinValueType; // 0x0038(0x001C)(NoDestructor, NativeAccessSpecifierPublic) + EPinContainerType ContainerType; // 0x0054(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsArray : 1; // 0x0055(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Deprecated, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bIsReference : 1; // 0x0055(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsConst : 1; // 0x0055(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsWeakPointer : 1; // 0x0055(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsUObjectWrapper : 1; // 0x0055(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_56[0x2]; // 0x0056(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FEdGraphPinType; + +// ScriptStruct Engine.BPVariableDescription +// 0x00D0 (0x00D0 - 0x0000) +struct FBPVariableDescription final +{ +public: + class FName VarName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid VarGuid; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FEdGraphPinType VarType; // 0x0018(0x0058)(Edit, NoDestructor, NativeAccessSpecifierPublic) + class FString FriendlyName; // 0x0070(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText Category; // 0x0080(0x0018)(Edit, NativeAccessSpecifierPublic) + uint64 PropertyFlags; // 0x0098(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RepNotifyFunc; // 0x00A0(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELifetimeCondition ReplicationCondition; // 0x00A8(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A9[0x7]; // 0x00A9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MetaDataArray; // 0x00B0(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + class FString DefaultValue; // 0x00C0(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBPVariableDescription; + +// ScriptStruct Engine.BlueprintMacroCosmeticInfo +// 0x0001 (0x0001 - 0x0000) +struct FBlueprintMacroCosmeticInfo final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlueprintMacroCosmeticInfo; + +// ScriptStruct Engine.BPComponentClassOverride +// 0x0010 (0x0010 - 0x0000) +struct FBPComponentClassOverride final +{ +public: + class FName ComponentName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* ComponentClass; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBPComponentClassOverride; + +// ScriptStruct Engine.BlueprintDebugData +// 0x0001 (0x0001 - 0x0000) +struct FBlueprintDebugData final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlueprintDebugData; + +// ScriptStruct Engine.DebuggingInfoForSingleFunction +// 0x0190 (0x0190 - 0x0000) +struct alignas(0x08) FDebuggingInfoForSingleFunction final +{ +public: + uint8 Pad_0[0x190]; // 0x0000(0x0190)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDebuggingInfoForSingleFunction; + +// ScriptStruct Engine.AnimCurveType +// 0x0002 (0x0002 - 0x0000) +struct FAnimCurveType final +{ +public: + uint8 Pad_0[0x2]; // 0x0000(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimCurveType; + +// ScriptStruct Engine.GeomSelection +// 0x000C (0x000C - 0x0000) +struct FGeomSelection final +{ +public: + int32 Type; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Index; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SelectionIndex; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGeomSelection; + +// ScriptStruct Engine.CachedAnimTransitionData +// 0x0024 (0x0024 - 0x0000) +struct FCachedAnimTransitionData final +{ +public: + class FName StateMachineName; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FromStateName; // 0x0008(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ToStateName; // 0x0010(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_18[0xC]; // 0x0018(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCachedAnimTransitionData; + +// ScriptStruct Engine.PooledCameraShakes +// 0x0010 (0x0010 - 0x0000) +struct FPooledCameraShakes final +{ +public: + TArray PooledShakes; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPooledCameraShakes; + +// ScriptStruct Engine.CameraShakeUpdateResult +// 0x0590 (0x0590 - 0x0000) +struct alignas(0x10) FCameraShakeUpdateResult final +{ +public: + uint8 Pad_0[0x590]; // 0x0000(0x0590)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCameraShakeUpdateResult; + +// ScriptStruct Engine.CameraShakeUpdateParams +// 0x0600 (0x0600 - 0x0000) +struct FCameraShakeUpdateParams final +{ +public: + float DeltaTime; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShakeScale; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DynamicScale; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlendingWeight; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMinimalViewInfo POV; // 0x0010(0x05F0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraShakeUpdateParams; + +// ScriptStruct Engine.DummySpacerCameraTypes +// 0x0001 (0x0001 - 0x0000) +struct FDummySpacerCameraTypes final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDummySpacerCameraTypes; + +// ScriptStruct Engine.WrappedStringElement +// 0x0018 (0x0018 - 0x0000) +struct FWrappedStringElement final +{ +public: + class FString Value; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D LineExtent; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FWrappedStringElement; + +// ScriptStruct Engine.BasedMovementInfo +// 0x0030 (0x0030 - 0x0000) +struct FBasedMovementInfo final +{ +public: + class UPrimitiveComponent* MovementBase; // 0x0000(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 Location; // 0x0010(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bServerHasBaseComponent; // 0x0028(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRelativeRotation; // 0x0029(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bServerHasVelocity; // 0x002A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2B[0x5]; // 0x002B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBasedMovementInfo; + +// ScriptStruct Engine.FindFloorResult +// 0x0094 (0x0094 - 0x0000) +struct FFindFloorResult final +{ +public: + uint8 bBlockingHit : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bWalkableFloor : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLineTrace : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float FloorDist; // 0x0004(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LineDist; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult HitResult; // 0x000C(0x0088)(Edit, BlueprintVisible, BlueprintReadOnly, DisableEditOnTemplate, EditConst, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFindFloorResult; + +// ScriptStruct Engine.CharacterMoveResponsePackedBits +// 0x0000 (0x0098 - 0x0098) +struct FCharacterMoveResponsePackedBits final : public FCharacterNetworkSerializationPackedBits +{ +}; +DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits; + +// ScriptStruct Engine.CustomProfile +// 0x0018 (0x0018 - 0x0000) +struct FCustomProfile final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray CustomResponses; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomProfile; + +// ScriptStruct Engine.CollisionResponseTemplate +// 0x0048 (0x0048 - 0x0000) +struct FCollisionResponseTemplate final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionEnabled CollisionEnabled; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x1]; // 0x0009(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + bool bCanModify; // 0x000A(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B[0x21]; // 0x000B(0x0021)(Fixing Size After Last Property [ Dumper-7 ]) + class FName ObjectTypeName; // 0x002C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray CustomResponses; // 0x0038(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollisionResponseTemplate; + +// ScriptStruct Engine.MeshUVChannelInfo +// 0x0014 (0x0014 - 0x0000) +struct FMeshUVChannelInfo final +{ +public: + bool bInitialized; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverrideDensities; // 0x0001(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float LocalUVDensities[0x4]; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMeshUVChannelInfo; + +// ScriptStruct Engine.ConstraintInstance +// 0x01B0 (0x01C8 - 0x0018) +struct FConstraintInstance final : public FConstraintInstanceBase +{ +public: + class FName JointName; // 0x0018(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ConstraintBone1; // 0x0020(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ConstraintBone2; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Pos1; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PriAxis1; // 0x003C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SecAxis1; // 0x0048(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Pos2; // 0x0054(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PriAxis2; // 0x0060(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SecAxis2; // 0x006C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator AngularRotationOffset; // 0x0078(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint8 bScaleLinearLimits : 1; // 0x0084(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_85[0x7]; // 0x0085(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FConstraintProfileProperties ProfileInstance; // 0x008C(0x0114)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_1A0[0x28]; // 0x01A0(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FConstraintInstance; + +// ScriptStruct Engine.CurveAtlasColorAdjustments +// 0x0024 (0x0024 - 0x0000) +struct FCurveAtlasColorAdjustments final +{ +public: + uint8 bChromaKeyTexture : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float AdjustBrightness; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustBrightnessCurve; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustVibrance; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustSaturation; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustRGBCurve; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustHue; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustMinAlpha; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdjustMaxAlpha; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCurveAtlasColorAdjustments; + +// ScriptStruct Engine.BakedIntegerCustomAttribute +// 0x0088 (0x0088 - 0x0000) +struct FBakedIntegerCustomAttribute final +{ +public: + class FName AttributeName; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntegralCurve IntCurve; // 0x0008(0x0080)(Edit, EditConst, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBakedIntegerCustomAttribute; + +// ScriptStruct Engine.BakedCustomAttributePerBoneData +// 0x0038 (0x0038 - 0x0000) +struct FBakedCustomAttributePerBoneData final +{ +public: + int32 BoneTreeIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray StringAttributes; // 0x0008(0x0010)(Edit, EditFixedSize, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + TArray IntAttributes; // 0x0018(0x0010)(Edit, EditFixedSize, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) + TArray FloatAttributes; // 0x0028(0x0010)(Edit, EditFixedSize, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBakedCustomAttributePerBoneData; + +// ScriptStruct Engine.CustomAttributePerBoneData +// 0x0018 (0x0018 - 0x0000) +struct FCustomAttributePerBoneData final +{ +public: + int32 BoneTreeIndex; // 0x0000(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray Attributes; // 0x0008(0x0010)(Edit, EditFixedSize, ZeroConstructor, EditConst, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomAttributePerBoneData; + +// ScriptStruct Engine.CustomAttributeSetting +// 0x0020 (0x0020 - 0x0000) +struct FCustomAttributeSetting final +{ +public: + class FString Name; // 0x0000(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Meaning; // 0x0010(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomAttributeSetting; + +// ScriptStruct Engine.DataTableCategoryHandle +// 0x0018 (0x0018 - 0x0000) +struct FDataTableCategoryHandle final +{ +public: + class UDataTable* DataTable; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ColumnName; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName RowContents; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDataTableCategoryHandle; + +// ScriptStruct Engine.DebugTextInfo +// 0x0060 (0x0060 - 0x0000) +struct FDebugTextInfo final +{ +public: + class AActor* SrcActor; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SrcActorOffset; // 0x0008(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector SrcActorDesiredOffset; // 0x0014(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DebugText; // 0x0020(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeRemaining; // 0x0030(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor TextColor; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAbsoluteLocation : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bKeepAttachedToActor : 1; // 0x003C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDrawShadow : 1; // 0x003C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector OrigActorLocation; // 0x0040(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UFont* Font; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FontScale; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDebugTextInfo; + +// ScriptStruct Engine.MulticastRecordOptions +// 0x0018 (0x0018 - 0x0000) +struct FMulticastRecordOptions final +{ +public: + class FString FuncPathName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bServerSkip; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClientSkip; // 0x0011(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMulticastRecordOptions; + +// ScriptStruct Engine.DialogueWaveParameter +// 0x0020 (0x0020 - 0x0000) +struct FDialogueWaveParameter final +{ +public: + class UDialogueWave* DialogueWave; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FDialogueContext Context; // 0x0008(0x0018)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDialogueWaveParameter; + +// ScriptStruct Engine.DialogueContextMapping +// 0x0038 (0x0038 - 0x0000) +struct FDialogueContextMapping final +{ +public: + struct FDialogueContext Context; // 0x0000(0x0018)(Edit, NativeAccessSpecifierPublic) + class USoundWave* SoundWave; // 0x0018(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString LocalizationKeyFormat; // 0x0020(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDialogueSoundWaveProxy* Proxy; // 0x0030(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDialogueContextMapping; + +// ScriptStruct Engine.RawDistributionVector +// 0x0028 (0x0048 - 0x0020) +struct FRawDistributionVector final : public FRawDistribution +{ +public: + float MinValue; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float MaxValue; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FVector MinValueVec; // 0x0028(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FVector MaxValueVec; // 0x0034(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UDistributionVector* Distribution; // 0x0040(0x0008)(Edit, ExportObject, ZeroConstructor, InstancedReference, NoClear, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRawDistributionVector; + +// ScriptStruct Engine.EdGraphPinReference +// 0x0018 (0x0018 - 0x0000) +struct FEdGraphPinReference final +{ +public: + TWeakObjectPtr OwningNode; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + struct FGuid PinId; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FEdGraphPinReference; + +// ScriptStruct Engine.EdGraphSchemaAction_NewNode +// 0x0008 (0x0108 - 0x0100) +struct FEdGraphSchemaAction_NewNode final : public FEdGraphSchemaAction +{ +public: + class UEdGraphNode* NodeTemplate; // 0x0100(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode; + +// ScriptStruct Engine.StructRedirect +// 0x0010 (0x0010 - 0x0000) +struct FStructRedirect final +{ +public: + class FName OldStructName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewStructName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStructRedirect; + +// ScriptStruct Engine.GameNameRedirect +// 0x0010 (0x0010 - 0x0000) +struct FGameNameRedirect final +{ +public: + class FName OldGameName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewGameName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGameNameRedirect; + +// ScriptStruct Engine.DropNoteInfo +// 0x0028 (0x0028 - 0x0000) +struct FDropNoteInfo final +{ +public: + struct FVector Location; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FString Comment; // 0x0018(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDropNoteInfo; + +// ScriptStruct Engine.NetDriverDefinition +// 0x0018 (0x0018 - 0x0000) +struct FNetDriverDefinition final +{ +public: + class FName DefName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName DriverClassName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName DriverClassNameFallback; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNetDriverDefinition; + +// ScriptStruct Engine.TickPrerequisite +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FTickPrerequisite final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTickPrerequisite; + +// ScriptStruct Engine.FontRenderInfo +// 0x0028 (0x0028 - 0x0000) +struct FFontRenderInfo final +{ +public: + uint8 bClipText : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableShadow : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FDepthFieldGlowInfo GlowInfo; // 0x0004(0x0024)(BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFontRenderInfo; + +// ScriptStruct Engine.Redirector +// 0x0010 (0x0010 - 0x0000) +struct FRedirector final +{ +public: + class FName OldName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName NewName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRedirector; + +// ScriptStruct Engine.ConstrainComponentPropName +// 0x0008 (0x0008 - 0x0000) +struct FConstrainComponentPropName final +{ +public: + class FName ComponentName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FConstrainComponentPropName; + +// ScriptStruct Engine.PointDamageEvent +// 0x0098 (0x00A8 - 0x0010) +struct FPointDamageEvent final : public FDamageEvent +{ +public: + float Damage; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantizeNormal ShotDirection; // 0x0014(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FHitResult HitInfo; // 0x0020(0x0088)(IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPointDamageEvent; + +// ScriptStruct Engine.SkeletalMeshBuildSettings +// 0x0014 (0x0014 - 0x0000) +struct FSkeletalMeshBuildSettings final +{ +public: + uint8 bRecomputeNormals : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRecomputeTangents : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseMikkTSpace : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComputeWeightedNormals : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRemoveDegenerates : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseHighPrecisionTangentBasis : 1; // 0x0000(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFullPrecisionUVs : 1; // 0x0000(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBuildAdjacencyBuffer : 1; // 0x0000(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ThresholdPosition; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ThresholdTangentNormal; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ThresholdUV; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MorphThresholdPosition; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshBuildSettings; + +// ScriptStruct Engine.MeshBuildSettings +// 0x0030 (0x0030 - 0x0000) +struct FMeshBuildSettings final +{ +public: + uint8 bUseMikkTSpace : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRecomputeNormals : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRecomputeTangents : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComputeWeightedNormals : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRemoveDegenerates : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBuildAdjacencyBuffer : 1; // 0x0000(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBuildReversedIndexBuffer : 1; // 0x0000(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseHighPrecisionTangentBasis : 1; // 0x0000(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFullPrecisionUVs : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateLightmapUVs : 1; // 0x0001(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateDistanceFieldAsIfTwoSided : 1; // 0x0001(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportFaceRemap : 1; // 0x0001(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinLightmapResolution; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SrcLightmapIndex; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 DstLightmapIndex; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BuildScale; // 0x0010(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BuildScale3D; // 0x0014(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFieldResolutionScale; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UStaticMesh* DistanceFieldReplacementMesh; // 0x0028(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMeshBuildSettings; + +// ScriptStruct Engine.ChannelDefinition +// 0x0028 (0x0028 - 0x0000) +struct FChannelDefinition final +{ +public: + class FName ChannelName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ClassName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UClass* ChannelClass; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 StaticChannelIndex; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTickOnCreate; // 0x001C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bServerOpen; // 0x001D(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClientOpen; // 0x001E(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInitialServer; // 0x001F(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bInitialClient; // 0x0020(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FChannelDefinition; + +// ScriptStruct Engine.POV +// 0x001C (0x001C - 0x0000) +struct FPOV final +{ +public: + struct FVector Location; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float FOV; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPOV; + +// ScriptStruct Engine.AnimUpdateRateParameters +// 0x0090 (0x0090 - 0x0000) +struct FAnimUpdateRateParameters final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + EUpdateRateShiftBucket ShiftBucket; // 0x0001(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bInterpolateSkippedFrames : 1; // 0x0002(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldUseLodMap : 1; // 0x0002(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShouldUseMinLod : 1; // 0x0002(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSkipUpdate : 1; // 0x0002(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSkipEvaluation : 1; // 0x0002(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + int32 UpdateRate; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 EvaluationRate; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TickedPoseOffestTime; // 0x000C(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AdditionalTime; // 0x0010(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int32 BaseNonRenderedUpdateRate; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxEvalRateForInterpolation; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray BaseVisibleDistanceFactorThesholds; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TMap LODToFrameSkipMap; // 0x0030(0x0050)(NativeAccessSpecifierPublic) + int32 SkippedUpdateFrames; // 0x0080(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SkippedEvalFrames; // 0x0084(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ForcedEvalRate; // 0x0088(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimUpdateRateParameters; + +// ScriptStruct Engine.AnimSlotDesc +// 0x000C (0x000C - 0x0000) +struct FAnimSlotDesc final +{ +public: + class FName SlotName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumChannels; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimSlotDesc; + +// ScriptStruct Engine.AnimSlotInfo +// 0x0018 (0x0018 - 0x0000) +struct FAnimSlotInfo final +{ +public: + class FName SlotName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ChannelWeights; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimSlotInfo; + +// ScriptStruct Engine.MTDResult +// 0x0010 (0x0010 - 0x0000) +struct FMTDResult final +{ +public: + struct FVector Direction; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Distance; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMTDResult; + +// ScriptStruct Engine.OverlapResult +// 0x0018 (0x0018 - 0x0000) +struct FOverlapResult final +{ +public: + TWeakObjectPtr Actor; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TWeakObjectPtr Component; // 0x0008(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_10[0x4]; // 0x0010(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bBlockingHit : 1; // 0x0014(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FOverlapResult; + +// ScriptStruct Engine.NavigationSegmentLink +// 0x0030 (0x0060 - 0x0030) +struct FNavigationSegmentLink final : public FNavigationLinkBase +{ +public: + struct FVector LeftStart; // 0x0030(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LeftEnd; // 0x003C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RightStart; // 0x0048(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector RightEnd; // 0x0054(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNavigationSegmentLink; + +// ScriptStruct Engine.PrimitiveMaterialRef +// 0x0018 (0x0018 - 0x0000) +struct FPrimitiveMaterialRef final +{ +public: + class UPrimitiveComponent* Primitive; // 0x0000(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UDecalComponent* Decal; // 0x0008(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ElementIndex; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPrimitiveMaterialRef; + +// ScriptStruct Engine.ParticleEvent_GenerateInfo +// 0x0028 (0x0028 - 0x0000) +struct FParticleEvent_GenerateInfo final +{ +public: + EParticleEventType Type; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Frequency; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ParticleFrequency; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 FirstTimeOnly : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 LastTimeOnly : 1; // 0x000C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 UseReflectedImpactVector : 1; // 0x000C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseOrbitOffset : 1; // 0x000C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName CustomName; // 0x0010(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ParticleModuleEventsToSendToGame; // 0x0018(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParticleEvent_GenerateInfo; + +// ScriptStruct Engine.LightmassDebugOptions +// 0x0010 (0x0010 - 0x0000) +struct FLightmassDebugOptions final +{ +public: + uint8 bDebugMode : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStatsEnabled : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGatherBSPSurfacesAcrossComponents : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float CoplanarTolerance; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseImmediateImport : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bImmediateProcessMappings : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSortMappings : 1; // 0x0008(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDumpBinaryFiles : 1; // 0x0008(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDebugMaterials : 1; // 0x0008(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPadMappings : 1; // 0x0008(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDebugPaddings : 1; // 0x0008(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlyCalcDebugTexelMappings : 1; // 0x0008(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseRandomColors : 1; // 0x0009(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bColorBordersGreen : 1; // 0x0009(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bColorByExecutionTime : 1; // 0x0009(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float ExecutionTimeDivisor; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLightmassDebugOptions; + +// ScriptStruct Engine.LightmassPrimitiveSettings +// 0x0018 (0x0018 - 0x0000) +struct FLightmassPrimitiveSettings final +{ +public: + uint8 bUseTwoSidedLighting : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bShadowIndirectOnly : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseEmissiveForStaticLighting : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseVertexNormalForHemisphereGather : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float EmissiveLightFalloffExponent; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EmissiveLightExplicitInfluenceRadius; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EmissiveBoost; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DiffuseBoost; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FullyOccludedSamplesFraction; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLightmassPrimitiveSettings; + +// ScriptStruct Engine.NetworkEmulationProfileDescription +// 0x0020 (0x0020 - 0x0000) +struct FNetworkEmulationProfileDescription final +{ +public: + class FString ProfileName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Tooltip; // 0x0010(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNetworkEmulationProfileDescription; + +// ScriptStruct Engine.LightmassLightSettings +// 0x000C (0x000C - 0x0000) +struct FLightmassLightSettings +{ +public: + float IndirectLightingSaturation; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShadowExponent; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseAreaShadowsForStationaryLight; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLightmassLightSettings; + +// ScriptStruct Engine.LightmassDirectionalLightSettings +// 0x0004 (0x0010 - 0x000C) +struct FLightmassDirectionalLightSettings final : public FLightmassLightSettings +{ +public: + float LightSourceAngle; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLightmassDirectionalLightSettings; + +// ScriptStruct Engine.LightmassPointLightSettings +// 0x0000 (0x000C - 0x000C) +struct FLightmassPointLightSettings final : public FLightmassLightSettings +{ +}; +DUMPER7_ASSERTS_FLightmassPointLightSettings; + +// ScriptStruct Engine.BasedPosition +// 0x0038 (0x0038 - 0x0000) +struct FBasedPosition final +{ +public: + class AActor* Base; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Position; // 0x0008(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CachedBaseLocation; // 0x0014(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator CachedBaseRotation; // 0x0020(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector CachedTransPosition; // 0x002C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBasedPosition; + +// ScriptStruct Engine.ParticleCurvePair +// 0x0018 (0x0018 - 0x0000) +struct FParticleCurvePair final +{ +public: + class FString CurveName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* CurveObject; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParticleCurvePair; + +// ScriptStruct Engine.FractureEffect +// 0x0010 (0x0010 - 0x0000) +struct FFractureEffect final +{ +public: + class UParticleSystem* ParticleSystem; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundBase* Sound; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFractureEffect; + +// ScriptStruct Engine.RigidBodyContactInfo +// 0x0030 (0x0030 - 0x0000) +struct FRigidBodyContactInfo final +{ +public: + struct FVector ContactPosition; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ContactNormal; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ContactPenetration; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicalMaterial* PhysMaterial[0x2]; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRigidBodyContactInfo; + +// ScriptStruct Engine.CollisionImpactData +// 0x0030 (0x0030 - 0x0000) +struct FCollisionImpactData final +{ +public: + TArray ContactInfos; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + struct FVector TotalNormalImpulse; // 0x0010(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TotalFrictionImpulse; // 0x001C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsVelocityDeltaUnderThreshold; // 0x0028(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCollisionImpactData; + +// ScriptStruct Engine.RigidBodyErrorCorrection +// 0x0034 (0x0034 - 0x0000) +struct FRigidBodyErrorCorrection final +{ +public: + float PingExtrapolation; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PingLimit; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorPerLinearDifference; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorPerAngularDifference; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxRestoredStateError; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxLinearHardSnapDistance; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PositionLerp; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngleLerp; // 0x001C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LinearVelocityCoefficient; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularVelocityCoefficient; // 0x0024(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorAccumulationSeconds; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorAccumulationDistanceSq; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ErrorAccumulationSimilarity; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRigidBodyErrorCorrection; + +// ScriptStruct Engine.OrbitOptions +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FOrbitOptions final +{ +public: + uint8 bProcessDuringSpawn : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bProcessDuringUpdate : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseEmitterTime : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FOrbitOptions; + +// ScriptStruct Engine.RigidBodyState +// 0x0040 (0x0040 - 0x0000) +struct FRigidBodyState final +{ +public: + struct FVector_NetQuantize100 Position; // 0x0000(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FQuat Quaternion; // 0x0010(0x0010)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 LinVel; // 0x0020(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector_NetQuantize100 AngVel; // 0x002C(0x000C)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Flags; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FRigidBodyState; + +// ScriptStruct Engine.MaterialShadingModelField +// 0x0002 (0x0002 - 0x0000) +struct FMaterialShadingModelField final +{ +public: + uint16 ShadingModelField; // 0x0000(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FMaterialShadingModelField; + +// ScriptStruct Engine.ParticleBurst +// 0x000C (0x000C - 0x0000) +struct FParticleBurst final +{ +public: + int32 Count; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CountLow; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Time; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParticleBurst; + +// ScriptStruct Engine.ExponentialHeightFogData +// 0x000C (0x000C - 0x0000) +struct FExponentialHeightFogData final +{ +public: + float FogDensity; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FogHeightFalloff; // 0x0004(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FogHeightOffset; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FExponentialHeightFogData; + +// ScriptStruct Engine.GPUSpriteLocalVectorFieldInfo +// 0x0070 (0x0070 - 0x0000) +struct FGPUSpriteLocalVectorFieldInfo final +{ +public: + class UVectorField* Field; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform Transform; // 0x0010(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator MinInitialRotation; // 0x0040(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator MaxInitialRotation; // 0x004C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FRotator RotationRate; // 0x0058(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Intensity; // 0x0064(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Tightness; // 0x0068(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIgnoreComponentTransform : 1; // 0x006C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTileX : 1; // 0x006C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTileY : 1; // 0x006C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bTileZ : 1; // 0x006C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseFixDT : 1; // 0x006C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_6D[0x3]; // 0x006D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FGPUSpriteLocalVectorFieldInfo; + +// ScriptStruct Engine.GPUSpriteEmitterInfo +// 0x0280 (0x0280 - 0x0000) +struct FGPUSpriteEmitterInfo final +{ +public: + class UParticleModuleRequired* RequiredModule; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleModuleSpawn* SpawnModule; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UParticleModuleSpawnPerUnit* SpawnPerUnitModule; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SpawnModules; // 0x0018(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGPUSpriteLocalVectorFieldInfo LocalVectorField; // 0x0030(0x0070)(NoDestructor, NativeAccessSpecifierPublic) + struct FFloatDistribution VectorFieldScale; // 0x00A0(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFloatDistribution DragCoefficient; // 0x00C0(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFloatDistribution PointAttractorStrength; // 0x00E0(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFloatDistribution Resilience; // 0x0100(0x0020)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ConstantAcceleration; // 0x0120(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector PointAttractorPosition; // 0x012C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PointAttractorRadiusSq; // 0x0138(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitOffsetBase; // 0x013C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitOffsetRange; // 0x0148(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D InvMaxSize; // 0x0154(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InvRotationRateScale; // 0x015C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxLifetime; // 0x0160(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxParticleCount; // 0x0164(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleScreenAlignment ScreenAlignment; // 0x0168(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleAxisLock LockAxisFlag; // 0x0169(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_16A[0x2]; // 0x016A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bEnableCollision : 1; // 0x016C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_16D[0x3]; // 0x016D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EParticleCollisionMode CollisionMode; // 0x0170(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_171[0x3]; // 0x0171(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bRemoveHMDRoll : 1; // 0x0174(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_175[0x3]; // 0x0175(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinFacingCameraBlendDistance; // 0x0178(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxFacingCameraBlendDistance; // 0x017C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRawDistributionVector DynamicColor; // 0x0180(0x0048)(ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat DynamicAlpha; // 0x01C8(0x0030)(ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionVector DynamicColorScale; // 0x01F8(0x0048)(ContainsInstancedReference, NativeAccessSpecifierPublic) + struct FRawDistributionFloat DynamicAlphaScale; // 0x0240(0x0030)(ContainsInstancedReference, NativeAccessSpecifierPublic) + uint8 Pad_270[0x10]; // 0x0270(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FGPUSpriteEmitterInfo; + +// ScriptStruct Engine.FontImportOptionsData +// 0x00B0 (0x00B0 - 0x0000) +struct FFontImportOptionsData final +{ +public: + class FString FontName; // 0x0000(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Height; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableAntialiasing : 1; // 0x0014(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableBold : 1; // 0x0014(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableItalic : 1; // 0x0014(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableUnderline : 1; // 0x0014(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlphaOnly : 1; // 0x0014(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EFontImportCharacterSet CharacterSet; // 0x0018(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString Chars; // 0x0020(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString UnicodeRange; // 0x0030(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString CharsFilePath; // 0x0040(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString CharsFileWildcard; // 0x0050(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCreatePrintableOnly : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIncludeASCIIRange : 1; // 0x0060(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_61[0x3]; // 0x0061(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FLinearColor ForegroundColor; // 0x0064(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableDropShadow : 1; // 0x0074(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_75[0x3]; // 0x0075(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 TexturePageWidth; // 0x0078(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TexturePageMaxHeight; // 0x007C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 XPadding; // 0x0080(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 YPadding; // 0x0084(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ExtendBoxTop; // 0x0088(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ExtendBoxBottom; // 0x008C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ExtendBoxRight; // 0x0090(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ExtendBoxLeft; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnableLegacyMode : 1; // 0x0098(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 Kerning; // 0x009C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseDistanceFieldAlpha : 1; // 0x00A0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_A1[0x3]; // 0x00A1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 DistanceFieldScaleFactor; // 0x00A4(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DistanceFieldScanRadiusScale; // 0x00A8(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_AC[0x4]; // 0x00AC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFontImportOptionsData; + +// ScriptStruct Engine.ForceFeedbackAttenuationSettings +// 0x0000 (0x00B0 - 0x00B0) +struct FForceFeedbackAttenuationSettings final : public FBaseAttenuationSettings +{ +}; +DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings; + +// ScriptStruct Engine.ActiveForceFeedbackEffect +// 0x0018 (0x0018 - 0x0000) +struct FActiveForceFeedbackEffect final +{ +public: + class UForceFeedbackEffect* ForceFeedbackEffect; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FActiveForceFeedbackEffect; + +// ScriptStruct Engine.ForceFeedbackChannelDetails +// 0x0090 (0x0090 - 0x0000) +struct FForceFeedbackChannelDetails final +{ +public: + uint8 bAffectsLeftLarge : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectsLeftSmall : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectsRightLarge : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAffectsRightSmall : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRuntimeFloatCurve Curve; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FForceFeedbackChannelDetails; + +// ScriptStruct Engine.BeamTargetData +// 0x000C (0x000C - 0x0000) +struct FBeamTargetData final +{ +public: + class FName TargetName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TargetPercentage; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBeamTargetData; + +// ScriptStruct Engine.PredictProjectilePathParams +// 0x0060 (0x0060 - 0x0000) +struct FPredictProjectilePathParams final +{ +public: + struct FVector StartLocation; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LaunchVelocity; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceWithCollision; // 0x0018(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ProjectileRadius; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSimTime; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceWithChannel; // 0x0024(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel TraceChannel; // 0x0025(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_26[0x2]; // 0x0026(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + TArray ObjectTypes; // 0x0028(0x0010)(Edit, BlueprintVisible, ZeroConstructor, AdvancedDisplay, NativeAccessSpecifierPublic) + TArray ActorsToIgnore; // 0x0038(0x0010)(Edit, BlueprintVisible, ZeroConstructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float SimFrequency; // 0x0048(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverrideGravityZ; // 0x004C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EDrawDebugTrace DrawDebugType; // 0x0050(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0x3]; // 0x0051(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DrawDebugTime; // 0x0054(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bTraceComplex; // 0x0058(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPredictProjectilePathParams; + +// ScriptStruct Engine.HapticFeedbackDetails_Curve +// 0x0110 (0x0110 - 0x0000) +struct FHapticFeedbackDetails_Curve final +{ +public: + struct FRuntimeFloatCurve Frequency; // 0x0000(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve Amplitude; // 0x0088(0x0088)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHapticFeedbackDetails_Curve; + +// ScriptStruct Engine.ClusterNode +// 0x0040 (0x0040 - 0x0000) +struct FClusterNode final +{ +public: + struct FVector BoundMin; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FirstChild; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoundMax; // 0x0010(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LastChild; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FirstInstance; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LastInstance; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MinInstanceScale; // 0x0028(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector MaxInstanceScale; // 0x0034(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FClusterNode; + +// ScriptStruct Engine.ClusterNode_DEPRECATED +// 0x0028 (0x0028 - 0x0000) +struct FClusterNode_DEPRECATED final +{ +public: + struct FVector BoundMin; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FirstChild; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector BoundMax; // 0x0010(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LastChild; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FirstInstance; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LastInstance; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FClusterNode_DEPRECATED; + +// ScriptStruct Engine.HLODProxyMesh +// 0x0030 (0x0030 - 0x0000) +struct FHLODProxyMesh final +{ +public: + TLazyObjectPtr LODActor; // 0x0000(0x001C)(IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UStaticMesh* StaticMesh; // 0x0020(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName Key; // 0x0028(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FHLODProxyMesh; + +// ScriptStruct Engine.ImportanceTexture +// 0x0050 (0x0050 - 0x0000) +struct FImportanceTexture final +{ +public: + struct FIntPoint Size; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumMips; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MarginalCDF; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray ConditionalCDF; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray TextureData; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TWeakObjectPtr Texture; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EImportanceWeight Weighting; // 0x0048(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FImportanceTexture; + +// ScriptStruct Engine.ComponentOverrideRecord +// 0x0078 (0x0078 - 0x0000) +struct FComponentOverrideRecord final +{ +public: + class UClass* ComponentClass; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UActorComponent* ComponentTemplate; // 0x0008(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FComponentKey ComponentKey; // 0x0010(0x0020)(NoDestructor, NativeAccessSpecifierPublic) + struct FBlueprintCookedComponentInstancingData CookedComponentInstancingData; // 0x0030(0x0048)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FComponentOverrideRecord; + +// ScriptStruct Engine.BlueprintInputActionDelegateBinding +// 0x0014 (0x0018 - 0x0004) +struct FBlueprintInputActionDelegateBinding final : public FBlueprintInputDelegateBinding +{ +public: + class FName InputActionName; // 0x0004(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInputEvent InputKeyEvent; // 0x000C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName FunctionNameToBind; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintInputActionDelegateBinding; + +// ScriptStruct Engine.BlueprintInputAxisDelegateBinding +// 0x0010 (0x0014 - 0x0004) +struct FBlueprintInputAxisDelegateBinding final : public FBlueprintInputDelegateBinding +{ +public: + class FName InputAxisName; // 0x0004(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName FunctionNameToBind; // 0x000C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintInputAxisDelegateBinding; + +// ScriptStruct Engine.CachedKeyToActionInfo +// 0x0070 (0x0070 - 0x0000) +struct FCachedKeyToActionInfo final +{ +public: + class UPlayerInput* PlayerInput; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x68]; // 0x0008(0x0068)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCachedKeyToActionInfo; + +// ScriptStruct Engine.BlueprintInputKeyDelegateBinding +// 0x0034 (0x0038 - 0x0004) +struct FBlueprintInputKeyDelegateBinding final : public FBlueprintInputDelegateBinding +{ +public: + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FInputChord InputChord; // 0x0008(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic) + EInputEvent InputKeyEvent; // 0x0028(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName FunctionNameToBind; // 0x002C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBlueprintInputKeyDelegateBinding; + +// ScriptStruct Engine.BlueprintInputTouchDelegateBinding +// 0x000C (0x0010 - 0x0004) +struct FBlueprintInputTouchDelegateBinding final : public FBlueprintInputDelegateBinding +{ +public: + EInputEvent InputKeyEvent; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName FunctionNameToBind; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding; + +// ScriptStruct Engine.InstancedStaticMeshInstanceData +// 0x0040 (0x0040 - 0x0000) +struct FInstancedStaticMeshInstanceData final +{ +public: + struct FMatrix Transform; // 0x0000(0x0040)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInstancedStaticMeshInstanceData; + +// ScriptStruct Engine.InstancedStaticMeshComponentInstanceData +// 0x0098 (0x0150 - 0x00B8) +struct FInstancedStaticMeshComponentInstanceData final : public FSceneComponentInstanceData +{ +public: + class UStaticMesh* StaticMesh; // 0x00B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInstancedStaticMeshLightMapInstanceData CachedStaticLighting; // 0x00C0(0x0040)(NativeAccessSpecifierPublic) + TArray PerInstanceSMData; // 0x0100(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray PerInstanceSMCustomData; // 0x0110(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_120[0x20]; // 0x0120(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) + int32 InstancingRandomSeed; // 0x0140(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_144[0xC]; // 0x0144(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData; + +// ScriptStruct Engine.InstancedStaticMeshMappingInfo +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FInstancedStaticMeshMappingInfo final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInstancedStaticMeshMappingInfo; + +// ScriptStruct Engine.CurveEdEntry +// 0x0038 (0x0038 - 0x0000) +struct FCurveEdEntry final +{ +public: + class UObject* CurveObject; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor CurveColor; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString CurveName; // 0x0010(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 bHideCurve; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 bColorCurve; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 bFloatingPointColorCurve; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 bClamp; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClampLow; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ClampHigh; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCurveEdEntry; + +// ScriptStruct Engine.CurveEdTab +// 0x0030 (0x0030 - 0x0000) +struct FCurveEdTab final +{ +public: + class FString TabName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Curves; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + float ViewStartInput; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewEndInput; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewStartOutput; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ViewEndOutput; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCurveEdTab; + +// ScriptStruct Engine.InterpEdSelKey +// 0x0018 (0x0018 - 0x0000) +struct FInterpEdSelKey final +{ +public: + class UInterpGroup* Group; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UInterpTrack* Track; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 KeyIndex; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float UnsnappedPosition; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpEdSelKey; + +// ScriptStruct Engine.CameraPreviewInfo +// 0x0030 (0x0030 - 0x0000) +struct FCameraPreviewInfo final +{ +public: + TSubclassOf PawnClass; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequence* AnimSeq; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Location; // 0x0010(0x000C)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x001C(0x000C)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class APawn* PawnInst; // 0x0028(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraPreviewInfo; + +// ScriptStruct Engine.SubTrackGroup +// 0x0028 (0x0028 - 0x0000) +struct FSubTrackGroup final +{ +public: + class FString GroupName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray TrackIndices; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 bIsCollapsed : 1; // 0x0020(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsSelected : 1; // 0x0020(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSubTrackGroup; + +// ScriptStruct Engine.SupportedSubTrackInfo +// 0x0020 (0x0020 - 0x0000) +struct FSupportedSubTrackInfo final +{ +public: + TSubclassOf SupportedClass; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SubTrackName; // 0x0008(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 GroupIndex; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSupportedSubTrackInfo; + +// ScriptStruct Engine.AnimControlTrackKey +// 0x0020 (0x0020 - 0x0000) +struct FAnimControlTrackKey final +{ +public: + float StartTime; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimSequence* AnimSeq; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimStartOffset; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimEndOffset; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AnimPlayRate; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLooping : 1; // 0x001C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReverse : 1; // 0x001C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnimControlTrackKey; + +// ScriptStruct Engine.BoolTrackKey +// 0x0008 (0x0008 - 0x0000) +struct FBoolTrackKey final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Value : 1; // 0x0004(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBoolTrackKey; + +// ScriptStruct Engine.DirectorTrackCut +// 0x0014 (0x0014 - 0x0000) +struct FDirectorTrackCut final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TransitionTime; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName TargetCamGroup; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ShotNumber; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDirectorTrackCut; + +// ScriptStruct Engine.EventTrackKey +// 0x000C (0x000C - 0x0000) +struct FEventTrackKey final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName EventName; // 0x0004(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEventTrackKey; + +// ScriptStruct Engine.InterpLookupTrack +// 0x0010 (0x0010 - 0x0000) +struct FInterpLookupTrack final +{ +public: + TArray Points; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInterpLookupTrack; + +// ScriptStruct Engine.ParticleReplayTrackKey +// 0x000C (0x000C - 0x0000) +struct FParticleReplayTrackKey final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Duration; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ClipIDNumber; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParticleReplayTrackKey; + +// ScriptStruct Engine.SoundTrackKey +// 0x0018 (0x0018 - 0x0000) +struct FSoundTrackKey final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Volume; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundBase* Sound; // 0x0010(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundTrackKey; + +// ScriptStruct Engine.VisibilityTrackKey +// 0x0008 (0x0008 - 0x0000) +struct FVisibilityTrackKey final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVisibilityTrackAction Action; // 0x0004(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVisibilityTrackCondition ActiveCondition; // 0x0005(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FVisibilityTrackKey; + +// ScriptStruct Engine.VectorSpringState +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x04) FVectorSpringState final +{ +public: + uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FVectorSpringState; + +// ScriptStruct Engine.DrawToRenderTargetContext +// 0x0010 (0x0010 - 0x0000) +struct FDrawToRenderTargetContext final +{ +public: + class UTextureRenderTarget2D* RenderTarget; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FDrawToRenderTargetContext; + +// ScriptStruct Engine.LatentActionManager +// 0x0060 (0x0060 - 0x0000) +struct alignas(0x08) FLatentActionManager final +{ +public: + uint8 Pad_0[0x60]; // 0x0000(0x0060)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLatentActionManager; + +// ScriptStruct Engine.LayerActorStats +// 0x0010 (0x0010 - 0x0000) +struct FLayerActorStats final +{ +public: + class UClass* Type; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Total; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLayerActorStats; + +// ScriptStruct Engine.ReplicatedStaticActorDestructionInfo +// 0x0038 (0x0038 - 0x0000) +struct FReplicatedStaticActorDestructionInfo final +{ +public: + uint8 Pad_0[0x30]; // 0x0000(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + class UClass* ObjClass; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FReplicatedStaticActorDestructionInfo; + +// ScriptStruct Engine.LevelSimplificationDetails +// 0x012C (0x012C - 0x0000) +struct FLevelSimplificationDetails final +{ +public: + bool bCreatePackagePerAsset; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DetailsPercentage; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialProxySettings StaticMeshMaterialSettings; // 0x0008(0x0088)(Edit, NoDestructor, NativeAccessSpecifierPublic) + bool bOverrideLandscapeExportLOD; // 0x0090(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_91[0x3]; // 0x0091(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 LandscapeExportLOD; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialProxySettings LandscapeMaterialSettings; // 0x0098(0x0088)(Edit, NoDestructor, NativeAccessSpecifierPublic) + bool bBakeFoliageToLandscape; // 0x0120(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bBakeGrassToLandscape; // 0x0121(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateMeshNormalMap; // 0x0122(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateMeshMetallicMap; // 0x0123(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateMeshRoughnessMap; // 0x0124(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateMeshSpecularMap; // 0x0125(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateLandscapeNormalMap; // 0x0126(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateLandscapeMetallicMap; // 0x0127(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateLandscapeRoughnessMap; // 0x0128(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bGenerateLandscapeSpecularMap; // 0x0129(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_12A[0x2]; // 0x012A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLevelSimplificationDetails; + +// ScriptStruct Engine.StreamableTextureInstance +// 0x0028 (0x0028 - 0x0000) +struct alignas(0x04) FStreamableTextureInstance +{ +public: + uint8 Pad_0[0x28]; // 0x0000(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStreamableTextureInstance; + +// ScriptStruct Engine.DynamicTextureInstance +// 0x0010 (0x0038 - 0x0028) +struct FDynamicTextureInstance final : public FStreamableTextureInstance +{ +public: + class UTexture2D* Texture; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAttached; // 0x0030(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float OriginalRadius; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDynamicTextureInstance; + +// ScriptStruct Engine.BatchedLine +// 0x0034 (0x0034 - 0x0000) +struct FBatchedLine final +{ +public: + struct FVector Start; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector End; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Color; // 0x0018(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Thickness; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RemainingLifeTime; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 DepthPriority; // 0x0030(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBatchedLine; + +// ScriptStruct Engine.ClientReceiveData +// 0x0040 (0x0040 - 0x0000) +struct FClientReceiveData final +{ +public: + class APlayerController* LocalPC; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MessageType; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MessageIndex; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString MessageString; // 0x0018(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerState* RelatedPlayerState_1; // 0x0028(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class APlayerState* RelatedPlayerState_2; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* OptionalObject; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FClientReceiveData; + +// ScriptStruct Engine.HLODInstancingKey +// 0x0010 (0x0010 - 0x0000) +struct FHLODInstancingKey final +{ +public: + class UStaticMesh* StaticMesh; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHLODInstancingKey; + +// ScriptStruct Engine.LODMappingData +// 0x0020 (0x0020 - 0x0000) +struct FLODMappingData final +{ +public: + TArray Mapping; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray InverseMapping; // 0x0010(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLODMappingData; + +// ScriptStruct Engine.ParameterGroupData +// 0x0018 (0x0018 - 0x0000) +struct FParameterGroupData final +{ +public: + class FString GroupName; // 0x0000(0x0010)(Edit, ZeroConstructor, EditConst, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 GroupSortPriority; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FParameterGroupData; + +// ScriptStruct Engine.MaterialSpriteElement +// 0x0028 (0x0028 - 0x0000) +struct FMaterialSpriteElement final +{ +public: + class UMaterialInterface* Material; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveFloat* DistanceToOpacityCurve; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSizeIsInScreenSpace : 1; // 0x0010(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float BaseSizeX; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BaseSizeY; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* DistanceToSizeCurve; // 0x0020(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialSpriteElement; + +// ScriptStruct Engine.ParameterChannelNames +// 0x0060 (0x0060 - 0x0000) +struct FParameterChannelNames final +{ +public: + class FText R; // 0x0000(0x0018)(Edit, NativeAccessSpecifierPublic) + class FText G; // 0x0018(0x0018)(Edit, NativeAccessSpecifierPublic) + class FText B; // 0x0030(0x0018)(Edit, NativeAccessSpecifierPublic) + class FText A; // 0x0048(0x0018)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParameterChannelNames; + +// ScriptStruct Engine.CustomOutput +// 0x000C (0x000C - 0x0000) +struct FCustomOutput final +{ +public: + class FName OutputName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECustomMaterialOutputType OutputType; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCustomOutput; + +// ScriptStruct Engine.CustomInput +// 0x001C (0x001C - 0x0000) +struct FCustomInput final +{ +public: + class FName InputName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionInput Input; // 0x0008(0x0014)(NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomInput; + +// ScriptStruct Engine.FunctionExpressionOutput +// 0x0020 (0x0020 - 0x0000) +struct FFunctionExpressionOutput final +{ +public: + class UMaterialExpressionFunctionOutput* ExpressionOutput; // 0x0000(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionOutputId; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FExpressionOutput Output; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFunctionExpressionOutput; + +// ScriptStruct Engine.FontParameterValue +// 0x0030 (0x0030 - 0x0000) +struct FFontParameterValue final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UFont* FontValue; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 FontPage; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x001C(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFontParameterValue; + +// ScriptStruct Engine.RuntimeVirtualTextureParameterValue +// 0x0028 (0x0028 - 0x0000) +struct FRuntimeVirtualTextureParameterValue final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class URuntimeVirtualTexture* ParameterValue; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0018(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRuntimeVirtualTextureParameterValue; + +// ScriptStruct Engine.TextureParameterValue +// 0x0028 (0x0028 - 0x0000) +struct FTextureParameterValue final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* ParameterValue; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0018(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTextureParameterValue; + +// ScriptStruct Engine.ScalarParameterValue +// 0x0024 (0x0024 - 0x0000) +struct FScalarParameterValue final +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ParameterValue; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FGuid ExpressionGUID; // 0x0014(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FScalarParameterValue; + +// ScriptStruct Engine.MaterialInstanceBasePropertyOverrides +// 0x0008 (0x0008 - 0x0000) +struct FMaterialInstanceBasePropertyOverrides final +{ +public: + uint8 bOverride_OpacityMaskClipValue : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_BlendMode : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_ShadingModel : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_DitheredLODTransition : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_CastDynamicShadowAsMasked : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverride_TwoSided : 1; // 0x0000(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 TwoSided : 1; // 0x0000(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 DitheredLODTransition : 1; // 0x0000(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCastDynamicShadowAsMasked : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EBlendMode BlendMode; // 0x0002(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMaterialShadingModel ShadingModel; // 0x0003(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OpacityMaskClipValue; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialInstanceBasePropertyOverrides; + +// ScriptStruct Engine.LightmassMaterialInterfaceSettings +// 0x0010 (0x0010 - 0x0000) +struct FLightmassMaterialInterfaceSettings final +{ +public: + float EmissiveBoost; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DiffuseBoost; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExportResolutionScale; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCastShadowAsMasked : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideCastShadowAsMasked : 1; // 0x000C(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideEmissiveBoost : 1; // 0x000C(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideDiffuseBoost : 1; // 0x000C(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideExportResolutionScale : 1; // 0x000C(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLightmassMaterialInterfaceSettings; + +// ScriptStruct Engine.MaterialLayersFunctions +// 0x0040 (0x0040 - 0x0000) +struct FMaterialLayersFunctions final +{ +public: + TArray Layers; // 0x0000(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray Blends; // 0x0010(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray LayerStates; // 0x0020(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + class FString KeyString; // 0x0030(0x0010)(ZeroConstructor, Deprecated, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMaterialLayersFunctions; + +// ScriptStruct Engine.CollectionScalarParameter +// 0x0004 (0x001C - 0x0018) +struct FCollectionScalarParameter final : public FCollectionParameterBase +{ +public: + float DefaultValue; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCollectionScalarParameter; + +// ScriptStruct Engine.MeshInstancingSettings +// 0x0018 (0x0018 - 0x0000) +struct FMeshInstancingSettings final +{ +public: + TSubclassOf ActorClassToUse; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoClear, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 InstanceReplacementThreshold; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshInstancingReplacementMethod MeshReplacementMethod; // 0x000C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSkipMeshesWithVertexColors; // 0x000D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseHLODVolumes; // 0x000E(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + TSubclassOf ISMComponentToUse; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMeshInstancingSettings; + +// ScriptStruct Engine.MeshMergingSettings +// 0x00A0 (0x00A0 - 0x0000) +struct FMeshMergingSettings final +{ +public: + int32 TargetLightMapResolution; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EUVOutput OutputUVs[0x8]; // 0x0004(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialProxySettings MaterialSettings; // 0x000C(0x0088)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + int32 GutterSize; // 0x0094(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SpecificLOD; // 0x0098(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshLODSelectionType LODSelectionType; // 0x009C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bGenerateLightMapUV : 1; // 0x009D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComputedLightMapResolution : 1; // 0x009D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bPivotPointAtZero : 1; // 0x009D(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMergePhysicsData : 1; // 0x009D(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMergeMaterials : 1; // 0x009D(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCreateMergedMaterial : 1; // 0x009D(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bBakeVertexDataToMesh : 1; // 0x009D(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseVertexDataForBakingMaterial : 1; // 0x009D(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseTextureBinning : 1; // 0x009E(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReuseMeshLightmapUVs : 1; // 0x009E(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bMergeEquivalentMaterials : 1; // 0x009E(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseLandscapeCulling : 1; // 0x009E(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIncludeImposters : 1; // 0x009E(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowDistanceField : 1; // 0x009E(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9F[0x1]; // 0x009F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMeshMergingSettings; + +// ScriptStruct Engine.MeshProxySettings +// 0x00A8 (0x00A8 - 0x0000) +struct FMeshProxySettings final +{ +public: + int32 ScreenSize; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VoxelSize; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMaterialProxySettings MaterialSettings; // 0x0008(0x0088)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + float MergeDistance; // 0x0090(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor UnresolvedGeometryColor; // 0x0094(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxRayCastDist; // 0x0098(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HardAngleThreshold; // 0x009C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LightMapResolution; // 0x00A0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EProxyNormalComputationMethod NormalCalculationMethod; // 0x00A4(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ELandscapeCullingPrecision LandscapeCullingPrecision; // 0x00A5(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bCalculateCorrectLODModel : 1; // 0x00A6(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideVoxelSize : 1; // 0x00A6(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideTransferDistance : 1; // 0x00A6(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseHardAngleThreshold : 1; // 0x00A6(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bComputeLightMapResolution : 1; // 0x00A6(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRecalculateNormals : 1; // 0x00A6(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseLandscapeCulling : 1; // 0x00A6(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowAdjacency : 1; // 0x00A6(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowDistanceField : 1; // 0x00A7(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReuseMeshLightmapUVs : 1; // 0x00A7(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCreateCollision : 1; // 0x00A7(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowVertexColors : 1; // 0x00A7(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateLightmapUVs : 1; // 0x00A7(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) +}; +DUMPER7_ASSERTS_FMeshProxySettings; + +// ScriptStruct Engine.MeshReductionSettings +// 0x0024 (0x0024 - 0x0000) +struct FMeshReductionSettings final +{ +public: + float PercentTriangles; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PercentVertices; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDeviation; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PixelError; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WeldingThreshold; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HardAngleThreshold; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 BaseLODModel; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshFeatureImportance SilhouetteImportance; // 0x001C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshFeatureImportance TextureImportance; // 0x001D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshFeatureImportance ShadingImportance; // 0x001E(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRecalculateNormals : 1; // 0x001F(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateUniqueLightmapUVs : 1; // 0x001F(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bKeepSymmetry : 1; // 0x001F(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisibilityAided : 1; // 0x001F(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCullOccluded : 1; // 0x001F(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + EStaticMeshReductionTerimationCriterion TerminationCriterion; // 0x0020(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshFeatureImportance VisibilityAggressiveness; // 0x0021(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EMeshFeatureImportance VertexColorImportance; // 0x0022(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_23[0x1]; // 0x0023(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMeshReductionSettings; + +// ScriptStruct Engine.PurchaseInfo +// 0x0040 (0x0040 - 0x0000) +struct FPurchaseInfo final +{ +public: + class FString Identifier; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DisplayName; // 0x0010(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DisplayDescription; // 0x0020(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString DisplayPrice; // 0x0030(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPurchaseInfo; + +// ScriptStruct Engine.NavAvoidanceMask +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FNavAvoidanceMask final +{ +public: + uint8 bGroup0 : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup1 : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup2 : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup3 : 1; // 0x0000(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup4 : 1; // 0x0000(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup5 : 1; // 0x0000(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup6 : 1; // 0x0000(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup7 : 1; // 0x0000(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup8 : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup9 : 1; // 0x0001(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup10 : 1; // 0x0001(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup11 : 1; // 0x0001(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup12 : 1; // 0x0001(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup13 : 1; // 0x0001(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup14 : 1; // 0x0001(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup15 : 1; // 0x0001(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup16 : 1; // 0x0002(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup17 : 1; // 0x0002(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup18 : 1; // 0x0002(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup19 : 1; // 0x0002(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup20 : 1; // 0x0002(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup21 : 1; // 0x0002(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup22 : 1; // 0x0002(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup23 : 1; // 0x0002(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup24 : 1; // 0x0003(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup25 : 1; // 0x0003(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup26 : 1; // 0x0003(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup27 : 1; // 0x0003(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup28 : 1; // 0x0003(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup29 : 1; // 0x0003(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup30 : 1; // 0x0003(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGroup31 : 1; // 0x0003(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) +}; +DUMPER7_ASSERTS_FNavAvoidanceMask; + +// ScriptStruct Engine.NavDataConfig +// 0x0048 (0x0078 - 0x0030) +struct FNavDataConfig final : public FNavAgentProperties +{ +public: + class FName Name; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor Color; // 0x0038(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector DefaultQueryExtent; // 0x003C(0x000C)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSubclassOf NavigationDataClass; // 0x0048(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TSoftClassPtr NavDataClass; // 0x0050(0x0028)(Edit, BlueprintVisible, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected) +}; +DUMPER7_ASSERTS_FNavDataConfig; + +// ScriptStruct Engine.PacketSimulationSettings +// 0x0034 (0x0034 - 0x0000) +struct FPacketSimulationSettings final +{ +public: + int32 PktLoss; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktLossMaxSize; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktLossMinSize; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktOrder; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktDup; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktLag; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktLagVariance; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktLagMin; // 0x001C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktLagMax; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktIncomingLagMin; // 0x0024(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktIncomingLagMax; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktIncomingLoss; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 PktJitter; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPacketSimulationSettings; + +// ScriptStruct Engine.NodeItem +// 0x0040 (0x0040 - 0x0000) +struct FNodeItem final +{ +public: + class FName ParentName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform Transform; // 0x0010(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNodeItem; + +// ScriptStruct Engine.ParticleRandomSeedInfo +// 0x0020 (0x0020 - 0x0000) +struct FParticleRandomSeedInfo final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bGetSeedFromInstance : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bInstanceSeedIsIndex : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bResetSeedOnEmitterLooping : 1; // 0x0008(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRandomlySelectSeedArray : 1; // 0x0008(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray RandomSeeds; // 0x0010(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FParticleRandomSeedInfo; + +// ScriptStruct Engine.BeamModifierOptions +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FBeamModifierOptions final +{ +public: + uint8 bModify : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bScale : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLock : 1; // 0x0000(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBeamModifierOptions; + +// ScriptStruct Engine.LocationBoneSocketInfo +// 0x0014 (0x0014 - 0x0000) +struct FLocationBoneSocketInfo final +{ +public: + class FName BoneSocketName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Offset; // 0x0008(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLocationBoneSocketInfo; + +// ScriptStruct Engine.EmitterDynamicParameter +// 0x0048 (0x0048 - 0x0000) +struct FEmitterDynamicParameter final +{ +public: + class FName ParamName; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseEmitterTime : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSpawnTimeOnly : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EEmitterDynamicParameterValue ValueMethod; // 0x000C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bScaleVelocityByParamValue : 1; // 0x0010(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRawDistributionFloat ParamValue; // 0x0018(0x0030)(Edit, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEmitterDynamicParameter; + +// ScriptStruct Engine.GPUSpriteResourceData +// 0x0160 (0x0160 - 0x0000) +struct FGPUSpriteResourceData final +{ +public: + TArray QuantizedColorSamples; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray QuantizedMiscSamples; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray QuantizedSimulationAttrSamples; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + struct FVector4 ColorScale; // 0x0030(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 ColorBias; // 0x0040(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 MiscScale; // 0x0050(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 MiscBias; // 0x0060(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 SimulationAttrCurveScale; // 0x0070(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 SimulationAttrCurveBias; // 0x0080(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 SubImageSize; // 0x0090(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 SizeBySpeed; // 0x00A0(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ConstantAcceleration; // 0x00B0(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitOffsetBase; // 0x00BC(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitOffsetRange; // 0x00C8(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitFrequencyBase; // 0x00D4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitFrequencyRange; // 0x00E0(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitPhaseBase; // 0x00EC(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector OrbitPhaseRange; // 0x00F8(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalVectorFieldScale; // 0x0104(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GlobalVectorFieldTightness; // 0x0108(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PerParticleVectorFieldScale; // 0x010C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PerParticleVectorFieldBias; // 0x0110(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DragCoefficientScale; // 0x0114(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DragCoefficientBias; // 0x0118(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ResilienceScale; // 0x011C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ResilienceBias; // 0x0120(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionRadiusScale; // 0x0124(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionRadiusBias; // 0x0128(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionTimeBias; // 0x012C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionRandomSpread; // 0x0130(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CollisionRandomDistribution; // 0x0134(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OneMinusFriction; // 0x0138(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RotationRateScale; // 0x013C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CameraMotionBlurAmount; // 0x0140(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleScreenAlignment ScreenAlignment; // 0x0144(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleAxisLock LockAxisFlag; // 0x0145(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_146[0x2]; // 0x0146(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector2D PivotOffset; // 0x0148(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRemoveHMDRoll : 1; // 0x0150(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_151[0x3]; // 0x0151(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float MinFacingCameraBlendDistance; // 0x0154(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxFacingCameraBlendDistance; // 0x0158(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_15C[0x4]; // 0x015C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FGPUSpriteResourceData; + +// ScriptStruct Engine.NamedEmitterMaterial +// 0x0010 (0x0010 - 0x0000) +struct FNamedEmitterMaterial final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNamedEmitterMaterial; + +// ScriptStruct Engine.ParticleSystemLOD +// 0x0001 (0x0001 - 0x0000) +struct FParticleSystemLOD final +{ +public: + uint8 Pad_0[0x1]; // 0x0000(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FParticleSystemLOD; + +// ScriptStruct Engine.ParticleSysParam +// 0x0080 (0x0080 - 0x0000) +struct alignas(0x10) FParticleSysParam final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EParticleSysParamType ParamType; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Scalar; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scalar_Low; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Vector; // 0x0014(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Vector_Low; // 0x0020(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor Color; // 0x002C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* Actor; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UMaterialInterface* Material; // 0x0038(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_40[0x40]; // 0x0040(0x0040)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FParticleSysParam; + +// ScriptStruct Engine.ParticleSystemWorldManagerTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FParticleSystemWorldManagerTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FParticleSystemWorldManagerTickFunction; + +// ScriptStruct Engine.ParticleSystemReplayFrame +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FParticleSystemReplayFrame final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FParticleSystemReplayFrame; + +// ScriptStruct Engine.ParticleEmitterReplayFrame +// 0x0010 (0x0010 - 0x0000) +struct alignas(0x08) FParticleEmitterReplayFrame final +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FParticleEmitterReplayFrame; + +// ScriptStruct Engine.FreezablePerPlatformInt +// 0x0004 (0x0004 - 0x0000) +struct alignas(0x04) FFreezablePerPlatformInt final +{ +public: + uint8 Pad_0[0x4]; // 0x0000(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFreezablePerPlatformInt; + +// ScriptStruct Engine.PhysicalAnimationData +// 0x0024 (0x0024 - 0x0000) +struct FPhysicalAnimationData final +{ +public: + class FName BodyName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsLocalSimulation : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float OrientationStrength; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularVelocityStrength; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PositionStrength; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VelocityStrength; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxLinearForce; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxAngularForce; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPhysicalAnimationData; + +// ScriptStruct Engine.PhysicalAnimationProfile +// 0x002C (0x002C - 0x0000) +struct FPhysicalAnimationProfile final +{ +public: + class FName ProfileName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPhysicalAnimationData PhysicalAnimationData; // 0x0008(0x0024)(Edit, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPhysicalAnimationProfile; + +// ScriptStruct Engine.SolverIterations +// 0x001C (0x001C - 0x0000) +struct FSolverIterations final +{ +public: + float FixedTimeStep; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SolverIterations; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JointIterations; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CollisionIterations; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SolverPushOutIterations; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 JointPushOutIterations; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 CollisionPushOutIterations; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSolverIterations; + +// ScriptStruct Engine.PhysicsConstraintProfileHandle +// 0x011C (0x011C - 0x0000) +struct FPhysicsConstraintProfileHandle final +{ +public: + struct FConstraintProfileProperties ProfileProperties; // 0x0000(0x0114)(NoDestructor, NativeAccessSpecifierPublic) + class FName ProfileName; // 0x0114(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle; + +// ScriptStruct Engine.ChaosPhysicsSettings +// 0x0003 (0x0003 - 0x0000) +struct FChaosPhysicsSettings final +{ +public: + EChaosThreadingMode DefaultThreadingModel; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EChaosSolverTickMode DedicatedThreadTickMode; // 0x0001(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EChaosBufferMode DedicatedThreadBufferMode; // 0x0002(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FChaosPhysicsSettings; + +// ScriptStruct Engine.DelegateArray +// 0x0010 (0x0010 - 0x0000) +struct FDelegateArray final +{ +public: + TArray> Delegates; // 0x0000(0x0010)(ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDelegateArray; + +// ScriptStruct Engine.TViewTarget +// 0x0610 (0x0610 - 0x0000) +struct FTViewTarget final +{ +public: + class AActor* Target; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMinimalViewInfo POV; // 0x0010(0x05F0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + class APlayerState* PlayerState; // 0x0600(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_608[0x8]; // 0x0608(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTViewTarget; + +// ScriptStruct Engine.CameraCacheEntry +// 0x0600 (0x0600 - 0x0000) +struct FCameraCacheEntry final +{ +public: + float Timestamp; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_4[0xC]; // 0x0004(0x000C)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMinimalViewInfo POV; // 0x0010(0x05F0)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCameraCacheEntry; + +// ScriptStruct Engine.UpdateLevelStreamingLevelStatus +// 0x0010 (0x0010 - 0x0000) +struct FUpdateLevelStreamingLevelStatus final +{ +public: + class FName PackageName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODIndex; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewShouldBeLoaded; // 0x000C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewShouldBeVisible; // 0x000D(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNewShouldBlockOnLoad; // 0x000E(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FUpdateLevelStreamingLevelStatus; + +// ScriptStruct Engine.InputActionSpeechMapping +// 0x0010 (0x0010 - 0x0000) +struct FInputActionSpeechMapping final +{ +public: + class FName ActionName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName SpeechKeyword; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FInputActionSpeechMapping; + +// ScriptStruct Engine.InputAxisKeyMapping +// 0x0028 (0x0028 - 0x0000) +struct FInputAxisKeyMapping final +{ +public: + class FName AxisName; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Scale; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FKey Key; // 0x0010(0x0018)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputAxisKeyMapping; + +// ScriptStruct Engine.InputAxisProperties +// 0x0010 (0x0010 - 0x0000) +struct FInputAxisProperties final +{ +public: + float DeadZone; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Sensitivity; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Exponent; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bInvert : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInputAxisProperties; + +// ScriptStruct Engine.InputAxisConfigEntry +// 0x0018 (0x0018 - 0x0000) +struct FInputAxisConfigEntry final +{ +public: + class FName AxisKeyName; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInputAxisProperties AxisProperties; // 0x0008(0x0010)(Edit, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInputAxisConfigEntry; + +// ScriptStruct Engine.KeyBind +// 0x0030 (0x0030 - 0x0000) +struct FKeyBind final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString Command; // 0x0018(0x0010)(ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Control : 1; // 0x0028(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Shift : 1; // 0x0028(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Alt : 1; // 0x0028(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Cmd : 1; // 0x0028(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreCtrl : 1; // 0x0028(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreShift : 1; // 0x0028(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreAlt : 1; // 0x0028(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIgnoreCmd : 1; // 0x0028(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bDisabled : 1; // 0x0029(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKeyBind; + +// ScriptStruct Engine.PlayerMuteList +// 0x0038 (0x0038 - 0x0000) +struct alignas(0x08) FPlayerMuteList final +{ +public: + uint8 Pad_0[0x30]; // 0x0000(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) + bool bHasVoiceHandshakeCompleted; // 0x0030(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 VoiceChannelIdx; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPlayerMuteList; + +// ScriptStruct Engine.PoseData +// 0x0070 (0x0070 - 0x0000) +struct FPoseData final +{ +public: + TArray LocalSpacePose; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TMap TrackToBufferIndex; // 0x0010(0x0050)(NativeAccessSpecifierPublic) + TArray CurveData; // 0x0060(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPoseData; + +// ScriptStruct Engine.PoseDataContainer +// 0x0090 (0x0090 - 0x0000) +struct FPoseDataContainer final +{ +public: + TArray PoseNames; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray Tracks; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TMap TrackMap; // 0x0020(0x0050)(Transient, NativeAccessSpecifierPrivate) + TArray Poses; // 0x0070(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray Curves; // 0x0080(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FPoseDataContainer; + +// ScriptStruct Engine.PreviewAttachedObjectPair +// 0x0038 (0x0038 - 0x0000) +struct FPreviewAttachedObjectPair final +{ +public: + TSoftObjectPtr AttachedObject; // 0x0000(0x0028)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UObject* Object; // 0x0028(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName AttachedTo; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPreviewAttachedObjectPair; + +// ScriptStruct Engine.PreviewAssetAttachContainer +// 0x0010 (0x0010 - 0x0000) +struct FPreviewAssetAttachContainer final +{ +public: + TArray AttachedObjects; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FPreviewAssetAttachContainer; + +// ScriptStruct Engine.PreviewMeshCollectionEntry +// 0x0028 (0x0028 - 0x0000) +struct FPreviewMeshCollectionEntry final +{ +public: + TSoftObjectPtr SkeletalMesh; // 0x0000(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPreviewMeshCollectionEntry; + +// ScriptStruct Engine.PrimitiveComponentInstanceData +// 0x0048 (0x0100 - 0x00B8) +struct FPrimitiveComponentInstanceData : public FSceneComponentInstanceData +{ +public: + uint8 Pad_B8[0x8]; // 0x00B8(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FTransform ComponentTransform; // 0x00C0(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPrivate) + int32 VisibilityId; // 0x00F0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_F4[0x4]; // 0x00F4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPrimitiveComponent* LODParent; // 0x00F8(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FPrimitiveComponentInstanceData; + +// ScriptStruct Engine.SpriteCategoryInfo +// 0x0038 (0x0038 - 0x0000) +struct FSpriteCategoryInfo final +{ +public: + class FName Category; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FText DisplayName; // 0x0008(0x0018)(NativeAccessSpecifierPublic) + class FText Description; // 0x0020(0x0018)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSpriteCategoryInfo; + +// ScriptStruct Engine.QuartzPulseOverrideStep +// 0x0008 (0x0008 - 0x0000) +struct FQuartzPulseOverrideStep final +{ +public: + int32 NumberOfPulses; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EQuartzCommandQuantization PulseDuration; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FQuartzPulseOverrideStep; + +// ScriptStruct Engine.QuartzTimeSignature +// 0x0018 (0x0018 - 0x0000) +struct FQuartzTimeSignature final +{ +public: + int32 NumBeats; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EQuartzTimeSignatureQuantization BeatType; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray OptionalPulseOverride; // 0x0008(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FQuartzTimeSignature; + +// ScriptStruct Engine.QuartzClockSettings +// 0x0020 (0x0020 - 0x0000) +struct FQuartzClockSettings final +{ +public: + struct FQuartzTimeSignature TimeSignature; // 0x0000(0x0018)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + bool bIgnoreLevelChange; // 0x0018(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FQuartzClockSettings; + +// ScriptStruct Engine.QuartzQuantizationBoundary +// 0x000C (0x000C - 0x0000) +struct FQuartzQuantizationBoundary final +{ +public: + EQuartzCommandQuantization Quantization; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Multiplier; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EQuarztQuantizationReference CountingReferencePoint; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bFireOnClockStart; // 0x0009(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FQuartzQuantizationBoundary; + +// ScriptStruct Engine.QuartzTransportTimeStamp +// 0x0010 (0x0010 - 0x0000) +struct FQuartzTransportTimeStamp final +{ +public: + int32 Bars; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Beat; // 0x0004(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BeatFraction; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Seconds; // 0x000C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FQuartzTransportTimeStamp; + +// ScriptStruct Engine.LevelNameAndTime +// 0x0018 (0x0018 - 0x0000) +struct FLevelNameAndTime final +{ +public: + class FString LevelName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 LevelChangeTimeInMS; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLevelNameAndTime; + +// ScriptStruct Engine.ReverbSettings +// 0x0020 (0x0020 - 0x0000) +struct FReverbSettings final +{ +public: + bool bApplyReverb; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class UReverbEffect* ReverbEffect; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundEffectSubmixPreset* ReverbPluginEffect; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Volume; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeTime; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FReverbSettings; + +// ScriptStruct Engine.CompressedRichCurve +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FCompressedRichCurve final +{ +public: + uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCompressedRichCurve; + +// ScriptStruct Engine.RigTransformConstraint +// 0x0010 (0x0010 - 0x0000) +struct FRigTransformConstraint final +{ +public: + EConstraintTransform TranformType; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName ParentSpace; // 0x0004(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Weight; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRigTransformConstraint; + +// ScriptStruct Engine.TransformBaseConstraint +// 0x0010 (0x0010 - 0x0000) +struct FTransformBaseConstraint final +{ +public: + TArray TransformConstraints; // 0x0000(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTransformBaseConstraint; + +// ScriptStruct Engine.TransformBase +// 0x0028 (0x0028 - 0x0000) +struct FTransformBase final +{ +public: + class FName Node; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransformBaseConstraint Constraints[0x2]; // 0x0008(0x0010)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTransformBase; + +// ScriptStruct Engine.Node +// 0x0060 (0x0060 - 0x0000) +struct FNode final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ParentName; // 0x0008(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FTransform Transform; // 0x0010(0x0030)(IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + class FString DisplayName; // 0x0040(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAdvanced; // 0x0050(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_51[0xF]; // 0x0051(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNode; + +// ScriptStruct Engine.RootMotionSource_JumpForce +// 0x0030 (0x00D0 - 0x00A0) +struct FRootMotionSource_JumpForce final : public FRootMotionSource +{ +public: + struct FRotator Rotation; // 0x0098(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float Distance; // 0x00A4(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Height; // 0x00A8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDisableTimeout; // 0x00AC(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_AD[0x3]; // 0x00AD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveVector* PathOffsetCurve; // 0x00B0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveFloat* TimeMappingCurve; // 0x00B8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_C0[0x10]; // 0x00C0(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FRootMotionSource_JumpForce; + +// ScriptStruct Engine.RootMotionSource_MoveToDynamicForce +// 0x0030 (0x00D0 - 0x00A0) +struct FRootMotionSource_MoveToDynamicForce final : public FRootMotionSource +{ +public: + struct FVector StartLocation; // 0x0098(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector InitialTargetLocation; // 0x00A4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector TargetLocation; // 0x00B0(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRestrictSpeedToExpected; // 0x00BC(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BD[0x3]; // 0x00BD(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveVector* PathOffsetCurve; // 0x00C0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveFloat* TimeMappingCurve; // 0x00C8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSource_MoveToDynamicForce; + +// ScriptStruct Engine.RootMotionSource_RadialForce +// 0x0040 (0x00E0 - 0x00A0) +struct FRootMotionSource_RadialForce final : public FRootMotionSource +{ +public: + struct FVector Location; // 0x0098(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A4[0x4]; // 0x00A4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class AActor* LocationActor; // 0x00A8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Radius; // 0x00B0(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Strength; // 0x00B4(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bIsPush; // 0x00B8(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bNoZForce; // 0x00B9(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_BA[0x6]; // 0x00BA(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* StrengthDistanceFalloff; // 0x00C0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveFloat* StrengthOverTime; // 0x00C8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseFixedWorldDirection; // 0x00D0(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D1[0x3]; // 0x00D1(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRotator FixedWorldDirection; // 0x00D4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSource_RadialForce; + +// ScriptStruct Engine.RootMotionSource_ConstantForce +// 0x0010 (0x00B0 - 0x00A0) +struct FRootMotionSource_ConstantForce final : public FRootMotionSource +{ +public: + struct FVector Force; // 0x0098(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A4[0x4]; // 0x00A4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UCurveFloat* StrengthOverTime; // 0x00A8(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRootMotionSource_ConstantForce; + +// ScriptStruct Engine.CameraExposureSettings +// 0x0040 (0x0040 - 0x0000) +struct FCameraExposureSettings final +{ +public: + EAutoExposureMethod Method; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float LowPercent; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HighPercent; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinBrightness; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxBrightness; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpeedUp; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SpeedDown; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bias; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UCurveFloat* BiasCurve; // 0x0020(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture* MeterMask; // 0x0028(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HistogramLogMin; // 0x0030(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HistogramLogMax; // 0x0034(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float CalibrationConstant; // 0x0038(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 ApplyPhysicalCameraExposure : 1; // 0x003C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCameraExposureSettings; + +// ScriptStruct Engine.GaussianSumBloomSettings +// 0x0084 (0x0084 - 0x0000) +struct FGaussianSumBloomSettings final +{ +public: + float Intensity; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Threshold; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SizeScale; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Filter1Size; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Filter2Size; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Filter3Size; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Filter4Size; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Filter5Size; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Filter6Size; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Filter1Tint; // 0x0024(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Filter2Tint; // 0x0034(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Filter3Tint; // 0x0044(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Filter4Tint; // 0x0054(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Filter5Tint; // 0x0064(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor Filter6Tint; // 0x0074(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FGaussianSumBloomSettings; + +// ScriptStruct Engine.LensBloomSettings +// 0x00B8 (0x00B8 - 0x0000) +struct FLensBloomSettings final +{ +public: + struct FGaussianSumBloomSettings GaussianSum; // 0x0000(0x0084)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_84[0x4]; // 0x0084(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FConvolutionBloomSettings Convolution; // 0x0088(0x0028)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + EBloomMethod Method; // 0x00B0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B1[0x7]; // 0x00B1(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLensBloomSettings; + +// ScriptStruct Engine.LensImperfectionSettings +// 0x0020 (0x0020 - 0x0000) +struct FLensImperfectionSettings final +{ +public: + class UTexture* DirtMask; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DirtMaskIntensity; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor DirtMaskTint; // 0x000C(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLensImperfectionSettings; + +// ScriptStruct Engine.LensSettings +// 0x00E0 (0x00E0 - 0x0000) +struct FLensSettings final +{ +public: + struct FLensBloomSettings Bloom; // 0x0000(0x00B8)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + struct FLensImperfectionSettings Imperfections; // 0x00B8(0x0020)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + float ChromaticAberration; // 0x00D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_DC[0x4]; // 0x00DC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLensSettings; + +// ScriptStruct Engine.FilmStockSettings +// 0x0014 (0x0014 - 0x0000) +struct FFilmStockSettings final +{ +public: + float Slope; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Toe; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Shoulder; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BlackClip; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WhiteClip; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFilmStockSettings; + +// ScriptStruct Engine.ColorGradePerRangeSettings +// 0x0050 (0x0050 - 0x0000) +struct FColorGradePerRangeSettings final +{ +public: + struct FVector4 Saturation; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 Contrast; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 Gamma; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 Gain; // 0x0030(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 Offset; // 0x0040(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FColorGradePerRangeSettings; + +// ScriptStruct Engine.ColorGradingSettings +// 0x0150 (0x0150 - 0x0000) +struct FColorGradingSettings final +{ +public: + struct FColorGradePerRangeSettings Global; // 0x0000(0x0050)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + struct FColorGradePerRangeSettings Shadows; // 0x0050(0x0050)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + struct FColorGradePerRangeSettings Midtones; // 0x00A0(0x0050)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + struct FColorGradePerRangeSettings Highlights; // 0x00F0(0x0050)(Edit, BlueprintVisible, Interp, NoDestructor, NativeAccessSpecifierPublic) + float ShadowsMax; // 0x0140(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HighlightsMin; // 0x0144(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_148[0x8]; // 0x0148(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FColorGradingSettings; + +// ScriptStruct Engine.EngineShowFlagsSetting +// 0x0018 (0x0018 - 0x0000) +struct FEngineShowFlagsSetting final +{ +public: + class FString ShowFlagName; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool Enabled; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FEngineShowFlagsSetting; + +// ScriptStruct Engine.SceneViewExtensionIsActiveFunctor +// 0x0050 (0x0050 - 0x0000) +struct alignas(0x10) FSceneViewExtensionIsActiveFunctor final +{ +public: + uint8 Pad_0[0x50]; // 0x0000(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSceneViewExtensionIsActiveFunctor; + +// ScriptStruct Engine.SingleAnimationPlayData +// 0x0018 (0x0018 - 0x0000) +struct FSingleAnimationPlayData final +{ +public: + class UAnimationAsset* AnimToPlay; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSavedLooping : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSavedPlaying : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float SavedPosition; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SavedPlayRate; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSingleAnimationPlayData; + +// ScriptStruct Engine.SkeletalMaterial +// 0x0028 (0x0028 - 0x0000) +struct FSkeletalMaterial final +{ +public: + class UMaterialInterface* MaterialInterface; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MaterialSlotName; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMeshUVChannelInfo UVChannelData; // 0x0010(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, EditConst, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMaterial; + +// ScriptStruct Engine.ClothPhysicsProperties_Legacy +// 0x0050 (0x0050 - 0x0000) +struct FClothPhysicsProperties_Legacy final +{ +public: + float VerticalResistance; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HorizontalResistance; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float BendResistance; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ShearResistance; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Friction; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Damping; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TetherStiffness; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TetherLimit; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Drag; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StiffnessFrequency; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float GravityScale; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MassScale; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float InertiaBlend; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SelfCollisionThickness; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SelfCollisionSquashScale; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SelfCollisionStiffness; // 0x003C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SolverFrequency; // 0x0040(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FiberCompression; // 0x0044(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FiberExpansion; // 0x0048(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FiberResistance; // 0x004C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FClothPhysicsProperties_Legacy; + +// ScriptStruct Engine.ClothingAssetData_Legacy +// 0x0078 (0x0078 - 0x0000) +struct FClothingAssetData_Legacy final +{ +public: + class FName AssetName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString ApexFileName; // 0x0008(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bClothPropertiesChanged; // 0x0018(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FClothPhysicsProperties_Legacy PhysicsProperties; // 0x001C(0x0050)(NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_6C[0xC]; // 0x006C(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FClothingAssetData_Legacy; + +// ScriptStruct Engine.SkeletalMeshOptimizationSettings +// 0x003C (0x003C - 0x0000) +struct FSkeletalMeshOptimizationSettings final +{ +public: + ESkeletalMeshTerminationCriterion TerminationCriterion; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float NumOfTrianglesPercentage; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NumOfVertPercentage; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 MaxNumOfTriangles; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 MaxNumOfVerts; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDeviationPercentage; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkeletalMeshOptimizationType ReductionMethod; // 0x0018(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkeletalMeshOptimizationImportance SilhouetteImportance; // 0x0019(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkeletalMeshOptimizationImportance TextureImportance; // 0x001A(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkeletalMeshOptimizationImportance ShadingImportance; // 0x001B(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkeletalMeshOptimizationImportance SkinningImportance; // 0x001C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bRemapMorphTargets : 1; // 0x001D(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bRecalcNormals : 1; // 0x001D(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float WeldingThreshold; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalsThreshold; // 0x0024(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxBonesPerVertex; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bEnforceBoneBoundaries : 1; // 0x002C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumeImportance; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLockEdges : 1; // 0x0034(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bLockColorBounaries : 1; // 0x0034(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 BaseLOD; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings; + +// ScriptStruct Engine.SkeletalMeshLODInfo +// 0x00B8 (0x00B8 - 0x0000) +struct FSkeletalMeshLODInfo final +{ +public: + struct FPerPlatformFloat ScreenSize; // 0x0000(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float LODHysteresis; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray LODMaterialMap; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + struct FSkeletalMeshBuildSettings BuildSettings; // 0x0018(0x0014)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FSkeletalMeshOptimizationSettings ReductionSettings; // 0x002C(0x003C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + TArray BonesToRemove; // 0x0068(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray BonesToPrioritize; // 0x0078(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + float WeightOfPrioritization; // 0x0088(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimSequence* BakePose; // 0x0090(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAnimSequence* BakePoseOverride; // 0x0098(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FString SourceImportFilename; // 0x00A0(0x0010)(Edit, ZeroConstructor, EditConst, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESkinCacheUsage SkinCacheUsage; // 0x00B0(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bHasBeenSimplified : 1; // 0x00B1(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bHasPerLODVertexColors : 1; // 0x00B1(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowCPUAccess : 1; // 0x00B1(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSupportUniformlyDistributedSampling : 1; // 0x00B1(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_B2[0x6]; // 0x00B2(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshLODInfo; + +// ScriptStruct Engine.SkeletalMeshClothBuildParams +// 0x0058 (0x0058 - 0x0000) +struct FSkeletalMeshClothBuildParams final +{ +public: + TWeakObjectPtr TargetAsset; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TargetLod; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemapParameters; // 0x000C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FString AssetName; // 0x0010(0x0010)(Edit, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODIndex; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SourceSection; // 0x0024(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bRemoveFromMesh; // 0x0028(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TSoftObjectPtr PhysicsAsset; // 0x0030(0x0028)(Edit, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshClothBuildParams; + +// ScriptStruct Engine.BoneMirrorInfo +// 0x0008 (0x0008 - 0x0000) +struct FBoneMirrorInfo final +{ +public: + int32 SourceIndex; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAxis BoneFlipAxis; // 0x0004(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBoneMirrorInfo; + +// ScriptStruct Engine.SkeletalMeshSignificanceSettings +// 0x0014 (0x0014 - 0x0000) +struct FSkeletalMeshSignificanceSettings final +{ +public: + bool UseSignificance; // 0x0000(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector2D DistanceMinMax; // 0x0004(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FIntPoint EvalRateMinMax; // 0x000C(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshSignificanceSettings; + +// ScriptStruct Engine.SkeletalMeshComponentClothTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FSkeletalMeshComponentClothTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshComponentClothTickFunction; + +// ScriptStruct Engine.SkeletalMeshComponentEndPhysicsTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FSkeletalMeshComponentEndPhysicsTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshComponentEndPhysicsTickFunction; + +// ScriptStruct Engine.BoneFilter +// 0x000C (0x000C - 0x0000) +struct FBoneFilter final +{ +public: + bool bExcludeSelf; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + class FName BoneName; // 0x0004(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBoneFilter; + +// ScriptStruct Engine.SkeletalMeshLODGroupSettings +// 0x0080 (0x0080 - 0x0000) +struct FSkeletalMeshLODGroupSettings final +{ +public: + struct FPerPlatformFloat ScreenSize; // 0x0000(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float LODHysteresis; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBoneFilterActionOption BoneFilterActionOption; // 0x0008(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + TArray BoneList; // 0x0010(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray BonesToPrioritize; // 0x0020(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + float WeightOfPrioritization; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UAnimSequence* BakePose; // 0x0038(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSkeletalMeshOptimizationSettings ReductionSettings; // 0x0040(0x003C)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_7C[0x4]; // 0x007C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshLODGroupSettings; + +// ScriptStruct Engine.SkeletalMeshSamplingRegionMaterialFilter +// 0x0008 (0x0008 - 0x0000) +struct FSkeletalMeshSamplingRegionMaterialFilter final +{ +public: + class FName MaterialName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionMaterialFilter; + +// ScriptStruct Engine.SkeletalMeshSamplingRegionBoneFilter +// 0x000C (0x000C - 0x0000) +struct FSkeletalMeshSamplingRegionBoneFilter final +{ +public: + class FName BoneName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIncludeOrExclude : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyToChildren : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBoneFilter; + +// ScriptStruct Engine.SkeletalMeshSamplingRegion +// 0x0030 (0x0030 - 0x0000) +struct FSkeletalMeshSamplingRegion final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODIndex; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bSupportUniformlyDistributedSampling : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + TArray MaterialFilters; // 0x0010(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + TArray BoneFilters; // 0x0020(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingRegion; + +// ScriptStruct Engine.SkeletalMeshSamplingLODBuiltData +// 0x0048 (0x0048 - 0x0000) +struct alignas(0x08) FSkeletalMeshSamplingLODBuiltData final +{ +public: + uint8 Pad_0[0x48]; // 0x0000(0x0048)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingLODBuiltData; + +// ScriptStruct Engine.SkeletalMeshSamplingRegionBuiltData +// 0x0078 (0x0078 - 0x0000) +struct alignas(0x08) FSkeletalMeshSamplingRegionBuiltData final +{ +public: + uint8 Pad_0[0x78]; // 0x0000(0x0078)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData; + +// ScriptStruct Engine.SkeletalMeshSamplingBuiltData +// 0x0020 (0x0020 - 0x0000) +struct FSkeletalMeshSamplingBuiltData final +{ +public: + TArray WholeMeshBuiltData; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray RegionBuiltData; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData; + +// ScriptStruct Engine.SkeletalMeshSamplingInfo +// 0x0030 (0x0030 - 0x0000) +struct FSkeletalMeshSamplingInfo final +{ +public: + TArray Regions; // 0x0000(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) + struct FSkeletalMeshSamplingBuiltData BuiltData; // 0x0010(0x0020)(NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo; + +// ScriptStruct Engine.VirtualBone +// 0x0018 (0x0018 - 0x0000) +struct FVirtualBone final +{ +public: + class FName SourceBoneName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName TargetBoneName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName VirtualBoneName; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVirtualBone; + +// ScriptStruct Engine.AnimSlotGroup +// 0x0018 (0x0018 - 0x0000) +struct FAnimSlotGroup final +{ +public: + class FName GroupName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray SlotNames; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnimSlotGroup; + +// ScriptStruct Engine.NameMapping +// 0x0010 (0x0010 - 0x0000) +struct FNameMapping final +{ +public: + class FName NodeName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName BoneName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNameMapping; + +// ScriptStruct Engine.RigConfiguration +// 0x0018 (0x0018 - 0x0000) +struct FRigConfiguration final +{ +public: + class URig* Rig; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray BoneMappingTable; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FRigConfiguration; + +// ScriptStruct Engine.BoneReductionSetting +// 0x0010 (0x0010 - 0x0000) +struct FBoneReductionSetting final +{ +public: + TArray BonesToRemove; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBoneReductionSetting; + +// ScriptStruct Engine.ReferencePose +// 0x0018 (0x0018 - 0x0000) +struct FReferencePose final +{ +public: + class FName PoseName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray ReferencePose; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FReferencePose; + +// ScriptStruct Engine.SkeletonToMeshLinkup +// 0x0020 (0x0020 - 0x0000) +struct FSkeletonToMeshLinkup final +{ +public: + TArray SkeletonToMeshTable; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray MeshToSkeletonTable; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkeletonToMeshLinkup; + +// ScriptStruct Engine.VertexOffsetUsage +// 0x0004 (0x0004 - 0x0000) +struct FVertexOffsetUsage final +{ +public: + int32 Usage; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVertexOffsetUsage; + +// ScriptStruct Engine.SkelMeshComponentLODInfo +// 0x0048 (0x0048 - 0x0000) +struct FSkelMeshComponentLODInfo final +{ +public: + TArray HiddenMaterials; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_10[0x38]; // 0x0010(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkelMeshComponentLODInfo; + +// ScriptStruct Engine.SkelMeshSkinWeightInfo +// 0x003C (0x003C - 0x0000) +struct FSkelMeshSkinWeightInfo final +{ +public: + int32 Bones[0xC]; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Weights[0xC]; // 0x0030(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkelMeshSkinWeightInfo; + +// ScriptStruct Engine.SkinWeightProfileInfo +// 0x0010 (0x0010 - 0x0000) +struct FSkinWeightProfileInfo final +{ +public: + class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPerPlatformBool DefaultProfile; // 0x0008(0x0001)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FPerPlatformInt DefaultProfileFromLODIndex; // 0x000C(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSkinWeightProfileInfo; + +// ScriptStruct Engine.SkinWeightProfileManagerTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FSkinWeightProfileManagerTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSkinWeightProfileManagerTickFunction; + +// ScriptStruct Engine.TentDistribution +// 0x000C (0x000C - 0x0000) +struct FTentDistribution final +{ +public: + float TipAltitude; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TipValue; // 0x0004(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Width; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTentDistribution; + +// ScriptStruct Engine.PrecomputedSkyLightInstanceData +// 0x00B8 (0x0170 - 0x00B8) +struct alignas(0x10) FPrecomputedSkyLightInstanceData final : public FSceneComponentInstanceData +{ +public: + struct FGuid LightGuid; // 0x00B8(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AverageBrightness; // 0x00C8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CC[0xA4]; // 0x00CC(0x00A4)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPrecomputedSkyLightInstanceData; + +// ScriptStruct Engine.SmartNameContainer +// 0x0050 (0x0050 - 0x0000) +struct alignas(0x08) FSmartNameContainer final +{ +public: + uint8 Pad_0[0x50]; // 0x0000(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSmartNameContainer; + +// ScriptStruct Engine.SmartNameMapping +// 0x0070 (0x0070 - 0x0000) +struct alignas(0x08) FSmartNameMapping final +{ +public: + uint8 Pad_0[0x70]; // 0x0000(0x0070)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSmartNameMapping; + +// ScriptStruct Engine.CurveMetaData +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FCurveMetaData final +{ +public: + uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCurveMetaData; + +// ScriptStruct Engine.SoundAttenuationPluginSettings +// 0x0030 (0x0030 - 0x0000) +struct FSoundAttenuationPluginSettings final +{ +public: + TArray SpatializationPluginSettingsArray; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray OcclusionPluginSettingsArray; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + TArray ReverbPluginSettingsArray; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundAttenuationPluginSettings; + +// ScriptStruct Engine.SoundAttenuationSettings +// 0x02F0 (0x03A0 - 0x00B0) +struct FSoundAttenuationSettings final : public FBaseAttenuationSettings +{ +public: + uint8 bAttenuate : 1; // 0x00B0(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSpatialize : 1; // 0x00B0(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAttenuateWithLPF : 1; // 0x00B0(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableListenerFocus : 1; // 0x00B0(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableFocusInterpolation : 1; // 0x00B0(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableOcclusion : 1; // 0x00B0(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUseComplexCollisionForOcclusion : 1; // 0x00B0(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableReverbSend : 1; // 0x00B0(0x0001)(BitIndex: 0x07, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnablePriorityAttenuation : 1; // 0x00B1(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyNormalizationToStereoSounds : 1; // 0x00B1(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableLogFrequencyScaling : 1; // 0x00B1(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableSubmixSends : 1; // 0x00B1(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + ESoundSpatializationAlgorithm SpatializationAlgorithm; // 0x00B2(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B3[0x1]; // 0x00B3(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float BinauralRadius; // 0x00B4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EAirAbsorptionMethod AbsorptionMethod; // 0x00B8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionChannel OcclusionTraceChannel; // 0x00B9(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EReverbSendMethod ReverbSendMethod; // 0x00BA(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPriorityAttenuationMethod PriorityAttenuationMethod; // 0x00BB(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OmniRadius; // 0x00BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StereoSpread; // 0x00C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPFRadiusMin; // 0x00C4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPFRadiusMax; // 0x00C8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_CC[0x4]; // 0x00CC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRuntimeFloatCurve CustomLowpassAirAbsorptionCurve; // 0x00D0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve CustomHighpassAirAbsorptionCurve; // 0x0158(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + float LPFFrequencyAtMin; // 0x01E0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LPFFrequencyAtMax; // 0x01E4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HPFFrequencyAtMin; // 0x01E8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float HPFFrequencyAtMax; // 0x01EC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusAzimuth; // 0x01F0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusAzimuth; // 0x01F4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusDistanceScale; // 0x01F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusDistanceScale; // 0x01FC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusPriorityScale; // 0x0200(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusPriorityScale; // 0x0204(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusVolumeAttenuation; // 0x0208(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NonFocusVolumeAttenuation; // 0x020C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusAttackInterpSpeed; // 0x0210(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FocusReleaseInterpSpeed; // 0x0214(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionLowPassFilterFrequency; // 0x0218(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionVolumeAttenuation; // 0x021C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionInterpolationTime; // 0x0220(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReverbWetLevelMin; // 0x0224(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReverbWetLevelMax; // 0x0228(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReverbDistanceMin; // 0x022C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ReverbDistanceMax; // 0x0230(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ManualReverbSendLevel; // 0x0234(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRuntimeFloatCurve CustomReverbSendCurve; // 0x0238(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + TArray SubmixSendSettings; // 0x02C0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + float PriorityAttenuationMin; // 0x02D0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PriorityAttenuationMax; // 0x02D4(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PriorityAttenuationDistanceMin; // 0x02D8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PriorityAttenuationDistanceMax; // 0x02DC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ManualPriorityAttenuation; // 0x02E0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2E4[0x4]; // 0x02E4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRuntimeFloatCurve CustomPriorityAttenuationCurve; // 0x02E8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSoundAttenuationPluginSettings PluginSettings; // 0x0370(0x0030)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundAttenuationSettings; + +// ScriptStruct Engine.PassiveSoundMixModifier +// 0x0010 (0x0010 - 0x0000) +struct FPassiveSoundMixModifier final +{ +public: + class USoundMix* SoundMix; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinVolumeThreshold; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxVolumeThreshold; // 0x000C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPassiveSoundMixModifier; + +// ScriptStruct Engine.SoundModulationDefaultSettings +// 0x0040 (0x0040 - 0x0000) +struct FSoundModulationDefaultSettings +{ +public: + struct FSoundModulationDestinationSettings VolumeModulationDestination; // 0x0000(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSoundModulationDestinationSettings PitchModulationDestination; // 0x0010(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSoundModulationDestinationSettings HighpassModulationDestination; // 0x0020(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSoundModulationDestinationSettings LowpassModulationDestination; // 0x0030(0x0010)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundModulationDefaultSettings; + +// ScriptStruct Engine.SoundClassProperties +// 0x0078 (0x0078 - 0x0000) +struct FSoundClassProperties final +{ +public: + float Volume; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Pitch; // 0x0004(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LowPassFilterFrequency; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AttenuationDistanceScale; // 0x000C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LFEBleed; // 0x0010(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VoiceCenterChannelVolume; // 0x0014(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RadioFilterVolume; // 0x0018(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RadioFilterVolumeThreshold; // 0x001C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bApplyEffects : 1; // 0x0020(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlwaysPlay : 1; // 0x0020(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsUISound : 1; // 0x0020(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bIsMusic : 1; // 0x0020(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCenterChannelOnly : 1; // 0x0020(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bApplyAmbientVolumes : 1; // 0x0020(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReverb : 1; // 0x0020(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float Default2DReverbSendAmount; // 0x0024(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSoundModulationDefaultSettings ModulationSettings; // 0x0028(0x0040)(Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, NativeAccessSpecifierPublic) + EAudioOutputTarget OutputTarget; // 0x0068(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESoundWaveLoadingBehavior LoadingBehavior; // 0x0069(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6A[0x6]; // 0x006A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundSubmix* DefaultSubmix; // 0x0070(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundClassProperties; + +// ScriptStruct Engine.SoundClassEditorData +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x04) FSoundClassEditorData final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSoundClassEditorData; + +// ScriptStruct Engine.SoundConcurrencySettings +// 0x0028 (0x0028 - 0x0000) +struct FSoundConcurrencySettings final +{ +public: + int32 MaxCount; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bLimitToOwner : 1; // 0x0004(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + EMaxConcurrentResolutionRule ResolutionRule; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float RetriggerTime; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeScale; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EConcurrencyVolumeScaleMode VolumeScaleMode; // 0x0014(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeScaleAttackTime; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bVolumeScaleCanRelease : 1; // 0x001C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumeScaleReleaseTime; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VoiceStealReleaseTime; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundConcurrencySettings; + +// ScriptStruct Engine.SoundNodeEditorData +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x04) FSoundNodeEditorData final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSoundNodeEditorData; + +// ScriptStruct Engine.SourceEffectChainEntry +// 0x0010 (0x0010 - 0x0000) +struct FSourceEffectChainEntry final +{ +public: + class USoundEffectSourcePreset* Preset; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bBypass : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSourceEffectChainEntry; + +// ScriptStruct Engine.SoundGroup +// 0x0020 (0x0020 - 0x0000) +struct FSoundGroup final +{ +public: + ESoundGroup SoundGroup; // 0x0000(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class FString DisplayName; // 0x0008(0x0010)(ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAlwaysDecompressOnLoad : 1; // 0x0018(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Config, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_19[0x3]; // 0x0019(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float DecompressedDuration; // 0x001C(0x0004)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundGroup; + +// ScriptStruct Engine.SoundClassAdjuster +// 0x0020 (0x0020 - 0x0000) +struct FSoundClassAdjuster final +{ +public: + class USoundClass* SoundClassObject; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeAdjuster; // 0x0008(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PitchAdjuster; // 0x000C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LowPassFilterFrequency; // 0x0010(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bApplyToChildren : 1; // 0x0014(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float VoiceCenterChannelVolumeAdjuster; // 0x0018(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSoundClassAdjuster; + +// ScriptStruct Engine.AudioEQEffect +// 0x0038 (0x0040 - 0x0008) +struct FAudioEQEffect final : public FAudioEffectParameters +{ +public: + uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + float FrequencyCenter0; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Gain0; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bandwidth0; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrequencyCenter1; // 0x001C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Gain1; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bandwidth1; // 0x0024(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrequencyCenter2; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Gain2; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bandwidth2; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FrequencyCenter3; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Gain3; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bandwidth3; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAudioEQEffect; + +// ScriptStruct Engine.SoundModulationDefaultRoutingSettings +// 0x0008 (0x0048 - 0x0040) +struct FSoundModulationDefaultRoutingSettings final : public FSoundModulationDefaultSettings +{ +public: + EModulationRouting VolumeRouting; // 0x0040(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EModulationRouting PitchRouting; // 0x0041(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EModulationRouting HighpassRouting; // 0x0042(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EModulationRouting LowpassRouting; // 0x0043(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings; + +// ScriptStruct Engine.DistanceDatum +// 0x0014 (0x0014 - 0x0000) +struct FDistanceDatum final +{ +public: + float FadeInDistanceStart; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeInDistanceEnd; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeOutDistanceStart; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FadeOutDistanceEnd; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Volume; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDistanceDatum; + +// ScriptStruct Engine.ModulatorContinuousParams +// 0x0020 (0x0020 - 0x0000) +struct FModulatorContinuousParams final +{ +public: + class FName ParameterName; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Default; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinInput; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxInput; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinOutput; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxOutput; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EModulationParamMode ParamMode; // 0x001C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FModulatorContinuousParams; + +// ScriptStruct Engine.SoundSourceBusSendInfo +// 0x00B8 (0x00B8 - 0x0000) +struct FSoundSourceBusSendInfo final +{ +public: + ESourceBusSendLevelControlMethod SourceBusSendLevelControlMethod; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundSourceBus* SoundSourceBus; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UAudioBus* AudioBus; // 0x0010(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SendLevel; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSendLevel; // 0x001C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSendLevel; // 0x0020(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinSendDistance; // 0x0024(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxSendDistance; // 0x0028(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FRuntimeFloatCurve CustomSendLevelCurve; // 0x0030(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundSourceBusSendInfo; + +// ScriptStruct Engine.SoundSubmixSpectralAnalysisBandSettings +// 0x0010 (0x0010 - 0x0000) +struct FSoundSubmixSpectralAnalysisBandSettings final +{ +public: + float BandFrequency; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 AttackTimeMsec; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 ReleaseTimeMsec; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float QFactor; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundSubmixSpectralAnalysisBandSettings; + +// ScriptStruct Engine.SoundWaveEnvelopeTimeData +// 0x0008 (0x0008 - 0x0000) +struct FSoundWaveEnvelopeTimeData final +{ +public: + float Amplitude; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TimeSec; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundWaveEnvelopeTimeData; + +// ScriptStruct Engine.SoundWaveEnvelopeDataPerSound +// 0x0010 (0x0010 - 0x0000) +struct FSoundWaveEnvelopeDataPerSound final +{ +public: + float Envelope; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float PlaybackTime; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USoundWave* SoundWave; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound; + +// ScriptStruct Engine.SoundWaveSpectralDataPerSound +// 0x0020 (0x0020 - 0x0000) +struct FSoundWaveSpectralDataPerSound final +{ +public: + TArray SpectralData; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) + float PlaybackTime; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class USoundWave* SoundWave; // 0x0018(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSoundWaveSpectralDataPerSound; + +// ScriptStruct Engine.StreamedAudioPlatformData +// 0x0020 (0x0020 - 0x0000) +struct alignas(0x08) FStreamedAudioPlatformData final +{ +public: + uint8 Pad_0[0x20]; // 0x0000(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStreamedAudioPlatformData; + +// ScriptStruct Engine.SplineCurves +// 0x0070 (0x0070 - 0x0000) +struct FSplineCurves final +{ +public: + struct FInterpCurveVector Position; // 0x0000(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveQuat Rotation; // 0x0018(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveVector Scale; // 0x0030(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FInterpCurveFloat ReparamTable; // 0x0048(0x0018)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class USplineMetadata* MetaData; // 0x0060(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 Version; // 0x0068(0x0004)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSplineCurves; + +// ScriptStruct Engine.SplineInstanceData +// 0x00E8 (0x01A0 - 0x00B8) +struct FSplineInstanceData final : public FSceneComponentInstanceData +{ +public: + bool bSplineHasBeenEdited; // 0x00B8(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_B9[0x7]; // 0x00B9(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSplineCurves SplineCurves; // 0x00C0(0x0070)(NativeAccessSpecifierPublic) + struct FSplineCurves SplineCurvesPreUCS; // 0x0130(0x0070)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSplineInstanceData; + +// ScriptStruct Engine.SplinePoint +// 0x0044 (0x0044 - 0x0000) +struct FSplinePoint final +{ +public: + float InputKey; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector Position; // 0x0004(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ArriveTangent; // 0x0010(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector LeaveTangent; // 0x001C(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator Rotation; // 0x0028(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FVector Scale; // 0x0034(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESplinePointType Type; // 0x0040(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_41[0x3]; // 0x0041(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSplinePoint; + +// ScriptStruct Engine.SplineMeshInstanceData +// 0x0030 (0x00E8 - 0x00B8) +struct FSplineMeshInstanceData final : public FSceneComponentInstanceData +{ +public: + struct FVector StartPos; // 0x00B8(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndPos; // 0x00C4(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartTangent; // 0x00D0(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndTangent; // 0x00DC(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSplineMeshInstanceData; + +// ScriptStruct Engine.SplineMeshParams +// 0x0058 (0x0058 - 0x0000) +struct FSplineMeshParams final +{ +public: + struct FVector StartPos; // 0x0000(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector StartTangent; // 0x000C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D StartScale; // 0x0018(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StartRoll; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D StartOffset; // 0x0024(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndPos; // 0x002C(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D EndScale; // 0x0038(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector EndTangent; // 0x0040(0x000C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EndRoll; // 0x004C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D EndOffset; // 0x0050(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSplineMeshParams; + +// ScriptStruct Engine.StaticMaterial +// 0x0030 (0x0030 - 0x0000) +struct FStaticMaterial final +{ +public: + class UMaterialInterface* MaterialInterface; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MaterialSlotName; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName ImportedMaterialSlotName; // 0x0010(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMeshUVChannelInfo UVChannelData; // 0x0018(0x0014)(Edit, BlueprintVisible, BlueprintReadOnly, EditConst, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticMaterial; + +// ScriptStruct Engine.AssetEditorOrbitCameraPosition +// 0x0028 (0x0028 - 0x0000) +struct FAssetEditorOrbitCameraPosition final +{ +public: + bool bIsSet; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector CamOrbitPoint; // 0x0004(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector CamOrbitZoom; // 0x0010(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator CamOrbitRotation; // 0x001C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAssetEditorOrbitCameraPosition; + +// ScriptStruct Engine.MeshSectionInfo +// 0x0008 (0x0008 - 0x0000) +struct FMeshSectionInfo final +{ +public: + int32 MaterialIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableCollision; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bCastShadow; // 0x0005(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bVisibleInRayTracing; // 0x0006(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bForceOpaque; // 0x0007(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMeshSectionInfo; + +// ScriptStruct Engine.MeshSectionInfoMap +// 0x0050 (0x0050 - 0x0000) +struct FMeshSectionInfoMap final +{ +public: + TMap Map; // 0x0000(0x0050)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMeshSectionInfoMap; + +// ScriptStruct Engine.StaticMeshSourceModel +// 0x0070 (0x0070 - 0x0000) +struct FStaticMeshSourceModel final +{ +public: + struct FMeshBuildSettings BuildSettings; // 0x0000(0x0030)(Edit, NoDestructor, NativeAccessSpecifierPublic) + struct FMeshReductionSettings ReductionSettings; // 0x0030(0x0024)(Edit, NoDestructor, NativeAccessSpecifierPublic) + float LODDistance; // 0x0054(0x0004)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FPerPlatformFloat ScreenSize; // 0x0058(0x0004)(Edit, NoDestructor, NativeAccessSpecifierPublic) + uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FString SourceImportFilename; // 0x0060(0x0010)(Edit, ZeroConstructor, EditConst, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStaticMeshSourceModel; + +// ScriptStruct Engine.PaintedVertex +// 0x0020 (0x0020 - 0x0000) +struct FPaintedVertex final +{ +public: + struct FVector Position; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor Color; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector4 Normal; // 0x0010(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPaintedVertex; + +// ScriptStruct Engine.StaticMeshVertexColorLODData +// 0x0028 (0x0028 - 0x0000) +struct FStaticMeshVertexColorLODData final +{ +public: + TArray PaintedVertices; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray VertexBufferColors; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint32 LODIndex; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticMeshVertexColorLODData; + +// ScriptStruct Engine.StreamingTextureBuildInfo +// 0x000C (0x000C - 0x0000) +struct FStreamingTextureBuildInfo final +{ +public: + uint32 PackedRelativeBox; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TextureLevelIndex; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TexelFactor; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStreamingTextureBuildInfo; + +// ScriptStruct Engine.StaticMeshComponentInstanceData +// 0x0040 (0x0140 - 0x0100) +struct FStaticMeshComponentInstanceData final : public FPrimitiveComponentInstanceData +{ +public: + class UStaticMesh* StaticMesh; // 0x0100(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray VertexColorLODs; // 0x0108(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray CachedStaticLighting; // 0x0118(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray StreamingTextureData; // 0x0128(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_138[0x8]; // 0x0138(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticMeshComponentInstanceData; + +// ScriptStruct Engine.StaticMeshComponentLODInfo +// 0x0090 (0x0090 - 0x0000) +struct alignas(0x08) FStaticMeshComponentLODInfo final +{ +public: + uint8 Pad_0[0x90]; // 0x0000(0x0090)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticMeshComponentLODInfo; + +// ScriptStruct Engine.StaticParameterBase +// 0x0024 (0x0024 - 0x0000) +struct FStaticParameterBase +{ +public: + struct FMaterialParameterInfo ParameterInfo; // 0x0000(0x0010)(NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverride; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FGuid ExpressionGUID; // 0x0014(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStaticParameterBase; + +// ScriptStruct Engine.StaticSwitchParameter +// 0x0004 (0x0028 - 0x0024) +struct FStaticSwitchParameter final : public FStaticParameterBase +{ +public: + bool Value; // 0x0024(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticSwitchParameter; + +// ScriptStruct Engine.StaticComponentMaskParameter +// 0x0004 (0x0028 - 0x0024) +struct FStaticComponentMaskParameter final : public FStaticParameterBase +{ +public: + bool R; // 0x0024(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool G; // 0x0025(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool B; // 0x0026(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool A; // 0x0027(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStaticComponentMaskParameter; + +// ScriptStruct Engine.StaticTerrainLayerWeightParameter +// 0x0008 (0x002C - 0x0024) +struct FStaticTerrainLayerWeightParameter final : public FStaticParameterBase +{ +public: + int32 WeightmapIndex; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWeightBasedBlend; // 0x0028(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter; + +// ScriptStruct Engine.StaticMaterialLayersParameter +// 0x0044 (0x0068 - 0x0024) +struct FStaticMaterialLayersParameter final : public FStaticParameterBase +{ +public: + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMaterialLayersFunctions Value; // 0x0028(0x0040)(NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStaticMaterialLayersParameter; + +// ScriptStruct Engine.StaticParameterSet +// 0x0040 (0x0040 - 0x0000) +struct FStaticParameterSet final +{ +public: + TArray StaticSwitchParameters; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray StaticComponentMaskParameters; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray TerrainLayerWeightParameters; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + TArray MaterialLayersParameters; // 0x0030(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FStaticParameterSet; + +// ScriptStruct Engine.EquirectProps +// 0x0048 (0x0048 - 0x0000) +struct FEquirectProps final +{ +public: + struct FBox2D LeftUVRect; // 0x0000(0x0014)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + struct FBox2D RightUVRect; // 0x0014(0x0014)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, NoDestructor, NativeAccessSpecifierPublic) + struct FVector2D LeftScale; // 0x0028(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D RightScale; // 0x0030(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D LeftBias; // 0x0038(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D RightBias; // 0x0040(0x0008)(Edit, BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEquirectProps; + +// ScriptStruct Engine.SubsurfaceProfileStruct +// 0x008C (0x008C - 0x0000) +struct FSubsurfaceProfileStruct final +{ +public: + struct FLinearColor SurfaceAlbedo; // 0x0000(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor MeanFreePathColor; // 0x0010(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MeanFreePathDistance; // 0x0020(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float WorldUnitScale; // 0x0024(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableBurley; // 0x0028(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + float ScatterRadius; // 0x002C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor SubsurfaceColor; // 0x0030(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor FalloffColor; // 0x0040(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor BoundaryColorBleed; // 0x0050(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ExtinctionScale; // 0x0060(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float NormalScale; // 0x0064(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ScatteringDistribution; // 0x0068(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IOR; // 0x006C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Roughness0; // 0x0070(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Roughness1; // 0x0074(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LobeMix; // 0x0078(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor TransmissionTintColor; // 0x007C(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSubsurfaceProfileStruct; + +// ScriptStruct Engine.TextureFormatSettings +// 0x0002 (0x0002 - 0x0000) +struct FTextureFormatSettings final +{ +public: + ETextureCompressionSettings CompressionSettings; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 CompressionNoAlpha : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CompressionNone : 1; // 0x0001(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 CompressionYCoCg : 1; // 0x0001(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 sRGB : 1; // 0x0001(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) +}; +DUMPER7_ASSERTS_FTextureFormatSettings; + +// ScriptStruct Engine.TextureSource +// 0x0038 (0x0038 - 0x0000) +struct alignas(0x08) FTextureSource final +{ +public: + uint8 Pad_0[0x38]; // 0x0000(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTextureSource; + +// ScriptStruct Engine.TextureSourceBlock +// 0x0018 (0x0018 - 0x0000) +struct FTextureSourceBlock final +{ +public: + int32 BlockX; // 0x0000(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 BlockY; // 0x0004(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeX; // 0x0008(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SizeY; // 0x000C(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumSlices; // 0x0010(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumMips; // 0x0014(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTextureSourceBlock; + +// ScriptStruct Engine.TextureLODGroup +// 0x0068 (0x0068 - 0x0000) +struct FTextureLODGroup final +{ +public: + ETextureGroup Group; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1[0xB]; // 0x0001(0x000B)(Fixing Size After Last Property [ Dumper-7 ]) + int32 LODBias; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODBias_Smaller; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LODBias_Smallest; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_18[0x4]; // 0x0018(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + int32 NumStreamedMips; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureMipGenSettings MipGenSettings; // 0x0020(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 MinLODSize; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxLODSize; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxLODSize_Smaller; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxLODSize_Smallest; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OptionalLODBias; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 OptionalMaxLODSize; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class FName MinMagFilter; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName MipFilter; // 0x0048(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureMipLoadOptions MipLoadOptions; // 0x0050(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool HighPriorityLoad; // 0x0051(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool DuplicateNonOptionalMips; // 0x0052(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_53[0x1]; // 0x0053(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + float Downscale; // 0x0054(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureDownscaleOptions DownscaleOptions; // 0x0058(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + int32 VirtualTextureTileCountBias; // 0x005C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 VirtualTextureTileSizeBias; // 0x0060(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ETextureLossyCompressionAmount LossyCompressionAmount; // 0x0064(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_65[0x3]; // 0x0065(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTextureLODGroup; + +// ScriptStruct Engine.StreamingRenderAssetPrimitiveInfo +// 0x0030 (0x0030 - 0x0000) +struct FStreamingRenderAssetPrimitiveInfo final +{ +public: + class UStreamableRenderAsset* RenderAsset; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FBoxSphereBounds Bounds; // 0x0008(0x001C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float TexelFactor; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint32 PackedRelativeBox; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bAllowInvalidTexelFactorWhenUnregistered : 1; // 0x002C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo; + +// ScriptStruct Engine.TimelineLinearColorTrack +// 0x0040 (0x0040 - 0x0000) +struct FTimelineLinearColorTrack final +{ +public: + class UCurveLinearColor* LinearColorCurve; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate InterpFunc; // 0x0008(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, NativeAccessSpecifierPublic) + class FName TrackName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName LinearColorPropertyName; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_28[0x18]; // 0x0028(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimelineLinearColorTrack; + +// ScriptStruct Engine.TimelineEventEntry +// 0x0014 (0x0014 - 0x0000) +struct FTimelineEventEntry final +{ +public: + float Time; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TDelegate EventFunc; // 0x0004(0x0010)(ZeroConstructor, InstancedReference, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTimelineEventEntry; + +// ScriptStruct Engine.Timeline +// 0x0098 (0x0098 - 0x0000) +struct FTimeline final +{ +public: + ETimelineLengthMode LengthMode; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bLooping : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bReversePlayback : 1; // 0x0001(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 bPlaying : 1; // 0x0001(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Length; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float PlayRate; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float Position; // 0x000C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray Events; // 0x0010(0x0010)(ZeroConstructor, RepSkip, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray InterpVectors; // 0x0020(0x0010)(ZeroConstructor, RepSkip, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray InterpFloats; // 0x0030(0x0010)(ZeroConstructor, RepSkip, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TArray InterpLinearColors; // 0x0040(0x0010)(ZeroConstructor, RepSkip, ContainsInstancedReference, NativeAccessSpecifierPrivate) + TDelegate TimelinePostUpdateFunc; // 0x0050(0x0010)(ZeroConstructor, InstancedReference, RepSkip, NoDestructor, NativeAccessSpecifierPrivate) + TDelegate TimelineFinishedFunc; // 0x0060(0x0010)(ZeroConstructor, InstancedReference, RepSkip, NoDestructor, NativeAccessSpecifierPrivate) + TWeakObjectPtr PropertySetObject; // 0x0070(0x0008)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName DirectionPropertyName; // 0x0078(0x0008)(ZeroConstructor, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_80[0x18]; // 0x0080(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimeline; + +// ScriptStruct Engine.TTPropertyTrack +// 0x0008 (0x0020 - 0x0018) +struct FTTPropertyTrack : public FTTTrackBase +{ +public: + class FName PropertyName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FTTPropertyTrack; + +// ScriptStruct Engine.TTLinearColorTrack +// 0x0008 (0x0028 - 0x0020) +struct FTTLinearColorTrack final : public FTTPropertyTrack +{ +public: + class UCurveLinearColor* CurveLinearColor; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTTLinearColorTrack; + +// ScriptStruct Engine.TTVectorTrack +// 0x0008 (0x0028 - 0x0020) +struct FTTVectorTrack final : public FTTPropertyTrack +{ +public: + class UCurveVector* CurveVector; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTTVectorTrack; + +// ScriptStruct Engine.TTFloatTrack +// 0x0008 (0x0028 - 0x0020) +struct FTTFloatTrack final : public FTTPropertyTrack +{ +public: + class UCurveFloat* CurveFloat; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTTFloatTrack; + +// ScriptStruct Engine.TTEventTrack +// 0x0010 (0x0028 - 0x0018) +struct FTTEventTrack final : public FTTTrackBase +{ +public: + class FName FunctionName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UCurveFloat* CurveKeys; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTTEventTrack; + +// ScriptStruct Engine.TTTrackId +// 0x0008 (0x0008 - 0x0000) +struct FTTTrackId final +{ +public: + int32 TrackType; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TrackIndex; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTTTrackId; + +// ScriptStruct Engine.TimeStretchCurveInstance +// 0x0030 (0x0030 - 0x0000) +struct alignas(0x08) FTimeStretchCurveInstance final +{ +public: + bool bHasValidData; // 0x0000(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_1[0x2F]; // 0x0001(0x002F)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimeStretchCurveInstance; + +// ScriptStruct Engine.TimeStretchCurveMarker +// 0x0010 (0x0010 - 0x0000) +struct FTimeStretchCurveMarker final +{ +public: + float Time[0x3]; // 0x0000(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Alpha; // 0x000C(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTimeStretchCurveMarker; + +// ScriptStruct Engine.TimeStretchCurve +// 0x0028 (0x0028 - 0x0000) +struct FTimeStretchCurve final +{ +public: + float SamplingRate; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + float CurveValueMinPrecision; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TArray Markers; // 0x0008(0x0010)(Edit, ZeroConstructor, EditConst, NativeAccessSpecifierPrivate) + float Sum_dT_i_by_C_i[0x3]; // 0x0018(0x0004)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FTimeStretchCurve; + +// ScriptStruct Engine.TouchInputControl +// 0x0068 (0x0068 - 0x0000) +struct FTouchInputControl final +{ +public: + class UTexture2D* Image1; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UTexture2D* Image2; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Center; // 0x0010(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D VisualSize; // 0x0018(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D ThumbSize; // 0x0020(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D InteractionSize; // 0x0028(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D InputScale; // 0x0030(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FKey MainInputKey; // 0x0038(0x0018)(Edit, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FKey AltInputKey; // 0x0050(0x0018)(Edit, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTouchInputControl; + +// ScriptStruct Engine.UpdateLevelVisibilityLevelInfo +// 0x0014 (0x0014 - 0x0000) +struct FUpdateLevelVisibilityLevelInfo final +{ +public: + class FName PackageName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class FName Filename; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bIsVisible : 1; // 0x0010(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo; + +// ScriptStruct Engine.VirtualTextureBuildSettings +// 0x000C (0x000C - 0x0000) +struct FVirtualTextureBuildSettings final +{ +public: + int32 TileSize; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 TileBorderSize; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableCompressCrunch; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableCompressZlib; // 0x0009(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FVirtualTextureBuildSettings; + +// ScriptStruct Engine.VirtualTextureSpacePoolConfig +// 0x0028 (0x0028 - 0x0000) +struct FVirtualTextureSpacePoolConfig final +{ +public: + int32 MinTileSize; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MaxTileSize; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TArray Formats; // 0x0008(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + int32 SizeInMegabyte; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bAllowSizeScale; // 0x001C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + uint32 ScalabilityGroup; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig; + +// ScriptStruct Engine.LevelCollection +// 0x0078 (0x0078 - 0x0000) +struct FLevelCollection final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + class AGameStateBase* GameState; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UNetDriver* NetDriver; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UDemoNetDriver* DemoNetDriver; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class ULevel* PersistentLevel; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TSet Levels; // 0x0028(0x0050)(NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FLevelCollection; + +// ScriptStruct Engine.EndPhysicsTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FEndPhysicsTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FEndPhysicsTickFunction; + +// ScriptStruct Engine.StartPhysicsTickFunction +// 0x0008 (0x0030 - 0x0028) +struct FStartPhysicsTickFunction final : public FTickFunction +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FStartPhysicsTickFunction; + +// ScriptStruct Engine.LevelViewportInfo +// 0x0020 (0x0020 - 0x0000) +struct FLevelViewportInfo final +{ +public: + struct FVector CamPosition; // 0x0000(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FRotator CamRotation; // 0x000C(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float CamOrthoZoom; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool CamUpdated; // 0x001C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FLevelViewportInfo; + +// ScriptStruct Engine.PSCPool +// 0x0010 (0x0010 - 0x0000) +struct FPSCPool final +{ +public: + TArray FreeElements; // 0x0000(0x0010)(ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FPSCPool; + +// ScriptStruct Engine.WorldPSCPool +// 0x0058 (0x0058 - 0x0000) +struct FWorldPSCPool final +{ +public: + TMap WorldParticleSystemPools; // 0x0000(0x0050)(ContainsInstancedReference, NativeAccessSpecifierPrivate) + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FWorldPSCPool; + +// ScriptStruct Engine.BroadphaseSettings +// 0x0040 (0x0040 - 0x0000) +struct FBroadphaseSettings final +{ +public: + bool bUseMBPOnClient; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseMBPOnServer; // 0x0001(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bUseMBPOuterBounds; // 0x0002(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3[0x1]; // 0x0003(0x0001)(Fixing Size After Last Property [ Dumper-7 ]) + struct FBox MBPBounds; // 0x0004(0x001C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FBox MBPOuterBounds; // 0x0020(0x001C)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + uint32 MBPNumSubdivs; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FBroadphaseSettings; + +// ScriptStruct Engine.HierarchicalSimplification +// 0x0160 (0x0160 - 0x0000) +struct FHierarchicalSimplification final +{ +public: + float TransitionScreenSize; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OverrideDrawDistance; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseOverrideDrawDistance : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAllowSpecificExclusion : 1; // 0x0008(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bSimplifyMesh : 1; // 0x0008(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOnlyGenerateClustersForVolumes : 1; // 0x0008(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bReusePreviousLevelClusters : 1; // 0x0008(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) + struct FMeshProxySettings ProxySetting; // 0x000C(0x00A8)(Edit, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + struct FMeshMergingSettings MergeSetting; // 0x00B4(0x00A0)(Edit, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic) + float DesiredBoundRadius; // 0x0154(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DesiredFillingPercentage; // 0x0158(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 MinNumberOfActorsToBuild; // 0x015C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHierarchicalSimplification; + +// ScriptStruct Engine.NetViewer +// 0x0030 (0x0030 - 0x0000) +struct FNetViewer final +{ +public: + class UNetConnection* Connection; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* InViewer; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class AActor* ViewTarget; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ViewLocation; // 0x0018(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector ViewDir; // 0x0024(0x000C)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FNetViewer; + +// ScriptStruct Engine.LightmassWorldInfoSettings +// 0x004C (0x004C - 0x0000) +struct FLightmassWorldInfoSettings final +{ +public: + float StaticLightingLevelScale; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumIndirectLightingBounces; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 NumSkyLightingBounces; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IndirectLightingQuality; // 0x000C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IndirectLightingSmoothness; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FColor EnvironmentColor; // 0x0014(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EnvironmentIntensity; // 0x0018(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float EmissiveBoost; // 0x001C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DiffuseBoost; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EVolumeLightingMethod VolumeLightingMethod; // 0x0024(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bUseAmbientOcclusion : 1; // 0x0025(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateAmbientOcclusionMaterialMask : 1; // 0x0025(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisualizeMaterialDiffuse : 1; // 0x0025(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bVisualizeAmbientOcclusion : 1; // 0x0025(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCompressLightmaps : 1; // 0x0025(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_26[0x2]; // 0x0026(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float VolumetricLightmapDetailCellSize; // 0x0028(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumetricLightmapMaximumBrickMemoryMb; // 0x002C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumetricLightmapSphericalHarmonicSmoothing; // 0x0030(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float VolumeLightSamplePlacementScale; // 0x0034(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DirectIlluminationOcclusionFraction; // 0x0038(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float IndirectIlluminationOcclusionFraction; // 0x003C(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float OcclusionExponent; // 0x0040(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float FullyOccludedSamplesFraction; // 0x0044(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxOcclusionDistance; // 0x0048(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FLightmassWorldInfoSettings; + +} + diff --git a/Kena/SDK/InputCore_classes.hpp b/Kena/SDK/InputCore_classes.hpp new file mode 100644 index 0000000..a6447a7 --- /dev/null +++ b/Kena/SDK/InputCore_classes.hpp @@ -0,0 +1,40 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: InputCore + +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" + + +namespace SDK +{ + +// Class InputCore.InputCoreTypes +// 0x0000 (0x0028 - 0x0028) +class UInputCoreTypes final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("InputCoreTypes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"InputCoreTypes") + } + static class UInputCoreTypes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UInputCoreTypes; + +} + diff --git a/Kena/SDK/InputCore_structs.hpp b/Kena/SDK/InputCore_structs.hpp new file mode 100644 index 0000000..2aa1df4 --- /dev/null +++ b/Kena/SDK/InputCore_structs.hpp @@ -0,0 +1,97 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: InputCore + +#include "Basic.hpp" + + +namespace SDK +{ + +// Enum InputCore.ETouchIndex +// NumValues: 0x000D +enum class ETouchIndex : uint8 +{ + Touch1 = 0, + Touch2 = 1, + Touch3 = 2, + Touch4 = 3, + Touch5 = 4, + Touch6 = 5, + Touch7 = 6, + Touch8 = 7, + Touch9 = 8, + Touch10 = 9, + CursorPointerIndex = 10, + MAX_TOUCHES = 11, + ETouchIndex_MAX = 12, +}; + +// Enum InputCore.EControllerHand +// NumValues: 0x0014 +enum class EControllerHand : uint8 +{ + Left = 0, + Right = 1, + AnyHand = 2, + Pad = 3, + ExternalCamera = 4, + Gun = 5, + HMD = 6, + Special_1 = 7, + Special_2 = 8, + Special_3 = 9, + Special_4 = 10, + Special_5 = 11, + Special_6 = 12, + Special_7 = 13, + Special_8 = 14, + Special_9 = 15, + Special_10 = 16, + Special_11 = 17, + ControllerHand_Count = 18, + EControllerHand_MAX = 19, +}; + +// Enum InputCore.ETouchType +// NumValues: 0x0008 +enum class ETouchType : uint8 +{ + Began = 0, + Moved = 1, + Stationary = 2, + ForceChanged = 3, + FirstMove = 4, + Ended = 5, + NumTypes = 6, + ETouchType_MAX = 7, +}; + +// Enum InputCore.EConsoleForGamepadLabels +// NumValues: 0x0004 +enum class EConsoleForGamepadLabels : uint8 +{ + None = 0, + XBoxOne = 1, + PS4 = 2, + EConsoleForGamepadLabels_MAX = 3, +}; + +// ScriptStruct InputCore.Key +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FKey final +{ +public: + class FName KeyName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKey; + +} + diff --git a/Kena/SDK/PacketHandler_classes.hpp b/Kena/SDK/PacketHandler_classes.hpp new file mode 100644 index 0000000..6e8ef86 --- /dev/null +++ b/Kena/SDK/PacketHandler_classes.hpp @@ -0,0 +1,63 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: PacketHandler + +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" + + +namespace SDK +{ + +// Class PacketHandler.HandlerComponentFactory +// 0x0000 (0x0028 - 0x0028) +class UHandlerComponentFactory : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("HandlerComponentFactory") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"HandlerComponentFactory") + } + static class UHandlerComponentFactory* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UHandlerComponentFactory; + +// Class PacketHandler.PacketHandlerProfileConfig +// 0x0010 (0x0038 - 0x0028) +class UPacketHandlerProfileConfig final : public UObject +{ +public: + TArray Components; // 0x0028(0x0010)(ZeroConstructor, Config, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PacketHandlerProfileConfig") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PacketHandlerProfileConfig") + } + static class UPacketHandlerProfileConfig* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPacketHandlerProfileConfig; + +} + diff --git a/Kena/SDK/PhysicsCore_classes.hpp b/Kena/SDK/PhysicsCore_classes.hpp new file mode 100644 index 0000000..47c20d1 --- /dev/null +++ b/Kena/SDK/PhysicsCore_classes.hpp @@ -0,0 +1,189 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: PhysicsCore + +#include "Basic.hpp" + +#include "PhysicsCore_structs.hpp" +#include "Chaos_structs.hpp" +#include "CoreUObject_classes.hpp" +#include "DeveloperSettings_classes.hpp" + + +namespace SDK +{ + +// Class PhysicsCore.BodySetupCore +// 0x0020 (0x0048 - 0x0028) +class UBodySetupCore : public UObject +{ +public: + class FName BoneName; // 0x0028(0x0008)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPhysicsType PhysicsType; // 0x0030(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionTraceFlag CollisionTraceFlag; // 0x0031(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EBodyCollisionResponse CollisionReponse; // 0x0032(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33[0x15]; // 0x0033(0x0015)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("BodySetupCore") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"BodySetupCore") + } + static class UBodySetupCore* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UBodySetupCore; + +// Class PhysicsCore.ChaosPhysicalMaterial +// 0x0020 (0x0048 - 0x0028) +class UChaosPhysicalMaterial final : public UObject +{ +public: + float Friction; // 0x0028(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StaticFriction; // 0x002C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Restitution; // 0x0030(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float LinearEtherDrag; // 0x0034(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float AngularEtherDrag; // 0x0038(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SleepingLinearVelocityThreshold; // 0x003C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SleepingAngularVelocityThreshold; // 0x0040(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ChaosPhysicalMaterial") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ChaosPhysicalMaterial") + } + static class UChaosPhysicalMaterial* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UChaosPhysicalMaterial; + +// Class PhysicsCore.PhysicalMaterial +// 0x0058 (0x0080 - 0x0028) +class UPhysicalMaterial final : public UObject +{ +public: + float Friction; // 0x0028(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float StaticFriction; // 0x002C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFrictionCombineMode FrictionCombineMode; // 0x0030(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverrideFrictionCombineMode; // 0x0031(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_32[0x2]; // 0x0032(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Restitution; // 0x0034(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFrictionCombineMode RestitutionCombineMode; // 0x0038(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bOverrideRestitutionCombineMode; // 0x0039(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_3A[0x2]; // 0x003A(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float Density; // 0x003C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SleepLinearVelocityThreshold; // 0x0040(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float SleepAngularVelocityThreshold; // 0x0044(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SleepCounterThreshold; // 0x0048(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float RaiseMassToPower; // 0x004C(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DestructibleDamageThresholdScale; // 0x0050(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + class UPhysicalMaterialPropertyBase* PhysicalMaterialProperty; // 0x0058(0x0008)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EPhysicalSurface SurfaceType; // 0x0060(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_61[0x1F]; // 0x0061(0x001F)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicalMaterial") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicalMaterial") + } + static class UPhysicalMaterial* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicalMaterial; + +// Class PhysicsCore.PhysicalMaterialPropertyBase +// 0x0000 (0x0028 - 0x0028) +class UPhysicalMaterialPropertyBase final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicalMaterialPropertyBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicalMaterialPropertyBase") + } + static class UPhysicalMaterialPropertyBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicalMaterialPropertyBase; + +// Class PhysicsCore.PhysicsSettingsCore +// 0x00A8 (0x00E0 - 0x0038) +class UPhysicsSettingsCore : public UDeveloperSettings +{ +public: + float DefaultGravityZ; // 0x0038(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultTerminalVelocity; // 0x003C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float DefaultFluidFriction; // 0x0040(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 SimulateScratchMemorySize; // 0x0044(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 RagdollAggregateThreshold; // 0x0048(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float TriangleMeshTriangleMinAreaThreshold; // 0x004C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableShapeSharing; // 0x0050(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnablePCM; // 0x0051(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnableStabilization; // 0x0052(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bWarnMissingLocks; // 0x0053(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bEnable2DPhysics; // 0x0054(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bDefaultHasComplexCollision; // 0x0055(0x0001)(ZeroConstructor, Config, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_56[0x2]; // 0x0056(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float BounceThresholdVelocity; // 0x0058(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFrictionCombineMode FrictionCombineMode; // 0x005C(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + EFrictionCombineMode RestitutionCombineMode; // 0x005D(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_5E[0x2]; // 0x005E(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + float MaxAngularVelocity; // 0x0060(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxDepenetrationVelocity; // 0x0064(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float ContactOffsetMultiplier; // 0x0068(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MinContactOffset; // 0x006C(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float MaxContactOffset; // 0x0070(0x0004)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSimulateSkeletalMeshOnDedicatedServer; // 0x0074(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ECollisionTraceFlag DefaultShapeComplexity; // 0x0075(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_76[0x2]; // 0x0076(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + struct FChaosSolverConfiguration SolverOptions; // 0x0078(0x0068)(Edit, Config, NoDestructor, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PhysicsSettingsCore") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PhysicsSettingsCore") + } + static class UPhysicsSettingsCore* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UPhysicsSettingsCore; + +} + diff --git a/Kena/SDK/PhysicsCore_structs.hpp b/Kena/SDK/PhysicsCore_structs.hpp new file mode 100644 index 0000000..52a6436 --- /dev/null +++ b/Kena/SDK/PhysicsCore_structs.hpp @@ -0,0 +1,194 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: PhysicsCore + +#include "Basic.hpp" + + +namespace SDK +{ + +// Enum PhysicsCore.EBodyCollisionResponse +// NumValues: 0x0003 +enum class EBodyCollisionResponse : uint8 +{ + BodyCollision_Enabled = 0, + BodyCollision_Disabled = 1, + BodyCollision_MAX = 2, +}; + +// Enum PhysicsCore.EPhysicsType +// NumValues: 0x0004 +enum class EPhysicsType : uint8 +{ + PhysType_Default = 0, + PhysType_Kinematic = 1, + PhysType_Simulated = 2, + PhysType_MAX = 3, +}; + +// Enum PhysicsCore.ECollisionTraceFlag +// NumValues: 0x0005 +enum class ECollisionTraceFlag : uint8 +{ + CTF_UseDefault = 0, + CTF_UseSimpleAndComplex = 1, + CTF_UseSimpleAsComplex = 2, + CTF_UseComplexAsSimple = 3, + CTF_MAX = 4, +}; + +// Enum PhysicsCore.ELinearConstraintMotion +// NumValues: 0x0004 +enum class ELinearConstraintMotion : uint8 +{ + LCM_Free = 0, + LCM_Limited = 1, + LCM_Locked = 2, + LCM_MAX = 3, +}; + +// Enum PhysicsCore.EConstraintFrame +// NumValues: 0x0003 +enum class EConstraintFrame : uint8 +{ + Frame1 = 0, + Frame2 = 1, + EConstraintFrame_MAX = 2, +}; + +// Enum PhysicsCore.EAngularConstraintMotion +// NumValues: 0x0004 +enum class EAngularConstraintMotion : uint8 +{ + ACM_Free = 0, + ACM_Limited = 1, + ACM_Locked = 2, + ACM_MAX = 3, +}; + +// Enum PhysicsCore.ESleepFamily +// NumValues: 0x0004 +enum class ESleepFamily : uint8 +{ + Normal = 0, + Sensitive = 1, + Custom = 2, + ESleepFamily_MAX = 3, +}; + +// Enum PhysicsCore.ERadialImpulseFalloff +// NumValues: 0x0003 +enum class ERadialImpulseFalloff : uint8 +{ + RIF_Constant = 0, + RIF_Linear = 1, + RIF_MAX = 2, +}; + +// Enum PhysicsCore.EPhysicalSurface +// NumValues: 0x0041 +enum class EPhysicalSurface : uint8 +{ + SurfaceType_Default = 0, + SurfaceType1 = 1, + SurfaceType2 = 2, + SurfaceType3 = 3, + SurfaceType4 = 4, + SurfaceType5 = 5, + SurfaceType6 = 6, + SurfaceType7 = 7, + SurfaceType8 = 8, + SurfaceType9 = 9, + SurfaceType10 = 10, + SurfaceType11 = 11, + SurfaceType12 = 12, + SurfaceType13 = 13, + SurfaceType14 = 14, + SurfaceType15 = 15, + SurfaceType16 = 16, + SurfaceType17 = 17, + SurfaceType18 = 18, + SurfaceType19 = 19, + SurfaceType20 = 20, + SurfaceType21 = 21, + SurfaceType22 = 22, + SurfaceType23 = 23, + SurfaceType24 = 24, + SurfaceType25 = 25, + SurfaceType26 = 26, + SurfaceType27 = 27, + SurfaceType28 = 28, + SurfaceType29 = 29, + SurfaceType30 = 30, + SurfaceType31 = 31, + SurfaceType32 = 32, + SurfaceType33 = 33, + SurfaceType34 = 34, + SurfaceType35 = 35, + SurfaceType36 = 36, + SurfaceType37 = 37, + SurfaceType38 = 38, + SurfaceType39 = 39, + SurfaceType40 = 40, + SurfaceType41 = 41, + SurfaceType42 = 42, + SurfaceType43 = 43, + SurfaceType44 = 44, + SurfaceType45 = 45, + SurfaceType46 = 46, + SurfaceType47 = 47, + SurfaceType48 = 48, + SurfaceType49 = 49, + SurfaceType50 = 50, + SurfaceType51 = 51, + SurfaceType52 = 52, + SurfaceType53 = 53, + SurfaceType54 = 54, + SurfaceType55 = 55, + SurfaceType56 = 56, + SurfaceType57 = 57, + SurfaceType58 = 58, + SurfaceType59 = 59, + SurfaceType60 = 60, + SurfaceType61 = 61, + SurfaceType62 = 62, + SurfaceType_Max = 63, + EPhysicalSurface_MAX = 64, +}; + +// Enum PhysicsCore.EFrictionCombineMode +// NumValues: 0x0004 +enum class EFrictionCombineMode : uint8 +{ + Average = 0, + Min = 1, + Multiply = 2, + Max = 3, +}; + +// ScriptStruct PhysicsCore.BodyInstanceCore +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FBodyInstanceCore +{ +public: + uint8 Pad_0[0x10]; // 0x0000(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bSimulatePhysics : 1; // 0x0010(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bOverrideMass : 1; // 0x0010(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bEnableGravity : 1; // 0x0010(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAutoWeld : 1; // 0x0010(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bStartAwake : 1; // 0x0010(0x0001)(BitIndex: 0x04, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bGenerateWakeEvents : 1; // 0x0010(0x0001)(BitIndex: 0x05, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bUpdateMassWhenScaleChanges : 1; // 0x0010(0x0001)(BitIndex: 0x06, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FBodyInstanceCore; + +} + diff --git a/Kena/SDK/PropertyAccess_classes.hpp b/Kena/SDK/PropertyAccess_classes.hpp new file mode 100644 index 0000000..a6cd086 --- /dev/null +++ b/Kena/SDK/PropertyAccess_classes.hpp @@ -0,0 +1,107 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: PropertyAccess + +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" + + +namespace SDK +{ + +// Class PropertyAccess.PropertyAccess +// 0x0000 (0x0000 - 0x0000) +class IPropertyAccess final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PropertyAccess") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PropertyAccess") + } + static class IPropertyAccess* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IPropertyAccess; + +// Class PropertyAccess.PropertyEventBroadcaster +// 0x0000 (0x0000 - 0x0000) +class IPropertyEventBroadcaster final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PropertyEventBroadcaster") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PropertyEventBroadcaster") + } + static class IPropertyEventBroadcaster* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IPropertyEventBroadcaster; + +// Class PropertyAccess.PropertyEventSubscriber +// 0x0000 (0x0000 - 0x0000) +class IPropertyEventSubscriber final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("PropertyEventSubscriber") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"PropertyEventSubscriber") + } + static class IPropertyEventSubscriber* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IPropertyEventSubscriber; + +} + diff --git a/Kena/SDK/PropertyAccess_structs.hpp b/Kena/SDK/PropertyAccess_structs.hpp new file mode 100644 index 0000000..505397a --- /dev/null +++ b/Kena/SDK/PropertyAccess_structs.hpp @@ -0,0 +1,173 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: PropertyAccess + +#include "Basic.hpp" + + +namespace SDK +{ + +// Enum PropertyAccess.EPropertyAccessCopyBatch +// NumValues: 0x0006 +enum class EPropertyAccessCopyBatch : uint8 +{ + InternalUnbatched = 0, + ExternalUnbatched = 1, + InternalBatched = 2, + ExternalBatched = 3, + Count = 4, + EPropertyAccessCopyBatch_MAX = 5, +}; + +// Enum PropertyAccess.EPropertyAccessCopyType +// NumValues: 0x0012 +enum class EPropertyAccessCopyType : uint8 +{ + None = 0, + Plain = 1, + Complex = 2, + Bool = 3, + Struct = 4, + Object = 5, + Name = 6, + Array = 7, + PromoteBoolToByte = 8, + PromoteBoolToInt32 = 9, + PromoteBoolToInt64 = 10, + PromoteBoolToFloat = 11, + PromoteByteToInt32 = 12, + PromoteByteToInt64 = 13, + PromoteByteToFloat = 14, + PromoteInt32ToInt64 = 15, + PromoteInt32ToFloat = 16, + EPropertyAccessCopyType_MAX = 17, +}; + +// Enum PropertyAccess.EPropertyAccessObjectType +// NumValues: 0x0005 +enum class EPropertyAccessObjectType : uint8 +{ + None = 0, + Object = 1, + WeakObject = 2, + SoftObject = 3, + EPropertyAccessObjectType_MAX = 4, +}; + +// Enum PropertyAccess.EPropertyAccessIndirectionType +// NumValues: 0x0006 +enum class EPropertyAccessIndirectionType : uint8 +{ + Offset = 0, + Object = 1, + Array = 2, + ScriptFunction = 3, + NativeFunction = 4, + EPropertyAccessIndirectionType_MAX = 5, +}; + +// ScriptStruct PropertyAccess.PropertyAccessSegment +// 0x0040 (0x0040 - 0x0000) +struct FPropertyAccessSegment final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UStruct* Struct; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + TFieldPath Property; // 0x0010(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UFunction* Function; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 ArrayIndex; // 0x0038(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint16 Flags; // 0x003C(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_3E[0x2]; // 0x003E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPropertyAccessSegment; + +// ScriptStruct PropertyAccess.PropertyAccessPath +// 0x000C (0x000C - 0x0000) +struct FPropertyAccessPath final +{ +public: + int32 PathSegmentStartIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 PathSegmentCount; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 bHasEvents : 1; // 0x0008(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)) + uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPropertyAccessPath; + +// ScriptStruct PropertyAccess.PropertyAccessCopy +// 0x0010 (0x0010 - 0x0000) +struct FPropertyAccessCopy final +{ +public: + int32 AccessIndex; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 DestAccessStartIndex; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 DestAccessEndIndex; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EPropertyAccessCopyType Type; // 0x000C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPropertyAccessCopy; + +// ScriptStruct PropertyAccess.PropertyAccessCopyBatch +// 0x0010 (0x0010 - 0x0000) +struct FPropertyAccessCopyBatch final +{ +public: + TArray Copies; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FPropertyAccessCopyBatch; + +// ScriptStruct PropertyAccess.PropertyAccessIndirectionChain +// 0x0030 (0x0030 - 0x0000) +struct FPropertyAccessIndirectionChain final +{ +public: + TFieldPath Property; // 0x0000(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 IndirectionStartIndex; // 0x0020(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 IndirectionEndIndex; // 0x0024(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 EventId; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPropertyAccessIndirectionChain; + +// ScriptStruct PropertyAccess.PropertyAccessIndirection +// 0x0040 (0x0040 - 0x0000) +struct FPropertyAccessIndirection final +{ +public: + TFieldPath ArrayProperty; // 0x0000(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UFunction* Function; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 ReturnBufferSize; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 ReturnBufferAlignment; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + int32 ArrayIndex; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint32 Offset; // 0x0034(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EPropertyAccessObjectType ObjectType; // 0x0038(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EPropertyAccessIndirectionType Type; // 0x0039(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPropertyAccessIndirection; + +// ScriptStruct PropertyAccess.PropertyAccessLibrary +// 0x00C8 (0x00C8 - 0x0000) +struct FPropertyAccessLibrary final +{ +public: + TArray PathSegments; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray SrcPaths; // 0x0010(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + TArray DestPaths; // 0x0020(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + struct FPropertyAccessCopyBatch CopyBatches[0x4]; // 0x0030(0x0010)(NativeAccessSpecifierPrivate) + TArray SrcAccesses; // 0x0070(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray DestAccesses; // 0x0080(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray Indirections; // 0x0090(0x0010)(ZeroConstructor, Transient, NativeAccessSpecifierPrivate) + TArray EventAccessIndices; // 0x00A0(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate) + uint8 Pad_B0[0x18]; // 0x00B0(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPropertyAccessLibrary; + +} + diff --git a/Kena/SDK/SlateCore_classes.hpp b/Kena/SDK/SlateCore_classes.hpp new file mode 100644 index 0000000..f57d444 --- /dev/null +++ b/Kena/SDK/SlateCore_classes.hpp @@ -0,0 +1,196 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: SlateCore + +#include "Basic.hpp" + +#include "CoreUObject_classes.hpp" + + +namespace SDK +{ + +// Class SlateCore.FontBulkData +// 0x0050 (0x0078 - 0x0028) +class UFontBulkData final : public UObject +{ +public: + uint8 Pad_28[0x50]; // 0x0028(0x0050)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FontBulkData") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FontBulkData") + } + static class UFontBulkData* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UFontBulkData; + +// Class SlateCore.FontFaceInterface +// 0x0000 (0x0000 - 0x0000) +class IFontFaceInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FontFaceInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FontFaceInterface") + } + static class IFontFaceInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IFontFaceInterface; + +// Class SlateCore.FontProviderInterface +// 0x0000 (0x0000 - 0x0000) +class IFontProviderInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("FontProviderInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"FontProviderInterface") + } + static class IFontProviderInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_IFontProviderInterface; + +// Class SlateCore.SlateTypes +// 0x0000 (0x0028 - 0x0028) +class USlateTypes final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateTypes") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateTypes") + } + static class USlateTypes* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USlateTypes; + +// Class SlateCore.SlateWidgetStyleAsset +// 0x0008 (0x0030 - 0x0028) +class USlateWidgetStyleAsset final : public UObject +{ +public: + class USlateWidgetStyleContainerBase* CustomStyle; // 0x0028(0x0008)(Edit, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateWidgetStyleAsset") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateWidgetStyleAsset") + } + static class USlateWidgetStyleAsset* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USlateWidgetStyleAsset; + +// Class SlateCore.SlateWidgetStyleContainerBase +// 0x0008 (0x0030 - 0x0028) +class USlateWidgetStyleContainerBase : public UObject +{ +public: + uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateWidgetStyleContainerBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateWidgetStyleContainerBase") + } + static class USlateWidgetStyleContainerBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USlateWidgetStyleContainerBase; + +// Class SlateCore.SlateWidgetStyleContainerInterface +// 0x0000 (0x0000 - 0x0000) +class ISlateWidgetStyleContainerInterface final +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateWidgetStyleContainerInterface") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateWidgetStyleContainerInterface") + } + static class ISlateWidgetStyleContainerInterface* GetDefaultObj() + { + return GetDefaultObjImpl(); + } + + class UObject* AsUObject() + { + return reinterpret_cast(this); + } + const class UObject* AsUObject() const + { + return reinterpret_cast(this); + } +}; +DUMPER7_ASSERTS_ISlateWidgetStyleContainerInterface; + +} + diff --git a/Kena/SDK/SlateCore_structs.hpp b/Kena/SDK/SlateCore_structs.hpp new file mode 100644 index 0000000..36417c4 --- /dev/null +++ b/Kena/SDK/SlateCore_structs.hpp @@ -0,0 +1,1066 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: SlateCore + +#include "Basic.hpp" + +#include "CoreUObject_structs.hpp" + + +namespace SDK +{ + +// Enum SlateCore.EWidgetClipping +// NumValues: 0x0006 +enum class EWidgetClipping : uint8 +{ + Inherit = 0, + ClipToBounds = 1, + ClipToBoundsWithoutIntersecting = 2, + ClipToBoundsAlways = 3, + OnDemand = 4, + EWidgetClipping_MAX = 5, +}; + +// Enum SlateCore.EFontLayoutMethod +// NumValues: 0x0003 +enum class EFontLayoutMethod : uint8 +{ + Metrics = 0, + BoundingBox = 1, + EFontLayoutMethod_MAX = 2, +}; + +// Enum SlateCore.EFontLoadingPolicy +// NumValues: 0x0004 +enum class EFontLoadingPolicy : uint8 +{ + LazyLoad = 0, + Stream = 1, + Inline = 2, + EFontLoadingPolicy_MAX = 3, +}; + +// Enum SlateCore.EFontHinting +// NumValues: 0x0006 +enum class EFontHinting : uint8 +{ + Default = 0, + Auto = 1, + AutoLight = 2, + Monochrome = 3, + None = 4, + EFontHinting_MAX = 5, +}; + +// Enum SlateCore.EFocusCause +// NumValues: 0x0007 +enum class EFocusCause : uint8 +{ + Mouse = 0, + Navigation = 1, + SetDirectly = 2, + Cleared = 3, + OtherWidgetLostFocus = 4, + WindowActivate = 5, + EFocusCause_MAX = 6, +}; + +// Enum SlateCore.EFlowDirectionPreference +// NumValues: 0x0005 +enum class EFlowDirectionPreference : uint8 +{ + Inherit = 0, + Culture = 1, + LeftToRight = 2, + RightToLeft = 3, + EFlowDirectionPreference_MAX = 4, +}; + +// Enum SlateCore.ETextShapingMethod +// NumValues: 0x0004 +enum class ETextShapingMethod : uint8 +{ + Auto = 0, + KerningOnly = 1, + FullShaping = 2, + ETextShapingMethod_MAX = 3, +}; + +// Enum SlateCore.EUINavigationRule +// NumValues: 0x0008 +enum class EUINavigationRule : uint8 +{ + Escape = 0, + Explicit = 1, + Wrap = 2, + Stop = 3, + Custom = 4, + CustomBoundary = 5, + Invalid = 6, + EUINavigationRule_MAX = 7, +}; + +// Enum SlateCore.EColorVisionDeficiency +// NumValues: 0x0005 +enum class EColorVisionDeficiency : uint8 +{ + NormalVision = 0, + Deuteranope = 1, + Protanope = 2, + Tritanope = 3, + EColorVisionDeficiency_MAX = 4, +}; + +// Enum SlateCore.ESlateBrushImageType +// NumValues: 0x0004 +enum class ESlateBrushImageType : uint8 +{ + NoImage = 0, + FullColor = 1, + Linear = 2, + ESlateBrushImageType_MAX = 3, +}; + +// Enum SlateCore.ESlateBrushMirrorType +// NumValues: 0x0005 +enum class ESlateBrushMirrorType : uint8 +{ + NoMirror = 0, + Horizontal = 1, + Vertical = 2, + Both = 3, + ESlateBrushMirrorType_MAX = 4, +}; + +// Enum SlateCore.ESlateBrushTileType +// NumValues: 0x0005 +enum class ESlateBrushTileType : uint8 +{ + NoTile = 0, + Horizontal = 1, + Vertical = 2, + Both = 3, + ESlateBrushTileType_MAX = 4, +}; + +// Enum SlateCore.ESlateBrushDrawType +// NumValues: 0x0005 +enum class ESlateBrushDrawType : uint8 +{ + NoDrawType = 0, + Box = 1, + Border = 2, + Image = 3, + ESlateBrushDrawType_MAX = 4, +}; + +// Enum SlateCore.ESlateColorStylingMode +// NumValues: 0x0005 +enum class ESlateColorStylingMode : uint8 +{ + UseColor_Specified = 0, + UseColor_Specified_Link = 1, + UseColor_Foreground = 2, + UseColor_Foreground_Subdued = 3, + UseColor_MAX = 4, +}; + +// Enum SlateCore.ESlateDebuggingFocusEvent +// NumValues: 0x0004 +enum class ESlateDebuggingFocusEvent : uint8 +{ + FocusChanging = 0, + FocusLost = 1, + FocusReceived = 2, + MAX = 3, +}; + +// Enum SlateCore.ESlateDebuggingNavigationMethod +// NumValues: 0x0007 +enum class ESlateDebuggingNavigationMethod : uint8 +{ + Unknown = 0, + Explicit = 1, + CustomDelegateBound = 2, + CustomDelegateUnbound = 3, + NextOrPrevious = 4, + HitTestGrid = 5, + ESlateDebuggingNavigationMethod_MAX = 6, +}; + +// Enum SlateCore.ESlateDebuggingStateChangeEvent +// NumValues: 0x0003 +enum class ESlateDebuggingStateChangeEvent : uint8 +{ + MouseCaptureGained = 0, + MouseCaptureLost = 1, + ESlateDebuggingStateChangeEvent_MAX = 2, +}; + +// Enum SlateCore.ESlateDebuggingInputEvent +// NumValues: 0x001B +enum class ESlateDebuggingInputEvent : uint8 +{ + MouseMove = 0, + MouseEnter = 1, + MouseLeave = 2, + PreviewMouseButtonDown = 3, + MouseButtonDown = 4, + MouseButtonUp = 5, + MouseButtonDoubleClick = 6, + MouseWheel = 7, + TouchStart = 8, + TouchEnd = 9, + TouchForceChanged = 10, + TouchFirstMove = 11, + TouchMoved = 12, + DragDetected = 13, + DragEnter = 14, + DragLeave = 15, + DragOver = 16, + DragDrop = 17, + DropMessage = 18, + PreviewKeyDown = 19, + KeyDown = 20, + KeyUp = 21, + KeyChar = 22, + AnalogInput = 23, + TouchGesture = 24, + MotionDetected = 25, + MAX = 26, +}; + +// Enum SlateCore.ESelectInfo +// NumValues: 0x0005 +enum class ESelectInfo : uint8 +{ + OnKeyPress = 0, + OnNavigation = 1, + OnMouseClick = 2, + Direct = 3, + ESelectInfo_MAX = 4, +}; + +// Enum SlateCore.ETextCommit +// NumValues: 0x0005 +enum class ETextCommit : uint8 +{ + Default = 0, + OnEnter = 1, + OnUserMovedFocus = 2, + OnCleared = 3, + ETextCommit_MAX = 4, +}; + +// Enum SlateCore.EScrollDirection +// NumValues: 0x0003 +enum class EScrollDirection : uint8 +{ + Scroll_Down = 0, + Scroll_Up = 1, + Scroll_MAX = 2, +}; + +// Enum SlateCore.EOrientation +// NumValues: 0x0003 +enum class EOrientation : uint8 +{ + Orient_Horizontal = 0, + Orient_Vertical = 1, + Orient_MAX = 2, +}; + +// Enum SlateCore.EMenuPlacement +// NumValues: 0x000E +enum class EMenuPlacement : uint8 +{ + MenuPlacement_BelowAnchor = 0, + MenuPlacement_CenteredBelowAnchor = 1, + MenuPlacement_BelowRightAnchor = 2, + MenuPlacement_ComboBox = 3, + MenuPlacement_ComboBoxRight = 4, + MenuPlacement_MenuRight = 5, + MenuPlacement_AboveAnchor = 6, + MenuPlacement_CenteredAboveAnchor = 7, + MenuPlacement_AboveRightAnchor = 8, + MenuPlacement_MenuLeft = 9, + MenuPlacement_Center = 10, + MenuPlacement_RightLeftCenter = 11, + MenuPlacement_MatchBottomLeft = 12, + MenuPlacement_MAX = 13, +}; + +// Enum SlateCore.EVerticalAlignment +// NumValues: 0x0005 +enum class EVerticalAlignment : uint8 +{ + VAlign_Fill = 0, + VAlign_Top = 1, + VAlign_Center = 2, + VAlign_Bottom = 3, + VAlign_MAX = 4, +}; + +// Enum SlateCore.EHorizontalAlignment +// NumValues: 0x0005 +enum class EHorizontalAlignment : uint8 +{ + HAlign_Fill = 0, + HAlign_Left = 1, + HAlign_Center = 2, + HAlign_Right = 3, + HAlign_MAX = 4, +}; + +// Enum SlateCore.ENavigationGenesis +// NumValues: 0x0004 +enum class ENavigationGenesis : uint8 +{ + Keyboard = 0, + Controller = 1, + User = 2, + ENavigationGenesis_MAX = 3, +}; + +// Enum SlateCore.ENavigationSource +// NumValues: 0x0003 +enum class ENavigationSource : uint8 +{ + FocusedWidget = 0, + WidgetUnderCursor = 1, + ENavigationSource_MAX = 2, +}; + +// Enum SlateCore.EUINavigationAction +// NumValues: 0x0005 +enum class EUINavigationAction : uint8 +{ + Accept = 0, + Back = 1, + Num = 2, + Invalid = 3, + EUINavigationAction_MAX = 4, +}; + +// Enum SlateCore.EUINavigation +// NumValues: 0x0009 +enum class EUINavigation : uint8 +{ + Left = 0, + Right = 1, + Up = 2, + Down = 3, + Next = 4, + Previous = 5, + Num = 6, + Invalid = 7, + EUINavigation_MAX = 8, +}; + +// Enum SlateCore.EButtonPressMethod +// NumValues: 0x0004 +enum class EButtonPressMethod : uint8 +{ + DownAndUp = 0, + ButtonPress = 1, + ButtonRelease = 2, + EButtonPressMethod_MAX = 3, +}; + +// Enum SlateCore.EButtonTouchMethod +// NumValues: 0x0004 +enum class EButtonTouchMethod : uint8 +{ + DownAndUp = 0, + Down = 1, + PreciseTap = 2, + EButtonTouchMethod_MAX = 3, +}; + +// Enum SlateCore.EButtonClickMethod +// NumValues: 0x0005 +enum class EButtonClickMethod : uint8 +{ + DownAndUp = 0, + MouseDown = 1, + MouseUp = 2, + PreciseClick = 3, + EButtonClickMethod_MAX = 4, +}; + +// Enum SlateCore.ECheckBoxState +// NumValues: 0x0004 +enum class ECheckBoxState : uint8 +{ + Unchecked = 0, + Checked = 1, + Undetermined = 2, + ECheckBoxState_MAX = 3, +}; + +// Enum SlateCore.ESlateCheckBoxType +// NumValues: 0x0003 +enum class ESlateCheckBoxType : uint8 +{ + CheckBox = 0, + ToggleButton = 1, + ESlateCheckBoxType_MAX = 2, +}; + +// Enum SlateCore.ESlateParentWindowSearchMethod +// NumValues: 0x0003 +enum class ESlateParentWindowSearchMethod : uint8 +{ + ActiveWindow = 0, + MainWindow = 1, + ESlateParentWindowSearchMethod_MAX = 2, +}; + +// Enum SlateCore.EConsumeMouseWheel +// NumValues: 0x0004 +enum class EConsumeMouseWheel : uint8 +{ + WhenScrollingPossible = 0, + Always = 1, + Never = 2, + EConsumeMouseWheel_MAX = 3, +}; + +// ScriptStruct SlateCore.SlateWidgetStyle +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x08) FSlateWidgetStyle +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSlateWidgetStyle; + +// ScriptStruct SlateCore.Margin +// 0x0010 (0x0010 - 0x0000) +struct FMargin final +{ +public: + float Left; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Top; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Right; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + float Bottom; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FMargin; + +// ScriptStruct SlateCore.SlateColor +// 0x0028 (0x0028 - 0x0000) +struct alignas(0x08) FSlateColor final +{ +public: + struct FLinearColor SpecifiedColor; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + ESlateColorStylingMode ColorUseRule; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_11[0x17]; // 0x0011(0x0017)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSlateColor; + +// ScriptStruct SlateCore.SlateBrush +// 0x0088 (0x0088 - 0x0000) +struct FSlateBrush final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) + struct FVector2D ImageSize; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FMargin Margin; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateColor TintColor; // 0x0020(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + class UObject* ResourceObject; // 0x0048(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class FName ResourceName; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + struct FBox2D UVRegion; // 0x0058(0x0014)(ZeroConstructor, NoDestructor, Protected, NativeAccessSpecifierProtected) + ESlateBrushDrawType DrawAs; // 0x006C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESlateBrushTileType Tiling; // 0x006D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESlateBrushMirrorType Mirroring; // 0x006E(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + ESlateBrushImageType ImageType; // 0x006F(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_70[0x10]; // 0x0070(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + uint8 bIsDynamicallyLoaded : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 bHasUObject : 1; // 0x0080(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) + uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSlateBrush; + +// ScriptStruct SlateCore.FontOutlineSettings +// 0x0020 (0x0020 - 0x0000) +struct FFontOutlineSettings final +{ +public: + int32 OutlineSize; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bSeparateFillAlpha; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + bool bApplyOutlineToDropShadows; // 0x0005(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + class UObject* OutlineMaterial; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor OutlineColor; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FFontOutlineSettings; + +// ScriptStruct SlateCore.SlateFontInfo +// 0x0058 (0x0058 - 0x0000) +struct FSlateFontInfo final +{ +public: + class UObject* FontObject; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + class UObject* FontMaterial; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFontOutlineSettings OutlineSettings; // 0x0010(0x0020)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) + class FName TypefaceFontName; // 0x0040(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 Size; // 0x0048(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + int32 LetterSpacing; // 0x004C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSlateFontInfo; + +// ScriptStruct SlateCore.ScrollBarStyle +// 0x04C8 (0x04D0 - 0x0008) +struct FScrollBarStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush HorizontalBackgroundImage; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush VerticalBackgroundImage; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush VerticalTopSlotImage; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HorizontalTopSlotImage; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush VerticalBottomSlotImage; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HorizontalBottomSlotImage; // 0x02B0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush NormalThumbImage; // 0x0338(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HoveredThumbImage; // 0x03C0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DraggedThumbImage; // 0x0448(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FScrollBarStyle; + +// ScriptStruct SlateCore.EditableTextBoxStyle +// 0x07F0 (0x07F8 - 0x0008) +struct FEditableTextBoxStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush BackgroundImageNormal; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundImageHovered; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundImageFocused; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundImageReadOnly; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FMargin Padding; // 0x0228(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateFontInfo Font; // 0x0238(0x0058)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateColor ForegroundColor; // 0x0290(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor BackgroundColor; // 0x02B8(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor ReadOnlyForegroundColor; // 0x02E0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FMargin HScrollBarPadding; // 0x0308(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMargin VScrollBarPadding; // 0x0318(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FScrollBarStyle ScrollBarStyle; // 0x0328(0x04D0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEditableTextBoxStyle; + +// ScriptStruct SlateCore.SearchBoxStyle +// 0x0A88 (0x0A90 - 0x0008) +struct FSearchBoxStyle final : public FSlateWidgetStyle +{ +public: + struct FEditableTextBoxStyle TextBoxStyle; // 0x0008(0x07F8)(Edit, NativeAccessSpecifierPublic) + struct FSlateFontInfo ActiveFontInfo; // 0x0800(0x0058)(Edit, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateBrush UpArrowImage; // 0x0858(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush DownArrowImage; // 0x08E0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush GlassImage; // 0x0968(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ClearImage; // 0x09F0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FMargin ImagePadding; // 0x0A78(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + bool bLeftAlignButtons; // 0x0A88(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_A89[0x7]; // 0x0A89(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSearchBoxStyle; + +// ScriptStruct SlateCore.InputEvent +// 0x0018 (0x0018 - 0x0000) +struct alignas(0x08) FInputEvent +{ +public: + uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInputEvent; + +// ScriptStruct SlateCore.NavigationEvent +// 0x0008 (0x0020 - 0x0018) +struct FNavigationEvent final : public FInputEvent +{ +public: + uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FNavigationEvent; + +// ScriptStruct SlateCore.PointerEvent +// 0x0058 (0x0070 - 0x0018) +struct FPointerEvent final : public FInputEvent +{ +public: + uint8 Pad_18[0x58]; // 0x0018(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FPointerEvent; + +// ScriptStruct SlateCore.Geometry +// 0x0038 (0x0038 - 0x0000) +struct alignas(0x04) FGeometry final +{ +public: + uint8 Pad_0[0x38]; // 0x0000(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FGeometry; + +// ScriptStruct SlateCore.ScrollBorderStyle +// 0x0110 (0x0118 - 0x0008) +struct FScrollBorderStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush TopShadowBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BottomShadowBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FScrollBorderStyle; + +// ScriptStruct SlateCore.FontData +// 0x0020 (0x0020 - 0x0000) +struct FFontData final +{ +public: + class FString FontFilename; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EFontHinting Hinting; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + EFontLoadingPolicy LoadingPolicy; // 0x0011(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) + int32 SubFaceIndex; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) + class UObject* FontFaceAsset; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) +}; +DUMPER7_ASSERTS_FFontData; + +// ScriptStruct SlateCore.TypefaceEntry +// 0x0028 (0x0028 - 0x0000) +struct FTypefaceEntry final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FFontData Font; // 0x0008(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTypefaceEntry; + +// ScriptStruct SlateCore.Typeface +// 0x0010 (0x0010 - 0x0000) +struct FTypeface final +{ +public: + TArray Fonts; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTypeface; + +// ScriptStruct SlateCore.CompositeFallbackFont +// 0x0018 (0x0018 - 0x0000) +struct FCompositeFallbackFont +{ +public: + struct FTypeface Typeface; // 0x0000(0x0010)(NativeAccessSpecifierPublic) + float ScalingFactor; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCompositeFallbackFont; + +// ScriptStruct SlateCore.CompositeSubFont +// 0x0020 (0x0038 - 0x0018) +struct FCompositeSubFont final : public FCompositeFallbackFont +{ +public: + TArray CharacterRanges; // 0x0018(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + class FString Cultures; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCompositeSubFont; + +// ScriptStruct SlateCore.TableColumnHeaderStyle +// 0x04C8 (0x04D0 - 0x0008) +struct FTableColumnHeaderStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush SortPrimaryAscendingImage; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush SortPrimaryDescendingImage; // 0x0090(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush SortSecondaryAscendingImage; // 0x0118(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush SortSecondaryDescendingImage; // 0x01A0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush NormalBrush; // 0x0228(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush HoveredBrush; // 0x02B0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush MenuDropdownImage; // 0x0338(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush MenuDropdownNormalBorderBrush; // 0x03C0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush MenuDropdownHoveredBorderBrush; // 0x0448(0x0088)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTableColumnHeaderStyle; + +// ScriptStruct SlateCore.SlateSound +// 0x0018 (0x0018 - 0x0000) +struct FSlateSound final +{ +public: + class UObject* ResourceObject; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) + uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSlateSound; + +// ScriptStruct SlateCore.CharacterEvent +// 0x0008 (0x0020 - 0x0018) +struct FCharacterEvent final : public FInputEvent +{ +public: + uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCharacterEvent; + +// ScriptStruct SlateCore.ButtonStyle +// 0x0270 (0x0278 - 0x0008) +struct FButtonStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush Normal; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush Hovered; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush Pressed; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush Disabled; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FMargin NormalPadding; // 0x0228(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FMargin PressedPadding; // 0x0238(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateSound PressedSlateSound; // 0x0248(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateSound HoveredSlateSound; // 0x0260(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FButtonStyle; + +// ScriptStruct SlateCore.TextBlockStyle +// 0x0268 (0x0270 - 0x0008) +struct FTextBlockStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateFontInfo Font; // 0x0008(0x0058)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateColor ColorAndOpacity; // 0x0060(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FVector2D ShadowOffset; // 0x0088(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ShadowColorAndOpacity; // 0x0090(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateColor SelectedBackgroundColor; // 0x00A0(0x0028)(Edit, NativeAccessSpecifierPublic) + struct FLinearColor HighlightColor; // 0x00C8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateBrush HighlightShape; // 0x00D8(0x0088)(Edit, BlueprintVisible, AdvancedDisplay, NativeAccessSpecifierPublic) + struct FSlateBrush StrikeBrush; // 0x0160(0x0088)(Edit, BlueprintVisible, AdvancedDisplay, NativeAccessSpecifierPublic) + struct FSlateBrush UnderlineBrush; // 0x01E8(0x0088)(Edit, BlueprintVisible, AdvancedDisplay, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTextBlockStyle; + +// ScriptStruct SlateCore.WindowStyle +// 0x1058 (0x1060 - 0x0008) +struct FWindowStyle final : public FSlateWidgetStyle +{ +public: + struct FButtonStyle MinimizeButtonStyle; // 0x0008(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FButtonStyle MaximizeButtonStyle; // 0x0280(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FButtonStyle RestoreButtonStyle; // 0x04F8(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FButtonStyle CloseButtonStyle; // 0x0770(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FTextBlockStyle TitleTextStyle; // 0x09E8(0x0270)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ActiveTitleBrush; // 0x0C58(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush InactiveTitleBrush; // 0x0CE0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush FlashTitleBrush; // 0x0D68(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor BackgroundColor; // 0x0DF0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush OutlineBrush; // 0x0E18(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor OutlineColor; // 0x0EA0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BorderBrush; // 0x0EC8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundBrush; // 0x0F50(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ChildBackgroundBrush; // 0x0FD8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FWindowStyle; + +// ScriptStruct SlateCore.KeyEvent +// 0x0020 (0x0038 - 0x0018) +struct FKeyEvent : public FInputEvent +{ +public: + uint8 Pad_18[0x20]; // 0x0018(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FKeyEvent; + +// ScriptStruct SlateCore.AnalogInputEvent +// 0x0008 (0x0040 - 0x0038) +struct FAnalogInputEvent final : public FKeyEvent +{ +public: + uint8 Pad_38[0x8]; // 0x0038(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FAnalogInputEvent; + +// ScriptStruct SlateCore.ProgressBarStyle +// 0x0198 (0x01A0 - 0x0008) +struct FProgressBarStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush BackgroundImage; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush FillImage; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush MarqueeImage; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FProgressBarStyle; + +// ScriptStruct SlateCore.TableRowStyle +// 0x07C0 (0x07C8 - 0x0008) +struct FTableRowStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush SelectorFocusedBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ActiveHoveredBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ActiveBrush; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush InactiveHoveredBrush; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush InactiveBrush; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush EvenRowBackgroundHoveredBrush; // 0x02B0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush EvenRowBackgroundBrush; // 0x0338(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush OddRowBackgroundHoveredBrush; // 0x03C0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush OddRowBackgroundBrush; // 0x0448(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor TextColor; // 0x04D0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor SelectedTextColor; // 0x04F8(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DropIndicator_Above; // 0x0520(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DropIndicator_Onto; // 0x05A8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DropIndicator_Below; // 0x0630(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ActiveHighlightedBrush; // 0x06B8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush InactiveHighlightedBrush; // 0x0740(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FTableRowStyle; + +// ScriptStruct SlateCore.ExpandableAreaStyle +// 0x0118 (0x0120 - 0x0008) +struct FExpandableAreaStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush CollapsedImage; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ExpandedImage; // 0x0090(0x0088)(Edit, NativeAccessSpecifierPublic) + float RolloutAnimationSeconds; // 0x0118(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_11C[0x4]; // 0x011C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FExpandableAreaStyle; + +// ScriptStruct SlateCore.ComboButtonStyle +// 0x03B0 (0x03B8 - 0x0008) +struct FComboButtonStyle final : public FSlateWidgetStyle +{ +public: + struct FButtonStyle ButtonStyle; // 0x0008(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DownArrowImage; // 0x0280(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FVector2D ShadowOffset; // 0x0308(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FLinearColor ShadowColorAndOpacity; // 0x0310(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateBrush MenuBorderBrush; // 0x0320(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FMargin MenuBorderPadding; // 0x03A8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FComboButtonStyle; + +// ScriptStruct SlateCore.ComboBoxStyle +// 0x03E8 (0x03F0 - 0x0008) +struct FComboBoxStyle final : public FSlateWidgetStyle +{ +public: + struct FComboButtonStyle ComboButtonStyle; // 0x0008(0x03B8)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateSound PressedSlateSound; // 0x03C0(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateSound SelectionChangeSlateSound; // 0x03D8(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FComboBoxStyle; + +// ScriptStruct SlateCore.EditableTextStyle +// 0x0218 (0x0220 - 0x0008) +struct FEditableTextStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateFontInfo Font; // 0x0008(0x0058)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FSlateColor ColorAndOpacity; // 0x0060(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundImageSelected; // 0x0088(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundImageComposing; // 0x0110(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush CaretImage; // 0x0198(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FEditableTextStyle; + +// ScriptStruct SlateCore.InlineTextImageStyle +// 0x0090 (0x0098 - 0x0008) +struct FInlineTextImageStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush Image; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) + int16 Baseline; // 0x0090(0x0002)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_92[0x6]; // 0x0092(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInlineTextImageStyle; + +// ScriptStruct SlateCore.CaptureLostEvent +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x04) FCaptureLostEvent final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCaptureLostEvent; + +// ScriptStruct SlateCore.SpinBoxStyle +// 0x02E0 (0x02E8 - 0x0008) +struct FSpinBoxStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush BackgroundBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HoveredBackgroundBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ActiveFillBrush; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush InactiveFillBrush; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush ArrowsImage; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor ForegroundColor; // 0x02B0(0x0028)(NativeAccessSpecifierPublic) + struct FMargin TextPadding; // 0x02D8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSpinBoxStyle; + +// ScriptStruct SlateCore.CompositeFont +// 0x0038 (0x0038 - 0x0000) +struct FCompositeFont final +{ +public: + struct FTypeface DefaultTypeface; // 0x0000(0x0010)(NativeAccessSpecifierPublic) + struct FCompositeFallbackFont FallbackTypeface; // 0x0010(0x0018)(NativeAccessSpecifierPublic) + TArray SubTypefaces; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCompositeFont; + +// ScriptStruct SlateCore.MotionEvent +// 0x0030 (0x0048 - 0x0018) +struct FMotionEvent final : public FInputEvent +{ +public: + uint8 Pad_18[0x30]; // 0x0018(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FMotionEvent; + +// ScriptStruct SlateCore.FocusEvent +// 0x0008 (0x0008 - 0x0000) +struct alignas(0x04) FFocusEvent final +{ +public: + uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FFocusEvent; + +// ScriptStruct SlateCore.ScrollBoxStyle +// 0x0220 (0x0228 - 0x0008) +struct FScrollBoxStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush TopShadowBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush BottomShadowBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush LeftShadowBrush; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush RightShadowBrush; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FScrollBoxStyle; + +// ScriptStruct SlateCore.DockTabStyle +// 0x06F8 (0x0700 - 0x0008) +struct FDockTabStyle final : public FSlateWidgetStyle +{ +public: + struct FButtonStyle CloseButtonStyle; // 0x0008(0x0278)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush NormalBrush; // 0x0280(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ActiveBrush; // 0x0308(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ColorOverlayTabBrush; // 0x0390(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ColorOverlayIconBrush; // 0x0418(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ForegroundBrush; // 0x04A0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush HoveredBrush; // 0x0528(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush ContentAreaBrush; // 0x05B0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush TabWellBrush; // 0x0638(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FMargin TabPadding; // 0x06C0(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + float OverlapWidth; // 0x06D0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_6D4[0x4]; // 0x06D4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSlateColor FlashColor; // 0x06D8(0x0028)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FDockTabStyle; + +// ScriptStruct SlateCore.SplitterStyle +// 0x0110 (0x0118 - 0x0008) +struct FSplitterStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush HandleNormalBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HandleHighlightBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FSplitterStyle; + +// ScriptStruct SlateCore.HeaderRowStyle +// 0x0B68 (0x0B70 - 0x0008) +struct FHeaderRowStyle final : public FSlateWidgetStyle +{ +public: + struct FTableColumnHeaderStyle ColumnStyle; // 0x0008(0x04D0)(Edit, NativeAccessSpecifierPublic) + struct FTableColumnHeaderStyle LastColumnStyle; // 0x04D8(0x04D0)(Edit, NativeAccessSpecifierPublic) + struct FSplitterStyle ColumnSplitterStyle; // 0x09A8(0x0118)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush BackgroundBrush; // 0x0AC0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateColor ForegroundColor; // 0x0B48(0x0028)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHeaderRowStyle; + +// ScriptStruct SlateCore.SliderStyle +// 0x0338 (0x0340 - 0x0008) +struct FSliderStyle final : public FSlateWidgetStyle +{ +public: + struct FSlateBrush NormalBarImage; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HoveredBarImage; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DisabledBarImage; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush NormalThumbImage; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush HoveredThumbImage; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush DisabledThumbImage; // 0x02B0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + float BarThickness; // 0x0338(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_33C[0x4]; // 0x033C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FSliderStyle; + +// ScriptStruct SlateCore.VolumeControlStyle +// 0x05E8 (0x05F0 - 0x0008) +struct FVolumeControlStyle final : public FSlateWidgetStyle +{ +public: + struct FSliderStyle SliderStyle; // 0x0008(0x0340)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush HighVolumeImage; // 0x0348(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush MidVolumeImage; // 0x03D0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush LowVolumeImage; // 0x0458(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush NoVolumeImage; // 0x04E0(0x0088)(Edit, NativeAccessSpecifierPublic) + struct FSlateBrush MutedImage; // 0x0568(0x0088)(Edit, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVolumeControlStyle; + +// ScriptStruct SlateCore.InlineEditableTextBlockStyle +// 0x0A68 (0x0A70 - 0x0008) +struct FInlineEditableTextBlockStyle final : public FSlateWidgetStyle +{ +public: + struct FEditableTextBoxStyle EditableTextBoxStyle; // 0x0008(0x07F8)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FTextBlockStyle TextStyle; // 0x0800(0x0270)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FInlineEditableTextBlockStyle; + +// ScriptStruct SlateCore.HyperlinkStyle +// 0x04F8 (0x0500 - 0x0008) +struct FHyperlinkStyle final : public FSlateWidgetStyle +{ +public: + struct FButtonStyle UnderlineStyle; // 0x0008(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FTextBlockStyle TextStyle; // 0x0280(0x0270)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FMargin Padding; // 0x04F0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FHyperlinkStyle; + +// ScriptStruct SlateCore.CheckBoxStyle +// 0x0578 (0x0580 - 0x0008) +struct FCheckBoxStyle final : public FSlateWidgetStyle +{ +public: + ESlateCheckBoxType CheckBoxType; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) + struct FSlateBrush UncheckedImage; // 0x0010(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush UncheckedHoveredImage; // 0x0098(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush UncheckedPressedImage; // 0x0120(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush CheckedImage; // 0x01A8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush CheckedHoveredImage; // 0x0230(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush CheckedPressedImage; // 0x02B8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush UndeterminedImage; // 0x0340(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush UndeterminedHoveredImage; // 0x03C8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateBrush UndeterminedPressedImage; // 0x0450(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FMargin Padding; // 0x04D8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateColor ForegroundColor; // 0x04E8(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateColor BorderBackgroundColor; // 0x0510(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + struct FSlateSound CheckedSlateSound; // 0x0538(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateSound UncheckedSlateSound; // 0x0550(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) + struct FSlateSound HoveredSlateSound; // 0x0568(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCheckBoxStyle; + +} + diff --git a/Kena/SDK/Slate_classes.hpp b/Kena/SDK/Slate_classes.hpp new file mode 100644 index 0000000..7193dd4 --- /dev/null +++ b/Kena/SDK/Slate_classes.hpp @@ -0,0 +1,319 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Slate + +#include "Basic.hpp" + +#include "SlateCore_structs.hpp" +#include "SlateCore_classes.hpp" +#include "CoreUObject_classes.hpp" + + +namespace SDK +{ + +// Class Slate.ButtonWidgetStyle +// 0x0278 (0x02A8 - 0x0030) +class UButtonWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FButtonStyle ButtonStyle; // 0x0030(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ButtonWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ButtonWidgetStyle") + } + static class UButtonWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UButtonWidgetStyle; + +// Class Slate.CheckBoxWidgetStyle +// 0x0580 (0x05B0 - 0x0030) +class UCheckBoxWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FCheckBoxStyle CheckBoxStyle; // 0x0030(0x0580)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("CheckBoxWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"CheckBoxWidgetStyle") + } + static class UCheckBoxWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UCheckBoxWidgetStyle; + +// Class Slate.ComboBoxWidgetStyle +// 0x03F0 (0x0420 - 0x0030) +class UComboBoxWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FComboBoxStyle ComboBoxStyle; // 0x0030(0x03F0)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ComboBoxWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ComboBoxWidgetStyle") + } + static class UComboBoxWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UComboBoxWidgetStyle; + +// Class Slate.ComboButtonWidgetStyle +// 0x03B8 (0x03E8 - 0x0030) +class UComboButtonWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FComboButtonStyle ComboButtonStyle; // 0x0030(0x03B8)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ComboButtonWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ComboButtonWidgetStyle") + } + static class UComboButtonWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UComboButtonWidgetStyle; + +// Class Slate.EditableTextBoxWidgetStyle +// 0x07F8 (0x0828 - 0x0030) +class UEditableTextBoxWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FEditableTextBoxStyle EditableTextBoxStyle; // 0x0030(0x07F8)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EditableTextBoxWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EditableTextBoxWidgetStyle") + } + static class UEditableTextBoxWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEditableTextBoxWidgetStyle; + +// Class Slate.EditableTextWidgetStyle +// 0x0220 (0x0250 - 0x0030) +class UEditableTextWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FEditableTextStyle EditableTextStyle; // 0x0030(0x0220)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("EditableTextWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"EditableTextWidgetStyle") + } + static class UEditableTextWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UEditableTextWidgetStyle; + +// Class Slate.ProgressWidgetStyle +// 0x01A0 (0x01D0 - 0x0030) +class UProgressWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FProgressBarStyle ProgressBarStyle; // 0x0030(0x01A0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ProgressWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ProgressWidgetStyle") + } + static class UProgressWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UProgressWidgetStyle; + +// Class Slate.ScrollBarWidgetStyle +// 0x04D0 (0x0500 - 0x0030) +class UScrollBarWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FScrollBarStyle ScrollBarStyle; // 0x0030(0x04D0)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ScrollBarWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ScrollBarWidgetStyle") + } + static class UScrollBarWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UScrollBarWidgetStyle; + +// Class Slate.ScrollBoxWidgetStyle +// 0x0228 (0x0258 - 0x0030) +class UScrollBoxWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FScrollBoxStyle ScrollBoxStyle; // 0x0030(0x0228)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ScrollBoxWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ScrollBoxWidgetStyle") + } + static class UScrollBoxWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UScrollBoxWidgetStyle; + +// Class Slate.SlateSettings +// 0x0008 (0x0030 - 0x0028) +class USlateSettings final : public UObject +{ +public: + bool bExplicitCanvasChildZOrder; // 0x0028(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SlateSettings") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SlateSettings") + } + static class USlateSettings* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USlateSettings; + +// Class Slate.SpinBoxWidgetStyle +// 0x02E8 (0x0318 - 0x0030) +class USpinBoxWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FSpinBoxStyle SpinBoxStyle; // 0x0030(0x02E8)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("SpinBoxWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"SpinBoxWidgetStyle") + } + static class USpinBoxWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_USpinBoxWidgetStyle; + +// Class Slate.TextBlockWidgetStyle +// 0x0270 (0x02A0 - 0x0030) +class UTextBlockWidgetStyle final : public USlateWidgetStyleContainerBase +{ +public: + struct FTextBlockStyle TextBlockStyle; // 0x0030(0x0270)(Edit, NativeAccessSpecifierPublic) + +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("TextBlockWidgetStyle") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"TextBlockWidgetStyle") + } + static class UTextBlockWidgetStyle* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UTextBlockWidgetStyle; + +// Class Slate.ToolMenuBase +// 0x0000 (0x0028 - 0x0028) +class UToolMenuBase final : public UObject +{ +public: + static class UClass* StaticClass() + { + STATIC_CLASS_IMPL("ToolMenuBase") + } + static const class FName& StaticName() + { + STATIC_NAME_IMPL(L"ToolMenuBase") + } + static class UToolMenuBase* GetDefaultObj() + { + return GetDefaultObjImpl(); + } +}; +DUMPER7_ASSERTS_UToolMenuBase; + +} + diff --git a/Kena/SDK/Slate_structs.hpp b/Kena/SDK/Slate_structs.hpp new file mode 100644 index 0000000..5b8fe64 --- /dev/null +++ b/Kena/SDK/Slate_structs.hpp @@ -0,0 +1,308 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Package: Slate + +#include "Basic.hpp" + +#include "InputCore_structs.hpp" +#include "CoreUObject_structs.hpp" + + +namespace SDK +{ + +// Enum Slate.EVirtualKeyboardDismissAction +// NumValues: 0x0004 +enum class EVirtualKeyboardDismissAction : uint8 +{ + TextChangeOnDismiss = 0, + TextCommitOnAccept = 1, + TextCommitOnDismiss = 2, + EVirtualKeyboardDismissAction_MAX = 3, +}; + +// Enum Slate.EVirtualKeyboardTrigger +// NumValues: 0x0003 +enum class EVirtualKeyboardTrigger : uint8 +{ + OnFocusByPointer = 0, + OnAllFocusEvents = 1, + EVirtualKeyboardTrigger_MAX = 2, +}; + +// Enum Slate.ETableViewMode +// NumValues: 0x0004 +enum class ETableViewMode : uint8 +{ + List = 0, + Tile = 1, + Tree = 2, + ETableViewMode_MAX = 3, +}; + +// Enum Slate.ESelectionMode +// NumValues: 0x0005 +enum class ESelectionMode : uint8 +{ + None = 0, + Single = 1, + SingleToggle = 2, + Multi = 3, + ESelectionMode_MAX = 4, +}; + +// Enum Slate.EMultiBlockType +// NumValues: 0x000A +enum class EMultiBlockType : uint8 +{ + None = 0, + ButtonRow = 1, + EditableText = 2, + Heading = 3, + MenuEntry = 4, + Separator = 5, + ToolBarButton = 6, + ToolBarComboButton = 7, + Widget = 8, + EMultiBlockType_MAX = 9, +}; + +// Enum Slate.EMultiBoxType +// NumValues: 0x0007 +enum class EMultiBoxType : uint8 +{ + MenuBar = 0, + ToolBar = 1, + VerticalToolBar = 2, + UniformToolBar = 3, + Menu = 4, + ButtonRow = 5, + EMultiBoxType_MAX = 6, +}; + +// Enum Slate.EProgressBarFillType +// NumValues: 0x0006 +enum class EProgressBarFillType : uint8 +{ + LeftToRight = 0, + RightToLeft = 1, + FillFromCenter = 2, + TopToBottom = 3, + BottomToTop = 4, + EProgressBarFillType_MAX = 5, +}; + +// Enum Slate.EStretch +// NumValues: 0x0009 +enum class EStretch : uint8 +{ + None = 0, + Fill = 1, + ScaleToFit = 2, + ScaleToFitX = 3, + ScaleToFitY = 4, + ScaleToFill = 5, + ScaleBySafeZone = 6, + UserSpecified = 7, + EStretch_MAX = 8, +}; + +// Enum Slate.EStretchDirection +// NumValues: 0x0004 +enum class EStretchDirection : uint8 +{ + Both = 0, + DownOnly = 1, + UpOnly = 2, + EStretchDirection_MAX = 3, +}; + +// Enum Slate.EScrollWhenFocusChanges +// NumValues: 0x0004 +enum class EScrollWhenFocusChanges : uint8 +{ + NoScroll = 0, + InstantScroll = 1, + AnimatedScroll = 2, + EScrollWhenFocusChanges_MAX = 3, +}; + +// Enum Slate.EDescendantScrollDestination +// NumValues: 0x0005 +enum class EDescendantScrollDestination : uint8 +{ + IntoView = 0, + TopOrLeft = 1, + Center = 2, + BottomOrRight = 3, + EDescendantScrollDestination_MAX = 4, +}; + +// Enum Slate.EListItemAlignment +// NumValues: 0x0008 +enum class EListItemAlignment : uint8 +{ + EvenlyDistributed = 0, + EvenlySize = 1, + EvenlyWide = 2, + LeftAligned = 3, + RightAligned = 4, + CenterAligned = 5, + Fill = 6, + EListItemAlignment_MAX = 7, +}; + +// Enum Slate.ETextFlowDirection +// NumValues: 0x0004 +enum class ETextFlowDirection : uint8 +{ + Auto = 0, + LeftToRight = 1, + RightToLeft = 2, + ETextFlowDirection_MAX = 3, +}; + +// Enum Slate.ETextWrappingPolicy +// NumValues: 0x0003 +enum class ETextWrappingPolicy : uint8 +{ + DefaultWrapping = 0, + AllowPerCharacterWrapping = 1, + ETextWrappingPolicy_MAX = 2, +}; + +// Enum Slate.ETextTransformPolicy +// NumValues: 0x0004 +enum class ETextTransformPolicy : uint8 +{ + None = 0, + ToLower = 1, + ToUpper = 2, + ETextTransformPolicy_MAX = 3, +}; + +// Enum Slate.ETextJustify +// NumValues: 0x0004 +enum class ETextJustify : uint8 +{ + Left = 0, + Center = 1, + Right = 2, + ETextJustify_MAX = 3, +}; + +// Enum Slate.ECustomizedToolMenuVisibility +// NumValues: 0x0004 +enum class ECustomizedToolMenuVisibility : uint32 +{ + None = 0, + Visible = 1, + Hidden = 2, + ECustomizedToolMenuVisibility_MAX = 3, +}; + +// Enum Slate.EMultipleKeyBindingIndex +// NumValues: 0x0004 +enum class EMultipleKeyBindingIndex : uint8 +{ + Primary = 0, + Secondary = 1, + NumChords = 2, + EMultipleKeyBindingIndex_MAX = 3, +}; + +// Enum Slate.EUserInterfaceActionType +// NumValues: 0x0007 +enum class EUserInterfaceActionType : uint8 +{ + None = 0, + Button = 1, + ToggleButton = 2, + RadioButton = 3, + Check = 4, + CollapsedButton = 5, + EUserInterfaceActionType_MAX = 6, +}; + +// ScriptStruct Slate.CustomizedToolMenuNameArray +// 0x0010 (0x0010 - 0x0000) +struct FCustomizedToolMenuNameArray final +{ +public: + TArray Names; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomizedToolMenuNameArray; + +// ScriptStruct Slate.VirtualKeyboardOptions +// 0x0001 (0x0001 - 0x0000) +struct FVirtualKeyboardOptions final +{ +public: + bool bEnableAutocorrect; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FVirtualKeyboardOptions; + +// ScriptStruct Slate.InputChord +// 0x0020 (0x0020 - 0x0000) +struct FInputChord final +{ +public: + struct FKey Key; // 0x0000(0x0018)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) + uint8 bShift : 1; // 0x0018(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCtrl : 1; // 0x0018(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bAlt : 1; // 0x0018(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 bCmd : 1; // 0x0018(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) + uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FInputChord; + +// ScriptStruct Slate.Anchors +// 0x0010 (0x0010 - 0x0000) +struct FAnchors final +{ +public: + struct FVector2D Minimum; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + struct FVector2D Maximum; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FAnchors; + +// ScriptStruct Slate.CustomizedToolMenuEntry +// 0x0004 (0x0004 - 0x0000) +struct FCustomizedToolMenuEntry final +{ +public: + ECustomizedToolMenuVisibility Visibility; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomizedToolMenuEntry; + +// ScriptStruct Slate.CustomizedToolMenuSection +// 0x0004 (0x0004 - 0x0000) +struct FCustomizedToolMenuSection final +{ +public: + ECustomizedToolMenuVisibility Visibility; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) +}; +DUMPER7_ASSERTS_FCustomizedToolMenuSection; + +// ScriptStruct Slate.CustomizedToolMenu +// 0x01E8 (0x01E8 - 0x0000) +struct FCustomizedToolMenu final +{ +public: + class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) + TMap Entries; // 0x0008(0x0050)(NativeAccessSpecifierPublic) + TMap Sections; // 0x0058(0x0050)(NativeAccessSpecifierPublic) + TMap EntryOrder; // 0x00A8(0x0050)(NativeAccessSpecifierPublic) + TArray SectionOrder; // 0x00F8(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) + uint8 Pad_108[0xE0]; // 0x0108(0x00E0)(Fixing Struct Size After Last Property [ Dumper-7 ]) +}; +DUMPER7_ASSERTS_FCustomizedToolMenu; + +} + diff --git a/Kena/UnrealContainers.hpp b/Kena/UnrealContainers.hpp new file mode 100644 index 0000000..4874083 --- /dev/null +++ b/Kena/UnrealContainers.hpp @@ -0,0 +1,909 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Container implementations with iterators. See https://github.com/Fischsalat/UnrealContainers + +#include +#include +#include +#include "UtfN.hpp" + +namespace UC +{ + typedef int8_t int8; + typedef int16_t int16; + typedef int32_t int32; + typedef int64_t int64; + + typedef uint8_t uint8; + typedef uint16_t uint16; + typedef uint32_t uint32; + typedef uint64_t uint64; + + template + class TArray; + + template + class TSparseArray; + + template + class TSet; + + template + class TMap; + + template + class TPair; + + namespace Iterators + { + class FSetBitIterator; + + template + class TArrayIterator; + + template + class TContainerIterator; + + template + using TSparseArrayIterator = TContainerIterator>; + + template + using TSetIterator = TContainerIterator>; + + template + using TMapIterator = TContainerIterator>; + } + + + namespace ContainerImpl + { + namespace HelperFunctions + { + inline uint32 FloorLog2(uint32 Value) + { + uint32 pos = 0; + if (Value >= 1 << 16) { Value >>= 16; pos += 16; } + if (Value >= 1 << 8) { Value >>= 8; pos += 8; } + if (Value >= 1 << 4) { Value >>= 4; pos += 4; } + if (Value >= 1 << 2) { Value >>= 2; pos += 2; } + if (Value >= 1 << 1) { pos += 1; } + return pos; + } + + inline uint32 CountLeadingZeros(uint32 Value) + { + if (Value == 0) + return 32; + + return 31 - FloorLog2(Value); + } + } + + template + struct TAlignedBytes + { + alignas(Alignment) uint8 Pad[Size]; + }; + + template + class TInlineAllocator + { + public: + template + class ForElementType + { + private: + static constexpr int32 ElementSize = sizeof(ElementType); + static constexpr int32 ElementAlign = alignof(ElementType); + + static constexpr int32 InlineDataSizeBytes = NumInlineElements * ElementSize; + + private: + TAlignedBytes InlineData[NumInlineElements]; + ElementType* SecondaryData; + + public: + ForElementType() + : InlineData{ 0x0 }, SecondaryData(nullptr) + { + } + + ForElementType(ForElementType&&) = default; + ForElementType(const ForElementType&) = default; + + public: + ForElementType& operator=(ForElementType&&) = default; + ForElementType& operator=(const ForElementType&) = default; + + public: + inline const ElementType* GetAllocation() const { return SecondaryData ? SecondaryData : reinterpret_cast(&InlineData); } + + inline uint32 GetNumInlineBytes() const { return NumInlineElements; } + }; + }; + + class FBitArray + { + protected: + static constexpr int32 NumBitsPerDWORD = 32; + static constexpr int32 NumBitsPerDWORDLogTwo = 5; + + private: + TInlineAllocator<4>::ForElementType Data; + int32 NumBits; + int32 MaxBits; + + public: + FBitArray() + : NumBits(0), MaxBits(Data.GetNumInlineBytes() * NumBitsPerDWORD) + { + } + + FBitArray(const FBitArray&) = default; + + FBitArray(FBitArray&&) = default; + + public: + FBitArray& operator=(FBitArray&&) = default; + + FBitArray& operator=(const FBitArray& Other) = default; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 Num() const { return NumBits; } + inline int32 Max() const { return MaxBits; } + + inline const uint32* GetData() const { return reinterpret_cast(Data.GetAllocation()); } + + inline bool IsValidIndex(int32 Index) const { return Index >= 0 && Index < NumBits; } + + inline bool IsValid() const { return GetData() && NumBits > 0; } + + public: + inline bool operator[](int32 Index) const { VerifyIndex(Index); return GetData()[Index / NumBitsPerDWORD] & (1 << (Index & (NumBitsPerDWORD - 1))); } + + inline bool operator==(const FBitArray& Other) const { return NumBits == Other.NumBits && GetData() == Other.GetData(); } + inline bool operator!=(const FBitArray& Other) const { return NumBits != Other.NumBits || GetData() != Other.GetData(); } + + public: + friend Iterators::FSetBitIterator begin(const FBitArray& Array); + friend Iterators::FSetBitIterator end (const FBitArray& Array); + }; + + template + union TSparseArrayElementOrFreeListLink + { + SparseArrayType ElementData; + + struct + { + int32 PrevFreeIndex; + int32 NextFreeIndex; + }; + }; + + template + class SetElement + { + private: + template + friend class TSet; + + private: + SetType Value; + int32 HashNextId; + int32 HashIndex; + }; + } + + + template + class TPair + { + public: + KeyType First; + ValueType Second; + + public: + TPair(KeyType Key, ValueType Value) + : First(Key), Second(Value) + { + } + + public: + inline KeyType& Key() { return First; } + inline const KeyType& Key() const { return First; } + + inline ValueType& Value() { return Second; } + inline const ValueType& Value() const { return Second; } + }; + + template + class TArray + { + private: + template + friend class TAllocatedArray; + + template + friend class TSparseArray; + + protected: + static constexpr uint64 ElementAlign = alignof(ArrayElementType); + static constexpr uint64 ElementSize = sizeof(ArrayElementType); + + protected: + ArrayElementType* Data; + int32 NumElements; + int32 MaxElements; + + public: + TArray() + : TArray(nullptr, 0, 0) + { + } + + TArray(ArrayElementType* Data, int32 NumElements, int32 MaxElements) + : Data(Data), NumElements(NumElements), MaxElements(MaxElements) + { + } + + TArray(const TArray&) = default; + + TArray(TArray&&) = default; + + public: + TArray& operator=(TArray&&) = default; + TArray& operator=(const TArray&) = default; + + private: + inline int32 GetSlack() const { return MaxElements - NumElements; } + + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + inline ArrayElementType& GetUnsafe(int32 Index) { return Data[Index]; } + inline const ArrayElementType& GetUnsafe(int32 Index) const { return Data[Index]; } + + public: + /* Adds to the array if there is still space for one more element */ + inline bool Add(const ArrayElementType& Element) + { + if (GetSlack() <= 0) + return false; + + Data[NumElements] = Element; + NumElements++; + + return true; + } + + inline bool Remove(int32 Index) + { + if (!IsValidIndex(Index)) + return false; + + NumElements--; + + for (int i = Index; i < NumElements; i++) + { + /* NumElements was decremented, acessing i + 1 is safe */ + Data[i] = Data[i + 1]; + } + + return true; + } + + inline void Clear() + { + NumElements = 0; + + if (Data) + memset(Data, 0, NumElements * ElementSize); + } + + public: + inline int32 Num() const { return NumElements; } + inline int32 Max() const { return MaxElements; } + + inline const ArrayElementType* GetDataPtr() const { return Data; } + + inline bool IsValidIndex(int32 Index) const { return Data && Index >= 0 && Index < NumElements; } + + inline bool IsValid() const { return Data && NumElements > 0 && MaxElements >= NumElements; } + + public: + inline ArrayElementType& operator[](int32 Index) { VerifyIndex(Index); return Data[Index]; } + inline const ArrayElementType& operator[](int32 Index) const { VerifyIndex(Index); return Data[Index]; } + + inline bool operator==(const TArray& Other) const { return Data == Other.Data; } + inline bool operator!=(const TArray& Other) const { return Data != Other.Data; } + + inline explicit operator bool() const { return IsValid(); }; + + public: + template friend Iterators::TArrayIterator begin(const TArray& Array); + template friend Iterators::TArrayIterator end (const TArray& Array); + }; + + class FString : public TArray + { + public: + friend std::ostream& operator<<(std::ostream& Stream, const UC::FString& Str) { return Stream << Str.ToString(); } + + public: + using TArray::TArray; + + FString(const wchar_t* Str) + { + const uint32 NullTerminatedLength = static_cast(wcslen(Str) + 0x1); + + Data = const_cast(Str); + NumElements = NullTerminatedLength; + MaxElements = NullTerminatedLength; + } + + FString(wchar_t* Str, int32 Num, int32 Max) + { + Data = Str; + NumElements = Num; + MaxElements = Max; + } + + public: + inline std::string ToString() const + { + if (*this) + { + return UtfN::Utf16StringToUtf8String(Data, NumElements - 1); // Exclude null-terminator + } + + return ""; + } + + inline std::wstring ToWString() const + { + if (*this) + return std::wstring(Data); + + return L""; + } + + public: + inline wchar_t* CStr() { return Data; } + inline const wchar_t* CStr() const { return Data; } + + public: + inline bool operator==(const FString& Other) const { return Other ? NumElements == Other.NumElements && wcscmp(Data, Other.Data) == 0 : false; } + inline bool operator!=(const FString& Other) const { return Other ? NumElements != Other.NumElements || wcscmp(Data, Other.Data) != 0 : true; } + }; + + // Utf8String that assumes C-APIs (strlen, strcmp) behaviour works for char8_t like Ansi strings, execept it's counting/comparing bytes not characters. + class FUtf8String : public TArray + { + public: + friend std::ostream& operator<<(std::ostream& Stream, const UC::FUtf8String& Str) { return Stream << Str.ToString(); } + + private: + inline const char* GetDataAsConstCharPtr() const + { + return reinterpret_cast(Data); + } + + public: + using TArray::TArray; + + FUtf8String(const char8_t* Str) + { + Data = const_cast(Str); + + const uint32 NullTerminatedLength = static_cast(strlen(GetDataAsConstCharPtr()) + 0x1); + + NumElements = NullTerminatedLength; + MaxElements = NullTerminatedLength; + } + + FUtf8String(char8_t* Str, int32 Num, int32 Max) + { + Data = Str; + NumElements = Num; + MaxElements = Max; + } + + public: + inline std::string ToString() const + { + if (*this) + { + return std::string(GetDataAsConstCharPtr(), NumElements - 1); // Exclude null-terminator + } + + return ""; + } + + inline std::wstring ToWString() const + { + if (*this) + return UtfN::StringToWString(ToString()); // Exclude null-terminator + + return L""; + } + + public: + inline char8_t* CStr() { return Data; } + inline const char8_t* CStr() const { return Data; } + + public: + inline bool operator==(const FUtf8String& Other) const { return Other ? NumElements == Other.NumElements && strcmp(GetDataAsConstCharPtr(), Other.GetDataAsConstCharPtr()) == 0 : false; } + inline bool operator!=(const FUtf8String& Other) const { return Other ? NumElements != Other.NumElements || strcmp(GetDataAsConstCharPtr(), Other.GetDataAsConstCharPtr()) != 0 : true; } + }; + + class FAnsiString : public TArray + { + public: + friend std::ostream& operator<<(std::ostream& Stream, const UC::FAnsiString& Str) { return Stream << Str.ToString(); } + + public: + using TArray::TArray; + + FAnsiString(const char* Str) + { + const uint32 NullTerminatedLength = static_cast(strlen(Str) + 0x1); + + Data = const_cast(Str); + NumElements = NullTerminatedLength; + MaxElements = NullTerminatedLength; + } + + FAnsiString(char* Str, int32 Num, int32 Max) + { + Data = Str; + NumElements = Num; + MaxElements = Max; + } + + public: + inline std::string ToString() const + { + if (*this) + { + return std::string(Data, NumElements - 1); // Exclude null-terminator + } + + return ""; + } + + inline std::wstring ToWString() const + { + if (*this) + return UtfN::StringToWString(ToString()); // Exclude null-terminator + + return L""; + } + + public: + inline char* CStr() { return Data; } + inline const char* CStr() const { return Data; } + + public: + inline bool operator==(const FAnsiString& Other) const { return Other ? NumElements == Other.NumElements && strcmp(Data, Other.Data) == 0 : false; } + inline bool operator!=(const FAnsiString& Other) const { return Other ? NumElements != Other.NumElements || strcmp(Data, Other.Data) != 0 : true; } + }; + + + /* + * Class to allow construction of a TArray, that uses c-style standard-library memory allocation. + * + * Useful for calling functions that expect a buffer of a certain size and do not reallocate that buffer. + * This avoids leaking memory, if the array would otherwise be allocated by the engine, and couldn't be freed without FMemory-functions. + */ + template + class TAllocatedArray : public TArray + { + public: + TAllocatedArray() = delete; + + public: + TAllocatedArray(int32 Size) + { + this->Data = static_cast(malloc(Size * sizeof(ArrayElementType))); + this->NumElements = 0x0; + this->MaxElements = Size; + } + + ~TAllocatedArray() + { + if (this->Data) + free(this->Data); + + this->NumElements = 0x0; + this->MaxElements = 0x0; + } + + public: + inline operator TArray() { return *reinterpret_cast< TArray*>(this); } + inline operator const TArray() const { return *reinterpret_cast*>(this); } + }; + + /* + * Class to allow construction of an FString, that uses c-style standard-library memory allocation. + * + * Useful for calling functions that expect a buffer of a certain size and do not reallocate that buffer. + * This avoids leaking memory, if the array would otherwise be allocated by the engine, and couldn't be freed without FMemory-functions. + */ + class FAllocatedString : public FString + { + public: + FAllocatedString() = delete; + + public: + FAllocatedString(int32 Size) + { + Data = static_cast(malloc(Size * sizeof(wchar_t))); + NumElements = 0x0; + MaxElements = Size; + } + + ~FAllocatedString() + { + if (Data) + free(Data); + + NumElements = 0x0; + MaxElements = 0x0; + } + + public: + inline operator FString() { return *reinterpret_cast< FString*>(this); } + inline operator const FString() const { return *reinterpret_cast(this); } + }; + template + class TSparseArray + { + private: + static constexpr uint32 ElementAlign = alignof(SparseArrayElementType); + static constexpr uint32 ElementSize = sizeof(SparseArrayElementType); + + private: + using FElementOrFreeListLink = ContainerImpl::TSparseArrayElementOrFreeListLink>; + + private: + TArray Data; + ContainerImpl::FBitArray AllocationFlags; + int32 FirstFreeIndex; + int32 NumFreeIndices; + + public: + TSparseArray() + : FirstFreeIndex(-1), NumFreeIndices(0) + { + } + + TSparseArray(TSparseArray&&) = default; + TSparseArray(const TSparseArray&) = default; + + public: + TSparseArray& operator=(TSparseArray&&) = default; + TSparseArray& operator=(const TSparseArray&) = default; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 NumAllocated() const { return Data.Num(); } + + inline int32 Num() const { return NumAllocated() - NumFreeIndices; } + inline int32 Max() const { return Data.Max(); } + + inline bool IsValidIndex(int32 Index) const { return Data.IsValidIndex(Index) && AllocationFlags[Index]; } + + inline bool IsValid() const { return Data.IsValid() && AllocationFlags.IsValid(); } + + public: + const ContainerImpl::FBitArray& GetAllocationFlags() const { return AllocationFlags; } + + public: + inline SparseArrayElementType& operator[](int32 Index) { VerifyIndex(Index); return *reinterpret_cast(&Data.GetUnsafe(Index).ElementData); } + inline const SparseArrayElementType& operator[](int32 Index) const { VerifyIndex(Index); return *reinterpret_cast(&Data.GetUnsafe(Index).ElementData); } + + inline bool operator==(const TSparseArray& Other) const { return Data == Other.Data; } + inline bool operator!=(const TSparseArray& Other) const { return Data != Other.Data; } + + public: + template friend Iterators::TSparseArrayIterator begin(const TSparseArray& Array); + template friend Iterators::TSparseArrayIterator end (const TSparseArray& Array); + }; + + template + class TSet + { + private: + static constexpr uint32 ElementAlign = alignof(SetElementType); + static constexpr uint32 ElementSize = sizeof(SetElementType); + + private: + using SetDataType = ContainerImpl::SetElement; + using HashType = ContainerImpl::TInlineAllocator<1>::ForElementType; + + private: + TSparseArray Elements; + HashType Hash; + int32 HashSize; + + public: + TSet() + : HashSize(0) + { + } + + TSet(TSet&&) = default; + TSet(const TSet&) = default; + + public: + TSet& operator=(TSet&&) = default; + TSet& operator=(const TSet&) = default; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 NumAllocated() const { return Elements.NumAllocated(); } + + inline int32 Num() const { return Elements.Num(); } + inline int32 Max() const { return Elements.Max(); } + + inline bool IsValidIndex(int32 Index) const { return Elements.IsValidIndex(Index); } + + inline bool IsValid() const { return Elements.IsValid(); } + + public: + const ContainerImpl::FBitArray& GetAllocationFlags() const { return Elements.GetAllocationFlags(); } + + public: + inline SetElementType& operator[] (int32 Index) { return Elements[Index].Value; } + inline const SetElementType& operator[] (int32 Index) const { return Elements[Index].Value; } + + inline bool operator==(const TSet& Other) const { return Elements == Other.Elements; } + inline bool operator!=(const TSet& Other) const { return Elements != Other.Elements; } + + public: + template friend Iterators::TSetIterator begin(const TSet& Set); + template friend Iterators::TSetIterator end (const TSet& Set); + }; + + template + class TMap + { + public: + using ElementType = TPair; + + private: + TSet Elements; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 NumAllocated() const { return Elements.NumAllocated(); } + + inline int32 Num() const { return Elements.Num(); } + inline int32 Max() const { return Elements.Max(); } + + inline bool IsValidIndex(int32 Index) const { return Elements.IsValidIndex(Index); } + + inline bool IsValid() const { return Elements.IsValid(); } + + public: + const ContainerImpl::FBitArray& GetAllocationFlags() const { return Elements.GetAllocationFlags(); } + + public: + inline decltype(auto) Find(const KeyElementType& Key, bool(*Equals)(const KeyElementType& LeftKey, const KeyElementType& RightKey)) + { + for (auto It = begin(*this); It != end(*this); ++It) + { + if (Equals(It->Key(), Key)) + return It; + } + + return end(*this); + } + + public: + inline ElementType& operator[] (int32 Index) { return Elements[Index]; } + inline const ElementType& operator[] (int32 Index) const { return Elements[Index]; } + + inline bool operator==(const TMap& Other) const { return Elements == Other.Elements; } + inline bool operator!=(const TMap& Other) const { return Elements != Other.Elements; } + + public: + template friend Iterators::TMapIterator begin(const TMap& Map); + template friend Iterators::TMapIterator end (const TMap& Map); + }; + + namespace Iterators + { + class FRelativeBitReference + { + protected: + static constexpr int32 NumBitsPerDWORD = 32; + static constexpr int32 NumBitsPerDWORDLogTwo = 5; + + public: + inline explicit FRelativeBitReference(int32 BitIndex) + : WordIndex(BitIndex >> NumBitsPerDWORDLogTwo) + , Mask(1 << (BitIndex & (NumBitsPerDWORD - 1))) + { + } + + int32 WordIndex; + uint32 Mask; + }; + + class FSetBitIterator : public FRelativeBitReference + { + private: + const ContainerImpl::FBitArray& Array; + + uint32 UnvisitedBitMask; + int32 CurrentBitIndex; + int32 BaseBitIndex; + + public: + explicit FSetBitIterator(const ContainerImpl::FBitArray& InArray, int32 StartIndex = 0) + : FRelativeBitReference(StartIndex) + , Array(InArray) + , UnvisitedBitMask((~0U) << (StartIndex & (NumBitsPerDWORD - 1))) + , CurrentBitIndex(StartIndex) + , BaseBitIndex(StartIndex & ~(NumBitsPerDWORD - 1)) + { + if (StartIndex != Array.Num()) + FindFirstSetBit(); + } + + public: + inline FSetBitIterator& operator++() + { + UnvisitedBitMask &= ~this->Mask; + + FindFirstSetBit(); + + return *this; + } + + inline explicit operator bool() const { return CurrentBitIndex < Array.Num(); } + + inline bool operator==(const FSetBitIterator& Rhs) const { return CurrentBitIndex == Rhs.CurrentBitIndex && &Array == &Rhs.Array; } + inline bool operator!=(const FSetBitIterator& Rhs) const { return CurrentBitIndex != Rhs.CurrentBitIndex || &Array != &Rhs.Array; } + + public: + inline int32 GetIndex() { return CurrentBitIndex; } + + void FindFirstSetBit() + { + const uint32* ArrayData = Array.GetData(); + const int32 ArrayNum = Array.Num(); + const int32 LastWordIndex = (ArrayNum - 1) / NumBitsPerDWORD; + + uint32 RemainingBitMask = ArrayData[this->WordIndex] & UnvisitedBitMask; + while (!RemainingBitMask) + { + ++this->WordIndex; + BaseBitIndex += NumBitsPerDWORD; + if (this->WordIndex > LastWordIndex) + { + CurrentBitIndex = ArrayNum; + return; + } + + RemainingBitMask = ArrayData[this->WordIndex]; + UnvisitedBitMask = ~0; + } + + const uint32 NewRemainingBitMask = RemainingBitMask & (RemainingBitMask - 1); + + this->Mask = NewRemainingBitMask ^ RemainingBitMask; + + CurrentBitIndex = BaseBitIndex + NumBitsPerDWORD - 1 - ContainerImpl::HelperFunctions::CountLeadingZeros(this->Mask); + + if (CurrentBitIndex > ArrayNum) + CurrentBitIndex = ArrayNum; + } + }; + + template + class TArrayIterator + { + private: + TArray& IteratedArray; + int32 Index; + + public: + TArrayIterator(const TArray& Array, int32 StartIndex = 0x0) + : IteratedArray(const_cast&>(Array)), Index(StartIndex) + { + } + + public: + inline int32 GetIndex() { return Index; } + + inline int32 IsValid() { return IteratedArray.IsValidIndex(GetIndex()); } + + public: + inline TArrayIterator& operator++() { ++Index; return *this; } + inline TArrayIterator& operator--() { --Index; return *this; } + + inline ArrayType& operator*() { return IteratedArray[GetIndex()]; } + inline const ArrayType& operator*() const { return IteratedArray[GetIndex()]; } + + inline ArrayType* operator->() { return &IteratedArray[GetIndex()]; } + inline const ArrayType* operator->() const { return &IteratedArray[GetIndex()]; } + + inline bool operator==(const TArrayIterator& Other) const { return &IteratedArray == &Other.IteratedArray && Index == Other.Index; } + inline bool operator!=(const TArrayIterator& Other) const { return &IteratedArray != &Other.IteratedArray || Index != Other.Index; } + }; + + template + class TContainerIterator + { + private: + ContainerType& IteratedContainer; + FSetBitIterator BitIterator; + + public: + TContainerIterator(const ContainerType& Container, const ContainerImpl::FBitArray& BitArray, int32 StartIndex = 0x0) + : IteratedContainer(const_cast(Container)), BitIterator(BitArray, StartIndex) + { + } + + public: + inline int32 GetIndex() { return BitIterator.GetIndex(); } + + inline int32 IsValid() { return IteratedContainer.IsValidIndex(GetIndex()); } + + public: + inline TContainerIterator& operator++() { ++BitIterator; return *this; } + inline TContainerIterator& operator--() { --BitIterator; return *this; } + + inline auto& operator*() { return IteratedContainer[GetIndex()]; } + inline const auto& operator*() const { return IteratedContainer[GetIndex()]; } + + inline auto* operator->() { return &IteratedContainer[GetIndex()]; } + inline const auto* operator->() const { return &IteratedContainer[GetIndex()]; } + + inline bool operator==(const TContainerIterator& Other) const { return &IteratedContainer == &Other.IteratedContainer && BitIterator == Other.BitIterator; } + inline bool operator!=(const TContainerIterator& Other) const { return &IteratedContainer != &Other.IteratedContainer || BitIterator != Other.BitIterator; } + }; + } + + inline Iterators::FSetBitIterator begin(const ContainerImpl::FBitArray& Array) { return Iterators::FSetBitIterator(Array, 0); } + inline Iterators::FSetBitIterator end (const ContainerImpl::FBitArray& Array) { return Iterators::FSetBitIterator(Array, Array.Num()); } + + template inline Iterators::TArrayIterator begin(const TArray& Array) { return Iterators::TArrayIterator(Array, 0); } + template inline Iterators::TArrayIterator end (const TArray& Array) { return Iterators::TArrayIterator(Array, Array.Num()); } + + template inline Iterators::TSparseArrayIterator begin(const TSparseArray& Array) { return Iterators::TSparseArrayIterator(Array, Array.GetAllocationFlags(), 0); } + template inline Iterators::TSparseArrayIterator end (const TSparseArray& Array) { return Iterators::TSparseArrayIterator(Array, Array.GetAllocationFlags(), Array.NumAllocated()); } + + template inline Iterators::TSetIterator begin(const TSet& Set) { return Iterators::TSetIterator(Set, Set.GetAllocationFlags(), 0); } + template inline Iterators::TSetIterator end (const TSet& Set) { return Iterators::TSetIterator(Set, Set.GetAllocationFlags(), Set.NumAllocated()); } + + template inline Iterators::TMapIterator begin(const TMap& Map) { return Iterators::TMapIterator(Map, Map.GetAllocationFlags(), 0); } + template inline Iterators::TMapIterator end (const TMap& Map) { return Iterators::TMapIterator(Map, Map.GetAllocationFlags(), Map.NumAllocated()); } + +#if defined(_WIN64) + static_assert(sizeof(TArray) == 0x10, "TArray has a wrong size!"); + static_assert(sizeof(TSet) == 0x50, "TSet has a wrong size!"); + static_assert(sizeof(TMap) == 0x50, "TMap has a wrong size!"); +#elif defined(_WIN32) + static_assert(sizeof(TArray) == 0x0C, "TArray has a wrong size!"); + static_assert(sizeof(TSet) == 0x3C, "TSet has a wrong size!"); + static_assert(sizeof(TMap) == 0x3C, "TMap has a wrong size!"); +#endif +} diff --git a/Kena/UtfN.hpp b/Kena/UtfN.hpp new file mode 100644 index 0000000..0feb7d7 --- /dev/null +++ b/Kena/UtfN.hpp @@ -0,0 +1,1613 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// A simple C++ lib for converting between Utf8, Utf16 and Utf32. See https://github.com/Fischsalat/UTF-N + + +// Lower warning-level and turn off certain warnings for STL compilation +#if (defined(_MSC_VER)) +#pragma warning (push, 2) // Push warnings and set warn-level to 2 +#pragma warning(disable : 4365) // signed/unsigned mismatch +#pragma warning(disable : 4710) // 'FunctionName' was not inlined +#pragma warning(disable : 4711) // 'FunctionName' selected for automatic inline expansion +#elif (defined(__CLANG__) || defined(__GNUC__)) +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wsign-compare" +#endif + +#include +#include +#include +#include + +#ifdef _DEBUG +#include +#endif // _DEBUG + + +// Restore warnings-levels after STL includes +#if (defined(_MSC_VER)) +#pragma warning (pop) +#elif (defined(__CLANG__) || defined(__GNUC__)) +#pragma GCC diagnostic pop +#endif // Warnings + + + +#if (defined(_MSC_VER)) +#pragma warning (push) +#pragma warning (disable: 4514) // C4514 "unreferenced inline function has been removed" +#pragma warning (disable: 4820) // C4820 "'n' bytes padding added after data member '...'" +#pragma warning(disable : 4127) // C4127 conditional expression is constant +#pragma warning(disable : 5045) // C5045 Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified +#pragma warning(disable : 5246) // C5246 'ArrayVariable' the initialization of a subobject should be wrapped in braces +#elif (defined(__CLANG__) || defined(__GNUC__)) +#endif // Warnings + +#ifdef __cpp_constexpr +#define UTF_CONSTEXPR constexpr +#else +#define UTF_CONSTEXPR +#endif // __cpp_constexpr + + +#ifdef __cpp_if_constexpr +#define UTF_IF_CONSTEXPR constexpr +#else +#define UTF_IF_CONSTEXPR +#endif // __cpp_if_constexpr + + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 201304L) +#define UTF_CONSTEXPR14 constexpr +#else +#define UTF_CONSTEXPR14 +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 201603L) +#define UTF_CONSTEXPR17 constexpr +#else +#define UTF_CONSTEXPR17 inline +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 201907L) +#define UTF_CONSTEXPR20 constexpr +#else +#define UTF_CONSTEXPR20 inline +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 202211L) +#define UTF_CONSTEXPR23 constexpr +#else +#define UTF_CONSTEXPR23 inline +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 202406L) +#define UTF_CONSTEXPR26 constexpr +#else +#define UTF_CONSTEXPR26 inline +#endif + + +#ifdef __cpp_nodiscard +#define UTF_NODISCARD [[nodiscard]] +#else +#define UTF_NODISCARD +#endif + + +namespace UtfN +{ +#if defined(__cpp_char8_t) + typedef char8_t utf_cp8_t; + typedef char16_t utf_cp16_t; + typedef char32_t utf_cp32_t; +#elif defined(__cpp_unicode_characters) + typedef unsigned char utf_cp8_t; + typedef char16_t utf_cp16_t; + typedef char32_t utf_cp32_t; +#else + typedef unsigned char utf_cp8_t; + typedef uint16_t utf_cp16_t; + typedef uint32_t utf_cp32_t; +#endif + + namespace UtfImpl + { + namespace Utils + { + template + UTF_CONSTEXPR UTF_NODISCARD + bool IsFlagSet(value_type Value, flag_type Flag) noexcept + { + return (Value & Flag) == Flag; + } + + template + UTF_CONSTEXPR UTF_NODISCARD + value_type GetWithClearedFlag(value_type Value, flag_type Flag) noexcept + { + return static_cast(Value & static_cast(~Flag)); + } + + // Does not add/remove cv-qualifiers + template + UTF_CONSTEXPR UTF_NODISCARD + auto ForceCastIfMissmatch(current_type&& Arg) -> std::enable_if_t, std::decay_t>::value, current_type> + { + return static_cast(Arg); + } + + // Does not add/remove cv-qualifiers + template + UTF_CONSTEXPR UTF_NODISCARD + auto ForceCastIfMissmatch(current_type&& Arg) -> std::enable_if_t, std::decay_t>::value, target_type> + { + return reinterpret_cast(Arg); + } + } + + // wchar_t is a utf16 codepoint on windows, utf32 on linux + UTF_CONSTEXPR bool IsWCharUtf32 = sizeof(wchar_t) == 0x4; + + // Any value greater than this is not a valid Unicode symbol + UTF_CONSTEXPR utf_cp32_t MaxValidUnicodeChar = 0x10FFFF; + + namespace Utf8 + { + /* + * Available bits, and max values, for n-byte utf8 characters + * + * 01111111 -> 1 byte -> 7 bits + * 11011111 -> 2 bytes -> 5 + 6 bits -> 11 bits + * 11101111 -> 3 bytes -> 4 + 6 + 6 bits -> 16 bits + * 11110111 -> 4 bytes -> 3 + 6 + 6 + 6 bits -> 21 bits + * + * 10111111 -> follow up byte + */ + UTF_CONSTEXPR utf_cp32_t Max1ByteValue = (1 << 7) - 1; // 7 bits available + UTF_CONSTEXPR utf_cp32_t Max2ByteValue = (1 << 11) - 1; // 11 bits available + UTF_CONSTEXPR utf_cp32_t Max3ByteValue = (1 << 16) - 1; // 16 bits available + UTF_CONSTEXPR utf_cp32_t Max4ByteValue = 0x10FFFF; // 21 bits available, but not fully used + + // Flags for follow-up bytes of multibyte utf8 character + UTF_CONSTEXPR utf_cp8_t FollowupByteMask = 0b1000'0000; + UTF_CONSTEXPR utf_cp8_t FollowupByteDataMask = 0b0011'1111; + UTF_CONSTEXPR utf_cp8_t NumDataBitsInFollowupByte = 0x6; + + // Flags for start-bytes of multibyte utf8 characters + UTF_CONSTEXPR utf_cp8_t TwoByteFlag = 0b1100'0000; + UTF_CONSTEXPR utf_cp8_t ThreeByteFlag = 0b1110'0000; + UTF_CONSTEXPR utf_cp8_t FourByteFlag = 0b1111'0000; + + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidFollowupCodepoint(const utf_cp8_t Codepoint) noexcept + { + // Test the upper 2 bytes for the FollowupByteMask + return (Codepoint & 0b1100'0000) == FollowupByteMask; + } + + template + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidUtf8Sequence(const utf_cp8_t FirstCp, const utf_cp8_t SecondCp, const utf_cp8_t ThirdCp, const utf_cp8_t FourthCp) noexcept + { + switch (ByteSize) + { + case 1: + { + return SecondCp == 0 && ThirdCp == 0 && FourthCp == 0; + } + case 4: + { + const bool bIsOverlongEncoding = Utils::GetWithClearedFlag(FirstCp, ~Utf8::TwoByteFlag) != 0 && SecondCp == Utf8::FollowupByteMask; + return !bIsOverlongEncoding && IsValidFollowupCodepoint(SecondCp) && IsValidFollowupCodepoint(ThirdCp) && IsValidFollowupCodepoint(FourthCp); + } + case 3: + { + const bool bIsOverlongEncoding = Utils::GetWithClearedFlag(FirstCp, ~Utf8::ThreeByteFlag) != 0 && SecondCp == Utf8::FollowupByteMask; + return !bIsOverlongEncoding && IsValidFollowupCodepoint(SecondCp) && IsValidFollowupCodepoint(ThirdCp) && FourthCp == 0; + } + case 2: + { + const bool bIsOverlongEncoding = Utils::GetWithClearedFlag(FirstCp, ~Utf8::FourByteFlag) != 0 && SecondCp == Utf8::FollowupByteMask; + return !bIsOverlongEncoding && IsValidFollowupCodepoint(SecondCp) && ThirdCp == 0 && FourthCp == 0; + } + default: + { + return false; + break; + } + } + } + } + + namespace Utf16 + { + // Surrogate masks and offset for multibyte utf16 characters + UTF_CONSTEXPR utf_cp16_t HighSurrogateRangeStart = 0xD800; + UTF_CONSTEXPR utf_cp16_t LowerSurrogateRangeStart = 0xDC00; + + UTF_CONSTEXPR utf_cp32_t SurrogatePairOffset = 0x10000; + + // Unicode range for 2byte utf16 values + UTF_CONSTEXPR utf_cp32_t SurrogateRangeLowerBounds = 0xD800; + UTF_CONSTEXPR utf_cp32_t SurrogateRangeUpperBounds = 0xDFFF; + + + UTF_CONSTEXPR UTF_NODISCARD + bool IsHighSurrogate(const utf_cp16_t Codepoint) noexcept + { + // Range [0xD800 - 0xDC00[ + return Codepoint >= HighSurrogateRangeStart && Codepoint < LowerSurrogateRangeStart; + } + UTF_CONSTEXPR UTF_NODISCARD + bool IsLowSurrogate(const utf_cp16_t Codepoint) noexcept + { + // Range [0xDC00 - 0xDFFF] + return Codepoint >= LowerSurrogateRangeStart && Codepoint <= SurrogateRangeUpperBounds; + } + + // Tests if a utf16 value is a valid Unicode character + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidUnicodeChar(const utf_cp16_t LowerCodepoint, const utf_cp16_t UpperCodepoint) noexcept + { + const bool IsValidHighSurrogate = IsHighSurrogate(UpperCodepoint); + const bool IsValidLowSurrogate = IsLowSurrogate(LowerCodepoint); + + // Both needt to be valid + if (IsValidHighSurrogate) + return IsValidLowSurrogate; + + // Neither are valid && the codepoints are not in the wrong surrogate ranges + return !IsValidLowSurrogate && !IsHighSurrogate(LowerCodepoint) && !IsLowSurrogate(UpperCodepoint); + } + } + + namespace Utf32 + { + // Tests if a utf32 value is a valid Unicode character + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidUnicodeChar(const utf_cp32_t Codepoint) noexcept + { + // Codepoints must be within the valid unicode range and must not be within the range of Surrogate-values + return Codepoint < MaxValidUnicodeChar && (Codepoint < Utf16::SurrogateRangeLowerBounds || Codepoint > Utf16::SurrogateRangeUpperBounds); + } + } + + namespace Iterator + { + template + class utf_char_iterator_base_child_acessor + { + private: + template + friend class utf_char_iterator_base; + + private: + static UTF_CONSTEXPR + void ReadChar(child_type* This) + { + return This->ReadChar(); + } + }; + + template + class utf_char_iterator_base + { + public: + UTF_CONSTEXPR utf_char_iterator_base(codepoint_iterator_type Begin, codepoint_iterator_type End) + : CurrentIterator(Begin), NextCharStartIterator(Begin), EndIterator(End) + { + utf_char_iterator_base_child_acessor::ReadChar(static_cast(this)); + } + + template())), // Has begin + typename = decltype(std::end(std::declval())), // Has end + typename iterator_deref_type = decltype(*std::end(std::declval())), // Iterator can be dereferenced + typename = std::enable_if::type) == utf_char_type::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + explicit UTF_CONSTEXPR utf_char_iterator_base(container_type& Container) + : CurrentIterator(std::begin(Container)), NextCharStartIterator(std::begin(Container)), EndIterator(std::end(Container)) + { + utf_char_iterator_base_child_acessor::ReadChar(static_cast(this)); + } + + public: + UTF_CONSTEXPR inline + child_iterator_type& operator++() + { + // Skip ahead to the next char + CurrentIterator = NextCharStartIterator; + + // Populate the current char and advance the NextCharStartIterator + utf_char_iterator_base_child_acessor::ReadChar(static_cast(this)); + + + return *static_cast(this); + } + + public: + UTF_CONSTEXPR inline + utf_char_type operator*() const + { + return CurrentChar; + } + + UTF_CONSTEXPR inline bool operator==(const child_iterator_type& Other) const + { + return CurrentIterator == Other.CurrentIterator; + } + UTF_CONSTEXPR inline + bool operator!=(const child_iterator_type& Other) const + { + return CurrentIterator != Other.CurrentIterator; + } + + UTF_CONSTEXPR inline + explicit operator bool() const + { + return this->CurrentIterator != this->EndIterator; + } + + public: + UTF_CONSTEXPR inline + child_iterator_type begin() + { + return *static_cast(this); + } + + UTF_CONSTEXPR inline + child_iterator_type end() + { + return child_iterator_type(EndIterator, EndIterator); + } + + protected: + codepoint_iterator_type CurrentIterator; // Current byte pos + codepoint_iterator_type NextCharStartIterator; // Byte pos of the next character + codepoint_iterator_type EndIterator; // End Iterator + + utf_char_type CurrentChar; // Current character bytes + }; + } + } + + struct utf8_bytes + { + utf_cp8_t Codepoints[4] = { 0 }; + }; + + struct utf16_pair + { + utf_cp16_t Lower = 0; + utf_cp16_t Upper = 0; + }; + + UTF_CONSTEXPR inline + bool operator==(const utf8_bytes Left, const utf8_bytes Right) noexcept + { + return Left.Codepoints[0] == Right.Codepoints[0] + && Left.Codepoints[1] == Right.Codepoints[1] + && Left.Codepoints[2] == Right.Codepoints[2] + && Left.Codepoints[3] == Right.Codepoints[3]; + } + UTF_CONSTEXPR inline + bool operator!=(const utf8_bytes Left, const utf8_bytes Right) noexcept + { + return !(Left == Right); + } + + UTF_CONSTEXPR inline + bool operator==(const utf16_pair Left, const utf16_pair Right) noexcept + { + return Left.Upper == Right.Upper && Left.Lower == Right.Lower; + } + UTF_CONSTEXPR inline + bool operator!=(const utf16_pair Left, const utf16_pair Right) noexcept + { + return !(Left == Right); + } + + + enum class UtfEncodingType + { + Invalid, + Utf8, + Utf16, + Utf32 + }; + + template + struct utf_char; + + typedef utf_char utf_char8; + typedef utf_char utf_char16; + typedef utf_char utf_char32; + + template<> + struct utf_char + { + utf8_bytes Char = { 0 }; + + public: + UTF_CONSTEXPR utf_char() = default; + UTF_CONSTEXPR utf_char(utf_char&&) = default; + UTF_CONSTEXPR utf_char(const utf_char&) = default; + + UTF_CONSTEXPR utf_char(utf8_bytes InChar) noexcept; + + template()))> + UTF_CONSTEXPR utf_char(const char_type* SingleCharString) noexcept; + + public: + UTF_CONSTEXPR utf_char& operator=(utf_char&&) = default; + UTF_CONSTEXPR utf_char& operator=(const utf_char&) = default; + + UTF_CONSTEXPR utf_char& operator=(utf8_bytes inBytse) noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_cp8_t& operator[](const uint8_t Index); + UTF_CONSTEXPR UTF_NODISCARD const utf_cp8_t& operator[](const uint8_t Index) const; + + UTF_CONSTEXPR UTF_NODISCARD bool operator==(utf_char8 Other) const noexcept; + UTF_CONSTEXPR UTF_NODISCARD bool operator!=(utf_char8 Other) const noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_char8 GetAsUtf8() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char16 GetAsUtf16() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char32 GetAsUtf32() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD utf8_bytes Get() const; + + UTF_CONSTEXPR UTF_NODISCARD UtfEncodingType GetEncoding() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD uint8_t GetNumCodepoints() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD static uint8_t GetCodepointSize() noexcept; + }; + + template<> + struct utf_char + { + utf16_pair Char = { 0 }; + + public: + UTF_CONSTEXPR utf_char() = default; + UTF_CONSTEXPR utf_char(utf_char&&) = default; + UTF_CONSTEXPR utf_char(const utf_char&) = default; + + UTF_CONSTEXPR utf_char(utf16_pair InChar) noexcept; + + template()))> + UTF_CONSTEXPR utf_char(const char_type* SingleCharString) noexcept; + + public: + UTF_CONSTEXPR utf_char& operator=(utf_char&&) = default; + UTF_CONSTEXPR utf_char& operator=(const utf_char&) = default; + + UTF_CONSTEXPR utf_char& operator=(utf16_pair inBytse) noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD bool operator==(utf_char16 Other) const noexcept; + UTF_CONSTEXPR UTF_NODISCARD bool operator!=(utf_char16 Other) const noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_char8 GetAsUtf8() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char16 GetAsUtf16() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char32 GetAsUtf32() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD utf16_pair Get() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD UtfEncodingType GetEncoding() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD uint8_t GetNumCodepoints() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD static uint8_t GetCodepointSize() noexcept; + }; + + template<> + struct utf_char + { + utf_cp32_t Char = { 0 }; + + public: + UTF_CONSTEXPR utf_char() = default; + UTF_CONSTEXPR utf_char(utf_char&&) = default; + UTF_CONSTEXPR utf_char(const utf_char&) = default; + + UTF_CONSTEXPR utf_char(utf_cp32_t InChar) noexcept; + + template()))> + UTF_CONSTEXPR utf_char(const char_type* SingleCharString) noexcept; + + public: + UTF_CONSTEXPR utf_char& operator=(utf_char&&) = default; + UTF_CONSTEXPR utf_char& operator=(const utf_char&) = default; + + UTF_CONSTEXPR utf_char& operator=(utf_cp32_t inBytse) noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD bool operator==(utf_char32 Other) const noexcept; + UTF_CONSTEXPR UTF_NODISCARD bool operator!=(utf_char32 Other) const noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_char8 GetAsUtf8() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char16 GetAsUtf16() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char32 GetAsUtf32() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD utf_cp32_t Get() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD UtfEncodingType GetEncoding() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD uint8_t GetNumCodepoints() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD static uint8_t GetCodepointSize() noexcept; + }; + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t GetUtf8CharLenght(const utf_cp8_t C) noexcept + { + using namespace UtfImpl; + + /* No flag for any other byte-count is set */ + if ((C & 0b1000'0000) == 0) + { + return 0x1; + } + else if (Utils::IsFlagSet(C, Utf8::FourByteFlag)) + { + return 0x4; + } + else if (Utils::IsFlagSet(C, Utf8::ThreeByteFlag)) + { + return 0x3; + } + else if (Utils::IsFlagSet(C, Utf8::TwoByteFlag)) + { + return 0x2; + } + else + { + /* Invalid! This is a follow up codepoint but conversion needs to start at the start-codepoint. */ + return 0x0; + } + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t GetUtf16CharLenght(const utf_cp16_t UpperCodepoint) noexcept + { + if (UtfImpl::Utf16::IsHighSurrogate(UpperCodepoint)) + return 0x2; + + return 0x1; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 Utf32ToUtf16Pair(const utf_char32 Character) noexcept + { + using namespace UtfImpl; + + if (!Utf32::IsValidUnicodeChar(Character.Char)) + return utf16_pair{}; + + utf16_pair RetCharPair; + + if (Character.Char > USHRT_MAX) + { + const utf_cp32_t PreparedCodepoint = Character.Char - Utf16::SurrogatePairOffset; + + RetCharPair.Upper = (PreparedCodepoint >> 10) & 0b1111111111; + RetCharPair.Lower = PreparedCodepoint & 0b1111111111; + + // Surrogate-pair starting ranges for higher/lower surrogates + RetCharPair.Upper += Utf16::HighSurrogateRangeStart; + RetCharPair.Lower += Utf16::LowerSurrogateRangeStart; + + return RetCharPair; + } + + RetCharPair.Lower = static_cast(Character.Char); + + return RetCharPair; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 Utf16PairToUtf32(const utf_char16 Character) noexcept + { + using namespace UtfImpl; + + // The surrogate-values are not valid Unicode codepoints + if (!Utf16::IsValidUnicodeChar(Character.Char.Lower, Character.Char.Upper)) + return utf_cp32_t{ 0 }; + + if (Character.Char.Upper) + { + // Move the characters back from the surrogate range to the normal range + const utf_cp16_t UpperCodepointWithoutSurrogate = static_cast(Character.Char.Upper - Utf16::HighSurrogateRangeStart); + const utf_cp16_t LowerCodepointWithoutSurrogate = static_cast(Character.Char.Lower - Utf16::LowerSurrogateRangeStart); + + return ((static_cast(UpperCodepointWithoutSurrogate) << 10) | LowerCodepointWithoutSurrogate) + Utf16::SurrogatePairOffset; + } + + return Character.Char.Lower; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 Utf32ToUtf8Bytes(const utf_char32 Character) noexcept + { + using namespace UtfImpl; + using namespace UtfImpl::Utf8; + + if (!Utf32::IsValidUnicodeChar(Character.Char)) + return utf_char8{}; + + utf8_bytes RetBytes; + + if (Character.Char <= Max1ByteValue) + { + RetBytes.Codepoints[0] = static_cast(Character.Char); + } + else if (Character.Char <= Max2ByteValue) + { + /* Upper 3 bits of first byte are reserved for byte-lengh. */ + RetBytes.Codepoints[0] = TwoByteFlag; + RetBytes.Codepoints[0] |= Character.Char >> NumDataBitsInFollowupByte; // Lower bits stored in 2nd byte + + RetBytes.Codepoints[1] |= FollowupByteMask; + RetBytes.Codepoints[1] |= Character.Char & FollowupByteDataMask; + } + else if (Character.Char <= Max3ByteValue) + { + /* Upper 4 bits of first byte are reserved for byte-lengh. */ + RetBytes.Codepoints[0] = ThreeByteFlag; + RetBytes.Codepoints[0] |= Character.Char >> (NumDataBitsInFollowupByte * 2); // Lower bits stored in 2nd and 3rd bytes + + RetBytes.Codepoints[1] = FollowupByteMask; + RetBytes.Codepoints[1] |= (Character.Char >> NumDataBitsInFollowupByte) & FollowupByteDataMask; // Lower bits stored in 2nd byte + + RetBytes.Codepoints[2] = FollowupByteMask; + RetBytes.Codepoints[2] |= Character.Char & FollowupByteDataMask; + } + else if (Character.Char <= Max4ByteValue) + { + /* Upper 5 bits of first byte are reserved for byte-lengh. */ + RetBytes.Codepoints[0] = FourByteFlag; + RetBytes.Codepoints[0] |= Character.Char >> (NumDataBitsInFollowupByte * 3); // Lower bits stored in 2nd, 3rd and 4th bytes + + RetBytes.Codepoints[1] = FollowupByteMask; + RetBytes.Codepoints[1] |= (Character.Char >> (NumDataBitsInFollowupByte * 2)) & FollowupByteDataMask; // Lower bits stored in 3rd and 4th bytes + + RetBytes.Codepoints[2] = FollowupByteMask; + RetBytes.Codepoints[2] |= (Character.Char >> NumDataBitsInFollowupByte) & FollowupByteDataMask; // Lower bits stored in 4th byte + + RetBytes.Codepoints[3] = FollowupByteMask; + RetBytes.Codepoints[3] |= Character.Char & FollowupByteDataMask; + } + else + { + /* Above max allowed value. Invalid codepoint. */ + return RetBytes; + } + + return RetBytes; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_cp32_t Utf8BytesToUtf32(const utf_char8 Character) noexcept + { + using namespace UtfImpl; + using namespace UtfImpl::Utf8; + + /* No flag for any other byte-count is set */ + if ((Character[0] & 0b1000'0000) == 0) + { + if (!Utf8::IsValidUtf8Sequence<1>(Character[0], Character[1], Character[2], Character[3])) // Verifies encoding + return utf_cp32_t{ 0 }; + + return Character[0]; + } + else if (Utils::IsFlagSet(Character[0], FourByteFlag)) + { + utf_cp32_t RetChar = Utils::GetWithClearedFlag(Character[3], FollowupByteMask); + RetChar |= Utils::GetWithClearedFlag(Character[2], FollowupByteMask) << (NumDataBitsInFollowupByte * 1); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[1], FollowupByteMask) << (NumDataBitsInFollowupByte * 2); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[0], FourByteFlag) << (NumDataBitsInFollowupByte * 3); // Clear the FourByteFlag and move the bits to the right position + + if (!Utf8::IsValidUtf8Sequence<4>(Character[0], Character[1], Character[2], Character[3]) // Verifies encoding + || !Utf32::IsValidUnicodeChar(RetChar)) // Verifies ranges + return utf_cp32_t{ 0 }; + + return RetChar; + } + else if (Utils::IsFlagSet(Character[0], ThreeByteFlag)) + { + utf_cp32_t RetChar = Utils::GetWithClearedFlag(Character[2], FollowupByteMask); + RetChar |= Utils::GetWithClearedFlag(Character[1], FollowupByteMask) << (NumDataBitsInFollowupByte * 1); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[0], ThreeByteFlag) << (NumDataBitsInFollowupByte * 2); // Clear the ThreeByteFlag and move the bits to the right position + + if (!Utf8::IsValidUtf8Sequence<3>(Character[0], Character[1], Character[2], Character[3]) // Verifies encoding + || !Utf32::IsValidUnicodeChar(RetChar)) // Verifies ranges + return utf_cp32_t{ 0 }; + + return RetChar; + } + else if (Utils::IsFlagSet(Character[0], TwoByteFlag)) + { + utf_cp32_t RetChar = Utils::GetWithClearedFlag(Character[1], FollowupByteMask); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[0], TwoByteFlag) << NumDataBitsInFollowupByte; // Clear the TwoByteFlag and move the bits to the right position + + if (!Utf8::IsValidUtf8Sequence<2>(Character[0], Character[1], Character[2], Character[3]) // Verifies encoding + || !Utf32::IsValidUnicodeChar(RetChar)) // Verifies ranges + return utf_cp32_t{ 0 }; + + return RetChar; + } + else + { + /* Invalid! This is a follow up codepoint but conversion needs to start at the start-codepoint. */ + return 0; + } + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 Utf16PairToUtf8Bytes(const utf_char16 Character) noexcept + { + return Utf32ToUtf8Bytes(Utf16PairToUtf32(Character)); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 Utf8BytesToUtf16(const utf_char8 Character) noexcept + { + return Utf32ToUtf16Pair(Utf8BytesToUtf32(Character)); + } + + template< + typename codepoint_iterator_type, + typename iterator_deref_type = decltype(*std::declval()), // Iterator can be dereferenced + typename = typename std::enable_if::type) == utf_char8::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + class utf8_iterator : public UtfImpl::Iterator::utf_char_iterator_base, codepoint_iterator_type, utf_char8> + { + private: + typedef typename utf8_iterator own_type; + + friend UtfImpl::Iterator::utf_char_iterator_base_child_acessor; + + public: + using UtfImpl::Iterator::utf_char_iterator_base::utf_char_iterator_base; + + public: + utf8_iterator() = delete; + + private: + void ReadChar() + { + if (this->NextCharStartIterator == this->EndIterator) + return; + + // Reset the bytes of the character + this->CurrentChar = utf8_bytes{ 0 }; + + const int CharCodepointCount = GetUtf8CharLenght(static_cast(*this->NextCharStartIterator)); + + for (int i = 0; i < CharCodepointCount; i++) + { + // The least character ended abruptly + if (this->NextCharStartIterator == this->EndIterator) + { + this->CurrentIterator = this->EndIterator; + this->CurrentChar = utf8_bytes{ 0 }; + break; + } + + this->CurrentChar[static_cast(i)] = static_cast(*this->NextCharStartIterator); + this->NextCharStartIterator++; + } + } + }; + + template< + typename codepoint_iterator_type, + typename iterator_deref_type = decltype(*std::declval()), // Iterator can be dereferenced + typename = typename std::enable_if::type) == utf_char16::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + class utf16_iterator : public UtfImpl::Iterator::utf_char_iterator_base, codepoint_iterator_type, utf_char16> + { + private: + typedef typename utf16_iterator own_type; + + friend UtfImpl::Iterator::utf_char_iterator_base_child_acessor; + + public: + using UtfImpl::Iterator::utf_char_iterator_base::utf_char_iterator_base; + + public: + utf16_iterator() = delete; + + private: + UTF_CONSTEXPR void ReadChar() + { + if (this->NextCharStartIterator == this->EndIterator) + return; + + // Reset the bytes of the character + this->CurrentChar = utf16_pair{ 0 }; + + const int CharCodepointCount = GetUtf16CharLenght(static_cast(*this->NextCharStartIterator)); + + if (CharCodepointCount == 0x1) + { + // Read the only codepoint + this->CurrentChar.Char.Lower = *this->NextCharStartIterator; + this->NextCharStartIterator++; + + return; + } + + // Read the first of two codepoints + this->CurrentChar.Char.Upper = *this->NextCharStartIterator; + this->NextCharStartIterator++; + + // The least character ended abruptly + if (this->NextCharStartIterator == this->EndIterator) + { + this->CurrentChar = utf16_pair{ 0 }; + this->CurrentIterator = this->EndIterator; + return; + } + + // Read the second of two codepoints + this->CurrentChar.Char.Lower = *this->NextCharStartIterator; + this->NextCharStartIterator++; + } + }; + + template< + typename codepoint_iterator_type, + typename iterator_deref_type = decltype(*std::declval()), // Iterator can be dereferenced + typename = typename std::enable_if::type) == utf_char32::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + class utf32_iterator : public UtfImpl::Iterator::utf_char_iterator_base, codepoint_iterator_type, utf_char32> + { + private: + typedef typename utf32_iterator own_type; + + friend UtfImpl::Iterator::utf_char_iterator_base_child_acessor; + + public: + using UtfImpl::Iterator::utf_char_iterator_base::utf_char_iterator_base; + + public: + utf32_iterator() = delete; + + public: + template + auto Replace(const char_type NewChar) -> std::enable_if_t::value> + { + this->CurrentChar = NewChar; + *this->CurrentIterator = NewChar; + } + + private: + void ReadChar() + { + if (this->NextCharStartIterator == this->EndIterator) + return; + + this->CurrentChar = *this->NextCharStartIterator; + this->NextCharStartIterator++; + } + }; + + template::value, int>::type = 0 + > + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 ParseUtf8CharFromStr(const codepoint_type* Str) + { + if (!Str) + return utf8_bytes{}; + + const utf_cp8_t FirstCodepoint = static_cast(Str[0]); + const auto CharLength = GetUtf8CharLenght(FirstCodepoint); + + if (CharLength == 0) + return utf8_bytes{}; + + utf8_bytes RetChar; + RetChar.Codepoints[0] = FirstCodepoint; + + for (int i = 1; i < CharLength; i++) + { + const utf_cp8_t CurrentCodepoint = static_cast(Str[i]); + + // Filters the null-terminator and other invalid followup bytes + if (!UtfImpl::Utf8::IsValidFollowupCodepoint(CurrentCodepoint)) + return utf8_bytes{}; + + RetChar.Codepoints[i] = CurrentCodepoint; + } + + return RetChar; + } + + template::value, int>::type = 0 + > + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 ParseUtf16CharFromStr(const codepoint_type* Str) + { + if (!Str) + return utf_char16{}; + + const utf_cp16_t FirstCodepoint = static_cast(Str[0]); + + if (GetUtf16CharLenght(FirstCodepoint) == 1) + return utf16_pair{ FirstCodepoint }; + + return utf16_pair{ FirstCodepoint, static_cast(Str[1]) }; + } + + template::value, int>::type = 0 + > + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 ParseUtf32CharFromStr(const codepoint_type* Str) + { + if (!Str) + return utf_char32{}; + + return static_cast(Str[0]); + } + + + /* + * Conversions from UTF-16 to UTF-8 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(utf16_iterator StringIteratorToConvert) + { + utf8_char_string RetString; + + for (const utf_char16 Char : StringIteratorToConvert) + { + const auto NewChar = Utf16PairToUtf8Bytes(Char); + + for (int i = 0; i < NewChar.GetNumCodepoints(); i++) + RetString += static_cast(NewChar[static_cast(i)]); + } + + return RetString; + } + + template())), + typename = utf16_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(const utf16_char_string& StringToConvert) + { + return Utf16StringToUtf8String(utf16_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(utf16_char_type(&StringToConvert)[CStrLenght]) + { + return Utf16StringToUtf8String(utf16_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(const utf16_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf16StringToUtf8String(utf16_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-32 to UTF-8 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(utf32_iterator StringIteratorToConvert) + { + utf8_char_string RetString; + + for (const utf_char32 Char : StringIteratorToConvert) + { + const auto NewChar = Utf32ToUtf8Bytes(Char); + + for (int i = 0; i < NewChar.GetNumCodepoints(); i++) + RetString += static_cast(NewChar[static_cast(i)]); + } + + return RetString; + } + + template())), + typename = utf32_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(const utf32_char_string& StringToConvert) + { + return Utf32StringToUtf8String(utf32_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(utf32_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf32StringToUtf8String(utf32_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(const utf32_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf32StringToUtf8String(utf32_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-8 to UTF-16 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(utf8_iterator StringIteratorToConvert) + { + utf16_char_string RetString; + + for (const utf_char8 Char : StringIteratorToConvert) + { + const auto NewChar = Utf8BytesToUtf16(Char); + + if (NewChar.GetNumCodepoints() > 1) + RetString += NewChar.Get().Upper; + + RetString += NewChar.Get().Lower; + } + + return RetString; + } + + template())), + typename = utf8_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(const utf8_char_string& StringToConvert) + { + return Utf8StringToUtf16String(utf8_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(utf8_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf32StringToUtf16String(utf8_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(const utf8_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf32StringToUtf16String(utf32_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-32 to UTF-16 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(utf32_iterator StringIteratorToConvert) + { + utf16_char_string RetString; + + for (const utf_char32 Char : StringIteratorToConvert) + { + const auto NewChar = Utf32ToUtf16Pair(Char); + + if (NewChar.GetNumCodepoints() > 1) + RetString += NewChar.Get().Upper; + + RetString += NewChar.Get().Lower; + } + + return RetString; + } + + template())), + typename = utf32_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(const utf32_char_string& StringToConvert) + { + return Utf32StringToUtf16String(utf32_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(utf32_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf32StringToUtf16String(utf32_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(const utf32_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf32StringToUtf16String(utf32_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-8 to UTF-32 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(utf8_iterator StringIteratorToConvert) + { + utf32_char_string RetString; + + for (const utf_char8 Char : StringIteratorToConvert) + { + RetString += Utf8BytesToUtf32(Char); + } + + return RetString; + } + + template())), + typename = utf8_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(const utf8_char_string& StringToConvert) + { + return Utf8StringToUtf32String(utf8_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(utf8_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf8StringToUtf32String(utf8_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(const utf8_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf8StringToUtf32String(utf8_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-16 to UTF-32 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(utf16_iterator StringIteratorToConvert) + { + utf32_char_string RetString; + + for (const utf_char16 Char : StringIteratorToConvert) + { + RetString += Utf16PairToUtf32(Char).Get(); + } + + return RetString; + } + + template())), + typename = utf16_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(const utf16_char_string& StringToConvert) + { + return Utf16StringToUtf32String(utf16_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(utf16_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf16StringToUtf32String(utf16_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(const utf16_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf16StringToUtf32String(utf16_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + template())), // has 'begin()' + typename = decltype(std::end(std::declval())) // has 'end()' + > + UTF_CONSTEXPR20 UTF_NODISCARD + string_type WStringToString(const wstring_type& WideString) + { + using char_type = typename std::decay()))>::type; + + // Workaround to missing 'if constexpr (...)' in Cpp14. Satisfies the requirements of conversion-functions. Safe because the incorrect function is never going to be invoked. + struct dummy_2byte_str { uint16_t* begin() const { return nullptr; }; uint16_t* end() const { return nullptr; }; }; + struct dummy_4byte_str { uint32_t* begin() const { return nullptr; }; uint32_t* end() const { return nullptr; }; }; + + if UTF_IF_CONSTEXPR (sizeof(char_type) == 0x2) // UTF-16 + { + using type_to_use = typename std::conditional::type; + return Utf16StringToUtf8String(UtfImpl::Utils::ForceCastIfMissmatch(WideString)); + } + else // UTF-32 + { + using type_to_use = typename std::conditional::type; + return Utf32StringToUtf8String(UtfImpl::Utils::ForceCastIfMissmatch(WideString)); + } + } + + template())), // has 'begin()' + typename = decltype(std::end(std::declval())) // has 'end()' + > + UTF_CONSTEXPR20 UTF_NODISCARD + wstring_type StringToWString(const string_type& NarrowString) + { + using char_type = typename std::decay()))>::type; + + // Workaround to missing 'if constexpr (...)' in Cpp14. Satisfies the requirements of conversion-functions. Safe because the incorrect function is never going to be invoked. + struct dummy_2byte_str { uint16_t* begin() const { return nullptr; }; uint16_t* end() const { return nullptr; }; }; + struct dummy_4byte_str { uint32_t* begin() const { return nullptr; }; uint32_t* end() const { return nullptr; }; }; + + if UTF_IF_CONSTEXPR(sizeof(char_type) == 0x2) // UTF-16 + { + using type_to_use = typename std::conditional::type; + return Utf8StringToUtf16String(NarrowString); + } + else // UTF-32 + { + using type_to_use = typename std::conditional::type; + return Utf8StringToUtf32String(NarrowString); + } + } + + + template + UTF_CONSTEXPR byte_iterator_type ReplaceUtf8(byte_iterator_type Begin, byte_iterator_type End, utf_cp8_t CharToReplace, utf_cp8_t ReplacementChar) + { + using namespace UtfImpl; + + if (Begin == End) + return End; + + const auto ToReplaceSize = GetUtf8CharLenght(CharToReplace); + const auto ReplacementSize = GetUtf8CharLenght(ReplacementChar); + + if (ToReplaceSize == ReplacementSize) // Trivial replacement + { + // TODO + } + else if (ToReplaceSize < ReplacementSize) // + { + // TODO + } + else /* if (ToReplaceSize > ReplacementSize) */ // Replace and move following bytes back + { + // TODO + } + } + + // utf_char spezialization-implementation for Utf8 + UTF_CONSTEXPR utf_char::utf_char(utf8_bytes InChar) noexcept + : Char(InChar) + { + } + + template + UTF_CONSTEXPR utf_char::utf_char(const char_type* SingleCharString) noexcept + : utf_char(ParseUtf8CharFromStr(SingleCharString)) + { + } + + UTF_CONSTEXPR utf_char& utf_char::operator=(utf8_bytes inBytse) noexcept + { + Char.Codepoints[0] = inBytse.Codepoints[0]; + Char.Codepoints[1] = inBytse.Codepoints[1]; + Char.Codepoints[2] = inBytse.Codepoints[2]; + Char.Codepoints[3] = inBytse.Codepoints[3]; + + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator==(utf_char8 Other) const noexcept + { + return Char == Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_cp8_t& utf_char::operator[](const uint8_t Index) + { +#ifdef _DEBUG + if (Index >= 0x4) + throw std::out_of_range("Index was greater than 4!"); +#endif // _DEBUG + return Char.Codepoints[Index]; + } + + UTF_CONSTEXPR UTF_NODISCARD + const utf_cp8_t& utf_char::operator[](const uint8_t Index) const + { +#ifdef _DEBUG + if (Index >= 0x4) + throw std::out_of_range("Index was greater than 4!"); +#endif // _DEBUG + return Char.Codepoints[Index]; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator!=(utf_char8 Other) const noexcept + { + return Char != Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 utf_char::GetAsUtf8() const noexcept + { + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 utf_char::GetAsUtf16() const noexcept + { + return Utf8BytesToUtf16(*this); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 utf_char::GetAsUtf32() const noexcept + { + return Utf8BytesToUtf32(*this); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf8_bytes utf_char::Get() const + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + UtfEncodingType utf_char::GetEncoding() const noexcept + { + return UtfEncodingType::Utf8; + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t utf_char::GetNumCodepoints() const noexcept + { + return GetUtf8CharLenght(Char.Codepoints[0]); + } + + UTF_CONSTEXPR UTF_NODISCARD + /* static */ uint8_t utf_char::GetCodepointSize() noexcept + { + return 0x1; + } + + + + // utf_char spezialization-implementation for Utf8 + UTF_CONSTEXPR utf_char::utf_char(utf16_pair InChar) noexcept + : Char(InChar) + { + } + + template + UTF_CONSTEXPR utf_char::utf_char(const char_type* SingleCharString) noexcept + : utf_char(ParseUtf16CharFromStr(SingleCharString)) + { + } + + UTF_CONSTEXPR utf_char& utf_char::operator=(utf16_pair inBytse) noexcept + { + Char.Upper = inBytse.Upper; + Char.Lower = inBytse.Lower; + + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator==(utf_char16 Other) const noexcept + { + return Char == Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator!=(utf_char16 Other) const noexcept + { + return Char != Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 utf_char::GetAsUtf8() const noexcept + { + return Utf16PairToUtf8Bytes(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 utf_char::GetAsUtf16() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 utf_char::GetAsUtf32() const noexcept + { + return Utf16PairToUtf32(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf16_pair utf_char::Get() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + UtfEncodingType utf_char::GetEncoding() const noexcept + { + return UtfEncodingType::Utf16; + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t utf_char::GetNumCodepoints() const noexcept + { + return GetUtf16CharLenght(Char.Upper); + } + + UTF_CONSTEXPR UTF_NODISCARD + /* static */ uint8_t utf_char::GetCodepointSize() noexcept + { + return 0x2; + } + + + + // utf_char spezialization-implementation for Utf32 + UTF_CONSTEXPR utf_char::utf_char(utf_cp32_t InChar) noexcept + : Char(InChar) + { + } + + template + UTF_CONSTEXPR utf_char::utf_char(const char_type* SingleCharString) noexcept + : Char(*SingleCharString) + { + } + + UTF_CONSTEXPR utf_char& utf_char::operator=(utf_cp32_t inBytse) noexcept + { + Char = inBytse; + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator==(utf_char32 Other) const noexcept + { + return Char == Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator!=(utf_char32 Other) const noexcept + { + return Char != Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 utf_char::GetAsUtf8() const noexcept + { + return Utf32ToUtf8Bytes(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 utf_char::GetAsUtf16() const noexcept + { + return Utf32ToUtf16Pair(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 utf_char::GetAsUtf32() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_cp32_t utf_char::Get() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + UtfEncodingType utf_char::GetEncoding() const noexcept + { + return UtfEncodingType::Utf32; + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t utf_char::GetNumCodepoints() const noexcept + { + return 0x1; + } + + UTF_CONSTEXPR UTF_NODISCARD + /* static */ uint8_t utf_char::GetCodepointSize() noexcept + { + return 0x4; + } +} + +#undef UTF_CONSTEXPR +#undef UTF_CONSTEXPR14 +#undef UTF_CONSTEXPR17 +#undef UTF_CONSTEXPR20 +#undef UTF_CONSTEXPR23 +#undef UTF_CONSTEXPR26 + + +// Restore all warnings suppressed for the UTF-N implementation +#if (defined(_MSC_VER)) +#pragma warning (pop) +#elif (defined(__CLANG__) || defined(__GNUC__)) +#pragma GCC diagnostic pop +#endif // Warnings \ No newline at end of file